diff -Nru mingw-w64-5.0.4/aclocal.m4 mingw-w64-6.0.0/aclocal.m4 --- mingw-w64-5.0.4/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -103,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_COND_IF -*- Autoconf -*- -# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# Copyright (C) 2008-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -148,7 +147,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -181,7 +180,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -271,8 +270,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -345,7 +344,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -374,7 +377,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -385,7 +388,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -395,7 +398,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,7 +420,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -452,7 +455,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -491,7 +494,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -522,7 +525,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -603,7 +606,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -663,7 +666,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -691,7 +694,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -710,7 +713,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/AUTHORS mingw-w64-6.0.0/AUTHORS --- mingw-w64-5.0.4/AUTHORS 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/AUTHORS 2018-09-14 14:16:43.000000000 +0000 @@ -40,6 +40,8 @@ Jacek Caban Corinna Vinschen André Hentschel +Liu Hao +Ruslan Garipov Project members without SVN/Git access ================================== diff -Nru mingw-w64-5.0.4/build-aux/config.guess mingw-w64-6.0.0/build-aux/config.guess --- mingw-w64-5.0.4/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/build-aux/missing mingw-w64-6.0.0/build-aux/missing --- mingw-w64-5.0.4/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/configure mingw-w64-6.0.0/configure --- mingw-w64-5.0.4/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/configure 2018-09-14 14:16:43.000000000 +0000 @@ -1817,7 +1817,7 @@ MAINT=$MAINTAINER_MODE_TRUE -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -1989,8 +1989,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2009,7 +2009,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2337,8 +2337,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2396,6 +2396,7 @@ fi fi + # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 diff -Nru mingw-w64-5.0.4/debian/changelog mingw-w64-6.0.0/debian/changelog --- mingw-w64-5.0.4/debian/changelog 2018-06-06 22:54:40.000000000 +0000 +++ mingw-w64-6.0.0/debian/changelog 2018-11-11 19:47:29.000000000 +0000 @@ -1,3 +1,24 @@ +mingw-w64 (6.0.0-3) unstable; urgency=medium + + * Fix widl build on aarch64. + + -- Stephen Kitt Sun, 11 Nov 2018 20:47:29 +0100 + +mingw-w64 (6.0.0-2) unstable; urgency=medium + + * Ensure the build directory is created before writing to it. + + -- Stephen Kitt Wed, 24 Oct 2018 22:20:36 +0200 + +mingw-w64 (6.0.0-1) unstable; urgency=medium + + * New upstream release. Closes: #911579. + * Share more files in mingw-w64-common. + * Set “Rules-Requires-Root: no”. + * Standards-Version 4.2.1, no further change required. + + -- Stephen Kitt Wed, 24 Oct 2018 19:44:32 +0200 + mingw-w64 (5.0.4-1) unstable; urgency=medium * New upstream release. diff -Nru mingw-w64-5.0.4/debian/control mingw-w64-6.0.0/debian/control --- mingw-w64-5.0.4/debian/control 2018-05-20 17:06:43.000000000 +0000 +++ mingw-w64-6.0.0/debian/control 2018-10-24 17:34:54.000000000 +0000 @@ -7,10 +7,11 @@ automake (>= 1:1.14) Build-Depends-Indep: gcc-mingw-w64-i686 | gcc-mingw-w64-bootstrap (>= 4.6.0), gcc-mingw-w64-x86-64 | gcc-mingw-w64-bootstrap (>= 4.6.0) -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/mingw-w64-team/mingw-w64 Vcs-Git: https://salsa.debian.org/mingw-w64-team/mingw-w64.git Homepage: http://mingw-w64.sf.net +Rules-Requires-Root: no Package: mingw-w64-common Architecture: all diff -Nru mingw-w64-5.0.4/debian/copyright mingw-w64-6.0.0/debian/copyright --- mingw-w64-5.0.4/debian/copyright 2017-01-05 22:25:34.000000000 +0000 +++ mingw-w64-6.0.0/debian/copyright 2018-10-24 12:28:37.000000000 +0000 @@ -3,7 +3,7 @@ Source: http://mingw-w64.sourceforge.net/ Files: * -Copyright: 2009-2014 the mingw-w64 project +Copyright: 2009-2016 the mingw-w64 project License: ZPL-2.1 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -63,26 +63,14 @@ mingw-w64-crt/libsrc/scard*.c mingw-w64-crt/libsrc/scrnsave.c mingw-w64-crt/libsrc/tsuserex_i.c - mingw-w64-crt/math/acosf.c - mingw-w64-crt/math/acosl.c - mingw-w64-crt/math/asin*.c - mingw-w64-crt/math/atan*.c mingw-w64-crt/math/cbrt*.c - mingw-w64-crt/math/ceil*.S mingw-w64-crt/math/cephes_emath.* - mingw-w64-crt/math/_chgsignl.S mingw-w64-crt/math/copysign* - mingw-w64-crt/math/cosf.c mingw-w64-crt/math/cosh*.c - mingw-w64-crt/math/cosl_internal.S - mingw-w64-crt/math/cossin.c mingw-w64-crt/math/erfl.c - mingw-w64-crt/math/exp2*.S mingw-w64-crt/math/expf.c mingw-w64-crt/math/fabs*.c - mingw-w64-crt/math/fastmath.h mingw-w64-crt/math/fdim*.c - mingw-w64-crt/math/floor*.S mingw-w64-crt/math/fm* mingw-w64-crt/math/fp*.c mingw-w64-crt/math/i* @@ -90,20 +78,32 @@ mingw-w64-crt/math/lgamma*.c mingw-w64-crt/math/llr* mingw-w64-crt/math/log10f.c - mingw-w64-crt/math/log*.S - mingw-w64-crt/math/logb*.c mingw-w64-crt/math/logf.c mingw-w64-crt/math/lr*.c mingw-w64-crt/math/m* mingw-w64-crt/math/n* mingw-w64-crt/math/powf.c mingw-w64-crt/math/r* - mingw-w64-crt/math/scalbn*.S mingw-w64-crt/math/signbit*.c - mingw-w64-crt/math/sinf.c mingw-w64-crt/math/sinh* - mingw-w64-crt/math/sinl_internal.S mingw-w64-crt/math/t* + mingw-w64-crt/math/x86/acosf.c + mingw-w64-crt/math/x86/acosl.c + mingw-w64-crt/math/x86/asin*.c + mingw-w64-crt/math/x86/atan*.c + mingw-w64-crt/math/x86/ceil*.S + mingw-w64-crt/math/x86/_chgsignl.S + mingw-w64-crt/math/x86/cosf.c + mingw-w64-crt/math/x86/cosl_internal.S + mingw-w64-crt/math/x86/cossin.c + mingw-w64-crt/math/x86/exp2*.S + mingw-w64-crt/math/x86/fastmath.h + mingw-w64-crt/math/x86/floor*.S + mingw-w64-crt/math/x86/log*.S + mingw-w64-crt/math/x86/logb*.c + mingw-w64-crt/math/x86/scalbn*.S + mingw-w64-crt/math/x86/sinf.c + mingw-w64-crt/math/x86/sinl_internal.S mingw-w64-crt/misc/* mingw-w64-crt/profile/mcountFunc.S mingw-w64-crt/stdio/atoll.c @@ -415,11 +415,23 @@ Copyright: 2007 Andras Kovacs License: LGPL-2.1+ +Files: mingw-w64-headers/direct-x/include/d3d10sdklayers.idl + mingw-w64-headers/include/drmexternals.idl + mingw-w64-headers/include/wmdrmsdk.idl +Copyright: 2016, 2017 Alistair Leslie-Hughes +License: LGPL-2.1+ + Files: mingw-w64-headers/direct-x/include/d3d11.idl Copyright: 2010 Rico Schüller 2013 Austin English License: LGPL-2.1+ +Files: mingw-w64-headers/direct-x/include/d3d11_?.idl + mingw-w64-headers/direct-x/include/dxgi1_?.idl + mingw-w64-headers/direct-x/include/dxgicommon.idl +Copyright: 2017 Ihsan Akmal +License: LGPL-2.1+ + Files: mingw-w64-headers/direct-x/include/d3d11shader.h mingw-w64-headers/direct-x/include/d3dcommon.idl mingw-w64-headers/direct-x/include/d3dcompiler.h @@ -540,8 +552,11 @@ Copyright: 2003, 2004 Robert Reif License: LGPL-2.1+ -Files: mingw-w64-headers/direct-x/include/dxgiformat.h - mingw-w64-headers/direct-x/include/dxgitype.h +Files: mingw-w64-headers/direct-x/include/dxgiformat.idl +Copyright: 2016 Józef Kucia for CodeWeavers +License: LGPL-2.1+ + +Files: mingw-w64-headers/direct-x/include/dxgitype.idl mingw-w64-headers/direct-x/include/dxgi.idl Copyright: 2007 Andras Kovacs License: LGPL-2.1+ @@ -595,6 +610,11 @@ Copyright: 2008 James Hawkins License: LGPL-2.1+ +Files: mingw-w64-headers/include/icftypes.idl + mingw-w64-headers/include/netfw.idl +Copyright: 2007 Jeff Latimer +License: LGPL-2.1+ + Files: mingw-w64-headers/include/knownfolders.h Copyright: 2010 Hans Leidekker for CodeWeavers License: LGPL-2.1+ @@ -627,6 +647,11 @@ Copyright: 2009 Andrew Nguyen License: LGPL-2.1+ +Files: mingw-w64-headers/include/taskschd.idl + mingw-w64-headers/tlb/oleacc.idl +Copyright: 2013 Dmitry Timoshkov +License: LGPL-2.1+ + Files: mingw-w64-headers/include/textstor.idl Copyright: 2009 Aric Stewart, CodeWeavers License: BSD-3-clause-MinGW-w64 @@ -672,6 +697,11 @@ Copyright: 2010 Nikolay Sivov License: LGPL-2.1+ +Files: mingw-w64-headers/tlb/stdole2.idl +Copyright: 2003 Robert Shearman + 2005 Huw Davies +License: LGPL-2.1+ + Files: mingw-w64-libraries/libmangle/* Copyright: 2009, 2010 mingw-w64 project License: expat @@ -681,7 +711,7 @@ License: expat Files: mingw-w64-libraries/winpthreads/* -Copyright: 2011-2014 mingw-w64 project +Copyright: 2011-2016 mingw-w64 project License: expat Files: mingw-w64-libraries/winpthreads/include/pthread.h @@ -730,27 +760,27 @@ License: LGPL-2+ Files: mingw-w64-libraries/winstorecompat/* -Copyright: 2013 mingw-w64 project +Copyright: 2013-2016, 2018 mingw-w64 project License: expat Files: mingw-w64-tools/gendef/* -Copyright: 2009-2014 mingw-w64 project +Copyright: 2009-2016 mingw-w64 project License: GPL-3+ Files: mingw-w64-tools/genidl/* -Copyright: 2009-2013 mingw-w64 project +Copyright: 2009-2016 mingw-w64 project License: GPL-3+ Files: mingw-w64-tools/genpeimg/* -Copyright: 2009-2013 mingw-w64 project +Copyright: 2009-2016 mingw-w64 project License: GPL-3+ Files: mingw-w64-tools/genstubdll/* -Copyright: 2014 mingw-w64 project +Copyright: 2014-2016 mingw-w64 project License: GPL-3+ Files: mingw-w64-tools/widl/* -Copyright: 1996, 2000, 2002, 2010 Alexandre Julliard +Copyright: 1996, 2000, 2002, 2010, 2017 Alexandre Julliard 1998-2000 Bertho A. Stultiens 1999 Corel Corporation 1999 Patrick Stridvall @@ -776,7 +806,7 @@ Files: debian/* Copyright: 2009, 2010 Robert Millan - 2010-2015 Stephen Kitt + 2010-2018 Stephen Kitt License: GPL-2+ Files: debian/*widl.1 diff -Nru mingw-w64-5.0.4/debian/patches/dlltool-temp-prefix.patch mingw-w64-6.0.0/debian/patches/dlltool-temp-prefix.patch --- mingw-w64-5.0.4/debian/patches/dlltool-temp-prefix.patch 2016-10-20 20:54:19.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/dlltool-temp-prefix.patch 2018-09-20 08:47:02.000000000 +0000 @@ -7,12 +7,12 @@ --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am -@@ -34,7 +34,7 @@ +@@ -36,7 +36,7 @@ DTDEF32=$(GENLIB) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) DTDEF64=$(GENLIB) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) else - AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ + AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ --temp-prefix $$(basename $@ .a) - DLLTOOLFLAGSARM32= + DLLTOOLFLAGSARM32=-m arm + DLLTOOLFLAGSARM64=-m arm64 DLLTOOLFLAGS32=--as-flags=--32 -m i386 - DLLTOOLFLAGS64=--as-flags=--64 -m i386:x86-64 diff -Nru mingw-w64-5.0.4/debian/patches/missing-cpu-info.patch mingw-w64-6.0.0/debian/patches/missing-cpu-info.patch --- mingw-w64-5.0.4/debian/patches/missing-cpu-info.patch 2016-10-20 20:54:19.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/missing-cpu-info.patch 2018-09-20 08:45:12.000000000 +0000 @@ -3,18 +3,18 @@ Based on http://wiki.debian.org/ArchitectureSpecificsMemo ---- mingw-w64.orig/mingw-w64-tools/widl/include/basetsd.h -+++ mingw-w64/mingw-w64-tools/widl/include/basetsd.h +--- a/mingw-w64-tools/widl/include/basetsd.h ++++ b/mingw-w64-tools/widl/include/basetsd.h @@ -36,7 +36,7 @@ * 64-bit. */ --#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__aarch64__)) && !defined(_WIN64) -+#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__aarch64__) || defined(__ia64__) || defined(__s390x__)) && !defined(_WIN64) +-#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64) ++#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__) || defined(__sparc64__) || defined(__ia64__) || defined(__s390x__)) && !defined(_WIN64) #define _WIN64 #endif -@@ -313,6 +313,14 @@ +@@ -309,6 +309,14 @@ # undef WORDS_BIGENDIAN # undef BITFIELDS_BIGENDIAN # undef ALLOW_UNALIGNED_ACCESS diff -Nru mingw-w64-5.0.4/debian/patches/multimon.patch mingw-w64-6.0.0/debian/patches/multimon.patch --- mingw-w64-5.0.4/debian/patches/multimon.patch 2017-11-08 08:06:04.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/multimon.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -Description: Fix multimon IsPlatformNT -Author: Stephen Kitt -Origin: https://bugs.debian.org/863064 - -Thanks to Simon Tatham: - -> The first line should simply use the actual variable name 'oi' in -> place of the nonexistent one 'osvi'. (The point is that this is one -> of the many Windows API structs whose first element is a field -> giving its own size, to permit later API revisions to append fields -> to the end without overrunning memory in older clients, so it's -> clear that the sizeof is meant to apply to the _same_ structure -> we're writing into.) - - ---- a/mingw-w64-headers/include/multimon.h -+++ b/mingw-w64-headers/include/multimon.h -@@ -127,7 +127,7 @@ - WINBOOL IsPlatformNT() { - OSVERSIONINFOA oi = { 0 }; - -- oi.dwOSVersionInfoSize = sizeof (osvi); -+ oi.dwOSVersionInfoSize = sizeof (oi); - GetVersionExA ((OSVERSIONINFOA *) &oi); - return (oi.dwPlatformId == VER_PLATFORM_WIN32_NT); - } diff -Nru mingw-w64-5.0.4/debian/patches/series mingw-w64-6.0.0/debian/patches/series --- mingw-w64-5.0.4/debian/patches/series 2017-11-08 08:12:48.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/series 2018-11-11 17:39:17.000000000 +0000 @@ -7,5 +7,5 @@ reproducible-gendef.patch comutil-checkerror.patch genlib-lm.patch -multimon.patch widl-pathtools-bsd.patch +widl-windef-aarch64.patch diff -Nru mingw-w64-5.0.4/debian/patches/widl-no-context.patch mingw-w64-6.0.0/debian/patches/widl-no-context.patch --- mingw-w64-5.0.4/debian/patches/widl-no-context.patch 2016-10-20 20:54:19.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/widl-no-context.patch 2018-10-24 10:00:44.000000000 +0000 @@ -3,7 +3,7 @@ --- a/mingw-w64-tools/widl/include/winbase.h +++ b/mingw-w64-tools/widl/include/winbase.h -@@ -150,13 +150,6 @@ +@@ -154,13 +154,6 @@ } u; } DEBUG_EVENT, *LPDEBUG_EVENT; @@ -17,15 +17,15 @@ #define OFS_MAXPATHNAME 128 typedef struct _OFSTRUCT { -@@ -1402,7 +1395,6 @@ - WINADVAPI BOOL WINAPI AddAuditAccessAce(PACL,DWORD,DWORD,PSID,BOOL,BOOL); +@@ -1721,7 +1714,6 @@ WINADVAPI BOOL WINAPI AddAuditAccessAceEx(PACL,DWORD,DWORD,DWORD,PSID,BOOL,BOOL); + WINADVAPI BOOL WINAPI AddMandatoryAce(PACL,DWORD,DWORD,DWORD,PSID); WINBASEAPI VOID WINAPI AddRefActCtx(HANDLE); -WINBASEAPI PVOID WINAPI AddVectoredExceptionHandler(ULONG,PVECTORED_EXCEPTION_HANDLER); WINADVAPI BOOL WINAPI AdjustTokenGroups(HANDLE,BOOL,PTOKEN_GROUPS,DWORD,PTOKEN_GROUPS,PDWORD); WINADVAPI BOOL WINAPI AccessCheck(PSECURITY_DESCRIPTOR,HANDLE,DWORD,PGENERIC_MAPPING,PPRIVILEGE_SET,LPDWORD,LPDWORD,LPBOOL); WINADVAPI BOOL WINAPI AccessCheckAndAuditAlarmA(LPCSTR,LPVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,DWORD,PGENERIC_MAPPING,BOOL,LPDWORD,LPBOOL,LPBOOL); -@@ -1873,7 +1865,6 @@ +@@ -2246,7 +2238,6 @@ WINBASEAPI DWORD WINAPI GetTickCount(void); WINBASEAPI ULONGLONG WINAPI GetTickCount64(void); WINBASEAPI DWORD WINAPI GetTimeZoneInformation(LPTIME_ZONE_INFORMATION); @@ -33,7 +33,7 @@ WINBASEAPI DWORD WINAPI GetThreadErrorMode(void); WINBASEAPI INT WINAPI GetThreadPriority(HANDLE); WINBASEAPI BOOL WINAPI GetThreadPriorityBoost(HANDLE,PBOOL); -@@ -2218,7 +2209,6 @@ +@@ -2611,7 +2602,6 @@ WINBASEAPI DWORD WINAPI SetTapeParameters(HANDLE,DWORD,LPVOID); WINBASEAPI DWORD WINAPI SetTapePosition(HANDLE,DWORD,DWORD,DWORD,DWORD,BOOL); WINBASEAPI DWORD_PTR WINAPI SetThreadAffinityMask(HANDLE,DWORD_PTR); @@ -41,7 +41,7 @@ WINBASEAPI BOOL WINAPI SetThreadErrorMode(DWORD,LPDWORD); WINBASEAPI DWORD WINAPI SetThreadExecutionState(EXECUTION_STATE); WINBASEAPI DWORD WINAPI SetThreadIdealProcessor(HANDLE,DWORD); -@@ -2228,7 +2218,6 @@ +@@ -2625,7 +2615,6 @@ WINBASEAPI HANDLE WINAPI SetTimerQueueTimer(HANDLE,WAITORTIMERCALLBACK,PVOID,DWORD,DWORD,BOOL); WINBASEAPI BOOL WINAPI SetTimeZoneInformation(const TIME_ZONE_INFORMATION *); WINADVAPI BOOL WINAPI SetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,LPVOID,DWORD); @@ -51,10 +51,12 @@ #define SetVolumeLabel WINELIB_NAME_AW(SetVolumeLabel) --- a/mingw-w64-tools/widl/include/winnt.h +++ b/mingw-w64-tools/widl/include/winnt.h -@@ -874,86 +874,6 @@ - - /* The Win32 register context */ +@@ -894,88 +894,6 @@ + #define ES_USER_PRESENT 0x00000004 + #define ES_CONTINUOUS 0x80000000 +-/* The Win32 register context */ +- -/* i386 context definitions */ -#ifdef __i386__ - @@ -77,42 +79,42 @@ - -typedef struct _CONTEXT -{ -- DWORD ContextFlags; +- DWORD ContextFlags; /* 000 */ - - /* These are selected by CONTEXT_DEBUG_REGISTERS */ -- DWORD Dr0; -- DWORD Dr1; -- DWORD Dr2; -- DWORD Dr3; -- DWORD Dr6; -- DWORD Dr7; +- DWORD Dr0; /* 004 */ +- DWORD Dr1; /* 008 */ +- DWORD Dr2; /* 00c */ +- DWORD Dr3; /* 010 */ +- DWORD Dr6; /* 014 */ +- DWORD Dr7; /* 018 */ - - /* These are selected by CONTEXT_FLOATING_POINT */ -- FLOATING_SAVE_AREA FloatSave; +- FLOATING_SAVE_AREA FloatSave; /* 01c */ - - /* These are selected by CONTEXT_SEGMENTS */ -- DWORD SegGs; -- DWORD SegFs; -- DWORD SegEs; -- DWORD SegDs; +- DWORD SegGs; /* 08c */ +- DWORD SegFs; /* 090 */ +- DWORD SegEs; /* 094 */ +- DWORD SegDs; /* 098 */ - - /* These are selected by CONTEXT_INTEGER */ -- DWORD Edi; -- DWORD Esi; -- DWORD Ebx; -- DWORD Edx; -- DWORD Ecx; -- DWORD Eax; +- DWORD Edi; /* 09c */ +- DWORD Esi; /* 0a0 */ +- DWORD Ebx; /* 0a4 */ +- DWORD Edx; /* 0a8 */ +- DWORD Ecx; /* 0ac */ +- DWORD Eax; /* 0b0 */ - - /* These are selected by CONTEXT_CONTROL */ -- DWORD Ebp; -- DWORD Eip; -- DWORD SegCs; -- DWORD EFlags; -- DWORD Esp; -- DWORD SegSs; +- DWORD Ebp; /* 0b4 */ +- DWORD Eip; /* 0b8 */ +- DWORD SegCs; /* 0bc */ +- DWORD EFlags; /* 0c0 */ +- DWORD Esp; /* 0c4 */ +- DWORD SegSs; /* 0c8 */ - -- BYTE ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION]; +- BYTE ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION]; /* 0xcc */ -} CONTEXT; - -#define CONTEXT_X86 0x00010000 @@ -138,9 +140,9 @@ typedef struct _LDT_ENTRY { WORD LimitLow; WORD BaseLow; -@@ -979,1051 +899,6 @@ +@@ -1001,1121 +919,6 @@ } HighWord; - } LDT_ENTRY, *PLDT_ENTRY; + } LDT_ENTRY, *PLDT_ENTRY, WOW64_LDT_ENTRY, *PWOW64_LDT_ENTRY; -/* x86-64 context definitions */ -#if defined(__x86_64__) @@ -349,8 +351,11 @@ - } DUMMYUNIONNAME2; -} KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS; - +-typedef PRUNTIME_FUNCTION (CALLBACK *PGET_RUNTIME_FUNCTION_CALLBACK)(DWORD64,PVOID); +- -BOOLEAN CDECL RtlAddFunctionTable(RUNTIME_FUNCTION*,DWORD,DWORD64); -BOOLEAN CDECL RtlDeleteFunctionTable(RUNTIME_FUNCTION*); +-BOOLEAN CDECL RtlInstallFunctionTableCallback(DWORD64,DWORD64,DWORD,PGET_RUNTIME_FUNCTION_CALLBACK,PVOID,PCWSTR); -PRUNTIME_FUNCTION WINAPI RtlLookupFunctionEntry(DWORD64,DWORD64*,UNWIND_HISTORY_TABLE*); -PVOID WINAPI RtlVirtualUnwind(ULONG,ULONG64,ULONG64,RUNTIME_FUNCTION*,CONTEXT*,PVOID*,ULONG64*,KNONVOLATILE_CONTEXT_POINTERS*); - @@ -785,11 +790,15 @@ -#define CONTEXT_DEBUG_REGISTERS (CONTEXT_ARM | 0x00000008) - -#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER) +-#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS) - -#define EXCEPTION_READ_FAULT 0 -#define EXCEPTION_WRITE_FAULT 1 -#define EXCEPTION_EXECUTE_FAULT 8 - +-#define ARM_MAX_BREAKPOINTS 8 +-#define ARM_MAX_WATCHPOINTS 1 +- -typedef struct _RUNTIME_FUNCTION -{ - DWORD BeginAddress; @@ -829,46 +838,49 @@ - UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; -} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; - --typedef struct _CONTEXT { -- /* The flags values within this flag control the contents of -- a CONTEXT record. -- -- If the context record is used as an input parameter, then -- for each portion of the context record controlled by a flag -- whose value is set, it is assumed that that portion of the -- context record contains valid context. If the context record -- is being used to modify a thread's context, then only that -- portion of the threads context will be modified. -- -- If the context record is used as an IN OUT parameter to capture -- the context of a thread, then only those portions of the thread's -- context corresponding to set flags will be returned. -- -- The context record is never used as an OUT only parameter. */ -- -- ULONG ContextFlags; -- -- /* This section is specified/returned if the ContextFlags word contains -- the flag CONTEXT_INTEGER. */ -- ULONG R0; -- ULONG R1; -- ULONG R2; -- ULONG R3; -- ULONG R4; -- ULONG R5; -- ULONG R6; -- ULONG R7; -- ULONG R8; -- ULONG R9; -- ULONG R10; -- ULONG Fp; -- ULONG Ip; -- -- /* These are selected by CONTEXT_CONTROL */ -- ULONG Sp; -- ULONG Lr; -- ULONG Pc; -- ULONG Cpsr; +-typedef struct _NEON128 +-{ +- ULONGLONG Low; +- LONGLONG High; +-} NEON128, *PNEON128; +- +-typedef struct _CONTEXT +-{ +- ULONG ContextFlags; /* 000 */ +- /* CONTEXT_INTEGER */ +- ULONG R0; /* 004 */ +- ULONG R1; /* 008 */ +- ULONG R2; /* 00c */ +- ULONG R3; /* 010 */ +- ULONG R4; /* 014 */ +- ULONG R5; /* 018 */ +- ULONG R6; /* 01c */ +- ULONG R7; /* 020 */ +- ULONG R8; /* 024 */ +- ULONG R9; /* 028 */ +- ULONG R10; /* 02c */ +- ULONG R11; /* 030 */ +- ULONG R12; /* 034 */ +- /* CONTEXT_CONTROL */ +- ULONG Sp; /* 038 */ +- ULONG Lr; /* 03c */ +- ULONG Pc; /* 040 */ +- ULONG Cpsr; /* 044 */ +- /* CONTEXT_FLOATING_POINT */ +- ULONG Fpscr; /* 048 */ +- ULONG Padding; /* 04c */ +- union +- { +- NEON128 Q[16]; +- ULONGLONG D[32]; +- ULONG S[32]; +- } DUMMYUNIONNAME; /* 050 */ +- /* CONTEXT_DEBUG_REGISTERS */ +- ULONG Bvr[ARM_MAX_BREAKPOINTS]; /* 150 */ +- ULONG Bcr[ARM_MAX_BREAKPOINTS]; /* 170 */ +- ULONG Wvr[ARM_MAX_WATCHPOINTS]; /* 190 */ +- ULONG Wcr[ARM_MAX_WATCHPOINTS]; /* 194 */ +- ULONG Padding2[2]; /* 198 */ -} CONTEXT; - -BOOLEAN CDECL RtlAddFunctionTable(RUNTIME_FUNCTION*,DWORD,DWORD); @@ -878,70 +890,130 @@ -#endif /* __arm__ */ - -#ifdef __aarch64__ --/* -- * FIXME: -- * -- * There is not yet an official CONTEXT structure defined for the AArch64 -- * architecture, so I just made one up. -- * -- */ - --#define CONTEXT_ARM64 0x2000000 +-#define CONTEXT_ARM64 0x400000 -#define CONTEXT_CONTROL (CONTEXT_ARM64 | 0x00000001) -#define CONTEXT_INTEGER (CONTEXT_ARM64 | 0x00000002) -#define CONTEXT_FLOATING_POINT (CONTEXT_ARM64 | 0x00000004) -#define CONTEXT_DEBUG_REGISTERS (CONTEXT_ARM64 | 0x00000008) - -#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER) +-#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS) - -#define EXCEPTION_READ_FAULT 0 -#define EXCEPTION_WRITE_FAULT 1 -#define EXCEPTION_EXECUTE_FAULT 8 - --typedef struct _CONTEXT { -- ULONG ContextFlags; +-#define ARM64_MAX_BREAKPOINTS 8 +-#define ARM64_MAX_WATCHPOINTS 2 +- +-typedef struct _RUNTIME_FUNCTION +-{ +- DWORD BeginAddress; +- union +- { +- DWORD UnwindData; +- struct +- { +- DWORD Flag : 2; +- DWORD FunctionLength : 11; +- DWORD RegF : 3; +- DWORD RegI : 4; +- DWORD H : 1; +- DWORD CR : 2; +- DWORD FrameSize : 9; +- } DUMMYSTRUCTNAME; +- } DUMMYUNIONNAME; +-} RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; +- +-#define UNWIND_HISTORY_TABLE_SIZE 12 - -- /* This section is specified/returned if the ContextFlags word contains -- the flag CONTEXT_INTEGER. */ -- ULONGLONG X0; -- ULONGLONG X1; -- ULONGLONG X2; -- ULONGLONG X3; -- ULONGLONG X4; -- ULONGLONG X5; -- ULONGLONG X6; -- ULONGLONG X7; -- ULONGLONG X8; -- ULONGLONG X9; -- ULONGLONG X10; -- ULONGLONG X11; -- ULONGLONG X12; -- ULONGLONG X13; -- ULONGLONG X14; -- ULONGLONG X15; -- ULONGLONG X16; -- ULONGLONG X17; -- ULONGLONG X18; -- ULONGLONG X19; -- ULONGLONG X20; -- ULONGLONG X21; -- ULONGLONG X22; -- ULONGLONG X23; -- ULONGLONG X24; -- ULONGLONG X25; -- ULONGLONG X26; -- ULONGLONG X27; -- ULONGLONG X28; -- ULONGLONG X29; -- ULONGLONG X30; +-typedef struct _UNWIND_HISTORY_TABLE_ENTRY +-{ +- DWORD64 ImageBase; +- PRUNTIME_FUNCTION FunctionEntry; +-} UNWIND_HISTORY_TABLE_ENTRY, *PUNWIND_HISTORY_TABLE_ENTRY; - -- /* These are selected by CONTEXT_CONTROL */ -- ULONGLONG Sp; -- ULONGLONG Pc; -- ULONGLONG PState; +-typedef struct _UNWIND_HISTORY_TABLE +-{ +- DWORD Count; +- BYTE LocalHint; +- BYTE GlobalHint; +- BYTE Search; +- BYTE Once; +- DWORD64 LowAddress; +- DWORD64 HighAddress; +- UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; +-} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; - -- /* These are selected by CONTEXT_FLOATING_POINT */ -- /* FIXME */ +-typedef union _NEON128 +-{ +- struct +- { +- ULONGLONG Low; +- LONGLONG High; +- } DUMMYSTRUCTNAME; +- double D[2]; +- float S[4]; +- WORD H[8]; +- BYTE B[16]; +-} NEON128, *PNEON128; +- +-typedef struct _CONTEXT +-{ +- ULONG ContextFlags; /* 000 */ +- /* CONTEXT_INTEGER */ +- ULONG Cpsr; /* 004 */ +- union +- { +- struct +- { +- DWORD64 X0; /* 008 */ +- DWORD64 X1; /* 010 */ +- DWORD64 X2; /* 018 */ +- DWORD64 X3; /* 020 */ +- DWORD64 X4; /* 028 */ +- DWORD64 X5; /* 030 */ +- DWORD64 X6; /* 038 */ +- DWORD64 X7; /* 040 */ +- DWORD64 X8; /* 048 */ +- DWORD64 X9; /* 050 */ +- DWORD64 X10; /* 058 */ +- DWORD64 X11; /* 060 */ +- DWORD64 X12; /* 068 */ +- DWORD64 X13; /* 070 */ +- DWORD64 X14; /* 078 */ +- DWORD64 X15; /* 080 */ +- DWORD64 X16; /* 088 */ +- DWORD64 X17; /* 090 */ +- DWORD64 X18; /* 098 */ +- DWORD64 X19; /* 0a0 */ +- DWORD64 X20; /* 0a8 */ +- DWORD64 X21; /* 0b0 */ +- DWORD64 X22; /* 0b8 */ +- DWORD64 X23; /* 0c0 */ +- DWORD64 X24; /* 0c8 */ +- DWORD64 X25; /* 0d0 */ +- DWORD64 X26; /* 0d8 */ +- DWORD64 X27; /* 0e0 */ +- DWORD64 X28; /* 0e8 */ +- DWORD64 Fp; /* 0f0 */ +- DWORD64 Lr; /* 0f8 */ +- } DUMMYSTRUCTNAME; +- DWORD64 X[31]; /* 008 */ +- } DUMMYUNIONNAME; +- /* CONTEXT_CONTROL */ +- DWORD64 Sp; /* 100 */ +- DWORD64 Pc; /* 108 */ +- /* CONTEXT_FLOATING_POINT */ +- NEON128 V[32]; /* 110 */ +- DWORD Fpcr; /* 310 */ +- DWORD Fpsr; /* 314 */ +- /* CONTEXT_DEBUG_REGISTERS */ +- DWORD Bcr[ARM64_MAX_BREAKPOINTS]; /* 318 */ +- DWORD64 Bvr[ARM64_MAX_BREAKPOINTS]; /* 338 */ +- DWORD Wcr[ARM64_MAX_WATCHPOINTS]; /* 378 */ +- DWORD64 Wvr[ARM64_MAX_WATCHPOINTS]; /* 380 */ -} CONTEXT; - -#endif /* __aarch64__ */ @@ -1187,10 +1259,10 @@ - -NTSYSAPI void WINAPI RtlCaptureContext(CONTEXT*); - - /* - * Product types - */ -@@ -2206,56 +1081,6 @@ + #define WOW64_CONTEXT_i386 0x00010000 + #define WOW64_CONTEXT_i486 0x00010000 + #define WOW64_CONTEXT_CONTROL (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000001)) +@@ -2404,56 +1207,6 @@ ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]; } EXCEPTION_RECORD, *PEXCEPTION_RECORD; diff -Nru mingw-w64-5.0.4/debian/patches/widl-pathtools-bsd.patch mingw-w64-6.0.0/debian/patches/widl-pathtools-bsd.patch --- mingw-w64-5.0.4/debian/patches/widl-pathtools-bsd.patch 2017-11-08 08:14:15.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/widl-pathtools-bsd.patch 2018-09-20 08:49:18.000000000 +0000 @@ -16,4 +16,4 @@ -#endif #include - #include "utils.h" + /* If you don't define this, then get_executable_path() diff -Nru mingw-w64-5.0.4/debian/patches/widl-windef-aarch64.patch mingw-w64-6.0.0/debian/patches/widl-windef-aarch64.patch --- mingw-w64-5.0.4/debian/patches/widl-windef-aarch64.patch 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/debian/patches/widl-windef-aarch64.patch 2018-11-11 17:49:55.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Fix widl build on aarch64 +Author: Stephen Kitt + +aarch64 doesn't have __builtin_ms_va_list, at least not in Debian. + +--- a/mingw-w64-tools/widl/include/windef.h ++++ b/mingw-w64-tools/widl/include/windef.h +@@ -101,7 +101,7 @@ + #endif /* __cdecl */ + + #ifndef __ms_va_list +-# if (defined(__x86_64__) || defined(__aarch64__)) && defined (__GNUC__) ++# if defined(__x86_64__) && defined (__GNUC__) + # define __ms_va_list __builtin_ms_va_list + # define __ms_va_start(list,arg) __builtin_ms_va_start(list,arg) + # define __ms_va_end(list) __builtin_ms_va_end(list) diff -Nru mingw-w64-5.0.4/debian/rules mingw-w64-6.0.0/debian/rules --- mingw-w64-5.0.4/debian/rules 2018-05-20 16:26:42.000000000 +0000 +++ mingw-w64-6.0.0/debian/rules 2018-10-24 20:19:46.000000000 +0000 @@ -134,16 +134,21 @@ # If we're targetting the build host, configure for hardening # If we're targetting the target host, disable hardening (see above), # change the prefix and use the new headers and libraries -%-configure-stamp: autoreconf-stamp +%-configure-stamp: autoreconf-stamp %-specs mkdir -p $(call buildfolder,$*) && \ cd $(call buildfolder,$*) && \ if [ "$(call rulehost,$*)" = "$(host)" ]; then \ $(call sourcefolder,$*)/configure --prefix=/usr $(shell $(dpkg_hard_buildflags) --export=configure) --host=$(call rulehost,$*) --target=$(call ruletarget,$*); \ else \ - $(call sourcefolder,$*)/configure --prefix=/usr/$(call ruletarget,$*) --host=$(call rulehost,$*) --target=$(call ruletarget,$*) CPPFLAGS="$(CPPFLAGS) -I$(top_dir)/debian/tmp/usr/$(call ruletarget,$*)/include" LDFLAGS="$(LDFLAGS) -L$(top_dir)/debian/tmp/usr/$(call ruletarget,$*)/lib"; \ + $(call sourcefolder,$*)/configure --prefix=/usr/$(call ruletarget,$*) --host=$(call rulehost,$*) --target=$(call ruletarget,$*) CPPFLAGS="$(CPPFLAGS) -I$(top_dir)/debian/tmp/usr/$(call ruletarget,$*)/include" LDFLAGS="-specs=$(build_dir)/$(call ruletarget,$*)-specs $(LDFLAGS) -L$(top_dir)/debian/tmp/usr/$(call ruletarget,$*)/lib"; \ fi touch $*-configure-stamp +# Generate a spec file to ensure that we use the newly-built startup files +%-specs: + mkdir -p $(build_dir) + sed 's!@@PATH@@!$(top_dir)/debian/tmp/usr/$(call ruletarget,$*)/lib/!g' < $(top_dir)/debian/specs.in > $(build_dir)/$(call ruletarget,$*)-specs + %-build-stamp: %-configure-stamp dh_auto_build -D$(call sourcefolder,$*) -B$(call buildfolder,$*) touch $*-build-stamp @@ -156,7 +161,7 @@ # Move duplicate files to mingw-w64-common reftarget=$$(echo $(targets) | cut -d\ -f1); \ testtargets=$$(echo $(targets) | cut -d\ -f2-); \ - for file in $$(cd debian/tmp/usr/$$reftarget; find . -name \*.h); do \ + for file in $$(cd debian/tmp/usr/$$reftarget; find . -type f ! -name \*.a); do \ duptargets=$$reftarget; \ for testtarget in $$testtargets; do \ if [ -f debian/tmp/usr/$$testtarget/$$file ]; then \ diff -Nru mingw-w64-5.0.4/debian/specs.in mingw-w64-6.0.0/debian/specs.in --- mingw-w64-5.0.4/debian/specs.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/debian/specs.in 2018-10-24 08:54:55.000000000 +0000 @@ -0,0 +1,5 @@ +*endfile: +%{Ofast|ffast-math|funsafe-math-optimizations:@@PATH@@/crtfastmath%O} %{!shared:%:if-exists(@@PATH@@/default-manifest.%O)} %{fvtable-verify=none:%s; fvtable-verify=preinit:@@PATH@@/vtv_end%O; fvtable-verify=std:@@PATH@@/vtv_end%O} @@PATH@@/crtend%O + +*startfile: +%{shared|mdll:@@PATH@@/dllcrt2%O} %{!shared:%{!mdll:%{!municode:@@PATH@@/crt2%O}}} %{!shared:%{!mdll:%{municode:@@PATH@@/crt2u%O}}} %{pg:@@PATH@@/gcrt2%O} @@PATH@@/crtbegin%O %{fvtable-verify=none:%s; fvtable-verify=preinit:@@PATH@@/vtv_start%O; fvtable-verify=std:@@PATH@@/vtv_start%O} diff -Nru mingw-w64-5.0.4/Makefile.in mingw-w64-6.0.0/Makefile.in --- mingw-w64-5.0.4/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -78,18 +88,12 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in AUTHORS COPYING build-aux/config.guess \ - build-aux/config.sub build-aux/install-sh build-aux/missing \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -156,6 +160,13 @@ mingw-w64-libraries/libmangle mingw-w64-libraries/pseh \ mingw-w64-libraries/winpthreads mingw-w64-tools/gendef \ mingw-w64-tools/genidl +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing AUTHORS COPYING \ + build-aux/config.guess build-aux/config.sub \ + build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -309,7 +320,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -531,15 +541,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -575,17 +585,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -760,6 +770,8 @@ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-crt/aclocal.m4 mingw-w64-6.0.0/mingw-w64-crt/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-crt/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,12 +51,12 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -118,7 +118,7 @@ # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -138,7 +138,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -183,15 +183,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_COND_IF -*- Autoconf -*- -# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -228,7 +227,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -259,7 +258,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -450,7 +449,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -526,7 +525,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -616,8 +615,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -690,7 +689,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -719,7 +722,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -730,7 +733,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -740,7 +743,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -762,7 +765,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -797,7 +800,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -847,7 +850,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -886,7 +889,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -915,7 +918,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -962,7 +965,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -981,7 +984,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1062,7 +1065,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1122,7 +1125,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1150,7 +1153,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1169,7 +1172,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/ar-lib mingw-w64-6.0.0/mingw-w64-crt/build-aux/ar-lib --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/ar-lib 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/ar-lib 2018-09-14 14:16:43.000000000 +0000 @@ -4,7 +4,7 @@ me=ar-lib scriptversion=2012-03-01.08; # UTC -# Copyright (C) 2010-2013 Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # Written by Peter Rosin . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -65,7 +65,7 @@ mingw) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin) + cygwin|msys) file=`cygpath -m "$file" || echo "$file"` ;; wine) diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/compile mingw-w64-6.0.0/mingw-w64-crt/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/*|msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-crt/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-crt/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/missing mingw-w64-6.0.0/mingw-w64-crt/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -160,7 +160,7 @@ ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) diff -Nru mingw-w64-5.0.4/mingw-w64-crt/build-aux/test-driver mingw-w64-6.0.0/mingw-w64-crt/build-aux/test-driver --- mingw-w64-5.0.4/mingw-w64-crt/build-aux/test-driver 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/build-aux/test-driver 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2012-06-27.10; # UTC +scriptversion=2013-07-13.22; # UTC -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,13 +44,12 @@ Usage: test-driver --test-name=NAME --log-file=PATH --trs-file=PATH [--expect-failure={yes|no}] [--color-tests={yes|no}] - [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT + [--enable-hard-errors={yes|no}] [--] + TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS] The '--test-name', '--log-file' and '--trs-file' options are mandatory. END } -# TODO: better error handling in option parsing (in particular, ensure -# TODO: $log_file, $trs_file and $test_name are defined). test_name= # Used for reporting. log_file= # Where to save the output of the test script. trs_file= # Where to save the metadata of the test run. @@ -69,10 +68,23 @@ --enable-hard-errors) enable_hard_errors=$2; shift;; --) shift; break;; -*) usage_error "invalid option: '$1'";; + *) break;; esac shift done +missing_opts= +test x"$test_name" = x && missing_opts="$missing_opts --test-name" +test x"$log_file" = x && missing_opts="$missing_opts --log-file" +test x"$trs_file" = x && missing_opts="$missing_opts --trs-file" +if test x"$missing_opts" != x; then + usage_error "the following mandatory options are missing:$missing_opts" +fi + +if test $# -eq 0; then + usage_error "missing argument" +fi + if test $color_tests = yes; then # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'. red='' # Red. @@ -94,11 +106,14 @@ # Test script is run here. "$@" >$log_file 2>&1 estatus=$? + if test $enable_hard_errors = no && test $estatus -eq 99; then - estatus=1 + tweaked_estatus=1 +else + tweaked_estatus=$estatus fi -case $estatus:$expect_failure in +case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; @@ -107,6 +122,12 @@ *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac +# Report the test outcome and exit status in the logs, so that one can +# know whether the test passed or failed simply by looking at the '.log' +# file, without the need of also peaking into the corresponding '.trs' +# file (automake bug#11814). +echo "$res $test_name (exit status: $estatus)" >>$log_file + # Report outcome to console. echo "${col}${res}${std}: $test_name" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/complex/clog10.c mingw-w64-6.0.0/mingw-w64-crt/complex/clog10.c --- mingw-w64-5.0.4/mingw-w64-crt/complex/clog10.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/complex/clog10.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,49 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +/* double version of the functions. */ +#define _NEW_COMPLEX_DOUBLE 1 +#define _GNU_SOURCE +#include "complex_internal.h" +#include "clog10.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/complex/clog10.def.h mingw-w64-6.0.0/mingw-w64-crt/complex/clog10.def.h --- mingw-w64-5.0.4/mingw-w64-crt/complex/clog10.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/complex/clog10.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,71 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +__FLT_TYPE __complex__ __cdecl +__FLT_ABI(clog10) (__FLT_TYPE __complex__ z) +{ + __complex__ __FLT_TYPE ret; + int r_class = fpclassify (__real__ z); + int i_class = fpclassify (__imag__ z); + + if (r_class == FP_ZERO && i_class == FP_ZERO) + { + __imag__ ret = signbit (__real__ z) ? __FLT_PI : __FLT_CST(0.0); + __imag__ ret = __FLT_ABI(copysign) (__imag__ ret, __imag__ z); + __real__ ret = -__FLT_CST(1.0) / __FLT_ABI(fabs) (__real__ z); + return ret; + } + + if (r_class == FP_NAN || i_class == FP_NAN) + { + __imag__ ret = __FLT_NAN; + __real__ ret = ((r_class == FP_INFINITE || i_class == FP_INFINITE) ? __FLT_HUGE_VAL : __FLT_NAN); + + return ret; + } + + __real__ ret = __FLT_ABI(log10) (__FLT_ABI(hypot) (__real__ z, __imag__ z)); + __imag__ ret = __FLT_LOG10E * __FLT_ABI(atan2) (__imag__ z, __real__ z); + return ret; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/complex/clog10f.c mingw-w64-6.0.0/mingw-w64-crt/complex/clog10f.c --- mingw-w64-5.0.4/mingw-w64-crt/complex/clog10f.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/complex/clog10f.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,49 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +/* Float version of the functions. */ +#define _NEW_COMPLEX_FLOAT 1 +#define _GNU_SOURCE +#include "complex_internal.h" +#include "clog10.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/complex/clog10l.c mingw-w64-6.0.0/mingw-w64-crt/complex/clog10l.c --- mingw-w64-5.0.4/mingw-w64-crt/complex/clog10l.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/complex/clog10l.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,49 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +/* long double version of the functions. */ +#define _NEW_COMPLEX_LDOUBLE 1 +#define _GNU_SOURCE +#include "complex_internal.h" +#include "clog10.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/complex/complex_internal.h mingw-w64-6.0.0/mingw-w64-crt/complex/complex_internal.h --- mingw-w64-5.0.4/mingw-w64-crt/complex/complex_internal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/complex/complex_internal.h 2018-09-14 14:16:43.000000000 +0000 @@ -77,8 +77,8 @@ # define __FLT_PI_3_4 M_PI_3_4 # define __FLT_MAXLOG 88.72283905206835F # define __FLT_MINLOG -103.278929903431851103F - # define __FLT_LOGE2 0.693147180559945309F +# define __FLT_LOG10E 0.434294481903251828F # define __FLT_REPORT(NAME) NAME "f" #elif defined(_NEW_COMPLEX_DOUBLE) # define __FLT_TYPE double @@ -94,6 +94,7 @@ # define __FLT_MAXLOG 7.09782712893383996843E2 # define __FLT_MINLOG -7.45133219101941108420E2 # define __FLT_LOGE2 6.93147180559945309417E-1 +# define __FLT_LOG10E 4.34294481903251827651E-1 # define __FLT_REPORT(NAME) NAME #elif defined(_NEW_COMPLEX_LDOUBLE) # define __FLT_TYPE long double @@ -109,6 +110,7 @@ # define __FLT_MAXLOG 1.1356523406294143949492E4L # define __FLT_MINLOG -1.1355137111933024058873E4L # define __FLT_LOGE2 6.9314718055994530941723E-1L +# define __FLT_LOG10E 4.3429448190325182765113E-1L # define __FLT_REPORT(NAME) NAME "l" #else # error "Unknown complex number type" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/config.h.in mingw-w64-6.0.0/mingw-w64-crt/config.h.in --- mingw-w64-5.0.4/mingw-w64-crt/config.h.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/config.h.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Whether the linker provides __CTOR_LIST__ */ +#undef HAVE_CTOR_LIST + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -65,3 +68,6 @@ /* Build DFP support */ #undef __ENABLE_REGISTEREDPRINTF + +/* Build softmath routines */ +#undef __ENABLE_SOFTMATH diff -Nru mingw-w64-5.0.4/mingw-w64-crt/configure mingw-w64-6.0.0/mingw-w64-crt/configure --- mingw-w64-5.0.4/mingw-w64-crt/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/configure 2018-09-14 14:16:43.000000000 +0000 @@ -634,12 +634,15 @@ GREP ENABLE_TESTS_UNICODE_FALSE ENABLE_TESTS_UNICODE_TRUE +ENABLE_SOFTMATH_FALSE +ENABLE_SOFTMATH_TRUE ENABLE_REGISTEREDPRINTF_FALSE ENABLE_REGISTEREDPRINTF_TRUE ENABLE_PRINTF128_FALSE ENABLE_PRINTF128_TRUE ENABLE_DFP_FALSE ENABLE_DFP_TRUE +MSVCRT_LIB DELAY_IMPORT_LIBS_FALSE DELAY_IMPORT_LIBS_TRUE PRIVATE_EXPORTS_FALSE @@ -651,6 +654,8 @@ LIBARM64SUFFIXDIR LIBX8632SUFFIXDIR LIBX8664SUFFIXDIR +LIBARM64_FALSE +LIBARM64_TRUE LIBARM32_FALSE LIBARM32_TRUE LIB64_FALSE @@ -784,10 +789,12 @@ enable_lib32 enable_lib64 enable_libarm32 +enable_libarm64 with_genlib enable_wildcard enable_private_exports enable_delay_import_libs +with_default_msvcrt enable_experimental enable_tests_unicode enable_warnings @@ -1438,6 +1445,7 @@ --enable-lib32 Build the Win32 libraries --enable-lib64 Build the Win64 libraries --enable-libarm32 Build the WinARM32 libraries + --enable-libarm64 Build the WinARM64 libraries --enable-wildcard Enable command line globbing --enable-private-exports Enable exporting private internal functions @@ -1445,8 +1453,8 @@ Enable creation of delay-import libraries --enable-experimental Enable experimental features, valid options are comma separated combination of all, dfp, printf128, - registeredprintf. Refer to experimental.txt for - descriptions. + registeredprintf, softmath. Refer to + experimental.txt for descriptions. --enable-tests-unicode Enable the unicode testsuite without testing the compiler for support. --enable-warnings[=0-5] Enable compile time warnings [default=3] @@ -1458,6 +1466,8 @@ prefix) --with-genlib=PATH Whether to build import libraries via the genlib tool (default: no) + --with-default-msvcrt=LIB + Lib to provide as libmsvcrt.a (default: msvcrt-os) Some influential environment variables: CC C compiler command @@ -2214,7 +2224,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2386,8 +2396,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2406,7 +2416,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2734,8 +2744,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2793,6 +2803,7 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -5428,6 +5439,50 @@ fi fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the WinARM64 libraries" >&5 +$as_echo_n "checking whether to build the WinARM64 libraries... " >&6; } +# Check whether --enable-libarm64 was given. +if test "${enable_libarm64+set}" = set; then : + enableval=$enable_libarm64; +else + case $host_cpu in #( + aarch64*) : + enable_libarm64=yes ;; #( + *) : + enable_libarm64=no ;; #( + *) : + ;; +esac + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libarm64" >&5 +$as_echo "$enable_libarm64" >&6; } +case $enable_libarm64 in #( + no) : + ;; #( + yes) : + LIBARM64= ;; #( + *) : + as_fn_error $? "invalid argument. Must be either yes or no." "$LINENO" 5 ;; +esac + if ${LIBARM64+:} false; then + LIBARM64_TRUE= + LIBARM64_FALSE='#' +else + LIBARM64_TRUE='#' + LIBARM64_FALSE= +fi + + +if test "x$enable_libarm64" = xyes; then : + + if ${LIB32+:} false || ${LIB64+:} false || ${LIBARM32+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building the runtime to use libarm64 with lib32, lib64 or libarm32 is unsupported." >&5 +$as_echo "$as_me: WARNING: Building the runtime to use libarm64 with lib32, lib64 or libarm32 is unsupported." >&2;} +fi +fi + case $host_cpu in #( x86_64) : @@ -5683,6 +5738,24 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_delay_import_libs" >&5 $as_echo "$enable_delay_import_libs" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to provide as libmsvcrt.a" >&5 +$as_echo_n "checking what to provide as libmsvcrt.a... " >&6; } + +# Check whether --with-default-msvcrt was given. +if test "${with_default_msvcrt+set}" = set; then : + withval=$with_default_msvcrt; +else + with_default_msvcrt=msvcrt-os +fi + +if test "$with_default_msvcrt" = "msvcrt"; then + with_default_msvcrt=msvcrt-os +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_default_msvcrt" >&5 +$as_echo "$with_default_msvcrt" >&6; } +MSVCRT_LIB=lib${with_default_msvcrt}.a + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable experimental features" >&5 $as_echo_n "checking whether to enable experimental features... " >&6; } # Check whether --enable-experimental was given. @@ -5696,6 +5769,7 @@ enable_dfp=no enable_printf128=no enable_registeredprintf=no +enable_softmath=no experiment_list=$($AWK 'BEGIN{OFS=" "; len = split(ARGV[1],str,","); for(; len != 0; len--) print str[len] }' "$experimental_features") for arg in $experiment_list @@ -5707,12 +5781,14 @@ enable_printf128=yes ;; #( registeredprintf) : enable_registeredprintf=yes ;; #( + softmath) : + enable_softmath=yes ;; #( all) : - enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; ;; #( + enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ;; #( yes) : - enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; ;; #( + enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ;; #( no) : - enable_dfp=no; enable_printf128=no; enable_registeredprintf=no; ;; #( + enable_dfp=no; enable_printf128=no; enable_registeredprintf=no; enable_softmath=no; ;; #( *) : as_fn_error $? "Unknown option \"$experiment\"" "$LINENO" 5 ;; @@ -5745,6 +5821,14 @@ ENABLE_REGISTEREDPRINTF_FALSE= fi + if test "$enable_softmath" = "yes" ; then + ENABLE_SOFTMATH_TRUE= + ENABLE_SOFTMATH_FALSE='#' +else + ENABLE_SOFTMATH_TRUE='#' + ENABLE_SOFTMATH_FALSE= +fi + if test -z "$ENABLE_DFP_TRUE"; then : $as_echo "#define __ENABLE_DFP 1" >>confdefs.h @@ -5760,6 +5844,11 @@ $as_echo "#define __ENABLE_REGISTEREDPRINTF 1" >>confdefs.h fi +if test -z "$ENABLE_SOFTMATH_TRUE"; then : + +$as_echo "#define __ENABLE_SOFTMATH 1" >>confdefs.h + +fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -municode" >&5 $as_echo_n "checking whether the compiler supports -municode... " >&6; } @@ -5798,6 +5887,56 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_tests_unicode" >&5 $as_echo "$enable_tests_unicode" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker provides __CTOR_LIST__" >&5 +$as_echo_n "checking whether the linker provides __CTOR_LIST__... " >&6; } +saved_LDFLAGS="$LDFLAGS" +saved_ac_no_link="$ac_no_link" +LDFLAGS="$LDFLAGS -nostdlib" +# Note that binutils 2.30 is broken with respect to __CTOR_LIST__ (the change +# was reverted for 2.31); it does provide __CTOR_LIST__ automatically only if +# necessary. But as long as there's no other definition of it, a fallback +# __CTOR_LIST__ gets pulled in from libgcc, and this fallback is only a dummy +# to prevent linker errors (in general) and isn't assigned to the right +# sections. Therefore, it'd be better to test whether we can/should provide +# our own __CTOR_LIST__. + +# But we can't test whether we can provide our own __CTOR_LIST__ with binutils +# ld either; even if our test provides its own symbol __CTOR_LIST__, ld will +# include it but silently use its own provided __CTOR_LIST__ instead, and +# won't error out. For actual real use, that'd mean a stray broken pointer in +# the .ctors section. + +# This test uses both mainCRTStartup and main functions, to let lld deduce +# entry point and subsystem automatically without having to manually specify, +# anything. And as long as main() is provided, we need to implicitly provide +# __main as well, since the compiler injects a call to it. + +cat <<_ACEOF >conftest.$ac_ext +#include +extern const void * __CTOR_LIST__; +void __main(void) { +} +int main(void) { + return (int)(intptr_t)__CTOR_LIST__; +} +int mainCRTStartup(void) { + return main(); +} +_ACEOF + +echo "$as_me:$LINENO: $CC conftest.$ac_ext $LDFLAGS -o conftest$ac_exeext" >&5 +if $CC conftest.$ac_ext $LDFLAGS -o conftest$ac_exeext >&5 2>&1; then + +$as_echo "#define HAVE_CTOR_LIST 1" >>confdefs.h + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +LDFLAGS="$saved_LDFLAGS" + # Checks for libraries. # Checks for header files. @@ -6310,6 +6449,10 @@ as_fn_error $? "conditional \"LIBARM32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${LIBARM64_TRUE}" && test -z "${LIBARM64_FALSE}"; then + as_fn_error $? "conditional \"LIBARM64\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${WITH_GENLIB_TRUE}" && test -z "${WITH_GENLIB_FALSE}"; then as_fn_error $? "conditional \"WITH_GENLIB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -6334,6 +6477,10 @@ as_fn_error $? "conditional \"ENABLE_REGISTEREDPRINTF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${ENABLE_SOFTMATH_TRUE}" && test -z "${ENABLE_SOFTMATH_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_SOFTMATH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${ENABLE_TESTS_UNICODE_TRUE}" && test -z "${ENABLE_TESTS_UNICODE_FALSE}"; then as_fn_error $? "conditional \"ENABLE_TESTS_UNICODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -7682,6 +7829,8 @@ $as_echo "$as_me: " >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: WinARM32 runtime.....: $enable_libarm32" >&5 $as_echo "$as_me: WinARM32 runtime.....: $enable_libarm32" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: WinARM64 runtime.....: $enable_libarm64" >&5 +$as_echo "$as_me: WinARM64 runtime.....: $enable_libarm64" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: Win32 runtime........: $enable_lib32" >&5 $as_echo "$as_me: Win32 runtime........: $enable_lib32" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: Win64 runtime........: $enable_lib64" >&5 @@ -7692,6 +7841,8 @@ $as_echo "$as_me: C++ Warning Flags....: $ADD_CXX_ONLY_WARNING_FLAGS" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: Common Warning Flags.: $ADD_C_CXX_WARNING_FLAGS" >&5 $as_echo "$as_me: Common Warning Flags.: $ADD_C_CXX_WARNING_FLAGS" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: Default msvcrt.......: $with_default_msvcrt" >&5 +$as_echo "$as_me: Default msvcrt.......: $with_default_msvcrt" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 $as_echo "$as_me: " >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: DFP printf...........: $enable_dfp" >&5 @@ -7700,6 +7851,8 @@ $as_echo "$as_me: 128-bit printf.......: $enable_printf128" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: Custom printf........: $enable_registeredprintf" >&5 $as_echo "$as_me: Custom printf........: $enable_registeredprintf" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: Softhmath............: $enable_softmath" >&5 +$as_echo "$as_me: Softhmath............: $enable_softmath" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 $as_echo "$as_me: " >&6;} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/configure.ac mingw-w64-6.0.0/mingw-w64-crt/configure.ac --- mingw-w64-5.0.4/mingw-w64-crt/configure.ac 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/configure.ac 2018-09-14 14:16:43.000000000 +0000 @@ -119,6 +119,26 @@ AS_IF([AS_VAR_TEST_SET([LIB32]) || AS_VAR_TEST_SET([LIB64])], [AC_MSG_WARN([Building the runtime to use libarm32 with lib32 or lib64 is unsupported.])])]) +AC_MSG_CHECKING([whether to build the WinARM64 libraries]) +AC_ARG_ENABLE([libarm64], + [AS_HELP_STRING([--enable-libarm64], + [Build the WinARM64 libraries])], + [], + [AS_CASE([$host_cpu], + [aarch64*],[enable_libarm64=yes], + [*],[enable_libarm64=no]) + ]) +AC_MSG_RESULT([$enable_libarm64]) +AS_CASE([$enable_libarm64], + [no],[], + [yes],[AS_VAR_SET([LIBARM64])], + [AC_MSG_ERROR([invalid argument. Must be either yes or no.])]) +AM_CONDITIONAL([LIBARM64], [AS_VAR_TEST_SET([LIBARM64])]) + +AS_VAR_IF([enable_libarm64],[yes],[ + AS_IF([AS_VAR_TEST_SET([LIB32]) || AS_VAR_TEST_SET([LIB64]) || AS_VAR_TEST_SET([LIBARM32])], + [AC_MSG_WARN([Building the runtime to use libarm64 with lib32, lib64 or libarm32 is unsupported.])])]) + AS_CASE([$host_cpu], [x86_64],[ libx8664suffx=lib @@ -213,16 +233,30 @@ AM_CONDITIONAL([DELAY_IMPORT_LIBS],[test $enable_delay_import_libs = yes]) AC_MSG_RESULT([$enable_delay_import_libs]) +AC_MSG_CHECKING([what to provide as libmsvcrt.a]) +AC_ARG_WITH([default-msvcrt], + [AS_HELP_STRING([--with-default-msvcrt=LIB], + [Lib to provide as libmsvcrt.a (default: msvcrt-os)])], + [], + [with_default_msvcrt=msvcrt-os]) +if test "$with_default_msvcrt" = "msvcrt"; then + with_default_msvcrt=msvcrt-os +fi +AC_MSG_RESULT([$with_default_msvcrt]) +AS_VAR_SET([MSVCRT_LIB],[lib${with_default_msvcrt}.a]) +AC_SUBST([MSVCRT_LIB]) + AC_MSG_CHECKING([whether to enable experimental features]) AC_ARG_ENABLE([experimental], [AS_HELP_STRING([--enable-experimental], - [Enable experimental features, valid options are comma separated combination of all, dfp, printf128, registeredprintf. Refer to experimental.txt for descriptions.])], + [Enable experimental features, valid options are comma separated combination of all, dfp, printf128, registeredprintf, softmath.])], [experimental_features=$enable_experimental], [experimental_features="no"]) enable_dfp=no enable_printf128=no enable_registeredprintf=no +enable_softmath=no experiment_list=$($AWK 'BEGIN{OFS=" "; len = split(ARGV@<:@1@:>@,str,","); for(; len != 0; len--) print str@<:@len@:>@ }' "$experimental_features") for arg in $experiment_list @@ -231,9 +265,10 @@ [dfp],[enable_dfp=yes], [printf128],[enable_printf128=yes], [registeredprintf],[enable_registeredprintf=yes], - [all], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; ], - [yes], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; ], - [no], [enable_dfp=no; enable_printf128=no; enable_registeredprintf=no; ], + [softmath],[enable_softmath=yes], + [all], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ], + [yes], [enable_dfp=yes; enable_printf128=yes; enable_registeredprintf=yes; enable_softmath=yes; ], + [no], [enable_dfp=no; enable_printf128=no; enable_registeredprintf=no; enable_softmath=no; ], [AC_MSG_ERROR([Unknown option \"$experiment\"])] ) done @@ -242,9 +277,11 @@ AM_CONDITIONAL([ENABLE_DFP],[ test "$enable_dfp" = "yes" ]) AM_CONDITIONAL([ENABLE_PRINTF128],[ test "$enable_printf128" = "yes" ]) AM_CONDITIONAL([ENABLE_REGISTEREDPRINTF],[ test "$enable_registeredprintf" = "yes" ]) +AM_CONDITIONAL([ENABLE_SOFTMATH],[ test "$enable_softmath" = "yes" ]) AM_COND_IF([ENABLE_DFP],[AC_DEFINE([__ENABLE_DFP],[1],[Build DFP support])]) AM_COND_IF([ENABLE_PRINTF128],[AC_DEFINE([__ENABLE_PRINTF128],[1],[Build DFP support])]) AM_COND_IF([ENABLE_REGISTEREDPRINTF],[AC_DEFINE([__ENABLE_REGISTEREDPRINTF],[1],[Build DFP support])]) +AM_COND_IF([ENABLE_SOFTMATH],[AC_DEFINE([__ENABLE_SOFTMATH],[1],[Build softmath routines])]) AC_MSG_CHECKING([whether the compiler supports -municode]) AC_ARG_ENABLE([tests-unicode], @@ -264,6 +301,65 @@ AM_CONDITIONAL([ENABLE_TESTS_UNICODE],[test x$enable_tests_unicode = xyes]) AC_MSG_RESULT([$enable_tests_unicode]) +AC_MSG_CHECKING([whether the linker provides __CTOR_LIST__]) +saved_LDFLAGS="$LDFLAGS" +saved_ac_no_link="$ac_no_link" +LDFLAGS="$LDFLAGS -nostdlib" +# Note that binutils 2.30 is broken with respect to __CTOR_LIST__ (the change +# was reverted for 2.31); it does provide __CTOR_LIST__ automatically only if +# necessary. But as long as there's no other definition of it, a fallback +# __CTOR_LIST__ gets pulled in from libgcc, and this fallback is only a dummy +# to prevent linker errors (in general) and isn't assigned to the right +# sections. Therefore, it'd be better to test whether we can/should provide +# our own __CTOR_LIST__. + +# But we can't test whether we can provide our own __CTOR_LIST__ with binutils +# ld either; even if our test provides its own symbol __CTOR_LIST__, ld will +# include it but silently use its own provided __CTOR_LIST__ instead, and +# won't error out. For actual real use, that'd mean a stray broken pointer in +# the .ctors section. + +# This test uses both mainCRTStartup and main functions, to let lld deduce +# entry point and subsystem automatically without having to manually specify, +# anything. And as long as main() is provided, we need to implicitly provide +# __main as well, since the compiler injects a call to it. + +# Run this test manually instead of wrapping it in AC_LINK_IFELSE; when +# bootstrapping an environment, an earlier linking test will have failed, +# which both causes autoconf to refuse to run any linker test at all, +# and even if $ac_no_link is overridden, the linker test iteslf will explicitly +# check that the linker actually produced output in the given output file. +# If $ac_exeext is empty, as it is when the earlier linker test failed, gcc +# will behave differently depending on version. If run with "gcc conftest.c +# -o conftest", old versions will produce explicitly a file named "conftest", +# while modern GCC versions will produce "conftest.exe". AC_LINK_IFELSE will +# explicitly look for the output file named "conftest$ac_exeext", which isn't +# found, and the test fails even though linking succeeded. +# +# Therefore, just do a manual test; run the linking command and check the return +# code whether it was successful or not. +cat <<_ACEOF >conftest.$ac_ext +#include +extern const void * __CTOR_LIST__; +void __main(void) { +} +int main(void) { + return (int)(intptr_t)__CTOR_LIST__; +} +int mainCRTStartup(void) { + return main(); +} +_ACEOF + +echo "$as_me:$LINENO: $CC conftest.$ac_ext $LDFLAGS -o conftest$ac_exeext" >&AS_MESSAGE_LOG_FD +if $CC conftest.$ac_ext $LDFLAGS -o conftest$ac_exeext >&AS_MESSAGE_LOG_FD 2>&1; then + AC_DEFINE([HAVE_CTOR_LIST],[1],[Whether the linker provides __CTOR_LIST__]) + AC_MSG_RESULT(yes) +else + AC_MSG_RESULT(no) +fi +LDFLAGS="$saved_LDFLAGS" + # Checks for libraries. # Checks for header files. @@ -338,15 +434,18 @@ AC_MSG_NOTICE([Configuration Options Summary:]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([ WinARM32 runtime.....: $enable_libarm32]) +AC_MSG_NOTICE([ WinARM64 runtime.....: $enable_libarm64]) AC_MSG_NOTICE([ Win32 runtime........: $enable_lib32]) AC_MSG_NOTICE([ Win64 runtime........: $enable_lib64]) AC_MSG_NOTICE([ C Warning Flags......: $ADD_C_ONLY_WARNING_FLAGS]) AC_MSG_NOTICE([ C++ Warning Flags....: $ADD_CXX_ONLY_WARNING_FLAGS]) AC_MSG_NOTICE([ Common Warning Flags.: $ADD_C_CXX_WARNING_FLAGS]) +AC_MSG_NOTICE([ Default msvcrt.......: $with_default_msvcrt]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([ DFP printf...........: $enable_dfp]) AC_MSG_NOTICE([ 128-bit printf.......: $enable_printf128]) AC_MSG_NOTICE([ Custom printf........: $enable_registeredprintf]) +AC_MSG_NOTICE([ Softhmath............: $enable_softmath]) AC_MSG_NOTICE([]) diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/atonexit.c mingw-w64-6.0.0/mingw-w64-crt/crt/atonexit.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/atonexit.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/atonexit.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,59 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ - -#undef CRTDLL -#ifndef _DLL -#define _DLL -#endif - -#include -#include -#include -#include -#include -#include - -#define _EXIT_LOCK1 8 - - void __cdecl _lock (int _File); - void __cdecl _unlock (int _File); - -_PVFV *__onexitbegin; -_PVFV *__onexitend; - -extern _CRTIMP _onexit_t __dllonexit (_onexit_t, _PVFV**, _PVFV**); -extern _onexit_t (__cdecl * __MINGW_IMP_SYMBOL(_onexit)) (_onexit_t func); - -/* Choose a different name to prevent name conflicts. The CRT one works fine. */ -_onexit_t __cdecl mingw_onexit(_onexit_t func); - -_onexit_t __cdecl mingw_onexit(_onexit_t func) -{ - _PVFV *onexitbegin; - _PVFV *onexitend; - _onexit_t retval; - - onexitbegin = (_PVFV *) _decode_pointer (__onexitbegin); - - if (onexitbegin == (_PVFV *) -1) - return (* __MINGW_IMP_SYMBOL(_onexit)) (func); - _lock (_EXIT_LOCK1); - onexitbegin = (_PVFV *) _decode_pointer (__onexitbegin); - onexitend = (_PVFV *) _decode_pointer (__onexitend); - - retval = __dllonexit (func, &onexitbegin, &onexitend); - - __onexitbegin = (_PVFV *) _encode_pointer (onexitbegin); - __onexitend = (_PVFV *) _encode_pointer (onexitend); - _unlock (_EXIT_LOCK1); - return retval; -} - -int __cdecl -atexit (_PVFV func) -{ - return (mingw_onexit((_onexit_t)func) == NULL) ? -1 : 0; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/charmax.c mingw-w64-6.0.0/mingw-w64-crt/crt/charmax.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/charmax.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/charmax.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,9 @@ * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ +#include #include -#include +#include __declspec(dllimport) int __lconv_init (void); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/crtdll.c mingw-w64-6.0.0/mingw-w64-crt/crt/crtdll.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/crtdll.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/crtdll.c 2018-09-14 14:16:43.000000000 +0000 @@ -10,6 +10,10 @@ #define _DLL #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -40,13 +44,19 @@ extern _CRTALLOC(".CRT$XCA") _PVFV __xc_a[]; extern _CRTALLOC(".CRT$XCZ") _PVFV __xc_z[]; +#ifndef HAVE_CTOR_LIST +__attribute__ (( __section__ (".ctors"), __used__ , aligned(sizeof(void *)))) const void * __CTOR_LIST__ = (void *) -1; +__attribute__ (( __section__ (".dtors"), __used__ , aligned(sizeof(void *)))) const void * __DTOR_LIST__ = (void *) -1; +__attribute__ (( __section__ (".ctors.99999"), __used__ , aligned(sizeof(void *)))) const void * __CTOR_END__ = (void *) 0; +__attribute__ (( __section__ (".dtors.99999"), __used__ , aligned(sizeof(void *)))) const void * __DTOR_END__ = (void *) 0; +#endif + /* TLS initialization hook. */ extern const PIMAGE_TLS_CALLBACK __dyn_tls_init_callback; static int __proc_attached = 0; -extern _PVFV *__onexitbegin; -extern _PVFV *__onexitend; +static _onexit_table_t atexit_table; extern int mingw_app_type; @@ -61,15 +71,7 @@ static int pre_c_init (void) { - _PVFV *onexitbegin; - - onexitbegin = (_PVFV *) malloc (32 * sizeof (_PVFV)); - __onexitend = __onexitbegin = (_PVFV *) _encode_pointer (onexitbegin); - - if (onexitbegin == NULL) - return 1; - *onexitbegin = (_PVFV) NULL; - return 0; + return _initialize_onexit_table(&atexit_table); } WINBOOL WINAPI _CRT_INIT (HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved) @@ -135,16 +137,7 @@ } else { - _PVFV * onexitbegin = (_PVFV *) _decode_pointer (__onexitbegin); - if (onexitbegin) - { - _PVFV *onexitend = (_PVFV *) _decode_pointer (__onexitend); - while (--onexitend >= onexitbegin) - if (*onexitend != NULL) - (**onexitend) (); - free (onexitbegin); - __onexitbegin = __onexitend = (_PVFV *) NULL; - } + _execute_onexit_table(&atexit_table); __native_startup_state = __uninitialized; (void) InterlockedExchangePointer ((volatile PVOID *) &__native_startup_lock, 0); } @@ -164,7 +157,7 @@ if (dwReason == DLL_PROCESS_ATTACH) { __security_init_cookie (); -#ifdef _WIN64 +#ifdef __x86_64__ __mingw_init_ehandler (); #endif } @@ -216,3 +209,10 @@ return retcode ; } #endif + +int __cdecl atexit (_PVFV func) +{ + return _register_onexit_function(&atexit_table, (_onexit_t)func); +} + +char __mingw_module_is_dll = 1; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/crtexe.c mingw-w64-6.0.0/mingw-w64-crt/crt/crtexe.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/crtexe.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/crtexe.c 2018-09-14 14:16:43.000000000 +0000 @@ -9,6 +9,10 @@ #define _DLL #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define SPECIAL_CRTEXE #include @@ -21,12 +25,16 @@ #include #include +#if defined(__SEH__) && (!defined(__clang__) || __clang_major__ >= 7) +#define SEH_INLINE_ASM +#endif + #ifndef __winitenv extern wchar_t *** __MINGW_IMP_SYMBOL(__winitenv); #define __winitenv (* __MINGW_IMP_SYMBOL(__winitenv)) #endif -#if !defined(__initenv) && !defined(__arm__) +#if !defined(__initenv) && !defined(__arm__) && !defined(__aarch64__) extern char *** __MINGW_IMP_SYMBOL(__initenv); #define __initenv (* __MINGW_IMP_SYMBOL(__initenv)) #endif @@ -60,12 +68,16 @@ extern _CRTALLOC(".CRT$XCA") _PVFV __xc_a[]; extern _CRTALLOC(".CRT$XCZ") _PVFV __xc_z[]; +#ifndef HAVE_CTOR_LIST +__attribute__ (( __section__ (".ctors"), __used__ , aligned(sizeof(void *)))) const void * __CTOR_LIST__ = (void *) -1; +__attribute__ (( __section__ (".dtors"), __used__ , aligned(sizeof(void *)))) const void * __DTOR_LIST__ = (void *) -1; +__attribute__ (( __section__ (".ctors.99999"), __used__ , aligned(sizeof(void *)))) const void * __CTOR_END__ = (void *) 0; +__attribute__ (( __section__ (".dtors.99999"), __used__ , aligned(sizeof(void *)))) const void * __DTOR_END__ = (void *) 0; +#endif + /* TLS initialization hook. */ extern const PIMAGE_TLS_CALLBACK __dyn_tls_init_callback; -extern _PVFV *__onexitbegin; -extern _PVFV *__onexitend; - extern int mingw_app_type; HINSTANCE __mingw_winmain_hInstance; @@ -130,9 +142,8 @@ __set_app_type(_GUI_APP); else __set_app_type (_CONSOLE_APP); - __onexitbegin = __onexitend = (_PVFV *) _encode_pointer ((_PVFV *)(-1)); - * __MINGW_IMP_SYMBOL(_fmode) = _fmode; + * __p__fmode() = _fmode; * __MINGW_IMP_SYMBOL(_commode) = _commode; #ifdef WPRFLAG @@ -170,7 +181,7 @@ int WinMainCRTStartup (void) { int ret = 255; -#if defined(__SEH__) && !defined(__clang__) +#ifdef SEH_INLINE_ASM asm ("\t.l_startw:\n" "\t.seh_handler __C_specific_handler, @except\n" "\t.seh_handlerdata\n" @@ -182,7 +193,7 @@ mingw_app_type = 1; __security_init_cookie (); ret = __tmainCRTStartup (); -#if defined(__SEH__) && !defined(__clang__) +#ifdef SEH_INLINE_ASM asm ("\tnop\n" "\t.l_endw: nop\n"); #endif @@ -198,7 +209,7 @@ int mainCRTStartup (void) { int ret = 255; -#if defined(__SEH__) && !defined(__clang__) +#ifdef SEH_INLINE_ASM asm ("\t.l_start:\n" "\t.seh_handler __C_specific_handler, @except\n" "\t.seh_handlerdata\n" @@ -210,7 +221,7 @@ mingw_app_type = 0; __security_init_cookie (); ret = __tmainCRTStartup (); -#if defined(__SEH__) && !defined(__clang__) +#ifdef SEH_INLINE_ASM asm ("\tnop\n" "\t.l_end: nop\n"); #endif @@ -218,6 +229,11 @@ } static +#if defined(__i386__) || defined(_X86_) +/* We need to make sure that we align the stack to 16 bytes for the sake of SSE + opts in main or in functions called main. */ +__attribute__((force_align_arg_pointer)) +#endif __declspec(noinline) int __tmainCRTStartup (void) { @@ -226,17 +242,6 @@ WINBOOL inDoubleQuote = FALSE; memset (&StartupInfo, 0, sizeof (STARTUPINFO)); -#if defined(__i386__) || defined(_X86_) - /* We need to make sure that this function is build with frame-pointer - and that we align the stack to 16 bytes for the sake of SSE ops in main - or in functions inlined into main. */ - lpszCommandLine = (_TCHAR *) alloca (32); - memset (lpszCommandLine, 0xcc, 32); -#ifdef __GNUC__ - asm __volatile__ ("andl $-16, %%esp" : : : "%esp"); -#endif -#endif /* defined(__i386__) || defined(_X86_) */ - if (mingw_app_type) GetStartupInfo (&StartupInfo); { @@ -279,7 +284,7 @@ _pei386_runtime_relocator (); __mingw_oldexcpt_handler = SetUnhandledExceptionFilter (_gnu_exception_handler); -#ifdef _WIN64 +#ifdef __x86_64__ __mingw_init_ehandler (); #endif _set_invalid_parameter_handler (__mingw_invalidParameterHandler); @@ -328,7 +333,7 @@ gcc inserts this call automatically for a function called main, but not for wmain. */ mainret = wmain (argc, argv, envp); #else -#ifndef __arm__ +#if !defined(__arm__) && !defined(__aarch64__) __initenv = envp; #endif mainret = main (argc, argv, envp); @@ -428,3 +433,10 @@ *av = n; } #endif + +int __cdecl atexit (_PVFV func) +{ + return _onexit((_onexit_t)func) ? 0 : -1; +} + +char __mingw_module_is_dll = 0; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/CRT_fp10.c mingw-w64-6.0.0/mingw-w64-crt/crt/CRT_fp10.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/CRT_fp10.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/CRT_fp10.c 2018-09-14 14:16:43.000000000 +0000 @@ -11,6 +11,9 @@ #if defined(_ARM_) || defined(__arm__) __asm__ __volatile__ ( "vmsr fpscr, %0\n\t" : : "r"(0 /* INITIAL_FPSCR */)); +#elif defined(_ARM64_) || defined(__aarch64__) + __asm__ __volatile__ ( + "msr fpcr, %0\n\t" : : "r"(0LL /* INITIAL_FPSCR */)); #else #ifdef __GNUC__ __asm__ ("fninit"); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/crt_handler.c mingw-w64-6.0.0/mingw-w64-crt/crt/crt_handler.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/crt_handler.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/crt_handler.c 2018-09-14 14:16:43.000000000 +0000 @@ -40,7 +40,7 @@ int __mingw_init_ehandler (void); extern void _fpreset (void); -#if defined(_WIN64) && !defined(_MSC_VER) +#if defined(__x86_64__) && !defined(_MSC_VER) EXCEPTION_DISPOSITION __mingw_SEH_error_handler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void *); #define MAX_PDATA_ENTRIES 32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/cxa_atexit.c mingw-w64-6.0.0/mingw-w64-crt/crt/cxa_atexit.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/cxa_atexit.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/cxa_atexit.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,151 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include + +#include +#include +#include +#include +#include + + +typedef void (__thiscall * dtor_fn)(void*); +int __cxa_atexit(dtor_fn dtor, void *obj, void *dso); +int __cxa_thread_atexit(dtor_fn dtor, void *obj, void *dso); + +typedef struct dtor_obj dtor_obj; +struct dtor_obj { + dtor_fn dtor; + void *obj; + dtor_obj *next; +}; + +HANDLE __dso_handle; +extern char __mingw_module_is_dll; + +static CRITICAL_SECTION lock; +static int inited = 0; +static dtor_obj *global_dtors = NULL; +static __thread dtor_obj *tls_dtors = NULL; + +int __cxa_atexit(dtor_fn dtor, void *obj, void *dso) { + if (!inited) + return 1; + assert(!dso || dso == &__dso_handle); + dtor_obj *handler = (dtor_obj *) calloc(1, sizeof(*handler)); + if (!handler) + return 1; + handler->dtor = dtor; + handler->obj = obj; + EnterCriticalSection(&lock); + handler->next = global_dtors; + global_dtors = handler; + LeaveCriticalSection(&lock); + return 0; +} + +static void run_dtor_list(dtor_obj **ptr) { + dtor_obj *list = *ptr; + while (list) { + list->dtor(list->obj); + dtor_obj *next = list->next; + free(list); + list = next; + } + *ptr = NULL; +} + +int __cxa_thread_atexit(dtor_fn dtor, void *obj, void *dso) { + if (!inited) + return 1; + assert(!dso || dso == &__dso_handle); + dtor_obj *handler = (dtor_obj *) calloc(1, sizeof(*handler)); + if (!handler) + return 1; + handler->dtor = dtor; + handler->obj = obj; + handler->next = tls_dtors; + tls_dtors = handler; + return 0; +} + +static void WINAPI tls_atexit_callback(HANDLE __UNUSED_PARAM(hDllHandle), DWORD dwReason, LPVOID __UNUSED_PARAM(lpReserved)) { + if (dwReason == DLL_PROCESS_DETACH) { + run_dtor_list(&tls_dtors); + run_dtor_list(&global_dtors); + } +} + +static void WINAPI tls_callback(HANDLE hDllHandle, DWORD dwReason, LPVOID __UNUSED_PARAM(lpReserved)) { + switch (dwReason) { + case DLL_PROCESS_ATTACH: + if (inited == 0) { + InitializeCriticalSection(&lock); + __dso_handle = hDllHandle; + /* + * We can only call _register_thread_local_exe_atexit_callback once + * in a process; if we call it a second time the process terminates. + * When DLLs are unloaded, this callback is invoked before we run the + * _onexit tables, but for exes, we need to ask this to be called before + * all other registered atexit functions. + * Since we are registered as a normal TLS callback, we will be called + * another time later as well, but that doesn't matter, it's safe to + * invoke this with DLL_PROCESS_DETACH twice. + */ + if (!__mingw_module_is_dll) + _register_thread_local_exe_atexit_callback(tls_atexit_callback); + } + inited = 1; + break; + case DLL_PROCESS_DETACH: + /* + * If there are other threads still running that haven't been detached, + * we don't attempt to run their destructors (MSVC doesn't either), but + * simply leak the destructor list and whatever resources the destructors + * would have released. + * + * From Vista onwards, we could have used FlsAlloc to get a TLS key that + * runs a destructor on each thread that has a value attached ot it, but + * since MSVC doesn't run destructors on other threads in this case, + * users shouldn't assume it and we don't attempt to do anything potentially + * risky about it. TL;DR, threads with pending TLS destructors for a DLL + * need to be joined before unloading the DLL. + * + * This gets called both when exiting cleanly (via exit or returning from + * main, or when a DLL is unloaded), and when exiting bypassing some of + * the cleanup, by calling _exit or ExitProcess. In the latter cases, + * destructors (both TLS and global) in loaded DLLs still get called, + * but only TLS destructors get called for the main executable, global + * variables' destructors don't run. (This matches what MSVC does with + * a dynamically linked CRT.) + */ + run_dtor_list(&tls_dtors); + if (__mingw_module_is_dll) { + /* For DLLs, run dtors when detached. For EXEs, run dtors via the + * thread local atexit callback, to make sure they don't run when + * exiting the process with _exit or ExitProcess. */ + run_dtor_list(&global_dtors); + } + if (inited == 1) { + inited = 0; + DeleteCriticalSection(&lock); + } + break; + case DLL_THREAD_ATTACH: + break; + case DLL_THREAD_DETACH: + run_dtor_list(&tls_dtors); + break; + } +} + +_CRTALLOC(".CRT$XLE") PIMAGE_TLS_CALLBACK __xl_e = (PIMAGE_TLS_CALLBACK) tls_callback; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/gccmain.c mingw-w64-6.0.0/mingw-w64-crt/crt/gccmain.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/gccmain.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/gccmain.c 2018-09-14 14:16:43.000000000 +0000 @@ -8,6 +8,10 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + typedef void (*func_ptr) (void); extern func_ptr __CTOR_LIST__[]; extern func_ptr __DTOR_LIST__[]; @@ -28,6 +32,25 @@ } } +#ifndef HAVE_CTOR_LIST +// If the linker didn't provide __CTOR_LIST__, we provided it ourselves, +// and then we also know we have __CTOR_END__ available. +extern func_ptr __CTOR_END__[]; +extern func_ptr __DTOR_END__[]; + +void __do_global_ctors (void) +{ + static func_ptr *p = __CTOR_END__ - 1; + while (*p != (func_ptr) -1) { + (*(p))(); + p--; + } + atexit (__do_global_dtors); +} + +#else +// old method that iterates the list twice because old linker scripts do not have __CTOR_END__ + void __do_global_ctors (void) { @@ -47,6 +70,8 @@ atexit (__do_global_dtors); } +#endif + static int initialized = 0; void diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/gs_support.c mingw-w64-6.0.0/mingw-w64-crt/crt/gs_support.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/gs_support.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/gs_support.c 2018-09-14 14:16:43.000000000 +0000 @@ -104,7 +104,7 @@ __report_gsfailure (ULONG_PTR StackCookie) { volatile UINT_PTR cookie[2] __MINGW_ATTRIB_UNUSED; -#ifdef _WIN64 +#if defined(_WIN64) && !defined(__aarch64__) ULONG64 controlPC, imgBase, establisherFrame; PRUNTIME_FUNCTION fctEntry; PVOID hndData; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/tlssup.c mingw-w64-6.0.0/mingw-w64-crt/crt/tlssup.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/tlssup.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/tlssup.c 2018-09-14 14:16:43.000000000 +0000 @@ -20,13 +20,7 @@ #include #include #include - -#ifndef __INTERNAL_FUNC_DEFINED -#define __INTERNAL_FUNC_DEFINED -typedef void (__cdecl *_PVFV)(void); -typedef int (__cdecl *_PIFV)(void); -typedef void (__cdecl *_PVFI)(int); -#endif +#include extern WINBOOL __mingw_TLScallback (HANDLE hDllHandle, DWORD reason, LPVOID reserved); @@ -44,13 +38,13 @@ We use here pointer-types for start/end so that tls-data remains aligned on pointer-size-width. This seems to be required for pe-loader. */ -_CRTALLOC(".tls$AAA") char *_tls_start = NULL; +_CRTALLOC(".tls") char *_tls_start = NULL; _CRTALLOC(".tls$ZZZ") char *_tls_end = NULL; _CRTALLOC(".CRT$XLA") PIMAGE_TLS_CALLBACK __xl_a = 0; _CRTALLOC(".CRT$XLZ") PIMAGE_TLS_CALLBACK __xl_z = 0; -_CRTALLOC(".tls") const IMAGE_TLS_DIRECTORY _tls_used = { +const IMAGE_TLS_DIRECTORY _tls_used = { (ULONG_PTR) &_tls_start, (ULONG_PTR) &_tls_end, (ULONG_PTR) &_tls_index, (ULONG_PTR) (&__xl_a+1), (ULONG) 0, (ULONG) 0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/crt/ucrtbase_compat.c mingw-w64-6.0.0/mingw-w64-crt/crt/ucrtbase_compat.c --- mingw-w64-5.0.4/mingw-w64-crt/crt/ucrtbase_compat.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/crt/ucrtbase_compat.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,187 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Winline" +#endif + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 + +#define fwprintf real_fwprintf +#define _snwprintf real__snwprintf +#define __getmainargs crtimp___getmainargs +#define __wgetmainargs crtimp___wgetmainargs +#define _amsg_exit crtimp__amsg_exit +#define _get_output_format crtimp__get_output_format + +#include +#include +#include +#include + +#undef fwprintf +#undef _snwprintf +#undef __getmainargs +#undef __wgetmainargs +#undef _amsg_exit +#undef _get_output_format + + + +// Declarations of non-static functions implemented within this file (that aren't +// declared in any of the included headers, and that isn't mapped away with a define +// to get rid of the _CRTIMP in headers). +int __cdecl __getmainargs(int * _Argc, char *** _Argv, char ***_Env, int _DoWildCard, _startupinfo *_StartInfo); +int __cdecl __wgetmainargs(int * _Argc, wchar_t *** _Argv, wchar_t ***_Env, int _DoWildCard, _startupinfo *_StartInfo); +void __cdecl _amsg_exit(int ret); +unsigned int __cdecl _get_output_format(void); + +int __cdecl fwprintf(FILE *ptr, const wchar_t *fmt, ...); +int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t _Count, const wchar_t * restrict _Format, ...); + +int __cdecl __ms_fwprintf(FILE *, const wchar_t *, ...); + +// Declarations of functions from ucrtbase.dll that we use below +_CRTIMP int* __cdecl __p___argc(void); +_CRTIMP char*** __cdecl __p___argv(void); +_CRTIMP wchar_t*** __cdecl __p___wargv(void); +_CRTIMP char*** __cdecl __p__environ(void); +_CRTIMP wchar_t*** __cdecl __p__wenviron(void); + +_CRTIMP int __cdecl _crt_atexit(_onexit_t func); + +_CRTIMP int __cdecl _initialize_narrow_environment(void); +_CRTIMP int __cdecl _initialize_wide_environment(void); +_CRTIMP int __cdecl _configure_narrow_argv(int mode); +_CRTIMP int __cdecl _configure_wide_argv(int mode); + + + +// Wrappers with legacy msvcrt.dll style API, based on the new ucrtbase.dll functions. +int __cdecl __getmainargs(int * _Argc, char *** _Argv, char ***_Env, int _DoWildCard, _startupinfo *_StartInfo) +{ + _initialize_narrow_environment(); + _configure_narrow_argv(_DoWildCard ? 2 : 1); + *_Argc = *__p___argc(); + *_Argv = *__p___argv(); + *_Env = *__p__environ(); + __set_app_type(_StartInfo->newmode); + return 0; +} + +int __cdecl __wgetmainargs(int * _Argc, wchar_t *** _Argv, wchar_t ***_Env, int _DoWildCard, _startupinfo *_StartInfo) +{ + _initialize_wide_environment(); + _configure_wide_argv(_DoWildCard ? 2 : 1); + *_Argc = *__p___argc(); + *_Argv = *__p___wargv(); + *_Env = *__p__wenviron(); + __set_app_type(_StartInfo->newmode); + return 0; +} + +_onexit_t __cdecl _onexit(_onexit_t func) +{ + return _crt_atexit(func) == 0 ? func : NULL; +} + +_onexit_t __cdecl (*__MINGW_IMP_SYMBOL(_onexit))(_onexit_t func) = _onexit; + +void __cdecl _amsg_exit(int ret) { + fprintf(stderr, "runtime error %d\n", ret); +} + +unsigned int __cdecl _get_output_format(void) +{ + return 0; +} + +static char ** local__initenv; +static wchar_t ** local__winitenv; +char *** __MINGW_IMP_SYMBOL(__initenv) = &local__initenv; +wchar_t *** __MINGW_IMP_SYMBOL(__winitenv) = &local__winitenv; + + +// These are required to provide the unrepfixed data symbols "timezone" +// and "tzname"; we can't remap "timezone" via a define due to clashes +// with e.g. "struct timezone". +typedef void __cdecl (*_tzset_func)(void); +extern _tzset_func __MINGW_IMP_SYMBOL(_tzset); + +// Default initial values until _tzset has been called; these are the same +// as the initial values in msvcrt/ucrtbase. +static char initial_tzname0[] = "PST"; +static char initial_tzname1[] = "PDT"; +static char *initial_tznames[] = { initial_tzname0, initial_tzname1 }; +static long initial_timezone = 28800; +static int initial_daylight = 1; +char** __MINGW_IMP_SYMBOL(tzname) = initial_tznames; +long * __MINGW_IMP_SYMBOL(timezone) = &initial_timezone; +int * __MINGW_IMP_SYMBOL(daylight) = &initial_daylight; + +void __cdecl _tzset(void) +{ + __MINGW_IMP_SYMBOL(_tzset)(); + // Redirect the __imp_ pointers to the actual data provided by the UCRT. + // From this point, the exposed values should stay in sync. + __MINGW_IMP_SYMBOL(tzname) = _tzname; + __MINGW_IMP_SYMBOL(timezone) = __timezone(); + __MINGW_IMP_SYMBOL(daylight) = __daylight(); +} + +void __cdecl tzset(void) +{ + _tzset(); +} + +// assert (in wassert.c) produces references to these two functions +int __cdecl fwprintf(FILE *ptr, const wchar_t *fmt, ...) +{ + va_list ap; + int ret; + va_start(ap, fmt); + ret = vfwprintf(ptr, fmt, ap); + va_end(ap); + return ret; +} + +int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t _Count, const wchar_t * restrict _Format, ...) +{ + va_list ap; + int ret; + va_start(ap, _Format); + ret = vsnwprintf(_Dest, _Count, _Format, ap); + va_end(ap); + return ret; +} + +// This is called for wchar cases with __USE_MINGW_ANSI_STDIO enabled (where the +// char case just uses fputc). The FILE* is a valid file here, shouldn't be our +// dummy stderr. +int __cdecl __ms_fwprintf(FILE *file, const wchar_t *fmt, ...) +{ + va_list ap; + int ret; + va_start(ap, fmt); + ret = __stdio_common_vfwprintf(UCRTBASE_PRINTF_LEGACY_WIDE_SPECIFIERS, file, fmt, NULL, ap); + va_end(ap); + return ret; +} + +// Dummy/unused __imp_ wrappers, to make GNU ld not autoexport these symbols. +int __cdecl (*__MINGW_IMP_SYMBOL(__getmainargs))(int *, char ***, char ***, int, _startupinfo *) = __getmainargs; +int __cdecl (*__MINGW_IMP_SYMBOL(__wgetmainargs))(int *, wchar_t ***, wchar_t ***, int, _startupinfo *) = __wgetmainargs; +void __cdecl (*__MINGW_IMP_SYMBOL(_amsg_exit))(int) = _amsg_exit; +unsigned int __cdecl (*__MINGW_IMP_SYMBOL(_get_output_format))(void) = _get_output_format; +void __cdecl (*__MINGW_IMP_SYMBOL(tzset))(void) = tzset; +int __cdecl (*__MINGW_IMP_SYMBOL(fwprintf))(FILE *, const wchar_t *, ...) = fwprintf; +int __cdecl (*__MINGW_IMP_SYMBOL(_snwprintf))(wchar_t *restrict, size_t, const wchar_t *restrict, ...) = _snwprintf; +int __cdecl (*__MINGW_IMP_SYMBOL(__ms_fwprintf))(FILE *, const wchar_t *, ...) = __ms_fwprintf; +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/def-include/func.def.in mingw-w64-6.0.0/mingw-w64-crt/def-include/func.def.in --- mingw-w64-5.0.4/mingw-w64-crt/def-include/func.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/def-include/func.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,57 @@ +// F32 - function available on all 32 bit architectures +// F64 - function available on all 64 bit architectures +// F_X86_ANY - function available on i386 and x86_64 +// F_I386 - function available only on i386 +// F_X64 - function available only on x86_64 +// F_ARM32 - function available only on arm32 +// F_ARM64 - function available only on arm64 +// F_ARM_ANY - function available on 32 and 64 bit arm +// F_NON_I386 - function available on everything but i386 +#if defined(DEF_X64) +#define F64(x) x +#define F_X64(x) x +#define F_X86_ANY(x) x +#define F_NON_I386(x) x +#elif defined(DEF_I386) +#define F32(x) x +#define F_I386(x) x +#define F_X86_ANY(x) x +#elif defined(DEF_ARM32) +#define F32(x) x +#define F_ARM32(x) x +#define F_ARM_ANY(x) x +#define F_NON_I386(x) x +#elif defined(DEF_ARM64) +#define F64(x) x +#define F_ARM64(x) x +#define F_ARM_ANY(x) x +#define F_NON_I386(x) x +#endif + +#ifndef F32 +#define F32(x) +#endif +#ifndef F64 +#define F64(x) +#endif +#ifndef F_X86_ANY +#define F_X86_ANY(x) +#endif +#ifndef F_I386 +#define F_I386(x) +#endif +#ifndef F_X64 +#define F_X64(x) +#endif +#ifndef F_ARM_ANY +#define F_ARM_ANY(x) +#endif +#ifndef F_ARM32 +#define F_ARM32(x) +#endif +#ifndef F_ARM64 +#define F_ARM64(x) +#endif +#ifndef F_NON_I386 +#define F_NON_I386(x) +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/def-include/msvcrt-common.def.in mingw-w64-6.0.0/mingw-w64-crt/def-include/msvcrt-common.def.in --- mingw-w64-5.0.4/mingw-w64-crt/def-include/msvcrt-common.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/def-include/msvcrt-common.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -79,7 +79,9 @@ ADD_UNDERSCORE(spawnvp) ADD_UNDERSCORE(spawnvpe) ;stat) +#ifndef UCRTBASE ADD_UNDERSCORE(strcmpi) +#endif ADD_UNDERSCORE(strdup) ADD_UNDERSCORE(stricmp) ADD_UNDERSCORE(stricoll) @@ -92,11 +94,15 @@ ADD_UNDERSCORE(swab) ADD_UNDERSCORE(tell) ADD_UNDERSCORE(tempnam) +#ifndef UCRTBASE ADD_UNDERSCORE(tzset) +#endif ADD_UNDERSCORE(umask) ADD_UNDERSCORE(ungetch) ADD_UNDERSCORE(unlink) +#ifndef UCRTBASE ADD_UNDERSCORE(utime) +#endif ADD_UNDERSCORE(wcsdup) ADD_UNDERSCORE(wcsicmp) ADD_UNDERSCORE(wcsicoll) @@ -125,6 +131,7 @@ ;logb ADD_UNDERSCORE(nextafter) +#ifndef UCRTBASE _daylight DATA _timezone DATA _tzname DATA @@ -132,4 +139,7 @@ ADD_UNDERSCORE(timezone) ADD_UNDERSCORE(tzname) +ADD_UNDERSCORE(vsnprintf_s) + longjmp DATA +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/include/internal.h mingw-w64-6.0.0/mingw-w64-crt/include/internal.h --- mingw-w64-5.0.4/mingw-w64-crt/include/internal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/include/internal.h 2018-09-14 14:16:43.000000000 +0000 @@ -18,13 +18,6 @@ #pragma pack(push,_CRT_PACKING) -#ifndef __INTERNAL_FUNC_DEFINED -#define __INTERNAL_FUNC_DEFINED - typedef void (__cdecl *_PVFV)(void); - typedef int (__cdecl *_PIFV)(void); - typedef void (__cdecl *_PVFI)(int); -#endif - #if defined (SPECIAL_CRTEXE) && (defined (_DLL) || defined (__GNUC__)) extern int _commode; #else @@ -119,18 +112,6 @@ #define __initenv (* __MINGW_IMP_SYMBOL(__initenv)) #endif -#ifndef _acmdln -extern char ** __MINGW_IMP_SYMBOL(_acmdln); -#define _acmdln (* __MINGW_IMP_SYMBOL(_acmdln)) -/* _CRTIMP extern char *_acmdln; */ -#endif - -#ifndef _wcmdln -extern char ** __MINGW_IMP_SYMBOL(_wcmdln); -#define _wcmdln (* __MINGW_IMP_SYMBOL(_wcmdln)) -/* __CRTIMP extern wchar_t *_wcmdln; */ -#endif - _CRTIMP void __cdecl _amsg_exit(int); int __CRTDECL _setargv(void); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/intrincs/rdtsc.c mingw-w64-6.0.0/mingw-w64-crt/intrincs/rdtsc.c --- mingw-w64-5.0.4/mingw-w64-crt/intrincs/rdtsc.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/intrincs/rdtsc.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,11 +4,14 @@ * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -#ifdef __clang__ -#define __IA32INTRIN_H -#endif #include +/* Clang has support for MSVC builtins, GCC doesn't */ +#ifndef __has_builtin + #define __has_builtin(x) 0 +#endif + +#if !__has_builtin(__rdtsc) unsigned __int64 __rdtsc(void) { #ifdef _WIN64 @@ -21,4 +24,4 @@ : "=a" (val1), "=d" (val2)); return ((unsigned __int64)val1) | (((unsigned __int64)val2) << 32); } - +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +CLSIDFromString@8 +CoCreateFreeThreadedMarshaler@8 +CoCreateGuid@4 +CoCreateInstanceFromApp@24 +CoDisconnectObject@8 +CoFreeUnusedLibraries@0 +CoFreeUnusedLibrariesEx@8 +CoGetApartmentType@8 +CoGetContextToken@4 +CoGetCurrentLogicalThreadId@4 +CoGetInterfaceAndReleaseStream@12 +CoGetMarshalSizeMax@24 +CoGetObjectContext@8 +CoGetStandardMarshal@24 +CoInitializeEx@8 +CoInitializeSecurity@36 +CoMarshalInterface@24 +CoMarshalInterThreadInterfaceInStream@12 +CoRegisterClassObject@20 +CoReleaseMarshalData@4 +CoResumeClassObjects@0 +CoRevokeClassObject@4 +CoSuspendClassObjects@0 +CoSwitchCallContext@8 +CoTaskMemAlloc@4 +CoTaskMemFree@4 +CoTaskMemRealloc@8 +CoUninitialize@0 +CoUnmarshalInterface@12 +CreateStreamOnHGlobal@12 +FreePropVariantArray@8 +GetHGlobalFromStream@8 +IIDFromString@8 +PropVariantClear@4 +PropVariantCopy@8 +RoGetAgileReference@16 +StringFromCLSID@8 +StringFromGUID2@12 +StringFromIID@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-com-l2-1-1 + +EXPORTS + +CreateILockBytesOnHGlobal@12 +FmtIdToPropStgName@8 +GetConvertStg@4 +GetHGlobalFromILockBytes@8 +PropStgNameToFmtId@8 +ReadClassStg@8 +ReadClassStm@8 +StgCreateDocfile@16 +StgCreateDocfileOnILockBytes@16 +StgCreatePropSetStg@12 +StgCreatePropStg@24 +StgCreateStorageEx@32 +StgIsStorageFile@4 +StgIsStorageILockBytes@4 +StgOpenPropStg@20 +StgOpenStorage@24 +StgOpenStorageEx@32 +StgOpenStorageOnILockBytes@24 +StgSetTimes@16 +WriteClassStg@8 +WriteClassStm@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-com-midlproxystub-l1-1-0 + +EXPORTS + +CStdAsyncStubBuffer_AddRef@4 +CStdAsyncStubBuffer_Connect@8 +CStdAsyncStubBuffer_Disconnect@4 +CStdAsyncStubBuffer_Invoke@12 +CStdAsyncStubBuffer_QueryInterface@12 +CStdAsyncStubBuffer_Release@4 +CStdAsyncStubBuffer2_Connect@8 +CStdAsyncStubBuffer2_Disconnect@4 +CStdAsyncStubBuffer2_Release@4 +CStdStubBuffer2_Connect@8 +CStdStubBuffer2_CountRefs@4 +CStdStubBuffer2_Disconnect@4 +CStdStubBuffer2_QueryInterface@12 +NdrProxyForwardingFunction10@0 +NdrProxyForwardingFunction11@0 +NdrProxyForwardingFunction12@0 +NdrProxyForwardingFunction13@0 +NdrProxyForwardingFunction14@0 +NdrProxyForwardingFunction15@0 +NdrProxyForwardingFunction16@0 +NdrProxyForwardingFunction17@0 +NdrProxyForwardingFunction18@0 +NdrProxyForwardingFunction19@0 +NdrProxyForwardingFunction20@0 +NdrProxyForwardingFunction21@0 +NdrProxyForwardingFunction22@0 +NdrProxyForwardingFunction23@0 +NdrProxyForwardingFunction24@0 +NdrProxyForwardingFunction25@0 +NdrProxyForwardingFunction26@0 +NdrProxyForwardingFunction27@0 +NdrProxyForwardingFunction28@0 +NdrProxyForwardingFunction29@0 +NdrProxyForwardingFunction3@0 +NdrProxyForwardingFunction30@0 +NdrProxyForwardingFunction31@0 +NdrProxyForwardingFunction32@0 +NdrProxyForwardingFunction4@0 +NdrProxyForwardingFunction5@0 +NdrProxyForwardingFunction6@0 +NdrProxyForwardingFunction7@0 +NdrProxyForwardingFunction8@0 +NdrProxyForwardingFunction9@0 +ObjectStublessClient10@0 +ObjectStublessClient11@0 +ObjectStublessClient12@0 +ObjectStublessClient13@0 +ObjectStublessClient14@0 +ObjectStublessClient15@0 +ObjectStublessClient16@0 +ObjectStublessClient17@0 +ObjectStublessClient18@0 +ObjectStublessClient19@0 +ObjectStublessClient20@0 +ObjectStublessClient21@0 +ObjectStublessClient22@0 +ObjectStublessClient23@0 +ObjectStublessClient24@0 +ObjectStublessClient25@0 +ObjectStublessClient26@0 +ObjectStublessClient27@0 +ObjectStublessClient28@0 +ObjectStublessClient29@0 +ObjectStublessClient3@0 +ObjectStublessClient30@0 +ObjectStublessClient31@0 +ObjectStublessClient32@0 +ObjectStublessClient4@0 +ObjectStublessClient5@0 +ObjectStublessClient6@0 +ObjectStublessClient7@0 +ObjectStublessClient8@0 +ObjectStublessClient9@0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-datetime-l1-1-1 + +EXPORTS + +GetDateFormatEx@28 +GetTimeFormatEx@24 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-datetime-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-datetime-l1-1-2 + +EXPORTS + +GetDurationFormatEx@32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-debug-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-debug-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-debug-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-debug-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-debug-l1-1-1 + +EXPORTS + +IsDebuggerPresent@0 +OutputDebugStringA@4 +OutputDebugStringW@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-delayload-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-delayload-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-delayload-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-delayload-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-delayload-l1-1-1 + +EXPORTS + +DelayLoadFailureHook@8 +ResolveDelayLoadedAPI@24 +ResolveDelayLoadsFromDll@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +GetLastError@0 +RaiseException@16 +SetLastError@4 +SetUnhandledExceptionFilter@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +RaiseFailFastException@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-featurestaging-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-featurestaging-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-featurestaging-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-featurestaging-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-featurestaging-l1-1-0 + +EXPORTS + +GetFeatureEnabledState@8 +RecordFeatureError@8 +RecordFeatureUsage@16 +SubscribeFeatureStateChangeNotification@12 +UnsubscribeFeatureStateChangeNotification@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-fibers-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-fibers-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-fibers-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-fibers-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l1-1-1 + +EXPORTS + +FlsAlloc@4 +FlsFree@4 +FlsGetValue@4 +FlsSetValue@8 +IsThreadAFiber@0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-fibers-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-fibers-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-fibers-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-fibers-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l2-1-1 + +EXPORTS + +ConvertFiberToThread@0 +ConvertThreadToFiberEx@8 +CreateFiberEx@20 +DeleteFiber@4 +SwitchToFiber@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-ansi-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-ansi-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-ansi-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-ansi-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +ReplaceFileA@24 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +LIBRARY api-ms-win-core-file-l1-2-1 + +EXPORTS + +CompareFileTime@8 +CreateDirectoryA@8 +CreateDirectoryW@8 +CreateFile2@20 +DeleteFileA@4 +DeleteFileW@4 +FileTimeToLocalFileTime@8 +FindClose@4 +FindFirstFileA@8 +FindFirstFileExA@24 +FindFirstFileExW@24 +FindFirstFileW@8 +FindNextFileA@8 +FindNextFileW@8 +FlushFileBuffers@4 +GetDiskFreeSpaceA@20 +GetDiskFreeSpaceExA@16 +GetDiskFreeSpaceExW@16 +GetDiskFreeSpaceW@20 +GetFileAttributesA@4 +GetFileAttributesExA@12 +GetFileAttributesExW@12 +GetFileAttributesW@4 +GetFileSizeEx@8 +GetFileTime@16 +GetFileType@4 +GetFinalPathNameByHandleA@16 +GetFinalPathNameByHandleW@16 +GetFullPathNameW@16 +GetLongPathNameW@12 +GetTempFileNameW@16 +GetTempPathW@8 +LocalFileTimeToFileTime@8 +LockFileEx@24 +ReadFile@20 +ReadFileEx@20 +RemoveDirectoryA@4 +RemoveDirectoryW@4 +SetEndOfFile@4 +SetFileAttributesA@8 +SetFileAttributesW@8 +SetFileInformationByHandle@16 +SetFilePointer@16 +SetFilePointerEx@20 +SetFileTime@16 +UnlockFileEx@20 +WriteFile@20 +WriteFileEx@20 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-file-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-file-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l2-1-1 + +EXPORTS + +CopyFile2@12 +GetFileInformationByHandleEx@16 +MoveFileExW@12 +ReplaceFileW@24 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-handle-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-handle-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-handle-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-handle-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-handle-l1-1-0 + +EXPORTS + +CloseHandle@4 +CompareObjectHandles@8 +DuplicateHandle@28 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-heap-l1-2-0 + +EXPORTS + +GetProcessHeap@0 +HeapAlloc@12 +HeapCompact@8 +HeapCreate@12 +HeapDestroy@4 +HeapFree@12 +HeapReAlloc@16 +HeapSetInformation@16 +HeapSize@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-heap-l2-1-0 + +EXPORTS + +GlobalAlloc@8 +GlobalFree@4 +LocalAlloc@8 +LocalFree@4 +LocalReAlloc@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-heap-obsolete-l1-1-0 + +EXPORTS + +GlobalReAlloc@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-interlocked-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-interlocked-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-interlocked-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-interlocked-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-interlocked-l1-2-0 + +EXPORTS + +InitializeSListHead@4 +InterlockedCompareExchange@12 +InterlockedCompareExchange64@20 +InterlockedDecrement@4 +InterlockedExchange@8 +InterlockedExchangeAdd@8 +InterlockedFlushSList@4 +InterlockedIncrement@4 +InterlockedPopEntrySList@4 +InterlockedPushEntrySList@8 +InterlockedPushListSListEx@16 +QueryDepthSList@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-io-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-io-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-io-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-io-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIo@4 +CancelIoEx@8 +CreateIoCompletionPort@16 +GetOverlappedResult@16 +GetOverlappedResultEx@20 +GetQueuedCompletionStatus@20 +GetQueuedCompletionStatusEx@24 +PostQueuedCompletionStatus@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +MoveFileExA@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-largeinteger-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-largeinteger-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-largeinteger-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-largeinteger-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-largeinteger-l1-1-0 + +EXPORTS + +MulDiv@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +DisableThreadLibraryCalls@4 +FindStringOrdinal@24 +FreeLibrary@4 +FreeLibraryAndExitThread@8 +GetModuleFileNameA@12 +GetModuleFileNameW@12 +GetProcAddress@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-libraryloader-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-libraryloader-l2-1-0 + +EXPORTS + +LoadPackagedLibrary@8 +QueryOptionalDelayLoadedAPI@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-ansi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-ansi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-ansi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-ansi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +GetStringTypeExA@20 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-localization-l1-2-1 + +EXPORTS + +EnumSystemGeoID@12 +EnumSystemLocalesEx@16 +FindNLSStringEx@40 +FormatMessageA@28 +FormatMessageW@28 +GetCalendarInfoEx@28 +GetCPInfo@8 +GetCPInfoExW@12 +GetGeoInfoW@20 +GetLocaleInfoEx@16 +GetNLSVersionEx@12 +GetUserDefaultLocaleName@8 +GetUserGeoID@4 +IdnToAscii@20 +IdnToUnicode@20 +IsValidCodePage@4 +IsValidLocaleName@4 +IsValidNLSVersion@12 +LCMapStringEx@36 +LocaleNameToLCID@8 +ResolveLocaleName@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-2.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l1-2-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-2 + +EXPORTS + +GetSystemDefaultLocaleName@8 +LCIDToLocaleName@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-localization-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-localization-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx@24 +EnumDateFormatsExEx@16 +EnumSystemCodePagesW@8 +EnumTimeFormatsEx@16 +GetCurrencyFormatEx@24 +GetNumberFormatEx@24 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +CreateFileMappingFromApp@24 +DiscardVirtualMemory@8 +FlushViewOfFile@8 +GetWriteWatch@24 +MapViewOfFileFromApp@20 +OfferVirtualMemory@12 +ReclaimVirtualMemory@8 +ResetWriteWatch@8 +UnmapViewOfFile@4 +UnmapViewOfFileEx@8 +VirtualFree@12 +VirtualQuery@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-4.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-4.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-memory-l1-1-4.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-4 + +EXPORTS + +OpenFileMappingFromApp@12 +VirtualAllocFromApp@16 +VirtualProtectFromApp@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-normalization-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-normalization-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-normalization-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-normalization-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-normalization-l1-1-0 + +EXPORTS + +GetStringScripts@20 +IdnToNameprepUnicode@20 +IsNormalizedString@12 +NormalizeString@20 +VerifyScripts@20 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processenvironment-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processenvironment-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processenvironment-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processenvironment-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +GetCommandLineA@0 +GetCommandLineW@0 +GetCurrentDirectoryW@8 +SetCurrentDirectoryW@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +CreateThread@24 +ExitThread@4 +FlushProcessWriteBuffers@0 +GetCurrentProcess@0 +GetCurrentProcessId@0 +GetCurrentThread@0 +GetCurrentThreadId@0 +GetExitCodeThread@8 +GetThreadContext@8 +GetThreadId@4 +GetThreadPriority@4 +IsProcessorFeaturePresent@4 +OpenProcess@12 +QueueUserAPC@12 +ResumeThread@4 +SetThreadIdealProcessorEx@12 +SetThreadPriority@8 +SuspendThread@4 +SwitchToThread@0 +TerminateProcess@8 +TlsAlloc@0 +TlsFree@4 +TlsGetValue@4 +TlsSetValue@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-3.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-processthreads-l1-1-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +GetProcessDefaultCpuSets@16 +GetProcessInformation@16 +GetSystemCpuSetInformation@20 +GetThreadSelectedCpuSets@16 +SetProcessDefaultCpuSets@12 +SetProcessInformation@16 +SetThreadIdealProcessor@8 +SetThreadSelectedCpuSets@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-profile-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-profile-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-profile-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-profile-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-profile-l1-1-0 + +EXPORTS + +QueryPerformanceCounter@4 +QueryPerformanceFrequency@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-psapi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-psapi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-psapi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-psapi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-psapi-l1-1-0 + +EXPORTS + +K32GetModuleInformation@16 +K32GetProcessMemoryInfo@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryUnbiasedInterruptTime@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-1 + +EXPORTS + +QueryInterruptTime@4 +QueryInterruptTimePrecise@4 +QueryUnbiasedInterruptTimePrecise@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-rtlsupport-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-rtlsupport-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-rtlsupport-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-rtlsupport-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + +RtlCaptureStackBackTrace@16 +RtlPcToFileHeader@8 +RtlUnwind@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-slapi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-slapi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-slapi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-slapi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-slapi-l1-1-0 + +EXPORTS + +SLQueryLicenseValueFromApp@20 +SLQueryLicenseValueFromApp2@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-string-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-string-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-string-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-string-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-string-l1-1-0 + +EXPORTS + +CompareStringEx@36 +CompareStringOrdinal@20 +GetStringTypeExW@20 +GetStringTypeW@16 +MultiByteToWideChar@24 +WideCharToMultiByte@32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-ansi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-ansi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-ansi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-ansi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA@16 +CreateSemaphoreExA@24 +OpenMutexA@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,53 @@ +LIBRARY api-ms-win-core-synch-l1-2-0 + +EXPORTS + +AcquireSRWLockExclusive@4 +AcquireSRWLockShared@4 +CreateEventA@16 +CreateEventExA@16 +CreateEventExW@16 +CreateEventW@16 +CreateMutexA@12 +CreateMutexExA@16 +CreateMutexExW@16 +CreateMutexW@12 +CreateSemaphoreExW@24 +DeleteCriticalSection@4 +EnterCriticalSection@4 +InitializeConditionVariable@4 +InitializeCriticalSection@4 +InitializeCriticalSectionAndSpinCount@8 +InitializeCriticalSectionEx@12 +InitializeSRWLock@4 +InitOnceBeginInitialize@16 +InitOnceComplete@12 +InitOnceExecuteOnce@16 +InitOnceInitialize@4 +LeaveCriticalSection@4 +OpenEventA@12 +OpenEventW@12 +OpenMutexW@12 +OpenSemaphoreW@12 +ReleaseMutex@4 +ReleaseSemaphore@12 +ReleaseSRWLockExclusive@4 +ReleaseSRWLockShared@4 +ResetEvent@4 +SetCriticalSectionSpinCount@8 +SetEvent@4 +Sleep@4 +SleepConditionVariableCS@12 +SleepConditionVariableSRW@16 +SleepEx@8 +TryAcquireSRWLockExclusive@4 +TryAcquireSRWLockShared@4 +TryEnterCriticalSection@4 +WaitForMultipleObjectsEx@20 +WaitForSingleObject@8 +WaitForSingleObjectEx@12 +WaitOnAddress@16 +WakeAllConditionVariable@4 +WakeByAddressAll@4 +WakeByAddressSingle@4 +WakeConditionVariable@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-synch-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-synch-l1-2-1 + +EXPORTS + +CreateSemaphoreW@16 +WaitForMultipleObjects@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +GetLocalTime@4 +GetLogicalProcessorInformation@8 +GetLogicalProcessorInformationEx@12 +GetNativeSystemInfo@4 +GetSystemInfo@4 +GetSystemTime@4 +GetSystemTimeAsFileTime@4 +GetSystemTimePreciseAsFileTime@4 +GetTickCount64@0 +GlobalMemoryStatusEx@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-3.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-sysinfo-l1-2-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-threadpool-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-threadpool-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-threadpool-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-threadpool-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-threadpool-l1-2-0 + +EXPORTS + +CallbackMayRunLong@4 +CancelThreadpoolIo@4 +CloseThreadpool@4 +CloseThreadpoolCleanupGroup@4 +CloseThreadpoolCleanupGroupMembers@12 +CloseThreadpoolIo@4 +CloseThreadpoolTimer@4 +CloseThreadpoolWait@4 +CloseThreadpoolWork@4 +CreateThreadpool@4 +CreateThreadpoolCleanupGroup@0 +CreateThreadpoolIo@16 +CreateThreadpoolTimer@12 +CreateThreadpoolWait@12 +CreateThreadpoolWork@12 +DisassociateCurrentThreadFromCallback@4 +FreeLibraryWhenCallbackReturns@8 +IsThreadpoolTimerSet@4 +LeaveCriticalSectionWhenCallbackReturns@8 +QueryThreadpoolStackInformation@8 +ReleaseMutexWhenCallbackReturns@8 +ReleaseSemaphoreWhenCallbackReturns@12 +SetEventWhenCallbackReturns@8 +SetThreadpoolStackInformation@8 +SetThreadpoolThreadMaximum@8 +SetThreadpoolThreadMinimum@8 +SetThreadpoolTimer@16 +SetThreadpoolTimerEx@16 +SetThreadpoolWait@12 +SetThreadpoolWaitEx@16 +StartThreadpoolIo@4 +SubmitThreadpoolWork@4 +TrySubmitThreadpoolCallback@12 +WaitForThreadpoolIoCallbacks@8 +WaitForThreadpoolTimerCallbacks@8 +WaitForThreadpoolWaitCallbacks@8 +WaitForThreadpoolWorkCallbacks@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-timezone-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-timezone-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-timezone-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-timezone-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-timezone-l1-1-0 + +EXPORTS + +EnumDynamicTimeZoneInformation@8 +FileTimeToSystemTime@8 +GetDynamicTimeZoneInformation@4 +GetDynamicTimeZoneInformationEffectiveYears@12 +GetTimeZoneInformation@4 +GetTimeZoneInformationForYear@12 +SystemTimeToFileTime@8 +SystemTimeToTzSpecificLocalTime@12 +SystemTimeToTzSpecificLocalTimeEx@12 +TzSpecificLocalTimeToSystemTime@12 +TzSpecificLocalTimeToSystemTimeEx@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-util-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-util-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-util-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-util-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-util-l1-1-0 + +EXPORTS + +DecodePointer@4 +EncodePointer@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-version-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-version-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-version-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-version-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoExW@20 +GetFileVersionInfoSizeExW@12 +GetFileVersionInfoSizeW@8 +GetFileVersionInfoW@16 +VerFindFileW@32 +VerQueryValueW@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-windowsceip-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-windowsceip-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-windowsceip-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-windowsceip-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-windowsceip-l1-1-0 + +EXPORTS + +CeipIsOptedIn@0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +WerRegisterFile@12 +WerRegisterMemoryBlock@8 +WerUnregisterFile@4 +WerUnregisterMemoryBlock@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-error-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-error-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-error-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-error-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +GetRestrictedErrorInfo@4 +RoCaptureErrorContext@4 +RoFailFastWithErrorContext@4 +RoGetErrorReportingFlags@4 +RoOriginateError@8 +RoOriginateErrorW@12 +RoOriginateLanguageException@12 +RoReportUnhandledError@4 +RoSetErrorReportingFlags@4 +RoTransformError@12 +RoTransformErrorW@16 +SetRestrictedErrorInfo@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-winrt-l1-1-0 + +EXPORTS + +RoActivateInstance@8 +RoGetActivationFactory@12 +RoGetApartmentIdentifier@4 +RoInitialize@4 +RoRegisterActivationFactories@16 +RoRegisterForApartmentShutdown@12 +RoRevokeActivationFactories@4 +RoUninitialize@0 +RoUnregisterForApartmentShutdown@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-registration-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-registration-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-registration-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-registration-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-winrt-registration-l1-1-0 + +EXPORTS + +RoGetActivatableClassRegistration@8 +RoGetServerActivatableClasses@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-robuffer-l1-1-0 + +EXPORTS + +RoGetBufferMarshaler@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0 + +EXPORTS + +RoFreeParameterizedTypeExtra@4 +RoGetParameterizedTypeInstanceIID@20 +RoParameterizedTypeExtraGetTypeSignature@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-string-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-string-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-winrt-string-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-winrt-string-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-0 + +EXPORTS + +HSTRING_UserFree@8 +HSTRING_UserMarshal@12 +HSTRING_UserSize@12 +HSTRING_UserUnmarshal@12 +WindowsCompareStringOrdinal@12 +WindowsConcatString@12 +WindowsCreateString@12 +WindowsCreateStringReference@16 +WindowsDeleteString@4 +WindowsDeleteStringBuffer@4 +WindowsDuplicateString@8 +WindowsGetStringLen@4 +WindowsGetStringRawBuffer@8 +WindowsIsStringEmpty@4 +WindowsPreallocateStringBuffer@12 +WindowsPromoteStringBuffer@8 +WindowsReplaceString@16 +WindowsStringHasEmbeddedNull@8 +WindowsSubstring@12 +WindowsSubstringWithSpecifiedLength@16 +WindowsTrimStringEnd@12 +WindowsTrimStringStart@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-xstate-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-xstate-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-core-xstate-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-core-xstate-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +GetEnabledXStateFeatures@0 +GetXStateFeaturesMask@8 +InitializeContext@16 +LocateXStateFeature@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags@8 +GetTraceEnableLevel@8 +GetTraceLoggerHandle@4 +RegisterTraceGuidsW@32 +TraceMessage +UnregisterTraceGuids@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-consumer-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-consumer-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-consumer-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-consumer-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-0 + +EXPORTS + +CloseTrace@8 +OpenTraceW@4 +ProcessTrace@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-controller-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-controller-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-controller-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-controller-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW@20 +EnableTraceEx2@44 +StartTraceW@12 +StopTraceW@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-legacy-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-legacy-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-legacy-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-legacy-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +EnableTrace@24 +EnableTraceEx@48 +FlushTraceW@16 +QueryTraceW@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-provider-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-provider-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-eventing-provider-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-eventing-provider-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-eventing-provider-l1-1-0 + +EXPORTS + +EventActivityIdControl@8 +EventRegister@16 +EventSetInformation@20 +EventUnregister@8 +EventWrite@20 +EventWriteEx@40 +EventWriteString@24 +EventWriteTransfer@28 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-gaming-tcui-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-gaming-tcui-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-gaming-tcui-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-gaming-tcui-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-2 + +EXPORTS + +CheckGamingPrivilegeSilently@16 +CheckGamingPrivilegeSilentlyForUser@20 +CheckGamingPrivilegeWithUI@24 +CheckGamingPrivilegeWithUIForUser@28 +ProcessPendingGameUI@4 +ShowChangeFriendRelationshipUI@12 +ShowChangeFriendRelationshipUIForUser@16 +ShowGameInviteUI@24 +ShowGameInviteUIForUser@28 +ShowPlayerPickerUI@36 +ShowPlayerPickerUIForUser@40 +ShowProfileCardUI@12 +ShowProfileCardUIForUser@16 +ShowTitleAchievementsUI@12 +ShowTitleAchievementsUIForUser@16 +TryCancelPendingGameUI@0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-ro-typeresolution-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-ro-typeresolution-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-ro-typeresolution-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-ro-typeresolution-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-0 + +EXPORTS + +RoGetMetaDataFile@20 +RoParseTypeName@12 +RoResolveNamespace@32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-security-base-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-security-base-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-security-base-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-security-base-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-1 + +EXPORTS + +CveEventWrite@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-security-cryptoapi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-security-cryptoapi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-security-cryptoapi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-security-cryptoapi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptReleaseContext@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-stream-winrt-l1-1-0 + +EXPORTS + +CreateRandomAccessStreamOnFile@16 +CreateRandomAccessStreamOverStream@16 +CreateStreamOverRandomAccessStream@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/bcrypt.def mingw-w64-6.0.0/mingw-w64-crt/lib32/bcrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/bcrypt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/bcrypt.def 2018-09-14 14:16:43.000000000 +0000 @@ -15,6 +15,8 @@ BCryptDecrypt@40 BCryptDeleteContext@8 BCryptDeriveKey@28 +BCryptDeriveKeyCapi@20 +BCryptDeriveKeyPBKDF2@40 BCryptDestroyHash@4 BCryptDestroyKey@4 BCryptDestroySecret@4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/crtdll.def mingw-w64-6.0.0/mingw-w64-crt/lib32/crtdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/crtdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/crtdll.def 2018-09-14 14:16:43.000000000 +0000 @@ -172,6 +172,7 @@ ; _wtoi ; _wtol ; +LIBRARY "crtdll.dll" EXPORTS _CIacos _CIasin diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/crypt32.def mingw-w64-6.0.0/mingw-w64-crt/lib32/crypt32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/crypt32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/crypt32.def 2018-09-14 14:16:43.000000000 +0000 @@ -5,21 +5,26 @@ ; LIBRARY "CRYPT32.dll" EXPORTS -ord_1001@4 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -ChainWlxLogoffEvent@4 -CloseCertPerformanceData -CollectCertPerformanceData@16 -OpenCertPerformanceData@4 +CryptAcquireContextU@20 +CryptEnumProvidersU@24 +CryptObjectLocatorFree@4 +CryptObjectLocatorGet@12 +CryptObjectLocatorGetContent@4 +CryptObjectLocatorGetUpdated@4 +CryptObjectLocatorInitialize@20 +CryptObjectLocatorIsChanged@4 +CryptObjectLocatorRelease@8 +CryptSetProviderU@8 +CryptSignHashU@24 +CryptVerifySignatureU@24 +I_PFXImportCertStoreEx@20 +RegCreateKeyExU@36 +RegDeleteValueU@8 +RegEnumValueU@32 +RegOpenKeyExU@20 +RegQueryInfoKeyU@48 +RegQueryValueExU@24 +RegSetValueExU@24 CertAddCRLContextToStore@16 CertAddCRLLinkToStore@16 CertAddCTLContextToStore@16 @@ -32,9 +37,12 @@ CertAddEncodedCertificateToSystemStoreA@12 CertAddEncodedCertificateToSystemStoreW@12 CertAddEnhancedKeyUsageIdentifier@8 +CertAddRefServerOcspResponse@4 +CertAddRefServerOcspResponseContext@4 CertAddSerializedElementToStore@32 CertAddStoreToCollection@16 CertAlgIdToOID@4 +CertCloseServerOcspResponse@8 CertCloseStore@8 CertCompareCertificate@12 CertCompareCertificateName@12 @@ -80,7 +88,9 @@ CertFreeCTLContext@4 CertFreeCertificateChain@4 CertFreeCertificateChainEngine@4 +CertFreeCertificateChainList@4 CertFreeCertificateContext@4 +CertFreeServerOcspResponseContext@4 CertGetCRLContextProperty@16 CertGetCRLFromStore@16 CertGetCTLContextProperty@16 @@ -92,14 +102,18 @@ CertGetNameStringA@24 CertGetNameStringW@24 CertGetPublicKeyLength@8 +CertGetServerOcspResponseContext@12 CertGetStoreProperty@16 CertGetSubjectCertificateFromStore@12 CertGetValidUsages@20 CertIsRDNAttrsInCertificateName@16 +CertIsStrongHashToSign@12 CertIsValidCRLForCertificate@16 +CertIsWeakHash@24 CertNameToStrA@20 CertNameToStrW@20 CertOIDToAlgId@4 +CertOpenServerOcspResponse@12 CertOpenStore@20 CertOpenSystemStoreA@8 CertOpenSystemStoreW@8 @@ -110,7 +124,9 @@ CertRemoveEnhancedKeyUsageIdentifier@8 CertRemoveStoreFromCollection@8 CertResyncCertificateChainEngine@4 +CertRetrieveLogoOrBiometricInfo@36 CertSaveStore@24 +CertSelectCertificateChains@32 CertSerializeCRLStoreElement@16 CertSerializeCTLStoreElement@16 CertSerializeCertificateStoreElement@16 @@ -134,7 +150,6 @@ CertVerifyValidityNesting@8 CreateFileU@28 CryptAcquireCertificatePrivateKey@24 -CryptAcquireContextU@20 CryptBinaryToStringA@20 CryptBinaryToStringW@20 CryptCloseAsyncHandle@4 @@ -151,10 +166,10 @@ CryptEnumKeyIdentifierProperties@28 CryptEnumOIDFunction@24 CryptEnumOIDInfo@16 -CryptEnumProvidersU@24 CryptExportPKCS8@28 CryptExportPublicKeyInfo@20 CryptExportPublicKeyInfoEx@32 +CryptExportPublicKeyInfoFromBCryptKeyHandle@28 CryptFindCertificateKeyProvInfo@12 CryptFindLocalizedName@4 CryptFindOIDInfo@12 @@ -163,19 +178,19 @@ CryptGetAsyncParam@16 CryptGetDefaultOIDDllList@16 CryptGetDefaultOIDFunctionAddress@24 -CryptGetDefaultProviderA@20 -CryptGetDefaultProviderW@20 CryptGetKeyIdentifierProperty@28 CryptGetMessageCertificates@20 CryptGetMessageSignerCount@12 CryptGetOIDFunctionAddress@24 CryptGetOIDFunctionValue@28 +CryptHashCertificate2@28 CryptHashCertificate@28 CryptHashMessage@36 CryptHashPublicKeyInfo@28 CryptHashToBeSigned@24 CryptImportPKCS8@36 CryptImportPublicKeyInfo@16 +CryptImportPublicKeyInfoEx2@20 CryptImportPublicKeyInfoEx@28 CryptInitOIDFunctionSet@8 CryptInstallDefaultContext@24 @@ -200,12 +215,16 @@ CryptMsgVerifyCountersignatureEncoded@28 CryptMsgVerifyCountersignatureEncodedEx@40 CryptProtectData@28 +CryptProtectMemory@12 CryptQueryObject@44 CryptRegisterDefaultOIDFunction@16 CryptRegisterOIDFunction@20 CryptRegisterOIDInfo@8 +CryptRetrieveTimeStamp@40 CryptSIPAddProvider@4 CryptSIPCreateIndirectData@12 +CryptSIPGetCaps@8 +CryptSIPGetSealedDigest@20 CryptSIPGetSignedDataMsg@20 CryptSIPLoad@12 CryptSIPPutSignedDataMsg@20 @@ -217,20 +236,20 @@ CryptSetAsyncParam@16 CryptSetKeyIdentifierProperty@24 CryptSetOIDFunctionValue@28 -CryptSetProviderU@8 CryptSignAndEncodeCertificate@36 CryptSignAndEncryptMessage@32 CryptSignCertificate@36 -CryptSignHashU@24 CryptSignMessage@28 CryptSignMessageWithKey@20 CryptStringToBinaryA@28 CryptStringToBinaryW@28 CryptUninstallDefaultContext@12 CryptUnprotectData@28 +CryptUnprotectMemory@12 CryptUnregisterDefaultOIDFunction@12 CryptUnregisterOIDFunction@12 CryptUnregisterOIDInfo@4 +CryptUpdateProtectedState@20 CryptVerifyCertificateSignature@20 CryptVerifyCertificateSignatureEx@32 CryptVerifyDetachedMessageHash@32 @@ -238,14 +257,19 @@ CryptVerifyMessageHash@28 CryptVerifyMessageSignature@28 CryptVerifyMessageSignatureWithKey@24 -CryptVerifySignatureU@24 +CryptVerifyTimeStampSignature@32 +I_CertChainEngineIsDisallowedCertificate@8 +I_CertDiagControl@12 +I_CertFinishSslHandshake@16 +I_CertProcessSslHandshake@24 I_CertProtectFunction@28 I_CertSrvProtectFunction@40 I_CertSyncStore@8 I_CertUpdateStore@16 -I_CryptAddRefLruEntry +I_CryptAddRefLruEntry@4 I_CryptAddSmartCardCertToStore@20 -I_CryptAllocTls +I_CryptAllocTls@0 +I_CryptAllocTlsEx@4 I_CryptCreateLruCache@8 I_CryptCreateLruEntry@16 I_CryptDetachTls@4 @@ -254,7 +278,7 @@ I_CryptEnumMatchingLruEntries@4 I_CryptFindLruEntry@8 I_CryptFindLruEntryData@12 -I_CryptFindSmartCardCertInStore@4 +I_CryptFindSmartCardCertInStore@16 I_CryptFlushLruCache@12 I_CryptFreeLruCache@12 I_CryptFreeTls@8 @@ -280,19 +304,11 @@ I_CryptUninstallOssGlobal@4 I_CryptUnregisterSmartCardStore@4 I_CryptWalkAllLruCacheEntries@12 +PFXExportCertStore2@16 PFXExportCertStore@16 PFXExportCertStoreEx@20 PFXImportCertStore@12 PFXIsPFXBlob@4 PFXVerifyPassword@12 RegCreateHKCUKeyExU@36 -RegCreateKeyExU@36 -RegDeleteValueU@8 -RegEnumValueU@32 RegOpenHKCUKeyExU@20 -RegOpenKeyExU@20 -RegQueryInfoKeyU@48 -RegQueryValueExU@24 -RegSetValueExU@24 - - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/d3dcompiler_47.def mingw-w64-6.0.0/mingw-w64-crt/lib32/d3dcompiler_47.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/d3dcompiler_47.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/d3dcompiler_47.def 2018-09-14 14:16:43.000000000 +0000 @@ -1,36 +1,36 @@ -; -; Definition file of D3DCOMPILER_47.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "D3DCOMPILER_47.dll" -EXPORTS -D3DAssemble@32 -DebugSetMute -D3DCompile2@56 -D3DCompile@44 -D3DCompileFromFile@36 -D3DCompressShaders@16 -D3DCreateBlob@8 -D3DCreateFunctionLinkingGraph@8 -D3DCreateLinker@4 -D3DDecompressShaders@32 -D3DDisassemble10Effect@12 -D3DDisassemble11Trace@28 -D3DDisassemble@20 -D3DDisassembleRegion@32 -D3DGetBlobPart@20 -D3DGetDebugInfo@12 -D3DGetInputAndOutputSignatureBlob@12 -D3DGetInputSignatureBlob@12 -D3DGetOutputSignatureBlob@12 -D3DGetTraceInstructionOffsets@28 -D3DLoadModule@12 -D3DPreprocess@28 -D3DReadFileToBlob@8 -D3DReflect@16 -D3DReflectLibrary@16 -D3DReturnFailure1@12 -D3DSetBlobPart@28 -D3DStripShader@16 -D3DWriteBlobToFile@12 +; +; Definition file of D3DCOMPILER_47.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "D3DCOMPILER_47.dll" +EXPORTS +D3DAssemble@32 +DebugSetMute +D3DCompile2@56 +D3DCompile@44 +D3DCompileFromFile@36 +D3DCompressShaders@16 +D3DCreateBlob@8 +D3DCreateFunctionLinkingGraph@8 +D3DCreateLinker@4 +D3DDecompressShaders@32 +D3DDisassemble10Effect@12 +D3DDisassemble11Trace@28 +D3DDisassemble@20 +D3DDisassembleRegion@32 +D3DGetBlobPart@20 +D3DGetDebugInfo@12 +D3DGetInputAndOutputSignatureBlob@12 +D3DGetInputSignatureBlob@12 +D3DGetOutputSignatureBlob@12 +D3DGetTraceInstructionOffsets@28 +D3DLoadModule@12 +D3DPreprocess@28 +D3DReadFileToBlob@8 +D3DReflect@16 +D3DReflectLibrary@16 +D3DReturnFailure1@12 +D3DSetBlobPart@28 +D3DStripShader@16 +D3DWriteBlobToFile@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/dhcpcsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib32/dhcpcsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/dhcpcsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/dhcpcsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,71 @@ LIBRARY DHCPCSVC.DLL EXPORTS +DhcpAcquireParameters@4 +DhcpAcquireParametersByBroadcast@4 +DhcpCApiCleanup DhcpCApiCleanup@0 DhcpCApiInitialize@4 +DhcpClient_Generalize +DhcpDeRegisterConnectionStateNotification@8 +DhcpDeRegisterOptions@4 DhcpDeRegisterParamChange@12 +DhcpDelPersistentRequestParams@8 +DhcpEnableDhcp@8 +DhcpEnableTracing@4 +DhcpEnumClasses@16 +DhcpEnumInterfaces@4 +DhcpFallbackRefreshParams@4 +DhcpFreeEnumeratedInterfaces@4 +DhcpFreeLeaseInfo@4 +DhcpFreeLeaseInfoArray@8 +DhcpFreeMem@4 +DhcpGetClassId@8 +DhcpGetClientId@8 +DhcpGetDhcpServicedConnections@12 +DhcpGetFallbackParams@8 +DhcpGetNotificationStatus@8 +DhcpGetOriginalSubnetMask@8 +DhcpGetTraceArray@4 +DhcpGlobalIsShuttingDown DATA +DhcpGlobalServiceSyncEvent DATA +DhcpGlobalTerminateEvent DATA +DhcpHandlePnPEvent@20 +DhcpIsEnabled@8 +DhcpLeaseIpAddress@24 +DhcpLeaseIpAddressEx@32 +DhcpNotifyConfigChange@28 +DhcpNotifyConfigChangeEx@32 +DhcpNotifyMediaReconnected@4 +DhcpOpenGlobalEvent +DhcpPersistentRequestParams@28 +DhcpQueryLeaseInfo@8 +DhcpQueryLeaseInfoArray@12 +DhcpQueryLeaseInfoEx@12 +DhcpRegisterConnectionStateNotification@12 +DhcpRegisterOptions@16 DhcpRegisterParamChange@28 DhcpRemoveDNSRegistrations@0 +DhcpReleaseIpAddressLease@8 +DhcpReleaseIpAddressLeaseEx@16 +DhcpReleaseParameters@4 +DhcpRemoveDNSRegistrations +DhcpRenewIpAddressLease@16 +DhcpRenewIpAddressLeaseEx@24 +DhcpRequestCachedParams@20 +DhcpRequestOptions@28 +DhcpRequestParams@44 +DhcpSetClassId@8 +DhcpSetClientId@8 +DhcpSetFallbackParams@8 +DhcpSetMSFTVendorSpecificOptions@24 +DhcpStaticRefreshParams@4 DhcpUndoRequestParams@16 +Dhcpv4CheckServerAvailability@8 +Dhcpv4EnableDhcpEx@4 +McastApiCleanup +McastApiStartup@4 +McastEnumerateScopes@20 +McastGenUID@4 +McastReleaseAddress@12 +McastRenewAddress@16 +McastRequestAddress@20 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/dpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib32/dpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/dpapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/dpapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Definition file of DPAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DPAPI.dll" +EXPORTS +CryptProtectDataNoUI@36 +CryptProtectMemory@12 +CryptResetMachineCredentials@4 +CryptUnprotectDataNoUI@36 +CryptUnprotectMemory@12 +CryptUpdateProtectedState@20 +iCryptIdentifyProtection@20 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/dwmapi.def mingw-w64-6.0.0/mingw-w64-crt/lib32/dwmapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/dwmapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/dwmapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -5,47 +5,29 @@ ; LIBRARY "dwmapi.dll" EXPORTS -;ord_100@32 @100 -;ord_101@24 @101 +DwmpDxGetWindowSharedSurface@32 +DwmpDxUpdateWindowSharedSurface@24 DwmEnableComposition@4 -;ord_103@0 @103 -;ord_104@12 @104 -;ord_105@0 @105 -;ord_106@8 @106 -;ord_107@4 @107 -;ord_108@4 @108 -;ord_109@8 @109 -;ord_110@0 @110 DwmAttachMilContent@4 -;ord_112@4 @112 -;ord_113@16 @113 -;ord_114@8 @114 -;ord_115@4 @115 DwmDefWindowProc@20 DwmDetachMilContent@4 -;ord_118@8 @118 -;ord_119@8 @119 -;ord_120@8 @120 -;ord_121@8 @121 DwmEnableBlurBehindWindow@8 DwmEnableMMCSS@4 -;ord_124@20 @124 -;ord_125@12 @125 -;ord_126@8 @126 -;ord_127@4 @127 -;ord_128@4 @128 -;ord_129@4 @129 -;ord_130@0 @130 -;ord_131@8 @131 -;ord_132@8 @132 -;ord_133@36 @133 -;ord_134@8 @134 DwmExtendFrameIntoClientArea@8 DwmFlush@0 DwmGetColorizationColor@8 +DwmpDxBindSwapChain@12 +DwmpDxUnbindSwapChain@8 +DwmpDxgiIsThreadDesktopComposited@4 DwmGetCompositionTimingInfo@8 DwmGetGraphicsStreamClient@8 +DwmpDxUpdateWindowRedirectionBltSurface@36 +DwmpRenderFlick@12 +DwmpAllocateSecurityDescriptor@8 +DwmpFreeSecurityDescriptor@4 +DwmpEnableDDASupport@0 DwmGetGraphicsStreamTransformHint@8 +DwmTetherTextContact@20 DwmGetTransportAttributes@12 DwmGetWindowAttribute@16 DwmInvalidateIconicBitmaps@4 @@ -53,10 +35,14 @@ DwmModifyPreviousDxFrameDuration@12 DwmQueryThumbnailSourceSize@8 DwmRegisterThumbnail@12 +DwmRenderGesture@16 DwmSetDxFrameDuration@8 DwmSetIconicLivePreviewBitmap@16 DwmSetIconicThumbnail@12 DwmSetPresentParameters@8 DwmSetWindowAttribute@16 +DwmShowContact@8 +DwmTetherContact@16 +DwmTransitionOwnedWindow@8 DwmUnregisterThumbnail@4 DwmUpdateThumbnailProperties@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/eapp3hst.def mingw-w64-6.0.0/mingw-w64-crt/lib32/eapp3hst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/eapp3hst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/eapp3hst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of ThirdPartyEapDispatcher.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ThirdPartyEapDispatcher.dll" -EXPORTS -DllCanUnloadNow@0 -DllGetClassObject@12 -DllRegisterServer@0 -DllUnregisterServer@0 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/kernel32.def mingw-w64-6.0.0/mingw-w64-crt/lib32/kernel32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/kernel32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/kernel32.def 2018-09-14 14:16:43.000000000 +0000 @@ -150,6 +150,7 @@ CreateFileMappingNumaA@28 CreateFileMappingNumaW@28 CreateFileMappingW@24 +CreateFileMappingFromApp@24 CreateFileTransactedA@40 CreateFileTransactedW@40 CreateFileW@28 @@ -179,6 +180,7 @@ CreateProcessInternalW@48 CreateProcessW@40 CreateRemoteThread@28 +CreateRemoteThreadEx@32 CreateSemaphoreA@16 CreateSemaphoreExA@24 CreateSemaphoreExW@24 @@ -798,6 +800,33 @@ IsValidLocale@8 IsValidLocaleName@4 IsWow64Process@8 +K32EmptyWorkingSet@4 +K32EnumDeviceDrivers@12 +K32EnumPageFilesA@8 +K32EnumPageFilesW@8 +K32EnumProcessModules@16 +K32EnumProcessModulesEx@20 +K32EnumProcesses@12 +K32GetDeviceDriverBaseNameA@12 +K32GetDeviceDriverBaseNameW@12 +K32GetDeviceDriverFileNameA@12 +K32GetDeviceDriverFileNameW@12 +K32GetMappedFileNameA@16 +K32GetMappedFileNameW@16 +K32GetModuleBaseNameA@16 +K32GetModuleBaseNameW@16 +K32GetModuleFileNameExA@16 +K32GetModuleFileNameExW@16 +K32GetModuleInformation@16 +K32GetPerformanceInfo@8 +K32GetProcessImageFileNameA@12 +K32GetProcessImageFileNameW@12 +K32GetProcessMemoryInfo@12 +K32GetWsChanges@12 +K32GetWsChangesEx@12 +K32InitializeProcessForWsWatch@4 +K32QueryWorkingSet@12 +K32QueryWorkingSetEx@12 LCIDToLocaleName@16 LCMapStringA@24 LCMapStringEx@36 @@ -847,6 +876,7 @@ MapViewOfFileEx@24 MapViewOfFileExNuma@28 MapViewOfFileVlm@28 +MapViewOfFileFromApp@20 Module32First@8 Module32FirstW@8 Module32Next@8 @@ -975,6 +1005,7 @@ ReleaseSRWLockShared@4 ReleaseSemaphore@12 ReleaseSemaphoreWhenCallbackReturns@12 +ResolveLocaleName@12 RemoveDirectoryA@4 RemoveDirectoryTransactedA@8 RemoveDirectoryTransactedW@8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/Makefile.am mingw-w64-6.0.0/mingw-w64-crt/lib32/Makefile.am --- mingw-w64-5.0.4/mingw-w64-crt/lib32/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,10 @@ -lib32_DATA = lib32_DATA += %reldir%/libaclui.a lib32_DATA += %reldir%/libactiveds.a lib32_DATA += %reldir%/libadsldpc.a lib32_DATA += %reldir%/libadvapi32.a lib32_DATA += %reldir%/libapcups.a +lib32_DATA += %reldir%/libruntimeobject.a +lib32_DATA += %reldir%/libsynchronization.a lib32_DATA += %reldir%/libauthz.a lib32_DATA += %reldir%/libavicap32.a lib32_DATA += %reldir%/libavifil32.a @@ -103,6 +104,7 @@ #lib32_DATA += %reldir%/libdinput8.a # Handled by custom rule lib32_DATA += %reldir%/libdlcapi.a lib32_DATA += %reldir%/libdnsapi.a +lib32_DATA += %reldir%/libdpapi.a lib32_DATA += %reldir%/libdplayx.a lib32_DATA += %reldir%/libdpnaddr.a lib32_DATA += %reldir%/libdpnet.a @@ -117,7 +119,6 @@ lib32_DATA += %reldir%/libdxapi.a lib32_DATA += %reldir%/libdxgi.a lib32_DATA += %reldir%/libdxva2.a -lib32_DATA += %reldir%/libeapp3hst.a lib32_DATA += %reldir%/libeappcfg.a lib32_DATA += %reldir%/libeappgnui.a lib32_DATA += %reldir%/libeapphost.a @@ -162,6 +163,7 @@ lib32_DATA += %reldir%/libmfcuia32.a lib32_DATA += %reldir%/libmfplat.a lib32_DATA += %reldir%/libmgmtapi.a +lib32_DATA += %reldir%/libmincore.a lib32_DATA += %reldir%/libmpr.a lib32_DATA += %reldir%/libmprapi.a lib32_DATA += %reldir%/libmqrt.a @@ -229,9 +231,11 @@ lib32_DATA += %reldir%/librtm.a lib32_DATA += %reldir%/librtutils.a lib32_DATA += %reldir%/libsamcli.a +lib32_DATA += %reldir%/libschannel.a lib32_DATA += %reldir%/libschedcli.a lib32_DATA += %reldir%/libscsiport.a lib32_DATA += %reldir%/libsecur32.a +lib32_DATA += %reldir%/libsecurity.a lib32_DATA += %reldir%/libsetupapi.a #lib32_DATA += %reldir%/libshell32.a # Handled by custom rule lib32_DATA += %reldir%/libshfolder.a @@ -268,7 +272,6 @@ lib32_DATA += %reldir%/libvfw32.a lib32_DATA += %reldir%/libvss_ps.a lib32_DATA += %reldir%/libvssapi.a -lib32_DATA += %reldir%/libvsstrace.a lib32_DATA += %reldir%/libwdsclient.a lib32_DATA += %reldir%/libwdsclientapi.a lib32_DATA += %reldir%/libwdscore.a @@ -284,7 +287,6 @@ lib32_DATA += %reldir%/libwiadss.a lib32_DATA += %reldir%/libwin32k.a lib32_DATA += %reldir%/libwin32spl.a -lib32_DATA += %reldir%/libwindowscodecs.a lib32_DATA += %reldir%/libwinhttp.a lib32_DATA += %reldir%/libwininet.a lib32_DATA += %reldir%/libwinmm.a @@ -326,5 +328,4 @@ lib32_DATA += %reldir%/libxinput1_3.a lib32_DATA += %reldir%/libxinput1_4.a lib32_DATA += %reldir%/libxinput9_1_0.a -lib32_DATA += %reldir%/libruntimeobject.a - +lib32_DATA += %reldir%/libwindowsapp.a diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/mfplat.def mingw-w64-6.0.0/mingw-w64-crt/lib32/mfplat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/mfplat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/mfplat.def 2018-09-14 14:16:43.000000000 +0000 @@ -118,6 +118,7 @@ MFStartup@8 MFStreamDescriptorProtectMediaType@8 MFTEnum@40 +MFTEnumEx@36 MFTGetInfo@40 MFTRegister@60 MFTUnregister@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcp120_app.def.in mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcp120_app.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcp120_app.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcp120_app.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1576 @@ +; +; Definition file of msvcp120_app.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "msvcp120_app.dll" +EXPORTS +??$_Getvals@_W@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEX_WABV_Locinfo@1@@Z ; has WINAPI (@8) +??$_Getvals@_W@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEX_WABV_Locinfo@1@@Z ; has WINAPI (@8) +??$_Getvals@_W@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAEX_WABV_Locinfo@1@@Z ; has WINAPI (@8) +??0?$_Yarn@D@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0?$_Yarn@D@std@@QAE@PBD@Z ; has WINAPI (@4) +??0?$_Yarn@D@std@@QAE@XZ +??0?$_Yarn@_W@std@@QAE@XZ +??0?$basic_ios@DU?$char_traits@D@std@@@std@@IAE@XZ +??0?$basic_ios@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z ; has WINAPI (@4) +??0?$basic_ios@GU?$char_traits@G@std@@@std@@IAE@XZ +??0?$basic_ios@GU?$char_traits@G@std@@@std@@QAE@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z ; has WINAPI (@4) +??0?$basic_ios@_WU?$char_traits@_W@std@@@std@@IAE@XZ +??0?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAE@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z ; has WINAPI (@4) +??0?$basic_iostream@DU?$char_traits@D@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z ; has WINAPI (@8) +??0?$basic_iostream@GU?$char_traits@G@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_iostream@GU?$char_traits@G@std@@@std@@QAE@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z ; has WINAPI (@8) +??0?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QAE@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z ; has WINAPI (@8) +??0?$basic_istream@DU?$char_traits@D@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N1@Z ; has WINAPI (@16) +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@W4_Uninitialized@1@@Z ; has WINAPI (@8) +??0?$basic_istream@GU?$char_traits@G@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QAE@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N1@Z ; has WINAPI (@16) +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QAE@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QAE@W4_Uninitialized@1@@Z ; has WINAPI (@8) +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N1@Z ; has WINAPI (@16) +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE@W4_Uninitialized@1@@Z ; has WINAPI (@8) +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@W4_Uninitialized@1@_N@Z ; has WINAPI (@12) +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@QAE@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@QAE@W4_Uninitialized@1@_N@Z ; has WINAPI (@12) +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IAE@$$QAV01@@Z ; has WINAPI (@8) +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAE@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N@Z ; has WINAPI (@12) +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAE@W4_Uninitialized@1@_N@Z ; has WINAPI (@12) +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@ABV01@@Z ; has WINAPI (@4) +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@W4_Uninitialized@1@@Z ; has WINAPI (@4) +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAE@ABV01@@Z ; has WINAPI (@4) +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAE@W4_Uninitialized@1@@Z ; has WINAPI (@4) +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAE@XZ +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAE@ABV01@@Z ; has WINAPI (@4) +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAE@W4_Uninitialized@1@@Z ; has WINAPI (@4) +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAE@XZ +??0?$codecvt@DDH@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$codecvt@DDH@std@@QAE@I@Z ; has WINAPI (@4) +??0?$codecvt@GDH@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$codecvt@GDH@std@@QAE@I@Z ; has WINAPI (@4) +??0?$codecvt@_WDH@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$codecvt@_WDH@std@@QAE@I@Z ; has WINAPI (@4) +??0?$ctype@D@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$ctype@D@std@@QAE@PBF_NI@Z ; has WINAPI (@12) +??0?$ctype@G@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$ctype@G@std@@QAE@I@Z ; has WINAPI (@4) +??0?$ctype@_W@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$ctype@_W@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAE@PBDI@Z ; has WINAPI (@8) +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAE@PBDI@Z ; has WINAPI (@8) +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAE@PBDI@Z ; has WINAPI (@8) +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAE@PBDI@Z ; has WINAPI (@8) +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAE@PBDI@Z ; has WINAPI (@8) +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z ; has WINAPI (@8) +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@I@Z ; has WINAPI (@4) +??0Init@ios_base@std@@QAE@XZ +??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z ; has WINAPI (@4) +??0_Concurrent_queue_iterator_base_v4@details@Concurrency@@IAE@ABV_Concurrent_queue_base_v4@12@@Z ; has WINAPI (@4) +??0_Container_base12@std@@QAE@ABU01@@Z ; has WINAPI (@4) +??0_Container_base12@std@@QAE@XZ +??0_Facet_base@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0_Facet_base@std@@QAE@XZ +??0_Init_locks@std@@QAE@XZ +??0_Locimp@locale@std@@AAE@ABV012@@Z ; has WINAPI (@4) +??0_Locimp@locale@std@@AAE@_N@Z ; has WINAPI (@4) +??0_Locinfo@std@@QAE@HPBD@Z ; has WINAPI (@8) +??0_Locinfo@std@@QAE@PBD@Z ; has WINAPI (@4) +??0_Lockit@std@@QAE@H@Z ; has WINAPI (@4) +??0_Lockit@std@@QAE@XZ +??0_Pad@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0_Pad@std@@QAE@XZ +??0_Runtime_object@details@Concurrency@@QAE@H@Z ; has WINAPI (@4) +??0_Runtime_object@details@Concurrency@@QAE@XZ +??0_Timevec@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0_Timevec@std@@QAE@PAX@Z ; has WINAPI (@4) +??0_UShinit@std@@QAE@XZ +??0_Winit@std@@QAE@XZ +??0agent@Concurrency@@QAE@AAVScheduleGroup@1@@Z ; has WINAPI (@4) +??0agent@Concurrency@@QAE@AAVScheduler@1@@Z ; has WINAPI (@4) +??0agent@Concurrency@@QAE@XZ +??0codecvt_base@std@@QAE@I@Z ; has WINAPI (@4) +??0ctype_base@std@@QAE@I@Z ; has WINAPI (@4) +??0facet@locale@std@@IAE@I@Z ; has WINAPI (@4) +??0id@locale@std@@QAE@I@Z ; has WINAPI (@4) +??0ios_base@std@@IAE@XZ +??0time_base@std@@QAE@I@Z ; has WINAPI (@4) +??1?$_Yarn@D@std@@QAE@XZ +??1?$_Yarn@_W@std@@QAE@XZ +??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ +??1?$basic_ios@GU?$char_traits@G@std@@@std@@UAE@XZ +??1?$basic_ios@_WU?$char_traits@_W@std@@@std@@UAE@XZ +??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ +??1?$basic_iostream@GU?$char_traits@G@std@@@std@@UAE@XZ +??1?$basic_iostream@_WU?$char_traits@_W@std@@@std@@UAE@XZ +??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ +??1?$basic_istream@GU?$char_traits@G@std@@@std@@UAE@XZ +??1?$basic_istream@_WU?$char_traits@_W@std@@@std@@UAE@XZ +??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UAE@XZ +??1?$basic_ostream@GU?$char_traits@G@std@@@std@@UAE@XZ +??1?$basic_ostream@_WU?$char_traits@_W@std@@@std@@UAE@XZ +??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAE@XZ +??1?$basic_streambuf@GU?$char_traits@G@std@@@std@@UAE@XZ +??1?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UAE@XZ +??1?$codecvt@DDH@std@@MAE@XZ +??1?$codecvt@GDH@std@@MAE@XZ +??1?$codecvt@_WDH@std@@MAE@XZ +??1?$ctype@D@std@@MAE@XZ +??1?$ctype@G@std@@MAE@XZ +??1?$ctype@_W@std@@MAE@XZ +??1?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAE@XZ +??1?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MAE@XZ +??1?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MAE@XZ +??1?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAE@XZ +??1?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MAE@XZ +??1?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MAE@XZ +??1?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAE@XZ +??1?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MAE@XZ +??1?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MAE@XZ +??1?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAE@XZ +??1?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MAE@XZ +??1?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MAE@XZ +??1Init@ios_base@std@@QAE@XZ +??1_Concurrent_queue_base_v4@details@Concurrency@@MAE@XZ +??1_Concurrent_queue_iterator_base_v4@details@Concurrency@@IAE@XZ +??1_Concurrent_vector_base_v4@details@Concurrency@@IAE@XZ +??1_Container_base12@std@@QAE@XZ +??1_Facet_base@std@@UAE@XZ +??1_Init_locks@std@@QAE@XZ +??1_Locimp@locale@std@@MAE@XZ +??1_Locinfo@std@@QAE@XZ +??1_Lockit@std@@QAE@XZ +??1_Pad@std@@QAE@XZ +??1_Timevec@std@@QAE@XZ +??1_UShinit@std@@QAE@XZ +??1_Winit@std@@QAE@XZ +??1agent@Concurrency@@UAE@XZ +??1codecvt_base@std@@UAE@XZ +??1ctype_base@std@@UAE@XZ +??1facet@locale@std@@MAE@XZ +??1ios_base@std@@UAE@XZ +??1time_base@std@@UAE@XZ +??4?$_Iosb@H@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4?$_Yarn@D@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4?$_Yarn@D@std@@QAEAAV01@PBD@Z ; has WINAPI (@4) +??4?$_Yarn@_W@std@@QAEAAV01@PB_W@Z ; has WINAPI (@4) +??4?$basic_iostream@DU?$char_traits@D@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_iostream@GU?$char_traits@G@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_istream@DU?$char_traits@D@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_istream@GU?$char_traits@G@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_istream@_WU?$char_traits@_W@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_ostream@DU?$char_traits@D@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_ostream@GU?$char_traits@G@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IAEAAV01@$$QAV01@@Z ; has WINAPI (@4) +??4?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4Init@ios_base@std@@QAEAAV012@ABV012@@Z ; has WINAPI (@4) +??4_Container_base0@std@@QAEAAU01@ABU01@@Z ; has WINAPI (@4) +??4_Container_base12@std@@QAEAAU01@ABU01@@Z ; has WINAPI (@4) +??4_Facet_base@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4_Init_locks@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4_Pad@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4_Timevec@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4_UShinit@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4_Winit@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAF@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAG@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAH@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAI@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAJ@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAK@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAM@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAN@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAO@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAPAX@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AA_J@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AA_K@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AA_N@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@DU?$char_traits@D@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAF@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAG@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAH@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAI@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAJ@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAK@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAM@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAN@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAO@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AAPAX@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AA_J@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AA_K@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@AA_N@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@GU?$char_traits@G@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV01@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAF@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAG@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAH@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAI@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAJ@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAK@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAM@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAN@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAO@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AAPAX@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AA_J@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AA_K@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@AA_N@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@_WU?$char_traits@_W@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@F@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@G@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@J@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@N@Z ; has WINAPI (@8) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@O@Z ; has WINAPI (@8) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@DU?$char_traits@D@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z ; has WINAPI (@4) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z ; has WINAPI (@8) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z ; has WINAPI (@8) +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@F@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@G@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@H@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@I@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@J@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@K@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@M@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@N@Z ; has WINAPI (@8) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@O@Z ; has WINAPI (@8) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@GU?$char_traits@G@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@PAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@PBX@Z ; has WINAPI (@4) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@_J@Z ; has WINAPI (@8) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@_K@Z ; has WINAPI (@8) +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV01@_N@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@F@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@G@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@H@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@I@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@J@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@K@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@M@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@N@Z ; has WINAPI (@8) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@O@Z ; has WINAPI (@8) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAV?$basic_ios@_WU?$char_traits@_W@std@@@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@PAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@PBX@Z ; has WINAPI (@4) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@_J@Z ; has WINAPI (@8) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@_K@Z ; has WINAPI (@8) +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV01@_N@Z ; has WINAPI (@4) +??7ios_base@std@@QBE_NXZ +??Bid@locale@std@@QAEIXZ +??Bios_base@std@@QBE_NXZ +??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_ios@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_ios@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_iostream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_iostream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_istream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_istream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_ostream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_ostream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_streambuf@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$codecvt@DDH@std@@6B@ DATA +??_7?$codecvt@GDH@std@@6B@ DATA +??_7?$codecvt@_WDH@std@@6B@ DATA +??_7?$ctype@D@std@@6B@ DATA +??_7?$ctype@G@std@@6B@ DATA +??_7?$ctype@_W@std@@6B@ DATA +??_7?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7_Facet_base@std@@6B@ DATA +??_7_Locimp@locale@std@@6B@ DATA +??_7_Pad@std@@6B@ DATA +??_7codecvt_base@std@@6B@ DATA +??_7ctype_base@std@@6B@ DATA +??_7facet@locale@std@@6B@ DATA +??_7ios_base@std@@6B@ DATA +??_7time_base@std@@6B@ DATA +??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_iostream@GU?$char_traits@G@std@@@std@@7B?$basic_istream@GU?$char_traits@G@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_iostream@GU?$char_traits@G@std@@@std@@7B?$basic_ostream@GU?$char_traits@G@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_iostream@_WU?$char_traits@_W@std@@@std@@7B?$basic_istream@_WU?$char_traits@_W@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_iostream@_WU?$char_traits@_W@std@@@std@@7B?$basic_ostream@_WU?$char_traits@_W@std@@@1@@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_istream@DU?$char_traits@D@std@@@std@@7B@ +??_8?$basic_istream@GU?$char_traits@G@std@@@std@@7B@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_istream@_WU?$char_traits@_W@std@@@std@@7B@ ; Check!!! Couldn't determine function argument count. Function doesn't return. +??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ +??_8?$basic_ostream@GU?$char_traits@G@std@@@std@@7B@ ; has WINAPI (@4097) +??_8?$basic_ostream@_WU?$char_traits@_W@std@@@std@@7B@ ; has WINAPI (@4097) +??_D?$basic_iostream@DU?$char_traits@D@std@@@std@@QAEXXZ +??_D?$basic_iostream@GU?$char_traits@G@std@@@std@@QAEXXZ +??_D?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +??_D?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXXZ +??_D?$basic_istream@GU?$char_traits@G@std@@@std@@QAEXXZ +??_D?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +??_D?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ +??_D?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEXXZ +??_D?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +??_F?$codecvt@DDH@std@@QAEXXZ +??_F?$codecvt@GDH@std@@QAEXXZ +??_F?$codecvt@_WDH@std@@QAEXXZ +??_F?$ctype@D@std@@QAEXXZ +??_F?$ctype@G@std@@QAEXXZ +??_F?$ctype@_W@std@@QAEXXZ +??_F?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAEXXZ +??_F?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAEXXZ +??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ +??_F?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAEXXZ +??_F?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAEXXZ +??_F?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ +??_F?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAEXXZ +??_F?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAEXXZ +??_F?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ +??_F?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAEXXZ +??_F?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAEXXZ +??_F?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ +??_F_Locinfo@std@@QAEXXZ +??_F_Timevec@std@@QAEXXZ +??_Fcodecvt_base@std@@QAEXXZ +??_Fctype_base@std@@QAEXXZ +??_Ffacet@locale@std@@QAEXXZ +??_Fid@locale@std@@QAEXXZ +??_Ftime_base@std@@QAEXXZ +?GetNextAsyncId@platform@details@Concurrency@@YAIXZ +?NFS_Allocate@details@Concurrency@@YAPAXIIPAX@Z +?NFS_Free@details@Concurrency@@YAXPAX@Z +?NFS_GetLineSize@details@Concurrency@@YAIXZ +?_10@placeholders@std@@3V?$_Ph@$09@2@A DATA +?_11@placeholders@std@@3V?$_Ph@$0L@@2@A DATA +?_12@placeholders@std@@3V?$_Ph@$0M@@2@A DATA +?_13@placeholders@std@@3V?$_Ph@$0N@@2@A DATA +?_14@placeholders@std@@3V?$_Ph@$0O@@2@A DATA +?_15@placeholders@std@@3V?$_Ph@$0P@@2@A DATA +?_16@placeholders@std@@3V?$_Ph@$0BA@@2@A DATA +?_17@placeholders@std@@3V?$_Ph@$0BB@@2@A DATA +?_18@placeholders@std@@3V?$_Ph@$0BC@@2@A DATA +?_19@placeholders@std@@3V?$_Ph@$0BD@@2@A DATA +?_1@placeholders@std@@3V?$_Ph@$00@2@A DATA +?_20@placeholders@std@@3V?$_Ph@$0BE@@2@A DATA +?_2@placeholders@std@@3V?$_Ph@$01@2@A DATA +?_3@placeholders@std@@3V?$_Ph@$02@2@A DATA +?_4@placeholders@std@@3V?$_Ph@$03@2@A DATA +?_5@placeholders@std@@3V?$_Ph@$04@2@A DATA +?_6@placeholders@std@@3V?$_Ph@$05@2@A DATA +?_7@placeholders@std@@3V?$_Ph@$06@2@A DATA +?_8@placeholders@std@@3V?$_Ph@$07@2@A DATA +?_9@placeholders@std@@3V?$_Ph@$08@2@A DATA +?_Addcats@_Locinfo@std@@QAEAAV12@HPBD@Z ; has WINAPI (@8) +?_Addfac@_Locimp@locale@std@@AAEXPAVfacet@23@I@Z ; has WINAPI (@8) +?_Addstd@ios_base@std@@SAXPAV12@@Z +?_Advance@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IAEXXZ +?_Assign@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IAEXABV123@@Z ; has WINAPI (@4) +?_Atexit@@YAXP6AXXZ@Z ; has WINAPI (@0) +?_BADOFF@std@@3_JB DATA +?_Byte_reverse_table@details@Concurrency@@3QBEB ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_C_str@?$_Yarn@D@std@@QBEPBDXZ +?_C_str@?$_Yarn@_W@std@@QBEPB_WXZ +?_Callfns@ios_base@std@@AAEXW4event@12@@Z ; has WINAPI (@4) +?_Clocptr@_Locimp@locale@std@@0PAV123@A DATA +?_Close_dir@sys@tr2@std@@YAXPAX@Z +?_Copy_file@sys@tr2@std@@YAHPBD0_N@Z +?_Copy_file@sys@tr2@std@@YAHPB_W0_N@Z +?_Current_get@sys@tr2@std@@YAPADAAY0BAE@D@Z +?_Current_get@sys@tr2@std@@YAPA_WAAY0BAE@_W@Z +?_Current_set@sys@tr2@std@@YA_NPBD@Z +?_Current_set@sys@tr2@std@@YA_NPB_W@Z +?_Decref@facet@locale@std@@UAEPAV_Facet_base@3@XZ +?_Donarrow@?$ctype@G@std@@IBEDGD@Z ; has WINAPI (@8) +?_Donarrow@?$ctype@_W@std@@IBED_WD@Z ; has WINAPI (@8) +?_Dowiden@?$ctype@G@std@@IBEGD@Z ; has WINAPI (@4) +?_Dowiden@?$ctype@_W@std@@IBE_WD@Z ; has WINAPI (@4) +?_Empty@?$_Yarn@D@std@@QBE_NXZ +?_Empty@?$_Yarn@_W@std@@QBE_NXZ +?_Equivalent@sys@tr2@std@@YAHPBD0@Z +?_Equivalent@sys@tr2@std@@YAHPB_W0@Z +?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z +?_Ffmt@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAPADPADDH@Z +?_Ffmt@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAPADPADDH@Z +?_File_size@sys@tr2@std@@YA_KPBD@Z +?_File_size@sys@tr2@std@@YA_KPB_W@Z +?_Findarr@ios_base@std@@AAEAAU_Iosarray@12@H@Z ; has WINAPI (@4) +?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z +?_Fiopen@std@@YAPAU_iobuf@@PBGHH@Z +?_Fiopen@std@@YAPAU_iobuf@@PB_WHH@Z +?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z +?_Fput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBDIIII@Z +?_Fput@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBDIIII@Z +?_Future_error_map@std@@YAPBDH@Z +?_GetCombinableSize@details@Concurrency@@YAIXZ +?_Getcat@?$codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$codecvt@GDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$codecvt@_WDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$ctype@G@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$ctype@_W@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z +?_Getcat@facet@locale@std@@SAIPAPBV123@PBV23@@Z +?_Getcoll@_Locinfo@std@@QBE?AU_Collvec@@XZ ; has WINAPI (@4) +?_Getctype@_Locinfo@std@@QBE?AU_Ctypevec@@XZ ; has WINAPI (@4) +?_Getcvt@_Locinfo@std@@QBE?AU_Cvtvec@@XZ ; has WINAPI (@4) +?_Getdateorder@_Locinfo@std@@QBEHXZ +?_Getdays@_Locinfo@std@@QBEPBDXZ +?_Getfalse@_Locinfo@std@@QBEPBDXZ +?_Getffld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1AAVios_base@2@PAH@Z +?_Getffld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1AAVios_base@2@PAH@Z +?_Getffld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1AAVios_base@2@PAH@Z +?_Getffldx@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1AAVios_base@2@PAH@Z +?_Getffldx@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1AAVios_base@2@PAH@Z +?_Getffldx@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1AAVios_base@2@PAH@Z +?_Getfmt@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBD@Z ; has WINAPI (@36) +?_Getfmt@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBD@Z ; has WINAPI (@36) +?_Getfmt@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBD@Z ; has WINAPI (@36) +?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ +?_Getifld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1HABVlocale@2@@Z +?_Getifld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1HABVlocale@2@@Z +?_Getifld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1HABVlocale@2@@Z +?_Getint@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@0HHAAHABV?$ctype@D@2@@Z +?_Getint@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@0HHAAHABV?$ctype@G@2@@Z +?_Getint@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@0HHAAHABV?$ctype@_W@2@@Z +?_Getlconv@_Locinfo@std@@QBEPBUlconv@@XZ ; has WINAPI (@0) +?_Getmonths@_Locinfo@std@@QBEPBDXZ +?_Getname@_Locinfo@std@@QBEPBDXZ +?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ +?_Getptr@_Timevec@std@@QBEPAXXZ +?_Gettnames@_Locinfo@std@@QBE?AV_Timevec@2@XZ ; has WINAPI (@4) +?_Gettrue@_Locinfo@std@@QBEPBDXZ +?_Gnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBE_JXZ +?_Gnavail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBE_JXZ +?_Gnavail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBE_JXZ +?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ +?_Gndec@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEPAGXZ +?_Gndec@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEPA_WXZ +?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ +?_Gninc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEPAGXZ +?_Gninc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEPA_WXZ +?_Gnpreinc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ +?_Gnpreinc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEPAGXZ +?_Gnpreinc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEPA_WXZ +?_Id_cnt@id@locale@std@@0HA DATA +?_Ifmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADPBDH@Z +?_Ifmt@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAPADPADPBDH@Z +?_Ifmt@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAPADPADPBDH@Z +?_Incref@facet@locale@std@@UAEXXZ +?_Index@ios_base@std@@0HA DATA +?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z ; has WINAPI (@24) +?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXXZ +?_Init@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXPAPAG0PAH001@Z ; has WINAPI (@24) +?_Init@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXXZ +?_Init@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXPAPA_W0PAH001@Z ; has WINAPI (@24) +?_Init@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXXZ +?_Init@?$codecvt@DDH@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$codecvt@GDH@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$codecvt@_WDH@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$ctype@D@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$ctype@G@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$ctype@_W@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z ; has WINAPI (@4) +?_Init@ios_base@std@@IAEXXZ +?_Init@locale@std@@CAPAV_Locimp@12@_N@Z +?_Init_cnt@Init@ios_base@std@@0HA DATA +?_Init_cnt@_UShinit@std@@0HA DATA +?_Init_cnt@_Winit@std@@0HA DATA +?_Init_cnt_func@Init@ios_base@std@@CAAAHXZ +?_Init_ctor@Init@ios_base@std@@CAXPAV123@@Z +?_Init_dtor@Init@ios_base@std@@CAXPAV123@@Z +?_Init_locks_ctor@_Init_locks@std@@CAXPAV12@@Z +?_Init_locks_dtor@_Init_locks@std@@CAXPAV12@@Z +?_Internal_assign@_Concurrent_vector_base_v4@details@Concurrency@@IAEXABV123@IP6AXPAXI@ZP6AX1PBXI@Z4@Z ; has WINAPI (@20) +?_Internal_capacity@_Concurrent_vector_base_v4@details@Concurrency@@IBEIXZ +?_Internal_clear@_Concurrent_vector_base_v4@details@Concurrency@@IAEIP6AXPAXI@Z@Z ; has WINAPI (@4) +?_Internal_compact@_Concurrent_vector_base_v4@details@Concurrency@@IAEPAXIPAXP6AX0I@ZP6AX0PBXI@Z@Z ; has WINAPI (@16) +?_Internal_copy@_Concurrent_vector_base_v4@details@Concurrency@@IAEXABV123@IP6AXPAXPBXI@Z@Z ; has WINAPI (@12) +?_Internal_empty@_Concurrent_queue_base_v4@details@Concurrency@@IBE_NXZ +?_Internal_finish_clear@_Concurrent_queue_base_v4@details@Concurrency@@IAEXXZ +?_Internal_grow_by@_Concurrent_vector_base_v4@details@Concurrency@@IAEIIIP6AXPAXPBXI@Z1@Z ; has WINAPI (@16) +?_Internal_grow_to_at_least_with_result@_Concurrent_vector_base_v4@details@Concurrency@@IAEIIIP6AXPAXPBXI@Z1@Z ; has WINAPI (@16) +?_Internal_move_push@_Concurrent_queue_base_v4@details@Concurrency@@IAEXPAX@Z ; has WINAPI (@4) +?_Internal_pop_if_present@_Concurrent_queue_base_v4@details@Concurrency@@IAE_NPAX@Z ; has WINAPI (@4) +?_Internal_push@_Concurrent_queue_base_v4@details@Concurrency@@IAEXPBX@Z ; has WINAPI (@4) +?_Internal_push_back@_Concurrent_vector_base_v4@details@Concurrency@@IAEPAXIAAI@Z ; has WINAPI (@8) +?_Internal_reserve@_Concurrent_vector_base_v4@details@Concurrency@@IAEXIII@Z ; has WINAPI (@12) +?_Internal_resize@_Concurrent_vector_base_v4@details@Concurrency@@IAEXIIIP6AXPAXI@ZP6AX0PBXI@Z2@Z ; has WINAPI (@24) +?_Internal_size@_Concurrent_queue_base_v4@details@Concurrency@@IBEIXZ +?_Internal_swap@_Concurrent_queue_base_v4@details@Concurrency@@IAEXAAV123@@Z ; has WINAPI (@4) +?_Internal_swap@_Concurrent_vector_base_v4@details@Concurrency@@IAEXAAV123@@Z ; has WINAPI (@4) +?_Internal_throw_exception@_Concurrent_queue_base_v4@details@Concurrency@@IBEXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Internal_throw_exception@_Concurrent_vector_base_v4@details@Concurrency@@IBEXI@Z ; has WINAPI (@4) +?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z +?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?_Ipfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?_Ipfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z +?_Iput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPADI@Z +?_Iput@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPADI@Z +?_Last_write_time@sys@tr2@std@@YAXPBD_J@Z +?_Last_write_time@sys@tr2@std@@YAXPB_W_J@Z +?_Last_write_time@sys@tr2@std@@YA_JPBD@Z +?_Last_write_time@sys@tr2@std@@YA_JPB_W@Z +?_Launch@_Pad@std@@QAEXPAU_Thrd_imp_t@@@Z ; has WINAPI (@4) +?_Link@sys@tr2@std@@YAHPBD0@Z +?_Link@sys@tr2@std@@YAHPB_W0@Z +?_Locimp_Addfac@_Locimp@locale@std@@CAXPAV123@PAVfacet@23@I@Z +?_Locimp_ctor@_Locimp@locale@std@@CAXPAV123@ABV123@@Z +?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z +?_Locinfo_Addcats@_Locinfo@std@@SAAAV12@PAV12@HPBD@Z +?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@HPBD@Z +?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z +?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z +?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAEXXZ +?_Lock@?$basic_streambuf@GU?$char_traits@G@std@@@std@@UAEXXZ +?_Lock@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UAEXXZ +?_Lockit_ctor@_Lockit@std@@CAXPAV12@@Z +?_Lockit_ctor@_Lockit@std@@CAXPAV12@H@Z +?_Lockit_ctor@_Lockit@std@@SAXH@Z +?_Lockit_dtor@_Lockit@std@@CAXPAV12@@Z +?_Lockit_dtor@_Lockit@std@@SAXH@Z +?_Lstat@sys@tr2@std@@YA?AW4file_type@123@PBDAAH@Z +?_Lstat@sys@tr2@std@@YA?AW4file_type@123@PB_WAAH@Z +?_MP_Add@std@@YAXQA_K_K@Z +?_MP_Get@std@@YA_KQA_K@Z +?_MP_Mul@std@@YAXQA_K_K1@Z +?_MP_Rem@std@@YAXQA_K_K@Z +?_Make_dir@sys@tr2@std@@YAHPBD@Z +?_Make_dir@sys@tr2@std@@YAHPB_W@Z +?_Makeloc@_Locimp@locale@std@@CAPAV123@ABV_Locinfo@3@HPAV123@PBV23@@Z +?_Makeushloc@_Locimp@locale@std@@CAXABV_Locinfo@3@HPAV123@PBV23@@Z +?_Makewloc@_Locimp@locale@std@@CAXABV_Locinfo@3@HPAV123@PBV23@@Z +?_Makexloc@_Locimp@locale@std@@CAXABV_Locinfo@3@HPAV123@PBV23@@Z +?_Mtx_delete@threads@stdext@@YAXPAX@Z ; has WINAPI (@0) +?_Mtx_lock@threads@stdext@@YAXPAX@Z +?_Mtx_new@threads@stdext@@YAXAAPAX@Z +?_Mtx_unlock@threads@stdext@@YAXPAX@Z +?_New_Locimp@_Locimp@locale@std@@CAPAV123@ABV123@@Z +?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z +?_Open_dir@sys@tr2@std@@YAPAXAAY0BAE@DPBDAAHAAW4file_type@123@@Z +?_Open_dir@sys@tr2@std@@YAPAXAAY0BAE@_WPB_WAAHAAW4file_type@123@@Z +?_Orphan_all@_Container_base0@std@@QAEXXZ +?_Orphan_all@_Container_base12@std@@QAEXXZ +?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ +?_Osfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEXXZ +?_Osfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +?_Pnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBE_JXZ +?_Pnavail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBE_JXZ +?_Pnavail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBE_JXZ +?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ +?_Pninc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEPAGXZ +?_Pninc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEPA_WXZ +?_Ptr_cerr@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?_Ptr_cin@std@@3PAV?$basic_istream@DU?$char_traits@D@std@@@1@A DATA +?_Ptr_clog@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?_Ptr_cout@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?_Ptr_wcerr@std@@3PAV?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?_Ptr_wcerr@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?_Ptr_wcin@std@@3PAV?$basic_istream@GU?$char_traits@G@std@@@1@A DATA +?_Ptr_wcin@std@@3PAV?$basic_istream@_WU?$char_traits@_W@std@@@1@A DATA +?_Ptr_wclog@std@@3PAV?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?_Ptr_wclog@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?_Ptr_wcout@std@@3PAV?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?_Ptr_wcout@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?_Put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@PBDI@Z +?_Put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@PBGI@Z +?_Put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@PB_WI@Z +?_Raise_handler@std@@3P6AXABVexception@stdext@@@ZA DATA +?_Random_device@std@@YAIXZ +?_Read_dir@sys@tr2@std@@YAPADAAY0BAE@DPAXAAW4file_type@123@@Z +?_Read_dir@sys@tr2@std@@YAPA_WAAY0BAE@_WPAXAAW4file_type@123@@Z +?_Release@_Pad@std@@QAEXXZ +?_Remove_dir@sys@tr2@std@@YA_NPBD@Z +?_Remove_dir@sys@tr2@std@@YA_NPB_W@Z +?_Rename@sys@tr2@std@@YAHPBD0@Z +?_Rename@sys@tr2@std@@YAHPB_W0@Z +?_Rep@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@DI@Z +?_Rep@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@GI@Z +?_Rep@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@_WI@Z +?_Rethrow_future_exception@std@@YAXVexception_ptr@1@@Z +?_Rng_abort@std@@YAXPBD@Z ; has WINAPI (@0) +?_Segment_index_of@_Concurrent_vector_base_v4@details@Concurrency@@KAII@Z +?_Setgloballocale@locale@std@@CAXPAX@Z +?_Src@?1??_Getffldx@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Src@?1??_Getffldx@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Src@?1??_Getffldx@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Src@?1??_Getifld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1HABVlocale@3@@Z@4QBDB +?_Src@?1??_Getifld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1HABVlocale@3@@Z@4QBDB +?_Src@?1??_Getifld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1HABVlocale@3@@Z@4QBDB +?_Src@?3??_Getffld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Src@?3??_Getffld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Src@?3??_Getffld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@ABAHPADAAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1AAVios_base@3@PAH@Z@4QBDB +?_Stat@sys@tr2@std@@YA?AW4file_type@123@PBDAAH@Z +?_Stat@sys@tr2@std@@YA?AW4file_type@123@PB_WAAH@Z +?_Statvfs@sys@tr2@std@@YA?AUspace_info@123@PBD@Z +?_Statvfs@sys@tr2@std@@YA?AUspace_info@123@PB_W@Z +?_Swap_all@_Container_base0@std@@QAEXAAU12@@Z ; has WINAPI (@4) +?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z ; has WINAPI (@4) +?_Symlink@sys@tr2@std@@YAHPBD0@Z +?_Symlink@sys@tr2@std@@YAHPB_W0@Z +?_Sync@ios_base@std@@0_NA DATA +?_Syserror_map@std@@YAPBDH@Z +?_Throw_C_error@std@@YAXH@Z +?_Throw_Cpp_error@std@@YAXH@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Throw_future_error@std@@YAXABVerror_code@1@@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Throw_lock_error@threads@stdext@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Throw_resource_error@threads@stdext@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Tidy@?$_Yarn@D@std@@AAEXXZ +?_Tidy@?$_Yarn@_W@std@@AAEXXZ +?_Tidy@?$ctype@D@std@@IAEXXZ +?_Tidy@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AAEXXZ +?_Tidy@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AAEXXZ +?_Tidy@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AAEXXZ +?_Tidy@ios_base@std@@AAEXXZ +?_Unlink@sys@tr2@std@@YAHPBD@Z +?_Unlink@sys@tr2@std@@YAHPB_W@Z +?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAEXXZ +?_Unlock@?$basic_streambuf@GU?$char_traits@G@std@@@std@@UAEXXZ +?_Unlock@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UAEXXZ +?_W_Getdays@_Locinfo@std@@QBEPBGXZ +?_W_Getmonths@_Locinfo@std@@QBEPBGXZ +?_W_Gettnames@_Locinfo@std@@QBE?AV_Timevec@2@XZ ; has WINAPI (@4) +?_Winerror_map@std@@YAPBDH@Z +?_XLgamma@std@@YAMM@Z +?_XLgamma@std@@YANN@Z +?_XLgamma@std@@YAOO@Z +?_Xbad_alloc@std@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xbad_function_call@std@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xinvalid_argument@std@@YAXPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xlength_error@std@@YAXPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xout_of_range@std@@YAXPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xoverflow_error@std@@YAXPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xregex_error@std@@YAXW4error_type@regex_constants@1@@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Xruntime_error@std@@YAXPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?adopt_lock@std@@3Uadopt_lock_t@1@B DATA +?always_noconv@codecvt_base@std@@QBE_NXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?bad@ios_base@std@@QBE_NXZ +?c_str@?$_Yarn@D@std@@QBEPBDXZ +?cancel@agent@Concurrency@@QAE_NXZ +?cerr@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?cin@std@@3V?$basic_istream@DU?$char_traits@D@std@@@1@A DATA +?classic@locale@std@@SAABV12@XZ +?classic_table@?$ctype@D@std@@SAPBFXZ +?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?clear@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?clear@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?clear@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?clear@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?clear@ios_base@std@@QAEXH@Z ; has WINAPI (@4) +?clear@ios_base@std@@QAEXH_N@Z ; has WINAPI (@8) +?clear@ios_base@std@@QAEXI@Z ; has WINAPI (@4) +?clog@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEAAV12@ABV12@@Z ; has WINAPI (@4) +?copyfmt@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEAAV12@ABV12@@Z ; has WINAPI (@4) +?copyfmt@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEAAV12@ABV12@@Z ; has WINAPI (@4) +?copyfmt@ios_base@std@@QAEAAV12@ABV12@@Z ; has WINAPI (@4) +?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?date_order@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AW4dateorder@time_base@2@XZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?date_order@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AW4dateorder@time_base@2@XZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?date_order@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AW4dateorder@time_base@2@XZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?defer_lock@std@@3Udefer_lock_t@1@B DATA +?do_always_noconv@?$codecvt@DDH@std@@MBE_NXZ +?do_always_noconv@?$codecvt@GDH@std@@MBE_NXZ +?do_always_noconv@?$codecvt@_WDH@std@@MBE_NXZ +?do_always_noconv@codecvt_base@std@@MBE_NXZ +?do_date_order@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AW4dateorder@time_base@2@XZ +?do_date_order@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AW4dateorder@time_base@2@XZ +?do_date_order@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AW4dateorder@time_base@2@XZ +?do_encoding@?$codecvt@GDH@std@@MBEHXZ +?do_encoding@?$codecvt@_WDH@std@@MBEHXZ +?do_encoding@codecvt_base@std@@MBEHXZ +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?do_get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?do_get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?do_get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?do_get_date@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_date@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_date@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_monthname@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_monthname@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_monthname@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_time@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_time@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_time@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_weekday@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_weekday@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_weekday@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_year@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_year@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_get_year@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?do_in@?$codecvt@DDH@std@@MBEHAAHPBD1AAPBDPAD3AAPAD@Z ; has WINAPI (@28) +?do_in@?$codecvt@GDH@std@@MBEHAAHPBD1AAPBDPAG3AAPAG@Z ; has WINAPI (@28) +?do_in@?$codecvt@_WDH@std@@MBEHAAHPBD1AAPBDPA_W3AAPA_W@Z ; has WINAPI (@28) +?do_is@?$ctype@G@std@@MBEPBGPBG0PAF@Z ; has WINAPI (@12) +?do_is@?$ctype@G@std@@MBE_NFG@Z ; has WINAPI (@8) +?do_is@?$ctype@_W@std@@MBEPB_WPB_W0PAF@Z ; has WINAPI (@12) +?do_is@?$ctype@_W@std@@MBE_NF_W@Z ; has WINAPI (@8) +?do_length@?$codecvt@DDH@std@@MBEHAAHPBD1I@Z ; has WINAPI (@16) +?do_length@?$codecvt@GDH@std@@MBEHAAHPBD1I@Z ; has WINAPI (@16) +?do_length@?$codecvt@_WDH@std@@MBEHAAHPBD1I@Z ; has WINAPI (@16) +?do_max_length@?$codecvt@GDH@std@@MBEHXZ +?do_max_length@?$codecvt@_WDH@std@@MBEHXZ +?do_max_length@codecvt_base@std@@MBEHXZ +?do_narrow@?$ctype@D@std@@MBEDDD@Z ; has WINAPI (@8) +?do_narrow@?$ctype@D@std@@MBEPBDPBD0DPAD@Z ; has WINAPI (@16) +?do_narrow@?$ctype@G@std@@MBEDGD@Z ; has WINAPI (@8) +?do_narrow@?$ctype@G@std@@MBEPBGPBG0DPAD@Z ; has WINAPI (@16) +?do_narrow@?$ctype@_W@std@@MBED_WD@Z ; has WINAPI (@8) +?do_narrow@?$ctype@_W@std@@MBEPB_WPB_W0DPAD@Z ; has WINAPI (@16) +?do_out@?$codecvt@DDH@std@@MBEHAAHPBD1AAPBDPAD3AAPAD@Z ; has WINAPI (@28) +?do_out@?$codecvt@GDH@std@@MBEHAAHPBG1AAPBGPAD3AAPAD@Z ; has WINAPI (@28) +?do_out@?$codecvt@_WDH@std@@MBEHAAHPB_W1AAPB_WPAD3AAPAD@Z ; has WINAPI (@28) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z ; has WINAPI (@24) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DK@Z ; has WINAPI (@24) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z ; has WINAPI (@28) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z ; has WINAPI (@28) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBX@Z ; has WINAPI (@24) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_J@Z ; has WINAPI (@28) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_K@Z ; has WINAPI (@28) +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z ; has WINAPI (@24) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GJ@Z ; has WINAPI (@24) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GK@Z ; has WINAPI (@24) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GN@Z ; has WINAPI (@28) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GO@Z ; has WINAPI (@28) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBX@Z ; has WINAPI (@24) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_J@Z ; has WINAPI (@28) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_K@Z ; has WINAPI (@28) +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_N@Z ; has WINAPI (@24) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WJ@Z ; has WINAPI (@24) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WK@Z ; has WINAPI (@24) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WN@Z ; has WINAPI (@28) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WO@Z ; has WINAPI (@28) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBX@Z ; has WINAPI (@24) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_J@Z ; has WINAPI (@28) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_K@Z ; has WINAPI (@28) +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_N@Z ; has WINAPI (@24) +?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z ; has WINAPI (@32) +?do_put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBUtm@@DD@Z ; has WINAPI (@32) +?do_put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBUtm@@DD@Z ; has WINAPI (@32) +?do_scan_is@?$ctype@G@std@@MBEPBGFPBG0@Z ; has WINAPI (@12) +?do_scan_is@?$ctype@_W@std@@MBEPB_WFPB_W0@Z ; has WINAPI (@12) +?do_scan_not@?$ctype@G@std@@MBEPBGFPBG0@Z ; has WINAPI (@12) +?do_scan_not@?$ctype@_W@std@@MBEPB_WFPB_W0@Z ; has WINAPI (@12) +?do_tolower@?$ctype@D@std@@MBEDD@Z ; has WINAPI (@4) +?do_tolower@?$ctype@D@std@@MBEPBDPADPBD@Z ; has WINAPI (@8) +?do_tolower@?$ctype@G@std@@MBEGG@Z ; has WINAPI (@4) +?do_tolower@?$ctype@G@std@@MBEPBGPAGPBG@Z ; has WINAPI (@8) +?do_tolower@?$ctype@_W@std@@MBEPB_WPA_WPB_W@Z ; has WINAPI (@8) +?do_tolower@?$ctype@_W@std@@MBE_W_W@Z ; has WINAPI (@4) +?do_toupper@?$ctype@D@std@@MBEDD@Z ; has WINAPI (@4) +?do_toupper@?$ctype@D@std@@MBEPBDPADPBD@Z ; has WINAPI (@8) +?do_toupper@?$ctype@G@std@@MBEGG@Z ; has WINAPI (@4) +?do_toupper@?$ctype@G@std@@MBEPBGPAGPBG@Z ; has WINAPI (@8) +?do_toupper@?$ctype@_W@std@@MBEPB_WPA_WPB_W@Z ; has WINAPI (@8) +?do_toupper@?$ctype@_W@std@@MBE_W_W@Z ; has WINAPI (@4) +?do_unshift@?$codecvt@DDH@std@@MBEHAAHPAD1AAPAD@Z ; has WINAPI (@16) +?do_unshift@?$codecvt@GDH@std@@MBEHAAHPAD1AAPAD@Z ; has WINAPI (@16) +?do_unshift@?$codecvt@_WDH@std@@MBEHAAHPAD1AAPAD@Z ; has WINAPI (@16) +?do_widen@?$ctype@D@std@@MBEDD@Z ; has WINAPI (@4) +?do_widen@?$ctype@D@std@@MBEPBDPBD0PAD@Z ; has WINAPI (@12) +?do_widen@?$ctype@G@std@@MBEGD@Z ; has WINAPI (@4) +?do_widen@?$ctype@G@std@@MBEPBDPBD0PAG@Z ; has WINAPI (@12) +?do_widen@?$ctype@_W@std@@MBEPBDPBD0PA_W@Z ; has WINAPI (@12) +?do_widen@?$ctype@_W@std@@MBE_WD@Z ; has WINAPI (@4) +?done@agent@Concurrency@@IAE_NXZ +?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?eback@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?eback@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?egptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?egptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?empty@?$_Yarn@D@std@@QBE_NXZ +?empty@locale@std@@SA?AV12@XZ +?encoding@codecvt_base@std@@QBEHXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?eof@ios_base@std@@QBE_NXZ +?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?epptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?epptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?exceptions@ios_base@std@@QAEXH@Z ; has WINAPI (@4) +?exceptions@ios_base@std@@QAEXI@Z ; has WINAPI (@4) +?exceptions@ios_base@std@@QBEHXZ +?fail@ios_base@std@@QBE_NXZ +?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEDD@Z ; has WINAPI (@4) +?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ +?fill@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEGG@Z ; has WINAPI (@4) +?fill@?$basic_ios@GU?$char_traits@G@std@@@std@@QBEGXZ +?fill@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAE_W_W@Z ; has WINAPI (@4) +?fill@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QBE_WXZ +?flags@ios_base@std@@QAEHH@Z ; has WINAPI (@4) +?flags@ios_base@std@@QBEHXZ +?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ +?flush@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV12@XZ +?flush@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@XZ +?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?gbump@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?gbump@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?gcount@?$basic_istream@DU?$char_traits@D@std@@@std@@QBE_JXZ +?gcount@?$basic_istream@GU?$char_traits@G@std@@@std@@QBE_JXZ +?gcount@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QBE_JXZ +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@AAD@Z ; has WINAPI (@4) +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@AAV?$basic_streambuf@DU?$char_traits@D@std@@@2@@Z ; has WINAPI (@4) +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@AAV?$basic_streambuf@DU?$char_traits@D@std@@@2@D@Z ; has WINAPI (@8) +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_J@Z ; has WINAPI (@12) +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_JD@Z ; has WINAPI (@16) +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEHXZ +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@AAG@Z ; has WINAPI (@4) +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@AAV?$basic_streambuf@GU?$char_traits@G@std@@@2@@Z ; has WINAPI (@4) +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@AAV?$basic_streambuf@GU?$char_traits@G@std@@@2@G@Z ; has WINAPI (@8) +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@PAG_J@Z ; has WINAPI (@12) +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@PAG_JG@Z ; has WINAPI (@16) +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEGXZ +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@AAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@@Z ; has WINAPI (@4) +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@AAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@_W@Z ; has WINAPI (@8) +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@AA_W@Z ; has WINAPI (@4) +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PA_W_J@Z ; has WINAPI (@12) +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PA_W_J_W@Z ; has WINAPI (@16) +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAG@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAI@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAK@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAM@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAN@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAO@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z ; has WINAPI (@32) +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z ; has WINAPI (@32) +?get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBD4@Z ; has WINAPI (@40) +?get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBG4@Z ; has WINAPI (@40) +?get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@DD@Z ; has WINAPI (@40) +?get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PB_W4@Z ; has WINAPI (@40) +?get_date@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_date@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_date@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_monthname@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_monthname@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_monthname@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_new_handler@std@@YAP6AXXZXZ +?get_time@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_time@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_time@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_weekday@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_weekday@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_weekday@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_year@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_year@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?get_year@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@@Z ; has WINAPI (@32) +?getline@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_J@Z ; has WINAPI (@12) +?getline@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_JD@Z ; has WINAPI (@16) +?getline@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@PAG_J@Z ; has WINAPI (@12) +?getline@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@PAG_JG@Z ; has WINAPI (@16) +?getline@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PA_W_J@Z ; has WINAPI (@12) +?getline@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PA_W_J_W@Z ; has WINAPI (@16) +?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QBE?AVlocale@2@XZ ; has WINAPI (@4) +?getloc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QBE?AVlocale@2@XZ ; has WINAPI (@4) +?getloc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QBE?AVlocale@2@XZ ; has WINAPI (@4) +?getloc@ios_base@std@@QBE?AVlocale@2@XZ ; has WINAPI (@4) +?global@locale@std@@SA?AV12@ABV12@@Z +?good@ios_base@std@@QBE_NXZ +?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?gptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?gptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?id@?$codecvt@DDH@std@@2V0locale@2@A DATA +?id@?$codecvt@GDH@std@@2V0locale@2@A DATA +?id@?$codecvt@_WDH@std@@2V0locale@2@A DATA +?id@?$collate@D@std@@2V0locale@2@A DATA +?id@?$collate@G@std@@2V0locale@2@A DATA +?id@?$collate@_W@std@@2V0locale@2@A DATA +?id@?$ctype@D@std@@2V0locale@2@A DATA +?id@?$ctype@G@std@@2V0locale@2@A DATA +?id@?$ctype@_W@std@@2V0locale@2@A DATA +?id@?$messages@D@std@@2V0locale@2@A DATA +?id@?$messages@G@std@@2V0locale@2@A DATA +?id@?$messages@_W@std@@2V0locale@2@A DATA +?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$moneypunct@D$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@D$0A@@std@@2V0locale@2@A DATA +?id@?$moneypunct@G$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@G$0A@@std@@2V0locale@2@A DATA +?id@?$moneypunct@_W$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A DATA +?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$numpunct@D@std@@2V0locale@2@A DATA +?id@?$numpunct@G@std@@2V0locale@2@A DATA +?id@?$numpunct@_W@std@@2V0locale@2@A DATA +?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?ignore@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?ignore@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@_JG@Z ; has WINAPI (@12) +?ignore@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@_JG@Z ; has WINAPI (@12) +?imbue@?$basic_ios@DU?$char_traits@D@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?imbue@?$basic_ios@GU?$char_traits@G@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?imbue@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEXABVlocale@2@@Z ; has WINAPI (@4) +?imbue@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEXABVlocale@2@@Z ; has WINAPI (@4) +?imbue@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEXABVlocale@2@@Z ; has WINAPI (@4) +?imbue@ios_base@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?in@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?in@?$codecvt@GDH@std@@QBEHAAHPBD1AAPBDPAG3AAPAG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?in@?$codecvt@_WDH@std@@QBEHAAHPBD1AAPBDPA_W3AAPA_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?in_avail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JXZ +?in_avail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE_JXZ +?in_avail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE_JXZ +?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z ; has WINAPI (@8) +?init@?$basic_ios@GU?$char_traits@G@std@@@std@@IAEXPAV?$basic_streambuf@GU?$char_traits@G@std@@@2@_N@Z ; has WINAPI (@8) +?init@?$basic_ios@_WU?$char_traits@_W@std@@@std@@IAEXPAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@_N@Z ; has WINAPI (@8) +?intl@?$moneypunct@D$00@std@@2_NB +?intl@?$moneypunct@D$0A@@std@@2_NB +?intl@?$moneypunct@G$00@std@@2_NB +?intl@?$moneypunct@G$0A@@std@@2_NB +?intl@?$moneypunct@_W$00@std@@2_NB +?intl@?$moneypunct@_W$0A@@std@@2_NB +?ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?ipfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?ipfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE_N_N@Z ; has WINAPI (@4) +?is@?$ctype@D@std@@QBEPBDPBD0PAF@Z ; has WINAPI (@12) +?is@?$ctype@D@std@@QBE_NFD@Z ; has WINAPI (@8) +?is@?$ctype@G@std@@QBEPBGPBG0PAF@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?is@?$ctype@G@std@@QBE_NFG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?is@?$ctype@_W@std@@QBEPB_WPB_W0PAF@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?is@?$ctype@_W@std@@QBE_NF_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?is_current_task_group_canceling@Concurrency@@YA_NXZ ; has WINAPI (@0) +?isfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXXZ +?isfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEXXZ +?isfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +?iword@ios_base@std@@QAEAAJH@Z ; has WINAPI (@4) +?length@?$codecvt@DDH@std@@QBEHAAHPBD1I@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?length@?$codecvt@GDH@std@@QBEHAAHPBD1I@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?length@?$codecvt@_WDH@std@@QBEHAAHPBD1I@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?max_length@codecvt_base@std@@QBEHXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?move@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEX$$QAV12@@Z ; has WINAPI (@4) +?move@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?move@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEX$$QAV12@@Z ; has WINAPI (@4) +?move@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?move@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEX$$QAV12@@Z ; has WINAPI (@4) +?move@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?narrow@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDDD@Z ; has WINAPI (@8) +?narrow@?$basic_ios@GU?$char_traits@G@std@@@std@@QBEDGD@Z ; has WINAPI (@8) +?narrow@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QBED_WD@Z ; has WINAPI (@8) +?narrow@?$ctype@D@std@@QBEDDD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?narrow@?$ctype@D@std@@QBEPBDPBD0DPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?narrow@?$ctype@G@std@@QBEDGD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?narrow@?$ctype@G@std@@QBEPBGPBG0DPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?narrow@?$ctype@_W@std@@QBED_WD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?narrow@?$ctype@_W@std@@QBEPB_WPB_W0DPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?opfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE_NXZ +?opfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAE_NXZ +?opfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAE_NXZ +?osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ +?osfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEXXZ +?osfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEXXZ +?out@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?out@?$codecvt@GDH@std@@QBEHAAHPBG1AAPBGPAD3AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?out@?$codecvt@_WDH@std@@QBEHAAHPB_W1AAPB_WPAD3AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?overflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEHH@Z ; has WINAPI (@4) +?overflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEGG@Z ; has WINAPI (@4) +?overflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEGG@Z ; has WINAPI (@4) +?pbackfail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEHH@Z ; has WINAPI (@4) +?pbackfail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEGG@Z ; has WINAPI (@4) +?pbackfail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEGG@Z ; has WINAPI (@4) +?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?pbase@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?pbase@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?pbump@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?pbump@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXH@Z ; has WINAPI (@4) +?peek@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEHXZ +?peek@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEGXZ +?peek@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ +?pptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IBEPAGXZ +?pptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IBEPA_WXZ +?precision@ios_base@std@@QAE_J_J@Z ; has WINAPI (@8) +?precision@ios_base@std@@QBE_JXZ +?pubimbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?pubimbue@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?pubimbue@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE?AVlocale@2@ABV32@@Z ; has WINAPI (@8) +?pubseekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?pubseekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@_JII@Z ; has WINAPI (@20) +?pubseekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?pubseekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@_JII@Z ; has WINAPI (@20) +?pubseekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?pubseekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@_JII@Z ; has WINAPI (@20) +?pubseekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?pubseekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@V32@I@Z ; has WINAPI (@32) +?pubseekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?pubseekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@V32@I@Z ; has WINAPI (@32) +?pubseekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?pubseekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@V32@I@Z ; has WINAPI (@32) +?pubsetbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEPAV12@PAD_J@Z ; has WINAPI (@12) +?pubsetbuf@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEPAV12@PAG_J@Z ; has WINAPI (@12) +?pubsetbuf@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEPAV12@PA_W_J@Z ; has WINAPI (@12) +?pubsync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?pubsync@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEHXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?pubsync@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEHXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z ; has WINAPI (@4) +?put@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV12@G@Z ; has WINAPI (@4) +?put@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@_W@Z ; has WINAPI (@4) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z ; has WINAPI (@24) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DK@Z ; has WINAPI (@24) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z ; has WINAPI (@28) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z ; has WINAPI (@28) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBX@Z ; has WINAPI (@24) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_J@Z ; has WINAPI (@28) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_K@Z ; has WINAPI (@28) +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z ; has WINAPI (@24) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GJ@Z ; has WINAPI (@24) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GK@Z ; has WINAPI (@24) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GN@Z ; has WINAPI (@28) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GO@Z ; has WINAPI (@28) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBX@Z ; has WINAPI (@24) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_J@Z ; has WINAPI (@28) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_K@Z ; has WINAPI (@28) +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@G_N@Z ; has WINAPI (@24) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WJ@Z ; has WINAPI (@24) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WK@Z ; has WINAPI (@24) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WN@Z ; has WINAPI (@28) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WO@Z ; has WINAPI (@28) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBX@Z ; has WINAPI (@24) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_J@Z ; has WINAPI (@28) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_K@Z ; has WINAPI (@28) +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_W_N@Z ; has WINAPI (@24) +?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z ; has WINAPI (@32) +?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z ; has WINAPI (@32) +?put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBUtm@@DD@Z ; has WINAPI (@32) +?put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPBUtm@@PBG3@Z ; has WINAPI (@32) +?put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBUtm@@DD@Z ; has WINAPI (@32) +?put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AAVios_base@2@_WPBUtm@@PB_W4@Z ; has WINAPI (@32) +?putback@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z ; has WINAPI (@4) +?putback@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@G@Z ; has WINAPI (@4) +?putback@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@_W@Z ; has WINAPI (@4) +?pword@ios_base@std@@QAEAAPAXH@Z ; has WINAPI (@4) +?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@PAV32@@Z ; has WINAPI (@4) +?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ +?rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEPAV?$basic_streambuf@GU?$char_traits@G@std@@@2@PAV32@@Z ; has WINAPI (@4) +?rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QBEPAV?$basic_streambuf@GU?$char_traits@G@std@@@2@XZ +?rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEPAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@PAV32@@Z ; has WINAPI (@4) +?rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QBEPAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@XZ +?rdstate@ios_base@std@@QBEHXZ +?read@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PAD_J@Z ; has WINAPI (@12) +?read@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@PAG_J@Z ; has WINAPI (@12) +?read@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PA_W_J@Z ; has WINAPI (@12) +?readsome@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE_JPAD_J@Z ; has WINAPI (@12) +?readsome@?$basic_istream@GU?$char_traits@G@std@@@std@@QAE_JPAG_J@Z ; has WINAPI (@12) +?readsome@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE_JPA_W_J@Z ; has WINAPI (@12) +?register_callback@ios_base@std@@QAEXP6AXW4event@12@AAV12@H@ZH@Z ; has WINAPI (@8) +?resetiosflags@std@@YA?AU?$_Smanip@H@1@H@Z +?sbumpc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ +?sbumpc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGXZ +?sbumpc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?scan_is@?$ctype@D@std@@QBEPBDFPBD0@Z ; has WINAPI (@12) +?scan_is@?$ctype@G@std@@QBEPBGFPBG0@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?scan_is@?$ctype@_W@std@@QBEPB_WFPB_W0@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?scan_not@?$ctype@D@std@@QBEPBDFPBD0@Z ; has WINAPI (@12) +?scan_not@?$ctype@G@std@@QBEPBGFPBG0@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?scan_not@?$ctype@_W@std@@QBEPB_WFPB_W0@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekg@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekg@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?seekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?seekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAE?AV?$fpos@H@2@_JHH@Z ; has WINAPI (@20) +?seekp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@V?$fpos@H@2@@Z ; has WINAPI (@24) +?seekp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@_JH@Z ; has WINAPI (@12) +?seekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?seekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?seekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAE?AV?$fpos@H@2@V32@H@Z ; has WINAPI (@32) +?set_new_handler@std@@YAP6AXXZP6AXXZ@Z +?set_rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@@Z ; has WINAPI (@4) +?set_rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXPAV?$basic_streambuf@GU?$char_traits@G@std@@@2@@Z ; has WINAPI (@4) +?set_rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXPAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@@Z ; has WINAPI (@4) +?setbase@std@@YA?AU?$_Smanip@H@1@H@Z +?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEPAV12@PAD_J@Z ; has WINAPI (@12) +?setbuf@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEPAV12@PAG_J@Z ; has WINAPI (@12) +?setbuf@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEPAV12@PA_W_J@Z ; has WINAPI (@12) +?setf@ios_base@std@@QAEHH@Z ; has WINAPI (@4) +?setf@ios_base@std@@QAEHHH@Z ; has WINAPI (@8) +?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z ; has WINAPI (@12) +?setg@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXPAG00@Z ; has WINAPI (@12) +?setg@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXPA_W00@Z ; has WINAPI (@12) +?setiosflags@std@@YA?AU?$_Smanip@H@1@H@Z +?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z ; has WINAPI (@12) +?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD0@Z ; has WINAPI (@8) +?setp@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXPAG00@Z ; has WINAPI (@12) +?setp@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXPAG0@Z ; has WINAPI (@8) +?setp@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXPA_W00@Z ; has WINAPI (@12) +?setp@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXPA_W0@Z ; has WINAPI (@8) +?setprecision@std@@YA?AU?$_Smanip@_J@1@_J@Z +?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?setstate@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?setstate@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?setstate@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXH_N@Z ; has WINAPI (@8) +?setstate@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXI@Z ; has WINAPI (@4) +?setstate@ios_base@std@@QAEXH@Z ; has WINAPI (@4) +?setstate@ios_base@std@@QAEXH_N@Z ; has WINAPI (@8) +?setstate@ios_base@std@@QAEXI@Z ; has WINAPI (@4) +?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z +?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ +?sgetc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGXZ +?sgetc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?sgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPAD_J@Z ; has WINAPI (@12) +?sgetn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE_JPAG_J@Z ; has WINAPI (@12) +?sgetn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE_JPA_W_J@Z ; has WINAPI (@12) +?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAE_JXZ +?showmanyc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAE_JXZ +?showmanyc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAE_JXZ +?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ +?snextc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGXZ +?snextc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?sputbackc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z ; has WINAPI (@4) +?sputbackc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGG@Z ; has WINAPI (@4) +?sputbackc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEG_W@Z ; has WINAPI (@4) +?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z ; has WINAPI (@4) +?sputc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGG@Z ; has WINAPI (@4) +?sputc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEG_W@Z ; has WINAPI (@4) +?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z ; has WINAPI (@12) +?sputn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE_JPBG_J@Z ; has WINAPI (@12) +?sputn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAE_JPB_W_J@Z ; has WINAPI (@12) +?start@agent@Concurrency@@QAE_NXZ +?status@agent@Concurrency@@QAE?AW4agent_status@2@XZ +?status_port@agent@Concurrency@@QAEPAV?$ISource@W4agent_status@Concurrency@@@2@XZ +?stossc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ +?stossc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEXXZ +?stossc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEXXZ +?sungetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ +?sungetc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAEGXZ +?sungetc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QAEGXZ +?swap@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_iostream@DU?$char_traits@D@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_iostream@GU?$char_traits@G@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_istream@GU?$char_traits@G@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_istream@_WU?$char_traits@_W@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_ostream@DU?$char_traits@D@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_ostream@GU?$char_traits@G@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXAAV12@@Z ; has WINAPI (@4) +?swap@ios_base@std@@QAEXAAV12@@Z ; has WINAPI (@4) +?sync@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEHXZ +?sync@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEHXZ +?sync@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEHXZ +?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEHXZ +?sync@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEHXZ +?sync@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEHXZ +?sync_with_stdio@ios_base@std@@SA_N_N@Z +?table@?$ctype@D@std@@QBEPBFXZ +?table_size@?$ctype@D@std@@2IB ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tellg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tellg@?$basic_istream@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tellg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tellp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tellp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tellp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAE?AV?$fpos@H@2@XZ ; has WINAPI (@4) +?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@PAV32@@Z ; has WINAPI (@4) +?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ +?tie@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEPAV?$basic_ostream@GU?$char_traits@G@std@@@2@PAV32@@Z ; has WINAPI (@4) +?tie@?$basic_ios@GU?$char_traits@G@std@@@std@@QBEPAV?$basic_ostream@GU?$char_traits@G@std@@@2@XZ +?tie@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEPAV?$basic_ostream@_WU?$char_traits@_W@std@@@2@PAV32@@Z ; has WINAPI (@4) +?tie@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QBEPAV?$basic_ostream@_WU?$char_traits@_W@std@@@2@XZ +?tolower@?$ctype@D@std@@QBEDD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tolower@?$ctype@D@std@@QBEPBDPADPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tolower@?$ctype@G@std@@QBEGG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tolower@?$ctype@G@std@@QBEPBGPAGPBG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tolower@?$ctype@_W@std@@QBEPB_WPA_WPB_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?tolower@?$ctype@_W@std@@QBE_W_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@D@std@@QBEDD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@D@std@@QBEPBDPADPBD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@G@std@@QBEGG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@G@std@@QBEPBGPAGPBG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@_W@std@@QBEPB_WPA_WPB_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?toupper@?$ctype@_W@std@@QBE_W_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?try_to_lock@std@@3Utry_to_lock_t@1@B DATA +?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEHXZ +?uflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEGXZ +?uflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEGXZ +?uncaught_exception@std@@YA_NXZ ; has WINAPI (@0) +?underflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAEHXZ +?underflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAEGXZ +?underflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAEGXZ +?unget@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ +?unget@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEAAV12@XZ +?unget@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@XZ +?unsetf@ios_base@std@@QAEXH@Z ; has WINAPI (@4) +?unshift@?$codecvt@DDH@std@@QBEHAAHPAD1AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?unshift@?$codecvt@GDH@std@@QBEHAAHPAD1AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?unshift@?$codecvt@_WDH@std@@QBEHAAHPAD1AAPAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?wait@agent@Concurrency@@SA?AW4agent_status@2@PAV12@I@Z +?wait_for_all@agent@Concurrency@@SAXIPAPAV12@PAW4agent_status@2@I@Z +?wait_for_one@agent@Concurrency@@SAXIPAPAV12@AAW4agent_status@2@AAII@Z +?wcerr@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wcerr@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?wcin@std@@3V?$basic_istream@GU?$char_traits@G@std@@@1@A DATA +?wcin@std@@3V?$basic_istream@_WU?$char_traits@_W@std@@@1@A DATA +?wclog@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wclog@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?wcout@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wcout@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?widen@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDD@Z ; has WINAPI (@4) +?widen@?$basic_ios@GU?$char_traits@G@std@@@std@@QBEGD@Z ; has WINAPI (@4) +?widen@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QBE_WD@Z ; has WINAPI (@4) +?widen@?$ctype@D@std@@QBEDD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?widen@?$ctype@D@std@@QBEPBDPBD0PAD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?widen@?$ctype@G@std@@QBEGD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?widen@?$ctype@G@std@@QBEPBDPBD0PAG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?widen@?$ctype@_W@std@@QBEPBDPBD0PA_W@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?widen@?$ctype@_W@std@@QBE_WD@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?width@ios_base@std@@QAE_J_J@Z ; has WINAPI (@8) +?width@ios_base@std@@QBE_JXZ +?write@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@PBD_J@Z ; has WINAPI (@12) +?write@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEAAV12@PBG_J@Z ; has WINAPI (@12) +?write@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEAAV12@PB_W_J@Z ; has WINAPI (@12) +?ws@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@1@AAV21@@Z +?ws@std@@YAAAV?$basic_istream@GU?$char_traits@G@std@@@1@AAV21@@Z +?ws@std@@YAAAV?$basic_istream@_WU?$char_traits@_W@std@@@1@AAV21@@Z +?xalloc@ios_base@std@@SAHXZ +?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAE_JPAD_J@Z ; has WINAPI (@12) +?xsgetn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAE_JPAG_J@Z ; has WINAPI (@12) +?xsgetn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAE_JPA_W_J@Z ; has WINAPI (@12) +?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MAE_JPBD_J@Z ; has WINAPI (@12) +?xsputn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MAE_JPBG_J@Z ; has WINAPI (@12) +?xsputn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MAE_JPB_W_J@Z ; has WINAPI (@12) +_Call_once +_Call_onceEx +_Cnd_broadcast +_Cnd_destroy +_Cnd_do_broadcast_at_thread_exit +_Cnd_init +_Cnd_register_at_thread_exit +_Cnd_signal +_Cnd_timedwait +_Cnd_unregister_at_thread_exit +_Cnd_wait +_Cosh +_Denorm DATA +_Dint +_Dnorm +_Do_call ; Check!!! Couldn't determine function argument count. Function doesn't return. +_Dscale +_Dtento +_Dtest +_Dunscale +_Eps DATA +_Exp +_FCosh +_FDenorm DATA +_FDint +_FDnorm +_FDscale +_FDtento +_FDtest +_FDunscale +_FEps DATA +_FExp +_FInf DATA +_FNan DATA +_FPlsw +_FPmsw +_FRteps DATA +_FSinh +_FSnan DATA +_FXbig DATA +_FXp_addh +_FXp_addx +_FXp_getw +_FXp_invx +_FXp_ldexpx +_FXp_movx +_FXp_mulh +_FXp_mulx +_FXp_setn +_FXp_setw +_FXp_sqrtx +_FXp_subx +_FZero DATA +_Getcoll +_Getctype +_Getcvt +_Getdateorder +_Getwctype +_Getwctypes +_Hugeval DATA +_Inf DATA +_LCosh +_LDenorm DATA +_LDint +_LDscale +_LDtento +_LDtest +_LDunscale +_LEps DATA +_LExp +_LInf DATA +_LNan DATA +_LPlsw +_LPmsw +_LPoly +_LRteps DATA +_LSinh +_LSnan DATA +_LXbig DATA +_LXp_addh +_LXp_addx +_LXp_getw +_LXp_invx +_LXp_ldexpx +_LXp_movx +_LXp_mulh +_LXp_mulx +_LXp_setn +_LXp_setw +_LXp_sqrtx +_LXp_subx +_LZero DATA +_Lock_shared_ptr_spin_lock +_Mbrtowc +_Mtx_clear_owner +_Mtx_current_owns +_Mtx_destroy +_Mtx_getconcrtcs +_Mtx_init +_Mtx_lock +_Mtx_reset_owner +_Mtx_timedlock +_Mtx_trylock +_Mtx_unlock +_Mtxdst +_Mtxinit +_Mtxlock +_Mtxunlock +_Nan DATA +_Once +_Plsw +_Pmsw +_Poly +_Rteps DATA +_Sinh +_Snan DATA +_Stod +_Stodx +_Stof +_Stoflt +_Stofx +_Stold +_Stoldx +_Stoll +_Stollx +_Stolx +_Stopfx +_Stoul +_Stoull +_Stoullx +_Stoulx +_Stoxflt +_Strcoll +_Strxfrm +_Thrd_abort@0 +_Thrd_create +_Thrd_current +_Thrd_detach +_Thrd_equal +_Thrd_exit +_Thrd_join +_Thrd_lt +_Thrd_sleep +_Thrd_start +_Thrd_yield +_Tolower +_Toupper +_Towlower +_Towupper +_Tss_create +_Tss_delete +_Tss_get +_Tss_set +_Unlock_shared_ptr_spin_lock +_Wcrtomb +_Wcscoll +_Wcsxfrm +_Xbig DATA +_Xp_addh +_Xp_addx +_Xp_getw +_Xp_invx +_Xp_ldexpx +_Xp_movx +_Xp_mulh +_Xp_mulx +_Xp_setn +_Xp_setw +_Xp_sqrtx +_Xp_subx +_Xtime_diff_to_millis +_Xtime_diff_to_millis2 +_Xtime_get_ticks +_Zero DATA +__Wcrtomb_lk +xtime_get diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcr120_app.def.in mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcr120_app.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcr120_app.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcr120_app.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1663 @@ +; +; Definition file of msvcr120_app.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "msvcr120_app.dll" +EXPORTS + +#include "msvcrt-common.def.in" + +??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z ; has WINAPI (@4) +??0?$_SpinWait@$0A@@details@Concurrency@@QAE@P6AXXZ@Z ; has WINAPI (@4) +??0SchedulerPolicy@Concurrency@@QAA@IZZ +??0SchedulerPolicy@Concurrency@@QAE@ABV01@@Z ; has WINAPI (@4) +??0SchedulerPolicy@Concurrency@@QAE@XZ +??0_Cancellation_beacon@details@Concurrency@@QAE@XZ +??0_Condition_variable@details@Concurrency@@QAE@XZ +??0_Context@details@Concurrency@@QAE@PAVContext@2@@Z ; has WINAPI (@4) +??0_Interruption_exception@details@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0_Interruption_exception@details@Concurrency@@QAE@XZ +??0_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ +??0_NonReentrantPPLLock@details@Concurrency@@QAE@XZ +??0_ReaderWriterLock@details@Concurrency@@QAE@XZ +??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ +??0_ReentrantLock@details@Concurrency@@QAE@XZ +??0_ReentrantPPLLock@details@Concurrency@@QAE@XZ +??0_Scheduler@details@Concurrency@@QAE@PAVScheduler@2@@Z ; has WINAPI (@4) +??0_Scoped_lock@_NonReentrantPPLLock@details@Concurrency@@QAE@AAV123@@Z ; has WINAPI (@4) +??0_Scoped_lock@_ReentrantPPLLock@details@Concurrency@@QAE@AAV123@@Z ; has WINAPI (@4) +??0_SpinLock@details@Concurrency@@QAE@ACJ@Z ; has WINAPI (@4) +??0_StructuredTaskCollection@details@Concurrency@@QAE@PAV_CancellationTokenState@12@@Z ; has WINAPI (@4) +??0_TaskCollection@details@Concurrency@@QAE@PAV_CancellationTokenState@12@@Z ; has WINAPI (@4) +??0_TaskCollection@details@Concurrency@@QAE@XZ +??0_Timer@details@Concurrency@@IAE@I_N@Z ; has WINAPI (@8) +??0__non_rtti_object@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0__non_rtti_object@std@@QAE@PBD@Z ; has WINAPI (@4) +??0bad_cast@std@@AAE@PBQBD@Z ; has WINAPI (@4) +??0bad_cast@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0bad_cast@std@@QAE@PBD@Z ; has WINAPI (@4) +??0bad_target@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0bad_target@Concurrency@@QAE@XZ +??0bad_typeid@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0bad_typeid@std@@QAE@PBD@Z ; has WINAPI (@4) +??0context_self_unblock@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0context_self_unblock@Concurrency@@QAE@XZ +??0context_unblock_unbalanced@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0context_unblock_unbalanced@Concurrency@@QAE@XZ +??0critical_section@Concurrency@@QAE@XZ +??0default_scheduler_exists@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0default_scheduler_exists@Concurrency@@QAE@XZ +??0event@Concurrency@@QAE@XZ +??0exception@std@@QAE@ABQBD@Z ; has WINAPI (@4) +??0exception@std@@QAE@ABQBDH@Z ; has WINAPI (@8) +??0exception@std@@QAE@ABV01@@Z ; has WINAPI (@4) +??0exception@std@@QAE@XZ +??0improper_lock@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0improper_lock@Concurrency@@QAE@XZ +??0improper_scheduler_attach@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0improper_scheduler_attach@Concurrency@@QAE@XZ +??0improper_scheduler_detach@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0improper_scheduler_detach@Concurrency@@QAE@XZ +??0improper_scheduler_reference@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0improper_scheduler_reference@Concurrency@@QAE@XZ +??0invalid_link_target@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_link_target@Concurrency@@QAE@XZ +??0invalid_multiple_scheduling@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_multiple_scheduling@Concurrency@@QAE@XZ +??0invalid_operation@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_operation@Concurrency@@QAE@XZ +??0invalid_oversubscribe_operation@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_oversubscribe_operation@Concurrency@@QAE@XZ +??0invalid_scheduler_policy_key@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_scheduler_policy_key@Concurrency@@QAE@XZ +??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@XZ +??0invalid_scheduler_policy_value@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0invalid_scheduler_policy_value@Concurrency@@QAE@XZ +??0message_not_found@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0message_not_found@Concurrency@@QAE@XZ +??0missing_wait@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0missing_wait@Concurrency@@QAE@XZ +??0nested_scheduler_missing_detach@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0nested_scheduler_missing_detach@Concurrency@@QAE@XZ +??0operation_timed_out@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0operation_timed_out@Concurrency@@QAE@XZ +??0reader_writer_lock@Concurrency@@QAE@XZ +??0scheduler_not_attached@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0scheduler_not_attached@Concurrency@@QAE@XZ +??0scheduler_resource_allocation_error@Concurrency@@QAE@J@Z ; has WINAPI (@4) +??0scheduler_resource_allocation_error@Concurrency@@QAE@PBDJ@Z ; has WINAPI (@8) +??0scheduler_worker_creation_error@Concurrency@@QAE@J@Z ; has WINAPI (@4) +??0scheduler_worker_creation_error@Concurrency@@QAE@PBDJ@Z ; has WINAPI (@8) +??0scoped_lock@critical_section@Concurrency@@QAE@AAV12@@Z ; has WINAPI (@4) +??0scoped_lock@reader_writer_lock@Concurrency@@QAE@AAV12@@Z ; has WINAPI (@4) +??0scoped_lock_read@reader_writer_lock@Concurrency@@QAE@AAV12@@Z ; has WINAPI (@4) +??0task_canceled@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0task_canceled@Concurrency@@QAE@XZ +??0unsupported_os@Concurrency@@QAE@PBD@Z ; has WINAPI (@4) +??0unsupported_os@Concurrency@@QAE@XZ +??1SchedulerPolicy@Concurrency@@QAE@XZ +??1_Cancellation_beacon@details@Concurrency@@QAE@XZ +??1_Condition_variable@details@Concurrency@@QAE@XZ +??1_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ +??1_ReentrantBlockingLock@details@Concurrency@@QAE@XZ +??1_Scoped_lock@_NonReentrantPPLLock@details@Concurrency@@QAE@XZ +??1_Scoped_lock@_ReentrantPPLLock@details@Concurrency@@QAE@XZ +??1_SpinLock@details@Concurrency@@QAE@XZ +??1_StructuredTaskCollection@details@Concurrency@@QAE@XZ +??1_TaskCollection@details@Concurrency@@QAE@XZ +??1_Timer@details@Concurrency@@MAE@XZ +??1__non_rtti_object@std@@UAE@XZ +??1bad_cast@std@@UAE@XZ +??1bad_typeid@std@@UAE@XZ +??1critical_section@Concurrency@@QAE@XZ +??1event@Concurrency@@QAE@XZ +??1exception@std@@UAE@XZ +??1reader_writer_lock@Concurrency@@QAE@XZ +??1scoped_lock@critical_section@Concurrency@@QAE@XZ +??1scoped_lock@reader_writer_lock@Concurrency@@QAE@XZ +??1scoped_lock_read@reader_writer_lock@Concurrency@@QAE@XZ +??1type_info@@UAE@XZ +??2@YAPAXI@Z +??2@YAPAXIHPBDH@Z +??3@YAXPAX@Z +??3@YAXPAXHPBDH@Z +??4?$_SpinWait@$00@details@Concurrency@@QAEAAV012@ABV012@@Z ; has WINAPI (@4) +??4?$_SpinWait@$0A@@details@Concurrency@@QAEAAV012@ABV012@@Z ; has WINAPI (@4) +??4SchedulerPolicy@Concurrency@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4__non_rtti_object@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4bad_cast@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4bad_typeid@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??4exception@std@@QAEAAV01@ABV01@@Z ; has WINAPI (@4) +??8type_info@@QBE_NABV0@@Z ; has WINAPI (@4) +??9type_info@@QBE_NABV0@@Z ; has WINAPI (@4) +??_7__non_rtti_object@std@@6B@ DATA +??_7bad_cast@std@@6B@ DATA +??_7bad_typeid@std@@6B@ DATA +??_7exception@std@@6B@ DATA +??_F?$_SpinWait@$00@details@Concurrency@@QAEXXZ +??_F?$_SpinWait@$0A@@details@Concurrency@@QAEXXZ +??_F_Context@details@Concurrency@@QAEXXZ +??_F_Scheduler@details@Concurrency@@QAEXXZ +??_Fbad_cast@std@@QAEXXZ +??_Fbad_typeid@std@@QAEXXZ +??_U@YAPAXI@Z +??_U@YAPAXIHPBDH@Z +??_V@YAXPAX@Z +??_V@YAXPAXHPBDH@Z +?Alloc@Concurrency@@YAPAXI@Z +?Block@Context@Concurrency@@SAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?CaptureCallstack@platform@details@Concurrency@@YAIPAPAXII@Z +?Create@CurrentScheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?Create@Scheduler@Concurrency@@SAPAV12@ABVSchedulerPolicy@2@@Z +?CreateResourceManager@Concurrency@@YAPAUIResourceManager@1@XZ +?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@AAVlocation@2@@Z +?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@XZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?CurrentContext@Context@Concurrency@@SAPAV12@XZ +?Detach@CurrentScheduler@Concurrency@@SAXXZ +?DisableTracing@Concurrency@@YAJXZ +?EnableTracing@Concurrency@@YAJXZ +?Free@Concurrency@@YAXPAX@Z +?Get@CurrentScheduler@Concurrency@@SAPAVScheduler@2@XZ +?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ ; Check!!! forwards to GetCurrentThreadId in api-ms-win-core-processthreads-l1-1-1.dll (ordinal 16) +?GetExecutionContextId@Concurrency@@YAIXZ +?GetNumberOfVirtualProcessors@CurrentScheduler@Concurrency@@SAIXZ +?GetOSVersion@Concurrency@@YA?AW4OSVersion@IResourceManager@1@XZ +?GetPolicy@CurrentScheduler@Concurrency@@SA?AVSchedulerPolicy@2@XZ +?GetPolicyValue@SchedulerPolicy@Concurrency@@QBEIW4PolicyElementKey@2@@Z ; has WINAPI (@4) +?GetProcessorCount@Concurrency@@YAIXZ +?GetProcessorNodeCount@Concurrency@@YAIXZ +?GetSchedulerId@Concurrency@@YAIXZ +?GetSharedTimerQueue@details@Concurrency@@YAPAXXZ +?Id@Context@Concurrency@@SAIXZ +?Id@CurrentScheduler@Concurrency@@SAIXZ +?IsAvailableLocation@CurrentScheduler@Concurrency@@SA_NABVlocation@2@@Z +?IsCurrentTaskCollectionCanceling@Context@Concurrency@@SA_NXZ +?Log2@details@Concurrency@@YAKI@Z +?Oversubscribe@Context@Concurrency@@SAX_N@Z +?RegisterShutdownEvent@CurrentScheduler@Concurrency@@SAXPAX@Z +?ResetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXXZ +?ScheduleGroupId@Context@Concurrency@@SAIXZ +?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0@Z +?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0AAVlocation@2@@Z +?SetConcurrencyLimits@SchedulerPolicy@Concurrency@@QAEXII@Z ; has WINAPI (@8) +?SetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z +?SetPolicyValue@SchedulerPolicy@Concurrency@@QAEIW4PolicyElementKey@2@I@Z ; has WINAPI (@8) +?VirtualProcessorId@Context@Concurrency@@SAIXZ +?Yield@Context@Concurrency@@SAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Abort@_StructuredTaskCollection@details@Concurrency@@AAEXXZ +?_Acquire@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ +?_Acquire@_NonReentrantPPLLock@details@Concurrency@@QAEXPAX@Z ; has WINAPI (@4) +?_Acquire@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ +?_Acquire@_ReentrantLock@details@Concurrency@@QAEXXZ +?_Acquire@_ReentrantPPLLock@details@Concurrency@@QAEXPAX@Z ; has WINAPI (@4) +?_AcquireRead@_ReaderWriterLock@details@Concurrency@@QAEXXZ +?_AcquireWrite@_ReaderWriterLock@details@Concurrency@@QAEXXZ +?_Cancel@_StructuredTaskCollection@details@Concurrency@@QAEXXZ +?_Cancel@_TaskCollection@details@Concurrency@@QAEXXZ +?_CheckTaskCollection@_UnrealizedChore@details@Concurrency@@IAEXXZ +?_CleanupToken@_StructuredTaskCollection@details@Concurrency@@AAEXXZ +?_ConcRT_CoreAssert@details@Concurrency@@YAXPBD0H@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_ConcRT_Trace@details@Concurrency@@YAXHPB_WZZ +?_Confirm_cancel@_Cancellation_beacon@details@Concurrency@@QAE_NXZ +?_Copy_str@exception@std@@AAEXPBD@Z ; has WINAPI (@4) +?_CurrentContext@_Context@details@Concurrency@@SA?AV123@XZ +?_Current_node@location@Concurrency@@SA?AV12@XZ +?_Destroy@_AsyncTaskCollection@details@Concurrency@@EAEXXZ +?_DoYield@?$_SpinWait@$00@details@Concurrency@@IAEXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_DoYield@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ +?_Get@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ +?_GetConcRTTraceInfo@Concurrency@@YAPBU_CONCRT_TRACE_INFO@details@1@XZ +?_GetConcurrency@details@Concurrency@@YAIXZ +?_GetCurrentInlineDepth@_StackGuard@details@Concurrency@@CAAAIXZ +?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_GetScheduler@_Scheduler@details@Concurrency@@QAEPAVScheduler@3@XZ +?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ +?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QAE_NXZ +?_IsCanceling@_TaskCollection@details@Concurrency@@QAE_NXZ +?_IsSynchronouslyBlocked@_Context@details@Concurrency@@QBE_NXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Name_base@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z +?_Name_base_internal@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z +?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z +?_NumberOfSpins@?$_SpinWait@$00@details@Concurrency@@IAEKXZ +?_NumberOfSpins@?$_SpinWait@$0A@@details@Concurrency@@IAEKXZ +?_Oversubscribe@_Context@details@Concurrency@@SAX_N@Z +?_Reference@_Scheduler@details@Concurrency@@QAEIXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Release@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ +?_Release@_NonReentrantPPLLock@details@Concurrency@@QAEXXZ +?_Release@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ +?_Release@_ReentrantLock@details@Concurrency@@QAEXXZ +?_Release@_ReentrantPPLLock@details@Concurrency@@QAEXXZ +?_Release@_Scheduler@details@Concurrency@@QAEIXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_ReleaseRead@_ReaderWriterLock@details@Concurrency@@QAEXXZ +?_ReleaseWrite@_ReaderWriterLock@details@Concurrency@@QAEXXZ +?_ReportUnobservedException@details@Concurrency@@YAXXZ +?_Reset@?$_SpinWait@$00@details@Concurrency@@IAEXXZ +?_Reset@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ +?_RunAndWait@_StructuredTaskCollection@details@Concurrency@@QAG?AW4_TaskCollectionStatus@23@PAV_UnrealizedChore@23@@Z ; has WINAPI (@8) +?_RunAndWait@_TaskCollection@details@Concurrency@@QAG?AW4_TaskCollectionStatus@23@PAV_UnrealizedChore@23@@Z ; has WINAPI (@8) +?_Schedule@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z ; has WINAPI (@4) +?_Schedule@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@PAVlocation@3@@Z ; has WINAPI (@8) +?_Schedule@_TaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z ; has WINAPI (@4) +?_Schedule@_TaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@PAVlocation@3@@Z ; has WINAPI (@8) +?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPAX@Z0@Z +?_SetSpinCount@?$_SpinWait@$00@details@Concurrency@@QAEXI@Z ; has WINAPI (@4) +?_SetSpinCount@?$_SpinWait@$0A@@details@Concurrency@@QAEXI@Z ; has WINAPI (@4) +?_SetUnobservedExceptionHandler@details@Concurrency@@YAXP6AXXZ@Z +?_ShouldSpinAgain@?$_SpinWait@$00@details@Concurrency@@IAE_NXZ +?_ShouldSpinAgain@?$_SpinWait@$0A@@details@Concurrency@@IAE_NXZ +?_SpinOnce@?$_SpinWait@$00@details@Concurrency@@QAE_NXZ +?_SpinOnce@?$_SpinWait@$0A@@details@Concurrency@@QAE_NXZ +?_SpinYield@Context@Concurrency@@SAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_Start@_Timer@details@Concurrency@@IAEXXZ +?_Stop@_Timer@details@Concurrency@@IAEXXZ +?_Tidy@exception@std@@AAEXXZ +?_Trace_agents@Concurrency@@YAXW4Agents_EventType@1@_JZZ +?_Trace_ppl_function@Concurrency@@YAXABU_GUID@@EW4ConcRT_EventType@1@@Z +?_TryAcquire@_NonReentrantBlockingLock@details@Concurrency@@QAE_NXZ +?_TryAcquire@_ReentrantBlockingLock@details@Concurrency@@QAE_NXZ +?_TryAcquire@_ReentrantLock@details@Concurrency@@QAE_NXZ +?_TryAcquireWrite@_ReaderWriterLock@details@Concurrency@@QAE_NXZ +?_Type_info_dtor@type_info@@CAXPAV1@@Z +?_Type_info_dtor_internal@type_info@@CAXPAV1@@Z +?_UnderlyingYield@details@Concurrency@@YAXXZ +?_ValidateExecute@@YAHP6GHXZ@Z +?_ValidateRead@@YAHPBXI@Z +?_ValidateWrite@@YAHPAXI@Z +?_Value@_SpinCount@details@Concurrency@@SAIXZ +?_Yield@_Context@details@Concurrency@@SAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?__ExceptionPtrAssign@@YAXPAXPBX@Z +?__ExceptionPtrCompare@@YA_NPBX0@Z +?__ExceptionPtrCopy@@YAXPAXPBX@Z +?__ExceptionPtrCopyException@@YAXPAXPBX1@Z +?__ExceptionPtrCreate@@YAXPAX@Z +?__ExceptionPtrCurrentException@@YAXPAX@Z +?__ExceptionPtrDestroy@@YAXPAX@Z +?__ExceptionPtrRethrow@@YAXPBX@Z +?__ExceptionPtrSwap@@YAXPAX0@Z +?__ExceptionPtrToBool@@YA_NPBX@Z +__uncaught_exception +?_inconsistency@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?_invalid_parameter@@YAXPBG00II@Z +?_is_exception_typeof@@YAHABVtype_info@@PAU_EXCEPTION_POINTERS@@@Z +?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z ; has WINAPI (@4) +?_open@@YAHPBDHH@Z +?_query_new_handler@@YAP6AHI@ZXZ +?_query_new_mode@@YAHXZ +?_set_new_handler@@YAP6AHI@ZH@Z +?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z +?_set_new_mode@@YAHH@Z +?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZH@Z +?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z +?_sopen@@YAHPBDHHH@Z +?_type_info_dtor_internal_method@type_info@@QAEXXZ +?_wopen@@YAHPB_WHH@Z +?_wsopen@@YAHPB_WHHH@Z +?before@type_info@@QBE_NABV1@@Z ; has WINAPI (@4) +?current@location@Concurrency@@SA?AV12@XZ +?from_numa_node@location@Concurrency@@SA?AV12@G@Z +?get_error_code@scheduler_resource_allocation_error@Concurrency@@QBEJXZ +?lock@critical_section@Concurrency@@QAEXXZ +?lock@reader_writer_lock@Concurrency@@QAEXXZ +?lock_read@reader_writer_lock@Concurrency@@QAEXXZ +?name@type_info@@QBEPBDPAU__type_info_node@@@Z ; has WINAPI (@4) +?native_handle@critical_section@Concurrency@@QAEAAV12@XZ +?notify_all@_Condition_variable@details@Concurrency@@QAEXXZ +?notify_one@_Condition_variable@details@Concurrency@@QAEXXZ +?raw_name@type_info@@QBEPBDXZ +?reset@event@Concurrency@@QAEXXZ +?set@event@Concurrency@@QAEXXZ +?set_new_handler@@YAP6AXXZP6AXXZ@Z +?set_task_execution_resources@Concurrency@@YAXGPAU_GROUP_AFFINITY@@@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?set_task_execution_resources@Concurrency@@YAXK@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. +?set_terminate@@YAP6AXXZH@Z +?set_terminate@@YAP6AXXZP6AXXZ@Z +?set_unexpected@@YAP6AXXZH@Z +?set_unexpected@@YAP6AXXZP6AXXZ@Z +?swprintf@@YAHPAGIPBGZZ +?swprintf@@YAHPA_WIPB_WZZ +?terminate@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?try_lock@critical_section@Concurrency@@QAE_NXZ +?try_lock@reader_writer_lock@Concurrency@@QAE_NXZ +?try_lock_for@critical_section@Concurrency@@QAE_NI@Z ; has WINAPI (@4) +?try_lock_read@reader_writer_lock@Concurrency@@QAE_NXZ +?unexpected@@YAXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. +?unlock@critical_section@Concurrency@@QAEXXZ +?unlock@reader_writer_lock@Concurrency@@QAEXXZ +?vswprintf@@YAHPA_WIPB_WPAD@Z +?wait@Concurrency@@YAXI@Z +?wait@_Condition_variable@details@Concurrency@@QAEXAAVcritical_section@3@@Z ; has WINAPI (@4) +?wait@event@Concurrency@@QAEII@Z ; has WINAPI (@4) +?wait_for@_Condition_variable@details@Concurrency@@QAE_NAAVcritical_section@3@I@Z ; has WINAPI (@8) +?wait_for_multiple@event@Concurrency@@SAIPAPAV12@I_NI@Z +?what@exception@std@@UBEPBDXZ +$I10_OUTPUT +_CIacos +_CIasin +_CIatan +_CIatan2 +_CIcos +_CIcosh +_CIexp +_CIfmod +_CIlog +_CIlog10 +_CIpow +_CIsin +_CIsinh +_CIsqrt +_CItan +_CItanh +_Cbuild +_CreateFrameInfo +_CxxThrowException@8 +_EH_prolog +_FCbuild +_FindAndUnlinkFrame +_Getdays +_Getmonths +_Gettnames +_HUGE DATA +_IsExceptionObjectToBeDestroyed +_LCbuild +_NLG_Dispatch2@4 +_NLG_Return@12 +_NLG_Return2 +_SetWinRTOutOfMemoryExceptionCallback +_Strftime +_W_Getdays +_W_Getmonths +_W_Gettnames +_Wcsftime +_XcptFilter +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +__CppXcptFilter +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +__CxxLongjmpUnwind@4 +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__STRINGTOLD +__STRINGTOLD_L +__TypeMatch +___lc_codepage_func +___lc_collate_cp_func +___lc_locale_name_func +___mb_cur_max_func +___mb_cur_max_l_func +___setlc_active_func +___unguarded_readlc_active_add_func +__argc DATA +__argv DATA +__badioinfo DATA +__clean_type_info_names_internal +__control87_2 +__create_locale +__crtCloseWinRTThreadHandle +__crtCompareStringA +__crtCompareStringW +__crtCreateWinRTThread +__crtGetCurrentWinRTThread +__crtGetCurrentWinRTThreadId +__crtGetExitCodeWinRTThread +__crtIsPackagedApp +__crtLCMapStringA +__crtLCMapStringW +__crtSleep +__crtWaitForWinRTThreadExit +__daylight +__dllonexit +__doserrno +__dstbias +__fpecode +__free_locale +__get_current_locale +__get_flsindex +__get_tlsindex +__getmainargs +__initenv DATA +__iob_func +__isascii +__iscsym +__iscsymf +__iswcsym +__iswcsymf +__lconv DATA +__lconv_init +__libm_sse2_acos +__libm_sse2_acosf +__libm_sse2_asin +__libm_sse2_asinf +__libm_sse2_atan +__libm_sse2_atan2 +__libm_sse2_atanf +__libm_sse2_cos +__libm_sse2_cosf +__libm_sse2_exp +__libm_sse2_expf +__libm_sse2_log +__libm_sse2_log10 +__libm_sse2_log10f +__libm_sse2_logf +__libm_sse2_pow +__libm_sse2_powf +__libm_sse2_sin +__libm_sse2_sinf +__libm_sse2_tan +__libm_sse2_tanf +__mb_cur_max DATA +__p___argc +__p___argv +__p___mb_cur_max +__p___wargv +__p__acmdln +__p__commode +__p__daylight +__p__dstbias +__p__fmode +__p__iob +__p__mbcasemap +__p__mbctype +__p__pctype +__p__pgmptr +__p__pwctype +__p__timezone +__p__tzname +__p__wcmdln +__p__wpgmptr +__pctype_func +__pioinfo DATA +__pwctype_func +__pxcptinfoptrs +__report_gsfailure +__setlc_active DATA +__setusermatherr +__strncnt +__swprintf_l +__sys_errlist +__sys_nerr +__threadhandle ; Check!!! forwards to GetCurrentThread in api-ms-win-core-processthreads-l1-1-1.dll (ordinal 15) +__threadid ; Check!!! forwards to GetCurrentThreadId in api-ms-win-core-processthreads-l1-1-1.dll (ordinal 16) +__timezone +__toascii +__tzname +__unDName +__unDNameEx +__unDNameHelper +__unguarded_readlc_active DATA +__vswprintf_l +__wargv DATA +__wcserror +__wcserror_s +__wcsncnt +__wgetmainargs +__winitenv DATA +_abnormal_termination +_abs64 +_access +_access_s +_acmdln DATA +_aligned_free +_aligned_malloc +_aligned_msize +_aligned_offset_malloc +_aligned_offset_realloc +_aligned_offset_recalloc +_aligned_realloc +_aligned_recalloc +_amsg_exit ; Check!!! Couldn't determine function argument count. Function doesn't return. +_assert ; Check!!! Couldn't determine function argument count. Function doesn't return. +_atodbl +_atodbl_l +_atof_l +_atoflt +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +_atoldbl_l +_atoll_l +_byteswap_uint64 +_byteswap_ulong +_byteswap_ushort +_c_exit +_cabs +_callnewh +_calloc_crt +_cexit +_chgsign +_chgsignf +_chkesp +_chmod +_chsize +_chsize_s +_clearfp +_close +_commit +_commode DATA +_configthreadlocale +_control87 +_controlfp +_controlfp_s +_copysign +_copysignf +_creat +_create_locale +_crt_debugger_hook +_ctime32 +ctime == _ctime32 +_ctime32_s +_ctime64 +_ctime64_s +_daylight DATA +_dclass +_difftime32 +_difftime64 +_dosmaperr +_dpcomp +_dsign +_dstbias DATA +_dtest +_dup +_dup2 +_ecvt +_ecvt_s +_environ DATA +_eof +_errno +_except1 +_except_handler2 +_except_handler3 +_except_handler4_common +_exit +_exit_app +_expand +_fclose_nolock +_fcloseall +_fcvt +_fcvt_s +_fdclass +_fdopen +_fdpcomp +_fdsign +_fdtest +_fflush_nolock +_fgetchar +_fgetwc_nolock +_fgetwchar +_filbuf +_filelength +_filelengthi64 +_fileno +_findclose +_findfirst32 +_findfirst == _findfirst32 +_findfirst32i64 +_findfirst64 +_findfirst64i32 +_findnext32 +_findnext == _findnext32 +_findnext32i64 +_findnext64 +_findnext64i32 +_finite +_flsbuf +_flushall +_fmode DATA +_fpclass +_fpieee_flt +_fpreset +_fprintf_l +_fprintf_p +_fprintf_p_l +_fprintf_s_l +_fputchar +_fputwc_nolock +_fputwchar +_fread_nolock +_fread_nolock_s +_free_locale +_freea +_freea_s +_freefls@4 +_fscanf_l +_fscanf_s_l +_fseek_nolock +_fseeki64 +_fseeki64_nolock +_fsopen +_fstat32 +_fstat32i64 +_fstat64 +_fstat64i32 +_fstat == _fstat32 +_fstati64 == _fstat32i64 +_ftell_nolock +_ftelli64 +_ftelli64_nolock +_ftime32 +_ftime32_s +_ftime64 +_ftime64_s +_ftol +_fullpath +_futime32 +_futime64 +_fwprintf_l +_fwprintf_p +_fwprintf_p_l +_fwprintf_s_l +_fwrite_nolock +_fwscanf_l +_fwscanf_s_l +_gcvt +_gcvt_s +_get_current_locale +_get_daylight +_get_doserrno +_get_dstbias +_get_errno +_get_fmode +_get_heap_handle +_get_invalid_parameter_handler +_get_osfhandle +_get_output_format +_get_pgmptr +_get_printf_count_output +_get_purecall_handler +_get_terminate +_get_timezone +_get_tzname +_get_unexpected +_get_wpgmptr +_getc_nolock +_getmaxstdio +_getmbcp +_getptd +_getw +_getws +_getws_s +_global_unwind2 +_gmtime32 +gmtime == _gmtime32 +_gmtime32_s +_gmtime64 +_gmtime64_s +_hypot +_hypotf +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_initptd +_initterm +_initterm_e +_invalid_parameter +_invalid_parameter_noinfo +_invalid_parameter_noinfo_noreturn +_invoke_watson +_iob DATA +_isalnum_l +_isalpha_l +_isatty +_isblank_l +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbblank +_ismbbblank_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_isnan +_isprint_l +_ispunct_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswblank_l +_iswcntrl_l +_iswcsym_l +_iswcsymf_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_itoa +_itoa_s +_itow +_itow_s +_j0 +_j1 +_jn +_ldclass +_ldpcomp +_ldsign +_ldtest +_lfind +_lfind_s +_libm_sse2_acos_precise +_libm_sse2_asin_precise +_libm_sse2_atan_precise +_libm_sse2_cos_precise +_libm_sse2_exp_precise +_libm_sse2_log10_precise +_libm_sse2_log_precise +_libm_sse2_pow_precise +_libm_sse2_sin_precise +_libm_sse2_sqrt_precise +_libm_sse2_tan_precise +_local_unwind2 +_local_unwind4 +_localtime32 +localtime == _localtime32 +_localtime32_s +_localtime64 +_localtime64_s +_lock +_lock_file +_locking +_logb +_longjmpex ; Check!!! Couldn't determine function argument count. Function doesn't return. +_lrotl +_lrotr +_lsearch +_lsearch_s +_lseek +_lseeki64 +_ltoa +_ltoa_s +_ltow +_ltow_s +_makepath +_makepath_s +_malloc_crt +_mbcasemap DATA +_mbctype DATA +_mblen_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbtowc_l +_memccpy +_memicmp +_memicmp_l +_mkdir +_mkgmtime32 +_mkgmtime64 +_mktemp +_mktemp_s +_mktime32 +_mktime64 +_msize +_nextafter +_onexit +_open +_open_osfhandle +_pctype DATA +_pgmptr DATA +_printf_l +_printf_p +_printf_p_l +_printf_s_l +_purecall ; Check!!! Couldn't determine function argument count. Function doesn't return. +_putw +_putws +_pwctype DATA +_read +_realloc_crt +_recalloc +_recalloc_crt +_rmdir +_rmtmp +_rotl +_rotl64 +_rotr +_rotr64 +_scalb +_scanf_l +_scanf_s_l +_scprintf +_scprintf_l +_scprintf_p +_scprintf_p_l +_scwprintf +_scwprintf_l +_scwprintf_p +_scwprintf_p_l +_seh_longjmp_unwind4@4 +_seh_longjmp_unwind@4 +_set_SSE2_enable +_set_abort_behavior +__set_app_type ; Dummy implementation +_set_controlfp +_set_doserrno +_set_errno +_set_error_mode +_set_fmode +_set_invalid_parameter_handler +_set_malloc_crt_max_wait +_set_output_format +_set_printf_count_output +_set_purecall_handler +_setjmp +_setjmp3 +_setmaxstdio +_setmbcp +_setmode +_snprintf +_snprintf_c +_snprintf_c_l +_snprintf_l +_snprintf_s +_snprintf_s_l +_snscanf +_snscanf_l +_snscanf_s +_snscanf_s_l +_snwprintf +_snwprintf_l +_snwprintf_s +_snwprintf_s_l +_snwscanf +_snwscanf_l +_snwscanf_s +_snwscanf_s_l +_sopen +_sopen_s +_splitpath +_splitpath_s +_sprintf_l +_sprintf_p +_sprintf_p_l +_sprintf_s_l +_sscanf_l +_sscanf_s_l +_stat32 +_stat32i64 +_stat64 +_stat64i32 +_stat == _stat32 +_stati64 == _stat32i64 +_statusfp +_statusfp2 +_strcoll_l +_strdate +_strdate_s +_strdup +_strerror +_strerror_s +_strftime_l +_stricmp +_stricmp_l +_stricoll +_stricoll_l +_strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +_strnset_s +_strrev +_strset +_strset_s +_strtime +_strtime_s +_strtod_l +_strtof_l +_strtoi64 +_strtoi64_l +_strtoimax_l +_strtol_l +_strtold_l +_strtoll_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strtoull_l +_strtoumax_l +_strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_swab +swab == _swab +_swprintf +_swprintf_c +_swprintf_c_l +_swprintf_p +_swprintf_p_l +_swprintf_s_l +_swscanf_l +_swscanf_s_l +_sys_errlist DATA +_sys_nerr DATA +_tell +_telli64 +_tempnam +_time32 +_time64 +time == _time32 +_timezone DATA +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +_tzname DATA +_tzset +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_umask +_umask_s +_ungetc_nolock +_ungetwc_nolock +_unlink +_unlock +_unlock_file +_utime32 +_utime64 +_vacopy +_vfprintf_l +_vfprintf_p +_vfprintf_p_l +_vfprintf_s_l +_vfwprintf_l +_vfwprintf_p +_vfwprintf_p_l +_vfwprintf_s_l +_vprintf_l +_vprintf_p +_vprintf_p_l +_vprintf_s_l +_vscprintf +_vscprintf_l +_vscprintf_p +_vscprintf_p_l +_vscwprintf +_vscwprintf_l +_vscwprintf_p +_vscwprintf_p_l +_vsnprintf +vsnprintf == _vsnprintf +snprintf == _snprintf +_vsnprintf_c +_vsnprintf_c_l +_vsnprintf_l +_vsnprintf_s +_vsnprintf_s_l +_vsnwprintf +_vsnwprintf_l +_vsnwprintf_s +_vsnwprintf_s_l +_vsprintf_l +_vsprintf_p +_vsprintf_p_l +_vsprintf_s_l +_vswprintf +_vswprintf_c +_vswprintf_c_l +_vswprintf_l +_vswprintf_p +_vswprintf_p_l +_vswprintf_s_l +_vwprintf_l +_vwprintf_p +_vwprintf_p_l +_vwprintf_s_l +_waccess +_waccess_s +_wasctime +_wasctime_s +_wassert ; Check!!! Couldn't determine function argument count. Function doesn't return. +_wchmod +_wcmdln DATA +_wcreat +_wcreate_locale +_wcscoll_l +_wcsdup +_wcserror +_wcserror_s +_wcsftime_l +_wcsicmp +_wcsicmp_l +_wcsicoll +_wcsicoll_l +_wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +_wcsnset_s +_wcsrev +_wcsset +_wcsset_s +_wcstod_l +_wcstof_l +_wcstoi64 +_wcstoi64_l +_wcstoimax_l +_wcstol_l +_wcstold_l +_wcstoll_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcstoull_l +_wcstoumax_l +_wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctime32 +_wctime == _wctime32 +_wctime32_s +_wctime64 +_wctime64_s +_wctomb_l +_wctomb_s_l +_wctype@50371 +_wenviron DATA +_wfdopen +_wfindfirst32 +_wfindfirst32i64 +_wfindfirst64 +_wfindfirst == _wfindfirst32 +_wfindfirst64i32 +_wfindnext32 +_wfindnext32i64 +_wfindnext64 +_wfindnext == _wfindnext32 +_wfindnext64i32 +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wfullpath +_wmakepath +_wmakepath_s +_wmkdir +_wmktemp +_wmktemp_s +_wopen +_wperror +_wpgmptr DATA +_wprintf_l +_wprintf_p +_wprintf_p_l +_wprintf_s_l +_wremove +_wrename +_write +_wrmdir +_wscanf_l +_wscanf_s_l +_wsetlocale +_wsopen +_wsopen_s +_wsplitpath +_wsplitpath_s +_wstat32 +_wstat32i64 +_wstat64 +_wstat64i32 +_wstat == _wstat32 +_wstati64 == _wstat32i64 +_wstrdate +_wstrdate_s +_wstrtime +_wstrtime_s +_wtempnam +_wtmpnam +_wtmpnam_s +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wtoll +_wtoll_l +_wunlink +_wutime32 +_wutime64 +_y0 +_y1 +_yn +abort ; Check!!! Couldn't determine function argument count. Function doesn't return. +abs +acos +acosh +acoshf +acoshl +asctime +asctime_s +asin +asinh +asinhf +asinhl +atan +atan2 +atanh +atanhf +atanhl +atexit +atof +atoi +atol +atoll +bsearch +bsearch_s +btowc +cabs +cabsf +cabsl +cacos +cacosf +cacosh +cacoshf +cacoshl +cacosl +calloc +carg +cargf +cargl +casin +casinf +casinh +casinhf +casinhl +casinl +catan +catanf +catanh +catanhf +catanhl +catanl +cbrt +cbrtf +cbrtl +ccos +ccosf +ccosh +ccoshf +ccoshl +ccosl +ceil +cexp +cexpf +cexpl +cimag +cimagf +cimagl +clearerr +clearerr_s +clock +clog +clog10 +clog10f +clog10l +clogf +clogl +conj +conjf +conjl +copysign +copysignf +copysignl +cos +cosh +cpow +cpowf +cpowl +cproj +cprojf +cprojl +creal +crealf +creall +csin +csinf +csinh +csinhf +csinhl +csinl +csqrt +csqrtf +csqrtl +ctan +ctanf +ctanh +ctanhf +ctanhl +ctanl +div +erf +erfc +erfcf +erfcl +erff +erfl +exit +exp +exp2 +exp2f +exp2l +expm1 +expm1f +expm1l +fabs +fclose +fdim +fdimf +fdiml +feclearexcept +fegetenv +fegetexceptflag +fegetround +feholdexcept +feof +feraiseexcept +ferror +fesetenv +fesetexceptflag +fesetround +fetestexcept +feupdateenv +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +floor +fma +fmaf +fmal +fmax +fmaxf +fmaxl +fmin +fminf +fminl +fmod +fopen +fopen_s +fprintf +fprintf_s +fputc +fputs +fputwc +fputws +fread +fread_s +free +freopen +freopen_s +frexp +fscanf +fscanf_s +fseek +fsetpos +ftell +fwprintf +__ms_fwprintf == fwprintf +fwprintf_s +fwrite +fwscanf +fwscanf_s +getc +getchar +gets +gets_s +getwc +getwchar +ilogb +ilogbf +ilogbl +imaxabs +imaxdiv +isalnum +isalpha +isblank +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswblank +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +labs +ldexp +ldiv +lgamma +lgammaf +lgammal +llabs +lldiv +llrint +llrintf +llrintl +llround +llroundf +llroundl +localeconv +log +log10 +log1p +log1pf +log1pl +log2 +log2f +log2l +logb +logbf +logbl +longjmp ; Check!!! Couldn't determine function argument count. Function doesn't return. +lrint +lrintf +lrintl +lround +lroundf +lroundl +malloc +mblen +mbrlen +mbrtowc +mbsrtowcs +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +memchr +memcmp +memcpy +memcpy_s +memmove +memmove_s +memset +modf +nan +nanf +nanl +nearbyint +nearbyintf +nearbyintl +nextafter +nextafterf +nextafterl +nexttoward +nexttowardf +nexttowardl +norm +normf +norml +perror +pow +printf +printf_s +putc +putchar +puts +putwc +putwchar +qsort +qsort_s +raise +rand +rand_s +realloc +remainder +remainderf +remainderl +remove +remquo +remquof +remquol +rename +rewind +rint +rintf +rintl +round +roundf +roundl +scalbln +scalblnf +scalblnl +scalbn +scalbnf +scalbnl +scanf +scanf_s +setbuf +setlocale +setvbuf +signal +sin +sinh +sprintf +sprintf_s +sqrt +srand +sscanf +sscanf_s +strcat +strcat_s +strchr +strcmp +strcoll +strcpy +strcpy_s +strcspn +strerror +strerror_s +strftime +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +strnlen +strpbrk +strrchr +strspn +strstr +strtod +strtof +strtoimax +strtok +strtok_s +strtol +strtold +strtoll +strtoul +strtoull +strtoumax +strxfrm +swprintf_s +swscanf +swscanf_s +tan +tanh +tgamma +tgammaf +tgammal +tmpfile +tmpfile_s +tmpnam +tmpnam_s +tolower +toupper +towctrans +towlower +towupper +trunc +truncf +truncl +ungetc +ungetwc +vfprintf +vfprintf_s +vfscanf +vfscanf_s +vfwprintf +vfwprintf_s +vfwscanf +vfwscanf_s +vprintf +vprintf_s +vscanf +vscanf_s +vsprintf +vsprintf_s +vsscanf +vsscanf_s +vswprintf_s +vswscanf +vswscanf_s +vwprintf +vwprintf_s +vwscanf +vwscanf_s +wcrtomb +wcrtomb_s +wcscat +wcscat_s +wcschr +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcsftime +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +wcsnlen +wcspbrk +wcsrchr +wcsrtombs +wcsrtombs_s +wcsspn +wcsstr +wcstod +wcstof +wcstoimax +wcstok +wcstok_s +wcstol +wcstold +wcstoll +wcstombs +wcstombs_s +wcstoul +wcstoull +wcstoumax +wcsxfrm +wctob +wctomb +wctomb_s +wctrans +wctype +wmemcpy_s +wmemmove_s +wprintf +wprintf_s +wscanf +wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcr80.def.in mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcr80.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcr80.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcr80.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,3 +1,4 @@ +LIBRARY "msvcr80.dll" EXPORTS #include "msvcrt-common.def.in" @@ -348,7 +349,7 @@ _mktemp _msize _nextafter -_onexit DATA +_onexit _open _open_osfhandle _osver DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcrt.def.in mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcrt.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib32/msvcrt.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/msvcrt.def.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1246 +0,0 @@ -LIBRARY "msvcrt.dll" -EXPORTS - -#include "msvcrt-common.def.in" - -_CIacos -_CIasin -_CIatan -_CIatan2 -_CIcos -_CIcosh -_CIexp -_CIfmod -_CIlog -_CIlog10 -_CIpow -_CIsin -_CIsinh -_CIsqrt -_CItan -_CItanh -_CxxThrowException -_EH_prolog -_Getdays -_Getmonths -_Gettnames -_HUGE DATA -_Strftime -_XcptFilter -__CxxFrameHandler -__CxxLongjmpUnwind -__RTCastToVoid -__RTDynamicCast -__RTtypeid -__STRINGTOLD -__argc DATA -__argv DATA -__badioinfo DATA -__crtCompareStringA -__crtGetLocaleInfoW -__crtLCMapStringA -__dllonexit -__doserrno -__fpecode -__getmainargs -__initenv DATA -__isascii -__iscsym -__iscsymf -__lc_codepage DATA -__lc_handle DATA -__lconv_init -__mb_cur_max DATA -__p___argc -__p___argv -__p___initenv -__p___mb_cur_max -__p___wargv -__p___winitenv -__p__acmdln -__p__amblksiz -__p__commode -__p__daylight -__p__dstbias -__p__environ -__p__fileinfo -__p__fmode -__p__iob -__p__mbctype -__p__osver -__p__pctype -__p__pgmptr -__p__pwctype -__p__timezone -__p__tzname -__p__wcmdln -__p__wenviron -__p__winmajor -__p__winminor -__p__winver -__p__wpgmptr -__pioinfo DATA -__pxcptinfoptrs -__set_app_type -__setlc_active DATA -__setusermatherr -__threadhandle -__threadid -__toascii -__unDName -__unguarded_readlc_active DATA -__wargv DATA -__wgetmainargs -__winitenv DATA -_abnormal_termination -_access -_acmdln DATA -_adj_fdiv_m16i -_adj_fdiv_m32 -_adj_fdiv_m32i -_adj_fdiv_m64 -_adj_fdiv_r -_adj_fdivr_m16i -_adj_fdivr_m32 -_adj_fdivr_m32i -_adj_fdivr_m64 -_adj_fpatan -_adj_fprem -_adj_fprem1 -_adj_fptan -_adjust_fdiv DATA -_aexit_rtn DATA -_amsg_exit -_assert DATA -_atodbl -_atoi64 -_atoldbl -_beep -_beginthread -_beginthreadex -_c_exit -_cabs DATA -_callnewh -_cexit -_cgets -_chdir -_chdrive -_chgsign -_chmod -_chsize -_clearfp -_close -_commit -_commode DATA -_control87 -_controlfp -_copysign -_cprintf -_cputs -_creat -_create_locale -_cscanf -_ctype DATA -_cwait -_dstbias DATA -_dup -_dup2 -_ecvt -_endthread -_endthreadex -_environ DATA -_eof -_errno -_except_handler2 -_except_handler3 -_execl -_execle -_execlp -_execlpe -_execv -_execve -_execvp -_execvpe -_exit -_expand -_fcloseall -_fcvt -_fdopen -_fgetchar -_fgetwchar -_filbuf -_fileinfo DATA -_filelength -_filelengthi64 -_fileno -_findclose -_findfirst -_findfirst32 == _findfirst -_findfirsti64 -_findfirst32i64 == _findfirsti64 -;_findfirst64i32 DATA ; provided by libmingwex -_findnext -_findnext32 == _findnext -_findnexti64 -_findnext32i64 == _findnexti64 -;_findnext64i32 DATA ; provided by libmingwex -_finite -_flsbuf -_flushall -_fmode DATA -_fpclass -_fpieee_flt -_fpreset DATA -_fputchar -_fputwchar -_free_locale -_fsopen -_fstat -_fstat32 == _fstat -_fstati64 -_ftime -_ftol -_fullpath -_futime -_gcvt -_get_osfhandle -; _get_output_format provided by emu -_get_sbh_threshold -_getch -_getche -_getcwd -_getdcwd -_getdiskfree -_getdllprocaddr -_getdrive -_getdrives -_getmaxstdio -_getmbcp -_getpid -_getsystime -_getw -_getws -_global_unwind2 -_heapadd -_heapchk -_heapmin -_heapset -_heapused -_heapwalk -_hypot -_i64toa -_i64tow -_initterm -_inp -_inpd -_inpw -_iob DATA -_isatty -_isctype -_ismbbalnum -_ismbbalpha -_ismbbgraph -_ismbbkalnum -_ismbbkana -_ismbbkprint -_ismbbkpunct -_ismbblead -_ismbbprint -_ismbbpunct -_ismbbtrail -_ismbcalnum -_ismbcalpha -_ismbcdigit -_ismbcgraph -_ismbchira -_ismbckata -_ismbcl0 -_ismbcl1 -_ismbcl2 -_ismbclegal -_ismbclower -_ismbcprint -_ismbcpunct -_ismbcspace -_ismbcsymbol -_ismbcupper -_ismbslead -_ismbstrail -_isnan -_itoa -_itow -_j0 -_j1 -_jn -_kbhit -_lfind -_loaddll -_local_unwind2 -_lock -_locking -_logb -_longjmpex -_lrotl -_lrotr -_lsearch -_lseek -_lseeki64 -_ltoa -_ltow -_makepath -_mbbtombc -_mbbtype -_mbccpy -_mbcjistojms -_mbcjmstojis -_mbclen -_mbctohira -_mbctokata -_mbctolower -_mbctombb -_mbctoupper -_mbctype DATA -_mbsbtype -_mbscat -_mbschr -_mbscmp -_mbscoll -_mbscpy -_mbscspn -_mbsdec -_mbsdup -_mbsicmp -_mbsicoll -_mbsinc -_mbslen -_mbslwr -_mbsnbcat -_mbsnbcmp -_mbsnbcnt -_mbsnbcoll -_mbsnbcpy -_mbsnbicmp -_mbsnbicoll -_mbsnbset -_mbsncat -_mbsnccnt -_mbsncmp -_mbsncoll -_mbsncpy -_mbsnextc -_mbsnicmp -_mbsnicoll -_mbsninc -_mbsnset -_mbspbrk -_mbsrchr -_mbsrev -_mbsset -_mbsspn -_mbsspnp -_mbsstr -_mbstok -_mbstrlen -_mbsupr -_memccpy -_memicmp -_mkdir -_mktemp -_msize -_nextafter -_onexit DATA -_open -_open_osfhandle -_osver DATA -_outp -_outpd -_outpw -_pclose -_pctype DATA -_pgmptr DATA -_pipe -_popen -_purecall -_putch -_putenv -_putw -_putws -_pwctype DATA -_read -_rmdir -_rmtmp -_rotl -_rotr -_safe_fdiv -_safe_fdivr -_safe_fprem -_safe_fprem1 -_scalb -_searchenv -_seh_longjmp_unwind -_set_error_mode -; _set_output_format provided by emu -_set_sbh_threshold -_seterrormode -_setjmp -_setjmp3 -_setmaxstdio -_setmbcp -_setmode -_setsystime -_sleep -_snprintf -_snwprintf -_sopen -_spawnl -_spawnle -_spawnlp -_spawnlpe -_spawnv -_spawnve -_spawnvp -_spawnvpe -_splitpath -_stat -_stat64 -_stati64 -_stat32 == _stat -_statusfp -_strcmpi -_strdate -_strdup -_strerror -_stricmp -_stricoll -_strlwr -_strncoll -_strnicmp -_strnicoll -_strnset -_strrev -_strset -_strtime -_strupr -_swab -_sys_errlist DATA -_sys_nerr DATA -_tell -_telli64 -_tempnam -_tolower -_toupper -_tzset -_ui64toa -_ui64tow -_ultoa -_ultow -_umask -_ungetch -_unlink -_unloaddll -_unlock -_utime -_vsnprintf -vsnprintf == _vsnprintf -_vsnwprintf -_waccess -_wasctime -_wchdir -_wchmod -_wcmdln DATA -_wcreat -_wcsdup -_wcsicmp -_wcsicoll -_wcslwr -_wcsncoll -_wcsnicmp -_wcsnicoll -_wcsnset -_wcsrev -_wcsset -_wcsupr -_wctime -_wctime32 == _wctime -_wenviron DATA -_wexecl -_wexecle -_wexeclp -_wexeclpe -_wexecv -_wexecve -_wexecvp -_wexecvpe -_wfdopen -_wfindfirst -_wfindfirst32 == _wfindfirst -_wfindfirsti64 -_wfindfirst32i64 == _wfindfirsti64 -;_wfindfirst64i32 DATA ; provided by libmingwex -_wfindnext -_wfindnext32 == _wfindnext -_wfindnexti64 -_wfindnext32i64 == _wfindnexti64 -;_wfindnext64i32 DATA ; provided by libmingwex -_wfopen -_wfreopen -_wfsopen -_wfullpath -_wgetcwd -_wgetdcwd -_wgetenv -_winmajor DATA -_winminor DATA -_winver DATA -_wmakepath -_wmkdir -_wmktemp -_wopen -_wperror -_wpgmptr DATA -_wpopen -_wputenv -_wremove -_wrename -_write -_wrmdir -_wsearchenv -_wsetlocale -_wsopen -_wspawnl -_wspawnle -_wspawnlp -_wspawnlpe -_wspawnv -_wspawnve -_wspawnvp -_wspawnvpe -_wsplitpath -_wstat -_wstati64 -_wstat32 == _wstat -_wstrdate -_wstrtime -_wsystem -_wtempnam -_wtmpnam -_wtoi -_wtoi64 -_wtol -_wunlink -_wutime -_y0 -_y1 -_yn -abort -abs -acos -asctime -asin -atan -atan2 DATA -atexit DATA -atof -atoi -atol -bsearch -calloc -ceil DATA -clearerr -clock -cos DATA -; Here we lack a cosh implementation. If we have, we need to change -; this to DATA only, too -cosh -ctime -_ctime32 == ctime -difftime -div -exit -exp DATA -fabs DATA -fclose -feof -ferror -fflush -fgetc -fgetpos -fgets -fgetwc -fgetws -floor DATA -fmod DATA -fopen -fprintf -fputc -fputs -fputwc -fputws -fread -free -freopen -; If we have frexp implementation too, we need to change this to DATA only -; too. -frexp -fscanf -fseek -fsetpos -ftell -fwprintf -__ms_fwprintf == fwprintf -fwrite -fwscanf -getc -getchar -getenv -gets -getwc -getwchar -gmtime -_gmtime32 == gmtime -is_wctype -isalnum -isalpha -iscntrl -isdigit -isgraph -isleadbyte -islower -isprint -ispunct -isspace -isupper -iswalnum -iswalpha -iswascii -iswcntrl -iswctype -iswdigit -iswgraph -iswlower -iswprint -iswpunct -iswspace -iswupper -iswxdigit -isxdigit -labs -ldexp DATA -ldiv -localeconv -localtime -_localtime32 == localtime -log DATA -; If we have log10 implementation too, we need to set this to DATA only. -log10 -malloc -mblen -mbstowcs -mbtowc -memchr -memcmp -memcpy -memmove -memset -mktime -_mktime32 == mktime -modf DATA -perror -pow DATA -printf -putc -putchar -puts -putwc -putwchar -qsort -raise -rand -; rand_s Replaced by emu -realloc -remove -rename -rewind -scanf -setbuf -setlocale -setvbuf -signal -sin DATA -; If we have sinh implementation too, we can set it to DATA only. -sinh -sprintf -sqrt DATA -srand -sscanf -strcat -strchr -strcmp -strcoll -strcpy -strcspn -strerror -strftime -strlen -strncat -strncmp -strncpy -strpbrk -strrchr -strspn -strstr -strtod -strtok -strtol -strtoul -strxfrm -swprintf -swscanf -system -tan -; If we have tanh implemtation too, we can set it to DATA only too. -tanh -time -tmpfile -tmpnam -tolower -toupper -towlower -towupper -ungetc -ungetwc -vfprintf -vfwprintf -vprintf -vsprintf -vswprintf -vwprintf -wcscat -wcschr -wcscmp -wcscoll -wcscpy -wcscspn -wcsftime -wcslen -wcsncat -wcsncmp -wcsncpy -wcspbrk -wcsrchr -wcsspn -wcsstr -wcstod -wcstok -wcstol -wcstombs -wcstoul -wcsxfrm -wctomb -wprintf -wscanf -; msvcrt.dll(version 6.10) and later -__lc_collate_cp DATA -__p__mbcasemap -__unDNameEx -_chkesp -_ctime64 -_findfirst64 -_findnext64 -_fstat64 -_ftime64 -_futime64 -_gmtime64 -; _localtime32_s replaced by emu -_localtime64 -; _localtime64_s replaced by emu -_mbcasemap -_mktime64 -_osplatform DATA -_time32 == time -_time64 -_utime64 -_wctime64 -_wfindfirst64 -_wfindnext64 -_wstat64 -_wutime64 -; msvcr70.dll and later -__buffer_overrun -__CxxDetectRethrow -__CxxExceptionFilter -__CxxQueryExceptionSize -__CxxRegisterExceptionObject -__CxxUnregisterExceptionObject -__DestructExceptionObject -__lc_clike -__security_error_handler -__set_buffer_overrun_handler -__uncaught_exception -__wcserror -_aligned_free -_aligned_malloc -_aligned_offset_malloc -_aligned_offset_realloc -_aligned_realloc -_cgetws -_cputws -_CRT_RTC_INIT -_cwprintf -_cwscanf -_getwch -_getwche -_putwch -_resetstkoflw -_scprintf -_scwprintf -_set_security_error_handler -_snscanf -_snwscanf -_strtoi64 -_strtoui64 -_ungetwch -_vscprintf -_vscwprintf -_wcserror -_wcstoi64 -_wcstoui64 -_wctype -_wtof -; ___lc_codepage_func provided by emu -___lc_collate_cp_func -___lc_handle_func -___mb_cur_max_func -___setlc_active_func -___unguarded_readlc_active_add_func -__CppXcptFilter -__crtCompareStringW -__crtGetStringTypeW -__crtLCMapStringW -__CxxCallUnwindDtor -__CxxCallUnwindVecDtor -__iob_func -__pctype_func -__pwctype_func -_get_heap_handle -; Does not seem to present even on Win7 msvcrt -;_set_purecall_handler -_set_SSE2_enable -; msvcr80.dll and later -_atodbl_l -_atof_l -_atoflt_l -_atoi64_l -_atoi_l -_atol_l -; _cgets_s replaced by emu -; _cgetws_s likewise -; _chsize_s Likewise. -; _controlfp_s replaced by emu -_cprintf_l -_cprintf_p -_cprintf_p_l -; _cprintf_s replaced by emu -; _cprintf_s_l likewise. -_cscanf_l -_cscanf_s -_cscanf_s_l -; _ctime32_s replaced by eum -; _ctime64_s Likewise -_cwprintf_l -_cwprintf_p -_cwprintf_p_l -; _cwprintf_s Replaced by emu -; _cwprintf_s_l Likewise. -_cwscanf_l -_cwscanf_s -_cwscanf_s_l -_ecvt_s -_fcvt_s -_fprintf_l -_fprintf_p -_fprintf_p_l -_fprintf_s_l -_ftime32_s -_ftime_s == _ftime32_s -_ftime64_s -_fwprintf_l -_fwprintf_p -_fwprintf_p_l -_fwprintf_s_l -_fwscanf_l -_fwscanf_s_l -_gcvt_s -; _gmtime32_s replaced by emu -; _gmtime64_s replaced by emu -_i64toa_s -_i64tow_s -_isalnum_l -_isalpha_l -_iscntrl_l -_isctype_l -_isdigit_l -_isgraph_l -_isleadbyte_l -_islower_l -_ismbbalnum_l -_ismbbalpha_l -_ismbbgraph_l -_ismbbkalnum_l -_ismbbkana_l -_ismbbkprint_l -_ismbbkpunct_l -_ismbblead_l -_ismbbprint_l -_ismbbpunct_l -_ismbbtrail_l -_ismbcalnum_l -_ismbcalpha_l -_ismbcdigit_l -_ismbcgraph_l -_ismbchira_l -_ismbckata_l -_ismbcl0_l -_ismbcl1_l -_ismbcl2_l -_ismbclegal_l -_ismbclower_l -_ismbcprint_l -_ismbcpunct_l -_ismbcspace_l -_ismbcsymbol_l -_ismbcupper_l -_ismbslead_l -_ismbstrail_l -_isprint_l -_isspace_l -_isupper_l -_iswalnum_l -_iswalpha_l -_iswcntrl_l -_iswctype_l -_iswdigit_l -_iswgraph_l -_iswlower_l -_iswprint_l -_iswpunct_l -_iswspace_l -_iswupper_l -_iswxdigit_l -_isxdigit_l -_itoa_s -_itow_s -_makepath_s -_mbbtombc_l -_mbccpy_l -_mbccpy_s -_mbccpy_s_l -_mbcjistojms_l -_mbcjmstojis_l -_mbclen_l -_mbctohira_l -_mbctokata_l -_mbctolower_l -_mbctombb_l -_mbctoupper_l -_mblen_l -_mbsbtype_l -_mbscat_s -_mbscat_s_l -_mbschr_l -_mbscmp_l -_mbscoll_l -_mbscpy_s -_mbscpy_s_l -_mbscspn_l -_mbsdec_l -_mbsicmp_l -_mbsicoll_l -_mbsinc_l -_mbslen_l -_mbslwr_l -_mbslwr_s -_mbslwr_s_l -_mbsnbcat_l -_mbsnbcat_s -_mbsnbcat_s_l -_mbsnbcmp_l -_mbsnbcnt_l -_mbsnbcoll_l -_mbsnbcpy_l -_mbsnbcpy_s -_mbsnbcpy_s_l -_mbsnbicmp_l -_mbsnbicoll_l -_mbsnbset_l -_mbsnbset_s -_mbsnbset_s_l -_mbsncat_l -_mbsncat_s -_mbsncat_s_l -_mbsnccnt_l -_mbsncmp_l -_mbsncoll_l -_mbsncpy_l -_mbsncpy_s -_mbsncpy_s_l -_mbsnextc_l -_mbsnicmp_l -_mbsnicoll_l -_mbsninc_l -_mbsnlen -_mbsnlen_l -_mbsnset_l -_mbsnset_s -_mbsnset_s_l -_mbspbrk_l -_mbsrchr_l -_mbsrev_l -_mbsset_l -_mbsset_s -_mbsset_s_l -_mbsspn_l -_mbsspnp_l -_mbsstr_l -_mbstok_l -_mbstok_s -_mbstok_s_l -_mbstowcs_l -_mbstowcs_s_l -_mbstrlen_l -_mbstrnlen -_mbstrnlen_l -_mbsupr_l -_mbsupr_s -_mbsupr_s_l -_mbtowc_l -_memicmp_l -; _mktemp_s replaced by emu -_printf_l -_printf_p -_printf_p_l -_printf_s_l -_putenv_s -_scanf_l -_scanf_s_l -_scprintf_l -_scprintf_p_l -_scwprintf_l -_scwprintf_p_l -_searchenv_s -_snprintf_c -_snprintf_c_l -_snprintf_l -_snprintf_s -_snprintf_s_l -_snscanf_l -_snscanf_s -_snscanf_s_l -_snwprintf_l -_snwprintf_s -_snwprintf_s_l -_snwscanf_l -_snwscanf_s -_snwscanf_s_l -; _sopen_s replaced by emu -_splitpath_s -_sprintf_l -_sprintf_p_l -_sprintf_s_l -_sscanf_l -_sscanf_s_l -_strcoll_l -; _strdate_s replaced by emu -_strerror_s -_stricmp_l -_stricoll_l -_strlwr_l -_strlwr_s -_strlwr_s_l -_strncoll_l -_strnicmp_l -_strnicoll_l -_strnset_s -_strset_s -; _strtime_s replaced by emu -_strtod_l -_strtoi64_l -_strtol_l -_strtoui64_l -_strtoul_l -_strupr_l -_strupr_s -_strupr_s_l -_strxfrm_l -_swprintf == swprintf -_swprintf_c_l -_swprintf_p_l -_swprintf_s_l -_swscanf_l -_swscanf_s_l -_tolower_l -_toupper_l -_towlower_l -_towupper_l -_ui64toa_s -_ui64tow_s -_ultoa_s -_ultow_s -; _umask_s Replaced by emu -_vcprintf -_vcprintf_l -_vcprintf_p -_vcprintf_p_l -; _vcprintf_s Replaced by emu. -; _vcprintf_s_l Likewise. -_vcwprintf -_vcwprintf_l -_vcwprintf_p -_vcwprintf_p_l -; _vcwprintf_s Replaced by emu. -; _vcwprintf_s_l Likewise. -_vfprintf_l -_vfprintf_p -_vfprintf_p_l -_vfprintf_s_l -_vfwprintf_l -_vfwprintf_p -_vfwprintf_p_l -_vfwprintf_s_l -_vprintf_l -_vprintf_p -_vprintf_p_l -_vprintf_s_l -_vscprintf_l -_vscprintf_p_l -_vscwprintf_l -_vscwprintf_p_l -_vsnprintf_c -_vsnprintf_c_l -_vsnprintf_l -_vsnprintf_s -_vsnprintf_s_l -_vsnwprintf_l -_vsnwprintf_s -_vsnwprintf_s_l -_vsprintf_l -_vsprintf_p -_vsprintf_p_l -_vsprintf_s_l -_vswprintf == vswprintf -_vswprintf_c -_vswprintf_c_l -_vswprintf_l -_vswprintf_p_l -_vswprintf_s_l -_vwprintf_l -_vwprintf_p -_vwprintf_p_l -_vwprintf_s_l -; _waccess_s Replaced by emu -; _access_s Likewise. -; _wasctime_s Likewise. -_wcscoll_l -_wcserror_s -_wcsftime_l -_wcsicmp_l -_wcsicoll_l -_wcslwr_l -_wcslwr_s -_wcslwr_s_l -_wcsncoll_l -_wcsnicmp_l -_wcsnicoll_l -_wcsnset_s -_wcsset_s -_wcstoi64_l -_wcstol_l -_wcstombs_l -_wcstombs_s_l -_wcstoui64_l -_wcstoul_l -_wcsupr_l -_wcsupr_s -_wcsupr_s_l -_wcsxfrm_l -; _wctime32_s replaced by emu -; _wctime64_s Likewise. -_wctomb_l -_wctomb_s_l -_wfopen_s -_wfreopen_s -_wgetenv_s -_winput_s -_wmakepath_s -; _wmktemp_s replaced by emu -_woutput_s -_wprintf_l -_wprintf_p -_wprintf_p_l -_wprintf_s_l -_wputenv_s -_wscanf_l -_wscanf_s_l -_wsearchenv_s -_wsopen_s -_wsplitpath_s -; _wstrdate_s replaced by emu -; _wstrtime_s Likewise. -_wtmpnam_s -_wtof_l -_wtoi64_l -_wtoi_l -_wtol_l -; asctime_s replaced by emu -bsearch_s -clearerr_s -fopen_s -fprintf_s -freopen_s -fscanf_s -fwprintf_s -fwscanf_s -getenv_s -mbsrtowcs_s -mbstowcs_s -; memcpy_s replaced by emu -; memmove_s replaced by emu -printf_s -qsort_s -scanf_s -; sprintf_s replaced by emu -sscanf_s -strcat_s -strcpy_s -; strerror_s replaced by emu -strncat_s -strncpy_s -; strnlen replaced by emu -strtok_s -swprintf_s -swscanf_s -tmpfile_s -tmpnam_s -vfprintf_s -vfwprintf_s -vprintf_s -vsnprintf == _vsnprintf -snprintf == _snprintf -snwprintf == _snwprintf -vsnwprintf == _vsnwprintf -; vsprintf_s replaced by emu -vswprintf_s -vwprintf_s -wcrtomb_s -wcscat_s -wcscpy_s -wcsncat_s -wcsncpy_s -; For backward compatibility we provide this function in libmingwex -wcsnlen DATA -wcsrtombs_s -wcstok_s -wcstombs_s -wctomb_s -wprintf_s -wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/newdev.def mingw-w64-6.0.0/mingw-w64-crt/lib32/newdev.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/newdev.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/newdev.def 2018-09-14 14:16:43.000000000 +0000 @@ -2,5 +2,5 @@ EXPORTS UpdateDriverForPlugAndPlayDevicesA UpdateDriverForPlugAndPlayDevicesW -UpdateDriverForPlugAndPlayDevicesA@20=UpdateDriverForPlugAndPlayDevicesA -UpdateDriverForPlugAndPlayDevicesW@20=UpdateDriverForPlugAndPlayDevicesW +UpdateDriverForPlugAndPlayDevicesA@20==UpdateDriverForPlugAndPlayDevicesA +UpdateDriverForPlugAndPlayDevicesW@20==UpdateDriverForPlugAndPlayDevicesW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/oleaut32.def mingw-w64-6.0.0/mingw-w64-crt/lib32/oleaut32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/oleaut32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/oleaut32.def 2018-09-14 14:16:43.000000000 +0000 @@ -346,7 +346,7 @@ GetRecordInfoFromTypeInfo@8 SetVarConversionLocaleSetting@4 GetVarConversionLocaleSetting@4 -SetOaNoCache@0 +SetOaNoCache VarCyMulI8@20 VarDateFromUdate@12 VarUdateFromDate@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/runtimeobject.def mingw-w64-6.0.0/mingw-w64-crt/lib32/runtimeobject.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/runtimeobject.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/runtimeobject.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -LIBRARY "api-ms-win-core-winrt-l1-1-0.dll" -EXPORTS -RoActivateInstance@8 -RoGetActivationFactory@12 -RoGetApartmentIdentifier@4 -RoInitialize@4 -RoRegisterActivationFactories@16 -RoRevokeActivationFactories@4 -RoUninitialize - -LIBRARY "api-ms-win-core-winrt-string-l1-1-0.dll" -EXPORTS -HSTRING_UserFree@8 -HSTRING_UserMarshal@12 -HSTRING_UserSize@12 -HSTRING_UserUnmarshal@12 -WindowsCompareStringOrdinal@12 -WindowsConcatString@12 -WindowsCreateString@12 -WindowsCreateStringReference@16 -WindowsDeleteString@4 -WindowsDeleteStringBuffer@4 -WindowsDuplicateString@8 -WindowsGetStringLen@4 -WindowsGetStringRawBuffer@8 -WindowsInspectString@24 -WindowsIsStringEmpty@4 -WindowsPreallocateStringBuffer@12 -WindowsPromoteStringBuffer@8 -WindowsReplaceString@16 -WindowsStringHasEmbeddedNull@8 -WindowsSubstring@12 -WindowsSubstringWithSpecifiedLength@16 -WindowsTrimStringEnd@12 -WindowsTrimStringStart@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/runtimeobject.mri mingw-w64-6.0.0/mingw-w64-crt/lib32/runtimeobject.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib32/runtimeobject.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/runtimeobject.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +CREATE lib32/libruntimeobject.a +ADDLIB lib32/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/schannel.def mingw-w64-6.0.0/mingw-w64-crt/lib32/schannel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/schannel.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/schannel.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +LIBRARY SCHANNEL.dll +EXPORTS +AcceptSecurityContext@36 +AcquireCredentialsHandleA@36 +AcquireCredentialsHandleW@36 +ApplyControlToken@8 +CloseSslPerformanceData +CollectSslPerformanceData@16 +CompleteAuthToken@8 +DeleteSecurityContext@4 +EnumerateSecurityPackagesA@8 +EnumerateSecurityPackagesW@8 +FreeContextBuffer@4 +FreeCredentialsHandle@4 +ImpersonateSecurityContext@4 +InitSecurityInterfaceA@0 +InitSecurityInterfaceW@0 +InitializeSecurityContextA@48 +InitializeSecurityContextW@48 +MakeSignature@16 +OpenSslPerformanceData@4 +QueryContextAttributesA@12 +QueryContextAttributesW@12 +QuerySecurityPackageInfoA@8 +QuerySecurityPackageInfoW@8 +RevertSecurityContext@4 +SealMessage@16 +SpLsaModeInitialize@16 +SpUserModeInitialize@16 +SslCrackCertificate@16 +SslEmptyCacheA@8 +SslEmptyCacheW@8 +SslFreeCertificate@4 +SslGenerateKeyPair@16 +SslGenerateRandomBits@8 +SslGetMaximumKeySize@4 +SslLoadCertificate@12 +SupportsChannelBinding +UnsealMessage@16 +VerifySignature@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/security.def mingw-w64-6.0.0/mingw-w64-crt/lib32/security.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/security.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/security.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +LIBRARY Security.dll +EXPORTS +AcceptSecurityContext@36 +AcquireCredentialsHandleA@36 +AcquireCredentialsHandleW@36 +AddSecurityPackageA@8 +AddSecurityPackageW@8 +ApplyControlToken@8 +CompleteAuthToken@8 +DecryptMessage@16 +DeleteSecurityContext@4 +DeleteSecurityPackageA@4 +DeleteSecurityPackageW@4 +EncryptMessage@16 +EnumerateSecurityPackagesA@8 +EnumerateSecurityPackagesW@8 +ExportSecurityContext@16 +FreeContextBuffer@4 +FreeCredentialsHandle@4 +ImpersonateSecurityContext@4 +ImportSecurityContextA@16 +ImportSecurityContextW@16 +InitSecurityInterfaceA@0 +InitSecurityInterfaceW@0 +InitializeSecurityContextA@48 +InitializeSecurityContextW@48 +MakeSignature@16 +QueryContextAttributesA@12 +QueryContextAttributesW@12 +QueryCredentialsAttributesA@12 +QueryCredentialsAttributesW@12 +QuerySecurityContextToken@8 +QuerySecurityPackageInfoA@8 +QuerySecurityPackageInfoW@8 +RevertSecurityContext@4 +SealMessage@16 +UnsealMessage@16 +VerifySignature@16 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/synchronization.mri mingw-w64-6.0.0/mingw-w64-crt/lib32/synchronization.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib32/synchronization.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/synchronization.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,4 @@ +CREATE lib32/libsynchronization.a +ADDLIB lib32/libapi-ms-win-core-synch-l1-2-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/ucrt.mri mingw-w64-6.0.0/mingw-w64-crt/lib32/ucrt.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib32/ucrt.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/ucrt.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +CREATE lib32/libucrt.a +ADDLIB lib32/libapi-ms-win-crt-conio-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-convert-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-environment-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-filesystem-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-heap-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-locale-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-math-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-multibyte-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-private-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-process-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-runtime-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-stdio-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-string-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-time-l1-1-0.a +ADDLIB lib32/libapi-ms-win-crt-utility-l1-1-0.a +ADDLIB lib32/libucrt_extra.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/virtdisk.def mingw-w64-6.0.0/mingw-w64-crt/lib32/virtdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/virtdisk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/virtdisk.def 2018-09-14 14:16:43.000000000 +0000 @@ -5,15 +5,29 @@ ; LIBRARY "VirtDisk.dll" EXPORTS +AddVirtualDiskParent@8 +ApplySnapshotVhdSet@12 AttachVirtualDisk@24 +BreakMirrorVirtualDisk@4 CompactVirtualDisk@16 CreateVirtualDisk@36 +DeleteSnapshotVhdSet@12 +DeleteVirtualDiskMetadata@8 DetachVirtualDisk@12 +EnumerateVirtualDiskMetadata@12 ExpandVirtualDisk@16 +GetAllAttachedVirtualDiskPhysicalPaths@8 GetStorageDependencyInformation@20 GetVirtualDiskInformation@16 +GetVirtualDiskMetadata@16 GetVirtualDiskOperationProgress@12 GetVirtualDiskPhysicalPath@12 MergeVirtualDisk@16 +MirrorVirtualDisk@16 +ModifyVhdSet@12 OpenVirtualDisk@24 +QueryChangesVirtualDisk@40 +ResizeVirtualDisk@16 SetVirtualDiskInformation@8 +SetVirtualDiskMetadata@16 +TakeSnapshotVhdSet@12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/vsstrace.def mingw-w64-6.0.0/mingw-w64-crt/lib32/vsstrace.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/vsstrace.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/vsstrace.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,255 +0,0 @@ -; -; Definition file of vsstrace.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "vsstrace.dll" -EXPORTS -; public: __thiscall CBsAutoLock::CBsAutoLock(class CBsCritSec &) -??0CBsAutoLock@@QAE@AAVCBsCritSec@@@Z ; has WINAPI (@4) -; public: __thiscall CBsAutoLock::CBsAutoLock(class CBsAutoLock const &) -??0CBsAutoLock@@QAE@ABV0@@Z ; has WINAPI (@4) -; public: __thiscall CBsAutoLock::CBsAutoLock(struct _RTL_CRITICAL_SECTION *) -??0CBsAutoLock@@QAE@PAU_RTL_CRITICAL_SECTION@@@Z ; has WINAPI (@4) -; public: __thiscall CBsAutoLock::CBsAutoLock(void *) -??0CBsAutoLock@@QAE@PAX@Z ; has WINAPI (@4) -; public: __thiscall CBsCritSec::CBsCritSec(class CBsCritSec const &) -??0CBsCritSec@@QAE@ABV0@@Z ; has WINAPI (@4) -; public: __thiscall CBsCritSec::CBsCritSec(void) -??0CBsCritSec@@QAE@XZ ; has WINAPI (@0) -; public: __thiscall CBsDbgTrace::CBsDbgTrace(void) -??0CBsDbgTrace@@QAE@XZ ; has WINAPI (@0) -; public: __thiscall CVssDebugInfo::CVssDebugInfo(struct CVssDebugInfo const &) -??0CVssDebugInfo@@QAE@ABU0@@Z ; has WINAPI (@4) -; public: __thiscall CVssDebugInfo::CVssDebugInfo(unsigned short const *,char const *,unsigned long,unsigned long,unsigned long) -??0CVssDebugInfo@@QAE@PBGPBDKKK@Z ; has WINAPI (@20) -; public: __thiscall CVssFunctionTracer::CVssFunctionTracer(struct CVssDebugInfo,unsigned short const *) -??0CVssFunctionTracer@@QAE@UCVssDebugInfo@@PBG@Z ; has WINAPI (@88) -; public: virtual __thiscall CBsAutoLock::~CBsAutoLock(void) -??1CBsAutoLock@@UAE@XZ ; has WINAPI (@0) -; public: virtual __thiscall CBsCritSec::~CBsCritSec(void) -??1CBsCritSec@@UAE@XZ ; has WINAPI (@0) -; public: __thiscall CBsDbgTrace::~CBsDbgTrace(void) -??1CBsDbgTrace@@QAE@XZ ; has WINAPI (@0) -; public: __thiscall CVssDebugInfo::~CVssDebugInfo(void) -??1CVssDebugInfo@@QAE@XZ ; has WINAPI (@0) -; public: __thiscall CVssFunctionTracer::~CVssFunctionTracer(void) -??1CVssFunctionTracer@@QAE@XZ ; has WINAPI (@0) -; public: class CBsAutoLock &__thiscall CBsAutoLock::operator =(class CBsAutoLock const &) -??4CBsAutoLock@@QAEAAV0@ABV0@@Z ; has WINAPI (@4) -; public: class CBsCritSec &__thiscall CBsCritSec::operator =(class CBsCritSec const &) -??4CBsCritSec@@QAEAAV0@ABV0@@Z ; has WINAPI (@4) -; public: class CBsDbgTrace &__thiscall CBsDbgTrace::operator =(class CBsDbgTrace const &) -??4CBsDbgTrace@@QAEAAV0@ABV0@@Z ; has WINAPI (@4) -; public: struct CVssDebugInfo &__thiscall CVssDebugInfo::operator =(struct CVssDebugInfo const &) -??4CVssDebugInfo@@QAEAAU0@ABU0@@Z ; has WINAPI (@4) -; public: class CVssFunctionTracer &__thiscall CVssFunctionTracer::operator =(class CVssFunctionTracer const &) -??4CVssFunctionTracer@@QAEAAV0@ABV0@@Z ; has WINAPI (@4) -; public: class CVssSKU &__thiscall CVssSKU::operator =(class CVssSKU const &) -??4CVssSKU@@QAEAAV0@ABV0@@Z ; has WINAPI (@4) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(int) -??6CVssDebugInfo@@QAE?AU0@H@Z ; has WINAPI (@8) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(long) -??6CVssDebugInfo@@QAE?AU0@J@Z ; has WINAPI (@8) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(unsigned long) -??6CVssDebugInfo@@QAE?AU0@K@Z ; has WINAPI (@8) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(char *) -??6CVssDebugInfo@@QAE?AU0@PAD@Z ; has WINAPI (@8) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(unsigned short const *) -??6CVssDebugInfo@@QAE?AU0@PBG@Z ; has WINAPI (@8) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(struct _GUID) -??6CVssDebugInfo@@QAE?AU0@U_GUID@@@Z ; has WINAPI (@20) -; public: struct CVssDebugInfo __thiscall CVssDebugInfo::operator <<(__int64) -??6CVssDebugInfo@@QAE?AU0@_J@Z ; has WINAPI (@12) -; const CBsAutoLock::$vftable -??_7CBsAutoLock@@6B@ DATA -; const CBsCritSec::$vftable -??_7CBsCritSec@@6B@ DATA -; public: void __thiscall CVssFunctionTracer::AddContext(struct CVssDebugInfo,unsigned int,unsigned short const *) -?AddContext@CVssFunctionTracer@@QAEXUCVssDebugInfo@@IPBG@Z ; has WINAPI (@92) -; public: void __thiscall CVssFunctionTracer::AddContext(struct CVssDebugInfo,unsigned short const *,unsigned short const *) -?AddContext@CVssFunctionTracer@@QAEXUCVssDebugInfo@@PBG1@Z ; has WINAPI (@92) -; public: void __cdecl CVssFunctionTracer::AddContextEx(struct CVssDebugInfo,unsigned int,unsigned short const *,...) -?AddContextEx@CVssFunctionTracer@@QAAXUCVssDebugInfo@@IPBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddContextEx(struct CVssDebugInfo,unsigned short const *,unsigned short const *,...) -?AddContextEx@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBG1ZZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::AddContextInternal(struct CVssDebugInfo,enum _VssContextType,unsigned short const *,unsigned short const *) -?AddContextInternal@CVssFunctionTracer@@QAEXUCVssDebugInfo@@W4_VssContextType@@PBG2@Z ; has WINAPI (@96) -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned int,unsigned int,...) -?AddErrorSpecificContext@CVssFunctionTracer@@QAAXUCVssDebugInfo@@IIZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned int,unsigned short const *,...) -?AddErrorSpecificContext@CVssFunctionTracer@@QAAXUCVssDebugInfo@@IPBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned short const *,unsigned short const *,...) -?AddErrorSpecificContext@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBG1ZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddFailureAndCorrectiveAction(struct CVssDebugInfo,unsigned int,unsigned int,...) -?AddFailureAndCorrectiveAction@CVssFunctionTracer@@QAAXUCVssDebugInfo@@IIZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddFailureAndCorrectiveAction(struct CVssDebugInfo,unsigned short const *,unsigned short const *,...) -?AddFailureAndCorrectiveAction@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBG1ZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long,unsigned int,...) -?AddGenericErrorContext@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JIZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long,unsigned short const *,...) -?AddGenericErrorContext@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBGZZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long) -?AddGenericErrorContext@CVssFunctionTracer@@QAEXUCVssDebugInfo@@J@Z ; has WINAPI (@88) -; public: void __cdecl CVssFunctionTracer::AddOperation(struct CVssDebugInfo,unsigned int,...) -?AddOperation@CVssFunctionTracer@@QAAXUCVssDebugInfo@@IZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::AddOperation(struct CVssDebugInfo,unsigned short const *,...) -?AddOperation@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; has WINAPI (@0) -; void __stdcall AssertFail(char const *,unsigned int,char const *) -?AssertFail@@YGXPBDI0@Z ; has WINAPI (@12) -; public: void __cdecl CVssFunctionTracer::CheckForError(struct CVssDebugInfo,unsigned short const *) -?CheckForError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBG@Z ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::CheckForErrorInternal(struct CVssDebugInfo,unsigned short const *) -?CheckForErrorInternal@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBG@Z ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::CoCreateInstanceWithLog(struct CVssDebugInfo,struct _GUID,unsigned short const *,unsigned long,struct _GUID,struct IUnknown **) -?CoCreateInstanceWithLog@CVssFunctionTracer@@QAEXUCVssDebugInfo@@U_GUID@@PBGK1PAPAUIUnknown@@@Z ; has WINAPI (@128) -; public: void __thiscall CVssFunctionTracer::ComDisableSEH(struct CVssDebugInfo) -?ComDisableSEH@CVssFunctionTracer@@QAEXUCVssDebugInfo@@@Z ; has WINAPI (@84) -; public: void __thiscall CBsCritSec::Enter(void) -?Enter@CBsCritSec@@QAEXXZ ; has WINAPI (@0) -; public: void __thiscall CBsDbgTrace::EnterCachedMode(void) -?EnterCachedMode@CBsDbgTrace@@QAEXXZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::EraseInsertionStringsFromText(unsigned short *) -?EraseInsertionStringsFromText@CVssFunctionTracer@@QAEXPAG@Z ; has WINAPI (@4) -; public: void __cdecl CVssFunctionTracer::Err(struct CVssDebugInfo,long,unsigned short const *,...) -?Err@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::ErrBox(struct CVssDebugInfo,long,unsigned short const *,...) -?ErrBox@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBGZZ ; has WINAPI (@0) -; public: long __thiscall CVssFunctionTracer::Exit(long) -?Exit@CVssFunctionTracer@@QAEJJ@Z ; has WINAPI (@4) -; public: unsigned short *__thiscall CVssFunctionTracer::Exit(unsigned short *) -?Exit@CVssFunctionTracer@@QAEPAGPAG@Z ; has WINAPI (@4) -; public: bool __thiscall CVssFunctionTracer::Exit(bool) -?Exit@CVssFunctionTracer@@QAE_N_N@Z ; has WINAPI (@4) -; public: void __thiscall CBsDbgTrace::ExitCachedMode(void) -?ExitCachedMode@CBsDbgTrace@@QAEXXZ ; has WINAPI (@0) -; public: void __thiscall CBsDbgTrace::FlushCache(void) -?FlushCache@CBsDbgTrace@@QAEXXZ ; has WINAPI (@0) -; public: struct _RTL_CRITICAL_SECTION *__thiscall CBsCritSec::GetCritSec(void) -?GetCritSec@CBsCritSec@@QAEPAU_RTL_CRITICAL_SECTION@@XZ ; has WINAPI (@0) -; public: unsigned short *__thiscall CVssFunctionTracer::GetCurrentContexts(void) -?GetCurrentContexts@CVssFunctionTracer@@QAEPAGXZ ; has WINAPI (@0) -; public: long __thiscall CVssFunctionTracer::GetHr(void) -?GetHr@CVssFunctionTracer@@QAEJXZ ; has WINAPI (@0) -; public: unsigned int __thiscall CVssFunctionTracer::GetPrefixForContextType(enum _VssContextType) -?GetPrefixForContextType@CVssFunctionTracer@@QAEIW4_VssContextType@@@Z ; has WINAPI (@4) -; public: static enum CVssSKU::EVssSKUType __stdcall CVssSKU::GetSKU(void) -?GetSKU@CVssSKU@@SG?AW4EVssSKUType@1@XZ ; has WINAPI (@0) -; public: unsigned long __thiscall CBsDbgTrace::GetTraceEnterExit(void) -?GetTraceEnterExit@CBsDbgTrace@@QAEKXZ ; has WINAPI (@0) -; public: unsigned short *__thiscall CBsDbgTrace::GetTraceFileVolume(void) -?GetTraceFileVolume@CBsDbgTrace@@QAEPAGXZ ; has WINAPI (@0) -; public: unsigned long __thiscall CBsDbgTrace::GetTraceLevel(void) -?GetTraceLevel@CBsDbgTrace@@QAEKXZ ; has WINAPI (@0) -; public: bool __thiscall CVssFunctionTracer::HrFailed(void) -?HrFailed@CVssFunctionTracer@@QAE_NXZ ; has WINAPI (@0) -; public: bool __thiscall CVssFunctionTracer::HrInFacility(int) -?HrInFacility@CVssFunctionTracer@@QAE_NH@Z ; has WINAPI (@4) -; public: bool __thiscall CVssFunctionTracer::HrSucceeded(void) -?HrSucceeded@CVssFunctionTracer@@QAE_NXZ ; has WINAPI (@0) -; public: void __thiscall CBsDbgTrace::Initialize(int) -?Initialize@CBsDbgTrace@@QAEXH@Z ; has WINAPI (@4) -; private: static void __stdcall CVssSKU::Initialize(void) -?Initialize@CVssSKU@@CGXXZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::InterpretWaitForMultipleObjects(unsigned long) -?InterpretWaitForMultipleObjects@CVssFunctionTracer@@QAEXK@Z ; has WINAPI (@4) -; public: static int __stdcall CVssSKU::IsClient(void) -?IsClient@CVssSKU@@SGHXZ ; has WINAPI (@0) -; public: int __thiscall CBsDbgTrace::IsConditonalDebugBreakEnabled(void) -?IsConditonalDebugBreakEnabled@CBsDbgTrace@@QAEHXZ ; has WINAPI (@0) -; public: int __thiscall CBsDbgTrace::IsDuringSetup(void) -?IsDuringSetup@CBsDbgTrace@@QAEHXZ ; has WINAPI (@0) -; public: int __thiscall CVssFunctionTracer::IsDuringSetup(void) -?IsDuringSetup@CVssFunctionTracer@@QAEHXZ ; has WINAPI (@0) -; public: bool __thiscall CVssFunctionTracer::IsHwDiagEnabled(void) -?IsHwDiagEnabled@CVssFunctionTracer@@QAE_NXZ ; has WINAPI (@0) -; public: int __thiscall CVssFunctionTracer::IsInSoftwareProvider(void) -?IsInSoftwareProvider@CVssFunctionTracer@@QAEHXZ ; has WINAPI (@0) -; public: static int __stdcall CVssSKU::IsNAS(void) -?IsNAS@CVssSKU@@SGHXZ ; has WINAPI (@0) -; public: static int __stdcall CVssSKU::IsServer(void) -?IsServer@CVssSKU@@SGHXZ ; has WINAPI (@0) -; public: int __thiscall CBsDbgTrace::IsTracingEnabled(void) -?IsTracingEnabled@CBsDbgTrace@@QAEHXZ ; has WINAPI (@0) -; public: static int __stdcall CVssSKU::IsTransportableAllowed(void) -?IsTransportableAllowed@CVssSKU@@SGHXZ ; has WINAPI (@0) -; public: void __thiscall CBsCritSec::Leave(void) -?Leave@CBsCritSec@@QAEXXZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::LogError(unsigned long,struct CVssDebugInfo,unsigned short,unsigned short *) -?LogError@CVssFunctionTracer@@QAAXKUCVssDebugInfo@@GPAG@Z ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::LogGenericInfo(struct CVssDebugInfo,unsigned short const *,...) -?LogGenericInfo@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::LogGenericWarning(struct CVssDebugInfo,unsigned short const *,...) -?LogGenericWarning@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::LogSecurityAudit(unsigned long,struct CVssDebugInfo) -?LogSecurityAudit@CVssFunctionTracer@@QAAXKUCVssDebugInfo@@@Z ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::LogVssStartupAttempt(void) -?LogVssStartupAttempt@CVssFunctionTracer@@QAEXXZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::Msg(unsigned short const *,...) -?Msg@CVssFunctionTracer@@QAAXPBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::MsgBox(unsigned short const *,unsigned short const *,...) -?MsgBox@CVssFunctionTracer@@QAAXPBG0ZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::MsgNoCR(unsigned short const *,...) -?MsgNoCR@CVssFunctionTracer@@QAAXPBGZZ ; has WINAPI (@0) -; private: long __thiscall CBsDbgTrace::OpenAndLock(void) -?OpenAndLock@CBsDbgTrace@@AAEJXZ ; has WINAPI (@0) -; private: long __thiscall CBsDbgTrace::OutputString(bool) -?OutputString@CBsDbgTrace@@AAEJ_N@Z ; has WINAPI (@4) -; public: long __thiscall CBsDbgTrace::PostPrint(unsigned long) -?PostPrint@CBsDbgTrace@@QAEJK@Z ; has WINAPI (@4) -; public: long __thiscall CBsDbgTrace::PrePrint(unsigned short const *,unsigned long,unsigned long,unsigned long,unsigned short const *,int) -?PrePrint@CBsDbgTrace@@QAEJPBGKKK0H@Z ; has WINAPI (@24) -; public: long __cdecl CBsDbgTrace::Print(unsigned short const *,...) -?Print@CBsDbgTrace@@QAAJPBGZZ ; has WINAPI (@0) -; public: long __cdecl CBsDbgTrace::PrintEnterExit(unsigned short const *,...) -?PrintEnterExit@CBsDbgTrace@@QAAJPBGZZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::ReThrow(void) -?ReThrow@CVssFunctionTracer@@QAEXXZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: long __thiscall CBsDbgTrace::ReadRegistry(void) -?ReadRegistry@CBsDbgTrace@@QAEJXZ ; has WINAPI (@0) -; public: static bool __cdecl CVssFunctionTracer::SafeLogEvent(unsigned long,unsigned short,int,...) -?SafeLogEvent@CVssFunctionTracer@@SA_NKGHZZ ; has WINAPI (@0) -; public: long __thiscall CVssFunctionTracer::SetHr(long) -?SetHr@CVssFunctionTracer@@QAEJJ@Z ; has WINAPI (@4) -; public: static void __cdecl CVssFunctionTracer::StaticTrace(unsigned short const *,unsigned short const *,...) -?StaticTrace@CVssFunctionTracer@@SAXPBG0ZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::Throw(struct CVssDebugInfo,long,unsigned short const *,...) -?Throw@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::ThrowIf(int,struct CVssDebugInfo,long,unsigned short const *,...) -?ThrowIf@CVssFunctionTracer@@QAAXHUCVssDebugInfo@@JPBGZZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::ThrowOutOfMemory(struct CVssDebugInfo) -?ThrowOutOfMemory@CVssFunctionTracer@@QAAXUCVssDebugInfo@@@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::Trace(struct CVssDebugInfo,unsigned short const *,...) -?Trace@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; has WINAPI (@0) -; public: void __thiscall CVssFunctionTracer::TraceBuffer(struct CVssDebugInfo,unsigned long,unsigned char *) -?TraceBuffer@CVssFunctionTracer@@QAEXUCVssDebugInfo@@KPAE@Z ; has WINAPI (@92) -; public: void __thiscall CVssFunctionTracer::TraceComError(void) -?TraceComError@CVssFunctionTracer@@QAEXXZ ; has WINAPI (@0) -; public: void __cdecl CVssFunctionTracer::TranslateComError(struct CVssDebugInfo,unsigned short const *,...) -?TranslateComError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateError(struct CVssDebugInfo,long,unsigned short const *) -?TranslateError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBG@Z ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateGenericError(struct CVssDebugInfo,long,unsigned short const *,...) -?TranslateGenericError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JPBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateInternalLovelaceError(struct CVssDebugInfo,long,int,unsigned short const *,...) -?TranslateInternalLovelaceError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JHPBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateInternalProviderError(struct CVssDebugInfo,long,long,unsigned short const *,...) -?TranslateInternalProviderError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@JJPBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateProviderError(struct CVssDebugInfo,struct _GUID,unsigned short const *,...) -?TranslateProviderError@CVssFunctionTracer@@QAAXUCVssDebugInfo@@U_GUID@@PBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateWin32Error(struct CVssDebugInfo,unsigned short const *,...) -?TranslateWin32Error@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; Check!!! Couldn't determine function argument count. Function doesn't return. -; public: void __cdecl CVssFunctionTracer::TranslateWriterReturnCode(struct CVssDebugInfo,unsigned short const *,...) -?TranslateWriterReturnCode@CVssFunctionTracer@@QAAXUCVssDebugInfo@@PBGZZ ; has WINAPI (@0) -; private: long __thiscall CBsDbgTrace::UnlockAndClose(void) -?UnlockAndClose@CBsDbgTrace@@AAEJXZ ; has WINAPI (@0) -; void __stdcall VssSetDebugReport(long) -?VssSetDebugReport@@YGXJ@Z ; has WINAPI (@4) -; class CBsDbgTrace g_cDbgTrace -?g_cDbgTrace@@3VCBsDbgTrace@@A DATA -; private: static int CVssSKU::ms_bInitialized -?ms_bInitialized@CVssSKU@@0HA DATA -; private: static int CVssSKU::ms_bTransportableShadowsAllowed -?ms_bTransportableShadowsAllowed@CVssSKU@@0HA DATA -; private: static enum CVssSKU::EVssSKUType CVssSKU::ms_eSKU -?ms_eSKU@CVssSKU@@0W4EVssSKUType@1@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/windowsapp.mri mingw-w64-6.0.0/mingw-w64-crt/lib32/windowsapp.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib32/windowsapp.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/windowsapp.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,72 @@ +CREATE lib32/libwindowsapp.a +ADDLIB lib32/libapi-ms-win-core-com-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-com-l2-1-1.a +ADDLIB lib32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-datetime-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-datetime-l1-1-2.a +ADDLIB lib32/libapi-ms-win-core-debug-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-delayload-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-errorhandling-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-errorhandling-l1-1-3.a +ADDLIB lib32/libapi-ms-win-core-featurestaging-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-fibers-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-fibers-l2-1-1.a +ADDLIB lib32/libapi-ms-win-core-file-ansi-l2-1-0.a +ADDLIB lib32/libapi-ms-win-core-file-l1-2-1.a +ADDLIB lib32/libapi-ms-win-core-file-l2-1-1.a +ADDLIB lib32/libapi-ms-win-core-handle-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-heap-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-heap-l2-1-0.a +ADDLIB lib32/libapi-ms-win-core-heap-obsolete-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-interlocked-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-io-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-largeinteger-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-libraryloader-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-libraryloader-l2-1-0.a +ADDLIB lib32/libapi-ms-win-core-localization-ansi-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-localization-l1-2-1.a +ADDLIB lib32/libapi-ms-win-core-localization-l1-2-2.a +ADDLIB lib32/libapi-ms-win-core-localization-l2-1-0.a +ADDLIB lib32/libapi-ms-win-core-memory-l1-1-2.a +ADDLIB lib32/libapi-ms-win-core-memory-l1-1-4.a +ADDLIB lib32/libapi-ms-win-core-normalization-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-processenvironment-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-processthreads-l1-1-2.a +ADDLIB lib32/libapi-ms-win-core-processthreads-l1-1-3.a +ADDLIB lib32/libapi-ms-win-core-profile-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-psapi-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-realtime-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-realtime-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-rtlsupport-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-slapi-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-string-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-synch-ansi-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-synch-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-synch-l1-2-1.a +ADDLIB lib32/libapi-ms-win-core-sysinfo-l1-2-1.a +ADDLIB lib32/libapi-ms-win-core-sysinfo-l1-2-3.a +ADDLIB lib32/libapi-ms-win-core-threadpool-l1-2-0.a +ADDLIB lib32/libapi-ms-win-core-timezone-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-util-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-windowsceip-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-error-l1-1-1.a +ADDLIB lib32/libapi-ms-win-core-winrt-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-registration-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB lib32/libapi-ms-win-core-xstate-l2-1-0.a +ADDLIB lib32/libapi-ms-win-eventing-classicprovider-l1-1-0.a +ADDLIB lib32/libapi-ms-win-eventing-consumer-l1-1-0.a +ADDLIB lib32/libapi-ms-win-eventing-controller-l1-1-0.a +ADDLIB lib32/libapi-ms-win-eventing-legacy-l1-1-0.a +ADDLIB lib32/libapi-ms-win-eventing-provider-l1-1-0.a +ADDLIB lib32/libapi-ms-win-gaming-tcui-l1-1-2.a +ADDLIB lib32/libapi-ms-win-ro-typeresolution-l1-1-0.a +ADDLIB lib32/libapi-ms-win-security-base-l1-2-1.a +ADDLIB lib32/libapi-ms-win-security-cryptoapi-l1-1-0.a +ADDLIB lib32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/winspool.def mingw-w64-6.0.0/mingw-w64-crt/lib32/winspool.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/winspool.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/winspool.def 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,25 @@ -LIBRARY WINSPOOL.DRV +; +; Definition file of WINSPOOL.DRV +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "WINSPOOL.DRV" EXPORTS ADVANCEDSETUPDIALOG@16 +AdvancedSetupDialog@16 +ConvertAnsiDevModeToUnicodeDevmode@16 +ConvertUnicodeDevModeToAnsiDevmode@16 +DEVICEMODE@16 +DeviceMode@16 +DocumentEvent@28 +PerfClose@0 +PerfCollect@16 +PerfOpen@4 +QueryColorProfile@24 +QueryRemoteFonts@12 +QuerySpoolMode@12 +SpoolerDevQueryPrintW@20 +StartDocDlgW@8 AbortPrinter@4 AddFormA@12 AddFormW@12 @@ -22,26 +41,30 @@ AddPrinterConnectionA@4 AddPrinterConnectionW@4 AddPrinterDriverA@12 +AddPrinterDriverExA@16 +AddPrinterDriverExW@16 AddPrinterDriverW@12 AddPrinterW@12 AdvancedDocumentPropertiesA@20 AdvancedDocumentPropertiesW@20 -AdvancedSetupDialog@16 ClosePrinter@4 +CloseSpoolFileHandle@8 +CommitSpoolData@12 ConfigurePortA@12 ConfigurePortW@12 ConnectToPrinterDlg@8 +CorePrinterDriverInstalledA@44 +CorePrinterDriverInstalledW@44 +CreatePrintAsyncNotifyChannel@24 CreatePrinterIC@8 DEVICECAPABILITIES@20 -DEVICEMODE@16 DeleteFormA@8 DeleteFormW@8 +DeleteJobNamedProperty@12 DeleteMonitorA@12 DeleteMonitorW@12 DeletePortA@12 DeletePortW@12 -DeletePrinterDataA@8 -DeletePrinterDataW@8 DeletePrintProcessorA@12 DeletePrintProcessorW@12 DeletePrintProvidorA@12 @@ -49,61 +72,98 @@ DeletePrinter@4 DeletePrinterConnectionA@4 DeletePrinterConnectionW@4 +DeletePrinterDataA@8 +DeletePrinterDataExA@12 +DeletePrinterDataExW@12 +DeletePrinterDataW@8 DeletePrinterDriverA@12 +DeletePrinterDriverExA@20 +DeletePrinterDriverExW@20 +DeletePrinterDriverPackageA@12 +DeletePrinterDriverPackageW@12 DeletePrinterDriverW@12 DeletePrinterIC@4 +DeletePrinterKeyA@8 +DeletePrinterKeyW@8 DevQueryPrint@12 +DevQueryPrintEx@4 DeviceCapabilities@20 DeviceCapabilitiesA@20 DeviceCapabilitiesW@20 -DeviceMode@16 -DocumentEvent@28 +DevicePropertySheets@8 DocumentPropertiesA@24 DocumentPropertiesW@24 +DocumentPropertySheets@8 EXTDEVICEMODE@32 EndDocPrinter@4 EndPagePrinter@4 EnumFormsA@24 EnumFormsW@24 +EnumJobNamedProperties@16 EnumJobsA@32 EnumJobsW@32 EnumMonitorsA@24 EnumMonitorsW@24 EnumPortsA@24 +GetDefaultPrinterA@8 +SetDefaultPrinterA@4 +GetDefaultPrinterW@8 +SetDefaultPrinterW@4 EnumPortsW@24 EnumPrintProcessorDatatypesA@28 EnumPrintProcessorDatatypesW@28 EnumPrintProcessorsA@28 EnumPrintProcessorsW@28 +EnumPrinterDataA@36 +EnumPrinterDataExA@24 +EnumPrinterDataExW@24 +EnumPrinterDataW@36 EnumPrinterDriversA@28 EnumPrinterDriversW@28 -EnumPrinterPropertySheets@16 +EnumPrinterKeyA@20 +EnumPrinterKeyW@20 EnumPrintersA@28 EnumPrintersW@28 -EnumPrinterDataA@36 -EnumPrinterDataW@36 ExtDeviceMode@32 FindClosePrinterChangeNotification@4 FindFirstPrinterChangeNotification@16 FindNextPrinterChangeNotification@16 +FlushPrinter@20 +FreePrintNamedPropertyArray@8 +FreePrintPropertyValue@4 FreePrinterNotifyInfo@4 -GetDefaultPrinterA@8 -GetDefaultPrinterW@8 +GetCorePrinterDriversA@20 +GetCorePrinterDriversW@20 GetFormA@24 GetFormW@24 GetJobA@24 +GetJobNamedPropertyValue@16 GetJobW@24 +GetPrintExecutionData@4 +GetPrintOutputInfo@16 GetPrintProcessorDirectoryA@24 GetPrintProcessorDirectoryW@24 GetPrinterA@20 GetPrinterDataA@24 +GetPrinterDataExA@28 +GetPrinterDataExW@28 GetPrinterDataW@24 +GetPrinterDriver2A@28 +GetPrinterDriver2W@28 GetPrinterDriverA@24 GetPrinterDriverDirectoryA@24 GetPrinterDriverDirectoryW@24 +GetPrinterDriverPackagePathA@28 +GetPrinterDriverPackagePathW@28 GetPrinterDriverW@24 GetPrinterW@20 -InitializeDll@12 +GetSpoolFileHandle@4 +InstallPrinterDriverFromPackageA@20 +InstallPrinterDriverFromPackageW@20 +IsValidDevmodeA@8 +IsValidDevmodeW@8 +OpenPrinter2A@16 +OpenPrinter2W@16 OpenPrinterA@12 OpenPrinterW@12 PlayGdiScriptOnPrinterIC@24 @@ -111,26 +171,37 @@ PrinterMessageBoxW@24 PrinterProperties@8 ReadPrinter@16 +RegisterForPrintAsyncNotifications@24 +ReportJobProcessingProgress@16 ResetPrinterA@8 ResetPrinterW@8 ScheduleJob@8 +SeekPrinter@24 SetAllocFailCount@20 SetFormA@16 SetFormW@16 SetJobA@20 +SetJobNamedProperty@12 SetJobW@20 -SetPort@16 +SetPortA@16 +SetPortW@16 SetPrinterA@16 SetPrinterDataA@20 +SetPrinterDataExA@24 +SetPrinterDataExW@24 SetPrinterDataW@20 SetPrinterW@16 -SpoolerDevQueryPrintW@20 SpoolerInit@0 +SplDriverUnloadComplete@4 +SpoolerPrinterEvent@20 StartDocDlgA@8 StartDocDlgW@8 StartDocPrinterA@12 StartDocPrinterW@12 StartPagePrinter@4 +UnRegisterForPrintAsyncNotifications@4 +UploadPrinterDriverPackageA@28 +UploadPrinterDriverPackageW@28 WaitForPrinterChange@8 WritePrinter@16 XcvDataW@32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib32/winusb.def mingw-w64-6.0.0/mingw-w64-crt/lib32/winusb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib32/winusb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib32/winusb.def 2018-09-14 14:16:43.000000000 +0000 @@ -6,11 +6,14 @@ LIBRARY "WINUSB.DLL" EXPORTS WinUsb_AbortPipe@8 +WinUsb_AbortPipeAsync@12 WinUsb_ControlTransfer@28 WinUsb_FlushPipe@8 WinUsb_Free@4 +WinUsb_GetAdjustedFrameNumber@12 WinUsb_GetAssociatedInterface@12 WinUsb_GetCurrentAlternateSetting@8 +WinUsb_GetCurrentFrameNumber@12 WinUsb_GetDescriptor@28 WinUsb_GetOverlappedResult@16 WinUsb_GetPipePolicy@20 @@ -21,9 +24,18 @@ WinUsb_QueryDeviceInformation@16 WinUsb_QueryInterfaceSettings@12 WinUsb_QueryPipe@16 +WinUsb_QueryPipeEx@16 +WinUsb_ReadIsochPipe@28 +WinUsb_ReadIsochPipeAsap@28 WinUsb_ReadPipe@24 +WinUsb_RegisterIsochBuffer@20 WinUsb_ResetPipe@8 +WinUsb_ResetPipeAsync@12 WinUsb_SetCurrentAlternateSetting@8 +WinUsb_SetCurrentAlternateSettingAsync@12 WinUsb_SetPipePolicy@20 WinUsb_SetPowerPolicy@16 +WinUsb_UnregisterIsochBuffer@4 +WinUsb_WriteIsochPipe@20 +WinUsb_WriteIsochPipeAsap@20 WinUsb_WritePipe@24 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/6to4svc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/6to4svc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/6to4svc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/6to4svc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file 6to4Svc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY "6to4Svc.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/aaaamon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/aaaamon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/aaaamon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/aaaamon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file AAAAMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AAAAMON.dll -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/acledit.def mingw-w64-6.0.0/mingw-w64-crt/lib64/acledit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/acledit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/acledit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file ACLEDIT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ACLEDIT.dll -EXPORTS -EditAuditInfo -EditOwnerInfo -EditPermissionInfo -DllMain -FMExtensionProcW -SedDiscretionaryAclEditor -SedSystemAclEditor -SedTakeOwnership diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/activeds.def mingw-w64-6.0.0/mingw-w64-crt/lib64/activeds.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/activeds.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/activeds.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -; -; Exports of file ACTIVEDS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ACTIVEDS.dll -EXPORTS -ADsGetObject -ADsBuildEnumerator -ADsFreeEnumerator -ADsEnumerateNext -ADsBuildVarArrayStr -ADsBuildVarArrayInt -ADsOpenObject -DllCanUnloadNow -DllGetClassObject -ADsSetLastError -ADsGetLastError -AllocADsMem -FreeADsMem -ReallocADsMem -AllocADsStr -FreeADsStr -ReallocADsStr -ADsEncodeBinaryData -PropVariantToAdsType -AdsTypeToPropVariant -AdsFreeAdsValues -ADsDecodeBinaryData -AdsTypeToPropVariant2 -PropVariantToAdsType2 -ConvertSecDescriptorToVariant -ConvertSecurityDescriptorToSecDes -BinarySDToSecurityDescriptor -SecurityDescriptorToBinarySD -ConvertTrusteeToSid -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/actxprxy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/actxprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/actxprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/actxprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file SWEEPRX.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SWEEPRX.dll -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/adrot.def mingw-w64-6.0.0/mingw-w64-crt/lib64/adrot.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/adrot.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/adrot.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AdRot.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AdRot.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/adsiis.def mingw-w64-6.0.0/mingw-w64-crt/lib64/adsiis.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/adsiis.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/adsiis.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ADSIIS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ADSIIS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/adsldp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/adsldp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/adsldp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/adsldp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file adsldp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY adsldp.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/adsmsext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/adsmsext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/adsmsext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/adsmsext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file adsmsext.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY adsmsext.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/adsnt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/adsnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/adsnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/adsnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file ADSNT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ADSNT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/advapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/advapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/advapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/advapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,822 +0,0 @@ -; -; Definition file of ADVAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ADVAPI32.dll" -EXPORTS -I_ScGetCurrentGroupStateW -A_SHAFinal -A_SHAInit -A_SHAUpdate -AbortSystemShutdownA -AbortSystemShutdownW -AccessCheck -AccessCheckAndAuditAlarmA -AccessCheckAndAuditAlarmW -AccessCheckByType -AccessCheckByTypeAndAuditAlarmA -AccessCheckByTypeAndAuditAlarmW -AccessCheckByTypeResultList -AccessCheckByTypeResultListAndAuditAlarmA -AccessCheckByTypeResultListAndAuditAlarmByHandleA -AccessCheckByTypeResultListAndAuditAlarmByHandleW -AccessCheckByTypeResultListAndAuditAlarmW -AddAccessAllowedAce -AddAccessAllowedAceEx -AddAccessAllowedObjectAce -AddAccessDeniedAce -AddAccessDeniedAceEx -AddAccessDeniedObjectAce -AddAce -AddAuditAccessAce -AddAuditAccessAceEx -AddAuditAccessObjectAce -AddConditionalAce -AddMandatoryAce -AddUsersToEncryptedFile -AddUsersToEncryptedFileEx -AdjustTokenGroups -AdjustTokenPrivileges -AllocateAndInitializeSid -AllocateLocallyUniqueId -AreAllAccessesGranted -AreAnyAccessesGranted -AuditComputeEffectivePolicyBySid -AuditComputeEffectivePolicyByToken -AuditEnumerateCategories -AuditEnumeratePerUserPolicy -AuditEnumerateSubCategories -AuditFree -AuditLookupCategoryGuidFromCategoryId -AuditLookupCategoryIdFromCategoryGuid -AuditLookupCategoryNameA -AuditLookupCategoryNameW -AuditLookupSubCategoryNameA -AuditLookupSubCategoryNameW -AuditQueryGlobalSaclA -AuditQueryGlobalSaclW -AuditQueryPerUserPolicy -AuditQuerySecurity -AuditQuerySystemPolicy -AuditSetGlobalSaclA -AuditSetGlobalSaclW -AuditSetPerUserPolicy -AuditSetSecurity -AuditSetSystemPolicy -BackupEventLogA -BackupEventLogW -BuildExplicitAccessWithNameA -BuildExplicitAccessWithNameW -BuildImpersonateExplicitAccessWithNameA -BuildImpersonateExplicitAccessWithNameW -BuildImpersonateTrusteeA -BuildImpersonateTrusteeW -BuildSecurityDescriptorA -BuildSecurityDescriptorW -BuildTrusteeWithNameA -BuildTrusteeWithNameW -BuildTrusteeWithObjectsAndNameA -BuildTrusteeWithObjectsAndNameW -BuildTrusteeWithObjectsAndSidA -BuildTrusteeWithObjectsAndSidW -BuildTrusteeWithSidA -BuildTrusteeWithSidW -CancelOverlappedAccess -ChangeServiceConfig2A -ChangeServiceConfig2W -ChangeServiceConfigA -ChangeServiceConfigW -CheckTokenMembership -ClearEventLogA -ClearEventLogW -CloseCodeAuthzLevel -CloseEncryptedFileRaw -CloseEventLog -CloseServiceHandle -CloseThreadWaitChainSession -CloseTrace -CommandLineFromMsiDescriptor -ComputeAccessTokenFromCodeAuthzLevel -ControlService -ControlServiceExA -ControlServiceExW -ControlTraceA -ControlTraceW -ConvertAccessToSecurityDescriptorA -ConvertAccessToSecurityDescriptorW -ConvertSDToStringSDRootDomainA -ConvertSDToStringSDRootDomainW -ConvertSecurityDescriptorToAccessA -ConvertSecurityDescriptorToAccessNamedA -ConvertSecurityDescriptorToAccessNamedW -ConvertSecurityDescriptorToAccessW -ConvertSecurityDescriptorToStringSecurityDescriptorA -ConvertSecurityDescriptorToStringSecurityDescriptorW -ConvertSidToStringSidA -ConvertSidToStringSidW -ConvertStringSDToSDDomainA -ConvertStringSDToSDDomainW -ConvertStringSDToSDRootDomainA -ConvertStringSDToSDRootDomainW -ConvertStringSecurityDescriptorToSecurityDescriptorA -ConvertStringSecurityDescriptorToSecurityDescriptorW -ConvertStringSidToSidA -ConvertStringSidToSidW -ConvertToAutoInheritPrivateObjectSecurity -CopySid -CreateCodeAuthzLevel -CreatePrivateObjectSecurity -CreatePrivateObjectSecurityEx -CreatePrivateObjectSecurityWithMultipleInheritance -CreateProcessAsUserA -CreateProcessAsUserW -CreateProcessWithLogonW -CreateProcessWithTokenW -CreateRestrictedToken -CreateServiceA -CreateServiceW -CreateTraceInstanceId -CreateWellKnownSid -CredBackupCredentials -CredDeleteA -CredDeleteW -CredEncryptAndMarshalBinaryBlob -CredEnumerateA -CredEnumerateW -CredFindBestCredentialA -CredFindBestCredentialW -CredFree -CredGetSessionTypes -CredGetTargetInfoA -CredGetTargetInfoW -CredIsMarshaledCredentialA -CredIsMarshaledCredentialW -CredIsProtectedA -CredIsProtectedW -CredMarshalCredentialA -CredMarshalCredentialW -CredProfileLoaded -CredProfileUnloaded -CredProtectA -CredProtectW -CredReadA -CredReadByTokenHandle -CredReadDomainCredentialsA -CredReadDomainCredentialsW -CredReadW -CredRenameA -CredRenameW -CredRestoreCredentials -CredUnmarshalCredentialA -CredUnmarshalCredentialW -CredUnprotectA -CredUnprotectW -CredWriteA -CredWriteDomainCredentialsA -CredWriteDomainCredentialsW -CredWriteW -CredpConvertCredential -CredpConvertOneCredentialSize -CredpConvertTargetInfo -CredpDecodeCredential -CredpEncodeCredential -CredpEncodeSecret -CryptAcquireContextA -CryptAcquireContextW -CryptContextAddRef -CryptCreateHash -CryptDecrypt -CryptDeriveKey -CryptDestroyHash -CryptDestroyKey -CryptDuplicateHash -CryptDuplicateKey -CryptEncrypt -CryptEnumProviderTypesA -CryptEnumProviderTypesW -CryptEnumProvidersA -CryptEnumProvidersW -CryptExportKey -CryptGenKey -CryptGenRandom -CryptGetDefaultProviderA -CryptGetDefaultProviderW -CryptGetHashParam -CryptGetKeyParam -CryptGetProvParam -CryptGetUserKey -CryptHashData -CryptHashSessionKey -CryptImportKey -CryptReleaseContext -CryptSetHashParam -CryptSetKeyParam -CryptSetProvParam -CryptSetProviderA -CryptSetProviderExA -CryptSetProviderExW -CryptSetProviderW -CryptSignHashA -CryptSignHashW -CryptVerifySignatureA -CryptVerifySignatureW -DecryptFileA -DecryptFileW -DeleteAce -DeleteService -DeregisterEventSource -DestroyPrivateObjectSecurity -DuplicateEncryptionInfoFile -DuplicateToken -DuplicateTokenEx -ElfBackupEventLogFileA -ElfBackupEventLogFileW -ElfChangeNotify -ElfClearEventLogFileA -ElfClearEventLogFileW -ElfCloseEventLog -ElfDeregisterEventSource -ElfFlushEventLog -ElfNumberOfRecords -ElfOldestRecord -ElfOpenBackupEventLogA -ElfOpenBackupEventLogW -ElfOpenEventLogA -ElfOpenEventLogW -ElfReadEventLogA -ElfReadEventLogW -ElfRegisterEventSourceA -ElfRegisterEventSourceW -ElfReportEventA -ElfReportEventAndSourceW -ElfReportEventW -EnableTrace -EnableTraceEx -EnableTraceEx2 -EncryptFileA -EncryptFileW -EncryptedFileKeyInfo -EncryptionDisable -EnumDependentServicesA -EnumDependentServicesW -EnumServiceGroupW -EnumServicesStatusA -EnumServicesStatusExA -EnumServicesStatusExW -EnumServicesStatusW -EnumerateTraceGuids -EnumerateTraceGuidsEx -EqualDomainSid -EqualPrefixSid -EqualSid -EventAccessControl -EventAccessQuery -EventAccessRemove -EventActivityIdControl -EventEnabled -EventProviderEnabled -EventRegister -EventUnregister -EventWrite -EventWriteEndScenario -EventWriteEx -EventWriteStartScenario -EventWriteString -EventWriteTransfer -FileEncryptionStatusA -FileEncryptionStatusW -FindFirstFreeAce -FlushEfsCache -FlushTraceA -FlushTraceW -FreeEncryptedFileKeyInfo -FreeEncryptedFileMetadata -FreeEncryptionCertificateHashList -FreeInheritedFromArray -FreeSid -GetAccessPermissionsForObjectA -GetAccessPermissionsForObjectW -GetAce -GetAclInformation -GetAuditedPermissionsFromAclA -GetAuditedPermissionsFromAclW -GetCurrentHwProfileA -GetCurrentHwProfileW -GetEffectiveRightsFromAclA -GetEffectiveRightsFromAclW -GetEncryptedFileMetadata -GetEventLogInformation -GetExplicitEntriesFromAclA -GetExplicitEntriesFromAclW -GetFileSecurityA -GetFileSecurityW -GetInformationCodeAuthzLevelW -GetInformationCodeAuthzPolicyW -GetInheritanceSourceA -GetInheritanceSourceW -GetKernelObjectSecurity -GetLengthSid -GetLocalManagedApplicationData -GetLocalManagedApplications -GetManagedApplicationCategories -GetManagedApplications -GetMultipleTrusteeA -GetMultipleTrusteeOperationA -GetMultipleTrusteeOperationW -GetMultipleTrusteeW -GetNamedSecurityInfoA -GetNamedSecurityInfoExA -GetNamedSecurityInfoExW -GetNamedSecurityInfoW -GetNumberOfEventLogRecords -GetOldestEventLogRecord -GetOverlappedAccessResults -GetPrivateObjectSecurity -GetSecurityDescriptorControl -GetSecurityDescriptorDacl -GetSecurityDescriptorGroup -GetSecurityDescriptorLength -GetSecurityDescriptorOwner -GetSecurityDescriptorRMControl -GetSecurityDescriptorSacl -GetSecurityInfo -GetSecurityInfoExA -GetSecurityInfoExW -GetServiceDisplayNameA -GetServiceDisplayNameW -GetServiceKeyNameA -GetServiceKeyNameW -GetSidIdentifierAuthority -GetSidLengthRequired -GetSidSubAuthority -GetSidSubAuthorityCount -GetThreadWaitChain -GetTokenInformation -GetTraceEnableFlags -GetTraceEnableLevel -GetTraceLoggerHandle -GetTrusteeFormA -GetTrusteeFormW -GetTrusteeNameA -GetTrusteeNameW -GetTrusteeTypeA -GetTrusteeTypeW -GetUserNameA -GetUserNameW -GetWindowsAccountDomainSid -I_QueryTagInformation -I_ScIsSecurityProcess -I_ScPnPGetServiceName -I_ScQueryServiceConfig -I_ScSendPnPMessage -I_ScSendTSMessage -I_ScSetServiceBitsA -I_ScSetServiceBitsW -I_ScValidatePnPService -IdentifyCodeAuthzLevelW -ImpersonateAnonymousToken -ImpersonateLoggedOnUser -ImpersonateNamedPipeClient -ImpersonateSelf -InitializeAcl -InitializeSecurityDescriptor -InitializeSid -InitiateShutdownA -InitiateShutdownW -InitiateSystemShutdownA -InitiateSystemShutdownExA -InitiateSystemShutdownExW -InitiateSystemShutdownW -InstallApplication -IsTextUnicode -IsTokenRestricted -IsTokenUntrusted -IsValidAcl -IsValidRelativeSecurityDescriptor -IsValidSecurityDescriptor -IsValidSid -IsWellKnownSid -LockServiceDatabase -LogonUserA -LogonUserExA -LogonUserExExW -LogonUserExW -LogonUserW -LookupAccountNameA -LookupAccountNameW -LookupAccountSidA -LookupAccountSidW -LookupPrivilegeDisplayNameA -LookupPrivilegeDisplayNameW -LookupPrivilegeNameA -LookupPrivilegeNameW -LookupPrivilegeValueA -LookupPrivilegeValueW -LookupSecurityDescriptorPartsA -LookupSecurityDescriptorPartsW -LsaAddAccountRights -LsaAddPrivilegesToAccount -LsaClearAuditLog -LsaClose -LsaCreateAccount -LsaCreateSecret -LsaCreateTrustedDomain -LsaCreateTrustedDomainEx -LsaDelete -LsaDeleteTrustedDomain -LsaEnumerateAccountRights -LsaEnumerateAccounts -LsaEnumerateAccountsWithUserRight -LsaEnumeratePrivileges -LsaEnumeratePrivilegesOfAccount -LsaEnumerateTrustedDomains -LsaEnumerateTrustedDomainsEx -LsaFreeMemory -LsaGetQuotasForAccount -LsaGetRemoteUserName -LsaGetSystemAccessAccount -LsaGetUserName -LsaICLookupNames -LsaICLookupNamesWithCreds -LsaICLookupSids -LsaICLookupSidsWithCreds -LsaLookupNames -LsaLookupNames2 -LsaLookupPrivilegeDisplayName -LsaLookupPrivilegeName -LsaLookupPrivilegeValue -LsaLookupSids -LsaManageSidNameMapping -LsaNtStatusToWinError -LsaOpenAccount -LsaOpenPolicy -LsaOpenPolicySce -LsaOpenSecret -LsaOpenTrustedDomain -LsaOpenTrustedDomainByName -LsaQueryDomainInformationPolicy -LsaQueryForestTrustInformation -LsaQueryInfoTrustedDomain -LsaQueryInformationPolicy -LsaQuerySecret -LsaQuerySecurityObject -LsaQueryTrustedDomainInfo -LsaQueryTrustedDomainInfoByName -LsaRemoveAccountRights -LsaRemovePrivilegesFromAccount -LsaRetrievePrivateData -LsaSetDomainInformationPolicy -LsaSetForestTrustInformation -LsaSetInformationPolicy -LsaSetInformationTrustedDomain -LsaSetQuotasForAccount -LsaSetSecret -LsaSetSecurityObject -LsaSetSystemAccessAccount -LsaSetTrustedDomainInfoByName -LsaSetTrustedDomainInformation -LsaStorePrivateData -MD4Final -MD4Init -MD4Update -MD5Final -MD5Init -MD5Update DATA -MSChapSrvChangePassword -MSChapSrvChangePassword2 -MakeAbsoluteSD -MakeAbsoluteSD2 -MakeSelfRelativeSD -MapGenericMask -NotifyBootConfigStatus -NotifyChangeEventLog -NotifyServiceStatusChange -NotifyServiceStatusChangeA -NotifyServiceStatusChangeW -ObjectCloseAuditAlarmA -ObjectCloseAuditAlarmW -ObjectDeleteAuditAlarmA -ObjectDeleteAuditAlarmW -ObjectOpenAuditAlarmA -ObjectOpenAuditAlarmW -ObjectPrivilegeAuditAlarmA -ObjectPrivilegeAuditAlarmW -OpenBackupEventLogA -OpenBackupEventLogW -OpenEncryptedFileRawA -OpenEncryptedFileRawW -OpenEventLogA -OpenEventLogW -OpenProcessToken -OpenSCManagerA -OpenSCManagerW -OpenServiceA -OpenServiceW -OpenThreadToken -OpenThreadWaitChainSession -OpenTraceA -OpenTraceW -PerfAddCounters -PerfCloseQueryHandle -PerfCreateInstance -PerfDecrementULongCounterValue -PerfDecrementULongLongCounterValue -PerfDeleteCounters -PerfDeleteInstance -PerfEnumerateCounterSet -PerfEnumerateCounterSetInstances -PerfIncrementULongCounterValue -PerfIncrementULongLongCounterValue -PerfOpenQueryHandle -PerfQueryCounterData -PerfQueryCounterInfo -PerfQueryCounterSetRegistrationInfo -PerfQueryInstance -PerfSetCounterRefValue -PerfSetCounterSetInfo -PerfSetULongCounterValue -PerfSetULongLongCounterValue -PerfStartProvider -PerfStartProviderEx -PerfStopProvider -PrivilegeCheck -PrivilegedServiceAuditAlarmA -PrivilegedServiceAuditAlarmW -ProcessIdleTasks -ProcessIdleTasksW -ProcessTrace -QueryAllTracesA -QueryAllTracesW -QueryRecoveryAgentsOnEncryptedFile -QuerySecurityAccessMask -QueryServiceConfig2A -QueryServiceConfig2W -QueryServiceConfigA -QueryServiceConfigW -QueryServiceLockStatusA -QueryServiceLockStatusW -QueryServiceObjectSecurity -QueryServiceStatus -QueryServiceStatusEx -QueryTraceA -QueryTraceW -QueryUsersOnEncryptedFile -ReadEncryptedFileRaw -ReadEventLogA -ReadEventLogW -RegCloseKey -RegConnectRegistryA -RegConnectRegistryExA -RegConnectRegistryExW -RegConnectRegistryW -RegCopyTreeA -RegCopyTreeW -RegCreateKeyA -RegCreateKeyExA -RegCreateKeyExW -RegCreateKeyTransactedA -RegCreateKeyTransactedW -RegCreateKeyW -RegDeleteKeyA -RegDeleteKeyExA -RegDeleteKeyExW -RegDeleteKeyTransactedA -RegDeleteKeyTransactedW -RegDeleteKeyValueA -RegDeleteKeyValueW -RegDeleteKeyW -RegDeleteTreeA -RegDeleteTreeW -RegDeleteValueA -RegDeleteValueW -RegDisablePredefinedCache -RegDisablePredefinedCacheEx -RegDisableReflectionKey -RegEnableReflectionKey -RegEnumKeyA -RegEnumKeyExA -RegEnumKeyExW -RegEnumKeyW -RegEnumValueA -RegEnumValueW -RegFlushKey -RegGetKeySecurity -RegGetValueA -RegGetValueW -RegLoadAppKeyA -RegLoadAppKeyW -RegLoadKeyA -RegLoadKeyW -RegLoadMUIStringA -RegLoadMUIStringW -RegNotifyChangeKeyValue -RegOpenCurrentUser -RegOpenKeyA -RegOpenKeyExA -RegOpenKeyExW -RegOpenKeyTransactedA -RegOpenKeyTransactedW -RegOpenKeyW -RegOpenUserClassesRoot -RegOverridePredefKey -RegQueryInfoKeyA -RegQueryInfoKeyW -RegQueryMultipleValuesA -RegQueryMultipleValuesW -RegQueryReflectionKey -RegQueryValueA -RegQueryValueExA -RegQueryValueExW -RegQueryValueW -RegRenameKey -RegReplaceKeyA -RegReplaceKeyW -RegRestoreKeyA -RegRestoreKeyW -RegSaveKeyA -RegSaveKeyExA -RegSaveKeyExW -RegSaveKeyW -RegSetKeySecurity -RegSetKeyValueA -RegSetKeyValueW -RegSetValueA -RegSetValueExA -RegSetValueExW -RegSetValueW -RegUnLoadKeyA -RegUnLoadKeyW -RegisterEventSourceA -RegisterEventSourceW -RegisterIdleTask -RegisterServiceCtrlHandlerA -RegisterServiceCtrlHandlerExA -RegisterServiceCtrlHandlerExW -RegisterServiceCtrlHandlerW -RegisterTraceGuidsA -RegisterTraceGuidsW -RegisterWaitChainCOMCallback -RemoveTraceCallback -RemoveUsersFromEncryptedFile -ReportEventA -ReportEventW -RevertToSelf -SaferCloseLevel -SaferComputeTokenFromLevel -SaferCreateLevel -SaferGetLevelInformation -SaferGetPolicyInformation -SaferIdentifyLevel -SaferRecordEventLogEntry -SaferSetLevelInformation -SaferSetPolicyInformation -SaferiChangeRegistryScope -SaferiCompareTokenLevels -SaferiIsDllAllowed -SaferiIsExecutableFileType -SaferiPopulateDefaultsInRegistry -SaferiRecordEventLogEntry -SaferiReplaceProcessThreadTokens -SaferiSearchMatchingHashRules -SetAclInformation -SetEncryptedFileMetadata -SetEntriesInAccessListA -SetEntriesInAccessListW -SetEntriesInAclA -SetEntriesInAclW -SetEntriesInAuditListA -SetEntriesInAuditListW -SetFileSecurityA -SetFileSecurityW -SetInformationCodeAuthzLevelW -SetInformationCodeAuthzPolicyW -SetKernelObjectSecurity -SetNamedSecurityInfoA -SetNamedSecurityInfoExA -SetNamedSecurityInfoExW -SetNamedSecurityInfoW -SetPrivateObjectSecurity -SetPrivateObjectSecurityEx -SetSecurityAccessMask -SetSecurityDescriptorControl -SetSecurityDescriptorDacl -SetSecurityDescriptorGroup -SetSecurityDescriptorOwner -SetSecurityDescriptorRMControl -SetSecurityDescriptorSacl -SetSecurityInfo -SetSecurityInfoExA -SetSecurityInfoExW -SetServiceBits -SetServiceObjectSecurity -SetServiceStatus -SetThreadToken -SetTokenInformation -SetTraceCallback -SetUserFileEncryptionKey -SetUserFileEncryptionKeyEx -StartServiceA -StartServiceCtrlDispatcherA -StartServiceCtrlDispatcherW -StartServiceW -StartTraceA -StartTraceW -StopTraceA -StopTraceW -SystemFunction001 -SystemFunction002 -SystemFunction003 -SystemFunction004 -SystemFunction005 -SystemFunction006 -SystemFunction007 -SystemFunction008 -SystemFunction009 -SystemFunction010 -SystemFunction011 -SystemFunction012 -SystemFunction013 -SystemFunction014 -SystemFunction015 -SystemFunction016 -SystemFunction017 -SystemFunction018 -SystemFunction019 -SystemFunction020 -SystemFunction021 -SystemFunction022 -SystemFunction023 -SystemFunction024 -SystemFunction025 -SystemFunction026 -SystemFunction027 -SystemFunction028 -SystemFunction029 -SystemFunction030 -SystemFunction031 -SystemFunction032 -SystemFunction033 -SystemFunction034 -SystemFunction035 -SystemFunction036 -SystemFunction040 -SystemFunction041 -TraceEvent -TraceEventInstance -TraceMessage -TraceMessageVa -TraceSetInformation -TreeResetNamedSecurityInfoA -TreeResetNamedSecurityInfoW -TreeSetNamedSecurityInfoA -TreeSetNamedSecurityInfoW -TrusteeAccessToObjectA -TrusteeAccessToObjectW -UninstallApplication -UnlockServiceDatabase -UnregisterIdleTask -UnregisterTraceGuids -UpdateTraceA -UpdateTraceW -WdmWmiServiceMain -UsePinForEncryptedFilesA -UsePinForEncryptedFilesW -WmiCloseBlock -WmiCloseTraceWithCursor -WmiConvertTimestamp -WmiDevInstToInstanceNameA -WmiDevInstToInstanceNameW -WmiEnumerateGuids -WmiExecuteMethodA -WmiExecuteMethodW -WmiFileHandleToInstanceNameA -WmiFileHandleToInstanceNameW -WmiFreeBuffer -WmiGetFirstTraceOffset -WmiGetNextEvent -WmiGetTraceHeader -WmiMofEnumerateResourcesA -WmiMofEnumerateResourcesW -WmiNotificationRegistrationA -WmiNotificationRegistrationW -WmiOpenBlock -WmiOpenTraceWithCursor -WmiParseTraceEvent -WmiQueryAllDataA -WmiQueryAllDataMultipleA -WmiQueryAllDataMultipleW -WmiQueryAllDataW -WmiQueryGuidInformation -WmiQuerySingleInstanceA -WmiQuerySingleInstanceMultipleA -WmiQuerySingleInstanceMultipleW -WmiQuerySingleInstanceW -WmiReceiveNotificationsA -WmiReceiveNotificationsW -WmiSetSingleInstanceA -WmiSetSingleInstanceW -WmiSetSingleItemA -WmiSetSingleItemW -Wow64Win32ApiEntry -WriteEncryptedFileRaw diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/advpack.def mingw-w64-6.0.0/mingw-w64-crt/lib64/advpack.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/advpack.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/advpack.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Exports of file ADVPACK.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ADVPACK.dll -EXPORTS -AddDelBackupEntry -AdvInstallFile -CloseINFEngine -DelNode -DelNodeRunDLL32 -DllMain -DoInfInstall -ExecuteCab -ExtractFiles -FileSaveMarkNotExist -FileSaveRestore -FileSaveRestoreOnINF -GetVersionFromFile -GetVersionFromFileEx -IsNTAdmin -LaunchINFSection -LaunchINFSectionEx -NeedReboot -NeedRebootInit -OpenINFEngine -RebootCheckOnInstall -RegInstall -RegRestoreAll -RegSaveRestore -RegSaveRestoreOnINF -RegisterOCX -RunSetupCommand -SetPerUserSecValues -TranslateInfString -TranslateInfStringEx -UserInstStubWrapper -UserUnInstStubWrapper diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/aelupsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/aelupsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/aelupsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/aelupsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file AELUPSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AELUPSVC.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentctl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentctl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentctl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentctl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentCtl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentCtl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentdp2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentdp2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentdp2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentdp2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentDP2.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentDP2.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentdpv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentdpv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentdpv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentdpv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentDPv.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentDPv.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentmpx.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentmpx.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentmpx.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentmpx.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentMPx.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentMPx.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentpsh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentpsh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentpsh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentpsh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentPsh.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentPsh.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agentsr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agentsr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agentsr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agentsr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgentSR.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgentSR.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agrmco64.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agrmco64.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agrmco64.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agrmco64.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file AGRMCO64.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AGRMCO64.dll -EXPORTS -AgereWinModemCoInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/agtintl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/agtintl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/agtintl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/agtintl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AgtIntl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AgtIntl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/amstream.def mingw-w64-6.0.0/mingw-w64-crt/lib64/amstream.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/amstream.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/amstream.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file amstream.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY amstream.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/appmgmts.def mingw-w64-6.0.0/mingw-w64-crt/lib64/appmgmts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/appmgmts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/appmgmts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Exports of file APPMGMTS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY APPMGMTS.dll -EXPORTS -CsSetOptions -CsCreateClassStore -CsEnumApps -CsGetAppCategories -CsGetClassAccess -CsGetClassStore -CsGetClassStorePath -CsRegisterAppCategory -CsServerGetClassStore -CsUnregisterAppCategory -GenerateGroupPolicy -IID_IClassAdmin -ProcessGroupPolicyObjectsEx -ReleaseAppCategoryInfoList -ReleasePackageDetail -ReleasePackageInfo -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/appmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/appmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/appmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/appmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file SNAPIN.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SNAPIN.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GenerateScript diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/aqadmin.def mingw-w64-6.0.0/mingw-w64-crt/lib64/aqadmin.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/aqadmin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/aqadmin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file AQADMIN.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AQADMIN.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/asycfilt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/asycfilt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/asycfilt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/asycfilt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file ASYCFILT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ASYCFILT.dll -EXPORTS -DllCanUnloadNow -FilterCreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/atl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/atl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/atl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/atl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -; -; Exports of file ATL.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ATL.DLL -EXPORTS -AtlAdvise -AtlUnadvise -AtlFreeMarshalStream -AtlMarshalPtrInProc -AtlUnmarshalPtr -AtlModuleGetClassObject -AtlModuleInit -AtlModuleRegisterClassObjects -AtlModuleRegisterServer -AtlModuleRegisterTypeLib -AtlModuleRevokeClassObjects -AtlModuleTerm -AtlModuleUnregisterServer -AtlModuleUpdateRegistryFromResourceD -AtlWaitWithMessageLoop -AtlSetErrorInfo -AtlCreateTargetDC -AtlHiMetricToPixel -AtlPixelToHiMetric -AtlDevModeW2A -AtlComPtrAssign -AtlComQIPtrAssign -AtlInternalQueryInterface -DllCanUnloadNow -AtlGetVersion -AtlAxDialogBoxW -AtlAxDialogBoxA -AtlAxCreateDialogW -AtlAxCreateDialogA -AtlAxCreateControl -AtlAxCreateControlEx -AtlAxAttachControl -AtlAxWinInit -AtlModuleAddCreateWndData -AtlModuleExtractCreateWndData -AtlModuleRegisterWndClassInfoW -AtlModuleRegisterWndClassInfoA -AtlAxGetControl -AtlAxGetHost -AtlRegisterClassCategoriesHelper -AtlIPersistStreamInit_Load -AtlIPersistStreamInit_Save -AtlIPersistPropertyBag_Load -AtlIPersistPropertyBag_Save -AtlGetObjectSourceInterface -AtlModuleUnRegisterTypeLib -AtlModuleLoadTypeLib -AtlModuleUnregisterServerEx -AtlModuleAddTermFunc -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/atmpvcno.def mingw-w64-6.0.0/mingw-w64-crt/lib64/atmpvcno.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/atmpvcno.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/atmpvcno.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SFILTER2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SFILTER2.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/audiosrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/audiosrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/audiosrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/audiosrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file AUDIOSRV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY AUDIOSRV.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/avrt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/avrt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/avrt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/avrt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of AVRT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "AVRT.dll" -EXPORTS -AvQuerySystemResponsiveness -AvRevertMmThreadCharacteristics -AvRtCreateThreadOrderingGroup -AvRtCreateThreadOrderingGroupExA -AvRtCreateThreadOrderingGroupExW -AvRtDeleteThreadOrderingGroup -AvRtJoinThreadOrderingGroup -AvRtLeaveThreadOrderingGroup -AvRtWaitOnThreadOrderingGroup -AvSetMmMaxThreadCharacteristicsA -AvSetMmMaxThreadCharacteristicsW -AvSetMmThreadCharacteristicsA -AvSetMmThreadCharacteristicsW -AvSetMmThreadPriority diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/azroles.def mingw-w64-6.0.0/mingw-w64-crt/lib64/azroles.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/azroles.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/azroles.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -; -; Exports of file azroles.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY azroles.DLL -EXPORTS -AzAddPropertyItem -AzApplicationClose -AzApplicationCreate -AzApplicationDelete -AzApplicationEnum -AzApplicationOpen -AzAuthorizationStoreDelete -AzCloseHandle -AzContextAccessCheck -AzContextGetAssignedScopesPage -AzContextGetRoles -AzFreeMemory -AzGetProperty -AzGroupCreate -AzGroupDelete -AzGroupEnum -AzGroupOpen -AzInitialize -AzInitializeContextFromName -AzInitializeContextFromToken -AzOperationCreate -AzOperationDelete -AzOperationEnum -AzOperationOpen -AzRemovePropertyItem -AzRoleCreate -AzRoleDelete -AzRoleEnum -AzRoleOpen -AzScopeCreate -AzScopeDelete -AzScopeEnum -AzScopeOpen -AzSetProperty -AzSubmit -AzTaskCreate -AzTaskDelete -AzTaskEnum -AzTaskOpen -AzUpdateCache -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/azroleui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/azroleui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/azroleui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/azroleui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file azroleui.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY azroleui.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/basesrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/basesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/basesrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/basesrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file BASESRV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY BASESRV.dll -EXPORTS -BaseSetProcessCreateNotify -BaseSrvNlsLogon -BaseSrvNlsUpdateRegistryCache -ServerDllInitialization diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bcrypt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bcrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bcrypt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bcrypt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -; -; Definition file of bcrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "bcrypt.dll" -EXPORTS -BCryptAddContextFunction -BCryptAddContextFunctionProvider -BCryptCloseAlgorithmProvider -BCryptConfigureContext -BCryptConfigureContextFunction -BCryptCreateContext -BCryptCreateHash -BCryptDecrypt -BCryptDeleteContext -BCryptDeriveKey -BCryptDestroyHash -BCryptDestroyKey -BCryptDestroySecret -BCryptDuplicateHash -BCryptDuplicateKey -BCryptEncrypt -BCryptEnumAlgorithms -BCryptEnumContextFunctionProviders -BCryptEnumContextFunctions -BCryptEnumContexts -BCryptEnumProviders -BCryptEnumRegisteredProviders -BCryptExportKey -BCryptFinalizeKeyPair -BCryptFinishHash -BCryptFreeBuffer -BCryptGenRandom -BCryptGenerateKeyPair -BCryptGenerateSymmetricKey -BCryptGetFipsAlgorithmMode -BCryptGetProperty -BCryptHashData -BCryptImportKey -BCryptImportKeyPair -BCryptOpenAlgorithmProvider -BCryptQueryContextConfiguration -BCryptQueryContextFunctionConfiguration -BCryptQueryContextFunctionProperty -BCryptQueryProviderRegistration -BCryptRegisterConfigChangeNotify -BCryptRegisterProvider -BCryptRemoveContextFunction -BCryptRemoveContextFunctionProvider -BCryptResolveProviders -BCryptSecretAgreement -BCryptSetAuditingInterface -BCryptSetContextFunctionProperty -BCryptSetProperty -BCryptSignHash -BCryptUnregisterConfigChangeNotify -BCryptUnregisterProvider -BCryptVerifySignature -GetAsymmetricEncryptionInterface -GetCipherInterface -GetHashInterface -GetRngInterface -GetSecretAgreementInterface -GetSignatureInterface diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bidispl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bidispl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bidispl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bidispl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file bidispl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bidispl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bitsprx2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bitsprx2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bitsprx2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bitsprx2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file bitsprx2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bitsprx2.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bitsprx3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bitsprx3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bitsprx3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bitsprx3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file bitsprx3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bitsprx3.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bnts.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bnts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bnts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bnts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ -; -; Exports of file bnts.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bnts.dll -EXPORTS -; public: __cdecl BNTS::BNTS(void) __ptr64 -??0BNTS@@QEAA@XZ -; public: __cdecl BNTS::~BNTS(void) __ptr64 -??1BNTS@@QEAA@XZ -; public: class BNTS & __ptr64 __cdecl BNTS::operator=(class BNTS const & __ptr64) __ptr64 -??4BNTS@@QEAAAEAV0@AEBV0@@Z -; protected: int __cdecl BNTS::BGetPropItemReal(class LTBNPROP & __ptr64,char const * __ptr64,int,double & __ptr64) __ptr64 -?BGetPropItemReal@BNTS@@IEAAHAEAVLTBNPROP@@PEBDHAEAN@Z -; protected: int __cdecl BNTS::BGetPropItemStr(class LTBNPROP & __ptr64,char const * __ptr64,int,class ZSTR & __ptr64) __ptr64 -?BGetPropItemStr@BNTS@@IEAAHAEAVLTBNPROP@@PEBDHAEAVZSTR@@@Z -; public: int __cdecl BNTS::BGetRecommendations(void) __ptr64 -?BGetRecommendations@BNTS@@QEAAHXZ -; public: int __cdecl BNTS::BImpossible(void) __ptr64 -?BImpossible@BNTS@@QEAAHXZ -; public: int __cdecl BNTS::BNetPropItemReal(char const * __ptr64,int,double & __ptr64) __ptr64 -?BNetPropItemReal@BNTS@@QEAAHPEBDHAEAN@Z -; public: int __cdecl BNTS::BNetPropItemStr(char const * __ptr64,int) __ptr64 -?BNetPropItemStr@BNTS@@QEAAHPEBDH@Z -; public: int __cdecl BNTS::BNodePropItemReal(char const * __ptr64,int,double & __ptr64) __ptr64 -?BNodePropItemReal@BNTS@@QEAAHPEBDHAEAN@Z -; public: int __cdecl BNTS::BNodePropItemStr(char const * __ptr64,int) __ptr64 -?BNodePropItemStr@BNTS@@QEAAHPEBDH@Z -; public: int __cdecl BNTS::BNodeSet(int,bool) __ptr64 -?BNodeSet@BNTS@@QEAAHH_N@Z -; public: int __cdecl BNTS::BNodeSetCurrent(int) __ptr64 -?BNodeSetCurrent@BNTS@@QEAAHH@Z -; public: int __cdecl BNTS::BReadModel(char const * __ptr64,char const * __ptr64) __ptr64 -?BReadModel@BNTS@@QEAAHPEBD0@Z -; public: bool __cdecl BNTS::BValidNet(void)const __ptr64 -?BValidNet@BNTS@@QEBA_NXZ -; public: bool __cdecl BNTS::BValidNode(void)const __ptr64 -?BValidNode@BNTS@@QEBA_NXZ -; public: int __cdecl BNTS::CInt(void)const __ptr64 -?CInt@BNTS@@QEBAHXZ -; public: int __cdecl BNTS::CNode(void) __ptr64 -?CNode@BNTS@@QEAAHXZ -; public: int __cdecl BNTS::CReal(void)const __ptr64 -?CReal@BNTS@@QEBAHXZ -; public: void __cdecl BNTS::Clear(void) __ptr64 -?Clear@BNTS@@QEAAXXZ -; protected: void __cdecl BNTS::ClearArrays(void) __ptr64 -?ClearArrays@BNTS@@IEAAXXZ -; protected: void __cdecl BNTS::ClearString(void) __ptr64 -?ClearString@BNTS@@IEAAXXZ -; public: enum ESTDLBL __cdecl BNTS::ELblNode(void) __ptr64 -?ELblNode@BNTS@@QEAA?AW4ESTDLBL@@XZ -; public: int __cdecl BNTS::INode(char const * __ptr64) __ptr64 -?INode@BNTS@@QEAAHPEBD@Z -; public: int __cdecl BNTS::INodeCst(void) __ptr64 -?INodeCst@BNTS@@QEAAHXZ -; public: int __cdecl BNTS::INodeCurrent(void) __ptr64 -?INodeCurrent@BNTS@@QEAAHXZ -; public: int __cdecl BNTS::INodeState(void) __ptr64 -?INodeState@BNTS@@QEAAHXZ -; protected: class MBNETDSCTS & __ptr64 __cdecl BNTS::Mbnet(void) __ptr64 -?Mbnet@BNTS@@IEAAAEAVMBNETDSCTS@@XZ -; protected: class MBNETDSCTS const & __ptr64 __cdecl BNTS::Mbnet(void)const __ptr64 -?Mbnet@BNTS@@IEBAAEBVMBNETDSCTS@@XZ -; public: void __cdecl BNTS::NodeBelief(void) __ptr64 -?NodeBelief@BNTS@@QEAAXXZ -; public: void __cdecl BNTS::NodeFullName(void) __ptr64 -?NodeFullName@BNTS@@QEAAXXZ -; public: void __cdecl BNTS::NodeStateName(int) __ptr64 -?NodeStateName@BNTS@@QEAAXH@Z -; public: void __cdecl BNTS::NodeSymName(void) __ptr64 -?NodeSymName@BNTS@@QEAAXXZ -; protected: class GNODEMBND * __ptr64 __cdecl BNTS::Pgndd(void) __ptr64 -?Pgndd@BNTS@@IEAAPEAVGNODEMBND@@XZ -; public: int const * __ptr64 __cdecl BNTS::RgInt(void)const __ptr64 -?RgInt@BNTS@@QEBAPEBHXZ -; public: double const * __ptr64 __cdecl BNTS::RgReal(void)const __ptr64 -?RgReal@BNTS@@QEBAPEBNXZ -; public: char const * __ptr64 __cdecl BNTS::SzcResult(void)const __ptr64 -?SzcResult@BNTS@@QEBAPEBDXZ -; protected: class ZSTR & __ptr64 __cdecl BNTS::ZstrResult(void) __ptr64 -?ZstrResult@BNTS@@IEAAAEAVZSTR@@XZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bootvid.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bootvid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bootvid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bootvid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Definition file of BOOTVID.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "BOOTVID.dll" -EXPORTS -VidBitBlt -VidBufferToScreenBlt -VidCleanUp -VidDisplayString -VidDisplayStringXY -VidInitialize -VidResetDisplay -VidScreenToBufferBlt -VidSetScrollRegion -VidSetTextColor -VidSolidColorFill diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/browcli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/browcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/browcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/browcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of browcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "browcli.dll" -EXPORTS -I_BrowserDebugCall -I_BrowserDebugTrace -I_BrowserQueryEmulatedDomains -I_BrowserQueryOtherDomains -I_BrowserQueryStatistics -I_BrowserResetNetlogonState -I_BrowserResetStatistics -I_BrowserServerEnum -I_BrowserSetNetlogonState -NetBrowserStatisticsGet -NetServerEnum -NetServerEnumEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/browscap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/browscap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/browscap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/browscap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file BrowsCap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY BrowsCap.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/browser.def mingw-w64-6.0.0/mingw-w64-crt/lib64/browser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/browser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/browser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file browser.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY browser.dll -EXPORTS -I_BrowserServerEnumForXactsrv -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/browseui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/browseui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/browseui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/browseui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file BROWSEUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY BROWSEUI.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllGetVersion -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/brpinfo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/brpinfo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/brpinfo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/brpinfo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file brp_sysinfo.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY brp_sysinfo.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bthci.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bthci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bthci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bthci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MSPORTS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSPORTS.DLL -EXPORTS -BluetoothClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/bthserv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/bthserv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/bthserv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/bthserv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file BTHSERV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY BTHSERV.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/btpanui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/btpanui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/btpanui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/btpanui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file bthpanux.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bthpanux.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cabinet.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cabinet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cabinet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cabinet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file Cabinet.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Cabinet.dll -EXPORTS -GetDllVersion -DllGetVersion -Extract -DeleteExtractedFiles -FCICreate -FCIAddFile -FCIFlushFolder -FCIFlushCabinet -FCIDestroy -FDICreate -FDIIsCabinet -FDICopy -FDIDestroy -FDITruncateCabinet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cabview.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cabview.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cabview.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cabview.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file CABVIEW.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CABVIEW.dll -EXPORTS -Uninstall -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/camocx.def mingw-w64-6.0.0/mingw-w64-crt/lib64/camocx.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/camocx.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/camocx.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file camocx.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY camocx.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/catsrvps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/catsrvps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/catsrvps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/catsrvps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file catsrvps.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY catsrvps.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cdosys.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cdosys.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cdosys.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cdosys.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CdoSys.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CdoSys.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/certmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/certmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/certmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/certmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file CertMgr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CertMgr.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/certobj.def mingw-w64-6.0.0/mingw-w64-crt/lib64/certobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/certobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/certobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,466 +0,0 @@ -; -; Exports of file CertObj.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CertObj.DLL -EXPORTS -; public: __cdecl std::list >::list >(class list >::list > const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::list >::list >(class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class IIS::CString const * __ptr64,class IIS::CString const * __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@PEBVCString@IIS@@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class list >::list >::const_iterator,class list >::list >::const_iterator,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@Vconst_iterator@01@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(unsigned __int64,class IIS::CString const & __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@_KAEBVCString@IIS@@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl CError::CError(class CError const & __ptr64) __ptr64 -??0CError@@QEAA@AEBV0@@Z -; public: __cdecl CError::CError(long) __ptr64 -??0CError@@QEAA@J@Z -; public: __cdecl CError::CError(unsigned long) __ptr64 -??0CError@@QEAA@K@Z -; public: __cdecl CError::CError(void) __ptr64 -??0CError@@QEAA@XZ -; public: __cdecl CIISApplication::CIISApplication(class CIISApplication & __ptr64) __ptr64 -??0CIISApplication@@QEAA@AEAV0@@Z -; public: __cdecl CIISInterface::CIISInterface(class CIISInterface & __ptr64) __ptr64 -??0CIISInterface@@QEAA@AEAV0@@Z -; public: __cdecl CIISSvcControl::CIISSvcControl(class CIISSvcControl & __ptr64) __ptr64 -??0CIISSvcControl@@QEAA@AEAV0@@Z -; public: __cdecl CMetaBack::CMetaBack(class CMetaBack & __ptr64) __ptr64 -??0CMetaBack@@QEAA@AEAV0@@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(class CMetaEnumerator & __ptr64) __ptr64 -??0CMetaEnumerator@@QEAA@AEAV0@@Z -; public: __cdecl CMetaInterface::CMetaInterface(class CMetaInterface & __ptr64) __ptr64 -??0CMetaInterface@@QEAA@AEAV0@@Z -; public: __cdecl CMetaKey::CMetaKey(class CMetaKey & __ptr64) __ptr64 -??0CMetaKey@@QEAA@AEAV0@@Z -; public: __cdecl CMetabasePath::CMetabasePath(class CMetabasePath const & __ptr64) __ptr64 -??0CMetabasePath@@QEAA@AEBV0@@Z -; public: __cdecl CStringListEx::CStringListEx(class CStringListEx const & __ptr64) __ptr64 -??0CStringListEx@@QEAA@AEBV0@@Z -; public: __cdecl CWamInterface::CWamInterface(class CWamInterface & __ptr64) __ptr64 -??0CWamInterface@@QEAA@AEAV0@@Z -; public: __cdecl std::list >::~list >(void) __ptr64 -??1?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@XZ -; public: __cdecl CBlob::~CBlob(void) __ptr64 -??1CBlob@@QEAA@XZ -; public: __cdecl CComAuthInfo::~CComAuthInfo(void) __ptr64 -??1CComAuthInfo@@QEAA@XZ -; public: virtual __cdecl CIISApplication::~CIISApplication(void) __ptr64 -??1CIISApplication@@UEAA@XZ -; public: __cdecl CIISInterface::~CIISInterface(void) __ptr64 -??1CIISInterface@@QEAA@XZ -; public: virtual __cdecl CMetaBack::~CMetaBack(void) __ptr64 -??1CMetaBack@@UEAA@XZ -; public: virtual __cdecl CMetaEnumerator::~CMetaEnumerator(void) __ptr64 -??1CMetaEnumerator@@UEAA@XZ -; public: __cdecl CMetabasePath::~CMetabasePath(void) __ptr64 -??1CMetabasePath@@QEAA@XZ -; public: class std::list > & __ptr64 __cdecl std::list >::operator=(class std::list > const & __ptr64) __ptr64 -??4?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(class CError const & __ptr64) __ptr64 -??4CError@@QEAAAEBV0@AEBV0@@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(long) __ptr64 -??4CError@@QEAAAEBV0@J@Z -; public: class CIISApplication & __ptr64 __cdecl CIISApplication::operator=(class CIISApplication & __ptr64) __ptr64 -??4CIISApplication@@QEAAAEAV0@AEAV0@@Z -; public: class CIISInterface & __ptr64 __cdecl CIISInterface::operator=(class CIISInterface & __ptr64) __ptr64 -??4CIISInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CIISSvcControl & __ptr64 __cdecl CIISSvcControl::operator=(class CIISSvcControl & __ptr64) __ptr64 -??4CIISSvcControl@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaBack & __ptr64 __cdecl CMetaBack::operator=(class CMetaBack & __ptr64) __ptr64 -??4CMetaBack@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaEnumerator & __ptr64 __cdecl CMetaEnumerator::operator=(class CMetaEnumerator & __ptr64) __ptr64 -??4CMetaEnumerator@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaInterface & __ptr64 __cdecl CMetaInterface::operator=(class CMetaInterface & __ptr64) __ptr64 -??4CMetaInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaKey & __ptr64 __cdecl CMetaKey::operator=(class CMetaKey & __ptr64) __ptr64 -??4CMetaKey@@QEAAAEAV0@AEAV0@@Z -; public: class CMetabasePath & __ptr64 __cdecl CMetabasePath::operator=(class CMetabasePath const & __ptr64) __ptr64 -??4CMetabasePath@@QEAAAEAV0@AEBV0@@Z -; public: class CStringListEx & __ptr64 __cdecl CStringListEx::operator=(class CStringListEx const & __ptr64) __ptr64 -??4CStringListEx@@QEAAAEAV0@AEBV0@@Z -; public: class CWamInterface & __ptr64 __cdecl CWamInterface::operator=(class CWamInterface & __ptr64) __ptr64 -??4CWamInterface@@QEAAAEAV0@AEAV0@@Z -; public: int const __cdecl CError::operator==(class CError & __ptr64) __ptr64 -??8CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator==(long) __ptr64 -??8CError@@QEAA?BHJ@Z -; public: int __cdecl CBlob::operator!=(class CBlob const & __ptr64)const __ptr64 -??9CBlob@@QEBAHAEBV0@@Z -; public: int const __cdecl CError::operator!=(class CError & __ptr64) __ptr64 -??9CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator!=(long) __ptr64 -??9CError@@QEAA?BHJ@Z -; public: bool __cdecl CStrPassword::operator!=(class CStrPassword & __ptr64) __ptr64 -??9CStrPassword@@QEAA_NAEAV0@@Z -; public: __cdecl CComAuthInfo::operator unsigned short * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAGXZ -; public: __cdecl CComAuthInfo::operator class CComAuthInfo * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAV0@XZ -; public: __cdecl CError::operator unsigned short const * __ptr64(void) __ptr64 -??BCError@@QEAAPEBGXZ -; public: __cdecl CError::operator int const (void)const __ptr64 -??BCError@@QEBA?BHXZ -; public: __cdecl CError::operator long const (void)const __ptr64 -??BCError@@QEBA?BJXZ -; public: __cdecl CError::operator unsigned long const (void)const __ptr64 -??BCError@@QEBA?BKXZ -; public: __cdecl CIISInterface::operator int(void)const __ptr64 -??BCIISInterface@@QEBAHXZ -; public: __cdecl CIISInterface::operator long(void)const __ptr64 -??BCIISInterface@@QEBAJXZ -; public: __cdecl CMetaKey::operator int(void)const __ptr64 -??BCMetaKey@@QEBAHXZ -; public: __cdecl CMetaKey::operator unsigned long(void)const __ptr64 -??BCMetaKey@@QEBAKXZ -; public: __cdecl CMetaKey::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetaKey@@QEBAPEBGXZ -; public: __cdecl CMetabasePath::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetabasePath@@QEBAPEBGXZ -; const CIISApplication::`vftable'{for `CMetaKey'} -??_7CIISApplication@@6BCMetaKey@@@ -; const CIISApplication::`vftable'{for `CWamInterface'} -??_7CIISApplication@@6BCWamInterface@@@ -; const CIISInterface::`vftable' -??_7CIISInterface@@6B@ -; const CIISSvcControl::`vftable' -??_7CIISSvcControl@@6B@ -; const CMetaBack::`vftable'{for `CMetaInterface'} -??_7CMetaBack@@6BCMetaInterface@@@ -; const CMetaBack::`vftable'{for `CWamInterface'} -??_7CMetaBack@@6BCWamInterface@@@ -; const CMetaEnumerator::`vftable' -??_7CMetaEnumerator@@6B@ -; const CMetaInterface::`vftable' -??_7CMetaInterface@@6B@ -; const CMetaKey::`vftable' -??_7CMetaKey@@6B@ -; const CWamInterface::`vftable' -??_7CWamInterface@@6B@ -; public: void __cdecl std::list >::`default constructor closure'(void) __ptr64 -??_F?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl CComAuthInfo::`default constructor closure'(void) __ptr64 -??_FCComAuthInfo@@QEAAXXZ -; public: void __cdecl CMetabasePath::`default constructor closure'(void) __ptr64 -??_FCMetabasePath@@QEAAXXZ -; protected: long __cdecl CMetaInterface::AddKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::AddKey(unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaKey@@QEAAJPEBG@Z -; protected: long __cdecl CWamInterface::AppDelete(unsigned short const * __ptr64,int) __ptr64 -?AppDelete@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppDeleteRecoverable(unsigned short const * __ptr64,int) __ptr64 -?AppDeleteRecoverable@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppGetStatus(unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?AppGetStatus@CWamInterface@@IEAAJPEBGPEAK@Z -; protected: long __cdecl CWamInterface::AppRecover(unsigned short const * __ptr64,int) __ptr64 -?AppRecover@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppUnLoad(unsigned short const * __ptr64,int) __ptr64 -?AppUnLoad@CWamInterface@@IEAAJPEBGH@Z -; protected: virtual long __cdecl CIISSvcControl::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CIISSvcControl@@MEAAJXZ -; protected: virtual long __cdecl CMetaBack::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaBack@@MEAAJXZ -; protected: virtual long __cdecl CMetaInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaInterface@@MEAAJXZ -; protected: virtual long __cdecl CWamInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CWamInterface@@MEAAJXZ -; public: long __cdecl CMetaBack::Backup(unsigned short const * __ptr64) __ptr64 -?Backup@CMetaBack@@QEAAJPEBG@Z -; protected: long __cdecl CMetaInterface::Backup(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Backup@CMetaInterface@@IEAAJPEBGKK@Z -; public: virtual long __cdecl CIISInterface::ChangeProxyBlanket(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?ChangeProxyBlanket@CIISInterface@@UEAAJPEBG0@Z -; protected: long __cdecl CMetaInterface::CloseKey(unsigned long) __ptr64 -?CloseKey@CMetaInterface@@IEAAJK@Z -; protected: long __cdecl CMetaInterface::CopyData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,int) __ptr64 -?CopyData@CMetaInterface@@IEAAJKPEBGK0KKKH@Z -; protected: long __cdecl CMetaInterface::CopyKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,int,int) __ptr64 -?CopyKey@CMetaInterface@@IEAAJKPEBGK0HH@Z -; public: long __cdecl CIISApplication::Delete(int) __ptr64 -?Delete@CIISApplication@@QEAAJH@Z -; public: long __cdecl CMetaBack::Delete(unsigned short const * __ptr64,unsigned long) __ptr64 -?Delete@CMetaBack@@QEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteAllData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteBackup(unsigned short const * __ptr64,unsigned long) __ptr64 -?DeleteBackup@CMetaInterface@@IEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteChildKeys(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteChildKeys@CMetaInterface@@IEAAJKPEBG@Z -; protected: long __cdecl CMetaInterface::DeleteData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::DeleteKey(unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaKey@@QEAAJPEBG@Z -; public: long __cdecl CIISApplication::DeleteRecoverable(int) __ptr64 -?DeleteRecoverable@CIISApplication@@QEAAJH@Z -; protected: long __cdecl CMetaInterface::EnumBackups(unsigned short * __ptr64,unsigned long * __ptr64,struct _FILETIME * __ptr64,unsigned long) __ptr64 -?EnumBackups@CMetaInterface@@IEAAJPEAGPEAKPEAU_FILETIME@@K@Z -; protected: long __cdecl CMetaInterface::EnumData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?EnumData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@KPEAK@Z -; protected: long __cdecl CMetaInterface::EnumKeys(unsigned long,unsigned short const * __ptr64,unsigned short * __ptr64,unsigned long) __ptr64 -?EnumKeys@CMetaInterface@@IEAAJKPEBGPEAGK@Z -; public: int __cdecl CError::Failed(void)const __ptr64 -?Failed@CError@@QEBAHXZ -; public: static int __cdecl CError::Failed(long) -?Failed@CError@@SAHJ@Z -; protected: long __cdecl CMetaInterface::GetAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long * __ptr64,unsigned long * __ptr64,unsigned long,unsigned char * __ptr64,unsigned long * __ptr64) __ptr64 -?GetAllData@CMetaInterface@@IEAAJKPEBGKKKPEAK1KPEAE1@Z -; public: unsigned long __cdecl CMetaKey::GetBase(void)const __ptr64 -?GetBase@CMetaKey@@QEBAKXZ -; public: unsigned char * __ptr64 __cdecl CBlob::GetData(void) __ptr64 -?GetData@CBlob@@QEAAPEAEXZ -; protected: long __cdecl CMetaInterface::GetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long * __ptr64) __ptr64 -?GetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@PEAK@Z -; protected: long __cdecl CMetaInterface::GetDataPaths(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned short * __ptr64,unsigned long * __ptr64) __ptr64 -?GetDataPaths@CMetaInterface@@IEAAJKPEBGKKKPEAGPEAK@Z -; public: unsigned long __cdecl CMetaKey::GetHandle(void)const __ptr64 -?GetHandle@CMetaKey@@QEBAKXZ -; public: unsigned long __cdecl CMetaEnumerator::GetIndex(void) __ptr64 -?GetIndex@CMetaEnumerator@@QEAAKXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetInstancePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetInstancePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: struct IMSAdminBaseW * __ptr64 __cdecl CMetaInterface::GetInterface(void) __ptr64 -?GetInterface@CMetaInterface@@QEAAPEAUIMSAdminBaseW@@XZ -; protected: long __cdecl CMetaInterface::GetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?GetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: void __cdecl CError::GetLastWinError(void) __ptr64 -?GetLastWinError@CError@@QEAAXXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetMachinePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetMachinePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetRootPath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetRootPath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetServicePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetServicePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: unsigned long __cdecl CBlob::GetSize(void)const __ptr64 -?GetSize@CBlob@@QEBAKXZ -; public: long __cdecl CError::HResult(void)const __ptr64 -?HResult@CError@@QEBAJXZ -; public: static long __cdecl CError::HResult(long) -?HResult@CError@@SAJJ@Z -; protected: int __cdecl CIISSvcControl::HasInterface(void)const __ptr64 -?HasInterface@CIISSvcControl@@IEBAHXZ -; protected: int __cdecl CMetaInterface::HasInterface(void)const __ptr64 -?HasInterface@CMetaInterface@@IEBAHXZ -; protected: int __cdecl CWamInterface::HasInterface(void)const __ptr64 -?HasInterface@CWamInterface@@IEBAHXZ -; public: int __cdecl CBlob::IsEmpty(void)const __ptr64 -?IsEmpty@CBlob@@QEBAHXZ -; public: int __cdecl CIISApplication::IsEnabledApplication(void)const __ptr64 -?IsEnabledApplication@CIISApplication@@QEBAHXZ -; public: int __cdecl CMetaKey::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetaKey@@QEBAHXZ -; public: int __cdecl CMetabasePath::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetabasePath@@QEBAHXZ -; public: int __cdecl CIISApplication::IsInproc(void)const __ptr64 -?IsInproc@CIISApplication@@QEBAHXZ -; public: int __cdecl CComAuthInfo::IsLocal(void)const __ptr64 -?IsLocal@CComAuthInfo@@QEBAHXZ -; public: int __cdecl CIISInterface::IsLocal(void)const __ptr64 -?IsLocal@CIISInterface@@QEBAHXZ -; public: int __cdecl CMetaKey::IsOpen(void)const __ptr64 -?IsOpen@CMetaKey@@QEBAHXZ -; public: int __cdecl CIISApplication::IsOutOfProc(void)const __ptr64 -?IsOutOfProc@CIISApplication@@QEBAHXZ -; public: int __cdecl CIISApplication::IsPooledProc(void)const __ptr64 -?IsPooledProc@CIISApplication@@QEBAHXZ -; public: long __cdecl CIISSvcControl::Kill(void) __ptr64 -?Kill@CIISSvcControl@@QEAAJXZ -; public: long __cdecl CMetaBack::Next(unsigned long * __ptr64,unsigned short * __ptr64,struct _FILETIME * __ptr64) __ptr64 -?Next@CMetaBack@@QEAAJPEAKPEAGPEAU_FILETIME@@@Z -; protected: long __cdecl CMetaInterface::OpenKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?OpenKey@CMetaInterface@@IEAAJKPEBGKPEAK@Z -; public: void __cdecl CMetaEnumerator::Pop(void) __ptr64 -?Pop@CMetaEnumerator@@QEAAXXZ -; public: void __cdecl CMetaEnumerator::Push(void) __ptr64 -?Push@CMetaEnumerator@@QEAAXXZ -; public: unsigned long __cdecl CIISApplication::QueryAppState(void)const __ptr64 -?QueryAppState@CIISApplication@@QEBAKXZ -; public: class CComAuthInfo * __ptr64 __cdecl CIISInterface::QueryAuthInfo(void) __ptr64 -?QueryAuthInfo@CIISInterface@@QEAAPEAVCComAuthInfo@@XZ -; public: unsigned long __cdecl CMetaKey::QueryFlags(void)const __ptr64 -?QueryFlags@CMetaKey@@QEBAKXZ -; public: unsigned short const * __ptr64 __cdecl CMetaKey::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetaKey@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl CMetabasePath::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetabasePath@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryPassword(void)const __ptr64 -?QueryPassword@CComAuthInfo@@QEBAPEAGXZ -; public: virtual long __cdecl CIISInterface::QueryResult(void)const __ptr64 -?QueryResult@CIISInterface@@UEBAJXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryServerName(void)const __ptr64 -?QueryServerName@CComAuthInfo@@QEBAPEAGXZ -; public: unsigned short const * __ptr64 __cdecl CIISInterface::QueryServerName(void)const __ptr64 -?QueryServerName@CIISInterface@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryUserName(void)const __ptr64 -?QueryUserName@CComAuthInfo@@QEBAPEAGXZ -; public: long __cdecl CMetaKey::QueryValue(unsigned long,int & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAHPEAHPEBGPEAK@Z -; public: unsigned short const * __ptr64 __cdecl CIISApplication::QueryWamPath(void)const __ptr64 -?QueryWamPath@CIISApplication@@QEBAPEBGXZ -; public: long __cdecl CMetaKey::ReOpen(unsigned long) __ptr64 -?ReOpen@CMetaKey@@QEAAJK@Z -; public: long __cdecl CMetaKey::ReOpen(void) __ptr64 -?ReOpen@CMetaKey@@QEAAJXZ -; public: long __cdecl CIISSvcControl::Reboot(unsigned long,int) __ptr64 -?Reboot@CIISSvcControl@@QEAAJKH@Z -; public: long __cdecl CIISApplication::Recover(int) __ptr64 -?Recover@CIISApplication@@QEAAJH@Z -; public: void __cdecl CError::RemoveOverride(long) __ptr64 -?RemoveOverride@CError@@QEAAXJ@Z -; protected: long __cdecl CMetaInterface::RenameKey(unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaInterface@@IEAAJKPEBG0@Z -; public: long __cdecl CMetaKey::RenameKey(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaKey@@QEAAJPEBG0@Z -; public: void __cdecl CError::Reset(void) __ptr64 -?Reset@CError@@QEAAXXZ -; public: void __cdecl CMetaBack::Reset(void) __ptr64 -?Reset@CMetaBack@@QEAAXXZ -; public: void __cdecl CMetaEnumerator::Reset(unsigned long) __ptr64 -?Reset@CMetaEnumerator@@QEAAXK@Z -; protected: long __cdecl CMetaInterface::Restore(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Restore@CMetaInterface@@IEAAJPEBGKK@Z -; public: long __cdecl CMetaInterface::SaveData(void) __ptr64 -?SaveData@CMetaInterface@@QEAAJXZ -; protected: long __cdecl CMetaInterface::SetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64) __ptr64 -?SetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@@Z -; protected: long __cdecl CMetaInterface::SetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?SetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: void __cdecl CError::SetLastWinError(void)const __ptr64 -?SetLastWinError@CError@@QEBAXXZ -; public: long __cdecl CMetaKey::SetValue(unsigned long,class IIS::CString & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCString@IIS@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,int,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKHPEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,unsigned long,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKKPEAHPEBG@Z -; public: long __cdecl CIISSvcControl::Start(unsigned long) __ptr64 -?Start@CIISSvcControl@@QEAAJK@Z -; public: long __cdecl CIISSvcControl::Status(unsigned long,unsigned char * __ptr64,unsigned long * __ptr64,unsigned long * __ptr64) __ptr64 -?Status@CIISSvcControl@@QEAAJKPEAEPEAK1@Z -; public: long __cdecl CIISSvcControl::Stop(unsigned long,int) __ptr64 -?Stop@CIISSvcControl@@QEAAJKH@Z -; public: void __cdecl CComAuthInfo::StorePassword(unsigned short const * __ptr64) __ptr64 -?StorePassword@CComAuthInfo@@QEAAXPEBG@Z -; public: int __cdecl CError::Succeeded(void)const __ptr64 -?Succeeded@CError@@QEBAHXZ -; public: static int __cdecl CError::Succeeded(long) -?Succeeded@CError@@SAHJ@Z -; public: virtual int __cdecl CIISInterface::Succeeded(void)const __ptr64 -?Succeeded@CIISInterface@@UEBAHXZ -; public: int __cdecl CWamInterface::SupportsPooledProc(void)const __ptr64 -?SupportsPooledProc@CWamInterface@@QEBAHXZ -; public: long __cdecl CIISApplication::Unload(int) __ptr64 -?Unload@CIISApplication@@QEAAJH@Z -; public: static void __cdecl CError::UnregisterFacility(unsigned long) -?UnregisterFacility@CError@@SAXK@Z -; public: int __cdecl CComAuthInfo::UsesImpersonation(void)const __ptr64 -?UsesImpersonation@CComAuthInfo@@QEBAHXZ -; public: unsigned long __cdecl CError::Win32Error(void)const __ptr64 -?Win32Error@CError@@QEBAKXZ -; public: static unsigned long __cdecl CError::Win32Error(long) -?Win32Error@CError@@SAKJ@Z -; protected: struct std::list >::_Node * __ptr64 __cdecl std::list >::_Buynode(struct std::list >::_Node * __ptr64,struct std::list >::_Node * __ptr64) __ptr64 -?_Buynode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAPEAU_Node@12@PEAU312@0@Z -; protected: void __cdecl std::list >::_Freenode(struct std::list >::_Node * __ptr64) __ptr64 -?_Freenode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXPEAU_Node@12@@Z -; protected: void __cdecl std::list >::_Splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?_Splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXViterator@12@AEAV12@00@Z -; protected: void __cdecl std::list >::_Xran(void)const __ptr64 -?_Xran@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEBAXXZ -; public: void __cdecl std::list >::assign(class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXVconst_iterator@12@0@Z -; public: void __cdecl std::list >::assign(unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KAEBVCString@IIS@@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::back(void) __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::back(void)const __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::list >::iterator __cdecl std::list >::begin(void) __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::begin(void)const __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: void __cdecl std::list >::clear(void) __ptr64 -?clear@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: bool __cdecl std::list >::empty(void)const __ptr64 -?empty@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_NXZ -; public: class std::list >::iterator __cdecl std::list >::end(void) __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::end(void)const __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator,class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@0@Z -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::front(void) __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::front(void)const __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::allocator __cdecl std::list >::get_allocator(void)const __ptr64 -?get_allocator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$allocator@VCString@IIS@@@2@XZ -; public: class std::list >::iterator __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@AEBVCString@IIS@@@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const * __ptr64,class IIS::CString const * __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@PEBVCString@IIS@@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@Vconst_iterator@12@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@_KAEBVCString@IIS@@@Z -; public: unsigned __int64 __cdecl std::list >::max_size(void)const __ptr64 -?max_size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::merge(class std::list > & __ptr64) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::merge(class std::list > & __ptr64,struct std::greater) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@U?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::pop_back(void) __ptr64 -?pop_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::pop_front(void) __ptr64 -?pop_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::push_back(class IIS::CString const & __ptr64) __ptr64 -?push_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::push_front(class IIS::CString const & __ptr64) __ptr64 -?push_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rbegin(void) __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rbegin(void)const __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::remove(class IIS::CString const & __ptr64) __ptr64 -?remove@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::remove_if(class std::binder2nd >) __ptr64 -?remove_if@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXV?$binder2nd@U?$not_equal_to@VCString@IIS@@@std@@@2@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rend(void) __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rend(void)const __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::resize(unsigned __int64,class IIS::CString) __ptr64 -?resize@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KVCString@IIS@@@Z -; public: void __cdecl std::list >::reverse(void) __ptr64 -?reverse@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: unsigned __int64 __cdecl std::list >::size(void)const __ptr64 -?size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::sort(struct std::greater) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::sort(void) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@00@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@0@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@@Z -; public: void __cdecl std::list >::swap(class std::list > & __ptr64) __ptr64 -?swap@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::unique(struct std::not_equal_to) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$not_equal_to@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::unique(void) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cfgbkend.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cfgbkend.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cfgbkend.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cfgbkend.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of CfgBkEnd.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CfgBkEnd.DLL" -EXPORTS -CLSID_CfgComp -IID_ICfgComp -IID_ISettingsComp -IID_ISettingsComp2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/c_g18030.def mingw-w64-6.0.0/mingw-w64-crt/lib64/c_g18030.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/c_g18030.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/c_g18030.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file c_gb18030.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY c_gb18030.dll -EXPORTS -BytesToUnicode -NlsDllCodePageTranslation -UnicodeToBytes diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ChangeLog mingw-w64-6.0.0/mingw-w64-crt/lib64/ChangeLog --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ChangeLog 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ChangeLog 2018-09-14 14:16:43.000000000 +0000 @@ -1 +1,3 @@ +2017-03-21 Tamar Christina + * ntdll.def (atan, cos, fabs, floor): Mark as DATA. diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/chsbrkr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/chsbrkr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/chsbrkr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/chsbrkr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ChsBrKr.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ChsBrKr.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/chtbrkr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/chtbrkr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/chtbrkr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/chtbrkr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CHTBRKR.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CHTBRKR.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ciadmin.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ciadmin.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ciadmin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ciadmin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CIADMIN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CIADMIN.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cic.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file cic.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY cic.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ciodm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ciodm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ciodm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ciodm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ciodm.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ciodm.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/c_is2022.def mingw-w64-6.0.0/mingw-w64-crt/lib64/c_is2022.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/c_is2022.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/c_is2022.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file c_is2022.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY c_is2022.dll -EXPORTS -NlsDllCodePageTranslation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/c_iscii.def mingw-w64-6.0.0/mingw-w64-crt/lib64/c_iscii.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/c_iscii.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/c_iscii.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file c_iscii.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY c_iscii.dll -EXPORTS -NlsDllCodePageTranslation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/clbcatex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/clbcatex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/clbcatex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/clbcatex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file COLBCAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COLBCAT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/clbcatq.def mingw-w64-6.0.0/mingw-w64-crt/lib64/clbcatq.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/clbcatq.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/clbcatq.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -; -; Exports of file CLBCatQ.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CLBCatQ.DLL -EXPORTS -ActivatorUpdateForIsRouterChanges -; void __cdecl ClearList(class CStructArray * __ptr64) -?ClearList@@YAXPEAVCStructArray@@@Z -CoRegCleanup -; long __cdecl CreateComponentLibraryTS(unsigned short const * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) -?CreateComponentLibraryTS@@YAJPEBGJPEAPEAUIComponentRecords@@@Z -; long __cdecl DataConvert(unsigned short,unsigned short,unsigned long,unsigned long * __ptr64,void * __ptr64,void * __ptr64,unsigned long,unsigned long,unsigned long * __ptr64,unsigned char,unsigned char,unsigned long) -?DataConvert@@YAJGGKPEAKPEAX1KK0EEK@Z -DeleteAllActivatorsForClsid -; void __cdecl DestroyStgDatabase(class StgDatabase * __ptr64) -?DestroyStgDatabase@@YAXPEAVStgDatabase@@@Z -DowngradeAPL -; long __cdecl GetDataConversion(struct IDataConvert * __ptr64 * __ptr64) -?GetDataConversion@@YAJPEAPEAUIDataConvert@@@Z -; class CGetDataConversion * __ptr64 __cdecl GetDataConvertObject(void) -?GetDataConvertObject@@YAPEAVCGetDataConversion@@XZ -GetGlobalBabyJITEnabled -; long __cdecl GetPropValue(unsigned short,long * __ptr64,void * __ptr64,int,int * __ptr64,struct tagDBPROP & __ptr64) -?GetPropValue@@YAJGPEAJPEAXHPEAHAEAUtagDBPROP@@@Z -; long __cdecl GetStgDatabase(class StgDatabase * __ptr64 * __ptr64) -?GetStgDatabase@@YAJPEAPEAVStgDatabase@@@Z -; void __cdecl InitErrors(unsigned long * __ptr64) -?InitErrors@@YAXPEAK@Z -; long __cdecl OpenComponentLibrarySharedTS(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned long,struct _SECURITY_ATTRIBUTES * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) -?OpenComponentLibrarySharedTS@@YAJPEBG0KPEAU_SECURITY_ATTRIBUTES@@JPEAPEAUIComponentRecords@@@Z -; long __cdecl OpenComponentLibraryTS(unsigned short const * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) -?OpenComponentLibraryTS@@YAJPEBGJPEAPEAUIComponentRecords@@@Z -; long __cdecl PostError(long,...) -?PostError@@YAJJZZ -; void __cdecl ShutDownDataConversion(void) -?ShutDownDataConversion@@YAXXZ -UpdateFromAppChange -UpdateFromComponentChange -CLSIDFromStringByBitness -CheckMemoryGates -ComPlusEnablePartitions -ComPlusEnableRemoteAccess -ComPlusMigrate -ComPlusPartitionsEnabled -ComPlusRemoteAccessEnabled -CreateComponentLibraryEx -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetCatalogObject -GetCatalogObject2 -GetComputerObject -GetSimpleTableDispenser -InprocServer32FromString -OpenComponentLibraryEx -OpenComponentLibraryOnMemEx -OpenComponentLibraryOnStreamEx -OpenComponentLibrarySharedEx -ServerGetApplicationType -SetSetupOpen -SetSetupSave -SetupOpen -SetupSave diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/clb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/clb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/clb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/clb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file clb.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY clb.dll -EXPORTS -ClbAddData -ClbSetColumnWidths -ClbStyleW -ClbWndProc -CustomControlInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cliconfg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cliconfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cliconfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cliconfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file CLICONFG.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CLICONFG.DLL -EXPORTS -CPlApplet -ClientConfigureAddEdit -OnInitDialogMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/clusapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/clusapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/clusapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/clusapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,136 +0,0 @@ -; -; Definition file of CLUSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CLUSAPI.dll" -EXPORTS -AddClusterNode -AddClusterResourceDependency -AddClusterResourceNode -BackupClusterDatabase -CanResourceBeDependent -ChangeClusterResourceGroup -CloseCluster -CloseClusterGroup -CloseClusterNetInterface -CloseClusterNetwork -CloseClusterNode -CloseClusterNotifyPort -CloseClusterResource -ClusterCloseEnum -ClusterControl -ClusterEnum -ClusterGetEnumCount -ClusterGroupCloseEnum -ClusterGroupControl -ClusterGroupEnum -ClusterGroupGetEnumCount -ClusterGroupOpenEnum -ClusterNetInterfaceControl -ClusterNetworkCloseEnum -ClusterNetworkControl -ClusterNetworkEnum -ClusterNetworkGetEnumCount -ClusterNetworkOpenEnum -ClusterNodeCloseEnum -ClusterNodeControl -ClusterNodeEnum -ClusterNodeGetEnumCount -ClusterNodeOpenEnum -ClusterOpenEnum -ClusterRegBatchAddCommand -ClusterRegBatchCloseNotification -ClusterRegBatchReadCommand -ClusterRegCloseBatch -ClusterRegCloseBatchNotifyPort -ClusterRegCloseKey -ClusterRegCreateBatch -ClusterRegCreateBatchNotifyPort -ClusterRegCreateKey -ClusterRegDeleteKey -ClusterRegDeleteValue -ClusterRegEnumKey -ClusterRegEnumValue -ClusterRegGetBatchNotification -ClusterRegGetKeySecurity -ClusterRegOpenKey -ClusterRegQueryInfoKey -ClusterRegQueryValue -ClusterRegSetKeySecurity -ClusterRegSetValue -ClusterResourceCloseEnum -ClusterResourceControl -ClusterResourceEnum -ClusterResourceGetEnumCount -ClusterResourceOpenEnum -ClusterResourceTypeCloseEnum -ClusterResourceTypeControl -ClusterResourceTypeEnum -ClusterResourceTypeGetEnumCount -ClusterResourceTypeOpenEnum -CreateCluster -CreateClusterGroup -CreateClusterNotifyPort -CreateClusterResource -CreateClusterResourceType -DeleteClusterGroup -DeleteClusterResource -DeleteClusterResourceType -DestroyCluster -DestroyClusterGroup -EvictClusterNode -EvictClusterNodeEx -FailClusterResource -GetClusterFromGroup -GetClusterFromNetInterface -GetClusterFromNetwork -GetClusterFromNode -GetClusterFromResource -GetClusterGroupKey -GetClusterGroupState -GetClusterInformation -GetClusterKey -GetClusterNetInterface -GetClusterNetInterfaceKey -GetClusterNetInterfaceState -GetClusterNetworkId -GetClusterNetworkKey -GetClusterNetworkState -GetClusterNodeId -GetClusterNodeKey -GetClusterNodeState -GetClusterNotify -GetClusterQuorumResource -GetClusterResourceDependencyExpression -GetClusterResourceKey -GetClusterResourceNetworkName -GetClusterResourceState -GetClusterResourceTypeKey -GetNodeClusterState -MoveClusterGroup -OfflineClusterGroup -OfflineClusterResource -OnlineClusterGroup -OnlineClusterResource -OpenCluster -OpenClusterGroup -OpenClusterNetInterface -OpenClusterNetwork -OpenClusterNode -OpenClusterResource -PauseClusterNode -RegisterClusterNotify -RemoveClusterResourceDependency -RemoveClusterResourceNode -RestoreClusterDatabase -ResumeClusterNode -SetClusterGroupName -SetClusterGroupNodeList -SetClusterName -SetClusterNetworkName -SetClusterNetworkPriorityOrder -SetClusterQuorumResource -SetClusterResourceDependencyExpression -SetClusterResourceName -SetClusterServiceAccountPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cmprops.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cmprops.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cmprops.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cmprops.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CMProps.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CMProps.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cmsetacl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cmsetacl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cmsetacl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cmsetacl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file cmSetACL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY cmSetACL.dll -EXPORTS -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cnbjmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cnbjmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cnbjmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cnbjmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file CNBJMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CNBJMON.dll -EXPORTS -InitializePrintMonitor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cnvfat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cnvfat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cnvfat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cnvfat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file CUFAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CUFAT.dll -EXPORTS -IsConversionAvailable -ConvertFAT diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/colbact.def mingw-w64-6.0.0/mingw-w64-crt/lib64/colbact.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/colbact.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/colbact.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file colbact.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY colbact.DLL -EXPORTS -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetClassInfoForCurrentUser -GetDefaultPartitionForCurrentUser -GetDefaultPartitionForSid -PartitionAccessCheck diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comaddin.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comaddin.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comaddin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comaddin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file COMADDIN.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COMADDIN.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comadmin.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comadmin.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comadmin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comadmin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file COMADMIN.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COMADMIN.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comcat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comcat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comcat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comcat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file COMCAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COMCAT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comctl32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comctl32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comctl32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comctl32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ -; -; Exports of file COMCTL32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COMCTL32.dll -EXPORTS -MenuHelp -ShowHideMenuCtl -GetEffectiveClientRect -DrawStatusTextA -CreateStatusWindowA -CreateToolbar -CreateMappedBitmap -CreatePropertySheetPage -MakeDragList -LBItemFromPt -DrawInsert -CreateUpDownControl -InitCommonControls -CreatePropertySheetPageA -CreatePropertySheetPageW -CreateStatusWindow -CreateStatusWindowW -CreateToolbarEx -DestroyPropertySheetPage -DllGetVersion -DllInstall -DrawStatusText -DrawStatusTextW -FlatSB_EnableScrollBar -FlatSB_GetScrollInfo -FlatSB_GetScrollPos -FlatSB_GetScrollProp -FlatSB_GetScrollPropPtr -FlatSB_GetScrollRange -FlatSB_SetScrollInfo -FlatSB_SetScrollPos -FlatSB_SetScrollProp -FlatSB_SetScrollRange -FlatSB_ShowScrollBar -GetMUILanguage -ImageList_Add -ImageList_AddIcon -ImageList_AddMasked -ImageList_BeginDrag -ImageList_Copy -ImageList_Create -ImageList_Destroy -ImageList_DragEnter -ImageList_DragLeave -ImageList_DragMove -ImageList_DragShowNolock -ImageList_Draw -ImageList_DrawEx -ImageList_DrawIndirect -ImageList_Duplicate -ImageList_EndDrag -ImageList_GetBkColor -ImageList_GetDragImage -ImageList_GetFlags -ImageList_GetIcon -ImageList_GetIconSize -ImageList_GetImageCount -ImageList_GetImageInfo -ImageList_GetImageRect -ImageList_LoadImage -ImageList_LoadImageA -ImageList_LoadImageW -ImageList_Merge -ImageList_Read -ImageList_Remove -ImageList_Replace -ImageList_ReplaceIcon -ImageList_SetBkColor -ImageList_SetDragCursorImage -ImageList_SetFilter -ImageList_SetFlags -ImageList_SetIconSize -ImageList_SetImageCount -ImageList_SetOverlayImage -ImageList_Write -InitCommonControlsEx -InitMUILanguage -InitializeFlatSB -LoadIconMetric -PropertySheet -PropertySheetA -PropertySheetW -RegisterClassNameW -UninitializeFlatSB -_TrackMouseEvent -FreeMRUList -Str_SetPtrW -DSA_Create -DSA_Destroy -DSA_GetItemPtr -DSA_InsertItem -DSA_DeleteAllItems -DPA_Create -DPA_Destroy -DPA_GetPtr -DPA_InsertPtr -DPA_SetPtr -DPA_DeletePtr -DPA_DeleteAllPtrs -DPA_Sort -DPA_Search -DPA_EnumCallback -DPA_DestroyCallback -DSA_DestroyCallback -CreateMRUListW -AddMRUStringW -EnumMRUListW -SetWindowSubclass -RemoveWindowSubclass -DefSubclassProc -TaskDialog -TaskDialogIndirect diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comdlg32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comdlg32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comdlg32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comdlg32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -; -; Exports of file comdlg32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY comdlg32.dll -EXPORTS -ChooseColorA -ChooseColorW -ChooseFontA -ChooseFontW -CommDlgExtendedError -FindTextA -FindTextW -GetFileTitleA -GetFileTitleW -GetOpenFileNameA -GetOpenFileNameW -GetSaveFileNameA -GetSaveFileNameW -LoadAlterBitmap -PageSetupDlgA -PageSetupDlgW -PrintDlgA -PrintDlgExA -PrintDlgExW -PrintDlgW -ReplaceTextA -ReplaceTextW -Ssync_ANSI_UNICODE_Struct_For_WOW -WantArrows -dwLBSubclass -dwOKSubclass diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/compatui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/compatui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/compatui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/compatui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CompatUI.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CompatUI.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/compstui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/compstui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/compstui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/compstui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file COMPSTUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY COMPSTUI.dll -EXPORTS -CommonPropertySheetUIA -CommonPropertySheetUIW -GetCPSUIUserData -SetCPSUIUserData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comrepl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comrepl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comrepl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comrepl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ComRepl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ComRepl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file ComSnap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ComSnap.DLL -EXPORTS -InstallDsExtension -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/comuid.def mingw-w64-6.0.0/mingw-w64-crt/lib64/comuid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/comuid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/comuid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file ComUID.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ComUID.DLL -EXPORTS -CreateDCOMSecurityUIPage -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/confmsp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/confmsp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/confmsp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/confmsp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file confmsp.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY confmsp.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/connect.def mingw-w64-6.0.0/mingw-w64-crt/lib64/connect.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/connect.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/connect.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of connect.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "connect.dll" -EXPORTS -AddConnectionOptionListEntries -CreateVPNConnection -DllCanUnloadNow -DllGetClassObject -GetInternetConnected -GetNetworkConnected -GetVPNConnected -IsInternetConnected -IsInternetConnectedGUID -IsUniqueConnectionName -RegisterPageWithPage -UnregisterPage -UnregisterPagesLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/console.def mingw-w64-6.0.0/mingw-w64-crt/lib64/console.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/console.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/console.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file Console.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Console.dll -EXPORTS -CPlApplet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/controt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/controt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/controt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/controt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file CONTROT.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CONTROT.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/credui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/credui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/credui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/credui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of credui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "credui.dll" -EXPORTS -CredPackAuthenticationBufferA -CredPackAuthenticationBufferW -CredUICmdLinePromptForCredentialsA -CredUICmdLinePromptForCredentialsW -CredUIConfirmCredentialsA -CredUIConfirmCredentialsW -CredUIInitControls -CredUIParseUserNameA -CredUIParseUserNameW -CredUIPromptForCredentialsA -CredUIPromptForCredentialsW -CredUIPromptForWindowsCredentialsA -CredUIPromptForWindowsCredentialsW -CredUIPromptForWindowsCredentialsWorker -CredUIReadSSOCredA -CredUIReadSSOCredW -CredUIStoreSSOCredA -CredUIStoreSSOCredW -CredUnPackAuthenticationBufferA -CredUnPackAuthenticationBufferW -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/crtdll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/crtdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/crtdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/crtdll.def 2018-09-14 14:16:43.000000000 +0000 @@ -4,6 +4,7 @@ ; Autogenerated by gen_exportdef ; Written by Kai Tietz, 2007 ; +LIBRARY "crtdll.dll" EXPORTS $I10_OUTPUT ; public: __cdecl __non_rtti_object::__non_rtti_object(class __non_rtti_object const & __ptr64) __ptr64 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/crypt32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/crypt32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/crypt32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/crypt32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,273 +0,0 @@ -; -; Exports of file CRYPT32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CRYPT32.dll -EXPORTS -ChainWlxLogoffEvent -CloseCertPerformanceData -CollectCertPerformanceData -OpenCertPerformanceData -CertAddCRLContextToStore -CertAddCRLLinkToStore -CertAddCTLContextToStore -CertAddCTLLinkToStore -CertAddCertificateContextToStore -CertAddCertificateLinkToStore -CertAddEncodedCRLToStore -CertAddEncodedCTLToStore -CertAddEncodedCertificateToStore -CertAddEncodedCertificateToSystemStoreA -CertAddEncodedCertificateToSystemStoreW -CertAddEnhancedKeyUsageIdentifier -CertAddSerializedElementToStore -CertAddStoreToCollection -CertAlgIdToOID -CertCloseStore -CertCompareCertificate -CertCompareCertificateName -CertCompareIntegerBlob -CertComparePublicKeyInfo -CertControlStore -CertCreateCRLContext -CertCreateCTLContext -CertCreateCTLEntryFromCertificateContextProperties -CertCreateCertificateChainEngine -CertCreateCertificateContext -CertCreateContext -CertCreateSelfSignCertificate -CertDeleteCRLFromStore -CertDeleteCTLFromStore -CertDeleteCertificateFromStore -CertDuplicateCRLContext -CertDuplicateCTLContext -CertDuplicateCertificateChain -CertDuplicateCertificateContext -CertDuplicateStore -CertEnumCRLContextProperties -CertEnumCRLsInStore -CertEnumCTLContextProperties -CertEnumCTLsInStore -CertEnumCertificateContextProperties -CertEnumCertificatesInStore -CertEnumPhysicalStore -CertEnumSubjectInSortedCTL -CertEnumSystemStore -CertEnumSystemStoreLocation -CertFindAttribute -CertFindCRLInStore -CertFindCTLInStore -CertFindCertificateInCRL -CertFindCertificateInStore -CertFindChainInStore -CertFindExtension -CertFindRDNAttr -CertFindSubjectInCTL -CertFindSubjectInSortedCTL -CertFreeCRLContext -CertFreeCTLContext -CertFreeCertificateChain -CertFreeCertificateChainEngine -CertFreeCertificateContext -CertGetCRLContextProperty -CertGetCRLFromStore -CertGetCTLContextProperty -CertGetCertificateChain -CertGetCertificateContextProperty -CertGetEnhancedKeyUsage -CertGetIntendedKeyUsage -CertGetIssuerCertificateFromStore -CertGetNameStringA -CertGetNameStringW -CertGetPublicKeyLength -CertGetStoreProperty -CertGetSubjectCertificateFromStore -CertGetValidUsages -CertIsRDNAttrsInCertificateName -CertIsValidCRLForCertificate -CertNameToStrA -CertNameToStrW -CertOIDToAlgId -CertOpenStore -CertOpenSystemStoreA -CertOpenSystemStoreW -CertRDNValueToStrA -CertRDNValueToStrW -CertRegisterPhysicalStore -CertRegisterSystemStore -CertRemoveEnhancedKeyUsageIdentifier -CertRemoveStoreFromCollection -CertResyncCertificateChainEngine -CertSaveStore -CertSerializeCRLStoreElement -CertSerializeCTLStoreElement -CertSerializeCertificateStoreElement -CertSetCRLContextProperty -CertSetCTLContextProperty -CertSetCertificateContextPropertiesFromCTLEntry -CertSetCertificateContextProperty -CertSetEnhancedKeyUsage -CertSetStoreProperty -CertStrToNameA -CertStrToNameW -CertUnregisterPhysicalStore -CertUnregisterSystemStore -CertVerifyCRLRevocation -CertVerifyCRLTimeValidity -CertVerifyCTLUsage -CertVerifyCertificateChainPolicy -CertVerifyRevocation -CertVerifySubjectCertificateContext -CertVerifyTimeValidity -CertVerifyValidityNesting -CryptAcquireCertificatePrivateKey -CryptBinaryToStringA -CryptBinaryToStringW -CryptCloseAsyncHandle -CryptCreateAsyncHandle -CryptCreateKeyIdentifierFromCSP -CryptDecodeMessage -CryptDecodeObject -CryptDecodeObjectEx -CryptDecryptAndVerifyMessageSignature -CryptDecryptMessage -CryptEncodeObject -CryptEncodeObjectEx -CryptEncryptMessage -CryptEnumKeyIdentifierProperties -CryptEnumOIDFunction -CryptEnumOIDInfo -CryptExportPKCS8 -CryptExportPublicKeyInfo -CryptExportPublicKeyInfoEx -CryptFindCertificateKeyProvInfo -CryptFindLocalizedName -CryptFindOIDInfo -CryptFormatObject -CryptFreeOIDFunctionAddress -CryptGetAsyncParam -CryptGetDefaultOIDDllList -CryptGetDefaultOIDFunctionAddress -CryptGetKeyIdentifierProperty -CryptGetMessageCertificates -CryptGetMessageSignerCount -CryptGetOIDFunctionAddress -CryptGetOIDFunctionValue -CryptGetDefaultProviderA -CryptGetDefaultProviderW -CryptHashCertificate -CryptHashMessage -CryptHashPublicKeyInfo -CryptHashToBeSigned -CryptImportPKCS8 -CryptImportPublicKeyInfo -CryptImportPublicKeyInfoEx -CryptInitOIDFunctionSet -CryptInstallDefaultContext -CryptInstallOIDFunctionAddress -CryptLoadSip -CryptMemAlloc -CryptMemFree -CryptMemRealloc -CryptMsgCalculateEncodedLength -CryptMsgClose -CryptMsgControl -CryptMsgCountersign -CryptMsgCountersignEncoded -CryptMsgDuplicate -CryptMsgEncodeAndSignCTL -CryptMsgGetAndVerifySigner -CryptMsgGetParam -CryptMsgOpenToDecode -CryptMsgOpenToEncode -CryptMsgSignCTL -CryptMsgUpdate -CryptMsgVerifyCountersignatureEncoded -CryptMsgVerifyCountersignatureEncodedEx -CryptProtectData -CryptProtectMemory -CryptQueryObject -CryptRegisterDefaultOIDFunction -CryptRegisterOIDFunction -CryptRegisterOIDInfo -CryptSIPAddProvider -CryptSIPCreateIndirectData -CryptSIPGetSignedDataMsg -CryptSIPLoad -CryptSIPPutSignedDataMsg -CryptSIPRemoveProvider -CryptSIPRemoveSignedDataMsg -CryptSIPRetrieveSubjectGuid -CryptSIPRetrieveSubjectGuidForCatalogFile -CryptSIPVerifyIndirectData -CryptSetAsyncParam -CryptSetKeyIdentifierProperty -CryptSetOIDFunctionValue -CryptSignAndEncodeCertificate -CryptSignAndEncryptMessage -CryptSignCertificate -CryptSignMessage -CryptSignMessageWithKey -CryptStringToBinaryA -CryptStringToBinaryW -CryptUninstallDefaultContext -CryptUnprotectData -CryptUnprotectMemory -CryptUnregisterDefaultOIDFunction -CryptUnregisterOIDFunction -CryptUnregisterOIDInfo -CryptVerifyCertificateSignature -CryptVerifyCertificateSignatureEx -CryptVerifyDetachedMessageHash -CryptVerifyDetachedMessageSignature -CryptVerifyMessageHash -CryptVerifyMessageSignature -CryptVerifyMessageSignatureWithKey -I_CertProtectFunction -I_CertSrvProtectFunction -I_CertSyncStore -I_CertUpdateStore -I_CryptAddRefLruEntry -I_CryptAddSmartCardCertToStore -I_CryptAllocTls -I_CryptCreateLruCache -I_CryptCreateLruEntry -I_CryptDetachTls -I_CryptDisableLruOfEntries -I_CryptEnableLruOfEntries -I_CryptEnumMatchingLruEntries -I_CryptFindLruEntry -I_CryptFindLruEntryData -I_CryptFindSmartCardCertInStore -I_CryptFlushLruCache -I_CryptFreeLruCache -I_CryptFreeTls -I_CryptGetAsn1Decoder -I_CryptGetAsn1Encoder -I_CryptGetDefaultCryptProv -I_CryptGetDefaultCryptProvForEncrypt -I_CryptGetFileVersion -I_CryptGetLruEntryData -I_CryptGetLruEntryIdentifier -I_CryptGetOssGlobal -I_CryptGetTls -I_CryptInsertLruEntry -I_CryptInstallAsn1Module -I_CryptInstallOssGlobal -I_CryptReadTrustedPublisherDWORDValueFromRegistry -I_CryptRegisterSmartCardStore -I_CryptReleaseLruEntry -I_CryptRemoveLruEntry -I_CryptSetTls -I_CryptTouchLruEntry -I_CryptUninstallAsn1Module -I_CryptUninstallOssGlobal -I_CryptUnregisterSmartCardStore -I_CryptWalkAllLruCacheEntries -PFXExportCertStore -PFXExportCertStoreEx -PFXImportCertStore -PFXIsPFXBlob -PFXVerifyPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptdlg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptdlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptdlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptdlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file CRYPTDLG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CRYPTDLG.dll -EXPORTS -CertConfigureTrustA -CertConfigureTrustW -CertTrustCertPolicy -CertTrustCleanup -CertTrustFinalPolicy -CertTrustInit -DecodeAttrSequence -DecodeRecipientID -EncodeAttrSequence -EncodeRecipientID -FormatPKIXEmailProtection -FormatVerisignExtension -CertModifyCertificatesToTrust -CertSelectCertificateA -CertSelectCertificateW -CertViewPropertiesA -CertViewPropertiesW -DllRegisterServer -DllUnregisterServer -GetFriendlyNameOfCertA -GetFriendlyNameOfCertW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptdll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptdll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file cryptdll.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY cryptdll.dll -EXPORTS -CDBuildIntegrityVect -CDBuildVect -CDFindCommonCSystem -CDFindCommonCSystemWithKey -CDGenerateRandomBits -CDLocateCSystem -CDLocateCheckSum -CDLocateRng -CDRegisterCSystem -CDRegisterCheckSum -CDRegisterRng -MD5Final -MD5Init -MD5Update diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Exports of file CRYPTEXT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CRYPTEXT.dll -EXPORTS -CryptExtAddCER -CryptExtAddCERW -CryptExtAddCRL -CryptExtAddCRLW -CryptExtAddCTL -CryptExtAddCTLW -CryptExtAddP7R -CryptExtAddP7RW -CryptExtAddPFX -CryptExtAddPFXW -CryptExtAddSPC -CryptExtAddSPCW -CryptExtOpenCAT -CryptExtOpenCATW -CryptExtOpenCER -CryptExtOpenCERW -CryptExtOpenCRL -CryptExtOpenCRLW -CryptExtOpenCTL -CryptExtOpenCTLW -CryptExtOpenP10 -CryptExtOpenP10W -CryptExtOpenP7R -CryptExtOpenP7RW -CryptExtOpenPKCS7 -CryptExtOpenPKCS7W -CryptExtOpenSTR -CryptExtOpenSTRW -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptnet.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptnet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptnet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptnet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Definition file of CRYPTNET.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CRYPTNET.dll" -EXPORTS -CertDllVerifyCTLUsage -CertDllVerifyRevocation -CryptnetWlxLogoffEvent -LdapProvOpenStore -CryptCancelAsyncRetrieval -CryptFlushTimeValidObject -CryptGetObjectUrl -CryptGetTimeValidObject -CryptInstallCancelRetrieval -CryptRetrieveObjectByUrlA -CryptRetrieveObjectByUrlW -CryptUninstallCancelRetrieval -DllRegisterServer -DllUnregisterServer -I_CryptNetEnumUrlCacheEntry -I_CryptNetGetHostNameFromUrl -I_CryptNetGetUserDsStoreUrl -I_CryptNetIsConnected -I_CryptNetSetUrlCacheFlushInfo -I_CryptNetSetUrlCachePreFetchInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptsp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptsp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptsp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptsp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -; -; Definition file of CRYPTSP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CRYPTSP.dll" -EXPORTS -CheckSignatureInFile -CryptAcquireContextA -CryptAcquireContextW -CryptContextAddRef -CryptCreateHash -CryptDecrypt -CryptDeriveKey -CryptDestroyHash -CryptDestroyKey -CryptDuplicateHash -CryptDuplicateKey -CryptEncrypt -CryptEnumProviderTypesA -CryptEnumProviderTypesW -CryptEnumProvidersA -CryptEnumProvidersW -CryptExportKey -CryptGenKey -CryptGenRandom -CryptGetDefaultProviderA -CryptGetDefaultProviderW -CryptGetHashParam -CryptGetKeyParam -CryptGetProvParam -CryptGetUserKey -CryptHashData -CryptHashSessionKey -CryptImportKey -CryptReleaseContext -CryptSetHashParam -CryptSetKeyParam -CryptSetProvParam -CryptSetProviderA -CryptSetProviderExA -CryptSetProviderExW -CryptSetProviderW -CryptSignHashA -CryptSignHashW -CryptVerifySignatureA -CryptVerifySignatureW -SystemFunction035 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file CRYPTSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CRYPTSVC.dll -EXPORTS -CryptServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -; -; Exports of file CRYPTUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY CRYPTUI.dll -EXPORTS -ACUIProviderInvokeUI -CryptUIDlgCertMgr -CryptUIDlgFreeCAContext -CryptUIDlgSelectCA -CryptUIDlgSelectCertificateA -CryptUIDlgSelectCertificateFromStore -CryptUIDlgSelectCertificateW -CryptUIDlgSelectStoreA -CryptUIDlgSelectStoreW -CryptUIDlgViewCRLA -CryptUIDlgViewCRLW -CryptUIDlgViewCTLA -CryptUIDlgViewCTLW -CryptUIDlgViewCertificateA -CryptUIDlgViewCertificatePropertiesA -CryptUIDlgViewCertificatePropertiesW -CryptUIDlgViewCertificateW -CryptUIDlgViewContext -CryptUIDlgViewSignerInfoA -CryptUIDlgViewSignerInfoW -CryptUIFreeCertificatePropertiesPagesA -CryptUIFreeCertificatePropertiesPagesW -CryptUIFreeViewSignaturesPagesA -CryptUIFreeViewSignaturesPagesW -CryptUIGetCertificatePropertiesPagesA -CryptUIGetCertificatePropertiesPagesW -CryptUIGetViewSignaturesPagesA -CryptUIGetViewSignaturesPagesW -CryptUIStartCertMgr -CryptUIWizBuildCTL -CryptUIWizCertRequest -CryptUIWizCreateCertRequestNoDS -CryptUIWizDigitalSign -CryptUIWizExport -CryptUIWizFreeCertRequestNoDS -CryptUIWizFreeDigitalSignContext -CryptUIWizImport -CryptUIWizQueryCertRequestNoDS -CryptUIWizSubmitCertRequestNoDS -DllRegisterServer -DllUnregisterServer -EnrollmentCOMObjectFactory_getInstance -I_CryptUIProtect -I_CryptUIProtectFailure -LocalEnroll -LocalEnrollNoDS -RetrievePKCS7FromCA -WizardFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptxml.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptxml.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cryptxml.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cryptxml.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of CRYPTXML.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CRYPTXML.dll" -EXPORTS -CryptXmlAddObject -CryptXmlClose -CryptXmlCreateReference -CryptXmlDigestReference -CryptXmlEncode -CryptXmlEnumAlgorithmInfo -CryptXmlFindAlgorithmInfo -CryptXmlGetAlgorithmInfo -CryptXmlGetDocContext -CryptXmlGetReference -CryptXmlGetSignature -CryptXmlGetStatus -CryptXmlGetTransforms -CryptXmlImportPublicKey -CryptXmlOpenToDecode -CryptXmlOpenToEncode -CryptXmlSetHMACSecret -CryptXmlSign -CryptXmlVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/cscapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/cscapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/cscapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/cscapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of CSCAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CSCAPI.dll" -EXPORTS -CscNetApiGetInterface -CscSearchApiGetInterface -OfflineFilesEnable -OfflineFilesQueryStatus diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/d2d1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/d2d1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/d2d1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/d2d1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of d2d1.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "d2d1.dll" -EXPORTS -D2D1CreateFactory -D2D1MakeRotateMatrix -D2D1MakeSkewMatrix -D2D1IsMatrixInvertible -D2D1InvertMatrix diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/d3d11.def mingw-w64-6.0.0/mingw-w64-crt/lib64/d3d11.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/d3d11.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/d3d11.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -; -; Definition file of d3d11.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "d3d11.dll" -EXPORTS -D3DKMTCloseAdapter -D3DKMTDestroyAllocation -D3DKMTDestroyContext -D3DKMTDestroyDevice -D3DKMTDestroySynchronizationObject -D3DKMTQueryAdapterInfo -D3DKMTSetDisplayPrivateDriverFormat -D3DKMTSignalSynchronizationObject -D3DKMTUnlock -D3DKMTWaitForSynchronizationObject -EnableFeatureLevelUpgrade -OpenAdapter10 -OpenAdapter10_2 -D3D11CoreCreateDevice -D3D11CoreCreateLayeredDevice -D3D11CoreGetLayeredDeviceSize -D3D11CoreRegisterLayers -D3D11CreateDevice -D3D11CreateDeviceAndSwapChain -D3DKMTCreateAllocation -D3DKMTCreateContext -D3DKMTCreateDevice -D3DKMTCreateSynchronizationObject -D3DKMTEscape -D3DKMTGetContextSchedulingPriority -D3DKMTGetDeviceState -D3DKMTGetDisplayModeList -D3DKMTGetMultisampleMethodList -D3DKMTGetRuntimeData -D3DKMTGetSharedPrimaryHandle -D3DKMTLock -D3DKMTOpenAdapterFromHdc -D3DKMTOpenResource -D3DKMTPresent -D3DKMTQueryAllocationResidency -D3DKMTQueryResourceInfo -D3DKMTRender -D3DKMTSetAllocationPriority -D3DKMTSetContextSchedulingPriority -D3DKMTSetDisplayMode -D3DKMTSetGammaRamp -D3DKMTSetVidPnSourceOwner -D3DKMTWaitForVerticalBlankEvent -D3DPerformance_BeginEvent -D3DPerformance_EndEvent -D3DPerformance_GetStatus -D3DPerformance_SetMarker diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/d3d9.def mingw-w64-6.0.0/mingw-w64-crt/lib64/d3d9.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/d3d9.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/d3d9.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file d3d9.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY d3d9.dll -EXPORTS -Direct3DShaderValidatorCreate9 -PSGPError -PSGPSampleTexture -D3DPERF_BeginEvent -D3DPERF_EndEvent -D3DPERF_GetStatus -D3DPERF_QueryRepeatFrame -D3DPERF_SetMarker -D3DPERF_SetOptions -D3DPERF_SetRegion -DebugSetLevel -DebugSetMute -Direct3DCreate9 -Direct3DCreate9Ex diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/d3dcompiler_47.def mingw-w64-6.0.0/mingw-w64-crt/lib64/d3dcompiler_47.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/d3dcompiler_47.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/d3dcompiler_47.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of D3DCOMPILER_47.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "D3DCOMPILER_47.dll" -EXPORTS -D3DAssemble -DebugSetMute -D3DCompile -D3DCompile2 -D3DCompileFromFile -D3DCompressShaders -D3DCreateBlob -D3DCreateFunctionLinkingGraph -D3DCreateLinker -D3DDecompressShaders -D3DDisassemble -D3DDisassemble10Effect -D3DDisassemble11Trace -D3DDisassembleRegion -D3DGetBlobPart -D3DGetDebugInfo -D3DGetInputAndOutputSignatureBlob -D3DGetInputSignatureBlob -D3DGetOutputSignatureBlob -D3DGetTraceInstructionOffsets -D3DLoadModule -D3DPreprocess -D3DReadFileToBlob -D3DReflect -D3DReflectLibrary -D3DReturnFailure1 -D3DSetBlobPart -D3DStripShader -D3DWriteBlobToFile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/danim.def mingw-w64-6.0.0/mingw-w64-crt/lib64/danim.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/danim.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/danim.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1192 +0,0 @@ -; -; Exports of file DANIM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DANIM.dll -EXPORTS -; class CRBvr * __ptr64 __cdecl COMToCRBvr(struct IUnknown * __ptr64) -?COMToCRBvr@@YAPEAVCRBvr@@PEAUIUnknown@@@Z -; class CRNumber * __ptr64 __cdecl CRAbs(class CRNumber * __ptr64) -?CRAbs@@YAPEAVCRNumber@@PEAV1@@Z -; class CRNumber * __ptr64 __cdecl CRAcos(class CRNumber * __ptr64) -?CRAcos@@YAPEAVCRNumber@@PEAV1@@Z -; bool __cdecl CRAcquireGCLock(void) -?CRAcquireGCLock@@YA_NXZ -; class CRNumber * __ptr64 __cdecl CRAdd(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRAdd@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRPoint2 * __ptr64 __cdecl CRAdd(class CRPoint2 * __ptr64,class CRVector2 * __ptr64) -?CRAdd@@YAPEAVCRPoint2@@PEAV1@PEAVCRVector2@@@Z -; class CRPoint3 * __ptr64 __cdecl CRAdd(class CRPoint3 * __ptr64,class CRVector3 * __ptr64) -?CRAdd@@YAPEAVCRPoint3@@PEAV1@PEAVCRVector3@@@Z -; class CRVector2 * __ptr64 __cdecl CRAdd(class CRVector2 * __ptr64,class CRVector2 * __ptr64) -?CRAdd@@YAPEAVCRVector2@@PEAV1@0@Z -; class CRVector3 * __ptr64 __cdecl CRAdd(class CRVector3 * __ptr64,class CRVector3 * __ptr64) -?CRAdd@@YAPEAVCRVector3@@PEAV1@0@Z -; bool __cdecl CRAddBvrToRun(class CRView * __ptr64,class CRBvr * __ptr64,bool,long * __ptr64) -?CRAddBvrToRun@@YA_NPEAVCRView@@PEAVCRBvr@@_NPEAJ@Z -; long __cdecl CRAddElement(class CRArray * __ptr64,class CRBvr * __ptr64,unsigned long) -?CRAddElement@@YAJPEAVCRArray@@PEAVCRBvr@@K@Z -; class CRGeometry * __ptr64 __cdecl CRAddPickData(class CRGeometry * __ptr64,struct IUnknown * __ptr64,bool) -?CRAddPickData@@YAPEAVCRGeometry@@PEAV1@PEAUIUnknown@@_N@Z -; class CRImage * __ptr64 __cdecl CRAddPickData(class CRImage * __ptr64,struct IUnknown * __ptr64,bool) -?CRAddPickData@@YAPEAVCRImage@@PEAV1@PEAUIUnknown@@_N@Z -; bool __cdecl CRAddRefGC(void * __ptr64) -?CRAddRefGC@@YA_NPEAX@Z -; bool __cdecl CRAddSite(class CRSite * __ptr64) -?CRAddSite@@YA_NPEAVCRSite@@@Z -; class CREvent * __ptr64 __cdecl CRAlways(void) -?CRAlways@@YAPEAVCREvent@@XZ -; class CRGeometry * __ptr64 __cdecl CRAmbientColor(class CRGeometry * __ptr64,class CRColor * __ptr64) -?CRAmbientColor@@YAPEAVCRGeometry@@PEAV1@PEAVCRColor@@@Z -; class CRGeometry * __ptr64 __cdecl CRAmbientLight(void) -?CRAmbientLight@@YAPEAVCRGeometry@@XZ -; class CRBoolean * __ptr64 __cdecl CRAnd(class CRBoolean * __ptr64,class CRBoolean * __ptr64) -?CRAnd@@YAPEAVCRBoolean@@PEAV1@0@Z -; class CREvent * __ptr64 __cdecl CRAndEvent(class CREvent * __ptr64,class CREvent * __ptr64) -?CRAndEvent@@YAPEAVCREvent@@PEAV1@0@Z -; class CRFontStyle * __ptr64 __cdecl CRAntiAliasing(class CRFontStyle * __ptr64,double) -?CRAntiAliasing@@YAPEAVCRFontStyle@@PEAV1@N@Z -; class CRLineStyle * __ptr64 __cdecl CRAntiAliasing(class CRLineStyle * __ptr64,double) -?CRAntiAliasing@@YAPEAVCRLineStyle@@PEAV1@N@Z -; class CREvent * __ptr64 __cdecl CRAppTriggeredEvent(void) -?CRAppTriggeredEvent@@YAPEAVCREvent@@XZ -; class CRDXTransformResult * __ptr64 __cdecl CRApplyDXTransform(struct IUnknown * __ptr64,long,class CRBvr * __ptr64 * __ptr64,class CRBvr * __ptr64) -?CRApplyDXTransform@@YAPEAVCRDXTransformResult@@PEAUIUnknown@@JPEAPEAVCRBvr@@PEAV3@@Z -; class CRColor * __ptr64 __cdecl CRAqua(void) -?CRAqua@@YAPEAVCRColor@@XZ -; class CRPath2 * __ptr64 __cdecl CRArc(double,double,double,double) -?CRArc@@YAPEAVCRPath2@@NNNN@Z -; class CRPath2 * __ptr64 __cdecl CRArcRadians(double,double,double,double) -?CRArcRadians@@YAPEAVCRPath2@@NNNN@Z -; class CRPath2 * __ptr64 __cdecl CRArcRadians(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRArcRadians@@YAPEAVCRPath2@@PEAVCRNumber@@000@Z -; class CRNumber * __ptr64 __cdecl CRAsin(class CRNumber * __ptr64) -?CRAsin@@YAPEAVCRNumber@@PEAV1@@Z -; class CRNumber * __ptr64 __cdecl CRAtan2(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRAtan2@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRNumber * __ptr64 __cdecl CRAtan(class CRNumber * __ptr64) -?CRAtan@@YAPEAVCRNumber@@PEAV1@@Z -; class CREvent * __ptr64 __cdecl CRAttachData(class CREvent * __ptr64,class CRBvr * __ptr64) -?CRAttachData@@YAPEAVCREvent@@PEAV1@PEAVCRBvr@@@Z -; class CRBvr * __ptr64 __cdecl CRBSpline(int,long,class CRNumber * __ptr64 * __ptr64 const,long,class CRBvr * __ptr64 * __ptr64 const,long,class CRNumber * __ptr64 * __ptr64 const,class CRNumber * __ptr64,enum CR_BVR_TYPEID) -?CRBSpline@@YAPEAVCRBvr@@HJQEAPEAVCRNumber@@JQEAPEAV1@J0PEAV2@W4CR_BVR_TYPEID@@@Z -; class CRGeometry * __ptr64 __cdecl CRBillboard(class CRGeometry * __ptr64,class CRVector3 * __ptr64) -?CRBillboard@@YAPEAVCRGeometry@@PEAV1@PEAVCRVector3@@@Z -; class CRColor * __ptr64 __cdecl CRBlack(void) -?CRBlack@@YAPEAVCRColor@@XZ -; class CRGeometry * __ptr64 __cdecl CRBlendTextureDiffuse(class CRGeometry * __ptr64,class CRBoolean * __ptr64) -?CRBlendTextureDiffuse@@YAPEAVCRGeometry@@PEAV1@PEAVCRBoolean@@@Z -; class CRColor * __ptr64 __cdecl CRBlue(void) -?CRBlue@@YAPEAVCRColor@@XZ -; class CRFontStyle * __ptr64 __cdecl CRBold(class CRFontStyle * __ptr64) -?CRBold@@YAPEAVCRFontStyle@@PEAV1@@Z -; class CRBbox2 * __ptr64 __cdecl CRBoundingBox(class CRImage * __ptr64) -?CRBoundingBox@@YAPEAVCRBbox2@@PEAVCRImage@@@Z -; class CRBbox2 * __ptr64 __cdecl CRBoundingBox(class CRPath2 * __ptr64,class CRLineStyle * __ptr64) -?CRBoundingBox@@YAPEAVCRBbox2@@PEAVCRPath2@@PEAVCRLineStyle@@@Z -; class CRBbox3 * __ptr64 __cdecl CRBoundingBox(class CRGeometry * __ptr64) -?CRBoundingBox@@YAPEAVCRBbox3@@PEAVCRGeometry@@@Z -; class CRBvr * __ptr64 __cdecl CRBvrApplyPreference(class CRBvr * __ptr64,unsigned short * __ptr64,struct tagVARIANT) -?CRBvrApplyPreference@@YAPEAVCRBvr@@PEAV1@PEAGUtagVARIANT@@@Z -; bool __cdecl CRBvrToCOM(class CRBvr * __ptr64,struct _GUID const & __ptr64,void * __ptr64 * __ptr64) -?CRBvrToCOM@@YA_NPEAVCRBvr@@AEBU_GUID@@PEAPEAX@Z -; class CRNumber * __ptr64 __cdecl CRCeiling(class CRNumber * __ptr64) -?CRCeiling@@YAPEAVCRNumber@@PEAV1@@Z -; void __cdecl CRClearLastError(void) -?CRClearLastError@@YAXXZ -; class CRMatte * __ptr64 __cdecl CRClearMatte(void) -?CRClearMatte@@YAPEAVCRMatte@@XZ -; class CRImage * __ptr64 __cdecl CRClip(class CRImage * __ptr64,class CRMatte * __ptr64) -?CRClip@@YAPEAVCRImage@@PEAV1@PEAVCRMatte@@@Z -; class CRImage * __ptr64 __cdecl CRClipPolygonImage(class CRImage * __ptr64,class CRArray * __ptr64) -?CRClipPolygonImage@@YAPEAVCRImage@@PEAV1@PEAVCRArray@@@Z -; class CRPath2 * __ptr64 __cdecl CRClose(class CRPath2 * __ptr64) -?CRClose@@YAPEAVCRPath2@@PEAV1@@Z -; class CRColor * __ptr64 __cdecl CRColorHsl(double,double,double) -?CRColorHsl@@YAPEAVCRColor@@NNN@Z -; class CRColor * __ptr64 __cdecl CRColorHsl(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRColorHsl@@YAPEAVCRColor@@PEAVCRNumber@@00@Z -; class CRImage * __ptr64 __cdecl CRColorKey(class CRImage * __ptr64,class CRColor * __ptr64) -?CRColorKey@@YAPEAVCRImage@@PEAV1@PEAVCRColor@@@Z -; class CRColor * __ptr64 __cdecl CRColorRgb255(short,short,short) -?CRColorRgb255@@YAPEAVCRColor@@FFF@Z -; class CRColor * __ptr64 __cdecl CRColorRgb(double,double,double) -?CRColorRgb@@YAPEAVCRColor@@NNN@Z -; class CRColor * __ptr64 __cdecl CRColorRgb(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRColorRgb@@YAPEAVCRColor@@PEAVCRNumber@@00@Z -; class CRTransform2 * __ptr64 __cdecl CRCompose2(class CRTransform2 * __ptr64,class CRTransform2 * __ptr64) -?CRCompose2@@YAPEAVCRTransform2@@PEAV1@0@Z -; class CRTransform2 * __ptr64 __cdecl CRCompose2(class CRArray * __ptr64) -?CRCompose2@@YAPEAVCRTransform2@@PEAVCRArray@@@Z -; class CRTransform3 * __ptr64 __cdecl CRCompose3(class CRTransform3 * __ptr64,class CRTransform3 * __ptr64) -?CRCompose3@@YAPEAVCRTransform3@@PEAV1@0@Z -; class CRTransform3 * __ptr64 __cdecl CRCompose3(class CRArray * __ptr64) -?CRCompose3@@YAPEAVCRTransform3@@PEAVCRArray@@@Z -; class CRPath2 * __ptr64 __cdecl CRConcat(class CRPath2 * __ptr64,class CRPath2 * __ptr64) -?CRConcat@@YAPEAVCRPath2@@PEAV1@0@Z -; class CRPath2 * __ptr64 __cdecl CRConcat(class CRArray * __ptr64) -?CRConcat@@YAPEAVCRPath2@@PEAVCRArray@@@Z -; class CRString * __ptr64 __cdecl CRConcatString(class CRString * __ptr64,class CRString * __ptr64) -?CRConcatString@@YAPEAVCRString@@PEAV1@0@Z -; class CRBvr * __ptr64 __cdecl CRCond(class CRBoolean * __ptr64,class CRBvr * __ptr64,class CRBvr * __ptr64) -?CRCond@@YAPEAVCRBvr@@PEAVCRBoolean@@PEAV1@1@Z -; bool __cdecl CRConnect(struct HINSTANCE__ * __ptr64) -?CRConnect@@YA_NPEAUHINSTANCE__@@@Z -; class CRNumber * __ptr64 __cdecl CRCos(class CRNumber * __ptr64) -?CRCos@@YAPEAVCRNumber@@PEAV1@@Z -; class CRArray * __ptr64 __cdecl CRCreateArray(long,double * __ptr64 const,enum CR_BVR_TYPEID) -?CRCreateArray@@YAPEAVCRArray@@JQEANW4CR_BVR_TYPEID@@@Z -; class CRArray * __ptr64 __cdecl CRCreateArray(long,class CRBvr * __ptr64 * __ptr64 const,unsigned long) -?CRCreateArray@@YAPEAVCRArray@@JQEAPEAVCRBvr@@K@Z -; class CRBoolean * __ptr64 __cdecl CRCreateBoolean(bool) -?CRCreateBoolean@@YAPEAVCRBoolean@@_N@Z -; class CRNumber * __ptr64 __cdecl CRCreateNumber(double) -?CRCreateNumber@@YAPEAVCRNumber@@N@Z -; class CRPoint2 * __ptr64 __cdecl CRCreatePoint2(double,double) -?CRCreatePoint2@@YAPEAVCRPoint2@@NN@Z -; class CRPoint2 * __ptr64 __cdecl CRCreatePoint2(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRCreatePoint2@@YAPEAVCRPoint2@@PEAVCRNumber@@0@Z -; class CRPoint3 * __ptr64 __cdecl CRCreatePoint3(double,double,double) -?CRCreatePoint3@@YAPEAVCRPoint3@@NNN@Z -; class CRPoint3 * __ptr64 __cdecl CRCreatePoint3(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRCreatePoint3@@YAPEAVCRPoint3@@PEAVCRNumber@@00@Z -; class CRString * __ptr64 __cdecl CRCreateString(unsigned short * __ptr64) -?CRCreateString@@YAPEAVCRString@@PEAG@Z -; class CRTuple * __ptr64 __cdecl CRCreateTuple(long,class CRBvr * __ptr64 * __ptr64 const) -?CRCreateTuple@@YAPEAVCRTuple@@JQEAPEAVCRBvr@@@Z -; class CRUserData * __ptr64 __cdecl CRCreateUserData(struct IUnknown * __ptr64) -?CRCreateUserData@@YAPEAVCRUserData@@PEAUIUnknown@@@Z -; class CRVector2 * __ptr64 __cdecl CRCreateVector2(double,double) -?CRCreateVector2@@YAPEAVCRVector2@@NN@Z -; class CRVector2 * __ptr64 __cdecl CRCreateVector2(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRCreateVector2@@YAPEAVCRVector2@@PEAVCRNumber@@0@Z -; class CRVector3 * __ptr64 __cdecl CRCreateVector3(double,double,double) -?CRCreateVector3@@YAPEAVCRVector3@@NNN@Z -; class CRVector3 * __ptr64 __cdecl CRCreateVector3(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRCreateVector3@@YAPEAVCRVector3@@PEAVCRNumber@@00@Z -; class CRView * __ptr64 __cdecl CRCreateView(void) -?CRCreateView@@YAPEAVCRView@@XZ -; class CRImage * __ptr64 __cdecl CRCrop(class CRImage * __ptr64,class CRPoint2 * __ptr64,class CRPoint2 * __ptr64) -?CRCrop@@YAPEAVCRImage@@PEAV1@PEAVCRPoint2@@1@Z -; class CRVector3 * __ptr64 __cdecl CRCross(class CRVector3 * __ptr64,class CRVector3 * __ptr64) -?CRCross@@YAPEAVCRVector3@@PEAV1@0@Z -; class CRPath2 * __ptr64 __cdecl CRCubicBSplinePath(class CRArray * __ptr64,class CRArray * __ptr64) -?CRCubicBSplinePath@@YAPEAVCRPath2@@PEAVCRArray@@0@Z -; class CRColor * __ptr64 __cdecl CRCyan(void) -?CRCyan@@YAPEAVCRColor@@XZ -; class CRGeometry * __ptr64 __cdecl CRD3DRMTexture(class CRGeometry * __ptr64,struct IUnknown * __ptr64) -?CRD3DRMTexture@@YAPEAVCRGeometry@@PEAV1@PEAUIUnknown@@@Z -; class CRLineStyle * __ptr64 __cdecl CRDash(class CRLineStyle * __ptr64,class CRDashStyle * __ptr64) -?CRDash@@YAPEAVCRLineStyle@@PEAV1@PEAVCRDashStyle@@@Z -; class CRLineStyle * __ptr64 __cdecl CRDashEx(class CRLineStyle * __ptr64,unsigned long) -?CRDashEx@@YAPEAVCRLineStyle@@PEAV1@K@Z -; class CRDashStyle * __ptr64 __cdecl CRDashStyleDashed(void) -?CRDashStyleDashed@@YAPEAVCRDashStyle@@XZ -; class CRDashStyle * __ptr64 __cdecl CRDashStyleSolid(void) -?CRDashStyleSolid@@YAPEAVCRDashStyle@@XZ -; class CRFontStyle * __ptr64 __cdecl CRDefaultFont(void) -?CRDefaultFont@@YAPEAVCRFontStyle@@XZ -; class CRLineStyle * __ptr64 __cdecl CRDefaultLineStyle(void) -?CRDefaultLineStyle@@YAPEAVCRLineStyle@@XZ -; class CRMicrophone * __ptr64 __cdecl CRDefaultMicrophone(void) -?CRDefaultMicrophone@@YAPEAVCRMicrophone@@XZ -; class CRCamera * __ptr64 __cdecl CRDepth(class CRCamera * __ptr64,double) -?CRDepth@@YAPEAVCRCamera@@PEAV1@N@Z -; class CRCamera * __ptr64 __cdecl CRDepth(class CRCamera * __ptr64,class CRNumber * __ptr64) -?CRDepth@@YAPEAVCRCamera@@PEAV1@PEAVCRNumber@@@Z -; class CRCamera * __ptr64 __cdecl CRDepthResolution(class CRCamera * __ptr64,double) -?CRDepthResolution@@YAPEAVCRCamera@@PEAV1@N@Z -; class CRCamera * __ptr64 __cdecl CRDepthResolution(class CRCamera * __ptr64,class CRNumber * __ptr64) -?CRDepthResolution@@YAPEAVCRCamera@@PEAV1@PEAVCRNumber@@@Z -; class CRNumber * __ptr64 __cdecl CRDerivative(class CRNumber * __ptr64) -?CRDerivative@@YAPEAVCRNumber@@PEAV1@@Z -; class CRVector2 * __ptr64 __cdecl CRDerivative(class CRVector2 * __ptr64) -?CRDerivative@@YAPEAVCRVector2@@PEAV1@@Z -; class CRVector2 * __ptr64 __cdecl CRDerivative(class CRPoint2 * __ptr64) -?CRDerivative@@YAPEAVCRVector2@@PEAVCRPoint2@@@Z -; class CRVector3 * __ptr64 __cdecl CRDerivative(class CRVector3 * __ptr64) -?CRDerivative@@YAPEAVCRVector3@@PEAV1@@Z -; class CRVector3 * __ptr64 __cdecl CRDerivative(class CRPoint3 * __ptr64) -?CRDerivative@@YAPEAVCRVector3@@PEAVCRPoint3@@@Z -; void __cdecl CRDestroyView(class CRView * __ptr64) -?CRDestroyView@@YAXPEAVCRView@@@Z -; class CRLineStyle * __ptr64 __cdecl CRDetail(class CRLineStyle * __ptr64) -?CRDetail@@YAPEAVCRLineStyle@@PEAV1@@Z -; class CRImage * __ptr64 __cdecl CRDetectableEmptyImage(void) -?CRDetectableEmptyImage@@YAPEAVCRImage@@XZ -; class CRMatte * __ptr64 __cdecl CRDifferenceMatte(class CRMatte * __ptr64,class CRMatte * __ptr64) -?CRDifferenceMatte@@YAPEAVCRMatte@@PEAV1@0@Z -; class CRGeometry * __ptr64 __cdecl CRDiffuseColor(class CRGeometry * __ptr64,class CRColor * __ptr64) -?CRDiffuseColor@@YAPEAVCRGeometry@@PEAV1@PEAVCRColor@@@Z -; class CRGeometry * __ptr64 __cdecl CRDirectionalLight(void) -?CRDirectionalLight@@YAPEAVCRGeometry@@XZ -; bool __cdecl CRDisconnect(struct HINSTANCE__ * __ptr64) -?CRDisconnect@@YA_NPEAUHINSTANCE__@@@Z -; class CRNumber * __ptr64 __cdecl CRDistance(class CRPoint2 * __ptr64,class CRPoint2 * __ptr64) -?CRDistance@@YAPEAVCRNumber@@PEAVCRPoint2@@0@Z -; class CRNumber * __ptr64 __cdecl CRDistance(class CRPoint3 * __ptr64,class CRPoint3 * __ptr64) -?CRDistance@@YAPEAVCRNumber@@PEAVCRPoint3@@0@Z -; class CRNumber * __ptr64 __cdecl CRDistanceSquared(class CRPoint2 * __ptr64,class CRPoint2 * __ptr64) -?CRDistanceSquared@@YAPEAVCRNumber@@PEAVCRPoint2@@0@Z -; class CRNumber * __ptr64 __cdecl CRDistanceSquared(class CRPoint3 * __ptr64,class CRPoint3 * __ptr64) -?CRDistanceSquared@@YAPEAVCRNumber@@PEAVCRPoint3@@0@Z -; class CRNumber * __ptr64 __cdecl CRDiv(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRDiv@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRVector2 * __ptr64 __cdecl CRDiv(class CRVector2 * __ptr64,double) -?CRDiv@@YAPEAVCRVector2@@PEAV1@N@Z -; class CRVector2 * __ptr64 __cdecl CRDiv(class CRVector2 * __ptr64,class CRNumber * __ptr64) -?CRDiv@@YAPEAVCRVector2@@PEAV1@PEAVCRNumber@@@Z -; class CRVector3 * __ptr64 __cdecl CRDiv(class CRVector3 * __ptr64,double) -?CRDiv@@YAPEAVCRVector3@@PEAV1@N@Z -; class CRVector3 * __ptr64 __cdecl CRDiv(class CRVector3 * __ptr64,class CRNumber * __ptr64) -?CRDiv@@YAPEAVCRVector3@@PEAV1@PEAVCRNumber@@@Z -; bool __cdecl CRDoGC(void) -?CRDoGC@@YA_NXZ -; class CRNumber * __ptr64 __cdecl CRDot(class CRVector2 * __ptr64,class CRVector2 * __ptr64) -?CRDot@@YAPEAVCRNumber@@PEAVCRVector2@@0@Z -; class CRNumber * __ptr64 __cdecl CRDot(class CRVector3 * __ptr64,class CRVector3 * __ptr64) -?CRDot@@YAPEAVCRNumber@@PEAVCRVector3@@0@Z -; class CRImage * __ptr64 __cdecl CRDraw(class CRPath2 * __ptr64,class CRLineStyle * __ptr64) -?CRDraw@@YAPEAVCRImage@@PEAVCRPath2@@PEAVCRLineStyle@@@Z -; class CRBvr * __ptr64 __cdecl CRDuration(class CRBvr * __ptr64,double) -?CRDuration@@YAPEAVCRBvr@@PEAV1@N@Z -; class CRBvr * __ptr64 __cdecl CRDuration(class CRBvr * __ptr64,class CRNumber * __ptr64) -?CRDuration@@YAPEAVCRBvr@@PEAV1@PEAVCRNumber@@@Z -; class CRBoolean * __ptr64 __cdecl CREQ(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CREQ@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CRGeometry * __ptr64 __cdecl CREmissiveColor(class CRGeometry * __ptr64,class CRColor * __ptr64) -?CREmissiveColor@@YAPEAVCRGeometry@@PEAV1@PEAVCRColor@@@Z -; class CRColor * __ptr64 __cdecl CREmptyColor(void) -?CREmptyColor@@YAPEAVCRColor@@XZ -; class CRGeometry * __ptr64 __cdecl CREmptyGeometry(void) -?CREmptyGeometry@@YAPEAVCRGeometry@@XZ -; class CRImage * __ptr64 __cdecl CREmptyImage(void) -?CREmptyImage@@YAPEAVCRImage@@XZ -; class CRLineStyle * __ptr64 __cdecl CREmptyLineStyle(void) -?CREmptyLineStyle@@YAPEAVCRLineStyle@@XZ -; class CRMontage * __ptr64 __cdecl CREmptyMontage(void) -?CREmptyMontage@@YAPEAVCRMontage@@XZ -; class CRLineStyle * __ptr64 __cdecl CREnd(class CRLineStyle * __ptr64,class CREndStyle * __ptr64) -?CREnd@@YAPEAVCRLineStyle@@PEAV1@PEAVCREndStyle@@@Z -; class CRBvr * __ptr64 __cdecl CREndEvent(class CRBvr * __ptr64) -?CREndEvent@@YAPEAVCRBvr@@PEAV1@@Z -; class CRLineStyle * __ptr64 __cdecl CREndEx(class CRLineStyle * __ptr64,unsigned long) -?CREndEx@@YAPEAVCRLineStyle@@PEAV1@K@Z -; class CREndStyle * __ptr64 __cdecl CREndStyleFlat(void) -?CREndStyleFlat@@YAPEAVCREndStyle@@XZ -; class CREndStyle * __ptr64 __cdecl CREndStyleRound(void) -?CREndStyleRound@@YAPEAVCREndStyle@@XZ -; class CREndStyle * __ptr64 __cdecl CREndStyleSquare(void) -?CREndStyleSquare@@YAPEAVCREndStyle@@XZ -; class CRNumber * __ptr64 __cdecl CRExp(class CRNumber * __ptr64) -?CRExp@@YAPEAVCRNumber@@PEAV1@@Z -; class CRBvr * __ptr64 __cdecl CRExtendedAttrib(class CRBvr * __ptr64,unsigned short * __ptr64,struct tagVARIANT) -?CRExtendedAttrib@@YAPEAVCRBvr@@PEAV1@PEAGUtagVARIANT@@@Z -; double __cdecl CRExtract(class CRNumber * __ptr64) -?CRExtract@@YANPEAVCRNumber@@@Z -; unsigned short * __ptr64 __cdecl CRExtract(class CRString * __ptr64) -?CRExtract@@YAPEAGPEAVCRString@@@Z -; bool __cdecl CRExtract(class CRBoolean * __ptr64) -?CRExtract@@YA_NPEAVCRBoolean@@@Z -; class CRBoolean * __ptr64 __cdecl CRFalse(void) -?CRFalse@@YAPEAVCRBoolean@@XZ -; class CRFontStyle * __ptr64 __cdecl CRFamily(class CRFontStyle * __ptr64,unsigned short * __ptr64) -?CRFamily@@YAPEAVCRFontStyle@@PEAV1@PEAG@Z -; class CRFontStyle * __ptr64 __cdecl CRFamily(class CRFontStyle * __ptr64,class CRString * __ptr64) -?CRFamily@@YAPEAVCRFontStyle@@PEAV1@PEAVCRString@@@Z -; class CRImage * __ptr64 __cdecl CRFill(class CRPath2 * __ptr64,class CRLineStyle * __ptr64,class CRImage * __ptr64) -?CRFill@@YAPEAVCRImage@@PEAVCRPath2@@PEAVCRLineStyle@@PEAV1@@Z -; class CRMatte * __ptr64 __cdecl CRFillMatte(class CRPath2 * __ptr64) -?CRFillMatte@@YAPEAVCRMatte@@PEAVCRPath2@@@Z -; class CRBvr * __ptr64 __cdecl CRFirst(class CRPair * __ptr64) -?CRFirst@@YAPEAVCRBvr@@PEAVCRPair@@@Z -; class CRNumber * __ptr64 __cdecl CRFloor(class CRNumber * __ptr64) -?CRFloor@@YAPEAVCRNumber@@PEAV1@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPath(class CRPath2 * __ptr64,double) -?CRFollowPath@@YAPEAVCRTransform2@@PEAVCRPath2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPath(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPath@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngle(class CRPath2 * __ptr64,double) -?CRFollowPathAngle@@YAPEAVCRTransform2@@PEAVCRPath2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngle(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPathAngle@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngleEval(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPathAngleEval@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngleUpright(class CRPath2 * __ptr64,double) -?CRFollowPathAngleUpright@@YAPEAVCRTransform2@@PEAVCRPath2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngleUpright(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPathAngleUpright@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathAngleUprightEval(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPathAngleUprightEval@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRFollowPathEval(class CRPath2 * __ptr64,class CRNumber * __ptr64) -?CRFollowPathEval@@YAPEAVCRTransform2@@PEAVCRPath2@@PEAVCRNumber@@@Z -; class CRFontStyle * __ptr64 __cdecl CRFont(unsigned short * __ptr64,double,class CRColor * __ptr64) -?CRFont@@YAPEAVCRFontStyle@@PEAGNPEAVCRColor@@@Z -; class CRFontStyle * __ptr64 __cdecl CRFont(class CRString * __ptr64,class CRNumber * __ptr64,class CRColor * __ptr64) -?CRFont@@YAPEAVCRFontStyle@@PEAVCRString@@PEAVCRNumber@@PEAVCRColor@@@Z -; class CRColor * __ptr64 __cdecl CRFuchsia(void) -?CRFuchsia@@YAPEAVCRColor@@XZ -; class CRBoolean * __ptr64 __cdecl CRGT(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRGT@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CRBoolean * __ptr64 __cdecl CRGTE(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRGTE@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CRSound * __ptr64 __cdecl CRGain(class CRSound * __ptr64,double) -?CRGain@@YAPEAVCRSound@@PEAV1@N@Z -; class CRSound * __ptr64 __cdecl CRGain(class CRSound * __ptr64,class CRNumber * __ptr64) -?CRGain@@YAPEAVCRSound@@PEAV1@PEAVCRNumber@@@Z -; enum CR_BVR_TYPEID __cdecl CRGetArrayTypeId(class CRBvr * __ptr64) -?CRGetArrayTypeId@@YA?AW4CR_BVR_TYPEID@@PEAVCRBvr@@@Z -; class CRNumber * __ptr64 __cdecl CRGetBlue(class CRColor * __ptr64) -?CRGetBlue@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; class CREvent * __ptr64 __cdecl CRGetCompletionEvent(class CRImportationResult * __ptr64) -?CRGetCompletionEvent@@YAPEAVCREvent@@PEAVCRImportationResult@@@Z -; bool __cdecl CRGetCompositeDirectlyToTarget(class CRView * __ptr64) -?CRGetCompositeDirectlyToTarget@@YA_NPEAVCRView@@@Z -; double __cdecl CRGetConstDuration(class CREvent * __ptr64) -?CRGetConstDuration@@YANPEAVCREvent@@@Z -; struct HDC__ * __ptr64 __cdecl CRGetDC(class CRView * __ptr64) -?CRGetDC@@YAPEAUHDC__@@PEAVCRView@@@Z -; bool __cdecl CRGetDDD3DRM(class CRView * __ptr64,struct IUnknown * __ptr64 * __ptr64,struct IUnknown * __ptr64 * __ptr64) -?CRGetDDD3DRM@@YA_NPEAVCRView@@PEAPEAUIUnknown@@1@Z -; struct IUnknown * __ptr64 __cdecl CRGetData(class CRUserData * __ptr64) -?CRGetData@@YAPEAUIUnknown@@PEAVCRUserData@@@Z -; struct IUnknown * __ptr64 __cdecl CRGetDirectDrawSurface(class CRView * __ptr64) -?CRGetDirectDrawSurface@@YAPEAUIUnknown@@PEAVCRView@@@Z -; class CRNumber * __ptr64 __cdecl CRGetDuration(class CRImportationResult * __ptr64) -?CRGetDuration@@YAPEAVCRNumber@@PEAVCRImportationResult@@@Z -; class CRBvr * __ptr64 __cdecl CRGetElement(class CRArray * __ptr64,long) -?CRGetElement@@YAPEAVCRBvr@@PEAVCRArray@@J@Z -; class CREvent * __ptr64 __cdecl CRGetEvent(class CRPickableResult * __ptr64) -?CRGetEvent@@YAPEAVCREvent@@PEAVCRPickableResult@@@Z -; class CRGeometry * __ptr64 __cdecl CRGetGeometry(class CRImportationResult * __ptr64) -?CRGetGeometry@@YAPEAVCRGeometry@@PEAVCRImportationResult@@@Z -; class CRGeometry * __ptr64 __cdecl CRGetGeometry(class CRPickableResult * __ptr64) -?CRGetGeometry@@YAPEAVCRGeometry@@PEAVCRPickableResult@@@Z -; class CRNumber * __ptr64 __cdecl CRGetGreen(class CRColor * __ptr64) -?CRGetGreen@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; class CRNumber * __ptr64 __cdecl CRGetHue(class CRColor * __ptr64) -?CRGetHue@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; class CRImage * __ptr64 __cdecl CRGetImage(class CRImportationResult * __ptr64) -?CRGetImage@@YAPEAVCRImage@@PEAVCRImportationResult@@@Z -; class CRImage * __ptr64 __cdecl CRGetImage(class CRPickableResult * __ptr64) -?CRGetImage@@YAPEAVCRImage@@PEAVCRPickableResult@@@Z -; float __cdecl CRGetImportPriority(class CRBvr * __ptr64) -?CRGetImportPriority@@YAMPEAVCRBvr@@@Z -; long __cdecl CRGetInvalidatedRects(class CRView * __ptr64,unsigned long,long,struct tagRECT * __ptr64) -?CRGetInvalidatedRects@@YAJPEAVCRView@@KJPEAUtagRECT@@@Z -; long __cdecl CRGetLastError(void) -?CRGetLastError@@YAJXZ -; unsigned short const * __ptr64 __cdecl CRGetLastErrorString(void) -?CRGetLastErrorString@@YAPEBGXZ -; class CRNumber * __ptr64 __cdecl CRGetLightness(class CRColor * __ptr64) -?CRGetLightness@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; class CRBvr * __ptr64 __cdecl CRGetModifiableBvr(class CRBvr * __ptr64) -?CRGetModifiableBvr@@YAPEAVCRBvr@@PEAV1@@Z -; class CRBvr * __ptr64 __cdecl CRGetOutputBvr(class CRDXTransformResult * __ptr64) -?CRGetOutputBvr@@YAPEAVCRBvr@@PEAVCRDXTransformResult@@@Z -; bool __cdecl CRGetPreference(class CRView * __ptr64,unsigned short * __ptr64,struct tagVARIANT * __ptr64) -?CRGetPreference@@YA_NPEAVCRView@@PEAGPEAUtagVARIANT@@@Z -; class CRNumber * __ptr64 __cdecl CRGetProgress(class CRImportationResult * __ptr64) -?CRGetProgress@@YAPEAVCRNumber@@PEAVCRImportationResult@@@Z -; bool __cdecl CRGetRMDevice(class CRView * __ptr64,struct IUnknown * __ptr64 * __ptr64,unsigned long * __ptr64) -?CRGetRMDevice@@YA_NPEAVCRView@@PEAPEAUIUnknown@@PEAK@Z -; class CRNumber * __ptr64 __cdecl CRGetRed(class CRColor * __ptr64) -?CRGetRed@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; class CRNumber * __ptr64 __cdecl CRGetSaturation(class CRColor * __ptr64) -?CRGetSaturation@@YAPEAVCRNumber@@PEAVCRColor@@@Z -; struct IServiceProvider * __ptr64 __cdecl CRGetServiceProvider(class CRView * __ptr64) -?CRGetServiceProvider@@YAPEAUIServiceProvider@@PEAVCRView@@@Z -; double __cdecl CRGetSimulationTime(class CRView * __ptr64) -?CRGetSimulationTime@@YANPEAVCRView@@@Z -; class CRViewSite * __ptr64 __cdecl CRGetSite(class CRView * __ptr64) -?CRGetSite@@YAPEAVCRViewSite@@PEAVCRView@@@Z -; class CRNumber * __ptr64 __cdecl CRGetSize(class CRImportationResult * __ptr64) -?CRGetSize@@YAPEAVCRNumber@@PEAVCRImportationResult@@@Z -; class CRSound * __ptr64 __cdecl CRGetSound(class CRImportationResult * __ptr64) -?CRGetSound@@YAPEAVCRSound@@PEAVCRImportationResult@@@Z -; struct IUnknown * __ptr64 __cdecl CRGetTransform(class CRDXTransformResult * __ptr64) -?CRGetTransform@@YAPEAUIUnknown@@PEAVCRDXTransformResult@@@Z -; enum CR_BVR_TYPEID __cdecl CRGetTypeId(class CRBvr * __ptr64) -?CRGetTypeId@@YA?AW4CR_BVR_TYPEID@@PEAVCRBvr@@@Z -; struct HWND__ * __ptr64 __cdecl CRGetWindow(class CRView * __ptr64) -?CRGetWindow@@YAPEAUHWND__@@PEAVCRView@@@Z -; class CRNumber * __ptr64 __cdecl CRGetX(class CRPoint2 * __ptr64) -?CRGetX@@YAPEAVCRNumber@@PEAVCRPoint2@@@Z -; class CRNumber * __ptr64 __cdecl CRGetX(class CRPoint3 * __ptr64) -?CRGetX@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRGetX(class CRVector2 * __ptr64) -?CRGetX@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRNumber * __ptr64 __cdecl CRGetX(class CRVector3 * __ptr64) -?CRGetX@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRGetY(class CRPoint2 * __ptr64) -?CRGetY@@YAPEAVCRNumber@@PEAVCRPoint2@@@Z -; class CRNumber * __ptr64 __cdecl CRGetY(class CRPoint3 * __ptr64) -?CRGetY@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRGetY(class CRVector2 * __ptr64) -?CRGetY@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRNumber * __ptr64 __cdecl CRGetY(class CRVector3 * __ptr64) -?CRGetY@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRGetZ(class CRPoint3 * __ptr64) -?CRGetZ@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRGetZ(class CRVector3 * __ptr64) -?CRGetZ@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRGlobalTime(void) -?CRGlobalTime@@YAPEAVCRNumber@@XZ -; class CRImage * __ptr64 __cdecl CRGradientHorizontal(class CRColor * __ptr64,class CRColor * __ptr64,double) -?CRGradientHorizontal@@YAPEAVCRImage@@PEAVCRColor@@0N@Z -; class CRImage * __ptr64 __cdecl CRGradientHorizontal(class CRColor * __ptr64,class CRColor * __ptr64,class CRNumber * __ptr64) -?CRGradientHorizontal@@YAPEAVCRImage@@PEAVCRColor@@0PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRGradientPolygon(class CRArray * __ptr64,class CRArray * __ptr64) -?CRGradientPolygon@@YAPEAVCRImage@@PEAVCRArray@@0@Z -; class CRImage * __ptr64 __cdecl CRGradientSquare(class CRColor * __ptr64,class CRColor * __ptr64,class CRColor * __ptr64,class CRColor * __ptr64) -?CRGradientSquare@@YAPEAVCRImage@@PEAVCRColor@@000@Z -; class CRColor * __ptr64 __cdecl CRGray(void) -?CRGray@@YAPEAVCRColor@@XZ -; class CRColor * __ptr64 __cdecl CRGreen(void) -?CRGreen@@YAPEAVCRColor@@XZ -; class CRImage * __ptr64 __cdecl CRHatchBackwardDiagonal(class CRColor * __ptr64,double) -?CRHatchBackwardDiagonal@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchBackwardDiagonal(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchBackwardDiagonal@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRHatchCross(class CRColor * __ptr64,double) -?CRHatchCross@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchCross(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchCross@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRHatchDiagonalCross(class CRColor * __ptr64,double) -?CRHatchDiagonalCross@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchDiagonalCross(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchDiagonalCross@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRHatchForwardDiagonal(class CRColor * __ptr64,double) -?CRHatchForwardDiagonal@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchForwardDiagonal(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchForwardDiagonal@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRHatchHorizontal(class CRColor * __ptr64,double) -?CRHatchHorizontal@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchHorizontal(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchHorizontal@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRHatchVertical(class CRColor * __ptr64,double) -?CRHatchVertical@@YAPEAVCRImage@@PEAVCRColor@@N@Z -; class CRImage * __ptr64 __cdecl CRHatchVertical(class CRColor * __ptr64,class CRNumber * __ptr64) -?CRHatchVertical@@YAPEAVCRImage@@PEAVCRColor@@PEAVCRNumber@@@Z -; class CRBvr * __ptr64 __cdecl CRHook(class CRBvr * __ptr64,class CRBvrHook * __ptr64) -?CRHook@@YAPEAVCRBvr@@PEAV1@PEAVCRBvrHook@@@Z -; class CRTransform2 * __ptr64 __cdecl CRIdentityTransform2(void) -?CRIdentityTransform2@@YAPEAVCRTransform2@@XZ -; class CRTransform3 * __ptr64 __cdecl CRIdentityTransform3(void) -?CRIdentityTransform3@@YAPEAVCRTransform3@@XZ -; class CRMontage * __ptr64 __cdecl CRImageMontage(class CRImage * __ptr64,double) -?CRImageMontage@@YAPEAVCRMontage@@PEAVCRImage@@N@Z -; class CRMontage * __ptr64 __cdecl CRImageMontageAnim(class CRImage * __ptr64,class CRNumber * __ptr64) -?CRImageMontageAnim@@YAPEAVCRMontage@@PEAVCRImage@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRImageQuality(class CRImage * __ptr64,unsigned long) -?CRImageQuality@@YAPEAVCRImage@@PEAV1@K@Z -; bool __cdecl CRImportCancel(class CRBvr * __ptr64) -?CRImportCancel@@YA_NPEAVCRBvr@@@Z -; class CRGeometry * __ptr64 __cdecl CRImportDirect3DRMVisual(struct IUnknown * __ptr64) -?CRImportDirect3DRMVisual@@YAPEAVCRGeometry@@PEAUIUnknown@@@Z -; class CRGeometry * __ptr64 __cdecl CRImportDirect3DRMVisualWrapped(struct IUnknown * __ptr64,long,double,double,double,double,double,double,double,double,double,double,double,double,double,unsigned long) -?CRImportDirect3DRMVisualWrapped@@YAPEAVCRGeometry@@PEAUIUnknown@@JNNNNNNNNNNNNNK@Z -; class CRImage * __ptr64 __cdecl CRImportDirectDrawSurface(struct IUnknown * __ptr64,class CREvent * __ptr64) -?CRImportDirectDrawSurface@@YAPEAVCRImage@@PEAUIUnknown@@PEAVCREvent@@@Z -; unsigned long __cdecl CRImportGeometry(unsigned short const * __ptr64,unsigned short const * __ptr64,class CRImportSite * __ptr64,struct IBindHost * __ptr64,class CRGeometry * __ptr64,class CRGeometry * __ptr64 * __ptr64,class CREvent * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64) -?CRImportGeometry@@YAKPEBG0PEAVCRImportSite@@PEAUIBindHost@@PEAVCRGeometry@@PEAPEAV3@PEAPEAVCREvent@@PEAPEAVCRNumber@@6@Z -; unsigned long __cdecl CRImportGeometryWrapped(unsigned short const * __ptr64,unsigned short const * __ptr64,class CRImportSite * __ptr64,struct IBindHost * __ptr64,class CRGeometry * __ptr64,class CRGeometry * __ptr64 * __ptr64,class CREvent * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,long,double,double,double,double,double,double,double,double,double,double,double,double,double,unsigned long) -?CRImportGeometryWrapped@@YAKPEBG0PEAVCRImportSite@@PEAUIBindHost@@PEAVCRGeometry@@PEAPEAV3@PEAPEAVCREvent@@PEAPEAVCRNumber@@6JNNNNNNNNNNNNNK@Z -; unsigned long __cdecl CRImportImage(unsigned short const * __ptr64,unsigned short const * __ptr64,class CRImportSite * __ptr64,struct IBindHost * __ptr64,bool,unsigned char,unsigned char,unsigned char,class CRImage * __ptr64,class CRImage * __ptr64 * __ptr64,class CREvent * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64) -?CRImportImage@@YAKPEBG0PEAVCRImportSite@@PEAUIBindHost@@_NEEEPEAVCRImage@@PEAPEAV3@PEAPEAVCREvent@@PEAPEAVCRNumber@@7@Z -; class CRImportationResult * __ptr64 __cdecl CRImportMedia(unsigned short * __ptr64,void * __ptr64,enum CR_MEDIA_SOURCE,void * __ptr64 * __ptr64 const,unsigned long,class CRImportSite * __ptr64) -?CRImportMedia@@YAPEAVCRImportationResult@@PEAGPEAXW4CR_MEDIA_SOURCE@@QEAPEAXKPEAVCRImportSite@@@Z -; unsigned long __cdecl CRImportMovie(unsigned short const * __ptr64,unsigned short const * __ptr64,class CRImportSite * __ptr64,struct IBindHost * __ptr64,bool,class CRImage * __ptr64,class CRSound * __ptr64,class CRImage * __ptr64 * __ptr64,class CRSound * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CREvent * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64) -?CRImportMovie@@YAKPEBG0PEAVCRImportSite@@PEAUIBindHost@@_NPEAVCRImage@@PEAVCRSound@@PEAPEAV3@PEAPEAV4@PEAPEAVCRNumber@@PEAPEAVCREvent@@88@Z -; unsigned long __cdecl CRImportSound(unsigned short const * __ptr64,unsigned short const * __ptr64,class CRImportSite * __ptr64,struct IBindHost * __ptr64,bool,class CRSound * __ptr64,class CRSound * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CREvent * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64,class CRNumber * __ptr64 * __ptr64) -?CRImportSound@@YAKPEBG0PEAVCRImportSite@@PEAUIBindHost@@_NPEAVCRSound@@PEAPEAV3@PEAPEAVCRNumber@@PEAPEAVCREvent@@66@Z -; long __cdecl CRImportStatus(class CRBvr * __ptr64) -?CRImportStatus@@YAJPEAVCRBvr@@@Z -; class CRBvr * __ptr64 __cdecl CRImportance(class CRBvr * __ptr64,double) -?CRImportance@@YAPEAVCRBvr@@PEAV1@N@Z -; bool __cdecl CRInit(class CRBvr * __ptr64,class CRBvr * __ptr64) -?CRInit@@YA_NPEAVCRBvr@@0@Z -; class CRNumber * __ptr64 __cdecl CRIntegral(class CRNumber * __ptr64) -?CRIntegral@@YAPEAVCRNumber@@PEAV1@@Z -; class CRVector2 * __ptr64 __cdecl CRIntegral(class CRVector2 * __ptr64) -?CRIntegral@@YAPEAVCRVector2@@PEAV1@@Z -; class CRVector3 * __ptr64 __cdecl CRIntegral(class CRVector3 * __ptr64) -?CRIntegral@@YAPEAVCRVector3@@PEAV1@@Z -; class CRNumber * __ptr64 __cdecl CRInterpolate(double,double,double) -?CRInterpolate@@YAPEAVCRNumber@@NNN@Z -; class CRNumber * __ptr64 __cdecl CRInterpolate(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRInterpolate@@YAPEAVCRNumber@@PEAV1@00@Z -; class CRMatte * __ptr64 __cdecl CRIntersectMatte(class CRMatte * __ptr64,class CRMatte * __ptr64) -?CRIntersectMatte@@YAPEAVCRMatte@@PEAV1@0@Z -; class CRTransform2 * __ptr64 __cdecl CRInverse(class CRTransform2 * __ptr64) -?CRInverse@@YAPEAVCRTransform2@@PEAV1@@Z -; class CRTransform3 * __ptr64 __cdecl CRInverse(class CRTransform3 * __ptr64) -?CRInverse@@YAPEAVCRTransform3@@PEAV1@@Z -; bool __cdecl CRIsConnected(struct HINSTANCE__ * __ptr64) -?CRIsConnected@@YA_NPEAUHINSTANCE__@@@Z -; bool __cdecl CRIsConstantBvr(class CRBvr * __ptr64) -?CRIsConstantBvr@@YA_NPEAVCRBvr@@@Z -; bool __cdecl CRIsImport(class CRBvr * __ptr64) -?CRIsImport@@YA_NPEAVCRBvr@@@Z -; bool __cdecl CRIsModifiableBvr(class CRBvr * __ptr64) -?CRIsModifiableBvr@@YA_NPEAVCRBvr@@@Z -; bool __cdecl CRIsReady(class CRBvr * __ptr64,bool) -?CRIsReady@@YA_NPEAVCRBvr@@_N@Z -; class CRBoolean * __ptr64 __cdecl CRIsSingular(class CRTransform2 * __ptr64) -?CRIsSingular@@YAPEAVCRBoolean@@PEAVCRTransform2@@@Z -; class CRBoolean * __ptr64 __cdecl CRIsSingular(class CRTransform3 * __ptr64) -?CRIsSingular@@YAPEAVCRBoolean@@PEAVCRTransform3@@@Z -; class CRFontStyle * __ptr64 __cdecl CRItalic(class CRFontStyle * __ptr64) -?CRItalic@@YAPEAVCRFontStyle@@PEAV1@@Z -; class CRLineStyle * __ptr64 __cdecl CRJoin(class CRLineStyle * __ptr64,class CRJoinStyle * __ptr64) -?CRJoin@@YAPEAVCRLineStyle@@PEAV1@PEAVCRJoinStyle@@@Z -; class CRLineStyle * __ptr64 __cdecl CRJoinEx(class CRLineStyle * __ptr64,unsigned long) -?CRJoinEx@@YAPEAVCRLineStyle@@PEAV1@K@Z -; class CRJoinStyle * __ptr64 __cdecl CRJoinStyleBevel(void) -?CRJoinStyleBevel@@YAPEAVCRJoinStyle@@XZ -; class CRJoinStyle * __ptr64 __cdecl CRJoinStyleMiter(void) -?CRJoinStyleMiter@@YAPEAVCRJoinStyle@@XZ -; class CRJoinStyle * __ptr64 __cdecl CRJoinStyleRound(void) -?CRJoinStyleRound@@YAPEAVCRJoinStyle@@XZ -; class CREvent * __ptr64 __cdecl CRKeyDown(long) -?CRKeyDown@@YAPEAVCREvent@@J@Z -; class CRBoolean * __ptr64 __cdecl CRKeyState(class CRNumber * __ptr64) -?CRKeyState@@YAPEAVCRBoolean@@PEAVCRNumber@@@Z -; class CREvent * __ptr64 __cdecl CRKeyUp(long) -?CRKeyUp@@YAPEAVCREvent@@J@Z -; class CRBoolean * __ptr64 __cdecl CRLT(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRLT@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CRBoolean * __ptr64 __cdecl CRLTE(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRLTE@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CREvent * __ptr64 __cdecl CRLeftButtonDown(void) -?CRLeftButtonDown@@YAPEAVCREvent@@XZ -; class CRBoolean * __ptr64 __cdecl CRLeftButtonState(void) -?CRLeftButtonState@@YAPEAVCRBoolean@@XZ -; class CREvent * __ptr64 __cdecl CRLeftButtonUp(void) -?CRLeftButtonUp@@YAPEAVCREvent@@XZ -; long __cdecl CRLength(class CRTuple * __ptr64) -?CRLength@@YAJPEAVCRTuple@@@Z -; class CRNumber * __ptr64 __cdecl CRLength(class CRArray * __ptr64) -?CRLength@@YAPEAVCRNumber@@PEAVCRArray@@@Z -; class CRNumber * __ptr64 __cdecl CRLength(class CRVector2 * __ptr64) -?CRLength@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRNumber * __ptr64 __cdecl CRLength(class CRVector3 * __ptr64) -?CRLength@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRLengthSquared(class CRVector2 * __ptr64) -?CRLengthSquared@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRNumber * __ptr64 __cdecl CRLengthSquared(class CRVector3 * __ptr64) -?CRLengthSquared@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRGeometry * __ptr64 __cdecl CRLightAttenuation(class CRGeometry * __ptr64,double,double,double) -?CRLightAttenuation@@YAPEAVCRGeometry@@PEAV1@NNN@Z -; class CRGeometry * __ptr64 __cdecl CRLightAttenuation(class CRGeometry * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRLightAttenuation@@YAPEAVCRGeometry@@PEAV1@PEAVCRNumber@@11@Z -; class CRGeometry * __ptr64 __cdecl CRLightColor(class CRGeometry * __ptr64,class CRColor * __ptr64) -?CRLightColor@@YAPEAVCRGeometry@@PEAV1@PEAVCRColor@@@Z -; class CRGeometry * __ptr64 __cdecl CRLightRange(class CRGeometry * __ptr64,double) -?CRLightRange@@YAPEAVCRGeometry@@PEAV1@N@Z -; class CRGeometry * __ptr64 __cdecl CRLightRange(class CRGeometry * __ptr64,class CRNumber * __ptr64) -?CRLightRange@@YAPEAVCRGeometry@@PEAV1@PEAVCRNumber@@@Z -; class CRGeometry * __ptr64 __cdecl CRLighting(class CRGeometry * __ptr64,class CRBoolean * __ptr64) -?CRLighting@@YAPEAVCRGeometry@@PEAV1@PEAVCRBoolean@@@Z -; class CRColor * __ptr64 __cdecl CRLime(void) -?CRLime@@YAPEAVCRColor@@XZ -; class CRPath2 * __ptr64 __cdecl CRLine(class CRPoint2 * __ptr64,class CRPoint2 * __ptr64) -?CRLine@@YAPEAVCRPath2@@PEAVCRPoint2@@0@Z -; class CRLineStyle * __ptr64 __cdecl CRLineColor(class CRLineStyle * __ptr64,class CRColor * __ptr64) -?CRLineColor@@YAPEAVCRLineStyle@@PEAV1@PEAVCRColor@@@Z -; class CRImage * __ptr64 __cdecl CRLinearGradientMulticolor(class CRArray * __ptr64,class CRArray * __ptr64) -?CRLinearGradientMulticolor@@YAPEAVCRImage@@PEAVCRArray@@0@Z -; class CRNumber * __ptr64 __cdecl CRLn(class CRNumber * __ptr64) -?CRLn@@YAPEAVCRNumber@@PEAV1@@Z -; class CRNumber * __ptr64 __cdecl CRLocalTime(void) -?CRLocalTime@@YAPEAVCRNumber@@XZ -; class CRNumber * __ptr64 __cdecl CRLog10(class CRNumber * __ptr64) -?CRLog10@@YAPEAVCRNumber@@PEAV1@@Z -; class CRTransform3 * __ptr64 __cdecl CRLookAtFrom(class CRPoint3 * __ptr64,class CRPoint3 * __ptr64,class CRVector3 * __ptr64) -?CRLookAtFrom@@YAPEAVCRTransform3@@PEAVCRPoint3@@0PEAVCRVector3@@@Z -; class CRSound * __ptr64 __cdecl CRLoop(class CRSound * __ptr64) -?CRLoop@@YAPEAVCRSound@@PEAV1@@Z -; class CRColor * __ptr64 __cdecl CRMagenta(void) -?CRMagenta@@YAPEAVCRColor@@XZ -; class CRImage * __ptr64 __cdecl CRMapToUnitSquare(class CRImage * __ptr64) -?CRMapToUnitSquare@@YAPEAVCRImage@@PEAV1@@Z -; class CRColor * __ptr64 __cdecl CRMaroon(void) -?CRMaroon@@YAPEAVCRColor@@XZ -; class CRPoint2 * __ptr64 __cdecl CRMax(class CRBbox2 * __ptr64) -?CRMax@@YAPEAVCRPoint2@@PEAVCRBbox2@@@Z -; class CRPoint3 * __ptr64 __cdecl CRMax(class CRBbox3 * __ptr64) -?CRMax@@YAPEAVCRPoint3@@PEAVCRBbox3@@@Z -; class CRPoint2 * __ptr64 __cdecl CRMin(class CRBbox2 * __ptr64) -?CRMin@@YAPEAVCRPoint2@@PEAVCRBbox2@@@Z -; class CRPoint3 * __ptr64 __cdecl CRMin(class CRBbox3 * __ptr64) -?CRMin@@YAPEAVCRPoint3@@PEAVCRBbox3@@@Z -; class CRLineStyle * __ptr64 __cdecl CRMiterLimit(class CRLineStyle * __ptr64,double) -?CRMiterLimit@@YAPEAVCRLineStyle@@PEAV1@N@Z -; class CRLineStyle * __ptr64 __cdecl CRMiterLimit(class CRLineStyle * __ptr64,class CRNumber * __ptr64) -?CRMiterLimit@@YAPEAVCRLineStyle@@PEAV1@PEAVCRNumber@@@Z -; class CRSound * __ptr64 __cdecl CRMix(class CRSound * __ptr64,class CRSound * __ptr64) -?CRMix@@YAPEAVCRSound@@PEAV1@0@Z -; class CRSound * __ptr64 __cdecl CRMix(class CRArray * __ptr64) -?CRMix@@YAPEAVCRSound@@PEAVCRArray@@@Z -; class CRNumber * __ptr64 __cdecl CRMod(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRMod@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRGeometry * __ptr64 __cdecl CRModelClip(class CRGeometry * __ptr64,class CRPoint3 * __ptr64,class CRVector3 * __ptr64) -?CRModelClip@@YAPEAVCRGeometry@@PEAV1@PEAVCRPoint3@@PEAVCRVector3@@@Z -; class CRBvr * __ptr64 __cdecl CRModifiableBvr(class CRBvr * __ptr64,unsigned long) -?CRModifiableBvr@@YAPEAVCRBvr@@PEAV1@K@Z -; class CRNumber * __ptr64 __cdecl CRModifiableNumber(double) -?CRModifiableNumber@@YAPEAVCRNumber@@N@Z -; class CRString * __ptr64 __cdecl CRModifiableString(unsigned short * __ptr64) -?CRModifiableString@@YAPEAVCRString@@PEAG@Z -; class CRPoint2 * __ptr64 __cdecl CRMousePosition(void) -?CRMousePosition@@YAPEAVCRPoint2@@XZ -; class CRNumber * __ptr64 __cdecl CRMul(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRMul@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRVector2 * __ptr64 __cdecl CRMul(class CRVector2 * __ptr64,double) -?CRMul@@YAPEAVCRVector2@@PEAV1@N@Z -; class CRVector2 * __ptr64 __cdecl CRMul(class CRVector2 * __ptr64,class CRNumber * __ptr64) -?CRMul@@YAPEAVCRVector2@@PEAV1@PEAVCRNumber@@@Z -; class CRVector3 * __ptr64 __cdecl CRMul(class CRVector3 * __ptr64,double) -?CRMul@@YAPEAVCRVector3@@PEAV1@N@Z -; class CRVector3 * __ptr64 __cdecl CRMul(class CRVector3 * __ptr64,class CRNumber * __ptr64) -?CRMul@@YAPEAVCRVector3@@PEAV1@PEAVCRNumber@@@Z -; class CRBoolean * __ptr64 __cdecl CRNE(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRNE@@YAPEAVCRBoolean@@PEAVCRNumber@@0@Z -; class CRColor * __ptr64 __cdecl CRNavy(void) -?CRNavy@@YAPEAVCRColor@@XZ -; class CRNumber * __ptr64 __cdecl CRNeg(class CRNumber * __ptr64) -?CRNeg@@YAPEAVCRNumber@@PEAV1@@Z -; class CRVector2 * __ptr64 __cdecl CRNeg(class CRVector2 * __ptr64) -?CRNeg@@YAPEAVCRVector2@@PEAV1@@Z -; class CRVector3 * __ptr64 __cdecl CRNeg(class CRVector3 * __ptr64) -?CRNeg@@YAPEAVCRVector3@@PEAV1@@Z -; class CREvent * __ptr64 __cdecl CRNever(void) -?CRNever@@YAPEAVCREvent@@XZ -; class CRVector2 * __ptr64 __cdecl CRNormalize(class CRVector2 * __ptr64) -?CRNormalize@@YAPEAVCRVector2@@PEAV1@@Z -; class CRVector3 * __ptr64 __cdecl CRNormalize(class CRVector3 * __ptr64) -?CRNormalize@@YAPEAVCRVector3@@PEAV1@@Z -; class CRBoolean * __ptr64 __cdecl CRNot(class CRBoolean * __ptr64) -?CRNot@@YAPEAVCRBoolean@@PEAV1@@Z -; class CREvent * __ptr64 __cdecl CRNotEvent(class CREvent * __ptr64) -?CRNotEvent@@YAPEAVCREvent@@PEAV1@@Z -; class CREvent * __ptr64 __cdecl CRNotify(class CREvent * __ptr64,class CRUntilNotifier * __ptr64) -?CRNotify@@YAPEAVCREvent@@PEAV1@PEAVCRUntilNotifier@@@Z -; class CRBvr * __ptr64 __cdecl CRNth(class CRArray * __ptr64,class CRNumber * __ptr64) -?CRNth@@YAPEAVCRBvr@@PEAVCRArray@@PEAVCRNumber@@@Z -; class CRBvr * __ptr64 __cdecl CRNth(class CRTuple * __ptr64,long) -?CRNth@@YAPEAVCRBvr@@PEAVCRTuple@@J@Z -; class CRColor * __ptr64 __cdecl CROlive(void) -?CROlive@@YAPEAVCRColor@@XZ -; bool __cdecl CROnFocus(class CRView * __ptr64,bool) -?CROnFocus@@YA_NPEAVCRView@@_N@Z -; bool __cdecl CROnKey(class CRView * __ptr64,double,long,bool,unsigned char) -?CROnKey@@YA_NPEAVCRView@@NJ_NE@Z -; bool __cdecl CROnMouseButton(class CRView * __ptr64,double,long,long,unsigned char,bool,unsigned char) -?CROnMouseButton@@YA_NPEAVCRView@@NJJE_NE@Z -; bool __cdecl CROnMouseLeave(class CRView * __ptr64,double) -?CROnMouseLeave@@YA_NPEAVCRView@@N@Z -; bool __cdecl CROnMouseMove(class CRView * __ptr64,double,long,long,unsigned char) -?CROnMouseMove@@YA_NPEAVCRView@@NJJE@Z -; class CRGeometry * __ptr64 __cdecl CROpacity(class CRGeometry * __ptr64,double) -?CROpacity@@YAPEAVCRGeometry@@PEAV1@N@Z -; class CRGeometry * __ptr64 __cdecl CROpacity(class CRGeometry * __ptr64,class CRNumber * __ptr64) -?CROpacity@@YAPEAVCRGeometry@@PEAV1@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CROpacity(class CRImage * __ptr64,double) -?CROpacity@@YAPEAVCRImage@@PEAV1@N@Z -; class CRImage * __ptr64 __cdecl CROpacity(class CRImage * __ptr64,class CRNumber * __ptr64) -?CROpacity@@YAPEAVCRImage@@PEAV1@PEAVCRNumber@@@Z -; class CRMatte * __ptr64 __cdecl CROpaqueMatte(void) -?CROpaqueMatte@@YAPEAVCRMatte@@XZ -; class CRBoolean * __ptr64 __cdecl CROr(class CRBoolean * __ptr64,class CRBoolean * __ptr64) -?CROr@@YAPEAVCRBoolean@@PEAV1@0@Z -; class CREvent * __ptr64 __cdecl CROrEvent(class CREvent * __ptr64,class CREvent * __ptr64) -?CROrEvent@@YAPEAVCREvent@@PEAV1@0@Z -; class CRPoint2 * __ptr64 __cdecl CROrigin2(void) -?CROrigin2@@YAPEAVCRPoint2@@XZ -; class CRPoint3 * __ptr64 __cdecl CROrigin3(void) -?CROrigin3@@YAPEAVCRPoint3@@XZ -; class CRPath2 * __ptr64 __cdecl CROval(double,double) -?CROval@@YAPEAVCRPath2@@NN@Z -; class CRPath2 * __ptr64 __cdecl CROval(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CROval@@YAPEAVCRPath2@@PEAVCRNumber@@0@Z -; class CRImage * __ptr64 __cdecl CROverlay(class CRImage * __ptr64,class CRImage * __ptr64) -?CROverlay@@YAPEAVCRImage@@PEAV1@0@Z -; class CRImage * __ptr64 __cdecl CROverlay(class CRArray * __ptr64) -?CROverlay@@YAPEAVCRImage@@PEAVCRArray@@@Z -; class CRSound * __ptr64 __cdecl CRPan(class CRSound * __ptr64,double) -?CRPan@@YAPEAVCRSound@@PEAV1@N@Z -; class CRSound * __ptr64 __cdecl CRPan(class CRSound * __ptr64,class CRNumber * __ptr64) -?CRPan@@YAPEAVCRSound@@PEAV1@PEAVCRNumber@@@Z -; class CRCamera * __ptr64 __cdecl CRParallelCamera(double) -?CRParallelCamera@@YAPEAVCRCamera@@N@Z -; class CRCamera * __ptr64 __cdecl CRParallelCameraAnim(class CRNumber * __ptr64) -?CRParallelCameraAnim@@YAPEAVCRCamera@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRParallelTransform2(class CRTransform3 * __ptr64) -?CRParallelTransform2@@YAPEAVCRTransform2@@PEAVCRTransform3@@@Z -; bool __cdecl CRPauseModel(class CRView * __ptr64) -?CRPauseModel@@YA_NPEAVCRView@@@Z -; class CRCamera * __ptr64 __cdecl CRPerspectiveCamera(double,double) -?CRPerspectiveCamera@@YAPEAVCRCamera@@NN@Z -; class CRCamera * __ptr64 __cdecl CRPerspectiveCameraAnim(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRPerspectiveCameraAnim@@YAPEAVCRCamera@@PEAVCRNumber@@0@Z -; class CRSound * __ptr64 __cdecl CRPhase(class CRSound * __ptr64,double) -?CRPhase@@YAPEAVCRSound@@PEAV1@N@Z -; class CRSound * __ptr64 __cdecl CRPhase(class CRSound * __ptr64,class CRNumber * __ptr64) -?CRPhase@@YAPEAVCRSound@@PEAV1@PEAVCRNumber@@@Z -; class CRPickableResult * __ptr64 __cdecl CRPickable(class CRGeometry * __ptr64) -?CRPickable@@YAPEAVCRPickableResult@@PEAVCRGeometry@@@Z -; class CRPickableResult * __ptr64 __cdecl CRPickable(class CRImage * __ptr64) -?CRPickable@@YAPEAVCRPickableResult@@PEAVCRImage@@@Z -; class CRPickableResult * __ptr64 __cdecl CRPickableOccluded(class CRGeometry * __ptr64) -?CRPickableOccluded@@YAPEAVCRPickableResult@@PEAVCRGeometry@@@Z -; class CRPickableResult * __ptr64 __cdecl CRPickableOccluded(class CRImage * __ptr64) -?CRPickableOccluded@@YAPEAVCRPickableResult@@PEAVCRImage@@@Z -; class CRPath2 * __ptr64 __cdecl CRPie(double,double,double,double) -?CRPie@@YAPEAVCRPath2@@NNNN@Z -; class CRPath2 * __ptr64 __cdecl CRPieRadians(double,double,double,double) -?CRPieRadians@@YAPEAVCRPath2@@NNNN@Z -; class CRPath2 * __ptr64 __cdecl CRPieRadians(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRPieRadians@@YAPEAVCRPath2@@PEAVCRNumber@@000@Z -; class CRNumber * __ptr64 __cdecl CRPixel(void) -?CRPixel@@YAPEAVCRNumber@@XZ -; class CRPoint2 * __ptr64 __cdecl CRPoint2Polar(double,double) -?CRPoint2Polar@@YAPEAVCRPoint2@@NN@Z -; class CRPoint2 * __ptr64 __cdecl CRPoint2Polar(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRPoint2Polar@@YAPEAVCRPoint2@@PEAVCRNumber@@0@Z -; class CRPoint3 * __ptr64 __cdecl CRPoint3Spherical(double,double,double) -?CRPoint3Spherical@@YAPEAVCRPoint3@@NNN@Z -; class CRPoint3 * __ptr64 __cdecl CRPoint3Spherical(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRPoint3Spherical@@YAPEAVCRPoint3@@PEAVCRNumber@@00@Z -; class CRGeometry * __ptr64 __cdecl CRPointLight(void) -?CRPointLight@@YAPEAVCRGeometry@@XZ -; class CRNumber * __ptr64 __cdecl CRPolarCoordAngle(class CRPoint2 * __ptr64) -?CRPolarCoordAngle@@YAPEAVCRNumber@@PEAVCRPoint2@@@Z -; class CRNumber * __ptr64 __cdecl CRPolarCoordAngle(class CRVector2 * __ptr64) -?CRPolarCoordAngle@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRNumber * __ptr64 __cdecl CRPolarCoordLength(class CRPoint2 * __ptr64) -?CRPolarCoordLength@@YAPEAVCRNumber@@PEAVCRPoint2@@@Z -; class CRNumber * __ptr64 __cdecl CRPolarCoordLength(class CRVector2 * __ptr64) -?CRPolarCoordLength@@YAPEAVCRNumber@@PEAVCRVector2@@@Z -; class CRPath2 * __ptr64 __cdecl CRPolydrawPath(double * __ptr64,unsigned int,double * __ptr64,unsigned int) -?CRPolydrawPath@@YAPEAVCRPath2@@PEANI0I@Z -; class CRPath2 * __ptr64 __cdecl CRPolydrawPath(class CRArray * __ptr64,class CRArray * __ptr64) -?CRPolydrawPath@@YAPEAVCRPath2@@PEAVCRArray@@0@Z -; class CRPath2 * __ptr64 __cdecl CRPolyline(class CRArray * __ptr64) -?CRPolyline@@YAPEAVCRPath2@@PEAVCRArray@@@Z -; class CRNumber * __ptr64 __cdecl CRPow(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRPow@@YAPEAVCRNumber@@PEAV1@0@Z -; class CREvent * __ptr64 __cdecl CRPredicate(class CRBoolean * __ptr64) -?CRPredicate@@YAPEAVCREvent@@PEAVCRBoolean@@@Z -; class CRPoint2 * __ptr64 __cdecl CRProject(class CRPoint3 * __ptr64,class CRCamera * __ptr64) -?CRProject@@YAPEAVCRPoint2@@PEAVCRPoint3@@PEAVCRCamera@@@Z -; bool __cdecl CRPropagate(class CRView * __ptr64) -?CRPropagate@@YA_NPEAVCRView@@@Z -; class CRColor * __ptr64 __cdecl CRPurple(void) -?CRPurple@@YAPEAVCRColor@@XZ -; bool __cdecl CRPutPreference(class CRView * __ptr64,unsigned short * __ptr64,struct tagVARIANT) -?CRPutPreference@@YA_NPEAVCRView@@PEAGUtagVARIANT@@@Z -; unsigned long __cdecl CRQueryHitPoint(class CRView * __ptr64,unsigned long,struct tagRECT const * __ptr64,struct tagPOINT,long) -?CRQueryHitPoint@@YAKPEAVCRView@@KPEBUtagRECT@@UtagPOINT@@J@Z -; long __cdecl CRQueryHitPointEx(class CRView * __ptr64,long,unsigned __int64 * __ptr64,double * __ptr64,struct tagRECT const * __ptr64,struct tagPOINT) -?CRQueryHitPointEx@@YAJPEAVCRView@@JPEA_KPEANPEBUtagRECT@@UtagPOINT@@@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientMulticolor(class CRArray * __ptr64,class CRArray * __ptr64) -?CRRadialGradientMulticolor@@YAPEAVCRImage@@PEAVCRArray@@0@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientPolygon(class CRColor * __ptr64,class CRColor * __ptr64,class CRArray * __ptr64,double) -?CRRadialGradientPolygon@@YAPEAVCRImage@@PEAVCRColor@@0PEAVCRArray@@N@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientPolygon(class CRColor * __ptr64,class CRColor * __ptr64,class CRArray * __ptr64,class CRNumber * __ptr64) -?CRRadialGradientPolygon@@YAPEAVCRImage@@PEAVCRColor@@0PEAVCRArray@@PEAVCRNumber@@@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientRegularPoly(class CRColor * __ptr64,class CRColor * __ptr64,double,double) -?CRRadialGradientRegularPoly@@YAPEAVCRImage@@PEAVCRColor@@0NN@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientRegularPoly(class CRColor * __ptr64,class CRColor * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRRadialGradientRegularPoly@@YAPEAVCRImage@@PEAVCRColor@@0PEAVCRNumber@@1@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientSquare(class CRColor * __ptr64,class CRColor * __ptr64,double) -?CRRadialGradientSquare@@YAPEAVCRImage@@PEAVCRColor@@0N@Z -; class CRImage * __ptr64 __cdecl CRRadialGradientSquare(class CRColor * __ptr64,class CRColor * __ptr64,class CRNumber * __ptr64) -?CRRadialGradientSquare@@YAPEAVCRImage@@PEAVCRColor@@0PEAVCRNumber@@@Z -; class CRSound * __ptr64 __cdecl CRRate(class CRSound * __ptr64,double) -?CRRate@@YAPEAVCRSound@@PEAV1@N@Z -; class CRSound * __ptr64 __cdecl CRRate(class CRSound * __ptr64,class CRNumber * __ptr64) -?CRRate@@YAPEAVCRSound@@PEAV1@PEAVCRNumber@@@Z -; class CRPath2 * __ptr64 __cdecl CRRay(class CRPoint2 * __ptr64) -?CRRay@@YAPEAVCRPath2@@PEAVCRPoint2@@@Z -; class CRPath2 * __ptr64 __cdecl CRRect(double,double) -?CRRect@@YAPEAVCRPath2@@NN@Z -; class CRPath2 * __ptr64 __cdecl CRRect(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRRect@@YAPEAVCRPath2@@PEAVCRNumber@@0@Z -; class CRColor * __ptr64 __cdecl CRRed(void) -?CRRed@@YAPEAVCRColor@@XZ -; bool __cdecl CRReleaseGC(void * __ptr64) -?CRReleaseGC@@YA_NPEAX@Z -; bool __cdecl CRReleaseGCLock(void) -?CRReleaseGCLock@@YA_NXZ -; bool __cdecl CRRemoveElement(class CRArray * __ptr64,long) -?CRRemoveElement@@YA_NPEAVCRArray@@J@Z -; bool __cdecl CRRemoveRunningBvr(class CRView * __ptr64,long) -?CRRemoveRunningBvr@@YA_NPEAVCRView@@J@Z -; bool __cdecl CRRemoveSite(class CRSite * __ptr64) -?CRRemoveSite@@YA_NPEAVCRSite@@@Z -; class CRImage * __ptr64 __cdecl CRRender(class CRGeometry * __ptr64,class CRCamera * __ptr64) -?CRRender@@YAPEAVCRImage@@PEAVCRGeometry@@PEAVCRCamera@@@Z -; class CRImage * __ptr64 __cdecl CRRender(class CRMontage * __ptr64) -?CRRender@@YAPEAVCRImage@@PEAVCRMontage@@@Z -; bool __cdecl CRRender(class CRView * __ptr64) -?CRRender@@YA_NPEAVCRView@@@Z -; class CRImage * __ptr64 __cdecl CRRenderResolution(class CRImage * __ptr64,long,long) -?CRRenderResolution@@YAPEAVCRImage@@PEAV1@JJ@Z -; class CRSound * __ptr64 __cdecl CRRenderSound(class CRGeometry * __ptr64,class CRMicrophone * __ptr64) -?CRRenderSound@@YAPEAVCRSound@@PEAVCRGeometry@@PEAVCRMicrophone@@@Z -; bool __cdecl CRRepaint(class CRView * __ptr64,long,long,long,long) -?CRRepaint@@YA_NPEAVCRView@@JJJJ@Z -; class CRBvr * __ptr64 __cdecl CRRepeat(class CRBvr * __ptr64,long) -?CRRepeat@@YAPEAVCRBvr@@PEAV1@J@Z -; class CRBvr * __ptr64 __cdecl CRRepeatForever(class CRBvr * __ptr64) -?CRRepeatForever@@YAPEAVCRBvr@@PEAV1@@Z -; bool __cdecl CRResumeModel(class CRView * __ptr64) -?CRResumeModel@@YA_NPEAVCRView@@@Z -; class CREvent * __ptr64 __cdecl CRRightButtonDown(void) -?CRRightButtonDown@@YAPEAVCREvent@@XZ -; class CRBoolean * __ptr64 __cdecl CRRightButtonState(void) -?CRRightButtonState@@YAPEAVCRBoolean@@XZ -; class CREvent * __ptr64 __cdecl CRRightButtonUp(void) -?CRRightButtonUp@@YAPEAVCREvent@@XZ -; class CRTransform2 * __ptr64 __cdecl CRRotate2(double) -?CRRotate2@@YAPEAVCRTransform2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRRotate2(class CRNumber * __ptr64) -?CRRotate2@@YAPEAVCRTransform2@@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRRotate2Degrees(double) -?CRRotate2Degrees@@YAPEAVCRTransform2@@N@Z -; class CRTransform3 * __ptr64 __cdecl CRRotate3(class CRVector3 * __ptr64,double) -?CRRotate3@@YAPEAVCRTransform3@@PEAVCRVector3@@N@Z -; class CRTransform3 * __ptr64 __cdecl CRRotate3(class CRVector3 * __ptr64,class CRNumber * __ptr64) -?CRRotate3@@YAPEAVCRTransform3@@PEAVCRVector3@@PEAVCRNumber@@@Z -; class CRNumber * __ptr64 __cdecl CRRound(class CRNumber * __ptr64) -?CRRound@@YAPEAVCRNumber@@PEAV1@@Z -; class CRPath2 * __ptr64 __cdecl CRRoundRect(double,double,double,double) -?CRRoundRect@@YAPEAVCRPath2@@NNNN@Z -; class CRPath2 * __ptr64 __cdecl CRRoundRect(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRRoundRect@@YAPEAVCRPath2@@PEAVCRNumber@@000@Z -; class CRBvr * __ptr64 __cdecl CRRunOnce(class CRBvr * __ptr64) -?CRRunOnce@@YAPEAVCRBvr@@PEAV1@@Z -; class CRBvr * __ptr64 __cdecl CRSampleAtLocalTime(class CRBvr * __ptr64,double) -?CRSampleAtLocalTime@@YAPEAVCRBvr@@PEAV1@N@Z -; class CRTransform2 * __ptr64 __cdecl CRScale2(double,double) -?CRScale2@@YAPEAVCRTransform2@@NN@Z -; class CRTransform2 * __ptr64 __cdecl CRScale2(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRScale2@@YAPEAVCRTransform2@@PEAVCRNumber@@0@Z -; class CRTransform2 * __ptr64 __cdecl CRScale2(class CRVector2 * __ptr64) -?CRScale2@@YAPEAVCRTransform2@@PEAVCRVector2@@@Z -; class CRTransform2 * __ptr64 __cdecl CRScale2Uniform(double) -?CRScale2Uniform@@YAPEAVCRTransform2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRScale2Uniform(class CRNumber * __ptr64) -?CRScale2Uniform@@YAPEAVCRTransform2@@PEAVCRNumber@@@Z -; class CRTransform3 * __ptr64 __cdecl CRScale3(double,double,double) -?CRScale3@@YAPEAVCRTransform3@@NNN@Z -; class CRTransform3 * __ptr64 __cdecl CRScale3(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRScale3@@YAPEAVCRTransform3@@PEAVCRNumber@@00@Z -; class CRTransform3 * __ptr64 __cdecl CRScale3(class CRVector3 * __ptr64) -?CRScale3@@YAPEAVCRTransform3@@PEAVCRVector3@@@Z -; class CRTransform3 * __ptr64 __cdecl CRScale3Uniform(double) -?CRScale3Uniform@@YAPEAVCRTransform3@@N@Z -; class CRTransform3 * __ptr64 __cdecl CRScale3Uniform(class CRNumber * __ptr64) -?CRScale3Uniform@@YAPEAVCRTransform3@@PEAVCRNumber@@@Z -; class CRBvr * __ptr64 __cdecl CRSecond(class CRPair * __ptr64) -?CRSecond@@YAPEAVCRBvr@@PEAVCRPair@@@Z -; class CRNumber * __ptr64 __cdecl CRSeededRandom(double) -?CRSeededRandom@@YAPEAVCRNumber@@N@Z -; class CRBvr * __ptr64 __cdecl CRSequence(class CRBvr * __ptr64,class CRBvr * __ptr64) -?CRSequence@@YAPEAVCRBvr@@PEAV1@0@Z -; class CRBvr * __ptr64 __cdecl CRSequenceArray(long,class CRBvr * __ptr64 * __ptr64 const) -?CRSequenceArray@@YAPEAVCRBvr@@JQEAPEAV1@@Z -; bool __cdecl CRSetBvrAsProperty(class CRDXTransformResult * __ptr64,unsigned short const * __ptr64,class CRBvr * __ptr64) -?CRSetBvrAsProperty@@YA_NPEAVCRDXTransformResult@@PEBGPEAVCRBvr@@@Z -; bool __cdecl CRSetClipRect(class CRView * __ptr64,long,long,long,long) -?CRSetClipRect@@YA_NPEAVCRView@@JJJJ@Z -; bool __cdecl CRSetCompositeDirectlyToTarget(class CRView * __ptr64,bool) -?CRSetCompositeDirectlyToTarget@@YA_NPEAVCRView@@_N@Z -; bool __cdecl CRSetDC(class CRView * __ptr64,struct HDC__ * __ptr64) -?CRSetDC@@YA_NPEAVCRView@@PEAUHDC__@@@Z -; bool __cdecl CRSetDirectDrawSurface(class CRView * __ptr64,struct IUnknown * __ptr64) -?CRSetDirectDrawSurface@@YA_NPEAVCRView@@PEAUIUnknown@@@Z -; bool __cdecl CRSetElement(class CRArray * __ptr64,long,class CRBvr * __ptr64,long) -?CRSetElement@@YA_NPEAVCRArray@@JPEAVCRBvr@@J@Z -; bool __cdecl CRSetImportPriority(class CRBvr * __ptr64,float) -?CRSetImportPriority@@YA_NPEAVCRBvr@@M@Z -; void __cdecl CRSetLastError(long,unsigned short const * __ptr64) -?CRSetLastError@@YAXJPEBG@Z -; bool __cdecl CRSetServiceProvider(class CRView * __ptr64,struct IServiceProvider * __ptr64) -?CRSetServiceProvider@@YA_NPEAVCRView@@PEAUIServiceProvider@@@Z -; bool __cdecl CRSetSite(class CRView * __ptr64,class CRViewSite * __ptr64) -?CRSetSite@@YA_NPEAVCRView@@PEAVCRViewSite@@@Z -; bool __cdecl CRSetViewport(class CRView * __ptr64,long,long,long,long) -?CRSetViewport@@YA_NPEAVCRView@@JJJJ@Z -; bool __cdecl CRSetWindow(class CRView * __ptr64,struct HWND__ * __ptr64) -?CRSetWindow@@YA_NPEAVCRView@@PEAUHWND__@@@Z -; class CRGeometry * __ptr64 __cdecl CRShadow(class CRGeometry * __ptr64,class CRGeometry * __ptr64,class CRPoint3 * __ptr64,class CRVector3 * __ptr64) -?CRShadow@@YAPEAVCRGeometry@@PEAV1@0PEAVCRPoint3@@PEAVCRVector3@@@Z -; class CRSound * __ptr64 __cdecl CRSilence(void) -?CRSilence@@YAPEAVCRSound@@XZ -; class CRColor * __ptr64 __cdecl CRSilver(void) -?CRSilver@@YAPEAVCRColor@@XZ -; class CRNumber * __ptr64 __cdecl CRSin(class CRNumber * __ptr64) -?CRSin@@YAPEAVCRNumber@@PEAV1@@Z -; class CRSound * __ptr64 __cdecl CRSinSynth(void) -?CRSinSynth@@YAPEAVCRSound@@XZ -; class CRFontStyle * __ptr64 __cdecl CRSize(class CRFontStyle * __ptr64,double) -?CRSize@@YAPEAVCRFontStyle@@PEAV1@N@Z -; class CRFontStyle * __ptr64 __cdecl CRSize(class CRFontStyle * __ptr64,class CRNumber * __ptr64) -?CRSize@@YAPEAVCRFontStyle@@PEAV1@PEAVCRNumber@@@Z -; class CRNumber * __ptr64 __cdecl CRSlowInSlowOut(double,double,double,double) -?CRSlowInSlowOut@@YAPEAVCRNumber@@NNNN@Z -; class CRNumber * __ptr64 __cdecl CRSlowInSlowOut(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRSlowInSlowOut@@YAPEAVCRNumber@@PEAV1@000@Z -; class CREvent * __ptr64 __cdecl CRSnapshot(class CREvent * __ptr64,class CRBvr * __ptr64) -?CRSnapshot@@YAPEAVCREvent@@PEAV1@PEAVCRBvr@@@Z -; class CRImage * __ptr64 __cdecl CRSolidColorImage(class CRColor * __ptr64) -?CRSolidColorImage@@YAPEAVCRImage@@PEAVCRColor@@@Z -; class CRGeometry * __ptr64 __cdecl CRSoundSource(class CRSound * __ptr64) -?CRSoundSource@@YAPEAVCRGeometry@@PEAVCRSound@@@Z -; class CRGeometry * __ptr64 __cdecl CRSpecularColor(class CRGeometry * __ptr64,class CRColor * __ptr64) -?CRSpecularColor@@YAPEAVCRGeometry@@PEAV1@PEAVCRColor@@@Z -; class CRGeometry * __ptr64 __cdecl CRSpecularExponent(class CRGeometry * __ptr64,double) -?CRSpecularExponent@@YAPEAVCRGeometry@@PEAV1@N@Z -; class CRGeometry * __ptr64 __cdecl CRSpecularExponentAnim(class CRGeometry * __ptr64,class CRNumber * __ptr64) -?CRSpecularExponentAnim@@YAPEAVCRGeometry@@PEAV1@PEAVCRNumber@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordLength(class CRPoint3 * __ptr64) -?CRSphericalCoordLength@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordLength(class CRVector3 * __ptr64) -?CRSphericalCoordLength@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordXYAngle(class CRPoint3 * __ptr64) -?CRSphericalCoordXYAngle@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordXYAngle(class CRVector3 * __ptr64) -?CRSphericalCoordXYAngle@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordYZAngle(class CRPoint3 * __ptr64) -?CRSphericalCoordYZAngle@@YAPEAVCRNumber@@PEAVCRPoint3@@@Z -; class CRNumber * __ptr64 __cdecl CRSphericalCoordYZAngle(class CRVector3 * __ptr64) -?CRSphericalCoordYZAngle@@YAPEAVCRNumber@@PEAVCRVector3@@@Z -; class CRGeometry * __ptr64 __cdecl CRSpotLight(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRSpotLight@@YAPEAVCRGeometry@@PEAVCRNumber@@0@Z -; class CRGeometry * __ptr64 __cdecl CRSpotLight(class CRNumber * __ptr64,double) -?CRSpotLight@@YAPEAVCRGeometry@@PEAVCRNumber@@N@Z -; class CRNumber * __ptr64 __cdecl CRSqrt(class CRNumber * __ptr64) -?CRSqrt@@YAPEAVCRNumber@@PEAV1@@Z -; bool __cdecl CRStartModel(class CRView * __ptr64,class CRImage * __ptr64,class CRSound * __ptr64,double,unsigned long,bool * __ptr64) -?CRStartModel@@YA_NPEAVCRView@@PEAVCRImage@@PEAVCRSound@@NKPEA_N@Z -; bool __cdecl CRStopModel(class CRView * __ptr64) -?CRStopModel@@YA_NPEAVCRView@@@Z -; class CRFontStyle * __ptr64 __cdecl CRStrikethrough(class CRFontStyle * __ptr64) -?CRStrikethrough@@YAPEAVCRFontStyle@@PEAV1@@Z -; class CRImage * __ptr64 __cdecl CRStringImage(unsigned short * __ptr64,class CRFontStyle * __ptr64) -?CRStringImage@@YAPEAVCRImage@@PEAGPEAVCRFontStyle@@@Z -; class CRImage * __ptr64 __cdecl CRStringImage(class CRString * __ptr64,class CRFontStyle * __ptr64) -?CRStringImage@@YAPEAVCRImage@@PEAVCRString@@PEAVCRFontStyle@@@Z -; class CRPath2 * __ptr64 __cdecl CRStringPath(unsigned short * __ptr64,class CRFontStyle * __ptr64) -?CRStringPath@@YAPEAVCRPath2@@PEAGPEAVCRFontStyle@@@Z -; class CRPath2 * __ptr64 __cdecl CRStringPath(class CRString * __ptr64,class CRFontStyle * __ptr64) -?CRStringPath@@YAPEAVCRPath2@@PEAVCRString@@PEAVCRFontStyle@@@Z -; class CRNumber * __ptr64 __cdecl CRSub(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRSub@@YAPEAVCRNumber@@PEAV1@0@Z -; class CRPoint2 * __ptr64 __cdecl CRSub(class CRPoint2 * __ptr64,class CRVector2 * __ptr64) -?CRSub@@YAPEAVCRPoint2@@PEAV1@PEAVCRVector2@@@Z -; class CRPoint3 * __ptr64 __cdecl CRSub(class CRPoint3 * __ptr64,class CRVector3 * __ptr64) -?CRSub@@YAPEAVCRPoint3@@PEAV1@PEAVCRVector3@@@Z -; class CRVector2 * __ptr64 __cdecl CRSub(class CRVector2 * __ptr64,class CRVector2 * __ptr64) -?CRSub@@YAPEAVCRVector2@@PEAV1@0@Z -; class CRVector2 * __ptr64 __cdecl CRSub(class CRPoint2 * __ptr64,class CRPoint2 * __ptr64) -?CRSub@@YAPEAVCRVector2@@PEAVCRPoint2@@0@Z -; class CRVector3 * __ptr64 __cdecl CRSub(class CRVector3 * __ptr64,class CRVector3 * __ptr64) -?CRSub@@YAPEAVCRVector3@@PEAV1@0@Z -; class CRVector3 * __ptr64 __cdecl CRSub(class CRPoint3 * __ptr64,class CRPoint3 * __ptr64) -?CRSub@@YAPEAVCRVector3@@PEAVCRPoint3@@0@Z -; class CRBvr * __ptr64 __cdecl CRSubstituteTime(class CRBvr * __ptr64,class CRNumber * __ptr64) -?CRSubstituteTime@@YAPEAVCRBvr@@PEAV1@PEAVCRNumber@@@Z -; bool __cdecl CRSwitchTo(class CRBvr * __ptr64,class CRBvr * __ptr64,bool,unsigned long,double) -?CRSwitchTo@@YA_NPEAVCRBvr@@0_NKN@Z -; bool __cdecl CRSwitchToBool(class CRBoolean * __ptr64,bool) -?CRSwitchToBool@@YA_NPEAVCRBoolean@@_N@Z -; bool __cdecl CRSwitchToNumber(class CRNumber * __ptr64,double) -?CRSwitchToNumber@@YA_NPEAVCRNumber@@N@Z -; bool __cdecl CRSwitchToString(class CRString * __ptr64,unsigned short * __ptr64) -?CRSwitchToString@@YA_NPEAVCRString@@PEAG@Z -; class CRNumber * __ptr64 __cdecl CRTan(class CRNumber * __ptr64) -?CRTan@@YAPEAVCRNumber@@PEAV1@@Z -; class CRColor * __ptr64 __cdecl CRTeal(void) -?CRTeal@@YAPEAVCRColor@@XZ -; class CRFontStyle * __ptr64 __cdecl CRTextColor(class CRFontStyle * __ptr64,class CRColor * __ptr64) -?CRTextColor@@YAPEAVCRFontStyle@@PEAV1@PEAVCRColor@@@Z -; class CRImage * __ptr64 __cdecl CRTextImage(unsigned short * __ptr64,class CRFontStyle * __ptr64) -?CRTextImage@@YAPEAVCRImage@@PEAGPEAVCRFontStyle@@@Z -; class CRImage * __ptr64 __cdecl CRTextImage(class CRString * __ptr64,class CRFontStyle * __ptr64) -?CRTextImage@@YAPEAVCRImage@@PEAVCRString@@PEAVCRFontStyle@@@Z -; class CRMatte * __ptr64 __cdecl CRTextMatte(class CRString * __ptr64,class CRFontStyle * __ptr64) -?CRTextMatte@@YAPEAVCRMatte@@PEAVCRString@@PEAVCRFontStyle@@@Z -; class CRPath2 * __ptr64 __cdecl CRTextPath(class CRString * __ptr64,class CRFontStyle * __ptr64) -?CRTextPath@@YAPEAVCRPath2@@PEAVCRString@@PEAVCRFontStyle@@@Z -; class CRGeometry * __ptr64 __cdecl CRTexture(class CRGeometry * __ptr64,class CRImage * __ptr64) -?CRTexture@@YAPEAVCRGeometry@@PEAV1@PEAVCRImage@@@Z -; class CRGeometry * __ptr64 __cdecl CRTextureImage(class CRGeometry * __ptr64,class CRImage * __ptr64) -?CRTextureImage@@YAPEAVCRGeometry@@PEAV1@PEAVCRImage@@@Z -; class CREvent * __ptr64 __cdecl CRThenEvent(class CREvent * __ptr64,class CREvent * __ptr64) -?CRThenEvent@@YAPEAVCREvent@@PEAV1@0@Z -; bool __cdecl CRTick(class CRView * __ptr64,double,bool * __ptr64) -?CRTick@@YA_NPEAVCRView@@NPEA_N@Z -; class CRImage * __ptr64 __cdecl CRTile(class CRImage * __ptr64) -?CRTile@@YAPEAVCRImage@@PEAV1@@Z -; class CREvent * __ptr64 __cdecl CRTimer(double) -?CRTimer@@YAPEAVCREvent@@N@Z -; class CREvent * __ptr64 __cdecl CRTimer(class CRNumber * __ptr64) -?CRTimer@@YAPEAVCREvent@@PEAVCRNumber@@@Z -; class CRNumber * __ptr64 __cdecl CRToDegrees(class CRNumber * __ptr64) -?CRToDegrees@@YAPEAVCRNumber@@PEAV1@@Z -; class CRNumber * __ptr64 __cdecl CRToRadians(class CRNumber * __ptr64) -?CRToRadians@@YAPEAVCRNumber@@PEAV1@@Z -; class CRString * __ptr64 __cdecl CRToString(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRToString@@YAPEAVCRString@@PEAVCRNumber@@0@Z -; class CRString * __ptr64 __cdecl CRToString(class CRNumber * __ptr64,double) -?CRToString@@YAPEAVCRString@@PEAVCRNumber@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRTransform3x2(double * __ptr64,unsigned int) -?CRTransform3x2@@YAPEAVCRTransform2@@PEANI@Z -; class CRTransform2 * __ptr64 __cdecl CRTransform3x2(class CRArray * __ptr64) -?CRTransform3x2@@YAPEAVCRTransform2@@PEAVCRArray@@@Z -; class CRTransform3 * __ptr64 __cdecl CRTransform4x4(class CRArray * __ptr64) -?CRTransform4x4@@YAPEAVCRTransform3@@PEAVCRArray@@@Z -; class CRCamera * __ptr64 __cdecl CRTransform(class CRCamera * __ptr64,class CRTransform3 * __ptr64) -?CRTransform@@YAPEAVCRCamera@@PEAV1@PEAVCRTransform3@@@Z -; class CRGeometry * __ptr64 __cdecl CRTransform(class CRGeometry * __ptr64,class CRTransform3 * __ptr64) -?CRTransform@@YAPEAVCRGeometry@@PEAV1@PEAVCRTransform3@@@Z -; class CRImage * __ptr64 __cdecl CRTransform(class CRImage * __ptr64,class CRTransform2 * __ptr64) -?CRTransform@@YAPEAVCRImage@@PEAV1@PEAVCRTransform2@@@Z -; class CRMatte * __ptr64 __cdecl CRTransform(class CRMatte * __ptr64,class CRTransform2 * __ptr64) -?CRTransform@@YAPEAVCRMatte@@PEAV1@PEAVCRTransform2@@@Z -; class CRMicrophone * __ptr64 __cdecl CRTransform(class CRMicrophone * __ptr64,class CRTransform3 * __ptr64) -?CRTransform@@YAPEAVCRMicrophone@@PEAV1@PEAVCRTransform3@@@Z -; class CRPath2 * __ptr64 __cdecl CRTransform(class CRPath2 * __ptr64,class CRTransform2 * __ptr64) -?CRTransform@@YAPEAVCRPath2@@PEAV1@PEAVCRTransform2@@@Z -; class CRPoint2 * __ptr64 __cdecl CRTransform(class CRPoint2 * __ptr64,class CRTransform2 * __ptr64) -?CRTransform@@YAPEAVCRPoint2@@PEAV1@PEAVCRTransform2@@@Z -; class CRPoint3 * __ptr64 __cdecl CRTransform(class CRPoint3 * __ptr64,class CRTransform3 * __ptr64) -?CRTransform@@YAPEAVCRPoint3@@PEAV1@PEAVCRTransform3@@@Z -; class CRVector2 * __ptr64 __cdecl CRTransform(class CRVector2 * __ptr64,class CRTransform2 * __ptr64) -?CRTransform@@YAPEAVCRVector2@@PEAV1@PEAVCRTransform2@@@Z -; class CRVector3 * __ptr64 __cdecl CRTransform(class CRVector3 * __ptr64,class CRTransform3 * __ptr64) -?CRTransform@@YAPEAVCRVector3@@PEAV1@PEAVCRTransform3@@@Z -; class CRFontStyle * __ptr64 __cdecl CRTransformCharacters(class CRFontStyle * __ptr64,class CRTransform2 * __ptr64) -?CRTransformCharacters@@YAPEAVCRFontStyle@@PEAV1@PEAVCRTransform2@@@Z -; class CRImage * __ptr64 __cdecl CRTransformColorRGB(class CRImage * __ptr64,class CRTransform3 * __ptr64) -?CRTransformColorRGB@@YAPEAVCRImage@@PEAV1@PEAVCRTransform3@@@Z -; class CRTransform2 * __ptr64 __cdecl CRTranslate2(double,double) -?CRTranslate2@@YAPEAVCRTransform2@@NN@Z -; class CRTransform2 * __ptr64 __cdecl CRTranslate2(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRTranslate2@@YAPEAVCRTransform2@@PEAVCRNumber@@0@Z -; class CRTransform2 * __ptr64 __cdecl CRTranslate2(class CRPoint2 * __ptr64) -?CRTranslate2@@YAPEAVCRTransform2@@PEAVCRPoint2@@@Z -; class CRTransform2 * __ptr64 __cdecl CRTranslate2(class CRVector2 * __ptr64) -?CRTranslate2@@YAPEAVCRTransform2@@PEAVCRVector2@@@Z -; class CRTransform3 * __ptr64 __cdecl CRTranslate3(double,double,double) -?CRTranslate3@@YAPEAVCRTransform3@@NNN@Z -; class CRTransform3 * __ptr64 __cdecl CRTranslate3(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRTranslate3@@YAPEAVCRTransform3@@PEAVCRNumber@@00@Z -; class CRTransform3 * __ptr64 __cdecl CRTranslate3(class CRPoint3 * __ptr64) -?CRTranslate3@@YAPEAVCRTransform3@@PEAVCRPoint3@@@Z -; class CRTransform3 * __ptr64 __cdecl CRTranslate3(class CRVector3 * __ptr64) -?CRTranslate3@@YAPEAVCRTransform3@@PEAVCRVector3@@@Z -; class CRGeometry * __ptr64 __cdecl CRTriMesh(class TriMeshData & __ptr64) -?CRTriMesh@@YAPEAVCRGeometry@@AEAVTriMeshData@@@Z -; bool __cdecl CRTriggerEvent(class CREvent * __ptr64,class CRBvr * __ptr64) -?CRTriggerEvent@@YA_NPEAVCREvent@@PEAVCRBvr@@@Z -; class CRBoolean * __ptr64 __cdecl CRTrue(void) -?CRTrue@@YAPEAVCRBoolean@@XZ -; class CRFontStyle * __ptr64 __cdecl CRUnderline(class CRFontStyle * __ptr64) -?CRUnderline@@YAPEAVCRFontStyle@@PEAV1@@Z -; class CRGeometry * __ptr64 __cdecl CRUndetectable(class CRGeometry * __ptr64) -?CRUndetectable@@YAPEAVCRGeometry@@PEAV1@@Z -; class CRImage * __ptr64 __cdecl CRUndetectable(class CRImage * __ptr64) -?CRUndetectable@@YAPEAVCRImage@@PEAV1@@Z -; class CRArray * __ptr64 __cdecl CRUninitializedArray(class CRArray * __ptr64) -?CRUninitializedArray@@YAPEAVCRArray@@PEAV1@@Z -; class CRBvr * __ptr64 __cdecl CRUninitializedBvr(enum CR_BVR_TYPEID) -?CRUninitializedBvr@@YAPEAVCRBvr@@W4CR_BVR_TYPEID@@@Z -; class CRTuple * __ptr64 __cdecl CRUninitializedTuple(class CRTuple * __ptr64) -?CRUninitializedTuple@@YAPEAVCRTuple@@PEAV1@@Z -; class CRGeometry * __ptr64 __cdecl CRUnionGeometry(class CRGeometry * __ptr64,class CRGeometry * __ptr64) -?CRUnionGeometry@@YAPEAVCRGeometry@@PEAV1@0@Z -; class CRGeometry * __ptr64 __cdecl CRUnionGeometry(class CRArray * __ptr64) -?CRUnionGeometry@@YAPEAVCRGeometry@@PEAVCRArray@@@Z -; class CRMatte * __ptr64 __cdecl CRUnionMatte(class CRMatte * __ptr64,class CRMatte * __ptr64) -?CRUnionMatte@@YAPEAVCRMatte@@PEAV1@0@Z -; class CRMontage * __ptr64 __cdecl CRUnionMontage(class CRMontage * __ptr64,class CRMontage * __ptr64) -?CRUnionMontage@@YAPEAVCRMontage@@PEAV1@0@Z -; class CRMontage * __ptr64 __cdecl CRUnionMontageArray(class CRArray * __ptr64) -?CRUnionMontageArray@@YAPEAVCRMontage@@PEAVCRArray@@@Z -; class CRBvr * __ptr64 __cdecl CRUntil(class CRBvr * __ptr64,class CREvent * __ptr64,class CRBvr * __ptr64) -?CRUntil@@YAPEAVCRBvr@@PEAV1@PEAVCREvent@@0@Z -; class CRBvr * __ptr64 __cdecl CRUntilEx(class CRBvr * __ptr64,class CREvent * __ptr64) -?CRUntilEx@@YAPEAVCRBvr@@PEAV1@PEAVCREvent@@@Z -; class CRBvr * __ptr64 __cdecl CRUntilNotify(class CRBvr * __ptr64,class CREvent * __ptr64,class CRUntilNotifier * __ptr64) -?CRUntilNotify@@YAPEAVCRBvr@@PEAV1@PEAVCREvent@@PEAVCRUntilNotifier@@@Z -; class CRVector2 * __ptr64 __cdecl CRVector2Polar(double,double) -?CRVector2Polar@@YAPEAVCRVector2@@NN@Z -; class CRVector2 * __ptr64 __cdecl CRVector2Polar(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRVector2Polar@@YAPEAVCRVector2@@PEAVCRNumber@@0@Z -; class CRVector3 * __ptr64 __cdecl CRVector3Spherical(double,double,double) -?CRVector3Spherical@@YAPEAVCRVector3@@NNN@Z -; class CRVector3 * __ptr64 __cdecl CRVector3Spherical(class CRNumber * __ptr64,class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRVector3Spherical@@YAPEAVCRVector3@@PEAVCRNumber@@00@Z -; unsigned short const * __ptr64 __cdecl CRVersionString(void) -?CRVersionString@@YAPEBGXZ -; class CRNumber * __ptr64 __cdecl CRViewFrameRate(void) -?CRViewFrameRate@@YAPEAVCRNumber@@XZ -; class CRNumber * __ptr64 __cdecl CRViewTimeDelta(void) -?CRViewTimeDelta@@YAPEAVCRNumber@@XZ -; class CRFontStyle * __ptr64 __cdecl CRWeight(class CRFontStyle * __ptr64,double) -?CRWeight@@YAPEAVCRFontStyle@@PEAV1@N@Z -; class CRFontStyle * __ptr64 __cdecl CRWeight(class CRFontStyle * __ptr64,class CRNumber * __ptr64) -?CRWeight@@YAPEAVCRFontStyle@@PEAV1@PEAVCRNumber@@@Z -; class CRColor * __ptr64 __cdecl CRWhite(void) -?CRWhite@@YAPEAVCRColor@@XZ -; class CRLineStyle * __ptr64 __cdecl CRWidth(class CRLineStyle * __ptr64,double) -?CRWidth@@YAPEAVCRLineStyle@@PEAV1@N@Z -; class CRLineStyle * __ptr64 __cdecl CRWidth(class CRLineStyle * __ptr64,class CRNumber * __ptr64) -?CRWidth@@YAPEAVCRLineStyle@@PEAV1@PEAVCRNumber@@@Z -; class CRTransform2 * __ptr64 __cdecl CRXShear2(double) -?CRXShear2@@YAPEAVCRTransform2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRXShear2(class CRNumber * __ptr64) -?CRXShear2@@YAPEAVCRTransform2@@PEAVCRNumber@@@Z -; class CRTransform3 * __ptr64 __cdecl CRXShear3(double,double) -?CRXShear3@@YAPEAVCRTransform3@@NN@Z -; class CRTransform3 * __ptr64 __cdecl CRXShear3(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRXShear3@@YAPEAVCRTransform3@@PEAVCRNumber@@0@Z -; class CRVector2 * __ptr64 __cdecl CRXVector2(void) -?CRXVector2@@YAPEAVCRVector2@@XZ -; class CRVector3 * __ptr64 __cdecl CRXVector3(void) -?CRXVector3@@YAPEAVCRVector3@@XZ -; class CRTransform2 * __ptr64 __cdecl CRYShear2(double) -?CRYShear2@@YAPEAVCRTransform2@@N@Z -; class CRTransform2 * __ptr64 __cdecl CRYShear2(class CRNumber * __ptr64) -?CRYShear2@@YAPEAVCRTransform2@@PEAVCRNumber@@@Z -; class CRTransform3 * __ptr64 __cdecl CRYShear3(double,double) -?CRYShear3@@YAPEAVCRTransform3@@NN@Z -; class CRTransform3 * __ptr64 __cdecl CRYShear3(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRYShear3@@YAPEAVCRTransform3@@PEAVCRNumber@@0@Z -; class CRVector2 * __ptr64 __cdecl CRYVector2(void) -?CRYVector2@@YAPEAVCRVector2@@XZ -; class CRVector3 * __ptr64 __cdecl CRYVector3(void) -?CRYVector3@@YAPEAVCRVector3@@XZ -; class CRColor * __ptr64 __cdecl CRYellow(void) -?CRYellow@@YAPEAVCRColor@@XZ -; class CRTransform3 * __ptr64 __cdecl CRZShear3(double,double) -?CRZShear3@@YAPEAVCRTransform3@@NN@Z -; class CRTransform3 * __ptr64 __cdecl CRZShear3(class CRNumber * __ptr64,class CRNumber * __ptr64) -?CRZShear3@@YAPEAVCRTransform3@@PEAVCRNumber@@0@Z -; class CRVector3 * __ptr64 __cdecl CRZVector3(void) -?CRZVector3@@YAPEAVCRVector3@@XZ -; class CRVector2 * __ptr64 __cdecl CRZeroVector2(void) -?CRZeroVector2@@YAPEAVCRVector2@@XZ -; class CRVector3 * __ptr64 __cdecl CRZeroVector3(void) -?CRZeroVector3@@YAPEAVCRVector3@@XZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dataclen.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dataclen.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dataclen.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dataclen.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DATACLEN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DATACLEN.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/datime.def mingw-w64-6.0.0/mingw-w64-crt/lib64/datime.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/datime.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/datime.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DATIME.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DATIME.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/davclnt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/davclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/davclnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/davclnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of davclnt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "davclnt.dll" -EXPORTS -DavCancelConnectionsToServer -DavFreeUsedDiskSpace -DavGetDiskSpaceUsage -DavGetTheLockOwnerOfTheFile -DavInvalidateCache -DavRegisterAuthCallback -DavUnregisterAuthCallback -DllCanUnloadNow -DllGetClassObject -DllMain -NPAddConnection -NPAddConnection3 -NPCancelConnection -NPCloseEnum -NPEnumResource -NPFormatNetworkName -NPGetCaps -NPGetConnection -NPGetResourceInformation -NPGetResourceParent -NPGetUniversalName -NPGetUser -NPOpenEnum diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/davcprox.def mingw-w64-6.0.0/mingw-w64-crt/lib64/davcprox.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/davcprox.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/davcprox.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DAVCPROX.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DAVCPROX.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/davhlpr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/davhlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/davhlpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/davhlpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of DAVHLPR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DAVHLPR.dll" -EXPORTS -DavAddConnection -DavCheckAndConvertHttpUrlToUncName -DavDeleteConnection -DavFlushFile -DavGetExtendedError -DavGetHTTPFromUNCPath -DavGetServerPortAndPhysicalName -DavGetUNCFromHTTPPath -DavRemoveDummyShareFromFileName -DavRemoveDummyShareFromFileNameEx -UtfUrlStrToWideStr -WideStrToUtfUrlStr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dbgeng.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dbgeng.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dbgeng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dbgeng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file dbgeng.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dbgeng.dll -EXPORTS -DebugConnect -DebugCreate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dbghelp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dbghelp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dbghelp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dbghelp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,210 +0,0 @@ -; -; Definition file of dbghelp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "dbghelp.dll" -EXPORTS -SymGetOmapBlockBase -DbgHelpCreateUserDump -DbgHelpCreateUserDumpW -EnumDirTree -EnumDirTreeW -EnumerateLoadedModules -EnumerateLoadedModules64 -EnumerateLoadedModulesEx -EnumerateLoadedModulesExW -EnumerateLoadedModulesW64 -ExtensionApiVersion -FindDebugInfoFile -FindDebugInfoFileEx -FindDebugInfoFileExW -FindExecutableImage -FindExecutableImageEx -FindExecutableImageExW -FindFileInPath -FindFileInSearchPath -GetTimestampForLoadedLibrary -ImageDirectoryEntryToData -ImageDirectoryEntryToDataEx -ImageNtHeader -ImageRvaToSection -ImageRvaToVa -ImagehlpApiVersion -ImagehlpApiVersionEx -MakeSureDirectoryPathExists -MiniDumpReadDumpStream -MiniDumpWriteDump -SearchTreeForFile -SearchTreeForFileW -StackWalk -StackWalk64 -SymAddSourceStream -SymAddSourceStreamA -SymAddSourceStreamW -SymAddSymbol -SymAddSymbolW -SymCleanup -SymDeleteSymbol -SymDeleteSymbolW -SymEnumLines -SymEnumLinesW -SymEnumProcesses -SymEnumSourceFileTokens -SymEnumSourceFiles -SymEnumSourceFilesW -SymEnumSourceLines -SymEnumSourceLinesW -SymEnumSym -SymEnumSymbols -SymEnumSymbolsForAddr -SymEnumSymbolsForAddrW -SymEnumSymbolsW -SymEnumTypes -SymEnumTypesByName -SymEnumTypesByNameW -SymEnumTypesW -SymEnumerateModules -SymEnumerateModules64 -SymEnumerateModulesW64 -SymEnumerateSymbols -SymEnumerateSymbols64 -SymEnumerateSymbolsW -SymEnumerateSymbolsW64 -SymFindDebugInfoFile -SymFindDebugInfoFileW -SymFindExecutableImage -SymFindExecutableImageW -SymFindFileInPath -SymFindFileInPathW -SymFromAddr -SymFromAddrW -SymFromIndex -SymFromIndexW -SymFromName -SymFromNameW -SymFromToken -SymFromTokenW -SymFunctionTableAccess -SymFunctionTableAccess64 -SymGetFileLineOffsets64 -SymGetHomeDirectory -SymGetHomeDirectoryW -SymGetLineFromAddr -SymGetLineFromAddr64 -SymGetLineFromAddrW64 -SymGetLineFromName -SymGetLineFromName64 -SymGetLineFromNameW64 -SymGetLineNext -SymGetLineNext64 -SymGetLineNextW64 -SymGetLinePrev -SymGetLinePrev64 -SymGetLinePrevW64 -SymGetModuleBase -SymGetModuleBase64 -SymGetModuleInfo -SymGetModuleInfo64 -SymGetModuleInfoW -SymGetModuleInfoW64 -SymGetOmaps -SymGetOptions -SymGetScope -SymGetScopeW -SymGetSearchPath -SymGetSearchPathW -SymGetSourceFile -SymGetSourceFileFromToken -SymGetSourceFileFromTokenW -SymGetSourceFileToken -SymGetSourceFileTokenW -SymGetSourceFileW -SymGetSourceVarFromToken -SymGetSourceVarFromTokenW -SymGetSymFromAddr -SymGetSymFromAddr64 -SymGetSymFromName -SymGetSymFromName64 -SymGetSymNext -SymGetSymNext64 -SymGetSymPrev -SymGetSymPrev64 -SymGetSymbolFile -SymGetSymbolFileW -SymGetTypeFromName -SymGetTypeFromNameW -SymGetTypeInfo -SymGetTypeInfoEx -SymGetUnwindInfo -SymInitialize -SymInitializeW -SymLoadModule -SymLoadModule64 -SymLoadModuleEx -SymLoadModuleExW -SymMatchFileName -SymMatchFileNameW -SymMatchString -SymMatchStringA -SymMatchStringW -SymNext -SymNextW -SymPrev -SymPrevW -SymRefreshModuleList -SymRegisterCallback -SymRegisterCallback64 -SymRegisterCallbackW64 -SymRegisterFunctionEntryCallback -SymRegisterFunctionEntryCallback64 -SymSearch -SymSearchW -SymSetContext -SymSetHomeDirectory -SymSetHomeDirectoryW -SymSetOptions -SymSetParentWindow -SymSetScopeFromAddr -SymSetScopeFromIndex -SymSetSearchPath -SymSetSearchPathW -SymSrvDeltaName -SymSrvDeltaNameW -SymSrvGetFileIndexInfo -SymSrvGetFileIndexInfoW -SymSrvGetFileIndexString -SymSrvGetFileIndexStringW -SymSrvGetFileIndexes -SymSrvGetFileIndexesW -SymSrvGetSupplement -SymSrvGetSupplementW -SymSrvIsStore -SymSrvIsStoreW -SymSrvStoreFile -SymSrvStoreFileW -SymSrvStoreSupplement -SymSrvStoreSupplementW -SymUnDName -SymUnDName64 -SymUnloadModule -SymUnloadModule64 -UnDecorateSymbolName -UnDecorateSymbolNameW -WinDbgExtensionDllInit -block -chksym -dbghelp -dh -fptr -homedir -itoldyouso -lmi -lminfo -omap -srcfiles -stack_force_ebp -stackdbg -sym -symsrv -vc7fpo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dbnetlib.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dbnetlib.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dbnetlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dbnetlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Exports of file DBnetlib.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DBnetlib.dll -EXPORTS -ConnectionObjectSize -ConnectionRead -ConnectionWrite -ConnectionTransact -ConnectionWriteOOB -ConnectionMode -ConnectionStatus -ConnectionOpen -ConnectionClose -ConnectionCheckForData -ConnectionError -ConnectionVer -ConnectionSqlVer -ConnectionServerEnum -ConnectionServerEnumW -ConnectionOpenW -ConnectionErrorW -ConnectionOption -ConnectionGetSvrUser -InitEnumServers -GetNextEnumeration -CloseEnumServers -InitSSPIPackage -TermSSPIPackage -InitSession -TermSession -GenClientContext -ConnectionFlushCache diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dbnmpntw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dbnmpntw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dbnmpntw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dbnmpntw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Exports of file DBnmpntw.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DBnmpntw.dll -EXPORTS -ConnectionObjectSize -ConnectionRead -ConnectionWrite -ConnectionClose -ConnectionError -ConnectionVer -ConnectionTransact -ConnectionWriteOOB -ConnectionMode -ConnectionStatus -ConnectionOpen -ConnectionServerEnum -ConnectionCheckForData -ConnectionOpenW -ConnectionErrorW -ConnectionServerEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ddraw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ddraw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ddraw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ddraw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file DDRAW.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DDRAW.dll -EXPORTS -AcquireDDThreadLock -CompleteCreateSysmemSurface -D3DParseUnknownCommand -DDGetAttachedSurfaceLcl -DDInternalLock -DDInternalUnlock -DSoundHelp -DirectDrawCreate -DirectDrawCreateClipper -DirectDrawCreateEx -DirectDrawEnumerateA -DirectDrawEnumerateExA -DirectDrawEnumerateExW -DirectDrawEnumerateW -DllCanUnloadNow -DllGetClassObject -GetDDSurfaceLocal -GetOLEThunkData -GetSurfaceFromDC -RegisterSpecialCase -ReleaseDDThreadLock diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ddrawex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ddrawex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ddrawex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ddrawex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DDRAWEX.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DDRAWEX.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/deskadp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/deskadp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/deskadp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/deskadp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file deskadp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY deskadp.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/deskmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/deskmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/deskmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/deskmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file deskmon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY deskmon.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/deskperf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/deskperf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/deskperf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/deskperf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file deskperf.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY deskperf.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/devenum.def mingw-w64-6.0.0/mingw-w64-crt/lib64/devenum.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/devenum.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/devenum.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of DEVENUM.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DEVENUM.DLL" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/devmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/devmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/devmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/devmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of DEVMGR.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DEVMGR.DLL" -EXPORTS -DeviceProperties_RunDLLA -DeviceProperties_RunDLLW -DevicePropertiesA -DevicePropertiesW -DeviceManager_ExecuteA -DeviceManager_ExecuteW -DeviceProblemTextA -DeviceProblemTextW -DeviceProblemWizardA -DeviceProblemWizardW -DeviceAdvancedPropertiesA -DeviceAdvancedPropertiesW -DeviceCreateHardwarePage -DeviceCreateHardwarePageEx -DevicePropertiesExA -DevicePropertiesExW -DeviceProblenWizard_RunDLLA -DeviceProblenWizard_RunDLLW -DeviceCreateHardwarePageCustom diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/devobj.def mingw-w64-6.0.0/mingw-w64-crt/lib64/devobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/devobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/devobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ -; -; Definition file of DEVOBJ.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DEVOBJ.dll" -EXPORTS -DevObjBuildClassInfoList -DevObjClassGuidsFromName -DevObjClassNameFromGuid -DevObjCreateDevRegKey -DevObjCreateDeviceInfo -DevObjCreateDeviceInfoList -DevObjCreateDeviceInterface -DevObjCreateDeviceInterfaceRegKey -DevObjDeleteAllInterfacesForDevice -DevObjDeleteDevRegKey -DevObjDeleteDevice -DevObjDeleteDeviceInfo -DevObjDeleteDeviceInterfaceData -DevObjDeleteDeviceInterfaceRegKey -DevObjDestroyDeviceInfoList -DevObjEnumDeviceInfo -DevObjEnumDeviceInterfaces -DevObjGetClassDescription -DevObjGetClassDevs -DevObjGetClassProperty -DevObjGetClassPropertyKeys -DevObjGetClassRegistryProperty -DevObjGetDeviceInfoDetail -DevObjGetDeviceInfoListClass -DevObjGetDeviceInfoListDetail -DevObjGetDeviceInstanceId -DevObjGetDeviceInterfaceAlias -DevObjGetDeviceInterfaceDetail -DevObjGetDeviceInterfaceProperty -DevObjGetDeviceInterfacePropertyKeys -DevObjGetDeviceProperty -DevObjGetDevicePropertyKeys -DevObjGetDeviceRegistryProperty -DevObjLocateDevice -DevObjOpenClassRegKey -DevObjOpenDevRegKey -DevObjOpenDeviceInfo -DevObjOpenDeviceInterface -DevObjOpenDeviceInterfaceRegKey -DevObjRegisterDeviceInfo -DevObjRemoveDeviceInterface -DevObjSetClassProperty -DevObjSetClassRegistryProperty -DevObjSetDeviceInfoDetail -DevObjSetDeviceInterfaceDefault -DevObjSetDeviceInterfaceProperty -DevObjSetDeviceProperty -DevObjSetDeviceRegistryProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/devrtl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/devrtl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/devrtl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/devrtl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of DEVRTL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DEVRTL.dll" -EXPORTS -DevRtlCloseTextLogSection -DevRtlCreateTextLogSectionA -DevRtlCreateTextLogSectionW -DevRtlGetThreadLogToken -DevRtlSetThreadLogToken -DevRtlWriteTextLog -DevRtlWriteTextLogError -NdxTableAddObject -NdxTableAddObjectToList -NdxTableClose -NdxTableFirstObject -NdxTableFirstObjectInList -NdxTableGetObjectName -NdxTableGetObjectType -NdxTableGetObjectTypeCount -NdxTableGetObjectTypeName -NdxTableGetPropertyTypeClass -NdxTableGetPropertyTypeCount -NdxTableGetPropertyTypeName -NdxTableGetPropertyValue -NdxTableNextObject -NdxTableObjectFromName -NdxTableObjectFromPointer -NdxTableOpen -NdxTableRemoveObject -NdxTableRemoveObjectFromList -NdxTableSetObjectPointer -NdxTableSetPropertyValue -NdxTableSetTypeDefinition diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgifps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgifps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgifps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgifps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file dfrgifcPS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dfrgifcPS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DfrgSnap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DfrgSnap.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dfrgui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dfrgui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DfrgUI.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DfrgUI.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dfscli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dfscli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dfscli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dfscli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of dfscli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "dfscli.dll" -EXPORTS -I_NetDfsIsThisADomainName -NetDfsAdd -NetDfsAddFtRoot -NetDfsAddRootTarget -NetDfsAddStdRoot -NetDfsAddStdRootForced -NetDfsEnum -NetDfsGetClientInfo -NetDfsGetDcAddress -NetDfsGetFtContainerSecurity -NetDfsGetInfo -NetDfsGetSecurity -NetDfsGetStdContainerSecurity -NetDfsGetSupportedNamespaceVersion -NetDfsManagerGetConfigInfo -NetDfsManagerInitialize -NetDfsManagerSendSiteInfo -NetDfsMove -NetDfsRemove -NetDfsRemoveFtRoot -NetDfsRemoveFtRootForced -NetDfsRemoveRootTarget -NetDfsRemoveStdRoot -NetDfsRename -NetDfsSetClientInfo -NetDfsSetFtContainerSecurity -NetDfsSetInfo -NetDfsSetSecurity -NetDfsSetStdContainerSecurity diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dfsshlex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dfsshlex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dfsshlex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dfsshlex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DfsShlEx.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DfsShlEx.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dgnet.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dgnet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dgnet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dgnet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file Dgnet.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Dgnet.DLL -EXPORTS -InitHelperDll -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpcsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpcsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpcsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpcsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -; -; Exports of file DHCPCSVC.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DHCPCSVC.DLL -EXPORTS -DhcpAcquireParameters -DhcpAcquireParametersByBroadcast -DhcpCApiCleanup -DhcpCApiInitialize -DhcpDeRegisterOptions -DhcpDeRegisterParamChange -DhcpDelPersistentRequestParams -DhcpEnumClasses -DhcpFallbackRefreshParams -DhcpHandlePnPEvent -DhcpLeaseIpAddress -DhcpLeaseIpAddressEx -DhcpNotifyConfigChange -DhcpNotifyConfigChangeEx -DhcpNotifyMediaReconnected -DhcpOpenGlobalEvent -DhcpPersistentRequestParams -DhcpRegisterOptions -DhcpRegisterParamChange -DhcpReleaseIpAddressLease -DhcpReleaseIpAddressLeaseEx -DhcpReleaseParameters -DhcpRemoveDNSRegistrations -DhcpRenewIpAddressLease -DhcpRenewIpAddressLeaseEx -DhcpRequestOptions -DhcpRequestParams -DhcpStaticRefreshParams -DhcpUndoRequestParams -McastApiCleanup -McastApiStartup -McastEnumerateScopes -McastGenUID -McastReleaseAddress -McastRenewAddress -McastRequestAddress -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file DHCPMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DHCPMON.dll -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dhcpsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dhcpsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,144 +0,0 @@ -; -; Definition file of DHCPSAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DHCPSAPI.DLL" -EXPORTS -DhcpAddMScopeElement -DhcpAddServer -DhcpAddSubnetElement -DhcpAddSubnetElementV4 -DhcpAddSubnetElementV5 -DhcpAddSubnetElementV6 -DhcpAuditLogGetParams -DhcpAuditLogSetParams -DhcpCreateClass -DhcpCreateClassV6 -DhcpCreateClientInfo -DhcpCreateClientInfoV4 -DhcpCreateClientInfoVQ -DhcpCreateOption -DhcpCreateOptionV5 -DhcpCreateOptionV6 -DhcpCreateSubnet -DhcpCreateSubnetV6 -DhcpCreateSubnetVQ -DhcpDeleteClass -DhcpDeleteClassV6 -DhcpDeleteClientInfo -DhcpDeleteClientInfoV6 -DhcpDeleteMClientInfo -DhcpDeleteMScope -DhcpDeleteServer -DhcpDeleteSubnet -DhcpDeleteSubnetV6 -DhcpDeleteSuperScopeV4 -DhcpDsCleanup -DhcpDsClearHostServerEntries -DhcpDsInit -DhcpEnumClasses -DhcpEnumClassesV6 -DhcpEnumMScopeClients -DhcpEnumMScopeElements -DhcpEnumMScopes -DhcpEnumOptionValues -DhcpEnumOptionValuesV5 -DhcpEnumOptionValuesV6 -DhcpEnumOptions -DhcpEnumOptionsV5 -DhcpEnumOptionsV6 -DhcpEnumServers -DhcpEnumSubnetClients -DhcpEnumSubnetClientsV4 -DhcpEnumSubnetClientsV5 -DhcpEnumSubnetClientsV6 -DhcpEnumSubnetClientsVQ -DhcpEnumSubnetElements -DhcpEnumSubnetElementsV4 -DhcpEnumSubnetElementsV5 -DhcpEnumSubnetElementsV6 -DhcpEnumSubnets -DhcpEnumSubnetsV6 -DhcpGetAllOptionValues -DhcpGetAllOptionValuesV6 -DhcpGetAllOptions -DhcpGetAllOptionsV6 -DhcpGetClassInfo -DhcpGetClientInfo -DhcpGetClientInfoV4 -DhcpGetClientInfoV6 -DhcpGetClientInfoVQ -DhcpGetClientOptions -DhcpGetMCastMibInfo -DhcpGetMScopeInfo -DhcpGetMibInfo -DhcpGetMibInfoV6 -DhcpGetMibInfoVQ -DhcpGetOptionInfo -DhcpGetOptionInfoV5 -DhcpGetOptionInfoV6 -DhcpGetOptionValue -DhcpGetOptionValueV5 -DhcpGetOptionValueV6 -DhcpGetServerBindingInfo -DhcpGetServerBindingInfoV6 -DhcpGetServerSpecificStrings -DhcpGetSubnetInfo -DhcpGetSubnetInfoV6 -DhcpGetSubnetInfoVQ -DhcpGetSuperScopeInfoV4 -DhcpGetThreadOptions -DhcpGetVersion -DhcpModifyClass -DhcpModifyClassV6 -DhcpRemoveMScopeElement -DhcpRemoveOption -DhcpRemoveOptionV5 -DhcpRemoveOptionV6 -DhcpRemoveOptionValue -DhcpRemoveOptionValueV5 -DhcpRemoveOptionValueV6 -DhcpRemoveSubnetElement -DhcpRemoveSubnetElementV4 -DhcpRemoveSubnetElementV5 -DhcpRemoveSubnetElementV6 -DhcpRpcFreeMemory -DhcpScanDatabase -DhcpScanMDatabase -DhcpServerAuditlogParamsFree -DhcpServerBackupDatabase -DhcpServerGetConfig -DhcpServerGetConfigV4 -DhcpServerGetConfigV6 -DhcpServerGetConfigVQ -DhcpServerQueryAttribute -DhcpServerQueryAttributes -DhcpServerQueryDnsRegCredentials -DhcpServerRedoAuthorization -DhcpServerRestoreDatabase -DhcpServerSetConfig -DhcpServerSetConfigV4 -DhcpServerSetConfigV6 -DhcpServerSetConfigVQ -DhcpServerSetDnsRegCredentials -DhcpSetClientInfo -DhcpSetClientInfoV4 -DhcpSetClientInfoV6 -DhcpSetClientInfoVQ -DhcpSetMScopeInfo -DhcpSetOptionInfo -DhcpSetOptionInfoV5 -DhcpSetOptionInfoV6 -DhcpSetOptionValue -DhcpSetOptionValueV5 -DhcpSetOptionValueV6 -DhcpSetOptionValues -DhcpSetOptionValuesV5 -DhcpSetServerBindingInfo -DhcpSetServerBindingInfoV6 -DhcpSetSubnetInfo -DhcpSetSubnetInfoV6 -DhcpSetSubnetInfoVQ -DhcpSetSuperScopeV4 -DhcpSetThreadOptions diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/diactfrm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/diactfrm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/diactfrm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/diactfrm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file diactfrm.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY diactfrm.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dimap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dimap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dimap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dimap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file DIMAP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DIMAP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dimsroam.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dimsroam.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dimsroam.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dimsroam.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file dimsroam.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dimsroam.dll -EXPORTS -DimsRoamEntry diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/directdb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/directdb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/directdb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/directdb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DIRECTDB.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DIRECTDB.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/diskcopy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/diskcopy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/diskcopy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/diskcopy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DISKCOPY.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DISKCOPY.dll -EXPORTS -DiskCopyRunDll -DiskCopyRunDllW -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dispex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dispex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dispex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dispex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file DispEx.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DispEx.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dmdlgs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dmdlgs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dmdlgs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dmdlgs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file DMDLGS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DMDLGS.dll -EXPORTS -; public: void __cdecl CDataCache::AddLDMObjMapEntry(struct _LDM_OBJ_MAP_ENTRY * __ptr64) __ptr64 -?AddLDMObjMapEntry@CDataCache@@QEAAXPEAU_LDM_OBJ_MAP_ENTRY@@@Z -; void __cdecl FreeArrayOfStrings(struct arrayOfStrings * __ptr64) -?FreeArrayOfStrings@@YAXPEAUarrayOfStrings@@@Z -; public: unsigned long __cdecl CDataCache::GetDiskCount(void) __ptr64 -?GetDiskCount@CDataCache@@QEAAKXZ -; public: __int64 __cdecl CDMNodeObj::GetLdmObjectId(void) __ptr64 -?GetLdmObjectId@CDMNodeObj@@QEAA_JXZ -; public: unsigned long __cdecl CDMNodeObj::GetNumMembers(void) __ptr64 -?GetNumMembers@CDMNodeObj@@QEAAKXZ -; public: class CWnd * __ptr64 __cdecl CTaskData::GetOcxFrameCWndPtr(void) __ptr64 -?GetOcxFrameCWndPtr@CTaskData@@QEAAPEAVCWnd@@XZ -; public: void __cdecl CTaskData::GetRegionColorStructPtr(struct _REGION_COLORS * __ptr64 * __ptr64,int & __ptr64) __ptr64 -?GetRegionColorStructPtr@CTaskData@@QEAAXPEAPEAU_REGION_COLORS@@AEAH@Z -; public: class CString __cdecl CDataCache::GetServerName(void) __ptr64 -?GetServerName@CDataCache@@QEAA?AVCString@@XZ -; public: unsigned long __cdecl CDataCache::GetVolumeCount(void) __ptr64 -?GetVolumeCount@CDataCache@@QEAAKXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dmintf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dmintf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dmintf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dmintf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file DMINTF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DMINTF.dll -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dmocx.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dmocx.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dmocx.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dmocx.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DMOCX.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DMOCX.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dmserver.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dmserver.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dmserver.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dmserver.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file dmserver.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dmserver.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dmutil.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dmutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dmutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dmutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -; -; Exports of file dmutil.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dmutil.dll -EXPORTS -CoDisableDynamicVolumes -AddEntryBootFileGpt -AddEntryBootFileMbr -DisplayError -DisplayErrorRgszw -DllMain -DmCommonNtOpenFile -DynamicSupport -FTrace -FTraceValist -FreeRgszw -GetErrorData -GetInstallDirectoryPath -GetSystemVolume -IsPersonalSKU -LowAcquirePrivilege -LowGetPartitionInfo -LowNtAddBootEntry -LowNtReadFile -LowNtReadOnlyAttributeOff -LowNtWriteFile -RgszwDupRgszw -RgszwFromArgs -RgszwFromValist -ShowMessage -ShowMessageValist -SzwDupSzw -SzwFromSza -TranslateError diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dnsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dnsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dnsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dnsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,258 +0,0 @@ -; -; Definition file of DNSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DNSAPI.dll" -EXPORTS -AdaptiveTimeout_ClearInterfaceSpecificConfiguration -AdaptiveTimeout_ResetAdaptiveTimeout -AddRefQueryBlobEx -BreakRecordsIntoBlob -Coalesce_UpdateNetVersion -CombineRecordsInBlob -DeRefQueryBlobEx -DelaySortDAServerlist -DnsAcquireContextHandle_A -DnsAcquireContextHandle_W -DnsAllocateRecord -DnsApiAlloc -DnsApiAllocZero -DnsApiFree -DnsApiHeapReset -DnsApiRealloc -DnsApiSetDebugGlobals -DnsAsyncRegisterHostAddrs -DnsAsyncRegisterInit -DnsAsyncRegisterTerm -DnsCancelQuery -DnsCopyStringEx -DnsCreateReverseNameStringForIpAddress -DnsCreateStandardDnsNameCopy -DnsCreateStringCopy -DnsDeRegisterLocal -DnsDhcpRegisterAddrs -DnsDhcpRegisterHostAddrs -DnsDhcpRegisterInit -DnsDhcpRegisterTerm -DnsDhcpRemoveRegistrations -DnsDhcpSrvRegisterHostAddr -DnsDhcpSrvRegisterHostAddrEx -DnsDhcpSrvRegisterHostName -DnsDhcpSrvRegisterHostNameEx -DnsDhcpSrvRegisterInit -DnsDhcpSrvRegisterInitialize -DnsDhcpSrvRegisterTerm -DnsDisableIdnEncoding -DnsDowncaseDnsNameLabel -DnsExtractRecordsFromMessage_UTF8 -DnsExtractRecordsFromMessage_W -DnsFindAuthoritativeZone -DnsFlushResolverCache -DnsFlushResolverCacheEntry_A -DnsFlushResolverCacheEntry_UTF8 -DnsFlushResolverCacheEntry_W -DnsFree -DnsFreeConfigStructure -DnsFreePolicyConfig -DnsFreeProxyName -DnsGetBufferLengthForStringCopy -DnsGetCacheDataTable -DnsGetDnsServerList -DnsGetDomainName -DnsGetLastFailedUpdateInfo -DnsGetPolicyTableInfo -DnsGetPolicyTableInfoPrivate -DnsGetPrimaryDomainName_A -DnsGetProxyInfoPrivate -DnsGetProxyInformation -DnsGetQueryRetryTimeouts -DnsGlobals DATA -DnsIpv6AddressToString -DnsIpv6StringToAddress -DnsIsAMailboxType -DnsIsNSECType -DnsIsStatusRcode -DnsIsStringCountValidForTextType -DnsLogEvent -DnsMapRcodeToStatus -DnsModifyRecordsInSet_A -DnsModifyRecordsInSet_UTF8 -DnsModifyRecordsInSet_W -DnsNameCompareEx_A -DnsNameCompareEx_UTF8 -DnsNameCompareEx_W -DnsNameCompare_A -DnsNameCompare_UTF8 -DnsNameCompare_W -DnsNameCopy -DnsNameCopyAllocate -DnsNetworkInfo_CreateFromFAZ -DnsNetworkInformation_CreateFromFAZ -DnsNotifyResolver -DnsNotifyResolverClusterIp -DnsNotifyResolverEx -DnsQueryConfig -DnsQueryConfigAllocEx -DnsQueryConfigDword -DnsQueryEx -DnsQueryExA -DnsQueryExUTF8 -DnsQueryExW -DnsQuery_A -DnsQuery_UTF8 -DnsQuery_W -DnsRecordBuild_UTF8 -DnsRecordBuild_W -DnsRecordCompare -DnsRecordCopyEx -DnsRecordListFree -DnsRecordListUnmapV4MappedAAAAInPlace -DnsRecordSetCompare -DnsRecordSetCopyEx -DnsRecordSetDetach -DnsRecordStringForType -DnsRecordStringForWritableType -DnsRecordTypeForName -DnsRegisterLocal -DnsReleaseContextHandle -DnsRemoveRegistrations -DnsReplaceRecordSetA -DnsReplaceRecordSetUTF8 -DnsReplaceRecordSetW -DnsResetQueryRetryTimeouts -DnsResolverOp -DnsScreenLocalAddrsForRegistration -DnsServiceBrowse -DnsServiceBrowseCancel -DnsServiceConstructInstance -DnsServiceCopyInstance -DnsServiceDeRegister -DnsServiceFreeInstance -DnsServiceRegister -DnsServiceRegisterCancel -DnsServiceResolve -DnsServiceResolveCancel -DnsSetConfigDword -DnsSetQueryRetryTimeouts -DnsStartMulticastQuery -DnsStatusString -DnsStopMulticastQuery -DnsStringCopyAllocateEx -DnsTraceServerConfig -DnsUnicodeToUtf8 -DnsUpdate -DnsUpdateMachinePresence -DnsUpdateTest_A -DnsUpdateTest_UTF8 -DnsUpdateTest_W -DnsUtf8ToUnicode -DnsValidateNameOrIp_TempW -DnsValidateName_A -DnsValidateName_UTF8 -DnsValidateName_W -DnsValidateServerArray_A -DnsValidateServerArray_W -DnsValidateServerStatus -DnsValidateServer_A -DnsValidateServer_W -DnsValidateUtf8Byte -DnsWriteQuestionToBuffer_UTF8 -DnsWriteQuestionToBuffer_W -DnsWriteReverseNameStringForIpAddress -Dns_AddRecordsToMessage -Dns_AllocateMsgBuf -Dns_BuildPacket -Dns_CacheServiceCleanup -Dns_CacheServiceInit -Dns_CacheServiceStopIssued -Dns_CleanupWinsock -Dns_CloseConnection -Dns_CloseSocket -Dns_CreateMulticastSocket -Dns_CreateSocket -Dns_CreateSocketEx -Dns_ExtractRecordsFromMessage -Dns_FindAuthoritativeZoneLib -Dns_FreeMsgBuf -Dns_GetRandomXid -Dns_InitializeMsgBuf -Dns_InitializeMsgRemoteSockaddr -Dns_InitializeWinsock -Dns_OpenTcpConnectionAndSend -Dns_ParseMessage -Dns_ParsePacketRecord -Dns_PingAdapterServers -Dns_ReadPacketName -Dns_ReadPacketNameAllocate -Dns_ReadRecordStructureFromPacket -Dns_RecvTcp -Dns_ResetNetworkInfo -Dns_SendAndRecvUdp -Dns_SendEx -Dns_SetRecordDatalength -Dns_SetRecordsSection -Dns_SetRecordsTtl -Dns_SkipPacketName -Dns_SkipToRecord -Dns_UpdateLib -Dns_UpdateLibEx -Dns_WriteDottedNameToPacket -Dns_WriteQuestionToMessage -Dns_WriteRecordStructureToPacketEx -ExtraInfo_Init -Faz_AreServerListsInSameNameSpace -FlushDnsPolicyUnreachableStatus -GetCurrentTimeInSeconds -HostsFile_Close -HostsFile_Open -HostsFile_ReadLine -IpHelp_IsAddrOnLink -Local_GetRecordsForLocalName -Local_GetRecordsForLocalNameEx -NetInfo_Build -NetInfo_Clean -NetInfo_Copy -NetInfo_CopyNetworkIndex -NetInfo_CreatePerNetworkNetinfo -NetInfo_Free -NetInfo_GetAdapterByAddress -NetInfo_GetAdapterByInterfaceIndex -NetInfo_GetAdapterByName -NetInfo_IsAddrConfig -NetInfo_IsForUpdate -NetInfo_IsTcpipConfigChange -NetInfo_ResetServerPriorities -NetInfo_UpdateDnsInterfaceConfigChange -NetInfo_UpdateNetworkProperties -NetInfo_UpdateServerReachability -QueryDirectEx -Query_Cancel -Query_Main -Reg_FreeUpdateInfo -Reg_GetValueEx -Reg_ReadGlobalsEx -Reg_ReadUpdateInfo -Security_ContextListTimeout -Send_AndRecvUdpWithParam -Send_MessagePrivate -Send_MessagePrivateEx -Send_OpenTcpConnectionAndSend -Socket_CacheCleanup -Socket_CacheInit -Socket_CleanupWinsock -Socket_ClearMessageSockets -Socket_CloseEx -Socket_CloseMessageSockets -Socket_Create -Socket_CreateMulticast -Socket_InitWinsock -Socket_JoinMulticast -Socket_RecvFrom -Socket_SetMulticastInterface -Socket_SetMulticastLoopBack -Socket_SetTtl -Socket_TcpListen -Trace_Reset -Update_ReplaceAddressRecordsW -Util_IsIp6Running diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dnsrslvr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dnsrslvr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dnsrslvr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dnsrslvr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file dnsrslvr.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dnsrslvr.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/docprop2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/docprop2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/docprop2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/docprop2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DOCPROP2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DOCPROP2.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/docprop.def mingw-w64-6.0.0/mingw-w64-crt/lib64/docprop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/docprop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/docprop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file DOCPROP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DOCPROP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dpapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dpapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Definition file of DPAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DPAPI.dll" +EXPORTS +CryptProtectDataNoUI +CryptProtectMemory +CryptResetMachineCredentials +CryptUnprotectDataNoUI +CryptUnprotectMemory +CryptUpdateProtectedState +iCryptIdentifyProtection diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dpnhpast.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dpnhpast.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dpnhpast.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dpnhpast.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DPNHPAST.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DPNHPAST.dll -EXPORTS -DllRegisterServer -DllCanUnloadNow -DllGetClassObject -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dpvacm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dpvacm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dpvacm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dpvacm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DPVACM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DPVACM.dll -EXPORTS -DllRegisterServer -DllCanUnloadNow -DllGetClassObject -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dpvvox.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dpvvox.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dpvvox.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dpvvox.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DPVVOX.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DPVVOX.dll -EXPORTS -DllRegisterServer -DllCanUnloadNow -DllGetClassObject -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/drprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/drprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/drprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/drprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Exports of file drprov.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY drprov.dll -EXPORTS -NPAddConnection -NPAddConnection3 -NPCancelConnection -NPCloseEnum -NPEnumResource -NPGetCaps -NPGetConnection -NPGetResourceInformation -NPGetResourceParent -NPGetUniversalName -NPOpenEnum diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsauth.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsauth.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsauth.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsauth.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Exports of file DSAUTH.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSAUTH.dll -EXPORTS -DhcpAddServerDS -DhcpDeleteServerDS -DhcpDsAddServer -DhcpDsCleanupDS -DhcpDsDelServer -DhcpDsEnumServers -DhcpDsGetAttribs -DhcpDsGetLists -DhcpDsGetRoot -DhcpDsInitDS -DhcpDsSetLists -DhcpDsValidateService -DhcpEnumServersDS -StoreBeginSearch -StoreCleanupHandle -StoreCollectAttributes -StoreCreateObjectVA -StoreDeleteObject -StoreEndSearch -StoreGetHandle -StoreInitHandle -StoreSearchGetNext -StoreSetSearchOneLevel -StoreSetSearchSubTree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsdmo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsdmo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsdmo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsdmo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file dsdmo.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsdmo.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsdmoprp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsdmoprp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsdmoprp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsdmoprp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file dsdmoprp.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsdmoprp.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dskquota.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dskquota.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dskquota.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dskquota.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file DSKQUOTA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSKQUOTA.dll -EXPORTS -ProcessGroupPolicy -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dskquoui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dskquoui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dskquoui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dskquoui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DSKQUOUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSKQUOUI.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsound.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsound.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsound.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsound.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Exports of file DSOUND.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSOUND.dll -EXPORTS -DirectSoundCreate -DirectSoundEnumerateA -DirectSoundEnumerateW -DllCanUnloadNow -DllGetClassObject -DirectSoundCaptureCreate -DirectSoundCaptureEnumerateA -DirectSoundCaptureEnumerateW -GetDeviceID -DirectSoundFullDuplexCreate -DirectSoundCreate8 -DirectSoundCaptureCreate8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsprop.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsprop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsprop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsprop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Exports of file dsprop.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsprop.dll -EXPORTS -CheckADsError -CrackName -DSPROP_GetGCSearchOnDomain -ErrMsg -ErrMsgParam -FindSheet -MsgBox -ReportError -Smart_PADS_ATTR_INFO__Empty -ADsPropCheckIfWritable -ADsPropCreateNotifyObj -ADsPropGetInitInfo -ADsPropSendErrorMessage -ADsPropSetHwnd -ADsPropSetHwndWithTitle -ADsPropShowErrorDialog -BringSheetToForeground -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -IsSheetAlreadyUp -PostADsPropSheet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file dsprov.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsprov.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsquery.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsquery.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsquery.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsquery.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file dsquery.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsquery.dll -EXPORTS -OpenSavedDsQuery -OpenSavedDsQueryW -OpenQueryWindow -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsrole.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsrole.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsrole.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsrole.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of dsrole.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "dsrole.dll" -EXPORTS -DsRoleAbortDownlevelServerUpgrade -DsRoleCancel -DsRoleDcAsDc -DsRoleDcAsReplica -DsRoleDemoteDc -DsRoleDnsNameToFlatName -DsRoleFreeMemory -DsRoleGetDatabaseFacts -DsRoleGetDcOperationProgress -DsRoleGetDcOperationResults -DsRoleGetPrimaryDomainInformation -DsRoleIfmHandleFree -DsRoleServerSaveStateForUpgrade -DsRoleUpgradeDownlevelServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dssec.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dssec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dssec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dssec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file DSSEC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSSEC.dll -EXPORTS -DSCreateISecurityInfoObject -DSCreateSecurityPage -DSEditSecurity -DSCreateISecurityInfoObjectEx -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dssenh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dssenh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dssenh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dssenh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Exports of file DSSENH.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DSSENH.dll -EXPORTS -CPAcquireContext -CPCreateHash -CPDecrypt -CPDeriveKey -CPDestroyHash -CPDestroyKey -CPDuplicateHash -CPDuplicateKey -CPEncrypt -CPExportKey -CPGenKey -CPGenRandom -CPGetHashParam -CPGetKeyParam -CPGetProvParam -CPGetUserKey -CPHashData -CPHashSessionKey -CPImportKey -CPReleaseContext -CPSetHashParam -CPSetKeyParam -CPSetProvParam -CPSignHash -CPVerifySignature -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dsuiext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dsuiext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dsuiext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dsuiext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file dsuiext.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dsuiext.dll -EXPORTS -DsBrowseForContainerA -DsBrowseForContainerW -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer -DsGetIcon -DsGetFriendlyClassName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/duser.def mingw-w64-6.0.0/mingw-w64-crt/lib64/duser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/duser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/duser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ -; -; Exports of file DUSER.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DUSER.dll -EXPORTS -DUserCastHandle -DUserDeleteGadget -GetStdColorBrushF -GetStdColorF -GetStdColorPenF -UtilDrawOutlineRect -AddGadgetMessageHandler -AttachWndProcA -AttachWndProcW -AutoTrace -BeginTransition -BuildAnimation -BuildDropTarget -BuildInterpolation -CreateAction -CreateGadget -CreateTransition -DUserBuildGadget -DUserCastClass -DUserCastDirect -DUserFindClass -DUserGetAlphaPRID -DUserGetGutsData -DUserGetRectPRID -DUserGetRotatePRID -DUserGetScalePRID -DUserInstanceOf -DUserPostEvent -DUserPostMethod -DUserRegisterGuts -DUserRegisterStub -DUserRegisterSuper -DUserSendEvent -DUserSendMethod -DUserStopAnimation -DeleteHandle -DetachWndProc -DllMain -DrawGadgetTree -EndTransition -EnumGadgets -FindGadgetFromPoint -FindGadgetMessages -FindStdColor -FireGadgetMessages -ForwardGadgetMessage -GetActionTimeslice -GetDebug -GetGadget -GetGadgetAnimation -GetGadgetBufferInfo -GetGadgetCenterPoint -GetGadgetFocus -GetGadgetMessageFilter -GetGadgetProperty -GetGadgetRect -GetGadgetRgn -GetGadgetRootInfo -GetGadgetRotation -GetGadgetScale -GetGadgetSize -GetGadgetStyle -GetGadgetTicket -GetMessageExA -GetMessageExW -GetStdColorBrushI -GetStdColorI -GetStdColorName -GetStdColorPenI -GetStdPalette -GetTransitionInterface -InitGadgetComponent -InitGadgets -InvalidateGadget -IsGadgetParentChainStyle -IsInsideContext -IsStartDelete -LookupGadgetTicket -MapGadgetPoints -PeekMessageExA -PeekMessageExW -PlayTransition -PrintTransition -RegisterGadgetMessage -RegisterGadgetMessageString -RegisterGadgetProperty -RemoveGadgetMessageHandler -RemoveGadgetProperty -SetActionTimeslice -SetGadgetBufferInfo -SetGadgetCenterPoint -SetGadgetFillF -SetGadgetFillI -SetGadgetFocus -SetGadgetMessageFilter -SetGadgetOrder -SetGadgetParent -SetGadgetProperty -SetGadgetRect -SetGadgetRootInfo -SetGadgetRotation -SetGadgetScale -SetGadgetStyle -UninitGadgetComponent -UnregisterGadgetMessage -UnregisterGadgetMessageString -UnregisterGadgetProperty -UtilBuildFont -UtilDrawBlendRect -UtilGetColor -UtilSetBackground -WaitMessageEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dwmapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dwmapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dwmapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dwmapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file dwmapi.dll -; -LIBRARY dwmapi.dll -EXPORTS -DwmAttachMilContent -DwmDefWindowProc -DwmDetachMilContent -DwmEnableBlurBehindWindow -DwmEnableComposition -DwmEnableMMCSS -DwmExtendFrameIntoClientArea -DwmFlush -DwmGetColorizationColor -DwmGetCompositionTimingInfo -DwmGetGraphicsStreamClient -DwmGetGraphicsStreamTransformHint -DwmGetTransportAttributes -DwmGetWindowAttribute -DwmIsCompositionEnabled -DwmModifyPreviousDxFrameDuration -DwmQueryThumbnailSourceSize -DwmRegisterThumbnail -DwmSetDxFrameDuration -DwmSetPresentParameters -DwmSetWindowAttribute -DwmUnregisterThumbnail -DwmUpdateThumbnailProperties - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dwrite.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dwrite.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dwrite.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dwrite.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DWrite.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "DWrite.dll" -EXPORTS -DWriteCreateFactory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dxdiagn.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dxdiagn.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dxdiagn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dxdiagn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file DxDiagn.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY DxDiagn.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dxgi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dxgi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dxgi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dxgi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of dxgi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "dxgi.dll" -EXPORTS -D3DKMTCloseAdapter -D3DKMTDestroyAllocation -D3DKMTDestroyContext -D3DKMTDestroyDevice -D3DKMTDestroySynchronizationObject -D3DKMTQueryAdapterInfo -D3DKMTSetDisplayPrivateDriverFormat -D3DKMTSignalSynchronizationObject -D3DKMTUnlock -DXGIDumpJournal -OpenAdapter10 -OpenAdapter10_2 -CreateDXGIFactory -CreateDXGIFactory1 -D3DKMTCreateAllocation -D3DKMTCreateContext -D3DKMTCreateDevice -D3DKMTCreateSynchronizationObject -D3DKMTEscape -D3DKMTGetContextSchedulingPriority -D3DKMTGetDeviceState -D3DKMTGetDisplayModeList -D3DKMTGetMultisampleMethodList -D3DKMTGetRuntimeData -D3DKMTGetSharedPrimaryHandle -D3DKMTLock -D3DKMTOpenAdapterFromHdc -D3DKMTOpenResource -D3DKMTPresent -D3DKMTQueryAllocationResidency -D3DKMTQueryResourceInfo -D3DKMTRender -D3DKMTSetAllocationPriority -D3DKMTSetContextSchedulingPriority -D3DKMTSetDisplayMode -D3DKMTSetGammaRamp -D3DKMTSetVidPnSourceOwner -D3DKMTWaitForSynchronizationObject -D3DKMTWaitForVerticalBlankEvent -DXGID3D10CreateDevice -DXGID3D10CreateLayeredDevice -DXGID3D10GetLayeredDeviceSize -DXGID3D10RegisterLayers -DXGIReportAdapterConfiguration diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dxtmsft.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dxtmsft.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dxtmsft.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dxtmsft.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file dxtmsft.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dxtmsft.dll -EXPORTS -DllCanUnloadNow -DllEnumClassObjects -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dxtrans.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dxtrans.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dxtrans.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dxtrans.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Exports of file dxtrans.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY dxtrans.dll -EXPORTS -; void __cdecl DXConstOverArray(class DXPMSAMPLE * __ptr64,class DXPMSAMPLE const & __ptr64,unsigned long) -?DXConstOverArray@@YAXPEAVDXPMSAMPLE@@AEBV1@K@Z -; void __cdecl DXConstUnderArray(class DXPMSAMPLE * __ptr64,class DXPMSAMPLE const & __ptr64,unsigned long) -?DXConstUnderArray@@YAXPEAVDXPMSAMPLE@@AEBV1@K@Z -; void __cdecl DXDitherArray(struct DXDITHERDESC const * __ptr64) -?DXDitherArray@@YAXPEBUDXDITHERDESC@@@Z -; void __cdecl DXLinearInterpolateArray(class DXBASESAMPLE const * __ptr64,struct DXLIMAPINFO * __ptr64,class DXBASESAMPLE * __ptr64,unsigned long) -?DXLinearInterpolateArray@@YAXPEBVDXBASESAMPLE@@PEAUDXLIMAPINFO@@PEAV1@K@Z -; void __cdecl DXOverArray(class DXPMSAMPLE * __ptr64,class DXPMSAMPLE const * __ptr64,unsigned long) -?DXOverArray@@YAXPEAVDXPMSAMPLE@@PEBV1@K@Z -; void __cdecl DXOverArrayMMX(class DXPMSAMPLE * __ptr64,class DXPMSAMPLE const * __ptr64,unsigned long) -?DXOverArrayMMX@@YAXPEAVDXPMSAMPLE@@PEBV1@K@Z -DllCanUnloadNow -DllEnumClassObjects -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/dxva2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/dxva2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/dxva2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/dxva2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -; -; Definition file of dxva2.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "dxva2.dll" -EXPORTS -CapabilitiesRequestAndCapabilitiesReply -DXVA2CreateDirect3DDeviceManager9 -DXVA2CreateVideoService -DegaussMonitor -DestroyPhysicalMonitor -DestroyPhysicalMonitors -GetCapabilitiesStringLength -GetMonitorBrightness -GetMonitorCapabilities -GetMonitorColorTemperature -GetMonitorContrast -GetMonitorDisplayAreaPosition -GetMonitorDisplayAreaSize -GetMonitorRedGreenOrBlueDrive -GetMonitorRedGreenOrBlueGain -GetMonitorTechnologyType -GetNumberOfPhysicalMonitorsFromHMONITOR -GetNumberOfPhysicalMonitorsFromIDirect3DDevice9 -GetPhysicalMonitorsFromHMONITOR -GetPhysicalMonitorsFromIDirect3DDevice9 -GetTimingReport -GetVCPFeatureAndVCPFeatureReply -OPMGetVideoOutputsFromHMONITOR -OPMGetVideoOutputsFromIDirect3DDevice9Object -RestoreMonitorFactoryColorDefaults -RestoreMonitorFactoryDefaults -SaveCurrentMonitorSettings -SaveCurrentSettings -SetMonitorBrightness -SetMonitorColorTemperature -SetMonitorContrast -SetMonitorDisplayAreaPosition -SetMonitorDisplayAreaSize -SetMonitorRedGreenOrBlueDrive -SetMonitorRedGreenOrBlueGain -SetVCPFeature -UABGetCertificate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/eappcfg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/eappcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/eappcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/eappcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of eappcfg.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "eappcfg.dll" -EXPORTS -EapHostPeerConfigBlob2Xml -EapHostPeerConfigXml2Blob -EapHostPeerCredentialsXml2Blob -EapHostPeerFreeErrorMemory -EapHostPeerFreeMemory -EapHostPeerGetMethods -EapHostPeerInvokeConfigUI -EapHostPeerInvokeIdentityUI -EapHostPeerInvokeInteractiveUI -EapHostPeerQueryCredentialInputFields -EapHostPeerQueryInteractiveUIInputFields -EapHostPeerQueryUIBlobFromInteractiveUIInputFields -EapHostPeerQueryUserBlobFromCredentialInputFields diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/eappgnui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/eappgnui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/eappgnui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/eappgnui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of GenericUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "GenericUI.dll" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -EapPeerFreeErrorMemory -EapPeerFreeMemory -EapPeerInvokeIdentityUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/eapphost.def mingw-w64-6.0.0/mingw-w64-crt/lib64/eapphost.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/eapphost.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/eapphost.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of eapphost.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "eapphost.dll" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -InitializeEapHost -UninitializeEapHost diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/eappprxy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/eappprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/eappprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/eappprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of eappprxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "eappprxy.dll" -EXPORTS -EapHostPeerBeginSession -EapHostPeerClearConnection -EapHostPeerEndSession -EapHostPeerFreeEapError -EapHostPeerFreeRuntimeMemory -EapHostPeerGetAuthStatus -EapHostPeerGetIdentity -EapHostPeerGetResponseAttributes -EapHostPeerGetResult -EapHostPeerGetSendPacket -EapHostPeerGetUIContext -EapHostPeerInitialize -EapHostPeerProcessReceivedPacket -EapHostPeerSetResponseAttributes -EapHostPeerSetUIContext -EapHostPeerUninitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/efsadu.def mingw-w64-6.0.0/mingw-w64-crt/lib64/efsadu.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/efsadu.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/efsadu.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file EFSADU.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY EFSADU.dll -EXPORTS -AddUserToObjectW -BackCurrentEfsCert -EfsDetail diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/elscore.def mingw-w64-6.0.0/mingw-w64-crt/lib64/elscore.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/elscore.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/elscore.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of elscore.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "elscore.dll" -EXPORTS -MappingDoAction -MappingFreePropertyBag -MappingFreeServices -MappingGetServices -MappingRecognizeText diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/els.def mingw-w64-6.0.0/mingw-w64-crt/lib64/els.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/els.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/els.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file els.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY els.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/encapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/encapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/encapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/encapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file encapi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY encapi.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ersvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ersvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ersvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ersvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file ersvc.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ersvc.DLL -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/esentprf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/esentprf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/esentprf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/esentprf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file ESENTPRF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ESENTPRF.dll -EXPORTS -ClosePerformanceData -CollectPerformanceData -OpenPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/esscli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/esscli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/esscli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/esscli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,338 +0,0 @@ -; -; Exports of file esscli.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY esscli.dll -EXPORTS -; public: __cdecl CClassInfoArray::CClassInfoArray(void) __ptr64 -??0CClassInfoArray@@QEAA@XZ -; public: __cdecl CClassInformation::CClassInformation(struct CClassInformation const & __ptr64) __ptr64 -??0CClassInformation@@QEAA@AEBU0@@Z -; public: __cdecl CClassInformation::CClassInformation(void) __ptr64 -??0CClassInformation@@QEAA@XZ -; public: __cdecl CContextMetaData::CContextMetaData(class CMetaData * __ptr64,struct IWbemContext * __ptr64) __ptr64 -??0CContextMetaData@@QEAA@PEAVCMetaData@@PEAUIWbemContext@@@Z -; public: __cdecl CEvalNode::CEvalNode(class CEvalNode const & __ptr64) __ptr64 -??0CEvalNode@@QEAA@AEBV0@@Z -; public: __cdecl CEvalNode::CEvalNode(void) __ptr64 -??0CEvalNode@@QEAA@XZ -; public: __cdecl CEvalTree::CEvalTree(class CEvalTree const & __ptr64) __ptr64 -??0CEvalTree@@QEAA@AEBV0@@Z -; public: __cdecl CEvalTree::CEvalTree(void) __ptr64 -??0CEvalTree@@QEAA@XZ -; public: __cdecl CMetaData::CMetaData(class CMetaData const & __ptr64) __ptr64 -??0CMetaData@@QEAA@AEBV0@@Z -; public: __cdecl CMetaData::CMetaData(void) __ptr64 -??0CMetaData@@QEAA@XZ -; public: __cdecl CObjectInfo::CObjectInfo(void) __ptr64 -??0CObjectInfo@@QEAA@XZ -; public: __cdecl CPropertyProjectionFilter::CPropertyProjectionFilter(class CPropertyProjectionFilter const & __ptr64) __ptr64 -??0CPropertyProjectionFilter@@QEAA@AEBV0@@Z -; public: __cdecl CPropertyProjectionFilter::CPropertyProjectionFilter(void) __ptr64 -??0CPropertyProjectionFilter@@QEAA@XZ -; public: __cdecl CReuseMemoryManager::CReuseMemoryManager(unsigned __int64,unsigned __int64) __ptr64 -??0CReuseMemoryManager@@QEAA@_K0@Z -; public: __cdecl CSortedArray::CSortedArray(class CSortedArray & __ptr64) __ptr64 -??0CSortedArray@@QEAA@AEAV0@@Z -; public: __cdecl CSortedArray::CSortedArray(int,int) __ptr64 -??0CSortedArray@@QEAA@HH@Z -; public: __cdecl CSortedArray::CSortedArray(unsigned int,unsigned __int64 * __ptr64) __ptr64 -??0CSortedArray@@QEAA@IPEA_K@Z -; public: __cdecl CStandardMetaData::CStandardMetaData(class CStandardMetaData const & __ptr64) __ptr64 -??0CStandardMetaData@@QEAA@AEBV0@@Z -; public: __cdecl CStandardMetaData::CStandardMetaData(struct IWbemServices * __ptr64) __ptr64 -??0CStandardMetaData@@QEAA@PEAUIWbemServices@@@Z -; public: __cdecl CTempMemoryManager::CTempMemoryManager(void) __ptr64 -??0CTempMemoryManager@@QEAA@XZ -; public: __cdecl CTimeKeeper::CTimeKeeper(void) __ptr64 -??0CTimeKeeper@@QEAA@XZ -; public: __cdecl CClassInfoArray::~CClassInfoArray(void) __ptr64 -??1CClassInfoArray@@QEAA@XZ -; public: __cdecl CClassInformation::~CClassInformation(void) __ptr64 -??1CClassInformation@@QEAA@XZ -; public: __cdecl CContextMetaData::~CContextMetaData(void) __ptr64 -??1CContextMetaData@@QEAA@XZ -; public: virtual __cdecl CEvalNode::~CEvalNode(void) __ptr64 -??1CEvalNode@@UEAA@XZ -; public: __cdecl CEvalTree::~CEvalTree(void) __ptr64 -??1CEvalTree@@QEAA@XZ -; public: virtual __cdecl CMetaData::~CMetaData(void) __ptr64 -??1CMetaData@@UEAA@XZ -; public: __cdecl CObjectInfo::~CObjectInfo(void) __ptr64 -??1CObjectInfo@@QEAA@XZ -; public: __cdecl CPropertyProjectionFilter::~CPropertyProjectionFilter(void) __ptr64 -??1CPropertyProjectionFilter@@QEAA@XZ -; public: __cdecl CReuseMemoryManager::~CReuseMemoryManager(void) __ptr64 -??1CReuseMemoryManager@@QEAA@XZ -; public: __cdecl CSortedArray::~CSortedArray(void) __ptr64 -??1CSortedArray@@QEAA@XZ -; public: virtual __cdecl CStandardMetaData::~CStandardMetaData(void) __ptr64 -??1CStandardMetaData@@UEAA@XZ -; public: __cdecl CTempMemoryManager::~CTempMemoryManager(void) __ptr64 -??1CTempMemoryManager@@QEAA@XZ -; public: __cdecl CTimeKeeper::~CTimeKeeper(void) __ptr64 -??1CTimeKeeper@@QEAA@XZ -; public: bool __cdecl CClassInfoArray::operator=(class CClassInfoArray & __ptr64) __ptr64 -??4CClassInfoArray@@QEAA_NAEAV0@@Z -; public: struct CClassInformation & __ptr64 __cdecl CClassInformation::operator=(struct CClassInformation const & __ptr64) __ptr64 -??4CClassInformation@@QEAAAEAU0@AEBU0@@Z -; public: class CContextMetaData & __ptr64 __cdecl CContextMetaData::operator=(class CContextMetaData const & __ptr64) __ptr64 -??4CContextMetaData@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl CEvalTree::operator=(class CEvalTree const & __ptr64) __ptr64 -??4CEvalTree@@QEAAXAEBV0@@Z -; public: class CMetaData & __ptr64 __cdecl CMetaData::operator=(class CMetaData const & __ptr64) __ptr64 -??4CMetaData@@QEAAAEAV0@AEBV0@@Z -; public: class CObjectInfo & __ptr64 __cdecl CObjectInfo::operator=(class CObjectInfo const & __ptr64) __ptr64 -??4CObjectInfo@@QEAAAEAV0@AEBV0@@Z -; public: class CPropertyProjectionFilter & __ptr64 __cdecl CPropertyProjectionFilter::operator=(class CPropertyProjectionFilter const & __ptr64) __ptr64 -??4CPropertyProjectionFilter@@QEAAAEAV0@AEBV0@@Z -; public: class CQueryAnalyser & __ptr64 __cdecl CQueryAnalyser::operator=(class CQueryAnalyser const & __ptr64) __ptr64 -??4CQueryAnalyser@@QEAAAEAV0@AEBV0@@Z -; public: class CReuseMemoryManager & __ptr64 __cdecl CReuseMemoryManager::operator=(class CReuseMemoryManager const & __ptr64) __ptr64 -??4CReuseMemoryManager@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl CSortedArray::operator=(class CSortedArray const & __ptr64) __ptr64 -??4CSortedArray@@QEAAXAEBV0@@Z -; public: class CStandardMetaData & __ptr64 __cdecl CStandardMetaData::operator=(class CStandardMetaData const & __ptr64) __ptr64 -??4CStandardMetaData@@QEAAAEAV0@AEBV0@@Z -; public: class CTempMemoryManager & __ptr64 __cdecl CTempMemoryManager::operator=(class CTempMemoryManager const & __ptr64) __ptr64 -??4CTempMemoryManager@@QEAAAEAV0@AEBV0@@Z -; public: class CTimeKeeper & __ptr64 __cdecl CTimeKeeper::operator=(class CTimeKeeper const & __ptr64) __ptr64 -??4CTimeKeeper@@QEAAAEAV0@AEBV0@@Z -; const CEvalNode::`vftable' -??_7CEvalNode@@6B@ -; const CMetaData::`vftable' -??_7CMetaData@@6B@ -; const CPropertyProjectionFilter::`vftable' -??_7CPropertyProjectionFilter@@6B@ -; const CStandardMetaData::`vftable' -??_7CStandardMetaData@@6B@ -; public: void __cdecl CSortedArray::`default constructor closure'(void) __ptr64 -??_FCSortedArray@@QEAAXXZ -; public: int __cdecl CSortedArray::Add(unsigned __int64) __ptr64 -?Add@CSortedArray@@QEAAH_K@Z -; public: bool __cdecl CClassInfoArray::AddClass(struct CClassInformation * __ptr64) __ptr64 -?AddClass@CClassInfoArray@@QEAA_NPEAUCClassInformation@@@Z -; public: int __cdecl CSortedArray::AddDataFrom(class CSortedArray const & __ptr64) __ptr64 -?AddDataFrom@CSortedArray@@QEAAHAEBV1@@Z -; public: int __cdecl CSortedArray::AddDataFrom(unsigned __int64 const * __ptr64,unsigned int) __ptr64 -?AddDataFrom@CSortedArray@@QEAAHPEB_KI@Z -; public: bool __cdecl CPropertyProjectionFilter::AddProperty(class CPropertyName const & __ptr64) __ptr64 -?AddProperty@CPropertyProjectionFilter@@QEAA_NAEBVCPropertyName@@@Z -; public: virtual unsigned long __cdecl CMetaData::AddRef(void) __ptr64 -?AddRef@CMetaData@@UEAAKXZ -; public: void * __ptr64 __cdecl CReuseMemoryManager::Allocate(void) __ptr64 -?Allocate@CReuseMemoryManager@@QEAAPEAXXZ -; public: void * __ptr64 __cdecl CTempMemoryManager::Allocate(unsigned __int64) __ptr64 -?Allocate@CTempMemoryManager@@QEAAPEAX_K@Z -; protected: static long __cdecl CQueryAnalyser::AndDefiniteClassArrays(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?AndDefiniteClassArrays@CQueryAnalyser@@KAJPEAVCClassInfoArray@@00@Z -; protected: static long __cdecl CQueryAnalyser::AndPossibleClassArrays(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?AndPossibleClassArrays@CQueryAnalyser@@KAJPEAVCClassInfoArray@@00@Z -; protected: static long __cdecl CQueryAnalyser::AndQueryExpressions(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64) -?AndQueryExpressions@CQueryAnalyser@@KAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@00@Z -; protected: static void __cdecl CQueryAnalyser::AppendQueryExpression(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64) -?AppendQueryExpression@CQueryAnalyser@@KAXPEAUQL_LEVEL_1_RPN_EXPRESSION@@0@Z -; public: long __cdecl CEvalTree::ApplyPredicate(class CLeafPredicate * __ptr64) __ptr64 -?ApplyPredicate@CEvalTree@@QEAAJPEAVCLeafPredicate@@@Z -; public: static long __cdecl CEvalTree::BuildFromToken(class CContextMetaData * __ptr64,class CImplicationList & __ptr64,struct QL_LEVEL_1_TOKEN & __ptr64,class CEvalNode * __ptr64 * __ptr64) -?BuildFromToken@CEvalTree@@SAJPEAVCContextMetaData@@AEAVCImplicationList@@AEAUQL_LEVEL_1_TOKEN@@PEAPEAVCEvalNode@@@Z -; public: static long __cdecl CEvalTree::BuildTwoPropFromToken(class CContextMetaData * __ptr64,class CImplicationList & __ptr64,struct QL_LEVEL_1_TOKEN & __ptr64,class CEvalNode * __ptr64 * __ptr64) -?BuildTwoPropFromToken@CEvalTree@@SAJPEAVCContextMetaData@@AEAVCImplicationList@@AEAUQL_LEVEL_1_TOKEN@@PEAPEAVCEvalNode@@@Z -; public: static long __cdecl CQueryAnalyser::CanPointToClass(struct IWbemClassObject * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,class CContextMetaData * __ptr64) -?CanPointToClass@CQueryAnalyser@@SAJPEAUIWbemClassObject@@PEBG1PEAVCContextMetaData@@@Z -; public: void __cdecl CClassInfoArray::Clear(void) __ptr64 -?Clear@CClassInfoArray@@QEAAXXZ -; public: bool __cdecl CEvalTree::Clear(void) __ptr64 -?Clear@CEvalTree@@QEAA_NXZ -; public: void __cdecl CObjectInfo::Clear(void) __ptr64 -?Clear@CObjectInfo@@QEAAXXZ -; public: void __cdecl CReuseMemoryManager::Clear(void) __ptr64 -?Clear@CReuseMemoryManager@@QEAAXXZ -; public: void __cdecl CStandardMetaData::Clear(void) __ptr64 -?Clear@CStandardMetaData@@QEAAXXZ -; public: void __cdecl CTempMemoryManager::Clear(void) __ptr64 -?Clear@CTempMemoryManager@@QEAAXXZ -; public: static class CEvalNode * __ptr64 __cdecl CEvalNode::CloneNode(class CEvalNode const * __ptr64) -?CloneNode@CEvalNode@@SAPEAV1@PEBV1@@Z -; public: static long __cdecl CEvalTree::Combine(class CEvalNode * __ptr64,class CEvalNode * __ptr64,int,class CContextMetaData * __ptr64,class CImplicationList & __ptr64,bool,bool,class CEvalNode * __ptr64 * __ptr64) -?Combine@CEvalTree@@SAJPEAVCEvalNode@@0HPEAVCContextMetaData@@AEAVCImplicationList@@_N3PEAPEAV2@@Z -; protected: static long __cdecl CEvalTree::CombineLeafWithBranch(class CValueNode * __ptr64,class CBranchingNode * __ptr64,int,class CContextMetaData * __ptr64,class CImplicationList & __ptr64,bool,bool,class CEvalNode * __ptr64 * __ptr64) -?CombineLeafWithBranch@CEvalTree@@KAJPEAVCValueNode@@PEAVCBranchingNode@@HPEAVCContextMetaData@@AEAVCImplicationList@@_N4PEAPEAVCEvalNode@@@Z -; public: long __cdecl CEvalTree::CombineWith(class CEvalTree & __ptr64,class CContextMetaData * __ptr64,int,long) __ptr64 -?CombineWith@CEvalTree@@QEAAJAEAV1@PEAVCContextMetaData@@HJ@Z -; public: static int __cdecl CEvalTree::Compare(class CEvalNode * __ptr64,class CEvalNode * __ptr64) -?Compare@CEvalTree@@SAHPEAVCEvalNode@@0@Z -; public: int __cdecl CSortedArray::Compare(class CSortedArray & __ptr64) __ptr64 -?Compare@CSortedArray@@QEAAHAEAV1@@Z -; public: static int __cdecl CQueryAnalyser::CompareRequestedToProvided(class CClassInfoArray & __ptr64,class CClassInfoArray & __ptr64) -?CompareRequestedToProvided@CQueryAnalyser@@SAHAEAVCClassInfoArray@@0@Z -; public: int __cdecl CSortedArray::CopyDataFrom(class CSortedArray const & __ptr64) __ptr64 -?CopyDataFrom@CSortedArray@@QEAAHAEBV1@@Z -; public: int __cdecl CSortedArray::CopyDataFrom(unsigned __int64 const * __ptr64,unsigned int) __ptr64 -?CopyDataFrom@CSortedArray@@QEAAHPEB_KI@Z -; public: unsigned int __cdecl CSortedArray::CopyTo(unsigned __int64 * __ptr64,unsigned int) __ptr64 -?CopyTo@CSortedArray@@QEAAIPEA_KI@Z -; public: static long __cdecl CEvalTree::CreateFromConjunction(class CContextMetaData * __ptr64,class CImplicationList & __ptr64,class CConjunction * __ptr64,class CEvalNode * __ptr64 * __ptr64) -?CreateFromConjunction@CEvalTree@@SAJPEAVCContextMetaData@@AEAVCImplicationList@@PEAVCConjunction@@PEAPEAVCEvalNode@@@Z -; public: long __cdecl CEvalTree::CreateFromDNF(class CContextMetaData * __ptr64,class CImplicationList & __ptr64,class CDNFExpression * __ptr64,class CEvalNode * __ptr64 * __ptr64) __ptr64 -?CreateFromDNF@CEvalTree@@QEAAJPEAVCContextMetaData@@AEAVCImplicationList@@PEAVCDNFExpression@@PEAPEAVCEvalNode@@@Z -; public: long __cdecl CEvalTree::CreateFromQuery(class CContextMetaData * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,long,long) __ptr64 -?CreateFromQuery@CEvalTree@@QEAAJPEAVCContextMetaData@@PEAUQL_LEVEL_1_RPN_EXPRESSION@@JJ@Z -; public: long __cdecl CEvalTree::CreateFromQuery(class CContextMetaData * __ptr64,unsigned short const * __ptr64,int,struct QL_LEVEL_1_TOKEN * __ptr64,long,long) __ptr64 -?CreateFromQuery@CEvalTree@@QEAAJPEAVCContextMetaData@@PEBGHPEAUQL_LEVEL_1_TOKEN@@JJ@Z -; public: long __cdecl CEvalTree::CreateFromQuery(class CContextMetaData * __ptr64,unsigned short const * __ptr64,long,long) __ptr64 -?CreateFromQuery@CEvalTree@@QEAAJPEAVCContextMetaData@@PEBGJJ@Z -; public: long __cdecl CEvalTree::CreateProjection(class CEvalTree & __ptr64,class CContextMetaData * __ptr64,class CProjectionFilter * __ptr64,enum EProjectionType,bool) __ptr64 -?CreateProjection@CEvalTree@@QEAAJAEAV1@PEAVCContextMetaData@@PEAVCProjectionFilter@@W4EProjectionType@@_N@Z -; public: bool __cdecl CTimeKeeper::DecorateObject(struct _IWmiObject * __ptr64) __ptr64 -?DecorateObject@CTimeKeeper@@QEAA_NPEAU_IWmiObject@@@Z -; public: void __cdecl CSortedArray::Empty(void) __ptr64 -?Empty@CSortedArray@@QEAAXXZ -; public: long __cdecl CEvalTree::Evaluate(struct IWbemObjectAccess * __ptr64,class CSortedArray & __ptr64) __ptr64 -?Evaluate@CEvalTree@@QEAAJPEAUIWbemObjectAccess@@AEAVCSortedArray@@@Z -; public: static long __cdecl CEvalTree::Evaluate(class CObjectInfo & __ptr64,class CEvalNode * __ptr64,class CSortedArray & __ptr64) -?Evaluate@CEvalTree@@SAJAEAVCObjectInfo@@PEAVCEvalNode@@AEAVCSortedArray@@@Z -; public: unsigned int __cdecl CSortedArray::Find(unsigned __int64) __ptr64 -?Find@CSortedArray@@QEAAI_K@Z -; public: void __cdecl CReuseMemoryManager::Free(void * __ptr64) __ptr64 -?Free@CReuseMemoryManager@@QEAAXPEAX@Z -; public: void __cdecl CTempMemoryManager::Free(void * __ptr64,unsigned __int64) __ptr64 -?Free@CTempMemoryManager@@QEAAXPEAX_K@Z -; long __cdecl GetAccessMask(void * __ptr64,struct _ACL * __ptr64,unsigned long * __ptr64) -?GetAccessMask@@YAJPEAXPEAU_ACL@@PEAK@Z -; public: unsigned __int64 * __ptr64 __cdecl CSortedArray::GetArrayPtr(void) __ptr64 -?GetArrayPtr@CSortedArray@@QEAAPEA_KXZ -; public: unsigned __int64 __cdecl CSortedArray::GetAt(int) __ptr64 -?GetAt@CSortedArray@@QEAA_KH@Z -; public: struct CClassInformation * __ptr64 __cdecl CClassInfoArray::GetClass(int) __ptr64 -?GetClass@CClassInfoArray@@QEAAPEAUCClassInformation@@H@Z -; public: long __cdecl CContextMetaData::GetClass(unsigned short const * __ptr64,struct _IWmiObject * __ptr64 * __ptr64) __ptr64 -?GetClass@CContextMetaData@@QEAAJPEBGPEAPEAU_IWmiObject@@@Z -; public: virtual long __cdecl CMetaData::GetClass(unsigned short const * __ptr64,struct IWbemContext * __ptr64,struct IWbemClassObject * __ptr64 * __ptr64) __ptr64 -?GetClass@CMetaData@@UEAAJPEBGPEAUIWbemContext@@PEAPEAUIWbemClassObject@@@Z -; public: virtual long __cdecl CStandardMetaData::GetClass(unsigned short const * __ptr64,struct IWbemContext * __ptr64,struct _IWmiObject * __ptr64 * __ptr64) __ptr64 -?GetClass@CStandardMetaData@@UEAAJPEBGPEAUIWbemContext@@PEAPEAU_IWmiObject@@@Z -; public: static long __cdecl CQueryAnalyser::GetDefiniteInstanceClasses(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,class CClassInfoArray * __ptr64 & __ptr64) -?GetDefiniteInstanceClasses@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@AEAPEAVCClassInfoArray@@@Z -; protected: static long __cdecl CQueryAnalyser::GetInstanceClasses(struct QL_LEVEL_1_TOKEN & __ptr64,class CClassInfoArray & __ptr64) -?GetInstanceClasses@CQueryAnalyser@@KAJAEAUQL_LEVEL_1_TOKEN@@AEAVCClassInfoArray@@@Z -; public: long __cdecl CObjectInfo::GetLength(void) __ptr64 -?GetLength@CObjectInfo@@QEAAJXZ -; public: static long __cdecl CQueryAnalyser::GetLimitingQueryForInstanceClass(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct CClassInformation & __ptr64,unsigned short * __ptr64 & __ptr64) -?GetLimitingQueryForInstanceClass@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@AEAUCClassInformation@@AEAPEAG@Z -; public: static long __cdecl CQueryAnalyser::GetNecessaryQueryForClass(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct IWbemClassObject * __ptr64,class CWStringArray & __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64 & __ptr64) -?GetNecessaryQueryForClass@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@PEAUIWbemClassObject@@AEAVCWStringArray@@AEAPEAU2@@Z -; public: static long __cdecl CQueryAnalyser::GetNecessaryQueryForProperty(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,class CPropertyName & __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64 & __ptr64) -?GetNecessaryQueryForProperty@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@AEAVCPropertyName@@AEAPEAU2@@Z -; public: int __cdecl CClassInfoArray::GetNumClasses(void) __ptr64 -?GetNumClasses@CClassInfoArray@@QEAAHXZ -; public: struct _IWmiObject * __ptr64 __cdecl CObjectInfo::GetObjectAt(long) __ptr64 -?GetObjectAt@CObjectInfo@@QEAAPEAU_IWmiObject@@J@Z -; public: static long __cdecl CQueryAnalyser::GetPossibleInstanceClasses(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,class CClassInfoArray * __ptr64 & __ptr64) -?GetPossibleInstanceClasses@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@AEAPEAVCClassInfoArray@@@Z -; protected: static long __cdecl CQueryAnalyser::GetPropertiesThatMustDiffer(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct CClassInformation & __ptr64,class CWStringArray & __ptr64) -?GetPropertiesThatMustDiffer@CQueryAnalyser@@KAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@AEAUCClassInformation@@AEAVCWStringArray@@@Z -; public: static int __cdecl CEvalNode::GetType(class CEvalNode * __ptr64) -?GetType@CEvalNode@@SAHPEAV1@@Z -; protected: static long __cdecl CEvalTree::InnerCombine(class CEvalNode * __ptr64,class CEvalNode * __ptr64,int,class CContextMetaData * __ptr64,class CImplicationList & __ptr64,bool,bool,class CEvalNode * __ptr64 * __ptr64) -?InnerCombine@CEvalTree@@KAJPEAVCEvalNode@@0HPEAVCContextMetaData@@AEAVCImplicationList@@_N3PEAPEAV2@@Z -; public: void __cdecl CSortedArray::Insert(unsigned __int64) __ptr64 -?Insert@CSortedArray@@QEAAX_K@Z -; public: static bool __cdecl CEvalNode::IsAllFalse(class CEvalNode * __ptr64) -?IsAllFalse@CEvalNode@@SA_NPEAV1@@Z -; public: virtual bool __cdecl CEvalNode::IsAllFalse(void) __ptr64 -?IsAllFalse@CEvalNode@@UEAA_NXZ -; public: bool __cdecl CEvalTree::IsFalse(void) __ptr64 -?IsFalse@CEvalTree@@QEAA_NXZ -; public: virtual bool __cdecl CPropertyProjectionFilter::IsInSet(class CEvalNode * __ptr64) __ptr64 -?IsInSet@CPropertyProjectionFilter@@UEAA_NPEAVCEvalNode@@@Z -; public: static bool __cdecl CEvalNode::IsInvalid(class CEvalNode * __ptr64) -?IsInvalid@CEvalNode@@SA_NPEAV1@@Z -; public: virtual bool __cdecl CEvalNode::IsInvalid(void) __ptr64 -?IsInvalid@CEvalNode@@UEAA_NXZ -; public: int __cdecl CClassInfoArray::IsLimited(void) __ptr64 -?IsLimited@CClassInfoArray@@QEAAHXZ -; public: static long __cdecl CEvalTree::IsMergeAdvisable(class CEvalNode * __ptr64,class CEvalNode * __ptr64,class CImplicationList & __ptr64) -?IsMergeAdvisable@CEvalTree@@SAJPEAVCEvalNode@@0AEAVCImplicationList@@@Z -; public: static bool __cdecl CEvalNode::IsNoop(class CEvalNode * __ptr64,int) -?IsNoop@CEvalNode@@SA_NPEAV1@H@Z -; public: virtual bool __cdecl CEvalNode::IsNoop(int) __ptr64 -?IsNoop@CEvalNode@@UEAA_NH@Z -; protected: static int __cdecl CQueryAnalyser::IsPropertyInClass(class CPropertyName & __ptr64,struct IWbemClassObject * __ptr64,class CWStringArray & __ptr64) -?IsPropertyInClass@CQueryAnalyser@@KAHAEAVCPropertyName@@PEAUIWbemClassObject@@AEAVCWStringArray@@@Z -; protected: static int __cdecl CQueryAnalyser::IsTokenAboutClass(struct QL_LEVEL_1_TOKEN & __ptr64,struct IWbemClassObject * __ptr64,class CWStringArray & __ptr64) -?IsTokenAboutClass@CQueryAnalyser@@KAHAEAUQL_LEVEL_1_TOKEN@@PEAUIWbemClassObject@@AEAVCWStringArray@@@Z -; protected: static int __cdecl CQueryAnalyser::IsTokenAboutProperty(struct QL_LEVEL_1_TOKEN & __ptr64,class CPropertyName & __ptr64) -?IsTokenAboutProperty@CQueryAnalyser@@KAHAEAUQL_LEVEL_1_TOKEN@@AEAVCPropertyName@@@Z -; long __cdecl IsUserAdministrator(void * __ptr64) -?IsUserAdministrator@@YAJPEAX@Z -; long __cdecl IsUserInGroup(void * __ptr64,void * __ptr64) -?IsUserInGroup@@YAJPEAX0@Z -; public: bool __cdecl CEvalTree::IsValid(void) __ptr64 -?IsValid@CEvalTree@@QEAA_NXZ -; protected: static long __cdecl CQueryAnalyser::NegateDefiniteClassArray(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?NegateDefiniteClassArray@CQueryAnalyser@@KAJPEAVCClassInfoArray@@0@Z -; protected: static long __cdecl CQueryAnalyser::NegatePossibleClassArray(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?NegatePossibleClassArray@CQueryAnalyser@@KAJPEAVCClassInfoArray@@0@Z -; protected: static long __cdecl CQueryAnalyser::NegateQueryExpression(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64) -?NegateQueryExpression@CQueryAnalyser@@KAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@0@Z -; public: virtual long __cdecl CEvalNode::Optimize(class CContextMetaData * __ptr64,class CEvalNode * __ptr64 * __ptr64) __ptr64 -?Optimize@CEvalNode@@UEAAJPEAVCContextMetaData@@PEAPEAV1@@Z -; public: long __cdecl CEvalTree::Optimize(class CContextMetaData * __ptr64) __ptr64 -?Optimize@CEvalTree@@QEAAJPEAVCContextMetaData@@@Z -; protected: static long __cdecl CQueryAnalyser::OrDefiniteClassArrays(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?OrDefiniteClassArrays@CQueryAnalyser@@KAJPEAVCClassInfoArray@@00@Z -; protected: static long __cdecl CQueryAnalyser::OrPossibleClassArrays(class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64,class CClassInfoArray * __ptr64) -?OrPossibleClassArrays@CQueryAnalyser@@KAJPEAVCClassInfoArray@@00@Z -; protected: static long __cdecl CQueryAnalyser::OrQueryExpressions(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64) -?OrQueryExpressions@CQueryAnalyser@@KAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@00@Z -; public: static void __cdecl CEvalNode::PrintOffset(struct _iobuf * __ptr64,int) -?PrintOffset@CEvalNode@@SAXPEAU_iobuf@@H@Z -; public: static long __cdecl CEvalTree::Project(class CContextMetaData * __ptr64,class CImplicationList & __ptr64,class CEvalNode * __ptr64,class CProjectionFilter * __ptr64,enum EProjectionType,bool,class CEvalNode * __ptr64 * __ptr64) -?Project@CEvalTree@@SAJPEAVCContextMetaData@@AEAVCImplicationList@@PEAVCEvalNode@@PEAVCProjectionFilter@@W4EProjectionType@@_NPEAPEAV4@@Z -; public: virtual long __cdecl CMetaData::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CMetaData@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: void __cdecl CEvalTree::Rebase(unsigned __int64) __ptr64 -?Rebase@CEvalTree@@QEAAX_K@Z -; public: void __cdecl CSortedArray::Rebase(unsigned __int64) __ptr64 -?Rebase@CSortedArray@@QEAAX_K@Z -; public: virtual unsigned long __cdecl CMetaData::Release(void) __ptr64 -?Release@CMetaData@@UEAAKXZ -; public: bool __cdecl CSortedArray::Remove(unsigned __int64) __ptr64 -?Remove@CSortedArray@@QEAA_N_K@Z -; public: void __cdecl CClassInfoArray::RemoveClass(int) __ptr64 -?RemoveClass@CClassInfoArray@@QEAAXH@Z -; public: long __cdecl CEvalTree::RemoveIndex(int) __ptr64 -?RemoveIndex@CEvalTree@@QEAAJH@Z -; protected: unsigned __int64 __cdecl CTempMemoryManager::RoundUp(unsigned __int64) __ptr64 -?RoundUp@CTempMemoryManager@@IEAA_K_K@Z -; public: bool __cdecl CEvalTree::SetBool(int) __ptr64 -?SetBool@CEvalTree@@QEAA_NH@Z -; public: bool __cdecl CObjectInfo::SetLength(long) __ptr64 -?SetLength@CObjectInfo@@QEAA_NJ@Z -; public: void __cdecl CClassInfoArray::SetLimited(int) __ptr64 -?SetLimited@CClassInfoArray@@QEAAXH@Z -; public: void __cdecl CObjectInfo::SetObjectAt(long,struct _IWmiObject * __ptr64) __ptr64 -?SetObjectAt@CObjectInfo@@QEAAXJPEAU_IWmiObject@@@Z -; public: bool __cdecl CClassInfoArray::SetOne(unsigned short const * __ptr64,int) __ptr64 -?SetOne@CClassInfoArray@@QEAA_NPEBGH@Z -; public: void __cdecl CSortedArray::SetSize(int) __ptr64 -?SetSize@CSortedArray@@QEAAXH@Z -; public: static long __cdecl CQueryAnalyser::SimplifyQueryForChild(struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64,unsigned short const * __ptr64,struct IWbemClassObject * __ptr64,class CContextMetaData * __ptr64,struct QL_LEVEL_1_RPN_EXPRESSION * __ptr64 & __ptr64) -?SimplifyQueryForChild@CQueryAnalyser@@SAJPEAUQL_LEVEL_1_RPN_EXPRESSION@@PEBGPEAUIWbemClassObject@@PEAVCContextMetaData@@AEAPEAU2@@Z -; protected: static int __cdecl CQueryAnalyser::SimplifyTokenForChild(struct QL_LEVEL_1_TOKEN & __ptr64,unsigned short const * __ptr64,struct IWbemClassObject * __ptr64,class CContextMetaData * __ptr64) -?SimplifyTokenForChild@CQueryAnalyser@@KAHAEAUQL_LEVEL_1_TOKEN@@PEBGPEAUIWbemClassObject@@PEAVCContextMetaData@@@Z -; public: int __cdecl CSortedArray::Size(void)const __ptr64 -?Size@CSortedArray@@QEBAHXZ -; public: unsigned __int64 * __ptr64 __cdecl CSortedArray::UnbindPtr(void) __ptr64 -?UnbindPtr@CSortedArray@@QEAAPEA_KXZ -; public: long __cdecl CEvalTree::UtilizeGuarantee(class CEvalTree & __ptr64,class CContextMetaData * __ptr64) __ptr64 -?UtilizeGuarantee@CEvalTree@@QEAAJAEAV1@PEAVCContextMetaData@@@Z -; protected: static int __cdecl CQueryAnalyser::ValidateSQLDateTime(unsigned short const * __ptr64) -?ValidateSQLDateTime@CQueryAnalyser@@KAHPEBG@Z -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/eventcls.def mingw-w64-6.0.0/mingw-w64-crt/lib64/eventcls.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/eventcls.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/eventcls.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file EventCls.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY EventCls.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/evntrprv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/evntrprv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/evntrprv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/evntrprv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file evntrprv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY evntrprv.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/evtgprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/evtgprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/evtgprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/evtgprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file EvTgProv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY EvTgProv.dll -EXPORTS -; unsigned long m_dwNextTriggerID -?m_dwNextTriggerID@@3KA DATA -; unsigned long m_dwTotalTriggers -?m_dwTotalTriggers@@3KA DATA -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/extmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/extmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/extmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/extmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file extmgr.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY extmgr.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/f3ahvoas.def mingw-w64-6.0.0/mingw-w64-crt/lib64/f3ahvoas.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/f3ahvoas.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/f3ahvoas.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file F3AHVOAS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY F3AHVOAS.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor -FujitsuOyayubiControl diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fde.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fde.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fde.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fde.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file FDE.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FDE.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fdeploy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fdeploy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fdeploy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fdeploy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file FDEPLOY.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FDEPLOY.dll -EXPORTS -DllRegisterServer -DllUnregisterServer -GenerateGroupPolicy -ProcessGroupPolicyEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/feclient.def mingw-w64-6.0.0/mingw-w64-crt/lib64/feclient.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/feclient.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/feclient.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file FeClient.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FeClient.dll -EXPORTS -FeClientInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/filemgmt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/filemgmt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/filemgmt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/filemgmt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file FILEMGMT.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FILEMGMT.DLL -EXPORTS -CacheSettingsDlg -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fltlib.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fltlib.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fltlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fltlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -; -; Exports of file FLTLIB.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FLTLIB.DLL -EXPORTS -FilterAttach -FilterAttachAtAltitude -FilterClose -FilterConnectCommunicationPort -FilterCreate -FilterDetach -FilterFindClose -FilterFindFirst -FilterFindNext -FilterGetDosName -FilterGetInformation -FilterGetMessage -FilterInstanceClose -FilterInstanceCreate -FilterInstanceFindClose -FilterInstanceFindFirst -FilterInstanceFindNext -FilterInstanceGetInformation -FilterLoad -FilterReplyMessage -FilterSendMessage -FilterUnload -FilterVolumeClose -FilterVolumeFindClose -FilterVolumeFindFirst -FilterVolumeFindNext -FilterVolumeInstanceFindClose -FilterVolumeInstanceFindFirst -FilterVolumeInstanceFindNext diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fmifs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fmifs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fmifs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fmifs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Exports of file FMIFS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FMIFS.dll -EXPORTS -Chkdsk -ChkdskEx -ComputeFmMediaType -DiskCopy -EnableVolumeCompression -Extend -Format -FormatEx -FormatEx2 -QueryAvailableFileSystemFormat -QueryDeviceInformation -QueryDeviceInformationByHandle -QueryFileSystemName -QueryLatestFileSystemVersion -QuerySupportedMedia -SetLabel diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fontext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fontext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fontext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fontext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file fontext.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY fontext.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fontsub.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fontsub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fontsub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fontsub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file FONTSUB.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FONTSUB.dll -EXPORTS -CreateFontPackage -MergeFontPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fsusd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fsusd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fsusd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fsusd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file FSUSD.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FSUSD.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ftpsvc2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ftpsvc2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ftpsvc2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ftpsvc2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,265 +0,0 @@ -; -; Exports of file FTPSVC2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FTPSVC2.dll -EXPORTS -; public: __cdecl HASH_TABLE::HASH_TABLE(class HASH_TABLE const & __ptr64) __ptr64 -??0HASH_TABLE@@QEAA@AEBV0@@Z -; public: __cdecl HT_ELEMENT::HT_ELEMENT(class HT_ELEMENT const & __ptr64) __ptr64 -??0HT_ELEMENT@@QEAA@AEBV0@@Z -; public: __cdecl HT_ELEMENT::HT_ELEMENT(void) __ptr64 -??0HT_ELEMENT@@QEAA@XZ -; public: __cdecl IIS_SERVICE::IIS_SERVICE(class IIS_SERVICE const & __ptr64) __ptr64 -??0IIS_SERVICE@@QEAA@AEBV0@@Z -; public: __cdecl LOGGING::LOGGING(class LOGGING const & __ptr64) __ptr64 -??0LOGGING@@QEAA@AEBV0@@Z -; public: virtual __cdecl HASH_TABLE::~HASH_TABLE(void) __ptr64 -??1HASH_TABLE@@UEAA@XZ -; public: virtual __cdecl HT_ELEMENT::~HT_ELEMENT(void) __ptr64 -??1HT_ELEMENT@@UEAA@XZ -; public: class HASH_TABLE & __ptr64 __cdecl HASH_TABLE::operator=(class HASH_TABLE const & __ptr64) __ptr64 -??4HASH_TABLE@@QEAAAEAV0@AEBV0@@Z -; public: class HT_ELEMENT & __ptr64 __cdecl HT_ELEMENT::operator=(class HT_ELEMENT const & __ptr64) __ptr64 -??4HT_ELEMENT@@QEAAAEAV0@AEBV0@@Z -; public: class IIS_SERVICE & __ptr64 __cdecl IIS_SERVICE::operator=(class IIS_SERVICE const & __ptr64) __ptr64 -??4IIS_SERVICE@@QEAAAEAV0@AEBV0@@Z -; public: class LOGGING & __ptr64 __cdecl LOGGING::operator=(class LOGGING const & __ptr64) __ptr64 -??4LOGGING@@QEAAAEAV0@AEBV0@@Z -; public: class TSVC_CACHE & __ptr64 __cdecl TSVC_CACHE::operator=(class TSVC_CACHE const & __ptr64) __ptr64 -??4TSVC_CACHE@@QEAAAEAV0@AEBV0@@Z -; const HASH_TABLE::`vftable' -??_7HASH_TABLE@@6B@ -; const HT_ELEMENT::`vftable' -??_7HT_ELEMENT@@6B@ -; const IIS_SERVICE::`vftable' -??_7IIS_SERVICE@@6B@ -; public: void __cdecl IIS_SERVER_INSTANCE::AcquireFastLock(void) __ptr64 -?AcquireFastLock@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::AcquireServiceLock(int) __ptr64 -?AcquireServiceLock@IIS_SERVICE@@QEAAXH@Z -; private: static void __cdecl IIS_VROOT_TABLE::AddRefRecord(void const * __ptr64,int) -?AddRefRecord@IIS_VROOT_TABLE@@CAXPEBXH@Z -; public: virtual unsigned long __cdecl HASH_TABLE::CalculateHash(char const * __ptr64)const __ptr64 -?CalculateHash@HASH_TABLE@@UEBAKPEBD@Z -; public: void __cdecl IIS_SERVER_INSTANCE::CleanupAfterConstructorFailure(void) __ptr64 -?CleanupAfterConstructorFailure@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::DecrementCurrentConnections(void) __ptr64 -?DecrementCurrentConnections@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: unsigned long __cdecl IIS_SERVICE::DelayCurrentServiceCtrlOperation(unsigned long) __ptr64 -?DelayCurrentServiceCtrlOperation@IIS_SERVICE@@QEAAKK@Z -; public: virtual long __cdecl MIME_MAP_ENTRY::Dereference(void) __ptr64 -?Dereference@MIME_MAP_ENTRY@@UEAAJXZ -; public: int __cdecl IIS_SERVER_INSTANCE::DoServerNameCheck(void)const __ptr64 -?DoServerNameCheck@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: virtual int __cdecl COMMON_METADATA::FinishPrivateProperties(class BUFFER * __ptr64,unsigned long,int) __ptr64 -?FinishPrivateProperties@COMMON_METADATA@@UEAAHPEAVBUFFER@@KH@Z -; public: unsigned long __cdecl HASH_TABLE::FlushElements(void) __ptr64 -?FlushElements@HASH_TABLE@@QEAAKXZ -; public: unsigned long __cdecl TSVC_CACHE::GetInstanceId(void)const __ptr64 -?GetInstanceId@TSVC_CACHE@@QEBAKXZ -; public: void __cdecl IIS_SERVICE::GetMDInstancePath(unsigned long,char * __ptr64) __ptr64 -?GetMDInstancePath@IIS_SERVICE@@QEAAXKPEAD@Z -; public: void * __ptr64 __cdecl TSVC_CACHE::GetServerInstance(void)const __ptr64 -?GetServerInstance@TSVC_CACHE@@QEBAPEAXXZ -; private: virtual unsigned long __cdecl IIS_SERVICE::GetServiceConfigInfoSize(unsigned long) __ptr64 -?GetServiceConfigInfoSize@IIS_SERVICE@@EEAAKK@Z -; public: unsigned long __cdecl TSVC_CACHE::GetServiceId(void)const __ptr64 -?GetServiceId@TSVC_CACHE@@QEBAKXZ -; public: class CACHED_TOKEN * __ptr64 __cdecl TCP_AUTHENT::GetToken(void)const __ptr64 -?GetToken@TCP_AUTHENT@@QEBAPEAVCACHED_TOKEN@@XZ -; public: class TSVC_CACHE & __ptr64 __cdecl IIS_SERVER_INSTANCE::GetTsvcCache(void) __ptr64 -?GetTsvcCache@IIS_SERVER_INSTANCE@@QEAAAEAVTSVC_CACHE@@XZ -; public: void * __ptr64 __cdecl TCP_AUTHENT::GetUserHandle(void) __ptr64 -?GetUserHandle@TCP_AUTHENT@@QEAAPEAXXZ -; public: virtual int __cdecl COMMON_METADATA::HandlePrivateProperty(char * __ptr64,class IIS_SERVER_INSTANCE * __ptr64,struct _METADATA_GETALL_INTERNAL_RECORD * __ptr64,void * __ptr64,class BUFFER * __ptr64,unsigned long * __ptr64,struct _METADATA_ERROR_INFO * __ptr64) __ptr64 -?HandlePrivateProperty@COMMON_METADATA@@UEAAHPEADPEAVIIS_SERVER_INSTANCE@@PEAU_METADATA_GETALL_INTERNAL_RECORD@@PEAXPEAVBUFFER@@PEAKPEAU_METADATA_ERROR_INFO@@@Z -; public: int __cdecl IIS_SERVER_INSTANCE::HasNormalBindings(void)const __ptr64 -?HasNormalBindings@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::HasSecureBindings(void)const __ptr64 -?HasSecureBindings@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: void __cdecl IIS_SERVER_INSTANCE::IncrementCurrentConnections(void) __ptr64 -?IncrementCurrentConnections@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: int __cdecl IIS_SERVICE::IsActive(void)const __ptr64 -?IsActive@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsAutoStart(void)const __ptr64 -?IsAutoStart@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsClusterEnabled(void)const __ptr64 -?IsClusterEnabled@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsDownLevelInstance(void)const __ptr64 -?IsDownLevelInstance@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsLoggingEnabledA(void)const __ptr64 -?IsLoggingEnabledA@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: virtual int __cdecl MIME_MAP_ENTRY::IsMatch(char const * __ptr64,unsigned long)const __ptr64 -?IsMatch@MIME_MAP_ENTRY@@UEBAHPEBDK@Z -; public: int __cdecl IIS_SERVICE::IsMultiInstance(void)const __ptr64 -?IsMultiInstance@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl IIS_SERVICE::IsSystemDBCS(void)const __ptr64 -?IsSystemDBCS@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl HASH_TABLE::IsValid(void)const __ptr64 -?IsValid@HASH_TABLE@@QEBAHXZ -; public: int __cdecl TS_OPEN_FILE_INFO::IsValid(void)const __ptr64 -?IsValid@TS_OPEN_FILE_INFO@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::LoadStr(class STR & __ptr64,unsigned long,int)const __ptr64 -?LoadStr@IIS_SERVER_INSTANCE@@QEBAHAEAVSTR@@KH@Z -; public: void __cdecl IIS_VROOT_TABLE::LockConvertExclusive(void) __ptr64 -?LockConvertExclusive@IIS_VROOT_TABLE@@QEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::LockExclusive(void) __ptr64 -?LockExclusive@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::LockExclusive(void) __ptr64 -?LockExclusive@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::LockShared(void) __ptr64 -?LockShared@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::LockShared(void) __ptr64 -?LockShared@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::LockThisForRead(void) __ptr64 -?LockThisForRead@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::LockThisForWrite(void) __ptr64 -?LockThisForWrite@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::LogEvent(unsigned long,unsigned short,char const * __ptr64 * __ptr64 const,unsigned long) __ptr64 -?LogEvent@IIS_SERVICE@@QEAAXKGQEAPEBDK@Z -; public: class HT_ELEMENT * __ptr64 __cdecl HASH_TABLE::Lookup(char const * __ptr64) __ptr64 -?Lookup@HASH_TABLE@@QEAAPEAVHT_ELEMENT@@PEBD@Z -; public: void __cdecl MIME_MAP::Print(void) __ptr64 -?Print@MIME_MAP@@QEAAXXZ -; public: virtual void __cdecl MIME_MAP_ENTRY::Print(void)const __ptr64 -?Print@MIME_MAP_ENTRY@@UEBAXXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryAcceptExOutstanding(void)const __ptr64 -?QueryAcceptExOutstanding@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryAcceptExTimeout(void)const __ptr64 -?QueryAcceptExTimeout@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: virtual class IIS_SSL_INFO * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryAndReferenceSSLInfoObj(void) __ptr64 -?QueryAndReferenceSSLInfoObj@IIS_SERVER_INSTANCE@@UEAAPEAVIIS_SSL_INFO@@XZ -; public: unsigned long __cdecl TS_OPEN_FILE_INFO::QueryAttributes(void)const __ptr64 -?QueryAttributes@TS_OPEN_FILE_INFO@@QEBAKXZ -; public: void * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryBandwidthInfo(void)const __ptr64 -?QueryBandwidthInfo@IIS_SERVER_INSTANCE@@QEBAPEAXXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryConnectionTimeout(void)const __ptr64 -?QueryConnectionTimeout@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QueryCredHandle(void) __ptr64 -?QueryCredHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QueryCtxtHandle(void) __ptr64 -?QueryCtxtHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryCurrentConnections(void)const __ptr64 -?QueryCurrentConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryCurrentServiceError(void)const __ptr64 -?QueryCurrentServiceError@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryCurrentServiceState(void)const __ptr64 -?QueryCurrentServiceState@IIS_SERVICE@@QEBAKXZ -; public: unsigned short __cdecl IIS_SERVER_INSTANCE::QueryDefaultPort(void)const __ptr64 -?QueryDefaultPort@IIS_SERVER_INSTANCE@@QEBAGXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryDownLevelInstance(void)const __ptr64 -?QueryDownLevelInstance@IIS_SERVICE@@QEBAKXZ -; public: char * __ptr64 __cdecl TS_OPEN_FILE_INFO::QueryETag(void)const __ptr64 -?QueryETag@TS_OPEN_FILE_INFO@@QEBAPEADXZ -; public: class EVENT_LOG * __ptr64 __cdecl IIS_SERVICE::QueryEventLog(void) __ptr64 -?QueryEventLog@IIS_SERVICE@@QEAAPEAVEVENT_LOG@@XZ -; public: unsigned long __cdecl IIS_SERVICE::QueryInstanceCount(void)const __ptr64 -?QueryInstanceCount@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryInstanceId(void)const __ptr64 -?QueryInstanceId@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: virtual char const * __ptr64 __cdecl MIME_MAP_ENTRY::QueryKey(void)const __ptr64 -?QueryKey@MIME_MAP_ENTRY@@UEBAPEBDXZ -; public: virtual unsigned long __cdecl MIME_MAP_ENTRY::QueryKeyLen(void)const __ptr64 -?QueryKeyLen@MIME_MAP_ENTRY@@UEBAKXZ -; public: int __cdecl TS_OPEN_FILE_INFO::QueryLastWriteTime(struct _FILETIME * __ptr64)const __ptr64 -?QueryLastWriteTime@TS_OPEN_FILE_INFO@@QEBAHPEAU_FILETIME@@@Z -; public: int __cdecl IIS_SERVER_INSTANCE::QueryLogAnonymous(void)const __ptr64 -?QueryLogAnonymous@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::QueryLogNonAnonymous(void)const __ptr64 -?QueryLogNonAnonymous@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryMDPath(void)const __ptr64 -?QueryMDPath@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryMDPath(void)const __ptr64 -?QueryMDPath@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMDPathLen(void)const __ptr64 -?QueryMDPathLen@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryMDVRPath(void)const __ptr64 -?QueryMDVRPath@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMDVRPathLen(void)const __ptr64 -?QueryMDVRPathLen@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMaxConnections(void)const __ptr64 -?QueryMaxConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMaxEndpointConnections(void)const __ptr64 -?QueryMaxEndpointConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: class MIME_MAP * __ptr64 __cdecl IIS_SERVICE::QueryMimeMap(void)const __ptr64 -?QueryMimeMap@IIS_SERVICE@@QEBAPEAVMIME_MAP@@XZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryModuleName(void)const __ptr64 -?QueryModuleName@IIS_SERVICE@@QEBAPEBDXZ -; public: long * __ptr64 __cdecl RefBlob::QueryRefCount(void) __ptr64 -?QueryRefCount@RefBlob@@QEAAPEAJXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryRegParamKey(void)const __ptr64 -?QueryRegParamKey@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryRegParamKey(void)const __ptr64 -?QueryRegParamKey@IIS_SERVICE@@QEBAPEBDXZ -; public: char * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryRoot(void)const __ptr64 -?QueryRoot@IIS_SERVER_INSTANCE@@QEBAPEADXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QuerySavedState(void)const __ptr64 -?QuerySavedState@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryServerSize(void)const __ptr64 -?QueryServerSize@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryServerState(void)const __ptr64 -?QueryServerState@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryServiceComment(void)const __ptr64 -?QueryServiceComment@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryServiceId(void)const __ptr64 -?QueryServiceId@IIS_SERVICE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryServiceName(void)const __ptr64 -?QueryServiceName@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryServiceSpecificExitCode(void)const __ptr64 -?QueryServiceSpecificExitCode@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryShutdownScheduleId(void)const __ptr64 -?QueryShutdownScheduleId@IIS_SERVICE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QuerySiteName(void)const __ptr64 -?QuerySiteName@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: int __cdecl TS_OPEN_FILE_INFO::QuerySize(union _LARGE_INTEGER & __ptr64)const __ptr64 -?QuerySize@TS_OPEN_FILE_INFO@@QEBAHAEAT_LARGE_INTEGER@@@Z -; public: int __cdecl TS_OPEN_FILE_INFO::QuerySize(unsigned long * __ptr64,unsigned long * __ptr64)const __ptr64 -?QuerySize@TS_OPEN_FILE_INFO@@QEBAHPEAK0@Z -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QuerySslCtxtHandle(void) __ptr64 -?QuerySslCtxtHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: unsigned long __cdecl IIS_VROOT_TABLE::QueryVrootCount(void) __ptr64 -?QueryVrootCount@IIS_VROOT_TABLE@@QEAAKXZ -; public: class IIS_VROOT_TABLE * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryVrootTable(void) __ptr64 -?QueryVrootTable@IIS_SERVER_INSTANCE@@QEAAPEAVIIS_VROOT_TABLE@@XZ -; public: virtual long __cdecl MIME_MAP_ENTRY::Reference(void) __ptr64 -?Reference@MIME_MAP_ENTRY@@UEAAJXZ -; public: void __cdecl IIS_SERVER_INSTANCE::ReleaseFastLock(void) __ptr64 -?ReleaseFastLock@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::ReleaseServiceLock(int) __ptr64 -?ReleaseServiceLock@IIS_SERVICE@@QEAAXH@Z -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::RemoveNormalBindings(void) __ptr64 -?RemoveNormalBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::RemoveSecureBindings(void) __ptr64 -?RemoveSecureBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: int __cdecl TS_OPEN_FILE_INFO::RetrieveHttpInfo(char * __ptr64,int * __ptr64) __ptr64 -?RetrieveHttpInfo@TS_OPEN_FILE_INFO@@QEAAHPEADPEAH@Z -; public: void __cdecl IIS_SERVER_INSTANCE::SaveServerState(void) __ptr64 -?SaveServerState@IIS_SERVER_INSTANCE@@QEAAXXZ -ServiceEntry -; public: void __cdecl COMMON_METADATA::SetAccessPerms(unsigned long) __ptr64 -?SetAccessPerms@COMMON_METADATA@@QEAAXK@Z -; public: void __cdecl TSVC_CACHE::SetParameters(unsigned long,unsigned long,void * __ptr64) __ptr64 -?SetParameters@TSVC_CACHE@@QEAAXKKPEAX@Z -; public: void __cdecl IIS_SERVICE::SetServiceComment(char * __ptr64) __ptr64 -?SetServiceComment@IIS_SERVICE@@QEAAXPEAD@Z -; public: void __cdecl IIS_SERVICE::SetServiceSpecificExitCode(unsigned long) __ptr64 -?SetServiceSpecificExitCode@IIS_SERVICE@@QEAAXK@Z -; public: void __cdecl IIS_SERVER_INSTANCE::SetZapRegKey(void) __ptr64 -?SetZapRegKey@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: virtual void __cdecl IIS_SERVICE::StopInstanceProcs(class IIS_SERVER_INSTANCE * __ptr64) __ptr64 -?StopInstanceProcs@IIS_SERVICE@@UEAAXPEAVIIS_SERVER_INSTANCE@@@Z -; public: void __cdecl IIS_VROOT_TABLE::Unlock(void) __ptr64 -?Unlock@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::Unlock(void) __ptr64 -?Unlock@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::UnlockThis(void) __ptr64 -?UnlockThis@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::UpdateNormalBindings(void) __ptr64 -?UpdateNormalBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::UpdateSecureBindings(void) __ptr64 -?UpdateSecureBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: int __cdecl TS_OPEN_FILE_INFO::WeakETag(void)const __ptr64 -?WeakETag@TS_OPEN_FILE_INFO@@QEBAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fwcfg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fwcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fwcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fwcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file FWCFG.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FWCFG.DLL -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fxscom.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fxscom.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fxscom.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fxscom.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file FxsCom.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FxsCom.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fxscomex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fxscomex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fxscomex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fxscomex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file FxsComEx.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY FxsComEx.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/fxsmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/fxsmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/fxsmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/fxsmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file fxsmon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY fxsmon.dll -EXPORTS -InitializePrintMonitor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/gcdef.def mingw-w64-6.0.0/mingw-w64-crt/lib64/gcdef.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/gcdef.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/gcdef.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file GCDEF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY GCDEF.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/gdi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/gdi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/gdi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/gdi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,617 +0,0 @@ -; -; Exports of file GDI32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY GDI32.dll -EXPORTS -AbortDoc -AbortPath -AddFontMemResourceEx -AddFontResourceA -AddFontResourceExA -AddFontResourceExW -AddFontResourceTracking -AddFontResourceW -AngleArc -AnimatePalette -AnyLinkedFonts -Arc -ArcTo -BRUSHOBJ_hGetColorTransform -BRUSHOBJ_pvAllocRbrush -BRUSHOBJ_pvGetRbrush -BRUSHOBJ_ulGetBrushColor -BeginPath -BitBlt -CLIPOBJ_bEnum -CLIPOBJ_cEnumStart -CLIPOBJ_ppoGetPath -CancelDC -CheckColorsInGamut -ChoosePixelFormat -Chord -ClearBitmapAttributes -ClearBrushAttributes -CloseEnhMetaFile -CloseFigure -CloseMetaFile -ColorCorrectPalette -ColorMatchToTarget -CombineRgn -CombineTransform -CopyEnhMetaFileA -CopyEnhMetaFileW -CopyMetaFileA -CopyMetaFileW -CreateBitmap -CreateBitmapIndirect -CreateBrushIndirect -CreateColorSpaceA -CreateColorSpaceW -CreateCompatibleBitmap -CreateCompatibleDC -CreateDCA -CreateDCW -CreateDIBPatternBrush -CreateDIBPatternBrushPt -CreateDIBSection -CreateDIBitmap -CreateDiscardableBitmap -CreateEllipticRgn -CreateEllipticRgnIndirect -CreateEnhMetaFileA -CreateEnhMetaFileW -CreateFontA -CreateFontIndirectA -CreateFontIndirectExA -CreateFontIndirectExW -CreateFontIndirectW -CreateFontW -CreateHalftonePalette -CreateHatchBrush -CreateICA -CreateICW -CreateMetaFileA -CreateMetaFileW -CreatePalette -CreatePatternBrush -CreatePen -CreatePenIndirect -CreatePolyPolygonRgn -CreatePolygonRgn -CreateRectRgn -CreateRectRgnIndirect -CreateRoundRectRgn -CreateScalableFontResourceA -CreateScalableFontResourceW -CreateSolidBrush -DPtoLP -DdEntry0 -DdEntry1 -DdEntry10 -DdEntry11 -DdEntry12 -DdEntry13 -DdEntry14 -DdEntry15 -DdEntry16 -DdEntry17 -DdEntry18 -DdEntry19 -DdEntry2 -DdEntry20 -DdEntry21 -DdEntry22 -DdEntry23 -DdEntry24 -DdEntry25 -DdEntry26 -DdEntry27 -DdEntry28 -DdEntry29 -DdEntry3 -DdEntry30 -DdEntry31 -DdEntry32 -DdEntry33 -DdEntry34 -DdEntry35 -DdEntry36 -DdEntry37 -DdEntry38 -DdEntry39 -DdEntry4 -DdEntry40 -DdEntry41 -DdEntry42 -DdEntry43 -DdEntry44 -DdEntry45 -DdEntry46 -DdEntry47 -DdEntry48 -DdEntry49 -DdEntry5 -DdEntry50 -DdEntry51 -DdEntry52 -DdEntry53 -DdEntry54 -DdEntry55 -DdEntry56 -DdEntry6 -DdEntry7 -DdEntry8 -DdEntry9 -DeleteColorSpace -DeleteDC -DeleteEnhMetaFile -DeleteMetaFile -DeleteObject -DescribePixelFormat -DeviceCapabilitiesExA -DeviceCapabilitiesExW -DrawEscape -Ellipse -EnableEUDC -EndDoc -EndFormPage -EndPage -EndPath -EngAcquireSemaphore -EngAlphaBlend -EngAssociateSurface -EngBitBlt -EngCheckAbort -EngComputeGlyphSet -EngCopyBits -EngCreateBitmap -EngCreateClip -EngCreateDeviceBitmap -EngCreateDeviceSurface -EngCreatePalette -EngCreateSemaphore -EngDeleteClip -EngDeletePalette -EngDeletePath -EngDeleteSemaphore -EngDeleteSurface -EngEraseSurface -EngFillPath -EngFindResource -EngFreeModule -EngGetCurrentCodePage -EngGetDriverName -EngGetPrinterDataFileName -EngGradientFill -EngLineTo -EngLoadModule -EngLockSurface -EngMarkBandingSurface -EngMultiByteToUnicodeN -EngMultiByteToWideChar -EngPaint -EngPlgBlt -EngQueryEMFInfo -EngQueryLocalTime -EngReleaseSemaphore -EngStretchBlt -EngStretchBltROP -EngStrokeAndFillPath -EngStrokePath -EngTextOut -EngTransparentBlt -EngUnicodeToMultiByteN -EngUnlockSurface -EngWideCharToMultiByte -EnumEnhMetaFile -EnumFontFamiliesA -EnumFontFamiliesExA -EnumFontFamiliesExW -EnumFontFamiliesW -EnumFontsA -EnumFontsW -EnumICMProfilesA -EnumICMProfilesW -EnumMetaFile -EnumObjects -EqualRgn -Escape -EudcLoadLinkW -EudcUnloadLinkW -ExcludeClipRect -ExtCreatePen -ExtCreateRegion -ExtEscape -ExtFloodFill -ExtSelectClipRgn -ExtTextOutA -ExtTextOutW -FONTOBJ_cGetAllGlyphHandles -FONTOBJ_cGetGlyphs -FONTOBJ_pQueryGlyphAttrs -FONTOBJ_pfdg -FONTOBJ_pifi -FONTOBJ_pvTrueTypeFontFile -FONTOBJ_pxoGetXform -FONTOBJ_vGetInfo -FillPath -FillRgn -FixBrushOrgEx -FlattenPath -FloodFill -FontIsLinked -FrameRgn -GdiAddFontResourceW -GdiAddGlsBounds -GdiAddGlsRecord -GdiAlphaBlend -GdiArtificialDecrementDriver -GdiCleanCacheDC -GdiComment -GdiConsoleTextOut -GdiConvertAndCheckDC -GdiConvertBitmap -GdiConvertBitmapV5 -GdiConvertBrush -GdiConvertDC -GdiConvertEnhMetaFile -GdiConvertFont -GdiConvertMetaFilePict -GdiConvertPalette -GdiConvertRegion -GdiConvertToDevmodeW -GdiCreateLocalEnhMetaFile -GdiCreateLocalMetaFilePict -GdiDeleteLocalDC -GdiDeleteSpoolFileHandle -GdiDescribePixelFormat -GdiDllInitialize -GdiDrawStream -GdiEndDocEMF -GdiEndPageEMF -GdiEntry1 -GdiEntry10 -GdiEntry11 -GdiEntry12 -GdiEntry13 -GdiEntry14 -GdiEntry15 -GdiEntry16 -GdiEntry2 -GdiEntry3 -GdiEntry4 -GdiEntry5 -GdiEntry6 -GdiEntry7 -GdiEntry8 -GdiEntry9 -GdiFixUpHandle -GdiFlush -GdiFullscreenControl -GdiGetBatchLimit -GdiGetCharDimensions -GdiGetCodePage -GdiGetDC -GdiGetDevmodeForPage -GdiGetLocalBrush -GdiGetLocalDC -GdiGetLocalFont -GdiGetPageCount -GdiGetPageHandle -GdiGetSpoolFileHandle -GdiGetSpoolMessage -GdiGradientFill -GdiInitSpool -GdiInitializeLanguagePack -GdiIsMetaFileDC -GdiIsMetaPrintDC -GdiIsPlayMetafileDC -GdiPlayDCScript -GdiPlayEMF -GdiPlayJournal -GdiPlayPageEMF -GdiPlayPrivatePageEMF -GdiPlayScript -GdiPrinterThunk -GdiProcessSetup -GdiQueryFonts -GdiQueryTable -GdiRealizationInfo -GdiReleaseDC -GdiReleaseLocalDC -GdiResetDCEMF -GdiSetAttrs -GdiSetBatchLimit -GdiSetLastError -GdiSetPixelFormat -GdiSetServerAttr -GdiStartDocEMF -GdiStartPageEMF -GdiSwapBuffers -GdiTransparentBlt -GdiValidateHandle -GetArcDirection -GetAspectRatioFilterEx -GetBitmapAttributes -GetBitmapBits -GetBitmapDimensionEx -GetBkColor -GetBkMode -GetBoundsRect -GetBrushAttributes -GetBrushOrgEx -GetCharABCWidthsA -GetCharABCWidthsFloatA -GetCharABCWidthsFloatW -GetCharABCWidthsI -GetCharABCWidthsW -GetCharWidth32A -GetCharWidth32W -GetCharWidthA -GetCharWidthFloatA -GetCharWidthFloatW -GetCharWidthI -GetCharWidthInfo -GetCharWidthW -GetCharacterPlacementA -GetCharacterPlacementW -GetClipBox -GetClipRgn -GetColorAdjustment -GetColorSpace -GetCurrentObject -GetCurrentPositionEx -GetDCBrushColor -GetDCOrgEx -GetDCPenColor -GetDIBColorTable -GetDIBits -GetDeviceCaps -GetDeviceGammaRamp -GetETM -GetEUDCTimeStamp -GetEUDCTimeStampExW -GetEnhMetaFileA -GetEnhMetaFileBits -GetEnhMetaFileDescriptionA -GetEnhMetaFileDescriptionW -GetEnhMetaFileHeader -GetEnhMetaFilePaletteEntries -GetEnhMetaFilePixelFormat -GetEnhMetaFileW -GetFontAssocStatus -GetFontData -GetFontLanguageInfo -GetFontResourceInfoW -GetFontUnicodeRanges -GetGlyphIndicesA -GetGlyphIndicesW -GetGlyphOutline -GetGlyphOutlineA -GetGlyphOutlineW -GetGlyphOutlineWow -GetGraphicsMode -GetHFONT -GetICMProfileA -GetICMProfileW -GetKerningPairs -GetKerningPairsA -GetKerningPairsW -GetLayout -GetLogColorSpaceA -GetLogColorSpaceW -GetMapMode -GetMetaFileA -GetMetaFileBitsEx -GetMetaFileW -GetMetaRgn -GetMiterLimit -GetNearestColor -GetNearestPaletteIndex -GetObjectA -GetObjectType -GetObjectW -GetOutlineTextMetricsA -GetOutlineTextMetricsW -GetPaletteEntries -GetPath -GetPixel -GetPixelFormat -GetPolyFillMode -GetROP2 -GetRandomRgn -GetRasterizerCaps -GetRegionData -GetRelAbs -GetRgnBox -GetStockObject -GetStretchBltMode -GetStringBitmapA -GetStringBitmapW -GetSystemPaletteEntries -GetSystemPaletteUse -GetTextAlign -GetTextCharacterExtra -GetTextCharset -GetTextCharsetInfo -GetTextColor -GetTextExtentExPointA -GetTextExtentExPointI -GetTextExtentExPointW -GetTextExtentExPointWPri -GetTextExtentPoint32A -GetTextExtentPoint32W -GetTextExtentPointA -GetTextExtentPointI -GetTextExtentPointW -GetTextFaceA -GetTextFaceAliasW -GetTextFaceW -GetTextMetricsA -GetTextMetricsW -GetTransform -GetViewportExtEx -GetViewportOrgEx -GetWinMetaFileBits -GetWindowExtEx -GetWindowOrgEx -GetWorldTransform -HT_Get8BPPFormatPalette -HT_Get8BPPMaskPalette -IntersectClipRect -InvertRgn -IsValidEnhMetaRecord -IsValidEnhMetaRecordOffExt -LPtoDP -LineDDA -LineTo -MaskBlt -MirrorRgn -ModifyWorldTransform -MoveToEx -NamedEscape -OffsetClipRgn -OffsetRgn -OffsetViewportOrgEx -OffsetWindowOrgEx -PATHOBJ_bEnum -PATHOBJ_bEnumClipLines -PATHOBJ_vEnumStart -PATHOBJ_vEnumStartClipLines -PATHOBJ_vGetBounds -PaintRgn -PatBlt -PathToRegion -Pie -PlayEnhMetaFile -PlayEnhMetaFileRecord -PlayMetaFile -PlayMetaFileRecord -PlgBlt -PolyBezier -PolyBezierTo -PolyDraw -PolyPatBlt -PolyPolygon -PolyPolyline -PolyTextOutA -PolyTextOutW -Polygon -Polyline -PolylineTo -PtInRegion -PtVisible -QueryFontAssocStatus -RealizePalette -RectInRegion -RectVisible -Rectangle -RemoveFontMemResourceEx -RemoveFontResourceA -RemoveFontResourceExA -RemoveFontResourceExW -RemoveFontResourceTracking -RemoveFontResourceW -ResetDCA -ResetDCW -ResizePalette -RestoreDC -RoundRect -STROBJ_bEnum -STROBJ_bEnumPositionsOnly -STROBJ_bGetAdvanceWidths -STROBJ_dwGetCodePage -STROBJ_vEnumStart -SaveDC -ScaleViewportExtEx -ScaleWindowExtEx -SelectBrushLocal -SelectClipPath -SelectClipRgn -SelectFontLocal -SelectObject -SelectPalette -SetAbortProc -SetArcDirection -SetBitmapAttributes -SetBitmapBits -SetBitmapDimensionEx -SetBkColor -SetBkMode -SetBoundsRect -SetBrushAttributes -SetBrushOrgEx -SetColorAdjustment -SetColorSpace -SetDCBrushColor -SetDCPenColor -SetDIBColorTable -SetDIBits -SetDIBitsToDevice -SetDeviceGammaRamp -SetEnhMetaFileBits -SetFontEnumeration -SetGraphicsMode -SetICMMode -SetICMProfileA -SetICMProfileW -SetLayout -SetLayoutWidth -SetMagicColors -SetMapMode -SetMapperFlags -SetMetaFileBitsEx -SetMetaRgn -SetMiterLimit -SetPaletteEntries -SetPixel -SetPixelFormat -SetPixelV -SetPolyFillMode -SetROP2 -SetRectRgn -SetRelAbs -SetStretchBltMode -SetSystemPaletteUse -SetTextAlign -SetTextCharacterExtra -SetTextColor -SetTextJustification -SetViewportExtEx -SetViewportOrgEx -SetVirtualResolution -SetWinMetaFileBits -SetWindowExtEx -SetWindowOrgEx -SetWorldTransform -StartDocA -StartDocW -StartFormPage -StartPage -StretchBlt -StretchDIBits -StrokeAndFillPath -StrokePath -SwapBuffers -TextOutA -TextOutW -TranslateCharsetInfo -UnloadNetworkFonts -UnrealizeObject -UpdateColors -UpdateICMRegKeyA -UpdateICMRegKeyW -WidenPath -XFORMOBJ_bApplyXform -XFORMOBJ_iGetXform -XLATEOBJ_cGetPalette -XLATEOBJ_hGetColorTransform -XLATEOBJ_iXlate -XLATEOBJ_piVector -bInitSystemAndFontsDirectoriesW -bMakePathNameW -cGetTTFFromFOT -gdiPlaySpoolStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/gdiplus.def mingw-w64-6.0.0/mingw-w64-crt/lib64/gdiplus.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/gdiplus.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/gdiplus.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,637 +0,0 @@ -; -; Definition file of gdiplus.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "gdiplus.dll" -EXPORTS -GdipAddPathArc -GdipAddPathArcI -GdipAddPathBezier -GdipAddPathBezierI -GdipAddPathBeziers -GdipAddPathBeziersI -GdipAddPathClosedCurve -GdipAddPathClosedCurve2 -GdipAddPathClosedCurve2I -GdipAddPathClosedCurveI -GdipAddPathCurve -GdipAddPathCurve2 -GdipAddPathCurve2I -GdipAddPathCurve3 -GdipAddPathCurve3I -GdipAddPathCurveI -GdipAddPathEllipse -GdipAddPathEllipseI -GdipAddPathLine -GdipAddPathLine2 -GdipAddPathLine2I -GdipAddPathLineI -GdipAddPathPath -GdipAddPathPie -GdipAddPathPieI -GdipAddPathPolygon -GdipAddPathPolygonI -GdipAddPathRectangle -GdipAddPathRectangleI -GdipAddPathRectangles -GdipAddPathRectanglesI -GdipAddPathString -GdipAddPathStringI -GdipAlloc -GdipBeginContainer -GdipBeginContainer2 -GdipBeginContainerI -GdipBitmapGetPixel -GdipBitmapLockBits -GdipBitmapSetPixel -GdipBitmapSetResolution -GdipBitmapUnlockBits -GdipClearPathMarkers -GdipCloneBitmapArea -GdipCloneBitmapAreaI -GdipCloneBrush -GdipCloneCustomLineCap -GdipCloneFont -GdipCloneFontFamily -GdipCloneImage -GdipCloneImageAttributes -GdipCloneMatrix -GdipClonePath -GdipClonePen -GdipCloneRegion -GdipCloneStringFormat -GdipClosePathFigure -GdipClosePathFigures -GdipCombineRegionPath -GdipCombineRegionRect -GdipCombineRegionRectI -GdipCombineRegionRegion -GdipComment -GdipCreateAdjustableArrowCap -GdipCreateBitmapFromDirectDrawSurface -GdipCreateBitmapFromFile -GdipCreateBitmapFromFileICM -GdipCreateBitmapFromGdiDib -GdipCreateBitmapFromGraphics -GdipCreateBitmapFromHBITMAP -GdipCreateBitmapFromHICON -GdipCreateBitmapFromResource -GdipCreateBitmapFromScan0 -GdipCreateBitmapFromStream -GdipCreateBitmapFromStreamICM -GdipCreateCachedBitmap -GdipCreateCustomLineCap -GdipCreateFont -GdipCreateFontFamilyFromName -GdipCreateFontFromDC -GdipCreateFontFromLogfontA -GdipCreateFontFromLogfontW -GdipCreateFromHDC -GdipCreateFromHDC2 -GdipCreateFromHWND -GdipCreateFromHWNDICM -GdipCreateHBITMAPFromBitmap -GdipCreateHICONFromBitmap -GdipCreateHalftonePalette -GdipCreateHatchBrush -GdipCreateImageAttributes -GdipCreateLineBrush -GdipCreateLineBrushFromRect -GdipCreateLineBrushFromRectI -GdipCreateLineBrushFromRectWithAngle -GdipCreateLineBrushFromRectWithAngleI -GdipCreateLineBrushI -GdipCreateMatrix -GdipCreateMatrix2 -GdipCreateMatrix3 -GdipCreateMatrix3I -GdipCreateMetafileFromEmf -GdipCreateMetafileFromFile -GdipCreateMetafileFromStream -GdipCreateMetafileFromWmf -GdipCreateMetafileFromWmfFile -GdipCreatePath -GdipCreatePath2 -GdipCreatePath2I -GdipCreatePathGradient -GdipCreatePathGradientFromPath -GdipCreatePathGradientI -GdipCreatePathIter -GdipCreatePen1 -GdipCreatePen2 -GdipCreateRegion -GdipCreateRegionHrgn -GdipCreateRegionPath -GdipCreateRegionRect -GdipCreateRegionRectI -GdipCreateRegionRgnData -GdipCreateSolidFill -GdipCreateStreamOnFile -GdipCreateStringFormat -GdipCreateTexture -GdipCreateTexture2 -GdipCreateTexture2I -GdipCreateTextureIA -GdipCreateTextureIAI -GdipDeleteBrush -GdipDeleteCachedBitmap -GdipDeleteCustomLineCap -GdipDeleteFont -GdipDeleteFontFamily -GdipDeleteGraphics -GdipDeleteMatrix -GdipDeletePath -GdipDeletePathIter -GdipDeletePen -GdipDeletePrivateFontCollection -GdipDeleteRegion -GdipDeleteStringFormat -GdipDisposeImage -GdipDisposeImageAttributes -GdipDrawArc -GdipDrawArcI -GdipDrawBezier -GdipDrawBezierI -GdipDrawBeziers -GdipDrawBeziersI -GdipDrawCachedBitmap -GdipDrawClosedCurve -GdipDrawClosedCurve2 -GdipDrawClosedCurve2I -GdipDrawClosedCurveI -GdipDrawCurve -GdipDrawCurve2 -GdipDrawCurve2I -GdipDrawCurve3 -GdipDrawCurve3I -GdipDrawCurveI -GdipDrawDriverString -GdipDrawEllipse -GdipDrawEllipseI -GdipDrawImage -GdipDrawImageI -GdipDrawImagePointRect -GdipDrawImagePointRectI -GdipDrawImagePoints -GdipDrawImagePointsI -GdipDrawImagePointsRect -GdipDrawImagePointsRectI -GdipDrawImageRect -GdipDrawImageRectI -GdipDrawImageRectRect -GdipDrawImageRectRectI -GdipDrawLine -GdipDrawLineI -GdipDrawLines -GdipDrawLinesI -GdipDrawPath -GdipDrawPie -GdipDrawPieI -GdipDrawPolygon -GdipDrawPolygonI -GdipDrawRectangle -GdipDrawRectangleI -GdipDrawRectangles -GdipDrawRectanglesI -GdipDrawString -GdipEmfToWmfBits -GdipEndContainer -GdipEnumerateMetafileDestPoint -GdipEnumerateMetafileDestPointI -GdipEnumerateMetafileDestPoints -GdipEnumerateMetafileDestPointsI -GdipEnumerateMetafileDestRect -GdipEnumerateMetafileDestRectI -GdipEnumerateMetafileSrcRectDestPoint -GdipEnumerateMetafileSrcRectDestPointI -GdipEnumerateMetafileSrcRectDestPoints -GdipEnumerateMetafileSrcRectDestPointsI -GdipEnumerateMetafileSrcRectDestRect -GdipEnumerateMetafileSrcRectDestRectI -GdipFillClosedCurve -GdipFillClosedCurve2 -GdipFillClosedCurve2I -GdipFillClosedCurveI -GdipFillEllipse -GdipFillEllipseI -GdipFillPath -GdipFillPie -GdipFillPieI -GdipFillPolygon -GdipFillPolygon2 -GdipFillPolygon2I -GdipFillPolygonI -GdipFillRectangle -GdipFillRectangleI -GdipFillRectangles -GdipFillRectanglesI -GdipFillRegion -GdipFlattenPath -GdipFlush -GdipFree -GdipGetAdjustableArrowCapFillState -GdipGetAdjustableArrowCapHeight -GdipGetAdjustableArrowCapMiddleInset -GdipGetAdjustableArrowCapWidth -GdipGetAllPropertyItems -GdipGetBrushType -GdipGetCellAscent -GdipGetCellDescent -GdipGetClip -GdipGetClipBounds -GdipGetClipBoundsI -GdipGetCompositingMode -GdipGetCompositingQuality -GdipGetCustomLineCapBaseCap -GdipGetCustomLineCapBaseInset -GdipGetCustomLineCapStrokeCaps -GdipGetCustomLineCapStrokeJoin -GdipGetCustomLineCapType -GdipGetCustomLineCapWidthScale -GdipGetDC -GdipGetDpiX -GdipGetDpiY -GdipGetEmHeight -GdipGetEncoderParameterList -GdipGetEncoderParameterListSize -GdipGetFamily -GdipGetFamilyName -GdipGetFontCollectionFamilyCount -GdipGetFontCollectionFamilyList -GdipGetFontHeight -GdipGetFontHeightGivenDPI -GdipGetFontSize -GdipGetFontStyle -GdipGetFontUnit -GdipGetGenericFontFamilyMonospace -GdipGetGenericFontFamilySansSerif -GdipGetGenericFontFamilySerif -GdipGetHatchBackgroundColor -GdipGetHatchForegroundColor -GdipGetHatchStyle -GdipGetHemfFromMetafile -GdipGetImageAttributesAdjustedPalette -GdipGetImageBounds -GdipGetImageDecoders -GdipGetImageDecodersSize -GdipGetImageDimension -GdipGetImageEncoders -GdipGetImageEncodersSize -GdipGetImageFlags -GdipGetImageGraphicsContext -GdipGetImageHeight -GdipGetImageHorizontalResolution -GdipGetImagePalette -GdipGetImagePaletteSize -GdipGetImagePixelFormat -GdipGetImageRawFormat -GdipGetImageThumbnail -GdipGetImageType -GdipGetImageVerticalResolution -GdipGetImageWidth -GdipGetInterpolationMode -GdipGetLineBlend -GdipGetLineBlendCount -GdipGetLineColors -GdipGetLineGammaCorrection -GdipGetLinePresetBlend -GdipGetLinePresetBlendCount -GdipGetLineRect -GdipGetLineRectI -GdipGetLineSpacing -GdipGetLineTransform -GdipGetLineWrapMode -GdipGetLogFontA -GdipGetLogFontW -GdipGetMatrixElements -GdipGetMetafileDownLevelRasterizationLimit -GdipGetMetafileHeaderFromEmf -GdipGetMetafileHeaderFromFile -GdipGetMetafileHeaderFromMetafile -GdipGetMetafileHeaderFromStream -GdipGetMetafileHeaderFromWmf -GdipGetNearestColor -GdipGetPageScale -GdipGetPageUnit -GdipGetPathData -GdipGetPathFillMode -GdipGetPathGradientBlend -GdipGetPathGradientBlendCount -GdipGetPathGradientCenterColor -GdipGetPathGradientCenterPoint -GdipGetPathGradientCenterPointI -GdipGetPathGradientFocusScales -GdipGetPathGradientGammaCorrection -GdipGetPathGradientPath -GdipGetPathGradientPointCount -GdipGetPathGradientPresetBlend -GdipGetPathGradientPresetBlendCount -GdipGetPathGradientRect -GdipGetPathGradientRectI -GdipGetPathGradientSurroundColorCount -GdipGetPathGradientSurroundColorsWithCount -GdipGetPathGradientTransform -GdipGetPathGradientWrapMode -GdipGetPathLastPoint -GdipGetPathPoints -GdipGetPathPointsI -GdipGetPathTypes -GdipGetPathWorldBounds -GdipGetPathWorldBoundsI -GdipGetPenBrushFill -GdipGetPenColor -GdipGetPenCompoundArray -GdipGetPenCompoundCount -GdipGetPenCustomEndCap -GdipGetPenCustomStartCap -GdipGetPenDashArray -GdipGetPenDashCap197819 -GdipGetPenDashCount -GdipGetPenDashOffset -GdipGetPenDashStyle -GdipGetPenEndCap -GdipGetPenFillType -GdipGetPenLineJoin -GdipGetPenMiterLimit -GdipGetPenMode -GdipGetPenStartCap -GdipGetPenTransform -GdipGetPenUnit -GdipGetPenWidth -GdipGetPixelOffsetMode -GdipGetPointCount -GdipGetPropertyCount -GdipGetPropertyIdList -GdipGetPropertyItem -GdipGetPropertyItemSize -GdipGetPropertySize -GdipGetRegionBounds -GdipGetRegionBoundsI -GdipGetRegionData -GdipGetRegionDataSize -GdipGetRegionHRgn -GdipGetRegionScans -GdipGetRegionScansCount -GdipGetRegionScansI -GdipGetRenderingOrigin -GdipGetSmoothingMode -GdipGetSolidFillColor -GdipGetStringFormatAlign -GdipGetStringFormatDigitSubstitution -GdipGetStringFormatFlags -GdipGetStringFormatHotkeyPrefix -GdipGetStringFormatLineAlign -GdipGetStringFormatMeasurableCharacterRangeCount -GdipGetStringFormatTabStopCount -GdipGetStringFormatTabStops -GdipGetStringFormatTrimming -GdipGetTextContrast -GdipGetTextRenderingHint -GdipGetTextureImage -GdipGetTextureTransform -GdipGetTextureWrapMode -GdipGetVisibleClipBounds -GdipGetVisibleClipBoundsI -GdipGetWorldTransform -GdipGraphicsClear -GdipImageForceValidation -GdipImageGetFrameCount -GdipImageGetFrameDimensionsCount -GdipImageGetFrameDimensionsList -GdipImageRotateFlip -GdipImageSelectActiveFrame -GdipInvertMatrix -GdipIsClipEmpty -GdipIsEmptyRegion -GdipIsEqualRegion -GdipIsInfiniteRegion -GdipIsMatrixEqual -GdipIsMatrixIdentity -GdipIsMatrixInvertible -GdipIsOutlineVisiblePathPoint -GdipIsOutlineVisiblePathPointI -GdipIsStyleAvailable -GdipIsVisibleClipEmpty -GdipIsVisiblePathPoint -GdipIsVisiblePathPointI -GdipIsVisiblePoint -GdipIsVisiblePointI -GdipIsVisibleRect -GdipIsVisibleRectI -GdipIsVisibleRegionPoint -GdipIsVisibleRegionPointI -GdipIsVisibleRegionRect -GdipIsVisibleRegionRectI -GdipLoadImageFromFile -GdipLoadImageFromFileICM -GdipLoadImageFromStream -GdipLoadImageFromStreamICM -GdipMeasureCharacterRanges -GdipMeasureDriverString -GdipMeasureString -GdipMultiplyLineTransform -GdipMultiplyMatrix -GdipMultiplyPathGradientTransform -GdipMultiplyPenTransform -GdipMultiplyTextureTransform -GdipMultiplyWorldTransform -GdipNewInstalledFontCollection -GdipNewPrivateFontCollection -GdipPathIterCopyData -GdipPathIterEnumerate -GdipPathIterGetCount -GdipPathIterGetSubpathCount -GdipPathIterHasCurve -GdipPathIterIsValid -GdipPathIterNextMarker -GdipPathIterNextMarkerPath -GdipPathIterNextPathType -GdipPathIterNextSubpath -GdipPathIterNextSubpathPath -GdipPathIterRewind -GdipPlayMetafileRecord -GdipPrivateAddFontFile -GdipPrivateAddMemoryFont -GdipRecordMetafile -GdipRecordMetafileFileName -GdipRecordMetafileFileNameI -GdipRecordMetafileI -GdipRecordMetafileStream -GdipRecordMetafileStreamI -GdipReleaseDC -GdipRemovePropertyItem -GdipResetClip -GdipResetImageAttributes -GdipResetLineTransform -GdipResetPageTransform -GdipResetPath -GdipResetPathGradientTransform -GdipResetPenTransform -GdipResetTextureTransform -GdipResetWorldTransform -GdipRestoreGraphics -GdipReversePath -GdipRotateLineTransform -GdipRotateMatrix -GdipRotatePathGradientTransform -GdipRotatePenTransform -GdipRotateTextureTransform -GdipRotateWorldTransform -GdipSaveAdd -GdipSaveAddImage -GdipSaveGraphics -GdipSaveImageToFile -GdipSaveImageToStream -GdipScaleLineTransform -GdipScaleMatrix -GdipScalePathGradientTransform -GdipScalePenTransform -GdipScaleTextureTransform -GdipScaleWorldTransform -GdipSetAdjustableArrowCapFillState -GdipSetAdjustableArrowCapHeight -GdipSetAdjustableArrowCapMiddleInset -GdipSetAdjustableArrowCapWidth -GdipSetClipGraphics -GdipSetClipHrgn -GdipSetClipPath -GdipSetClipRect -GdipSetClipRectI -GdipSetClipRegion -GdipSetCompositingMode -GdipSetCompositingQuality -GdipSetCustomLineCapBaseCap -GdipSetCustomLineCapBaseInset -GdipSetCustomLineCapStrokeCaps -GdipSetCustomLineCapStrokeJoin -GdipSetCustomLineCapWidthScale -GdipSetEmpty -GdipSetImageAttributesCachedBackground -GdipSetImageAttributesColorKeys -GdipSetImageAttributesColorMatrix -GdipSetImageAttributesGamma -GdipSetImageAttributesNoOp -GdipSetImageAttributesOutputChannel -GdipSetImageAttributesOutputChannelColorProfile -GdipSetImageAttributesRemapTable -GdipSetImageAttributesThreshold -GdipSetImageAttributesToIdentity -GdipSetImageAttributesWrapMode -GdipSetImagePalette -GdipSetInfinite -GdipSetInterpolationMode -GdipSetLineBlend -GdipSetLineColors -GdipSetLineGammaCorrection -GdipSetLineLinearBlend -GdipSetLinePresetBlend -GdipSetLineSigmaBlend -GdipSetLineTransform -GdipSetLineWrapMode -GdipSetMatrixElements -GdipSetMetafileDownLevelRasterizationLimit -GdipSetPageScale -GdipSetPageUnit -GdipSetPathFillMode -GdipSetPathGradientBlend -GdipSetPathGradientCenterColor -GdipSetPathGradientCenterPoint -GdipSetPathGradientCenterPointI -GdipSetPathGradientFocusScales -GdipSetPathGradientGammaCorrection -GdipSetPathGradientLinearBlend -GdipSetPathGradientPath -GdipSetPathGradientPresetBlend -GdipSetPathGradientSigmaBlend -GdipSetPathGradientSurroundColorsWithCount -GdipSetPathGradientTransform -GdipSetPathGradientWrapMode -GdipSetPathMarker -GdipSetPenBrushFill -GdipSetPenColor -GdipSetPenCompoundArray -GdipSetPenCustomEndCap -GdipSetPenCustomStartCap -GdipSetPenDashArray -GdipSetPenDashCap197819 -GdipSetPenDashOffset -GdipSetPenDashStyle -GdipSetPenEndCap -GdipSetPenLineCap197819 -GdipSetPenLineJoin -GdipSetPenMiterLimit -GdipSetPenMode -GdipSetPenStartCap -GdipSetPenTransform -GdipSetPenUnit -GdipSetPenWidth -GdipSetPixelOffsetMode -GdipSetPropertyItem -GdipSetRenderingOrigin -GdipSetSmoothingMode -GdipSetSolidFillColor -GdipSetStringFormatAlign -GdipSetStringFormatDigitSubstitution -GdipSetStringFormatFlags -GdipSetStringFormatHotkeyPrefix -GdipSetStringFormatLineAlign -GdipSetStringFormatMeasurableCharacterRanges -GdipSetStringFormatTabStops -GdipSetStringFormatTrimming -GdipSetTextContrast -GdipSetTextRenderingHint -GdipSetTextureTransform -GdipSetTextureWrapMode -GdipSetWorldTransform -GdipShearMatrix -GdipStartPathFigure -GdipStringFormatGetGenericDefault -GdipStringFormatGetGenericTypographic -GdipTestControl -GdipTransformMatrixPoints -GdipTransformMatrixPointsI -GdipTransformPath -GdipTransformPoints -GdipTransformPointsI -GdipTransformRegion -GdipTranslateClip -GdipTranslateClipI -GdipTranslateLineTransform -GdipTranslateMatrix -GdipTranslatePathGradientTransform -GdipTranslatePenTransform -GdipTranslateRegion -GdipTranslateRegionI -GdipTranslateTextureTransform -GdipTranslateWorldTransform -GdipVectorTransformMatrixPoints -GdipVectorTransformMatrixPointsI -GdipWarpPath -GdipWidenPath -GdipWindingModeOutline -GdiplusNotificationHook -GdiplusNotificationUnhook -GdiplusShutdown -GdiplusStartup -GdipFindFirstImageItem -GdipFindNextImageItem -GdipGetImageItemData -GdipCreateEffect -GdipDeleteEffect -GdipGetEffectParameterSize -GdipGetEffectParameters -GdipSetEffectParameters -GdipBitmapCreateApplyEffect -GdipBitmapApplyEffect -GdipBitmapGetHistogram -GdipBitmapGetHistogramSize -GdipBitmapConvertFormat -GdipInitializePalette -GdipImageSetAbort -GdipGraphicsSetAbort -GdipDrawImageFX -GdipConvertToEmfPlus -GdipConvertToEmfPlusToFile -GdipConvertToEmfPlusToStream -GdipPlayTSClientRecord diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/getuname.def mingw-w64-6.0.0/mingw-w64-crt/lib64/getuname.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/getuname.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/getuname.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file GetUName.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY GetUName.dll -EXPORTS -GetUName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/gpedit.def mingw-w64-6.0.0/mingw-w64-crt/lib64/gpedit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/gpedit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/gpedit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Exports of file GPEDIT.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY GPEDIT.DLL -EXPORTS -BrowseForGPO -CreateGPOLink -DeleteAllGPOLinks -DeleteGPOLink -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -ExportRSoPData -ImportRSoPData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/gzip.def mingw-w64-6.0.0/mingw-w64-crt/lib64/gzip.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/gzip.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/gzip.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file gzip.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY gzip.dll -EXPORTS -Compress -CreateCompression -DeInitCompression -DestroyCompression -InitCompression -ResetCompression diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/h323msp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/h323msp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/h323msp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/h323msp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file h323msp.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY h323msp.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hbaapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hbaapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hbaapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hbaapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -; -; Exports of file HBAAPI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY HBAAPI.dll -EXPORTS -HBA_CloseAdapter -HBA_FreeLibrary -HBA_GetAdapterAttributes -HBA_GetAdapterName -HBA_GetAdapterPortAttributes -HBA_GetBindingCapability -HBA_GetBindingSupport -HBA_GetDiscoveredPortAttributes -HBA_GetEventBuffer -HBA_GetFC4Statistics -HBA_GetFCPStatistics -HBA_GetFcpPersistentBinding -HBA_GetFcpTargetMapping -HBA_GetFcpTargetMappingV2 -HBA_GetNumberOfAdapters -HBA_GetPersistentBindingV2 -HBA_GetPortAttributesByWWN -HBA_GetPortStatistics -HBA_GetRNIDMgmtInfo -HBA_GetVendorLibraryAttributes -HBA_GetVersion -HBA_GetWrapperLibraryAttributes -HBA_LoadLibrary -HBA_OpenAdapter -HBA_OpenAdapterByWWN -HBA_RefreshAdapterConfiguration -HBA_RefreshInformation -HBA_RegisterForAdapterAddEvents -HBA_RegisterForAdapterEvents -HBA_RegisterForAdapterPortEvents -HBA_RegisterForAdapterPortStatEvents -HBA_RegisterForLinkEvents -HBA_RegisterForTargetEvents -HBA_RegisterLibrary -HBA_RegisterLibraryV2 -HBA_RemoveAllPersistentBindings -HBA_RemoveCallback -HBA_RemovePersistentBinding -HBA_ResetStatistics -HBA_ScsiInquiryV2 -HBA_ScsiReadCapacityV2 -HBA_ScsiReportLUNsV2 -HBA_SendCTPassThru -HBA_SendCTPassThruV2 -HBA_SendLIRR -HBA_SendRLS -HBA_SendRNID -HBA_SendRNIDV2 -HBA_SendRPL -HBA_SendRPS -HBA_SendReadCapacity -HBA_SendReportLUNs -HBA_SendSRL -HBA_SendScsiInquiry -HBA_SetBindingSupport -HBA_SetPersistentBindingV2 -HBA_SetRNIDMgmtInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hhsetup.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hhsetup.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hhsetup.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hhsetup.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,298 +0,0 @@ -; -; Exports of file hhsetup.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY hhsetup.dll -EXPORTS -; public: __cdecl CCollection::CCollection(void) __ptr64 -??0CCollection@@QEAA@XZ -; public: __cdecl CFIFOString::CFIFOString(void) __ptr64 -??0CFIFOString@@QEAA@XZ -; public: __cdecl CFolder::CFolder(void) __ptr64 -??0CFolder@@QEAA@XZ -; public: __cdecl CLocation::CLocation(void) __ptr64 -??0CLocation@@QEAA@XZ -; public: __cdecl CPointerList::CPointerList(void) __ptr64 -??0CPointerList@@QEAA@XZ -; public: __cdecl CTitle::CTitle(void) __ptr64 -??0CTitle@@QEAA@XZ -; public: __cdecl CCollection::~CCollection(void) __ptr64 -??1CCollection@@QEAA@XZ -; public: __cdecl CFIFOString::~CFIFOString(void) __ptr64 -??1CFIFOString@@QEAA@XZ -; public: __cdecl CFolder::~CFolder(void) __ptr64 -??1CFolder@@QEAA@XZ -; public: __cdecl CLocation::~CLocation(void) __ptr64 -??1CLocation@@QEAA@XZ -; public: __cdecl CPointerList::~CPointerList(void) __ptr64 -??1CPointerList@@QEAA@XZ -; public: __cdecl CTitle::~CTitle(void) __ptr64 -??1CTitle@@QEAA@XZ -; public: class CCollection & __ptr64 __cdecl CCollection::operator=(class CCollection const & __ptr64) __ptr64 -??4CCollection@@QEAAAEAV0@AEBV0@@Z -; public: class CFIFOString & __ptr64 __cdecl CFIFOString::operator=(class CFIFOString const & __ptr64) __ptr64 -??4CFIFOString@@QEAAAEAV0@AEBV0@@Z -; public: class CFolder & __ptr64 __cdecl CFolder::operator=(class CFolder const & __ptr64) __ptr64 -??4CFolder@@QEAAAEAV0@AEBV0@@Z -; public: class CLocation & __ptr64 __cdecl CLocation::operator=(class CLocation const & __ptr64) __ptr64 -??4CLocation@@QEAAAEAV0@AEBV0@@Z -; public: class CPointerList & __ptr64 __cdecl CPointerList::operator=(class CPointerList const & __ptr64) __ptr64 -??4CPointerList@@QEAAAEAV0@AEBV0@@Z -; public: class CTitle & __ptr64 __cdecl CTitle::operator=(class CTitle const & __ptr64) __ptr64 -??4CTitle@@QEAAAEAV0@AEBV0@@Z -; public: struct ListItem * __ptr64 __cdecl CPointerList::Add(void * __ptr64) __ptr64 -?Add@CPointerList@@QEAAPEAUListItem@@PEAX@Z -; public: unsigned long __cdecl CFolder::AddChildFolder(class CFolder * __ptr64) __ptr64 -?AddChildFolder@CFolder@@QEAAKPEAV1@@Z -; public: class CFolder * __ptr64 __cdecl CFolder::AddChildFolder(char const * __ptr64,unsigned long,unsigned long * __ptr64,unsigned short) __ptr64 -?AddChildFolder@CFolder@@QEAAPEAV1@PEBDKPEAKG@Z -; public: class CFolder * __ptr64 __cdecl CFolder::AddChildFolder(unsigned short const * __ptr64,unsigned long,unsigned long * __ptr64,unsigned short) __ptr64 -?AddChildFolder@CFolder@@QEAAPEAV1@PEBGKPEAKG@Z -; public: class CColList * __ptr64 __cdecl CCollection::AddCollection(void) __ptr64 -?AddCollection@CCollection@@QEAAPEAVCColList@@XZ -; public: class CFolder * __ptr64 __cdecl CCollection::AddFolder(char const * __ptr64,unsigned long,unsigned long * __ptr64,unsigned short) __ptr64 -?AddFolder@CCollection@@QEAAPEAVCFolder@@PEBDKPEAKG@Z -; public: class CFolder * __ptr64 __cdecl CCollection::AddFolder(unsigned short const * __ptr64,unsigned long,unsigned long * __ptr64,unsigned short) __ptr64 -?AddFolder@CCollection@@QEAAPEAVCFolder@@PEBGKPEAKG@Z -; public: class CLocation * __ptr64 __cdecl CCollection::AddLocation(char const * __ptr64,char const * __ptr64,char const * __ptr64,char const * __ptr64,unsigned long * __ptr64) __ptr64 -?AddLocation@CCollection@@QEAAPEAVCLocation@@PEBD000PEAK@Z -; public: class CLocation * __ptr64 __cdecl CCollection::AddLocation(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?AddLocation@CCollection@@QEAAPEAVCLocation@@PEBG000PEAK@Z -; public: unsigned long __cdecl CTitle::AddLocationHistory(unsigned long,char const * __ptr64,char const * __ptr64,char const * __ptr64,class CLocation const * __ptr64,char const * __ptr64,char const * __ptr64,int) __ptr64 -?AddLocationHistory@CTitle@@QEAAKKPEBD00PEBVCLocation@@00H@Z -; public: unsigned long __cdecl CTitle::AddLocationHistory(unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,class CLocation const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,int) __ptr64 -?AddLocationHistory@CTitle@@QEAAKKPEBG00PEBVCLocation@@00H@Z -; public: void __cdecl CCollection::AddRef(void) __ptr64 -?AddRef@CCollection@@QEAAXXZ -; private: unsigned long __cdecl CCollection::AddRefedTitle(class CFolder * __ptr64) __ptr64 -?AddRefedTitle@CCollection@@AEAAKPEAVCFolder@@@Z -; public: unsigned long __cdecl CFIFOString::AddTail(char * __ptr64) __ptr64 -?AddTail@CFIFOString@@QEAAKPEAD@Z -; public: class CTitle * __ptr64 __cdecl CCollection::AddTitle(char const * __ptr64,char const * __ptr64,char const * __ptr64,char const * __ptr64,char const * __ptr64,unsigned short,unsigned int,class CLocation * __ptr64,unsigned long * __ptr64,int,char const * __ptr64) __ptr64 -?AddTitle@CCollection@@QEAAPEAVCTitle@@PEBD0000GIPEAVCLocation@@PEAKH0@Z -; public: class CTitle * __ptr64 __cdecl CCollection::AddTitle(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short,unsigned int,class CLocation * __ptr64,unsigned long * __ptr64,int,unsigned short const * __ptr64) __ptr64 -?AddTitle@CCollection@@QEAAPEAVCTitle@@PEBG0000GIPEAVCLocation@@PEAKH0@Z -; private: unsigned long __cdecl CCollection::AllocCopyValue(class CParseXML * __ptr64,char * __ptr64,char * __ptr64 * __ptr64) __ptr64 -?AllocCopyValue@CCollection@@AEAAKPEAVCParseXML@@PEADPEAPEAD@Z -; unsigned long __cdecl AllocSetValue(char const * __ptr64,char * __ptr64 * __ptr64) -?AllocSetValue@@YAKPEBDPEAPEAD@Z -; private: unsigned long __cdecl CCollection::CheckTitleRef(char const * __ptr64,unsigned short) __ptr64 -?CheckTitleRef@CCollection@@AEAAKPEBDG@Z -; private: unsigned long __cdecl CCollection::CheckTitleRef(unsigned short const * __ptr64,unsigned short) __ptr64 -?CheckTitleRef@CCollection@@AEAAKPEBGG@Z -; public: unsigned long __cdecl CCollection::Close(void) __ptr64 -?Close@CCollection@@QEAAKXZ -; public: void __cdecl CCollection::ConfirmTitles(void) __ptr64 -?ConfirmTitles@CCollection@@QEAAXXZ -; public: void __cdecl CCollection::DecrementRefTitleCount(void) __ptr64 -?DecrementRefTitleCount@CCollection@@QEAAXXZ -; private: void __cdecl CCollection::DeleteChildren(class CFolder * __ptr64 * __ptr64) __ptr64 -?DeleteChildren@CCollection@@AEAAXPEAPEAVCFolder@@@Z -; public: unsigned long __cdecl CCollection::DeleteFolder(class CFolder * __ptr64) __ptr64 -?DeleteFolder@CCollection@@QEAAKPEAVCFolder@@@Z -; private: void __cdecl CCollection::DeleteFolders(class CFolder * __ptr64 * __ptr64) __ptr64 -?DeleteFolders@CCollection@@AEAAXPEAPEAVCFolder@@@Z -; private: void __cdecl CCollection::DeleteLocalFiles(struct LocationHistory * __ptr64,class CTitle * __ptr64) __ptr64 -?DeleteLocalFiles@CCollection@@AEAAXPEAULocationHistory@@PEAVCTitle@@@Z -; private: unsigned long __cdecl CCollection::DeleteLocation(class CLocation * __ptr64) __ptr64 -?DeleteLocation@CCollection@@AEAAKPEAVCLocation@@@Z -; private: unsigned long __cdecl CCollection::DeleteTitle(class CTitle * __ptr64) __ptr64 -?DeleteTitle@CCollection@@AEAAKPEAVCTitle@@@Z -; public: void __cdecl CCollection::Dirty(void) __ptr64 -?Dirty@CCollection@@QEAAXXZ -; public: class CColList * __ptr64 __cdecl CCollection::FindCollection(char * __ptr64) __ptr64 -?FindCollection@CCollection@@QEAAPEAVCColList@@PEAD@Z -; public: class CLocation * __ptr64 __cdecl CCollection::FindLocation(char const * __ptr64,unsigned int * __ptr64) __ptr64 -?FindLocation@CCollection@@QEAAPEAVCLocation@@PEBDPEAI@Z -; public: class CLocation * __ptr64 __cdecl CCollection::FindLocation(unsigned short const * __ptr64,unsigned int * __ptr64) __ptr64 -?FindLocation@CCollection@@QEAAPEAVCLocation@@PEBGPEAI@Z -; public: class CTitle * __ptr64 __cdecl CCollection::FindTitle(char const * __ptr64,unsigned short) __ptr64 -?FindTitle@CCollection@@QEAAPEAVCTitle@@PEBDG@Z -; public: class CTitle * __ptr64 __cdecl CCollection::FindTitle(unsigned short const * __ptr64,unsigned short) __ptr64 -?FindTitle@CCollection@@QEAAPEAVCTitle@@PEBGG@Z -; public: struct ListItem * __ptr64 __cdecl CPointerList::First(void) __ptr64 -?First@CPointerList@@QEAAPEAUListItem@@XZ -; public: class CLocation * __ptr64 __cdecl CCollection::FirstLocation(void) __ptr64 -?FirstLocation@CCollection@@QEAAPEAVCLocation@@XZ -; public: unsigned long __cdecl CCollection::GetColNo(void) __ptr64 -?GetColNo@CCollection@@QEAAKXZ -; public: char const * __ptr64 __cdecl CCollection::GetCollectionFileName(void) __ptr64 -?GetCollectionFileName@CCollection@@QEAAPEBDXZ -; public: unsigned short const * __ptr64 __cdecl CCollection::GetCollectionFileNameW(void) __ptr64 -?GetCollectionFileNameW@CCollection@@QEAAPEBGXZ -; public: int __cdecl CCollection::GetFindMergedCHMS(void) __ptr64 -?GetFindMergedCHMS@CCollection@@QEAAHXZ -; public: class CFolder * __ptr64 __cdecl CFolder::GetFirstChildFolder(void) __ptr64 -?GetFirstChildFolder@CFolder@@QEAAPEAV1@XZ -; public: class CTitle * __ptr64 __cdecl CCollection::GetFirstTitle(void) __ptr64 -?GetFirstTitle@CCollection@@QEAAPEAVCTitle@@XZ -; public: char * __ptr64 __cdecl CLocation::GetId(void)const __ptr64 -?GetId@CLocation@@QEBAPEADXZ -; public: char * __ptr64 __cdecl CTitle::GetId(void) __ptr64 -?GetId@CTitle@@QEAAPEADXZ -; public: unsigned short const * __ptr64 __cdecl CLocation::GetIdW(void) __ptr64 -?GetIdW@CLocation@@QEAAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl CTitle::GetIdW(void) __ptr64 -?GetIdW@CTitle@@QEAAPEBGXZ -; public: unsigned short __cdecl CCollection::GetLangId(char const * __ptr64) __ptr64 -?GetLangId@CCollection@@QEAAGPEBD@Z -; public: unsigned short __cdecl CCollection::GetLangId(unsigned short const * __ptr64) __ptr64 -?GetLangId@CCollection@@QEAAGPEBG@Z -; public: unsigned short __cdecl CFolder::GetLanguage(void) __ptr64 -?GetLanguage@CFolder@@QEAAGXZ -; public: unsigned short __cdecl CTitle::GetLanguage(void) __ptr64 -?GetLanguage@CTitle@@QEAAGXZ -; public: struct LocationHistory * __ptr64 __cdecl CTitle::GetLocation(unsigned long) __ptr64 -?GetLocation@CTitle@@QEAAPEAULocationHistory@@K@Z -; public: int __cdecl CCollection::GetMasterCHM(char * __ptr64 * __ptr64,unsigned short * __ptr64) __ptr64 -?GetMasterCHM@CCollection@@QEAAHPEAPEADPEAG@Z -; public: int __cdecl CCollection::GetMasterCHM(unsigned short * __ptr64 * __ptr64,unsigned short * __ptr64) __ptr64 -?GetMasterCHM@CCollection@@QEAAHPEAPEAGPEAG@Z -; public: class CFolder * __ptr64 __cdecl CFolder::GetNextFolder(void) __ptr64 -?GetNextFolder@CFolder@@QEAAPEAV1@XZ -; public: class CLocation * __ptr64 __cdecl CLocation::GetNextLocation(void) __ptr64 -?GetNextLocation@CLocation@@QEAAPEAV1@XZ -; public: class CTitle * __ptr64 __cdecl CTitle::GetNextTitle(void) __ptr64 -?GetNextTitle@CTitle@@QEAAPEAV1@XZ -; public: unsigned long __cdecl CFolder::GetOrder(void) __ptr64 -?GetOrder@CFolder@@QEAAKXZ -; public: class CFolder * __ptr64 __cdecl CFolder::GetParent(void) __ptr64 -?GetParent@CFolder@@QEAAPEAV1@XZ -; public: char * __ptr64 __cdecl CLocation::GetPath(void) __ptr64 -?GetPath@CLocation@@QEAAPEADXZ -; public: unsigned short const * __ptr64 __cdecl CLocation::GetPathW(void) __ptr64 -?GetPathW@CLocation@@QEAAPEBGXZ -; public: unsigned long __cdecl CCollection::GetRefTitleCount(void) __ptr64 -?GetRefTitleCount@CCollection@@QEAAKXZ -; public: class CFolder * __ptr64 __cdecl CCollection::GetRootFolder(void) __ptr64 -?GetRootFolder@CCollection@@QEAAPEAVCFolder@@XZ -; public: char * __ptr64 __cdecl CCollection::GetSampleLocation(void) __ptr64 -?GetSampleLocation@CCollection@@QEAAPEADXZ -; public: unsigned short const * __ptr64 __cdecl CCollection::GetSampleLocationW(void) __ptr64 -?GetSampleLocationW@CCollection@@QEAAPEBGXZ -; public: unsigned long __cdecl CFIFOString::GetTail(char * __ptr64 * __ptr64) __ptr64 -?GetTail@CFIFOString@@QEAAKPEAPEAD@Z -; public: char * __ptr64 __cdecl CFolder::GetTitle(void) __ptr64 -?GetTitle@CFolder@@QEAAPEADXZ -; public: char * __ptr64 __cdecl CLocation::GetTitle(void) __ptr64 -?GetTitle@CLocation@@QEAAPEADXZ -; public: unsigned short const * __ptr64 __cdecl CFolder::GetTitleW(void) __ptr64 -?GetTitleW@CFolder@@QEAAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl CLocation::GetTitleW(void) __ptr64 -?GetTitleW@CLocation@@QEAAPEBGXZ -; public: unsigned long __cdecl CCollection::GetVersion(void) __ptr64 -?GetVersion@CCollection@@QEAAKXZ -; public: class CFolder * __ptr64 __cdecl CCollection::GetVisableRootFolder(void) __ptr64 -?GetVisableRootFolder@CCollection@@QEAAPEAVCFolder@@XZ -; public: char * __ptr64 __cdecl CLocation::GetVolume(void) __ptr64 -?GetVolume@CLocation@@QEAAPEADXZ -; public: unsigned short const * __ptr64 __cdecl CLocation::GetVolumeW(void) __ptr64 -?GetVolumeW@CLocation@@QEAAPEBGXZ -; private: unsigned long __cdecl CCollection::HandleCollection(class CParseXML * __ptr64,char * __ptr64) __ptr64 -?HandleCollection@CCollection@@AEAAKPEAVCParseXML@@PEAD@Z -; private: unsigned long __cdecl CCollection::HandleCollectionEntry(class CParseXML * __ptr64,char * __ptr64) __ptr64 -?HandleCollectionEntry@CCollection@@AEAAKPEAVCParseXML@@PEAD@Z -; private: unsigned long __cdecl CCollection::HandleFolder(class CParseXML * __ptr64,char * __ptr64) __ptr64 -?HandleFolder@CCollection@@AEAAKPEAVCParseXML@@PEAD@Z -; private: unsigned long __cdecl CCollection::HandleLocation(class CParseXML * __ptr64,char * __ptr64) __ptr64 -?HandleLocation@CCollection@@AEAAKPEAVCParseXML@@PEAD@Z -; private: unsigned long __cdecl CCollection::HandleTitle(class CParseXML * __ptr64,char * __ptr64) __ptr64 -?HandleTitle@CCollection@@AEAAKPEAVCParseXML@@PEAD@Z -; public: void __cdecl CCollection::IncrementRefTitleCount(void) __ptr64 -?IncrementRefTitleCount@CCollection@@QEAAXXZ -; public: int __cdecl CCollection::IsDirty(void) __ptr64 -?IsDirty@CCollection@@QEAAHXZ -; public: int __cdecl CCollection::MergeKeywords(char * __ptr64) __ptr64 -?MergeKeywords@CCollection@@QEAAHPEAD@Z -; public: int __cdecl CCollection::MergeKeywords(unsigned short * __ptr64) __ptr64 -?MergeKeywords@CCollection@@QEAAHPEAG@Z -; private: class CLocation * __ptr64 __cdecl CCollection::NewLocation(void) __ptr64 -?NewLocation@CCollection@@AEAAPEAVCLocation@@XZ -; public: struct LocationHistory * __ptr64 __cdecl CTitle::NewLocationHistory(void) __ptr64 -?NewLocationHistory@CTitle@@QEAAPEAULocationHistory@@XZ -; private: class CTitle * __ptr64 __cdecl CCollection::NewTitle(void) __ptr64 -?NewTitle@CCollection@@AEAAPEAVCTitle@@XZ -; public: struct ListItem * __ptr64 __cdecl CPointerList::Next(struct ListItem * __ptr64) __ptr64 -?Next@CPointerList@@QEAAPEAUListItem@@PEAU2@@Z -; public: unsigned long __cdecl CCollection::Open(char const * __ptr64) __ptr64 -?Open@CCollection@@QEAAKPEBD@Z -; public: unsigned long __cdecl CCollection::Open(unsigned short const * __ptr64) __ptr64 -?Open@CCollection@@QEAAKPEBG@Z -; private: unsigned long __cdecl CCollection::ParseFile(char const * __ptr64) __ptr64 -?ParseFile@CCollection@@AEAAKPEBD@Z -; private: unsigned long __cdecl CCollection::Release(void) __ptr64 -?Release@CCollection@@AEAAKXZ -; public: void __cdecl CFIFOString::RemoveAll(void) __ptr64 -?RemoveAll@CFIFOString@@QEAAXXZ -; public: void __cdecl CPointerList::RemoveAll(void) __ptr64 -?RemoveAll@CPointerList@@QEAAXXZ -; public: unsigned long __cdecl CCollection::RemoveCollection(int) __ptr64 -?RemoveCollection@CCollection@@QEAAKH@Z -; public: void __cdecl CCollection::RemoveCollectionEntry(char * __ptr64) __ptr64 -?RemoveCollectionEntry@CCollection@@QEAAXPEAD@Z -; public: unsigned long __cdecl CCollection::Save(void) __ptr64 -?Save@CCollection@@QEAAKXZ -; public: void __cdecl CFolder::SetExTitlePtr(class CExTitle * __ptr64) __ptr64 -?SetExTitlePtr@CFolder@@QEAAXPEAVCExTitle@@@Z -; public: void __cdecl CCollection::SetFindMergedCHMS(int) __ptr64 -?SetFindMergedCHMS@CCollection@@QEAAXH@Z -; public: void __cdecl CFolder::SetFirstChildFolder(class CFolder * __ptr64) __ptr64 -?SetFirstChildFolder@CFolder@@QEAAXPEAV1@@Z -; public: void __cdecl CLocation::SetId(char const * __ptr64) __ptr64 -?SetId@CLocation@@QEAAXPEBD@Z -; public: void __cdecl CLocation::SetId(unsigned short const * __ptr64) __ptr64 -?SetId@CLocation@@QEAAXPEBG@Z -; public: void __cdecl CTitle::SetId(char const * __ptr64) __ptr64 -?SetId@CTitle@@QEAAXPEBD@Z -; public: void __cdecl CTitle::SetId(unsigned short const * __ptr64) __ptr64 -?SetId@CTitle@@QEAAXPEBG@Z -; public: void __cdecl CFolder::SetLanguage(unsigned short) __ptr64 -?SetLanguage@CFolder@@QEAAXG@Z -; public: void __cdecl CTitle::SetLanguage(unsigned short) __ptr64 -?SetLanguage@CTitle@@QEAAXG@Z -; public: void __cdecl CCollection::SetMasterCHM(char const * __ptr64,unsigned short) __ptr64 -?SetMasterCHM@CCollection@@QEAAXPEBDG@Z -; public: void __cdecl CCollection::SetMasterCHM(unsigned short const * __ptr64,unsigned short) __ptr64 -?SetMasterCHM@CCollection@@QEAAXPEBGG@Z -; public: void __cdecl CFolder::SetNextFolder(class CFolder * __ptr64) __ptr64 -?SetNextFolder@CFolder@@QEAAXPEAV1@@Z -; public: void __cdecl CLocation::SetNextLocation(class CLocation * __ptr64) __ptr64 -?SetNextLocation@CLocation@@QEAAXPEAV1@@Z -; public: void __cdecl CTitle::SetNextTitle(class CTitle * __ptr64) __ptr64 -?SetNextTitle@CTitle@@QEAAXPEAV1@@Z -; public: void __cdecl CFolder::SetOrder(unsigned long) __ptr64 -?SetOrder@CFolder@@QEAAXK@Z -; public: void __cdecl CFolder::SetParent(class CFolder * __ptr64) __ptr64 -?SetParent@CFolder@@QEAAXPEAV1@@Z -; public: void __cdecl CLocation::SetPath(char const * __ptr64) __ptr64 -?SetPath@CLocation@@QEAAXPEBD@Z -; public: void __cdecl CLocation::SetPath(unsigned short const * __ptr64) __ptr64 -?SetPath@CLocation@@QEAAXPEBG@Z -; public: void __cdecl CCollection::SetSampleLocation(char const * __ptr64) __ptr64 -?SetSampleLocation@CCollection@@QEAAXPEBD@Z -; public: void __cdecl CCollection::SetSampleLocation(unsigned short const * __ptr64) __ptr64 -?SetSampleLocation@CCollection@@QEAAXPEBG@Z -; public: void __cdecl CFolder::SetTitle(char const * __ptr64) __ptr64 -?SetTitle@CFolder@@QEAAXPEBD@Z -; public: void __cdecl CFolder::SetTitle(unsigned short const * __ptr64) __ptr64 -?SetTitle@CFolder@@QEAAXPEBG@Z -; public: void __cdecl CLocation::SetTitle(char const * __ptr64) __ptr64 -?SetTitle@CLocation@@QEAAXPEBD@Z -; public: void __cdecl CLocation::SetTitle(unsigned short const * __ptr64) __ptr64 -?SetTitle@CLocation@@QEAAXPEBG@Z -; public: void __cdecl CCollection::SetVersion(unsigned long) __ptr64 -?SetVersion@CCollection@@QEAAXK@Z -; public: void __cdecl CLocation::SetVolume(char const * __ptr64) __ptr64 -?SetVolume@CLocation@@QEAAXPEBD@Z -; public: void __cdecl CLocation::SetVolume(unsigned short const * __ptr64) __ptr64 -?SetVolume@CLocation@@QEAAXPEBG@Z -; private: int __cdecl CCollection::WriteFolder(class CFolder * __ptr64 * __ptr64) __ptr64 -?WriteFolder@CCollection@@AEAAHPEAPEAVCFolder@@@Z -; private: int __cdecl CCollection::WriteFolders(class CFolder * __ptr64 * __ptr64) __ptr64 -?WriteFolders@CCollection@@AEAAHPEAPEAVCFolder@@@Z -; public: int __cdecl CFolder::bIsVisable(void) __ptr64 -?bIsVisable@CFolder@@QEAAHXZ -; private: void __cdecl CCollection::wssResetNextColNum(void) __ptr64 -?wssResetNextColNum@CCollection@@AEAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hid.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -; -; Exports of file HID.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY HID.DLL -EXPORTS -HidD_FlushQueue -HidD_FreePreparsedData -HidD_GetAttributes -HidD_GetConfiguration -HidD_GetFeature -HidD_GetHidGuid -HidD_GetIndexedString -HidD_GetInputReport -HidD_GetManufacturerString -HidD_GetMsGenreDescriptor -HidD_GetNumInputBuffers -HidD_GetPhysicalDescriptor -HidD_GetPreparsedData -HidD_GetProductString -HidD_GetSerialNumberString -HidD_Hello -HidD_SetConfiguration -HidD_SetFeature -HidD_SetNumInputBuffers -HidD_SetOutputReport -HidP_GetButtonCaps -HidP_GetCaps -HidP_GetData -HidP_GetExtendedAttributes -HidP_GetLinkCollectionNodes -HidP_GetScaledUsageValue -HidP_GetSpecificButtonCaps -HidP_GetSpecificValueCaps -HidP_GetUsageValue -HidP_GetUsageValueArray -HidP_GetUsages -HidP_GetUsagesEx -HidP_GetValueCaps -HidP_InitializeReportForID -HidP_MaxDataListLength -HidP_MaxUsageListLength -HidP_SetData -HidP_SetScaledUsageValue -HidP_SetUsageValue -HidP_SetUsageValueArray -HidP_SetUsages -HidP_TranslateUsagesToI8042ScanCodes -HidP_UnsetUsages -HidP_UsageListDifference diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hlink.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hlink.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hlink.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hlink.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Exports of file hlink.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY hlink.dll -EXPORTS -HlinkCreateFromMoniker -HlinkCreateFromString -HlinkCreateFromData -HlinkCreateBrowseContext -HlinkClone -HlinkNavigateToStringReference -HlinkOnNavigate -HlinkNavigate -HlinkUpdateStackItem -HlinkOnRenameDocument -DllCanUnloadNow -HlinkResolveMonikerForData -HlinkResolveStringForData -OleSaveToStreamEx -DllGetClassObject -HlinkParseDisplayName -DllRegisterServer -HlinkQueryCreateFromData -HlinkSetSpecialReference -HlinkGetSpecialReference -HlinkCreateShortcut -HlinkResolveShortcut -HlinkIsShortcut -HlinkResolveShortcutToString -HlinkCreateShortcutFromString -HlinkGetValueFromParams -HlinkCreateShortcutFromMoniker -HlinkResolveShortcutToMoniker -HlinkTranslateURL -HlinkCreateExtensionServices -HlinkPreprocessMoniker -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hnetmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hnetmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hnetmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hnetmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file hnetmon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY hnetmon.dll -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hotplug.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hotplug.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hotplug.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hotplug.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Exports of file hotplug.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY hotplug.DLL -EXPORTS -CPlApplet -HotPlugChildWithInvalidIdW -HotPlugDriverBlockedW -HotPlugEjectVetoedW -HotPlugHibernateVetoedW -HotPlugRemovalVetoedW -HotPlugSafeRemovalNotificationW -HotPlugStandbyVetoedW -HotPlugWarmEjectVetoedW -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/hticons.def mingw-w64-6.0.0/mingw-w64-crt/lib64/hticons.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/hticons.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/hticons.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file HTICONS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY HTICONS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/htui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/htui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/htui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/htui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file htUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY htUI.dll -EXPORTS -DllMain -HTUI_ColorAdjustment -HTUI_ColorAdjustmentA -HTUI_ColorAdjustmentW -HTUI_DeviceColorAdjustment -HTUI_DeviceColorAdjustmentA -HTUI_DeviceColorAdjustmentW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iasacct.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iasacct.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iasacct.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iasacct.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file iasacct.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iasacct.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iasads.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iasads.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iasads.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iasads.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file iasads.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iasads.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iashlpr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iashlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iashlpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iashlpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Exports of file iashlpr.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iashlpr.dll -EXPORTS -AllocateAttributes -ConfigureIas -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -DoRequest -FreeAttributes -InitializeIas -MemAllocIas -MemFreeIas -MemReallocIas -ShutdownIas diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iasnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iasnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iasnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iasnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file iasnap.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iasnap.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iasrad.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iasrad.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iasrad.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iasrad.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file iasrad.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iasrad.dll -EXPORTS -; public: long __cdecl VSAFilter::initialize(void) __ptr64 -?initialize@VSAFilter@@QEAAJXZ -; public: long __cdecl VSAFilter::radiusFromIAS(struct IAttributesRaw * __ptr64)const __ptr64 -?radiusFromIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z -; public: long __cdecl VSAFilter::radiusToIAS(unsigned char * __ptr64,unsigned long,class IASTL::IASAttributeVector & __ptr64)const __ptr64 -?radiusToIAS@VSAFilter@@QEBAJPEAEKAEAVIASAttributeVector@IASTL@@@Z -; public: long __cdecl VSAFilter::radiusToIAS(struct IAttributesRaw * __ptr64)const __ptr64 -?radiusToIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z -; public: long __cdecl VSAFilter::shutdown(void) __ptr64 -?shutdown@VSAFilter@@QEAAJXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iassam.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iassam.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iassam.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iassam.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file iassam.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iassam.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -IASParmsFreeUserParms -IASParmsQueryRasUser0 -IASParmsQueryUserProperty -IASParmsSetRasUser0 -IASParmsSetUserProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iassdo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iassdo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iassdo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iassdo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file iassdo.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iassdo.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iassvcs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iassvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iassvcs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iassvcs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Exports of file iassvcs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iassvcs.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -IASAdler32 -IASAllocateUniqueID -IASGetDictionary -IASGetHostByName -IASGetLocalDictionary -IASGetProductLimits -IASGlobalLock -IASGlobalUnlock -IASInitialize -IASRadiusCrypt -IASRegisterComponent -IASReportEvent -IASReportLicenseViolation -IASRequestThread -IASSetMaxNumberOfThreads -IASSetMaxThreadIdle -IASUninitialize -IASVariantChangeType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/icm32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/icm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/icm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/icm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file ICM32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ICM32.dll -EXPORTS -CMCheckColors -CMCheckColorsInGamut -CMCheckRGBs -CMCreateDeviceLinkProfile -CMCreateMultiProfileTransform -CMCreateProfile -CMCreateProfileW -CMCreateTransform -CMCreateTransformExt -CMCreateTransformExtW -CMCreateTransformW -CMDeleteTransform -CMGetInfo -CMIsProfileValid -CMTranslateColors -CMTranslateRGB -CMTranslateRGBs -CMTranslateRGBsExt -CMConvertColorNameToIndex -CMConvertIndexToColorName -CMGetNamedProfileInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/icmp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/icmp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/icmp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/icmp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file icmp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY icmp.dll -EXPORTS -IcmpCloseHandle -IcmpCreateFile -IcmpParseReplies -IcmpSendEcho -IcmpSendEcho2 -do_echo_rep -do_echo_req -register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/icmui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/icmui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/icmui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/icmui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ICMUI.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ICMUI.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -SetupColorMatchingA -SetupColorMatchingW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/icwhelp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/icwhelp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/icwhelp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/icwhelp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file icwhelp.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY icwhelp.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ieaksie.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ieaksie.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ieaksie.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ieaksie.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IEAKSIE.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IEAKSIE.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iepeers.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iepeers.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iepeers.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iepeers.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file iepeers.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iepeers.DLL -EXPORTS -DllEnumClassObjects -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iernonce.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iernonce.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iernonce.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iernonce.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file IERNONCE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IERNONCE.dll -EXPORTS -InitCallback -RunOnceExProcess diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ifmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ifmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ifmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ifmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file IFMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IFMON.dll -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ifsutil.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ifsutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ifsutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ifsutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,352 +0,0 @@ -; -; Exports of file ifsutil.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ifsutil.dll -EXPORTS -; public: __cdecl CANNED_SECURITY::CANNED_SECURITY(void) __ptr64 -??0CANNED_SECURITY@@QEAA@XZ -; public: __cdecl DIGRAPH::DIGRAPH(void) __ptr64 -??0DIGRAPH@@QEAA@XZ -; public: __cdecl DIGRAPH_EDGE::DIGRAPH_EDGE(void) __ptr64 -??0DIGRAPH_EDGE@@QEAA@XZ -; public: __cdecl DP_DRIVE::DP_DRIVE(void) __ptr64 -??0DP_DRIVE@@QEAA@XZ -; public: __cdecl INTSTACK::INTSTACK(void) __ptr64 -??0INTSTACK@@QEAA@XZ -; public: __cdecl LOG_IO_DP_DRIVE::LOG_IO_DP_DRIVE(void) __ptr64 -??0LOG_IO_DP_DRIVE@@QEAA@XZ -; public: __cdecl MOUNT_POINT_MAP::MOUNT_POINT_MAP(void) __ptr64 -??0MOUNT_POINT_MAP@@QEAA@XZ -; public: __cdecl MOUNT_POINT_TUPLE::MOUNT_POINT_TUPLE(void) __ptr64 -??0MOUNT_POINT_TUPLE@@QEAA@XZ -; public: __cdecl NUMBER_SET::NUMBER_SET(void) __ptr64 -??0NUMBER_SET@@QEAA@XZ -; public: __cdecl READ_CACHE::READ_CACHE(void) __ptr64 -??0READ_CACHE@@QEAA@XZ -; public: __cdecl READ_WRITE_CACHE::READ_WRITE_CACHE(void) __ptr64 -??0READ_WRITE_CACHE@@QEAA@XZ -; public: __cdecl SECRUN::SECRUN(void) __ptr64 -??0SECRUN@@QEAA@XZ -; private: __cdecl SNAPSHOT::SNAPSHOT(void) __ptr64 -??0SNAPSHOT@@AEAA@XZ -; public: __cdecl SPARSE_SET::SPARSE_SET(void) __ptr64 -??0SPARSE_SET@@QEAA@XZ -; protected: __cdecl SUPERAREA::SUPERAREA(void) __ptr64 -??0SUPERAREA@@IEAA@XZ -; public: __cdecl TLINK::TLINK(void) __ptr64 -??0TLINK@@QEAA@XZ -; protected: __cdecl VOL_LIODPDRV::VOL_LIODPDRV(void) __ptr64 -??0VOL_LIODPDRV@@IEAA@XZ -; public: virtual __cdecl CANNED_SECURITY::~CANNED_SECURITY(void) __ptr64 -??1CANNED_SECURITY@@UEAA@XZ -; public: virtual __cdecl DIGRAPH::~DIGRAPH(void) __ptr64 -??1DIGRAPH@@UEAA@XZ -; public: virtual __cdecl DP_DRIVE::~DP_DRIVE(void) __ptr64 -??1DP_DRIVE@@UEAA@XZ -; public: virtual __cdecl INTSTACK::~INTSTACK(void) __ptr64 -??1INTSTACK@@UEAA@XZ -; public: virtual __cdecl LOG_IO_DP_DRIVE::~LOG_IO_DP_DRIVE(void) __ptr64 -??1LOG_IO_DP_DRIVE@@UEAA@XZ -; public: virtual __cdecl MOUNT_POINT_MAP::~MOUNT_POINT_MAP(void) __ptr64 -??1MOUNT_POINT_MAP@@UEAA@XZ -; public: virtual __cdecl NUMBER_SET::~NUMBER_SET(void) __ptr64 -??1NUMBER_SET@@UEAA@XZ -; public: virtual __cdecl SECRUN::~SECRUN(void) __ptr64 -??1SECRUN@@UEAA@XZ -; private: virtual __cdecl SNAPSHOT::~SNAPSHOT(void) __ptr64 -??1SNAPSHOT@@EEAA@XZ -; public: virtual __cdecl SPARSE_SET::~SPARSE_SET(void) __ptr64 -??1SPARSE_SET@@UEAA@XZ -; public: virtual __cdecl SUPERAREA::~SUPERAREA(void) __ptr64 -??1SUPERAREA@@UEAA@XZ -; public: virtual __cdecl TLINK::~TLINK(void) __ptr64 -??1TLINK@@UEAA@XZ -; public: virtual __cdecl VOL_LIODPDRV::~VOL_LIODPDRV(void) __ptr64 -??1VOL_LIODPDRV@@UEAA@XZ -; public: unsigned char __cdecl NUMBER_SET::Add(class NUMBER_SET const * __ptr64) __ptr64 -?Add@NUMBER_SET@@QEAAEPEBV1@@Z -; public: unsigned char __cdecl NUMBER_SET::Add(class BIG_INT,class BIG_INT) __ptr64 -?Add@NUMBER_SET@@QEAAEVBIG_INT@@0@Z -; public: unsigned char __cdecl NUMBER_SET::Add(class BIG_INT) __ptr64 -?Add@NUMBER_SET@@QEAAEVBIG_INT@@@Z -; public: unsigned char __cdecl MOUNT_POINT_MAP::AddDriveName(class WSTRING * __ptr64,class WSTRING * __ptr64) __ptr64 -?AddDriveName@MOUNT_POINT_MAP@@QEAAEPEAVWSTRING@@0@Z -; public: unsigned char __cdecl DIGRAPH::AddEdge(unsigned long,unsigned long) __ptr64 -?AddEdge@DIGRAPH@@QEAAEKK@Z -; public: static unsigned char __cdecl AUTOREG::AddEntry(class WSTRING const * __ptr64) -?AddEntry@AUTOREG@@SAEPEBVWSTRING@@@Z -; public: unsigned char __cdecl NUMBER_SET::AddNext(class BIG_INT) __ptr64 -?AddNext@NUMBER_SET@@QEAAEVBIG_INT@@@Z -; public: unsigned char __cdecl NUMBER_SET::AddStart(class BIG_INT) __ptr64 -?AddStart@NUMBER_SET@@QEAAEVBIG_INT@@@Z -; public: unsigned char __cdecl MOUNT_POINT_MAP::AddVolumeName(class WSTRING * __ptr64,class WSTRING * __ptr64) __ptr64 -?AddVolumeName@MOUNT_POINT_MAP@@QEAAEPEAVWSTRING@@0@Z -; public: unsigned char __cdecl NUMBER_SET::CheckAndAdd(class BIG_INT,unsigned char * __ptr64) __ptr64 -?CheckAndAdd@NUMBER_SET@@QEAAEVBIG_INT@@PEAE@Z -; public: unsigned char __cdecl SPARSE_SET::CheckAndAdd(class BIG_INT,unsigned char * __ptr64) __ptr64 -?CheckAndAdd@SPARSE_SET@@QEAAEVBIG_INT@@PEAE@Z -; public: unsigned char __cdecl NUMBER_SET::CheckAndRemove(class BIG_INT,unsigned char * __ptr64) __ptr64 -?CheckAndRemove@NUMBER_SET@@QEAAEVBIG_INT@@PEAE@Z -; public: unsigned char __cdecl SPARSE_SET::CheckAndRemove(class BIG_INT,unsigned char * __ptr64) __ptr64 -?CheckAndRemove@SPARSE_SET@@QEAAEVBIG_INT@@PEAE@Z -; public: unsigned char __cdecl SNAPSHOT::CheckSnapshotPresence(void) __ptr64 -?CheckSnapshotPresence@SNAPSHOT@@QEAAEXZ -; public: static unsigned char __cdecl IFS_SYSTEM::CheckValidSecurityDescriptor(unsigned long,struct _SECURITY_DESCRIPTOR * __ptr64) -?CheckValidSecurityDescriptor@IFS_SYSTEM@@SAEKPEAU_SECURITY_DESCRIPTOR@@@Z -; public: unsigned char __cdecl VOL_LIODPDRV::ChkDsk(enum FIX_LEVEL,class MESSAGE * __ptr64,unsigned long,unsigned long,unsigned short,unsigned long * __ptr64,class WSTRING const * __ptr64) __ptr64 -?ChkDsk@VOL_LIODPDRV@@QEAAEW4FIX_LEVEL@@PEAVMESSAGE@@KKGPEAKPEBVWSTRING@@@Z -; public: void __cdecl DP_DRIVE::CloseDriveHandle(void) __ptr64 -?CloseDriveHandle@DP_DRIVE@@QEAAXXZ -; public: static unsigned long __cdecl SUPERAREA::ComputeVolId(unsigned long) -?ComputeVolId@SUPERAREA@@SAKK@Z -; public: static unsigned char __cdecl AUTOREG::DeleteEntry(class WSTRING const * __ptr64,class WSTRING const * __ptr64) -?DeleteEntry@AUTOREG@@SAEPEBVWSTRING@@0@Z -; public: static unsigned char __cdecl AUTOREG::DeleteEntry(class WSTRING const * __ptr64,unsigned char) -?DeleteEntry@AUTOREG@@SAEPEBVWSTRING@@E@Z -; int __cdecl DiskCopyMainLoop(class WSTRING const * __ptr64,class WSTRING const * __ptr64,class WSTRING const * __ptr64,class WSTRING const * __ptr64,unsigned char,class MESSAGE * __ptr64,class MESSAGE * __ptr64) -?DiskCopyMainLoop@@YAHPEBVWSTRING@@000EPEAVMESSAGE@@1@Z -; public: unsigned char __cdecl IO_DP_DRIVE::DismountAndLock(void) __ptr64 -?DismountAndLock@IO_DP_DRIVE@@QEAAEXZ -; public: static unsigned char __cdecl IFS_SYSTEM::DismountVolume(class WSTRING const * __ptr64) -?DismountVolume@IFS_SYSTEM@@SAEPEBVWSTRING@@@Z -; public: unsigned char __cdecl NUMBER_SET::DoesIntersectSet(class BIG_INT,class BIG_INT)const __ptr64 -?DoesIntersectSet@NUMBER_SET@@QEBAEVBIG_INT@@0@Z -; public: static unsigned char __cdecl IFS_SYSTEM::DosDriveNameToNtDriveName(class WSTRING const * __ptr64,class WSTRING * __ptr64) -?DosDriveNameToNtDriveName@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAV2@@Z -; public: void __cdecl SPARSE_SET::DumpHashTable(void) __ptr64 -?DumpHashTable@SPARSE_SET@@QEAAXXZ -; public: unsigned char __cdecl DIGRAPH::EliminateCycles(class CONTAINER * __ptr64,unsigned char * __ptr64) __ptr64 -?EliminateCycles@DIGRAPH@@QEAAEPEAVCONTAINER@@PEAE@Z -; public: static unsigned char __cdecl IFS_SYSTEM::EnableFileSystem(class WSTRING const * __ptr64) -?EnableFileSystem@IFS_SYSTEM@@SAEPEBVWSTRING@@@Z -; public: static unsigned char __cdecl IFS_SYSTEM::EnableVolumeCompression(class WSTRING const * __ptr64) -?EnableVolumeCompression@IFS_SYSTEM@@SAEPEBVWSTRING@@@Z -; public: static unsigned char __cdecl IFS_SYSTEM::EnableVolumeUpgrade(class WSTRING const * __ptr64) -?EnableVolumeUpgrade@IFS_SYSTEM@@SAEPEBVWSTRING@@@Z -; public: static unsigned char __cdecl IFS_SYSTEM::FileSetAttributes(class WSTRING const * __ptr64,unsigned long,unsigned long * __ptr64) -?FileSetAttributes@IFS_SYSTEM@@SAEPEBVWSTRING@@KPEAK@Z -; public: unsigned char __cdecl IO_DP_DRIVE::FlushCache(void) __ptr64 -?FlushCache@IO_DP_DRIVE@@QEAAEXZ -; public: unsigned char __cdecl VOL_LIODPDRV::ForceAutochk(unsigned char,unsigned long,unsigned long,unsigned short,class WSTRING const * __ptr64) __ptr64 -?ForceAutochk@VOL_LIODPDRV@@QEAAEEKKGPEBVWSTRING@@@Z -; public: enum FORMAT_ERROR_CODE __cdecl VOL_LIODPDRV::Format(class WSTRING const * __ptr64,class MESSAGE * __ptr64,unsigned long,unsigned long,unsigned long) __ptr64 -?Format@VOL_LIODPDRV@@QEAA?AW4FORMAT_ERROR_CODE@@PEBVWSTRING@@PEAVMESSAGE@@KKK@Z -; public: static long __cdecl SUPERAREA::GenerateLabelNotification(class WSTRING const * __ptr64,class WSTRING * __ptr64,struct _FILE_FS_SIZE_INFORMATION * __ptr64,struct _FILE_FS_VOLUME_INFORMATION * __ptr64) -?GenerateLabelNotification@SUPERAREA@@SAJPEBVWSTRING@@PEAV2@PEAU_FILE_FS_SIZE_INFORMATION@@PEAU_FILE_FS_VOLUME_INFORMATION@@@Z -; public: unsigned char __cdecl MOUNT_POINT_MAP::GetAt(unsigned long,class WSTRING * __ptr64,class WSTRING * __ptr64) __ptr64 -?GetAt@MOUNT_POINT_MAP@@QEAAEKPEAVWSTRING@@0@Z -; public: void * __ptr64 __cdecl TLINK::GetBuffer(void * __ptr64) __ptr64 -?GetBuffer@TLINK@@QEAAPEAXPEAX@Z -; public: static class CANNED_SECURITY * __ptr64 __cdecl IFS_SYSTEM::GetCannedSecurity(void) -?GetCannedSecurity@IFS_SYSTEM@@SAPEAVCANNED_SECURITY@@XZ -; public: void * __ptr64 __cdecl CANNED_SECURITY::GetCannedSecurityDescriptor(enum _CANNED_SECURITY_TYPE,unsigned long * __ptr64) __ptr64 -?GetCannedSecurityDescriptor@CANNED_SECURITY@@QEAAPEAXW4_CANNED_SECURITY_TYPE@@PEAK@Z -; public: class BIG_INT & __ptr64 __cdecl TLINK::GetData(unsigned short) __ptr64 -?GetData@TLINK@@QEAAAEAVBIG_INT@@G@Z -; public: class BIG_INT & __ptr64 __cdecl TLINK::GetData(void * __ptr64) __ptr64 -?GetData@TLINK@@QEAAAEAVBIG_INT@@PEAX@Z -; public: class IO_DP_DRIVE * __ptr64 __cdecl SECRUN::GetDrive(void) __ptr64 -?GetDrive@SECRUN@@QEAAPEAVIO_DP_DRIVE@@XZ -; public: class IO_DP_DRIVE * __ptr64 __cdecl SUPERAREA::GetDrive(void) __ptr64 -?GetDrive@SUPERAREA@@QEAAPEAVIO_DP_DRIVE@@XZ -; public: void * __ptr64 __cdecl TLINK::GetFirst(void) __ptr64 -?GetFirst@TLINK@@QEAAPEAXXZ -; public: class MESSAGE * __ptr64 __cdecl IO_DP_DRIVE::GetMessageW(void) __ptr64 -?GetMessageW@IO_DP_DRIVE@@QEAAPEAVMESSAGE@@XZ -; public: class MESSAGE * __ptr64 __cdecl SUPERAREA::GetMessageW(void) __ptr64 -?GetMessageW@SUPERAREA@@QEAAPEAVMESSAGE@@XZ -; public: void * __ptr64 __cdecl TLINK::GetNext(void * __ptr64) __ptr64 -?GetNext@TLINK@@QEAAPEAXPEAX@Z -; public: class BIG_INT & __ptr64 __cdecl TLINK::GetNextDataSlot(void) __ptr64 -?GetNextDataSlot@TLINK@@QEAAAEAVBIG_INT@@XZ -; public: unsigned short * __ptr64 __cdecl SNAPSHOT::GetSnapshotGlobalDeviceName(void) __ptr64 -?GetSnapshotGlobalDeviceName@SNAPSHOT@@QEAAPEAGXZ -; public: unsigned short * __ptr64 __cdecl SNAPSHOT::GetSnapshotNtDeviceName(void) __ptr64 -?GetSnapshotNtDeviceName@SNAPSHOT@@QEAAPEAGXZ -; public: void * __ptr64 __cdecl TLINK::GetSortedFirst(void) __ptr64 -?GetSortedFirst@TLINK@@QEAAPEAXXZ -; public: void * __ptr64 __cdecl TLINK::GetSortedNext(void * __ptr64) __ptr64 -?GetSortedNext@TLINK@@QEAAPEAXPEAX@Z -; public: static unsigned char __cdecl SNAPSHOT::GetVolumeSnapshot(class WSTRING * __ptr64,class SNAPSHOT * __ptr64 * __ptr64) -?GetVolumeSnapshot@SNAPSHOT@@SAEPEAVWSTRING@@PEAPEAV1@@Z -; public: unsigned char __cdecl CANNED_SECURITY::Initialize(void) __ptr64 -?Initialize@CANNED_SECURITY@@QEAAEXZ -; public: unsigned char __cdecl DIGRAPH::Initialize(unsigned long) __ptr64 -?Initialize@DIGRAPH@@QEAAEK@Z -; public: unsigned char __cdecl DP_DRIVE::Initialize(class WSTRING const * __ptr64,class WSTRING const * __ptr64,class MESSAGE * __ptr64,unsigned char,unsigned char) __ptr64 -?Initialize@DP_DRIVE@@QEAAEPEBVWSTRING@@0PEAVMESSAGE@@EE@Z -; public: unsigned char __cdecl DP_DRIVE::Initialize(class WSTRING const * __ptr64,class MESSAGE * __ptr64,unsigned char,unsigned char,unsigned short) __ptr64 -?Initialize@DP_DRIVE@@QEAAEPEBVWSTRING@@PEAVMESSAGE@@EEG@Z -; public: unsigned char __cdecl INTSTACK::Initialize(void) __ptr64 -?Initialize@INTSTACK@@QEAAEXZ -; public: unsigned char __cdecl LOG_IO_DP_DRIVE::Initialize(class WSTRING const * __ptr64,class WSTRING const * __ptr64,class MESSAGE * __ptr64,unsigned char) __ptr64 -?Initialize@LOG_IO_DP_DRIVE@@QEAAEPEBVWSTRING@@0PEAVMESSAGE@@E@Z -; public: unsigned char __cdecl LOG_IO_DP_DRIVE::Initialize(class WSTRING const * __ptr64,class MESSAGE * __ptr64,unsigned char,unsigned short) __ptr64 -?Initialize@LOG_IO_DP_DRIVE@@QEAAEPEBVWSTRING@@PEAVMESSAGE@@EG@Z -; public: unsigned char __cdecl MOUNT_POINT_MAP::Initialize(void) __ptr64 -?Initialize@MOUNT_POINT_MAP@@QEAAEXZ -; public: unsigned char __cdecl NUMBER_SET::Initialize(void) __ptr64 -?Initialize@NUMBER_SET@@QEAAEXZ -; public: unsigned char __cdecl READ_CACHE::Initialize(class IO_DP_DRIVE * __ptr64,unsigned long) __ptr64 -?Initialize@READ_CACHE@@QEAAEPEAVIO_DP_DRIVE@@K@Z -; public: unsigned char __cdecl READ_WRITE_CACHE::Initialize(class IO_DP_DRIVE * __ptr64,unsigned long) __ptr64 -?Initialize@READ_WRITE_CACHE@@QEAAEPEAVIO_DP_DRIVE@@K@Z -; public: unsigned char __cdecl SECRUN::Initialize(class MEM * __ptr64,class IO_DP_DRIVE * __ptr64,class BIG_INT,unsigned long) __ptr64 -?Initialize@SECRUN@@QEAAEPEAVMEM@@PEAVIO_DP_DRIVE@@VBIG_INT@@K@Z -; private: long __cdecl SNAPSHOT::Initialize(unsigned short * __ptr64) __ptr64 -?Initialize@SNAPSHOT@@AEAAJPEAG@Z -; public: unsigned char __cdecl SPARSE_SET::Initialize(void) __ptr64 -?Initialize@SPARSE_SET@@QEAAEXZ -; protected: unsigned char __cdecl SUPERAREA::Initialize(class MEM * __ptr64,class LOG_IO_DP_DRIVE * __ptr64,unsigned long,class MESSAGE * __ptr64) __ptr64 -?Initialize@SUPERAREA@@IEAAEPEAVMEM@@PEAVLOG_IO_DP_DRIVE@@KPEAVMESSAGE@@@Z -; public: unsigned char __cdecl TLINK::Initialize(unsigned short) __ptr64 -?Initialize@TLINK@@QEAAEG@Z -; protected: enum FORMAT_ERROR_CODE __cdecl VOL_LIODPDRV::Initialize(class WSTRING const * __ptr64,class SUPERAREA * __ptr64,class MESSAGE * __ptr64,unsigned char,unsigned char,enum _MEDIA_TYPE,unsigned short,unsigned char) __ptr64 -?Initialize@VOL_LIODPDRV@@IEAA?AW4FORMAT_ERROR_CODE@@PEBVWSTRING@@PEAVSUPERAREA@@PEAVMESSAGE@@EEW4_MEDIA_TYPE@@GE@Z -; protected: unsigned char __cdecl VOL_LIODPDRV::Initialize(class WSTRING const * __ptr64,class WSTRING const * __ptr64,class SUPERAREA * __ptr64,class MESSAGE * __ptr64,unsigned char) __ptr64 -?Initialize@VOL_LIODPDRV@@IEAAEPEBVWSTRING@@0PEAVSUPERAREA@@PEAVMESSAGE@@E@Z -; public: unsigned char __cdecl IO_DP_DRIVE::InvalidateVolume(void) __ptr64 -?InvalidateVolume@IO_DP_DRIVE@@QEAAEXZ -; public: static unsigned char __cdecl IFS_SYSTEM::IsArcSystemPartition(class WSTRING const * __ptr64,unsigned char * __ptr64) -?IsArcSystemPartition@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAE@Z -; public: static unsigned char __cdecl AUTOREG::IsEntryPresent(class WSTRING const * __ptr64,class WSTRING const * __ptr64) -?IsEntryPresent@AUTOREG@@SAEPEBVWSTRING@@0@Z -; public: static unsigned char __cdecl AUTOREG::IsEntryPresent(class WSTRING const * __ptr64) -?IsEntryPresent@AUTOREG@@SAEPEBVWSTRING@@@Z -; public: static unsigned char __cdecl IFS_SYSTEM::IsFileSystemEnabled(class WSTRING const * __ptr64,unsigned char * __ptr64) -?IsFileSystemEnabled@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAE@Z -; public: static unsigned char __cdecl AUTOREG::IsFrontEndPresent(class WSTRING const * __ptr64,class WSTRING const * __ptr64) -?IsFrontEndPresent@AUTOREG@@SAEPEBVWSTRING@@0@Z -; public: static unsigned char __cdecl IFS_SYSTEM::IsThisNtfs(class BIG_INT,unsigned long,void * __ptr64) -?IsThisNtfs@IFS_SYSTEM@@SAEVBIG_INT@@KPEAX@Z -; public: static unsigned char __cdecl IFS_SYSTEM::IsVolumeDirty(class WSTRING * __ptr64,unsigned char * __ptr64) -?IsVolumeDirty@IFS_SYSTEM@@SAEPEAVWSTRING@@PEAE@Z -; public: unsigned char __cdecl IO_DP_DRIVE::Lock(void) __ptr64 -?Lock@IO_DP_DRIVE@@QEAAEXZ -; public: class BIG_INT __cdecl INTSTACK::Look(unsigned long)const __ptr64 -?Look@INTSTACK@@QEBA?AVBIG_INT@@K@Z -; public: static unsigned char __cdecl IFS_SYSTEM::NtDriveNameToDosDriveName(class WSTRING const * __ptr64,class WSTRING * __ptr64) -?NtDriveNameToDosDriveName@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAV2@@Z -; public: void __cdecl INTSTACK::Pop(unsigned long) __ptr64 -?Pop@INTSTACK@@QEAAXK@Z -; public: unsigned char __cdecl INTSTACK::Push(class BIG_INT) __ptr64 -?Push@INTSTACK@@QEAAEVBIG_INT@@@Z -; public: static unsigned char __cdecl AUTOREG::PushEntry(class WSTRING const * __ptr64) -?PushEntry@AUTOREG@@SAEPEBVWSTRING@@@Z -; public: static unsigned char __cdecl VOL_LIODPDRV::QueryAutochkTimeOut(unsigned long * __ptr64) -?QueryAutochkTimeOut@VOL_LIODPDRV@@SAEPEAK@Z -; public: static unsigned char __cdecl IFS_SYSTEM::QueryCanonicalNtDriveName(class WSTRING const * __ptr64,class WSTRING * __ptr64) -?QueryCanonicalNtDriveName@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAV2@@Z -; public: unsigned char __cdecl DIGRAPH::QueryChildren(unsigned long,class NUMBER_SET * __ptr64)const __ptr64 -?QueryChildren@DIGRAPH@@QEBAEKPEAVNUMBER_SET@@@Z -; public: void __cdecl BIG_INT::QueryCompressedInteger(unsigned char * __ptr64,unsigned char * __ptr64)const __ptr64 -?QueryCompressedInteger@BIG_INT@@QEBAXPEAE0@Z -; public: unsigned char __cdecl NUMBER_SET::QueryContainingRange(class BIG_INT,class BIG_INT * __ptr64,class BIG_INT * __ptr64)const __ptr64 -?QueryContainingRange@NUMBER_SET@@QEBAEVBIG_INT@@PEAV2@1@Z -; public: void __cdecl NUMBER_SET::QueryDisjointRange(unsigned long,class BIG_INT * __ptr64,class BIG_INT * __ptr64)const __ptr64 -?QueryDisjointRange@NUMBER_SET@@QEBAXKPEAVBIG_INT@@0@Z -; public: void * __ptr64 __cdecl TLINK::QueryDisjointRangeAndAssignBuffer(class BIG_INT * __ptr64,unsigned short * __ptr64,unsigned short * __ptr64,void * __ptr64,unsigned long,void * __ptr64) __ptr64 -?QueryDisjointRangeAndAssignBuffer@TLINK@@QEAAPEAXPEAVBIG_INT@@PEAG1PEAXK2@Z -; public: void * __ptr64 __cdecl DP_DRIVE::QueryDriveHandle(void)const __ptr64 -?QueryDriveHandle@DP_DRIVE@@QEBAPEAXXZ -; public: unsigned char __cdecl MOUNT_POINT_MAP::QueryDriveName(class WSTRING * __ptr64,class WSTRING * __ptr64) __ptr64 -?QueryDriveName@MOUNT_POINT_MAP@@QEAAEPEAVWSTRING@@0@Z -; public: enum DRIVE_TYPE __cdecl DP_DRIVE::QueryDriveType(void)const __ptr64 -?QueryDriveType@DP_DRIVE@@QEBA?AW4DRIVE_TYPE@@XZ -; public: static unsigned char __cdecl IFS_SYSTEM::QueryFileSystemName(class WSTRING const * __ptr64,class WSTRING * __ptr64,long * __ptr64,class WSTRING * __ptr64) -?QueryFileSystemName@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAV2@PEAJ1@Z -; public: static unsigned char __cdecl IFS_SYSTEM::QueryFreeDiskSpace(class WSTRING const * __ptr64,class BIG_INT * __ptr64) -?QueryFreeDiskSpace@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAVBIG_INT@@@Z -; unsigned long __cdecl QueryMachineUniqueToken(void) -?QueryMachineUniqueToken@@YAKXZ -; public: unsigned char __cdecl DP_DRIVE::QueryMediaByte(void)const __ptr64 -?QueryMediaByte@DP_DRIVE@@QEBAEXZ -; public: unsigned short __cdecl TLINK::QueryMemberCount(void)const __ptr64 -?QueryMemberCount@TLINK@@QEBAGXZ -; public: static unsigned char __cdecl DP_DRIVE::QueryMrwSupport(void * __ptr64) -?QueryMrwSupport@DP_DRIVE@@SAEPEAX@Z -; public: static long __cdecl DP_DRIVE::QueryNtfsSupportInfo(void * __ptr64,unsigned char * __ptr64) -?QueryNtfsSupportInfo@DP_DRIVE@@SAJPEAXPEAE@Z -; public: static void __cdecl IFS_SYSTEM::QueryNtfsTime(union _LARGE_INTEGER * __ptr64) -?QueryNtfsTime@IFS_SYSTEM@@SAXPEAT_LARGE_INTEGER@@@Z -; public: static unsigned char __cdecl IFS_SYSTEM::QueryNtfsVersion(unsigned char * __ptr64,unsigned char * __ptr64,class LOG_IO_DP_DRIVE * __ptr64,void * __ptr64) -?QueryNtfsVersion@IFS_SYSTEM@@SAEPEAE0PEAVLOG_IO_DP_DRIVE@@PEAX@Z -; public: class BIG_INT __cdecl NUMBER_SET::QueryNumber(class BIG_INT)const __ptr64 -?QueryNumber@NUMBER_SET@@QEBA?AVBIG_INT@@V2@@Z -; public: static unsigned long __cdecl IFS_SYSTEM::QueryPageSize(void) -?QueryPageSize@IFS_SYSTEM@@SAKXZ -; public: unsigned char __cdecl DIGRAPH::QueryParents(unsigned long,class NUMBER_SET * __ptr64)const __ptr64 -?QueryParents@DIGRAPH@@QEBAEKPEAVNUMBER_SET@@@Z -; public: unsigned char __cdecl DIGRAPH::QueryParentsWithChildren(class NUMBER_SET * __ptr64,unsigned long)const __ptr64 -?QueryParentsWithChildren@DIGRAPH@@QEBAEPEAVNUMBER_SET@@K@Z -; public: enum _MEDIA_TYPE __cdecl DP_DRIVE::QueryRecommendedMediaType(void)const __ptr64 -?QueryRecommendedMediaType@DP_DRIVE@@QEBA?AW4_MEDIA_TYPE@@XZ -; public: virtual unsigned long __cdecl DP_DRIVE::QuerySectorSize(void)const __ptr64 -?QuerySectorSize@DP_DRIVE@@UEBAKXZ -; public: virtual class BIG_INT __cdecl DP_DRIVE::QuerySectors(void)const __ptr64 -?QuerySectors@DP_DRIVE@@UEBA?AVBIG_INT@@XZ -; public: unsigned short __cdecl TLINK::QuerySize(void)const __ptr64 -?QuerySize@TLINK@@QEBAGXZ -; public: unsigned char __cdecl MOUNT_POINT_MAP::QueryVolumeName(class WSTRING * __ptr64,class WSTRING * __ptr64) __ptr64 -?QueryVolumeName@MOUNT_POINT_MAP@@QEAAEPEAVWSTRING@@0@Z -; public: unsigned char __cdecl IO_DP_DRIVE::Read(class BIG_INT,unsigned long,void * __ptr64) __ptr64 -?Read@IO_DP_DRIVE@@QEAAEVBIG_INT@@KPEAX@Z -; public: virtual unsigned char __cdecl SECRUN::Read(void) __ptr64 -?Read@SECRUN@@UEAAEXZ -; public: unsigned char __cdecl VOL_LIODPDRV::Recover(class WSTRING const * __ptr64,class MESSAGE * __ptr64) __ptr64 -?Recover@VOL_LIODPDRV@@QEAAEPEBVWSTRING@@PEAVMESSAGE@@@Z -; public: static unsigned char __cdecl SNAPSHOT::ReleaseVolumeSnapshot(class SNAPSHOT * __ptr64) -?ReleaseVolumeSnapshot@SNAPSHOT@@SAEPEAV1@@Z -; public: unsigned char __cdecl NUMBER_SET::Remove(class NUMBER_SET const * __ptr64) __ptr64 -?Remove@NUMBER_SET@@QEAAEPEBV1@@Z -; public: unsigned char __cdecl NUMBER_SET::Remove(class BIG_INT,class BIG_INT) __ptr64 -?Remove@NUMBER_SET@@QEAAEVBIG_INT@@0@Z -; public: unsigned char __cdecl NUMBER_SET::Remove(class BIG_INT) __ptr64 -?Remove@NUMBER_SET@@QEAAEVBIG_INT@@@Z -; public: unsigned char __cdecl NUMBER_SET::RemoveAll(void) __ptr64 -?RemoveAll@NUMBER_SET@@QEAAEXZ -; public: unsigned char __cdecl SPARSE_SET::RemoveAll(void) __ptr64 -?RemoveAll@SPARSE_SET@@QEAAEXZ -; public: unsigned char __cdecl DIGRAPH::RemoveEdge(unsigned long,unsigned long) __ptr64 -?RemoveEdge@DIGRAPH@@QEAAEKK@Z -; void __cdecl RestoreThreadExecutionState(long,unsigned long) -?RestoreThreadExecutionState@@YAXJK@Z -; public: unsigned char __cdecl INTSTACK::ReverseCopy(class INTSTACK * __ptr64) __ptr64 -?ReverseCopy@INTSTACK@@QEAAEPEAV1@@Z -; public: unsigned char __cdecl DP_DRIVE::SendSonyMSFormatCmd(void) __ptr64 -?SendSonyMSFormatCmd@DP_DRIVE@@QEAAEXZ -; public: unsigned char __cdecl DP_DRIVE::SendSonyMSInquiryCmd(struct SONY_MS_INQUIRY_DATA * __ptr64) __ptr64 -?SendSonyMSInquiryCmd@DP_DRIVE@@QEAAEPEAUSONY_MS_INQUIRY_DATA@@@Z -; public: unsigned char __cdecl DP_DRIVE::SendSonyMSModeSenseCmd(struct SONY_MS_MODE_SENSE_DATA * __ptr64) __ptr64 -?SendSonyMSModeSenseCmd@DP_DRIVE@@QEAAEPEAUSONY_MS_MODE_SENSE_DATA@@@Z -; public: unsigned char __cdecl DP_DRIVE::SendSonyMSRequestSenseCmd(struct _SENSE_DATA * __ptr64) __ptr64 -?SendSonyMSRequestSenseCmd@DP_DRIVE@@QEAAEPEAU_SENSE_DATA@@@Z -; public: unsigned char __cdecl DP_DRIVE::SendSonyMSTestUnitReadyCmd(struct _SENSE_DATA * __ptr64) __ptr64 -?SendSonyMSTestUnitReadyCmd@DP_DRIVE@@QEAAEPEAU_SENSE_DATA@@@Z -; public: void __cdecl BIG_INT::Set(unsigned char,unsigned char const * __ptr64) __ptr64 -?Set@BIG_INT@@QEAAXEPEBE@Z -; public: static unsigned char __cdecl VOL_LIODPDRV::SetAutochkTimeOut(unsigned long) -?SetAutochkTimeOut@VOL_LIODPDRV@@SAEK@Z -; public: void __cdecl IO_DP_DRIVE::SetCache(class DRIVE_CACHE * __ptr64) __ptr64 -?SetCache@IO_DP_DRIVE@@QEAAXPEAVDRIVE_CACHE@@@Z -; public: unsigned char __cdecl LOG_IO_DP_DRIVE::SetSystemId(unsigned char) __ptr64 -?SetSystemId@LOG_IO_DP_DRIVE@@QEAAEE@Z -; public: unsigned char __cdecl VOL_LIODPDRV::SetVolumeLabelAndPrintFormatReport(class WSTRING const * __ptr64,class MESSAGE * __ptr64) __ptr64 -?SetVolumeLabelAndPrintFormatReport@VOL_LIODPDRV@@QEAAEPEBVWSTRING@@PEAVMESSAGE@@@Z -; public: void __cdecl TLINK::ShellSort(void) __ptr64 -?ShellSort@TLINK@@QEAAXXZ -; public: void __cdecl TLINK::Sort(void) __ptr64 -?Sort@TLINK@@QEAAXXZ -; public: unsigned char __cdecl IO_DP_DRIVE::Verify(class BIG_INT,class BIG_INT) __ptr64 -?Verify@IO_DP_DRIVE@@QEAAEVBIG_INT@@0@Z -; public: unsigned char __cdecl IO_DP_DRIVE::Verify(class BIG_INT,class BIG_INT,class NUMBER_SET * __ptr64) __ptr64 -?Verify@IO_DP_DRIVE@@QEAAEVBIG_INT@@0PEAVNUMBER_SET@@@Z -; public: unsigned char __cdecl IO_DP_DRIVE::Write(class BIG_INT,unsigned long,void * __ptr64) __ptr64 -?Write@IO_DP_DRIVE@@QEAAEVBIG_INT@@KPEAX@Z -; public: virtual unsigned char __cdecl SECRUN::Write(void) __ptr64 -?Write@SECRUN@@UEAAEXZ -; public: static unsigned char __cdecl IFS_SYSTEM::WriteToFile(class WSTRING const * __ptr64,void * __ptr64,unsigned long,unsigned char) -?WriteToFile@IFS_SYSTEM@@SAEPEBVWSTRING@@PEAXKE@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iisclex4.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iisclex4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iisclex4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iisclex4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file IISCLEX4.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISCLEX4.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterCluAdminExtension -DllRegisterServer -DllUnregisterCluAdminExtension -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iisext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iisext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iisext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iisext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IISEXT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISEXT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iislog.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iislog.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iislog.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iislog.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,110 +0,0 @@ -; -; Exports of file IISLOG.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISLOG.DLL -EXPORTS -; public: __cdecl LOGGING::LOGGING(class LOGGING const & __ptr64) __ptr64 -??0LOGGING@@QEAA@AEBV0@@Z -; public: __cdecl ODBC_CONNECTION::ODBC_CONNECTION(void) __ptr64 -??0ODBC_CONNECTION@@QEAA@XZ -; public: __cdecl ODBC_PARAMETER::ODBC_PARAMETER(unsigned short,short,short,short,unsigned long) __ptr64 -??0ODBC_PARAMETER@@QEAA@GFFFK@Z -; public: __cdecl ODBC_CONNECTION::~ODBC_CONNECTION(void) __ptr64 -??1ODBC_CONNECTION@@QEAA@XZ -; public: __cdecl ODBC_PARAMETER::~ODBC_PARAMETER(void) __ptr64 -??1ODBC_PARAMETER@@QEAA@XZ -; public: __cdecl ODBC_STATEMENT::~ODBC_STATEMENT(void) __ptr64 -??1ODBC_STATEMENT@@QEAA@XZ -; public: class LOGGING & __ptr64 __cdecl LOGGING::operator=(class LOGGING const & __ptr64) __ptr64 -??4LOGGING@@QEAAAEAV0@AEBV0@@Z -; public: class ODBC_STATEMENT * __ptr64 __cdecl ODBC_CONNECTION::AllocStatement(void) __ptr64 -?AllocStatement@ODBC_CONNECTION@@QEAAPEAVODBC_STATEMENT@@XZ -; public: short __cdecl ODBC_PARAMETER::Bind(void * __ptr64) __ptr64 -?Bind@ODBC_PARAMETER@@QEAAFPEAX@Z -; public: int __cdecl ODBC_STATEMENT::BindParameter(class ODBC_PARAMETER * __ptr64) __ptr64 -?BindParameter@ODBC_STATEMENT@@QEAAHPEAVODBC_PARAMETER@@@Z -; public: int __cdecl ODBC_CONNECTION::Close(void) __ptr64 -?Close@ODBC_CONNECTION@@QEAAHXZ -; public: int __cdecl ODBC_PARAMETER::CopyValue(unsigned long) __ptr64 -?CopyValue@ODBC_PARAMETER@@QEAAHK@Z -; public: int __cdecl ODBC_PARAMETER::CopyValue(struct _SYSTEMTIME * __ptr64) __ptr64 -?CopyValue@ODBC_PARAMETER@@QEAAHPEAU_SYSTEMTIME@@@Z -; public: int __cdecl ODBC_PARAMETER::CopyValue(void * __ptr64,long) __ptr64 -?CopyValue@ODBC_PARAMETER@@QEAAHPEAXJ@Z -; public: int __cdecl ODBC_PARAMETER::CopyValue(char const * __ptr64) __ptr64 -?CopyValue@ODBC_PARAMETER@@QEAAHPEBD@Z -; public: int __cdecl ODBC_PARAMETER::CopyValue(unsigned short const * __ptr64) __ptr64 -?CopyValue@ODBC_PARAMETER@@QEAAHPEBG@Z -; public: static unsigned __int64 __cdecl ODBC_CONNECTION::DisplaySize(short,unsigned __int64) -?DisplaySize@ODBC_CONNECTION@@SA_KF_K@Z -; public: int __cdecl ODBC_STATEMENT::ExecDirect(char const * __ptr64,unsigned long) __ptr64 -?ExecDirect@ODBC_STATEMENT@@QEAAHPEBDK@Z -; public: int __cdecl ODBC_STATEMENT::ExecuteStatement(void) __ptr64 -?ExecuteStatement@ODBC_STATEMENT@@QEAAHXZ -; public: void __cdecl ODBC_STATEMENT::FreeColumnMemory(void) __ptr64 -?FreeColumnMemory@ODBC_STATEMENT@@QEAAXXZ -; public: int __cdecl ODBC_CONNECTION::GetInfo(unsigned long,void * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?GetInfo@ODBC_CONNECTION@@QEAAHKPEAXKPEAK@Z -; public: int __cdecl ODBC_CONNECTION::GetLastErrorText(class STR * __ptr64,void * __ptr64,short)const __ptr64 -?GetLastErrorText@ODBC_CONNECTION@@QEBAHPEAVSTR@@PEAXF@Z -; public: int __cdecl ODBC_CONNECTION::GetLastErrorTextAsHtml(class STR * __ptr64,void * __ptr64,short)const __ptr64 -?GetLastErrorTextAsHtml@ODBC_CONNECTION@@QEBAHPEAVSTR@@PEAXF@Z -; public: int __cdecl ODBC_CONNECTION::IsValid(void)const __ptr64 -?IsValid@ODBC_CONNECTION@@QEBAHXZ -; public: int __cdecl ODBC_STATEMENT::IsValid(void)const __ptr64 -?IsValid@ODBC_STATEMENT@@QEBAHXZ -; private: void __cdecl LOGGING::LockExclusive(void) __ptr64 -?LockExclusive@LOGGING@@AEAAXXZ -; private: void __cdecl LOGGING::LockShared(void) __ptr64 -?LockShared@LOGGING@@AEAAXXZ -; public: int __cdecl ODBC_STATEMENT::MoreResults(int * __ptr64) __ptr64 -?MoreResults@ODBC_STATEMENT@@QEAAHPEAH@Z -; public: int __cdecl ODBC_CONNECTION::Open(char const * __ptr64,char const * __ptr64,char const * __ptr64,int) __ptr64 -?Open@ODBC_CONNECTION@@QEAAHPEBD00H@Z -; public: int __cdecl ODBC_STATEMENT::PrepareStatement(char const * __ptr64) __ptr64 -?PrepareStatement@ODBC_STATEMENT@@QEAAHPEBD@Z -; public: short __cdecl ODBC_PARAMETER::QueryCType(void)const __ptr64 -?QueryCType@ODBC_PARAMETER@@QEBAFXZ -; public: __int64 __cdecl ODBC_PARAMETER::QueryCbValue(void)const __ptr64 -?QueryCbValue@ODBC_PARAMETER@@QEBA_JXZ -; public: __int64 & __ptr64 __cdecl ODBC_PARAMETER::QueryCbValueRef(void) __ptr64 -?QueryCbValueRef@ODBC_PARAMETER@@QEAAAEA_JXZ -; public: int __cdecl ODBC_STATEMENT::QueryColNames(class STR * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long,int * __ptr64) __ptr64 -?QueryColNames@ODBC_STATEMENT@@QEAAHPEAPEAVSTR@@PEAKKPEAH@Z -; public: short __cdecl ODBC_CONNECTION::QueryErrorCode(void)const __ptr64 -?QueryErrorCode@ODBC_CONNECTION@@QEBAFXZ -; public: short __cdecl ODBC_STATEMENT::QueryErrorCode(void)const __ptr64 -?QueryErrorCode@ODBC_STATEMENT@@QEBAFXZ -; public: __int64 __cdecl ODBC_PARAMETER::QueryMaxCbValue(void)const __ptr64 -?QueryMaxCbValue@ODBC_PARAMETER@@QEBA_JXZ -; public: unsigned short __cdecl ODBC_PARAMETER::QueryParamNumber(void)const __ptr64 -?QueryParamNumber@ODBC_PARAMETER@@QEBAGXZ -; public: short __cdecl ODBC_PARAMETER::QueryParamType(void)const __ptr64 -?QueryParamType@ODBC_PARAMETER@@QEBAFXZ -; public: unsigned long __cdecl ODBC_PARAMETER::QueryPrecision(void)const __ptr64 -?QueryPrecision@ODBC_PARAMETER@@QEBAKXZ -; public: int __cdecl ODBC_STATEMENT::QueryRowCount(__int64 * __ptr64) __ptr64 -?QueryRowCount@ODBC_STATEMENT@@QEAAHPEA_J@Z -; public: short __cdecl ODBC_PARAMETER::QueryScale(void)const __ptr64 -?QueryScale@ODBC_PARAMETER@@QEBAFXZ -; public: short __cdecl ODBC_PARAMETER::QuerySqlType(void)const __ptr64 -?QuerySqlType@ODBC_PARAMETER@@QEBAFXZ -; public: void * __ptr64 __cdecl ODBC_PARAMETER::QueryValue(void)const __ptr64 -?QueryValue@ODBC_PARAMETER@@QEBAPEAXXZ -; public: int __cdecl ODBC_STATEMENT::QueryValuesAsStr(class STR * __ptr64 * __ptr64,int * __ptr64) __ptr64 -?QueryValuesAsStr@ODBC_STATEMENT@@QEAAHPEAPEAVSTR@@PEAH@Z -; public: int __cdecl ODBC_CONNECTION::SetConnectOption(unsigned short,unsigned __int64) __ptr64 -?SetConnectOption@ODBC_CONNECTION@@QEAAHG_K@Z -; public: int __cdecl ODBC_PARAMETER::SetValueBuffer(long,long) __ptr64 -?SetValueBuffer@ODBC_PARAMETER@@QEAAHJJ@Z -; public: static int __cdecl ODBC_CONNECTION::Success(short) -?Success@ODBC_CONNECTION@@SAHF@Z -; private: void __cdecl LOGGING::Unlock(void) __ptr64 -?Unlock@LOGGING@@AEAAXXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iismap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iismap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iismap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iismap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,418 +0,0 @@ -; -; Exports of file IISMAP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISMAP.dll -EXPORTS -; public: __cdecl CAllocString::CAllocString(void) __ptr64 -??0CAllocString@@QEAA@XZ -; public: __cdecl CBlob::CBlob(void) __ptr64 -??0CBlob@@QEAA@XZ -; public: __cdecl CBlobXBF::CBlobXBF(void) __ptr64 -??0CBlobXBF@@QEAA@XZ -; public: __cdecl CCert11Mapping::CCert11Mapping(class CIisAcctMapper * __ptr64) __ptr64 -??0CCert11Mapping@@QEAA@PEAVCIisAcctMapper@@@Z -; public: __cdecl CCertGlobalRuleInfo::CCertGlobalRuleInfo(void) __ptr64 -??0CCertGlobalRuleInfo@@QEAA@XZ -; public: __cdecl CCertMapRule::CCertMapRule(void) __ptr64 -??0CCertMapRule@@QEAA@XZ -; public: __cdecl CDecodedCert::CDecodedCert(struct _CERT_CONTEXT * __ptr64) __ptr64 -??0CDecodedCert@@QEAA@PEAU_CERT_CONTEXT@@@Z -; public: __cdecl CIisAcctMapper::CIisAcctMapper(void) __ptr64 -??0CIisAcctMapper@@QEAA@XZ -; public: __cdecl CIisCert11Mapper::CIisCert11Mapper(void) __ptr64 -??0CIisCert11Mapper@@QEAA@XZ -; public: __cdecl CIisRuleMapper::CIisRuleMapper(void) __ptr64 -??0CIisRuleMapper@@QEAA@XZ -; public: __cdecl CIssuerStore::CIssuerStore(void) __ptr64 -??0CIssuerStore@@QEAA@XZ -; public: __cdecl CPtrDwordXBF::CPtrDwordXBF(void) __ptr64 -??0CPtrDwordXBF@@QEAA@XZ -; public: __cdecl CPtrXBF::CPtrXBF(void) __ptr64 -??0CPtrXBF@@QEAA@XZ -; public: __cdecl CStoreXBF::CStoreXBF(unsigned int) __ptr64 -??0CStoreXBF@@QEAA@I@Z -; public: __cdecl CAllocString::~CAllocString(void) __ptr64 -??1CAllocString@@QEAA@XZ -; public: __cdecl CBlob::~CBlob(void) __ptr64 -??1CBlob@@QEAA@XZ -; public: __cdecl CBlobXBF::~CBlobXBF(void) __ptr64 -??1CBlobXBF@@QEAA@XZ -; public: __cdecl CCert11Mapping::~CCert11Mapping(void) __ptr64 -??1CCert11Mapping@@QEAA@XZ -; public: __cdecl CCertGlobalRuleInfo::~CCertGlobalRuleInfo(void) __ptr64 -??1CCertGlobalRuleInfo@@QEAA@XZ -; public: __cdecl CCertMapRule::~CCertMapRule(void) __ptr64 -??1CCertMapRule@@QEAA@XZ -; public: __cdecl CDecodedCert::~CDecodedCert(void) __ptr64 -??1CDecodedCert@@QEAA@XZ -; public: __cdecl CIisAcctMapper::~CIisAcctMapper(void) __ptr64 -??1CIisAcctMapper@@QEAA@XZ -; public: __cdecl CIisCert11Mapper::~CIisCert11Mapper(void) __ptr64 -??1CIisCert11Mapper@@QEAA@XZ -; public: __cdecl CIisRuleMapper::~CIisRuleMapper(void) __ptr64 -??1CIisRuleMapper@@QEAA@XZ -; public: __cdecl CIssuerStore::~CIssuerStore(void) __ptr64 -??1CIssuerStore@@QEAA@XZ -; public: __cdecl CStoreXBF::~CStoreXBF(void) __ptr64 -??1CStoreXBF@@QEAA@XZ -; public: __cdecl CStrPtrXBF::~CStrPtrXBF(void) __ptr64 -??1CStrPtrXBF@@QEAA@XZ -; public: void __cdecl CStoreXBF::`default constructor closure'(void) __ptr64 -??_FCStoreXBF@@QEAAXXZ -; public: virtual int __cdecl CIisAcctMapper::Add(class CIisMapping * __ptr64,int) __ptr64 -?Add@CIisAcctMapper@@UEAAHPEAVCIisMapping@@H@Z -; public: unsigned long __cdecl CBlobXBF::AddEntry(unsigned char * __ptr64,unsigned long) __ptr64 -?AddEntry@CBlobXBF@@QEAAKPEAEK@Z -; public: unsigned long __cdecl CStrPtrXBF::AddEntry(char * __ptr64) __ptr64 -?AddEntry@CStrPtrXBF@@QEAAKPEAD@Z -; public: virtual unsigned long __cdecl CIisAcctMapper::AddEx(class CIisMapping * __ptr64) __ptr64 -?AddEx@CIisAcctMapper@@UEAAKPEAVCIisMapping@@@Z -; public: int __cdecl CCertMapRule::AddIssuerEntry(char * __ptr64,int) __ptr64 -?AddIssuerEntry@CCertMapRule@@QEAAHPEADH@Z -; public: unsigned long __cdecl CPtrDwordXBF::AddPtr(unsigned long) __ptr64 -?AddPtr@CPtrDwordXBF@@QEAAKK@Z -; public: unsigned long __cdecl CPtrXBF::AddPtr(void * __ptr64) __ptr64 -?AddPtr@CPtrXBF@@QEAAKPEAX@Z -; public: unsigned long __cdecl CIisRuleMapper::AddRule(class CCertMapRule * __ptr64) __ptr64 -?AddRule@CIisRuleMapper@@QEAAKPEAVCCertMapRule@@@Z -; public: unsigned long __cdecl CIisRuleMapper::AddRule(void) __ptr64 -?AddRule@CIisRuleMapper@@QEAAKXZ -; public: unsigned long __cdecl CCertMapRule::AddRuleElem(unsigned long,enum CERT_FIELD_ID,char * __ptr64,unsigned char * __ptr64,unsigned long,unsigned long) __ptr64 -?AddRuleElem@CCertMapRule@@QEAAKKW4CERT_FIELD_ID@@PEADPEAEKK@Z -; public: int __cdecl CCertGlobalRuleInfo::AddRuleOrder(void) __ptr64 -?AddRuleOrder@CCertGlobalRuleInfo@@QEAAHXZ -; public: int __cdecl CAllocString::Append(char * __ptr64) __ptr64 -?Append@CAllocString@@QEAAHPEAD@Z -; public: int __cdecl CStoreXBF::Append(unsigned long) __ptr64 -?Append@CStoreXBF@@QEAAHK@Z -; public: int __cdecl CStoreXBF::Append(char * __ptr64) __ptr64 -?Append@CStoreXBF@@QEAAHPEAD@Z -; public: int __cdecl CStoreXBF::Append(unsigned char * __ptr64,unsigned long) __ptr64 -?Append@CStoreXBF@@QEAAHPEAEK@Z -; public: int __cdecl CStoreXBF::AppendZ(char * __ptr64) __ptr64 -?AppendZ@CStoreXBF@@QEAAHPEAD@Z -; int __cdecl BinaryToMatchRequest(unsigned char * __ptr64,unsigned long,char * __ptr64 * __ptr64) -?BinaryToMatchRequest@@YAHPEAEKPEAPEAD@Z -; public: void __cdecl CStoreXBF::Clear(void) __ptr64 -?Clear@CStoreXBF@@QEAAXXZ -; public: virtual int __cdecl CIisMapping::Clone(class CIisMapping * __ptr64 * __ptr64) __ptr64 -?Clone@CIisMapping@@UEAAHPEAPEAV1@@Z -; public: int __cdecl CIisMapping::CloneEx(class CIisMapping * __ptr64 * __ptr64,char * __ptr64 * __ptr64,char * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long * __ptr64,unsigned int) __ptr64 -?CloneEx@CIisMapping@@QEAAHPEAPEAV1@PEAPEAD1PEAK2I@Z -; public: int __cdecl CIisMapping::Copy(class CIisMapping * __ptr64) __ptr64 -?Copy@CIisMapping@@QEAAHPEAV1@@Z -; public: int __cdecl CIisAcctMapper::Create(void) __ptr64 -?Create@CIisAcctMapper@@QEAAHXZ -; public: virtual class CIisMapping * __ptr64 __cdecl CIisAcctMapper::CreateNewMapping(void) __ptr64 -?CreateNewMapping@CIisAcctMapper@@UEAAPEAVCIisMapping@@XZ -; public: class CIisMapping * __ptr64 __cdecl CIisCert11Mapper::CreateNewMapping(unsigned char * __ptr64,unsigned long) __ptr64 -?CreateNewMapping@CIisCert11Mapper@@QEAAPEAVCIisMapping@@PEAEK@Z -; public: virtual class CIisMapping * __ptr64 __cdecl CIisCert11Mapper::CreateNewMapping(void) __ptr64 -?CreateNewMapping@CIisCert11Mapper@@UEAAPEAVCIisMapping@@XZ -; public: int __cdecl CStoreXBF::DecreaseUse(unsigned long) __ptr64 -?DecreaseUse@CStoreXBF@@QEAAHK@Z -; public: int __cdecl CIisAcctMapper::Delete(unsigned long,int) __ptr64 -?Delete@CIisAcctMapper@@QEAAHKH@Z -; public: int __cdecl CIisAcctMapper::Delete(void) __ptr64 -?Delete@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CBlobXBF::DeleteEntry(unsigned long) __ptr64 -?DeleteEntry@CBlobXBF@@QEAAHK@Z -; public: int __cdecl CStrPtrXBF::DeleteEntry(unsigned long) __ptr64 -?DeleteEntry@CStrPtrXBF@@QEAAHK@Z -; public: int __cdecl CCertMapRule::DeleteIssuerEntry(unsigned long) __ptr64 -?DeleteIssuerEntry@CCertMapRule@@QEAAHK@Z -; public: int __cdecl CPtrDwordXBF::DeletePtr(unsigned long) __ptr64 -?DeletePtr@CPtrDwordXBF@@QEAAHK@Z -; public: int __cdecl CPtrXBF::DeletePtr(unsigned long) __ptr64 -?DeletePtr@CPtrXBF@@QEAAHK@Z -; public: int __cdecl CIisRuleMapper::DeleteRule(unsigned long) __ptr64 -?DeleteRule@CIisRuleMapper@@QEAAHK@Z -; public: int __cdecl CCertGlobalRuleInfo::DeleteRuleById(unsigned long,int) __ptr64 -?DeleteRuleById@CCertGlobalRuleInfo@@QEAAHKH@Z -; public: int __cdecl CCertMapRule::DeleteRuleElem(unsigned long) __ptr64 -?DeleteRuleElem@CCertMapRule@@QEAAHK@Z -; public: int __cdecl CCertMapRule::DeleteRuleElemsByField(enum CERT_FIELD_ID) __ptr64 -?DeleteRuleElemsByField@CCertMapRule@@QEAAHW4CERT_FIELD_ID@@@Z -; public: virtual int __cdecl CIisMapping::Deserialize(struct _iobuf * __ptr64,void * __ptr64,void * __ptr64) __ptr64 -?Deserialize@CIisMapping@@UEAAHPEAU_iobuf@@PEAX1@Z -; char * __ptr64 __cdecl EnumerateKnownSubFields(unsigned long) -?EnumerateKnownSubFields@@YAPEADK@Z -; public: int __cdecl CIisAcctMapper::FindMatch(class CIisMapping * __ptr64,class CIisMapping * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?FindMatch@CIisAcctMapper@@QEAAHPEAVCIisMapping@@PEAPEAV2@PEAK@Z -; public: int __cdecl CIisAcctMapper::FlushAlternate(int) __ptr64 -?FlushAlternate@CIisAcctMapper@@QEAAHH@Z -; void __cdecl FreeMatchConversion(void * __ptr64) -?FreeMatchConversion@@YAXPEAX@Z -; public: char * __ptr64 __cdecl CAllocString::Get(void) __ptr64 -?Get@CAllocString@@QEAAPEADXZ -; public: unsigned char * __ptr64 __cdecl CBlob::Get(unsigned long * __ptr64) __ptr64 -?Get@CBlob@@QEAAPEAEPEAK@Z -; public: class CBlob * __ptr64 __cdecl CBlobXBF::GetBlob(unsigned long) __ptr64 -?GetBlob@CBlobXBF@@QEAAPEAVCBlob@@K@Z -; public: unsigned char * __ptr64 __cdecl CStoreXBF::GetBuff(void) __ptr64 -?GetBuff@CStoreXBF@@QEAAPEAEXZ -; public: int __cdecl CBlobXBF::GetEntry(unsigned long,unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?GetEntry@CBlobXBF@@QEAAHKPEAPEAEPEAK@Z -; public: char * __ptr64 __cdecl CStrPtrXBF::GetEntry(unsigned long) __ptr64 -?GetEntry@CStrPtrXBF@@QEAAPEADK@Z -; public: class CCertGlobalRuleInfo * __ptr64 __cdecl CIisRuleMapper::GetGlobalRulesInfo(void) __ptr64 -?GetGlobalRulesInfo@CIisRuleMapper@@QEAAPEAVCCertGlobalRuleInfo@@XZ -; public: struct _IISMDB_HEntry * __ptr64 __cdecl CIisAcctMapper::GetHierarchy(unsigned long * __ptr64) __ptr64 -?GetHierarchy@CIisAcctMapper@@QEAAPEAU_IISMDB_HEntry@@PEAK@Z -; unsigned long __cdecl GetIdFlags(enum CERT_FIELD_ID) -?GetIdFlags@@YAKW4CERT_FIELD_ID@@@Z -; public: int __cdecl CDecodedCert::GetIssuer(void * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?GetIssuer@CDecodedCert@@QEAAHPEAPEAXPEAK@Z -; public: unsigned long __cdecl CCertMapRule::GetIssuerCount(void) __ptr64 -?GetIssuerCount@CCertMapRule@@QEAAKXZ -; public: int __cdecl CCertMapRule::GetIssuerEntry(unsigned long,int * __ptr64,char * __ptr64 * __ptr64) __ptr64 -?GetIssuerEntry@CCertMapRule@@QEAAHKPEAHPEAPEAD@Z -; public: int __cdecl CCertMapRule::GetIssuerEntryByName(char * __ptr64,int * __ptr64) __ptr64 -?GetIssuerEntryByName@CCertMapRule@@QEAAHPEADPEAH@Z -; public: int __cdecl CIisAcctMapper::GetMapping(unsigned long,class CIisMapping * __ptr64 * __ptr64,int,int) __ptr64 -?GetMapping@CIisAcctMapper@@QEAAHKPEAPEAVCIisMapping@@HH@Z -; public: unsigned long __cdecl CIisAcctMapper::GetMappingCount(void) __ptr64 -?GetMappingCount@CIisAcctMapper@@QEAAKXZ -; public: int __cdecl CCertMapRule::GetMatchAllIssuer(void) __ptr64 -?GetMatchAllIssuer@CCertMapRule@@QEAAHXZ -; public: unsigned long __cdecl CBlobXBF::GetNbEntry(void) __ptr64 -?GetNbEntry@CBlobXBF@@QEAAKXZ -; public: unsigned long __cdecl CStrPtrXBF::GetNbEntry(void) __ptr64 -?GetNbEntry@CStrPtrXBF@@QEAAKXZ -; public: virtual unsigned int __cdecl CIisMapping::GetNbField(char * __ptr64 * __ptr64 * __ptr64) __ptr64 -?GetNbField@CIisMapping@@UEAAIPEAPEAPEAD@Z -; public: virtual unsigned int __cdecl CIisMapping::GetNbField(char * __ptr64 * __ptr64 * __ptr64,unsigned long * __ptr64 * __ptr64) __ptr64 -?GetNbField@CIisMapping@@UEAAIPEAPEAPEADPEAPEAK@Z -; public: unsigned long __cdecl CIssuerStore::GetNbIssuers(void) __ptr64 -?GetNbIssuers@CIssuerStore@@QEAAKXZ -; public: unsigned long __cdecl CIisAcctMapper::GetNbMapping(int) __ptr64 -?GetNbMapping@CIisAcctMapper@@QEAAKH@Z -; public: unsigned long __cdecl CPtrDwordXBF::GetNbPtr(void) __ptr64 -?GetNbPtr@CPtrDwordXBF@@QEAAKXZ -; public: unsigned long __cdecl CPtrXBF::GetNbPtr(void) __ptr64 -?GetNbPtr@CPtrXBF@@QEAAKXZ -; public: unsigned long __cdecl CIisAcctMapper::GetOptions(void) __ptr64 -?GetOptions@CIisAcctMapper@@QEAAKXZ -; public: unsigned long * __ptr64 __cdecl CPtrDwordXBF::GetPtr(unsigned long) __ptr64 -?GetPtr@CPtrDwordXBF@@QEAAPEAKK@Z -; public: void * __ptr64 __cdecl CPtrXBF::GetPtr(unsigned long) __ptr64 -?GetPtr@CPtrXBF@@QEAAPEAXK@Z -; public: void * __ptr64 __cdecl CPtrXBF::GetPtrAddr(unsigned long) __ptr64 -?GetPtrAddr@CPtrXBF@@QEAAPEAXK@Z -; public: class CCertMapRule * __ptr64 __cdecl CIisRuleMapper::GetRule(unsigned long) __ptr64 -?GetRule@CIisRuleMapper@@QEAAPEAVCCertMapRule@@K@Z -; public: char * __ptr64 __cdecl CCertMapRule::GetRuleAccount(void) __ptr64 -?GetRuleAccount@CCertMapRule@@QEAAPEADXZ -; public: unsigned long __cdecl CIisRuleMapper::GetRuleCount(void) __ptr64 -?GetRuleCount@CIisRuleMapper@@QEAAKXZ -; public: int __cdecl CCertMapRule::GetRuleDenyAccess(void) __ptr64 -?GetRuleDenyAccess@CCertMapRule@@QEAAHXZ -; public: int __cdecl CCertMapRule::GetRuleElem(unsigned long,enum CERT_FIELD_ID * __ptr64,char * __ptr64 * __ptr64,unsigned long * __ptr64,char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?GetRuleElem@CCertMapRule@@QEAAHKPEAW4CERT_FIELD_ID@@PEAPEADPEAK12@Z -; public: unsigned long __cdecl CCertMapRule::GetRuleElemCount(void) __ptr64 -?GetRuleElemCount@CCertMapRule@@QEAAKXZ -; public: int __cdecl CCertMapRule::GetRuleEnabled(void) __ptr64 -?GetRuleEnabled@CCertMapRule@@QEAAHXZ -; public: char * __ptr64 __cdecl CCertMapRule::GetRuleName(void) __ptr64 -?GetRuleName@CCertMapRule@@QEAAPEADXZ -; public: unsigned long * __ptr64 __cdecl CCertGlobalRuleInfo::GetRuleOrderArray(void) __ptr64 -?GetRuleOrderArray@CCertGlobalRuleInfo@@QEAAPEAKXZ -; public: unsigned long __cdecl CCertGlobalRuleInfo::GetRuleOrderCount(void) __ptr64 -?GetRuleOrderCount@CCertGlobalRuleInfo@@QEAAKXZ -; public: char * __ptr64 __cdecl CCertMapRule::GetRulePassword(void) __ptr64 -?GetRulePassword@CCertMapRule@@QEAAPEADXZ -; public: int __cdecl CCertGlobalRuleInfo::GetRulesEnabled(void) __ptr64 -?GetRulesEnabled@CCertGlobalRuleInfo@@QEAAHXZ -; public: struct _CERT_RDN_ATTR * __ptr64 * __ptr64 __cdecl CDecodedCert::GetSubField(enum CERT_FIELD_ID,char * __ptr64,unsigned long * __ptr64) __ptr64 -?GetSubField@CDecodedCert@@QEAAPEAPEAU_CERT_RDN_ATTR@@W4CERT_FIELD_ID@@PEADPEAK@Z -; public: unsigned long __cdecl CStoreXBF::GetUsed(void) __ptr64 -?GetUsed@CStoreXBF@@QEAAKXZ -; int __cdecl IISuudecode(char * __ptr64,unsigned char * __ptr64,unsigned long * __ptr64,int) -?IISuudecode@@YAHPEADPEAEPEAKH@Z -; int __cdecl IISuuencode(unsigned char * __ptr64,unsigned long,unsigned char * __ptr64,int) -?IISuuencode@@YAHPEAEK0H@Z -; void __cdecl ImportIISCertMappingsToIIS6(void) -?ImportIISCertMappingsToIIS6@@YAXXZ -; public: int __cdecl CBlob::InitSet(unsigned char * __ptr64,unsigned long) __ptr64 -?InitSet@CBlob@@QEAAHPEAEK@Z -; public: unsigned long __cdecl CBlobXBF::InsertEntry(unsigned long,char * __ptr64,unsigned long) __ptr64 -?InsertEntry@CBlobXBF@@QEAAKKPEADK@Z -; public: unsigned long __cdecl CStrPtrXBF::InsertEntry(unsigned long,char * __ptr64) __ptr64 -?InsertEntry@CStrPtrXBF@@QEAAKKPEAD@Z -; public: unsigned long __cdecl CPtrDwordXBF::InsertPtr(unsigned long,unsigned long) __ptr64 -?InsertPtr@CPtrDwordXBF@@QEAAKKK@Z -; public: unsigned long __cdecl CPtrXBF::InsertPtr(unsigned long,void * __ptr64) __ptr64 -?InsertPtr@CPtrXBF@@QEAAKKPEAX@Z -; public: int __cdecl CCertGlobalRuleInfo::IsValid(void) __ptr64 -?IsValid@CCertGlobalRuleInfo@@QEAAHXZ -; public: int __cdecl CCertMapRule::IsValid(void) __ptr64 -?IsValid@CCertMapRule@@QEAAHXZ -; public: int __cdecl CIisRuleMapper::IsValid(void) __ptr64 -?IsValid@CIisRuleMapper@@QEAAHXZ -; public: int __cdecl CIisAcctMapper::Load(void) __ptr64 -?Load@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CStoreXBF::Load(void * __ptr64) __ptr64 -?Load@CStoreXBF@@QEAAHPEAX@Z -; public: void __cdecl CIisAcctMapper::Lock(void) __ptr64 -?Lock@CIisAcctMapper@@QEAAXXZ -; char * __ptr64 __cdecl MapAsn1ToSubField(char * __ptr64) -?MapAsn1ToSubField@@YAPEADPEAD@Z -; enum CERT_FIELD_ID __cdecl MapFieldToId(char * __ptr64) -?MapFieldToId@@YA?AW4CERT_FIELD_ID@@PEAD@Z -; char * __ptr64 __cdecl MapIdToField(enum CERT_FIELD_ID) -?MapIdToField@@YAPEADW4CERT_FIELD_ID@@@Z -; char * __ptr64 __cdecl MapSubFieldToAsn1(char * __ptr64) -?MapSubFieldToAsn1@@YAPEADPEAD@Z -; public: virtual int __cdecl CIisMapping::MappingGetField(unsigned long,char * __ptr64 * __ptr64) __ptr64 -?MappingGetField@CIisMapping@@UEAAHKPEAPEAD@Z -; public: virtual int __cdecl CIisMapping::MappingGetField(unsigned long,unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64,int) __ptr64 -?MappingGetField@CIisMapping@@UEAAHKPEAPEAEPEAKH@Z -; public: int __cdecl CIisAcctMapper::MappingGetFieldList(struct _IISMDB_Fields * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?MappingGetFieldList@CIisAcctMapper@@QEAAHPEAPEAU_IISMDB_Fields@@PEAK@Z -; public: virtual int __cdecl CIisMapping::MappingSetField(unsigned long,char * __ptr64) __ptr64 -?MappingSetField@CIisMapping@@UEAAHKPEAD@Z -; public: virtual int __cdecl CIisMapping::MappingSetField(unsigned long,unsigned char * __ptr64,unsigned long,int) __ptr64 -?MappingSetField@CIisMapping@@UEAAHKPEAEKH@Z -; public: int __cdecl CCertMapRule::Match(class CDecodedCert * __ptr64,class CDecodedCert * __ptr64,char * __ptr64,char * __ptr64,int * __ptr64) __ptr64 -?Match@CCertMapRule@@QEAAHPEAVCDecodedCert@@0PEAD1PEAH@Z -; public: int __cdecl CIisRuleMapper::Match(struct _CERT_CONTEXT * __ptr64,struct _CERT_CONTEXT * __ptr64,unsigned short * __ptr64,unsigned short * __ptr64) __ptr64 -?Match@CIisRuleMapper@@QEAAHPEAU_CERT_CONTEXT@@0PEAG1@Z -; int __cdecl MatchRequestToBinary(char * __ptr64,unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) -?MatchRequestToBinary@@YAHPEADPEAPEAEPEAK@Z -; public: int __cdecl CStoreXBF::Need(unsigned long) __ptr64 -?Need@CStoreXBF@@QEAAHK@Z -; public: void __cdecl CIisRuleMapper::ReadLockRules(void) __ptr64 -?ReadLockRules@CIisRuleMapper@@QEAAXXZ -; public: void __cdecl CIisRuleMapper::ReadUnlockRules(void) __ptr64 -?ReadUnlockRules@CIisRuleMapper@@QEAAXXZ -; int __cdecl ReportIisMapEvent(unsigned short,unsigned long,unsigned short,char const * __ptr64 * __ptr64) -?ReportIisMapEvent@@YAHGKGPEAPEBD@Z -; int __cdecl ReportIisMapEventW(unsigned short,unsigned long,unsigned short,unsigned short const * __ptr64 * __ptr64) -?ReportIisMapEventW@@YAHGKGPEAPEBG@Z -; public: void __cdecl CAllocString::Reset(void) __ptr64 -?Reset@CAllocString@@QEAAXXZ -; public: void __cdecl CBlob::Reset(void) __ptr64 -?Reset@CBlob@@QEAAXXZ -; public: void __cdecl CBlobXBF::Reset(void) __ptr64 -?Reset@CBlobXBF@@QEAAXXZ -; public: int __cdecl CCertGlobalRuleInfo::Reset(void) __ptr64 -?Reset@CCertGlobalRuleInfo@@QEAAHXZ -; public: void __cdecl CCertMapRule::Reset(void) __ptr64 -?Reset@CCertMapRule@@QEAAXXZ -; public: int __cdecl CIisAcctMapper::Reset(void) __ptr64 -?Reset@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CIisRuleMapper::Reset(void) __ptr64 -?Reset@CIisRuleMapper@@QEAAHXZ -; public: void __cdecl CIssuerStore::Reset(void) __ptr64 -?Reset@CIssuerStore@@QEAAXXZ -; public: void __cdecl CStoreXBF::Reset(void) __ptr64 -?Reset@CStoreXBF@@QEAAXXZ -; public: int __cdecl CIisAcctMapper::Save(void) __ptr64 -?Save@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CStoreXBF::Save(void * __ptr64) __ptr64 -?Save@CStoreXBF@@QEAAHPEAX@Z -; public: int __cdecl CAllocString::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CAllocString@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CBlob::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CBlob@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CBlobXBF::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CBlobXBF@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CCertMapRule::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CCertMapRule@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIisAcctMapper::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CIisAcctMapper@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIisAcctMapper::Serialize(void) __ptr64 -?Serialize@CIisAcctMapper@@QEAAHXZ -; public: virtual int __cdecl CIisMapping::Serialize(struct _iobuf * __ptr64,void * __ptr64,void * __ptr64) __ptr64 -?Serialize@CIisMapping@@UEAAHPEAU_iobuf@@PEAX1@Z -; public: int __cdecl CIisRuleMapper::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CIisRuleMapper@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIssuerStore::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CIssuerStore@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CPtrDwordXBF::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CPtrDwordXBF@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CPtrXBF::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CPtrXBF@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CStrPtrXBF::Serialize(class CStoreXBF * __ptr64) __ptr64 -?Serialize@CStrPtrXBF@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CCertGlobalRuleInfo::SerializeGlobalRuleInfo(class CStoreXBF * __ptr64) __ptr64 -?SerializeGlobalRuleInfo@CCertGlobalRuleInfo@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CAllocString::Set(char * __ptr64) __ptr64 -?Set@CAllocString@@QEAAHPEAD@Z -; public: int __cdecl CBlob::Set(unsigned char * __ptr64,unsigned long) __ptr64 -?Set@CBlob@@QEAAHPEAEK@Z -; public: int __cdecl CBlobXBF::SetEntry(unsigned long,unsigned char * __ptr64,unsigned long) __ptr64 -?SetEntry@CBlobXBF@@QEAAHKPEAEK@Z -; public: int __cdecl CStrPtrXBF::SetEntry(unsigned long,char * __ptr64) __ptr64 -?SetEntry@CStrPtrXBF@@QEAAHKPEAD@Z -; public: int __cdecl CCertMapRule::SetIssuerEntryAcceptStatus(unsigned long,int) __ptr64 -?SetIssuerEntryAcceptStatus@CCertMapRule@@QEAAHKH@Z -; public: void __cdecl CCertMapRule::SetMatchAllIssuer(int) __ptr64 -?SetMatchAllIssuer@CCertMapRule@@QEAAXH@Z -; public: int __cdecl CPtrDwordXBF::SetPtr(unsigned long,unsigned long) __ptr64 -?SetPtr@CPtrDwordXBF@@QEAAHKK@Z -; public: int __cdecl CPtrXBF::SetPtr(unsigned long,void * __ptr64) __ptr64 -?SetPtr@CPtrXBF@@QEAAHKPEAX@Z -; public: int __cdecl CCertMapRule::SetRuleAccount(char * __ptr64) __ptr64 -?SetRuleAccount@CCertMapRule@@QEAAHPEAD@Z -; public: void __cdecl CCertMapRule::SetRuleDenyAccess(int) __ptr64 -?SetRuleDenyAccess@CCertMapRule@@QEAAXH@Z -; public: void __cdecl CCertMapRule::SetRuleEnabled(int) __ptr64 -?SetRuleEnabled@CCertMapRule@@QEAAXH@Z -; public: int __cdecl CCertMapRule::SetRuleName(char * __ptr64) __ptr64 -?SetRuleName@CCertMapRule@@QEAAHPEAD@Z -; public: int __cdecl CCertMapRule::SetRulePassword(char * __ptr64) __ptr64 -?SetRulePassword@CCertMapRule@@QEAAHPEAD@Z -; public: void __cdecl CCertGlobalRuleInfo::SetRulesEnabled(int) __ptr64 -?SetRulesEnabled@CCertGlobalRuleInfo@@QEAAXH@Z -; public: void __cdecl CIisAcctMapper::Unlock(void) __ptr64 -?Unlock@CIisAcctMapper@@QEAAXXZ -; public: int __cdecl CAllocString::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CAllocString@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CBlob::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CBlob@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CBlobXBF::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long) __ptr64 -?Unserialize@CBlobXBF@@QEAAHPEAPEAEPEAKK@Z -; public: int __cdecl CCertMapRule::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CCertMapRule@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CCertMapRule::Unserialize(class CStoreXBF * __ptr64) __ptr64 -?Unserialize@CCertMapRule@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIisAcctMapper::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CIisAcctMapper@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CIisAcctMapper::Unserialize(class CStoreXBF * __ptr64) __ptr64 -?Unserialize@CIisAcctMapper@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIisAcctMapper::Unserialize(void) __ptr64 -?Unserialize@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CIisRuleMapper::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CIisRuleMapper@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CIisRuleMapper::Unserialize(class CStoreXBF * __ptr64) __ptr64 -?Unserialize@CIisRuleMapper@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CIssuerStore::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Unserialize@CIssuerStore@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CIssuerStore::Unserialize(class CStoreXBF * __ptr64) __ptr64 -?Unserialize@CIssuerStore@@QEAAHPEAVCStoreXBF@@@Z -; public: int __cdecl CPtrDwordXBF::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long) __ptr64 -?Unserialize@CPtrDwordXBF@@QEAAHPEAPEAEPEAKK@Z -; public: int __cdecl CPtrXBF::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long) __ptr64 -?Unserialize@CPtrXBF@@QEAAHPEAPEAEPEAKK@Z -; public: int __cdecl CStrPtrXBF::Unserialize(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long) __ptr64 -?Unserialize@CStrPtrXBF@@QEAAHPEAPEAEPEAKK@Z -; public: int __cdecl CCertGlobalRuleInfo::UnserializeGlobalRuleInfo(unsigned char * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?UnserializeGlobalRuleInfo@CCertGlobalRuleInfo@@QEAAHPEAPEAEPEAK@Z -; public: int __cdecl CIisAcctMapper::Update(unsigned long) __ptr64 -?Update@CIisAcctMapper@@QEAAHK@Z -; public: int __cdecl CIisAcctMapper::Update(unsigned long,class CIisMapping * __ptr64) __ptr64 -?Update@CIisAcctMapper@@QEAAHKPEAVCIisMapping@@@Z -; public: int __cdecl CIisAcctMapper::UpdateClasses(int) __ptr64 -?UpdateClasses@CIisAcctMapper@@QEAAHH@Z -; public: int __cdecl CIisAcctMapper::UpdateHierarchy(void) __ptr64 -?UpdateHierarchy@CIisAcctMapper@@QEAAHXZ -; public: int __cdecl CIisMapping::UpdateMask(struct _IISMDB_HEntry * __ptr64,unsigned long) __ptr64 -?UpdateMask@CIisMapping@@QEAAHPEAU_IISMDB_HEntry@@K@Z -; public: void __cdecl CIisRuleMapper::WriteLockRules(void) __ptr64 -?WriteLockRules@CIisRuleMapper@@QEAAXXZ -; public: void __cdecl CIisRuleMapper::WriteUnlockRules(void) __ptr64 -?WriteUnlockRules@CIisRuleMapper@@QEAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iisrstap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iisrstap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iisrstap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iisrstap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IISRSTAP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISRSTAP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iisuiobj.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iisuiobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iisuiobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iisuiobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IISUIObj.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IISUIObj.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iisw3adm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iisw3adm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iisw3adm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iisw3adm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file iisw3adm.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY iisw3adm.dll -EXPORTS -ServiceMain -; public: class CSecurityDispenser & __ptr64 __cdecl CSecurityDispenser::operator=(class CSecurityDispenser const & __ptr64) __ptr64 -??4CSecurityDispenser@@QEAAAEAV0@AEBV0@@Z -; public: class IPM_MESSAGE_PIPE & __ptr64 __cdecl IPM_MESSAGE_PIPE::operator=(class IPM_MESSAGE_PIPE const & __ptr64) __ptr64 -??4IPM_MESSAGE_PIPE@@QEAAAEAV0@AEBV0@@Z -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/imagehlp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/imagehlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/imagehlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/imagehlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,114 +0,0 @@ -; -; Exports of file imagehlp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY imagehlp.dll -EXPORTS -RemoveRelocations -BindImage -BindImageEx -CheckSumMappedFile -EnumerateLoadedModules -EnumerateLoadedModules64 -FindDebugInfoFile -FindDebugInfoFileEx -FindExecutableImage -FindExecutableImageEx -FindFileInPath -FindFileInSearchPath -GetImageConfigInformation -GetImageUnusedHeaderBytes -GetTimestampForLoadedLibrary -ImageAddCertificate -ImageDirectoryEntryToData -ImageDirectoryEntryToDataEx -ImageEnumerateCertificates -ImageGetCertificateData -ImageGetCertificateHeader -ImageGetDigestStream -ImageLoad -ImageNtHeader -ImageRemoveCertificate -ImageRvaToSection -ImageRvaToVa -ImageUnload -ImagehlpApiVersion -ImagehlpApiVersionEx -MakeSureDirectoryPathExists -MapAndLoad -MapFileAndCheckSumA -MapFileAndCheckSumW -ReBaseImage -ReBaseImage64 -RemovePrivateCvSymbolic -RemovePrivateCvSymbolicEx -SearchTreeForFile -SetImageConfigInformation -SplitSymbols -StackWalk -StackWalk64 -SymCleanup -SymEnumSym -SymEnumSymbols -SymEnumSymbolsForAddr -SymEnumTypes -SymEnumerateModules -SymEnumerateModules64 -SymEnumerateSymbols -SymEnumerateSymbols64 -SymEnumerateSymbolsW -SymEnumerateSymbolsW64 -SymFindFileInPath -SymFromAddr -SymFromName -SymFunctionTableAccess -SymFunctionTableAccess64 -SymGetLineFromAddr -SymGetLineFromAddr64 -SymGetLineFromName -SymGetLineFromName64 -SymGetLineNext -SymGetLineNext64 -SymGetLinePrev -SymGetLinePrev64 -SymGetModuleBase -SymGetModuleBase64 -SymGetModuleInfo -SymGetModuleInfo64 -SymGetModuleInfoW -SymGetModuleInfoW64 -SymGetOptions -SymGetSearchPath -SymGetSymFromAddr -SymGetSymFromAddr64 -SymGetSymFromName -SymGetSymFromName64 -SymGetSymNext -SymGetSymNext64 -SymGetSymPrev -SymGetSymPrev64 -SymGetTypeFromName -SymGetTypeInfo -SymInitialize -SymLoadModule -SymLoadModule64 -SymMatchFileName -SymMatchString -SymRegisterCallback -SymRegisterCallback64 -SymRegisterFunctionEntryCallback -SymRegisterFunctionEntryCallback64 -SymSetContext -SymSetOptions -SymSetSearchPath -SymUnDName -SymUnDName64 -SymUnloadModule -SymUnloadModule64 -TouchFileTimes -UnDecorateSymbolName -UnMapAndLoad -UpdateDebugInfoFile -UpdateDebugInfoFileEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/imekrcic.def mingw-w64-6.0.0/mingw-w64-crt/lib64/imekrcic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/imekrcic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/imekrcic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IMEKRCIC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IMEKRCIC.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/imgutil.def mingw-w64-6.0.0/mingw-w64-crt/lib64/imgutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/imgutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/imgutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Exports of file ImgUtil.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ImgUtil.dll -EXPORTS -ComputeInvCMAP -CreateDDrawSurfaceOnDIB -CreateMIMEMap -DecodeImage -DitherTo8 -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetMaxMIMEIDBytes -IdentifyMIMEType -SniffStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/imjpcic.def mingw-w64-6.0.0/mingw-w64-crt/lib64/imjpcic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/imjpcic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/imjpcic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file simx.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY simx.dll -EXPORTS -; public: static __int64 __cdecl CHelp::AboutDlgProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?AboutDlgProc@CHelp@@SA_JPEAUHWND__@@I_K_J@Z -; public: static __int64 __cdecl CPad::HWDlgProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?HWDlgProc@CPad@@SA_JPEAUHWND__@@I_K_J@Z -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/imm32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/imm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/imm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/imm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,142 +0,0 @@ -; -; Exports of file IMM32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IMM32.dll -EXPORTS -CtfImmAppCompatEnableIMEonProtectedCode -CtfImmCoUninitialize -CtfImmDispatchDefImeMessage -CtfImmEnterCoInitCountSkipMode -CtfImmGenerateMessage -CtfImmGetCompatibleKeyboardLayout -CtfImmGetGuidAtom -CtfImmGetIMEFileName -CtfImmGetTMAEFlags -CtfImmHideToolbarWnd -CtfImmIsCiceroEnabled -CtfImmIsCiceroStartedInThread -CtfImmIsGuidMapEnable -CtfImmIsTextFrameServiceDisabled -CtfImmLastEnabledWndDestroy -CtfImmLeaveCoInitCountSkipMode -CtfImmNotify -CtfImmRestoreToolbarWnd -CtfImmSetAppCompatFlags -CtfImmSetCiceroStartInThread -CtfImmSetDefaultRemoteKeyboardLayout -CtfImmTIMActivate -GetKeyboardLayoutCP -ImmActivateLayout -ImmAssociateContext -ImmAssociateContextEx -ImmCallImeConsoleIME -ImmConfigureIMEA -ImmConfigureIMEW -ImmCreateContext -ImmCreateIMCC -ImmCreateSoftKeyboard -ImmDestroyContext -ImmDestroyIMCC -ImmDestroySoftKeyboard -ImmDisableIME -ImmDisableIme -ImmDisableTextFrameService -ImmEnumInputContext -ImmEnumRegisterWordA -ImmEnumRegisterWordW -ImmEscapeA -ImmEscapeW -ImmFreeLayout -ImmGenerateMessage -ImmGetAppCompatFlags -ImmGetCandidateListA -ImmGetCandidateListCountA -ImmGetCandidateListCountW -ImmGetCandidateListW -ImmGetCandidateWindow -ImmGetCompositionFontA -ImmGetCompositionFontW -ImmGetCompositionStringA -ImmGetCompositionStringW -ImmGetCompositionWindow -ImmGetContext -ImmGetConversionListA -ImmGetConversionListW -ImmGetConversionStatus -ImmGetDefaultIMEWnd -ImmGetDescriptionA -ImmGetDescriptionW -ImmGetGuideLineA -ImmGetGuideLineW -ImmGetHotKey -ImmGetIMCCLockCount -ImmGetIMCCSize -ImmGetIMCLockCount -ImmGetIMEFileNameA -ImmGetIMEFileNameW -ImmGetImeInfoEx -ImmGetImeMenuItemsA -ImmGetImeMenuItemsW -ImmGetOpenStatus -ImmGetProperty -ImmGetRegisterWordStyleA -ImmGetRegisterWordStyleW -ImmGetStatusWindowPos -ImmGetVirtualKey -ImmIMPGetIMEA -ImmIMPGetIMEW -ImmIMPQueryIMEA -ImmIMPQueryIMEW -ImmIMPSetIMEA -ImmIMPSetIMEW -ImmInstallIMEA -ImmInstallIMEW -ImmIsIME -ImmIsUIMessageA -ImmIsUIMessageW -ImmLoadIME -ImmLoadLayout -ImmLockClientImc -ImmLockIMC -ImmLockIMCC -ImmLockImeDpi -ImmNotifyIME -ImmProcessKey -ImmPutImeMenuItemsIntoMappedFile -ImmReSizeIMCC -ImmRegisterClient -ImmRegisterWordA -ImmRegisterWordW -ImmReleaseContext -ImmRequestMessageA -ImmRequestMessageW -ImmSendIMEMessageExA -ImmSendIMEMessageExW -ImmSetActiveContext -ImmSetActiveContextConsoleIME -ImmSetCandidateWindow -ImmSetCompositionFontA -ImmSetCompositionFontW -ImmSetCompositionStringA -ImmSetCompositionStringW -ImmSetCompositionWindow -ImmSetConversionStatus -ImmSetHotKey -ImmSetOpenStatus -ImmSetStatusWindowPos -ImmShowSoftKeyboard -ImmSimulateHotKey -ImmSystemHandler -ImmTranslateMessage -ImmUnlockClientImc -ImmUnlockIMC -ImmUnlockIMCC -ImmUnlockImeDpi -ImmUnregisterWordA -ImmUnregisterWordW -ImmWINNLSEnableIME -ImmWINNLSGetEnableStatus -ImmWINNLSGetIMEHotkey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inetcomm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inetcomm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inetcomm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inetcomm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ -; -; Exports of file INETCOMM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY INETCOMM.dll -EXPORTS -RichMimeEdit_CreateInstance -CreateIMAPTransport -CreateIMAPTransport2 -CreateNNTPTransport -CreatePOP3Transport -CreateRASTransport -CreateRangeList -CreateSMTPTransport -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -EssContentHintDecodeEx -EssContentHintEncodeEx -EssKeyExchPreferenceDecodeEx -EssKeyExchPreferenceEncodeEx -EssMLHistoryDecodeEx -EssMLHistoryEncodeEx -EssReceiptDecodeEx -EssReceiptEncodeEx -EssReceiptRequestDecodeEx -EssReceiptRequestEncodeEx -EssSecurityLabelDecodeEx -EssSecurityLabelEncodeEx -EssSignCertificateDecodeEx -EssSignCertificateEncodeEx -GetDllMajorVersion -HrAthGetFileName -HrAthGetFileNameW -HrAttachDataFromBodyPart -HrAttachDataFromFile -HrDoAttachmentVerb -HrFreeAttachData -HrGetAttachIcon -HrGetAttachIconByFile -HrGetDisplayNameWithSizeForFile -HrGetLastOpenFileDirectory -HrGetLastOpenFileDirectoryW -HrSaveAttachToFile -HrSaveAttachmentAs -MimeEditCreateMimeDocument -MimeEditDocumentFromStream -MimeEditGetBackgroundImageUrl -MimeEditIsSafeToRun -MimeEditViewSource -MimeGetAddressFormatW -MimeOleAlgNameFromSMimeCap -MimeOleAlgStrengthFromSMimeCap -MimeOleClearDirtyTree -MimeOleConvertEnrichedToHTML -MimeOleCreateBody -MimeOleCreateByteStream -MimeOleCreateHashTable -MimeOleCreateHeaderTable -MimeOleCreateMessage -MimeOleCreateMessageParts -MimeOleCreatePropertySet -MimeOleCreateSecurity -MimeOleCreateVirtualStream -MimeOleDecodeHeader -MimeOleEncodeHeader -MimeOleFileTimeToInetDate -MimeOleFindCharset -MimeOleGenerateCID -MimeOleGenerateFileName -MimeOleGenerateMID -MimeOleGetAllocator -MimeOleGetBodyPropA -MimeOleGetBodyPropW -MimeOleGetCertsFromThumbprints -MimeOleGetCharsetInfo -MimeOleGetCodePageCharset -MimeOleGetCodePageInfo -MimeOleGetContentTypeExt -MimeOleGetDefaultCharset -MimeOleGetExtContentType -MimeOleGetFileExtension -MimeOleGetFileInfo -MimeOleGetFileInfoW -MimeOleGetInternat -MimeOleGetPropA -MimeOleGetPropW -MimeOleGetPropertySchema -MimeOleGetRelatedSection -MimeOleInetDateToFileTime -MimeOleObjectFromMoniker -MimeOleOpenFileStream -MimeOleParseMhtmlUrl -MimeOleParseRfc822Address -MimeOleParseRfc822AddressW -MimeOleSMimeCapAddCert -MimeOleSMimeCapAddSMimeCap -MimeOleSMimeCapGetEncAlg -MimeOleSMimeCapGetHashAlg -MimeOleSMimeCapInit -MimeOleSMimeCapRelease -MimeOleSMimeCapsFromDlg -MimeOleSMimeCapsFull -MimeOleSMimeCapsToDlg -MimeOleSetBodyPropA -MimeOleSetBodyPropW -MimeOleSetCompatMode -MimeOleSetDefaultCharset -MimeOleSetPropA -MimeOleSetPropW -MimeOleStripHeaders -MimeOleUnEscapeStringInPlace diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inetmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inetmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inetmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inetmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file inetmgr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY inetmgr.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inetmib1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inetmib1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inetmib1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inetmib1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file inetmib1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY inetmib1.dll -EXPORTS -SnmpExtensionInit -SnmpExtensionInitEx -SnmpExtensionQuery -SnmpExtensionTrap diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inetpp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inetpp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inetpp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inetpp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file INETPP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY INETPP.dll -EXPORTS -InitializePrintProvidor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inetppui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inetppui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inetppui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inetppui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file INETPPUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY INETPPUI.dll -EXPORTS -InitializePrintMonitorUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/input.def mingw-w64-6.0.0/mingw-w64-crt/lib64/input.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/input.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/input.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file INPUT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY INPUT.dll -EXPORTS -CPlApplet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/inseng.def mingw-w64-6.0.0/mingw-w64-crt/lib64/inseng.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/inseng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/inseng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Exports of file inseng.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY inseng.dll -EXPORTS -CheckForVersionConflict -CheckTrust -CheckTrustEx -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer -DownloadFile -GetICifFileFromFile -GetICifRWFileFromFile -PurgeDownloadDirectory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iphlpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iphlpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iphlpapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iphlpapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,315 +0,0 @@ -; -; Definition file of IPHLPAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "IPHLPAPI.DLL" -EXPORTS -AddIPAddress -AllocateAndGetArpEntTableFromStack -AllocateAndGetIfTableFromStack -AllocateAndGetInterfaceInfoFromStack -AllocateAndGetIpAddrTableFromStack -AllocateAndGetIpForwardTableFromStack -AllocateAndGetIpNetTableFromStack -AllocateAndGetTcpExTable2FromStack -AllocateAndGetTcpExTableFromStack -AllocateAndGetTcpTableFromStack -AllocateAndGetUdpExTable2FromStack -AllocateAndGetUdpExTableFromStack -AllocateAndGetUdpTableFromStack -CPNatfwtCreateProviderInstance -CPNatfwtDeregisterProviderInstance -CPNatfwtDestroyProviderInstance -CPNatfwtIndicateReceivedBuffers -CPNatfwtRegisterProviderInstance -CancelIPChangeNotify -CancelSecurityHealthChangeNotify -CancelMibChangeNotify2 -ConvertGuidToStringA -ConvertGuidToStringW -ConvertInterfaceAliasToLuid -ConvertInterfaceGuidToLuid -ConvertInterfaceIndexToLuid -ConvertInterfaceLuidToAlias -ConvertInterfaceLuidToGuid -ConvertInterfaceLuidToIndex -ConvertInterfaceLuidToNameA -ConvertInterfaceLuidToNameW -ConvertInterfaceNameToLuidA -ConvertInterfaceNameToLuidW -ConvertInterfacePhysicalAddressToLuid -ConvertIpv4MaskToLength -ConvertLengthToIpv4Mask -ConvertRemoteInterfaceAliasToLuid -ConvertRemoteInterfaceGuidToLuid -ConvertRemoteInterfaceIndexToLuid -ConvertRemoteInterfaceLuidToAlias -ConvertRemoteInterfaceLuidToGuid -ConvertRemoteInterfaceLuidToIndex -ConvertStringToGuidA -ConvertStringToGuidW -ConvertStringToInterfacePhysicalAddress -CreateAnycastIpAddressEntry -CreateIpForwardEntry -CreateIpForwardEntry2 -CreateIpNetEntry -CreateIpNetEntry2 -CreatePersistentTcpPortReservation -CreatePersistentUdpPortReservation -CreateProxyArpEntry -CreateSortedAddressPairs -CreateUnicastIpAddressEntry -DeleteAnycastIpAddressEntry -DeleteIPAddress -DeleteIpForwardEntry -DeleteIpForwardEntry2 -DeleteIpNetEntry -DeleteIpNetEntry2 -DeletePersistentTcpPortReservation -DeletePersistentUdpPortReservation -DeleteProxyArpEntry -DeleteUnicastIpAddressEntry -DisableMediaSense -EnableRouter -FlushIpNetTable -FlushIpNetTable2 -FlushIpNetTableFromStack -FlushIpPathTable -FreeMibTable -GetAdapterIndex -GetAdapterOrderMap -GetAdaptersAddresses -GetAdaptersInfo -GetAnycastIpAddressEntry -GetAnycastIpAddressTable -GetBestInterface -GetBestInterfaceEx -GetBestInterfaceFromStack -GetBestRoute -GetBestRoute2 -GetBestRouteFromStack -GetCurrentThreadCompartmentId -GetExtendedTcpTable -GetExtendedUdpTable -GetFriendlyIfIndex -GetIcmpStatistics -GetIcmpStatisticsEx -GetIcmpStatsFromStack -GetIcmpStatsFromStackEx -GetIfEntry -GetIfEntry2 -GetIfEntryFromStack -GetIfStackTable -GetIfTable -GetIfTableFromStack -GetIgmpList -GetIfTable2 -GetIfTable2Ex -GetInterfaceInfo -GetInvertedIfStackTable -GetIpAddrTable -GetIpAddrTableFromStack -GetIpErrorString -GetIpForwardEntry2 -GetIpForwardTable -GetIpForwardTableFromStack -GetIpForwardTable2 -GetIpInterfaceEntry -GetIpInterfaceTable -GetIpNetEntry2 -GetIpNetTable -GetIpNetTable2 -GetIpNetTableFromStack -GetIpPathEntry -GetIpPathTable -GetIpStatistics -GetIpStatisticsEx -GetIpStatsFromStack -GetIpStatsFromStackEx -GetMulticastIpAddressEntry -GetMulticastIpAddressTable -GetNetworkInformation -GetNetworkParams -GetNumberOfInterfaces -GetOwnerModuleFromPidAndInfo -GetOwnerModuleFromTcp6Entry -GetOwnerModuleFromTcpEntry -GetOwnerModuleFromUdp6Entry -GetOwnerModuleFromUdpEntry -GetPerAdapterInfo -GetPerTcp6ConnectionEStats -GetPerTcp6ConnectionStats -GetPerTcpConnectionEStats -GetPerTcpConnectionStats -GetRTTAndHopCount -GetTcpExTable2FromStack -GetSessionCompartmentId -GetTcp6Table -GetTcp6Table2 -GetTcpStatistics -GetTcpStatisticsEx -GetTcpStatsFromStack -GetTcpStatsFromStackEx -GetTcpTable -GetTcpTable2 -GetTcpTableFromStack -GetUdpExTable2FromStack -GetTeredoPort -GetUdp6Table -GetUdpStatistics -GetUdpStatisticsEx -GetUdpStatsFromStack -GetUdpStatsFromStackEx -GetUdpTable -GetUdpTableFromStack -GetUniDirectionalAdapterInfo -GetUnicastIpAddressEntry -GetUnicastIpAddressTable -Icmp6CreateFile -Icmp6ParseReplies -Icmp6SendEcho2 -IcmpCloseHandle -IcmpCreateFile -IcmpParseReplies -IcmpSendEcho -IcmpSendEcho2 -IcmpSendEcho2Ex -InitializeIpForwardEntry -InitializeIpInterfaceEntry -InitializeUnicastIpAddressEntry -InternalCleanupPersistentStore -InternalCreateAnycastIpAddressEntry -InternalCreateIpForwardEntry -InternalCreateIpForwardEntry2 -InternalCreateIpNetEntry -InternalCreateIpNetEntry2 -InternalCreateUnicastIpAddressEntry -InternalDeleteAnycastIpAddressEntry -InternalDeleteIpForwardEntry -InternalDeleteIpForwardEntry2 -InternalDeleteIpNetEntry -InternalDeleteIpNetEntry2 -InternalDeleteUnicastIpAddressEntry -InternalFindInterfaceByAddress -InternalGetAnycastIpAddressEntry -InternalGetAnycastIpAddressTable -InternalGetForwardIpTable2 -InternalGetIfEntry2 -InternalGetIfTable -InternalGetIfTable2 -InternalGetIpAddrTable -InternalGetIpForwardEntry2 -InternalGetIpForwardTable -InternalGetIpInterfaceEntry -InternalGetIpInterfaceTable -InternalGetIpNetEntry2 -InternalGetIpNetTable -InternalGetIpNetTable2 -InternalGetMulticastIpAddressEntry -InternalGetMulticastIpAddressTable -InternalGetTcp6Table2 -InternalGetTcp6TableWithOwnerModule -InternalGetTcp6TableWithOwnerPid -InternalGetTcpTable -InternalGetTcpTable2 -InternalGetTcpTableEx -InternalGetTcpTableWithOwnerModule -InternalGetTcpTableWithOwnerPid -InternalGetTunnelPhysicalAdapter -InternalGetUdp6TableWithOwnerModule -InternalGetUdp6TableWithOwnerPid -InternalGetUdpTable -InternalGetUdpTableEx -InternalGetUdpTableWithOwnerModule -InternalGetUdpTableWithOwnerPid -InternalGetUnicastIpAddressEntry -InternalGetUnicastIpAddressTable -InternalSetIfEntry -InternalSetIpForwardEntry -InternalSetIpForwardEntry2 -InternalSetIpInterfaceEntry -InternalSetIpNetEntry -InternalSetIpNetEntry2 -InternalSetIpStats -InternalSetTcpEntry -InternalSetTeredoPort -InternalSetUnicastIpAddressEntry -IpReleaseAddress -IpRenewAddress -IsLocalAddress -LookupPersistentTcpPortReservation -LookupPersistentUdpPortReservation -NTPTimeToNTFileTime -NTTimeToNTPTime -NhGetGuidFromInterfaceName -NhGetInterfaceDescriptionFromGuid -NhGetInterfaceNameFromDeviceGuid -NhGetInterfaceNameFromGuid -NhpAllocateAndGetInterfaceInfoFromStack -NhpGetInterfaceIndexFromStack -NotifyAddrChange -NotifyIpInterfaceChange -NotifyRouteChange -NotifyRouteChange2 -NotifyRouteChangeEx -NotifySecurityHealthChange -NotifyStableUnicastIpAddressTable -NotifyTeredoPortChange -NotifyUnicastIpAddressChange -ParseNetworkString -PfAddFiltersToInterface -PfAddGlobalFilterToInterface -PfBindInterfaceToIPAddress -PfBindInterfaceToIndex -PfCreateInterface -PfDeleteInterface -PfDeleteLog -PfGetInterfaceStatistics -PfMakeLog -PfRebindFilters -PfRemoveFilterHandles -PfRemoveFiltersFromInterface -PfRemoveGlobalFilterFromInterface -PfSetLogBuffer -PfTestPacket -PfUnBindInterface -ResolveIpNetEntry2 -ResolveNeighbor -RestoreMediaSense -SendARP -SetAdapterIpAddress -SetBlockRoutes -SetCurrentThreadCompartmentId -SetIfEntry -SetIfEntryToStack -SetIpForwardEntry -SetIpForwardEntry2 -SetIpForwardEntryToStack -SetIpMultihopRouteEntryToStack -SetIpInterfaceEntry -SetIpNetEntry -SetIpNetEntry2 -SetIpNetEntryToStack -SetIpRouteEntryToStack -SetIpStatistics -SetIpStatsToStack -SetIpStatisticsEx -SetIpTTL -SetProxyArpEntryToStack -SetRouteWithRef -SetNetworkInformation -SetPerTcp6ConnectionEStats -SetPerTcp6ConnectionStats -SetPerTcpConnectionEStats -SetPerTcpConnectionStats -SetSessionCompartmentId -SetTcpEntry -SetTcpEntryToStack -SetUnicastIpAddressEntry -UnenableRouter -do_echo_rep -do_echo_req -if_indextoname -if_nametoindex -register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ipnathlp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ipnathlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ipnathlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ipnathlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -; -; Exports of file IPNATHLP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPNATHLP.dll -EXPORTS -NhAcceptStreamSocket -NhAcquireFixedLengthBuffer -NhAcquireVariableLengthBuffer -NhCreateDatagramSocket -NhCreateStreamSocket -NhDeleteSocket -NhInitializeBufferManagement -NhReadDatagramSocket -NhReadStreamSocket -NhReleaseBuffer -NhWriteDatagramSocket -NhWriteStreamSocket -RegisterProtocol -NatAcquirePortReservation -NatCancelDynamicRedirect -NatCancelRedirect -NatCreateDynamicFullRedirect -NatCreateDynamicRedirect -NatCreateDynamicRedirectEx -NatCreateRedirect -NatCreateRedirectEx -NatInitializePortReservation -NatInitializeTranslator -NatLookupAndQueryInformationSessionMapping -NatQueryInformationRedirect -NatQueryInformationRedirectHandle -NatReleasePortReservation -NatShutdownPortReservation -NatShutdownTranslator -NhInitializeTraceManagement -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ippromon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ippromon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ippromon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ippromon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file IPPROMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPPROMON.dll -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/iprip.def mingw-w64-6.0.0/mingw-w64-crt/lib64/iprip.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/iprip.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/iprip.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file IPRIP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPRIP.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ipsecsnp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ipsecsnp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ipsecsnp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ipsecsnp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IPSECSNP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPSECSNP.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ipsmsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ipsmsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ipsmsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ipsmsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IPSMSNAP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPSMSNAP.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ipv6mon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ipv6mon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ipv6mon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ipv6mon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file IPV6MON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IPV6MON.dll -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/isapips.def mingw-w64-6.0.0/mingw-w64-crt/lib64/isapips.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/isapips.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/isapips.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file isapips.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY isapips.dll -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/itircl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/itircl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/itircl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/itircl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ITLocal.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ITLocal.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/itss.def mingw-w64-6.0.0/mingw-w64-crt/lib64/itss.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/itss.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/itss.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file ITSS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ITSS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ixsso.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ixsso.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ixsso.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ixsso.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IXSSO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IXSSO.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/jscript.def mingw-w64-6.0.0/mingw-w64-crt/lib64/jscript.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/jscript.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/jscript.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file JSCRIPT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY JSCRIPT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/jsproxy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/jsproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/jsproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/jsproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file JSProxy.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY JSProxy.dll -EXPORTS -InternetInitializeAutoProxyDll -InternetDeInitializeAutoProxyDll -InternetGetProxyInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101a.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101a.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101a.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101a.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD101A.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD101A.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101b.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101b.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101b.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101b.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD101B.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD101B.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101c.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101c.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101c.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101c.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD101C.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD101C.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd101.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd101.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD101.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD101.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd103.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd103.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd103.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd103.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD103.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD103.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd106.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd106.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd106.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd106.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD106.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD106.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd106n.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd106n.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbd106n.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbd106n.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBD106N.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD106N.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDA1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDA1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDA2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDA2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbda3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbda3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDA3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDA3.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdal.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdal.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdal.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdal.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDAL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDAL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdarme.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdarme.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdarme.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdarme.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDARME.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDARME.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdarmw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdarmw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdarmw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdarmw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDARMW.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDARMW.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdax2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdax2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdax2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdax2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDAX2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDAX2.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdaze.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdaze.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdaze.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdaze.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDAZE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDAZE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdazel.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdazel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdazel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdazel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDAZEL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDAZEL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbe.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbe.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbe.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbe.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDBE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDBE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbene.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbene.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbene.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbene.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDBENE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDBENE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdblr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdblr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdblr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdblr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDBLR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDBLR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDBR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDBR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbu.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbu.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdbu.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdbu.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDBU.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDBU.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdca.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdca.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdca.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdca.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCA.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcan.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcan.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcan.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcan.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCAN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCAN.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCZ1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCZ1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCZ2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCZ2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdcz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdcz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDCZ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDCZ.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdda.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdda.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdda.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdda.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDDA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDDA.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddiv1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddiv1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddiv1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddiv1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDDIV1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDDIV1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddiv2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddiv2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddiv2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddiv2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDDIV2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDDIV2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbddv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbddv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDDV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDDV.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdes.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdes.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdes.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdes.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDES.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDES.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdest.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdest.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdest.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdest.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDEST.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDEST.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfa.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfa.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfa.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfa.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDFA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDFA.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDFC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDFC.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDFI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDFI.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDFO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDFO.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdfr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdfr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDFR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDFR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgae.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgae.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgae.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgae.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDGAE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDGAE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgeo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgeo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgeo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgeo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDGeo.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDGeo.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgkl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgkl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgkl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgkl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDGKL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDGKL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgr1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgr1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgr1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgr1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDGR1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDGR1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDGR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDGR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe220.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe220.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe220.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe220.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHE220.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHE220.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe319.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe319.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe319.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe319.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHE319.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHE319.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdheb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdheb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdheb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdheb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHEB.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHEB.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhe.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhe.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhela2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhela2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhela2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhela2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHELA2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHELA2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhela3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhela3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhela3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhela3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHELA3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHELA3.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhept.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhept.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhept.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhept.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHEPT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHEPT.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhu1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhu1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhu1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhu1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHU1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHU1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhu.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhu.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdhu.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdhu.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDHU.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDHU.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdibm02.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdibm02.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdibm02.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdibm02.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDIBM02.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDIBM02.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdic.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDIC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDIC.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdindev.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdindev.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdindev.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdindev.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINDEV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINDEV.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinguj.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinguj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinguj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinguj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINGUJ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINGUJ.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinhin.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinhin.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinhin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinhin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINHIN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINHIN.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinkan.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinkan.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinkan.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinkan.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINKAN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINKAN.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinmar.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinmar.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinmar.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinmar.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINMAR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINMAR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinpun.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinpun.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdinpun.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdinpun.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINPUN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINPUN.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdintam.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdintam.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdintam.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdintam.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINTAM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINTAM.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdintel.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdintel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdintel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdintel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDINTEL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDINTEL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdir.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdir.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdir.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdir.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDIR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDIR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdit142.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdit142.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdit142.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdit142.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDIT142.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDIT142.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdit.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDIT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDIT.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdjpn.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdjpn.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdjpn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdjpn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file KBD101.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBD101.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor -KbdLayerRealDllFileNT4 -KbdLayerRealDllFile -KbdLayerMultiDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkaz.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkaz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkaz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkaz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDKAZ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDKAZ.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkor.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkor.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkor.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkor.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file KBDKOR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDKOR.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor -KbdLayerRealDllFileNT4 -KbdLayerRealDllFile -KbdLayerMultiDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkyr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkyr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdkyr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdkyr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDKYR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDKYR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdla.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdla.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdla.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdla.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDLA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLA.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlk41a.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlk41a.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlk41a.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlk41a.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDLK41A.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLK41A.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlk41j.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlk41j.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlk41j.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlk41j.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDLK41J.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLK41J.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlt1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlt1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlt1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlt1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDLT1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLT1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDLT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLT.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlv1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlv1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlv1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlv1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDLV1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLV1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdlv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdlv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDLV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDLV.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdmac.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdmac.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdmac.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdmac.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDMAC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDMAC.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDMON.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnec95.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnec95.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnec95.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnec95.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDNEC95.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNEC95.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnecat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnecat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnecat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnecat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDNECAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNECAT.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnec.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDNEC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNEC.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnecnt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnecnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdnecnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdnecnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file KBDNECNT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNECNT.dll -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdne.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdne.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdne.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdne.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDNE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNE.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdno.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdno.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdno.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdno.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDNO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDNO.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpl1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpl1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpl1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpl1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDPL1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDPL1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDPL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDPL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdpo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdpo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDPO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDPO.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdro.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdro.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdro.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdro.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDRO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDRO.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdru1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdru1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdru1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdru1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDRU1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDRU1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdru.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdru.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdru.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdru.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDRU.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDRU.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSF.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSG.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsl1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsl1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsl1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsl1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSL1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSL1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSP.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSW.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSW.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsyr1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsyr1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsyr1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsyr1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSYR1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSYR1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsyr2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsyr2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdsyr2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdsyr2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDSYR2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDSYR2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTAT.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth0.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth0.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth0.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTH0.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTH0.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth1.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTH1.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTH1.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTH2.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTH2.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdth3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdth3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTH3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTH3.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtuf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtuf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtuf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtuf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTUF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTUF.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtuq.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtuq.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdtuq.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdtuq.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDTUQ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDTUQ.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbduk.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbduk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbduk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbduk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUK.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUK.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdur.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdur.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdur.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdur.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdurdu.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdurdu.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdurdu.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdurdu.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDURDU.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDURDU.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusa.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusa.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusa.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusa.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUSA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUSA.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdus.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdus.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdus.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdus.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUS.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUSL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUSL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUSR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUSR.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusx.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusx.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdusx.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdusx.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUSX.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUSX.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbduzb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbduzb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbduzb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbduzb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDUZB.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDUZB.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdvntc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdvntc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdvntc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdvntc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDVNTC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDVNTC.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdycc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdycc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdycc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdycc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDYCC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDYCC.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdycl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdycl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kbdycl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kbdycl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file KBDYCL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KBDYCL.dll -EXPORTS -KbdLayerDescriptor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kdcom.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kdcom.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kdcom.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kdcom.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file KDCOM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KDCOM.dll -EXPORTS -KdD0Transition -KdD3Transition -KdDebuggerInitialize0 -KdDebuggerInitialize1 -KdReceivePacket -KdRestore -KdSave -KdSendPacket diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/kernel32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/kernel32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/kernel32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/kernel32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1433 +0,0 @@ -; -; Definition file of KERNEL32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "KERNEL32.dll" -EXPORTS -AcquireSRWLockExclusive -AcquireSRWLockShared -ActivateActCtx -AddAtomA -AddAtomW -AddConsoleAliasA -AddConsoleAliasW -AddIntegrityLabelToBoundaryDescriptor -AddLocalAlternateComputerNameA -AddLocalAlternateComputerNameW -AddRefActCtx -AddSIDToBoundaryDescriptor -AddSecureMemoryCacheCallback -AddVectoredContinueHandler -AddVectoredExceptionHandler -AdjustCalendarDate -AllocConsole -AllocateUserPhysicalPages -AllocateUserPhysicalPagesNuma -ApplicationRecoveryFinished -ApplicationRecoveryInProgress -AreFileApisANSI -AssignProcessToJobObject -AttachConsole -BackupRead -BackupSeek -BackupWrite -BaseCheckAppcompatCache -BaseCheckAppcompatCacheEx -BaseCheckRunApp -BaseCleanupAppcompatCacheSupport -BaseDllReadWriteIniFile -BaseDumpAppcompatCache -BaseFlushAppcompatCache -BaseFormatObjectAttributes -BaseFormatTimeOut -BaseGenerateAppCompatData -BaseGetNamedObjectDirectory -BaseInitAppcompatCacheSupport -BaseIsAppcompatInfrastructureDisabled -BaseProcessInitPostImport -BaseProcessStart -BaseQueryModuleData -BaseThreadStart -BaseSetLastNTError -BaseThreadInitThunk -BaseUpdateAppcompatCache -BaseVerifyUnicodeString -Basep8BitStringToDynamicUnicodeString -BasepAllocateActivationContextActivationBlock -BasepAnsiStringToDynamicUnicodeString -BasepCheckAppCompat -BasepCheckBadapp -BasepCheckWinSaferRestrictions -BasepFreeActivationContextActivationBlock -BasepFreeAppCompatData -BasepMapModuleHandle -Beep -BeginUpdateResourceA -BeginUpdateResourceW -BindIoCompletionCallback -BuildCommDCBA -BuildCommDCBAndTimeoutsA -BuildCommDCBAndTimeoutsW -BuildCommDCBW -CallNamedPipeA -CallNamedPipeW -CallbackMayRunLong -CancelDeviceWakeupRequest -CancelIo -CancelIoEx -CancelSynchronousIo -CancelThreadpoolIo -CancelTimerQueueTimer -CancelWaitableTimer -ChangeTimerQueueTimer -CheckElevation -CheckElevationEnabled -CheckForReadOnlyResource -CheckNameLegalDOS8Dot3A -CheckNameLegalDOS8Dot3W -CheckRemoteDebuggerPresent -ClearCommBreak -ClearCommError -CloseConsoleHandle -CloseHandle -ClosePrivateNamespace -CloseProfileUserMapping -CloseThreadpool -CloseThreadpoolCleanupGroup -CloseThreadpoolCleanupGroupMembers -CloseThreadpoolIo -CloseThreadpoolTimer -CloseThreadpoolWait -CloseThreadpoolWork -CmdBatNotification -CommConfigDialogA -CommConfigDialogW -CompareCalendarDates -CompareFileTime -CompareStringA -CompareStringEx -CompareStringOrdinal -CompareStringW -ConnectNamedPipe -ConsoleIMERoutine -ConsoleMenuControl -ContinueDebugEvent -ConvertCalDateTimeToSystemTime -ConvertDefaultLocale -ConvertFiberToThread -ConvertNLSDayOfWeekToWin32DayOfWeek -ConvertSystemTimeToCalDateTime -ConvertThreadToFiber -ConvertThreadToFiberEx -CopyExtendedContext -CopyFileA -CopyFileExA -CopyFileExW -CopyFileTransactedA -CopyFileTransactedW -CopyFileW -CopyLZFile -CreateActCtxA -CreateActCtxW -CreateBoundaryDescriptorA -CreateBoundaryDescriptorW -CreateConsoleScreenBuffer -CreateDirectoryA -CreateDirectoryExA -CreateDirectoryExW -CreateDirectoryTransactedA -CreateDirectoryTransactedW -CreateDirectoryW -CreateEventA -CreateEventExA -CreateEventExW -CreateEventW -CreateFiber -CreateFiberEx -CreateFile2 -CreateFileA -CreateFileMappingA -CreateFileMappingNumaA -CreateFileMappingNumaW -CreateFileMappingW -CreateFileTransactedA -CreateFileTransactedW -CreateFileW -CreateHardLinkA -CreateHardLinkTransactedA -CreateHardLinkTransactedW -CreateHardLinkW -CreateIoCompletionPort -CreateJobObjectA -CreateJobObjectW -CreateJobSet -CreateMailslotA -CreateMailslotW -CreateMemoryResourceNotification -CreateMutexA -CreateMutexExA -CreateMutexExW -CreateMutexW -CreateNamedPipeA -CreateNamedPipeW -CreateNlsSecurityDescriptor -CreatePipe -CreatePrivateNamespaceA -CreatePrivateNamespaceW -CreateProcessA -CreateProcessAsUserW -CreateProcessInternalA -CreateProcessInternalW -CreateProcessW -CreateRemoteThread -CreateRemoteThreadEx -CreateSemaphoreA -CreateSemaphoreExA -CreateSemaphoreExW -CreateSemaphoreW -CreateSymbolicLinkA -CreateSymbolicLinkTransactedA -CreateSymbolicLinkTransactedW -CreateSymbolicLinkW -CreateTapePartition -CreateThread -CreateThreadpool -CreateThreadpoolCleanupGroup -CreateThreadpoolIo -CreateThreadpoolTimer -CreateThreadpoolWait -CreateThreadpoolWork -CreateTimerQueue -CreateTimerQueueTimer -CreateToolhelp32Snapshot -CreateUmsCompletionList -CreateUmsThreadContext -CreateWaitableTimerA -CreateWaitableTimerExA -CreateWaitableTimerExW -CreateWaitableTimerW -CtrlRoutine -DeactivateActCtx -DebugActiveProcess -DebugActiveProcessStop -DebugBreak -DebugBreakProcess -DebugSetProcessKillOnExit -DecodePointer -DecodeSystemPointer -DefineDosDeviceA -DefineDosDeviceW -DelayLoadFailureHook -DeleteAtom -DeleteBoundaryDescriptor -DeleteCriticalSection -DeleteFiber -DeleteFileA -DeleteFileTransactedA -DeleteFileTransactedW -DeleteFileW -DeleteProcThreadAttributeList -DeleteTimerQueue -DeleteTimerQueueEx -DeleteTimerQueueTimer -DeleteUmsCompletionList -DeleteUmsThreadContext -DeleteVolumeMountPointA -DeleteVolumeMountPointW -DequeueUmsCompletionListItems -DeviceIoControl -DisableThreadLibraryCalls -DisableThreadProfiling -DisassociateCurrentThreadFromCallback -DiscardVirtualMemory -DisconnectNamedPipe -DnsHostnameToComputerNameA -DnsHostnameToComputerNameW -DosDateTimeToFileTime -DosPathToSessionPathA -DosPathToSessionPathW -DuplicateConsoleHandle -DuplicateHandle -EnableThreadProfiling -EncodePointer -EncodeSystemPointer -EndUpdateResourceA -EndUpdateResourceW -EnterCriticalSection -EnterUmsSchedulingMode -EnumCalendarInfoA -EnumCalendarInfoExA -EnumCalendarInfoExEx -EnumCalendarInfoExW -EnumCalendarInfoW -EnumDateFormatsA -EnumDateFormatsExA -EnumDateFormatsExEx -EnumDateFormatsExW -EnumDateFormatsW -EnumLanguageGroupLocalesA -EnumLanguageGroupLocalesW -EnumResourceLanguagesA -EnumResourceLanguagesExA -EnumResourceLanguagesExW -EnumResourceLanguagesW -EnumResourceNamesA -EnumResourceNamesExA -EnumResourceNamesExW -EnumResourceNamesW -EnumResourceTypesA -EnumResourceTypesExA -EnumResourceTypesExW -EnumResourceTypesW -EnumSystemCodePagesA -EnumSystemCodePagesW -EnumSystemFirmwareTables -EnumSystemGeoID -EnumSystemLanguageGroupsA -EnumSystemLanguageGroupsW -EnumSystemLocalesA -EnumSystemLocalesEx -EnumSystemLocalesW -EnumTimeFormatsA -EnumTimeFormatsEx -EnumTimeFormatsW -EnumUILanguagesA -EnumUILanguagesW -EnumerateLocalComputerNamesA -EnumerateLocalComputerNamesW -EraseTape -EscapeCommFunction -ExecuteUmsThread -ExitProcess -ExitThread -ExitVDM -ExpandEnvironmentStringsA -ExpandEnvironmentStringsW -ExpungeConsoleCommandHistoryA -ExpungeConsoleCommandHistoryW -FatalAppExitA -FatalAppExitW -FatalExit -FileTimeToDosDateTime -FileTimeToLocalFileTime -FileTimeToSystemTime -FillConsoleOutputAttribute -FillConsoleOutputCharacterA -FillConsoleOutputCharacterW -FindActCtxSectionGuid -FindActCtxSectionStringA -FindActCtxSectionStringW -FindAtomA -FindAtomW -FindClose -FindCloseChangeNotification -FindFirstChangeNotificationA -FindFirstChangeNotificationW -FindFirstFileA -FindFirstFileExA -FindFirstFileExW -FindFirstFileNameTransactedW -FindFirstFileNameW -FindFirstFileTransactedA -FindFirstFileTransactedW -FindFirstFileW -FindFirstStreamTransactedW -FindFirstStreamW -FindFirstVolumeA -FindFirstVolumeMountPointA -FindFirstVolumeMountPointW -FindFirstVolumeW -FindNLSString -FindNLSStringEx -FindNextChangeNotification -FindNextFileA -FindNextFileNameW -FindNextFileW -FindNextStreamW -FindNextVolumeA -FindNextVolumeMountPointA -FindNextVolumeMountPointW -FindNextVolumeW -FindResourceA -FindResourceExA -FindResourceExW -FindResourceW -FindStringOrdinal -FindVolumeClose -FindVolumeMountPointClose -FlsAlloc -FlsFree -FlsGetValue -FlsSetValue -FlushConsoleInputBuffer -FlushFileBuffers -FlushInstructionCache -FlushProcessWriteBuffers -FlushViewOfFile -FoldStringA -FoldStringW -FormatMessageA -FormatMessageW -FreeConsole -FreeEnvironmentStringsA -FreeEnvironmentStringsW -FreeLibrary -FreeLibraryAndExitThread -FreeLibraryWhenCallbackReturns -FreeResource -FreeUserPhysicalPages -GenerateConsoleCtrlEvent -GetACP -GetActiveProcessorCount -GetActiveProcessorGroupCount -GetApplicationRecoveryCallback -GetApplicationRestartSettings -GetAtomNameA -GetAtomNameW -GetBinaryType -GetBinaryTypeA -GetBinaryTypeW -GetCPFileNameFromRegistry -GetCPInfo -GetCPInfoExA -GetCPInfoExW -GetCalendarDateFormat -GetCalendarDateFormatEx -GetCalendarDaysInMonth -GetCalendarDifferenceInDays -GetCalendarInfoA -GetCalendarInfoEx -GetCalendarInfoW -GetCalendarMonthsInYear -GetCalendarSupportedDateRange -GetCalendarWeekNumber -GetComPlusPackageInstallStatus -GetCommConfig -GetCommMask -GetCommModemStatus -GetCommProperties -GetCommState -GetCommTimeouts -GetCommandLineA -GetCommandLineW -GetCompressedFileSizeA -GetCompressedFileSizeTransactedA -GetCompressedFileSizeTransactedW -GetCompressedFileSizeW -GetComputerNameA -GetComputerNameExA -GetComputerNameExW -GetComputerNameW -GetConsoleAliasA -GetConsoleAliasExesA -GetConsoleAliasExesLengthA -GetConsoleAliasExesLengthW -GetConsoleAliasExesW -GetConsoleAliasW -GetConsoleAliasesA -GetConsoleAliasesLengthA -GetConsoleAliasesLengthW -GetConsoleAliasesW -GetConsoleCP -GetConsoleCharType -GetConsoleCommandHistoryA -GetConsoleCommandHistoryLengthA -GetConsoleCommandHistoryLengthW -GetConsoleCommandHistoryW -GetConsoleCursorInfo -GetConsoleCursorMode -GetConsoleDisplayMode -GetConsoleFontInfo -GetConsoleFontSize -GetConsoleHardwareState -GetConsoleHistoryInfo -GetConsoleInputExeNameA -GetConsoleInputExeNameW -GetConsoleInputWaitHandle -GetConsoleKeyboardLayoutNameA -GetConsoleKeyboardLayoutNameW -GetConsoleMode -GetConsoleNlsMode -GetConsoleOriginalTitleA -GetConsoleOriginalTitleW -GetConsoleOutputCP -GetConsoleProcessList -GetConsoleScreenBufferInfo -GetConsoleScreenBufferInfoEx -GetConsoleSelectionInfo -GetConsoleTitleA -GetConsoleTitleW -GetConsoleWindow -GetCurrencyFormatA -GetCurrencyFormatEx -GetCurrencyFormatW -GetCurrentActCtx -GetCurrentConsoleFont -GetCurrentConsoleFontEx -GetCurrentDirectoryA -GetCurrentDirectoryW -GetCurrentProcess -GetCurrentProcessId -GetCurrentProcessorNumber -GetCurrentProcessorNumberEx -GetCurrentThread -GetCurrentThreadId -GetCurrentUmsThread -GetDateFormatA -GetDateFormatEx -GetDateFormatW -GetDefaultCommConfigA -GetDefaultCommConfigW -GetDefaultSortkeySize -GetDevicePowerState -GetDiskFreeSpaceA -GetDiskFreeSpaceExA -GetDiskFreeSpaceExW -GetDiskFreeSpaceW -GetDllDirectoryA -GetDllDirectoryW -GetDriveTypeA -GetDriveTypeW -GetDurationFormat -GetDurationFormatEx -GetDynamicTimeZoneInformation -GetEnabledExtendedFeatures -GetEnvironmentStrings -GetEnvironmentStringsA -GetEnvironmentStringsW -GetEnvironmentVariableA -GetEnvironmentVariableW -GetEraNameCountedString -GetErrorMode -GetExitCodeProcess -GetExitCodeThread -GetExpandedNameA -GetExpandedNameW -GetExtendedContextLength -GetExtendedFeaturesMask -GetFileAttributesA -GetFileAttributesExA -GetFileAttributesExW -GetFileAttributesTransactedA -GetFileAttributesTransactedW -GetFileAttributesW -GetFileBandwidthReservation -GetFileInformationByHandle -GetFileInformationByHandleEx -GetFileMUIInfo -GetFileMUIPath -GetFileSize -GetFileSizeEx -GetFileTime -GetFileType -GetFinalPathNameByHandleA -GetFinalPathNameByHandleW -GetFirmwareEnvironmentVariableA -GetFirmwareEnvironmentVariableW -GetFullPathNameA -GetFullPathNameTransactedA -GetFullPathNameTransactedW -GetFullPathNameW -GetGeoInfoA -GetGeoInfoW -GetHandleInformation -GetLargePageMinimum -GetLargestConsoleWindowSize -GetLastError -GetLinguistLangSize -GetLocalTime -GetLocaleInfoA -GetLocaleInfoEx -GetLocaleInfoW -GetLogicalDriveStringsA -GetLogicalDriveStringsW -GetLogicalDrives -GetLogicalProcessorInformation -GetLogicalProcessorInformationEx -GetLongPathNameA -GetLongPathNameTransactedA -GetLongPathNameTransactedW -GetLongPathNameW -GetMailslotInfo -GetMaximumProcessorCount -GetMaximumProcessorGroupCount -GetModuleFileNameA -GetModuleFileNameW -GetModuleHandleA -GetModuleHandleExA -GetModuleHandleExW -GetModuleHandleW -GetNLSVersion -GetNLSVersionEx -GetNamedPipeAttribute -GetNamedPipeClientComputerNameA -GetNamedPipeClientComputerNameW -GetNamedPipeClientProcessId -GetNamedPipeClientSessionId -GetNamedPipeHandleStateA -GetNamedPipeHandleStateW -GetNamedPipeInfo -GetNamedPipeServerProcessId -GetNamedPipeServerSessionId -GetNativeSystemInfo -GetNextUmsListItem -GetNextVDMCommand -GetNlsSectionName -GetNumaAvailableMemoryNode -GetNumaAvailableMemoryNodeEx -GetNumaHighestNodeNumber -GetNumaNodeNumberFromHandle -GetNumaNodeProcessorMask -GetNumaNodeProcessorMaskEx -GetNumaProcessorNode -GetNumaProcessorNodeEx -GetNumaProximityNode -GetNumaProximityNodeEx -GetNumberFormatA -GetNumberFormatEx -GetNumberFormatW -GetNumberOfConsoleFonts -GetNumberOfConsoleInputEvents -GetNumberOfConsoleMouseButtons -GetOEMCP -GetOverlappedResult -GetPhysicallyInstalledSystemMemory -GetPriorityClass -GetPrivateProfileIntA -GetPrivateProfileIntW -GetPrivateProfileSectionA -GetPrivateProfileSectionNamesA -GetPrivateProfileSectionNamesW -GetPrivateProfileSectionW -GetPrivateProfileStringA -GetPrivateProfileStringW -GetPrivateProfileStructA -GetPrivateProfileStructW -GetProcAddress -GetProcessAffinityMask -GetProcessDEPPolicy -GetProcessGroupAffinity -GetProcessHandleCount -GetProcessHeap -GetProcessHeaps -GetProcessId -GetProcessIdOfThread -GetProcessIoCounters -GetProcessPreferredUILanguages -GetProcessPriorityBoost -GetProcessShutdownParameters -GetProcessTimes -GetProcessVersion -GetProcessWorkingSetSize -GetProcessWorkingSetSizeEx -GetProcessorSystemCycleTime -GetProductInfo -GetProfileIntA -GetProfileIntW -GetProfileSectionA -GetProfileSectionW -GetProfileStringA -GetProfileStringW -GetQueuedCompletionStatus -GetQueuedCompletionStatusEx -GetShortPathNameA -GetShortPathNameW -GetStartupInfoA -GetStartupInfoW -GetStdHandle -GetStringScripts -GetStringTypeA -GetStringTypeExA -GetStringTypeExW -GetStringTypeW -GetSystemDEPPolicy -GetSystemDefaultLCID -GetSystemDefaultLangID -GetSystemDefaultLocaleName -GetSystemDefaultUILanguage -GetSystemDirectoryA -GetSystemDirectoryW -GetSystemFileCacheSize -GetSystemFirmwareTable -GetSystemInfo -GetSystemPowerStatus -GetSystemPreferredUILanguages -GetSystemRegistryQuota -GetSystemTime -GetSystemTimeAdjustment -GetSystemTimeAsFileTime -GetSystemTimePreciseAsFileTime -GetSystemTimes -GetSystemWindowsDirectoryA -GetSystemWindowsDirectoryW -GetSystemWow64DirectoryA -GetSystemWow64DirectoryW -GetTapeParameters -GetTapePosition -GetTapeStatus -GetTempFileNameA -GetTempFileNameW -GetTempPathA -GetTempPathW -GetThreadContext -GetThreadErrorMode -GetThreadGroupAffinity -GetThreadIOPendingFlag -GetThreadId -GetThreadIdealProcessorEx -GetThreadLocale -GetThreadPreferredUILanguages -GetThreadPriority -GetThreadPriorityBoost -GetThreadSelectorEntry -GetThreadTimes -GetThreadUILanguage -GetTickCount -GetTickCount64 -GetTimeFormatA -GetTimeFormatEx -GetTimeFormatW -GetTimeZoneInformation -GetTimeZoneInformationForYear -GetUILanguageInfo -GetUmsCompletionListEvent -GetUserDefaultLCID -GetUserDefaultLangID -GetUserDefaultLocaleName -GetUserDefaultUILanguage -GetUserGeoID -GetUserPreferredUILanguages -GetVDMCurrentDirectories -GetVersion -GetVersionExA -GetVersionExW -GetVolumeInformationA -GetVolumeInformationByHandleW -GetVolumeInformationW -GetVolumeNameForVolumeMountPointA -GetVolumeNameForVolumeMountPointW -GetVolumePathNameA -GetVolumePathNameW -GetVolumePathNamesForVolumeNameA -GetVolumePathNamesForVolumeNameW -GetWindowsDirectoryA -GetWindowsDirectoryW -GetWriteWatch -GlobalAddAtomA -GlobalAddAtomW -GlobalAlloc -GlobalCompact -GlobalDeleteAtom -GlobalFindAtomA -GlobalFindAtomW -GlobalFix -GlobalFlags -GlobalFree -GlobalGetAtomNameA -GlobalGetAtomNameW -GlobalHandle -GlobalLock -GlobalMemoryStatus -GlobalMemoryStatusEx -GlobalReAlloc -GlobalSize -GlobalUnWire -GlobalUnfix -GlobalUnlock -GlobalWire -Heap32First -Heap32ListFirst -Heap32ListNext -Heap32Next -HeapAlloc -HeapCompact -HeapCreate -HeapCreateTagsW -HeapDestroy -HeapExtend -HeapFree -HeapLock -HeapQueryInformation -HeapQueryTagW -HeapReAlloc -HeapSetInformation -HeapSize -HeapSummary -HeapUnlock -HeapUsage -HeapValidate -HeapWalk -IdnToAscii -IdnToNameprepUnicode -IdnToUnicode -InitAtomTable -InitializeConditionVariable -InitializeCriticalSection -InitOnceBeginInitialize -InitOnceComplete -InitOnceExecuteOnce -InitOnceInitialize -InitializeConditionVariable -InitializeCriticalSection -InitializeCriticalSectionAndSpinCount -InitializeCriticalSectionEx -InitializeExtendedContext -InitializeProcThreadAttributeList -InitializeSListHead -InitializeSRWLock -InterlockedFlushSList -InterlockedPopEntrySList -InterlockedPushEntrySList -InterlockedPushListSList -InvalidateConsoleDIBits -IsBadCodePtr -IsBadHugeReadPtr -IsBadHugeWritePtr -IsBadReadPtr -IsBadStringPtrA -IsBadStringPtrW -IsBadWritePtr -IsCalendarLeapDay -IsCalendarLeapMonth -IsCalendarLeapYear -IsDBCSLeadByte -IsDBCSLeadByteEx -IsDebuggerPresent -IsNLSDefinedString -IsNormalizedString -IsProcessInJob -IsProcessorFeaturePresent -IsSystemResumeAutomatic -IsThreadAFiber -IsThreadpoolTimerSet -IsTimeZoneRedirectionEnabled -IsValidCalDateTime -IsValidCodePage -IsValidLanguageGroup -IsValidLocale -IsValidUILanguage -IsValidLocaleName -IsWow64Process -K32EmptyWorkingSet -K32EnumDeviceDrivers -K32EnumPageFilesA -K32EnumPageFilesW -K32EnumProcessModules -K32EnumProcessModulesEx -K32EnumProcesses -K32GetDeviceDriverBaseNameA -K32GetDeviceDriverBaseNameW -K32GetDeviceDriverFileNameA -K32GetDeviceDriverFileNameW -K32GetMappedFileNameA -K32GetMappedFileNameW -K32GetModuleBaseNameA -K32GetModuleBaseNameW -K32GetModuleFileNameExA -K32GetModuleFileNameExW -K32GetModuleInformation -K32GetPerformanceInfo -K32GetProcessImageFileNameA -K32GetProcessImageFileNameW -K32GetProcessMemoryInfo -K32GetWsChanges -K32GetWsChangesEx -K32InitializeProcessForWsWatch -K32QueryWorkingSet -K32QueryWorkingSetEx -LCIDToLocaleName -LCMapStringA -LCMapStringEx -LCMapStringW -LZClose -LZCloseFile -LZCopy -LZCreateFileW -LZDone -LZInit -LZOpenFileA -LZOpenFileW -LZRead -LZSeek -LZStart -LeaveCriticalSection -LeaveCriticalSectionWhenCallbackReturns -LoadAppInitDlls -LoadLibraryA -LoadLibraryExA -LoadLibraryExW -LoadLibraryW -LoadModule -LoadPackagedLibrary -LoadResource -LoadStringBaseExW -LoadStringBaseW -LocalAlloc -LocalCompact -LocalFileTimeToFileTime -LocalFlags -LocalFree -LocalHandle -LocalLock -LocalReAlloc -LocalShrink -LocalSize -LocalUnlock -LocaleNameToLCID -LocateExtendedFeature -LocateLegacyContext -LockFile -LockFileEx -LockResource -MapUserPhysicalPages -MapUserPhysicalPagesScatter -MapViewOfFile -MapViewOfFileEx -MapViewOfFileExNuma -Module32First -Module32FirstW -Module32Next -Module32NextW -MoveFileA -MoveFileExA -MoveFileExW -MoveFileTransactedA -MoveFileTransactedW -MoveFileW -MoveFileWithProgressA -MoveFileWithProgressW -MulDiv -MultiByteToWideChar -NeedCurrentDirectoryForExePathA -NeedCurrentDirectoryForExePathW -NlsConvertIntegerToString -NlsCheckPolicy -NlsEventDataDescCreate -NlsGetCacheUpdateCount -NlsUpdateLocale -NlsUpdateSystemLocale -NlsResetProcessLocale -NlsWriteEtwEvent -NormalizeString -NotifyMountMgr -NotifyUILanguageChange -OfferVirtualMemory -OpenConsoleW -OpenDataFile -OpenEventA -OpenEventW -OpenFile -OpenFileById -OpenFileMappingA -OpenFileMappingW -OpenJobObjectA -OpenJobObjectW -OpenMutexA -OpenMutexW -OpenPrivateNamespaceA -OpenPrivateNamespaceW -OpenProcess -; MSDN says OpenProcessToken is from Advapi32.dll, not Kernel32.dll -; OpenProcessToken -OpenProfileUserMapping -OpenSemaphoreA -OpenSemaphoreW -OpenThread -;OpenThreadToken -OpenWaitableTimerA -OpenWaitableTimerW -OutputDebugStringA -OutputDebugStringW -PeekConsoleInputA -PeekConsoleInputW -PeekNamedPipe -PostQueuedCompletionStatus -PowerClearRequest -PowerCreateRequest -PowerSetRequest -PrefetchVirtualMemory -PrepareTape -PrivCopyFileExW -PrivMoveFileIdentityW -Process32First -Process32FirstW -Process32Next -Process32NextW -ProcessIdToSessionId -PulseEvent -PurgeComm -QueryActCtxSettingsW -QueryActCtxW -QueryDepthSList -QueryDosDeviceA -QueryDosDeviceW -QueryFullProcessImageNameA -QueryFullProcessImageNameW -QueryIdleProcessorCycleTime -QueryIdleProcessorCycleTimeEx -QueryInformationJobObject -QueryMemoryResourceNotification -QueryPerformanceCounter -QueryPerformanceFrequency -QueryProcessAffinityUpdateMode -QueryProcessCycleTime -QueryThreadCycleTime -QueryThreadProfiling -QueryThreadpoolStackInformation -QueryUmsThreadInformation -QueryUnbiasedInterruptTime -QueueUserAPC -QueueUserWorkItem -RaiseException -RaiseFailFastException -ReOpenFile -ReclaimVirtualMemory -ReadConsoleA -ReadConsoleInputA -ReadConsoleInputExA -ReadConsoleInputExW -ReadConsoleInputW -ReadConsoleOutputA -ReadConsoleOutputAttribute -ReadConsoleOutputCharacterA -ReadConsoleOutputCharacterW -ReadConsoleOutputW -ReadConsoleW -ReadDirectoryChangesW -ReadFile -ReadFileEx -ReadFileScatter -ReadProcessMemory -ReadThreadProfilingData -; -; MSDN says these functions are exported -; from advapi32.dll. Commented out for -; compatibility with older versions of -; Windows. -; -; RegKrnGetGlobalState and RegKrnInitialize -; are known exceptions. -; -;RegCloseKey -;RegCreateKeyExA -;RegCreateKeyExW -;RegDeleteKeyExA -;RegDeleteKeyExW -;RegDeleteTreeA -;RegDeleteTreeW -;RegDeleteValueA -;RegDeleteValueW -;RegDisablePredefinedCacheEx -;RegEnumKeyExA -;RegEnumKeyExW -;RegEnumValueA -;RegEnumValueW -;RegFlushKey -;RegGetKeySecurity -;RegGetValueA -;RegGetValueW -RegKrnGetGlobalState -RegKrnInitialize -;RegLoadKeyA -;RegLoadKeyW -;RegLoadMUIStringA -;RegLoadMUIStringW -;RegNotifyChangeKeyValue -;RegOpenCurrentUser -;RegOpenKeyExA -;RegOpenKeyExW -;RegOpenUserClassesRoot -;RegQueryInfoKeyA -;RegQueryInfoKeyW -;RegQueryValueExA -;RegQueryValueExW -;RegRestoreKeyA -;RegRestoreKeyW -;RegSaveKeyExA -;RegSaveKeyExW -;RegSetKeySecurity -;RegSetValueExA -;RegSetValueExW -;RegUnLoadKeyA -;RegUnLoadKeyW -RegisterApplicationRecoveryCallback -RegisterApplicationRestart -RegisterConsoleIME -RegisterConsoleOS2 -RegisterConsoleVDM -RegisterWaitForInputIdle -RegisterWaitForSingleObject -RegisterWaitForSingleObjectEx -RegisterWowBaseHandlers -RegisterWowExec -ReleaseActCtx -ReleaseMutex -ReleaseMutexWhenCallbackReturns -ReleaseSRWLockExclusive -ReleaseSRWLockShared -ReleaseSemaphore -ReleaseSemaphoreWhenCallbackReturns -RemoveDirectoryA -RemoveDirectoryTransactedA -RemoveDirectoryTransactedW -RemoveDirectoryW -RemoveLocalAlternateComputerNameA -RemoveLocalAlternateComputerNameW -RemoveSecureMemoryCacheCallback -RemoveVectoredContinueHandler -RemoveVectoredExceptionHandler -ReplaceFile -ReplaceFileA -ReplaceFileW -ReplacePartitionUnit -RequestDeviceWakeup -RequestWakeupLatency -ResetEvent -ResetWriteWatch -ResolveLocaleName -RestoreLastError -ResumeThread -RtlAddFunctionTable -RtlCaptureContext -RtlCaptureStackBackTrace -RtlCompareMemory -RtlCopyMemory -RtlDeleteFunctionTable -RtlFillMemory -RtlInstallFunctionTableCallback -RtlLookupFunctionEntry -RtlMoveMemory -RtlPcToFileHeader -RtlRaiseException -RtlRestoreContext -RtlUnwind -RtlUnwindEx -RtlVirtualUnwind -RtlZeroMemory -ScrollConsoleScreenBufferA -ScrollConsoleScreenBufferW -SearchPathA -SearchPathW -SetCPGlobal -SetCalendarInfoA -SetCalendarInfoW -SetClientTimeZoneInformation -SetComPlusPackageInstallStatus -SetCommBreak -SetCommConfig -SetCommMask -SetCommState -SetCommTimeouts -SetComputerNameA -SetComputerNameExA -SetComputerNameExW -SetComputerNameW -SetConsoleActiveScreenBuffer -SetConsoleCP -SetConsoleCommandHistoryMode -SetConsoleCtrlHandler -SetConsoleCursor -SetConsoleCursorInfo -SetConsoleCursorMode -SetConsoleCursorPosition -SetConsoleDisplayMode -SetConsoleFont -SetConsoleHardwareState -SetConsoleHistoryInfo -SetConsoleIcon -SetConsoleInputExeNameA -SetConsoleInputExeNameW -SetConsoleKeyShortcuts -SetConsoleLocalEUDC -SetConsoleMaximumWindowSize -SetConsoleMenuClose -SetConsoleMode -SetConsoleNlsMode -SetConsoleNumberOfCommandsA -SetConsoleNumberOfCommandsW -SetConsoleOS2OemFormat -SetConsoleOutputCP -SetConsolePalette -SetConsoleScreenBufferInfoEx -SetConsoleScreenBufferSize -SetConsoleTextAttribute -SetConsoleTitleA -SetConsoleTitleW -SetConsoleWindowInfo -SetCriticalSectionSpinCount -SetCurrentConsoleFontEx -SetCurrentDirectoryA -SetCurrentDirectoryW -SetDefaultCommConfigA -SetDefaultCommConfigW -SetDllDirectoryA -SetDllDirectoryW -SetDynamicTimeZoneInformation -SetEndOfFile -SetEnvironmentStringsA -SetEnvironmentStringsW -SetEnvironmentVariableA -SetEnvironmentVariableW -SetErrorMode -SetEvent -SetEventWhenCallbackReturns -SetExtendedFeaturesMask -SetFileApisToANSI -SetFileApisToOEM -SetFileAttributesA -SetFileAttributesTransactedA -SetFileAttributesTransactedW -SetFileAttributesW -SetFileBandwidthReservation -SetFileCompletionNotificationModes -SetFileInformationByHandle -SetFileIoOverlappedRange -SetFilePointer -SetFilePointerEx -SetFileShortNameA -SetFileShortNameW -SetFileTime -SetFileValidData -SetFirmwareEnvironmentVariableA -SetFirmwareEnvironmentVariableW -SetHandleCount -SetHandleInformation -SetInformationJobObject -SetLastConsoleEventActive -SetLastError -SetLocalPrimaryComputerNameA -SetLocalPrimaryComputerNameW -SetLocalTime -SetLocaleInfoA -SetLocaleInfoW -SetMailslotInfo -SetMessageWaitingIndicator -SetNamedPipeAttribute -SetNamedPipeHandleState -SetPriorityClass -SetProcessAffinityMask -SetProcessAffinityUpdateMode -SetProcessDEPPolicy -SetProcessPreferredUILanguages -SetProcessPriorityBoost -SetProcessShutdownParameters -SetProcessWorkingSetSize -SetProcessWorkingSetSizeEx -SetSearchPathMode -SetStdHandle -SetStdHandleEx -SetSystemFileCacheSize -SetSystemPowerState -SetSystemTime -SetSystemTimeAdjustment -SetTapeParameters -SetTapePosition -SetTermsrvAppInstallMode -SetThreadAffinityMask -SetThreadContext -SetThreadErrorMode -SetThreadExecutionState -SetThreadGroupAffinity -SetThreadIdealProcessor -SetThreadIdealProcessorEx -SetThreadLocale -SetThreadPreferredUILanguages -SetThreadPriority -SetThreadPriorityBoost -SetThreadStackGuarantee -SetThreadToken -SetThreadUILanguage -SetThreadpoolStackInformation -SetThreadpoolThreadMaximum -SetThreadpoolThreadMinimum -SetThreadpoolTimer -SetThreadpoolWait -SetTimeZoneInformation -SetTimerQueueTimer -SetUmsThreadInformation -SetUnhandledExceptionFilter -SetUserGeoID -SetVDMCurrentDirectories -SetVolumeLabelA -SetVolumeLabelW -SetVolumeMountPointA -SetVolumeMountPointW -SetWaitableTimer -SetWaitableTimerEx -SetupComm -ShowConsoleCursor -SignalObjectAndWait -SizeofResource -Sleep -SleepConditionVariableCS -SleepConditionVariableSRW -SleepEx -SortCloseHandle -SortGetHandle -StartThreadpoolIo -SubmitThreadpoolWork -SuspendThread -SwitchToFiber -SwitchToThread -SystemTimeToFileTime -SystemTimeToTzSpecificLocalTime -TerminateJobObject -TerminateProcess -TerminateThread -TermsrvAppInstallMode -Thread32First -Thread32Next -TlsAlloc -TlsFree -TlsGetValue -TlsSetValue -Toolhelp32ReadProcessMemory -TransactNamedPipe -TransmitCommChar -TryAcquireSRWLockExclusive -TryAcquireSRWLockShared -TryEnterCriticalSection -TrySubmitThreadpoolCallback -TzSpecificLocalTimeToSystemTime -UTRegister -UTUnRegister -UmsThreadYield -UnhandledExceptionFilter -UnlockFile -UnlockFileEx -UnmapViewOfFile -UnregisterApplicationRecoveryCallback -UnregisterApplicationRestart -UnregisterConsoleIME -UnregisterWait -UnregisterWaitEx -UpdateCalendarDayOfWeek -UpdateProcThreadAttribute -UpdateResourceA -UpdateResourceW -VDMConsoleOperation -VDMOperationStarted -ValidateLCType -ValidateLocale -VerLanguageNameA -VerLanguageNameW -VerSetConditionMask -VerifyConsoleIoHandle -VerifyScripts -VerifyVersionInfoA -VerifyVersionInfoW -VirtualAlloc -VirtualAllocEx -VirtualAllocExNuma -VirtualFree -VirtualFreeEx -VirtualLock -VirtualProtect -VirtualProtectEx -VirtualQuery -VirtualQueryEx -VirtualUnlock -WTSGetActiveConsoleSessionId -WaitCommEvent -WaitForDebugEvent -WaitForMultipleObjects -WaitForMultipleObjectsEx -WaitForSingleObject -WaitForSingleObjectEx -WaitForThreadpoolIoCallbacks -WaitForThreadpoolTimerCallbacks -WaitForThreadpoolWaitCallbacks -WaitForThreadpoolWorkCallbacks -WaitNamedPipeA -WaitNamedPipeW -WakeAllConditionVariable -WakeConditionVariable -WerGetFlags -WerRegisterFile -WerRegisterMemoryBlock -WerRegisterRuntimeExceptionModule -WerSetFlags -WerUnregisterFile -WerUnregisterMemoryBlock -WerUnregisterRuntimeExceptionModule -WerpCleanupMessageMapping -WerpInitiateRemoteRecovery -WerpNotifyLoadStringResource -WerpNotifyLoadStringResourceEx -WerpNotifyUseStringResource -WerpStringLookup -WideCharToMultiByte -WinExec -Wow64DisableWow64FsRedirection -Wow64EnableWow64FsRedirection -Wow64GetThreadContext -Wow64GetThreadSelectorEntry -Wow64RevertWow64FsRedirection -Wow64SetThreadContext -Wow64SuspendThread -WriteConsoleA -WriteConsoleInputA -WriteConsoleInputVDMA -WriteConsoleInputVDMW -WriteConsoleInputW -WriteConsoleOutputA -WriteConsoleOutputAttribute -WriteConsoleOutputCharacterA -WriteConsoleOutputCharacterW -WriteConsoleOutputW -WriteConsoleW -WriteFile -WriteFileEx -WriteFileGather -WritePrivateProfileSectionA -WritePrivateProfileSectionW -WritePrivateProfileStringA -WritePrivateProfileStringW -WritePrivateProfileStructA -WritePrivateProfileStructW -WriteProcessMemory -WriteProfileSectionA -WriteProfileSectionW -WriteProfileStringA -WriteProfileStringW -WriteTapemark -ZombifyActCtx -__C_specific_handler -;__chkstk -__misaligned_access -_hread -_hwrite -_lclose -_lcreat -_llseek -_local_unwind -_lopen -_lread -_lwrite -lstrcat -lstrcatA -lstrcatW -lstrcmp -lstrcmpA -lstrcmpW -lstrcmpi -lstrcmpiA -lstrcmpiW -lstrcpy -lstrcpyA -lstrcpyW -lstrcpyn -lstrcpynA -lstrcpynW -lstrlen -lstrlenA -lstrlenW -uaw_lstrcmpW -uaw_lstrcmpiW -uaw_lstrlenW -uaw_wcschr -uaw_wcscpy -uaw_wcsicmp -uaw_wcslen -uaw_wcsrchr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/keymgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/keymgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/keymgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/keymgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file KEYMGR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KEYMGR.dll -EXPORTS -CPlApplet -DllMain -KRShowKeyMgr -PRShowRestoreFromMsginaW -PRShowRestoreWizardExW -PRShowRestoreWizardW -PRShowSaveFromMsginaW -PRShowSaveWizardExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/korwbrkr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/korwbrkr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/korwbrkr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/korwbrkr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file KorWbrkr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KorWbrkr.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/krnlprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/krnlprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/krnlprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/krnlprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file krnlprov.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY krnlprov.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ksuser.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ksuser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ksuser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ksuser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ksuser.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ksuser.dll -EXPORTS -KsCreateAllocator -KsCreateClock -KsCreatePin -KsCreateTopologyNode diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ktmw32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ktmw32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ktmw32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ktmw32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of ktmw32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ktmw32.dll" -EXPORTS -CommitComplete -CommitEnlistment -CommitTransaction -CommitTransactionAsync -CreateEnlistment -CreateResourceManager -CreateTransaction -CreateTransactionManager -GetCurrentClockTransactionManager -GetEnlistmentId -GetEnlistmentRecoveryInformation -GetNotificationResourceManager -GetNotificationResourceManagerAsync -GetTransactionId -GetTransactionInformation -GetTransactionManagerId -OpenEnlistment -OpenResourceManager -OpenTransaction -OpenTransactionManager -OpenTransactionManagerById -PrePrepareComplete -PrePrepareEnlistment -PrepareComplete -PrepareEnlistment -PrivCreateTransaction -PrivIsLogWritableTransactionManager -PrivPropagationComplete -PrivPropagationFailed -PrivRegisterProtocolAddressInformation -ReadOnlyEnlistment -RecoverEnlistment -RecoverResourceManager -RecoverTransactionManager -RenameTransactionManager -RollbackComplete -RollbackEnlistment -RollbackTransaction -RollbackTransactionAsync -RollforwardTransactionManager -SetEnlistmentRecoveryInformation -SetResourceManagerCompletionPort -SetTransactionInformation -SinglePhaseReject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/langwrbk.def mingw-w64-6.0.0/mingw-w64-crt/lib64/langwrbk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/langwrbk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/langwrbk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file LangWrbk.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LangWrbk.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/licdll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/licdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/licdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/licdll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file licdll.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY licdll.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/licmgr10.def mingw-w64-6.0.0/mingw-w64-crt/lib64/licmgr10.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/licmgr10.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/licmgr10.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file LICMGR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LICMGR.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/licwmi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/licwmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/licwmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/licwmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file LicWmi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LicWmi.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/linkinfo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/linkinfo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/linkinfo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/linkinfo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Exports of file LINKINFO.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LINKINFO.dll -EXPORTS -CompareLinkInfoReferents -CompareLinkInfoVolumes -CreateLinkInfo -CreateLinkInfoA -CreateLinkInfoW -DestroyLinkInfo -DisconnectLinkInfo -GetCanonicalPathInfo -GetCanonicalPathInfoA -GetCanonicalPathInfoW -GetLinkInfoData -IsValidLinkInfo -ResolveLinkInfo -ResolveLinkInfoA -ResolveLinkInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lmhsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lmhsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lmhsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lmhsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file lmhsvc.exe -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY lmhsvc.exe -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lmrt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lmrt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lmrt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lmrt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file LMRT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LMRT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/loadperf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/loadperf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/loadperf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/loadperf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Exports of file loadperf.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY loadperf.dll -EXPORTS -BackupPerfRegistryToFileW -InstallPerfDllA -InstallPerfDllW -LoadPerfCounterTextStringsA -LoadPerfCounterTextStringsW -RestorePerfRegistryFromFileW -SetServiceAsTrustedA -SetServiceAsTrustedW -UnloadPerfCounterTextStringsA -UnloadPerfCounterTextStringsW -UpdatePerfNameFilesA -UpdatePerfNameFilesW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/localsec.def mingw-w64-6.0.0/mingw-w64-crt/lib64/localsec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/localsec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/localsec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file localsec.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY localsec.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/localui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/localui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/localui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/localui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file LOCALUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LOCALUI.dll -EXPORTS -InitializePrintMonitorUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/loghours.def mingw-w64-6.0.0/mingw-w64-crt/lib64/loghours.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/loghours.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/loghours.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Exports of file LogHours.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LogHours.dll -EXPORTS -LogonScheduleDialog -ConnectionScheduleDialog -DialinHoursDialog -DirSyncScheduleDialog -LogonScheduleDialogEx -DialinHoursDialogEx -ReplicationScheduleDialog -ReplicationScheduleDialogEx -ConnectionScheduleDialogEx -DirSyncScheduleDialogEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/logoncli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/logoncli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/logoncli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/logoncli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,80 +0,0 @@ -; -; Definition file of logoncli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "logoncli.dll" -EXPORTS -DsAddressToSiteNamesA -DsAddressToSiteNamesExA -DsAddressToSiteNamesExW -DsAddressToSiteNamesW -DsDeregisterDnsHostRecordsA -DsDeregisterDnsHostRecordsW -DsEnumerateDomainTrustsA -DsEnumerateDomainTrustsW -DsGetDcCloseW -DsGetDcNameA -DsGetDcNameW -DsGetDcNameWithAccountA -DsGetDcNameWithAccountW -DsGetDcNextA -DsGetDcNextW -DsGetDcOpenA -DsGetDcOpenW -DsGetDcSiteCoverageA -DsGetDcSiteCoverageW -DsGetForestTrustInformationW -DsGetSiteNameA -DsGetSiteNameW -DsMergeForestTrustInformationW -DsValidateSubnetNameA -DsValidateSubnetNameW -I_DsUpdateReadOnlyServerDnsRecords -I_NetAccountDeltas -I_NetAccountSync -I_NetChainSetClientAttributes -I_NetChainSetClientAttributes2 -I_NetDatabaseDeltas -I_NetDatabaseRedo -I_NetDatabaseSync -I_NetDatabaseSync2 -I_NetGetDCList -I_NetGetForestTrustInformation -I_NetLogonControl -I_NetLogonControl2 -I_NetLogonGetCapabilities -I_NetLogonGetDomainInfo -I_NetLogonSamLogoff -I_NetLogonSamLogon -I_NetLogonSamLogonEx -I_NetLogonSamLogonWithFlags -I_NetLogonSendToSam -I_NetLogonUasLogoff -I_NetLogonUasLogon -I_NetServerAuthenticate -I_NetServerAuthenticate2 -I_NetServerAuthenticate3 -I_NetServerGetTrustInfo -I_NetServerPasswordGet -I_NetServerPasswordSet -I_NetServerPasswordSet2 -I_NetServerReqChallenge -I_NetServerTrustPasswordsGet -I_NetlogonComputeClientDigest -I_NetlogonComputeServerDigest -I_NetlogonGetTrustRid -I_RpcExtInitializeExtensionPoint -NetAddServiceAccount -NetEnumerateServiceAccounts -NetEnumerateTrustedDomains -NetGetAnyDCName -NetGetDCName -NetIsServiceAccount -NetLogonGetTimeServiceParentDomain -NetLogonSetServiceBits -NetQueryServiceAccount -NetRemoveServiceAccount -NlBindingAddServerToCache -NlBindingRemoveServerFromCache -NlBindingSetAuthInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/logscrpt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/logscrpt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/logscrpt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/logscrpt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file logscript.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY logscript.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lpdsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lpdsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lpdsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lpdsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file LPDSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LPDSVC.dll -EXPORTS -ServiceEntry diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lprmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lprmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lprmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lprmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file LPRMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LPRMON.dll -EXPORTS -InitializePrintMonitor2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lprmonui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lprmonui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lprmonui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lprmonui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file LPRUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LPRUI.dll -EXPORTS -InitializePrintMonitorUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/lz32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/lz32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/lz32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/lz32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file LZ32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY LZ32.dll -EXPORTS -CopyLZFile -GetExpandedNameA -GetExpandedNameW -LZClose -LZCloseFile -LZCopy -LZCreateFileW -LZDone -LZInit -LZOpenFileA -LZOpenFileW -LZRead -LZSeek -LZStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mailmsg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mailmsg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mailmsg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mailmsg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file mailmsg.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mailmsg.DLL -EXPORTS -; unsigned long g_fFillPropertyPages -?g_fFillPropertyPages@@3KA DATA -; unsigned long g_fValidateSignatures -?g_fValidateSignatures@@3KA DATA -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/Makefile.am mingw-w64-6.0.0/mingw-w64-crt/lib64/Makefile.am --- mingw-w64-5.0.4/mingw-w64-crt/lib64/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,791 @@ +lib64_DATA += %reldir%/libwinusb.a +lib64_DATA += %reldir%/libavrt.a +lib64_DATA += %reldir%/libacledit.a +lib64_DATA += %reldir%/libaclui.a +lib64_DATA += %reldir%/libactiveds.a +lib64_DATA += %reldir%/libadmparse.a +lib64_DATA += %reldir%/libadmwprox.a +lib64_DATA += %reldir%/libadptif.a +lib64_DATA += %reldir%/libadsiisex.a +lib64_DATA += %reldir%/libadsldpc.a +lib64_DATA += %reldir%/libadvapi32.a +lib64_DATA += %reldir%/libadvpack.a +lib64_DATA += %reldir%/libagentanm.a +lib64_DATA += %reldir%/libakscoinst.a +lib64_DATA += %reldir%/libalrsvc.a +lib64_DATA += %reldir%/libapcups.a +lib64_DATA += %reldir%/libapphelp.a +lib64_DATA += %reldir%/libappmgmts.a +lib64_DATA += %reldir%/libappmgr.a +lib64_DATA += %reldir%/libaqueue.a +lib64_DATA += %reldir%/libasp.a +lib64_DATA += %reldir%/libaspperf.a +lib64_DATA += %reldir%/libasycfilt.a +lib64_DATA += %reldir%/libatkctrs.a +lib64_DATA += %reldir%/libatl.a +lib64_DATA += %reldir%/libatmlib.a +lib64_DATA += %reldir%/libatrace.a +lib64_DATA += %reldir%/libaudiosrv.a +lib64_DATA += %reldir%/libauthz.a +lib64_DATA += %reldir%/libautodisc.a +lib64_DATA += %reldir%/libavicap32.a +lib64_DATA += %reldir%/libavifil32.a +lib64_DATA += %reldir%/libazroles.a +lib64_DATA += %reldir%/libbasesrv.a +lib64_DATA += %reldir%/libbatmeter.a +lib64_DATA += %reldir%/libbatt.a +lib64_DATA += %reldir%/libbootvid.a +lib64_DATA += %reldir%/libbrowser.a +lib64_DATA += %reldir%/libbthci.a +lib64_DATA += %reldir%/libcabinet.a +lib64_DATA += %reldir%/libcabview.a +lib64_DATA += %reldir%/libcards.a +lib64_DATA += %reldir%/libcatsrv.a +lib64_DATA += %reldir%/libcatsrvut.a +lib64_DATA += %reldir%/libccfgnt.a +lib64_DATA += %reldir%/libcdfview.a +lib64_DATA += %reldir%/libcdm.a +lib64_DATA += %reldir%/libcertcli.a +lib64_DATA += %reldir%/libcfgbkend.a +lib64_DATA += %reldir%/libcfgmgr32.a +lib64_DATA += %reldir%/libchtskdic.a +lib64_DATA += %reldir%/libcimwin32.a +lib64_DATA += %reldir%/libCINTIME.a +lib64_DATA += %reldir%/libclbcatq.a +lib64_DATA += %reldir%/libclb.a +lib64_DATA += %reldir%/libcliconfg.a +lib64_DATA += %reldir%/libclasspnp.a +lib64_DATA += %reldir%/libclusapi.a +lib64_DATA += %reldir%/libcmcfg32.a +lib64_DATA += %reldir%/libcmdial32.a +lib64_DATA += %reldir%/libcmpbk32.a +lib64_DATA += %reldir%/libcmutil.a +lib64_DATA += %reldir%/libcnetcfg.a +lib64_DATA += %reldir%/libcnvfat.a +lib64_DATA += %reldir%/libcoadmin.a +lib64_DATA += %reldir%/libcolbact.a +lib64_DATA += %reldir%/libcomctl32.a +lib64_DATA += %reldir%/libcomdlg32.a +lib64_DATA += %reldir%/libcompstui.a +lib64_DATA += %reldir%/libcomres.a +lib64_DATA += %reldir%/libcomsetup.a +lib64_DATA += %reldir%/libcomsnap.a +lib64_DATA += %reldir%/libcomsvcs.a +lib64_DATA += %reldir%/libcomuid.a +lib64_DATA += %reldir%/libconsole.a +lib64_DATA += %reldir%/libcorpol.a +lib64_DATA += %reldir%/libcredui.a +lib64_DATA += %reldir%/libcrypt32.a +lib64_DATA += %reldir%/libcryptdlg.a +lib64_DATA += %reldir%/libcryptdll.a +lib64_DATA += %reldir%/libcryptext.a +lib64_DATA += %reldir%/libcryptnet.a +lib64_DATA += %reldir%/libcryptsvc.a +lib64_DATA += %reldir%/libcryptui.a +lib64_DATA += %reldir%/libcscdll.a +lib64_DATA += %reldir%/libcscui.a +lib64_DATA += %reldir%/libcsrsrv.a +lib64_DATA += %reldir%/libd3d8thk.a +lib64_DATA += %reldir%/libd3d9.a +lib64_DATA += %reldir%/libd3dxof.a +lib64_DATA += %reldir%/libdavclnt.a +lib64_DATA += %reldir%/libdbgeng.a +lib64_DATA += %reldir%/libdbghelp.a +lib64_DATA += %reldir%/libdbnetlib.a +lib64_DATA += %reldir%/libdbnmpntw.a +lib64_DATA += %reldir%/libdciman32.a +lib64_DATA += %reldir%/libddraw.a +lib64_DATA += %reldir%/libdevmgr.a +lib64_DATA += %reldir%/libdevobj.a +lib64_DATA += %reldir%/libdevrtl.a +lib64_DATA += %reldir%/libdhcpcsvc.a +lib64_DATA += %reldir%/libdhcpsapi.a +lib64_DATA += %reldir%/libdigest.a +lib64_DATA += %reldir%/libdimsntfy.a +lib64_DATA += %reldir%/libdimsroam.a +lib64_DATA += %reldir%/libdiskcopy.a +lib64_DATA += %reldir%/libdmconfig.a +lib64_DATA += %reldir%/libdmdskmgr.a +lib64_DATA += %reldir%/libdmivcitf.a +lib64_DATA += %reldir%/libdmutil.a +lib64_DATA += %reldir%/libdmvdsitf.a +lib64_DATA += %reldir%/libdnsapi.a +lib64_DATA += %reldir%/libdnsrslvr.a +lib64_DATA += %reldir%/libdpapi.a +lib64_DATA += %reldir%/libdpnaddr.a +lib64_DATA += %reldir%/libdpnet.a +lib64_DATA += %reldir%/libdpnhupnp.a +lib64_DATA += %reldir%/libdpnlobby.a +lib64_DATA += %reldir%/libdpvoice.a +lib64_DATA += %reldir%/libdrprov.a +lib64_DATA += %reldir%/libds32gt.a +lib64_DATA += %reldir%/libdsauth.a +lib64_DATA += %reldir%/libdskquota.a +lib64_DATA += %reldir%/libdsound3d.a +lib64_DATA += %reldir%/libdsound.a +lib64_DATA += %reldir%/libdsprop.a +lib64_DATA += %reldir%/libdsquery.a +lib64_DATA += %reldir%/libdssec.a +lib64_DATA += %reldir%/libdssenh.a +lib64_DATA += %reldir%/libdsuiext.a +lib64_DATA += %reldir%/libduser.a +lib64_DATA += %reldir%/libefsadu.a +lib64_DATA += %reldir%/libes.a +lib64_DATA += %reldir%/libesent.a +lib64_DATA += %reldir%/libesentprf.a +lib64_DATA += %reldir%/libeventlog.a +lib64_DATA += %reldir%/libevntagnt.a +lib64_DATA += %reldir%/libexstrace.a +lib64_DATA += %reldir%/libfastprox.a +lib64_DATA += %reldir%/libfaultrep.a +lib64_DATA += %reldir%/libfcachdll.a +lib64_DATA += %reldir%/libfdeploy.a +lib64_DATA += %reldir%/libfeclient.a +lib64_DATA += %reldir%/libfilemgmt.a +lib64_DATA += %reldir%/libfldrclnr.a +lib64_DATA += %reldir%/libfltlib.a +lib64_DATA += %reldir%/libfmifs.a +lib64_DATA += %reldir%/libfontsub.a +lib64_DATA += %reldir%/libframedyn.a +lib64_DATA += %reldir%/libftpctrs2.a +lib64_DATA += %reldir%/libftpmib.a +lib64_DATA += %reldir%/libfxsapi.a +lib64_DATA += %reldir%/libfxscfgwz.a +lib64_DATA += %reldir%/libfxsdrv.a +lib64_DATA += %reldir%/libfxsocm.a +lib64_DATA += %reldir%/libfxsperf.a +lib64_DATA += %reldir%/libfxsroute.a +lib64_DATA += %reldir%/libfxsst.a +lib64_DATA += %reldir%/libfxst30.a +lib64_DATA += %reldir%/libfxstiff.a +lib64_DATA += %reldir%/libfxsui.a +lib64_DATA += %reldir%/libfxswzrd.a +lib64_DATA += %reldir%/libgdi32.a +lib64_DATA += %reldir%/libgetuname.a +lib64_DATA += %reldir%/libglmf32.a +lib64_DATA += %reldir%/libglu32.a +lib64_DATA += %reldir%/libgpedit.a +lib64_DATA += %reldir%/libgpkcsp.a +lib64_DATA += %reldir%/libgptext.a +lib64_DATA += %reldir%/libguitrn.a +lib64_DATA += %reldir%/libhal.a +lib64_DATA += %reldir%/libhbaapi.a +lib64_DATA += %reldir%/libhgfs.a +lib64_DATA += %reldir%/libhid.a +lib64_DATA += %reldir%/libhidclass.a +lib64_DATA += %reldir%/libhidparse.a +lib64_DATA += %reldir%/libhlink.a +lib64_DATA += %reldir%/libhmmapi.a +lib64_DATA += %reldir%/libhnetcfg.a +lib64_DATA += %reldir%/libhnetwiz.a +lib64_DATA += %reldir%/libhostmib.a +lib64_DATA += %reldir%/libhotplug.a +lib64_DATA += %reldir%/libhtrn_jis.a +lib64_DATA += %reldir%/libhttpapi.a +lib64_DATA += %reldir%/libhttpext.a +lib64_DATA += %reldir%/libhttpmib.a +lib64_DATA += %reldir%/libhttpodbc.a +lib64_DATA += %reldir%/libhtui.a +lib64_DATA += %reldir%/libhypertrm.a +lib64_DATA += %reldir%/libiashlpr.a +lib64_DATA += %reldir%/libiaspolcy.a +lib64_DATA += %reldir%/libiassam.a +lib64_DATA += %reldir%/libiassvcs.a +lib64_DATA += %reldir%/libicaapi.a +lib64_DATA += %reldir%/libicfgnt5.a +lib64_DATA += %reldir%/libicm32.a +lib64_DATA += %reldir%/libicmp.a +lib64_DATA += %reldir%/libicmui.a +lib64_DATA += %reldir%/libicwconn.a +lib64_DATA += %reldir%/libicwdial.a +lib64_DATA += %reldir%/libicwdl.a +lib64_DATA += %reldir%/libicwphbk.a +lib64_DATA += %reldir%/libicwutil.a +lib64_DATA += %reldir%/libidq.a +lib64_DATA += %reldir%/libieakeng.a +lib64_DATA += %reldir%/libiedkcs32.a +lib64_DATA += %reldir%/libieencode.a +lib64_DATA += %reldir%/libiernonce.a +lib64_DATA += %reldir%/libiesetup.a +lib64_DATA += %reldir%/libigmpagnt.a +lib64_DATA += %reldir%/libiisadmin.a +lib64_DATA += %reldir%/libiiscfg.a +lib64_DATA += %reldir%/libiis.a +lib64_DATA += %reldir%/libiisrtl.a +lib64_DATA += %reldir%/libiissuba.a +lib64_DATA += %reldir%/libiisui.a +lib64_DATA += %reldir%/libiisutil.a +lib64_DATA += %reldir%/libiiswmi.a +lib64_DATA += %reldir%/libimagehlp.a +lib64_DATA += %reldir%/libimeshare.a +lib64_DATA += %reldir%/libimgutil.a +lib64_DATA += %reldir%/libimjp81k.a +lib64_DATA += %reldir%/libimjpcus.a +lib64_DATA += %reldir%/libimjpdct.a +lib64_DATA += %reldir%/libimjputyc.a +lib64_DATA += %reldir%/libimm32.a +lib64_DATA += %reldir%/libimsinsnt.a +lib64_DATA += %reldir%/libimskdic.a +lib64_DATA += %reldir%/libinetcfg.a +lib64_DATA += %reldir%/libinetcomm.a +lib64_DATA += %reldir%/libinetmib1.a +lib64_DATA += %reldir%/libinfoadmn.a +lib64_DATA += %reldir%/libinfocomm.a +lib64_DATA += %reldir%/libinfoctrs.a +lib64_DATA += %reldir%/libinfosoft.a +lib64_DATA += %reldir%/libinitpki.a +lib64_DATA += %reldir%/libinput.a +lib64_DATA += %reldir%/libinseng.a +lib64_DATA += %reldir%/libiphlpapi.a +lib64_DATA += %reldir%/libipmontr.a +lib64_DATA += %reldir%/libipnathlp.a +lib64_DATA += %reldir%/libiprop.a +lib64_DATA += %reldir%/libiprtprio.a +lib64_DATA += %reldir%/libiprtrmgr.a +lib64_DATA += %reldir%/libipsecsvc.a +lib64_DATA += %reldir%/libipxsap.a +lib64_DATA += %reldir%/libirclass.a +lib64_DATA += %reldir%/libisatq.a +lib64_DATA += %reldir%/libiscomlog.a +lib64_DATA += %reldir%/libisign32.a +lib64_DATA += %reldir%/libiyuv_32.a +lib64_DATA += %reldir%/libjet500.a +lib64_DATA += %reldir%/libjsproxy.a +lib64_DATA += %reldir%/libkd1394.a +lib64_DATA += %reldir%/libkdcom.a +lib64_DATA += %reldir%/libkerberos.a +lib64_DATA += %reldir%/libkeymgr.a +lib64_DATA += %reldir%/liblinkinfo.a +lib64_DATA += %reldir%/liblmmib2.a +lib64_DATA += %reldir%/libloadperf.a +lib64_DATA += %reldir%/liblocalspl.a +lib64_DATA += %reldir%/liblog.a +lib64_DATA += %reldir%/libloghours.a +lib64_DATA += %reldir%/liblonsint.a +lib64_DATA += %reldir%/liblpk.a +lib64_DATA += %reldir%/liblprhelp.a +lib64_DATA += %reldir%/liblsasrv.a +lib64_DATA += %reldir%/liblz32.a +lib64_DATA += %reldir%/libmag_hook.a +lib64_DATA += %reldir%/libmapi32.a +lib64_DATA += %reldir%/libmapistub.a +lib64_DATA += %reldir%/libmcastmib.a +lib64_DATA += %reldir%/libmcd32.a +lib64_DATA += %reldir%/libmcdsrv32.a +lib64_DATA += %reldir%/libmchgrcoi.a +lib64_DATA += %reldir%/libmciavi32.a +lib64_DATA += %reldir%/libmcicda.a +lib64_DATA += %reldir%/libmciole32.a +lib64_DATA += %reldir%/libmciqtz32.a +lib64_DATA += %reldir%/libmciseq.a +lib64_DATA += %reldir%/libmciwave.a +lib64_DATA += %reldir%/libmdminst.a +lib64_DATA += %reldir%/libmf3216.a +lib64_DATA += %reldir%/libmfc42.a +lib64_DATA += %reldir%/libmfc42u.a +lib64_DATA += %reldir%/libmgmtapi.a +lib64_DATA += %reldir%/libmidimap.a +lib64_DATA += %reldir%/libmigism.a +lib64_DATA += %reldir%/libmiglibnt.a +lib64_DATA += %reldir%/libmincore.a +lib64_DATA += %reldir%/libmlang.a +lib64_DATA += %reldir%/libmll_hp.a +lib64_DATA += %reldir%/libmll_mtf.a +lib64_DATA += %reldir%/libmll_qic.a +lib64_DATA += %reldir%/libmmfutil.a +lib64_DATA += %reldir%/libmmutilse.a +lib64_DATA += %reldir%/libmobsync.a +lib64_DATA += %reldir%/libmodemui.a +lib64_DATA += %reldir%/libmofd.a +lib64_DATA += %reldir%/libmprapi.a +lib64_DATA += %reldir%/libmprddm.a +lib64_DATA += %reldir%/libmpr.a +lib64_DATA += %reldir%/libmprmsg.a +lib64_DATA += %reldir%/libmprui.a +lib64_DATA += %reldir%/libmqad.a +lib64_DATA += %reldir%/libmqcertui.a +lib64_DATA += %reldir%/libmqdscli.a +lib64_DATA += %reldir%/libmqise.a +lib64_DATA += %reldir%/libmqlogmgr.a +lib64_DATA += %reldir%/libmqperf.a +lib64_DATA += %reldir%/libmqrt.a +lib64_DATA += %reldir%/libmqrtdep.a +lib64_DATA += %reldir%/libmqsec.a +lib64_DATA += %reldir%/libmqupgrd.a +lib64_DATA += %reldir%/libmqutil.a +lib64_DATA += %reldir%/libmsacm32.a +lib64_DATA += %reldir%/libmsadcs.a +lib64_DATA += %reldir%/libmsado15.a +lib64_DATA += %reldir%/libmsafd.a +lib64_DATA += %reldir%/libmsasn1.a +lib64_DATA += %reldir%/libmscat32.a +lib64_DATA += %reldir%/libmscms.a +lib64_DATA += %reldir%/libmsdadiag.a +lib64_DATA += %reldir%/libmsdart.a +lib64_DATA += %reldir%/libmsdmo.a +lib64_DATA += %reldir%/libmsdtclog.a +lib64_DATA += %reldir%/libmsdtcprx.a +lib64_DATA += %reldir%/libmsdtcstp.a +lib64_DATA += %reldir%/libmsdtctm.a +lib64_DATA += %reldir%/libmsdtcuiu.a +lib64_DATA += %reldir%/libmsftedit.a +lib64_DATA += %reldir%/libmsgina.a +lib64_DATA += %reldir%/libmsgr3en.a +lib64_DATA += %reldir%/libmsgrocm.a +lib64_DATA += %reldir%/libmsgsvc.a +lib64_DATA += %reldir%/libmshtml.a +lib64_DATA += %reldir%/libmsi.a +lib64_DATA += %reldir%/libmsimg32.a +lib64_DATA += %reldir%/libmsimtf.a +lib64_DATA += %reldir%/libmsir3jp.a +lib64_DATA += %reldir%/libmsisip.a +lib64_DATA += %reldir%/libmslbui.a +lib64_DATA += %reldir%/libmsls31.a +lib64_DATA += %reldir%/libmsmqocm.a +lib64_DATA += %reldir%/libmsobdl.a +lib64_DATA += %reldir%/libmsobmain.a +lib64_DATA += %reldir%/libmsoeacct.a +lib64_DATA += %reldir%/libmsoe.a +lib64_DATA += %reldir%/libmsoert2.a +lib64_DATA += %reldir%/libmspatcha.a +lib64_DATA += %reldir%/libmsports.a +lib64_DATA += %reldir%/libmsrating.a +lib64_DATA += %reldir%/libmsrle32.a +lib64_DATA += %reldir%/libmssign32.a +lib64_DATA += %reldir%/libmssip32.a +lib64_DATA += %reldir%/libmstask.a +lib64_DATA += %reldir%/libmstlsapi.a +lib64_DATA += %reldir%/libmsutb.a +lib64_DATA += %reldir%/libmsv1_0.a +lib64_DATA += %reldir%/libmsvcirt.a +lib64_DATA += %reldir%/libmsvfw32.a +lib64_DATA += %reldir%/libmsvidc32.a +lib64_DATA += %reldir%/libmsw3prt.a +lib64_DATA += %reldir%/libmswsock.a +lib64_DATA += %reldir%/libmsyuv.a +lib64_DATA += %reldir%/libmtxclu.a +lib64_DATA += %reldir%/libmtxdm.a +lib64_DATA += %reldir%/libmtxex.a +lib64_DATA += %reldir%/libmtxoci.a +lib64_DATA += %reldir%/libmydocs.a +lib64_DATA += %reldir%/libncobjapi.a +lib64_DATA += %reldir%/libncxpnt.a +lib64_DATA += %reldir%/libnddeapi.a +lib64_DATA += %reldir%/libnddenb32.a +lib64_DATA += %reldir%/libndisnpp.a +lib64_DATA += %reldir%/libnetapi32.a +lib64_DATA += %reldir%/libnetcfgx.a +lib64_DATA += %reldir%/libnetid.a +lib64_DATA += %reldir%/libnetlogon.a +lib64_DATA += %reldir%/libnetman.a +lib64_DATA += %reldir%/libnetoc.a +lib64_DATA += %reldir%/libnetplwiz.a +lib64_DATA += %reldir%/libnetrap.a +lib64_DATA += %reldir%/libnetshell.a +lib64_DATA += %reldir%/libnetui0.a +lib64_DATA += %reldir%/libnetui1.a +lib64_DATA += %reldir%/libnetui2.a +lib64_DATA += %reldir%/libnewdev.a +lib64_DATA += %reldir%/libnntpapi.a +lib64_DATA += %reldir%/libnpptools.a +lib64_DATA += %reldir%/libnshipsec.a +lib64_DATA += %reldir%/libntdll.a +lib64_DATA += %reldir%/libntdsapi.a +lib64_DATA += %reldir%/libntdsbcli.a +lib64_DATA += %reldir%/libntlanman.a +lib64_DATA += %reldir%/libntlanui.a +lib64_DATA += %reldir%/libntlsapi.a +lib64_DATA += %reldir%/libntmarta.a +lib64_DATA += %reldir%/libntmsapi.a +lib64_DATA += %reldir%/libntoc.a +lib64_DATA += %reldir%/libntprint.a +lib64_DATA += %reldir%/libntshrui.a +lib64_DATA += %reldir%/libntvdm64.a +lib64_DATA += %reldir%/libnwprovau.a +lib64_DATA += %reldir%/liboakley.a +lib64_DATA += %reldir%/liboccache.a +lib64_DATA += %reldir%/libocgen.a +lib64_DATA += %reldir%/libocmanage.a +lib64_DATA += %reldir%/libocmsn.a +lib64_DATA += %reldir%/libodbc32.a +lib64_DATA += %reldir%/libodbc32gt.a +lib64_DATA += %reldir%/libodbcbcp.a +lib64_DATA += %reldir%/libodbcconf.a +lib64_DATA += %reldir%/libodbccp32.a +lib64_DATA += %reldir%/libodbccr32.a +lib64_DATA += %reldir%/libodbccu32.a +lib64_DATA += %reldir%/libodbctrac.a +lib64_DATA += %reldir%/liboeimport.a +lib64_DATA += %reldir%/liboemiglib.a +lib64_DATA += %reldir%/libole32.a +lib64_DATA += %reldir%/liboleacc.a +lib64_DATA += %reldir%/liboleaut32.a +lib64_DATA += %reldir%/libolecli32.a +lib64_DATA += %reldir%/libolecnv32.a +lib64_DATA += %reldir%/liboledb32.a +lib64_DATA += %reldir%/liboledlg.a +lib64_DATA += %reldir%/libolesvr32.a +lib64_DATA += %reldir%/libopengl32.a +lib64_DATA += %reldir%/libosuninst.a +lib64_DATA += %reldir%/libpautoenr.a +lib64_DATA += %reldir%/libpdh.a +lib64_DATA += %reldir%/libperfctrs.a +lib64_DATA += %reldir%/libperfdisk.a +lib64_DATA += %reldir%/libperfnet.a +lib64_DATA += %reldir%/libperfos.a +lib64_DATA += %reldir%/libperfproc.a +lib64_DATA += %reldir%/libperfts.a +lib64_DATA += %reldir%/libphotowiz.a +lib64_DATA += %reldir%/libpidgen.a +lib64_DATA += %reldir%/libpintlcsd.a +lib64_DATA += %reldir%/libpolicman.a +lib64_DATA += %reldir%/libpolstore.a +lib64_DATA += %reldir%/libpowrprof.a +lib64_DATA += %reldir%/libprintui.a +lib64_DATA += %reldir%/libprofmap.a +lib64_DATA += %reldir%/libPS5UI.a +lib64_DATA += %reldir%/libpsapi.a +lib64_DATA += %reldir%/libpsbase.a +lib64_DATA += %reldir%/libpschdprf.a +lib64_DATA += %reldir%/libPSCRIPT5.a +lib64_DATA += %reldir%/libpstorec.a +lib64_DATA += %reldir%/libpstorsvc.a +lib64_DATA += %reldir%/libqmgr.a +lib64_DATA += %reldir%/libqosname.a +lib64_DATA += %reldir%/libquartz.a +lib64_DATA += %reldir%/libquery.a +lib64_DATA += %reldir%/librasadhlp.a +lib64_DATA += %reldir%/librasapi32.a +lib64_DATA += %reldir%/librasauto.a +lib64_DATA += %reldir%/libraschap.a +lib64_DATA += %reldir%/librasctrs.a +lib64_DATA += %reldir%/librasdlg.a +lib64_DATA += %reldir%/librasman.a +lib64_DATA += %reldir%/librasmans.a +lib64_DATA += %reldir%/librasmontr.a +lib64_DATA += %reldir%/librasmxs.a +lib64_DATA += %reldir%/librasppp.a +lib64_DATA += %reldir%/librasrad.a +lib64_DATA += %reldir%/librassapi.a +lib64_DATA += %reldir%/librasser.a +lib64_DATA += %reldir%/librastapi.a +lib64_DATA += %reldir%/librastls.a +lib64_DATA += %reldir%/librdpcfgex.a +lib64_DATA += %reldir%/librdpsnd.a +lib64_DATA += %reldir%/librdpwsx.a +lib64_DATA += %reldir%/libregapi.a +lib64_DATA += %reldir%/libregsvc.a +lib64_DATA += %reldir%/libresutils.a +lib64_DATA += %reldir%/libriched20.a +lib64_DATA += %reldir%/librnr20.a +lib64_DATA += %reldir%/libroutetab.a +lib64_DATA += %reldir%/librpcns4.a +lib64_DATA += %reldir%/librpcref.a +lib64_DATA += %reldir%/librpcrt4.a +lib64_DATA += %reldir%/librpcss.a +lib64_DATA += %reldir%/librsaenh.a +lib64_DATA += %reldir%/librtm.a +lib64_DATA += %reldir%/librtutils.a +lib64_DATA += %reldir%/libsamlib.a +lib64_DATA += %reldir%/libsamsrv.a +lib64_DATA += %reldir%/libsapi.a +lib64_DATA += %reldir%/libscarddlg.a +lib64_DATA += %reldir%/libsccbase.a +lib64_DATA += %reldir%/libscecli.a +lib64_DATA += %reldir%/libscesrv.a +lib64_DATA += %reldir%/libschannel.a +lib64_DATA += %reldir%/libschedsvc.a +lib64_DATA += %reldir%/libsclgntfy.a +lib64_DATA += %reldir%/libscredir.a +lib64_DATA += %reldir%/libscript.a +lib64_DATA += %reldir%/libscrobj.a +lib64_DATA += %reldir%/libscrrun.a +lib64_DATA += %reldir%/libsdhcinst.a +lib64_DATA += %reldir%/libseclogon.a +lib64_DATA += %reldir%/libsecur32.a +lib64_DATA += %reldir%/libsecurity.a +lib64_DATA += %reldir%/libsensapi.a +lib64_DATA += %reldir%/libsenscfg.a +lib64_DATA += %reldir%/libsens.a +lib64_DATA += %reldir%/libseo.a +lib64_DATA += %reldir%/libserialui.a +lib64_DATA += %reldir%/libserwvdrv.a +lib64_DATA += %reldir%/libsetupapi.a +lib64_DATA += %reldir%/libsetupqry.a +lib64_DATA += %reldir%/libsfc.a +lib64_DATA += %reldir%/libsfcfiles.a +lib64_DATA += %reldir%/libsfc_os.a +lib64_DATA += %reldir%/libsfmapi.a +lib64_DATA += %reldir%/libshdocvw.a +lib64_DATA += %reldir%/libshfolder.a +lib64_DATA += %reldir%/libshimeng.a +lib64_DATA += %reldir%/libshimgvw.a +lib64_DATA += %reldir%/libshlwapi.a +lib64_DATA += %reldir%/libshscrap.a +lib64_DATA += %reldir%/libshsvcs.a +lib64_DATA += %reldir%/libsigtab.a +lib64_DATA += %reldir%/libsisbkup.a +lib64_DATA += %reldir%/libskdll.a +lib64_DATA += %reldir%/libslbcsp.a +lib64_DATA += %reldir%/libsmtpapi.a +lib64_DATA += %reldir%/libsmtpctrs.a +lib64_DATA += %reldir%/libsnmpapi.a +lib64_DATA += %reldir%/libsnmpmib.a +lib64_DATA += %reldir%/libsnprfdll.a +lib64_DATA += %reldir%/libsoftpub.a +lib64_DATA += %reldir%/libspoolss.a +lib64_DATA += %reldir%/libsqlsrv32.a +lib64_DATA += %reldir%/libsqlxmlx.a +lib64_DATA += %reldir%/libsrchctls.a +lib64_DATA += %reldir%/libsrclient.a +lib64_DATA += %reldir%/libsrrstr.a +lib64_DATA += %reldir%/libsrvsvc.a +lib64_DATA += %reldir%/libssdpapi.a +lib64_DATA += %reldir%/libssinc.a +lib64_DATA += %reldir%/libstaxmem.a +lib64_DATA += %reldir%/libsti_ci.a +lib64_DATA += %reldir%/libsti.a +lib64_DATA += %reldir%/libstorprop.a +lib64_DATA += %reldir%/libstreamci.a +lib64_DATA += %reldir%/libstrmfilt.a +lib64_DATA += %reldir%/libsvcpack.a +lib64_DATA += %reldir%/libsxs.a +lib64_DATA += %reldir%/libsynceng.a +lib64_DATA += %reldir%/libsyncui.a +lib64_DATA += %reldir%/libsysinv.a +lib64_DATA += %reldir%/libsysmod.a +lib64_DATA += %reldir%/libsyssetup.a +lib64_DATA += %reldir%/libt2embed.a +lib64_DATA += %reldir%/libtapi32.a +lib64_DATA += %reldir%/libtapiperf.a +lib64_DATA += %reldir%/libtcpmib.a +lib64_DATA += %reldir%/libtraffic.a +lib64_DATA += %reldir%/libtsappcmp.a +lib64_DATA += %reldir%/libtsbyuv.a +lib64_DATA += %reldir%/libtsd32.a +lib64_DATA += %reldir%/libtsoc.a +lib64_DATA += %reldir%/libudhisapi.a +lib64_DATA += %reldir%/libufat.a +lib64_DATA += %reldir%/libumandlg.a +lib64_DATA += %reldir%/libumdmxfrm.a +lib64_DATA += %reldir%/libumpnpmgr.a +lib64_DATA += %reldir%/libUNIDRV.a +lib64_DATA += %reldir%/libUNIDRVUI.a +lib64_DATA += %reldir%/libuniime.a +lib64_DATA += %reldir%/libunimdmat.a +lib64_DATA += %reldir%/libuniplat.a +lib64_DATA += %reldir%/libuntfs.a +lib64_DATA += %reldir%/libupnp.a +lib64_DATA += %reldir%/libupnpui.a +lib64_DATA += %reldir%/liburlauth.a +lib64_DATA += %reldir%/liburl.a +lib64_DATA += %reldir%/liburlmon.a +lib64_DATA += %reldir%/libusbcamd2.a +lib64_DATA += %reldir%/libusbd.a +lib64_DATA += %reldir%/libusbport.a +lib64_DATA += %reldir%/libuser32.a +lib64_DATA += %reldir%/libuserenv.a +lib64_DATA += %reldir%/libusp10.a +lib64_DATA += %reldir%/libutildll.a +lib64_DATA += %reldir%/libuxtheme.a +lib64_DATA += %reldir%/libvdsutil.a +lib64_DATA += %reldir%/libverifier.a +lib64_DATA += %reldir%/libversion.a +lib64_DATA += %reldir%/libvgx.a +lib64_DATA += %reldir%/libvmx_mode.a +lib64_DATA += %reldir%/libvssapi.a +lib64_DATA += %reldir%/libw32time.a +lib64_DATA += %reldir%/libw32topl.a +lib64_DATA += %reldir%/libw3core.a +lib64_DATA += %reldir%/libw3ctrs.a +lib64_DATA += %reldir%/libw3dt.a +lib64_DATA += %reldir%/libw3isapi.a +lib64_DATA += %reldir%/libw3ssl.a +lib64_DATA += %reldir%/libw3tp.a +lib64_DATA += %reldir%/libwab32.a +lib64_DATA += %reldir%/libwabimp.a +lib64_DATA += %reldir%/libwamreg.a +lib64_DATA += %reldir%/libwbemcore.a +lib64_DATA += %reldir%/libwbemupgd.a +lib64_DATA += %reldir%/libwdigest.a +lib64_DATA += %reldir%/libwdmaud.a +lib64_DATA += %reldir%/libwebcheck.a +lib64_DATA += %reldir%/libwebclnt.a +lib64_DATA += %reldir%/libwebhits.a +lib64_DATA += %reldir%/libwiadss.a +lib64_DATA += %reldir%/libwiarpc.a +lib64_DATA += %reldir%/libwiaservc.a +lib64_DATA += %reldir%/libwiashext.a +lib64_DATA += %reldir%/libwinfax.a +lib64_DATA += %reldir%/libwininet.a +lib64_DATA += %reldir%/libwinipsec.a +lib64_DATA += %reldir%/libwinmm.a +lib64_DATA += %reldir%/libwinrnr.a +lib64_DATA += %reldir%/libwinscard.a +lib64_DATA += %reldir%/libwinspool.a +lib64_DATA += %reldir%/libwinsrv.a +lib64_DATA += %reldir%/libwinsta.a +lib64_DATA += %reldir%/libwintrust.a +lib64_DATA += %reldir%/libwkssvc.a +lib64_DATA += %reldir%/libwldap32.a +lib64_DATA += %reldir%/libwlnotify.a +lib64_DATA += %reldir%/libwlstore.a +lib64_DATA += %reldir%/libwmi2xml.a +lib64_DATA += %reldir%/libwmiaprpl.a +lib64_DATA += %reldir%/libwmi.a +lib64_DATA += %reldir%/libwmilib.a +lib64_DATA += %reldir%/libwmiprop.a +lib64_DATA += %reldir%/libwmisvc.a +lib64_DATA += %reldir%/libwow64cpu.a +lib64_DATA += %reldir%/libwow64.a +lib64_DATA += %reldir%/libwow64mib.a +lib64_DATA += %reldir%/libwow64win.a +lib64_DATA += %reldir%/libwpd_ci.a +lib64_DATA += %reldir%/libws2help.a +lib64_DATA += %reldir%/libwscsvc.a +lib64_DATA += %reldir%/libwshatm.a +lib64_DATA += %reldir%/libwshbth.a +lib64_DATA += %reldir%/libwsock32.a +lib64_DATA += %reldir%/libzoneoc.a +lib64_DATA += %reldir%/libnormaliz.a +lib64_DATA += %reldir%/libclfsw32.a +lib64_DATA += %reldir%/libdwmapi.a +lib64_DATA += %reldir%/libntoskrnl.a +lib64_DATA += %reldir%/libuxtheme.a +lib64_DATA += %reldir%/libwtsapi32.a +lib64_DATA += %reldir%/libbcrypt.a +lib64_DATA += %reldir%/libbthprops.a +lib64_DATA += %reldir%/libdhcpcsvc6.a +lib64_DATA += %reldir%/libdxva2.a +lib64_DATA += %reldir%/libeappcfg.a +lib64_DATA += %reldir%/libeappgnui.a +lib64_DATA += %reldir%/libeapphost.a +lib64_DATA += %reldir%/libeappprxy.a +lib64_DATA += %reldir%/libevr.a +lib64_DATA += %reldir%/libiscsidsc.a +lib64_DATA += %reldir%/libktmw32.a +lib64_DATA += %reldir%/libmf.a +lib64_DATA += %reldir%/libmfplat.a +lib64_DATA += %reldir%/libmsdrm.a +lib64_DATA += %reldir%/libncrypt.a +lib64_DATA += %reldir%/libwecapi.a +lib64_DATA += %reldir%/libwevtapi.a +lib64_DATA += %reldir%/libwevtfwd.a +lib64_DATA += %reldir%/libqutil.a +lib64_DATA += %reldir%/libconnect.a +lib64_DATA += %reldir%/libfwpuclnt.a +lib64_DATA += %reldir%/libndfapi.a +lib64_DATA += %reldir%/libp2p.a +lib64_DATA += %reldir%/libp2pcollab.a +lib64_DATA += %reldir%/libp2pgraph.a +lib64_DATA += %reldir%/libwdstptc.a +lib64_DATA += %reldir%/libcscapi.a +lib64_DATA += %reldir%/librstrmgr.a +lib64_DATA += %reldir%/libqwave.a +lib64_DATA += %reldir%/libwsdapi.a +lib64_DATA += %reldir%/libvfw32.a +lib64_DATA += %reldir%/libks.a +lib64_DATA += %reldir%/librpcdiag.a +lib64_DATA += %reldir%/librpchttp.a +lib64_DATA += %reldir%/libresutil.a +lib64_DATA += %reldir%/libslwga.a +lib64_DATA += %reldir%/libslc.a +lib64_DATA += %reldir%/libslcext.a +lib64_DATA += %reldir%/libmsctfmonitor.a +lib64_DATA += %reldir%/libtbs.a +lib64_DATA += %reldir%/libtdh.a +lib64_DATA += %reldir%/libtxfw32.a +lib64_DATA += %reldir%/libwlanui.a +lib64_DATA += %reldir%/libwlanapi.a +lib64_DATA += %reldir%/libwlanutil.a +lib64_DATA += %reldir%/libwer.a +lib64_DATA += %reldir%/libndis.a +lib64_DATA += %reldir%/libd2d1.a +lib64_DATA += %reldir%/libwdscsl.a +lib64_DATA += %reldir%/libpcwum.a +lib64_DATA += %reldir%/libwdscore.a +lib64_DATA += %reldir%/libcryptsp.a +lib64_DATA += %reldir%/libwdsclient.a +lib64_DATA += %reldir%/libwdsupgcompl.a +lib64_DATA += %reldir%/libwdsclientapi.a +lib64_DATA += %reldir%/libwdsutil.a +lib64_DATA += %reldir%/libwdsimage.a +lib64_DATA += %reldir%/libvirtdisk.a +lib64_DATA += %reldir%/libcryptxml.a +lib64_DATA += %reldir%/libsspicli.a +lib64_DATA += %reldir%/libd3dcompiler_33.a +lib64_DATA += %reldir%/libd3dcompiler_34.a +lib64_DATA += %reldir%/libd3dcompiler_35.a +lib64_DATA += %reldir%/libd3dcompiler_36.a +lib64_DATA += %reldir%/libd3dcompiler_37.a +lib64_DATA += %reldir%/libd3dcompiler_38.a +lib64_DATA += %reldir%/libd3dcompiler_39.a +lib64_DATA += %reldir%/libd3dcompiler_40.a +lib64_DATA += %reldir%/libd3dcompiler_41.a +lib64_DATA += %reldir%/libd3dcompiler_42.a +lib64_DATA += %reldir%/libd3dcompiler_43.a +lib64_DATA += %reldir%/libd3dcsxd_43.a +lib64_DATA += %reldir%/libd3dx10_33.a +lib64_DATA += %reldir%/libd3dx10_34.a +lib64_DATA += %reldir%/libd3dx10_35.a +lib64_DATA += %reldir%/libd3dx10_36.a +lib64_DATA += %reldir%/libd3dx10_37.a +lib64_DATA += %reldir%/libd3dx10_38.a +lib64_DATA += %reldir%/libd3dx10_39.a +lib64_DATA += %reldir%/libd3dx10_40.a +lib64_DATA += %reldir%/libd3dx10_41.a +lib64_DATA += %reldir%/libd3dx10_42.a +lib64_DATA += %reldir%/libd3dx10_43.a +lib64_DATA += %reldir%/libd3dx11_42.a +lib64_DATA += %reldir%/libd3dx11_43.a +lib64_DATA += %reldir%/libd3dx9_24.a +lib64_DATA += %reldir%/libd3dx9_25.a +lib64_DATA += %reldir%/libd3dx9_26.a +lib64_DATA += %reldir%/libd3dx9_27.a +lib64_DATA += %reldir%/libd3dx9_28.a +lib64_DATA += %reldir%/libd3dx9_29.a +lib64_DATA += %reldir%/libd3dx9_30.a +lib64_DATA += %reldir%/libd3dx9_31.a +lib64_DATA += %reldir%/libd3dx9_32.a +lib64_DATA += %reldir%/libd3dx9_33.a +lib64_DATA += %reldir%/libd3dx9_34.a +lib64_DATA += %reldir%/libd3dx9_35.a +lib64_DATA += %reldir%/libd3dx9_36.a +lib64_DATA += %reldir%/libd3dx9_37.a +lib64_DATA += %reldir%/libd3dx9_38.a +lib64_DATA += %reldir%/libd3dx9_39.a +lib64_DATA += %reldir%/libd3dx9_40.a +lib64_DATA += %reldir%/libd3dx9_41.a +lib64_DATA += %reldir%/libd3dx9_42.a +lib64_DATA += %reldir%/libd3dx9_43.a +lib64_DATA += %reldir%/libdwrite.a +lib64_DATA += %reldir%/libdxgi.a +lib64_DATA += %reldir%/libx3daudio1_2.a +lib64_DATA += %reldir%/libx3daudio1_3.a +lib64_DATA += %reldir%/libx3daudio1_4.a +lib64_DATA += %reldir%/libx3daudio1_5.a +lib64_DATA += %reldir%/libx3daudio1_6.a +lib64_DATA += %reldir%/libx3daudio1_7.a +lib64_DATA += %reldir%/libx3daudiod1_7.a +lib64_DATA += %reldir%/libxapofx1_0.a +lib64_DATA += %reldir%/libxapofx1_1.a +lib64_DATA += %reldir%/libxapofx1_2.a +lib64_DATA += %reldir%/libxapofx1_3.a +lib64_DATA += %reldir%/libxapofx1_4.a +lib64_DATA += %reldir%/libxapofx1_5.a +lib64_DATA += %reldir%/libxapofxd1_5.a +lib64_DATA += %reldir%/libxinput1_1.a +lib64_DATA += %reldir%/libxinput1_2.a +lib64_DATA += %reldir%/libxinput1_3.a +lib64_DATA += %reldir%/libxinput1_4.a +lib64_DATA += %reldir%/libxinput9_1_0.a +lib64_DATA += %reldir%/libxaudio2_8.a +lib64_DATA += %reldir%/libd3dcompiler_46.a +lib64_DATA += %reldir%/libd3dcsx_46.a +lib64_DATA += %reldir%/libd3d11.a +lib64_DATA += %reldir%/libd3dcompiler_47.a +lib64_DATA += %reldir%/libwinhttp.a +lib64_DATA += %reldir%/libruntimeobject.a +lib64_DATA += %reldir%/libsynchronization.a +lib64_DATA += %reldir%/libwindowsapp.a +lib64_DATA += %reldir%/libwscapi.a diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,178 +0,0 @@ -; -; Exports of file MAPI32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MAPI32.dll -EXPORTS -MAPILogonEx -MAPIAllocateBuffer -MAPIAllocateMore -MAPIFreeBuffer -MAPIAdminProfiles -MAPIInitialize -MAPIUninitialize -PRProviderInit -LAUNCHWIZARD -LaunchWizard -DllGetClassObject -DllCanUnloadNow -MAPIOpenFormMgr -MAPIOpenLocalFormContainer -ScInitMapiUtil -DeinitMapiUtil -ScGenerateMuid -HrAllocAdviseSink -WrapProgress -HrThisThreadAdviseSink -ScBinFromHexBounded -FBinFromHex -HexFromBin -BuildDisplayTable -SwapPlong -SwapPword -MAPIInitIdle -MAPIDeinitIdle -InstallFilterHook -FtgRegisterIdleRoutine -EnableIdleRoutine -DeregisterIdleRoutine -ChangeIdleRoutine -MAPIGetDefaultMalloc -CreateIProp -CreateTable -MNLS_lstrlenW -MNLS_lstrcmpW -MNLS_lstrcpyW -MNLS_CompareStringW -MNLS_MultiByteToWideChar -MNLS_WideCharToMultiByte -MNLS_IsBadStringPtrW -FEqualNames -WrapStoreEntryID -IsBadBoundedStringPtr -HrQueryAllRows -PropCopyMore -UlPropSize -FPropContainsProp -FPropCompareProp -LPropCompareProp -HrAddColumns -HrAddColumnsEx -FtAddFt -FtAdcFt -FtSubFt -FtMulDw -FtMulDwDw -FtNegFt -FtDivFtBogus -UlAddRef -UlRelease -SzFindCh -SzFindLastCh -SzFindSz -UFromSz -HrGetOneProp -HrSetOneProp -FPropExists -PpropFindProp -FreePadrlist -FreeProws -HrSzFromEntryID -HrEntryIDFromSz -HrComposeEID -HrDecomposeEID -HrComposeMsgID -HrDecomposeMsgID -OpenStreamOnFile -OpenTnefStream -OpenTnefStreamEx -GetTnefStreamCodepage -UlFromSzHex -UNKOBJ_ScAllocate -UNKOBJ_ScAllocateMore -UNKOBJ_Free -UNKOBJ_FreeRows -UNKOBJ_ScCOAllocate -UNKOBJ_ScCOReallocate -UNKOBJ_COFree -UNKOBJ_ScSzFromIdsAlloc -ScCountNotifications -ScCopyNotifications -ScRelocNotifications -ScCountProps -ScCopyProps -ScRelocProps -LpValFindProp -ScDupPropset -FBadRglpszA -FBadRglpszW -FBadRowSet -FBadRglpNameID -FBadPropTag -FBadRow -FBadProp -FBadColumnSet -RTFSync -WrapCompressedRTFStream -__ValidateParameters -__CPPValidateParameters -FBadSortOrderSet -FBadEntryList -FBadRestriction -ScUNCFromLocalPath -ScLocalPathFromUNC -HrIStorageFromStream -HrValidateIPMSubtree -OpenIMsgSession -CloseIMsgSession -OpenIMsgOnIStg -SetAttribIMsgOnIStg -GetAttribIMsgOnIStg -MapStorageSCode -ScMAPIXFromCMC -ScMAPIXFromSMAPI -EncodeID -FDecodeID -CchOfEncoding -CbOfEncoded -MAPISendDocuments -MAPILogon -MAPILogoff -MAPISendMail -MAPISaveMail -MAPIReadMail -MAPIFindNext -MAPIDeleteMail -MAPIAddress -MAPIDetails -MAPIResolveName -BMAPISendMail -BMAPISaveMail -BMAPIReadMail -BMAPIGetReadMail -BMAPIFindNext -BMAPIAddress -BMAPIGetAddress -BMAPIDetails -BMAPIResolveName -cmc_act_on -cmc_free -cmc_list -cmc_logoff -cmc_logon -cmc_look_up -cmc_query_configuration -cmc_read -cmc_send -cmc_send_documents -HrDispatchNotifications -HrValidateParametersV -HrValidateParametersValist -ScCreateConversationIndex -HrGetOmiProvidersFlags -HrSetOmiProvidersFlagsInvalid -GetOutlookVersion -FixMAPI -FGetComponentPath diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mapistub.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mapistub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mapistub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mapistub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,178 +0,0 @@ -; -; Exports of file MAPI32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MAPI32.dll -EXPORTS -MAPILogonEx -MAPIAllocateBuffer -MAPIAllocateMore -MAPIFreeBuffer -MAPIAdminProfiles -MAPIInitialize -MAPIUninitialize -PRProviderInit -LAUNCHWIZARD -LaunchWizard -DllGetClassObject -DllCanUnloadNow -MAPIOpenFormMgr -MAPIOpenLocalFormContainer -ScInitMapiUtil -DeinitMapiUtil -ScGenerateMuid -HrAllocAdviseSink -WrapProgress -HrThisThreadAdviseSink -ScBinFromHexBounded -FBinFromHex -HexFromBin -BuildDisplayTable -SwapPlong -SwapPword -MAPIInitIdle -MAPIDeinitIdle -InstallFilterHook -FtgRegisterIdleRoutine -EnableIdleRoutine -DeregisterIdleRoutine -ChangeIdleRoutine -MAPIGetDefaultMalloc -CreateIProp -CreateTable -MNLS_lstrlenW -MNLS_lstrcmpW -MNLS_lstrcpyW -MNLS_CompareStringW -MNLS_MultiByteToWideChar -MNLS_WideCharToMultiByte -MNLS_IsBadStringPtrW -FEqualNames -WrapStoreEntryID -IsBadBoundedStringPtr -HrQueryAllRows -PropCopyMore -UlPropSize -FPropContainsProp -FPropCompareProp -LPropCompareProp -HrAddColumns -HrAddColumnsEx -FtAddFt -FtAdcFt -FtSubFt -FtMulDw -FtMulDwDw -FtNegFt -FtDivFtBogus -UlAddRef -UlRelease -SzFindCh -SzFindLastCh -SzFindSz -UFromSz -HrGetOneProp -HrSetOneProp -FPropExists -PpropFindProp -FreePadrlist -FreeProws -HrSzFromEntryID -HrEntryIDFromSz -HrComposeEID -HrDecomposeEID -HrComposeMsgID -HrDecomposeMsgID -OpenStreamOnFile -OpenTnefStream -OpenTnefStreamEx -GetTnefStreamCodepage -UlFromSzHex -UNKOBJ_ScAllocate -UNKOBJ_ScAllocateMore -UNKOBJ_Free -UNKOBJ_FreeRows -UNKOBJ_ScCOAllocate -UNKOBJ_ScCOReallocate -UNKOBJ_COFree -UNKOBJ_ScSzFromIdsAlloc -ScCountNotifications -ScCopyNotifications -ScRelocNotifications -ScCountProps -ScCopyProps -ScRelocProps -LpValFindProp -ScDupPropset -FBadRglpszA -FBadRglpszW -FBadRowSet -FBadRglpNameID -FBadPropTag -FBadRow -FBadProp -FBadColumnSet -RTFSync -WrapCompressedRTFStream -__ValidateParameters -__CPPValidateParameters -FBadSortOrderSet -FBadEntryList -FBadRestriction -ScUNCFromLocalPath -ScLocalPathFromUNC -HrIStorageFromStream -HrValidateIPMSubtree -OpenIMsgSession -CloseIMsgSession -OpenIMsgOnIStg -SetAttribIMsgOnIStg -GetAttribIMsgOnIStg -MapStorageSCode -ScMAPIXFromCMC -ScMAPIXFromSMAPI -EncodeID -FDecodeID -CchOfEncoding -CbOfEncoded -MAPISendDocuments -MAPILogon -MAPILogoff -MAPISendMail -MAPISaveMail -MAPIReadMail -MAPIFindNext -MAPIDeleteMail -MAPIAddress -MAPIDetails -MAPIResolveName -BMAPISendMail -BMAPISaveMail -BMAPIReadMail -BMAPIGetReadMail -BMAPIFindNext -BMAPIAddress -BMAPIGetAddress -BMAPIDetails -BMAPIResolveName -cmc_act_on -cmc_free -cmc_list -cmc_logoff -cmc_logon -cmc_look_up -cmc_query_configuration -cmc_read -cmc_send -cmc_send_documents -HrDispatchNotifications -HrValidateParametersV -HrValidateParametersValist -ScCreateConversationIndex -HrGetOmiProvidersFlags -HrSetOmiProvidersFlagsInvalid -GetOutlookVersion -FixMAPI -FGetComponentPath diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mcicda.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mcicda.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mcicda.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mcicda.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MCICDA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MCICDA.dll -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mciseq.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mciseq.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mciseq.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mciseq.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MCISEQ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MCISEQ.dll -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mciwave.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mciwave.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mciwave.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mciwave.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MCIWAVE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MCIWAVE.dll -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mdhcp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mdhcp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mdhcp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mdhcp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file mdhcp.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mdhcp.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mdminst.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mdminst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mdminst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mdminst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MDMINST.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MDMINST.dll -EXPORTS -ClassInstall32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/metadata.def mingw-w64-6.0.0/mingw-w64-crt/lib64/metadata.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/metadata.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/metadata.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Exports of file METADATA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY METADATA.dll -EXPORTS -; public: __cdecl CBIN::CBIN(class CBIN const & __ptr64) __ptr64 -??0CBIN@@QEAA@AEBV0@@Z -; public: __cdecl CBIN::CBIN(unsigned long,void * __ptr64 const) __ptr64 -??0CBIN@@QEAA@KQEAX@Z -; public: __cdecl CBIN::CBIN(void) __ptr64 -??0CBIN@@QEAA@XZ -; public: int __cdecl CBIN::Append(class CBIN const & __ptr64) __ptr64 -?Append@CBIN@@QEAAHAEBV1@@Z -; public: int __cdecl CBIN::Append(unsigned long,void * __ptr64 const) __ptr64 -?Append@CBIN@@QEAAHKQEAX@Z -; public: int __cdecl CBIN::Clone(class CBIN * __ptr64)const __ptr64 -?Clone@CBIN@@QEBAHPEAV1@@Z -; public: int __cdecl CBIN::Copy(class CBIN const & __ptr64) __ptr64 -?Copy@CBIN@@QEAAHAEBV1@@Z -; public: int __cdecl CBIN::Copy(unsigned long,void * __ptr64 const) __ptr64 -?Copy@CBIN@@QEAAHKQEAX@Z -; public: int __cdecl CBIN::IsEmpty(void)const __ptr64 -?IsEmpty@CBIN@@QEBAHXZ -; public: int __cdecl CBIN::IsValid(void)const __ptr64 -?IsValid@CBIN@@QEBAHXZ -; public: void * __ptr64 __cdecl CBIN::QueryBuf(void)const __ptr64 -?QueryBuf@CBIN@@QEBAPEAXXZ -; public: unsigned int __cdecl CBIN::QueryCB(void)const __ptr64 -?QueryCB@CBIN@@QEBAIXZ -; public: int __cdecl CBIN::Resize(unsigned int) __ptr64 -?Resize@CBIN@@QEAAHI@Z -; public: void __cdecl CBIN::SetCB(unsigned int) __ptr64 -?SetCB@CBIN@@QEAAXI@Z -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mf3216.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mf3216.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mf3216.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mf3216.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file mf3216.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mf3216.dll -EXPORTS -ConvertEmfToWmf -Mf3216DllInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mfcsubs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mfcsubs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mfcsubs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mfcsubs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,340 +0,0 @@ -; -; Exports of file MfcSubs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MfcSubs.dll -EXPORTS -; VCString::?$ConstructElements(@@YAXPEAVCString@@H@Z) -??$ConstructElements@VCString@@@@YAXPEAVCString@@H@Z -; VCString::?$CopyElements(@@YAXPEAVCString@@PEBV0@H@Z) -??$CopyElements@VCString@@@@YAXPEAVCString@@PEBV0@H@Z -; VCString::?$DestructElements(@@YAXPEAVCString@@H@Z) -??$DestructElements@VCString@@@@YAXPEAVCString@@H@Z -; AEBU_GUID::?$HashKey(@@YAIAEBU_GUID@@@Z) -??$HashKey@AEBU_GUID@@@@YAIAEBU_GUID@@@Z -; PEBD::?$HashKey(YAIPEBD@Z) -??$HashKey@PEBD@@YAIPEBD@Z -; PEBG::?$HashKey(YAIPEBG@Z) -??$HashKey@PEBG@@YAIPEBG@Z -; public: __cdecl CCriticalSection::CCriticalSection(void) __ptr64 -??0CCriticalSection@@QEAA@XZ -; public: __cdecl CMapStringToPtr::CMapStringToPtr(int) __ptr64 -??0CMapStringToPtr@@QEAA@H@Z -; protected: __cdecl CObject::CObject(void) __ptr64 -??0CObject@@IEAA@XZ -; public: __cdecl CString::CString(class CString const & __ptr64) __ptr64 -??0CString@@QEAA@AEBV0@@Z -; public: __cdecl CString::CString(unsigned short,int) __ptr64 -??0CString@@QEAA@GH@Z -; public: __cdecl CString::CString(char const * __ptr64) __ptr64 -??0CString@@QEAA@PEBD@Z -; public: __cdecl CString::CString(unsigned char const * __ptr64) __ptr64 -??0CString@@QEAA@PEBE@Z -; public: __cdecl CString::CString(unsigned short const * __ptr64) __ptr64 -??0CString@@QEAA@PEBG@Z -; public: __cdecl CString::CString(unsigned short const * __ptr64,int) __ptr64 -??0CString@@QEAA@PEBGH@Z -; public: __cdecl CString::CString(void) __ptr64 -??0CString@@QEAA@XZ -; public: __cdecl CStringArray::CStringArray(void) __ptr64 -??0CStringArray@@QEAA@XZ -; public: __cdecl CSyncObject::CSyncObject(unsigned short const * __ptr64) __ptr64 -??0CSyncObject@@QEAA@PEBG@Z -; public: virtual __cdecl CCriticalSection::~CCriticalSection(void) __ptr64 -??1CCriticalSection@@UEAA@XZ -; public: virtual __cdecl CMapStringToPtr::~CMapStringToPtr(void) __ptr64 -??1CMapStringToPtr@@UEAA@XZ -; public: virtual __cdecl CObject::~CObject(void) __ptr64 -??1CObject@@UEAA@XZ -; public: __cdecl CString::~CString(void) __ptr64 -??1CString@@QEAA@XZ -; public: virtual __cdecl CStringArray::~CStringArray(void) __ptr64 -??1CStringArray@@UEAA@XZ -; public: virtual __cdecl CSyncObject::~CSyncObject(void) __ptr64 -??1CSyncObject@@UEAA@XZ -; public: struct CPlex & __ptr64 __cdecl CPlex::operator=(struct CPlex const & __ptr64) __ptr64 -??4CPlex@@QEAAAEAU0@AEBU0@@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(class CString const & __ptr64) __ptr64 -??4CString@@QEAAAEBV0@AEBV0@@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(char) __ptr64 -??4CString@@QEAAAEBV0@D@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(unsigned short) __ptr64 -??4CString@@QEAAAEBV0@G@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(char const * __ptr64) __ptr64 -??4CString@@QEAAAEBV0@PEBD@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(unsigned char const * __ptr64) __ptr64 -??4CString@@QEAAAEBV0@PEBE@Z -; public: class CString const & __ptr64 __cdecl CString::operator=(unsigned short const * __ptr64) __ptr64 -??4CString@@QEAAAEBV0@PEBG@Z -; bool __cdecl operator==(class CString const & __ptr64,class CString const & __ptr64) -??8@YA_NAEBVCString@@0@Z -; bool __cdecl operator==(class CString const & __ptr64,unsigned short const * __ptr64) -??8@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator==(unsigned short const * __ptr64,class CString const & __ptr64) -??8@YA_NPEBGAEBVCString@@@Z -; bool __cdecl operator!=(class CString const & __ptr64,class CString const & __ptr64) -??9@YA_NAEBVCString@@0@Z -; bool __cdecl operator!=(class CString const & __ptr64,unsigned short const * __ptr64) -??9@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator!=(unsigned short const * __ptr64,class CString const & __ptr64) -??9@YA_NPEBGAEBVCString@@@Z -; public: void * __ptr64 & __ptr64 __cdecl CMapStringToPtr::operator[](unsigned short const * __ptr64) __ptr64 -??ACMapStringToPtr@@QEAAAEAPEAXPEBG@Z -; public: unsigned short __cdecl CString::operator[](int)const __ptr64 -??ACString@@QEBAGH@Z -; public: class CString & __ptr64 __cdecl CStringArray::operator[](int) __ptr64 -??ACStringArray@@QEAAAEAVCString@@H@Z -; public: class CString __cdecl CStringArray::operator[](int)const __ptr64 -??ACStringArray@@QEBA?AVCString@@H@Z -; public: __cdecl CCriticalSection::operator struct _RTL_CRITICAL_SECTION * __ptr64(void) __ptr64 -??BCCriticalSection@@QEAAPEAU_RTL_CRITICAL_SECTION@@XZ -; public: __cdecl CString::operator unsigned short const * __ptr64(void)const __ptr64 -??BCString@@QEBAPEBGXZ -; public: __cdecl CSyncObject::operator void * __ptr64(void)const __ptr64 -??BCSyncObject@@QEBAPEAXXZ -; class CString __cdecl operator+(class CString const & __ptr64,class CString const & __ptr64) -??H@YA?AVCString@@AEBV0@0@Z -; class CString __cdecl operator+(class CString const & __ptr64,char) -??H@YA?AVCString@@AEBV0@D@Z -; class CString __cdecl operator+(class CString const & __ptr64,unsigned short) -??H@YA?AVCString@@AEBV0@G@Z -; class CString __cdecl operator+(class CString const & __ptr64,unsigned short const * __ptr64) -??H@YA?AVCString@@AEBV0@PEBG@Z -; class CString __cdecl operator+(char,class CString const & __ptr64) -??H@YA?AVCString@@DAEBV0@@Z -; class CString __cdecl operator+(unsigned short,class CString const & __ptr64) -??H@YA?AVCString@@GAEBV0@@Z -; class CString __cdecl operator+(unsigned short const * __ptr64,class CString const & __ptr64) -??H@YA?AVCString@@PEBGAEBV0@@Z -; bool __cdecl operator<(class CString const & __ptr64,class CString const & __ptr64) -??M@YA_NAEBVCString@@0@Z -; bool __cdecl operator<(class CString const & __ptr64,unsigned short const * __ptr64) -??M@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator<(unsigned short const * __ptr64,class CString const & __ptr64) -??M@YA_NPEBGAEBVCString@@@Z -; bool __cdecl operator<=(class CString const & __ptr64,class CString const & __ptr64) -??N@YA_NAEBVCString@@0@Z -; bool __cdecl operator<=(class CString const & __ptr64,unsigned short const * __ptr64) -??N@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator<=(unsigned short const * __ptr64,class CString const & __ptr64) -??N@YA_NPEBGAEBVCString@@@Z -; bool __cdecl operator>(class CString const & __ptr64,class CString const & __ptr64) -??O@YA_NAEBVCString@@0@Z -; bool __cdecl operator>(class CString const & __ptr64,unsigned short const * __ptr64) -??O@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator>(unsigned short const * __ptr64,class CString const & __ptr64) -??O@YA_NPEBGAEBVCString@@@Z -; bool __cdecl operator>=(class CString const & __ptr64,class CString const & __ptr64) -??P@YA_NAEBVCString@@0@Z -; bool __cdecl operator>=(class CString const & __ptr64,unsigned short const * __ptr64) -??P@YA_NAEBVCString@@PEBG@Z -; bool __cdecl operator>=(unsigned short const * __ptr64,class CString const & __ptr64) -??P@YA_NPEBGAEBVCString@@@Z -; public: class CString const & __ptr64 __cdecl CString::operator+=(class CString const & __ptr64) __ptr64 -??YCString@@QEAAAEBV0@AEBV0@@Z -; public: class CString const & __ptr64 __cdecl CString::operator+=(char) __ptr64 -??YCString@@QEAAAEBV0@D@Z -; public: class CString const & __ptr64 __cdecl CString::operator+=(unsigned short) __ptr64 -??YCString@@QEAAAEBV0@G@Z -; public: class CString const & __ptr64 __cdecl CString::operator+=(unsigned short const * __ptr64) __ptr64 -??YCString@@QEAAAEBV0@PEBG@Z -; const CCriticalSection::`vftable' -??_7CCriticalSection@@6B@ -; const CMapStringToPtr::`vftable' -??_7CMapStringToPtr@@6B@ -; const CObject::`vftable' -??_7CObject@@6B@ -; const CStringArray::`vftable' -??_7CStringArray@@6B@ -; const CSyncObject::`vftable' -??_7CSyncObject@@6B@ -; public: void __cdecl CMapStringToPtr::`default constructor closure'(void) __ptr64 -??_FCMapStringToPtr@@QEAAXXZ -; public: int __cdecl CStringArray::Add(unsigned short const * __ptr64) __ptr64 -?Add@CStringArray@@QEAAHPEBG@Z -; unsigned short * __ptr64 __cdecl AfxA2WHelper(unsigned short * __ptr64,char const * __ptr64,int) -?AfxA2WHelper@@YAPEAGPEAGPEBDH@Z -; int __cdecl AfxExtractSubString(class CString & __ptr64,unsigned short const * __ptr64,int,unsigned short) -?AfxExtractSubString@@YAHAEAVCString@@PEBGHG@Z -; class CString const & __ptr64 __cdecl AfxGetEmptyString(void) -?AfxGetEmptyString@@YAAEBVCString@@XZ -; int __cdecl AfxLoadString(unsigned int,unsigned short * __ptr64,unsigned int) -?AfxLoadString@@YAHIPEAGI@Z -; char * __ptr64 __cdecl AfxW2AHelper(char * __ptr64,unsigned short const * __ptr64,int) -?AfxW2AHelper@@YAPEADPEADPEBGH@Z -; protected: void __cdecl CString::AllocBeforeWrite(int) __ptr64 -?AllocBeforeWrite@CString@@IEAAXH@Z -; protected: void __cdecl CString::AllocBuffer(int) __ptr64 -?AllocBuffer@CString@@IEAAXH@Z -; protected: void __cdecl CString::AllocCopy(class CString & __ptr64,int,int,int)const __ptr64 -?AllocCopy@CString@@IEBAXAEAV1@HHH@Z -; public: int __cdecl CStringArray::Append(class CStringArray const & __ptr64) __ptr64 -?Append@CStringArray@@QEAAHAEBV1@@Z -; protected: void __cdecl CString::AssignCopy(int,unsigned short const * __ptr64) __ptr64 -?AssignCopy@CString@@IEAAXHPEBG@Z -; public: int __cdecl CString::Collate(unsigned short const * __ptr64)const __ptr64 -?Collate@CString@@QEBAHPEBG@Z -; public: int __cdecl CString::Compare(unsigned short const * __ptr64)const __ptr64 -?Compare@CString@@QEBAHPEBG@Z -; public: int __cdecl CString::CompareNoCase(unsigned short const * __ptr64)const __ptr64 -?CompareNoCase@CString@@QEBAHPEBG@Z -; protected: void __cdecl CString::ConcatCopy(int,unsigned short const * __ptr64,int,unsigned short const * __ptr64) __ptr64 -?ConcatCopy@CString@@IEAAXHPEBGH0@Z -; protected: void __cdecl CString::ConcatInPlace(int,unsigned short const * __ptr64) __ptr64 -?ConcatInPlace@CString@@IEAAXHPEBG@Z -; public: void __cdecl CStringArray::Copy(class CStringArray const & __ptr64) __ptr64 -?Copy@CStringArray@@QEAAXAEBV1@@Z -; protected: void __cdecl CString::CopyBeforeWrite(void) __ptr64 -?CopyBeforeWrite@CString@@IEAAXXZ -; public: static struct CPlex * __ptr64 __cdecl CPlex::Create(struct CPlex * __ptr64 & __ptr64,unsigned int,unsigned int) -?Create@CPlex@@SAPEAU1@AEAPEAU1@II@Z -; public: class CString & __ptr64 __cdecl CStringArray::ElementAt(int) __ptr64 -?ElementAt@CStringArray@@QEAAAEAVCString@@H@Z -; public: void __cdecl CString::Empty(void) __ptr64 -?Empty@CString@@QEAAXXZ -; public: int __cdecl CString::Find(unsigned short)const __ptr64 -?Find@CString@@QEBAHG@Z -; public: int __cdecl CString::Find(unsigned short const * __ptr64)const __ptr64 -?Find@CString@@QEBAHPEBG@Z -; public: int __cdecl CString::FindOneOf(unsigned short const * __ptr64)const __ptr64 -?FindOneOf@CString@@QEBAHPEBG@Z -; public: void __cdecl CString::Format(unsigned int,...) __ptr64 -?Format@CString@@QEAAXIZZ -; public: void __cdecl CString::Format(unsigned short const * __ptr64,...) __ptr64 -?Format@CString@@QEAAXPEBGZZ -; public: void __cdecl CString::FormatMessageW(unsigned int,...) __ptr64 -?FormatMessageW@CString@@QEAAXIZZ -; public: void __cdecl CString::FormatMessageW(unsigned short const * __ptr64,...) __ptr64 -?FormatMessageW@CString@@QEAAXPEBGZZ -; protected: void __cdecl CString::FormatV(unsigned short const * __ptr64,char * __ptr64) __ptr64 -?FormatV@CString@@IEAAXPEBGPEAD@Z -; protected: void __cdecl CMapStringToPtr::FreeAssoc(struct CMapStringToPtr::CAssoc * __ptr64) __ptr64 -?FreeAssoc@CMapStringToPtr@@IEAAXPEAUCAssoc@1@@Z -; public: void __cdecl CPlex::FreeDataChain(void) __ptr64 -?FreeDataChain@CPlex@@QEAAXXZ -; public: void __cdecl CString::FreeExtra(void) __ptr64 -?FreeExtra@CString@@QEAAXXZ -; public: void __cdecl CStringArray::FreeExtra(void) __ptr64 -?FreeExtra@CStringArray@@QEAAXXZ -; public: int __cdecl CString::GetAllocLength(void)const __ptr64 -?GetAllocLength@CString@@QEBAHXZ -; protected: struct CMapStringToPtr::CAssoc * __ptr64 __cdecl CMapStringToPtr::GetAssocAt(unsigned short const * __ptr64,unsigned int & __ptr64)const __ptr64 -?GetAssocAt@CMapStringToPtr@@IEBAPEAUCAssoc@1@PEBGAEAI@Z -; public: unsigned short __cdecl CString::GetAt(int)const __ptr64 -?GetAt@CString@@QEBAGH@Z -; public: class CString __cdecl CStringArray::GetAt(int)const __ptr64 -?GetAt@CStringArray@@QEBA?AVCString@@H@Z -; public: unsigned short * __ptr64 __cdecl CString::GetBuffer(int) __ptr64 -?GetBuffer@CString@@QEAAPEAGH@Z -; public: unsigned short * __ptr64 __cdecl CString::GetBufferSetLength(int) __ptr64 -?GetBufferSetLength@CString@@QEAAPEAGH@Z -; public: int __cdecl CMapStringToPtr::GetCount(void)const __ptr64 -?GetCount@CMapStringToPtr@@QEBAHXZ -; protected: struct CStringData * __ptr64 __cdecl CString::GetData(void)const __ptr64 -?GetData@CString@@IEBAPEAUCStringData@@XZ -; public: class CString * __ptr64 __cdecl CStringArray::GetData(void) __ptr64 -?GetData@CStringArray@@QEAAPEAVCString@@XZ -; public: class CString const * __ptr64 __cdecl CStringArray::GetData(void)const __ptr64 -?GetData@CStringArray@@QEBAPEBVCString@@XZ -; public: unsigned int __cdecl CMapStringToPtr::GetHashTableSize(void)const __ptr64 -?GetHashTableSize@CMapStringToPtr@@QEBAIXZ -; public: int __cdecl CString::GetLength(void)const __ptr64 -?GetLength@CString@@QEBAHXZ -; public: void __cdecl CMapStringToPtr::GetNextAssoc(struct __POSITION * __ptr64 & __ptr64,class CString & __ptr64,void * __ptr64 & __ptr64)const __ptr64 -?GetNextAssoc@CMapStringToPtr@@QEBAXAEAPEAU__POSITION@@AEAVCString@@AEAPEAX@Z -; public: int __cdecl CStringArray::GetSize(void)const __ptr64 -?GetSize@CStringArray@@QEBAHXZ -; public: struct __POSITION * __ptr64 __cdecl CMapStringToPtr::GetStartPosition(void)const __ptr64 -?GetStartPosition@CMapStringToPtr@@QEBAPEAU__POSITION@@XZ -; public: int __cdecl CStringArray::GetUpperBound(void)const __ptr64 -?GetUpperBound@CStringArray@@QEBAHXZ -; public: unsigned int __cdecl CMapStringToPtr::HashKey(unsigned short const * __ptr64)const __ptr64 -?HashKey@CMapStringToPtr@@QEBAIPEBG@Z -; protected: void __cdecl CString::Init(void) __ptr64 -?Init@CString@@IEAAXXZ -; public: void __cdecl CMapStringToPtr::InitHashTable(unsigned int,int) __ptr64 -?InitHashTable@CMapStringToPtr@@QEAAXIH@Z -; public: void __cdecl CStringArray::InsertAt(int,class CStringArray * __ptr64) __ptr64 -?InsertAt@CStringArray@@QEAAXHPEAV1@@Z -; public: void __cdecl CStringArray::InsertAt(int,unsigned short const * __ptr64,int) __ptr64 -?InsertAt@CStringArray@@QEAAXHPEBGH@Z -; public: int __cdecl CMapStringToPtr::IsEmpty(void)const __ptr64 -?IsEmpty@CMapStringToPtr@@QEBAHXZ -; public: int __cdecl CString::IsEmpty(void)const __ptr64 -?IsEmpty@CString@@QEBAHXZ -; public: class CString __cdecl CString::Left(int)const __ptr64 -?Left@CString@@QEBA?AV1@H@Z -; public: int __cdecl CString::LoadStringW(unsigned int) __ptr64 -?LoadStringW@CString@@QEAAHI@Z -; public: int __cdecl CCriticalSection::Lock(void) __ptr64 -?Lock@CCriticalSection@@QEAAHXZ -; public: virtual int __cdecl CCriticalSection::Lock(unsigned long) __ptr64 -?Lock@CCriticalSection@@UEAAHK@Z -; public: virtual int __cdecl CSyncObject::Lock(unsigned long) __ptr64 -?Lock@CSyncObject@@UEAAHK@Z -; public: unsigned short * __ptr64 __cdecl CString::LockBuffer(void) __ptr64 -?LockBuffer@CString@@QEAAPEAGXZ -; public: int __cdecl CMapStringToPtr::Lookup(unsigned short const * __ptr64,void * __ptr64 & __ptr64)const __ptr64 -?Lookup@CMapStringToPtr@@QEBAHPEBGAEAPEAX@Z -; public: int __cdecl CMapStringToPtr::LookupKey(unsigned short const * __ptr64,unsigned short const * __ptr64 & __ptr64)const __ptr64 -?LookupKey@CMapStringToPtr@@QEBAHPEBGAEAPEBG@Z -; public: void __cdecl CString::MakeLower(void) __ptr64 -?MakeLower@CString@@QEAAXXZ -; public: void __cdecl CString::MakeReverse(void) __ptr64 -?MakeReverse@CString@@QEAAXXZ -; public: void __cdecl CString::MakeUpper(void) __ptr64 -?MakeUpper@CString@@QEAAXXZ -; public: class CString __cdecl CString::Mid(int)const __ptr64 -?Mid@CString@@QEBA?AV1@H@Z -; public: class CString __cdecl CString::Mid(int,int)const __ptr64 -?Mid@CString@@QEBA?AV1@HH@Z -; protected: struct CMapStringToPtr::CAssoc * __ptr64 __cdecl CMapStringToPtr::NewAssoc(void) __ptr64 -?NewAssoc@CMapStringToPtr@@IEAAPEAUCAssoc@1@XZ -; protected: void __cdecl CString::Release(void) __ptr64 -?Release@CString@@IEAAXXZ -; protected: static void __cdecl CString::Release(struct CStringData * __ptr64) -?Release@CString@@KAXPEAUCStringData@@@Z -; public: void __cdecl CString::ReleaseBuffer(int) __ptr64 -?ReleaseBuffer@CString@@QEAAXH@Z -; public: void __cdecl CMapStringToPtr::RemoveAll(void) __ptr64 -?RemoveAll@CMapStringToPtr@@QEAAXXZ -; public: void __cdecl CStringArray::RemoveAll(void) __ptr64 -?RemoveAll@CStringArray@@QEAAXXZ -; public: void __cdecl CStringArray::RemoveAt(int,int) __ptr64 -?RemoveAt@CStringArray@@QEAAXHH@Z -; public: int __cdecl CMapStringToPtr::RemoveKey(unsigned short const * __ptr64) __ptr64 -?RemoveKey@CMapStringToPtr@@QEAAHPEBG@Z -; public: int __cdecl CString::ReverseFind(unsigned short)const __ptr64 -?ReverseFind@CString@@QEBAHG@Z -; public: class CString __cdecl CString::Right(int)const __ptr64 -?Right@CString@@QEBA?AV1@H@Z -; protected: static int __cdecl CString::SafeStrlen(unsigned short const * __ptr64) -?SafeStrlen@CString@@KAHPEBG@Z -; public: void __cdecl CMapStringToPtr::SetAt(unsigned short const * __ptr64,void * __ptr64) __ptr64 -?SetAt@CMapStringToPtr@@QEAAXPEBGPEAX@Z -; public: void __cdecl CString::SetAt(int,unsigned short) __ptr64 -?SetAt@CString@@QEAAXHG@Z -; public: void __cdecl CStringArray::SetAt(int,unsigned short const * __ptr64) __ptr64 -?SetAt@CStringArray@@QEAAXHPEBG@Z -; public: void __cdecl CStringArray::SetAtGrow(int,unsigned short const * __ptr64) __ptr64 -?SetAtGrow@CStringArray@@QEAAXHPEBG@Z -; public: void __cdecl CStringArray::SetSize(int,int) __ptr64 -?SetSize@CStringArray@@QEAAXHH@Z -; public: class CString __cdecl CString::SpanExcluding(unsigned short const * __ptr64)const __ptr64 -?SpanExcluding@CString@@QEBA?AV1@PEBG@Z -; public: class CString __cdecl CString::SpanIncluding(unsigned short const * __ptr64)const __ptr64 -?SpanIncluding@CString@@QEBA?AV1@PEBG@Z -; public: void __cdecl CString::TrimLeft(void) __ptr64 -?TrimLeft@CString@@QEAAXXZ -; public: void __cdecl CString::TrimRight(void) __ptr64 -?TrimRight@CString@@QEAAXXZ -; public: virtual int __cdecl CCriticalSection::Unlock(void) __ptr64 -?Unlock@CCriticalSection@@UEAAHXZ -; public: virtual int __cdecl CSyncObject::Unlock(long,long * __ptr64) __ptr64 -?Unlock@CSyncObject@@UEAAHJPEAJ@Z -; public: void __cdecl CString::UnlockBuffer(void) __ptr64 -?UnlockBuffer@CString@@QEAAXXZ -; public: void * __ptr64 __cdecl CPlex::data(void) __ptr64 -?data@CPlex@@QEAAPEAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,73 +0,0 @@ -; -; Definition file of MF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "MF.dll" -EXPORTS -AppendPropVariant -ConvertPropVariant -CopyPropertyStore -CreateNamedPropertyStore -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -ExtractPropVariant -MFCreateASFByteStreamPlugin -MFCreateASFContentInfo -MFCreateASFIndexer -MFCreateASFIndexerByteStream -MFCreateASFMediaSink -MFCreateASFMediaSinkActivate -MFCreateASFMultiplexer -MFCreateASFProfile -MFCreateASFProfileFromPresentationDescriptor -MFCreateASFSplitter -MFCreateASFStreamSelector -MFCreateAppSourceProxy -MFCreateAudioRenderer -MFCreateAudioRendererActivate -MFCreateByteCacheFile -MFCreateCacheManager -MFCreateCredentialCache -MFCreateDrmNetNDSchemePlugin -MFCreateFileBlockMap -MFCreateFileSchemePlugin -MFCreateHttpSchemePlugin -MFCreateLPCMByteStreamPlugin -MFCreateMP3ByteStreamPlugin -MFCreateMediaProcessor -MFCreateMediaSession -MFCreateNetSchemePlugin -MFCreatePMPHost -MFCreatePMPMediaSession -MFCreatePMPServer -MFCreatePresentationClock -MFCreatePresentationDescriptorFromASFProfile -MFCreateProxyLocator -MFCreateRemoteDesktopPlugin -MFCreateSAMIByteStreamPlugin -MFCreateSampleGrabberSinkActivate -MFCreateSecureHttpSchemePlugin -MFCreateSequencerSegmentOffset -MFCreateSequencerSource -MFCreateSequencerSourceRemoteStream -MFCreateSimpleTypeHandler -MFCreateSourceResolver -MFCreateStandardQualityManager -MFCreateTopoLoader -MFCreateTopology -MFCreateTopologyNode -MFCreateVideoRenderer -MFCreateVideoRendererActivate -MFCreateWMAEncoderActivate -MFCreateWMVEncoderActivate -MFGetMultipleServiceProviders -MFGetService -MFGetSupportedMimeTypes -MFGetSupportedSchemes -MFReadSequencerSegmentOffset -MFRequireProtectedEnvironment -MFShutdownObject -MergePropertyStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mfplat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mfplat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mfplat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mfplat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,132 +0,0 @@ -; -; Definition file of MFPlat.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "MFPlat.DLL" -EXPORTS -FormatTagFromWfx -MFCreateGuid -MFGetIoPortHandle -MFGetRandomNumber -MFIsQueueThread -MFPlatformBigEndian -MFPlatformLittleEndian -MFTraceError -MFllMulDiv -ValidateWaveFormat -CopyPropVariant -CreatePropVariant -CreatePropertyStore -DestroyPropVariant -LFGetGlobalPool -MFAddPeriodicCallback -MFAllocateWorkQueue -MFAppendCollection -MFAverageTimePerFrameToFrameRate -MFBeginCreateFile -MFBeginGetHostByName -MFBeginRegisterWorkQueueWithMMCSS -MFBeginUnregisterWorkQueueWithMMCSS -MFBlockThread -MFCalculateBitmapImageSize -MFCalculateImageSize -MFCancelCreateFile -MFCancelWorkItem -MFCompareFullToPartialMediaType -MFCompareSockaddrAddresses -MFCreateAMMediaTypeFromMFMediaType -MFCreateAlignedMemoryBuffer -MFCreateAsyncResult -MFCreateAttributes -MFCreateAudioMediaType -MFCreateCollection -MFCreateEventQueue -MFCreateFile -MFCreateLegacyMediaBufferOnMFMediaBuffer -MFCreateMFVideoFormatFromMFMediaType -MFCreateMediaBufferWrapper -MFCreateMediaEvent -MFCreateMediaType -MFCreateMediaTypeFromRepresentation -MFCreateMemoryBuffer -MFCreateMemoryStream -MFCreatePathFromURL -MFCreatePresentationDescriptor -MFCreateSample -MFCreateSocket -MFCreateSocketListener -MFCreateStreamDescriptor -MFCreateSystemTimeSource -MFCreateSystemUnderlyingClock -MFCreateTempFile -MFCreateURLFromPath -MFCreateUdpSockets -MFCreateWaveFormatExFromMFMediaType -MFDeserializeAttributesFromStream -MFDeserializeEvent -MFDeserializeMediaTypeFromStream -MFDeserializePresentationDescriptor -MFEndCreateFile -MFEndGetHostByName -MFEndRegisterWorkQueueWithMMCSS -MFEndUnregisterWorkQueueWithMMCSS -MFFrameRateToAverageTimePerFrame -MFFreeAdaptersAddresses -MFGetAdaptersAddresses -MFGetAttributesAsBlob -MFGetAttributesAsBlobSize -MFGetConfigurationDWORD -MFGetConfigurationPolicy -MFGetConfigurationStore -MFGetConfigurationString -MFGetNumericNameFromSockaddr -MFGetPlatform -MFGetPrivateWorkqueues -MFGetSockaddrFromNumericName -MFGetSystemTime -MFGetTimerPeriodicity -MFGetWorkQueueMMCSSClass -MFGetWorkQueueMMCSSTaskId -MFHeapAlloc -MFHeapFree -MFInitAMMediaTypeFromMFMediaType -MFInitAttributesFromBlob -MFInitMediaTypeFromAMMediaType -MFInitMediaTypeFromMFVideoFormat -MFInitMediaTypeFromMPEG1VideoInfo -MFInitMediaTypeFromMPEG2VideoInfo -MFInitMediaTypeFromVideoInfoHeader -MFInitMediaTypeFromVideoInfoHeader2 -MFInitMediaTypeFromWaveFormatEx -MFInvokeCallback -MFJoinIoPort -MFLockPlatform -MFLockWorkQueue -MFPutWorkItem -MFPutWorkItemEx -MFRecordError -MFRemovePeriodicCallback -MFScheduleWorkItem -MFScheduleWorkItemEx -MFSerializeAttributesToStream -MFSerializeEvent -MFSerializeMediaTypeToStream -MFSerializePresentationDescriptor -MFSetSockaddrAny -MFShutdown -MFStartup -MFStreamDescriptorProtectMediaType -MFTEnum -MFTGetInfo -MFTRegister -MFTUnregister -MFTraceFuncEnter -MFUnblockThread -MFUnlockPlatform -MFUnlockWorkQueue -MFUnwrapMediaType -MFValidateMediaTypeSize -MFWrapMediaType -PropVariantFromStream -PropVariantToStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mgmtapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mgmtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mgmtapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mgmtapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file mgmtapi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mgmtapi.dll -EXPORTS -SnmpMgrClose -SnmpMgrCtl -SnmpMgrGetTrap -SnmpMgrGetTrapEx -SnmpMgrOidToStr -SnmpMgrOpen -SnmpMgrRequest -SnmpMgrStrToOid -SnmpMgrTrapListen diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/midimap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/midimap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/midimap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/midimap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file MIDIMAP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MIDIMAP.dll -EXPORTS -DriverProc -modMessage -modmCallback diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mimefilt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mimefilt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mimefilt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mimefilt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MIMEFILT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MIMEFILT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mlang.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mlang.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mlang.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mlang.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file MLANG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MLANG.dll -EXPORTS -IsConvertINetStringAvailable -ConvertINetString -ConvertINetUnicodeToMultiByte -ConvertINetMultiByteToUnicode -ConvertINetReset -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetGlobalFontLinkObject -LcidToRfc1766A -LcidToRfc1766W -Rfc1766ToLcidA -Rfc1766ToLcidW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcbase.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcbase.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcbase.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcbase.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,160 +0,0 @@ -; -; Exports of file mmcbase.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mmcbase.DLL -EXPORTS -; public: __cdecl CEventLock::CEventLock(void) __ptr64 -??0?$CEventLock@UAppEvents@@@@QEAA@XZ -; public: __cdecl CEventBuffer::CEventBuffer(class CEventBuffer const & __ptr64) __ptr64 -??0CEventBuffer@@QEAA@AEBV0@@Z -; public: __cdecl CEventBuffer::CEventBuffer(void) __ptr64 -??0CEventBuffer@@QEAA@XZ -; private: __cdecl CMMCStrongReferences::CMMCStrongReferences(void) __ptr64 -??0CMMCStrongReferences@@AEAA@XZ -; public: __cdecl mmcerror::SC::SC(long) __ptr64 -??0SC@mmcerror@@QEAA@J@Z -; public: __cdecl CEventLock::~CEventLock(void) __ptr64 -??1?$CEventLock@UAppEvents@@@@QEAA@XZ -; public: __cdecl CEventBuffer::~CEventBuffer(void) __ptr64 -??1CEventBuffer@@QEAA@XZ -; public: class CEventLock & __ptr64 __cdecl CEventLock::operator=(class CEventLock const & __ptr64) __ptr64 -??4?$CEventLock@UAppEvents@@@@QEAAAEAV0@AEBV0@@Z -; public: class CEventBuffer & __ptr64 __cdecl CEventBuffer::operator=(class CEventBuffer const & __ptr64) __ptr64 -??4CEventBuffer@@QEAAAEAV0@AEBV0@@Z -; public: class CMMCStrongReferences & __ptr64 __cdecl CMMCStrongReferences::operator=(class CMMCStrongReferences const & __ptr64) __ptr64 -??4CMMCStrongReferences@@QEAAAEAV0@AEBV0@@Z -; public: class mmcerror::SC & __ptr64 __cdecl mmcerror::SC::operator=(class mmcerror::SC const & __ptr64) __ptr64 -??4SC@mmcerror@@QEAAAEAV01@AEBV01@@Z -; public: class mmcerror::SC & __ptr64 __cdecl mmcerror::SC::operator=(long) __ptr64 -??4SC@mmcerror@@QEAAAEAV01@J@Z -; public: int __cdecl mmcerror::SC::operator!(void)const __ptr64 -??7SC@mmcerror@@QEBAHXZ -; public: bool __cdecl mmcerror::SC::operator==(class mmcerror::SC const & __ptr64)const __ptr64 -??8SC@mmcerror@@QEBA_NAEBV01@@Z -; public: bool __cdecl mmcerror::SC::operator==(long)const __ptr64 -??8SC@mmcerror@@QEBA_NJ@Z -; public: bool __cdecl mmcerror::SC::operator!=(class mmcerror::SC const & __ptr64)const __ptr64 -??9SC@mmcerror@@QEBA_NAEBV01@@Z -; public: bool __cdecl mmcerror::SC::operator!=(long)const __ptr64 -??9SC@mmcerror@@QEBA_NJ@Z -; public: __cdecl mmcerror::SC::operator bool(void)const __ptr64 -??BSC@mmcerror@@QEBA_NXZ -; public: void __cdecl mmcerror::SC::`default constructor closure'(void) __ptr64 -??_FSC@mmcerror@@QEAAXXZ -; public: static unsigned long __cdecl CMMCStrongReferences::AddRef(void) -?AddRef@CMMCStrongReferences@@SAKXZ -; public: void __cdecl mmcerror::SC::Clear(void) __ptr64 -?Clear@SC@mmcerror@@QEAAXXZ -; public: void __cdecl mmcerror::SC::FatalError(void)const __ptr64 -?FatalError@SC@mmcerror@@QEBAXXZ -; void __cdecl FormatErrorIds(unsigned int,class mmcerror::SC,unsigned int,unsigned short * __ptr64) -?FormatErrorIds@@YAXIVSC@mmcerror@@IPEAG@Z -; void __cdecl FormatErrorShort(class mmcerror::SC,unsigned int,unsigned short * __ptr64) -?FormatErrorShort@@YAXVSC@mmcerror@@IPEAG@Z -; void __cdecl FormatErrorString(unsigned short const * __ptr64,class mmcerror::SC,unsigned int,unsigned short * __ptr64,int) -?FormatErrorString@@YAXPEBGVSC@mmcerror@@IPEAGH@Z -; public: class mmcerror::SC & __ptr64 __cdecl mmcerror::SC::FromLastError(void) __ptr64 -?FromLastError@SC@mmcerror@@QEAAAEAV12@XZ -; public: class mmcerror::SC & __ptr64 __cdecl mmcerror::SC::FromMMC(long) __ptr64 -?FromMMC@SC@mmcerror@@QEAAAEAV12@J@Z -; public: class mmcerror::SC & __ptr64 __cdecl mmcerror::SC::FromWin32(long) __ptr64 -?FromWin32@SC@mmcerror@@QEAAAEAV12@J@Z -; public: long __cdecl mmcerror::SC::GetCode(void)const __ptr64 -?GetCode@SC@mmcerror@@QEBAJXZ -; class CEventSource & __ptr64 __cdecl GetComObjectEventSource(void) -?GetComObjectEventSource@@YAAEAV?$CEventSource@VCComObjectObserver@@VCVoid@@V2@V2@V2@@@XZ -; public: void __cdecl mmcerror::SC::GetErrorMessage(unsigned int,unsigned short * __ptr64)const __ptr64 -?GetErrorMessage@SC@mmcerror@@QEBAXIPEAG@Z -; class CEventBuffer & __ptr64 __cdecl GetEventBuffer(void) -?GetEventBuffer@@YAAEAVCEventBuffer@@XZ -; private: enum mmcerror::SC::facility_type __cdecl mmcerror::SC::GetFacility(void)const __ptr64 -?GetFacility@SC@mmcerror@@AEBA?AW4facility_type@12@XZ -; public: static struct HWND__ * __ptr64 __cdecl mmcerror::SC::GetHWnd(void) -?GetHWnd@SC@mmcerror@@SAPEAUHWND__@@XZ -; public: static unsigned short const * __ptr64 __cdecl mmcerror::SC::GetHelpFile(void) -?GetHelpFile@SC@mmcerror@@SAPEBGXZ -; public: unsigned long __cdecl mmcerror::SC::GetHelpID(void) __ptr64 -?GetHelpID@SC@mmcerror@@QEAAKXZ -; public: static struct HINSTANCE__ * __ptr64 __cdecl mmcerror::SC::GetHinst(void) -?GetHinst@SC@mmcerror@@SAPEAUHINSTANCE__@@XZ -; public: static unsigned long __cdecl mmcerror::SC::GetMainThreadID(void) -?GetMainThreadID@SC@mmcerror@@SAKXZ -; private: static class CMMCStrongReferences & __ptr64 __cdecl CMMCStrongReferences::GetSingletonObject(void) -?GetSingletonObject@CMMCStrongReferences@@CAAEAV1@XZ -; struct HINSTANCE__ * __ptr64 __cdecl GetStringModule(void) -?GetStringModule@@YAPEAUHINSTANCE__@@XZ -; long __cdecl HrFromSc(class mmcerror::SC const & __ptr64) -?HrFromSc@@YAJAEBVSC@mmcerror@@@Z -; private: unsigned long __cdecl CMMCStrongReferences::InternalAddRef(void) __ptr64 -?InternalAddRef@CMMCStrongReferences@@AEAAKXZ -; private: bool __cdecl CMMCStrongReferences::InternalLastRefReleased(void) __ptr64 -?InternalLastRefReleased@CMMCStrongReferences@@AEAA_NXZ -; private: unsigned long __cdecl CMMCStrongReferences::InternalRelease(void) __ptr64 -?InternalRelease@CMMCStrongReferences@@AEAAKXZ -; public: bool __cdecl mmcerror::SC::IsError(void)const __ptr64 -?IsError@SC@mmcerror@@QEBA_NXZ -; public: bool __cdecl CEventBuffer::IsLocked(void) __ptr64 -?IsLocked@CEventBuffer@@QEAA_NXZ -; public: static bool __cdecl CMMCStrongReferences::LastRefReleased(void) -?LastRefReleased@CMMCStrongReferences@@SA_NXZ -; public: void __cdecl CEventBuffer::Lock(void) __ptr64 -?Lock@CEventBuffer@@QEAAXXZ -; int __cdecl MMCErrorBox(unsigned int,unsigned int) -?MMCErrorBox@@YAHII@Z -; int __cdecl MMCErrorBox(unsigned int,class mmcerror::SC,unsigned int) -?MMCErrorBox@@YAHIVSC@mmcerror@@I@Z -; int __cdecl MMCErrorBox(unsigned short const * __ptr64,unsigned int) -?MMCErrorBox@@YAHPEBGI@Z -; int __cdecl MMCErrorBox(unsigned short const * __ptr64,class mmcerror::SC,unsigned int) -?MMCErrorBox@@YAHPEBGVSC@mmcerror@@I@Z -; int __cdecl MMCErrorBox(class mmcerror::SC,unsigned int) -?MMCErrorBox@@YAHVSC@mmcerror@@I@Z -; long __cdecl MMCUpdateRegistry(int,class CObjectRegParams const * __ptr64,class CControlRegParams const * __ptr64) -?MMCUpdateRegistry@@YAJHPEBVCObjectRegParams@@PEBVCControlRegParams@@@Z -; __int64 __cdecl MMC_PickIconDlg(struct HWND__ * __ptr64,unsigned short * __ptr64,unsigned int,int * __ptr64) -?MMC_PickIconDlg@@YA_JPEAUHWND__@@PEAGIPEAH@Z -; private: void __cdecl mmcerror::SC::MakeSc(enum mmcerror::SC::facility_type,long) __ptr64 -?MakeSc@SC@mmcerror@@AEAAXW4facility_type@12@J@Z -; public: static unsigned long __cdecl CMMCStrongReferences::Release(void) -?Release@CMMCStrongReferences@@SAKXZ -; long __cdecl SCODEFromSc(class mmcerror::SC const & __ptr64) -?SCODEFromSc@@YAJAEBVSC@mmcerror@@@Z -; public: class mmcerror::SC __cdecl CEventBuffer::ScEmitOrPostpone(struct IDispatch * __ptr64,long,class ATL::CComVariant * __ptr64,int) __ptr64 -?ScEmitOrPostpone@CEventBuffer@@QEAA?AVSC@mmcerror@@PEAUIDispatch@@JPEAVCComVariant@ATL@@H@Z -; private: class mmcerror::SC __cdecl CEventBuffer::ScFlushPostponed(void) __ptr64 -?ScFlushPostponed@CEventBuffer@@AEAA?AVSC@mmcerror@@XZ -; class mmcerror::SC __cdecl ScFromMMC(long) -?ScFromMMC@@YA?AVSC@mmcerror@@J@Z -; public: static class mmcerror::SC __cdecl CConsoleEventDispatcherProvider::ScGetConsoleEventDispatcher(class CConsoleEventDispatcher * __ptr64 & __ptr64) -?ScGetConsoleEventDispatcher@CConsoleEventDispatcherProvider@@SA?AVSC@mmcerror@@AEAPEAVCConsoleEventDispatcher@@@Z -; public: static class mmcerror::SC __cdecl CConsoleEventDispatcherProvider::ScSetConsoleEventDispatcher(class CConsoleEventDispatcher * __ptr64) -?ScSetConsoleEventDispatcher@CConsoleEventDispatcherProvider@@SA?AVSC@mmcerror@@PEAVCConsoleEventDispatcher@@@Z -; public: static void __cdecl mmcerror::SC::SetHWnd(struct HWND__ * __ptr64) -?SetHWnd@SC@mmcerror@@SAXPEAUHWND__@@@Z -; public: static void __cdecl mmcerror::SC::SetHinst(struct HINSTANCE__ * __ptr64) -?SetHinst@SC@mmcerror@@SAXPEAUHINSTANCE__@@@Z -; public: static void __cdecl mmcerror::SC::SetMainThreadID(unsigned long) -?SetMainThreadID@SC@mmcerror@@SAXK@Z -; public: void __cdecl mmcerror::SC::Throw(long) __ptr64 -?Throw@SC@mmcerror@@QEAAXJ@Z -; public: void __cdecl mmcerror::SC::Throw(void) __ptr64 -?Throw@SC@mmcerror@@QEAAXXZ -; public: long __cdecl mmcerror::SC::ToHr(void)const __ptr64 -?ToHr@SC@mmcerror@@QEBAJXZ -; public: void __cdecl mmcerror::SC::TraceAndClear(void) __ptr64 -?TraceAndClear@SC@mmcerror@@QEAAXXZ -; public: void __cdecl mmcerror::SC::Trace_(void)const __ptr64 -?Trace_@SC@mmcerror@@QEBAXXZ -; public: void __cdecl CEventBuffer::Unlock(void) __ptr64 -?Unlock@CEventBuffer@@QEAAXXZ -; private: static unsigned long mmcerror::SC::s_dwMainThreadID -?s_dwMainThreadID@SC@mmcerror@@0KA DATA -; private: static struct HINSTANCE__ * __ptr64 __ptr64 mmcerror::SC::s_hInst -?s_hInst@SC@mmcerror@@0PEAUHINSTANCE__@@EA DATA -; private: static struct HWND__ * __ptr64 __ptr64 mmcerror::SC::s_hWnd -?s_hWnd@SC@mmcerror@@0PEAUHWND__@@EA DATA -; private: static class CConsoleEventDispatcher * __ptr64 __ptr64 CConsoleEventDispatcherProvider::s_pDispatcher -?s_pDispatcher@CConsoleEventDispatcherProvider@@0PEAVCConsoleEventDispatcher@@EA DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcndmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcndmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcndmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcndmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MMCNDMGR.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MMCNDMGR.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcshext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcshext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mmcshext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mmcshext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file mmcshext.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mmcshext.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/modemui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/modemui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/modemui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/modemui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file modemui.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY modemui.dll -EXPORTS -drvCommConfigDialogW -drvCommConfigDialogA -drvSetDefaultCommConfigW -drvSetDefaultCommConfigA -drvGetDefaultCommConfigW -drvGetDefaultCommConfigA -UnimodemDevConfigDialog -CountryRunOnce -UnimodemGetDefaultCommConfig -UnimodemGetExtendedCaps -InvokeControlPanel -ModemCplDlgProc -ModemPropPagesProvider -QueryModemForCountrySettings diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mpr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,86 +0,0 @@ -; -; Exports of file MPR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MPR.dll -EXPORTS -WNetConnectionDialog2 -WNetDisconnectDialog2 -I_MprSaveConn -MultinetGetConnectionPerformanceA -MultinetGetConnectionPerformanceW -MultinetGetErrorTextA -MultinetGetErrorTextW -RestoreConnectionA0 -WNetAddConnection2A -WNetAddConnection2W -WNetAddConnection3A -WNetAddConnection3W -WNetAddConnectionA -WNetAddConnectionW -WNetCancelConnection2A -WNetCancelConnection2W -WNetCancelConnectionA -WNetCancelConnectionW -WNetClearConnections -WNetCloseEnum -WNetConnectionDialog -WNetConnectionDialog1A -WNetConnectionDialog1W -WNetDirectoryNotifyA -WNetDirectoryNotifyW -WNetDisconnectDialog -WNetDisconnectDialog1A -WNetDisconnectDialog1W -WNetEnumResourceA -WNetEnumResourceW -WNetFMXEditPerm -WNetFMXGetPermCaps -WNetFMXGetPermHelp -WNetFormatNetworkNameA -WNetFormatNetworkNameW -WNetGetConnection2A -WNetGetConnection2W -WNetGetConnection3A -WNetGetConnection3W -WNetGetConnectionA -WNetGetConnectionW -WNetGetDirectoryTypeA -WNetGetDirectoryTypeW -WNetGetHomeDirectoryW -WNetGetLastErrorA -WNetGetLastErrorW -WNetGetNetworkInformationA -WNetGetNetworkInformationW -WNetGetPropertyTextA -WNetGetPropertyTextW -WNetGetProviderNameA -WNetGetProviderNameW -WNetGetProviderTypeA -WNetGetProviderTypeW -WNetGetResourceInformationA -WNetGetResourceInformationW -WNetGetResourceParentA -WNetGetResourceParentW -WNetGetSearchDialog -WNetGetUniversalNameA -WNetGetUniversalNameW -WNetGetUserA -WNetGetUserW -WNetLogonNotify -WNetOpenEnumA -WNetOpenEnumW -WNetPasswordChangeNotify -WNetPropertyDialogA -WNetPropertyDialogW -WNetRestoreConnection2W -WNetRestoreConnectionW -WNetSetConnectionA -WNetSetConnectionW -WNetSetLastErrorA -WNetSetLastErrorW -WNetSupportGlobalEnum -WNetUseConnectionA -WNetUseConnectionW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mprdim.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mprdim.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mprdim.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mprdim.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file mprdim.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mprdim.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mqgentr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mqgentr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mqgentr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mqgentr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file mqgentr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mqgentr.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mqoa.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mqoa.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mqoa.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mqoa.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file mqoa.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mqoa.dll -EXPORTS -DLLGetDocumentation -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mqqm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mqqm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mqqm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mqqm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file MQQM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MQQM.dll -EXPORTS -; int __cdecl QMMain(int,unsigned short const * __ptr64 * __ptr64 const) -?QMMain@@YAHHQEAPEBG@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mqsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mqsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mqsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mqsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file mqsnap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mqsnap.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mqtrig.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mqtrig.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mqtrig.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mqtrig.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file trigobjs.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY trigobjs.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msaatext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msaatext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msaatext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msaatext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSAAText.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSAAText.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msacm32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msacm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msacm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msacm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -; -; Exports of file MSACM32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSACM32.dll -EXPORTS -acmDriverAddA -acmDriverAddW -acmDriverClose -acmDriverDetailsA -acmDriverDetailsW -acmDriverEnum -acmDriverID -acmDriverMessage -acmDriverOpen -acmDriverPriority -acmDriverRemove -acmFilterChooseA -acmFilterChooseW -acmFilterDetailsA -acmFilterDetailsW -acmFilterEnumA -acmFilterEnumW -acmFilterTagDetailsA -acmFilterTagDetailsW -acmFilterTagEnumA -acmFilterTagEnumW -acmFormatChooseA -acmFormatChooseW -acmFormatDetailsA -acmFormatDetailsW -acmFormatEnumA -acmFormatEnumW -acmFormatSuggest -acmFormatTagDetailsA -acmFormatTagDetailsW -acmFormatTagEnumA -acmFormatTagEnumW -acmGetVersion -acmMetrics -acmStreamClose -acmStreamConvert -acmStreamMessage -acmStreamOpen -acmStreamPrepareHeader -acmStreamReset -acmStreamSize -acmStreamUnprepareHeader diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadce.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadce.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadce.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadce.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file fx.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY fx.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadcf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadcf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadcf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadcf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file navdgf.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY navdgf.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadco.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadco.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadco.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadco.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file active.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY active.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadds.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadds.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadds.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadds.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msadds.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msadds.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadomd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadomd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadomd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadomd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSADOMD.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSADOMD.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msador15.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msador15.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msador15.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msador15.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSADOR15.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSADOR15.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadox.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadox.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadox.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadox.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msADOX.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msADOX.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msadrh15.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msadrh15.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msadrh15.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msadrh15.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSADRH15.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSADRH15.dll -EXPORTS -DllMain -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msafd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msafd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msafd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msafd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MSAFD.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSAFD.dll -EXPORTS -WSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mscandui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mscandui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mscandui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mscandui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSCANDUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSCANDUI.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mscat32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mscat32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mscat32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mscat32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -; -; Exports of file MSCAT32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSCAT32.dll -EXPORTS -CryptCATVerifyMember -CatalogCompactHashDatabase -CryptCATAdminAcquireContext -CryptCATAdminAddCatalog -CryptCATAdminCalcHashFromFileHandle -CryptCATAdminEnumCatalogFromHash -CryptCATAdminReleaseCatalogContext -CryptCATAdminReleaseContext -CryptCATCDFClose -CryptCATCDFEnumAttributes -CryptCATCDFEnumAttributesWithCDFTag -CryptCATCDFEnumCatAttributes -CryptCATCDFEnumMembers -CryptCATCDFEnumMembersByCDFTag -CryptCATCDFEnumMembersByCDFTagEx -CryptCATCDFOpen -CryptCATCatalogInfoFromContext -CryptCATClose -CryptCATEnumerateAttr -CryptCATEnumerateCatAttr -CryptCATEnumerateMember -CryptCATGetAttrInfo -CryptCATGetCatAttrInfo -CryptCATGetMemberInfo -CryptCATHandleFromStore -CryptCATOpen -CryptCATPersistStore -CryptCATPutAttrInfo -CryptCATPutCatAttrInfo -CryptCATPutMemberInfo -CryptCATStoreFromHandle -DllRegisterServer -DllUnregisterServer -IsCatalogFile -MsCatConstructHashTag -MsCatFreeHashTag diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msctf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msctf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msctf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msctf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ -; -; Definition file of MSCTF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "MSCTF.dll" -EXPORTS -TF_GetLangDescriptionFromHKL -TF_GetLangIcon -TF_GetMlngHKL -TF_GetMlngIconIndex -TF_GetThreadFlags -TF_InatExtractIcon -TF_InitMlngInfo -TF_IsInMarshaling -TF_MlngInfoCount -TF_GetLangIconFromHKL -TF_RunInputCPL -CtfImeAssociateFocus -CtfImeConfigure -CtfImeConversionList -CtfImeCreateInputContext -CtfImeCreateThreadMgr -CtfImeDestroy -CtfImeDestroyInputContext -CtfImeDestroyThreadMgr -CtfImeDispatchDefImeMessage -CtfImeEnumRegisterWord -CtfImeEscape -CtfImeEscapeEx -CtfImeGetGuidAtom -CtfImeGetRegisterWordStyle -CtfImeInquire -CtfImeInquireExW -CtfImeIsGuidMapEnable -CtfImeIsIME -CtfImeProcessCicHotkey -CtfImeProcessKey -CtfImeRegisterWord -CtfImeSelect -CtfImeSelectEx -CtfImeSetActiveContext -CtfImeSetCompositionString -CtfImeSetFocus -CtfImeToAsciiEx -CtfImeUnregisterWord -CtfNotifyIME -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -SetInputScope -SetInputScopeXML -SetInputScopes -SetInputScopes2 -TF_AttachThreadInput -TF_CUASAppFix -TF_CanUninitialize -TF_CheckThreadInputIdle -TF_CleanUpPrivateMessages -TF_ClearLangBarAddIns -TF_CreateCategoryMgr -TF_CreateCicLoadMutex -TF_CreateCicLoadWinStaMutex -TF_CreateDisplayAttributeMgr -TF_CreateInputProcessorProfiles -TF_CreateLangBarItemMgr -TF_CreateLangBarMgr -TF_CreateThreadMgr -TF_DllDetachInOther -TF_GetAppCompatFlags -TF_GetCompatibleKeyboardLayout -TF_GetGlobalCompartment -TF_GetInitSystemFlags -TF_GetInputScope -TF_GetShowFloatingStatus -TF_GetThreadFlags -TF_GetThreadMgr -TF_InitSystem -TF_InvalidAssemblyListCache -TF_InvalidAssemblyListCacheIfExist -TF_IsCtfmonRunning -TF_IsFullScreenWindowActivated -TF_IsThreadWithFlags -TF_MapCompatibleHKL -TF_MapCompatibleKeyboardTip -TF_Notify -TF_PostAllThreadMsg -TF_RegisterLangBarAddIn -TF_SendLangBandMsg -TF_SetDefaultRemoteKeyboardLayout -TF_SetShowFloatingStatus -TF_SetThreadFlags -TF_UninitSystem -TF_UnregisterLangBarAddIn -TF_WaitForInitialized diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msctfp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msctfp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msctfp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msctfp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSCTFP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSCTFP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdadiag.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdadiag.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdadiag.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdadiag.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file msdadiag.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msdadiag.dll -EXPORTS -DllBidEntryPoint diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaosp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaosp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaosp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaosp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSDAOSP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSDAOSP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaprst.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaprst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaprst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaprst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file persist.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY persist.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdaps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdaps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSDAPS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSDAPS.dll -EXPORTS -DllMain -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdarem.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdarem.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdarem.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdarem.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msremote.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msremote.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdatl3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdatl3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdatl3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdatl3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,853 +0,0 @@ -; -; Exports of file MSDATL3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSDATL3.dll -EXPORTS -DllMain -; protected: __cdecl CBaseObj::CBaseObj(enum EBaseObjectType,long * __ptr64) __ptr64 -??0CBaseObj@@IEAA@W4EBaseObjectType@@PEAJ@Z -; protected: __cdecl CBaseObj::CBaseObj(enum EBaseObjectType,struct IUnknown * __ptr64,long * __ptr64) __ptr64 -??0CBaseObj@@IEAA@W4EBaseObjectType@@PEAUIUnknown@@PEAJ@Z -; public: __cdecl CBaseObj::CBaseObj(class CBaseObj const & __ptr64) __ptr64 -??0CBaseObj@@QEAA@AEBV0@@Z -; public: __cdecl CBaseObjBoko::CBaseObjBoko(class CBaseObjBoko const & __ptr64) __ptr64 -??0CBaseObjBoko@@QEAA@AEBV0@@Z -; public: __cdecl CBaseObjBoko::CBaseObjBoko(enum EBaseObjectType,long * __ptr64) __ptr64 -??0CBaseObjBoko@@QEAA@W4EBaseObjectType@@PEAJ@Z -; public: __cdecl CBaseObjZombie::CBaseObjZombie(class CBaseObjZombie const & __ptr64) __ptr64 -??0CBaseObjZombie@@QEAA@AEBV0@@Z -; public: __cdecl CBaseObjZombie::CBaseObjZombie(enum EBaseObjectType,long * __ptr64) __ptr64 -??0CBaseObjZombie@@QEAA@W4EBaseObjectType@@PEAJ@Z -; public: __cdecl CBitArray::CBitArray(void) __ptr64 -??0CBitArray@@QEAA@XZ -; private: __cdecl CClassFactory::CClassFactory(void) __ptr64 -??0CClassFactory@@AEAA@XZ -; public: __cdecl CClassFactory::CClassFactory(class CClassFactory const & __ptr64) __ptr64 -??0CClassFactory@@QEAA@AEBV0@@Z -; public: __cdecl CClassFactory::CClassFactory(long * __ptr64,long * __ptr64) __ptr64 -??0CClassFactory@@QEAA@PEAJ0@Z -; public: __cdecl CConnectData::CConnectData(void) __ptr64 -??0CConnectData@@QEAA@XZ -; public: __cdecl CEnum::CEnum(struct IUnknown * __ptr64,unsigned long,void * __ptr64 * __ptr64,struct _GUID,unsigned __int64,unsigned long,enum CENUMTYPE) __ptr64 -??0CEnum@@QEAA@PEAUIUnknown@@KPEAPEAXU_GUID@@_KKW4CENUMTYPE@@@Z -; public: __cdecl CEnumConnectionPoints::CEnumConnectionPoints(class CEnumConnectionPoints const & __ptr64) __ptr64 -??0CEnumConnectionPoints@@QEAA@AEBV0@@Z -; public: __cdecl CEnumConnectionPoints::CEnumConnectionPoints(struct IUnknown * __ptr64,unsigned long,struct IConnectionPoint * __ptr64 * __ptr64) __ptr64 -??0CEnumConnectionPoints@@QEAA@PEAUIUnknown@@KPEAPEAUIConnectionPoint@@@Z -; public: __cdecl CEnumConnections::CEnumConnections(class CEnumConnections const & __ptr64) __ptr64 -??0CEnumConnections@@QEAA@AEBV0@@Z -; public: __cdecl CEnumConnections::CEnumConnections(struct IUnknown * __ptr64,struct tagCONNECTDATA * __ptr64,unsigned long) __ptr64 -??0CEnumConnections@@QEAA@PEAUIUnknown@@PEAUtagCONNECTDATA@@K@Z -; public: __cdecl CExtBuffer::CExtBuffer(void) __ptr64 -??0CExtBuffer@@QEAA@XZ -; public: __cdecl CGenericPooler::CGenericPooler(class CGenericPooler const & __ptr64) __ptr64 -??0CGenericPooler@@QEAA@AEBV0@@Z -; public: __cdecl CGenericPooler::CGenericPooler(void) __ptr64 -??0CGenericPooler@@QEAA@XZ -; public: __cdecl CHashTbl::CHashTbl(class CHashTbl const & __ptr64) __ptr64 -??0CHashTbl@@QEAA@AEBV0@@Z -; public: __cdecl CHashTbl::CHashTbl(void) __ptr64 -??0CHashTbl@@QEAA@XZ -; public: __cdecl CHashTblAggr::CHashTblAggr(class CHashTblAggr const & __ptr64) __ptr64 -??0CHashTblAggr@@QEAA@AEBV0@@Z -; public: __cdecl CHashTblAggr::CHashTblAggr(void) __ptr64 -??0CHashTblAggr@@QEAA@XZ -; public: __cdecl CHeapDispenser::CHeapDispenser(class CHeapDispenser const & __ptr64) __ptr64 -??0CHeapDispenser@@QEAA@AEBV0@@Z -; public: __cdecl CHeapDispenser::CHeapDispenser(void) __ptr64 -??0CHeapDispenser@@QEAA@XZ -; public: __cdecl CRowsetConnectionPoint::CRowsetConnectionPoint(class CRowsetConnectionPoint const & __ptr64) __ptr64 -??0CRowsetConnectionPoint@@QEAA@AEBV0@@Z -; public: __cdecl CRowsetConnectionPoint::CRowsetConnectionPoint(struct IUnknown * __ptr64,struct _GUID const * __ptr64,unsigned long) __ptr64 -??0CRowsetConnectionPoint@@QEAA@PEAUIUnknown@@PEBU_GUID@@K@Z -; public: __cdecl CRowsetConnectionPointContainer::CRowsetConnectionPointContainer(class CRowsetConnectionPointContainer const & __ptr64) __ptr64 -??0CRowsetConnectionPointContainer@@QEAA@AEBV0@@Z -; public: __cdecl CRowsetConnectionPointContainer::CRowsetConnectionPointContainer(struct IUnknown * __ptr64) __ptr64 -??0CRowsetConnectionPointContainer@@QEAA@PEAUIUnknown@@@Z -; public: __cdecl CSlotListLong::CSlotListLong(class CSlotListLong const & __ptr64) __ptr64 -??0CSlotListLong@@QEAA@AEBV0@@Z -; public: __cdecl CSlotListLong::CSlotListLong(void) __ptr64 -??0CSlotListLong@@QEAA@XZ -; public: __cdecl CSlotListShort::CSlotListShort(class CSlotListShort const & __ptr64) __ptr64 -??0CSlotListShort@@QEAA@AEBV0@@Z -; public: __cdecl CSlotListShort::CSlotListShort(void) __ptr64 -??0CSlotListShort@@QEAA@XZ -; public: __cdecl CUtlPropInfo::CUtlPropInfo(class CUtlPropInfo const & __ptr64) __ptr64 -??0CUtlPropInfo@@QEAA@AEBV0@@Z -; public: __cdecl CUtlPropInfo::CUtlPropInfo(void) __ptr64 -??0CUtlPropInfo@@QEAA@XZ -; public: __cdecl CUtlProps2::CUtlProps2(class CUtlProps2 const & __ptr64) __ptr64 -??0CUtlProps2@@QEAA@AEBV0@@Z -; public: __cdecl CUtlProps2::CUtlProps2(unsigned long) __ptr64 -??0CUtlProps2@@QEAA@K@Z -; public: __cdecl CUtlPropsFastLookup2::CUtlPropsFastLookup2(class CUtlPropsFastLookup2 const & __ptr64) __ptr64 -??0CUtlPropsFastLookup2@@QEAA@AEBV0@@Z -; public: __cdecl CUtlPropsFastLookup2::CUtlPropsFastLookup2(unsigned long) __ptr64 -??0CUtlPropsFastLookup2@@QEAA@K@Z -; public: __cdecl CVLHeap::CVLHeap(void) __ptr64 -??0CVLHeap@@QEAA@XZ -; public: __cdecl CWString::CWString(class CWString const & __ptr64) __ptr64 -??0CWString@@QEAA@AEBV0@@Z -; public: __cdecl CWString::CWString(unsigned short,int) __ptr64 -??0CWString@@QEAA@GH@Z -; public: __cdecl CWString::CWString(char const * __ptr64) __ptr64 -??0CWString@@QEAA@PEBD@Z -; public: __cdecl CWString::CWString(unsigned char const * __ptr64) __ptr64 -??0CWString@@QEAA@PEBE@Z -; public: __cdecl CWString::CWString(unsigned short const * __ptr64) __ptr64 -??0CWString@@QEAA@PEBG@Z -; public: __cdecl CWString::CWString(unsigned short const * __ptr64,int) __ptr64 -??0CWString@@QEAA@PEBGH@Z -; public: __cdecl CWString::CWString(void) __ptr64 -??0CWString@@QEAA@XZ -; public: __cdecl IBookmarkObj::IBookmarkObj(class IBookmarkObj const & __ptr64) __ptr64 -??0IBookmarkObj@@QEAA@AEBV0@@Z -; public: __cdecl IBookmarkObj::IBookmarkObj(void) __ptr64 -??0IBookmarkObj@@QEAA@XZ -; public: __cdecl IHashTbl::IHashTbl(class IHashTbl const & __ptr64) __ptr64 -??0IHashTbl@@QEAA@AEBV0@@Z -; public: __cdecl IHashTbl::IHashTbl(void) __ptr64 -??0IHashTbl@@QEAA@XZ -; public: __cdecl ISlotList::ISlotList(class ISlotList const & __ptr64) __ptr64 -??0ISlotList@@QEAA@AEBV0@@Z -; public: __cdecl ISlotList::ISlotList(void) __ptr64 -??0ISlotList@@QEAA@XZ -; public: virtual __cdecl CBaseObj::~CBaseObj(void) __ptr64 -??1CBaseObj@@UEAA@XZ -; public: virtual __cdecl CBaseObjBoko::~CBaseObjBoko(void) __ptr64 -??1CBaseObjBoko@@UEAA@XZ -; public: virtual __cdecl CBaseObjZombie::~CBaseObjZombie(void) __ptr64 -??1CBaseObjZombie@@UEAA@XZ -; public: __cdecl CBitArray::~CBitArray(void) __ptr64 -??1CBitArray@@QEAA@XZ -; public: __cdecl CClassFactory::~CClassFactory(void) __ptr64 -??1CClassFactory@@QEAA@XZ -; public: __cdecl CConnectData::~CConnectData(void) __ptr64 -??1CConnectData@@QEAA@XZ -; public: __cdecl CEnum::~CEnum(void) __ptr64 -??1CEnum@@QEAA@XZ -; public: __cdecl CEnumConnectionPoints::~CEnumConnectionPoints(void) __ptr64 -??1CEnumConnectionPoints@@QEAA@XZ -; public: __cdecl CEnumConnections::~CEnumConnections(void) __ptr64 -??1CEnumConnections@@QEAA@XZ -; public: __cdecl CExtBuffer::~CExtBuffer(void) __ptr64 -??1CExtBuffer@@QEAA@XZ -; public: virtual __cdecl CHashTbl::~CHashTbl(void) __ptr64 -??1CHashTbl@@UEAA@XZ -; public: virtual __cdecl CHashTblAggr::~CHashTblAggr(void) __ptr64 -??1CHashTblAggr@@UEAA@XZ -; public: __cdecl CRowsetConnectionPoint::~CRowsetConnectionPoint(void) __ptr64 -??1CRowsetConnectionPoint@@QEAA@XZ -; public: __cdecl CRowsetConnectionPointContainer::~CRowsetConnectionPointContainer(void) __ptr64 -??1CRowsetConnectionPointContainer@@QEAA@XZ -; public: virtual __cdecl CSlotListLong::~CSlotListLong(void) __ptr64 -??1CSlotListLong@@UEAA@XZ -; public: virtual __cdecl CSlotListShort::~CSlotListShort(void) __ptr64 -??1CSlotListShort@@UEAA@XZ -; public: virtual __cdecl CUtlPropInfo::~CUtlPropInfo(void) __ptr64 -??1CUtlPropInfo@@UEAA@XZ -; public: virtual __cdecl CUtlProps2::~CUtlProps2(void) __ptr64 -??1CUtlProps2@@UEAA@XZ -; public: virtual __cdecl CUtlPropsFastLookup2::~CUtlPropsFastLookup2(void) __ptr64 -??1CUtlPropsFastLookup2@@UEAA@XZ -; public: __cdecl CVLHeap::~CVLHeap(void) __ptr64 -??1CVLHeap@@QEAA@XZ -; public: __cdecl CWString::~CWString(void) __ptr64 -??1CWString@@QEAA@XZ -; public: virtual __cdecl IBookmarkObj::~IBookmarkObj(void) __ptr64 -??1IBookmarkObj@@UEAA@XZ -; public: virtual __cdecl IHashTbl::~IHashTbl(void) __ptr64 -??1IHashTbl@@UEAA@XZ -; public: virtual __cdecl ISlotList::~ISlotList(void) __ptr64 -??1ISlotList@@UEAA@XZ -; public: class CBaseObj & __ptr64 __cdecl CBaseObj::operator=(class CBaseObj const & __ptr64) __ptr64 -??4CBaseObj@@QEAAAEAV0@AEBV0@@Z -; public: class CBaseObjBoko & __ptr64 __cdecl CBaseObjBoko::operator=(class CBaseObjBoko const & __ptr64) __ptr64 -??4CBaseObjBoko@@QEAAAEAV0@AEBV0@@Z -; public: class CBaseObjZombie & __ptr64 __cdecl CBaseObjZombie::operator=(class CBaseObjZombie const & __ptr64) __ptr64 -??4CBaseObjZombie@@QEAAAEAV0@AEBV0@@Z -; public: class CBitArray & __ptr64 __cdecl CBitArray::operator=(class CBitArray const & __ptr64) __ptr64 -??4CBitArray@@QEAAAEAV0@AEBV0@@Z -; public: class CClassFactory & __ptr64 __cdecl CClassFactory::operator=(class CClassFactory const & __ptr64) __ptr64 -??4CClassFactory@@QEAAAEAV0@AEBV0@@Z -; public: class CConnectData & __ptr64 __cdecl CConnectData::operator=(class CConnectData const & __ptr64) __ptr64 -??4CConnectData@@QEAAAEAV0@AEBV0@@Z -; public: class CEnum & __ptr64 __cdecl CEnum::operator=(class CEnum const & __ptr64) __ptr64 -??4CEnum@@QEAAAEAV0@AEBV0@@Z -; public: class CEnumConnectionPoints & __ptr64 __cdecl CEnumConnectionPoints::operator=(class CEnumConnectionPoints const & __ptr64) __ptr64 -??4CEnumConnectionPoints@@QEAAAEAV0@AEBV0@@Z -; public: class CEnumConnections & __ptr64 __cdecl CEnumConnections::operator=(class CEnumConnections const & __ptr64) __ptr64 -??4CEnumConnections@@QEAAAEAV0@AEBV0@@Z -; public: class CExtBuffer & __ptr64 __cdecl CExtBuffer::operator=(class CExtBuffer const & __ptr64) __ptr64 -??4CExtBuffer@@QEAAAEAV0@AEBV0@@Z -; public: class CGenericPooler & __ptr64 __cdecl CGenericPooler::operator=(class CGenericPooler const & __ptr64) __ptr64 -??4CGenericPooler@@QEAAAEAV0@AEBV0@@Z -; public: class CHashTbl & __ptr64 __cdecl CHashTbl::operator=(class CHashTbl const & __ptr64) __ptr64 -??4CHashTbl@@QEAAAEAV0@AEBV0@@Z -; public: class CHashTblAggr & __ptr64 __cdecl CHashTblAggr::operator=(class CHashTblAggr const & __ptr64) __ptr64 -??4CHashTblAggr@@QEAAAEAV0@AEBV0@@Z -; public: class CHeapDispenser & __ptr64 __cdecl CHeapDispenser::operator=(class CHeapDispenser const & __ptr64) __ptr64 -??4CHeapDispenser@@QEAAAEAV0@AEBV0@@Z -; public: class CRowsetConnectionPoint & __ptr64 __cdecl CRowsetConnectionPoint::operator=(class CRowsetConnectionPoint const & __ptr64) __ptr64 -??4CRowsetConnectionPoint@@QEAAAEAV0@AEBV0@@Z -; public: class CRowsetConnectionPointContainer & __ptr64 __cdecl CRowsetConnectionPointContainer::operator=(class CRowsetConnectionPointContainer const & __ptr64) __ptr64 -??4CRowsetConnectionPointContainer@@QEAAAEAV0@AEBV0@@Z -; public: class CSlotListLong & __ptr64 __cdecl CSlotListLong::operator=(class CSlotListLong const & __ptr64) __ptr64 -??4CSlotListLong@@QEAAAEAV0@AEBV0@@Z -; public: class CSlotListShort & __ptr64 __cdecl CSlotListShort::operator=(class CSlotListShort const & __ptr64) __ptr64 -??4CSlotListShort@@QEAAAEAV0@AEBV0@@Z -; public: class CUtlPropInfo & __ptr64 __cdecl CUtlPropInfo::operator=(class CUtlPropInfo const & __ptr64) __ptr64 -??4CUtlPropInfo@@QEAAAEAV0@AEBV0@@Z -; public: class CUtlProps2 & __ptr64 __cdecl CUtlProps2::operator=(class CUtlProps2 const & __ptr64) __ptr64 -??4CUtlProps2@@QEAAAEAV0@AEBV0@@Z -; public: class CUtlPropsFastLookup2 & __ptr64 __cdecl CUtlPropsFastLookup2::operator=(class CUtlPropsFastLookup2 const & __ptr64) __ptr64 -??4CUtlPropsFastLookup2@@QEAAAEAV0@AEBV0@@Z -; public: class CVLHeap & __ptr64 __cdecl CVLHeap::operator=(class CVLHeap const & __ptr64) __ptr64 -??4CVLHeap@@QEAAAEAV0@AEBV0@@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(class CWString const & __ptr64) __ptr64 -??4CWString@@QEAAAEBV0@AEBV0@@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(char) __ptr64 -??4CWString@@QEAAAEBV0@D@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(unsigned short) __ptr64 -??4CWString@@QEAAAEBV0@G@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(char const * __ptr64) __ptr64 -??4CWString@@QEAAAEBV0@PEBD@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(unsigned char const * __ptr64) __ptr64 -??4CWString@@QEAAAEBV0@PEBE@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator=(unsigned short const * __ptr64) __ptr64 -??4CWString@@QEAAAEBV0@PEBG@Z -; public: class IBookmarkObj & __ptr64 __cdecl IBookmarkObj::operator=(class IBookmarkObj const & __ptr64) __ptr64 -??4IBookmarkObj@@QEAAAEAV0@AEBV0@@Z -; public: class IHashTbl & __ptr64 __cdecl IHashTbl::operator=(class IHashTbl const & __ptr64) __ptr64 -??4IHashTbl@@QEAAAEAV0@AEBV0@@Z -; public: class ISlotList & __ptr64 __cdecl ISlotList::operator=(class ISlotList const & __ptr64) __ptr64 -??4ISlotList@@QEAAAEAV0@AEBV0@@Z -; public: unsigned short __cdecl CWString::operator[](int)const __ptr64 -??ACWString@@QEBAGH@Z -; public: __cdecl CWString::operator unsigned short const * __ptr64(void)const __ptr64 -??BCWString@@QEBAPEBGXZ -; public: class CWString const & __ptr64 __cdecl CWString::operator+=(class CWString const & __ptr64) __ptr64 -??YCWString@@QEAAAEBV0@AEBV0@@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator+=(char) __ptr64 -??YCWString@@QEAAAEBV0@D@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator+=(unsigned short) __ptr64 -??YCWString@@QEAAAEBV0@G@Z -; public: class CWString const & __ptr64 __cdecl CWString::operator+=(unsigned short const * __ptr64) __ptr64 -??YCWString@@QEAAAEBV0@PEBG@Z -; const CBaseObj::`vftable' -??_7CBaseObj@@6B@ -; const CBaseObjBoko::`vftable' -??_7CBaseObjBoko@@6B@ -; const CBaseObjZombie::`vftable' -??_7CBaseObjZombie@@6B@ -; const CClassFactory::`vftable' -??_7CClassFactory@@6B@ -; const CEnumConnectionPoints::`vftable' -??_7CEnumConnectionPoints@@6B@ -; const CEnumConnections::`vftable' -??_7CEnumConnections@@6B@ -; const CHashTbl::`vftable' -??_7CHashTbl@@6B@ -; const CHashTblAggr::`vftable' -??_7CHashTblAggr@@6B@ -; const CHeapDispenser::`vftable' -??_7CHeapDispenser@@6B@ -; const CRowsetConnectionPoint::`vftable' -??_7CRowsetConnectionPoint@@6B@ -; const CRowsetConnectionPointContainer::`vftable' -??_7CRowsetConnectionPointContainer@@6B@ -; const CSlotListLong::`vftable' -??_7CSlotListLong@@6B@ -; const CSlotListShort::`vftable' -??_7CSlotListShort@@6B@ -; const CUtlPropInfo::`vftable' -??_7CUtlPropInfo@@6B@ -; const CUtlProps2::`vftable' -??_7CUtlProps2@@6B@ -; const CUtlPropsFastLookup2::`vftable' -??_7CUtlPropsFastLookup2@@6B@ -; const IBookmarkObj::`vftable' -??_7IBookmarkObj@@6B@ -; const IHashTbl::`vftable' -??_7IHashTbl@@6B@ -; const ISlotList::`vftable' -??_7ISlotList@@6B@ -; public: void __cdecl CUtlProps2::`default constructor closure'(void) __ptr64 -??_FCUtlProps2@@QEAAXXZ -; public: void __cdecl CUtlPropsFastLookup2::`default constructor closure'(void) __ptr64 -??_FCUtlPropsFastLookup2@@QEAAXXZ -; public: int __cdecl CHashTblAggr::AddHashTbl(class CSlotListShort * __ptr64) __ptr64 -?AddHashTbl@CHashTblAggr@@QEAAHPEAVCSlotListShort@@@Z -; public: void __cdecl CUtlProps2::AddInternalFlags(unsigned long,unsigned long,unsigned long) __ptr64 -?AddInternalFlags@CUtlProps2@@QEAAXKKK@Z -; public: virtual unsigned long __cdecl CClassFactory::AddRef(void) __ptr64 -?AddRef@CClassFactory@@UEAAKXZ -; public: unsigned long __cdecl CEnum::AddRef(void) __ptr64 -?AddRef@CEnum@@QEAAKXZ -; public: virtual unsigned long __cdecl CEnumConnectionPoints::AddRef(void) __ptr64 -?AddRef@CEnumConnectionPoints@@UEAAKXZ -; public: virtual unsigned long __cdecl CEnumConnections::AddRef(void) __ptr64 -?AddRef@CEnumConnections@@UEAAKXZ -; public: virtual unsigned long __cdecl CHeapDispenser::AddRef(void) __ptr64 -?AddRef@CHeapDispenser@@UEAAKXZ -; public: virtual unsigned long __cdecl CRowsetConnectionPoint::AddRef(void) __ptr64 -?AddRef@CRowsetConnectionPoint@@UEAAKXZ -; public: virtual unsigned long __cdecl CRowsetConnectionPointContainer::AddRef(void) __ptr64 -?AddRef@CRowsetConnectionPointContainer@@UEAAKXZ -; private: void __cdecl CSlotListShort::AddSlotToList(struct tagSLOT * __ptr64) __ptr64 -?AddSlotToList@CSlotListShort@@AEAAXPEAUtagSLOT@@@Z -; private: static unsigned long __cdecl CHashTbl::AdjustRange(unsigned long) -?AdjustRange@CHashTbl@@CAKK@Z -; public: virtual long __cdecl CRowsetConnectionPoint::Advise(struct IUnknown * __ptr64,unsigned long * __ptr64) __ptr64 -?Advise@CRowsetConnectionPoint@@UEAAJPEAUIUnknown@@PEAK@Z -; protected: void __cdecl CWString::AllocBuffer(int) __ptr64 -?AllocBuffer@CWString@@IEAAXH@Z -; protected: void __cdecl CWString::AllocCopy(class CWString & __ptr64,int,int,int)const __ptr64 -?AllocCopy@CWString@@IEBAXAEAV1@HHH@Z -; public: unsigned char * __ptr64 __cdecl CExtBuffer::AllocItems(unsigned __int64) __ptr64 -?AllocItems@CExtBuffer@@QEAAPEAE_K@Z -; public: long __cdecl CBitArray::ArrayEmpty(void) __ptr64 -?ArrayEmpty@CBitArray@@QEAAJXZ -; protected: void __cdecl CWString::AssignCopy(int,unsigned short const * __ptr64) __ptr64 -?AssignCopy@CWString@@IEAAXHPEBG@Z -; private: unsigned long __cdecl CUtlPropInfo::CalcDescripBuffers(unsigned long,struct tagDBPROPINFOSET * __ptr64) __ptr64 -?CalcDescripBuffers@CUtlPropInfo@@AEAAKKPEAUtagDBPROPINFOSET@@@Z -; public: static unsigned long __cdecl CHashTbl::CbHashTblSize(unsigned long) -?CbHashTblSize@CHashTbl@@SAKK@Z -; public: void __cdecl CWString::ClearError(void) __ptr64 -?ClearError@CWString@@QEAAXXZ -; private: void __cdecl CUtlProps2::ClearMemberVars(void) __ptr64 -?ClearMemberVars@CUtlProps2@@AEAAXXZ -; public: void __cdecl CUtlProps2::ClearPropSupported(unsigned long,unsigned long) __ptr64 -?ClearPropSupported@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CUtlProps2::ClearPropertyInError(void) __ptr64 -?ClearPropertyInError@CUtlProps2@@QEAAXXZ -; public: void __cdecl CUtlProps2::ClearPropsSupported(void) __ptr64 -?ClearPropsSupported@CUtlProps2@@QEAAXXZ -; public: virtual long __cdecl CEnumConnectionPoints::Clone(struct IEnumConnectionPoints * __ptr64 * __ptr64) __ptr64 -?Clone@CEnumConnectionPoints@@UEAAJPEAPEAUIEnumConnectionPoints@@@Z -; public: virtual long __cdecl CEnumConnections::Clone(struct IEnumConnections * __ptr64 * __ptr64) __ptr64 -?Clone@CEnumConnections@@UEAAJPEAPEAUIEnumConnections@@@Z -; public: void __cdecl CExtBuffer::CompactExtBuffer(void) __ptr64 -?CompactExtBuffer@CExtBuffer@@QEAAXXZ -; public: int __cdecl CWString::Compare(unsigned short const * __ptr64)const __ptr64 -?Compare@CWString@@QEBAHPEBG@Z -; long __cdecl CompareDBIDs(struct tagDBID const * __ptr64,struct tagDBID const * __ptr64) -?CompareDBIDs@@YAJPEBUtagDBID@@0@Z -; public: virtual int __cdecl CHeapDispenser::CompareResource(void * __ptr64,void * __ptr64) __ptr64 -?CompareResource@CHeapDispenser@@UEAAHPEAX0@Z -; protected: void __cdecl CWString::ConcatCopy(int,unsigned short const * __ptr64,int,unsigned short const * __ptr64) __ptr64 -?ConcatCopy@CWString@@IEAAXHPEBGH0@Z -; public: void __cdecl CWString::ConcatInPlace(int,unsigned short const * __ptr64) __ptr64 -?ConcatInPlace@CWString@@QEAAXHPEBG@Z -; public: virtual int __cdecl CUtlProps2::ConflictsWithCurrent(unsigned long,unsigned long,struct tagVARIANT const & __ptr64) __ptr64 -?ConflictsWithCurrent@CUtlProps2@@UEAAHKKAEBUtagVARIANT@@@Z -; public: long __cdecl CUtlProps2::ConvertRowsetIIDtoDBPROPSET(struct _GUID const * __ptr64,struct tagDBPROPSET * __ptr64) __ptr64 -?ConvertRowsetIIDtoDBPROPSET@CUtlProps2@@QEAAJPEBU_GUID@@PEAUtagDBPROPSET@@@Z -; public: void __cdecl CUtlProps2::CopyAvailUPropSets(unsigned long * __ptr64,struct tagUPROPSET const * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?CopyAvailUPropSets@CUtlProps2@@QEAAXPEAKPEAPEBUtagUPROPSET@@0@Z -; long __cdecl CopyDBIDs(struct tagDBID * __ptr64,struct tagDBID const * __ptr64) -?CopyDBIDs@@YAJPEAUtagDBID@@PEBU1@@Z -; public: void __cdecl CUtlProps2::CopyPropsInError(unsigned long * __ptr64) __ptr64 -?CopyPropsInError@CUtlProps2@@QEAAXPEAK@Z -; public: void __cdecl CUtlProps2::CopyPropsInError(class CUtlProps2 * __ptr64) __ptr64 -?CopyPropsInError@CUtlProps2@@QEAAXPEAV1@@Z -; public: void __cdecl CUtlProps2::CopyUPropInfo(unsigned long,struct tagUPROPINFO * __ptr64 * __ptr64) __ptr64 -?CopyUPropInfo@CUtlProps2@@QEAAXKPEAPEAUtagUPROPINFO@@@Z -; public: void __cdecl CUtlProps2::CopyUPropSetsSupported(unsigned long * __ptr64) __ptr64 -?CopyUPropSetsSupported@CUtlProps2@@QEAAXPEAK@Z -; public: long __cdecl CUtlProps2::CopyUPropVal(unsigned long,struct tagUPROPVAL * __ptr64,class CColumnIds * __ptr64) __ptr64 -?CopyUPropVal@CUtlProps2@@QEAAJKPEAUtagUPROPVAL@@PEAVCColumnIds@@@Z -; public: virtual unsigned __int64 __cdecl CSlotListLong::CountOfBusySlots(void) __ptr64 -?CountOfBusySlots@CSlotListLong@@UEAA_KXZ -; public: virtual unsigned __int64 __cdecl CSlotListShort::CountOfBusySlots(void) __ptr64 -?CountOfBusySlots@CSlotListShort@@UEAA_KXZ -; public: virtual long __cdecl CHeapDispenser::CreateResource(void * __ptr64,unsigned long,void * __ptr64,void * __ptr64 * __ptr64,int * __ptr64) __ptr64 -?CreateResource@CHeapDispenser@@UEAAJPEAXK0PEAPEAXPEAH@Z -; public: long __cdecl CExtBuffer::DWORDIntoExtBuffer(unsigned __int64) __ptr64 -?DWORDIntoExtBuffer@CExtBuffer@@QEAAJ_K@Z -; private: void __cdecl CSlotListShort::DecoupleSlot(struct tagSLOT * __ptr64) __ptr64 -?DecoupleSlot@CSlotListShort@@AEAAXPEAUtagSLOT@@@Z -; public: virtual long __cdecl CHashTbl::DeleteBmk(unsigned __int64) __ptr64 -?DeleteBmk@CHashTbl@@UEAAJ_K@Z -; public: virtual long __cdecl CHashTblAggr::DeleteBmk(unsigned __int64) __ptr64 -?DeleteBmk@CHashTblAggr@@UEAAJ_K@Z -; public: void __cdecl CExtBuffer::DeleteFromExtBuffer(unsigned __int64) __ptr64 -?DeleteFromExtBuffer@CExtBuffer@@QEAAX_K@Z -; public: void __cdecl CExtBuffer::DeleteWithCompactFromExtBuffer(unsigned __int64) __ptr64 -?DeleteWithCompactFromExtBuffer@CExtBuffer@@QEAAX_K@Z -; public: virtual long __cdecl CHeapDispenser::DestroyResource(void * __ptr64) __ptr64 -?DestroyResource@CHeapDispenser@@UEAAJPEAX@Z -; public: long __cdecl CRowsetConnectionPointContainer::DoFcNotify(unsigned long,enum DBREASONENUM,enum DBEVENTPHASEENUM,struct IRowset * __ptr64,unsigned __int64,unsigned __int64,unsigned __int64 * __ptr64 const) __ptr64 -?DoFcNotify@CRowsetConnectionPointContainer@@QEAAJKW4DBREASONENUM@@W4DBEVENTPHASEENUM@@PEAUIRowset@@_K3QEA_K@Z -; public: long __cdecl CRowsetConnectionPoint::DoNotify(enum DBREASONENUM,enum DBEVENTPHASEENUM,enum ENOTIFICATIONTYPE,struct IRowset * __ptr64,union tagNOTIFYARGS * __ptr64) __ptr64 -?DoNotify@CRowsetConnectionPoint@@QEAAJW4DBREASONENUM@@W4DBEVENTPHASEENUM@@W4ENOTIFICATIONTYPE@@PEAUIRowset@@PEATtagNOTIFYARGS@@@Z -; public: long __cdecl CRowsetConnectionPointContainer::DoRcNotify(unsigned long,enum DBREASONENUM,enum DBEVENTPHASEENUM,struct IRowset * __ptr64,unsigned __int64,unsigned __int64 * __ptr64 const) __ptr64 -?DoRcNotify@CRowsetConnectionPointContainer@@QEAAJKW4DBREASONENUM@@W4DBEVENTPHASEENUM@@PEAUIRowset@@_KQEA_K@Z -; public: long __cdecl CRowsetConnectionPointContainer::DoRscNotify(unsigned long,enum DBREASONENUM,enum DBEVENTPHASEENUM,struct IRowset * __ptr64) __ptr64 -?DoRscNotify@CRowsetConnectionPointContainer@@QEAAJKW4DBREASONENUM@@W4DBEVENTPHASEENUM@@PEAUIRowset@@@Z -; unsigned long __cdecl DwGetPlatformId(void) -?DwGetPlatformId@@YAKXZ -; public: class CWString __cdecl CWString::ElementAt(unsigned short * __ptr64 const,int)const __ptr64 -?ElementAt@CWString@@QEBA?AV1@QEAGH@Z -; public: void __cdecl CWString::Empty(void) __ptr64 -?Empty@CWString@@QEAAXXZ -; public: virtual long __cdecl CRowsetConnectionPointContainer::EnumConnectionPoints(struct IEnumConnectionPoints * __ptr64 * __ptr64) __ptr64 -?EnumConnectionPoints@CRowsetConnectionPointContainer@@UEAAJPEAPEAUIEnumConnectionPoints@@@Z -; public: virtual long __cdecl CRowsetConnectionPoint::EnumConnections(struct IEnumConnections * __ptr64 * __ptr64) __ptr64 -?EnumConnections@CRowsetConnectionPoint@@UEAAJPEAPEAUIEnumConnections@@@Z -; protected: long __cdecl CBaseObj::FInit(void) __ptr64 -?FInit@CBaseObj@@IEAAJXZ -; public: long __cdecl CBitArray::FInit(unsigned __int64) __ptr64 -?FInit@CBitArray@@QEAAJ_K@Z -; public: int __cdecl CExtBuffer::FInit(class CExtBuffer * __ptr64) __ptr64 -?FInit@CExtBuffer@@QEAAHPEAV1@@Z -; public: int __cdecl CExtBuffer::FInit(unsigned __int64,unsigned __int64) __ptr64 -?FInit@CExtBuffer@@QEAAH_K0@Z -; public: int __cdecl CExtBuffer::FInit(unsigned __int64,void * __ptr64,unsigned __int64,unsigned __int64) __ptr64 -?FInit@CExtBuffer@@QEAAH_KPEAX00@Z -; public: int __cdecl CHashTbl::FInit(unsigned short,class CSlotListShort * __ptr64,class IBookmarkObj * __ptr64) __ptr64 -?FInit@CHashTbl@@QEAAHGPEAVCSlotListShort@@PEAVIBookmarkObj@@@Z -; public: int __cdecl CHashTblAggr::FInit(class CHashTbl * __ptr64) __ptr64 -?FInit@CHashTblAggr@@QEAAHPEAVCHashTbl@@@Z -; public: virtual int __cdecl CSlotListLong::FInit(unsigned __int64,class ISlotList * __ptr64 * __ptr64,class IHashTbl * __ptr64 * __ptr64,unsigned __int64) __ptr64 -?FInit@CSlotListLong@@UEAAH_KPEAPEAVISlotList@@PEAPEAVIHashTbl@@0@Z -; public: virtual int __cdecl CSlotListShort::FInit(unsigned __int64,class ISlotList * __ptr64 * __ptr64,class IHashTbl * __ptr64 * __ptr64,unsigned __int64) __ptr64 -?FInit@CSlotListShort@@UEAAH_KPEAPEAVISlotList@@PEAPEAVIHashTbl@@0@Z -; public: long __cdecl CUtlPropInfo::FInit(void) __ptr64 -?FInit@CUtlPropInfo@@QEAAJXZ -; public: virtual long __cdecl CUtlProps2::FInit(class CUtlProps2 * __ptr64) __ptr64 -?FInit@CUtlProps2@@UEAAJPEAV1@@Z -; public: virtual long __cdecl CUtlPropsFastLookup2::FInit(class CUtlPropsFastLookup2 * __ptr64) __ptr64 -?FInit@CUtlPropsFastLookup2@@UEAAJPEAV1@@Z -; public: int __cdecl CVLHeap::FInit(unsigned __int64) __ptr64 -?FInit@CVLHeap@@QEAAH_K@Z -; public: void __cdecl CGenericPooler::FInitializeGPStructures(void) __ptr64 -?FInitializeGPStructures@CGenericPooler@@QEAAXXZ -; public: int __cdecl CUtlProps2::FIsDefaultValue(unsigned long,unsigned long,struct tagVARIANT * __ptr64) __ptr64 -?FIsDefaultValue@CUtlProps2@@QEAAHKKPEAUtagVARIANT@@@Z -; public: virtual int __cdecl CUtlProps2::FIsValidColId(struct tagDBPROP * __ptr64) __ptr64 -?FIsValidColId@CUtlProps2@@UEAAHPEAUtagDBPROP@@@Z -; public: long __cdecl CUtlProps2::FillDefaultValues(unsigned long) __ptr64 -?FillDefaultValues@CUtlProps2@@QEAAJK@Z -; public: virtual long __cdecl CRowsetConnectionPointContainer::FindConnectionPoint(struct _GUID const & __ptr64,struct IConnectionPoint * __ptr64 * __ptr64) __ptr64 -?FindConnectionPoint@CRowsetConnectionPointContainer@@UEAAJAEBU_GUID@@PEAPEAUIConnectionPoint@@@Z -; public: void __cdecl CConnectData::ForgetEvent(enum DBREASONENUM,enum DBEVENTPHASEENUM) __ptr64 -?ForgetEvent@CConnectData@@QEAAXW4DBREASONENUM@@W4DBEVENTPHASEENUM@@@Z -; private: void __cdecl CRowsetConnectionPoint::ForgetEvent(enum DBREASONENUM,enum DBEVENTPHASEENUM) __ptr64 -?ForgetEvent@CRowsetConnectionPoint@@AEAAXW4DBREASONENUM@@W4DBEVENTPHASEENUM@@@Z -; public: void __cdecl CConnectData::ForgetReason(enum DBREASONENUM) __ptr64 -?ForgetReason@CConnectData@@QEAAXW4DBREASONENUM@@@Z -; public: int __cdecl CWString::FoundError(void)const __ptr64 -?FoundError@CWString@@QEBAHXZ -; public: void __cdecl CExtBuffer::Free(void) __ptr64 -?Free@CExtBuffer@@QEAAXXZ -; void __cdecl FreeDBIDs(struct tagDBID * __ptr64) -?FreeDBIDs@@YAXPEAUtagDBID@@@Z -; public: void __cdecl CWString::FreeExtra(void) __ptr64 -?FreeExtra@CWString@@QEAAXXZ -; private: void __cdecl CUtlProps2::FreeMemory(void) __ptr64 -?FreeMemory@CUtlProps2@@AEAAXXZ -; public: int __cdecl CWString::GetAllocLength(void)const __ptr64 -?GetAllocLength@CWString@@QEBAHXZ -; public: enum EBaseObjectType __cdecl CBaseObj::GetBaseObjectType(void) __ptr64 -?GetBaseObjectType@CBaseObj@@QEAA?AW4EBaseObjectType@@XZ -; public: unsigned short * __ptr64 __cdecl CBaseObj::GetBaseObjectTypeName(void) __ptr64 -?GetBaseObjectTypeName@CBaseObj@@QEAAPEAGXZ -; public: void __cdecl CBaseObjZombie::GetBokoTimestamp(void) __ptr64 -?GetBokoTimestamp@CBaseObjZombie@@QEAAXXZ -; public: unsigned short * __ptr64 __cdecl CWString::GetBuffer(int) __ptr64 -?GetBuffer@CWString@@QEAAPEAGH@Z -; public: unsigned short * __ptr64 __cdecl CWString::GetBufferSetLength(int) __ptr64 -?GetBufferSetLength@CWString@@QEAAPEAGH@Z -; public: struct tagCONNECTDATA * __ptr64 __cdecl CConnectData::GetCd(void) __ptr64 -?GetCd@CConnectData@@QEAAPEAUtagCONNECTDATA@@XZ -; public: virtual long __cdecl CRowsetConnectionPoint::GetConnectionInterface(struct _GUID * __ptr64) __ptr64 -?GetConnectionInterface@CRowsetConnectionPoint@@UEAAJPEAU_GUID@@@Z -; public: virtual long __cdecl CRowsetConnectionPoint::GetConnectionPointContainer(struct IConnectionPointContainer * __ptr64 * __ptr64) __ptr64 -?GetConnectionPointContainer@CRowsetConnectionPoint@@UEAAJPEAPEAUIConnectionPointContainer@@@Z -; private: unsigned long __cdecl CUtlProps2::GetCountofColids(struct tagUPROP * __ptr64) __ptr64 -?GetCountofColids@CUtlProps2@@AEAAKPEAUtagUPROP@@@Z -; private: unsigned long __cdecl CUtlProps2::GetCountofWritablePropsInPropSet(unsigned long) __ptr64 -?GetCountofWritablePropsInPropSet@CUtlProps2@@AEAAKK@Z -; public: class CCriticalSection * __ptr64 * __ptr64 __cdecl CBaseObj::GetCriticalSection(void) __ptr64 -?GetCriticalSection@CBaseObj@@QEAAPEAPEAVCCriticalSection@@XZ -; public: unsigned __int64 __cdecl CExtBuffer::GetDWORDOfExtBuffer(unsigned __int64) __ptr64 -?GetDWORDOfExtBuffer@CExtBuffer@@QEAA_K_K@Z -; public: unsigned short __cdecl CUtlProps2::GetExpectedVarType(unsigned long,unsigned long) __ptr64 -?GetExpectedVarType@CUtlProps2@@QEAAGKK@Z -; public: struct _GUID const * __ptr64 __cdecl CUtlProps2::GetGuid(unsigned long) __ptr64 -?GetGuid@CUtlProps2@@QEAAPEBU_GUID@@K@Z -; public: class CHeapDispenser * __ptr64 __cdecl CGenericPooler::GetHeapDispenser(void) __ptr64 -?GetHeapDispenser@CGenericPooler@@QEAAPEAVCHeapDispenser@@XZ -; public: struct IGPHolder * __ptr64 __cdecl CGenericPooler::GetHeapHolder(void) __ptr64 -?GetHeapHolder@CGenericPooler@@QEAAPEAUIGPHolder@@XZ -; public: virtual long __cdecl CUtlProps2::GetIndexofPropIdinPropSet(unsigned long,unsigned long,unsigned long * __ptr64) __ptr64 -?GetIndexofPropIdinPropSet@CUtlProps2@@UEAAJKKPEAK@Z -; protected: virtual long __cdecl CUtlPropsFastLookup2::GetIndexofPropIdinPropSet(unsigned long,unsigned long,unsigned long * __ptr64) __ptr64 -?GetIndexofPropIdinPropSet@CUtlPropsFastLookup2@@MEAAJKKPEAK@Z -; public: virtual long __cdecl CUtlProps2::GetIndexofPropSet(struct _GUID const * __ptr64,unsigned long * __ptr64) __ptr64 -?GetIndexofPropSet@CUtlProps2@@UEAAJPEBU_GUID@@PEAK@Z -; public: unsigned long __cdecl CUtlProps2::GetInternalFlags(unsigned long,unsigned long) __ptr64 -?GetInternalFlags@CUtlProps2@@QEAAKKK@Z -; public: unsigned long __cdecl CUtlProps2::GetInternalStatus(unsigned long,unsigned long) __ptr64 -?GetInternalStatus@CUtlProps2@@QEAAKKK@Z -; public: unsigned __int64 __cdecl CExtBuffer::GetItemCount(void)const __ptr64 -?GetItemCount@CExtBuffer@@QEBA_KXZ -; public: unsigned __int64 __cdecl CExtBuffer::GetItemMax(void)const __ptr64 -?GetItemMax@CExtBuffer@@QEBA_KXZ -; public: void __cdecl CExtBuffer::GetItemOfExtBuffer(unsigned __int64,void * __ptr64) __ptr64 -?GetItemOfExtBuffer@CExtBuffer@@QEAAX_KPEAX@Z -; public: unsigned __int64 __cdecl CExtBuffer::GetItemSize(void)const __ptr64 -?GetItemSize@CExtBuffer@@QEBA_KXZ -; public: void __cdecl CExtBuffer::GetLastItemHandle(unsigned __int64 & __ptr64) __ptr64 -?GetLastItemHandle@CExtBuffer@@QEAAXAEA_K@Z -; public: int __cdecl CWString::GetLength(void)const __ptr64 -?GetLength@CWString@@QEBAHXZ -; public: unsigned short * __ptr64 __cdecl CExtBuffer::GetNameFromOffset(unsigned __int64) __ptr64 -?GetNameFromOffset@CExtBuffer@@QEAAPEAG_K@Z -; public: virtual long __cdecl CSlotListLong::GetNextSlots(unsigned __int64,unsigned __int64,unsigned __int64 * __ptr64) __ptr64 -?GetNextSlots@CSlotListLong@@UEAAJ_K0PEA_K@Z -; public: virtual long __cdecl CSlotListShort::GetNextSlots(unsigned __int64,unsigned __int64,unsigned __int64 * __ptr64) __ptr64 -?GetNextSlots@CSlotListShort@@UEAAJ_K0PEA_K@Z -; private: void * __ptr64 __cdecl CEnum::GetNthElement(unsigned long) __ptr64 -?GetNthElement@CEnum@@AEAAPEAXK@Z -; private: struct IUnknown * __ptr64 __cdecl CEnum::GetNthUnknown(unsigned long) __ptr64 -?GetNthUnknown@CEnum@@AEAAPEAUIUnknown@@K@Z -; public: struct IUnknown * __ptr64 __cdecl CBaseObj::GetOuterUnknown(void) __ptr64 -?GetOuterUnknown@CBaseObj@@QEAAPEAUIUnknown@@XZ -; public: unsigned long __cdecl CUtlProps2::GetPropID(unsigned long,unsigned long) __ptr64 -?GetPropID@CUtlProps2@@QEAAKKK@Z -; public: unsigned long __cdecl CUtlProps2::GetPropOption(unsigned long,unsigned long) __ptr64 -?GetPropOption@CUtlProps2@@QEAAKKK@Z -; public: unsigned long __cdecl CUtlProps2::GetPropStatus(struct tagUPROPVAL * __ptr64) __ptr64 -?GetPropStatus@CUtlProps2@@QEAAKPEAUtagUPROPVAL@@@Z -; public: long __cdecl CUtlProps2::GetPropValue(struct _GUID const * __ptr64,unsigned long,struct tagVARIANT * __ptr64) __ptr64 -?GetPropValue@CUtlProps2@@QEAAJPEBU_GUID@@KPEAUtagVARIANT@@@Z -; public: long __cdecl CUtlProps2::GetProperties(unsigned long,struct tagDBPROPIDSET const * __ptr64 const,unsigned long * __ptr64,struct tagDBPROPSET * __ptr64 * __ptr64) __ptr64 -?GetProperties@CUtlProps2@@QEAAJKQEBUtagDBPROPIDSET@@PEAKPEAPEAUtagDBPROPSET@@@Z -; public: long __cdecl CUtlProps2::GetProperties(unsigned long,struct tagDBPROPIDSET const * __ptr64 const,unsigned long * __ptr64,struct tagDBPROPSET * __ptr64 * __ptr64,struct _GUID const * __ptr64) __ptr64 -?GetProperties@CUtlProps2@@QEAAJKQEBUtagDBPROPIDSET@@PEAKPEAPEAUtagDBPROPSET@@PEBU_GUID@@@Z -; public: long __cdecl CUtlProps2::GetPropertiesArgChk(unsigned long,struct tagDBPROPIDSET const * __ptr64 const,unsigned long * __ptr64,struct tagDBPROPSET * __ptr64 * __ptr64) __ptr64 -?GetPropertiesArgChk@CUtlProps2@@QEAAJKQEBUtagDBPROPIDSET@@PEAKPEAPEAUtagDBPROPSET@@@Z -; public: long __cdecl CUtlPropInfo::GetPropertyInfo(unsigned long,struct tagDBPROPIDSET const * __ptr64 const,unsigned long * __ptr64,struct tagDBPROPINFOSET * __ptr64 * __ptr64,unsigned short * __ptr64 * __ptr64) __ptr64 -?GetPropertyInfo@CUtlPropInfo@@QEAAJKQEBUtagDBPROPIDSET@@PEAKPEAPEAUtagDBPROPINFOSET@@PEAPEAG@Z -; private: long __cdecl CUtlPropInfo::GetPropertySetIndex(struct _GUID const * __ptr64) __ptr64 -?GetPropertySetIndex@CUtlPropInfo@@AEAAJPEBU_GUID@@@Z -; public: unsigned long * __ptr64 __cdecl CUtlProps2::GetPropsInErrorPtr(void) __ptr64 -?GetPropsInErrorPtr@CUtlProps2@@QEAAPEAKXZ -; public: void * __ptr64 __cdecl CExtBuffer::GetPtrOfExtBuffer(void) __ptr64 -?GetPtrOfExtBuffer@CExtBuffer@@QEAAPEAXXZ -; public: void * __ptr64 __cdecl CExtBuffer::GetPtrOfExtBuffer(unsigned __int64) __ptr64 -?GetPtrOfExtBuffer@CExtBuffer@@QEAAPEAX_K@Z -; public: long __cdecl CGenericPooler::GetResource(void * __ptr64 * __ptr64,struct IGPHolder * __ptr64,struct IGPDispenser * __ptr64,void * __ptr64 * __ptr64,void * __ptr64) __ptr64 -?GetResource@CGenericPooler@@QEAAJPEAPEAXPEAUIGPHolder@@PEAUIGPDispenser@@0PEAX@Z -; public: virtual struct tagRowBuff * __ptr64 __cdecl CSlotListLong::GetRowBuff(unsigned __int64) __ptr64 -?GetRowBuff@CSlotListLong@@UEAAPEAUtagRowBuff@@_K@Z -; public: virtual struct tagRowBuff * __ptr64 __cdecl CSlotListShort::GetRowBuff(unsigned __int64) __ptr64 -?GetRowBuff@CSlotListShort@@UEAAPEAUtagRowBuff@@_K@Z -; public: unsigned long __cdecl CUtlProps2::GetStatus(unsigned long,unsigned long) __ptr64 -?GetStatus@CUtlProps2@@QEAAKKK@Z -; public: void __cdecl CBaseObjBoko::GetTimestamp(unsigned long * __ptr64) __ptr64 -?GetTimestamp@CBaseObjBoko@@QEAAXPEAK@Z -; private: long __cdecl CUtlPropInfo::GetUPropInfoPtr(unsigned long,unsigned long,struct tagUPROPINFO * __ptr64 * __ptr64) __ptr64 -?GetUPropInfoPtr@CUtlPropInfo@@AEAAJKKPEAPEAUtagUPROPINFO@@@Z -; protected: unsigned long __cdecl CUtlPropInfo::GetUPropSetCount(void) __ptr64 -?GetUPropSetCount@CUtlPropInfo@@IEAAKXZ -; public: unsigned long __cdecl CUtlProps2::GetUPropSetCount(void) __ptr64 -?GetUPropSetCount@CUtlProps2@@QEAAKXZ -; protected: virtual unsigned long __cdecl CUtlProps2::GetUPropValIndex(unsigned long,unsigned long) __ptr64 -?GetUPropValIndex@CUtlProps2@@MEAAKKK@Z -; protected: virtual unsigned long __cdecl CUtlPropsFastLookup2::GetUPropValIndex(unsigned long,unsigned long) __ptr64 -?GetUPropValIndex@CUtlPropsFastLookup2@@MEAAKKK@Z -; public: short __cdecl CUtlProps2::GetValBool(unsigned long,unsigned long)const __ptr64 -?GetValBool@CUtlProps2@@QEBAFKK@Z -; public: void * __ptr64 __cdecl CUtlProps2::GetValByRef(unsigned long,unsigned long)const __ptr64 -?GetValByRef@CUtlProps2@@QEBAPEAXKK@Z -; public: long __cdecl CUtlProps2::GetValLong(unsigned long,unsigned long)const __ptr64 -?GetValLong@CUtlProps2@@QEBAJKK@Z -; public: __int64 __cdecl CUtlProps2::GetValLongLong(unsigned long,unsigned long)const __ptr64 -?GetValLongLong@CUtlProps2@@QEBA_JKK@Z -; public: short __cdecl CUtlProps2::GetValShort(unsigned long,unsigned long)const __ptr64 -?GetValShort@CUtlProps2@@QEBAFKK@Z -; public: unsigned short const * __ptr64 __cdecl CUtlProps2::GetValString(unsigned long,unsigned long) __ptr64 -?GetValString@CUtlProps2@@QEAAPEBGKK@Z -; public: struct tagVARIANT * __ptr64 __cdecl CUtlProps2::GetVariant(unsigned long,unsigned long) __ptr64 -?GetVariant@CUtlProps2@@QEAAPEAUtagVARIANT@@KK@Z -; public: virtual int __cdecl CHeapDispenser::HashKey(void * __ptr64,unsigned long,int * __ptr64) __ptr64 -?HashKey@CHeapDispenser@@UEAAHPEAXKPEAH@Z -; public: long __cdecl CRowsetConnectionPointContainer::Init(void) __ptr64 -?Init@CRowsetConnectionPointContainer@@QEAAJXZ -; protected: void __cdecl CWString::Init(void) __ptr64 -?Init@CWString@@IEAAXXZ -; public: virtual long __cdecl CHashTbl::InsertFindBmk(int,unsigned __int64,unsigned __int64,unsigned char * __ptr64,unsigned __int64 * __ptr64) __ptr64 -?InsertFindBmk@CHashTbl@@UEAAJH_K0PEAEPEA_K@Z -; public: virtual long __cdecl CHashTblAggr::InsertFindBmk(int,unsigned __int64,unsigned __int64,unsigned char * __ptr64,unsigned __int64 * __ptr64) __ptr64 -?InsertFindBmk@CHashTblAggr@@UEAAJH_K0PEAEPEA_K@Z -; public: long __cdecl CExtBuffer::InsertIntoExtBuffer(void * __ptr64,unsigned __int64 & __ptr64) __ptr64 -?InsertIntoExtBuffer@CExtBuffer@@QEAAJPEAXAEA_K@Z -; public: int __cdecl CUtlProps2::IsEmpty(unsigned long,unsigned long) __ptr64 -?IsEmpty@CUtlProps2@@QEAAHKK@Z -; public: int __cdecl CWString::IsEmpty(void)const __ptr64 -?IsEmpty@CWString@@QEBAHXZ -; public: int __cdecl CUtlProps2::IsPropSet(struct _GUID const * __ptr64,unsigned long) __ptr64 -?IsPropSet@CUtlProps2@@QEAAHPEBU_GUID@@K@Z -; public: int __cdecl CUtlProps2::IsRequiredFalse(unsigned long,unsigned long) __ptr64 -?IsRequiredFalse@CUtlProps2@@QEAAHKK@Z -; public: int __cdecl CUtlProps2::IsRequiredTrue(unsigned long,unsigned long) __ptr64 -?IsRequiredTrue@CUtlProps2@@QEAAHKK@Z -; public: int __cdecl CUtlProps2::IsSetIfCan(unsigned long,unsigned long) __ptr64 -?IsSetIfCan@CUtlProps2@@QEAAHKK@Z -; public: long __cdecl CBitArray::IsSlotSet(unsigned __int64) __ptr64 -?IsSlotSet@CBitArray@@QEAAJ_K@Z -; public: int __cdecl CUtlProps2::IsTrue(unsigned long,unsigned long) __ptr64 -?IsTrue@CUtlProps2@@QEAAHKK@Z -; public: int __cdecl CVLHeap::IsVLAlloc(void * __ptr64) __ptr64 -?IsVLAlloc@CVLHeap@@QEAAHPEAX@Z -; public: virtual long __cdecl CSlotListLong::IsValidSlot(unsigned __int64) __ptr64 -?IsValidSlot@CSlotListLong@@UEAAJ_K@Z -; public: virtual long __cdecl CSlotListShort::IsValidSlot(unsigned __int64) __ptr64 -?IsValidSlot@CSlotListShort@@UEAAJ_K@Z -; public: int __cdecl CBaseObjBoko::IsZombie(unsigned long) __ptr64 -?IsZombie@CBaseObjBoko@@QEAAHK@Z -; public: int __cdecl CBaseObjZombie::IsZombie(void) __ptr64 -?IsZombie@CBaseObjZombie@@QEAAHXZ -; unsigned long __cdecl LoadRCData(void * __ptr64,unsigned int,unsigned short * __ptr64,unsigned long) -?LoadRCData@@YAKPEAXIPEAGK@Z -; long __cdecl LoadResourceDLL(unsigned short * __ptr64,unsigned short * __ptr64,void * __ptr64,void * __ptr64 * __ptr64) -?LoadResourceDLL@@YAJPEAG0PEAXPEAPEAX@Z -; public: int __cdecl CWString::LoadStringW(void * __ptr64,unsigned int) __ptr64 -?LoadStringW@CWString@@QEAAHPEAXI@Z -; public: virtual long __cdecl CClassFactory::LockServer(int) __ptr64 -?LockServer@CClassFactory@@UEAAJH@Z -; public: void __cdecl CBaseObjBoko::MakeZombies(void) __ptr64 -?MakeZombies@CBaseObjBoko@@QEAAXXZ -; public: class CWString __cdecl CWString::Mid(int)const __ptr64 -?Mid@CWString@@QEBA?AV1@H@Z -; public: class CWString __cdecl CWString::Mid(int,int)const __ptr64 -?Mid@CWString@@QEBA?AV1@HH@Z -; public: long __cdecl CEnum::Next(unsigned long,void * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Next@CEnum@@QEAAJKPEAPEAXPEAK@Z -; public: virtual long __cdecl CEnumConnectionPoints::Next(unsigned long,struct IConnectionPoint * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?Next@CEnumConnectionPoints@@UEAAJKPEAPEAUIConnectionPoint@@PEAK@Z -; public: virtual long __cdecl CEnumConnections::Next(unsigned long,struct tagCONNECTDATA * __ptr64,unsigned long * __ptr64) __ptr64 -?Next@CEnumConnections@@UEAAJKPEAUtagCONNECTDATA@@PEAK@Z -; public: virtual long __cdecl CSlotListLong::NextBusySlot(unsigned __int64 * __ptr64) __ptr64 -?NextBusySlot@CSlotListLong@@UEAAJPEA_K@Z -; public: virtual long __cdecl CSlotListShort::NextBusySlot(unsigned __int64 * __ptr64) __ptr64 -?NextBusySlot@CSlotListShort@@UEAAJPEA_K@Z -; public: virtual long __cdecl CSlotListLong::NoBusySlots(void) __ptr64 -?NoBusySlots@CSlotListLong@@UEAAJXZ -; public: virtual long __cdecl CSlotListShort::NoBusySlots(void) __ptr64 -?NoBusySlots@CSlotListShort@@UEAAJXZ -; public: unsigned long __cdecl CWString::NumElements(unsigned short * __ptr64 const)const __ptr64 -?NumElements@CWString@@QEBAKQEAG@Z -; int __cdecl OLEDBGetCharTypeW(unsigned long,unsigned short,unsigned short * __ptr64) -?OLEDBGetCharTypeW@@YAHKGPEAG@Z -; public: short __cdecl CUtlProps2::OkToPersistSensitiveAuthInfo(void) __ptr64 -?OkToPersistSensitiveAuthInfo@CUtlProps2@@QEAAFXZ -; int __cdecl OnUnicodeSystem(void) -?OnUnicodeSystem@@YAHXZ -; public: virtual long __cdecl CClassFactory::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CClassFactory@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: long __cdecl CEnum::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64,struct IUnknown * __ptr64) __ptr64 -?QueryInterface@CEnum@@QEAAJAEBU_GUID@@PEAPEAXPEAUIUnknown@@@Z -; public: virtual long __cdecl CEnumConnectionPoints::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CEnumConnectionPoints@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: virtual long __cdecl CEnumConnections::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CEnumConnections@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: virtual long __cdecl CHeapDispenser::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CHeapDispenser@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: virtual long __cdecl CRowsetConnectionPoint::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CRowsetConnectionPoint@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: virtual long __cdecl CRowsetConnectionPointContainer::QueryInterface(struct _GUID const & __ptr64,void * __ptr64 * __ptr64) __ptr64 -?QueryInterface@CRowsetConnectionPointContainer@@UEAAJAEBU_GUID@@PEAPEAX@Z -; public: virtual long __cdecl CHeapDispenser::RateRes(void * __ptr64,unsigned long,void * __ptr64,int * __ptr64) __ptr64 -?RateRes@CHeapDispenser@@UEAAJPEAXK0PEAH@Z -; public: virtual void __cdecl CSlotListLong::RecordInternalUse(void) __ptr64 -?RecordInternalUse@CSlotListLong@@UEAAXXZ -; public: virtual void __cdecl CSlotListShort::RecordInternalUse(void) __ptr64 -?RecordInternalUse@CSlotListShort@@UEAAXXZ -; long __cdecl RegisterServer(void * __ptr64 const,void * __ptr64 const,unsigned long,struct tagREGENTRIES const * __ptr64 const) -?RegisterServer@@YAJQEAX0KQEBUtagREGENTRIES@@@Z -; public: virtual unsigned long __cdecl CClassFactory::Release(void) __ptr64 -?Release@CClassFactory@@UEAAKXZ -; public: unsigned long __cdecl CEnum::Release(void) __ptr64 -?Release@CEnum@@QEAAKXZ -; public: virtual unsigned long __cdecl CEnumConnectionPoints::Release(void) __ptr64 -?Release@CEnumConnectionPoints@@UEAAKXZ -; public: virtual unsigned long __cdecl CEnumConnections::Release(void) __ptr64 -?Release@CEnumConnections@@UEAAKXZ -; public: virtual unsigned long __cdecl CHeapDispenser::Release(void) __ptr64 -?Release@CHeapDispenser@@UEAAKXZ -; public: virtual unsigned long __cdecl CRowsetConnectionPoint::Release(void) __ptr64 -?Release@CRowsetConnectionPoint@@UEAAKXZ -; public: virtual unsigned long __cdecl CRowsetConnectionPointContainer::Release(void) __ptr64 -?Release@CRowsetConnectionPointContainer@@UEAAKXZ -; public: void __cdecl CWString::ReleaseBuffer(int) __ptr64 -?ReleaseBuffer@CWString@@QEAAXH@Z -; public: void __cdecl CGenericPooler::ReleaseHolders(void) __ptr64 -?ReleaseHolders@CGenericPooler@@QEAAXXZ -; public: void __cdecl CGenericPooler::ReleaseResource(void * __ptr64,struct IGPHolder * __ptr64,struct IGPDispenser * __ptr64,void * __ptr64) __ptr64 -?ReleaseResource@CGenericPooler@@QEAAXPEAXPEAUIGPHolder@@PEAUIGPDispenser@@0@Z -; public: virtual unsigned __int64 __cdecl CSlotListLong::ReleaseSlots(unsigned __int64,unsigned __int64) __ptr64 -?ReleaseSlots@CSlotListLong@@UEAA_K_K0@Z -; public: virtual unsigned __int64 __cdecl CSlotListShort::ReleaseSlots(unsigned __int64,unsigned __int64) __ptr64 -?ReleaseSlots@CSlotListShort@@UEAA_K_K0@Z -; public: void __cdecl CUtlProps2::RemoveInternalFlags(unsigned long,unsigned long,unsigned long) __ptr64 -?RemoveInternalFlags@CUtlProps2@@QEAAXKKK@Z -; public: void __cdecl CWString::ReplaceAt(int,int,unsigned short const * __ptr64,int) __ptr64 -?ReplaceAt@CWString@@QEAAXHHPEBGH@Z -; public: long __cdecl CExtBuffer::ReplaceInExtBuffer(unsigned __int64,unsigned __int64,void const * __ptr64,unsigned __int64) __ptr64 -?ReplaceInExtBuffer@CExtBuffer@@QEAAJ_K0PEBX0@Z -; public: int __cdecl CConnectData::Reset(void) __ptr64 -?Reset@CConnectData@@QEAAHXZ -; public: long __cdecl CEnum::Reset(void) __ptr64 -?Reset@CEnum@@QEAAJXZ -; public: virtual long __cdecl CEnumConnectionPoints::Reset(void) __ptr64 -?Reset@CEnumConnectionPoints@@UEAAJXZ -; public: virtual long __cdecl CEnumConnections::Reset(void) __ptr64 -?Reset@CEnumConnections@@UEAAJXZ -; public: void __cdecl CBitArray::ResetAllSlots(void) __ptr64 -?ResetAllSlots@CBitArray@@QEAAXXZ -; public: virtual void __cdecl CSlotListLong::ResetBusySlotIteration(void) __ptr64 -?ResetBusySlotIteration@CSlotListLong@@UEAAXXZ -; public: virtual void __cdecl CSlotListShort::ResetBusySlotIteration(void) __ptr64 -?ResetBusySlotIteration@CSlotListShort@@UEAAXXZ -; public: virtual long __cdecl CHeapDispenser::ResetResource(void * __ptr64) __ptr64 -?ResetResource@CHeapDispenser@@UEAAJPEAX@Z -; public: void __cdecl CBitArray::ResetSlot(unsigned __int64) __ptr64 -?ResetSlot@CBitArray@@QEAAX_K@Z -; public: void __cdecl CBitArray::ResetSlots(unsigned __int64,unsigned __int64) __ptr64 -?ResetSlots@CBitArray@@QEAAX_K0@Z -; public: void __cdecl CUtlProps2::RestoreInternalFlags(unsigned long,unsigned long) __ptr64 -?RestoreInternalFlags@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CUtlProps2::RestoreInternalStatus(unsigned long,unsigned long) __ptr64 -?RestoreInternalStatus@CUtlProps2@@QEAAXKK@Z -; private: void __cdecl CUtlProps2::RetrieveColumnIdProps(struct tagDBPROP * __ptr64,struct tagUPROPVAL * __ptr64,unsigned long * __ptr64) __ptr64 -?RetrieveColumnIdProps@CUtlProps2@@AEAAXPEAUtagDBPROP@@PEAUtagUPROPVAL@@PEAK@Z -; public: virtual unsigned __int64 __cdecl CSlotListLong::SLSlotCapacity(void) __ptr64 -?SLSlotCapacity@CSlotListLong@@UEAA_KXZ -; public: virtual unsigned __int64 __cdecl CSlotListShort::SLSlotCapacity(void) __ptr64 -?SLSlotCapacity@CSlotListShort@@UEAA_KXZ -; protected: static void __cdecl CWString::SafeDelete(unsigned short * __ptr64) -?SafeDelete@CWString@@KAXPEAG@Z -; protected: static int __cdecl CWString::SafeStrlen(unsigned short const * __ptr64) -?SafeStrlen@CWString@@KAHPEBG@Z -; public: void __cdecl CUtlProps2::SaveInternalFlags(unsigned long,unsigned long) __ptr64 -?SaveInternalFlags@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CUtlProps2::SaveInternalStatus(unsigned long,unsigned long) __ptr64 -?SaveInternalStatus@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CWString::SetAt(int,unsigned short) __ptr64 -?SetAt@CWString@@QEAAXHG@Z -; public: void __cdecl CBaseObjZombie::SetBoko(class CBaseObjBoko * __ptr64) __ptr64 -?SetBoko@CBaseObjZombie@@QEAAXPEAVCBaseObjBoko@@@Z -; public: virtual long __cdecl CUtlProps2::SetCombinedPassThrough(struct tagDBPROPSET const * __ptr64,unsigned long) __ptr64 -?SetCombinedPassThrough@CUtlProps2@@UEAAJPEBUtagDBPROPSET@@K@Z -; public: void __cdecl CWString::SetError(void) __ptr64 -?SetError@CWString@@QEAAXXZ -; public: void __cdecl CUtlProps2::SetInternalStatus(unsigned long,unsigned long,unsigned long) __ptr64 -?SetInternalStatus@CUtlProps2@@QEAAXKKK@Z -; public: void __cdecl CExtBuffer::SetItemCount(unsigned __int64) __ptr64 -?SetItemCount@CExtBuffer@@QEAAX_K@Z -; public: virtual long __cdecl CUtlProps2::SetPassThrough(struct tagDBPROPSET const * __ptr64) __ptr64 -?SetPassThrough@CUtlProps2@@UEAAJPEBUtagDBPROPSET@@@Z -; public: long __cdecl CEnum::SetPos(unsigned long) __ptr64 -?SetPos@CEnum@@QEAAJK@Z -; public: long __cdecl CEnumConnectionPoints::SetPos(unsigned long) __ptr64 -?SetPos@CEnumConnectionPoints@@QEAAJK@Z -; public: long __cdecl CEnumConnections::SetPos(unsigned long) __ptr64 -?SetPos@CEnumConnections@@QEAAJK@Z -; public: void __cdecl CUtlProps2::SetPropOption(unsigned long,unsigned long,unsigned long) __ptr64 -?SetPropOption@CUtlProps2@@QEAAXKKK@Z -; public: void __cdecl CUtlProps2::SetPropRequired(unsigned long,unsigned long,short) __ptr64 -?SetPropRequired@CUtlProps2@@QEAAXKKF@Z -; public: void __cdecl CUtlProps2::SetPropSupported(unsigned long,unsigned long) __ptr64 -?SetPropSupported@CUtlProps2@@QEAAXKK@Z -; public: long __cdecl CUtlProps2::SetPropValue(struct _GUID const * __ptr64,unsigned long,struct tagVARIANT * __ptr64) __ptr64 -?SetPropValue@CUtlProps2@@QEAAJPEBU_GUID@@KPEAUtagVARIANT@@@Z -; public: long __cdecl CUtlProps2::SetProperties(unsigned long,struct tagDBPROPSET const * __ptr64 const,int) __ptr64 -?SetProperties@CUtlProps2@@QEAAJKQEBUtagDBPROPSET@@H@Z -; public: static long __cdecl CUtlProps2::SetPropertiesArgChk(unsigned long,struct tagDBPROPSET const * __ptr64 const) -?SetPropertiesArgChk@CUtlProps2@@SAJKQEBUtagDBPROPSET@@@Z -; private: long __cdecl CUtlProps2::SetProperty(unsigned long,unsigned long,struct tagDBPROP * __ptr64) __ptr64 -?SetProperty@CUtlProps2@@AEAAJKKPEAUtagDBPROP@@@Z -; public: void __cdecl CUtlProps2::SetPropertyInError(unsigned long,unsigned long) __ptr64 -?SetPropertyInError@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CUtlProps2::SetPropertyStatus(unsigned long,struct tagDBPROPSET const * __ptr64 const) __ptr64 -?SetPropertyStatus@CUtlProps2@@QEAAXKQEBUtagDBPROPSET@@@Z -; private: void __cdecl CRowsetConnectionPoint::SetReasons(void) __ptr64 -?SetReasons@CRowsetConnectionPoint@@AEAAXXZ -; public: long __cdecl CBitArray::SetSlot(unsigned __int64) __ptr64 -?SetSlot@CBitArray@@QEAAJ_K@Z -; public: long __cdecl CBitArray::SetSlots(unsigned __int64,unsigned __int64) __ptr64 -?SetSlots@CBitArray@@QEAAJ_K0@Z -; public: void __cdecl CUtlProps2::SetStatus(unsigned long,unsigned long,unsigned long) __ptr64 -?SetStatus@CUtlProps2@@QEAAXKKK@Z -; protected: void __cdecl CUtlPropInfo::SetUPropSetCount(unsigned long) __ptr64 -?SetUPropSetCount@CUtlPropInfo@@IEAAXK@Z -; public: void __cdecl CUtlProps2::SetUPropSetCount(unsigned long) __ptr64 -?SetUPropSetCount@CUtlProps2@@QEAAXK@Z -; public: void __cdecl CUtlProps2::SetValBool(unsigned long,unsigned long,short) __ptr64 -?SetValBool@CUtlProps2@@QEAAXKKF@Z -; public: void __cdecl CUtlProps2::SetValByRef(unsigned long,unsigned long,void * __ptr64) __ptr64 -?SetValByRef@CUtlProps2@@QEAAXKKPEAX@Z -; public: void __cdecl CUtlProps2::SetValEmpty(unsigned long,unsigned long) __ptr64 -?SetValEmpty@CUtlProps2@@QEAAXKK@Z -; public: void __cdecl CUtlProps2::SetValLong(unsigned long,unsigned long,long) __ptr64 -?SetValLong@CUtlProps2@@QEAAXKKJ@Z -; public: void __cdecl CUtlProps2::SetValLongLong(unsigned long,unsigned long,__int64) __ptr64 -?SetValLongLong@CUtlProps2@@QEAAXKK_J@Z -; public: void __cdecl CUtlProps2::SetValShort(unsigned long,unsigned long,short) __ptr64 -?SetValShort@CUtlProps2@@QEAAXKKF@Z -; public: long __cdecl CUtlProps2::SetValString(unsigned long,unsigned long,unsigned short const * __ptr64) __ptr64 -?SetValString@CUtlProps2@@QEAAJKKPEBG@Z -; public: long __cdecl CUtlProps2::SetVariant(unsigned long,unsigned long,struct tagVARIANT * __ptr64) __ptr64 -?SetVariant@CUtlProps2@@QEAAJKKPEAUtagVARIANT@@@Z -; public: long __cdecl CEnum::Skip(unsigned long) __ptr64 -?Skip@CEnum@@QEAAJK@Z -; public: virtual long __cdecl CEnumConnectionPoints::Skip(unsigned long) __ptr64 -?Skip@CEnumConnectionPoints@@UEAAJK@Z -; public: virtual long __cdecl CEnumConnections::Skip(unsigned long) __ptr64 -?Skip@CEnumConnections@@UEAAJK@Z -; public: void __cdecl CExtBuffer::Transfer(class CExtBuffer * __ptr64) __ptr64 -?Transfer@CExtBuffer@@QEAAXPEAV1@@Z -; long __cdecl UnRegisterServer(void * __ptr64 const,unsigned long,struct tagREGENTRIES const * __ptr64 const) -?UnRegisterServer@@YAJQEAXKQEBUtagREGENTRIES@@@Z -; public: virtual long __cdecl CRowsetConnectionPoint::Unadvise(unsigned long) __ptr64 -?Unadvise@CRowsetConnectionPoint@@UEAAJK@Z -; public: void * __ptr64 __cdecl CVLHeap::VLAlloc(unsigned __int64) __ptr64 -?VLAlloc@CVLHeap@@QEAAPEAX_K@Z -; public: void __cdecl CVLHeap::VLFree(void * __ptr64) __ptr64 -?VLFree@CVLHeap@@QEAAXPEAX@Z -; public: void * __ptr64 __cdecl CVLHeap::VLGrow(void * __ptr64,unsigned __int64) __ptr64 -?VLGrow@CVLHeap@@QEAAPEAXPEAX_K@Z -; public: void * __ptr64 __cdecl CVLHeap::VLTrueRealloc(void * __ptr64,unsigned __int64) __ptr64 -?VLTrueRealloc@CVLHeap@@QEAAPEAXPEAX_K@Z -; long __cdecl W95ConvertToAnsiOrOem(unsigned short const * __ptr64,char * __ptr64 * __ptr64,unsigned long,unsigned long * __ptr64,int,int) -?W95ConvertToAnsiOrOem@@YAJPEBGPEAPEADKPEAKHH@Z -; long __cdecl W95ConvertToUnicode(char const * __ptr64,long,unsigned short * __ptr64 * __ptr64,unsigned long * __ptr64,int,int) -?W95ConvertToUnicode@@YAJPEBDJPEAPEAGPEAKHH@Z -; public: long __cdecl CExtBuffer::WriteIntoExtBuffer(void const * __ptr64,unsigned __int64) __ptr64 -?WriteIntoExtBuffer@CExtBuffer@@QEAAJPEBX_K@Z -; public: long __cdecl CExtBuffer::WriteWCharToExtBuffer(unsigned short,unsigned __int64) __ptr64 -?WriteWCharToExtBuffer@CExtBuffer@@QEAAJG_K@Z -; public: int __cdecl CBaseObjBoko::ZombieMustUnprepare(void) __ptr64 -?ZombieMustUnprepare@CBaseObjBoko@@QEAAHXZ -; public: int __cdecl CBaseObjZombie::ZombieMustUnprepare(void) __ptr64 -?ZombieMustUnprepare@CBaseObjZombie@@QEAAHXZ -; public: int __cdecl CBitArray::fGetCopyOf(class CBitArray * __ptr64) __ptr64 -?fGetCopyOf@CBitArray@@QEAAHPEAV1@@Z -; public: int __cdecl CRowsetConnectionPoint::fInit(void) __ptr64 -?fInit@CRowsetConnectionPoint@@QEAAHXZ -; public: int __cdecl CConnectData::fOkToFire(enum DBREASONENUM,enum DBEVENTPHASEENUM) __ptr64 -?fOkToFire@CConnectData@@QEAAHW4DBREASONENUM@@W4DBEVENTPHASEENUM@@@Z -; public: int __cdecl CRowsetConnectionPoint::fReasonNeeded(enum DBREASONENUM,enum DBEVENTPHASEENUM) __ptr64 -?fReasonNeeded@CRowsetConnectionPoint@@QEAAHW4DBREASONENUM@@W4DBEVENTPHASEENUM@@@Z -; public: int __cdecl CRowsetConnectionPointContainer::fReasonNeeded(unsigned long,enum DBREASONENUM,enum DBEVENTPHASEENUM) __ptr64 -?fReasonNeeded@CRowsetConnectionPointContainer@@QEAAHKW4DBREASONENUM@@W4DBEVENTPHASEENUM@@@Z -; private: static unsigned long const * const CUtlProps2::sm_rgPropStatusFromInternStatus -?sm_rgPropStatusFromInternStatus@CUtlProps2@@0QBKB diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdfmap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdfmap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdfmap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdfmap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msdfmap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msdfmap.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdmo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdmo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdmo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdmo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Exports of file msdmo.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msdmo.dll -EXPORTS -DMOEnum -DMOGetName -DMOGetTypes -DMOGuidToStrA -DMOGuidToStrW -DMORegister -DMOStrToGuidA -DMOStrToGuidW -DMOUnregister -MoCopyMediaType -MoCreateMediaType -MoDeleteMediaType -MoDuplicateMediaType -MoFreeMediaType -MoInitMediaType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msdrm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msdrm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msdrm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msdrm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,95 +0,0 @@ -; -; Definition file of msdrm.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "msdrm.dll" -EXPORTS -DRMAcquireAdvisories -DRMAcquireIssuanceLicenseTemplate -DRMAcquireLicense -DRMActivate -DRMAddLicense -DRMAddRightWithUser -DRMAttest -DRMCheckSecurity -DRMClearAllRights -DRMCloseEnvironmentHandle -DRMCloseHandle -DRMClosePubHandle -DRMCloseQueryHandle -DRMCloseSession -DRMConstructCertificateChain -DRMCreateBoundLicense -DRMCreateClientSession -DRMCreateEnablingBitsDecryptor -DRMCreateEnablingBitsEncryptor -DRMCreateEnablingPrincipal -DRMCreateIssuanceLicense -DRMCreateLicenseStorageSession -DRMCreateRight -DRMCreateUser -DRMDecode -DRMDeconstructCertificateChain -DRMDecrypt -DRMDeleteLicense -DRMDuplicateEnvironmentHandle -DRMDuplicateHandle -DRMDuplicatePubHandle -DRMDuplicateSession -DRMEncode -DRMEncrypt -DRMEnumerateLicense -DRMGetApplicationSpecificData -DRMGetBoundLicenseAttribute -DRMGetBoundLicenseAttributeCount -DRMGetBoundLicenseObject -DRMGetBoundLicenseObjectCount -DRMGetCertificateChainCount -DRMGetClientVersion -DRMGetEnvironmentInfo -DRMGetInfo -DRMGetIntervalTime -DRMGetIssuanceLicenseInfo -DRMGetIssuanceLicenseTemplate -DRMGetMetaData -DRMGetNameAndDescription -DRMGetOwnerLicense -DRMGetProcAddress -DRMGetRevocationPoint -DRMGetRightExtendedInfo -DRMGetRightInfo -DRMGetSecurityProvider -DRMGetServiceLocation -DRMGetSignedIssuanceLicense -DRMGetTime -DRMGetUnboundLicenseAttribute -DRMGetUnboundLicenseAttributeCount -DRMGetUnboundLicenseObject -DRMGetUnboundLicenseObjectCount -DRMGetUsagePolicy -DRMGetUserInfo -DRMGetUserRights -DRMGetUsers -DRMInitEnvironment -DRMIsActivated -DRMIsWindowProtected -DRMLoadLibrary -DRMParseUnboundLicense -DRMRegisterContent -DRMRegisterProtectedWindow -DRMRegisterRevocationList -DRMRepair -DRMSetApplicationSpecificData -DRMSetGlobalOptions -DRMSetIntervalTime -DRMSetMetaData -DRMSetNameAndDescription -DRMSetRevocationPoint -DRMSetUsagePolicy -DRMVerify -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -__AddMachineCertToLicenseStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mshtmled.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mshtmled.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mshtmled.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mshtmled.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file mshtmled.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mshtmled.dll -EXPORTS -DllCanUnloadNow -DllEnumClassObjects -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,289 +0,0 @@ -; -; Exports of file msi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msi.dll -EXPORTS -MsiAdvertiseProductA -MsiAdvertiseProductW -MsiCloseAllHandles -MsiCloseHandle -MsiCollectUserInfoA -MsiCollectUserInfoW -MsiConfigureFeatureA -MsiConfigureFeatureFromDescriptorA -MsiConfigureFeatureFromDescriptorW -MsiConfigureFeatureW -MsiConfigureProductA -MsiConfigureProductW -MsiCreateRecord -MsiDatabaseApplyTransformA -MsiDatabaseApplyTransformW -MsiDatabaseCommit -MsiDatabaseExportA -MsiDatabaseExportW -MsiDatabaseGenerateTransformA -MsiDatabaseGenerateTransformW -MsiDatabaseGetPrimaryKeysA -MsiDatabaseGetPrimaryKeysW -MsiDatabaseImportA -MsiDatabaseImportW -MsiDatabaseMergeA -MsiDatabaseMergeW -MsiDatabaseOpenViewA -MsiDatabaseOpenViewW -MsiDoActionA -MsiDoActionW -MsiEnableUIPreview -MsiEnumClientsA -MsiEnumClientsW -MsiEnumComponentQualifiersA -MsiEnumComponentQualifiersW -MsiEnumComponentsA -MsiEnumComponentsW -MsiEnumFeaturesA -MsiEnumFeaturesW -MsiEnumProductsA -MsiEnumProductsW -MsiEvaluateConditionA -MsiEvaluateConditionW -MsiGetLastErrorRecord -MsiGetActiveDatabase -MsiGetComponentStateA -MsiGetComponentStateW -MsiGetDatabaseState -MsiGetFeatureCostA -MsiGetFeatureCostW -MsiGetFeatureInfoA -MsiGetFeatureInfoW -MsiGetFeatureStateA -MsiGetFeatureStateW -MsiGetFeatureUsageA -MsiGetFeatureUsageW -MsiGetFeatureValidStatesA -MsiGetFeatureValidStatesW -MsiGetLanguage -MsiGetMode -MsiGetProductCodeA -MsiGetProductCodeW -MsiGetProductInfoA -MsiGetProductInfoFromScriptA -MsiGetProductInfoFromScriptW -MsiGetProductInfoW -MsiGetProductPropertyA -MsiGetProductPropertyW -MsiGetPropertyA -MsiGetPropertyW -MsiGetSourcePathA -MsiGetSourcePathW -MsiGetSummaryInformationA -MsiGetSummaryInformationW -MsiGetTargetPathA -MsiGetTargetPathW -MsiGetUserInfoA -MsiGetUserInfoW -MsiInstallMissingComponentA -MsiInstallMissingComponentW -MsiInstallMissingFileA -MsiInstallMissingFileW -MsiInstallProductA -MsiInstallProductW -MsiLocateComponentA -MsiLocateComponentW -MsiOpenDatabaseA -MsiOpenDatabaseW -MsiOpenPackageA -MsiOpenPackageW -MsiOpenProductA -MsiOpenProductW -MsiPreviewBillboardA -MsiPreviewBillboardW -MsiPreviewDialogA -MsiPreviewDialogW -MsiProcessAdvertiseScriptA -MsiProcessAdvertiseScriptW -MsiProcessMessage -MsiProvideComponentA -MsiProvideComponentFromDescriptorA -MsiProvideComponentFromDescriptorW -MsiProvideComponentW -MsiProvideQualifiedComponentA -MsiProvideQualifiedComponentW -MsiQueryFeatureStateA -MsiQueryFeatureStateW -MsiQueryProductStateA -MsiQueryProductStateW -MsiRecordDataSize -MsiRecordGetFieldCount -MsiRecordGetInteger -MsiRecordGetStringA -MsiRecordGetStringW -MsiRecordIsNull -MsiRecordReadStream -MsiRecordSetInteger -MsiRecordSetStreamA -MsiRecordSetStreamW -MsiRecordSetStringA -MsiRecordSetStringW -MsiReinstallFeatureA -MsiReinstallFeatureFromDescriptorA -MsiReinstallFeatureFromDescriptorW -MsiReinstallFeatureW -MsiReinstallProductA -MsiReinstallProductW -MsiSequenceA -MsiSequenceW -MsiSetComponentStateA -MsiSetComponentStateW -MsiSetExternalUIA -MsiSetExternalUIW -MsiSetFeatureStateA -MsiSetFeatureStateW -MsiSetInstallLevel -MsiSetInternalUI -MsiVerifyDiskSpace -MsiSetMode -MsiSetPropertyA -MsiSetPropertyW -MsiSetTargetPathA -MsiSetTargetPathW -MsiSummaryInfoGetPropertyA -MsiSummaryInfoGetPropertyCount -MsiSummaryInfoGetPropertyW -MsiSummaryInfoPersist -MsiSummaryInfoSetPropertyA -MsiSummaryInfoSetPropertyW -MsiUseFeatureA -MsiUseFeatureW -MsiVerifyPackageA -MsiVerifyPackageW -MsiViewClose -MsiViewExecute -MsiViewFetch -MsiViewGetErrorA -MsiViewGetErrorW -MsiViewModify -MsiDatabaseIsTablePersistentA -MsiDatabaseIsTablePersistentW -MsiViewGetColumnInfo -MsiRecordClearData -MsiEnableLogA -MsiEnableLogW -MsiFormatRecordA -MsiFormatRecordW -MsiGetComponentPathA -MsiGetComponentPathW -MsiApplyPatchA -MsiApplyPatchW -MsiAdvertiseScriptA -MsiAdvertiseScriptW -MsiGetPatchInfoA -MsiGetPatchInfoW -MsiEnumPatchesA -MsiEnumPatchesW -DllGetVersion -MsiGetProductCodeFromPackageCodeA -MsiGetProductCodeFromPackageCodeW -MsiCreateTransformSummaryInfoA -MsiCreateTransformSummaryInfoW -MsiQueryFeatureStateFromDescriptorA -MsiQueryFeatureStateFromDescriptorW -MsiConfigureProductExA -MsiConfigureProductExW -MsiInvalidateFeatureCache -MsiUseFeatureExA -MsiUseFeatureExW -MsiGetFileVersionA -MsiGetFileVersionW -MsiLoadStringA -MsiLoadStringW -MsiMessageBoxA -MsiMessageBoxW -MsiDecomposeDescriptorA -MsiDecomposeDescriptorW -MsiProvideQualifiedComponentExA -MsiProvideQualifiedComponentExW -MsiEnumRelatedProductsA -MsiEnumRelatedProductsW -MsiSetFeatureAttributesA -MsiSetFeatureAttributesW -MsiSourceListClearAllA -MsiSourceListClearAllW -MsiSourceListAddSourceA -MsiSourceListAddSourceW -MsiSourceListForceResolutionA -MsiSourceListForceResolutionW -MsiIsProductElevatedA -MsiIsProductElevatedW -MsiGetShortcutTargetA -MsiGetShortcutTargetW -MsiGetFileHashA -MsiGetFileHashW -MsiEnumComponentCostsA -MsiEnumComponentCostsW -MsiCreateAndVerifyInstallerDirectory -MsiGetFileSignatureInformationA -MsiGetFileSignatureInformationW -MsiProvideAssemblyA -MsiProvideAssemblyW -MsiAdvertiseProductExA -MsiAdvertiseProductExW -MsiNotifySidChangeA -MsiNotifySidChangeW -MsiOpenPackageExA -MsiOpenPackageExW -MsiDeleteUserDataA -MsiDeleteUserDataW -Migrate10CachedPackagesA -Migrate10CachedPackagesW -MsiRemovePatchesA -MsiRemovePatchesW -MsiApplyMultiplePatchesA -MsiApplyMultiplePatchesW -MsiExtractPatchXMLDataA -MsiExtractPatchXMLDataW -MsiGetPatchInfoExA -MsiGetPatchInfoExW -MsiEnumProductsExA -MsiEnumProductsExW -MsiGetProductInfoExA -MsiGetProductInfoExW -MsiQueryComponentStateA -MsiQueryComponentStateW -MsiQueryFeatureStateExA -MsiQueryFeatureStateExW -MsiDeterminePatchSequenceA -MsiDeterminePatchSequenceW -MsiSourceListAddSourceExA -MsiSourceListAddSourceExW -MsiSourceListClearSourceA -MsiSourceListClearSourceW -MsiSourceListClearAllExA -MsiSourceListClearAllExW -MsiSourceListForceResolutionExA -MsiSourceListForceResolutionExW -MsiSourceListEnumSourcesA -MsiSourceListEnumSourcesW -MsiSourceListGetInfoA -MsiSourceListGetInfoW -MsiSourceListSetInfoA -MsiSourceListSetInfoW -MsiEnumPatchesExA -MsiEnumPatchesExW -MsiSourceListEnumMediaDisksA -MsiSourceListEnumMediaDisksW -MsiSourceListAddMediaDiskA -MsiSourceListAddMediaDiskW -MsiSourceListClearMediaDiskA -MsiSourceListClearMediaDiskW -MsiDetermineApplicablePatchesA -MsiDetermineApplicablePatchesW -MsiMessageBoxExA -MsiMessageBoxExW -MsiSetExternalUIRecord -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msident.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msident.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msident.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msident.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msident.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msident.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msieftp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msieftp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msieftp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msieftp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSIEFTP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSIEFTP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msihnd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msihnd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msihnd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msihnd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msihnd.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msihnd.dll -EXPORTS -DllRegisterServer -DllUnregisterServer -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msimg32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msimg32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msimg32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msimg32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSIMG32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSIMG32.dll -EXPORTS -vSetDdrawflag -AlphaBlend -DllInitialize -GradientFill -TransparentBlt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msimtf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msimtf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msimtf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msimtf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file msimtf.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msimtf.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -MsimtfIsGuidMapEnable -MsimtfIsWindowFiltered diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msinfo.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msinfo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msinfo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msinfo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file msinfo32.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msinfo32.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msiprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msiprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msiprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msiprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSIProv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSIProv.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msisip.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msisip.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msisip.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msisip.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file msisip.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msisip.dll -EXPORTS -MsiSIPIsMyTypeOfFile -MsiSIPGetSignedDataMsg -MsiSIPPutSignedDataMsg -MsiSIPRemoveSignedDataMsg -MsiSIPCreateIndirectData -MsiSIPVerifyIndirectData -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msls31.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msls31.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msls31.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msls31.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -; -; Exports of file msls31.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msls31.dll -EXPORTS -LsCreateContext -LsDestroyContext -LsCreateLine -LsModifyLineHeight -LsDestroyLine -LsCreateSubline -LsFetchAppendToCurrentSubline -LsAppendRunToCurrentSubline -LsResetRMInCurrentSubline -LsFinishCurrentSubline -LsTruncateSubline -LsFindPrevBreakSubline -LsFindNextBreakSubline -LsForceBreakSubline -LsSetBreakSubline -LsDestroySubline -LsMatchPresSubline -LsExpandSubline -LsGetSpecialEffectsSubline -LsdnFinishRegular -LsdnFinishRegularAddAdvancePen -LsdnFinishDelete -LsdnFinishByPen -LsdnFinishBySubline -LsdnFinishDeleteAll -LsdnFinishByOneChar -LsdnQueryObjDimRange -LsdnResetObjDim -LsdnQueryPenNode -LsdnResetPenNode -LsdnSetRigidDup -LsdnGetDup -LsdnSetAbsBaseLine -LsdnResolvePrevTab -LsdnGetCurTabInfo -LsdnSkipCurTab -LsdnDistribute -LsdnSubmitSublines -LsDisplayLine -LsDisplaySubline -LsQueryLineCpPpoint -LsQueryLinePointPcp -LsQueryLineDup -LsQueryFLineEmpty -LsQueryPointPcpSubline -LsQueryCpPpointSubline -LsSetDoc -LsSetModWidthPairs -LsSetCompression -LsSetExpansion -LsSetBreaking -LssbGetObjDimSubline -LssbGetDupSubline -LssbFDonePresSubline -LssbGetPlsrunsFromSubline -LssbGetNumberDnodesInSubline -LssbGetVisibleDcpInSubline -LsPointXYFromPointUV -LsPointUV2FromPointUV1 -LsGetWarichuLsimethods -LsGetRubyLsimethods -LsGetTatenakayokoLsimethods -LsSqueezeSubline -LsCompressSubline -LsGetHihLsimethods -LsQueryTextCellDetails -LsFetchAppendToCurrentSublineResume -LsdnGetFormatDepth -LssbFDoneDisplay -LsGetReverseLsimethods -LsEnumLine -LsGetMinDurBreaks -LsGetLineDur -LsEnumSubline -LsdnModifyParaEnding -LssbGetDurTrailInSubline -LssbGetDurTrailWithPensInSubline -LssbFIsSublineEmpty -LsLwMultDivR diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mslwvtts.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mslwvtts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mslwvtts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mslwvtts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSLWVTTS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSLWVTTS.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msobcomm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msobcomm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msobcomm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msobcomm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSOBCOMM.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSOBCOMM.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msobshel.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msobshel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msobshel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msobshel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSOBSHEL.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSOBSHEL.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msobweb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msobweb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msobweb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msobweb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MSOBWEB.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSOBWEB.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mspatcha.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mspatcha.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mspatcha.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mspatcha.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Exports of file mspatcha.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mspatcha.dll -EXPORTS -ApplyPatchToFileA -ApplyPatchToFileByHandles -ApplyPatchToFileByHandlesEx -ApplyPatchToFileExA -ApplyPatchToFileExW -ApplyPatchToFileW -GetFilePatchSignatureA -GetFilePatchSignatureByHandle -GetFilePatchSignatureW -TestApplyPatchToFileA -TestApplyPatchToFileByHandles -TestApplyPatchToFileW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mspmsnsv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mspmsnsv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mspmsnsv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mspmsnsv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file mspmspsn.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mspmspsn.DLL -EXPORTS -ServiceMain -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msports.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msports.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msports.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msports.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Exports of file MSPORTS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSPORTS.DLL -EXPORTS -ComDBClaimNextFreePort -ComDBClaimPort -ComDBClose -ComDBGetCurrentPortUsage -ComDBOpen -ComDBReleasePort -ComDBResizeDatabase -ParallelPortPropPageProvider -PortsClassInstaller -SerialDisplayAdvancedSettings -SerialPortPropPageProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msrating.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msrating.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msrating.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msrating.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Exports of file MSRATING.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSRATING.dll -EXPORTS -ChangeSupervisorPassword -ClickedOnPRF -ClickedOnRAT -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -RatingAccessDeniedDialog -RatingAccessDeniedDialog2 -RatingAddPropertyPages -RatingCheckUserAccess -RatingCustomAddRatingHelper -RatingCustomAddRatingSystem -RatingCustomCrackData -RatingCustomDeleteCrackedData -RatingCustomInit -RatingCustomRemoveRatingHelper -RatingCustomSetDefaultBureau -RatingCustomSetUserOptions -RatingEnable -RatingEnabledQuery -RatingFreeDetails -RatingInit -RatingObtainCancel -RatingObtainQuery -RatingSetupUI -VerifySupervisorPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mssign32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mssign32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mssign32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mssign32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -; -; Exports of file MSSIGN32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSSIGN32.dll -EXPORTS -DllRegisterServer -DllUnregisterServer -FreeCryptProvFromCert -GetCryptProvFromCert -PvkFreeCryptProv -PvkGetCryptProv -PvkPrivateKeyAcquireContext -PvkPrivateKeyAcquireContextA -PvkPrivateKeyAcquireContextFromMemory -PvkPrivateKeyAcquireContextFromMemoryA -PvkPrivateKeyLoad -PvkPrivateKeyLoadA -PvkPrivateKeyLoadFromMemory -PvkPrivateKeyLoadFromMemoryA -PvkPrivateKeyReleaseContext -PvkPrivateKeyReleaseContextA -PvkPrivateKeySave -PvkPrivateKeySaveA -PvkPrivateKeySaveToMemory -PvkPrivateKeySaveToMemoryA -SignError -SignerAddTimeStampResponse -SignerAddTimeStampResponseEx -SignerCreateTimeStampRequest -SignerFreeSignerContext -SignerSign -SignerSignEx -SignerTimeStamp -SignerTimeStampEx -SpcGetCertFromKey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mssip32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mssip32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mssip32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mssip32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file MSSIP32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSSIP32.dll -EXPORTS -CryptSIPGetInfo -CryptSIPGetRegWorkingFlags -CryptSIPCreateIndirectData -CryptSIPGetSignedDataMsg -CryptSIPPutSignedDataMsg -CryptSIPRemoveSignedDataMsg -CryptSIPVerifyIndirectData -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mstask.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mstask.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mstask.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mstask.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Exports of file mstask.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mstask.dll -EXPORTS -ConvertAtJobsToTasks -DllCanUnloadNow -DllGetClassObject -GetNetScheduleAccountInformation -NetrJobAdd -NetrJobDel -NetrJobEnum -NetrJobGetInfo -SAGetAccountInformation -SAGetNSAccountInformation -SASetAccountInformation -SASetNSAccountInformation -SetNetScheduleAccountInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mstime.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mstime.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mstime.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mstime.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSTIME.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSTIME.dll -EXPORTS -DllCanUnloadNow -DllEnumClassObjects -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mstscax.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mstscax.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mstscax.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mstscax.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file mstscax.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mstscax.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllGetTscCtlVer -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msv1_0.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msv1_0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msv1_0.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msv1_0.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Exports of file msv1_0.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY msv1_0.dll -EXPORTS -SpInitialize -SpLsaModeInitialize -SpUserModeInitialize -LsaApCallPackage -LsaApCallPackagePassthrough -LsaApCallPackageUntrusted -LsaApInitializePackage -LsaApLogonTerminated -LsaApLogonUserEx2 -Msv1_0ExportSubAuthenticationRoutine -Msv1_0SubAuthenticationPresent -MsvGetLogonAttemptCount -MsvSamLogoff -MsvSamValidate -MsvValidateTarget -SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcp120_app.def.in mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcp120_app.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcp120_app.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcp120_app.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1576 @@ +; +; Definition file of msvcp120_app.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "msvcp120_app.dll" +EXPORTS +??$_Getvals@_W@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAX_WAEBV_Locinfo@1@@Z +??$_Getvals@_W@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAX_WAEBV_Locinfo@1@@Z +??$_Getvals@_W@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAAX_WAEBV_Locinfo@1@@Z +??0?$_Yarn@D@std@@QEAA@AEBV01@@Z +??0?$_Yarn@D@std@@QEAA@PEBD@Z +??0?$_Yarn@D@std@@QEAA@XZ +??0?$_Yarn@_W@std@@QEAA@XZ +??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ +??0?$basic_ios@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z +??0?$basic_ios@GU?$char_traits@G@std@@@std@@IEAA@XZ +??0?$basic_ios@GU?$char_traits@G@std@@@std@@QEAA@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z +??0?$basic_ios@_WU?$char_traits@_W@std@@@std@@IEAA@XZ +??0?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAA@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z +??0?$basic_iostream@DU?$char_traits@D@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z +??0?$basic_iostream@GU?$char_traits@G@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_iostream@GU?$char_traits@G@std@@@std@@QEAA@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z +??0?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QEAA@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z +??0?$basic_istream@DU?$char_traits@D@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N1@Z +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z +??0?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA@W4_Uninitialized@1@@Z +??0?$basic_istream@GU?$char_traits@G@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N1@Z +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N@Z +??0?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA@W4_Uninitialized@1@@Z +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N1@Z +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N@Z +??0?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA@W4_Uninitialized@1@@Z +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z +??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA@W4_Uninitialized@1@_N@Z +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAA@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@_N@Z +??0?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAA@W4_Uninitialized@1@_N@Z +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IEAA@$$QEAV01@@Z +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAA@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@_N@Z +??0?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAA@W4_Uninitialized@1@_N@Z +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@AEBV01@@Z +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@W4_Uninitialized@1@@Z +??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAA@AEBV01@@Z +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAA@W4_Uninitialized@1@@Z +??0?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAA@XZ +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAA@AEBV01@@Z +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAA@W4_Uninitialized@1@@Z +??0?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAA@XZ +??0?$codecvt@DDH@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$codecvt@DDH@std@@QEAA@_K@Z +??0?$codecvt@GDH@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$codecvt@GDH@std@@QEAA@_K@Z +??0?$codecvt@_WDH@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$codecvt@_WDH@std@@QEAA@_K@Z +??0?$ctype@D@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$ctype@D@std@@QEAA@PEBF_N_K@Z +??0?$ctype@G@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$ctype@G@std@@QEAA@_K@Z +??0?$ctype@_W@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$ctype@_W@std@@QEAA@_K@Z +??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@_K@Z +??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@_K@Z +??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@_K@Z +??0?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@_K@Z +??0?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@_K@Z +??0?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@_K@Z +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAA@PEBD_K@Z +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@_K@Z +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAA@PEBD_K@Z +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@_K@Z +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAA@PEBD_K@Z +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@_K@Z +??0?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@_K@Z +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAA@PEBD_K@Z +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@_K@Z +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAA@PEBD_K@Z +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z +??0?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@_K@Z +??0Init@ios_base@std@@QEAA@XZ +??0_Concurrent_queue_base_v4@details@Concurrency@@IEAA@_K@Z +??0_Concurrent_queue_iterator_base_v4@details@Concurrency@@IEAA@AEBV_Concurrent_queue_base_v4@12@@Z +??0_Container_base12@std@@QEAA@AEBU01@@Z +??0_Container_base12@std@@QEAA@XZ +??0_Facet_base@std@@QEAA@AEBV01@@Z +??0_Facet_base@std@@QEAA@XZ +??0_Init_locks@std@@QEAA@XZ +??0_Locimp@locale@std@@AEAA@AEBV012@@Z +??0_Locimp@locale@std@@AEAA@_N@Z +??0_Locinfo@std@@QEAA@HPEBD@Z +??0_Locinfo@std@@QEAA@PEBD@Z +??0_Lockit@std@@QEAA@H@Z +??0_Lockit@std@@QEAA@XZ +??0_Pad@std@@QEAA@AEBV01@@Z +??0_Pad@std@@QEAA@XZ +??0_Runtime_object@details@Concurrency@@QEAA@H@Z +??0_Runtime_object@details@Concurrency@@QEAA@XZ +??0_Timevec@std@@QEAA@AEBV01@@Z +??0_Timevec@std@@QEAA@PEAX@Z +??0_UShinit@std@@QEAA@XZ +??0_Winit@std@@QEAA@XZ +??0agent@Concurrency@@QEAA@AEAVScheduleGroup@1@@Z +??0agent@Concurrency@@QEAA@AEAVScheduler@1@@Z +??0agent@Concurrency@@QEAA@XZ +??0codecvt_base@std@@QEAA@_K@Z +??0ctype_base@std@@QEAA@_K@Z +??0facet@locale@std@@IEAA@_K@Z +??0id@locale@std@@QEAA@_K@Z +??0ios_base@std@@IEAA@XZ +??0time_base@std@@QEAA@_K@Z +??1?$_Yarn@D@std@@QEAA@XZ +??1?$_Yarn@_W@std@@QEAA@XZ +??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ +??1?$basic_ios@GU?$char_traits@G@std@@@std@@UEAA@XZ +??1?$basic_ios@_WU?$char_traits@_W@std@@@std@@UEAA@XZ +??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ +??1?$basic_iostream@GU?$char_traits@G@std@@@std@@UEAA@XZ +??1?$basic_iostream@_WU?$char_traits@_W@std@@@std@@UEAA@XZ +??1?$basic_istream@DU?$char_traits@D@std@@@std@@UEAA@XZ +??1?$basic_istream@GU?$char_traits@G@std@@@std@@UEAA@XZ +??1?$basic_istream@_WU?$char_traits@_W@std@@@std@@UEAA@XZ +??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UEAA@XZ +??1?$basic_ostream@GU?$char_traits@G@std@@@std@@UEAA@XZ +??1?$basic_ostream@_WU?$char_traits@_W@std@@@std@@UEAA@XZ +??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ +??1?$basic_streambuf@GU?$char_traits@G@std@@@std@@UEAA@XZ +??1?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UEAA@XZ +??1?$codecvt@DDH@std@@MEAA@XZ +??1?$codecvt@GDH@std@@MEAA@XZ +??1?$codecvt@_WDH@std@@MEAA@XZ +??1?$ctype@D@std@@MEAA@XZ +??1?$ctype@G@std@@MEAA@XZ +??1?$ctype@_W@std@@MEAA@XZ +??1?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEAA@XZ +??1?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEAA@XZ +??1?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEAA@XZ +??1?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEAA@XZ +??1?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEAA@XZ +??1?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEAA@XZ +??1?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEAA@XZ +??1?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEAA@XZ +??1?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEAA@XZ +??1?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEAA@XZ +??1?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEAA@XZ +??1?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEAA@XZ +??1Init@ios_base@std@@QEAA@XZ +??1_Concurrent_queue_base_v4@details@Concurrency@@MEAA@XZ +??1_Concurrent_queue_iterator_base_v4@details@Concurrency@@IEAA@XZ +??1_Concurrent_vector_base_v4@details@Concurrency@@IEAA@XZ +??1_Container_base12@std@@QEAA@XZ +??1_Facet_base@std@@UEAA@XZ +??1_Init_locks@std@@QEAA@XZ +??1_Locimp@locale@std@@MEAA@XZ +??1_Locinfo@std@@QEAA@XZ +??1_Lockit@std@@QEAA@XZ +??1_Pad@std@@QEAA@XZ +??1_Timevec@std@@QEAA@XZ +??1_UShinit@std@@QEAA@XZ +??1_Winit@std@@QEAA@XZ +??1agent@Concurrency@@UEAA@XZ +??1codecvt_base@std@@UEAA@XZ +??1ctype_base@std@@UEAA@XZ +??1facet@locale@std@@MEAA@XZ +??1ios_base@std@@UEAA@XZ +??1time_base@std@@UEAA@XZ +??4?$_Iosb@H@std@@QEAAAEAV01@AEBV01@@Z +??4?$_Yarn@D@std@@QEAAAEAV01@AEBV01@@Z +??4?$_Yarn@D@std@@QEAAAEAV01@PEBD@Z +??4?$_Yarn@_W@std@@QEAAAEAV01@PEB_W@Z +??4?$basic_iostream@DU?$char_traits@D@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_iostream@GU?$char_traits@G@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_istream@DU?$char_traits@D@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_istream@GU?$char_traits@G@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_istream@_WU?$char_traits@_W@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_ostream@DU?$char_traits@D@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_ostream@GU?$char_traits@G@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IEAAAEAV01@$$QEAV01@@Z +??4?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAAEAV01@AEBV01@@Z +??4?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAAEAV01@AEBV01@@Z +??4?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAAEAV01@AEBV01@@Z +??4Init@ios_base@std@@QEAAAEAV012@AEBV012@@Z +??4_Container_base0@std@@QEAAAEAU01@AEBU01@@Z +??4_Container_base12@std@@QEAAAEAU01@AEBU01@@Z +??4_Facet_base@std@@QEAAAEAV01@AEBV01@@Z +??4_Init_locks@std@@QEAAAEAV01@AEBV01@@Z +??4_Pad@std@@QEAAAEAV01@AEBV01@@Z +??4_Timevec@std@@QEAAAEAV01@AEBV01@@Z +??4_UShinit@std@@QEAAAEAV01@AEBV01@@Z +??4_Winit@std@@QEAAAEAV01@AEBV01@@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAF@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAG@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAH@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAI@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAJ@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAK@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAM@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAN@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAO@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAPEAX@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEA_J@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEA_K@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEA_N@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@DU?$char_traits@D@std@@@1@AEAV21@@Z@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAF@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAG@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAH@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAI@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAJ@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAK@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAM@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAN@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAO@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEAPEAX@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEA_J@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEA_K@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@AEA_N@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@GU?$char_traits@G@std@@@1@AEAV21@@Z@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??5?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAF@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAG@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAH@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAI@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAJ@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAK@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAM@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAN@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAO@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEAPEAX@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEA_J@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEA_K@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@AEA_N@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@_WU?$char_traits@_W@std@@@1@AEAV21@@Z@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??5?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@F@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@G@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@I@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@J@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@K@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@M@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@N@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@O@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@DU?$char_traits@D@std@@@1@AEAV21@@Z@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_K@Z +??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_N@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@F@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@G@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@H@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@I@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@J@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@K@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@M@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@N@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@O@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@GU?$char_traits@G@std@@@1@AEAV21@@Z@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@GU?$char_traits@G@std@@@1@@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@PEBX@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@_J@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@_K@Z +??6?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV01@_N@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@F@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@G@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@H@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@I@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@J@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@K@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@M@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@N@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@O@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAV?$basic_ios@_WU?$char_traits@_W@std@@@1@AEAV21@@Z@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@PEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@1@@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@PEBX@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@_J@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@_K@Z +??6?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV01@_N@Z +??7ios_base@std@@QEBA_NXZ +??Bid@locale@std@@QEAA_KXZ +??Bios_base@std@@QEBA_NXZ +??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_ios@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_ios@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_iostream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_iostream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_istream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_istream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_ostream@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_ostream@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ DATA +??_7?$basic_streambuf@GU?$char_traits@G@std@@@std@@6B@ DATA +??_7?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@6B@ DATA +??_7?$codecvt@DDH@std@@6B@ DATA +??_7?$codecvt@GDH@std@@6B@ DATA +??_7?$codecvt@_WDH@std@@6B@ DATA +??_7?$ctype@D@std@@6B@ DATA +??_7?$ctype@G@std@@6B@ DATA +??_7?$ctype@_W@std@@6B@ DATA +??_7?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ DATA +??_7?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@6B@ DATA +??_7?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@6B@ DATA +??_7_Facet_base@std@@6B@ DATA +??_7_Locimp@locale@std@@6B@ DATA +??_7_Pad@std@@6B@ DATA +??_7codecvt_base@std@@6B@ DATA +??_7ctype_base@std@@6B@ DATA +??_7facet@locale@std@@6B@ DATA +??_7ios_base@std@@6B@ DATA +??_7time_base@std@@6B@ DATA +??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ DATA +??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ DATA +??_8?$basic_iostream@GU?$char_traits@G@std@@@std@@7B?$basic_istream@GU?$char_traits@G@std@@@1@@ DATA +??_8?$basic_iostream@GU?$char_traits@G@std@@@std@@7B?$basic_ostream@GU?$char_traits@G@std@@@1@@ DATA +??_8?$basic_iostream@_WU?$char_traits@_W@std@@@std@@7B?$basic_istream@_WU?$char_traits@_W@std@@@1@@ DATA +??_8?$basic_iostream@_WU?$char_traits@_W@std@@@std@@7B?$basic_ostream@_WU?$char_traits@_W@std@@@1@@ DATA +??_8?$basic_istream@DU?$char_traits@D@std@@@std@@7B@ DATA +??_8?$basic_istream@GU?$char_traits@G@std@@@std@@7B@ DATA +??_8?$basic_istream@_WU?$char_traits@_W@std@@@std@@7B@ DATA +??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ DATA +??_8?$basic_ostream@GU?$char_traits@G@std@@@std@@7B@ DATA +??_8?$basic_ostream@_WU?$char_traits@_W@std@@@std@@7B@ DATA +??_D?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAAXXZ +??_D?$basic_iostream@GU?$char_traits@G@std@@@std@@QEAAXXZ +??_D?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +??_D?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAXXZ +??_D?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAXXZ +??_D?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +??_D?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ +??_D?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAXXZ +??_D?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +??_F?$codecvt@DDH@std@@QEAAXXZ +??_F?$codecvt@GDH@std@@QEAAXXZ +??_F?$codecvt@_WDH@std@@QEAAXXZ +??_F?$ctype@D@std@@QEAAXXZ +??_F?$ctype@G@std@@QEAAXXZ +??_F?$ctype@_W@std@@QEAAXXZ +??_F?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAAXXZ +??_F?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAAXXZ +??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ +??_F?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAAXXZ +??_F?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAAXXZ +??_F?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ +??_F?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAAXXZ +??_F?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAAXXZ +??_F?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ +??_F?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAAXXZ +??_F?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAAXXZ +??_F?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ +??_F_Locinfo@std@@QEAAXXZ +??_F_Timevec@std@@QEAAXXZ +??_Fcodecvt_base@std@@QEAAXXZ +??_Fctype_base@std@@QEAAXXZ +??_Ffacet@locale@std@@QEAAXXZ +??_Fid@locale@std@@QEAAXXZ +??_Ftime_base@std@@QEAAXXZ +?GetNextAsyncId@platform@details@Concurrency@@YAIXZ +?NFS_Allocate@details@Concurrency@@YAPEAX_K0PEAX@Z +?NFS_Free@details@Concurrency@@YAXPEAX@Z +?NFS_GetLineSize@details@Concurrency@@YA_KXZ +?_10@placeholders@std@@3V?$_Ph@$09@2@A DATA +?_11@placeholders@std@@3V?$_Ph@$0L@@2@A DATA +?_12@placeholders@std@@3V?$_Ph@$0M@@2@A DATA +?_13@placeholders@std@@3V?$_Ph@$0N@@2@A DATA +?_14@placeholders@std@@3V?$_Ph@$0O@@2@A DATA +?_15@placeholders@std@@3V?$_Ph@$0P@@2@A DATA +?_16@placeholders@std@@3V?$_Ph@$0BA@@2@A DATA +?_17@placeholders@std@@3V?$_Ph@$0BB@@2@A DATA +?_18@placeholders@std@@3V?$_Ph@$0BC@@2@A DATA +?_19@placeholders@std@@3V?$_Ph@$0BD@@2@A DATA +?_1@placeholders@std@@3V?$_Ph@$00@2@A DATA +?_20@placeholders@std@@3V?$_Ph@$0BE@@2@A DATA +?_2@placeholders@std@@3V?$_Ph@$01@2@A DATA +?_3@placeholders@std@@3V?$_Ph@$02@2@A DATA +?_4@placeholders@std@@3V?$_Ph@$03@2@A DATA +?_5@placeholders@std@@3V?$_Ph@$04@2@A DATA +?_6@placeholders@std@@3V?$_Ph@$05@2@A DATA +?_7@placeholders@std@@3V?$_Ph@$06@2@A DATA +?_8@placeholders@std@@3V?$_Ph@$07@2@A DATA +?_9@placeholders@std@@3V?$_Ph@$08@2@A DATA +?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z +?_Addfac@_Locimp@locale@std@@AEAAXPEAVfacet@23@_K@Z +?_Addstd@ios_base@std@@SAXPEAV12@@Z +?_Advance@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IEAAXXZ +?_Assign@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IEAAXAEBV123@@Z +?_Atexit@@YAXP6AXXZ@Z +?_BADOFF@std@@3_JB DATA +?_Byte_reverse_table@details@Concurrency@@3QBEB DATA +?_C_str@?$_Yarn@D@std@@QEBAPEBDXZ +?_C_str@?$_Yarn@_W@std@@QEBAPEB_WXZ +?_Callfns@ios_base@std@@AEAAXW4event@12@@Z +?_Clocptr@_Locimp@locale@std@@0PEAV123@EA DATA +?_Close_dir@sys@tr2@std@@YAXPEAX@Z +?_Copy_file@sys@tr2@std@@YAHPEBD0_N@Z +?_Copy_file@sys@tr2@std@@YAHPEB_W0_N@Z +?_Current_get@sys@tr2@std@@YAPEADAEAY0BAE@D@Z +?_Current_get@sys@tr2@std@@YAPEA_WAEAY0BAE@_W@Z +?_Current_set@sys@tr2@std@@YA_NPEBD@Z +?_Current_set@sys@tr2@std@@YA_NPEB_W@Z +?_Decref@facet@locale@std@@UEAAPEAV_Facet_base@3@XZ +?_Donarrow@?$ctype@G@std@@IEBADGD@Z +?_Donarrow@?$ctype@_W@std@@IEBAD_WD@Z +?_Dowiden@?$ctype@G@std@@IEBAGD@Z +?_Dowiden@?$ctype@_W@std@@IEBA_WD@Z +?_Empty@?$_Yarn@D@std@@QEBA_NXZ +?_Empty@?$_Yarn@_W@std@@QEBA_NXZ +?_Equivalent@sys@tr2@std@@YAHPEBD0@Z +?_Equivalent@sys@tr2@std@@YAHPEB_W0@Z +?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAPEADPEADDH@Z +?_Ffmt@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAPEADPEADDH@Z +?_Ffmt@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAPEADPEADDH@Z +?_File_size@sys@tr2@std@@YA_KPEBD@Z +?_File_size@sys@tr2@std@@YA_KPEB_W@Z +?_Findarr@ios_base@std@@AEAAAEAU_Iosarray@12@H@Z +?_Fiopen@std@@YAPEAU_iobuf@@PEBDHH@Z +?_Fiopen@std@@YAPEAU_iobuf@@PEBGHH@Z +?_Fiopen@std@@YAPEAU_iobuf@@PEB_WHH@Z +?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBD_K333@Z +?_Fput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBD_K333@Z +?_Fput@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBD_K444@Z +?_Future_error_map@std@@YAPEBDH@Z +?_GetCombinableSize@details@Concurrency@@YA_KXZ +?_Getcat@?$codecvt@DDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$codecvt@GDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$codecvt@_WDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$ctype@D@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$ctype@G@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$ctype@_W@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z +?_Getcat@facet@locale@std@@SA_KPEAPEBV123@PEBV23@@Z +?_Getcoll@_Locinfo@std@@QEBA?AU_Collvec@@XZ +?_Getctype@_Locinfo@std@@QEBA?AU_Ctypevec@@XZ +?_Getcvt@_Locinfo@std@@QEBA?AU_Cvtvec@@XZ +?_Getdateorder@_Locinfo@std@@QEBAHXZ +?_Getdays@_Locinfo@std@@QEBAPEBDXZ +?_Getfalse@_Locinfo@std@@QEBAPEBDXZ +?_Getffld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getffld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getffld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getffldx@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getffldx@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getffldx@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1AEAVios_base@2@PEAH@Z +?_Getfmt@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEBD@Z +?_Getfmt@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEBD@Z +?_Getfmt@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEBD@Z +?_Getgloballocale@locale@std@@CAPEAV_Locimp@12@XZ +?_Getifld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@1HAEBVlocale@2@@Z +?_Getifld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@1HAEBVlocale@2@@Z +?_Getifld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@1HAEBVlocale@2@@Z +?_Getint@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@0HHAEAHAEBV?$ctype@D@2@@Z +?_Getint@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@0HHAEAHAEBV?$ctype@G@2@@Z +?_Getint@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@0HHAEAHAEBV?$ctype@_W@2@@Z +?_Getlconv@_Locinfo@std@@QEBAPEBUlconv@@XZ +?_Getmonths@_Locinfo@std@@QEBAPEBDXZ +?_Getname@_Locinfo@std@@QEBAPEBDXZ +?_Getpfirst@_Container_base12@std@@QEBAPEAPEAU_Iterator_base12@2@XZ +?_Getptr@_Timevec@std@@QEBAPEAXXZ +?_Gettnames@_Locinfo@std@@QEBA?AV_Timevec@2@XZ +?_Gettrue@_Locinfo@std@@QEBAPEBDXZ +?_Gnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ +?_Gnavail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBA_JXZ +?_Gnavail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBA_JXZ +?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ +?_Gndec@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAPEAGXZ +?_Gndec@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAPEA_WXZ +?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ +?_Gninc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAPEAGXZ +?_Gninc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAPEA_WXZ +?_Gnpreinc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ +?_Gnpreinc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAPEAGXZ +?_Gnpreinc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAPEA_WXZ +?_Id_cnt@id@locale@std@@0HA DATA +?_Ifmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAPEADPEADPEBDH@Z +?_Ifmt@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAPEADPEADPEBDH@Z +?_Ifmt@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAPEADPEADPEBDH@Z +?_Incref@facet@locale@std@@UEAAXXZ +?_Index@ios_base@std@@0HA DATA +?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAPEAD0PEAH001@Z +?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXXZ +?_Init@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXPEAPEAG0PEAH001@Z +?_Init@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXXZ +?_Init@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXPEAPEA_W0PEAH001@Z +?_Init@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXXZ +?_Init@?$codecvt@DDH@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$codecvt@GDH@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$codecvt@_WDH@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$ctype@D@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$ctype@G@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$ctype@_W@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z +?_Init@ios_base@std@@IEAAXXZ +?_Init@locale@std@@CAPEAV_Locimp@12@_N@Z +?_Init_cnt@Init@ios_base@std@@0HA DATA +?_Init_cnt@_UShinit@std@@0HA DATA +?_Init_cnt@_Winit@std@@0HA DATA +?_Init_cnt_func@Init@ios_base@std@@CAAEAHXZ +?_Init_ctor@Init@ios_base@std@@CAXPEAV123@@Z +?_Init_dtor@Init@ios_base@std@@CAXPEAV123@@Z +?_Init_locks_ctor@_Init_locks@std@@CAXPEAV12@@Z +?_Init_locks_dtor@_Init_locks@std@@CAXPEAV12@@Z +?_Internal_assign@_Concurrent_vector_base_v4@details@Concurrency@@IEAAXAEBV123@_KP6AXPEAX1@ZP6AX2PEBX1@Z5@Z +?_Internal_capacity@_Concurrent_vector_base_v4@details@Concurrency@@IEBA_KXZ +?_Internal_clear@_Concurrent_vector_base_v4@details@Concurrency@@IEAA_KP6AXPEAX_K@Z@Z +?_Internal_compact@_Concurrent_vector_base_v4@details@Concurrency@@IEAAPEAX_KPEAXP6AX10@ZP6AX1PEBX0@Z@Z +?_Internal_copy@_Concurrent_vector_base_v4@details@Concurrency@@IEAAXAEBV123@_KP6AXPEAXPEBX1@Z@Z +?_Internal_empty@_Concurrent_queue_base_v4@details@Concurrency@@IEBA_NXZ +?_Internal_finish_clear@_Concurrent_queue_base_v4@details@Concurrency@@IEAAXXZ +?_Internal_grow_by@_Concurrent_vector_base_v4@details@Concurrency@@IEAA_K_K0P6AXPEAXPEBX0@Z2@Z +?_Internal_grow_to_at_least_with_result@_Concurrent_vector_base_v4@details@Concurrency@@IEAA_K_K0P6AXPEAXPEBX0@Z2@Z +?_Internal_move_push@_Concurrent_queue_base_v4@details@Concurrency@@IEAAXPEAX@Z +?_Internal_pop_if_present@_Concurrent_queue_base_v4@details@Concurrency@@IEAA_NPEAX@Z +?_Internal_push@_Concurrent_queue_base_v4@details@Concurrency@@IEAAXPEBX@Z +?_Internal_push_back@_Concurrent_vector_base_v4@details@Concurrency@@IEAAPEAX_KAEA_K@Z +?_Internal_reserve@_Concurrent_vector_base_v4@details@Concurrency@@IEAAX_K00@Z +?_Internal_resize@_Concurrent_vector_base_v4@details@Concurrency@@IEAAX_K00P6AXPEAX0@ZP6AX1PEBX0@Z3@Z +?_Internal_size@_Concurrent_queue_base_v4@details@Concurrency@@IEBA_KXZ +?_Internal_swap@_Concurrent_queue_base_v4@details@Concurrency@@IEAAXAEAV123@@Z +?_Internal_swap@_Concurrent_vector_base_v4@details@Concurrency@@IEAAXAEAV123@@Z +?_Internal_throw_exception@_Concurrent_queue_base_v4@details@Concurrency@@IEBAXXZ +?_Internal_throw_exception@_Concurrent_vector_base_v4@details@Concurrency@@IEBAX_K@Z +?_Ios_base_dtor@ios_base@std@@CAXPEAV12@@Z +?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA_N_N@Z +?_Ipfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA_N_N@Z +?_Ipfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA_N_N@Z +?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEAD_K@Z +?_Iput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEAD_K@Z +?_Iput@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEAD_K@Z +?_Last_write_time@sys@tr2@std@@YAXPEBD_J@Z +?_Last_write_time@sys@tr2@std@@YAXPEB_W_J@Z +?_Last_write_time@sys@tr2@std@@YA_JPEBD@Z +?_Last_write_time@sys@tr2@std@@YA_JPEB_W@Z +?_Launch@_Pad@std@@QEAAXPEAU_Thrd_imp_t@@@Z +?_Link@sys@tr2@std@@YAHPEBD0@Z +?_Link@sys@tr2@std@@YAHPEB_W0@Z +?_Locimp_Addfac@_Locimp@locale@std@@CAXPEAV123@PEAVfacet@23@_K@Z +?_Locimp_ctor@_Locimp@locale@std@@CAXPEAV123@AEBV123@@Z +?_Locimp_dtor@_Locimp@locale@std@@CAXPEAV123@@Z +?_Locinfo_Addcats@_Locinfo@std@@SAAEAV12@PEAV12@HPEBD@Z +?_Locinfo_ctor@_Locinfo@std@@SAXPEAV12@HPEBD@Z +?_Locinfo_ctor@_Locinfo@std@@SAXPEAV12@PEBD@Z +?_Locinfo_dtor@_Locinfo@std@@SAXPEAV12@@Z +?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ +?_Lock@?$basic_streambuf@GU?$char_traits@G@std@@@std@@UEAAXXZ +?_Lock@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UEAAXXZ +?_Lockit_ctor@_Lockit@std@@CAXPEAV12@@Z +?_Lockit_ctor@_Lockit@std@@CAXPEAV12@H@Z +?_Lockit_ctor@_Lockit@std@@SAXH@Z +?_Lockit_dtor@_Lockit@std@@CAXPEAV12@@Z +?_Lockit_dtor@_Lockit@std@@SAXH@Z +?_Lstat@sys@tr2@std@@YA?AW4file_type@123@PEBDAEAH@Z +?_Lstat@sys@tr2@std@@YA?AW4file_type@123@PEB_WAEAH@Z +?_MP_Add@std@@YAXQEA_K_K@Z +?_MP_Get@std@@YA_KQEA_K@Z +?_MP_Mul@std@@YAXQEA_K_K1@Z +?_MP_Rem@std@@YAXQEA_K_K@Z +?_Make_dir@sys@tr2@std@@YAHPEBD@Z +?_Make_dir@sys@tr2@std@@YAHPEB_W@Z +?_Makeloc@_Locimp@locale@std@@CAPEAV123@AEBV_Locinfo@3@HPEAV123@PEBV23@@Z +?_Makeushloc@_Locimp@locale@std@@CAXAEBV_Locinfo@3@HPEAV123@PEBV23@@Z +?_Makewloc@_Locimp@locale@std@@CAXAEBV_Locinfo@3@HPEAV123@PEBV23@@Z +?_Makexloc@_Locimp@locale@std@@CAXAEBV_Locinfo@3@HPEAV123@PEBV23@@Z +?_Mtx_delete@threads@stdext@@YAXPEAX@Z +?_Mtx_lock@threads@stdext@@YAXPEAX@Z +?_Mtx_new@threads@stdext@@YAXAEAPEAX@Z +?_Mtx_unlock@threads@stdext@@YAXPEAX@Z +?_New_Locimp@_Locimp@locale@std@@CAPEAV123@AEBV123@@Z +?_New_Locimp@_Locimp@locale@std@@CAPEAV123@_N@Z +?_Open_dir@sys@tr2@std@@YAPEAXAEAY0BAE@DPEBDAEAHAEAW4file_type@123@@Z +?_Open_dir@sys@tr2@std@@YAPEAXAEAY0BAE@_WPEB_WAEAHAEAW4file_type@123@@Z +?_Orphan_all@_Container_base0@std@@QEAAXXZ +?_Orphan_all@_Container_base12@std@@QEAAXXZ +?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ +?_Osfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAXXZ +?_Osfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +?_Pnavail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBA_JXZ +?_Pnavail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBA_JXZ +?_Pnavail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBA_JXZ +?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ +?_Pninc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAPEAGXZ +?_Pninc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAPEA_WXZ +?_Ptr_cerr@std@@3PEAV?$basic_ostream@DU?$char_traits@D@std@@@1@EA DATA +?_Ptr_cin@std@@3PEAV?$basic_istream@DU?$char_traits@D@std@@@1@EA DATA +?_Ptr_clog@std@@3PEAV?$basic_ostream@DU?$char_traits@D@std@@@1@EA DATA +?_Ptr_cout@std@@3PEAV?$basic_ostream@DU?$char_traits@D@std@@@1@EA DATA +?_Ptr_wcerr@std@@3PEAV?$basic_ostream@GU?$char_traits@G@std@@@1@EA DATA +?_Ptr_wcerr@std@@3PEAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@EA DATA +?_Ptr_wcin@std@@3PEAV?$basic_istream@GU?$char_traits@G@std@@@1@EA DATA +?_Ptr_wcin@std@@3PEAV?$basic_istream@_WU?$char_traits@_W@std@@@1@EA DATA +?_Ptr_wclog@std@@3PEAV?$basic_ostream@GU?$char_traits@G@std@@@1@EA DATA +?_Ptr_wclog@std@@3PEAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@EA DATA +?_Ptr_wcout@std@@3PEAV?$basic_ostream@GU?$char_traits@G@std@@@1@EA DATA +?_Ptr_wcout@std@@3PEAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@EA DATA +?_Put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@PEBD_K@Z +?_Put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@PEBG_K@Z +?_Put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@PEB_W_K@Z +?_Raise_handler@std@@3P6AXAEBVexception@stdext@@@ZEA DATA +?_Random_device@std@@YAIXZ +?_Read_dir@sys@tr2@std@@YAPEADAEAY0BAE@DPEAXAEAW4file_type@123@@Z +?_Read_dir@sys@tr2@std@@YAPEA_WAEAY0BAE@_WPEAXAEAW4file_type@123@@Z +?_Release@_Pad@std@@QEAAXXZ +?_Remove_dir@sys@tr2@std@@YA_NPEBD@Z +?_Remove_dir@sys@tr2@std@@YA_NPEB_W@Z +?_Rename@sys@tr2@std@@YAHPEBD0@Z +?_Rename@sys@tr2@std@@YAHPEB_W0@Z +?_Rep@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@D_K@Z +?_Rep@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@G_K@Z +?_Rep@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@_W_K@Z +?_Rethrow_future_exception@std@@YAXVexception_ptr@1@@Z +?_Rng_abort@std@@YAXPEBD@Z +?_Segment_index_of@_Concurrent_vector_base_v4@details@Concurrency@@KA_K_K@Z +?_Setgloballocale@locale@std@@CAXPEAX@Z +?_Src@?1??_Getffldx@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Src@?1??_Getffldx@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Src@?1??_Getffldx@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Src@?1??_Getifld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1HAEBVlocale@3@@Z@4QBDB DATA +?_Src@?1??_Getifld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1HAEBVlocale@3@@Z@4QBDB DATA +?_Src@?1??_Getifld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1HAEBVlocale@3@@Z@4QBDB DATA +?_Src@?3??_Getffld@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@DU?$char_traits@D@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Src@?3??_Getffld@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@GU?$char_traits@G@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Src@?3??_Getffld@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEBAHPEADAEAV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@3@1AEAVios_base@3@PEAH@Z@4QBDB DATA +?_Stat@sys@tr2@std@@YA?AW4file_type@123@PEBDAEAH@Z +?_Stat@sys@tr2@std@@YA?AW4file_type@123@PEB_WAEAH@Z +?_Statvfs@sys@tr2@std@@YA?AUspace_info@123@PEBD@Z +?_Statvfs@sys@tr2@std@@YA?AUspace_info@123@PEB_W@Z +?_Swap_all@_Container_base0@std@@QEAAXAEAU12@@Z +?_Swap_all@_Container_base12@std@@QEAAXAEAU12@@Z +?_Symlink@sys@tr2@std@@YAHPEBD0@Z +?_Symlink@sys@tr2@std@@YAHPEB_W0@Z +?_Sync@ios_base@std@@0_NA DATA +?_Syserror_map@std@@YAPEBDH@Z +?_Throw_C_error@std@@YAXH@Z +?_Throw_Cpp_error@std@@YAXH@Z +?_Throw_future_error@std@@YAXAEBVerror_code@1@@Z +?_Throw_lock_error@threads@stdext@@YAXXZ +?_Throw_resource_error@threads@stdext@@YAXXZ +?_Tidy@?$_Yarn@D@std@@AEAAXXZ +?_Tidy@?$_Yarn@_W@std@@AEAAXXZ +?_Tidy@?$ctype@D@std@@IEAAXXZ +?_Tidy@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEAAXXZ +?_Tidy@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEAAXXZ +?_Tidy@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@AEAAXXZ +?_Tidy@ios_base@std@@AEAAXXZ +?_Unlink@sys@tr2@std@@YAHPEBD@Z +?_Unlink@sys@tr2@std@@YAHPEB_W@Z +?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ +?_Unlock@?$basic_streambuf@GU?$char_traits@G@std@@@std@@UEAAXXZ +?_Unlock@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@UEAAXXZ +?_W_Getdays@_Locinfo@std@@QEBAPEBGXZ +?_W_Getmonths@_Locinfo@std@@QEBAPEBGXZ +?_W_Gettnames@_Locinfo@std@@QEBA?AV_Timevec@2@XZ +?_Winerror_map@std@@YAPEBDH@Z +?_XLgamma@std@@YAMM@Z +?_XLgamma@std@@YANN@Z +?_XLgamma@std@@YAOO@Z +?_Xbad_alloc@std@@YAXXZ +?_Xbad_function_call@std@@YAXXZ +?_Xinvalid_argument@std@@YAXPEBD@Z +?_Xlength_error@std@@YAXPEBD@Z +?_Xout_of_range@std@@YAXPEBD@Z +?_Xoverflow_error@std@@YAXPEBD@Z +?_Xregex_error@std@@YAXW4error_type@regex_constants@1@@Z +?_Xruntime_error@std@@YAXPEBD@Z +?adopt_lock@std@@3Uadopt_lock_t@1@B DATA +?always_noconv@codecvt_base@std@@QEBA_NXZ +?bad@ios_base@std@@QEBA_NXZ +?c_str@?$_Yarn@D@std@@QEBAPEBDXZ +?cancel@agent@Concurrency@@QEAA_NXZ +?cerr@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?cin@std@@3V?$basic_istream@DU?$char_traits@D@std@@@1@A DATA +?classic@locale@std@@SAAEBV12@XZ +?classic_table@?$ctype@D@std@@SAPEBFXZ +?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z +?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXI@Z +?clear@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXH_N@Z +?clear@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXI@Z +?clear@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXH_N@Z +?clear@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXI@Z +?clear@ios_base@std@@QEAAXH@Z +?clear@ios_base@std@@QEAAXH_N@Z +?clear@ios_base@std@@QEAAXI@Z +?clog@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z +?copyfmt@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAAEAV12@AEBV12@@Z +?copyfmt@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@AEBV12@@Z +?copyfmt@ios_base@std@@QEAAAEAV12@AEBV12@@Z +?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A DATA +?date_order@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AW4dateorder@time_base@2@XZ +?date_order@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AW4dateorder@time_base@2@XZ +?date_order@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AW4dateorder@time_base@2@XZ +?defer_lock@std@@3Udefer_lock_t@1@B DATA +?do_always_noconv@?$codecvt@DDH@std@@MEBA_NXZ +?do_always_noconv@?$codecvt@GDH@std@@MEBA_NXZ +?do_always_noconv@?$codecvt@_WDH@std@@MEBA_NXZ +?do_always_noconv@codecvt_base@std@@MEBA_NXZ +?do_date_order@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AW4dateorder@time_base@2@XZ +?do_date_order@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AW4dateorder@time_base@2@XZ +?do_date_order@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AW4dateorder@time_base@2@XZ +?do_encoding@?$codecvt@GDH@std@@MEBAHXZ +?do_encoding@?$codecvt@_WDH@std@@MEBAHXZ +?do_encoding@codecvt_base@std@@MEBAHXZ +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?do_get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?do_get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?do_get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?do_get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?do_get_date@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_date@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_date@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_monthname@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_monthname@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_monthname@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_time@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_time@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_time@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_weekday@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_weekday@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_weekday@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_year@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_year@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_get_year@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?do_in@?$codecvt@DDH@std@@MEBAHAEAHPEBD1AEAPEBDPEAD3AEAPEAD@Z +?do_in@?$codecvt@GDH@std@@MEBAHAEAHPEBD1AEAPEBDPEAG3AEAPEAG@Z +?do_in@?$codecvt@_WDH@std@@MEBAHAEAHPEBD1AEAPEBDPEA_W3AEAPEA_W@Z +?do_is@?$ctype@G@std@@MEBAPEBGPEBG0PEAF@Z +?do_is@?$ctype@G@std@@MEBA_NFG@Z +?do_is@?$ctype@_W@std@@MEBAPEB_WPEB_W0PEAF@Z +?do_is@?$ctype@_W@std@@MEBA_NF_W@Z +?do_length@?$codecvt@DDH@std@@MEBAHAEAHPEBD1_K@Z +?do_length@?$codecvt@GDH@std@@MEBAHAEAHPEBD1_K@Z +?do_length@?$codecvt@_WDH@std@@MEBAHAEAHPEBD1_K@Z +?do_max_length@?$codecvt@GDH@std@@MEBAHXZ +?do_max_length@?$codecvt@_WDH@std@@MEBAHXZ +?do_max_length@codecvt_base@std@@MEBAHXZ +?do_narrow@?$ctype@D@std@@MEBADDD@Z +?do_narrow@?$ctype@D@std@@MEBAPEBDPEBD0DPEAD@Z +?do_narrow@?$ctype@G@std@@MEBADGD@Z +?do_narrow@?$ctype@G@std@@MEBAPEBGPEBG0DPEAD@Z +?do_narrow@?$ctype@_W@std@@MEBAD_WD@Z +?do_narrow@?$ctype@_W@std@@MEBAPEB_WPEB_W0DPEAD@Z +?do_out@?$codecvt@DDH@std@@MEBAHAEAHPEBD1AEAPEBDPEAD3AEAPEAD@Z +?do_out@?$codecvt@GDH@std@@MEBAHAEAHPEBG1AEAPEBGPEAD3AEAPEAD@Z +?do_out@?$codecvt@_WDH@std@@MEBAHAEAHPEB_W1AEAPEB_WPEAD3AEAPEAD@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DJ@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DK@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DN@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DO@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBX@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_J@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_K@Z +?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_N@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GJ@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GK@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GN@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GO@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBX@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_J@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_K@Z +?do_put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_N@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WJ@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WK@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WN@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WO@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBX@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_J@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_K@Z +?do_put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_N@Z +?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBUtm@@DD@Z +?do_put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBUtm@@DD@Z +?do_put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBUtm@@DD@Z +?do_scan_is@?$ctype@G@std@@MEBAPEBGFPEBG0@Z +?do_scan_is@?$ctype@_W@std@@MEBAPEB_WFPEB_W0@Z +?do_scan_not@?$ctype@G@std@@MEBAPEBGFPEBG0@Z +?do_scan_not@?$ctype@_W@std@@MEBAPEB_WFPEB_W0@Z +?do_tolower@?$ctype@D@std@@MEBADD@Z +?do_tolower@?$ctype@D@std@@MEBAPEBDPEADPEBD@Z +?do_tolower@?$ctype@G@std@@MEBAGG@Z +?do_tolower@?$ctype@G@std@@MEBAPEBGPEAGPEBG@Z +?do_tolower@?$ctype@_W@std@@MEBAPEB_WPEA_WPEB_W@Z +?do_tolower@?$ctype@_W@std@@MEBA_W_W@Z +?do_toupper@?$ctype@D@std@@MEBADD@Z +?do_toupper@?$ctype@D@std@@MEBAPEBDPEADPEBD@Z +?do_toupper@?$ctype@G@std@@MEBAGG@Z +?do_toupper@?$ctype@G@std@@MEBAPEBGPEAGPEBG@Z +?do_toupper@?$ctype@_W@std@@MEBAPEB_WPEA_WPEB_W@Z +?do_toupper@?$ctype@_W@std@@MEBA_W_W@Z +?do_unshift@?$codecvt@DDH@std@@MEBAHAEAHPEAD1AEAPEAD@Z +?do_unshift@?$codecvt@GDH@std@@MEBAHAEAHPEAD1AEAPEAD@Z +?do_unshift@?$codecvt@_WDH@std@@MEBAHAEAHPEAD1AEAPEAD@Z +?do_widen@?$ctype@D@std@@MEBADD@Z +?do_widen@?$ctype@D@std@@MEBAPEBDPEBD0PEAD@Z +?do_widen@?$ctype@G@std@@MEBAGD@Z +?do_widen@?$ctype@G@std@@MEBAPEBDPEBD0PEAG@Z +?do_widen@?$ctype@_W@std@@MEBAPEBDPEBD0PEA_W@Z +?do_widen@?$ctype@_W@std@@MEBA_WD@Z +?done@agent@Concurrency@@IEAA_NXZ +?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?eback@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?eback@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?egptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?egptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?empty@?$_Yarn@D@std@@QEBA_NXZ +?empty@locale@std@@SA?AV12@XZ +?encoding@codecvt_base@std@@QEBAHXZ +?eof@ios_base@std@@QEBA_NXZ +?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?epptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?epptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?exceptions@ios_base@std@@QEAAXH@Z +?exceptions@ios_base@std@@QEAAXI@Z +?exceptions@ios_base@std@@QEBAHXZ +?fail@ios_base@std@@QEBA_NXZ +?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAADD@Z +?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADXZ +?fill@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAGG@Z +?fill@?$basic_ios@GU?$char_traits@G@std@@@std@@QEBAGXZ +?fill@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAA_W_W@Z +?fill@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEBA_WXZ +?flags@ios_base@std@@QEAAHH@Z +?flags@ios_base@std@@QEBAHXZ +?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ +?flush@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@XZ +?flush@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@XZ +?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z +?gbump@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXH@Z +?gbump@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXH@Z +?gcount@?$basic_istream@DU?$char_traits@D@std@@@std@@QEBA_JXZ +?gcount@?$basic_istream@GU?$char_traits@G@std@@@std@@QEBA_JXZ +?gcount@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEBA_JXZ +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEAD@Z +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@@Z +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@D@Z +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_JD@Z +?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@AEAG@Z +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@@Z +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@G@Z +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEAG_J@Z +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEAG_JG@Z +?get@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAGXZ +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@@Z +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@AEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@_W@Z +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@AEA_W@Z +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEA_W_J@Z +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEA_W_J_W@Z +?get@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAO@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z +?get@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z +?get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEBD4@Z +?get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?get@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEBG4@Z +?get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@DD@Z +?get@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@PEB_W4@Z +?get_date@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_date@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_date@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_monthname@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_monthname@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_monthname@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_new_handler@std@@YAP6AXXZXZ +?get_time@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_time@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_time@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_weekday@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_weekday@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_weekday@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_year@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_year@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?get_year@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@0AEAVios_base@2@AEAHPEAUtm@@@Z +?getline@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z +?getline@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_JD@Z +?getline@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEAG_J@Z +?getline@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEAG_JG@Z +?getline@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEA_W_J@Z +?getline@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEA_W_J_W@Z +?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEBA?AVlocale@2@XZ +?getloc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEBA?AVlocale@2@XZ +?getloc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEBA?AVlocale@2@XZ +?getloc@ios_base@std@@QEBA?AVlocale@2@XZ +?global@locale@std@@SA?AV12@AEBV12@@Z +?good@ios_base@std@@QEBA_NXZ +?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?gptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?gptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?id@?$codecvt@DDH@std@@2V0locale@2@A DATA +?id@?$codecvt@GDH@std@@2V0locale@2@A DATA +?id@?$codecvt@_WDH@std@@2V0locale@2@A DATA +?id@?$collate@D@std@@2V0locale@2@A DATA +?id@?$collate@G@std@@2V0locale@2@A DATA +?id@?$collate@_W@std@@2V0locale@2@A DATA +?id@?$ctype@D@std@@2V0locale@2@A DATA +?id@?$ctype@G@std@@2V0locale@2@A DATA +?id@?$ctype@_W@std@@2V0locale@2@A DATA +?id@?$messages@D@std@@2V0locale@2@A DATA +?id@?$messages@G@std@@2V0locale@2@A DATA +?id@?$messages@_W@std@@2V0locale@2@A DATA +?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$moneypunct@D$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@D$0A@@std@@2V0locale@2@A DATA +?id@?$moneypunct@G$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@G$0A@@std@@2V0locale@2@A DATA +?id@?$moneypunct@_W$00@std@@2V0locale@2@A DATA +?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A DATA +?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$numpunct@D@std@@2V0locale@2@A DATA +?id@?$numpunct@G@std@@2V0locale@2@A DATA +?id@?$numpunct@_W@std@@2V0locale@2@A DATA +?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A DATA +?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A DATA +?ignore@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z +?ignore@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@_JG@Z +?ignore@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@_JG@Z +?imbue@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?imbue@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?imbue@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z +?imbue@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAXAEBVlocale@2@@Z +?imbue@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAXAEBVlocale@2@@Z +?imbue@ios_base@std@@QEAA?AVlocale@2@AEBV32@@Z +?in@?$codecvt@DDH@std@@QEBAHAEAHPEBD1AEAPEBDPEAD3AEAPEAD@Z +?in@?$codecvt@GDH@std@@QEBAHAEAHPEBD1AEAPEBDPEAG3AEAPEAG@Z +?in@?$codecvt@_WDH@std@@QEBAHAEAHPEBD1AEAPEBDPEA_W3AEAPEA_W@Z +?in_avail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JXZ +?in_avail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA_JXZ +?in_avail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA_JXZ +?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IEAAXPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z +?init@?$basic_ios@GU?$char_traits@G@std@@@std@@IEAAXPEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@_N@Z +?init@?$basic_ios@_WU?$char_traits@_W@std@@@std@@IEAAXPEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@_N@Z +?intl@?$moneypunct@D$00@std@@2_NB DATA +?intl@?$moneypunct@D$0A@@std@@2_NB DATA +?intl@?$moneypunct@G$00@std@@2_NB DATA +?intl@?$moneypunct@G$0A@@std@@2_NB DATA +?intl@?$moneypunct@_W$00@std@@2_NB DATA +?intl@?$moneypunct@_W$0A@@std@@2_NB DATA +?ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA_N_N@Z +?ipfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA_N_N@Z +?ipfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA_N_N@Z +?is@?$ctype@D@std@@QEBAPEBDPEBD0PEAF@Z +?is@?$ctype@D@std@@QEBA_NFD@Z +?is@?$ctype@G@std@@QEBAPEBGPEBG0PEAF@Z +?is@?$ctype@G@std@@QEBA_NFG@Z +?is@?$ctype@_W@std@@QEBAPEB_WPEB_W0PEAF@Z +?is@?$ctype@_W@std@@QEBA_NF_W@Z +?is_current_task_group_canceling@Concurrency@@YA_NXZ +?isfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAXXZ +?isfx@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAXXZ +?isfx@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +?iword@ios_base@std@@QEAAAEAJH@Z +?length@?$codecvt@DDH@std@@QEBAHAEAHPEBD1_K@Z +?length@?$codecvt@GDH@std@@QEBAHAEAHPEBD1_K@Z +?length@?$codecvt@_WDH@std@@QEBAHAEAHPEBD1_K@Z +?max_length@codecvt_base@std@@QEBAHXZ +?move@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAX$$QEAV12@@Z +?move@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z +?move@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAX$$QEAV12@@Z +?move@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z +?move@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAX$$QEAV12@@Z +?move@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z +?narrow@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADDD@Z +?narrow@?$basic_ios@GU?$char_traits@G@std@@@std@@QEBADGD@Z +?narrow@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEBAD_WD@Z +?narrow@?$ctype@D@std@@QEBADDD@Z +?narrow@?$ctype@D@std@@QEBAPEBDPEBD0DPEAD@Z +?narrow@?$ctype@G@std@@QEBADGD@Z +?narrow@?$ctype@G@std@@QEBAPEBGPEBG0DPEAD@Z +?narrow@?$ctype@_W@std@@QEBAD_WD@Z +?narrow@?$ctype@_W@std@@QEBAPEB_WPEB_W0DPEAD@Z +?opfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA_NXZ +?opfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAA_NXZ +?opfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAA_NXZ +?osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ +?osfx@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAXXZ +?osfx@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +?out@?$codecvt@DDH@std@@QEBAHAEAHPEBD1AEAPEBDPEAD3AEAPEAD@Z +?out@?$codecvt@GDH@std@@QEBAHAEAHPEBG1AEAPEBGPEAD3AEAPEAD@Z +?out@?$codecvt@_WDH@std@@QEBAHAEAHPEB_W1AEAPEB_WPEAD3AEAPEAD@Z +?overflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHH@Z +?overflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAGG@Z +?overflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAGG@Z +?pbackfail@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHH@Z +?pbackfail@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAGG@Z +?pbackfail@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAGG@Z +?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?pbase@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?pbase@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXH@Z +?pbump@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXH@Z +?pbump@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXH@Z +?peek@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ +?peek@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAGXZ +?peek@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEBAPEADXZ +?pptr@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEBAPEAGXZ +?pptr@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEBAPEA_WXZ +?precision@ios_base@std@@QEAA_J_J@Z +?precision@ios_base@std@@QEBA_JXZ +?pubimbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?pubimbue@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?pubimbue@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z +?pubseekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@_JHH@Z +?pubseekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@_JII@Z +?pubseekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@_JHH@Z +?pubseekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@_JII@Z +?pubseekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@_JHH@Z +?pubseekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@_JII@Z +?pubseekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@V32@H@Z +?pubseekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@V32@I@Z +?pubseekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@V32@H@Z +?pubseekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@V32@I@Z +?pubseekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@V32@H@Z +?pubseekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@V32@I@Z +?pubsetbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAPEAV12@PEAD_J@Z +?pubsetbuf@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAPEAV12@PEAG_J@Z +?pubsetbuf@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAPEAV12@PEA_W_J@Z +?pubsync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ +?pubsync@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAHXZ +?pubsync@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAHXZ +?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@D@Z +?put@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@G@Z +?put@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@_W@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DJ@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DK@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DN@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DO@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBX@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_J@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_K@Z +?put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@D_N@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GJ@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GK@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GN@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GO@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBX@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_J@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_K@Z +?put@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@G_N@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WJ@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WK@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WN@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WO@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBX@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_J@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_K@Z +?put@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_W_N@Z +?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBUtm@@DD@Z +?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEBUtm@@PEBD3@Z +?put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBUtm@@DD@Z +?put@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEBUtm@@PEBG3@Z +?put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBUtm@@DD@Z +?put@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEBA?AV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@2@V32@AEAVios_base@2@_WPEBUtm@@PEB_W4@Z +?putback@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@D@Z +?putback@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@G@Z +?putback@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@_W@Z +?pword@ios_base@std@@QEAAAEAPEAXH@Z +?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@PEAV32@@Z +?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ +?rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAPEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@PEAV32@@Z +?rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QEBAPEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@XZ +?rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAPEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@PEAV32@@Z +?rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEBAPEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@XZ +?rdstate@ios_base@std@@QEBAHXZ +?read@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z +?read@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEAG_J@Z +?read@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEA_W_J@Z +?readsome@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA_JPEAD_J@Z +?readsome@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA_JPEAG_J@Z +?readsome@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA_JPEA_W_J@Z +?register_callback@ios_base@std@@QEAAXP6AXW4event@12@AEAV12@H@ZH@Z +?resetiosflags@std@@YA?AU?$_Smanip@H@1@H@Z +?sbumpc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ +?sbumpc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGXZ +?sbumpc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?scan_is@?$ctype@D@std@@QEBAPEBDFPEBD0@Z +?scan_is@?$ctype@G@std@@QEBAPEBGFPEBG0@Z +?scan_is@?$ctype@_W@std@@QEBAPEB_WFPEB_W0@Z +?scan_not@?$ctype@D@std@@QEBAPEBDFPEBD0@Z +?scan_not@?$ctype@G@std@@QEBAPEBGFPEBG0@Z +?scan_not@?$ctype@_W@std@@QEBAPEB_WFPEB_W0@Z +?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z +?seekg@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekg@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@_JH@Z +?seekg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@_JH@Z +?seekoff@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA?AV?$fpos@H@2@_JHH@Z +?seekoff@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAA?AV?$fpos@H@2@_JHH@Z +?seekoff@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA?AV?$fpos@H@2@_JHH@Z +?seekp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z +?seekp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@_JH@Z +?seekp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@V?$fpos@H@2@@Z +?seekp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@_JH@Z +?seekpos@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA?AV?$fpos@H@2@V32@H@Z +?seekpos@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAA?AV?$fpos@H@2@V32@H@Z +?seekpos@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA?AV?$fpos@H@2@V32@H@Z +?set_new_handler@std@@YAP6AXXZP6AXXZ@Z +?set_rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXPEAV?$basic_streambuf@DU?$char_traits@D@std@@@2@@Z +?set_rdbuf@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXPEAV?$basic_streambuf@GU?$char_traits@G@std@@@2@@Z +?set_rdbuf@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXPEAV?$basic_streambuf@_WU?$char_traits@_W@std@@@2@@Z +?setbase@std@@YA?AU?$_Smanip@H@1@H@Z +?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z +?setbuf@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAPEAV12@PEAG_J@Z +?setbuf@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAPEAV12@PEA_W_J@Z +?setf@ios_base@std@@QEAAHH@Z +?setf@ios_base@std@@QEAAHHH@Z +?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z +?setg@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXPEAG00@Z +?setg@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXPEA_W00@Z +?setiosflags@std@@YA?AU?$_Smanip@H@1@H@Z +?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@Z +?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD0@Z +?setp@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXPEAG00@Z +?setp@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXPEAG0@Z +?setp@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXPEA_W00@Z +?setp@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXPEA_W0@Z +?setprecision@std@@YA?AU?$_Smanip@_J@1@_J@Z +?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z +?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXI@Z +?setstate@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXH_N@Z +?setstate@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXI@Z +?setstate@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXH_N@Z +?setstate@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXI@Z +?setstate@ios_base@std@@QEAAXH@Z +?setstate@ios_base@std@@QEAAXH_N@Z +?setstate@ios_base@std@@QEAAXI@Z +?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z +?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ +?sgetc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGXZ +?sgetc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?sgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEAD_J@Z +?sgetn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA_JPEAG_J@Z +?sgetn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA_JPEA_W_J@Z +?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ +?showmanyc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAA_JXZ +?showmanyc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA_JXZ +?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ +?snextc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGXZ +?snextc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?sputbackc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z +?sputbackc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGG@Z +?sputbackc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAG_W@Z +?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z +?sputc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGG@Z +?sputc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAG_W@Z +?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z +?sputn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA_JPEBG_J@Z +?sputn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAA_JPEB_W_J@Z +?start@agent@Concurrency@@QEAA_NXZ +?status@agent@Concurrency@@QEAA?AW4agent_status@2@XZ +?status_port@agent@Concurrency@@QEAAPEAV?$ISource@W4agent_status@Concurrency@@@2@XZ +?stossc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAXXZ +?stossc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAXXZ +?stossc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAXXZ +?sungetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ +?sungetc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAAGXZ +?sungetc@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@QEAAGXZ +?swap@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z +?swap@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z +?swap@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z +?swap@?$basic_iostream@DU?$char_traits@D@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_iostream@GU?$char_traits@G@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_iostream@_WU?$char_traits@_W@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_istream@GU?$char_traits@G@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_istream@_WU?$char_traits@_W@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_ostream@DU?$char_traits@D@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_ostream@GU?$char_traits@G@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXAEAV12@@Z +?swap@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXAEAV12@@Z +?swap@ios_base@std@@QEAAXAEAV12@@Z +?sync@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ +?sync@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAHXZ +?sync@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAHXZ +?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ +?sync@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAHXZ +?sync@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAHXZ +?sync_with_stdio@ios_base@std@@SA_N_N@Z +?table@?$ctype@D@std@@QEBAPEBFXZ +?table_size@?$ctype@D@std@@2_KB DATA +?tellg@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tellg@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tellg@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tellp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tellp@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tellp@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAA?AV?$fpos@H@2@XZ +?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@PEAV32@@Z +?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBAPEAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ +?tie@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAPEAV?$basic_ostream@GU?$char_traits@G@std@@@2@PEAV32@@Z +?tie@?$basic_ios@GU?$char_traits@G@std@@@std@@QEBAPEAV?$basic_ostream@GU?$char_traits@G@std@@@2@XZ +?tie@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAPEAV?$basic_ostream@_WU?$char_traits@_W@std@@@2@PEAV32@@Z +?tie@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEBAPEAV?$basic_ostream@_WU?$char_traits@_W@std@@@2@XZ +?tolower@?$ctype@D@std@@QEBADD@Z +?tolower@?$ctype@D@std@@QEBAPEBDPEADPEBD@Z +?tolower@?$ctype@G@std@@QEBAGG@Z +?tolower@?$ctype@G@std@@QEBAPEBGPEAGPEBG@Z +?tolower@?$ctype@_W@std@@QEBAPEB_WPEA_WPEB_W@Z +?tolower@?$ctype@_W@std@@QEBA_W_W@Z +?toupper@?$ctype@D@std@@QEBADD@Z +?toupper@?$ctype@D@std@@QEBAPEBDPEADPEBD@Z +?toupper@?$ctype@G@std@@QEBAGG@Z +?toupper@?$ctype@G@std@@QEBAPEBGPEAGPEBG@Z +?toupper@?$ctype@_W@std@@QEBAPEB_WPEA_WPEB_W@Z +?toupper@?$ctype@_W@std@@QEBA_W_W@Z +?try_to_lock@std@@3Utry_to_lock_t@1@B DATA +?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ +?uflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAGXZ +?uflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAGXZ +?uncaught_exception@std@@YA_NXZ +?underflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ +?underflow@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAAGXZ +?underflow@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAAGXZ +?unget@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ +?unget@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@XZ +?unget@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@XZ +?unsetf@ios_base@std@@QEAAXH@Z +?unshift@?$codecvt@DDH@std@@QEBAHAEAHPEAD1AEAPEAD@Z +?unshift@?$codecvt@GDH@std@@QEBAHAEAHPEAD1AEAPEAD@Z +?unshift@?$codecvt@_WDH@std@@QEBAHAEAHPEAD1AEAPEAD@Z +?wait@agent@Concurrency@@SA?AW4agent_status@2@PEAV12@I@Z +?wait_for_all@agent@Concurrency@@SAX_KPEAPEAV12@PEAW4agent_status@2@I@Z +?wait_for_one@agent@Concurrency@@SAX_KPEAPEAV12@AEAW4agent_status@2@AEA_KI@Z +?wcerr@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wcerr@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?wcin@std@@3V?$basic_istream@GU?$char_traits@G@std@@@1@A DATA +?wcin@std@@3V?$basic_istream@_WU?$char_traits@_W@std@@@1@A DATA +?wclog@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wclog@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?wcout@std@@3V?$basic_ostream@GU?$char_traits@G@std@@@1@A DATA +?wcout@std@@3V?$basic_ostream@_WU?$char_traits@_W@std@@@1@A DATA +?widen@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADD@Z +?widen@?$basic_ios@GU?$char_traits@G@std@@@std@@QEBAGD@Z +?widen@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEBA_WD@Z +?widen@?$ctype@D@std@@QEBADD@Z +?widen@?$ctype@D@std@@QEBAPEBDPEBD0PEAD@Z +?widen@?$ctype@G@std@@QEBAGD@Z +?widen@?$ctype@G@std@@QEBAPEBDPEBD0PEAG@Z +?widen@?$ctype@_W@std@@QEBAPEBDPEBD0PEA_W@Z +?widen@?$ctype@_W@std@@QEBA_WD@Z +?width@ios_base@std@@QEAA_J_J@Z +?width@ios_base@std@@QEBA_JXZ +?write@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEBD_J@Z +?write@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAAEAV12@PEBG_J@Z +?write@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAAEAV12@PEB_W_J@Z +?ws@std@@YAAEAV?$basic_istream@DU?$char_traits@D@std@@@1@AEAV21@@Z +?ws@std@@YAAEAV?$basic_istream@GU?$char_traits@G@std@@@1@AEAV21@@Z +?ws@std@@YAAEAV?$basic_istream@_WU?$char_traits@_W@std@@@1@AEAV21@@Z +?xalloc@ios_base@std@@SAHXZ +?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z +?xsgetn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAA_JPEAG_J@Z +?xsgetn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA_JPEA_W_J@Z +?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z +?xsputn@?$basic_streambuf@GU?$char_traits@G@std@@@std@@MEAA_JPEBG_J@Z +?xsputn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA_JPEB_W_J@Z +_Call_once +_Call_onceEx +_Cnd_broadcast +_Cnd_destroy +_Cnd_do_broadcast_at_thread_exit +_Cnd_init +_Cnd_register_at_thread_exit +_Cnd_signal +_Cnd_timedwait +_Cnd_unregister_at_thread_exit +_Cnd_wait +_Cosh +_Denorm DATA +_Dint +_Dnorm +_Do_call +_Dscale +_Dtento +_Dtest +_Dunscale +_Eps DATA +_Exp +_FCosh +_FDenorm DATA +_FDint +_FDnorm +_FDscale +_FDtento +_FDtest +_FDunscale +_FEps DATA +_FExp +_FInf DATA +_FNan DATA +_FPlsw +_FPmsw +_FRteps DATA +_FSinh +_FSnan DATA +_FXbig DATA +_FXp_addh +_FXp_addx +_FXp_getw +_FXp_invx +_FXp_ldexpx +_FXp_movx +_FXp_mulh +_FXp_mulx +_FXp_setn +_FXp_setw +_FXp_sqrtx +_FXp_subx +_FZero DATA +_Getcoll +_Getctype +_Getcvt +_Getdateorder +_Getwctype +_Getwctypes +_Hugeval DATA +_Inf DATA +_LCosh +_LDenorm DATA +_LDint +_LDscale +_LDtento +_LDtest +_LDunscale +_LEps DATA +_LExp +_LInf DATA +_LNan DATA +_LPlsw +_LPmsw +_LPoly +_LRteps DATA +_LSinh +_LSnan DATA +_LXbig DATA +_LXp_addh +_LXp_addx +_LXp_getw +_LXp_invx +_LXp_ldexpx +_LXp_movx +_LXp_mulh +_LXp_mulx +_LXp_setn +_LXp_setw +_LXp_sqrtx +_LXp_subx +_LZero DATA +_Lock_shared_ptr_spin_lock +_Mbrtowc +_Mtx_clear_owner +_Mtx_current_owns +_Mtx_destroy +_Mtx_getconcrtcs +_Mtx_init +_Mtx_lock +_Mtx_reset_owner +_Mtx_timedlock +_Mtx_trylock +_Mtx_unlock +_Mtxdst +_Mtxinit +_Mtxlock +_Mtxunlock +_Nan DATA +_Once +_Plsw +_Pmsw +_Poly +_Rteps DATA +_Sinh +_Snan DATA +_Stod +_Stodx +_Stof +_Stoflt +_Stofx +_Stold +_Stoldx +_Stoll +_Stollx +_Stolx +_Stopfx +_Stoul +_Stoull +_Stoullx +_Stoulx +_Stoxflt +_Strcoll +_Strxfrm +_Thrd_abort +_Thrd_create +_Thrd_current +_Thrd_detach +_Thrd_equal +_Thrd_exit +_Thrd_join +_Thrd_lt +_Thrd_sleep +_Thrd_start +_Thrd_yield +_Tolower +_Toupper +_Towlower +_Towupper +_Tss_create +_Tss_delete +_Tss_get +_Tss_set +_Unlock_shared_ptr_spin_lock +_Wcrtomb +_Wcscoll +_Wcsxfrm +_Xbig DATA +_Xp_addh +_Xp_addx +_Xp_getw +_Xp_invx +_Xp_ldexpx +_Xp_movx +_Xp_mulh +_Xp_mulx +_Xp_setn +_Xp_setw +_Xp_sqrtx +_Xp_subx +_Xtime_diff_to_millis +_Xtime_diff_to_millis2 +_Xtime_get_ticks +_Zero DATA +__Wcrtomb_lk +xtime_get diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr120_app.def.in mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr120_app.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr120_app.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr120_app.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1625 @@ +; +; Definition file of msvcr120_app.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "msvcr120_app.dll" +EXPORTS + +#include "msvcrt-common.def.in" + +$I10_OUTPUT +??0?$_SpinWait@$00@details@Concurrency@@QEAA@P6AXXZ@Z +??0?$_SpinWait@$0A@@details@Concurrency@@QEAA@P6AXXZ@Z +??0SchedulerPolicy@Concurrency@@QEAA@AEBV01@@Z +??0SchedulerPolicy@Concurrency@@QEAA@XZ +??0SchedulerPolicy@Concurrency@@QEAA@_KZZ +??0_Cancellation_beacon@details@Concurrency@@QEAA@XZ +??0_Condition_variable@details@Concurrency@@QEAA@XZ +??0_Context@details@Concurrency@@QEAA@PEAVContext@2@@Z +??0_Interruption_exception@details@Concurrency@@QEAA@PEBD@Z +??0_Interruption_exception@details@Concurrency@@QEAA@XZ +??0_NonReentrantBlockingLock@details@Concurrency@@QEAA@XZ +??0_NonReentrantPPLLock@details@Concurrency@@QEAA@XZ +??0_ReaderWriterLock@details@Concurrency@@QEAA@XZ +??0_ReentrantBlockingLock@details@Concurrency@@QEAA@XZ +??0_ReentrantLock@details@Concurrency@@QEAA@XZ +??0_ReentrantPPLLock@details@Concurrency@@QEAA@XZ +??0_Scheduler@details@Concurrency@@QEAA@PEAVScheduler@2@@Z +??0_Scoped_lock@_NonReentrantPPLLock@details@Concurrency@@QEAA@AEAV123@@Z +??0_Scoped_lock@_ReentrantPPLLock@details@Concurrency@@QEAA@AEAV123@@Z +??0_SpinLock@details@Concurrency@@QEAA@AECJ@Z +??0_StructuredTaskCollection@details@Concurrency@@QEAA@PEAV_CancellationTokenState@12@@Z +??0_TaskCollection@details@Concurrency@@QEAA@PEAV_CancellationTokenState@12@@Z +??0_TaskCollection@details@Concurrency@@QEAA@XZ +??0_Timer@details@Concurrency@@IEAA@I_N@Z +??0__non_rtti_object@std@@QEAA@AEBV01@@Z +??0__non_rtti_object@std@@QEAA@PEBD@Z +??0bad_cast@std@@AEAA@PEBQEBD@Z +??0bad_cast@std@@QEAA@AEBV01@@Z +??0bad_cast@std@@QEAA@PEBD@Z +??0bad_target@Concurrency@@QEAA@PEBD@Z +??0bad_target@Concurrency@@QEAA@XZ +??0bad_typeid@std@@QEAA@AEBV01@@Z +??0bad_typeid@std@@QEAA@PEBD@Z +??0context_self_unblock@Concurrency@@QEAA@PEBD@Z +??0context_self_unblock@Concurrency@@QEAA@XZ +??0context_unblock_unbalanced@Concurrency@@QEAA@PEBD@Z +??0context_unblock_unbalanced@Concurrency@@QEAA@XZ +??0critical_section@Concurrency@@QEAA@XZ +??0default_scheduler_exists@Concurrency@@QEAA@PEBD@Z +??0default_scheduler_exists@Concurrency@@QEAA@XZ +??0event@Concurrency@@QEAA@XZ +??0exception@std@@QEAA@AEBQEBD@Z +??0exception@std@@QEAA@AEBQEBDH@Z +??0exception@std@@QEAA@AEBV01@@Z +??0exception@std@@QEAA@XZ +??0improper_lock@Concurrency@@QEAA@PEBD@Z +??0improper_lock@Concurrency@@QEAA@XZ +??0improper_scheduler_attach@Concurrency@@QEAA@PEBD@Z +??0improper_scheduler_attach@Concurrency@@QEAA@XZ +??0improper_scheduler_detach@Concurrency@@QEAA@PEBD@Z +??0improper_scheduler_detach@Concurrency@@QEAA@XZ +??0improper_scheduler_reference@Concurrency@@QEAA@PEBD@Z +??0improper_scheduler_reference@Concurrency@@QEAA@XZ +??0invalid_link_target@Concurrency@@QEAA@PEBD@Z +??0invalid_link_target@Concurrency@@QEAA@XZ +??0invalid_multiple_scheduling@Concurrency@@QEAA@PEBD@Z +??0invalid_multiple_scheduling@Concurrency@@QEAA@XZ +??0invalid_operation@Concurrency@@QEAA@PEBD@Z +??0invalid_operation@Concurrency@@QEAA@XZ +??0invalid_oversubscribe_operation@Concurrency@@QEAA@PEBD@Z +??0invalid_oversubscribe_operation@Concurrency@@QEAA@XZ +??0invalid_scheduler_policy_key@Concurrency@@QEAA@PEBD@Z +??0invalid_scheduler_policy_key@Concurrency@@QEAA@XZ +??0invalid_scheduler_policy_thread_specification@Concurrency@@QEAA@PEBD@Z +??0invalid_scheduler_policy_thread_specification@Concurrency@@QEAA@XZ +??0invalid_scheduler_policy_value@Concurrency@@QEAA@PEBD@Z +??0invalid_scheduler_policy_value@Concurrency@@QEAA@XZ +??0message_not_found@Concurrency@@QEAA@PEBD@Z +??0message_not_found@Concurrency@@QEAA@XZ +??0missing_wait@Concurrency@@QEAA@PEBD@Z +??0missing_wait@Concurrency@@QEAA@XZ +??0nested_scheduler_missing_detach@Concurrency@@QEAA@PEBD@Z +??0nested_scheduler_missing_detach@Concurrency@@QEAA@XZ +??0operation_timed_out@Concurrency@@QEAA@PEBD@Z +??0operation_timed_out@Concurrency@@QEAA@XZ +??0reader_writer_lock@Concurrency@@QEAA@XZ +??0scheduler_not_attached@Concurrency@@QEAA@PEBD@Z +??0scheduler_not_attached@Concurrency@@QEAA@XZ +??0scheduler_resource_allocation_error@Concurrency@@QEAA@J@Z +??0scheduler_resource_allocation_error@Concurrency@@QEAA@PEBDJ@Z +??0scheduler_worker_creation_error@Concurrency@@QEAA@J@Z +??0scheduler_worker_creation_error@Concurrency@@QEAA@PEBDJ@Z +??0scoped_lock@critical_section@Concurrency@@QEAA@AEAV12@@Z +??0scoped_lock@reader_writer_lock@Concurrency@@QEAA@AEAV12@@Z +??0scoped_lock_read@reader_writer_lock@Concurrency@@QEAA@AEAV12@@Z +??0task_canceled@Concurrency@@QEAA@PEBD@Z +??0task_canceled@Concurrency@@QEAA@XZ +??0unsupported_os@Concurrency@@QEAA@PEBD@Z +??0unsupported_os@Concurrency@@QEAA@XZ +??1SchedulerPolicy@Concurrency@@QEAA@XZ +??1_Cancellation_beacon@details@Concurrency@@QEAA@XZ +??1_Condition_variable@details@Concurrency@@QEAA@XZ +??1_NonReentrantBlockingLock@details@Concurrency@@QEAA@XZ +??1_ReentrantBlockingLock@details@Concurrency@@QEAA@XZ +??1_Scoped_lock@_NonReentrantPPLLock@details@Concurrency@@QEAA@XZ +??1_Scoped_lock@_ReentrantPPLLock@details@Concurrency@@QEAA@XZ +??1_SpinLock@details@Concurrency@@QEAA@XZ +??1_StructuredTaskCollection@details@Concurrency@@QEAA@XZ +??1_TaskCollection@details@Concurrency@@QEAA@XZ +??1_Timer@details@Concurrency@@MEAA@XZ +??1__non_rtti_object@std@@UEAA@XZ +??1bad_cast@std@@UEAA@XZ +??1bad_typeid@std@@UEAA@XZ +??1critical_section@Concurrency@@QEAA@XZ +??1event@Concurrency@@QEAA@XZ +??1exception@std@@UEAA@XZ +??1reader_writer_lock@Concurrency@@QEAA@XZ +??1scoped_lock@critical_section@Concurrency@@QEAA@XZ +??1scoped_lock@reader_writer_lock@Concurrency@@QEAA@XZ +??1scoped_lock_read@reader_writer_lock@Concurrency@@QEAA@XZ +??1type_info@@UEAA@XZ +??2@YAPEAX_K@Z +??2@YAPEAX_KHPEBDH@Z +??3@YAXPEAX@Z +??3@YAXPEAXHPEBDH@Z +??4?$_SpinWait@$00@details@Concurrency@@QEAAAEAV012@AEBV012@@Z +??4?$_SpinWait@$0A@@details@Concurrency@@QEAAAEAV012@AEBV012@@Z +??4SchedulerPolicy@Concurrency@@QEAAAEAV01@AEBV01@@Z +??4__non_rtti_object@std@@QEAAAEAV01@AEBV01@@Z +??4bad_cast@std@@QEAAAEAV01@AEBV01@@Z +??4bad_typeid@std@@QEAAAEAV01@AEBV01@@Z +??4exception@std@@QEAAAEAV01@AEBV01@@Z +??8type_info@@QEBA_NAEBV0@@Z +??9type_info@@QEBA_NAEBV0@@Z +??_7__non_rtti_object@std@@6B@ DATA +??_7bad_cast@std@@6B@ DATA +??_7bad_typeid@std@@6B@ DATA +??_7exception@std@@6B@ DATA +??_F?$_SpinWait@$00@details@Concurrency@@QEAAXXZ +??_F?$_SpinWait@$0A@@details@Concurrency@@QEAAXXZ +??_F_Context@details@Concurrency@@QEAAXXZ +??_F_Scheduler@details@Concurrency@@QEAAXXZ +??_Fbad_cast@std@@QEAAXXZ +??_Fbad_typeid@std@@QEAAXXZ +??_U@YAPEAX_K@Z +??_U@YAPEAX_KHPEBDH@Z +??_V@YAXPEAX@Z +??_V@YAXPEAXHPEBDH@Z +?Alloc@Concurrency@@YAPEAX_K@Z +?Block@Context@Concurrency@@SAXXZ +?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z +?Create@CurrentScheduler@Concurrency@@SAXAEBVSchedulerPolicy@2@@Z +?Create@Scheduler@Concurrency@@SAPEAV12@AEBVSchedulerPolicy@2@@Z +?CreateResourceManager@Concurrency@@YAPEAUIResourceManager@1@XZ +?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPEAVScheduleGroup@2@AEAVlocation@2@@Z +?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPEAVScheduleGroup@2@XZ +?CurrentContext@Context@Concurrency@@SAPEAV12@XZ +?Detach@CurrentScheduler@Concurrency@@SAXXZ +?DisableTracing@Concurrency@@YAJXZ +?EnableTracing@Concurrency@@YAJXZ +?Free@Concurrency@@YAXPEAX@Z +?Get@CurrentScheduler@Concurrency@@SAPEAVScheduler@2@XZ +?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ +?GetExecutionContextId@Concurrency@@YAIXZ +?GetNumberOfVirtualProcessors@CurrentScheduler@Concurrency@@SAIXZ +?GetOSVersion@Concurrency@@YA?AW4OSVersion@IResourceManager@1@XZ +?GetPolicy@CurrentScheduler@Concurrency@@SA?AVSchedulerPolicy@2@XZ +?GetPolicyValue@SchedulerPolicy@Concurrency@@QEBAIW4PolicyElementKey@2@@Z +?GetProcessorCount@Concurrency@@YAIXZ +?GetProcessorNodeCount@Concurrency@@YAIXZ +?GetSchedulerId@Concurrency@@YAIXZ +?GetSharedTimerQueue@details@Concurrency@@YAPEAXXZ +?Id@Context@Concurrency@@SAIXZ +?Id@CurrentScheduler@Concurrency@@SAIXZ +?IsAvailableLocation@CurrentScheduler@Concurrency@@SA_NAEBVlocation@2@@Z +?IsCurrentTaskCollectionCanceling@Context@Concurrency@@SA_NXZ +?Log2@details@Concurrency@@YAK_K@Z +?Oversubscribe@Context@Concurrency@@SAX_N@Z +?RegisterShutdownEvent@CurrentScheduler@Concurrency@@SAXPEAX@Z +?ResetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXXZ +?ScheduleGroupId@Context@Concurrency@@SAIXZ +?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPEAX@Z0@Z +?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPEAX@Z0AEAVlocation@2@@Z +?SetConcurrencyLimits@SchedulerPolicy@Concurrency@@QEAAXII@Z +?SetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXAEBVSchedulerPolicy@2@@Z +?SetPolicyValue@SchedulerPolicy@Concurrency@@QEAAIW4PolicyElementKey@2@I@Z +?VirtualProcessorId@Context@Concurrency@@SAIXZ +?Yield@Context@Concurrency@@SAXXZ +?_Abort@_StructuredTaskCollection@details@Concurrency@@AEAAXXZ +?_Acquire@_NonReentrantBlockingLock@details@Concurrency@@QEAAXXZ +?_Acquire@_NonReentrantPPLLock@details@Concurrency@@QEAAXPEAX@Z +?_Acquire@_ReentrantBlockingLock@details@Concurrency@@QEAAXXZ +?_Acquire@_ReentrantLock@details@Concurrency@@QEAAXXZ +?_Acquire@_ReentrantPPLLock@details@Concurrency@@QEAAXPEAX@Z +?_AcquireRead@_ReaderWriterLock@details@Concurrency@@QEAAXXZ +?_AcquireWrite@_ReaderWriterLock@details@Concurrency@@QEAAXXZ +?_Cancel@_StructuredTaskCollection@details@Concurrency@@QEAAXXZ +?_Cancel@_TaskCollection@details@Concurrency@@QEAAXXZ +?_CheckTaskCollection@_UnrealizedChore@details@Concurrency@@IEAAXXZ +?_CleanupToken@_StructuredTaskCollection@details@Concurrency@@AEAAXXZ +?_ConcRT_CoreAssert@details@Concurrency@@YAXPEBD0H@Z +?_ConcRT_Trace@details@Concurrency@@YAXHPEB_WZZ +?_Confirm_cancel@_Cancellation_beacon@details@Concurrency@@QEAA_NXZ +?_Copy_str@exception@std@@AEAAXPEBD@Z +?_CurrentContext@_Context@details@Concurrency@@SA?AV123@XZ +?_Current_node@location@Concurrency@@SA?AV12@XZ +?_Destroy@_AsyncTaskCollection@details@Concurrency@@EEAAXXZ +?_DoYield@?$_SpinWait@$00@details@Concurrency@@IEAAXXZ +?_DoYield@?$_SpinWait@$0A@@details@Concurrency@@IEAAXXZ +?_Get@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ +?_GetConcRTTraceInfo@Concurrency@@YAPEBU_CONCRT_TRACE_INFO@details@1@XZ +?_GetConcurrency@details@Concurrency@@YAIXZ +?_GetCurrentInlineDepth@_StackGuard@details@Concurrency@@CAAEA_KXZ +?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ +?_GetScheduler@_Scheduler@details@Concurrency@@QEAAPEAVScheduler@3@XZ +?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ +?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QEAA_NXZ +?_IsCanceling@_TaskCollection@details@Concurrency@@QEAA_NXZ +?_IsSynchronouslyBlocked@_Context@details@Concurrency@@QEBA_NXZ +?_Name_base@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z +?_Name_base_internal@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z +?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPEAV123@PEAV_CancellationTokenState@23@@Z +?_NumberOfSpins@?$_SpinWait@$00@details@Concurrency@@IEAAKXZ +?_NumberOfSpins@?$_SpinWait@$0A@@details@Concurrency@@IEAAKXZ +?_Oversubscribe@_Context@details@Concurrency@@SAX_N@Z +?_Reference@_Scheduler@details@Concurrency@@QEAAIXZ +?_Release@_NonReentrantBlockingLock@details@Concurrency@@QEAAXXZ +?_Release@_NonReentrantPPLLock@details@Concurrency@@QEAAXXZ +?_Release@_ReentrantBlockingLock@details@Concurrency@@QEAAXXZ +?_Release@_ReentrantLock@details@Concurrency@@QEAAXXZ +?_Release@_ReentrantPPLLock@details@Concurrency@@QEAAXXZ +?_Release@_Scheduler@details@Concurrency@@QEAAIXZ +?_ReleaseRead@_ReaderWriterLock@details@Concurrency@@QEAAXXZ +?_ReleaseWrite@_ReaderWriterLock@details@Concurrency@@QEAAXXZ +?_ReportUnobservedException@details@Concurrency@@YAXXZ +?_Reset@?$_SpinWait@$00@details@Concurrency@@IEAAXXZ +?_Reset@?$_SpinWait@$0A@@details@Concurrency@@IEAAXXZ +?_RunAndWait@_StructuredTaskCollection@details@Concurrency@@QEAA?AW4_TaskCollectionStatus@23@PEAV_UnrealizedChore@23@@Z +?_RunAndWait@_TaskCollection@details@Concurrency@@QEAA?AW4_TaskCollectionStatus@23@PEAV_UnrealizedChore@23@@Z +?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z +?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@PEAVlocation@3@@Z +?_Schedule@_TaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@@Z +?_Schedule@_TaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@23@PEAVlocation@3@@Z +?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPEAX@Z0@Z +?_SetSpinCount@?$_SpinWait@$00@details@Concurrency@@QEAAXI@Z +?_SetSpinCount@?$_SpinWait@$0A@@details@Concurrency@@QEAAXI@Z +?_SetUnobservedExceptionHandler@details@Concurrency@@YAXP6AXXZ@Z +?_ShouldSpinAgain@?$_SpinWait@$00@details@Concurrency@@IEAA_NXZ +?_ShouldSpinAgain@?$_SpinWait@$0A@@details@Concurrency@@IEAA_NXZ +?_SpinOnce@?$_SpinWait@$00@details@Concurrency@@QEAA_NXZ +?_SpinOnce@?$_SpinWait@$0A@@details@Concurrency@@QEAA_NXZ +?_SpinYield@Context@Concurrency@@SAXXZ +?_Start@_Timer@details@Concurrency@@IEAAXXZ +?_Stop@_Timer@details@Concurrency@@IEAAXXZ +?_Tidy@exception@std@@AEAAXXZ +?_Trace_agents@Concurrency@@YAXW4Agents_EventType@1@_JZZ +?_Trace_ppl_function@Concurrency@@YAXAEBU_GUID@@EW4ConcRT_EventType@1@@Z +?_TryAcquire@_NonReentrantBlockingLock@details@Concurrency@@QEAA_NXZ +?_TryAcquire@_ReentrantBlockingLock@details@Concurrency@@QEAA_NXZ +?_TryAcquire@_ReentrantLock@details@Concurrency@@QEAA_NXZ +?_TryAcquireWrite@_ReaderWriterLock@details@Concurrency@@QEAA_NXZ +?_Type_info_dtor@type_info@@CAXPEAV1@@Z +?_Type_info_dtor_internal@type_info@@CAXPEAV1@@Z +?_UnderlyingYield@details@Concurrency@@YAXXZ +?_ValidateExecute@@YAHP6A_JXZ@Z +?_ValidateRead@@YAHPEBXI@Z +?_ValidateWrite@@YAHPEAXI@Z +?_Value@_SpinCount@details@Concurrency@@SAIXZ +?_Yield@_Context@details@Concurrency@@SAXXZ +?__ExceptionPtrAssign@@YAXPEAXPEBX@Z +?__ExceptionPtrCompare@@YA_NPEBX0@Z +?__ExceptionPtrCopy@@YAXPEAXPEBX@Z +?__ExceptionPtrCopyException@@YAXPEAXPEBX1@Z +?__ExceptionPtrCreate@@YAXPEAX@Z +?__ExceptionPtrCurrentException@@YAXPEAX@Z +?__ExceptionPtrDestroy@@YAXPEAX@Z +?__ExceptionPtrRethrow@@YAXPEBX@Z +?__ExceptionPtrSwap@@YAXPEAX0@Z +?__ExceptionPtrToBool@@YA_NPEBX@Z +__uncaught_exception +?_inconsistency@@YAXXZ +?_invalid_parameter@@YAXPEBG00I_K@Z +?_is_exception_typeof@@YAHAEBVtype_info@@PEAU_EXCEPTION_POINTERS@@@Z +?_name_internal_method@type_info@@QEBAPEBDPEAU__type_info_node@@@Z +?_open@@YAHPEBDHH@Z +?_query_new_handler@@YAP6AH_K@ZXZ +?_query_new_mode@@YAHXZ +?_set_new_handler@@YAP6AH_K@ZH@Z +?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z +?_set_new_mode@@YAHH@Z +?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZH@Z +?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z +?_sopen@@YAHPEBDHHH@Z +?_type_info_dtor_internal_method@type_info@@QEAAXXZ +?_wopen@@YAHPEB_WHH@Z +?_wsopen@@YAHPEB_WHHH@Z +?before@type_info@@QEBA_NAEBV1@@Z +?current@location@Concurrency@@SA?AV12@XZ +?from_numa_node@location@Concurrency@@SA?AV12@G@Z +?get_error_code@scheduler_resource_allocation_error@Concurrency@@QEBAJXZ +?lock@critical_section@Concurrency@@QEAAXXZ +?lock@reader_writer_lock@Concurrency@@QEAAXXZ +?lock_read@reader_writer_lock@Concurrency@@QEAAXXZ +?name@type_info@@QEBAPEBDPEAU__type_info_node@@@Z +?native_handle@critical_section@Concurrency@@QEAAAEAV12@XZ +?notify_all@_Condition_variable@details@Concurrency@@QEAAXXZ +?notify_one@_Condition_variable@details@Concurrency@@QEAAXXZ +?raw_name@type_info@@QEBAPEBDXZ +?reset@event@Concurrency@@QEAAXXZ +?set@event@Concurrency@@QEAAXXZ +?set_new_handler@@YAP6AXXZP6AXXZ@Z +?set_task_execution_resources@Concurrency@@YAXGPEAU_GROUP_AFFINITY@@@Z +?set_task_execution_resources@Concurrency@@YAX_K@Z +?set_terminate@@YAP6AXXZH@Z +?set_terminate@@YAP6AXXZP6AXXZ@Z +?set_unexpected@@YAP6AXXZH@Z +?set_unexpected@@YAP6AXXZP6AXXZ@Z +?terminate@@YAXXZ +?try_lock@critical_section@Concurrency@@QEAA_NXZ +?try_lock@reader_writer_lock@Concurrency@@QEAA_NXZ +?try_lock_for@critical_section@Concurrency@@QEAA_NI@Z +?try_lock_read@reader_writer_lock@Concurrency@@QEAA_NXZ +?unexpected@@YAXXZ +?unlock@critical_section@Concurrency@@QEAAXXZ +?unlock@reader_writer_lock@Concurrency@@QEAAXXZ +?wait@Concurrency@@YAXI@Z +?wait@_Condition_variable@details@Concurrency@@QEAAXAEAVcritical_section@3@@Z +?wait@event@Concurrency@@QEAA_KI@Z +?wait_for@_Condition_variable@details@Concurrency@@QEAA_NAEAVcritical_section@3@I@Z +?wait_for_multiple@event@Concurrency@@SA_KPEAPEAV12@_K_NI@Z +?what@exception@std@@UEBAPEBDXZ +_Cbuild +_CreateFrameInfo +_CxxThrowException +_FCbuild +_FindAndUnlinkFrame +_GetImageBase +_GetThrowImageBase +_Getdays +_Getmonths +_Gettnames +_HUGE DATA +_IsExceptionObjectToBeDestroyed +_LCbuild +_SetImageBase +_SetThrowImageBase +_SetWinRTOutOfMemoryExceptionCallback +_Strftime +_W_Getdays +_W_Getmonths +_W_Gettnames +_Wcsftime +_XcptFilter +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +__C_specific_handler +__CppXcptFilter +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +__NLG_Dispatch2 +__NLG_Return2 +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__STRINGTOLD +__STRINGTOLD_L +__TypeMatch +___lc_codepage_func +___lc_collate_cp_func +___lc_locale_name_func +___mb_cur_max_func +___mb_cur_max_l_func +___setlc_active_func +___unguarded_readlc_active_add_func +__argc DATA +__argv DATA +__badioinfo DATA +__clean_type_info_names_internal +__create_locale +__crtCloseWinRTThreadHandle +__crtCompareStringA +__crtCompareStringW +__crtCreateWinRTThread +__crtGetCurrentWinRTThread +__crtGetCurrentWinRTThreadId +__crtGetExitCodeWinRTThread +__crtIsPackagedApp +__crtLCMapStringA +__crtLCMapStringW +__crtSleep +__crtWaitForWinRTThreadExit +__crt_debugger_hook +__daylight +__dllonexit +__doserrno +__dstbias +__fpecode +__free_locale +__get_current_locale +__get_flsindex +__get_tlsindex +__getmainargs +__initenv DATA +__iob_func +__isascii +__iscsym +__iscsymf +__iswcsym +__iswcsymf +__lconv DATA +__lconv_init +__mb_cur_max DATA +__p___argc +__p___argv +__p___mb_cur_max +__p___wargv +__p__acmdln +__p__commode +__p__daylight +__p__dstbias +__p__fmode +__p__iob +__p__mbcasemap +__p__mbctype +__p__pctype +__p__pgmptr +__p__pwctype +__p__timezone +__p__tzname +__p__wcmdln +__p__wpgmptr +__pctype_func +__pioinfo DATA +__pwctype_func +__pxcptinfoptrs +__report_gsfailure +__setlc_active DATA +__setusermatherr +__strncnt +__swprintf_l +__sys_errlist +__sys_nerr +__threadhandle +__threadid +__timezone +__toascii +__tzname +__unDName +__unDNameEx +__unDNameHelper +__unguarded_readlc_active DATA +__vswprintf_l +__wargv DATA +__wcserror +__wcserror_s +__wcsncnt +__wgetmainargs +__winitenv DATA +_abs64 +_access +_access_s +_acmdln DATA +_aligned_free +_aligned_malloc +_aligned_msize +_aligned_offset_malloc +_aligned_offset_realloc +_aligned_offset_recalloc +_aligned_realloc +_aligned_recalloc +_amsg_exit +_assert +_atodbl +_atodbl_l +_atof_l +_atoflt +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +_atoldbl_l +_atoll_l +_byteswap_uint64 +_byteswap_ulong +_byteswap_ushort +_c_exit +_cabs +_callnewh +_calloc_crt +_cexit +_chgsign +_chgsignf +_chmod +_chsize +_chsize_s +_clearfp +_close +_commit +_commode DATA +_configthreadlocale +_control87 +_controlfp +_controlfp_s +_copysign +_copysignf +_creat +_create_locale +_ctime32 +_ctime32_s +_ctime64 +ctime == _ctime64 +_ctime64_s +_daylight DATA +_dclass +_difftime32 +_difftime64 +_dosmaperr +_dpcomp +_dsign +_dstbias DATA +_dtest +_dup +_dup2 +_ecvt +_ecvt_s +_environ DATA +_eof +_errno +_exit +_exit_app +_expand +_fclose_nolock +_fcloseall +_fcvt +_fcvt_s +_fdclass +_fdopen +_fdpcomp +_fdsign +_fdtest +_fflush_nolock +_fgetchar +_fgetwc_nolock +_fgetwchar +_filbuf +_filelength +_filelengthi64 +_fileno +_findclose +_findfirst32 +_findfirst32i64 +_findfirst64 +_findfirst64i32 +_findfirst == _findfirst64 +_findnext32 +_findnext32i64 +_findnext64 +_findnext64i32 +_findnext == _findnext64 +_finite +_finitef +_flsbuf +_flushall +_fmode DATA +_fpclass +_fpclassf +_fpieee_flt +_fpreset +_fprintf_l +_fprintf_p +_fprintf_p_l +_fprintf_s_l +_fputchar +_fputwc_nolock +_fputwchar +_fread_nolock +_fread_nolock_s +_free_locale +_freea +_freea_s +_freefls +_fscanf_l +_fscanf_s_l +_fseek_nolock +_fseeki64 +_fseeki64_nolock +_fsopen +_fstat32 +_fstat32i64 +_fstat64 +_fstat64i32 +_fstat == _fstat64i32 +_fstati64 == _fstat64 +_ftell_nolock +_ftelli64 +_ftelli64_nolock +_ftime32 +_ftime32_s +_ftime64 +_ftime64_s +_fullpath +_futime32 +_futime64 +_fwprintf_l +_fwprintf_p +_fwprintf_p_l +_fwprintf_s_l +_fwrite_nolock +_fwscanf_l +_fwscanf_s_l +_gcvt +_gcvt_s +_get_current_locale +_get_daylight +_get_doserrno +_get_dstbias +_get_errno +_get_fmode +_get_heap_handle +_get_invalid_parameter_handler +_get_osfhandle +_get_output_format +_get_pgmptr +_get_printf_count_output +_get_purecall_handler +_get_terminate +_get_timezone +_get_tzname +_get_unexpected +_get_wpgmptr +_getc_nolock +_getmaxstdio +_getmbcp +_getptd +_getw +_getws +_getws_s +_gmtime32 +_gmtime32_s +_gmtime64 +_gmtime64_s +gmtime == _gmtime64 +_hypot +_hypotf +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_initptd +_initterm +_initterm_e +_invalid_parameter +_invalid_parameter_noinfo +_invalid_parameter_noinfo_noreturn +_invoke_watson +_iob DATA +_isalnum_l +_isalpha_l +_isatty +_isblank_l +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbblank +_ismbbblank_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_isnan +_isnanf +_isprint_l +_ispunct_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswblank_l +_iswcntrl_l +_iswcsym_l +_iswcsymf_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_itoa +_itoa_s +_itow +_itow_s +_j0 +_j1 +_jn +_ldclass +_ldpcomp +_ldsign +_ldtest +_lfind +_lfind_s +_local_unwind +_localtime32 +_localtime32_s +_localtime64 +_localtime64_s +localtime == _localtime64 +_lock +_lock_file +_locking +_logb +_logbf +_lrotl +_lrotr +_lsearch +_lsearch_s +_lseek +_lseeki64 +_ltoa +_ltoa_s +_ltow +_ltow_s +_makepath +_makepath_s +_malloc_crt +_mbcasemap DATA +_mbctype DATA +_mblen_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbtowc_l +_memccpy +_memicmp +_memicmp_l +_mkdir +_mkgmtime32 +_mkgmtime64 +_mktemp +_mktemp_s +_mktime32 +_mktime64 +_msize +_nextafter +_nextafterf +_onexit +_open +_open_osfhandle +_pctype DATA +_pgmptr DATA +_printf_l +_printf_p +_printf_p_l +_printf_s_l +_purecall +_putw +_putws +_pwctype DATA +_read +_realloc_crt +_recalloc +_recalloc_crt +_rmdir +_rmtmp +_rotl +_rotl64 +_rotr +_rotr64 +_scalb +_scalbf +_scanf_l +_scanf_s_l +_scprintf +_scprintf_l +_scprintf_p +_scprintf_p_l +_scwprintf +_scwprintf_l +_scwprintf_p +_scwprintf_p_l +_set_FMA3_enable +_set_abort_behavior +__set_app_type ; Dummy implementation +_set_controlfp +_set_doserrno +_set_errno +_set_error_mode +_set_fmode +_set_invalid_parameter_handler +_set_malloc_crt_max_wait +_set_output_format +_set_printf_count_output +_set_purecall_handler +_setjmp +_setjmpex +_setmaxstdio +_setmbcp +_setmode +_snprintf +_snprintf_c +_snprintf_c_l +_snprintf_l +_snprintf_s +_snprintf_s_l +_snscanf +_snscanf_l +_snscanf_s +_snscanf_s_l +_snwprintf +_snwprintf_l +_snwprintf_s +_snwprintf_s_l +_snwscanf +_snwscanf_l +_snwscanf_s +_snwscanf_s_l +_sopen +_sopen_s +_splitpath +_splitpath_s +_sprintf_l +_sprintf_p +_sprintf_p_l +_sprintf_s_l +_sscanf_l +_sscanf_s_l +_stat32 +_stat32i64 +_stat64 +_stat64i32 +_stat = _stat64i32 +_stati64 = _stat64 +_statusfp +_strcoll_l +_strdate +_strdate_s +_strdup +_strerror +_strerror_s +_strftime_l +_stricmp +_stricmp_l +_stricoll +_stricoll_l +_strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +_strnset_s +_strrev +_strset +_strset_s +_strtime +_strtime_s +_strtod_l +_strtof_l +_strtoi64 +_strtoi64_l +_strtoimax_l +_strtol_l +_strtold_l +_strtoll_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strtoull_l +_strtoumax_l +_strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_swab +_swprintf +_swprintf_c +_swprintf_c_l +_swprintf_p +_swprintf_p_l +_swprintf_s_l +_swscanf_l +_swscanf_s_l +_sys_errlist DATA +_sys_nerr DATA +_tell +_telli64 +_tempnam +_time32 +_time64 +time == _time64 +_timezone DATA +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +_tzname DATA +_tzset +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_umask +_umask_s +_ungetc_nolock +_ungetwc_nolock +_unlink +_unlock +_unlock_file +_utime32 +_utime64 +_vacopy +_vfprintf_l +_vfprintf_p +_vfprintf_p_l +_vfprintf_s_l +_vfwprintf_l +_vfwprintf_p +_vfwprintf_p_l +_vfwprintf_s_l +_vprintf_l +_vprintf_p +_vprintf_p_l +_vprintf_s_l +_vscprintf +_vscprintf_l +_vscprintf_p +_vscprintf_p_l +_vscwprintf +_vscwprintf_l +_vscwprintf_p +_vscwprintf_p_l +_vsnprintf +vsnprintf == _vsnprintf +snprintf == _snprintf +_vsnprintf_c +_vsnprintf_c_l +_vsnprintf_l +_vsnprintf_s +_vsnprintf_s_l +_vsnwprintf +_vsnwprintf_l +_vsnwprintf_s +_vsnwprintf_s_l +_vsprintf_l +_vsprintf_p +_vsprintf_p_l +_vsprintf_s_l +_vswprintf +_vswprintf_c +_vswprintf_c_l +_vswprintf_l +_vswprintf_p +_vswprintf_p_l +_vswprintf_s_l +_vwprintf_l +_vwprintf_p +_vwprintf_p_l +_vwprintf_s_l +_waccess +_waccess_s +_wasctime +_wasctime_s +_wassert +_wchmod +_wcmdln DATA +_wcreat +_wcreate_locale +_wcscoll_l +_wcsdup +_wcserror +_wcserror_s +_wcsftime_l +_wcsicmp +_wcsicmp_l +_wcsicoll +_wcsicoll_l +_wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +_wcsnset_s +_wcsrev +_wcsset +_wcsset_s +_wcstod_l +_wcstof_l +_wcstoi64 +_wcstoi64_l +_wcstoimax_l +_wcstol_l +_wcstold_l +_wcstoll_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcstoull_l +_wcstoumax_l +_wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctime32 +_wctime32_s +_wctime64 +_wctime64_s +_wctime == _wctime64 +_wctomb_l +_wctomb_s_l +_wctype DATA +_wenviron DATA +_wfdopen +_wfindfirst32 +_wfindfirst32i64 +_wfindfirst64 +_wfindfirst64i32 +_wfindfirst == _wfindfirst64 +_wfindnext32 +_wfindnext32i64 +_wfindnext64 +_wfindnext64i32 +_wfindnext == _wfindnext64 +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wfullpath +_wmakepath +_wmakepath_s +_wmkdir +_wmktemp +_wmktemp_s +_wopen +_wperror +_wpgmptr DATA +_wprintf_l +_wprintf_p +_wprintf_p_l +_wprintf_s_l +_wremove +_wrename +_write +_wrmdir +_wscanf_l +_wscanf_s_l +_wsetlocale +_wsopen +_wsopen_s +_wsplitpath +_wsplitpath_s +_wstat32 +_wstat32i64 +_wstat64 +_wstat64i32 +_wstat == _wstat64i32 +_wstati64 == _wstat64 +_wstrdate +_wstrdate_s +_wstrtime +_wstrtime_s +_wtempnam +_wtmpnam +_wtmpnam_s +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wtoll +_wtoll_l +_wunlink +_wutime32 +_wutime64 +_y0 +_y1 +_yn +abort +abs +acos +acosf +acosh +acoshf +acoshl +asctime +asctime_s +asin +asinf +asinh +asinhf +asinhl +atan +atan2 +atan2f +atanf +atanh +atanhf +atanhl +atexit +atof +atoi +atol +atoll +bsearch +bsearch_s +btowc +cabs +cabsf +cabsl +cacos +cacosf +cacosh +cacoshf +cacoshl +cacosl +calloc +carg +cargf +cargl +casin +casinf +casinh +casinhf +casinhl +casinl +catan +catanf +catanh +catanhf +catanhl +catanl +cbrt +cbrtf +cbrtl +ccos +ccosf +ccosh +ccoshf +ccoshl +ccosl +ceil +ceilf +cexp +cexpf +cexpl +cimag +cimagf +cimagl +clearerr +clearerr_s +clock +clog +clog10 +clog10f +clog10l +clogf +clogl +conj +conjf +conjl +copysign +copysignf +copysignl +cos +cosf +cosh +coshf +cpow +cpowf +cpowl +cproj +cprojf +cprojl +creal +crealf +creall +csin +csinf +csinh +csinhf +csinhl +csinl +csqrt +csqrtf +csqrtl +ctan +ctanf +ctanh +ctanhf +ctanhl +ctanl +div +erf +erfc +erfcf +erfcl +erff +erfl +exit +exp +exp2 +exp2f +exp2l +expf +expm1 +expm1f +expm1l +fabs +fclose +fdim +fdimf +fdiml +feclearexcept +fegetenv +fegetexceptflag +fegetround +feholdexcept +feof +feraiseexcept +ferror +fesetenv +fesetexceptflag +fesetround +fetestexcept +feupdateenv +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +floor +floorf +fma +fmaf +fmal +fmax +fmaxf +fmaxl +fmin +fminf +fminl +fmod +fmodf +fopen +fopen_s +fprintf +fprintf_s +fputc +fputs +fputwc +fputws +fread +fread_s +free +freopen +freopen_s +frexp +fscanf +fscanf_s +fseek +fsetpos +ftell +fwprintf +__ms_fwprintf == fwprintf +fwprintf_s +fwrite +fwscanf +fwscanf_s +getc +getchar +gets +gets_s +getwc +getwchar +ilogb +ilogbf +ilogbl +imaxabs +imaxdiv +isalnum +isalpha +isblank +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswblank +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +labs +ldexp +ldiv +lgamma +lgammaf +lgammal +llabs +lldiv +llrint +llrintf +llrintl +llround +llroundf +llroundl +localeconv +log +log10 +log10f +log1p +log1pf +log1pl +log2 +log2f +log2l +logb +logbf +logbl +logf +longjmp +lrint +lrintf +lrintl +lround +lroundf +lroundl +malloc +mblen +mbrlen +mbrtowc +mbsrtowcs +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +memchr +memcmp +memcpy +memcpy_s +memmove +memmove_s +memset +modf +modff +nan +nanf +nanl +nearbyint +nearbyintf +nearbyintl +nextafter +nextafterf +nextafterl +nexttoward +nexttowardf +nexttowardl +norm +normf +norml +perror +pow +powf +printf +printf_s +putc +putchar +puts +putwc +putwchar +qsort +qsort_s +raise +rand +rand_s +realloc +remainder +remainderf +remainderl +remove +remquo +remquof +remquol +rename +rewind +rint +rintf +rintl +round +roundf +roundl +scalbln +scalblnf +scalblnl +scalbn +scalbnf +scalbnl +scanf +scanf_s +setbuf +setjmp +setlocale +setvbuf +signal +sin +sinf +sinh +sinhf +sprintf +sprintf_s +sqrt +sqrtf +srand +sscanf +sscanf_s +strcat +strcat_s +strchr +strcmp +strcoll +strcpy +strcpy_s +strcspn +strerror +strerror_s +strftime +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +strnlen +strpbrk +strrchr +strspn +strstr +strtod +strtof +strtoimax +strtok +strtok_s +strtol +strtold +strtoll +strtoul +strtoull +strtoumax +strxfrm +swprintf_s +swscanf +swscanf_s +tan +tanf +tanh +tanhf +tgamma +tgammaf +tgammal +tmpfile +tmpfile_s +tmpnam +tmpnam_s +tolower +toupper +towctrans +towlower +towupper +trunc +truncf +truncl +ungetc +ungetwc +vfprintf +vfprintf_s +vfscanf +vfscanf_s +vfwprintf +vfwprintf_s +vfwscanf +vfwscanf_s +vprintf +vprintf_s +vscanf +vscanf_s +vsprintf +vsprintf_s +vsscanf +vsscanf_s +vswprintf_s +vswscanf +vswscanf_s +vwprintf +vwprintf_s +vwscanf +vwscanf_s +wcrtomb +wcrtomb_s +wcscat +wcscat_s +wcschr +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcsftime +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +wcsnlen +wcspbrk +wcsrchr +wcsrtombs +wcsrtombs_s +wcsspn +wcsstr +wcstod +wcstof +wcstoimax +wcstok +wcstok_s +wcstol +wcstold +wcstoll +wcstombs +wcstombs_s +wcstoul +wcstoull +wcstoumax +wcsxfrm +wctob +wctomb +wctomb_s +wctrans +wctype +wmemcpy_s +wmemmove_s +wprintf +wprintf_s +wscanf +wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr120.def.in mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr120.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr120.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr120.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -1531,6 +1531,7 @@ _tempnam _time32 _time64 +time == _time64 _tolower _tolower_l _toupper diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr80.def.in mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr80.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcr80.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcr80.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -4,6 +4,7 @@ ; Autogenerated by gen_exportdef ; Written by Kai Tietz, 2007 ; +LIBRARY "msvcr80.dll" EXPORTS #include "msvcrt-common.def.in" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcrt.def.in mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcrt.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvcrt.def.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvcrt.def.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1289 +0,0 @@ -; Exports of file msvcrt.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY "msvcrt.dll" -EXPORTS - -#include "msvcrt-common.def.in" - -$I10_OUTPUT -; public: __cdecl __non_rtti_object::__non_rtti_object(class __non_rtti_object const & __ptr64) __ptr64 -; GCC = __ZN17__non_rtti_objectC2ERKS_ -??0__non_rtti_object@@QEAA@AEBV0@@Z -; public: __cdecl __non_rtti_object::__non_rtti_object(char const * __ptr64) __ptr64 -; GCC = __ZN17__non_rtti_objectC1ERKS_ -??0__non_rtti_object@@QEAA@PEBD@Z -; private: __cdecl bad_cast::bad_cast(char const * __ptr64 const * __ptr64) __ptr64 -??0bad_cast@@AEAA@PEBQEBD@Z -; public: __cdecl bad_cast::bad_cast(char const * __ptr64 const & __ptr64) __ptr64 -??0bad_cast@@QEAA@AEBQEBD@Z -; public: __cdecl bad_cast::bad_cast(class bad_cast const & __ptr64) __ptr64 -??0bad_cast@@QEAA@AEBV0@@Z -; public: __cdecl bad_cast::bad_cast(char const * __ptr64) __ptr64 -??0bad_cast@@QEAA@PEBD@Z -; public: __cdecl bad_typeid::bad_typeid(class bad_typeid const & __ptr64) __ptr64 -??0bad_typeid@@QEAA@AEBV0@@Z -; public: __cdecl bad_typeid::bad_typeid(char const * __ptr64) __ptr64 -??0bad_typeid@@QEAA@PEBD@Z -; public: __cdecl exception::exception(char const * __ptr64 const & __ptr64) __ptr64 -??0exception@@QEAA@AEBQEBD@Z -; public: __cdecl exception::exception(char const * __ptr64 const & __ptr64,int) __ptr64 -??0exception@@QEAA@AEBQEBDH@Z -; public: __cdecl exception::exception(class exception const & __ptr64) __ptr64 -??0exception@@QEAA@AEBV0@@Z -; public: __cdecl exception::exception(void) __ptr64 -??0exception@@QEAA@XZ -; public: virtual __cdecl __non_rtti_object::~__non_rtti_object(void) __ptr64 -??1__non_rtti_object@@UEAA@XZ -; public: virtual __cdecl bad_cast::~bad_cast(void) __ptr64 -??1bad_cast@@UEAA@XZ -; public: virtual __cdecl bad_typeid::~bad_typeid(void) __ptr64 -??1bad_typeid@@UEAA@XZ -; public: virtual __cdecl exception::~exception(void) __ptr64 -??1exception@@UEAA@XZ -; public: virtual __cdecl type_info::~type_info(void) __ptr64 -??1type_info@@UEAA@XZ -; void * __ptr64 __cdecl operator new(unsigned __int64) -; GCC = __Znwy -??2@YAPEAX_K@Z -; void __cdecl operator delete(void * __ptr64) -; GCC = __ZdlPv -??3@YAXPEAX@Z -; public: class __non_rtti_object & __ptr64 __cdecl __non_rtti_object::operator=(class __non_rtti_object const & __ptr64) __ptr64 -??4__non_rtti_object@@QEAAAEAV0@AEBV0@@Z -; public: class bad_cast & __ptr64 __cdecl bad_cast::operator=(class bad_cast const & __ptr64) __ptr64 -??4bad_cast@@QEAAAEAV0@AEBV0@@Z -; public: class bad_typeid & __ptr64 __cdecl bad_typeid::operator=(class bad_typeid const & __ptr64) __ptr64 -??4bad_typeid@@QEAAAEAV0@AEBV0@@Z -; public: class exception & __ptr64 __cdecl exception::operator=(class exception const & __ptr64) __ptr64 -??4exception@@QEAAAEAV0@AEBV0@@Z -; public: int __cdecl type_info::operator==(class type_info const & __ptr64)const __ptr64 -??8type_info@@QEBAHAEBV0@@Z -; public: int __cdecl type_info::operator!=(class type_info const & __ptr64)const __ptr64 -??9type_info@@QEBAHAEBV0@@Z -; const __non_rtti_object::`vftable' -??_7__non_rtti_object@@6B@ -; const bad_cast::`vftable' -??_7bad_cast@@6B@ -; const bad_typeid::`vftable' -??_7bad_typeid@@6B@ -; const exception::`vftable' -??_7exception@@6B@ -; public: void __cdecl bad_cast::`default constructor closure'(void) __ptr64 -??_Fbad_cast@@QEAAXXZ -; public: void __cdecl bad_typeid::`default constructor closure'(void) __ptr64 -??_Fbad_typeid@@QEAAXXZ -; void * __ptr64 __cdecl operator new[](unsigned __int64) -; GNU = __Znay -??_U@YAPEAX_K@Z -; void __cdecl operator delete[](void * __ptr64) -; GNU = __ZdaPv -??_V@YAXPEAX@Z -__uncaught_exception -; int (__cdecl*__cdecl _query_new_handler(void))(unsigned __int64) -; GNU = __Z18_query_new_handlerv -?_query_new_handler@@YAP6AH_K@ZXZ -; int __cdecl _query_new_mode(void) -; GNU = __Z15_query_new_modev -?_query_new_mode@@YAHXZ -; int (__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned __int64)))(unsigned __int64) -; GNU = __Z16_set_new_handlerPFiyE -?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z -; int __cdecl _set_new_mode(int) -; GNU = __Z13_set_new_modei -?_set_new_mode@@YAHH@Z -; void (__cdecl*__cdecl _set_se_translator(void (__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS * __ptr64)))(unsigned int,struct _EXCEPTION_POINTERS * __ptr64) -; GNU = __Z18_set_se_translatorPFvjP19_EXCEPTION_POINTERSE -?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z -; public: int __cdecl type_info::before(class type_info const & __ptr64)const __ptr64 -?before@type_info@@QEBAHAEBV1@@Z -; public: char const * __ptr64 __cdecl type_info::name(void)const __ptr64 -?name@type_info@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl type_info::raw_name(void)const __ptr64 -?raw_name@type_info@@QEBAPEBDXZ -; void (__cdecl*__cdecl set_new_handler(void (__cdecl*)(void)))(void) -; GNU = __Z15set_new_handlerPFvvE -?set_new_handler@@YAP6AXXZP6AXXZ@Z -; void (__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void) -; GNU = __Z13set_terminatePFvvE -?set_terminate@@YAP6AXXZP6AXXZ@Z -; void (__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void) -; GNU = __Z14set_unexpectedPFvvE -?set_unexpected@@YAP6AXXZP6AXXZ@Z -; void __cdecl terminate(void) -; GNU = __Z9terminatev -?terminate@@YAXXZ -; void __cdecl unexpected(void) -; GNU = __Z10unexpectedv -?unexpected@@YAXXZ -; public: virtual char const * __ptr64 __cdecl exception::what(void)const __ptr64 -?what@exception@@UEBAPEBDXZ -_CxxThrowException -_Getdays -_Getmonths -_Gettnames -_HUGE DATA -_Strftime -_XcptFilter -__C_specific_handler -__CppXcptFilter -__CxxFrameHandler -__DestructExceptionObject -__RTCastToVoid -__RTDynamicCast -__RTtypeid -__STRINGTOLD -___lc_codepage_func -___lc_collate_cp_func -___lc_handle_func -___mb_cur_max_func -___setlc_active_func -___unguarded_readlc_active_add_func -__argc DATA -__argv DATA -__badioinfo DATA -__crtCompareStringA -__crtCompareStringW -__crtGetLocaleInfoW -__crtGetStringTypeW -__crtLCMapStringA -__crtLCMapStringW -__dllonexit -__doserrno -__fpecode -__getmainargs -__initenv DATA -__iob_func -__isascii -__iscsym -__iscsymf -__lc_codepage DATA -__lc_collate_cp DATA -__lc_handle DATA -__lconv_init -__mb_cur_max DATA -__pctype_func -__pioinfo DATA -__pwctype_func -__pxcptinfoptrs -__set_app_type -__setlc_active DATA -__setusermatherr -__threadhandle -__threadid -__toascii -__unDName -__unDNameEx -__unguarded_readlc_active DATA -__wargv DATA -__wcserror -__wcserror_s -__wgetmainargs -__winitenv DATA -_abs64 -_access -; _access_s Replaced by emu -_acmdln DATA -_aexit_rtn DATA -_aligned_free -_aligned_malloc -_aligned_offset_malloc -_aligned_offset_realloc -_aligned_realloc -_amsg_exit -_assert DATA -_atodbl -_atodbl_l -_atof_l -_atoflt_l -_atoi64 -_atoi64_l -_atoi_l -_atol_l -_atoldbl -_atoldbl_l -_beep -_beginthread -_beginthreadex -_c_exit -_cabs DATA -_callnewh -_cexit -_cgets -; _cgets_s replaced by emu -_cgetws -; _cgetws_s replaced by emu -_chdir -_chdrive -_chgsign -_chgsignf -_chmod -_chsize -; _chsize_s replaced by emu -_clearfp -_close -_commit -_commode DATA -_control87 -_controlfp -; _controlfp_s replaced by emu -_copysign -_copysignf -_cprintf -_cprintf_l -_cprintf_p -_cprintf_p_l -; _cprintf_s Replaced by emu -; _cprintf_s_l likewise. -_cputs -_cputws -_creat -_create_locale -_cscanf -_cscanf_l -_cscanf_s -_cscanf_s_l -; _ctime32_s replaced by emu -_ctime64 -; _ctime64_s replaced by emu -_ctype -_cwait -_cwprintf -_cwprintf_l -_cwprintf_p -_cwprintf_p_l -; _cwprintf_s Replaced by emu -; _cwprintf_s_l Likewise. -_cwscanf -_cwscanf_l -_cwscanf_s -_cwscanf_s_l -_dstbias DATA -_dup -_dup2 -_ecvt -_ecvt_s -_endthread -_endthreadex -_environ DATA -_eof -_errno -_execl -_execle -_execlp -_execlpe -_execv -_execve -_execvp -_execvpe -_exit -_expand -_fcloseall -_fcvt -_fcvt_s -_fdopen -_fgetchar -_fgetwchar -_filbuf -_fileinfo DATA -_filelength -_filelengthi64 -_fileno -_findclose -_findfirst -_findfirst64 -_findfirsti64 -_findfirst64i32 == _findfirst -_findnext -_findnext64 -_findnexti64 -_findnext64i32 == _findnext -_finite -_finitef -_flsbuf -_flushall -_fmode DATA -_fpclass -_fpclassf -_fpreset DATA -_fprintf_l -_fprintf_p -_fprintf_p_l -_fprintf_s_l -_fputchar -_fputwchar -_fscanf_l -_fscanf_s_l -_free_locale -_fsopen -_fstat -_fstat64 -_fstati64 -_fstat64i32 == _fstat -_ftime -_ftime32_s -_ftime64 -_ftime64_s -_ftime_s == _ftime64_s -_fullpath -_futime -_futime64 -_fwprintf_l -_fwprintf_p -_fwprintf_p_l -_fwprintf_s_l -_fwscanf_l -_fwscanf_s_l -_gcvt -_gcvt_s -_get_heap_handle -_get_osfhandle -;_get_output_format provided by emu -_get_sbh_threshold -_getch -_getche -_getcwd -_getdcwd -_getdiskfree -_getdllprocaddr -_getdrive -_getdrives -_getmaxstdio -_getmbcp -_getpid -_getsystime -_getw -_getwch -_getwche -_getws -_gmtime32 -; _gmtime32_s replaced by emu -_gmtime64 -; _gmtime64_s replaced by emu -_heapadd -_heapchk -_heapmin -_heapset -_heapused -_heapwalk -_hypot -_hypotf -_i64toa -_i64toa_s -_i64tow -_i64tow_s -_initterm -_iob DATA -_isalnum_l -_isalpha_l -_isatty -_iscntrl_l -_isctype -_isctype_l -_isdigit_l -_isgraph_l -_isleadbyte_l -_islower_l -_ismbbalnum -_ismbbalnum_l -_ismbbalpha -_ismbbalpha_l -_ismbbgraph -_ismbbgraph_l -_ismbbkalnum -_ismbbkalnum_l -_ismbbkana -_ismbbkana_l -_ismbbkprint -_ismbbkprint_l -_ismbbkpunct -_ismbbkpunct_l -_ismbblead -_ismbblead_l -_ismbbprint -_ismbbprint_l -_ismbbpunct -_ismbbpunct_l -_ismbbtrail -_ismbbtrail_l -_ismbcalnum -_ismbcalnum_l -_ismbcalpha -_ismbcalpha_l -_ismbcdigit -_ismbcdigit_l -_ismbcgraph -_ismbcgraph_l -_ismbchira -_ismbchira_l -_ismbckata -_ismbckata_l -_ismbcl0 -_ismbcl0_l -_ismbcl1 -_ismbcl1_l -_ismbcl2 -_ismbcl2_l -_ismbclegal -_ismbclegal_l -_ismbclower -_ismbclower_l -_ismbcprint -_ismbcprint_l -_ismbcpunct -_ismbcpunct_l -_ismbcspace -_ismbcspace_l -_ismbcsymbol -_ismbcsymbol_l -_ismbcupper -_ismbcupper_l -_ismbslead -_ismbslead_l -_ismbstrail -_ismbstrail_l -_isnan -_isnanf -_isprint_l -_isspace_l -_isupper_l -_iswalnum_l -_iswalpha_l -_iswcntrl_l -_iswctype_l -_iswdigit_l -_iswgraph_l -_iswlower_l -_iswprint_l -_iswpunct_l -_iswspace_l -_iswupper_l -_iswxdigit_l -_isxdigit_l -_itoa -_itoa_s -_itow -_itow_s -_j0 -_j1 -_jn -_kbhit -_lfind -_loaddll -_lfind_s -_local_unwind -_localtime32 -; _localtime32_s replaced by emu -_localtime64 -; _localtime64_s replaced by emu -_lock -_locking -_logb -_logbf -_lrotl -_lrotr -_lsearch -_lsearch_s -_lseek -_lseeki64 -_ltoa -_ltoa_s -_ltow -_ltow_s -_makepath -_makepath_s -_mbbtombc -_mbbtombc_l -_mbbtype -_mbcasemap DATA -_mbccpy -_mbccpy_l -_mbccpy_s -_mbccpy_s_l -_mbcjistojms -_mbcjistojms_l -_mbcjmstojis -_mbcjmstojis_l -_mbclen -_mbclen_l -_mbctohira -_mbctohira_l -_mbctokata -_mbctokata_l -_mbctolower -_mbctolower_l -_mbctombb -_mbctombb_l -_mbctoupper -_mbctoupper_l -_mbctype DATA -_mblen_l -_mbsbtype -_mbsbtype_l -_mbscat -_mbscat_s -_mbscat_s_l -_mbschr -_mbschr_l -_mbscmp -_mbscmp_l -_mbscoll -_mbscoll_l -_mbscpy -_mbscpy_s -_mbscpy_s_l -_mbscspn -_mbscspn_l -_mbsdec -_mbsdec_l -_mbsdup -_mbsicmp -_mbsicmp_l -_mbsicoll -_mbsicoll_l -_mbsinc -_mbsinc_l -_mbslen -_mbslen_l -_mbslwr -_mbslwr_l -_mbslwr_s -_mbslwr_s_l -_mbsnbcat -_mbsnbcat_l -_mbsnbcat_s -_mbsnbcat_s_l -_mbsnbcmp -_mbsnbcmp_l -_mbsnbcnt -_mbsnbcnt_l -_mbsnbcoll -_mbsnbcoll_l -_mbsnbcpy -_mbsnbcpy_l -_mbsnbcpy_s -_mbsnbcpy_s_l -_mbsnbicmp -_mbsnbicmp_l -_mbsnbicoll -_mbsnbicoll_l -_mbsnbset -_mbsnbset_l -_mbsnbset_s -_mbsnbset_s_l -_mbsncat -_mbsncat_l -_mbsncat_s -_mbsncat_s_l -_mbsnccnt -_mbsnccnt_l -_mbsncmp -_mbsncmp_l -_mbsncoll -_mbsncoll_l -_mbsncpy -_mbsncpy_l -_mbsncpy_s -_mbsncpy_s_l -_mbsnextc -_mbsnextc_l -_mbsnicmp -_mbsnicmp_l -_mbsnicoll -_mbsnicoll_l -_mbsninc -_mbsninc_l -_mbsnlen -_mbsnlen_l -_mbsnset -_mbsnset_l -_mbsnset_s -_mbsnset_s_l -_mbspbrk -_mbspbrk_l -_mbsrchr -_mbsrchr_l -_mbsrev -_mbsrev_l -_mbsset -_mbsset_l -_mbsset_s -_mbsset_s_l -_mbsspn -_mbsspn_l -_mbsspnp -_mbsspnp_l -_mbsstr -_mbsstr_l -_mbstok -_mbstok_l -_mbstok_s -_mbstok_s_l -_mbstowcs_l -_mbstowcs_s_l -_mbstrlen -_mbstrlen_l -_mbstrnlen -_mbstrnlen_l -_mbsupr -_mbsupr_l -_mbsupr_s -_mbsupr_s_l -_mbtowc_l -_memccpy -_memicmp -_memicmp_l -_mkdir -_mkgmtime -_mkgmtime64 -_mktemp -; _mktemp_s replaced by emu -_mktime64 -_msize -_nextafter -_nextafterf -_onexit -_open -_open_osfhandle -_osplatform DATA -_osver DATA -_pclose -_pctype DATA -_pgmptr DATA -_pipe -_popen -_printf_l -_printf_p -_printf_p_l -_printf_s_l -_purecall -_putch -_putenv -_putenv_s -_putw -_putwch -_putws -_pwctype DATA -_read -_resetstkoflw -_rmdir -_rmtmp -_rotl -_rotl64 -_rotr -_rotr64 -_scalb -_scalbf -_scanf_l -_scanf_s_l -_scprintf -_scprintf_l -_scprintf_p_l -_scwprintf -_scwprintf_l -_scwprintf_p_l -_searchenv -_searchenv_s -_set_error_mode -_set_sbh_threshold -; _set_output_format provided by emu -_seterrormode -_setjmp -_setjmpex -_setmaxstdio -_setmbcp -_setmode -_setsystime -_sleep -_snprintf -_snprintf_c -_snprintf_c_l -_snprintf_l -_snprintf_s -_snprintf_s_l -_snscanf -_snscanf_l -_snscanf_s -_snscanf_s_l -_snwprintf -snwprintf == _snwprintf -_snwprintf_l -_snwprintf_s -_snwprintf_s_l -_snwscanf -_snwscanf_l -_snwscanf_s -_snwscanf_s_l -_sopen -; _sopen_s replaced by emu -_spawnl -_spawnle -_spawnlp -_spawnlpe -_spawnv -_spawnve -_spawnvp -_spawnvpe -_splitpath -_splitpath_s -_sprintf_l -_sprintf_p_l -_sprintf_s_l -_sscanf_l -_sscanf_s_l -_stat -_stat64 -_stati64 -_stat64i32 == _stat -_statusfp -_strcmpi -_strcoll_l -_strdate -; _strdate_s replaced by emu -_strdup -_strerror -_strerror_s -_stricmp -_stricmp_l -_stricoll -_stricoll_l -_strlwr -_strlwr_l -_strlwr_s -_strlwr_s_l -_strncoll -_strncoll_l -_strnicmp -_strnicmp_l -_strnicoll -_strnicoll_l -_strnset -_strnset_s -_strrev -_strset -_strset_s -_strtime -; _strtime_s replaced by emu -_strtod_l -_strtoi64 -_strtoi64_l -_strtol_l -_strtoui64 -_strtoui64_l -_strtoul_l -_strupr -_strupr_l -_strupr_s -_strupr_s_l -_strxfrm_l -_swab -_swprintf == swprintf -_swprintf_c -_swprintf_c_l -_swprintf_p_l -_swprintf_s_l -_swscanf_l -_swscanf_s_l -_sys_errlist DATA -_sys_nerr DATA -_tell -_telli64 -_tempnam -_time64 -_tolower -_tolower_l -_toupper -_toupper_l -_towlower_l -_towupper_l -_tzset -_ui64toa -_ui64toa_s -_ui64tow -_ui64tow_s -_ultoa -_ultoa_s -_ultow -_ultow_s -_umask -; _umask_s replaced by emu -_ungetch -_ungetwch -_unlink -_unloaddll -_unlock -_utime -_utime64 -_vcprintf -_vcprintf_l -_vcprintf_p -_vcprintf_p_l -; _vcprintf_s Replaced by emu -; _vcprintf_s_l Likewise. -_vcwprintf -_vcwprintf_l -_vcwprintf_p -_vcwprintf_p_l -; _vcwprintf_s Replaced by emu -; _vcwprintf_s_l Likewise. -_vfprintf_l -_vfprintf_p -_vfprintf_p_l -_vfprintf_s_l -_vfwprintf_l -_vfwprintf_p -_vfwprintf_p_l -_vfwprintf_s_l -_vprintf_l -_vprintf_p -_vprintf_p_l -_vprintf_s_l -_vscprintf -_vscprintf_l -_vscprintf_p_l -_vscwprintf -_vscwprintf_l -_vscwprintf_p_l -_vsnprintf -_vsnprintf_c -_vsnprintf_c_l -_vsnprintf_l -_vsnprintf_s -_vsnprintf_s_l -_vsnwprintf -vsnwprintf == _vsnwprintf -_vsnwprintf_l -_vsnwprintf_s -_vsnwprintf_s_l -_vsprintf_l -_vsprintf_p -_vsprintf_p_l -_vsprintf_s_l -_vswprintf -_vswprintf_c -_vswprintf_c_l -_vswprintf_l -_vswprintf_p_l -_vswprintf_s_l -_vwprintf_l -_vwprintf_p -_vwprintf_p_l -_vwprintf_s_l -_waccess -; _waccess_s Replaced by emu -_wasctime -; _wasctime_s Replaced by emu -_wchdir -_wchmod -_wcmdln DATA -_wcreat -_wcscoll_l -_wcsdup -_wcserror -_wcserror_s -_wcsftime_l -_wcsicmp -_wcsicmp_l -_wcsicoll -_wcsicoll_l -_wcslwr -_wcslwr_l -_wcslwr_s -_wcslwr_s_l -_wcsncoll -_wcsncoll_l -_wcsnicmp -_wcsnicmp_l -_wcsnicoll -_wcsnicoll_l -_wcsnset -_wcsnset_s -_wcsrev -_wcsset -_wcsset_s -_wcstoi64 -_wcstoi64_l -_wcstol_l -_wcstombs_l -_wcstombs_s_l -_wcstoui64 -_wcstoui64_l -_wcstoul_l -_wcsupr -_wcsupr_l -_wcsupr_s -_wcsupr_s_l -_wcsxfrm_l -_wctime -; _wctime32_s replaced by emu -_wctime64 -; _wctime64_s replaced by emu -_wctomb_l -_wctomb_s_l -_wctype -_wenviron DATA -_wexecl -_wexecle -_wexeclp -_wexeclpe -_wexecv -_wexecve -_wexecvp -_wexecvpe -_wfdopen -_wfindfirst -_wfindfirst64 -_wfindfirsti64 -_wfindfirst64i32 == _wfindfirst -_wfindnext -_wfindnext64 -_wfindnexti64 -_wfindnext64i32 == _wfindnext -_wfopen -_wfopen_s -_wfreopen -_wfreopen_s -_wfsopen -_wfullpath -_wgetcwd -_wgetdcwd -_wgetenv -_wgetenv_s -_winmajor DATA -_winminor DATA -_winput_s -_winver DATA -_wmakepath -_wmakepath_s -_wmkdir -_wmktemp -; _wmktemp_s replaced by emu -_wopen -_woutput_s -_wperror -_wpgmptr DATA -_wpopen -_wprintf_l -_wprintf_p -_wprintf_p_l -_wprintf_s_l -_wputenv -_wputenv_s -_wremove -_wrename -_write -_wrmdir -_wscanf_l -_wscanf_s_l -_wsearchenv -_wsearchenv_s -_wsetlocale -_wsopen -_wsopen_s -_wspawnl -_wspawnle -_wspawnlp -_wspawnlpe -_wspawnv -_wspawnve -_wspawnvp -_wspawnvpe -_wsplitpath -_wsplitpath_s -_wstat -_wstat64 -_wstati64 -_wstat64i32 == _wstat -_wstrdate -; _wstrdate_s replaced by emu -_wstrtime -; _wstrtime_s replaced by emu -_wsystem -_wtempnam -_wtmpnam -_wtmpnam_s -_wtof -_wtof_l -_wtoi -_wtoi64 -_wtoi64_l -_wtoi_l -_wtol -_wtol_l -_wunlink -_wutime -_wutime64 -_y0 -_y1 -_yn -abort -abs -acos -acosf DATA -asctime -; asctime_s replaced by emu -asin -asinf DATA -atan -atan2 DATA -atan2f DATA -atanf DATA -atexit DATA -atof -atoi -atol -bsearch -bsearch_s -calloc -ceil DATA -ceilf DATA -clearerr -clearerr_s -clock -cos DATA -cosf DATA -cosh -coshf DATA -ctime -difftime -div -exit -exp DATA -expf DATA -fabs DATA -fclose -feof -ferror -fflush -fgetc -fgetpos -fgets -fgetwc -fgetws -floor DATA -floorf DATA -fmod DATA -fmodf DATA -fopen -fopen_s -fprintf -fprintf_s -fputc -fputs -fputwc -fputws -fread -free -freopen -freopen_s -; If we implement frexp, we can set it to DATA only. -frexp -fscanf -fscanf_s -fseek -fsetpos -ftell -fwprintf -__ms_fwprintf == fwprintf -fwprintf_s -fwrite -fwscanf -fwscanf_s -getc -getchar -getenv -getenv_s -gets -getwc -getwchar -gmtime -is_wctype -isalnum -isalpha -iscntrl -isdigit -isgraph -isleadbyte -islower -isprint -ispunct -isspace -isupper -iswalnum -iswalpha -iswascii -iswcntrl -iswctype -iswdigit -iswgraph -iswlower -iswprint -iswpunct -iswspace -iswupper -iswxdigit -isxdigit -labs -ldexp DATA -ldiv -localeconv -localtime -log DATA -log10 -log10f DATA -logf DATA -malloc -mblen -mbsrtowcs_s -mbstowcs -mbstowcs_s -mbtowc -memchr -memcmp -memcpy -; memcpy_s replaced by emu -memmove -; memmove_s replaced by emu -memset -mktime -modf DATA -modff DATA -perror -pow DATA -powf DATA -printf -printf_s -putc -putchar -puts -putwc -putwchar -qsort -qsort_s -raise -rand -; rand_s replaced by emu -realloc -remove -rename -rewind -scanf -scanf_s -setbuf -setjmp -setlocale -setvbuf -signal -sin DATA -sinf DATA -; if we implement sinh, we can set it DATA only. -sinh -sinhf DATA -sprintf -; sprintf_s replaced by emu -sqrt DATA -sqrtf DATA -srand -sscanf -sscanf_s -strcat -strcat_s -strchr -strcmp -strcoll -strcpy -strcpy_s -strcspn -strerror -; strerror_s replaced by emu -strftime -strlen -strncat -strncat_s -strncmp -strncpy -strncpy_s -; strnlen replaced by emu -strpbrk -strrchr -strspn -strstr -strtod -strtok -strtok_s -strtol -strtoul -strxfrm -swprintf -swprintf_s -swscanf -swscanf_s -system -tan -tanf DATA -; if we implement tanh, we can set it to DATA only. -tanh -time == _time64 -tmpfile -tmpfile_s -tmpnam -tmpnam_s -tolower -toupper -towlower -towupper -ungetc -ungetwc -vfprintf -vfprintf_s -vfwprintf -vfwprintf_s -vprintf -vprintf_s -vsnprintf == _vsnprintf -snprintf == _snprintf -vsprintf -; vsprintf_s replaced by emu -vswprintf -vswprintf_s -vwprintf -vwprintf_s -wcrtomb_s -wcscat -wcscat_s -wcschr -wcscmp -wcscoll -wcscpy -wcscpy_s -wcscspn -wcsftime -wcslen -wcsncat -wcsncat_s -wcsncmp -wcsncpy -wcsncpy_s -; We provide replacement implementation in libmingwex -wcsnlen DATA -wcspbrk -wcsrchr -wcsrtombs_s -wcsspn -wcsstr -wcstod -wcstok -wcstok_s -wcstol -wcstombs -wcstombs_s -wcstoul -wcsxfrm -wctomb -wctomb_s -wprintf -wprintf_s -wscanf -wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msvidctl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msvidctl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msvidctl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msvidctl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSVidCtl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSVidCtl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msxactps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msxactps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msxactps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msxactps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSXACTPS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSXACTPS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msxml3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msxml3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msxml3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msxml3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSXML3.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSXML3.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msxs64.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msxs64.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msxs64.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msxs64.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file MSJTES40.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSJTES40.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/msyuv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/msyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/msyuv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/msyuv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MSYUV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MSYUV.dll -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mtxdm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mtxdm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mtxdm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mtxdm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file MTxDM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MTxDM.dll -EXPORTS -GetDispenserManager diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mycomput.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mycomput.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mycomput.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mycomput.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file MyComput.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY MyComput.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/mydocs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/mydocs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/mydocs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/mydocs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file mydocs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY mydocs.dll -EXPORTS -PerUserInit -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/narrhook.def mingw-w64-6.0.0/mingw-w64-crt/lib64/narrhook.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/narrhook.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/narrhook.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -; -; Exports of file NARRHOOK.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NARRHOOK.dll -EXPORTS -; void __cdecl BackToApplication(void) -?BackToApplication@@YAXXZ -; int __cdecl GetAnnounceMenu(void) -?GetAnnounceMenu@@YAHXZ -; int __cdecl GetAnnouncePopup(void) -?GetAnnouncePopup@@YAHXZ -; int __cdecl GetAnnounceToolTips(void) -?GetAnnounceToolTips@@YAHXZ -; int __cdecl GetAnnounceWindow(void) -?GetAnnounceWindow@@YAHXZ -; void __cdecl GetCurrentText(unsigned short * __ptr64,int) -?GetCurrentText@@YAXPEAGH@Z -; int __cdecl GetEchoChars(void) -?GetEchoChars@@YAHXZ -; int __cdecl GetReviewLevel(void) -?GetReviewLevel@@YAHXZ -; int __cdecl GetReviewStyle(void) -?GetReviewStyle@@YAHXZ -; int __cdecl GetTrackCaret(void) -?GetTrackCaret@@YAHXZ -; int __cdecl GetTrackInputFocus(void) -?GetTrackInputFocus@@YAHXZ -; int __cdecl GetTrackSecondary(void) -?GetTrackSecondary@@YAHXZ -; int __cdecl InitKeys(struct HWND__ * __ptr64) -?InitKeys@@YAHPEAUHWND__@@@Z -; int __cdecl InitMSAA(void) -?InitMSAA@@YAHXZ -; void __cdecl SetAnnounceMenu(int) -?SetAnnounceMenu@@YAXH@Z -; void __cdecl SetAnnouncePopup(int) -?SetAnnouncePopup@@YAXH@Z -; void __cdecl SetAnnounceToolTips(int) -?SetAnnounceToolTips@@YAXH@Z -; void __cdecl SetAnnounceWindow(int) -?SetAnnounceWindow@@YAXH@Z -; void __cdecl SetCurrentText(unsigned short const * __ptr64) -?SetCurrentText@@YAXPEBG@Z -; void __cdecl SetEchoChars(int) -?SetEchoChars@@YAXH@Z -; void __cdecl SetReviewLevel(int) -?SetReviewLevel@@YAXH@Z -; void __cdecl SetReviewStyle(int) -?SetReviewStyle@@YAXH@Z -; void __cdecl SetTrackCaret(int) -?SetTrackCaret@@YAXH@Z -; void __cdecl SetTrackInputFocus(int) -?SetTrackInputFocus@@YAXH@Z -; void __cdecl SetTrackSecondary(int) -?SetTrackSecondary@@YAXH@Z -; int __cdecl UnInitMSAA(void) -?UnInitMSAA@@YAHXZ -; int __cdecl UninitKeys(void) -?UninitKeys@@YAHXZ -; unsigned short * __ptr64 __cdecl lstrcatn(unsigned short * __ptr64,unsigned short * __ptr64,int) -?lstrcatn@@YAPEAGPEAG0H@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ncobjapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ncobjapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ncobjapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ncobjapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Exports of file NCObjAPI.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NCObjAPI.DLL -EXPORTS -WmiCommitObject -WmiAddObjectProp -WmiCreateObject -WmiCreateObjectWithFormat -WmiCreateObjectWithProps -WmiDestroyObject -WmiEventSourceConnect -WmiEventSourceDisconnect -WmiIsObjectActive -WmiSetAndCommitObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ncprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ncprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ncprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ncprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NCProv.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NCProv.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ncrypt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ncrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ncrypt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ncrypt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -; -; Definition file of ncrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ncrypt.dll" -EXPORTS -GetIsolationServerInterface -GetKeyStorageInterface -GetSChannelInterface -NCryptCreatePersistedKey -NCryptDecrypt -NCryptDeleteKey -NCryptDeriveKey -NCryptEncrypt -NCryptEnumAlgorithms -NCryptEnumKeys -NCryptEnumStorageProviders -NCryptExportKey -NCryptFinalizeKey -NCryptFreeBuffer -NCryptFreeObject -NCryptGetProperty -NCryptImportKey -NCryptIsAlgSupported -NCryptIsKeyHandle -NCryptNotifyChangeKey -NCryptOpenKey -NCryptOpenStorageProvider -NCryptSecretAgreement -NCryptSetAuditingInterface -NCryptSetProperty -NCryptSignHash -NCryptTranslateHandle -NCryptVerifySignature -SslChangeNotify -SslComputeClientAuthHash -SslComputeEapKeyBlock -SslComputeFinishedHash -SslCreateEphemeralKey -SslCreateHandshakeHash -SslDecrementProviderReferenceCount -SslDecryptPacket -SslEncryptPacket -SslEnumCipherSuites -SslEnumProtocolProviders -SslExportKey -SslFreeBuffer -SslFreeObject -SslGenerateMasterKey -SslGenerateSessionKeys -SslGetKeyProperty -SslGetProviderProperty -SslHashHandshake -SslImportKey -SslImportMasterKey -SslIncrementProviderReferenceCount -SslLookupCipherSuiteInfo -SslOpenPrivateKey -SslOpenProvider -SslSignHash diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/nddeapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/nddeapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/nddeapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/nddeapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Exports of file NDdeApi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NDdeApi.dll -EXPORTS -NDdeShareAddA -NDdeShareDelA -NDdeShareEnumA -NDdeShareGetInfoA -NDdeShareSetInfoA -NDdeGetErrorStringA -NDdeIsValidShareNameA -NDdeIsValidAppTopicListA -NDdeSpecialCommandA -NDdeGetShareSecurityA -NDdeSetShareSecurityA -NDdeGetTrustedShareA -NDdeSetTrustedShareA -NDdeTrustedShareEnumA -NDdeShareAddW -NDdeShareDelW -NDdeShareEnumW -NDdeShareGetInfoW -NDdeShareSetInfoW -NDdeGetErrorStringW -NDdeIsValidShareNameW -NDdeIsValidAppTopicListW -NDdeSpecialCommandW -NDdeGetShareSecurityW -NDdeSetShareSecurityW -NDdeGetTrustedShareW -NDdeSetTrustedShareW -NDdeTrustedShareEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ndfapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ndfapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ndfapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ndfapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Definition file of NDFAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "NDFAPI.DLL" -EXPORTS -NdfRunDllDiagnoseIncident -NdfRunDllDiagnoseNetConnectionIncident -NdfRunDllDuplicateIPDefendingSystem -NdfRunDllDuplicateIPOffendingSystem -NdfRunDllHelpTopic -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -NdfCloseIncident -NdfCreateConnectivityIncident -NdfCreateDNSIncident -NdfCreateIncident -NdfCreateSharingIncident -NdfCreateWebIncident -NdfCreateWebIncidentEx -NdfCreateWinSockIncident -NdfExecuteDiagnosis diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/netapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/netapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/netapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/netapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,389 +0,0 @@ -; -; Definition file of NETAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "NETAPI32.dll" -EXPORTS -CredpValidateTargetName -DavAddConnection -DavDeleteConnection -DavFlushFile -DavGetExtendedError -DavGetHTTPFromUNCPath -DavGetUNCFromHTTPPath -DsAddressToSiteNamesA -DsAddressToSiteNamesExA -DsAddressToSiteNamesExW -DsAddressToSiteNamesW -DsDeregisterDnsHostRecordsA -DsDeregisterDnsHostRecordsW -DsEnumerateDomainTrustsA -DsEnumerateDomainTrustsW -DsGetDcCloseW -DsGetDcNameA -DsGetDcNameW -DsGetDcNameWithAccountA -DsGetDcNameWithAccountW -DsGetDcNextA -DsGetDcNextW -DsGetDcOpenA -DsGetDcOpenW -DsGetDcSiteCoverageA -DsGetDcSiteCoverageW -DsGetForestTrustInformationW -DsGetSiteNameA -DsGetSiteNameW -DsMergeForestTrustInformationW -DsRoleAbortDownlevelServerUpgrade -DsRoleCancel -DsRoleDcAsDc -DsRoleDcAsReplica -DsRoleDemoteDc -DsRoleDnsNameToFlatName -DsRoleFreeMemory -DsRoleGetDatabaseFacts -DsRoleGetDcOperationProgress -DsRoleGetDcOperationResults -DsRoleGetPrimaryDomainInformation -DsRoleIfmHandleFree -DsRoleServerSaveStateForUpgrade -DsRoleUpgradeDownlevelServer -DsValidateSubnetNameA -DsValidateSubnetNameW -I_BrowserDebugCall -I_BrowserDebugTrace -I_BrowserQueryEmulatedDomains -I_BrowserQueryOtherDomains -I_BrowserQueryStatistics -I_BrowserResetNetlogonState -I_BrowserResetStatistics -I_BrowserServerEnum -I_BrowserSetNetlogonState -I_DsUpdateReadOnlyServerDnsRecords -I_NetAccountDeltas -I_NetAccountSync -I_NetChainSetClientAttributes -I_NetChainSetClientAttributes2 -I_NetDatabaseDeltas -I_NetDatabaseRedo -I_NetDatabaseSync -I_NetDatabaseSync2 -I_NetDfsCreateExitPoint -I_NetDfsCreateLocalPartition -I_NetDfsDeleteExitPoint -I_NetDfsDeleteLocalPartition -I_NetDfsFixLocalVolume -I_NetDfsGetFtServers -I_NetDatabaseDeltas -I_NetDatabaseRedo -I_NetDatabaseSync -I_NetDatabaseSync2 -I_NetDfsGetVersion -I_NetDfsIsThisADomainName -I_NetDfsManagerReportSiteInfo -I_NetDfsModifyPrefix -I_NetDfsSetLocalVolumeState -I_NetDfsSetServerInfo -I_NetGetDCList -I_NetGetForestTrustInformation -I_NetListCanonicalize -I_NetListTraverse -I_NetLogonControl -I_NetLogonControl2 -I_NetLogonGetDomainInfo -I_NetLogonSamLogoff -I_NetLogonSamLogon -I_NetLogonSamLogonEx -I_NetLogonSamLogonWithFlags -I_NetLogonSendToSam -I_NetLogonUasLogoff -I_NetLogonUasLogon -I_NetNameCanonicalize -I_NetNameCompare -I_NetNameValidate -I_NetPathCanonicalize -I_NetPathCompare -I_NetPathType -I_NetLogonSamLogonEx -I_NetLogonSamLogonWithFlags -I_NetLogonSendToSam -I_NetLogonUasLogoff -I_NetLogonUasLogon -I_NetServerAuthenticate -I_NetServerAuthenticate2 -I_NetServerAuthenticate3 -I_NetServerGetTrustInfo -I_NetServerPasswordGet -I_NetServerPasswordSet -I_NetServerPasswordSet2 -I_NetServerReqChallenge -I_NetServerSetServiceBits -I_NetServerSetServiceBitsEx -I_NetServerTrustPasswordsGet -I_NetlogonComputeClientDigest -I_NetlogonComputeServerDigest -I_NetlogonGetTrustRid -NetAccessAdd -NetAccessDel -NetAccessEnum -NetAccessGetInfo -NetAccessGetUserPerms -NetAccessSetInfo -NetAddAlternateComputerName -NetAddServiceAccount -NetAlertRaise -NetAlertRaiseEx -NetApiBufferAllocate -NetApiBufferFree -NetApiBufferReallocate -NetApiBufferSize -NetAuditClear -NetAuditRead -NetAuditWrite -NetBrowserStatisticsGet -NetConfigGet -NetConfigGetAll -NetConfigSet -NetConnectionEnum -NetDfsAdd -NetDfsAddFtRoot -NetDfsAddRootTarget -NetDfsAddStdRoot -NetDfsAddStdRootForced -NetDfsEnum -NetDfsGetClientInfo -NetDfsGetDcAddress -NetDfsGetFtContainerSecurity -NetDfsGetInfo -NetDfsGetSecurity -NetDfsGetStdContainerSecurity -NetDfsGetSupportedNamespaceVersion -NetDfsManagerGetConfigInfo -NetDfsManagerInitialize -NetDfsManagerSendSiteInfo -NetDfsMove -NetDfsRemove -NetDfsRemoveFtRoot -NetDfsRemoveFtRootForced -NetDfsRemoveRootTarget -NetDfsRemoveStdRoot -NetDfsRename -NetDfsSetClientInfo -NetDfsSetFtContainerSecurity -NetDfsSetInfo -NetDfsSetSecurity -NetDfsSetStdContainerSecurity -NetEnumerateComputerNames -NetEnumerateServiceAccounts -NetEnumerateTrustedDomains -NetErrorLogClear -NetErrorLogRead -NetErrorLogWrite -NetFileClose -NetFileEnum -NetFileGetInfo -NetGetAnyDCName -NetGetDCName -NetGetDisplayInformationIndex -NetGetJoinInformation -NetGetJoinableOUs -NetGroupAdd -NetGroupAddUser -NetGroupDel -NetGroupDelUser -NetGroupEnum -NetGroupGetInfo -NetGroupGetUsers -NetGroupSetInfo -NetGroupSetUsers -NetIsServiceAccount -NetJoinDomain -NetLocalGroupAdd -NetLocalGroupAddMember -NetLocalGroupAddMembers -NetLocalGroupDel -NetLocalGroupDelMember -NetLocalGroupDelMembers -NetLocalGroupEnum -NetLocalGroupGetInfo -NetLocalGroupGetMembers -NetLocalGroupSetInfo -NetLocalGroupSetMembers -NetLogonGetTimeServiceParentDomain -NetLogonSetServiceBits -NetMessageBufferSend -NetMessageNameAdd -NetMessageNameDel -NetMessageNameEnum -NetMessageNameGetInfo -NetProvisionComputerAccount -NetQueryDisplayInformation -NetQueryServiceAccount -NetRegisterDomainNameChangeNotification -NetRemoteComputerSupports -NetRemoteTOD -NetRemoveAlternateComputerName -NetRemoveServiceAccount -NetRenameMachineInDomain -NetReplExportDirAdd -NetReplExportDirDel -NetReplExportDirEnum -NetReplExportDirGetInfo -NetReplExportDirLock -NetReplExportDirSetInfo -NetReplExportDirUnlock -NetReplGetInfo -NetReplImportDirAdd -NetReplImportDirDel -NetReplImportDirEnum -NetReplImportDirGetInfo -NetReplImportDirLock -NetReplImportDirUnlock -NetReplSetInfo -NetRequestOfflineDomainJoin -NetScheduleJobAdd -NetScheduleJobDel -NetScheduleJobEnum -NetScheduleJobGetInfo -NetServerAliasAdd -NetServerAliasDel -NetServerAliasEnum -NetServerComputerNameAdd -NetServerComputerNameDel -NetServerDiskEnum -NetServerEnum -NetServerEnumEx -NetServerGetInfo -NetServerSetInfo -NetServerTransportAdd -NetServerTransportAddEx -NetServerTransportDel -NetServerTransportEnum -NetServiceControl -NetServiceEnum -NetServiceGetInfo -NetServiceInstall -NetSessionDel -NetSessionEnum -NetSessionGetInfo -NetSetPrimaryComputerName -NetShareAdd -NetShareCheck -NetShareDel -NetShareDelEx -NetShareDelSticky -NetShareEnum -NetShareEnumSticky -NetShareGetInfo -NetShareSetInfo -NetStatisticsGet -NetUnjoinDomain -NetUnregisterDomainNameChangeNotification -NetUseAdd -NetUseDel -NetUseEnum -NetUseGetInfo -NetUserAdd -NetUserChangePassword -NetUserDel -NetUserEnum -NetUserGetGroups -NetUserGetInfo -NetUserGetLocalGroups -NetUserModalsGet -NetUserModalsSet -NetUserSetGroups -NetUserSetInfo -NetValidateName -NetValidatePasswordPolicy -NetValidatePasswordPolicyFree -NetWkstaGetInfo -NetWkstaSetInfo -NetWkstaTransportAdd -NetWkstaTransportDel -NetWkstaTransportEnum -NetWkstaUserEnum -NetWkstaUserGetInfo -NetWkstaUserSetInfo -NetapipBufferAllocate -Netbios -NetpAccessCheck -NetpAccessCheckAndAudit -NetpAccessCheckAndAuditEx -NetpAddTlnFtinfoEntry -NetpAllocConfigName -NetpAllocFtinfoEntry -NetpAllocStrFromWStr -NetpAllocWStrFromStr -NetpAllocWStrFromWStr -NetpApiStatusToNtStatus -NetpAssertFailed -NetpCleanFtinfoContext -NetpCloseConfigData -NetpCopyFtinfoContext -NetpCopyStringToBuffer -NetpCreateSecurityObject -NetpDbgPrint -NetpDeleteSecurityObject -NetpEventlogClose -NetpEventlogOpen -NetpEventlogWriteEx -NetpGetComputerName -NetpGetConfigBool -NetpGetConfigDword -NetpGetConfigTStrArray -NetpGetConfigValue -NetpGetDomainName -NetpGetFileSecurity -NetpGetPrivilege -NetpHexDump -NetpInitFtinfoContext -NetpInitOemString -NetpIsRemote -NetpIsUncComputerNameValid -NetpLocalTimeZoneOffset -NetpLogonPutUnicodeString -NetpMergeFtinfo -NetpNetBiosAddName -NetpNetBiosCall -NetpNetBiosDelName -NetpNetBiosGetAdapterNumbers -NetpNetBiosHangup -NetpNetBiosReceive -NetpNetBiosReset -NetpNetBiosSend -NetpNetBiosStatusToApiStatus -NetpNtStatusToApiStatus -NetpOpenConfigData -NetpPackString -NetpParmsQueryUserProperty -NetpParmsQueryUserPropertyWithLength -NetpParmsSetUserProperty -NetpParmsSetUserPropertyWithLength -NetpParmsUserPropertyFree -NetpReleasePrivilege -NetpSetFileSecurity -NetpSmbCheck -NetpStoreIntialDcRecord -NetpStringToNetBiosName -NetpTStrArrayEntryCount -NetpUpgradePreNT5JoinInfo -NetpwNameCanonicalize -NetpwNameCompare -NetpwNameValidate -NetpwPathCanonicalize -NetpwPathCompare -NetpwPathType -NlBindingAddServerToCache -NlBindingRemoveServerFromCache -NlBindingSetAuthInfo -RxNetAccessAdd -RxNetAccessDel -RxNetAccessEnum -RxNetAccessGetInfo -RxNetAccessGetUserPerms -RxNetAccessSetInfo -RxNetServerEnum -RxNetUserPasswordSet -RxRemoteApi diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/netid.def mingw-w64-6.0.0/mingw-w64-crt/lib64/netid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/netid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/netid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file NETID.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NETID.DLL -EXPORTS -CreateNetIDPropertyPage -ShowDcNotFoundErrorDialog diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/netshell.def mingw-w64-6.0.0/mingw-w64-crt/lib64/netshell.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/netshell.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/netshell.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -; -; Exports of file netshell.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY netshell.dll -EXPORTS -DoInitialCleanup -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -HrCreateDesktopIcon -HrGetAnswerFileParametersForNetCard -HrGetExtendedStatusFromNCS -HrGetIconFromMediaType -HrGetIconFromMediaTypeEx -HrGetInstanceGuidOfPreNT5NetCardInstance -HrGetNetConExtendedStatusFromGuid -HrGetNetConExtendedStatusFromINetConnection -HrGetStatusStringFromNetConExtendedStatus -HrIsIpStateCheckingEnabled -HrLaunchConnection -HrLaunchConnectionEx -HrLaunchNetworkOptionalComponents -HrOemUpgrade -HrRenameConnection -HrRunWizard -InvokeDunFile -NcFreeNetconProperties -NcIsValidConnectionName -NetSetupAddRasConnection -NetSetupFinishInstall -NetSetupInstallSoftware -NetSetupPrepareSysPrep -NetSetupRequestWizardPages -NetSetupSetProgressCallback -NormalizeExtendedStatus -RaiseSupportDialog -RepairConnection -StartNCW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/netutils.def mingw-w64-6.0.0/mingw-w64-crt/lib64/netutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/netutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/netutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of netutils.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "netutils.dll" -EXPORTS -NetApiBufferAllocate -NetApiBufferFree -NetApiBufferReallocate -NetApiBufferSize -NetRemoteComputerSupports -NetapipBufferAllocate -NetpIsComputerNameValid -NetpIsDomainNameValid -NetpIsGroupNameValid -NetpIsRemote -NetpIsRemoteNameValid -NetpIsShareNameValid -NetpIsUncComputerNameValid -NetpIsUserNameValid -NetpwListCanonicalize -NetpwListTraverse -NetpwNameCanonicalize -NetpwNameCompare -NetpwNameValidate -NetpwPathCanonicalize -NetpwPathCompare -NetpwPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/nextlink.def mingw-w64-6.0.0/mingw-w64-crt/lib64/nextlink.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/nextlink.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/nextlink.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NextLink.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NextLink.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/nlhtml.def mingw-w64-6.0.0/mingw-w64-crt/lib64/nlhtml.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/nlhtml.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/nlhtml.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NLHTML.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NLHTML.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/nntpadm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/nntpadm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/nntpadm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/nntpadm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NNTPADM.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NNTPADM.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/nntpsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/nntpsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/nntpsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/nntpsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NNTPSNAP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NNTPSNAP.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/normaliz.def mingw-w64-6.0.0/mingw-w64-crt/lib64/normaliz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/normaliz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/normaliz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of Normaliz.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "Normaliz.dll" -EXPORTS -IdnToAscii -IdnToNameprepUnicode -IdnToUnicode -IsNormalizedString -NormalizeString diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntdll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntdll.def 2018-09-14 14:16:43.000000000 +0000 @@ -1936,14 +1936,14 @@ _wtoi64 _wtol abs -atan +atan DATA atoi atol bsearch ceil -cos -fabs -floor +cos DATA +fabs DATA +floor DATA isalnum isalpha iscntrl diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntdsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntdsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntdsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntdsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,119 +0,0 @@ -; -; Definition file of NTDSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "NTDSAPI.dll" -EXPORTS -DsAddSidHistoryA -DsAddSidHistoryW -DsBindA -DsBindByInstanceA -DsBindByInstanceW -DsBindToISTGA -DsBindToISTGW -DsBindW -DsBindWithCredA -DsBindWithCredW -DsBindWithSpnA -DsBindWithSpnExA -DsBindWithSpnExW -DsBindWithSpnW -DsBindingSetTimeout -DsClientMakeSpnForTargetServerA -DsClientMakeSpnForTargetServerW -DsCrackNamesA -DsCrackNamesW -DsCrackSpn2A -DsCrackSpn2W -DsCrackSpn3W -DsCrackSpnA -DsCrackSpnW -DsCrackUnquotedMangledRdnA -DsCrackUnquotedMangledRdnW -DsFinishDemotionW -DsFreeDomainControllerInfoA -DsFreeDomainControllerInfoW -DsFreeNameResultA -DsFreeNameResultW -DsFreePasswordCredentials -DsFreeSchemaGuidMapA -DsFreeSchemaGuidMapW -DsFreeSpnArrayA -DsFreeSpnArrayW -DsGetBindAddrW -DsGetBindAnnotW -DsGetBindInstGuid -DsGetDomainControllerInfoA -DsGetDomainControllerInfoW -DsGetRdnW -DsGetSpnA -DsGetSpnW -DsInheritSecurityIdentityA -DsInheritSecurityIdentityW -DsInitDemotionW -DsIsMangledDnA -DsIsMangledDnW -DsIsMangledRdnValueA -DsIsMangledRdnValueW -DsListDomainsInSiteA -DsListDomainsInSiteW -DsListInfoForServerA -DsListInfoForServerW -DsListRolesA -DsListRolesW -DsListServersForDomainInSiteA -DsListServersForDomainInSiteW -DsListServersInSiteA -DsListServersInSiteW -DsListSitesA -DsListSitesW -DsLogEntry -DsMakePasswordCredentialsA -DsMakePasswordCredentialsW -DsMakeSpnA -DsMakeSpnW -DsMapSchemaGuidsA -DsMapSchemaGuidsW -DsQuerySitesByCostA -DsQuerySitesByCostW -DsQuerySitesFree -DsQuoteRdnValueA -DsQuoteRdnValueW -DsRemoveDsDomainA -DsRemoveDsDomainW -DsRemoveDsServerA -DsRemoveDsServerW -DsReplicaAddA -DsReplicaAddW -DsReplicaConsistencyCheck -DsReplicaDelA -DsReplicaDelW -DsReplicaDemotionW -DsReplicaFreeInfo -DsReplicaGetInfo2W -DsReplicaGetInfoW -DsReplicaModifyA -DsReplicaModifyW -DsReplicaSyncA -DsReplicaSyncAllA -DsReplicaSyncAllW -DsReplicaSyncW -DsReplicaUpdateRefsA -DsReplicaUpdateRefsW -DsReplicaVerifyObjectsA -DsReplicaVerifyObjectsW -DsServerRegisterSpnA -DsServerRegisterSpnW -DsUnBindA -DsUnBindW -DsUnquoteRdnValueA -DsUnquoteRdnValueW -DsWriteAccountSpnA -DsWriteAccountSpnW -DsaopBind -DsaopBindWithCred -DsaopBindWithSpn -DsaopExecuteScript -DsaopPrepareScript -DsaopUnBind diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntevt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntevt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntevt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntevt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NTEVT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NTEVT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntfsdrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntfsdrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntfsdrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntfsdrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of ntfsdrv.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ntfsdrv.DLL" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntlanui2.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntlanui2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntlanui2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntlanui2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file netobjs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY netobjs.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsdba.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsdba.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsdba.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsdba.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,2400 +0,0 @@ -; -; Exports of file NTMSDBA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NTMSDBA.dll -EXPORTS -; public: __cdecl NtmsDbList::Map::Map(void) __ptr64 -??0Map@NtmsDbList@@QEAA@XZ -; public: __cdecl NtmsDatabase::NtmsDatabase(class NtmsDatabase const & __ptr64) __ptr64 -??0NtmsDatabase@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbChanger::NtmsDbChanger(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbChanger@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbChanger::NtmsDbChanger(void) __ptr64 -??0NtmsDbChanger@@QEAA@XZ -; public: __cdecl NtmsDbChangerType::NtmsDbChangerType(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbChangerType@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbChangerType::NtmsDbChangerType(void) __ptr64 -??0NtmsDbChangerType@@QEAA@XZ -; public: __cdecl NtmsDbComputer::NtmsDbComputer(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbComputer@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbComputer::NtmsDbComputer(void) __ptr64 -??0NtmsDbComputer@@QEAA@XZ -; public: __cdecl NtmsDbDataCtxt::NtmsDbDataCtxt(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0NtmsDbDataCtxt@@QEAA@PEBG0@Z -; public: __cdecl NtmsDbDrive::NtmsDbDrive(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbDrive@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbDrive::NtmsDbDrive(void) __ptr64 -??0NtmsDbDrive@@QEAA@XZ -; public: __cdecl NtmsDbDriveType::NtmsDbDriveType(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbDriveType@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbDriveType::NtmsDbDriveType(void) __ptr64 -??0NtmsDbDriveType@@QEAA@XZ -; public: __cdecl NtmsDbError::NtmsDbError(void) __ptr64 -??0NtmsDbError@@QEAA@XZ -; public: __cdecl NtmsDbFile::NtmsDbFile(class NtmsDbFile const & __ptr64) __ptr64 -??0NtmsDbFile@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(struct _GUID const & __ptr64) __ptr64 -??0NtmsDbGuid@@QEAA@AEBU_GUID@@@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbGuid@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(char const * __ptr64) __ptr64 -??0NtmsDbGuid@@QEAA@PEBD@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(unsigned char const * __ptr64) __ptr64 -??0NtmsDbGuid@@QEAA@PEBE@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(struct _GUID const * __ptr64) __ptr64 -??0NtmsDbGuid@@QEAA@PEBU_GUID@@@Z -; public: __cdecl NtmsDbGuid::NtmsDbGuid(void) __ptr64 -??0NtmsDbGuid@@QEAA@XZ -; public: __cdecl NtmsDbIEDoor::NtmsDbIEDoor(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbIEDoor@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbIEDoor::NtmsDbIEDoor(void) __ptr64 -??0NtmsDbIEDoor@@QEAA@XZ -; public: __cdecl NtmsDbIEPort::NtmsDbIEPort(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbIEPort@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbIEPort::NtmsDbIEPort(void) __ptr64 -??0NtmsDbIEPort@@QEAA@XZ -; public: __cdecl NtmsDbLibWorkItem::NtmsDbLibWorkItem(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbLibWorkItem@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbLibWorkItem::NtmsDbLibWorkItem(void) __ptr64 -??0NtmsDbLibWorkItem@@QEAA@XZ -; public: __cdecl NtmsDbLibrary::NtmsDbLibrary(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbLibrary@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbLibrary::NtmsDbLibrary(void) __ptr64 -??0NtmsDbLibrary@@QEAA@XZ -; public: __cdecl NtmsDbLinkedGuid::NtmsDbLinkedGuid(class NtmsDbLinkedGuid const & __ptr64) __ptr64 -??0NtmsDbLinkedGuid@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbLinkedGuid::NtmsDbLinkedGuid(void) __ptr64 -??0NtmsDbLinkedGuid@@QEAA@XZ -; public: __cdecl NtmsDbList::NtmsDbList(class NtmsDbList const & __ptr64) __ptr64 -??0NtmsDbList@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbList::NtmsDbList(int) __ptr64 -??0NtmsDbList@@QEAA@H@Z -; public: __cdecl NtmsDbLogicalMedia::NtmsDbLogicalMedia(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbLogicalMedia@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbLogicalMedia::NtmsDbLogicalMedia(void) __ptr64 -??0NtmsDbLogicalMedia@@QEAA@XZ -; public: __cdecl NtmsDbMediaPool::NtmsDbMediaPool(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbMediaPool@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbMediaPool::NtmsDbMediaPool(void) __ptr64 -??0NtmsDbMediaPool@@QEAA@XZ -; public: __cdecl NtmsDbMediaType::NtmsDbMediaType(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbMediaType@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbMediaType::NtmsDbMediaType(void) __ptr64 -??0NtmsDbMediaType@@QEAA@XZ -; public: __cdecl NtmsDbObjTypeDef::NtmsDbObjTypeDef(char * __ptr64,char * __ptr64,unsigned long,unsigned long,class NtmsDbRecordType * __ptr64) __ptr64 -??0NtmsDbObjTypeDef@@QEAA@PEAD0KKPEAVNtmsDbRecordType@@@Z -; public: __cdecl NtmsDbObject::NtmsDbObject(class NtmsDbObject const & __ptr64) __ptr64 -??0NtmsDbObject@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbObject::NtmsDbObject(unsigned long) __ptr64 -??0NtmsDbObject@@QEAA@K@Z -; public: __cdecl NtmsDbObject::NtmsDbObject(class NtmsDbDataCtxt * __ptr64,unsigned long,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbObject@@QEAA@PEAVNtmsDbDataCtxt@@KAEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbObject::NtmsDbObject(void) __ptr64 -??0NtmsDbObject@@QEAA@XZ -; public: __cdecl NtmsDbOpRequest::NtmsDbOpRequest(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbOpRequest@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbOpRequest::NtmsDbOpRequest(void) __ptr64 -??0NtmsDbOpRequest@@QEAA@XZ -; public: __cdecl NtmsDbPartition::NtmsDbPartition(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbPartition@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbPartition::NtmsDbPartition(void) __ptr64 -??0NtmsDbPartition@@QEAA@XZ -; public: __cdecl NtmsDbPhysicalMedia::NtmsDbPhysicalMedia(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbPhysicalMedia@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbPhysicalMedia::NtmsDbPhysicalMedia(void) __ptr64 -??0NtmsDbPhysicalMedia@@QEAA@XZ -; public: __cdecl NtmsDbPropBinary::NtmsDbPropBinary(void) __ptr64 -??0NtmsDbPropBinary@@QEAA@XZ -; public: __cdecl NtmsDbPropChar::NtmsDbPropChar(void) __ptr64 -??0NtmsDbPropChar@@QEAA@XZ -; public: __cdecl NtmsDbPropDataType::NtmsDbPropDataType(short) __ptr64 -??0NtmsDbPropDataType@@QEAA@F@Z -; public: __cdecl NtmsDbPropDataType::NtmsDbPropDataType(void) __ptr64 -??0NtmsDbPropDataType@@QEAA@XZ -; public: __cdecl NtmsDbPropDouble::NtmsDbPropDouble(void) __ptr64 -??0NtmsDbPropDouble@@QEAA@XZ -; public: __cdecl NtmsDbPropGuid::NtmsDbPropGuid(void) __ptr64 -??0NtmsDbPropGuid@@QEAA@XZ -; public: __cdecl NtmsDbPropHeader::NtmsDbPropHeader(void) __ptr64 -??0NtmsDbPropHeader@@QEAA@XZ -; public: __cdecl NtmsDbPropLargeInt::NtmsDbPropLargeInt(void) __ptr64 -??0NtmsDbPropLargeInt@@QEAA@XZ -; public: __cdecl NtmsDbPropLong::NtmsDbPropLong(void) __ptr64 -??0NtmsDbPropLong@@QEAA@XZ -; public: __cdecl NtmsDbPropRelation::NtmsDbPropRelation(void) __ptr64 -??0NtmsDbPropRelation@@QEAA@XZ -; public: __cdecl NtmsDbPropShort::NtmsDbPropShort(void) __ptr64 -??0NtmsDbPropShort@@QEAA@XZ -; public: __cdecl NtmsDbPropTimeDate::NtmsDbPropTimeDate(void) __ptr64 -??0NtmsDbPropTimeDate@@QEAA@XZ -; public: __cdecl NtmsDbProperty::NtmsDbProperty(class NtmsDbRecordProp * __ptr64) __ptr64 -??0NtmsDbProperty@@QEAA@PEAVNtmsDbRecordProp@@@Z -; public: __cdecl NtmsDbProperty::NtmsDbProperty(void) __ptr64 -??0NtmsDbProperty@@QEAA@XZ -; public: __cdecl NtmsDbPropertyValue::NtmsDbPropertyValue(long) __ptr64 -??0NtmsDbPropertyValue@@QEAA@J@Z -; public: __cdecl NtmsDbPropertyValue::NtmsDbPropertyValue(class NtmsDbRecordPropList * __ptr64,long) __ptr64 -??0NtmsDbPropertyValue@@QEAA@PEAVNtmsDbRecordPropList@@J@Z -; public: __cdecl NtmsDbRecordKey::NtmsDbRecordKey(class NtmsDbRecordKey const & __ptr64) __ptr64 -??0NtmsDbRecordKey@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbRecordKey::NtmsDbRecordKey(class NtmsDbRecordType const & __ptr64) __ptr64 -??0NtmsDbRecordKey@@QEAA@AEBVNtmsDbRecordType@@@Z -; public: __cdecl NtmsDbRecordKey::NtmsDbRecordKey(short,unsigned long) __ptr64 -??0NtmsDbRecordKey@@QEAA@FK@Z -; public: __cdecl NtmsDbRecordKey::NtmsDbRecordKey(void) __ptr64 -??0NtmsDbRecordKey@@QEAA@XZ -; public: __cdecl NtmsDbRecordKeyList::NtmsDbRecordKeyList(class NtmsDbRecordKeyList const & __ptr64) __ptr64 -??0NtmsDbRecordKeyList@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbRecordKeyList::NtmsDbRecordKeyList(void) __ptr64 -??0NtmsDbRecordKeyList@@QEAA@XZ -; public: __cdecl NtmsDbRecordProp::NtmsDbRecordProp(void) __ptr64 -??0NtmsDbRecordProp@@QEAA@XZ -; public: __cdecl NtmsDbRecordPropList::NtmsDbRecordPropList(class NtmsDbRecordPropList const & __ptr64) __ptr64 -??0NtmsDbRecordPropList@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbRecordPropList::NtmsDbRecordPropList(long) __ptr64 -??0NtmsDbRecordPropList@@QEAA@J@Z -; public: __cdecl NtmsDbRecordPropList::NtmsDbRecordPropList(void) __ptr64 -??0NtmsDbRecordPropList@@QEAA@XZ -; public: __cdecl NtmsDbRecordRev::NtmsDbRecordRev(unsigned long) __ptr64 -??0NtmsDbRecordRev@@QEAA@K@Z -; public: __cdecl NtmsDbRecordRev::NtmsDbRecordRev(void) __ptr64 -??0NtmsDbRecordRev@@QEAA@XZ -; public: __cdecl NtmsDbRecordType::NtmsDbRecordType(short) __ptr64 -??0NtmsDbRecordType@@QEAA@F@Z -; public: __cdecl NtmsDbRecordType::NtmsDbRecordType(void) __ptr64 -??0NtmsDbRecordType@@QEAA@XZ -; public: __cdecl NtmsDbRecordUniqueKey::NtmsDbRecordUniqueKey(class NtmsDbRecordUniqueKey const & __ptr64) __ptr64 -??0NtmsDbRecordUniqueKey@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbRecordUniqueKey::NtmsDbRecordUniqueKey(class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbRecordUniqueKey@@QEAA@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbRecordUniqueKey::NtmsDbRecordUniqueKey(class NtmsDbRecordKey const & __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbRecordUniqueKey@@QEAA@AEBVNtmsDbRecordKey@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbRecordUniqueKey::NtmsDbRecordUniqueKey(void) __ptr64 -??0NtmsDbRecordUniqueKey@@QEAA@XZ -; public: __cdecl NtmsDbSelectionSet::NtmsDbSelectionSet(class NtmsDbSelectionSet const & __ptr64) __ptr64 -??0NtmsDbSelectionSet@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbSelectionSet::NtmsDbSelectionSet(class NtmsDbDataCtxt * __ptr64,unsigned long) __ptr64 -??0NtmsDbSelectionSet@@QEAA@PEAVNtmsDbDataCtxt@@K@Z -; public: __cdecl NtmsDbSelectionSet::NtmsDbSelectionSet(void) __ptr64 -??0NtmsDbSelectionSet@@QEAA@XZ -; public: __cdecl NtmsDbStorageSlot::NtmsDbStorageSlot(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbStorageSlot@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbStorageSlot::NtmsDbStorageSlot(void) __ptr64 -??0NtmsDbStorageSlot@@QEAA@XZ -; public: __cdecl NtmsDbString::NtmsDbString(class NtmsDbString const & __ptr64) __ptr64 -??0NtmsDbString@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbString::NtmsDbString(char const * __ptr64) __ptr64 -??0NtmsDbString@@QEAA@PEBD@Z -; public: __cdecl NtmsDbString::NtmsDbString(void) __ptr64 -??0NtmsDbString@@QEAA@XZ -; public: __cdecl NtmsDbString::NtmsDbString(unsigned __int64) __ptr64 -??0NtmsDbString@@QEAA@_K@Z -; public: __cdecl NtmsDbTypeGuid::NtmsDbTypeGuid(struct _GUID const & __ptr64) __ptr64 -??0NtmsDbTypeGuid@@QEAA@AEBU_GUID@@@Z -; public: __cdecl NtmsDbTypeGuid::NtmsDbTypeGuid(class NtmsDbTypeGuid const & __ptr64) __ptr64 -??0NtmsDbTypeGuid@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbTypeGuid::NtmsDbTypeGuid(class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbTypeGuid@@QEAA@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbTypeGuid::NtmsDbTypeGuid(char const * __ptr64) __ptr64 -??0NtmsDbTypeGuid@@QEAA@PEBD@Z -; public: __cdecl NtmsDbTypeGuid::NtmsDbTypeGuid(void) __ptr64 -??0NtmsDbTypeGuid@@QEAA@XZ -; public: __cdecl NtmsDbUIDestination::NtmsDbUIDestination(class NtmsDbDataCtxt * __ptr64,class NtmsDbGuid const & __ptr64) __ptr64 -??0NtmsDbUIDestination@@QEAA@PEAVNtmsDbDataCtxt@@AEBVNtmsDbGuid@@@Z -; public: __cdecl NtmsDbUIDestination::NtmsDbUIDestination(void) __ptr64 -??0NtmsDbUIDestination@@QEAA@XZ -; public: __cdecl NtmsPropMetaInfo::NtmsPropMetaInfo(long,char const * __ptr64) __ptr64 -??0NtmsPropMetaInfo@@QEAA@JPEBD@Z -; public: __cdecl NtmsTransaction::NtmsTransaction(class NtmsTransaction const & __ptr64) __ptr64 -??0NtmsTransaction@@QEAA@AEBV0@@Z -; public: __cdecl NtmsDbList::Map::~Map(void) __ptr64 -??1Map@NtmsDbList@@QEAA@XZ -; public: virtual __cdecl NtmsDbChanger::~NtmsDbChanger(void) __ptr64 -??1NtmsDbChanger@@UEAA@XZ -; public: virtual __cdecl NtmsDbChangerType::~NtmsDbChangerType(void) __ptr64 -??1NtmsDbChangerType@@UEAA@XZ -; public: virtual __cdecl NtmsDbComputer::~NtmsDbComputer(void) __ptr64 -??1NtmsDbComputer@@UEAA@XZ -; public: __cdecl NtmsDbDataCtxt::~NtmsDbDataCtxt(void) __ptr64 -??1NtmsDbDataCtxt@@QEAA@XZ -; public: virtual __cdecl NtmsDbDrive::~NtmsDbDrive(void) __ptr64 -??1NtmsDbDrive@@UEAA@XZ -; public: virtual __cdecl NtmsDbDriveType::~NtmsDbDriveType(void) __ptr64 -??1NtmsDbDriveType@@UEAA@XZ -; public: virtual __cdecl NtmsDbIEDoor::~NtmsDbIEDoor(void) __ptr64 -??1NtmsDbIEDoor@@UEAA@XZ -; public: virtual __cdecl NtmsDbIEPort::~NtmsDbIEPort(void) __ptr64 -??1NtmsDbIEPort@@UEAA@XZ -; public: virtual __cdecl NtmsDbLibWorkItem::~NtmsDbLibWorkItem(void) __ptr64 -??1NtmsDbLibWorkItem@@UEAA@XZ -; public: virtual __cdecl NtmsDbLibrary::~NtmsDbLibrary(void) __ptr64 -??1NtmsDbLibrary@@UEAA@XZ -; public: __cdecl NtmsDbLinkedGuid::~NtmsDbLinkedGuid(void) __ptr64 -??1NtmsDbLinkedGuid@@QEAA@XZ -; public: virtual __cdecl NtmsDbList::~NtmsDbList(void) __ptr64 -??1NtmsDbList@@UEAA@XZ -; public: virtual __cdecl NtmsDbLogicalMedia::~NtmsDbLogicalMedia(void) __ptr64 -??1NtmsDbLogicalMedia@@UEAA@XZ -; public: virtual __cdecl NtmsDbMediaPool::~NtmsDbMediaPool(void) __ptr64 -??1NtmsDbMediaPool@@UEAA@XZ -; public: virtual __cdecl NtmsDbMediaType::~NtmsDbMediaType(void) __ptr64 -??1NtmsDbMediaType@@UEAA@XZ -; public: virtual __cdecl NtmsDbObject::~NtmsDbObject(void) __ptr64 -??1NtmsDbObject@@UEAA@XZ -; public: virtual __cdecl NtmsDbOpRequest::~NtmsDbOpRequest(void) __ptr64 -??1NtmsDbOpRequest@@UEAA@XZ -; public: virtual __cdecl NtmsDbPartition::~NtmsDbPartition(void) __ptr64 -??1NtmsDbPartition@@UEAA@XZ -; public: virtual __cdecl NtmsDbPhysicalMedia::~NtmsDbPhysicalMedia(void) __ptr64 -??1NtmsDbPhysicalMedia@@UEAA@XZ -; public: __cdecl NtmsDbPropBinary::~NtmsDbPropBinary(void) __ptr64 -??1NtmsDbPropBinary@@QEAA@XZ -; public: __cdecl NtmsDbPropChar::~NtmsDbPropChar(void) __ptr64 -??1NtmsDbPropChar@@QEAA@XZ -; public: __cdecl NtmsDbPropDouble::~NtmsDbPropDouble(void) __ptr64 -??1NtmsDbPropDouble@@QEAA@XZ -; public: __cdecl NtmsDbPropGuid::~NtmsDbPropGuid(void) __ptr64 -??1NtmsDbPropGuid@@QEAA@XZ -; public: __cdecl NtmsDbPropHeader::~NtmsDbPropHeader(void) __ptr64 -??1NtmsDbPropHeader@@QEAA@XZ -; public: __cdecl NtmsDbPropLargeInt::~NtmsDbPropLargeInt(void) __ptr64 -??1NtmsDbPropLargeInt@@QEAA@XZ -; public: __cdecl NtmsDbPropLong::~NtmsDbPropLong(void) __ptr64 -??1NtmsDbPropLong@@QEAA@XZ -; public: __cdecl NtmsDbPropRecordClass::~NtmsDbPropRecordClass(void) __ptr64 -??1NtmsDbPropRecordClass@@QEAA@XZ -; public: __cdecl NtmsDbPropRelation::~NtmsDbPropRelation(void) __ptr64 -??1NtmsDbPropRelation@@QEAA@XZ -; public: __cdecl NtmsDbPropShort::~NtmsDbPropShort(void) __ptr64 -??1NtmsDbPropShort@@QEAA@XZ -; public: __cdecl NtmsDbPropTimeDate::~NtmsDbPropTimeDate(void) __ptr64 -??1NtmsDbPropTimeDate@@QEAA@XZ -; public: virtual __cdecl NtmsDbPropertyValue::~NtmsDbPropertyValue(void) __ptr64 -??1NtmsDbPropertyValue@@UEAA@XZ -; public: virtual __cdecl NtmsDbRecordKeyList::~NtmsDbRecordKeyList(void) __ptr64 -??1NtmsDbRecordKeyList@@UEAA@XZ -; public: __cdecl NtmsDbRecordProp::~NtmsDbRecordProp(void) __ptr64 -??1NtmsDbRecordProp@@QEAA@XZ -; public: __cdecl NtmsDbRecordPropList::~NtmsDbRecordPropList(void) __ptr64 -??1NtmsDbRecordPropList@@QEAA@XZ -; public: virtual __cdecl NtmsDbSelectionSet::~NtmsDbSelectionSet(void) __ptr64 -??1NtmsDbSelectionSet@@UEAA@XZ -; public: virtual __cdecl NtmsDbStorageSlot::~NtmsDbStorageSlot(void) __ptr64 -??1NtmsDbStorageSlot@@UEAA@XZ -; public: __cdecl NtmsDbString::~NtmsDbString(void) __ptr64 -??1NtmsDbString@@QEAA@XZ -; public: virtual __cdecl NtmsDbUIDestination::~NtmsDbUIDestination(void) __ptr64 -??1NtmsDbUIDestination@@UEAA@XZ -; public: class NtmsDbList::Map & __ptr64 __cdecl NtmsDbList::Map::operator=(class NtmsDbList::Map const & __ptr64) __ptr64 -??4Map@NtmsDbList@@QEAAAEAV01@AEBV01@@Z -; public: class NtmsDatabase & __ptr64 __cdecl NtmsDatabase::operator=(class NtmsDatabase const & __ptr64) __ptr64 -??4NtmsDatabase@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbChanger & __ptr64 __cdecl NtmsDbChanger::operator=(class NtmsDbChanger & __ptr64) __ptr64 -??4NtmsDbChanger@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbChangerType & __ptr64 __cdecl NtmsDbChangerType::operator=(class NtmsDbChangerType & __ptr64) __ptr64 -??4NtmsDbChangerType@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbComputer & __ptr64 __cdecl NtmsDbComputer::operator=(class NtmsDbComputer const & __ptr64) __ptr64 -??4NtmsDbComputer@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbDataCtxt const & __ptr64 __cdecl NtmsDbDataCtxt::operator=(class NtmsDbDataCtxt const & __ptr64) __ptr64 -??4NtmsDbDataCtxt@@QEAAAEBV0@AEBV0@@Z -; public: class NtmsDbDrive & __ptr64 __cdecl NtmsDbDrive::operator=(class NtmsDbDrive & __ptr64) __ptr64 -??4NtmsDbDrive@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbDriveType & __ptr64 __cdecl NtmsDbDriveType::operator=(class NtmsDbDriveType & __ptr64) __ptr64 -??4NtmsDbDriveType@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbError & __ptr64 __cdecl NtmsDbError::operator=(class NtmsDbError const & __ptr64) __ptr64 -??4NtmsDbError@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbError & __ptr64 __cdecl NtmsDbError::operator=(unsigned long) __ptr64 -??4NtmsDbError@@QEAAAEAV0@K@Z -; public: class NtmsDbFile & __ptr64 __cdecl NtmsDbFile::operator=(class NtmsDbFile const & __ptr64) __ptr64 -??4NtmsDbFile@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbGuid::operator=(struct _GUID const & __ptr64) __ptr64 -??4NtmsDbGuid@@QEAAAEAV0@AEBU_GUID@@@Z -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbGuid::operator=(class NtmsDbGuid const & __ptr64) __ptr64 -??4NtmsDbGuid@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbGuid::operator=(char const * __ptr64) __ptr64 -??4NtmsDbGuid@@QEAAAEAV0@PEBD@Z -; public: class NtmsDbIEDoor & __ptr64 __cdecl NtmsDbIEDoor::operator=(class NtmsDbIEDoor const & __ptr64) __ptr64 -??4NtmsDbIEDoor@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbIEPort & __ptr64 __cdecl NtmsDbIEPort::operator=(class NtmsDbIEPort const & __ptr64) __ptr64 -??4NtmsDbIEPort@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbLibWorkItem & __ptr64 __cdecl NtmsDbLibWorkItem::operator=(class NtmsDbLibWorkItem const & __ptr64) __ptr64 -??4NtmsDbLibWorkItem@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbLibrary & __ptr64 __cdecl NtmsDbLibrary::operator=(class NtmsDbLibrary const & __ptr64) __ptr64 -??4NtmsDbLibrary@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbLinkedGuid & __ptr64 __cdecl NtmsDbLinkedGuid::operator=(class NtmsDbLinkedGuid const & __ptr64) __ptr64 -??4NtmsDbLinkedGuid@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbLinkedGuid::operator=(class NtmsDbGuid const & __ptr64) __ptr64 -??4NtmsDbLinkedGuid@@QEAAAEAVNtmsDbGuid@@AEBV1@@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator=(class NtmsDbList const & __ptr64) __ptr64 -??4NtmsDbList@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbListItem & __ptr64 __cdecl NtmsDbListItem::operator=(class NtmsDbListItem const & __ptr64) __ptr64 -??4NtmsDbListItem@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbLogicalMedia & __ptr64 __cdecl NtmsDbLogicalMedia::operator=(class NtmsDbLogicalMedia const & __ptr64) __ptr64 -??4NtmsDbLogicalMedia@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbMediaPool & __ptr64 __cdecl NtmsDbMediaPool::operator=(class NtmsDbMediaPool const & __ptr64) __ptr64 -??4NtmsDbMediaPool@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbMediaType & __ptr64 __cdecl NtmsDbMediaType::operator=(class NtmsDbMediaType const & __ptr64) __ptr64 -??4NtmsDbMediaType@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbObjTypeDef & __ptr64 __cdecl NtmsDbObjTypeDef::operator=(class NtmsDbObjTypeDef const & __ptr64) __ptr64 -??4NtmsDbObjTypeDef@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbObject & __ptr64 __cdecl NtmsDbObject::operator=(class NtmsDbObject const & __ptr64) __ptr64 -??4NtmsDbObject@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbOpRequest & __ptr64 __cdecl NtmsDbOpRequest::operator=(class NtmsDbOpRequest const & __ptr64) __ptr64 -??4NtmsDbOpRequest@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPartition & __ptr64 __cdecl NtmsDbPartition::operator=(class NtmsDbPartition const & __ptr64) __ptr64 -??4NtmsDbPartition@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPhysicalMedia & __ptr64 __cdecl NtmsDbPhysicalMedia::operator=(class NtmsDbPhysicalMedia & __ptr64) __ptr64 -??4NtmsDbPhysicalMedia@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbPropBinary & __ptr64 __cdecl NtmsDbPropBinary::operator=(class NtmsDbPropBinary const & __ptr64) __ptr64 -??4NtmsDbPropBinary@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropChar & __ptr64 __cdecl NtmsDbPropChar::operator=(class NtmsDbPropChar const & __ptr64) __ptr64 -??4NtmsDbPropChar@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropDataType & __ptr64 __cdecl NtmsDbPropDataType::operator=(class NtmsDbPropDataType & __ptr64) __ptr64 -??4NtmsDbPropDataType@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbPropDataType & __ptr64 __cdecl NtmsDbPropDataType::operator=(short) __ptr64 -??4NtmsDbPropDataType@@QEAAAEAV0@F@Z -; public: class NtmsDbPropDouble & __ptr64 __cdecl NtmsDbPropDouble::operator=(class NtmsDbPropDouble const & __ptr64) __ptr64 -??4NtmsDbPropDouble@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropGuid & __ptr64 __cdecl NtmsDbPropGuid::operator=(class NtmsDbPropGuid const & __ptr64) __ptr64 -??4NtmsDbPropGuid@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropHeader const & __ptr64 __cdecl NtmsDbPropHeader::operator=(class NtmsDbPropHeader const & __ptr64) __ptr64 -??4NtmsDbPropHeader@@QEAAAEBV0@AEBV0@@Z -; public: class NtmsDbPropLargeInt & __ptr64 __cdecl NtmsDbPropLargeInt::operator=(class NtmsDbPropLargeInt const & __ptr64) __ptr64 -??4NtmsDbPropLargeInt@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropLong & __ptr64 __cdecl NtmsDbPropLong::operator=(class NtmsDbPropLong const & __ptr64) __ptr64 -??4NtmsDbPropLong@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropRecordClass & __ptr64 __cdecl NtmsDbPropRecordClass::operator=(class NtmsDbPropRecordClass const & __ptr64) __ptr64 -??4NtmsDbPropRecordClass@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropRelation & __ptr64 __cdecl NtmsDbPropRelation::operator=(class NtmsDbPropRelation & __ptr64) __ptr64 -??4NtmsDbPropRelation@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbPropShort & __ptr64 __cdecl NtmsDbPropShort::operator=(class NtmsDbPropShort const & __ptr64) __ptr64 -??4NtmsDbPropShort@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropTimeDate & __ptr64 __cdecl NtmsDbPropTimeDate::operator=(class NtmsDbPropTimeDate const & __ptr64) __ptr64 -??4NtmsDbPropTimeDate@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbProperty & __ptr64 __cdecl NtmsDbProperty::operator=(class NtmsDbProperty const & __ptr64) __ptr64 -??4NtmsDbProperty@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(short) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@F@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(unsigned short) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@G@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(int) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@H@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(unsigned int) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@I@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(long) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@J@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(unsigned long) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@K@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(float) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@M@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(double) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@N@Z -; public: class NtmsDbPropertyValue const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(char const * __ptr64) __ptr64 -??4NtmsDbPropertyValue@@QEAAAEBV0@PEBD@Z -; public: virtual class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbPropertyValue::operator=(class NtmsDbGuid const & __ptr64) __ptr64 -??4NtmsDbPropertyValue@@UEAAAEBVNtmsDbRecordProp@@AEBVNtmsDbGuid@@@Z -; public: class NtmsDbRecordKey & __ptr64 __cdecl NtmsDbRecordKey::operator=(class NtmsDbRecordType & __ptr64) __ptr64 -??4NtmsDbRecordKey@@QEAAAEAV0@AEAVNtmsDbRecordType@@@Z -; public: class NtmsDbRecordKey & __ptr64 __cdecl NtmsDbRecordKey::operator=(class NtmsDbRecordKey const & __ptr64) __ptr64 -??4NtmsDbRecordKey@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbRecordKey & __ptr64 __cdecl NtmsDbRecordKey::operator=(short) __ptr64 -??4NtmsDbRecordKey@@QEAAAEAV0@F@Z -; public: class NtmsDbRecordKey & __ptr64 __cdecl NtmsDbRecordKey::operator=(unsigned long) __ptr64 -??4NtmsDbRecordKey@@QEAAAEAV0@K@Z -; public: class NtmsDbRecordKeyList & __ptr64 __cdecl NtmsDbRecordKeyList::operator=(class NtmsDbRecordKeyList const & __ptr64) __ptr64 -??4NtmsDbRecordKeyList@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(class NtmsDbRecordProp const & __ptr64) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@AEBV0@@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(class NtmsDbGuid const & __ptr64) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@AEBVNtmsDbGuid@@@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(short) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@F@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(unsigned short) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@G@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(int) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@H@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(unsigned int) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@I@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(long) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@J@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(unsigned long) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@K@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(float) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@M@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(double) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@N@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(unsigned short * __ptr64) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@PEAG@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(char const * __ptr64) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@PEBD@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(union _LARGE_INTEGER) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@T_LARGE_INTEGER@@@Z -; public: class NtmsDbRecordProp const & __ptr64 __cdecl NtmsDbRecordProp::operator=(struct _SYSTEMTIME) __ptr64 -??4NtmsDbRecordProp@@QEAAAEBV0@U_SYSTEMTIME@@@Z -; public: class NtmsDbRecordPropList const & __ptr64 __cdecl NtmsDbRecordPropList::operator=(class NtmsDbRecordPropList const & __ptr64) __ptr64 -??4NtmsDbRecordPropList@@QEAAAEBV0@AEBV0@@Z -; public: class NtmsDbRecordRev & __ptr64 __cdecl NtmsDbRecordRev::operator=(class NtmsDbRecordRev const & __ptr64) __ptr64 -??4NtmsDbRecordRev@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbRecordType & __ptr64 __cdecl NtmsDbRecordType::operator=(class NtmsDbRecordType const & __ptr64) __ptr64 -??4NtmsDbRecordType@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl NtmsDbRecordType::operator=(short) __ptr64 -??4NtmsDbRecordType@@QEAAXF@Z -; public: class NtmsDbRecordUniqueKey const & __ptr64 __cdecl NtmsDbRecordUniqueKey::operator=(class NtmsDbRecordUniqueKey const & __ptr64) __ptr64 -??4NtmsDbRecordUniqueKey@@QEAAAEBV0@AEBV0@@Z -; public: class NtmsDbSelectionSet & __ptr64 __cdecl NtmsDbSelectionSet::operator=(class NtmsDbSelectionSet const & __ptr64) __ptr64 -??4NtmsDbSelectionSet@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbStorageSlot & __ptr64 __cdecl NtmsDbStorageSlot::operator=(class NtmsDbStorageSlot const & __ptr64) __ptr64 -??4NtmsDbStorageSlot@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbString & __ptr64 __cdecl NtmsDbString::operator=(class NtmsDbString & __ptr64) __ptr64 -??4NtmsDbString@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbString & __ptr64 __cdecl NtmsDbString::operator=(char const * __ptr64) __ptr64 -??4NtmsDbString@@QEAAAEAV0@PEBD@Z -; public: class NtmsDbString & __ptr64 __cdecl NtmsDbString::operator=(unsigned short const * __ptr64) __ptr64 -??4NtmsDbString@@QEAAAEAV0@PEBG@Z -; public: class NtmsDbTypeGuid & __ptr64 __cdecl NtmsDbTypeGuid::operator=(struct _GUID const & __ptr64) __ptr64 -??4NtmsDbTypeGuid@@QEAAAEAV0@AEBU_GUID@@@Z -; public: class NtmsDbTypeGuid & __ptr64 __cdecl NtmsDbTypeGuid::operator=(class NtmsDbTypeGuid const & __ptr64) __ptr64 -??4NtmsDbTypeGuid@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsDbUIDestination & __ptr64 __cdecl NtmsDbUIDestination::operator=(class NtmsDbUIDestination const & __ptr64) __ptr64 -??4NtmsDbUIDestination@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsPropMetaInfo & __ptr64 __cdecl NtmsPropMetaInfo::operator=(class NtmsPropMetaInfo const & __ptr64) __ptr64 -??4NtmsPropMetaInfo@@QEAAAEAV0@AEBV0@@Z -; public: class NtmsTransaction & __ptr64 __cdecl NtmsTransaction::operator=(class NtmsTransaction const & __ptr64) __ptr64 -??4NtmsTransaction@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl NtmsDbList::operator>>(class NtmsDbListItem * __ptr64 & __ptr64) __ptr64 -??5NtmsDbList@@QEAAXAEAPEAVNtmsDbListItem@@@Z -; public: void __cdecl NtmsDbPropRelation::operator>>(class NtmsDbRecordUniqueKey * __ptr64 & __ptr64) __ptr64 -??5NtmsDbPropRelation@@QEAAXAEAPEAVNtmsDbRecordUniqueKey@@@Z -; public: void __cdecl NtmsDbRecordKeyList::operator>>(class NtmsDbRecordUniqueKey * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordKeyList@@QEAAXAEAPEAVNtmsDbRecordUniqueKey@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropChar * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropChar@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropGuid * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropGuid@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropLargeInt * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropLargeInt@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropLong * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropLong@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropRelation * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropRelation@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbPropShort * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbPropShort@@@Z -; public: void __cdecl NtmsDbRecordPropList::operator>>(class NtmsDbRecordProp * __ptr64 & __ptr64) __ptr64 -??5NtmsDbRecordPropList@@QEAAXAEAPEAVNtmsDbRecordProp@@@Z -; public: void __cdecl NtmsDbList::operator<<(class NtmsDbListItem & __ptr64) __ptr64 -??6NtmsDbList@@QEAAXAEAVNtmsDbListItem@@@Z -; public: void __cdecl NtmsDbPropRelation::operator<<(class NtmsDbRecordUniqueKey & __ptr64) __ptr64 -??6NtmsDbPropRelation@@QEAAXAEAVNtmsDbRecordUniqueKey@@@Z -; public: void __cdecl NtmsDbRecordKeyList::operator<<(class NtmsDbRecordUniqueKey const & __ptr64) __ptr64 -??6NtmsDbRecordKeyList@@QEAAXAEBVNtmsDbRecordUniqueKey@@@Z -; public: void __cdecl NtmsDbSelectionSet::operator<<(class NtmsDbGuid const & __ptr64) __ptr64 -??6NtmsDbSelectionSet@@QEAAXAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbSelectionSet::operator<<(class NtmsDbRecordUniqueKey const & __ptr64) __ptr64 -??6NtmsDbSelectionSet@@QEAAXAEBVNtmsDbRecordUniqueKey@@@Z -; public: int __cdecl NtmsDbGuid::operator==(struct _GUID const & __ptr64)const __ptr64 -??8NtmsDbGuid@@QEBAHAEBU_GUID@@@Z -; public: int __cdecl NtmsDbGuid::operator==(class NtmsDbGuid const & __ptr64)const __ptr64 -??8NtmsDbGuid@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbPropDataType::operator==(class NtmsDbPropDataType & __ptr64) __ptr64 -??8NtmsDbPropDataType@@QEAAHAEAV0@@Z -; public: int __cdecl NtmsDbPropDataType::operator==(short) __ptr64 -??8NtmsDbPropDataType@@QEAAHF@Z -; public: int __cdecl NtmsDbPropHeader::operator==(class NtmsDbPropHeader const & __ptr64)const __ptr64 -??8NtmsDbPropHeader@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordKey::operator==(class NtmsDbRecordKey const & __ptr64)const __ptr64 -??8NtmsDbRecordKey@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordRev::operator==(class NtmsDbRecordRev const & __ptr64) __ptr64 -??8NtmsDbRecordRev@@QEAAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordUniqueKey::operator==(class NtmsDbGuid const & __ptr64)const __ptr64 -??8NtmsDbRecordUniqueKey@@QEBAHAEBVNtmsDbGuid@@@Z -; public: int __cdecl NtmsDbGuid::operator!=(struct _GUID const & __ptr64)const __ptr64 -??9NtmsDbGuid@@QEBAHAEBU_GUID@@@Z -; public: int __cdecl NtmsDbGuid::operator!=(class NtmsDbGuid const & __ptr64)const __ptr64 -??9NtmsDbGuid@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbPropDataType::operator!=(class NtmsDbPropDataType & __ptr64) __ptr64 -??9NtmsDbPropDataType@@QEAAHAEAV0@@Z -; public: int __cdecl NtmsDbPropDataType::operator!=(short) __ptr64 -??9NtmsDbPropDataType@@QEAAHF@Z -; public: int __cdecl NtmsDbPropHeader::operator!=(class NtmsDbPropHeader const & __ptr64)const __ptr64 -??9NtmsDbPropHeader@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordKey::operator!=(class NtmsDbRecordKey const & __ptr64)const __ptr64 -??9NtmsDbRecordKey@@QEBAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordRev::operator!=(class NtmsDbRecordRev const & __ptr64) __ptr64 -??9NtmsDbRecordRev@@QEAAHAEBV0@@Z -; public: int __cdecl NtmsDbRecordUniqueKey::operator!=(class NtmsDbGuid const & __ptr64)const __ptr64 -??9NtmsDbRecordUniqueKey@@QEBAHAEBVNtmsDbGuid@@@Z -; public: class NtmsDbListItem * __ptr64 __cdecl NtmsDbList::operator[](long)const __ptr64 -??ANtmsDbList@@QEBAPEAVNtmsDbListItem@@J@Z -; public: class NtmsDbRecordUniqueKey * __ptr64 __cdecl NtmsDbRecordKeyList::operator[](long)const __ptr64 -??ANtmsDbRecordKeyList@@QEBAPEAVNtmsDbRecordUniqueKey@@J@Z -; public: class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbRecordPropList::operator[](long) __ptr64 -??ANtmsDbRecordPropList@@QEAAPEAVNtmsDbRecordProp@@J@Z -; public: class NtmsDbRecordProp const * __ptr64 __cdecl NtmsDbRecordPropList::operator[](long)const __ptr64 -??ANtmsDbRecordPropList@@QEBAPEBVNtmsDbRecordProp@@J@Z -; public: __cdecl NtmsDbError::operator unsigned long(void)const __ptr64 -??BNtmsDbError@@QEBAKXZ -; public: __cdecl NtmsDbGuid::operator struct _GUID * __ptr64(void)const __ptr64 -??BNtmsDbGuid@@QEBAPEAU_GUID@@XZ -; public: __cdecl NtmsDbPropDataType::operator short(void)const __ptr64 -??BNtmsDbPropDataType@@QEBAFXZ -; public: __cdecl NtmsDbPropGuid::operator class NtmsDbGuid & __ptr64(void) __ptr64 -??BNtmsDbPropGuid@@QEAAAEAVNtmsDbGuid@@XZ -; public: __cdecl NtmsDbPropRelation::operator class NtmsDbRecordKeyList * __ptr64(void) __ptr64 -??BNtmsDbPropRelation@@QEAAPEAVNtmsDbRecordKeyList@@XZ -; public: __cdecl NtmsDbRecordProp::operator union _LARGE_INTEGER(void)const __ptr64 -??BNtmsDbRecordProp@@QEBA?AT_LARGE_INTEGER@@XZ -; public: __cdecl NtmsDbRecordProp::operator struct _SYSTEMTIME(void)const __ptr64 -??BNtmsDbRecordProp@@QEBA?AU_SYSTEMTIME@@XZ -; public: __cdecl NtmsDbRecordProp::operator class NtmsDbGuid(void)const __ptr64 -??BNtmsDbRecordProp@@QEBA?AVNtmsDbGuid@@XZ -; public: __cdecl NtmsDbRecordProp::operator short(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAFXZ -; public: __cdecl NtmsDbRecordProp::operator unsigned short(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAGXZ -; public: __cdecl NtmsDbRecordProp::operator long(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAJXZ -; public: __cdecl NtmsDbRecordProp::operator unsigned long(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAKXZ -; public: __cdecl NtmsDbRecordProp::operator float(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAMXZ -; public: __cdecl NtmsDbRecordProp::operator double(void)const __ptr64 -??BNtmsDbRecordProp@@QEBANXZ -; public: __cdecl NtmsDbRecordProp::operator unsigned short * __ptr64(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAPEAGXZ -; public: __cdecl NtmsDbRecordProp::operator char const * __ptr64(void)const __ptr64 -??BNtmsDbRecordProp@@QEBAPEBDXZ -; public: __cdecl NtmsDbRecordRev::operator unsigned long(void) __ptr64 -??BNtmsDbRecordRev@@QEAAKXZ -; public: __cdecl NtmsDbRecordType::operator short(void)const __ptr64 -??BNtmsDbRecordType@@QEBAFXZ -; public: __cdecl NtmsDbRecordUniqueKey::operator class NtmsDbGuid & __ptr64(void) __ptr64 -??BNtmsDbRecordUniqueKey@@QEAAAEAVNtmsDbGuid@@XZ -; public: __cdecl NtmsDbRecordUniqueKey::operator class NtmsDbGuid * __ptr64(void) __ptr64 -??BNtmsDbRecordUniqueKey@@QEAAPEAVNtmsDbGuid@@XZ -; public: __cdecl NtmsDbRecordUniqueKey::operator class NtmsDbRecordKey * __ptr64(void) __ptr64 -??BNtmsDbRecordUniqueKey@@QEAAPEAVNtmsDbRecordKey@@XZ -; public: __cdecl NtmsDbString::operator char const * __ptr64(void)const __ptr64 -??BNtmsDbString@@QEBAPEBDXZ -; public: __cdecl NtmsDbTypeGuid::operator class NtmsDbGuid & __ptr64(void) __ptr64 -??BNtmsDbTypeGuid@@QEAAAEAVNtmsDbGuid@@XZ -; public: void __cdecl NtmsDbRecordRev::operator++(int) __ptr64 -??ENtmsDbRecordRev@@QEAAXH@Z -; public: void __cdecl NtmsDbRecordRev::operator++(void) __ptr64 -??ENtmsDbRecordRev@@QEAAXXZ -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator-(long) __ptr64 -??GNtmsDbList@@QEAAAEAV0@J@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator-(class NtmsDbListItem * __ptr64) __ptr64 -??GNtmsDbList@@QEAAAEAV0@PEAVNtmsDbListItem@@@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator+(class NtmsDbListItem * __ptr64) __ptr64 -??HNtmsDbList@@QEAAAEAV0@PEAVNtmsDbListItem@@@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator+=(class NtmsDbListItem & __ptr64) __ptr64 -??YNtmsDbList@@QEAAAEAV0@AEAVNtmsDbListItem@@@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator+=(class NtmsDbListItem * __ptr64) __ptr64 -??YNtmsDbList@@QEAAAEAV0@PEAVNtmsDbListItem@@@Z -; public: class NtmsDbString & __ptr64 __cdecl NtmsDbString::operator+=(class NtmsDbString & __ptr64) __ptr64 -??YNtmsDbString@@QEAAAEAV0@AEAV0@@Z -; public: class NtmsDbString & __ptr64 __cdecl NtmsDbString::operator+=(char const * __ptr64) __ptr64 -??YNtmsDbString@@QEAAAEAV0@PEBD@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator-=(class NtmsDbListItem & __ptr64) __ptr64 -??ZNtmsDbList@@QEAAAEAV0@AEAVNtmsDbListItem@@@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator-=(long) __ptr64 -??ZNtmsDbList@@QEAAAEAV0@J@Z -; public: class NtmsDbList & __ptr64 __cdecl NtmsDbList::operator-=(class NtmsDbListItem * __ptr64) __ptr64 -??ZNtmsDbList@@QEAAAEAV0@PEAVNtmsDbListItem@@@Z -; const NtmsDatabase::`vftable' -??_7NtmsDatabase@@6B@ -; const NtmsDbChanger::`vftable' -??_7NtmsDbChanger@@6B@ -; const NtmsDbChangerType::`vftable' -??_7NtmsDbChangerType@@6B@ -; const NtmsDbComputer::`vftable' -??_7NtmsDbComputer@@6B@ -; const NtmsDbDrive::`vftable' -??_7NtmsDbDrive@@6B@ -; const NtmsDbDriveType::`vftable' -??_7NtmsDbDriveType@@6B@ -; const NtmsDbFile::`vftable' -??_7NtmsDbFile@@6B@ -; const NtmsDbIEDoor::`vftable' -??_7NtmsDbIEDoor@@6B@ -; const NtmsDbIEPort::`vftable' -??_7NtmsDbIEPort@@6B@ -; const NtmsDbLibWorkItem::`vftable' -??_7NtmsDbLibWorkItem@@6B@ -; const NtmsDbLibrary::`vftable' -??_7NtmsDbLibrary@@6B@ -; const NtmsDbList::`vftable' -??_7NtmsDbList@@6B@ -; const NtmsDbLogicalMedia::`vftable' -??_7NtmsDbLogicalMedia@@6B@ -; const NtmsDbMediaPool::`vftable' -??_7NtmsDbMediaPool@@6B@ -; const NtmsDbMediaType::`vftable' -??_7NtmsDbMediaType@@6B@ -; const NtmsDbObject::`vftable' -??_7NtmsDbObject@@6B@ -; const NtmsDbOpRequest::`vftable' -??_7NtmsDbOpRequest@@6B@ -; const NtmsDbPartition::`vftable' -??_7NtmsDbPartition@@6B@ -; const NtmsDbPhysicalMedia::`vftable' -??_7NtmsDbPhysicalMedia@@6B@ -; const NtmsDbPropertyValue::`vftable' -??_7NtmsDbPropertyValue@@6B@ -; const NtmsDbRecordKeyList::`vftable' -??_7NtmsDbRecordKeyList@@6B@ -; const NtmsDbSelectionSet::`vftable' -??_7NtmsDbSelectionSet@@6B@ -; const NtmsDbStorageSlot::`vftable' -??_7NtmsDbStorageSlot@@6B@ -; const NtmsDbUIDestination::`vftable' -??_7NtmsDbUIDestination@@6B@ -; const NtmsTransaction::`vftable' -??_7NtmsTransaction@@6B@ -; public: void __cdecl NtmsDbDataCtxt::`default constructor closure'(void) __ptr64 -??_FNtmsDbDataCtxt@@QEAAXXZ -; public: void __cdecl NtmsDbList::`default constructor closure'(void) __ptr64 -??_FNtmsDbList@@QEAAXXZ -; public: unsigned long __cdecl NtmsDatabase::AccessAllowed(void) __ptr64 -?AccessAllowed@NtmsDatabase@@QEAAKXZ -; public: static unsigned long __cdecl NtmsDbDataCtxt::AcquireChangeMutex(unsigned long) -?AcquireChangeMutex@NtmsDbDataCtxt@@SAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::AddMediaType(class NtmsDbGuid const & __ptr64) __ptr64 -?AddMediaType@NtmsDbLibrary@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbComputer::AddUIDestination(unsigned long,class NtmsDbGuid const & __ptr64) __ptr64 -?AddUIDestination@NtmsDbComputer@@QEAAKKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::AddUIDestination(unsigned long,class NtmsDbGuid const & __ptr64) __ptr64 -?AddUIDestination@NtmsDbLibrary@@QEAAKKAEBVNtmsDbGuid@@@Z -; public: unsigned long const __cdecl NtmsDbPartition::AllocateCount(void)const __ptr64 -?AllocateCount@NtmsDbPartition@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbMediaPool::AllocationPolicy(void)const __ptr64 -?AllocationPolicy@NtmsDbMediaPool@@QEBA?BKXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbLibWorkItem::Application(void)const __ptr64 -?Application@NtmsDbLibWorkItem@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbOpRequest::Application(void)const __ptr64 -?Application@NtmsDbOpRequest@@QEBAPEBGXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbOpRequest::Arg1(void)const __ptr64 -?Arg1@NtmsDbOpRequest@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbOpRequest::Arg1Type(void)const __ptr64 -?Arg1Type@NtmsDbOpRequest@@QEBAKXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbOpRequest::Arg2(void)const __ptr64 -?Arg2@NtmsDbOpRequest@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbOpRequest::Arg2Type(void)const __ptr64 -?Arg2Type@NtmsDbOpRequest@@QEBAKXZ -; public: long __cdecl NtmsDbLibWorkItem::AssocWorkItem_IsNotNull(void) __ptr64 -?AssocWorkItem_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::AssocWorkItem_n(void)const __ptr64 -?AssocWorkItem_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: short const __cdecl NtmsDbLibrary::AutoRecovery(void)const __ptr64 -?AutoRecovery@NtmsDbLibrary@@QEBA?BFXZ -; public: short const __cdecl NtmsDbLibrary::BarCodeReader(void)const __ptr64 -?BarCodeReader@NtmsDbLibrary@@QEBA?BFXZ -; public: unsigned long const __cdecl NtmsDbPhysicalMedia::BarcodeState(void)const __ptr64 -?BarcodeState@NtmsDbPhysicalMedia@@QEBA?BKXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbPhysicalMedia::BarcodeW(void)const __ptr64 -?BarcodeW@NtmsDbPhysicalMedia@@QEBAPEBGXZ -; public: long __cdecl NtmsDbPhysicalMedia::Barcode_IsNotNull(void) __ptr64 -?Barcode_IsNotNull@NtmsDbPhysicalMedia@@QEAAJXZ -; public: char const * __ptr64 __cdecl NtmsDbPhysicalMedia::Barcode_n(void) __ptr64 -?Barcode_n@NtmsDbPhysicalMedia@@QEAAPEBDXZ -; private: void __cdecl NtmsDbChanger::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbChanger@@AEAAXXZ -; private: void __cdecl NtmsDbChangerType::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbChangerType@@AEAAXXZ -; private: void __cdecl NtmsDbComputer::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbComputer@@AEAAXXZ -; private: void __cdecl NtmsDbDrive::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbDrive@@AEAAXXZ -; private: void __cdecl NtmsDbDriveType::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbDriveType@@AEAAXXZ -; private: void __cdecl NtmsDbIEDoor::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbIEDoor@@AEAAXXZ -; private: void __cdecl NtmsDbIEPort::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbIEPort@@AEAAXXZ -; private: void __cdecl NtmsDbLibWorkItem::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbLibWorkItem@@AEAAXXZ -; private: void __cdecl NtmsDbLibrary::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbLibrary@@AEAAXXZ -; private: void __cdecl NtmsDbLogicalMedia::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbLogicalMedia@@AEAAXXZ -; private: void __cdecl NtmsDbMediaPool::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbMediaPool@@AEAAXXZ -; private: void __cdecl NtmsDbMediaType::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbMediaType@@AEAAXXZ -; private: void __cdecl NtmsDbObject::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbObject@@AEAAXXZ -; private: void __cdecl NtmsDbOpRequest::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbOpRequest@@AEAAXXZ -; private: void __cdecl NtmsDbPartition::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbPartition@@AEAAXXZ -; private: void __cdecl NtmsDbPhysicalMedia::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbPhysicalMedia@@AEAAXXZ -; private: void __cdecl NtmsDbStorageSlot::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbStorageSlot@@AEAAXXZ -; private: void __cdecl NtmsDbUIDestination::BuildPropertyList(void) __ptr64 -?BuildPropertyList@NtmsDbUIDestination@@AEAAXXZ -; public: union _LARGE_INTEGER & __ptr64 __cdecl NtmsDbPartition::Capacity(void) __ptr64 -?Capacity@NtmsDbPartition@@QEAAAEAT_LARGE_INTEGER@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbChanger::ChangerType(void)const __ptr64 -?ChangerType@NtmsDbChanger@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbLibrary::Changers(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Changers@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: long __cdecl NtmsDbLibrary::CleanerSlot_IsNotNull(void)const __ptr64 -?CleanerSlot_IsNotNull@NtmsDbLibrary@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibrary::CleanerSlot_n(void)const __ptr64 -?CleanerSlot_n@NtmsDbLibrary@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbLibrary::CleansRemaining(void)const __ptr64 -?CleansRemaining@NtmsDbLibrary@@QEBA?BKXZ -; public: void __cdecl NtmsDbList::Clear(void) __ptr64 -?Clear@NtmsDbList@@QEAAXXZ -; public: void __cdecl NtmsDbRecordProp::ClearModified(void) __ptr64 -?ClearModified@NtmsDbRecordProp@@QEAAXXZ -; public: short const __cdecl NtmsDbRecordProp::Code(void)const __ptr64 -?Code@NtmsDbRecordProp@@QEBA?BFXZ -; public: short __cdecl NtmsDbRecordType::Code(void)const __ptr64 -?Code@NtmsDbRecordType@@QEBAFXZ -; public: unsigned long __cdecl NtmsDbDataCtxt::CommitTransaction(void) __ptr64 -?CommitTransaction@NtmsDbDataCtxt@@QEAAKXZ -; public: virtual void __cdecl NtmsDbObject::ComputeProps(enum NtmsDbObject::ObjectOperationType) __ptr64 -?ComputeProps@NtmsDbObject@@UEAAXW4ObjectOperationType@1@@Z -; public: virtual void __cdecl NtmsDbObject::ComputeProps(enum NtmsDbObject::ObjectOperationType,long) __ptr64 -?ComputeProps@NtmsDbObject@@UEAAXW4ObjectOperationType@1@J@Z -; public: unsigned short const * __ptr64 __cdecl NtmsDbLibWorkItem::Computer(void)const __ptr64 -?Computer@NtmsDbLibWorkItem@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbOpRequest::Computer(void)const __ptr64 -?Computer@NtmsDbOpRequest@@QEBAPEBGXZ -; public: long __cdecl NtmsDbDrive::Computer_IsNotNull(void)const __ptr64 -?Computer_IsNotNull@NtmsDbDrive@@QEBAJXZ -; public: long __cdecl NtmsDbLibrary::Computer_IsNotNull(void)const __ptr64 -?Computer_IsNotNull@NtmsDbLibrary@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbDrive::Computer_n(void)const __ptr64 -?Computer_n@NtmsDbDrive@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibrary::Computer_n(void)const __ptr64 -?Computer_n@NtmsDbLibrary@@QEBAAEBVNtmsDbGuid@@XZ -; protected: void __cdecl NtmsDbString::ConcatString(char const * __ptr64) __ptr64 -?ConcatString@NtmsDbString@@IEAAXPEBD@Z -; public: unsigned long __cdecl NtmsDbDataCtxt::Connect(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?Connect@NtmsDbDataCtxt@@QEAAKPEBG0@Z -; protected: void __cdecl NtmsDbString::ConvertMBString(unsigned short const * __ptr64,unsigned long,char * __ptr64 & __ptr64,unsigned __int64 & __ptr64) __ptr64 -?ConvertMBString@NtmsDbString@@IEAAXPEBGKAEAPEADAEA_K@Z -; public: void __cdecl NtmsDbRecordProp::CopyData(void * __ptr64,long) __ptr64 -?CopyData@NtmsDbRecordProp@@QEAAXPEAXJ@Z -; public: long __cdecl NtmsDbList::Count(void)const __ptr64 -?Count@NtmsDbList@@QEBAJXZ -; public: long __cdecl NtmsDbObject::Count(void)const __ptr64 -?Count@NtmsDbObject@@QEBAJXZ -; public: long __cdecl NtmsDbPropHeader::Count(void)const __ptr64 -?Count@NtmsDbPropHeader@@QEBAJXZ -; public: unsigned long __cdecl NtmsDbRecordProp::Count(void)const __ptr64 -?Count@NtmsDbRecordProp@@QEBAKXZ -; public: long __cdecl NtmsDbRecordPropList::Count(void)const __ptr64 -?Count@NtmsDbRecordPropList@@QEBAJXZ -; public: virtual long __cdecl NtmsDbSelectionSet::Count(void)const __ptr64 -?Count@NtmsDbSelectionSet@@UEBAJXZ -; public: struct _SYSTEMTIME __cdecl NtmsDbObject::CreateTs(void)const __ptr64 -?CreateTs@NtmsDbObject@@QEBA?AU_SYSTEMTIME@@XZ -; public: unsigned long __cdecl NtmsDbRecordProp::DataSize(void)const __ptr64 -?DataSize@NtmsDbRecordProp@@QEBAKXZ -; public: class NtmsDatabase * __ptr64 __cdecl NtmsDbDataCtxt::Database(void) __ptr64 -?Database@NtmsDbDataCtxt@@QEAAPEAVNtmsDatabase@@XZ -; public: unsigned long const __cdecl NtmsDbMediaPool::DeallocationPolicy(void)const __ptr64 -?DeallocationPolicy@NtmsDbMediaPool@@QEBA?BKXZ -; public: void __cdecl NtmsDbPropHeader::DecCount(void) __ptr64 -?DecCount@NtmsDbPropHeader@@QEAAXXZ -; public: long __cdecl NtmsDbUIDestination::DecReference(void) __ptr64 -?DecReference@NtmsDbUIDestination@@QEAAJXZ -; public: long __cdecl NtmsDbLibrary::DefCleanerSlot_IsNotNull(void)const __ptr64 -?DefCleanerSlot_IsNotNull@NtmsDbLibrary@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibrary::DefCleanerSlot_n(void)const __ptr64 -?DefCleanerSlot_n@NtmsDbLibrary@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbDrive::DeferDelay(void)const __ptr64 -?DeferDelay@NtmsDbDrive@@QEBA?BKXZ -; protected: virtual void __cdecl NtmsDbChanger::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbChanger@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbChangerType::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbChangerType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbComputer::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbComputer@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDrive::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbDrive@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDriveType::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbDriveType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEDoor::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbIEDoor@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEPort::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbIEPort@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibWorkItem::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbLibWorkItem@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibrary::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbLibrary@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLogicalMedia::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbLogicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaPool::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbMediaPool@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaType::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbMediaType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbObject::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbObject@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbOpRequest::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbOpRequest@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPartition::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbPartition@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPhysicalMedia::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbPhysicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbStorageSlot::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbStorageSlot@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbUIDestination::DeleteDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteDbObject@NtmsDbUIDestination@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; public: virtual unsigned long __cdecl NtmsDbSelectionSet::DeleteObjects(class NtmsDbDataCtxt * __ptr64) __ptr64 -?DeleteObjects@NtmsDbSelectionSet@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; protected: void __cdecl NtmsDbObject::DeleteReferences(class NtmsDbDataCtxt * __ptr64,class NtmsDbRecordPropList * __ptr64) __ptr64 -?DeleteReferences@NtmsDbObject@@IEAAXPEAVNtmsDbDataCtxt@@PEAVNtmsDbRecordPropList@@@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::DensityCode(void) __ptr64 -?DensityCode@NtmsDbPhysicalMedia@@QEAAKXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbObject::DescriptionW(void) __ptr64 -?DescriptionW@NtmsDbObject@@QEAAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbObject::DescriptionW(void)const __ptr64 -?DescriptionW@NtmsDbObject@@QEBAPEBGXZ -; public: long __cdecl NtmsDbObject::Description_IsNotNull(void) __ptr64 -?Description_IsNotNull@NtmsDbObject@@QEAAJXZ -; public: char const * __ptr64 __cdecl NtmsDbObject::Description_n(void) __ptr64 -?Description_n@NtmsDbObject@@QEAAPEBDXZ -; public: static void __cdecl NtmsDbDataCtxt::DestroyMutex(void) -?DestroyMutex@NtmsDbDataCtxt@@SAXXZ -; public: virtual void __cdecl NtmsDbList::Destruct(class NtmsDbListItem * __ptr64) __ptr64 -?Destruct@NtmsDbList@@UEAAXPEAVNtmsDbListItem@@@Z -; public: unsigned long const __cdecl NtmsDbChangerType::DeviceType(void)const __ptr64 -?DeviceType@NtmsDbChangerType@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbMediaType::DeviceType(void)const __ptr64 -?DeviceType@NtmsDbMediaType@@QEBA?BKXZ -; public: static void __cdecl NtmsDbDataCtxt::DisableNotification(class ChangeRegistration * __ptr64) -?DisableNotification@NtmsDbDataCtxt@@SAXPEAVChangeRegistration@@@Z -; public: unsigned long __cdecl NtmsDbDataCtxt::Disconnect(void) __ptr64 -?Disconnect@NtmsDbDataCtxt@@QEAAKXZ -; public: long __cdecl NtmsDbLibWorkItem::DriveId_IsNotNull(void) __ptr64 -?DriveId_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::DriveId_n(void)const __ptr64 -?DriveId_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbDrive::DriveNumber(void)const __ptr64 -?DriveNumber@NtmsDbDrive@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbDrive::DriveState(void)const __ptr64 -?DriveState@NtmsDbDrive@@QEBA?BKXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbDrive::DriveType(void)const __ptr64 -?DriveType@NtmsDbDrive@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbDriveType::DriveType(void)const __ptr64 -?DriveType@NtmsDbDriveType@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbComputer::Drives(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Drives@NtmsDbComputer@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::Drives(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Drives@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: int __cdecl NtmsDbList::Dynamic(void)const __ptr64 -?Dynamic@NtmsDbList@@QEBAHXZ -; public: int __cdecl NtmsDbRecordProp::Dynamic(void)const __ptr64 -?Dynamic@NtmsDbRecordProp@@QEBAHXZ -; public: static class ChangeRegistration * __ptr64 __cdecl NtmsDbDataCtxt::EnableNotification(void (__cdecl*)(int,class NtmsDbGuid const & __ptr64,int,void * __ptr64),void * __ptr64) -?EnableNotification@NtmsDbDataCtxt@@SAPEAVChangeRegistration@@P6AXHAEBVNtmsDbGuid@@HPEAX@Z1@Z -; public: short const __cdecl NtmsDbObject::Enabled(void)const __ptr64 -?Enabled@NtmsDbObject@@QEBA?BFXZ -; public: void __cdecl NtmsDbDataCtxt::EnterConnCritSection(void) __ptr64 -?EnterConnCritSection@NtmsDbDataCtxt@@QEAAXXZ -; public: class NtmsDbError const & __ptr64 __cdecl NtmsDbDataCtxt::Error(void)const __ptr64 -?Error@NtmsDbDataCtxt@@QEBAAEBVNtmsDbError@@XZ -; public: int const __cdecl NtmsDbError::Error(void)const __ptr64 -?Error@NtmsDbError@@QEBA?BHXZ -; public: class NtmsDbError & __ptr64 __cdecl NtmsDbObject::Error(void) __ptr64 -?Error@NtmsDbObject@@QEAAAEAVNtmsDbError@@XZ -; public: unsigned long __cdecl NtmsDbLibWorkItem::ErrorCode(void) __ptr64 -?ErrorCode@NtmsDbLibWorkItem@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbObject::ExplicitAddRelation(long,short,class NtmsDbGuid const & __ptr64) __ptr64 -?ExplicitAddRelation@NtmsDbObject@@QEAAKJFAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbObject::ExplicitRemoveRelation(long,class NtmsDbGuid const & __ptr64) __ptr64 -?ExplicitRemoveRelation@NtmsDbObject@@QEAAKJAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbDataCtxt::ExportDatabase(void) __ptr64 -?ExportDatabase@NtmsDbDataCtxt@@QEAAKXZ -; public: unsigned long const __cdecl NtmsDbIEPort::ExtendState(void)const __ptr64 -?ExtendState@NtmsDbIEPort@@QEBA?BKXZ -; public: virtual unsigned long __cdecl NtmsDbObject::Fetch(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Fetch@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; private: unsigned long __cdecl NtmsDatabase::FileEnd(void) __ptr64 -?FileEnd@NtmsDatabase@@AEAAKXZ -; public: void * __ptr64 __cdecl NtmsDbFile::FileHandle(void) __ptr64 -?FileHandle@NtmsDbFile@@QEAAPEAXXZ -; private: unsigned long __cdecl NtmsDatabase::FilePosition(unsigned long) __ptr64 -?FilePosition@NtmsDatabase@@AEAAKK@Z -; public: unsigned long __cdecl NtmsDbFile::FileStatus(void) __ptr64 -?FileStatus@NtmsDbFile@@QEAAKXZ -; public: unsigned short * __ptr64 __cdecl NtmsDbFile::Filename(void) __ptr64 -?Filename@NtmsDbFile@@QEAAPEAGXZ -; private: void __cdecl NtmsDbTypeGuid::Fill(struct _GUID & __ptr64,char * __ptr64) __ptr64 -?Fill@NtmsDbTypeGuid@@AEAAXAEAU_GUID@@PEAD@Z -; public: long __cdecl NtmsDbList::Map::Find(class NtmsDbListItem * __ptr64)const __ptr64 -?Find@Map@NtmsDbList@@QEBAJPEAVNtmsDbListItem@@@Z -; public: static int __cdecl NtmsDbDataCtxt::FindObType(class NtmsDbRecordKey & __ptr64) -?FindObType@NtmsDbDataCtxt@@SAHAEAVNtmsDbRecordKey@@@Z -; public: static int __cdecl NtmsDbDataCtxt::FindObType(short) -?FindObType@NtmsDbDataCtxt@@SAHF@Z -; public: unsigned long const __cdecl NtmsDbLibrary::FirstChangerNumber(void)const __ptr64 -?FirstChangerNumber@NtmsDbLibrary@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbLibrary::FirstDriveNumber(void)const __ptr64 -?FirstDriveNumber@NtmsDbLibrary@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbLibrary::FirstPortNumber(void)const __ptr64 -?FirstPortNumber@NtmsDbLibrary@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbLibrary::FirstSlotNumber(void)const __ptr64 -?FirstSlotNumber@NtmsDbLibrary@@QEBA?BKXZ -; public: short const __cdecl NtmsDbLibrary::FixedOffline(void)const __ptr64 -?FixedOffline@NtmsDbLibrary@@QEBA?BFXZ -; public: unsigned long const __cdecl NtmsDbLibrary::Flags(void)const __ptr64 -?Flags@NtmsDbLibrary@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbMediaPool::Folders(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Folders@NtmsDbMediaPool@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: int __cdecl NtmsDbList::Map::Full(void)const __ptr64 -?Full@Map@NtmsDbList@@QEBAHXZ -; public: unsigned long const __cdecl NtmsDbIEPort::FullState(void)const __ptr64 -?FullState@NtmsDbIEPort@@QEBA?BKXZ -; public: short __cdecl NtmsDbGuid::GenerateHash(void) __ptr64 -?GenerateHash@NtmsDbGuid@@QEAAFXZ -; public: long __cdecl NtmsDbList::Map::Get(long,class NtmsDbListItem * __ptr64 & __ptr64)const __ptr64 -?Get@Map@NtmsDbList@@QEBAJJAEAPEAVNtmsDbListItem@@@Z -; public: unsigned long __cdecl NtmsDbPartition::GetAllocOption(void) __ptr64 -?GetAllocOption@NtmsDbPartition@@QEAAKXZ -; public: void __cdecl NtmsDbLibWorkItem::GetApplicationA(char * __ptr64,int) __ptr64 -?GetApplicationA@NtmsDbLibWorkItem@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbOpRequest::GetApplicationA(char * __ptr64,int) __ptr64 -?GetApplicationA@NtmsDbOpRequest@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbLibWorkItem::GetApplicationW(unsigned short * __ptr64,int) __ptr64 -?GetApplicationW@NtmsDbLibWorkItem@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbOpRequest::GetApplicationW(unsigned short * __ptr64,int) __ptr64 -?GetApplicationW@NtmsDbOpRequest@@QEAAXPEAGH@Z -; public: unsigned long __cdecl NtmsDbObject::GetAttribute(class NtmsDbDataCtxt * __ptr64,char const * __ptr64,void * __ptr64,unsigned long * __ptr64) __ptr64 -?GetAttribute@NtmsDbObject@@QEAAKPEAVNtmsDbDataCtxt@@PEBDPEAXPEAK@Z -; public: void __cdecl NtmsDbPhysicalMedia::GetBarcodeA(char * __ptr64,int) __ptr64 -?GetBarcodeA@NtmsDbPhysicalMedia@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbPhysicalMedia::GetBarcodeW(unsigned short * __ptr64,int) __ptr64 -?GetBarcodeW@NtmsDbPhysicalMedia@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbUIDestination::GetComputer(unsigned short * __ptr64,int) __ptr64 -?GetComputer@NtmsDbUIDestination@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbLibWorkItem::GetComputerA(char * __ptr64,int) __ptr64 -?GetComputerA@NtmsDbLibWorkItem@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbOpRequest::GetComputerA(char * __ptr64,int) __ptr64 -?GetComputerA@NtmsDbOpRequest@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbLibWorkItem::GetComputerW(unsigned short * __ptr64,int) __ptr64 -?GetComputerW@NtmsDbLibWorkItem@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbOpRequest::GetComputerW(unsigned short * __ptr64,int) __ptr64 -?GetComputerW@NtmsDbOpRequest@@QEAAXPEAGH@Z -; public: void * __ptr64 __cdecl NtmsDbRecordProp::GetData(int * __ptr64)const __ptr64 -?GetData@NtmsDbRecordProp@@QEBAPEAXPEAH@Z -; protected: virtual void __cdecl NtmsDbChanger::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbChanger@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbChangerType::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbChangerType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbComputer::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbComputer@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDrive::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbDrive@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDriveType::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbDriveType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEDoor::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbIEDoor@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEPort::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbIEPort@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibWorkItem::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbLibWorkItem@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibrary::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbLibrary@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLogicalMedia::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbLogicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaPool::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbMediaPool@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaType::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbMediaType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbObject::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbObject@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbOpRequest::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbOpRequest@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPartition::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbPartition@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPhysicalMedia::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbPhysicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbStorageSlot::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbStorageSlot@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbUIDestination::GetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?GetDbObject@NtmsDbUIDestination@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbChanger::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbChanger@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbChangerType::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbChangerType@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbComputer::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbComputer@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbDrive::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbDrive@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbDriveType::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbDriveType@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbIEDoor::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbIEDoor@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbIEPort::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbIEPort@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbLibWorkItem::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbLibWorkItem@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbLibrary::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbLibrary@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbLogicalMedia::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbLogicalMedia@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbMediaPool::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbMediaPool@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbMediaType::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbMediaType@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbObject::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbObject@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbOpRequest::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbOpRequest@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbPartition::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbPartition@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbPhysicalMedia::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbPhysicalMedia@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbStorageSlot::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbStorageSlot@@MEBAPEAVNtmsDbRecordProp@@J@Z -; protected: virtual class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbUIDestination::GetDbProperty(long)const __ptr64 -?GetDbProperty@NtmsDbUIDestination@@MEBAPEAVNtmsDbRecordProp@@J@Z -; public: void __cdecl NtmsDbObject::GetDescriptionA(char * __ptr64,int) __ptr64 -?GetDescriptionA@NtmsDbObject@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbObject::GetDescriptionW(unsigned short * __ptr64,int) __ptr64 -?GetDescriptionW@NtmsDbObject@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDrive::GetDriveLetter(unsigned short * __ptr64,int) __ptr64 -?GetDriveLetter@NtmsDbDrive@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDrive::GetDriveLetterA(char * __ptr64,int) __ptr64 -?GetDriveLetterA@NtmsDbDrive@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbOpRequest::GetMessageA(char * __ptr64,int) __ptr64 -?GetMessageA@NtmsDbOpRequest@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbOpRequest::GetMessageW(unsigned short * __ptr64,int) __ptr64 -?GetMessageW@NtmsDbOpRequest@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbObject::GetNameA(char * __ptr64,int) __ptr64 -?GetNameA@NtmsDbObject@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbObject::GetNameW(unsigned short * __ptr64,int) __ptr64 -?GetNameW@NtmsDbObject@@QEAAXPEAGH@Z -; public: static class NtmsDbRecordProp & __ptr64 __cdecl NtmsDbRecordPropList::GetNull(void) -?GetNull@NtmsDbRecordPropList@@SAAEAVNtmsDbRecordProp@@XZ -; public: void __cdecl NtmsDbPartition::GetOmidLabelInfoA(char * __ptr64,int)const __ptr64 -?GetOmidLabelInfoA@NtmsDbPartition@@QEBAXPEADH@Z -; public: void __cdecl NtmsDbPartition::GetOmidLabelInfoW(unsigned short * __ptr64,int)const __ptr64 -?GetOmidLabelInfoW@NtmsDbPartition@@QEBAXPEAGH@Z -; public: void __cdecl NtmsDbPartition::GetOmidLabelTypeA(char * __ptr64,int)const __ptr64 -?GetOmidLabelTypeA@NtmsDbPartition@@QEBAXPEADH@Z -; public: void __cdecl NtmsDbPartition::GetOmidLabelTypeW(unsigned short * __ptr64,int)const __ptr64 -?GetOmidLabelTypeW@NtmsDbPartition@@QEBAXPEAGH@Z -; public: void __cdecl NtmsDbChanger::GetPathNameA(char * __ptr64,int) __ptr64 -?GetPathNameA@NtmsDbChanger@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbDrive::GetPathNameA(char * __ptr64,int) __ptr64 -?GetPathNameA@NtmsDbDrive@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbChanger::GetPathNameW(unsigned short * __ptr64,int) __ptr64 -?GetPathNameW@NtmsDbChanger@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDrive::GetPathNameW(unsigned short * __ptr64,int) __ptr64 -?GetPathNameW@NtmsDbDrive@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbChangerType::GetProductA(char * __ptr64,int) __ptr64 -?GetProductA@NtmsDbChangerType@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbDriveType::GetProductA(char * __ptr64,int) __ptr64 -?GetProductA@NtmsDbDriveType@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbChangerType::GetProductW(unsigned short * __ptr64,int) __ptr64 -?GetProductW@NtmsDbChangerType@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDriveType::GetProductW(unsigned short * __ptr64,int) __ptr64 -?GetProductW@NtmsDbDriveType@@QEAAXPEAGH@Z -; protected: class NtmsDbRecordProp & __ptr64 __cdecl NtmsDbObject::GetProperty(class NtmsDbRecordPropList * __ptr64,long) __ptr64 -?GetProperty@NtmsDbObject@@IEAAAEAVNtmsDbRecordProp@@PEAVNtmsDbRecordPropList@@J@Z -; public: class NtmsDbRecordProp * __ptr64 __cdecl NtmsDbObject::GetProperty(long) __ptr64 -?GetProperty@NtmsDbObject@@QEAAPEAVNtmsDbRecordProp@@J@Z -; public: class NtmsDbRecordProp & __ptr64 __cdecl NtmsDbRecordPropList::GetProperty(long) __ptr64 -?GetProperty@NtmsDbRecordPropList@@QEAAAEAVNtmsDbRecordProp@@J@Z -; public: class NtmsDbPropDataType const & __ptr64 __cdecl NtmsDbRecordPropList::GetPropertyType(long) __ptr64 -?GetPropertyType@NtmsDbRecordPropList@@QEAAAEBVNtmsDbPropDataType@@J@Z -; public: void __cdecl NtmsDbChanger::GetRevisionA(char * __ptr64,int) __ptr64 -?GetRevisionA@NtmsDbChanger@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbDrive::GetRevisionA(char * __ptr64,int) __ptr64 -?GetRevisionA@NtmsDbDrive@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbChanger::GetRevisionW(unsigned short * __ptr64,int) __ptr64 -?GetRevisionW@NtmsDbChanger@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDrive::GetRevisionW(unsigned short * __ptr64,int) __ptr64 -?GetRevisionW@NtmsDbDrive@@QEAAXPEAGH@Z -; public: unsigned long __cdecl NtmsDbObject::GetSecurityDescriptor(void * __ptr64,unsigned long & __ptr64) __ptr64 -?GetSecurityDescriptor@NtmsDbObject@@QEAAKPEAXAEAK@Z -; public: void __cdecl NtmsDbPhysicalMedia::GetSequenceNumberA(char * __ptr64,int)const __ptr64 -?GetSequenceNumberA@NtmsDbPhysicalMedia@@QEBAXPEADH@Z -; public: void __cdecl NtmsDbPhysicalMedia::GetSequenceNumberW(unsigned short * __ptr64,int)const __ptr64 -?GetSequenceNumberW@NtmsDbPhysicalMedia@@QEBAXPEAGH@Z -; public: void __cdecl NtmsDbChanger::GetSerialNumberA(char * __ptr64,int) __ptr64 -?GetSerialNumberA@NtmsDbChanger@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbDrive::GetSerialNumberA(char * __ptr64,int) __ptr64 -?GetSerialNumberA@NtmsDbDrive@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbChanger::GetSerialNumberW(unsigned short * __ptr64,int) __ptr64 -?GetSerialNumberW@NtmsDbChanger@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDrive::GetSerialNumberW(unsigned short * __ptr64,int) __ptr64 -?GetSerialNumberW@NtmsDbDrive@@QEAAXPEAGH@Z -; public: unsigned long __cdecl NtmsDbComputer::GetUIDestinations(class NtmsDbDataCtxt * __ptr64,unsigned long,class NtmsDbSelectionSet & __ptr64) __ptr64 -?GetUIDestinations@NtmsDbComputer@@QEAAKPEAVNtmsDbDataCtxt@@KAEAVNtmsDbSelectionSet@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::GetUIDestinations(class NtmsDbDataCtxt * __ptr64,unsigned long,class NtmsDbSelectionSet & __ptr64) __ptr64 -?GetUIDestinations@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@KAEAVNtmsDbSelectionSet@@@Z -; public: void __cdecl NtmsDbLibWorkItem::GetUserA(char * __ptr64,int) __ptr64 -?GetUserA@NtmsDbLibWorkItem@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbOpRequest::GetUserA(char * __ptr64,int) __ptr64 -?GetUserA@NtmsDbOpRequest@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbLibWorkItem::GetUserW(unsigned short * __ptr64,int) __ptr64 -?GetUserW@NtmsDbLibWorkItem@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbOpRequest::GetUserW(unsigned short * __ptr64,int) __ptr64 -?GetUserW@NtmsDbOpRequest@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbChangerType::GetVendorA(char * __ptr64,int) __ptr64 -?GetVendorA@NtmsDbChangerType@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbDriveType::GetVendorA(char * __ptr64,int) __ptr64 -?GetVendorA@NtmsDbDriveType@@QEAAXPEADH@Z -; public: void __cdecl NtmsDbChangerType::GetVendorW(unsigned short * __ptr64,int) __ptr64 -?GetVendorW@NtmsDbChangerType@@QEAAXPEAGH@Z -; public: void __cdecl NtmsDbDriveType::GetVendorW(unsigned short * __ptr64,int) __ptr64 -?GetVendorW@NtmsDbDriveType@@QEAAXPEAGH@Z -; public: class NtmsDatabase * __ptr64 __cdecl NtmsDbDataCtxt::Handle(void)const __ptr64 -?Handle@NtmsDbDataCtxt@@QEBAPEAVNtmsDatabase@@XZ -; public: int __cdecl NtmsDbPropGuid::HasChanged(void)const __ptr64 -?HasChanged@NtmsDbPropGuid@@QEBAHXZ -; public: int __cdecl NtmsDbPropGuid::HasNewRelation(void)const __ptr64 -?HasNewRelation@NtmsDbPropGuid@@QEBAHXZ -; public: int __cdecl NtmsDbPropGuid::HasPreviousRelation(void)const __ptr64 -?HasPreviousRelation@NtmsDbPropGuid@@QEBAHXZ -; public: int __cdecl NtmsDbPropGuid::HasRelatedProperty(void)const __ptr64 -?HasRelatedProperty@NtmsDbPropGuid@@QEBAHXZ -; public: class NtmsDbPropHeader & __ptr64 __cdecl NtmsDbRecordProp::Header(void) __ptr64 -?Header@NtmsDbRecordProp@@QEAAAEAVNtmsDbPropHeader@@XZ -; public: long __cdecl NtmsDbPhysicalMedia::HomeSlotId_IsNotNull(void) __ptr64 -?HomeSlotId_IsNotNull@NtmsDbPhysicalMedia@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPhysicalMedia::HomeSlotId_n(void)const __ptr64 -?HomeSlotId_n@NtmsDbPhysicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbIEDoor::IEDoorNumber(void)const __ptr64 -?IEDoorNumber@NtmsDbIEDoor@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbIEDoor::IEDoorState(void)const __ptr64 -?IEDoorState@NtmsDbIEDoor@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbLibrary::IEDoors(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?IEDoors@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned long const __cdecl NtmsDbIEPort::IEPortNumber(void)const __ptr64 -?IEPortNumber@NtmsDbIEPort@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbLibrary::IEPorts(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?IEPorts@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned long __cdecl NtmsDbDataCtxt::ImportDatabase(void) __ptr64 -?ImportDatabase@NtmsDbDataCtxt@@QEAAKXZ -; public: void __cdecl NtmsDbPropHeader::IncCount(void) __ptr64 -?IncCount@NtmsDbPropHeader@@QEAAXXZ -; public: long __cdecl NtmsDbUIDestination::IncReference(void) __ptr64 -?IncReference@NtmsDbUIDestination@@QEAAJXZ -; public: unsigned long __cdecl NtmsDbRecordKey::Index(void)const __ptr64 -?Index@NtmsDbRecordKey@@QEBAKXZ -; public: void __cdecl NtmsDbRecordProp::Init(short) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXF@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,class NtmsDbGuid & __ptr64,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFAEAVNtmsDbGuid@@H@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,class NtmsDbLinkedGuid & __ptr64,class NtmsDbRecordType * __ptr64,short) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFAEAVNtmsDbLinkedGuid@@PEAVNtmsDbRecordType@@F@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,char * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEADHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,unsigned char * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAEHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,short * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAFHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,unsigned short * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAGHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,long * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAJHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,unsigned long * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAKHH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,union _LARGE_INTEGER * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAT_LARGE_INTEGER@@HH@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,struct _SYSTEMTIME * __ptr64,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAU_SYSTEMTIME@@H@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,class NtmsDbRecordKeyList * __ptr64,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAVNtmsDbRecordKeyList@@H@Z -; public: void __cdecl NtmsDbRecordProp::Init(short,void * __ptr64,int,int) __ptr64 -?Init@NtmsDbRecordProp@@QEAAXFPEAXHH@Z -; protected: virtual void __cdecl NtmsDbChanger::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbChanger@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbChangerType::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbChangerType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbComputer::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbComputer@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDrive::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbDrive@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDriveType::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbDriveType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEDoor::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbIEDoor@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEPort::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbIEPort@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibWorkItem::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbLibWorkItem@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibrary::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbLibrary@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLogicalMedia::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbLogicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaPool::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbMediaPool@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaType::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbMediaType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbObject::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbObject@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbOpRequest::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbOpRequest@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPartition::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbPartition@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPhysicalMedia::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbPhysicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbStorageSlot::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbStorageSlot@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbUIDestination::InitDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?InitDbObject@NtmsDbUIDestination@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; private: void __cdecl NtmsDbChanger::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbChanger@@AEAAXXZ -; private: void __cdecl NtmsDbChangerType::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbChangerType@@AEAAXXZ -; private: void __cdecl NtmsDbComputer::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbComputer@@AEAAXXZ -; private: void __cdecl NtmsDbDrive::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbDrive@@AEAAXXZ -; private: void __cdecl NtmsDbDriveType::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbDriveType@@AEAAXXZ -; private: void __cdecl NtmsDbIEDoor::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbIEDoor@@AEAAXXZ -; private: void __cdecl NtmsDbIEPort::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbIEPort@@AEAAXXZ -; private: void __cdecl NtmsDbLibWorkItem::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbLibWorkItem@@AEAAXXZ -; private: void __cdecl NtmsDbLibrary::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbLibrary@@AEAAXXZ -; private: void __cdecl NtmsDbLogicalMedia::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbLogicalMedia@@AEAAXXZ -; private: void __cdecl NtmsDbMediaPool::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbMediaPool@@AEAAXXZ -; private: void __cdecl NtmsDbMediaType::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbMediaType@@AEAAXXZ -; private: void __cdecl NtmsDbObject::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbObject@@AEAAXXZ -; private: void __cdecl NtmsDbOpRequest::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbOpRequest@@AEAAXXZ -; private: void __cdecl NtmsDbPartition::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbPartition@@AEAAXXZ -; private: void __cdecl NtmsDbPhysicalMedia::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbPhysicalMedia@@AEAAXXZ -; private: void __cdecl NtmsDbStorageSlot::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbStorageSlot@@AEAAXXZ -; private: void __cdecl NtmsDbUIDestination::InitDefaults(void) __ptr64 -?InitDefaults@NtmsDbUIDestination@@AEAAXXZ -; public: static int __cdecl NtmsDbDataCtxt::InitMutex(void) -?InitMutex@NtmsDbDataCtxt@@SAHXZ -; protected: virtual unsigned long __cdecl NtmsDbObject::InitializeObject(unsigned long) __ptr64 -?InitializeObject@NtmsDbObject@@MEAAKK@Z -; public: virtual unsigned long __cdecl NtmsDbObject::Insert(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Insert@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: unsigned short const * __ptr64 __cdecl NtmsDbChanger::InstanceNameW(void)const __ptr64 -?InstanceNameW@NtmsDbChanger@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDrive::InstanceNameW(void)const __ptr64 -?InstanceNameW@NtmsDbDrive@@QEBAPEBGXZ -; public: unsigned long const __cdecl NtmsDbLibrary::InventoryMethod(void)const __ptr64 -?InventoryMethod@NtmsDbLibrary@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbPhysicalMedia::InventoryState(void)const __ptr64 -?InventoryState@NtmsDbPhysicalMedia@@QEBA?BKXZ -; public: int __cdecl NtmsDbRecordProp::IsBufferValid(void)const __ptr64 -?IsBufferValid@NtmsDbRecordProp@@QEBAHXZ -; public: int __cdecl NtmsDbObject::IsModified(void)const __ptr64 -?IsModified@NtmsDbObject@@QEBAHXZ -; public: int __cdecl NtmsDbRecordProp::IsModified(void)const __ptr64 -?IsModified@NtmsDbRecordProp@@QEBAHXZ -; public: int __cdecl NtmsDbObject::IsNew(void)const __ptr64 -?IsNew@NtmsDbObject@@QEBAHXZ -; public: int __cdecl NtmsDbRecordKey::IsNew(void) __ptr64 -?IsNew@NtmsDbRecordKey@@QEAAHXZ -; public: int __cdecl NtmsDbRecordProp::IsNull(void)const __ptr64 -?IsNull@NtmsDbRecordProp@@QEBAHXZ -; public: int __cdecl NtmsDbError::IsSuccess(void)const __ptr64 -?IsSuccess@NtmsDbError@@QEBAHXZ -; public: int __cdecl NtmsDatabase::IsValid(void) __ptr64 -?IsValid@NtmsDatabase@@QEAAHXZ -; public: int __cdecl NtmsDbDataCtxt::IsValid(void)const __ptr64 -?IsValid@NtmsDbDataCtxt@@QEBAHXZ -; public: int __cdecl NtmsDbObject::IsValid(void)const __ptr64 -?IsValid@NtmsDbObject@@QEBAHXZ -; public: int __cdecl NtmsDbRecordKey::IsValid(void) __ptr64 -?IsValid@NtmsDbRecordKey@@QEAAHXZ -; public: int __cdecl NtmsDbRecordProp::IsValid(void)const __ptr64 -?IsValid@NtmsDbRecordProp@@QEBAHXZ -; public: int __cdecl NtmsDbRecordPropList::IsValid(void)const __ptr64 -?IsValid@NtmsDbRecordPropList@@QEBAHXZ -; public: int __cdecl NtmsDbRecordType::IsValid(void)const __ptr64 -?IsValid@NtmsDbRecordType@@QEBAHXZ -; public: int __cdecl NtmsDbSelectionSet::IsValid(void)const __ptr64 -?IsValid@NtmsDbSelectionSet@@QEBAHXZ -; public: long __cdecl NtmsDbPropRelation::KeyCount(void) __ptr64 -?KeyCount@NtmsDbPropRelation@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::LastCleanedTs_IsNotNull(void) __ptr64 -?LastCleanedTs_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: struct _SYSTEMTIME const __cdecl NtmsDbDrive::LastCleanedTs_n(void)const __ptr64 -?LastCleanedTs_n@NtmsDbDrive@@QEBA?BU_SYSTEMTIME@@XZ -; public: unsigned long __cdecl NtmsDbObject::LastError(void)const __ptr64 -?LastError@NtmsDbObject@@QEBAKXZ -; public: unsigned long __cdecl NtmsDbDataCtxt::LastErrorCode(void)const __ptr64 -?LastErrorCode@NtmsDbDataCtxt@@QEBAKXZ -; public: char const * __ptr64 __cdecl NtmsDbObject::LastErrorString(void)const __ptr64 -?LastErrorString@NtmsDbObject@@QEBAPEBDXZ -; public: unsigned long __cdecl NtmsDbPropertyValue::LastStatus(void) __ptr64 -?LastStatus@NtmsDbPropertyValue@@QEAAKXZ -; public: void __cdecl NtmsDbDataCtxt::LeaveConnCritSection(void) __ptr64 -?LeaveConnCritSection@NtmsDbDataCtxt@@QEAAXXZ -; public: unsigned __int64 __cdecl NtmsDbString::Length(void)const __ptr64 -?Length@NtmsDbString@@QEBA_KXZ -; public: unsigned long __cdecl NtmsDbLibrary::LibCurrentMedia(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?LibCurrentMedia@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: long __cdecl NtmsDbPhysicalMedia::LibCurrentMedia_IsNotNull(void)const __ptr64 -?LibCurrentMedia_IsNotNull@NtmsDbPhysicalMedia@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPhysicalMedia::LibCurrentMedia_n(void)const __ptr64 -?LibCurrentMedia_n@NtmsDbPhysicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: long __cdecl NtmsDbComputer::LibReqCleanTime(void)const __ptr64 -?LibReqCleanTime@NtmsDbComputer@@QEBAJXZ -; public: unsigned long __cdecl NtmsDbComputer::LibReqFlags(void)const __ptr64 -?LibReqFlags@NtmsDbComputer@@QEBAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::LibWorkItems(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?LibWorkItems@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned long const __cdecl NtmsDbLibrary::LibraryType(void)const __ptr64 -?LibraryType@NtmsDbLibrary@@QEBA?BKXZ -; public: long __cdecl NtmsDbChanger::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbChanger@@QEBAJXZ -; public: long __cdecl NtmsDbDrive::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbDrive@@QEBAJXZ -; public: long __cdecl NtmsDbIEDoor::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbIEDoor@@QEBAJXZ -; public: long __cdecl NtmsDbIEPort::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbIEPort@@QEBAJXZ -; public: long __cdecl NtmsDbLibWorkItem::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbLibWorkItem@@QEBAJXZ -; public: long __cdecl NtmsDbStorageSlot::Library_IsNotNull(void)const __ptr64 -?Library_IsNotNull@NtmsDbStorageSlot@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbChanger::Library_n(void)const __ptr64 -?Library_n@NtmsDbChanger@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbDrive::Library_n(void)const __ptr64 -?Library_n@NtmsDbDrive@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbIEDoor::Library_n(void)const __ptr64 -?Library_n@NtmsDbIEDoor@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbIEPort::Library_n(void)const __ptr64 -?Library_n@NtmsDbIEPort@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::Library_n(void)const __ptr64 -?Library_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbStorageSlot::Library_n(void)const __ptr64 -?Library_n@NtmsDbStorageSlot@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbComputer::Librarys(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Librarys@NtmsDbComputer@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned long const __cdecl NtmsDbPartition::LifeCycleState(void)const __ptr64 -?LifeCycleState@NtmsDbPartition@@QEBA?BKXZ -; public: class NtmsDbRecordKeyList * __ptr64 __cdecl NtmsDbPropRelation::List(void) __ptr64 -?List@NtmsDbPropRelation@@QEAAPEAVNtmsDbRecordKeyList@@XZ -; private: class NtmsDbRecordKeyList * __ptr64 __cdecl NtmsDbSelectionSet::List(void) __ptr64 -?List@NtmsDbSelectionSet@@AEAAPEAVNtmsDbRecordKeyList@@XZ -; public: unsigned int __cdecl NtmsDbRecordProp::Load(unsigned char * __ptr64,unsigned long & __ptr64) __ptr64 -?Load@NtmsDbRecordProp@@QEAAIPEAEAEAK@Z -; public: unsigned long __cdecl NtmsDbMediaPool::LogicalPoolMember(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?LogicalPoolMember@NtmsDbMediaPool@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: long __cdecl NtmsDbPartition::Logicalmedia_IsNotNull(void)const __ptr64 -?Logicalmedia_IsNotNull@NtmsDbPartition@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPartition::Logicalmedia_n(void)const __ptr64 -?Logicalmedia_n@NtmsDbPartition@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbMediaPool::MaxAllocates(void)const __ptr64 -?MaxAllocates@NtmsDbMediaPool@@QEBA?BKXZ -; public: unsigned short const __cdecl NtmsDbIEPort::MaxExtendSecs(void)const __ptr64 -?MaxExtendSecs@NtmsDbIEPort@@QEBA?BGXZ -; public: unsigned short const __cdecl NtmsDbIEDoor::MaxOpenSecs(void)const __ptr64 -?MaxOpenSecs@NtmsDbIEDoor@@QEBA?BGXZ -; public: long __cdecl NtmsDbLogicalMedia::MediaPoolId_IsNotNull(void) __ptr64 -?MediaPoolId_IsNotNull@NtmsDbLogicalMedia@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLogicalMedia::MediaPoolId_n(void)const __ptr64 -?MediaPoolId_n@NtmsDbLogicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbComputer::MediaPoolPolicy(void)const __ptr64 -?MediaPoolPolicy@NtmsDbComputer@@QEBAKXZ -; public: long __cdecl NtmsDbComputer::MediaRoot_IsNotNull(void)const __ptr64 -?MediaRoot_IsNotNull@NtmsDbComputer@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbComputer::MediaRoot_n(void)const __ptr64 -?MediaRoot_n@NtmsDbComputer@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const __cdecl NtmsDbMediaPool::MediaType(void)const __ptr64 -?MediaType@NtmsDbMediaPool@@QEBA?BVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbMediaType::MediaType(void)const __ptr64 -?MediaType@NtmsDbMediaType@@QEBA?BKXZ -; public: class NtmsDbGuid const __cdecl NtmsDbPhysicalMedia::MediaType(void)const __ptr64 -?MediaType@NtmsDbPhysicalMedia@@QEBA?BVNtmsDbGuid@@XZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::MediaTypeCode(void) __ptr64 -?MediaTypeCode@NtmsDbPhysicalMedia@@QEAAKXZ -; public: long __cdecl NtmsDbMediaPool::MediaType_IsNotNull(void)const __ptr64 -?MediaType_IsNotNull@NtmsDbMediaPool@@QEBAJXZ -; public: unsigned long __cdecl NtmsDbLibrary::MediaTypes(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?MediaTypes@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned short const * __ptr64 __cdecl NtmsDbOpRequest::Message(void)const __ptr64 -?Message@NtmsDbOpRequest@@QEBAPEBGXZ -; public: struct _SYSTEMTIME __cdecl NtmsDbObject::ModifyTs(void)const __ptr64 -?ModifyTs@NtmsDbObject@@QEBA?AU_SYSTEMTIME@@XZ -; protected: virtual void __cdecl NtmsDbObject::ModifyValueToNull(long) __ptr64 -?ModifyValueToNull@NtmsDbObject@@MEAAXJ@Z -; public: unsigned long const __cdecl NtmsDbPartition::MountCount(void)const __ptr64 -?MountCount@NtmsDbPartition@@QEBA?BKXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPhysicalMedia::MountedPartition(void)const __ptr64 -?MountedPartition@NtmsDbPhysicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbMediaPool::MpoolType(void)const __ptr64 -?MpoolType@NtmsDbMediaPool@@QEBA?BKXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbObject::NameW(void) __ptr64 -?NameW@NtmsDbObject@@QEAAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbObject::NameW(void)const __ptr64 -?NameW@NtmsDbObject@@QEBAPEBGXZ -; public: long __cdecl NtmsDbObject::Name_IsNotNull(void) __ptr64 -?Name_IsNotNull@NtmsDbObject@@QEAAJXZ -; public: char const * __ptr64 __cdecl NtmsDbObject::Name_n(void) __ptr64 -?Name_n@NtmsDbObject@@QEAAPEBDXZ -; public: short const __cdecl NtmsDbDrive::NeedsCleaning(void)const __ptr64 -?NeedsCleaning@NtmsDbDrive@@QEBA?BFXZ -; public: void __cdecl NtmsDbGuid::New(void) __ptr64 -?New@NtmsDbGuid@@QEAAXXZ -; public: void __cdecl NtmsDbRecordPropList::NewPropBinary(long,unsigned char * __ptr64,int) __ptr64 -?NewPropBinary@NtmsDbRecordPropList@@QEAAXJPEAEH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropChar(long,char * __ptr64,int) __ptr64 -?NewPropChar@NtmsDbRecordPropList@@QEAAXJPEADH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropChar(long,unsigned char * __ptr64,int) __ptr64 -?NewPropChar@NtmsDbRecordPropList@@QEAAXJPEAEH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropGuid(long,class NtmsDbGuid & __ptr64) __ptr64 -?NewPropGuid@NtmsDbRecordPropList@@QEAAXJAEAVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropGuid(long,class NtmsDbLinkedGuid & __ptr64,class NtmsDbRecordType * __ptr64,long) __ptr64 -?NewPropGuid@NtmsDbRecordPropList@@QEAAXJAEAVNtmsDbLinkedGuid@@PEAVNtmsDbRecordType@@J@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropLargeInt(long,union _LARGE_INTEGER * __ptr64,int) __ptr64 -?NewPropLargeInt@NtmsDbRecordPropList@@QEAAXJPEAT_LARGE_INTEGER@@H@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropLong(long,long * __ptr64,int) __ptr64 -?NewPropLong@NtmsDbRecordPropList@@QEAAXJPEAJH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropLong(long,unsigned long * __ptr64,int) __ptr64 -?NewPropLong@NtmsDbRecordPropList@@QEAAXJPEAKH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropRelation(long) __ptr64 -?NewPropRelation@NtmsDbRecordPropList@@QEAAXJ@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropRelation(long,class NtmsDbRecordKeyList * __ptr64) __ptr64 -?NewPropRelation@NtmsDbRecordPropList@@QEAAXJPEAVNtmsDbRecordKeyList@@@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropShort(long,short * __ptr64,int) __ptr64 -?NewPropShort@NtmsDbRecordPropList@@QEAAXJPEAFH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropShort(long,unsigned short * __ptr64,int) __ptr64 -?NewPropShort@NtmsDbRecordPropList@@QEAAXJPEAGH@Z -; public: void __cdecl NtmsDbRecordPropList::NewPropTimeDate(long,struct _SYSTEMTIME * __ptr64) __ptr64 -?NewPropTimeDate@NtmsDbRecordPropList@@QEAAXJPEAU_SYSTEMTIME@@@Z -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbPropGuid::NewRelationGuid(void) __ptr64 -?NewRelationGuid@NtmsDbPropGuid@@QEAAAEAVNtmsDbGuid@@XZ -; public: class NtmsDbList::Map * __ptr64 __cdecl NtmsDbList::Map::Next(void) __ptr64 -?Next@Map@NtmsDbList@@QEAAPEAV12@XZ -; public: long const __cdecl NtmsDbMediaType::NextSequence(void)const __ptr64 -?NextSequence@NtmsDbMediaType@@QEBA?BJXZ -; public: static class NtmsDbPropDataType NtmsDbRecordPropList::NoType -?NoType@NtmsDbRecordPropList@@2VNtmsDbPropDataType@@A DATA -; unsigned long __cdecl NtmsDbInstall(void) -?NtmsDbInstall@@YAKXZ -; unsigned long __cdecl NtmsDbRemove(void) -?NtmsDbRemove@@YAKXZ -; unsigned long __cdecl NtmsDbShutdown(void) -?NtmsDbShutdown@@YAKXZ -; public: int __cdecl NtmsDbGuid::Null(void)const __ptr64 -?Null@NtmsDbGuid@@QEBAHXZ -; public: static class NtmsDbGuid const & __ptr64 __cdecl NtmsDbGuid::NullGuid(void) -?NullGuid@NtmsDbGuid@@SAAEBV1@XZ -; public: static class NtmsDbRecordUniqueKey NtmsDbRecordUniqueKey::NullKey -?NullKey@NtmsDbRecordUniqueKey@@2V1@A DATA -; public: static class NtmsDbRecordProp NtmsDbRecordProp::NullProp -?NullProp@NtmsDbRecordProp@@2V1@A DATA -; public: unsigned long __cdecl NtmsDbLibrary::NumChangers(void) __ptr64 -?NumChangers@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumDoors(void) __ptr64 -?NumDoors@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumDrives(void) __ptr64 -?NumDrives@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbMediaPool::NumFolders(void) __ptr64 -?NumFolders@NtmsDbMediaPool@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumLibWorkItems(void) __ptr64 -?NumLibWorkItems@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbMediaPool::NumLogicalMedia(void) __ptr64 -?NumLogicalMedia@NtmsDbMediaPool@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumMedia(void) __ptr64 -?NumMedia@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumMediaTypes(void) __ptr64 -?NumMediaTypes@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::NumPartitions(void) __ptr64 -?NumPartitions@NtmsDbPhysicalMedia@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbMediaPool::NumPhysicalMedia(void) __ptr64 -?NumPhysicalMedia@NtmsDbMediaPool@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumPorts(void) __ptr64 -?NumPorts@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::NumSlots(void) __ptr64 -?NumSlots@NtmsDbLibrary@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbComputer::NumUIDestinations(unsigned long) __ptr64 -?NumUIDestinations@NtmsDbComputer@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::NumUIDestinations(unsigned long) __ptr64 -?NumUIDestinations@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long const __cdecl NtmsDbChanger::Number(void)const __ptr64 -?Number@NtmsDbChanger@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbDriveType::NumberOfHeads(void)const __ptr64 -?NumberOfHeads@NtmsDbDriveType@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbMediaType::NumberOfSides(void)const __ptr64 -?NumberOfSides@NtmsDbMediaType@@QEBA?BKXZ -; public: static class NtmsDbObjTypeDef & __ptr64 __cdecl NtmsDbObjTypeDef::ObjTypeDef(unsigned long) -?ObjTypeDef@NtmsDbObjTypeDef@@SAAEAV1@K@Z -; void __cdecl ObjectChange(int,short,class NtmsDbGuid const & __ptr64,int) -?ObjectChange@@YAXHFAEBVNtmsDbGuid@@H@Z -; public: unsigned long __cdecl NtmsDbObjTypeDef::ObjectCode(void)const __ptr64 -?ObjectCode@NtmsDbObjTypeDef@@QEBAKXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbObject::ObjectGuid(void) __ptr64 -?ObjectGuid@NtmsDbObject@@QEAAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbSelectionSet::ObjectGuid(long)const __ptr64 -?ObjectGuid@NtmsDbSelectionSet@@QEBAAEBVNtmsDbGuid@@J@Z -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbObject::ObjectId(void) __ptr64 -?ObjectId@NtmsDbObject@@QEAAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbRecordUniqueKey const & __ptr64 __cdecl NtmsDbSelectionSet::ObjectKey(long)const __ptr64 -?ObjectKey@NtmsDbSelectionSet@@QEBAAEBVNtmsDbRecordUniqueKey@@J@Z -; public: unsigned long __cdecl NtmsDbObject::ObjectType(void) __ptr64 -?ObjectType@NtmsDbObject@@QEAAKXZ -; public: static class NtmsDbObjTypeDef * NtmsDbObjTypeDef::ObjectTypes -?ObjectTypes@NtmsDbObjTypeDef@@2PAV1@A DATA -; public: unsigned long const __cdecl NtmsDbPartition::OmidLabelIdLength(void)const __ptr64 -?OmidLabelIdLength@NtmsDbPartition@@QEBA?BKXZ -; public: unsigned char const * __ptr64 __cdecl NtmsDbPartition::OmidLabelId_n(void)const __ptr64 -?OmidLabelId_n@NtmsDbPartition@@QEBAPEBEXZ -; public: long __cdecl NtmsDbComputer::OpReqCleanTime(void)const __ptr64 -?OpReqCleanTime@NtmsDbComputer@@QEBAJXZ -; public: unsigned long __cdecl NtmsDbComputer::OpReqFlags(void)const __ptr64 -?OpReqFlags@NtmsDbComputer@@QEBAKXZ -; public: unsigned long const __cdecl NtmsDbLibWorkItem::OperationCode(void)const __ptr64 -?OperationCode@NtmsDbLibWorkItem@@QEBA?BKXZ -; public: long __cdecl NtmsDbPhysicalMedia::OperationErrorCode_IsNotNull(void) __ptr64 -?OperationErrorCode_IsNotNull@NtmsDbPhysicalMedia@@QEAAJXZ -; public: unsigned long const __cdecl NtmsDbLibWorkItem::OperationOption(void)const __ptr64 -?OperationOption@NtmsDbLibWorkItem@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbObject::Operational(void)const __ptr64 -?Operational@NtmsDbObject@@QEBA?BKXZ -; public: long __cdecl NtmsDbMediaPool::Parent_IsNotNull(void)const __ptr64 -?Parent_IsNotNull@NtmsDbMediaPool@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbMediaPool::Parent_n(void)const __ptr64 -?Parent_n@NtmsDbMediaPool@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLogicalMedia::Partition(void)const __ptr64 -?Partition@NtmsDbLogicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: long __cdecl NtmsDbLibWorkItem::PartitionId_IsNotNull(void) __ptr64 -?PartitionId_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::PartitionId_n(void)const __ptr64 -?PartitionId_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: short const __cdecl NtmsDbPartition::PartitionNumber(void)const __ptr64 -?PartitionNumber@NtmsDbPartition@@QEBA?BFXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::Partitions(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?Partitions@NtmsDbPhysicalMedia@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned short const * __ptr64 __cdecl NtmsDbChanger::PathNameW(void)const __ptr64 -?PathNameW@NtmsDbChanger@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDrive::PathNameW(void)const __ptr64 -?PathNameW@NtmsDbDrive@@QEBAPEBGXZ -; public: long __cdecl NtmsDbChanger::PathName_IsNotNull(void) __ptr64 -?PathName_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::PathName_IsNotNull(void) __ptr64 -?PathName_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: char const * __ptr64 __cdecl NtmsDbChanger::PathName_n(void) __ptr64 -?PathName_n@NtmsDbChanger@@QEAAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbDrive::PathName_n(void) __ptr64 -?PathName_n@NtmsDbDrive@@QEAAPEBDXZ -; public: long __cdecl NtmsDbPhysicalMedia::PhysLocId_IsNotNull(void) __ptr64 -?PhysLocId_IsNotNull@NtmsDbPhysicalMedia@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPhysicalMedia::PhysLocId_n(void)const __ptr64 -?PhysLocId_n@NtmsDbPhysicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbPhysicalMedia::PhysLocType(void)const __ptr64 -?PhysLocType@NtmsDbPhysicalMedia@@QEBA?BKXZ -; public: long const __cdecl NtmsDbPhysicalMedia::PhysMediaErrorCode_n(void)const __ptr64 -?PhysMediaErrorCode_n@NtmsDbPhysicalMedia@@QEBA?BJXZ -; public: long __cdecl NtmsDbLibWorkItem::PhysMediaId_IsNotNull(void) __ptr64 -?PhysMediaId_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::PhysMediaId_n(void)const __ptr64 -?PhysMediaId_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbPhysicalMedia::PhysMediaState(void)const __ptr64 -?PhysMediaState@NtmsDbPhysicalMedia@@QEBA?BKXZ -; public: long __cdecl NtmsDbPartition::Physicalmedia_IsNotNull(void)const __ptr64 -?Physicalmedia_IsNotNull@NtmsDbPartition@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPartition::Physicalmedia_n(void)const __ptr64 -?Physicalmedia_n@NtmsDbPartition@@QEBAAEBVNtmsDbGuid@@XZ -; public: long __cdecl NtmsDbList::Map::Place(long)const __ptr64 -?Place@Map@NtmsDbList@@QEBAJJ@Z -; public: unsigned long __cdecl NtmsDbMediaPool::PoolMember(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?PoolMember@NtmsDbMediaPool@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: long __cdecl NtmsDbPhysicalMedia::PoolMember_IsNotNull(void)const __ptr64 -?PoolMember_IsNotNull@NtmsDbPhysicalMedia@@QEBAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbPhysicalMedia::PoolMember_n(void)const __ptr64 -?PoolMember_n@NtmsDbPhysicalMedia@@QEBAAEBVNtmsDbGuid@@XZ -; public: class NtmsDbGuid & __ptr64 __cdecl NtmsDbPropGuid::PreviousRelationGuid(void) __ptr64 -?PreviousRelationGuid@NtmsDbPropGuid@@QEAAAEAVNtmsDbGuid@@XZ -; public: void __cdecl NtmsDbGuid::Print(void)const __ptr64 -?Print@NtmsDbGuid@@QEBAXXZ -; public: unsigned long __cdecl NtmsDbLibWorkItem::Priority(void) __ptr64 -?Priority@NtmsDbLibWorkItem@@QEAAKXZ -; public: char const * __ptr64 __cdecl NtmsDbChangerType::Product(void) __ptr64 -?Product@NtmsDbChangerType@@QEAAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbDriveType::Product(void) __ptr64 -?Product@NtmsDbDriveType@@QEAAPEBDXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbChangerType::ProductW(void)const __ptr64 -?ProductW@NtmsDbChangerType@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDriveType::ProductW(void)const __ptr64 -?ProductW@NtmsDbDriveType@@QEBAPEBGXZ -; public: short __cdecl NtmsDbPropHeader::PropCode(void)const __ptr64 -?PropCode@NtmsDbPropHeader@@QEBAFXZ -; public: long __cdecl NtmsDbPropertyValue::PropCode(void)const __ptr64 -?PropCode@NtmsDbPropertyValue@@QEBAJXZ -; public: unsigned long __cdecl NtmsDbRecordPropList::PropertySpace(void) __ptr64 -?PropertySpace@NtmsDbRecordPropList@@QEAAKXZ -; public: class NtmsDbPropDataType const & __ptr64 __cdecl NtmsDbRecordPropList::PropertyType(void) __ptr64 -?PropertyType@NtmsDbRecordPropList@@QEAAAEBVNtmsDbPropDataType@@XZ -; public: int __cdecl NtmsDbLibWorkItem::Protected(void) __ptr64 -?Protected@NtmsDbLibWorkItem@@QEAAHXZ -; public: long __cdecl NtmsDbList::Map::Put(long,class NtmsDbListItem & __ptr64) __ptr64 -?Put@Map@NtmsDbList@@QEAAJJAEAVNtmsDbListItem@@@Z -; public: int __cdecl NtmsDbRecordPropList::Quantity(void)const __ptr64 -?Quantity@NtmsDbRecordPropList@@QEBAHXZ -; private: void __cdecl NtmsDbRecordPropList::ReCount(void) __ptr64 -?ReCount@NtmsDbRecordPropList@@AEAAXXZ -; protected: void __cdecl NtmsDbObject::ReadObjectRecord(class NtmsDbDataCtxt * __ptr64,class NtmsDbRecordKey & __ptr64,class NtmsDbRecordRev & __ptr64,class NtmsDbRecordPropList * __ptr64) __ptr64 -?ReadObjectRecord@NtmsDbObject@@IEAAXPEAVNtmsDbDataCtxt@@AEAVNtmsDbRecordKey@@AEAVNtmsDbRecordRev@@PEAVNtmsDbRecordPropList@@@Z -; public: virtual unsigned long __cdecl NtmsDbObject::Refresh(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Refresh@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: void __cdecl NtmsDbObjTypeDef::Register(void) __ptr64 -?Register@NtmsDbObjTypeDef@@QEAAXXZ -; protected: void __cdecl NtmsDbDataCtxt::RegisterObMeta(void) __ptr64 -?RegisterObMeta@NtmsDbDataCtxt@@IEAAXXZ -; protected: void __cdecl NtmsDbObject::RegisterObjectRecord(class NtmsDbDataCtxt * __ptr64,class NtmsDbRecordType & __ptr64,char * __ptr64) __ptr64 -?RegisterObjectRecord@NtmsDbObject@@IEAAXPEAVNtmsDbDataCtxt@@AEAVNtmsDbRecordType@@PEAD@Z -; public: long __cdecl NtmsDbPropGuid::RelationProperty(void)const __ptr64 -?RelationProperty@NtmsDbPropGuid@@QEBAJXZ -; public: class NtmsDbRecordType const & __ptr64 __cdecl NtmsDbPropGuid::RelationType(void)const __ptr64 -?RelationType@NtmsDbPropGuid@@QEBAAEBVNtmsDbRecordType@@XZ -; public: static void __cdecl NtmsDbDataCtxt::ReleaseChangeMutex(void) -?ReleaseChangeMutex@NtmsDbDataCtxt@@SAXXZ -; public: void __cdecl NtmsDbList::Map::Remove(long) __ptr64 -?Remove@Map@NtmsDbList@@QEAAXJ@Z -; public: virtual unsigned long __cdecl NtmsDbLibrary::Remove(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Remove@NtmsDbLibrary@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: virtual unsigned long __cdecl NtmsDbObject::Remove(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Remove@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::RemoveMediaType(class NtmsDbGuid const & __ptr64) __ptr64 -?RemoveMediaType@NtmsDbLibrary@@QEAAKAEBVNtmsDbGuid@@@Z -; public: virtual unsigned long __cdecl NtmsDbObject::RemoveRegardless(class NtmsDbDataCtxt * __ptr64) __ptr64 -?RemoveRegardless@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: unsigned long __cdecl NtmsDbComputer::RemoveUIDestination(unsigned long,class NtmsDbGuid const & __ptr64) __ptr64 -?RemoveUIDestination@NtmsDbComputer@@QEAAKKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::RemoveUIDestination(unsigned long,class NtmsDbGuid const & __ptr64) __ptr64 -?RemoveUIDestination@NtmsDbLibrary@@QEAAKKAEBVNtmsDbGuid@@@Z -; protected: void __cdecl NtmsDbString::ReplaceString(char const * __ptr64) __ptr64 -?ReplaceString@NtmsDbString@@IEAAXPEBD@Z -; public: unsigned long __cdecl NtmsDbObject::ReportSpecificError(unsigned long)const __ptr64 -?ReportSpecificError@NtmsDbObject@@QEBAKK@Z -; public: unsigned long __cdecl NtmsDbOpRequest::Request(void)const __ptr64 -?Request@NtmsDbOpRequest@@QEBAKXZ -; public: void __cdecl NtmsDbList::Reset(void) __ptr64 -?Reset@NtmsDbList@@QEAAXXZ -; public: void __cdecl NtmsDbRecordPropList::Reset(void) __ptr64 -?Reset@NtmsDbRecordPropList@@QEAAXXZ -; public: virtual void __cdecl NtmsDbSelectionSet::Reset(void) __ptr64 -?Reset@NtmsDbSelectionSet@@UEAAXXZ -; public: char const * __ptr64 __cdecl NtmsDbChanger::Revision(void) __ptr64 -?Revision@NtmsDbChanger@@QEAAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbDrive::Revision(void) __ptr64 -?Revision@NtmsDbDrive@@QEAAPEBDXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbChanger::RevisionW(void)const __ptr64 -?RevisionW@NtmsDbChanger@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDrive::RevisionW(void)const __ptr64 -?RevisionW@NtmsDbDrive@@QEBAPEBGXZ -; public: unsigned long __cdecl NtmsDbDataCtxt::RollbackTransaction(void) __ptr64 -?RollbackTransaction@NtmsDbDataCtxt@@QEAAKXZ -; public: long __cdecl NtmsDbDrive::SavedPartitionId_IsNotNull(void) __ptr64 -?SavedPartitionId_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbDrive::SavedPartitionId_n(void)const __ptr64 -?SavedPartitionId_n@NtmsDbDrive@@QEBAAEBVNtmsDbGuid@@XZ -; public: long __cdecl NtmsDbChanger::ScsiBus_IsNotNull(void) __ptr64 -?ScsiBus_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::ScsiBus_IsNotNull(void) __ptr64 -?ScsiBus_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: unsigned short const __cdecl NtmsDbChanger::ScsiBus_n(void)const __ptr64 -?ScsiBus_n@NtmsDbChanger@@QEBA?BGXZ -; public: unsigned short const __cdecl NtmsDbDrive::ScsiBus_n(void)const __ptr64 -?ScsiBus_n@NtmsDbDrive@@QEBA?BGXZ -; public: long __cdecl NtmsDbChanger::ScsiLun_IsNotNull(void) __ptr64 -?ScsiLun_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::ScsiLun_IsNotNull(void) __ptr64 -?ScsiLun_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: unsigned short const __cdecl NtmsDbChanger::ScsiLun_n(void)const __ptr64 -?ScsiLun_n@NtmsDbChanger@@QEBA?BGXZ -; public: unsigned short const __cdecl NtmsDbDrive::ScsiLun_n(void)const __ptr64 -?ScsiLun_n@NtmsDbDrive@@QEBA?BGXZ -; public: long __cdecl NtmsDbChanger::ScsiPort_IsNotNull(void) __ptr64 -?ScsiPort_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::ScsiPort_IsNotNull(void) __ptr64 -?ScsiPort_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: unsigned short const __cdecl NtmsDbChanger::ScsiPort_n(void)const __ptr64 -?ScsiPort_n@NtmsDbChanger@@QEBA?BGXZ -; public: unsigned short const __cdecl NtmsDbDrive::ScsiPort_n(void)const __ptr64 -?ScsiPort_n@NtmsDbDrive@@QEBA?BGXZ -; public: long __cdecl NtmsDbChanger::ScsiTarget_IsNotNull(void) __ptr64 -?ScsiTarget_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::ScsiTarget_IsNotNull(void) __ptr64 -?ScsiTarget_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: unsigned short const __cdecl NtmsDbChanger::ScsiTarget_n(void)const __ptr64 -?ScsiTarget_n@NtmsDbChanger@@QEBA?BGXZ -; public: unsigned short const __cdecl NtmsDbDrive::ScsiTarget_n(void)const __ptr64 -?ScsiTarget_n@NtmsDbDrive@@QEBA?BGXZ -; public: void __cdecl NtmsDbSelectionSet::Select(class NtmsDbDataCtxt * __ptr64,unsigned long) __ptr64 -?Select@NtmsDbSelectionSet@@QEAAXPEAVNtmsDbDataCtxt@@K@Z -; public: unsigned short const * __ptr64 __cdecl NtmsDbChanger::SerialNumberW(void)const __ptr64 -?SerialNumberW@NtmsDbChanger@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDrive::SerialNumberW(void)const __ptr64 -?SerialNumberW@NtmsDbDrive@@QEBAPEBGXZ -; public: long __cdecl NtmsDbChanger::SerialNumber_IsNotNull(void) __ptr64 -?SerialNumber_IsNotNull@NtmsDbChanger@@QEAAJXZ -; public: long __cdecl NtmsDbDrive::SerialNumber_IsNotNull(void) __ptr64 -?SerialNumber_IsNotNull@NtmsDbDrive@@QEAAJXZ -; public: char const * __ptr64 __cdecl NtmsDbChanger::SerialNumber_n(void) __ptr64 -?SerialNumber_n@NtmsDbChanger@@QEAAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbDrive::SerialNumber_n(void) __ptr64 -?SerialNumber_n@NtmsDbDrive@@QEAAPEBDXZ -; public: void __cdecl NtmsDbList::Map::Set(long,class NtmsDbListItem * __ptr64) __ptr64 -?Set@Map@NtmsDbList@@QEAAXJPEAVNtmsDbListItem@@@Z -; public: unsigned long __cdecl NtmsDbObject::SetAdminControlSecurity(void) __ptr64 -?SetAdminControlSecurity@NtmsDbObject@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbPartition::SetAllocOption(unsigned long) __ptr64 -?SetAllocOption@NtmsDbPartition@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPartition::SetAllocateCount(unsigned long) __ptr64 -?SetAllocateCount@NtmsDbPartition@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbMediaPool::SetAllocationPolicy(unsigned long) __ptr64 -?SetAllocationPolicy@NtmsDbMediaPool@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetApplication(unsigned short const * __ptr64) __ptr64 -?SetApplication@NtmsDbLibWorkItem@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetApplication(unsigned short const * __ptr64) __ptr64 -?SetApplication@NtmsDbOpRequest@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetArg1(class NtmsDbGuid const & __ptr64) __ptr64 -?SetArg1@NtmsDbOpRequest@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetArg1Type(unsigned long) __ptr64 -?SetArg1Type@NtmsDbOpRequest@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetArg2(class NtmsDbGuid const & __ptr64) __ptr64 -?SetArg2@NtmsDbOpRequest@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetArg2Type(unsigned long) __ptr64 -?SetArg2Type@NtmsDbOpRequest@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetAssocWorkItem(class NtmsDbGuid const & __ptr64) __ptr64 -?SetAssocWorkItem@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetAssocWorkItem_Null(void) __ptr64 -?SetAssocWorkItem_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbObject::SetAttribute(class NtmsDbDataCtxt * __ptr64,char const * __ptr64,void * __ptr64,unsigned long) __ptr64 -?SetAttribute@NtmsDbObject@@QEAAKPEAVNtmsDbDataCtxt@@PEBDPEAXK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetAutoRecovery(short) __ptr64 -?SetAutoRecovery@NtmsDbLibrary@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetBarCodeReader(short) __ptr64 -?SetBarCodeReader@NtmsDbLibrary@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetBarcode(char const * __ptr64) __ptr64 -?SetBarcode@NtmsDbPhysicalMedia@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetBarcodeState(unsigned long) __ptr64 -?SetBarcodeState@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetBarcodeW(unsigned short const * __ptr64) __ptr64 -?SetBarcodeW@NtmsDbPhysicalMedia@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetBarcode_Null(void) __ptr64 -?SetBarcode_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPartition::SetCapacity(union _LARGE_INTEGER) __ptr64 -?SetCapacity@NtmsDbPartition@@QEAAKT_LARGE_INTEGER@@@Z -; public: unsigned long __cdecl NtmsDbChanger::SetChangerType(class NtmsDbGuid const & __ptr64) __ptr64 -?SetChangerType@NtmsDbChanger@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetCleanerSlot(class NtmsDbGuid const & __ptr64) __ptr64 -?SetCleanerSlot@NtmsDbLibrary@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibrary::SetCleanerSlot_Null(void) __ptr64 -?SetCleanerSlot_Null@NtmsDbLibrary@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbLibrary::SetCleansRemaining(unsigned long) __ptr64 -?SetCleansRemaining@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbDrive::SetComputer(class NtmsDbGuid const & __ptr64) __ptr64 -?SetComputer@NtmsDbDrive@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetComputer(unsigned short const * __ptr64) __ptr64 -?SetComputer@NtmsDbLibWorkItem@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetComputer(class NtmsDbGuid const & __ptr64) __ptr64 -?SetComputer@NtmsDbLibrary@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetComputer(unsigned short const * __ptr64) __ptr64 -?SetComputer@NtmsDbOpRequest@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbUIDestination::SetComputer(unsigned short * __ptr64 const) __ptr64 -?SetComputer@NtmsDbUIDestination@@QEAAKQEAG@Z -; public: void __cdecl NtmsDbDrive::SetComputer_Null(void) __ptr64 -?SetComputer_Null@NtmsDbDrive@@QEAAXXZ -; public: void __cdecl NtmsDbLibrary::SetComputer_Null(void) __ptr64 -?SetComputer_Null@NtmsDbLibrary@@QEAAXXZ -; public: void __cdecl NtmsDbPropHeader::SetCount(long) __ptr64 -?SetCount@NtmsDbPropHeader@@QEAAXJ@Z -; public: void __cdecl NtmsDbRecordProp::SetData(void * __ptr64) __ptr64 -?SetData@NtmsDbRecordProp@@QEAAXPEAX@Z -; protected: virtual void __cdecl NtmsDbChanger::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbChanger@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbChangerType::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbChangerType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbComputer::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbComputer@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDrive::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbDrive@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbDriveType::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbDriveType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEDoor::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbIEDoor@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbIEPort::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbIEPort@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibWorkItem::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbLibWorkItem@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLibrary::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbLibrary@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbLogicalMedia::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbLogicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaPool::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbMediaPool@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbMediaType::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbMediaType@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbObject::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbObject@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbOpRequest::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbOpRequest@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPartition::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbPartition@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbPhysicalMedia::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbPhysicalMedia@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbStorageSlot::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbStorageSlot@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; protected: virtual void __cdecl NtmsDbUIDestination::SetDbObject(class NtmsDbDataCtxt * __ptr64) __ptr64 -?SetDbObject@NtmsDbUIDestination@@MEAAXPEAVNtmsDbDataCtxt@@@Z -; public: unsigned long __cdecl NtmsDbMediaPool::SetDeallocationPolicy(unsigned long) __ptr64 -?SetDeallocationPolicy@NtmsDbMediaPool@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetDefCleanerSlot(class NtmsDbGuid const & __ptr64) __ptr64 -?SetDefCleanerSlot@NtmsDbLibrary@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibrary::SetDefCleanerSlot_Null(void) __ptr64 -?SetDefCleanerSlot_Null@NtmsDbLibrary@@QEAAXXZ -; public: void __cdecl NtmsDbProperty::SetDefault(void) __ptr64 -?SetDefault@NtmsDbProperty@@QEAAXXZ -; public: void __cdecl NtmsDbRecordProp::SetDefault(void) __ptr64 -?SetDefault@NtmsDbRecordProp@@QEAAXXZ -; public: void __cdecl NtmsDbObject::SetDefaultValue(class NtmsDbProperty * __ptr64) __ptr64 -?SetDefaultValue@NtmsDbObject@@QEAAXPEAVNtmsDbProperty@@@Z -; public: unsigned long __cdecl NtmsDbDrive::SetDeferDelay(unsigned long) __ptr64 -?SetDeferDelay@NtmsDbDrive@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetDensityCode(unsigned long) __ptr64 -?SetDensityCode@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbObject::SetDescription(char const * __ptr64) __ptr64 -?SetDescription@NtmsDbObject@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbObject::SetDescriptionW(unsigned short const * __ptr64) __ptr64 -?SetDescriptionW@NtmsDbObject@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbObject::SetDescription_Null(void) __ptr64 -?SetDescription_Null@NtmsDbObject@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChangerType::SetDeviceType(unsigned long) __ptr64 -?SetDeviceType@NtmsDbChangerType@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbMediaType::SetDeviceType(unsigned long) __ptr64 -?SetDeviceType@NtmsDbMediaType@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetDriveId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetDriveId@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetDriveId_Null(void) __ptr64 -?SetDriveId_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbDrive::SetDriveLetter(unsigned short const * __ptr64) __ptr64 -?SetDriveLetter@NtmsDbDrive@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbDrive::SetDriveLetter_Null(void) __ptr64 -?SetDriveLetter_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbDrive::SetDriveNumber(unsigned long) __ptr64 -?SetDriveNumber@NtmsDbDrive@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbDrive::SetDriveState(unsigned long) __ptr64 -?SetDriveState@NtmsDbDrive@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbDrive::SetDriveType(class NtmsDbGuid const & __ptr64) __ptr64 -?SetDriveType@NtmsDbDrive@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetDriveType(unsigned long) __ptr64 -?SetDriveType@NtmsDbDriveType@@QEAAKK@Z -; public: void __cdecl NtmsDbList::SetDynamic(int) __ptr64 -?SetDynamic@NtmsDbList@@QEAAXH@Z -; public: void __cdecl NtmsDbRecordProp::SetDynamic(void) __ptr64 -?SetDynamic@NtmsDbRecordProp@@QEAAXXZ -; public: void __cdecl NtmsDbSelectionSet::SetDynamic(int) __ptr64 -?SetDynamic@NtmsDbSelectionSet@@QEAAXH@Z -; public: unsigned long __cdecl NtmsDbObject::SetEnabled(short) __ptr64 -?SetEnabled@NtmsDbObject@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetErrorCode(unsigned long) __ptr64 -?SetErrorCode@NtmsDbLibWorkItem@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbIEPort::SetExtendState(unsigned long) __ptr64 -?SetExtendState@NtmsDbIEPort@@QEAAKK@Z -; public: void __cdecl NtmsDbFile::SetFileStatus(unsigned long) __ptr64 -?SetFileStatus@NtmsDbFile@@QEAAXK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFirstChangerNumber(unsigned long) __ptr64 -?SetFirstChangerNumber@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFirstDriveNumber(unsigned long) __ptr64 -?SetFirstDriveNumber@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFirstPortNumber(unsigned long) __ptr64 -?SetFirstPortNumber@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFirstSlotNumber(unsigned long) __ptr64 -?SetFirstSlotNumber@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFixedOffline(short) __ptr64 -?SetFixedOffline@NtmsDbLibrary@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetFlags(unsigned long) __ptr64 -?SetFlags@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbIEPort::SetFullState(unsigned long) __ptr64 -?SetFullState@NtmsDbIEPort@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetHomeSlotId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetHomeSlotId@NtmsDbPhysicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetHomeSlotId_Null(void) __ptr64 -?SetHomeSlotId_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbIEDoor::SetIEDoorNumber(unsigned long) __ptr64 -?SetIEDoorNumber@NtmsDbIEDoor@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbIEDoor::SetIEDoorState(unsigned long) __ptr64 -?SetIEDoorState@NtmsDbIEDoor@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbIEPort::SetIEPortNumber(unsigned long) __ptr64 -?SetIEPortNumber@NtmsDbIEPort@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbChanger::SetInstanceNameW(unsigned short const * __ptr64) __ptr64 -?SetInstanceNameW@NtmsDbChanger@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetInstanceNameW(unsigned short const * __ptr64) __ptr64 -?SetInstanceNameW@NtmsDbDrive@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetInventoryMethod(unsigned long) __ptr64 -?SetInventoryMethod@NtmsDbLibrary@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetInventoryState(unsigned long) __ptr64 -?SetInventoryState@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: void __cdecl NtmsDbPropRecordClass::SetKey(class NtmsDbRecordKey & __ptr64) __ptr64 -?SetKey@NtmsDbPropRecordClass@@QEAAXAEAVNtmsDbRecordKey@@@Z -; public: unsigned long __cdecl NtmsDbDrive::SetLastCleanedTs(struct _SYSTEMTIME) __ptr64 -?SetLastCleanedTs@NtmsDbDrive@@QEAAKU_SYSTEMTIME@@@Z -; public: void __cdecl NtmsDbDrive::SetLastCleanedTs_Null(void) __ptr64 -?SetLastCleanedTs_Null@NtmsDbDrive@@QEAAXXZ -; public: void __cdecl NtmsDbRecordProp::SetLength(long) __ptr64 -?SetLength@NtmsDbRecordProp@@QEAAXJ@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetLibCurrentMedia(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibCurrentMedia@NtmsDbPhysicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetLibCurrentMedia_Null(void) __ptr64 -?SetLibCurrentMedia_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbComputer::SetLibReqCleanTime(long) __ptr64 -?SetLibReqCleanTime@NtmsDbComputer@@QEAAKJ@Z -; public: unsigned long __cdecl NtmsDbComputer::SetLibReqFlags(unsigned long) __ptr64 -?SetLibReqFlags@NtmsDbComputer@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbChanger::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbChanger@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbDrive::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbDrive@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbIEDoor::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbIEDoor@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbIEPort::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbIEPort@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbStorageSlot::SetLibrary(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLibrary@NtmsDbStorageSlot@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetLibraryType(unsigned long) __ptr64 -?SetLibraryType@NtmsDbLibrary@@QEAAKK@Z -; public: void __cdecl NtmsDbChanger::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbDrive@@QEAAXXZ -; public: void __cdecl NtmsDbIEDoor::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbIEDoor@@QEAAXXZ -; public: void __cdecl NtmsDbIEPort::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbIEPort@@QEAAXXZ -; public: void __cdecl NtmsDbLibWorkItem::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: void __cdecl NtmsDbStorageSlot::SetLibrary_Null(void) __ptr64 -?SetLibrary_Null@NtmsDbStorageSlot@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPartition::SetLifeCycleState(unsigned long) __ptr64 -?SetLifeCycleState@NtmsDbPartition@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPartition::SetLogicalmedia(class NtmsDbGuid const & __ptr64) __ptr64 -?SetLogicalmedia@NtmsDbPartition@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPartition::SetLogicalmedia_Null(void) __ptr64 -?SetLogicalmedia_Null@NtmsDbPartition@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbMediaPool::SetMaxAllocates(unsigned long) __ptr64 -?SetMaxAllocates@NtmsDbMediaPool@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbIEPort::SetMaxExtendSecs(unsigned short) __ptr64 -?SetMaxExtendSecs@NtmsDbIEPort@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbIEDoor::SetMaxOpenSecs(unsigned short) __ptr64 -?SetMaxOpenSecs@NtmsDbIEDoor@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbLogicalMedia::SetMediaPoolId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetMediaPoolId@NtmsDbLogicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLogicalMedia::SetMediaPoolId_Null(void) __ptr64 -?SetMediaPoolId_Null@NtmsDbLogicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbComputer::SetMediaPoolPolicy(unsigned long) __ptr64 -?SetMediaPoolPolicy@NtmsDbComputer@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbComputer::SetMediaRoot(class NtmsDbGuid const & __ptr64) __ptr64 -?SetMediaRoot@NtmsDbComputer@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbComputer::SetMediaRoot_Null(void) __ptr64 -?SetMediaRoot_Null@NtmsDbComputer@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbMediaPool::SetMediaType(class NtmsDbGuid) __ptr64 -?SetMediaType@NtmsDbMediaPool@@QEAAKVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbMediaType::SetMediaType(unsigned long) __ptr64 -?SetMediaType@NtmsDbMediaType@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetMediaType(class NtmsDbGuid) __ptr64 -?SetMediaType@NtmsDbPhysicalMedia@@QEAAKVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetMediaTypeCode(unsigned long) __ptr64 -?SetMediaTypeCode@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetMessage(unsigned short const * __ptr64) __ptr64 -?SetMessage@NtmsDbOpRequest@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetMessageA(char const * __ptr64) __ptr64 -?SetMessageA@NtmsDbOpRequest@@QEAAKPEBD@Z -; public: int __cdecl NtmsDbObject::SetModified(long) __ptr64 -?SetModified@NtmsDbObject@@QEAAHJ@Z -; public: void __cdecl NtmsDbRecordProp::SetModified(void) __ptr64 -?SetModified@NtmsDbRecordProp@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPartition::SetMountCount(unsigned long) __ptr64 -?SetMountCount@NtmsDbPartition@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetMountedPartition(class NtmsDbGuid const & __ptr64) __ptr64 -?SetMountedPartition@NtmsDbPhysicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbMediaPool::SetMpoolType(unsigned long) __ptr64 -?SetMpoolType@NtmsDbMediaPool@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbObject::SetName(char const * __ptr64) __ptr64 -?SetName@NtmsDbObject@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbObject::SetNameW(unsigned short const * __ptr64) __ptr64 -?SetNameW@NtmsDbObject@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbObject::SetName_Null(void) __ptr64 -?SetName_Null@NtmsDbObject@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbDrive::SetNeedsCleaning(short) __ptr64 -?SetNeedsCleaning@NtmsDbDrive@@QEAAKF@Z -; public: void __cdecl NtmsDbList::Map::SetNext(class NtmsDbList::Map * __ptr64) __ptr64 -?SetNext@Map@NtmsDbList@@QEAAXPEAV12@@Z -; public: unsigned long __cdecl NtmsDbMediaType::SetNextSequence(long) __ptr64 -?SetNextSequence@NtmsDbMediaType@@QEAAKJ@Z -; public: void __cdecl NtmsDatabase::SetNotificationHandler(void (__cdecl*)(int,short,class NtmsDbGuid const & __ptr64,int)) __ptr64 -?SetNotificationHandler@NtmsDatabase@@QEAAXP6AXHFAEBVNtmsDbGuid@@H@Z@Z -; public: void __cdecl NtmsDbRecordProp::SetNull(void) __ptr64 -?SetNull@NtmsDbRecordProp@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChanger::SetNumber(unsigned long) __ptr64 -?SetNumber@NtmsDbChanger@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetNumberOfHeads(unsigned long) __ptr64 -?SetNumberOfHeads@NtmsDbDriveType@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbMediaType::SetNumberOfSides(unsigned long) __ptr64 -?SetNumberOfSides@NtmsDbMediaType@@QEAAKK@Z -; public: void __cdecl NtmsDbSelectionSet::SetObjectGuid(long,class NtmsDbGuid const & __ptr64) __ptr64 -?SetObjectGuid@NtmsDbSelectionSet@@QEAAXJAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbObject::SetObjectId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetObjectId@NtmsDbObject@@QEAAKAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbObject::SetObjectId(char const * __ptr64) __ptr64 -?SetObjectId@NtmsDbObject@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbPartition::SetOmidLabelId(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetOmidLabelId@NtmsDbPartition@@QEAAKPEBEK@Z -; public: unsigned long __cdecl NtmsDbPartition::SetOmidLabelInfo(unsigned short const * __ptr64) __ptr64 -?SetOmidLabelInfo@NtmsDbPartition@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbPartition::SetOmidLabelType(unsigned short const * __ptr64) __ptr64 -?SetOmidLabelType@NtmsDbPartition@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbComputer::SetOpReqCleanTime(long) __ptr64 -?SetOpReqCleanTime@NtmsDbComputer@@QEAAKJ@Z -; public: unsigned long __cdecl NtmsDbComputer::SetOpReqFlags(unsigned long) __ptr64 -?SetOpReqFlags@NtmsDbComputer@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetOperationCode(unsigned long) __ptr64 -?SetOperationCode@NtmsDbLibWorkItem@@QEAAKK@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetOperationErrorCode_Null(void) __ptr64 -?SetOperationErrorCode_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetOperationOption(unsigned long) __ptr64 -?SetOperationOption@NtmsDbLibWorkItem@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbObject::SetOperational(unsigned long) __ptr64 -?SetOperational@NtmsDbObject@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbMediaPool::SetParent(class NtmsDbGuid const & __ptr64) __ptr64 -?SetParent@NtmsDbMediaPool@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbMediaPool::SetParent_Null(void) __ptr64 -?SetParent_Null@NtmsDbMediaPool@@QEAAXXZ -; public: void __cdecl NtmsDbLogicalMedia::SetPartition(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPartition@NtmsDbLogicalMedia@@QEAAXAEBVNtmsDbGuid@@@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetPartitionId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPartitionId@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetPartitionId_Null(void) __ptr64 -?SetPartitionId_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPartition::SetPartitionNumber(short) __ptr64 -?SetPartitionNumber@NtmsDbPartition@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbChanger::SetPathName(char const * __ptr64) __ptr64 -?SetPathName@NtmsDbChanger@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbDrive::SetPathName(char const * __ptr64) __ptr64 -?SetPathName@NtmsDbDrive@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbChanger::SetPathNameW(unsigned short const * __ptr64) __ptr64 -?SetPathNameW@NtmsDbChanger@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetPathNameW(unsigned short const * __ptr64) __ptr64 -?SetPathNameW@NtmsDbDrive@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbChanger::SetPathName_Null(void) __ptr64 -?SetPathName_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetPathName_Null(void) __ptr64 -?SetPathName_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetPhysLocId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPhysLocId@NtmsDbPhysicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetPhysLocId_Null(void) __ptr64 -?SetPhysLocId_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetPhysLocType(unsigned long) __ptr64 -?SetPhysLocType@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetPhysMediaErrorCode(long) __ptr64 -?SetPhysMediaErrorCode@NtmsDbPhysicalMedia@@QEAAKJ@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetPhysMediaId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPhysMediaId@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetPhysMediaId_Null(void) __ptr64 -?SetPhysMediaId_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetPhysMediaState(unsigned long) __ptr64 -?SetPhysMediaState@NtmsDbPhysicalMedia@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbPartition::SetPhysicalmedia(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPhysicalmedia@NtmsDbPartition@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPartition::SetPhysicalmedia_Null(void) __ptr64 -?SetPhysicalmedia_Null@NtmsDbPartition@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetPoolMember(class NtmsDbGuid const & __ptr64) __ptr64 -?SetPoolMember@NtmsDbPhysicalMedia@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbPhysicalMedia::SetPoolMember_Null(void) __ptr64 -?SetPoolMember_Null@NtmsDbPhysicalMedia@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetPriority(unsigned long) __ptr64 -?SetPriority@NtmsDbLibWorkItem@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbChangerType::SetProduct(char const * __ptr64) __ptr64 -?SetProduct@NtmsDbChangerType@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetProduct(char const * __ptr64) __ptr64 -?SetProduct@NtmsDbDriveType@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbChangerType::SetProductW(unsigned short const * __ptr64) __ptr64 -?SetProductW@NtmsDbChangerType@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetProductW(unsigned short const * __ptr64) __ptr64 -?SetProductW@NtmsDbDriveType@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbPropHeader::SetPropCode(short) __ptr64 -?SetPropCode@NtmsDbPropHeader@@QEAAXF@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetProtected(int) __ptr64 -?SetProtected@NtmsDbLibWorkItem@@QEAAKH@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetRequest(unsigned long) __ptr64 -?SetRequest@NtmsDbOpRequest@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbChanger::SetRevision(char const * __ptr64) __ptr64 -?SetRevision@NtmsDbChanger@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbDrive::SetRevision(char const * __ptr64) __ptr64 -?SetRevision@NtmsDbDrive@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbChanger::SetRevisionW(unsigned short const * __ptr64) __ptr64 -?SetRevisionW@NtmsDbChanger@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetRevisionW(unsigned short const * __ptr64) __ptr64 -?SetRevisionW@NtmsDbDrive@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetSavedPartitionId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetSavedPartitionId@NtmsDbDrive@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbDrive::SetSavedPartitionId_Null(void) __ptr64 -?SetSavedPartitionId_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChanger::SetScsiBus(unsigned short) __ptr64 -?SetScsiBus@NtmsDbChanger@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetScsiBus(unsigned short) __ptr64 -?SetScsiBus@NtmsDbDrive@@QEAAKG@Z -; public: void __cdecl NtmsDbChanger::SetScsiBus_Null(void) __ptr64 -?SetScsiBus_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetScsiBus_Null(void) __ptr64 -?SetScsiBus_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChanger::SetScsiLun(unsigned short) __ptr64 -?SetScsiLun@NtmsDbChanger@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetScsiLun(unsigned short) __ptr64 -?SetScsiLun@NtmsDbDrive@@QEAAKG@Z -; public: void __cdecl NtmsDbChanger::SetScsiLun_Null(void) __ptr64 -?SetScsiLun_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetScsiLun_Null(void) __ptr64 -?SetScsiLun_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChanger::SetScsiPort(unsigned short) __ptr64 -?SetScsiPort@NtmsDbChanger@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetScsiPort(unsigned short) __ptr64 -?SetScsiPort@NtmsDbDrive@@QEAAKG@Z -; public: void __cdecl NtmsDbChanger::SetScsiPort_Null(void) __ptr64 -?SetScsiPort_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetScsiPort_Null(void) __ptr64 -?SetScsiPort_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbChanger::SetScsiTarget(unsigned short) __ptr64 -?SetScsiTarget@NtmsDbChanger@@QEAAKG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetScsiTarget(unsigned short) __ptr64 -?SetScsiTarget@NtmsDbDrive@@QEAAKG@Z -; public: void __cdecl NtmsDbChanger::SetScsiTarget_Null(void) __ptr64 -?SetScsiTarget_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetScsiTarget_Null(void) __ptr64 -?SetScsiTarget_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbObject::SetSecurityDescriptor(void * __ptr64,unsigned long) __ptr64 -?SetSecurityDescriptor@NtmsDbObject@@QEAAKPEAXK@Z -; public: unsigned long __cdecl NtmsDbPhysicalMedia::SetSequenceNumber(unsigned short const * __ptr64) __ptr64 -?SetSequenceNumber@NtmsDbPhysicalMedia@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbChanger::SetSerialNumber(char const * __ptr64) __ptr64 -?SetSerialNumber@NtmsDbChanger@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbDrive::SetSerialNumber(char const * __ptr64) __ptr64 -?SetSerialNumber@NtmsDbDrive@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbChanger::SetSerialNumberW(unsigned short const * __ptr64) __ptr64 -?SetSerialNumberW@NtmsDbChanger@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDrive::SetSerialNumberW(unsigned short const * __ptr64) __ptr64 -?SetSerialNumberW@NtmsDbDrive@@QEAAKPEBG@Z -; public: void __cdecl NtmsDbChanger::SetSerialNumber_Null(void) __ptr64 -?SetSerialNumber_Null@NtmsDbChanger@@QEAAXXZ -; public: void __cdecl NtmsDbDrive::SetSerialNumber_Null(void) __ptr64 -?SetSerialNumber_Null@NtmsDbDrive@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbPartition::SetSide(unsigned short) __ptr64 -?SetSide@NtmsDbPartition@@QEAAKG@Z -; public: void __cdecl NtmsDbList::Map::SetSize(long) __ptr64 -?SetSize@Map@NtmsDbList@@QEAAXJ@Z -; public: void __cdecl NtmsDbPropHeader::SetSize(short) __ptr64 -?SetSize@NtmsDbPropHeader@@QEAAXF@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetSlotId(class NtmsDbGuid const & __ptr64) __ptr64 -?SetSlotId@NtmsDbLibWorkItem@@QEAAKAEBVNtmsDbGuid@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetSlotId_Null(void) __ptr64 -?SetSlotId_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbStorageSlot::SetSlotNumber(unsigned long) __ptr64 -?SetSlotNumber@NtmsDbStorageSlot@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbStorageSlot::SetSlotState(unsigned long) __ptr64 -?SetSlotState@NtmsDbStorageSlot@@QEAAKK@Z -; public: void __cdecl NtmsDbFile::SetState(unsigned long) __ptr64 -?SetState@NtmsDbFile@@QEAAXK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetState(unsigned long) __ptr64 -?SetState@NtmsDbLibWorkItem@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetState(unsigned long) __ptr64 -?SetState@NtmsDbOpRequest@@QEAAKK@Z -; public: void __cdecl NtmsDbString::SetString(unsigned short const * __ptr64,unsigned long) __ptr64 -?SetString@NtmsDbString@@QEAAXPEBGK@Z -; public: unsigned long __cdecl NtmsDbLibrary::SetSupportDrvClean(short) __ptr64 -?SetSupportDrvClean@NtmsDbLibrary@@QEAAKF@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetTimeCompleted(struct _SYSTEMTIME) __ptr64 -?SetTimeCompleted@NtmsDbLibWorkItem@@QEAAKU_SYSTEMTIME@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetTimeCompleted_Null(void) __ptr64 -?SetTimeCompleted_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetTimeQueued(struct _SYSTEMTIME) __ptr64 -?SetTimeQueued@NtmsDbLibWorkItem@@QEAAKU_SYSTEMTIME@@@Z -; public: void __cdecl NtmsDbLibWorkItem::SetTimeQueued_Null(void) __ptr64 -?SetTimeQueued_Null@NtmsDbLibWorkItem@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbOpRequest::SetTimeSubmitted(struct _SYSTEMTIME) __ptr64 -?SetTimeSubmitted@NtmsDbOpRequest@@QEAAKU_SYSTEMTIME@@@Z -; public: void __cdecl NtmsDbPropGuid::SetUpToDate(void) __ptr64 -?SetUpToDate@NtmsDbPropGuid@@QEAAXXZ -; public: unsigned long __cdecl NtmsDbDrive::SetUseCount(unsigned long) __ptr64 -?SetUseCount@NtmsDbDrive@@QEAAKK@Z -; public: unsigned long __cdecl NtmsDbLibWorkItem::SetUser(unsigned short const * __ptr64) __ptr64 -?SetUser@NtmsDbLibWorkItem@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbOpRequest::SetUser(unsigned short const * __ptr64) __ptr64 -?SetUser@NtmsDbOpRequest@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbChangerType::SetVendor(char const * __ptr64) __ptr64 -?SetVendor@NtmsDbChangerType@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetVendor(char const * __ptr64) __ptr64 -?SetVendor@NtmsDbDriveType@@QEAAKPEBD@Z -; public: unsigned long __cdecl NtmsDbChangerType::SetVendorW(unsigned short const * __ptr64) __ptr64 -?SetVendorW@NtmsDbChangerType@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbDriveType::SetVendorW(unsigned short const * __ptr64) __ptr64 -?SetVendorW@NtmsDbDriveType@@QEAAKPEBG@Z -; public: unsigned long __cdecl NtmsDbMediaType::SetWriteCharacteristics(unsigned long) __ptr64 -?SetWriteCharacteristics@NtmsDbMediaType@@QEAAKK@Z -; public: static void __cdecl NtmsDbDataCtxt::Shutdown(void) -?Shutdown@NtmsDbDataCtxt@@SAXXZ -; public: unsigned short const __cdecl NtmsDbPartition::Side(void)const __ptr64 -?Side@NtmsDbPartition@@QEBA?BGXZ -; public: long __cdecl NtmsDbList::Map::Size(void)const __ptr64 -?Size@Map@NtmsDbList@@QEBAJXZ -; public: short __cdecl NtmsDbPropHeader::Size(void)const __ptr64 -?Size@NtmsDbPropHeader@@QEBAFXZ -; public: unsigned long __cdecl NtmsDbRecordProp::Size(void)const __ptr64 -?Size@NtmsDbRecordProp@@QEBAKXZ -; public: long __cdecl NtmsDbLibWorkItem::SlotId_IsNotNull(void) __ptr64 -?SlotId_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: class NtmsDbGuid const & __ptr64 __cdecl NtmsDbLibWorkItem::SlotId_n(void)const __ptr64 -?SlotId_n@NtmsDbLibWorkItem@@QEBAAEBVNtmsDbGuid@@XZ -; public: unsigned long const __cdecl NtmsDbStorageSlot::SlotNumber(void)const __ptr64 -?SlotNumber@NtmsDbStorageSlot@@QEBA?BKXZ -; public: unsigned long const __cdecl NtmsDbStorageSlot::SlotState(void)const __ptr64 -?SlotState@NtmsDbStorageSlot@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbDataCtxt::StartTransaction(void) __ptr64 -?StartTransaction@NtmsDbDataCtxt@@QEAAKXZ -; public: unsigned long __cdecl NtmsDbFile::State(void) __ptr64 -?State@NtmsDbFile@@QEAAKXZ -; public: unsigned long const __cdecl NtmsDbLibWorkItem::State(void)const __ptr64 -?State@NtmsDbLibWorkItem@@QEBA?BKXZ -; public: unsigned long __cdecl NtmsDbOpRequest::State(void)const __ptr64 -?State@NtmsDbOpRequest@@QEBAKXZ -; public: unsigned long __cdecl NtmsDbSelectionSet::Status(void)const __ptr64 -?Status@NtmsDbSelectionSet@@QEBAKXZ -; public: unsigned long __cdecl NtmsDbLibrary::StorageSlots(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64) __ptr64 -?StorageSlots@NtmsDbLibrary@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@@Z -; public: unsigned int __cdecl NtmsDbRecordProp::Store(unsigned char * __ptr64) __ptr64 -?Store@NtmsDbRecordProp@@QEAAIPEAE@Z -; public: char * __ptr64 __cdecl NtmsDbGuid::StrGuid(char * __ptr64)const __ptr64 -?StrGuid@NtmsDbGuid@@QEBAPEADPEAD@Z -; public: unsigned char * __ptr64 __cdecl NtmsDbGuid::StrGuid(unsigned char * __ptr64)const __ptr64 -?StrGuid@NtmsDbGuid@@QEBAPEAEPEAE@Z -; public: unsigned short * __ptr64 __cdecl NtmsDbGuid::StrGuidW(unsigned short * __ptr64)const __ptr64 -?StrGuidW@NtmsDbGuid@@QEBAPEAGPEAG@Z -; public: unsigned long __cdecl NtmsDbObjTypeDef::SuperType(void)const __ptr64 -?SuperType@NtmsDbObjTypeDef@@QEBAKXZ -; public: short const __cdecl NtmsDbLibrary::SupportDrvClean(void)const __ptr64 -?SupportDrvClean@NtmsDbLibrary@@QEBA?BFXZ -; public: short __cdecl NtmsDbRecordKey::Table(void)const __ptr64 -?Table@NtmsDbRecordKey@@QEBAFXZ -; public: long __cdecl NtmsDbLibWorkItem::TimeCompleted_IsNotNull(void) __ptr64 -?TimeCompleted_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: struct _SYSTEMTIME const __cdecl NtmsDbLibWorkItem::TimeCompleted_n(void)const __ptr64 -?TimeCompleted_n@NtmsDbLibWorkItem@@QEBA?BU_SYSTEMTIME@@XZ -; public: long __cdecl NtmsDbLibWorkItem::TimeQueued_IsNotNull(void) __ptr64 -?TimeQueued_IsNotNull@NtmsDbLibWorkItem@@QEAAJXZ -; public: struct _SYSTEMTIME const __cdecl NtmsDbLibWorkItem::TimeQueued_n(void)const __ptr64 -?TimeQueued_n@NtmsDbLibWorkItem@@QEBA?BU_SYSTEMTIME@@XZ -; public: struct _SYSTEMTIME const __cdecl NtmsDbOpRequest::TimeSubmitted(void)const __ptr64 -?TimeSubmitted@NtmsDbOpRequest@@QEBA?BU_SYSTEMTIME@@XZ -; public: class NtmsTransaction * __ptr64 __cdecl NtmsDbDataCtxt::Transaction(void) __ptr64 -?Transaction@NtmsDbDataCtxt@@QEAAPEAVNtmsTransaction@@XZ -; public: class NtmsDbRecordType * __ptr64 __cdecl NtmsDbObjTypeDef::Type(void)const __ptr64 -?Type@NtmsDbObjTypeDef@@QEBAPEAVNtmsDbRecordType@@XZ -; public: class NtmsDbPropDataType const & __ptr64 __cdecl NtmsDbPropHeader::Type(void)const __ptr64 -?Type@NtmsDbPropHeader@@QEBAAEBVNtmsDbPropDataType@@XZ -; public: unsigned long __cdecl NtmsDbPropertyValue::Type(void) __ptr64 -?Type@NtmsDbPropertyValue@@QEAAKXZ -; public: class NtmsDbPropDataType const & __ptr64 __cdecl NtmsDbRecordProp::Type(void)const __ptr64 -?Type@NtmsDbRecordProp@@QEBAAEBVNtmsDbPropDataType@@XZ -; public: char const * __ptr64 __cdecl NtmsDbObjTypeDef::TypeName(void)const __ptr64 -?TypeName@NtmsDbObjTypeDef@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbObjTypeDef::TypeNameAbbrev(void)const __ptr64 -?TypeNameAbbrev@NtmsDbObjTypeDef@@QEBAPEBDXZ -; public: virtual unsigned long __cdecl NtmsDbObject::Update(class NtmsDbDataCtxt * __ptr64) __ptr64 -?Update@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: virtual unsigned long __cdecl NtmsDbObject::UpdateRegardless(class NtmsDbDataCtxt * __ptr64) __ptr64 -?UpdateRegardless@NtmsDbObject@@UEAAKPEAVNtmsDbDataCtxt@@@Z -; public: unsigned long const __cdecl NtmsDbDrive::UseCount(void)const __ptr64 -?UseCount@NtmsDbDrive@@QEBA?BKXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbLibWorkItem::User(void)const __ptr64 -?User@NtmsDbLibWorkItem@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbOpRequest::User(void)const __ptr64 -?User@NtmsDbOpRequest@@QEBAPEBGXZ -; public: void __cdecl NtmsDbList::Map::Validate(void) __ptr64 -?Validate@Map@NtmsDbList@@QEAAXXZ -; protected: virtual unsigned int __cdecl NtmsDbObject::ValueIsNotNull(long)const __ptr64 -?ValueIsNotNull@NtmsDbObject@@MEBAIJ@Z -; public: char const * __ptr64 __cdecl NtmsDbChangerType::Vendor(void) __ptr64 -?Vendor@NtmsDbChangerType@@QEAAPEBDXZ -; public: char const * __ptr64 __cdecl NtmsDbDriveType::Vendor(void) __ptr64 -?Vendor@NtmsDbDriveType@@QEAAPEBDXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbChangerType::VendorW(void)const __ptr64 -?VendorW@NtmsDbChangerType@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl NtmsDbDriveType::VendorW(void)const __ptr64 -?VendorW@NtmsDbDriveType@@QEBAPEBGXZ -; public: void __cdecl NtmsDbGuid::Win32Guid(struct _GUID & __ptr64)const __ptr64 -?Win32Guid@NtmsDbGuid@@QEBAXAEAU_GUID@@@Z -; public: unsigned long __cdecl NtmsDbObject::WriteAttribute(class NtmsDbPropertyValue & __ptr64) __ptr64 -?WriteAttribute@NtmsDbObject@@QEAAKAEAVNtmsDbPropertyValue@@@Z -; public: unsigned long const __cdecl NtmsDbMediaType::WriteCharacteristics(void)const __ptr64 -?WriteCharacteristics@NtmsDbMediaType@@QEBA?BKXZ -; protected: void __cdecl NtmsDbObject::WriteObjectRecord(class NtmsDbDataCtxt * __ptr64,class NtmsDbRecordKey & __ptr64,class NtmsDbRecordRev & __ptr64,class NtmsDbRecordPropList * __ptr64) __ptr64 -?WriteObjectRecord@NtmsDbObject@@IEAAXPEAVNtmsDbDataCtxt@@AEAVNtmsDbRecordKey@@AEAVNtmsDbRecordRev@@PEAVNtmsDbRecordPropList@@@Z -; public: struct _GUID const & __ptr64 __cdecl NtmsDbGuid::_id(void)const __ptr64 -?_id@NtmsDbGuid@@QEBAAEBU_GUID@@XZ -; public: unsigned long __cdecl NtmsDbObject::countRelatedObjects(long) __ptr64 -?countRelatedObjects@NtmsDbObject@@QEAAKJ@Z -; public: unsigned long __cdecl NtmsDbObject::getRelatedObjects(class NtmsDbDataCtxt * __ptr64,class NtmsDbSelectionSet & __ptr64,long) __ptr64 -?getRelatedObjects@NtmsDbObject@@QEAAKPEAVNtmsDbDataCtxt@@AEAVNtmsDbSelectionSet@@J@Z -; public: char const * __ptr64 __cdecl NtmsDbTypeGuid::id(void)const __ptr64 -?id@NtmsDbTypeGuid@@QEBAPEBDXZ -; private: static void * __ptr64 __ptr64 NtmsDbDataCtxt::m_ChangeMutex -?m_ChangeMutex@NtmsDbDataCtxt@@0PEAXEA DATA -; public: static class ChangeRegistration * __ptr64 __ptr64 NtmsDbDataCtxt::m_ChangeTable -?m_ChangeTable@NtmsDbDataCtxt@@2PEAVChangeRegistration@@EA DATA -; private: static class NtmsDbRecordType NtmsDbChanger::m_Type -?m_Type@NtmsDbChanger@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbChangerType::m_Type -?m_Type@NtmsDbChangerType@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbComputer::m_Type -?m_Type@NtmsDbComputer@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbDrive::m_Type -?m_Type@NtmsDbDrive@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbDriveType::m_Type -?m_Type@NtmsDbDriveType@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbIEDoor::m_Type -?m_Type@NtmsDbIEDoor@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbIEPort::m_Type -?m_Type@NtmsDbIEPort@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbLibWorkItem::m_Type -?m_Type@NtmsDbLibWorkItem@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbLibrary::m_Type -?m_Type@NtmsDbLibrary@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbLogicalMedia::m_Type -?m_Type@NtmsDbLogicalMedia@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbMediaPool::m_Type -?m_Type@NtmsDbMediaPool@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbMediaType::m_Type -?m_Type@NtmsDbMediaType@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbObject::m_Type -?m_Type@NtmsDbObject@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbOpRequest::m_Type -?m_Type@NtmsDbOpRequest@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbPartition::m_Type -?m_Type@NtmsDbPartition@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbPhysicalMedia::m_Type -?m_Type@NtmsDbPhysicalMedia@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbStorageSlot::m_Type -?m_Type@NtmsDbStorageSlot@@0VNtmsDbRecordType@@A DATA -; private: static class NtmsDbRecordType NtmsDbUIDestination::m_Type -?m_Type@NtmsDbUIDestination@@0VNtmsDbRecordType@@A DATA -; private: static int NtmsDbDataCtxt::m_locked -?m_locked@NtmsDbDataCtxt@@0HA DATA -; public: char const * __ptr64 __cdecl NtmsDbError::messageString(void)const __ptr64 -?messageString@NtmsDbError@@QEBAPEBDXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsevt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsevt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsevt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsevt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file NTMSEVT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NTMSEVT.dll -EXPORTS -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmsmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmsmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file NTMSMGR.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY NTMSMGR.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmssvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmssvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ntmssvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ntmssvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ntmssvc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ntmssvc.dll -EXPORTS -ServiceMain -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/objsel.def mingw-w64-6.0.0/mingw-w64-crt/lib64/objsel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/objsel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/objsel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file objsel.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY objsel.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/occache.def mingw-w64-6.0.0/mingw-w64-crt/lib64/occache.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/occache.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/occache.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Exports of file OCCACHE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY OCCACHE.dll -EXPORTS -FindControlClose -FindFirstControl -FindNextControl -GetControlDependentFile -GetControlInfo -IsModuleRemovable -ReleaseControlHandle -RemoveControlByHandle -RemoveControlByName -RemoveExpiredControls -SweepControlsByLastAccessDate -DllCanUnloadNow -DllGetClassObject -DllInstall -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/odbc32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/odbc32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/odbc32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/odbc32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,190 +0,0 @@ -; -; Exports of file ODBC32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ODBC32.dll -EXPORTS -SQLAllocConnect -SQLAllocEnv -SQLAllocStmt -SQLBindCol -SQLCancel -SQLColAttributes -SQLConnect -SQLDescribeCol -SQLDisconnect -SQLError -SQLExecDirect -SQLExecute -SQLFetch -SQLFreeConnect -SQLFreeEnv -SQLFreeStmt -SQLGetCursorName -SQLNumResultCols -SQLPrepare -SQLRowCount -SQLSetCursorName -SQLSetParam -SQLTransact -SQLAllocHandle -SQLBindParam -SQLCloseCursor -SQLColAttribute -SQLCopyDesc -SQLEndTran -SQLFetchScroll -SQLFreeHandle -SQLGetConnectAttr -SQLGetDescField -SQLGetDescRec -SQLGetDiagField -SQLGetDiagRec -SQLGetEnvAttr -SQLGetStmtAttr -SQLSetConnectAttr -SQLColumns -SQLDriverConnect -SQLGetConnectOption -SQLGetData -SQLGetFunctions -SQLGetInfo -SQLGetStmtOption -SQLGetTypeInfo -SQLParamData -SQLPutData -SQLSetConnectOption -SQLSetStmtOption -SQLSpecialColumns -SQLStatistics -SQLTables -SQLBrowseConnect -SQLColumnPrivileges -SQLDataSources -SQLDescribeParam -SQLExtendedFetch -SQLForeignKeys -SQLMoreResults -SQLNativeSql -SQLNumParams -SQLParamOptions -SQLPrimaryKeys -SQLProcedureColumns -SQLProcedures -SQLSetPos -SQLSetScrollOptions -SQLTablePrivileges -SQLDrivers -SQLBindParameter -SQLSetDescField -SQLSetDescRec -SQLSetEnvAttr -SQLSetStmtAttr -SQLAllocHandleStd -SQLBulkOperations -CloseODBCPerfData -CollectODBCPerfData -CursorLibLockDbc -CursorLibLockDesc -CursorLibLockStmt -ODBCGetTryWaitValue -CursorLibTransact -ODBCSetTryWaitValue -DllBidEntryPoint -GetODBCSharedData -LockHandle -MpHeapAlloc -MpHeapCompact -MpHeapCreate -MpHeapDestroy -MpHeapFree -MpHeapReAlloc -MpHeapSize -MpHeapValidate -ODBCInternalConnectW -OpenODBCPerfData -PostComponentError -PostODBCComponentError -PostODBCError -SearchStatusCode -VFreeErrors -VRetrieveDriverErrorsRowCol -SQLColAttributesW -SQLConnectW -SQLDescribeColW -ValidateErrorQueue -SQLErrorW -SQLExecDirectW -g_hHeapMalloc DATA -SQLGetCursorNameW -SQLPrepareW -SQLSetCursorNameW -SQLColAttributeW -SQLGetConnectAttrW -SQLGetDescFieldW -SQLGetDescRecW -SQLGetDiagFieldW -SQLGetDiagRecW -SQLGetStmtAttrW -SQLSetConnectAttrW -SQLColumnsW -SQLDriverConnectW -SQLGetConnectOptionW -SQLGetInfoW -SQLGetTypeInfoW -SQLSetConnectOptionW -SQLSpecialColumnsW -SQLStatisticsW -SQLTablesW -SQLBrowseConnectW -SQLColumnPrivilegesW -SQLDataSourcesW -SQLForeignKeysW -SQLNativeSqlW -SQLPrimaryKeysW -SQLProcedureColumnsW -SQLProceduresW -SQLTablePrivilegesW -SQLDriversW -SQLSetDescFieldW -SQLSetStmtAttrW -SQLColAttributesA -SQLConnectA -SQLDescribeColA -SQLErrorA -SQLExecDirectA -SQLGetCursorNameA -SQLPrepareA -SQLSetCursorNameA -SQLColAttributeA -SQLGetConnectAttrA -SQLGetDescFieldA -SQLGetDescRecA -SQLGetDiagFieldA -SQLGetDiagRecA -SQLGetStmtAttrA -SQLSetConnectAttrA -SQLColumnsA -SQLDriverConnectA -SQLGetConnectOptionA -SQLGetInfoA -SQLGetTypeInfoA -SQLSetConnectOptionA -SQLSpecialColumnsA -SQLStatisticsA -SQLTablesA -SQLBrowseConnectA -SQLColumnPrivilegesA -SQLDataSourcesA -SQLForeignKeysA -SQLNativeSqlA -SQLPrimaryKeysA -SQLProcedureColumnsA -SQLProceduresA -SQLTablePrivilegesA -SQLDriversA -SQLSetDescFieldA -SQLSetStmtAttrA -ODBCQualifyFileDSNW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/odbccp32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/odbccp32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/odbccp32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/odbccp32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -; -; Exports of file ODBCCP32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ODBCCP32.dll -EXPORTS -SQLInstallDriver -SQLInstallDriverManager -SQLGetInstalledDrivers -SQLGetAvailableDrivers -SQLConfigDataSource -SQLRemoveDefaultDataSource -SQLWriteDSNToIni -SQLRemoveDSNFromIni -SQLInstallODBC -SQLManageDataSources -SQLCreateDataSource -SQLGetTranslator -SQLWritePrivateProfileString -SQLGetPrivateProfileString -SQLValidDSN -SQLRemoveDriverManager -SQLInstallTranslator -SQLRemoveTranslator -SQLRemoveDriver -SQLConfigDriver -SQLInstallerError -SQLPostInstallerError -SQLReadFileDSN -SQLWriteFileDSN -SQLInstallDriverEx -SQLGetConfigMode -SQLSetConfigMode -SQLInstallTranslatorEx -SQLCreateDataSourceEx -ODBCCPlApplet -SelectTransDlg -SQLInstallDriverW -SQLInstallDriverManagerW -SQLGetInstalledDriversW -SQLGetAvailableDriversW -SQLConfigDataSourceW -SQLWriteDSNToIniW -SQLRemoveDSNFromIniW -SQLInstallODBCW -SQLCreateDataSourceW -SQLGetTranslatorW -SQLWritePrivateProfileStringW -SQLGetPrivateProfileStringW -SQLValidDSNW -SQLInstallTranslatorW -SQLRemoveTranslatorW -SQLRemoveDriverW -SQLConfigDriverW -SQLInstallerErrorW -SQLPostInstallerErrorW -SQLReadFileDSNW -SQLWriteFileDSNW -SQLInstallDriverExW -SQLInstallTranslatorExW -SQLCreateDataSourceExW -SQLLoadDriverListBox -SQLLoadDataSourcesListBox diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/offfilt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/offfilt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/offfilt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/offfilt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file OFFFILT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY OFFFILT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ole32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ole32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ole32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ole32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,467 +0,0 @@ -; -; Definition file of ole32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "ole32.dll" -EXPORTS -CoVrfCheckThreadState -CoVrfGetThreadState -CoVrfReleaseThreadState -HRGN_UserFree -HRGN_UserMarshal -HRGN_UserSize -HRGN_UserUnmarshal -NdrOleInitializeExtension -PropVariantChangeType -BindMoniker -CLIPFORMAT_UserFree -CLIPFORMAT_UserFree64 -CLIPFORMAT_UserMarshal -CLIPFORMAT_UserMarshal64 -CLIPFORMAT_UserSize -CLIPFORMAT_UserSize64 -CLIPFORMAT_UserUnmarshal -CLIPFORMAT_UserUnmarshal64 -CLSIDFromOle1Class -CLSIDFromProgID -CLSIDFromProgIDEx -CLSIDFromString -CoAddRefServerProcess -CoAllowSetForegroundWindow -CoBuildVersion -CoCancelCall -CoCopyProxy -CoCreateFreeThreadedMarshaler -CoCreateGuid -CoCreateInstance -CoCreateInstanceEx -CoCreateInstanceFromApp -CoCreateObjectInContext -CoDeactivateObject -CoDisableCallCancellation -CoDisconnectContext -CoDisconnectObject -CoDosDateTimeToFileTime -CoEnableCallCancellation -CoFileTimeNow -CoFileTimeToDosDateTime -CoFreeAllLibraries -CoFreeLibrary -CoFreeUnusedLibraries -CoFreeUnusedLibrariesEx -CoGetActivationState -CoGetApartmentID -CoGetApartmentType -CoGetCallContext -CoGetCallState -CoGetCallerTID -CoGetCancelObject -CoGetClassObject -CoGetClassVersion -CoGetComCatalog -CoGetContextToken -CoGetCurrentLogicalThreadId -CoGetCurrentProcess -CoGetDefaultContext -CoGetInstanceFromFile -CoGetInstanceFromIStorage -CoGetInterceptor -CoGetInterceptorFromTypeInfo -CoGetInterfaceAndReleaseStream -CoGetMalloc -CoGetMarshalSizeMax -CoGetModuleType -CoGetObject -CoGetObjectContext -CoGetPSClsid -CoGetProcessIdentifier -CoGetStandardMarshal -CoGetState -CoGetStdMarshalEx -CoGetSystemSecurityPermissions -CoGetTreatAsClass -CoImpersonateClient -CoInitialize -CoInitializeEx -CoInitializeSecurity -CoInitializeWOW -CoInstall -CoInvalidateRemoteMachineBindings -CoIsHandlerConnected -CoIsOle1Class -CoLoadLibrary -CoLockObjectExternal -CoMarshalHresult -CoMarshalInterThreadInterfaceInStream -CoMarshalInterface -CoPopServiceDomain -CoPushServiceDomain -CoQueryAuthenticationServices -CoQueryClientBlanket -CoQueryProxyBlanket -CoQueryReleaseObject -CoReactivateObject -CoRegisterChannelHook -CoRegisterClassObject -CoRegisterInitializeSpy -CoRegisterMallocSpy -CoRegisterMessageFilter -CoRegisterPSClsid -CoRegisterSurrogate -CoRegisterSurrogateEx -CoReleaseMarshalData -CoReleaseServerProcess -CoResumeClassObjects -CoRetireServer -CoRevertToSelf -CoRevokeClassObject -CoRevokeInitializeSpy -CoRevokeMallocSpy -CoSetCancelObject -CoSetProxyBlanket -CoSetState -CoSuspendClassObjects -CoSwitchCallContext -CoTaskMemAlloc -CoTaskMemFree -CoTaskMemRealloc -CoTestCancel -CoTreatAsClass -CoUninitialize -CoUnloadingWOW -CoUnmarshalHresult -CoUnmarshalInterface -CoWaitForMultipleHandles -ComPs_NdrDllCanUnloadNow -ComPs_NdrDllGetClassObject -ComPs_NdrDllRegisterProxy -ComPs_NdrDllUnregisterProxy -CreateAntiMoniker -CreateBindCtx -CreateClassMoniker -CreateDataAdviseHolder -CreateDataCache -CreateErrorInfo -CreateFileMoniker -CreateGenericComposite -CreateILockBytesOnHGlobal -CreateItemMoniker -CreateObjrefMoniker -CreateOleAdviseHolder -CreatePointerMoniker -CreateStdProgressIndicator -CreateStreamOnHGlobal -DcomChannelSetHResult -DllDebugObjectRPCHook -DllGetClassObject -DllGetClassObjectWOW -DllRegisterServer -DoDragDrop -EnableHookObject -FmtIdToPropStgName -FreePropVariantArray -GetClassFile -GetConvertStg -GetDocumentBitStg -GetErrorInfo -GetHGlobalFromILockBytes -GetHGlobalFromStream -GetHookInterface -GetRunningObjectTable -HACCEL_UserFree -HACCEL_UserFree64 -HACCEL_UserMarshal -HACCEL_UserMarshal64 -HACCEL_UserSize -HACCEL_UserSize64 -HACCEL_UserUnmarshal -HACCEL_UserUnmarshal64 -HBITMAP_UserFree -HBITMAP_UserFree64 -HBITMAP_UserMarshal -HBITMAP_UserMarshal64 -HBITMAP_UserSize -HBITMAP_UserSize64 -HBITMAP_UserUnmarshal -HBITMAP_UserUnmarshal64 -HBRUSH_UserFree -HBRUSH_UserFree64 -HBRUSH_UserMarshal -HBRUSH_UserMarshal64 -HBRUSH_UserSize -HBRUSH_UserSize64 -HBRUSH_UserUnmarshal -HBRUSH_UserUnmarshal64 -HDC_UserFree -HDC_UserFree64 -HDC_UserMarshal -HDC_UserMarshal64 -HDC_UserSize -HDC_UserSize64 -HDC_UserUnmarshal -HDC_UserUnmarshal64 -HENHMETAFILE_UserFree -HENHMETAFILE_UserFree64 -HENHMETAFILE_UserMarshal -HENHMETAFILE_UserMarshal64 -HENHMETAFILE_UserSize -HENHMETAFILE_UserSize64 -HENHMETAFILE_UserUnmarshal -HENHMETAFILE_UserUnmarshal64 -HGLOBAL_UserFree -HGLOBAL_UserFree64 -HGLOBAL_UserMarshal -HGLOBAL_UserMarshal64 -HGLOBAL_UserSize -HGLOBAL_UserSize64 -HGLOBAL_UserUnmarshal -HGLOBAL_UserUnmarshal64 -HICON_UserFree -HICON_UserFree64 -HICON_UserMarshal -HICON_UserMarshal64 -HICON_UserSize -HICON_UserSize64 -HICON_UserUnmarshal -HICON_UserUnmarshal64 -HMENU_UserFree -HMENU_UserFree64 -HMENU_UserMarshal -HMENU_UserMarshal64 -HMENU_UserSize -HMENU_UserSize64 -HMENU_UserUnmarshal -HMENU_UserUnmarshal64 -HMETAFILEPICT_UserFree -HMETAFILEPICT_UserFree64 -HMETAFILEPICT_UserMarshal -HMETAFILEPICT_UserMarshal64 -HMETAFILEPICT_UserSize -HMETAFILEPICT_UserSize64 -HMETAFILEPICT_UserUnmarshal -HMETAFILEPICT_UserUnmarshal64 -HMETAFILE_UserFree -HMETAFILE_UserFree64 -HMETAFILE_UserMarshal -HMETAFILE_UserMarshal64 -HMETAFILE_UserSize -HMETAFILE_UserSize64 -HMETAFILE_UserUnmarshal -HMETAFILE_UserUnmarshal64 -HPALETTE_UserFree -HPALETTE_UserFree64 -HPALETTE_UserMarshal -HPALETTE_UserMarshal64 -HPALETTE_UserSize -HPALETTE_UserSize64 -HPALETTE_UserUnmarshal -HPALETTE_UserUnmarshal64 -HWND_UserFree -HWND_UserFree64 -HWND_UserMarshal -HWND_UserMarshal64 -HWND_UserSize -HWND_UserSize64 -HWND_UserUnmarshal -HWND_UserUnmarshal64 -HkOleRegisterObject -IIDFromString -IsAccelerator -IsEqualGUID -IsValidIid -IsValidInterface -IsValidPtrIn -IsValidPtrOut -MkParseDisplayName -MonikerCommonPrefixWith -MonikerRelativePathTo -NdrProxyForwardingFunction10 -NdrProxyForwardingFunction11 -NdrProxyForwardingFunction12 -NdrProxyForwardingFunction13 -NdrProxyForwardingFunction14 -NdrProxyForwardingFunction15 -NdrProxyForwardingFunction16 -NdrProxyForwardingFunction17 -NdrProxyForwardingFunction18 -NdrProxyForwardingFunction19 -NdrProxyForwardingFunction20 -NdrProxyForwardingFunction21 -NdrProxyForwardingFunction22 -NdrProxyForwardingFunction23 -NdrProxyForwardingFunction24 -NdrProxyForwardingFunction25 -NdrProxyForwardingFunction26 -NdrProxyForwardingFunction27 -NdrProxyForwardingFunction28 -NdrProxyForwardingFunction29 -NdrProxyForwardingFunction3 -NdrProxyForwardingFunction30 -NdrProxyForwardingFunction31 -NdrProxyForwardingFunction32 -NdrProxyForwardingFunction4 -NdrProxyForwardingFunction5 -NdrProxyForwardingFunction6 -NdrProxyForwardingFunction7 -NdrProxyForwardingFunction8 -NdrProxyForwardingFunction9 -ObjectStublessClient10 -ObjectStublessClient11 -ObjectStublessClient12 -ObjectStublessClient13 -ObjectStublessClient14 -ObjectStublessClient15 -ObjectStublessClient16 -ObjectStublessClient17 -ObjectStublessClient18 -ObjectStublessClient19 -ObjectStublessClient20 -ObjectStublessClient21 -ObjectStublessClient22 -ObjectStublessClient23 -ObjectStublessClient24 -ObjectStublessClient25 -ObjectStublessClient26 -ObjectStublessClient27 -ObjectStublessClient28 -ObjectStublessClient29 -ObjectStublessClient3 -ObjectStublessClient30 -ObjectStublessClient31 -ObjectStublessClient32 -ObjectStublessClient4 -ObjectStublessClient5 -ObjectStublessClient6 -ObjectStublessClient7 -ObjectStublessClient8 -ObjectStublessClient9 -OleBuildVersion -OleConvertIStorageToOLESTREAM -OleConvertIStorageToOLESTREAMEx -OleConvertOLESTREAMToIStorage -OleConvertOLESTREAMToIStorageEx -OleCreate -OleCreateDefaultHandler -OleCreateEmbeddingHelper -OleCreateEx -OleCreateFromData -OleCreateFromDataEx -OleCreateFromFile -OleCreateFromFileEx -OleCreateLink -OleCreateLinkEx -OleCreateLinkFromData -OleCreateLinkFromDataEx -OleCreateLinkToFile -OleCreateLinkToFileEx -OleCreateMenuDescriptor -OleCreateStaticFromData -OleDestroyMenuDescriptor -OleDoAutoConvert -OleDraw -OleDuplicateData -OleFlushClipboard -OleGetAutoConvert -OleGetClipboard -OleGetIconOfClass -OleGetIconOfFile -OleInitialize -OleInitializeWOW -OleIsCurrentClipboard -OleIsRunning -OleLoad -OleLoadFromStream -OleLockRunning -OleMetafilePictFromIconAndLabel -OleNoteObjectVisible -OleQueryCreateFromData -OleQueryLinkFromData -OleRegEnumFormatEtc -OleRegEnumVerbs -OleRegGetMiscStatus -OleRegGetUserType -OleRun -OleSave -OleSaveToStream -OleSetAutoConvert -OleSetClipboard -OleSetContainedObject -OleSetMenuDescriptor -OleTranslateAccelerator -OleUninitialize -OpenOrCreateStream -ProgIDFromCLSID -PropStgNameToFmtId -PropSysAllocString -PropSysFreeString -PropVariantClear -PropVariantCopy -ReadClassStg -ReadClassStm -ReadFmtUserTypeStg -ReadOleStg -ReadStringStream -RegisterDragDrop -ReleaseStgMedium -RevokeDragDrop -SNB_UserFree -SNB_UserFree64 -SNB_UserMarshal -SNB_UserMarshal64 -SNB_UserSize -SNB_UserSize64 -SNB_UserUnmarshal -SNB_UserUnmarshal64 -STGMEDIUM_UserFree -STGMEDIUM_UserFree64 -STGMEDIUM_UserMarshal -STGMEDIUM_UserMarshal64 -STGMEDIUM_UserSize -STGMEDIUM_UserSize64 -STGMEDIUM_UserUnmarshal -STGMEDIUM_UserUnmarshal64 -SetConvertStg -SetDocumentBitStg -SetErrorInfo -StgConvertPropertyToVariant -StgConvertVariantToProperty -StgCreateDocfile -StgCreateDocfileOnILockBytes -StgCreatePropSetStg -StgCreatePropStg -StgCreateStorageEx -StgGetIFillLockBytesOnFile -StgGetIFillLockBytesOnILockBytes -StgIsStorageFile -StgIsStorageILockBytes -StgOpenAsyncDocfileOnIFillLockBytes -StgOpenPropStg -StgOpenStorage -StgOpenStorageEx -StgOpenStorageOnHandle -StgOpenStorageOnILockBytes -StgPropertyLengthAsVariant -StgSetTimes -StringFromCLSID -StringFromGUID2 -StringFromIID -UpdateDCOMSettings -UpdateProcessTracing -UtConvertDvtd16toDvtd32 -UtConvertDvtd32toDvtd16 -UtGetDvtd16Info -UtGetDvtd32Info -WdtpInterfacePointer_UserFree -WdtpInterfacePointer_UserFree64 -WdtpInterfacePointer_UserMarshal -WdtpInterfacePointer_UserMarshal64 -WdtpInterfacePointer_UserSize -WdtpInterfacePointer_UserSize64 -WdtpInterfacePointer_UserUnmarshal -WdtpInterfacePointer_UserUnmarshal64 -WriteClassStg -WriteClassStm -WriteFmtUserTypeStg -WriteOleStg -WriteStringStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/oleacc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/oleacc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/oleacc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/oleacc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of OLEACC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "OLEACC.dll" -EXPORTS -DllRegisterServer -DllUnregisterServer -AccessibleChildren -AccessibleObjectFromEvent -AccessibleObjectFromPoint -AccessibleObjectFromWindow -CreateStdAccessibleObject -CreateStdAccessibleProxyA -CreateStdAccessibleProxyW -DllCanUnloadNow -DllGetClassObject -GetOleaccVersionInfo -GetProcessHandleFromHwnd -GetRoleTextA -GetRoleTextW -GetStateTextA -GetStateTextW -;IID_IAccessible DATA -;IID_IAccessibleHandler DATA -;LIBID_Accessibility DATA -LresultFromObject -ObjectFromLresult -PropMgrClient_LookupProp -WindowFromAccessibleObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/oleaut32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/oleaut32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/oleaut32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/oleaut32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,419 +0,0 @@ -; -; Definition file of OLEAUT32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "OLEAUT32.dll" -EXPORTS -SysAllocString -SysReAllocString -SysAllocStringLen -SysReAllocStringLen -SysFreeString -SysStringLen -VariantInit -VariantClear -VariantCopy -VariantCopyInd -VariantChangeType -VariantTimeToDosDateTime -DosDateTimeToVariantTime -SafeArrayCreate -SafeArrayDestroy -SafeArrayGetDim -SafeArrayGetElemsize -SafeArrayGetUBound -SafeArrayGetLBound -SafeArrayLock -SafeArrayUnlock -SafeArrayAccessData -SafeArrayUnaccessData -SafeArrayGetElement -SafeArrayPutElement -SafeArrayCopy -DispGetParam -DispGetIDsOfNames -DispInvoke -CreateDispTypeInfo -CreateStdDispatch -RegisterActiveObject -RevokeActiveObject -GetActiveObject -SafeArrayAllocDescriptor -SafeArrayAllocData -SafeArrayDestroyDescriptor -SafeArrayDestroyData -SafeArrayRedim -SafeArrayAllocDescriptorEx -SafeArrayCreateEx -SafeArrayCreateVectorEx -SafeArraySetRecordInfo -SafeArrayGetRecordInfo -VarParseNumFromStr -VarNumFromParseNum -VarI2FromUI1 -VarI2FromI4 -VarI2FromR4 -VarI2FromR8 -VarI2FromCy -VarI2FromDate -VarI2FromStr -VarI2FromDisp -VarI2FromBool -SafeArraySetIID -VarI4FromUI1 -VarI4FromI2 -VarI4FromR4 -VarI4FromR8 -VarI4FromCy -VarI4FromDate -VarI4FromStr -VarI4FromDisp -VarI4FromBool -SafeArrayGetIID -VarR4FromUI1 -VarR4FromI2 -VarR4FromI4 -VarR4FromR8 -VarR4FromCy -VarR4FromDate -VarR4FromStr -VarR4FromDisp -VarR4FromBool -SafeArrayGetVartype -VarR8FromUI1 -VarR8FromI2 -VarR8FromI4 -VarR8FromR4 -VarR8FromCy -VarR8FromDate -VarR8FromStr -VarR8FromDisp -VarR8FromBool -VarFormat -VarDateFromUI1 -VarDateFromI2 -VarDateFromI4 -VarDateFromR4 -VarDateFromR8 -VarDateFromCy -VarDateFromStr -VarDateFromDisp -VarDateFromBool -VarFormatDateTime -VarCyFromUI1 -VarCyFromI2 -VarCyFromI4 -VarCyFromR4 -VarCyFromR8 -VarCyFromDate -VarCyFromStr -VarCyFromDisp -VarCyFromBool -VarFormatNumber -VarBstrFromUI1 -VarBstrFromI2 -VarBstrFromI4 -VarBstrFromR4 -VarBstrFromR8 -VarBstrFromCy -VarBstrFromDate -VarBstrFromDisp -VarBstrFromBool -VarFormatPercent -VarBoolFromUI1 -VarBoolFromI2 -VarBoolFromI4 -VarBoolFromR4 -VarBoolFromR8 -VarBoolFromDate -VarBoolFromCy -VarBoolFromStr -VarBoolFromDisp -VarFormatCurrency -VarWeekdayName -VarMonthName -VarUI1FromI2 -VarUI1FromI4 -VarUI1FromR4 -VarUI1FromR8 -VarUI1FromCy -VarUI1FromDate -VarUI1FromStr -VarUI1FromDisp -VarUI1FromBool -VarFormatFromTokens -VarTokenizeFormatString -VarAdd -VarAnd -VarDiv -BSTR_UserFree64 -BSTR_UserMarshal64 -DispCallFunc -VariantChangeTypeEx -SafeArrayPtrOfIndex -SysStringByteLen -SysAllocStringByteLen -BSTR_UserSize64 -VarEqv -VarIdiv -VarImp -VarMod -VarMul -VarOr -VarPow -VarSub -CreateTypeLib -LoadTypeLib -LoadRegTypeLib -RegisterTypeLib -QueryPathOfRegTypeLib -LHashValOfNameSys -LHashValOfNameSysA -VarXor -VarAbs -VarFix -OaBuildVersion -ClearCustData -VarInt -VarNeg -VarNot -VarRound -VarCmp -VarDecAdd -VarDecDiv -VarDecMul -CreateTypeLib2 -VarDecSub -VarDecAbs -LoadTypeLibEx -SystemTimeToVariantTime -VariantTimeToSystemTime -UnRegisterTypeLib -VarDecFix -VarDecInt -VarDecNeg -VarDecFromUI1 -VarDecFromI2 -VarDecFromI4 -VarDecFromR4 -VarDecFromR8 -VarDecFromDate -VarDecFromCy -VarDecFromStr -VarDecFromDisp -VarDecFromBool -GetErrorInfo -SetErrorInfo -CreateErrorInfo -VarDecRound -VarDecCmp -VarI2FromI1 -VarI2FromUI2 -VarI2FromUI4 -VarI2FromDec -VarI4FromI1 -VarI4FromUI2 -VarI4FromUI4 -VarI4FromDec -VarR4FromI1 -VarR4FromUI2 -VarR4FromUI4 -VarR4FromDec -VarR8FromI1 -VarR8FromUI2 -VarR8FromUI4 -VarR8FromDec -VarDateFromI1 -VarDateFromUI2 -VarDateFromUI4 -VarDateFromDec -VarCyFromI1 -VarCyFromUI2 -VarCyFromUI4 -VarCyFromDec -VarBstrFromI1 -VarBstrFromUI2 -VarBstrFromUI4 -VarBstrFromDec -VarBoolFromI1 -VarBoolFromUI2 -VarBoolFromUI4 -VarBoolFromDec -VarUI1FromI1 -VarUI1FromUI2 -VarUI1FromUI4 -VarUI1FromDec -VarDecFromI1 -VarDecFromUI2 -VarDecFromUI4 -VarI1FromUI1 -VarI1FromI2 -VarI1FromI4 -VarI1FromR4 -VarI1FromR8 -VarI1FromDate -VarI1FromCy -VarI1FromStr -VarI1FromDisp -VarI1FromBool -VarI1FromUI2 -VarI1FromUI4 -VarI1FromDec -VarUI2FromUI1 -VarUI2FromI2 -VarUI2FromI4 -VarUI2FromR4 -VarUI2FromR8 -VarUI2FromDate -VarUI2FromCy -VarUI2FromStr -VarUI2FromDisp -VarUI2FromBool -VarUI2FromI1 -VarUI2FromUI4 -VarUI2FromDec -VarUI4FromUI1 -VarUI4FromI2 -VarUI4FromI4 -VarUI4FromR4 -VarUI4FromR8 -VarUI4FromDate -VarUI4FromCy -VarUI4FromStr -VarUI4FromDisp -VarUI4FromBool -VarUI4FromI1 -VarUI4FromUI2 -VarUI4FromDec -BSTR_UserSize -BSTR_UserMarshal -BSTR_UserUnmarshal -BSTR_UserFree -VARIANT_UserSize -VARIANT_UserMarshal -VARIANT_UserUnmarshal -VARIANT_UserFree -LPSAFEARRAY_UserSize -LPSAFEARRAY_UserMarshal -LPSAFEARRAY_UserUnmarshal -LPSAFEARRAY_UserFree -LPSAFEARRAY_Size -LPSAFEARRAY_Marshal -LPSAFEARRAY_Unmarshal -VarDecCmpR8 -VarCyAdd -BSTR_UserUnmarshal64 -DllCanUnloadNow -DllGetClassObject -VarCyMul -VarCyMulI4 -VarCySub -VarCyAbs -VarCyFix -VarCyInt -VarCyNeg -VarCyRound -VarCyCmp -VarCyCmpR8 -VarBstrCat -VarBstrCmp -VarR8Pow -VarR4CmpR8 -VarR8Round -VarCat -VarDateFromUdateEx -DllRegisterServer -DllUnregisterServer -GetRecordInfoFromGuids -GetRecordInfoFromTypeInfo -LPSAFEARRAY_UserFree64 -SetVarConversionLocaleSetting -GetVarConversionLocaleSetting -SetOaNoCache -LPSAFEARRAY_UserMarshal64 -VarCyMulI8 -VarDateFromUdate -VarUdateFromDate -GetAltMonthNames -VarI8FromUI1 -VarI8FromI2 -VarI8FromR4 -VarI8FromR8 -VarI8FromCy -VarI8FromDate -VarI8FromStr -VarI8FromDisp -VarI8FromBool -VarI8FromI1 -VarI8FromUI2 -VarI8FromUI4 -VarI8FromDec -VarI2FromI8 -VarI2FromUI8 -VarI4FromI8 -VarI4FromUI8 -LPSAFEARRAY_UserSize64 -LPSAFEARRAY_UserUnmarshal64 -OACreateTypeLib2 -VARIANT_UserFree64 -VARIANT_UserMarshal64 -VARIANT_UserSize64 -VARIANT_UserUnmarshal64 -VarR4FromI8 -VarR4FromUI8 -VarR8FromI8 -VarR8FromUI8 -VarDateFromI8 -VarDateFromUI8 -VarCyFromI8 -VarCyFromUI8 -VarBstrFromI8 -VarBstrFromUI8 -VarBoolFromI8 -VarBoolFromUI8 -VarUI1FromI8 -VarUI1FromUI8 -VarDecFromI8 -VarDecFromUI8 -VarI1FromI8 -VarI1FromUI8 -VarUI2FromI8 -VarUI2FromUI8 -OleLoadPictureEx -OleLoadPictureFileEx -SafeArrayCreateVector -SafeArrayCopyData -VectorFromBstr -BstrFromVector -OleIconToCursor -OleCreatePropertyFrameIndirect -OleCreatePropertyFrame -OleLoadPicture -OleCreatePictureIndirect -OleCreateFontIndirect -OleTranslateColor -OleLoadPictureFile -OleSavePictureFile -OleLoadPicturePath -VarUI4FromI8 -VarUI4FromUI8 -VarI8FromUI8 -VarUI8FromI8 -VarUI8FromUI1 -VarUI8FromI2 -VarUI8FromR4 -VarUI8FromR8 -VarUI8FromCy -VarUI8FromDate -VarUI8FromStr -VarUI8FromDisp -VarUI8FromBool -VarUI8FromI1 -VarUI8FromUI2 -VarUI8FromUI4 -VarUI8FromDec -RegisterTypeLibForUser -UnRegisterTypeLibForUser -OaEnablePerUserTLibRegistration -OACleanup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/oledb32r.def mingw-w64-6.0.0/mingw-w64-crt/lib64/oledb32r.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/oledb32r.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/oledb32r.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file OLEDB32R.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY OLEDB32R.dll -EXPORTS -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/oledlg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/oledlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/oledlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/oledlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of oledlg.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "oledlg.dll" -EXPORTS -OleUIAddVerbMenuA -OleUICanConvertOrActivateAs -OleUIInsertObjectA -OleUIPasteSpecialA -OleUIEditLinksA -OleUIChangeIconA -OleUIConvertA -OleUIBusyA -OleUIUpdateLinksA -OleUIPromptUserA -OleUIObjectPropertiesA -OleUIChangeSourceA -OleUIAddVerbMenuW -OleUIBusyW -OleUIChangeIconW -OleUIChangeSourceW -OleUIConvertW -OleUIEditLinksW -OleUIInsertObjectW -OleUIObjectPropertiesW -OleUIPasteSpecialW -OleUIPromptUserW -OleUIUpdateLinksW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/oleprn.def mingw-w64-6.0.0/mingw-w64-crt/lib64/oleprn.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/oleprn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/oleprn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of oleprn.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "oleprn.DLL" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/osuninst.def mingw-w64-6.0.0/mingw-w64-crt/lib64/osuninst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/osuninst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/osuninst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file OSUNINST.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY OSUNINST.dll -EXPORTS -ExecuteUninstall -GetUninstallImageSize -IsUninstallImageValid -ProvideUiAlerts -RemoveUninstallImage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ovprintmondll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ovprintmondll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ovprintmondll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ovprintmondll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file ovprintmondll.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ovprintmondll.dll -EXPORTS -DllMain -InitializePrintMonitor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/p2p.def mingw-w64-6.0.0/mingw-w64-crt/lib64/p2p.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/p2p.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/p2p.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,118 +0,0 @@ -; -; Definition file of P2P.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "P2P.dll" -EXPORTS -DllMain -PeerCollabAddContact -PeerCollabAsyncInviteContact -PeerCollabAsyncInviteEndpoint -PeerCollabCancelInvitation -PeerCollabCloseHandle -PeerCollabDeleteContact -PeerCollabDeleteEndpointData -PeerCollabDeleteObject -PeerCollabEnumApplicationRegistrationInfo -PeerCollabEnumApplications -PeerCollabEnumContacts -PeerCollabEnumEndpoints -PeerCollabEnumObjects -PeerCollabEnumPeopleNearMe -PeerCollabExportContact -PeerCollabGetAppLaunchInfo -PeerCollabGetApplicationRegistrationInfo -PeerCollabGetContact -PeerCollabGetEndpointName -PeerCollabGetEventData -PeerCollabGetInvitationResponse -PeerCollabGetPresenceInfo -PeerCollabGetSigninOptions -PeerCollabInviteContact -PeerCollabInviteEndpoint -PeerCollabParseContact -PeerCollabQueryContactData -PeerCollabRefreshEndpointData -PeerCollabRegisterApplication -PeerCollabRegisterEvent -PeerCollabSetEndpointName -PeerCollabSetObject -PeerCollabSetPresenceInfo -PeerCollabShutdown -PeerCollabSignin -PeerCollabSignout -PeerCollabStartup -PeerCollabSubscribeEndpointData -PeerCollabUnregisterApplication -PeerCollabUnregisterEvent -PeerCollabUnsubscribeEndpointData -PeerCollabUpdateContact -PeerCreatePeerName -PeerEndEnumeration -PeerEnumGroups -PeerEnumIdentities -PeerFreeData -PeerGetItemCount -PeerGetNextItem -PeerGroupAddRecord -PeerGroupClose -PeerGroupCloseDirectConnection -PeerGroupConnect -PeerGroupConnectByAddress -PeerGroupCreate -PeerGroupCreateInvitation -PeerGroupCreatePasswordInvitation -PeerGroupDelete -PeerGroupDeleteRecord -PeerGroupEnumConnections -PeerGroupEnumMembers -PeerGroupEnumRecords -PeerGroupExportConfig -PeerGroupExportDatabase -PeerGroupGetEventData -PeerGroupGetProperties -PeerGroupGetRecord -PeerGroupGetStatus -PeerGroupImportConfig -PeerGroupImportDatabase -PeerGroupIssueCredentials -PeerGroupJoin -PeerGroupOpen -PeerGroupOpenDirectConnection -PeerGroupParseInvitation -PeerGroupPasswordJoin -PeerGroupPeerTimeToUniversalTime -PeerGroupRegisterEvent -PeerGroupSearchRecords -PeerGroupSendData -PeerGroupSetProperties -PeerGroupShutdown -PeerGroupStartup -PeerGroupUniversalTimeToPeerTime -PeerGroupUnregisterEvent -PeerGroupUpdateRecord -PeerHostNameToPeerName -PeerIdentityCreate -PeerIdentityDelete -PeerIdentityExport -PeerIdentityGetCert -PeerIdentityGetCryptKey -PeerIdentityGetDefault -PeerIdentityGetFriendlyName -PeerIdentityGetXML -PeerIdentityImport -PeerIdentitySetFriendlyName -PeerNameToPeerHostName -PeerPnrpEndResolve -PeerPnrpGetCloudInfo -PeerPnrpGetEndpoint -PeerPnrpRegister -PeerPnrpResolve -PeerPnrpShutdown -PeerPnrpStartResolve -PeerPnrpStartup -PeerPnrpUnregister -PeerPnrpUpdateRegistration -PeerSSPAddCredentials -PeerSSPRemoveCredentials diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/p2pgraph.def mingw-w64-6.0.0/mingw-w64-crt/lib64/p2pgraph.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/p2pgraph.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/p2pgraph.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -; -; Definition file of P2PGRAPH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "P2PGRAPH.dll" -EXPORTS -pMemoryHelper DATA -PeerGraphAddRecord -PeerGraphClose -PeerGraphCloseDirectConnection -PeerGraphConnect -PeerGraphCreate -PeerGraphDelete -PeerGraphDeleteRecord -PeerGraphEndEnumeration -PeerGraphEnumConnections -PeerGraphEnumNodes -PeerGraphEnumRecords -PeerGraphExportDatabase -PeerGraphFreeData -PeerGraphGetEventData -PeerGraphGetItemCount -PeerGraphGetNextItem -PeerGraphGetNodeInfo -PeerGraphGetProperties -PeerGraphGetRecord -PeerGraphGetStatus -PeerGraphImportDatabase -PeerGraphListen -PeerGraphOpen -PeerGraphOpenDirectConnection -PeerGraphPeerTimeToUniversalTime -PeerGraphRegisterEvent -PeerGraphSearchRecords -PeerGraphSendData -PeerGraphSetNodeAttributes -PeerGraphSetPresence -PeerGraphSetProperties -PeerGraphShutdown -PeerGraphStartup -PeerGraphUniversalTimeToPeerTime -PeerGraphUnregisterEvent -PeerGraphUpdateRecord -PeerGraphValidateDeferredRecords diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/panmap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/panmap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/panmap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/panmap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file panmap.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY panmap.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pchshell.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pchshell.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pchshell.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pchshell.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file marscore.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY marscore.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pchsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pchsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pchsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pchsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file pchsvc.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY pchsvc.DLL -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pcwum.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pcwum.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pcwum.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pcwum.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -; -; Definition file of pcwum.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "pcwum.dll" -EXPORTS -PcwAddQueryItem -PcwClearCounterSetSecurity -PcwCollectData -PcwCompleteNotification -PcwCreateNotifier -PcwCreateQuery -PcwDisconnectCounterSet -PcwEnumerateInstances -PcwIsNotifierAlive -PcwQueryCounterSetSecurity -PcwReadNotificationData -PcwRegisterCounterSet -PcwRemoveQueryItem -PcwSendNotification -PcwSendStatelessNotification -PcwSetCounterSetSecurity -PcwSetQueryItemUserData -PerfCreateInstance -PerfDecrementULongCounterValue -PerfDecrementULongLongCounterValue -PerfDeleteInstance -PerfIncrementULongCounterValue -PerfIncrementULongLongCounterValue -PerfQueryInstance -PerfSetCounterRefValue -PerfSetCounterSetInfo -PerfSetULongCounterValue -PerfSetULongLongCounterValue -PerfStartProvider -PerfStartProviderEx -PerfStopProvider -StmAlignSize -StmAllocateFlat -StmCoalesceChunks -StmDeinitialize -StmInitialize -StmReduceSize -StmReserve -StmWrite diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfctrs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfctrs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfctrs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Exports of file perfctrs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY perfctrs.dll -EXPORTS -OpenNbfPerformanceData -CollectNbfPerformanceData -CloseNbfPerformanceData -OpenTcpIpPerformanceData -CollectTcpIpPerformanceData -CloseTcpIpPerformanceData -OpenIPXPerformanceData -CollectIPXPerformanceData -CloseIPXPerformanceData -OpenSPXPerformanceData -CollectSPXPerformanceData -CloseSPXPerformanceData -OpenNWNBPerformanceData -CollectNWNBPerformanceData -CloseNWNBPerformanceData -OpenDhcpPerformanceData -CollectDhcpPerformanceData -CloseDhcpPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfdisk.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfdisk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfdisk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file PerfDisk.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PerfDisk.dll -EXPORTS -CloseDiskObject -CollectDiskObjectData -OpenDiskObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfnet.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfnet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfnet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfnet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file PerfNet.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PerfNet.dll -EXPORTS -CloseNetSvcsObject -CollectNetSvcsObjectData -OpenNetSvcsObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfos.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfos.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfos.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfos.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file PerfOS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PerfOS.dll -EXPORTS -CloseOSObject -CollectOSObjectData -OpenOSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfproc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfproc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfproc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfproc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file PerfProc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PerfProc.dll -EXPORTS -CloseSysProcessObject -CollectSysProcessObjectData -OpenSysProcessObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/perfts.def mingw-w64-6.0.0/mingw-w64-crt/lib64/perfts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/perfts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/perfts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file PerfTS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PerfTS.dll -EXPORTS -CloseTSObject -CollectTSObjectData -OpenTSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/photowiz.def mingw-w64-6.0.0/mingw-w64-crt/lib64/photowiz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/photowiz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/photowiz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file PHOTOWIZ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PHOTOWIZ.dll -EXPORTS -UsePPWForPrintTo -DllCanUnloadNow -DllGetClassObject -DllInstall -DllMain -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pid.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file pid.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY pid.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pintlcsa.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pintlcsa.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pintlcsa.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pintlcsa.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file IMESKF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY IMESKF.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pjlmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pjlmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pjlmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pjlmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file PJLMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PJLMON.dll -EXPORTS -InitializePrintMonitor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pngfilt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pngfilt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pngfilt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pngfilt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file PNGFILTER.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PNGFILTER.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/provthrd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/provthrd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/provthrd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/provthrd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1942 +0,0 @@ -; -; Exports of file PROVTHRD.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PROVTHRD.dll -EXPORTS -; PEAGPEAG::?$CompareElements(YAHPEBQEAG0@Z) -??$CompareElements@PEAGPEAG@@YAHPEBQEAG0@Z -; PEAG::?$HashKey(YAIPEAG@Z) -??$HashKey@PEAG@@YAIPEAG@Z -; public: __cdecl CBString::CBString(int) __ptr64 -??0CBString@@QEAA@H@Z -; public: __cdecl CBString::CBString(unsigned short * __ptr64) __ptr64 -??0CBString@@QEAA@PEAG@Z -; public: __cdecl CBString::CBString(void) __ptr64 -??0CBString@@QEAA@XZ -; public: __cdecl Conjunctions::Conjunctions(unsigned long) __ptr64 -??0Conjunctions@@QEAA@K@Z -; public: __cdecl Disjunctions::Disjunctions(unsigned long,unsigned long) __ptr64 -??0Disjunctions@@QEAA@KK@Z -; public: __cdecl PartitionSet::PartitionSet(class PartitionSet const & __ptr64) __ptr64 -??0PartitionSet@@QEAA@AEBV0@@Z -; public: __cdecl PartitionSet::PartitionSet(void) __ptr64 -??0PartitionSet@@QEAA@XZ -; public: __cdecl ProvAnalyser::ProvAnalyser(class ProvAnalyser const & __ptr64) __ptr64 -??0ProvAnalyser@@QEAA@AEBV0@@Z -; public: __cdecl ProvAnalyser::ProvAnalyser(unsigned short const * __ptr64) __ptr64 -??0ProvAnalyser@@QEAA@PEBG@Z -; public: __cdecl ProvBitStringType::ProvBitStringType(class ProvBitStringType const & __ptr64) __ptr64 -??0ProvBitStringType@@QEAA@AEBV0@@Z -; public: __cdecl ProvBitStringType::ProvBitStringType(unsigned short const * __ptr64) __ptr64 -??0ProvBitStringType@@QEAA@PEBG@Z -; public: __cdecl ProvBitStringType::ProvBitStringType(unsigned short const * __ptr64,class ProvOctetString const & __ptr64) __ptr64 -??0ProvBitStringType@@QEAA@PEBGAEBVProvOctetString@@@Z -; public: __cdecl ProvBitStringType::ProvBitStringType(unsigned short const * __ptr64,unsigned short const * __ptr64 * __ptr64,unsigned long const & __ptr64) __ptr64 -??0ProvBitStringType@@QEAA@PEBGPEAPEBGAEBK@Z -; public: __cdecl ProvCounter64::ProvCounter64(class ProvCounter64 const & __ptr64) __ptr64 -??0ProvCounter64@@QEAA@AEBV0@@Z -; public: __cdecl ProvCounter64::ProvCounter64(unsigned long,unsigned long) __ptr64 -??0ProvCounter64@@QEAA@KK@Z -; public: __cdecl ProvCounter64Type::ProvCounter64Type(class ProvCounter64Type const & __ptr64) __ptr64 -??0ProvCounter64Type@@QEAA@AEBV0@@Z -; public: __cdecl ProvCounter64Type::ProvCounter64Type(class ProvCounter64 const & __ptr64) __ptr64 -??0ProvCounter64Type@@QEAA@AEBVProvCounter64@@@Z -; public: __cdecl ProvCounter64Type::ProvCounter64Type(unsigned long,unsigned long) __ptr64 -??0ProvCounter64Type@@QEAA@KK@Z -; public: __cdecl ProvCounter64Type::ProvCounter64Type(unsigned short const * __ptr64) __ptr64 -??0ProvCounter64Type@@QEAA@PEBG@Z -; public: __cdecl ProvCounter64Type::ProvCounter64Type(void) __ptr64 -??0ProvCounter64Type@@QEAA@XZ -; public: __cdecl ProvCounter::ProvCounter(class ProvCounter const & __ptr64) __ptr64 -??0ProvCounter@@QEAA@AEBV0@@Z -; public: __cdecl ProvCounter::ProvCounter(unsigned long) __ptr64 -??0ProvCounter@@QEAA@K@Z -; public: __cdecl ProvCounterType::ProvCounterType(class ProvCounterType const & __ptr64) __ptr64 -??0ProvCounterType@@QEAA@AEBV0@@Z -; public: __cdecl ProvCounterType::ProvCounterType(class ProvCounter const & __ptr64) __ptr64 -??0ProvCounterType@@QEAA@AEBVProvCounter@@@Z -; public: __cdecl ProvCounterType::ProvCounterType(unsigned long) __ptr64 -??0ProvCounterType@@QEAA@K@Z -; public: __cdecl ProvCounterType::ProvCounterType(unsigned short const * __ptr64) __ptr64 -??0ProvCounterType@@QEAA@PEBG@Z -; public: __cdecl ProvCounterType::ProvCounterType(void) __ptr64 -??0ProvCounterType@@QEAA@XZ -; public: __cdecl ProvDateTimeType::ProvDateTimeType(class ProvDateTimeType const & __ptr64) __ptr64 -??0ProvDateTimeType@@QEAA@AEBV0@@Z -; public: __cdecl ProvDateTimeType::ProvDateTimeType(class ProvOctetString const & __ptr64) __ptr64 -??0ProvDateTimeType@@QEAA@AEBVProvOctetString@@@Z -; public: __cdecl ProvDateTimeType::ProvDateTimeType(unsigned short const * __ptr64) __ptr64 -??0ProvDateTimeType@@QEAA@PEBG@Z -; public: __cdecl ProvDateTimeType::ProvDateTimeType(void) __ptr64 -??0ProvDateTimeType@@QEAA@XZ -; public: __cdecl ProvDebugLog::ProvDebugLog(char) __ptr64 -??0ProvDebugLog@@QEAA@D@Z -; public: __cdecl ProvDisplayStringType::ProvDisplayStringType(class ProvDisplayStringType const & __ptr64) __ptr64 -??0ProvDisplayStringType@@QEAA@AEBV0@@Z -; public: __cdecl ProvDisplayStringType::ProvDisplayStringType(class ProvOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvDisplayStringType@@QEAA@AEBVProvOctetString@@PEBG@Z -; public: __cdecl ProvDisplayStringType::ProvDisplayStringType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvDisplayStringType@@QEAA@PEBG0@Z -; public: __cdecl ProvDisplayStringType::ProvDisplayStringType(unsigned short const * __ptr64) __ptr64 -??0ProvDisplayStringType@@QEAA@PEBG@Z -; public: __cdecl ProvEnumeratedType::ProvEnumeratedType(class ProvEnumeratedType const & __ptr64) __ptr64 -??0ProvEnumeratedType@@QEAA@AEBV0@@Z -; public: __cdecl ProvEnumeratedType::ProvEnumeratedType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvEnumeratedType@@QEAA@PEBG0@Z -; public: __cdecl ProvEnumeratedType::ProvEnumeratedType(unsigned short const * __ptr64) __ptr64 -??0ProvEnumeratedType@@QEAA@PEBG@Z -; public: __cdecl ProvEnumeratedType::ProvEnumeratedType(unsigned short const * __ptr64,long const & __ptr64) __ptr64 -??0ProvEnumeratedType@@QEAA@PEBGAEBJ@Z -; public: __cdecl ProvEnumeratedType::ProvEnumeratedType(unsigned short const * __ptr64,class ProvInteger const & __ptr64) __ptr64 -??0ProvEnumeratedType@@QEAA@PEBGAEBVProvInteger@@@Z -; public: __cdecl ProvEventObject::ProvEventObject(class ProvEventObject const & __ptr64) __ptr64 -??0ProvEventObject@@QEAA@AEBV0@@Z -; public: __cdecl ProvEventObject::ProvEventObject(unsigned short const * __ptr64) __ptr64 -??0ProvEventObject@@QEAA@PEBG@Z -; public: __cdecl ProvFixedLengthDisplayStringType::ProvFixedLengthDisplayStringType(unsigned long const & __ptr64) __ptr64 -??0ProvFixedLengthDisplayStringType@@QEAA@AEBK@Z -; public: __cdecl ProvFixedLengthDisplayStringType::ProvFixedLengthDisplayStringType(unsigned long const & __ptr64,class ProvOctetString const & __ptr64) __ptr64 -??0ProvFixedLengthDisplayStringType@@QEAA@AEBKAEBVProvOctetString@@@Z -; public: __cdecl ProvFixedLengthDisplayStringType::ProvFixedLengthDisplayStringType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvFixedLengthDisplayStringType@@QEAA@AEBKPEBG@Z -; public: __cdecl ProvFixedLengthDisplayStringType::ProvFixedLengthDisplayStringType(class ProvFixedLengthDisplayStringType const & __ptr64) __ptr64 -??0ProvFixedLengthDisplayStringType@@QEAA@AEBV0@@Z -; public: __cdecl ProvFixedLengthOctetStringType::ProvFixedLengthOctetStringType(unsigned long const & __ptr64) __ptr64 -??0ProvFixedLengthOctetStringType@@QEAA@AEBK@Z -; public: __cdecl ProvFixedLengthOctetStringType::ProvFixedLengthOctetStringType(unsigned long const & __ptr64,class ProvOctetString const & __ptr64) __ptr64 -??0ProvFixedLengthOctetStringType@@QEAA@AEBKAEBVProvOctetString@@@Z -; public: __cdecl ProvFixedLengthOctetStringType::ProvFixedLengthOctetStringType(unsigned long const & __ptr64,unsigned char const * __ptr64) __ptr64 -??0ProvFixedLengthOctetStringType@@QEAA@AEBKPEBE@Z -; public: __cdecl ProvFixedLengthOctetStringType::ProvFixedLengthOctetStringType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvFixedLengthOctetStringType@@QEAA@AEBKPEBG@Z -; public: __cdecl ProvFixedLengthOctetStringType::ProvFixedLengthOctetStringType(class ProvFixedLengthOctetStringType const & __ptr64) __ptr64 -??0ProvFixedLengthOctetStringType@@QEAA@AEBV0@@Z -; public: __cdecl ProvFixedLengthOpaqueType::ProvFixedLengthOpaqueType(unsigned long const & __ptr64) __ptr64 -??0ProvFixedLengthOpaqueType@@QEAA@AEBK@Z -; public: __cdecl ProvFixedLengthOpaqueType::ProvFixedLengthOpaqueType(unsigned long const & __ptr64,class ProvOpaque const & __ptr64) __ptr64 -??0ProvFixedLengthOpaqueType@@QEAA@AEBKAEBVProvOpaque@@@Z -; public: __cdecl ProvFixedLengthOpaqueType::ProvFixedLengthOpaqueType(unsigned long const & __ptr64,unsigned char const * __ptr64,unsigned long) __ptr64 -??0ProvFixedLengthOpaqueType@@QEAA@AEBKPEBEK@Z -; public: __cdecl ProvFixedLengthOpaqueType::ProvFixedLengthOpaqueType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvFixedLengthOpaqueType@@QEAA@AEBKPEBG@Z -; public: __cdecl ProvFixedLengthOpaqueType::ProvFixedLengthOpaqueType(class ProvFixedLengthOpaqueType const & __ptr64) __ptr64 -??0ProvFixedLengthOpaqueType@@QEAA@AEBV0@@Z -; public: __cdecl ProvFixedLengthPhysAddressType::ProvFixedLengthPhysAddressType(unsigned long const & __ptr64) __ptr64 -??0ProvFixedLengthPhysAddressType@@QEAA@AEBK@Z -; public: __cdecl ProvFixedLengthPhysAddressType::ProvFixedLengthPhysAddressType(unsigned long const & __ptr64,class ProvOctetString const & __ptr64) __ptr64 -??0ProvFixedLengthPhysAddressType@@QEAA@AEBKAEBVProvOctetString@@@Z -; public: __cdecl ProvFixedLengthPhysAddressType::ProvFixedLengthPhysAddressType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvFixedLengthPhysAddressType@@QEAA@AEBKPEBG@Z -; public: __cdecl ProvFixedLengthPhysAddressType::ProvFixedLengthPhysAddressType(class ProvFixedLengthPhysAddressType const & __ptr64) __ptr64 -??0ProvFixedLengthPhysAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvFixedType::ProvFixedType(class ProvFixedType const & __ptr64) __ptr64 -??0ProvFixedType@@QEAA@AEBV0@@Z -; public: __cdecl ProvFixedType::ProvFixedType(unsigned long) __ptr64 -??0ProvFixedType@@QEAA@K@Z -; public: __cdecl ProvGauge::ProvGauge(class ProvGauge const & __ptr64) __ptr64 -??0ProvGauge@@QEAA@AEBV0@@Z -; public: __cdecl ProvGauge::ProvGauge(long) __ptr64 -??0ProvGauge@@QEAA@J@Z -; public: __cdecl ProvGaugeType::ProvGaugeType(class ProvGaugeType const & __ptr64) __ptr64 -??0ProvGaugeType@@QEAA@AEBV0@@Z -; public: __cdecl ProvGaugeType::ProvGaugeType(class ProvGauge const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvGaugeType@@QEAA@AEBVProvGauge@@PEBG@Z -; public: __cdecl ProvGaugeType::ProvGaugeType(unsigned long,unsigned short const * __ptr64) __ptr64 -??0ProvGaugeType@@QEAA@KPEBG@Z -; public: __cdecl ProvGaugeType::ProvGaugeType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvGaugeType@@QEAA@PEBG0@Z -; public: __cdecl ProvGaugeType::ProvGaugeType(unsigned short const * __ptr64) __ptr64 -??0ProvGaugeType@@QEAA@PEBG@Z -; public: __cdecl ProvIPXAddressType::ProvIPXAddressType(class ProvIPXAddressType const & __ptr64) __ptr64 -??0ProvIPXAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvIPXAddressType::ProvIPXAddressType(class ProvOctetString const & __ptr64) __ptr64 -??0ProvIPXAddressType@@QEAA@AEBVProvOctetString@@@Z -; public: __cdecl ProvIPXAddressType::ProvIPXAddressType(unsigned char const * __ptr64) __ptr64 -??0ProvIPXAddressType@@QEAA@PEBE@Z -; public: __cdecl ProvIPXAddressType::ProvIPXAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvIPXAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvIPXAddressType::ProvIPXAddressType(void) __ptr64 -??0ProvIPXAddressType@@QEAA@XZ -; protected: __cdecl ProvInstanceType::ProvInstanceType(class ProvInstanceType const & __ptr64) __ptr64 -??0ProvInstanceType@@IEAA@AEBV0@@Z -; protected: __cdecl ProvInstanceType::ProvInstanceType(int,int) __ptr64 -??0ProvInstanceType@@IEAA@HH@Z -; public: __cdecl ProvInteger::ProvInteger(class ProvInteger const & __ptr64) __ptr64 -??0ProvInteger@@QEAA@AEBV0@@Z -; public: __cdecl ProvInteger::ProvInteger(long) __ptr64 -??0ProvInteger@@QEAA@J@Z -; public: __cdecl ProvIntegerType::ProvIntegerType(class ProvIntegerType const & __ptr64) __ptr64 -??0ProvIntegerType@@QEAA@AEBV0@@Z -; public: __cdecl ProvIntegerType::ProvIntegerType(class ProvInteger const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvIntegerType@@QEAA@AEBVProvInteger@@PEBG@Z -; public: __cdecl ProvIntegerType::ProvIntegerType(long,unsigned short const * __ptr64) __ptr64 -??0ProvIntegerType@@QEAA@JPEBG@Z -; public: __cdecl ProvIntegerType::ProvIntegerType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvIntegerType@@QEAA@PEBG0@Z -; public: __cdecl ProvIntegerType::ProvIntegerType(unsigned short const * __ptr64) __ptr64 -??0ProvIntegerType@@QEAA@PEBG@Z -; public: __cdecl ProvIpAddress::ProvIpAddress(class ProvIpAddress const & __ptr64) __ptr64 -??0ProvIpAddress@@QEAA@AEBV0@@Z -; public: __cdecl ProvIpAddress::ProvIpAddress(unsigned long) __ptr64 -??0ProvIpAddress@@QEAA@K@Z -; public: __cdecl ProvIpAddress::ProvIpAddress(char const * __ptr64) __ptr64 -??0ProvIpAddress@@QEAA@PEBD@Z -; public: __cdecl ProvIpAddressType::ProvIpAddressType(class ProvIpAddressType const & __ptr64) __ptr64 -??0ProvIpAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvIpAddressType::ProvIpAddressType(class ProvIpAddress const & __ptr64) __ptr64 -??0ProvIpAddressType@@QEAA@AEBVProvIpAddress@@@Z -; public: __cdecl ProvIpAddressType::ProvIpAddressType(unsigned long) __ptr64 -??0ProvIpAddressType@@QEAA@K@Z -; public: __cdecl ProvIpAddressType::ProvIpAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvIpAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvIpAddressType::ProvIpAddressType(void) __ptr64 -??0ProvIpAddressType@@QEAA@XZ -; public: __cdecl ProvLexicon::ProvLexicon(void) __ptr64 -??0ProvLexicon@@QEAA@XZ -; public: __cdecl ProvMacAddressType::ProvMacAddressType(class ProvMacAddressType const & __ptr64) __ptr64 -??0ProvMacAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvMacAddressType::ProvMacAddressType(class ProvOctetString const & __ptr64) __ptr64 -??0ProvMacAddressType@@QEAA@AEBVProvOctetString@@@Z -; public: __cdecl ProvMacAddressType::ProvMacAddressType(unsigned char const * __ptr64) __ptr64 -??0ProvMacAddressType@@QEAA@PEBE@Z -; public: __cdecl ProvMacAddressType::ProvMacAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvMacAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvMacAddressType::ProvMacAddressType(void) __ptr64 -??0ProvMacAddressType@@QEAA@XZ -; public: __cdecl ProvNegativeRangeType::ProvNegativeRangeType(class ProvNegativeRangeType const & __ptr64) __ptr64 -??0ProvNegativeRangeType@@QEAA@AEBV0@@Z -; public: __cdecl ProvNegativeRangeType::ProvNegativeRangeType(long,long) __ptr64 -??0ProvNegativeRangeType@@QEAA@JJ@Z -; public: __cdecl ProvNegativeRangeType::ProvNegativeRangeType(void) __ptr64 -??0ProvNegativeRangeType@@QEAA@XZ -; public: __cdecl ProvNetworkAddressType::ProvNetworkAddressType(class ProvNetworkAddressType const & __ptr64) __ptr64 -??0ProvNetworkAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvNetworkAddressType::ProvNetworkAddressType(class ProvIpAddress const & __ptr64) __ptr64 -??0ProvNetworkAddressType@@QEAA@AEBVProvIpAddress@@@Z -; public: __cdecl ProvNetworkAddressType::ProvNetworkAddressType(unsigned long) __ptr64 -??0ProvNetworkAddressType@@QEAA@K@Z -; public: __cdecl ProvNetworkAddressType::ProvNetworkAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvNetworkAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvNetworkAddressType::ProvNetworkAddressType(void) __ptr64 -??0ProvNetworkAddressType@@QEAA@XZ -; public: __cdecl ProvNull::ProvNull(void) __ptr64 -??0ProvNull@@QEAA@XZ -; public: __cdecl ProvNullType::ProvNullType(class ProvNullType const & __ptr64) __ptr64 -??0ProvNullType@@QEAA@AEBV0@@Z -; public: __cdecl ProvNullType::ProvNullType(class ProvNull const & __ptr64) __ptr64 -??0ProvNullType@@QEAA@AEBVProvNull@@@Z -; public: __cdecl ProvNullType::ProvNullType(void) __ptr64 -??0ProvNullType@@QEAA@XZ -; public: __cdecl ProvOSIAddressType::ProvOSIAddressType(class ProvOSIAddressType const & __ptr64) __ptr64 -??0ProvOSIAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvOSIAddressType::ProvOSIAddressType(class ProvOctetString const & __ptr64) __ptr64 -??0ProvOSIAddressType@@QEAA@AEBVProvOctetString@@@Z -; public: __cdecl ProvOSIAddressType::ProvOSIAddressType(unsigned char const * __ptr64,unsigned long) __ptr64 -??0ProvOSIAddressType@@QEAA@PEBEK@Z -; public: __cdecl ProvOSIAddressType::ProvOSIAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvOSIAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvOSIAddressType::ProvOSIAddressType(void) __ptr64 -??0ProvOSIAddressType@@QEAA@XZ -; public: __cdecl ProvObjectIdentifier::ProvObjectIdentifier(class ProvObjectIdentifier const & __ptr64) __ptr64 -??0ProvObjectIdentifier@@QEAA@AEBV0@@Z -; public: __cdecl ProvObjectIdentifier::ProvObjectIdentifier(char const * __ptr64) __ptr64 -??0ProvObjectIdentifier@@QEAA@PEBD@Z -; public: __cdecl ProvObjectIdentifier::ProvObjectIdentifier(unsigned long const * __ptr64,unsigned long) __ptr64 -??0ProvObjectIdentifier@@QEAA@PEBKK@Z -; public: __cdecl ProvObjectIdentifierType::ProvObjectIdentifierType(class ProvObjectIdentifierType const & __ptr64) __ptr64 -??0ProvObjectIdentifierType@@QEAA@AEBV0@@Z -; public: __cdecl ProvObjectIdentifierType::ProvObjectIdentifierType(class ProvObjectIdentifier const & __ptr64) __ptr64 -??0ProvObjectIdentifierType@@QEAA@AEBVProvObjectIdentifier@@@Z -; public: __cdecl ProvObjectIdentifierType::ProvObjectIdentifierType(unsigned short const * __ptr64) __ptr64 -??0ProvObjectIdentifierType@@QEAA@PEBG@Z -; public: __cdecl ProvObjectIdentifierType::ProvObjectIdentifierType(unsigned long const * __ptr64,unsigned long) __ptr64 -??0ProvObjectIdentifierType@@QEAA@PEBKK@Z -; public: __cdecl ProvObjectIdentifierType::ProvObjectIdentifierType(void) __ptr64 -??0ProvObjectIdentifierType@@QEAA@XZ -; public: __cdecl ProvOctetString::ProvOctetString(class ProvOctetString const & __ptr64) __ptr64 -??0ProvOctetString@@QEAA@AEBV0@@Z -; public: __cdecl ProvOctetString::ProvOctetString(unsigned char const * __ptr64,unsigned long) __ptr64 -??0ProvOctetString@@QEAA@PEBEK@Z -; public: __cdecl ProvOctetStringType::ProvOctetStringType(class ProvOctetStringType const & __ptr64) __ptr64 -??0ProvOctetStringType@@QEAA@AEBV0@@Z -; public: __cdecl ProvOctetStringType::ProvOctetStringType(class ProvOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvOctetStringType@@QEAA@AEBVProvOctetString@@PEBG@Z -; public: __cdecl ProvOctetStringType::ProvOctetStringType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0ProvOctetStringType@@QEAA@PEBEKPEBG@Z -; public: __cdecl ProvOctetStringType::ProvOctetStringType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvOctetStringType@@QEAA@PEBG0@Z -; public: __cdecl ProvOctetStringType::ProvOctetStringType(unsigned short const * __ptr64) __ptr64 -??0ProvOctetStringType@@QEAA@PEBG@Z -; public: __cdecl ProvOpaque::ProvOpaque(class ProvOpaque const & __ptr64) __ptr64 -??0ProvOpaque@@QEAA@AEBV0@@Z -; public: __cdecl ProvOpaque::ProvOpaque(unsigned char const * __ptr64,unsigned long) __ptr64 -??0ProvOpaque@@QEAA@PEBEK@Z -; public: __cdecl ProvOpaqueType::ProvOpaqueType(class ProvOpaqueType const & __ptr64) __ptr64 -??0ProvOpaqueType@@QEAA@AEBV0@@Z -; public: __cdecl ProvOpaqueType::ProvOpaqueType(class ProvOpaque const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvOpaqueType@@QEAA@AEBVProvOpaque@@PEBG@Z -; public: __cdecl ProvOpaqueType::ProvOpaqueType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0ProvOpaqueType@@QEAA@PEBEKPEBG@Z -; public: __cdecl ProvOpaqueType::ProvOpaqueType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvOpaqueType@@QEAA@PEBG0@Z -; public: __cdecl ProvOpaqueType::ProvOpaqueType(unsigned short const * __ptr64) __ptr64 -??0ProvOpaqueType@@QEAA@PEBG@Z -; public: __cdecl ProvPhysAddressType::ProvPhysAddressType(class ProvPhysAddressType const & __ptr64) __ptr64 -??0ProvPhysAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvPhysAddressType::ProvPhysAddressType(class ProvOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvPhysAddressType@@QEAA@AEBVProvOctetString@@PEBG@Z -; public: __cdecl ProvPhysAddressType::ProvPhysAddressType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0ProvPhysAddressType@@QEAA@PEBEKPEBG@Z -; public: __cdecl ProvPhysAddressType::ProvPhysAddressType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0ProvPhysAddressType@@QEAA@PEBG0@Z -; public: __cdecl ProvPhysAddressType::ProvPhysAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvPhysAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvPositiveRangeType::ProvPositiveRangeType(class ProvPositiveRangeType const & __ptr64) __ptr64 -??0ProvPositiveRangeType@@QEAA@AEBV0@@Z -; public: __cdecl ProvPositiveRangeType::ProvPositiveRangeType(unsigned long,long) __ptr64 -??0ProvPositiveRangeType@@QEAA@KJ@Z -; public: __cdecl ProvPositiveRangeType::ProvPositiveRangeType(void) __ptr64 -??0ProvPositiveRangeType@@QEAA@XZ -; public: __cdecl ProvPositiveRangedType::ProvPositiveRangedType(class ProvPositiveRangedType const & __ptr64) __ptr64 -??0ProvPositiveRangedType@@QEAA@AEBV0@@Z -; public: __cdecl ProvPositiveRangedType::ProvPositiveRangedType(unsigned short const * __ptr64) __ptr64 -??0ProvPositiveRangedType@@QEAA@PEBG@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(long const & __ptr64) __ptr64 -??0ProvRowStatusType@@QEAA@AEBJ@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(class ProvRowStatusType const & __ptr64) __ptr64 -??0ProvRowStatusType@@QEAA@AEBV0@@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(class ProvInteger const & __ptr64) __ptr64 -??0ProvRowStatusType@@QEAA@AEBVProvInteger@@@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(enum ProvRowStatusType::ProvRowStatusEnum const & __ptr64) __ptr64 -??0ProvRowStatusType@@QEAA@AEBW4ProvRowStatusEnum@0@@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(unsigned short const * __ptr64) __ptr64 -??0ProvRowStatusType@@QEAA@PEBG@Z -; public: __cdecl ProvRowStatusType::ProvRowStatusType(void) __ptr64 -??0ProvRowStatusType@@QEAA@XZ -; public: __cdecl ProvTimeTicks::ProvTimeTicks(class ProvTimeTicks const & __ptr64) __ptr64 -??0ProvTimeTicks@@QEAA@AEBV0@@Z -; public: __cdecl ProvTimeTicks::ProvTimeTicks(unsigned long) __ptr64 -??0ProvTimeTicks@@QEAA@K@Z -; public: __cdecl ProvTimeTicksType::ProvTimeTicksType(class ProvTimeTicksType const & __ptr64) __ptr64 -??0ProvTimeTicksType@@QEAA@AEBV0@@Z -; public: __cdecl ProvTimeTicksType::ProvTimeTicksType(class ProvTimeTicks const & __ptr64) __ptr64 -??0ProvTimeTicksType@@QEAA@AEBVProvTimeTicks@@@Z -; public: __cdecl ProvTimeTicksType::ProvTimeTicksType(unsigned long) __ptr64 -??0ProvTimeTicksType@@QEAA@K@Z -; public: __cdecl ProvTimeTicksType::ProvTimeTicksType(unsigned short const * __ptr64) __ptr64 -??0ProvTimeTicksType@@QEAA@PEBG@Z -; public: __cdecl ProvTimeTicksType::ProvTimeTicksType(void) __ptr64 -??0ProvTimeTicksType@@QEAA@XZ -; public: __cdecl ProvUDPAddressType::ProvUDPAddressType(class ProvUDPAddressType const & __ptr64) __ptr64 -??0ProvUDPAddressType@@QEAA@AEBV0@@Z -; public: __cdecl ProvUDPAddressType::ProvUDPAddressType(class ProvOctetString const & __ptr64) __ptr64 -??0ProvUDPAddressType@@QEAA@AEBVProvOctetString@@@Z -; public: __cdecl ProvUDPAddressType::ProvUDPAddressType(unsigned char const * __ptr64) __ptr64 -??0ProvUDPAddressType@@QEAA@PEBE@Z -; public: __cdecl ProvUDPAddressType::ProvUDPAddressType(unsigned short const * __ptr64) __ptr64 -??0ProvUDPAddressType@@QEAA@PEBG@Z -; public: __cdecl ProvUDPAddressType::ProvUDPAddressType(void) __ptr64 -??0ProvUDPAddressType@@QEAA@XZ -; public: __cdecl ProvUInteger32::ProvUInteger32(class ProvUInteger32 const & __ptr64) __ptr64 -??0ProvUInteger32@@QEAA@AEBV0@@Z -; public: __cdecl ProvUInteger32::ProvUInteger32(long) __ptr64 -??0ProvUInteger32@@QEAA@J@Z -; private: __cdecl ProvValue::ProvValue(class ProvValue const & __ptr64) __ptr64 -??0ProvValue@@AEAA@AEBV0@@Z -; protected: __cdecl ProvValue::ProvValue(void) __ptr64 -??0ProvValue@@IEAA@XZ -; public: __cdecl QueryPreprocessor::QueryPreprocessor(class QueryPreprocessor const & __ptr64) __ptr64 -??0QueryPreprocessor@@QEAA@AEBV0@@Z -; public: __cdecl QueryPreprocessor::QueryPreprocessor(void) __ptr64 -??0QueryPreprocessor@@QEAA@XZ -; public: __cdecl WmiAndNode::WmiAndNode(class WmiAndNode const & __ptr64) __ptr64 -??0WmiAndNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiAndNode::WmiAndNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiAndNode@@QEAA@PEAVWmiTreeNode@@00@Z -; public: __cdecl WmiNotNode::WmiNotNode(class WmiNotNode const & __ptr64) __ptr64 -??0WmiNotNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiNotNode::WmiNotNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiNotNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiNullNode::WmiNullNode(class WmiNullNode const & __ptr64) __ptr64 -??0WmiNullNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiNullNode::WmiNullNode(unsigned short * __ptr64,unsigned long,class WmiTreeNode * __ptr64) __ptr64 -??0WmiNullNode@@QEAA@PEAGKPEAVWmiTreeNode@@@Z -; public: __cdecl WmiNullRangeNode::WmiNullRangeNode(class WmiNullRangeNode const & __ptr64) __ptr64 -??0WmiNullRangeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiNullRangeNode::WmiNullRangeNode(unsigned short * __ptr64,unsigned long,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiNullRangeNode@@QEAA@PEAGKPEAVWmiTreeNode@@1@Z -; public: __cdecl WmiOperatorEqualNode::WmiOperatorEqualNode(class WmiOperatorEqualNode const & __ptr64) __ptr64 -??0WmiOperatorEqualNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorEqualNode::WmiOperatorEqualNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorEqualNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorEqualOrGreaterNode::WmiOperatorEqualOrGreaterNode(class WmiOperatorEqualOrGreaterNode const & __ptr64) __ptr64 -??0WmiOperatorEqualOrGreaterNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorEqualOrGreaterNode::WmiOperatorEqualOrGreaterNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorEqualOrGreaterNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorEqualOrLessNode::WmiOperatorEqualOrLessNode(class WmiOperatorEqualOrLessNode const & __ptr64) __ptr64 -??0WmiOperatorEqualOrLessNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorEqualOrLessNode::WmiOperatorEqualOrLessNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorEqualOrLessNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorGreaterNode::WmiOperatorGreaterNode(class WmiOperatorGreaterNode const & __ptr64) __ptr64 -??0WmiOperatorGreaterNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorGreaterNode::WmiOperatorGreaterNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorGreaterNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorIsANode::WmiOperatorIsANode(class WmiOperatorIsANode const & __ptr64) __ptr64 -??0WmiOperatorIsANode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorIsANode::WmiOperatorIsANode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorIsANode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorLessNode::WmiOperatorLessNode(class WmiOperatorLessNode const & __ptr64) __ptr64 -??0WmiOperatorLessNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorLessNode::WmiOperatorLessNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorLessNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorLikeNode::WmiOperatorLikeNode(class WmiOperatorLikeNode const & __ptr64) __ptr64 -??0WmiOperatorLikeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorLikeNode::WmiOperatorLikeNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorLikeNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorNode::WmiOperatorNode(class WmiOperatorNode const & __ptr64) __ptr64 -??0WmiOperatorNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorNode::WmiOperatorNode(unsigned long,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorNode@@QEAA@KPEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorNotEqualNode::WmiOperatorNotEqualNode(class WmiOperatorNotEqualNode const & __ptr64) __ptr64 -??0WmiOperatorNotEqualNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorNotEqualNode::WmiOperatorNotEqualNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorNotEqualNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorNotIsANode::WmiOperatorNotIsANode(class WmiOperatorNotIsANode const & __ptr64) __ptr64 -??0WmiOperatorNotIsANode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorNotIsANode::WmiOperatorNotIsANode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorNotIsANode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOperatorNotLikeNode::WmiOperatorNotLikeNode(class WmiOperatorNotLikeNode const & __ptr64) __ptr64 -??0WmiOperatorNotLikeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOperatorNotLikeNode::WmiOperatorNotLikeNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOperatorNotLikeNode@@QEAA@PEAVWmiTreeNode@@0@Z -; public: __cdecl WmiOrNode::WmiOrNode(class WmiOrNode const & __ptr64) __ptr64 -??0WmiOrNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiOrNode::WmiOrNode(class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiOrNode@@QEAA@PEAVWmiTreeNode@@00@Z -; public: __cdecl WmiRangeNode::WmiRangeNode(class WmiRangeNode const & __ptr64) __ptr64 -??0WmiRangeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiRangeNode::WmiRangeNode(unsigned long,unsigned short * __ptr64,unsigned long,int,int,int,int,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiRangeNode@@QEAA@KPEAGKHHHHPEAVWmiTreeNode@@1@Z -; public: __cdecl WmiSignedIntegerNode::WmiSignedIntegerNode(class WmiSignedIntegerNode const & __ptr64) __ptr64 -??0WmiSignedIntegerNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiSignedIntegerNode::WmiSignedIntegerNode(unsigned short * __ptr64,long,unsigned long,class WmiTreeNode * __ptr64) __ptr64 -??0WmiSignedIntegerNode@@QEAA@PEAGJKPEAVWmiTreeNode@@@Z -; public: __cdecl WmiSignedIntegerRangeNode::WmiSignedIntegerRangeNode(class WmiSignedIntegerRangeNode const & __ptr64) __ptr64 -??0WmiSignedIntegerRangeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiSignedIntegerRangeNode::WmiSignedIntegerRangeNode(unsigned short * __ptr64,unsigned long,int,int,int,int,long,long,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiSignedIntegerRangeNode@@QEAA@PEAGKHHHHJJPEAVWmiTreeNode@@1@Z -; public: __cdecl WmiStringNode::WmiStringNode(class WmiStringNode const & __ptr64) __ptr64 -??0WmiStringNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiStringNode::WmiStringNode(unsigned short * __ptr64,unsigned short * __ptr64,enum WmiValueNode::WmiValueFunction,enum WmiValueNode::WmiValueFunction,unsigned long,class WmiTreeNode * __ptr64) __ptr64 -??0WmiStringNode@@QEAA@PEAG0W4WmiValueFunction@WmiValueNode@@1KPEAVWmiTreeNode@@@Z -; public: __cdecl WmiStringRangeNode::WmiStringRangeNode(class WmiStringRangeNode const & __ptr64) __ptr64 -??0WmiStringRangeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiStringRangeNode::WmiStringRangeNode(unsigned short * __ptr64,unsigned long,int,int,int,int,unsigned short * __ptr64,unsigned short * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiStringRangeNode@@QEAA@PEAGKHHHH00PEAVWmiTreeNode@@1@Z -; public: __cdecl WmiTreeNode::WmiTreeNode(class WmiTreeNode const & __ptr64) __ptr64 -??0WmiTreeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiTreeNode::WmiTreeNode(unsigned long,void * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiTreeNode@@QEAA@KPEAXPEAV0@11@Z -; public: __cdecl WmiTreeNode::WmiTreeNode(class WmiTreeNode * __ptr64) __ptr64 -??0WmiTreeNode@@QEAA@PEAV0@@Z -; public: __cdecl WmiTreeNodeIterator::WmiTreeNodeIterator(class WmiTreeNodeIterator const & __ptr64) __ptr64 -??0WmiTreeNodeIterator@@QEAA@AEBV0@@Z -; public: __cdecl WmiTreeNodeIterator::WmiTreeNodeIterator(class WmiTreeNodeIterator * __ptr64) __ptr64 -??0WmiTreeNodeIterator@@QEAA@PEAV0@@Z -; public: __cdecl WmiTreeNodeIterator::WmiTreeNodeIterator(class WmiTreeNode * __ptr64) __ptr64 -??0WmiTreeNodeIterator@@QEAA@PEAVWmiTreeNode@@@Z -; public: __cdecl WmiUnsignedIntegerNode::WmiUnsignedIntegerNode(class WmiUnsignedIntegerNode const & __ptr64) __ptr64 -??0WmiUnsignedIntegerNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiUnsignedIntegerNode::WmiUnsignedIntegerNode(unsigned short * __ptr64,unsigned long,unsigned long,class WmiTreeNode * __ptr64) __ptr64 -??0WmiUnsignedIntegerNode@@QEAA@PEAGKKPEAVWmiTreeNode@@@Z -; public: __cdecl WmiUnsignedIntegerRangeNode::WmiUnsignedIntegerRangeNode(class WmiUnsignedIntegerRangeNode const & __ptr64) __ptr64 -??0WmiUnsignedIntegerRangeNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiUnsignedIntegerRangeNode::WmiUnsignedIntegerRangeNode(unsigned short * __ptr64,unsigned long,int,int,int,int,unsigned long,unsigned long,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -??0WmiUnsignedIntegerRangeNode@@QEAA@PEAGKHHHHKKPEAVWmiTreeNode@@1@Z -; public: __cdecl WmiValueNode::WmiValueNode(class WmiValueNode const & __ptr64) __ptr64 -??0WmiValueNode@@QEAA@AEBV0@@Z -; public: __cdecl WmiValueNode::WmiValueNode(unsigned long,unsigned short * __ptr64,enum WmiValueNode::WmiValueFunction,enum WmiValueNode::WmiValueFunction,unsigned long,class WmiTreeNode * __ptr64) __ptr64 -??0WmiValueNode@@QEAA@KPEAGW4WmiValueFunction@0@1KPEAVWmiTreeNode@@@Z -; public: __cdecl CBString::~CBString(void) __ptr64 -??1CBString@@QEAA@XZ -; public: __cdecl Conjunctions::~Conjunctions(void) __ptr64 -??1Conjunctions@@QEAA@XZ -; public: __cdecl Disjunctions::~Disjunctions(void) __ptr64 -??1Disjunctions@@QEAA@XZ -; public: virtual __cdecl PartitionSet::~PartitionSet(void) __ptr64 -??1PartitionSet@@UEAA@XZ -; public: virtual __cdecl ProvAnalyser::~ProvAnalyser(void) __ptr64 -??1ProvAnalyser@@UEAA@XZ -; public: virtual __cdecl ProvBitStringType::~ProvBitStringType(void) __ptr64 -??1ProvBitStringType@@UEAA@XZ -; public: virtual __cdecl ProvCounter64::~ProvCounter64(void) __ptr64 -??1ProvCounter64@@UEAA@XZ -; public: virtual __cdecl ProvCounter64Type::~ProvCounter64Type(void) __ptr64 -??1ProvCounter64Type@@UEAA@XZ -; public: virtual __cdecl ProvCounter::~ProvCounter(void) __ptr64 -??1ProvCounter@@UEAA@XZ -; public: virtual __cdecl ProvCounterType::~ProvCounterType(void) __ptr64 -??1ProvCounterType@@UEAA@XZ -; public: virtual __cdecl ProvDateTimeType::~ProvDateTimeType(void) __ptr64 -??1ProvDateTimeType@@UEAA@XZ -; public: virtual __cdecl ProvDisplayStringType::~ProvDisplayStringType(void) __ptr64 -??1ProvDisplayStringType@@UEAA@XZ -; public: virtual __cdecl ProvEnumeratedType::~ProvEnumeratedType(void) __ptr64 -??1ProvEnumeratedType@@UEAA@XZ -; public: virtual __cdecl ProvEventObject::~ProvEventObject(void) __ptr64 -??1ProvEventObject@@UEAA@XZ -; public: virtual __cdecl ProvFixedLengthDisplayStringType::~ProvFixedLengthDisplayStringType(void) __ptr64 -??1ProvFixedLengthDisplayStringType@@UEAA@XZ -; public: virtual __cdecl ProvFixedLengthOctetStringType::~ProvFixedLengthOctetStringType(void) __ptr64 -??1ProvFixedLengthOctetStringType@@UEAA@XZ -; public: virtual __cdecl ProvFixedLengthOpaqueType::~ProvFixedLengthOpaqueType(void) __ptr64 -??1ProvFixedLengthOpaqueType@@UEAA@XZ -; public: virtual __cdecl ProvFixedLengthPhysAddressType::~ProvFixedLengthPhysAddressType(void) __ptr64 -??1ProvFixedLengthPhysAddressType@@UEAA@XZ -; public: virtual __cdecl ProvFixedType::~ProvFixedType(void) __ptr64 -??1ProvFixedType@@UEAA@XZ -; public: virtual __cdecl ProvGauge::~ProvGauge(void) __ptr64 -??1ProvGauge@@UEAA@XZ -; public: virtual __cdecl ProvGaugeType::~ProvGaugeType(void) __ptr64 -??1ProvGaugeType@@UEAA@XZ -; public: virtual __cdecl ProvIPXAddressType::~ProvIPXAddressType(void) __ptr64 -??1ProvIPXAddressType@@UEAA@XZ -; public: virtual __cdecl ProvInstanceType::~ProvInstanceType(void) __ptr64 -??1ProvInstanceType@@UEAA@XZ -; public: virtual __cdecl ProvInteger::~ProvInteger(void) __ptr64 -??1ProvInteger@@UEAA@XZ -; public: virtual __cdecl ProvIntegerType::~ProvIntegerType(void) __ptr64 -??1ProvIntegerType@@UEAA@XZ -; public: virtual __cdecl ProvIpAddress::~ProvIpAddress(void) __ptr64 -??1ProvIpAddress@@UEAA@XZ -; public: virtual __cdecl ProvIpAddressType::~ProvIpAddressType(void) __ptr64 -??1ProvIpAddressType@@UEAA@XZ -; public: __cdecl ProvLexicon::~ProvLexicon(void) __ptr64 -??1ProvLexicon@@QEAA@XZ -; public: virtual __cdecl ProvMacAddressType::~ProvMacAddressType(void) __ptr64 -??1ProvMacAddressType@@UEAA@XZ -; public: virtual __cdecl ProvNegativeRangeType::~ProvNegativeRangeType(void) __ptr64 -??1ProvNegativeRangeType@@UEAA@XZ -; public: virtual __cdecl ProvNetworkAddressType::~ProvNetworkAddressType(void) __ptr64 -??1ProvNetworkAddressType@@UEAA@XZ -; public: virtual __cdecl ProvNull::~ProvNull(void) __ptr64 -??1ProvNull@@UEAA@XZ -; public: virtual __cdecl ProvNullType::~ProvNullType(void) __ptr64 -??1ProvNullType@@UEAA@XZ -; public: virtual __cdecl ProvOSIAddressType::~ProvOSIAddressType(void) __ptr64 -??1ProvOSIAddressType@@UEAA@XZ -; public: virtual __cdecl ProvObjectIdentifier::~ProvObjectIdentifier(void) __ptr64 -??1ProvObjectIdentifier@@UEAA@XZ -; public: virtual __cdecl ProvObjectIdentifierType::~ProvObjectIdentifierType(void) __ptr64 -??1ProvObjectIdentifierType@@UEAA@XZ -; public: virtual __cdecl ProvOctetString::~ProvOctetString(void) __ptr64 -??1ProvOctetString@@UEAA@XZ -; public: virtual __cdecl ProvOctetStringType::~ProvOctetStringType(void) __ptr64 -??1ProvOctetStringType@@UEAA@XZ -; public: virtual __cdecl ProvOpaque::~ProvOpaque(void) __ptr64 -??1ProvOpaque@@UEAA@XZ -; public: virtual __cdecl ProvOpaqueType::~ProvOpaqueType(void) __ptr64 -??1ProvOpaqueType@@UEAA@XZ -; public: virtual __cdecl ProvPhysAddressType::~ProvPhysAddressType(void) __ptr64 -??1ProvPhysAddressType@@UEAA@XZ -; public: virtual __cdecl ProvPositiveRangeType::~ProvPositiveRangeType(void) __ptr64 -??1ProvPositiveRangeType@@UEAA@XZ -; public: virtual __cdecl ProvPositiveRangedType::~ProvPositiveRangedType(void) __ptr64 -??1ProvPositiveRangedType@@UEAA@XZ -; public: virtual __cdecl ProvRowStatusType::~ProvRowStatusType(void) __ptr64 -??1ProvRowStatusType@@UEAA@XZ -; public: virtual __cdecl ProvTimeTicks::~ProvTimeTicks(void) __ptr64 -??1ProvTimeTicks@@UEAA@XZ -; public: virtual __cdecl ProvTimeTicksType::~ProvTimeTicksType(void) __ptr64 -??1ProvTimeTicksType@@UEAA@XZ -; public: virtual __cdecl ProvUDPAddressType::~ProvUDPAddressType(void) __ptr64 -??1ProvUDPAddressType@@UEAA@XZ -; public: virtual __cdecl ProvUInteger32::~ProvUInteger32(void) __ptr64 -??1ProvUInteger32@@UEAA@XZ -; public: virtual __cdecl ProvValue::~ProvValue(void) __ptr64 -??1ProvValue@@UEAA@XZ -; public: virtual __cdecl QueryPreprocessor::~QueryPreprocessor(void) __ptr64 -??1QueryPreprocessor@@UEAA@XZ -; public: virtual __cdecl WmiAndNode::~WmiAndNode(void) __ptr64 -??1WmiAndNode@@UEAA@XZ -; public: virtual __cdecl WmiNotNode::~WmiNotNode(void) __ptr64 -??1WmiNotNode@@UEAA@XZ -; public: virtual __cdecl WmiNullNode::~WmiNullNode(void) __ptr64 -??1WmiNullNode@@UEAA@XZ -; public: virtual __cdecl WmiNullRangeNode::~WmiNullRangeNode(void) __ptr64 -??1WmiNullRangeNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorEqualNode::~WmiOperatorEqualNode(void) __ptr64 -??1WmiOperatorEqualNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorEqualOrGreaterNode::~WmiOperatorEqualOrGreaterNode(void) __ptr64 -??1WmiOperatorEqualOrGreaterNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorEqualOrLessNode::~WmiOperatorEqualOrLessNode(void) __ptr64 -??1WmiOperatorEqualOrLessNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorGreaterNode::~WmiOperatorGreaterNode(void) __ptr64 -??1WmiOperatorGreaterNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorIsANode::~WmiOperatorIsANode(void) __ptr64 -??1WmiOperatorIsANode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorLessNode::~WmiOperatorLessNode(void) __ptr64 -??1WmiOperatorLessNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorLikeNode::~WmiOperatorLikeNode(void) __ptr64 -??1WmiOperatorLikeNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorNode::~WmiOperatorNode(void) __ptr64 -??1WmiOperatorNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorNotEqualNode::~WmiOperatorNotEqualNode(void) __ptr64 -??1WmiOperatorNotEqualNode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorNotIsANode::~WmiOperatorNotIsANode(void) __ptr64 -??1WmiOperatorNotIsANode@@UEAA@XZ -; public: virtual __cdecl WmiOperatorNotLikeNode::~WmiOperatorNotLikeNode(void) __ptr64 -??1WmiOperatorNotLikeNode@@UEAA@XZ -; public: virtual __cdecl WmiOrNode::~WmiOrNode(void) __ptr64 -??1WmiOrNode@@UEAA@XZ -; public: virtual __cdecl WmiRangeNode::~WmiRangeNode(void) __ptr64 -??1WmiRangeNode@@UEAA@XZ -; public: virtual __cdecl WmiSignedIntegerNode::~WmiSignedIntegerNode(void) __ptr64 -??1WmiSignedIntegerNode@@UEAA@XZ -; public: virtual __cdecl WmiSignedIntegerRangeNode::~WmiSignedIntegerRangeNode(void) __ptr64 -??1WmiSignedIntegerRangeNode@@UEAA@XZ -; public: virtual __cdecl WmiStringNode::~WmiStringNode(void) __ptr64 -??1WmiStringNode@@UEAA@XZ -; public: virtual __cdecl WmiStringRangeNode::~WmiStringRangeNode(void) __ptr64 -??1WmiStringRangeNode@@UEAA@XZ -; public: virtual __cdecl WmiTreeNode::~WmiTreeNode(void) __ptr64 -??1WmiTreeNode@@UEAA@XZ -; public: virtual __cdecl WmiTreeNodeIterator::~WmiTreeNodeIterator(void) __ptr64 -??1WmiTreeNodeIterator@@UEAA@XZ -; public: virtual __cdecl WmiUnsignedIntegerNode::~WmiUnsignedIntegerNode(void) __ptr64 -??1WmiUnsignedIntegerNode@@UEAA@XZ -; public: virtual __cdecl WmiUnsignedIntegerRangeNode::~WmiUnsignedIntegerRangeNode(void) __ptr64 -??1WmiUnsignedIntegerRangeNode@@UEAA@XZ -; public: virtual __cdecl WmiValueNode::~WmiValueNode(void) __ptr64 -??1WmiValueNode@@UEAA@XZ -; public: class CBString & __ptr64 __cdecl CBString::operator=(class CBString const & __ptr64) __ptr64 -??4CBString@@QEAAAEAV0@AEBV0@@Z -; public: class CBString const & __ptr64 __cdecl CBString::operator=(unsigned short * __ptr64) __ptr64 -??4CBString@@QEAAAEBV0@PEAG@Z -; public: class Conjunctions & __ptr64 __cdecl Conjunctions::operator=(class Conjunctions const & __ptr64) __ptr64 -??4Conjunctions@@QEAAAEAV0@AEBV0@@Z -; public: class Disjunctions & __ptr64 __cdecl Disjunctions::operator=(class Disjunctions const & __ptr64) __ptr64 -??4Disjunctions@@QEAAAEAV0@AEBV0@@Z -; public: class PartitionSet & __ptr64 __cdecl PartitionSet::operator=(class PartitionSet const & __ptr64) __ptr64 -??4PartitionSet@@QEAAAEAV0@AEBV0@@Z -; public: class ProvAnalyser & __ptr64 __cdecl ProvAnalyser::operator=(class ProvAnalyser const & __ptr64) __ptr64 -??4ProvAnalyser@@QEAAAEAV0@AEBV0@@Z -; public: class ProvBitStringType & __ptr64 __cdecl ProvBitStringType::operator=(class ProvBitStringType const & __ptr64) __ptr64 -??4ProvBitStringType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvCounter64::operator=(class ProvCounter64 const & __ptr64) __ptr64 -??4ProvCounter64@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvCounter64Type & __ptr64 __cdecl ProvCounter64Type::operator=(class ProvCounter64Type const & __ptr64) __ptr64 -??4ProvCounter64Type@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvCounter::operator=(class ProvCounter const & __ptr64) __ptr64 -??4ProvCounter@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvCounterType & __ptr64 __cdecl ProvCounterType::operator=(class ProvCounterType const & __ptr64) __ptr64 -??4ProvCounterType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvDateTimeType & __ptr64 __cdecl ProvDateTimeType::operator=(class ProvDateTimeType const & __ptr64) __ptr64 -??4ProvDateTimeType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvDebugLog & __ptr64 __cdecl ProvDebugLog::operator=(class ProvDebugLog const & __ptr64) __ptr64 -??4ProvDebugLog@@QEAAAEAV0@AEBV0@@Z -; public: class ProvDisplayStringType & __ptr64 __cdecl ProvDisplayStringType::operator=(class ProvDisplayStringType const & __ptr64) __ptr64 -??4ProvDisplayStringType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvEnumeratedType & __ptr64 __cdecl ProvEnumeratedType::operator=(class ProvEnumeratedType const & __ptr64) __ptr64 -??4ProvEnumeratedType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvEventObject & __ptr64 __cdecl ProvEventObject::operator=(class ProvEventObject const & __ptr64) __ptr64 -??4ProvEventObject@@QEAAAEAV0@AEBV0@@Z -; public: class ProvFixedLengthDisplayStringType & __ptr64 __cdecl ProvFixedLengthDisplayStringType::operator=(class ProvFixedLengthDisplayStringType const & __ptr64) __ptr64 -??4ProvFixedLengthDisplayStringType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvFixedLengthOctetStringType & __ptr64 __cdecl ProvFixedLengthOctetStringType::operator=(class ProvFixedLengthOctetStringType const & __ptr64) __ptr64 -??4ProvFixedLengthOctetStringType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvFixedLengthOpaqueType & __ptr64 __cdecl ProvFixedLengthOpaqueType::operator=(class ProvFixedLengthOpaqueType const & __ptr64) __ptr64 -??4ProvFixedLengthOpaqueType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvFixedLengthPhysAddressType & __ptr64 __cdecl ProvFixedLengthPhysAddressType::operator=(class ProvFixedLengthPhysAddressType const & __ptr64) __ptr64 -??4ProvFixedLengthPhysAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvFixedType & __ptr64 __cdecl ProvFixedType::operator=(class ProvFixedType const & __ptr64) __ptr64 -??4ProvFixedType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvGauge::operator=(class ProvGauge const & __ptr64) __ptr64 -??4ProvGauge@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvGaugeType & __ptr64 __cdecl ProvGaugeType::operator=(class ProvGaugeType const & __ptr64) __ptr64 -??4ProvGaugeType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvIPXAddressType & __ptr64 __cdecl ProvIPXAddressType::operator=(class ProvIPXAddressType const & __ptr64) __ptr64 -??4ProvIPXAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvInstanceType & __ptr64 __cdecl ProvInstanceType::operator=(class ProvInstanceType const & __ptr64) __ptr64 -??4ProvInstanceType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvInteger::operator=(class ProvInteger const & __ptr64) __ptr64 -??4ProvInteger@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvIntegerType & __ptr64 __cdecl ProvIntegerType::operator=(class ProvIntegerType const & __ptr64) __ptr64 -??4ProvIntegerType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvIpAddress::operator=(class ProvIpAddress const & __ptr64) __ptr64 -??4ProvIpAddress@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvIpAddressType & __ptr64 __cdecl ProvIpAddressType::operator=(class ProvIpAddressType const & __ptr64) __ptr64 -??4ProvIpAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvLexicon & __ptr64 __cdecl ProvLexicon::operator=(class ProvLexicon const & __ptr64) __ptr64 -??4ProvLexicon@@QEAAAEAV0@AEBV0@@Z -; public: class ProvMacAddressType & __ptr64 __cdecl ProvMacAddressType::operator=(class ProvMacAddressType const & __ptr64) __ptr64 -??4ProvMacAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvNegativeRangeType & __ptr64 __cdecl ProvNegativeRangeType::operator=(class ProvNegativeRangeType const & __ptr64) __ptr64 -??4ProvNegativeRangeType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvNetworkAddressType & __ptr64 __cdecl ProvNetworkAddressType::operator=(class ProvNetworkAddressType const & __ptr64) __ptr64 -??4ProvNetworkAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvNull::operator=(class ProvNull const & __ptr64) __ptr64 -??4ProvNull@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvNullType & __ptr64 __cdecl ProvNullType::operator=(class ProvNullType const & __ptr64) __ptr64 -??4ProvNullType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvOSIAddressType & __ptr64 __cdecl ProvOSIAddressType::operator=(class ProvOSIAddressType const & __ptr64) __ptr64 -??4ProvOSIAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvObjectIdentifier::operator=(class ProvObjectIdentifier const & __ptr64) __ptr64 -??4ProvObjectIdentifier@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvObjectIdentifierType & __ptr64 __cdecl ProvObjectIdentifierType::operator=(class ProvObjectIdentifierType const & __ptr64) __ptr64 -??4ProvObjectIdentifierType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvOctetString::operator=(class ProvOctetString const & __ptr64) __ptr64 -??4ProvOctetString@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvOctetStringType & __ptr64 __cdecl ProvOctetStringType::operator=(class ProvOctetStringType const & __ptr64) __ptr64 -??4ProvOctetStringType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvOpaque::operator=(class ProvOpaque const & __ptr64) __ptr64 -??4ProvOpaque@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvOpaqueType & __ptr64 __cdecl ProvOpaqueType::operator=(class ProvOpaqueType const & __ptr64) __ptr64 -??4ProvOpaqueType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvPhysAddressType & __ptr64 __cdecl ProvPhysAddressType::operator=(class ProvPhysAddressType const & __ptr64) __ptr64 -??4ProvPhysAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvPositiveRangeType & __ptr64 __cdecl ProvPositiveRangeType::operator=(class ProvPositiveRangeType const & __ptr64) __ptr64 -??4ProvPositiveRangeType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvPositiveRangedType & __ptr64 __cdecl ProvPositiveRangedType::operator=(class ProvPositiveRangedType const & __ptr64) __ptr64 -??4ProvPositiveRangedType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvRowStatusType & __ptr64 __cdecl ProvRowStatusType::operator=(class ProvRowStatusType const & __ptr64) __ptr64 -??4ProvRowStatusType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvTimeTicks::operator=(class ProvTimeTicks const & __ptr64) __ptr64 -??4ProvTimeTicks@@QEAAAEAVProvValue@@AEBV0@@Z -; public: class ProvTimeTicksType & __ptr64 __cdecl ProvTimeTicksType::operator=(class ProvTimeTicksType const & __ptr64) __ptr64 -??4ProvTimeTicksType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvUDPAddressType & __ptr64 __cdecl ProvUDPAddressType::operator=(class ProvUDPAddressType const & __ptr64) __ptr64 -??4ProvUDPAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class ProvValue & __ptr64 __cdecl ProvUInteger32::operator=(class ProvUInteger32 const & __ptr64) __ptr64 -??4ProvUInteger32@@QEAAAEAVProvValue@@AEBV0@@Z -; private: class ProvValue & __ptr64 __cdecl ProvValue::operator=(class ProvValue const & __ptr64) __ptr64 -??4ProvValue@@AEAAAEAV0@AEBV0@@Z -; public: class QueryPreprocessor & __ptr64 __cdecl QueryPreprocessor::operator=(class QueryPreprocessor const & __ptr64) __ptr64 -??4QueryPreprocessor@@QEAAAEAV0@AEBV0@@Z -; public: class WmiAndNode & __ptr64 __cdecl WmiAndNode::operator=(class WmiAndNode const & __ptr64) __ptr64 -??4WmiAndNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiNotNode & __ptr64 __cdecl WmiNotNode::operator=(class WmiNotNode const & __ptr64) __ptr64 -??4WmiNotNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiNullNode & __ptr64 __cdecl WmiNullNode::operator=(class WmiNullNode const & __ptr64) __ptr64 -??4WmiNullNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiNullRangeNode & __ptr64 __cdecl WmiNullRangeNode::operator=(class WmiNullRangeNode const & __ptr64) __ptr64 -??4WmiNullRangeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorEqualNode & __ptr64 __cdecl WmiOperatorEqualNode::operator=(class WmiOperatorEqualNode const & __ptr64) __ptr64 -??4WmiOperatorEqualNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorEqualOrGreaterNode & __ptr64 __cdecl WmiOperatorEqualOrGreaterNode::operator=(class WmiOperatorEqualOrGreaterNode const & __ptr64) __ptr64 -??4WmiOperatorEqualOrGreaterNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorEqualOrLessNode & __ptr64 __cdecl WmiOperatorEqualOrLessNode::operator=(class WmiOperatorEqualOrLessNode const & __ptr64) __ptr64 -??4WmiOperatorEqualOrLessNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorGreaterNode & __ptr64 __cdecl WmiOperatorGreaterNode::operator=(class WmiOperatorGreaterNode const & __ptr64) __ptr64 -??4WmiOperatorGreaterNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorIsANode & __ptr64 __cdecl WmiOperatorIsANode::operator=(class WmiOperatorIsANode const & __ptr64) __ptr64 -??4WmiOperatorIsANode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorLessNode & __ptr64 __cdecl WmiOperatorLessNode::operator=(class WmiOperatorLessNode const & __ptr64) __ptr64 -??4WmiOperatorLessNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorLikeNode & __ptr64 __cdecl WmiOperatorLikeNode::operator=(class WmiOperatorLikeNode const & __ptr64) __ptr64 -??4WmiOperatorLikeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorNode & __ptr64 __cdecl WmiOperatorNode::operator=(class WmiOperatorNode const & __ptr64) __ptr64 -??4WmiOperatorNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorNotEqualNode & __ptr64 __cdecl WmiOperatorNotEqualNode::operator=(class WmiOperatorNotEqualNode const & __ptr64) __ptr64 -??4WmiOperatorNotEqualNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorNotIsANode & __ptr64 __cdecl WmiOperatorNotIsANode::operator=(class WmiOperatorNotIsANode const & __ptr64) __ptr64 -??4WmiOperatorNotIsANode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOperatorNotLikeNode & __ptr64 __cdecl WmiOperatorNotLikeNode::operator=(class WmiOperatorNotLikeNode const & __ptr64) __ptr64 -??4WmiOperatorNotLikeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiOrNode & __ptr64 __cdecl WmiOrNode::operator=(class WmiOrNode const & __ptr64) __ptr64 -??4WmiOrNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiRangeNode & __ptr64 __cdecl WmiRangeNode::operator=(class WmiRangeNode const & __ptr64) __ptr64 -??4WmiRangeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiSignedIntegerNode & __ptr64 __cdecl WmiSignedIntegerNode::operator=(class WmiSignedIntegerNode const & __ptr64) __ptr64 -??4WmiSignedIntegerNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiSignedIntegerRangeNode & __ptr64 __cdecl WmiSignedIntegerRangeNode::operator=(class WmiSignedIntegerRangeNode const & __ptr64) __ptr64 -??4WmiSignedIntegerRangeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiStringNode & __ptr64 __cdecl WmiStringNode::operator=(class WmiStringNode const & __ptr64) __ptr64 -??4WmiStringNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiStringRangeNode & __ptr64 __cdecl WmiStringRangeNode::operator=(class WmiStringRangeNode const & __ptr64) __ptr64 -??4WmiStringRangeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiTreeNode & __ptr64 __cdecl WmiTreeNode::operator=(class WmiTreeNode const & __ptr64) __ptr64 -??4WmiTreeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiTreeNodeIterator & __ptr64 __cdecl WmiTreeNodeIterator::operator=(class WmiTreeNodeIterator const & __ptr64) __ptr64 -??4WmiTreeNodeIterator@@QEAAAEAV0@AEBV0@@Z -; public: class WmiUnsignedIntegerNode & __ptr64 __cdecl WmiUnsignedIntegerNode::operator=(class WmiUnsignedIntegerNode const & __ptr64) __ptr64 -??4WmiUnsignedIntegerNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiUnsignedIntegerRangeNode & __ptr64 __cdecl WmiUnsignedIntegerRangeNode::operator=(class WmiUnsignedIntegerRangeNode const & __ptr64) __ptr64 -??4WmiUnsignedIntegerRangeNode@@QEAAAEAV0@AEBV0@@Z -; public: class WmiValueNode & __ptr64 __cdecl WmiValueNode::operator=(class WmiValueNode const & __ptr64) __ptr64 -??4WmiValueNode@@QEAAAEAV0@AEBV0@@Z -; public: int __cdecl ProvInstanceType::operator==(class ProvInstanceType const & __ptr64)const __ptr64 -??8ProvInstanceType@@QEBAHAEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator==(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??8ProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl ProvValue::operator==(class ProvValue const & __ptr64)const __ptr64 -??8ProvValue@@QEBAHAEBV0@@Z -; public: int __cdecl ProvInstanceType::operator!=(class ProvInstanceType const & __ptr64)const __ptr64 -??9ProvInstanceType@@QEBAHAEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator!=(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??9ProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl ProvValue::operator!=(class ProvValue const & __ptr64)const __ptr64 -??9ProvValue@@QEBAHAEBV0@@Z -; public: unsigned long & __ptr64 __cdecl ProvObjectIdentifier::operator[](unsigned long)const __ptr64 -??AProvObjectIdentifier@@QEBAAEAKK@Z -; public: virtual __cdecl ProvAnalyser::operator void * __ptr64(void) __ptr64 -??BProvAnalyser@@UEAAPEAXXZ -; public: virtual __cdecl ProvInstanceType::operator void * __ptr64(void) __ptr64 -??BProvInstanceType@@UEAAPEAXXZ -; public: virtual __cdecl ProvPositiveRangedType::operator void * __ptr64(void) __ptr64 -??BProvPositiveRangedType@@UEAAPEAXXZ -; public: class ProvObjectIdentifier __cdecl ProvObjectIdentifier::operator+(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??HProvObjectIdentifier@@QEBA?AV0@AEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator<(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??MProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator<=(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??NProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator>(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??OProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl ProvObjectIdentifier::operator>=(class ProvObjectIdentifier const & __ptr64)const __ptr64 -??PProvObjectIdentifier@@QEBAHAEBV0@@Z -; public: void * __ptr64 __cdecl ProvIpAddress::operator()(void)const __ptr64 -??RProvIpAddress@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl ProvObjectIdentifier::operator()(void)const __ptr64 -??RProvObjectIdentifier@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl ProvOctetString::operator()(void)const __ptr64 -??RProvOctetString@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl ProvOpaque::operator()(void)const __ptr64 -??RProvOpaque@@QEBAPEAXXZ -; const PartitionSet::`vftable' -??_7PartitionSet@@6B@ -; const ProvAnalyser::`vftable' -??_7ProvAnalyser@@6B@ -; const ProvBitStringType::`vftable'{for `ProvInstanceType'} -??_7ProvBitStringType@@6BProvInstanceType@@@ -; const ProvBitStringType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvBitStringType@@6BProvPositiveRangedType@@@ -; const ProvCounter64::`vftable' -??_7ProvCounter64@@6B@ -; const ProvCounter64Type::`vftable' -??_7ProvCounter64Type@@6B@ -; const ProvCounter::`vftable' -??_7ProvCounter@@6B@ -; const ProvCounterType::`vftable' -??_7ProvCounterType@@6B@ -; const ProvDateTimeType::`vftable'{for `ProvInstanceType'} -??_7ProvDateTimeType@@6BProvInstanceType@@@ -; const ProvDateTimeType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvDateTimeType@@6BProvPositiveRangedType@@@ -; const ProvDisplayStringType::`vftable'{for `ProvInstanceType'} -??_7ProvDisplayStringType@@6BProvInstanceType@@@ -; const ProvDisplayStringType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvDisplayStringType@@6BProvPositiveRangedType@@@ -; const ProvEnumeratedType::`vftable'{for `ProvInstanceType'} -??_7ProvEnumeratedType@@6BProvInstanceType@@@ -; const ProvEnumeratedType::`vftable'{for `ProvNegativeRangedType'} -??_7ProvEnumeratedType@@6BProvNegativeRangedType@@@ -; const ProvEventObject::`vftable' -??_7ProvEventObject@@6B@ -; const ProvFixedLengthDisplayStringType::`vftable' -??_7ProvFixedLengthDisplayStringType@@6B@ -; const ProvFixedLengthDisplayStringType::`vftable'{for `ProvInstanceType'} -??_7ProvFixedLengthDisplayStringType@@6BProvInstanceType@@@ -; const ProvFixedLengthDisplayStringType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvFixedLengthDisplayStringType@@6BProvPositiveRangedType@@@ -; const ProvFixedLengthOctetStringType::`vftable' -??_7ProvFixedLengthOctetStringType@@6B@ -; const ProvFixedLengthOctetStringType::`vftable'{for `ProvInstanceType'} -??_7ProvFixedLengthOctetStringType@@6BProvInstanceType@@@ -; const ProvFixedLengthOctetStringType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvFixedLengthOctetStringType@@6BProvPositiveRangedType@@@ -; const ProvFixedLengthOpaqueType::`vftable' -??_7ProvFixedLengthOpaqueType@@6B@ -; const ProvFixedLengthOpaqueType::`vftable'{for `ProvInstanceType'} -??_7ProvFixedLengthOpaqueType@@6BProvInstanceType@@@ -; const ProvFixedLengthOpaqueType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvFixedLengthOpaqueType@@6BProvPositiveRangedType@@@ -; const ProvFixedLengthPhysAddressType::`vftable' -??_7ProvFixedLengthPhysAddressType@@6B@ -; const ProvFixedLengthPhysAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvFixedLengthPhysAddressType@@6BProvInstanceType@@@ -; const ProvFixedLengthPhysAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvFixedLengthPhysAddressType@@6BProvPositiveRangedType@@@ -; const ProvFixedType::`vftable' -??_7ProvFixedType@@6B@ -; const ProvGauge::`vftable' -??_7ProvGauge@@6B@ -; const ProvGaugeType::`vftable'{for `ProvInstanceType'} -??_7ProvGaugeType@@6BProvInstanceType@@@ -; const ProvGaugeType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvGaugeType@@6BProvPositiveRangedType@@@ -; const ProvIPXAddressType::`vftable' -??_7ProvIPXAddressType@@6B@ -; const ProvIPXAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvIPXAddressType@@6BProvInstanceType@@@ -; const ProvIPXAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvIPXAddressType@@6BProvPositiveRangedType@@@ -; const ProvInstanceType::`vftable' -??_7ProvInstanceType@@6B@ -; const ProvInteger::`vftable' -??_7ProvInteger@@6B@ -; const ProvIntegerType::`vftable'{for `ProvInstanceType'} -??_7ProvIntegerType@@6BProvInstanceType@@@ -; const ProvIntegerType::`vftable'{for `ProvNegativeRangedType'} -??_7ProvIntegerType@@6BProvNegativeRangedType@@@ -; const ProvIpAddress::`vftable' -??_7ProvIpAddress@@6B@ -; const ProvIpAddressType::`vftable' -??_7ProvIpAddressType@@6B@ -; const ProvMacAddressType::`vftable' -??_7ProvMacAddressType@@6B@ -; const ProvMacAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvMacAddressType@@6BProvInstanceType@@@ -; const ProvMacAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvMacAddressType@@6BProvPositiveRangedType@@@ -; const ProvNegativeRangeType::`vftable' -??_7ProvNegativeRangeType@@6B@ -; const ProvNetworkAddressType::`vftable' -??_7ProvNetworkAddressType@@6B@ -; const ProvNull::`vftable' -??_7ProvNull@@6B@ -; const ProvNullType::`vftable' -??_7ProvNullType@@6B@ -; const ProvOSIAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvOSIAddressType@@6BProvInstanceType@@@ -; const ProvOSIAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvOSIAddressType@@6BProvPositiveRangedType@@@ -; const ProvObjectIdentifier::`vftable' -??_7ProvObjectIdentifier@@6B@ -; const ProvObjectIdentifierType::`vftable' -??_7ProvObjectIdentifierType@@6B@ -; const ProvOctetString::`vftable' -??_7ProvOctetString@@6B@ -; const ProvOctetStringType::`vftable'{for `ProvInstanceType'} -??_7ProvOctetStringType@@6BProvInstanceType@@@ -; const ProvOctetStringType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvOctetStringType@@6BProvPositiveRangedType@@@ -; const ProvOpaque::`vftable' -??_7ProvOpaque@@6B@ -; const ProvOpaqueType::`vftable'{for `ProvInstanceType'} -??_7ProvOpaqueType@@6BProvInstanceType@@@ -; const ProvOpaqueType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvOpaqueType@@6BProvPositiveRangedType@@@ -; const ProvPhysAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvPhysAddressType@@6BProvInstanceType@@@ -; const ProvPhysAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvPhysAddressType@@6BProvPositiveRangedType@@@ -; const ProvPositiveRangeType::`vftable' -??_7ProvPositiveRangeType@@6B@ -; const ProvPositiveRangedType::`vftable' -??_7ProvPositiveRangedType@@6B@ -; const ProvRowStatusType::`vftable'{for `ProvInstanceType'} -??_7ProvRowStatusType@@6BProvInstanceType@@@ -; const ProvRowStatusType::`vftable'{for `ProvNegativeRangedType'} -??_7ProvRowStatusType@@6BProvNegativeRangedType@@@ -; const ProvTimeTicks::`vftable' -??_7ProvTimeTicks@@6B@ -; const ProvTimeTicksType::`vftable' -??_7ProvTimeTicksType@@6B@ -; const ProvUDPAddressType::`vftable' -??_7ProvUDPAddressType@@6B@ -; const ProvUDPAddressType::`vftable'{for `ProvInstanceType'} -??_7ProvUDPAddressType@@6BProvInstanceType@@@ -; const ProvUDPAddressType::`vftable'{for `ProvPositiveRangedType'} -??_7ProvUDPAddressType@@6BProvPositiveRangedType@@@ -; const ProvUInteger32::`vftable' -??_7ProvUInteger32@@6B@ -; const ProvValue::`vftable' -??_7ProvValue@@6B@ -; const QueryPreprocessor::`vftable' -??_7QueryPreprocessor@@6B@ -; const WmiAndNode::`vftable' -??_7WmiAndNode@@6B@ -; const WmiNotNode::`vftable' -??_7WmiNotNode@@6B@ -; const WmiNullNode::`vftable' -??_7WmiNullNode@@6B@ -; const WmiNullRangeNode::`vftable' -??_7WmiNullRangeNode@@6B@ -; const WmiOperatorEqualNode::`vftable' -??_7WmiOperatorEqualNode@@6B@ -; const WmiOperatorEqualOrGreaterNode::`vftable' -??_7WmiOperatorEqualOrGreaterNode@@6B@ -; const WmiOperatorEqualOrLessNode::`vftable' -??_7WmiOperatorEqualOrLessNode@@6B@ -; const WmiOperatorGreaterNode::`vftable' -??_7WmiOperatorGreaterNode@@6B@ -; const WmiOperatorIsANode::`vftable' -??_7WmiOperatorIsANode@@6B@ -; const WmiOperatorLessNode::`vftable' -??_7WmiOperatorLessNode@@6B@ -; const WmiOperatorLikeNode::`vftable' -??_7WmiOperatorLikeNode@@6B@ -; const WmiOperatorNode::`vftable' -??_7WmiOperatorNode@@6B@ -; const WmiOperatorNotEqualNode::`vftable' -??_7WmiOperatorNotEqualNode@@6B@ -; const WmiOperatorNotIsANode::`vftable' -??_7WmiOperatorNotIsANode@@6B@ -; const WmiOperatorNotLikeNode::`vftable' -??_7WmiOperatorNotLikeNode@@6B@ -; const WmiOrNode::`vftable' -??_7WmiOrNode@@6B@ -; const WmiRangeNode::`vftable' -??_7WmiRangeNode@@6B@ -; const WmiSignedIntegerNode::`vftable' -??_7WmiSignedIntegerNode@@6B@ -; const WmiSignedIntegerRangeNode::`vftable' -??_7WmiSignedIntegerRangeNode@@6B@ -; const WmiStringNode::`vftable' -??_7WmiStringNode@@6B@ -; const WmiStringRangeNode::`vftable' -??_7WmiStringRangeNode@@6B@ -; const WmiTreeNode::`vftable' -??_7WmiTreeNode@@6B@ -; const WmiTreeNodeIterator::`vftable' -??_7WmiTreeNodeIterator@@6B@ -; const WmiUnsignedIntegerNode::`vftable' -??_7WmiUnsignedIntegerNode@@6B@ -; const WmiUnsignedIntegerRangeNode::`vftable' -??_7WmiUnsignedIntegerRangeNode@@6B@ -; const WmiValueNode::`vftable' -??_7WmiValueNode@@6B@ -; public: void __cdecl ProvAnalyser::`default constructor closure'(void) __ptr64 -??_FProvAnalyser@@QEAAXXZ -; public: void __cdecl ProvDisplayStringType::`default constructor closure'(void) __ptr64 -??_FProvDisplayStringType@@QEAAXXZ -; public: void __cdecl ProvEventObject::`default constructor closure'(void) __ptr64 -??_FProvEventObject@@QEAAXXZ -; public: void __cdecl ProvGaugeType::`default constructor closure'(void) __ptr64 -??_FProvGaugeType@@QEAAXXZ -; public: void __cdecl ProvInstanceType::`default constructor closure'(void) __ptr64 -??_FProvInstanceType@@QEAAXXZ -; public: void __cdecl ProvIntegerType::`default constructor closure'(void) __ptr64 -??_FProvIntegerType@@QEAAXXZ -; public: void __cdecl ProvOctetStringType::`default constructor closure'(void) __ptr64 -??_FProvOctetStringType@@QEAAXXZ -; public: void __cdecl ProvOpaqueType::`default constructor closure'(void) __ptr64 -??_FProvOpaqueType@@QEAAXXZ -; public: void __cdecl ProvPhysAddressType::`default constructor closure'(void) __ptr64 -??_FProvPhysAddressType@@QEAAXXZ -; public: void __cdecl ProvPositiveRangedType::`default constructor closure'(void) __ptr64 -??_FProvPositiveRangedType@@QEAAXXZ -; public: void __cdecl WmiAndNode::`default constructor closure'(void) __ptr64 -??_FWmiAndNode@@QEAAXXZ -; public: void __cdecl WmiNotNode::`default constructor closure'(void) __ptr64 -??_FWmiNotNode@@QEAAXXZ -; public: void __cdecl WmiOperatorEqualNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorEqualNode@@QEAAXXZ -; public: void __cdecl WmiOperatorEqualOrGreaterNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorEqualOrGreaterNode@@QEAAXXZ -; public: void __cdecl WmiOperatorEqualOrLessNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorEqualOrLessNode@@QEAAXXZ -; public: void __cdecl WmiOperatorGreaterNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorGreaterNode@@QEAAXXZ -; public: void __cdecl WmiOperatorIsANode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorIsANode@@QEAAXXZ -; public: void __cdecl WmiOperatorLessNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorLessNode@@QEAAXXZ -; public: void __cdecl WmiOperatorLikeNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorLikeNode@@QEAAXXZ -; public: void __cdecl WmiOperatorNotEqualNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorNotEqualNode@@QEAAXXZ -; public: void __cdecl WmiOperatorNotIsANode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorNotIsANode@@QEAAXXZ -; public: void __cdecl WmiOperatorNotLikeNode::`default constructor closure'(void) __ptr64 -??_FWmiOperatorNotLikeNode@@QEAAXXZ -; public: void __cdecl WmiOrNode::`default constructor closure'(void) __ptr64 -??_FWmiOrNode@@QEAAXXZ -; public: void __cdecl WmiTreeNode::`default constructor closure'(void) __ptr64 -??_FWmiTreeNode@@QEAAXXZ -; protected: virtual class WmiRangeNode * __ptr64 __cdecl QueryPreprocessor::AllocInfiniteRangeNode(void * __ptr64,unsigned short * __ptr64) __ptr64 -?AllocInfiniteRangeNode@QueryPreprocessor@@MEAAPEAVWmiRangeNode@@PEAXPEAG@Z -; protected: virtual class WmiTreeNode * __ptr64 __cdecl QueryPreprocessor::AllocTypeNode(void * __ptr64,unsigned short * __ptr64,struct tagVARIANT & __ptr64,enum WmiValueNode::WmiValueFunction,enum WmiValueNode::WmiValueFunction,class WmiTreeNode * __ptr64) __ptr64 -?AllocTypeNode@QueryPreprocessor@@MEAAPEAVWmiTreeNode@@PEAXPEAGAEAUtagVARIANT@@W4WmiValueFunction@WmiValueNode@@3PEAV2@@Z -; protected: virtual int __cdecl ProvAnalyser::Analyse(class ProvLexicon * __ptr64,unsigned long & __ptr64,unsigned short,unsigned short const * __ptr64,unsigned long & __ptr64,int,int,int) __ptr64 -?Analyse@ProvAnalyser@@MEAAHPEAVProvLexicon@@AEAKGPEBG1HHH@Z -; private: int __cdecl ProvBitStringType::BitStringDef(void) __ptr64 -?BitStringDef@ProvBitStringType@@AEAAHXZ -; public: int __cdecl ProvPositiveRangedType::Check(unsigned long const & __ptr64) __ptr64 -?Check@ProvPositiveRangedType@@QEAAHAEBK@Z -; public: void __cdecl ProvEventObject::Clear(void) __ptr64 -?Clear@ProvEventObject@@QEAAXXZ -; public: int __cdecl WmiRangeNode::ClosedLowerBound(void) __ptr64 -?ClosedLowerBound@WmiRangeNode@@QEAAHXZ -; public: int __cdecl WmiRangeNode::ClosedUpperBound(void) __ptr64 -?ClosedUpperBound@WmiRangeNode@@QEAAHXZ -; public: static void __cdecl ProvDebugLog::Closedown(void) -?Closedown@ProvDebugLog@@SAXXZ -; protected: enum ProvObjectIdentifier::Comparison __cdecl ProvObjectIdentifier::Compare(class ProvObjectIdentifier const & __ptr64,class ProvObjectIdentifier const & __ptr64)const __ptr64 -?Compare@ProvObjectIdentifier@@IEBA?AW4Comparison@1@AEBV1@0@Z -; public: long __cdecl WmiRangeNode::ComparePropertyName(class WmiRangeNode & __ptr64) __ptr64 -?ComparePropertyName@WmiRangeNode@@QEAAJAEAV1@@Z -; public: long __cdecl WmiValueNode::ComparePropertyName(class WmiValueNode & __ptr64) __ptr64 -?ComparePropertyName@WmiValueNode@@QEAAJAEAV1@@Z -; public: virtual void __cdecl ProvEventObject::Complete(void) __ptr64 -?Complete@ProvEventObject@@UEAAXXZ -; protected: enum WmiTriState __cdecl QueryPreprocessor::ConvertToRanges(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?ConvertToRanges@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvBitStringType::Copy(void)const __ptr64 -?Copy@ProvBitStringType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvCounter64::Copy(void)const __ptr64 -?Copy@ProvCounter64@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvCounter64Type::Copy(void)const __ptr64 -?Copy@ProvCounter64Type@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvCounter::Copy(void)const __ptr64 -?Copy@ProvCounter@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvCounterType::Copy(void)const __ptr64 -?Copy@ProvCounterType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvDateTimeType::Copy(void)const __ptr64 -?Copy@ProvDateTimeType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvDisplayStringType::Copy(void)const __ptr64 -?Copy@ProvDisplayStringType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvEnumeratedType::Copy(void)const __ptr64 -?Copy@ProvEnumeratedType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvFixedLengthDisplayStringType::Copy(void)const __ptr64 -?Copy@ProvFixedLengthDisplayStringType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvFixedLengthOctetStringType::Copy(void)const __ptr64 -?Copy@ProvFixedLengthOctetStringType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvFixedLengthOpaqueType::Copy(void)const __ptr64 -?Copy@ProvFixedLengthOpaqueType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvFixedLengthPhysAddressType::Copy(void)const __ptr64 -?Copy@ProvFixedLengthPhysAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvGauge::Copy(void)const __ptr64 -?Copy@ProvGauge@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvGaugeType::Copy(void)const __ptr64 -?Copy@ProvGaugeType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvIPXAddressType::Copy(void)const __ptr64 -?Copy@ProvIPXAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvInteger::Copy(void)const __ptr64 -?Copy@ProvInteger@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvIntegerType::Copy(void)const __ptr64 -?Copy@ProvIntegerType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvIpAddress::Copy(void)const __ptr64 -?Copy@ProvIpAddress@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvIpAddressType::Copy(void)const __ptr64 -?Copy@ProvIpAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvMacAddressType::Copy(void)const __ptr64 -?Copy@ProvMacAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvNegativeRangeType * __ptr64 __cdecl ProvNegativeRangeType::Copy(void) __ptr64 -?Copy@ProvNegativeRangeType@@UEAAPEAV1@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvNetworkAddressType::Copy(void)const __ptr64 -?Copy@ProvNetworkAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvNull::Copy(void)const __ptr64 -?Copy@ProvNull@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvNullType::Copy(void)const __ptr64 -?Copy@ProvNullType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvOSIAddressType::Copy(void)const __ptr64 -?Copy@ProvOSIAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvObjectIdentifier::Copy(void)const __ptr64 -?Copy@ProvObjectIdentifier@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvObjectIdentifierType::Copy(void)const __ptr64 -?Copy@ProvObjectIdentifierType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvOctetString::Copy(void)const __ptr64 -?Copy@ProvOctetString@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvOctetStringType::Copy(void)const __ptr64 -?Copy@ProvOctetStringType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvOpaque::Copy(void)const __ptr64 -?Copy@ProvOpaque@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvOpaqueType::Copy(void)const __ptr64 -?Copy@ProvOpaqueType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvPhysAddressType::Copy(void)const __ptr64 -?Copy@ProvPhysAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvPositiveRangeType * __ptr64 __cdecl ProvPositiveRangeType::Copy(void) __ptr64 -?Copy@ProvPositiveRangeType@@UEAAPEAV1@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvRowStatusType::Copy(void)const __ptr64 -?Copy@ProvRowStatusType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvTimeTicks::Copy(void)const __ptr64 -?Copy@ProvTimeTicks@@UEBAPEAVProvValue@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvTimeTicksType::Copy(void)const __ptr64 -?Copy@ProvTimeTicksType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvInstanceType * __ptr64 __cdecl ProvUDPAddressType::Copy(void)const __ptr64 -?Copy@ProvUDPAddressType@@UEBAPEAVProvInstanceType@@XZ -; public: virtual class ProvValue * __ptr64 __cdecl ProvUInteger32::Copy(void)const __ptr64 -?Copy@ProvUInteger32@@UEBAPEAVProvValue@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiAndNode::Copy(void) __ptr64 -?Copy@WmiAndNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiNotNode::Copy(void) __ptr64 -?Copy@WmiNotNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiNullNode::Copy(void) __ptr64 -?Copy@WmiNullNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiNullRangeNode::Copy(void) __ptr64 -?Copy@WmiNullRangeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorEqualNode::Copy(void) __ptr64 -?Copy@WmiOperatorEqualNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorEqualOrGreaterNode::Copy(void) __ptr64 -?Copy@WmiOperatorEqualOrGreaterNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorEqualOrLessNode::Copy(void) __ptr64 -?Copy@WmiOperatorEqualOrLessNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorGreaterNode::Copy(void) __ptr64 -?Copy@WmiOperatorGreaterNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorIsANode::Copy(void) __ptr64 -?Copy@WmiOperatorIsANode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorLessNode::Copy(void) __ptr64 -?Copy@WmiOperatorLessNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorLikeNode::Copy(void) __ptr64 -?Copy@WmiOperatorLikeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorNotEqualNode::Copy(void) __ptr64 -?Copy@WmiOperatorNotEqualNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorNotIsANode::Copy(void) __ptr64 -?Copy@WmiOperatorNotIsANode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOperatorNotLikeNode::Copy(void) __ptr64 -?Copy@WmiOperatorNotLikeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiOrNode::Copy(void) __ptr64 -?Copy@WmiOrNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiSignedIntegerNode::Copy(void) __ptr64 -?Copy@WmiSignedIntegerNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiSignedIntegerRangeNode::Copy(void) __ptr64 -?Copy@WmiSignedIntegerRangeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiStringNode::Copy(void) __ptr64 -?Copy@WmiStringNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiStringRangeNode::Copy(void) __ptr64 -?Copy@WmiStringRangeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::Copy(void) __ptr64 -?Copy@WmiTreeNode@@UEAAPEAV1@XZ -; public: virtual class WmiTreeNodeIterator * __ptr64 __cdecl WmiTreeNodeIterator::Copy(void) __ptr64 -?Copy@WmiTreeNodeIterator@@UEAAPEAV1@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiUnsignedIntegerNode::Copy(void) __ptr64 -?Copy@WmiUnsignedIntegerNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiUnsignedIntegerRangeNode::Copy(void) __ptr64 -?Copy@WmiUnsignedIntegerRangeNode@@UEAAPEAVWmiTreeNode@@XZ -; public: virtual class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::CopyNode(void) __ptr64 -?CopyNode@WmiTreeNode@@UEAAPEAV1@XZ -; protected: void __cdecl QueryPreprocessor::CountDisjunctions(class WmiTreeNode * __ptr64,unsigned long & __ptr64) __ptr64 -?CountDisjunctions@QueryPreprocessor@@IEAAXPEAVWmiTreeNode@@AEAK@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::CreateDisjunctionContainer(void * __ptr64,class WmiTreeNode * __ptr64,unsigned long,unsigned short * __ptr64 * __ptr64,class Disjunctions * __ptr64 & __ptr64) __ptr64 -?CreateDisjunctionContainer@QueryPreprocessor@@IEAA?AW4WmiTriState@@PEAXPEAVWmiTreeNode@@KPEAPEAGAEAPEAVDisjunctions@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::CreateDisjunctions(void * __ptr64,class WmiTreeNode * __ptr64,class Disjunctions * __ptr64,unsigned long,unsigned short * __ptr64 * __ptr64,unsigned long & __ptr64) __ptr64 -?CreateDisjunctions@QueryPreprocessor@@IEAA?AW4WmiTriState@@PEAXPEAVWmiTreeNode@@PEAVDisjunctions@@KPEAPEAGAEAK@Z -; protected: virtual class ProvLexicon * __ptr64 __cdecl ProvAnalyser::CreateLexicon(void) __ptr64 -?CreateLexicon@ProvAnalyser@@MEAAPEAVProvLexicon@@XZ -; protected: enum WmiTriState __cdecl QueryPreprocessor::CreatePartitionSet(class Disjunctions * __ptr64,class PartitionSet * __ptr64 & __ptr64) __ptr64 -?CreatePartitionSet@QueryPreprocessor@@IEAA?AW4WmiTriState@@PEAVDisjunctions@@AEAPEAVPartitionSet@@@Z -; public: class ProvObjectIdentifier * __ptr64 __cdecl ProvObjectIdentifier::Cut(class ProvObjectIdentifier & __ptr64)const __ptr64 -?Cut@ProvObjectIdentifier@@QEBAPEAV1@AEAV1@@Z -; private: int __cdecl ProvDateTimeType::DateTimeDef(void) __ptr64 -?DateTimeDef@ProvDateTimeType@@AEAAHXZ -; unsigned short * __ptr64 __cdecl DbcsToUnicodeString(char const * __ptr64) -?DbcsToUnicodeString@@YAPEAGPEBD@Z -; public: static unsigned long __cdecl ProvAnalyser::DecCharToDecInteger(char) -?DecCharToDecInteger@ProvAnalyser@@SAKD@Z -; public: static char __cdecl ProvAnalyser::DecIntegerToDecChar(unsigned char) -?DecIntegerToDecChar@ProvAnalyser@@SADE@Z -; public: static unsigned short __cdecl ProvAnalyser::DecIntegerToDecWChar(unsigned char) -?DecIntegerToDecWChar@ProvAnalyser@@SAGE@Z -; public: static char __cdecl ProvAnalyser::DecIntegerToHexChar(unsigned char) -?DecIntegerToHexChar@ProvAnalyser@@SADE@Z -; public: static unsigned short __cdecl ProvAnalyser::DecIntegerToHexWChar(unsigned char) -?DecIntegerToHexWChar@ProvAnalyser@@SAGE@Z -; public: static char __cdecl ProvAnalyser::DecIntegerToOctChar(unsigned char) -?DecIntegerToOctChar@ProvAnalyser@@SADE@Z -; public: static unsigned short __cdecl ProvAnalyser::DecIntegerToOctWChar(unsigned char) -?DecIntegerToOctWChar@ProvAnalyser@@SAGE@Z -; public: static unsigned long __cdecl ProvAnalyser::DecWCharToDecInteger(unsigned short) -?DecWCharToDecInteger@ProvAnalyser@@SAKG@Z -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::DisjunctiveNormalForm(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?DisjunctiveNormalForm@QueryPreprocessor@@IEAA?AW4QuadState@1@AEAPEAVWmiTreeNode@@@Z -; private: void __cdecl ProvDateTimeType::Encode(unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64) __ptr64 -?Encode@ProvDateTimeType@@AEAAXAEBK0000000000@Z -; private: int __cdecl ProvEnumeratedType::EnumerationDef(void) __ptr64 -?EnumerationDef@ProvEnumeratedType@@AEAAHXZ -; protected: virtual int __cdecl ProvCounter64::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvCounter64@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvCounter64::Equivalent(class ProvCounter64 const & __ptr64)const __ptr64 -?Equivalent@ProvCounter64@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvCounter64Type::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvCounter64Type@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvCounter::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvCounter@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvCounter::Equivalent(class ProvCounter const & __ptr64)const __ptr64 -?Equivalent@ProvCounter@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvCounterType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvCounterType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvGauge::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvGauge@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvGauge::Equivalent(class ProvGauge const & __ptr64)const __ptr64 -?Equivalent@ProvGauge@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvGaugeType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvGaugeType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvInteger::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvInteger@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvInteger::Equivalent(class ProvInteger const & __ptr64)const __ptr64 -?Equivalent@ProvInteger@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvIntegerType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvIntegerType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvIpAddress::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvIpAddress@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvIpAddress::Equivalent(class ProvIpAddress const & __ptr64)const __ptr64 -?Equivalent@ProvIpAddress@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvIpAddressType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvIpAddressType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvNetworkAddressType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvNetworkAddressType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvNull::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvNull@@MEBAHAEBVProvValue@@@Z -; protected: virtual int __cdecl ProvNullType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvNullType@@MEBAHAEBVProvInstanceType@@@Z -; protected: int __cdecl ProvObjectIdentifier::Equivalent(class ProvObjectIdentifier const & __ptr64)const __ptr64 -?Equivalent@ProvObjectIdentifier@@IEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvObjectIdentifier::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvObjectIdentifier@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvObjectIdentifier::Equivalent(class ProvObjectIdentifier const & __ptr64,unsigned long)const __ptr64 -?Equivalent@ProvObjectIdentifier@@QEBAHAEBV1@K@Z -; protected: virtual int __cdecl ProvObjectIdentifierType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvObjectIdentifierType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvOctetString::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvOctetString@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvOctetString::Equivalent(class ProvOctetString const & __ptr64)const __ptr64 -?Equivalent@ProvOctetString@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvOctetStringType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvOctetStringType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvOpaque::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvOpaque@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvOpaque::Equivalent(class ProvOpaque const & __ptr64)const __ptr64 -?Equivalent@ProvOpaque@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvOpaqueType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvOpaqueType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvTimeTicks::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvTimeTicks@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvTimeTicks::Equivalent(class ProvTimeTicks const & __ptr64)const __ptr64 -?Equivalent@ProvTimeTicks@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl ProvTimeTicksType::Equivalent(class ProvInstanceType const & __ptr64)const __ptr64 -?Equivalent@ProvTimeTicksType@@MEBAHAEBVProvInstanceType@@@Z -; protected: virtual int __cdecl ProvUInteger32::Equivalent(class ProvValue const & __ptr64)const __ptr64 -?Equivalent@ProvUInteger32@@MEBAHAEBVProvValue@@@Z -; public: int __cdecl ProvUInteger32::Equivalent(class ProvUInteger32 const & __ptr64)const __ptr64 -?Equivalent@ProvUInteger32@@QEBAHAEBV1@@Z -; protected: int __cdecl QueryPreprocessor::Evaluate(void * __ptr64,struct SQL_LEVEL_1_RPN_EXPRESSION & __ptr64,class WmiTreeNode * __ptr64 * __ptr64) __ptr64 -?Evaluate@QueryPreprocessor@@IEAAHPEAXAEAUSQL_LEVEL_1_RPN_EXPRESSION@@PEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::EvaluateAndExpression(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?EvaluateAndExpression@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::EvaluateNotEqualExpression(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?EvaluateNotEqualExpression@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::EvaluateNotExpression(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?EvaluateNotExpression@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::EvaluateOrExpression(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?EvaluateOrExpression@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; public: class ProvLexicon * __ptr64 __cdecl ProvAnalyser::Get(int,int,int) __ptr64 -?Get@ProvAnalyser@@QEAAPEAVProvLexicon@@HHH@Z -; private: class ProvLexicon * __ptr64 __cdecl ProvBitStringType::Get(void) __ptr64 -?Get@ProvBitStringType@@AEAAPEAVProvLexicon@@XZ -; private: class ProvLexicon * __ptr64 __cdecl ProvDateTimeType::Get(void) __ptr64 -?Get@ProvDateTimeType@@AEAAPEAVProvLexicon@@XZ -; private: class ProvLexicon * __ptr64 __cdecl ProvEnumeratedType::Get(void) __ptr64 -?Get@ProvEnumeratedType@@AEAAPEAVProvLexicon@@XZ -; protected: class ProvLexicon * __ptr64 __cdecl ProvPositiveRangedType::Get(void) __ptr64 -?Get@ProvPositiveRangedType@@IEAAPEAVProvLexicon@@XZ -; public: char * __ptr64 __cdecl ProvObjectIdentifier::GetAllocatedString(void)const __ptr64 -?GetAllocatedString@ProvObjectIdentifier@@QEBAPEADXZ -; public: unsigned long __cdecl Disjunctions::GetConjunctionCount(void) __ptr64 -?GetConjunctionCount@Disjunctions@@QEAAKXZ -; public: enum WmiValueNode::WmiValueFunction __cdecl WmiValueNode::GetConstantFunction(void) __ptr64 -?GetConstantFunction@WmiValueNode@@QEAA?AW4WmiValueFunction@1@XZ -; public: void * __ptr64 __cdecl WmiTreeNode::GetData(void) __ptr64 -?GetData@WmiTreeNode@@QEAAPEAXXZ -; public: void __cdecl WmiTreeNode::GetData(void * __ptr64 * __ptr64) __ptr64 -?GetData@WmiTreeNode@@QEAAXPEAPEAX@Z -; public: class Conjunctions * __ptr64 __cdecl Disjunctions::GetDisjunction(unsigned long) __ptr64 -?GetDisjunction@Disjunctions@@QEAAPEAVConjunctions@@K@Z -; public: unsigned long __cdecl Disjunctions::GetDisjunctionCount(void) __ptr64 -?GetDisjunctionCount@Disjunctions@@QEAAKXZ -; public: void * __ptr64 __cdecl ProvEventObject::GetHandle(void) __ptr64 -?GetHandle@ProvEventObject@@QEAAPEAXXZ -; public: unsigned long __cdecl ProvCounter64::GetHighValue(void)const __ptr64 -?GetHighValue@ProvCounter64@@QEBAKXZ -; public: unsigned long __cdecl WmiRangeNode::GetIndex(void) __ptr64 -?GetIndex@WmiRangeNode@@QEAAKXZ -; public: unsigned long __cdecl WmiValueNode::GetIndex(void) __ptr64 -?GetIndex@WmiValueNode@@QEAAKXZ -; public: enum WmiTriState __cdecl WmiSignedIntegerRangeNode::GetIntersectingRange(class WmiSignedIntegerRangeNode & __ptr64,class WmiSignedIntegerRangeNode * __ptr64 & __ptr64) __ptr64 -?GetIntersectingRange@WmiSignedIntegerRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: enum WmiTriState __cdecl WmiStringRangeNode::GetIntersectingRange(class WmiStringRangeNode & __ptr64,class WmiStringRangeNode * __ptr64 & __ptr64) __ptr64 -?GetIntersectingRange@WmiStringRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: enum WmiTriState __cdecl WmiUnsignedIntegerRangeNode::GetIntersectingRange(class WmiUnsignedIntegerRangeNode & __ptr64,class WmiUnsignedIntegerRangeNode * __ptr64 & __ptr64) __ptr64 -?GetIntersectingRange@WmiUnsignedIntegerRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNodeIterator::GetIterator(void) __ptr64 -?GetIterator@WmiTreeNodeIterator@@QEAAPEAVWmiTreeNode@@XZ -; public: unsigned long __cdecl PartitionSet::GetKeyIndex(void) __ptr64 -?GetKeyIndex@PartitionSet@@QEAAKXZ -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::GetLeft(void) __ptr64 -?GetLeft@WmiTreeNode@@QEAAPEAV1@XZ -; public: void __cdecl WmiTreeNode::GetLeft(class WmiTreeNode * __ptr64 * __ptr64 & __ptr64) __ptr64 -?GetLeft@WmiTreeNode@@QEAAXAEAPEAPEAV1@@Z -; public: unsigned long __cdecl ProvDebugLog::GetLevel(void) __ptr64 -?GetLevel@ProvDebugLog@@QEAAKXZ -; public: int __cdecl ProvDebugLog::GetLogging(void) __ptr64 -?GetLogging@ProvDebugLog@@QEAAHXZ -; public: unsigned long __cdecl ProvCounter64::GetLowValue(void)const __ptr64 -?GetLowValue@ProvCounter64@@QEBAKXZ -; public: long __cdecl ProvNegativeRangeType::GetLowerBound(void) __ptr64 -?GetLowerBound@ProvNegativeRangeType@@QEAAJXZ -; public: unsigned long __cdecl ProvPositiveRangeType::GetLowerBound(void) __ptr64 -?GetLowerBound@ProvPositiveRangeType@@QEAAKXZ -; public: enum WmiTriState __cdecl WmiSignedIntegerRangeNode::GetOverlappingRange(class WmiSignedIntegerRangeNode & __ptr64,class WmiSignedIntegerRangeNode * __ptr64 & __ptr64) __ptr64 -?GetOverlappingRange@WmiSignedIntegerRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: enum WmiTriState __cdecl WmiStringRangeNode::GetOverlappingRange(class WmiStringRangeNode & __ptr64,class WmiStringRangeNode * __ptr64 & __ptr64) __ptr64 -?GetOverlappingRange@WmiStringRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: enum WmiTriState __cdecl WmiUnsignedIntegerRangeNode::GetOverlappingRange(class WmiUnsignedIntegerRangeNode & __ptr64,class WmiUnsignedIntegerRangeNode * __ptr64 & __ptr64) __ptr64 -?GetOverlappingRange@WmiUnsignedIntegerRangeNode@@QEAA?AW4WmiTriState@@AEAV1@AEAPEAV1@@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::GetParent(void) __ptr64 -?GetParent@WmiTreeNode@@QEAAPEAV1@XZ -; public: void __cdecl WmiTreeNode::GetParent(class WmiTreeNode * __ptr64 * __ptr64 & __ptr64) __ptr64 -?GetParent@WmiTreeNode@@QEAAXAEAPEAPEAV1@@Z -; public: class PartitionSet * __ptr64 __cdecl PartitionSet::GetPartition(unsigned long) __ptr64 -?GetPartition@PartitionSet@@QEAAPEAV1@K@Z -; public: unsigned long __cdecl PartitionSet::GetPartitionCount(void) __ptr64 -?GetPartitionCount@PartitionSet@@QEAAKXZ -; public: enum WmiValueNode::WmiValueFunction __cdecl WmiValueNode::GetPropertyFunction(void) __ptr64 -?GetPropertyFunction@WmiValueNode@@QEAA?AW4WmiValueFunction@1@XZ -; public: unsigned short * __ptr64 __cdecl WmiRangeNode::GetPropertyName(void) __ptr64 -?GetPropertyName@WmiRangeNode@@QEAAPEAGXZ -; public: unsigned short * __ptr64 __cdecl WmiValueNode::GetPropertyName(void) __ptr64 -?GetPropertyName@WmiValueNode@@QEAAPEAGXZ -; public: static class ProvDebugLog * __ptr64 __cdecl ProvDebugLog::GetProvDebugLog(char) -?GetProvDebugLog@ProvDebugLog@@SAPEAV1@D@Z -; public: class WmiRangeNode * __ptr64 __cdecl Conjunctions::GetRange(unsigned long) __ptr64 -?GetRange@Conjunctions@@QEAAPEAVWmiRangeNode@@K@Z -; public: class WmiRangeNode * __ptr64 __cdecl PartitionSet::GetRange(void) __ptr64 -?GetRange@PartitionSet@@QEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorEqualNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorEqualNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorEqualOrGreaterNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorEqualOrGreaterNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorEqualOrLessNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorEqualOrLessNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorGreaterNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorGreaterNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorIsANode::GetRange(void) __ptr64 -?GetRange@WmiOperatorIsANode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorLessNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorLessNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorLikeNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorLikeNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorNotEqualNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorNotEqualNode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorNotIsANode::GetRange(void) __ptr64 -?GetRange@WmiOperatorNotIsANode@@UEAAPEAVWmiRangeNode@@XZ -; public: virtual class WmiRangeNode * __ptr64 __cdecl WmiOperatorNotLikeNode::GetRange(void) __ptr64 -?GetRange@WmiOperatorNotLikeNode@@UEAAPEAVWmiRangeNode@@XZ -; public: unsigned long __cdecl Conjunctions::GetRangeCount(void) __ptr64 -?GetRangeCount@Conjunctions@@QEAAKXZ -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::GetRight(void) __ptr64 -?GetRight@WmiTreeNode@@QEAAPEAV1@XZ -; public: void __cdecl WmiTreeNode::GetRight(class WmiTreeNode * __ptr64 * __ptr64 & __ptr64) __ptr64 -?GetRight@WmiTreeNode@@QEAAXAEAPEAPEAV1@@Z -; public: enum ProvRowStatusType::ProvRowStatusEnum __cdecl ProvRowStatusType::GetRowStatus(void)const __ptr64 -?GetRowStatus@ProvRowStatusType@@QEBA?AW4ProvRowStatusEnum@1@XZ -; public: unsigned short * __ptr64 __cdecl CBString::GetString(void) __ptr64 -?GetString@CBString@@QEAAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvBitStringType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvBitStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvCounter64Type::GetStringValue(void)const __ptr64 -?GetStringValue@ProvCounter64Type@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvCounterType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvCounterType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvDateTimeType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvDateTimeType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvDisplayStringType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvDisplayStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvEnumeratedType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvEnumeratedType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvFixedLengthDisplayStringType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvFixedLengthDisplayStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvFixedLengthPhysAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvFixedLengthPhysAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvGaugeType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvGaugeType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvIPXAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvIPXAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvIntegerType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvIntegerType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvIpAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvIpAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvMacAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvMacAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvNetworkAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvNetworkAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvNullType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvNullType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvOSIAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvOSIAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvObjectIdentifierType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvObjectIdentifierType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvOctetStringType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvOctetStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvOpaqueType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvOpaqueType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvPhysAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvPhysAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvRowStatusType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvRowStatusType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvTimeTicksType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvTimeTicksType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl ProvUDPAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@ProvUDPAddressType@@UEBAPEAGXZ -; private: class ProvLexicon * __ptr64 __cdecl ProvAnalyser::GetToken(int,int,int) __ptr64 -?GetToken@ProvAnalyser@@AEAAPEAVProvLexicon@@HHH@Z -; public: enum ProvLexicon::LexiconToken __cdecl ProvLexicon::GetToken(void) __ptr64 -?GetToken@ProvLexicon@@QEAA?AW4LexiconToken@1@XZ -; public: unsigned long __cdecl WmiTreeNode::GetType(void) __ptr64 -?GetType@WmiTreeNode@@QEAAKXZ -; public: long __cdecl ProvNegativeRangeType::GetUpperBound(void) __ptr64 -?GetUpperBound@ProvNegativeRangeType@@QEAAJXZ -; public: unsigned long __cdecl ProvPositiveRangeType::GetUpperBound(void) __ptr64 -?GetUpperBound@ProvPositiveRangeType@@QEAAKXZ -; public: unsigned long __cdecl ProvBitStringType::GetValue(unsigned short * __ptr64 * __ptr64 & __ptr64)const __ptr64 -?GetValue@ProvBitStringType@@QEBAKAEAPEAPEAG@Z -; public: void __cdecl ProvCounter64Type::GetValue(unsigned long & __ptr64,unsigned long & __ptr64)const __ptr64 -?GetValue@ProvCounter64Type@@QEBAXAEAK0@Z -; public: unsigned long __cdecl ProvCounter::GetValue(void)const __ptr64 -?GetValue@ProvCounter@@QEBAKXZ -; public: unsigned long __cdecl ProvCounterType::GetValue(void)const __ptr64 -?GetValue@ProvCounterType@@QEBAKXZ -; public: unsigned short * __ptr64 __cdecl ProvDateTimeType::GetValue(void)const __ptr64 -?GetValue@ProvDateTimeType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl ProvDisplayStringType::GetValue(void)const __ptr64 -?GetValue@ProvDisplayStringType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl ProvEnumeratedType::GetValue(void)const __ptr64 -?GetValue@ProvEnumeratedType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl ProvFixedLengthDisplayStringType::GetValue(void)const __ptr64 -?GetValue@ProvFixedLengthDisplayStringType@@QEBAPEAGXZ -; public: unsigned long __cdecl ProvGauge::GetValue(void)const __ptr64 -?GetValue@ProvGauge@@QEBAKXZ -; public: unsigned long __cdecl ProvGaugeType::GetValue(void)const __ptr64 -?GetValue@ProvGaugeType@@QEBAKXZ -; public: long __cdecl ProvInteger::GetValue(void)const __ptr64 -?GetValue@ProvInteger@@QEBAJXZ -; public: long __cdecl ProvIntegerType::GetValue(void)const __ptr64 -?GetValue@ProvIntegerType@@QEBAJXZ -; public: unsigned long __cdecl ProvIpAddress::GetValue(void)const __ptr64 -?GetValue@ProvIpAddress@@QEBAKXZ -; public: unsigned long __cdecl ProvIpAddressType::GetValue(void)const __ptr64 -?GetValue@ProvIpAddressType@@QEBAKXZ -; public: union ProvLexiconValue * __ptr64 __cdecl ProvLexicon::GetValue(void) __ptr64 -?GetValue@ProvLexicon@@QEAAPEATProvLexiconValue@@XZ -; public: unsigned long __cdecl ProvNetworkAddressType::GetValue(void)const __ptr64 -?GetValue@ProvNetworkAddressType@@QEBAKXZ -; public: unsigned long * __ptr64 __cdecl ProvObjectIdentifier::GetValue(void)const __ptr64 -?GetValue@ProvObjectIdentifier@@QEBAPEAKXZ -; public: unsigned long * __ptr64 __cdecl ProvObjectIdentifierType::GetValue(void)const __ptr64 -?GetValue@ProvObjectIdentifierType@@QEBAPEAKXZ -; public: unsigned char * __ptr64 __cdecl ProvOctetString::GetValue(void)const __ptr64 -?GetValue@ProvOctetString@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl ProvOctetStringType::GetValue(void)const __ptr64 -?GetValue@ProvOctetStringType@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl ProvOpaque::GetValue(void)const __ptr64 -?GetValue@ProvOpaque@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl ProvOpaqueType::GetValue(void)const __ptr64 -?GetValue@ProvOpaqueType@@QEBAPEAEXZ -; public: unsigned short * __ptr64 __cdecl ProvRowStatusType::GetValue(void)const __ptr64 -?GetValue@ProvRowStatusType@@QEBAPEAGXZ -; public: unsigned long __cdecl ProvTimeTicks::GetValue(void)const __ptr64 -?GetValue@ProvTimeTicks@@QEBAKXZ -; public: unsigned long __cdecl ProvTimeTicksType::GetValue(void)const __ptr64 -?GetValue@ProvTimeTicksType@@QEBAKXZ -; public: unsigned long __cdecl ProvUInteger32::GetValue(void)const __ptr64 -?GetValue@ProvUInteger32@@QEBAKXZ -; public: long __cdecl WmiSignedIntegerNode::GetValue(void) __ptr64 -?GetValue@WmiSignedIntegerNode@@QEAAJXZ -; public: unsigned short * __ptr64 __cdecl WmiStringNode::GetValue(void) __ptr64 -?GetValue@WmiStringNode@@QEAAPEAGXZ -; public: unsigned long __cdecl WmiUnsignedIntegerNode::GetValue(void) __ptr64 -?GetValue@WmiUnsignedIntegerNode@@QEAAKXZ -; public: unsigned long __cdecl ProvObjectIdentifier::GetValueLength(void)const __ptr64 -?GetValueLength@ProvObjectIdentifier@@QEBAKXZ -; public: unsigned long __cdecl ProvObjectIdentifierType::GetValueLength(void)const __ptr64 -?GetValueLength@ProvObjectIdentifierType@@QEBAKXZ -; public: unsigned long __cdecl ProvOctetString::GetValueLength(void)const __ptr64 -?GetValueLength@ProvOctetString@@QEBAKXZ -; public: unsigned long __cdecl ProvOctetStringType::GetValueLength(void)const __ptr64 -?GetValueLength@ProvOctetStringType@@QEBAKXZ -; public: unsigned long __cdecl ProvOpaque::GetValueLength(void)const __ptr64 -?GetValueLength@ProvOpaque@@QEBAKXZ -; public: unsigned long __cdecl ProvOpaqueType::GetValueLength(void)const __ptr64 -?GetValueLength@ProvOpaqueType@@QEBAKXZ -; public: static unsigned long __cdecl ProvAnalyser::HexCharToDecInteger(char) -?HexCharToDecInteger@ProvAnalyser@@SAKD@Z -; public: static unsigned long __cdecl ProvAnalyser::HexWCharToDecInteger(unsigned short) -?HexWCharToDecInteger@ProvAnalyser@@SAKG@Z -; public: int __cdecl WmiRangeNode::InfiniteLowerBound(void) __ptr64 -?InfiniteLowerBound@WmiRangeNode@@QEAAHXZ -; public: int __cdecl WmiRangeNode::InfiniteUpperBound(void) __ptr64 -?InfiniteUpperBound@WmiRangeNode@@QEAAHXZ -; protected: virtual void __cdecl ProvAnalyser::Initialise(void) __ptr64 -?Initialise@ProvAnalyser@@MEAAXXZ -; public: enum WmiTriState __cdecl Conjunctions::Initialize(void) __ptr64 -?Initialize@Conjunctions@@QEAA?AW4WmiTriState@@XZ -; public: enum WmiTriState __cdecl Disjunctions::Initialize(void) __ptr64 -?Initialize@Disjunctions@@QEAA?AW4WmiTriState@@XZ -; public: enum WmiTriState __cdecl PartitionSet::Initialize(unsigned long) __ptr64 -?Initialize@PartitionSet@@QEAA?AW4WmiTriState@@K@Z -; protected: virtual void __cdecl ProvObjectIdentifier::Initialize(unsigned long const * __ptr64,unsigned long) __ptr64 -?Initialize@ProvObjectIdentifier@@MEAAXPEBKK@Z -; protected: virtual void __cdecl ProvOctetString::Initialize(unsigned char const * __ptr64,unsigned long) __ptr64 -?Initialize@ProvOctetString@@MEAAXPEBEK@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::InsertNode(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?InsertNode@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@0@Z -; protected: virtual enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::InvariantEvaluate(void * __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?InvariantEvaluate@QueryPreprocessor@@MEAA?AW4QuadState@1@PEAXPEAVWmiTreeNode@@1@Z -; public: static int __cdecl ProvAnalyser::IsAlpha(unsigned short) -?IsAlpha@ProvAnalyser@@SAHG@Z -; public: static int __cdecl ProvAnalyser::IsAlphaNumeric(unsigned short) -?IsAlphaNumeric@ProvAnalyser@@SAHG@Z -; public: static int __cdecl ProvAnalyser::IsDecimal(unsigned short) -?IsDecimal@ProvAnalyser@@SAHG@Z -; public: static int __cdecl ProvAnalyser::IsEof(unsigned short) -?IsEof@ProvAnalyser@@SAHG@Z -; public: static int __cdecl ProvAnalyser::IsHex(unsigned short) -?IsHex@ProvAnalyser@@SAHG@Z -; public: static int __cdecl ProvAnalyser::IsLeadingDecimal(unsigned short) -?IsLeadingDecimal@ProvAnalyser@@SAHG@Z -; public: virtual int __cdecl ProvInstanceType::IsNull(void)const __ptr64 -?IsNull@ProvInstanceType@@UEBAHXZ -; public: static int __cdecl ProvAnalyser::IsOctal(unsigned short) -?IsOctal@ProvAnalyser@@SAHG@Z -; public: virtual int __cdecl ProvCounter64Type::IsProvV1Type(void)const __ptr64 -?IsProvV1Type@ProvCounter64Type@@UEBAHXZ -; public: virtual int __cdecl ProvInstanceType::IsProvV1Type(void)const __ptr64 -?IsProvV1Type@ProvInstanceType@@UEBAHXZ -; public: virtual int __cdecl ProvInstanceType::IsProvV2CType(void)const __ptr64 -?IsProvV2CType@ProvInstanceType@@UEBAHXZ -; public: virtual int __cdecl ProvNullType::IsProvV2CType(void)const __ptr64 -?IsProvV2CType@ProvNullType@@UEBAHXZ -; public: virtual int __cdecl ProvInstanceType::IsValid(void)const __ptr64 -?IsValid@ProvInstanceType@@UEBAHXZ -; public: int __cdecl ProvPositiveRangedType::IsValid(void) __ptr64 -?IsValid@ProvPositiveRangedType@@QEAAHXZ -; public: static int __cdecl ProvAnalyser::IsWhitespace(unsigned short) -?IsWhitespace@ProvAnalyser@@SAHG@Z -; public: int __cdecl PartitionSet::Leaf(void) __ptr64 -?Leaf@PartitionSet@@QEAAHXZ -; public: int __cdecl WmiSignedIntegerNode::LexicographicallyAfter(long & __ptr64) __ptr64 -?LexicographicallyAfter@WmiSignedIntegerNode@@QEAAHAEAJ@Z -; public: int __cdecl WmiStringNode::LexicographicallyAfter(unsigned short * __ptr64 & __ptr64) __ptr64 -?LexicographicallyAfter@WmiStringNode@@QEAAHAEAPEAG@Z -; public: int __cdecl WmiUnsignedIntegerNode::LexicographicallyAfter(unsigned long & __ptr64) __ptr64 -?LexicographicallyAfter@WmiUnsignedIntegerNode@@QEAAHAEAK@Z -; public: int __cdecl WmiSignedIntegerNode::LexicographicallyBefore(long & __ptr64) __ptr64 -?LexicographicallyBefore@WmiSignedIntegerNode@@QEAAHAEAJ@Z -; public: int __cdecl WmiStringNode::LexicographicallyBefore(unsigned short * __ptr64 & __ptr64) __ptr64 -?LexicographicallyBefore@WmiStringNode@@QEAAHAEAPEAG@Z -; public: int __cdecl WmiUnsignedIntegerNode::LexicographicallyBefore(unsigned long & __ptr64) __ptr64 -?LexicographicallyBefore@WmiUnsignedIntegerNode@@QEAAHAEAK@Z -; public: long __cdecl WmiSignedIntegerRangeNode::LowerBound(void) __ptr64 -?LowerBound@WmiSignedIntegerRangeNode@@QEAAJXZ -; public: unsigned short * __ptr64 __cdecl WmiStringRangeNode::LowerBound(void) __ptr64 -?LowerBound@WmiStringRangeNode@@QEAAPEAGXZ -; public: unsigned long __cdecl WmiUnsignedIntegerRangeNode::LowerBound(void) __ptr64 -?LowerBound@WmiUnsignedIntegerRangeNode@@QEAAKXZ -; private: class ProvLexicon * __ptr64 __cdecl ProvBitStringType::Match(enum ProvLexicon::LexiconToken) __ptr64 -?Match@ProvBitStringType@@AEAAPEAVProvLexicon@@W4LexiconToken@2@@Z -; private: class ProvLexicon * __ptr64 __cdecl ProvDateTimeType::Match(enum ProvLexicon::LexiconToken) __ptr64 -?Match@ProvDateTimeType@@AEAAPEAVProvLexicon@@W4LexiconToken@2@@Z -; private: class ProvLexicon * __ptr64 __cdecl ProvEnumeratedType::Match(enum ProvLexicon::LexiconToken) __ptr64 -?Match@ProvEnumeratedType@@AEAAPEAVProvLexicon@@W4LexiconToken@2@@Z -; protected: class ProvLexicon * __ptr64 __cdecl ProvPositiveRangedType::Match(enum ProvLexicon::LexiconToken) __ptr64 -?Match@ProvPositiveRangedType@@IEAAPEAVProvLexicon@@W4LexiconToken@2@@Z -; public: static unsigned long __cdecl ProvAnalyser::OctCharToDecInteger(char) -?OctCharToDecInteger@ProvAnalyser@@SAKD@Z -; public: static unsigned long __cdecl ProvAnalyser::OctWCharToDecInteger(unsigned short) -?OctWCharToDecInteger@ProvAnalyser@@SAKG@Z -; private: void __cdecl ProvObjectIdentifier::OverWrite(unsigned long const * __ptr64) __ptr64 -?OverWrite@ProvObjectIdentifier@@AEAAXPEBK@Z -; private: void __cdecl ProvOctetString::OverWrite(unsigned char const * __ptr64) __ptr64 -?OverWrite@ProvOctetString@@AEAAXPEBE@Z -; private: int __cdecl ProvBitStringType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvBitStringType@@AEAAHPEBG@Z -; protected: int __cdecl ProvCounter64Type::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvCounter64Type@@IEAAHPEBG@Z -; protected: int __cdecl ProvCounterType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvCounterType@@IEAAHPEBG@Z -; private: int __cdecl ProvDateTimeType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvDateTimeType@@AEAAHPEBG@Z -; private: int __cdecl ProvEnumeratedType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvEnumeratedType@@AEAAHPEBG@Z -; protected: int __cdecl ProvFixedLengthPhysAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvFixedLengthPhysAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvGaugeType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvGaugeType@@IEAAHPEBG@Z -; protected: int __cdecl ProvIPXAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvIPXAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvIntegerType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvIntegerType@@IEAAHPEBG@Z -; protected: int __cdecl ProvIpAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvIpAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvMacAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvMacAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvNetworkAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvNetworkAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvOSIAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvOSIAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvObjectIdentifierType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvObjectIdentifierType@@IEAAHPEBG@Z -; protected: int __cdecl ProvOctetStringType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvOctetStringType@@IEAAHPEBG@Z -; protected: int __cdecl ProvOpaqueType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvOpaqueType@@IEAAHPEBG@Z -; protected: int __cdecl ProvPhysAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvPhysAddressType@@IEAAHPEBG@Z -; protected: int __cdecl ProvPositiveRangedType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvPositiveRangedType@@IEAAHPEBG@Z -; protected: int __cdecl ProvTimeTicksType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvTimeTicksType@@IEAAHPEBG@Z -; protected: int __cdecl ProvUDPAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@ProvUDPAddressType@@IEAAHPEBG@Z -; public: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::PreProcess(void * __ptr64,struct SQL_LEVEL_1_RPN_EXPRESSION * __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?PreProcess@QueryPreprocessor@@QEAA?AW4QuadState@1@PEAXPEAUSQL_LEVEL_1_RPN_EXPRESSION@@AEAPEAVWmiTreeNode@@@Z -; public: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::PreProcess(void * __ptr64,struct SQL_LEVEL_1_RPN_EXPRESSION * __ptr64,class WmiTreeNode * __ptr64,unsigned long,unsigned short * __ptr64 * __ptr64,class PartitionSet * __ptr64 & __ptr64) __ptr64 -?PreProcess@QueryPreprocessor@@QEAA?AW4QuadState@1@PEAXPEAUSQL_LEVEL_1_RPN_EXPRESSION@@PEAVWmiTreeNode@@KPEAPEAGAEAPEAVPartitionSet@@@Z -; public: int __cdecl ProvObjectIdentifier::Prefix(unsigned long,class ProvObjectIdentifier & __ptr64)const __ptr64 -?Prefix@ProvObjectIdentifier@@QEBAHKAEAV1@@Z -; public: virtual void __cdecl WmiAndNode::Print(void) __ptr64 -?Print@WmiAndNode@@UEAAXXZ -; public: virtual void __cdecl WmiNotNode::Print(void) __ptr64 -?Print@WmiNotNode@@UEAAXXZ -; public: virtual void __cdecl WmiNullNode::Print(void) __ptr64 -?Print@WmiNullNode@@UEAAXXZ -; public: virtual void __cdecl WmiNullRangeNode::Print(void) __ptr64 -?Print@WmiNullRangeNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorEqualNode::Print(void) __ptr64 -?Print@WmiOperatorEqualNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorEqualOrGreaterNode::Print(void) __ptr64 -?Print@WmiOperatorEqualOrGreaterNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorEqualOrLessNode::Print(void) __ptr64 -?Print@WmiOperatorEqualOrLessNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorGreaterNode::Print(void) __ptr64 -?Print@WmiOperatorGreaterNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorIsANode::Print(void) __ptr64 -?Print@WmiOperatorIsANode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorLessNode::Print(void) __ptr64 -?Print@WmiOperatorLessNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorLikeNode::Print(void) __ptr64 -?Print@WmiOperatorLikeNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorNotEqualNode::Print(void) __ptr64 -?Print@WmiOperatorNotEqualNode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorNotIsANode::Print(void) __ptr64 -?Print@WmiOperatorNotIsANode@@UEAAXXZ -; public: virtual void __cdecl WmiOperatorNotLikeNode::Print(void) __ptr64 -?Print@WmiOperatorNotLikeNode@@UEAAXXZ -; public: virtual void __cdecl WmiOrNode::Print(void) __ptr64 -?Print@WmiOrNode@@UEAAXXZ -; public: virtual void __cdecl WmiSignedIntegerNode::Print(void) __ptr64 -?Print@WmiSignedIntegerNode@@UEAAXXZ -; public: virtual void __cdecl WmiSignedIntegerRangeNode::Print(void) __ptr64 -?Print@WmiSignedIntegerRangeNode@@UEAAXXZ -; public: virtual void __cdecl WmiStringNode::Print(void) __ptr64 -?Print@WmiStringNode@@UEAAXXZ -; public: virtual void __cdecl WmiStringRangeNode::Print(void) __ptr64 -?Print@WmiStringRangeNode@@UEAAXXZ -; public: virtual void __cdecl WmiTreeNode::Print(void) __ptr64 -?Print@WmiTreeNode@@UEAAXXZ -; public: virtual void __cdecl WmiUnsignedIntegerNode::Print(void) __ptr64 -?Print@WmiUnsignedIntegerNode@@UEAAXXZ -; public: virtual void __cdecl WmiUnsignedIntegerRangeNode::Print(void) __ptr64 -?Print@WmiUnsignedIntegerRangeNode@@UEAAXXZ -; protected: void __cdecl QueryPreprocessor::PrintTree(class WmiTreeNode * __ptr64) __ptr64 -?PrintTree@QueryPreprocessor@@IEAAXPEAVWmiTreeNode@@@Z -; public: virtual void __cdecl ProvEventObject::Process(void) __ptr64 -?Process@ProvEventObject@@UEAAXXZ -; private: void __cdecl ProvBitStringType::PushBack(void) __ptr64 -?PushBack@ProvBitStringType@@AEAAXXZ -; private: void __cdecl ProvDateTimeType::PushBack(void) __ptr64 -?PushBack@ProvDateTimeType@@AEAAXXZ -; private: void __cdecl ProvEnumeratedType::PushBack(void) __ptr64 -?PushBack@ProvEnumeratedType@@AEAAXXZ -; protected: void __cdecl ProvPositiveRangedType::PushBack(void) __ptr64 -?PushBack@ProvPositiveRangedType@@IEAAXXZ -; public: void __cdecl ProvAnalyser::PutBack(class ProvLexicon const * __ptr64) __ptr64 -?PutBack@ProvAnalyser@@QEAAXPEBVProvLexicon@@@Z -; public: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::Query(unsigned short * __ptr64,struct SQL_LEVEL_1_RPN_EXPRESSION * __ptr64 & __ptr64) __ptr64 -?Query@QueryPreprocessor@@QEAA?AW4QuadState@1@PEAGAEAPEAUSQL_LEVEL_1_RPN_EXPRESSION@@@Z -; protected: void __cdecl QueryPreprocessor::QuickSort(class WmiRangeNode * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long) __ptr64 -?QuickSort@QueryPreprocessor@@IEAAXPEAPEAVWmiRangeNode@@PEAKK@Z -; protected: int __cdecl ProvPositiveRangedType::RangeDef(void) __ptr64 -?RangeDef@ProvPositiveRangedType@@IEAAHXZ -; protected: enum WmiTriState __cdecl QueryPreprocessor::RecursiveConvertToRanges(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveConvertToRanges@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; private: int __cdecl ProvBitStringType::RecursiveDef(void) __ptr64 -?RecursiveDef@ProvBitStringType@@AEAAHXZ -; private: int __cdecl ProvEnumeratedType::RecursiveDef(void) __ptr64 -?RecursiveDef@ProvEnumeratedType@@AEAAHXZ -; protected: int __cdecl ProvPositiveRangedType::RecursiveDef(void) __ptr64 -?RecursiveDef@ProvPositiveRangedType@@IEAAHXZ -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::RecursiveDisjunctiveNormalForm(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveDisjunctiveNormalForm@QueryPreprocessor@@IEAA?AW4QuadState@1@AEAPEAVWmiTreeNode@@@Z -; protected: int __cdecl QueryPreprocessor::RecursiveEvaluate(void * __ptr64,struct SQL_LEVEL_1_RPN_EXPRESSION & __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64 * __ptr64,int & __ptr64) __ptr64 -?RecursiveEvaluate@QueryPreprocessor@@IEAAHPEAXAEAUSQL_LEVEL_1_RPN_EXPRESSION@@PEAVWmiTreeNode@@PEAPEAV3@AEAH@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::RecursiveInsertNode(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveInsertNode@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@0@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::RecursivePartitionSet(class Disjunctions * __ptr64,class PartitionSet * __ptr64 & __ptr64,unsigned long,unsigned long * __ptr64,unsigned long) __ptr64 -?RecursivePartitionSet@QueryPreprocessor@@IEAA?AW4WmiTriState@@PEAVDisjunctions@@AEAPEAVPartitionSet@@KPEAKK@Z -; protected: void __cdecl QueryPreprocessor::RecursiveQuickSort(class WmiRangeNode * __ptr64 * __ptr64,unsigned long * __ptr64,unsigned long,unsigned long) __ptr64 -?RecursiveQuickSort@QueryPreprocessor@@IEAAXPEAPEAVWmiRangeNode@@PEAKKK@Z -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::RecursiveRemoveInvariants(void * __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveRemoveInvariants@QueryPreprocessor@@IEAA?AW4QuadState@1@PEAXAEAPEAVWmiTreeNode@@@Z -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::RecursiveRemoveNonOverlappingRanges(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveRemoveNonOverlappingRanges@QueryPreprocessor@@IEAA?AW4QuadState@1@AEAPEAVWmiTreeNode@@0@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::RecursiveSort(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveSort@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::RecursiveSortConditionals(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RecursiveSortConditionals@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@0@Z -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::RemoveInvariants(void * __ptr64,class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RemoveInvariants@QueryPreprocessor@@IEAA?AW4QuadState@1@PEAXAEAPEAVWmiTreeNode@@@Z -; protected: enum QueryPreprocessor::QuadState __cdecl QueryPreprocessor::RemoveNonOverlappingRanges(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?RemoveNonOverlappingRanges@QueryPreprocessor@@IEAA?AW4QuadState@1@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::RemoveOverlaps(unsigned long * __ptr64,unsigned long,unsigned long * __ptr64,unsigned long * __ptr64,class WmiRangeNode * __ptr64 * __ptr64) __ptr64 -?RemoveOverlaps@QueryPreprocessor@@IEAA?AW4WmiTriState@@PEAKK00PEAPEAVWmiRangeNode@@@Z -; protected: virtual unsigned long * __ptr64 __cdecl ProvObjectIdentifier::Replicate(unsigned long const * __ptr64,unsigned long,unsigned long const * __ptr64,unsigned long)const __ptr64 -?Replicate@ProvObjectIdentifier@@MEBAPEAKPEBKK0K@Z -; protected: virtual unsigned long * __ptr64 __cdecl ProvObjectIdentifier::Replicate(unsigned long const * __ptr64,unsigned long)const __ptr64 -?Replicate@ProvObjectIdentifier@@MEBAPEAKPEBKK@Z -; protected: virtual unsigned char * __ptr64 __cdecl ProvOctetString::Replicate(unsigned char const * __ptr64,unsigned long) __ptr64 -?Replicate@ProvOctetString@@MEAAPEAEPEBEK@Z -; public: int __cdecl PartitionSet::Root(void) __ptr64 -?Root@PartitionSet@@QEAAHXZ -; public: void __cdecl ProvAnalyser::Set(unsigned short const * __ptr64) __ptr64 -?Set@ProvAnalyser@@QEAAXPEBG@Z -; public: void __cdecl ProvEventObject::Set(void) __ptr64 -?Set@ProvEventObject@@QEAAXXZ -; public: void * __ptr64 __cdecl WmiTreeNode::SetData(void * __ptr64) __ptr64 -?SetData@WmiTreeNode@@QEAAPEAXPEAX@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNodeIterator::SetIterator(class WmiTreeNode * __ptr64) __ptr64 -?SetIterator@WmiTreeNodeIterator@@QEAAPEAVWmiTreeNode@@PEAV2@@Z -; public: void __cdecl PartitionSet::SetKeyIndex(unsigned long) __ptr64 -?SetKeyIndex@PartitionSet@@QEAAXK@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::SetLeft(class WmiTreeNode * __ptr64) __ptr64 -?SetLeft@WmiTreeNode@@QEAAPEAV1@PEAV1@@Z -; public: void __cdecl ProvNegativeRangeType::SetLowerBound(long const & __ptr64) __ptr64 -?SetLowerBound@ProvNegativeRangeType@@QEAAXAEBJ@Z -; public: void __cdecl ProvPositiveRangeType::SetLowerBound(unsigned long const & __ptr64) __ptr64 -?SetLowerBound@ProvPositiveRangeType@@QEAAXAEBK@Z -; public: void __cdecl ProvInstanceType::SetNull(int) __ptr64 -?SetNull@ProvInstanceType@@QEAAXH@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::SetParent(class WmiTreeNode * __ptr64) __ptr64 -?SetParent@WmiTreeNode@@QEAAPEAV1@PEAV1@@Z -; public: void __cdecl PartitionSet::SetPartition(unsigned long,class PartitionSet * __ptr64) __ptr64 -?SetPartition@PartitionSet@@QEAAXKPEAV1@@Z -; public: void __cdecl Conjunctions::SetRange(unsigned long,class WmiRangeNode * __ptr64) __ptr64 -?SetRange@Conjunctions@@QEAAXKPEAVWmiRangeNode@@@Z -; public: void __cdecl PartitionSet::SetRange(class WmiRangeNode * __ptr64) __ptr64 -?SetRange@PartitionSet@@QEAAXPEAVWmiRangeNode@@@Z -; public: class WmiTreeNode * __ptr64 __cdecl WmiTreeNode::SetRight(class WmiTreeNode * __ptr64) __ptr64 -?SetRight@WmiTreeNode@@QEAAPEAV1@PEAV1@@Z -; public: void __cdecl ProvInstanceType::SetStatus(int) __ptr64 -?SetStatus@ProvInstanceType@@QEAAXH@Z -; public: void __cdecl ProvPositiveRangedType::SetStatus(int const & __ptr64) __ptr64 -?SetStatus@ProvPositiveRangedType@@QEAAXAEBH@Z -; public: void __cdecl ProvLexicon::SetToken(enum ProvLexicon::LexiconToken) __ptr64 -?SetToken@ProvLexicon@@QEAAXW4LexiconToken@1@@Z -; public: void __cdecl WmiTreeNode::SetType(unsigned long) __ptr64 -?SetType@WmiTreeNode@@QEAAXK@Z -; public: void __cdecl ProvNegativeRangeType::SetUpperBound(long const & __ptr64) __ptr64 -?SetUpperBound@ProvNegativeRangeType@@QEAAXAEBJ@Z -; public: void __cdecl ProvPositiveRangeType::SetUpperBound(unsigned long const & __ptr64) __ptr64 -?SetUpperBound@ProvPositiveRangeType@@QEAAXAEBK@Z -; public: void __cdecl ProvCounter64::SetValue(unsigned long,unsigned long) __ptr64 -?SetValue@ProvCounter64@@QEAAXKK@Z -; public: void __cdecl ProvCounter::SetValue(unsigned long) __ptr64 -?SetValue@ProvCounter@@QEAAXK@Z -; public: void __cdecl ProvGauge::SetValue(unsigned long) __ptr64 -?SetValue@ProvGauge@@QEAAXK@Z -; public: void __cdecl ProvInteger::SetValue(long) __ptr64 -?SetValue@ProvInteger@@QEAAXJ@Z -; public: void __cdecl ProvIpAddress::SetValue(unsigned long) __ptr64 -?SetValue@ProvIpAddress@@QEAAXK@Z -; public: void __cdecl ProvObjectIdentifier::SetValue(unsigned long const * __ptr64,unsigned long) __ptr64 -?SetValue@ProvObjectIdentifier@@QEAAXPEBKK@Z -; public: void __cdecl ProvOctetString::SetValue(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetValue@ProvOctetString@@QEAAXPEBEK@Z -; public: void __cdecl ProvOpaque::SetValue(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetValue@ProvOpaque@@QEAAXPEBEK@Z -; public: void __cdecl ProvTimeTicks::SetValue(unsigned long) __ptr64 -?SetValue@ProvTimeTicks@@QEAAXK@Z -; public: void __cdecl ProvUInteger32::SetValue(unsigned long) __ptr64 -?SetValue@ProvUInteger32@@QEAAXK@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::Sort(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?Sort@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: enum WmiTriState __cdecl QueryPreprocessor::SortConditionals(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?SortConditionals@QueryPreprocessor@@IEAA?AW4WmiTriState@@AEAPEAVWmiTreeNode@@@Z -; protected: void __cdecl QueryPreprocessor::SortRanges(unsigned long,unsigned long * __ptr64,class WmiRangeNode * __ptr64 * __ptr64) __ptr64 -?SortRanges@QueryPreprocessor@@IEAAXKPEAKPEAPEAVWmiRangeNode@@@Z -; public: static int __cdecl ProvDebugLog::Startup(void) -?Startup@ProvDebugLog@@SAHXZ -; public: int __cdecl ProvObjectIdentifier::Suffix(unsigned long,class ProvObjectIdentifier & __ptr64)const __ptr64 -?Suffix@ProvObjectIdentifier@@QEBAHKAEAV1@@Z -; protected: void __cdecl QueryPreprocessor::TransformAndOrExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformAndOrExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@1@Z -; protected: void __cdecl QueryPreprocessor::TransformAndTrueEvaluation(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformAndTrueEvaluation@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformIntersectingRange(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformIntersectingRange@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@1@Z -; protected: void __cdecl QueryPreprocessor::TransformNonIntersectingRange(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNonIntersectingRange@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotAndExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotAndExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotEqualExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotEqualExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotNotExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotNotExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorEqualExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorEqualExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorEqualOrGreaterExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorEqualOrGreaterExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorEqualOrLessExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorEqualOrLessExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorGreaterExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorGreaterExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorIsAExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorIsAExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorLessExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorLessExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorLikeExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorLikeExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorNotEqualExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorNotEqualExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorNotIsAExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorNotIsAExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOperatorNotLikeExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOperatorNotLikeExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformNotOrExpression(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformNotOrExpression@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: void __cdecl QueryPreprocessor::TransformOperatorToRange(class WmiTreeNode * __ptr64 & __ptr64) __ptr64 -?TransformOperatorToRange@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@@Z -; protected: void __cdecl QueryPreprocessor::TransformOrFalseEvaluation(class WmiTreeNode * __ptr64 & __ptr64,class WmiTreeNode * __ptr64) __ptr64 -?TransformOrFalseEvaluation@QueryPreprocessor@@IEAAXAEAPEAVWmiTreeNode@@PEAV2@@Z -; protected: virtual void __cdecl ProvObjectIdentifier::UnReplicate(unsigned long * __ptr64) __ptr64 -?UnReplicate@ProvObjectIdentifier@@MEAAXPEAK@Z -; protected: virtual void __cdecl ProvOctetString::UnReplicate(unsigned char * __ptr64) __ptr64 -?UnReplicate@ProvOctetString@@MEAAXPEAE@Z -; unsigned short * __ptr64 __cdecl UnicodeStringAppend(unsigned short const * __ptr64,unsigned short const * __ptr64) -?UnicodeStringAppend@@YAPEAGPEBG0@Z -; unsigned short * __ptr64 __cdecl UnicodeStringDuplicate(unsigned short const * __ptr64) -?UnicodeStringDuplicate@@YAPEAGPEBG@Z -; char * __ptr64 __cdecl UnicodeToDbcsString(unsigned short const * __ptr64) -?UnicodeToDbcsString@@YAPEADPEBG@Z -; public: long __cdecl WmiSignedIntegerRangeNode::UpperBound(void) __ptr64 -?UpperBound@WmiSignedIntegerRangeNode@@QEAAJXZ -; public: unsigned short * __ptr64 __cdecl WmiStringRangeNode::UpperBound(void) __ptr64 -?UpperBound@WmiStringRangeNode@@QEAAPEAGXZ -; public: unsigned long __cdecl WmiUnsignedIntegerRangeNode::UpperBound(void) __ptr64 -?UpperBound@WmiUnsignedIntegerRangeNode@@QEAAKXZ -; public: virtual int __cdecl ProvEventObject::Wait(void) __ptr64 -?Wait@ProvEventObject@@UEAAHXZ -; public: void __cdecl ProvDebugLog::Write(unsigned short const * __ptr64,...) __ptr64 -?Write@ProvDebugLog@@QEAAXPEBGZZ -; public: void __cdecl ProvDebugLog::WriteA(char const * __ptr64,...) __ptr64 -?WriteA@ProvDebugLog@@QEAAXPEBDZZ -; public: void __cdecl ProvDebugLog::WriteFileAndLine(char const * __ptr64,unsigned long,unsigned short const * __ptr64,...) __ptr64 -?WriteFileAndLine@ProvDebugLog@@QEAAXPEBDKPEBGZZ -; public: void __cdecl ProvDebugLog::WriteFileAndLine(unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,...) __ptr64 -?WriteFileAndLine@ProvDebugLog@@QEAAXPEBGK0ZZ -; public: void __cdecl ProvDebugLog::WriteFileAndLineA(char const * __ptr64,unsigned long,char const * __ptr64,...) __ptr64 -?WriteFileAndLineA@ProvDebugLog@@QEAAXPEBDK0ZZ -; public: void __cdecl ProvDebugLog::WriteFileAndLineW(unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,...) __ptr64 -?WriteFileAndLineW@ProvDebugLog@@QEAAXPEBGK0ZZ -; public: void __cdecl ProvDebugLog::WriteW(unsigned short const * __ptr64,...) __ptr64 -?WriteW@ProvDebugLog@@QEAAXPEBGZZ -; public: static class ProvDebugLog * __ptr64 __ptr64 ProvDebugLog::s_ProvDebugLog -?s_ProvDebugLog@ProvDebugLog@@2PEAV1@EA DATA -; public: static long ProvDebugLog::s_ReferenceCount -?s_ReferenceCount@ProvDebugLog@@2JA DATA -; public: static class ProvDebugLog * ProvDebugLog::s_aLogs -?s_aLogs@ProvDebugLog@@2PAV1@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/psapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/psapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/psapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/psapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -; -; Definition file of PSAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "PSAPI.DLL" -EXPORTS -EmptyWorkingSet -EnumDeviceDrivers -EnumPageFilesA -EnumPageFilesW -EnumProcessModules -EnumProcessModulesEx -EnumProcesses -GetDeviceDriverBaseNameA -GetDeviceDriverBaseNameW -GetDeviceDriverFileNameA -GetDeviceDriverFileNameW -GetMappedFileNameA -GetMappedFileNameW -GetModuleBaseNameA -GetModuleBaseNameW -GetModuleFileNameExA -GetModuleFileNameExW -GetModuleInformation -GetPerformanceInfo -GetProcessImageFileNameA -GetProcessImageFileNameW -GetProcessMemoryInfo -GetWsChanges -GetWsChangesEx -InitializeProcessForWsWatch -QueryWorkingSet -QueryWorkingSetEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/psnppagn.def mingw-w64-6.0.0/mingw-w64-crt/lib64/psnppagn.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/psnppagn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/psnppagn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file PSNPPAGN.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PSNPPAGN.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/pstorec.def mingw-w64-6.0.0/mingw-w64-crt/lib64/pstorec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/pstorec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/pstorec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file PSTOREC.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY PSTOREC.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -PStoreCreateInstance -PStoreEnumProviders diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qasf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qasf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qasf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qasf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file QASF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY QASF.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qcap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qcap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qcap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qcap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file QCap.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY QCap.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qdvd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qdvd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qdvd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qdvd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file Qdvd.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Qdvd.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qdv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qdv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qdv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qdv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file QDV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY QDV.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qedit.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qedit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qedit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qedit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file QEdit.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY QEdit.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qmgrprxy.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qmgrprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qmgrprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qmgrprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file qmgrprxy.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY qmgrprxy.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qutil.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Definition file of QUtil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "QUtil.dll" -EXPORTS -AllocConnections -AllocCountedString -AllocFixupInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -FreeConnections -FreeCountedString -FreeFixupInfo -FreeIsolationInfo -FreeIsolationInfoEx -FreeNapComponentRegistrationInfoArray -FreeNetworkSoH -FreePrivateData -FreeSoH -FreeSoHAttributeValue -FreeSystemHealthAgentState -InitializeNapAgentNotifier -UninitializeNapAgentNotifier diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/qwave.def mingw-w64-6.0.0/mingw-w64-crt/lib64/qwave.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/qwave.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/qwave.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of qwave.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "qwave.dll" -EXPORTS -QDLHPathDiagnostics -QDLHStartDiagnosingPath -QOSAddSocketToFlow -QOSCancel -QOSCloseHandle -QOSCreateHandle -QOSEnumerateFlows -QOSNotifyFlow -QOSQueryFlow -QOSRemoveSocketFromFlow -QOSSetFlow -QOSStartTrackingClient -QOSStopTrackingClient -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/racpldlg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/racpldlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/racpldlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/racpldlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RAssistance.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RAssistance.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasadhlp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasadhlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasadhlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasadhlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file rasadhlp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rasadhlp.dll -EXPORTS -AcsHlpAttemptConnection -AcsHlpNbConnection -AcsHlpNoteNewConnection -WSAttemptAutodialAddr -WSAttemptAutodialName -WSNoteSuccessfulHostentLookup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasauto.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasauto.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasauto.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasauto.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file rasauto.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rasauto.dll -EXPORTS -ServiceMain -SetAddressDisabledEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/raschap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/raschap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/raschap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/raschap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file RASCHAP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RASCHAP.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -RasCpEnumProtocolIds -RasCpGetInfo -RasEapCreateConnectionProperties -RasEapCreateUserProperties -RasEapFreeMemory -RasEapGetCredentials -RasEapGetIdentity -RasEapGetInfo -RasEapInvokeConfigUI -RasEapInvokeInteractiveUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasctrs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasctrs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasctrs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file rasctrs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rasctrs.dll -EXPORTS -OpenRasPerformanceData -CollectRasPerformanceData -CloseRasPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasmontr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasmontr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasmontr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasmontr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file RASMONTR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RASMONTR.dll -EXPORTS -GetDiagnosticFunctions -InitHelperDll -RutlAlloc -RutlAssignmentFromTokenAndDword -RutlAssignmentFromTokens -RutlCloseDumpFile -RutlCreateDumpFile -RutlDwordDup -RutlFree -RutlGetOsVersion -RutlGetTagToken -RutlIsHelpToken -RutlParse -RutlStrDup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasmxs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasmxs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasmxs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasmxs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file rasmxs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rasmxs.dll -EXPORTS -DeviceConnect -DeviceDone -DeviceEnum -DeviceGetInfo -DeviceListen -DeviceSetInfo -DeviceWork diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rasser.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rasser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rasser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rasser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Exports of file rasser.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rasser.dll -EXPORTS -PortChangeCallback -PortClearStatistics -PortClose -PortCompressionSetInfo -PortConnect -PortDisconnect -PortEnum -PortGetInfo -PortGetPortState -PortGetStatistics -PortInit -PortOpen -PortReceive -PortReceiveComplete -PortSend -PortSetFraming -PortSetINetCfg -PortSetInfo -PortTestSignalState diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rastapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rastapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rastapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rastapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -; -; Exports of file rastapi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rastapi.dll -EXPORTS -AddPorts -DeviceConnect -DeviceDone -DeviceEnum -DeviceGetDevConfig -DeviceGetDevConfigEx -DeviceGetInfo -DeviceListen -DeviceSetDevConfig -DeviceSetInfo -DeviceWork -EnableDeviceForDialIn -GetConnectInfo -GetZeroDeviceInfo -PortChangeCallback -PortClearStatistics -PortClose -PortCompressionSetInfo -PortConnect -PortDisconnect -PortEnum -PortGetIOHandle -PortGetInfo -PortGetPortState -PortGetStatistics -PortInit -PortOpen -PortOpenExternal -PortReceive -PortReceiveComplete -PortSend -PortSetFraming -PortSetInfo -PortSetIoCompletionPort -PortTestSignalState -RasTapiIsPulseDial -RastapiGetCalledID -RastapiSetCalledID -RemovePort -SetCommSettings -UnloadRastapiDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rcbdyctl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rcbdyctl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rcbdyctl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rcbdyctl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file rcbdyctl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rcbdyctl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rdchost.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rdchost.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rdchost.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rdchost.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RDCHost.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RDCHost.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rdpcfgex.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rdpcfgex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rdpcfgex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rdpcfgex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Exports of file RDPCFGEX.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RDPCFGEX.dll -EXPORTS -ExGetCfgVersionInfo -ExtEncryptionLevels -ExtEnd -ExtGetCapabilities -ExtGetEncryptionLevelAndDescrEx -ExtGetEncryptionLevelDescr -ExtGetSecurityLayerDescrString -ExtGetSecurityLayerName -ExtSecurityLayers -ExtStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/regapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/regapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/regapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/regapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -; -; Exports of file REGAPI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY REGAPI.dll -EXPORTS -GetDomainName -QueryUserProperty -RegBuildNumberQuery -RegCdCreateA -RegCdCreateW -RegCdDeleteA -RegCdDeleteW -RegCdEnumerateA -RegCdEnumerateW -RegCdQueryA -RegCdQueryW -RegCloseServer -RegConsoleShadowQueryA -RegConsoleShadowQueryW -RegCreateUserConfigW -RegDefaultUserConfigQueryA -RegDefaultUserConfigQueryW -RegDenyTSConnectionsPolicy -RegFreeUtilityCommandList -RegGetLicensingModePolicy -RegGetMachinePolicy -RegGetMachinePolicyEx -RegGetMachinePolicyNew -RegGetTServerVersion -RegGetUserConfigFromUserParameters -RegGetUserPolicy -RegIsMachineInHelpMode -RegIsMachinePolicyAllowHelp -RegIsTServer -RegIsTimeZoneRedirectionEnabled -RegMergeUserConfigWithUserParameters -RegOpenServerA -RegOpenServerW -RegPdCreateA -RegPdCreateW -RegPdDeleteA -RegPdDeleteW -RegPdEnumerateA -RegPdEnumerateW -RegPdQueryA -RegPdQueryW -RegQueryOEMId -RegQueryUtilityCommandList -RegSAMUserConfig -RegUserConfigDelete -RegUserConfigQuery -RegUserConfigRename -RegUserConfigSet -RegWdCreateA -RegWdCreateW -RegWdDeleteA -RegWdDeleteW -RegWdEnumerateA -RegWdEnumerateW -RegWdQueryA -RegWdQueryW -RegWinStationAccessCheck -RegWinStationCreateA -RegWinStationCreateW -RegWinStationDeleteA -RegWinStationDeleteW -RegWinStationEnumerateA -RegWinStationEnumerateW -RegWinStationQueryA -RegWinStationQueryDefaultSecurity -RegWinStationQueryEx -RegWinStationQueryExNew -RegWinStationQueryNumValueW -RegWinStationQuerySecurityA -RegWinStationQuerySecurityW -RegWinStationQueryValueW -RegWinStationQueryW -RegWinStationSetNumValueW -RegWinStationSetSecurityA -RegWinStationSetSecurityW -RegWinstationQuerySecurityConfig_Machine -RegWinstationQuerySecurityConfig_Merged -RegWinstationSetSecurityConfig -SetUserProperty -UsrPropGetString -UsrPropGetValue -UsrPropSetString -UsrPropSetValue -WaitForTSConnectionsPolicyChanges diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/regsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/regsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/regsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/regsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file regsvc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY regsvc.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/regwizc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/regwizc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/regwizc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/regwizc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RegWizCtrl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RegWizCtrl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/remotepg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/remotepg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/remotepg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/remotepg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RemotePage.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RemotePage.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rend.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rend.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rend.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rend.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file rend.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rend.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/repdrvfs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/repdrvfs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/repdrvfs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/repdrvfs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file XFiles.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY XFiles.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/resutils.def mingw-w64-6.0.0/mingw-w64-crt/lib64/resutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/resutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/resutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,90 +0,0 @@ -; -; Definition file of RESUTILS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "RESUTILS.dll" -EXPORTS -ClusWorkerCheckTerminate -ClusWorkerCreate -ClusWorkerStart -ClusWorkerTerminate -ClusterClearBackupStateForSharedVolume -ClusterGetVolumeNameForVolumeMountPoint -ClusterGetVolumePathName -ClusterIsPathOnSharedVolume -ClusterPrepareSharedVolumeForBackup -ResUtilAddUnknownProperties -ResUtilCreateDirectoryTree -ResUtilDupParameterBlock -ResUtilDupString -ResUtilEnumPrivateProperties -ResUtilEnumProperties -ResUtilEnumResources -ResUtilEnumResourcesEx -ResUtilExpandEnvironmentStrings -ResUtilFindBinaryProperty -ResUtilFindDependentDiskResourceDriveLetter -ResUtilFindDwordProperty -ResUtilFindExpandSzProperty -ResUtilFindExpandedSzProperty -ResUtilFindFileTimeProperty -ResUtilFindLongProperty -ResUtilFindMultiSzProperty -ResUtilFindSzProperty -ResUtilFreeEnvironment -ResUtilFreeParameterBlock -ResUtilGetAllProperties -ResUtilGetBinaryProperty -ResUtilGetBinaryValue -ResUtilGetClusterRoleState -ResUtilGetCoreClusterResources -ResUtilGetDwordProperty -ResUtilGetDwordValue -ResUtilGetEnvironmentWithNetName -ResUtilGetFileTimeProperty -ResUtilGetLongProperty -ResUtilGetMultiSzProperty -ResUtilGetPrivateProperties -ResUtilGetProperties -ResUtilGetPropertiesToParameterBlock -ResUtilGetProperty -ResUtilGetPropertyFormats -ResUtilGetPropertySize -ResUtilGetQwordValue -ResUtilGetResourceDependency -ResUtilGetResourceDependencyByClass -ResUtilGetResourceDependencyByName -ResUtilGetResourceDependentIPAddressProps -ResUtilGetResourceName -ResUtilGetResourceNameDependency -ResUtilGetSzProperty -ResUtilGetSzValue -ResUtilIsPathValid -ResUtilIsResourceClassEqual -ResUtilPropertyListFromParameterBlock -ResUtilRemoveResourceServiceEnvironment -ResUtilResourceTypesEqual -ResUtilResourcesEqual -ResUtilSetBinaryValue -ResUtilSetDwordValue -ResUtilSetExpandSzValue -ResUtilSetMultiSzValue -ResUtilSetPrivatePropertyList -ResUtilSetPropertyParameterBlock -ResUtilSetPropertyParameterBlockEx -ResUtilSetPropertyTable -ResUtilSetPropertyTableEx -ResUtilSetQwordValue -ResUtilSetResourceServiceEnvironment -ResUtilSetResourceServiceStartParameters -ResUtilSetSzValue -ResUtilSetUnknownProperties -ResUtilStartResourceService -ResUtilStopResourceService -ResUtilStopService -ResUtilTerminateServiceProcessFromResDll -ResUtilVerifyPrivatePropertyList -ResUtilVerifyPropertyTable -ResUtilVerifyResourceService -ResUtilVerifyService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/riched20.def mingw-w64-6.0.0/mingw-w64-crt/lib64/riched20.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/riched20.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/riched20.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file RICHED20.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RICHED20.dll -EXPORTS -IID_IRichEditOle -IID_IRichEditOleCallback -CreateTextServices -IID_ITextServices -IID_ITextHost -IID_ITextHost2 -REExtendedRegisterClass -RichEdit10ANSIWndProc -RichEditANSIWndProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rnr20.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rnr20.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rnr20.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rnr20.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file RNR20.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RNR20.dll -EXPORTS -NSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcns4.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcns4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcns4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcns4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,71 +0,0 @@ -; -; Exports of file RPCNS4.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RPCNS4.dll -EXPORTS -I_GetDefaultEntrySyntax -I_RpcNsGetBuffer -I_RpcNsNegotiateTransferSyntax -I_RpcNsRaiseException -I_RpcNsSendReceive -I_RpcReBindBuffer -RpcIfIdVectorFree -RpcNsBindingExportA -RpcNsBindingExportPnPA -RpcNsBindingExportPnPW -RpcNsBindingExportW -RpcNsBindingImportBeginA -RpcNsBindingImportBeginW -RpcNsBindingImportDone -RpcNsBindingImportNext -RpcNsBindingLookupBeginA -RpcNsBindingLookupBeginW -RpcNsBindingLookupDone -RpcNsBindingLookupNext -RpcNsBindingSelect -RpcNsBindingUnexportA -RpcNsBindingUnexportPnPA -RpcNsBindingUnexportPnPW -RpcNsBindingUnexportW -RpcNsEntryExpandNameA -RpcNsEntryExpandNameW -RpcNsEntryObjectInqBeginA -RpcNsEntryObjectInqBeginW -RpcNsEntryObjectInqDone -RpcNsEntryObjectInqNext -RpcNsGroupDeleteA -RpcNsGroupDeleteW -RpcNsGroupMbrAddA -RpcNsGroupMbrAddW -RpcNsGroupMbrInqBeginA -RpcNsGroupMbrInqBeginW -RpcNsGroupMbrInqDone -RpcNsGroupMbrInqNextA -RpcNsGroupMbrInqNextW -RpcNsGroupMbrRemoveA -RpcNsGroupMbrRemoveW -RpcNsMgmtBindingUnexportA -RpcNsMgmtBindingUnexportW -RpcNsMgmtEntryCreateA -RpcNsMgmtEntryCreateW -RpcNsMgmtEntryDeleteA -RpcNsMgmtEntryDeleteW -RpcNsMgmtEntryInqIfIdsA -RpcNsMgmtEntryInqIfIdsW -RpcNsMgmtHandleSetExpAge -RpcNsMgmtInqExpAge -RpcNsMgmtSetExpAge -RpcNsProfileDeleteA -RpcNsProfileDeleteW -RpcNsProfileEltAddA -RpcNsProfileEltAddW -RpcNsProfileEltInqBeginA -RpcNsProfileEltInqBeginW -RpcNsProfileEltInqDone -RpcNsProfileEltInqNextA -RpcNsProfileEltInqNextW -RpcNsProfileEltRemoveA -RpcNsProfileEltRemoveW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcnsh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcnsh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcnsh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcnsh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file rpcnsh.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rpcnsh.DLL -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcrt4.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcrt4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcrt4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcrt4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,551 +0,0 @@ -; -; Definition file of RPCRT4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "RPCRT4.dll" -EXPORTS -CreateProxyFromTypeInfo -CreateStubFromTypeInfo -I_RpcFixTransferSyntax -I_RpcFwThisIsTheManager -I_RpcInitHttpImports -I_RpcOpenClientProcess -I_RpcServerTurnOnOffKeepalives -I_RpcVerifierCorruptionExpected -NdrFullPointerFree -NdrFullPointerInsertRefId -NdrFullPointerQueryPointer -NdrFullPointerQueryRefId -NdrGetBaseInterfaceFromStub -RpcCertMatchPrincipalName -CStdStubBuffer_AddRef -CStdStubBuffer_Connect -CStdStubBuffer_CountRefs -CStdStubBuffer_DebugServerQueryInterface -CStdStubBuffer_DebugServerRelease -CStdStubBuffer_Disconnect -CStdStubBuffer_Invoke -CStdStubBuffer_IsIIDSupported -CStdStubBuffer_QueryInterface -CreateProxyFromTypeInfo -CreateStubFromTypeInfo -DceErrorInqTextA -DceErrorInqTextW -DllGetClassObject -DllInstall -DllRegisterServer -GlobalMutexClearExternal -GlobalMutexRequestExternal -IUnknown_AddRef_Proxy -IUnknown_QueryInterface_Proxy -IUnknown_Release_Proxy -I_RpcAbortAsyncCall -I_RpcAllocate -I_RpcAsyncAbortCall -I_RpcAsyncSetHandle -I_RpcBCacheAllocate -I_RpcBCacheFree -I_RpcBindingCopy -I_RpcBindingCreateNP -I_RpcBindingHandleToAsyncHandle -I_RpcBindingInqConnId -I_RpcBindingInqDynamicEndpoint -I_RpcBindingInqDynamicEndpointA -I_RpcBindingInqDynamicEndpointW -I_RpcBindingInqLocalClientPID -I_RpcBindingInqMarshalledTargetInfo -I_RpcBindingInqSecurityContext -I_RpcBindingInqSecurityContextKeyInfo -I_RpcBindingInqTransportType -I_RpcBindingInqWireIdForSnego -I_RpcBindingIsClientLocal -I_RpcBindingToStaticStringBindingW -I_RpcClearMutex -I_RpcConnectionInqSockBuffSize -I_RpcConnectionSetSockBuffSize -I_RpcCompleteAndFree -I_RpcDeleteMutex -I_RpcEnableWmiTrace -I_RpcExceptionFilter -I_RpcFilterDCOMActivation -I_RpcFree -I_RpcFreeBuffer -I_RpcFreePipeBuffer -I_RpcGetBuffer -I_RpcGetBufferWithObject -I_RpcGetCurrentCallHandle -I_RpcGetExtendedError -I_RpcGetPortAllocationData -I_RpcIfInqTransferSyntaxes -I_RpcLogEvent -I_RpcMapWin32Status -I_RpcMarshalBindingHandleAndInterfaceForNDF -I_RpcNDRCGetWireRepresentation -I_RpcNDRSContextEmergencyCleanup -I_RpcNegotiateTransferSyntax -I_RpcNsBindingSetEntryName -I_RpcNsBindingSetEntryNameA -I_RpcNsBindingSetEntryNameW -I_RpcNsInterfaceExported -I_RpcNsInterfaceUnexported -I_RpcParseSecurity -I_RpcPauseExecution -I_RpcProxyNewConnection -I_RpcReallocPipeBuffer -I_RpcReceive -I_RpcRecordCalloutFailure -I_RpcReplyToClientWithStatus -I_RpcRequestMutex -I_RpcSNCHOption -I_RpcSend -I_RpcSendReceive -I_RpcServerAllocateIpPort -I_RpcServerCheckClientRestriction -I_RpcServerInqAddressChangeFn -I_RpcServerInqLocalConnAddress -I_RpcServerInqRemoteConnAddress -I_RpcServerInqTransportType -I_RpcServerIsClientDisconnected -I_RpcServerRegisterForwardFunction -I_RpcServerSetAddressChangeFn -I_RpcServerStartService -I_RpcServerUseProtseq2A -I_RpcServerUseProtseq2W -I_RpcServerUseProtseqEp2A -I_RpcServerUseProtseqEp2W -I_RpcSessionStrictContextHandle -I_RpcSetAsyncHandle -I_RpcSetDCOMAppId -I_RpcSsDontSerializeContext -I_RpcSystemFunction001 -I_RpcTransConnectionAllocatePacket -I_RpcTransConnectionFreePacket -I_RpcTransConnectionReallocPacket -I_RpcTransDatagramAllocate -I_RpcTransDatagramAllocate2 -I_RpcTransDatagramFree -I_RpcTransGetThreadEvent -I_RpcTransGetThreadEventThreadOptional -I_RpcTransIoCancelled -I_RpcTransServerNewConnection -I_RpcTurnOnEEInfoPropagation -I_UuidCreate -MesBufferHandleReset -MesDecodeBufferHandleCreate -MesDecodeIncrementalHandleCreate -MesEncodeDynBufferHandleCreate -MesEncodeFixedBufferHandleCreate -MesEncodeIncrementalHandleCreate -MesHandleFree -MesIncrementalHandleReset -MesInqProcEncodingId -NDRCContextBinding -NDRCContextMarshall -NDRCContextUnmarshall -NDRSContextMarshall -NDRSContextMarshall2 -NDRSContextMarshallEx -NDRSContextUnmarshall -NDRSContextUnmarshall2 -NDRSContextUnmarshallEx -Ndr64AsyncClientCall -Ndr64AsyncServerCall64 -Ndr64AsyncServerCallAll -Ndr64DcomAsyncClientCall -Ndr64DcomAsyncStubCall -NdrAllocate -NdrAsyncClientCall -NdrAsyncServerCall -NdrByteCountPointerBufferSize -NdrByteCountPointerFree -NdrByteCountPointerMarshall -NdrByteCountPointerUnmarshall -NdrCStdStubBuffer2_Release -NdrCStdStubBuffer_Release -NdrClearOutParameters -NdrClientCall2 -NdrClientCall3 -NdrClientContextMarshall -NdrClientContextUnmarshall -NdrClientInitialize -NdrClientInitializeNew -NdrComplexArrayBufferSize -NdrComplexArrayFree -NdrComplexArrayMarshall -NdrComplexArrayMemorySize -NdrComplexArrayUnmarshall -NdrComplexStructBufferSize -NdrComplexStructFree -NdrComplexStructMarshall -NdrComplexStructMemorySize -NdrComplexStructUnmarshall -NdrConformantArrayBufferSize -NdrConformantArrayFree -NdrConformantArrayMarshall -NdrConformantArrayMemorySize -NdrConformantArrayUnmarshall -NdrConformantStringBufferSize -NdrConformantStringMarshall -NdrConformantStringMemorySize -NdrConformantStringUnmarshall -NdrConformantStructBufferSize -NdrConformantStructFree -NdrConformantStructMarshall -NdrConformantStructMemorySize -NdrConformantStructUnmarshall -NdrConformantVaryingArrayBufferSize -NdrConformantVaryingArrayFree -NdrConformantVaryingArrayMarshall -NdrConformantVaryingArrayMemorySize -NdrConformantVaryingArrayUnmarshall -NdrConformantVaryingStructBufferSize -NdrConformantVaryingStructFree -NdrConformantVaryingStructMarshall -NdrConformantVaryingStructMemorySize -NdrConformantVaryingStructUnmarshall -NdrContextHandleInitialize -NdrContextHandleSize -NdrConvert -NdrConvert2 -NdrCorrelationFree -NdrCorrelationInitialize -NdrCorrelationPass -NdrCreateServerInterfaceFromStub -NdrDcomAsyncClientCall -NdrDcomAsyncStubCall -NdrDllCanUnloadNow -NdrDllGetClassObject -NdrDllRegisterProxy -NdrDllUnregisterProxy -NdrEncapsulatedUnionBufferSize -NdrEncapsulatedUnionFree -NdrEncapsulatedUnionMarshall -NdrEncapsulatedUnionMemorySize -NdrEncapsulatedUnionUnmarshall -NdrFixedArrayBufferSize -NdrFixedArrayFree -NdrFixedArrayMarshall -NdrFixedArrayMemorySize -NdrFixedArrayUnmarshall -NdrFreeBuffer -NdrFullPointerFree -NdrFullPointerInsertRefId -NdrFullPointerQueryPointer -NdrFullPointerQueryRefId -NdrFullPointerXlatFree -NdrFullPointerXlatInit -NdrGetBuffer -NdrGetDcomProtocolVersion -NdrGetSimpleTypeBufferAlignment -NdrGetSimpleTypeBufferSize -NdrGetSimpleTypeMemorySize -NdrGetTypeFlags -NdrGetUserMarshalInfo -NdrInterfacePointerBufferSize -NdrInterfacePointerFree -NdrInterfacePointerMarshall -NdrInterfacePointerMemorySize -NdrInterfacePointerUnmarshall -NdrMapCommAndFaultStatus -NdrMesProcEncodeDecode -NdrMesProcEncodeDecode2 -NdrMesProcEncodeDecode3 -NdrMesSimpleTypeAlignSize -NdrMesSimpleTypeAlignSizeAll -NdrMesSimpleTypeDecode -NdrMesSimpleTypeDecodeAll -NdrMesSimpleTypeEncode -NdrMesSimpleTypeEncodeAll -NdrMesTypeAlignSize -NdrMesTypeAlignSize2 -NdrMesTypeAlignSize3 -NdrMesTypeDecode -NdrMesTypeDecode2 -NdrMesTypeDecode3 -NdrMesTypeEncode -NdrMesTypeEncode2 -NdrMesTypeEncode3 -NdrMesTypeFree2 -NdrMesTypeFree3 -NdrNonConformantStringBufferSize -NdrNonConformantStringMarshall -NdrNonConformantStringMemorySize -NdrNonConformantStringUnmarshall -NdrNonEncapsulatedUnionBufferSize -NdrNonEncapsulatedUnionFree -NdrNonEncapsulatedUnionMarshall -NdrNonEncapsulatedUnionMemorySize -NdrNonEncapsulatedUnionUnmarshall -NdrNsGetBuffer -NdrNsSendReceive -NdrOleAllocate -NdrOleFree -NdrOutInit -NdrPartialIgnoreClientBufferSize -NdrPartialIgnoreClientMarshall -NdrPartialIgnoreServerInitialize -NdrPartialIgnoreServerUnmarshall -NdrPointerBufferSize -NdrPointerFree -NdrPointerMarshall -NdrPointerMemorySize -NdrPointerUnmarshall -NdrProxyErrorHandler -NdrProxyFreeBuffer -NdrProxyGetBuffer -NdrProxyInitialize -NdrProxySendReceive -NdrRangeUnmarshall -NdrRpcSmClientAllocate -NdrRpcSmClientFree -NdrRpcSmSetClientToOsf -NdrRpcSsDefaultAllocate -NdrRpcSsDefaultFree -NdrRpcSsDisableAllocate -NdrRpcSsEnableAllocate -NdrSendReceive -NdrServerCall2 -NdrServerCallAll -NdrServerCallNdr64 -NdrServerContextMarshall -NdrServerContextNewMarshall -NdrServerContextNewUnmarshall -NdrServerContextUnmarshall -NdrServerInitialize -NdrServerInitializeMarshall -NdrServerInitializeNew -NdrServerInitializePartial -NdrServerInitializeUnmarshall -NdrSimpleStructBufferSize -NdrSimpleStructFree -NdrSimpleStructMarshall -NdrSimpleStructMemorySize -NdrSimpleStructUnmarshall -NdrSimpleTypeMarshall -NdrSimpleTypeUnmarshall -NdrStubCall2 -NdrStubCall3 -NdrStubForwardingFunction -NdrStubGetBuffer -NdrStubInitialize -NdrStubInitializeMarshall -NdrTypeFlags DATA -NdrTypeFree -NdrTypeMarshall -NdrTypeSize -NdrTypeUnmarshall -NdrUnmarshallBasetypeInline -NdrUserMarshalBufferSize -NdrUserMarshalFree -NdrUserMarshalMarshall -NdrUserMarshalMemorySize -NdrUserMarshalSimpleTypeConvert -NdrUserMarshalUnmarshall -NdrVaryingArrayBufferSize -NdrVaryingArrayFree -NdrVaryingArrayMarshall -NdrVaryingArrayMemorySize -NdrVaryingArrayUnmarshall -NdrXmitOrRepAsBufferSize -NdrXmitOrRepAsFree -NdrXmitOrRepAsMarshall -NdrXmitOrRepAsMemorySize -NdrXmitOrRepAsUnmarshall -NdrpCreateProxy -NdrpCreateStub -NdrpGetProcFormatString -NdrpGetTypeFormatString -NdrpGetTypeGenCookie -NdrpMemoryIncrement -NdrpReleaseTypeFormatString -NdrpReleaseTypeGenCookie -NdrpSetRpcSsDefaults -NdrpVarVtOfTypeDesc -RpcAbortAsyncCall -RpcAsyncAbortCall -RpcAsyncCancelCall -RpcAsyncCompleteCall -RpcAsyncGetCallStatus -RpcAsyncInitializeHandle -RpcAsyncRegisterInfo -RpcBindingBind -RpcBindingCopy -RpcBindingCreateA -RpcBindingCreateW -RpcBindingFree -RpcBindingFromStringBindingA -RpcBindingFromStringBindingW -RpcBindingInqAuthClientA -RpcBindingInqAuthClientExA -RpcBindingInqAuthClientExW -RpcBindingInqAuthClientW -RpcBindingInqAuthInfoA -RpcBindingInqAuthInfoExA -RpcBindingInqAuthInfoExW -RpcBindingInqAuthInfoW -RpcBindingInqObject -RpcBindingInqOption -RpcBindingReset -RpcBindingServerFromClient -RpcBindingSetAuthInfoA -RpcBindingSetAuthInfoExA -RpcBindingSetAuthInfoExW -RpcBindingSetAuthInfoW -RpcBindingSetObject -RpcBindingSetOption -RpcBindingToStringBindingA -RpcBindingToStringBindingW -RpcBindingUnbind -RpcBindingVectorFree -RpcCancelAsyncCall -RpcCancelThread -RpcCancelThreadEx -RpcCertGeneratePrincipalNameA -RpcCertGeneratePrincipalNameW -RpcCompleteAsyncCall -RpcEpRegisterA -RpcEpRegisterNoReplaceA -RpcEpRegisterNoReplaceW -RpcEpRegisterW -RpcEpResolveBinding -RpcEpUnregister -RpcErrorAddRecord -RpcErrorClearInformation -RpcErrorEndEnumeration -RpcErrorGetNextRecord -RpcErrorGetNumberOfRecords -RpcErrorLoadErrorInfo -RpcErrorResetEnumeration -RpcErrorSaveErrorInfo -RpcErrorStartEnumeration -RpcExceptionFilter -RpcFreeAuthorizationContext -RpcGetAsyncCallStatus -RpcGetAuthorizationContextForClient -RpcIfIdVectorFree -RpcIfInqId -RpcImpersonateClient -RpcInitializeAsyncHandle -RpcMgmtEnableIdleCleanup -RpcMgmtEpEltInqBegin -RpcMgmtEpEltInqDone -RpcMgmtEpEltInqNextA -RpcMgmtEpEltInqNextW -RpcMgmtEpUnregister -RpcMgmtInqComTimeout -RpcMgmtInqDefaultProtectLevel -RpcMgmtInqIfIds -RpcMgmtInqServerPrincNameA -RpcMgmtInqServerPrincNameW -RpcMgmtInqStats -RpcMgmtIsServerListening -RpcMgmtSetAuthorizationFn -RpcMgmtSetCancelTimeout -RpcMgmtSetComTimeout -RpcMgmtSetServerStackSize -RpcMgmtStatsVectorFree -RpcMgmtStopServerListening -RpcMgmtWaitServerListen -RpcNetworkInqProtseqsA -RpcNetworkInqProtseqsW -RpcNetworkIsProtseqValidA -RpcNetworkIsProtseqValidW -RpcNsBindingInqEntryNameA -RpcNsBindingInqEntryNameW -RpcObjectInqType -RpcObjectSetInqFn -RpcObjectSetType -RpcProtseqVectorFreeA -RpcProtseqVectorFreeW -RpcRaiseException -RpcRegisterAsyncInfo -RpcRevertToSelf -RpcRevertToSelfEx -RpcServerCompleteSecurityCallback -RpcServerInqBindingHandle -RpcServerInqBindings -RpcServerInqCallAttributesA -RpcServerInqCallAttributesW -RpcServerInqDefaultPrincNameA -RpcServerInqDefaultPrincNameW -RpcServerInqIf -RpcServerListen -RpcServerRegisterAuthInfoA -RpcServerRegisterAuthInfoW -RpcServerRegisterIf -RpcServerRegisterIf2 -RpcServerRegisterIfEx -RpcServerSubscribeForNotification -RpcServerTestCancel -RpcServerUnregisterIf -RpcServerUnregisterIfEx -RpcServerUnsubscribeForNotification -RpcServerUseAllProtseqs -RpcServerUseAllProtseqsEx -RpcServerUseAllProtseqsIf -RpcServerUseAllProtseqsIfEx -RpcServerUseProtseqA -RpcServerUseProtseqEpA -RpcServerUseProtseqEpExA -RpcServerUseProtseqEpExW -RpcServerUseProtseqEpW -RpcServerUseProtseqExA -RpcServerUseProtseqExW -RpcServerUseProtseqIfA -RpcServerUseProtseqIfExA -RpcServerUseProtseqIfExW -RpcServerUseProtseqIfW -RpcServerUseProtseqW -RpcServerYield -RpcSmAllocate -RpcSmClientFree -RpcSmDestroyClientContext -RpcSmDisableAllocate -RpcSmEnableAllocate -RpcSmFree -RpcSmGetThreadHandle -RpcSmSetClientAllocFree -RpcSmSetThreadHandle -RpcSmSwapClientAllocFree -RpcSsAllocate -RpcSsContextLockExclusive -RpcSsContextLockShared -RpcSsDestroyClientContext -RpcSsDisableAllocate -RpcSsDontSerializeContext -RpcSsEnableAllocate -RpcSsFree -RpcSsGetContextBinding -RpcSsGetThreadHandle -RpcSsSetClientAllocFree -RpcSsSetThreadHandle -RpcSsSwapClientAllocFree -RpcStringBindingComposeA -RpcStringBindingComposeW -RpcStringBindingParseA -RpcStringBindingParseW -RpcStringFreeA -RpcStringFreeW -RpcTestCancel -RpcUserFree -SimpleTypeAlignment DATA -SimpleTypeBufferSize DATA -SimpleTypeMemorySize DATA -TowerConstruct -TowerExplode -UuidCompare -UuidCreate -UuidCreateNil -UuidCreateSequential -UuidEqual -UuidFromStringA -UuidFromStringW -UuidHash -UuidIsNil -UuidToStringA -UuidToStringW -pfnFreeRoutines DATA -pfnMarshallRoutines DATA -pfnSizeRoutines DATA -pfnUnmarshallRoutines DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcss.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcss.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rpcss.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rpcss.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RPCSS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RPCSS.dll -EXPORTS -ServiceMain -CoGetComCatalog -GetRPCSSInfo -WhichService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rsaenh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rsaenh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rsaenh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rsaenh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Exports of file RSAENH.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RSAENH.dll -EXPORTS -CPAcquireContext -CPCreateHash -CPDecrypt -CPDeriveKey -CPDestroyHash -CPDestroyKey -CPDuplicateHash -CPDuplicateKey -CPEncrypt -CPExportKey -CPGenKey -CPGenRandom -CPGetHashParam -CPGetKeyParam -CPGetProvParam -CPGetUserKey -CPHashData -CPHashSessionKey -CPImportKey -CPReleaseContext -CPSetHashParam -CPSetKeyParam -CPSetProvParam -CPSignHash -CPVerifySignature -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rsfsaps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rsfsaps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rsfsaps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rsfsaps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file ps.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ps.dll -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rshx32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rshx32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rshx32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rshx32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file RSHX32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RSHX32.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rsmps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rsmps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rsmps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rsmps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file rsmps.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rsmps.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rtutils.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rtutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rtutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rtutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Exports of file rtutils.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY rtutils.dll -EXPORTS -LogErrorA -LogErrorW -LogEventA -LogEventW -MprSetupProtocolEnum -MprSetupProtocolFree -QueueWorkItem -RouterAssert -RouterGetErrorStringA -RouterGetErrorStringW -RouterLogDeregisterA -RouterLogDeregisterW -RouterLogEventA -RouterLogEventDataA -RouterLogEventDataW -RouterLogEventExA -RouterLogEventExW -RouterLogEventStringA -RouterLogEventStringW -RouterLogEventValistExA -RouterLogEventValistExW -RouterLogEventW -RouterLogRegisterA -RouterLogRegisterW -SetIoCompletionProc -TraceDeregisterA -TraceDeregisterExA -TraceDeregisterExW -TraceDeregisterW -TraceDumpExA -TraceDumpExW -TraceGetConsoleA -TraceGetConsoleW -TracePrintfA -TracePrintfExA -TracePrintfExW -TracePrintfW -TracePutsExA -TracePutsExW -TraceRegisterExA -TraceRegisterExW -TraceVprintfExA -TraceVprintfExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/runtimeobject.def mingw-w64-6.0.0/mingw-w64-crt/lib64/runtimeobject.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/runtimeobject.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/runtimeobject.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -LIBRARY "api-ms-win-core-winrt-l1-1-0.dll" -EXPORTS -RoActivateInstance -RoGetActivationFactory -RoGetApartmentIdentifier -RoInitialize -RoRegisterActivationFactories -RoRevokeActivationFactories -RoUninitialize - -LIBRARY "api-ms-win-core-winrt-string-l1-1-0.dll" -EXPORTS -HSTRING_UserFree -HSTRING_UserFree64 -HSTRING_UserMarshal -HSTRING_UserMarshal64 -HSTRING_UserSize -HSTRING_UserSize64 -HSTRING_UserUnmarshal -HSTRING_UserUnmarshal64 -WindowsCompareStringOrdinal -WindowsConcatString -WindowsCreateString -WindowsCreateStringReference -WindowsDeleteString -WindowsDeleteStringBuffer -WindowsDuplicateString -WindowsGetStringLen -WindowsGetStringRawBuffer -WindowsInspectString -WindowsIsStringEmpty -WindowsPreallocateStringBuffer -WindowsPromoteStringBuffer -WindowsReplaceString -WindowsStringHasEmbeddedNull -WindowsSubstring -WindowsSubstringWithSpecifiedLength -WindowsTrimStringEnd -WindowsTrimStringStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/runtimeobject.mri mingw-w64-6.0.0/mingw-w64-crt/lib64/runtimeobject.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib64/runtimeobject.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/runtimeobject.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +CREATE lib64/libruntimeobject.a +ADDLIB lib64/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/rwnh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/rwnh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/rwnh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/rwnh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ -; -; Exports of file RWNH.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY RWNH.dll -EXPORTS -; public: __cdecl CCritSection::CCritSection(void) __ptr64 -??0CCritSection@@QEAA@XZ -; public: __cdecl CShareLockExport::CShareLockExport(void) __ptr64 -??0CShareLockExport@@QEAA@XZ -; public: __cdecl CShareLockNH::CShareLockNH(void) __ptr64 -??0CShareLockNH@@QEAA@XZ -; public: __cdecl CSimpleCritSection::CSimpleCritSection(void) __ptr64 -??0CSimpleCritSection@@QEAA@XZ -; public: __cdecl CCritSection::~CCritSection(void) __ptr64 -??1CCritSection@@QEAA@XZ -; public: __cdecl CShareLockExport::~CShareLockExport(void) __ptr64 -??1CShareLockExport@@QEAA@XZ -; public: __cdecl CShareLockNH::~CShareLockNH(void) __ptr64 -??1CShareLockNH@@QEAA@XZ -; public: __cdecl CSimpleCritSection::~CSimpleCritSection(void) __ptr64 -??1CSimpleCritSection@@QEAA@XZ -; public: class CShareLockExport & __ptr64 __cdecl CShareLockExport::operator=(class CShareLockExport const & __ptr64) __ptr64 -??4CShareLockExport@@QEAAAEAV0@AEBV0@@Z -; public: class CSimpleCritSection & __ptr64 __cdecl CSimpleCritSection::operator=(class CSimpleCritSection const & __ptr64) __ptr64 -??4CSimpleCritSection@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl CCritSection::Enter(class CWaitingThread & __ptr64) __ptr64 -?Enter@CCritSection@@QEAAXAEAVCWaitingThread@@@Z -; public: void __cdecl CCritSection::Enter(void) __ptr64 -?Enter@CCritSection@@QEAAXXZ -; public: void __cdecl CSimpleCritSection::Enter(class CWaitingThread & __ptr64) __ptr64 -?Enter@CSimpleCritSection@@QEAAXAEAVCWaitingThread@@@Z -; public: void __cdecl CSimpleCritSection::Enter(void) __ptr64 -?Enter@CSimpleCritSection@@QEAAXXZ -; public: void __cdecl CShareLockExport::ExclusiveLock(void) __ptr64 -?ExclusiveLock@CShareLockExport@@QEAAXXZ -; public: void __cdecl CShareLockNH::ExclusiveLock(void) __ptr64 -?ExclusiveLock@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockNH::ExclusiveToPartial(void) __ptr64 -?ExclusiveToPartial@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockExport::ExclusiveToShared(void) __ptr64 -?ExclusiveToShared@CShareLockExport@@QEAAXXZ -; public: void __cdecl CShareLockNH::ExclusiveToShared(void) __ptr64 -?ExclusiveToShared@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockExport::ExclusiveUnlock(void) __ptr64 -?ExclusiveUnlock@CShareLockExport@@QEAAXXZ -; public: void __cdecl CShareLockNH::ExclusiveUnlock(void) __ptr64 -?ExclusiveUnlock@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockNH::FirstPartialToExclusive(void) __ptr64 -?FirstPartialToExclusive@CShareLockNH@@QEAAXXZ -; void * __ptr64 __cdecl GetPerThreadEvent(void) -?GetPerThreadEvent@@YAPEAXXZ -; public: void __cdecl CCritSection::Leave(void) __ptr64 -?Leave@CCritSection@@QEAAXXZ -; public: void __cdecl CSimpleCritSection::Leave(void) __ptr64 -?Leave@CSimpleCritSection@@QEAAXXZ -; public: void __cdecl CShareLockNH::PartialLock(void) __ptr64 -?PartialLock@CShareLockNH@@QEAAXXZ -; public: int __cdecl CShareLockNH::PartialToExclusive(void) __ptr64 -?PartialToExclusive@CShareLockNH@@QEAAHXZ -; public: void __cdecl CShareLockNH::PartialToShared(void) __ptr64 -?PartialToShared@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockNH::PartialUnlock(void) __ptr64 -?PartialUnlock@CShareLockNH@@QEAAXXZ -; public: void __cdecl CShareLockExport::ShareLock(void) __ptr64 -?ShareLock@CShareLockExport@@QEAAXXZ -; public: void __cdecl CShareLockNH::ShareLock(void) __ptr64 -?ShareLock@CShareLockNH@@QEAAXXZ -; private: void __cdecl CShareLockNH::ShareLockInternal(void) __ptr64 -?ShareLockInternal@CShareLockNH@@AEAAXXZ -; public: void __cdecl CShareLockExport::ShareUnlock(void) __ptr64 -?ShareUnlock@CShareLockExport@@QEAAXXZ -; public: void __cdecl CShareLockNH::ShareUnlock(void) __ptr64 -?ShareUnlock@CShareLockNH@@QEAAXXZ -; private: void __cdecl CShareLockNH::ShareUnlockInternal(void) __ptr64 -?ShareUnlockInternal@CShareLockNH@@AEAAXXZ -; public: int __cdecl CShareLockExport::SharedToExclusive(void) __ptr64 -?SharedToExclusive@CShareLockExport@@QEAAHXZ -; public: int __cdecl CShareLockNH::SharedToExclusive(void) __ptr64 -?SharedToExclusive@CShareLockNH@@QEAAHXZ -; public: int __cdecl CShareLockNH::SharedToPartial(void) __ptr64 -?SharedToPartial@CShareLockNH@@QEAAHXZ -; public: int __cdecl CCritSection::TryEnter(class CWaitingThread & __ptr64) __ptr64 -?TryEnter@CCritSection@@QEAAHAEAVCWaitingThread@@@Z -; public: int __cdecl CCritSection::TryEnter(void) __ptr64 -?TryEnter@CCritSection@@QEAAHXZ -; public: int __cdecl CSimpleCritSection::TryEnter(class CWaitingThread & __ptr64) __ptr64 -?TryEnter@CSimpleCritSection@@QEAAHAEAVCWaitingThread@@@Z -; public: int __cdecl CSimpleCritSection::TryEnter(void) __ptr64 -?TryEnter@CSimpleCritSection@@QEAAHXZ -; public: int __cdecl CShareLockExport::TryExclusiveLock(void) __ptr64 -?TryExclusiveLock@CShareLockExport@@QEAAHXZ -; public: int __cdecl CShareLockNH::TryExclusiveLock(void) __ptr64 -?TryExclusiveLock@CShareLockNH@@QEAAHXZ -; public: int __cdecl CShareLockNH::TryPartialLock(void) __ptr64 -?TryPartialLock@CShareLockNH@@QEAAHXZ -; public: int __cdecl CShareLockExport::TryShareLock(void) __ptr64 -?TryShareLock@CShareLockExport@@QEAAHXZ -; public: int __cdecl CShareLockNH::TryShareLock(void) __ptr64 -?TryShareLock@CShareLockNH@@QEAAHXZ -; private: void __cdecl CShareLockNH::WakeReaders(void) __ptr64 -?WakeReaders@CShareLockNH@@AEAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/safrcdlg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/safrcdlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/safrcdlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/safrcdlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SAFRCFileDlg.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SAFRCFileDlg.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/safrdm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/safrdm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/safrdm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/safrdm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SAFrdm.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SAFrdm.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/safrslv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/safrslv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/safrslv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/safrslv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SAFRSLV.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SAFRSLV.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/samcli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/samcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/samcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/samcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -; -; Definition file of samcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "samcli.dll" -EXPORTS -NetGetDisplayInformationIndex -NetGroupAdd -NetGroupAddUser -NetGroupDel -NetGroupDelUser -NetGroupEnum -NetGroupGetInfo -NetGroupGetUsers -NetGroupSetInfo -NetGroupSetUsers -NetLocalGroupAdd -NetLocalGroupAddMember -NetLocalGroupAddMembers -NetLocalGroupDel -NetLocalGroupDelMember -NetLocalGroupDelMembers -NetLocalGroupEnum -NetLocalGroupGetInfo -NetLocalGroupGetMembers -NetLocalGroupSetInfo -NetLocalGroupSetMembers -NetQueryDisplayInformation -NetUserAdd -NetUserChangePassword -NetUserDel -NetUserEnum -NetUserGetGroups -NetUserGetInfo -NetUserGetLocalGroups -NetUserModalsGet -NetUserModalsSet -NetUserSetGroups -NetUserSetInfo -NetValidatePasswordPolicy -NetValidatePasswordPolicyFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scarddlg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scarddlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scarddlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scarddlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Exports of file SCARDDLG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SCARDDLG.dll -EXPORTS -GetOpenCardNameA -GetOpenCardNameW -SCardDlgExtendedError -SCardUIDlgSelectCardA -SCardUIDlgSelectCardW -SCardUIDlgGetPINA -SCardUIDlgChangePINA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sccsccp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sccsccp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sccsccp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sccsccp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SccSCCP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SccSCCP.DLL -EXPORTS -SCCPDllCanUnloadNow -SCCPDllGetClassObject -SCCPDllRegisterServer -SCCPDllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scesrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scesrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scesrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file SCESRV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SCESRV.dll -EXPORTS -ScesrvInitializeServer -ScesrvTerminateServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/schannel.def mingw-w64-6.0.0/mingw-w64-crt/lib64/schannel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/schannel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/schannel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -; -; Exports of file SCHANNEL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SCHANNEL.dll -EXPORTS -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -ApplyControlToken -CloseSslPerformanceData -CollectSslPerformanceData -CompleteAuthToken -DeleteSecurityContext -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -FreeContextBuffer -FreeCredentialsHandle -ImpersonateSecurityContext -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -MakeSignature -OpenSslPerformanceData -QueryContextAttributesA -QueryContextAttributesW -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SealMessage -SpLsaModeInitialize -SpUserModeInitialize -SslCrackCertificate -SslEmptyCacheA -SslEmptyCacheW -SslFreeCertificate -SslGenerateKeyPair -SslGenerateRandomBits -SslGetMaximumKeySize -SslLoadCertificate -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/schedcli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/schedcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/schedcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/schedcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of schedcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "schedcli.dll" -EXPORTS -NetScheduleJobAdd -NetScheduleJobDel -NetScheduleJobEnum -NetScheduleJobGetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scripto.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scripto.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scripto.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scripto.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file scripto.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY scripto.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scriptpw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scriptpw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scriptpw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scriptpw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ScriptPW.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ScriptPW.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scrobj.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scrobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scrobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scrobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Exports of file SCROBJ.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SCROBJ.dll -EXPORTS -GenerateTypeLib -GenerateTypeLibW -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllRegisterServerEx -DllRegisterServerExA -DllRegisterServerExW -DllUnregisterServer -DllUnregisterServerEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scrptutl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scrptutl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scrptutl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scrptutl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ScrptUtl.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ScrptUtl.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/scrrun.def mingw-w64-6.0.0/mingw-w64-crt/lib64/scrrun.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/scrrun.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/scrrun.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file ScrRun.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ScrRun.dll -EXPORTS -DLLGetDocumentation -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -DoOpenPipeStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sdhcinst.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sdhcinst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sdhcinst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sdhcinst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file sdhcinst.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY sdhcinst.dll -EXPORTS -SdClassCoInstaller -SdClassInstall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sdpblb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sdpblb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sdpblb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sdpblb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file sdpblb.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY sdpblb.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/seclogon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/seclogon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/seclogon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/seclogon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file seclogon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY seclogon.dll -EXPORTS -DllRegisterServer -DllUnregisterServer -SvcEntry_Seclogon -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/secur32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/secur32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/secur32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/secur32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,113 +0,0 @@ -; -; Definition file of Secur32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "Secur32.dll" -EXPORTS -SecDeleteUserModeContext -SecInitUserModeContext -CloseLsaPerformanceData -CollectLsaPerformanceData -OpenLsaPerformanceData -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddCredentialsA -AddCredentialsW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -ChangeAccountPasswordA -ChangeAccountPasswordW -CompleteAuthToken -CredMarshalTargetInfo -CredParseUserNameWithType -CredUnmarshalTargetInfo -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -GetComputerObjectNameA -GetComputerObjectNameW -GetSecurityUserInfo -GetUserNameExA -GetUserNameExW -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -LsaCallAuthenticationPackage -LsaConnectUntrusted -LsaDeregisterLogonProcess -LsaEnumerateLogonSessions -LsaFreeReturnBuffer -LsaGetLogonSessionData -LsaLogonUser -LsaLookupAuthenticationPackage -LsaRegisterLogonProcess -LsaRegisterPolicyChangeNotification -LsaUnregisterPolicyChangeNotification -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SaslAcceptSecurityContext -SaslEnumerateProfilesA -SaslEnumerateProfilesW -SaslGetContextOption -SaslGetProfilePackageA -SaslGetProfilePackageW -SaslIdentifyPackageA -SaslIdentifyPackageW -SaslInitializeSecurityContextA -SaslInitializeSecurityContextW -SaslSetContextOption -SealMessage -SecCacheSspiPackages -SeciAllocateAndSetCallFlags -SeciAllocateAndSetIPAddress -SeciFreeCallContext -SecpFreeMemory -SecpSetIPAddress -SecpTranslateName -SecpTranslateNameEx -SetContextAttributesA -SetContextAttributesW -SetCredentialsAttributesA -SetCredentialsAttributesW -SspiCompareAuthIdentities -SspiCopyAuthIdentity -SspiDecryptAuthIdentity -SspiEncodeAuthIdentityAsStrings -SspiEncodeStringsAsAuthIdentity -SspiEncryptAuthIdentity -SspiExcludePackage -SspiFreeAuthIdentity -SspiGetTargetHostName -SspiIsAuthIdentityEncrypted -SspiLocalFree -SspiMarshalAuthIdentity -SspiPrepareForCredRead -SspiPrepareForCredWrite -SspiUnmarshalAuthIdentity -SspiValidateAuthIdentity -SspiZeroAuthIdentity -TranslateNameA -TranslateNameW -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/security.def mingw-w64-6.0.0/mingw-w64-crt/lib64/security.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/security.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/security.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -; -; Exports of file Security.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Security.dll -EXPORTS -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -CompleteAuthToken -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SealMessage -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sendcmsg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sendcmsg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sendcmsg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sendcmsg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SendCMsg.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SendCMsg.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sendmail.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sendmail.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sendmail.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sendmail.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SendMail.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SendMail.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sensapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sensapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sensapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sensapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file SensApi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SensApi.dll -EXPORTS -IsDestinationReachableA -IsDestinationReachableW -IsNetworkAlive diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sens.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sens.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sens.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sens.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file Sens.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY Sens.dll -EXPORTS -ServiceMain -SensNotifyNetconEvent -SensNotifyRasEvent -SensNotifyWinlogonEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/seos.def mingw-w64-6.0.0/mingw-w64-crt/lib64/seos.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/seos.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/seos.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file SEOS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SEOS.DLL -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/serialui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/serialui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/serialui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/serialui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file SERIALUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SERIALUI.dll -EXPORTS -drvCommConfigDialogW -drvCommConfigDialogA -drvSetDefaultCommConfigW -drvSetDefaultCommConfigA -drvGetDefaultCommConfigW -drvGetDefaultCommConfigA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/servdeps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/servdeps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/servdeps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/servdeps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file ServDeps.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ServDeps.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/serwvdrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/serwvdrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/serwvdrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/serwvdrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file SERWVDRV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SERWVDRV.dll -EXPORTS -DriverProc -widMessage -wodMessage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shell32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shell32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shell32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shell32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,380 +0,0 @@ -; -; Definition file of SHELL32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "SHELL32.dll" -EXPORTS -SHChangeNotifyRegister -SHDefExtractIconA -SHChangeNotifyDeregister -SHDefExtractIconW -PifMgr_OpenProperties -PifMgr_GetProperties -PifMgr_SetProperties -PifMgr_CloseProperties -SHStartNetConnectionDialogW -ILFindLastID -ILRemoveLastID -ILClone -ILCloneFirst -ILIsEqual -DAD_DragEnterEx2 -ILIsParent -ILFindChild -ILCombine -ILLoadFromStream -ILSaveToStream -SHILCreateFromPath -IsLFNDriveA -IsLFNDriveW -PathIsExe -PathMakeUniqueName -PathQualify -PathResolve -RestartDialog -PickIconDlg -GetFileNameFromBrowse -DriveType -IsNetDrive -Shell_MergeMenus -SHGetSetSettings -Shell_GetImageLists -Shell_GetCachedImageIndex -SHShellFolderView_Message -SHCreateStdEnumFmtEtc -PathYetAnotherMakeUniqueName -SHMapPIDLToSystemImageListIndex -SHOpenPropSheetW -OpenAs_RunDLL -CIDLData_CreateFromIDArray -OpenRegStream -SHDoDragDrop -SHCloneSpecialIDList -SHFindFiles -PathGetShortPath -SHGetRealIDL -SHRestricted -SHCoCreateInstance -SignalFileOpen -Activate_RunDLL -CheckEscapesA -CheckEscapesW -Control_FillCache_RunDLL -Control_FillCache_RunDLLA -Control_FillCache_RunDLLW -IsLFNDrive -SHFlushClipboard -OpenAs_RunDLLA -DAD_AutoScroll -DAD_DragEnterEx -DAD_DragLeave -OpenAs_RunDLLW -DAD_DragMove -PrepareDiscForBurnRunDllW -DAD_SetDragImage -DAD_ShowDragImage -PrintersGetCommand_RunDLL -PrintersGetCommand_RunDLLA -SHCLSIDFromString -SHFind_InitMenuPopup -SHMapIDListToImageListIndexAsync -PrintersGetCommand_RunDLLW -ILGetSize -ILGetNext -ILAppendID -ILFree -ILCreateFromPath -SHRunControlPanel -SHSimpleIDListFromPath -Win32DeleteFile -SHCreateDirectory -CallCPLEntry16 -SHAddFromPropSheetExtArray -SHCreatePropSheetExtArray -SHDestroyPropSheetExtArray -SHReplaceFromPropSheetExtArray -PathCleanupSpec -SHValidateUNC -SHCreateShellFolderViewEx -SHSetInstanceExplorer -SHObjectProperties -SHGetNewLinkInfoA -SHGetNewLinkInfoW -ShellMessageBoxW -ShellMessageBoxA -ILCreateFromPathA -ILCreateFromPathW -SHUpdateImageA -SHUpdateImageW -SHHandleUpdateImage -SHFree -SHAlloc -SHHelpShortcuts_RunDLL -SHHelpShortcuts_RunDLLA -SHHelpShortcuts_RunDLLW -AppCompat_RunDLLW -AssocCreateForClasses -AssocGetDetailsOfPropKey -CheckEscapesW -SHSetFolderPathA -SHSetFolderPathW -CommandLineToArgvW -PathIsSlowW -PathIsSlowA -SHTestTokenMembership -Control_RunDLL -SHCreateShellFolderView -Control_RunDLLA -Control_RunDLLAsUserW -Control_RunDLLW -DllCanUnloadNow -DllGetClassObject -DllGetVersion -DllInstall -DllRegisterServer -DllUnregisterServer -DoEnvironmentSubstA -DoEnvironmentSubstW -DragAcceptFiles -DragFinish -DragQueryFile -DragQueryFileA -DragQueryFileAorW -DragQueryFileW -DragQueryPoint -DuplicateIcon -ExtractAssociatedIconA -ExtractAssociatedIconExA -ExtractAssociatedIconExW -ExtractAssociatedIconW -ExtractIconA -ExtractIconEx -ExtractIconExA -ExtractIconExW -ExtractIconResInfoA -ExtractIconResInfoW -ExtractIconW -ExtractVersionResource16W -FindExeDlgProc -FindExecutableA -FindExecutableW -FreeIconList -GetCurrentProcessExplicitAppUserModelID -InitNetworkAddressControl -InternalExtractIconListA -InternalExtractIconListW -LaunchMSHelp_RunDLLW -Options_RunDLL -Options_RunDLLA -Options_RunDLLW -RealShellExecuteA -RealShellExecuteExA -RealShellExecuteExW -RealShellExecuteW -RegenerateUserEnvironment -RunAsNewUser_RunDLLW -SHAddDefaultPropertiesByExt -SHAddToRecentDocs -SHAppBarMessage -SHAssocEnumHandlers -SHAssocEnumHandlersForProtocolByApplication -SHBindToFolderIDListParent -SHBindToFolderIDListParentEx -SHBindToObject -SHBindToParent -SHBrowseForFolder -SHBrowseForFolderA -SHBrowseForFolderW -SHChangeNotify -SHChangeNotifyRegisterThread -SHChangeNotifySuspendResume -SHCreateAssociationRegistration -SHCreateDataObject -SHCreateDefaultContextMenu -SHCreateDefaultExtractIcon -SHCreateDefaultPropertiesOp -SHCreateDirectoryExA -SHCreateDirectoryExW -SHCreateItemFromIDList -SHCreateItemFromParsingName -SHCreateItemFromRelativeName -SHCreateItemInKnownFolder -SHCreateItemWithParent -SHCreateLocalServerRunDll -SHCreateProcessAsUserW -SHCreateQueryCancelAutoPlayMoniker -SHCreateShellItem -SHCreateShellItemArray -SHCreateShellItemArrayFromDataObject -SHCreateShellItemArrayFromIDLists -SHCreateShellItemArrayFromShellItem -SHEmptyRecycleBinA -SHEmptyRecycleBinW -SHEnableServiceObject -SHEnumerateUnreadMailAccountsW -SHEvaluateSystemCommandTemplate -SHExtractIconsW -SHFileOperation -SHFileOperationA -SHFileOperationW -SHFormatDrive -SHFreeNameMappings -SHGetDataFromIDListA -SHGetDataFromIDListW -SHGetDesktopFolder -SHGetDiskFreeSpaceA -SHGetDiskFreeSpaceExA -SHGetDiskFreeSpaceExW -SHGetDriveMedia -SHGetFileInfo -SHGetFileInfoA -SHGetFileInfoW -SHGetFolderLocation -SHGetFolderPathA -SHGetFolderPathAndSubDirA -SHGetFolderPathAndSubDirW -SHGetFolderPathEx -SHGetFolderPathW -SHGetIDListFromObject -SHGetIconOverlayIndexA -SHGetIconOverlayIndexW -SHGetInstanceExplorer -SHGetItemFromDataObject -SHGetItemFromObject -SHGetKnownFolderIDList -SHGetKnownFolderItem -SHGetKnownFolderPath -SHGetLocalizedName -SHGetMalloc -SHGetNameFromIDList -SHGetNewLinkInfo -SHGetPathFromIDList -SHGetPathFromIDListA -SHGetPathFromIDListEx -SHGetPathFromIDListW -SHGetPropertyStoreForWindow -SHGetPropertyStoreFromIDList -SHGetPropertyStoreFromParsingName -SHGetSettings -SHGetSpecialFolderLocation -SHGetSpecialFolderPathA -SHGetSpecialFolderPathW -SHGetStockIconInfo -SHGetTemporaryPropertyForItem -SHGetUnreadMailCountW -SHInvokePrinterCommandA -SHInvokePrinterCommandW -SHIsFileAvailableOffline -SHLoadInProc -SHLoadNonloadedIconOverlayIdentifiers -SHOpenFolderAndSelectItems -SHOpenWithDialog -SHParseDisplayName -SHPathPrepareForWriteA -SHPathPrepareForWriteW -SHQueryRecycleBinA -SHQueryRecycleBinW -SHQueryUserNotificationState -SHRemoveLocalizedName -SHResolveLibrary -SHSetDefaultProperties -SHSetKnownFolderPath -SHSetLocalizedName -SHSetTemporaryPropertyForItem -SHSetUnreadMailCountW -SHShowManageLibraryUI -SHUpdateRecycleBinIcon -SetCurrentProcessExplicitAppUserModelID -SheChangeDirA -SheChangeDirExA -SheChangeDirExW -SheChangeDirW -SheConvertPathW -SheFullPathA -SheFullPathW -SheGetCurDrive -SheShortenPathA -SheShortenPathW -SheGetDirA -SheGetDirExW -SheGetDirW -SheGetPathOffsetW -SheRemoveQuotesA -SheRemoveQuotesW -SheSetCurDrive -ShellAboutA -ShellAboutW -ShellExec_RunDLL -ShellExec_RunDLLA -ShellExec_RunDLLW -ShellExecuteA -ShellExecuteEx -ShellExecuteExA -ShellExecuteExW -ShellExecuteW -ShellHookProc -Shell_GetCachedImageIndexA -Shell_GetCachedImageIndexW -Shell_NotifyIcon -Shell_NotifyIconA -Shell_NotifyIconGetRect -Shell_NotifyIconW -StrChrA -StrChrIA -StrChrIW -StrChrW -StrCmpNA -StrCmpNIA -StrCmpNIW -StrCmpNW -StrCpyNA -StrCpyNW -StrNCmpA -StrNCmpIA -StrNCmpIW -StrNCmpW -StrNCpyA -StrNCpyW -StrRChrA -StrRChrIA -StrRChrIW -StrRChrW -StrRStrA -StrRStrIA -StrRStrIW -StrRStrW -StrStrA -StrStrIA -StrStrIW -StrStrW -WOWShellExecute -SHAllocShared -SHLockShared -SHUnlockShared -SHFreeShared -WaitForExplorerRestartW -RealDriveType -SHFlushSFCache -SHChangeNotification_Lock -SHChangeNotification_Unlock -WriteCabinetState -PathProcessCommand -ReadCabinetState -IsUserAnAdmin -StgMakeUniqueName -SHPropStgCreate -SHPropStgReadMultiple -SHPropStgWriteMultiple -CDefFolderMenu_Create -CDefFolderMenu_Create2 -SHGetSetFolderCustomSettingsW -SHGetSetFolderCustomSettings -SHMultiFileProperties -SHGetImageList -RestartDialogEx -SHCreateFileExtractIconW -SHLimitInputEdit -SHGetShellStyleHInstance -SHGetAttributesFromDataObject -ILLoadFromStreamEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shfolder.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shfolder.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shfolder.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shfolder.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file SHFOLDER.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SHFOLDER.dll -EXPORTS -SHGetFolderPathA -SHGetFolderPathW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shgina.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shgina.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shgina.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shgina.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file SHGINA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SHGINA.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shimgvw.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shimgvw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shimgvw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shimgvw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file shimgvw.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY shimgvw.DLL -EXPORTS -ImageView_COMServer -ImageView_Fullscreen -ImageView_FullscreenA -ImageView_FullscreenW -ImageView_PrintTo -ImageView_PrintToA -ImageView_PrintToW -imageview_fullscreenW -ConvertDIBSECTIONToThumbnail -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shlwapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shlwapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shlwapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shlwapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,376 +0,0 @@ -; -; Definition file of SHLWAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "SHLWAPI.dll" -EXPORTS -ParseURLA -ParseURLW -SHAllocShared -SHLockShared -SHUnlockShared -SHFreeShared -SHCreateMemStream -GetAcceptLanguagesA -GetAcceptLanguagesW -SHCreateThread -IsCharSpaceW -StrCmpNCA -StrCmpNCW -StrCmpNICA -StrCmpNICW -StrCmpCA -StrCmpCW -StrCmpICA -StrCmpICW -ConnectToConnectionPoint -IUnknown_AtomicRelease -IUnknown_GetWindow -IUnknown_SetSite -IUnknown_QueryService -IStream_Read -SHMessageBoxCheckA -SHMessageBoxCheckW -IUnknown_Set -SHStripMneumonicA -SHIsChildOrSelf -IStream_Write -IStream_Reset -IStream_Size -SHAnsiToUnicode -SHUnicodeToAnsi -QISearch -SHStripMneumonicW -IUnknown_GetSite -WhichPlatform -SHRegGetIntW -SHAnsiToAnsi -SHUnicodeToUnicode -SHFormatDateTimeA -SHFormatDateTimeW -MLLoadLibraryA -MLLoadLibraryW -ShellMessageBoxW -MLFreeLibrary -SHSendMessageBroadcastA -SHSendMessageBroadcastW -IsOS -UrlFixupW -SHRunIndirectRegClientCommand -SHLoadIndirectString -IStream_ReadPidl -IStream_WritePidl -SHGetViewStatePropertyBag -IsInternetESCEnabled -SHPropertyBag_ReadStrAlloc -IStream_Copy -DelayLoadFailureHook -SHPropertyBag_WriteBSTR -AssocCreate -AssocGetPerceivedType -AssocIsDangerous -AssocQueryKeyA -AssocQueryKeyW -AssocQueryStringA -AssocQueryStringByKeyA -AssocQueryStringByKeyW -AssocQueryStringW -ChrCmpIA -ChrCmpIW -ColorAdjustLuma -ColorHLSToRGB -IStream_ReadStr -IStream_WriteStr -ColorRGBToHLS -DllGetVersion -GetMenuPosFromID -HashData -IntlStrEqWorkerA -SHCreateThreadWithHandle -IntlStrEqWorkerW -IsCharSpaceA -PathAddBackslashA -PathAddBackslashW -PathAddExtensionA -PathAddExtensionW -PathAppendA -PathAppendW -PathBuildRootA -PathBuildRootW -PathCanonicalizeA -PathCanonicalizeW -PathCombineA -PathCombineW -PathCommonPrefixA -PathCommonPrefixW -PathCompactPathA -PathCompactPathExA -PathCompactPathExW -PathCompactPathW -PathCreateFromUrlA -PathCreateFromUrlAlloc -PathCreateFromUrlW -PathFileExistsA -PathFileExistsW -PathFindExtensionA -PathFindExtensionW -PathFindFileNameA -PathFindFileNameW -PathFindNextComponentA -PathFindNextComponentW -PathFindOnPathA -PathFindOnPathW -PathFindSuffixArrayA -PathFindSuffixArrayW -PathGetArgsA -PathGetArgsW -PathGetCharTypeA -PathGetCharTypeW -PathGetDriveNumberA -PathGetDriveNumberW -PathIsContentTypeA -PathIsContentTypeW -PathIsDirectoryA -PathIsDirectoryEmptyA -PathIsDirectoryEmptyW -PathIsDirectoryW -PathIsFileSpecA -PathIsFileSpecW -PathIsLFNFileSpecA -PathIsLFNFileSpecW -PathIsNetworkPathA -PathIsNetworkPathW -PathIsPrefixA -PathIsPrefixW -PathIsRelativeA -PathIsRelativeW -PathIsRootA -PathIsRootW -PathIsSameRootA -PathIsSameRootW -PathIsSystemFolderA -PathIsSystemFolderW -PathIsUNCA -PathIsUNCServerA -PathIsUNCServerShareA -PathIsUNCServerShareW -PathIsUNCServerW -PathIsUNCW -PathIsURLA -PathIsURLW -PathMakePrettyA -PathMakePrettyW -PathMakeSystemFolderA -PathMakeSystemFolderW -PathMatchSpecA -PathMatchSpecExA -PathMatchSpecExW -PathMatchSpecW -PathParseIconLocationA -PathParseIconLocationW -PathQuoteSpacesA -PathQuoteSpacesW -PathRelativePathToA -PathRelativePathToW -PathRemoveArgsA -PathRemoveArgsW -PathRemoveBackslashA -PathRemoveBackslashW -PathRemoveBlanksA -PathRemoveBlanksW -PathRemoveExtensionA -PathRemoveExtensionW -PathRemoveFileSpecA -PathRemoveFileSpecW -PathRenameExtensionA -PathRenameExtensionW -PathSearchAndQualifyA -PathSearchAndQualifyW -PathSetDlgItemPathA -PathSetDlgItemPathW -PathSkipRootA -PathSkipRootW -PathStripPathA -PathStripPathW -PathStripToRootA -PathStripToRootW -PathUnExpandEnvStringsA -PathUnExpandEnvStringsW -PathUndecorateA -PathUndecorateW -PathUnmakeSystemFolderA -PathUnmakeSystemFolderW -PathUnquoteSpacesA -PathUnquoteSpacesW -SHAutoComplete -SHCopyKeyA -SHCopyKeyW -SHCreateShellPalette -SHCreateStreamOnFileA -SHCreateStreamOnFileEx -SHCreateStreamOnFileW -SHCreateStreamWrapper -SHCreateThreadRef -SHDeleteEmptyKeyA -SHDeleteEmptyKeyW -SHDeleteKeyA -SHDeleteKeyW -SHDeleteOrphanKeyA -SHDeleteOrphanKeyW -SHDeleteValueA -SHDeleteValueW -SHEnumKeyExA -SHEnumKeyExW -SHEnumValueA -SHEnumValueW -SHGetInverseCMAP -SHGetThreadRef -SHGetValueA -SHGetValueW -SHIsLowMemoryMachine -SHOpenRegStream2A -SHOpenRegStream2W -SHOpenRegStreamA -SHOpenRegStreamW -SHQueryInfoKeyA -SHQueryInfoKeyW -SHQueryValueExA -SHQueryValueExW -SHRegCloseUSKey -SHRegCreateUSKeyA -SHRegCreateUSKeyW -SHRegDeleteEmptyUSKeyA -SHRegDeleteEmptyUSKeyW -SHRegDeleteUSValueA -SHRegDeleteUSValueW -SHRegDuplicateHKey -SHRegEnumUSKeyA -SHRegEnumUSKeyW -SHRegEnumUSValueA -SHRegEnumUSValueW -SHRegGetBoolUSValueA -SHRegGetBoolUSValueW -SHRegGetPathA -SHRegGetPathW -SHRegGetUSValueA -SHRegGetUSValueW -SHRegGetValueA -SHRegGetValueW -SHRegOpenUSKeyA -SHRegOpenUSKeyW -SHRegQueryInfoUSKeyA -SHRegQueryInfoUSKeyW -SHRegQueryUSValueA -SHRegQueryUSValueW -SHRegSetPathA -SHRegSetPathW -SHRegSetUSValueA -SHRegSetUSValueW -SHRegWriteUSValueA -SHRegWriteUSValueW -SHRegisterValidateTemplate -SHReleaseThreadRef -SHSetThreadRef -SHSetValueA -SHSetValueW -SHSkipJunction -SHStrDupA -SHStrDupW -ShellMessageBoxA -StrCSpnA -StrCSpnIA -StrCSpnIW -StrCSpnW -StrCatBuffA -StrCatBuffW -StrCatChainW -StrCatW -StrChrA -StrChrIA -StrChrIW -StrChrNIW -StrChrNW -StrChrW -StrCmpIW -StrCmpLogicalW -StrCmpNA -StrCmpNIA -StrCmpNIW -StrCmpNW -StrCmpW -StrCpyNW -StrCpyW -StrDupA -StrDupW -StrFormatByteSize64A -StrFormatByteSizeA -StrFormatByteSizeEx -StrFormatByteSizeW -StrFormatKBSizeA -StrFormatKBSizeW -StrFromTimeIntervalA -StrFromTimeIntervalW -StrIsIntlEqualA -StrIsIntlEqualW -StrNCatA -StrNCatW -StrPBrkA -StrPBrkW -StrRChrA -StrRChrIA -StrRChrIW -StrRChrW -StrRStrIA -StrRStrIW -StrRetToBSTR -StrRetToBufA -StrRetToBufW -StrRetToStrA -StrRetToStrW -StrSpnA -StrSpnW -StrStrA -StrStrIA -StrStrIW -StrStrNIW -StrStrNW -StrStrW -StrToInt64ExA -StrToInt64ExW -StrToIntA -StrToIntExA -StrToIntExW -StrToIntW -StrTrimA -StrTrimW -UrlApplySchemeA -UrlApplySchemeW -UrlCanonicalizeA -UrlCanonicalizeW -UrlCombineA -UrlCombineW -UrlCompareA -UrlCompareW -UrlCreateFromPathA -UrlCreateFromPathW -UrlEscapeA -UrlEscapeW -UrlGetLocationA -UrlGetLocationW -UrlGetPartA -UrlGetPartW -UrlHashA -UrlHashW -UrlIsA -UrlIsNoHistoryA -UrlIsNoHistoryW -UrlIsOpaqueA -UrlIsOpaqueW -UrlIsW -UrlUnescapeA -UrlUnescapeW -wnsprintfA -wnsprintfW -wvnsprintfA -wvnsprintfW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shmedia.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shmedia.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shmedia.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shmedia.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SHMEDIA.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SHMEDIA.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/shsvcs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/shsvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/shsvcs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/shsvcs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file SHSVCS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SHSVCS.dll -EXPORTS -DllInstall -DllRegisterServer -DllUnregisterServer -HardwareDetectionServiceMain -ThemeServiceMain -CreateHardwareEventMoniker -DllCanUnloadNow -DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/simptcp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/simptcp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/simptcp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/simptcp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file simptcp.exe -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY simptcp.exe -EXPORTS -ServiceEntry diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sisbkup.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sisbkup.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sisbkup.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sisbkup.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file sisbkup.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY sisbkup.dll -EXPORTS -SisCSFilesToBackupForLink -SisCreateBackupStructure -SisCreateRestoreStructure -SisFreeAllocatedMemory -SisFreeBackupStructure -SisFreeRestoreStructure -SisRestoredCommonStoreFile -SisRestoredLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/slayerxp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/slayerxp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/slayerxp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/slayerxp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SlayerXP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SlayerXP.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/slbiop.def mingw-w64-6.0.0/mingw-w64-crt/lib64/slbiop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/slbiop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/slbiop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,877 +0,0 @@ -; -; Exports of file SlbIop.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SlbIop.dll -EXPORTS -; public: __cdecl scu::ExcTemplate<2,unsigned long>::ExcTemplate<2,unsigned long>(class ExcTemplate<2,unsigned long>::ExcTemplate<2,unsigned long> const & __ptr64) __ptr64 -??0?$ExcTemplate@$01K@scu@@QEAA@AEBV01@@Z -; public: __cdecl scu::ExcTemplate<2,unsigned long>::ExcTemplate<2,unsigned long>(unsigned long) __ptr64 -??0?$ExcTemplate@$01K@scu@@QEAA@K@Z -; public: __cdecl scu::SecureArray::SecureArray(class SecureArray::SecureArray const & __ptr64) __ptr64 -??0?$SecureArray@D@scu@@QEAA@AEBV01@@Z -; public: __cdecl scu::SecureArray::SecureArray(char * __ptr64,unsigned __int64) __ptr64 -??0?$SecureArray@D@scu@@QEAA@PEAD_K@Z -; public: __cdecl scu::SecureArray::SecureArray(char const * __ptr64,unsigned __int64) __ptr64 -??0?$SecureArray@D@scu@@QEAA@PEBD_K@Z -; public: __cdecl scu::SecureArray::SecureArray(void) __ptr64 -??0?$SecureArray@D@scu@@QEAA@XZ -; public: __cdecl scu::SecureArray::SecureArray(unsigned __int64) __ptr64 -??0?$SecureArray@D@scu@@QEAA@_K@Z -; public: __cdecl scu::SecureArray::SecureArray(unsigned __int64,char const & __ptr64) __ptr64 -??0?$SecureArray@D@scu@@QEAA@_KAEBD@Z -; public: __cdecl scu::SecureArray::SecureArray(class SecureArray::SecureArray const & __ptr64) __ptr64 -??0?$SecureArray@E@scu@@QEAA@AEBV01@@Z -; public: __cdecl scu::SecureArray::SecureArray(unsigned char * __ptr64,unsigned __int64) __ptr64 -??0?$SecureArray@E@scu@@QEAA@PEAE_K@Z -; public: __cdecl scu::SecureArray::SecureArray(unsigned char const * __ptr64,unsigned __int64) __ptr64 -??0?$SecureArray@E@scu@@QEAA@PEBE_K@Z -; public: __cdecl scu::SecureArray::SecureArray(void) __ptr64 -??0?$SecureArray@E@scu@@QEAA@XZ -; public: __cdecl scu::SecureArray::SecureArray(unsigned __int64) __ptr64 -??0?$SecureArray@E@scu@@QEAA@_K@Z -; public: __cdecl scu::SecureArray::SecureArray(unsigned __int64,unsigned char const & __ptr64) __ptr64 -??0?$SecureArray@E@scu@@QEAA@_KAEBE@Z -; public: __cdecl std::auto_ptr::auto_ptr(class auto_ptr::auto_ptr const & __ptr64) __ptr64 -??0?$auto_ptr@VCSharedMarker@iop@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::auto_ptr::auto_ptr(class iop::CSharedMarker * __ptr64) __ptr64 -??0?$auto_ptr@VCSharedMarker@iop@@@std@@QEAA@PEAVCSharedMarker@iop@@@Z -; public: __cdecl std::auto_ptr::auto_ptr(class auto_ptr::auto_ptr const & __ptr64) __ptr64 -??0?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::auto_ptr::auto_ptr(class iop::RMHangProcDeathSynchObjects * __ptr64) __ptr64 -??0?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEAA@PEAVRMHangProcDeathSynchObjects@iop@@@Z -; public: __cdecl std::list >::list >(class list >::list > const & __ptr64) __ptr64 -??0?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::list >::list >(class list >::allocator const & __ptr64) __ptr64 -??0?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@AEBV?$allocator@VFilePathComponent@iop@@@1@@Z -; public: __cdecl std::list >::list >(class iop::FilePathComponent const * __ptr64,class iop::FilePathComponent const * __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@PEBVFilePathComponent@iop@@0AEBV?$allocator@VFilePathComponent@iop@@@1@@Z -; public: __cdecl std::list >::list >(class list >::list >::const_iterator,class list >::list >::const_iterator,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@Vconst_iterator@01@0AEBV?$allocator@VFilePathComponent@iop@@@1@@Z -; public: __cdecl std::list >::list >(unsigned __int64,class iop::FilePathComponent const & __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@_KAEBVFilePathComponent@iop@@AEBV?$allocator@VFilePathComponent@iop@@@1@@Z -; public: __cdecl std::vector >::vector >(class vector >::vector > const & __ptr64) __ptr64 -??0?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::vector >::vector >(class vector >::allocator const & __ptr64) __ptr64 -??0?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA@AEBV?$allocator@PEAUEventInfo@iop@@@1@@Z -; public: __cdecl std::vector >::vector >(struct iop::EventInfo * __ptr64 const * __ptr64,struct iop::EventInfo * __ptr64 const * __ptr64,class vector >::allocator const & __ptr64) __ptr64 -??0?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA@PEBQEAUEventInfo@iop@@0AEBV?$allocator@PEAUEventInfo@iop@@@1@@Z -; public: __cdecl std::vector >::vector >(unsigned __int64,struct iop::EventInfo * __ptr64 const & __ptr64,class vector >::allocator const & __ptr64) __ptr64 -??0?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA@_KAEBQEAUEventInfo@iop@@AEBV?$allocator@PEAUEventInfo@iop@@@1@@Z -; public: __cdecl iop::CAccessCard::CAccessCard(unsigned __int64,char const * __ptr64,unsigned __int64,unsigned long) __ptr64 -??0CAccessCard@iop@@QEAA@_KPEBD0K@Z -; public: __cdecl iop::CCryptoCard::CCryptoCard(unsigned __int64,char const * __ptr64,unsigned __int64,unsigned long) __ptr64 -??0CCryptoCard@iop@@QEAA@_KPEBD0K@Z -; public: __cdecl iop::CIOP::CIOP(void) __ptr64 -??0CIOP@iop@@QEAA@XZ -; public: __cdecl iop::CIOPCriticalSection::CIOPCriticalSection(class CIOPCriticalSection::CIOPLock * __ptr64) __ptr64 -??0CIOPCriticalSection@iop@@QEAA@PEAVCIOPLock@1@@Z -; public: __cdecl iop::CIOPLock::CIOPLock(char const * __ptr64) __ptr64 -??0CIOPLock@iop@@QEAA@PEBD@Z -; public: __cdecl iop::CIOPMutex::CIOPMutex(class CIOPMutex::CIOPLock * __ptr64) __ptr64 -??0CIOPMutex@iop@@QEAA@PEAVCIOPLock@1@@Z -; public: __cdecl iop::CLockWrap::CLockWrap(class CLockWrap::CIOPLock * __ptr64) __ptr64 -??0CLockWrap@iop@@QEAA@PEAVCIOPLock@1@@Z -; public: __cdecl iop::CMarker::CMarker(class CMarker::CMarker const & __ptr64) __ptr64 -??0CMarker@iop@@QEAA@AEBV01@@Z -; public: __cdecl iop::CMarker::CMarker(enum CMarker::CMarker::MarkerType const & __ptr64) __ptr64 -??0CMarker@iop@@QEAA@AEBW4MarkerType@01@@Z -; public: __cdecl iop::CMarker::CMarker(enum CMarker::CMarker::MarkerType,struct _GUID const & __ptr64,__int64 const & __ptr64) __ptr64 -??0CMarker@iop@@QEAA@W4MarkerType@01@AEBU_GUID@@AEB_J@Z -; public: __cdecl iop::CPrivateKeyBlob::CPrivateKeyBlob(class CPrivateKeyBlob::CPrivateKeyBlob const & __ptr64) __ptr64 -??0CPrivateKeyBlob@iop@@QEAA@AEBV01@@Z -; public: __cdecl iop::CPrivateKeyBlob::CPrivateKeyBlob(void) __ptr64 -??0CPrivateKeyBlob@iop@@QEAA@XZ -; public: __cdecl iop::CPublicKeyBlob::CPublicKeyBlob(class CPublicKeyBlob::CPublicKeyBlob const & __ptr64) __ptr64 -??0CPublicKeyBlob@iop@@QEAA@AEBV01@@Z -; public: __cdecl iop::CPublicKeyBlob::CPublicKeyBlob(void) __ptr64 -??0CPublicKeyBlob@iop@@QEAA@XZ -; public: __cdecl iop::CSCardLock::CSCardLock(class CSCardLock::CIOPLock * __ptr64) __ptr64 -??0CSCardLock@iop@@QEAA@PEAVCIOPLock@1@@Z -; public: __cdecl iop::CSmartCard::CSmartCard(unsigned __int64,char const * __ptr64,unsigned __int64,unsigned long) __ptr64 -??0CSmartCard@iop@@QEAA@_KPEBD0K@Z -; public: __cdecl iop::CSmartCard::Exception::Exception(class CSmartCard::Exception::Exception const & __ptr64) __ptr64 -??0Exception@CSmartCard@iop@@QEAA@AEBV012@@Z -; public: __cdecl iop::CSmartCard::Exception::Exception(enum CSmartCard::Exception::CauseCode,unsigned char,unsigned char,unsigned short) __ptr64 -??0Exception@CSmartCard@iop@@QEAA@W4CauseCode@12@EEG@Z -; protected: __cdecl scu::Exception::Exception(enum Exception::Exception::FacilityCode) __ptr64 -??0Exception@scu@@IEAA@W4FacilityCode@01@@Z -; public: __cdecl scu::Exception::Exception(class Exception::Exception const & __ptr64) __ptr64 -??0Exception@scu@@QEAA@AEBV01@@Z -; public: __cdecl iop::FilePath::FilePath(class FilePath::FilePath const & __ptr64) __ptr64 -??0FilePath@iop@@QEAA@AEBV01@@Z -; public: __cdecl iop::FilePath::FilePath(class std::basic_string,class std::allocator >) __ptr64 -??0FilePath@iop@@QEAA@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z -; public: __cdecl iop::FilePath::FilePath(void) __ptr64 -??0FilePath@iop@@QEAA@XZ -; public: __cdecl iop::FilePathComponent::FilePathComponent(class FilePathComponent::FilePathComponent const & __ptr64) __ptr64 -??0FilePathComponent@iop@@QEAA@AEBV01@@Z -; public: __cdecl iop::FilePathComponent::FilePathComponent(unsigned short) __ptr64 -??0FilePathComponent@iop@@QEAA@G@Z -; public: __cdecl iop::FilePathComponent::FilePathComponent(class std::basic_string,class std::allocator >) __ptr64 -??0FilePathComponent@iop@@QEAA@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z -; public: __cdecl scu::OsException::OsException(class OsException::OsException const & __ptr64) __ptr64 -??0OsException@scu@@QEAA@AEBV01@@Z -; public: __cdecl scu::OsException::OsException(long) __ptr64 -??0OsException@scu@@QEAA@J@Z -; public: __cdecl scu::OsException::OsException(unsigned long) __ptr64 -??0OsException@scu@@QEAA@K@Z -; public: virtual __cdecl scu::ExcTemplate<2,unsigned long>::~ExcTemplate<2,unsigned long>(void) __ptr64 -??1?$ExcTemplate@$01K@scu@@UEAA@XZ -; public: __cdecl scu::SecureArray::~SecureArray(void) __ptr64 -??1?$SecureArray@D@scu@@QEAA@XZ -; public: __cdecl scu::SecureArray::~SecureArray(void) __ptr64 -??1?$SecureArray@E@scu@@QEAA@XZ -; public: __cdecl std::auto_ptr::~auto_ptr(void) __ptr64 -??1?$auto_ptr@VCSharedMarker@iop@@@std@@QEAA@XZ -; public: __cdecl std::auto_ptr::~auto_ptr(void) __ptr64 -??1?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEAA@XZ -; public: __cdecl std::list >::~list >(void) __ptr64 -??1?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA@XZ -; public: __cdecl std::vector >::~vector >(void) __ptr64 -??1?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA@XZ -; public: virtual __cdecl iop::CAccessCard::~CAccessCard(void) __ptr64 -??1CAccessCard@iop@@UEAA@XZ -; public: virtual __cdecl iop::CCryptoCard::~CCryptoCard(void) __ptr64 -??1CCryptoCard@iop@@UEAA@XZ -; public: __cdecl iop::CIOP::~CIOP(void) __ptr64 -??1CIOP@iop@@QEAA@XZ -; public: __cdecl iop::CIOPCriticalSection::~CIOPCriticalSection(void) __ptr64 -??1CIOPCriticalSection@iop@@QEAA@XZ -; public: virtual __cdecl iop::CIOPLock::~CIOPLock(void) __ptr64 -??1CIOPLock@iop@@UEAA@XZ -; public: __cdecl iop::CIOPMutex::~CIOPMutex(void) __ptr64 -??1CIOPMutex@iop@@QEAA@XZ -; public: __cdecl iop::CLockWrap::~CLockWrap(void) __ptr64 -??1CLockWrap@iop@@QEAA@XZ -; public: virtual __cdecl iop::CMarker::~CMarker(void) __ptr64 -??1CMarker@iop@@UEAA@XZ -; public: virtual __cdecl iop::CPrivateKeyBlob::~CPrivateKeyBlob(void) __ptr64 -??1CPrivateKeyBlob@iop@@UEAA@XZ -; public: virtual __cdecl iop::CPublicKeyBlob::~CPublicKeyBlob(void) __ptr64 -??1CPublicKeyBlob@iop@@UEAA@XZ -; public: __cdecl iop::CSCardLock::~CSCardLock(void) __ptr64 -??1CSCardLock@iop@@QEAA@XZ -; public: virtual __cdecl iop::CSmartCard::~CSmartCard(void) __ptr64 -??1CSmartCard@iop@@UEAA@XZ -; public: virtual __cdecl iop::CSmartCard::Exception::~Exception(void) __ptr64 -??1Exception@CSmartCard@iop@@UEAA@XZ -; public: virtual __cdecl scu::Exception::~Exception(void) __ptr64 -??1Exception@scu@@UEAA@XZ -; public: virtual __cdecl iop::FilePath::~FilePath(void) __ptr64 -??1FilePath@iop@@UEAA@XZ -; public: virtual __cdecl iop::FilePathComponent::~FilePathComponent(void) __ptr64 -??1FilePathComponent@iop@@UEAA@XZ -; public: virtual __cdecl scu::OsException::~OsException(void) __ptr64 -??1OsException@scu@@UEAA@XZ -; public: class scu::ExcTemplate<2,unsigned long> & __ptr64 __cdecl scu::ExcTemplate<2,unsigned long>::operator=(class scu::ExcTemplate<2,unsigned long> const & __ptr64) __ptr64 -??4?$ExcTemplate@$01K@scu@@QEAAAEAV01@AEBV01@@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::operator=(char const & __ptr64) __ptr64 -??4?$SecureArray@D@scu@@QEAAAEAV01@AEBD@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::operator=(class scu::SecureArray const & __ptr64) __ptr64 -??4?$SecureArray@D@scu@@QEAAAEAV01@AEBV01@@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::operator=(unsigned char const & __ptr64) __ptr64 -??4?$SecureArray@E@scu@@QEAAAEAV01@AEBE@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::operator=(class scu::SecureArray const & __ptr64) __ptr64 -??4?$SecureArray@E@scu@@QEAAAEAV01@AEBV01@@Z -; public: class std::auto_ptr & __ptr64 __cdecl std::auto_ptr::operator=(class std::auto_ptr const & __ptr64) __ptr64 -??4?$auto_ptr@VCSharedMarker@iop@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class std::auto_ptr & __ptr64 __cdecl std::auto_ptr::operator=(class std::auto_ptr const & __ptr64) __ptr64 -??4?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class std::list > & __ptr64 __cdecl std::list >::operator=(class std::list > const & __ptr64) __ptr64 -??4?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class std::vector > & __ptr64 __cdecl std::vector >::operator=(class std::vector > const & __ptr64) __ptr64 -??4?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CIOP & __ptr64 __cdecl iop::CIOP::operator=(class iop::CIOP const & __ptr64) __ptr64 -??4CIOP@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CIOPCriticalSection & __ptr64 __cdecl iop::CIOPCriticalSection::operator=(class iop::CIOPCriticalSection const & __ptr64) __ptr64 -??4CIOPCriticalSection@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CIOPMutex & __ptr64 __cdecl iop::CIOPMutex::operator=(class iop::CIOPMutex const & __ptr64) __ptr64 -??4CIOPMutex@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CLockWrap & __ptr64 __cdecl iop::CLockWrap::operator=(class iop::CLockWrap const & __ptr64) __ptr64 -??4CLockWrap@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CMarker & __ptr64 __cdecl iop::CMarker::operator=(class iop::CMarker const & __ptr64) __ptr64 -??4CMarker@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CPrivateKeyBlob & __ptr64 __cdecl iop::CPrivateKeyBlob::operator=(class iop::CPrivateKeyBlob const & __ptr64) __ptr64 -??4CPrivateKeyBlob@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CPublicKeyBlob & __ptr64 __cdecl iop::CPublicKeyBlob::operator=(class iop::CPublicKeyBlob const & __ptr64) __ptr64 -??4CPublicKeyBlob@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CSCardLock & __ptr64 __cdecl iop::CSCardLock::operator=(class iop::CSCardLock const & __ptr64) __ptr64 -??4CSCardLock@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::CSmartCard::Exception & __ptr64 __cdecl iop::CSmartCard::Exception::operator=(class iop::CSmartCard::Exception const & __ptr64) __ptr64 -??4Exception@CSmartCard@iop@@QEAAAEAV012@AEBV012@@Z -; public: class scu::Exception & __ptr64 __cdecl scu::Exception::operator=(class scu::Exception const & __ptr64) __ptr64 -??4Exception@scu@@QEAAAEAV01@AEBV01@@Z -; public: class iop::FilePath & __ptr64 __cdecl iop::FilePath::operator=(class iop::FilePath const & __ptr64) __ptr64 -??4FilePath@iop@@QEAAAEAV01@AEBV01@@Z -; public: class iop::FilePathComponent & __ptr64 __cdecl iop::FilePathComponent::operator=(class iop::FilePathComponent const & __ptr64) __ptr64 -??4FilePathComponent@iop@@QEAAAEAV01@AEBV01@@Z -; public: class scu::OsException & __ptr64 __cdecl scu::OsException::operator=(class scu::OsException const & __ptr64) __ptr64 -??4OsException@scu@@QEAAAEAV01@AEBV01@@Z -; bool __cdecl iop::operator==(class iop::CMarker const & __ptr64,class iop::CMarker const & __ptr64) -??8iop@@YA_NAEBVCMarker@0@0@Z -; bool __cdecl iop::operator!=(class iop::CMarker const & __ptr64,class iop::CMarker const & __ptr64) -??9iop@@YA_NAEBVCMarker@0@0@Z -; public: char & __ptr64 __cdecl scu::SecureArray::operator[](unsigned __int64) __ptr64 -??A?$SecureArray@D@scu@@QEAAAEAD_K@Z -; public: char const & __ptr64 __cdecl scu::SecureArray::operator[](unsigned __int64)const __ptr64 -??A?$SecureArray@D@scu@@QEBAAEBD_K@Z -; public: unsigned char & __ptr64 __cdecl scu::SecureArray::operator[](unsigned __int64) __ptr64 -??A?$SecureArray@E@scu@@QEAAAEAE_K@Z -; public: unsigned char const & __ptr64 __cdecl scu::SecureArray::operator[](unsigned __int64)const __ptr64 -??A?$SecureArray@E@scu@@QEBAAEBE_K@Z -; public: struct iop::EventInfo * __ptr64 & __ptr64 __cdecl std::vector >::operator[](unsigned __int64) __ptr64 -??A?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAAEAPEAUEventInfo@iop@@_K@Z -; public: struct iop::EventInfo * __ptr64 const & __ptr64 __cdecl std::vector >::operator[](unsigned __int64)const __ptr64 -??A?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAAEBQEAUEventInfo@iop@@_K@Z -; public: class iop::FilePathComponent & __ptr64 __cdecl iop::FilePath::operator[](unsigned int) __ptr64 -??AFilePath@iop@@QEAAAEAVFilePathComponent@1@I@Z -; public: class iop::CSharedMarker * __ptr64 __cdecl std::auto_ptr::operator->(void)const __ptr64 -??C?$auto_ptr@VCSharedMarker@iop@@@std@@QEBAPEAVCSharedMarker@iop@@XZ -; public: class iop::RMHangProcDeathSynchObjects * __ptr64 __cdecl std::auto_ptr::operator->(void)const __ptr64 -??C?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEBAPEAVRMHangProcDeathSynchObjects@iop@@XZ -; public: char & __ptr64 __cdecl scu::SecureArray::operator*(void) __ptr64 -??D?$SecureArray@D@scu@@QEAAAEADXZ -; public: char const & __ptr64 __cdecl scu::SecureArray::operator*(void)const __ptr64 -??D?$SecureArray@D@scu@@QEBAAEBDXZ -; public: unsigned char & __ptr64 __cdecl scu::SecureArray::operator*(void) __ptr64 -??D?$SecureArray@E@scu@@QEAAAEAEXZ -; public: unsigned char const & __ptr64 __cdecl scu::SecureArray::operator*(void)const __ptr64 -??D?$SecureArray@E@scu@@QEBAAEBEXZ -; public: class iop::CSharedMarker & __ptr64 __cdecl std::auto_ptr::operator*(void)const __ptr64 -??D?$auto_ptr@VCSharedMarker@iop@@@std@@QEBAAEAVCSharedMarker@iop@@XZ -; public: class iop::RMHangProcDeathSynchObjects & __ptr64 __cdecl std::auto_ptr::operator*(void)const __ptr64 -??D?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEBAAEAVRMHangProcDeathSynchObjects@iop@@XZ -; public: class iop::FilePath const & __ptr64 __cdecl iop::FilePath::operator+=(class iop::FilePathComponent) __ptr64 -??YFilePath@iop@@QEAAAEBV01@VFilePathComponent@1@@Z -; const scu::ExcTemplate<2,unsigned long>::`vftable' -??_7?$ExcTemplate@$01K@scu@@6B@ -; const iop::CAccessCard::`vftable' -??_7CAccessCard@iop@@6B@ -; const iop::CCryptoCard::`vftable' -??_7CCryptoCard@iop@@6B@ -; const iop::CIOPLock::`vftable' -??_7CIOPLock@iop@@6B@ -; const iop::CMarker::`vftable' -??_7CMarker@iop@@6B@ -; const iop::CPrivateKeyBlob::`vftable' -??_7CPrivateKeyBlob@iop@@6B@ -; const iop::CPublicKeyBlob::`vftable' -??_7CPublicKeyBlob@iop@@6B@ -; const iop::CSmartCard::`vftable' -??_7CSmartCard@iop@@6B@ -; const iop::CSmartCard::Exception::`vftable' -??_7Exception@CSmartCard@iop@@6B@ -; const scu::Exception::`vftable' -??_7Exception@scu@@6B@ -; const iop::FilePath::`vftable' -??_7FilePath@iop@@6B@ -; const iop::FilePathComponent::`vftable' -??_7FilePathComponent@iop@@6B@ -; const scu::OsException::`vftable' -??_7OsException@scu@@6B@ -; public: void __cdecl std::auto_ptr::`default constructor closure'(void) __ptr64 -??_F?$auto_ptr@VCSharedMarker@iop@@@std@@QEAAXXZ -; public: void __cdecl std::auto_ptr::`default constructor closure'(void) __ptr64 -??_F?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEAAXXZ -; public: void __cdecl std::list >::`default constructor closure'(void) __ptr64 -??_F?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::vector >::`default constructor closure'(void) __ptr64 -??_F?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXXZ -; protected: void __cdecl iop::CCryptoCard::AccessToCryptoACL(bool * __ptr64,struct iop::CryptoACL * __ptr64) __ptr64 -?AccessToCryptoACL@CCryptoCard@iop@@IEAAXPEA_NPEAUCryptoACL@2@@Z -; public: virtual void __cdecl iop::CAccessCard::BlockApplet(void) __ptr64 -?BlockApplet@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::BlockApplet(void) __ptr64 -?BlockApplet@CSmartCard@iop@@UEAAXXZ -; public: unsigned long __cdecl scu::ExcTemplate<2,unsigned long>::Cause(void)const __ptr64 -?Cause@?$ExcTemplate@$01K@scu@@QEBAKXZ -; public: enum iop::CSmartCard::CauseCode __cdecl iop::CSmartCard::Exception::Cause(void)const __ptr64 -?Cause@Exception@CSmartCard@iop@@QEBA?AW4CauseCode@23@XZ -; public: virtual void __cdecl iop::CAccessCard::ChangeACL(unsigned char const * __ptr64) __ptr64 -?ChangeACL@CAccessCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::ChangeACL(unsigned char const * __ptr64) __ptr64 -?ChangeACL@CCryptoCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::ChangeACL(unsigned char const * __ptr64) __ptr64 -?ChangeACL@CSmartCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CAccessCard::ChangeCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CAccessCard@iop@@UEAAXEPEBE0@Z -; public: virtual void __cdecl iop::CAccessCard::ChangeCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CAccessCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::ChangeCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CCryptoCard@iop@@UEAAXEPEBE0@Z -; public: virtual void __cdecl iop::CCryptoCard::ChangeCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CCryptoCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::ChangeCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CSmartCard@iop@@UEAAXEPEBE0@Z -; public: virtual void __cdecl iop::CSmartCard::ChangeCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeCHV@CSmartCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CAccessCard::ChangeTransportKey(unsigned char const * __ptr64) __ptr64 -?ChangeTransportKey@CAccessCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::ChangeTransportKey(unsigned char const * __ptr64) __ptr64 -?ChangeTransportKey@CCryptoCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::ChangeTransportKey(unsigned char const * __ptr64) __ptr64 -?ChangeTransportKey@CSmartCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CAccessCard::ChangeUnblockKey(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeUnblockKey@CAccessCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::ChangeUnblockKey(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeUnblockKey@CCryptoCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::ChangeUnblockKey(unsigned char,unsigned char const * __ptr64) __ptr64 -?ChangeUnblockKey@CSmartCard@iop@@UEAAXEPEBE@Z -; public: class iop::FilePathComponent __cdecl iop::FilePath::ChopTail(void) __ptr64 -?ChopTail@FilePath@iop@@QEAA?AVFilePathComponent@2@XZ -; public: unsigned char __cdecl iop::CSmartCard::Exception::Class(void)const __ptr64 -?Class@Exception@CSmartCard@iop@@QEBAEXZ -; public: void __cdecl iop::FilePath::Clear(void) __ptr64 -?Clear@FilePath@iop@@QEAAXXZ -; void __cdecl iop::Clear(class iop::CPrivateKeyBlob & __ptr64) -?Clear@iop@@YAXAEAVCPrivateKeyBlob@1@@Z -; void __cdecl iop::Clear(class iop::CPublicKeyBlob & __ptr64) -?Clear@iop@@YAXAEAVCPublicKeyBlob@1@@Z -; private: void __cdecl scu::SecureArray::ClearDataStore(void) __ptr64 -?ClearDataStore@?$SecureArray@D@scu@@AEAAXXZ -; private: void __cdecl scu::SecureArray::ClearDataStore(void) __ptr64 -?ClearDataStore@?$SecureArray@E@scu@@AEAAXXZ -; public: virtual class scu::Exception * __ptr64 __cdecl scu::ExcTemplate<2,unsigned long>::Clone(void)const __ptr64 -?Clone@?$ExcTemplate@$01K@scu@@UEBAPEAVException@2@XZ -; public: virtual class scu::Exception * __ptr64 __cdecl iop::CSmartCard::Exception::Clone(void)const __ptr64 -?Clone@Exception@CSmartCard@iop@@UEBAPEAV1scu@@XZ -; public: virtual class scu::Exception * __ptr64 __cdecl scu::OsException::Clone(void)const __ptr64 -?Clone@OsException@scu@@UEBAPEAVException@2@XZ -; public: class std::list > __cdecl iop::FilePath::Components(void) __ptr64 -?Components@FilePath@iop@@QEAA?AV?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@XZ -; public: class iop::CSmartCard * __ptr64 __cdecl iop::CIOP::Connect(char const * __ptr64,bool) __ptr64 -?Connect@CIOP@iop@@QEAAPEAVCSmartCard@2@PEBD_N@Z -; private: class iop::CSmartCard * __ptr64 __cdecl iop::CIOP::CreateCard(unsigned char const * __ptr64,unsigned long,unsigned __int64,char const * __ptr64,unsigned long) __ptr64 -?CreateCard@CIOP@iop@@AEAAPEAVCSmartCard@2@PEBEK_KPEBDK@Z -; public: virtual void __cdecl iop::CAccessCard::CreateFileA(struct iop::FILE_HEADER const * __ptr64) __ptr64 -?CreateFileA@CAccessCard@iop@@UEAAXPEBUFILE_HEADER@2@@Z -; public: virtual void __cdecl iop::CCryptoCard::CreateFileA(struct iop::FILE_HEADER const * __ptr64) __ptr64 -?CreateFileA@CCryptoCard@iop@@UEAAXPEBUFILE_HEADER@2@@Z -; public: virtual void __cdecl iop::CSmartCard::CreateFileA(struct iop::FILE_HEADER const * __ptr64) __ptr64 -?CreateFileA@CSmartCard@iop@@UEAAXPEBUFILE_HEADER@2@@Z -; public: struct _RTL_CRITICAL_SECTION * __ptr64 __cdecl iop::CIOPLock::CriticalSection(void) __ptr64 -?CriticalSection@CIOPLock@iop@@QEAAPEAU_RTL_CRITICAL_SECTION@@XZ -; protected: void __cdecl iop::CCryptoCard::CryptoToAccessACL(unsigned char * __ptr64,unsigned char,unsigned char,unsigned char) __ptr64 -?CryptoToAccessACL@CCryptoCard@iop@@IEAAXPEAEEEE@Z -; public: void __cdecl iop::CIOPLock::DecrementRefCount(void) __ptr64 -?DecrementRefCount@CIOPLock@iop@@QEAAXXZ -; protected: virtual void __cdecl iop::CAccessCard::DefaultDispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DefaultDispatchError@CAccessCard@iop@@MEBAXEEG@Z -; protected: virtual void __cdecl iop::CCryptoCard::DefaultDispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DefaultDispatchError@CCryptoCard@iop@@MEBAXEEG@Z -; protected: virtual void __cdecl iop::CSmartCard::DefaultDispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DefaultDispatchError@CSmartCard@iop@@MEBAXEEG@Z -; public: virtual void __cdecl iop::CAccessCard::DeleteApplet(void) __ptr64 -?DeleteApplet@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::DeleteApplet(void) __ptr64 -?DeleteApplet@CSmartCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::DeleteFileA(unsigned short) __ptr64 -?DeleteFileA@CAccessCard@iop@@UEAAXG@Z -; public: virtual void __cdecl iop::CCryptoCard::DeleteFileA(unsigned short) __ptr64 -?DeleteFileA@CCryptoCard@iop@@UEAAXG@Z -; public: virtual void __cdecl iop::CSmartCard::DeleteFileA(unsigned short) __ptr64 -?DeleteFileA@CSmartCard@iop@@UEAAXG@Z -; public: virtual char const * __ptr64 __cdecl scu::ExcTemplate<2,unsigned long>::Description(void)const __ptr64 -?Description@?$ExcTemplate@$01K@scu@@UEBAPEBDXZ -; public: virtual char const * __ptr64 __cdecl iop::CSmartCard::Exception::Description(void)const __ptr64 -?Description@Exception@CSmartCard@iop@@UEBAPEBDXZ -; public: virtual char const * __ptr64 __cdecl scu::Exception::Description(void)const __ptr64 -?Description@Exception@scu@@UEBAPEBDXZ -; public: virtual char const * __ptr64 __cdecl scu::OsException::Description(void)const __ptr64 -?Description@OsException@scu@@UEBAPEBDXZ -; public: virtual void __cdecl iop::CAccessCard::Directory(unsigned char,struct iop::FILE_HEADER * __ptr64) __ptr64 -?Directory@CAccessCard@iop@@UEAAXEPEAUFILE_HEADER@2@@Z -; public: virtual void __cdecl iop::CCryptoCard::Directory(unsigned char,struct iop::FILE_HEADER * __ptr64) __ptr64 -?Directory@CCryptoCard@iop@@UEAAXEPEAUFILE_HEADER@2@@Z -; public: virtual void __cdecl iop::CSmartCard::Directory(unsigned char,struct iop::FILE_HEADER * __ptr64) __ptr64 -?Directory@CSmartCard@iop@@UEAAXEPEAUFILE_HEADER@2@@Z -; public: void __cdecl iop::CSmartCard::Dirty(bool) __ptr64 -?Dirty@CSmartCard@iop@@QEAAX_N@Z -; public: bool __cdecl iop::CSmartCard::Dirty(void)const __ptr64 -?Dirty@CSmartCard@iop@@QEBA_NXZ -; protected: virtual void __cdecl iop::CAccessCard::DispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DispatchError@CAccessCard@iop@@MEBAXEEG@Z -; protected: virtual void __cdecl iop::CCryptoCard::DispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DispatchError@CCryptoCard@iop@@MEBAXEEG@Z -; protected: virtual void __cdecl iop::CSmartCard::DispatchError(unsigned char,unsigned char,unsigned short)const __ptr64 -?DispatchError@CSmartCard@iop@@MEBAXEEG@Z -; protected: virtual void __cdecl iop::CAccessCard::DoReadBlock(unsigned short,unsigned char * __ptr64,unsigned char) __ptr64 -?DoReadBlock@CAccessCard@iop@@MEAAXGPEAEE@Z -; protected: virtual void __cdecl iop::CCryptoCard::DoReadBlock(unsigned short,unsigned char * __ptr64,unsigned char) __ptr64 -?DoReadBlock@CCryptoCard@iop@@MEAAXGPEAEE@Z -; protected: virtual void __cdecl iop::CAccessCard::DoWriteBlock(unsigned short,unsigned char const * __ptr64,unsigned char) __ptr64 -?DoWriteBlock@CAccessCard@iop@@MEAAXGPEBEE@Z -; protected: virtual void __cdecl iop::CCryptoCard::DoWriteBlock(unsigned short,unsigned char const * __ptr64,unsigned char) __ptr64 -?DoWriteBlock@CCryptoCard@iop@@MEAAXGPEBEE@Z -; public: virtual unsigned long __cdecl scu::ExcTemplate<2,unsigned long>::Error(void)const __ptr64 -?Error@?$ExcTemplate@$01K@scu@@UEBAKXZ -; public: virtual unsigned long __cdecl iop::CSmartCard::Exception::Error(void)const __ptr64 -?Error@Exception@CSmartCard@iop@@UEBAKXZ -; public: virtual void __cdecl iop::CAccessCard::ExecuteInstall(unsigned char const * __ptr64,unsigned char) __ptr64 -?ExecuteInstall@CAccessCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CSmartCard::ExecuteInstall(unsigned char const * __ptr64,unsigned char) __ptr64 -?ExecuteInstall@CSmartCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CAccessCard::ExecuteMain(void) __ptr64 -?ExecuteMain@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::ExecuteMain(void) __ptr64 -?ExecuteMain@CSmartCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::ExternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?ExternalAuth@CAccessCard@iop@@UEAAXW4KeyType@2@EEPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::ExternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?ExternalAuth@CCryptoCard@iop@@UEAAXW4KeyType@2@EEPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::ExternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?ExternalAuth@CSmartCard@iop@@UEAAXW4KeyType@2@EEPEBE@Z -; public: enum scu::Exception::FacilityCode __cdecl scu::Exception::Facility(void)const __ptr64 -?Facility@Exception@scu@@QEBA?AW4FacilityCode@12@XZ -; public: void __cdecl iop::CSmartCard::FireEvents(int,unsigned long,unsigned char * __ptr64) __ptr64 -?FireEvents@CSmartCard@iop@@QEAAXHKPEAE@Z -; protected: unsigned char __cdecl iop::CSmartCard::FormatPath(char * __ptr64,char const * __ptr64) __ptr64 -?FormatPath@CSmartCard@iop@@IEAAEPEADPEBD@Z -; public: virtual class iop::CPublicKeyBlob __cdecl iop::CCryptoCard::GenerateKeyPair(unsigned char const * __ptr64,unsigned short,unsigned char,enum iop::KeyType) __ptr64 -?GenerateKeyPair@CCryptoCard@iop@@UEAA?AVCPublicKeyBlob@2@PEBEGEW4KeyType@2@@Z -; public: virtual class iop::CPublicKeyBlob __cdecl iop::CSmartCard::GenerateKeyPair(unsigned char const * __ptr64,unsigned short,unsigned char,enum iop::KeyType) __ptr64 -?GenerateKeyPair@CSmartCard@iop@@UEAA?AVCPublicKeyBlob@2@PEBEGEW4KeyType@2@@Z -; public: virtual void __cdecl iop::CCryptoCard::GetACL(unsigned char * __ptr64) __ptr64 -?GetACL@CCryptoCard@iop@@UEAAXPEAE@Z -; public: virtual void __cdecl iop::CSmartCard::GetACL(unsigned char * __ptr64) __ptr64 -?GetACL@CSmartCard@iop@@UEAAXPEAE@Z -; public: virtual void __cdecl iop::CAccessCard::GetChallenge(unsigned long,unsigned char * __ptr64) __ptr64 -?GetChallenge@CAccessCard@iop@@UEAAXKPEAE@Z -; public: virtual void __cdecl iop::CCryptoCard::GetChallenge(unsigned long,unsigned char * __ptr64) __ptr64 -?GetChallenge@CCryptoCard@iop@@UEAAXKPEAE@Z -; public: virtual void __cdecl iop::CSmartCard::GetChallenge(unsigned long,unsigned char * __ptr64) __ptr64 -?GetChallenge@CSmartCard@iop@@UEAAXKPEAE@Z -; public: void __cdecl iop::CSmartCard::GetCurrentDir(char * __ptr64) __ptr64 -?GetCurrentDir@CSmartCard@iop@@QEAAXPEAD@Z -; public: void __cdecl iop::CSmartCard::GetCurrentFile(char * __ptr64) __ptr64 -?GetCurrentFile@CSmartCard@iop@@QEAAXPEAD@Z -; public: virtual void __cdecl iop::CSmartCard::GetResponse(unsigned char,unsigned char,unsigned char * __ptr64) __ptr64 -?GetResponse@CSmartCard@iop@@UEAAXEEPEAE@Z -; public: virtual void __cdecl iop::CAccessCard::GetSerial(unsigned char * __ptr64,unsigned __int64 & __ptr64) __ptr64 -?GetSerial@CAccessCard@iop@@UEAAXPEAEAEA_K@Z -; public: virtual void __cdecl iop::CCryptoCard::GetSerial(unsigned char * __ptr64,unsigned __int64 & __ptr64) __ptr64 -?GetSerial@CCryptoCard@iop@@UEAAXPEAEAEA_K@Z -; public: virtual void __cdecl iop::CSmartCard::GetSerial(unsigned char * __ptr64,unsigned __int64 & __ptr64) __ptr64 -?GetSerial@CSmartCard@iop@@UEAAXPEAEAEA_K@Z -; public: unsigned short __cdecl iop::FilePathComponent::GetShortID(void) __ptr64 -?GetShortID@FilePathComponent@iop@@QEAAGXZ -; public: void __cdecl iop::CSmartCard::GetState(unsigned long & __ptr64,unsigned long & __ptr64) __ptr64 -?GetState@CSmartCard@iop@@QEAAXAEAK0@Z -; public: class std::basic_string,class std::allocator > __cdecl iop::FilePathComponent::GetStringID(void) __ptr64 -?GetStringID@FilePathComponent@iop@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ -; public: class std::basic_string,class std::allocator > __cdecl iop::FilePath::GetStringPath(void) __ptr64 -?GetStringPath@FilePath@iop@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ -; public: class iop::FilePath __cdecl iop::FilePath::GreatestCommonPrefix(class iop::FilePath & __ptr64) __ptr64 -?GreatestCommonPrefix@FilePath@iop@@QEAA?AV12@AEAV12@@Z -; public: bool __cdecl iop::CSmartCard::HasProperty(unsigned short) __ptr64 -?HasProperty@CSmartCard@iop@@QEAA_NG@Z -; public: class iop::FilePathComponent __cdecl iop::FilePath::Head(void) __ptr64 -?Head@FilePath@iop@@QEAA?AVFilePathComponent@2@XZ -; public: void __cdecl iop::CIOPLock::IncrementRefCount(void) __ptr64 -?IncrementRefCount@CIOPLock@iop@@QEAAXXZ -; public: void __cdecl iop::CIOPLock::Init(class iop::CSmartCard * __ptr64) __ptr64 -?Init@CIOPLock@iop@@QEAAXPEAVCSmartCard@2@@Z -; public: static void __cdecl iop::CIOP::InitIOPSecurityAttrs(class CSecurityAttributes * __ptr64) -?InitIOPSecurityAttrs@CIOP@iop@@SAXPEAVCSecurityAttributes@@@Z -; public: unsigned char __cdecl iop::CSmartCard::Exception::Ins(void)const __ptr64 -?Ins@Exception@CSmartCard@iop@@QEBAEXZ -; public: virtual void __cdecl iop::CAccessCard::InternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64,unsigned char * __ptr64) __ptr64 -?InternalAuth@CAccessCard@iop@@UEAAXW4KeyType@2@EEPEBEPEAE@Z -; public: virtual void __cdecl iop::CCryptoCard::InternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64,unsigned char * __ptr64) __ptr64 -?InternalAuth@CCryptoCard@iop@@UEAAXW4KeyType@2@EEPEBEPEAE@Z -; public: virtual void __cdecl iop::CSmartCard::InternalAuth(enum iop::KeyType,unsigned char,unsigned char,unsigned char const * __ptr64,unsigned char * __ptr64) __ptr64 -?InternalAuth@CSmartCard@iop@@UEAAXW4KeyType@2@EEPEBEPEAE@Z -; public: bool __cdecl iop::FilePath::IsEmpty(void) __ptr64 -?IsEmpty@FilePath@iop@@QEAA_NXZ -; public: static void __cdecl iop::CIOP::ListKnownCards(char * __ptr64,int & __ptr64) -?ListKnownCards@CIOP@iop@@SAXPEADAEAH@Z -; public: void __cdecl iop::CIOP::ListReaders(char * __ptr64,int & __ptr64) __ptr64 -?ListReaders@CIOP@iop@@QEAAXPEADAEAH@Z -; public: class iop::CIOPLock * __ptr64 __cdecl iop::CSmartCard::Lock(void) __ptr64 -?Lock@CSmartCard@iop@@QEAAPEAVCIOPLock@2@XZ -; public: virtual void __cdecl iop::CAccessCard::LogoutAll(void) __ptr64 -?LogoutAll@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CCryptoCard::LogoutAll(void) __ptr64 -?LogoutAll@CCryptoCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::LogoutAll(void) __ptr64 -?LogoutAll@CSmartCard@iop@@UEAAXXZ -; public: void * __ptr64 __cdecl iop::CIOPLock::MutexHandle(void) __ptr64 -?MutexHandle@CIOPLock@iop@@QEAAPEAXXZ -; public: unsigned char __cdecl iop::FilePath::NumComponents(void) __ptr64 -?NumComponents@FilePath@iop@@QEAAEXZ -; private: void __cdecl iop::CSmartCard::ProcessReturnStatus(unsigned char,unsigned char,unsigned short) __ptr64 -?ProcessReturnStatus@CSmartCard@iop@@AEAAXEEG@Z -; public: virtual void __cdecl scu::ExcTemplate<2,unsigned long>::Raise(void)const __ptr64 -?Raise@?$ExcTemplate@$01K@scu@@UEBAXXZ -; public: virtual void __cdecl iop::CSmartCard::Exception::Raise(void)const __ptr64 -?Raise@Exception@CSmartCard@iop@@UEBAXXZ -; public: virtual void __cdecl scu::OsException::Raise(void)const __ptr64 -?Raise@OsException@scu@@UEBAXXZ -; public: void __cdecl iop::CSmartCard::ReConnect(void) __ptr64 -?ReConnect@CSmartCard@iop@@QEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::ReadBinary(unsigned short,unsigned short,unsigned char * __ptr64) __ptr64 -?ReadBinary@CSmartCard@iop@@UEAAXGGPEAE@Z -; public: virtual void __cdecl iop::CAccessCard::ReadPublicKey(class iop::CPublicKeyBlob * __ptr64,unsigned char) __ptr64 -?ReadPublicKey@CAccessCard@iop@@UEAAXPEAVCPublicKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CCryptoCard::ReadPublicKey(class iop::CPublicKeyBlob * __ptr64,unsigned char) __ptr64 -?ReadPublicKey@CCryptoCard@iop@@UEAAXPEAVCPublicKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CSmartCard::ReadPublicKey(class iop::CPublicKeyBlob * __ptr64,unsigned char) __ptr64 -?ReadPublicKey@CSmartCard@iop@@UEAAXPEAVCPublicKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CAccessCard::ReadRecord(unsigned char,unsigned char,unsigned char,unsigned char * __ptr64) __ptr64 -?ReadRecord@CAccessCard@iop@@UEAAXEEEPEAE@Z -; public: virtual void __cdecl iop::CSmartCard::ReadRecord(unsigned char,unsigned char,unsigned char,unsigned char * __ptr64) __ptr64 -?ReadRecord@CSmartCard@iop@@UEAAXEEEPEAE@Z -; public: long __cdecl iop::CIOPLock::RefCount(void) __ptr64 -?RefCount@CIOPLock@iop@@QEAAJXZ -; public: static void __cdecl iop::CIOP::RegisterCard(char const * __ptr64,unsigned char const * __ptr64,unsigned char,unsigned char const * __ptr64,unsigned char,unsigned char const * __ptr64,enum iop::cardType) -?RegisterCard@CIOP@iop@@SAXPEBDPEBEE1E1W4cardType@2@@Z -; public: static void __cdecl iop::CIOP::RegisterDefaultCards(void) -?RegisterDefaultCards@CIOP@iop@@SAXXZ -; public: unsigned long __cdecl iop::CSmartCard::RegisterEvent(void (__cdecl*)(void * __ptr64,int,unsigned long,unsigned char * __ptr64),void * __ptr64) __ptr64 -?RegisterEvent@CSmartCard@iop@@QEAAKP6AXPEAXHKPEAE@Z0@Z -; protected: void __cdecl iop::CSmartCard::RequireSelect(void) __ptr64 -?RequireSelect@CSmartCard@iop@@IEAAXXZ -; public: void __cdecl iop::CSmartCard::ResetCard(void) __ptr64 -?ResetCard@CSmartCard@iop@@QEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::ResetInstance(void) __ptr64 -?ResetInstance@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::ResetInstance(void) __ptr64 -?ResetInstance@CSmartCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::ResetProgram(void) __ptr64 -?ResetProgram@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::ResetProgram(void) __ptr64 -?ResetProgram@CSmartCard@iop@@UEAAXXZ -; public: void __cdecl iop::CSmartCard::ResetSelect(void) __ptr64 -?ResetSelect@CSmartCard@iop@@QEAAXXZ -; protected: void __cdecl iop::CSmartCard::ResponseLengthAvailable(unsigned char) __ptr64 -?ResponseLengthAvailable@CSmartCard@iop@@IEAAXE@Z -; protected: unsigned char __cdecl iop::CSmartCard::ResponseLengthAvailable(void)const __ptr64 -?ResponseLengthAvailable@CSmartCard@iop@@IEBAEXZ -; public: static class iop::FilePath __cdecl iop::FilePath::Root(void) -?Root@FilePath@iop@@SA?AV12@XZ -; protected: virtual void __cdecl iop::CAccessCard::Select(unsigned short) __ptr64 -?Select@CAccessCard@iop@@MEAAXG@Z -; public: virtual void __cdecl iop::CAccessCard::Select(char const * __ptr64,struct iop::FILE_HEADER * __ptr64,bool) __ptr64 -?Select@CAccessCard@iop@@UEAAXPEBDPEAUFILE_HEADER@2@_N@Z -; protected: virtual void __cdecl iop::CCryptoCard::Select(unsigned short) __ptr64 -?Select@CCryptoCard@iop@@MEAAXG@Z -; public: virtual void __cdecl iop::CCryptoCard::Select(char const * __ptr64,struct iop::FILE_HEADER * __ptr64,bool) __ptr64 -?Select@CCryptoCard@iop@@UEAAXPEBDPEAUFILE_HEADER@2@_N@Z -; public: virtual void __cdecl iop::CSmartCard::Select(char const * __ptr64,struct iop::FILE_HEADER * __ptr64,bool) __ptr64 -?Select@CSmartCard@iop@@UEAAXPEBDPEAUFILE_HEADER@2@_N@Z -; public: virtual void __cdecl iop::CAccessCard::SelectCardlet(unsigned char const * __ptr64,unsigned char) __ptr64 -?SelectCardlet@CAccessCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CSmartCard::SelectCardlet(unsigned char const * __ptr64,unsigned char) __ptr64 -?SelectCardlet@CSmartCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CAccessCard::SelectLoader(void) __ptr64 -?SelectLoader@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::SelectLoader(void) __ptr64 -?SelectLoader@CSmartCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::SelectParent(void) __ptr64 -?SelectParent@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CCryptoCard::SelectParent(void) __ptr64 -?SelectParent@CCryptoCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::SelectParent(void) __ptr64 -?SelectParent@CSmartCard@iop@@UEAAXXZ -; public: void __cdecl iop::CSmartCard::SendCardAPDU(unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char const * __ptr64,unsigned char,unsigned char * __ptr64) __ptr64 -?SendCardAPDU@CSmartCard@iop@@QEAAXEEEEEPEBEEPEAE@Z -; public: virtual void __cdecl iop::CAccessCard::SetCurrentAsLoader(void) __ptr64 -?SetCurrentAsLoader@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::SetCurrentAsLoader(void) __ptr64 -?SetCurrentAsLoader@CSmartCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CAccessCard::SetDefaultAsLoader(void) __ptr64 -?SetDefaultAsLoader@CAccessCard@iop@@UEAAXXZ -; public: virtual void __cdecl iop::CSmartCard::SetDefaultAsLoader(void) __ptr64 -?SetDefaultAsLoader@CSmartCard@iop@@UEAAXXZ -; private: void __cdecl scu::SecureArray::SetupFromBuffer(char const * __ptr64,unsigned __int64) __ptr64 -?SetupFromBuffer@?$SecureArray@D@scu@@AEAAXPEBD_K@Z -; private: void __cdecl scu::SecureArray::SetupFromBuffer(unsigned char const * __ptr64,unsigned __int64) __ptr64 -?SetupFromBuffer@?$SecureArray@E@scu@@AEAAXPEBE_K@Z -; public: class iop::CSmartCard * __ptr64 __cdecl iop::CIOPLock::SmartCard(void) __ptr64 -?SmartCard@CIOPLock@iop@@QEAAPEAVCSmartCard@2@XZ -; public: unsigned short __cdecl iop::CSmartCard::Exception::Status(void)const __ptr64 -?Status@Exception@CSmartCard@iop@@QEBAGXZ -; protected: virtual bool __cdecl iop::CAccessCard::SupportLogout(void) __ptr64 -?SupportLogout@CAccessCard@iop@@MEAA_NXZ -; protected: virtual bool __cdecl iop::CCryptoCard::SupportLogout(void) __ptr64 -?SupportLogout@CCryptoCard@iop@@MEAA_NXZ -; public: class iop::FilePathComponent __cdecl iop::FilePath::Tail(void) __ptr64 -?Tail@FilePath@iop@@QEAA?AVFilePathComponent@2@XZ -; public: virtual void __cdecl iop::CAccessCard::UnblockCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?UnblockCHV@CAccessCard@iop@@UEAAXEPEBE0@Z -; public: virtual void __cdecl iop::CCryptoCard::UnblockCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?UnblockCHV@CCryptoCard@iop@@UEAAXEPEBE0@Z -; public: virtual void __cdecl iop::CSmartCard::UnblockCHV(unsigned char,unsigned char const * __ptr64,unsigned char const * __ptr64) __ptr64 -?UnblockCHV@CSmartCard@iop@@UEAAXEPEBE0@Z -; public: bool __cdecl iop::CSmartCard::UnregisterEvent(unsigned long) __ptr64 -?UnregisterEvent@CSmartCard@iop@@QEAA_NK@Z -; public: virtual void __cdecl iop::CAccessCard::UpdateRecord(unsigned char,unsigned char,unsigned char,unsigned char * __ptr64) __ptr64 -?UpdateRecord@CAccessCard@iop@@UEAAXEEEPEAE@Z -; public: virtual void __cdecl iop::CSmartCard::UpdateRecord(unsigned char,unsigned char,unsigned char,unsigned char * __ptr64) __ptr64 -?UpdateRecord@CSmartCard@iop@@UEAAXEEEPEAE@Z -; private: bool __cdecl iop::CAccessCard::ValidClassByte(unsigned char) __ptr64 -?ValidClassByte@CAccessCard@iop@@AEAA_NE@Z -; public: virtual void __cdecl iop::CAccessCard::ValidateProgram(unsigned char const * __ptr64,unsigned char) __ptr64 -?ValidateProgram@CAccessCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CSmartCard::ValidateProgram(unsigned char const * __ptr64,unsigned char) __ptr64 -?ValidateProgram@CSmartCard@iop@@UEAAXPEBEE@Z -; public: virtual void __cdecl iop::CAccessCard::VerifyCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyCHV@CAccessCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::VerifyCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyCHV@CCryptoCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::VerifyCHV(unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyCHV@CSmartCard@iop@@UEAAXEPEBE@Z -; public: virtual void __cdecl iop::CAccessCard::VerifyKey(unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyKey@CAccessCard@iop@@UEAAXEEPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::VerifyKey(unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyKey@CCryptoCard@iop@@UEAAXEEPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::VerifyKey(unsigned char,unsigned char,unsigned char const * __ptr64) __ptr64 -?VerifyKey@CSmartCard@iop@@UEAAXEEPEBE@Z -; public: virtual void __cdecl iop::CAccessCard::VerifyTransportKey(unsigned char const * __ptr64) __ptr64 -?VerifyTransportKey@CAccessCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CCryptoCard::VerifyTransportKey(unsigned char const * __ptr64) __ptr64 -?VerifyTransportKey@CCryptoCard@iop@@UEAAXPEBE@Z -; public: virtual void __cdecl iop::CSmartCard::VerifyTransportKey(unsigned char const * __ptr64) __ptr64 -?VerifyTransportKey@CSmartCard@iop@@UEAAXPEBE@Z -; public: static bool __cdecl iop::CIOP::WaitForSCManager(void) -?WaitForSCManager@CIOP@iop@@SA_NXZ -; public: virtual void __cdecl iop::CSmartCard::WriteBinary(unsigned short,unsigned short,unsigned char const * __ptr64) __ptr64 -?WriteBinary@CSmartCard@iop@@UEAAXGGPEBE@Z -; private: void __cdecl iop::CSmartCard::WriteBlock(unsigned short,unsigned char const * __ptr64,unsigned char) __ptr64 -?WriteBlock@CSmartCard@iop@@AEAAXGPEBEE@Z -; public: virtual void __cdecl iop::CAccessCard::WritePrivateKey(class iop::CPrivateKeyBlob,unsigned char) __ptr64 -?WritePrivateKey@CAccessCard@iop@@UEAAXVCPrivateKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CCryptoCard::WritePrivateKey(class iop::CPrivateKeyBlob,unsigned char) __ptr64 -?WritePrivateKey@CCryptoCard@iop@@UEAAXVCPrivateKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CSmartCard::WritePrivateKey(class iop::CPrivateKeyBlob,unsigned char) __ptr64 -?WritePrivateKey@CSmartCard@iop@@UEAAXVCPrivateKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CAccessCard::WritePublicKey(class iop::CPublicKeyBlob,unsigned char) __ptr64 -?WritePublicKey@CAccessCard@iop@@UEAAXVCPublicKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CCryptoCard::WritePublicKey(class iop::CPublicKeyBlob,unsigned char) __ptr64 -?WritePublicKey@CCryptoCard@iop@@UEAAXVCPublicKeyBlob@2@E@Z -; public: virtual void __cdecl iop::CSmartCard::WritePublicKey(class iop::CPublicKeyBlob,unsigned char) __ptr64 -?WritePublicKey@CSmartCard@iop@@UEAAXVCPublicKeyBlob@2@E@Z -; protected: struct std::list >::_Node * __ptr64 __cdecl std::list >::_Buynode(struct std::list >::_Node * __ptr64,struct std::list >::_Node * __ptr64) __ptr64 -?_Buynode@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@IEAAPEAU_Node@12@PEAU312@0@Z -; protected: void __cdecl std::vector >::_Destroy(struct iop::EventInfo * __ptr64 * __ptr64,struct iop::EventInfo * __ptr64 * __ptr64) __ptr64 -?_Destroy@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@IEAAXPEAPEAUEventInfo@iop@@0@Z -; public: bool __cdecl std::vector >::_Eq(class std::vector > const & __ptr64)const __ptr64 -?_Eq@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_NAEBV12@@Z -; protected: void __cdecl std::list >::_Freenode(struct std::list >::_Node * __ptr64) __ptr64 -?_Freenode@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@IEAAXPEAU_Node@12@@Z -; public: bool __cdecl std::vector >::_Lt(class std::vector > const & __ptr64)const __ptr64 -?_Lt@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_NAEBV12@@Z -; protected: void __cdecl std::list >::_Splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?_Splice@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@IEAAXViterator@12@AEAV12@00@Z -; protected: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::_Ucopy(struct iop::EventInfo * __ptr64 const * __ptr64,struct iop::EventInfo * __ptr64 const * __ptr64,struct iop::EventInfo * __ptr64 * __ptr64) __ptr64 -?_Ucopy@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@IEAAPEAPEAUEventInfo@iop@@PEBQEAU34@0PEAPEAU34@@Z -; protected: void __cdecl std::vector >::_Ufill(struct iop::EventInfo * __ptr64 * __ptr64,unsigned __int64,struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?_Ufill@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@IEAAXPEAPEAUEventInfo@iop@@_KAEBQEAU34@@Z -; protected: void __cdecl std::list >::_Xran(void)const __ptr64 -?_Xran@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@IEBAXXZ -; protected: void __cdecl std::vector >::_Xran(void)const __ptr64 -?_Xran@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@IEBAXXZ -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append(char const * __ptr64,unsigned __int64) __ptr64 -?append@?$SecureArray@D@scu@@QEAAAEAV12@PEBD_K@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append(unsigned __int64,char const & __ptr64) __ptr64 -?append@?$SecureArray@D@scu@@QEAAAEAV12@_KAEBD@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append(unsigned char const * __ptr64,unsigned __int64) __ptr64 -?append@?$SecureArray@E@scu@@QEAAAEAV12@PEBE_K@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append(unsigned __int64,unsigned char const & __ptr64) __ptr64 -?append@?$SecureArray@E@scu@@QEAAAEAV12@_KAEBE@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append_string(unsigned __int64,char const & __ptr64) __ptr64 -?append_string@?$SecureArray@D@scu@@QEAAAEAV12@_KAEBD@Z -; public: class scu::SecureArray & __ptr64 __cdecl scu::SecureArray::append_string(unsigned __int64,unsigned char const & __ptr64) __ptr64 -?append_string@?$SecureArray@E@scu@@QEAAAEAV12@_KAEBE@Z -; public: void __cdecl std::list >::assign(class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?assign@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXVconst_iterator@12@0@Z -; public: void __cdecl std::list >::assign(unsigned __int64,class iop::FilePathComponent const & __ptr64) __ptr64 -?assign@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAX_KAEBVFilePathComponent@iop@@@Z -; public: void __cdecl std::vector >::assign(struct iop::EventInfo * __ptr64 const * __ptr64,struct iop::EventInfo * __ptr64 const * __ptr64) __ptr64 -?assign@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXPEBQEAUEventInfo@iop@@0@Z -; public: void __cdecl std::vector >::assign(unsigned __int64,struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?assign@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAX_KAEBQEAUEventInfo@iop@@@Z -; public: struct iop::EventInfo * __ptr64 & __ptr64 __cdecl std::vector >::at(unsigned __int64) __ptr64 -?at@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAAEAPEAUEventInfo@iop@@_K@Z -; public: struct iop::EventInfo * __ptr64 const & __ptr64 __cdecl std::vector >::at(unsigned __int64)const __ptr64 -?at@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAAEBQEAUEventInfo@iop@@_K@Z -; public: class iop::FilePathComponent & __ptr64 __cdecl std::list >::back(void) __ptr64 -?back@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAAEAVFilePathComponent@iop@@XZ -; public: class iop::FilePathComponent const & __ptr64 __cdecl std::list >::back(void)const __ptr64 -?back@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBAAEBVFilePathComponent@iop@@XZ -; public: struct iop::EventInfo * __ptr64 & __ptr64 __cdecl std::vector >::back(void) __ptr64 -?back@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAAEAPEAUEventInfo@iop@@XZ -; public: struct iop::EventInfo * __ptr64 const & __ptr64 __cdecl std::vector >::back(void)const __ptr64 -?back@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAAEBQEAUEventInfo@iop@@XZ -; public: class std::list >::iterator __cdecl std::list >::begin(void) __ptr64 -?begin@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::begin(void)const __ptr64 -?begin@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::begin(void) __ptr64 -?begin@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAPEAPEAUEventInfo@iop@@XZ -; public: struct iop::EventInfo * __ptr64 const * __ptr64 __cdecl std::vector >::begin(void)const __ptr64 -?begin@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAPEBQEAUEventInfo@iop@@XZ -; public: unsigned __int64 __cdecl std::vector >::capacity(void)const __ptr64 -?capacity@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::clear(void) __ptr64 -?clear@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::vector >::clear(void) __ptr64 -?clear@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXXZ -; public: char * __ptr64 __cdecl scu::SecureArray::data(void) __ptr64 -?data@?$SecureArray@D@scu@@QEAAPEADXZ -; public: char const * __ptr64 __cdecl scu::SecureArray::data(void)const __ptr64 -?data@?$SecureArray@D@scu@@QEBAPEBDXZ -; public: unsigned char * __ptr64 __cdecl scu::SecureArray::data(void) __ptr64 -?data@?$SecureArray@E@scu@@QEAAPEAEXZ -; public: unsigned char const * __ptr64 __cdecl scu::SecureArray::data(void)const __ptr64 -?data@?$SecureArray@E@scu@@QEBAPEBEXZ -; public: bool __cdecl std::list >::empty(void)const __ptr64 -?empty@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA_NXZ -; public: bool __cdecl std::vector >::empty(void)const __ptr64 -?empty@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_NXZ -; public: class std::list >::iterator __cdecl std::list >::end(void) __ptr64 -?end@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::end(void)const __ptr64 -?end@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::end(void) __ptr64 -?end@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAPEAPEAUEventInfo@iop@@XZ -; public: struct iop::EventInfo * __ptr64 const * __ptr64 __cdecl std::vector >::end(void)const __ptr64 -?end@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAPEBQEAUEventInfo@iop@@XZ -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator,class std::list >::iterator) __ptr64 -?erase@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AViterator@12@V312@0@Z -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator) __ptr64 -?erase@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AViterator@12@V312@@Z -; public: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::erase(struct iop::EventInfo * __ptr64 * __ptr64,struct iop::EventInfo * __ptr64 * __ptr64) __ptr64 -?erase@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAPEAPEAUEventInfo@iop@@PEAPEAU34@0@Z -; public: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::erase(struct iop::EventInfo * __ptr64 * __ptr64) __ptr64 -?erase@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAPEAPEAUEventInfo@iop@@PEAPEAU34@@Z -; public: class iop::FilePathComponent & __ptr64 __cdecl std::list >::front(void) __ptr64 -?front@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAAEAVFilePathComponent@iop@@XZ -; public: class iop::FilePathComponent const & __ptr64 __cdecl std::list >::front(void)const __ptr64 -?front@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBAAEBVFilePathComponent@iop@@XZ -; public: struct iop::EventInfo * __ptr64 & __ptr64 __cdecl std::vector >::front(void) __ptr64 -?front@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAAEAPEAUEventInfo@iop@@XZ -; public: struct iop::EventInfo * __ptr64 const & __ptr64 __cdecl std::vector >::front(void)const __ptr64 -?front@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBAAEBQEAUEventInfo@iop@@XZ -; public: class iop::CSharedMarker * __ptr64 __cdecl std::auto_ptr::get(void)const __ptr64 -?get@?$auto_ptr@VCSharedMarker@iop@@@std@@QEBAPEAVCSharedMarker@iop@@XZ -; public: class iop::RMHangProcDeathSynchObjects * __ptr64 __cdecl std::auto_ptr::get(void)const __ptr64 -?get@?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEBAPEAVRMHangProcDeathSynchObjects@iop@@XZ -; public: void __cdecl iop::CSmartCard::getATR(unsigned char * __ptr64,unsigned char & __ptr64) __ptr64 -?getATR@CSmartCard@iop@@QEAAXPEAEAEAE@Z -; public: unsigned __int64 __cdecl iop::CSmartCard::getCardHandle(void) __ptr64 -?getCardHandle@CSmartCard@iop@@QEAA_KXZ -; public: char const * __ptr64 __cdecl iop::CSmartCard::getCardName(void)const __ptr64 -?getCardName@CSmartCard@iop@@QEBAPEBDXZ -; public: class std::allocator __cdecl std::list >::get_allocator(void)const __ptr64 -?get_allocator@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA?AV?$allocator@VFilePathComponent@iop@@@2@XZ -; public: class std::allocator __cdecl std::vector >::get_allocator(void)const __ptr64 -?get_allocator@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA?AV?$allocator@PEAUEventInfo@iop@@@2@XZ -; public: class std::list >::iterator __cdecl std::list >::insert(class std::list >::iterator,class iop::FilePathComponent const & __ptr64) __ptr64 -?insert@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AViterator@12@V312@AEBVFilePathComponent@iop@@@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class iop::FilePathComponent const * __ptr64,class iop::FilePathComponent const * __ptr64) __ptr64 -?insert@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@PEBVFilePathComponent@iop@@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?insert@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@Vconst_iterator@12@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,unsigned __int64,class iop::FilePathComponent const & __ptr64) __ptr64 -?insert@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@_KAEBVFilePathComponent@iop@@@Z -; public: struct iop::EventInfo * __ptr64 * __ptr64 __cdecl std::vector >::insert(struct iop::EventInfo * __ptr64 * __ptr64,struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?insert@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAPEAPEAUEventInfo@iop@@PEAPEAU34@AEBQEAU34@@Z -; public: void __cdecl std::vector >::insert(struct iop::EventInfo * __ptr64 * __ptr64,struct iop::EventInfo * __ptr64 const * __ptr64,struct iop::EventInfo * __ptr64 const * __ptr64) __ptr64 -?insert@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXPEAPEAUEventInfo@iop@@PEBQEAU34@1@Z -; public: void __cdecl std::vector >::insert(struct iop::EventInfo * __ptr64 * __ptr64,unsigned __int64,struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?insert@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXPEAPEAUEventInfo@iop@@_KAEBQEAU34@@Z -; public: unsigned __int64 __cdecl scu::SecureArray::length(void)const __ptr64 -?length@?$SecureArray@D@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl scu::SecureArray::length(void)const __ptr64 -?length@?$SecureArray@E@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl scu::SecureArray::length_string(void)const __ptr64 -?length_string@?$SecureArray@D@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl scu::SecureArray::length_string(void)const __ptr64 -?length_string@?$SecureArray@E@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl std::list >::max_size(void)const __ptr64 -?max_size@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA_KXZ -; public: unsigned __int64 __cdecl std::vector >::max_size(void)const __ptr64 -?max_size@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::merge(class std::list > & __ptr64) __ptr64 -?merge@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::merge(class std::list > & __ptr64,struct std::greater) __ptr64 -?merge@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEAV12@U?$greater@VFilePathComponent@iop@@@2@@Z -; public: void __cdecl std::list >::pop_back(void) __ptr64 -?pop_back@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::vector >::pop_back(void) __ptr64 -?pop_back@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::pop_front(void) __ptr64 -?pop_front@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::push_back(class iop::FilePathComponent const & __ptr64) __ptr64 -?push_back@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEBVFilePathComponent@iop@@@Z -; public: void __cdecl std::vector >::push_back(struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?push_back@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXAEBQEAUEventInfo@iop@@@Z -; public: void __cdecl std::list >::push_front(class iop::FilePathComponent const & __ptr64) __ptr64 -?push_front@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEBVFilePathComponent@iop@@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class iop::FilePathComponent,class iop::FilePathComponent & __ptr64,class iop::FilePathComponent * __ptr64,__int64> __cdecl std::list >::rbegin(void) __ptr64 -?rbegin@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@VFilePathComponent@iop@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class iop::FilePathComponent,class iop::FilePathComponent const & __ptr64,class iop::FilePathComponent const * __ptr64,__int64> __cdecl std::list >::rbegin(void)const __ptr64 -?rbegin@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@VFilePathComponent@iop@@AEBV45@PEBV45@_J@2@XZ -; public: class std::reverse_iterator __cdecl std::vector >::rbegin(void) __ptr64 -?rbegin@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA?AV?$reverse_iterator@PEAPEAUEventInfo@iop@@PEAU12@AEAPEAU12@PEAPEAU12@_J@2@XZ -; public: class std::reverse_iterator __cdecl std::vector >::rbegin(void)const __ptr64 -?rbegin@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA?AV?$reverse_iterator@PEBQEAUEventInfo@iop@@PEAU12@AEBQEAU12@PEBQEAU12@_J@2@XZ -; public: class iop::CSharedMarker * __ptr64 __cdecl std::auto_ptr::release(void)const __ptr64 -?release@?$auto_ptr@VCSharedMarker@iop@@@std@@QEBAPEAVCSharedMarker@iop@@XZ -; public: class iop::RMHangProcDeathSynchObjects * __ptr64 __cdecl std::auto_ptr::release(void)const __ptr64 -?release@?$auto_ptr@VRMHangProcDeathSynchObjects@iop@@@std@@QEBAPEAVRMHangProcDeathSynchObjects@iop@@XZ -; public: void __cdecl std::list >::remove(class iop::FilePathComponent const & __ptr64) __ptr64 -?remove@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEBVFilePathComponent@iop@@@Z -; public: void __cdecl std::list >::remove_if(class std::binder2nd >) __ptr64 -?remove_if@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXV?$binder2nd@U?$not_equal_to@VFilePathComponent@iop@@@std@@@2@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class iop::FilePathComponent,class iop::FilePathComponent & __ptr64,class iop::FilePathComponent * __ptr64,__int64> __cdecl std::list >::rend(void) __ptr64 -?rend@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@VFilePathComponent@iop@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class iop::FilePathComponent,class iop::FilePathComponent const & __ptr64,class iop::FilePathComponent const * __ptr64,__int64> __cdecl std::list >::rend(void)const __ptr64 -?rend@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@VFilePathComponent@iop@@AEBV45@PEBV45@_J@2@XZ -; public: class std::reverse_iterator __cdecl std::vector >::rend(void) __ptr64 -?rend@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAA?AV?$reverse_iterator@PEAPEAUEventInfo@iop@@PEAU12@AEAPEAU12@PEAPEAU12@_J@2@XZ -; public: class std::reverse_iterator __cdecl std::vector >::rend(void)const __ptr64 -?rend@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA?AV?$reverse_iterator@PEBQEAUEventInfo@iop@@PEAU12@AEBQEAU12@PEBQEAU12@_J@2@XZ -; public: void __cdecl std::vector >::reserve(unsigned __int64) __ptr64 -?reserve@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAX_K@Z -; public: void __cdecl std::list >::resize(unsigned __int64,class iop::FilePathComponent) __ptr64 -?resize@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAX_KVFilePathComponent@iop@@@Z -; public: void __cdecl std::vector >::resize(unsigned __int64,struct iop::EventInfo * __ptr64 const & __ptr64) __ptr64 -?resize@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAX_KAEBQEAUEventInfo@iop@@@Z -; public: void __cdecl std::list >::reverse(void) __ptr64 -?reverse@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl iop::CSmartCard::setCardName(char const * __ptr64) __ptr64 -?setCardName@CSmartCard@iop@@QEAAXPEBD@Z -; public: unsigned __int64 __cdecl scu::SecureArray::size(void)const __ptr64 -?size@?$SecureArray@D@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl scu::SecureArray::size(void)const __ptr64 -?size@?$SecureArray@E@scu@@QEBA_KXZ -; public: unsigned __int64 __cdecl std::list >::size(void)const __ptr64 -?size@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEBA_KXZ -; public: unsigned __int64 __cdecl std::vector >::size(void)const __ptr64 -?size@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::sort(struct std::greater) __ptr64 -?sort@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXU?$greater@VFilePathComponent@iop@@@2@@Z -; public: void __cdecl std::list >::sort(void) __ptr64 -?sort@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?splice@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@AEAV12@00@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator) __ptr64 -?splice@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@AEAV12@0@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64) __ptr64 -?splice@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXViterator@12@AEAV12@@Z -; public: void __cdecl std::list >::swap(class std::list > & __ptr64) __ptr64 -?swap@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::vector >::swap(class std::vector > & __ptr64) __ptr64 -?swap@?$vector@PEAUEventInfo@iop@@V?$allocator@PEAUEventInfo@iop@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::unique(struct std::not_equal_to) __ptr64 -?unique@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXU?$not_equal_to@VFilePathComponent@iop@@@2@@Z -; public: void __cdecl std::list >::unique(void) __ptr64 -?unique@?$list@VFilePathComponent@iop@@V?$allocator@VFilePathComponent@iop@@@std@@@std@@QEAAXXZ -DllGetVersion -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/slcext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/slcext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/slcext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/slcext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Definition file of slcext.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "slcext.dll" -EXPORTS -;ord_300 @300 -;ord_301 @301 -;ord_302 @302 -;ord_303 @303 -;ord_304 @304 -SLAcquireGenuineTicket -SLActivateProduct -SLDepositTokenActivationResponse -SLFreeTokenActivationCertificates -SLFreeTokenActivationGrants -SLGenerateTokenActivationChallenge -SLGetPackageProductKey -SLGetPackageProperties -SLGetPackageToken -SLGetReferralInformation -SLGetServerStatus -SLGetTokenActivationCertificates -SLGetTokenActivationGrants -SLInstallPackage -SLSignTokenActivationChallenge -SLUninstallPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/slwga.def mingw-w64-6.0.0/mingw-w64-crt/lib64/slwga.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/slwga.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/slwga.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of SLWGA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "SLWGA.dll" -EXPORTS -;ord_227 @227 -SLIsGenuineLocal diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/smlogcfg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/smlogcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/smlogcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/smlogcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SmLogCfg.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SmLogCfg.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpadm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpadm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpadm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpadm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SMTPADM.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SMTPADM.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpcons.def mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpcons.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpcons.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpcons.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SMTPCONS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SMTPCONS.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file smtpsnap.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY smtpsnap.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/smtpsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/smtpsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,343 +0,0 @@ -; -; Exports of file SMTPSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SMTPSVC.dll -EXPORTS -; public: __cdecl HASH_TABLE::HASH_TABLE(class HASH_TABLE const & __ptr64) __ptr64 -??0HASH_TABLE@@QEAA@AEBV0@@Z -; public: __cdecl HT_ELEMENT::HT_ELEMENT(class HT_ELEMENT const & __ptr64) __ptr64 -??0HT_ELEMENT@@QEAA@AEBV0@@Z -; public: __cdecl HT_ELEMENT::HT_ELEMENT(void) __ptr64 -??0HT_ELEMENT@@QEAA@XZ -; public: __cdecl IIS_CTL::IIS_CTL(class IIS_CTL const & __ptr64) __ptr64 -??0IIS_CTL@@QEAA@AEBV0@@Z -; public: __cdecl IIS_SERVER_CERT::IIS_SERVER_CERT(class IIS_SERVER_CERT const & __ptr64) __ptr64 -??0IIS_SERVER_CERT@@QEAA@AEBV0@@Z -; public: __cdecl IIS_SERVICE::IIS_SERVICE(class IIS_SERVICE const & __ptr64) __ptr64 -??0IIS_SERVICE@@QEAA@AEBV0@@Z -; public: __cdecl IIS_SSL_INFO::IIS_SSL_INFO(class IIS_SSL_INFO const & __ptr64) __ptr64 -??0IIS_SSL_INFO@@QEAA@AEBV0@@Z -; public: __cdecl LOGGING::LOGGING(class LOGGING const & __ptr64) __ptr64 -??0LOGGING@@QEAA@AEBV0@@Z -; public: virtual __cdecl HASH_TABLE::~HASH_TABLE(void) __ptr64 -??1HASH_TABLE@@UEAA@XZ -; public: virtual __cdecl HT_ELEMENT::~HT_ELEMENT(void) __ptr64 -??1HT_ELEMENT@@UEAA@XZ -; public: class HASH_TABLE & __ptr64 __cdecl HASH_TABLE::operator=(class HASH_TABLE const & __ptr64) __ptr64 -??4HASH_TABLE@@QEAAAEAV0@AEBV0@@Z -; public: class HT_ELEMENT & __ptr64 __cdecl HT_ELEMENT::operator=(class HT_ELEMENT const & __ptr64) __ptr64 -??4HT_ELEMENT@@QEAAAEAV0@AEBV0@@Z -; public: class IIS_CTL & __ptr64 __cdecl IIS_CTL::operator=(class IIS_CTL const & __ptr64) __ptr64 -??4IIS_CTL@@QEAAAEAV0@AEBV0@@Z -; public: class IIS_SERVER_CERT & __ptr64 __cdecl IIS_SERVER_CERT::operator=(class IIS_SERVER_CERT const & __ptr64) __ptr64 -??4IIS_SERVER_CERT@@QEAAAEAV0@AEBV0@@Z -; public: class IIS_SERVICE & __ptr64 __cdecl IIS_SERVICE::operator=(class IIS_SERVICE const & __ptr64) __ptr64 -??4IIS_SERVICE@@QEAAAEAV0@AEBV0@@Z -; public: class IIS_SSL_INFO & __ptr64 __cdecl IIS_SSL_INFO::operator=(class IIS_SSL_INFO const & __ptr64) __ptr64 -??4IIS_SSL_INFO@@QEAAAEAV0@AEBV0@@Z -; public: class LOGGING & __ptr64 __cdecl LOGGING::operator=(class LOGGING const & __ptr64) __ptr64 -??4LOGGING@@QEAAAEAV0@AEBV0@@Z -; public: class TSVC_CACHE & __ptr64 __cdecl TSVC_CACHE::operator=(class TSVC_CACHE const & __ptr64) __ptr64 -??4TSVC_CACHE@@QEAAAEAV0@AEBV0@@Z -; public: void __cdecl INET_PARSER::operator+=(int) __ptr64 -??YINET_PARSER@@QEAAXH@Z -; const HASH_TABLE::`vftable' -??_7HASH_TABLE@@6B@ -; const HT_ELEMENT::`vftable' -??_7HT_ELEMENT@@6B@ -; const IIS_SERVICE::`vftable' -??_7IIS_SERVICE@@6B@ -; public: void __cdecl IIS_SERVER_INSTANCE::AcquireFastLock(void) __ptr64 -?AcquireFastLock@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::AcquireServiceLock(int) __ptr64 -?AcquireServiceLock@IIS_SERVICE@@QEAAXH@Z -; private: static void __cdecl IIS_VROOT_TABLE::AddRefRecord(void const * __ptr64,int) -?AddRefRecord@IIS_VROOT_TABLE@@CAXPEBXH@Z -; public: virtual unsigned long __cdecl HASH_TABLE::CalculateHash(char const * __ptr64)const __ptr64 -?CalculateHash@HASH_TABLE@@UEBAKPEBD@Z -; private: int __cdecl IIS_SSL_INFO::CheckSignature(void) __ptr64 -?CheckSignature@IIS_SSL_INFO@@AEAAHXZ -; public: void __cdecl IIS_SERVER_INSTANCE::CleanupAfterConstructorFailure(void) __ptr64 -?CleanupAfterConstructorFailure@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::DecrementCurrentConnections(void) __ptr64 -?DecrementCurrentConnections@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: unsigned long __cdecl IIS_SERVICE::DelayCurrentServiceCtrlOperation(unsigned long) __ptr64 -?DelayCurrentServiceCtrlOperation@IIS_SERVICE@@QEAAKK@Z -; public: virtual long __cdecl MIME_MAP_ENTRY::Dereference(void) __ptr64 -?Dereference@MIME_MAP_ENTRY@@UEAAJXZ -; public: int __cdecl IIS_SERVER_INSTANCE::DoServerNameCheck(void)const __ptr64 -?DoServerNameCheck@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: char * __ptr64 __cdecl INET_PARSER::EatNonWhite(void) __ptr64 -?EatNonWhite@INET_PARSER@@QEAAPEADXZ -; public: char * __ptr64 __cdecl INET_PARSER::EatWhite(void) __ptr64 -?EatWhite@INET_PARSER@@QEAAPEADXZ -; public: virtual int __cdecl COMMON_METADATA::FinishPrivateProperties(class BUFFER * __ptr64,unsigned long,int) __ptr64 -?FinishPrivateProperties@COMMON_METADATA@@UEAAHPEAVBUFFER@@KH@Z -; public: unsigned long __cdecl HASH_TABLE::FlushElements(void) __ptr64 -?FlushElements@HASH_TABLE@@QEAAKXZ -; public: unsigned long __cdecl TSVC_CACHE::GetInstanceId(void)const __ptr64 -?GetInstanceId@TSVC_CACHE@@QEBAKXZ -; public: void __cdecl IIS_SERVICE::GetMDInstancePath(unsigned long,char * __ptr64) __ptr64 -?GetMDInstancePath@IIS_SERVICE@@QEAAXKPEAD@Z -; public: void * __ptr64 __cdecl TSVC_CACHE::GetServerInstance(void)const __ptr64 -?GetServerInstance@TSVC_CACHE@@QEBAPEAXXZ -; private: virtual unsigned long __cdecl IIS_SERVICE::GetServiceConfigInfoSize(unsigned long) __ptr64 -?GetServiceConfigInfoSize@IIS_SERVICE@@EEAAKK@Z -; public: unsigned long __cdecl TSVC_CACHE::GetServiceId(void)const __ptr64 -?GetServiceId@TSVC_CACHE@@QEBAKXZ -; public: class CACHED_TOKEN * __ptr64 __cdecl TCP_AUTHENT::GetToken(void)const __ptr64 -?GetToken@TCP_AUTHENT@@QEBAPEAVCACHED_TOKEN@@XZ -; public: class TSVC_CACHE & __ptr64 __cdecl IIS_SERVER_INSTANCE::GetTsvcCache(void) __ptr64 -?GetTsvcCache@IIS_SERVER_INSTANCE@@QEAAAEAVTSVC_CACHE@@XZ -; public: void * __ptr64 __cdecl TCP_AUTHENT::GetUserHandle(void) __ptr64 -?GetUserHandle@TCP_AUTHENT@@QEAAPEAXXZ -; public: virtual int __cdecl COMMON_METADATA::HandlePrivateProperty(char * __ptr64,class IIS_SERVER_INSTANCE * __ptr64,struct _METADATA_GETALL_INTERNAL_RECORD * __ptr64,void * __ptr64,class BUFFER * __ptr64,unsigned long * __ptr64,struct _METADATA_ERROR_INFO * __ptr64) __ptr64 -?HandlePrivateProperty@COMMON_METADATA@@UEAAHPEADPEAVIIS_SERVER_INSTANCE@@PEAU_METADATA_GETALL_INTERNAL_RECORD@@PEAXPEAVBUFFER@@PEAKPEAU_METADATA_ERROR_INFO@@@Z -; public: int __cdecl IIS_SERVER_INSTANCE::HasNormalBindings(void)const __ptr64 -?HasNormalBindings@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::HasSecureBindings(void)const __ptr64 -?HasSecureBindings@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: void __cdecl IIS_SERVER_INSTANCE::IncrementCurrentConnections(void) __ptr64 -?IncrementCurrentConnections@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: int __cdecl IIS_SERVICE::IsActive(void)const __ptr64 -?IsActive@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsAutoStart(void)const __ptr64 -?IsAutoStart@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsClusterEnabled(void)const __ptr64 -?IsClusterEnabled@IIS_SERVER_INSTANCE@@QEBAHXZ -; private: int __cdecl IIS_SSL_INFO::IsDefaultCTL(void) __ptr64 -?IsDefaultCTL@IIS_SSL_INFO@@AEAAHXZ -; public: int __cdecl IIS_SSL_INFO::IsDefaultCertificate(void) __ptr64 -?IsDefaultCertificate@IIS_SSL_INFO@@QEAAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsDownLevelInstance(void)const __ptr64 -?IsDownLevelInstance@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_CERT::IsFortezzaCert(void) __ptr64 -?IsFortezzaCert@IIS_SERVER_CERT@@QEAAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::IsLoggingEnabledA(void)const __ptr64 -?IsLoggingEnabledA@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: virtual int __cdecl MIME_MAP_ENTRY::IsMatch(char const * __ptr64,unsigned long)const __ptr64 -?IsMatch@MIME_MAP_ENTRY@@UEBAHPEBDK@Z -; public: int __cdecl IIS_SERVICE::IsMultiInstance(void)const __ptr64 -?IsMultiInstance@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl IIS_SERVICE::IsSystemDBCS(void)const __ptr64 -?IsSystemDBCS@IIS_SERVICE@@QEBAHXZ -; public: int __cdecl HASH_TABLE::IsValid(void)const __ptr64 -?IsValid@HASH_TABLE@@QEBAHXZ -; public: int __cdecl TS_OPEN_FILE_INFO::IsValid(void)const __ptr64 -?IsValid@TS_OPEN_FILE_INFO@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::LoadStr(class STR & __ptr64,unsigned long,int)const __ptr64 -?LoadStr@IIS_SERVER_INSTANCE@@QEBAHAEAVSTR@@KH@Z -; public: void __cdecl IIS_SSL_INFO::Lock(void) __ptr64 -?Lock@IIS_SSL_INFO@@QEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::LockConvertExclusive(void) __ptr64 -?LockConvertExclusive@IIS_VROOT_TABLE@@QEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::LockExclusive(void) __ptr64 -?LockExclusive@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::LockExclusive(void) __ptr64 -?LockExclusive@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::LockShared(void) __ptr64 -?LockShared@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::LockShared(void) __ptr64 -?LockShared@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::LockThisForRead(void) __ptr64 -?LockThisForRead@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::LockThisForWrite(void) __ptr64 -?LockThisForWrite@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::LogEvent(unsigned long,unsigned short,char const * __ptr64 * __ptr64 const,unsigned long) __ptr64 -?LogEvent@IIS_SERVICE@@QEAAXKGQEAPEBDK@Z -; public: class HT_ELEMENT * __ptr64 __cdecl HASH_TABLE::Lookup(char const * __ptr64) __ptr64 -?Lookup@HASH_TABLE@@QEAAPEAVHT_ELEMENT@@PEBD@Z -; public: char * __ptr64 __cdecl INET_PARSER::NextItem(void) __ptr64 -?NextItem@INET_PARSER@@QEAAPEADXZ -; public: char * __ptr64 __cdecl INET_PARSER::NextParam(void) __ptr64 -?NextParam@INET_PARSER@@QEAAPEADXZ -; public: void __cdecl MIME_MAP::Print(void) __ptr64 -?Print@MIME_MAP@@QEAAXXZ -; public: virtual void __cdecl MIME_MAP_ENTRY::Print(void)const __ptr64 -?Print@MIME_MAP_ENTRY@@UEBAXXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryAcceptExOutstanding(void)const __ptr64 -?QueryAcceptExOutstanding@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryAcceptExTimeout(void)const __ptr64 -?QueryAcceptExTimeout@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: virtual class IIS_SSL_INFO * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryAndReferenceSSLInfoObj(void) __ptr64 -?QueryAndReferenceSSLInfoObj@IIS_SERVER_INSTANCE@@UEAAPEAVIIS_SSL_INFO@@XZ -; public: unsigned long __cdecl TS_OPEN_FILE_INFO::QueryAttributes(void)const __ptr64 -?QueryAttributes@TS_OPEN_FILE_INFO@@QEBAKXZ -; public: void * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryBandwidthInfo(void)const __ptr64 -?QueryBandwidthInfo@IIS_SERVER_INSTANCE@@QEBAPEAXXZ -; public: class IIS_CTL * __ptr64 __cdecl IIS_SSL_INFO::QueryCTL(void) __ptr64 -?QueryCTL@IIS_SSL_INFO@@QEAAPEAVIIS_CTL@@XZ -; public: struct _CTL_CONTEXT const * __ptr64 __cdecl IIS_CTL::QueryCTLContext(void) __ptr64 -?QueryCTLContext@IIS_CTL@@QEAAPEBU_CTL_CONTEXT@@XZ -; public: struct _CERT_CONTEXT const * __ptr64 __cdecl IIS_SERVER_CERT::QueryCertContext(void) __ptr64 -?QueryCertContext@IIS_SERVER_CERT@@QEAAPEBU_CERT_CONTEXT@@XZ -; public: struct _CERT_CONTEXT const * __ptr64 * __ptr64 __cdecl IIS_SERVER_CERT::QueryCertContextAddr(void) __ptr64 -?QueryCertContextAddr@IIS_SERVER_CERT@@QEAAPEAPEBU_CERT_CONTEXT@@XZ -; public: class IIS_SERVER_CERT * __ptr64 __cdecl IIS_SSL_INFO::QueryCertificate(void) __ptr64 -?QueryCertificate@IIS_SSL_INFO@@QEAAPEAVIIS_SERVER_CERT@@XZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryConnectionTimeout(void)const __ptr64 -?QueryConnectionTimeout@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: char * __ptr64 __cdecl IIS_SERVER_CERT::QueryContainer(void) __ptr64 -?QueryContainer@IIS_SERVER_CERT@@QEAAPEADXZ -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QueryCredHandle(void) __ptr64 -?QueryCredHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QueryCtxtHandle(void) __ptr64 -?QueryCtxtHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryCurrentConnections(void)const __ptr64 -?QueryCurrentConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryCurrentServiceError(void)const __ptr64 -?QueryCurrentServiceError@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryCurrentServiceState(void)const __ptr64 -?QueryCurrentServiceState@IIS_SERVICE@@QEBAKXZ -; public: unsigned short __cdecl IIS_SERVER_INSTANCE::QueryDefaultPort(void)const __ptr64 -?QueryDefaultPort@IIS_SERVER_INSTANCE@@QEBAGXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryDownLevelInstance(void)const __ptr64 -?QueryDownLevelInstance@IIS_SERVICE@@QEBAKXZ -; public: char * __ptr64 __cdecl TS_OPEN_FILE_INFO::QueryETag(void)const __ptr64 -?QueryETag@TS_OPEN_FILE_INFO@@QEBAPEADXZ -; public: class EVENT_LOG * __ptr64 __cdecl IIS_SERVICE::QueryEventLog(void) __ptr64 -?QueryEventLog@IIS_SERVICE@@QEAAPEAVEVENT_LOG@@XZ -; public: unsigned long __cdecl IIS_SERVICE::QueryInstanceCount(void)const __ptr64 -?QueryInstanceCount@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryInstanceId(void)const __ptr64 -?QueryInstanceId@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: virtual char const * __ptr64 __cdecl MIME_MAP_ENTRY::QueryKey(void)const __ptr64 -?QueryKey@MIME_MAP_ENTRY@@UEBAPEBDXZ -; public: virtual unsigned long __cdecl MIME_MAP_ENTRY::QueryKeyLen(void)const __ptr64 -?QueryKeyLen@MIME_MAP_ENTRY@@UEBAKXZ -; public: int __cdecl TS_OPEN_FILE_INFO::QueryLastWriteTime(struct _FILETIME * __ptr64)const __ptr64 -?QueryLastWriteTime@TS_OPEN_FILE_INFO@@QEBAHPEAU_FILETIME@@@Z -; public: unsigned short * __ptr64 __cdecl IIS_CTL::QueryListIdentifier(void) __ptr64 -?QueryListIdentifier@IIS_CTL@@QEAAPEAGXZ -; public: int __cdecl IIS_SERVER_INSTANCE::QueryLogAnonymous(void)const __ptr64 -?QueryLogAnonymous@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: int __cdecl IIS_SERVER_INSTANCE::QueryLogNonAnonymous(void)const __ptr64 -?QueryLogNonAnonymous@IIS_SERVER_INSTANCE@@QEBAHXZ -; public: char * __ptr64 __cdecl IIS_CTL::QueryMBPath(void) __ptr64 -?QueryMBPath@IIS_CTL@@QEAAPEADXZ -; public: char * __ptr64 __cdecl IIS_SERVER_CERT::QueryMBPath(void) __ptr64 -?QueryMBPath@IIS_SERVER_CERT@@QEAAPEADXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryMDPath(void)const __ptr64 -?QueryMDPath@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryMDPath(void)const __ptr64 -?QueryMDPath@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMDPathLen(void)const __ptr64 -?QueryMDPathLen@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryMDVRPath(void)const __ptr64 -?QueryMDVRPath@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMDVRPathLen(void)const __ptr64 -?QueryMDVRPathLen@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMaxConnections(void)const __ptr64 -?QueryMaxConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryMaxEndpointConnections(void)const __ptr64 -?QueryMaxEndpointConnections@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: class MIME_MAP * __ptr64 __cdecl IIS_SERVICE::QueryMimeMap(void)const __ptr64 -?QueryMimeMap@IIS_SERVICE@@QEBAPEAVMIME_MAP@@XZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryModuleName(void)const __ptr64 -?QueryModuleName@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVER_CERT::QueryOpenFlags(void) __ptr64 -?QueryOpenFlags@IIS_SERVER_CERT@@QEAAKXZ -; public: void * __ptr64 __cdecl IIS_CTL::QueryOriginalStore(void) __ptr64 -?QueryOriginalStore@IIS_CTL@@QEAAPEAXXZ -; public: char * __ptr64 __cdecl IIS_SERVER_CERT::QueryProviderName(void) __ptr64 -?QueryProviderName@IIS_SERVER_CERT@@QEAAPEADXZ -; public: unsigned long __cdecl IIS_SERVER_CERT::QueryProviderType(void) __ptr64 -?QueryProviderType@IIS_SERVER_CERT@@QEAAKXZ -; public: long * __ptr64 __cdecl RefBlob::QueryRefCount(void) __ptr64 -?QueryRefCount@RefBlob@@QEAAPEAJXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryRegParamKey(void)const __ptr64 -?QueryRegParamKey@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryRegParamKey(void)const __ptr64 -?QueryRegParamKey@IIS_SERVICE@@QEBAPEBDXZ -; public: char * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryRoot(void)const __ptr64 -?QueryRoot@IIS_SERVER_INSTANCE@@QEBAPEADXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QuerySavedState(void)const __ptr64 -?QuerySavedState@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryServerSize(void)const __ptr64 -?QueryServerSize@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::QueryServerState(void)const __ptr64 -?QueryServerState@IIS_SERVER_INSTANCE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryServiceComment(void)const __ptr64 -?QueryServiceComment@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryServiceId(void)const __ptr64 -?QueryServiceId@IIS_SERVICE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVICE::QueryServiceName(void)const __ptr64 -?QueryServiceName@IIS_SERVICE@@QEBAPEBDXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryServiceSpecificExitCode(void)const __ptr64 -?QueryServiceSpecificExitCode@IIS_SERVICE@@QEBAKXZ -; public: unsigned long __cdecl IIS_SERVICE::QueryShutdownScheduleId(void)const __ptr64 -?QueryShutdownScheduleId@IIS_SERVICE@@QEBAKXZ -; public: char const * __ptr64 __cdecl IIS_SERVER_INSTANCE::QuerySiteName(void)const __ptr64 -?QuerySiteName@IIS_SERVER_INSTANCE@@QEBAPEBDXZ -; public: int __cdecl TS_OPEN_FILE_INFO::QuerySize(union _LARGE_INTEGER & __ptr64)const __ptr64 -?QuerySize@TS_OPEN_FILE_INFO@@QEBAHAEAT_LARGE_INTEGER@@@Z -; public: int __cdecl TS_OPEN_FILE_INFO::QuerySize(unsigned long * __ptr64,unsigned long * __ptr64)const __ptr64 -?QuerySize@TS_OPEN_FILE_INFO@@QEBAHPEAK0@Z -; public: struct _SecHandle * __ptr64 __cdecl TCP_AUTHENT::QuerySslCtxtHandle(void) __ptr64 -?QuerySslCtxtHandle@TCP_AUTHENT@@QEAAPEAU_SecHandle@@XZ -; public: unsigned long __cdecl IIS_CTL::QueryStatus(void) __ptr64 -?QueryStatus@IIS_CTL@@QEAAKXZ -; public: void * __ptr64 __cdecl IIS_SERVER_CERT::QueryStoreHandle(void) __ptr64 -?QueryStoreHandle@IIS_SERVER_CERT@@QEAAPEAXXZ -; public: char * __ptr64 __cdecl IIS_CTL::QueryStoreName(void) __ptr64 -?QueryStoreName@IIS_CTL@@QEAAPEADXZ -; public: char * __ptr64 __cdecl IIS_SERVER_CERT::QueryStoreName(void) __ptr64 -?QueryStoreName@IIS_SERVER_CERT@@QEAAPEADXZ -; public: unsigned long __cdecl IIS_VROOT_TABLE::QueryVrootCount(void) __ptr64 -?QueryVrootCount@IIS_VROOT_TABLE@@QEAAKXZ -; public: class IIS_VROOT_TABLE * __ptr64 __cdecl IIS_SERVER_INSTANCE::QueryVrootTable(void) __ptr64 -?QueryVrootTable@IIS_SERVER_INSTANCE@@QEAAPEAVIIS_VROOT_TABLE@@XZ -; public: virtual long __cdecl MIME_MAP_ENTRY::Reference(void) __ptr64 -?Reference@MIME_MAP_ENTRY@@UEAAJXZ -; public: void __cdecl IIS_SERVER_INSTANCE::ReleaseFastLock(void) __ptr64 -?ReleaseFastLock@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: void __cdecl IIS_SERVICE::ReleaseServiceLock(int) __ptr64 -?ReleaseServiceLock@IIS_SERVICE@@QEAAXH@Z -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::RemoveNormalBindings(void) __ptr64 -?RemoveNormalBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::RemoveSecureBindings(void) __ptr64 -?RemoveSecureBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: void __cdecl INET_PARSER::RestoreBuffer(void) __ptr64 -?RestoreBuffer@INET_PARSER@@QEAAXXZ -; public: int __cdecl TS_OPEN_FILE_INFO::RetrieveHttpInfo(char * __ptr64,int * __ptr64) __ptr64 -?RetrieveHttpInfo@TS_OPEN_FILE_INFO@@QEAAHPEADPEAH@Z -; public: void __cdecl IIS_SERVER_INSTANCE::SaveServerState(void) __ptr64 -?SaveServerState@IIS_SERVER_INSTANCE@@QEAAXXZ -ServiceEntry -; public: void __cdecl COMMON_METADATA::SetAccessPerms(unsigned long) __ptr64 -?SetAccessPerms@COMMON_METADATA@@QEAAXK@Z -; public: void __cdecl TSVC_CACHE::SetParameters(unsigned long,unsigned long,void * __ptr64) __ptr64 -?SetParameters@TSVC_CACHE@@QEAAXKKPEAX@Z -; public: void __cdecl IIS_SERVICE::SetServiceComment(char * __ptr64) __ptr64 -?SetServiceComment@IIS_SERVICE@@QEAAXPEAD@Z -; public: void __cdecl IIS_SERVICE::SetServiceSpecificExitCode(unsigned long) __ptr64 -?SetServiceSpecificExitCode@IIS_SERVICE@@QEAAXK@Z -; public: void __cdecl IIS_SERVER_INSTANCE::SetZapRegKey(void) __ptr64 -?SetZapRegKey@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: unsigned long __cdecl IIS_SERVER_CERT::Status(void) __ptr64 -?Status@IIS_SERVER_CERT@@QEAAKXZ -; public: virtual void __cdecl IIS_SERVICE::StopInstanceProcs(class IIS_SERVER_INSTANCE * __ptr64) __ptr64 -?StopInstanceProcs@IIS_SERVICE@@UEAAXPEAVIIS_SERVER_INSTANCE@@@Z -; public: void __cdecl IIS_SSL_INFO::Unlock(void) __ptr64 -?Unlock@IIS_SSL_INFO@@QEAAXXZ -; public: void __cdecl IIS_VROOT_TABLE::Unlock(void) __ptr64 -?Unlock@IIS_VROOT_TABLE@@QEAAXXZ -; private: void __cdecl LOGGING::Unlock(void) __ptr64 -?Unlock@LOGGING@@AEAAXXZ -; public: void __cdecl IIS_SERVER_INSTANCE::UnlockThis(void) __ptr64 -?UnlockThis@IIS_SERVER_INSTANCE@@QEAAXXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::UpdateNormalBindings(void) __ptr64 -?UpdateNormalBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; public: unsigned long __cdecl IIS_SERVER_INSTANCE::UpdateSecureBindings(void) __ptr64 -?UpdateSecureBindings@IIS_SERVER_INSTANCE@@QEAAKXZ -; private: int __cdecl IIS_SERVER_CERT::UseProgrammaticPINEntry(class MB * __ptr64) __ptr64 -?UseProgrammaticPINEntry@IIS_SERVER_CERT@@AEAAHPEAVMB@@@Z -; public: int __cdecl TS_OPEN_FILE_INFO::WeakETag(void)const __ptr64 -?WeakETag@TS_OPEN_FILE_INFO@@QEBAHXZ -; int __cdecl uudecode(char * __ptr64,class BUFFER * __ptr64,unsigned long * __ptr64,int) -?uudecode@@YAHPEADPEAVBUFFER@@PEAKH@Z -; int __cdecl uuencode(unsigned char * __ptr64,unsigned long,class BUFFER * __ptr64,int) -?uuencode@@YAHPEAEKPEAVBUFFER@@H@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sniffpol.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sniffpol.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sniffpol.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sniffpol.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SniffPol.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SniffPol.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -; -; Exports of file snmpapi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY snmpapi.dll -EXPORTS -SnmpSvcAddrIsIpx -SnmpSvcAddrToSocket -SnmpSvcGetEnterpriseOID -SnmpSvcGetUptime -SnmpSvcGetUptimeFromTime -SnmpSvcInitUptime -SnmpSvcSetLogLevel -SnmpSvcSetLogType -SnmpTfxClose -SnmpTfxOpen -SnmpTfxQuery -SnmpUtilAnsiToUnicode -SnmpUtilAsnAnyCpy -SnmpUtilAsnAnyFree -SnmpUtilDbgPrint -SnmpUtilIdsToA -SnmpUtilMemAlloc -SnmpUtilMemFree -SnmpUtilMemReAlloc -SnmpUtilOctetsCmp -SnmpUtilOctetsCpy -SnmpUtilOctetsFree -SnmpUtilOctetsNCmp -SnmpUtilOidAppend -SnmpUtilOidCmp -SnmpUtilOidCpy -SnmpUtilOidFree -SnmpUtilOidNCmp -SnmpUtilOidToA -SnmpUtilPrintAsnAny -SnmpUtilPrintOid -SnmpUtilUTF8ToUnicode -SnmpUtilUnicodeToAnsi -SnmpUtilUnicodeToUTF8 -SnmpUtilVarBindCpy -SnmpUtilVarBindFree -SnmpUtilVarBindListCpy -SnmpUtilVarBindListFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpcl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpcl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpcl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpcl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,2150 +0,0 @@ -; -; Exports of file snmpcl.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY snmpcl.dll -EXPORTS -; public: __cdecl CBString::CBString(int) __ptr64 -??0CBString@@QEAA@H@Z -; public: __cdecl CBString::CBString(unsigned short * __ptr64) __ptr64 -??0CBString@@QEAA@PEAG@Z -; public: __cdecl CBString::CBString(void) __ptr64 -??0CBString@@QEAA@XZ -; public: __cdecl GeneralException::GeneralException(class GeneralException const & __ptr64) __ptr64 -??0GeneralException@@QEAA@AEBV0@@Z -; public: __cdecl GeneralException::GeneralException(class SnmpErrorReport const & __ptr64,char * __ptr64,int,unsigned long) __ptr64 -??0GeneralException@@QEAA@AEBVSnmpErrorReport@@PEADHK@Z -; public: __cdecl GeneralException::GeneralException(enum SnmpError,enum SnmpStatus,char * __ptr64,int,unsigned long) __ptr64 -??0GeneralException@@QEAA@W4SnmpError@@W4SnmpStatus@@PEADHK@Z -; public: __cdecl GetNextOperation::GetNextOperation(class SnmpSession & __ptr64,class SnmpAutoRetrieveOperation & __ptr64) __ptr64 -??0GetNextOperation@@QEAA@AEAVSnmpSession@@AEAVSnmpAutoRetrieveOperation@@@Z -; public: __cdecl GetNextOperation::GetNextOperation(class GetNextOperation const & __ptr64) __ptr64 -??0GetNextOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpAnalyser::SnmpAnalyser(class SnmpAnalyser const & __ptr64) __ptr64 -??0SnmpAnalyser@@QEAA@AEBV0@@Z -; public: __cdecl SnmpAnalyser::SnmpAnalyser(unsigned short const * __ptr64) __ptr64 -??0SnmpAnalyser@@QEAA@PEBG@Z -; protected: __cdecl SnmpAutoRetrieveOperation::SnmpAutoRetrieveOperation(class SnmpSession & __ptr64) __ptr64 -??0SnmpAutoRetrieveOperation@@IEAA@AEAVSnmpSession@@@Z -; public: __cdecl SnmpAutoRetrieveOperation::SnmpAutoRetrieveOperation(class SnmpAutoRetrieveOperation const & __ptr64) __ptr64 -??0SnmpAutoRetrieveOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpBitStringType::SnmpBitStringType(class SnmpBitStringType const & __ptr64) __ptr64 -??0SnmpBitStringType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpBitStringType::SnmpBitStringType(unsigned short const * __ptr64) __ptr64 -??0SnmpBitStringType@@QEAA@PEBG@Z -; public: __cdecl SnmpBitStringType::SnmpBitStringType(unsigned short const * __ptr64,class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpBitStringType@@QEAA@PEBGAEBVSnmpOctetString@@@Z -; public: __cdecl SnmpBitStringType::SnmpBitStringType(unsigned short const * __ptr64,unsigned short const * __ptr64 * __ptr64,unsigned long const & __ptr64) __ptr64 -??0SnmpBitStringType@@QEAA@PEBGPEAPEBGAEBK@Z -; protected: __cdecl SnmpClassLibrary::SnmpClassLibrary(void) __ptr64 -??0SnmpClassLibrary@@IEAA@XZ -; public: __cdecl SnmpClassLibrary::SnmpClassLibrary(class SnmpClassLibrary const & __ptr64) __ptr64 -??0SnmpClassLibrary@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCommunityBasedSecurity::SnmpCommunityBasedSecurity(class SnmpCommunityBasedSecurity const & __ptr64) __ptr64 -??0SnmpCommunityBasedSecurity@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCommunityBasedSecurity::SnmpCommunityBasedSecurity(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpCommunityBasedSecurity@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpCommunityBasedSecurity::SnmpCommunityBasedSecurity(char const * __ptr64) __ptr64 -??0SnmpCommunityBasedSecurity@@QEAA@PEBD@Z -; public: __cdecl SnmpCounter64::SnmpCounter64(class SnmpCounter64 const & __ptr64) __ptr64 -??0SnmpCounter64@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCounter64::SnmpCounter64(unsigned long,unsigned long) __ptr64 -??0SnmpCounter64@@QEAA@KK@Z -; public: __cdecl SnmpCounter64Type::SnmpCounter64Type(class SnmpCounter64Type const & __ptr64) __ptr64 -??0SnmpCounter64Type@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCounter64Type::SnmpCounter64Type(class SnmpCounter64 const & __ptr64) __ptr64 -??0SnmpCounter64Type@@QEAA@AEBVSnmpCounter64@@@Z -; public: __cdecl SnmpCounter64Type::SnmpCounter64Type(unsigned long,unsigned long) __ptr64 -??0SnmpCounter64Type@@QEAA@KK@Z -; public: __cdecl SnmpCounter64Type::SnmpCounter64Type(unsigned short const * __ptr64) __ptr64 -??0SnmpCounter64Type@@QEAA@PEBG@Z -; public: __cdecl SnmpCounter64Type::SnmpCounter64Type(void) __ptr64 -??0SnmpCounter64Type@@QEAA@XZ -; public: __cdecl SnmpCounter::SnmpCounter(class SnmpCounter const & __ptr64) __ptr64 -??0SnmpCounter@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCounter::SnmpCounter(unsigned long) __ptr64 -??0SnmpCounter@@QEAA@K@Z -; public: __cdecl SnmpCounterType::SnmpCounterType(class SnmpCounterType const & __ptr64) __ptr64 -??0SnmpCounterType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpCounterType::SnmpCounterType(class SnmpCounter const & __ptr64) __ptr64 -??0SnmpCounterType@@QEAA@AEBVSnmpCounter@@@Z -; public: __cdecl SnmpCounterType::SnmpCounterType(unsigned long) __ptr64 -??0SnmpCounterType@@QEAA@K@Z -; public: __cdecl SnmpCounterType::SnmpCounterType(unsigned short const * __ptr64) __ptr64 -??0SnmpCounterType@@QEAA@PEBG@Z -; public: __cdecl SnmpCounterType::SnmpCounterType(void) __ptr64 -??0SnmpCounterType@@QEAA@XZ -; public: __cdecl SnmpDateTimeType::SnmpDateTimeType(class SnmpDateTimeType const & __ptr64) __ptr64 -??0SnmpDateTimeType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpDateTimeType::SnmpDateTimeType(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpDateTimeType@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpDateTimeType::SnmpDateTimeType(unsigned short const * __ptr64) __ptr64 -??0SnmpDateTimeType@@QEAA@PEBG@Z -; public: __cdecl SnmpDateTimeType::SnmpDateTimeType(void) __ptr64 -??0SnmpDateTimeType@@QEAA@XZ -; public: __cdecl SnmpDisplayStringType::SnmpDisplayStringType(class SnmpDisplayStringType const & __ptr64) __ptr64 -??0SnmpDisplayStringType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpDisplayStringType::SnmpDisplayStringType(class SnmpOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpDisplayStringType@@QEAA@AEBVSnmpOctetString@@PEBG@Z -; public: __cdecl SnmpDisplayStringType::SnmpDisplayStringType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpDisplayStringType@@QEAA@PEBG0@Z -; public: __cdecl SnmpDisplayStringType::SnmpDisplayStringType(unsigned short const * __ptr64) __ptr64 -??0SnmpDisplayStringType@@QEAA@PEBG@Z -; public: __cdecl SnmpEncodeDecode::SnmpEncodeDecode(class SnmpEncodeDecode const & __ptr64) __ptr64 -??0SnmpEncodeDecode@@QEAA@AEBV0@@Z -; public: __cdecl SnmpEncodeDecode::SnmpEncodeDecode(void) __ptr64 -??0SnmpEncodeDecode@@QEAA@XZ -; public: __cdecl SnmpEndOfMibView::SnmpEndOfMibView(void) __ptr64 -??0SnmpEndOfMibView@@QEAA@XZ -; public: __cdecl SnmpEnumeratedType::SnmpEnumeratedType(class SnmpEnumeratedType const & __ptr64) __ptr64 -??0SnmpEnumeratedType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpEnumeratedType::SnmpEnumeratedType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpEnumeratedType@@QEAA@PEBG0@Z -; public: __cdecl SnmpEnumeratedType::SnmpEnumeratedType(unsigned short const * __ptr64) __ptr64 -??0SnmpEnumeratedType@@QEAA@PEBG@Z -; public: __cdecl SnmpEnumeratedType::SnmpEnumeratedType(unsigned short const * __ptr64,long const & __ptr64) __ptr64 -??0SnmpEnumeratedType@@QEAA@PEBGAEBJ@Z -; public: __cdecl SnmpEnumeratedType::SnmpEnumeratedType(unsigned short const * __ptr64,class SnmpInteger const & __ptr64) __ptr64 -??0SnmpEnumeratedType@@QEAA@PEBGAEBVSnmpInteger@@@Z -; public: __cdecl SnmpErrorReport::SnmpErrorReport(class SnmpErrorReport const & __ptr64) __ptr64 -??0SnmpErrorReport@@QEAA@AEBV0@@Z -; public: __cdecl SnmpErrorReport::SnmpErrorReport(enum SnmpError,enum SnmpStatus,unsigned long) __ptr64 -??0SnmpErrorReport@@QEAA@W4SnmpError@@W4SnmpStatus@@K@Z -; public: __cdecl SnmpErrorReport::SnmpErrorReport(void) __ptr64 -??0SnmpErrorReport@@QEAA@XZ -; public: __cdecl SnmpFixedLengthDisplayStringType::SnmpFixedLengthDisplayStringType(unsigned long const & __ptr64) __ptr64 -??0SnmpFixedLengthDisplayStringType@@QEAA@AEBK@Z -; public: __cdecl SnmpFixedLengthDisplayStringType::SnmpFixedLengthDisplayStringType(unsigned long const & __ptr64,class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpFixedLengthDisplayStringType@@QEAA@AEBKAEBVSnmpOctetString@@@Z -; public: __cdecl SnmpFixedLengthDisplayStringType::SnmpFixedLengthDisplayStringType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpFixedLengthDisplayStringType@@QEAA@AEBKPEBG@Z -; public: __cdecl SnmpFixedLengthDisplayStringType::SnmpFixedLengthDisplayStringType(class SnmpFixedLengthDisplayStringType const & __ptr64) __ptr64 -??0SnmpFixedLengthDisplayStringType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpFixedLengthOctetStringType::SnmpFixedLengthOctetStringType(unsigned long const & __ptr64) __ptr64 -??0SnmpFixedLengthOctetStringType@@QEAA@AEBK@Z -; public: __cdecl SnmpFixedLengthOctetStringType::SnmpFixedLengthOctetStringType(unsigned long const & __ptr64,class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpFixedLengthOctetStringType@@QEAA@AEBKAEBVSnmpOctetString@@@Z -; public: __cdecl SnmpFixedLengthOctetStringType::SnmpFixedLengthOctetStringType(unsigned long const & __ptr64,unsigned char const * __ptr64) __ptr64 -??0SnmpFixedLengthOctetStringType@@QEAA@AEBKPEBE@Z -; public: __cdecl SnmpFixedLengthOctetStringType::SnmpFixedLengthOctetStringType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpFixedLengthOctetStringType@@QEAA@AEBKPEBG@Z -; public: __cdecl SnmpFixedLengthOctetStringType::SnmpFixedLengthOctetStringType(class SnmpFixedLengthOctetStringType const & __ptr64) __ptr64 -??0SnmpFixedLengthOctetStringType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpFixedLengthOpaqueType::SnmpFixedLengthOpaqueType(unsigned long const & __ptr64) __ptr64 -??0SnmpFixedLengthOpaqueType@@QEAA@AEBK@Z -; public: __cdecl SnmpFixedLengthOpaqueType::SnmpFixedLengthOpaqueType(unsigned long const & __ptr64,class SnmpOpaque const & __ptr64) __ptr64 -??0SnmpFixedLengthOpaqueType@@QEAA@AEBKAEBVSnmpOpaque@@@Z -; public: __cdecl SnmpFixedLengthOpaqueType::SnmpFixedLengthOpaqueType(unsigned long const & __ptr64,unsigned char const * __ptr64,unsigned long) __ptr64 -??0SnmpFixedLengthOpaqueType@@QEAA@AEBKPEBEK@Z -; public: __cdecl SnmpFixedLengthOpaqueType::SnmpFixedLengthOpaqueType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpFixedLengthOpaqueType@@QEAA@AEBKPEBG@Z -; public: __cdecl SnmpFixedLengthOpaqueType::SnmpFixedLengthOpaqueType(class SnmpFixedLengthOpaqueType const & __ptr64) __ptr64 -??0SnmpFixedLengthOpaqueType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpFixedLengthPhysAddressType::SnmpFixedLengthPhysAddressType(unsigned long const & __ptr64) __ptr64 -??0SnmpFixedLengthPhysAddressType@@QEAA@AEBK@Z -; public: __cdecl SnmpFixedLengthPhysAddressType::SnmpFixedLengthPhysAddressType(unsigned long const & __ptr64,class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpFixedLengthPhysAddressType@@QEAA@AEBKAEBVSnmpOctetString@@@Z -; public: __cdecl SnmpFixedLengthPhysAddressType::SnmpFixedLengthPhysAddressType(unsigned long const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpFixedLengthPhysAddressType@@QEAA@AEBKPEBG@Z -; public: __cdecl SnmpFixedLengthPhysAddressType::SnmpFixedLengthPhysAddressType(class SnmpFixedLengthPhysAddressType const & __ptr64) __ptr64 -??0SnmpFixedLengthPhysAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpFixedType::SnmpFixedType(class SnmpFixedType const & __ptr64) __ptr64 -??0SnmpFixedType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpFixedType::SnmpFixedType(unsigned long) __ptr64 -??0SnmpFixedType@@QEAA@K@Z -; public: __cdecl SnmpGauge::SnmpGauge(class SnmpGauge const & __ptr64) __ptr64 -??0SnmpGauge@@QEAA@AEBV0@@Z -; public: __cdecl SnmpGauge::SnmpGauge(long) __ptr64 -??0SnmpGauge@@QEAA@J@Z -; public: __cdecl SnmpGaugeType::SnmpGaugeType(class SnmpGaugeType const & __ptr64) __ptr64 -??0SnmpGaugeType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpGaugeType::SnmpGaugeType(class SnmpGauge const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpGaugeType@@QEAA@AEBVSnmpGauge@@PEBG@Z -; public: __cdecl SnmpGaugeType::SnmpGaugeType(unsigned long,unsigned short const * __ptr64) __ptr64 -??0SnmpGaugeType@@QEAA@KPEBG@Z -; public: __cdecl SnmpGaugeType::SnmpGaugeType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpGaugeType@@QEAA@PEBG0@Z -; public: __cdecl SnmpGaugeType::SnmpGaugeType(unsigned short const * __ptr64) __ptr64 -??0SnmpGaugeType@@QEAA@PEBG@Z -; public: __cdecl SnmpGetNextOperation::SnmpGetNextOperation(class SnmpSession & __ptr64) __ptr64 -??0SnmpGetNextOperation@@QEAA@AEAVSnmpSession@@@Z -; public: __cdecl SnmpGetNextOperation::SnmpGetNextOperation(class SnmpGetNextOperation const & __ptr64) __ptr64 -??0SnmpGetNextOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpGetOperation::SnmpGetOperation(class SnmpSession & __ptr64) __ptr64 -??0SnmpGetOperation@@QEAA@AEAVSnmpSession@@@Z -; public: __cdecl SnmpGetOperation::SnmpGetOperation(class SnmpGetOperation const & __ptr64) __ptr64 -??0SnmpGetOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpIPXAddressType::SnmpIPXAddressType(class SnmpIPXAddressType const & __ptr64) __ptr64 -??0SnmpIPXAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpIPXAddressType::SnmpIPXAddressType(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpIPXAddressType@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpIPXAddressType::SnmpIPXAddressType(unsigned char const * __ptr64) __ptr64 -??0SnmpIPXAddressType@@QEAA@PEBE@Z -; public: __cdecl SnmpIPXAddressType::SnmpIPXAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpIPXAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpIPXAddressType::SnmpIPXAddressType(void) __ptr64 -??0SnmpIPXAddressType@@QEAA@XZ -; protected: __cdecl SnmpImpSession::SnmpImpSession(class SnmpTransport & __ptr64,class SnmpSecurity & __ptr64,class SnmpEncodeDecode & __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpImpSession@@IEAA@AEAVSnmpTransport@@AEAVSnmpSecurity@@AEAVSnmpEncodeDecode@@KKKK@Z -; public: __cdecl SnmpImpTransport::SnmpImpTransport(class SnmpSession & __ptr64,class SnmpTransportAddress const & __ptr64) __ptr64 -??0SnmpImpTransport@@QEAA@AEAVSnmpSession@@AEBVSnmpTransportAddress@@@Z -; protected: __cdecl SnmpInstanceType::SnmpInstanceType(class SnmpInstanceType const & __ptr64) __ptr64 -??0SnmpInstanceType@@IEAA@AEBV0@@Z -; protected: __cdecl SnmpInstanceType::SnmpInstanceType(int,int) __ptr64 -??0SnmpInstanceType@@IEAA@HH@Z -; public: __cdecl SnmpInteger::SnmpInteger(class SnmpInteger const & __ptr64) __ptr64 -??0SnmpInteger@@QEAA@AEBV0@@Z -; public: __cdecl SnmpInteger::SnmpInteger(long) __ptr64 -??0SnmpInteger@@QEAA@J@Z -; public: __cdecl SnmpIntegerType::SnmpIntegerType(class SnmpIntegerType const & __ptr64) __ptr64 -??0SnmpIntegerType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpIntegerType::SnmpIntegerType(class SnmpInteger const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpIntegerType@@QEAA@AEBVSnmpInteger@@PEBG@Z -; public: __cdecl SnmpIntegerType::SnmpIntegerType(long,unsigned short const * __ptr64) __ptr64 -??0SnmpIntegerType@@QEAA@JPEBG@Z -; public: __cdecl SnmpIntegerType::SnmpIntegerType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpIntegerType@@QEAA@PEBG0@Z -; public: __cdecl SnmpIntegerType::SnmpIntegerType(unsigned short const * __ptr64) __ptr64 -??0SnmpIntegerType@@QEAA@PEBG@Z -; public: __cdecl SnmpIpAddress::SnmpIpAddress(class SnmpIpAddress const & __ptr64) __ptr64 -??0SnmpIpAddress@@QEAA@AEBV0@@Z -; public: __cdecl SnmpIpAddress::SnmpIpAddress(unsigned long) __ptr64 -??0SnmpIpAddress@@QEAA@K@Z -; public: __cdecl SnmpIpAddress::SnmpIpAddress(char const * __ptr64) __ptr64 -??0SnmpIpAddress@@QEAA@PEBD@Z -; public: __cdecl SnmpIpAddressType::SnmpIpAddressType(class SnmpIpAddressType const & __ptr64) __ptr64 -??0SnmpIpAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpIpAddressType::SnmpIpAddressType(class SnmpIpAddress const & __ptr64) __ptr64 -??0SnmpIpAddressType@@QEAA@AEBVSnmpIpAddress@@@Z -; public: __cdecl SnmpIpAddressType::SnmpIpAddressType(unsigned long) __ptr64 -??0SnmpIpAddressType@@QEAA@K@Z -; public: __cdecl SnmpIpAddressType::SnmpIpAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpIpAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpIpAddressType::SnmpIpAddressType(void) __ptr64 -??0SnmpIpAddressType@@QEAA@XZ -; public: __cdecl SnmpIpxImp::SnmpIpxImp(class SnmpSession & __ptr64,class SnmpTransportIpxAddress const & __ptr64) __ptr64 -??0SnmpIpxImp@@QEAA@AEAVSnmpSession@@AEBVSnmpTransportIpxAddress@@@Z -; public: __cdecl SnmpIpxImp::SnmpIpxImp(class SnmpSession & __ptr64,char const * __ptr64) __ptr64 -??0SnmpIpxImp@@QEAA@AEAVSnmpSession@@PEBD@Z -; public: __cdecl SnmpIpxImp::SnmpIpxImp(class SnmpSession & __ptr64,unsigned char const * __ptr64) __ptr64 -??0SnmpIpxImp@@QEAA@AEAVSnmpSession@@PEBE@Z -; public: __cdecl SnmpIpxTransport::SnmpIpxTransport(class SnmpSession & __ptr64,class SnmpTransportIpxAddress const & __ptr64) __ptr64 -??0SnmpIpxTransport@@QEAA@AEAVSnmpSession@@AEBVSnmpTransportIpxAddress@@@Z -; public: __cdecl SnmpLexicon::SnmpLexicon(void) __ptr64 -??0SnmpLexicon@@QEAA@XZ -; public: __cdecl SnmpMacAddressType::SnmpMacAddressType(class SnmpMacAddressType const & __ptr64) __ptr64 -??0SnmpMacAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpMacAddressType::SnmpMacAddressType(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpMacAddressType@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpMacAddressType::SnmpMacAddressType(unsigned char const * __ptr64) __ptr64 -??0SnmpMacAddressType@@QEAA@PEBE@Z -; public: __cdecl SnmpMacAddressType::SnmpMacAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpMacAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpMacAddressType::SnmpMacAddressType(void) __ptr64 -??0SnmpMacAddressType@@QEAA@XZ -; public: __cdecl SnmpNegativeRangeType::SnmpNegativeRangeType(class SnmpNegativeRangeType const & __ptr64) __ptr64 -??0SnmpNegativeRangeType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpNegativeRangeType::SnmpNegativeRangeType(long,long) __ptr64 -??0SnmpNegativeRangeType@@QEAA@JJ@Z -; public: __cdecl SnmpNegativeRangeType::SnmpNegativeRangeType(void) __ptr64 -??0SnmpNegativeRangeType@@QEAA@XZ -; public: __cdecl SnmpNetworkAddressType::SnmpNetworkAddressType(class SnmpNetworkAddressType const & __ptr64) __ptr64 -??0SnmpNetworkAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpNetworkAddressType::SnmpNetworkAddressType(class SnmpIpAddress const & __ptr64) __ptr64 -??0SnmpNetworkAddressType@@QEAA@AEBVSnmpIpAddress@@@Z -; public: __cdecl SnmpNetworkAddressType::SnmpNetworkAddressType(unsigned long) __ptr64 -??0SnmpNetworkAddressType@@QEAA@K@Z -; public: __cdecl SnmpNetworkAddressType::SnmpNetworkAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpNetworkAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpNetworkAddressType::SnmpNetworkAddressType(void) __ptr64 -??0SnmpNetworkAddressType@@QEAA@XZ -; public: __cdecl SnmpNoSuchInstance::SnmpNoSuchInstance(void) __ptr64 -??0SnmpNoSuchInstance@@QEAA@XZ -; public: __cdecl SnmpNoSuchObject::SnmpNoSuchObject(void) __ptr64 -??0SnmpNoSuchObject@@QEAA@XZ -; public: __cdecl SnmpNull::SnmpNull(void) __ptr64 -??0SnmpNull@@QEAA@XZ -; public: __cdecl SnmpNullType::SnmpNullType(class SnmpNullType const & __ptr64) __ptr64 -??0SnmpNullType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpNullType::SnmpNullType(class SnmpNull const & __ptr64) __ptr64 -??0SnmpNullType@@QEAA@AEBVSnmpNull@@@Z -; public: __cdecl SnmpNullType::SnmpNullType(void) __ptr64 -??0SnmpNullType@@QEAA@XZ -; public: __cdecl SnmpOSIAddressType::SnmpOSIAddressType(class SnmpOSIAddressType const & __ptr64) __ptr64 -??0SnmpOSIAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpOSIAddressType::SnmpOSIAddressType(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpOSIAddressType@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpOSIAddressType::SnmpOSIAddressType(unsigned char const * __ptr64,unsigned long) __ptr64 -??0SnmpOSIAddressType@@QEAA@PEBEK@Z -; public: __cdecl SnmpOSIAddressType::SnmpOSIAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpOSIAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpOSIAddressType::SnmpOSIAddressType(void) __ptr64 -??0SnmpOSIAddressType@@QEAA@XZ -; public: __cdecl SnmpObjectIdentifier::SnmpObjectIdentifier(class SnmpObjectIdentifier const & __ptr64) __ptr64 -??0SnmpObjectIdentifier@@QEAA@AEBV0@@Z -; public: __cdecl SnmpObjectIdentifier::SnmpObjectIdentifier(char const * __ptr64) __ptr64 -??0SnmpObjectIdentifier@@QEAA@PEBD@Z -; public: __cdecl SnmpObjectIdentifier::SnmpObjectIdentifier(unsigned long const * __ptr64,unsigned long) __ptr64 -??0SnmpObjectIdentifier@@QEAA@PEBKK@Z -; public: __cdecl SnmpObjectIdentifierType::SnmpObjectIdentifierType(class SnmpObjectIdentifierType const & __ptr64) __ptr64 -??0SnmpObjectIdentifierType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpObjectIdentifierType::SnmpObjectIdentifierType(class SnmpObjectIdentifier const & __ptr64) __ptr64 -??0SnmpObjectIdentifierType@@QEAA@AEBVSnmpObjectIdentifier@@@Z -; public: __cdecl SnmpObjectIdentifierType::SnmpObjectIdentifierType(unsigned short const * __ptr64) __ptr64 -??0SnmpObjectIdentifierType@@QEAA@PEBG@Z -; public: __cdecl SnmpObjectIdentifierType::SnmpObjectIdentifierType(unsigned long const * __ptr64,unsigned long) __ptr64 -??0SnmpObjectIdentifierType@@QEAA@PEBKK@Z -; public: __cdecl SnmpObjectIdentifierType::SnmpObjectIdentifierType(void) __ptr64 -??0SnmpObjectIdentifierType@@QEAA@XZ -; public: __cdecl SnmpOctetString::SnmpOctetString(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpOctetString@@QEAA@AEBV0@@Z -; public: __cdecl SnmpOctetString::SnmpOctetString(unsigned char const * __ptr64,unsigned long) __ptr64 -??0SnmpOctetString@@QEAA@PEBEK@Z -; public: __cdecl SnmpOctetStringType::SnmpOctetStringType(class SnmpOctetStringType const & __ptr64) __ptr64 -??0SnmpOctetStringType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpOctetStringType::SnmpOctetStringType(class SnmpOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpOctetStringType@@QEAA@AEBVSnmpOctetString@@PEBG@Z -; public: __cdecl SnmpOctetStringType::SnmpOctetStringType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0SnmpOctetStringType@@QEAA@PEBEKPEBG@Z -; public: __cdecl SnmpOctetStringType::SnmpOctetStringType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpOctetStringType@@QEAA@PEBG0@Z -; public: __cdecl SnmpOctetStringType::SnmpOctetStringType(unsigned short const * __ptr64) __ptr64 -??0SnmpOctetStringType@@QEAA@PEBG@Z -; public: __cdecl SnmpOpaque::SnmpOpaque(class SnmpOpaque const & __ptr64) __ptr64 -??0SnmpOpaque@@QEAA@AEBV0@@Z -; public: __cdecl SnmpOpaque::SnmpOpaque(unsigned char const * __ptr64,unsigned long) __ptr64 -??0SnmpOpaque@@QEAA@PEBEK@Z -; public: __cdecl SnmpOpaqueType::SnmpOpaqueType(class SnmpOpaqueType const & __ptr64) __ptr64 -??0SnmpOpaqueType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpOpaqueType::SnmpOpaqueType(class SnmpOpaque const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpOpaqueType@@QEAA@AEBVSnmpOpaque@@PEBG@Z -; public: __cdecl SnmpOpaqueType::SnmpOpaqueType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0SnmpOpaqueType@@QEAA@PEBEKPEBG@Z -; public: __cdecl SnmpOpaqueType::SnmpOpaqueType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpOpaqueType@@QEAA@PEBG0@Z -; public: __cdecl SnmpOpaqueType::SnmpOpaqueType(unsigned short const * __ptr64) __ptr64 -??0SnmpOpaqueType@@QEAA@PEBG@Z -; protected: __cdecl SnmpOperation::SnmpOperation(class SnmpSession & __ptr64) __ptr64 -??0SnmpOperation@@IEAA@AEAVSnmpSession@@@Z -; public: __cdecl SnmpOperation::SnmpOperation(class SnmpOperation const & __ptr64) __ptr64 -??0SnmpOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpPdu::SnmpPdu(class SnmpPdu & __ptr64) __ptr64 -??0SnmpPdu@@QEAA@AEAV0@@Z -; public: __cdecl SnmpPdu::SnmpPdu(unsigned char const * __ptr64,unsigned long const & __ptr64) __ptr64 -??0SnmpPdu@@QEAA@PEBEAEBK@Z -; public: __cdecl SnmpPdu::SnmpPdu(void) __ptr64 -??0SnmpPdu@@QEAA@XZ -; public: __cdecl SnmpPhysAddressType::SnmpPhysAddressType(class SnmpPhysAddressType const & __ptr64) __ptr64 -??0SnmpPhysAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpPhysAddressType::SnmpPhysAddressType(class SnmpOctetString const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpPhysAddressType@@QEAA@AEBVSnmpOctetString@@PEBG@Z -; public: __cdecl SnmpPhysAddressType::SnmpPhysAddressType(unsigned char const * __ptr64,unsigned long,unsigned short const * __ptr64) __ptr64 -??0SnmpPhysAddressType@@QEAA@PEBEKPEBG@Z -; public: __cdecl SnmpPhysAddressType::SnmpPhysAddressType(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpPhysAddressType@@QEAA@PEBG0@Z -; public: __cdecl SnmpPhysAddressType::SnmpPhysAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpPhysAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpPositiveRangeType::SnmpPositiveRangeType(class SnmpPositiveRangeType const & __ptr64) __ptr64 -??0SnmpPositiveRangeType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpPositiveRangeType::SnmpPositiveRangeType(unsigned long,long) __ptr64 -??0SnmpPositiveRangeType@@QEAA@KJ@Z -; public: __cdecl SnmpPositiveRangeType::SnmpPositiveRangeType(void) __ptr64 -??0SnmpPositiveRangeType@@QEAA@XZ -; public: __cdecl SnmpPositiveRangedType::SnmpPositiveRangedType(class SnmpPositiveRangedType const & __ptr64) __ptr64 -??0SnmpPositiveRangedType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpPositiveRangedType::SnmpPositiveRangedType(unsigned short const * __ptr64) __ptr64 -??0SnmpPositiveRangedType@@QEAA@PEBG@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(long const & __ptr64) __ptr64 -??0SnmpRowStatusType@@QEAA@AEBJ@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(class SnmpRowStatusType const & __ptr64) __ptr64 -??0SnmpRowStatusType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(class SnmpInteger const & __ptr64) __ptr64 -??0SnmpRowStatusType@@QEAA@AEBVSnmpInteger@@@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(enum SnmpRowStatusType::SnmpRowStatusEnum const & __ptr64) __ptr64 -??0SnmpRowStatusType@@QEAA@AEBW4SnmpRowStatusEnum@0@@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(unsigned short const * __ptr64) __ptr64 -??0SnmpRowStatusType@@QEAA@PEBG@Z -; public: __cdecl SnmpRowStatusType::SnmpRowStatusType(void) __ptr64 -??0SnmpRowStatusType@@QEAA@XZ -; private: __cdecl SnmpSecurity::SnmpSecurity(class SnmpSecurity const & __ptr64) __ptr64 -??0SnmpSecurity@@AEAA@AEBV0@@Z -; protected: __cdecl SnmpSecurity::SnmpSecurity(void) __ptr64 -??0SnmpSecurity@@IEAA@XZ -; private: __cdecl SnmpSession::SnmpSession(class SnmpSession const & __ptr64) __ptr64 -??0SnmpSession@@AEAA@AEBV0@@Z -; protected: __cdecl SnmpSession::SnmpSession(class SnmpTransport & __ptr64,class SnmpSecurity & __ptr64,class SnmpEncodeDecode & __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpSession@@IEAA@AEAVSnmpTransport@@AEAVSnmpSecurity@@AEAVSnmpEncodeDecode@@KKKK@Z -; public: __cdecl SnmpSetOperation::SnmpSetOperation(class SnmpSession & __ptr64) __ptr64 -??0SnmpSetOperation@@QEAA@AEAVSnmpSession@@@Z -; public: __cdecl SnmpSetOperation::SnmpSetOperation(class SnmpSetOperation const & __ptr64) __ptr64 -??0SnmpSetOperation@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTimeTicks::SnmpTimeTicks(class SnmpTimeTicks const & __ptr64) __ptr64 -??0SnmpTimeTicks@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTimeTicks::SnmpTimeTicks(unsigned long) __ptr64 -??0SnmpTimeTicks@@QEAA@K@Z -; public: __cdecl SnmpTimeTicksType::SnmpTimeTicksType(class SnmpTimeTicksType const & __ptr64) __ptr64 -??0SnmpTimeTicksType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTimeTicksType::SnmpTimeTicksType(class SnmpTimeTicks const & __ptr64) __ptr64 -??0SnmpTimeTicksType@@QEAA@AEBVSnmpTimeTicks@@@Z -; public: __cdecl SnmpTimeTicksType::SnmpTimeTicksType(unsigned long) __ptr64 -??0SnmpTimeTicksType@@QEAA@K@Z -; public: __cdecl SnmpTimeTicksType::SnmpTimeTicksType(unsigned short const * __ptr64) __ptr64 -??0SnmpTimeTicksType@@QEAA@PEBG@Z -; public: __cdecl SnmpTimeTicksType::SnmpTimeTicksType(void) __ptr64 -??0SnmpTimeTicksType@@QEAA@XZ -; private: __cdecl SnmpTransport::SnmpTransport(class SnmpTransport const & __ptr64) __ptr64 -??0SnmpTransport@@AEAA@AEBV0@@Z -; protected: __cdecl SnmpTransport::SnmpTransport(class SnmpSession & __ptr64,class SnmpTransportAddress const & __ptr64) __ptr64 -??0SnmpTransport@@IEAA@AEAVSnmpSession@@AEBVSnmpTransportAddress@@@Z -; private: __cdecl SnmpTransportAddress::SnmpTransportAddress(class SnmpTransportAddress const & __ptr64) __ptr64 -??0SnmpTransportAddress@@AEAA@AEBV0@@Z -; protected: __cdecl SnmpTransportAddress::SnmpTransportAddress(void) __ptr64 -??0SnmpTransportAddress@@IEAA@XZ -; public: __cdecl SnmpTransportIpAddress::SnmpTransportIpAddress(class SnmpTransportIpAddress const & __ptr64) __ptr64 -??0SnmpTransportIpAddress@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTransportIpAddress::SnmpTransportIpAddress(unsigned long) __ptr64 -??0SnmpTransportIpAddress@@QEAA@K@Z -; public: __cdecl SnmpTransportIpAddress::SnmpTransportIpAddress(char const * __ptr64,unsigned long) __ptr64 -??0SnmpTransportIpAddress@@QEAA@PEBDK@Z -; public: __cdecl SnmpTransportIpAddress::SnmpTransportIpAddress(unsigned char const * __ptr64,unsigned short) __ptr64 -??0SnmpTransportIpAddress@@QEAA@PEBEG@Z -; public: __cdecl SnmpTransportIpAddress::SnmpTransportIpAddress(void) __ptr64 -??0SnmpTransportIpAddress@@QEAA@XZ -; public: __cdecl SnmpTransportIpxAddress::SnmpTransportIpxAddress(class SnmpTransportIpxAddress const & __ptr64) __ptr64 -??0SnmpTransportIpxAddress@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTransportIpxAddress::SnmpTransportIpxAddress(char const * __ptr64) __ptr64 -??0SnmpTransportIpxAddress@@QEAA@PEBD@Z -; public: __cdecl SnmpTransportIpxAddress::SnmpTransportIpxAddress(unsigned char const * __ptr64,unsigned short) __ptr64 -??0SnmpTransportIpxAddress@@QEAA@PEBEG@Z -; public: __cdecl SnmpTransportIpxAddress::SnmpTransportIpxAddress(void) __ptr64 -??0SnmpTransportIpxAddress@@QEAA@XZ -; protected: __cdecl SnmpTrapReceiver::SnmpTrapReceiver(void) __ptr64 -??0SnmpTrapReceiver@@IEAA@XZ -; public: __cdecl SnmpTrapReceiver::SnmpTrapReceiver(class SnmpTrapReceiver const & __ptr64) __ptr64 -??0SnmpTrapReceiver@@QEAA@AEBV0@@Z -; public: __cdecl SnmpUDPAddressType::SnmpUDPAddressType(class SnmpUDPAddressType const & __ptr64) __ptr64 -??0SnmpUDPAddressType@@QEAA@AEBV0@@Z -; public: __cdecl SnmpUDPAddressType::SnmpUDPAddressType(class SnmpOctetString const & __ptr64) __ptr64 -??0SnmpUDPAddressType@@QEAA@AEBVSnmpOctetString@@@Z -; public: __cdecl SnmpUDPAddressType::SnmpUDPAddressType(unsigned char const * __ptr64) __ptr64 -??0SnmpUDPAddressType@@QEAA@PEBE@Z -; public: __cdecl SnmpUDPAddressType::SnmpUDPAddressType(unsigned short const * __ptr64) __ptr64 -??0SnmpUDPAddressType@@QEAA@PEBG@Z -; public: __cdecl SnmpUDPAddressType::SnmpUDPAddressType(void) __ptr64 -??0SnmpUDPAddressType@@QEAA@XZ -; public: __cdecl SnmpUInteger32::SnmpUInteger32(class SnmpUInteger32 const & __ptr64) __ptr64 -??0SnmpUInteger32@@QEAA@AEBV0@@Z -; public: __cdecl SnmpUInteger32::SnmpUInteger32(long) __ptr64 -??0SnmpUInteger32@@QEAA@J@Z -; public: __cdecl SnmpUInteger32Type::SnmpUInteger32Type(class SnmpUInteger32Type const & __ptr64) __ptr64 -??0SnmpUInteger32Type@@QEAA@AEBV0@@Z -; public: __cdecl SnmpUInteger32Type::SnmpUInteger32Type(class SnmpUInteger32 const & __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpUInteger32Type@@QEAA@AEBVSnmpUInteger32@@PEBG@Z -; public: __cdecl SnmpUInteger32Type::SnmpUInteger32Type(unsigned long,unsigned short const * __ptr64) __ptr64 -??0SnmpUInteger32Type@@QEAA@KPEBG@Z -; public: __cdecl SnmpUInteger32Type::SnmpUInteger32Type(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0SnmpUInteger32Type@@QEAA@PEBG0@Z -; public: __cdecl SnmpUInteger32Type::SnmpUInteger32Type(unsigned short const * __ptr64) __ptr64 -??0SnmpUInteger32Type@@QEAA@PEBG@Z -; public: __cdecl SnmpUdpIpImp::SnmpUdpIpImp(class SnmpSession & __ptr64,class SnmpTransportIpAddress const & __ptr64) __ptr64 -??0SnmpUdpIpImp@@QEAA@AEAVSnmpSession@@AEBVSnmpTransportIpAddress@@@Z -; public: __cdecl SnmpUdpIpImp::SnmpUdpIpImp(class SnmpSession & __ptr64,char const * __ptr64,unsigned long) __ptr64 -??0SnmpUdpIpImp@@QEAA@AEAVSnmpSession@@PEBDK@Z -; public: __cdecl SnmpUdpIpImp::SnmpUdpIpImp(class SnmpSession & __ptr64,unsigned char const * __ptr64) __ptr64 -??0SnmpUdpIpImp@@QEAA@AEAVSnmpSession@@PEBE@Z -; public: __cdecl SnmpUdpIpTransport::SnmpUdpIpTransport(class SnmpSession & __ptr64,class SnmpTransportIpAddress const & __ptr64) __ptr64 -??0SnmpUdpIpTransport@@QEAA@AEAVSnmpSession@@AEBVSnmpTransportIpAddress@@@Z -; public: __cdecl SnmpV1EncodeDecode::SnmpV1EncodeDecode(class SnmpV1EncodeDecode const & __ptr64) __ptr64 -??0SnmpV1EncodeDecode@@QEAA@AEBV0@@Z -; public: __cdecl SnmpV1EncodeDecode::SnmpV1EncodeDecode(void) __ptr64 -??0SnmpV1EncodeDecode@@QEAA@XZ -; public: __cdecl SnmpV1OverIp::SnmpV1OverIp(char const * __ptr64,unsigned long,char const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpV1OverIp@@QEAA@PEBDK0KKKK@Z -; public: __cdecl SnmpV1OverIpx::SnmpV1OverIpx(char const * __ptr64,char const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpV1OverIpx@@QEAA@PEBD0KKKK@Z -; public: __cdecl SnmpV2CEncodeDecode::SnmpV2CEncodeDecode(class SnmpV2CEncodeDecode const & __ptr64) __ptr64 -??0SnmpV2CEncodeDecode@@QEAA@AEBV0@@Z -; public: __cdecl SnmpV2CEncodeDecode::SnmpV2CEncodeDecode(void) __ptr64 -??0SnmpV2CEncodeDecode@@QEAA@XZ -; public: __cdecl SnmpV2COverIp::SnmpV2COverIp(char const * __ptr64,unsigned long,char const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpV2COverIp@@QEAA@PEBDK0KKKK@Z -; public: __cdecl SnmpV2COverIpx::SnmpV2COverIpx(char const * __ptr64,char const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long) __ptr64 -??0SnmpV2COverIpx@@QEAA@PEBD0KKKK@Z -; private: __cdecl SnmpValue::SnmpValue(class SnmpValue const & __ptr64) __ptr64 -??0SnmpValue@@AEAA@AEBV0@@Z -; protected: __cdecl SnmpValue::SnmpValue(void) __ptr64 -??0SnmpValue@@IEAA@XZ -; public: __cdecl SnmpVarBind::SnmpVarBind(class SnmpVarBind const & __ptr64) __ptr64 -??0SnmpVarBind@@QEAA@AEBV0@@Z -; public: __cdecl SnmpVarBind::SnmpVarBind(class SnmpObjectIdentifier const & __ptr64,class SnmpValue const & __ptr64) __ptr64 -??0SnmpVarBind@@QEAA@AEBVSnmpObjectIdentifier@@AEBVSnmpValue@@@Z -; public: __cdecl SnmpVarBindList::SnmpVarBindList(class SnmpVarBindList & __ptr64) __ptr64 -??0SnmpVarBindList@@QEAA@AEAV0@@Z -; public: __cdecl SnmpVarBindList::SnmpVarBindList(void) __ptr64 -??0SnmpVarBindList@@QEAA@XZ -; public: __cdecl SnmpVarBindListNode::SnmpVarBindListNode(class SnmpVarBind & __ptr64) __ptr64 -??0SnmpVarBindListNode@@QEAA@AEAVSnmpVarBind@@@Z -; public: __cdecl SnmpVarBindListNode::SnmpVarBindListNode(class SnmpVarBind const & __ptr64) __ptr64 -??0SnmpVarBindListNode@@QEAA@AEBVSnmpVarBind@@@Z -; public: __cdecl SnmpVarBindListNode::SnmpVarBindListNode(class SnmpVarBind const * __ptr64) __ptr64 -??0SnmpVarBindListNode@@QEAA@PEBVSnmpVarBind@@@Z -; public: __cdecl CBString::~CBString(void) __ptr64 -??1CBString@@QEAA@XZ -; public: virtual __cdecl GeneralException::~GeneralException(void) __ptr64 -??1GeneralException@@UEAA@XZ -; public: virtual __cdecl GetNextOperation::~GetNextOperation(void) __ptr64 -??1GetNextOperation@@UEAA@XZ -; public: virtual __cdecl SnmpAnalyser::~SnmpAnalyser(void) __ptr64 -??1SnmpAnalyser@@UEAA@XZ -; public: virtual __cdecl SnmpAutoRetrieveOperation::~SnmpAutoRetrieveOperation(void) __ptr64 -??1SnmpAutoRetrieveOperation@@UEAA@XZ -; public: virtual __cdecl SnmpBitStringType::~SnmpBitStringType(void) __ptr64 -??1SnmpBitStringType@@UEAA@XZ -; public: virtual __cdecl SnmpClassLibrary::~SnmpClassLibrary(void) __ptr64 -??1SnmpClassLibrary@@UEAA@XZ -; public: virtual __cdecl SnmpCommunityBasedSecurity::~SnmpCommunityBasedSecurity(void) __ptr64 -??1SnmpCommunityBasedSecurity@@UEAA@XZ -; public: virtual __cdecl SnmpCounter64::~SnmpCounter64(void) __ptr64 -??1SnmpCounter64@@UEAA@XZ -; public: virtual __cdecl SnmpCounter64Type::~SnmpCounter64Type(void) __ptr64 -??1SnmpCounter64Type@@UEAA@XZ -; public: virtual __cdecl SnmpCounter::~SnmpCounter(void) __ptr64 -??1SnmpCounter@@UEAA@XZ -; public: virtual __cdecl SnmpCounterType::~SnmpCounterType(void) __ptr64 -??1SnmpCounterType@@UEAA@XZ -; public: virtual __cdecl SnmpDateTimeType::~SnmpDateTimeType(void) __ptr64 -??1SnmpDateTimeType@@UEAA@XZ -; public: virtual __cdecl SnmpDisplayStringType::~SnmpDisplayStringType(void) __ptr64 -??1SnmpDisplayStringType@@UEAA@XZ -; public: virtual __cdecl SnmpEncodeDecode::~SnmpEncodeDecode(void) __ptr64 -??1SnmpEncodeDecode@@UEAA@XZ -; public: virtual __cdecl SnmpEndOfMibView::~SnmpEndOfMibView(void) __ptr64 -??1SnmpEndOfMibView@@UEAA@XZ -; public: virtual __cdecl SnmpEnumeratedType::~SnmpEnumeratedType(void) __ptr64 -??1SnmpEnumeratedType@@UEAA@XZ -; public: virtual __cdecl SnmpErrorReport::~SnmpErrorReport(void) __ptr64 -??1SnmpErrorReport@@UEAA@XZ -; public: virtual __cdecl SnmpFixedLengthDisplayStringType::~SnmpFixedLengthDisplayStringType(void) __ptr64 -??1SnmpFixedLengthDisplayStringType@@UEAA@XZ -; public: virtual __cdecl SnmpFixedLengthOctetStringType::~SnmpFixedLengthOctetStringType(void) __ptr64 -??1SnmpFixedLengthOctetStringType@@UEAA@XZ -; public: virtual __cdecl SnmpFixedLengthOpaqueType::~SnmpFixedLengthOpaqueType(void) __ptr64 -??1SnmpFixedLengthOpaqueType@@UEAA@XZ -; public: virtual __cdecl SnmpFixedLengthPhysAddressType::~SnmpFixedLengthPhysAddressType(void) __ptr64 -??1SnmpFixedLengthPhysAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpFixedType::~SnmpFixedType(void) __ptr64 -??1SnmpFixedType@@UEAA@XZ -; public: virtual __cdecl SnmpGauge::~SnmpGauge(void) __ptr64 -??1SnmpGauge@@UEAA@XZ -; public: virtual __cdecl SnmpGaugeType::~SnmpGaugeType(void) __ptr64 -??1SnmpGaugeType@@UEAA@XZ -; public: virtual __cdecl SnmpGetNextOperation::~SnmpGetNextOperation(void) __ptr64 -??1SnmpGetNextOperation@@UEAA@XZ -; public: virtual __cdecl SnmpGetOperation::~SnmpGetOperation(void) __ptr64 -??1SnmpGetOperation@@UEAA@XZ -; public: virtual __cdecl SnmpIPXAddressType::~SnmpIPXAddressType(void) __ptr64 -??1SnmpIPXAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpImpSession::~SnmpImpSession(void) __ptr64 -??1SnmpImpSession@@UEAA@XZ -; public: virtual __cdecl SnmpImpTransport::~SnmpImpTransport(void) __ptr64 -??1SnmpImpTransport@@UEAA@XZ -; public: virtual __cdecl SnmpInstanceType::~SnmpInstanceType(void) __ptr64 -??1SnmpInstanceType@@UEAA@XZ -; public: virtual __cdecl SnmpInteger::~SnmpInteger(void) __ptr64 -??1SnmpInteger@@UEAA@XZ -; public: virtual __cdecl SnmpIntegerType::~SnmpIntegerType(void) __ptr64 -??1SnmpIntegerType@@UEAA@XZ -; public: virtual __cdecl SnmpIpAddress::~SnmpIpAddress(void) __ptr64 -??1SnmpIpAddress@@UEAA@XZ -; public: virtual __cdecl SnmpIpAddressType::~SnmpIpAddressType(void) __ptr64 -??1SnmpIpAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpIpxImp::~SnmpIpxImp(void) __ptr64 -??1SnmpIpxImp@@UEAA@XZ -; public: virtual __cdecl SnmpIpxTransport::~SnmpIpxTransport(void) __ptr64 -??1SnmpIpxTransport@@UEAA@XZ -; public: __cdecl SnmpLexicon::~SnmpLexicon(void) __ptr64 -??1SnmpLexicon@@QEAA@XZ -; public: virtual __cdecl SnmpMacAddressType::~SnmpMacAddressType(void) __ptr64 -??1SnmpMacAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpNegativeRangeType::~SnmpNegativeRangeType(void) __ptr64 -??1SnmpNegativeRangeType@@UEAA@XZ -; public: virtual __cdecl SnmpNetworkAddressType::~SnmpNetworkAddressType(void) __ptr64 -??1SnmpNetworkAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpNoSuchInstance::~SnmpNoSuchInstance(void) __ptr64 -??1SnmpNoSuchInstance@@UEAA@XZ -; public: virtual __cdecl SnmpNoSuchObject::~SnmpNoSuchObject(void) __ptr64 -??1SnmpNoSuchObject@@UEAA@XZ -; public: virtual __cdecl SnmpNull::~SnmpNull(void) __ptr64 -??1SnmpNull@@UEAA@XZ -; public: virtual __cdecl SnmpNullType::~SnmpNullType(void) __ptr64 -??1SnmpNullType@@UEAA@XZ -; public: virtual __cdecl SnmpOSIAddressType::~SnmpOSIAddressType(void) __ptr64 -??1SnmpOSIAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpObjectIdentifier::~SnmpObjectIdentifier(void) __ptr64 -??1SnmpObjectIdentifier@@UEAA@XZ -; public: virtual __cdecl SnmpObjectIdentifierType::~SnmpObjectIdentifierType(void) __ptr64 -??1SnmpObjectIdentifierType@@UEAA@XZ -; public: virtual __cdecl SnmpOctetString::~SnmpOctetString(void) __ptr64 -??1SnmpOctetString@@UEAA@XZ -; public: virtual __cdecl SnmpOctetStringType::~SnmpOctetStringType(void) __ptr64 -??1SnmpOctetStringType@@UEAA@XZ -; public: virtual __cdecl SnmpOpaque::~SnmpOpaque(void) __ptr64 -??1SnmpOpaque@@UEAA@XZ -; public: virtual __cdecl SnmpOpaqueType::~SnmpOpaqueType(void) __ptr64 -??1SnmpOpaqueType@@UEAA@XZ -; public: virtual __cdecl SnmpOperation::~SnmpOperation(void) __ptr64 -??1SnmpOperation@@UEAA@XZ -; public: virtual __cdecl SnmpPdu::~SnmpPdu(void) __ptr64 -??1SnmpPdu@@UEAA@XZ -; public: virtual __cdecl SnmpPhysAddressType::~SnmpPhysAddressType(void) __ptr64 -??1SnmpPhysAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpPositiveRangeType::~SnmpPositiveRangeType(void) __ptr64 -??1SnmpPositiveRangeType@@UEAA@XZ -; public: virtual __cdecl SnmpPositiveRangedType::~SnmpPositiveRangedType(void) __ptr64 -??1SnmpPositiveRangedType@@UEAA@XZ -; public: virtual __cdecl SnmpRowStatusType::~SnmpRowStatusType(void) __ptr64 -??1SnmpRowStatusType@@UEAA@XZ -; public: virtual __cdecl SnmpSecurity::~SnmpSecurity(void) __ptr64 -??1SnmpSecurity@@UEAA@XZ -; public: virtual __cdecl SnmpSession::~SnmpSession(void) __ptr64 -??1SnmpSession@@UEAA@XZ -; public: virtual __cdecl SnmpSetOperation::~SnmpSetOperation(void) __ptr64 -??1SnmpSetOperation@@UEAA@XZ -; public: virtual __cdecl SnmpTimeTicks::~SnmpTimeTicks(void) __ptr64 -??1SnmpTimeTicks@@UEAA@XZ -; public: virtual __cdecl SnmpTimeTicksType::~SnmpTimeTicksType(void) __ptr64 -??1SnmpTimeTicksType@@UEAA@XZ -; public: virtual __cdecl SnmpTransport::~SnmpTransport(void) __ptr64 -??1SnmpTransport@@UEAA@XZ -; public: virtual __cdecl SnmpTransportAddress::~SnmpTransportAddress(void) __ptr64 -??1SnmpTransportAddress@@UEAA@XZ -; public: virtual __cdecl SnmpTransportIpAddress::~SnmpTransportIpAddress(void) __ptr64 -??1SnmpTransportIpAddress@@UEAA@XZ -; public: virtual __cdecl SnmpTransportIpxAddress::~SnmpTransportIpxAddress(void) __ptr64 -??1SnmpTransportIpxAddress@@UEAA@XZ -; public: __cdecl SnmpTrapReceiver::~SnmpTrapReceiver(void) __ptr64 -??1SnmpTrapReceiver@@QEAA@XZ -; public: virtual __cdecl SnmpUDPAddressType::~SnmpUDPAddressType(void) __ptr64 -??1SnmpUDPAddressType@@UEAA@XZ -; public: virtual __cdecl SnmpUInteger32::~SnmpUInteger32(void) __ptr64 -??1SnmpUInteger32@@UEAA@XZ -; public: virtual __cdecl SnmpUInteger32Type::~SnmpUInteger32Type(void) __ptr64 -??1SnmpUInteger32Type@@UEAA@XZ -; public: virtual __cdecl SnmpUdpIpImp::~SnmpUdpIpImp(void) __ptr64 -??1SnmpUdpIpImp@@UEAA@XZ -; public: virtual __cdecl SnmpUdpIpTransport::~SnmpUdpIpTransport(void) __ptr64 -??1SnmpUdpIpTransport@@UEAA@XZ -; public: virtual __cdecl SnmpV1EncodeDecode::~SnmpV1EncodeDecode(void) __ptr64 -??1SnmpV1EncodeDecode@@UEAA@XZ -; public: virtual __cdecl SnmpV1OverIp::~SnmpV1OverIp(void) __ptr64 -??1SnmpV1OverIp@@UEAA@XZ -; public: virtual __cdecl SnmpV1OverIpx::~SnmpV1OverIpx(void) __ptr64 -??1SnmpV1OverIpx@@UEAA@XZ -; public: virtual __cdecl SnmpV2CEncodeDecode::~SnmpV2CEncodeDecode(void) __ptr64 -??1SnmpV2CEncodeDecode@@UEAA@XZ -; public: virtual __cdecl SnmpV2COverIp::~SnmpV2COverIp(void) __ptr64 -??1SnmpV2COverIp@@UEAA@XZ -; public: virtual __cdecl SnmpV2COverIpx::~SnmpV2COverIpx(void) __ptr64 -??1SnmpV2COverIpx@@UEAA@XZ -; public: virtual __cdecl SnmpValue::~SnmpValue(void) __ptr64 -??1SnmpValue@@UEAA@XZ -; public: virtual __cdecl SnmpVarBind::~SnmpVarBind(void) __ptr64 -??1SnmpVarBind@@UEAA@XZ -; public: __cdecl SnmpVarBindList::~SnmpVarBindList(void) __ptr64 -??1SnmpVarBindList@@QEAA@XZ -; public: __cdecl SnmpVarBindListNode::~SnmpVarBindListNode(void) __ptr64 -??1SnmpVarBindListNode@@QEAA@XZ -; public: class CBString & __ptr64 __cdecl CBString::operator=(class CBString const & __ptr64) __ptr64 -??4CBString@@QEAAAEAV0@AEBV0@@Z -; public: class CBString const & __ptr64 __cdecl CBString::operator=(unsigned short * __ptr64) __ptr64 -??4CBString@@QEAAAEBV0@PEAG@Z -; public: class GeneralException & __ptr64 __cdecl GeneralException::operator=(class GeneralException const & __ptr64) __ptr64 -??4GeneralException@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpAnalyser & __ptr64 __cdecl SnmpAnalyser::operator=(class SnmpAnalyser const & __ptr64) __ptr64 -??4SnmpAnalyser@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpAutoRetrieveOperation & __ptr64 __cdecl SnmpAutoRetrieveOperation::operator=(class SnmpAutoRetrieveOperation const & __ptr64) __ptr64 -??4SnmpAutoRetrieveOperation@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpBitStringType & __ptr64 __cdecl SnmpBitStringType::operator=(class SnmpBitStringType const & __ptr64) __ptr64 -??4SnmpBitStringType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpClassLibrary & __ptr64 __cdecl SnmpClassLibrary::operator=(class SnmpClassLibrary const & __ptr64) __ptr64 -??4SnmpClassLibrary@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpCommunityBasedSecurity & __ptr64 __cdecl SnmpCommunityBasedSecurity::operator=(class SnmpCommunityBasedSecurity const & __ptr64) __ptr64 -??4SnmpCommunityBasedSecurity@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpCounter64::operator=(class SnmpCounter64 const & __ptr64) __ptr64 -??4SnmpCounter64@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpCounter64Type & __ptr64 __cdecl SnmpCounter64Type::operator=(class SnmpCounter64Type const & __ptr64) __ptr64 -??4SnmpCounter64Type@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpCounter::operator=(class SnmpCounter const & __ptr64) __ptr64 -??4SnmpCounter@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpCounterType & __ptr64 __cdecl SnmpCounterType::operator=(class SnmpCounterType const & __ptr64) __ptr64 -??4SnmpCounterType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpDateTimeType & __ptr64 __cdecl SnmpDateTimeType::operator=(class SnmpDateTimeType const & __ptr64) __ptr64 -??4SnmpDateTimeType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpDisplayStringType & __ptr64 __cdecl SnmpDisplayStringType::operator=(class SnmpDisplayStringType const & __ptr64) __ptr64 -??4SnmpDisplayStringType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpEncodeDecode & __ptr64 __cdecl SnmpEncodeDecode::operator=(class SnmpEncodeDecode const & __ptr64) __ptr64 -??4SnmpEncodeDecode@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpEndOfMibView::operator=(class SnmpEndOfMibView const & __ptr64) __ptr64 -??4SnmpEndOfMibView@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpEnumeratedType & __ptr64 __cdecl SnmpEnumeratedType::operator=(class SnmpEnumeratedType const & __ptr64) __ptr64 -??4SnmpEnumeratedType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpErrorReport & __ptr64 __cdecl SnmpErrorReport::operator=(class SnmpErrorReport const & __ptr64) __ptr64 -??4SnmpErrorReport@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpFixedLengthDisplayStringType & __ptr64 __cdecl SnmpFixedLengthDisplayStringType::operator=(class SnmpFixedLengthDisplayStringType const & __ptr64) __ptr64 -??4SnmpFixedLengthDisplayStringType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpFixedLengthOctetStringType & __ptr64 __cdecl SnmpFixedLengthOctetStringType::operator=(class SnmpFixedLengthOctetStringType const & __ptr64) __ptr64 -??4SnmpFixedLengthOctetStringType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpFixedLengthOpaqueType & __ptr64 __cdecl SnmpFixedLengthOpaqueType::operator=(class SnmpFixedLengthOpaqueType const & __ptr64) __ptr64 -??4SnmpFixedLengthOpaqueType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpFixedLengthPhysAddressType & __ptr64 __cdecl SnmpFixedLengthPhysAddressType::operator=(class SnmpFixedLengthPhysAddressType const & __ptr64) __ptr64 -??4SnmpFixedLengthPhysAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpFixedType & __ptr64 __cdecl SnmpFixedType::operator=(class SnmpFixedType const & __ptr64) __ptr64 -??4SnmpFixedType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpGauge::operator=(class SnmpGauge const & __ptr64) __ptr64 -??4SnmpGauge@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpGaugeType & __ptr64 __cdecl SnmpGaugeType::operator=(class SnmpGaugeType const & __ptr64) __ptr64 -??4SnmpGaugeType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpIPXAddressType & __ptr64 __cdecl SnmpIPXAddressType::operator=(class SnmpIPXAddressType const & __ptr64) __ptr64 -??4SnmpIPXAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpInstanceType & __ptr64 __cdecl SnmpInstanceType::operator=(class SnmpInstanceType const & __ptr64) __ptr64 -??4SnmpInstanceType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpInteger::operator=(class SnmpInteger const & __ptr64) __ptr64 -??4SnmpInteger@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpIntegerType & __ptr64 __cdecl SnmpIntegerType::operator=(class SnmpIntegerType const & __ptr64) __ptr64 -??4SnmpIntegerType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpIpAddress::operator=(class SnmpIpAddress const & __ptr64) __ptr64 -??4SnmpIpAddress@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpIpAddressType & __ptr64 __cdecl SnmpIpAddressType::operator=(class SnmpIpAddressType const & __ptr64) __ptr64 -??4SnmpIpAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpLexicon & __ptr64 __cdecl SnmpLexicon::operator=(class SnmpLexicon const & __ptr64) __ptr64 -??4SnmpLexicon@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpMacAddressType & __ptr64 __cdecl SnmpMacAddressType::operator=(class SnmpMacAddressType const & __ptr64) __ptr64 -??4SnmpMacAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpNegativeRangeType & __ptr64 __cdecl SnmpNegativeRangeType::operator=(class SnmpNegativeRangeType const & __ptr64) __ptr64 -??4SnmpNegativeRangeType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpNetworkAddressType & __ptr64 __cdecl SnmpNetworkAddressType::operator=(class SnmpNetworkAddressType const & __ptr64) __ptr64 -??4SnmpNetworkAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpNoSuchInstance::operator=(class SnmpNoSuchInstance const & __ptr64) __ptr64 -??4SnmpNoSuchInstance@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpNoSuchObject::operator=(class SnmpNoSuchObject const & __ptr64) __ptr64 -??4SnmpNoSuchObject@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpNull::operator=(class SnmpNull const & __ptr64) __ptr64 -??4SnmpNull@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpNullType & __ptr64 __cdecl SnmpNullType::operator=(class SnmpNullType const & __ptr64) __ptr64 -??4SnmpNullType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpOSIAddressType & __ptr64 __cdecl SnmpOSIAddressType::operator=(class SnmpOSIAddressType const & __ptr64) __ptr64 -??4SnmpOSIAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpObjectIdentifier::operator=(class SnmpObjectIdentifier const & __ptr64) __ptr64 -??4SnmpObjectIdentifier@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpObjectIdentifierType & __ptr64 __cdecl SnmpObjectIdentifierType::operator=(class SnmpObjectIdentifierType const & __ptr64) __ptr64 -??4SnmpObjectIdentifierType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpOctetString::operator=(class SnmpOctetString const & __ptr64) __ptr64 -??4SnmpOctetString@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpOctetStringType & __ptr64 __cdecl SnmpOctetStringType::operator=(class SnmpOctetStringType const & __ptr64) __ptr64 -??4SnmpOctetStringType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpOpaque::operator=(class SnmpOpaque const & __ptr64) __ptr64 -??4SnmpOpaque@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpOpaqueType & __ptr64 __cdecl SnmpOpaqueType::operator=(class SnmpOpaqueType const & __ptr64) __ptr64 -??4SnmpOpaqueType@@QEAAAEAV0@AEBV0@@Z -; private: class SnmpOperation & __ptr64 __cdecl SnmpOperation::operator=(class SnmpOperation const & __ptr64) __ptr64 -??4SnmpOperation@@AEAAAEAV0@AEBV0@@Z -; public: class SnmpPdu & __ptr64 __cdecl SnmpPdu::operator=(class SnmpPdu const & __ptr64) __ptr64 -??4SnmpPdu@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpPhysAddressType & __ptr64 __cdecl SnmpPhysAddressType::operator=(class SnmpPhysAddressType const & __ptr64) __ptr64 -??4SnmpPhysAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpPositiveRangeType & __ptr64 __cdecl SnmpPositiveRangeType::operator=(class SnmpPositiveRangeType const & __ptr64) __ptr64 -??4SnmpPositiveRangeType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpPositiveRangedType & __ptr64 __cdecl SnmpPositiveRangedType::operator=(class SnmpPositiveRangedType const & __ptr64) __ptr64 -??4SnmpPositiveRangedType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpRowStatusType & __ptr64 __cdecl SnmpRowStatusType::operator=(class SnmpRowStatusType const & __ptr64) __ptr64 -??4SnmpRowStatusType@@QEAAAEAV0@AEBV0@@Z -; private: class SnmpSecurity & __ptr64 __cdecl SnmpSecurity::operator=(class SnmpSecurity const & __ptr64) __ptr64 -??4SnmpSecurity@@AEAAAEAV0@AEBV0@@Z -; private: class SnmpSession & __ptr64 __cdecl SnmpSession::operator=(class SnmpSession const & __ptr64) __ptr64 -??4SnmpSession@@AEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpTimeTicks::operator=(class SnmpTimeTicks const & __ptr64) __ptr64 -??4SnmpTimeTicks@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpTimeTicksType & __ptr64 __cdecl SnmpTimeTicksType::operator=(class SnmpTimeTicksType const & __ptr64) __ptr64 -??4SnmpTimeTicksType@@QEAAAEAV0@AEBV0@@Z -; private: class SnmpTransport & __ptr64 __cdecl SnmpTransport::operator=(class SnmpTransport const & __ptr64) __ptr64 -??4SnmpTransport@@AEAAAEAV0@AEBV0@@Z -; private: class SnmpTransportAddress & __ptr64 __cdecl SnmpTransportAddress::operator=(class SnmpTransportAddress const & __ptr64) __ptr64 -??4SnmpTransportAddress@@AEAAAEAV0@AEBV0@@Z -; public: class SnmpTransportIpAddress & __ptr64 __cdecl SnmpTransportIpAddress::operator=(class SnmpTransportIpAddress const & __ptr64) __ptr64 -??4SnmpTransportIpAddress@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpTransportIpAddress & __ptr64 __cdecl SnmpTransportIpAddress::operator=(unsigned char const * __ptr64) __ptr64 -??4SnmpTransportIpAddress@@QEAAAEAV0@PEBE@Z -; public: class SnmpTransportIpxAddress & __ptr64 __cdecl SnmpTransportIpxAddress::operator=(class SnmpTransportIpxAddress const & __ptr64) __ptr64 -??4SnmpTransportIpxAddress@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpTransportIpxAddress & __ptr64 __cdecl SnmpTransportIpxAddress::operator=(unsigned char const * __ptr64) __ptr64 -??4SnmpTransportIpxAddress@@QEAAAEAV0@PEBE@Z -; public: class SnmpTrapReceiver & __ptr64 __cdecl SnmpTrapReceiver::operator=(class SnmpTrapReceiver const & __ptr64) __ptr64 -??4SnmpTrapReceiver@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpUDPAddressType & __ptr64 __cdecl SnmpUDPAddressType::operator=(class SnmpUDPAddressType const & __ptr64) __ptr64 -??4SnmpUDPAddressType@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpValue & __ptr64 __cdecl SnmpUInteger32::operator=(class SnmpUInteger32 const & __ptr64) __ptr64 -??4SnmpUInteger32@@QEAAAEAVSnmpValue@@AEBV0@@Z -; public: class SnmpUInteger32Type & __ptr64 __cdecl SnmpUInteger32Type::operator=(class SnmpUInteger32Type const & __ptr64) __ptr64 -??4SnmpUInteger32Type@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpV1EncodeDecode & __ptr64 __cdecl SnmpV1EncodeDecode::operator=(class SnmpV1EncodeDecode const & __ptr64) __ptr64 -??4SnmpV1EncodeDecode@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpV2CEncodeDecode & __ptr64 __cdecl SnmpV2CEncodeDecode::operator=(class SnmpV2CEncodeDecode const & __ptr64) __ptr64 -??4SnmpV2CEncodeDecode@@QEAAAEAV0@AEBV0@@Z -; private: class SnmpValue & __ptr64 __cdecl SnmpValue::operator=(class SnmpValue const & __ptr64) __ptr64 -??4SnmpValue@@AEAAAEAV0@AEBV0@@Z -; public: class SnmpVarBind & __ptr64 __cdecl SnmpVarBind::operator=(class SnmpVarBind const & __ptr64) __ptr64 -??4SnmpVarBind@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpVarBindList & __ptr64 __cdecl SnmpVarBindList::operator=(class SnmpVarBindList & __ptr64) __ptr64 -??4SnmpVarBindList@@QEAAAEAV0@AEAV0@@Z -; public: class SnmpVarBindListNode & __ptr64 __cdecl SnmpVarBindListNode::operator=(class SnmpVarBindListNode const & __ptr64) __ptr64 -??4SnmpVarBindListNode@@QEAAAEAV0@AEBV0@@Z -; public: int __cdecl SnmpInstanceType::operator==(class SnmpInstanceType const & __ptr64)const __ptr64 -??8SnmpInstanceType@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator==(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??8SnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpTransportIpAddress::operator==(class SnmpTransportIpAddress const & __ptr64)const __ptr64 -??8SnmpTransportIpAddress@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpTransportIpxAddress::operator==(class SnmpTransportIpxAddress const & __ptr64)const __ptr64 -??8SnmpTransportIpxAddress@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpValue::operator==(class SnmpValue const & __ptr64)const __ptr64 -??8SnmpValue@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpInstanceType::operator!=(class SnmpInstanceType const & __ptr64)const __ptr64 -??9SnmpInstanceType@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator!=(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??9SnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpTransportIpAddress::operator!=(class SnmpTransportIpAddress const & __ptr64)const __ptr64 -??9SnmpTransportIpAddress@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpTransportIpxAddress::operator!=(class SnmpTransportIpxAddress const & __ptr64)const __ptr64 -??9SnmpTransportIpxAddress@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpValue::operator!=(class SnmpValue const & __ptr64)const __ptr64 -??9SnmpValue@@QEBAHAEBV0@@Z -; public: unsigned long & __ptr64 __cdecl SnmpObjectIdentifier::operator[](unsigned long)const __ptr64 -??ASnmpObjectIdentifier@@QEBAAEAKK@Z -; public: virtual unsigned char __cdecl SnmpTransportIpAddress::operator[](unsigned short)const __ptr64 -??ASnmpTransportIpAddress@@UEBAEG@Z -; public: virtual unsigned char __cdecl SnmpTransportIpxAddress::operator[](unsigned short)const __ptr64 -??ASnmpTransportIpxAddress@@UEBAEG@Z -; public: class SnmpVarBind * __ptr64 __cdecl SnmpVarBindList::operator[](unsigned int) __ptr64 -??ASnmpVarBindList@@QEAAPEAVSnmpVarBind@@I@Z -; public: virtual __cdecl SnmpAnalyser::operator void * __ptr64(void) __ptr64 -??BSnmpAnalyser@@UEAAPEAXXZ -; public: virtual __cdecl SnmpCommunityBasedSecurity::operator void * __ptr64(void)const __ptr64 -??BSnmpCommunityBasedSecurity@@UEBAPEAXXZ -; public: __cdecl SnmpErrorReport::operator void * __ptr64(void)const __ptr64 -??BSnmpErrorReport@@QEBAPEAXXZ -; public: __cdecl SnmpImpSession::operator void * __ptr64(void)const __ptr64 -??BSnmpImpSession@@QEBAPEAXXZ -; public: virtual __cdecl SnmpInstanceType::operator void * __ptr64(void) __ptr64 -??BSnmpInstanceType@@UEAAPEAXXZ -; public: __cdecl SnmpOperation::operator void * __ptr64(void)const __ptr64 -??BSnmpOperation@@QEBAPEAXXZ -; public: __cdecl SnmpPdu::operator void * __ptr64(void)const __ptr64 -??BSnmpPdu@@QEBAPEAXXZ -; public: virtual __cdecl SnmpPositiveRangedType::operator void * __ptr64(void) __ptr64 -??BSnmpPositiveRangedType@@UEAAPEAXXZ -; public: virtual __cdecl SnmpTransportIpAddress::operator void * __ptr64(void)const __ptr64 -??BSnmpTransportIpAddress@@UEBAPEAXXZ -; public: virtual __cdecl SnmpTransportIpxAddress::operator void * __ptr64(void)const __ptr64 -??BSnmpTransportIpxAddress@@UEBAPEAXXZ -; public: class SnmpObjectIdentifier __cdecl SnmpObjectIdentifier::operator+(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??HSnmpObjectIdentifier@@QEBA?AV0@AEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator<(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??MSnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator<=(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??NSnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator>(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??OSnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: int __cdecl SnmpObjectIdentifier::operator>=(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -??PSnmpObjectIdentifier@@QEBAHAEBV0@@Z -; public: virtual void * __ptr64 __cdecl SnmpCommunityBasedSecurity::operator()(void)const __ptr64 -??RSnmpCommunityBasedSecurity@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpEncodeDecode::operator()(void)const __ptr64 -??RSnmpEncodeDecode@@UEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpErrorReport::operator()(void)const __ptr64 -??RSnmpErrorReport@@QEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpImpSession::operator()(void)const __ptr64 -??RSnmpImpSession@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpImpTransport::operator()(void)const __ptr64 -??RSnmpImpTransport@@UEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpIpAddress::operator()(void)const __ptr64 -??RSnmpIpAddress@@QEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpIpxImp::operator()(void)const __ptr64 -??RSnmpIpxImp@@UEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpObjectIdentifier::operator()(void)const __ptr64 -??RSnmpObjectIdentifier@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpOctetString::operator()(void)const __ptr64 -??RSnmpOctetString@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpOpaque::operator()(void)const __ptr64 -??RSnmpOpaque@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpOperation::operator()(void)const __ptr64 -??RSnmpOperation@@QEBAPEAXXZ -; public: void * __ptr64 __cdecl SnmpPdu::operator()(void)const __ptr64 -??RSnmpPdu@@QEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpTransportIpAddress::operator()(void)const __ptr64 -??RSnmpTransportIpAddress@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpTransportIpxAddress::operator()(void)const __ptr64 -??RSnmpTransportIpxAddress@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpUdpIpImp::operator()(void)const __ptr64 -??RSnmpUdpIpImp@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpV1OverIp::operator()(void)const __ptr64 -??RSnmpV1OverIp@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpV1OverIpx::operator()(void)const __ptr64 -??RSnmpV1OverIpx@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpV2COverIp::operator()(void)const __ptr64 -??RSnmpV2COverIp@@UEBAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpV2COverIpx::operator()(void)const __ptr64 -??RSnmpV2COverIpx@@UEBAPEAXXZ -; const GeneralException::`vftable' -??_7GeneralException@@6B@ -; const GetNextOperation::`vftable' -??_7GetNextOperation@@6B@ -; const SnmpAnalyser::`vftable' -??_7SnmpAnalyser@@6B@ -; const SnmpAutoRetrieveOperation::`vftable' -??_7SnmpAutoRetrieveOperation@@6B@ -; const SnmpBitStringType::`vftable'{for `SnmpInstanceType'} -??_7SnmpBitStringType@@6BSnmpInstanceType@@@ -; const SnmpBitStringType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpBitStringType@@6BSnmpPositiveRangedType@@@ -; const SnmpClassLibrary::`vftable' -??_7SnmpClassLibrary@@6B@ -; const SnmpCommunityBasedSecurity::`vftable' -??_7SnmpCommunityBasedSecurity@@6B@ -; const SnmpCounter64::`vftable' -??_7SnmpCounter64@@6B@ -; const SnmpCounter64Type::`vftable' -??_7SnmpCounter64Type@@6B@ -; const SnmpCounter::`vftable' -??_7SnmpCounter@@6B@ -; const SnmpCounterType::`vftable' -??_7SnmpCounterType@@6B@ -; const SnmpDateTimeType::`vftable'{for `SnmpInstanceType'} -??_7SnmpDateTimeType@@6BSnmpInstanceType@@@ -; const SnmpDateTimeType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpDateTimeType@@6BSnmpPositiveRangedType@@@ -; const SnmpDisplayStringType::`vftable'{for `SnmpInstanceType'} -??_7SnmpDisplayStringType@@6BSnmpInstanceType@@@ -; const SnmpDisplayStringType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpDisplayStringType@@6BSnmpPositiveRangedType@@@ -; const SnmpEncodeDecode::`vftable' -??_7SnmpEncodeDecode@@6B@ -; const SnmpEndOfMibView::`vftable' -??_7SnmpEndOfMibView@@6B@ -; const SnmpEnumeratedType::`vftable'{for `SnmpInstanceType'} -??_7SnmpEnumeratedType@@6BSnmpInstanceType@@@ -; const SnmpEnumeratedType::`vftable'{for `SnmpNegativeRangedType'} -??_7SnmpEnumeratedType@@6BSnmpNegativeRangedType@@@ -; const SnmpErrorReport::`vftable' -??_7SnmpErrorReport@@6B@ -; const SnmpFixedLengthDisplayStringType::`vftable' -??_7SnmpFixedLengthDisplayStringType@@6B@ -; const SnmpFixedLengthDisplayStringType::`vftable'{for `SnmpInstanceType'} -??_7SnmpFixedLengthDisplayStringType@@6BSnmpInstanceType@@@ -; const SnmpFixedLengthDisplayStringType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpFixedLengthDisplayStringType@@6BSnmpPositiveRangedType@@@ -; const SnmpFixedLengthOctetStringType::`vftable' -??_7SnmpFixedLengthOctetStringType@@6B@ -; const SnmpFixedLengthOctetStringType::`vftable'{for `SnmpInstanceType'} -??_7SnmpFixedLengthOctetStringType@@6BSnmpInstanceType@@@ -; const SnmpFixedLengthOctetStringType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpFixedLengthOctetStringType@@6BSnmpPositiveRangedType@@@ -; const SnmpFixedLengthOpaqueType::`vftable' -??_7SnmpFixedLengthOpaqueType@@6B@ -; const SnmpFixedLengthOpaqueType::`vftable'{for `SnmpInstanceType'} -??_7SnmpFixedLengthOpaqueType@@6BSnmpInstanceType@@@ -; const SnmpFixedLengthOpaqueType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpFixedLengthOpaqueType@@6BSnmpPositiveRangedType@@@ -; const SnmpFixedLengthPhysAddressType::`vftable' -??_7SnmpFixedLengthPhysAddressType@@6B@ -; const SnmpFixedLengthPhysAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpFixedLengthPhysAddressType@@6BSnmpInstanceType@@@ -; const SnmpFixedLengthPhysAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpFixedLengthPhysAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpFixedType::`vftable' -??_7SnmpFixedType@@6B@ -; const SnmpGauge::`vftable' -??_7SnmpGauge@@6B@ -; const SnmpGaugeType::`vftable'{for `SnmpInstanceType'} -??_7SnmpGaugeType@@6BSnmpInstanceType@@@ -; const SnmpGaugeType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpGaugeType@@6BSnmpPositiveRangedType@@@ -; const SnmpGetNextOperation::`vftable' -??_7SnmpGetNextOperation@@6B@ -; const SnmpGetOperation::`vftable' -??_7SnmpGetOperation@@6B@ -; const SnmpIPXAddressType::`vftable' -??_7SnmpIPXAddressType@@6B@ -; const SnmpIPXAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpIPXAddressType@@6BSnmpInstanceType@@@ -; const SnmpIPXAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpIPXAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpImpSession::`vftable' -??_7SnmpImpSession@@6B@ -; const SnmpImpTransport::`vftable' -??_7SnmpImpTransport@@6B@ -; const SnmpInstanceType::`vftable' -??_7SnmpInstanceType@@6B@ -; const SnmpInteger::`vftable' -??_7SnmpInteger@@6B@ -; const SnmpIntegerType::`vftable'{for `SnmpInstanceType'} -??_7SnmpIntegerType@@6BSnmpInstanceType@@@ -; const SnmpIntegerType::`vftable'{for `SnmpNegativeRangedType'} -??_7SnmpIntegerType@@6BSnmpNegativeRangedType@@@ -; const SnmpIpAddress::`vftable' -??_7SnmpIpAddress@@6B@ -; const SnmpIpAddressType::`vftable' -??_7SnmpIpAddressType@@6B@ -; const SnmpIpxImp::`vftable'{for `SnmpIpxTransport'} -??_7SnmpIpxImp@@6BSnmpIpxTransport@@@ -; const SnmpIpxImp::`vftable'{for `SnmpTransportIpxAddress'} -??_7SnmpIpxImp@@6BSnmpTransportIpxAddress@@@ -; const SnmpIpxTransport::`vftable' -??_7SnmpIpxTransport@@6B@ -; const SnmpMacAddressType::`vftable' -??_7SnmpMacAddressType@@6B@ -; const SnmpMacAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpMacAddressType@@6BSnmpInstanceType@@@ -; const SnmpMacAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpMacAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpNegativeRangeType::`vftable' -??_7SnmpNegativeRangeType@@6B@ -; const SnmpNetworkAddressType::`vftable' -??_7SnmpNetworkAddressType@@6B@ -; const SnmpNoSuchInstance::`vftable' -??_7SnmpNoSuchInstance@@6B@ -; const SnmpNoSuchObject::`vftable' -??_7SnmpNoSuchObject@@6B@ -; const SnmpNull::`vftable' -??_7SnmpNull@@6B@ -; const SnmpNullType::`vftable' -??_7SnmpNullType@@6B@ -; const SnmpOSIAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpOSIAddressType@@6BSnmpInstanceType@@@ -; const SnmpOSIAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpOSIAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpObjectIdentifier::`vftable' -??_7SnmpObjectIdentifier@@6B@ -; const SnmpObjectIdentifierType::`vftable' -??_7SnmpObjectIdentifierType@@6B@ -; const SnmpOctetString::`vftable' -??_7SnmpOctetString@@6B@ -; const SnmpOctetStringType::`vftable'{for `SnmpInstanceType'} -??_7SnmpOctetStringType@@6BSnmpInstanceType@@@ -; const SnmpOctetStringType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpOctetStringType@@6BSnmpPositiveRangedType@@@ -; const SnmpOpaque::`vftable' -??_7SnmpOpaque@@6B@ -; const SnmpOpaqueType::`vftable'{for `SnmpInstanceType'} -??_7SnmpOpaqueType@@6BSnmpInstanceType@@@ -; const SnmpOpaqueType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpOpaqueType@@6BSnmpPositiveRangedType@@@ -; const SnmpOperation::`vftable' -??_7SnmpOperation@@6B@ -; const SnmpPdu::`vftable' -??_7SnmpPdu@@6B@ -; const SnmpPhysAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpPhysAddressType@@6BSnmpInstanceType@@@ -; const SnmpPhysAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpPhysAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpPositiveRangeType::`vftable' -??_7SnmpPositiveRangeType@@6B@ -; const SnmpPositiveRangedType::`vftable' -??_7SnmpPositiveRangedType@@6B@ -; const SnmpRowStatusType::`vftable'{for `SnmpInstanceType'} -??_7SnmpRowStatusType@@6BSnmpInstanceType@@@ -; const SnmpRowStatusType::`vftable'{for `SnmpNegativeRangedType'} -??_7SnmpRowStatusType@@6BSnmpNegativeRangedType@@@ -; const SnmpSecurity::`vftable' -??_7SnmpSecurity@@6B@ -; const SnmpSession::`vftable' -??_7SnmpSession@@6B@ -; const SnmpSetOperation::`vftable' -??_7SnmpSetOperation@@6B@ -; const SnmpTimeTicks::`vftable' -??_7SnmpTimeTicks@@6B@ -; const SnmpTimeTicksType::`vftable' -??_7SnmpTimeTicksType@@6B@ -; const SnmpTransport::`vftable' -??_7SnmpTransport@@6B@ -; const SnmpTransportAddress::`vftable' -??_7SnmpTransportAddress@@6B@ -; const SnmpTransportIpAddress::`vftable' -??_7SnmpTransportIpAddress@@6B@ -; const SnmpTransportIpxAddress::`vftable' -??_7SnmpTransportIpxAddress@@6B@ -; const SnmpTrapReceiver::`vftable' -??_7SnmpTrapReceiver@@6B@ -; const SnmpUDPAddressType::`vftable' -??_7SnmpUDPAddressType@@6B@ -; const SnmpUDPAddressType::`vftable'{for `SnmpInstanceType'} -??_7SnmpUDPAddressType@@6BSnmpInstanceType@@@ -; const SnmpUDPAddressType::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpUDPAddressType@@6BSnmpPositiveRangedType@@@ -; const SnmpUInteger32::`vftable' -??_7SnmpUInteger32@@6B@ -; const SnmpUInteger32Type::`vftable'{for `SnmpInstanceType'} -??_7SnmpUInteger32Type@@6BSnmpInstanceType@@@ -; const SnmpUInteger32Type::`vftable'{for `SnmpPositiveRangedType'} -??_7SnmpUInteger32Type@@6BSnmpPositiveRangedType@@@ -; const SnmpUdpIpImp::`vftable'{for `SnmpTransportIpAddress'} -??_7SnmpUdpIpImp@@6BSnmpTransportIpAddress@@@ -; const SnmpUdpIpImp::`vftable'{for `SnmpUdpIpTransport'} -??_7SnmpUdpIpImp@@6BSnmpUdpIpTransport@@@ -; const SnmpUdpIpTransport::`vftable' -??_7SnmpUdpIpTransport@@6B@ -; const SnmpV1EncodeDecode::`vftable' -??_7SnmpV1EncodeDecode@@6B@ -; const SnmpV1OverIp::`vftable'{for `SnmpCommunityBasedSecurity'} -??_7SnmpV1OverIp@@6BSnmpCommunityBasedSecurity@@@ -; const SnmpV1OverIp::`vftable'{for `SnmpImpSession'} -??_7SnmpV1OverIp@@6BSnmpImpSession@@@ -; const SnmpV1OverIp::`vftable'{for `SnmpTransportIpAddress'} -??_7SnmpV1OverIp@@6BSnmpTransportIpAddress@@@ -; const SnmpV1OverIp::`vftable'{for `SnmpUdpIpTransport'} -??_7SnmpV1OverIp@@6BSnmpUdpIpTransport@@@ -; const SnmpV1OverIp::`vftable'{for `SnmpV1EncodeDecode'} -??_7SnmpV1OverIp@@6BSnmpV1EncodeDecode@@@ -; const SnmpV1OverIpx::`vftable'{for `SnmpCommunityBasedSecurity'} -??_7SnmpV1OverIpx@@6BSnmpCommunityBasedSecurity@@@ -; const SnmpV1OverIpx::`vftable'{for `SnmpImpSession'} -??_7SnmpV1OverIpx@@6BSnmpImpSession@@@ -; const SnmpV1OverIpx::`vftable'{for `SnmpIpxTransport'} -??_7SnmpV1OverIpx@@6BSnmpIpxTransport@@@ -; const SnmpV1OverIpx::`vftable'{for `SnmpTransportIpxAddress'} -??_7SnmpV1OverIpx@@6BSnmpTransportIpxAddress@@@ -; const SnmpV1OverIpx::`vftable'{for `SnmpV1EncodeDecode'} -??_7SnmpV1OverIpx@@6BSnmpV1EncodeDecode@@@ -; const SnmpV2CEncodeDecode::`vftable' -??_7SnmpV2CEncodeDecode@@6B@ -; const SnmpV2COverIp::`vftable'{for `SnmpCommunityBasedSecurity'} -??_7SnmpV2COverIp@@6BSnmpCommunityBasedSecurity@@@ -; const SnmpV2COverIp::`vftable'{for `SnmpImpSession'} -??_7SnmpV2COverIp@@6BSnmpImpSession@@@ -; const SnmpV2COverIp::`vftable'{for `SnmpTransportIpAddress'} -??_7SnmpV2COverIp@@6BSnmpTransportIpAddress@@@ -; const SnmpV2COverIp::`vftable'{for `SnmpUdpIpTransport'} -??_7SnmpV2COverIp@@6BSnmpUdpIpTransport@@@ -; const SnmpV2COverIp::`vftable'{for `SnmpV2CEncodeDecode'} -??_7SnmpV2COverIp@@6BSnmpV2CEncodeDecode@@@ -; const SnmpV2COverIpx::`vftable'{for `SnmpCommunityBasedSecurity'} -??_7SnmpV2COverIpx@@6BSnmpCommunityBasedSecurity@@@ -; const SnmpV2COverIpx::`vftable'{for `SnmpImpSession'} -??_7SnmpV2COverIpx@@6BSnmpImpSession@@@ -; const SnmpV2COverIpx::`vftable'{for `SnmpIpxTransport'} -??_7SnmpV2COverIpx@@6BSnmpIpxTransport@@@ -; const SnmpV2COverIpx::`vftable'{for `SnmpTransportIpxAddress'} -??_7SnmpV2COverIpx@@6BSnmpTransportIpxAddress@@@ -; const SnmpV2COverIpx::`vftable'{for `SnmpV2CEncodeDecode'} -??_7SnmpV2COverIpx@@6BSnmpV2CEncodeDecode@@@ -; const SnmpValue::`vftable' -??_7SnmpValue@@6B@ -; const SnmpVarBind::`vftable' -??_7SnmpVarBind@@6B@ -; public: void __cdecl SnmpAnalyser::`default constructor closure'(void) __ptr64 -??_FSnmpAnalyser@@QEAAXXZ -; public: void __cdecl SnmpCommunityBasedSecurity::`default constructor closure'(void) __ptr64 -??_FSnmpCommunityBasedSecurity@@QEAAXXZ -; public: void __cdecl SnmpDisplayStringType::`default constructor closure'(void) __ptr64 -??_FSnmpDisplayStringType@@QEAAXXZ -; public: void __cdecl SnmpGaugeType::`default constructor closure'(void) __ptr64 -??_FSnmpGaugeType@@QEAAXXZ -; public: void __cdecl SnmpInstanceType::`default constructor closure'(void) __ptr64 -??_FSnmpInstanceType@@QEAAXXZ -; public: void __cdecl SnmpIntegerType::`default constructor closure'(void) __ptr64 -??_FSnmpIntegerType@@QEAAXXZ -; public: void __cdecl SnmpOctetStringType::`default constructor closure'(void) __ptr64 -??_FSnmpOctetStringType@@QEAAXXZ -; public: void __cdecl SnmpOpaqueType::`default constructor closure'(void) __ptr64 -??_FSnmpOpaqueType@@QEAAXXZ -; public: void __cdecl SnmpPhysAddressType::`default constructor closure'(void) __ptr64 -??_FSnmpPhysAddressType@@QEAAXXZ -; public: void __cdecl SnmpPositiveRangedType::`default constructor closure'(void) __ptr64 -??_FSnmpPositiveRangedType@@QEAAXXZ -; public: void __cdecl SnmpUInteger32Type::`default constructor closure'(void) __ptr64 -??_FSnmpUInteger32Type@@QEAAXXZ -; public: void __cdecl SnmpVarBindList::Add(class SnmpVarBind const & __ptr64) __ptr64 -?Add@SnmpVarBindList@@QEAAXAEBVSnmpVarBind@@@Z -; public: void __cdecl SnmpVarBindList::AddNoReallocate(class SnmpVarBind & __ptr64) __ptr64 -?AddNoReallocate@SnmpVarBindList@@QEAAXAEAVSnmpVarBind@@@Z -; protected: virtual int __cdecl SnmpAnalyser::Analyse(class SnmpLexicon * __ptr64,unsigned long & __ptr64,unsigned short,unsigned short const * __ptr64,unsigned long & __ptr64,int,int,int) __ptr64 -?Analyse@SnmpAnalyser@@MEAAHPEAVSnmpLexicon@@AEAKGPEBG1HHH@Z -; private: int __cdecl SnmpBitStringType::BitStringDef(void) __ptr64 -?BitStringDef@SnmpBitStringType@@AEAAHXZ -; public: void __cdecl GetNextOperation::CancelRequest(void) __ptr64 -?CancelRequest@GetNextOperation@@QEAAXXZ -; public: void __cdecl SnmpAutoRetrieveOperation::CancelRequest(void) __ptr64 -?CancelRequest@SnmpAutoRetrieveOperation@@QEAAXXZ -; public: void __cdecl SnmpOperation::CancelRequest(void) __ptr64 -?CancelRequest@SnmpOperation@@QEAAXXZ -; public: class SnmpVarBindList * __ptr64 __cdecl SnmpVarBindList::Car(unsigned int) __ptr64 -?Car@SnmpVarBindList@@QEAAPEAV1@I@Z -; public: class SnmpVarBindList * __ptr64 __cdecl SnmpVarBindList::Cdr(unsigned int) __ptr64 -?Cdr@SnmpVarBindList@@QEAAPEAV1@I@Z -; public: int __cdecl SnmpPositiveRangedType::Check(unsigned long const & __ptr64) __ptr64 -?Check@SnmpPositiveRangedType@@QEAAHAEBK@Z -; private: void __cdecl SnmpOperation::CheckOperationDeletion(void) __ptr64 -?CheckOperationDeletion@SnmpOperation@@AEAAXXZ -; private: void __cdecl GetNextOperation::Cleanup(void) __ptr64 -?Cleanup@GetNextOperation@@AEAAXXZ -; public: static void __cdecl SnmpClassLibrary::Closedown(void) -?Closedown@SnmpClassLibrary@@SAXXZ -; protected: enum SnmpObjectIdentifier::Comparison __cdecl SnmpObjectIdentifier::Compare(class SnmpObjectIdentifier const & __ptr64,class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Compare@SnmpObjectIdentifier@@IEBA?AW4Comparison@1@AEBV1@0@Z -; int __cdecl CompareElements(class SnmpObjectIdentifierType * __ptr64,class SnmpObjectIdentifierType * __ptr64) -?CompareElements@@YAHPEAVSnmpObjectIdentifierType@@0@Z -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpBitStringType::Copy(void)const __ptr64 -?Copy@SnmpBitStringType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpSecurity * __ptr64 __cdecl SnmpCommunityBasedSecurity::Copy(void)const __ptr64 -?Copy@SnmpCommunityBasedSecurity@@UEBAPEAVSnmpSecurity@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpCounter64::Copy(void)const __ptr64 -?Copy@SnmpCounter64@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpCounter64Type::Copy(void)const __ptr64 -?Copy@SnmpCounter64Type@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpCounter::Copy(void)const __ptr64 -?Copy@SnmpCounter@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpCounterType::Copy(void)const __ptr64 -?Copy@SnmpCounterType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpDateTimeType::Copy(void)const __ptr64 -?Copy@SnmpDateTimeType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpDisplayStringType::Copy(void)const __ptr64 -?Copy@SnmpDisplayStringType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpEndOfMibView::Copy(void)const __ptr64 -?Copy@SnmpEndOfMibView@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpEnumeratedType::Copy(void)const __ptr64 -?Copy@SnmpEnumeratedType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpFixedLengthDisplayStringType::Copy(void)const __ptr64 -?Copy@SnmpFixedLengthDisplayStringType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpFixedLengthOctetStringType::Copy(void)const __ptr64 -?Copy@SnmpFixedLengthOctetStringType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpFixedLengthOpaqueType::Copy(void)const __ptr64 -?Copy@SnmpFixedLengthOpaqueType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpFixedLengthPhysAddressType::Copy(void)const __ptr64 -?Copy@SnmpFixedLengthPhysAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpGauge::Copy(void)const __ptr64 -?Copy@SnmpGauge@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpGaugeType::Copy(void)const __ptr64 -?Copy@SnmpGaugeType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpIPXAddressType::Copy(void)const __ptr64 -?Copy@SnmpIPXAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpInteger::Copy(void)const __ptr64 -?Copy@SnmpInteger@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpIntegerType::Copy(void)const __ptr64 -?Copy@SnmpIntegerType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpIpAddress::Copy(void)const __ptr64 -?Copy@SnmpIpAddress@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpIpAddressType::Copy(void)const __ptr64 -?Copy@SnmpIpAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpMacAddressType::Copy(void)const __ptr64 -?Copy@SnmpMacAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpNegativeRangeType * __ptr64 __cdecl SnmpNegativeRangeType::Copy(void) __ptr64 -?Copy@SnmpNegativeRangeType@@UEAAPEAV1@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpNetworkAddressType::Copy(void)const __ptr64 -?Copy@SnmpNetworkAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpNoSuchInstance::Copy(void)const __ptr64 -?Copy@SnmpNoSuchInstance@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpNoSuchObject::Copy(void)const __ptr64 -?Copy@SnmpNoSuchObject@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpNull::Copy(void)const __ptr64 -?Copy@SnmpNull@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpNullType::Copy(void)const __ptr64 -?Copy@SnmpNullType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpOSIAddressType::Copy(void)const __ptr64 -?Copy@SnmpOSIAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpObjectIdentifier::Copy(void)const __ptr64 -?Copy@SnmpObjectIdentifier@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpObjectIdentifierType::Copy(void)const __ptr64 -?Copy@SnmpObjectIdentifierType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpOctetString::Copy(void)const __ptr64 -?Copy@SnmpOctetString@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpOctetStringType::Copy(void)const __ptr64 -?Copy@SnmpOctetStringType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpOpaque::Copy(void)const __ptr64 -?Copy@SnmpOpaque@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpOpaqueType::Copy(void)const __ptr64 -?Copy@SnmpOpaqueType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpPhysAddressType::Copy(void)const __ptr64 -?Copy@SnmpPhysAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpPositiveRangeType * __ptr64 __cdecl SnmpPositiveRangeType::Copy(void) __ptr64 -?Copy@SnmpPositiveRangeType@@UEAAPEAV1@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpRowStatusType::Copy(void)const __ptr64 -?Copy@SnmpRowStatusType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpTimeTicks::Copy(void)const __ptr64 -?Copy@SnmpTimeTicks@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpTimeTicksType::Copy(void)const __ptr64 -?Copy@SnmpTimeTicksType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpTransportAddress * __ptr64 __cdecl SnmpTransportIpAddress::Copy(void)const __ptr64 -?Copy@SnmpTransportIpAddress@@UEBAPEAVSnmpTransportAddress@@XZ -; public: virtual class SnmpTransportAddress * __ptr64 __cdecl SnmpTransportIpxAddress::Copy(void)const __ptr64 -?Copy@SnmpTransportIpxAddress@@UEBAPEAVSnmpTransportAddress@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpUDPAddressType::Copy(void)const __ptr64 -?Copy@SnmpUDPAddressType@@UEBAPEAVSnmpInstanceType@@XZ -; public: virtual class SnmpValue * __ptr64 __cdecl SnmpUInteger32::Copy(void)const __ptr64 -?Copy@SnmpUInteger32@@UEBAPEAVSnmpValue@@XZ -; public: virtual class SnmpInstanceType * __ptr64 __cdecl SnmpUInteger32Type::Copy(void)const __ptr64 -?Copy@SnmpUInteger32Type@@UEBAPEAVSnmpInstanceType@@XZ -; public: class SnmpVarBindList * __ptr64 __cdecl SnmpVarBindList::CopySegment(unsigned int) __ptr64 -?CopySegment@SnmpVarBindList@@QEAAPEAV1@I@Z -; protected: virtual class SnmpLexicon * __ptr64 __cdecl SnmpAnalyser::CreateLexicon(void) __ptr64 -?CreateLexicon@SnmpAnalyser@@MEAAPEAVSnmpLexicon@@XZ -; public: class SnmpObjectIdentifier * __ptr64 __cdecl SnmpObjectIdentifier::Cut(class SnmpObjectIdentifier & __ptr64)const __ptr64 -?Cut@SnmpObjectIdentifier@@QEBAPEAV1@AEAV1@@Z -; private: int __cdecl SnmpDateTimeType::DateTimeDef(void) __ptr64 -?DateTimeDef@SnmpDateTimeType@@AEAAHXZ -; unsigned short * __ptr64 __cdecl DbcsToUnicodeString(char const * __ptr64) -?DbcsToUnicodeString@@YAPEAGPEBD@Z -; public: static unsigned long __cdecl SnmpAnalyser::DecCharToDecInteger(char) -?DecCharToDecInteger@SnmpAnalyser@@SAKD@Z -; public: static char __cdecl SnmpAnalyser::DecIntegerToDecChar(unsigned char) -?DecIntegerToDecChar@SnmpAnalyser@@SADE@Z -; public: static unsigned short __cdecl SnmpAnalyser::DecIntegerToDecWChar(unsigned char) -?DecIntegerToDecWChar@SnmpAnalyser@@SAGE@Z -; public: static char __cdecl SnmpAnalyser::DecIntegerToHexChar(unsigned char) -?DecIntegerToHexChar@SnmpAnalyser@@SADE@Z -; public: static unsigned short __cdecl SnmpAnalyser::DecIntegerToHexWChar(unsigned char) -?DecIntegerToHexWChar@SnmpAnalyser@@SAGE@Z -; public: static char __cdecl SnmpAnalyser::DecIntegerToOctChar(unsigned char) -?DecIntegerToOctChar@SnmpAnalyser@@SADE@Z -; public: static unsigned short __cdecl SnmpAnalyser::DecIntegerToOctWChar(unsigned char) -?DecIntegerToOctWChar@SnmpAnalyser@@SAGE@Z -; public: static unsigned long __cdecl SnmpAnalyser::DecWCharToDecInteger(unsigned short) -?DecWCharToDecInteger@SnmpAnalyser@@SAKG@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpCounter64Type::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpCounter64Type@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpCounterType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpCounterType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpFixedLengthOctetStringType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpFixedLengthOctetStringType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpFixedLengthOpaqueType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpFixedLengthOpaqueType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpGaugeType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpGaugeType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpIntegerType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpIntegerType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpIpAddressType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpIpAddressType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpNetworkAddressType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpNetworkAddressType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpNullType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpNullType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpObjectIdentifierType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpObjectIdentifierType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpOctetStringType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpOctetStringType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpOpaqueType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpOpaqueType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpTimeTicksType::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpTimeTicksType@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpUInteger32Type::Decode(class SnmpObjectIdentifier const & __ptr64) __ptr64 -?Decode@SnmpUInteger32Type@@UEAA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual int __cdecl SnmpEncodeDecode::DecodeFrame(class SnmpPdu & __ptr64,long,enum SnmpEncodeDecode::PduType,class SnmpErrorReport & __ptr64,class SnmpVarBindList * __ptr64 & __ptr64,class SnmpCommunityBasedSecurity * __ptr64 & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64) __ptr64 -?DecodeFrame@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@JW4PduType@1@AEAVSnmpErrorReport@@AEAPEAVSnmpVarBindList@@AEAPEAVSnmpCommunityBasedSecurity@@AEAPEAVSnmpTransportAddress@@5@Z -; public: virtual int __cdecl SnmpEncodeDecode::DecodeFrame(void * __ptr64,class SnmpPdu & __ptr64) __ptr64 -?DecodeFrame@SnmpEncodeDecode@@UEAAHPEAXAEAVSnmpPdu@@@Z -; public: virtual void __cdecl SnmpImpSession::DeregisterOperation(class SnmpOperation & __ptr64) __ptr64 -?DeregisterOperation@SnmpImpSession@@UEAAXAEAVSnmpOperation@@@Z -; public: void __cdecl GetNextOperation::DestroyOperation(void) __ptr64 -?DestroyOperation@GetNextOperation@@QEAAXXZ -; protected: void __cdecl SnmpAutoRetrieveOperation::DestroyOperation(void) __ptr64 -?DestroyOperation@SnmpAutoRetrieveOperation@@IEAAXXZ -; protected: void __cdecl SnmpOperation::DestroyOperation(void) __ptr64 -?DestroyOperation@SnmpOperation@@IEAAXXZ -; protected: void __cdecl SnmpVarBindList::DestroyPosition(class SnmpVarBindList::ListPosition * __ptr64) __ptr64 -?DestroyPosition@SnmpVarBindList@@IEAAXPEAVListPosition@1@@Z -; public: int __cdecl SnmpTrapReceiver::DestroyReceiver(void) __ptr64 -?DestroyReceiver@SnmpTrapReceiver@@QEAAHXZ -; public: virtual int __cdecl SnmpImpSession::DestroySession(void) __ptr64 -?DestroySession@SnmpImpSession@@UEAAHXZ -; protected: static int __cdecl SnmpEncodeDecode::DestroyStaticComponents(void) -?DestroyStaticComponents@SnmpEncodeDecode@@KAHXZ -; public: int __cdecl SnmpVarBindList::Empty(void)const __ptr64 -?Empty@SnmpVarBindList@@QEBAHXZ -; protected: void __cdecl SnmpVarBindList::EmptyLookupTable(void) __ptr64 -?EmptyLookupTable@SnmpVarBindList@@IEAAXXZ -; public: virtual class SnmpObjectIdentifier __cdecl SnmpCounter64Type::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpCounter64Type@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpCounterType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpCounterType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; private: void __cdecl SnmpDateTimeType::Encode(unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64,unsigned long const & __ptr64) __ptr64 -?Encode@SnmpDateTimeType@@AEAAXAEBK0000000000@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpFixedLengthOctetStringType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpFixedLengthOctetStringType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpFixedLengthOpaqueType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpFixedLengthOpaqueType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpGaugeType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpGaugeType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpIntegerType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpIntegerType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpIpAddressType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpIpAddressType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpNetworkAddressType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpNetworkAddressType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpNullType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpNullType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpObjectIdentifierType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpObjectIdentifierType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpOctetStringType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpOctetStringType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpOpaqueType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpOpaqueType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpTimeTicksType::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpTimeTicksType@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual class SnmpObjectIdentifier __cdecl SnmpUInteger32Type::Encode(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Encode@SnmpUInteger32Type@@UEBA?AVSnmpObjectIdentifier@@AEBV2@@Z -; public: virtual int __cdecl SnmpEncodeDecode::EncodeFrame(class SnmpPdu & __ptr64,long,enum SnmpEncodeDecode::PduType,class SnmpErrorReport & __ptr64,class SnmpVarBindList & __ptr64,class SnmpCommunityBasedSecurity * __ptr64 & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64) __ptr64 -?EncodeFrame@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@JW4PduType@1@AEAVSnmpErrorReport@@AEAVSnmpVarBindList@@AEAPEAVSnmpCommunityBasedSecurity@@AEAPEAVSnmpTransportAddress@@5@Z -; public: virtual int __cdecl SnmpEncodeDecode::EncodeFrame(class SnmpPdu & __ptr64,void * __ptr64) __ptr64 -?EncodeFrame@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@PEAX@Z -; private: int __cdecl SnmpEnumeratedType::EnumerationDef(void) __ptr64 -?EnumerationDef@SnmpEnumeratedType@@AEAAHXZ -; protected: virtual int __cdecl SnmpCounter64::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpCounter64@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpCounter64::Equivalent(class SnmpCounter64 const & __ptr64)const __ptr64 -?Equivalent@SnmpCounter64@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpCounter64Type::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpCounter64Type@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpCounter::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpCounter@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpCounter::Equivalent(class SnmpCounter const & __ptr64)const __ptr64 -?Equivalent@SnmpCounter@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpCounterType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpCounterType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpEndOfMibView::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpEndOfMibView@@MEBAHAEBVSnmpValue@@@Z -; protected: virtual int __cdecl SnmpGauge::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpGauge@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpGauge::Equivalent(class SnmpGauge const & __ptr64)const __ptr64 -?Equivalent@SnmpGauge@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpGaugeType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpGaugeType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpInteger::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpInteger@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpInteger::Equivalent(class SnmpInteger const & __ptr64)const __ptr64 -?Equivalent@SnmpInteger@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpIntegerType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpIntegerType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpIpAddress::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpIpAddress@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpIpAddress::Equivalent(class SnmpIpAddress const & __ptr64)const __ptr64 -?Equivalent@SnmpIpAddress@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpIpAddressType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpIpAddressType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpNetworkAddressType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpNetworkAddressType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpNoSuchInstance::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpNoSuchInstance@@MEBAHAEBVSnmpValue@@@Z -; protected: virtual int __cdecl SnmpNoSuchObject::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpNoSuchObject@@MEBAHAEBVSnmpValue@@@Z -; protected: virtual int __cdecl SnmpNull::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpNull@@MEBAHAEBVSnmpValue@@@Z -; protected: virtual int __cdecl SnmpNullType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpNullType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: int __cdecl SnmpObjectIdentifier::Equivalent(class SnmpObjectIdentifier const & __ptr64)const __ptr64 -?Equivalent@SnmpObjectIdentifier@@IEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpObjectIdentifier::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpObjectIdentifier@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpObjectIdentifier::Equivalent(class SnmpObjectIdentifier const & __ptr64,unsigned long)const __ptr64 -?Equivalent@SnmpObjectIdentifier@@QEBAHAEBV1@K@Z -; protected: virtual int __cdecl SnmpObjectIdentifierType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpObjectIdentifierType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpOctetString::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpOctetString@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpOctetString::Equivalent(class SnmpOctetString const & __ptr64)const __ptr64 -?Equivalent@SnmpOctetString@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpOctetStringType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpOctetStringType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpOpaque::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpOpaque@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpOpaque::Equivalent(class SnmpOpaque const & __ptr64)const __ptr64 -?Equivalent@SnmpOpaque@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpOpaqueType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpOpaqueType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpTimeTicks::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpTimeTicks@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpTimeTicks::Equivalent(class SnmpTimeTicks const & __ptr64)const __ptr64 -?Equivalent@SnmpTimeTicks@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpTimeTicksType::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpTimeTicksType@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual int __cdecl SnmpUInteger32::Equivalent(class SnmpValue const & __ptr64)const __ptr64 -?Equivalent@SnmpUInteger32@@MEBAHAEBVSnmpValue@@@Z -; public: int __cdecl SnmpUInteger32::Equivalent(class SnmpUInteger32 const & __ptr64)const __ptr64 -?Equivalent@SnmpUInteger32@@QEBAHAEBV1@@Z -; protected: virtual int __cdecl SnmpUInteger32Type::Equivalent(class SnmpInstanceType const & __ptr64)const __ptr64 -?Equivalent@SnmpUInteger32Type@@MEBAHAEBVSnmpInstanceType@@@Z -; protected: virtual long __cdecl SnmpAutoRetrieveOperation::EvaluateNextRequest(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind & __ptr64) __ptr64 -?EvaluateNextRequest@SnmpAutoRetrieveOperation@@MEAAJAEBKAEBVSnmpVarBind@@1AEAV2@@Z -; protected: virtual void __cdecl GetNextOperation::FrameOverRun(void) __ptr64 -?FrameOverRun@GetNextOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::FrameOverRun(void) __ptr64 -?FrameOverRun@SnmpAutoRetrieveOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpOperation::FrameOverRun(void) __ptr64 -?FrameOverRun@SnmpOperation@@MEAAXXZ -; protected: virtual void __cdecl GetNextOperation::FrameTooBig(void) __ptr64 -?FrameTooBig@GetNextOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::FrameTooBig(void) __ptr64 -?FrameTooBig@SnmpAutoRetrieveOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpOperation::FrameTooBig(void) __ptr64 -?FrameTooBig@SnmpOperation@@MEAAXXZ -; private: void __cdecl SnmpPdu::FreeFrame(void) __ptr64 -?FreeFrame@SnmpPdu@@AEAAXXZ -; protected: void __cdecl SnmpVarBindList::FreeList(void) __ptr64 -?FreeList@SnmpVarBindList@@IEAAXXZ -; private: void __cdecl SnmpPdu::FreePdu(void) __ptr64 -?FreePdu@SnmpPdu@@AEAAXXZ -; public: class SnmpLexicon * __ptr64 __cdecl SnmpAnalyser::Get(int,int,int) __ptr64 -?Get@SnmpAnalyser@@QEAAPEAVSnmpLexicon@@HHH@Z -; private: class SnmpLexicon * __ptr64 __cdecl SnmpBitStringType::Get(void) __ptr64 -?Get@SnmpBitStringType@@AEAAPEAVSnmpLexicon@@XZ -; private: class SnmpLexicon * __ptr64 __cdecl SnmpDateTimeType::Get(void) __ptr64 -?Get@SnmpDateTimeType@@AEAAPEAVSnmpLexicon@@XZ -; private: class SnmpLexicon * __ptr64 __cdecl SnmpEnumeratedType::Get(void) __ptr64 -?Get@SnmpEnumeratedType@@AEAAPEAVSnmpLexicon@@XZ -; protected: class SnmpLexicon * __ptr64 __cdecl SnmpPositiveRangedType::Get(void) __ptr64 -?Get@SnmpPositiveRangedType@@IEAAPEAVSnmpLexicon@@XZ -; public: class SnmpVarBind const * __ptr64 __cdecl SnmpVarBindList::Get(void)const __ptr64 -?Get@SnmpVarBindList@@QEBAPEBVSnmpVarBind@@XZ -; public: virtual char * __ptr64 __cdecl SnmpTransportIpAddress::GetAddress(void) __ptr64 -?GetAddress@SnmpTransportIpAddress@@UEAAPEADXZ -; public: virtual unsigned short __cdecl SnmpTransportIpAddress::GetAddress(unsigned char * __ptr64,unsigned short)const __ptr64 -?GetAddress@SnmpTransportIpAddress@@UEBAGPEAEG@Z -; public: virtual char * __ptr64 __cdecl SnmpTransportIpxAddress::GetAddress(void) __ptr64 -?GetAddress@SnmpTransportIpxAddress@@UEAAPEADXZ -; public: virtual unsigned short __cdecl SnmpTransportIpxAddress::GetAddress(unsigned char * __ptr64,unsigned short)const __ptr64 -?GetAddress@SnmpTransportIpxAddress@@UEBAGPEAEG@Z -; public: virtual unsigned short __cdecl SnmpTransportIpAddress::GetAddressLength(void)const __ptr64 -?GetAddressLength@SnmpTransportIpAddress@@UEBAGXZ -; public: virtual unsigned short __cdecl SnmpTransportIpxAddress::GetAddressLength(void)const __ptr64 -?GetAddressLength@SnmpTransportIpxAddress@@UEBAGXZ -; public: char * __ptr64 __cdecl SnmpObjectIdentifier::GetAllocatedString(void)const __ptr64 -?GetAllocatedString@SnmpObjectIdentifier@@QEBAPEADXZ -; public: char const * __ptr64 __cdecl SnmpCommunityBasedSecurity::GetCommunityName(void)const __ptr64 -?GetCommunityName@SnmpCommunityBasedSecurity@@QEBAPEBDXZ -; public: void __cdecl SnmpCommunityBasedSecurity::GetCommunityName(class SnmpOctetString & __ptr64)const __ptr64 -?GetCommunityName@SnmpCommunityBasedSecurity@@QEBAXAEAVSnmpOctetString@@@Z -; public: virtual int __cdecl SnmpEncodeDecode::GetCommunityName(class SnmpPdu & __ptr64,class SnmpCommunityBasedSecurity & __ptr64) __ptr64 -?GetCommunityName@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpCommunityBasedSecurity@@@Z -; public: virtual class SnmpCommunityBasedSecurity & __ptr64 __cdecl SnmpPdu::GetCommunityName(void) __ptr64 -?GetCommunityName@SnmpPdu@@UEAAAEAVSnmpCommunityBasedSecurity@@XZ -; public: int __cdecl SnmpVarBindList::GetCurrentIndex(void)const __ptr64 -?GetCurrentIndex@SnmpVarBindList@@QEBAHXZ -; public: virtual int __cdecl SnmpEncodeDecode::GetDestinationAddress(class SnmpPdu & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64) __ptr64 -?GetDestinationAddress@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAPEAVSnmpTransportAddress@@@Z -; public: virtual class SnmpTransportAddress & __ptr64 __cdecl SnmpPdu::GetDestinationAddress(void) __ptr64 -?GetDestinationAddress@SnmpPdu@@UEAAAEAVSnmpTransportAddress@@XZ -; public: enum SnmpError __cdecl SnmpErrorReport::GetError(void)const __ptr64 -?GetError@SnmpErrorReport@@QEBA?AW4SnmpError@@XZ -; public: virtual int __cdecl SnmpEncodeDecode::GetErrorReport(class SnmpPdu & __ptr64,class SnmpErrorReport & __ptr64) __ptr64 -?GetErrorReport@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpErrorReport@@@Z -; public: virtual class SnmpErrorReport & __ptr64 __cdecl SnmpPdu::GetErrorReport(void) __ptr64 -?GetErrorReport@SnmpPdu@@UEAAAEAVSnmpErrorReport@@XZ -; public: char * __ptr64 __cdecl GeneralException::GetFile(void) __ptr64 -?GetFile@GeneralException@@QEAAPEADXZ -; public: unsigned long __cdecl SnmpSession::GetFlowControlWindow(void)const __ptr64 -?GetFlowControlWindow@SnmpSession@@QEBAKXZ -; public: unsigned char * __ptr64 __cdecl SnmpPdu::GetFrame(void)const __ptr64 -?GetFrame@SnmpPdu@@QEBAPEAEXZ -; public: unsigned long __cdecl SnmpPdu::GetFrameLength(void)const __ptr64 -?GetFrameLength@SnmpPdu@@QEBAKXZ -; public: unsigned long __cdecl SnmpCounter64::GetHighValue(void)const __ptr64 -?GetHighValue@SnmpCounter64@@QEBAKXZ -; public: unsigned long __cdecl SnmpErrorReport::GetIndex(void)const __ptr64 -?GetIndex@SnmpErrorReport@@QEBAKXZ -; public: class SnmpObjectIdentifier & __ptr64 __cdecl SnmpVarBind::GetInstance(void)const __ptr64 -?GetInstance@SnmpVarBind@@QEBAAEAVSnmpObjectIdentifier@@XZ -; private: int __cdecl SnmpTransportIpAddress::GetIpAddress(char const * __ptr64) __ptr64 -?GetIpAddress@SnmpTransportIpAddress@@AEAAHPEBD@Z -; private: int __cdecl SnmpTransportIpxAddress::GetIpxAddress(char const * __ptr64) __ptr64 -?GetIpxAddress@SnmpTransportIpxAddress@@AEAAHPEBD@Z -; public: unsigned int __cdecl SnmpVarBindList::GetLength(void)const __ptr64 -?GetLength@SnmpVarBindList@@QEBAIXZ -; public: int __cdecl GeneralException::GetLine(void) __ptr64 -?GetLine@GeneralException@@QEAAHXZ -; public: unsigned long __cdecl SnmpCounter64::GetLowValue(void)const __ptr64 -?GetLowValue@SnmpCounter64@@QEBAKXZ -; public: long __cdecl SnmpNegativeRangeType::GetLowerBound(void) __ptr64 -?GetLowerBound@SnmpNegativeRangeType@@QEAAJXZ -; public: unsigned long __cdecl SnmpPositiveRangeType::GetLowerBound(void) __ptr64 -?GetLowerBound@SnmpPositiveRangeType@@QEAAKXZ -; public: class SnmpVarBindListNode * __ptr64 __cdecl SnmpVarBindListNode::GetNext(void) __ptr64 -?GetNext@SnmpVarBindListNode@@QEAAPEAV1@XZ -; private: class SnmpOperation * __ptr64 __cdecl SnmpImpSession::GetOperation(unsigned long) __ptr64 -?GetOperation@SnmpImpSession@@AEAAPEAVSnmpOperation@@K@Z -; public: virtual int __cdecl SnmpEncodeDecode::GetPduType(class SnmpPdu & __ptr64,enum SnmpEncodeDecode::PduType & __ptr64) __ptr64 -?GetPduType@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAW4PduType@1@@Z -; protected: virtual enum SnmpEncodeDecode::PduType __cdecl SnmpGetNextOperation::GetPduType(void) __ptr64 -?GetPduType@SnmpGetNextOperation@@MEAA?AW4PduType@SnmpEncodeDecode@@XZ -; protected: virtual enum SnmpEncodeDecode::PduType __cdecl SnmpGetOperation::GetPduType(void) __ptr64 -?GetPduType@SnmpGetOperation@@MEAA?AW4PduType@SnmpEncodeDecode@@XZ -; public: virtual enum SnmpEncodeDecode::PduType & __ptr64 __cdecl SnmpPdu::GetPduType(void) __ptr64 -?GetPduType@SnmpPdu@@UEAAAEAW4PduType@SnmpEncodeDecode@@XZ -; protected: virtual enum SnmpEncodeDecode::PduType __cdecl SnmpSetOperation::GetPduType(void) __ptr64 -?GetPduType@SnmpSetOperation@@MEAA?AW4PduType@SnmpEncodeDecode@@XZ -; protected: class SnmpVarBindList::ListPosition * __ptr64 __cdecl SnmpVarBindList::GetPosition(void) __ptr64 -?GetPosition@SnmpVarBindList@@IEAAPEAVListPosition@1@XZ -; public: class SnmpVarBindListNode * __ptr64 __cdecl SnmpVarBindListNode::GetPrevious(void) __ptr64 -?GetPrevious@SnmpVarBindListNode@@QEAAPEAV1@XZ -; public: virtual int __cdecl SnmpEncodeDecode::GetRequestId(class SnmpPdu & __ptr64,long & __ptr64) __ptr64 -?GetRequestId@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAJ@Z -; public: virtual long & __ptr64 __cdecl SnmpPdu::GetRequestId(void) __ptr64 -?GetRequestId@SnmpPdu@@UEAAAEAJXZ -; public: unsigned long __cdecl SnmpSession::GetRetryCount(void)const __ptr64 -?GetRetryCount@SnmpSession@@QEBAKXZ -; public: unsigned long __cdecl SnmpSession::GetRetryTimeout(void)const __ptr64 -?GetRetryTimeout@SnmpSession@@QEBAKXZ -; public: enum SnmpRowStatusType::SnmpRowStatusEnum __cdecl SnmpRowStatusType::GetRowStatus(void)const __ptr64 -?GetRowStatus@SnmpRowStatusType@@QEBA?AW4SnmpRowStatusEnum@1@XZ -; public: virtual class SnmpEncodeDecode & __ptr64 __cdecl SnmpImpSession::GetSnmpEncodeDecode(void)const __ptr64 -?GetSnmpEncodeDecode@SnmpImpSession@@UEBAAEAVSnmpEncodeDecode@@XZ -; public: virtual class SnmpSecurity & __ptr64 __cdecl SnmpImpSession::GetSnmpSecurity(void)const __ptr64 -?GetSnmpSecurity@SnmpImpSession@@UEBAAEAVSnmpSecurity@@XZ -; public: virtual int __cdecl SnmpEncodeDecode::GetSourceAddress(class SnmpPdu & __ptr64,class SnmpTransportAddress * __ptr64 & __ptr64) __ptr64 -?GetSourceAddress@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAPEAVSnmpTransportAddress@@@Z -; public: virtual class SnmpTransportAddress & __ptr64 __cdecl SnmpPdu::GetSourceAddress(void) __ptr64 -?GetSourceAddress@SnmpPdu@@UEAAAEAVSnmpTransportAddress@@XZ -; public: enum SnmpStatus __cdecl SnmpErrorReport::GetStatus(void)const __ptr64 -?GetStatus@SnmpErrorReport@@QEBA?AW4SnmpStatus@@XZ -; public: unsigned short * __ptr64 __cdecl CBString::GetString(void) __ptr64 -?GetString@CBString@@QEAAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpBitStringType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpBitStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpCounter64Type::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpCounter64Type@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpCounterType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpCounterType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpDateTimeType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpDateTimeType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpDisplayStringType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpDisplayStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpEnumeratedType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpEnumeratedType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpFixedLengthDisplayStringType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpFixedLengthDisplayStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpFixedLengthPhysAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpFixedLengthPhysAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpGaugeType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpGaugeType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpIPXAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpIPXAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpIntegerType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpIntegerType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpIpAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpIpAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpMacAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpMacAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpNetworkAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpNetworkAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpNullType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpNullType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpOSIAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpOSIAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpObjectIdentifierType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpObjectIdentifierType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpOctetStringType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpOctetStringType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpOpaqueType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpOpaqueType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpPhysAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpPhysAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpRowStatusType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpRowStatusType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpTimeTicksType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpTimeTicksType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpUDPAddressType::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpUDPAddressType@@UEBAPEAGXZ -; public: virtual unsigned short * __ptr64 __cdecl SnmpUInteger32Type::GetStringValue(void)const __ptr64 -?GetStringValue@SnmpUInteger32Type@@UEBAPEAGXZ -; private: class SnmpLexicon * __ptr64 __cdecl SnmpAnalyser::GetToken(int,int,int) __ptr64 -?GetToken@SnmpAnalyser@@AEAAPEAVSnmpLexicon@@HHH@Z -; public: enum SnmpLexicon::LexiconToken __cdecl SnmpLexicon::GetToken(void) __ptr64 -?GetToken@SnmpLexicon@@QEAA?AW4LexiconToken@1@XZ -; public: virtual class SnmpTransportAddress & __ptr64 __cdecl SnmpTransport::GetTransportAddress(void) __ptr64 -?GetTransportAddress@SnmpTransport@@UEAAAEAVSnmpTransportAddress@@XZ -; public: virtual class SnmpTransport & __ptr64 __cdecl SnmpImpSession::GetTransportProtocol(void)const __ptr64 -?GetTransportProtocol@SnmpImpSession@@UEBAAEAVSnmpTransport@@XZ -; public: long __cdecl SnmpNegativeRangeType::GetUpperBound(void) __ptr64 -?GetUpperBound@SnmpNegativeRangeType@@QEAAJXZ -; public: unsigned long __cdecl SnmpPositiveRangeType::GetUpperBound(void) __ptr64 -?GetUpperBound@SnmpPositiveRangeType@@QEAAKXZ -; public: unsigned long __cdecl SnmpBitStringType::GetValue(unsigned short * __ptr64 * __ptr64 & __ptr64)const __ptr64 -?GetValue@SnmpBitStringType@@QEBAKAEAPEAPEAG@Z -; public: void __cdecl SnmpCounter64Type::GetValue(unsigned long & __ptr64,unsigned long & __ptr64)const __ptr64 -?GetValue@SnmpCounter64Type@@QEBAXAEAK0@Z -; public: unsigned long __cdecl SnmpCounter::GetValue(void)const __ptr64 -?GetValue@SnmpCounter@@QEBAKXZ -; public: unsigned long __cdecl SnmpCounterType::GetValue(void)const __ptr64 -?GetValue@SnmpCounterType@@QEBAKXZ -; public: unsigned short * __ptr64 __cdecl SnmpDateTimeType::GetValue(void)const __ptr64 -?GetValue@SnmpDateTimeType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl SnmpDisplayStringType::GetValue(void)const __ptr64 -?GetValue@SnmpDisplayStringType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl SnmpEnumeratedType::GetValue(void)const __ptr64 -?GetValue@SnmpEnumeratedType@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl SnmpFixedLengthDisplayStringType::GetValue(void)const __ptr64 -?GetValue@SnmpFixedLengthDisplayStringType@@QEBAPEAGXZ -; public: unsigned long __cdecl SnmpGauge::GetValue(void)const __ptr64 -?GetValue@SnmpGauge@@QEBAKXZ -; public: unsigned long __cdecl SnmpGaugeType::GetValue(void)const __ptr64 -?GetValue@SnmpGaugeType@@QEBAKXZ -; public: long __cdecl SnmpInteger::GetValue(void)const __ptr64 -?GetValue@SnmpInteger@@QEBAJXZ -; public: long __cdecl SnmpIntegerType::GetValue(void)const __ptr64 -?GetValue@SnmpIntegerType@@QEBAJXZ -; public: unsigned long __cdecl SnmpIpAddress::GetValue(void)const __ptr64 -?GetValue@SnmpIpAddress@@QEBAKXZ -; public: unsigned long __cdecl SnmpIpAddressType::GetValue(void)const __ptr64 -?GetValue@SnmpIpAddressType@@QEBAKXZ -; public: union SnmpLexiconValue * __ptr64 __cdecl SnmpLexicon::GetValue(void) __ptr64 -?GetValue@SnmpLexicon@@QEAAPEATSnmpLexiconValue@@XZ -; public: unsigned long __cdecl SnmpNetworkAddressType::GetValue(void)const __ptr64 -?GetValue@SnmpNetworkAddressType@@QEBAKXZ -; public: unsigned long * __ptr64 __cdecl SnmpObjectIdentifier::GetValue(void)const __ptr64 -?GetValue@SnmpObjectIdentifier@@QEBAPEAKXZ -; public: unsigned long * __ptr64 __cdecl SnmpObjectIdentifierType::GetValue(void)const __ptr64 -?GetValue@SnmpObjectIdentifierType@@QEBAPEAKXZ -; public: unsigned char * __ptr64 __cdecl SnmpOctetString::GetValue(void)const __ptr64 -?GetValue@SnmpOctetString@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl SnmpOctetStringType::GetValue(void)const __ptr64 -?GetValue@SnmpOctetStringType@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl SnmpOpaque::GetValue(void)const __ptr64 -?GetValue@SnmpOpaque@@QEBAPEAEXZ -; public: unsigned char * __ptr64 __cdecl SnmpOpaqueType::GetValue(void)const __ptr64 -?GetValue@SnmpOpaqueType@@QEBAPEAEXZ -; public: unsigned short * __ptr64 __cdecl SnmpRowStatusType::GetValue(void)const __ptr64 -?GetValue@SnmpRowStatusType@@QEBAPEAGXZ -; public: unsigned long __cdecl SnmpTimeTicks::GetValue(void)const __ptr64 -?GetValue@SnmpTimeTicks@@QEBAKXZ -; public: unsigned long __cdecl SnmpTimeTicksType::GetValue(void)const __ptr64 -?GetValue@SnmpTimeTicksType@@QEBAKXZ -; public: unsigned long __cdecl SnmpUInteger32::GetValue(void)const __ptr64 -?GetValue@SnmpUInteger32@@QEBAKXZ -; public: unsigned long __cdecl SnmpUInteger32Type::GetValue(void)const __ptr64 -?GetValue@SnmpUInteger32Type@@QEBAKXZ -; public: class SnmpValue & __ptr64 __cdecl SnmpVarBind::GetValue(void)const __ptr64 -?GetValue@SnmpVarBind@@QEBAAEAVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpCounter64Type::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpCounter64Type@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpCounterType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpCounterType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpGaugeType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpGaugeType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpIntegerType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpIntegerType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpIpAddressType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpIpAddressType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpNetworkAddressType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpNetworkAddressType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpNullType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpNullType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpObjectIdentifierType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpObjectIdentifierType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpOctetStringType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpOctetStringType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpOpaqueType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpOpaqueType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpTimeTicksType::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpTimeTicksType@@UEBAPEBVSnmpValue@@XZ -; public: virtual class SnmpValue const * __ptr64 __cdecl SnmpUInteger32Type::GetValueEncoding(void)const __ptr64 -?GetValueEncoding@SnmpUInteger32Type@@UEBAPEBVSnmpValue@@XZ -; public: unsigned long __cdecl SnmpObjectIdentifier::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpObjectIdentifier@@QEBAKXZ -; public: unsigned long __cdecl SnmpObjectIdentifierType::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpObjectIdentifierType@@QEBAKXZ -; public: unsigned long __cdecl SnmpOctetString::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpOctetString@@QEBAKXZ -; public: unsigned long __cdecl SnmpOctetStringType::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpOctetStringType@@QEBAKXZ -; public: unsigned long __cdecl SnmpOpaque::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpOpaque@@QEBAKXZ -; public: unsigned long __cdecl SnmpOpaqueType::GetValueLength(void)const __ptr64 -?GetValueLength@SnmpOpaqueType@@QEBAKXZ -; public: class SnmpVarBind * __ptr64 __cdecl SnmpVarBindListNode::GetVarBind(void) __ptr64 -?GetVarBind@SnmpVarBindListNode@@QEAAPEAVSnmpVarBind@@XZ -; public: virtual int __cdecl SnmpEncodeDecode::GetVarbindList(class SnmpPdu & __ptr64,class SnmpVarBindList & __ptr64) __ptr64 -?GetVarbindList@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpVarBindList@@@Z -; public: virtual class SnmpVarBindList & __ptr64 __cdecl SnmpPdu::GetVarbindList(void) __ptr64 -?GetVarbindList@SnmpPdu@@UEAAAEAVSnmpVarBindList@@XZ -; public: unsigned long __cdecl SnmpSession::GetVarbindsPerPdu(void)const __ptr64 -?GetVarbindsPerPdu@SnmpSession@@QEBAKXZ -; protected: void * __ptr64 __cdecl SnmpEncodeDecode::GetWinSnmpSession(void) __ptr64 -?GetWinSnmpSession@SnmpEncodeDecode@@IEAAPEAXXZ -; protected: void __cdecl SnmpVarBindList::GoBackward(class SnmpVarBindListNode * __ptr64,unsigned int) __ptr64 -?GoBackward@SnmpVarBindList@@IEAAXPEAVSnmpVarBindListNode@@I@Z -; protected: void __cdecl SnmpVarBindList::GoForward(class SnmpVarBindListNode * __ptr64,unsigned int) __ptr64 -?GoForward@SnmpVarBindList@@IEAAXPEAVSnmpVarBindListNode@@I@Z -; protected: int __cdecl SnmpVarBindList::GotoIndex(unsigned int) __ptr64 -?GotoIndex@SnmpVarBindList@@IEAAHI@Z -; protected: void __cdecl SnmpVarBindList::GotoPosition(class SnmpVarBindList::ListPosition * __ptr64) __ptr64 -?GotoPosition@SnmpVarBindList@@IEAAXPEAVListPosition@1@@Z -; private: void __cdecl SnmpImpSession::HandleDeletionEvent(void) __ptr64 -?HandleDeletionEvent@SnmpImpSession@@AEAAXXZ -; private: void __cdecl SnmpImpSession::HandleSentFrame(unsigned long,class SnmpOperation * __ptr64) __ptr64 -?HandleSentFrame@SnmpImpSession@@AEAAXKPEAVSnmpOperation@@@Z -; protected: virtual void __cdecl SnmpImpTransport::HandleSentFrame(unsigned long) __ptr64 -?HandleSentFrame@SnmpImpTransport@@MEAAXK@Z -; public: static unsigned long __cdecl SnmpAnalyser::HexCharToDecInteger(char) -?HexCharToDecInteger@SnmpAnalyser@@SAKD@Z -; public: static unsigned long __cdecl SnmpAnalyser::HexWCharToDecInteger(unsigned short) -?HexWCharToDecInteger@SnmpAnalyser@@SAKG@Z -; protected: virtual void __cdecl SnmpAnalyser::Initialise(void) __ptr64 -?Initialise@SnmpAnalyser@@MEAAXXZ -; protected: void __cdecl SnmpCommunityBasedSecurity::Initialize(void) __ptr64 -?Initialize@SnmpCommunityBasedSecurity@@IEAAXXZ -; protected: virtual void __cdecl SnmpObjectIdentifier::Initialize(unsigned long const * __ptr64,unsigned long) __ptr64 -?Initialize@SnmpObjectIdentifier@@MEAAXPEBKK@Z -; protected: virtual void __cdecl SnmpOctetString::Initialize(unsigned char const * __ptr64,unsigned long) __ptr64 -?Initialize@SnmpOctetString@@MEAAXPEBEK@Z -; private: void __cdecl SnmpPdu::Initialize(unsigned char const * __ptr64,unsigned long const & __ptr64) __ptr64 -?Initialize@SnmpPdu@@AEAAXPEBEAEBK@Z -; protected: void __cdecl SnmpVarBindList::Initialize(class SnmpVarBindList & __ptr64) __ptr64 -?Initialize@SnmpVarBindList@@IEAAXAEAV1@@Z -; private: void __cdecl SnmpPdu::InitializeObject(class SnmpPdu & __ptr64) __ptr64 -?InitializeObject@SnmpPdu@@AEAAXAEAV1@@Z -; protected: static int __cdecl SnmpEncodeDecode::InitializeStaticComponents(void) -?InitializeStaticComponents@SnmpEncodeDecode@@KAHXZ -; private: void __cdecl SnmpV1EncodeDecode::InitializeVariables(void) __ptr64 -?InitializeVariables@SnmpV1EncodeDecode@@AEAAXXZ -; private: void __cdecl SnmpV2CEncodeDecode::InitializeVariables(void) __ptr64 -?InitializeVariables@SnmpV2CEncodeDecode@@AEAAXXZ -; protected: void __cdecl SnmpVarBindList::Insert(class SnmpVarBindListNode * __ptr64,class SnmpVarBindListNode * __ptr64) __ptr64 -?Insert@SnmpVarBindList@@IEAAXPEAVSnmpVarBindListNode@@0@Z -; public: static int __cdecl SnmpAnalyser::IsAlpha(unsigned short) -?IsAlpha@SnmpAnalyser@@SAHG@Z -; public: static int __cdecl SnmpAnalyser::IsAlphaNumeric(unsigned short) -?IsAlphaNumeric@SnmpAnalyser@@SAHG@Z -; public: static int __cdecl SnmpAnalyser::IsDecimal(unsigned short) -?IsDecimal@SnmpAnalyser@@SAHG@Z -; public: static int __cdecl SnmpAnalyser::IsEof(unsigned short) -?IsEof@SnmpAnalyser@@SAHG@Z -; public: static int __cdecl SnmpAnalyser::IsHex(unsigned short) -?IsHex@SnmpAnalyser@@SAHG@Z -; public: static int __cdecl SnmpAnalyser::IsLeadingDecimal(unsigned short) -?IsLeadingDecimal@SnmpAnalyser@@SAHG@Z -; public: virtual int __cdecl SnmpInstanceType::IsNull(void)const __ptr64 -?IsNull@SnmpInstanceType@@UEBAHXZ -; public: static int __cdecl SnmpAnalyser::IsOctal(unsigned short) -?IsOctal@SnmpAnalyser@@SAHG@Z -; public: int __cdecl SnmpTrapReceiver::IsRegistered(void) __ptr64 -?IsRegistered@SnmpTrapReceiver@@QEAAHXZ -; public: virtual int __cdecl SnmpCounter64Type::IsSNMPV1Type(void)const __ptr64 -?IsSNMPV1Type@SnmpCounter64Type@@UEBAHXZ -; public: virtual int __cdecl SnmpInstanceType::IsSNMPV1Type(void)const __ptr64 -?IsSNMPV1Type@SnmpInstanceType@@UEBAHXZ -; public: virtual int __cdecl SnmpInstanceType::IsSNMPV2CType(void)const __ptr64 -?IsSNMPV2CType@SnmpInstanceType@@UEBAHXZ -; public: virtual int __cdecl SnmpNullType::IsSNMPV2CType(void)const __ptr64 -?IsSNMPV2CType@SnmpNullType@@UEBAHXZ -; public: virtual int __cdecl SnmpInstanceType::IsValid(void)const __ptr64 -?IsValid@SnmpInstanceType@@UEBAHXZ -; public: int __cdecl SnmpPositiveRangedType::IsValid(void) __ptr64 -?IsValid@SnmpPositiveRangedType@@QEAAHXZ -; public: virtual int __cdecl SnmpTransportIpAddress::IsValid(void)const __ptr64 -?IsValid@SnmpTransportIpAddress@@UEBAHXZ -; public: virtual int __cdecl SnmpTransportIpxAddress::IsValid(void)const __ptr64 -?IsValid@SnmpTransportIpxAddress@@UEBAHXZ -; public: static int __cdecl SnmpAnalyser::IsWhitespace(unsigned short) -?IsWhitespace@SnmpAnalyser@@SAHG@Z -; private: class SnmpLexicon * __ptr64 __cdecl SnmpBitStringType::Match(enum SnmpLexicon::LexiconToken) __ptr64 -?Match@SnmpBitStringType@@AEAAPEAVSnmpLexicon@@W4LexiconToken@2@@Z -; private: class SnmpLexicon * __ptr64 __cdecl SnmpDateTimeType::Match(enum SnmpLexicon::LexiconToken) __ptr64 -?Match@SnmpDateTimeType@@AEAAPEAVSnmpLexicon@@W4LexiconToken@2@@Z -; private: class SnmpLexicon * __ptr64 __cdecl SnmpEnumeratedType::Match(enum SnmpLexicon::LexiconToken) __ptr64 -?Match@SnmpEnumeratedType@@AEAAPEAVSnmpLexicon@@W4LexiconToken@2@@Z -; protected: class SnmpLexicon * __ptr64 __cdecl SnmpPositiveRangedType::Match(enum SnmpLexicon::LexiconToken) __ptr64 -?Match@SnmpPositiveRangedType@@IEAAPEAVSnmpLexicon@@W4LexiconToken@2@@Z -; public: int __cdecl SnmpVarBindList::Next(void) __ptr64 -?Next@SnmpVarBindList@@QEAAHXZ -; private: void __cdecl SnmpImpSession::NotifyOperation(unsigned long,class SnmpPdu const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?NotifyOperation@SnmpImpSession@@AEAAXKAEBVSnmpPdu@@AEBVSnmpErrorReport@@@Z -; public: static unsigned long __cdecl SnmpAnalyser::OctCharToDecInteger(char) -?OctCharToDecInteger@SnmpAnalyser@@SAKD@Z -; public: static unsigned long __cdecl SnmpAnalyser::OctWCharToDecInteger(unsigned short) -?OctWCharToDecInteger@SnmpAnalyser@@SAKG@Z -; private: void __cdecl SnmpObjectIdentifier::OverWrite(unsigned long const * __ptr64) __ptr64 -?OverWrite@SnmpObjectIdentifier@@AEAAXPEBK@Z -; private: void __cdecl SnmpOctetString::OverWrite(unsigned char const * __ptr64) __ptr64 -?OverWrite@SnmpOctetString@@AEAAXPEBE@Z -; private: int __cdecl SnmpBitStringType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpBitStringType@@AEAAHPEBG@Z -; protected: int __cdecl SnmpCounter64Type::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpCounter64Type@@IEAAHPEBG@Z -; protected: int __cdecl SnmpCounterType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpCounterType@@IEAAHPEBG@Z -; private: int __cdecl SnmpDateTimeType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpDateTimeType@@AEAAHPEBG@Z -; private: int __cdecl SnmpEnumeratedType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpEnumeratedType@@AEAAHPEBG@Z -; protected: int __cdecl SnmpFixedLengthPhysAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpFixedLengthPhysAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpGaugeType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpGaugeType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpIPXAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpIPXAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpIntegerType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpIntegerType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpIpAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpIpAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpMacAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpMacAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpNetworkAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpNetworkAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpOSIAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpOSIAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpObjectIdentifierType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpObjectIdentifierType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpOctetStringType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpOctetStringType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpOpaqueType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpOpaqueType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpPhysAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpPhysAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpPositiveRangedType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpPositiveRangedType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpTimeTicksType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpTimeTicksType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpUDPAddressType::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpUDPAddressType@@IEAAHPEBG@Z -; protected: int __cdecl SnmpUInteger32Type::Parse(unsigned short const * __ptr64) __ptr64 -?Parse@SnmpUInteger32Type@@IEAAHPEBG@Z -; private: void __cdecl SnmpImpSession::PostSentFrameEvent(unsigned long,class SnmpOperation & __ptr64,class SnmpErrorReport) __ptr64 -?PostSentFrameEvent@SnmpImpSession@@AEAAXKAEAVSnmpOperation@@VSnmpErrorReport@@@Z -; public: int __cdecl SnmpObjectIdentifier::Prefix(unsigned long,class SnmpObjectIdentifier & __ptr64)const __ptr64 -?Prefix@SnmpObjectIdentifier@@QEBAHKAEAV1@@Z -; private: long __cdecl SnmpOperation::ProcessInternalEvent(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) __ptr64 -?ProcessInternalEvent@SnmpOperation@@AEAAJPEAUHWND__@@I_K_J@Z -; private: int __cdecl GetNextOperation::ProcessRow(void) __ptr64 -?ProcessRow@GetNextOperation@@AEAAHXZ -; private: void __cdecl SnmpBitStringType::PushBack(void) __ptr64 -?PushBack@SnmpBitStringType@@AEAAXXZ -; private: void __cdecl SnmpDateTimeType::PushBack(void) __ptr64 -?PushBack@SnmpDateTimeType@@AEAAXXZ -; private: void __cdecl SnmpEnumeratedType::PushBack(void) __ptr64 -?PushBack@SnmpEnumeratedType@@AEAAXXZ -; protected: void __cdecl SnmpPositiveRangedType::PushBack(void) __ptr64 -?PushBack@SnmpPositiveRangedType@@IEAAXXZ -; public: void __cdecl SnmpAnalyser::PutBack(class SnmpLexicon const * __ptr64) __ptr64 -?PutBack@SnmpAnalyser@@QEAAXPEBVSnmpLexicon@@@Z -; protected: int __cdecl SnmpPositiveRangedType::RangeDef(void) __ptr64 -?RangeDef@SnmpPositiveRangedType@@IEAAHXZ -; private: void __cdecl SnmpOperation::ReceiveErroredResponse(unsigned long,class SnmpVarBindList & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveErroredResponse@SnmpOperation@@AEAAXKAEAVSnmpVarBindList@@AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl GetNextOperation::ReceiveErroredVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveErroredVarBindResponse@GetNextOperation@@MEAAXAEBKAEBVSnmpVarBind@@AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::ReceiveErroredVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveErroredVarBindResponse@SnmpAutoRetrieveOperation@@MEAAXAEBKAEBVSnmpVarBind@@AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl SnmpOperation::ReceiveErroredVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveErroredVarBindResponse@SnmpOperation@@MEAAXAEBKAEBVSnmpVarBind@@AEBVSnmpErrorReport@@@Z -; public: void __cdecl SnmpAutoRetrieveOperation::ReceiveFrame(unsigned long,class SnmpPdu const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveFrame@SnmpAutoRetrieveOperation@@QEAAXKAEBVSnmpPdu@@AEBVSnmpErrorReport@@@Z -; public: void __cdecl SnmpOperation::ReceiveFrame(unsigned long,class SnmpPdu const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveFrame@SnmpOperation@@QEAAXKAEBVSnmpPdu@@AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl GetNextOperation::ReceiveResponse(void) __ptr64 -?ReceiveResponse@GetNextOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::ReceiveResponse(void) __ptr64 -?ReceiveResponse@SnmpAutoRetrieveOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpOperation::ReceiveResponse(void) __ptr64 -?ReceiveResponse@SnmpOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::ReceiveRowResponse(void) __ptr64 -?ReceiveRowResponse@SnmpAutoRetrieveOperation@@MEAAXXZ -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::ReceiveRowVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveRowVarBindResponse@SnmpAutoRetrieveOperation@@MEAAXAEBKAEBVSnmpVarBind@@1AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl GetNextOperation::ReceiveVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveVarBindResponse@GetNextOperation@@MEAAXAEBKAEBVSnmpVarBind@@1AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl SnmpAutoRetrieveOperation::ReceiveVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveVarBindResponse@SnmpAutoRetrieveOperation@@MEAAXAEBKAEBVSnmpVarBind@@1AEBVSnmpErrorReport@@@Z -; protected: virtual void __cdecl SnmpOperation::ReceiveVarBindResponse(unsigned long const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpVarBind const & __ptr64,class SnmpErrorReport const & __ptr64) __ptr64 -?ReceiveVarBindResponse@SnmpOperation@@MEAAXAEBKAEBVSnmpVarBind@@1AEBVSnmpErrorReport@@@Z -; private: int __cdecl SnmpBitStringType::RecursiveDef(void) __ptr64 -?RecursiveDef@SnmpBitStringType@@AEAAHXZ -; private: int __cdecl SnmpEnumeratedType::RecursiveDef(void) __ptr64 -?RecursiveDef@SnmpEnumeratedType@@AEAAHXZ -; protected: int __cdecl SnmpPositiveRangedType::RecursiveDef(void) __ptr64 -?RecursiveDef@SnmpPositiveRangedType@@IEAAHXZ -; public: virtual void __cdecl SnmpImpSession::RegisterOperation(class SnmpOperation & __ptr64) __ptr64 -?RegisterOperation@SnmpImpSession@@UEAAXAEAVSnmpOperation@@@Z -; protected: void __cdecl SnmpVarBindList::Release(class SnmpVarBindListNode * __ptr64) __ptr64 -?Release@SnmpVarBindList@@IEAAXPEAVSnmpVarBindListNode@@@Z -; public: void __cdecl SnmpVarBindList::Remove(void) __ptr64 -?Remove@SnmpVarBindList@@QEAAXXZ -; protected: virtual unsigned long * __ptr64 __cdecl SnmpObjectIdentifier::Replicate(unsigned long const * __ptr64,unsigned long,unsigned long const * __ptr64,unsigned long)const __ptr64 -?Replicate@SnmpObjectIdentifier@@MEBAPEAKPEBKK0K@Z -; protected: virtual unsigned long * __ptr64 __cdecl SnmpObjectIdentifier::Replicate(unsigned long const * __ptr64,unsigned long)const __ptr64 -?Replicate@SnmpObjectIdentifier@@MEBAPEAKPEBKK@Z -; protected: virtual unsigned char * __ptr64 __cdecl SnmpOctetString::Replicate(unsigned char const * __ptr64,unsigned long) __ptr64 -?Replicate@SnmpOctetString@@MEAAPEAEPEBEK@Z -; protected: virtual void __cdecl SnmpVarBind::Replicate(class SnmpObjectIdentifier const & __ptr64,class SnmpValue const & __ptr64) __ptr64 -?Replicate@SnmpVarBind@@MEAAXAEBVSnmpObjectIdentifier@@AEBVSnmpValue@@@Z -; public: void __cdecl SnmpVarBindList::Reset(void) __ptr64 -?Reset@SnmpVarBindList@@QEAAXXZ -; public: static unsigned long __cdecl SnmpImpSession::RetryCount(unsigned long) -?RetryCount@SnmpImpSession@@SAKK@Z -; public: static unsigned long __cdecl SnmpImpSession::RetryTimeout(unsigned long) -?RetryTimeout@SnmpImpSession@@SAKK@Z -; public: virtual class SnmpErrorReport __cdecl SnmpCommunityBasedSecurity::Secure(class SnmpEncodeDecode & __ptr64,class SnmpPdu & __ptr64) __ptr64 -?Secure@SnmpCommunityBasedSecurity@@UEAA?AVSnmpErrorReport@@AEAVSnmpEncodeDecode@@AEAVSnmpPdu@@@Z -; private: void __cdecl GetNextOperation::Send(void) __ptr64 -?Send@GetNextOperation@@AEAAXXZ -; private: void __cdecl SnmpOperation::SendFrame(class VBList & __ptr64) __ptr64 -?SendFrame@SnmpOperation@@AEAAXAEAVVBList@@@Z -; public: void __cdecl GetNextOperation::SendRequest(class SnmpVarBindList & __ptr64,class SnmpVarBindList & __ptr64) __ptr64 -?SendRequest@GetNextOperation@@QEAAXAEAVSnmpVarBindList@@0@Z -; public: virtual void __cdecl GetNextOperation::SendRequest(class SnmpVarBindList & __ptr64) __ptr64 -?SendRequest@GetNextOperation@@UEAAXAEAVSnmpVarBindList@@@Z -; public: virtual void __cdecl SnmpAutoRetrieveOperation::SendRequest(class SnmpVarBindList & __ptr64,class SnmpVarBindList & __ptr64) __ptr64 -?SendRequest@SnmpAutoRetrieveOperation@@UEAAXAEAVSnmpVarBindList@@0@Z -; public: virtual void __cdecl SnmpAutoRetrieveOperation::SendRequest(class SnmpVarBindList & __ptr64) __ptr64 -?SendRequest@SnmpAutoRetrieveOperation@@UEAAXAEAVSnmpVarBindList@@@Z -; private: void __cdecl SnmpOperation::SendRequest(class SnmpVarBindList & __ptr64,class SnmpSecurity * __ptr64) __ptr64 -?SendRequest@SnmpOperation@@AEAAXAEAVSnmpVarBindList@@PEAVSnmpSecurity@@@Z -; public: virtual void __cdecl SnmpOperation::SendRequest(class SnmpVarBindList & __ptr64) __ptr64 -?SendRequest@SnmpOperation@@UEAAXAEAVSnmpVarBindList@@@Z -; public: virtual void __cdecl SnmpOperation::SendRequest(class SnmpVarBindList & __ptr64,class SnmpSecurity & __ptr64) __ptr64 -?SendRequest@SnmpOperation@@UEAAXAEAVSnmpVarBindList@@AEAVSnmpSecurity@@@Z -; private: void __cdecl SnmpOperation::SendVarBindList(class SnmpVarBindList & __ptr64,unsigned int,unsigned long) __ptr64 -?SendVarBindList@SnmpOperation@@AEAAXAEAVSnmpVarBindList@@IK@Z -; protected: virtual void __cdecl GetNextOperation::SentFrame(unsigned long,class SnmpErrorReport const & __ptr64) __ptr64 -?SentFrame@GetNextOperation@@MEAAXKAEBVSnmpErrorReport@@@Z -; public: virtual void __cdecl SnmpAutoRetrieveOperation::SentFrame(unsigned long,class SnmpErrorReport const & __ptr64) __ptr64 -?SentFrame@SnmpAutoRetrieveOperation@@UEAAXKAEBVSnmpErrorReport@@@Z -; public: virtual void __cdecl SnmpOperation::SentFrame(unsigned long,class SnmpErrorReport const & __ptr64) __ptr64 -?SentFrame@SnmpOperation@@UEAAXKAEBVSnmpErrorReport@@@Z -; public: virtual class SnmpErrorReport __cdecl SnmpImpSession::SessionCancelFrame(unsigned long) __ptr64 -?SessionCancelFrame@SnmpImpSession@@UEAA?AVSnmpErrorReport@@K@Z -; protected: virtual void __cdecl SnmpSession::SessionFlowControlOff(void) __ptr64 -?SessionFlowControlOff@SnmpSession@@MEAAXXZ -; protected: virtual void __cdecl SnmpSession::SessionFlowControlOn(void) __ptr64 -?SessionFlowControlOn@SnmpSession@@MEAAXXZ -; public: virtual void __cdecl SnmpImpSession::SessionReceiveFrame(class SnmpPdu & __ptr64,class SnmpErrorReport & __ptr64) __ptr64 -?SessionReceiveFrame@SnmpImpSession@@UEAAXAEAVSnmpPdu@@AEAVSnmpErrorReport@@@Z -; public: virtual void __cdecl SnmpImpSession::SessionSendFrame(class SnmpOperation & __ptr64,unsigned long & __ptr64,class SnmpPdu & __ptr64) __ptr64 -?SessionSendFrame@SnmpImpSession@@UEAAXAEAVSnmpOperation@@AEAKAEAVSnmpPdu@@@Z -; public: virtual void __cdecl SnmpImpSession::SessionSendFrame(class SnmpOperation & __ptr64,unsigned long & __ptr64,class SnmpPdu & __ptr64,class SnmpSecurity & __ptr64) __ptr64 -?SessionSendFrame@SnmpImpSession@@UEAAXAEAVSnmpOperation@@AEAKAEAVSnmpPdu@@AEAVSnmpSecurity@@@Z -; public: virtual void __cdecl SnmpImpSession::SessionSentFrame(unsigned long,class SnmpErrorReport & __ptr64) __ptr64 -?SessionSentFrame@SnmpImpSession@@UEAAXKAEAVSnmpErrorReport@@@Z -; public: void __cdecl SnmpAnalyser::Set(unsigned short const * __ptr64) __ptr64 -?Set@SnmpAnalyser@@QEAAXPEBG@Z -; public: void __cdecl SnmpCommunityBasedSecurity::SetCommunityName(class SnmpOctetString const & __ptr64) __ptr64 -?SetCommunityName@SnmpCommunityBasedSecurity@@QEAAXAEBVSnmpOctetString@@@Z -; public: void __cdecl SnmpCommunityBasedSecurity::SetCommunityName(char const * __ptr64) __ptr64 -?SetCommunityName@SnmpCommunityBasedSecurity@@QEAAXPEBD@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetCommunityName(class SnmpPdu & __ptr64,class SnmpCommunityBasedSecurity & __ptr64) __ptr64 -?SetCommunityName@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpCommunityBasedSecurity@@@Z -; public: virtual int __cdecl SnmpPdu::SetCommunityName(class SnmpCommunityBasedSecurity & __ptr64) __ptr64 -?SetCommunityName@SnmpPdu@@UEAAHAEAVSnmpCommunityBasedSecurity@@@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetDestinationAddress(class SnmpPdu & __ptr64,class SnmpTransportAddress & __ptr64) __ptr64 -?SetDestinationAddress@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpTransportAddress@@@Z -; public: virtual int __cdecl SnmpPdu::SetDestinationAddress(class SnmpTransportAddress & __ptr64) __ptr64 -?SetDestinationAddress@SnmpPdu@@UEAAHAEAVSnmpTransportAddress@@@Z -; public: void __cdecl SnmpErrorReport::SetError(enum SnmpError) __ptr64 -?SetError@SnmpErrorReport@@QEAAXW4SnmpError@@@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetErrorReport(class SnmpPdu & __ptr64,class SnmpErrorReport & __ptr64) __ptr64 -?SetErrorReport@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpErrorReport@@@Z -; public: virtual int __cdecl SnmpPdu::SetErrorReport(class SnmpErrorReport & __ptr64) __ptr64 -?SetErrorReport@SnmpPdu@@UEAAHAEAVSnmpErrorReport@@@Z -; public: void __cdecl SnmpErrorReport::SetIndex(unsigned long) __ptr64 -?SetIndex@SnmpErrorReport@@QEAAXK@Z -; public: void __cdecl SnmpNegativeRangeType::SetLowerBound(long const & __ptr64) __ptr64 -?SetLowerBound@SnmpNegativeRangeType@@QEAAXAEBJ@Z -; public: void __cdecl SnmpPositiveRangeType::SetLowerBound(unsigned long const & __ptr64) __ptr64 -?SetLowerBound@SnmpPositiveRangeType@@QEAAXAEBK@Z -; public: void __cdecl SnmpVarBindListNode::SetNext(class SnmpVarBindListNode * __ptr64) __ptr64 -?SetNext@SnmpVarBindListNode@@QEAAXPEAV1@@Z -; public: void __cdecl SnmpInstanceType::SetNull(int) __ptr64 -?SetNull@SnmpInstanceType@@QEAAXH@Z -; public: void __cdecl SnmpPdu::SetPdu(class SnmpPdu & __ptr64) __ptr64 -?SetPdu@SnmpPdu@@QEAAXAEAV1@@Z -; public: void __cdecl SnmpPdu::SetPdu(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetPdu@SnmpPdu@@QEAAXPEBEK@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetPduType(class SnmpPdu & __ptr64,enum SnmpEncodeDecode::PduType) __ptr64 -?SetPduType@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@W4PduType@1@@Z -; public: virtual int __cdecl SnmpPdu::SetPduType(enum SnmpEncodeDecode::PduType) __ptr64 -?SetPduType@SnmpPdu@@UEAAHW4PduType@SnmpEncodeDecode@@@Z -; public: void __cdecl SnmpVarBindListNode::SetPrevious(class SnmpVarBindListNode * __ptr64) __ptr64 -?SetPrevious@SnmpVarBindListNode@@QEAAXPEAV1@@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetRequestId(class SnmpPdu & __ptr64,long) __ptr64 -?SetRequestId@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@J@Z -; public: virtual int __cdecl SnmpPdu::SetRequestId(long) __ptr64 -?SetRequestId@SnmpPdu@@UEAAHJ@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetSourceAddress(class SnmpPdu & __ptr64,class SnmpTransportAddress & __ptr64) __ptr64 -?SetSourceAddress@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpTransportAddress@@@Z -; public: virtual int __cdecl SnmpPdu::SetSourceAddress(class SnmpTransportAddress & __ptr64) __ptr64 -?SetSourceAddress@SnmpPdu@@UEAAHAEAVSnmpTransportAddress@@@Z -; public: void __cdecl SnmpErrorReport::SetStatus(enum SnmpStatus) __ptr64 -?SetStatus@SnmpErrorReport@@QEAAXW4SnmpStatus@@@Z -; public: void __cdecl SnmpInstanceType::SetStatus(int) __ptr64 -?SetStatus@SnmpInstanceType@@QEAAXH@Z -; public: void __cdecl SnmpPositiveRangedType::SetStatus(int const & __ptr64) __ptr64 -?SetStatus@SnmpPositiveRangedType@@QEAAXAEBH@Z -; public: void __cdecl SnmpLexicon::SetToken(enum SnmpLexicon::LexiconToken) __ptr64 -?SetToken@SnmpLexicon@@QEAAXW4LexiconToken@1@@Z -; protected: virtual void __cdecl SnmpV1EncodeDecode::SetTranslateMode(void) __ptr64 -?SetTranslateMode@SnmpV1EncodeDecode@@MEAAXXZ -; protected: virtual void __cdecl SnmpV2CEncodeDecode::SetTranslateMode(void) __ptr64 -?SetTranslateMode@SnmpV2CEncodeDecode@@MEAAXXZ -; public: void __cdecl SnmpNegativeRangeType::SetUpperBound(long const & __ptr64) __ptr64 -?SetUpperBound@SnmpNegativeRangeType@@QEAAXAEBJ@Z -; public: void __cdecl SnmpPositiveRangeType::SetUpperBound(unsigned long const & __ptr64) __ptr64 -?SetUpperBound@SnmpPositiveRangeType@@QEAAXAEBK@Z -; public: void __cdecl SnmpCounter64::SetValue(unsigned long,unsigned long) __ptr64 -?SetValue@SnmpCounter64@@QEAAXKK@Z -; public: void __cdecl SnmpCounter::SetValue(unsigned long) __ptr64 -?SetValue@SnmpCounter@@QEAAXK@Z -; public: void __cdecl SnmpGauge::SetValue(unsigned long) __ptr64 -?SetValue@SnmpGauge@@QEAAXK@Z -; public: void __cdecl SnmpInteger::SetValue(long) __ptr64 -?SetValue@SnmpInteger@@QEAAXJ@Z -; public: void __cdecl SnmpIpAddress::SetValue(unsigned long) __ptr64 -?SetValue@SnmpIpAddress@@QEAAXK@Z -; public: void __cdecl SnmpObjectIdentifier::SetValue(unsigned long const * __ptr64,unsigned long) __ptr64 -?SetValue@SnmpObjectIdentifier@@QEAAXPEBKK@Z -; public: void __cdecl SnmpOctetString::SetValue(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetValue@SnmpOctetString@@QEAAXPEBEK@Z -; public: void __cdecl SnmpOpaque::SetValue(unsigned char const * __ptr64,unsigned long) __ptr64 -?SetValue@SnmpOpaque@@QEAAXPEBEK@Z -; public: void __cdecl SnmpTimeTicks::SetValue(unsigned long) __ptr64 -?SetValue@SnmpTimeTicks@@QEAAXK@Z -; public: void __cdecl SnmpUInteger32::SetValue(unsigned long) __ptr64 -?SetValue@SnmpUInteger32@@QEAAXK@Z -; public: virtual int __cdecl SnmpEncodeDecode::SetVarBindList(class SnmpPdu & __ptr64,class SnmpVarBindList & __ptr64) __ptr64 -?SetVarBindList@SnmpEncodeDecode@@UEAAHAEAVSnmpPdu@@AEAVSnmpVarBindList@@@Z -; public: virtual int __cdecl SnmpPdu::SetVarBindList(class SnmpVarBindList & __ptr64) __ptr64 -?SetVarBindList@SnmpPdu@@UEAAHAEAVSnmpVarBindList@@@Z -; public: static int __cdecl SnmpClassLibrary::Startup(void) -?Startup@SnmpClassLibrary@@SAHXZ -; public: int __cdecl SnmpObjectIdentifier::Suffix(unsigned long,class SnmpObjectIdentifier & __ptr64)const __ptr64 -?Suffix@SnmpObjectIdentifier@@QEBAHKAEAV1@@Z -; protected: virtual void __cdecl SnmpImpTransport::TransportFlowControlOff(void) __ptr64 -?TransportFlowControlOff@SnmpImpTransport@@MEAAXXZ -; protected: virtual void __cdecl SnmpImpTransport::TransportFlowControlOn(void) __ptr64 -?TransportFlowControlOn@SnmpImpTransport@@MEAAXXZ -; public: virtual void __cdecl SnmpImpTransport::TransportReceiveFrame(class SnmpPdu & __ptr64,class SnmpErrorReport & __ptr64) __ptr64 -?TransportReceiveFrame@SnmpImpTransport@@UEAAXAEAVSnmpPdu@@AEAVSnmpErrorReport@@@Z -; public: virtual void __cdecl SnmpImpTransport::TransportSendFrame(unsigned long & __ptr64,class SnmpPdu & __ptr64) __ptr64 -?TransportSendFrame@SnmpImpTransport@@UEAAXAEAKAEAVSnmpPdu@@@Z -; public: virtual void __cdecl SnmpImpTransport::TransportSentFrame(unsigned long,class SnmpErrorReport & __ptr64) __ptr64 -?TransportSentFrame@SnmpImpTransport@@UEAAXKAEAVSnmpErrorReport@@@Z -; protected: virtual void __cdecl SnmpObjectIdentifier::UnReplicate(unsigned long * __ptr64) __ptr64 -?UnReplicate@SnmpObjectIdentifier@@MEAAXPEAK@Z -; protected: virtual void __cdecl SnmpOctetString::UnReplicate(unsigned char * __ptr64) __ptr64 -?UnReplicate@SnmpOctetString@@MEAAXPEAE@Z -; unsigned short * __ptr64 __cdecl UnicodeStringAppend(unsigned short const * __ptr64,unsigned short const * __ptr64) -?UnicodeStringAppend@@YAPEAGPEBG0@Z -; unsigned short * __ptr64 __cdecl UnicodeStringDuplicate(unsigned short const * __ptr64) -?UnicodeStringDuplicate@@YAPEAGPEBG@Z -; char * __ptr64 __cdecl UnicodeToDbcsString(unsigned short const * __ptr64) -?UnicodeToDbcsString@@YAPEADPEBG@Z -; public: static int __cdecl SnmpTransportIpAddress::ValidateAddress(char const * __ptr64,unsigned long) -?ValidateAddress@SnmpTransportIpAddress@@SAHPEBDK@Z -; public: static int __cdecl SnmpTransportIpxAddress::ValidateAddress(char const * __ptr64) -?ValidateAddress@SnmpTransportIpxAddress@@SAHPEBD@Z -; public: static unsigned long __cdecl SnmpImpSession::VarbindsPerPdu(unsigned long) -?VarbindsPerPdu@SnmpImpSession@@SAKK@Z -; public: static unsigned long __cdecl SnmpImpSession::WindowSize(unsigned long) -?WindowSize@SnmpImpSession@@SAKK@Z -; private: static unsigned long SnmpImpTransport::next_transport_frame_id -?next_transport_frame_id@SnmpImpTransport@@0KA DATA -; protected: static class CriticalSection SnmpEncodeDecode::s_CriticalSection -?s_CriticalSection@SnmpEncodeDecode@@1VCriticalSection@@A DATA -; protected: static long SnmpClassLibrary::s_ReferenceCount -?s_ReferenceCount@SnmpClassLibrary@@1JA DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpincl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpincl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpincl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpincl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,262 +0,0 @@ -; -; Exports of file SNMPINCL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SNMPINCL.dll -EXPORTS -; public: __cdecl WbemSnmpClassObject::WbemSnmpClassObject(class WbemSnmpClassObject const & __ptr64) __ptr64 -??0WbemSnmpClassObject@@QEAA@AEBV0@@Z -; public: __cdecl WbemSnmpClassObject::WbemSnmpClassObject(unsigned short const * __ptr64,int) __ptr64 -??0WbemSnmpClassObject@@QEAA@PEBGH@Z -; public: __cdecl WbemSnmpClassObject::WbemSnmpClassObject(void) __ptr64 -??0WbemSnmpClassObject@@QEAA@XZ -; public: __cdecl WbemSnmpErrorObject::WbemSnmpErrorObject(class WbemSnmpErrorObject const & __ptr64) __ptr64 -??0WbemSnmpErrorObject@@QEAA@AEBV0@@Z -; public: __cdecl WbemSnmpErrorObject::WbemSnmpErrorObject(void) __ptr64 -??0WbemSnmpErrorObject@@QEAA@XZ -; public: __cdecl WbemSnmpProperty::WbemSnmpProperty(class WbemSnmpProperty const & __ptr64) __ptr64 -??0WbemSnmpProperty@@QEAA@AEBV0@@Z -; public: __cdecl WbemSnmpProperty::WbemSnmpProperty(unsigned short const * __ptr64) __ptr64 -??0WbemSnmpProperty@@QEAA@PEBG@Z -; public: __cdecl WbemSnmpQualifier::WbemSnmpQualifier(class WbemSnmpQualifier const & __ptr64) __ptr64 -??0WbemSnmpQualifier@@QEAA@AEBV0@@Z -; public: __cdecl WbemSnmpQualifier::WbemSnmpQualifier(unsigned short const * __ptr64,class SnmpInstanceType const * __ptr64) __ptr64 -??0WbemSnmpQualifier@@QEAA@PEBGPEBVSnmpInstanceType@@@Z -; public: virtual __cdecl WbemSnmpClassObject::~WbemSnmpClassObject(void) __ptr64 -??1WbemSnmpClassObject@@UEAA@XZ -; public: virtual __cdecl WbemSnmpErrorObject::~WbemSnmpErrorObject(void) __ptr64 -??1WbemSnmpErrorObject@@UEAA@XZ -; public: virtual __cdecl WbemSnmpProperty::~WbemSnmpProperty(void) __ptr64 -??1WbemSnmpProperty@@UEAA@XZ -; public: virtual __cdecl WbemSnmpQualifier::~WbemSnmpQualifier(void) __ptr64 -??1WbemSnmpQualifier@@UEAA@XZ -; public: class WbemSnmpClassObject & __ptr64 __cdecl WbemSnmpClassObject::operator=(class WbemSnmpClassObject const & __ptr64) __ptr64 -??4WbemSnmpClassObject@@QEAAAEAV0@AEBV0@@Z -; public: class WbemSnmpErrorObject & __ptr64 __cdecl WbemSnmpErrorObject::operator=(class WbemSnmpErrorObject const & __ptr64) __ptr64 -??4WbemSnmpErrorObject@@QEAAAEAV0@AEBV0@@Z -; public: class WbemSnmpProperty & __ptr64 __cdecl WbemSnmpProperty::operator=(class WbemSnmpProperty const & __ptr64) __ptr64 -??4WbemSnmpProperty@@QEAAAEAV0@AEBV0@@Z -; public: class WbemSnmpQualifier & __ptr64 __cdecl WbemSnmpQualifier::operator=(class WbemSnmpQualifier const & __ptr64) __ptr64 -??4WbemSnmpQualifier@@QEAAAEAV0@AEBV0@@Z -; const WbemSnmpClassObject::`vftable' -??_7WbemSnmpClassObject@@6B@ -; const WbemSnmpErrorObject::`vftable' -??_7WbemSnmpErrorObject@@6B@ -; const WbemSnmpProperty::`vftable' -??_7WbemSnmpProperty@@6B@ -; const WbemSnmpQualifier::`vftable' -??_7WbemSnmpQualifier@@6B@ -; private: void __cdecl WbemSnmpClassObject::AddKeyedProperty(class WbemSnmpProperty * __ptr64) __ptr64 -?AddKeyedProperty@WbemSnmpClassObject@@AEAAXPEAVWbemSnmpProperty@@@Z -; public: int __cdecl WbemSnmpClassObject::AddKeyedProperty(unsigned short * __ptr64) __ptr64 -?AddKeyedProperty@WbemSnmpClassObject@@QEAAHPEAG@Z -; public: int __cdecl WbemSnmpClassObject::AddProperty(unsigned short * __ptr64) __ptr64 -?AddProperty@WbemSnmpClassObject@@QEAAHPEAG@Z -; public: int __cdecl WbemSnmpClassObject::AddProperty(class WbemSnmpProperty * __ptr64) __ptr64 -?AddProperty@WbemSnmpClassObject@@QEAAHPEAVWbemSnmpProperty@@@Z -; public: int __cdecl WbemSnmpClassObject::AddQualifier(unsigned short * __ptr64) __ptr64 -?AddQualifier@WbemSnmpClassObject@@QEAAHPEAG@Z -; public: int __cdecl WbemSnmpClassObject::AddQualifier(class WbemSnmpQualifier * __ptr64) __ptr64 -?AddQualifier@WbemSnmpClassObject@@QEAAHPEAVWbemSnmpQualifier@@@Z -; public: int __cdecl WbemSnmpProperty::AddQualifier(unsigned short * __ptr64) __ptr64 -?AddQualifier@WbemSnmpProperty@@QEAAHPEAG@Z -; public: int __cdecl WbemSnmpProperty::AddQualifier(class WbemSnmpQualifier * __ptr64) __ptr64 -?AddQualifier@WbemSnmpProperty@@QEAAHPEAVWbemSnmpQualifier@@@Z -; public: virtual int __cdecl WbemSnmpClassObject::Check(class WbemSnmpErrorObject & __ptr64) __ptr64 -?Check@WbemSnmpClassObject@@UEAAHAEAVWbemSnmpErrorObject@@@Z -; public: virtual int __cdecl WbemSnmpProperty::Check(class WbemSnmpErrorObject & __ptr64) __ptr64 -?Check@WbemSnmpProperty@@UEAAHAEAVWbemSnmpErrorObject@@@Z -; public: void __cdecl WbemSnmpClassObject::DeleteProperty(unsigned short * __ptr64) __ptr64 -?DeleteProperty@WbemSnmpClassObject@@QEAAXPEAG@Z -; public: int __cdecl WbemSnmpProperty::Encode(struct tagVARIANT const & __ptr64,class SnmpObjectIdentifier & __ptr64) __ptr64 -?Encode@WbemSnmpProperty@@QEAAHAEBUtagVARIANT@@AEAVSnmpObjectIdentifier@@@Z -; public: class WbemSnmpProperty * __ptr64 __cdecl WbemSnmpClassObject::FindKeyProperty(unsigned short * __ptr64)const __ptr64 -?FindKeyProperty@WbemSnmpClassObject@@QEBAPEAVWbemSnmpProperty@@PEAG@Z -; public: class WbemSnmpProperty * __ptr64 __cdecl WbemSnmpClassObject::FindProperty(unsigned short * __ptr64)const __ptr64 -?FindProperty@WbemSnmpClassObject@@QEBAPEAVWbemSnmpProperty@@PEAG@Z -; public: class WbemSnmpQualifier * __ptr64 __cdecl WbemSnmpClassObject::FindQualifier(unsigned short * __ptr64)const __ptr64 -?FindQualifier@WbemSnmpClassObject@@QEBAPEAVWbemSnmpQualifier@@PEAG@Z -; public: class WbemSnmpQualifier * __ptr64 __cdecl WbemSnmpProperty::FindQualifier(unsigned short * __ptr64)const __ptr64 -?FindQualifier@WbemSnmpProperty@@QEBAPEAVWbemSnmpQualifier@@PEAG@Z -; public: int __cdecl WbemSnmpClassObject::Get(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64) __ptr64 -?Get@WbemSnmpClassObject@@QEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@@Z -; public: long __cdecl WbemSnmpProperty::GetCimType(void) __ptr64 -?GetCimType@WbemSnmpProperty@@QEAAJXZ -; public: unsigned short * __ptr64 __cdecl WbemSnmpClassObject::GetClassNameW(void)const __ptr64 -?GetClassNameW@WbemSnmpClassObject@@QEBAPEAGXZ -; public: class WbemSnmpProperty * __ptr64 __cdecl WbemSnmpClassObject::GetCurrentProperty(void) __ptr64 -?GetCurrentProperty@WbemSnmpClassObject@@QEAAPEAVWbemSnmpProperty@@XZ -; public: long __cdecl WbemSnmpProperty::GetHandle(void) __ptr64 -?GetHandle@WbemSnmpProperty@@QEAAJXZ -; public: unsigned long __cdecl WbemSnmpProperty::GetKeyOrder(void) __ptr64 -?GetKeyOrder@WbemSnmpProperty@@QEAAKXZ -; public: unsigned long __cdecl WbemSnmpClassObject::GetKeyPropertyCount(void) __ptr64 -?GetKeyPropertyCount@WbemSnmpClassObject@@QEAAKXZ -; public: unsigned short * __ptr64 __cdecl WbemSnmpErrorObject::GetMessageW(void) __ptr64 -?GetMessageW@WbemSnmpErrorObject@@QEAAPEAGXZ -; private: int __cdecl WbemSnmpClassObject::GetMosClassObject(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64) __ptr64 -?GetMosClassObject@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@@Z -; private: int __cdecl WbemSnmpClassObject::GetMosClassObjectProperties(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64) __ptr64 -?GetMosClassObjectProperties@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@@Z -; private: int __cdecl WbemSnmpClassObject::GetMosClassObjectPropertyQualifiers(class WbemSnmpErrorObject & __ptr64,class WbemSnmpProperty * __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?GetMosClassObjectPropertyQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAVWbemSnmpProperty@@PEAUIWbemQualifierSet@@@Z -; private: int __cdecl WbemSnmpClassObject::GetMosClassObjectQualifiers(class WbemSnmpErrorObject & __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?GetMosClassObjectQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemQualifierSet@@@Z -; public: unsigned short * __ptr64 __cdecl WbemSnmpProperty::GetName(void)const __ptr64 -?GetName@WbemSnmpProperty@@QEBAPEAGXZ -; public: unsigned short * __ptr64 __cdecl WbemSnmpQualifier::GetName(void)const __ptr64 -?GetName@WbemSnmpQualifier@@QEBAPEAGXZ -; public: unsigned long __cdecl WbemSnmpClassObject::GetNumberOfAccessible(void) __ptr64 -?GetNumberOfAccessible@WbemSnmpClassObject@@QEAAKXZ -; public: unsigned long __cdecl WbemSnmpClassObject::GetPropertyCount(void) __ptr64 -?GetPropertyCount@WbemSnmpClassObject@@QEAAKXZ -; public: unsigned long __cdecl WbemSnmpClassObject::GetQualifierCount(void) __ptr64 -?GetQualifierCount@WbemSnmpClassObject@@QEAAKXZ -; public: unsigned long __cdecl WbemSnmpProperty::GetQualifierCount(void) __ptr64 -?GetQualifierCount@WbemSnmpProperty@@QEAAKXZ -; public: enum tag_WBEMSNMPSTATUS __cdecl WbemSnmpErrorObject::GetStatus(void) __ptr64 -?GetStatus@WbemSnmpErrorObject@@QEAA?AW4tag_WBEMSNMPSTATUS@@XZ -; public: int __cdecl WbemSnmpProperty::GetTag(void) __ptr64 -?GetTag@WbemSnmpProperty@@QEAAHXZ -; public: unsigned long __cdecl WbemSnmpProperty::GetTextualConvention(void) __ptr64 -?GetTextualConvention@WbemSnmpProperty@@QEAAKXZ -; public: int __cdecl WbemSnmpProperty::GetValue(struct tagVARIANT & __ptr64,long & __ptr64)const __ptr64 -?GetValue@WbemSnmpProperty@@QEBAHAEAUtagVARIANT@@AEAJ@Z -; public: class SnmpInstanceType * __ptr64 __cdecl WbemSnmpProperty::GetValue(void)const __ptr64 -?GetValue@WbemSnmpProperty@@QEBAPEAVSnmpInstanceType@@XZ -; public: int __cdecl WbemSnmpQualifier::GetValue(struct tagVARIANT & __ptr64)const __ptr64 -?GetValue@WbemSnmpQualifier@@QEBAHAEAUtagVARIANT@@@Z -; public: class SnmpInstanceType * __ptr64 __cdecl WbemSnmpQualifier::GetValue(void)const __ptr64 -?GetValue@WbemSnmpQualifier@@QEBAPEAVSnmpInstanceType@@XZ -; public: unsigned short __cdecl WbemSnmpProperty::GetValueVariantEncodedType(void)const __ptr64 -?GetValueVariantEncodedType@WbemSnmpProperty@@QEBAGXZ -; public: unsigned short __cdecl WbemSnmpProperty::GetValueVariantType(void)const __ptr64 -?GetValueVariantType@WbemSnmpProperty@@QEBAGXZ -; public: unsigned short __cdecl WbemSnmpQualifier::GetValueVariantType(void)const __ptr64 -?GetValueVariantType@WbemSnmpQualifier@@QEBAGXZ -; public: enum tag_WBEMSTATUS __cdecl WbemSnmpErrorObject::GetWbemStatus(void) __ptr64 -?GetWbemStatus@WbemSnmpErrorObject@@QEAA?AW4tag_WBEMSTATUS@@XZ -; public: int __cdecl WbemSnmpClassObject::GotoProperty(class WbemSnmpProperty * __ptr64) __ptr64 -?GotoProperty@WbemSnmpClassObject@@QEAAHPEAVWbemSnmpProperty@@@Z -; public: int __cdecl WbemSnmpClassObject::IsClass(void) __ptr64 -?IsClass@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsKey(void) __ptr64 -?IsKey@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpClassObject::IsKeyed(void) __ptr64 -?IsKeyed@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsNull(void) __ptr64 -?IsNull@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpQualifier::IsPropagatable(void)const __ptr64 -?IsPropagatable@WbemSnmpQualifier@@QEBAHXZ -; public: int __cdecl WbemSnmpClassObject::IsReadable(void) __ptr64 -?IsReadable@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsReadable(void) __ptr64 -?IsReadable@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsSNMPV1Type(void) __ptr64 -?IsSNMPV1Type@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsSNMPV2CType(void) __ptr64 -?IsSNMPV2CType@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpClassObject::IsSingleton(void) __ptr64 -?IsSingleton@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpClassObject::IsVirtual(void) __ptr64 -?IsVirtual@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsVirtualKey(void) __ptr64 -?IsVirtualKey@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpClassObject::IsWritable(void) __ptr64 -?IsWritable@WbemSnmpClassObject@@QEAAHXZ -; public: int __cdecl WbemSnmpProperty::IsWritable(void) __ptr64 -?IsWritable@WbemSnmpProperty@@QEAAHXZ -; public: int __cdecl WbemSnmpClassObject::Merge(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?Merge@WbemSnmpClassObject@@QEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; private: int __cdecl WbemSnmpClassObject::MergeMosClassObject(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?MergeMosClassObject@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; private: int __cdecl WbemSnmpClassObject::MergeMosClassObjectProperties(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?MergeMosClassObjectProperties@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; private: int __cdecl WbemSnmpClassObject::MergeMosClassObjectPropertyQualifiers(class WbemSnmpErrorObject & __ptr64,class WbemSnmpProperty * __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?MergeMosClassObjectPropertyQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAVWbemSnmpProperty@@PEAUIWbemQualifierSet@@@Z -; private: int __cdecl WbemSnmpClassObject::MergeMosClassObjectQualifiers(class WbemSnmpErrorObject & __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?MergeMosClassObjectQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemQualifierSet@@@Z -; public: class WbemSnmpProperty * __ptr64 __cdecl WbemSnmpClassObject::NextKeyProperty(void) __ptr64 -?NextKeyProperty@WbemSnmpClassObject@@QEAAPEAVWbemSnmpProperty@@XZ -; public: class WbemSnmpProperty * __ptr64 __cdecl WbemSnmpClassObject::NextProperty(void) __ptr64 -?NextProperty@WbemSnmpClassObject@@QEAAPEAVWbemSnmpProperty@@XZ -; public: class WbemSnmpQualifier * __ptr64 __cdecl WbemSnmpClassObject::NextQualifier(void) __ptr64 -?NextQualifier@WbemSnmpClassObject@@QEAAPEAVWbemSnmpQualifier@@XZ -; public: class WbemSnmpQualifier * __ptr64 __cdecl WbemSnmpProperty::NextQualifier(void) __ptr64 -?NextQualifier@WbemSnmpProperty@@QEAAPEAVWbemSnmpQualifier@@XZ -; public: void __cdecl WbemSnmpClassObject::ResetKeyProperty(void) __ptr64 -?ResetKeyProperty@WbemSnmpClassObject@@QEAAXXZ -; public: void __cdecl WbemSnmpClassObject::ResetProperty(void) __ptr64 -?ResetProperty@WbemSnmpClassObject@@QEAAXXZ -; public: void __cdecl WbemSnmpClassObject::ResetQualifier(void) __ptr64 -?ResetQualifier@WbemSnmpClassObject@@QEAAXXZ -; public: void __cdecl WbemSnmpProperty::ResetQualifier(void) __ptr64 -?ResetQualifier@WbemSnmpProperty@@QEAAXXZ -; public: int __cdecl WbemSnmpClassObject::Set(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?Set@WbemSnmpClassObject@@QEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; public: void __cdecl WbemSnmpProperty::SetHandle(long) __ptr64 -?SetHandle@WbemSnmpProperty@@QEAAXJ@Z -; public: void __cdecl WbemSnmpClassObject::SetIsClass(int) __ptr64 -?SetIsClass@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetKey(int) __ptr64 -?SetKey@WbemSnmpProperty@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetKeyOrder(unsigned long) __ptr64 -?SetKeyOrder@WbemSnmpProperty@@QEAAXK@Z -; public: void __cdecl WbemSnmpClassObject::SetKeyed(int) __ptr64 -?SetKeyed@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpErrorObject::SetMessage(unsigned short * __ptr64) __ptr64 -?SetMessage@WbemSnmpErrorObject@@QEAAXPEAG@Z -; private: int __cdecl WbemSnmpClassObject::SetMosClassObject(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?SetMosClassObject@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; private: int __cdecl WbemSnmpClassObject::SetMosClassObjectProperties(class WbemSnmpErrorObject & __ptr64,struct IWbemClassObject * __ptr64,int) __ptr64 -?SetMosClassObjectProperties@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemClassObject@@H@Z -; private: int __cdecl WbemSnmpClassObject::SetMosClassObjectPropertyQualifiers(class WbemSnmpErrorObject & __ptr64,class WbemSnmpProperty * __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?SetMosClassObjectPropertyQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAVWbemSnmpProperty@@PEAUIWbemQualifierSet@@@Z -; private: int __cdecl WbemSnmpClassObject::SetMosClassObjectQualifiers(class WbemSnmpErrorObject & __ptr64,struct IWbemQualifierSet * __ptr64) __ptr64 -?SetMosClassObjectQualifiers@WbemSnmpClassObject@@AEAAHAEAVWbemSnmpErrorObject@@PEAUIWbemQualifierSet@@@Z -; public: void __cdecl WbemSnmpClassObject::SetNumberOfAccessible(unsigned long) __ptr64 -?SetNumberOfAccessible@WbemSnmpClassObject@@QEAAXK@Z -; public: void __cdecl WbemSnmpClassObject::SetReadable(int) __ptr64 -?SetReadable@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetReadable(int) __ptr64 -?SetReadable@WbemSnmpProperty@@QEAAXH@Z -; public: void __cdecl WbemSnmpClassObject::SetSingleton(int) __ptr64 -?SetSingleton@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpErrorObject::SetStatus(enum tag_WBEMSNMPSTATUS) __ptr64 -?SetStatus@WbemSnmpErrorObject@@QEAAXW4tag_WBEMSNMPSTATUS@@@Z -; public: void __cdecl WbemSnmpProperty::SetTag(int) __ptr64 -?SetTag@WbemSnmpProperty@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetTextualConvention(unsigned long) __ptr64 -?SetTextualConvention@WbemSnmpProperty@@QEAAXK@Z -; public: int __cdecl WbemSnmpProperty::SetValue(struct tagVARIANT const & __ptr64,long const & __ptr64,enum WbemPropertyValueCheck) __ptr64 -?SetValue@WbemSnmpProperty@@QEAAHAEBUtagVARIANT@@AEBJW4WbemPropertyValueCheck@@@Z -; public: int __cdecl WbemSnmpProperty::SetValue(struct IWbemClassObject * __ptr64,class SnmpValue const * __ptr64,enum WbemPropertyValueCheck) __ptr64 -?SetValue@WbemSnmpProperty@@QEAAHPEAUIWbemClassObject@@PEBVSnmpValue@@W4WbemPropertyValueCheck@@@Z -; public: int __cdecl WbemSnmpProperty::SetValue(unsigned short const * __ptr64,enum WbemPropertyValueCheck) __ptr64 -?SetValue@WbemSnmpProperty@@QEAAHPEBGW4WbemPropertyValueCheck@@@Z -; public: int __cdecl WbemSnmpProperty::SetValue(class SnmpInstanceType const * __ptr64,enum WbemPropertyValueCheck) __ptr64 -?SetValue@WbemSnmpProperty@@QEAAHPEBVSnmpInstanceType@@W4WbemPropertyValueCheck@@@Z -; public: int __cdecl WbemSnmpProperty::SetValue(class SnmpValue const * __ptr64,enum WbemPropertyValueCheck) __ptr64 -?SetValue@WbemSnmpProperty@@QEAAHPEBVSnmpValue@@W4WbemPropertyValueCheck@@@Z -; public: int __cdecl WbemSnmpQualifier::SetValue(struct tagVARIANT const & __ptr64) __ptr64 -?SetValue@WbemSnmpQualifier@@QEAAHAEBUtagVARIANT@@@Z -; public: int __cdecl WbemSnmpQualifier::SetValue(struct IWbemQualifierSet * __ptr64,class SnmpInstanceType const & __ptr64) __ptr64 -?SetValue@WbemSnmpQualifier@@QEAAHPEAUIWbemQualifierSet@@AEBVSnmpInstanceType@@@Z -; public: int __cdecl WbemSnmpQualifier::SetValue(class SnmpInstanceType const * __ptr64) __ptr64 -?SetValue@WbemSnmpQualifier@@QEAAHPEBVSnmpInstanceType@@@Z -; public: void __cdecl WbemSnmpClassObject::SetVirtual(int) __ptr64 -?SetVirtual@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetVirtualKey(int) __ptr64 -?SetVirtualKey@WbemSnmpProperty@@QEAAXH@Z -; public: void __cdecl WbemSnmpErrorObject::SetWbemStatus(enum tag_WBEMSTATUS) __ptr64 -?SetWbemStatus@WbemSnmpErrorObject@@QEAAXW4tag_WBEMSTATUS@@@Z -; public: void __cdecl WbemSnmpClassObject::SetWritable(int) __ptr64 -?SetWritable@WbemSnmpClassObject@@QEAAXH@Z -; public: void __cdecl WbemSnmpProperty::SetWritable(int) __ptr64 -?SetWritable@WbemSnmpProperty@@QEAAXH@Z -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpsmir.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpsmir.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpsmir.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpsmir.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SNMPSMIR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SNMPSMIR.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SnmpSnap.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SnmpSnap.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpstup.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpstup.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpstup.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpstup.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file snmpstup.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY snmpstup.dll -EXPORTS -DllRegisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpthrd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpthrd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/snmpthrd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/snmpthrd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,162 +0,0 @@ -; -; Exports of file SNMPTHRD.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SNMPTHRD.dll -EXPORTS -; protected: __cdecl SnmpAbstractTaskObject::SnmpAbstractTaskObject(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned long) __ptr64 -??0SnmpAbstractTaskObject@@IEAA@PEBG0K@Z -; public: __cdecl SnmpAbstractTaskObject::SnmpAbstractTaskObject(class SnmpAbstractTaskObject const & __ptr64) __ptr64 -??0SnmpAbstractTaskObject@@QEAA@AEBV0@@Z -; public: __cdecl SnmpEventObject::SnmpEventObject(class SnmpEventObject const & __ptr64) __ptr64 -??0SnmpEventObject@@QEAA@AEBV0@@Z -; public: __cdecl SnmpEventObject::SnmpEventObject(unsigned short const * __ptr64) __ptr64 -??0SnmpEventObject@@QEAA@PEBG@Z -; public: __cdecl SnmpTaskObject::SnmpTaskObject(class SnmpTaskObject const & __ptr64) __ptr64 -??0SnmpTaskObject@@QEAA@AEBV0@@Z -; public: __cdecl SnmpTaskObject::SnmpTaskObject(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned long) __ptr64 -??0SnmpTaskObject@@QEAA@PEBG00K@Z -; public: __cdecl SnmpThreadObject::SnmpThreadObject(class SnmpThreadObject const & __ptr64) __ptr64 -??0SnmpThreadObject@@QEAA@AEBV0@@Z -; public: __cdecl SnmpThreadObject::SnmpThreadObject(char const * __ptr64,unsigned long) __ptr64 -??0SnmpThreadObject@@QEAA@PEBDK@Z -; public: virtual __cdecl SnmpAbstractTaskObject::~SnmpAbstractTaskObject(void) __ptr64 -??1SnmpAbstractTaskObject@@UEAA@XZ -; public: virtual __cdecl SnmpEventObject::~SnmpEventObject(void) __ptr64 -??1SnmpEventObject@@UEAA@XZ -; public: virtual __cdecl SnmpTaskObject::~SnmpTaskObject(void) __ptr64 -??1SnmpTaskObject@@UEAA@XZ -; public: virtual __cdecl SnmpThreadObject::~SnmpThreadObject(void) __ptr64 -??1SnmpThreadObject@@UEAA@XZ -; public: class SnmpAbstractTaskObject & __ptr64 __cdecl SnmpAbstractTaskObject::operator=(class SnmpAbstractTaskObject const & __ptr64) __ptr64 -??4SnmpAbstractTaskObject@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpDebugLog & __ptr64 __cdecl SnmpDebugLog::operator=(class SnmpDebugLog const & __ptr64) __ptr64 -??4SnmpDebugLog@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpEventObject & __ptr64 __cdecl SnmpEventObject::operator=(class SnmpEventObject const & __ptr64) __ptr64 -??4SnmpEventObject@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpTaskObject & __ptr64 __cdecl SnmpTaskObject::operator=(class SnmpTaskObject const & __ptr64) __ptr64 -??4SnmpTaskObject@@QEAAAEAV0@AEBV0@@Z -; public: class SnmpThreadObject & __ptr64 __cdecl SnmpThreadObject::operator=(class SnmpThreadObject const & __ptr64) __ptr64 -??4SnmpThreadObject@@QEAAAEAV0@AEBV0@@Z -; const SnmpAbstractTaskObject::`vftable' -??_7SnmpAbstractTaskObject@@6B@ -; const SnmpEventObject::`vftable' -??_7SnmpEventObject@@6B@ -; const SnmpTaskObject::`vftable' -??_7SnmpTaskObject@@6B@ -; const SnmpThreadObject::`vftable' -??_7SnmpThreadObject@@6B@ -; public: void __cdecl SnmpAbstractTaskObject::`default constructor closure'(void) __ptr64 -??_FSnmpAbstractTaskObject@@QEAAXXZ -; public: void __cdecl SnmpEventObject::`default constructor closure'(void) __ptr64 -??_FSnmpEventObject@@QEAAXXZ -; public: void __cdecl SnmpTaskObject::`default constructor closure'(void) __ptr64 -??_FSnmpTaskObject@@QEAAXXZ -; public: void __cdecl SnmpThreadObject::`default constructor closure'(void) __ptr64 -??_FSnmpThreadObject@@QEAAXXZ -; public: virtual void __cdecl SnmpAbstractTaskObject::Acknowledge(void) __ptr64 -?Acknowledge@SnmpAbstractTaskObject@@UEAAXXZ -; private: void __cdecl SnmpAbstractTaskObject::AttachTaskToThread(class SnmpThreadObject & __ptr64) __ptr64 -?AttachTaskToThread@SnmpAbstractTaskObject@@AEAAXAEAVSnmpThreadObject@@@Z -; public: void __cdecl SnmpThreadObject::BeginThread(void) __ptr64 -?BeginThread@SnmpThreadObject@@QEAAXXZ -; public: void __cdecl SnmpEventObject::Clear(void) __ptr64 -?Clear@SnmpEventObject@@QEAAXXZ -; public: static void __cdecl SnmpThreadObject::Closedown(void) -?Closedown@SnmpThreadObject@@SAXXZ -; public: virtual void __cdecl SnmpAbstractTaskObject::Complete(void) __ptr64 -?Complete@SnmpAbstractTaskObject@@UEAAXXZ -; public: virtual void __cdecl SnmpEventObject::Complete(void) __ptr64 -?Complete@SnmpEventObject@@UEAAXXZ -; private: void __cdecl SnmpThreadObject::ConstructEventContainer(void) __ptr64 -?ConstructEventContainer@SnmpThreadObject@@AEAAXXZ -; private: void __cdecl SnmpAbstractTaskObject::DetachTaskFromThread(class SnmpThreadObject & __ptr64) __ptr64 -?DetachTaskFromThread@SnmpAbstractTaskObject@@AEAAXAEAVSnmpThreadObject@@@Z -; public: virtual void __cdecl SnmpAbstractTaskObject::Exec(void) __ptr64 -?Exec@SnmpAbstractTaskObject@@UEAAXXZ -; public: virtual void __cdecl SnmpTaskObject::Exec(void) __ptr64 -?Exec@SnmpTaskObject@@UEAAXXZ -; private: void * __ptr64 * __ptr64 __cdecl SnmpThreadObject::GetEventHandles(void) __ptr64 -?GetEventHandles@SnmpThreadObject@@AEAAPEAPEAXXZ -; private: unsigned long __cdecl SnmpThreadObject::GetEventHandlesSize(void) __ptr64 -?GetEventHandlesSize@SnmpThreadObject@@AEAAKXZ -; public: void * __ptr64 __cdecl SnmpEventObject::GetHandle(void) __ptr64 -?GetHandle@SnmpEventObject@@QEAAPEAXXZ -; public: virtual void * __ptr64 __cdecl SnmpTaskObject::GetHandle(void) __ptr64 -?GetHandle@SnmpTaskObject@@UEAAPEAXXZ -; private: class SnmpAbstractTaskObject * __ptr64 __cdecl SnmpThreadObject::GetTaskObject(void * __ptr64 & __ptr64) __ptr64 -?GetTaskObject@SnmpThreadObject@@AEAAPEAVSnmpAbstractTaskObject@@AEAPEAX@Z -; public: void * __ptr64 __cdecl SnmpThreadObject::GetThreadHandle(void) __ptr64 -?GetThreadHandle@SnmpThreadObject@@QEAAPEAXXZ -; private: void * __ptr64 * __ptr64 __cdecl SnmpThreadObject::GetThreadHandleReference(void) __ptr64 -?GetThreadHandleReference@SnmpThreadObject@@AEAAPEAPEAXXZ -; public: unsigned long __cdecl SnmpThreadObject::GetThreadId(void) __ptr64 -?GetThreadId@SnmpThreadObject@@QEAAKXZ -; public: static class SnmpThreadObject * __ptr64 __cdecl SnmpThreadObject::GetThreadObject(void) -?GetThreadObject@SnmpThreadObject@@SAPEAV1@XZ -; public: virtual void __cdecl SnmpThreadObject::Initialise(void) __ptr64 -?Initialise@SnmpThreadObject@@UEAAXXZ -; public: void __cdecl SnmpThreadObject::PostSignalThreadShutdown(void) __ptr64 -?PostSignalThreadShutdown@SnmpThreadObject@@QEAAXXZ -; public: virtual void __cdecl SnmpAbstractTaskObject::Process(void) __ptr64 -?Process@SnmpAbstractTaskObject@@UEAAXXZ -; public: virtual void __cdecl SnmpEventObject::Process(void) __ptr64 -?Process@SnmpEventObject@@UEAAXXZ -; private: virtual void __cdecl SnmpThreadObject::Process(void) __ptr64 -?Process@SnmpThreadObject@@EEAAXXZ -; private: static void __cdecl SnmpThreadObject::ProcessAttach(void) -?ProcessAttach@SnmpThreadObject@@CAXXZ -; private: static void __cdecl SnmpThreadObject::ProcessDetach(int) -?ProcessDetach@SnmpThreadObject@@CAXH@Z -; public: int __cdecl SnmpThreadObject::ReapTask(class SnmpAbstractTaskObject & __ptr64) __ptr64 -?ReapTask@SnmpThreadObject@@QEAAHAEAVSnmpAbstractTaskObject@@@Z -; private: int __cdecl SnmpThreadObject::RegisterThread(void) __ptr64 -?RegisterThread@SnmpThreadObject@@AEAAHXZ -; private: int __cdecl SnmpThreadObject::RemoveThread(void) __ptr64 -?RemoveThread@SnmpThreadObject@@AEAAHXZ -; private: void __cdecl SnmpThreadObject::RotateTask(class SnmpAbstractTaskObject * __ptr64) __ptr64 -?RotateTask@SnmpThreadObject@@AEAAXPEAVSnmpAbstractTaskObject@@@Z -; public: int __cdecl SnmpThreadObject::ScheduleTask(class SnmpAbstractTaskObject & __ptr64) __ptr64 -?ScheduleTask@SnmpThreadObject@@QEAAHAEAVSnmpAbstractTaskObject@@@Z -; public: void __cdecl SnmpEventObject::Set(void) __ptr64 -?Set@SnmpEventObject@@QEAAXXZ -; public: void __cdecl SnmpThreadObject::SignalThreadShutdown(void) __ptr64 -?SignalThreadShutdown@SnmpThreadObject@@QEAAXXZ -; public: static int __cdecl SnmpThreadObject::Startup(void) -?Startup@SnmpThreadObject@@SAHXZ -; private: void __cdecl SnmpThreadObject::TerminateThread(void) __ptr64 -?TerminateThread@SnmpThreadObject@@AEAAXXZ -; private: static void __cdecl SnmpThreadObject::ThreadExecutionProcedure(void * __ptr64) -?ThreadExecutionProcedure@SnmpThreadObject@@CAXPEAX@Z -; public: virtual void __cdecl SnmpAbstractTaskObject::TimedOut(void) __ptr64 -?TimedOut@SnmpAbstractTaskObject@@UEAAXXZ -; public: virtual void __cdecl SnmpThreadObject::TimedOut(void) __ptr64 -?TimedOut@SnmpThreadObject@@UEAAXXZ -; public: virtual void __cdecl SnmpThreadObject::Uninitialise(void) __ptr64 -?Uninitialise@SnmpThreadObject@@UEAAXXZ -; public: virtual int __cdecl SnmpAbstractTaskObject::Wait(int) __ptr64 -?Wait@SnmpAbstractTaskObject@@UEAAHH@Z -; public: virtual int __cdecl SnmpEventObject::Wait(void) __ptr64 -?Wait@SnmpEventObject@@UEAAHXZ -; private: virtual int __cdecl SnmpThreadObject::Wait(void) __ptr64 -?Wait@SnmpThreadObject@@EEAAHXZ -; public: virtual int __cdecl SnmpAbstractTaskObject::WaitAcknowledgement(int) __ptr64 -?WaitAcknowledgement@SnmpAbstractTaskObject@@UEAAHH@Z -; private: int __cdecl SnmpAbstractTaskObject::WaitAcknowledgementDispatch(class SnmpThreadObject * __ptr64,void * __ptr64,int & __ptr64) __ptr64 -?WaitAcknowledgementDispatch@SnmpAbstractTaskObject@@AEAAHPEAVSnmpThreadObject@@PEAXAEAH@Z -; private: int __cdecl SnmpAbstractTaskObject::WaitDispatch(class SnmpThreadObject * __ptr64,void * __ptr64,int & __ptr64) __ptr64 -?WaitDispatch@SnmpAbstractTaskObject@@AEAAHPEAVSnmpThreadObject@@PEAXAEAH@Z -; private: int __cdecl SnmpThreadObject::WaitDispatch(unsigned long,int & __ptr64) __ptr64 -?WaitDispatch@SnmpThreadObject@@AEAAHKAEAH@Z -; public: int __cdecl SnmpThreadObject::WaitForStartup(void) __ptr64 -?WaitForStartup@SnmpThreadObject@@QEAAHXZ -; private: static class CCriticalSection SnmpThreadObject::s_Lock -?s_Lock@SnmpThreadObject@@0VCCriticalSection@@A DATA -; public: static long SnmpThreadObject::s_ReferenceCount -?s_ReferenceCount@SnmpThreadObject@@2JA DATA -; public: static class ProvDebugLog * __ptr64 __ptr64 SnmpDebugLog::s_SnmpDebugLog -?s_SnmpDebugLog@SnmpDebugLog@@2PEAVProvDebugLog@@EA DATA -; private: static class SnmpMap SnmpThreadObject::s_ThreadContainer -?s_ThreadContainer@SnmpThreadObject@@0V?$SnmpMap@KKPEAVSnmpThreadObject@@PEAV1@@@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/softkbd.def mingw-w64-6.0.0/mingw-w64-crt/lib64/softkbd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/softkbd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/softkbd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file KbdLayout.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY KbdLayout.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/softpub.def mingw-w64-6.0.0/mingw-w64-crt/lib64/softpub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/softpub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/softpub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Exports of file SOFTPUB.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SOFTPUB.dll -EXPORTS -GenericChainCertificateTrust -GenericChainFinalProv -HTTPSCertificateTrust -SoftpubDefCertInit -SoftpubFreeDefUsageCallData -SoftpubLoadDefUsageCallData -AddPersonalTrustDBPages -DllRegisterServer -DllUnregisterServer -DriverCleanupPolicy -DriverFinalPolicy -DriverInitializePolicy -FindCertsByIssuer -HTTPSFinalProv -OfficeCleanupPolicy -OfficeInitializePolicy -OpenPersonalTrustDBDialog -SoftpubAuthenticode -SoftpubCheckCert -SoftpubCleanup -SoftpubDumpStructure -SoftpubInitialize -SoftpubLoadMessage -SoftpubLoadSignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/spcommon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/spcommon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/spcommon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/spcommon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file spcommon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY spcommon.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sptip.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sptip.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sptip.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sptip.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file SPTIP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SPTIP.dll -EXPORTS -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/spttseng.def mingw-w64-6.0.0/mingw-w64-crt/lib64/spttseng.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/spttseng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/spttseng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file spttseng.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY spttseng.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sqlsrv32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sqlsrv32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sqlsrv32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sqlsrv32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,98 +0,0 @@ -; -; Exports of file SQLSRV32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SQLSRV32.dll -EXPORTS -SQLBindCol -SQLCancel -SQLColAttributeW -SQLConnectW -SQLDescribeColW -SQLDisconnect -SQLExecDirectW -SQLExecute -SQLFetch -SQLFreeStmt -SQLGetCursorNameW -SQLNumResultCols -SQLPrepareW -SQLRowCount -SQLSetCursorNameW -SQLBulkOperations -SQLColumnsW -SQLDriverConnectW -SQLGetConnectOptionW -SQLGetData -SQLGetFunctions -SQLGetInfoW -SQLGetTypeInfoW -SQLParamData -SQLPutData -SQLSetConnectOptionW -SQLSpecialColumnsW -SQLStatisticsW -SQLTablesW -SQLBrowseConnectW -SQLColumnPrivilegesW -SQLDescribeParam -SQLExtendedFetch -SQLForeignKeysW -SQLMoreResults -SQLNativeSqlW -SQLNumParams -SQLParamOptions -SQLPrimaryKeysW -SQLProcedureColumnsW -SQLProceduresW -SQLSetPos -SQLSetScrollOptions -SQLTablePrivilegesW -SQLBindParameter -SQLAllocHandle -SQLCloseCursor -SQLCopyDesc -SQLEndTran -SQLFreeHandle -SQLGetConnectAttrW -SQLGetDescFieldW -SQLGetDescRecW -SQLGetDiagFieldW -SQLGetDiagRecW -SQLGetEnvAttr -SQLGetStmtAttrW -SQLSetConnectAttrW -SQLSetDescFieldW -SQLSetDescRec -SQLSetEnvAttr -SQLSetStmtAttrW -SQLFetchScroll -LibMain -ConfigDSNW -ConfigDriverW -SQLDebug -BCP_batch -BCP_bind -BCP_colfmt -BCP_collen -BCP_colptr -BCP_columns -BCP_control -BCP_done -BCP_init -BCP_exec -BCP_moretext -BCP_sendrow -BCP_readfmt -BCP_writefmt -ConnectDlgProc -WizDSNDlgProc -WizIntSecurityDlgProc -WizDatabaseDlgProc -WizLanguageDlgProc -FinishDlgProc -TestDlgProc -BCP_getcolfmt -BCP_setcolfmt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/srchui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/srchui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/srchui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/srchui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file srchui.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY srchui.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/srsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/srsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/srsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/srsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file SRSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SRSVC.dll -EXPORTS -DllMain -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/srvcli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/srvcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/srvcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/srvcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -; -; Definition file of srvcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "srvcli.dll" -EXPORTS -I_NetDfsGetVersion -I_NetServerSetServiceBits -I_NetServerSetServiceBitsEx -NetConnectionEnum -NetFileClose -NetFileEnum -NetFileGetInfo -NetRemoteTOD -NetServerAliasAdd -NetServerAliasDel -NetServerAliasEnum -NetServerComputerNameAdd -NetServerComputerNameDel -NetServerDiskEnum -NetServerGetInfo -NetServerSetInfo -NetServerStatisticsGet -NetServerTransportAdd -NetServerTransportAddEx -NetServerTransportDel -NetServerTransportEnum -NetSessionDel -NetSessionEnum -NetSessionGetInfo -NetShareAdd -NetShareCheck -NetShareDel -NetShareDelEx -NetShareDelSticky -NetShareEnum -NetShareEnumSticky -NetShareGetInfo -NetShareSetInfo -NetpsNameCanonicalize -NetpsNameCompare -NetpsNameValidate -NetpsPathCanonicalize -NetpsPathCompare -NetpsPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/srvsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/srvsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/srvsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/srvsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file srvsvc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY srvsvc.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ssdpsrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ssdpsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ssdpsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ssdpsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file ssdpsrv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ssdpsrv.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sspicli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sspicli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sspicli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sspicli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ -; -; Definition file of SspiCli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "SspiCli.dll" -EXPORTS -SecDeleteUserModeContext -SecInitUserModeContext -SspiUnmarshalAuthIdentityInternal -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddCredentialsA -AddCredentialsW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -ChangeAccountPasswordA -ChangeAccountPasswordW -CompleteAuthToken -CredMarshalTargetInfo -CredUnmarshalTargetInfo -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -GetSecurityUserInfo -GetUserNameExA -GetUserNameExW -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -LogonUserExExW -LsaCallAuthenticationPackage -LsaConnectUntrusted -LsaDeregisterLogonProcess -LsaEnumerateLogonSessions -LsaFreeReturnBuffer -LsaGetLogonSessionData -LsaLogonUser -LsaLookupAuthenticationPackage -LsaRegisterLogonProcess -LsaRegisterPolicyChangeNotification -LsaUnregisterPolicyChangeNotification -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SaslAcceptSecurityContext -SaslEnumerateProfilesA -SaslEnumerateProfilesW -SaslGetContextOption -SaslGetProfilePackageA -SaslGetProfilePackageW -SaslIdentifyPackageA -SaslIdentifyPackageW -SaslInitializeSecurityContextA -SaslInitializeSecurityContextW -SaslSetContextOption -SealMessage -SecCacheSspiPackages -SeciAllocateAndSetCallFlags -SeciAllocateAndSetIPAddress -SeciFreeCallContext -SetContextAttributesA -SetContextAttributesW -SetCredentialsAttributesA -SetCredentialsAttributesW -SspiCompareAuthIdentities -SspiCopyAuthIdentity -SspiDecryptAuthIdentity -SspiEncodeAuthIdentityAsStrings -SspiEncodeStringsAsAuthIdentity -SspiEncryptAuthIdentity -SspiExcludePackage -SspiFreeAuthIdentity -SspiGetComputerNameForSPN -SspiGetTargetHostName -SspiIsAuthIdentityEncrypted -SspiLocalFree -SspiMarshalAuthIdentity -SspiPrepareForCredRead -SspiPrepareForCredWrite -SspiUnmarshalAuthIdentity -SspiValidateAuthIdentity -SspiZeroAuthIdentity -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sstub.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sstub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sstub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sstub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SStub.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SStub.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/stclient.def mingw-w64-6.0.0/mingw-w64-crt/lib64/stclient.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/stclient.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/stclient.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file stclient.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY stclient.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/stdprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/stdprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/stdprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/stdprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file stdprov.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY stdprov.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/stobject.def mingw-w64-6.0.0/mingw-w64-crt/lib64/stobject.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/stobject.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/stobject.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file stobject.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY stobject.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/streamci.def mingw-w64-6.0.0/mingw-w64-crt/lib64/streamci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/streamci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/streamci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file streamci.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY streamci.dll -EXPORTS -StreamingDeviceClassInstaller -StreamingDeviceRemove -StreamingDeviceRemoveA -StreamingDeviceRemoveW -StreamingDeviceSetup -StreamingDeviceSetupA -StreamingDeviceSetupW -SwEnumCoInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/svcext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/svcext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/svcext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/svcext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file SVCEXT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY SVCEXT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/swprv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/swprv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/swprv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/swprv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Exports of file swprv.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY swprv.DLL -EXPORTS -ServiceMain -; void __cdecl VssFreeSnapshotProperties(struct _VSS_SNAPSHOT_PROP * __ptr64) -?VssFreeSnapshotProperties@@YAXPEAU_VSS_SNAPSHOT_PROP@@@Z -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/sxs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/sxs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/sxs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/sxs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -; -; Exports of file sxs.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY sxs.dll -EXPORTS -SxsFindClrClassInformation -SxsFindClrSurrogateInformation -SxsLookupClrGuid -SxsRunDllInstallAssembly -SxsRunDllInstallAssemblyW -SxspGenerateManifestPathOnAssemblyIdentity -SxspGeneratePolicyPathOnAssemblyIdentity -SxspRunDllDeleteDirectory -SxspRunDllDeleteDirectoryW -CreateAssemblyCache -CreateAssemblyNameObject -DllInstall -SxsBeginAssemblyInstall -SxsEndAssemblyInstall -SxsGenerateActivationContext -SxsInstallW -SxsOleAut32MapConfiguredClsidToReferenceClsid -SxsOleAut32MapIIDOrCLSIDToTypeLibrary -SxsOleAut32MapIIDToProxyStubCLSID -SxsOleAut32MapIIDToTLBPath -SxsOleAut32MapReferenceClsidToConfiguredClsid -SxsOleAut32RedirectTypeLibrary -SxsProbeAssemblyInstallation -SxsProtectionGatherEntriesW -SxsProtectionNotifyW -SxsProtectionPerformScanNow -SxsProtectionUserLogoffEvent -SxsProtectionUserLogonEvent -SxsQueryManifestInformation -SxsUninstallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/synchronization.mri mingw-w64-6.0.0/mingw-w64-crt/lib64/synchronization.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib64/synchronization.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/synchronization.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,4 @@ +CREATE lib64/libsynchronization.a +ADDLIB lib64/libapi-ms-win-core-synch-l1-2-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/t2embed.def mingw-w64-6.0.0/mingw-w64-crt/lib64/t2embed.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/t2embed.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/t2embed.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file t2embed.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY t2embed.dll -EXPORTS -TTCharToUnicode -TTDeleteEmbeddedFont -TTEmbedFont -TTEmbedFontEx -TTEmbedFontFromFileA -TTEnableEmbeddingForFacename -TTGetEmbeddedFontInfo -TTGetEmbeddingType -TTGetNewFontName -TTIsEmbeddingEnabled -TTIsEmbeddingEnabledForFacename -TTLoadEmbeddedFont -TTRunValidationTests -TTRunValidationTestsEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,286 +0,0 @@ -; -; Exports of file TAPI32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TAPI32.dll -EXPORTS -GetTapi16CallbackMsg -LAddrParamsInited -LOpenDialAsst -LocWizardDlgProc -MMCAddProvider -MMCConfigProvider -MMCGetAvailableProviders -MMCGetDeviceFlags -MMCGetLineInfo -MMCGetLineStatus -MMCGetPhoneInfo -MMCGetPhoneStatus -MMCGetProviderList -MMCGetServerConfig -MMCInitialize -MMCRemoveProvider -MMCSetLineInfo -MMCSetPhoneInfo -MMCSetServerConfig -MMCShutdown -NonAsyncEventThread -TAPIWndProc -TUISPIDLLCallback -internalConfig -internalCreateDefLocation -internalNewLocationW -internalPerformance -internalRemoveLocation -internalRenameLocationW -lineAccept -lineAddProvider -lineAddProviderA -lineAddProviderW -lineAddToConference -lineAgentSpecific -lineAnswer -lineBlindTransfer -lineBlindTransferA -lineBlindTransferW -lineClose -lineCompleteCall -lineCompleteTransfer -lineConfigDialog -lineConfigDialogA -lineConfigDialogEdit -lineConfigDialogEditA -lineConfigDialogEditW -lineConfigDialogW -lineConfigProvider -lineCreateAgentA -lineCreateAgentSessionA -lineCreateAgentSessionW -lineCreateAgentW -lineDeallocateCall -lineDevSpecific -lineDevSpecificFeature -lineDial -lineDialA -lineDialW -lineDrop -lineForward -lineForwardA -lineForwardW -lineGatherDigits -lineGatherDigitsA -lineGatherDigitsW -lineGenerateDigits -lineGenerateDigitsA -lineGenerateDigitsW -lineGenerateTone -lineGetAddressCaps -lineGetAddressCapsA -lineGetAddressCapsW -lineGetAddressID -lineGetAddressIDA -lineGetAddressIDW -lineGetAddressStatus -lineGetAddressStatusA -lineGetAddressStatusW -lineGetAgentActivityListA -lineGetAgentActivityListW -lineGetAgentCapsA -lineGetAgentCapsW -lineGetAgentGroupListA -lineGetAgentGroupListW -lineGetAgentInfo -lineGetAgentSessionInfo -lineGetAgentSessionList -lineGetAgentStatusA -lineGetAgentStatusW -lineGetAppPriority -lineGetAppPriorityA -lineGetAppPriorityW -lineGetCallInfo -lineGetCallInfoA -lineGetCallInfoW -lineGetCallStatus -lineGetConfRelatedCalls -lineGetCountry -lineGetCountryA -lineGetCountryW -lineGetDevCaps -lineGetDevCapsA -lineGetDevCapsW -lineGetDevConfig -lineGetDevConfigA -lineGetDevConfigW -lineGetGroupListA -lineGetGroupListW -lineGetID -lineGetIDA -lineGetIDW -lineGetIcon -lineGetIconA -lineGetIconW -lineGetLineDevStatus -lineGetLineDevStatusA -lineGetLineDevStatusW -lineGetMessage -lineGetNewCalls -lineGetNumRings -lineGetProviderList -lineGetProviderListA -lineGetProviderListW -lineGetProxyStatus -lineGetQueueInfo -lineGetQueueListA -lineGetQueueListW -lineGetRequest -lineGetRequestA -lineGetRequestW -lineGetStatusMessages -lineGetTranslateCaps -lineGetTranslateCapsA -lineGetTranslateCapsW -lineHandoff -lineHandoffA -lineHandoffW -lineHold -lineInitialize -lineInitializeExA -lineInitializeExW -lineMakeCall -lineMakeCallA -lineMakeCallW -lineMonitorDigits -lineMonitorMedia -lineMonitorTones -lineNegotiateAPIVersion -lineNegotiateExtVersion -lineOpen -lineOpenA -lineOpenW -linePark -lineParkA -lineParkW -linePickup -linePickupA -linePickupW -linePrepareAddToConference -linePrepareAddToConferenceA -linePrepareAddToConferenceW -lineProxyMessage -lineProxyResponse -lineRedirect -lineRedirectA -lineRedirectW -lineRegisterRequestRecipient -lineReleaseUserUserInfo -lineRemoveFromConference -lineRemoveProvider -lineSecureCall -lineSendUserUserInfo -lineSetAgentActivity -lineSetAgentGroup -lineSetAgentMeasurementPeriod -lineSetAgentSessionState -lineSetAgentState -lineSetAgentStateEx -lineSetAppPriority -lineSetAppPriorityA -lineSetAppPriorityW -lineSetAppSpecific -lineSetCallData -lineSetCallParams -lineSetCallPrivilege -lineSetCallQualityOfService -lineSetCallTreatment -lineSetCurrentLocation -lineSetDevConfig -lineSetDevConfigA -lineSetDevConfigW -lineSetLineDevStatus -lineSetMediaControl -lineSetMediaMode -lineSetNumRings -lineSetQueueMeasurementPeriod -lineSetStatusMessages -lineSetTerminal -lineSetTollList -lineSetTollListA -lineSetTollListW -lineSetupConference -lineSetupConferenceA -lineSetupConferenceW -lineSetupTransfer -lineSetupTransferA -lineSetupTransferW -lineShutdown -lineSwapHold -lineTranslateAddress -lineTranslateAddressA -lineTranslateAddressW -lineTranslateDialog -lineTranslateDialogA -lineTranslateDialogW -lineUncompleteCall -lineUnhold -lineUnpark -lineUnparkA -lineUnparkW -phoneClose -phoneConfigDialog -phoneConfigDialogA -phoneConfigDialogW -phoneDevSpecific -phoneGetButtonInfo -phoneGetButtonInfoA -phoneGetButtonInfoW -phoneGetData -phoneGetDevCaps -phoneGetDevCapsA -phoneGetDevCapsW -phoneGetDisplay -phoneGetGain -phoneGetHookSwitch -phoneGetID -phoneGetIDA -phoneGetIDW -phoneGetIcon -phoneGetIconA -phoneGetIconW -phoneGetLamp -phoneGetMessage -phoneGetRing -phoneGetStatus -phoneGetStatusA -phoneGetStatusMessages -phoneGetStatusW -phoneGetVolume -phoneInitialize -phoneInitializeExA -phoneInitializeExW -phoneNegotiateAPIVersion -phoneNegotiateExtVersion -phoneOpen -phoneSetButtonInfo -phoneSetButtonInfoA -phoneSetButtonInfoW -phoneSetData -phoneSetDisplay -phoneSetGain -phoneSetHookSwitch -phoneSetLamp -phoneSetRing -phoneSetStatusMessages -phoneSetVolume -phoneShutdown -tapiGetLocationInfo -tapiGetLocationInfoA -tapiGetLocationInfoW -tapiRequestDrop -tapiRequestMakeCall -tapiRequestMakeCallA -tapiRequestMakeCallW -tapiRequestMediaCall -tapiRequestMediaCallA -tapiRequestMediaCallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tapi3.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tapi3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tapi3.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tapi3.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file tapi3.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY tapi3.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tapiperf.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tapiperf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tapiperf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tapiperf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file TAPIPERF.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TAPIPERF.dll -EXPORTS -CloseTapiPerformanceData -CollectTapiPerformanceData -OpenTapiPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tapisrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tapisrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tapisrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tapisrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file tapisrv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY tapisrv.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tbs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tbs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tbs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tbs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of tbs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "tbs.dll" -EXPORTS -Tbsi_Context_Create -Tbsi_Get_TCG_Log -Tbsi_Physical_Presence_Command -Tbsip_Cancel_Commands -Tbsip_Context_Close -Tbsip_Submit_Command diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tcpmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tcpmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tcpmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tcpmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Exports of file TCPMON.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TCPMON.dll -EXPORTS -; public: __cdecl CPortABC::CPortABC(class CPortABC const & __ptr64) __ptr64 -??0CPortABC@@QEAA@AEBV0@@Z -; public: __cdecl CPortABC::CPortABC(void) __ptr64 -??0CPortABC@@QEAA@XZ -; public: __cdecl CTcpMibABC::CTcpMibABC(class CTcpMibABC const & __ptr64) __ptr64 -??0CTcpMibABC@@QEAA@AEBV0@@Z -; public: __cdecl CTcpMibABC::CTcpMibABC(void) __ptr64 -??0CTcpMibABC@@QEAA@XZ -; public: virtual __cdecl CPortABC::~CPortABC(void) __ptr64 -??1CPortABC@@UEAA@XZ -; public: virtual __cdecl CTcpMibABC::~CTcpMibABC(void) __ptr64 -??1CTcpMibABC@@UEAA@XZ -; public: class CPortABC & __ptr64 __cdecl CPortABC::operator=(class CPortABC const & __ptr64) __ptr64 -??4CPortABC@@QEAAAEAV0@AEBV0@@Z -; public: class CTcpMibABC & __ptr64 __cdecl CTcpMibABC::operator=(class CTcpMibABC const & __ptr64) __ptr64 -??4CTcpMibABC@@QEAAAEAV0@AEBV0@@Z -; const CPortABC::`vftable' -??_7CPortABC@@6B@ -; const CTcpMibABC::`vftable' -??_7CTcpMibABC@@6B@ -; public: virtual unsigned long __cdecl CPortABC::Read(void * __ptr64 const,unsigned char * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?Read@CPortABC@@UEAAKQEAXPEAEKPEAK@Z -InitializePrintMonitor2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tcpmonui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tcpmonui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tcpmonui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tcpmonui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -; -; Exports of file TCPMonUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TCPMonUI.dll -EXPORTS -; public: __cdecl CPortABC::CPortABC(class CPortABC const & __ptr64) __ptr64 -??0CPortABC@@QEAA@AEBV0@@Z -; public: __cdecl CPortABC::CPortABC(void) __ptr64 -??0CPortABC@@QEAA@XZ -; public: __cdecl CTcpMibABC::CTcpMibABC(class CTcpMibABC const & __ptr64) __ptr64 -??0CTcpMibABC@@QEAA@AEBV0@@Z -; public: __cdecl CTcpMibABC::CTcpMibABC(void) __ptr64 -??0CTcpMibABC@@QEAA@XZ -; public: virtual __cdecl CPortABC::~CPortABC(void) __ptr64 -??1CPortABC@@UEAA@XZ -; public: virtual __cdecl CTcpMibABC::~CTcpMibABC(void) __ptr64 -??1CTcpMibABC@@UEAA@XZ -; public: class CPortABC & __ptr64 __cdecl CPortABC::operator=(class CPortABC const & __ptr64) __ptr64 -??4CPortABC@@QEAAAEAV0@AEBV0@@Z -; public: class CTcpMibABC & __ptr64 __cdecl CTcpMibABC::operator=(class CTcpMibABC const & __ptr64) __ptr64 -??4CTcpMibABC@@QEAAAEAV0@AEBV0@@Z -; const CPortABC::`vftable' -??_7CPortABC@@6B@ -; const CTcpMibABC::`vftable' -??_7CTcpMibABC@@6B@ -; public: virtual unsigned long __cdecl CPortABC::Read(void * __ptr64 const,unsigned char * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?Read@CPortABC@@UEAAKQEAXPEAEKPEAK@Z -InitializePrintMonitorUI -LocalAddPortUI -LocalConfigurePortUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tdh.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tdh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tdh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tdh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of tdh.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "tdh.dll" -EXPORTS -TdhEnumerateProviderFieldInformation -TdhEnumerateProviders -TdhEnumerateRemoteWBEMProviderFieldInformation -TdhEnumerateRemoteWBEMProviders -TdhGetAllEventsInformation -TdhGetEventInformation -TdhGetEventMapInformation -TdhGetProperty -TdhGetPropertyOffsetAndSize -TdhGetPropertySize -TdhQueryProviderFieldInformation -TdhQueryRemoteWBEMProviderFieldInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/termmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/termmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/termmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/termmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file termmgr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY termmgr.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/termsrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/termsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/termsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/termsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file TERMSRV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TERMSRV.dll -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/thawbrkr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/thawbrkr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/thawbrkr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/thawbrkr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file thawbrkr.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY thawbrkr.dll -EXPORTS -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/themeui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/themeui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/themeui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/themeui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file ThemeUI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ThemeUI.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllInstall -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tlntsvrp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tlntsvrp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tlntsvrp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tlntsvrp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file TlntSvrPS.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TlntSvrPS.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/traffic.def mingw-w64-6.0.0/mingw-w64-crt/lib64/traffic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/traffic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/traffic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Exports of file TRAFFIC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TRAFFIC.dll -EXPORTS -TcAddFilter -TcAddFlow -TcCloseInterface -TcDeleteFilter -TcDeleteFlow -TcDeregisterClient -TcEnumerateFlows -TcEnumerateInterfaces -TcGetFlowNameA -TcGetFlowNameW -TcModifyFlow -TcOpenInterfaceA -TcOpenInterfaceW -TcQueryFlowA -TcQueryFlowW -TcQueryInterface -TcRegisterClient -TcSetFlowA -TcSetFlowW -TcSetInterface diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/trialoc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/trialoc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/trialoc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/trialoc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file trialoc.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY trialoc.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/trkwks.def mingw-w64-6.0.0/mingw-w64-crt/lib64/trkwks.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/trkwks.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/trkwks.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file trkwks.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY trkwks.dll -EXPORTS -ServiceEntry -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tsbyuv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tsbyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tsbyuv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tsbyuv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file TSBYUV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TSBYUV.dll -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tscfgwmi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tscfgwmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tscfgwmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tscfgwmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file TSCfgWmi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TSCfgWmi.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/tshoot.def mingw-w64-6.0.0/mingw-w64-crt/lib64/tshoot.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/tshoot.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/tshoot.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file TSHOOT.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TSHOOT.DLL -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/twext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/twext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/twext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/twext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file twext.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY twext.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/txflog.def mingw-w64-6.0.0/mingw-w64-crt/lib64/txflog.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/txflog.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/txflog.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file TxfLogDll.Dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY TxfLogDll.Dll -EXPORTS -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/txfw32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/txfw32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/txfw32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/txfw32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of txfw32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "txfw32.dll" -EXPORTS -TxfGetThreadMiniVersionForCreate -TxfLogCreateFileReadContext -TxfLogCreateRangeReadContext -TxfLogDestroyReadContext -TxfLogReadRecords -TxfLogRecordGetFileName -TxfLogRecordGetGenericType -TxfReadMetadataInfo -TxfSetThreadMiniVersionForCreate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ucrt.mri mingw-w64-6.0.0/mingw-w64-crt/lib64/ucrt.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ucrt.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ucrt.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +CREATE lib64/libucrt.a +ADDLIB lib64/libapi-ms-win-crt-conio-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-convert-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-environment-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-filesystem-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-heap-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-locale-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-math-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-multibyte-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-private-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-process-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-runtime-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-stdio-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-string-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-time-l1-1-0.a +ADDLIB lib64/libapi-ms-win-crt-utility-l1-1-0.a +ADDLIB lib64/libucrt_extra.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/uihelper.def mingw-w64-6.0.0/mingw-w64-crt/lib64/uihelper.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/uihelper.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/uihelper.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1086 +0,0 @@ -; -; Exports of file uihelper.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY uihelper.DLL -EXPORTS -; public: __cdecl ATL::CWindowImpl >::CWindowImpl >(class CWindowImpl >::CWindowImpl > const & __ptr64) __ptr64 -??0?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImpl >::CWindowImpl >(void) __ptr64 -??0?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplBaseT >::CWindowImplBaseT >(class CWindowImplBaseT >::CWindowImplBaseT > const & __ptr64) __ptr64 -??0?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImplBaseT >::CWindowImplBaseT >(void) __ptr64 -??0?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplRoot::CWindowImplRoot(class CWindowImplRoot::CWindowImplRoot const & __ptr64) __ptr64 -??0?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImplRoot::CWindowImplRoot(void) __ptr64 -??0?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@XZ -; public: __cdecl std::list >::list >(class list >::list > const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::list >::list >(class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class IIS::CString const * __ptr64,class IIS::CString const * __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@PEBVCString@IIS@@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class list >::list >::const_iterator,class list >::list >::const_iterator,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@Vconst_iterator@01@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(unsigned __int64,class IIS::CString const & __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@_KAEBVCString@IIS@@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl CBlob::CBlob(class CBlob const & __ptr64) __ptr64 -??0CBlob@@QEAA@AEBV0@@Z -; public: __cdecl CBlob::CBlob(unsigned long,unsigned char * __ptr64,int) __ptr64 -??0CBlob@@QEAA@KPEAEH@Z -; public: __cdecl CBlob::CBlob(void) __ptr64 -??0CBlob@@QEAA@XZ -; public: __cdecl CComAuthInfo::CComAuthInfo(class CComAuthInfo & __ptr64) __ptr64 -??0CComAuthInfo@@QEAA@AEAV0@@Z -; public: __cdecl CComAuthInfo::CComAuthInfo(class CComAuthInfo * __ptr64) __ptr64 -??0CComAuthInfo@@QEAA@PEAV0@@Z -; public: __cdecl CComAuthInfo::CComAuthInfo(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0CComAuthInfo@@QEAA@PEBG00@Z -; public: __cdecl CError::CError(class CError const & __ptr64) __ptr64 -??0CError@@QEAA@AEBV0@@Z -; public: __cdecl CError::CError(long) __ptr64 -??0CError@@QEAA@J@Z -; public: __cdecl CError::CError(unsigned long) __ptr64 -??0CError@@QEAA@K@Z -; public: __cdecl CError::CError(void) __ptr64 -??0CError@@QEAA@XZ -; public: __cdecl CFileChooser::CFileChooser(class CFileChooser const & __ptr64) __ptr64 -??0CFileChooser@@QEAA@AEBV0@@Z -; public: __cdecl CFileChooser::CFileChooser(void) __ptr64 -??0CFileChooser@@QEAA@XZ -; public: __cdecl CIISApplication::CIISApplication(class CIISApplication & __ptr64) __ptr64 -??0CIISApplication@@QEAA@AEAV0@@Z -; public: __cdecl CIISApplication::CIISApplication(class CComAuthInfo * __ptr64,unsigned short const * __ptr64) __ptr64 -??0CIISApplication@@QEAA@PEAVCComAuthInfo@@PEBG@Z -; public: __cdecl CIISInterface::CIISInterface(class CIISInterface & __ptr64) __ptr64 -??0CIISInterface@@QEAA@AEAV0@@Z -; public: __cdecl CIISInterface::CIISInterface(class CComAuthInfo * __ptr64,long) __ptr64 -??0CIISInterface@@QEAA@PEAVCComAuthInfo@@J@Z -; public: __cdecl CIISSvcControl::CIISSvcControl(class CIISSvcControl & __ptr64) __ptr64 -??0CIISSvcControl@@QEAA@AEAV0@@Z -; public: __cdecl CIISSvcControl::CIISSvcControl(class CIISSvcControl * __ptr64) __ptr64 -??0CIISSvcControl@@QEAA@PEAV0@@Z -; public: __cdecl CIISSvcControl::CIISSvcControl(class CComAuthInfo * __ptr64) __ptr64 -??0CIISSvcControl@@QEAA@PEAVCComAuthInfo@@@Z -; public: __cdecl CMetaBack::CMetaBack(class CMetaBack & __ptr64) __ptr64 -??0CMetaBack@@QEAA@AEAV0@@Z -; public: __cdecl CMetaBack::CMetaBack(class CComAuthInfo * __ptr64) __ptr64 -??0CMetaBack@@QEAA@PEAVCComAuthInfo@@@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(class CMetaEnumerator & __ptr64) __ptr64 -??0CMetaEnumerator@@QEAA@AEAV0@@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(int,class CMetaKey * __ptr64) __ptr64 -??0CMetaEnumerator@@QEAA@HPEAVCMetaKey@@@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(class CComAuthInfo * __ptr64,unsigned short const * __ptr64,unsigned long) __ptr64 -??0CMetaEnumerator@@QEAA@PEAVCComAuthInfo@@PEBGK@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(class CMetaInterface * __ptr64,unsigned short const * __ptr64,unsigned long) __ptr64 -??0CMetaEnumerator@@QEAA@PEAVCMetaInterface@@PEBGK@Z -; protected: __cdecl CMetaInterface::CMetaInterface(class CMetaInterface * __ptr64) __ptr64 -??0CMetaInterface@@IEAA@PEAV0@@Z -; protected: __cdecl CMetaInterface::CMetaInterface(class CComAuthInfo * __ptr64) __ptr64 -??0CMetaInterface@@IEAA@PEAVCComAuthInfo@@@Z -; public: __cdecl CMetaInterface::CMetaInterface(class CMetaInterface & __ptr64) __ptr64 -??0CMetaInterface@@QEAA@AEAV0@@Z -; public: __cdecl CMetaKey::CMetaKey(class CMetaKey & __ptr64) __ptr64 -??0CMetaKey@@QEAA@AEAV0@@Z -; public: __cdecl CMetaKey::CMetaKey(int,class CMetaKey * __ptr64) __ptr64 -??0CMetaKey@@QEAA@HPEAV0@@Z -; public: __cdecl CMetaKey::CMetaKey(class CComAuthInfo * __ptr64) __ptr64 -??0CMetaKey@@QEAA@PEAVCComAuthInfo@@@Z -; public: __cdecl CMetaKey::CMetaKey(class CComAuthInfo * __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -??0CMetaKey@@QEAA@PEAVCComAuthInfo@@PEBGKK@Z -; public: __cdecl CMetaKey::CMetaKey(class CMetaInterface * __ptr64) __ptr64 -??0CMetaKey@@QEAA@PEAVCMetaInterface@@@Z -; public: __cdecl CMetaKey::CMetaKey(class CMetaInterface * __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -??0CMetaKey@@QEAA@PEAVCMetaInterface@@PEBGKK@Z -; public: __cdecl CMetabasePath::CMetabasePath(class CMetabasePath const & __ptr64) __ptr64 -??0CMetabasePath@@QEAA@AEBV0@@Z -; public: __cdecl CMetabasePath::CMetabasePath(int,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0CMetabasePath@@QEAA@HPEBG000@Z -; public: __cdecl CMetabasePath::CMetabasePath(unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -??0CMetabasePath@@QEAA@PEBGK00@Z -; public: __cdecl CStrPassword::CStrPassword(class CStrPassword & __ptr64) __ptr64 -??0CStrPassword@@QEAA@AEAV0@@Z -; public: __cdecl CStrPassword::CStrPassword(unsigned short * __ptr64) __ptr64 -??0CStrPassword@@QEAA@PEAG@Z -; public: __cdecl CStrPassword::CStrPassword(unsigned short const * __ptr64) __ptr64 -??0CStrPassword@@QEAA@PEBG@Z -; public: __cdecl CStrPassword::CStrPassword(void) __ptr64 -??0CStrPassword@@QEAA@XZ -; public: __cdecl IIS::CString::CString(class CString::CString const & __ptr64) __ptr64 -??0CString@IIS@@QEAA@AEBV01@@Z -; public: __cdecl IIS::CString::CString(class std::basic_string,class std::allocator > const & __ptr64) __ptr64 -??0CString@IIS@@QEAA@AEBV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -; public: __cdecl IIS::CString::CString(class ATL::CComBSTR const & __ptr64) __ptr64 -??0CString@IIS@@QEAA@AEBVCComBSTR@ATL@@@Z -; public: __cdecl IIS::CString::CString(unsigned short,int) __ptr64 -??0CString@IIS@@QEAA@GH@Z -; public: __cdecl IIS::CString::CString(char const * __ptr64) __ptr64 -??0CString@IIS@@QEAA@PEBD@Z -; public: __cdecl IIS::CString::CString(unsigned short const * __ptr64) __ptr64 -??0CString@IIS@@QEAA@PEBG@Z -; public: __cdecl IIS::CString::CString(void) __ptr64 -??0CString@IIS@@QEAA@XZ -; public: __cdecl CStringListEx::CStringListEx(class CStringListEx const & __ptr64) __ptr64 -??0CStringListEx@@QEAA@AEBV0@@Z -; public: __cdecl CStringListEx::CStringListEx(void) __ptr64 -??0CStringListEx@@QEAA@XZ -; protected: __cdecl CWamInterface::CWamInterface(class CWamInterface * __ptr64) __ptr64 -??0CWamInterface@@IEAA@PEAV0@@Z -; protected: __cdecl CWamInterface::CWamInterface(class CComAuthInfo * __ptr64) __ptr64 -??0CWamInterface@@IEAA@PEAVCComAuthInfo@@@Z -; public: __cdecl CWamInterface::CWamInterface(class CWamInterface & __ptr64) __ptr64 -??0CWamInterface@@QEAA@AEAV0@@Z -; public: __cdecl ATL::CWindowImpl >::~CWindowImpl >(void) __ptr64 -??1?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplBaseT >::~CWindowImplBaseT >(void) __ptr64 -??1?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplRoot::~CWindowImplRoot(void) __ptr64 -??1?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@XZ -; public: __cdecl std::list >::~list >(void) __ptr64 -??1?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@XZ -; public: __cdecl CBlob::~CBlob(void) __ptr64 -??1CBlob@@QEAA@XZ -; public: __cdecl CComAuthInfo::~CComAuthInfo(void) __ptr64 -??1CComAuthInfo@@QEAA@XZ -; public: __cdecl CError::~CError(void) __ptr64 -??1CError@@QEAA@XZ -; public: __cdecl CFileChooser::~CFileChooser(void) __ptr64 -??1CFileChooser@@QEAA@XZ -; public: virtual __cdecl CIISApplication::~CIISApplication(void) __ptr64 -??1CIISApplication@@UEAA@XZ -; public: __cdecl CIISInterface::~CIISInterface(void) __ptr64 -??1CIISInterface@@QEAA@XZ -; public: virtual __cdecl CIISSvcControl::~CIISSvcControl(void) __ptr64 -??1CIISSvcControl@@UEAA@XZ -; public: virtual __cdecl CMetaBack::~CMetaBack(void) __ptr64 -??1CMetaBack@@UEAA@XZ -; public: virtual __cdecl CMetaEnumerator::~CMetaEnumerator(void) __ptr64 -??1CMetaEnumerator@@UEAA@XZ -; public: virtual __cdecl CMetaInterface::~CMetaInterface(void) __ptr64 -??1CMetaInterface@@UEAA@XZ -; public: virtual __cdecl CMetaKey::~CMetaKey(void) __ptr64 -??1CMetaKey@@UEAA@XZ -; public: __cdecl CMetabasePath::~CMetabasePath(void) __ptr64 -??1CMetabasePath@@QEAA@XZ -; public: __cdecl CStrPassword::~CStrPassword(void) __ptr64 -??1CStrPassword@@QEAA@XZ -; public: __cdecl IIS::CString::~CString(void) __ptr64 -??1CString@IIS@@QEAA@XZ -; public: __cdecl CStringListEx::~CStringListEx(void) __ptr64 -??1CStringListEx@@QEAA@XZ -; public: virtual __cdecl CWamInterface::~CWamInterface(void) __ptr64 -??1CWamInterface@@UEAA@XZ -; public: class ATL::CWindowImpl > & __ptr64 __cdecl ATL::CWindowImpl >::operator=(class ATL::CWindowImpl > const & __ptr64) __ptr64 -??4?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class ATL::CWindowImplBaseT > & __ptr64 __cdecl ATL::CWindowImplBaseT >::operator=(class ATL::CWindowImplBaseT > const & __ptr64) __ptr64 -??4?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class ATL::CWindowImplRoot & __ptr64 __cdecl ATL::CWindowImplRoot::operator=(class ATL::CWindowImplRoot const & __ptr64) __ptr64 -??4?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class std::list > & __ptr64 __cdecl std::list >::operator=(class std::list > const & __ptr64) __ptr64 -??4?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class CBlob & __ptr64 __cdecl CBlob::operator=(class CBlob const & __ptr64) __ptr64 -??4CBlob@@QEAAAEAV0@AEBV0@@Z -; public: class CComAuthInfo & __ptr64 __cdecl CComAuthInfo::operator=(class CComAuthInfo & __ptr64) __ptr64 -??4CComAuthInfo@@QEAAAEAV0@AEAV0@@Z -; public: class CComAuthInfo & __ptr64 __cdecl CComAuthInfo::operator=(class CComAuthInfo * __ptr64) __ptr64 -??4CComAuthInfo@@QEAAAEAV0@PEAV0@@Z -; public: class CComAuthInfo & __ptr64 __cdecl CComAuthInfo::operator=(unsigned short const * __ptr64) __ptr64 -??4CComAuthInfo@@QEAAAEAV0@PEBG@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(class CError const & __ptr64) __ptr64 -??4CError@@QEAAAEBV0@AEBV0@@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(long) __ptr64 -??4CError@@QEAAAEBV0@J@Z -; public: class CFileChooser & __ptr64 __cdecl CFileChooser::operator=(class CFileChooser const & __ptr64) __ptr64 -??4CFileChooser@@QEAAAEAV0@AEBV0@@Z -; public: class CIISApplication & __ptr64 __cdecl CIISApplication::operator=(class CIISApplication & __ptr64) __ptr64 -??4CIISApplication@@QEAAAEAV0@AEAV0@@Z -; public: class CIISInterface & __ptr64 __cdecl CIISInterface::operator=(class CIISInterface & __ptr64) __ptr64 -??4CIISInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CIISSvcControl & __ptr64 __cdecl CIISSvcControl::operator=(class CIISSvcControl & __ptr64) __ptr64 -??4CIISSvcControl@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaBack & __ptr64 __cdecl CMetaBack::operator=(class CMetaBack & __ptr64) __ptr64 -??4CMetaBack@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaEnumerator & __ptr64 __cdecl CMetaEnumerator::operator=(class CMetaEnumerator & __ptr64) __ptr64 -??4CMetaEnumerator@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaInterface & __ptr64 __cdecl CMetaInterface::operator=(class CMetaInterface & __ptr64) __ptr64 -??4CMetaInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaKey & __ptr64 __cdecl CMetaKey::operator=(class CMetaKey & __ptr64) __ptr64 -??4CMetaKey@@QEAAAEAV0@AEAV0@@Z -; public: class CMetabasePath & __ptr64 __cdecl CMetabasePath::operator=(class CMetabasePath const & __ptr64) __ptr64 -??4CMetabasePath@@QEAAAEAV0@AEBV0@@Z -; public: class CStrPassword const & __ptr64 __cdecl CStrPassword::operator=(class CStrPassword & __ptr64) __ptr64 -??4CStrPassword@@QEAAAEBV0@AEAV0@@Z -; public: class CStrPassword const & __ptr64 __cdecl CStrPassword::operator=(unsigned short const * __ptr64) __ptr64 -??4CStrPassword@@QEAAAEBV0@PEBG@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator=(class IIS::CString const & __ptr64) __ptr64 -??4CString@IIS@@QEAAAEBV01@AEBV01@@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator=(char) __ptr64 -??4CString@IIS@@QEAAAEBV01@D@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator=(unsigned short) __ptr64 -??4CString@IIS@@QEAAAEBV01@G@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator=(unsigned char const * __ptr64) __ptr64 -??4CString@IIS@@QEAAAEBV01@PEBE@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator=(unsigned short const * __ptr64) __ptr64 -??4CString@IIS@@QEAAAEBV01@PEBG@Z -; public: class CStringListEx & __ptr64 __cdecl CStringListEx::operator=(class CStringListEx const & __ptr64) __ptr64 -??4CStringListEx@@QEAAAEAV0@AEBV0@@Z -; public: class CWamInterface & __ptr64 __cdecl CWamInterface::operator=(class CWamInterface & __ptr64) __ptr64 -??4CWamInterface@@QEAAAEAV0@AEAV0@@Z -; public: int __cdecl CBlob::operator==(class CBlob const & __ptr64)const __ptr64 -??8CBlob@@QEBAHAEBV0@@Z -; public: int const __cdecl CError::operator==(class CError & __ptr64) __ptr64 -??8CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator==(long) __ptr64 -??8CError@@QEAA?BHJ@Z -; public: bool __cdecl CStrPassword::operator==(class CStrPassword & __ptr64) __ptr64 -??8CStrPassword@@QEAA_NAEAV0@@Z -; public: int __cdecl CBlob::operator!=(class CBlob const & __ptr64)const __ptr64 -??9CBlob@@QEBAHAEBV0@@Z -; public: int const __cdecl CError::operator!=(class CError & __ptr64) __ptr64 -??9CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator!=(long) __ptr64 -??9CError@@QEAA?BHJ@Z -; public: bool __cdecl CStrPassword::operator!=(class CStrPassword & __ptr64) __ptr64 -??9CStrPassword@@QEAA_NAEAV0@@Z -; public: unsigned short __cdecl IIS::CString::operator[](int)const __ptr64 -??ACString@IIS@@QEBAGH@Z -; public: __cdecl CComAuthInfo::operator unsigned short * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAGXZ -; public: __cdecl CComAuthInfo::operator class CComAuthInfo * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAV0@XZ -; public: __cdecl CError::operator unsigned short const * __ptr64(void) __ptr64 -??BCError@@QEAAPEBGXZ -; public: __cdecl CError::operator int const (void)const __ptr64 -??BCError@@QEBA?BHXZ -; public: __cdecl CError::operator long const (void)const __ptr64 -??BCError@@QEBA?BJXZ -; public: __cdecl CError::operator unsigned long const (void)const __ptr64 -??BCError@@QEBA?BKXZ -; public: __cdecl CIISInterface::operator int(void)const __ptr64 -??BCIISInterface@@QEBAHXZ -; public: __cdecl CIISInterface::operator long(void)const __ptr64 -??BCIISInterface@@QEBAJXZ -; public: __cdecl CMetaKey::operator int(void)const __ptr64 -??BCMetaKey@@QEBAHXZ -; public: __cdecl CMetaKey::operator unsigned long(void)const __ptr64 -??BCMetaKey@@QEBAKXZ -; public: __cdecl CMetaKey::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetaKey@@QEBAPEBGXZ -; public: __cdecl CMetabasePath::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetabasePath@@QEBAPEBGXZ -; public: __cdecl CStrPassword::operator class IIS::CString(void) __ptr64 -??BCStrPassword@@QEAA?AVCString@IIS@@XZ -; public: __cdecl IIS::CString::operator unsigned short const * __ptr64(void)const __ptr64 -??BCString@IIS@@QEBAPEBGXZ -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator+=(class IIS::CString const & __ptr64) __ptr64 -??YCString@IIS@@QEAAAEBV01@AEBV01@@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator+=(char) __ptr64 -??YCString@IIS@@QEAAAEBV01@D@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator+=(unsigned short) __ptr64 -??YCString@IIS@@QEAAAEBV01@G@Z -; public: class IIS::CString const & __ptr64 __cdecl IIS::CString::operator+=(unsigned short const * __ptr64) __ptr64 -??YCString@IIS@@QEAAAEBV01@PEBG@Z -; const CFileChooser::`vftable' -??_7CFileChooser@@6B@ -; const CIISApplication::`vftable'{for `CMetaKey'} -??_7CIISApplication@@6BCMetaKey@@@ -; const CIISApplication::`vftable'{for `CWamInterface'} -??_7CIISApplication@@6BCWamInterface@@@ -; const CIISInterface::`vftable' -??_7CIISInterface@@6B@ -; const CIISSvcControl::`vftable' -??_7CIISSvcControl@@6B@ -; const CMetaBack::`vftable'{for `CMetaInterface'} -??_7CMetaBack@@6BCMetaInterface@@@ -; const CMetaBack::`vftable'{for `CWamInterface'} -??_7CMetaBack@@6BCWamInterface@@@ -; const CMetaEnumerator::`vftable' -??_7CMetaEnumerator@@6B@ -; const CMetaInterface::`vftable' -??_7CMetaInterface@@6B@ -; const CMetaKey::`vftable' -??_7CMetaKey@@6B@ -; const CWamInterface::`vftable' -??_7CWamInterface@@6B@ -; public: void __cdecl std::list >::`default constructor closure'(void) __ptr64 -??_F?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl CComAuthInfo::`default constructor closure'(void) __ptr64 -??_FCComAuthInfo@@QEAAXXZ -; public: void __cdecl CMetabasePath::`default constructor closure'(void) __ptr64 -??_FCMetabasePath@@QEAAXXZ -; public: void __cdecl CFileChooser::AddExtension(struct HINSTANCE__ * __ptr64,unsigned int,unsigned int) __ptr64 -?AddExtension@CFileChooser@@QEAAXPEAUHINSTANCE__@@II@Z -; public: void __cdecl CFileChooser::AddExtension(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?AddExtension@CFileChooser@@QEAAXPEBG0@Z -; protected: long __cdecl CMetaInterface::AddKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::AddKey(unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaKey@@QEAAJPEBG@Z -; public: unsigned int __cdecl CError::AddOverride(long,unsigned int) __ptr64 -?AddOverride@CError@@QEAAIJI@Z -; public: void __cdecl CFileChooser::AddStyle(unsigned long) __ptr64 -?AddStyle@CFileChooser@@QEAAXK@Z -; protected: static int __cdecl CError::AllocateStatics(void) -?AllocateStatics@CError@@KAHXZ -; protected: long __cdecl CWamInterface::AppCreate(unsigned short const * __ptr64,unsigned long) __ptr64 -?AppCreate@CWamInterface@@IEAAJPEBGK@Z -; protected: long __cdecl CWamInterface::AppDelete(unsigned short const * __ptr64,int) __ptr64 -?AppDelete@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppDeleteRecoverable(unsigned short const * __ptr64,int) __ptr64 -?AppDeleteRecoverable@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppGetStatus(unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?AppGetStatus@CWamInterface@@IEAAJPEBGPEAK@Z -; protected: long __cdecl CWamInterface::AppRecover(unsigned short const * __ptr64,int) __ptr64 -?AppRecover@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppUnLoad(unsigned short const * __ptr64,int) __ptr64 -?AppUnLoad@CWamInterface@@IEAAJPEBGH@Z -; protected: void __cdecl CMetabasePath::AppendPath(unsigned long) __ptr64 -?AppendPath@CMetabasePath@@IEAAXK@Z -; protected: void __cdecl CMetabasePath::AppendPath(unsigned short const * __ptr64) __ptr64 -?AppendPath@CMetabasePath@@IEAAXPEBG@Z -; public: long __cdecl CComAuthInfo::ApplyProxyBlanket(struct IUnknown * __ptr64) __ptr64 -?ApplyProxyBlanket@CComAuthInfo@@QEAAJPEAUIUnknown@@@Z -; public: long __cdecl CComAuthInfo::ApplyProxyBlanket(struct IUnknown * __ptr64,unsigned long) __ptr64 -?ApplyProxyBlanket@CComAuthInfo@@QEAAJPEAUIUnknown@@K@Z -; protected: virtual long __cdecl CIISSvcControl::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CIISSvcControl@@MEAAJXZ -; protected: virtual long __cdecl CMetaBack::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaBack@@MEAAJXZ -; protected: virtual long __cdecl CMetaInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaInterface@@MEAAJXZ -; protected: virtual long __cdecl CWamInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CWamInterface@@MEAAJXZ -; protected: static int __cdecl CError::AreStaticsAllocated(void) -?AreStaticsAllocated@CError@@KAHXZ -; public: long __cdecl CMetaBack::Backup(unsigned short const * __ptr64) __ptr64 -?Backup@CMetaBack@@QEAAJPEBG@Z -; protected: long __cdecl CMetaInterface::Backup(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Backup@CMetaInterface@@IEAAJPEBGKK@Z -; protected: int __cdecl CFileChooser::BrowseForFile(class IIS::CString & __ptr64,class IIS::CString & __ptr64) __ptr64 -?BrowseForFile@CFileChooser@@IEAAHAEAVCString@IIS@@0@Z -; protected: int __cdecl CFileChooser::BrowseForFolder(class IIS::CString & __ptr64) __ptr64 -?BrowseForFolder@CFileChooser@@IEAAHAEAVCString@IIS@@@Z -; public: int __cdecl CFileChooser::BrowseForFolderCallback(struct HWND__ * __ptr64,unsigned int,__int64) __ptr64 -?BrowseForFolderCallback@CFileChooser@@QEAAHPEAUHWND__@@I_J@Z -; protected: void __cdecl CMetabasePath::BuildMetaPath(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?BuildMetaPath@CMetabasePath@@IEAAXPEBG000@Z -; protected: void __cdecl CMetabasePath::BuildMetaPath(unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?BuildMetaPath@CMetabasePath@@IEAAXPEBGK00@Z -; public: virtual long __cdecl CIISInterface::ChangeProxyBlanket(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?ChangeProxyBlanket@CIISInterface@@UEAAJPEBG0@Z -; public: long __cdecl CMetaKey::CheckDescendants(unsigned long,class CComAuthInfo * __ptr64,unsigned short const * __ptr64) __ptr64 -?CheckDescendants@CMetaKey@@QEAAJKPEAVCComAuthInfo@@PEBG@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::CleanMetaPath(class CMetabasePath & __ptr64) -?CleanMetaPath@CMetabasePath@@SAPEBGAEAV1@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::CleanMetaPath(class IIS::CString & __ptr64) -?CleanMetaPath@CMetabasePath@@SAPEBGAEAVCString@IIS@@@Z -; public: void __cdecl CBlob::CleanUp(void) __ptr64 -?CleanUp@CBlob@@QEAAXXZ -; public: void __cdecl CStringListEx::Clear(void) __ptr64 -?Clear@CStringListEx@@QEAAXXZ -; private: void __cdecl CStrPassword::ClearPasswordBuffers(void) __ptr64 -?ClearPasswordBuffers@CStrPassword@@AEAAXXZ -; public: long __cdecl CMetaKey::Close(void) __ptr64 -?Close@CMetaKey@@QEAAJXZ -; protected: long __cdecl CMetaInterface::CloseKey(unsigned long) __ptr64 -?CloseKey@CMetaInterface@@IEAAJK@Z -; public: int __cdecl IIS::CString::Collate(unsigned short const * __ptr64)const __ptr64 -?Collate@CString@IIS@@QEBAHPEBG@Z -; protected: void __cdecl CIISApplication::CommonConstruct(void) __ptr64 -?CommonConstruct@CIISApplication@@IEAAXXZ -; public: int __cdecl CStrPassword::Compare(class CStrPassword & __ptr64)const __ptr64 -?Compare@CStrPassword@@QEBAHAEAV1@@Z -; public: int __cdecl CStrPassword::Compare(class IIS::CString & __ptr64)const __ptr64 -?Compare@CStrPassword@@QEBAHAEAVCString@IIS@@@Z -; public: int __cdecl CStrPassword::Compare(unsigned short const * __ptr64)const __ptr64 -?Compare@CStrPassword@@QEBAHPEBG@Z -; public: int __cdecl IIS::CString::Compare(unsigned short const * __ptr64)const __ptr64 -?Compare@CString@IIS@@QEBAHPEBG@Z -; public: int __cdecl IIS::CString::CompareNoCase(unsigned short const * __ptr64)const __ptr64 -?CompareNoCase@CString@IIS@@QEBAHPEBG@Z -; protected: class CError const & __ptr64 __cdecl CError::Construct(class CError const & __ptr64) __ptr64 -?Construct@CError@@IEAAAEBV1@AEBV1@@Z -; protected: class CError const & __ptr64 __cdecl CError::Construct(long) __ptr64 -?Construct@CError@@IEAAAEBV1@J@Z -; public: unsigned long __cdecl CStringListEx::ConvertFromDoubleNullList(unsigned short const * __ptr64,int) __ptr64 -?ConvertFromDoubleNullList@CStringListEx@@QEAAKPEBGH@Z -; public: unsigned long __cdecl CStringListEx::ConvertToDoubleNullList(unsigned long & __ptr64,unsigned short * __ptr64 & __ptr64) __ptr64 -?ConvertToDoubleNullList@CStringListEx@@QEAAKAEAKAEAPEAG@Z -; public: long __cdecl CMetaKey::ConvertToParentPath(int) __ptr64 -?ConvertToParentPath@CMetaKey@@QEAAJH@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::ConvertToParentPath(class CMetabasePath & __ptr64) -?ConvertToParentPath@CMetabasePath@@SAPEBGAEAV1@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::ConvertToParentPath(class IIS::CString & __ptr64) -?ConvertToParentPath@CMetabasePath@@SAPEBGAEAVCString@IIS@@@Z -; protected: long __cdecl CMetaInterface::CopyData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,int) __ptr64 -?CopyData@CMetaInterface@@IEAAJKPEBGK0KKKH@Z -; protected: long __cdecl CMetaInterface::CopyKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,int,int) __ptr64 -?CopyKey@CMetaInterface@@IEAAJKPEBGK0HH@Z -; public: void __cdecl CStrPassword::CopyTo(class CStrPassword & __ptr64) __ptr64 -?CopyTo@CStrPassword@@QEAAXAEAV1@@Z -; public: void __cdecl CStrPassword::CopyTo(class IIS::CString & __ptr64) __ptr64 -?CopyTo@CStrPassword@@QEAAXAEAVCString@IIS@@@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImpl >::Create(struct HWND__ * __ptr64,struct tagRECT & __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned int,void * __ptr64) __ptr64 -?Create@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAAPEAUHWND__@@PEAU3@AEAUtagRECT@@PEBGKKIPEAX@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImplBaseT >::Create(struct HWND__ * __ptr64,struct tagRECT & __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned int,unsigned short,void * __ptr64) __ptr64 -?Create@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAPEAUHWND__@@PEAU3@AEAUtagRECT@@PEBGKKIGPEAX@Z -; public: long __cdecl CIISApplication::Create(unsigned short const * __ptr64,unsigned long) __ptr64 -?Create@CIISApplication@@QEAAJPEBGK@Z -; protected: long __cdecl CIISInterface::Create(int,struct _GUID const * __ptr64 const,struct _GUID const * __ptr64 const,int * __ptr64,struct IUnknown * __ptr64 * __ptr64) __ptr64 -?Create@CIISInterface@@IEAAJHQEBU_GUID@@0PEAHPEAPEAUIUnknown@@@Z -; protected: long __cdecl CIISSvcControl::Create(void) __ptr64 -?Create@CIISSvcControl@@IEAAJXZ -; protected: long __cdecl CMetaInterface::Create(void) __ptr64 -?Create@CMetaInterface@@IEAAJXZ -; protected: long __cdecl CWamInterface::Create(void) __ptr64 -?Create@CWamInterface@@IEAAJXZ -; protected: void __cdecl CFileChooser::CreateDefaultPathForRead(void) __ptr64 -?CreateDefaultPathForRead@CFileChooser@@IEAAXXZ -; protected: void __cdecl CFileChooser::CreateFilter(class IIS::CString & __ptr64,class IIS::CString & __ptr64) __ptr64 -?CreateFilter@CFileChooser@@IEAAXAEAVCString@IIS@@0@Z -; public: long __cdecl CMetaKey::CreatePathFromFailedOpen(void) __ptr64 -?CreatePathFromFailedOpen@CMetaKey@@QEAAJXZ -; public: struct _COSERVERINFO * __ptr64 __cdecl CComAuthInfo::CreateServerInfoStruct(unsigned long)const __ptr64 -?CreateServerInfoStruct@CComAuthInfo@@QEBAPEAU_COSERVERINFO@@K@Z -; public: struct _COSERVERINFO * __ptr64 __cdecl CComAuthInfo::CreateServerInfoStruct(void)const __ptr64 -?CreateServerInfoStruct@CComAuthInfo@@QEBAPEAU_COSERVERINFO@@XZ -; protected: static long __cdecl CError::CvtToInternalFormat(long) -?CvtToInternalFormat@CError@@KAJJ@Z -; protected: static void __cdecl CError::DeAllocateStatics(void) -?DeAllocateStatics@CError@@KAXXZ -; long __cdecl DecryptMemoryPassword(unsigned short * __ptr64,unsigned short * __ptr64 * __ptr64,unsigned long) -?DecryptMemoryPassword@@YAJPEAGPEAPEAGK@Z -; public: __int64 __cdecl ATL::CWindowImplBaseT >::DefWindowProcW(unsigned int,unsigned __int64,__int64) __ptr64 -?DefWindowProcW@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA_JI_K_J@Z -; public: __int64 __cdecl ATL::CWindowImplBaseT >::DefWindowProcW(void) __ptr64 -?DefWindowProcW@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA_JXZ -; public: static int __cdecl ATL::CWindowImplRoot::DefaultReflectionHandler(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64,__int64 & __ptr64) -?DefaultReflectionHandler@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@SAHPEAUHWND__@@I_K_JAEA_J@Z -; public: long __cdecl CIISApplication::Delete(int) __ptr64 -?Delete@CIISApplication@@QEAAJH@Z -; public: long __cdecl CMetaBack::Delete(unsigned short const * __ptr64,unsigned long) __ptr64 -?Delete@CMetaBack@@QEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteAllData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteBackup(unsigned short const * __ptr64,unsigned long) __ptr64 -?DeleteBackup@CMetaInterface@@IEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteChildKeys(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteChildKeys@CMetaInterface@@IEAAJKPEBG@Z -; protected: long __cdecl CMetaInterface::DeleteData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::DeleteKey(unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaKey@@QEAAJPEBG@Z -; public: long __cdecl CIISApplication::DeleteRecoverable(int) __ptr64 -?DeleteRecoverable@CIISApplication@@QEAAJH@Z -; public: long __cdecl CMetaKey::DeleteValue(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteValue@CMetaKey@@QEAAJKPEBG@Z -; public: void __cdecl CStrPassword::DestroyClearTextPassword(unsigned short * __ptr64)const __ptr64 -?DestroyClearTextPassword@CStrPassword@@QEBAXPEAG@Z -; public: int __cdecl ATL::CWindowImplBaseT >::DestroyWindow(void) __ptr64 -?DestroyWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAHXZ -; public: long __cdecl CMetaKey::DoesPathExist(unsigned short const * __ptr64) __ptr64 -?DoesPathExist@CMetaKey@@QEAAJPEBG@Z -; void __cdecl EditHideBalloon(void) -?EditHideBalloon@@YAXXZ -; void __cdecl EditShowBalloon(struct HWND__ * __ptr64,struct HINSTANCE__ * __ptr64,unsigned int) -?EditShowBalloon@@YAXPEAUHWND__@@PEAUHINSTANCE__@@I@Z -; void __cdecl EditShowBalloon(struct HWND__ * __ptr64,unsigned short const * __ptr64) -?EditShowBalloon@@YAXPEAUHWND__@@PEBG@Z -; __int64 __cdecl Edit_ShowBalloonTipHandler(struct HWND__ * __ptr64,unsigned short const * __ptr64) -?Edit_ShowBalloonTipHandler@@YA_JPEAUHWND__@@PEBG@Z -; public: void __cdecl CStrPassword::Empty(void) __ptr64 -?Empty@CStrPassword@@QEAAXXZ -; public: void __cdecl IIS::CString::Empty(void) __ptr64 -?Empty@CString@IIS@@QEAAXXZ -; long __cdecl EncryptMemoryPassword(unsigned short * __ptr64,unsigned short * __ptr64 * __ptr64,unsigned long * __ptr64) -?EncryptMemoryPassword@@YAJPEAGPEAPEAGPEAK@Z -; protected: long __cdecl CMetaInterface::EnumBackups(unsigned short * __ptr64,unsigned long * __ptr64,struct _FILETIME * __ptr64,unsigned long) __ptr64 -?EnumBackups@CMetaInterface@@IEAAJPEAGPEAKPEAU_FILETIME@@K@Z -; protected: long __cdecl CMetaInterface::EnumData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?EnumData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@KPEAK@Z -; protected: long __cdecl CMetaInterface::EnumKeys(unsigned long,unsigned short const * __ptr64,unsigned short * __ptr64,unsigned long) __ptr64 -?EnumKeys@CMetaInterface@@IEAAJKPEBGPEAGK@Z -; protected: int __cdecl CError::ExpandEscapeCode(unsigned short * __ptr64,unsigned long,unsigned short * __ptr64 & __ptr64,class IIS::CString & __ptr64,long & __ptr64)const __ptr64 -?ExpandEscapeCode@CError@@IEBAHPEAGKAEAPEAGAEAVCString@IIS@@AEAJ@Z -; protected: int __cdecl CFileChooser::ExtractArgs(unsigned short * __ptr64) __ptr64 -?ExtractArgs@CFileChooser@@IEAAHPEAG@Z -; protected: int __cdecl CFileChooser::ExtractPath(unsigned short * __ptr64) __ptr64 -?ExtractPath@CFileChooser@@IEAAHPEAG@Z -; public: int __cdecl CError::Failed(void)const __ptr64 -?Failed@CError@@QEBAHXZ -; public: static int __cdecl CError::Failed(long) -?Failed@CError@@SAHJ@Z -; public: int __cdecl IIS::CString::Find(unsigned short)const __ptr64 -?Find@CString@IIS@@QEBAHG@Z -; public: int __cdecl IIS::CString::Find(unsigned short const * __ptr64)const __ptr64 -?Find@CString@IIS@@QEBAHPEBG@Z -; protected: static unsigned short const * __ptr64 __cdecl CError::FindFacility(unsigned long) -?FindFacility@CError@@KAPEBGK@Z -; public: int __cdecl IIS::CString::FindOneOf(unsigned short const * __ptr64)const __ptr64 -?FindOneOf@CString@IIS@@QEBAHPEBG@Z -; public: void __cdecl IIS::CString::Format(struct HINSTANCE__ * __ptr64,unsigned int,...) __ptr64 -?Format@CString@IIS@@QEAAXPEAUHINSTANCE__@@IZZ -; public: void __cdecl IIS::CString::Format(unsigned short const * __ptr64,...) __ptr64 -?Format@CString@IIS@@QEAAXPEBGZZ -; public: int __cdecl IIS::CString::FormatMessageW(struct HINSTANCE__ * __ptr64,unsigned int,...) __ptr64 -?FormatMessageW@CString@IIS@@QEAAHPEAUHINSTANCE__@@IZZ -; public: int __cdecl IIS::CString::FormatMessageW(unsigned short const * __ptr64,...) __ptr64 -?FormatMessageW@CString@IIS@@QEAAHPEBGZZ -; public: void __cdecl IIS::CString::FormatV(unsigned short const * __ptr64,char * __ptr64) __ptr64 -?FormatV@CString@IIS@@QEAAXPEBGPEAD@Z -; public: void __cdecl CComAuthInfo::FreeServerInfoStruct(struct _COSERVERINFO * __ptr64)const __ptr64 -?FreeServerInfoStruct@CComAuthInfo@@QEBAXPEAU_COSERVERINFO@@@Z -; unsigned short const * __ptr64 __cdecl GenerateRegistryKey(class IIS::CString & __ptr64,unsigned short const * __ptr64) -?GenerateRegistryKey@@YAPEBGAEAVCString@IIS@@PEBG@Z -; public: long __cdecl CMetaInterface::GetAdminInterface2(struct IMSAdminBase2W * __ptr64 * __ptr64) __ptr64 -?GetAdminInterface2@CMetaInterface@@QEAAJPEAPEAUIMSAdminBase2W@@@Z -; protected: long __cdecl CMetaInterface::GetAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long * __ptr64,unsigned long * __ptr64,unsigned long,unsigned char * __ptr64,unsigned long * __ptr64) __ptr64 -?GetAllData@CMetaInterface@@IEAAJKPEBGKKKPEAK1KPEAE1@Z -; protected: long __cdecl CMetaKey::GetAllData(unsigned long,unsigned long,unsigned long,unsigned long * __ptr64,unsigned long * __ptr64,unsigned char * __ptr64 * __ptr64,unsigned short const * __ptr64) __ptr64 -?GetAllData@CMetaKey@@IEAAJKKKPEAK0PEAPEAEPEBG@Z -; public: unsigned short __cdecl IIS::CString::GetAt(int)const __ptr64 -?GetAt@CString@IIS@@QEBAGH@Z -; public: unsigned long __cdecl CMetaKey::GetBase(void)const __ptr64 -?GetBase@CMetaKey@@QEBAKXZ -; public: int __cdecl CStrPassword::GetByteLength(void)const __ptr64 -?GetByteLength@CStrPassword@@QEBAHXZ -; public: unsigned short * __ptr64 __cdecl CStrPassword::GetClearTextPassword(void) __ptr64 -?GetClearTextPassword@CStrPassword@@QEAAPEAGXZ -; public: struct tagMSG const * __ptr64 __cdecl ATL::CWindowImplRoot::GetCurrentMessage(void)const __ptr64 -?GetCurrentMessage@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEBAPEBUtagMSG@@XZ -; public: unsigned char * __ptr64 __cdecl CBlob::GetData(void) __ptr64 -?GetData@CBlob@@QEAAPEAEXZ -; protected: long __cdecl CMetaInterface::GetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long * __ptr64) __ptr64 -?GetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@PEAK@Z -; protected: long __cdecl CMetaInterface::GetDataPaths(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned short * __ptr64,unsigned long * __ptr64) __ptr64 -?GetDataPaths@CMetaInterface@@IEAAJKPEBGKKKPEAGPEAK@Z -; public: long __cdecl CMetaKey::GetDataPaths(class CStringListEx & __ptr64,unsigned long,unsigned long,unsigned short const * __ptr64) __ptr64 -?GetDataPaths@CMetaKey@@QEAAJAEAVCStringListEx@@KKPEBG@Z -; public: unsigned long __cdecl CFileChooser::GetFileName(class IIS::CString & __ptr64) __ptr64 -?GetFileName@CFileChooser@@QEAAKAEAVCString@IIS@@@Z -; protected: int __cdecl CFileChooser::GetFilterIndex(class IIS::CString const & __ptr64) __ptr64 -?GetFilterIndex@CFileChooser@@IEAAHAEBVCString@IIS@@@Z -; public: unsigned long __cdecl CMetaKey::GetHandle(void)const __ptr64 -?GetHandle@CMetaKey@@QEBAKXZ -; public: unsigned long __cdecl CMetaEnumerator::GetIndex(void) __ptr64 -?GetIndex@CMetaEnumerator@@QEAAKXZ -; public: static unsigned long __cdecl CMetabasePath::GetInstanceNumber(unsigned short const * __ptr64) -?GetInstanceNumber@CMetabasePath@@SAKPEBG@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetInstancePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetInstancePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: struct IMSAdminBaseW * __ptr64 __cdecl CMetaInterface::GetInterface(void) __ptr64 -?GetInterface@CMetaInterface@@QEAAPEAUIMSAdminBaseW@@XZ -; protected: long __cdecl CMetaInterface::GetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?GetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetLastNodeName(unsigned short const * __ptr64,class IIS::CString & __ptr64) -?GetLastNodeName@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@@Z -; public: void __cdecl CError::GetLastWinError(void) __ptr64 -?GetLastWinError@CError@@QEAAXXZ -; public: int __cdecl CStrPassword::GetLength(void)const __ptr64 -?GetLength@CStrPassword@@QEBAHXZ -; public: int __cdecl IIS::CString::GetLength(void)const __ptr64 -?GetLength@CString@IIS@@QEBAHXZ -; public: static int __cdecl CMetaKey::GetMDFieldDef(unsigned long,unsigned long & __ptr64,unsigned long & __ptr64,unsigned long & __ptr64,unsigned long & __ptr64) -?GetMDFieldDef@CMetaKey@@SAHKAEAK000@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetMachinePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetMachinePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: unsigned long __cdecl CFileChooser::GetOfnFlags(void) __ptr64 -?GetOfnFlags@CFileChooser@@QEAAKXZ -; public: static int __cdecl CMetaKey::GetPropertyDescription(unsigned long,class IIS::CString & __ptr64) -?GetPropertyDescription@CMetaKey@@SAHKAEAVCString@IIS@@@Z -; protected: long __cdecl CMetaKey::GetPropertyValue(unsigned long,unsigned long & __ptr64,void * __ptr64 & __ptr64,unsigned long * __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?GetPropertyValue@CMetaKey@@IEAAJKAEAKAEAPEAXPEAKPEAHPEBG2@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetRootPath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetRootPath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetServiceInfoPath(unsigned short const * __ptr64,class IIS::CString & __ptr64,unsigned short const * __ptr64) -?GetServiceInfoPath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@0@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetServicePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetServicePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: unsigned long __cdecl CBlob::GetSize(void)const __ptr64 -?GetSize@CBlob@@QEBAKXZ -; int __cdecl GetSpecialPathRealPath(class IIS::CString const & __ptr64,class IIS::CString & __ptr64) -?GetSpecialPathRealPath@@YAHAEBVCString@IIS@@AEAV12@@Z -; public: unsigned long __cdecl CFileChooser::GetStyle(void)const __ptr64 -?GetStyle@CFileChooser@@QEBAKXZ -; protected: void __cdecl CFileChooser::GetText(unsigned short * __ptr64) __ptr64 -?GetText@CFileChooser@@IEAAXPEAG@Z -; int __cdecl GetVolumeInformationSystemFlags(unsigned short const * __ptr64,unsigned long * __ptr64) -?GetVolumeInformationSystemFlags@@YAHPEBGPEAK@Z -; public: virtual __int64 (__cdecl*__cdecl ATL::CWindowImplBaseT >::GetWindowProc(void) __ptr64)(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?GetWindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@UEAAP6A_JPEAUHWND__@@I_K_J@ZXZ -; public: static struct _ATL_WNDCLASSINFOW & __ptr64 __cdecl ATL::CWindowImpl >::GetWndClassInfo(void) -?GetWndClassInfo@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@SAAEAU_ATL_WNDCLASSINFOW@@XZ -; public: static unsigned long __cdecl ATL::CWindowImplBaseT >::GetWndExStyle(unsigned long) -?GetWndExStyle@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SAKK@Z -; public: static unsigned long __cdecl ATL::CWindowImplBaseT >::GetWndStyle(unsigned long) -?GetWndStyle@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SAKK@Z -; public: long __cdecl CError::HResult(void)const __ptr64 -?HResult@CError@@QEBAJXZ -; public: static long __cdecl CError::HResult(long) -?HResult@CError@@SAJJ@Z -; protected: int __cdecl CFileChooser::HasEditFocus(void) __ptr64 -?HasEditFocus@CFileChooser@@IEAAHXZ -; protected: int __cdecl CIISSvcControl::HasInterface(void)const __ptr64 -?HasInterface@CIISSvcControl@@IEBAHXZ -; protected: int __cdecl CMetaInterface::HasInterface(void)const __ptr64 -?HasInterface@CMetaInterface@@IEBAHXZ -; protected: int __cdecl CWamInterface::HasInterface(void)const __ptr64 -?HasInterface@CWamInterface@@IEBAHXZ -; protected: int __cdecl CError::HasOverride(unsigned int * __ptr64)const __ptr64 -?HasOverride@CError@@IEBAHPEAI@Z -; public: int __cdecl CFileChooser::Init(class ATL::CWindow * __ptr64,unsigned long,unsigned int,unsigned int) __ptr64 -?Init@CFileChooser@@QEAAHPEAVCWindow@ATL@@KII@Z -; int __cdecl IsBiDiLocalizedSystem(void) -?IsBiDiLocalizedSystem@@YAHXZ -; int __cdecl IsDevicePath(class IIS::CString const & __ptr64) -?IsDevicePath@@YAHAEBVCString@IIS@@@Z -; public: int __cdecl CBlob::IsEmpty(void)const __ptr64 -?IsEmpty@CBlob@@QEBAHXZ -; public: int __cdecl CStrPassword::IsEmpty(void)const __ptr64 -?IsEmpty@CStrPassword@@QEBAHXZ -; public: bool __cdecl IIS::CString::IsEmpty(void)const __ptr64 -?IsEmpty@CString@IIS@@QEBA_NXZ -; public: int __cdecl CIISApplication::IsEnabledApplication(void)const __ptr64 -?IsEnabledApplication@CIISApplication@@QEBAHXZ -; public: int __cdecl CMetaKey::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetaKey@@QEBAHXZ -; public: int __cdecl CMetabasePath::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetabasePath@@QEBAHXZ -; public: static int __cdecl CMetabasePath::IsHomeDirectoryPath(unsigned short const * __ptr64) -?IsHomeDirectoryPath@CMetabasePath@@SAHPEBG@Z -; public: int __cdecl CIISApplication::IsInproc(void)const __ptr64 -?IsInproc@CIISApplication@@QEBAHXZ -; public: int __cdecl CComAuthInfo::IsLocal(void)const __ptr64 -?IsLocal@CComAuthInfo@@QEBAHXZ -; public: int __cdecl CIISInterface::IsLocal(void)const __ptr64 -?IsLocal@CIISInterface@@QEBAHXZ -; public: static int __cdecl CMetabasePath::IsMasterInstance(unsigned short const * __ptr64) -?IsMasterInstance@CMetabasePath@@SAHPEBG@Z -; public: int __cdecl CMetaKey::IsOpen(void)const __ptr64 -?IsOpen@CMetaKey@@QEBAHXZ -; public: int __cdecl CIISApplication::IsOutOfProc(void)const __ptr64 -?IsOutOfProc@CIISApplication@@QEBAHXZ -; public: int __cdecl CIISApplication::IsPooledProc(void)const __ptr64 -?IsPooledProc@CIISApplication@@QEBAHXZ -; public: static int __cdecl CMetaKey::IsPropertyInheritable(unsigned long) -?IsPropertyInheritable@CMetaKey@@SAHK@Z -; public: static int __cdecl CMetabasePath::IsSeparator(unsigned short) -?IsSeparator@CMetabasePath@@SAHG@Z -; int __cdecl IsServerLocal(unsigned short const * __ptr64) -?IsServerLocal@@YAHPEBG@Z -; int __cdecl IsSpecialPath(class IIS::CString const & __ptr64,int) -?IsSpecialPath@@YAHAEBVCString@IIS@@H@Z -; protected: int __cdecl CFileChooser::IsValidChar(unsigned int,int) __ptr64 -?IsValidChar@CFileChooser@@IEAAHIH@Z -; int __cdecl IsValidFilePath(struct HWND__ * __ptr64,unsigned short const * __ptr64,int) -?IsValidFilePath@@YAHPEAUHWND__@@PEBGH@Z -; int __cdecl IsValidFolderPath(struct HWND__ * __ptr64,unsigned short const * __ptr64,int) -?IsValidFolderPath@@YAHPEAUHWND__@@PEBGH@Z -; int __cdecl IsValidName(unsigned short const * __ptr64) -?IsValidName@@YAHPEBG@Z -; int __cdecl IsValidPath(unsigned short const * __ptr64) -?IsValidPath@@YAHPEBG@Z -; protected: int __cdecl CFileChooser::IsValidPath(unsigned short const * __ptr64) __ptr64 -?IsValidPath@CFileChooser@@IEAAHPEBG@Z -; int __cdecl IsValidUNCFolderPath(struct HWND__ * __ptr64,unsigned short const * __ptr64) -?IsValidUNCFolderPath@@YAHPEAUHWND__@@PEBG@Z -; public: long __cdecl CIISSvcControl::Kill(void) __ptr64 -?Kill@CIISSvcControl@@QEAAJXZ -; public: class IIS::CString __cdecl IIS::CString::Left(int)const __ptr64 -?Left@CString@IIS@@QEBA?AV12@H@Z -; public: int __cdecl IIS::CString::LoadStringW(struct HINSTANCE__ * __ptr64,unsigned int) __ptr64 -?LoadStringW@CString@IIS@@QEAAHPEAUHINSTANCE__@@I@Z -; public: void __cdecl IIS::CString::MakeLower(void) __ptr64 -?MakeLower@CString@IIS@@QEAAXXZ -; public: void __cdecl IIS::CString::MakeReverse(void) __ptr64 -?MakeReverse@CString@IIS@@QEAAXXZ -; public: void __cdecl IIS::CString::MakeUpper(void) __ptr64 -?MakeUpper@CString@IIS@@QEAAXXZ -; public: static int __cdecl CMetaKey::MapMDIDToTableIndex(unsigned long) -?MapMDIDToTableIndex@CMetaKey@@SAHK@Z -; public: int __cdecl CError::MessageBoxFormat(struct HINSTANCE__ * __ptr64,unsigned int,unsigned int,unsigned int,...)const __ptr64 -?MessageBoxFormat@CError@@QEBAHPEAUHINSTANCE__@@IIIZZ -; public: int __cdecl CError::MessageBoxOnFailure(unsigned int,unsigned int)const __ptr64 -?MessageBoxOnFailure@CError@@QEBAHII@Z -; public: int __cdecl CError::MessageBoxW(unsigned int,unsigned int)const __ptr64 -?MessageBoxW@CError@@QEBAHII@Z -; public: class IIS::CString __cdecl IIS::CString::Mid(int)const __ptr64 -?Mid@CString@IIS@@QEBA?AV12@H@Z -; public: class IIS::CString __cdecl IIS::CString::Mid(int,int)const __ptr64 -?Mid@CString@IIS@@QEBA?AV12@HH@Z -; public: long __cdecl CMetaBack::Next(unsigned long * __ptr64,unsigned short * __ptr64,struct _FILETIME * __ptr64) __ptr64 -?Next@CMetaBack@@QEAAJPEAKPEAGPEAU_FILETIME@@@Z -; public: long __cdecl CMetaEnumerator::Next(unsigned long & __ptr64,class IIS::CString & __ptr64,unsigned short const * __ptr64) __ptr64 -?Next@CMetaEnumerator@@QEAAJAEAKAEAVCString@IIS@@PEBG@Z -; public: long __cdecl CMetaEnumerator::Next(class IIS::CString & __ptr64,unsigned short const * __ptr64) __ptr64 -?Next@CMetaEnumerator@@QEAAJAEAVCString@IIS@@PEBG@Z -; protected: void __cdecl CFileChooser::OnBrowseBtn(void) __ptr64 -?OnBrowseBtn@CFileChooser@@IEAAXXZ -; public: void __cdecl CFileChooser::OnEditChange(void) __ptr64 -?OnEditChange@CFileChooser@@QEAAXXZ -; protected: __int64 __cdecl CFileChooser::OnEditChar(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?OnEditChar@CFileChooser@@IEAA_JI_K_JAEAH@Z -; protected: __int64 __cdecl CFileChooser::OnEditKillFocus(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?OnEditKillFocus@CFileChooser@@IEAA_JI_K_JAEAH@Z -; protected: __int64 __cdecl CFileChooser::OnEditSetFocus(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?OnEditSetFocus@CFileChooser@@IEAA_JI_K_JAEAH@Z -; public: virtual void __cdecl ATL::CWindowImplBaseT >::OnFinalMessage(struct HWND__ * __ptr64) __ptr64 -?OnFinalMessage@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@UEAAXPEAUHWND__@@@Z -; public: void __cdecl CFileChooser::OnPaste(void) __ptr64 -?OnPaste@CFileChooser@@QEAAXXZ -; protected: __int64 __cdecl CFileChooser::OnSetBrowseState(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?OnSetBrowseState@CFileChooser@@IEAA_JI_K_JAEAH@Z -; public: long __cdecl CMetaKey::Open(unsigned long,unsigned short const * __ptr64,unsigned long) __ptr64 -?Open@CMetaKey@@QEAAJKPEBGK@Z -; public: int __cdecl CFileChooser::OpenForRead(void) __ptr64 -?OpenForRead@CFileChooser@@QEAAHXZ -; protected: long __cdecl CMetaInterface::OpenKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?OpenKey@CMetaInterface@@IEAAJKPEBGKPEAK@Z -; public: void __cdecl CMetaEnumerator::Pop(void) __ptr64 -?Pop@CMetaEnumerator@@QEAAXXZ -; public: virtual int __cdecl CFileChooser::ProcessWindowMessage(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64,__int64 & __ptr64,unsigned long) __ptr64 -?ProcessWindowMessage@CFileChooser@@UEAAHPEAUHWND__@@I_K_JAEA_JK@Z -; public: void __cdecl CMetaEnumerator::Push(void) __ptr64 -?Push@CMetaEnumerator@@QEAAXXZ -; public: void __cdecl CStringListEx::PushBack(unsigned short const * __ptr64) __ptr64 -?PushBack@CStringListEx@@QEAAXPEBG@Z -; public: unsigned long __cdecl CIISApplication::QueryAppState(void)const __ptr64 -?QueryAppState@CIISApplication@@QEBAKXZ -; public: class CComAuthInfo * __ptr64 __cdecl CIISInterface::QueryAuthInfo(void) __ptr64 -?QueryAuthInfo@CIISInterface@@QEAAPEAVCComAuthInfo@@XZ -; public: unsigned long __cdecl CMetaKey::QueryFlags(void)const __ptr64 -?QueryFlags@CMetaKey@@QEBAKXZ -; public: unsigned short const * __ptr64 __cdecl CMetaKey::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetaKey@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl CMetabasePath::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetabasePath@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryPassword(void)const __ptr64 -?QueryPassword@CComAuthInfo@@QEBAPEAGXZ -; public: virtual long __cdecl CIISApplication::QueryResult(void)const __ptr64 -?QueryResult@CIISApplication@@UEBAJXZ -; public: virtual long __cdecl CIISInterface::QueryResult(void)const __ptr64 -?QueryResult@CIISInterface@@UEBAJXZ -; public: virtual long __cdecl CMetaBack::QueryResult(void)const __ptr64 -?QueryResult@CMetaBack@@UEBAJXZ -; public: virtual long __cdecl CMetaKey::QueryResult(void)const __ptr64 -?QueryResult@CMetaKey@@UEBAJXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryServerName(void)const __ptr64 -?QueryServerName@CComAuthInfo@@QEBAPEAGXZ -; public: unsigned short const * __ptr64 __cdecl CIISInterface::QueryServerName(void)const __ptr64 -?QueryServerName@CIISInterface@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryUserName(void)const __ptr64 -?QueryUserName@CComAuthInfo@@QEBAPEAGXZ -; public: long __cdecl CMetaKey::QueryValue(unsigned long,int & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAHPEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,unsigned long & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAKPEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,class CBlob & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAVCBlob@@PEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,class ATL::CComBSTR & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAVCComBSTR@ATL@@PEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,class CStrPassword & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAVCStrPassword@@PEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,class IIS::CString & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAVCString@IIS@@PEAHPEBGPEAK@Z -; public: long __cdecl CMetaKey::QueryValue(unsigned long,class CStringListEx & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAVCStringListEx@@PEAHPEBGPEAK@Z -; public: unsigned short const * __ptr64 __cdecl CIISApplication::QueryWamPath(void)const __ptr64 -?QueryWamPath@CIISApplication@@QEBAPEBGXZ -; public: long __cdecl CMetaKey::ReOpen(unsigned long) __ptr64 -?ReOpen@CMetaKey@@QEAAJK@Z -; public: long __cdecl CMetaKey::ReOpen(void) __ptr64 -?ReOpen@CMetaKey@@QEAAJXZ -; public: long __cdecl CIISSvcControl::Reboot(unsigned long,int) __ptr64 -?Reboot@CIISSvcControl@@QEAAJKH@Z -; public: long __cdecl CIISApplication::Recover(int) __ptr64 -?Recover@CIISApplication@@QEAAJH@Z -; public: __int64 __cdecl ATL::CWindowImplRoot::ReflectNotifications(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?ReflectNotifications@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA_JI_K_JAEAH@Z -; public: long __cdecl CIISApplication::RefreshAppState(void) __ptr64 -?RefreshAppState@CIISApplication@@QEAAJXZ -; public: long __cdecl CMetaInterface::Regenerate(void) __ptr64 -?Regenerate@CMetaInterface@@QEAAJXZ -; public: static void __cdecl CError::RegisterFacility(unsigned long,char const * __ptr64) -?RegisterFacility@CError@@SAXKPEBD@Z -; public: void __cdecl CError::RemoveAllOverrides(void) __ptr64 -?RemoveAllOverrides@CError@@QEAAXXZ -; public: void __cdecl CComAuthInfo::RemoveImpersonation(void) __ptr64 -?RemoveImpersonation@CComAuthInfo@@QEAAXXZ -; public: void __cdecl CError::RemoveOverride(long) __ptr64 -?RemoveOverride@CError@@QEAAXJ@Z -; public: void __cdecl CFileChooser::RemoveStyle(unsigned long) __ptr64 -?RemoveStyle@CFileChooser@@QEAAXK@Z -; protected: long __cdecl CMetaInterface::RenameKey(unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaInterface@@IEAAJKPEBG0@Z -; public: long __cdecl CMetaKey::RenameKey(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaKey@@QEAAJPEBG0@Z -; public: void __cdecl CError::Reset(void) __ptr64 -?Reset@CError@@QEAAXXZ -; public: void __cdecl CMetaBack::Reset(void) __ptr64 -?Reset@CMetaBack@@QEAAXXZ -; public: void __cdecl CMetaEnumerator::Reset(unsigned long) __ptr64 -?Reset@CMetaEnumerator@@QEAAXK@Z -; public: long __cdecl CMetaBack::Restore(unsigned short const * __ptr64,unsigned long) __ptr64 -?Restore@CMetaBack@@QEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::Restore(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Restore@CMetaInterface@@IEAAJPEBGKK@Z -; public: int __cdecl IIS::CString::ReverseFind(unsigned short)const __ptr64 -?ReverseFind@CString@IIS@@QEBAHG@Z -; public: class IIS::CString __cdecl IIS::CString::Right(int)const __ptr64 -?Right@CString@IIS@@QEBA?AV12@H@Z -; public: long __cdecl CMetaInterface::SaveData(void) __ptr64 -?SaveData@CMetaInterface@@QEAAJXZ -; public: void __cdecl IIS::CString::SetAt(int,unsigned short) __ptr64 -?SetAt@CString@IIS@@QEAAXHG@Z -; protected: void __cdecl CFileChooser::SetCompactedPath(unsigned short const * __ptr64) __ptr64 -?SetCompactedPath@CFileChooser@@IEAAXPEBG@Z -; protected: void __cdecl CComAuthInfo::SetComputerNameW(unsigned short const * __ptr64) __ptr64 -?SetComputerNameW@CComAuthInfo@@IEAAXPEBG@Z -; protected: long __cdecl CMetaInterface::SetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64) __ptr64 -?SetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@@Z -; public: void __cdecl CFileChooser::SetDialogTitle(unsigned short const * __ptr64) __ptr64 -?SetDialogTitle@CFileChooser@@QEAAXPEBG@Z -; public: void __cdecl CComAuthInfo::SetImpersonation(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetImpersonation@CComAuthInfo@@QEAAXPEBG0@Z -; protected: long __cdecl CMetaInterface::SetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?SetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: void __cdecl CError::SetLastWinError(void)const __ptr64 -?SetLastWinError@CError@@QEBAXXZ -; public: void __cdecl CFileChooser::SetOfnFlags(unsigned long) __ptr64 -?SetOfnFlags@CFileChooser@@QEAAXK@Z -; public: void __cdecl CFileChooser::SetPath(class IIS::CString const & __ptr64) __ptr64 -?SetPath@CFileChooser@@QEAAXAEBVCString@IIS@@@Z -; protected: void __cdecl CFileChooser::SetPathToEdit(unsigned short const * __ptr64) __ptr64 -?SetPathToEdit@CFileChooser@@IEAAXPEBG@Z -; protected: long __cdecl CMetaKey::SetPropertyValue(unsigned long,unsigned long,void * __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetPropertyValue@CMetaKey@@IEAAJKKPEAXPEAHPEBG@Z -; public: unsigned long __cdecl CFileChooser::SetStyle(unsigned long) __ptr64 -?SetStyle@CFileChooser@@QEAAKK@Z -; public: void __cdecl CBlob::SetValue(unsigned long,unsigned char * __ptr64,int) __ptr64 -?SetValue@CBlob@@QEAAXKPEAEH@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,class CBlob & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCBlob@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,class CStrPassword & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCStrPassword@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,class IIS::CString & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCString@IIS@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,class CStringListEx & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCStringListEx@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,int,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKHPEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,unsigned long,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKKPEAHPEBG@Z -; public: class IIS::CString __cdecl IIS::CString::SpanExcluding(unsigned short const * __ptr64)const __ptr64 -?SpanExcluding@CString@IIS@@QEBA?AV12@PEBG@Z -; public: class IIS::CString __cdecl IIS::CString::SpanIncluding(unsigned short const * __ptr64)const __ptr64 -?SpanIncluding@CString@IIS@@QEBA?AV12@PEBG@Z -; public: static void __cdecl CMetabasePath::SplitMetaPathAtInstance(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString & __ptr64) -?SplitMetaPathAtInstance@CMetabasePath@@SAXPEBGAEAVCString@IIS@@1@Z -; public: static int __cdecl CComAuthInfo::SplitUserNameAndDomain(class IIS::CString & __ptr64,class IIS::CString & __ptr64) -?SplitUserNameAndDomain@CComAuthInfo@@SAHAEAVCString@IIS@@0@Z -; public: long __cdecl CIISSvcControl::Start(unsigned long) __ptr64 -?Start@CIISSvcControl@@QEAAJK@Z -; public: static __int64 __cdecl ATL::CWindowImplBaseT >::StartWindowProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?StartWindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SA_JPEAUHWND__@@I_K_J@Z -; public: long __cdecl CIISSvcControl::Status(unsigned long,unsigned char * __ptr64,unsigned long * __ptr64,unsigned long * __ptr64) __ptr64 -?Status@CIISSvcControl@@QEAAJKPEAEPEAK1@Z -; public: long __cdecl CIISSvcControl::Stop(unsigned long,int) __ptr64 -?Stop@CIISSvcControl@@QEAAJKH@Z -; public: void __cdecl CComAuthInfo::StorePassword(unsigned short const * __ptr64) __ptr64 -?StorePassword@CComAuthInfo@@QEAAXPEBG@Z -; public: int __cdecl CFileChooser::StyleBitSet(unsigned long) __ptr64 -?StyleBitSet@CFileChooser@@QEAAHK@Z -; public: int __cdecl ATL::CWindowImplBaseT >::SubclassWindow(struct HWND__ * __ptr64) __ptr64 -?SubclassWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAHPEAUHWND__@@@Z -; public: int __cdecl CError::Succeeded(void)const __ptr64 -?Succeeded@CError@@QEBAHXZ -; public: static int __cdecl CError::Succeeded(long) -?Succeeded@CError@@SAHJ@Z -; public: virtual int __cdecl CIISApplication::Succeeded(void)const __ptr64 -?Succeeded@CIISApplication@@UEBAHXZ -; public: virtual int __cdecl CIISInterface::Succeeded(void)const __ptr64 -?Succeeded@CIISInterface@@UEBAHXZ -; public: virtual int __cdecl CMetaBack::Succeeded(void)const __ptr64 -?Succeeded@CMetaBack@@UEBAHXZ -; public: virtual int __cdecl CMetaKey::Succeeded(void)const __ptr64 -?Succeeded@CMetaKey@@UEBAHXZ -; public: int __cdecl CWamInterface::SupportsPooledProc(void)const __ptr64 -?SupportsPooledProc@CWamInterface@@QEBAHXZ -; public: long __cdecl CError::TextFromHRESULT(class IIS::CString & __ptr64)const __ptr64 -?TextFromHRESULT@CError@@QEBAJAEAVCString@IIS@@@Z -; public: long __cdecl CError::TextFromHRESULT(unsigned short * __ptr64,unsigned long)const __ptr64 -?TextFromHRESULT@CError@@QEBAJPEAGK@Z -; public: unsigned short const * __ptr64 __cdecl CError::TextFromHRESULTExpand(class IIS::CString & __ptr64)const __ptr64 -?TextFromHRESULTExpand@CError@@QEBAPEBGAEAVCString@IIS@@@Z -; public: unsigned short const * __ptr64 __cdecl CError::TextFromHRESULTExpand(unsigned short * __ptr64,unsigned long,long * __ptr64)const __ptr64 -?TextFromHRESULTExpand@CError@@QEBAPEBGPEAGKPEAJ@Z -; public: void __cdecl IIS::CString::TrimLeft(void) __ptr64 -?TrimLeft@CString@IIS@@QEAAXXZ -; public: void __cdecl IIS::CString::TrimRight(void) __ptr64 -?TrimRight@CString@IIS@@QEAAXXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::TruncatePath(int,unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?TruncatePath@CMetabasePath@@SAPEBGHPEBGAEAVCString@IIS@@PEAV23@@Z -; public: long __cdecl CIISApplication::Unload(int) __ptr64 -?Unload@CIISApplication@@QEAAJH@Z -; public: static void __cdecl CError::UnregisterFacility(unsigned long) -?UnregisterFacility@CError@@SAXK@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImplBaseT >::UnsubclassWindow(int) __ptr64 -?UnsubclassWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAPEAUHWND__@@H@Z -; public: int __cdecl CComAuthInfo::UsesImpersonation(void)const __ptr64 -?UsesImpersonation@CComAuthInfo@@QEBAHXZ -; public: static unsigned long __cdecl CComAuthInfo::VerifyUserPassword(unsigned short const * __ptr64,unsigned short const * __ptr64) -?VerifyUserPassword@CComAuthInfo@@SAKPEBG0@Z -; public: unsigned long __cdecl CError::Win32Error(void)const __ptr64 -?Win32Error@CError@@QEBAKXZ -; public: static unsigned long __cdecl CError::Win32Error(long) -?Win32Error@CError@@SAKJ@Z -; public: static __int64 __cdecl ATL::CWindowImplBaseT >::WindowProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?WindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SA_JPEAUHWND__@@I_K_J@Z -; public: long __cdecl CIISApplication::WriteFriendlyName(unsigned short const * __ptr64) __ptr64 -?WriteFriendlyName@CIISApplication@@QEAAJPEBG@Z -; protected: struct std::list >::_Node * __ptr64 __cdecl std::list >::_Buynode(struct std::list >::_Node * __ptr64,struct std::list >::_Node * __ptr64) __ptr64 -?_Buynode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAPEAU_Node@12@PEAU312@0@Z -; protected: void __cdecl std::list >::_Freenode(struct std::list >::_Node * __ptr64) __ptr64 -?_Freenode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXPEAU_Node@12@@Z -; protected: void __cdecl std::list >::_Splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?_Splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXViterator@12@AEAV12@00@Z -; protected: void __cdecl std::list >::_Xran(void)const __ptr64 -?_Xran@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEBAXXZ -; protected: static class IIS::CString const CMetabasePath::_anySep -?_anySep@CMetabasePath@@1VCString@IIS@@B DATA -; protected: static unsigned short const CMetabasePath::_chSep -?_chSep@CMetabasePath@@1GB -; protected: static unsigned short const * __ptr64 const __ptr64 CMetabasePath::_cszMachine -?_cszMachine@CMetabasePath@@1QEBGEB -; protected: static unsigned short const * __ptr64 const __ptr64 CMetabasePath::_cszRoot -?_cszRoot@CMetabasePath@@1QEBGEB -; protected: static unsigned short const * __ptr64 const __ptr64 CMetabasePath::_cszSep -?_cszSep@CMetabasePath@@1QEBGEB -; public: void __cdecl std::list >::assign(class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXVconst_iterator@12@0@Z -; public: void __cdecl std::list >::assign(unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KAEBVCString@IIS@@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::back(void) __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::back(void)const __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::list >::iterator __cdecl std::list >::begin(void) __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::begin(void)const __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: void __cdecl std::list >::clear(void) __ptr64 -?clear@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: bool __cdecl std::list >::empty(void)const __ptr64 -?empty@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_NXZ -; public: class std::list >::iterator __cdecl std::list >::end(void) __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::end(void)const __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator,class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@0@Z -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::front(void) __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::front(void)const __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::allocator __cdecl std::list >::get_allocator(void)const __ptr64 -?get_allocator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$allocator@VCString@IIS@@@2@XZ -; public: class std::list >::iterator __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@AEBVCString@IIS@@@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const * __ptr64,class IIS::CString const * __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@PEBVCString@IIS@@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@Vconst_iterator@12@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@_KAEBVCString@IIS@@@Z -; public: unsigned __int64 __cdecl std::list >::max_size(void)const __ptr64 -?max_size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::merge(class std::list > & __ptr64) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::merge(class std::list > & __ptr64,struct std::greater) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@U?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::pop_back(void) __ptr64 -?pop_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::pop_front(void) __ptr64 -?pop_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::push_back(class IIS::CString const & __ptr64) __ptr64 -?push_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::push_front(class IIS::CString const & __ptr64) __ptr64 -?push_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rbegin(void) __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rbegin(void)const __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::remove(class IIS::CString const & __ptr64) __ptr64 -?remove@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::remove_if(class std::binder2nd >) __ptr64 -?remove_if@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXV?$binder2nd@U?$not_equal_to@VCString@IIS@@@std@@@2@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rend(void) __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rend(void)const __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::resize(unsigned __int64,class IIS::CString) __ptr64 -?resize@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KVCString@IIS@@@Z -; public: void __cdecl std::list >::reverse(void) __ptr64 -?reverse@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; protected: static unsigned long CError::s_cdwFacilities -?s_cdwFacilities@CError@@1KA DATA -; protected: static long CError::s_cdwMaxLMErr -?s_cdwMaxLMErr@CError@@1JA DATA -; protected: static long CError::s_cdwMaxWSErr -?s_cdwMaxWSErr@CError@@1JA DATA -; protected: static long CError::s_cdwMinLMErr -?s_cdwMinLMErr@CError@@1JA DATA -; protected: static long CError::s_cdwMinWSErr -?s_cdwMinWSErr@CError@@1JA DATA -; protected: static unsigned short const CError::s_chEscNumber -?s_chEscNumber@CError@@1GB -; protected: static unsigned short const CError::s_chEscText -?s_chEscText@CError@@1GB -; protected: static unsigned short const CError::s_chEscape -?s_chEscape@CError@@1GB -; protected: static unsigned short const * __ptr64 * CError::s_cszFacility -?s_cszFacility@CError@@1PAPEBGA DATA -; protected: static unsigned short const * __ptr64 const __ptr64 CError::s_cszLMDLL -?s_cszLMDLL@CError@@1PEBGEB DATA -; protected: static unsigned short const * __ptr64 const __ptr64 CError::s_cszWSDLL -?s_cszWSDLL@CError@@1PEBGEB DATA -; protected: static int CError::s_fAllocated -?s_fAllocated@CError@@1HA DATA -; protected: static class CFacilityMap * __ptr64 __ptr64 CError::s_pmapFacilities -?s_pmapFacilities@CError@@1PEAVCFacilityMap@@EA DATA -; protected: static class IIS::CString * __ptr64 __ptr64 CError::s_pstrDefError -?s_pstrDefError@CError@@1PEAVCString@IIS@@EA DATA -; protected: static class IIS::CString * __ptr64 __ptr64 CError::s_pstrDefSuccs -?s_pstrDefSuccs@CError@@1PEAVCString@IIS@@EA DATA -; protected: static struct CMetaKey::tagMDFIELDDEF const * const CMetaKey::s_rgMetaTable -?s_rgMetaTable@CMetaKey@@1QBUtagMDFIELDDEF@1@B -; protected: static unsigned short const * __ptr64 const __ptr64 CMetaBack::s_szMasterAppRoot -?s_szMasterAppRoot@CMetaBack@@1QEBGEB -; public: unsigned __int64 __cdecl std::list >::size(void)const __ptr64 -?size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::sort(struct std::greater) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::sort(void) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@00@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@0@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@@Z -; public: void __cdecl std::list >::swap(class std::list > & __ptr64) __ptr64 -?swap@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::unique(struct std::not_equal_to) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$not_equal_to@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::unique(void) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; struct _ATL_WNDCLASSINFOW `public: static struct _ATL_WNDCLASSINFOW & __ptr64 __cdecl ATL::CWindowImpl >::GetWndClassInfo(void)'::`2'::wc -?wc@?1??GetWndClassInfo@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@SAAEAU_ATL_WNDCLASSINFOW@@XZ@4U4@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ulib.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ulib.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ulib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ulib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,796 +0,0 @@ -; -; Exports of file ulib.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY ulib.dll -EXPORTS -; public: __cdecl ARGUMENT_LEXEMIZER::ARGUMENT_LEXEMIZER(void) __ptr64 -??0ARGUMENT_LEXEMIZER@@QEAA@XZ -; public: __cdecl ARRAY::ARRAY(void) __ptr64 -??0ARRAY@@QEAA@XZ -; public: __cdecl BDSTRING::BDSTRING(class BDSTRING const & __ptr64) __ptr64 -??0BDSTRING@@QEAA@AEBV0@@Z -; public: __cdecl BDSTRING::BDSTRING(void) __ptr64 -??0BDSTRING@@QEAA@XZ -; public: __cdecl BITVECTOR::BITVECTOR(void) __ptr64 -??0BITVECTOR@@QEAA@XZ -; protected: __cdecl BSTRING::BSTRING(void) __ptr64 -??0BSTRING@@IEAA@XZ -; public: __cdecl BSTRING::BSTRING(class BSTRING const & __ptr64) __ptr64 -??0BSTRING@@QEAA@AEBV0@@Z -; public: __cdecl BYTE_STREAM::BYTE_STREAM(void) __ptr64 -??0BYTE_STREAM@@QEAA@XZ -; public: __cdecl CHKDSK_MESSAGE::CHKDSK_MESSAGE(void) __ptr64 -??0CHKDSK_MESSAGE@@QEAA@XZ -; public: __cdecl CLASS_DESCRIPTOR::CLASS_DESCRIPTOR(void) __ptr64 -??0CLASS_DESCRIPTOR@@QEAA@XZ -; public: __cdecl COMM_DEVICE::COMM_DEVICE(void) __ptr64 -??0COMM_DEVICE@@QEAA@XZ -; public: __cdecl CONT_MEM::CONT_MEM(void) __ptr64 -??0CONT_MEM@@QEAA@XZ -; public: __cdecl DSTRING::DSTRING(class DSTRING const & __ptr64) __ptr64 -??0DSTRING@@QEAA@AEBV0@@Z -; public: __cdecl DSTRING::DSTRING(void) __ptr64 -??0DSTRING@@QEAA@XZ -; public: __cdecl FLAG_ARGUMENT::FLAG_ARGUMENT(void) __ptr64 -??0FLAG_ARGUMENT@@QEAA@XZ -; public: __cdecl FSN_FILTER::FSN_FILTER(void) __ptr64 -??0FSN_FILTER@@QEAA@XZ -; public: __cdecl FSTRING::FSTRING(class FSTRING const & __ptr64) __ptr64 -??0FSTRING@@QEAA@AEBV0@@Z -; public: __cdecl FSTRING::FSTRING(void) __ptr64 -??0FSTRING@@QEAA@XZ -; public: __cdecl HMEM::HMEM(void) __ptr64 -??0HMEM@@QEAA@XZ -; public: __cdecl KEYBOARD::KEYBOARD(void) __ptr64 -??0KEYBOARD@@QEAA@XZ -; public: __cdecl LIST::LIST(void) __ptr64 -??0LIST@@QEAA@XZ -; public: __cdecl LONG_ARGUMENT::LONG_ARGUMENT(void) __ptr64 -??0LONG_ARGUMENT@@QEAA@XZ -; public: __cdecl MEM_ALLOCATOR::MEM_ALLOCATOR(void) __ptr64 -??0MEM_ALLOCATOR@@QEAA@XZ -; public: __cdecl MEM_BLOCK_MGR::MEM_BLOCK_MGR(void) __ptr64 -??0MEM_BLOCK_MGR@@QEAA@XZ -; public: __cdecl MESSAGE::MESSAGE(void) __ptr64 -??0MESSAGE@@QEAA@XZ -; public: __cdecl MULTIPLE_PATH_ARGUMENT::MULTIPLE_PATH_ARGUMENT(void) __ptr64 -??0MULTIPLE_PATH_ARGUMENT@@QEAA@XZ -; protected: __cdecl OBJECT::OBJECT(void) __ptr64 -??0OBJECT@@IEAA@XZ -; public: __cdecl OBJECT::OBJECT(class OBJECT const & __ptr64) __ptr64 -??0OBJECT@@QEAA@AEBV0@@Z -; public: __cdecl PATH::PATH(void) __ptr64 -??0PATH@@QEAA@XZ -; public: __cdecl PATH_ARGUMENT::PATH_ARGUMENT(void) __ptr64 -??0PATH_ARGUMENT@@QEAA@XZ -; public: __cdecl PRINT_STREAM::PRINT_STREAM(void) __ptr64 -??0PRINT_STREAM@@QEAA@XZ -; protected: __cdecl PROGRAM::PROGRAM(void) __ptr64 -??0PROGRAM@@IEAA@XZ -; public: __cdecl REST_OF_LINE_ARGUMENT::REST_OF_LINE_ARGUMENT(void) __ptr64 -??0REST_OF_LINE_ARGUMENT@@QEAA@XZ -; public: __cdecl SCREEN::SCREEN(void) __ptr64 -??0SCREEN@@QEAA@XZ -; public: __cdecl SORTED_LIST::SORTED_LIST(void) __ptr64 -??0SORTED_LIST@@QEAA@XZ -; public: __cdecl STREAM_MESSAGE::STREAM_MESSAGE(void) __ptr64 -??0STREAM_MESSAGE@@QEAA@XZ -; public: __cdecl STRING_ARGUMENT::STRING_ARGUMENT(void) __ptr64 -??0STRING_ARGUMENT@@QEAA@XZ -; public: __cdecl STRING_ARRAY::STRING_ARRAY(void) __ptr64 -??0STRING_ARRAY@@QEAA@XZ -; public: __cdecl TIMEINFO::TIMEINFO(void) __ptr64 -??0TIMEINFO@@QEAA@XZ -; public: __cdecl TIMEINFO_ARGUMENT::TIMEINFO_ARGUMENT(void) __ptr64 -??0TIMEINFO_ARGUMENT@@QEAA@XZ -; protected: __cdecl WSTRING::WSTRING(void) __ptr64 -??0WSTRING@@IEAA@XZ -; public: __cdecl WSTRING::WSTRING(class WSTRING const & __ptr64) __ptr64 -??0WSTRING@@QEAA@AEBV0@@Z -; public: virtual __cdecl ARGUMENT_LEXEMIZER::~ARGUMENT_LEXEMIZER(void) __ptr64 -??1ARGUMENT_LEXEMIZER@@UEAA@XZ -; public: virtual __cdecl ARRAY::~ARRAY(void) __ptr64 -??1ARRAY@@UEAA@XZ -; public: virtual __cdecl BDSTRING::~BDSTRING(void) __ptr64 -??1BDSTRING@@UEAA@XZ -; public: virtual __cdecl BITVECTOR::~BITVECTOR(void) __ptr64 -??1BITVECTOR@@UEAA@XZ -; public: virtual __cdecl BSTRING::~BSTRING(void) __ptr64 -??1BSTRING@@UEAA@XZ -; public: virtual __cdecl BYTE_STREAM::~BYTE_STREAM(void) __ptr64 -??1BYTE_STREAM@@UEAA@XZ -; public: virtual __cdecl CHKDSK_MESSAGE::~CHKDSK_MESSAGE(void) __ptr64 -??1CHKDSK_MESSAGE@@UEAA@XZ -; public: virtual __cdecl COMM_DEVICE::~COMM_DEVICE(void) __ptr64 -??1COMM_DEVICE@@UEAA@XZ -; public: virtual __cdecl DSTRING::~DSTRING(void) __ptr64 -??1DSTRING@@UEAA@XZ -; public: virtual __cdecl FSN_FILTER::~FSN_FILTER(void) __ptr64 -??1FSN_FILTER@@UEAA@XZ -; public: virtual __cdecl FSTRING::~FSTRING(void) __ptr64 -??1FSTRING@@UEAA@XZ -; public: virtual __cdecl HMEM::~HMEM(void) __ptr64 -??1HMEM@@UEAA@XZ -; public: virtual __cdecl LIST::~LIST(void) __ptr64 -??1LIST@@UEAA@XZ -; public: virtual __cdecl MEM_ALLOCATOR::~MEM_ALLOCATOR(void) __ptr64 -??1MEM_ALLOCATOR@@UEAA@XZ -; public: virtual __cdecl MEM_BLOCK_MGR::~MEM_BLOCK_MGR(void) __ptr64 -??1MEM_BLOCK_MGR@@UEAA@XZ -; public: virtual __cdecl MESSAGE::~MESSAGE(void) __ptr64 -??1MESSAGE@@UEAA@XZ -; public: virtual __cdecl MULTIPLE_PATH_ARGUMENT::~MULTIPLE_PATH_ARGUMENT(void) __ptr64 -??1MULTIPLE_PATH_ARGUMENT@@UEAA@XZ -; public: virtual __cdecl OBJECT::~OBJECT(void) __ptr64 -??1OBJECT@@UEAA@XZ -; public: virtual __cdecl PATH::~PATH(void) __ptr64 -??1PATH@@UEAA@XZ -; public: virtual __cdecl PATH_ARGUMENT::~PATH_ARGUMENT(void) __ptr64 -??1PATH_ARGUMENT@@UEAA@XZ -; public: virtual __cdecl PRINT_STREAM::~PRINT_STREAM(void) __ptr64 -??1PRINT_STREAM@@UEAA@XZ -; public: virtual __cdecl PROGRAM::~PROGRAM(void) __ptr64 -??1PROGRAM@@UEAA@XZ -; public: virtual __cdecl SCREEN::~SCREEN(void) __ptr64 -??1SCREEN@@UEAA@XZ -; public: virtual __cdecl SORTED_LIST::~SORTED_LIST(void) __ptr64 -??1SORTED_LIST@@UEAA@XZ -; public: virtual __cdecl STREAM_MESSAGE::~STREAM_MESSAGE(void) __ptr64 -??1STREAM_MESSAGE@@UEAA@XZ -; public: virtual __cdecl STRING_ARGUMENT::~STRING_ARGUMENT(void) __ptr64 -??1STRING_ARGUMENT@@UEAA@XZ -; public: virtual __cdecl TIMEINFO_ARGUMENT::~TIMEINFO_ARGUMENT(void) __ptr64 -??1TIMEINFO_ARGUMENT@@UEAA@XZ -; public: virtual __cdecl WSTRING::~WSTRING(void) __ptr64 -??1WSTRING@@UEAA@XZ -; public: class BDSTRING & __ptr64 __cdecl BDSTRING::operator=(class BDSTRING const & __ptr64) __ptr64 -??4BDSTRING@@QEAAAEAV0@AEBV0@@Z -; public: class BSTRING & __ptr64 __cdecl BSTRING::operator=(class BSTRING const & __ptr64) __ptr64 -??4BSTRING@@QEAAAEAV0@AEBV0@@Z -; public: class DSTRING & __ptr64 __cdecl DSTRING::operator=(class DSTRING const & __ptr64) __ptr64 -??4DSTRING@@QEAAAEAV0@AEBV0@@Z -; public: class FSTRING & __ptr64 __cdecl FSTRING::operator=(class FSTRING const & __ptr64) __ptr64 -??4FSTRING@@QEAAAEAV0@AEBV0@@Z -; public: class OBJECT & __ptr64 __cdecl OBJECT::operator=(class OBJECT const & __ptr64) __ptr64 -??4OBJECT@@QEAAAEAV0@AEBV0@@Z -; public: class WSTRING & __ptr64 __cdecl WSTRING::operator=(class WSTRING const & __ptr64) __ptr64 -??4WSTRING@@QEAAAEAV0@AEBV0@@Z -; public: unsigned char __cdecl WSTRING::operator==(class WSTRING const & __ptr64)const __ptr64 -??8WSTRING@@QEBAEAEBV0@@Z -; public: unsigned char __cdecl WSTRING::operator!=(class WSTRING const & __ptr64)const __ptr64 -??9WSTRING@@QEBAEAEBV0@@Z -; public: unsigned char __cdecl TIMEINFO::operator<(class TIMEINFO)const __ptr64 -??MTIMEINFO@@QEBAEV0@@Z -; public: unsigned char __cdecl WSTRING::operator<(class WSTRING const & __ptr64)const __ptr64 -??MWSTRING@@QEBAEAEBV0@@Z -; public: unsigned char __cdecl WSTRING::operator<=(class WSTRING const & __ptr64)const __ptr64 -??NWSTRING@@QEBAEAEBV0@@Z -; public: unsigned char __cdecl TIMEINFO::operator>(class TIMEINFO)const __ptr64 -??OTIMEINFO@@QEBAEV0@@Z -; public: unsigned char __cdecl WSTRING::operator>(class WSTRING const & __ptr64)const __ptr64 -??OWSTRING@@QEBAEAEBV0@@Z -; public: unsigned char __cdecl WSTRING::operator>=(class WSTRING const & __ptr64)const __ptr64 -??PWSTRING@@QEBAEAEBV0@@Z -; const BDSTRING::`vftable' -??_7BDSTRING@@6B@ -; const BSTRING::`vftable' -??_7BSTRING@@6B@ -; const DSTRING::`vftable' -??_7DSTRING@@6B@ -; const FSTRING::`vftable' -??_7FSTRING@@6B@ -; const OBJECT::`vftable' -??_7OBJECT@@6B@ -; const WSTRING::`vftable' -??_7WSTRING@@6B@ -; public: virtual void * __ptr64 __cdecl CONT_MEM::Acquire(unsigned long,unsigned long) __ptr64 -?Acquire@CONT_MEM@@UEAAPEAXKK@Z -; public: virtual void * __ptr64 __cdecl HMEM::Acquire(unsigned long,unsigned long) __ptr64 -?Acquire@HMEM@@UEAAPEAXKK@Z -; public: void * __ptr64 __cdecl MEM_BLOCK_MGR::Alloc(void) __ptr64 -?Alloc@MEM_BLOCK_MGR@@QEAAPEAXXZ -; public: void * __ptr64 __cdecl MEM_ALLOCATOR::Allocate(unsigned long) __ptr64 -?Allocate@MEM_ALLOCATOR@@QEAAPEAXK@Z -; public: enum PATH_ANALYZE_CODE __cdecl PATH::AnalyzePath(class WSTRING * __ptr64,class PATH * __ptr64,class WSTRING * __ptr64) __ptr64 -?AnalyzePath@PATH@@QEAA?AW4PATH_ANALYZE_CODE@@PEAVWSTRING@@PEAV1@0@Z -; public: unsigned char __cdecl PATH::AppendBase(class WSTRING const * __ptr64,unsigned char) __ptr64 -?AppendBase@PATH@@QEAAEPEBVWSTRING@@E@Z -; public: unsigned char __cdecl PATH::AppendDelimiter(void) __ptr64 -?AppendDelimiter@PATH@@QEAAEXZ -; public: unsigned char __cdecl PATH::AppendString(class WSTRING const * __ptr64) __ptr64 -?AppendString@PATH@@QEAAEPEBVWSTRING@@@Z -; public: static class FILE_STREAM * __ptr64 __cdecl FILE_STREAM::Cast(class OBJECT const * __ptr64) -?Cast@FILE_STREAM@@SAPEAV1@PEBVOBJECT@@@Z -; public: static class KEYBOARD * __ptr64 __cdecl KEYBOARD::Cast(class OBJECT const * __ptr64) -?Cast@KEYBOARD@@SAPEAV1@PEBVOBJECT@@@Z -; public: static class SCREEN * __ptr64 __cdecl SCREEN::Cast(class OBJECT const * __ptr64) -?Cast@SCREEN@@SAPEAV1@PEBVOBJECT@@@Z -; public: unsigned char __cdecl SCREEN::ChangeScreenSize(unsigned short,unsigned short,unsigned char * __ptr64) __ptr64 -?ChangeScreenSize@SCREEN@@QEAAEGGPEAE@Z -; public: static char * __ptr64 __cdecl MBSTR::CharNextW(char * __ptr64) -?CharNextW@MBSTR@@SAPEADPEAD@Z -; private: static int __cdecl WSTRING::CheckSpace(unsigned short * __ptr64) -?CheckSpace@WSTRING@@CAHPEAG@Z -; public: unsigned char __cdecl COMM_DEVICE::CommitState(void) __ptr64 -?CommitState@COMM_DEVICE@@QEAAEXZ -; public: virtual long __cdecl OBJECT::Compare(class OBJECT const * __ptr64)const __ptr64 -?Compare@OBJECT@@UEBAJPEBV1@@Z -; private: unsigned long __cdecl BITVECTOR::ComputeCountSet(void)const __ptr64 -?ComputeCountSet@BITVECTOR@@AEBAKXZ -; private: void __cdecl BDSTRING::Construct(void) __ptr64 -?Construct@BDSTRING@@AEAAXXZ -; protected: void __cdecl BSTRING::Construct(void) __ptr64 -?Construct@BSTRING@@IEAAXXZ -; private: void __cdecl DSTRING::Construct(void) __ptr64 -?Construct@DSTRING@@AEAAXXZ -; protected: void __cdecl OBJECT::Construct(void) __ptr64 -?Construct@OBJECT@@IEAAXXZ -; protected: void __cdecl WSTRING::Construct(void) __ptr64 -?Construct@WSTRING@@IEAAXXZ -; private: static unsigned char __cdecl WSTRING::ConvertOemToUnicodeN(unsigned short * __ptr64,unsigned long,unsigned long * __ptr64,char * __ptr64,unsigned long) -?ConvertOemToUnicodeN@WSTRING@@CAEPEAGKPEAKPEADK@Z -; public: unsigned char __cdecl TIMEINFO::ConvertToLocal(void) __ptr64 -?ConvertToLocal@TIMEINFO@@QEAAEXZ -; public: unsigned char __cdecl TIMEINFO::ConvertToUTC(void) __ptr64 -?ConvertToUTC@TIMEINFO@@QEAAEXZ -; private: static unsigned char __cdecl WSTRING::ConvertUnicodeToOemN(char * __ptr64,unsigned long,unsigned long * __ptr64,unsigned short * __ptr64,unsigned long) -?ConvertUnicodeToOemN@WSTRING@@CAEPEADKPEAKPEAGK@Z -; public: unsigned char __cdecl FSN_FILE::Copy(class PATH * __ptr64,enum _COPY_ERROR * __ptr64,unsigned long,unsigned long (__cdecl*)(union _LARGE_INTEGER,union _LARGE_INTEGER,union _LARGE_INTEGER,union _LARGE_INTEGER,unsigned long,unsigned long,void * __ptr64,void * __ptr64,void * __ptr64),void * __ptr64,int * __ptr64)const __ptr64 -?Copy@FSN_FILE@@QEBAEPEAVPATH@@PEAW4_COPY_ERROR@@KP6AKT_LARGE_INTEGER@@222KKPEAX33@Z3PEAH@Z -; public: class FSN_DIRECTORY * __ptr64 __cdecl FSN_DIRECTORY::CreateDirectoryPath(class PATH const * __ptr64)const __ptr64 -?CreateDirectoryPath@FSN_DIRECTORY@@QEBAPEAV1@PEBVPATH@@@Z -; public: virtual unsigned char __cdecl ARRAY::DeleteAllMembers(void) __ptr64 -?DeleteAllMembers@ARRAY@@UEAAEXZ -; public: virtual unsigned char __cdecl SEQUENTIAL_CONTAINER::DeleteAllMembers(void) __ptr64 -?DeleteAllMembers@SEQUENTIAL_CONTAINER@@UEAAEXZ -; public: virtual unsigned char __cdecl SORTED_LIST::DeleteAllMembers(void) __ptr64 -?DeleteAllMembers@SORTED_LIST@@UEAAEXZ -; public: void __cdecl BSTRING::DeleteChAt(unsigned long,unsigned long) __ptr64 -?DeleteChAt@BSTRING@@QEAAXKK@Z -; public: void __cdecl WSTRING::DeleteChAt(unsigned long,unsigned long) __ptr64 -?DeleteChAt@WSTRING@@QEAAXKK@Z -; public: unsigned char __cdecl FSN_DIRECTORY::DeleteDirectory(void) __ptr64 -?DeleteDirectory@FSN_DIRECTORY@@QEAAEXZ -; public: static unsigned char __cdecl KEYBOARD::DisableBreakHandling(void) -?DisableBreakHandling@KEYBOARD@@SAEXZ -; public: unsigned char __cdecl KEYBOARD::DisableLineMode(void) __ptr64 -?DisableLineMode@KEYBOARD@@QEAAEXZ -; public: unsigned char __cdecl MESSAGE::Display(char const * __ptr64,...) __ptr64 -?Display@MESSAGE@@QEAAEPEBDZZ -; public: virtual unsigned char __cdecl PROGRAM::DisplayMessage(unsigned long,enum MESSAGE_TYPE)const __ptr64 -?DisplayMessage@PROGRAM@@UEBAEKW4MESSAGE_TYPE@@@Z -; public: virtual unsigned char __cdecl PROGRAM::DisplayMessage(unsigned long,enum MESSAGE_TYPE,char * __ptr64,...)const __ptr64 -?DisplayMessage@PROGRAM@@UEBAEKW4MESSAGE_TYPE@@PEADZZ -; public: unsigned char __cdecl MESSAGE::DisplayMsg(unsigned long) __ptr64 -?DisplayMsg@MESSAGE@@QEAAEK@Z -; public: unsigned char __cdecl MESSAGE::DisplayMsg(unsigned long,char const * __ptr64,...) __ptr64 -?DisplayMsg@MESSAGE@@QEAAEKPEBDZZ -; public: unsigned char __cdecl MESSAGE::DisplayMsg(unsigned long,enum MESSAGE_TYPE,unsigned long) __ptr64 -?DisplayMsg@MESSAGE@@QEAAEKW4MESSAGE_TYPE@@K@Z -; public: unsigned char __cdecl MESSAGE::DisplayMsg(unsigned long,enum MESSAGE_TYPE,unsigned long,char const * __ptr64,...) __ptr64 -?DisplayMsg@MESSAGE@@QEAAEKW4MESSAGE_TYPE@@KPEBDZZ -; public: static void __cdecl SYSTEM::DisplaySystemError(unsigned long,int) -?DisplaySystemError@SYSTEM@@SAXKH@Z -; public: virtual void __cdecl KEYBOARD::DoNotRestoreConsoleMode(void) __ptr64 -?DoNotRestoreConsoleMode@KEYBOARD@@UEAAXXZ -; public: unsigned char __cdecl ARGUMENT_LEXEMIZER::DoParsing(class ARRAY * __ptr64) __ptr64 -?DoParsing@ARGUMENT_LEXEMIZER@@QEAAEPEAVARRAY@@@Z -; public: unsigned char __cdecl FSN_FILTER::DoesNodeMatch(class FSNODE * __ptr64) __ptr64 -?DoesNodeMatch@FSN_FILTER@@QEAAEPEAVFSNODE@@@Z -; public: unsigned char __cdecl MESSAGE::DumpDataToLog(void * __ptr64,unsigned long) __ptr64 -?DumpDataToLog@MESSAGE@@QEAAEPEAXK@Z -; public: static unsigned char __cdecl KEYBOARD::EnableBreakHandling(void) -?EnableBreakHandling@KEYBOARD@@SAEXZ -; public: unsigned char __cdecl KEYBOARD::EnableLineMode(void) __ptr64 -?EnableLineMode@KEYBOARD@@QEAAEXZ -; public: unsigned char __cdecl PATH::EndsWithDelimiter(void)const __ptr64 -?EndsWithDelimiter@PATH@@QEBAEXZ -; public: unsigned char __cdecl SCREEN::EraseScreen(void) __ptr64 -?EraseScreen@SCREEN@@QEAAEXZ -; public: unsigned char __cdecl SCREEN::EraseScreenAndResetAttribute(void) __ptr64 -?EraseScreenAndResetAttribute@SCREEN@@QEAAEXZ -; public: static void __cdecl PROGRAM::ExitProgram(unsigned long) -?ExitProgram@PROGRAM@@SAXK@Z -; public: virtual void __cdecl PROGRAM::Fatal(unsigned long,unsigned long,char * __ptr64,...)const __ptr64 -?Fatal@PROGRAM@@UEBAXKKPEADZZ -; public: virtual void __cdecl PROGRAM::Fatal(void)const __ptr64 -?Fatal@PROGRAM@@UEBAXXZ -; private: unsigned char __cdecl BYTE_STREAM::FillAndReadByte(unsigned char * __ptr64) __ptr64 -?FillAndReadByte@BYTE_STREAM@@AEAAEPEAE@Z -; void * __ptr64 __cdecl FindFirstFileW(class PATH const * __ptr64,struct _WIN32_FIND_DATAW * __ptr64) -?FindFirstFileW@@YAPEAXPEBVPATH@@PEAU_WIN32_FIND_DATAW@@@Z -; public: unsigned char __cdecl KEYBOARD::Flush(void) __ptr64 -?Flush@KEYBOARD@@QEAAEXZ -; public: unsigned char __cdecl MEM_BLOCK_MGR::Free(void * __ptr64) __ptr64 -?Free@MEM_BLOCK_MGR@@QEAAEPEAX@Z -; public: static void __cdecl SYSTEM::FreeLibraryHandle(void * __ptr64) -?FreeLibraryHandle@SYSTEM@@SAXPEAX@Z -; public: class CLASS_DESCRIPTOR const * __ptr64 __cdecl OBJECT::GetClassDescriptor(void)const __ptr64 -?GetClassDescriptor@OBJECT@@QEBAPEBVCLASS_DESCRIPTOR@@XZ -; public: static unsigned char __cdecl SYSTEM::GetFileSecurityBackup(class PATH const * __ptr64,unsigned long,struct _SECURITY_ATTRIBUTES * __ptr64,unsigned long * __ptr64) -?GetFileSecurityBackup@SYSTEM@@SAEPEBVPATH@@KPEAU_SECURITY_ATTRIBUTES@@PEAK@Z -; public: class WSTRING * __ptr64 __cdecl ARGUMENT::GetLexeme(void) __ptr64 -?GetLexeme@ARGUMENT@@QEAAPEAVWSTRING@@XZ -; public: class WSTRING * __ptr64 __cdecl ARGUMENT_LEXEMIZER::GetLexemeAt(unsigned long) __ptr64 -?GetLexemeAt@ARGUMENT_LEXEMIZER@@QEAAPEAVWSTRING@@K@Z -; public: class FSNODE * __ptr64 __cdecl FSN_DIRECTORY::GetNext(void * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?GetNext@FSN_DIRECTORY@@QEAAPEAVFSNODE@@PEAPEAXPEAK@Z -; public: int * __ptr64 __cdecl KEYBOARD::GetPFlagBreak(void)const __ptr64 -?GetPFlagBreak@KEYBOARD@@QEBAQEAHXZ -; public: class WSTRING * __ptr64 __cdecl ARGUMENT::GetPattern(void) __ptr64 -?GetPattern@ARGUMENT@@QEAAPEAVWSTRING@@XZ -; public: virtual class STREAM * __ptr64 __cdecl PROGRAM::GetStandardError(void) __ptr64 -?GetStandardError@PROGRAM@@UEAAPEAVSTREAM@@XZ -; public: virtual class STREAM * __ptr64 __cdecl PROGRAM::GetStandardInput(void) __ptr64 -?GetStandardInput@PROGRAM@@UEAAPEAVSTREAM@@XZ -; public: virtual class STREAM * __ptr64 __cdecl PROGRAM::GetStandardOutput(void) __ptr64 -?GetStandardOutput@PROGRAM@@UEAAPEAVSTREAM@@XZ -; public: unsigned short const * __ptr64 __cdecl WSTRING::GetWSTR(void)const __ptr64 -?GetWSTR@WSTRING@@QEBAPEBGXZ -; class STREAM * __ptr64 __cdecl Get_Standard_Error_Stream(void) -?Get_Standard_Error_Stream@@YAPEAVSTREAM@@XZ -; class STREAM * __ptr64 __cdecl Get_Standard_Input_Stream(void) -?Get_Standard_Input_Stream@@YAPEAVSTREAM@@XZ -; class STREAM * __ptr64 __cdecl Get_Standard_Output_Stream(void) -?Get_Standard_Output_Stream@@YAPEAVSTREAM@@XZ -; public: static unsigned char __cdecl KEYBOARD::GotABreak(void) -?GotABreak@KEYBOARD@@SAEXZ -; public: unsigned char __cdecl PATH::HasWildCard(void)const __ptr64 -?HasWildCard@PATH@@QEBAEXZ -; public: unsigned char __cdecl ARGUMENT_LEXEMIZER::Initialize(class ARRAY * __ptr64) __ptr64 -?Initialize@ARGUMENT_LEXEMIZER@@QEAAEPEAVARRAY@@@Z -; public: unsigned char __cdecl ARRAY::Initialize(unsigned long,unsigned long) __ptr64 -?Initialize@ARRAY@@QEAAEKK@Z -; public: unsigned char __cdecl BITVECTOR::Initialize(unsigned long,enum BIT,unsigned long * __ptr64) __ptr64 -?Initialize@BITVECTOR@@QEAAEKW4BIT@@PEAK@Z -; public: unsigned char __cdecl BSTRING::Initialize(char const * __ptr64,unsigned long) __ptr64 -?Initialize@BSTRING@@QEAAEPEBDK@Z -; public: unsigned char __cdecl BSTRING::Initialize(void) __ptr64 -?Initialize@BSTRING@@QEAAEXZ -; public: unsigned char __cdecl BYTE_STREAM::Initialize(class STREAM * __ptr64,unsigned long) __ptr64 -?Initialize@BYTE_STREAM@@QEAAEPEAVSTREAM@@K@Z -; public: unsigned char __cdecl CHKDSK_MESSAGE::Initialize(class STREAM * __ptr64,class STREAM * __ptr64,class STREAM * __ptr64) __ptr64 -?Initialize@CHKDSK_MESSAGE@@QEAAEPEAVSTREAM@@00@Z -; public: unsigned char __cdecl CLASS_DESCRIPTOR::Initialize(void) __ptr64 -?Initialize@CLASS_DESCRIPTOR@@QEAAEXZ -; public: unsigned char __cdecl COMM_DEVICE::Initialize(class PATH const * __ptr64,unsigned char * __ptr64) __ptr64 -?Initialize@COMM_DEVICE@@QEAAEPEBVPATH@@PEAE@Z -; public: unsigned char __cdecl CONT_MEM::Initialize(void * __ptr64,unsigned long) __ptr64 -?Initialize@CONT_MEM@@QEAAEPEAXK@Z -; public: unsigned char __cdecl FLAG_ARGUMENT::Initialize(char * __ptr64) __ptr64 -?Initialize@FLAG_ARGUMENT@@QEAAEPEAD@Z -; public: unsigned char __cdecl FLAG_ARGUMENT::Initialize(class WSTRING * __ptr64) __ptr64 -?Initialize@FLAG_ARGUMENT@@QEAAEPEAVWSTRING@@@Z -; public: unsigned char __cdecl FSN_FILTER::Initialize(void) __ptr64 -?Initialize@FSN_FILTER@@QEAAEXZ -; public: class WSTRING * __ptr64 __cdecl FSTRING::Initialize(unsigned short * __ptr64,unsigned long) __ptr64 -?Initialize@FSTRING@@QEAAPEAVWSTRING@@PEAGK@Z -; public: unsigned char __cdecl HMEM::Initialize(void) __ptr64 -?Initialize@HMEM@@QEAAEXZ -; public: unsigned char __cdecl KEYBOARD::Initialize(unsigned char,unsigned char) __ptr64 -?Initialize@KEYBOARD@@QEAAEEE@Z -; public: unsigned char __cdecl LIST::Initialize(void) __ptr64 -?Initialize@LIST@@QEAAEXZ -; public: unsigned char __cdecl LONG_ARGUMENT::Initialize(char * __ptr64) __ptr64 -?Initialize@LONG_ARGUMENT@@QEAAEPEAD@Z -; public: unsigned char __cdecl MEM_ALLOCATOR::Initialize(unsigned __int64,unsigned long) __ptr64 -?Initialize@MEM_ALLOCATOR@@QEAAE_KK@Z -; public: unsigned char __cdecl MEM_BLOCK_MGR::Initialize(unsigned long,unsigned long) __ptr64 -?Initialize@MEM_BLOCK_MGR@@QEAAEKK@Z -; public: unsigned char __cdecl MESSAGE::Initialize(void) __ptr64 -?Initialize@MESSAGE@@QEAAEXZ -; public: unsigned char __cdecl MULTIPLE_PATH_ARGUMENT::Initialize(char * __ptr64,unsigned char,unsigned char) __ptr64 -?Initialize@MULTIPLE_PATH_ARGUMENT@@QEAAEPEADEE@Z -; public: unsigned char __cdecl PATH::Initialize(unsigned short const * __ptr64,unsigned char) __ptr64 -?Initialize@PATH@@QEAAEPEBGE@Z -; public: unsigned char __cdecl PATH::Initialize(class PATH const * __ptr64,unsigned char) __ptr64 -?Initialize@PATH@@QEAAEPEBV1@E@Z -; public: unsigned char __cdecl PATH::Initialize(class WSTRING const * __ptr64,unsigned char) __ptr64 -?Initialize@PATH@@QEAAEPEBVWSTRING@@E@Z -; public: unsigned char __cdecl PATH_ARGUMENT::Initialize(char * __ptr64,unsigned char) __ptr64 -?Initialize@PATH_ARGUMENT@@QEAAEPEADE@Z -; public: unsigned char __cdecl PRINT_STREAM::Initialize(class PATH const * __ptr64) __ptr64 -?Initialize@PRINT_STREAM@@QEAAEPEBVPATH@@@Z -; public: unsigned char __cdecl PROGRAM::Initialize(unsigned long,unsigned long,unsigned long) __ptr64 -?Initialize@PROGRAM@@QEAAEKKK@Z -; public: unsigned char __cdecl REST_OF_LINE_ARGUMENT::Initialize(void) __ptr64 -?Initialize@REST_OF_LINE_ARGUMENT@@QEAAEXZ -; public: unsigned char __cdecl SCREEN::Initialize(void) __ptr64 -?Initialize@SCREEN@@QEAAEXZ -; public: unsigned char __cdecl SORTED_LIST::Initialize(unsigned char) __ptr64 -?Initialize@SORTED_LIST@@QEAAEE@Z -; public: unsigned char __cdecl STREAM_MESSAGE::Initialize(class STREAM * __ptr64,class STREAM * __ptr64,class STREAM * __ptr64) __ptr64 -?Initialize@STREAM_MESSAGE@@QEAAEPEAVSTREAM@@00@Z -; public: unsigned char __cdecl STRING_ARGUMENT::Initialize(char * __ptr64) __ptr64 -?Initialize@STRING_ARGUMENT@@QEAAEPEAD@Z -; public: unsigned char __cdecl STRING_ARRAY::Initialize(unsigned long,unsigned long,unsigned long) __ptr64 -?Initialize@STRING_ARRAY@@QEAAEKKK@Z -; public: unsigned char __cdecl TIMEINFO::Initialize(struct _FILETIME * __ptr64) __ptr64 -?Initialize@TIMEINFO@@QEAAEPEAU_FILETIME@@@Z -; public: void __cdecl TIMEINFO::Initialize(class TIMEINFO const * __ptr64) __ptr64 -?Initialize@TIMEINFO@@QEAAXPEBV1@@Z -; public: unsigned char __cdecl TIMEINFO_ARGUMENT::Initialize(char * __ptr64) __ptr64 -?Initialize@TIMEINFO_ARGUMENT@@QEAAEPEAD@Z -; public: unsigned char __cdecl WSTRING::Initialize(long) __ptr64 -?Initialize@WSTRING@@QEAAEJ@Z -; public: unsigned char __cdecl WSTRING::Initialize(char const * __ptr64,unsigned long) __ptr64 -?Initialize@WSTRING@@QEAAEPEBDK@Z -; public: unsigned char __cdecl WSTRING::Initialize(unsigned short const * __ptr64,unsigned long) __ptr64 -?Initialize@WSTRING@@QEAAEPEBGK@Z -; public: unsigned char __cdecl WSTRING::Initialize(class WSTRING const * __ptr64,unsigned long,unsigned long) __ptr64 -?Initialize@WSTRING@@QEAAEPEBV1@KK@Z -; public: unsigned char __cdecl WSTRING::Initialize(void) __ptr64 -?Initialize@WSTRING@@QEAAEXZ -; public: unsigned char __cdecl LIST::Insert(class OBJECT * __ptr64,class ITERATOR * __ptr64) __ptr64 -?Insert@LIST@@QEAAEPEAVOBJECT@@PEAVITERATOR@@@Z -; public: unsigned char __cdecl WSTRING::InsertString(unsigned long,class WSTRING const * __ptr64,unsigned long,unsigned long) __ptr64 -?InsertString@WSTRING@@QEAAEKPEBV1@KK@Z -; public: static unsigned char __cdecl SYSTEM::IsCorrectVersion(void) -?IsCorrectVersion@SYSTEM@@SAEXZ -; public: unsigned char __cdecl PATH::IsDrive(void)const __ptr64 -?IsDrive@PATH@@QEBAEXZ -; public: unsigned char __cdecl FSN_DIRECTORY::IsEmpty(void)const __ptr64 -?IsEmpty@FSN_DIRECTORY@@QEBAEXZ -; public: unsigned char __cdecl PATH::IsGuidVolName(void) __ptr64 -?IsGuidVolName@PATH@@QEAAEXZ -; public: virtual unsigned char __cdecl MESSAGE::IsInAutoChk(void) __ptr64 -?IsInAutoChk@MESSAGE@@UEAAEXZ -; public: virtual unsigned char __cdecl MESSAGE::IsInSetup(void) __ptr64 -?IsInSetup@MESSAGE@@UEAAEXZ -; public: unsigned char __cdecl KEYBOARD::IsKeyAvailable(unsigned char * __ptr64)const __ptr64 -?IsKeyAvailable@KEYBOARD@@QEBAEPEAE@Z -; public: virtual unsigned char __cdecl MESSAGE::IsKeyPressed(unsigned long,unsigned long) __ptr64 -?IsKeyPressed@MESSAGE@@UEAAEKK@Z -; public: unsigned char __cdecl MESSAGE::IsLoggingEnabled(void) __ptr64 -?IsLoggingEnabled@MESSAGE@@QEAAEXZ -; public: unsigned char __cdecl OBJECT::IsSameClass(class OBJECT const * __ptr64)const __ptr64 -?IsSameClass@OBJECT@@QEBAEPEBV1@@Z -; public: unsigned char __cdecl OBJECT::IsSameObject(class OBJECT const * __ptr64)const __ptr64 -?IsSameObject@OBJECT@@QEBAEPEBV1@@Z -; public: virtual unsigned char __cdecl MESSAGE::IsSuppressedMessage(void) __ptr64 -?IsSuppressedMessage@MESSAGE@@UEAAEXZ -; public: unsigned char __cdecl ARGUMENT::IsValueSet(void) __ptr64 -?IsValueSet@ARGUMENT@@QEAAEXZ -; public: virtual unsigned char __cdecl CHKDSK_MESSAGE::IsYesResponse(unsigned char) __ptr64 -?IsYesResponse@CHKDSK_MESSAGE@@UEAAEE@Z -; public: virtual unsigned char __cdecl MESSAGE::IsYesResponse(unsigned char) __ptr64 -?IsYesResponse@MESSAGE@@UEAAEE@Z -; public: virtual unsigned char __cdecl STREAM_MESSAGE::IsYesResponse(unsigned char) __ptr64 -?IsYesResponse@STREAM_MESSAGE@@UEAAEE@Z -; public: void __cdecl MESSAGE::Lock(void) __ptr64 -?Lock@MESSAGE@@QEAAXXZ -; public: unsigned char __cdecl MESSAGE::Log(char const * __ptr64,...) __ptr64 -?Log@MESSAGE@@QEAAEPEBDZZ -; public: unsigned char __cdecl MESSAGE::LogMessage(class WSTRING const * __ptr64) __ptr64 -?LogMessage@MESSAGE@@QEAAEPEBVWSTRING@@@Z -; public: unsigned char __cdecl MESSAGE::LogMsg(unsigned long) __ptr64 -?LogMsg@MESSAGE@@QEAAEK@Z -; public: unsigned char __cdecl MESSAGE::LogMsg(unsigned long,char const * __ptr64,...) __ptr64 -?LogMsg@MESSAGE@@QEAAEKPEBDZZ -; public: static class FSN_DIRECTORY * __ptr64 __cdecl SYSTEM::MakeDirectory(class PATH const * __ptr64,class PATH const * __ptr64,enum _COPY_ERROR * __ptr64,unsigned long (__cdecl*)(union _LARGE_INTEGER,union _LARGE_INTEGER,union _LARGE_INTEGER,union _LARGE_INTEGER,unsigned long,unsigned long,void * __ptr64,void * __ptr64,void * __ptr64),void * __ptr64,int * __ptr64,unsigned long) -?MakeDirectory@SYSTEM@@SAPEAVFSN_DIRECTORY@@PEBVPATH@@0PEAW4_COPY_ERROR@@P6AKT_LARGE_INTEGER@@222KKPEAX33@Z3PEAHK@Z -; public: static class FSN_FILE * __ptr64 __cdecl SYSTEM::MakeFile(class PATH const * __ptr64) -?MakeFile@SYSTEM@@SAPEAVFSN_FILE@@PEBVPATH@@@Z -; public: static class FSN_FILE * __ptr64 __cdecl SYSTEM::MakeTemporaryFile(class WSTRING const * __ptr64,class PATH const * __ptr64) -?MakeTemporaryFile@SYSTEM@@SAPEAVFSN_FILE@@PEBVWSTRING@@PEBVPATH@@@Z -; public: unsigned char __cdecl PATH::ModifyName(class WSTRING const * __ptr64) __ptr64 -?ModifyName@PATH@@QEAAEPEBVWSTRING@@@Z -; public: unsigned char __cdecl SCREEN::MoveCursorTo(unsigned short,unsigned short) __ptr64 -?MoveCursorTo@SCREEN@@QEAAEGG@Z -; public: virtual unsigned char __cdecl BDSTRING::NewBuf(unsigned long) __ptr64 -?NewBuf@BDSTRING@@UEAAEK@Z -; public: virtual unsigned char __cdecl DSTRING::NewBuf(unsigned long) __ptr64 -?NewBuf@DSTRING@@UEAAEK@Z -; public: virtual unsigned char __cdecl FSTRING::NewBuf(unsigned long) __ptr64 -?NewBuf@FSTRING@@UEAAEK@Z -; public: unsigned long __cdecl BSTRING::NextChar(unsigned long) __ptr64 -?NextChar@BSTRING@@QEAAKK@Z -; public: unsigned char __cdecl ARGUMENT_LEXEMIZER::PrepareToParse(class WSTRING * __ptr64) __ptr64 -?PrepareToParse@ARGUMENT_LEXEMIZER@@QEAAEPEAVWSTRING@@@Z -; public: virtual unsigned char __cdecl ARRAY::Put(class OBJECT * __ptr64) __ptr64 -?Put@ARRAY@@UEAAEPEAVOBJECT@@@Z -; public: virtual unsigned char __cdecl LIST::Put(class OBJECT * __ptr64) __ptr64 -?Put@LIST@@UEAAEPEAVOBJECT@@@Z -; public: virtual unsigned char __cdecl SORTED_LIST::Put(class OBJECT * __ptr64) __ptr64 -?Put@SORTED_LIST@@UEAAEPEAVOBJECT@@@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::PutMultipleSwitch(char const * __ptr64) __ptr64 -?PutMultipleSwitch@ARGUMENT_LEXEMIZER@@QEAAXPEBD@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::PutMultipleSwitch(class WSTRING const * __ptr64) __ptr64 -?PutMultipleSwitch@ARGUMENT_LEXEMIZER@@QEAAXPEBVWSTRING@@@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::PutSeparators(char const * __ptr64) __ptr64 -?PutSeparators@ARGUMENT_LEXEMIZER@@QEAAXPEBD@Z -; protected: void __cdecl BSTRING::PutString(char * __ptr64,unsigned long) __ptr64 -?PutString@BSTRING@@IEAAXPEADK@Z -; protected: void __cdecl WSTRING::PutString(unsigned short * __ptr64) __ptr64 -?PutString@WSTRING@@IEAAXPEAG@Z -; protected: void __cdecl WSTRING::PutString(unsigned short * __ptr64,unsigned long) __ptr64 -?PutString@WSTRING@@IEAAXPEAGK@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::PutSwitches(char const * __ptr64) __ptr64 -?PutSwitches@ARGUMENT_LEXEMIZER@@QEAAXPEBD@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::PutSwitches(class WSTRING const * __ptr64) __ptr64 -?PutSwitches@ARGUMENT_LEXEMIZER@@QEAAXPEBVWSTRING@@@Z -; public: unsigned long __cdecl WSTRING::QueryByteCount(void)const __ptr64 -?QueryByteCount@WSTRING@@QEBAKXZ -; public: unsigned short __cdecl WSTRING::QueryChAt(unsigned long)const __ptr64 -?QueryChAt@WSTRING@@QEBAGK@Z -; public: unsigned long __cdecl BSTRING::QueryChCount(void)const __ptr64 -?QueryChCount@BSTRING@@QEBAKXZ -; public: unsigned long __cdecl WSTRING::QueryChCount(void)const __ptr64 -?QueryChCount@WSTRING@@QEBAKXZ -; public: unsigned __int64 __cdecl OBJECT::QueryClassId(void)const __ptr64 -?QueryClassId@OBJECT@@QEBA_KXZ -; public: unsigned long __cdecl SCREEN::QueryCodePage(void) __ptr64 -?QueryCodePage@SCREEN@@QEAAKXZ -; public: class ARRAY * __ptr64 __cdecl PATH::QueryComponentArray(class ARRAY * __ptr64)const __ptr64 -?QueryComponentArray@PATH@@QEBAPEAVARRAY@@PEAV2@@Z -; public: static unsigned char __cdecl SYSTEM::QueryCurrentDosDriveName(class WSTRING * __ptr64) -?QueryCurrentDosDriveName@SYSTEM@@SAEPEAVWSTRING@@@Z -; public: unsigned char __cdecl TIMEINFO::QueryDate(class WSTRING * __ptr64)const __ptr64 -?QueryDate@TIMEINFO@@QEBAEPEAVWSTRING@@@Z -; public: static class FSN_DIRECTORY * __ptr64 __cdecl SYSTEM::QueryDirectory(class PATH const * __ptr64,unsigned char) -?QueryDirectory@SYSTEM@@SAPEAVFSN_DIRECTORY@@PEBVPATH@@E@Z -; public: static enum DRIVE_TYPE __cdecl SYSTEM::QueryDriveType(class WSTRING const * __ptr64) -?QueryDriveType@SYSTEM@@SA?AW4DRIVE_TYPE@@PEBVWSTRING@@@Z -; public: static class WSTRING * __ptr64 __cdecl SYSTEM::QueryEnvironmentVariable(class WSTRING const * __ptr64) -?QueryEnvironmentVariable@SYSTEM@@SAPEAVWSTRING@@PEBV2@@Z -; public: static class FSN_FILE * __ptr64 __cdecl SYSTEM::QueryFile(class PATH const * __ptr64,unsigned char,unsigned char * __ptr64) -?QueryFile@SYSTEM@@SAPEAVFSN_FILE@@PEBVPATH@@EPEAE@Z -; public: static enum FILE_TYPE __cdecl SYSTEM::QueryFileType(class WSTRING const * __ptr64) -?QueryFileType@SYSTEM@@SA?AW4FILE_TYPE@@PEBVWSTRING@@@Z -; public: class ARRAY * __ptr64 __cdecl FSN_DIRECTORY::QueryFsnodeArray(class FSN_FILTER * __ptr64)const __ptr64 -?QueryFsnodeArray@FSN_DIRECTORY@@QEBAPEAVARRAY@@PEAVFSN_FILTER@@@Z -; public: class PATH * __ptr64 __cdecl PATH::QueryFullPath(void)const __ptr64 -?QueryFullPath@PATH@@QEBAPEAV1@XZ -; public: class WSTRING * __ptr64 __cdecl PATH::QueryFullPathString(void)const __ptr64 -?QueryFullPathString@PATH@@QEBAPEAVWSTRING@@XZ -; public: class WSTRING * __ptr64 __cdecl PATH::QueryGuidString(class WSTRING * __ptr64,unsigned char * __ptr64,class WSTRING * __ptr64) __ptr64 -?QueryGuidString@PATH@@QEAAPEAVWSTRING@@PEAV2@PEAE0@Z -; public: class WSTRING * __ptr64 __cdecl ARGUMENT_LEXEMIZER::QueryInvalidArgument(void) __ptr64 -?QueryInvalidArgument@ARGUMENT_LEXEMIZER@@QEAAPEAVWSTRING@@XZ -; public: virtual class ITERATOR * __ptr64 __cdecl ARRAY::QueryIterator(void)const __ptr64 -?QueryIterator@ARRAY@@UEBAPEAVITERATOR@@XZ -; public: virtual class ITERATOR * __ptr64 __cdecl LIST::QueryIterator(void)const __ptr64 -?QueryIterator@LIST@@UEBAPEAVITERATOR@@XZ -; public: virtual class ITERATOR * __ptr64 __cdecl SORTED_LIST::QueryIterator(void)const __ptr64 -?QueryIterator@SORTED_LIST@@UEBAPEAVITERATOR@@XZ -; public: static __int64 (__cdecl*__cdecl SYSTEM::QueryLibraryEntryPoint(class WSTRING const * __ptr64,class WSTRING const * __ptr64,void * __ptr64 * __ptr64))(void) -?QueryLibraryEntryPoint@SYSTEM@@SAP6A_JXZPEBVWSTRING@@0PEAPEAX@Z -; public: static unsigned char __cdecl SYSTEM::QueryLocalTimeFromUTime(class TIMEINFO const * __ptr64,class TIMEINFO * __ptr64) -?QueryLocalTimeFromUTime@SYSTEM@@SAEPEBVTIMEINFO@@PEAV2@@Z -; public: virtual unsigned long __cdecl SORTED_LIST::QueryMemberCount(void)const __ptr64 -?QueryMemberCount@SORTED_LIST@@UEBAKXZ -; public: class PATH * __ptr64 __cdecl PATH::QueryMountPointPath(void) __ptr64 -?QueryMountPointPath@PATH@@QEAAPEAV1@XZ -; public: unsigned char __cdecl MESSAGE::QueryNextLoggedMessage(class FSTRING * __ptr64) __ptr64 -?QueryNextLoggedMessage@MESSAGE@@QEAAEPEAVFSTRING@@@Z -; public: unsigned char __cdecl WSTRING::QueryNumber(long * __ptr64,unsigned long,unsigned long)const __ptr64 -?QueryNumber@WSTRING@@QEBAEPEAJKK@Z -; public: unsigned char __cdecl MESSAGE::QueryPackedLog(class HMEM * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryPackedLog@MESSAGE@@QEAAEPEAVHMEM@@PEAK@Z -; public: class PATH * __ptr64 __cdecl PATH::QueryPath(void)const __ptr64 -?QueryPath@PATH@@QEBAPEAV1@XZ -; public: static unsigned char __cdecl BASE_SYSTEM::QueryResourceString(class WSTRING * __ptr64,unsigned long,char const * __ptr64,...) -?QueryResourceString@BASE_SYSTEM@@SAEPEAVWSTRING@@KPEBDZZ -; public: static unsigned char __cdecl BASE_SYSTEM::QueryResourceStringV(class WSTRING * __ptr64,unsigned long,char const * __ptr64,char * __ptr64) -?QueryResourceStringV@BASE_SYSTEM@@SAEPEAVWSTRING@@KPEBDPEAD@Z -; public: class WSTRING * __ptr64 __cdecl PATH::QueryRoot(void) __ptr64 -?QueryRoot@PATH@@QEAAPEAVWSTRING@@XZ -; public: char * __ptr64 __cdecl BSTRING::QuerySTR(unsigned long,unsigned long,char * __ptr64,unsigned long,unsigned char)const __ptr64 -?QuerySTR@BSTRING@@QEBAPEADKKPEADKE@Z -; public: char * __ptr64 __cdecl WSTRING::QuerySTR(unsigned long,unsigned long,char * __ptr64,unsigned long,unsigned char)const __ptr64 -?QuerySTR@WSTRING@@QEBAPEADKKPEADKE@Z -; public: void __cdecl SCREEN::QueryScreenSize(unsigned short * __ptr64,unsigned short * __ptr64,unsigned short * __ptr64,unsigned short * __ptr64)const __ptr64 -?QueryScreenSize@SCREEN@@QEBAXPEAG000@Z -; public: class FILE_STREAM * __ptr64 __cdecl FSN_FILE::QueryStream(enum STREAMACCESS,unsigned long) __ptr64 -?QueryStream@FSN_FILE@@QEAAPEAVFILE_STREAM@@W4STREAMACCESS@@K@Z -; public: class WSTRING * __ptr64 __cdecl WSTRING::QueryString(unsigned long,unsigned long)const __ptr64 -?QueryString@WSTRING@@QEBAPEAV1@KK@Z -; public: virtual unsigned char __cdecl MESSAGE::QueryStringInput(class WSTRING * __ptr64) __ptr64 -?QueryStringInput@MESSAGE@@UEAAEPEAVWSTRING@@@Z -; public: static class PATH * __ptr64 __cdecl SYSTEM::QuerySystemDirectory(void) -?QuerySystemDirectory@SYSTEM@@SAPEAVPATH@@XZ -; public: unsigned char __cdecl TIMEINFO::QueryTime(class WSTRING * __ptr64)const __ptr64 -?QueryTime@TIMEINFO@@QEBAEPEAVWSTRING@@@Z -; public: unsigned char __cdecl COMM_DEVICE::QueryTimeOut(void)const __ptr64 -?QueryTimeOut@COMM_DEVICE@@QEBAEXZ -; public: static class WSTRING * __ptr64 __cdecl SYSTEM::QueryVolumeLabel(class PATH * __ptr64,struct _VOL_SERIAL_NUMBER * __ptr64) -?QueryVolumeLabel@SYSTEM@@SAPEAVWSTRING@@PEAVPATH@@PEAU_VOL_SERIAL_NUMBER@@@Z -; public: class PATH * __ptr64 __cdecl PATH::QueryWCExpansion(class PATH * __ptr64) __ptr64 -?QueryWCExpansion@PATH@@QEAAPEAV1@PEAV1@@Z -; public: unsigned short * __ptr64 __cdecl WSTRING::QueryWSTR(unsigned long,unsigned long,unsigned short * __ptr64,unsigned long,unsigned char)const __ptr64 -?QueryWSTR@WSTRING@@QEBAPEAGKKPEAGKE@Z -; public: static unsigned char __cdecl SYSTEM::QueryWindowsErrorMessage(unsigned long,class WSTRING * __ptr64) -?QueryWindowsErrorMessage@SYSTEM@@SAEKPEAVWSTRING@@@Z -; public: unsigned char __cdecl FILE_STREAM::ReadAt(unsigned char * __ptr64,unsigned long,__int64,enum SEEKORIGIN,unsigned long * __ptr64) __ptr64 -?ReadAt@FILE_STREAM@@QEAAEPEAEK_JW4SEEKORIGIN@@PEAK@Z -; public: unsigned char __cdecl STREAM::ReadLine(class WSTRING * __ptr64,unsigned char) __ptr64 -?ReadLine@STREAM@@QEAAEPEAVWSTRING@@E@Z -; public: unsigned char __cdecl STREAM::ReadMbLine(char * __ptr64,unsigned long,unsigned long * __ptr64,unsigned char,unsigned long) __ptr64 -?ReadMbLine@STREAM@@QEAAEPEADKPEAKEK@Z -; public: unsigned char __cdecl STREAM::ReadWLine(unsigned short * __ptr64,unsigned long,unsigned long * __ptr64,unsigned char,unsigned long) __ptr64 -?ReadWLine@STREAM@@QEAAEPEAGKPEAKEK@Z -; public: virtual class OBJECT * __ptr64 __cdecl ARRAY::Remove(class ITERATOR * __ptr64) __ptr64 -?Remove@ARRAY@@UEAAPEAVOBJECT@@PEAVITERATOR@@@Z -; public: static unsigned char __cdecl SYSTEM::RemoveNode(class FSNODE * __ptr64 * __ptr64,unsigned char) -?RemoveNode@SYSTEM@@SAEPEAPEAVFSNODE@@E@Z -; public: unsigned char __cdecl WSTRING::Replace(unsigned long,unsigned long,class WSTRING const * __ptr64,unsigned long,unsigned long) __ptr64 -?Replace@WSTRING@@QEAAEKKPEBV1@KK@Z -; public: unsigned char __cdecl BSTRING::ReplaceWithChars(unsigned long,unsigned long,char,unsigned long) __ptr64 -?ReplaceWithChars@BSTRING@@QEAAEKKDK@Z -; public: unsigned char __cdecl WSTRING::ReplaceWithChars(unsigned long,unsigned long,unsigned short,unsigned long) __ptr64 -?ReplaceWithChars@WSTRING@@QEAAEKKGK@Z -; public: void __cdecl BITVECTOR::ResetBit(unsigned long,unsigned long) __ptr64 -?ResetBit@BITVECTOR@@QEAAXKK@Z -; public: static void __cdecl WSTRING::ResetConversions(void) -?ResetConversions@WSTRING@@SAXXZ -; public: void __cdecl MESSAGE::ResetLoggingIterator(void) __ptr64 -?ResetLoggingIterator@MESSAGE@@QEAAXXZ -; public: virtual unsigned char __cdecl BDSTRING::Resize(unsigned long) __ptr64 -?Resize@BDSTRING@@UEAAEK@Z -; public: virtual unsigned char __cdecl DSTRING::Resize(unsigned long) __ptr64 -?Resize@DSTRING@@UEAAEK@Z -; public: virtual unsigned char __cdecl FSTRING::Resize(unsigned long) __ptr64 -?Resize@FSTRING@@UEAAEK@Z -; public: unsigned char __cdecl HMEM::Resize(unsigned long,unsigned long) __ptr64 -?Resize@HMEM@@QEAAEKK@Z -; public: static class PATH * __ptr64 __cdecl SYSTEM::SearchPathW(class WSTRING * __ptr64,class WSTRING * __ptr64) -?SearchPathW@SYSTEM@@SAPEAVPATH@@PEAVWSTRING@@0@Z -; public: virtual unsigned long __cdecl MESSAGE::SelectResponse(unsigned long,...) __ptr64 -?SelectResponse@MESSAGE@@UEAAKKZZ -; public: virtual unsigned char __cdecl CHKDSK_MESSAGE::Set(unsigned long,enum MESSAGE_TYPE,unsigned long) __ptr64 -?Set@CHKDSK_MESSAGE@@UEAAEKW4MESSAGE_TYPE@@K@Z -; public: virtual unsigned char __cdecl STREAM_MESSAGE::Set(unsigned long,enum MESSAGE_TYPE,unsigned long) __ptr64 -?Set@STREAM_MESSAGE@@UEAAEKW4MESSAGE_TYPE@@K@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::SetAllowSwitchGlomming(unsigned char) __ptr64 -?SetAllowSwitchGlomming@ARGUMENT_LEXEMIZER@@QEAAXE@Z -; public: static void __cdecl WSTRING::SetAnsiConversions(void) -?SetAnsiConversions@WSTRING@@SAXXZ -; public: unsigned char __cdecl FSN_FILTER::SetAttributes(unsigned long,unsigned long,unsigned long) __ptr64 -?SetAttributes@FSN_FILTER@@QEAAEKKK@Z -; public: unsigned char __cdecl COMM_DEVICE::SetBaudRate(unsigned long) __ptr64 -?SetBaudRate@COMM_DEVICE@@QEAAEK@Z -; public: void __cdecl BITVECTOR::SetBit(unsigned long,unsigned long) __ptr64 -?SetBit@BITVECTOR@@QEAAXKK@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::SetCaseSensitive(unsigned char) __ptr64 -?SetCaseSensitive@ARGUMENT_LEXEMIZER@@QEAAXE@Z -; public: unsigned short __cdecl WSTRING::SetChAt(unsigned short,unsigned long) __ptr64 -?SetChAt@WSTRING@@QEAAGGK@Z -; protected: void __cdecl OBJECT::SetClassDescriptor(class CLASS_DESCRIPTOR const * __ptr64) __ptr64 -?SetClassDescriptor@OBJECT@@IEAAXPEBVCLASS_DESCRIPTOR@@@Z -; public: unsigned char __cdecl SCREEN::SetCodePage(unsigned long) __ptr64 -?SetCodePage@SCREEN@@QEAAEK@Z -; public: static void __cdecl WSTRING::SetConsoleConversions(void) -?SetConsoleConversions@WSTRING@@SAXXZ -; public: unsigned char __cdecl COMM_DEVICE::SetDataBits(unsigned long) __ptr64 -?SetDataBits@COMM_DEVICE@@QEAAEK@Z -; public: unsigned char __cdecl PATH::SetDevice(class WSTRING const * __ptr64) __ptr64 -?SetDevice@PATH@@QEAAEPEBVWSTRING@@@Z -; public: virtual unsigned char __cdecl MESSAGE::SetDotsOnly(unsigned char) __ptr64 -?SetDotsOnly@MESSAGE@@UEAAEE@Z -; public: unsigned char __cdecl COMM_DEVICE::SetDtrControl(enum DTR_CONTROL) __ptr64 -?SetDtrControl@COMM_DEVICE@@QEAAEW4DTR_CONTROL@@@Z -; public: unsigned char __cdecl FSN_FILTER::SetFileName(char const * __ptr64) __ptr64 -?SetFileName@FSN_FILTER@@QEAAEPEBD@Z -; public: unsigned char __cdecl FSN_FILTER::SetFileName(class WSTRING const * __ptr64) __ptr64 -?SetFileName@FSN_FILTER@@QEAAEPEBVWSTRING@@@Z -; public: unsigned char __cdecl COMM_DEVICE::SetIdsr(unsigned char) __ptr64 -?SetIdsr@COMM_DEVICE@@QEAAEE@Z -; public: void __cdecl MESSAGE::SetLoggingEnabled(unsigned char) __ptr64 -?SetLoggingEnabled@MESSAGE@@QEAAXE@Z -; public: unsigned char __cdecl PATH::SetName(class WSTRING const * __ptr64) __ptr64 -?SetName@PATH@@QEAAEPEBVWSTRING@@@Z -; public: void __cdecl ARGUMENT_LEXEMIZER::SetNoSpcBetweenDstAndSwitch(unsigned char) __ptr64 -?SetNoSpcBetweenDstAndSwitch@ARGUMENT_LEXEMIZER@@QEAAXE@Z -; public: unsigned char __cdecl COMM_DEVICE::SetOcts(unsigned char) __ptr64 -?SetOcts@COMM_DEVICE@@QEAAEE@Z -; public: unsigned char __cdecl COMM_DEVICE::SetOdsr(unsigned char) __ptr64 -?SetOdsr@COMM_DEVICE@@QEAAEE@Z -; public: static void __cdecl WSTRING::SetOemConversions(void) -?SetOemConversions@WSTRING@@SAXXZ -; public: unsigned char __cdecl SCREEN::SetOutputCodePage(unsigned long) __ptr64 -?SetOutputCodePage@SCREEN@@QEAAEK@Z -; public: unsigned char __cdecl COMM_DEVICE::SetParity(enum PARITY) __ptr64 -?SetParity@COMM_DEVICE@@QEAAEW4PARITY@@@Z -; public: unsigned char __cdecl COMM_DEVICE::SetRtsControl(enum RTS_CONTROL) __ptr64 -?SetRtsControl@COMM_DEVICE@@QEAAEW4RTS_CONTROL@@@Z -; public: unsigned long __cdecl BITVECTOR::SetSize(unsigned long,enum BIT) __ptr64 -?SetSize@BITVECTOR@@QEAAKKW4BIT@@@Z -; public: unsigned char __cdecl COMM_DEVICE::SetStopBits(enum STOPBITS) __ptr64 -?SetStopBits@COMM_DEVICE@@QEAAEW4STOPBITS@@@Z -; public: unsigned char __cdecl FSN_FILTER::SetTimeInfo(class TIMEINFO const * __ptr64,enum FSN_TIME,unsigned short) __ptr64 -?SetTimeInfo@FSN_FILTER@@QEAAEPEBVTIMEINFO@@W4FSN_TIME@@G@Z -; public: unsigned char __cdecl COMM_DEVICE::SetTimeOut(unsigned char) __ptr64 -?SetTimeOut@COMM_DEVICE@@QEAAEE@Z -; public: unsigned char __cdecl COMM_DEVICE::SetXon(unsigned char) __ptr64 -?SetXon@COMM_DEVICE@@QEAAEE@Z -; public: static unsigned short * __ptr64 __cdecl WSTRING::SkipWhite(unsigned short * __ptr64) -?SkipWhite@WSTRING@@SAPEAGPEAG@Z -; public: virtual unsigned char __cdecl STRING_ARRAY::Sort(unsigned char) __ptr64 -?Sort@STRING_ARRAY@@UEAAEE@Z -; public: unsigned char __cdecl WSTRING::Strcat(class WSTRING const * __ptr64) __ptr64 -?Strcat@WSTRING@@QEAAEPEBV1@@Z -; public: unsigned long __cdecl BSTRING::Strchr(char,unsigned long)const __ptr64 -?Strchr@BSTRING@@QEBAKDK@Z -; public: unsigned long __cdecl WSTRING::Strchr(unsigned short,unsigned long)const __ptr64 -?Strchr@WSTRING@@QEBAKGK@Z -; public: long __cdecl WSTRING::Strcmp(class WSTRING const * __ptr64)const __ptr64 -?Strcmp@WSTRING@@QEBAJPEBV1@@Z -; public: long __cdecl WSTRING::Strcmp(class WSTRING const * __ptr64,unsigned long)const __ptr64 -?Strcmp@WSTRING@@QEBAJPEBV1@K@Z -; public: long __cdecl WSTRING::Strcmp(class WSTRING const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long)const __ptr64 -?Strcmp@WSTRING@@QEBAJPEBV1@KKKK@Z -; public: static int __cdecl WSTRING::Strcmp(unsigned short * __ptr64,unsigned short * __ptr64) -?Strcmp@WSTRING@@SAHPEAG0@Z -; public: static int __cdecl MBSTR::Strcmpis(char * __ptr64,char * __ptr64) -?Strcmpis@MBSTR@@SAHPEAD0@Z -; public: static int __cdecl WSTRING::Strcmpis(unsigned short * __ptr64,unsigned short * __ptr64) -?Strcmpis@WSTRING@@SAHPEAG0@Z -; public: static int __cdecl MBSTR::Strcmps(char * __ptr64,char * __ptr64) -?Strcmps@MBSTR@@SAHPEAD0@Z -; public: static int __cdecl WSTRING::Strcmps(unsigned short * __ptr64,unsigned short * __ptr64) -?Strcmps@WSTRING@@SAHPEAG0@Z -; public: unsigned long __cdecl WSTRING::Strcspn(class WSTRING const * __ptr64,unsigned long)const __ptr64 -?Strcspn@WSTRING@@QEBAKPEBV1@K@Z -; public: static int __cdecl MBSTR::Stricmp(char * __ptr64,char * __ptr64) -?Stricmp@MBSTR@@SAHPEAD0@Z -; public: long __cdecl WSTRING::Stricmp(class WSTRING const * __ptr64)const __ptr64 -?Stricmp@WSTRING@@QEBAJPEBV1@@Z -; public: long __cdecl WSTRING::Stricmp(class WSTRING const * __ptr64,unsigned long)const __ptr64 -?Stricmp@WSTRING@@QEBAJPEBV1@K@Z -; public: long __cdecl WSTRING::Stricmp(class WSTRING const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long)const __ptr64 -?Stricmp@WSTRING@@QEBAJPEBV1@KKKK@Z -; public: static int __cdecl WSTRING::Stricmp(unsigned short * __ptr64,unsigned short * __ptr64) -?Stricmp@WSTRING@@SAHPEAG0@Z -; public: class WSTRING * __ptr64 __cdecl WSTRING::Strlwr(unsigned long,unsigned long) __ptr64 -?Strlwr@WSTRING@@QEAAPEAV1@KK@Z -; public: class WSTRING * __ptr64 __cdecl WSTRING::Strlwr(void) __ptr64 -?Strlwr@WSTRING@@QEAAPEAV1@XZ -; public: unsigned long __cdecl WSTRING::Strrchr(unsigned short,unsigned long)const __ptr64 -?Strrchr@WSTRING@@QEBAKGK@Z -; public: unsigned long __cdecl WSTRING::Strspn(class WSTRING const * __ptr64,unsigned long)const __ptr64 -?Strspn@WSTRING@@QEBAKPEBV1@K@Z -; public: static char * __ptr64 __cdecl MBSTR::Strstr(char * __ptr64,char * __ptr64) -?Strstr@MBSTR@@SAPEADPEAD0@Z -; public: unsigned long __cdecl WSTRING::Strstr(class WSTRING const * __ptr64)const __ptr64 -?Strstr@WSTRING@@QEBAKPEBV1@@Z -; public: class WSTRING * __ptr64 __cdecl WSTRING::Strupr(unsigned long,unsigned long) __ptr64 -?Strupr@WSTRING@@QEAAPEAV1@KK@Z -; public: class WSTRING * __ptr64 __cdecl WSTRING::Strupr(void) __ptr64 -?Strupr@WSTRING@@QEAAPEAV1@XZ -; public: unsigned long __cdecl WSTRING::SyncLength(void) __ptr64 -?SyncLength@WSTRING@@QEAAKXZ -; public: unsigned char __cdecl FSN_DIRECTORY::Traverse(void * __ptr64,class FSN_FILTER * __ptr64,class PATH * __ptr64,unsigned char (__cdecl*)(void * __ptr64,class FSNODE * __ptr64,class PATH * __ptr64))const __ptr64 -?Traverse@FSN_DIRECTORY@@QEBAEPEAXPEAVFSN_FILTER@@PEAVPATH@@P6AE0PEAVFSNODE@@2@Z@Z -; public: unsigned long __cdecl WSTRING::Truncate(unsigned long) __ptr64 -?Truncate@WSTRING@@QEAAKK@Z -; public: unsigned char __cdecl PATH::TruncateBase(void) __ptr64 -?TruncateBase@PATH@@QEAAEXZ -; public: void __cdecl PATH::TruncateDelimiter(void) __ptr64 -?TruncateDelimiter@PATH@@QEAAXXZ -; public: void __cdecl PATH::TruncateNameAtColon(void) __ptr64 -?TruncateNameAtColon@PATH@@QEAAXXZ -; void * __ptr64 __cdecl UlibRealloc(void * __ptr64,unsigned long) -?UlibRealloc@@YAPEAXPEAXK@Z -; public: void __cdecl MESSAGE::Unlock(void) __ptr64 -?Unlock@MESSAGE@@QEAAXXZ -; public: virtual void __cdecl PROGRAM::Usage(void)const __ptr64 -?Usage@PROGRAM@@UEBAXXZ -; public: unsigned char __cdecl FSNODE::UseAlternateName(void) __ptr64 -?UseAlternateName@FSNODE@@QEAAEXZ -; public: virtual void __cdecl PROGRAM::ValidateVersion(unsigned long,unsigned long)const __ptr64 -?ValidateVersion@PROGRAM@@UEBAXKK@Z -; public: virtual unsigned char __cdecl MESSAGE::WaitForUserSignal(void) __ptr64 -?WaitForUserSignal@MESSAGE@@UEAAEXZ -; public: unsigned char __cdecl STREAM::WriteByte(unsigned char) __ptr64 -?WriteByte@STREAM@@QEAAEE@Z -; private: static unsigned char WSTRING::_UseAnsiConversions -?_UseAnsiConversions@WSTRING@@0EA DATA -; private: static unsigned char WSTRING::_UseAnsiConversionsPrev -?_UseAnsiConversionsPrev@WSTRING@@0EA DATA -; private: static unsigned char WSTRING::_UseConsoleConversions -?_UseConsoleConversions@WSTRING@@0EA DATA -; private: static unsigned char WSTRING::_UseConsoleConversionsPrev -?_UseConsoleConversionsPrev@WSTRING@@0EA DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/umdmxfrm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/umdmxfrm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/umdmxfrm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/umdmxfrm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file umdmxfrm.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY umdmxfrm.dll -EXPORTS -GetXformInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/unimdmat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/unimdmat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/unimdmat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/unimdmat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Exports of file UNIMDMAT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY UNIMDMAT.dll -EXPORTS -UmInitializeModemDriver -UmDeinitializeModemDriver -UmOpenModem -UmCloseModem -UmInitModem -UmMonitorModem -UmAnswerModem -UmDialModem -UmHangupModem -UmGenerateDigit -UmSetSpeakerPhoneState -UmDuplicateDeviceHandle -UmAbortCurrentModemCommand -UmSetPassthroughMode -UmIssueCommand -UmWaveAction -UmLogStringA -UmGetDiagnostics -UmLogDiagnostics diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/uniplat.def mingw-w64-6.0.0/mingw-w64-crt/lib64/uniplat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/uniplat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/uniplat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -; -; Exports of file uniplat.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY uniplat.dll -EXPORTS -UmPlatformInitialize -UmPlatformDeinitialize -UnimodemReadFileEx -UnimodemWriteFileEx -UnimodemDeviceIoControlEx -UnimodemWaitCommEventEx -UnimodemQueueUserAPC -CreateUnimodemTimer -FreeUnimodemTimer -SetUnimodemTimer -CancelUnimodemTimer -CreateOverStructPool -DestroyOverStructPool -AllocateOverStructEx -FreeOverStruct -ReinitOverStruct -SyncDeviceIoControl -WinntIsWorkstation -UnimodemNotifyTSP -StartMonitorThread -StopMonitorThread -MonitorHandle -StopMonitoringHandle -CallBeginning -CallEnding -ResetCallCount diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/upnp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/upnp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/upnp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/upnp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Exports of file UPnP.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY UPnP.DLL -EXPORTS -HrRehydratorCreateServiceObject -HrRehydratorInvokeServiceAction -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/upnphost.def mingw-w64-6.0.0/mingw-w64-crt/lib64/upnphost.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/upnphost.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/upnphost.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file upnphost.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY upnphost.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ureg.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ureg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ureg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ureg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -; -; Exports of file UREG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY UREG.dll -EXPORTS -; public: __cdecl REGISTRY::REGISTRY(void) __ptr64 -??0REGISTRY@@QEAA@XZ -; public: __cdecl REGISTRY_KEY_INFO::REGISTRY_KEY_INFO(void) __ptr64 -??0REGISTRY_KEY_INFO@@QEAA@XZ -; public: __cdecl REGISTRY_VALUE_ENTRY::REGISTRY_VALUE_ENTRY(void) __ptr64 -??0REGISTRY_VALUE_ENTRY@@QEAA@XZ -; public: virtual __cdecl REGISTRY::~REGISTRY(void) __ptr64 -??1REGISTRY@@UEAA@XZ -; public: unsigned char __cdecl REGISTRY::AddValueEntry(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class REGISTRY_VALUE_ENTRY const * __ptr64,unsigned char,unsigned long * __ptr64) __ptr64 -?AddValueEntry@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVREGISTRY_VALUE_ENTRY@@EPEAK@Z -; public: unsigned char __cdecl REGISTRY::CreateKey(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class REGISTRY_KEY_INFO * __ptr64,unsigned long * __ptr64,unsigned char) __ptr64 -?CreateKey@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@1PEAKE@Z -; public: unsigned char __cdecl REGISTRY::DeleteKey(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?DeleteKey@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVWSTRING@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::DeleteValueEntry(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?DeleteValueEntry@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVWSTRING@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::DoesKeyExist(enum _PREDEFINED_KEY,class WSTRING const * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?DoesKeyExist@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVWSTRING@@1PEAK@Z -; public: unsigned char __cdecl REGISTRY::DoesValueExist(enum _PREDEFINED_KEY,class WSTRING const * __ptr64,class WSTRING const * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?DoesValueExist@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVWSTRING@@11PEAK@Z -; public: unsigned char __cdecl REGISTRY::EnableRootNotification(enum _PREDEFINED_KEY,void * __ptr64,unsigned long,unsigned char) __ptr64 -?EnableRootNotification@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAXKE@Z -; public: unsigned char __cdecl REGISTRY::Initialize(class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?Initialize@REGISTRY@@QEAAEPEBVWSTRING@@PEAK@Z -; public: unsigned char __cdecl REGISTRY_KEY_INFO::Initialize(class WSTRING const * __ptr64,class WSTRING const * __ptr64,unsigned long,class WSTRING const * __ptr64,struct _SECURITY_ATTRIBUTES * __ptr64) __ptr64 -?Initialize@REGISTRY_KEY_INFO@@QEAAEPEBVWSTRING@@0K0PEAU_SECURITY_ATTRIBUTES@@@Z -; public: unsigned char __cdecl REGISTRY_VALUE_ENTRY::Initialize(class WSTRING const * __ptr64,unsigned long,enum _REG_TYPE,unsigned char const * __ptr64,unsigned long) __ptr64 -?Initialize@REGISTRY_VALUE_ENTRY@@QEAAEPEBVWSTRING@@KW4_REG_TYPE@@PEBEK@Z -; public: unsigned char __cdecl REGISTRY::IsAccessAllowed(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?IsAccessAllowed@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@KPEAK@Z -; public: unsigned char __cdecl REGISTRY::LoadHive(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?LoadHive@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVWSTRING@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::QueryKeyInfo(enum _PREDEFINED_KEY,class WSTRING const * __ptr64,class WSTRING const * __ptr64,class REGISTRY_KEY_INFO * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryKeyInfo@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVWSTRING@@1PEAVREGISTRY_KEY_INFO@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::QueryKeySecurity(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO const * __ptr64,unsigned long,void * __ptr64 * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryKeySecurity@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVREGISTRY_KEY_INFO@@KPEAPEAXPEAK@Z -; public: unsigned char __cdecl REGISTRY::QuerySubKeysInfo(enum _PREDEFINED_KEY,class WSTRING const * __ptr64,class WSTRING const * __ptr64,class ARRAY * __ptr64,unsigned long * __ptr64) __ptr64 -?QuerySubKeysInfo@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVWSTRING@@1PEAVARRAY@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::QueryValues(enum _PREDEFINED_KEY,class WSTRING const * __ptr64,class WSTRING const * __ptr64,class ARRAY * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValues@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEBVWSTRING@@1PEAVARRAY@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::RestoreKeyFromFile(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class WSTRING const * __ptr64,unsigned char,unsigned long * __ptr64) __ptr64 -?RestoreKeyFromFile@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVWSTRING@@EPEAK@Z -; public: unsigned char __cdecl REGISTRY::SaveKeyToFile(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,class WSTRING const * __ptr64,unsigned long * __ptr64) __ptr64 -?SaveKeyToFile@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEBVWSTRING@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::SetKeySecurity(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,unsigned long,void * __ptr64,unsigned long * __ptr64,unsigned char) __ptr64 -?SetKeySecurity@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@KPEAXPEAKE@Z -; public: unsigned char __cdecl REGISTRY::UnLoadHive(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,unsigned long * __ptr64) __ptr64 -?UnLoadHive@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEAK@Z -; public: unsigned char __cdecl REGISTRY::UpdateKeyInfo(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO * __ptr64,unsigned long * __ptr64) __ptr64 -?UpdateKeyInfo@REGISTRY@@QEAAEW4_PREDEFINED_KEY@@PEAVREGISTRY_KEY_INFO@@PEAK@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/url.def mingw-w64-6.0.0/mingw-w64-crt/lib64/url.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/url.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/url.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file URL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY URL.dll -EXPORTS -AddMIMEFileTypesPS -AutodialHookCallback -DllCanUnloadNow -DllGetClassObject -FileProtocolHandler -FileProtocolHandlerA -InetIsOffline -MIMEAssociationDialogA -MIMEAssociationDialogW -MailToProtocolHandler -MailToProtocolHandlerA -NewsProtocolHandler -NewsProtocolHandlerA -OpenURL -OpenURLA -TelnetProtocolHandler -TelnetProtocolHandlerA -TranslateURLA -TranslateURLW -URLAssociationDialogA -URLAssociationDialogW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/usbmon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/usbmon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/usbmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/usbmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file USBMON.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY USBMON.DLL -EXPORTS -DllMain -InitializePrintMonitor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/user32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/user32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/user32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/user32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,760 +0,0 @@ -; -; Exports of file USER32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY USER32.dll -EXPORTS -ActivateKeyboardLayout -AdjustWindowRect -AdjustWindowRectEx -AlignRects -AllowForegroundActivation -AllowSetForegroundWindow -AnimateWindow -AnyPopup -AppendMenuA -AppendMenuW -ArrangeIconicWindows -AttachThreadInput -BeginDeferWindowPos -BeginPaint -BlockInput -BringWindowToTop -BroadcastSystemMessage -BroadcastSystemMessageA -BroadcastSystemMessageExA -BroadcastSystemMessageExW -BroadcastSystemMessageW -BuildReasonArray -CalcMenuBar -CallMsgFilter -CallMsgFilterA -CallMsgFilterW -CallNextHookEx -CallWindowProcA -CallWindowProcW -CascadeChildWindows -CascadeWindows -ChangeClipboardChain -ChangeDisplaySettingsA -ChangeDisplaySettingsExA -ChangeDisplaySettingsExW -ChangeDisplaySettingsW -ChangeMenuA -ChangeMenuW -ChangeWindowMessageFilter -ChangeWindowMessageFilterEx -CharLowerA -CharLowerBuffA -CharLowerBuffW -CharLowerW -CharNextA -CharNextExA -CharNextW -CharPrevA -CharPrevExA -CharPrevW -CharToOemA -CharToOemBuffA -CharToOemBuffW -CharToOemW -CharUpperA -CharUpperBuffA -CharUpperBuffW -CharUpperW -CheckDlgButton -CheckMenuItem -CheckMenuRadioItem -CheckRadioButton -ChildWindowFromPoint -ChildWindowFromPointEx -CliImmSetHotKey -ClientThreadSetup -ClientToScreen -ClipCursor -CloseClipboard -CloseDesktop -CloseGestureInfoHandle -CloseTouchInputHandle -CloseWindow -CloseWindowStation -CopyAcceleratorTableA -CopyAcceleratorTableW -CopyIcon -CopyImage -CopyRect -CountClipboardFormats -CreateAcceleratorTableA -CreateAcceleratorTableW -CreateCaret -CreateCursor -CreateDesktopA -CreateDesktopW -CreateDialogIndirectParamA -CreateDialogIndirectParamAorW -CreateDialogIndirectParamW -CreateDialogParamA -CreateDialogParamW -CreateIcon -CreateIconFromResource -CreateIconFromResourceEx -CreateIconIndirect -CreateMDIWindowA -CreateMDIWindowW -CreateMenu -CreatePopupMenu -CreateSystemThreads -CreateWindowExA -CreateWindowExW -CreateWindowStationA -CreateWindowStationW -CsrBroadcastSystemMessageExW -CtxInitUser32 -DdeAbandonTransaction -DdeAccessData -DdeAddData -DdeClientTransaction -DdeCmpStringHandles -DdeConnect -DdeConnectList -DdeCreateDataHandle -DdeCreateStringHandleA -DdeCreateStringHandleW -DdeDisconnect -DdeDisconnectList -DdeEnableCallback -DdeFreeDataHandle -DdeFreeStringHandle -DdeGetData -DdeGetLastError -DdeGetQualityOfService -DdeImpersonateClient -DdeInitializeA -DdeInitializeW -DdeKeepStringHandle -DdeNameService -DdePostAdvise -DdeQueryConvInfo -DdeQueryNextServer -DdeQueryStringA -DdeQueryStringW -DdeReconnect -DdeSetQualityOfService -DdeSetUserHandle -DdeUnaccessData -DdeUninitialize -DefDlgProcA -DefDlgProcW -DefFrameProcA -DefFrameProcW -DefMDIChildProcA -DefMDIChildProcW -DefRawInputProc -DefWindowProcA -DefWindowProcW -DeferWindowPos -DeleteMenu -DeregisterShellHookWindow -DestroyAcceleratorTable -DestroyCaret -DestroyCursor -DestroyIcon -DestroyMenu -DestroyReasons -DestroyWindow -DeviceEventWorker -DialogBoxIndirectParamA -DialogBoxIndirectParamAorW -DialogBoxIndirectParamW -DialogBoxParamA -DialogBoxParamW -DisableProcessWindowsGhosting -DispatchMessageA -DispatchMessageW -DisplayExitWindowsWarnings -DlgDirListA -DlgDirListComboBoxA -DlgDirListComboBoxW -DlgDirListW -DlgDirSelectComboBoxExA -DlgDirSelectComboBoxExW -DlgDirSelectExA -DlgDirSelectExW -DragDetect -DragObject -DrawAnimatedRects -DrawCaption -DrawCaptionTempA -DrawCaptionTempW -DrawEdge -DrawFocusRect -DrawFrame -DrawFrameControl -DrawIcon -DrawIconEx -DrawMenuBar -DrawMenuBarTemp -DrawStateA -DrawStateW -DrawTextA -DrawTextExA -DrawTextExW -DrawTextW -EditWndProc -EmptyClipboard -EnableMenuItem -EnableScrollBar -EnableWindow -EndDeferWindowPos -EndDialog -EndMenu -EndPaint -EndTask -EnterReaderModeHelper -EnumChildWindows -EnumClipboardFormats -EnumDesktopWindows -EnumDesktopsA -EnumDesktopsW -EnumDisplayDevicesA -EnumDisplayDevicesW -EnumDisplayMonitors -EnumDisplaySettingsA -EnumDisplaySettingsExA -EnumDisplaySettingsExW -EnumDisplaySettingsW -EnumPropsA -EnumPropsExA -EnumPropsExW -EnumPropsW -EnumThreadWindows -EnumWindowStationsA -EnumWindowStationsW -EnumWindows -EqualRect -ExcludeUpdateRgn -ExitWindowsEx -FillRect -FindWindowA -FindWindowExA -FindWindowExW -FindWindowW -FlashWindow -FlashWindowEx -FrameRect -FreeDDElParam -GetActiveWindow -GetAltTabInfo -GetAltTabInfoA -GetAltTabInfoW -GetAncestor -GetAppCompatFlags -GetAppCompatFlags2 -GetAsyncKeyState -GetCapture -GetCaretBlinkTime -GetCaretPos -GetClassInfoA -GetClassInfoExA -GetClassInfoExW -GetClassInfoW -GetClassLongA -GetClassLongPtrA -GetClassLongPtrW -GetClassLongW -GetClassNameA -GetClassNameW -GetClassWord -GetClientRect -GetClipCursor -GetClipboardData -GetClipboardFormatNameA -GetClipboardFormatNameW -GetClipboardOwner -GetClipboardSequenceNumber -GetClipboardViewer -GetComboBoxInfo -GetCursor -GetCursorFrameInfo -GetCursorInfo -GetCursorPos -GetDC -GetDCEx -GetDesktopWindow -GetDialogBaseUnits -GetDlgCtrlID -GetDlgItem -GetDlgItemInt -GetDlgItemTextA -GetDlgItemTextW -GetDoubleClickTime -GetFocus -GetForegroundWindow -GetGestureConfig -GetGestureExtraArgs -GetGestureInfo -GetGUIThreadInfo -GetGuiResources -GetIconInfo -GetInputDesktop -GetInputState -GetInternalWindowPos -GetKBCodePage -GetKeyNameTextA -GetKeyNameTextW -GetKeyState -GetKeyboardLayout -GetKeyboardLayoutList -GetKeyboardLayoutNameA -GetKeyboardLayoutNameW -GetKeyboardState -GetKeyboardType -GetLastActivePopup -GetLastInputInfo -GetLayeredWindowAttributes -GetListBoxInfo -GetMenu -GetMenuBarInfo -GetMenuCheckMarkDimensions -GetMenuContextHelpId -GetMenuDefaultItem -GetMenuInfo -GetMenuItemCount -GetMenuItemID -GetMenuItemInfoA -GetMenuItemInfoW -GetMenuItemRect -GetMenuState -GetMenuStringA -GetMenuStringW -GetMessageA -GetMessageExtraInfo -GetMessagePos -GetMessageTime -GetMessageW -GetMonitorInfoA -GetMonitorInfoW -GetMouseMovePointsEx -GetNextDlgGroupItem -GetNextDlgTabItem -GetOpenClipboardWindow -GetParent -GetPriorityClipboardFormat -GetProcessDefaultLayout -GetProcessWindowStation -GetProgmanWindow -GetPropA -GetPropW -GetQueueStatus -GetRawInputBuffer -GetRawInputData -GetRawInputDeviceInfoA -GetRawInputDeviceInfoW -GetRawInputDeviceList -GetReasonTitleFromReasonCode -GetRegisteredRawInputDevices -GetScrollBarInfo -GetScrollInfo -GetScrollPos -GetScrollRange -GetShellWindow -GetSubMenu -GetSysColor -GetSysColorBrush -GetSystemMenu -GetSystemMetrics -GetTabbedTextExtentA -GetTabbedTextExtentW -GetTaskmanWindow -GetThreadDesktop -GetTitleBarInfo -GetTopWindow -GetTouchInputInfo -GetUpdateRect -GetUpdateRgn -GetUserObjectInformationA -GetUserObjectInformationW -GetUserObjectSecurity -GetWinStationInfo -GetWindow -GetWindowContextHelpId -GetWindowDC -GetWindowInfo -GetWindowLongA -GetWindowLongPtrA -GetWindowLongPtrW -GetWindowLongW -GetWindowModuleFileName -GetWindowModuleFileNameA -GetWindowModuleFileNameW -GetWindowPlacement -GetWindowRect -GetWindowRgn -GetWindowRgnBox -GetWindowTextA -GetWindowTextLengthA -GetWindowTextLengthW -GetWindowTextW -GetWindowThreadProcessId -GetWindowWord -GrayStringA -GrayStringW -HideCaret -HiliteMenuItem -IMPGetIMEA -IMPGetIMEW -IMPQueryIMEA -IMPQueryIMEW -IMPSetIMEA -IMPSetIMEW -ImpersonateDdeClientWindow -InSendMessage -InSendMessageEx -InflateRect -InitializeLpkHooks -InsertMenuA -InsertMenuItemA -InsertMenuItemW -InsertMenuW -InternalGetWindowText -IntersectRect -InvalidateRect -InvalidateRgn -InvertRect -IsCharAlphaA -IsCharAlphaNumericA -IsCharAlphaNumericW -IsCharAlphaW -IsCharLowerA -IsCharLowerW -IsCharUpperA -IsCharUpperW -IsChild -IsClipboardFormatAvailable -IsDialogMessage -IsDialogMessageA -IsDialogMessageW -IsDlgButtonChecked -IsGUIThread -IsHungAppWindow -IsIconic -IsMenu -IsProcess16Bit -IsRectEmpty -IsSETEnabled -IsServerSideWindow -IsTouchWindow -IsWinEventHookInstalled -IsWindow -IsWindowEnabled -IsWindowInDestroy -IsWindowUnicode -IsWindowVisible -IsWow64Message -IsZoomed -KillSystemTimer -KillTimer -LoadAcceleratorsA -LoadAcceleratorsW -LoadBitmapA -LoadBitmapW -LoadCursorA -LoadCursorFromFileA -LoadCursorFromFileW -LoadCursorW -LoadIconA -LoadIconW -LoadImageA -LoadImageW -LoadKeyboardLayoutA -LoadKeyboardLayoutEx -LoadKeyboardLayoutW -LoadLocalFonts -LoadMenuA -LoadMenuIndirectA -LoadMenuIndirectW -LoadMenuW -LoadRemoteFonts -LoadStringA -LoadStringW -LockSetForegroundWindow -LockWindowStation -LockWindowUpdate -LockWorkStation -LookupIconIdFromDirectory -LookupIconIdFromDirectoryEx -MBToWCSEx -MB_GetString -MapDialogRect -MapVirtualKeyA -MapVirtualKeyExA -MapVirtualKeyExW -MapVirtualKeyW -MapWindowPoints -MenuItemFromPoint -MenuWindowProcA -MenuWindowProcW -MessageBeep -MessageBoxA -MessageBoxExA -MessageBoxExW -MessageBoxIndirectA -MessageBoxIndirectW -MessageBoxTimeoutA -MessageBoxTimeoutW -MessageBoxW -ModifyMenuA -ModifyMenuW -MonitorFromPoint -MonitorFromRect -MonitorFromWindow -MoveWindow -MsgWaitForMultipleObjects -MsgWaitForMultipleObjectsEx -NotifyWinEvent -OemKeyScan -OemToCharA -OemToCharBuffA -OemToCharBuffW -OemToCharW -OffsetRect -OpenClipboard -OpenDesktopA -OpenDesktopW -OpenIcon -OpenInputDesktop -OpenWindowStationA -OpenWindowStationW -PackDDElParam -PaintDesktop -PaintMenuBar -PeekMessageA -PeekMessageW -PostMessageA -PostMessageW -PostQuitMessage -PostThreadMessageA -PostThreadMessageW -PrintWindow -PrivateExtractIconExA -PrivateExtractIconExW -PrivateExtractIconsA -PrivateExtractIconsW -PtInRect -QuerySendMessage -RealChildWindowFromPoint -RealGetWindowClass -RealGetWindowClassA -RealGetWindowClassW -ReasonCodeNeedsBugID -ReasonCodeNeedsComment -RecordShutdownReason -RedrawWindow -RegisterClassA -RegisterClassExA -RegisterClassExW -RegisterClassW -RegisterClipboardFormatA -RegisterClipboardFormatW -RegisterDeviceNotificationA -RegisterDeviceNotificationW -RegisterHotKey -RegisterLogonProcess -RegisterMessagePumpHook -RegisterPowerSettingNotification -RegisterRawInputDevices -RegisterServicesProcess -RegisterShellHookWindow -RegisterSystemThread -RegisterTasklist -RegisterTouchWindow -RegisterUserApiHook -RegisterWindowMessageA -RegisterWindowMessageW -ReleaseCapture -ReleaseDC -RemoveMenu -RemovePropA -RemovePropW -ReplyMessage -ResolveDesktopForWOW -ReuseDDElParam -ScreenToClient -ScrollChildren -ScrollDC -ScrollWindow -ScrollWindowEx -SendDlgItemMessageA -SendDlgItemMessageW -SendIMEMessageExA -SendIMEMessageExW -SendInput -SendMessageA -SendMessageCallbackA -SendMessageCallbackW -SendMessageTimeoutA -SendMessageTimeoutW -SendMessageW -SendNotifyMessageA -SendNotifyMessageW -SetActiveWindow -SetCapture -SetCaretBlinkTime -SetCaretPos -SetClassLongA -SetClassLongPtrA -SetClassLongPtrW -SetClassLongW -SetClassWord -SetClipboardData -SetClipboardViewer -SetConsoleReserveKeys -SetCursor -SetCursorContents -SetCursorPos -SetDebugErrorLevel -SetDeskWallpaper -SetDlgItemInt -SetDlgItemTextA -SetDlgItemTextW -SetDoubleClickTime -SetFocus -SetForegroundWindow -SetGestureConfig -SetInternalWindowPos -SetKeyboardState -SetLastErrorEx -SetLayeredWindowAttributes -SetLogonNotifyWindow -SetMenu -SetMenuContextHelpId -SetMenuDefaultItem -SetMenuInfo -SetMenuItemBitmaps -SetMenuItemInfoA -SetMenuItemInfoW -SetMessageExtraInfo -SetMessageQueue -SetParent -SetProcessDefaultLayout -SetProcessWindowStation -SetProgmanWindow -SetPropA -SetPropW -SetRect -SetRectEmpty -SetScrollInfo -SetScrollPos -SetScrollRange -SetShellWindow -SetShellWindowEx -SetSysColors -SetSysColorsTemp -SetSystemCursor -SetSystemMenu -SetSystemTimer -SetTaskmanWindow -SetThreadDesktop -SetTimer -SetUserObjectInformationA -SetUserObjectInformationW -SetUserObjectSecurity -SetWinEventHook -SetWindowContextHelpId -SetWindowLongA -SetWindowLongPtrA -SetWindowLongPtrW -SetWindowLongW -SetWindowPlacement -SetWindowPos -SetWindowRgn -SetWindowStationUser -SetWindowTextA -SetWindowTextW -SetWindowWord -SetWindowsHookA -SetWindowsHookExA -SetWindowsHookExW -SetWindowsHookW -ShowCaret -ShowCursor -ShowOwnedPopups -ShowScrollBar -ShowStartGlass -ShowWindow -ShowWindowAsync -SoftModalMessageBox -SubtractRect -SwapMouseButton -SwitchDesktop -SwitchToThisWindow -SystemParametersInfoA -SystemParametersInfoW -TabbedTextOutA -TabbedTextOutW -TileChildWindows -TileWindows -ToAscii -ToAsciiEx -ToUnicode -ToUnicodeEx -TrackMouseEvent -TrackPopupMenu -TrackPopupMenuEx -TranslateAccelerator -TranslateAcceleratorA -TranslateAcceleratorW -TranslateMDISysAccel -TranslateMessage -TranslateMessageEx -UnhookWinEvent -UnhookWindowsHook -UnhookWindowsHookEx -UnionRect -UnloadKeyboardLayout -UnlockWindowStation -UnpackDDElParam -UnregisterClassA -UnregisterClassW -UnregisterDeviceNotification -UnregisterHotKey -UnregisterMessagePumpHook -UnregisterPowerSettingNotification -UnregisterTouchWindow -UnregisterUserApiHook -UpdateLayeredWindow -UpdateLayeredWindowIndirect -UpdatePerUserSystemParameters -UpdateWindow -User32InitializeImmEntryTable -UserClientDllInitialize -UserHandleGrantAccess -UserLpkPSMTextOut -UserLpkTabbedTextOut -UserRealizePalette -UserRegisterWowHandlers -ValidateRect -ValidateRgn -VkKeyScanA -VkKeyScanExA -VkKeyScanExW -VkKeyScanW -WCSToMBEx -WINNLSEnableIME -WINNLSGetEnableStatus -WINNLSGetIMEHotkey -WaitForInputIdle -WaitMessage -Win32PoolAllocationStats -WinHelpA -WinHelpW -WindowFromDC -WindowFromPoint -keybd_event -mouse_event -wsprintfA -wsprintfW -wvsprintfA -wvsprintfW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/userenv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/userenv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/userenv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/userenv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -; -; Definition file of USERENV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "USERENV.dll" -EXPORTS -CreateEnvironmentBlock -CreateProfile -DeleteProfileA -DeleteProfileW -DestroyEnvironmentBlock -;DllCanUnloadNow -;DllGetClassObject -;DllInstall -;DllGetContractDescription -;DllRegisterServer -;DllUnregisterServer -EnterCriticalPolicySection -ExpandEnvironmentStringsForUserA -ExpandEnvironmentStringsForUserW -ForceSyncFgPolicy -FreeGPOListA -FreeGPOListW -GenerateRsopPolicy -GetAllUsersProfileDirectoryA -GetAllUsersProfileDirectoryW -GetAppliedGPOListA -GetAppliedGPOListW -GetDefaultUserProfileDirectoryA -GetDefaultUserProfileDirectoryW -GetGPOListA -GetGPOListW -GetNextFgPolicyRefreshInfo -GetPreviousFgPolicyRefreshInfo -GetProfileType -GetProfilesDirectoryA -GetProfilesDirectoryW -GetUserProfileDirectoryA -GetUserProfileDirectoryW -LeaveCriticalPolicySection -LoadUserProfileA -LoadUserProfileW -ProcessGroupPolicyCompleted -ProcessGroupPolicyCompletedEx -RefreshPolicy -RefreshPolicyEx -RegisterGPNotification -RsopAccessCheckByType -RsopFileAccessCheck -RsopLoggingEnabled -RsopResetPolicySettingStatus -RsopSetPolicySettingStatus -UnloadUserProfile -UnregisterGPNotification -WaitForMachinePolicyForegroundProcessing -WaitForUserPolicyForegroundProcessing diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/usp10.def mingw-w64-6.0.0/mingw-w64-crt/lib64/usp10.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/usp10.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/usp10.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of USP10.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "USP10.dll" -EXPORTS -LpkPresent -ScriptApplyDigitSubstitution -ScriptApplyLogicalWidth -ScriptBreak -ScriptCPtoX -ScriptCacheGetHeight -ScriptFreeCache -ScriptGetCMap -ScriptGetFontAlternateGlyphs -ScriptGetFontFeatureTags -ScriptGetFontLanguageTags -ScriptGetFontProperties -ScriptGetFontScriptTags -ScriptGetGlyphABCWidth -ScriptGetLogicalWidths -ScriptGetProperties -ScriptIsComplex -ScriptItemize -ScriptItemizeOpenType -ScriptJustify -ScriptLayout -ScriptPlace -ScriptPlaceOpenType -ScriptPositionSingleGlyph -ScriptRecordDigitSubstitution -ScriptShape -ScriptShapeOpenType -ScriptStringAnalyse -ScriptStringCPtoX -ScriptStringFree -ScriptStringGetLogicalWidths -ScriptStringGetOrder -ScriptStringOut -ScriptStringValidate -ScriptStringXtoCP -ScriptString_pLogAttr -ScriptString_pSize -ScriptString_pcOutChars -ScriptSubstituteSingleGlyph -ScriptTextOut -ScriptXtoCP -UspAllocCache -UspAllocTemp -UspFreeMem diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/utildll.def mingw-w64-6.0.0/mingw-w64-crt/lib64/utildll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/utildll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/utildll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -; -; Exports of file UTILDLL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY UTILDLL.dll -EXPORTS -AsyncDeviceEnumerate -CachedGetUserFromSid -CalculateDiffTime -CalculateElapsedTime -CompareElapsedTime -ConfigureModem -CtxGetAnyDCName -CurrentDateTimeString -DateTimeString -ElapsedTimeString -EnumerateMultiUserServers -FormDecoratedAsyncDeviceName -GetAssociatedPortName -GetSystemMessageA -GetSystemMessageW -GetUnknownString -GetUserFromSid -HaveAnonymousUsersChanged -InitializeAnonymousUserCompareList -InstallModem -IsPartOfDomain -NetBIOSDeviceEnumerate -NetworkDeviceEnumerate -ParseDecoratedAsyncDeviceName -QueryCurrentWinStation -RegGetNetworkDeviceName -RegGetNetworkServiceName -SetupAsyncCdConfig -StandardErrorMessage -StrAsyncConnectState -StrConnectState -StrProcessState -StrSdClass -StrSystemWaitReason -TestUserForAdmin -WinEnumerateDevices diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/uxtheme.def mingw-w64-6.0.0/mingw-w64-crt/lib64/uxtheme.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/uxtheme.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/uxtheme.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ -; -; Definition file of UxTheme.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "UxTheme.dll" -EXPORTS -BeginPanningFeedback -EndPanningFeedback -UpdatePanningFeedback -BeginBufferedAnimation -BeginBufferedPaint -BufferedPaintClear -BufferedPaintInit -BufferedPaintRenderAnimation -BufferedPaintSetAlpha -DrawThemeBackgroundEx -BufferedPaintStopAllAnimations -BufferedPaintUnInit -CloseThemeData -DrawThemeBackground -DrawThemeEdge -DrawThemeIcon -DrawThemeParentBackground -DrawThemeParentBackgroundEx -DrawThemeText -OpenThemeDataEx -DrawThemeTextEx -EnableThemeDialogTexture -EnableTheming -EndBufferedAnimation -EndBufferedPaint -GetBufferedPaintBits -GetBufferedPaintDC -GetBufferedPaintTargetDC -GetBufferedPaintTargetRect -GetCurrentThemeName -GetThemeAppProperties -GetThemeBackgroundContentRect -GetThemeBackgroundExtent -GetThemeBackgroundRegion -GetThemeBitmap -GetThemeBool -GetThemeColor -GetThemeDocumentationProperty -GetThemeEnumValue -GetThemeFilename -GetThemeFont -GetThemeInt -GetThemeIntList -GetThemeMargins -GetThemeMetric -GetThemePartSize -GetThemePosition -GetThemePropertyOrigin -GetThemeRect -GetThemeStream -GetThemeString -GetThemeSysBool -GetThemeSysColor -GetThemeSysColorBrush -GetThemeSysFont -GetThemeSysInt -GetThemeSysSize -GetThemeSysString -GetThemeTextExtent -GetThemeTextMetrics -GetThemeTransitionDuration -GetWindowTheme -HitTestThemeBackground -IsAppThemed -IsCompositionActive -IsThemeActive -IsThemeBackgroundPartiallyTransparent -IsThemeDialogTextureEnabled -IsThemePartDefined -OpenThemeData -SetThemeAppProperties -SetWindowTheme -SetWindowThemeAttribute -ThemeInitApiHook diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vbscript.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vbscript.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vbscript.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vbscript.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file VBSCRIPT.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY VBSCRIPT.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vdsbas.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vdsbas.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vdsbas.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vdsbas.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,234 +0,0 @@ -; -; Exports of file bprovider.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY bprovider.DLL -EXPORTS -; public: __cdecl CVdsHandleImpl<-1>::CVdsHandleImpl<-1>(void) __ptr64 -??0?$CVdsHandleImpl@$0?0@@QEAA@XZ -; public: __cdecl CVdsHandleImpl<0>::CVdsHandleImpl<0>(void) __ptr64 -??0?$CVdsHandleImpl@$0A@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@D@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@E@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@G@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_BOOT_ENTRY@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_FILE_PATH@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::CVdsHeapPtr(void) __ptr64 -??0?$CVdsHeapPtr@U_VOLMGR_HIDDEN_VOLUMES@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@D@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@E@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@G@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_BOOT_ENTRY@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_FILE_PATH@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsPtr::CVdsPtr(void) __ptr64 -??0?$CVdsPtr@U_VOLMGR_HIDDEN_VOLUMES@@@@QEAA@XZ -; public: __cdecl CPrvEnumObject::CPrvEnumObject(void) __ptr64 -??0CPrvEnumObject@@QEAA@XZ -; public: __cdecl CVdsCriticalSection::CVdsCriticalSection(struct _RTL_CRITICAL_SECTION * __ptr64) __ptr64 -??0CVdsCriticalSection@@QEAA@PEAU_RTL_CRITICAL_SECTION@@@Z -; public: __cdecl CVdsPnPNotificationBase::CVdsPnPNotificationBase(void) __ptr64 -??0CVdsPnPNotificationBase@@QEAA@XZ -; public: __cdecl CVdsStructuredExceptionTranslator::CVdsStructuredExceptionTranslator(void) __ptr64 -??0CVdsStructuredExceptionTranslator@@QEAA@XZ -; public: __cdecl CVdsUnlockIt::CVdsUnlockIt(long & __ptr64) __ptr64 -??0CVdsUnlockIt@@QEAA@AEAJ@Z -; public: __cdecl CVdsHandleImpl<-1>::~CVdsHandleImpl<-1>(void) __ptr64 -??1?$CVdsHandleImpl@$0?0@@QEAA@XZ -; public: __cdecl CVdsHandleImpl<0>::~CVdsHandleImpl<0>(void) __ptr64 -??1?$CVdsHandleImpl@$0A@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@D@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@E@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@G@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_BOOT_ENTRY@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_FILE_PATH@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsHeapPtr::~CVdsHeapPtr(void) __ptr64 -??1?$CVdsHeapPtr@U_VOLMGR_HIDDEN_VOLUMES@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@D@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@E@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@G@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_BOOT_ENTRY@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_FILE_PATH@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAA@XZ -; public: __cdecl CVdsPtr::~CVdsPtr(void) __ptr64 -??1?$CVdsPtr@U_VOLMGR_HIDDEN_VOLUMES@@@@QEAA@XZ -; public: __cdecl CPrvEnumObject::~CPrvEnumObject(void) __ptr64 -??1CPrvEnumObject@@QEAA@XZ -; public: __cdecl CVdsCriticalSection::~CVdsCriticalSection(void) __ptr64 -??1CVdsCriticalSection@@QEAA@XZ -; public: __cdecl CVdsDebugLog::~CVdsDebugLog(void) __ptr64 -??1CVdsDebugLog@@QEAA@XZ -; public: __cdecl CVdsPnPNotificationBase::~CVdsPnPNotificationBase(void) __ptr64 -??1CVdsPnPNotificationBase@@QEAA@XZ -; public: __cdecl CVdsStructuredExceptionTranslator::~CVdsStructuredExceptionTranslator(void) __ptr64 -??1CVdsStructuredExceptionTranslator@@QEAA@XZ -; public: __cdecl CVdsUnlockIt::~CVdsUnlockIt(void) __ptr64 -??1CVdsUnlockIt@@QEAA@XZ -; public: void * __ptr64 __cdecl CVdsHandleImpl<0>::operator=(void * __ptr64) __ptr64 -??4?$CVdsHandleImpl@$0A@@@QEAAPEAXPEAX@Z -; public: char * __ptr64 __cdecl CVdsHeapPtr::operator=(char * __ptr64) __ptr64 -??4?$CVdsHeapPtr@D@@QEAAPEADPEAD@Z -; public: unsigned char * __ptr64 __cdecl CVdsHeapPtr::operator=(unsigned char * __ptr64) __ptr64 -??4?$CVdsHeapPtr@E@@QEAAPEAEPEAE@Z -; public: unsigned short * __ptr64 __cdecl CVdsHeapPtr::operator=(unsigned short * __ptr64) __ptr64 -??4?$CVdsHeapPtr@G@@QEAAPEAGPEAG@Z -; public: struct _AUCTION_THREAD_PARAMETER * __ptr64 __cdecl CVdsHeapPtr::operator=(struct _AUCTION_THREAD_PARAMETER * __ptr64) __ptr64 -??4?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAAPEAU_AUCTION_THREAD_PARAMETER@@PEAU1@@Z -; public: struct _BOOT_ENTRY * __ptr64 __cdecl CVdsHeapPtr::operator=(struct _BOOT_ENTRY * __ptr64) __ptr64 -??4?$CVdsHeapPtr@U_BOOT_ENTRY@@@@QEAAPEAU_BOOT_ENTRY@@PEAU1@@Z -; public: struct _FILE_PATH * __ptr64 __cdecl CVdsHeapPtr::operator=(struct _FILE_PATH * __ptr64) __ptr64 -??4?$CVdsHeapPtr@U_FILE_PATH@@@@QEAAPEAU_FILE_PATH@@PEAU1@@Z -; public: struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64 __cdecl CVdsHeapPtr::operator=(struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64) __ptr64 -??4?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@PEAU1@@Z -; public: bool __cdecl CVdsHandleImpl<0>::operator==(void * __ptr64)const __ptr64 -??8?$CVdsHandleImpl@$0A@@@QEBA_NPEAX@Z -; public: bool __cdecl CVdsPtr::operator==(char * __ptr64)const __ptr64 -??8?$CVdsPtr@D@@QEBA_NPEAD@Z -; public: bool __cdecl CVdsPtr::operator==(unsigned char * __ptr64)const __ptr64 -??8?$CVdsPtr@E@@QEBA_NPEAE@Z -; public: bool __cdecl CVdsPtr::operator==(unsigned short * __ptr64)const __ptr64 -??8?$CVdsPtr@G@@QEBA_NPEAG@Z -; public: bool __cdecl CVdsPtr::operator==(struct _BOOT_ENTRY * __ptr64)const __ptr64 -??8?$CVdsPtr@U_BOOT_ENTRY@@@@QEBA_NPEAU_BOOT_ENTRY@@@Z -; public: bool __cdecl CVdsPtr::operator==(struct _FILE_PATH * __ptr64)const __ptr64 -??8?$CVdsPtr@U_FILE_PATH@@@@QEBA_NPEAU_FILE_PATH@@@Z -; public: bool __cdecl CVdsHandleImpl<0>::operator!=(void * __ptr64)const __ptr64 -??9?$CVdsHandleImpl@$0A@@@QEBA_NPEAX@Z -; public: bool __cdecl CVdsPtr::operator!=(unsigned char * __ptr64)const __ptr64 -??9?$CVdsPtr@E@@QEBA_NPEAE@Z -; public: bool __cdecl CVdsPtr::operator!=(unsigned short * __ptr64)const __ptr64 -??9?$CVdsPtr@G@@QEBA_NPEAG@Z -; public: bool __cdecl CVdsPtr::operator!=(struct _AUCTION_THREAD_PARAMETER * __ptr64)const __ptr64 -??9?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEBA_NPEAU_AUCTION_THREAD_PARAMETER@@@Z -; public: char & __ptr64 __cdecl CVdsPtr::operator[](unsigned long) __ptr64 -??A?$CVdsPtr@D@@QEAAAEADK@Z -; public: __cdecl CVdsHandleImpl<-1>::operator void * __ptr64(void) __ptr64 -??B?$CVdsHandleImpl@$0?0@@QEAAPEAXXZ -; public: __cdecl CVdsHandleImpl<0>::operator void * __ptr64(void) __ptr64 -??B?$CVdsHandleImpl@$0A@@@QEAAPEAXXZ -; public: __cdecl CVdsPtr::operator char * __ptr64(void)const __ptr64 -??B?$CVdsPtr@D@@QEBAPEADXZ -; public: __cdecl CVdsPtr::operator unsigned char * __ptr64(void)const __ptr64 -??B?$CVdsPtr@E@@QEBAPEAEXZ -; public: __cdecl CVdsPtr::operator unsigned short * __ptr64(void)const __ptr64 -??B?$CVdsPtr@G@@QEBAPEAGXZ -; public: __cdecl CVdsPtr::operator struct _AUCTION_THREAD_PARAMETER * __ptr64(void)const __ptr64 -??B?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEBAPEAU_AUCTION_THREAD_PARAMETER@@XZ -; public: __cdecl CVdsPtr::operator struct _DRIVE_LAYOUT_INFORMATION_EX * __ptr64(void)const __ptr64 -??B?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEBAPEAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: __cdecl CVdsPtr::operator struct _FILE_PATH * __ptr64(void)const __ptr64 -??B?$CVdsPtr@U_FILE_PATH@@@@QEBAPEAU_FILE_PATH@@XZ -; public: __cdecl CVdsPtr::operator struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64(void)const __ptr64 -??B?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEBAPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: struct _AUCTION_THREAD_PARAMETER * __ptr64 __cdecl CVdsPtr::operator->(void)const __ptr64 -??C?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEBAPEAU_AUCTION_THREAD_PARAMETER@@XZ -; public: struct _BOOT_ENTRY * __ptr64 __cdecl CVdsPtr::operator->(void)const __ptr64 -??C?$CVdsPtr@U_BOOT_ENTRY@@@@QEBAPEAU_BOOT_ENTRY@@XZ -; public: struct _DRIVE_LAYOUT_INFORMATION_EX * __ptr64 __cdecl CVdsPtr::operator->(void)const __ptr64 -??C?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEBAPEAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: struct _FILE_PATH * __ptr64 __cdecl CVdsPtr::operator->(void)const __ptr64 -??C?$CVdsPtr@U_FILE_PATH@@@@QEBAPEAU_FILE_PATH@@XZ -; public: struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64 __cdecl CVdsPtr::operator->(void)const __ptr64 -??C?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEBAPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: void * __ptr64 * __ptr64 __cdecl CVdsHandleImpl<-1>::operator&(void) __ptr64 -??I?$CVdsHandleImpl@$0?0@@QEAAPEAPEAXXZ -; public: unsigned short * __ptr64 * __ptr64 __cdecl CVdsPtr::operator&(void) __ptr64 -??I?$CVdsPtr@G@@QEAAPEAPEAGXZ -; public: struct _DRIVE_LAYOUT_INFORMATION_EX * __ptr64 * __ptr64 __cdecl CVdsPtr::operator&(void) __ptr64 -??I?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAPEAPEAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64 * __ptr64 __cdecl CVdsPtr::operator&(void) __ptr64 -??I?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAPEAPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: void __cdecl CVdsAsyncObjectBase::AllowCancel(void) __ptr64 -?AllowCancel@CVdsAsyncObjectBase@@QEAAXXZ -; public: void __cdecl CVdsPtr::Attach(unsigned short * __ptr64) __ptr64 -?Attach@?$CVdsPtr@G@@QEAAXPEAG@Z -; public: void __cdecl CVdsPtr::Attach(struct _DRIVE_LAYOUT_INFORMATION_EX * __ptr64) __ptr64 -?Attach@?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAXPEAU_DRIVE_LAYOUT_INFORMATION_EX@@@Z -; public: void __cdecl CVdsPtr::Attach(struct _SP_DEVICE_INTERFACE_DETAIL_DATA_W * __ptr64) __ptr64 -?Attach@?$CVdsPtr@U_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@@QEAAXPEAU_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@@Z -; public: void __cdecl CVdsPtr::Attach(struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64) __ptr64 -?Attach@?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAXPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@Z -; public: void __cdecl CVdsPtr::Attach(struct _VOLMGR_HIDDEN_VOLUMES * __ptr64) __ptr64 -?Attach@?$CVdsPtr@U_VOLMGR_HIDDEN_VOLUMES@@@@QEAAXPEAU_VOLMGR_HIDDEN_VOLUMES@@@Z -; public: void __cdecl CVdsHandleImpl<-1>::Close(void) __ptr64 -?Close@?$CVdsHandleImpl@$0?0@@QEAAXXZ -; public: void * __ptr64 __cdecl CVdsHandleImpl<-1>::Detach(void) __ptr64 -?Detach@?$CVdsHandleImpl@$0?0@@QEAAPEAXXZ -; public: unsigned short * __ptr64 __cdecl CVdsPtr::Detach(void) __ptr64 -?Detach@?$CVdsPtr@G@@QEAAPEAGXZ -; public: struct _AUCTION_THREAD_PARAMETER * __ptr64 __cdecl CVdsPtr::Detach(void) __ptr64 -?Detach@?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QEAAPEAU_AUCTION_THREAD_PARAMETER@@XZ -; public: struct _DRIVE_LAYOUT_INFORMATION_EX * __ptr64 __cdecl CVdsPtr::Detach(void) __ptr64 -?Detach@?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAPEAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: struct _VDS_DRIVE_LAYOUT_INFORMATION_EX * __ptr64 __cdecl CVdsPtr::Detach(void) __ptr64 -?Detach@?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QEAAPEAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -; public: void __cdecl CVdsAsyncObjectBase::DisallowCancel(void) __ptr64 -?DisallowCancel@CVdsAsyncObjectBase@@QEAAXXZ -; public: enum __MIDL___MIDL_itf_vdsswprv_0000_0002 __cdecl CVdsAsyncObjectBase::GetOutputType(void) __ptr64 -?GetOutputType@CVdsAsyncObjectBase@@QEAA?AW4__MIDL___MIDL_itf_vdsswprv_0000_0002@@XZ -; public: int __cdecl CVdsAsyncObjectBase::IsCancelRequested(void) __ptr64 -?IsCancelRequested@CVdsAsyncObjectBase@@QEAAHXZ -; public: void __cdecl CVdsAsyncObjectBase::SetOutputType(enum __MIDL___MIDL_itf_vdsswprv_0000_0002) __ptr64 -?SetOutputType@CVdsAsyncObjectBase@@QEAAXW4__MIDL___MIDL_itf_vdsswprv_0000_0002@@@Z -; public: void __cdecl CPrvEnumObject::SetPositionToLast(void) __ptr64 -?SetPositionToLast@CPrvEnumObject@@QEAAXXZ -; public: int __cdecl CVdsDebugLog::TracingLogEnabled(void) __ptr64 -?TracingLogEnabled@CVdsDebugLog@@QEAAHXZ -; public: void __cdecl CVdsAsyncObjectBase::ZeroAsyncOut(void) __ptr64 -?ZeroAsyncOut@CVdsAsyncObjectBase@@QEAAXXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vdsdyndr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vdsdyndr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vdsdyndr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vdsdyndr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -; -; Exports of file vdsdyndr.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY vdsdyndr.DLL -EXPORTS -; public: __cdecl CPrvEnumObject::CPrvEnumObject(void) __ptr64 -??0CPrvEnumObject@@QEAA@XZ -; public: __cdecl CVdsCriticalSection::CVdsCriticalSection(struct _RTL_CRITICAL_SECTION * __ptr64) __ptr64 -??0CVdsCriticalSection@@QEAA@PEAU_RTL_CRITICAL_SECTION@@@Z -; public: __cdecl CVdsPnPNotificationBase::CVdsPnPNotificationBase(void) __ptr64 -??0CVdsPnPNotificationBase@@QEAA@XZ -; public: __cdecl CVdsStructuredExceptionTranslator::CVdsStructuredExceptionTranslator(void) __ptr64 -??0CVdsStructuredExceptionTranslator@@QEAA@XZ -; public: __cdecl CVdsUnlockIt::CVdsUnlockIt(long & __ptr64) __ptr64 -??0CVdsUnlockIt@@QEAA@AEAJ@Z -; public: __cdecl CPrvEnumObject::~CPrvEnumObject(void) __ptr64 -??1CPrvEnumObject@@QEAA@XZ -; public: __cdecl CVdsCriticalSection::~CVdsCriticalSection(void) __ptr64 -??1CVdsCriticalSection@@QEAA@XZ -; public: __cdecl CVdsDebugLog::~CVdsDebugLog(void) __ptr64 -??1CVdsDebugLog@@QEAA@XZ -; public: __cdecl CVdsPnPNotificationBase::~CVdsPnPNotificationBase(void) __ptr64 -??1CVdsPnPNotificationBase@@QEAA@XZ -; public: __cdecl CVdsStructuredExceptionTranslator::~CVdsStructuredExceptionTranslator(void) __ptr64 -??1CVdsStructuredExceptionTranslator@@QEAA@XZ -; public: __cdecl CVdsUnlockIt::~CVdsUnlockIt(void) __ptr64 -??1CVdsUnlockIt@@QEAA@XZ -; public: void __cdecl CVdsAsyncObjectBase::AllowCancel(void) __ptr64 -?AllowCancel@CVdsAsyncObjectBase@@QEAAXXZ -; public: void __cdecl CVdsAsyncObjectBase::DisallowCancel(void) __ptr64 -?DisallowCancel@CVdsAsyncObjectBase@@QEAAXXZ -; public: enum __MIDL___MIDL_itf_vdsswprv_0000_0002 __cdecl CVdsAsyncObjectBase::GetOutputType(void) __ptr64 -?GetOutputType@CVdsAsyncObjectBase@@QEAA?AW4__MIDL___MIDL_itf_vdsswprv_0000_0002@@XZ -; public: int __cdecl CVdsAsyncObjectBase::IsCancelRequested(void) __ptr64 -?IsCancelRequested@CVdsAsyncObjectBase@@QEAAHXZ -; public: void __cdecl CVdsAsyncObjectBase::SetOutputType(enum __MIDL___MIDL_itf_vdsswprv_0000_0002) __ptr64 -?SetOutputType@CVdsAsyncObjectBase@@QEAAXW4__MIDL___MIDL_itf_vdsswprv_0000_0002@@@Z -; public: void __cdecl CPrvEnumObject::SetPositionToLast(void) __ptr64 -?SetPositionToLast@CPrvEnumObject@@QEAAXXZ -; public: int __cdecl CVdsDebugLog::TracingLogEnabled(void) __ptr64 -?TracingLogEnabled@CVdsDebugLog@@QEAAHXZ -; public: void __cdecl CVdsAsyncObjectBase::ZeroAsyncOut(void) __ptr64 -?ZeroAsyncOut@CVdsAsyncObjectBase@@QEAAXXZ -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vds_ps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vds_ps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vds_ps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vds_ps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file vds_ps.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY vds_ps.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vdswmi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vdswmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vdswmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vdswmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file vdswmi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY vdswmi.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/version.def mingw-w64-6.0.0/mingw-w64-crt/lib64/version.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/version.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/version.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Exports of file VERSION.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY "VERSION.dll" -EXPORTS -GetFileVersionInfoA -GetFileVersionInfoSizeA -GetFileVersionInfoSizeW -GetFileVersionInfoW -VerFindFileA -VerFindFileW -VerInstallFileA -VerInstallFileW -VerLanguageNameA -VerLanguageNameW -VerQueryValueA -VerQueryValueIndexA -VerQueryValueIndexW -VerQueryValueW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/viewprov.def mingw-w64-6.0.0/mingw-w64-crt/lib64/viewprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/viewprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/viewprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file VIEWPROV.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY VIEWPROV.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/virtdisk.def mingw-w64-6.0.0/mingw-w64-crt/lib64/virtdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/virtdisk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/virtdisk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of VirtDisk.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "VirtDisk.dll" -EXPORTS -AttachVirtualDisk -CompactVirtualDisk -CreateVirtualDisk -DetachVirtualDisk -ExpandVirtualDisk -GetStorageDependencyInformation -GetVirtualDiskInformation -GetVirtualDiskOperationProgress -GetVirtualDiskPhysicalPath -MergeVirtualDisk -OpenVirtualDisk -SetVirtualDiskInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vss_ps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vss_ps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vss_ps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vss_ps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of vss_ps.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "vss_ps.dll" -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vsstrace.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vsstrace.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vsstrace.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vsstrace.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,255 +0,0 @@ -; -; Definition file of vsstrace.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "vsstrace.dll" -EXPORTS -; public: __cdecl CBsAutoLock::CBsAutoLock(class CBsCritSec &__ptr64 )__ptr64 -??0CBsAutoLock@@QEAA@AEAVCBsCritSec@@@Z -; public: __cdecl CBsAutoLock::CBsAutoLock(class CBsAutoLock const &__ptr64 )__ptr64 -??0CBsAutoLock@@QEAA@AEBV0@@Z -; public: __cdecl CBsAutoLock::CBsAutoLock(struct _RTL_CRITICAL_SECTION *__ptr64)__ptr64 -??0CBsAutoLock@@QEAA@PEAU_RTL_CRITICAL_SECTION@@@Z -; public: __cdecl CBsAutoLock::CBsAutoLock(void *__ptr64)__ptr64 -??0CBsAutoLock@@QEAA@PEAX@Z -; public: __cdecl CBsCritSec::CBsCritSec(class CBsCritSec const &__ptr64 )__ptr64 -??0CBsCritSec@@QEAA@AEBV0@@Z -; public: __cdecl CBsCritSec::CBsCritSec(void)__ptr64 -??0CBsCritSec@@QEAA@XZ -; public: __cdecl CBsDbgTrace::CBsDbgTrace(void)__ptr64 -??0CBsDbgTrace@@QEAA@XZ -; public: __cdecl CVssDebugInfo::CVssDebugInfo(struct CVssDebugInfo const &__ptr64 )__ptr64 -??0CVssDebugInfo@@QEAA@AEBU0@@Z -; public: __cdecl CVssDebugInfo::CVssDebugInfo(unsigned short const *__ptr64,char const *__ptr64,unsigned long,unsigned long,unsigned long)__ptr64 -??0CVssDebugInfo@@QEAA@PEBGPEBDKKK@Z -; public: __cdecl CVssFunctionTracer::CVssFunctionTracer(struct CVssDebugInfo,unsigned short const *__ptr64)__ptr64 -??0CVssFunctionTracer@@QEAA@UCVssDebugInfo@@PEBG@Z -; public: virtual __cdecl CBsAutoLock::~CBsAutoLock(void)__ptr64 -??1CBsAutoLock@@UEAA@XZ -; public: virtual __cdecl CBsCritSec::~CBsCritSec(void)__ptr64 -??1CBsCritSec@@UEAA@XZ -; public: __cdecl CBsDbgTrace::~CBsDbgTrace(void)__ptr64 -??1CBsDbgTrace@@QEAA@XZ -; public: __cdecl CVssDebugInfo::~CVssDebugInfo(void)__ptr64 -??1CVssDebugInfo@@QEAA@XZ -; public: __cdecl CVssFunctionTracer::~CVssFunctionTracer(void)__ptr64 -??1CVssFunctionTracer@@QEAA@XZ -; public: class CBsAutoLock &__ptr64 __cdecl CBsAutoLock::operator =(class CBsAutoLock const &__ptr64 )__ptr64 -??4CBsAutoLock@@QEAAAEAV0@AEBV0@@Z -; public: class CBsCritSec &__ptr64 __cdecl CBsCritSec::operator =(class CBsCritSec const &__ptr64 )__ptr64 -??4CBsCritSec@@QEAAAEAV0@AEBV0@@Z -; public: class CBsDbgTrace &__ptr64 __cdecl CBsDbgTrace::operator =(class CBsDbgTrace const &__ptr64 )__ptr64 -??4CBsDbgTrace@@QEAAAEAV0@AEBV0@@Z -; public: struct CVssDebugInfo &__ptr64 __cdecl CVssDebugInfo::operator =(struct CVssDebugInfo const &__ptr64 )__ptr64 -??4CVssDebugInfo@@QEAAAEAU0@AEBU0@@Z -; public: class CVssFunctionTracer &__ptr64 __cdecl CVssFunctionTracer::operator =(class CVssFunctionTracer const &__ptr64 )__ptr64 -??4CVssFunctionTracer@@QEAAAEAV0@AEBV0@@Z -; public: class CVssSKU &__ptr64 __cdecl CVssSKU::operator =(class CVssSKU const &__ptr64 )__ptr64 -??4CVssSKU@@QEAAAEAV0@AEBV0@@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(int)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@H@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(long)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@J@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(unsigned long)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@K@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(char *__ptr64)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@PEAD@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(unsigned short const *__ptr64)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@PEBG@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(struct _GUID)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@U_GUID@@@Z -; public: struct CVssDebugInfo __cdecl CVssDebugInfo::operator <<(__int64)__ptr64 -??6CVssDebugInfo@@QEAA?AU0@_J@Z -; const CBsAutoLock::$vftable -??_7CBsAutoLock@@6B@ DATA -; const CBsCritSec::$vftable -??_7CBsCritSec@@6B@ DATA -; public: void __cdecl CVssFunctionTracer::AddContext(struct CVssDebugInfo,unsigned int,unsigned short const *__ptr64)__ptr64 -?AddContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IPEBG@Z -; public: void __cdecl CVssFunctionTracer::AddContext(struct CVssDebugInfo,unsigned short const *__ptr64,unsigned short const *__ptr64)__ptr64 -?AddContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG1@Z -; public: void __cdecl CVssFunctionTracer::AddContextEx(struct CVssDebugInfo,unsigned int,unsigned short const *__ptr64,...)__ptr64 -?AddContextEx@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IPEBGZZ -; public: void __cdecl CVssFunctionTracer::AddContextEx(struct CVssDebugInfo,unsigned short const *__ptr64,unsigned short const *__ptr64,...)__ptr64 -?AddContextEx@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG1ZZ -; public: void __cdecl CVssFunctionTracer::AddContextInternal(struct CVssDebugInfo,enum _VssContextType,unsigned short const *__ptr64,unsigned short const *__ptr64)__ptr64 -?AddContextInternal@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@W4_VssContextType@@PEBG2@Z -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned int,unsigned int,...)__ptr64 -?AddErrorSpecificContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IIZZ -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned int,unsigned short const *__ptr64,...)__ptr64 -?AddErrorSpecificContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IPEBGZZ -; public: void __cdecl CVssFunctionTracer::AddErrorSpecificContext(struct CVssDebugInfo,unsigned short const *__ptr64,unsigned short const *__ptr64,...)__ptr64 -?AddErrorSpecificContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG1ZZ -; public: void __cdecl CVssFunctionTracer::AddFailureAndCorrectiveAction(struct CVssDebugInfo,unsigned int,unsigned int,...)__ptr64 -?AddFailureAndCorrectiveAction@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IIZZ -; public: void __cdecl CVssFunctionTracer::AddFailureAndCorrectiveAction(struct CVssDebugInfo,unsigned short const *__ptr64,unsigned short const *__ptr64,...)__ptr64 -?AddFailureAndCorrectiveAction@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG1ZZ -; public: void __cdecl CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long)__ptr64 -?AddGenericErrorContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@J@Z -; public: void __cdecl CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long,unsigned int,...)__ptr64 -?AddGenericErrorContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JIZZ -; public: void __cdecl CVssFunctionTracer::AddGenericErrorContext(struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?AddGenericErrorContext@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBGZZ -; public: void __cdecl CVssFunctionTracer::AddOperation(struct CVssDebugInfo,unsigned int,...)__ptr64 -?AddOperation@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@IZZ -; public: void __cdecl CVssFunctionTracer::AddOperation(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?AddOperation@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; void __cdecl AssertFail(char const *__ptr64,unsigned int,char const *__ptr64) -?AssertFail@@YAXPEBDI0@Z -; public: void __cdecl CVssFunctionTracer::CheckForError(struct CVssDebugInfo,unsigned short const *__ptr64)__ptr64 -?CheckForError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG@Z -; public: void __cdecl CVssFunctionTracer::CheckForErrorInternal(struct CVssDebugInfo,unsigned short const *__ptr64)__ptr64 -?CheckForErrorInternal@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBG@Z -; public: void __cdecl CVssFunctionTracer::CoCreateInstanceWithLog(struct CVssDebugInfo,struct _GUID,unsigned short const *__ptr64,unsigned long,struct _GUID,struct IUnknown *__ptr64 *__ptr64)__ptr64 -?CoCreateInstanceWithLog@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@U_GUID@@PEBGK1PEAPEAUIUnknown@@@Z -; public: void __cdecl CVssFunctionTracer::ComDisableSEH(struct CVssDebugInfo)__ptr64 -?ComDisableSEH@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@@Z -; public: void __cdecl CBsCritSec::Enter(void)__ptr64 -?Enter@CBsCritSec@@QEAAXXZ -; public: void __cdecl CBsDbgTrace::EnterCachedMode(void)__ptr64 -?EnterCachedMode@CBsDbgTrace@@QEAAXXZ -; public: void __cdecl CVssFunctionTracer::EraseInsertionStringsFromText(unsigned short *__ptr64)__ptr64 -?EraseInsertionStringsFromText@CVssFunctionTracer@@QEAAXPEAG@Z -; public: void __cdecl CVssFunctionTracer::Err(struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?Err@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBGZZ -; public: void __cdecl CVssFunctionTracer::ErrBox(struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?ErrBox@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBGZZ -; public: long __cdecl CVssFunctionTracer::Exit(long)__ptr64 -?Exit@CVssFunctionTracer@@QEAAJJ@Z -; public: unsigned short *__ptr64 __cdecl CVssFunctionTracer::Exit(unsigned short *__ptr64)__ptr64 -?Exit@CVssFunctionTracer@@QEAAPEAGPEAG@Z -; public: bool __cdecl CVssFunctionTracer::Exit(bool)__ptr64 -?Exit@CVssFunctionTracer@@QEAA_N_N@Z -; public: void __cdecl CBsDbgTrace::ExitCachedMode(void)__ptr64 -?ExitCachedMode@CBsDbgTrace@@QEAAXXZ -; public: void __cdecl CBsDbgTrace::FlushCache(void)__ptr64 -?FlushCache@CBsDbgTrace@@QEAAXXZ -; public: struct _RTL_CRITICAL_SECTION *__ptr64 __cdecl CBsCritSec::GetCritSec(void)__ptr64 -?GetCritSec@CBsCritSec@@QEAAPEAU_RTL_CRITICAL_SECTION@@XZ -; public: unsigned short *__ptr64 __cdecl CVssFunctionTracer::GetCurrentContexts(void)__ptr64 -?GetCurrentContexts@CVssFunctionTracer@@QEAAPEAGXZ -; public: long __cdecl CVssFunctionTracer::GetHr(void)__ptr64 -?GetHr@CVssFunctionTracer@@QEAAJXZ -; public: unsigned int __cdecl CVssFunctionTracer::GetPrefixForContextType(enum _VssContextType)__ptr64 -?GetPrefixForContextType@CVssFunctionTracer@@QEAAIW4_VssContextType@@@Z -; public: static enum CVssSKU::EVssSKUType __cdecl CVssSKU::GetSKU(void) -?GetSKU@CVssSKU@@SA?AW4EVssSKUType@1@XZ -; public: unsigned long __cdecl CBsDbgTrace::GetTraceEnterExit(void)__ptr64 -?GetTraceEnterExit@CBsDbgTrace@@QEAAKXZ -; public: unsigned short *__ptr64 __cdecl CBsDbgTrace::GetTraceFileVolume(void)__ptr64 -?GetTraceFileVolume@CBsDbgTrace@@QEAAPEAGXZ -; public: unsigned long __cdecl CBsDbgTrace::GetTraceLevel(void)__ptr64 -?GetTraceLevel@CBsDbgTrace@@QEAAKXZ -; public: bool __cdecl CVssFunctionTracer::HrFailed(void)__ptr64 -?HrFailed@CVssFunctionTracer@@QEAA_NXZ -; public: bool __cdecl CVssFunctionTracer::HrInFacility(int)__ptr64 -?HrInFacility@CVssFunctionTracer@@QEAA_NH@Z -; public: bool __cdecl CVssFunctionTracer::HrSucceeded(void)__ptr64 -?HrSucceeded@CVssFunctionTracer@@QEAA_NXZ -; public: void __cdecl CBsDbgTrace::Initialize(int)__ptr64 -?Initialize@CBsDbgTrace@@QEAAXH@Z -; private: static void __cdecl CVssSKU::Initialize(void) -?Initialize@CVssSKU@@CAXXZ -; public: void __cdecl CVssFunctionTracer::InterpretWaitForMultipleObjects(unsigned long)__ptr64 -?InterpretWaitForMultipleObjects@CVssFunctionTracer@@QEAAXK@Z -; public: static int __cdecl CVssSKU::IsClient(void) -?IsClient@CVssSKU@@SAHXZ -; public: int __cdecl CBsDbgTrace::IsConditonalDebugBreakEnabled(void)__ptr64 -?IsConditonalDebugBreakEnabled@CBsDbgTrace@@QEAAHXZ -; public: int __cdecl CBsDbgTrace::IsDuringSetup(void)__ptr64 -?IsDuringSetup@CBsDbgTrace@@QEAAHXZ -; public: int __cdecl CVssFunctionTracer::IsDuringSetup(void)__ptr64 -?IsDuringSetup@CVssFunctionTracer@@QEAAHXZ -; public: bool __cdecl CVssFunctionTracer::IsHwDiagEnabled(void)__ptr64 -?IsHwDiagEnabled@CVssFunctionTracer@@QEAA_NXZ -; public: int __cdecl CVssFunctionTracer::IsInSoftwareProvider(void)__ptr64 -?IsInSoftwareProvider@CVssFunctionTracer@@QEAAHXZ -; public: static int __cdecl CVssSKU::IsNAS(void) -?IsNAS@CVssSKU@@SAHXZ -; public: static int __cdecl CVssSKU::IsServer(void) -?IsServer@CVssSKU@@SAHXZ -; public: int __cdecl CBsDbgTrace::IsTracingEnabled(void)__ptr64 -?IsTracingEnabled@CBsDbgTrace@@QEAAHXZ -; public: static int __cdecl CVssSKU::IsTransportableAllowed(void) -?IsTransportableAllowed@CVssSKU@@SAHXZ -; public: void __cdecl CBsCritSec::Leave(void)__ptr64 -?Leave@CBsCritSec@@QEAAXXZ -; public: void __cdecl CVssFunctionTracer::LogError(unsigned long,struct CVssDebugInfo,unsigned short,unsigned short *__ptr64)__ptr64 -?LogError@CVssFunctionTracer@@QEAAXKUCVssDebugInfo@@GPEAG@Z -; public: void __cdecl CVssFunctionTracer::LogGenericInfo(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?LogGenericInfo@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::LogGenericWarning(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?LogGenericWarning@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::LogSecurityAudit(unsigned long,struct CVssDebugInfo)__ptr64 -?LogSecurityAudit@CVssFunctionTracer@@QEAAXKUCVssDebugInfo@@@Z -; public: void __cdecl CVssFunctionTracer::LogVssStartupAttempt(void)__ptr64 -?LogVssStartupAttempt@CVssFunctionTracer@@QEAAXXZ -; public: void __cdecl CVssFunctionTracer::Msg(unsigned short const *__ptr64,...)__ptr64 -?Msg@CVssFunctionTracer@@QEAAXPEBGZZ -; public: void __cdecl CVssFunctionTracer::MsgBox(unsigned short const *__ptr64,unsigned short const *__ptr64,...)__ptr64 -?MsgBox@CVssFunctionTracer@@QEAAXPEBG0ZZ -; public: void __cdecl CVssFunctionTracer::MsgNoCR(unsigned short const *__ptr64,...)__ptr64 -?MsgNoCR@CVssFunctionTracer@@QEAAXPEBGZZ -; private: long __cdecl CBsDbgTrace::OpenAndLock(void)__ptr64 -?OpenAndLock@CBsDbgTrace@@AEAAJXZ -; private: long __cdecl CBsDbgTrace::OutputString(bool)__ptr64 -?OutputString@CBsDbgTrace@@AEAAJ_N@Z -; public: long __cdecl CBsDbgTrace::PostPrint(unsigned long)__ptr64 -?PostPrint@CBsDbgTrace@@QEAAJK@Z -; public: long __cdecl CBsDbgTrace::PrePrint(unsigned short const *__ptr64,unsigned long,unsigned long,unsigned long,unsigned short const *__ptr64,int)__ptr64 -?PrePrint@CBsDbgTrace@@QEAAJPEBGKKK0H@Z -; public: long __cdecl CBsDbgTrace::Print(unsigned short const *__ptr64,...)__ptr64 -?Print@CBsDbgTrace@@QEAAJPEBGZZ -; public: long __cdecl CBsDbgTrace::PrintEnterExit(unsigned short const *__ptr64,...)__ptr64 -?PrintEnterExit@CBsDbgTrace@@QEAAJPEBGZZ -; public: void __cdecl CVssFunctionTracer::ReThrow(void)__ptr64 -?ReThrow@CVssFunctionTracer@@QEAAXXZ -; public: long __cdecl CBsDbgTrace::ReadRegistry(void)__ptr64 -?ReadRegistry@CBsDbgTrace@@QEAAJXZ -; public: static bool __cdecl CVssFunctionTracer::SafeLogEvent(unsigned long,unsigned short,int,...) -?SafeLogEvent@CVssFunctionTracer@@SA_NKGHZZ -; public: long __cdecl CVssFunctionTracer::SetHr(long)__ptr64 -?SetHr@CVssFunctionTracer@@QEAAJJ@Z -; public: static void __cdecl CVssFunctionTracer::StaticTrace(unsigned short const *__ptr64,unsigned short const *__ptr64,...) -?StaticTrace@CVssFunctionTracer@@SAXPEBG0ZZ -; public: void __cdecl CVssFunctionTracer::Throw(struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?Throw@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBGZZ -; public: void __cdecl CVssFunctionTracer::ThrowIf(int,struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?ThrowIf@CVssFunctionTracer@@QEAAXHUCVssDebugInfo@@JPEBGZZ -; public: void __cdecl CVssFunctionTracer::ThrowOutOfMemory(struct CVssDebugInfo)__ptr64 -?ThrowOutOfMemory@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@@Z -; public: void __cdecl CVssFunctionTracer::Trace(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?Trace@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::TraceBuffer(struct CVssDebugInfo,unsigned long,unsigned char *__ptr64)__ptr64 -?TraceBuffer@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@KPEAE@Z -; public: void __cdecl CVssFunctionTracer::TraceComError(void)__ptr64 -?TraceComError@CVssFunctionTracer@@QEAAXXZ -; public: void __cdecl CVssFunctionTracer::TranslateComError(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?TranslateComError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateError(struct CVssDebugInfo,long,unsigned short const *__ptr64)__ptr64 -?TranslateError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBG@Z -; public: void __cdecl CVssFunctionTracer::TranslateGenericError(struct CVssDebugInfo,long,unsigned short const *__ptr64,...)__ptr64 -?TranslateGenericError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JPEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateInternalLovelaceError(struct CVssDebugInfo,long,int,unsigned short const *__ptr64,...)__ptr64 -?TranslateInternalLovelaceError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JHPEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateInternalProviderError(struct CVssDebugInfo,long,long,unsigned short const *__ptr64,...)__ptr64 -?TranslateInternalProviderError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@JJPEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateProviderError(struct CVssDebugInfo,struct _GUID,unsigned short const *__ptr64,...)__ptr64 -?TranslateProviderError@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@U_GUID@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateWin32Error(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?TranslateWin32Error@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; public: void __cdecl CVssFunctionTracer::TranslateWriterReturnCode(struct CVssDebugInfo,unsigned short const *__ptr64,...)__ptr64 -?TranslateWriterReturnCode@CVssFunctionTracer@@QEAAXUCVssDebugInfo@@PEBGZZ -; private: long __cdecl CBsDbgTrace::UnlockAndClose(void)__ptr64 -?UnlockAndClose@CBsDbgTrace@@AEAAJXZ -; void __cdecl VssSetDebugReport(long) -?VssSetDebugReport@@YAXJ@Z -; class CBsDbgTrace g_cDbgTrace -?g_cDbgTrace@@3VCBsDbgTrace@@A DATA -; private: static int CVssSKU::ms_bInitialized -?ms_bInitialized@CVssSKU@@0HA DATA -; private: static int CVssSKU::ms_bTransportableShadowsAllowed -?ms_bTransportableShadowsAllowed@CVssSKU@@0HA DATA -; private: static enum CVssSKU::EVssSKUType CVssSKU::ms_eSKU -?ms_eSKU@CVssSKU@@0W4EVssSKUType@1@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/vsswmi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/vsswmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/vsswmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/vsswmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file vsswmi.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY vsswmi.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w32time.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w32time.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w32time.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w32time.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Exports of file w32time.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY w32time.dll -EXPORTS -fnW32TmRegisterServiceCtrlHandlerEx DATA -fnW32TmSetServiceStatus DATA -DllInstall -DllRegisterServer -DllUnregisterServer -SvchostEntry_W32Time -SvchostPushServiceGlobals -TimeProvClose -TimeProvCommand -TimeProvOpen -W32TimeBufferFree -W32TimeDcPromo -W32TimeGetNetlogonServiceBits -W32TimeQueryConfig -W32TimeQueryHardwareProviderStatus -W32TimeQueryNTPProviderStatus -W32TimeSetConfig -W32TimeSyncNow -W32TimeVerifyJoinConfig -W32TimeVerifyUnjoinConfig -W32TmServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w32topl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w32topl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w32topl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w32topl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -; -; Exports of file W32TOPL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY W32TOPL.dll -EXPORTS -ToplAddEdgeSetToGraph -ToplAddEdgeToGraph -ToplDeleteComponents -ToplDeleteGraphState -ToplDeleteSpanningTreeEdges -ToplEdgeAssociate -ToplEdgeCreate -ToplEdgeDestroy -ToplEdgeDisassociate -ToplEdgeFree -ToplEdgeGetFromVertex -ToplEdgeGetToVertex -ToplEdgeGetWeight -ToplEdgeInit -ToplEdgeSetFromVertex -ToplEdgeSetToVertex -ToplEdgeSetVtx -ToplEdgeSetWeight -ToplFree -ToplGetAlwaysSchedule -ToplGetSpanningTreeEdgesForVtx -ToplGraphAddVertex -ToplGraphCreate -ToplGraphDestroy -ToplGraphFindEdgesForMST -ToplGraphFree -ToplGraphInit -ToplGraphMakeRing -ToplGraphNumberOfVertices -ToplGraphRemoveVertex -ToplGraphSetVertexIter -ToplHeapCreate -ToplHeapDestroy -ToplHeapExtractMin -ToplHeapInsert -ToplHeapIsElementOf -ToplHeapIsEmpty -ToplIsToplException -ToplIterAdvance -ToplIterCreate -ToplIterFree -ToplIterGetObject -ToplListAddElem -ToplListCreate -ToplListFree -ToplListNumberOfElements -ToplListRemoveElem -ToplListSetIter -ToplMakeGraphState -ToplPScheduleValid -ToplSTHeapAdd -ToplSTHeapCostReduced -ToplSTHeapDestroy -ToplSTHeapExtractMin -ToplSTHeapInit -ToplScheduleCacheCreate -ToplScheduleCacheDestroy -ToplScheduleCreate -ToplScheduleDuration -ToplScheduleExportReadonly -ToplScheduleImport -ToplScheduleIsEqual -ToplScheduleMaxUnavailable -ToplScheduleMerge -ToplScheduleNumEntries -ToplScheduleValid -ToplSetAllocator -ToplVertexCreate -ToplVertexDestroy -ToplVertexFree -ToplVertexGetId -ToplVertexGetInEdge -ToplVertexGetOutEdge -ToplVertexGetParent -ToplVertexInit -ToplVertexNumberOfInEdges -ToplVertexNumberOfOutEdges -ToplVertexSetId -ToplVertexSetParent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w3cache.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w3cache.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w3cache.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w3cache.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -; -; Exports of file W3CACHE.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY W3CACHE.dll -EXPORTS -; public: __cdecl CACHE_ENTRY::CACHE_ENTRY(class CACHE_ENTRY const & __ptr64) __ptr64 -??0CACHE_ENTRY@@QEAA@AEBV0@@Z -; public: __cdecl CACHE_ENTRY::CACHE_ENTRY(class OBJECT_CACHE * __ptr64,unsigned long) __ptr64 -??0CACHE_ENTRY@@QEAA@PEAVOBJECT_CACHE@@K@Z -; public: __cdecl OBJECT_CACHE::OBJECT_CACHE(void) __ptr64 -??0OBJECT_CACHE@@QEAA@XZ -; protected: virtual __cdecl CACHE_ENTRY::~CACHE_ENTRY(void) __ptr64 -??1CACHE_ENTRY@@MEAA@XZ -; public: virtual __cdecl OBJECT_CACHE::~OBJECT_CACHE(void) __ptr64 -??1OBJECT_CACHE@@UEAA@XZ -; public: class CACHE_ENTRY & __ptr64 __cdecl CACHE_ENTRY::operator=(class CACHE_ENTRY const & __ptr64) __ptr64 -??4CACHE_ENTRY@@QEAAAEAV0@AEBV0@@Z -; const CACHE_ENTRY::`vftable' -??_7CACHE_ENTRY@@6B@ -; public: long __cdecl OBJECT_CACHE::AddCacheEntry(class CACHE_ENTRY * __ptr64) __ptr64 -?AddCacheEntry@OBJECT_CACHE@@QEAAJPEAVCACHE_ENTRY@@@Z -; public: long __cdecl CACHE_ENTRY::AddDirmonInvalidator(struct DIRMON_CONFIG * __ptr64) __ptr64 -?AddDirmonInvalidator@CACHE_ENTRY@@QEAAJPEAUDIRMON_CONFIG@@@Z -; public: long __cdecl OBJECT_CACHE::AddDirmonInvalidator(struct DIRMON_CONFIG * __ptr64,class CDirMonitorEntry * __ptr64 * __ptr64) __ptr64 -?AddDirmonInvalidator@OBJECT_CACHE@@QEAAJPEAUDIRMON_CONFIG@@PEAPEAVCDirMonitorEntry@@@Z -; public: int __cdecl CACHE_ENTRY::CheckSignature(void)const __ptr64 -?CheckSignature@CACHE_ENTRY@@QEBAHXZ -; public: virtual int __cdecl CACHE_ENTRY::Checkout(class CACHE_USER * __ptr64) __ptr64 -?Checkout@CACHE_ENTRY@@UEAAHPEAVCACHE_USER@@@Z -; public: void __cdecl OBJECT_CACHE::CleanupCacheEntryListItems(struct _LIST_ENTRY * __ptr64) __ptr64 -?CleanupCacheEntryListItems@OBJECT_CACHE@@QEAAXPEAU_LIST_ENTRY@@@Z -; public: void __cdecl CACHE_ENTRY::DereferenceCacheEntry(void) __ptr64 -?DereferenceCacheEntry@CACHE_ENTRY@@QEAAXXZ -; public: long __cdecl OBJECT_CACHE::FindCacheEntry(class CACHE_KEY * __ptr64,class CACHE_ENTRY * __ptr64 * __ptr64,int * __ptr64) __ptr64 -?FindCacheEntry@OBJECT_CACHE@@QEAAJPEAVCACHE_KEY@@PEAPEAVCACHE_ENTRY@@PEAH@Z -; public: void __cdecl OBJECT_CACHE::FlushByRegChange(struct _LIST_ENTRY * __ptr64) __ptr64 -?FlushByRegChange@OBJECT_CACHE@@QEAAXPEAU_LIST_ENTRY@@@Z -; public: long __cdecl OBJECT_CACHE::FlushCacheEntry(class CACHE_KEY * __ptr64) __ptr64 -?FlushCacheEntry@OBJECT_CACHE@@QEAAJPEAVCACHE_KEY@@@Z -; public: void __cdecl CACHE_ENTRY::LockCacheEntry(void) __ptr64 -?LockCacheEntry@CACHE_ENTRY@@QEAAXXZ -; public: class OBJECT_CACHE * __ptr64 __cdecl CACHE_ENTRY::QueryCache(void)const __ptr64 -?QueryCache@CACHE_ENTRY@@QEBAPEAVOBJECT_CACHE@@XZ -; public: int __cdecl CACHE_ENTRY::QueryCached(void)const __ptr64 -?QueryCached@CACHE_ENTRY@@QEBAHXZ -; public: int __cdecl CACHE_ENTRY::QueryIsFlushed(void)const __ptr64 -?QueryIsFlushed@CACHE_ENTRY@@QEBAHXZ -; public: virtual int __cdecl CACHE_ENTRY::QueryIsOkToFlushDirmon(unsigned short * __ptr64,unsigned long) __ptr64 -?QueryIsOkToFlushDirmon@CACHE_ENTRY@@UEAAHPEAGK@Z -; public: int __cdecl CACHE_ENTRY::QueryIsOkToFlushMetadata(unsigned short * __ptr64,unsigned long) __ptr64 -?QueryIsOkToFlushMetadata@CACHE_ENTRY@@QEAAHPEAGK@Z -; public: virtual int __cdecl CACHE_ENTRY::QueryIsOkToFlushTTL(void) __ptr64 -?QueryIsOkToFlushTTL@CACHE_ENTRY@@UEAAHXZ -; public: virtual class STRU * __ptr64 __cdecl CACHE_ENTRY::QueryMetadataPath(void) __ptr64 -?QueryMetadataPath@CACHE_ENTRY@@UEAAPEAVSTRU@@XZ -; public: void __cdecl CACHE_ENTRY::ReferenceCacheEntry(void) __ptr64 -?ReferenceCacheEntry@CACHE_ENTRY@@QEAAXXZ -; public: long __cdecl OBJECT_CACHE::SetCacheConfiguration(unsigned long,unsigned long,unsigned long,struct CACHE_HINT_CONFIG * __ptr64) __ptr64 -?SetCacheConfiguration@OBJECT_CACHE@@QEAAJKKKPEAUCACHE_HINT_CONFIG@@@Z -; public: void __cdecl CACHE_ENTRY::SetCached(int) __ptr64 -?SetCached@CACHE_ENTRY@@QEAAXH@Z -; public: void __cdecl CACHE_ENTRY::SetFlushed(void) __ptr64 -?SetFlushed@CACHE_ENTRY@@QEAAXXZ -; public: void __cdecl CACHE_ENTRY::UnlockCacheEntry(void) __ptr64 -?UnlockCacheEntry@CACHE_ENTRY@@QEAAXXZ -; public: void __cdecl OBJECT_CACHE::UnregisterScavenger(void) __ptr64 -?UnregisterScavenger@OBJECT_CACHE@@QEAAXXZ -; long __cdecl W3CacheDoMetadataInvalidation(unsigned short * __ptr64,unsigned long) -?W3CacheDoMetadataInvalidation@@YAJPEAGK@Z -; void __cdecl W3CacheFlushAllCaches(void) -?W3CacheFlushAllCaches@@YAXXZ -; long __cdecl W3CacheInitialize(struct IMSAdminBaseW * __ptr64) -?W3CacheInitialize@@YAJPEAUIMSAdminBaseW@@@Z -; long __cdecl W3CacheRegisterCache(class OBJECT_CACHE * __ptr64) -?W3CacheRegisterCache@@YAJPEAVOBJECT_CACHE@@@Z -; void __cdecl W3CacheTerminate(void) -?W3CacheTerminate@@YAXXZ -; long __cdecl W3CacheUnregisterCache(class OBJECT_CACHE * __ptr64) -?W3CacheUnregisterCache@@YAJPEAVOBJECT_CACHE@@@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w3comlog.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w3comlog.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w3comlog.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w3comlog.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Exports of file W3COMLOG.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY W3COMLOG.dll -EXPORTS -; public: __cdecl LOGGING::LOGGING(class LOGGING const & __ptr64) __ptr64 -??0LOGGING@@QEAA@AEBV0@@Z -; public: __cdecl LOGGING::LOGGING(void) __ptr64 -??0LOGGING@@QEAA@XZ -; private: __cdecl LOGGING::~LOGGING(void) __ptr64 -??1LOGGING@@AEAA@XZ -; public: class LOGGING & __ptr64 __cdecl LOGGING::operator=(class LOGGING const & __ptr64) __ptr64 -??4LOGGING@@QEAAAEAV0@AEBV0@@Z -; public: long __cdecl LOGGING::ActivateLogging(char const * __ptr64,unsigned short const * __ptr64,struct IMSAdminBaseW * __ptr64,int) __ptr64 -?ActivateLogging@LOGGING@@QEAAJPEBDPEBGPEAUIMSAdminBaseW@@H@Z -; public: void __cdecl LOGGING::AddRef(void) __ptr64 -?AddRef@LOGGING@@QEAAXXZ -; public: static long __cdecl LOGGING::Initialize(void) -?Initialize@LOGGING@@SAJXZ -; public: int __cdecl LOGGING::IsRequiredExtraLoggingFields(void)const __ptr64 -?IsRequiredExtraLoggingFields@LOGGING@@QEBAHXZ -; public: void __cdecl LOGGING::LogInformation(class LOG_CONTEXT * __ptr64) __ptr64 -?LogInformation@LOGGING@@QEAAXPEAVLOG_CONTEXT@@@Z -; public: int __cdecl LOGGING::QueryDoCustomLogging(void)const __ptr64 -?QueryDoCustomLogging@LOGGING@@QEBAHXZ -; public: int __cdecl LOGGING::QueryDoUlLogging(void)const __ptr64 -?QueryDoUlLogging@LOGGING@@QEBAHXZ -; public: class MULTISZA const * __ptr64 __cdecl LOGGING::QueryExtraLoggingFields(void)const __ptr64 -?QueryExtraLoggingFields@LOGGING@@QEBAPEBVMULTISZA@@XZ -; public: void __cdecl LOGGING::Release(void) __ptr64 -?Release@LOGGING@@QEAAXXZ -; public: static void __cdecl LOGGING::Terminate(void) -?Terminate@LOGGING@@SAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w3ctrlps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w3ctrlps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w3ctrlps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w3ctrlps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file w3ctrlps.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY w3ctrlps.dll -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/w3ext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/w3ext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/w3ext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/w3ext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,556 +0,0 @@ -; -; Exports of file w3ext.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY w3ext.DLL -EXPORTS -; public: __cdecl ATL::CWindowImpl >::CWindowImpl >(class CWindowImpl >::CWindowImpl > const & __ptr64) __ptr64 -??0?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImpl >::CWindowImpl >(void) __ptr64 -??0?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplBaseT >::CWindowImplBaseT >(class CWindowImplBaseT >::CWindowImplBaseT > const & __ptr64) __ptr64 -??0?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImplBaseT >::CWindowImplBaseT >(void) __ptr64 -??0?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplRoot::CWindowImplRoot(class CWindowImplRoot::CWindowImplRoot const & __ptr64) __ptr64 -??0?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@AEBV01@@Z -; public: __cdecl ATL::CWindowImplRoot::CWindowImplRoot(void) __ptr64 -??0?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@XZ -; public: __cdecl std::list >::list >(class list >::list > const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV01@@Z -; public: __cdecl std::list >::list >(class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class IIS::CString const * __ptr64,class IIS::CString const * __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@PEBVCString@IIS@@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(class list >::list >::const_iterator,class list >::list >::const_iterator,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@Vconst_iterator@01@0AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl std::list >::list >(unsigned __int64,class IIS::CString const & __ptr64,class list >::allocator const & __ptr64) __ptr64 -??0?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@_KAEBVCString@IIS@@AEBV?$allocator@VCString@IIS@@@1@@Z -; public: __cdecl CError::CError(class CError const & __ptr64) __ptr64 -??0CError@@QEAA@AEBV0@@Z -; public: __cdecl CError::CError(long) __ptr64 -??0CError@@QEAA@J@Z -; public: __cdecl CError::CError(unsigned long) __ptr64 -??0CError@@QEAA@K@Z -; public: __cdecl CError::CError(void) __ptr64 -??0CError@@QEAA@XZ -; public: __cdecl CFileChooser::CFileChooser(class CFileChooser const & __ptr64) __ptr64 -??0CFileChooser@@QEAA@AEBV0@@Z -; public: __cdecl CFileChooser::CFileChooser(void) __ptr64 -??0CFileChooser@@QEAA@XZ -; public: __cdecl CIISApplication::CIISApplication(class CIISApplication & __ptr64) __ptr64 -??0CIISApplication@@QEAA@AEAV0@@Z -; public: __cdecl CIISInterface::CIISInterface(class CIISInterface & __ptr64) __ptr64 -??0CIISInterface@@QEAA@AEAV0@@Z -; public: __cdecl CIISSvcControl::CIISSvcControl(class CIISSvcControl & __ptr64) __ptr64 -??0CIISSvcControl@@QEAA@AEAV0@@Z -; public: __cdecl CMetaBack::CMetaBack(class CMetaBack & __ptr64) __ptr64 -??0CMetaBack@@QEAA@AEAV0@@Z -; public: __cdecl CMetaEnumerator::CMetaEnumerator(class CMetaEnumerator & __ptr64) __ptr64 -??0CMetaEnumerator@@QEAA@AEAV0@@Z -; public: __cdecl CMetaInterface::CMetaInterface(class CMetaInterface & __ptr64) __ptr64 -??0CMetaInterface@@QEAA@AEAV0@@Z -; public: __cdecl CMetaKey::CMetaKey(class CMetaKey & __ptr64) __ptr64 -??0CMetaKey@@QEAA@AEAV0@@Z -; public: __cdecl CMetabasePath::CMetabasePath(class CMetabasePath const & __ptr64) __ptr64 -??0CMetabasePath@@QEAA@AEBV0@@Z -; public: __cdecl CStringListEx::CStringListEx(class CStringListEx const & __ptr64) __ptr64 -??0CStringListEx@@QEAA@AEBV0@@Z -; public: __cdecl CWamInterface::CWamInterface(class CWamInterface & __ptr64) __ptr64 -??0CWamInterface@@QEAA@AEAV0@@Z -; public: __cdecl ATL::CWindowImpl >::~CWindowImpl >(void) __ptr64 -??1?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplBaseT >::~CWindowImplBaseT >(void) __ptr64 -??1?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA@XZ -; public: __cdecl ATL::CWindowImplRoot::~CWindowImplRoot(void) __ptr64 -??1?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA@XZ -; public: __cdecl std::list >::~list >(void) __ptr64 -??1?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA@XZ -; public: __cdecl CBlob::~CBlob(void) __ptr64 -??1CBlob@@QEAA@XZ -; public: __cdecl CComAuthInfo::~CComAuthInfo(void) __ptr64 -??1CComAuthInfo@@QEAA@XZ -; public: __cdecl CFileChooser::~CFileChooser(void) __ptr64 -??1CFileChooser@@QEAA@XZ -; public: virtual __cdecl CIISApplication::~CIISApplication(void) __ptr64 -??1CIISApplication@@UEAA@XZ -; public: __cdecl CIISInterface::~CIISInterface(void) __ptr64 -??1CIISInterface@@QEAA@XZ -; public: virtual __cdecl CMetaBack::~CMetaBack(void) __ptr64 -??1CMetaBack@@UEAA@XZ -; public: virtual __cdecl CMetaEnumerator::~CMetaEnumerator(void) __ptr64 -??1CMetaEnumerator@@UEAA@XZ -; public: __cdecl CMetabasePath::~CMetabasePath(void) __ptr64 -??1CMetabasePath@@QEAA@XZ -; public: class ATL::CWindowImpl > & __ptr64 __cdecl ATL::CWindowImpl >::operator=(class ATL::CWindowImpl > const & __ptr64) __ptr64 -??4?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class ATL::CWindowImplBaseT > & __ptr64 __cdecl ATL::CWindowImplBaseT >::operator=(class ATL::CWindowImplBaseT > const & __ptr64) __ptr64 -??4?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class ATL::CWindowImplRoot & __ptr64 __cdecl ATL::CWindowImplRoot::operator=(class ATL::CWindowImplRoot const & __ptr64) __ptr64 -??4?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAAAEAV01@AEBV01@@Z -; public: class std::list > & __ptr64 __cdecl std::list >::operator=(class std::list > const & __ptr64) __ptr64 -??4?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAV01@AEBV01@@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(class CError const & __ptr64) __ptr64 -??4CError@@QEAAAEBV0@AEBV0@@Z -; public: class CError const & __ptr64 __cdecl CError::operator=(long) __ptr64 -??4CError@@QEAAAEBV0@J@Z -; public: class CFileChooser & __ptr64 __cdecl CFileChooser::operator=(class CFileChooser const & __ptr64) __ptr64 -??4CFileChooser@@QEAAAEAV0@AEBV0@@Z -; public: class CIISApplication & __ptr64 __cdecl CIISApplication::operator=(class CIISApplication & __ptr64) __ptr64 -??4CIISApplication@@QEAAAEAV0@AEAV0@@Z -; public: class CIISInterface & __ptr64 __cdecl CIISInterface::operator=(class CIISInterface & __ptr64) __ptr64 -??4CIISInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CIISSvcControl & __ptr64 __cdecl CIISSvcControl::operator=(class CIISSvcControl & __ptr64) __ptr64 -??4CIISSvcControl@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaBack & __ptr64 __cdecl CMetaBack::operator=(class CMetaBack & __ptr64) __ptr64 -??4CMetaBack@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaEnumerator & __ptr64 __cdecl CMetaEnumerator::operator=(class CMetaEnumerator & __ptr64) __ptr64 -??4CMetaEnumerator@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaInterface & __ptr64 __cdecl CMetaInterface::operator=(class CMetaInterface & __ptr64) __ptr64 -??4CMetaInterface@@QEAAAEAV0@AEAV0@@Z -; public: class CMetaKey & __ptr64 __cdecl CMetaKey::operator=(class CMetaKey & __ptr64) __ptr64 -??4CMetaKey@@QEAAAEAV0@AEAV0@@Z -; public: class CMetabasePath & __ptr64 __cdecl CMetabasePath::operator=(class CMetabasePath const & __ptr64) __ptr64 -??4CMetabasePath@@QEAAAEAV0@AEBV0@@Z -; public: class CStringListEx & __ptr64 __cdecl CStringListEx::operator=(class CStringListEx const & __ptr64) __ptr64 -??4CStringListEx@@QEAAAEAV0@AEBV0@@Z -; public: class CWamInterface & __ptr64 __cdecl CWamInterface::operator=(class CWamInterface & __ptr64) __ptr64 -??4CWamInterface@@QEAAAEAV0@AEAV0@@Z -; public: int const __cdecl CError::operator==(class CError & __ptr64) __ptr64 -??8CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator==(long) __ptr64 -??8CError@@QEAA?BHJ@Z -; public: int __cdecl CBlob::operator!=(class CBlob const & __ptr64)const __ptr64 -??9CBlob@@QEBAHAEBV0@@Z -; public: int const __cdecl CError::operator!=(class CError & __ptr64) __ptr64 -??9CError@@QEAA?BHAEAV0@@Z -; public: int const __cdecl CError::operator!=(long) __ptr64 -??9CError@@QEAA?BHJ@Z -; public: bool __cdecl CStrPassword::operator!=(class CStrPassword & __ptr64) __ptr64 -??9CStrPassword@@QEAA_NAEAV0@@Z -; public: __cdecl CComAuthInfo::operator unsigned short * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAGXZ -; public: __cdecl CComAuthInfo::operator class CComAuthInfo * __ptr64(void) __ptr64 -??BCComAuthInfo@@QEAAPEAV0@XZ -; public: __cdecl CError::operator unsigned short const * __ptr64(void) __ptr64 -??BCError@@QEAAPEBGXZ -; public: __cdecl CError::operator int const (void)const __ptr64 -??BCError@@QEBA?BHXZ -; public: __cdecl CError::operator long const (void)const __ptr64 -??BCError@@QEBA?BJXZ -; public: __cdecl CError::operator unsigned long const (void)const __ptr64 -??BCError@@QEBA?BKXZ -; public: __cdecl CIISInterface::operator int(void)const __ptr64 -??BCIISInterface@@QEBAHXZ -; public: __cdecl CIISInterface::operator long(void)const __ptr64 -??BCIISInterface@@QEBAJXZ -; public: __cdecl CMetaKey::operator int(void)const __ptr64 -??BCMetaKey@@QEBAHXZ -; public: __cdecl CMetaKey::operator unsigned long(void)const __ptr64 -??BCMetaKey@@QEBAKXZ -; public: __cdecl CMetaKey::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetaKey@@QEBAPEBGXZ -; public: __cdecl CMetabasePath::operator unsigned short const * __ptr64(void)const __ptr64 -??BCMetabasePath@@QEBAPEBGXZ -; const CFileChooser::`vftable' -??_7CFileChooser@@6B@ -; const CIISApplication::`vftable'{for `CMetaKey'} -??_7CIISApplication@@6BCMetaKey@@@ -; const CIISApplication::`vftable'{for `CWamInterface'} -??_7CIISApplication@@6BCWamInterface@@@ -; const CIISInterface::`vftable' -??_7CIISInterface@@6B@ -; const CIISSvcControl::`vftable' -??_7CIISSvcControl@@6B@ -; const CMetaBack::`vftable'{for `CMetaInterface'} -??_7CMetaBack@@6BCMetaInterface@@@ -; const CMetaBack::`vftable'{for `CWamInterface'} -??_7CMetaBack@@6BCWamInterface@@@ -; const CMetaEnumerator::`vftable' -??_7CMetaEnumerator@@6B@ -; const CMetaInterface::`vftable' -??_7CMetaInterface@@6B@ -; const CMetaKey::`vftable' -??_7CMetaKey@@6B@ -; const CWamInterface::`vftable' -??_7CWamInterface@@6B@ -; public: void __cdecl std::list >::`default constructor closure'(void) __ptr64 -??_F?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl CComAuthInfo::`default constructor closure'(void) __ptr64 -??_FCComAuthInfo@@QEAAXXZ -; public: void __cdecl CMetabasePath::`default constructor closure'(void) __ptr64 -??_FCMetabasePath@@QEAAXXZ -; protected: long __cdecl CMetaInterface::AddKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::AddKey(unsigned short const * __ptr64) __ptr64 -?AddKey@CMetaKey@@QEAAJPEBG@Z -; public: void __cdecl CFileChooser::AddStyle(unsigned long) __ptr64 -?AddStyle@CFileChooser@@QEAAXK@Z -; protected: long __cdecl CWamInterface::AppDelete(unsigned short const * __ptr64,int) __ptr64 -?AppDelete@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppDeleteRecoverable(unsigned short const * __ptr64,int) __ptr64 -?AppDeleteRecoverable@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppGetStatus(unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?AppGetStatus@CWamInterface@@IEAAJPEBGPEAK@Z -; protected: long __cdecl CWamInterface::AppRecover(unsigned short const * __ptr64,int) __ptr64 -?AppRecover@CWamInterface@@IEAAJPEBGH@Z -; protected: long __cdecl CWamInterface::AppUnLoad(unsigned short const * __ptr64,int) __ptr64 -?AppUnLoad@CWamInterface@@IEAAJPEBGH@Z -; protected: virtual long __cdecl CIISSvcControl::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CIISSvcControl@@MEAAJXZ -; protected: virtual long __cdecl CMetaBack::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaBack@@MEAAJXZ -; protected: virtual long __cdecl CMetaInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CMetaInterface@@MEAAJXZ -; protected: virtual long __cdecl CWamInterface::ApplyProxyBlanket(void) __ptr64 -?ApplyProxyBlanket@CWamInterface@@MEAAJXZ -; public: long __cdecl CMetaBack::Backup(unsigned short const * __ptr64) __ptr64 -?Backup@CMetaBack@@QEAAJPEBG@Z -; protected: long __cdecl CMetaInterface::Backup(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Backup@CMetaInterface@@IEAAJPEBGKK@Z -; public: virtual long __cdecl CIISInterface::ChangeProxyBlanket(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?ChangeProxyBlanket@CIISInterface@@UEAAJPEBG0@Z -; protected: long __cdecl CMetaInterface::CloseKey(unsigned long) __ptr64 -?CloseKey@CMetaInterface@@IEAAJK@Z -; protected: long __cdecl CMetaInterface::CopyData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,int) __ptr64 -?CopyData@CMetaInterface@@IEAAJKPEBGK0KKKH@Z -; protected: long __cdecl CMetaInterface::CopyKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned short const * __ptr64,int,int) __ptr64 -?CopyKey@CMetaInterface@@IEAAJKPEBGK0HH@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImpl >::Create(struct HWND__ * __ptr64,struct tagRECT & __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned int,void * __ptr64) __ptr64 -?Create@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@QEAAPEAUHWND__@@PEAU3@AEAUtagRECT@@PEBGKKIPEAX@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImplBaseT >::Create(struct HWND__ * __ptr64,struct tagRECT & __ptr64,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned int,unsigned short,void * __ptr64) __ptr64 -?Create@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAPEAUHWND__@@PEAU3@AEAUtagRECT@@PEBGKKIGPEAX@Z -; public: __int64 __cdecl ATL::CWindowImplBaseT >::DefWindowProcW(unsigned int,unsigned __int64,__int64) __ptr64 -?DefWindowProcW@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA_JI_K_J@Z -; public: __int64 __cdecl ATL::CWindowImplBaseT >::DefWindowProcW(void) __ptr64 -?DefWindowProcW@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAA_JXZ -; public: static int __cdecl ATL::CWindowImplRoot::DefaultReflectionHandler(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64,__int64 & __ptr64) -?DefaultReflectionHandler@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@SAHPEAUHWND__@@I_K_JAEA_J@Z -; public: long __cdecl CIISApplication::Delete(int) __ptr64 -?Delete@CIISApplication@@QEAAJH@Z -; public: long __cdecl CMetaBack::Delete(unsigned short const * __ptr64,unsigned long) __ptr64 -?Delete@CMetaBack@@QEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteAllData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteBackup(unsigned short const * __ptr64,unsigned long) __ptr64 -?DeleteBackup@CMetaInterface@@IEAAJPEBGK@Z -; protected: long __cdecl CMetaInterface::DeleteChildKeys(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteChildKeys@CMetaInterface@@IEAAJKPEBG@Z -; protected: long __cdecl CMetaInterface::DeleteData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?DeleteData@CMetaInterface@@IEAAJKPEBGKK@Z -; protected: long __cdecl CMetaInterface::DeleteKey(unsigned long,unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaInterface@@IEAAJKPEBG@Z -; public: long __cdecl CMetaKey::DeleteKey(unsigned short const * __ptr64) __ptr64 -?DeleteKey@CMetaKey@@QEAAJPEBG@Z -; public: long __cdecl CIISApplication::DeleteRecoverable(int) __ptr64 -?DeleteRecoverable@CIISApplication@@QEAAJH@Z -; public: int __cdecl ATL::CWindowImplBaseT >::DestroyWindow(void) __ptr64 -?DestroyWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAHXZ -; protected: long __cdecl CMetaInterface::EnumBackups(unsigned short * __ptr64,unsigned long * __ptr64,struct _FILETIME * __ptr64,unsigned long) __ptr64 -?EnumBackups@CMetaInterface@@IEAAJPEAGPEAKPEAU_FILETIME@@K@Z -; protected: long __cdecl CMetaInterface::EnumData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?EnumData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@KPEAK@Z -; protected: long __cdecl CMetaInterface::EnumKeys(unsigned long,unsigned short const * __ptr64,unsigned short * __ptr64,unsigned long) __ptr64 -?EnumKeys@CMetaInterface@@IEAAJKPEBGPEAGK@Z -; public: int __cdecl CError::Failed(void)const __ptr64 -?Failed@CError@@QEBAHXZ -; public: static int __cdecl CError::Failed(long) -?Failed@CError@@SAHJ@Z -; protected: long __cdecl CMetaInterface::GetAllData(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned long * __ptr64,unsigned long * __ptr64,unsigned long,unsigned char * __ptr64,unsigned long * __ptr64) __ptr64 -?GetAllData@CMetaInterface@@IEAAJKPEBGKKKPEAK1KPEAE1@Z -; public: unsigned long __cdecl CMetaKey::GetBase(void)const __ptr64 -?GetBase@CMetaKey@@QEBAKXZ -; public: struct tagMSG const * __ptr64 __cdecl ATL::CWindowImplRoot::GetCurrentMessage(void)const __ptr64 -?GetCurrentMessage@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEBAPEBUtagMSG@@XZ -; public: unsigned char * __ptr64 __cdecl CBlob::GetData(void) __ptr64 -?GetData@CBlob@@QEAAPEAEXZ -; protected: long __cdecl CMetaInterface::GetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64,unsigned long * __ptr64) __ptr64 -?GetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@PEAK@Z -; protected: long __cdecl CMetaInterface::GetDataPaths(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long,unsigned long,unsigned short * __ptr64,unsigned long * __ptr64) __ptr64 -?GetDataPaths@CMetaInterface@@IEAAJKPEBGKKKPEAGPEAK@Z -; public: unsigned long __cdecl CMetaKey::GetHandle(void)const __ptr64 -?GetHandle@CMetaKey@@QEBAKXZ -; public: unsigned long __cdecl CMetaEnumerator::GetIndex(void) __ptr64 -?GetIndex@CMetaEnumerator@@QEAAKXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetInstancePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetInstancePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: struct IMSAdminBaseW * __ptr64 __cdecl CMetaInterface::GetInterface(void) __ptr64 -?GetInterface@CMetaInterface@@QEAAPEAUIMSAdminBaseW@@XZ -; protected: long __cdecl CMetaInterface::GetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?GetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: void __cdecl CError::GetLastWinError(void) __ptr64 -?GetLastWinError@CError@@QEAAXXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetMachinePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetMachinePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: unsigned long __cdecl CFileChooser::GetOfnFlags(void) __ptr64 -?GetOfnFlags@CFileChooser@@QEAAKXZ -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetRootPath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetRootPath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: static unsigned short const * __ptr64 __cdecl CMetabasePath::GetServicePath(unsigned short const * __ptr64,class IIS::CString & __ptr64,class IIS::CString * __ptr64) -?GetServicePath@CMetabasePath@@SAPEBGPEBGAEAVCString@IIS@@PEAV23@@Z -; public: unsigned long __cdecl CBlob::GetSize(void)const __ptr64 -?GetSize@CBlob@@QEBAKXZ -; public: unsigned long __cdecl CFileChooser::GetStyle(void)const __ptr64 -?GetStyle@CFileChooser@@QEBAKXZ -; public: virtual __int64 (__cdecl*__cdecl ATL::CWindowImplBaseT >::GetWindowProc(void) __ptr64)(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?GetWindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@UEAAP6A_JPEAUHWND__@@I_K_J@ZXZ -; public: static struct _ATL_WNDCLASSINFOW & __ptr64 __cdecl ATL::CWindowImpl >::GetWndClassInfo(void) -?GetWndClassInfo@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@SAAEAU_ATL_WNDCLASSINFOW@@XZ -; public: static unsigned long __cdecl ATL::CWindowImplBaseT >::GetWndExStyle(unsigned long) -?GetWndExStyle@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SAKK@Z -; public: static unsigned long __cdecl ATL::CWindowImplBaseT >::GetWndStyle(unsigned long) -?GetWndStyle@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SAKK@Z -; public: long __cdecl CError::HResult(void)const __ptr64 -?HResult@CError@@QEBAJXZ -; public: static long __cdecl CError::HResult(long) -?HResult@CError@@SAJJ@Z -; protected: int __cdecl CIISSvcControl::HasInterface(void)const __ptr64 -?HasInterface@CIISSvcControl@@IEBAHXZ -; protected: int __cdecl CMetaInterface::HasInterface(void)const __ptr64 -?HasInterface@CMetaInterface@@IEBAHXZ -; protected: int __cdecl CWamInterface::HasInterface(void)const __ptr64 -?HasInterface@CWamInterface@@IEBAHXZ -; public: int __cdecl CBlob::IsEmpty(void)const __ptr64 -?IsEmpty@CBlob@@QEBAHXZ -; public: int __cdecl CIISApplication::IsEnabledApplication(void)const __ptr64 -?IsEnabledApplication@CIISApplication@@QEBAHXZ -; public: int __cdecl CMetaKey::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetaKey@@QEBAHXZ -; public: int __cdecl CMetabasePath::IsHomeDirectoryPath(void)const __ptr64 -?IsHomeDirectoryPath@CMetabasePath@@QEBAHXZ -; public: int __cdecl CIISApplication::IsInproc(void)const __ptr64 -?IsInproc@CIISApplication@@QEBAHXZ -; public: int __cdecl CComAuthInfo::IsLocal(void)const __ptr64 -?IsLocal@CComAuthInfo@@QEBAHXZ -; public: int __cdecl CIISInterface::IsLocal(void)const __ptr64 -?IsLocal@CIISInterface@@QEBAHXZ -; public: int __cdecl CMetaKey::IsOpen(void)const __ptr64 -?IsOpen@CMetaKey@@QEBAHXZ -; public: int __cdecl CIISApplication::IsOutOfProc(void)const __ptr64 -?IsOutOfProc@CIISApplication@@QEBAHXZ -; public: int __cdecl CIISApplication::IsPooledProc(void)const __ptr64 -?IsPooledProc@CIISApplication@@QEBAHXZ -; public: long __cdecl CIISSvcControl::Kill(void) __ptr64 -?Kill@CIISSvcControl@@QEAAJXZ -; public: long __cdecl CMetaBack::Next(unsigned long * __ptr64,unsigned short * __ptr64,struct _FILETIME * __ptr64) __ptr64 -?Next@CMetaBack@@QEAAJPEAKPEAGPEAU_FILETIME@@@Z -; public: virtual void __cdecl ATL::CWindowImplBaseT >::OnFinalMessage(struct HWND__ * __ptr64) __ptr64 -?OnFinalMessage@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@UEAAXPEAUHWND__@@@Z -; public: int __cdecl CFileChooser::OpenForRead(void) __ptr64 -?OpenForRead@CFileChooser@@QEAAHXZ -; protected: long __cdecl CMetaInterface::OpenKey(unsigned long,unsigned short const * __ptr64,unsigned long,unsigned long * __ptr64) __ptr64 -?OpenKey@CMetaInterface@@IEAAJKPEBGKPEAK@Z -; public: void __cdecl CMetaEnumerator::Pop(void) __ptr64 -?Pop@CMetaEnumerator@@QEAAXXZ -; public: virtual int __cdecl CFileChooser::ProcessWindowMessage(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64,__int64 & __ptr64,unsigned long) __ptr64 -?ProcessWindowMessage@CFileChooser@@UEAAHPEAUHWND__@@I_K_JAEA_JK@Z -; public: void __cdecl CMetaEnumerator::Push(void) __ptr64 -?Push@CMetaEnumerator@@QEAAXXZ -; public: unsigned long __cdecl CIISApplication::QueryAppState(void)const __ptr64 -?QueryAppState@CIISApplication@@QEBAKXZ -; public: class CComAuthInfo * __ptr64 __cdecl CIISInterface::QueryAuthInfo(void) __ptr64 -?QueryAuthInfo@CIISInterface@@QEAAPEAVCComAuthInfo@@XZ -; public: unsigned long __cdecl CMetaKey::QueryFlags(void)const __ptr64 -?QueryFlags@CMetaKey@@QEBAKXZ -; public: unsigned short const * __ptr64 __cdecl CMetaKey::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetaKey@@QEBAPEBGXZ -; public: unsigned short const * __ptr64 __cdecl CMetabasePath::QueryMetaPath(void)const __ptr64 -?QueryMetaPath@CMetabasePath@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryPassword(void)const __ptr64 -?QueryPassword@CComAuthInfo@@QEBAPEAGXZ -; public: virtual long __cdecl CIISInterface::QueryResult(void)const __ptr64 -?QueryResult@CIISInterface@@UEBAJXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryServerName(void)const __ptr64 -?QueryServerName@CComAuthInfo@@QEBAPEAGXZ -; public: unsigned short const * __ptr64 __cdecl CIISInterface::QueryServerName(void)const __ptr64 -?QueryServerName@CIISInterface@@QEBAPEBGXZ -; public: unsigned short * __ptr64 __cdecl CComAuthInfo::QueryUserName(void)const __ptr64 -?QueryUserName@CComAuthInfo@@QEBAPEAGXZ -; public: long __cdecl CMetaKey::QueryValue(unsigned long,int & __ptr64,int * __ptr64,unsigned short const * __ptr64,unsigned long * __ptr64) __ptr64 -?QueryValue@CMetaKey@@QEAAJKAEAHPEAHPEBGPEAK@Z -; public: unsigned short const * __ptr64 __cdecl CIISApplication::QueryWamPath(void)const __ptr64 -?QueryWamPath@CIISApplication@@QEBAPEBGXZ -; public: long __cdecl CMetaKey::ReOpen(unsigned long) __ptr64 -?ReOpen@CMetaKey@@QEAAJK@Z -; public: long __cdecl CMetaKey::ReOpen(void) __ptr64 -?ReOpen@CMetaKey@@QEAAJXZ -; public: long __cdecl CIISSvcControl::Reboot(unsigned long,int) __ptr64 -?Reboot@CIISSvcControl@@QEAAJKH@Z -; public: long __cdecl CIISApplication::Recover(int) __ptr64 -?Recover@CIISApplication@@QEAAJH@Z -; public: __int64 __cdecl ATL::CWindowImplRoot::ReflectNotifications(unsigned int,unsigned __int64,__int64,int & __ptr64) __ptr64 -?ReflectNotifications@?$CWindowImplRoot@VCWindow@ATL@@@ATL@@QEAA_JI_K_JAEAH@Z -; public: void __cdecl CError::RemoveOverride(long) __ptr64 -?RemoveOverride@CError@@QEAAXJ@Z -; public: void __cdecl CFileChooser::RemoveStyle(unsigned long) __ptr64 -?RemoveStyle@CFileChooser@@QEAAXK@Z -; protected: long __cdecl CMetaInterface::RenameKey(unsigned long,unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaInterface@@IEAAJKPEBG0@Z -; public: long __cdecl CMetaKey::RenameKey(unsigned short const * __ptr64,unsigned short const * __ptr64) __ptr64 -?RenameKey@CMetaKey@@QEAAJPEBG0@Z -; public: void __cdecl CError::Reset(void) __ptr64 -?Reset@CError@@QEAAXXZ -; public: void __cdecl CMetaBack::Reset(void) __ptr64 -?Reset@CMetaBack@@QEAAXXZ -; public: void __cdecl CMetaEnumerator::Reset(unsigned long) __ptr64 -?Reset@CMetaEnumerator@@QEAAXK@Z -; protected: long __cdecl CMetaInterface::Restore(unsigned short const * __ptr64,unsigned long,unsigned long) __ptr64 -?Restore@CMetaInterface@@IEAAJPEBGKK@Z -; public: long __cdecl CMetaInterface::SaveData(void) __ptr64 -?SaveData@CMetaInterface@@QEAAJXZ -; protected: long __cdecl CMetaInterface::SetData(unsigned long,unsigned short const * __ptr64,struct _METADATA_RECORD * __ptr64) __ptr64 -?SetData@CMetaInterface@@IEAAJKPEBGPEAU_METADATA_RECORD@@@Z -; public: void __cdecl CFileChooser::SetDialogTitle(unsigned short const * __ptr64) __ptr64 -?SetDialogTitle@CFileChooser@@QEAAXPEBG@Z -; protected: long __cdecl CMetaInterface::SetLastChangeTime(unsigned long,unsigned short const * __ptr64,struct _FILETIME * __ptr64,int) __ptr64 -?SetLastChangeTime@CMetaInterface@@IEAAJKPEBGPEAU_FILETIME@@H@Z -; public: void __cdecl CError::SetLastWinError(void)const __ptr64 -?SetLastWinError@CError@@QEBAXXZ -; public: void __cdecl CFileChooser::SetOfnFlags(unsigned long) __ptr64 -?SetOfnFlags@CFileChooser@@QEAAXK@Z -; public: unsigned long __cdecl CFileChooser::SetStyle(unsigned long) __ptr64 -?SetStyle@CFileChooser@@QEAAKK@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,class IIS::CString & __ptr64,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKAEAVCString@IIS@@PEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,int,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKHPEAHPEBG@Z -; public: long __cdecl CMetaKey::SetValue(unsigned long,unsigned long,int * __ptr64,unsigned short const * __ptr64) __ptr64 -?SetValue@CMetaKey@@QEAAJKKPEAHPEBG@Z -; public: long __cdecl CIISSvcControl::Start(unsigned long) __ptr64 -?Start@CIISSvcControl@@QEAAJK@Z -; public: static __int64 __cdecl ATL::CWindowImplBaseT >::StartWindowProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?StartWindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SA_JPEAUHWND__@@I_K_J@Z -; public: long __cdecl CIISSvcControl::Status(unsigned long,unsigned char * __ptr64,unsigned long * __ptr64,unsigned long * __ptr64) __ptr64 -?Status@CIISSvcControl@@QEAAJKPEAEPEAK1@Z -; public: long __cdecl CIISSvcControl::Stop(unsigned long,int) __ptr64 -?Stop@CIISSvcControl@@QEAAJKH@Z -; public: void __cdecl CComAuthInfo::StorePassword(unsigned short const * __ptr64) __ptr64 -?StorePassword@CComAuthInfo@@QEAAXPEBG@Z -; public: int __cdecl CFileChooser::StyleBitSet(unsigned long) __ptr64 -?StyleBitSet@CFileChooser@@QEAAHK@Z -; public: int __cdecl ATL::CWindowImplBaseT >::SubclassWindow(struct HWND__ * __ptr64) __ptr64 -?SubclassWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAHPEAUHWND__@@@Z -; public: int __cdecl CError::Succeeded(void)const __ptr64 -?Succeeded@CError@@QEBAHXZ -; public: static int __cdecl CError::Succeeded(long) -?Succeeded@CError@@SAHJ@Z -; public: virtual int __cdecl CIISInterface::Succeeded(void)const __ptr64 -?Succeeded@CIISInterface@@UEBAHXZ -; public: int __cdecl CWamInterface::SupportsPooledProc(void)const __ptr64 -?SupportsPooledProc@CWamInterface@@QEBAHXZ -; public: long __cdecl CIISApplication::Unload(int) __ptr64 -?Unload@CIISApplication@@QEAAJH@Z -; public: static void __cdecl CError::UnregisterFacility(unsigned long) -?UnregisterFacility@CError@@SAXK@Z -; public: struct HWND__ * __ptr64 __cdecl ATL::CWindowImplBaseT >::UnsubclassWindow(int) __ptr64 -?UnsubclassWindow@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@QEAAPEAUHWND__@@H@Z -; public: int __cdecl CComAuthInfo::UsesImpersonation(void)const __ptr64 -?UsesImpersonation@CComAuthInfo@@QEBAHXZ -; public: unsigned long __cdecl CError::Win32Error(void)const __ptr64 -?Win32Error@CError@@QEBAKXZ -; public: static unsigned long __cdecl CError::Win32Error(long) -?Win32Error@CError@@SAKJ@Z -; public: static __int64 __cdecl ATL::CWindowImplBaseT >::WindowProc(struct HWND__ * __ptr64,unsigned int,unsigned __int64,__int64) -?WindowProc@?$CWindowImplBaseT@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@2@@ATL@@SA_JPEAUHWND__@@I_K_J@Z -; protected: struct std::list >::_Node * __ptr64 __cdecl std::list >::_Buynode(struct std::list >::_Node * __ptr64,struct std::list >::_Node * __ptr64) __ptr64 -?_Buynode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAPEAU_Node@12@PEAU312@0@Z -; protected: void __cdecl std::list >::_Freenode(struct std::list >::_Node * __ptr64) __ptr64 -?_Freenode@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXPEAU_Node@12@@Z -; protected: void __cdecl std::list >::_Splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?_Splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEAAXViterator@12@AEAV12@00@Z -; protected: void __cdecl std::list >::_Xran(void)const __ptr64 -?_Xran@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@IEBAXXZ -; public: void __cdecl std::list >::assign(class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXVconst_iterator@12@0@Z -; public: void __cdecl std::list >::assign(unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?assign@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KAEBVCString@IIS@@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::back(void) __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::back(void)const __ptr64 -?back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::list >::iterator __cdecl std::list >::begin(void) __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::begin(void)const __ptr64 -?begin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: void __cdecl std::list >::clear(void) __ptr64 -?clear@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: bool __cdecl std::list >::empty(void)const __ptr64 -?empty@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_NXZ -; public: class std::list >::iterator __cdecl std::list >::end(void) __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@XZ -; public: class std::list >::const_iterator __cdecl std::list >::end(void)const __ptr64 -?end@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AVconst_iterator@12@XZ -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator,class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@0@Z -; public: class std::list >::iterator __cdecl std::list >::erase(class std::list >::iterator) __ptr64 -?erase@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@@Z -; public: class IIS::CString & __ptr64 __cdecl std::list >::front(void) __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAAEAVCString@IIS@@XZ -; public: class IIS::CString const & __ptr64 __cdecl std::list >::front(void)const __ptr64 -?front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBAAEBVCString@IIS@@XZ -; public: class std::allocator __cdecl std::list >::get_allocator(void)const __ptr64 -?get_allocator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$allocator@VCString@IIS@@@2@XZ -; public: class std::list >::iterator __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AViterator@12@V312@AEBVCString@IIS@@@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class IIS::CString const * __ptr64,class IIS::CString const * __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@PEBVCString@IIS@@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,class std::list >::const_iterator,class std::list >::const_iterator) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@Vconst_iterator@12@1@Z -; public: void __cdecl std::list >::insert(class std::list >::iterator,unsigned __int64,class IIS::CString const & __ptr64) __ptr64 -?insert@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@_KAEBVCString@IIS@@@Z -; public: unsigned __int64 __cdecl std::list >::max_size(void)const __ptr64 -?max_size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::merge(class std::list > & __ptr64) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::merge(class std::list > & __ptr64,struct std::greater) __ptr64 -?merge@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@U?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::pop_back(void) __ptr64 -?pop_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::pop_front(void) __ptr64 -?pop_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::push_back(class IIS::CString const & __ptr64) __ptr64 -?push_back@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::push_front(class IIS::CString const & __ptr64) __ptr64 -?push_front@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rbegin(void) __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rbegin(void)const __ptr64 -?rbegin@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::remove(class IIS::CString const & __ptr64) __ptr64 -?remove@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEBVCString@IIS@@@Z -; public: void __cdecl std::list >::remove_if(class std::binder2nd >) __ptr64 -?remove_if@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXV?$binder2nd@U?$not_equal_to@VCString@IIS@@@std@@@2@@Z -; public: class std::reverse_bidirectional_iterator >::iterator,class IIS::CString,class IIS::CString & __ptr64,class IIS::CString * __ptr64,__int64> __cdecl std::list >::rend(void) __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAA?AV?$reverse_bidirectional_iterator@Viterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEAV45@PEAV45@_J@2@XZ -; public: class std::reverse_bidirectional_iterator >::const_iterator,class IIS::CString,class IIS::CString const & __ptr64,class IIS::CString const * __ptr64,__int64> __cdecl std::list >::rend(void)const __ptr64 -?rend@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA?AV?$reverse_bidirectional_iterator@Vconst_iterator@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@VCString@IIS@@AEBV45@PEBV45@_J@2@XZ -; public: void __cdecl std::list >::resize(unsigned __int64,class IIS::CString) __ptr64 -?resize@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAX_KVCString@IIS@@@Z -; public: void __cdecl std::list >::reverse(void) __ptr64 -?reverse@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: unsigned __int64 __cdecl std::list >::size(void)const __ptr64 -?size@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEBA_KXZ -; public: void __cdecl std::list >::sort(struct std::greater) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$greater@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::sort(void) __ptr64 -?sort@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@00@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64,class std::list >::iterator) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@0@Z -; public: void __cdecl std::list >::splice(class std::list >::iterator,class std::list > & __ptr64) __ptr64 -?splice@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXViterator@12@AEAV12@@Z -; public: void __cdecl std::list >::swap(class std::list > & __ptr64) __ptr64 -?swap@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXAEAV12@@Z -; public: void __cdecl std::list >::unique(struct std::not_equal_to) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXU?$not_equal_to@VCString@IIS@@@2@@Z -; public: void __cdecl std::list >::unique(void) __ptr64 -?unique@?$list@VCString@IIS@@V?$allocator@VCString@IIS@@@std@@@std@@QEAAXXZ -; struct _ATL_WNDCLASSINFOW `public: static struct _ATL_WNDCLASSINFOW & __ptr64 __cdecl ATL::CWindowImpl >::GetWndClassInfo(void)'::`2'::wc -?wc@?1??GetWndClassInfo@?$CWindowImpl@VCFileChooser@@VCWindow@ATL@@V?$CWinTraits@$0FGAAAAAA@$0A@@3@@ATL@@SAAEAU_ATL_WNDCLASSINFOW@@XZ@4U4@A DATA -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wamregps.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wamregps.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wamregps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wamregps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file WAMREGPS.DLL -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WAMREGPS.DLL -EXPORTS -GetProxyDllInfo -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wdigest.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wdigest.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wdigest.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wdigest.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file wdigest.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY wdigest.dll -EXPORTS -SpInitialize -CredentialUpdateRegister -SsiCredentialsUpdateNotify -CredentialUpdateFree -CredentialUpdateNotify -SpLsaModeInitialize -SpUserModeInitialize -SsiCredentialsUpdateFree -SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/webclnt.def mingw-w64-6.0.0/mingw-w64-crt/lib64/webclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/webclnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/webclnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file webclnt.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY webclnt.dll -EXPORTS -DavClose -DavInit -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wecapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wecapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wecapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wecapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of WecApi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WecApi.dll" -EXPORTS -pszDbgAllocMsgA -vDbgLogError -EcIsConfigRequired -EcQuickConfig -EcClose -EcDeleteSubscription -EcEnumNextSubscription -EcGetObjectArrayProperty -EcGetObjectArraySize -EcGetSubscriptionProperty -EcGetSubscriptionRunTimeStatus -EcInsertObjectArrayElement -EcOpenSubscription -EcOpenSubscriptionEnum -EcRemoveObjectArrayElement -EcRetrySubscription -EcSaveSubscription -EcSetObjectArrayProperty -EcSetSubscriptionProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wevtapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wevtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wevtapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wevtapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -; -; Definition file of wevtapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "wevtapi.dll" -EXPORTS -EvtIntSysprepCleanup -EvtSetObjectArrayProperty -EvtArchiveExportedLog -EvtCancel -EvtClearLog -EvtClose -EvtCreateBookmark -EvtCreateRenderContext -EvtExportLog -EvtFormatMessage -EvtGetChannelConfigProperty -EvtGetEventInfo -EvtGetEventMetadataProperty -EvtGetExtendedStatus -EvtGetLogInfo -EvtGetObjectArrayProperty -EvtGetObjectArraySize -EvtGetPublisherMetadataProperty -EvtGetQueryInfo -EvtIntAssertConfig -EvtIntCreateLocalLogfile -EvtIntGetClassicLogDisplayName -EvtIntRenderResourceEventTemplate -EvtIntReportAuthzEventAndSourceAsync -EvtIntReportEventAndSourceAsync -EvtIntRetractConfig -EvtIntWriteXmlEventToLocalLogfile -EvtNext -EvtNextChannelPath -EvtNextEventMetadata -EvtNextPublisherId -EvtOpenChannelConfig -EvtOpenChannelEnum -EvtOpenEventMetadataEnum -EvtOpenLog -EvtOpenPublisherEnum -EvtOpenPublisherMetadata -EvtOpenSession -EvtQuery -EvtRender -EvtSaveChannelConfig -EvtSeek -EvtSetChannelConfigProperty -EvtSubscribe -EvtUpdateBookmark diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wiashext.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wiashext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wiashext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wiashext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Exports of file wiashext.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY wiashext.dll -EXPORTS -AddDeviceWasChosen -AddDeviceWasChosenA -AddDeviceWasChosenW -MakeFullPidlForDevice -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer -DoDeleteAllItems diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/win32spl.def mingw-w64-6.0.0/mingw-w64-crt/lib64/win32spl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/win32spl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/win32spl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file WIN32SPL.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WIN32SPL.dll -EXPORTS -DllMain -InitializePrintMonitor -InitializePrintProvidor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/windowsapp.mri mingw-w64-6.0.0/mingw-w64-crt/lib64/windowsapp.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib64/windowsapp.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/windowsapp.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,66 @@ +CREATE lib64/libwindowsapp.a +ADDLIB lib64/libapi-ms-win-core-com-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-com-l2-1-1.a +ADDLIB lib64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-datetime-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-datetime-l1-1-2.a +ADDLIB lib64/libapi-ms-win-core-debug-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-delayload-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-errorhandling-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-errorhandling-l1-1-3.a +ADDLIB lib64/libapi-ms-win-core-fibers-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-fibers-l2-1-1.a +ADDLIB lib64/libapi-ms-win-core-file-ansi-l2-1-0.a +ADDLIB lib64/libapi-ms-win-core-file-l1-2-1.a +ADDLIB lib64/libapi-ms-win-core-file-l2-1-1.a +ADDLIB lib64/libapi-ms-win-core-handle-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-heap-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-interlocked-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-io-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-largeinteger-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-libraryloader-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-libraryloader-l2-1-0.a +ADDLIB lib64/libapi-ms-win-core-localization-ansi-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-localization-l1-2-1.a +ADDLIB lib64/libapi-ms-win-core-localization-l1-2-2.a +ADDLIB lib64/libapi-ms-win-core-localization-l2-1-0.a +ADDLIB lib64/libapi-ms-win-core-memory-l1-1-2.a +ADDLIB lib64/libapi-ms-win-core-memory-l1-1-3.a +ADDLIB lib64/libapi-ms-win-core-normalization-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-processenvironment-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-processthreads-l1-1-2.a +ADDLIB lib64/libapi-ms-win-core-processthreads-l1-1-3.a +ADDLIB lib64/libapi-ms-win-core-profile-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-realtime-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-realtime-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-rtlsupport-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-string-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-synch-ansi-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-synch-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-synch-l1-2-1.a +ADDLIB lib64/libapi-ms-win-core-sysinfo-l1-2-1.a +ADDLIB lib64/libapi-ms-win-core-sysinfo-l1-2-3.a +ADDLIB lib64/libapi-ms-win-core-threadpool-l1-2-0.a +ADDLIB lib64/libapi-ms-win-core-timezone-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-util-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-windowsceip-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-error-l1-1-1.a +ADDLIB lib64/libapi-ms-win-core-winrt-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-registration-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB lib64/libapi-ms-win-core-xstate-l2-1-0.a +ADDLIB lib64/libapi-ms-win-eventing-classicprovider-l1-1-0.a +ADDLIB lib64/libapi-ms-win-eventing-consumer-l1-1-0.a +ADDLIB lib64/libapi-ms-win-eventing-controller-l1-1-0.a +ADDLIB lib64/libapi-ms-win-eventing-legacy-l1-1-0.a +ADDLIB lib64/libapi-ms-win-eventing-provider-l1-1-0.a +ADDLIB lib64/libapi-ms-win-gaming-tcui-l1-1-0.a +ADDLIB lib64/libapi-ms-win-ro-typeresolution-l1-1-0.a +ADDLIB lib64/libapi-ms-win-security-cryptoapi-l1-1-0.a +ADDLIB lib64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/windowscodecs.def mingw-w64-6.0.0/mingw-w64-crt/lib64/windowscodecs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/windowscodecs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/windowscodecs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,116 +0,0 @@ -LIBRARY "WindowsCodecs.dll" -EXPORTS -IEnumString_Next_WIC_Proxy -IEnumString_Reset_WIC_Proxy -IPropertyBag2_Write_Proxy -IWICBitmapClipper_Initialize_Proxy -IWICBitmapCodecInfo_DoesSupportAnimation_Proxy -IWICBitmapCodecInfo_DoesSupportLossless_Proxy -IWICBitmapCodecInfo_DoesSupportMultiframe_Proxy -IWICBitmapCodecInfo_GetContainerFormat_Proxy -IWICBitmapCodecInfo_GetDeviceManufacturer_Proxy -IWICBitmapCodecInfo_GetDeviceModels_Proxy -IWICBitmapCodecInfo_GetFileExtensions_Proxy -IWICBitmapCodecInfo_GetMimeTypes_Proxy -IWICBitmapDecoder_CopyPalette_Proxy -IWICBitmapDecoder_GetColorContexts_Proxy -IWICBitmapDecoder_GetDecoderInfo_Proxy -IWICBitmapDecoder_GetFrameCount_Proxy -IWICBitmapDecoder_GetFrame_Proxy -IWICBitmapDecoder_GetMetadataQueryReader_Proxy -IWICBitmapDecoder_GetPreview_Proxy -IWICBitmapDecoder_GetThumbnail_Proxy -IWICBitmapEncoder_Commit_Proxy -IWICBitmapEncoder_CreateNewFrame_Proxy -IWICBitmapEncoder_GetEncoderInfo_Proxy -IWICBitmapEncoder_GetMetadataQueryWriter_Proxy -IWICBitmapEncoder_Initialize_Proxy -IWICBitmapEncoder_SetPalette_Proxy -IWICBitmapEncoder_SetThumbnail_Proxy -IWICBitmapFlipRotator_Initialize_Proxy -IWICBitmapFrameDecode_GetColorContexts_Proxy -IWICBitmapFrameDecode_GetMetadataQueryReader_Proxy -IWICBitmapFrameDecode_GetThumbnail_Proxy -IWICBitmapFrameEncode_Commit_Proxy -IWICBitmapFrameEncode_GetMetadataQueryWriter_Proxy -IWICBitmapFrameEncode_Initialize_Proxy -IWICBitmapFrameEncode_SetColorContexts_Proxy -IWICBitmapFrameEncode_SetResolution_Proxy -IWICBitmapFrameEncode_SetSize_Proxy -IWICBitmapFrameEncode_SetThumbnail_Proxy -IWICBitmapFrameEncode_WriteSource_Proxy -IWICBitmapLock_GetDataPointer_STA_Proxy -IWICBitmapLock_GetStride_Proxy -IWICBitmapScaler_Initialize_Proxy -IWICBitmapSource_CopyPalette_Proxy -IWICBitmapSource_CopyPixels_Proxy -IWICBitmapSource_GetPixelFormat_Proxy -IWICBitmapSource_GetResolution_Proxy -IWICBitmapSource_GetSize_Proxy -IWICBitmap_Lock_Proxy -IWICBitmap_SetPalette_Proxy -IWICBitmap_SetResolution_Proxy -IWICColorContext_InitializeFromMemory_Proxy -IWICComponentFactory_CreateMetadataWriterFromReader_Proxy -IWICComponentFactory_CreateQueryWriterFromBlockWriter_Proxy -IWICComponentInfo_GetAuthor_Proxy -IWICComponentInfo_GetCLSID_Proxy -IWICComponentInfo_GetFriendlyName_Proxy -IWICComponentInfo_GetSpecVersion_Proxy -IWICComponentInfo_GetVersion_Proxy -IWICFastMetadataEncoder_Commit_Proxy -IWICFastMetadataEncoder_GetMetadataQueryWriter_Proxy -IWICFormatConverter_Initialize_Proxy -IWICImagingFactory_CreateBitmapClipper_Proxy -IWICImagingFactory_CreateBitmapFlipRotator_Proxy -IWICImagingFactory_CreateBitmapFromHBITMAP_Proxy -IWICImagingFactory_CreateBitmapFromHICON_Proxy -IWICImagingFactory_CreateBitmapFromMemory_Proxy -IWICImagingFactory_CreateBitmapFromSource_Proxy -IWICImagingFactory_CreateBitmapScaler_Proxy -IWICImagingFactory_CreateBitmap_Proxy -IWICImagingFactory_CreateComponentInfo_Proxy -IWICImagingFactory_CreateDecoderFromFileHandle_Proxy -IWICImagingFactory_CreateDecoderFromFilename_Proxy -IWICImagingFactory_CreateDecoderFromStream_Proxy -IWICImagingFactory_CreateEncoder_Proxy -IWICImagingFactory_CreateFastMetadataEncoderFromDecoder_Proxy -IWICImagingFactory_CreateFastMetadataEncoderFromFrameDecode_Proxy -IWICImagingFactory_CreateFormatConverter_Proxy -IWICImagingFactory_CreatePalette_Proxy -IWICImagingFactory_CreateQueryWriterFromReader_Proxy -IWICImagingFactory_CreateQueryWriter_Proxy -IWICImagingFactory_CreateStream_Proxy -IWICMetadataBlockReader_GetCount_Proxy -IWICMetadataBlockReader_GetReaderByIndex_Proxy -IWICMetadataQueryReader_GetContainerFormat_Proxy -IWICMetadataQueryReader_GetEnumerator_Proxy -IWICMetadataQueryReader_GetLocation_Proxy -IWICMetadataQueryReader_GetMetadataByName_Proxy -IWICMetadataQueryWriter_RemoveMetadataByName_Proxy -IWICMetadataQueryWriter_SetMetadataByName_Proxy -IWICPalette_GetColorCount_Proxy -IWICPalette_GetColors_Proxy -IWICPalette_GetType_Proxy -IWICPalette_HasAlpha_Proxy -IWICPalette_InitializeCustom_Proxy -IWICPalette_InitializeFromBitmap_Proxy -IWICPalette_InitializeFromPalette_Proxy -IWICPalette_InitializePredefined_Proxy -IWICPixelFormatInfo_GetBitsPerPixel_Proxy -IWICPixelFormatInfo_GetChannelCount_Proxy -IWICPixelFormatInfo_GetChannelMask_Proxy -IWICStream_InitializeFromIStream_Proxy -IWICStream_InitializeFromMemory_Proxy -WICConvertBitmapSource -WICCreateBitmapFromSection -WICCreateBitmapFromSectionEx -WICCreateColorContext_Proxy -WICCreateImagingFactory_Proxy -WICGetMetadataContentSize -WICMapGuidToShortName -WICMapSchemaToName -WICMapShortNameToGuid -WICMatchMetadataContent -WICSerializeMetadataContent -WICSetEncoderFormat_Proxy diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winhttp.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winhttp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winhttp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winhttp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -; -; Definition file of WINHTTP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WINHTTP.dll" -EXPORTS -Private1 -SvchostPushServiceGlobals -WinHttpAddRequestHeaders -WinHttpAutoProxySvcMain -WinHttpCheckPlatform -WinHttpCloseHandle -WinHttpConnect -WinHttpCrackUrl -WinHttpCreateUrl -WinHttpDetectAutoProxyConfigUrl -WinHttpGetDefaultProxyConfiguration -WinHttpGetIEProxyConfigForCurrentUser -WinHttpGetProxyForUrl -WinHttpOpen -WinHttpOpenRequest -WinHttpQueryAuthSchemes -WinHttpQueryDataAvailable -WinHttpQueryHeaders -WinHttpQueryOption -WinHttpReadData -WinHttpReceiveResponse -WinHttpSendRequest -WinHttpSetCredentials -WinHttpSetDefaultProxyConfiguration -WinHttpSetOption -WinHttpSetStatusCallback -WinHttpSetTimeouts -WinHttpTimeFromSystemTime -WinHttpTimeToSystemTime -WinHttpWriteData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wininet.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wininet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wininet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wininet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,233 +0,0 @@ -; -; Exports of file WININET.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WININET.dll -EXPORTS -CommitUrlCacheEntryA -CommitUrlCacheEntryW -CreateMD5SSOHash -CreateUrlCacheContainerA -CreateUrlCacheContainerW -CreateUrlCacheEntryA -CreateUrlCacheEntryW -CreateUrlCacheGroup -DeleteIE3Cache -DeleteUrlCacheContainerA -DeleteUrlCacheContainerW -DeleteUrlCacheEntry -DeleteUrlCacheEntryA -DeleteUrlCacheEntryW -DeleteUrlCacheGroup -DetectAutoProxyUrl -DllInstall -FindCloseUrlCache -FindFirstUrlCacheContainerA -FindFirstUrlCacheContainerW -FindFirstUrlCacheEntryA -FindFirstUrlCacheEntryExA -FindFirstUrlCacheEntryExW -FindFirstUrlCacheEntryW -FindFirstUrlCacheGroup -FindNextUrlCacheContainerA -FindNextUrlCacheContainerW -FindNextUrlCacheEntryA -FindNextUrlCacheEntryExA -FindNextUrlCacheEntryExW -FindNextUrlCacheEntryW -FindNextUrlCacheGroup -ForceNexusLookup -ForceNexusLookupExW -FreeUrlCacheSpaceA -FreeUrlCacheSpaceW -FtpCommandA -FtpCommandW -FtpCreateDirectoryA -FtpCreateDirectoryW -FtpDeleteFileA -FtpDeleteFileW -FtpFindFirstFileA -FtpFindFirstFileW -FtpGetCurrentDirectoryA -FtpGetCurrentDirectoryW -FtpGetFileA -FtpGetFileEx -FtpGetFileSize -FtpGetFileW -FtpOpenFileA -FtpOpenFileW -FtpPutFileA -FtpPutFileEx -FtpPutFileW -FtpRemoveDirectoryA -FtpRemoveDirectoryW -FtpRenameFileA -FtpRenameFileW -FtpSetCurrentDirectoryA -FtpSetCurrentDirectoryW -GetUrlCacheConfigInfoA -GetUrlCacheConfigInfoW -GetUrlCacheEntryInfoA -GetUrlCacheEntryInfoExA -GetUrlCacheEntryInfoExW -GetUrlCacheEntryInfoW -GetUrlCacheGroupAttributeA -GetUrlCacheGroupAttributeW -GetUrlCacheHeaderData -GopherCreateLocatorA -GopherCreateLocatorW -GopherFindFirstFileA -GopherFindFirstFileW -GopherGetAttributeA -GopherGetAttributeW -GopherGetLocatorTypeA -GopherGetLocatorTypeW -GopherOpenFileA -GopherOpenFileW -HttpAddRequestHeadersA -HttpAddRequestHeadersW -HttpCheckDavCompliance -HttpEndRequestA -HttpEndRequestW -HttpOpenRequestA -HttpOpenRequestW -HttpQueryInfoA -HttpQueryInfoW -HttpSendRequestA -HttpSendRequestExA -HttpSendRequestExW -HttpSendRequestW -IncrementUrlCacheHeaderData -InternetAlgIdToStringA -InternetAlgIdToStringW -InternetAttemptConnect -InternetAutodial -InternetAutodialCallback -InternetAutodialHangup -InternetCanonicalizeUrlA -InternetCanonicalizeUrlW -InternetCheckConnectionA -InternetCheckConnectionW -InternetClearAllPerSiteCookieDecisions -InternetCloseHandle -InternetCombineUrlA -InternetCombineUrlW -InternetConfirmZoneCrossing -InternetConfirmZoneCrossingA -InternetConfirmZoneCrossingW -InternetConnectA -InternetConnectW -InternetCrackUrlA -InternetCrackUrlW -InternetCreateUrlA -InternetCreateUrlW -InternetDial -InternetDialA -InternetDialW -InternetEnumPerSiteCookieDecisionA -InternetEnumPerSiteCookieDecisionW -InternetErrorDlg -InternetFindNextFileA -InternetFindNextFileW -InternetFortezzaCommand -InternetGetCertByURL -InternetGetCertByURLA -InternetGetConnectedState -InternetGetConnectedStateEx -InternetGetConnectedStateExA -InternetGetConnectedStateExW -InternetGetCookieA -InternetGetCookieExA -InternetGetCookieExW -InternetGetCookieW -InternetGetLastResponseInfoA -InternetGetLastResponseInfoW -InternetGetPerSiteCookieDecisionA -InternetGetPerSiteCookieDecisionW -InternetGoOnline -InternetGoOnlineA -InternetGoOnlineW -InternetHangUp -InternetInitializeAutoProxyDll -InternetLockRequestFile -InternetOpenA -InternetOpenUrlA -InternetOpenUrlW -InternetOpenW -InternetQueryDataAvailable -InternetQueryFortezzaStatus -InternetQueryOptionA -InternetQueryOptionW -InternetReadFile -InternetReadFileExA -InternetReadFileExW -InternetSecurityProtocolToStringA -InternetSecurityProtocolToStringW -InternetSetCookieA -InternetSetCookieExA -InternetSetCookieExW -InternetSetCookieW -InternetSetDialState -InternetSetDialStateA -InternetSetDialStateW -InternetSetFilePointer -InternetSetOptionA -InternetSetOptionExA -InternetSetOptionExW -InternetSetOptionW -InternetSetPerSiteCookieDecisionA -InternetSetPerSiteCookieDecisionW -InternetSetStatusCallback -InternetSetStatusCallbackA -InternetSetStatusCallbackW -InternetShowSecurityInfoByURL -InternetShowSecurityInfoByURLA -InternetShowSecurityInfoByURLW -InternetTimeFromSystemTime -InternetTimeFromSystemTimeA -InternetTimeFromSystemTimeW -InternetTimeToSystemTime -InternetTimeToSystemTimeA -InternetTimeToSystemTimeW -InternetUnlockRequestFile -InternetWriteFile -InternetWriteFileExA -InternetWriteFileExW -IsHostInProxyBypassList -IsUrlCacheEntryExpiredA -IsUrlCacheEntryExpiredW -LoadUrlCacheContent -ParseX509EncodedCertificateForListBoxEntry -PrivacyGetZonePreferenceW -PrivacySetZonePreferenceW -ReadUrlCacheEntryStream -RegisterUrlCacheNotification -ResumeSuspendedDownload -RetrieveUrlCacheEntryFileA -RetrieveUrlCacheEntryFileW -RetrieveUrlCacheEntryStreamA -RetrieveUrlCacheEntryStreamW -RunOnceUrlCache -SetUrlCacheConfigInfoA -SetUrlCacheConfigInfoW -SetUrlCacheEntryGroup -SetUrlCacheEntryGroupA -SetUrlCacheEntryGroupW -SetUrlCacheEntryInfoA -SetUrlCacheEntryInfoW -SetUrlCacheGroupAttributeA -SetUrlCacheGroupAttributeW -SetUrlCacheHeaderData -ShowCertificate -ShowClientAuthCerts -ShowSecurityInfo -ShowX509EncodedCertificate -UnlockUrlCacheEntryFile -UnlockUrlCacheEntryFileA -UnlockUrlCacheEntryFileW -UnlockUrlCacheEntryStream -UpdateUrlCacheContentPath -UrlZonesDetach -_GetFileExtensionFromUrl diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winmm.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winmm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winmm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winmm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,205 +0,0 @@ -; -; Exports of file WINMM.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WINMM.dll -EXPORTS -CloseDriver -DefDriverProc -DriverCallback -DrvGetModuleHandle -GetDriverModuleHandle -MigrateAllDrivers -MigrateSoundEvents -OpenDriver -PlaySound -PlaySoundA -PlaySoundW -SendDriverMessage -WOWAppExit -WinmmLogoff -WinmmLogon -auxGetDevCapsA -auxGetDevCapsW -auxGetNumDevs -auxGetVolume -auxOutMessage -auxSetVolume -gfxAddGfx -gfxBatchChange -gfxCreateGfxFactoriesList -gfxCreateZoneFactoriesList -gfxDestroyDeviceInterfaceList -gfxEnumerateGfxs -gfxLogoff -gfxLogon -gfxModifyGfx -gfxOpenGfx -gfxRemoveGfx -joyConfigChanged -joyGetDevCapsA -joyGetDevCapsW -joyGetNumDevs -joyGetPos -joyGetPosEx -joyGetThreshold -joyReleaseCapture -joySetCapture -joySetThreshold -mciDriverNotify -mciDriverYield -mciExecute -mciFreeCommandResource -mciGetCreatorTask -mciGetDeviceIDA -mciGetDeviceIDFromElementIDA -mciGetDeviceIDFromElementIDW -mciGetDeviceIDW -mciGetDriverData -mciGetErrorStringA -mciGetErrorStringW -mciGetYieldProc -mciLoadCommandResource -mciSendCommandA -mciSendCommandW -mciSendStringA -mciSendStringW -mciSetDriverData -mciSetYieldProc -midiConnect -midiDisconnect -midiInAddBuffer -midiInClose -midiInGetDevCapsA -midiInGetDevCapsW -midiInGetErrorTextA -midiInGetErrorTextW -midiInGetID -midiInGetNumDevs -midiInMessage -midiInOpen -midiInPrepareHeader -midiInReset -midiInStart -midiInStop -midiInUnprepareHeader -midiOutCacheDrumPatches -midiOutCachePatches -midiOutClose -midiOutGetDevCapsA -midiOutGetDevCapsW -midiOutGetErrorTextA -midiOutGetErrorTextW -midiOutGetID -midiOutGetNumDevs -midiOutGetVolume -midiOutLongMsg -midiOutMessage -midiOutOpen -midiOutPrepareHeader -midiOutReset -midiOutSetVolume -midiOutShortMsg -midiOutUnprepareHeader -midiStreamClose -midiStreamOpen -midiStreamOut -midiStreamPause -midiStreamPosition -midiStreamProperty -midiStreamRestart -midiStreamStop -mixerClose -mixerGetControlDetailsA -mixerGetControlDetailsW -mixerGetDevCapsA -mixerGetDevCapsW -mixerGetID -mixerGetLineControlsA -mixerGetLineControlsW -mixerGetLineInfoA -mixerGetLineInfoW -mixerGetNumDevs -mixerMessage -mixerOpen -mixerSetControlDetails -mmDrvInstall -mmGetCurrentTask -mmTaskBlock -mmTaskCreate -mmTaskSignal -mmTaskYield -mmioAdvance -mmioAscend -mmioClose -mmioCreateChunk -mmioDescend -mmioFlush -mmioGetInfo -mmioInstallIOProcA -mmioInstallIOProcW -mmioOpenA -mmioOpenW -mmioRead -mmioRenameA -mmioRenameW -mmioSeek -mmioSendMessage -mmioSetBuffer -mmioSetInfo -mmioStringToFOURCCA -mmioStringToFOURCCW -mmioWrite -mmsystemGetVersion -sndPlaySoundA -sndPlaySoundW -timeBeginPeriod -timeEndPeriod -timeGetDevCaps -timeGetSystemTime -timeGetTime -timeKillEvent -timeSetEvent -waveInAddBuffer -waveInClose -waveInGetDevCapsA -waveInGetDevCapsW -waveInGetErrorTextA -waveInGetErrorTextW -waveInGetID -waveInGetNumDevs -waveInGetPosition -waveInMessage -waveInOpen -waveInPrepareHeader -waveInReset -waveInStart -waveInStop -waveInUnprepareHeader -waveOutBreakLoop -waveOutClose -waveOutGetDevCapsA -waveOutGetDevCapsW -waveOutGetErrorTextA -waveOutGetErrorTextW -waveOutGetID -waveOutGetNumDevs -waveOutGetPitch -waveOutGetPlaybackRate -waveOutGetPosition -waveOutGetVolume -waveOutMessage -waveOutOpen -waveOutPause -waveOutPrepareHeader -waveOutReset -waveOutRestart -waveOutSetPitch -waveOutSetPlaybackRate -waveOutSetVolume -waveOutUnprepareHeader -waveOutWrite -winmmDbgOut -winmmSetDebugLevel diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winrnr.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winrnr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winrnr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winrnr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Exports of file WINRNR.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WINRNR.dll -EXPORTS -InstallNTDSProvider -NSPStartup -RemoveNTDSProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winscard.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winscard.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winscard.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winscard.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ -; -; Definition file of WinSCard.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WinSCard.dll" -EXPORTS -ClassInstall32 -SCardAccessNewReaderEvent -SCardReleaseAllEvents -SCardReleaseNewReaderEvent -SCardAccessStartedEvent -SCardAddReaderToGroupA -SCardAddReaderToGroupW -SCardBeginTransaction -SCardCancel -SCardConnectA -SCardConnectW -SCardControl -SCardDisconnect -SCardEndTransaction -SCardEstablishContext -SCardForgetCardTypeA -SCardForgetCardTypeW -SCardForgetReaderA -SCardForgetReaderGroupA -SCardForgetReaderGroupW -SCardForgetReaderW -SCardFreeMemory -SCardGetAttrib -SCardGetCardTypeProviderNameA -SCardGetCardTypeProviderNameW -SCardGetProviderIdA -SCardGetProviderIdW -SCardGetStatusChangeA -SCardGetStatusChangeW -SCardGetTransmitCount -SCardIntroduceCardTypeA -SCardIntroduceCardTypeW -SCardIntroduceReaderA -SCardIntroduceReaderGroupA -SCardIntroduceReaderGroupW -SCardIntroduceReaderW -SCardIsValidContext -SCardListCardsA -SCardListCardsW -SCardListInterfacesA -SCardListInterfacesW -SCardListReaderGroupsA -SCardListReaderGroupsW -SCardListReadersA -SCardListReadersW -SCardLocateCardsA -SCardLocateCardsByATRA -SCardLocateCardsByATRW -SCardLocateCardsW -SCardReadCacheA -SCardReadCacheW -SCardReconnect -SCardReleaseContext -SCardReleaseStartedEvent -SCardRemoveReaderFromGroupA -SCardRemoveReaderFromGroupW -SCardSetAttrib -SCardSetCardTypeProviderNameA -SCardSetCardTypeProviderNameW -SCardState -SCardStatusA -SCardStatusW -SCardTransmit -SCardWriteCacheA -SCardWriteCacheW -g_rgSCardRawPci DATA -g_rgSCardT0Pci DATA -g_rgSCardT1Pci DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winspool.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winspool.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winspool.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winspool.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,179 +0,0 @@ -; -; Exports of file WINSPOOL.DRV -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WINSPOOL.DRV -EXPORTS -PerfClose -PerfCollect -PerfOpen -ADVANCEDSETUPDIALOG -AbortPrinter -AddFormA -AddFormW -AddJobA -AddJobW -AddMonitorA -AddMonitorW -AddPortA -AddPortExA -AddPortExW -AddPortW -AddPrintProcessorA -AddPrintProcessorW -AddPrintProvidorA -AddPrintProvidorW -AddPrinterA -AddPrinterConnection2A -AddPrinterConnection2W -AddPrinterConnectionA -AddPrinterConnectionW -AddPrinterDriverA -AddPrinterDriverExA -AddPrinterDriverExW -AddPrinterDriverW -AddPrinterW -AdvancedDocumentPropertiesA -AdvancedDocumentPropertiesW -AdvancedSetupDialog -ClosePrinter -CloseSpoolFileHandle -CommitSpoolData -ConfigurePortA -ConfigurePortW -ConnectToPrinterDlg -ConvertAnsiDevModeToUnicodeDevmode -ConvertUnicodeDevModeToAnsiDevmode -CreatePrinterIC -DEVICECAPABILITIES -DEVICEMODE -DeleteFormA -DeleteFormW -DeleteMonitorA -DeleteMonitorW -DeletePortA -DeletePortW -DeletePrintProcessorA -DeletePrintProcessorW -DeletePrintProvidorA -DeletePrintProvidorW -DeletePrinter -DeletePrinterConnectionA -DeletePrinterConnectionW -DeletePrinterDataA -DeletePrinterDataExA -DeletePrinterDataExW -DeletePrinterDataW -DeletePrinterDriverA -DeletePrinterDriverExA -DeletePrinterDriverExW -DeletePrinterDriverW -DeletePrinterIC -DeletePrinterKeyA -DeletePrinterKeyW -DevQueryPrint -DevQueryPrintEx -DeviceCapabilities -DeviceCapabilitiesA -DeviceCapabilitiesW -DeviceMode -DevicePropertySheets -DocumentEvent -DocumentPropertiesA -DocumentPropertiesW -DocumentPropertySheets -EXTDEVICEMODE -EndDocPrinter -EndPagePrinter -EnumFormsA -EnumFormsW -EnumJobsA -EnumJobsW -EnumMonitorsA -EnumMonitorsW -EnumPortsA -EnumPortsW -EnumPrintProcessorDatatypesA -EnumPrintProcessorDatatypesW -EnumPrintProcessorsA -EnumPrintProcessorsW -EnumPrinterDataA -EnumPrinterDataExA -EnumPrinterDataExW -EnumPrinterDataW -EnumPrinterDriversA -EnumPrinterDriversW -GetDefaultPrinterA -SetDefaultPrinterA -GetDefaultPrinterW -SetDefaultPrinterW -EnumPrinterKeyA -EnumPrinterKeyW -EnumPrintersA -EnumPrintersW -ExtDeviceMode -FindClosePrinterChangeNotification -FindFirstPrinterChangeNotification -FindNextPrinterChangeNotification -FlushPrinter -FreePrinterNotifyInfo -GetFormA -GetFormW -GetJobA -GetJobW -GetPrintProcessorDirectoryA -GetPrintProcessorDirectoryW -GetPrinterA -GetPrinterDataA -GetPrinterDataExA -GetPrinterDataExW -GetPrinterDataW -GetPrinterDriverA -GetPrinterDriverDirectoryA -GetPrinterDriverDirectoryW -GetPrinterDriverW -GetPrinterW -GetSpoolFileHandle -IsValidDevmodeA -IsValidDevmodeW -OpenPrinterA -OpenPrinterW -PlayGdiScriptOnPrinterIC -PrinterMessageBoxA -PrinterMessageBoxW -PrinterProperties -QueryColorProfile -QueryRemoteFonts -QuerySpoolMode -ReadPrinter -ResetPrinterA -ResetPrinterW -ScheduleJob -SeekPrinter -SetAllocFailCount -SetFormA -SetFormW -SetJobA -SetJobW -SetPortA -SetPortW -SetPrinterA -SetPrinterDataA -SetPrinterDataExA -SetPrinterDataExW -SetPrinterDataW -SetPrinterW -SplDriverUnloadComplete -SpoolerDevQueryPrintW -SpoolerInit -SpoolerPrinterEvent -StartDocDlgA -StartDocDlgW -StartDocPrinterA -StartDocPrinterW -StartPagePrinter -WaitForPrinterChange -WritePrinter -XcvDataW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winsrv.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file winsrv.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY winsrv.dll -EXPORTS -ConServerDllInitialization -UserServerDllInitialization -_UserSoundSentry -_UserTestTokenForInteractive diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/winusb.def mingw-w64-6.0.0/mingw-w64-crt/lib64/winusb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/winusb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/winusb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of WINUSB.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WINUSB.DLL" -EXPORTS -WinUsb_AbortPipe -WinUsb_ControlTransfer -WinUsb_FlushPipe -WinUsb_Free -WinUsb_GetAssociatedInterface -WinUsb_GetCurrentAlternateSetting -WinUsb_GetDescriptor -WinUsb_GetOverlappedResult -WinUsb_GetPipePolicy -WinUsb_GetPowerPolicy -WinUsb_Initialize -WinUsb_ParseConfigurationDescriptor -WinUsb_ParseDescriptors -WinUsb_QueryDeviceInformation -WinUsb_QueryInterfaceSettings -WinUsb_QueryPipe -WinUsb_ReadPipe -WinUsb_ResetPipe -WinUsb_SetCurrentAlternateSetting -WinUsb_SetPipePolicy -WinUsb_SetPowerPolicy -WinUsb_WritePipe diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wkscli.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wkscli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wkscli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wkscli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of wkscli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "wkscli.dll" -EXPORTS -NetAddAlternateComputerName -NetEnumerateComputerNames -NetGetJoinInformation -NetGetJoinableOUs -NetJoinDomain -NetRemoveAlternateComputerName -NetRenameMachineInDomain -NetSetPrimaryComputerName -NetUnjoinDomain -NetUseAdd -NetUseDel -NetUseEnum -NetUseGetInfo -NetValidateName -NetWkstaGetInfo -NetWkstaSetInfo -NetWkstaStatisticsGet -NetWkstaTransportAdd -NetWkstaTransportDel -NetWkstaTransportEnum -NetWkstaUserEnum -NetWkstaUserGetInfo -NetWkstaUserSetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wkssvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wkssvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wkssvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wkssvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file wkssvc.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY wkssvc.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanapi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -; -; Definition file of Wlanapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "Wlanapi.dll" -EXPORTS -WlanAllocateMemory -WlanCloseHandle -WlanConnect -WlanDeleteProfile -WlanDisconnect -WlanEnumInterfaces -WlanExtractPsdIEDataList -WlanFreeMemory -WlanGetAvailableNetworkList -WlanGetFilterList -WlanGetInterfaceCapability -WlanGetNetworkBssList -WlanGetProfile -WlanGetProfileCustomUserData -WlanGetProfileList -WlanGetSecuritySettings -WlanIhvControl -WlanOpenHandle -WlanQueryAutoConfigParameter -WlanQueryInterface -WlanReasonCodeToString -WlanRegisterNotification -WlanRenameProfile -WlanSaveTemporaryProfile -WlanScan -WlanSetAutoConfigParameter -WlanSetFilterList -WlanSetInterface -WlanSetProfile -WlanSetProfileCustomUserData -WlanSetProfileEapUserData -WlanSetProfileEapXmlUserData -WlanSetProfileList -WlanSetProfilePosition -WlanSetPsdIEDataList -WlanSetSecuritySettings diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanui.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of wlanui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "wlanui.dll" -EXPORTS -WLInvokeProfileUI -WLInvokeProfileUIFromXMLFile -DllGetClassObject -WLFreeProfile -WLFreeProfileXml -WlanUIEditProfile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanutil.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wlanutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wlanutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of wlanutil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "wlanutil.dll" -EXPORTS -WlanIsActiveConsoleUser -WlanSsidToDisplayName -WlanStringToSsid diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wldap32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wldap32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wldap32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wldap32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,253 +0,0 @@ -; -; Exports of file WLDAP32.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WLDAP32.dll -EXPORTS -ldap_abandon -ldap_add -ldap_get_optionW -ldap_unbind -ldap_set_optionW -LdapGetLastError -cldap_open -LdapMapErrorToWin32 -ldap_compare -ldap_delete -ldap_result2error -ldap_err2string -ldap_modify -ldap_modrdn -ldap_open -ldap_first_entry -ldap_next_entry -cldap_openW -LdapUTF8ToUnicode -ldap_get_dn -ldap_dn2ufn -ldap_first_attribute -ldap_next_attribute -ldap_get_values -ldap_get_values_len -ldap_count_entries -ldap_count_values -ldap_value_free -ldap_explode_dn -ldap_result -ldap_msgfree -ldap_addW -ldap_search -ldap_add_s -ldap_bind_s -ldap_unbind_s -ldap_delete_s -ldap_modify_s -ldap_modrdn_s -ldap_search_s -ldap_search_st -ldap_compare_s -LdapUnicodeToUTF8 -ber_bvfree -cldap_openA -ldap_addA -ldap_add_ext -ldap_add_extA -ldap_simple_bind -ldap_simple_bind_s -ldap_bind -ldap_add_extW -ldap_add_ext_s -ldap_add_ext_sA -ldap_add_ext_sW -ldap_add_sA -ldap_modrdn2 -ldap_modrdn2_s -ldap_add_sW -ldap_bindA -ldap_bindW -ldap_bind_sA -ldap_bind_sW -ldap_close_extended_op -ldap_compareA -ldap_compareW -ldap_count_values_len -ldap_compare_ext -ldap_value_free_len -ldap_compare_extA -ldap_compare_extW -ldap_perror -ldap_compare_ext_s -ldap_compare_ext_sA -ldap_compare_ext_sW -ldap_compare_sA -ldap_compare_sW -ldap_connect -ldap_control_free -ldap_control_freeA -ldap_control_freeW -ldap_controls_free -ldap_controls_freeA -ldap_controls_freeW -ldap_count_references -ldap_count_valuesA -ldap_count_valuesW -ldap_create_page_control -ldap_create_page_controlA -ldap_create_page_controlW -ldap_create_sort_control -ldap_create_sort_controlA -ldap_create_sort_controlW -ldap_deleteA -ldap_deleteW -ldap_delete_ext -ldap_delete_extA -ldap_delete_extW -ldap_delete_ext_s -ldap_delete_ext_sA -ldap_delete_ext_sW -ldap_delete_sA -ldap_delete_sW -ldap_dn2ufnW -ldap_encode_sort_controlA -ldap_encode_sort_controlW -ldap_err2stringA -ldap_err2stringW -ldap_escape_filter_elementA -ldap_escape_filter_elementW -ldap_explode_dnA -ldap_explode_dnW -ldap_extended_operation -ldap_extended_operationA -ldap_extended_operationW -ldap_first_attributeA -ldap_first_attributeW -ldap_first_reference -ldap_free_controls -ldap_free_controlsA -ldap_free_controlsW -ldap_get_dnA -ldap_get_dnW -ldap_get_next_page -ldap_get_next_page_s -ldap_get_option -ldap_get_optionA -ldap_get_paged_count -ldap_get_valuesA -ldap_get_valuesW -ldap_get_values_lenA -ldap_get_values_lenW -ldap_init -ldap_initA -ldap_initW -ldap_memfreeA -ldap_memfreeW -ldap_modifyA -ldap_modifyW -ldap_modify_ext -ldap_modify_extA -ldap_modify_extW -ldap_modify_ext_s -ldap_modify_ext_sA -ldap_modify_ext_sW -ldap_modify_sA -ldap_modify_sW -ldap_modrdn2A -ldap_modrdn2W -ldap_modrdn2_sA -ldap_modrdn2_sW -ldap_modrdnA -ldap_modrdnW -ldap_modrdn_sA -ldap_modrdn_sW -ldap_next_attributeA -ldap_next_attributeW -ldap_next_reference -ldap_openA -ldap_openW -ldap_parse_page_control -ldap_parse_page_controlA -ldap_parse_page_controlW -ldap_parse_reference -ldap_parse_referenceA -ldap_parse_referenceW -ldap_parse_result -ldap_parse_resultA -ldap_parse_resultW -ldap_parse_sort_control -ldap_parse_sort_controlA -ldap_parse_sort_controlW -ldap_rename_ext -ldap_rename_extA -ldap_rename_extW -ldap_rename_ext_s -ldap_rename_ext_sA -ldap_rename_ext_sW -ldap_searchA -ldap_searchW -ldap_search_abandon_page -ldap_search_ext -ldap_search_extA -ldap_search_extW -ldap_search_ext_s -ldap_search_ext_sA -ldap_escape_filter_element -ldap_set_dbg_flags -ldap_set_dbg_routine -ldap_memfree -ldap_startup -ldap_cleanup -ldap_search_ext_sW -ldap_search_init_page -ldap_search_init_pageA -ldap_search_init_pageW -ldap_search_sA -ldap_search_sW -ldap_search_stA -ldap_search_stW -ldap_set_option -ldap_set_optionA -ldap_simple_bindA -ldap_simple_bindW -ldap_simple_bind_sA -ldap_simple_bind_sW -ldap_sslinit -ldap_sslinitA -ldap_sslinitW -ldap_ufn2dn -ldap_ufn2dnA -ldap_ufn2dnW -ldap_value_freeA -ldap_value_freeW -ldap_check_filterA -ldap_check_filterW -ldap_dn2ufnA -ber_init -ber_free -ber_bvecfree -ber_bvdup -ber_alloc_t -ber_skip_tag -ber_peek_tag -ber_first_element -ber_next_element -ber_flatten -ber_printf -ber_scanf -ldap_conn_from_msg -ldap_sasl_bindW -ldap_sasl_bind_sW -ldap_sasl_bindA -ldap_sasl_bind_sA -ldap_parse_extended_resultW -ldap_parse_extended_resultA -ldap_create_vlv_controlW -ldap_create_vlv_controlA -ldap_parse_vlv_controlW -ldap_parse_vlv_controlA -ldap_start_tls_sW -ldap_start_tls_sA -ldap_stop_tls_s -ldap_extended_operation_sW -ldap_extended_operation_sA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wmi.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -; -; Exports of file WMI.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WMI.dll -EXPORTS -CloseTrace -ControlTraceA -ControlTraceW -CreateTraceInstanceId -EnableTrace -GetTraceEnableFlags -GetTraceEnableLevel -GetTraceLoggerHandle -OpenTraceA -OpenTraceW -ProcessTrace -QueryAllTracesA -QueryAllTracesW -RegisterTraceGuidsA -RegisterTraceGuidsW -RemoveTraceCallback -SetTraceCallback -StartTraceA -StartTraceW -TraceEvent -TraceEventInstance -UnregisterTraceGuids -WmiCloseBlock -WmiDevInstToInstanceNameA -WmiDevInstToInstanceNameW -WmiEnumerateGuids -WmiExecuteMethodA -WmiExecuteMethodW -WmiFileHandleToInstanceNameA -WmiFileHandleToInstanceNameW -WmiFreeBuffer -WmiMofEnumerateResourcesA -WmiMofEnumerateResourcesW -WmiNotificationRegistrationA -WmiNotificationRegistrationW -WmiOpenBlock -WmiQueryAllDataA -WmiQueryAllDataW -WmiQueryGuidInformation -WmiQuerySingleInstanceA -WmiQuerySingleInstanceW -WmiSetSingleInstanceA -WmiSetSingleInstanceW -WmiSetSingleItemA -WmiSetSingleItemW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wmiprop.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wmiprop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wmiprop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wmiprop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Exports of file WmiProp.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WmiProp.dll -EXPORTS -WmiPropCoInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wpd_ci.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wpd_ci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wpd_ci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wpd_ci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Exports of file wpd_ci.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY wpd_ci.dll -EXPORTS -DoCmd -MigrateMTPDevicesInstalledAsMSC -RescanBus -WpdClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ws2_32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ws2_32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ws2_32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ws2_32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,189 +0,0 @@ -; -; Definition file of WS2_32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WS2_32.dll" -EXPORTS -accept -bind -closesocket -connect -getpeername -getsockname -getsockopt -htonl -htons -ioctlsocket -inet_addr -inet_ntoa -listen -ntohl -ntohs -recv -recvfrom -select -send -sendto -setsockopt -shutdown -socket -WSApSetPostRoutine -FreeAddrInfoEx -FreeAddrInfoExW -FreeAddrInfoW -GetAddrInfoExA -GetAddrInfoExW -GetAddrInfoW -GetNameInfoW -InetNtopW -InetPtonW -SetAddrInfoExA -SetAddrInfoExW -WPUCompleteOverlappedRequest -WSAAccept -WSAAddressToStringA -WSAAddressToStringW -WSAAdvertiseProvider -WSACloseEvent -WSAConnect -WSAConnectByList -WSAConnectByNameA -WSAConnectByNameW -WSACreateEvent -WSADuplicateSocketA -WSADuplicateSocketW -WSAEnumNameSpaceProvidersA -WSAEnumNameSpaceProvidersExA -gethostbyaddr -gethostbyname -getprotobyname -getprotobynumber -getservbyname -getservbyport -gethostname -WSAEnumNameSpaceProvidersExW -WSAEnumNameSpaceProvidersW -WSAEnumNetworkEvents -WSAEnumProtocolsA -WSAEnumProtocolsW -WSAEventSelect -WSAGetOverlappedResult -WSAGetQOSByName -WSAGetServiceClassInfoA -WSAGetServiceClassInfoW -WSAGetServiceClassNameByClassIdA -WSAGetServiceClassNameByClassIdW -WSAHtonl -WSAHtons -WSAInstallServiceClassA -WSAInstallServiceClassW -WSAIoctl -WSAJoinLeaf -WSALookupServiceBeginA -WSALookupServiceBeginW -WSALookupServiceEnd -WSALookupServiceNextA -WSALookupServiceNextW -WSANSPIoctl -WSANtohl -WSANtohs -WSAPoll -WSAProviderCompleteAsyncCall -WSAProviderConfigChange -WSARecv -WSARecvDisconnect -WSARecvFrom -WSARemoveServiceClass -WSAResetEvent -WSASend -WSASendDisconnect -WSASendMsg -WSASendTo -WSASetEvent -WSASetServiceA -WSASetServiceW -WSASocketA -WSASocketW -WSAAsyncSelect -WSAAsyncGetHostByAddr -WSAAsyncGetHostByName -WSAAsyncGetProtoByNumber -WSAAsyncGetProtoByName -WSAAsyncGetServByPort -WSAAsyncGetServByName -WSACancelAsyncRequest -WSASetBlockingHook -WSAUnhookBlockingHook -WSAGetLastError -WSASetLastError -WSACancelBlockingCall -WSAIsBlocking -WSAStartup -WSACleanup -WSAStringToAddressA -WSAStringToAddressW -WSAUnadvertiseProvider -WSAWaitForMultipleEvents -WSCDeinstallProvider -WSCDeinstallProvider32 -WSCEnableNSProvider -WSCEnableNSProvider32 -WSCEnumNameSpaceProviders32 -WSCEnumNameSpaceProvidersEx32 -WSCEnumProtocols -WSCEnumProtocols32 -WSCGetApplicationCategory -WSCGetProviderInfo -WSCGetProviderInfo32 -WSCGetProviderPath -WSCGetProviderPath32 -WSCInstallNameSpace -WSCInstallNameSpace32 -WSCInstallNameSpaceEx -WSCInstallNameSpaceEx32 -WSCInstallProvider -WSCInstallProvider64_32 -WSCInstallProviderAndChains64_32 -WSCSetApplicationCategory -WSCSetProviderInfo -WSCSetProviderInfo32 -WSCUnInstallNameSpace -WSCUnInstallNameSpace32 -WSCUpdateProvider -WSCUpdateProvider32 -WSCWriteNameSpaceOrder -WSCWriteNameSpaceOrder32 -WSCWriteProviderOrder -__WSAFDIsSet -WSCWriteProviderOrder32 -WahCloseApcHelper -WahCloseHandleHelper -WahCloseNotificationHandleHelper -WahCloseSocketHandle -WahCloseThread -WahCompleteRequest -WahCreateHandleContextTable -WahCreateNotificationHandle -WahCreateSocketHandle -WahDestroyHandleContextTable -WahDisableNonIFSHandleSupport -WahEnableNonIFSHandleSupport -WahEnumerateHandleContexts -WahInsertHandleContext -WahNotifyAllProcesses -WahOpenApcHelper -WahOpenCurrentThread -WahOpenHandleHelper -WahOpenNotificationHandleHelper -WahQueueUserApc -WahReferenceContextByHandle -WahRemoveHandleContext -WahWaitForNotification -WahWriteLSPEvent -freeaddrinfo -getaddrinfo -getnameinfo -inet_ntop -inet_pton -WEP diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/ws2help.def mingw-w64-6.0.0/mingw-w64-crt/lib64/ws2help.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/ws2help.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/ws2help.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Exports of file WS2HELP.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WS2HELP.dll -EXPORTS -WahCloseApcHelper -WahCloseHandleHelper -WahCloseNotificationHandleHelper -WahCloseSocketHandle -WahCloseThread -WahCompleteRequest -WahCreateHandleContextTable -WahCreateNotificationHandle -WahCreateSocketHandle -WahDestroyHandleContextTable -WahDisableNonIFSHandleSupport -WahEnableNonIFSHandleSupport -WahEnumerateHandleContexts -WahInsertHandleContext -WahNotifyAllProcesses -WahOpenApcHelper -WahOpenCurrentThread -WahOpenHandleHelper -WahOpenNotificationHandleHelper -WahQueueUserApc -WahReferenceContextByHandle -WahRemoveHandleContext -WahWaitForNotification diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wscsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wscsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wscsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wscsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Exports of file WSCSVC.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WSCSVC.dll -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wshbth.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wshbth.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wshbth.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wshbth.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Exports of file wshbth.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY wshbth.dll -EXPORTS -NSPStartup -WSHAddressToString -WSHEnumProtocols -WSHGetBroadcastSockaddr -WSHGetProviderGuid -WSHGetSockaddrType -WSHGetSocketInformation -WSHGetWSAProtocolInfo -WSHGetWildcardSockaddr -WSHGetWinsockMapping -WSHIoctl -WSHJoinLeaf -WSHNotify -WSHOpenSocket -WSHOpenSocket2 -WSHSetSocketInformation -WSHStringToAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wshcon.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wshcon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wshcon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wshcon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Exports of file WSHCon.dll -; -; Autogenerated by gen_exportdef -; Written by Kai Tietz, 2007 -; -LIBRARY WSHCon.dll -EXPORTS -DLLGetDocumentation -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wsock32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wsock32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wsock32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wsock32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,80 +0,0 @@ -; -; Definition file of WSOCK32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WSOCK32.dll" -EXPORTS -accept -bind -closesocket -connect -getpeername -getsockname -getsockopt -htonl -htons -inet_addr -inet_ntoa -ioctlsocket -listen -ntohl -ntohs -recv -recvfrom -select -send -sendto -setsockopt -shutdown -socket -gethostbyaddr -gethostbyname -getprotobyname -getprotobynumber -getservbyname -getservbyport -gethostname -WSAAsyncSelect -WSAAsyncGetHostByAddr -WSAAsyncGetHostByName -WSAAsyncGetProtoByNumber -WSAAsyncGetProtoByName -WSAAsyncGetServByPort -WSAAsyncGetServByName -WSACancelAsyncRequest -WSASetBlockingHook -WSAUnhookBlockingHook -WSAGetLastError -WSASetLastError -WSACancelBlockingCall -WSAIsBlocking -WSAStartup -WSACleanup -__WSAFDIsSet -WSApSetPostRoutine -inet_network -getnetbyname -rcmd -rexec -rresvport -sethostname -dn_expand -WSARecvEx -s_perror -GetAddressByNameA -GetAddressByNameW -EnumProtocolsA -EnumProtocolsW -GetTypeByNameA -GetTypeByNameW -GetNameByTypeA -GetNameByTypeW -SetServiceA -SetServiceW -GetServiceA -GetServiceW -NPLoadNameSpaces -TransmitFile -AcceptEx -GetAcceptExSockaddrs diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/wtsapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib64/wtsapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/wtsapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/wtsapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -; -; Definition file of WTSAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "WTSAPI32.dll" -EXPORTS -WTSCloseServer -WTSConnectSessionA -WTSConnectSessionW -WTSDisconnectSession -WTSEnumerateProcessesA -WTSEnumerateProcessesW -WTSEnumerateServersA -WTSEnumerateServersW -WTSEnumerateSessionsA -WTSEnumerateSessionsW -WTSFreeMemory -WTSLogoffSession -WTSOpenServerA -WTSOpenServerW -WTSQuerySessionInformationA -WTSQuerySessionInformationW -WTSQueryUserConfigA -WTSQueryUserConfigW -WTSQueryUserToken -WTSRegisterSessionNotification -WTSRegisterSessionNotificationEx -WTSSendMessageA -WTSSendMessageW -WTSSetSessionInformationA -WTSSetSessionInformationW -WTSSetUserConfigA -WTSSetUserConfigW -WTSShutdownSystem -WTSStartRemoteControlSessionA -WTSStartRemoteControlSessionW -WTSStopRemoteControlSession -WTSTerminateProcess -WTSUnRegisterSessionNotification -WTSUnRegisterSessionNotificationEx -WTSVirtualChannelClose -WTSVirtualChannelOpen -WTSVirtualChannelOpenEx -WTSVirtualChannelPurgeInput -WTSVirtualChannelPurgeOutput -WTSVirtualChannelQuery -WTSVirtualChannelRead -WTSVirtualChannelWrite -WTSWaitSystemEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/xaudio2_8.def mingw-w64-6.0.0/mingw-w64-crt/lib64/xaudio2_8.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/xaudio2_8.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/xaudio2_8.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of XAudio2_8.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "XAudio2_8.dll" -EXPORTS -XAudio2Create -CreateAudioReverb -CreateAudioVolumeMeter -CreateFX -X3DAudioCalculate -X3DAudioInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib64/xinput1_4.def mingw-w64-6.0.0/mingw-w64-crt/lib64/xinput1_4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib64/xinput1_4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib64/xinput1_4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of XINPUT1_4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "XINPUT1_4.dll" -EXPORTS -;DllMain -XInputGetState -XInputSetState -XInputGetCapabilities -XInputEnable -XInputGetBatteryInformation -XInputGetKeystroke -XInputGetAudioDeviceIds -;ord_100 @100 -;ord_101 @101 -;ord_102 @102 -;ord_103 @103 -;ord_104 @104 -;ord_108 @108 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/acledit.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/acledit.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/acledit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/acledit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of ACLEDIT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ACLEDIT.dll" -EXPORTS -EditAuditInfo -EditOwnerInfo -EditPermissionInfo -FMExtensionProcW -SedDiscretionaryAclEditor -SedSystemAclEditor -SedTakeOwnership diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/activeds.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/activeds.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/activeds.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/activeds.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -; -; Definition file of ACTIVEDS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ACTIVEDS.dll" -EXPORTS -ADsGetObject -ADsBuildEnumerator -ADsFreeEnumerator -ADsEnumerateNext -ADsBuildVarArrayStr -ADsBuildVarArrayInt -ADsOpenObject -ADsSetLastError -ADsGetLastError -AllocADsMem -FreeADsMem -ReallocADsMem -AllocADsStr -FreeADsStr -ReallocADsStr -ADsEncodeBinaryData -PropVariantToAdsType -AdsTypeToPropVariant -AdsFreeAdsValues -ADsDecodeBinaryData -AdsTypeToPropVariant2 -PropVariantToAdsType2 -ConvertSecDescriptorToVariant -ConvertSecurityDescriptorToSecDes -BinarySDToSecurityDescriptor -SecurityDescriptorToBinarySD -ConvertTrusteeToSid diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/actxprxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/actxprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/actxprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/actxprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SWEEPRX.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SWEEPRX.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/advapi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/advapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/advapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/advapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,856 +0,0 @@ -; -; Definition file of ADVAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ADVAPI32.dll" -EXPORTS -ord_1000 @1000 -I_ScGetCurrentGroupStateW -A_SHAFinal -A_SHAInit -A_SHAUpdate -AbortSystemShutdownA -AbortSystemShutdownW -AccessCheck -AccessCheckAndAuditAlarmA -AccessCheckAndAuditAlarmW -AccessCheckByType -AccessCheckByTypeAndAuditAlarmA -AccessCheckByTypeAndAuditAlarmW -AccessCheckByTypeResultList -AccessCheckByTypeResultListAndAuditAlarmA -AccessCheckByTypeResultListAndAuditAlarmByHandleA -AccessCheckByTypeResultListAndAuditAlarmByHandleW -AccessCheckByTypeResultListAndAuditAlarmW -AddAccessAllowedAce -AddAccessAllowedAceEx -AddAccessAllowedObjectAce -AddAccessDeniedAce -AddAccessDeniedAceEx -AddAccessDeniedObjectAce -AddAce -AddAuditAccessAce -AddAuditAccessAceEx -AddAuditAccessObjectAce -AddConditionalAce -AddMandatoryAce -AddUsersToEncryptedFile -AddUsersToEncryptedFileEx -AdjustTokenGroups -AdjustTokenPrivileges -AllocateAndInitializeSid -AllocateLocallyUniqueId -AreAllAccessesGranted -AreAnyAccessesGranted -AuditComputeEffectivePolicyBySid -AuditComputeEffectivePolicyByToken -AuditEnumerateCategories -AuditEnumeratePerUserPolicy -AuditEnumerateSubCategories -AuditFree -AuditLookupCategoryGuidFromCategoryId -AuditLookupCategoryIdFromCategoryGuid -AuditLookupCategoryNameA -AuditLookupCategoryNameW -AuditLookupSubCategoryNameA -AuditLookupSubCategoryNameW -AuditQueryGlobalSaclA -AuditQueryGlobalSaclW -AuditQueryPerUserPolicy -AuditQuerySecurity -AuditQuerySystemPolicy -AuditSetGlobalSaclA -AuditSetGlobalSaclW -AuditSetPerUserPolicy -AuditSetSecurity -AuditSetSystemPolicy -BackupEventLogA -BackupEventLogW -BaseRegCloseKey -BaseRegCreateKey -BaseRegDeleteKeyEx -BaseRegDeleteValue -BaseRegFlushKey -BaseRegGetVersion -BaseRegLoadKey -BaseRegOpenKey -BaseRegRestoreKey -BaseRegSaveKeyEx -BaseRegSetKeySecurity -BaseRegSetValue -BaseRegUnLoadKey -BuildExplicitAccessWithNameA -BuildExplicitAccessWithNameW -BuildImpersonateExplicitAccessWithNameA -BuildImpersonateExplicitAccessWithNameW -BuildImpersonateTrusteeA -BuildImpersonateTrusteeW -BuildSecurityDescriptorA -BuildSecurityDescriptorW -BuildTrusteeWithNameA -BuildTrusteeWithNameW -BuildTrusteeWithObjectsAndNameA -BuildTrusteeWithObjectsAndNameW -BuildTrusteeWithObjectsAndSidA -BuildTrusteeWithObjectsAndSidW -BuildTrusteeWithSidA -BuildTrusteeWithSidW -CancelOverlappedAccess -ChangeServiceConfig2A -ChangeServiceConfig2W -ChangeServiceConfigA -ChangeServiceConfigW -CheckForHiberboot -CheckTokenMembership -ClearEventLogA -ClearEventLogW -CloseCodeAuthzLevel -CloseEncryptedFileRaw -CloseEventLog -CloseServiceHandle -CloseThreadWaitChainSession -CloseTrace -CommandLineFromMsiDescriptor -ComputeAccessTokenFromCodeAuthzLevel -ControlService -ControlServiceExA -ControlServiceExW -ControlTraceA -ControlTraceW -ConvertAccessToSecurityDescriptorA -ConvertAccessToSecurityDescriptorW -ConvertSDToStringSDDomainW -ConvertSDToStringSDRootDomainA -ConvertSDToStringSDRootDomainW -ConvertSecurityDescriptorToAccessA -ConvertSecurityDescriptorToAccessNamedA -ConvertSecurityDescriptorToAccessNamedW -ConvertSecurityDescriptorToAccessW -ConvertSecurityDescriptorToStringSecurityDescriptorA -ConvertSecurityDescriptorToStringSecurityDescriptorW -ConvertSidToStringSidA -ConvertSidToStringSidW -ConvertStringSDToSDDomainA -ConvertStringSDToSDDomainW -ConvertStringSDToSDRootDomainA -ConvertStringSDToSDRootDomainW -ConvertStringSecurityDescriptorToSecurityDescriptorA -ConvertStringSecurityDescriptorToSecurityDescriptorW -ConvertStringSidToSidA -ConvertStringSidToSidW -ConvertToAutoInheritPrivateObjectSecurity -CopySid -CreateCodeAuthzLevel -CreatePrivateObjectSecurity -CreatePrivateObjectSecurityEx -CreatePrivateObjectSecurityWithMultipleInheritance -CreateProcessAsUserA -CreateProcessAsUserW -CreateProcessWithLogonW -CreateProcessWithTokenW -CreateRestrictedToken -CreateServiceA -CreateServiceW -CreateTraceInstanceId -CreateWellKnownSid -CredBackupCredentials -CredDeleteA -CredDeleteW -CredEncryptAndMarshalBinaryBlob -CredEnumerateA -CredEnumerateW -CredFindBestCredentialA -CredFindBestCredentialW -CredFree -CredGetSessionTypes -CredGetTargetInfoA -CredGetTargetInfoW -CredIsMarshaledCredentialA -CredIsMarshaledCredentialW -CredIsProtectedA -CredIsProtectedW -CredMarshalCredentialA -CredMarshalCredentialW -CredProfileLoaded -CredProfileLoadedEx -CredProfileUnloaded -CredProtectA -CredProtectW -CredReadA -CredReadByTokenHandle -CredReadDomainCredentialsA -CredReadDomainCredentialsW -CredReadW -CredRenameA -CredRenameW -CredRestoreCredentials -CredUnmarshalCredentialA -CredUnmarshalCredentialW -CredUnprotectA -CredUnprotectW -CredWriteA -CredWriteDomainCredentialsA -CredWriteDomainCredentialsW -CredWriteW -CredpConvertCredential -CredpConvertOneCredentialSize -CredpConvertTargetInfo -CredpDecodeCredential -CredpEncodeCredential -CredpEncodeSecret -CryptAcquireContextA -CryptAcquireContextW -CryptContextAddRef -CryptCreateHash -CryptDecrypt -CryptDeriveKey -CryptDestroyHash -CryptDestroyKey -CryptDuplicateHash -CryptDuplicateKey -CryptEncrypt -CryptEnumProviderTypesA -CryptEnumProviderTypesW -CryptEnumProvidersA -CryptEnumProvidersW -CryptExportKey -CryptGenKey -CryptGenRandom -CryptGetDefaultProviderA -CryptGetDefaultProviderW -CryptGetHashParam -CryptGetKeyParam -CryptGetProvParam -CryptGetUserKey -CryptHashData -CryptHashSessionKey -CryptImportKey -CryptReleaseContext -CryptSetHashParam -CryptSetKeyParam -CryptSetProvParam -CryptSetProviderA -CryptSetProviderExA -CryptSetProviderExW -CryptSetProviderW -CryptSignHashA -CryptSignHashW -CryptVerifySignatureA -CryptVerifySignatureW -DecryptFileA -DecryptFileW -DeleteAce -DeleteService -DeregisterEventSource -DestroyPrivateObjectSecurity -DuplicateEncryptionInfoFile -DuplicateToken -DuplicateTokenEx -ElfBackupEventLogFileA -ElfBackupEventLogFileW -ElfChangeNotify -ElfClearEventLogFileA -ElfClearEventLogFileW -ElfCloseEventLog -ElfDeregisterEventSource -ElfFlushEventLog -ElfNumberOfRecords -ElfOldestRecord -ElfOpenBackupEventLogA -ElfOpenBackupEventLogW -ElfOpenEventLogA -ElfOpenEventLogW -ElfReadEventLogA -ElfReadEventLogW -ElfRegisterEventSourceA -ElfRegisterEventSourceW -ElfReportEventA -ElfReportEventAndSourceW -ElfReportEventW -EnableTrace -EnableTraceEx -EnableTraceEx2 -EncryptFileA -EncryptFileW -EncryptedFileKeyInfo -EncryptionDisable -EnumDependentServicesA -EnumDependentServicesW -EnumDynamicTimeZoneInformation -EnumServiceGroupW -EnumServicesStatusA -EnumServicesStatusExA -EnumServicesStatusExW -EnumServicesStatusW -EnumerateTraceGuids -EnumerateTraceGuidsEx -EqualDomainSid -EqualPrefixSid -EqualSid -EtwLogSysConfigExtension -EventAccessControl -EventAccessQuery -EventAccessRemove -EventActivityIdControl -EventEnabled -EventProviderEnabled -EventRegister -EventSetInformation -EventUnregister -EventWrite -EventWriteEndScenario -EventWriteEx -EventWriteStartScenario -EventWriteString -EventWriteTransfer -FileEncryptionStatusA -FileEncryptionStatusW -FindFirstFreeAce -FlushEfsCache -FlushTraceA -FlushTraceW -FreeEncryptedFileKeyInfo -FreeEncryptedFileMetadata -FreeEncryptionCertificateHashList -FreeInheritedFromArray -FreeSid -GetAccessPermissionsForObjectA -GetAccessPermissionsForObjectW -GetAce -GetAclInformation -GetAuditedPermissionsFromAclA -GetAuditedPermissionsFromAclW -GetCurrentHwProfileA -GetCurrentHwProfileW -GetDynamicTimeZoneInformationEffectiveYears -GetEffectiveRightsFromAclA -GetEffectiveRightsFromAclW -GetEncryptedFileMetadata -GetEventLogInformation -GetExplicitEntriesFromAclA -GetExplicitEntriesFromAclW -GetFileSecurityA -GetFileSecurityW -GetInformationCodeAuthzLevelW -GetInformationCodeAuthzPolicyW -GetInheritanceSourceA -GetInheritanceSourceW -GetKernelObjectSecurity -GetLengthSid -GetLocalManagedApplicationData -GetLocalManagedApplications -GetManagedApplicationCategories -GetManagedApplications -GetMultipleTrusteeA -GetMultipleTrusteeOperationA -GetMultipleTrusteeOperationW -GetMultipleTrusteeW -GetNamedSecurityInfoA -GetNamedSecurityInfoExA -GetNamedSecurityInfoExW -GetNamedSecurityInfoW -GetNumberOfEventLogRecords -GetOldestEventLogRecord -GetOverlappedAccessResults -GetPrivateObjectSecurity -GetSecurityDescriptorControl -GetSecurityDescriptorDacl -GetSecurityDescriptorGroup -GetSecurityDescriptorLength -GetSecurityDescriptorOwner -GetSecurityDescriptorRMControl -GetSecurityDescriptorSacl -GetSecurityInfo -GetSecurityInfoExA -GetSecurityInfoExW -GetServiceDisplayNameA -GetServiceDisplayNameW -GetServiceKeyNameA -GetServiceKeyNameW -GetSidIdentifierAuthority -GetSidLengthRequired -GetSidSubAuthority -GetSidSubAuthorityCount -GetStringConditionFromBinary -GetThreadWaitChain -GetTokenInformation -GetTraceEnableFlags -GetTraceEnableLevel -GetTraceLoggerHandle -GetTrusteeFormA -GetTrusteeFormW -GetTrusteeNameA -GetTrusteeNameW -GetTrusteeTypeA -GetTrusteeTypeW -GetUserNameA -GetUserNameW -GetWindowsAccountDomainSid -I_QueryTagInformation -I_ScIsSecurityProcess -I_ScPnPGetServiceName -I_ScQueryServiceConfig -I_ScRegisterPreshutdownRestart -I_ScSendPnPMessage -I_ScSendTSMessage -I_ScSetServiceBitsA -I_ScSetServiceBitsW -I_ScValidatePnPService -IdentifyCodeAuthzLevelW -ImpersonateAnonymousToken -ImpersonateLoggedOnUser -ImpersonateNamedPipeClient -ImpersonateSelf -InitializeAcl -InitializeSecurityDescriptor -InitializeSid -InitiateShutdownA -InitiateShutdownW -InitiateSystemShutdownA -InitiateSystemShutdownExA -InitiateSystemShutdownExW -InitiateSystemShutdownW -InstallApplication -IsTextUnicode -IsTokenRestricted -IsTokenUntrusted -IsValidAcl -IsValidRelativeSecurityDescriptor -IsValidSecurityDescriptor -IsValidSid -IsWellKnownSid -LockServiceDatabase -LogonUserA -LogonUserExA -LogonUserExExW -LogonUserExW -LogonUserW -LookupAccountNameA -LookupAccountNameW -LookupAccountSidA -LookupAccountSidW -LookupPrivilegeDisplayNameA -LookupPrivilegeDisplayNameW -LookupPrivilegeNameA -LookupPrivilegeNameW -LookupPrivilegeValueA -LookupPrivilegeValueW -LookupSecurityDescriptorPartsA -LookupSecurityDescriptorPartsW -LsaAddAccountRights -LsaAddPrivilegesToAccount -LsaClearAuditLog -LsaClose -LsaCreateAccount -LsaCreateSecret -LsaCreateTrustedDomain -LsaCreateTrustedDomainEx -LsaDelete -LsaDeleteTrustedDomain -LsaEnumerateAccountRights -LsaEnumerateAccounts -LsaEnumerateAccountsWithUserRight -LsaEnumeratePrivileges -LsaEnumeratePrivilegesOfAccount -LsaEnumerateTrustedDomains -LsaEnumerateTrustedDomainsEx -LsaFreeMemory -LsaGetAppliedCAPIDs -LsaGetQuotasForAccount -LsaGetRemoteUserName -LsaGetSystemAccessAccount -LsaGetUserName -LsaICLookupNames -LsaICLookupNamesWithCreds -LsaICLookupSids -LsaICLookupSidsWithCreds -LsaLookupNames -LsaLookupNames2 -LsaLookupPrivilegeDisplayName -LsaLookupPrivilegeName -LsaLookupPrivilegeValue -LsaLookupSids -LsaLookupSids2 -LsaManageSidNameMapping -LsaNtStatusToWinError -LsaOpenAccount -LsaOpenPolicy -LsaOpenPolicySce -LsaOpenSecret -LsaOpenTrustedDomain -LsaOpenTrustedDomainByName -LsaQueryCAPs -LsaQueryDomainInformationPolicy -LsaQueryForestTrustInformation -LsaQueryInfoTrustedDomain -LsaQueryInformationPolicy -LsaQuerySecret -LsaQuerySecurityObject -LsaQueryTrustedDomainInfo -LsaQueryTrustedDomainInfoByName -LsaRemoveAccountRights -LsaRemovePrivilegesFromAccount -LsaRetrievePrivateData -LsaSetCAPs -LsaSetDomainInformationPolicy -LsaSetForestTrustInformation -LsaSetInformationPolicy -LsaSetInformationTrustedDomain -LsaSetQuotasForAccount -LsaSetSecret -LsaSetSecurityObject -LsaSetSystemAccessAccount -LsaSetTrustedDomainInfoByName -LsaSetTrustedDomainInformation -LsaStorePrivateData -MD4Final -MD4Init -MD4Update -MD5Final -MD5Init -MD5Update -MIDL_user_free_Ext -MSChapSrvChangePassword -MSChapSrvChangePassword2 -MakeAbsoluteSD -MakeAbsoluteSD2 -MakeSelfRelativeSD -MapGenericMask -NotifyBootConfigStatus -NotifyChangeEventLog -NotifyServiceStatusChange -NotifyServiceStatusChangeA -NotifyServiceStatusChangeW -ObjectCloseAuditAlarmA -ObjectCloseAuditAlarmW -ObjectDeleteAuditAlarmA -ObjectDeleteAuditAlarmW -ObjectOpenAuditAlarmA -ObjectOpenAuditAlarmW -ObjectPrivilegeAuditAlarmA -ObjectPrivilegeAuditAlarmW -OpenBackupEventLogA -OpenBackupEventLogW -OpenEncryptedFileRawA -OpenEncryptedFileRawW -OpenEventLogA -OpenEventLogW -OpenProcessToken -OpenSCManagerA -OpenSCManagerW -OpenServiceA -OpenServiceW -OpenThreadToken -OpenThreadWaitChainSession -OpenTraceA -OpenTraceW -OperationEnd -OperationStart -PerfAddCounters -PerfCloseQueryHandle -PerfCreateInstance -PerfDecrementULongCounterValue -PerfDecrementULongLongCounterValue -PerfDeleteCounters -PerfDeleteInstance -PerfEnumerateCounterSet -PerfEnumerateCounterSetInstances -PerfIncrementULongCounterValue -PerfIncrementULongLongCounterValue -PerfOpenQueryHandle -PerfQueryCounterData -PerfQueryCounterInfo -PerfQueryCounterSetRegistrationInfo -PerfQueryInstance -PerfRegCloseKey -PerfRegEnumKey -PerfRegEnumValue -PerfRegQueryInfoKey -PerfRegQueryValue -PerfRegSetValue -PerfSetCounterRefValue -PerfSetCounterSetInfo -PerfSetULongCounterValue -PerfSetULongLongCounterValue -PerfStartProvider -PerfStartProviderEx -PerfStopProvider -PrivilegeCheck -PrivilegedServiceAuditAlarmA -PrivilegedServiceAuditAlarmW -ProcessIdleTasks -ProcessIdleTasksW -ProcessTrace -QueryAllTracesA -QueryAllTracesW -QueryRecoveryAgentsOnEncryptedFile -QuerySecurityAccessMask -QueryServiceConfig2A -QueryServiceConfig2W -QueryServiceConfigA -QueryServiceConfigW -QueryServiceDynamicInformation -QueryServiceLockStatusA -QueryServiceLockStatusW -QueryServiceObjectSecurity -QueryServiceStatus -QueryServiceStatusEx -QueryTraceA -QueryTraceW -QueryUsersOnEncryptedFile -ReadEncryptedFileRaw -ReadEventLogA -ReadEventLogW -RegCloseKey -RegConnectRegistryA -RegConnectRegistryExA -RegConnectRegistryExW -RegConnectRegistryW -RegCopyTreeA -RegCopyTreeW -RegCreateKeyA -RegCreateKeyExA -RegCreateKeyExW -RegCreateKeyTransactedA -RegCreateKeyTransactedW -RegCreateKeyW -RegDeleteKeyA -RegDeleteKeyExA -RegDeleteKeyExW -RegDeleteKeyTransactedA -RegDeleteKeyTransactedW -RegDeleteKeyValueA -RegDeleteKeyValueW -RegDeleteKeyW -RegDeleteTreeA -RegDeleteTreeW -RegDeleteValueA -RegDeleteValueW -RegDisablePredefinedCache -RegDisablePredefinedCacheEx -RegDisableReflectionKey -RegEnableReflectionKey -RegEnumKeyA -RegEnumKeyExA -RegEnumKeyExW -RegEnumKeyW -RegEnumValueA -RegEnumValueW -RegFlushKey -RegGetKeySecurity -RegGetValueA -RegGetValueW -RegLoadAppKeyA -RegLoadAppKeyW -RegLoadKeyA -RegLoadKeyW -RegLoadMUIStringA -RegLoadMUIStringW -RegNotifyChangeKeyValue -RegOpenCurrentUser -RegOpenKeyA -RegOpenKeyExA -RegOpenKeyExW -RegOpenKeyTransactedA -RegOpenKeyTransactedW -RegOpenKeyW -RegOpenUserClassesRoot -RegOverridePredefKey -RegQueryInfoKeyA -RegQueryInfoKeyW -RegQueryMultipleValuesA -RegQueryMultipleValuesW -RegQueryReflectionKey -RegQueryValueA -RegQueryValueExA -RegQueryValueExW -RegQueryValueW -RegRenameKey -RegReplaceKeyA -RegReplaceKeyW -RegRestoreKeyA -RegRestoreKeyW -RegSaveKeyA -RegSaveKeyExA -RegSaveKeyExW -RegSaveKeyW -RegSetKeySecurity -RegSetKeyValueA -RegSetKeyValueW -RegSetValueA -RegSetValueExA -RegSetValueExW -RegSetValueW -RegUnLoadKeyA -RegUnLoadKeyW -RegisterEventSourceA -RegisterEventSourceW -RegisterIdleTask -RegisterServiceCtrlHandlerA -RegisterServiceCtrlHandlerExA -RegisterServiceCtrlHandlerExW -RegisterServiceCtrlHandlerW -RegisterTraceGuidsA -RegisterTraceGuidsW -RegisterWaitChainCOMCallback -RemoteRegEnumKeyWrapper -RemoteRegEnumValueWrapper -RemoteRegQueryInfoKeyWrapper -RemoteRegQueryValueWrapper -RemoveTraceCallback -RemoveUsersFromEncryptedFile -ReportEventA -ReportEventW -RevertToSelf -SafeBaseRegGetKeySecurity -SaferCloseLevel -SaferComputeTokenFromLevel -SaferCreateLevel -SaferGetLevelInformation -SaferGetPolicyInformation -SaferIdentifyLevel -SaferRecordEventLogEntry -SaferSetLevelInformation -SaferSetPolicyInformation -SaferiChangeRegistryScope -SaferiCompareTokenLevels -SaferiIsDllAllowed -SaferiIsExecutableFileType -SaferiPopulateDefaultsInRegistry -SaferiRecordEventLogEntry -SaferiSearchMatchingHashRules -SetAclInformation -SetEncryptedFileMetadata -SetEntriesInAccessListA -SetEntriesInAccessListW -SetEntriesInAclA -SetEntriesInAclW -SetEntriesInAuditListA -SetEntriesInAuditListW -SetFileSecurityA -SetFileSecurityW -SetInformationCodeAuthzLevelW -SetInformationCodeAuthzPolicyW -SetKernelObjectSecurity -SetNamedSecurityInfoA -SetNamedSecurityInfoExA -SetNamedSecurityInfoExW -SetNamedSecurityInfoW -SetPrivateObjectSecurity -SetPrivateObjectSecurityEx -SetSecurityAccessMask -SetSecurityDescriptorControl -SetSecurityDescriptorDacl -SetSecurityDescriptorGroup -SetSecurityDescriptorOwner -SetSecurityDescriptorRMControl -SetSecurityDescriptorSacl -SetSecurityInfo -SetSecurityInfoExA -SetSecurityInfoExW -SetServiceBits -SetServiceObjectSecurity -SetServiceStatus -SetThreadToken -SetTokenInformation -SetTraceCallback -SetUserFileEncryptionKey -SetUserFileEncryptionKeyEx -StartServiceA -StartServiceCtrlDispatcherA -StartServiceCtrlDispatcherW -StartServiceW -StartTraceA -StartTraceW -StopTraceA -StopTraceW -SystemFunction001 -SystemFunction002 -SystemFunction003 -SystemFunction004 -SystemFunction005 -SystemFunction006 -SystemFunction007 -SystemFunction008 -SystemFunction009 -SystemFunction010 -SystemFunction011 -SystemFunction012 -SystemFunction013 -SystemFunction014 -SystemFunction015 -SystemFunction016 -SystemFunction017 -SystemFunction018 -SystemFunction019 -SystemFunction020 -SystemFunction021 -SystemFunction022 -SystemFunction023 -SystemFunction024 -SystemFunction025 -SystemFunction026 -SystemFunction027 -SystemFunction028 -SystemFunction029 -SystemFunction030 -SystemFunction031 -SystemFunction032 -SystemFunction033 -SystemFunction034 -SystemFunction035 -SystemFunction036 -SystemFunction040 -SystemFunction041 -TraceEvent -TraceEventInstance -TraceMessage -TraceMessageVa -TraceQueryInformation -TraceSetInformation -TreeResetNamedSecurityInfoA -TreeResetNamedSecurityInfoW -TreeSetNamedSecurityInfoA -TreeSetNamedSecurityInfoW -TrusteeAccessToObjectA -TrusteeAccessToObjectW -UninstallApplication -UnlockServiceDatabase -UnregisterIdleTask -UnregisterTraceGuids -UpdateTraceA -UpdateTraceW -UsePinForEncryptedFilesA -UsePinForEncryptedFilesW -WaitServiceState -WmiCloseBlock -WmiDevInstToInstanceNameA -WmiDevInstToInstanceNameW -WmiEnumerateGuids -WmiExecuteMethodA -WmiExecuteMethodW -WmiFileHandleToInstanceNameA -WmiFileHandleToInstanceNameW -WmiFreeBuffer -WmiMofEnumerateResourcesA -WmiMofEnumerateResourcesW -WmiNotificationRegistrationA -WmiNotificationRegistrationW -WmiOpenBlock -WmiQueryAllDataA -WmiQueryAllDataMultipleA -WmiQueryAllDataMultipleW -WmiQueryAllDataW -WmiQueryGuidInformation -WmiQuerySingleInstanceA -WmiQuerySingleInstanceMultipleA -WmiQuerySingleInstanceMultipleW -WmiQuerySingleInstanceW -WmiReceiveNotificationsA -WmiReceiveNotificationsW -WmiSetSingleInstanceA -WmiSetSingleInstanceW -WmiSetSingleItemA -WmiSetSingleItemW -WriteEncryptedFileRaw diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/advpack.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/advpack.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/advpack.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/advpack.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -; -; Definition file of ADVPACK.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ADVPACK.dll" -EXPORTS -DelNodeRunDLL32 -DelNodeRunDLL32A -DoInfInstall -DoInfInstallA -DoInfInstallW -FileSaveRestore -FileSaveRestoreA -LaunchINFSectionA -LaunchINFSectionEx -LaunchINFSectionExA -RegisterOCX -RegisterOCXW -AddDelBackupEntry -AddDelBackupEntryA -AddDelBackupEntryW -AdvInstallFile -AdvInstallFileA -AdvInstallFileW -CloseINFEngine -DelNode -DelNodeA -DelNodeRunDLL32W -DelNodeW -ExecuteCab -ExecuteCabA -ExecuteCabW -ExtractFiles -ExtractFilesA -ExtractFilesW -FileSaveMarkNotExist -FileSaveMarkNotExistA -FileSaveMarkNotExistW -FileSaveRestoreOnINF -FileSaveRestoreOnINFA -FileSaveRestoreOnINFW -FileSaveRestoreW -GetVersionFromFile -GetVersionFromFileA -GetVersionFromFileEx -GetVersionFromFileExA -GetVersionFromFileExW -GetVersionFromFileW -IsNTAdmin -LaunchINFSection -LaunchINFSectionExW -LaunchINFSectionW -NeedReboot -NeedRebootInit -OpenINFEngine -OpenINFEngineA -OpenINFEngineW -RebootCheckOnInstall -RebootCheckOnInstallA -RebootCheckOnInstallW -RegInstall -RegInstallA -RegInstallW -RegRestoreAll -RegRestoreAllA -RegRestoreAllW -RegSaveRestore -RegSaveRestoreA -RegSaveRestoreOnINF -RegSaveRestoreOnINFA -RegSaveRestoreOnINFW -RegSaveRestoreW -RunSetupCommand -RunSetupCommandA -RunSetupCommandW -SetPerUserSecValues -SetPerUserSecValuesA -SetPerUserSecValuesW -TranslateInfString -TranslateInfStringA -TranslateInfStringEx -TranslateInfStringExA -TranslateInfStringExW -TranslateInfStringW -UserInstStubWrapper -UserInstStubWrapperA -UserInstStubWrapperW -UserUnInstStubWrapper -UserUnInstStubWrapperA -UserUnInstStubWrapperW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/appmgmts.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/appmgmts.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/appmgmts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/appmgmts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of APPMGMTS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "APPMGMTS.dll" -EXPORTS -CsSetOptions -CsCreateClassStore -CsEnumApps -CsGetAppCategories -CsGetClassAccess -CsGetClassStore -CsGetClassStorePath -CsRegisterAppCategory -CsServerGetClassStore -CsUnregisterAppCategory -GenerateGroupPolicy -IID_IClassAdmin -ProcessGroupPolicyObjectsEx -ReleaseAppCategoryInfoList -ReleasePackageDetail -ReleasePackageInfo -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/appmgr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/appmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/appmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/appmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SNAPIN.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SNAPIN.DLL" -EXPORTS -GenerateScript diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/appreadiness.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/appreadiness.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/appreadiness.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/appreadiness.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of AppReadiness.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "AppReadiness.dll" -EXPORTS -ord_1 @1 -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/appxpackaging.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/appxpackaging.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/appxpackaging.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/appxpackaging.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of AppxPackaging.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "AppxPackaging.dll" -EXPORTS -ord_3 @3 -ord_4 @4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/asycfilt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/asycfilt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/asycfilt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/asycfilt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of ASYCFILT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ASYCFILT.dll" -EXPORTS -FilterCreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/atl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/atl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/atl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/atl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -; -; Definition file of ATL.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ATL.DLL" -EXPORTS -AtlAdvise -AtlUnadvise -AtlFreeMarshalStream -AtlMarshalPtrInProc -AtlUnmarshalPtr -AtlModuleGetClassObject -AtlModuleInit -AtlModuleRegisterClassObjects -AtlModuleRegisterServer -AtlModuleRegisterTypeLib -AtlModuleRevokeClassObjects -AtlModuleTerm -AtlModuleUnregisterServer -AtlModuleUpdateRegistryFromResourceD -AtlWaitWithMessageLoop -AtlSetErrorInfo -AtlCreateTargetDC -AtlHiMetricToPixel -AtlPixelToHiMetric -AtlDevModeW2A -AtlComPtrAssign -AtlComQIPtrAssign -AtlInternalQueryInterface -AtlGetVersion -AtlAxDialogBoxW -AtlAxDialogBoxA -AtlAxCreateDialogW -AtlAxCreateDialogA -AtlAxCreateControl -AtlAxCreateControlEx -AtlAxAttachControl -AtlAxWinInit -AtlModuleAddCreateWndData -AtlModuleExtractCreateWndData -AtlModuleRegisterWndClassInfoW -AtlModuleRegisterWndClassInfoA -AtlAxGetControl -AtlAxGetHost -AtlRegisterClassCategoriesHelper -AtlIPersistStreamInit_Load -AtlIPersistStreamInit_Save -AtlIPersistPropertyBag_Load -AtlIPersistPropertyBag_Save -AtlGetObjectSourceInterface -AtlModuleUnRegisterTypeLib -AtlModuleLoadTypeLib -AtlModuleUnregisterServerEx -AtlModuleAddTermFunc -AtlSetErrorInfo2 -AtlIPersistStreamInit_GetSizeMax diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/audiosrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/audiosrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/audiosrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/audiosrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of AUDIOSRV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "AUDIOSRV.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/authfwcfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/authfwcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/authfwcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/authfwcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of AUTHFWCFG.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "AUTHFWCFG.DLL" -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/avrt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/avrt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/avrt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/avrt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of AVRT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "AVRT.dll" -EXPORTS -AvQuerySystemResponsiveness -AvRevertMmThreadCharacteristics -AvRtCreateThreadOrderingGroup -AvRtCreateThreadOrderingGroupExA -AvRtCreateThreadOrderingGroupExW -AvRtDeleteThreadOrderingGroup -AvRtJoinThreadOrderingGroup -AvRtLeaveThreadOrderingGroup -AvRtWaitOnThreadOrderingGroup -AvSetMmMaxThreadCharacteristicsA -AvSetMmMaxThreadCharacteristicsW -AvSetMmThreadCharacteristicsA -AvSetMmThreadCharacteristicsW -AvSetMmThreadPriority diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/azroles.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/azroles.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/azroles.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/azroles.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,47 +0,0 @@ -; -; Definition file of azroles.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "azroles.DLL" -EXPORTS -AzAddPropertyItem -AzApplicationClose -AzApplicationCreate -AzApplicationDelete -AzApplicationEnum -AzApplicationOpen -AzAuthorizationStoreDelete -AzCloseHandle -AzContextAccessCheck -AzContextGetAssignedScopesPage -AzContextGetRoles -AzFreeMemory -AzGetProperty -AzGroupCreate -AzGroupDelete -AzGroupEnum -AzGroupOpen -AzInitialize -AzInitializeContextFromName -AzInitializeContextFromToken -AzOperationCreate -AzOperationDelete -AzOperationEnum -AzOperationOpen -AzRemovePropertyItem -AzRoleCreate -AzRoleDelete -AzRoleEnum -AzRoleOpen -AzScopeCreate -AzScopeDelete -AzScopeEnum -AzScopeOpen -AzSetProperty -AzSubmit -AzTaskCreate -AzTaskDelete -AzTaskEnum -AzTaskOpen -AzUpdateCache diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/basesrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/basesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/basesrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/basesrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of BASESRV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BASESRV.dll" -EXPORTS -BaseGetProcessCrtlRoutine -BaseSetProcessCreateNotify -BaseSrvNlsLogon -BaseSrvNlsUpdateRegistryCache -BaseSrvRegisterSxS -ServerDllInitialization diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bcrypt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bcrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bcrypt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bcrypt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -; -; Definition file of bcrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "bcrypt.dll" -EXPORTS -BCryptAddContextFunction -BCryptAddContextFunctionProvider -BCryptCloseAlgorithmProvider -BCryptConfigureContext -BCryptConfigureContextFunction -BCryptCreateContext -BCryptCreateHash -BCryptCreateMultiHash -BCryptDecrypt -BCryptDeleteContext -BCryptDeriveKey -BCryptDeriveKeyCapi -BCryptDeriveKeyPBKDF2 -BCryptDestroyHash -BCryptDestroyKey -BCryptDestroySecret -BCryptDuplicateHash -BCryptDuplicateKey -BCryptEncrypt -BCryptEnumAlgorithms -BCryptEnumContextFunctionProviders -BCryptEnumContextFunctions -BCryptEnumContexts -BCryptEnumProviders -BCryptEnumRegisteredProviders -BCryptExportKey -BCryptFinalizeKeyPair -BCryptFinishHash -BCryptFreeBuffer -BCryptGenRandom -BCryptGenerateKeyPair -BCryptGenerateSymmetricKey -BCryptGetFipsAlgorithmMode -BCryptGetProperty -BCryptHashData -BCryptImportKey -BCryptImportKeyPair -BCryptKeyDerivation -BCryptOpenAlgorithmProvider -BCryptProcessMultiOperations -BCryptQueryContextConfiguration -BCryptQueryContextFunctionConfiguration -BCryptQueryContextFunctionProperty -BCryptQueryProviderRegistration -BCryptRegisterConfigChangeNotify -BCryptRegisterProvider -BCryptRemoveContextFunction -BCryptRemoveContextFunctionProvider -BCryptResolveProviders -BCryptSecretAgreement -BCryptSetAuditingInterface -BCryptSetContextFunctionProperty -BCryptSetProperty -BCryptSignHash -BCryptUnregisterConfigChangeNotify -BCryptUnregisterProvider -BCryptVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bdeui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bdeui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bdeui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bdeui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,134 +0,0 @@ -; -; Definition file of BDEUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BDEUI.dll" -EXPORTS -??0BuiVolume@@QAA@XZ -??0BuiVolume@@QAA@_N@Z -??0VolumeFveStatus@@IAA@XZ -??0VolumeFveStatus@@QAA@K_KJW4_FVE_WIPING_STATE@@@Z -??1BuiVolume@@QAA@XZ -??4BuiVolume@@QAAAAV0@ABV0@@Z -??4VolumeFveStatus@@QAAAAV0@ABV0@@Z -?AddSmartCard@BuiVolume@@QAAJPAUHWND__@@@Z -?AllowForegroundWindowDisplay@BuiVolume@@AAAJXZ -?AttemptAutoUnlock@BuiVolume@@QAAJXZ -?BasicDispatch@BuiVolume@@AAAJJPAUHWND__@@PBGPAJ@Z -?BasicDispatch@BuiVolume@@AAAJJPBG0PAHPAJ@Z -?BasicDispatch@BuiVolume@@AAAJJPBG0PAJ@Z -?BasicDispatch@BuiVolume@@AAAJJPBGPAHPAJ@Z -?BasicDispatch@BuiVolume@@AAAJJPBGPAJ@Z -?BasicDispatch@BuiVolume@@AAAJJPBGPAPAG@Z -?BasicDispatch@BuiVolume@@AAAJJPBGPAUtagVARIANT@@@Z -?BuisCreateElevatedProxyObject@@YAJPAUHWND__@@PAPAUIDispatch@@@Z -?BuisCreateProxyObject@@YAJPAPAUIDispatch@@@Z -?BuisDetectExistingWizard@@YAJPBG00PAPAX@Z -?BuisIsFipsEnabled@@YA_NXZ -?BuisIsHardwareReadyForConversion@@YAJXZ -?BuisLaunchHelp@@YAJABU_GUID@@@Z -?CanBeResumed@BuiVolume@@QBA_NXZ -?CanRefreshStatus@BuiVolume@@ABA_NXZ -?ClearProxyObject@BuiVolume@@QAAXXZ -?Decrypt@BuiVolume@@QAAJPAUHWND__@@@Z -?DeleteVolumeList@BuiVolume@@SAXPAPAU_BuiVolumeNode@@@Z -?Disable@BuiVolume@@QAAJPAUHWND__@@@Z -?DisableAutoUnlock@BuiVolume@@QAAJXZ -?Dispatch@BuiVolume@@AAAJJPAUtagDISPPARAMS@@PAJ@Z -?Dispatch@BuiVolume@@AAAJJPAUtagDISPPARAMS@@PAUtagVARIANT@@@Z -?EnableAutoUnlock@BuiVolume@@QAAJXZ -?FailedDryRun@VolumeFveStatus@@QBA_NXZ -?FindMountPoint@BuiVolume@@AAAJXZ -?FormatNameAndMountPoint@BuiVolume@@AAAJXZ -?GetAllVolumes@BuiVolume@@SAJPAPAU_BuiVolumeNode@@@Z -?GetConvertedPercent@BuiVolume@@QBANXZ -?GetDescription@BuiVolume@@QAAJPAPAG@Z -?GetExtendedFlags@VolumeFveStatus@@QBA_KXZ -?GetLastConvertStatus@VolumeFveStatus@@QBAJXZ -?GetOsVolume@BuiVolume@@SAJPAPAV1@@Z -?GetPasswordId@BuiVolume@@QAAJPAPAG@Z -?GetStatusFlags@VolumeFveStatus@@QBAKXZ -?GetWipeCount@BuiVolume@@QBAKXZ -?GetWipedPercent@BuiVolume@@QBANXZ -?HasAutoUnlockVolumesBound@BuiVolume@@QAA_NXZ -?HasExternalKey@VolumeFveStatus@@QBA_NXZ -?HasPBKDF2RecoveryPassword@VolumeFveStatus@@QBA_NXZ -?HasPassphraseProtector@VolumeFveStatus@@QBA_NXZ -?HasPinProtector@VolumeFveStatus@@QBA_NXZ -?HasRecoveryData@VolumeFveStatus@@QBA_NXZ -?HasRecoveryPassword@VolumeFveStatus@@QBA_NXZ -?HasSmartCardProtector@VolumeFveStatus@@QBA_NXZ -?HasStartupKeyProtector@VolumeFveStatus@@QBA_NXZ -?HasTpmProtector@VolumeFveStatus@@QBA_NXZ -?ImplicitPauseConversion@BuiVolume@@QAAJXZ -?Init@BuiVolume@@QAAJPAG@Z -?InitMembers@BuiVolume@@AAAXXZ -?IsAutoUnlockEnabled@BuiVolume@@QAA_NXZ -?IsConverting@VolumeFveStatus@@QBA_NXZ -?IsCsvMetadataVolume@VolumeFveStatus@@QBA_NXZ -?IsCurrentPINEnhanced@BuiVolume@@QAAJPAH@Z -?IsDEAutoProvisioned@VolumeFveStatus@@QBA_NXZ -?IsDecrypted@VolumeFveStatus@@QBA_NXZ -?IsDecrypting@VolumeFveStatus@@QBA_NXZ -?IsDisabled@VolumeFveStatus@@QBA_NXZ -?IsEDriveVolume@VolumeFveStatus@@QBA_NXZ -?IsEncrypted@VolumeFveStatus@@QBA_NXZ -?IsEncrypting@VolumeFveStatus@@QBA_NXZ -?IsFveNotifyNecessary@BuiVolume@@QBA_NXZ -?IsLocked@VolumeFveStatus@@QBA_NXZ -?IsOn@VolumeFveStatus@@QBA_NXZ -?IsOsVolume@VolumeFveStatus@@QBA_NXZ -?IsPartiallyConverted@VolumeFveStatus@@QBA_NXZ -?IsPaused@VolumeFveStatus@@QBA_NXZ -?IsPreProvisioned@VolumeFveStatus@@QBA_NXZ -?IsRoamingDevice@VolumeFveStatus@@QBA_NXZ -?IsSecure@VolumeFveStatus@@QBA_NXZ -?IsUnknownFveVersion@VolumeFveStatus@@QBA_NXZ -?IsWiping@VolumeFveStatus@@QBA_NXZ -?LaunchUpdate@BuiVolume@@QAAJXZ -?LaunchWizard@BuiVolume@@QAAJG@Z -?ManagementRequiresElevation@BuiVolume@@QBA_NXZ -?NO_DRIVE_LETTER@BuiVolume@@2IB -?NeedsDiscoveryVolumeUpdate@BuiVolume@@QAAJPAH@Z -?NeedsRestart@VolumeFveStatus@@QBA_NXZ -?PauseConversion@BuiVolume@@QAAJXZ -?ProxyAddSmartCard@BuiVolume@@AAAJPAUHWND__@@@Z -?ProxyAreVolumesBound@BuiVolume@@AAAJXZ -?ProxyAttemptAutoUnlock@BuiVolume@@AAAJXZ -?ProxyDecrypt@BuiVolume@@AAAJPAUHWND__@@@Z -?ProxyDisable@BuiVolume@@AAAJPAUHWND__@@@Z -?ProxyDisableAutoUnlock@BuiVolume@@AAAJXZ -?ProxyEnableAutoUnlock@BuiVolume@@AAAJXZ -?ProxyGetDescription@BuiVolume@@AAAJPAPAG@Z -?ProxyGetPasswordId@BuiVolume@@AAAJPAPAG@Z -?ProxyGetProcessId@BuiVolume@@AAAJPAK@Z -?ProxyImplicitPauseConversion@BuiVolume@@AAAJXZ -?ProxyIsAutoUnlockEnabled@BuiVolume@@AAAJXZ -?ProxyLaunchUpdate@BuiVolume@@AAAJXZ -?ProxyLaunchWizard@BuiVolume@@AAAJG@Z -?ProxyNeedsDiscoveryVolumeUpdate@BuiVolume@@AAAJPAH@Z -?ProxyPauseConversion@BuiVolume@@AAAJXZ -?ProxyRemovePassphrase@BuiVolume@@AAAJXZ -?ProxyRemoveSmartCard@BuiVolume@@AAAJ_N@Z -?ProxyResumeConversion@BuiVolume@@AAAJXZ -?ProxyServiceDiscoveryVolume@BuiVolume@@AAAJXZ -?ProxyUnlockVolumeWithKey@BuiVolume@@AAAJPBGPAH@Z -?ProxyUnlockVolumeWithPassphrase@BuiVolume@@AAAJPBGPAH@Z -?ProxyUnlockVolumeWithPassword@BuiVolume@@AAAJPBGPAH@Z -?ProxyUnlockVolumeWithSmartCard@BuiVolume@@AAAJPAUHWND__@@PAH@Z -?ProxyUpgradeVolume@BuiVolume@@AAAJXZ -?RefreshStatus@BuiVolume@@QAAJ_N@Z -?RemovePassphrase@BuiVolume@@QAAJXZ -?RemoveSmartCard@BuiVolume@@QAAJ_N@Z -?ResumeConversion@BuiVolume@@QAAJXZ -?ResumeStatusRefreshing@BuiVolume@@QAAXXZ -?ServiceDiscoveryVolume@BuiVolume@@QAAJXZ -?SetProxyObject@BuiVolume@@QAAXPAUIDispatch@@@Z -?SuspendStatusRefreshing@BuiVolume@@QAAXXZ -?UnlockRequiresElevation@BuiVolume@@QBA_NXZ -?UnlockWithKey@BuiVolume@@QAAJPBGPAH@Z -?UnlockWithPassphrase@BuiVolume@@QAAJPBGPAH@Z -?UnlockWithPassword@BuiVolume@@QAAJPBGPAH@Z -?UnlockWithSmartCard@BuiVolume@@QAAJPAUHWND__@@PAH@Z -?UpgradeVolume@BuiVolume@@QAAJXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bootux.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bootux.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bootux.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bootux.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of BOOTUX.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BOOTUX.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bootvid.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bootvid.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bootvid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bootvid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of BOOTVID.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BOOTVID.dll" -EXPORTS -VidBitBlt -VidBitBltEx -VidBufferToScreenBlt -VidCleanUp -VidDisplayString -VidDisplayStringXY -VidInitialize -VidResetDisplay -VidScreenToBufferBlt -VidSetScrollRegion -VidSetTextColor -VidSolidColorFill diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/browcli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/browcli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/browcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/browcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of browcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "browcli.dll" -EXPORTS -I_BrowserDebugCall -I_BrowserDebugTrace -I_BrowserQueryEmulatedDomains -I_BrowserQueryOtherDomains -I_BrowserQueryStatistics -I_BrowserResetNetlogonState -I_BrowserResetStatistics -I_BrowserServerEnum -I_BrowserSetNetlogonState -NetBrowserStatisticsGet -NetServerEnum -NetServerEnumEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/browser.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/browser.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/browser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/browser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of browser.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "browser.dll" -EXPORTS -I_BrowserServerEnumForXactsrv -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/browseui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/browseui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/browseui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/browseui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -; -; Definition file of BROWSEUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BROWSEUI.dll" -EXPORTS -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_118 @118 -ord_120 @120 -ord_121 @121 -ord_122 @122 -ord_123 @123 -ord_124 @124 -ord_125 @125 -ord_126 @126 -ord_127 @127 -ord_128 @128 -ord_129 @129 -ord_130 @130 -ord_131 @131 -ord_133 @133 -ord_134 @134 -ord_135 @135 -ord_136 @136 -ord_137 @137 -ord_138 @138 -ord_139 @139 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthci.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthci.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MSPORTS.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSPORTS.DLL" -EXPORTS -BluetoothClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthhfsrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthhfsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthhfsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthhfsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of HFGSERVICE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "HFGSERVICE.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthserv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthserv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/bthserv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/bthserv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of BTHSERV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "BTHSERV.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cabinet.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cabinet.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cabinet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cabinet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of Cabinet.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Cabinet.dll" -EXPORTS -GetDllVersion -Extract -DeleteExtractedFiles -FCICreate -FCIAddFile -FCIFlushFolder -FCIFlushCabinet -FCIDestroy -FDICreate -FDIIsCabinet -FDICopy -FDIDestroy -FDITruncateCabinet -CreateCompressor -SetCompressorInformation -QueryCompressorInformation -Compress -ResetCompressor -CloseCompressor -CreateDecompressor -SetDecompressorInformation -QueryDecompressorInformation -Decompress -ResetDecompressor -CloseDecompressor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cabview.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cabview.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cabview.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cabview.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of CABVIEW.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CABVIEW.dll" -EXPORTS -Uninstall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/catsrvps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/catsrvps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/catsrvps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/catsrvps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of catsrvps.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "catsrvps.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cfgbkend.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cfgbkend.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cfgbkend.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cfgbkend.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of CfgBkEnd.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CfgBkEnd.DLL" -EXPORTS -CLSID_CfgComp -IID_ICfgComp -IID_ISettingsComp -IID_ISettingsComp2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cfmifsproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cfmifsproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cfmifsproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cfmifsproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of cfmifsproxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "cfmifsproxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_g18030.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_g18030.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_g18030.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_g18030.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of c_gb18030.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "c_gb18030.dll" -EXPORTS -NlsDllCodePageTranslation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_is2022.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_is2022.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_is2022.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_is2022.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of c_is2022.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "c_is2022.dll" -EXPORTS -NlsDllCodePageTranslation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_iscii.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_iscii.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/c_iscii.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/c_iscii.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of c_iscii.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "c_iscii.dll" -EXPORTS -NlsDllCodePageTranslation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/clbcatq.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/clbcatq.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/clbcatq.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/clbcatq.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Definition file of CLBCatQ.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CLBCatQ.DLL" -EXPORTS -ActivatorUpdateForIsRouterChanges -CoRegCleanup -DeleteAllActivatorsForClsid -DowngradeAPL -GetGlobalBabyJITEnabled -UpdateFromAppChange -UpdateFromComponentChange -CLSIDFromStringByBitness -CheckMemoryGates -ComPlusEnablePartitions -ComPlusEnableRemoteAccess -ComPlusMigrate -ComPlusPartitionsEnabled -ComPlusRemoteAccessEnabled -CreateComponentLibraryEx -GetCatalogObject -GetCatalogObject2 -GetComputerObject -GetSimpleTableDispenser -InprocServer32FromString -OpenComponentLibraryEx -OpenComponentLibraryOnMemEx -OpenComponentLibraryOnStreamEx -ServerGetApplicationType -SetSetupOpen -SetSetupSave -SetupOpen -SetupSave diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/clb.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/clb.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/clb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/clb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of clb.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "clb.dll" -EXPORTS -ClbAddData -ClbSetColumnWidths -ClbStyleW -ClbWndProc -CustomControlInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cliconfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cliconfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cliconfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cliconfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of CLICONFG.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CLICONFG.DLL" -EXPORTS -CPlApplet -ClientConfigureAddEdit -OnInitDialogMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/clusapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/clusapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/clusapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/clusapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,203 +0,0 @@ -; -; Definition file of CLUSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CLUSAPI.dll" -EXPORTS -CCHlpAddNodeUpdateCluster -CCHlpConfigureNode -CCHlpCreateClusterNameCOIfNotExists -CCHlpGetClusterServiceSecret -CCHlpGetDNSHostLabel -CCHlpRestoreClusterVirtualObjectToInitialState -AddClusterNode -AddClusterResourceDependency -AddClusterResourceNode -AddResourceToClusterSharedVolumes -BackupClusterDatabase -CanResourceBeDependent -CancelClusterGroupOperation -ChangeClusterResourceGroup -CloseCluster -CloseClusterGroup -CloseClusterNetInterface -CloseClusterNetwork -CloseClusterNode -CloseClusterNotifyPort -CloseClusterResource -ClusterCloseEnum -ClusterCloseEnumEx -ClusterControl -ClusterEnum -ClusterEnumEx -ClusterFreeMemory -ClusterFreeMrrResponse -ClusterGetEnumCount -ClusterGetEnumCountEx -ClusterGroupCloseEnum -ClusterGroupCloseEnumEx -ClusterGroupControl -ClusterGroupEnum -ClusterGroupEnumEx -ClusterGroupGetEnumCount -ClusterGroupGetEnumCountEx -ClusterGroupOpenEnum -ClusterGroupOpenEnumEx -ClusterNetInterfaceControl -ClusterNetworkCloseEnum -ClusterNetworkControl -ClusterNetworkEnum -ClusterNetworkGetEnumCount -ClusterNetworkOpenEnum -ClusterNodeCloseEnum -ClusterNodeCloseEnumEx -ClusterNodeControl -ClusterNodeEnum -ClusterNodeEnumEx -ClusterNodeGetEnumCount -ClusterNodeGetEnumCountEx -ClusterNodeOpenEnum -ClusterNodeOpenEnumEx -ClusterOpenEnum -ClusterOpenEnumEx -ClusterRegBatchAddCommand -ClusterRegBatchCloseNotification -ClusterRegBatchReadCommand -ClusterRegCloseBatch -ClusterRegCloseBatchEx -ClusterRegCloseBatchNotifyPort -ClusterRegCloseKey -ClusterRegCloseReadBatch -ClusterRegCloseReadBatchReply -ClusterRegCreateBatch -ClusterRegCreateBatchNotifyPort -ClusterRegCreateKey -ClusterRegCreateKeyForceSync -ClusterRegCreateReadBatch -ClusterRegDeleteKey -ClusterRegDeleteKeyForceSync -ClusterRegDeleteValue -ClusterRegDeleteValueForceSync -ClusterRegEnumKey -ClusterRegEnumValue -ClusterRegGetBatchNotification -ClusterRegGetKeySecurity -ClusterRegOpenKey -ClusterRegQueryAllValues -ClusterRegQueryInfoKey -ClusterRegQueryValue -ClusterRegReadBatchAddCommand -ClusterRegReadBatchReplyNextCommand -ClusterRegSetKeySecurity -ClusterRegSetValue -ClusterRegSetValueForceSync -ClusterRegSyncDatabase -ClusterResourceCloseEnum -ClusterResourceCloseEnumEx -ClusterResourceControl -ClusterResourceEnum -ClusterResourceEnumEx -ClusterResourceGetEnumCount -ClusterResourceGetEnumCountEx -ClusterResourceOpenEnum -ClusterResourceOpenEnumEx -ClusterResourceTypeCloseEnum -ClusterResourceTypeControl -ClusterResourceTypeEnum -ClusterResourceTypeGetEnumCount -ClusterResourceTypeOpenEnum -ClusterSendReceiveMrr -ClusterSharedVolumeClearBackupState -ClusterSharedVolumeSetSnapshotState -ClusterStmFindDisk -CreateCluster -CreateClusterGroup -CreateClusterGroupEx -CreateClusterManagementPoint -CreateClusterNotifyPort -CreateClusterNotifyPortV2 -CreateClusterResource -CreateClusterResourceType -CreateClusterResourceWithId -DeleteClusterGroup -DeleteClusterResource -DeleteClusterResourceType -DestroyCluster -DestroyClusterGroup -EvictClusterNode -EvictClusterNodeEx -FailClusterResource -GetClusterFromGroup -GetClusterFromNetInterface -GetClusterFromNetwork -GetClusterFromNode -GetClusterFromResource -GetClusterGroupKey -GetClusterGroupState -GetClusterInformation -GetClusterKey -GetClusterNetInterface -GetClusterNetInterfaceKey -GetClusterNetInterfaceState -GetClusterNetworkId -GetClusterNetworkKey -GetClusterNetworkState -GetClusterNodeId -GetClusterNodeKey -GetClusterNodeState -GetClusterNotify -GetClusterNotifyV2 -GetClusterQuorumResource -GetClusterResourceDependencyExpression -GetClusterResourceKey -GetClusterResourceNetworkName -GetClusterResourceState -GetClusterResourceTypeKey -GetClusterSharedVolumeNameForFile -GetNodeClusterState -GetNotifyEventHandle -IsFileOnClusterSharedVolume -MoveClusterGroup -MoveClusterGroupEx -OfflineClusterGroup -OfflineClusterGroupEx -OfflineClusterResource -OfflineClusterResourceEx -OnlineClusterGroup -OnlineClusterGroupEx -OnlineClusterResource -OnlineClusterResourceEx -OpenCluster -OpenClusterEx -OpenClusterEx2 -OpenClusterGroup -OpenClusterGroupEx -OpenClusterNetInterface -OpenClusterNetInterfaceEx -OpenClusterNetwork -OpenClusterNetworkEx -OpenClusterNode -OpenClusterNodeEx -OpenClusterResource -OpenClusterResourceEx -PauseClusterNode -PauseClusterNodeEx -RegisterClusterNotify -RegisterClusterNotifyV2 -RemoveClusterResourceDependency -RemoveClusterResourceNode -RemoveResourceFromClusterSharedVolumes -RestartClusterResource -RestoreClusterDatabase -ResumeClusterNode -ResumeClusterNodeEx -SetClusterGroupName -SetClusterGroupNodeList -SetClusterName -SetClusterNetworkName -SetClusterNetworkPriorityOrder -SetClusterQuorumResource -SetClusterResourceDependencyExpression -SetClusterResourceName -SetClusterServiceAccountPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cnvfat.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cnvfat.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cnvfat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cnvfat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of CUFAT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CUFAT.dll" -EXPORTS -IsConversionAvailable -ConvertFAT diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/colbact.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/colbact.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/colbact.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/colbact.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of colbact.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "colbact.DLL" -EXPORTS -GetClassInfoForCurrentUser -GetDefaultPartitionForCurrentUser -GetDefaultPartitionForSid -PartitionAccessCheck diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/colorcnv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/colorcnv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/colorcnv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/colorcnv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of deffile.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "deffile.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/comctl32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/comctl32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/comctl32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/comctl32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -; -; Definition file of COMCTL32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "COMCTL32.dll" -EXPORTS -MenuHelp -ShowHideMenuCtl -GetEffectiveClientRect -DrawStatusTextA -CreateStatusWindowA -CreateToolbar -CreateMappedBitmap -DPA_LoadStream -DPA_SaveStream -DPA_Merge -CreatePropertySheetPage -MakeDragList -LBItemFromPt -DrawInsert -CreateUpDownControl -InitCommonControls -CreatePropertySheetPageA -CreatePropertySheetPageW -CreateStatusWindow -CreateStatusWindowW -CreateToolbarEx -DestroyPropertySheetPage -DrawStatusText -DrawStatusTextW -FlatSB_EnableScrollBar -FlatSB_GetScrollInfo -FlatSB_GetScrollPos -FlatSB_GetScrollProp -FlatSB_GetScrollRange -FlatSB_SetScrollInfo -FlatSB_SetScrollPos -FlatSB_SetScrollProp -FlatSB_SetScrollRange -FlatSB_ShowScrollBar -GetMUILanguage -ImageList_Add -ImageList_AddIcon -ImageList_AddMasked -ImageList_BeginDrag -ImageList_Copy -ImageList_Create -ImageList_Destroy -ImageList_DragEnter -ImageList_DragLeave -ImageList_DragMove -ImageList_DragShowNolock -ImageList_Draw -ImageList_DrawEx -ImageList_DrawIndirect -ImageList_Duplicate -ImageList_EndDrag -ImageList_GetBkColor -ImageList_GetDragImage -ImageList_GetFlags -ImageList_GetIcon -ImageList_GetIconSize -ImageList_GetImageCount -ImageList_GetImageInfo -ImageList_GetImageRect -ImageList_LoadImage -ImageList_LoadImageA -ImageList_LoadImageW -ImageList_Merge -ImageList_Read -ImageList_Remove -ImageList_Replace -ImageList_ReplaceIcon -ImageList_SetBkColor -ord_71 @71 -ord_72 @72 -ord_73 @73 -ord_74 @74 -ImageList_SetDragCursorImage -ImageList_SetFilter -ImageList_SetFlags -ImageList_SetIconSize -ImageList_SetImageCount -ImageList_SetOverlayImage -ImageList_Write -InitCommonControlsEx -InitMUILanguage -InitializeFlatSB -PropertySheet -PropertySheetA -PropertySheetW -RegisterClassNameW -UninitializeFlatSB -_TrackMouseEvent -ord_151 @151 -FreeMRUList -ord_153 @153 -ord_154 @154 -ord_155 @155 -ord_156 @156 -ord_157 @157 -ord_163 @163 -ord_164 @164 -ord_167 @167 -ord_169 @169 -ord_233 @233 -ord_234 @234 -ord_235 @235 -Str_SetPtrW -DSA_Create -DSA_Destroy -DSA_GetItem -DSA_GetItemPtr -DSA_InsertItem -DSA_SetItem -DSA_DeleteItem -DSA_DeleteAllItems -DPA_Create -DPA_Destroy -DPA_Grow -DPA_Clone -DPA_GetPtr -DPA_GetPtrIndex -DPA_InsertPtr -DPA_SetPtr -DPA_DeletePtr -DPA_DeleteAllPtrs -DPA_Sort -DPA_Search -DPA_CreateEx -ord_341 @341 -ord_342 @342 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_382 @382 -ord_383 @383 -ord_384 @384 -DPA_EnumCallback -DPA_DestroyCallback -DSA_EnumCallback -DSA_DestroyCallback -ord_389 @389 -ord_390 @390 -CreateMRUListW -AddMRUStringW -ord_402 @402 -EnumMRUListW -ord_404 @404 -SetWindowSubclass -ord_411 @411 -RemoveWindowSubclass -DefSubclassProc -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/comdlg32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/comdlg32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/comdlg32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/comdlg32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Definition file of COMDLG32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "COMDLG32.dll" -EXPORTS -ord_100 @100 -ord_101 @101 -ChooseColorA -ChooseColorW -ChooseFontA -ChooseFontW -CommDlgExtendedError -FindTextA -FindTextW -GetFileTitleA -GetFileTitleW -GetOpenFileNameA -GetOpenFileNameW -GetSaveFileNameA -GetSaveFileNameW -LoadAlterBitmap -PageSetupDlgA -PageSetupDlgW -PrintDlgA -PrintDlgExA -PrintDlgExW -PrintDlgW -ReplaceTextA -ReplaceTextW -Ssync_ANSI_UNICODE_Struct_For_WOW -WantArrows -dwLBSubclass -dwOKSubclass diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/compstui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/compstui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/compstui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/compstui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of COMPSTUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "COMPSTUI.dll" -EXPORTS -CommonPropertySheetUIA -CommonPropertySheetUIW -GetCPSUIUserData -SetCPSUIUserData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/comsnap.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/comsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/comsnap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/comsnap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of ComSnap.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ComSnap.DLL" -EXPORTS -InstallDsExtension diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/comuid.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/comuid.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/comuid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/comuid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of ComUID.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ComUID.DLL" -EXPORTS -CreateDCOMSecurityUIPage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/connect.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/connect.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/connect.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/connect.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of connect.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "connect.dll" -EXPORTS -AddConnectionOptionListEntries -CreateVPNConnection -GetInternetConnected -GetNetworkConnected -GetVPNConnected -HrIsInternetConnected -HrIsInternetConnectedGUID -IsInternetConnected -IsInternetConnectedGUID -IsUniqueConnectionName -RegisterPageWithPage -UnregisterPage -UnregisterPagesLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/console.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/console.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/console.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/console.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of Console.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Console.dll" -EXPORTS -CPlApplet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/credui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/credui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/credui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/credui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -; -; Definition file of credui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "credui.dll" -EXPORTS -CredPackAuthenticationBufferA -CredPackAuthenticationBufferW -CredUICmdLinePromptForCredentialsA -CredUICmdLinePromptForCredentialsW -CredUIConfirmCredentialsA -CredUIConfirmCredentialsW -CredUIInitControls -CredUIParseUserNameA -CredUIParseUserNameW -CredUIPromptForCredentialsA -CredUIPromptForCredentialsW -CredUIPromptForWindowsCredentialsA -CredUIPromptForWindowsCredentialsW -CredUIPromptForWindowsCredentialsWorker -CredUIReadSSOCredA -CredUIReadSSOCredW -CredUIStoreSSOCredA -CredUIStoreSSOCredW -CredUnPackAuthenticationBufferA -CredUnPackAuthenticationBufferW -SspiGetCredUIContext -SspiIsPromptingNeeded -SspiPromptForCredentialsA -SspiPromptForCredentialsW -SspiUnmarshalCredUIContext -SspiUpdateCredentials diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/crypt32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/crypt32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/crypt32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/crypt32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,306 +0,0 @@ -; -; Definition file of CRYPT32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPT32.dll" -EXPORTS -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -CryptObjectLocatorFree -CryptObjectLocatorGet -CryptObjectLocatorGetContent -CryptObjectLocatorGetUpdated -CryptObjectLocatorInitialize -CryptObjectLocatorIsChanged -CryptObjectLocatorRelease -I_PFXImportCertStoreEx -CertAddCRLContextToStore -CertAddCRLLinkToStore -CertAddCTLContextToStore -CertAddCTLLinkToStore -CertAddCertificateContextToStore -CertAddCertificateLinkToStore -CertAddEncodedCRLToStore -CertAddEncodedCTLToStore -CertAddEncodedCertificateToStore -CertAddEncodedCertificateToSystemStoreA -CertAddEncodedCertificateToSystemStoreW -CertAddEnhancedKeyUsageIdentifier -CertAddRefServerOcspResponse -CertAddRefServerOcspResponseContext -CertAddSerializedElementToStore -CertAddStoreToCollection -CertAlgIdToOID -CertCloseServerOcspResponse -CertCloseStore -CertCompareCertificate -CertCompareCertificateName -CertCompareIntegerBlob -CertComparePublicKeyInfo -CertControlStore -CertCreateCRLContext -CertCreateCTLContext -CertCreateCTLEntryFromCertificateContextProperties -CertCreateCertificateChainEngine -CertCreateCertificateContext -CertCreateContext -CertCreateSelfSignCertificate -CertDeleteCRLFromStore -CertDeleteCTLFromStore -CertDeleteCertificateFromStore -CertDuplicateCRLContext -CertDuplicateCTLContext -CertDuplicateCertificateChain -CertDuplicateCertificateContext -CertDuplicateStore -CertEnumCRLContextProperties -CertEnumCRLsInStore -CertEnumCTLContextProperties -CertEnumCTLsInStore -CertEnumCertificateContextProperties -CertEnumCertificatesInStore -CertEnumPhysicalStore -CertEnumSubjectInSortedCTL -CertEnumSystemStore -CertEnumSystemStoreLocation -CertFindAttribute -CertFindCRLInStore -CertFindCTLInStore -CertFindCertificateInCRL -CertFindCertificateInStore -CertFindChainInStore -CertFindExtension -CertFindRDNAttr -CertFindSubjectInCTL -CertFindSubjectInSortedCTL -CertFreeCRLContext -CertFreeCTLContext -CertFreeCertificateChain -CertFreeCertificateChainEngine -CertFreeCertificateChainList -CertFreeCertificateContext -CertFreeServerOcspResponseContext -CertGetCRLContextProperty -CertGetCRLFromStore -CertGetCTLContextProperty -CertGetCertificateChain -CertGetCertificateContextProperty -CertGetEnhancedKeyUsage -CertGetIntendedKeyUsage -CertGetIssuerCertificateFromStore -CertGetNameStringA -CertGetNameStringW -CertGetPublicKeyLength -CertGetServerOcspResponseContext -CertGetStoreProperty -CertGetSubjectCertificateFromStore -CertGetValidUsages -CertIsRDNAttrsInCertificateName -CertIsStrongHashToSign -CertIsValidCRLForCertificate -CertNameToStrA -CertNameToStrW -CertOIDToAlgId -CertOpenServerOcspResponse -CertOpenStore -CertOpenSystemStoreA -CertOpenSystemStoreW -CertRDNValueToStrA -CertRDNValueToStrW -CertRegisterPhysicalStore -CertRegisterSystemStore -CertRemoveEnhancedKeyUsageIdentifier -CertRemoveStoreFromCollection -CertResyncCertificateChainEngine -CertRetrieveLogoOrBiometricInfo -CertSaveStore -CertSelectCertificateChains -CertSerializeCRLStoreElement -CertSerializeCTLStoreElement -CertSerializeCertificateStoreElement -CertSetCRLContextProperty -CertSetCTLContextProperty -CertSetCertificateContextPropertiesFromCTLEntry -CertSetCertificateContextProperty -CertSetEnhancedKeyUsage -CertSetStoreProperty -CertStrToNameA -CertStrToNameW -CertUnregisterPhysicalStore -CertUnregisterSystemStore -CertVerifyCRLRevocation -CertVerifyCRLTimeValidity -CertVerifyCTLUsage -CertVerifyCertificateChainPolicy -CertVerifyRevocation -CertVerifySubjectCertificateContext -CertVerifyTimeValidity -CertVerifyValidityNesting -CryptAcquireCertificatePrivateKey -CryptBinaryToStringA -CryptBinaryToStringW -CryptCloseAsyncHandle -CryptCreateAsyncHandle -CryptCreateKeyIdentifierFromCSP -CryptDecodeMessage -CryptDecodeObject -CryptDecodeObjectEx -CryptDecryptAndVerifyMessageSignature -CryptDecryptMessage -CryptEncodeObject -CryptEncodeObjectEx -CryptEncryptMessage -CryptEnumKeyIdentifierProperties -CryptEnumOIDFunction -CryptEnumOIDInfo -CryptExportPKCS8 -CryptExportPublicKeyInfo -CryptExportPublicKeyInfoEx -CryptExportPublicKeyInfoFromBCryptKeyHandle -CryptFindCertificateKeyProvInfo -CryptFindLocalizedName -CryptFindOIDInfo -CryptFormatObject -CryptFreeOIDFunctionAddress -CryptGetAsyncParam -CryptGetDefaultOIDDllList -CryptGetDefaultOIDFunctionAddress -CryptGetKeyIdentifierProperty -CryptGetMessageCertificates -CryptGetMessageSignerCount -CryptGetOIDFunctionAddress -CryptGetOIDFunctionValue -CryptHashCertificate -CryptHashCertificate2 -CryptHashMessage -CryptHashPublicKeyInfo -CryptHashToBeSigned -CryptImportPKCS8 -CryptImportPublicKeyInfo -CryptImportPublicKeyInfoEx -CryptImportPublicKeyInfoEx2 -CryptInitOIDFunctionSet -CryptInstallDefaultContext -CryptInstallOIDFunctionAddress -CryptLoadSip -CryptMemAlloc -CryptMemFree -CryptMemRealloc -CryptMsgCalculateEncodedLength -CryptMsgClose -CryptMsgControl -CryptMsgCountersign -CryptMsgCountersignEncoded -CryptMsgDuplicate -CryptMsgEncodeAndSignCTL -CryptMsgGetAndVerifySigner -CryptMsgGetParam -CryptMsgOpenToDecode -CryptMsgOpenToEncode -CryptMsgSignCTL -CryptMsgUpdate -CryptMsgVerifyCountersignatureEncoded -CryptMsgVerifyCountersignatureEncodedEx -CryptProtectData -CryptProtectMemory -CryptQueryObject -CryptRegisterDefaultOIDFunction -CryptRegisterOIDFunction -CryptRegisterOIDInfo -CryptRetrieveTimeStamp -CryptSIPAddProvider -CryptSIPCreateIndirectData -CryptSIPGetCaps -CryptSIPGetSealedDigest -CryptSIPGetSignedDataMsg -CryptSIPLoad -CryptSIPPutSignedDataMsg -CryptSIPRemoveProvider -CryptSIPRemoveSignedDataMsg -CryptSIPRetrieveSubjectGuid -CryptSIPRetrieveSubjectGuidForCatalogFile -CryptSIPVerifyIndirectData -CryptSetAsyncParam -CryptSetKeyIdentifierProperty -CryptSetOIDFunctionValue -CryptSignAndEncodeCertificate -CryptSignAndEncryptMessage -CryptSignCertificate -CryptSignMessage -CryptSignMessageWithKey -CryptStringToBinaryA -CryptStringToBinaryW -CryptUninstallDefaultContext -CryptUnprotectData -CryptUnprotectMemory -CryptUnregisterDefaultOIDFunction -CryptUnregisterOIDFunction -CryptUnregisterOIDInfo -CryptUpdateProtectedState -CryptVerifyCertificateSignature -CryptVerifyCertificateSignatureEx -CryptVerifyDetachedMessageHash -CryptVerifyDetachedMessageSignature -CryptVerifyMessageHash -CryptVerifyMessageSignature -CryptVerifyMessageSignatureWithKey -CryptVerifyTimeStampSignature -I_CertDiagControl -I_CertProtectFunction -I_CertSrvProtectFunction -I_CertSyncStore -I_CertUpdateStore -I_CryptAddRefLruEntry -I_CryptAddSmartCardCertToStore -I_CryptAllocTls -I_CryptCreateLruCache -I_CryptCreateLruEntry -I_CryptDetachTls -I_CryptDisableLruOfEntries -I_CryptEnableLruOfEntries -I_CryptEnumMatchingLruEntries -I_CryptFindLruEntry -I_CryptFindLruEntryData -I_CryptFindSmartCardCertInStore -I_CryptFlushLruCache -I_CryptFreeLruCache -I_CryptFreeTls -I_CryptGetAsn1Decoder -I_CryptGetAsn1Encoder -I_CryptGetDefaultCryptProv -I_CryptGetDefaultCryptProvForEncrypt -I_CryptGetFileVersion -I_CryptGetLruEntryData -I_CryptGetLruEntryIdentifier -I_CryptGetOssGlobal -I_CryptGetTls -I_CryptInsertLruEntry -I_CryptInstallAsn1Module -I_CryptInstallOssGlobal -I_CryptReadTrustedPublisherDWORDValueFromRegistry -I_CryptRegisterSmartCardStore -I_CryptReleaseLruEntry -I_CryptRemoveLruEntry -I_CryptSetTls -I_CryptTouchLruEntry -I_CryptUninstallAsn1Module -I_CryptUninstallOssGlobal -I_CryptUnregisterSmartCardStore -I_CryptWalkAllLruCacheEntries -PFXExportCertStore -PFXExportCertStore2 -PFXExportCertStoreEx -PFXImportCertStore -PFXIsPFXBlob -PFXVerifyPassword -ord_2000 @2000 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptdlg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptdlg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptdlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptdlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of CRYPTDLG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTDLG.dll" -EXPORTS -CertConfigureTrustA -CertConfigureTrustW -CertTrustCertPolicy -CertTrustCleanup -CertTrustFinalPolicy -CertTrustInit -DecodeAttrSequence -DecodeRecipientID -EncodeAttrSequence -EncodeRecipientID -FormatPKIXEmailProtection -FormatVerisignExtension -CertModifyCertificatesToTrust -CertSelectCertificateA -CertSelectCertificateW -CertViewPropertiesA -CertViewPropertiesW -GetFriendlyNameOfCertA -GetFriendlyNameOfCertW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptdll.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptdll.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptdll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptdll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Definition file of cryptdll.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "cryptdll.dll" -EXPORTS -CDBuildIntegrityVect -CDBuildVect -CDFindCommonCSystem -CDFindCommonCSystemWithKey -CDGenerateRandomBits -CDGetIntegrityVect -CDLocateCSystem -CDLocateCheckSum -CDLocateRng -CDRegisterCSystem -CDRegisterCheckSum -CDRegisterRng -HMACwithSHA -KRBFXCF2 -MD5Final -MD5Init -MD5Update -PBKDF2 -aesCTSDecryptMsg -aesCTSEncryptMsg diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptext.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptext.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of CRYPTEXT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTEXT.dll" -EXPORTS -I_InvokeCommand -CryptExtAddCER -CryptExtAddCERMachineOnlyAndHwndW -CryptExtAddCERW -CryptExtAddCRL -CryptExtAddCRLW -CryptExtAddCTL -CryptExtAddCTLW -CryptExtAddP7R -CryptExtAddP7RW -CryptExtAddPFX -CryptExtAddPFXMachineOnlyAndHwndW -CryptExtAddPFXW -CryptExtAddSPC -CryptExtAddSPCW -CryptExtOpenCAT -CryptExtOpenCATW -CryptExtOpenCER -CryptExtOpenCERW -CryptExtOpenCRL -CryptExtOpenCRLW -CryptExtOpenCTL -CryptExtOpenCTLW -CryptExtOpenP7R -CryptExtOpenP7RW -CryptExtOpenPKCS7 -CryptExtOpenPKCS7W -CryptExtOpenSTR -CryptExtOpenSTRW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptnet.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptnet.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptnet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptnet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of CRYPTNET.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTNET.dll" -EXPORTS -CertDllVerifyCTLUsage -CertDllVerifyRevocation -I_CryptConvertIriToAsciiOrUnicode -I_CryptConvertIriToAsciiOrUnicodeWithFlags -LdapProvOpenStore -CryptCancelAsyncRetrieval -CryptFlushTimeValidObject -CryptGetObjectUrl -CryptGetTimeValidObject -CryptInstallCancelRetrieval -CryptRetrieveObjectByUrlA -CryptRetrieveObjectByUrlW -CryptUninstallCancelRetrieval -I_CryptNetEnumUrlCacheEntry -I_CryptNetGetConnectivity -I_CryptNetGetHostNameFromUrl -I_CryptNetGetUserDsStoreUrl -I_CryptNetSetUrlCacheFlushInfo -I_CryptNetSetUrlCachePreFetchInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptsp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptsp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptsp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptsp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ -; -; Definition file of CRYPTSP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTSP.dll" -EXPORTS -CheckSignatureInFile -CryptAcquireContextA -CryptAcquireContextW -CryptContextAddRef -CryptCreateHash -CryptDecrypt -CryptDeriveKey -CryptDestroyHash -CryptDestroyKey -CryptDuplicateHash -CryptDuplicateKey -CryptEncrypt -CryptEnumProviderTypesA -CryptEnumProviderTypesW -CryptEnumProvidersA -CryptEnumProvidersW -CryptExportKey -CryptGenKey -CryptGenRandom -CryptGetDefaultProviderA -CryptGetDefaultProviderW -CryptGetHashParam -CryptGetKeyParam -CryptGetProvParam -CryptGetUserKey -CryptHashData -CryptHashSessionKey -CryptImportKey -CryptReleaseContext -CryptSetHashParam -CryptSetKeyParam -CryptSetProvParam -CryptSetProviderA -CryptSetProviderExA -CryptSetProviderExW -CryptSetProviderW -CryptSignHashA -CryptSignHashW -CryptVerifySignatureA -CryptVerifySignatureW -SystemFunction006 -SystemFunction007 -SystemFunction008 -SystemFunction009 -SystemFunction010 -SystemFunction011 -SystemFunction012 -SystemFunction013 -SystemFunction014 -SystemFunction015 -SystemFunction016 -SystemFunction018 -SystemFunction020 -SystemFunction021 -SystemFunction022 -SystemFunction023 -SystemFunction024 -SystemFunction025 -SystemFunction026 -SystemFunction027 -SystemFunction030 -SystemFunction031 -SystemFunction032 -SystemFunction033 -SystemFunction035 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of CRYPTSVC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTSVC.dll" -EXPORTS -CryptServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -; -; Definition file of CRYPTUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTUI.dll" -EXPORTS -AddChainToStore -CertDllProtectedRootMessageBox -CompareCertificate -CryptUIDlgAddPolicyServer -CryptUIDlgAddPolicyServerWithPriority -CryptUIDlgPropertyPolicy -DisplayHtmlHelp -FormatDateStringAutoLayout -GetUnknownErrorString -InvokeHelpLink -MyFormatEnhancedKeyUsageString -ACUIProviderInvokeUI -CertSelectionGetSerializedBlob -CommonInit -CryptDllProtectPrompt -CryptUIDlgCertMgr -CryptUIDlgFreeCAContext -CryptUIDlgFreePolicyServerContext -CryptUIDlgSelectCA -CryptUIDlgSelectCertificateA -CryptUIDlgSelectCertificateFromStore -CryptUIDlgSelectCertificateW -CryptUIDlgSelectPolicyServer -CryptUIDlgSelectStoreA -CryptUIDlgSelectStoreW -CryptUIDlgViewCRLA -CryptUIDlgViewCRLW -CryptUIDlgViewCTLA -CryptUIDlgViewCTLW -CryptUIDlgViewCertificateA -CryptUIDlgViewCertificatePropertiesA -CryptUIDlgViewCertificatePropertiesW -CryptUIDlgViewCertificateW -CryptUIDlgViewContext -CryptUIDlgViewSignerInfoA -CryptUIDlgViewSignerInfoW -CryptUIFreeCertificatePropertiesPagesA -CryptUIFreeCertificatePropertiesPagesW -CryptUIFreeViewSignaturesPagesA -CryptUIFreeViewSignaturesPagesW -CryptUIGetCertificatePropertiesPagesA -CryptUIGetCertificatePropertiesPagesW -CryptUIGetViewSignaturesPagesA -CryptUIGetViewSignaturesPagesW -CryptUIStartCertMgr -CryptUIViewExpiringCerts -CryptUIWizBuildCTL -CryptUIWizDigitalSign -CryptUIWizExport -CryptUIWizFreeDigitalSignContext -CryptUIWizImport -CryptUIWizImportInternal -IsWizardExtensionAvailable diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptxml.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptxml.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cryptxml.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cryptxml.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of CRYPTXML.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CRYPTXML.dll" -EXPORTS -CryptXmlAddObject -CryptXmlClose -CryptXmlCreateReference -CryptXmlDigestReference -CryptXmlEncode -CryptXmlEnumAlgorithmInfo -CryptXmlFindAlgorithmInfo -CryptXmlGetAlgorithmInfo -CryptXmlGetDocContext -CryptXmlGetReference -CryptXmlGetSignature -CryptXmlGetStatus -CryptXmlGetTransforms -CryptXmlImportPublicKey -CryptXmlOpenToDecode -CryptXmlOpenToEncode -CryptXmlSetHMACSecret -CryptXmlSign -CryptXmlVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/cscapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/cscapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/cscapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/cscapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of CSCAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "CSCAPI.dll" -EXPORTS -CscNetApiGetInterface -CscSearchApiGetInterface -OfflineFilesEnable -OfflineFilesGetShareCachingMode -OfflineFilesQueryStatus -OfflineFilesQueryStatusEx -OfflineFilesStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/d2d1.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/d2d1.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/d2d1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/d2d1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of d2d1.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "d2d1.dll" -EXPORTS -D2D1CreateFactory -D2D1MakeRotateMatrix -D2D1MakeSkewMatrix -D2D1IsMatrixInvertible -D2D1InvertMatrix -D2D1ConvertColorSpace -D2D1CreateDevice -D2D1CreateDeviceContext -D2D1SinCos -D2D1Tan -D2D1Vec3Length -D2D1ComputeMaximumScaleFactor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3d11.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3d11.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3d11.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3d11.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -; -; Definition file of d3d11.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "d3d11.dll" -EXPORTS -D3DKMTCloseAdapter -D3DKMTDestroyAllocation -D3DKMTDestroyContext -D3DKMTDestroyDevice -D3DKMTDestroySynchronizationObject -D3DKMTQueryAdapterInfo -D3DKMTSetDisplayPrivateDriverFormat -D3DKMTSignalSynchronizationObject -D3DKMTUnlock -D3DKMTWaitForSynchronizationObject -EnableFeatureLevelUpgrade -OpenAdapter10 -OpenAdapter10_2 -D3D11CoreCreateDevice -D3D11CoreCreateLayeredDevice -D3D11CoreGetLayeredDeviceSize -D3D11CoreRegisterLayers -D3D11CreateDevice -D3D11CreateDeviceAndSwapChain -D3DKMTCreateAllocation -D3DKMTCreateContext -D3DKMTCreateDevice -D3DKMTCreateSynchronizationObject -D3DKMTEscape -D3DKMTGetContextSchedulingPriority -D3DKMTGetDeviceState -D3DKMTGetDisplayModeList -D3DKMTGetMultisampleMethodList -D3DKMTGetRuntimeData -D3DKMTGetSharedPrimaryHandle -D3DKMTLock -D3DKMTOpenAdapterFromHdc -D3DKMTOpenResource -D3DKMTPresent -D3DKMTQueryAllocationResidency -D3DKMTQueryResourceInfo -D3DKMTRender -D3DKMTSetAllocationPriority -D3DKMTSetContextSchedulingPriority -D3DKMTSetDisplayMode -D3DKMTSetGammaRamp -D3DKMTSetVidPnSourceOwner -D3DKMTWaitForVerticalBlankEvent -D3DPerformance_BeginEvent -D3DPerformance_EndEvent -D3DPerformance_GetStatus -D3DPerformance_SetMarker diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3d9.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3d9.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3d9.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3d9.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of d3d9.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "d3d9.dll" -EXPORTS -ord_16 @16 -Direct3DShaderValidatorCreate9 -PSGPError -PSGPSampleTexture -D3DPERF_BeginEvent -D3DPERF_EndEvent -D3DPERF_GetStatus -D3DPERF_QueryRepeatFrame -D3DPERF_SetMarker -D3DPERF_SetOptions -D3DPERF_SetRegion -DebugSetLevel -DebugSetMute -Direct3D9EnableMaximizedWindowedModeShim -Direct3DCreate9 -Direct3DCreate9Ex diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3dcompiler_47.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3dcompiler_47.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/d3dcompiler_47.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/d3dcompiler_47.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of D3DCOMPILER_47.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "D3DCOMPILER_47.dll" -EXPORTS -D3DAssemble -DebugSetMute -D3DCompile -D3DCompile2 -D3DCompileFromFile -D3DCompressShaders -D3DCreateBlob -D3DCreateFunctionLinkingGraph -D3DCreateLinker -D3DDecompressShaders -D3DDisassemble -D3DDisassemble10Effect -D3DDisassemble11Trace -D3DDisassembleRegion -D3DGetBlobPart -D3DGetDebugInfo -D3DGetInputAndOutputSignatureBlob -D3DGetInputSignatureBlob -D3DGetOutputSignatureBlob -D3DGetTraceInstructionOffsets -D3DLoadModule -D3DPreprocess -D3DReadFileToBlob -D3DReflect -D3DReflectLibrary -D3DReturnFailure1 -D3DSetBlobPart -D3DStripShader -D3DWriteBlobToFile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/das.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/das.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/das.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/das.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of das.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "das.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/davclnt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/davclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/davclnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/davclnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Definition file of davclnt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "davclnt.dll" -EXPORTS -DavCancelConnectionsToServer -DavFreeUsedDiskSpace -DavGetDiskSpaceUsage -DavGetTheLockOwnerOfTheFile -DavInvalidateCache -DavRegisterAuthCallback -DavSetCookieW -DavUnregisterAuthCallback -NPAddConnection -NPAddConnection3 -NPCancelConnection -NPCloseEnum -NPEnumResource -NPFormatNetworkName -NPGetCaps -NPGetConnection -NPGetResourceInformation -NPGetResourceParent -NPGetUniversalName -NPGetUser -NPOpenEnum diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/davhlpr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/davhlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/davhlpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/davhlpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of DAVHLPR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DAVHLPR.dll" -EXPORTS -DavAddConnection -DavCheckAndConvertHttpUrlToUncName -DavDeleteConnection -DavFlushFile -DavGetExtendedError -DavGetHTTPFromUNCPath -DavGetServerPortAndPhysicalName -DavGetUNCFromHTTPPath -DavRemoveDummyShareFromFileName -DavRemoveDummyShareFromFileNameEx -UtfUrlStrToWideStr -WideStrToUtfUrlStr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbgeng.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbgeng.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbgeng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbgeng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of dbgeng.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dbgeng.dll" -EXPORTS -DebugConnect -DebugConnectWide -DebugCreate -DebugCreateEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbghelp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbghelp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbghelp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbghelp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,238 +0,0 @@ -; -; Definition file of dbghelp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dbghelp.dll" -EXPORTS -SymGetOmapBlockBase -DbgHelpCreateUserDump -DbgHelpCreateUserDumpW -EnumDirTree -EnumDirTreeW -EnumerateLoadedModules -EnumerateLoadedModules64 -EnumerateLoadedModulesEx -EnumerateLoadedModulesExW -EnumerateLoadedModulesW64 -ExtensionApiVersion -FindDebugInfoFile -FindDebugInfoFileEx -FindDebugInfoFileExW -FindExecutableImage -FindExecutableImageEx -FindExecutableImageExW -FindFileInPath -FindFileInSearchPath -GetSymLoadError -GetTimestampForLoadedLibrary -ImageDirectoryEntryToData -ImageDirectoryEntryToDataEx -ImageNtHeader -ImageRvaToSection -ImageRvaToVa -ImagehlpApiVersion -ImagehlpApiVersionEx -MakeSureDirectoryPathExists -MapDebugInformation -MiniDumpReadDumpStream -MiniDumpWriteDump -RangeMapAddPeImageSections -RangeMapCreate -RangeMapFree -RangeMapRead -RangeMapRemove -RangeMapWrite -RemoveInvalidModuleList -ReportSymbolLoadSummary -SearchTreeForFile -SearchTreeForFileW -SetCheckUserInterruptShared -SetSymLoadError -StackWalk -StackWalk64 -StackWalkEx -SymAddSourceStream -SymAddSourceStreamA -SymAddSourceStreamW -SymAddSymbol -SymAddSymbolW -SymAddrIncludeInlineTrace -SymCleanup -SymCompareInlineTrace -SymDeleteSymbol -SymDeleteSymbolW -SymEnumLines -SymEnumLinesW -SymEnumProcesses -SymEnumSourceFileTokens -SymEnumSourceFiles -SymEnumSourceFilesW -SymEnumSourceLines -SymEnumSourceLinesW -SymEnumSym -SymEnumSymbols -SymEnumSymbolsEx -SymEnumSymbolsExW -SymEnumSymbolsForAddr -SymEnumSymbolsForAddrW -SymEnumSymbolsW -SymEnumTypes -SymEnumTypesByName -SymEnumTypesByNameW -SymEnumTypesW -SymEnumerateModules -SymEnumerateModules64 -SymEnumerateModulesW64 -SymEnumerateSymbols -SymEnumerateSymbols64 -SymEnumerateSymbolsW -SymEnumerateSymbolsW64 -SymFindDebugInfoFile -SymFindDebugInfoFileW -SymFindExecutableImage -SymFindExecutableImageW -SymFindFileInPath -SymFindFileInPathW -SymFromAddr -SymFromAddrW -SymFromIndex -SymFromIndexW -SymFromInlineContext -SymFromInlineContextW -SymFromName -SymFromNameW -SymFromToken -SymFromTokenW -SymFunctionTableAccess -SymFunctionTableAccess64 -SymFunctionTableAccess64AccessRoutines -SymGetFileLineOffsets64 -SymGetHomeDirectory -SymGetHomeDirectoryW -SymGetLineFromAddr -SymGetLineFromAddr64 -SymGetLineFromAddrW64 -SymGetLineFromInlineContext -SymGetLineFromInlineContextW -SymGetLineFromName -SymGetLineFromName64 -SymGetLineFromNameW64 -SymGetLineNext -SymGetLineNext64 -SymGetLineNextW64 -SymGetLinePrev -SymGetLinePrev64 -SymGetLinePrevW64 -SymGetModuleBase -SymGetModuleBase64 -SymGetModuleInfo -SymGetModuleInfo64 -SymGetModuleInfoW -SymGetModuleInfoW64 -SymGetOmaps -SymGetOptions -SymGetScope -SymGetScopeW -SymGetSearchPath -SymGetSearchPathW -SymGetSourceFile -SymGetSourceFileFromToken -SymGetSourceFileFromTokenW -SymGetSourceFileToken -SymGetSourceFileTokenW -SymGetSourceFileW -SymGetSourceVarFromToken -SymGetSourceVarFromTokenW -SymGetSymFromAddr -SymGetSymFromAddr64 -SymGetSymFromName -SymGetSymFromName64 -SymGetSymNext -SymGetSymNext64 -SymGetSymPrev -SymGetSymPrev64 -SymGetSymbolFile -SymGetSymbolFileW -SymGetTypeFromName -SymGetTypeFromNameW -SymGetTypeInfo -SymGetTypeInfoEx -SymGetUnwindInfo -SymInitialize -SymInitializeW -SymLoadModule -SymLoadModule64 -SymLoadModuleEx -SymLoadModuleExW -SymMatchFileName -SymMatchFileNameW -SymMatchString -SymMatchStringA -SymMatchStringW -SymNext -SymNextW -SymPrev -SymPrevW -SymQueryInlineTrace -SymRefreshModuleList -SymRegisterCallback -SymRegisterCallback64 -SymRegisterCallbackW64 -SymRegisterFunctionEntryCallback -SymRegisterFunctionEntryCallback64 -SymSearch -SymSearchW -SymSetContext -SymSetHomeDirectory -SymSetHomeDirectoryW -SymSetOptions -SymSetParentWindow -SymSetScopeFromAddr -SymSetScopeFromIndex -SymSetScopeFromInlineContext -SymSetSearchPath -SymSetSearchPathW -SymSrvDeltaName -SymSrvDeltaNameW -SymSrvGetFileIndexInfo -SymSrvGetFileIndexInfoW -SymSrvGetFileIndexString -SymSrvGetFileIndexStringW -SymSrvGetFileIndexes -SymSrvGetFileIndexesW -SymSrvGetSupplement -SymSrvGetSupplementW -SymSrvIsStore -SymSrvIsStoreW -SymSrvStoreFile -SymSrvStoreFileW -SymSrvStoreSupplement -SymSrvStoreSupplementW -SymUnDName -SymUnDName64 -SymUnloadModule -SymUnloadModule64 -UnDecorateSymbolName -UnDecorateSymbolNameW -UnmapDebugInformation -WinDbgExtensionDllInit -block -chksym -dbghelp -dh -fptr -homedir -inlinedbg -itoldyouso -lmi -lminfo -omap -optdbgdump -optdbgdumpaddr -srcfiles -stack_force_ebp -stackdbg -sym -symsrv -vc7fpo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbnetlib.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbnetlib.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbnetlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbnetlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -; -; Definition file of DBnetlib.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DBnetlib.dll" -EXPORTS -ConnectionObjectSize -ConnectionRead -ConnectionWrite -ConnectionTransact -ConnectionWriteOOB -ConnectionMode -ConnectionStatus -ConnectionOpen -ConnectionClose -ConnectionCheckForData -ConnectionError -ConnectionVer -ConnectionSqlVer -ConnectionServerEnum -ConnectionServerEnumW -ConnectionOpenW -ConnectionErrorW -ConnectionOption -ConnectionGetSvrUser -InitEnumServers -GetNextEnumeration -CloseEnumServers -InitSSPIPackage -TermSSPIPackage -InitSession -TermSession -GenClientContext -ConnectionFlushCache -InitSessionEx -TermSessionEx -GenClientContextEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbnmpntw.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbnmpntw.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dbnmpntw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dbnmpntw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of DBnmpntw.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DBnmpntw.dll" -EXPORTS -ConnectionObjectSize -ConnectionRead -ConnectionWrite -ConnectionClose -ConnectionError -ConnectionVer -ConnectionTransact -ConnectionWriteOOB -ConnectionMode -ConnectionStatus -ConnectionOpen -ConnectionServerEnum -ConnectionCheckForData -ConnectionOpenW -ConnectionErrorW -ConnectionServerEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ddraw.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ddraw.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ddraw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ddraw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Definition file of DDRAW.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DDRAW.dll" -EXPORTS -AcquireDDThreadLock -CompleteCreateSysmemSurface -D3DParseUnknownCommand -DDGetAttachedSurfaceLcl -DDInternalLock -DDInternalUnlock -DSoundHelp -DirectDrawCreate -DirectDrawCreateClipper -DirectDrawCreateEx -DirectDrawEnumerateA -DirectDrawEnumerateExA -DirectDrawEnumerateExW -DirectDrawEnumerateW -GetDDSurfaceLocal -GetOLEThunkData -GetSurfaceFromDC -RegisterSpecialCase -ReleaseDDThreadLock -SetAppCompatData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/defragproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/defragproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/defragproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/defragproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of defragproxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "defragproxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/defragsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/defragsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/defragsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/defragsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of defragsvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "defragsvc.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/devicesetupmanager.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/devicesetupmanager.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/devicesetupmanager.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/devicesetupmanager.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DeviceSetupManager.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DeviceSetupManager.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/devmgr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/devmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/devmgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/devmgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of DEVMGR.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DEVMGR.DLL" -EXPORTS -DeviceProperties_RunDLLA -DeviceProperties_RunDLLW -DevicePropertiesA -DevicePropertiesW -DeviceManager_ExecuteA -DeviceManager_ExecuteW -DeviceProblemTextA -DeviceProblemTextW -DeviceProblemWizardA -DeviceProblemWizardW -DeviceAdvancedPropertiesA -DeviceAdvancedPropertiesW -DeviceCreateHardwarePage -DeviceCreateHardwarePageEx -DevicePropertiesExA -DevicePropertiesExW -DeviceProblenWizard_RunDLLA -DeviceProblenWizard_RunDLLW -DeviceCreateHardwarePageCustom diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/devobj.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/devobj.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/devobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/devobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -; -; Definition file of DEVOBJ.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DEVOBJ.dll" -EXPORTS -DevObjBuildClassInfoList -DevObjChangeState -DevObjClassGuidsFromName -DevObjClassNameFromGuid -DevObjCreateDevRegKey -DevObjCreateDeviceInfo -DevObjCreateDeviceInfoList -DevObjCreateDeviceInterface -DevObjCreateDeviceInterfaceRegKey -DevObjDeleteAllInterfacesForDevice -DevObjDeleteDevRegKey -DevObjDeleteDevice -DevObjDeleteDeviceInfo -DevObjDeleteDeviceInterfaceData -DevObjDeleteDeviceInterfaceRegKey -DevObjDestroyDeviceInfoList -DevObjEnumDeviceInfo -DevObjEnumDeviceInterfaces -DevObjGetClassDescription -DevObjGetClassDevs -DevObjGetClassProperty -DevObjGetClassPropertyKeys -DevObjGetClassRegistryProperty -DevObjGetDeviceInfoDetail -DevObjGetDeviceInfoListClass -DevObjGetDeviceInfoListDetail -DevObjGetDeviceInstanceId -DevObjGetDeviceInterfaceAlias -DevObjGetDeviceInterfaceDetail -DevObjGetDeviceInterfaceProperty -DevObjGetDeviceInterfacePropertyKeys -DevObjGetDeviceProperty -DevObjGetDevicePropertyKeys -DevObjGetDeviceRegistryProperty -DevObjLocateDevice -DevObjOpenClassRegKey -DevObjOpenDevRegKey -DevObjOpenDeviceInfo -DevObjOpenDeviceInterface -DevObjOpenDeviceInterfaceRegKey -DevObjRegisterDeviceInfo -DevObjRemoveDeviceInterface -DevObjRestartDevices -DevObjSetClassProperty -DevObjSetClassRegistryProperty -DevObjSetDeviceInfoDetail -DevObjSetDeviceInterfaceDefault -DevObjSetDeviceInterfaceProperty -DevObjSetDeviceProperty -DevObjSetDeviceRegistryProperty -DevObjUninstallDevice diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/devrtl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/devrtl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/devrtl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/devrtl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of DEVRTL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DEVRTL.dll" -EXPORTS -DevRtlCloseTextLogSection -DevRtlCreateTextLogSectionA -DevRtlCreateTextLogSectionW -DevRtlGetThreadLogToken -DevRtlSetThreadLogToken -DevRtlWriteTextLog -DevRtlWriteTextLogError -NdxTableAddObject -NdxTableAddObjectToList -NdxTableClose -NdxTableFirstObject -NdxTableFirstObjectInList -NdxTableGetObjectName -NdxTableGetObjectType -NdxTableGetObjectTypeCount -NdxTableGetObjectTypeName -NdxTableGetPropertyTypeClass -NdxTableGetPropertyTypeCount -NdxTableGetPropertyTypeName -NdxTableGetPropertyValue -NdxTableNextObject -NdxTableObjectFromName -NdxTableObjectFromPointer -NdxTableOpen -NdxTableRemoveObject -NdxTableRemoveObjectFromList -NdxTableSetObjectPointer -NdxTableSetPropertyValue -NdxTableSetTypeDefinition diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dfscli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dfscli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dfscli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dfscli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of dfscli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dfscli.dll" -EXPORTS -I_NetDfsIsThisADomainName -NetDfsAdd -NetDfsAddFtRoot -NetDfsAddRootTarget -NetDfsAddStdRoot -NetDfsAddStdRootForced -NetDfsEnum -NetDfsGetClientInfo -NetDfsGetDcAddress -NetDfsGetFtContainerSecurity -NetDfsGetInfo -NetDfsGetSecurity -NetDfsGetStdContainerSecurity -NetDfsGetSupportedNamespaceVersion -NetDfsManagerGetConfigInfo -NetDfsManagerInitialize -NetDfsManagerSendSiteInfo -NetDfsMove -NetDfsRemove -NetDfsRemoveFtRoot -NetDfsRemoveFtRootForced -NetDfsRemoveRootTarget -NetDfsRemoveStdRoot -NetDfsRename -NetDfsSetClientInfo -NetDfsSetFtContainerSecurity -NetDfsSetInfo -NetDfsSetSecurity -NetDfsSetStdContainerSecurity diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpcmonitor.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpcmonitor.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpcmonitor.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpcmonitor.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DHCPCMONITOR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DHCPCMONITOR.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpcsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpcsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpcsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpcsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ -; -; Definition file of dhcpcsvc.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dhcpcsvc.DLL" -EXPORTS -DhcpAcquireParameters -DhcpAcquireParametersByBroadcast -DhcpCApiCleanup -DhcpCApiInitialize -DhcpClient_Generalize -DhcpDeRegisterConnectionStateNotification -DhcpDeRegisterOptions -DhcpDeRegisterParamChange -DhcpDelPersistentRequestParams -DhcpEnableDhcp -DhcpEnableTracing -DhcpEnumClasses -DhcpEnumInterfaces -DhcpFallbackRefreshParams -DhcpFreeEnumeratedInterfaces -DhcpFreeLeaseInfo -DhcpFreeLeaseInfoArray -DhcpFreeMem -DhcpGetClassId -DhcpGetClientId -DhcpGetDhcpServicedConnections -DhcpGetFallbackParams -DhcpGetNotificationStatus -DhcpGetOriginalSubnetMask -DhcpGetTraceArray -DhcpGlobalIsShuttingDown DATA -DhcpGlobalServiceSyncEvent DATA -DhcpGlobalTerminateEvent DATA -DhcpHandlePnPEvent -DhcpIsEnabled -DhcpLeaseIpAddress -DhcpLeaseIpAddressEx -DhcpNotifyConfigChange -DhcpNotifyConfigChangeEx -DhcpNotifyMediaReconnected -DhcpOpenGlobalEvent -DhcpPersistentRequestParams -DhcpQueryLeaseInfo -DhcpQueryLeaseInfoArray -DhcpQueryLeaseInfoEx -DhcpRegisterConnectionStateNotification -DhcpRegisterOptions -DhcpRegisterParamChange -DhcpReleaseIpAddressLease -DhcpReleaseIpAddressLeaseEx -DhcpReleaseParameters -DhcpRemoveDNSRegistrations -DhcpRenewIpAddressLease -DhcpRenewIpAddressLeaseEx -DhcpRequestCachedParams -DhcpRequestOptions -DhcpRequestParams -DhcpSetClassId -DhcpSetClientId -DhcpSetFallbackParams -DhcpSetMSFTVendorSpecificOptions -DhcpStaticRefreshParams -DhcpUndoRequestParams -Dhcpv4CheckServerAvailability -Dhcpv4EnableDhcpEx -McastApiCleanup -McastApiStartup -McastEnumerateScopes -McastGenUID -McastReleaseAddress -McastRenewAddress -McastRequestAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpsapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dhcpsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dhcpsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,216 +0,0 @@ -; -; Definition file of DHCPSAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DHCPSAPI.DLL" -EXPORTS -DhcpAddFilterV4 -DhcpAddMScopeElement -DhcpAddSecurityGroup -DhcpAddServer -DhcpAddSubnetElement -DhcpAddSubnetElementV4 -DhcpAddSubnetElementV5 -DhcpAddSubnetElementV6 -DhcpAuditLogGetParams -DhcpAuditLogSetParams -DhcpCreateClass -DhcpCreateClassV6 -DhcpCreateClientInfo -DhcpCreateClientInfoV4 -DhcpCreateClientInfoVQ -DhcpCreateOption -DhcpCreateOptionV5 -DhcpCreateOptionV6 -DhcpCreateSubnet -DhcpCreateSubnetV6 -DhcpCreateSubnetVQ -DhcpDeleteClass -DhcpDeleteClassV6 -DhcpDeleteClientInfo -DhcpDeleteClientInfoV6 -DhcpDeleteFilterV4 -DhcpDeleteMClientInfo -DhcpDeleteMScope -DhcpDeleteServer -DhcpDeleteSubnet -DhcpDeleteSubnetV6 -DhcpDeleteSuperScopeV4 -DhcpDsCleanup -DhcpDsClearHostServerEntries -DhcpDsInit -DhcpEnumClasses -DhcpEnumClassesV6 -DhcpEnumFilterV4 -DhcpEnumMScopeClients -DhcpEnumMScopeElements -DhcpEnumMScopes -DhcpEnumOptionValues -DhcpEnumOptionValuesV5 -DhcpEnumOptionValuesV6 -DhcpEnumOptions -DhcpEnumOptionsV5 -DhcpEnumOptionsV6 -DhcpEnumServers -DhcpEnumSubnetClients -DhcpEnumSubnetClientsFilterStatusInfo -DhcpEnumSubnetClientsV4 -DhcpEnumSubnetClientsV5 -DhcpEnumSubnetClientsV6 -DhcpEnumSubnetClientsVQ -DhcpEnumSubnetElements -DhcpEnumSubnetElementsV4 -DhcpEnumSubnetElementsV5 -DhcpEnumSubnetElementsV6 -DhcpEnumSubnets -DhcpEnumSubnetsV6 -DhcpGetAllOptionValues -DhcpGetAllOptionValuesV6 -DhcpGetAllOptions -DhcpGetAllOptionsV6 -DhcpGetClassInfo -DhcpGetClientInfo -DhcpGetClientInfoV4 -DhcpGetClientInfoV6 -DhcpGetClientInfoVQ -DhcpGetClientOptions -DhcpGetFilterV4 -DhcpGetMCastMibInfo -DhcpGetMScopeInfo -DhcpGetMibInfo -DhcpGetMibInfoV5 -DhcpGetMibInfoV6 -DhcpGetMibInfoVQ -DhcpGetOptionInfo -DhcpGetOptionInfoV5 -DhcpGetOptionInfoV6 -DhcpGetOptionValue -DhcpGetOptionValueV5 -DhcpGetOptionValueV6 -DhcpGetServerBindingInfo -DhcpGetServerBindingInfoV6 -DhcpGetServerSpecificStrings -DhcpGetSubnetDelayOffer -DhcpGetSubnetInfo -DhcpGetSubnetInfoV6 -DhcpGetSubnetInfoVQ -DhcpGetSuperScopeInfoV4 -DhcpGetThreadOptions -DhcpGetVersion -DhcpHlprAddV4PolicyCondition -DhcpHlprAddV4PolicyExpr -DhcpHlprAddV4PolicyRange -DhcpHlprCreateV4Policy -DhcpHlprCreateV4PolicyEx -DhcpHlprFindV4DhcpProperty -DhcpHlprFreeV4DhcpProperty -DhcpHlprFreeV4DhcpPropertyArray -DhcpHlprFreeV4Policy -DhcpHlprFreeV4PolicyArray -DhcpHlprFreeV4PolicyEx -DhcpHlprFreeV4PolicyExArray -DhcpHlprIsV4PolicySingleUC -DhcpHlprIsV4PolicyValid -DhcpHlprIsV4PolicyWellFormed -DhcpHlprModifyV4PolicyExpr -DhcpHlprResetV4PolicyExpr -DhcpModifyClass -DhcpModifyClassV6 -DhcpRemoveMScopeElement -DhcpRemoveOption -DhcpRemoveOptionV5 -DhcpRemoveOptionV6 -DhcpRemoveOptionValue -DhcpRemoveOptionValueV5 -DhcpRemoveOptionValueV6 -DhcpRemoveSubnetElement -DhcpRemoveSubnetElementV4 -DhcpRemoveSubnetElementV5 -DhcpRemoveSubnetElementV6 -DhcpRpcFreeMemory -DhcpScanDatabase -DhcpScanMDatabase -DhcpServerAuditlogParamsFree -DhcpServerBackupDatabase -DhcpServerGetConfig -DhcpServerGetConfigV4 -DhcpServerGetConfigV6 -DhcpServerGetConfigVQ -DhcpServerQueryAttribute -DhcpServerQueryAttributes -DhcpServerQueryDnsRegCredentials -DhcpServerRedoAuthorization -DhcpServerRestoreDatabase -DhcpServerSetConfig -DhcpServerSetConfigV4 -DhcpServerSetConfigV6 -DhcpServerSetConfigVQ -DhcpServerSetDnsRegCredentials -DhcpServerSetDnsRegCredentialsV5 -DhcpSetClientInfo -DhcpSetClientInfoV4 -DhcpSetClientInfoV6 -DhcpSetClientInfoVQ -DhcpSetFilterV4 -DhcpSetMScopeInfo -DhcpSetOptionInfo -DhcpSetOptionInfoV5 -DhcpSetOptionInfoV6 -DhcpSetOptionValue -DhcpSetOptionValueV5 -DhcpSetOptionValueV6 -DhcpSetOptionValues -DhcpSetOptionValuesV5 -DhcpSetServerBindingInfo -DhcpSetServerBindingInfoV6 -DhcpSetSubnetDelayOffer -DhcpSetSubnetInfo -DhcpSetSubnetInfoV6 -DhcpSetSubnetInfoVQ -DhcpSetSuperScopeV4 -DhcpSetThreadOptions -DhcpV4AddPolicyRange -DhcpV4CreateClientInfo -DhcpV4CreateClientInfoEx -DhcpV4CreatePolicy -DhcpV4CreatePolicyEx -DhcpV4DeletePolicy -DhcpV4EnumPolicies -DhcpV4EnumPoliciesEx -DhcpV4EnumSubnetClients -DhcpV4EnumSubnetClientsEx -DhcpV4EnumSubnetReservations -DhcpV4FailoverAddScopeToRelationship -DhcpV4FailoverCreateRelationship -DhcpV4FailoverDeleteRelationship -DhcpV4FailoverDeleteScopeFromRelationship -DhcpV4FailoverEnumRelationship -DhcpV4FailoverGetAddressStatus -DhcpV4FailoverGetClientInfo -DhcpV4FailoverGetRelationship -DhcpV4FailoverGetScopeRelationship -DhcpV4FailoverGetScopeStatistics -DhcpV4FailoverGetSystemTime -DhcpV4FailoverSetRelationship -DhcpV4FailoverTriggerAddrAllocation -DhcpV4GetAllOptionValues -DhcpV4GetClientInfo -DhcpV4GetClientInfoEx -DhcpV4GetFreeIPAddress -DhcpV4GetOptionValue -DhcpV4GetPolicy -DhcpV4GetPolicyEx -DhcpV4QueryPolicyEnforcement -DhcpV4RemoveOptionValue -DhcpV4RemovePolicyRange -DhcpV4SetOptionValue -DhcpV4SetOptionValues -DhcpV4SetPolicy -DhcpV4SetPolicyEnforcement -DhcpV4SetPolicyEx -DhcpV6CreateClientInfo -DhcpV6GetFreeIPAddress -DhcpV6GetStatelessStatistics -DhcpV6GetStatelessStoreParams -DhcpV6SetStatelessStoreParams diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dimsroam.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dimsroam.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dimsroam.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dimsroam.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of dimsroam.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dimsroam.dll" -EXPORTS -DimsRoamEntry diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/diskcopy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/diskcopy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/diskcopy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/diskcopy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of DISKCOPY.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DISKCOPY.dll" -EXPORTS -ord_1 @1 -DiskCopyRunDll -DiskCopyRunDllW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dispex.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dispex.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dispex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dispex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DispEx.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DispEx.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmdlgs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmdlgs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmdlgs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmdlgs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of DMDLGS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DMDLGS.dll" -EXPORTS -?AddLDMObjMapEntry@CDataCache@@QAAXPAU_LDM_OBJ_MAP_ENTRY@@@Z -?FreeArrayOfStrings@@YAXPAUarrayOfStrings@@@Z -?GetDiskCount@CDataCache@@QAAKXZ -?GetLdmObjectId@CDMNodeObj@@QAA_JXZ -?GetNumMembers@CDMNodeObj@@QAAKXZ -?GetOcxFrameCWndPtr@CTaskData@@QAAPAVCWnd@@XZ -?GetRegionColorStructPtr@CTaskData@@QAAXPAPAU_REGION_COLORS@@AAH@Z -?GetServerName@CDataCache@@QAA?AVCString@@XZ -?GetVolumeCount@CDataCache@@QAAKXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmintf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmintf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmintf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmintf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DMINTF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DMINTF.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmutil.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmutil.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dmutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dmutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of dmutil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dmutil.dll" -EXPORTS -CoDisableDynamicVolumes -GetSystemVolume -AddEntryBootFileGpt -AddEntryBootFileMbr -DisplayError -DisplayErrorRgszw -DmCommonNtOpenFile -DynamicSupport -FTrace -FTraceValist -FreeRgszw -GetErrorData -GetInstallDirectoryPath -IsPersonalSKU -LowAcquirePrivilege -LowGetPartitionInfo -LowNtAddBootEntry -LowNtReadFile -LowNtReadOnlyAttributeOff -LowNtWriteFile -RgszwDupRgszw -RgszwFromArgs -RgszwFromValist -SafeLoadVdsService -ShowMessage -ShowMessageValist -SzwDupSzw -SzwFromSza -TranslateError diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dnsapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dnsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dnsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dnsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,243 +0,0 @@ -; -; Definition file of DNSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DNSAPI.dll" -EXPORTS -AdaptiveTimeout_ClearInterfaceSpecificConfiguration -AdaptiveTimeout_ResetAdaptiveTimeout -AddRefQueryBlobEx -BreakRecordsIntoBlob -Coalesce_UpdateNetVersion -CombineRecordsInBlob -DeRefQueryBlobEx -DelaySortDAServerlist -DnsAcquireContextHandle_A -DnsAcquireContextHandle_W -DnsAllocateRecord -DnsApiAlloc -DnsApiAllocZero -DnsApiFree -DnsApiHeapReset -DnsApiRealloc -DnsApiSetDebugGlobals -DnsAsyncRegisterHostAddrs -DnsAsyncRegisterInit -DnsAsyncRegisterTerm -DnsCancelQuery -DnsCopyStringEx -DnsCreateReverseNameStringForIpAddress -DnsCreateStandardDnsNameCopy -DnsCreateStringCopy -DnsDhcpRegisterAddrs -DnsDhcpRegisterHostAddrs -DnsDhcpRegisterInit -DnsDhcpRegisterTerm -DnsDhcpRemoveRegistrations -DnsDhcpSrvRegisterHostAddr -DnsDhcpSrvRegisterHostAddrEx -DnsDhcpSrvRegisterHostName -DnsDhcpSrvRegisterHostNameEx -DnsDhcpSrvRegisterInit -DnsDhcpSrvRegisterInitialize -DnsDhcpSrvRegisterTerm -DnsDisableIdnEncoding -DnsDowncaseDnsNameLabel -DnsExtractRecordsFromMessage_UTF8 -DnsExtractRecordsFromMessage_W -DnsFindAuthoritativeZone -DnsFlushResolverCache -DnsFlushResolverCacheEntry_A -DnsFlushResolverCacheEntry_UTF8 -DnsFlushResolverCacheEntry_W -DnsFree -DnsFreeConfigStructure -DnsFreePolicyConfig -DnsFreeProxyName -DnsGetBufferLengthForStringCopy -DnsGetCacheDataTable -DnsGetDnsServerList -DnsGetDomainName -DnsGetLastFailedUpdateInfo -DnsGetPolicyTableInfo -DnsGetPolicyTableInfoPrivate -DnsGetPrimaryDomainName_A -DnsGetProxyInfoPrivate -DnsGetProxyInformation -DnsGetQueryRetryTimeouts -DnsGlobals DATA -DnsIpv6AddressToString -DnsIpv6StringToAddress -DnsIsAMailboxType -DnsIsNSECType -DnsIsStatusRcode -DnsIsStringCountValidForTextType -DnsLogEvent -DnsMapRcodeToStatus -DnsModifyRecordsInSet_A -DnsModifyRecordsInSet_UTF8 -DnsModifyRecordsInSet_W -DnsNameCompareEx_A -DnsNameCompareEx_UTF8 -DnsNameCompareEx_W -DnsNameCompare_A -DnsNameCompare_UTF8 -DnsNameCompare_W -DnsNameCopy -DnsNameCopyAllocate -DnsNetworkInfo_CreateFromFAZ -DnsNetworkInformation_CreateFromFAZ -DnsNotifyResolver -DnsNotifyResolverClusterIp -DnsNotifyResolverEx -DnsQueryConfig -DnsQueryConfigAllocEx -DnsQueryConfigDword -DnsQueryEx -DnsQueryExA -DnsQueryExUTF8 -DnsQueryExW -DnsQuery_A -DnsQuery_UTF8 -DnsQuery_W -DnsRecordBuild_UTF8 -DnsRecordBuild_W -DnsRecordCompare -DnsRecordCopyEx -DnsRecordListFree -DnsRecordListUnmapV4MappedAAAAInPlace -DnsRecordSetCompare -DnsRecordSetCopyEx -DnsRecordSetDetach -DnsRecordStringForType -DnsRecordStringForWritableType -DnsRecordTypeForName -DnsReleaseContextHandle -DnsRemoveRegistrations -DnsReplaceRecordSetA -DnsReplaceRecordSetUTF8 -DnsReplaceRecordSetW -DnsResetQueryRetryTimeouts -DnsResolverOp -DnsScreenLocalAddrsForRegistration -DnsSetConfigDword -DnsSetQueryRetryTimeouts -DnsStatusString -DnsStringCopyAllocateEx -DnsTraceServerConfig -DnsUnicodeToUtf8 -DnsUpdate -DnsUpdateMachinePresence -DnsUpdateTest_A -DnsUpdateTest_UTF8 -DnsUpdateTest_W -DnsUtf8ToUnicode -DnsValidateNameOrIp_TempW -DnsValidateName_A -DnsValidateName_UTF8 -DnsValidateName_W -DnsValidateServerArray_A -DnsValidateServerArray_W -DnsValidateServerStatus -DnsValidateServer_A -DnsValidateServer_W -DnsValidateUtf8Byte -DnsWriteQuestionToBuffer_UTF8 -DnsWriteQuestionToBuffer_W -DnsWriteReverseNameStringForIpAddress -Dns_AddRecordsToMessage -Dns_AllocateMsgBuf -Dns_BuildPacket -Dns_CacheServiceCleanup -Dns_CacheServiceInit -Dns_CacheServiceStopIssued -Dns_CleanupWinsock -Dns_CloseConnection -Dns_CloseSocket -Dns_CreateMulticastSocket -Dns_CreateSocket -Dns_CreateSocketEx -Dns_ExtractRecordsFromMessage -Dns_FindAuthoritativeZoneLib -Dns_FreeMsgBuf -Dns_GetRandomXid -Dns_InitializeMsgBuf -Dns_InitializeMsgRemoteSockaddr -Dns_InitializeWinsock -Dns_OpenTcpConnectionAndSend -Dns_ParseMessage -Dns_ParsePacketRecord -Dns_PingAdapterServers -Dns_ReadPacketName -Dns_ReadPacketNameAllocate -Dns_ReadRecordStructureFromPacket -Dns_RecvTcp -Dns_ResetNetworkInfo -Dns_SendAndRecvUdp -Dns_SendEx -Dns_SetRecordDatalength -Dns_SetRecordsSection -Dns_SetRecordsTtl -Dns_SkipPacketName -Dns_SkipToRecord -Dns_UpdateLib -Dns_UpdateLibEx -Dns_WriteDottedNameToPacket -Dns_WriteQuestionToMessage -Dns_WriteRecordStructureToPacketEx -ExtraInfo_Init -Faz_AreServerListsInSameNameSpace -FlushDnsPolicyUnreachableStatus -GetCurrentTimeInSeconds -HostsFile_Close -HostsFile_Open -HostsFile_ReadLine -IpHelp_IsAddrOnLink -Local_GetRecordsForLocalName -Local_GetRecordsForLocalNameEx -NetInfo_Build -NetInfo_Clean -NetInfo_Copy -NetInfo_CopyNetworkIndex -NetInfo_CreatePerNetworkNetinfo -NetInfo_Free -NetInfo_GetAdapterByAddress -NetInfo_GetAdapterByInterfaceIndex -NetInfo_GetAdapterByName -NetInfo_IsAddrConfig -NetInfo_IsForUpdate -NetInfo_IsTcpipConfigChange -NetInfo_ResetServerPriorities -NetInfo_UpdateDnsInterfaceConfigChange -NetInfo_UpdateNetworkProperties -NetInfo_UpdateServerReachability -QueryDirectEx -Query_Cancel -Query_Main -Reg_FreeUpdateInfo -Reg_GetValueEx -Reg_ReadGlobalsEx -Reg_ReadUpdateInfo -Security_ContextListTimeout -Send_AndRecvUdpWithParam -Send_MessagePrivate -Send_OpenTcpConnectionAndSend -Socket_CacheCleanup -Socket_CacheInit -Socket_CleanupWinsock -Socket_ClearMessageSockets -Socket_CloseEx -Socket_CloseMessageSockets -Socket_Create -Socket_CreateMulticast -Socket_InitWinsock -Socket_JoinMulticast -Socket_RecvFrom -Socket_SetMulticastInterface -Socket_SetMulticastLoopBack -Socket_SetTtl -Socket_TcpListen -Trace_Reset -Update_ReplaceAddressRecordsW -Util_IsIp6Running diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dnsrslvr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dnsrslvr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dnsrslvr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dnsrslvr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of dnsrslvr.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dnsrslvr.dll" -EXPORTS -LoadGPExtension -Reg_DoRegisterAdapter -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dot3cfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dot3cfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dot3cfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dot3cfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of DOT3CFG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DOT3CFG.dll" -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of dps.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dps.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/drprov.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/drprov.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/drprov.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/drprov.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of drprov.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "drprov.dll" -EXPORTS -NPAddConnection -NPAddConnection3 -NPCancelConnection -NPCloseEnum -NPEnumResource -NPGetCaps -NPGetConnection -NPGetResourceInformation -NPGetResourceParent -NPGetUniversalName -NPOpenEnum -NPGetConnectionPerformance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsauth.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsauth.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsauth.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsauth.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of DSAUTH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSAUTH.dll" -EXPORTS -DhcpAddServerDS -DhcpDeleteServerDS -DhcpDsAddServer -DhcpDsCleanupDS -DhcpDsDelServer -DhcpDsEnumServers -DhcpDsGetAttribs -DhcpDsGetLists -DhcpDsGetRoot -DhcpDsInitDS -DhcpDsSetLists -DhcpDsValidateService -DhcpEnumServersDS -StoreBeginSearch -StoreCleanupHandle -StoreCollectAttributes -StoreCreateObjectVA -StoreDeleteObject -StoreEndSearch -StoreGetHandle -StoreInitHandle -StoreSearchGetNext -StoreSetSearchOneLevel -StoreSetSearchSubTree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dskquota.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dskquota.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dskquota.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dskquota.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DSKQUOTA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSKQUOTA.dll" -EXPORTS -ProcessGroupPolicy diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsound.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsound.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsound.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsound.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of DSOUND.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSOUND.dll" -EXPORTS -DirectSoundCreate -DirectSoundEnumerateA -DirectSoundEnumerateW -DirectSoundCaptureCreate -DirectSoundCaptureEnumerateA -DirectSoundCaptureEnumerateW -GetDeviceID -DirectSoundFullDuplexCreate -DirectSoundCreate8 -DirectSoundCaptureCreate8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsprop.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsprop.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsprop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsprop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of dsprop.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dsprop.dll" -EXPORTS -CheckADsError -CrackName -DSPROP_GetGCSearchOnDomain -ErrMsg -ErrMsgParam -FindSheet -MsgBox -ReportError -Smart_PADS_ATTR_INFO__Empty -ADsPropCheckIfWritable -ADsPropCreateNotifyObj -ADsPropGetInitInfo -ADsPropSendErrorMessage -ADsPropSetHwnd -ADsPropSetHwndWithTitle -ADsPropShowErrorDialog -BringSheetToForeground -IsSheetAlreadyUp -PostADsPropSheet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsquery.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsquery.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsquery.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsquery.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of dsquery.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dsquery.dll" -EXPORTS -OpenSavedDsQuery -OpenSavedDsQueryW -OpenQueryWindow -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsrole.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsrole.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsrole.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsrole.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of DSROLE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSROLE.dll" -EXPORTS -DsRoleFreeMemory -DsRoleGetPrimaryDomainInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dssec.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dssec.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dssec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dssec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of DSSEC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSSEC.dll" -EXPORTS -DSCreateISecurityInfoObject -DSCreateSecurityPage -DSEditSecurity -DSCreateISecurityInfoObjectEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dssenh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dssenh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dssenh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dssenh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of DSSENH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DSSENH.dll" -EXPORTS -CPAcquireContext -CPCreateHash -CPDecrypt -CPDeriveKey -CPDestroyHash -CPDestroyKey -CPDuplicateHash -CPDuplicateKey -CPEncrypt -CPExportKey -CPGenKey -CPGenRandom -CPGetHashParam -CPGetKeyParam -CPGetProvParam -CPGetUserKey -CPHashData -CPHashSessionKey -CPImportKey -CPReleaseContext -CPSetHashParam -CPSetKeyParam -CPSetProvParam -CPSignHash -CPVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsuiext.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsuiext.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dsuiext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dsuiext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Definition file of dsuiext.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dsuiext.dll" -EXPORTS -DsBrowseForContainerA -DsBrowseForContainerW -DsGetIcon -DsGetFriendlyClassName -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_570 @570 -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/duser.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/duser.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/duser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/duser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,155 +0,0 @@ -; -; Definition file of DUser.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DUser.dll" -EXPORTS -DUserCastHandle -DUserDeleteGadget -GetStdColorBrushF -GetStdColorF -GetStdColorPenF -UtilDrawOutlineRect -AddGadgetMessageHandler -AddLayeredRef -AdjustClipInsideRef -AttachWndProcA -AttachWndProcW -AutoTrace -BeginHideInputPaneAnimation -BeginShowInputPaneAnimation -BuildAnimation -BuildDropTarget -BuildInterpolation -CacheDWriteRenderTarget -ChangeCurrentAnimationScenario -ClearPushedOpacitiesFromGadgetTree -ClearTopmostVisual -CreateAction -CreateGadget -CustomGadgetHitTestQuery -DUserBuildGadget -DUserCastClass -DUserCastDirect -DUserFindClass -DUserFlushDeferredMessages -DUserFlushMessages -DUserGetAlphaPRID -DUserGetGutsData -DUserGetRectPRID -DUserGetRotatePRID -DUserGetScalePRID -DUserInstanceOf -DUserPostEvent -DUserPostMethod -DUserRegisterGuts -DUserRegisterStub -DUserRegisterSuper -DUserSendEvent -DUserSendMethod -DUserStopAnimation -DUserStopPVLAnimation -DeleteHandle -DestroyPendingDCVisuals -DetachGadgetVisuals -DetachWndProc -DisableContainerHwnd -DrawGadgetTree -EndInputPaneAnimation -EnsureAnimationsEnabled -EnsureGadgetTransInitialized -EnumGadgets -FindGadgetFromPoint -FindGadgetMessages -FindGadgetTargetingInfo -FindStdColor -FireGadgetMessages -ForwardGadgetMessage -GadgetTransCompositionChanged -GadgetTransSettingChanged -GetActionTimeslice -GetCachedDWriteRenderTarget -GetDUserModule -GetDebug -GetFinalAnimatingPosition -GetGadget -GetGadgetAnimation -GetGadgetBitmap -GetGadgetBufferInfo -GetGadgetCenterPoint -GetGadgetFlags -GetGadgetFocus -GetGadgetLayerInfo -GetGadgetMessageFilter -GetGadgetProperty -GetGadgetRect -GetGadgetRgn -GetGadgetRootInfo -GetGadgetRotation -GetGadgetScale -GetGadgetSize -GetGadgetStyle -GetGadgetTicket -GetGadgetVisual -GetMessageExA -GetMessageExW -GetStdColorBrushI -GetStdColorI -GetStdColorName -GetStdColorPenI -GetStdPalette -InitGadgetComponent -InitGadgets -InvalidateGadget -InvalidateLayeredDescendants -IsGadgetParentChainStyle -IsInsideContext -IsStartDelete -LookupGadgetTicket -MapGadgetPoints -PeekMessageExA -PeekMessageExW -RegisterGadgetMessage -RegisterGadgetMessageString -RegisterGadgetProperty -ReleaseDetachedObjects -ReleaseLayeredRef -ReleaseMouseCapture -RemoveClippingImmunityFromVisual -RemoveGadgetMessageHandler -RemoveGadgetProperty -ResetDUserDevice -ScheduleGadgetTransitions -SetActionTimeslice -SetAtlasingHints -SetGadgetBufferInfo -SetGadgetCenterPoint -SetGadgetFillF -SetGadgetFillI -SetGadgetFlags -SetGadgetFocus -SetGadgetFocusEx -SetGadgetLayerInfo -SetGadgetMessageFilter -SetGadgetOrder -SetGadgetParent -SetGadgetProperty -SetGadgetRect -SetGadgetRootInfo -SetGadgetRotation -SetGadgetScale -SetGadgetStyle -SetHardwareDeviceUsage -SetMinimumDCompVersion -SetRestoreCachedLayeredRefFlag -SetTransitionVisualProperties -SetWindowResizeFlag -UnregisterGadgetMessage -UnregisterGadgetMessageString -UnregisterGadgetProperty -UtilBuildFont -UtilDrawBlendRect -UtilGetColor -UtilSetBackground -WaitMessageEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dwmapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dwmapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dwmapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dwmapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -; -; Definition file of dwmapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dwmapi.dll" -EXPORTS -DwmpDxGetWindowSharedSurface -DwmpDxUpdateWindowSharedSurface -DwmEnableComposition -ord_103 @103 -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_112 @112 -ord_113 @113 -ord_114 @114 -DwmAttachMilContent -DwmDefWindowProc -DwmDetachMilContent -DwmEnableBlurBehindWindow -DwmEnableMMCSS -DwmExtendFrameIntoClientArea -DwmFlush -DwmGetColorizationColor -ord_124 @124 -ord_125 @125 -ord_126 @126 -ord_127 @127 -DwmpDxgiIsThreadDesktopComposited -DwmGetCompositionTimingInfo -DwmGetGraphicsStreamClient -ord_131 @131 -ord_132 @132 -ord_133 @133 -ord_134 @134 -DwmpRenderFlick -DwmpAllocateSecurityDescriptor -DwmpFreeSecurityDescriptor -ord_138 @138 -ord_139 @139 -ord_140 @140 -ord_141 @141 -ord_142 @142 -ord_143 @143 -ord_144 @144 -ord_145 @145 -ord_146 @146 -ord_147 @147 -ord_148 @148 -DwmGetGraphicsStreamTransformHint -ord_150 @150 -ord_151 @151 -ord_152 @152 -ord_153 @153 -ord_154 @154 -ord_155 @155 -ord_156 @156 -DwmGetTransportAttributes -DwmGetWindowAttribute -DwmInvalidateIconicBitmaps -ord_160 @160 -ord_161 @161 -DwmIsCompositionEnabled -DwmModifyPreviousDxFrameDuration -DwmQueryThumbnailSourceSize -DwmRegisterThumbnail -DwmRenderGesture -DwmSetDxFrameDuration -DwmSetIconicLivePreviewBitmap -DwmSetIconicThumbnail -DwmSetPresentParameters -DwmSetWindowAttribute -DwmShowContact -DwmTetherContact -DwmTransitionOwnedWindow -DwmUnregisterThumbnail -DwmUpdateThumbnailProperties diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dwrite.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dwrite.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dwrite.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dwrite.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DWrite.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DWrite.dll" -EXPORTS -DWriteCreateFactory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxgi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxgi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxgi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxgi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -; -; Definition file of dxgi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dxgi.dll" -EXPORTS -CompatString -CompatValue -D3DKMTCloseAdapter -D3DKMTDestroyAllocation -D3DKMTDestroyContext -D3DKMTDestroyDevice -D3DKMTDestroySynchronizationObject -D3DKMTQueryAdapterInfo -D3DKMTSetDisplayPrivateDriverFormat -D3DKMTSignalSynchronizationObject -D3DKMTUnlock -D3DKMTWaitForSynchronizationObject -DXGIDumpJournal -DXGIRevertToSxS -OpenAdapter10 -OpenAdapter10_2 -SetAppCompatStringPointer -CreateDXGIFactory -CreateDXGIFactory1 -CreateDXGIFactory2 -D3DKMTCreateAllocation -D3DKMTCreateContext -D3DKMTCreateDevice -D3DKMTCreateSynchronizationObject -D3DKMTEscape -D3DKMTGetContextSchedulingPriority -D3DKMTGetDeviceState -D3DKMTGetDisplayModeList -D3DKMTGetMultisampleMethodList -D3DKMTGetRuntimeData -D3DKMTGetSharedPrimaryHandle -D3DKMTLock -D3DKMTOpenAdapterFromHdc -D3DKMTOpenResource -D3DKMTPresent -D3DKMTQueryAllocationResidency -D3DKMTQueryResourceInfo -D3DKMTRender -D3DKMTSetAllocationPriority -D3DKMTSetContextSchedulingPriority -D3DKMTSetDisplayMode -D3DKMTSetGammaRamp -D3DKMTSetVidPnSourceOwner -D3DKMTWaitForVerticalBlankEvent -DXGID3D10CreateDevice -DXGID3D10CreateLayeredDevice -DXGID3D10ETWRundown -DXGID3D10GetLayeredDeviceSize -DXGID3D10RegisterLayers -DXGIGetDebugInterface1 -DXGIReportAdapterConfiguration diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxtrans.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxtrans.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxtrans.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxtrans.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of dxtrans.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dxtrans.dll" -EXPORTS -?DXConstOverArray@@YAXPAVDXPMSAMPLE@@ABV1@K@Z -?DXConstUnderArray@@YAXPAVDXPMSAMPLE@@ABV1@K@Z -?DXDitherArray@@YAXPBUDXDITHERDESC@@@Z -?DXLinearInterpolateArray@@YAXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z -?DXOverArray@@YAXPAVDXPMSAMPLE@@PBV1@K@Z -?DXOverArrayMMX@@YAXPAVDXPMSAMPLE@@PBV1@K@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxva2.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxva2.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/dxva2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/dxva2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -; -; Definition file of dxva2.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "dxva2.dll" -EXPORTS -CapabilitiesRequestAndCapabilitiesReply -DXVA2CreateDirect3DDeviceManager9 -DXVA2CreateVideoService -DXVAHD_CreateDevice -DegaussMonitor -DestroyPhysicalMonitor -DestroyPhysicalMonitors -GetCapabilitiesStringLength -GetMonitorBrightness -GetMonitorCapabilities -GetMonitorColorTemperature -GetMonitorContrast -GetMonitorDisplayAreaPosition -GetMonitorDisplayAreaSize -GetMonitorRedGreenOrBlueDrive -GetMonitorRedGreenOrBlueGain -GetMonitorTechnologyType -GetNumberOfPhysicalMonitorsFromHMONITOR -GetNumberOfPhysicalMonitorsFromIDirect3DDevice9 -GetPhysicalMonitorsFromHMONITOR -GetPhysicalMonitorsFromIDirect3DDevice9 -GetTimingReport -GetVCPFeatureAndVCPFeatureReply -OPMGetVideoOutputsFromHMONITOR -OPMGetVideoOutputsFromIDirect3DDevice9Object -RestoreMonitorFactoryColorDefaults -RestoreMonitorFactoryDefaults -SaveCurrentMonitorSettings -SaveCurrentSettings -SetMonitorBrightness -SetMonitorColorTemperature -SetMonitorContrast -SetMonitorDisplayAreaPosition -SetMonitorDisplayAreaSize -SetMonitorRedGreenOrBlueDrive -SetMonitorRedGreenOrBlueGain -SetVCPFeature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappcfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of eappcfg.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "eappcfg.dll" -EXPORTS -EapHostPeerConfigBlob2Xml -EapHostPeerConfigXml2Blob -EapHostPeerCreateMethodConfiguration -EapHostPeerCredentialsXml2Blob -EapHostPeerFreeErrorMemory -EapHostPeerFreeMemory -EapHostPeerGetMethodProperties -EapHostPeerGetMethods -EapHostPeerInvokeConfigUI -EapHostPeerInvokeIdentityUI -EapHostPeerInvokeInteractiveUI -EapHostPeerQueryCredentialInputFields -EapHostPeerQueryInteractiveUIInputFields -EapHostPeerQueryUIBlobFromInteractiveUIInputFields -EapHostPeerQueryUserBlobFromCredentialInputFields diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappgnui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappgnui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappgnui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappgnui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of GenericUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "GenericUI.dll" -EXPORTS -EapPeerFreeErrorMemory -EapPeerFreeMemory -EapPeerInvokeIdentityUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/eapphost.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/eapphost.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/eapphost.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/eapphost.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of eapphost.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "eapphost.dll" -EXPORTS -OnSessionChange -InitializeEapHost -StopServiceOnLowPower -UninitializeEapHost diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappprxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/eappprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/eappprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of eappprxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "eappprxy.dll" -EXPORTS -EapHostPeerBeginSession -EapHostPeerClearConnection -EapHostPeerEndSession -EapHostPeerFreeEapError -EapHostPeerFreeRuntimeMemory -EapHostPeerGetAuthStatus -EapHostPeerGetIdentity -EapHostPeerGetResponseAttributes -EapHostPeerGetResult -EapHostPeerGetSendPacket -EapHostPeerGetUIContext -EapHostPeerInitialize -EapHostPeerProcessReceivedPacket -EapHostPeerSetResponseAttributes -EapHostPeerSetUIContext -EapHostPeerUninitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/eapsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/eapsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/eapsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/eapsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of eapsvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "eapsvc.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/easinvoker.proxystub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/easinvoker.proxystub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/easinvoker.proxystub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/easinvoker.proxystub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of easinvoker.proxystub.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "easinvoker.proxystub.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/efsadu.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/efsadu.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/efsadu.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/efsadu.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of EFSADU.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "EFSADU.dll" -EXPORTS -AddUserToObjectW -BackCurrentEfsCert -EfsDetail -EfsUIUtilCheckScardStatus -EfsUIUtilCreateSelfSignedCertificate -EfsUIUtilEncryptMyDocuments -EfsUIUtilEnrollEfsCertificate -EfsUIUtilEnrollEfsCertificateEx -EfsUIUtilInstallDra -EfsUIUtilKeyBackup -EfsUIUtilPromptForPin -EfsUIUtilPromptForPinDialog -EfsUIUtilSelectCard -EfsUIUtilShowBalloonAndWait diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/elscore.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/elscore.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/elscore.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/elscore.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of elscore.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "elscore.dll" -EXPORTS -MappingDoAction -MappingFreePropertyBag -MappingFreeServices -MappingGetServices -MappingRecognizeText diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/esentprf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/esentprf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/esentprf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/esentprf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of ESENTPRF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ESENTPRF.dll" -EXPORTS -ClosePerformanceData -CollectPerformanceData -OpenPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/explorerframe.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/explorerframe.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/explorerframe.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/explorerframe.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of EXPLORERFRAME.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "EXPLORERFRAME.dll" -EXPORTS -ord_110 @110 -ord_111 @111 -ord_134 @134 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/f3ahvoas.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/f3ahvoas.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/f3ahvoas.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/f3ahvoas.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of F3AHVOAS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "F3AHVOAS.dll" -EXPORTS -KbdLayerDescriptor -KbdNlsLayerDescriptor -FujitsuOyayubiControl diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fde.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fde.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fde.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fde.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of FDE.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FDE.DLL" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fdeploy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fdeploy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fdeploy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fdeploy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of fdeploy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "fdeploy.dll" -EXPORTS -ProcessWmiPolicy -GenerateGroupPolicy -ProcessGroupPolicyEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/feclient.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/feclient.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/feclient.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/feclient.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of FeClient.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FeClient.dll" -EXPORTS -EfsClientEncryptFileEx -EfsClientFreeProtectorList -EfsClientQueryProtectors -EfsUtilGetCurrentKey -FeClientInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/filemgmt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/filemgmt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/filemgmt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/filemgmt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of FILEMGMT.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FILEMGMT.DLL" -EXPORTS -CacheSettingsDlg -CacheSettingsDlg2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fltlib.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fltlib.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fltlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fltlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of FLTLIB.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FLTLIB.DLL" -EXPORTS -FilterAttach -FilterAttachAtAltitude -FilterClose -FilterConnectCommunicationPort -FilterCreate -FilterDetach -FilterFindClose -FilterFindFirst -FilterFindNext -FilterGetDosName -FilterGetInformation -FilterGetMessage -FilterInstanceClose -FilterInstanceCreate -FilterInstanceFindClose -FilterInstanceFindFirst -FilterInstanceFindNext -FilterInstanceGetInformation -FilterLoad -FilterReplyMessage -FilterSendMessage -FilterUnload -FilterVolumeClose -FilterVolumeFindClose -FilterVolumeFindFirst -FilterVolumeFindNext -FilterVolumeInstanceFindClose -FilterVolumeInstanceFindFirst -FilterVolumeInstanceFindNext diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fmifs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fmifs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fmifs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fmifs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of FMIFS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FMIFS.dll" -EXPORTS -GetFirstCorruptionInfo -Chkdsk -ChkdskEx -ComputeFmMediaType -DiskCopy -EnableVolumeCompression -EnableVolumeIntegrity -Extend -Format -FormatEx -FormatEx2 -FreeCorruptionInfo -GetCorruptionInfoClose -GetDefaultFileSystem -GetNextCorruptionInfo -QueryAvailableFileSystemFormat -QueryCorruptionState -QueryCorruptionStateByHandle -QueryDeviceInformation -QueryDeviceInformationByHandle -QueryFileSystemName -QueryIsDiskCheckScheduledForNextBoot -QueryLatestFileSystemVersion -QuerySupportedMedia -SetLabel diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fontsub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fontsub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fontsub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fontsub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of FONTSUB.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FONTSUB.dll" -EXPORTS -CreateFontPackage -MergeFontPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fvecpl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fvecpl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fvecpl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fvecpl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -; -; Definition file of USERCPL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "USERCPL.dll" -EXPORTS -??0VolumeFveStatus@@IAA@XZ -??0VolumeFveStatus@@QAA@K_KJW4_FVE_WIPING_STATE@@@Z -??4BuiVolume@@QAAAAV0@ABV0@@Z -??4VolumeFveStatus@@QAAAAV0@ABV0@@Z -?FailedDryRun@VolumeFveStatus@@QBA_NXZ -?GetExtendedFlags@VolumeFveStatus@@QBA_KXZ -?GetLastConvertStatus@VolumeFveStatus@@QBAJXZ -?GetStatusFlags@VolumeFveStatus@@QBAKXZ -?HasExternalKey@VolumeFveStatus@@QBA_NXZ -?HasPBKDF2RecoveryPassword@VolumeFveStatus@@QBA_NXZ -?HasPassphraseProtector@VolumeFveStatus@@QBA_NXZ -?HasPinProtector@VolumeFveStatus@@QBA_NXZ -?HasRecoveryData@VolumeFveStatus@@QBA_NXZ -?HasRecoveryPassword@VolumeFveStatus@@QBA_NXZ -?HasSmartCardProtector@VolumeFveStatus@@QBA_NXZ -?HasStartupKeyProtector@VolumeFveStatus@@QBA_NXZ -?HasTpmProtector@VolumeFveStatus@@QBA_NXZ -?IsConverting@VolumeFveStatus@@QBA_NXZ -?IsCsvMetadataVolume@VolumeFveStatus@@QBA_NXZ -?IsDEAutoProvisioned@VolumeFveStatus@@QBA_NXZ -?IsDecrypted@VolumeFveStatus@@QBA_NXZ -?IsDecrypting@VolumeFveStatus@@QBA_NXZ -?IsDisabled@VolumeFveStatus@@QBA_NXZ -?IsEDriveVolume@VolumeFveStatus@@QBA_NXZ -?IsEncrypted@VolumeFveStatus@@QBA_NXZ -?IsEncrypting@VolumeFveStatus@@QBA_NXZ -?IsLocked@VolumeFveStatus@@QBA_NXZ -?IsOn@VolumeFveStatus@@QBA_NXZ -?IsOsVolume@VolumeFveStatus@@QBA_NXZ -?IsPartiallyConverted@VolumeFveStatus@@QBA_NXZ -?IsPaused@VolumeFveStatus@@QBA_NXZ -?IsPreProvisioned@VolumeFveStatus@@QBA_NXZ -?IsRoamingDevice@VolumeFveStatus@@QBA_NXZ -?IsSecure@VolumeFveStatus@@QBA_NXZ -?IsUnknownFveVersion@VolumeFveStatus@@QBA_NXZ -?IsWiping@VolumeFveStatus@@QBA_NXZ -?NO_DRIVE_LETTER@BuiVolume@@2IB -?NeedsRestart@VolumeFveStatus@@QBA_NXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/fwcfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/fwcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/fwcfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/fwcfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of FWCFG.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "FWCFG.DLL" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/gdi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/gdi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/gdi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/gdi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,834 +0,0 @@ -; -; Definition file of GDI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "GDI32.dll" -EXPORTS -ord_1000 @1000 -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -AbortDoc -AbortPath -ord_1013 @1013 -ord_1014 @1014 -AddFontMemResourceEx -AddFontResourceA -AddFontResourceExA -AddFontResourceExW -AddFontResourceTracking -AddFontResourceW -AngleArc -AnimatePalette -AnyLinkedFonts -Arc -ArcTo -BRUSHOBJ_hGetColorTransform -BRUSHOBJ_pvAllocRbrush -BRUSHOBJ_pvGetRbrush -BRUSHOBJ_ulGetBrushColor -BeginGdiRendering -BeginPath -BitBlt -CLIPOBJ_bEnum -CLIPOBJ_cEnumStart -CLIPOBJ_ppoGetPath -CancelDC -CheckColorsInGamut -ChoosePixelFormat -Chord -ClearBitmapAttributes -ClearBrushAttributes -CloseEnhMetaFile -CloseFigure -CloseMetaFile -ColorCorrectPalette -ColorMatchToTarget -CombineRgn -CombineTransform -ConfigureOPMProtectedOutput -CopyEnhMetaFileA -CopyEnhMetaFileW -CopyMetaFileA -CopyMetaFileW -CreateBitmap -CreateBitmapFromDxSurface -CreateBitmapFromDxSurface2 -CreateBitmapIndirect -CreateBrushIndirect -CreateColorSpaceA -CreateColorSpaceW -CreateCompatibleBitmap -CreateCompatibleDC -CreateDCA -CreateDCW -CreateDIBPatternBrush -CreateDIBPatternBrushPt -CreateDIBSection -CreateDIBitmap -CreateDiscardableBitmap -CreateEllipticRgn -CreateEllipticRgnIndirect -CreateEnhMetaFileA -CreateEnhMetaFileW -CreateFontA -CreateFontIndirectA -CreateFontIndirectExA -CreateFontIndirectExW -CreateFontIndirectW -CreateFontW -CreateHalftonePalette -CreateHatchBrush -CreateICA -CreateICW -CreateMetaFileA -CreateMetaFileW -CreateOPMProtectedOutputs -CreatePalette -CreatePatternBrush -CreatePen -CreatePenIndirect -CreatePolyPolygonRgn -CreatePolygonRgn -CreateRectRgn -CreateRectRgnIndirect -CreateRoundRectRgn -CreateScalableFontResourceA -CreateScalableFontResourceW -CreateSessionMappedDIBSection -CreateSolidBrush -D3DKMTAcquireKeyedMutex -D3DKMTAcquireKeyedMutex2 -D3DKMTCacheHybridQueryValue -D3DKMTCheckExclusiveOwnership -D3DKMTCheckMonitorPowerState -D3DKMTCheckMultiPlaneOverlaySupport -D3DKMTCheckOcclusion -D3DKMTCheckSharedResourceAccess -D3DKMTCheckVidPnExclusiveOwnership -D3DKMTCloseAdapter -D3DKMTConfigureSharedResource -D3DKMTCreateAllocation -D3DKMTCreateAllocation2 -D3DKMTCreateContext -D3DKMTCreateDCFromMemory -D3DKMTCreateDevice -D3DKMTCreateKeyedMutex -D3DKMTCreateKeyedMutex2 -D3DKMTCreateOutputDupl -D3DKMTCreateOverlay -D3DKMTCreateSynchronizationObject -D3DKMTCreateSynchronizationObject2 -D3DKMTDestroyAllocation -D3DKMTDestroyContext -D3DKMTDestroyDCFromMemory -D3DKMTDestroyDevice -D3DKMTDestroyKeyedMutex -D3DKMTDestroyOutputDupl -D3DKMTDestroyOverlay -D3DKMTDestroySynchronizationObject -D3DKMTEnumAdapters -D3DKMTEscape -D3DKMTFlipOverlay -D3DKMTGetCachedHybridQueryValue -D3DKMTGetContextInProcessSchedulingPriority -D3DKMTGetContextSchedulingPriority -D3DKMTGetDeviceState -D3DKMTGetDisplayModeList -D3DKMTGetMultisampleMethodList -D3DKMTGetOverlayState -D3DKMTGetPresentHistory -D3DKMTGetPresentQueueEvent -D3DKMTGetProcessSchedulingPriorityClass -D3DKMTGetRuntimeData -D3DKMTGetScanLine -D3DKMTGetSharedPrimaryHandle -D3DKMTGetSharedResourceAdapterLuid -D3DKMTInvalidateActiveVidPn -D3DKMTLock -D3DKMTNetDispGetNextChunkInfo -D3DKMTNetDispQueryMiracastDisplayDeviceStatus -D3DKMTNetDispQueryMiracastDisplayDeviceSupport -D3DKMTNetDispStartMiracastDisplayDevice -D3DKMTNetDispStartMiracastDisplayDevice2 -D3DKMTNetDispStopMiracastDisplayDevice -D3DKMTOfferAllocations -D3DKMTOpenAdapterFromDeviceName -D3DKMTOpenAdapterFromGdiDisplayName -D3DKMTOpenAdapterFromHdc -D3DKMTOpenAdapterFromLuid -D3DKMTOpenKeyedMutex -D3DKMTOpenKeyedMutex2 -D3DKMTOpenNtHandleFromName -D3DKMTOpenResource -D3DKMTOpenResource2 -D3DKMTOpenResourceFromNtHandle -D3DKMTOpenSyncObjectFromNtHandle -D3DKMTOpenSynchronizationObject -D3DKMTOutputDuplGetFrameInfo -D3DKMTOutputDuplGetMetaData -D3DKMTOutputDuplGetPointerShapeData -D3DKMTOutputDuplPresent -D3DKMTOutputDuplReleaseFrame -D3DKMTPinDirectFlipResources -D3DKMTPollDisplayChildren -D3DKMTPresent -D3DKMTPresentMultiPlaneOverlay -D3DKMTQueryAdapterInfo -D3DKMTQueryAllocationResidency -D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName -D3DKMTQueryResourceInfo -D3DKMTQueryResourceInfoFromNtHandle -D3DKMTQueryStatistics -D3DKMTReclaimAllocations -D3DKMTReleaseKeyedMutex -D3DKMTReleaseKeyedMutex2 -D3DKMTReleaseProcessVidPnSourceOwners -D3DKMTRender -D3DKMTSetAllocationPriority -D3DKMTSetContextInProcessSchedulingPriority -D3DKMTSetContextSchedulingPriority -D3DKMTSetDisplayMode -D3DKMTSetDisplayPrivateDriverFormat -D3DKMTSetGammaRamp -D3DKMTSetProcessSchedulingPriorityClass -D3DKMTSetQueuedLimit -D3DKMTSetStereoEnabled -D3DKMTSetVidPnSourceOwner -D3DKMTSetVidPnSourceOwner1 -D3DKMTShareObjects -D3DKMTSharedPrimaryLockNotification -D3DKMTSharedPrimaryUnLockNotification -D3DKMTSignalSynchronizationObject -D3DKMTSignalSynchronizationObject2 -D3DKMTUnlock -D3DKMTUnpinDirectFlipResources -D3DKMTUpdateOverlay -D3DKMTWaitForIdle -D3DKMTWaitForSynchronizationObject -D3DKMTWaitForSynchronizationObject2 -D3DKMTWaitForVerticalBlankEvent -D3DKMTWaitForVerticalBlankEvent2 -DDCCIGetCapabilitiesString -DDCCIGetCapabilitiesStringLength -DDCCIGetTimingReport -DDCCIGetVCPFeature -DDCCISaveCurrentSettings -DDCCISetVCPFeature -DPtoLP -DdCreateFullscreenSprite -DdDestroyFullscreenSprite -DdEntry0 -DdEntry1 -DdEntry10 -DdEntry11 -DdEntry12 -DdEntry13 -DdEntry14 -DdEntry15 -DdEntry16 -DdEntry17 -DdEntry18 -DdEntry19 -DdEntry2 -DdEntry20 -DdEntry21 -DdEntry22 -DdEntry23 -DdEntry24 -DdEntry25 -DdEntry26 -DdEntry27 -DdEntry28 -DdEntry29 -DdEntry3 -DdEntry30 -DdEntry31 -DdEntry32 -DdEntry33 -DdEntry34 -DdEntry35 -DdEntry36 -DdEntry37 -DdEntry38 -DdEntry39 -DdEntry4 -DdEntry40 -DdEntry41 -DdEntry42 -DdEntry43 -DdEntry44 -DdEntry45 -DdEntry46 -DdEntry47 -DdEntry48 -DdEntry49 -DdEntry5 -DdEntry50 -DdEntry51 -DdEntry52 -DdEntry53 -DdEntry54 -DdEntry55 -DdEntry56 -DdEntry6 -DdEntry7 -DdEntry8 -DdEntry9 -DdNotifyFullscreenSpriteUpdate -DdQueryVisRgnUniqueness -DeleteColorSpace -DeleteDC -DeleteEnhMetaFile -DeleteMetaFile -DeleteObject -DescribePixelFormat -DestroyOPMProtectedOutput -DestroyPhysicalMonitorInternal -DeviceCapabilitiesExA -DeviceCapabilitiesExW -DrawEscape -Ellipse -EnableEUDC -EndDoc -EndFormPage -EndGdiRendering -EndPage -EndPath -EngAcquireSemaphore -EngAlphaBlend -EngAssociateSurface -EngBitBlt -EngCheckAbort -EngComputeGlyphSet -EngCopyBits -EngCreateBitmap -EngCreateClip -EngCreateDeviceBitmap -EngCreateDeviceSurface -EngCreatePalette -EngCreateSemaphore -EngDeleteClip -EngDeletePalette -EngDeletePath -EngDeleteSemaphore -EngDeleteSurface -EngEraseSurface -EngFillPath -EngFindResource -EngFreeModule -EngGetCurrentCodePage -EngGetDriverName -EngGetPrinterDataFileName -EngGradientFill -EngLineTo -EngLoadModule -EngLockSurface -EngMarkBandingSurface -EngMultiByteToUnicodeN -EngMultiByteToWideChar -EngPaint -EngPlgBlt -EngQueryEMFInfo -EngQueryLocalTime -EngReleaseSemaphore -EngStretchBlt -EngStretchBltROP -EngStrokeAndFillPath -EngStrokePath -EngTextOut -EngTransparentBlt -EngUnicodeToMultiByteN -EngUnlockSurface -EngWideCharToMultiByte -EnumEnhMetaFile -EnumFontFamiliesA -EnumFontFamiliesExA -EnumFontFamiliesExW -EnumFontFamiliesW -EnumFontsA -EnumFontsW -EnumICMProfilesA -EnumICMProfilesW -EnumMetaFile -EnumObjects -EqualRgn -Escape -EudcLoadLinkW -EudcUnloadLinkW -ExcludeClipRect -ExtCreatePen -ExtCreateRegion -ExtEscape -ExtFloodFill -ExtSelectClipRgn -ExtTextOutA -ExtTextOutW -FONTOBJ_cGetAllGlyphHandles -FONTOBJ_cGetGlyphs -FONTOBJ_pQueryGlyphAttrs -FONTOBJ_pfdg -FONTOBJ_pifi -FONTOBJ_pvTrueTypeFontFile -FONTOBJ_pxoGetXform -FONTOBJ_vGetInfo -FillPath -FillRgn -FixBrushOrgEx -FlattenPath -FloodFill -FontIsLinked -FrameRgn -GdiAddFontResourceW -GdiAddGlsBounds -GdiAddGlsRecord -GdiAlphaBlend -GdiArtificialDecrementDriver -GdiCleanCacheDC -GdiClearStockObjectCache -GdiComment -GdiConsoleTextOut -GdiConvertAndCheckDC -GdiConvertBitmap -GdiConvertBitmapV5 -GdiConvertBrush -GdiConvertDC -GdiConvertEnhMetaFile -GdiConvertFont -GdiConvertMetaFilePict -GdiConvertPalette -GdiConvertRegion -GdiConvertToDevmodeW -GdiCreateLocalEnhMetaFile -GdiCreateLocalMetaFilePict -GdiDeleteLocalDC -GdiDeleteSpoolFileHandle -GdiDescribePixelFormat -GdiDllInitialize -GdiDrawStream -GdiEndDocEMF -GdiEndPageEMF -GdiEntry1 -GdiEntry10 -GdiEntry11 -GdiEntry12 -GdiEntry13 -GdiEntry14 -GdiEntry15 -GdiEntry16 -GdiEntry2 -GdiEntry3 -GdiEntry4 -GdiEntry5 -GdiEntry6 -GdiEntry7 -GdiEntry8 -GdiEntry9 -GdiFixUpHandle -GdiFlush -GdiFullscreenControl -GdiGetBatchLimit -GdiGetBitmapBitsSize -GdiGetCharDimensions -GdiGetCodePage -GdiGetDC -GdiGetDevmodeForPage -GdiGetLocalBrush -GdiGetLocalDC -GdiGetLocalFont -GdiGetPageCount -GdiGetPageHandle -GdiGetSpoolFileHandle -GdiGetSpoolMessage -GdiGradientFill -GdiInitSpool -GdiInitializeLanguagePack -GdiIsMetaFileDC -GdiIsMetaPrintDC -GdiIsPlayMetafileDC -GdiIsScreenDC -GdiIsUMPDSandboxingEnabled -GdiLoadType1Fonts -GdiPlayDCScript -GdiPlayEMF -GdiPlayJournal -GdiPlayPageEMF -GdiPlayPrivatePageEMF -GdiPlayScript -GdiPrinterThunk -GdiProcessSetup -GdiQueryFonts -GdiQueryTable -GdiRealizationInfo -GdiReleaseDC -GdiReleaseLocalDC -GdiResetDCEMF -GdiSetAttrs -GdiSetBatchLimit -GdiSetLastError -GdiSetPixelFormat -GdiSetServerAttr -GdiStartDocEMF -GdiStartPageEMF -GdiSwapBuffers -GdiTransparentBlt -GdiValidateHandle -GetArcDirection -GetAspectRatioFilterEx -GetBitmapAttributes -GetBitmapBits -GetBitmapDimensionEx -GetBkColor -GetBkMode -GetBoundsRect -GetBrushAttributes -GetBrushOrgEx -GetCOPPCompatibleOPMInformation -GetCertificate -GetCertificateSize -GetCharABCWidthsA -GetCharABCWidthsFloatA -GetCharABCWidthsFloatW -GetCharABCWidthsI -GetCharABCWidthsW -GetCharWidth32A -GetCharWidth32W -GetCharWidthA -GetCharWidthFloatA -GetCharWidthFloatW -GetCharWidthI -GetCharWidthInfo -GetCharWidthW -GetCharacterPlacementA -GetCharacterPlacementW -GetClipBox -GetClipRgn -GetColorAdjustment -GetColorSpace -GetCurrentDpiInfo -GetCurrentObject -GetCurrentPositionEx -GetDCBrushColor -GetDCOrgEx -GetDCPenColor -GetDIBColorTable -GetDIBits -GetDeviceCaps -GetDeviceGammaRamp -GetETM -GetEUDCTimeStamp -GetEUDCTimeStampExW -GetEnhMetaFileA -GetEnhMetaFileBits -GetEnhMetaFileDescriptionA -GetEnhMetaFileDescriptionW -GetEnhMetaFileHeader -GetEnhMetaFilePaletteEntries -GetEnhMetaFilePixelFormat -GetEnhMetaFileW -GetFontAssocStatus -GetFontData -GetFontFileData -GetFontFileInfo -GetFontLanguageInfo -GetFontRealizationInfo -GetFontResourceInfoW -GetFontUnicodeRanges -GetGlyphIndicesA -GetGlyphIndicesW -GetGlyphOutline -GetGlyphOutlineA -GetGlyphOutlineW -GetGlyphOutlineWow -GetGraphicsMode -GetHFONT -GetICMProfileA -GetICMProfileW -GetKerningPairs -GetKerningPairsA -GetKerningPairsW -GetLayout -GetLogColorSpaceA -GetLogColorSpaceW -GetMapMode -GetMetaFileA -GetMetaFileBitsEx -GetMetaFileW -GetMetaRgn -GetMiterLimit -GetNearestColor -GetNearestPaletteIndex -GetNumberOfPhysicalMonitors -GetOPMInformation -GetOPMRandomNumber -GetObjectA -GetObjectType -GetObjectW -GetOutlineTextMetricsA -GetOutlineTextMetricsW -GetPaletteEntries -GetPath -GetPhysicalMonitorDescription -GetPhysicalMonitors -GetPixel -GetPixelFormat -GetPolyFillMode -GetROP2 -GetRandomRgn -GetRasterizerCaps -GetRegionData -GetRelAbs -GetRgnBox -GetStockObject -GetStretchBltMode -GetStringBitmapA -GetStringBitmapW -GetSuggestedOPMProtectedOutputArraySize -GetSystemPaletteEntries -GetSystemPaletteUse -GetTextAlign -GetTextCharacterExtra -GetTextCharset -GetTextCharsetInfo -GetTextColor -GetTextExtentExPointA -GetTextExtentExPointI -GetTextExtentExPointW -GetTextExtentExPointWPri -GetTextExtentPoint32A -GetTextExtentPoint32W -GetTextExtentPointA -GetTextExtentPointI -GetTextExtentPointW -GetTextFaceA -GetTextFaceAliasW -GetTextFaceW -GetTextMetricsA -GetTextMetricsW -GetTransform -GetViewportExtEx -GetViewportOrgEx -GetWinMetaFileBits -GetWindowExtEx -GetWindowOrgEx -GetWorldTransform -HT_Get8BPPFormatPalette -HT_Get8BPPMaskPalette -IntersectClipRect -InvertRgn -IsValidEnhMetaRecord -IsValidEnhMetaRecordOffExt -LPtoDP -LineDDA -LineTo -LpkDrawTextEx -LpkEditControl DATA -LpkExtTextOut -LpkGetCharacterPlacement -LpkGetTextExtentExPoint -LpkInitialize -LpkPSMTextOut -LpkPresent -LpkTabbedTextOut -LpkUseGDIWidthCache -MaskBlt -MirrorRgn -ModifyWorldTransform -MoveToEx -NamedEscape -OffsetClipRgn -OffsetRgn -OffsetViewportOrgEx -OffsetWindowOrgEx -PATHOBJ_bEnum -PATHOBJ_bEnumClipLines -PATHOBJ_vEnumStart -PATHOBJ_vEnumStartClipLines -PATHOBJ_vGetBounds -PaintRgn -PatBlt -PathToRegion -Pie -PlayEnhMetaFile -PlayEnhMetaFileRecord -PlayMetaFile -PlayMetaFileRecord -PlgBlt -PolyBezier -PolyBezierTo -PolyDraw -PolyPatBlt -PolyPolygon -PolyPolyline -PolyTextOutA -PolyTextOutW -Polygon -Polyline -PolylineTo -PtInRegion -PtVisible -QueryFontAssocStatus -RealizePalette -RectInRegion -RectVisible -Rectangle -RemoveFontMemResourceEx -RemoveFontResourceA -RemoveFontResourceExA -RemoveFontResourceExW -RemoveFontResourceTracking -RemoveFontResourceW -ResetDCA -ResetDCW -ResizePalette -RestoreDC -RoundRect -STROBJ_bEnum -STROBJ_bEnumPositionsOnly -STROBJ_bGetAdvanceWidths -STROBJ_dwGetCodePage -STROBJ_vEnumStart -SaveDC -ScaleViewportExtEx -ScaleWindowExtEx -ScriptApplyDigitSubstitution -ScriptApplyLogicalWidth -ScriptBreak -ScriptCPtoX -ScriptCacheGetHeight -ScriptFreeCache -ScriptGetCMap -ScriptGetFontAlternateGlyphs -ScriptGetFontFeatureTags -ScriptGetFontLanguageTags -ScriptGetFontProperties -ScriptGetFontScriptTags -ScriptGetGlyphABCWidth -ScriptGetLogicalWidths -ScriptGetProperties -ScriptIsComplex -ScriptItemize -ScriptItemizeOpenType -ScriptJustify -ScriptLayout -ScriptPlace -ScriptPlaceOpenType -ScriptPositionSingleGlyph -ScriptRecordDigitSubstitution -ScriptShape -ScriptShapeOpenType -ScriptStringAnalyse -ScriptStringCPtoX -ScriptStringFree -ScriptStringGetLogicalWidths -ScriptStringGetOrder -ScriptStringOut -ScriptStringValidate -ScriptStringXtoCP -ScriptString_pLogAttr -ScriptString_pSize -ScriptString_pcOutChars -ScriptSubstituteSingleGlyph -ScriptTextOut -ScriptXtoCP -SelectBrushLocal -SelectClipPath -SelectClipRgn -SelectFontLocal -SelectObject -SelectPalette -SetAbortProc -SetArcDirection -SetBitmapAttributes -SetBitmapBits -SetBitmapDimensionEx -SetBkColor -SetBkMode -SetBoundsRect -SetBrushAttributes -SetBrushOrgEx -SetColorAdjustment -SetColorSpace -SetDCBrushColor -SetDCPenColor -SetDIBColorTable -SetDIBits -SetDIBitsToDevice -SetDeviceGammaRamp -SetEnhMetaFileBits -SetFontEnumeration -SetGraphicsMode -SetICMMode -SetICMProfileA -SetICMProfileW -SetLayout -SetLayoutWidth -SetMagicColors -SetMapMode -SetMapperFlags -SetMetaFileBitsEx -SetMetaRgn -SetMiterLimit -SetOPMSigningKeyAndSequenceNumbers -SetPaletteEntries -SetPixel -SetPixelFormat -SetPixelV -SetPolyFillMode -SetROP2 -SetRectRgn -SetRelAbs -SetStretchBltMode -SetSystemPaletteUse -SetTextAlign -SetTextCharacterExtra -SetTextColor -SetTextJustification -SetViewportExtEx -SetViewportOrgEx -SetVirtualResolution -SetWinMetaFileBits -SetWindowExtEx -SetWindowOrgEx -SetWorldTransform -StartDocA -StartDocW -StartFormPage -StartPage -StretchBlt -StretchDIBits -StrokeAndFillPath -StrokePath -SwapBuffers -TextOutA -TextOutW -TranslateCharsetInfo -UnloadNetworkFonts -UnrealizeObject -UpdateColors -UpdateICMRegKeyA -UpdateICMRegKeyW -UspAllocCache -UspAllocTemp -UspFreeMem -WidenPath -XFORMOBJ_bApplyXform -XFORMOBJ_iGetXform -XLATEOBJ_cGetPalette -XLATEOBJ_hGetColorTransform -XLATEOBJ_iXlate -XLATEOBJ_piVector -bInitSystemAndFontsDirectoriesW -bMakePathNameW -cGetTTFFromFOT -ftsWordBreak -gdiPlaySpoolStream -ord_2000 @2000 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/gdiplus.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/gdiplus.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/gdiplus.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/gdiplus.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,638 +0,0 @@ -; -; Definition file of gdiplus.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "gdiplus.dll" -EXPORTS -GdipAddPathArc -GdipAddPathArcI -GdipAddPathBezier -GdipAddPathBezierI -GdipAddPathBeziers -GdipAddPathBeziersI -GdipAddPathClosedCurve -GdipAddPathClosedCurve2 -GdipAddPathClosedCurve2I -GdipAddPathClosedCurveI -GdipAddPathCurve -GdipAddPathCurve2 -GdipAddPathCurve2I -GdipAddPathCurve3 -GdipAddPathCurve3I -GdipAddPathCurveI -GdipAddPathEllipse -GdipAddPathEllipseI -GdipAddPathLine -GdipAddPathLine2 -GdipAddPathLine2I -GdipAddPathLineI -GdipAddPathPath -GdipAddPathPie -GdipAddPathPieI -GdipAddPathPolygon -GdipAddPathPolygonI -GdipAddPathRectangle -GdipAddPathRectangleI -GdipAddPathRectangles -GdipAddPathRectanglesI -GdipAddPathString -GdipAddPathStringI -GdipAlloc -GdipBeginContainer -GdipBeginContainer2 -GdipBeginContainerI -GdipBitmapGetPixel -GdipBitmapLockBits -GdipBitmapSetPixel -GdipBitmapSetResolution -GdipBitmapUnlockBits -GdipClearPathMarkers -GdipCloneBitmapArea -GdipCloneBitmapAreaI -GdipCloneBrush -GdipCloneCustomLineCap -GdipCloneFont -GdipCloneFontFamily -GdipCloneImage -GdipCloneImageAttributes -GdipCloneMatrix -GdipClonePath -GdipClonePen -GdipCloneRegion -GdipCloneStringFormat -GdipClosePathFigure -GdipClosePathFigures -GdipCombineRegionPath -GdipCombineRegionRect -GdipCombineRegionRectI -GdipCombineRegionRegion -GdipComment -GdipCreateAdjustableArrowCap -GdipCreateBitmapFromDirectDrawSurface -GdipCreateBitmapFromFile -GdipCreateBitmapFromFileICM -GdipCreateBitmapFromGdiDib -GdipCreateBitmapFromGraphics -GdipCreateBitmapFromHBITMAP -GdipCreateBitmapFromHICON -GdipCreateBitmapFromResource -GdipCreateBitmapFromScan0 -GdipCreateBitmapFromStream -GdipCreateBitmapFromStreamICM -GdipCreateCachedBitmap -GdipCreateCustomLineCap -GdipCreateFont -GdipCreateFontFamilyFromName -GdipCreateFontFromDC -GdipCreateFontFromLogfontA -GdipCreateFontFromLogfontW -GdipCreateFromHDC -GdipCreateFromHDC2 -GdipCreateFromHWND -GdipCreateFromHWNDICM -GdipCreateHBITMAPFromBitmap -GdipCreateHICONFromBitmap -GdipCreateHalftonePalette -GdipCreateHatchBrush -GdipCreateImageAttributes -GdipCreateLineBrush -GdipCreateLineBrushFromRect -GdipCreateLineBrushFromRectI -GdipCreateLineBrushFromRectWithAngle -GdipCreateLineBrushFromRectWithAngleI -GdipCreateLineBrushI -GdipCreateMatrix -GdipCreateMatrix2 -GdipCreateMatrix3 -GdipCreateMatrix3I -GdipCreateMetafileFromEmf -GdipCreateMetafileFromFile -GdipCreateMetafileFromStream -GdipCreateMetafileFromWmf -GdipCreateMetafileFromWmfFile -GdipCreatePath -GdipCreatePath2 -GdipCreatePath2I -GdipCreatePathGradient -GdipCreatePathGradientFromPath -GdipCreatePathGradientI -GdipCreatePathIter -GdipCreatePen1 -GdipCreatePen2 -GdipCreateRegion -GdipCreateRegionHrgn -GdipCreateRegionPath -GdipCreateRegionRect -GdipCreateRegionRectI -GdipCreateRegionRgnData -GdipCreateSolidFill -GdipCreateStreamOnFile -GdipCreateStringFormat -GdipCreateTexture -GdipCreateTexture2 -GdipCreateTexture2I -GdipCreateTextureIA -GdipCreateTextureIAI -GdipDeleteBrush -GdipDeleteCachedBitmap -GdipDeleteCustomLineCap -GdipDeleteFont -GdipDeleteFontFamily -GdipDeleteGraphics -GdipDeleteMatrix -GdipDeletePath -GdipDeletePathIter -GdipDeletePen -GdipDeletePrivateFontCollection -GdipDeleteRegion -GdipDeleteStringFormat -GdipDisposeImage -GdipDisposeImageAttributes -GdipDrawArc -GdipDrawArcI -GdipDrawBezier -GdipDrawBezierI -GdipDrawBeziers -GdipDrawBeziersI -GdipDrawCachedBitmap -GdipDrawClosedCurve -GdipDrawClosedCurve2 -GdipDrawClosedCurve2I -GdipDrawClosedCurveI -GdipDrawCurve -GdipDrawCurve2 -GdipDrawCurve2I -GdipDrawCurve3 -GdipDrawCurve3I -GdipDrawCurveI -GdipDrawDriverString -GdipDrawEllipse -GdipDrawEllipseI -GdipDrawImage -GdipDrawImageI -GdipDrawImagePointRect -GdipDrawImagePointRectI -GdipDrawImagePoints -GdipDrawImagePointsI -GdipDrawImagePointsRect -GdipDrawImagePointsRectI -GdipDrawImageRect -GdipDrawImageRectI -GdipDrawImageRectRect -GdipDrawImageRectRectI -GdipDrawLine -GdipDrawLineI -GdipDrawLines -GdipDrawLinesI -GdipDrawPath -GdipDrawPie -GdipDrawPieI -GdipDrawPolygon -GdipDrawPolygonI -GdipDrawRectangle -GdipDrawRectangleI -GdipDrawRectangles -GdipDrawRectanglesI -GdipDrawString -GdipEmfToWmfBits -GdipEndContainer -GdipEnumerateMetafileDestPoint -GdipEnumerateMetafileDestPointI -GdipEnumerateMetafileDestPoints -GdipEnumerateMetafileDestPointsI -GdipEnumerateMetafileDestRect -GdipEnumerateMetafileDestRectI -GdipEnumerateMetafileSrcRectDestPoint -GdipEnumerateMetafileSrcRectDestPointI -GdipEnumerateMetafileSrcRectDestPoints -GdipEnumerateMetafileSrcRectDestPointsI -GdipEnumerateMetafileSrcRectDestRect -GdipEnumerateMetafileSrcRectDestRectI -GdipFillClosedCurve -GdipFillClosedCurve2 -GdipFillClosedCurve2I -GdipFillClosedCurveI -GdipFillEllipse -GdipFillEllipseI -GdipFillPath -GdipFillPie -GdipFillPieI -GdipFillPolygon -GdipFillPolygon2 -GdipFillPolygon2I -GdipFillPolygonI -GdipFillRectangle -GdipFillRectangleI -GdipFillRectangles -GdipFillRectanglesI -GdipFillRegion -GdipFlattenPath -GdipFlush -GdipFree -GdipGetAdjustableArrowCapFillState -GdipGetAdjustableArrowCapHeight -GdipGetAdjustableArrowCapMiddleInset -GdipGetAdjustableArrowCapWidth -GdipGetAllPropertyItems -GdipGetBrushType -GdipGetCellAscent -GdipGetCellDescent -GdipGetClip -GdipGetClipBounds -GdipGetClipBoundsI -GdipGetCompositingMode -GdipGetCompositingQuality -GdipGetCustomLineCapBaseCap -GdipGetCustomLineCapBaseInset -GdipGetCustomLineCapStrokeCaps -GdipGetCustomLineCapStrokeJoin -GdipGetCustomLineCapType -GdipGetCustomLineCapWidthScale -GdipGetDC -GdipGetDpiX -GdipGetDpiY -GdipGetEmHeight -GdipGetEncoderParameterList -GdipGetEncoderParameterListSize -GdipGetFamily -GdipGetFamilyName -GdipGetFontCollectionFamilyCount -GdipGetFontCollectionFamilyList -GdipGetFontHeight -GdipGetFontHeightGivenDPI -GdipGetFontSize -GdipGetFontStyle -GdipGetFontUnit -GdipGetGenericFontFamilyMonospace -GdipGetGenericFontFamilySansSerif -GdipGetGenericFontFamilySerif -GdipGetHatchBackgroundColor -GdipGetHatchForegroundColor -GdipGetHatchStyle -GdipGetHemfFromMetafile -GdipGetImageAttributesAdjustedPalette -GdipGetImageBounds -GdipGetImageDecoders -GdipGetImageDecodersSize -GdipGetImageDimension -GdipGetImageEncoders -GdipGetImageEncodersSize -GdipGetImageFlags -GdipGetImageGraphicsContext -GdipGetImageHeight -GdipGetImageHorizontalResolution -GdipGetImagePalette -GdipGetImagePaletteSize -GdipGetImagePixelFormat -GdipGetImageRawFormat -GdipGetImageThumbnail -GdipGetImageType -GdipGetImageVerticalResolution -GdipGetImageWidth -GdipGetInterpolationMode -GdipGetLineBlend -GdipGetLineBlendCount -GdipGetLineColors -GdipGetLineGammaCorrection -GdipGetLinePresetBlend -GdipGetLinePresetBlendCount -GdipGetLineRect -GdipGetLineRectI -GdipGetLineSpacing -GdipGetLineTransform -GdipGetLineWrapMode -GdipGetLogFontA -GdipGetLogFontW -GdipGetMatrixElements -GdipGetMetafileDownLevelRasterizationLimit -GdipGetMetafileHeaderFromEmf -GdipGetMetafileHeaderFromFile -GdipGetMetafileHeaderFromMetafile -GdipGetMetafileHeaderFromStream -GdipGetMetafileHeaderFromWmf -GdipGetNearestColor -GdipGetPageScale -GdipGetPageUnit -GdipGetPathData -GdipGetPathFillMode -GdipGetPathGradientBlend -GdipGetPathGradientBlendCount -GdipGetPathGradientCenterColor -GdipGetPathGradientCenterPoint -GdipGetPathGradientCenterPointI -GdipGetPathGradientFocusScales -GdipGetPathGradientGammaCorrection -GdipGetPathGradientPath -GdipGetPathGradientPointCount -GdipGetPathGradientPresetBlend -GdipGetPathGradientPresetBlendCount -GdipGetPathGradientRect -GdipGetPathGradientRectI -GdipGetPathGradientSurroundColorCount -GdipGetPathGradientSurroundColorsWithCount -GdipGetPathGradientTransform -GdipGetPathGradientWrapMode -GdipGetPathLastPoint -GdipGetPathPoints -GdipGetPathPointsI -GdipGetPathTypes -GdipGetPathWorldBounds -GdipGetPathWorldBoundsI -GdipGetPenBrushFill -GdipGetPenColor -GdipGetPenCompoundArray -GdipGetPenCompoundCount -GdipGetPenCustomEndCap -GdipGetPenCustomStartCap -GdipGetPenDashArray -GdipGetPenDashCap197819 -GdipGetPenDashCount -GdipGetPenDashOffset -GdipGetPenDashStyle -GdipGetPenEndCap -GdipGetPenFillType -GdipGetPenLineJoin -GdipGetPenMiterLimit -GdipGetPenMode -GdipGetPenStartCap -GdipGetPenTransform -GdipGetPenUnit -GdipGetPenWidth -GdipGetPixelOffsetMode -GdipGetPointCount -GdipGetPropertyCount -GdipGetPropertyIdList -GdipGetPropertyItem -GdipGetPropertyItemSize -GdipGetPropertySize -GdipGetRegionBounds -GdipGetRegionBoundsI -GdipGetRegionData -GdipGetRegionDataSize -GdipGetRegionHRgn -GdipGetRegionScans -GdipGetRegionScansCount -GdipGetRegionScansI -GdipGetRenderingOrigin -GdipGetSmoothingMode -GdipGetSolidFillColor -GdipGetStringFormatAlign -GdipGetStringFormatDigitSubstitution -GdipGetStringFormatFlags -GdipGetStringFormatHotkeyPrefix -GdipGetStringFormatLineAlign -GdipGetStringFormatMeasurableCharacterRangeCount -GdipGetStringFormatTabStopCount -GdipGetStringFormatTabStops -GdipGetStringFormatTrimming -GdipGetTextContrast -GdipGetTextRenderingHint -GdipGetTextureImage -GdipGetTextureTransform -GdipGetTextureWrapMode -GdipGetVisibleClipBounds -GdipGetVisibleClipBoundsI -GdipGetWorldTransform -GdipGraphicsClear -GdipImageForceValidation -GdipImageGetFrameCount -GdipImageGetFrameDimensionsCount -GdipImageGetFrameDimensionsList -GdipImageRotateFlip -GdipImageSelectActiveFrame -GdipInvertMatrix -GdipIsClipEmpty -GdipIsEmptyRegion -GdipIsEqualRegion -GdipIsInfiniteRegion -GdipIsMatrixEqual -GdipIsMatrixIdentity -GdipIsMatrixInvertible -GdipIsOutlineVisiblePathPoint -GdipIsOutlineVisiblePathPointI -GdipIsStyleAvailable -GdipIsVisibleClipEmpty -GdipIsVisiblePathPoint -GdipIsVisiblePathPointI -GdipIsVisiblePoint -GdipIsVisiblePointI -GdipIsVisibleRect -GdipIsVisibleRectI -GdipIsVisibleRegionPoint -GdipIsVisibleRegionPointI -GdipIsVisibleRegionRect -GdipIsVisibleRegionRectI -GdipLoadImageFromFile -GdipLoadImageFromFileICM -GdipLoadImageFromStream -GdipLoadImageFromStreamICM -GdipMeasureCharacterRanges -GdipMeasureDriverString -GdipMeasureString -GdipMultiplyLineTransform -GdipMultiplyMatrix -GdipMultiplyPathGradientTransform -GdipMultiplyPenTransform -GdipMultiplyTextureTransform -GdipMultiplyWorldTransform -GdipNewInstalledFontCollection -GdipNewPrivateFontCollection -GdipPathIterCopyData -GdipPathIterEnumerate -GdipPathIterGetCount -GdipPathIterGetSubpathCount -GdipPathIterHasCurve -GdipPathIterIsValid -GdipPathIterNextMarker -GdipPathIterNextMarkerPath -GdipPathIterNextPathType -GdipPathIterNextSubpath -GdipPathIterNextSubpathPath -GdipPathIterRewind -GdipPlayMetafileRecord -GdipPrivateAddFontFile -GdipPrivateAddMemoryFont -GdipRecordMetafile -GdipRecordMetafileFileName -GdipRecordMetafileFileNameI -GdipRecordMetafileI -GdipRecordMetafileStream -GdipRecordMetafileStreamI -GdipReleaseDC -GdipRemovePropertyItem -GdipResetClip -GdipResetImageAttributes -GdipResetLineTransform -GdipResetPageTransform -GdipResetPath -GdipResetPathGradientTransform -GdipResetPenTransform -GdipResetTextureTransform -GdipResetWorldTransform -GdipRestoreGraphics -GdipReversePath -GdipRotateLineTransform -GdipRotateMatrix -GdipRotatePathGradientTransform -GdipRotatePenTransform -GdipRotateTextureTransform -GdipRotateWorldTransform -GdipSaveAdd -GdipSaveAddImage -GdipSaveGraphics -GdipSaveImageToFile -GdipSaveImageToStream -GdipScaleLineTransform -GdipScaleMatrix -GdipScalePathGradientTransform -GdipScalePenTransform -GdipScaleTextureTransform -GdipScaleWorldTransform -GdipSetAdjustableArrowCapFillState -GdipSetAdjustableArrowCapHeight -GdipSetAdjustableArrowCapMiddleInset -GdipSetAdjustableArrowCapWidth -GdipSetClipGraphics -GdipSetClipHrgn -GdipSetClipPath -GdipSetClipRect -GdipSetClipRectI -GdipSetClipRegion -GdipSetCompositingMode -GdipSetCompositingQuality -GdipSetCustomLineCapBaseCap -GdipSetCustomLineCapBaseInset -GdipSetCustomLineCapStrokeCaps -GdipSetCustomLineCapStrokeJoin -GdipSetCustomLineCapWidthScale -GdipSetEmpty -GdipSetImageAttributesCachedBackground -GdipSetImageAttributesColorKeys -GdipSetImageAttributesColorMatrix -GdipSetImageAttributesGamma -GdipSetImageAttributesNoOp -GdipSetImageAttributesOutputChannel -GdipSetImageAttributesOutputChannelColorProfile -GdipSetImageAttributesRemapTable -GdipSetImageAttributesThreshold -GdipSetImageAttributesToIdentity -GdipSetImageAttributesWrapMode -GdipSetImagePalette -GdipSetInfinite -GdipSetInterpolationMode -GdipSetLineBlend -GdipSetLineColors -GdipSetLineGammaCorrection -GdipSetLineLinearBlend -GdipSetLinePresetBlend -GdipSetLineSigmaBlend -GdipSetLineTransform -GdipSetLineWrapMode -GdipSetMatrixElements -GdipSetMetafileDownLevelRasterizationLimit -GdipSetPageScale -GdipSetPageUnit -GdipSetPathFillMode -GdipSetPathGradientBlend -GdipSetPathGradientCenterColor -GdipSetPathGradientCenterPoint -GdipSetPathGradientCenterPointI -GdipSetPathGradientFocusScales -GdipSetPathGradientGammaCorrection -GdipSetPathGradientLinearBlend -GdipSetPathGradientPath -GdipSetPathGradientPresetBlend -GdipSetPathGradientSigmaBlend -GdipSetPathGradientSurroundColorsWithCount -GdipSetPathGradientTransform -GdipSetPathGradientWrapMode -GdipSetPathMarker -GdipSetPenBrushFill -GdipSetPenColor -GdipSetPenCompoundArray -GdipSetPenCustomEndCap -GdipSetPenCustomStartCap -GdipSetPenDashArray -GdipSetPenDashCap197819 -GdipSetPenDashOffset -GdipSetPenDashStyle -GdipSetPenEndCap -GdipSetPenLineCap197819 -GdipSetPenLineJoin -GdipSetPenMiterLimit -GdipSetPenMode -GdipSetPenStartCap -GdipSetPenTransform -GdipSetPenUnit -GdipSetPenWidth -GdipSetPixelOffsetMode -GdipSetPropertyItem -GdipSetRenderingOrigin -GdipSetSmoothingMode -GdipSetSolidFillColor -GdipSetStringFormatAlign -GdipSetStringFormatDigitSubstitution -GdipSetStringFormatFlags -GdipSetStringFormatHotkeyPrefix -GdipSetStringFormatLineAlign -GdipSetStringFormatMeasurableCharacterRanges -GdipSetStringFormatTabStops -GdipSetStringFormatTrimming -GdipSetTextContrast -GdipSetTextRenderingHint -GdipSetTextureTransform -GdipSetTextureWrapMode -GdipSetWorldTransform -GdipShearMatrix -GdipStartPathFigure -GdipStringFormatGetGenericDefault -GdipStringFormatGetGenericTypographic -GdipTestControl -GdipTransformMatrixPoints -GdipTransformMatrixPointsI -GdipTransformPath -GdipTransformPoints -GdipTransformPointsI -GdipTransformRegion -GdipTranslateClip -GdipTranslateClipI -GdipTranslateLineTransform -GdipTranslateMatrix -GdipTranslatePathGradientTransform -GdipTranslatePenTransform -GdipTranslateRegion -GdipTranslateRegionI -GdipTranslateTextureTransform -GdipTranslateWorldTransform -GdipVectorTransformMatrixPoints -GdipVectorTransformMatrixPointsI -GdipWarpPath -GdipWidenPath -GdipWindingModeOutline -GdiplusNotificationHook -GdiplusNotificationUnhook -GdiplusShutdown -GdiplusStartup -GdipFindFirstImageItem -GdipFindNextImageItem -GdipGetImageItemData -GdipCreateEffect -GdipDeleteEffect -GdipGetEffectParameterSize -GdipGetEffectParameters -GdipSetEffectParameters -GdipBitmapCreateApplyEffect -GdipBitmapApplyEffect -GdipBitmapGetHistogram -GdipBitmapGetHistogramSize -GdipBitmapConvertFormat -GdipInitializePalette -GdipImageSetAbort -GdipGraphicsSetAbort -GdipDrawImageFX -GdipConvertToEmfPlus -GdipConvertToEmfPlusToFile -GdipConvertToEmfPlusToStream -GdipPlayTSClientRecord -ord_631 @631 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/getuname.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/getuname.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/getuname.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/getuname.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of GetUName.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "GetUName.dll" -EXPORTS -GetUName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/gpedit.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/gpedit.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/gpedit.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/gpedit.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of GPEDIT.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "GPEDIT.DLL" -EXPORTS -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -BrowseForGPO -CreateGPOLink -DeleteAllGPOLinks -DeleteGPOLink -ExportRSoPData -ImportRSoPData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hbaapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hbaapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hbaapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hbaapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,100 +0,0 @@ -; -; Definition file of HBAAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "HBAAPI.dll" -EXPORTS -HBA_CloseAdapter -HBA_FreeLibrary -HBA_GetAdapterAttributes -HBA_GetAdapterName -HBA_GetAdapterPortAttributes -HBA_GetBindingCapability -HBA_GetBindingSupport -HBA_GetDiscoveredPortAttributes -HBA_GetEventBuffer -HBA_GetFC4Statistics -HBA_GetFCPStatistics -HBA_GetFcpPersistentBinding -HBA_GetFcpTargetMapping -HBA_GetFcpTargetMappingV2 -HBA_GetNumberOfAdapters -HBA_GetPersistentBindingV2 -HBA_GetPortAttributesByWWN -HBA_GetPortStatistics -HBA_GetRNIDMgmtInfo -HBA_GetVendorLibraryAttributes -HBA_GetVersion -HBA_GetWrapperLibraryAttributes -HBA_LoadLibrary -HBA_OpenAdapter -HBA_OpenAdapterByWWN -HBA_RefreshAdapterConfiguration -HBA_RefreshInformation -HBA_RegisterForAdapterAddEvents -HBA_RegisterForAdapterEvents -HBA_RegisterForAdapterPortEvents -HBA_RegisterForAdapterPortStatEvents -HBA_RegisterForLinkEvents -HBA_RegisterForTargetEvents -HBA_RegisterLibrary -HBA_RegisterLibraryV2 -HBA_RemoveAllPersistentBindings -HBA_RemoveCallback -HBA_RemovePersistentBinding -HBA_ResetStatistics -HBA_ScsiInquiryV2 -HBA_ScsiReadCapacityV2 -HBA_ScsiReportLUNsV2 -HBA_SendCTPassThru -HBA_SendCTPassThruV2 -HBA_SendLIRR -HBA_SendRLS -HBA_SendRNID -HBA_SendRNIDV2 -HBA_SendRPL -HBA_SendRPS -HBA_SendReadCapacity -HBA_SendReportLUNs -HBA_SendSRL -HBA_SendScsiInquiry -HBA_SetBindingSupport -HBA_SetPersistentBindingV2 -HBA_SetRNIDMgmtInfo -HbaGetAdapterNameByDeviceInstanceId -SMHBA_GetAdapterAttributes -SMHBA_GetAdapterPortAttributes -SMHBA_GetBindingCapability -SMHBA_GetBindingSupport -SMHBA_GetDiscoveredPortAttributes -SMHBA_GetFCPhyAttributes -SMHBA_GetLUNStatistics -SMHBA_GetNumberOfPorts -SMHBA_GetPersistentBinding -SMHBA_GetPhyStatistics -SMHBA_GetPortAttributesByWWN -SMHBA_GetPortType -SMHBA_GetProtocolStatistics -SMHBA_GetSASPhyAttributes -SMHBA_GetTargetMapping -SMHBA_GetVendorLibraryAttributes -SMHBA_GetVersion -SMHBA_GetWrapperLibraryAttributes -SMHBA_RegisterForAdapterAddEvents -SMHBA_RegisterForAdapterEvents -SMHBA_RegisterForAdapterPhyStatEvents -SMHBA_RegisterForAdapterPortEvents -SMHBA_RegisterForAdapterPortStatEvents -SMHBA_RegisterForTargetEvents -SMHBA_RegisterLibrary -SMHBA_RemoveAllPersistentBindings -SMHBA_RemovePersistentBinding -SMHBA_ScsiInquiry -SMHBA_ScsiReadCapacity -SMHBA_ScsiReportLuns -SMHBA_SendECHO -SMHBA_SendSMPPassThru -SMHBA_SendTEST -SMHBA_SetBindingSupport -SMHBA_SetPersistentBinding diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hhsetup.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hhsetup.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hhsetup.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hhsetup.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,152 +0,0 @@ -; -; Definition file of hhsetup.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "hhsetup.dll" -EXPORTS -??0CCollection@@QAA@XZ -??0CFIFOString@@QAA@XZ -??0CFolder@@QAA@XZ -??0CLocation@@QAA@XZ -??0CPointerList@@QAA@XZ -??0CTitle@@QAA@XZ -??1CCollection@@QAA@XZ -??1CFIFOString@@QAA@XZ -??1CFolder@@QAA@XZ -??1CLocation@@QAA@XZ -??1CPointerList@@QAA@XZ -??1CTitle@@QAA@XZ -??4CCollection@@QAAAAV0@ABV0@@Z -??4CFIFOString@@QAAAAV0@ABV0@@Z -??4CFolder@@QAAAAV0@ABV0@@Z -??4CLocation@@QAAAAV0@ABV0@@Z -??4CPointerList@@QAAAAV0@ABV0@@Z -??4CTitle@@QAAAAV0@ABV0@@Z -?Add@CPointerList@@QAAPAUListItem@@PAX@Z -?AddChildFolder@CFolder@@QAAKPAV1@@Z -?AddChildFolder@CFolder@@QAAPAV1@PBDKPAKG@Z -?AddChildFolder@CFolder@@QAAPAV1@PBGKPAKG@Z -?AddCollection@CCollection@@QAAPAVCColList@@XZ -?AddFolder@CCollection@@QAAPAVCFolder@@PBDKPAKG@Z -?AddFolder@CCollection@@QAAPAVCFolder@@PBGKPAKG@Z -?AddLocation@CCollection@@QAAPAVCLocation@@PBD000PAK@Z -?AddLocation@CCollection@@QAAPAVCLocation@@PBG000PAK@Z -?AddLocationHistory@CTitle@@QAAKKPBD00PBVCLocation@@00H@Z -?AddLocationHistory@CTitle@@QAAKKPBG00PBVCLocation@@00H@Z -?AddRef@CCollection@@QAAXXZ -?AddRefedTitle@CCollection@@AAAKPAVCFolder@@@Z -?AddTail@CFIFOString@@QAAKPAD@Z -?AddTitle@CCollection@@QAAPAVCTitle@@PBD0000GIPAVCLocation@@PAKH0@Z -?AddTitle@CCollection@@QAAPAVCTitle@@PBG0000GIPAVCLocation@@PAKH0@Z -?AllocCopyValue@CCollection@@AAAKPAVCParseXML@@PADPAPAD@Z -?AllocSetValue@@YAKPBDPAPAD@Z -?CheckTitleRef@CCollection@@AAAKPBDG@Z -?CheckTitleRef@CCollection@@AAAKPBGG@Z -?Close@CCollection@@QAAKXZ -?ConfirmTitles@CCollection@@QAAXXZ -?DecrementRefTitleCount@CCollection@@QAAXXZ -?DeleteChildren@CCollection@@AAAXPAPAVCFolder@@@Z -?DeleteFolder@CCollection@@QAAKPAVCFolder@@@Z -?DeleteFolders@CCollection@@AAAXPAPAVCFolder@@@Z -?DeleteLocalFiles@CCollection@@AAAXPAULocationHistory@@PAVCTitle@@@Z -?DeleteLocation@CCollection@@AAAKPAVCLocation@@@Z -?DeleteTitle@CCollection@@AAAKPAVCTitle@@@Z -?Dirty@CCollection@@QAAXXZ -?FindCollection@CCollection@@QAAPAVCColList@@PBD@Z -?FindLocation@CCollection@@QAAPAVCLocation@@PBDPAI@Z -?FindLocation@CCollection@@QAAPAVCLocation@@PBGPAI@Z -?FindTitle@CCollection@@QAAPAVCTitle@@PBDG@Z -?FindTitle@CCollection@@QAAPAVCTitle@@PBGG@Z -?First@CPointerList@@QAAPAUListItem@@XZ -?FirstLocation@CCollection@@QAAPAVCLocation@@XZ -?GetColNo@CCollection@@QAAKXZ -?GetCollectionFileName@CCollection@@QAAPBDXZ -?GetCollectionFileNameW@CCollection@@QAAPBGXZ -?GetFindMergedCHMS@CCollection@@QAAHXZ -?GetFirstChildFolder@CFolder@@QAAPAV1@XZ -?GetFirstTitle@CCollection@@QAAPAVCTitle@@XZ -?GetId@CLocation@@QBAPADXZ -?GetId@CTitle@@QAAPADXZ -?GetIdW@CLocation@@QAAPBGXZ -?GetIdW@CTitle@@QAAPBGXZ -?GetLangId@CCollection@@QAAGPBD@Z -?GetLangId@CCollection@@QAAGPBG@Z -?GetLanguage@CFolder@@QAAGXZ -?GetLanguage@CTitle@@QAAGXZ -?GetLocation@CTitle@@QAAPAULocationHistory@@K@Z -?GetMasterCHM@CCollection@@QAAHPAPADPAG@Z -?GetMasterCHM@CCollection@@QAAHPAPAGPAG@Z -?GetNextFolder@CFolder@@QAAPAV1@XZ -?GetNextLocation@CLocation@@QAAPAV1@XZ -?GetNextTitle@CTitle@@QAAPAV1@XZ -?GetOrder@CFolder@@QAAKXZ -?GetParent@CFolder@@QAAPAV1@XZ -?GetPath@CLocation@@QAAPADXZ -?GetPathW@CLocation@@QAAPBGXZ -?GetRefTitleCount@CCollection@@QAAKXZ -?GetRootFolder@CCollection@@QAAPAVCFolder@@XZ -?GetSampleLocation@CCollection@@QAAPADXZ -?GetSampleLocationW@CCollection@@QAAPBGXZ -?GetTail@CFIFOString@@QAAKPAPAD@Z -?GetTitle@CFolder@@QAAPADXZ -?GetTitle@CLocation@@QAAPADXZ -?GetTitleW@CFolder@@QAAPBGXZ -?GetTitleW@CLocation@@QAAPBGXZ -?GetVersion@CCollection@@QAAKXZ -?GetVisableRootFolder@CCollection@@QAAPAVCFolder@@XZ -?GetVolume@CLocation@@QAAPADXZ -?GetVolumeW@CLocation@@QAAPBGXZ -?HandleCollection@CCollection@@AAAKPAVCParseXML@@PAD@Z -?HandleCollectionEntry@CCollection@@AAAKPAVCParseXML@@PAD@Z -?HandleFolder@CCollection@@AAAKPAVCParseXML@@PAD@Z -?HandleLocation@CCollection@@AAAKPAVCParseXML@@PAD@Z -?HandleTitle@CCollection@@AAAKPAVCParseXML@@PAD@Z -?IncrementRefTitleCount@CCollection@@QAAXXZ -?IsDirty@CCollection@@QAAHXZ -?MergeKeywords@CCollection@@QAAHPAD@Z -?MergeKeywords@CCollection@@QAAHPAG@Z -?NewLocation@CCollection@@AAAPAVCLocation@@XZ -?NewLocationHistory@CTitle@@QAAPAULocationHistory@@XZ -?NewTitle@CCollection@@AAAPAVCTitle@@XZ -?Next@CPointerList@@QAAPAUListItem@@PAU2@@Z -?Open@CCollection@@QAAKPBD@Z -?Open@CCollection@@QAAKPBG@Z -?ParseFile@CCollection@@AAAKPBD@Z -?Release@CCollection@@AAAKXZ -?RemoveAll@CFIFOString@@QAAXXZ -?RemoveAll@CPointerList@@QAAXXZ -?RemoveCollection@CCollection@@QAAKH@Z -?RemoveCollectionEntry@CCollection@@QAAXPBD@Z -?Save@CCollection@@QAAKXZ -?SetExTitlePtr@CFolder@@QAAXPAVCExTitle@@@Z -?SetFindMergedCHMS@CCollection@@QAAXH@Z -?SetFirstChildFolder@CFolder@@QAAXPAV1@@Z -?SetId@CLocation@@QAAXPBD@Z -?SetId@CLocation@@QAAXPBG@Z -?SetId@CTitle@@QAAXPBD@Z -?SetId@CTitle@@QAAXPBG@Z -?SetLanguage@CFolder@@QAAXG@Z -?SetLanguage@CTitle@@QAAXG@Z -?SetMasterCHM@CCollection@@QAAXPBDG@Z -?SetMasterCHM@CCollection@@QAAXPBGG@Z -?SetNextFolder@CFolder@@QAAXPAV1@@Z -?SetNextLocation@CLocation@@QAAXPAV1@@Z -?SetNextTitle@CTitle@@QAAXPAV1@@Z -?SetOrder@CFolder@@QAAXK@Z -?SetParent@CFolder@@QAAXPAV1@@Z -?SetPath@CLocation@@QAAXPBD@Z -?SetPath@CLocation@@QAAXPBG@Z -?SetSampleLocation@CCollection@@QAAXPBD@Z -?SetSampleLocation@CCollection@@QAAXPBG@Z -?SetTitle@CFolder@@QAAXPBD@Z -?SetTitle@CFolder@@QAAXPBG@Z -?SetTitle@CLocation@@QAAXPBD@Z -?SetTitle@CLocation@@QAAXPBG@Z -?SetVersion@CCollection@@QAAXK@Z -?SetVolume@CLocation@@QAAXPBD@Z -?SetVolume@CLocation@@QAAXPBG@Z -?WriteFolder@CCollection@@AAAHPAPAVCFolder@@@Z -?WriteFolders@CCollection@@AAAHPAPAVCFolder@@@Z -?bIsVisable@CFolder@@QAAHXZ -?wssResetNextColNum@CCollection@@AAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hid.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hid.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of HID.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "HID.DLL" -EXPORTS -HidD_FlushQueue -HidD_FreePreparsedData -HidD_GetAttributes -HidD_GetConfiguration -HidD_GetFeature -HidD_GetHidGuid -HidD_GetIndexedString -HidD_GetInputReport -HidD_GetManufacturerString -HidD_GetMsGenreDescriptor -HidD_GetNumInputBuffers -HidD_GetPhysicalDescriptor -HidD_GetPreparsedData -HidD_GetProductString -HidD_GetSerialNumberString -HidD_Hello -HidD_SetConfiguration -HidD_SetFeature -HidD_SetNumInputBuffers -HidD_SetOutputReport -HidP_GetButtonCaps -HidP_GetCaps -HidP_GetData -HidP_GetExtendedAttributes -HidP_GetLinkCollectionNodes -HidP_GetScaledUsageValue -HidP_GetSpecificButtonCaps -HidP_GetSpecificValueCaps -HidP_GetUsageValue -HidP_GetUsageValueArray -HidP_GetUsages -HidP_GetUsagesEx -HidP_GetValueCaps -HidP_InitializeReportForID -HidP_MaxDataListLength -HidP_MaxUsageListLength -HidP_SetData -HidP_SetScaledUsageValue -HidP_SetUsageValue -HidP_SetUsageValueArray -HidP_SetUsages -HidP_TranslateUsagesToI8042ScanCodes -HidP_UnsetUsages -HidP_UsageListDifference diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hlink.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hlink.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hlink.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hlink.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Definition file of hlink.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "hlink.dll" -EXPORTS -HlinkCreateFromMoniker -HlinkCreateFromString -HlinkCreateFromData -HlinkCreateBrowseContext -HlinkClone -HlinkNavigateToStringReference -HlinkOnNavigate -HlinkNavigate -HlinkUpdateStackItem -HlinkOnRenameDocument -HlinkResolveMonikerForData -HlinkResolveStringForData -OleSaveToStreamEx -HlinkParseDisplayName -HlinkQueryCreateFromData -HlinkSetSpecialReference -HlinkGetSpecialReference -HlinkCreateShortcut -HlinkResolveShortcut -HlinkIsShortcut -HlinkResolveShortcutToString -HlinkCreateShortcutFromString -HlinkGetValueFromParams -HlinkCreateShortcutFromMoniker -HlinkResolveShortcutToMoniker -HlinkTranslateURL -HlinkCreateExtensionServices -HlinkPreprocessMoniker diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hnetmon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hnetmon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hnetmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hnetmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of hnetmon.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "hnetmon.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/hotplug.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/hotplug.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/hotplug.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/hotplug.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of hotplug.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "hotplug.DLL" -EXPORTS -CPlApplet -HotPlugChildWithInvalidIdW -HotPlugDriverBlockedW -HotPlugEjectDevice -HotPlugEjectDeviceEx -HotPlugEjectVetoedW -HotPlugHibernateVetoedW -HotPlugRemovalVetoedW -HotPlugSafeRemovalDriveNotificationW -HotPlugSafeRemovalNotificationW -HotPlugStandbyVetoedW -HotPlugWarmEjectVetoedW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/htui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/htui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/htui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/htui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of htUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "htUI.dll" -EXPORTS -HTUI_ColorAdjustment -HTUI_ColorAdjustmentA -HTUI_ColorAdjustmentW -HTUI_DeviceColorAdjustment -HTUI_DeviceColorAdjustmentA -HTUI_DeviceColorAdjustmentW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ias.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ias.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ias.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ias.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of ias.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ias.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iashlpr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iashlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iashlpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iashlpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of iashlpr.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "iashlpr.dll" -EXPORTS -AllocateAttributes -ConfigureIas -DoRequest -DoRequestAsync -FreeAttributes -GetOptionIas -InitializeIas -MemAllocIas -MemFreeIas -MemReallocIas -SetOptionIas -ShutdownIas diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iasrad.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iasrad.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iasrad.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iasrad.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of iasrad.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "iasrad.dll" -EXPORTS -?initialize@VSAFilter@@QAAJXZ -?radiusFromIAS@VSAFilter@@QBAJPAUIAttributesRaw@@H@Z -?radiusToIAS@VSAFilter@@QBAJPAEKAAVIASAttributeVector@IASTL@@@Z -?radiusToIAS@VSAFilter@@QBAJPAUIAttributesRaw@@@Z -?shutdown@VSAFilter@@QAAJXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iassam.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iassam.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iassam.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iassam.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of iassam.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "iassam.dll" -EXPORTS -IASParmsQueryUserProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iassvcs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iassvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iassvcs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iassvcs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -; -; Definition file of iassvcs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "iassvcs.dll" -EXPORTS -IASAdler32 -IASAllocateUniqueID -IASGetDictionary -IASGetHostByName -IASGetLocalDictionary -IASGetProductLimits -IASGlobalLock -IASGlobalUnlock -IASInitialize -IASRadiusCrypt -IASRegisterComponent -IASReportEvent -IASReportLicenseViolation -IASReportSecurityEvent -IASRequestThread -IASSetMaxNumberOfThreads -IASSetMaxThreadIdle -IASShutdown -IASUninitialize -IASVariantChangeType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/icm32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/icm32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/icm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/icm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Definition file of ICM32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ICM32.dll" -EXPORTS -CMCheckColors -CMCheckColorsInGamut -CMCheckRGBs -CMCreateDeviceLinkProfile -CMCreateMultiProfileTransform -CMCreateProfile -CMCreateProfileW -CMCreateTransform -CMCreateTransformExt -CMCreateTransformExtW -CMCreateTransformW -CMDeleteTransform -CMGetInfo -CMIsProfileValid -CMTranslateColors -CMTranslateRGB -CMTranslateRGBs -CMTranslateRGBsExt -CMConvertColorNameToIndex -CMConvertIndexToColorName -CMGetNamedProfileInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/icmp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/icmp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/icmp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/icmp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Definition file of icmp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "icmp.dll" -EXPORTS -IcmpCloseHandle -IcmpCreateFile -IcmpParseReplies -IcmpSendEcho -IcmpSendEcho2 -do_echo_rep -do_echo_req -register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/icmui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/icmui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/icmui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/icmui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of ICMUI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ICMUI.DLL" -EXPORTS -SetupColorMatchingA -SetupColorMatchingW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ieetwproxystub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ieetwproxystub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ieetwproxystub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ieetwproxystub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of IEEtwProxyStub.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IEEtwProxyStub.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iernonce.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iernonce.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iernonce.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iernonce.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of IERNONCE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IERNONCE.dll" -EXPORTS -InitCallback -RunOnceExProcess diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifmon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifmon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of IFMON.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IFMON.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifsutil.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifsutil.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifsutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifsutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,310 +0,0 @@ -; -; Definition file of ifsutil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ifsutil.dll" -EXPORTS -??0BLOCK_CACHE@@QAA@XZ -??0CANNED_SECURITY@@QAA@XZ -??0DIGRAPH@@QAA@XZ -??0DIGRAPH_EDGE@@QAA@XZ -??0DP_DRIVE@@QAA@XZ -??0INTSTACK@@QAA@XZ -??0LOG_IO_DP_DRIVE@@QAA@XZ -??0MEDIA_TRACK_INFORMATION@@QAA@XZ -??0MOUNT_POINT_MAP@@QAA@XZ -??0MOUNT_POINT_TUPLE@@QAA@XZ -??0NUMBER_SET@@QAA@XZ -??0POW_CACHE@@QAA@XZ -??0POW_TRACK@@QAA@XZ -??0READ_AHEAD_CACHE@@QAA@XZ -??0READ_CACHE@@QAA@XZ -??0READ_MODIFY_WRITE_CACHE@@QAA@XZ -??0READ_WRITE_CACHE@@QAA@XZ -??0SECRUN@@QAA@XZ -??0SNAPSHOT@@AAA@XZ -??0SPARSE_SET@@QAA@XZ -??0SUPERAREA@@IAA@XZ -??0TLINK@@QAA@XZ -??0VOL_LIODPDRV@@IAA@XZ -??0WRITEVIEW_CACHE@@QAA@XZ -??0WRITEVIEW_CACHE_ENTRY@@QAA@PAVWRITEVIEW_CACHE@@G@Z -??0WRITE_ONCE_CACHE@@QAA@XZ -??1BLOCK_CACHE@@UAA@XZ -??1CANNED_SECURITY@@UAA@XZ -??1DIGRAPH@@UAA@XZ -??1DP_DRIVE@@UAA@XZ -??1INTSTACK@@UAA@XZ -??1LOG_IO_DP_DRIVE@@UAA@XZ -??1MOUNT_POINT_MAP@@UAA@XZ -??1NUMBER_SET@@UAA@XZ -??1SECRUN@@UAA@XZ -??1SNAPSHOT@@EAA@XZ -??1SPARSE_SET@@UAA@XZ -??1SUPERAREA@@UAA@XZ -??1TLINK@@UAA@XZ -??1VOL_LIODPDRV@@UAA@XZ -??1WRITEVIEW_CACHE@@UAA@XZ -??1WRITEVIEW_CACHE_ENTRY@@QAA@XZ -?Add@NUMBER_SET@@QAAEPBV1@@Z -?Add@NUMBER_SET@@QAAEVBIG_INT@@0@Z -?Add@NUMBER_SET@@QAAEVBIG_INT@@@Z -?Add@SPARSE_SET@@QAAEPBV1@@Z -?Add@SPARSE_SET@@QAAEVBIG_INT@@@Z -?AddDriveName@MOUNT_POINT_MAP@@QAAEPAVWSTRING@@0@Z -?AddEdge@DIGRAPH@@QAAEKK@Z -?AddEntry@AUTOREG@@SAEPBVWSTRING@@@Z -?AddNext@NUMBER_SET@@QAAEVBIG_INT@@@Z -?AddStart@NUMBER_SET@@QAAEVBIG_INT@@@Z -?AddVolumeName@MOUNT_POINT_MAP@@QAAEPAVWSTRING@@0@Z -?AdjustCacheSize@BLOCK_CACHE@@UAAXPA_K0@Z -?AdjustCacheSize@IO_DP_DRIVE@@QAAXPA_K0@Z -?AdjustCacheSize@WRITEVIEW_CACHE@@UAAXPA_K0@Z -?Check@SPARSE_SET@@QAAEVBIG_INT@@@Z -?CheckAndAdd@NUMBER_SET@@QAAEVBIG_INT@@PAE@Z -?CheckAndAdd@SPARSE_SET@@QAAEVBIG_INT@@PAE@Z -?CheckAndRemove@NUMBER_SET@@QAAEVBIG_INT@@PAE@Z -?CheckAndRemove@SPARSE_SET@@QAAEVBIG_INT@@PAE@Z -?CheckSnapshotPresence@SNAPSHOT@@QAAEXZ -?CheckValidSecurityDescriptor@IFS_SYSTEM@@SAEKPAU_SECURITY_DESCRIPTOR@@@Z -?ChkDsk@VOL_LIODPDRV@@QAAEW4FIX_LEVEL@@PAVMESSAGE@@KKGPAKPBVWSTRING@@@Z -?CleanupBackingStore@WRITEVIEW_BACKINGSTORE@@SAEPAVWSTRING@@@Z -?CloseDriveHandle@DP_DRIVE@@QAAXXZ -?ComputeVolId@SUPERAREA@@SAKK@Z -?CreateTrack@DP_DRIVE@@QAAEKEW4NwaType@1@@Z -?CreateTrack@MEDIA_TRACK_INFORMATION@@QAAPAV1@KE@Z -?Delete@WRITEVIEW_CACHE@@QAAXPAVWRITEVIEW_CACHE_ENTRY@@@Z -?DeleteEntry@AUTOREG@@SAEPBVWSTRING@@0@Z -?DeleteEntry@AUTOREG@@SAEPBVWSTRING@@E@Z -?DiskCopyMainLoop@@YAHPBVWSTRING@@000EPAVMESSAGE@@1@Z -?DismountAndLock@IO_DP_DRIVE@@QAAEXZ -?DismountVolume@IFS_SYSTEM@@SAEPBVWSTRING@@@Z -?DoesIntersectSet@NUMBER_SET@@QBAEVBIG_INT@@0@Z -?DosDriveNameToNtDriveName@IFS_SYSTEM@@SAEPBVWSTRING@@PAV2@@Z -?DumpHashTable@SPARSE_SET@@QAAXXZ -?EliminateCycles@DIGRAPH@@QAAEPAVCONTAINER@@PAE@Z -?EnableFileSystem@IFS_SYSTEM@@SAEPBVWSTRING@@@Z -?EnableVolumeCompression@IFS_SYSTEM@@SAEPBVWSTRING@@@Z -?EnableVolumeIntegrity@IFS_SYSTEM@@SAEPBVWSTRING@@G@Z -?EnableVolumeUpgrade@IFS_SYSTEM@@SAEPBVWSTRING@@@Z -?Export@FORMAT_SQM@@QAAEH@Z -?FileSetAttributes@IFS_SYSTEM@@SAEPBVWSTRING@@KPAK@Z -?FlushCache@IO_DP_DRIVE@@QAAEXZ -?ForceAutochk@VOL_LIODPDRV@@QAAEEKKGPBVWSTRING@@@Z -?Format@VOL_LIODPDRV@@QAA?AW4FORMAT_ERROR_CODE@@PBVWSTRING@@PAVMESSAGE@@KKK@Z -?FormatScaleQuickFormatVerify@IFS_SYSTEM@@SAE_KPAK11PA_K@Z -?FormatScaleTotalFreeClusters@IFS_SYSTEM@@SAE_K0PAK1PA_K2@Z -?GenerateLabelNotification@SUPERAREA@@SAJPBVWSTRING@@PAV2@PAU_FILE_FS_SIZE_INFORMATION@@PAU_FILE_FS_VOLUME_INFORMATION@@@Z -?GetAt@MOUNT_POINT_MAP@@QAAEKPAVWSTRING@@0@Z -?GetBuffer@TLINK@@QAAPAXPAX@Z -?GetCannedSecurity@IFS_SYSTEM@@SAPAVCANNED_SECURITY@@XZ -?GetCannedSecurityDescriptor@CANNED_SECURITY@@QAAPAXW4_CANNED_SECURITY_TYPE@@PAK@Z -?GetCurrentSnapshot@SNAPSHOT@@SAPAV1@XZ -?GetData@TLINK@@QAAAAVBIG_INT@@G@Z -?GetData@TLINK@@QAAAAVBIG_INT@@PAX@Z -?GetDefaultFileSystemIfs@@YAEPAUFMIFS_DEF_FS_PARAM@@PAUFMIFS_DEF_FS_OUT@@PAK@Z -?GetDrive@SECRUN@@QAAPAVIO_DP_DRIVE@@XZ -?GetDrive@SUPERAREA@@QAAPAVIO_DP_DRIVE@@XZ -?GetFileSystemName@VOL_LIODPDRV@@QAAPBGXZ -?GetFirst@TLINK@@QAAPAXXZ -?GetMessageW@IO_DP_DRIVE@@QAAPAVMESSAGE@@XZ -?GetMessageW@SUPERAREA@@QAAPAVMESSAGE@@XZ -?GetNext@TLINK@@QAAPAXPAX@Z -?GetNextDataSlot@TLINK@@QAAAAVBIG_INT@@XZ -?GetPerfFreq@BLOCK_CACHE@@QAA_KXZ -?GetPhaseSubPhase@DRIVE_CACHE@@SAXPAPAG0@Z -?GetSnapshotErrorMessage@SNAPSHOT@@SAEJPAVWSTRING@@@Z -?GetSnapshotGlobalDeviceName@SNAPSHOT@@QAAPAGXZ -?GetSnapshotNtDeviceName@SNAPSHOT@@QAAPAGXZ -?GetSortedFirst@TLINK@@QAAPAXXZ -?GetSortedNext@TLINK@@QAAPAXPAX@Z -?GetSystemTime@IFS_SYSTEM@@SAXPAU_TIME_FIELDS@@@Z -?GetVolumeSnapshot@SNAPSHOT@@SAJPAVWSTRING@@PAPAV1@@Z -?HardRead@IO_DP_DRIVE@@QAAEVBIG_INT@@KPAX@Z -?HardWrite@IO_DP_DRIVE@@QAAEVBIG_INT@@KPAXE@Z -?Initialize@BLOCK_CACHE@@QAAEPAVIO_DP_DRIVE@@@Z -?Initialize@CANNED_SECURITY@@QAAEXZ -?Initialize@DIGRAPH@@QAAEK@Z -?Initialize@DP_DRIVE@@QAAEPBVWSTRING@@0PAVMESSAGE@@EE@Z -?Initialize@DP_DRIVE@@QAAEPBVWSTRING@@PAVMESSAGE@@EEG@Z -?Initialize@FORMAT_SQM@@QAAEPAVDP_DRIVE@@PBGKK@Z -?Initialize@INTSTACK@@QAAEXZ -?Initialize@LOG_IO_DP_DRIVE@@QAAEPBVWSTRING@@0PAVMESSAGE@@E@Z -?Initialize@LOG_IO_DP_DRIVE@@QAAEPBVWSTRING@@PAVMESSAGE@@EG@Z -?Initialize@MEDIA_TRACK_INFORMATION@@QAAXPAU_TRACK_INFORMATION2@@@Z -?Initialize@MEDIA_TRACK_INFORMATION_SORTED_BY_SIZE@@QAAXPAVMEDIA_TRACK_INFORMATION@@@Z -?Initialize@MOUNT_POINT_MAP@@QAAEXZ -?Initialize@NUMBER_SET@@QAAEXZ -?Initialize@POW_CACHE@@QAAEKKKKK@Z -?Initialize@POW_CACHE@@QAAEPAVIO_DP_DRIVE@@@Z -?Initialize@READ_AHEAD_CACHE@@QAAEPAVIO_DP_DRIVE@@KK@Z -?Initialize@READ_CACHE@@QAAEPAVIO_DP_DRIVE@@K@Z -?Initialize@READ_MODIFY_WRITE_CACHE@@QAAEPAVIO_DP_DRIVE@@KKEE@Z -?Initialize@READ_WRITE_CACHE@@QAAEPAVIO_DP_DRIVE@@K@Z -?Initialize@SECRUN@@QAAEPAVMEM@@PAVIO_DP_DRIVE@@VBIG_INT@@K@Z -?Initialize@SNAPSHOT@@AAAJPAG@Z -?Initialize@SPARSE_SET@@QAAEXZ -?Initialize@SUPERAREA@@IAAEPAVMEM@@PAVLOG_IO_DP_DRIVE@@KPAVMESSAGE@@@Z -?Initialize@TLINK@@QAAEG@Z -?Initialize@VOL_LIODPDRV@@IAA?AW4FORMAT_ERROR_CODE@@PBVWSTRING@@PAVSUPERAREA@@PAVMESSAGE@@EEW4_MEDIA_TYPE@@GEIE@Z -?Initialize@VOL_LIODPDRV@@IAAEPBVWSTRING@@0PAVSUPERAREA@@PAVMESSAGE@@E@Z -?Initialize@WRITEVIEW_CACHE@@QAAEPAVIO_DP_DRIVE@@PAVDRIVE_CACHE@@PBVWSTRING@@GE@Z -?Initialize@WRITE_ONCE_CACHE@@QAAEPAVIO_DP_DRIVE@@KKK@Z -?InitializePowTrackConfiguration@DP_DRIVE@@QAAEEPAE@Z -?InvalidateFve@@YAEPAVDSTRING@@PAVMESSAGE@@PAU_FORMATEX_FN_PARAM@@@Z -?InvalidateVolume@IO_DP_DRIVE@@QAAEXZ -?IsArcSystemPartition@IFS_SYSTEM@@SAEPBVWSTRING@@PAE@Z -?IsBootCriticalVolume@DP_DRIVE@@QAAEXZ -?IsEntryPresent@AUTOREG@@SAEPBVWSTRING@@0@Z -?IsEntryPresent@AUTOREG@@SAEPBVWSTRING@@@Z -?IsFatalError@SNAPSHOT@@SAEJ@Z -?IsFileSystemEnabled@IFS_SYSTEM@@SAEPBVWSTRING@@PAE@Z -?IsFrontEndPresent@AUTOREG@@SAEPBVWSTRING@@0@Z -?IsMember@INTSTACK@@QBAEVBIG_INT@@@Z -?IsThisNtfs@IFS_SYSTEM@@SAEVBIG_INT@@KPAX@Z -?IsThisReFS@IFS_SYSTEM@@SAEVBIG_INT@@KPAX@Z -?IsTotalDeviceFailure@IFS_SYSTEM@@SAEJ@Z -?IsUdfMediaWritable@DP_DRIVE@@QAAEXZ -?IsVolumeDirty@IFS_SYSTEM@@SAEPAVWSTRING@@PAE1PAJ@Z -?IsVolumeWriteable@IFS_SYSTEM@@SAEPAVWSTRING@@PAEPAJ@Z -?IssueDeleteNotification@IO_DP_DRIVE@@QAAE_KK@Z -?Lock@IO_DP_DRIVE@@QAAEXZ -?Look@INTSTACK@@QBA?AVBIG_INT@@K@Z -?NotifyFveAfterFormat@@YAXPAVDSTRING@@@Z -?NtDeviceNameToDosDriveName@IFS_SYSTEM@@SAEPBVWSTRING@@PAV2@@Z -?NtDriveNameToDosDriveName@IFS_SYSTEM@@SAEPBVWSTRING@@PAV2@@Z -?Pop@INTSTACK@@QAAXK@Z -?PowForceAllocation@IO_DP_DRIVE@@QAAEKKPAKW4NwaType@DP_DRIVE@@@Z -?Prefetch@IO_DP_DRIVE@@QAAEVBIG_INT@@K@Z -?Purge@WRITEVIEW_CACHE@@QAAXVBIG_INT@@K@Z -?Push@INTSTACK@@QAAEVBIG_INT@@@Z -?PushEntry@AUTOREG@@SAEPBVWSTRING@@@Z -?QueryAutochkTimeOut@VOL_LIODPDRV@@SAEPAK@Z -?QueryCacheSize@BLOCK_CACHE@@UAAXPA_K0@Z -?QueryCacheSize@IO_DP_DRIVE@@QAAXPA_K0@Z -?QueryCacheSize@WRITEVIEW_CACHE@@UAAXPA_K0@Z -?QueryCanonicalNtDriveName@IFS_SYSTEM@@SAEPBVWSTRING@@PAV2@@Z -?QueryChildren@DIGRAPH@@QBAEKPAVNUMBER_SET@@@Z -?QueryCompressedInteger@BIG_INT@@QBAXPAE0@Z -?QueryContainingRange@NUMBER_SET@@QBAEVBIG_INT@@PAV2@1@Z -?QueryCorruptionState@IFS_SYSTEM@@SAEPAVWSTRING@@PAKPAEPAJ@Z -?QueryDataRedundancyCount@DP_DRIVE@@UAAJPAK0@Z -?QueryDiscStatus@DP_DRIVE@@QAAEPAK0@Z -?QueryDisjointRange@NUMBER_SET@@QBAXKPAVBIG_INT@@0@Z -?QueryDisjointRangeAndAssignBuffer@TLINK@@QAAPAXPAVBIG_INT@@PAG1PAXK2@Z -?QueryDriveHandle@DP_DRIVE@@QBAPAXXZ -?QueryDriveName@MOUNT_POINT_MAP@@QAAEPAVWSTRING@@0@Z -?QueryDriveType@DP_DRIVE@@QBA?AW4DRIVE_TYPE@@XZ -?QueryEccBlockSizeInSectors@DP_DRIVE@@QAAGXZ -?QueryFileSystemName@IFS_SYSTEM@@SAEPBVWSTRING@@PAV2@PAJ1@Z -?QueryFileSystemNameByHandle@IFS_SYSTEM@@SAEPAXPAVWSTRING@@PAJ1@Z -?QueryFirstBlockInLastNonEmptySession@DP_DRIVE@@QAAEPAK@Z -?QueryFirstBlockInLastSession@DP_DRIVE@@QAAEPAK@Z -?QueryFreeBlocksInLastTrack@DP_DRIVE@@QAAEPAK@Z -?QueryFreeBlocksInLastTrack@DP_DRIVE@@SAEPAXPAK@Z -?QueryFreeDiskSpace@IFS_SYSTEM@@SAEPBVWSTRING@@PAVBIG_INT@@@Z -?QueryHighestTrackAddress@DP_DRIVE@@QAAEPAK@Z -?QueryHotPlugInfo@DP_DRIVE@@QBAEXZ -?QueryID@DP_DRIVE@@QAAEPAU_GUID@@PBVWSTRING@@@Z -?QueryID@DP_DRIVE@@QAAEPAVWSTRING@@PBV2@@Z -?QueryLastRecordedAddress@DP_DRIVE@@QAAEPAK@Z -?QueryLastWritableAddress@DP_DRIVE@@QAAEPAKW4NwaType@1@@Z -?QueryMediaByte@DP_DRIVE@@QBAEXZ -?QueryMemberCount@TLINK@@QBAGXZ -?QueryMemoryLimit@IO_DP_DRIVE@@QAAEPA_KPAE@Z -?QueryMemoryLimit@WRITEVIEW_CACHE@@UAAEPA_KPAE@Z -?QueryMrwSupport@DP_DRIVE@@SAEPAX@Z -?QueryNextWritableAddress@DP_DRIVE@@QAAEPAKW4NwaType@1@@Z -?QueryNtfsSupportInfo@DP_DRIVE@@SAJPAXPAE@Z -?QueryNtfsTime@IFS_SYSTEM@@SAXPAT_LARGE_INTEGER@@@Z -?QueryNtfsVersion@IFS_SYSTEM@@SAEPAE0PAVLOG_IO_DP_DRIVE@@PAX@Z -?QueryNumChildren@DIGRAPH@@QBAKK@Z -?QueryNumParents@DIGRAPH@@QBAKK@Z -?QueryNumber@NUMBER_SET@@QBA?AVBIG_INT@@V2@@Z -?QueryOpenSessionBounds@DP_DRIVE@@QAAEPAK0@Z -?QueryPageSize@IFS_SYSTEM@@SAKXZ -?QueryParents@DIGRAPH@@QBAEKPAVNUMBER_SET@@@Z -?QueryParentsWithChildren@DIGRAPH@@QBAEPAVNUMBER_SET@@K@Z -?QueryPartitionStartingOffset@IO_DP_DRIVE@@QBA?AT_LARGE_INTEGER@@XZ -?QueryPhysicalSectorSize@DP_DRIVE@@QAAKXZ -?QueryProcessPrivateMemory@IFS_SYSTEM@@SAEPAXPA_K@Z -?QueryProcessorInformation@IFS_SYSTEM@@SAEPAVDSTRING@@PAKPA_K@Z -?QueryReadAndVerifiedUsage@IO_DP_DRIVE@@QAAXPA_K0@Z -?QueryReadUsage@IO_DP_DRIVE@@QAAXPA_K0@Z -?QueryRecommendedMediaType@DP_DRIVE@@QBA?AW4_MEDIA_TYPE@@XZ -?QueryRewritableMOSupport@DP_DRIVE@@QAAEXZ -?QuerySectorSize@DP_DRIVE@@UBAKXZ -?QuerySectorSize@POW_CACHE@@QAAKXZ -?QuerySectors@DP_DRIVE@@UBA?AVBIG_INT@@XZ -?QueryServer@IFS_SYSTEM@@SAEPAE@Z -?QuerySize@TLINK@@QBAGXZ -?QuerySnapshotDiffAreaVolume@SNAPSHOT@@QAAEPAVWSTRING@@@Z -?QueryStorageAdapterProperty@IFS_SYSTEM@@SAEPAXPAVDSTRING@@1@Z -?QueryStorageDeviceProperty@IFS_SYSTEM@@SAEPAXPAVDSTRING@@11PAE2@Z -?QuerySystemMemory@IFS_SYSTEM@@SAEPAKPA_K11@Z -?QuerySystemVersion@IFS_SYSTEM@@SAEPAVDSTRING@@@Z -?QueryUdfMediaHasPow@DP_DRIVE@@QAAEXZ -?QueryUdfMediaNeedsLowLevelFormat@DP_DRIVE@@QAAEXZ -?QueryUdfMediaNeedsSparing@DP_DRIVE@@QAAEXZ -?QueryUdfMediaNeedsVat@DP_DRIVE@@QAAEXZ -?QueryUdfMediaSupportsBackgroundFormat@DP_DRIVE@@QAAEXZ -?QueryUdfMediaSupportsQuickGrow@DP_DRIVE@@QAAEXZ -?QueryUdfMediaType@DP_DRIVE@@QAAKXZ -?QueryVerifyHandle@IO_DP_DRIVE@@QAAPAXXZ -?QueryVolumeBounds@DP_DRIVE@@QAAEPAK0@Z -?QueryVolumeName@MOUNT_POINT_MAP@@QAAEPAVWSTRING@@0@Z -?QueryVolumeSize@IFS_SYSTEM@@SAEPBVWSTRING@@PA_K@Z -?QueryWriteBlockSize@DP_DRIVE@@UBAKXZ -?QueryWriteUsage@IO_DP_DRIVE@@QAAXPA_K0@Z -?Read@IO_DP_DRIVE@@QAAEVBIG_INT@@KPAX@Z -?Read@SECRUN@@UAAEXZ -?ReadFormattableCapacity@DP_DRIVE@@QAAEEPAKPAE0@Z -?Recover@VOL_LIODPDRV@@QAAEPBVWSTRING@@PAVMESSAGE@@@Z -?RegisterExtensionCallbacks@@YAEPAU_CALLBACK_REGISTRATION@@@Z -?ReinitializeDriveParameters@DP_DRIVE@@QAAEPAVMESSAGE@@@Z -?ReinitiateBackgroundFormat@DP_DRIVE@@QAAEXZ -?ReleaseVolumeSnapshot@SNAPSHOT@@SAEPAV1@@Z -?Remove@NUMBER_SET@@QAAEPBV1@@Z -?Remove@NUMBER_SET@@QAAEVBIG_INT@@0@Z -?Remove@NUMBER_SET@@QAAEVBIG_INT@@@Z -?Remove@WRITEVIEW_CACHE@@QAAXPAVWRITEVIEW_CACHE_ENTRY@@@Z -?RemoveAll@NUMBER_SET@@QAAEXZ -?RemoveAll@SPARSE_SET@@QAAEXZ -?RemoveEdge@DIGRAPH@@QAAEKK@Z -?RestoreThreadExecutionState@@YAXJK@Z -?ReverseCopy@INTSTACK@@QAAEPAV1@@Z -?SearchForMatch@DIGRAPH@@QAAEKPAVBITVECTOR@@PAVNUMBER_SET@@PAEPAVBIG_INT@@@Z -?SendPowLowLevelFormat@DP_DRIVE@@QAAEPAVMESSAGE@@@Z -?SendSonyMSFormatCmd@DP_DRIVE@@QAAEE@Z -?SendSonyMSInquiryCmd@DP_DRIVE@@QAAEPAUSONY_MS_INQUIRY_DATA@@@Z -?SendSonyMSModeSenseCmd@DP_DRIVE@@QAAEPAUSONY_MS_MODE_SENSE_DATA@@@Z -?SendSonyMSRequestSenseCmd@DP_DRIVE@@QAAEPAU_SENSE_DATA@@@Z -?SendSonyMSTestUnitReadyCmd@DP_DRIVE@@QAAEPAU_SENSE_DATA@@@Z -?Set@BIG_INT@@QAAXEPBE@Z -?SetAutochkTimeOut@VOL_LIODPDRV@@SAEK@Z -?SetCache@IO_DP_DRIVE@@QAAXPAVDRIVE_CACHE@@@Z -?SetFileSystemName@VOL_LIODPDRV@@QAAEPBG@Z -?SetLastStatus@DP_DRIVE@@QAAXJ@Z -?SetPhaseSubPhase@DRIVE_CACHE@@SAXPAG0@Z -?SetPowTrackConfiguration@DP_DRIVE@@QAAEE@Z -?SetSectors@DP_DRIVE@@QAAXVBIG_INT@@@Z -?SetSystemId@LOG_IO_DP_DRIVE@@QAAEE@Z -?SetVerifyHandle@IO_DP_DRIVE@@QAAPAXPAX@Z -?SetVolumeLabelAndPrintFormatReport@VOL_LIODPDRV@@QAAEPBVWSTRING@@PAVMESSAGE@@@Z -?ShellSort@TLINK@@QAAXXZ -?Sort@TLINK@@QAAXXZ -?SqmExport@BLOCK_CACHE@@UAAEP6AEPAXKEPADZZ0@Z -?SqmExport@IO_DP_DRIVE@@QAAEPBVWSTRING@@P6AEPAXKEPADZZ1@Z -?SqmExport@WRITEVIEW_CACHE@@UAAEP6AEPAXKEPADZZ0@Z -?Subtract@NUMBER_SET@@QAAEPAV1@0@Z -?Verify@IO_DP_DRIVE@@QAAEVBIG_INT@@0@Z -?Verify@IO_DP_DRIVE@@QAAEVBIG_INT@@0PAVNUMBER_SET@@@Z -?VerifyRead@IO_DP_DRIVE@@QAAEVBIG_INT@@KPAX@Z -?VerifyRead@SECRUN@@UAAEPAE@Z -?WaitForUnit@DP_DRIVE@@QAAEPAVMESSAGE@@@Z -?WaitForWriteCompletion@DP_DRIVE@@QAAEPAVMESSAGE@@@Z -?Write@IO_DP_DRIVE@@QAAEVBIG_INT@@KPAX@Z -?Write@SECRUN@@UAAEXZ -?WriteEntireDrive@VOL_LIODPDRV@@UAA?AW4FORMAT_ERROR_CODE@@PAVMESSAGE@@PAXKII@Z -?WriteToFile@IFS_SYSTEM@@SAEPBVWSTRING@@PAXKE@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifsutilx.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifsutilx.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ifsutilx.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ifsutilx.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of ifsutilx.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ifsutilx.dll" -EXPORTS -?CheckSnapshotPresence@@YAEPAU_SNAPSHOT_DATA@@@Z -?CreateVolumeSnapshot@@YAJPAGPAPAU_SNAPSHOT_DATA@@@Z -?GetSnapshotErrorMessage@@YAEJPAVWSTRING@@@Z -?InitializeCOM@@YAJPAE@Z -?ReleaseVolumeSnapshot@@YAEPAU_SNAPSHOT_DATA@@@Z -?UninitializeCOM@@YAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/imagehlp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/imagehlp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/imagehlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/imagehlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,155 +0,0 @@ -; -; Definition file of imagehlp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "imagehlp.dll" -EXPORTS -RemoveRelocations -BindImage -BindImageEx -CheckSumMappedFile -EnumerateLoadedModules -EnumerateLoadedModules64 -EnumerateLoadedModulesEx -EnumerateLoadedModulesExW -EnumerateLoadedModulesW64 -FindDebugInfoFile -FindDebugInfoFileEx -FindExecutableImage -FindExecutableImageEx -FindFileInPath -FindFileInSearchPath -GetImageConfigInformation -GetImageUnusedHeaderBytes -GetSymLoadError -GetTimestampForLoadedLibrary -ImageAddCertificate -ImageDirectoryEntryToData -ImageDirectoryEntryToDataEx -ImageEnumerateCertificates -ImageGetCertificateData -ImageGetCertificateHeader -ImageGetDigestStream -ImageLoad -ImageNtHeader -ImageRemoveCertificate -ImageRvaToSection -ImageRvaToVa -ImageUnload -ImagehlpApiVersion -ImagehlpApiVersionEx -MakeSureDirectoryPathExists -MapAndLoad -MapDebugInformation -MapFileAndCheckSumA -MapFileAndCheckSumW -ReBaseImage -ReBaseImage64 -RemoveInvalidModuleList -RemovePrivateCvSymbolic -RemovePrivateCvSymbolicEx -ReportSymbolLoadSummary -SearchTreeForFile -SetCheckUserInterruptShared -SetImageConfigInformation -SetSymLoadError -SplitSymbols -StackWalk -StackWalk64 -StackWalkEx -SymAddrIncludeInlineTrace -SymCleanup -SymCompareInlineTrace -SymEnumSym -SymEnumSymbols -SymEnumSymbolsEx -SymEnumSymbolsExW -SymEnumSymbolsForAddr -SymEnumTypes -SymEnumTypesByName -SymEnumTypesByNameW -SymEnumTypesW -SymEnumerateModules -SymEnumerateModules64 -SymEnumerateSymbols -SymEnumerateSymbols64 -SymEnumerateSymbolsW -SymEnumerateSymbolsW64 -SymFindFileInPath -SymFindFileInPathW -SymFromAddr -SymFromInlineContext -SymFromInlineContextW -SymFromName -SymFunctionTableAccess -SymFunctionTableAccess64 -SymFunctionTableAccess64AccessRoutines -SymGetLineFromAddr -SymGetLineFromAddr64 -SymGetLineFromInlineContext -SymGetLineFromInlineContextW -SymGetLineFromName -SymGetLineFromName64 -SymGetLineNext -SymGetLineNext64 -SymGetLinePrev -SymGetLinePrev64 -SymGetModuleBase -SymGetModuleBase64 -SymGetModuleInfo -SymGetModuleInfo64 -SymGetModuleInfoW -SymGetModuleInfoW64 -SymGetOptions -SymGetSearchPath -SymGetSourceFileFromTokenW -SymGetSourceFileTokenW -SymGetSourceVarFromTokenW -SymGetSymFromAddr -SymGetSymFromAddr64 -SymGetSymFromName -SymGetSymFromName64 -SymGetSymNext -SymGetSymNext64 -SymGetSymPrev -SymGetSymPrev64 -SymGetSymbolFile -SymGetSymbolFileW -SymGetTypeFromName -SymGetTypeFromNameW -SymGetTypeInfo -SymGetTypeInfoEx -SymInitialize -SymLoadModule -SymLoadModule64 -SymMatchFileName -SymMatchFileNameW -SymMatchString -SymMatchStringA -SymMatchStringW -SymQueryInlineTrace -SymRegisterCallback -SymRegisterCallback64 -SymRegisterFunctionEntryCallback -SymRegisterFunctionEntryCallback64 -SymSetContext -SymSetOptions -SymSetScopeFromAddr -SymSetScopeFromIndex -SymSetScopeFromInlineContext -SymSetSearchPath -SymSrvGetFileIndexString -SymSrvGetFileIndexStringW -SymSrvGetFileIndexes -SymSrvGetFileIndexesW -SymUnDName -SymUnDName64 -SymUnloadModule -SymUnloadModule64 -TouchFileTimes -UnDecorateSymbolName -UnMapAndLoad -UnmapDebugInformation -UpdateDebugInfoFile -UpdateDebugInfoFileEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/imgutil.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/imgutil.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/imgutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/imgutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of ImgUtil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ImgUtil.dll" -EXPORTS -ComputeInvCMAP -CreateDDrawSurfaceOnDIB -CreateMIMEMap -DecodeImage -DecodeImageEx -DitherTo8 -GetMaxMIMEIDBytes -IdentifyMIMEType -SniffStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/imm32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/imm32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/imm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/imm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,144 +0,0 @@ -; -; Definition file of IMM32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IMM32.dll" -EXPORTS -CtfImmAppCompatEnableIMEonProtectedCode -CtfImmCoUninitialize -CtfImmDispatchDefImeMessage -CtfImmEnterCoInitCountSkipMode -CtfImmGenerateMessage -CtfImmGetCompatibleKeyboardLayout -CtfImmGetGlobalIMEStatus -CtfImmGetGuidAtom -CtfImmGetIMEFileName -CtfImmGetTMAEFlags -CtfImmHideToolbarWnd -CtfImmIsCiceroEnabled -CtfImmIsCiceroStartedInThread -CtfImmIsComStartedInThread -CtfImmIsGuidMapEnable -CtfImmIsTextFrameServiceDisabled -CtfImmLastEnabledWndDestroy -CtfImmLeaveCoInitCountSkipMode -CtfImmNotify -CtfImmRestoreToolbarWnd -CtfImmSetAppCompatFlags -CtfImmSetCiceroStartInThread -CtfImmSetDefaultRemoteKeyboardLayout -CtfImmTIMActivate -GetKeyboardLayoutCP -ImmActivateLayout -ImmAssociateContext -ImmAssociateContextEx -ImmCallImeConsoleIME -ImmConfigureIMEA -ImmConfigureIMEW -ImmCreateContext -ImmCreateIMCC -ImmCreateSoftKeyboard -ImmDestroyContext -ImmDestroyIMCC -ImmDestroySoftKeyboard -ImmDisableIME -ImmDisableIme -ImmDisableLegacyIME -ImmDisableTextFrameService -ImmEnumInputContext -ImmEnumRegisterWordA -ImmEnumRegisterWordW -ImmEscapeA -ImmEscapeW -ImmFreeLayout -ImmGenerateMessage -ImmGetAppCompatFlags -ImmGetCandidateListA -ImmGetCandidateListCountA -ImmGetCandidateListCountW -ImmGetCandidateListW -ImmGetCandidateWindow -ImmGetCompositionFontA -ImmGetCompositionFontW -ImmGetCompositionStringA -ImmGetCompositionStringW -ImmGetCompositionWindow -ImmGetContext -ImmGetConversionListA -ImmGetConversionListW -ImmGetConversionStatus -ImmGetDefaultIMEWnd -ImmGetDescriptionA -ImmGetDescriptionW -ImmGetGuideLineA -ImmGetGuideLineW -ImmGetHotKey -ImmGetIMCCLockCount -ImmGetIMCCSize -ImmGetIMCLockCount -ImmGetIMEFileNameA -ImmGetIMEFileNameW -ImmGetImeInfoEx -ImmGetImeMenuItemsA -ImmGetImeMenuItemsW -ImmGetOpenStatus -ImmGetProperty -ImmGetRegisterWordStyleA -ImmGetRegisterWordStyleW -ImmGetStatusWindowPos -ImmGetVirtualKey -ImmIMPGetIMEA -ImmIMPGetIMEW -ImmIMPQueryIMEA -ImmIMPQueryIMEW -ImmIMPSetIMEA -ImmIMPSetIMEW -ImmInstallIMEA -ImmInstallIMEW -ImmIsIME -ImmIsUIMessageA -ImmIsUIMessageW -ImmLoadIME -ImmLoadLayout -ImmLockClientImc -ImmLockIMC -ImmLockIMCC -ImmLockImeDpi -ImmNotifyIME -ImmProcessKey -ImmPutImeMenuItemsIntoMappedFile -ImmReSizeIMCC -ImmRegisterClient -ImmRegisterWordA -ImmRegisterWordW -ImmReleaseContext -ImmRequestMessageA -ImmRequestMessageW -ImmSendIMEMessageExA -ImmSendIMEMessageExW -ImmSetActiveContext -ImmSetActiveContextConsoleIME -ImmSetCandidateWindow -ImmSetCompositionFontA -ImmSetCompositionFontW -ImmSetCompositionStringA -ImmSetCompositionStringW -ImmSetCompositionWindow -ImmSetConversionStatus -ImmSetHotKey -ImmSetOpenStatus -ImmSetStatusWindowPos -ImmShowSoftKeyboard -ImmSimulateHotKey -ImmSystemHandler -ImmTranslateMessage -ImmUnlockClientImc -ImmUnlockIMC -ImmUnlockIMCC -ImmUnlockImeDpi -ImmUnregisterWordA -ImmUnregisterWordW -ImmWINNLSEnableIME -ImmWINNLSGetEnableStatus -ImmWINNLSGetIMEHotkey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetcomm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetcomm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetcomm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetcomm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ -; -; Definition file of INETCOMM.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "INETCOMM.dll" -EXPORTS -ord_1 @1 -RichMimeEdit_CreateInstance -CreateCommunityTransport -CreateIMAPTransport -CreateIMAPTransport2 -CreateNNTPTransport -CreatePOP3Transport -CreateRASTransport -CreateRangeList -CreateSMTPTransport -EssContentHintDecodeEx -EssContentHintEncodeEx -EssKeyExchPreferenceDecodeEx -EssKeyExchPreferenceEncodeEx -EssMLHistoryDecodeEx -EssMLHistoryEncodeEx -EssReceiptDecodeEx -EssReceiptEncodeEx -EssReceiptRequestDecodeEx -EssReceiptRequestEncodeEx -EssSecurityLabelDecodeEx -EssSecurityLabelEncodeEx -EssSignCertificateDecodeEx -EssSignCertificateEncodeEx -GetDllMajorVersion -HrAthGetFileName -HrAthGetFileNameW -HrAttachDataFromBodyPart -HrAttachDataFromFile -HrCreateDisplayNameWithSizeForFile -HrDoAttachmentVerb -HrFreeAttachData -HrGetAttachIcon -HrGetAttachIconByFile -HrGetDisplayNameWithSizeForFile -HrGetLastOpenFileDirectory -HrGetLastOpenFileDirectoryW -HrSaveAttachToFile -HrSaveAttachmentAs -MimeEditCreateMimeDocument -MimeEditDocumentFromStream -MimeEditGetBackgroundImageUrl -MimeEditIsSafeToRun -MimeEditViewSource -MimeGetAddressFormatW -MimeOleAlgNameFromSMimeCap -MimeOleAlgStrengthFromSMimeCap -MimeOleClearDirtyTree -MimeOleConvertEnrichedToHTML -MimeOleCreateBody -MimeOleCreateByteStream -MimeOleCreateHashTable -MimeOleCreateHeaderTable -MimeOleCreateMessage -MimeOleCreateMessageParts -MimeOleCreatePropertySet -MimeOleCreateSecurity -MimeOleCreateVirtualStream -MimeOleDecodeHeader -MimeOleEncodeHeader -MimeOleFileTimeToInetDate -MimeOleFindCharset -MimeOleGenerateCID -MimeOleGenerateFileName -MimeOleGenerateMID -MimeOleGetAllocator -MimeOleGetBodyPropA -MimeOleGetBodyPropW -MimeOleGetCertsFromThumbprints -MimeOleGetCharsetInfo -MimeOleGetCodePageCharset -MimeOleGetCodePageInfo -MimeOleGetContentTypeExt -MimeOleGetDefaultCharset -MimeOleGetExtContentType -MimeOleGetFileExtension -MimeOleGetFileInfo -MimeOleGetFileInfoW -MimeOleGetInternat -MimeOleGetPropA -MimeOleGetPropW -MimeOleGetPropertySchema -MimeOleGetRelatedSection -MimeOleInetDateToFileTime -MimeOleObjectFromMoniker -MimeOleOpenFileStream -MimeOleParseMhtmlUrl -MimeOleParseRfc822Address -MimeOleParseRfc822AddressW -MimeOleSMimeCapAddCert -MimeOleSMimeCapAddSMimeCap -MimeOleSMimeCapGetEncAlg -MimeOleSMimeCapGetHashAlg -MimeOleSMimeCapInit -MimeOleSMimeCapRelease -MimeOleSMimeCapsFromDlg -MimeOleSMimeCapsFull -MimeOleSMimeCapsToDlg -MimeOleSetBodyPropA -MimeOleSetBodyPropW -MimeOleSetCompatMode -MimeOleSetDefaultCharset -MimeOleSetPropA -MimeOleSetPropW -MimeOleStripHeaders -MimeOleUnEscapeStringInPlace -MimeOleUnEscapeStringInPlaceW -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_705 @705 -ord_706 @706 -ord_707 @707 -ord_708 @708 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetmib1.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetmib1.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetmib1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetmib1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of inetmib1.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "inetmib1.dll" -EXPORTS -SnmpExtensionInit -SnmpExtensionInitEx -SnmpExtensionQuery -SnmpExtensionTrap diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetpp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetpp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetpp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetpp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of INETPP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "INETPP.dll" -EXPORTS -InitializePrintProvidor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetppui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetppui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/inetppui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/inetppui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of INETPPUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "INETPPUI.dll" -EXPORTS -InitializePrintMonitorUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/input.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/input.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/input.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/input.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of Input.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Input.dll" -EXPORTS -CPlApplet -ord_102 @102 -ord_103 @103 -InstallLayoutOrTip -SaveDefaultUserInputSettings -SaveSystemAcctInputSettings -SetDefaultLayoutOrTip -EnumLayoutOrTipForSetup -InstallLayoutOrTipUserReg -EnumEnabledLayoutOrTip -QueryLayoutOrTipString -QueryLayoutOrTipStringUserReg -GetDefaultLayout -GetLayoutDescription -ord_115 @115 -ord_116 @116 -InstallLayoutOrTipPrivate -EnumEnabledLayoutOrTipPrivate -ActivateInputProfile -InputDll_DownlevelInitialize -InputDll_DownlevelSetUILanguage -InputDll_DownlevelUninitialize -InputDll_DownlevelEnumLayoutOrTipForSetup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/inseng.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/inseng.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/inseng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/inseng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of inseng.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "inseng.dll" -EXPORTS -CheckForVersionConflict -CheckTrust -CheckTrustEx -DownloadFile -GetICifFileFromFile -GetICifRWFileFromFile -PurgeDownloadDirectory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/iphlpapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/iphlpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/iphlpapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/iphlpapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,274 +0,0 @@ -; -; Definition file of IPHLPAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IPHLPAPI.DLL" -EXPORTS -AddIPAddress -AllocateAndGetInterfaceInfoFromStack -AllocateAndGetIpAddrTableFromStack -CancelIPChangeNotify -CancelMibChangeNotify2 -CloseCompartment -CloseGetIPPhysicalInterfaceForDestination -ConvertCompartmentGuidToId -ConvertCompartmentIdToGuid -ConvertGuidToStringA -ConvertGuidToStringW -ConvertInterfaceAliasToLuid -ConvertInterfaceGuidToLuid -ConvertInterfaceIndexToLuid -ConvertInterfaceLuidToAlias -ConvertInterfaceLuidToGuid -ConvertInterfaceLuidToIndex -ConvertInterfaceLuidToNameA -ConvertInterfaceLuidToNameW -ConvertInterfaceNameToLuidA -ConvertInterfaceNameToLuidW -ConvertInterfacePhysicalAddressToLuid -ConvertIpv4MaskToLength -ConvertLengthToIpv4Mask -ConvertRemoteInterfaceAliasToLuid -ConvertRemoteInterfaceGuidToLuid -ConvertRemoteInterfaceIndexToLuid -ConvertRemoteInterfaceLuidToAlias -ConvertRemoteInterfaceLuidToGuid -ConvertRemoteInterfaceLuidToIndex -ConvertStringToGuidA -ConvertStringToGuidW -ConvertStringToInterfacePhysicalAddress -CreateAnycastIpAddressEntry -CreateIpForwardEntry -CreateIpForwardEntry2 -CreateIpNetEntry -CreateIpNetEntry2 -CreatePersistentTcpPortReservation -CreatePersistentUdpPortReservation -CreateProxyArpEntry -CreateSortedAddressPairs -CreateUnicastIpAddressEntry -DeleteAnycastIpAddressEntry -DeleteIPAddress -DeleteIpForwardEntry -DeleteIpForwardEntry2 -DeleteIpNetEntry -DeleteIpNetEntry2 -DeletePersistentTcpPortReservation -DeletePersistentUdpPortReservation -DeleteProxyArpEntry -DeleteUnicastIpAddressEntry -DisableMediaSense -EnableRouter -FlushIpNetTable -FlushIpNetTable2 -FlushIpPathTable -FreeMibTable -GetAdapterIndex -GetAdapterOrderMap -GetAdaptersAddresses -GetAdaptersInfo -GetAnycastIpAddressEntry -GetAnycastIpAddressTable -GetBestInterface -GetBestInterfaceEx -GetBestRoute -GetBestRoute2 -GetCurrentThreadCompartmentId -GetExtendedTcpTable -GetExtendedUdpTable -GetFriendlyIfIndex -GetIcmpStatistics -GetIcmpStatisticsEx -GetIfEntry -GetIfEntry2 -GetIfStackTable -GetIfTable -GetIfTable2 -GetIfTable2Ex -GetInterfaceInfo -GetInvertedIfStackTable -GetIpAddrTable -GetIpErrorString -GetIpForwardEntry2 -GetIpForwardTable -GetIpForwardTable2 -GetIpInterfaceEntry -GetIpInterfaceTable -GetIpNetEntry2 -GetIpNetTable -GetIpNetTable2 -GetIpNetworkConnectionBandwidthEstimates -GetIpPathEntry -GetIpPathTable -GetIpStatistics -GetIpStatisticsEx -GetMulticastIpAddressEntry -GetMulticastIpAddressTable -GetNetworkInformation -GetNetworkParams -GetNumberOfInterfaces -GetOwnerModuleFromPidAndInfo -GetOwnerModuleFromTcp6Entry -GetOwnerModuleFromTcpEntry -GetOwnerModuleFromUdp6Entry -GetOwnerModuleFromUdpEntry -GetPerAdapterInfo -GetPerTcp6ConnectionEStats -GetPerTcp6ConnectionStats -GetPerTcpConnectionEStats -GetPerTcpConnectionStats -GetRTTAndHopCount -GetSessionCompartmentId -GetTcp6Table -GetTcp6Table2 -GetTcpStatistics -GetTcpStatisticsEx -GetTcpTable -GetTcpTable2 -GetTeredoPort -GetUdp6Table -GetUdpStatistics -GetUdpStatisticsEx -GetUdpTable -GetUniDirectionalAdapterInfo -GetUnicastIpAddressEntry -GetUnicastIpAddressTable -Icmp6CreateFile -Icmp6ParseReplies -Icmp6SendEcho2 -IcmpCloseHandle -IcmpCreateFile -IcmpParseReplies -IcmpSendEcho -IcmpSendEcho2 -IcmpSendEcho2Ex -InitializeIpForwardEntry -InitializeIpInterfaceEntry -InitializeUnicastIpAddressEntry -InternalCleanupPersistentStore -InternalCreateAnycastIpAddressEntry -InternalCreateIpForwardEntry -InternalCreateIpForwardEntry2 -InternalCreateIpNetEntry -InternalCreateIpNetEntry2 -InternalCreateUnicastIpAddressEntry -InternalDeleteAnycastIpAddressEntry -InternalDeleteIpForwardEntry -InternalDeleteIpForwardEntry2 -InternalDeleteIpNetEntry -InternalDeleteIpNetEntry2 -InternalDeleteUnicastIpAddressEntry -InternalFindInterfaceByAddress -InternalGetAnycastIpAddressEntry -InternalGetAnycastIpAddressTable -InternalGetForwardIpTable2 -InternalGetIPPhysicalInterfaceForDestination -InternalGetIfEntry2 -InternalGetIfTable -InternalGetIfTable2 -InternalGetIpAddrTable -InternalGetIpForwardEntry2 -InternalGetIpForwardTable -InternalGetIpInterfaceEntry -InternalGetIpInterfaceTable -InternalGetIpNetEntry2 -InternalGetIpNetTable -InternalGetIpNetTable2 -InternalGetMulticastIpAddressEntry -InternalGetMulticastIpAddressTable -InternalGetRtcSlotInformation -InternalGetTcp6Table2 -InternalGetTcp6TableWithOwnerModule -InternalGetTcp6TableWithOwnerPid -InternalGetTcpTable -InternalGetTcpTable2 -InternalGetTcpTableEx -InternalGetTcpTableWithOwnerModule -InternalGetTcpTableWithOwnerPid -InternalGetTunnelPhysicalAdapter -InternalGetUdp6TableWithOwnerModule -InternalGetUdp6TableWithOwnerPid -InternalGetUdpTable -InternalGetUdpTableEx -InternalGetUdpTableWithOwnerModule -InternalGetUdpTableWithOwnerPid -InternalGetUnicastIpAddressEntry -InternalGetUnicastIpAddressTable -InternalIcmpCreateFileEx -InternalSetIfEntry -InternalSetIpForwardEntry -InternalSetIpForwardEntry2 -InternalSetIpInterfaceEntry -InternalSetIpNetEntry -InternalSetIpNetEntry2 -InternalSetIpStats -InternalSetTcpEntry -InternalSetTeredoPort -InternalSetUnicastIpAddressEntry -IpReleaseAddress -IpRenewAddress -LookupPersistentTcpPortReservation -LookupPersistentUdpPortReservation -NTPTimeToNTFileTime -NTTimeToNTPTime -NhGetGuidFromInterfaceName -NhGetInterfaceDescriptionFromGuid -NhGetInterfaceNameFromDeviceGuid -NhGetInterfaceNameFromGuid -NhpAllocateAndGetInterfaceInfoFromStack -NotifyAddrChange -NotifyCompartmentChange -NotifyIpInterfaceChange -NotifyRouteChange -NotifyRouteChange2 -NotifyStableUnicastIpAddressTable -NotifyTeredoPortChange -NotifyUnicastIpAddressChange -OpenCompartment -ParseNetworkString -PfAddFiltersToInterface -PfAddGlobalFilterToInterface -PfBindInterfaceToIPAddress -PfBindInterfaceToIndex -PfCreateInterface -PfDeleteInterface -PfDeleteLog -PfGetInterfaceStatistics -PfMakeLog -PfRebindFilters -PfRemoveFilterHandles -PfRemoveFiltersFromInterface -PfRemoveGlobalFilterFromInterface -PfSetLogBuffer -PfTestPacket -PfUnBindInterface -ResolveIpNetEntry2 -ResolveNeighbor -RestoreMediaSense -SendARP -SetAdapterIpAddress -SetCurrentThreadCompartmentId -SetIfEntry -SetIpForwardEntry -SetIpForwardEntry2 -SetIpInterfaceEntry -SetIpNetEntry -SetIpNetEntry2 -SetIpStatistics -SetIpStatisticsEx -SetIpTTL -SetNetworkInformation -SetPerTcp6ConnectionEStats -SetPerTcp6ConnectionStats -SetPerTcpConnectionEStats -SetPerTcpConnectionStats -SetSessionCompartmentId -SetTcpEntry -SetUnicastIpAddressEntry -UnenableRouter -do_echo_rep -do_echo_req -if_indextoname -if_nametoindex -register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ipnathlp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ipnathlp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ipnathlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ipnathlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -; -; Definition file of IPNATHLP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "IPNATHLP.dll" -EXPORTS -NhAcceptStreamSocket -NhAcquireFixedLengthBuffer -NhAcquireVariableLengthBuffer -NhCreateDatagramSocket -NhCreateStreamSocket -NhDeleteSocket -NhInitializeBufferManagement -NhReadDatagramSocket -NhReadStreamSocket -NhReleaseBuffer -NhWriteDatagramSocket -NhWriteStreamSocket -RegisterProtocol -SvchostPushServiceGlobals -NatAcquirePortReservation -NatCancelDynamicRedirect -NatCancelRedirect -NatCreateDynamicFullRedirect -NatCreateDynamicRedirect -NatCreateDynamicRedirectEx -NatCreateRedirect -NatCreateRedirectEx -NatInitializePortReservation -NatInitializeTranslator -NatLookupAndQueryInformationSessionMapping -NatQueryInformationRedirect -NatQueryInformationRedirectHandle -NatReleasePortReservation -NatShutdownPortReservation -NatShutdownTranslator -NhInitializeTraceManagement -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/jsproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/jsproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/jsproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/jsproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of JSProxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "JSProxy.dll" -EXPORTS -InternetInitializeAutoProxyDll -InternetDeInitializeAutoProxyDll -InternetGetProxyInfo -InternetInitializeAutoProxyDllEx -InternetDeInitializeAutoProxyDllEx -InternetGetProxyInfoEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/kdcom.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/kdcom.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/kdcom.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/kdcom.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of kdcom.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "kdcom.dll" -EXPORTS -KdD0Transition -KdD3Transition -KdDebuggerInitialize0 -KdDebuggerInitialize1 -KdReceivePacket -KdRestore -KdSave -KdSendPacket -KdSetHiberRange diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/kernel32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/kernel32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/kernel32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/kernel32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1570 +0,0 @@ -; -; Definition file of KERNEL32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "KERNEL32.dll" -EXPORTS -AcquireSRWLockExclusive -AcquireSRWLockShared -ActivateActCtx -ActivateActCtxWorker -AddAtomA -AddAtomW -AddConsoleAliasA -AddConsoleAliasW -AddDllDirectory -AddIntegrityLabelToBoundaryDescriptor -AddLocalAlternateComputerNameA -AddLocalAlternateComputerNameW -AddRefActCtx -AddRefActCtxWorker -AddResourceAttributeAce -AddSIDToBoundaryDescriptor -AddScopedPolicyIDAce -AddSecureMemoryCacheCallback -AddVectoredContinueHandler -AddVectoredExceptionHandler -AdjustCalendarDate -AllocConsole -AllocateUserPhysicalPages -AllocateUserPhysicalPagesNuma -AppXGetOSMaxVersionTested -ApplicationRecoveryFinished -ApplicationRecoveryInProgress -AreFileApisANSI -AssignProcessToJobObject -AttachConsole -BackupRead -BackupSeek -BackupWrite -BaseCheckAppcompatCache -BaseCheckAppcompatCacheEx -BaseCheckAppcompatCacheExWorker -BaseCheckAppcompatCacheWorker -BaseCheckElevation -BaseCheckRunApp -BaseCleanupAppcompatCacheSupport -BaseCleanupAppcompatCacheSupportWorker -BaseDestroyVDMEnvironment -BaseDllReadWriteIniFile -BaseDumpAppcompatCache -BaseDumpAppcompatCacheWorker -BaseElevationPostProcessing -BaseFlushAppcompatCache -BaseFlushAppcompatCacheWorker -BaseFormatObjectAttributes -BaseFormatTimeOut -BaseFreeAppCompatDataForProcessWorker -BaseGenerateAppCompatData -BaseGetNamedObjectDirectory -BaseInitAppcompatCacheSupport -BaseInitAppcompatCacheSupportWorker -BaseIsAppcompatInfrastructureDisabled -BaseIsAppcompatInfrastructureDisabledWorker -BaseIsDosApplication -BaseQueryModuleData -BaseReadAppCompatDataForProcessWorker -BaseSetLastNTError -BaseThreadInitThunk -BaseUpdateAppcompatCache -BaseUpdateAppcompatCacheWorker -BaseUpdateVDMEntry -BaseVerifyUnicodeString -BaseWriteErrorElevationRequiredEvent -Basep8BitStringToDynamicUnicodeString -BasepAllocateActivationContextActivationBlock -BasepAnsiStringToDynamicUnicodeString -BasepAppContainerEnvironmentExtension -BasepAppXExtension -BasepCheckAppCompat -BasepCheckBadapp -BasepCheckWebBladeHashes -BasepCheckWinSaferRestrictions -BasepConstructSxsCreateProcessMessage -BasepCopyEncryption -BasepFreeActivationContextActivationBlock -BasepFreeAppCompatData -BasepGetAppCompatData -BasepGetComputerNameFromNtPath -BasepGetExeArchType -BasepIsProcessAllowed -BasepMapModuleHandle -BasepNotifyLoadStringResource -BasepPostSuccessAppXExtension -BasepProcessInvalidImage -BasepQueryAppCompat -BasepReleaseAppXContext -BasepReleaseSxsCreateProcessUtilityStruct -BasepReportFault -BasepSetFileEncryptionCompression -Beep -BeginUpdateResourceA -BeginUpdateResourceW -BindIoCompletionCallback -BuildCommDCBA -BuildCommDCBAndTimeoutsA -BuildCommDCBAndTimeoutsW -BuildCommDCBW -CallNamedPipeA -CallNamedPipeW -CallbackMayRunLong -CalloutOnFiberStack -CancelDeviceWakeupRequest -CancelIo -CancelIoEx -CancelSynchronousIo -CancelThreadpoolIo -CancelTimerQueueTimer -CancelWaitableTimer -CeipIsOptedIn -ChangeTimerQueueTimer -CheckAllowDecryptedRemoteDestinationPolicy -CheckElevation -CheckElevationEnabled -CheckForReadOnlyResource -CheckForReadOnlyResourceFilter -CheckNameLegalDOS8Dot3A -CheckNameLegalDOS8Dot3W -CheckRemoteDebuggerPresent -CheckTokenCapability -CheckTokenMembershipEx -ClearCommBreak -ClearCommError -CloseConsoleHandle -CloseHandle -ClosePackageInfo -ClosePrivateNamespace -CloseProfileUserMapping -CloseState -CloseThreadpool -CloseThreadpoolCleanupGroup -CloseThreadpoolCleanupGroupMembers -CloseThreadpoolIo -CloseThreadpoolTimer -CloseThreadpoolWait -CloseThreadpoolWork -CmdBatNotification -CommConfigDialogA -CommConfigDialogW -CompareCalendarDates -CompareFileTime -CompareStringA -CompareStringEx -CompareStringOrdinal -CompareStringW -ConnectNamedPipe -ConsoleMenuControl -ContinueDebugEvent -ConvertCalDateTimeToSystemTime -ConvertDefaultLocale -ConvertFiberToThread -ConvertNLSDayOfWeekToWin32DayOfWeek -ConvertSystemTimeToCalDateTime -ConvertThreadToFiber -ConvertThreadToFiberEx -CopyContext -CopyFile2 -CopyFileA -CopyFileExA -CopyFileExW -CopyFileTransactedA -CopyFileTransactedW -CopyFileW -CopyLZFile -CreateActCtxA -CreateActCtxW -CreateActCtxWWorker -CreateBoundaryDescriptorA -CreateBoundaryDescriptorW -CreateConsoleScreenBuffer -CreateDirectoryA -CreateDirectoryExA -CreateDirectoryExW -CreateDirectoryTransactedA -CreateDirectoryTransactedW -CreateDirectoryW -CreateEventA -CreateEventExA -CreateEventExW -CreateEventW -CreateFiber -CreateFiberEx -CreateFile2 -CreateFileA -CreateFileMappingA -CreateFileMappingFromApp -CreateFileMappingNumaA -CreateFileMappingNumaW -CreateFileMappingW -CreateFileTransactedA -CreateFileTransactedW -CreateFileW -CreateHardLinkA -CreateHardLinkTransactedA -CreateHardLinkTransactedW -CreateHardLinkW -CreateIoCompletionPort -CreateJobObjectA -CreateJobObjectW -CreateJobSet -CreateMailslotA -CreateMailslotW -CreateMemoryResourceNotification -CreateMutexA -CreateMutexExA -CreateMutexExW -CreateMutexW -CreateNamedPipeA -CreateNamedPipeW -CreatePipe -CreatePrivateNamespaceA -CreatePrivateNamespaceW -CreateProcessA -CreateProcessAsUserW -CreateProcessInternalA -CreateProcessInternalW -CreateProcessW -CreateRemoteThread -CreateRemoteThreadEx -CreateSemaphoreA -CreateSemaphoreExA -CreateSemaphoreExW -CreateSemaphoreW -CreateSymbolicLinkA -CreateSymbolicLinkTransactedA -CreateSymbolicLinkTransactedW -CreateSymbolicLinkW -CreateTapePartition -CreateThread -CreateThreadpool -CreateThreadpoolCleanupGroup -CreateThreadpoolIo -CreateThreadpoolTimer -CreateThreadpoolWait -CreateThreadpoolWork -CreateTimerQueue -CreateTimerQueueTimer -CreateToolhelp32Snapshot -CreateWaitableTimerA -CreateWaitableTimerExA -CreateWaitableTimerExW -CreateWaitableTimerW -CtrlRoutine -DeactivateActCtx -DeactivateActCtxWorker -DebugActiveProcess -DebugActiveProcessStop -DebugBreak -DebugBreakProcess -DebugSetProcessKillOnExit -DecodePointer -DecodeSystemPointer -DefineDosDeviceA -DefineDosDeviceW -DelayLoadFailureHook -DeleteAtom -DeleteBoundaryDescriptor -DeleteCriticalSection -DeleteFiber -DeleteFileA -DeleteFileTransactedA -DeleteFileTransactedW -DeleteFileW -DeleteProcThreadAttributeList -DeleteSynchronizationBarrier -DeleteTimerQueue -DeleteTimerQueueEx -DeleteTimerQueueTimer -DeleteVolumeMountPointA -DeleteVolumeMountPointW -DeviceIoControl -DisableThreadLibraryCalls -DisableThreadProfiling -DisassociateCurrentThreadFromCallback -DiscardVirtualMemory -DisconnectNamedPipe -DnsHostnameToComputerNameA -DnsHostnameToComputerNameExW -DnsHostnameToComputerNameW -DosDateTimeToFileTime -DosPathToSessionPathA -DosPathToSessionPathW -DuplicateConsoleHandle -DuplicateEncryptionInfoFileExt -DuplicateHandle -EnableThreadProfiling -EncodePointer -EncodeSystemPointer -EndUpdateResourceA -EndUpdateResourceW -EnterCriticalSection -EnterSynchronizationBarrier -EnumCalendarInfoA -EnumCalendarInfoExA -EnumCalendarInfoExEx -EnumCalendarInfoExW -EnumCalendarInfoW -EnumDateFormatsA -EnumDateFormatsExA -EnumDateFormatsExEx -EnumDateFormatsExW -EnumDateFormatsW -EnumLanguageGroupLocalesA -EnumLanguageGroupLocalesW -EnumResourceLanguagesA -EnumResourceLanguagesExA -EnumResourceLanguagesExW -EnumResourceLanguagesW -EnumResourceNamesA -EnumResourceNamesExA -EnumResourceNamesExW -EnumResourceNamesW -EnumResourceTypesA -EnumResourceTypesExA -EnumResourceTypesExW -EnumResourceTypesW -EnumSystemCodePagesA -EnumSystemCodePagesW -EnumSystemFirmwareTables -EnumSystemGeoID -EnumSystemLanguageGroupsA -EnumSystemLanguageGroupsW -EnumSystemLocalesA -EnumSystemLocalesEx -EnumSystemLocalesW -EnumTimeFormatsA -EnumTimeFormatsEx -EnumTimeFormatsW -EnumUILanguagesA -EnumUILanguagesW -EnumerateLocalComputerNamesA -EnumerateLocalComputerNamesW -EraseTape -EscapeCommFunction -ExitProcess -ExitThread -ExitVDM -ExpandEnvironmentStringsA -ExpandEnvironmentStringsW -ExpungeConsoleCommandHistoryA -ExpungeConsoleCommandHistoryW -FatalAppExitA -FatalAppExitW -FatalExit -FileTimeToDosDateTime -FileTimeToLocalFileTime -FileTimeToSystemTime -FillConsoleOutputAttribute -FillConsoleOutputCharacterA -FillConsoleOutputCharacterW -FindActCtxSectionGuid -FindActCtxSectionGuidWorker -FindActCtxSectionStringA -FindActCtxSectionStringW -FindActCtxSectionStringWWorker -FindAtomA -FindAtomW -FindClose -FindCloseChangeNotification -FindFirstChangeNotificationA -FindFirstChangeNotificationW -FindFirstFileA -FindFirstFileExA -FindFirstFileExW -FindFirstFileNameTransactedW -FindFirstFileNameW -FindFirstFileTransactedA -FindFirstFileTransactedW -FindFirstFileW -FindFirstStreamTransactedW -FindFirstStreamW -FindFirstVolumeA -FindFirstVolumeMountPointA -FindFirstVolumeMountPointW -FindFirstVolumeW -FindNLSString -FindNLSStringEx -FindNextChangeNotification -FindNextFileA -FindNextFileNameW -FindNextFileW -FindNextStreamW -FindNextVolumeA -FindNextVolumeMountPointA -FindNextVolumeMountPointW -FindNextVolumeW -FindPackagesByPackageFamily -FindResourceA -FindResourceExA -FindResourceExW -FindResourceW -FindStringOrdinal -FindVolumeClose -FindVolumeMountPointClose -FlsAlloc -FlsFree -FlsGetValue -FlsSetValue -FlushConsoleInputBuffer -FlushFileBuffers -FlushInstructionCache -FlushProcessWriteBuffers -FlushViewOfFile -FoldStringA -FoldStringW -FormatApplicationUserModelId -FormatMessageA -FormatMessageW -FreeConsole -FreeEnvironmentStringsA -FreeEnvironmentStringsW -FreeLibrary -FreeLibraryAndExitThread -FreeLibraryWhenCallbackReturns -FreeResource -FreeUserPhysicalPages -GenerateConsoleCtrlEvent -GetACP -GetActiveProcessorCount -GetActiveProcessorGroupCount -GetAppContainerAce -GetAppContainerNamedObjectPath -GetApplicationRecoveryCallback -GetApplicationRecoveryCallbackWorker -GetApplicationRestartSettings -GetApplicationRestartSettingsWorker -GetApplicationUserModelId -GetAtomNameA -GetAtomNameW -GetBinaryType -GetBinaryTypeA -GetBinaryTypeW -GetCPInfo -GetCPInfoExA -GetCPInfoExW -GetCachedSigningLevel -GetCalendarDateFormat -GetCalendarDateFormatEx -GetCalendarDaysInMonth -GetCalendarDifferenceInDays -GetCalendarInfoA -GetCalendarInfoEx -GetCalendarInfoW -GetCalendarMonthsInYear -GetCalendarSupportedDateRange -GetCalendarWeekNumber -GetComPlusPackageInstallStatus -GetCommConfig -GetCommMask -GetCommModemStatus -GetCommProperties -GetCommState -GetCommTimeouts -GetCommandLineA -GetCommandLineW -GetCompressedFileSizeA -GetCompressedFileSizeTransactedA -GetCompressedFileSizeTransactedW -GetCompressedFileSizeW -GetComputerNameA -GetComputerNameExA -GetComputerNameExW -GetComputerNameW -GetConsoleAliasA -GetConsoleAliasExesA -GetConsoleAliasExesLengthA -GetConsoleAliasExesLengthW -GetConsoleAliasExesW -GetConsoleAliasW -GetConsoleAliasesA -GetConsoleAliasesLengthA -GetConsoleAliasesLengthW -GetConsoleAliasesW -GetConsoleCP -GetConsoleCharType -GetConsoleCommandHistoryA -GetConsoleCommandHistoryLengthA -GetConsoleCommandHistoryLengthW -GetConsoleCommandHistoryW -GetConsoleCursorInfo -GetConsoleCursorMode -GetConsoleDisplayMode -GetConsoleFontInfo -GetConsoleFontSize -GetConsoleHardwareState -GetConsoleHistoryInfo -GetConsoleInputExeNameA -GetConsoleInputExeNameW -GetConsoleInputWaitHandle -GetConsoleKeyboardLayoutNameA -GetConsoleKeyboardLayoutNameW -GetConsoleMode -GetConsoleNlsMode -GetConsoleOriginalTitleA -GetConsoleOriginalTitleW -GetConsoleOutputCP -GetConsoleProcessList -GetConsoleScreenBufferInfo -GetConsoleScreenBufferInfoEx -GetConsoleSelectionInfo -GetConsoleTitleA -GetConsoleTitleW -GetConsoleWindow -GetCurrencyFormatA -GetCurrencyFormatEx -GetCurrencyFormatW -GetCurrentActCtx -GetCurrentActCtxWorker -GetCurrentApplicationUserModelId -GetCurrentConsoleFont -GetCurrentConsoleFontEx -GetCurrentDirectoryA -GetCurrentDirectoryW -GetCurrentPackageFamilyName -GetCurrentPackageFullName -GetCurrentPackageId -GetCurrentPackageInfo -GetCurrentPackagePath -GetCurrentProcess -GetCurrentProcessId -GetCurrentProcessorNumber -GetCurrentProcessorNumberEx -GetCurrentThread -GetCurrentThreadId -GetCurrentThreadStackLimits -GetDateFormatA -GetDateFormatAWorker -GetDateFormatEx -GetDateFormatW -GetDateFormatWWorker -GetDefaultCommConfigA -GetDefaultCommConfigW -GetDevicePowerState -GetDiskFreeSpaceA -GetDiskFreeSpaceExA -GetDiskFreeSpaceExW -GetDiskFreeSpaceW -GetDllDirectoryA -GetDllDirectoryW -GetDriveTypeA -GetDriveTypeW -GetDurationFormat -GetDurationFormatEx -GetDynamicTimeZoneInformation -GetEncryptedFileVersionExt -GetEnvironmentStrings -GetEnvironmentStringsA -GetEnvironmentStringsW -GetEnvironmentVariableA -GetEnvironmentVariableW -GetEraNameCountedString -GetErrorMode -GetExitCodeProcess -GetExitCodeThread -GetExpandedNameA -GetExpandedNameW -GetFileAttributesA -GetFileAttributesExA -GetFileAttributesExW -GetFileAttributesTransactedA -GetFileAttributesTransactedW -GetFileAttributesW -GetFileBandwidthReservation -GetFileInformationByHandle -GetFileInformationByHandleEx -GetFileMUIInfo -GetFileMUIPath -GetFileSize -GetFileSizeEx -GetFileTime -GetFileType -GetFinalPathNameByHandleA -GetFinalPathNameByHandleW -GetFirmwareEnvironmentVariableA -GetFirmwareEnvironmentVariableExA -GetFirmwareEnvironmentVariableExW -GetFirmwareEnvironmentVariableW -GetFirmwareType -GetFullPathNameA -GetFullPathNameTransactedA -GetFullPathNameTransactedW -GetFullPathNameW -GetGeoInfoA -GetGeoInfoW -GetHandleInformation -GetLargePageMinimum -GetLargestConsoleWindowSize -GetLastError -GetLocalTime -GetLocaleInfoA -GetLocaleInfoEx -GetLocaleInfoW -GetLogicalDriveStringsA -GetLogicalDriveStringsW -GetLogicalDrives -GetLogicalProcessorInformation -GetLogicalProcessorInformationEx -GetLongPathNameA -GetLongPathNameTransactedA -GetLongPathNameTransactedW -GetLongPathNameW -GetMailslotInfo -GetMaximumProcessorCount -GetMaximumProcessorGroupCount -GetMemoryErrorHandlingCapabilities -GetModuleFileNameA -GetModuleFileNameW -GetModuleHandleA -GetModuleHandleExA -GetModuleHandleExW -GetModuleHandleW -GetNLSVersion -GetNLSVersionEx -GetNamedPipeAttribute -GetNamedPipeClientComputerNameA -GetNamedPipeClientComputerNameW -GetNamedPipeClientProcessId -GetNamedPipeClientSessionId -GetNamedPipeHandleStateA -GetNamedPipeHandleStateW -GetNamedPipeInfo -GetNamedPipeServerProcessId -GetNamedPipeServerSessionId -GetNativeSystemInfo -GetNextVDMCommand -GetNumaAvailableMemoryNode -GetNumaAvailableMemoryNodeEx -GetNumaHighestNodeNumber -GetNumaNodeNumberFromHandle -GetNumaNodeProcessorMask -GetNumaNodeProcessorMaskEx -GetNumaProcessorNode -GetNumaProcessorNodeEx -GetNumaProximityNode -GetNumaProximityNodeEx -GetNumberFormatA -GetNumberFormatEx -GetNumberFormatW -GetNumberOfConsoleFonts -GetNumberOfConsoleInputEvents -GetNumberOfConsoleMouseButtons -GetOEMCP -GetOverlappedResult -GetOverlappedResultEx -GetPackageApplicationIds -GetPackageFamilyName -GetPackageFullName -GetPackageId -GetPackageInfo -GetPackagePath -GetPackagePathByFullName -GetPackagesByPackageFamily -GetPhysicallyInstalledSystemMemory -GetPriorityClass -GetPrivateProfileIntA -GetPrivateProfileIntW -GetPrivateProfileSectionA -GetPrivateProfileSectionNamesA -GetPrivateProfileSectionNamesW -GetPrivateProfileSectionW -GetPrivateProfileStringA -GetPrivateProfileStringW -GetPrivateProfileStructA -GetPrivateProfileStructW -GetProcAddress -GetProcessAffinityMask -GetProcessDEPPolicy -GetProcessGroupAffinity -GetProcessHandleCount -GetProcessHeap -GetProcessHeaps -GetProcessId -GetProcessIdOfThread -GetProcessInformation -GetProcessIoCounters -GetProcessMitigationPolicy -GetProcessPreferredUILanguages -GetProcessPriorityBoost -GetProcessShutdownParameters -GetProcessTimes -GetProcessVersion -GetProcessWorkingSetSize -GetProcessWorkingSetSizeEx -GetProcessorSystemCycleTime -GetProductInfo -GetProfileIntA -GetProfileIntW -GetProfileSectionA -GetProfileSectionW -GetProfileStringA -GetProfileStringW -GetQueuedCompletionStatus -GetQueuedCompletionStatusEx -GetShortPathNameA -GetShortPathNameW -GetStagedPackagePathByFullName -GetStartupInfoA -GetStartupInfoW -GetStateFolder -GetStdHandle -GetStringScripts -GetStringTypeA -GetStringTypeExA -GetStringTypeExW -GetStringTypeW -GetSystemAppDataKey -GetSystemDEPPolicy -GetSystemDefaultLCID -GetSystemDefaultLangID -GetSystemDefaultLocaleName -GetSystemDefaultUILanguage -GetSystemDirectoryA -GetSystemDirectoryW -GetSystemFileCacheSize -GetSystemFirmwareTable -GetSystemInfo -GetSystemPowerStatus -GetSystemPreferredUILanguages -GetSystemRegistryQuota -GetSystemTime -GetSystemTimeAdjustment -GetSystemTimeAsFileTime -GetSystemTimePreciseAsFileTime -GetSystemTimes -GetSystemWindowsDirectoryA -GetSystemWindowsDirectoryW -GetSystemWow64DirectoryA -GetSystemWow64DirectoryW -GetTapeParameters -GetTapePosition -GetTapeStatus -GetTempFileNameA -GetTempFileNameW -GetTempPathA -GetTempPathW -GetThreadContext -GetThreadErrorMode -GetThreadGroupAffinity -GetThreadIOPendingFlag -GetThreadId -GetThreadIdealProcessorEx -GetThreadInformation -GetThreadLocale -GetThreadPreferredUILanguages -GetThreadPriority -GetThreadPriorityBoost -GetThreadSelectorEntry -GetThreadTimes -GetThreadUILanguage -GetTickCount -GetTickCount64 -GetTimeFormatA -GetTimeFormatAWorker -GetTimeFormatEx -GetTimeFormatW -GetTimeFormatWWorker -GetTimeZoneInformation -GetTimeZoneInformationForYear -GetUILanguageInfo -GetUserDefaultLCID -GetUserDefaultLangID -GetUserDefaultLocaleName -GetUserDefaultUILanguage -GetUserGeoID -GetUserPreferredUILanguages -GetVDMCurrentDirectories -GetVersion -GetVersionExA -GetVersionExW -GetVolumeInformationA -GetVolumeInformationByHandleW -GetVolumeInformationW -GetVolumeNameForVolumeMountPointA -GetVolumeNameForVolumeMountPointW -GetVolumePathNameA -GetVolumePathNameW -GetVolumePathNamesForVolumeNameA -GetVolumePathNamesForVolumeNameW -GetWindowsDirectoryA -GetWindowsDirectoryW -GetWriteWatch -GlobalAddAtomA -GlobalAddAtomExA -GlobalAddAtomExW -GlobalAddAtomW -GlobalAlloc -GlobalCompact -GlobalDeleteAtom -GlobalFindAtomA -GlobalFindAtomW -GlobalFix -GlobalFlags -GlobalFree -GlobalGetAtomNameA -GlobalGetAtomNameW -GlobalHandle -GlobalLock -GlobalMemoryStatus -GlobalMemoryStatusEx -GlobalReAlloc -GlobalSize -GlobalUnWire -GlobalUnfix -GlobalUnlock -GlobalWire -Heap32First -Heap32ListFirst -Heap32ListNext -Heap32Next -HeapAlloc -HeapCompact -HeapCreate -HeapDestroy -HeapFree -HeapLock -HeapQueryInformation -HeapReAlloc -HeapSetInformation -HeapSize -HeapSummary -HeapUnlock -HeapValidate -HeapWalk -IdnToAscii -IdnToNameprepUnicode -IdnToUnicode -InitAtomTable -InitOnceBeginInitialize -InitOnceComplete -InitOnceExecuteOnce -InitOnceInitialize -InitializeConditionVariable -InitializeContext -InitializeCriticalSection -InitializeCriticalSectionAndSpinCount -InitializeCriticalSectionEx -InitializeProcThreadAttributeList -InitializeSListHead -InitializeSRWLock -InitializeSynchronizationBarrier -InstallELAMCertificateInfo -InterlockedFlushSList -InterlockedPopEntrySList -InterlockedPushEntrySList -InterlockedPushListSList -InterlockedPushListSListEx -InvalidateConsoleDIBits -IsBadCodePtr -IsBadHugeReadPtr -IsBadHugeWritePtr -IsBadReadPtr -IsBadStringPtrA -IsBadStringPtrW -IsBadWritePtr -IsCalendarLeapDay -IsCalendarLeapMonth -IsCalendarLeapYear -IsDBCSLeadByte -IsDBCSLeadByteEx -IsDebuggerPresent -IsNLSDefinedString -IsNativeVhdBoot -IsNormalizedString -IsProcessCritical -IsProcessInJob -IsProcessorFeaturePresent -IsSystemResumeAutomatic -IsThreadAFiber -IsThreadpoolTimerSet -IsValidCalDateTime -IsValidCodePage -IsValidLanguageGroup -IsValidLocale -IsValidLocaleName -IsValidNLSVersion -IsWow64Process -K32EmptyWorkingSet -K32EnumDeviceDrivers -K32EnumPageFilesA -K32EnumPageFilesW -K32EnumProcessModules -K32EnumProcessModulesEx -K32EnumProcesses -K32GetDeviceDriverBaseNameA -K32GetDeviceDriverBaseNameW -K32GetDeviceDriverFileNameA -K32GetDeviceDriverFileNameW -K32GetMappedFileNameA -K32GetMappedFileNameW -K32GetModuleBaseNameA -K32GetModuleBaseNameW -K32GetModuleFileNameExA -K32GetModuleFileNameExW -K32GetModuleInformation -K32GetPerformanceInfo -K32GetProcessImageFileNameA -K32GetProcessImageFileNameW -K32GetProcessMemoryInfo -K32GetWsChanges -K32GetWsChangesEx -K32InitializeProcessForWsWatch -K32QueryWorkingSet -K32QueryWorkingSetEx -LCIDToLocaleName -LCMapStringA -LCMapStringEx -LCMapStringW -LZClose -LZCloseFile -LZCopy -LZCreateFileW -LZDone -LZInit -LZOpenFileA -LZOpenFileW -LZRead -LZSeek -LZStart -LeaveCriticalSection -LeaveCriticalSectionWhenCallbackReturns -LoadAppInitDlls -LoadLibraryA -LoadLibraryExA -LoadLibraryExW -LoadLibraryW -LoadModule -LoadPackagedLibrary -LoadResource -LoadStringBaseExW -LoadStringBaseW -LocalAlloc -LocalCompact -LocalFileTimeToFileTime -LocalFlags -LocalFree -LocalHandle -LocalLock -LocalReAlloc -LocalShrink -LocalSize -LocalUnlock -LocaleNameToLCID -LockFile -LockFileEx -LockResource -MapUserPhysicalPages -MapUserPhysicalPagesScatter -MapViewOfFile -MapViewOfFileEx -MapViewOfFileExNuma -MapViewOfFileFromApp -Module32First -Module32FirstW -Module32Next -Module32NextW -MoveFileA -MoveFileExA -MoveFileExW -MoveFileTransactedA -MoveFileTransactedW -MoveFileW -MoveFileWithProgressA -MoveFileWithProgressW -MulDiv -MultiByteToWideChar -NeedCurrentDirectoryForExePathA -NeedCurrentDirectoryForExePathW -NlsCheckPolicy -NlsEventDataDescCreate -NlsGetCacheUpdateCount -NlsUpdateLocale -NlsUpdateSystemLocale -NlsWriteEtwEvent -NormalizeString -NotifyMountMgr -NotifyUILanguageChange -NtVdm64CreateProcessInternalW -OOBEComplete -OfferVirtualMemory -OpenConsoleW -OpenConsoleWStub -OpenEventA -OpenEventW -OpenFile -OpenFileById -OpenFileMappingA -OpenFileMappingW -OpenJobObjectA -OpenJobObjectW -OpenMutexA -OpenMutexW -OpenPackageInfoByFullName -OpenPrivateNamespaceA -OpenPrivateNamespaceW -OpenProcess -OpenProcessToken -OpenProfileUserMapping -OpenSemaphoreA -OpenSemaphoreW -OpenState -OpenStateExplicit -OpenThread -OpenThreadToken -OpenWaitableTimerA -OpenWaitableTimerW -OutputDebugStringA -OutputDebugStringW -PackageFamilyNameFromFullName -PackageFamilyNameFromId -PackageFullNameFromId -PackageIdFromFullName -PackageNameAndPublisherIdFromFamilyName -ParseApplicationUserModelId -PeekConsoleInputA -PeekConsoleInputW -PeekNamedPipe -PostQueuedCompletionStatus -PowerClearRequest -PowerCreateRequest -PowerSetRequest -PrefetchVirtualMemory -PrepareTape -PrivCopyFileExW -PrivMoveFileIdentityW -Process32First -Process32FirstW -Process32Next -Process32NextW -ProcessIdToSessionId -PssCaptureSnapshot -PssDuplicateSnapshot -PssFreeSnapshot -PssQuerySnapshot -PssWalkMarkerCreate -PssWalkMarkerFree -PssWalkMarkerGetPosition -PssWalkMarkerRewind -PssWalkMarkerSeek -PssWalkMarkerSeekToBeginning -PssWalkMarkerSetPosition -PssWalkMarkerTell -PssWalkSnapshot -PulseEvent -PurgeComm -QueryActCtxSettingsW -QueryActCtxSettingsWWorker -QueryActCtxW -QueryActCtxWWorker -QueryDepthSList -QueryDosDeviceA -QueryDosDeviceW -QueryFullProcessImageNameA -QueryFullProcessImageNameW -QueryIdleProcessorCycleTime -QueryIdleProcessorCycleTimeEx -QueryInformationJobObject -QueryMemoryResourceNotification -QueryPerformanceCounter -QueryPerformanceFrequency -QueryProcessAffinityUpdateMode -QueryProcessCycleTime -QueryThreadCycleTime -QueryThreadProfiling -QueryThreadpoolStackInformation -QueryUnbiasedInterruptTime -QueueUserAPC -QueueUserWorkItem -QuirkGetData2Worker -QuirkGetDataWorker -QuirkIsEnabled2Worker -QuirkIsEnabled3Worker -QuirkIsEnabledForPackage2Worker -QuirkIsEnabledForPackageWorker -QuirkIsEnabledForProcessWorker -QuirkIsEnabledWorker -RaiseException -RaiseFailFastException -RaiseInvalid16BitExeError -ReOpenFile -ReclaimVirtualMemory -ReadConsoleA -ReadConsoleInputA -ReadConsoleInputExA -ReadConsoleInputExW -ReadConsoleInputW -ReadConsoleOutputA -ReadConsoleOutputAttribute -ReadConsoleOutputCharacterA -ReadConsoleOutputCharacterW -ReadConsoleOutputW -ReadConsoleW -ReadDirectoryChangesW -ReadFile -ReadFileEx -ReadFileScatter -ReadProcessMemory -ReadThreadProfilingData -RegCloseKey -RegCopyTreeW -RegCreateKeyExA -RegCreateKeyExW -RegDeleteKeyExA -RegDeleteKeyExW -RegDeleteTreeA -RegDeleteTreeW -RegDeleteValueA -RegDeleteValueW -RegDisablePredefinedCacheEx -RegEnumKeyExA -RegEnumKeyExW -RegEnumValueA -RegEnumValueW -RegFlushKey -RegGetKeySecurity -RegGetValueA -RegGetValueW -RegLoadKeyA -RegLoadKeyW -RegLoadMUIStringA -RegLoadMUIStringW -RegNotifyChangeKeyValue -RegOpenCurrentUser -RegOpenKeyExA -RegOpenKeyExW -RegOpenUserClassesRoot -RegQueryInfoKeyA -RegQueryInfoKeyW -RegQueryValueExA -RegQueryValueExW -RegRestoreKeyA -RegRestoreKeyW -RegSaveKeyExA -RegSaveKeyExW -RegSetKeySecurity -RegSetValueExA -RegSetValueExW -RegUnLoadKeyA -RegUnLoadKeyW -RegisterApplicationRecoveryCallback -RegisterApplicationRestart -RegisterBadMemoryNotification -RegisterConsoleIME -RegisterConsoleOS2 -RegisterConsoleVDM -RegisterWaitForInputIdle -RegisterWaitForSingleObject -RegisterWaitForSingleObjectEx -RegisterWaitUntilOOBECompleted -RegisterWowBaseHandlers -RegisterWowExec -ReleaseActCtx -ReleaseActCtxWorker -ReleaseMutex -ReleaseMutexWhenCallbackReturns -ReleaseSRWLockExclusive -ReleaseSRWLockShared -ReleaseSemaphore -ReleaseSemaphoreWhenCallbackReturns -RemoveDirectoryA -RemoveDirectoryTransactedA -RemoveDirectoryTransactedW -RemoveDirectoryW -RemoveDllDirectory -RemoveLocalAlternateComputerNameA -RemoveLocalAlternateComputerNameW -RemoveSecureMemoryCacheCallback -RemoveVectoredContinueHandler -RemoveVectoredExceptionHandler -ReplaceFile -ReplaceFileA -ReplaceFileW -ReplacePartitionUnit -RequestDeviceWakeup -RequestWakeupLatency -ResetEvent -ResetWriteWatch -ResolveDelayLoadedAPI -ResolveDelayLoadsFromDll -ResolveLocaleName -RestoreLastError -ResumeThread -RtlAddFunctionTable -RtlCaptureContext -RtlCaptureStackBackTrace -RtlCompareMemory -RtlCopyMemory -RtlDeleteFunctionTable -RtlFillMemory -RtlInstallFunctionTableCallback -RtlLookupFunctionEntry -RtlMoveMemory -RtlPcToFileHeader -RtlRaiseException -RtlRestoreContext -RtlUnwind -RtlUnwindEx -RtlVirtualUnwind -RtlZeroMemory -ScrollConsoleScreenBufferA -ScrollConsoleScreenBufferW -SearchPathA -SearchPathW -SetCachedSigningLevel -SetCalendarInfoA -SetCalendarInfoW -SetComPlusPackageInstallStatus -SetCommBreak -SetCommConfig -SetCommMask -SetCommState -SetCommTimeouts -SetComputerNameA -SetComputerNameEx2W -SetComputerNameExA -SetComputerNameExW -SetComputerNameW -SetConsoleActiveScreenBuffer -SetConsoleCP -SetConsoleCtrlHandler -SetConsoleCursor -SetConsoleCursorInfo -SetConsoleCursorMode -SetConsoleCursorPosition -SetConsoleDisplayMode -SetConsoleFont -SetConsoleHardwareState -SetConsoleHistoryInfo -SetConsoleIcon -SetConsoleInputExeNameA -SetConsoleInputExeNameW -SetConsoleKeyShortcuts -SetConsoleLocalEUDC -SetConsoleMaximumWindowSize -SetConsoleMenuClose -SetConsoleMode -SetConsoleNlsMode -SetConsoleNumberOfCommandsA -SetConsoleNumberOfCommandsW -SetConsoleOS2OemFormat -SetConsoleOutputCP -SetConsolePalette -SetConsoleScreenBufferInfoEx -SetConsoleScreenBufferSize -SetConsoleTextAttribute -SetConsoleTitleA -SetConsoleTitleW -SetConsoleWindowInfo -SetCriticalSectionSpinCount -SetCurrentConsoleFontEx -SetCurrentDirectoryA -SetCurrentDirectoryW -SetDefaultCommConfigA -SetDefaultCommConfigW -SetDefaultDllDirectories -SetDllDirectoryA -SetDllDirectoryW -SetDynamicTimeZoneInformation -SetEndOfFile -SetEnvironmentStringsA -SetEnvironmentStringsW -SetEnvironmentVariableA -SetEnvironmentVariableW -SetErrorMode -SetEvent -SetEventWhenCallbackReturns -SetFileApisToANSI -SetFileApisToOEM -SetFileAttributesA -SetFileAttributesTransactedA -SetFileAttributesTransactedW -SetFileAttributesW -SetFileBandwidthReservation -SetFileCompletionNotificationModes -SetFileInformationByHandle -SetFileIoOverlappedRange -SetFilePointer -SetFilePointerEx -SetFileShortNameA -SetFileShortNameW -SetFileTime -SetFileValidData -SetFirmwareEnvironmentVariableA -SetFirmwareEnvironmentVariableExA -SetFirmwareEnvironmentVariableExW -SetFirmwareEnvironmentVariableW -SetHandleCount -SetHandleInformation -SetInformationJobObject -SetLastConsoleEventActive -SetLastError -SetLocalPrimaryComputerNameA -SetLocalPrimaryComputerNameW -SetLocalTime -SetLocaleInfoA -SetLocaleInfoW -SetMailslotInfo -SetMessageWaitingIndicator -SetNamedPipeAttribute -SetNamedPipeHandleState -SetPriorityClass -SetProcessAffinityMask -SetProcessAffinityUpdateMode -SetProcessDEPPolicy -SetProcessInformation -SetProcessMitigationPolicy -SetProcessPreferredUILanguages -SetProcessPriorityBoost -SetProcessShutdownParameters -SetProcessWorkingSetSize -SetProcessWorkingSetSizeEx -SetSearchPathMode -SetStdHandle -SetStdHandleEx -SetSystemFileCacheSize -SetSystemPowerState -SetSystemTime -SetSystemTimeAdjustment -SetTapeParameters -SetTapePosition -SetTermsrvAppInstallMode -SetThreadAffinityMask -SetThreadContext -SetThreadErrorMode -SetThreadExecutionState -SetThreadGroupAffinity -SetThreadIdealProcessor -SetThreadIdealProcessorEx -SetThreadInformation -SetThreadLocale -SetThreadPreferredUILanguages -SetThreadPriority -SetThreadPriorityBoost -SetThreadStackGuarantee -SetThreadToken -SetThreadUILanguage -SetThreadpoolStackInformation -SetThreadpoolThreadMaximum -SetThreadpoolThreadMinimum -SetThreadpoolTimer -SetThreadpoolTimerEx -SetThreadpoolWait -SetThreadpoolWaitEx -SetTimeZoneInformation -SetTimerQueueTimer -SetUnhandledExceptionFilter -SetUserGeoID -SetVDMCurrentDirectories -SetVolumeLabelA -SetVolumeLabelW -SetVolumeMountPointA -SetVolumeMountPointW -SetVolumeMountPointWStub -SetWaitableTimer -SetWaitableTimerEx -SetupComm -ShowConsoleCursor -SignalObjectAndWait -SizeofResource -Sleep -SleepConditionVariableCS -SleepConditionVariableSRW -SleepEx -SortCloseHandle -SortGetHandle -StartThreadpoolIo -SubmitThreadpoolWork -SuspendThread -SwitchToFiber -SwitchToThread -SystemTimeToFileTime -SystemTimeToTzSpecificLocalTime -SystemTimeToTzSpecificLocalTimeEx -TerminateJobObject -TerminateProcess -TerminateThread -TermsrvAppInstallMode -TermsrvConvertSysRootToUserDir -TermsrvCreateRegEntry -TermsrvDeleteKey -TermsrvDeleteValue -TermsrvGetPreSetValue -TermsrvGetWindowsDirectoryA -TermsrvGetWindowsDirectoryW -TermsrvOpenRegEntry -TermsrvOpenUserClasses -TermsrvRestoreKey -TermsrvSetKeySecurity -TermsrvSetValueKey -TermsrvSyncUserIniFileExt -Thread32First -Thread32Next -TlsAlloc -TlsFree -TlsGetValue -TlsSetValue -Toolhelp32ReadProcessMemory -TransactNamedPipe -TransmitCommChar -TryAcquireSRWLockExclusive -TryAcquireSRWLockShared -TryEnterCriticalSection -TrySubmitThreadpoolCallback -TzSpecificLocalTimeToSystemTime -TzSpecificLocalTimeToSystemTimeEx -UTRegister -UTUnRegister -UnhandledExceptionFilter -UnlockFile -UnlockFileEx -UnmapViewOfFile -UnmapViewOfFileEx -UnregisterApplicationRecoveryCallback -UnregisterApplicationRestart -UnregisterBadMemoryNotification -UnregisterConsoleIME -UnregisterWait -UnregisterWaitEx -UnregisterWaitUntilOOBECompleted -UpdateCalendarDayOfWeek -UpdateProcThreadAttribute -UpdateResourceA -UpdateResourceW -VDMConsoleOperation -VDMOperationStarted -VerLanguageNameA -VerLanguageNameW -VerSetConditionMask -VerifyConsoleIoHandle -VerifyScripts -VerifyVersionInfoA -VerifyVersionInfoW -VirtualAlloc -VirtualAllocEx -VirtualAllocExNuma -VirtualFree -VirtualFreeEx -VirtualLock -VirtualProtect -VirtualProtectEx -VirtualQuery -VirtualQueryEx -VirtualUnlock -WTSGetActiveConsoleSessionId -WaitCommEvent -WaitForDebugEvent -WaitForMultipleObjects -WaitForMultipleObjectsEx -WaitForSingleObject -WaitForSingleObjectEx -WaitForThreadpoolIoCallbacks -WaitForThreadpoolTimerCallbacks -WaitForThreadpoolWaitCallbacks -WaitForThreadpoolWorkCallbacks -WaitNamedPipeA -WaitNamedPipeW -WakeAllConditionVariable -WakeConditionVariable -WerGetFlags -WerRegisterFile -WerRegisterFileWorker -WerRegisterMemoryBlock -WerRegisterMemoryBlockWorker -WerRegisterRuntimeExceptionModule -WerRegisterRuntimeExceptionModuleWorker -WerSetFlags -WerUnregisterFile -WerUnregisterFileWorker -WerUnregisterMemoryBlock -WerUnregisterMemoryBlockWorker -WerUnregisterRuntimeExceptionModule -WerUnregisterRuntimeExceptionModuleWorker -WerpCleanupMessageMapping -WerpGetDebugger -WerpInitiateRemoteRecovery -WerpLaunchAeDebug -WerpNotifyLoadStringResource -WerpNotifyLoadStringResourceEx -WerpNotifyLoadStringResourceWorker -WerpNotifyUseStringResource -WerpNotifyUseStringResourceWorker -WerpStringLookup -WideCharToMultiByte -WinExec -Wow64DisableWow64FsRedirection -Wow64EnableWow64FsRedirection -Wow64GetThreadContext -Wow64GetThreadSelectorEntry -Wow64RevertWow64FsRedirection -Wow64SetThreadContext -Wow64SuspendThread -WriteConsoleA -WriteConsoleInputA -WriteConsoleInputVDMA -WriteConsoleInputVDMW -WriteConsoleInputW -WriteConsoleOutputA -WriteConsoleOutputAttribute -WriteConsoleOutputCharacterA -WriteConsoleOutputCharacterW -WriteConsoleOutputW -WriteConsoleW -WriteFile -WriteFileEx -WriteFileGather -WritePrivateProfileSectionA -WritePrivateProfileSectionW -WritePrivateProfileStringA -WritePrivateProfileStringW -WritePrivateProfileStructA -WritePrivateProfileStructW -WriteProcessMemory -WriteProfileSectionA -WriteProfileSectionW -WriteProfileStringA -WriteProfileStringW -WriteTapemark -ZombifyActCtx -ZombifyActCtxWorker -__C_specific_handler -__chkstk -__jump_unwind -_hread -_hwrite -_lclose -_lcreat -_llseek -_lopen -_lread -_lwrite -lstrcat -lstrcatA -lstrcatW -lstrcmp -lstrcmpA -lstrcmpW -lstrcmpi -lstrcmpiA -lstrcmpiW -lstrcpy -lstrcpyA -lstrcpyW -lstrcpyn -lstrcpynA -lstrcpynW -lstrlen -lstrlenA -lstrlenW -timeBeginPeriod -timeEndPeriod -timeGetDevCaps -timeGetSystemTime -timeGetTime -uaw_lstrcmpW -uaw_lstrcmpiW -uaw_lstrlenW -uaw_wcschr -uaw_wcscpy -uaw_wcsicmp -uaw_wcslen -uaw_wcsrchr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/keyboardfiltersvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/keyboardfiltersvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/keyboardfiltersvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/keyboardfiltersvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of KeyboardFilterSvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "KeyboardFilterSvc.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/keymgr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/keymgr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/keymgr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/keymgr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of KEYMGR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "KEYMGR.dll" -EXPORTS -CPlApplet -KRShowKeyMgr -PRShowRestoreFromMsginaW -PRShowRestoreWizardExW -PRShowRestoreWizardW -PRShowSaveFromMsginaW -PRShowSaveWizardExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/kmsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/kmsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/kmsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/kmsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of KmSvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "KmSvc.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ksuser.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ksuser.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ksuser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ksuser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Definition file of ksuser.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ksuser.dll" -EXPORTS -KsCreateAllocator -KsCreateAllocator2 -KsCreateClock -KsCreateClock2 -KsCreatePin -KsCreatePin2 -KsCreateTopologyNode -KsCreateTopologyNode2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ktmw32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ktmw32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ktmw32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ktmw32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of ktmw32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ktmw32.dll" -EXPORTS -CommitComplete -CommitEnlistment -CommitTransaction -CommitTransactionAsync -CreateEnlistment -CreateResourceManager -CreateTransaction -CreateTransactionManager -GetCurrentClockTransactionManager -GetEnlistmentId -GetEnlistmentRecoveryInformation -GetNotificationResourceManager -GetNotificationResourceManagerAsync -GetTransactionId -GetTransactionInformation -GetTransactionManagerId -OpenEnlistment -OpenResourceManager -OpenTransaction -OpenTransactionManager -OpenTransactionManagerById -PrePrepareComplete -PrePrepareEnlistment -PrepareComplete -PrepareEnlistment -PrivCreateTransaction -PrivIsLogWritableTransactionManager -PrivPropagationComplete -PrivPropagationFailed -PrivRegisterProtocolAddressInformation -ReadOnlyEnlistment -RecoverEnlistment -RecoverResourceManager -RecoverTransactionManager -RenameTransactionManager -RollbackComplete -RollbackEnlistment -RollbackTransaction -RollbackTransactionAsync -RollforwardTransactionManager -SetEnlistmentRecoveryInformation -SetResourceManagerCompletionPort -SetTransactionInformation -SinglePhaseReject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/linkinfo.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/linkinfo.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/linkinfo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/linkinfo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of LINKINFO.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "LINKINFO.dll" -EXPORTS -CompareLinkInfoReferents -CompareLinkInfoVolumes -CreateLinkInfo -CreateLinkInfoA -CreateLinkInfoW -DestroyLinkInfo -DisconnectLinkInfo -GetCanonicalPathInfo -GetCanonicalPathInfoA -GetCanonicalPathInfoW -GetLinkInfoData -IsValidLinkInfo -ResolveLinkInfo -ResolveLinkInfoA -ResolveLinkInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/lmhsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/lmhsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/lmhsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/lmhsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of lmhsvc.exe -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "lmhsvc.exe" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/loadperf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/loadperf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/loadperf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/loadperf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of loadperf.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "loadperf.dll" -EXPORTS -BackupPerfRegistryToFileW -InstallPerfDllA -InstallPerfDllW -LoadPerfCounterTextStringsA -LoadPerfCounterTextStringsW -LpAcquireInstallationMutex -LpReleaseInstallationMutex -RestorePerfRegistryFromFileW -SetServiceAsTrustedA -SetServiceAsTrustedW -UnloadPerfCounterTextStringsA -UnloadPerfCounterTextStringsW -UpdatePerfNameFilesA -UpdatePerfNameFilesW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/localui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/localui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/localui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/localui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of localui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "localui.dll" -EXPORTS -InitializePrintMonitorUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/loghours.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/loghours.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/loghours.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/loghours.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of LogHours.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "LogHours.dll" -EXPORTS -LogonScheduleDialog -ConnectionScheduleDialog -DialinHoursDialog -DirSyncScheduleDialog -LogonScheduleDialogEx -DialinHoursDialogEx -ReplicationScheduleDialog -ReplicationScheduleDialogEx -ConnectionScheduleDialogEx -DirSyncScheduleDialogEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/logoncli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/logoncli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/logoncli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/logoncli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -; -; Definition file of logoncli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "logoncli.dll" -EXPORTS -AuthzrExtAccessCheck -AuthzrExtFreeContext -AuthzrExtFreeResourceManager -AuthzrExtGetInformationFromContext -AuthzrExtInitializeCompoundContext -AuthzrExtInitializeContextFromSid -AuthzrExtInitializeRemoteResourceManager -AuthzrExtModifyClaims -DsAddressToSiteNamesA -DsAddressToSiteNamesExA -DsAddressToSiteNamesExW -DsAddressToSiteNamesW -DsDeregisterDnsHostRecordsA -DsDeregisterDnsHostRecordsW -DsEnumerateDomainTrustsA -DsEnumerateDomainTrustsW -DsGetDcCloseW -DsGetDcNameA -DsGetDcNameW -DsGetDcNameWithAccountA -DsGetDcNameWithAccountW -DsGetDcNextA -DsGetDcNextW -DsGetDcOpenA -DsGetDcOpenW -DsGetDcSiteCoverageA -DsGetDcSiteCoverageW -DsGetForestTrustInformationW -DsGetSiteNameA -DsGetSiteNameW -DsMergeForestTrustInformationW -DsValidateSubnetNameA -DsValidateSubnetNameW -I_DsUpdateReadOnlyServerDnsRecords -I_NetAccountDeltas -I_NetAccountSync -I_NetChainSetClientAttributes -I_NetChainSetClientAttributes2 -I_NetDatabaseDeltas -I_NetDatabaseRedo -I_NetDatabaseSync -I_NetDatabaseSync2 -I_NetGetDCList -I_NetGetForestTrustInformation -I_NetLogonControl -I_NetLogonControl2 -I_NetLogonGetCapabilities -I_NetLogonGetDomainInfo -I_NetLogonSamLogoff -I_NetLogonSamLogon -I_NetLogonSamLogonEx -I_NetLogonSamLogonWithFlags -I_NetLogonSendToSam -I_NetLogonUasLogoff -I_NetLogonUasLogon -I_NetServerAuthenticate -I_NetServerAuthenticate2 -I_NetServerAuthenticate3 -I_NetServerGetTrustInfo -I_NetServerPasswordGet -I_NetServerPasswordSet -I_NetServerPasswordSet2 -I_NetServerReqChallenge -I_NetServerTrustPasswordsGet -I_NetlogonComputeClientDigest -I_NetlogonComputeClientSignature -I_NetlogonComputeServerDigest -I_NetlogonComputeServerSignature -I_NetlogonGetTrustRid -I_RpcExtInitializeExtensionPoint -NetAddServiceAccount -NetEnumerateServiceAccounts -NetEnumerateTrustedDomains -NetGetAnyDCName -NetGetDCName -NetIsServiceAccount -NetLogonGetTimeServiceParentDomain -NetLogonSetServiceBits -NetQueryServiceAccount -NetRemoveServiceAccount -NlBindingAddServerToCache -NlBindingRemoveServerFromCache -NlBindingSetAuthInfo -NlSetDsIsCloningPDC diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/lsm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/lsm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/lsm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/lsm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of LSM.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "LSM.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/lsmproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/lsmproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/lsmproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/lsmproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of lsmproxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "lsmproxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/lz32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/lz32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/lz32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/lz32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of LZ32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "LZ32.dll" -EXPORTS -CopyLZFile -GetExpandedNameA -GetExpandedNameW -LZClose -LZCloseFile -LZCopy -LZCreateFileW -LZDone -LZInit -LZOpenFileA -LZOpenFileW -LZRead -LZSeek -LZStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/Makefile.am mingw-w64-6.0.0/mingw-w64-crt/libarm32/Makefile.am --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -1,11 +1,9 @@ -libarm32_DATA = libarm32_DATA += %reldir%/libacledit.a libarm32_DATA += %reldir%/libaclui.a libarm32_DATA += %reldir%/libacppage.a libarm32_DATA += %reldir%/libacproxy.a libarm32_DATA += %reldir%/libactionqueue.a libarm32_DATA += %reldir%/libactiveds.a -libarm32_DATA += %reldir%/libactxprxy.a libarm32_DATA += %reldir%/libadhapi.a libarm32_DATA += %reldir%/libadhsvc.a libarm32_DATA += %reldir%/libadmtmpl.a @@ -22,7 +20,6 @@ libarm32_DATA += %reldir%/libappinfo.a libarm32_DATA += %reldir%/libappmgmts.a libarm32_DATA += %reldir%/libappmgr.a -libarm32_DATA += %reldir%/libappreadiness.a libarm32_DATA += %reldir%/libapprepapi.a libarm32_DATA += %reldir%/libappsruprov.a libarm32_DATA += %reldir%/libappxalluserstore.a @@ -30,7 +27,6 @@ libarm32_DATA += %reldir%/libappxdeploymentclient.a libarm32_DATA += %reldir%/libappxdeploymentextensions.a libarm32_DATA += %reldir%/libappxdeploymentserver.a -libarm32_DATA += %reldir%/libappxpackaging.a libarm32_DATA += %reldir%/libappxsip.a libarm32_DATA += %reldir%/libappxsysprep.a libarm32_DATA += %reldir%/libasycfilt.a @@ -41,7 +37,6 @@ libarm32_DATA += %reldir%/libaudiosrv.a libarm32_DATA += %reldir%/libauditcse.a libarm32_DATA += %reldir%/libauthbroker.a -libarm32_DATA += %reldir%/libauthfwcfg.a libarm32_DATA += %reldir%/libauthz.a libarm32_DATA += %reldir%/libavrt.a libarm32_DATA += %reldir%/libazroles.a @@ -56,7 +51,6 @@ libarm32_DATA += %reldir%/libbdehdcfglib.a libarm32_DATA += %reldir%/libbderepair.a libarm32_DATA += %reldir%/libbdesvc.a -libarm32_DATA += %reldir%/libbdeui.a libarm32_DATA += %reldir%/libbfe.a libarm32_DATA += %reldir%/libbi.a libarm32_DATA += %reldir%/libbisrv.a @@ -64,22 +58,17 @@ libarm32_DATA += %reldir%/libbitsperf.a libarm32_DATA += %reldir%/libbluetoothapis.a libarm32_DATA += %reldir%/libbootmenuux.a -libarm32_DATA += %reldir%/libbootux.a libarm32_DATA += %reldir%/libbootvid.a libarm32_DATA += %reldir%/libbrokerlib.a libarm32_DATA += %reldir%/libbrowcli.a libarm32_DATA += %reldir%/libbrowser.a -libarm32_DATA += %reldir%/libbrowseui.a libarm32_DATA += %reldir%/libbthci.a -libarm32_DATA += %reldir%/libbthhfsrv.a libarm32_DATA += %reldir%/libbthpanapi.a -libarm32_DATA += %reldir%/libbthserv.a libarm32_DATA += %reldir%/libbthsqm.a libarm32_DATA += %reldir%/libcabinet.a libarm32_DATA += %reldir%/libcabview.a libarm32_DATA += %reldir%/libcapisp.a libarm32_DATA += %reldir%/libcatsrv.a -libarm32_DATA += %reldir%/libcatsrvps.a libarm32_DATA += %reldir%/libcatsrvut.a libarm32_DATA += %reldir%/libcertca.a libarm32_DATA += %reldir%/libcertcli.a @@ -89,14 +78,10 @@ libarm32_DATA += %reldir%/libcertprop.a libarm32_DATA += %reldir%/libcfgbkend.a libarm32_DATA += %reldir%/libcfgmgr32.a -libarm32_DATA += %reldir%/libcfmifsproxy.a -libarm32_DATA += %reldir%/libc_g18030.a libarm32_DATA += %reldir%/libchartv.a libarm32_DATA += %reldir%/libchkwudrv.a libarm32_DATA += %reldir%/libchxreadingstringime.a libarm32_DATA += %reldir%/libci.a -libarm32_DATA += %reldir%/libc_is2022.a -libarm32_DATA += %reldir%/libc_iscii.a libarm32_DATA += %reldir%/libclbcatq.a libarm32_DATA += %reldir%/libclb.a libarm32_DATA += %reldir%/libclfsw32.a @@ -108,7 +93,6 @@ libarm32_DATA += %reldir%/libcnvfat.a libarm32_DATA += %reldir%/libcofiredm.a libarm32_DATA += %reldir%/libcolbact.a -libarm32_DATA += %reldir%/libcolorcnv.a libarm32_DATA += %reldir%/libcolorui.a libarm32_DATA += %reldir%/libcombase.a libarm32_DATA += %reldir%/libcomctl32.a @@ -153,7 +137,6 @@ libarm32_DATA += %reldir%/libd3dcompiler_47.a libarm32_DATA += %reldir%/libdabapi.a libarm32_DATA += %reldir%/libdab.a -libarm32_DATA += %reldir%/libdas.a libarm32_DATA += %reldir%/libdatusage.a libarm32_DATA += %reldir%/libdavclnt.a libarm32_DATA += %reldir%/libdavhlpr.a @@ -163,13 +146,10 @@ libarm32_DATA += %reldir%/libdbnmpntw.a libarm32_DATA += %reldir%/libdcomp.a libarm32_DATA += %reldir%/libddraw.a -libarm32_DATA += %reldir%/libdefragproxy.a -libarm32_DATA += %reldir%/libdefragsvc.a libarm32_DATA += %reldir%/libdevdispitemprovider.a libarm32_DATA += %reldir%/libdeviceaccess.a libarm32_DATA += %reldir%/libdeviceassociation.a libarm32_DATA += %reldir%/libdeviceregistration.a -libarm32_DATA += %reldir%/libdevicesetupmanager.a libarm32_DATA += %reldir%/libdevinv.a libarm32_DATA += %reldir%/libdevmgr.a libarm32_DATA += %reldir%/libdevobj.a @@ -177,7 +157,6 @@ libarm32_DATA += %reldir%/libdfdts.a libarm32_DATA += %reldir%/libdfpcommon.a libarm32_DATA += %reldir%/libdfscli.a -libarm32_DATA += %reldir%/libdhcpcmonitor.a libarm32_DATA += %reldir%/libdhcpcore6.a libarm32_DATA += %reldir%/libdhcpcore.a libarm32_DATA += %reldir%/libdhcpcsvc6.a @@ -189,17 +168,13 @@ libarm32_DATA += %reldir%/libdiskcopy.a libarm32_DATA += %reldir%/libdismapi.a libarm32_DATA += %reldir%/libdispci.a -libarm32_DATA += %reldir%/libdispex.a libarm32_DATA += %reldir%/libdisplay.a -libarm32_DATA += %reldir%/libdmdlgs.a libarm32_DATA += %reldir%/libdmdskmgr.a -libarm32_DATA += %reldir%/libdmintf.a libarm32_DATA += %reldir%/libdmutil.a libarm32_DATA += %reldir%/libdmvdsitf.a libarm32_DATA += %reldir%/libdnsapi.a libarm32_DATA += %reldir%/libdnsrslvr.a libarm32_DATA += %reldir%/libdot3api.a -libarm32_DATA += %reldir%/libdot3cfg.a libarm32_DATA += %reldir%/libdot3dlg.a libarm32_DATA += %reldir%/libdot3gpclnt.a libarm32_DATA += %reldir%/libdot3msm.a @@ -207,7 +182,6 @@ libarm32_DATA += %reldir%/libdot3ui.a libarm32_DATA += %reldir%/libdpapi.a libarm32_DATA += %reldir%/libdpapisrv.a -libarm32_DATA += %reldir%/libdps.a libarm32_DATA += %reldir%/libdpx.a libarm32_DATA += %reldir%/libdrprov.a libarm32_DATA += %reldir%/libdrt.a @@ -232,7 +206,6 @@ libarm32_DATA += %reldir%/libdwrite.a libarm32_DATA += %reldir%/libdxgi.a libarm32_DATA += %reldir%/libdxgwdi.a -libarm32_DATA += %reldir%/libdxtrans.a libarm32_DATA += %reldir%/libdxva2.a libarm32_DATA += %reldir%/libeappcfg.a libarm32_DATA += %reldir%/libeappgnui.a @@ -240,8 +213,6 @@ libarm32_DATA += %reldir%/libeappprxy.a libarm32_DATA += %reldir%/libeapprovp.a libarm32_DATA += %reldir%/libeapqec.a -libarm32_DATA += %reldir%/libeapsvc.a -libarm32_DATA += %reldir%/libeasinvoker.proxystub.a libarm32_DATA += %reldir%/libeaswrt.a libarm32_DATA += %reldir%/libefsadu.a libarm32_DATA += %reldir%/libefscore.a @@ -263,10 +234,7 @@ libarm32_DATA += %reldir%/libesentprf.a libarm32_DATA += %reldir%/libeventaggregation.a libarm32_DATA += %reldir%/libevr.a -libarm32_DATA += %reldir%/libexplorerframe.a -libarm32_DATA += %reldir%/libf3ahvoas.a libarm32_DATA += %reldir%/libfaultrep.a -libarm32_DATA += %reldir%/libfde.a libarm32_DATA += %reldir%/libfdeploy.a libarm32_DATA += %reldir%/libfdphost.a libarm32_DATA += %reldir%/libfdprint.a @@ -295,11 +263,9 @@ libarm32_DATA += %reldir%/libfveapibase.a libarm32_DATA += %reldir%/libfveapi.a libarm32_DATA += %reldir%/libfvecerts.a -libarm32_DATA += %reldir%/libfvecpl.a libarm32_DATA += %reldir%/libfveskybackup.a libarm32_DATA += %reldir%/libfveui.a libarm32_DATA += %reldir%/libfvewiz.a -libarm32_DATA += %reldir%/libfwcfg.a libarm32_DATA += %reldir%/libfwpuclnt.a libarm32_DATA += %reldir%/libfwremotesvr.a libarm32_DATA += %reldir%/libgameux.a @@ -318,20 +284,16 @@ libarm32_DATA += %reldir%/libgptext.a libarm32_DATA += %reldir%/libhal.a libarm32_DATA += %reldir%/libhbaapi.a -libarm32_DATA += %reldir%/libhhsetup.a libarm32_DATA += %reldir%/libhid.a libarm32_DATA += %reldir%/libhidserv.a libarm32_DATA += %reldir%/libhlink.a libarm32_DATA += %reldir%/libhnetcfg.a -libarm32_DATA += %reldir%/libhnetmon.a libarm32_DATA += %reldir%/libhotplug.a libarm32_DATA += %reldir%/libhttpapi.a libarm32_DATA += %reldir%/libhttpprxm.a libarm32_DATA += %reldir%/libhttpprxp.a libarm32_DATA += %reldir%/libhtui.a -libarm32_DATA += %reldir%/libias.a libarm32_DATA += %reldir%/libiashlpr.a -libarm32_DATA += %reldir%/libiasrad.a libarm32_DATA += %reldir%/libiassam.a libarm32_DATA += %reldir%/libiassvcs.a libarm32_DATA += %reldir%/libicfupgd.a @@ -341,16 +303,12 @@ libarm32_DATA += %reldir%/libidndl.a libarm32_DATA += %reldir%/libieadvpack.a libarm32_DATA += %reldir%/libiedkcs32.a -libarm32_DATA += %reldir%/libieetwproxystub.a libarm32_DATA += %reldir%/libieframe.a libarm32_DATA += %reldir%/libiernonce.a libarm32_DATA += %reldir%/libiertutil.a libarm32_DATA += %reldir%/libiesetup.a libarm32_DATA += %reldir%/libiesysprep.a libarm32_DATA += %reldir%/libieui.a -libarm32_DATA += %reldir%/libifmon.a -libarm32_DATA += %reldir%/libifsutil.a -libarm32_DATA += %reldir%/libifsutilx.a libarm32_DATA += %reldir%/libigddiag.a libarm32_DATA += %reldir%/libikeext.a libarm32_DATA += %reldir%/libimagehlp.a @@ -358,8 +316,6 @@ libarm32_DATA += %reldir%/libimm32.a libarm32_DATA += %reldir%/libinetcomm.a libarm32_DATA += %reldir%/libinetmib1.a -libarm32_DATA += %reldir%/libinetpp.a -libarm32_DATA += %reldir%/libinetppui.a libarm32_DATA += %reldir%/libinput.a libarm32_DATA += %reldir%/libinseng.a libarm32_DATA += %reldir%/libiphlpapi.a @@ -380,10 +336,8 @@ libarm32_DATA += %reldir%/libkernel.appcore.a libarm32_DATA += %reldir%/libkernelbase.a libarm32_DATA += %reldir%/libkeyboardfiltercore.a -libarm32_DATA += %reldir%/libkeyboardfiltersvc.a libarm32_DATA += %reldir%/libkeyiso.a libarm32_DATA += %reldir%/libkeymgr.a -libarm32_DATA += %reldir%/libkmsvc.a #libarm32_DATA += %reldir%/libksuser.a # Handled by custom rule libarm32_DATA += %reldir%/libktmw32.a libarm32_DATA += %reldir%/libl2gpstore.a @@ -393,22 +347,17 @@ libarm32_DATA += %reldir%/liblivessp.a libarm32_DATA += %reldir%/liblltdapi.a libarm32_DATA += %reldir%/liblltdsvc.a -libarm32_DATA += %reldir%/liblmhsvc.a libarm32_DATA += %reldir%/libloadperf.a libarm32_DATA += %reldir%/liblocalspl.a -libarm32_DATA += %reldir%/liblocalui.a libarm32_DATA += %reldir%/libloghours.a libarm32_DATA += %reldir%/liblogoncli.a libarm32_DATA += %reldir%/liblpk.a libarm32_DATA += %reldir%/liblsasrv.a -libarm32_DATA += %reldir%/liblsm.a -libarm32_DATA += %reldir%/liblsmproxy.a libarm32_DATA += %reldir%/liblz32.a libarm32_DATA += %reldir%/libmagnification.a libarm32_DATA += %reldir%/libmaintenanceui.a libarm32_DATA += %reldir%/libmapi32.a libarm32_DATA += %reldir%/libmapistub.a -libarm32_DATA += %reldir%/libmbaexmlparser.a libarm32_DATA += %reldir%/libmcicda.a libarm32_DATA += %reldir%/libmciseq.a libarm32_DATA += %reldir%/libmciwave.a @@ -417,28 +366,22 @@ libarm32_DATA += %reldir%/libmdmregistration.a libarm32_DATA += %reldir%/libmf3216.a libarm32_DATA += %reldir%/libmfasfsrcsnk.a -libarm32_DATA += %reldir%/libmfc110.a -libarm32_DATA += %reldir%/libmfc110u.a -libarm32_DATA += %reldir%/libmfc42.a -libarm32_DATA += %reldir%/libmfc42u.a libarm32_DATA += %reldir%/libmfcaptureengine.a libarm32_DATA += %reldir%/libmfcore.a -libarm32_DATA += %reldir%/libmfcsubs.a libarm32_DATA += %reldir%/libmf.a libarm32_DATA += %reldir%/libmfnetcore.a libarm32_DATA += %reldir%/libmfnetsrc.a libarm32_DATA += %reldir%/libmfplat.a libarm32_DATA += %reldir%/libmfplay.a -libarm32_DATA += %reldir%/libmfps.a libarm32_DATA += %reldir%/libmfreadwrite.a libarm32_DATA += %reldir%/libmfsrcsnk.a libarm32_DATA += %reldir%/libmftranscode.a +libarm32_DATA += %reldir%/libmincore.a libarm32_DATA += %reldir%/libmgmtapi.a libarm32_DATA += %reldir%/libmibincodec.a libarm32_DATA += %reldir%/libmicrosoft.management.infrastructure.native.unmanaged.a libarm32_DATA += %reldir%/libmi.a libarm32_DATA += %reldir%/libmidimap.a -libarm32_DATA += %reldir%/libmigisol.a libarm32_DATA += %reldir%/libmimofcodec.a libarm32_DATA += %reldir%/libmirrordrvcompat.a libarm32_DATA += %reldir%/libmiutils.a @@ -451,8 +394,6 @@ libarm32_DATA += %reldir%/libmmdevapi.a libarm32_DATA += %reldir%/libmodemui.a libarm32_DATA += %reldir%/libmontr_ci.a -libarm32_DATA += %reldir%/libmp3dmod.a -libarm32_DATA += %reldir%/libmp4sdecd.a libarm32_DATA += %reldir%/libmprapi.a libarm32_DATA += %reldir%/libmpr.a libarm32_DATA += %reldir%/libmprext.a @@ -470,7 +411,6 @@ libarm32_DATA += %reldir%/libmscoree.a libarm32_DATA += %reldir%/libmsctf.a libarm32_DATA += %reldir%/libmsctfmonitor.a -libarm32_DATA += %reldir%/libmsctfp.a libarm32_DATA += %reldir%/libmsdadiag.a libarm32_DATA += %reldir%/libmsdart.a libarm32_DATA += %reldir%/libmsdelta.a @@ -482,7 +422,6 @@ libarm32_DATA += %reldir%/libmsicofire.a libarm32_DATA += %reldir%/libmsidcrl40.a libarm32_DATA += %reldir%/libmsi.a -libarm32_DATA += %reldir%/libmsidle.a libarm32_DATA += %reldir%/libmsiltcfg.a libarm32_DATA += %reldir%/libmsimg32.a libarm32_DATA += %reldir%/libmsimtf.a @@ -491,7 +430,6 @@ libarm32_DATA += %reldir%/libmskeyprotcli.a libarm32_DATA += %reldir%/libmskeyprotect.a libarm32_DATA += %reldir%/libmsls31.a -libarm32_DATA += %reldir%/libmsmpeg2vdec.a libarm32_DATA += %reldir%/libmsoeacct.a libarm32_DATA += %reldir%/libmsoert2.a libarm32_DATA += %reldir%/libmspatcha.a @@ -503,15 +441,12 @@ libarm32_DATA += %reldir%/libmsshooks.a libarm32_DATA += %reldir%/libmssign32.a libarm32_DATA += %reldir%/libmssip32.a -libarm32_DATA += %reldir%/libmssprxy.a libarm32_DATA += %reldir%/libmssrch.a libarm32_DATA += %reldir%/libmstask.a libarm32_DATA += %reldir%/libmstextprediction.a -libarm32_DATA += %reldir%/libmstscax.a libarm32_DATA += %reldir%/libmsutb.a libarm32_DATA += %reldir%/libmsv1_0.a #libarm32_DATA += %reldir%/libmsvcp60.a # Specialized for W32API conditional -libarm32_DATA += %reldir%/libmsvidctl.a libarm32_DATA += %reldir%/libmswsock.a libarm32_DATA += %reldir%/libmsxml6.a libarm32_DATA += %reldir%/libmsyuv.a @@ -523,7 +458,6 @@ libarm32_DATA += %reldir%/libmydocs.a libarm32_DATA += %reldir%/libnapinsp.a libarm32_DATA += %reldir%/libnapipsec.a -libarm32_DATA += %reldir%/libnapmontr.a libarm32_DATA += %reldir%/libncaapi.a libarm32_DATA += %reldir%/libncasvc.a libarm32_DATA += %reldir%/libncbservice.a @@ -537,7 +471,6 @@ libarm32_DATA += %reldir%/libncuprov.a libarm32_DATA += %reldir%/libnddeapi.a libarm32_DATA += %reldir%/libndfapi.a -libarm32_DATA += %reldir%/libndproxystub.a libarm32_DATA += %reldir%/libnduprov.a libarm32_DATA += %reldir%/libnegoexts.a libarm32_DATA += %reldir%/libnetapi32.a @@ -546,7 +479,6 @@ libarm32_DATA += %reldir%/libnetdiagfx.a libarm32_DATA += %reldir%/libnetfxperf.a libarm32_DATA += %reldir%/libnetid.a -libarm32_DATA += %reldir%/libnetiohlp.a libarm32_DATA += %reldir%/libnetjoin.a libarm32_DATA += %reldir%/libnetlogon.a libarm32_DATA += %reldir%/libnetman.a @@ -555,28 +487,18 @@ libarm32_DATA += %reldir%/libnetprovisionsp.a libarm32_DATA += %reldir%/libnetsetupapi.a libarm32_DATA += %reldir%/libnetshell.a -libarm32_DATA += %reldir%/libnettrace.a libarm32_DATA += %reldir%/libnetutils.a libarm32_DATA += %reldir%/libnewdev.a libarm32_DATA += %reldir%/libninput.a -libarm32_DATA += %reldir%/libnl7data0011.a -libarm32_DATA += %reldir%/libnl7data001e.a -libarm32_DATA += %reldir%/libnl7data0404.a -libarm32_DATA += %reldir%/libnl7data0804.a libarm32_DATA += %reldir%/libnlaapi.a libarm32_DATA += %reldir%/libnlasvc.a -libarm32_DATA += %reldir%/libnlmproxy.a libarm32_DATA += %reldir%/libnlmsprep.a libarm32_DATA += %reldir%/libnlsdl.a libarm32_DATA += %reldir%/libnormaliz.a -libarm32_DATA += %reldir%/libnpmproxy.a libarm32_DATA += %reldir%/libnrpsrv.a -libarm32_DATA += %reldir%/libnshhttp.a -libarm32_DATA += %reldir%/libnshipsec.a libarm32_DATA += %reldir%/libnshwfp.a libarm32_DATA += %reldir%/libnsi.a libarm32_DATA += %reldir%/libnsisvc.a -libarm32_DATA += %reldir%/libntasn1.a libarm32_DATA += %reldir%/libntdll.a libarm32_DATA += %reldir%/libntdsapi.a libarm32_DATA += %reldir%/libntlanman.a @@ -596,22 +518,18 @@ libarm32_DATA += %reldir%/liboffreg.a libarm32_DATA += %reldir%/libole32.a libarm32_DATA += %reldir%/liboleacc.a -libarm32_DATA += %reldir%/liboleacchooks.a libarm32_DATA += %reldir%/liboleaut32.a libarm32_DATA += %reldir%/liboledlg.a libarm32_DATA += %reldir%/libondemandconnroutehelper.a libarm32_DATA += %reldir%/libonex.a libarm32_DATA += %reldir%/libonexui.a libarm32_DATA += %reldir%/liboobefldr.a -libarm32_DATA += %reldir%/libopcservices.a libarm32_DATA += %reldir%/libosbaseln.a libarm32_DATA += %reldir%/libosksupport.a libarm32_DATA += %reldir%/libosuninst.a libarm32_DATA += %reldir%/libp2p.a libarm32_DATA += %reldir%/libp2pgraph.a -libarm32_DATA += %reldir%/libp2pnetsh.a libarm32_DATA += %reldir%/libp2psvc.a -libarm32_DATA += %reldir%/libpackager.a libarm32_DATA += %reldir%/libpautoenr.a libarm32_DATA += %reldir%/libpcacli.a libarm32_DATA += %reldir%/libpcaui.a @@ -641,28 +559,20 @@ libarm32_DATA += %reldir%/libpnrpnsp.a libarm32_DATA += %reldir%/libpnrpsvc.a libarm32_DATA += %reldir%/libpolstore.a -libarm32_DATA += %reldir%/libportabledeviceapi.a libarm32_DATA += %reldir%/libportabledeviceclassextension.a libarm32_DATA += %reldir%/libpots.a libarm32_DATA += %reldir%/libpowerwmiprovider.a libarm32_DATA += %reldir%/libpowrprof.a -libarm32_DATA += %reldir%/libprintdialogs.a libarm32_DATA += %reldir%/libprintfilterpipelineprxy.a -libarm32_DATA += %reldir%/libprintisolationproxy.a libarm32_DATA += %reldir%/libprintui.a -libarm32_DATA += %reldir%/libprncache.a libarm32_DATA += %reldir%/libprnntfy.a libarm32_DATA += %reldir%/libprntvpt.a libarm32_DATA += %reldir%/libprocinst.a -libarm32_DATA += %reldir%/libprofapi.a libarm32_DATA += %reldir%/libprofext.a libarm32_DATA += %reldir%/libprofsvc.a libarm32_DATA += %reldir%/libprofsvcext.a libarm32_DATA += %reldir%/libpropsys.a libarm32_DATA += %reldir%/libprovsvc.a -libarm32_DATA += %reldir%/libprovthrd.a -libarm32_DATA += %reldir%/libproximitycommon.a -libarm32_DATA += %reldir%/libproximitycommonpal.a libarm32_DATA += %reldir%/libproximityrtapipal.a libarm32_DATA += %reldir%/libproximityservice.a libarm32_DATA += %reldir%/libproximityservicepal.a @@ -670,12 +580,10 @@ libarm32_DATA += %reldir%/libpsapi.a libarm32_DATA += %reldir%/libpshed.a libarm32_DATA += %reldir%/libpsmodulediscoveryprovider.a -libarm32_DATA += %reldir%/libpsmsrv.a libarm32_DATA += %reldir%/libpstorec.a libarm32_DATA += %reldir%/libpuiapi.a libarm32_DATA += %reldir%/libpwlauncher.a libarm32_DATA += %reldir%/libpwrshplugin.a -libarm32_DATA += %reldir%/libqagentrt.a libarm32_DATA += %reldir%/libqmgr.a libarm32_DATA += %reldir%/libqshvhost.a libarm32_DATA += %reldir%/libquery.a @@ -708,7 +616,6 @@ libarm32_DATA += %reldir%/librdpcfgex.a libarm32_DATA += %reldir%/librdpcore.a libarm32_DATA += %reldir%/librdpendp.a -libarm32_DATA += %reldir%/librdpsaps.a libarm32_DATA += %reldir%/librdsappxhelper.a libarm32_DATA += %reldir%/librdsdwmdr.a libarm32_DATA += %reldir%/librdvidcrl.a @@ -717,18 +624,14 @@ libarm32_DATA += %reldir%/libregapi.a libarm32_DATA += %reldir%/libregsvc.a libarm32_DATA += %reldir%/libreinfo.a -libarm32_DATA += %reldir%/libremovedeviceelevated.a -libarm32_DATA += %reldir%/libresampledmo.a libarm32_DATA += %reldir%/libreseteng.a libarm32_DATA += %reldir%/libresutils.a libarm32_DATA += %reldir%/librgb9rast.a libarm32_DATA += %reldir%/libriched20.a libarm32_DATA += %reldir%/librnr20.a libarm32_DATA += %reldir%/librometadata.a -libarm32_DATA += %reldir%/librpcepmap.a libarm32_DATA += %reldir%/librpchttp.a libarm32_DATA += %reldir%/librpcns4.a -libarm32_DATA += %reldir%/librpcnsh.a libarm32_DATA += %reldir%/librpcrt4.a libarm32_DATA += %reldir%/librpcrtremote.a libarm32_DATA += %reldir%/librpcss.a @@ -752,7 +655,6 @@ libarm32_DATA += %reldir%/libscext.a libarm32_DATA += %reldir%/libschannel.a libarm32_DATA += %reldir%/libschedcli.a -libarm32_DATA += %reldir%/libschedsvc.a libarm32_DATA += %reldir%/libscksp.a libarm32_DATA += %reldir%/libscrobj.a libarm32_DATA += %reldir%/libscrptadm.a @@ -776,9 +678,6 @@ libarm32_DATA += %reldir%/libserwvdrv.a libarm32_DATA += %reldir%/libsessenv.a libarm32_DATA += %reldir%/libsetbcdlocale.a -libarm32_DATA += %reldir%/libsetnetworklocation.a -libarm32_DATA += %reldir%/libsetproxycredential.a -libarm32_DATA += %reldir%/libsettingshandlers.a libarm32_DATA += %reldir%/libsettingsyncpolicy.a libarm32_DATA += %reldir%/libsetupapi.a libarm32_DATA += %reldir%/libsfc.a @@ -787,18 +686,15 @@ libarm32_DATA += %reldir%/libshdocvw.a #libarm32_DATA += %reldir%/libshell32.a # Handled by custom rule libarm32_DATA += %reldir%/libshfolder.a -libarm32_DATA += %reldir%/libshgina.a libarm32_DATA += %reldir%/libshimeng.a libarm32_DATA += %reldir%/libshimgvw.a libarm32_DATA += %reldir%/libshlwapi.a libarm32_DATA += %reldir%/libshsetup.a libarm32_DATA += %reldir%/libshsvcs.a -libarm32_DATA += %reldir%/libshunimpl.a libarm32_DATA += %reldir%/libshwebsvc.a libarm32_DATA += %reldir%/libsimauth.a libarm32_DATA += %reldir%/libsimcfg.a libarm32_DATA += %reldir%/libsisbkup.a -libarm32_DATA += %reldir%/libskydrivetelemetry.a libarm32_DATA += %reldir%/libslc.a libarm32_DATA += %reldir%/libslcext.a libarm32_DATA += %reldir%/libslpts.a @@ -808,7 +704,6 @@ libarm32_DATA += %reldir%/libsmbwmiv2.a libarm32_DATA += %reldir%/libsmiengine.a libarm32_DATA += %reldir%/libsmsrouter.a -libarm32_DATA += %reldir%/libsndvolsso.a libarm32_DATA += %reldir%/libsnmpapi.a libarm32_DATA += %reldir%/libsoftpub.a libarm32_DATA += %reldir%/libspbcd.a @@ -825,7 +720,6 @@ libarm32_DATA += %reldir%/libsppobjs.a libarm32_DATA += %reldir%/libsppwinob.a libarm32_DATA += %reldir%/libspwinsat.a -libarm32_DATA += %reldir%/libspwizeng.a libarm32_DATA += %reldir%/libsqlcecompact40.a libarm32_DATA += %reldir%/libsqlcese40.a libarm32_DATA += %reldir%/libsqlsrv32.a @@ -853,14 +747,10 @@ libarm32_DATA += %reldir%/libstreamci.a libarm32_DATA += %reldir%/libsubscriptionmgr.a libarm32_DATA += %reldir%/libsvsvc.a -libarm32_DATA += %reldir%/libswprv.a libarm32_DATA += %reldir%/libsxs.a libarm32_DATA += %reldir%/libsxshared.a libarm32_DATA += %reldir%/libsxssrv.a libarm32_DATA += %reldir%/libsxsstore.a -libarm32_DATA += %reldir%/libsyncengine.a -libarm32_DATA += %reldir%/libsynchostps.a -libarm32_DATA += %reldir%/libsyncinfrastructureps.a libarm32_DATA += %reldir%/libsysclass.a libarm32_DATA += %reldir%/libsysmain.a libarm32_DATA += %reldir%/libsysntfy.a @@ -875,7 +765,6 @@ libarm32_DATA += %reldir%/libtabbtn.a libarm32_DATA += %reldir%/libtabsvc.a libarm32_DATA += %reldir%/libtapi32.a -libarm32_DATA += %reldir%/libtapilua.a libarm32_DATA += %reldir%/libtapiperf.a libarm32_DATA += %reldir%/libtapisrv.a libarm32_DATA += %reldir%/libtapisysprep.a @@ -883,7 +772,6 @@ libarm32_DATA += %reldir%/libtbs.a libarm32_DATA += %reldir%/libtcpipsetup.a libarm32_DATA += %reldir%/libtcpmib.a -libarm32_DATA += %reldir%/libtcpmon.a libarm32_DATA += %reldir%/libtcpmonui.a libarm32_DATA += %reldir%/libtdh.a libarm32_DATA += %reldir%/libtermsrv.a @@ -911,17 +799,13 @@ libarm32_DATA += %reldir%/libttlsauth.a libarm32_DATA += %reldir%/libttlscfg.a libarm32_DATA += %reldir%/libttlsext.a -libarm32_DATA += %reldir%/libtwinapi.appcore.a -libarm32_DATA += %reldir%/libtwinapi.a libarm32_DATA += %reldir%/libtxfw32.a libarm32_DATA += %reldir%/libubpm.a libarm32_DATA += %reldir%/libudhisapi.a -libarm32_DATA += %reldir%/libudwm.a libarm32_DATA += %reldir%/libuexfat.a libarm32_DATA += %reldir%/libufat.a libarm32_DATA += %reldir%/libuiautomationcore.a libarm32_DATA += %reldir%/libuireng.a -libarm32_DATA += %reldir%/libulib.a libarm32_DATA += %reldir%/libumdmxfrm.a libarm32_DATA += %reldir%/libumpnpmgr.a libarm32_DATA += %reldir%/libumpo.a @@ -933,11 +817,9 @@ libarm32_DATA += %reldir%/libuntfs.a libarm32_DATA += %reldir%/libupnp.a libarm32_DATA += %reldir%/libupnphost.a -libarm32_DATA += %reldir%/libureg.a libarm32_DATA += %reldir%/liburl.a libarm32_DATA += %reldir%/liburlmon.a libarm32_DATA += %reldir%/libusbceip.a -libarm32_DATA += %reldir%/libusbmon.a libarm32_DATA += %reldir%/libusbperf.a libarm32_DATA += %reldir%/libusbui.a libarm32_DATA += %reldir%/libuser32.a @@ -948,29 +830,20 @@ libarm32_DATA += %reldir%/libutildll.a libarm32_DATA += %reldir%/libuudf.a libarm32_DATA += %reldir%/libuxinit.a -libarm32_DATA += %reldir%/libuxlib.a libarm32_DATA += %reldir%/libuxtheme.a libarm32_DATA += %reldir%/libvan.a libarm32_DATA += %reldir%/libvaultcli.a libarm32_DATA += %reldir%/libvaultsvc.a -libarm32_DATA += %reldir%/libvccorlib110.a -libarm32_DATA += %reldir%/libvdsbas.a -libarm32_DATA += %reldir%/libvdsdyn.a -libarm32_DATA += %reldir%/libvds_ps.a libarm32_DATA += %reldir%/libvdsutil.a -libarm32_DATA += %reldir%/libvdsvd.a libarm32_DATA += %reldir%/libverifier.a libarm32_DATA += %reldir%/libversion.a libarm32_DATA += %reldir%/libvirtdisk.a libarm32_DATA += %reldir%/libvpnikeapi.a libarm32_DATA += %reldir%/libvpnike.a libarm32_DATA += %reldir%/libvssapi.a -libarm32_DATA += %reldir%/libvss_ps.a libarm32_DATA += %reldir%/libvsstrace.a libarm32_DATA += %reldir%/libw32time.a libarm32_DATA += %reldir%/libw32topl.a -libarm32_DATA += %reldir%/libwabsyncprovider.a -libarm32_DATA += %reldir%/libwbemcomn.a libarm32_DATA += %reldir%/libwbiosrvc.a libarm32_DATA += %reldir%/libwcl.a libarm32_DATA += %reldir%/libwcletw.a @@ -984,14 +857,11 @@ libarm32_DATA += %reldir%/libwcncsvc.a libarm32_DATA += %reldir%/libwcneapauthproxy.a libarm32_DATA += %reldir%/libwcneappeerproxy.a -libarm32_DATA += %reldir%/libwcnnetsh.a -libarm32_DATA += %reldir%/libwcspluginservice.a libarm32_DATA += %reldir%/libwdc.a libarm32_DATA += %reldir%/libwdiasqmmodule.a libarm32_DATA += %reldir%/libwdi.a libarm32_DATA += %reldir%/libwdigest.a libarm32_DATA += %reldir%/libwdscore.a -libarm32_DATA += %reldir%/libwebcheck.a libarm32_DATA += %reldir%/libwebclnt.a libarm32_DATA += %reldir%/libwebio.a libarm32_DATA += %reldir%/libwebservices.a @@ -1009,19 +879,15 @@ libarm32_DATA += %reldir%/libwevtsvc.a libarm32_DATA += %reldir%/libwfdprov.a libarm32_DATA += %reldir%/libwhealogr.a -libarm32_DATA += %reldir%/libwhhelper.a -libarm32_DATA += %reldir%/libwiarpc.a libarm32_DATA += %reldir%/libwiaservc.a libarm32_DATA += %reldir%/libwiashext.a libarm32_DATA += %reldir%/libwiatrace.a libarm32_DATA += %reldir%/libwifidisplay.a libarm32_DATA += %reldir%/libwimgapi.a -libarm32_DATA += %reldir%/libwin32spl.a libarm32_DATA += %reldir%/libwinbici.a libarm32_DATA += %reldir%/libwinbio.a libarm32_DATA += %reldir%/libwinbrand.a -libarm32_DATA += %reldir%/libwincorlib.a -libarm32_DATA += %reldir%/libwindowscodecs.a +libarm32_DATA += %reldir%/libwindowsapp.a libarm32_DATA += %reldir%/libwindowscodecsext.a libarm32_DATA += %reldir%/libwindows.data.pdf.a libarm32_DATA += %reldir%/libwindows.globalization.fontgroups.a @@ -1033,7 +899,6 @@ libarm32_DATA += %reldir%/libwindows.networking.vpn.a libarm32_DATA += %reldir%/libwindows.storage.applicationdata.a libarm32_DATA += %reldir%/libwindows.ui.a -libarm32_DATA += %reldir%/libwindows.ui.immersive.a libarm32_DATA += %reldir%/libwindows.ui.xaml.a libarm32_DATA += %reldir%/libwinethc.a libarm32_DATA += %reldir%/libwinhttp.a @@ -1052,21 +917,17 @@ libarm32_DATA += %reldir%/libwinsetupui.a libarm32_DATA += %reldir%/libwinshfhc.a libarm32_DATA += %reldir%/libwinsku.a +libarm32_DATA += %reldir%/libwinspool.a libarm32_DATA += %reldir%/libwinsrpc.a libarm32_DATA += %reldir%/libwinsrv.a libarm32_DATA += %reldir%/libwinsta.a -libarm32_DATA += %reldir%/libwinsync.a -libarm32_DATA += %reldir%/libwinsyncmetastore.a -libarm32_DATA += %reldir%/libwinsyncproviders.a libarm32_DATA += %reldir%/libwintrust.a libarm32_DATA += %reldir%/libwintypes.a libarm32_DATA += %reldir%/libwinusb.a libarm32_DATA += %reldir%/libwitnesswmiv2provider.a libarm32_DATA += %reldir%/libwkscli.a -libarm32_DATA += %reldir%/libwksprtps.a libarm32_DATA += %reldir%/libwkssvc.a libarm32_DATA += %reldir%/libwlanapi.a -libarm32_DATA += %reldir%/libwlancfg.a libarm32_DATA += %reldir%/libwlangpui.a libarm32_DATA += %reldir%/libwlanhlp.a libarm32_DATA += %reldir%/libwlaninst.a @@ -1083,9 +944,6 @@ libarm32_DATA += %reldir%/libwlidcli.a libarm32_DATA += %reldir%/libwlidnsp.a libarm32_DATA += %reldir%/libwlidsvc.a -libarm32_DATA += %reldir%/libwmadmod.a -libarm32_DATA += %reldir%/libwmadmoe.a -libarm32_DATA += %reldir%/libwmdmps.a libarm32_DATA += %reldir%/libwmiclnt.a libarm32_DATA += %reldir%/libwmidcom.a libarm32_DATA += %reldir%/libwmi.a @@ -1093,9 +951,6 @@ libarm32_DATA += %reldir%/libwmitomi.a libarm32_DATA += %reldir%/libwmpdui.a libarm32_DATA += %reldir%/libwmsgapi.a -libarm32_DATA += %reldir%/libwmspdmod.a -libarm32_DATA += %reldir%/libwmvdecod.a -libarm32_DATA += %reldir%/libwmvencod.a libarm32_DATA += %reldir%/libwofutil.a libarm32_DATA += %reldir%/libworkfoldersgpext.a libarm32_DATA += %reldir%/libworkfolderssvc.a @@ -1110,11 +965,8 @@ libarm32_DATA += %reldir%/libwscsvc.a libarm32_DATA += %reldir%/libwsdapi.a libarm32_DATA += %reldir%/libwsdchngr.a -libarm32_DATA += %reldir%/libwsdmon.a libarm32_DATA += %reldir%/libwsecedit.a libarm32_DATA += %reldir%/libwshbth.a -libarm32_DATA += %reldir%/libwshcon.a -libarm32_DATA += %reldir%/libwshelper.a libarm32_DATA += %reldir%/libwshext.a libarm32_DATA += %reldir%/libwship6.a libarm32_DATA += %reldir%/libwshnetbs.a @@ -1122,31 +974,22 @@ libarm32_DATA += %reldir%/libwshrm.a libarm32_DATA += %reldir%/libwshtcpip.a libarm32_DATA += %reldir%/libwsmagent.a -libarm32_DATA += %reldir%/libwsmanmigrationplugin.a -libarm32_DATA += %reldir%/libwsmauto.a libarm32_DATA += %reldir%/libwsmsvc.a libarm32_DATA += %reldir%/libwsmwmipl.a libarm32_DATA += %reldir%/libwsnmp32.a libarm32_DATA += %reldir%/libwsock32.a libarm32_DATA += %reldir%/libwsservice.a -libarm32_DATA += %reldir%/libwsshared.a libarm32_DATA += %reldir%/libwssync.a libarm32_DATA += %reldir%/libwtsapi32.a libarm32_DATA += %reldir%/libwuaext.a -libarm32_DATA += %reldir%/libwuapi.a libarm32_DATA += %reldir%/libwuaueng.a -libarm32_DATA += %reldir%/libwucltux.a libarm32_DATA += %reldir%/libwudfcoinstaller.a libarm32_DATA += %reldir%/libwudfplatform.a libarm32_DATA += %reldir%/libwudfsvc.a libarm32_DATA += %reldir%/libwudfx02000.a libarm32_DATA += %reldir%/libwudfx.a libarm32_DATA += %reldir%/libwudriver.a -libarm32_DATA += %reldir%/libwups2.a -libarm32_DATA += %reldir%/libwups.a libarm32_DATA += %reldir%/libwusettingsprovider.a -libarm32_DATA += %reldir%/libwwaapi.a -libarm32_DATA += %reldir%/libwwancfg.a libarm32_DATA += %reldir%/libwwaninst.a libarm32_DATA += %reldir%/libwwanmm.a libarm32_DATA += %reldir%/libwwanprotdim.a @@ -1155,10 +998,8 @@ libarm32_DATA += %reldir%/libxaudio2_8.a libarm32_DATA += %reldir%/libxinput1_4.a libarm32_DATA += %reldir%/libxmllite.a -libarm32_DATA += %reldir%/libxpsgdiconverter.a libarm32_DATA += %reldir%/libxpsprint.a libarm32_DATA += %reldir%/libxpsrasterservice.a -libarm32_DATA += %reldir%/libxpsservices.a libarm32_DATA += %reldir%/libxpssvcs.a libarm32_DATA += %reldir%/libxwizards.a libarm32_DATA += %reldir%/libzipfldr.a diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mapi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -; -; Definition file of MAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MAPI32.dll" -EXPORTS -ord_8 @8 -MAPILogonEx -MAPIAllocateBuffer -MAPIAllocateMore -MAPIFreeBuffer -MAPIAdminProfiles -MAPIInitialize -MAPIUninitialize -PRProviderInit -LAUNCHWIZARD -LaunchWizard -MAPIOpenFormMgr -MAPIOpenLocalFormContainer -ScInitMapiUtil -DeinitMapiUtil -ScGenerateMuid -HrAllocAdviseSink -WrapProgress -HrThisThreadAdviseSink -ScBinFromHexBounded -FBinFromHex -HexFromBin -BuildDisplayTable -SwapPlong -SwapPword -MAPIInitIdle -MAPIDeinitIdle -InstallFilterHook -FtgRegisterIdleRoutine -EnableIdleRoutine -DeregisterIdleRoutine -ChangeIdleRoutine -MAPIGetDefaultMalloc -CreateIProp -CreateTable -MNLS_lstrlenW -MNLS_lstrcmpW -MNLS_lstrcpyW -MNLS_CompareStringW -MNLS_MultiByteToWideChar -MNLS_WideCharToMultiByte -MNLS_IsBadStringPtrW -FEqualNames -WrapStoreEntryID -IsBadBoundedStringPtr -HrQueryAllRows -PropCopyMore -UlPropSize -FPropContainsProp -FPropCompareProp -LPropCompareProp -HrAddColumns -HrAddColumnsEx -FtAddFt -FtAdcFt -FtSubFt -FtMulDw -FtMulDwDw -FtNegFt -FtDivFtBogus -UlAddRef -UlRelease -SzFindCh -SzFindLastCh -SzFindSz -UFromSz -HrGetOneProp -HrSetOneProp -FPropExists -PpropFindProp -FreePadrlist -FreeProws -HrSzFromEntryID -HrEntryIDFromSz -HrComposeEID -HrDecomposeEID -HrComposeMsgID -HrDecomposeMsgID -OpenStreamOnFile -OpenTnefStream -OpenTnefStreamEx -GetTnefStreamCodepage -UlFromSzHex -UNKOBJ_ScAllocate -UNKOBJ_ScAllocateMore -UNKOBJ_Free -UNKOBJ_FreeRows -UNKOBJ_ScCOAllocate -UNKOBJ_ScCOReallocate -UNKOBJ_COFree -UNKOBJ_ScSzFromIdsAlloc -ScCountNotifications -ScCopyNotifications -ScRelocNotifications -ScCountProps -ScCopyProps -ScRelocProps -LpValFindProp -ScDupPropset -FBadRglpszA -FBadRglpszW -FBadRowSet -FBadRglpNameID -FBadPropTag -FBadRow -FBadProp -FBadColumnSet -RTFSync -WrapCompressedRTFStream -__ValidateParameters -__CPPValidateParameters -FBadSortOrderSet -FBadEntryList -FBadRestriction -ScUNCFromLocalPath -ScLocalPathFromUNC -HrIStorageFromStream -HrValidateIPMSubtree -OpenIMsgSession -CloseIMsgSession -OpenIMsgOnIStg -SetAttribIMsgOnIStg -GetAttribIMsgOnIStg -MapStorageSCode -ScMAPIXFromCMC -ScMAPIXFromSMAPI -EncodeID -FDecodeID -CchOfEncoding -CbOfEncoded -MAPISendDocuments -MAPILogon -MAPILogoff -MAPISendMail -MAPISaveMail -MAPIReadMail -MAPIFindNext -MAPIDeleteMail -MAPIAddress -MAPIDetails -MAPIResolveName -BMAPISendMail -BMAPISaveMail -BMAPIReadMail -BMAPIGetReadMail -BMAPIFindNext -BMAPIAddress -BMAPIGetAddress -BMAPIDetails -BMAPIResolveName -cmc_act_on -cmc_free -cmc_list -cmc_logoff -cmc_logon -cmc_look_up -cmc_query_configuration -cmc_read -cmc_send -cmc_send_documents -HrDispatchNotifications -HrValidateParametersV -HrValidateParametersValist -ScCreateConversationIndex -HrGetOmiProvidersFlags -HrSetOmiProvidersFlagsInvalid -GetOutlookVersion -FixMAPI -FGetComponentPath -MAPISendMailW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mapistub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mapistub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mapistub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mapistub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -; -; Definition file of MAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MAPI32.dll" -EXPORTS -ord_8 @8 -MAPILogonEx -MAPIAllocateBuffer -MAPIAllocateMore -MAPIFreeBuffer -MAPIAdminProfiles -MAPIInitialize -MAPIUninitialize -PRProviderInit -LAUNCHWIZARD -LaunchWizard -MAPIOpenFormMgr -MAPIOpenLocalFormContainer -ScInitMapiUtil -DeinitMapiUtil -ScGenerateMuid -HrAllocAdviseSink -WrapProgress -HrThisThreadAdviseSink -ScBinFromHexBounded -FBinFromHex -HexFromBin -BuildDisplayTable -SwapPlong -SwapPword -MAPIInitIdle -MAPIDeinitIdle -InstallFilterHook -FtgRegisterIdleRoutine -EnableIdleRoutine -DeregisterIdleRoutine -ChangeIdleRoutine -MAPIGetDefaultMalloc -CreateIProp -CreateTable -MNLS_lstrlenW -MNLS_lstrcmpW -MNLS_lstrcpyW -MNLS_CompareStringW -MNLS_MultiByteToWideChar -MNLS_WideCharToMultiByte -MNLS_IsBadStringPtrW -FEqualNames -WrapStoreEntryID -IsBadBoundedStringPtr -HrQueryAllRows -PropCopyMore -UlPropSize -FPropContainsProp -FPropCompareProp -LPropCompareProp -HrAddColumns -HrAddColumnsEx -FtAddFt -FtAdcFt -FtSubFt -FtMulDw -FtMulDwDw -FtNegFt -FtDivFtBogus -UlAddRef -UlRelease -SzFindCh -SzFindLastCh -SzFindSz -UFromSz -HrGetOneProp -HrSetOneProp -FPropExists -PpropFindProp -FreePadrlist -FreeProws -HrSzFromEntryID -HrEntryIDFromSz -HrComposeEID -HrDecomposeEID -HrComposeMsgID -HrDecomposeMsgID -OpenStreamOnFile -OpenTnefStream -OpenTnefStreamEx -GetTnefStreamCodepage -UlFromSzHex -UNKOBJ_ScAllocate -UNKOBJ_ScAllocateMore -UNKOBJ_Free -UNKOBJ_FreeRows -UNKOBJ_ScCOAllocate -UNKOBJ_ScCOReallocate -UNKOBJ_COFree -UNKOBJ_ScSzFromIdsAlloc -ScCountNotifications -ScCopyNotifications -ScRelocNotifications -ScCountProps -ScCopyProps -ScRelocProps -LpValFindProp -ScDupPropset -FBadRglpszA -FBadRglpszW -FBadRowSet -FBadRglpNameID -FBadPropTag -FBadRow -FBadProp -FBadColumnSet -RTFSync -WrapCompressedRTFStream -__ValidateParameters -__CPPValidateParameters -FBadSortOrderSet -FBadEntryList -FBadRestriction -ScUNCFromLocalPath -ScLocalPathFromUNC -HrIStorageFromStream -HrValidateIPMSubtree -OpenIMsgSession -CloseIMsgSession -OpenIMsgOnIStg -SetAttribIMsgOnIStg -GetAttribIMsgOnIStg -MapStorageSCode -ScMAPIXFromCMC -ScMAPIXFromSMAPI -EncodeID -FDecodeID -CchOfEncoding -CbOfEncoded -MAPISendDocuments -MAPILogon -MAPILogoff -MAPISendMail -MAPISaveMail -MAPIReadMail -MAPIFindNext -MAPIDeleteMail -MAPIAddress -MAPIDetails -MAPIResolveName -BMAPISendMail -BMAPISaveMail -BMAPIReadMail -BMAPIGetReadMail -BMAPIFindNext -BMAPIAddress -BMAPIGetAddress -BMAPIDetails -BMAPIResolveName -cmc_act_on -cmc_free -cmc_list -cmc_logoff -cmc_logon -cmc_look_up -cmc_query_configuration -cmc_read -cmc_send -cmc_send_documents -HrDispatchNotifications -HrValidateParametersV -HrValidateParametersValist -ScCreateConversationIndex -HrGetOmiProvidersFlags -HrSetOmiProvidersFlagsInvalid -GetOutlookVersion -FixMAPI -FGetComponentPath -MAPISendMailW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mbaexmlparser.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mbaexmlparser.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mbaexmlparser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mbaexmlparser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of MbaeXmlParser.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MbaeXmlParser.DLL" -EXPORTS -??0MbaeXmlParser@@QAA@ABV0@@Z -??0MbaeXmlParser@@QAA@XZ -??4MbaeXmlParser@@QAAAAV0@ABV0@@Z -??_7MbaeXmlParser@@6B@ DATA -?Create@MbaeXmlParser@@SAJPAPAV1@@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mcicda.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mcicda.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mcicda.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mcicda.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MCICDA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MCICDA.dll" -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mciseq.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mciseq.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mciseq.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mciseq.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MCISEQ.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MCISEQ.dll" -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mciwave.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mciwave.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mciwave.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mciwave.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MCIWAVE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MCIWAVE.dll" -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mdminst.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mdminst.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mdminst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mdminst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MDMINST.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MDMINST.dll" -EXPORTS -ClassInstall32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mf3216.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mf3216.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mf3216.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mf3216.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of mf3216.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mf3216.dll" -EXPORTS -ConvertEmfToWmf -Mf3216DllInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc110.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc110.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc110.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc110.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13836 +0,0 @@ -; -; Definition file of mfc110.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mfc110.dll" -EXPORTS -ord_256 @256 -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -ord_270 @270 -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -ord_276 @276 -ord_277 @277 -ord_278 @278 -ord_279 @279 -ord_280 @280 -ord_281 @281 -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_312 @312 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_318 @318 -ord_319 @319 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_326 @326 -ord_327 @327 -ord_328 @328 -ord_329 @329 -ord_330 @330 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_334 @334 -ord_335 @335 -ord_336 @336 -ord_337 @337 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_342 @342 -ord_343 @343 -ord_344 @344 -ord_345 @345 -ord_346 @346 -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_378 @378 -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ord_388 @388 -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -ord_432 @432 -ord_433 @433 -ord_434 @434 -ord_435 @435 -ord_436 @436 -ord_437 @437 -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -ord_446 @446 -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -ord_462 @462 -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -ord_467 @467 -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 -ord_474 @474 -ord_475 @475 -ord_476 @476 -ord_477 @477 -ord_478 @478 -ord_479 @479 -ord_480 @480 -ord_481 @481 -ord_482 @482 -ord_483 @483 -ord_484 @484 -ord_485 @485 -ord_486 @486 -ord_487 @487 -ord_488 @488 -ord_489 @489 -ord_490 @490 -ord_491 @491 -ord_492 @492 -ord_493 @493 -ord_494 @494 -ord_495 @495 -ord_496 @496 -ord_497 @497 -ord_498 @498 -ord_499 @499 -ord_500 @500 -ord_501 @501 -ord_502 @502 -ord_503 @503 -ord_504 @504 -ord_505 @505 -ord_506 @506 -ord_507 @507 -ord_508 @508 -ord_509 @509 -ord_510 @510 -ord_511 @511 -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_525 @525 -ord_526 @526 -ord_527 @527 -ord_528 @528 -ord_529 @529 -ord_530 @530 -ord_531 @531 -ord_532 @532 -ord_533 @533 -ord_534 @534 -ord_535 @535 -ord_536 @536 -ord_537 @537 -ord_538 @538 -ord_539 @539 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_545 @545 -ord_546 @546 -ord_547 @547 -ord_548 @548 -ord_549 @549 -ord_550 @550 -ord_551 @551 -ord_552 @552 -ord_553 @553 -ord_554 @554 -ord_555 @555 -ord_556 @556 -ord_557 @557 -ord_558 @558 -ord_559 @559 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_564 @564 -ord_565 @565 -ord_566 @566 -ord_567 @567 -ord_568 @568 -ord_569 @569 -ord_570 @570 -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 -ord_579 @579 -ord_580 @580 -ord_581 @581 -ord_582 @582 -ord_583 @583 -ord_584 @584 -ord_585 @585 -ord_586 @586 -ord_587 @587 -ord_588 @588 -ord_589 @589 -ord_590 @590 -ord_591 @591 -ord_592 @592 -ord_593 @593 -ord_594 @594 -ord_595 @595 -ord_596 @596 -ord_597 @597 -ord_598 @598 -ord_599 @599 -ord_600 @600 -ord_601 @601 -ord_602 @602 -ord_603 @603 -ord_604 @604 -ord_605 @605 -ord_606 @606 -ord_607 @607 -ord_608 @608 -ord_609 @609 -ord_610 @610 -ord_611 @611 -ord_612 @612 -ord_613 @613 -ord_614 @614 -ord_615 @615 -ord_616 @616 -ord_617 @617 -ord_618 @618 -ord_619 @619 -ord_620 @620 -ord_621 @621 -ord_622 @622 -ord_623 @623 -ord_624 @624 -ord_625 @625 -ord_626 @626 -ord_627 @627 -ord_628 @628 -ord_629 @629 -ord_630 @630 -ord_631 @631 -ord_632 @632 -ord_633 @633 -ord_634 @634 -ord_635 @635 -ord_636 @636 -ord_637 @637 -ord_638 @638 -ord_639 @639 -ord_640 @640 -ord_641 @641 -ord_642 @642 -ord_643 @643 -ord_644 @644 -ord_645 @645 -ord_646 @646 -ord_647 @647 -ord_648 @648 -ord_649 @649 -ord_650 @650 -ord_651 @651 -ord_652 @652 -ord_653 @653 -ord_654 @654 -ord_655 @655 -ord_656 @656 -ord_657 @657 -ord_658 @658 -ord_659 @659 -ord_660 @660 -ord_661 @661 -ord_662 @662 -ord_663 @663 -ord_664 @664 -ord_665 @665 -ord_666 @666 -ord_667 @667 -ord_668 @668 -ord_669 @669 -ord_670 @670 -ord_671 @671 -ord_672 @672 -ord_673 @673 -ord_674 @674 -ord_675 @675 -ord_676 @676 -ord_677 @677 -ord_678 @678 -ord_679 @679 -ord_680 @680 -ord_681 @681 -ord_682 @682 -ord_683 @683 -ord_684 @684 -ord_685 @685 -ord_686 @686 -ord_687 @687 -ord_688 @688 -ord_689 @689 -ord_690 @690 -ord_691 @691 -ord_692 @692 -ord_693 @693 -ord_694 @694 -ord_695 @695 -ord_696 @696 -ord_697 @697 -ord_698 @698 -ord_699 @699 -ord_700 @700 -ord_701 @701 -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_705 @705 -ord_706 @706 -ord_707 @707 -ord_708 @708 -ord_709 @709 -ord_710 @710 -ord_711 @711 -ord_712 @712 -ord_713 @713 -ord_714 @714 -ord_715 @715 -ord_716 @716 -ord_717 @717 -ord_718 @718 -ord_719 @719 -ord_720 @720 -ord_721 @721 -ord_722 @722 -ord_723 @723 -ord_724 @724 -ord_725 @725 -ord_726 @726 -ord_727 @727 -ord_728 @728 -ord_729 @729 -ord_730 @730 -ord_731 @731 -ord_732 @732 -ord_733 @733 -ord_734 @734 -ord_735 @735 -ord_736 @736 -ord_737 @737 -ord_738 @738 -ord_739 @739 -ord_740 @740 -ord_741 @741 -ord_742 @742 -ord_743 @743 -ord_744 @744 -ord_745 @745 -ord_746 @746 -ord_747 @747 -ord_748 @748 -ord_749 @749 -ord_750 @750 -ord_751 @751 -ord_752 @752 -ord_753 @753 -ord_754 @754 -ord_755 @755 -ord_756 @756 -ord_757 @757 -ord_758 @758 -ord_759 @759 -ord_760 @760 -ord_761 @761 -ord_762 @762 -ord_763 @763 -ord_764 @764 -ord_765 @765 -ord_766 @766 -ord_767 @767 -ord_768 @768 -ord_769 @769 -ord_770 @770 -ord_771 @771 -ord_772 @772 -ord_773 @773 -ord_774 @774 -ord_775 @775 -ord_776 @776 -ord_777 @777 -ord_778 @778 -ord_779 @779 -ord_780 @780 -ord_781 @781 -ord_782 @782 -ord_783 @783 -ord_784 @784 -ord_785 @785 -ord_786 @786 -ord_787 @787 -ord_788 @788 -ord_789 @789 -ord_790 @790 -ord_791 @791 -ord_792 @792 -ord_793 @793 -ord_794 @794 -ord_795 @795 -ord_796 @796 -ord_797 @797 -ord_798 @798 -ord_799 @799 -ord_800 @800 -ord_801 @801 -ord_802 @802 -ord_803 @803 -ord_804 @804 -ord_805 @805 -ord_806 @806 -ord_807 @807 -ord_808 @808 -ord_809 @809 -ord_810 @810 -ord_811 @811 -ord_812 @812 -ord_813 @813 -ord_814 @814 -ord_815 @815 -ord_816 @816 -ord_817 @817 -ord_818 @818 -ord_819 @819 -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -ord_824 @824 -ord_825 @825 -ord_826 @826 -ord_827 @827 -ord_828 @828 -ord_829 @829 -ord_830 @830 -ord_831 @831 -ord_832 @832 -ord_833 @833 -ord_834 @834 -ord_835 @835 -ord_836 @836 -ord_837 @837 -ord_838 @838 -ord_839 @839 -ord_840 @840 -ord_841 @841 -ord_842 @842 -ord_843 @843 -ord_844 @844 -ord_845 @845 -ord_846 @846 -ord_847 @847 -ord_848 @848 -ord_849 @849 -ord_850 @850 -ord_851 @851 -ord_852 @852 -ord_853 @853 -ord_854 @854 -ord_855 @855 -ord_856 @856 -ord_857 @857 -ord_858 @858 -ord_859 @859 -ord_860 @860 -ord_861 @861 -ord_862 @862 -ord_863 @863 -ord_864 @864 -ord_865 @865 -ord_866 @866 -ord_867 @867 -ord_868 @868 -ord_869 @869 -ord_870 @870 -ord_871 @871 -ord_872 @872 -ord_873 @873 -ord_874 @874 -ord_875 @875 -ord_876 @876 -ord_877 @877 -ord_878 @878 -ord_879 @879 -ord_880 @880 -ord_881 @881 -ord_882 @882 -ord_883 @883 -ord_884 @884 -ord_885 @885 -ord_886 @886 -ord_887 @887 -ord_888 @888 -ord_889 @889 -ord_890 @890 -ord_891 @891 -ord_892 @892 -ord_893 @893 -ord_894 @894 -ord_895 @895 -ord_896 @896 -ord_897 @897 -ord_898 @898 -ord_899 @899 -ord_900 @900 -ord_901 @901 -ord_902 @902 -ord_903 @903 -ord_904 @904 -ord_905 @905 -ord_906 @906 -ord_907 @907 -ord_908 @908 -ord_909 @909 -ord_910 @910 -ord_911 @911 -ord_912 @912 -ord_913 @913 -ord_914 @914 -ord_915 @915 -ord_916 @916 -ord_917 @917 -ord_918 @918 -ord_919 @919 -ord_920 @920 -ord_921 @921 -ord_922 @922 -ord_923 @923 -ord_924 @924 -ord_925 @925 -ord_926 @926 -ord_927 @927 -ord_928 @928 -ord_929 @929 -ord_930 @930 -ord_931 @931 -ord_932 @932 -ord_933 @933 -ord_934 @934 -ord_935 @935 -ord_936 @936 -ord_937 @937 -ord_938 @938 -ord_939 @939 -ord_940 @940 -ord_941 @941 -ord_942 @942 -ord_943 @943 -ord_944 @944 -ord_945 @945 -ord_946 @946 -ord_947 @947 -ord_948 @948 -ord_949 @949 -ord_950 @950 -ord_951 @951 -ord_952 @952 -ord_953 @953 -ord_954 @954 -ord_955 @955 -ord_956 @956 -ord_957 @957 -ord_958 @958 -ord_959 @959 -ord_960 @960 -ord_961 @961 -ord_962 @962 -ord_963 @963 -ord_964 @964 -ord_965 @965 -ord_966 @966 -ord_967 @967 -ord_968 @968 -ord_969 @969 -ord_970 @970 -ord_971 @971 -ord_972 @972 -ord_973 @973 -ord_974 @974 -ord_975 @975 -ord_976 @976 -ord_977 @977 -ord_978 @978 -ord_979 @979 -ord_980 @980 -ord_981 @981 -ord_982 @982 -ord_983 @983 -ord_984 @984 -ord_985 @985 -ord_986 @986 -ord_987 @987 -ord_988 @988 -ord_989 @989 -ord_990 @990 -ord_991 @991 -ord_992 @992 -ord_993 @993 -ord_994 @994 -ord_995 @995 -ord_996 @996 -ord_997 @997 -ord_998 @998 -ord_999 @999 -ord_1000 @1000 -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -ord_1012 @1012 -ord_1013 @1013 -ord_1014 @1014 -ord_1015 @1015 -ord_1016 @1016 -ord_1017 @1017 -ord_1018 @1018 -ord_1019 @1019 -ord_1020 @1020 -ord_1021 @1021 -ord_1022 @1022 -ord_1023 @1023 -ord_1024 @1024 -ord_1025 @1025 -ord_1026 @1026 -ord_1027 @1027 -ord_1028 @1028 -ord_1029 @1029 -ord_1030 @1030 -ord_1031 @1031 -ord_1032 @1032 -ord_1033 @1033 -ord_1034 @1034 -ord_1035 @1035 -ord_1036 @1036 -ord_1037 @1037 -ord_1038 @1038 -ord_1039 @1039 -ord_1040 @1040 -ord_1041 @1041 -ord_1042 @1042 -ord_1043 @1043 -ord_1044 @1044 -ord_1045 @1045 -ord_1046 @1046 -ord_1047 @1047 -ord_1048 @1048 -ord_1049 @1049 -ord_1050 @1050 -ord_1051 @1051 -ord_1052 @1052 -ord_1053 @1053 -ord_1054 @1054 -ord_1055 @1055 -ord_1056 @1056 -ord_1057 @1057 -ord_1058 @1058 -ord_1059 @1059 -ord_1060 @1060 -ord_1061 @1061 -ord_1062 @1062 -ord_1063 @1063 -ord_1064 @1064 -ord_1065 @1065 -ord_1066 @1066 -ord_1067 @1067 -ord_1068 @1068 -ord_1069 @1069 -ord_1070 @1070 -ord_1071 @1071 -ord_1072 @1072 -ord_1073 @1073 -ord_1074 @1074 -ord_1075 @1075 -ord_1076 @1076 -ord_1077 @1077 -ord_1078 @1078 -ord_1079 @1079 -ord_1080 @1080 -ord_1081 @1081 -ord_1082 @1082 -ord_1083 @1083 -ord_1084 @1084 -ord_1085 @1085 -ord_1086 @1086 -ord_1087 @1087 -ord_1088 @1088 -ord_1089 @1089 -ord_1090 @1090 -ord_1091 @1091 -ord_1092 @1092 -ord_1093 @1093 -ord_1094 @1094 -ord_1095 @1095 -ord_1096 @1096 -ord_1097 @1097 -ord_1098 @1098 -ord_1099 @1099 -ord_1100 @1100 -ord_1101 @1101 -ord_1102 @1102 -ord_1103 @1103 -ord_1104 @1104 -ord_1105 @1105 -ord_1106 @1106 -ord_1107 @1107 -ord_1108 @1108 -ord_1109 @1109 -ord_1110 @1110 -ord_1111 @1111 -ord_1112 @1112 -ord_1113 @1113 -ord_1114 @1114 -ord_1115 @1115 -ord_1116 @1116 -ord_1117 @1117 -ord_1118 @1118 -ord_1119 @1119 -ord_1120 @1120 -ord_1121 @1121 -ord_1122 @1122 -ord_1123 @1123 -ord_1124 @1124 -ord_1125 @1125 -ord_1126 @1126 -ord_1127 @1127 -ord_1128 @1128 -ord_1129 @1129 -ord_1130 @1130 -ord_1131 @1131 -ord_1132 @1132 -ord_1133 @1133 -ord_1134 @1134 -ord_1135 @1135 -ord_1136 @1136 -ord_1137 @1137 -ord_1138 @1138 -ord_1139 @1139 -ord_1140 @1140 -ord_1141 @1141 -ord_1142 @1142 -ord_1143 @1143 -ord_1144 @1144 -ord_1145 @1145 -ord_1146 @1146 -ord_1147 @1147 -ord_1148 @1148 -ord_1149 @1149 -ord_1150 @1150 -ord_1151 @1151 -ord_1152 @1152 -ord_1153 @1153 -ord_1154 @1154 -ord_1155 @1155 -ord_1156 @1156 -ord_1157 @1157 -ord_1158 @1158 -ord_1159 @1159 -ord_1160 @1160 -ord_1161 @1161 -ord_1162 @1162 -ord_1163 @1163 -ord_1164 @1164 -ord_1165 @1165 -ord_1166 @1166 -ord_1167 @1167 -ord_1168 @1168 -ord_1169 @1169 -ord_1170 @1170 -ord_1171 @1171 -ord_1172 @1172 -ord_1173 @1173 -ord_1174 @1174 -ord_1175 @1175 -ord_1176 @1176 -ord_1177 @1177 -ord_1178 @1178 -ord_1179 @1179 -ord_1180 @1180 -ord_1181 @1181 -ord_1182 @1182 -ord_1183 @1183 -ord_1184 @1184 -ord_1185 @1185 -ord_1186 @1186 -ord_1187 @1187 -ord_1188 @1188 -ord_1189 @1189 -ord_1190 @1190 -ord_1191 @1191 -ord_1192 @1192 -ord_1193 @1193 -ord_1194 @1194 -ord_1195 @1195 -ord_1196 @1196 -ord_1197 @1197 -ord_1198 @1198 -ord_1199 @1199 -ord_1200 @1200 -ord_1201 @1201 -ord_1202 @1202 -ord_1203 @1203 -ord_1204 @1204 -ord_1205 @1205 -ord_1206 @1206 -ord_1207 @1207 -ord_1208 @1208 -ord_1209 @1209 -ord_1210 @1210 -ord_1211 @1211 -ord_1212 @1212 -ord_1213 @1213 -ord_1214 @1214 -ord_1215 @1215 -ord_1216 @1216 -ord_1217 @1217 -ord_1218 @1218 -ord_1219 @1219 -ord_1220 @1220 -ord_1221 @1221 -ord_1222 @1222 -ord_1223 @1223 -ord_1224 @1224 -ord_1225 @1225 -ord_1226 @1226 -ord_1227 @1227 -ord_1228 @1228 -ord_1229 @1229 -ord_1230 @1230 -ord_1231 @1231 -ord_1232 @1232 -ord_1233 @1233 -ord_1234 @1234 -ord_1235 @1235 -ord_1236 @1236 -ord_1237 @1237 -ord_1238 @1238 -ord_1239 @1239 -ord_1240 @1240 -ord_1241 @1241 -ord_1242 @1242 -ord_1243 @1243 -ord_1244 @1244 -ord_1245 @1245 -ord_1246 @1246 -ord_1247 @1247 -ord_1248 @1248 -ord_1249 @1249 -ord_1250 @1250 -ord_1251 @1251 -ord_1252 @1252 -ord_1253 @1253 -ord_1254 @1254 -ord_1255 @1255 -ord_1256 @1256 -ord_1257 @1257 -ord_1258 @1258 -ord_1259 @1259 -ord_1260 @1260 -ord_1261 @1261 -ord_1262 @1262 -ord_1263 @1263 -ord_1264 @1264 -ord_1265 @1265 -ord_1266 @1266 -ord_1267 @1267 -ord_1268 @1268 -ord_1269 @1269 -ord_1270 @1270 -ord_1271 @1271 -ord_1272 @1272 -ord_1273 @1273 -ord_1274 @1274 -ord_1275 @1275 -ord_1276 @1276 -ord_1277 @1277 -ord_1278 @1278 -ord_1279 @1279 -ord_1280 @1280 -ord_1281 @1281 -ord_1282 @1282 -ord_1283 @1283 -ord_1284 @1284 -ord_1285 @1285 -ord_1286 @1286 -ord_1287 @1287 -ord_1288 @1288 -ord_1289 @1289 -ord_1290 @1290 -ord_1291 @1291 -ord_1292 @1292 -ord_1293 @1293 -ord_1294 @1294 -ord_1295 @1295 -ord_1296 @1296 -ord_1297 @1297 -ord_1298 @1298 -ord_1299 @1299 -ord_1300 @1300 -ord_1301 @1301 -ord_1302 @1302 -ord_1303 @1303 -ord_1304 @1304 -ord_1305 @1305 -ord_1306 @1306 -ord_1307 @1307 -ord_1308 @1308 -ord_1309 @1309 -ord_1310 @1310 -ord_1311 @1311 -ord_1312 @1312 -ord_1313 @1313 -ord_1314 @1314 -ord_1315 @1315 -ord_1316 @1316 -ord_1317 @1317 -ord_1318 @1318 -ord_1319 @1319 -ord_1320 @1320 -ord_1321 @1321 -ord_1322 @1322 -ord_1323 @1323 -ord_1324 @1324 -ord_1325 @1325 -ord_1326 @1326 -ord_1327 @1327 -ord_1328 @1328 -ord_1329 @1329 -ord_1330 @1330 -ord_1331 @1331 -ord_1332 @1332 -ord_1333 @1333 -ord_1334 @1334 -ord_1335 @1335 -ord_1336 @1336 -ord_1337 @1337 -ord_1338 @1338 -ord_1339 @1339 -ord_1340 @1340 -ord_1341 @1341 -ord_1342 @1342 -ord_1343 @1343 -ord_1344 @1344 -ord_1345 @1345 -ord_1346 @1346 -ord_1347 @1347 -ord_1348 @1348 -ord_1349 @1349 -ord_1350 @1350 -ord_1351 @1351 -ord_1352 @1352 -ord_1353 @1353 -ord_1354 @1354 -ord_1355 @1355 -ord_1356 @1356 -ord_1357 @1357 -ord_1358 @1358 -ord_1359 @1359 -ord_1360 @1360 -ord_1361 @1361 -ord_1362 @1362 -ord_1363 @1363 -ord_1364 @1364 -ord_1365 @1365 -ord_1366 @1366 -ord_1367 @1367 -ord_1368 @1368 -ord_1369 @1369 -ord_1370 @1370 -ord_1371 @1371 -ord_1372 @1372 -ord_1373 @1373 -ord_1374 @1374 -ord_1375 @1375 -ord_1376 @1376 -ord_1377 @1377 -ord_1378 @1378 -ord_1379 @1379 -ord_1380 @1380 -ord_1381 @1381 -ord_1382 @1382 -ord_1383 @1383 -ord_1384 @1384 -ord_1385 @1385 -ord_1386 @1386 -ord_1387 @1387 -ord_1388 @1388 -ord_1389 @1389 -ord_1390 @1390 -ord_1391 @1391 -ord_1392 @1392 -ord_1393 @1393 -ord_1394 @1394 -ord_1395 @1395 -ord_1396 @1396 -ord_1397 @1397 -ord_1398 @1398 -ord_1399 @1399 -ord_1400 @1400 -ord_1401 @1401 -ord_1402 @1402 -ord_1403 @1403 -ord_1404 @1404 -ord_1405 @1405 -ord_1406 @1406 -ord_1407 @1407 -ord_1408 @1408 -ord_1409 @1409 -ord_1410 @1410 -ord_1411 @1411 -ord_1412 @1412 -ord_1413 @1413 -ord_1414 @1414 -ord_1415 @1415 -ord_1416 @1416 -ord_1417 @1417 -ord_1418 @1418 -ord_1419 @1419 -ord_1420 @1420 -ord_1421 @1421 -ord_1422 @1422 -ord_1423 @1423 -ord_1424 @1424 -ord_1425 @1425 -ord_1426 @1426 -ord_1427 @1427 -ord_1428 @1428 -ord_1429 @1429 -ord_1430 @1430 -ord_1431 @1431 -ord_1432 @1432 -ord_1433 @1433 -ord_1434 @1434 -ord_1435 @1435 -ord_1436 @1436 -ord_1437 @1437 -ord_1438 @1438 -ord_1439 @1439 -ord_1440 @1440 -ord_1441 @1441 -ord_1442 @1442 -ord_1443 @1443 -ord_1444 @1444 -ord_1445 @1445 -ord_1446 @1446 -ord_1447 @1447 -ord_1448 @1448 -ord_1449 @1449 -ord_1450 @1450 -ord_1451 @1451 -ord_1452 @1452 -ord_1453 @1453 -ord_1454 @1454 -ord_1455 @1455 -ord_1456 @1456 -ord_1457 @1457 -ord_1458 @1458 -ord_1459 @1459 -ord_1460 @1460 -ord_1461 @1461 -ord_1462 @1462 -ord_1463 @1463 -ord_1464 @1464 -ord_1465 @1465 -ord_1466 @1466 -ord_1467 @1467 -ord_1468 @1468 -ord_1469 @1469 -ord_1470 @1470 -ord_1471 @1471 -ord_1472 @1472 -ord_1473 @1473 -ord_1474 @1474 -ord_1475 @1475 -ord_1476 @1476 -ord_1477 @1477 -ord_1478 @1478 -ord_1479 @1479 -ord_1480 @1480 -ord_1481 @1481 -ord_1482 @1482 -ord_1483 @1483 -ord_1484 @1484 -ord_1485 @1485 -ord_1486 @1486 -ord_1487 @1487 -ord_1488 @1488 -ord_1489 @1489 -ord_1490 @1490 -ord_1491 @1491 -ord_1492 @1492 -ord_1493 @1493 -ord_1494 @1494 -ord_1495 @1495 -ord_1496 @1496 -ord_1497 @1497 -ord_1498 @1498 -ord_1499 @1499 -ord_1500 @1500 -ord_1501 @1501 -ord_1502 @1502 -ord_1503 @1503 -ord_1504 @1504 -ord_1505 @1505 -ord_1506 @1506 -ord_1507 @1507 -ord_1508 @1508 -ord_1509 @1509 -ord_1510 @1510 -ord_1511 @1511 -ord_1512 @1512 -ord_1513 @1513 -ord_1514 @1514 -ord_1515 @1515 -ord_1516 @1516 -ord_1517 @1517 -ord_1518 @1518 -ord_1519 @1519 -ord_1520 @1520 -ord_1521 @1521 -ord_1522 @1522 -ord_1523 @1523 -ord_1524 @1524 -ord_1525 @1525 -ord_1526 @1526 -ord_1527 @1527 -ord_1528 @1528 -ord_1529 @1529 -ord_1530 @1530 -ord_1531 @1531 -ord_1532 @1532 -ord_1533 @1533 -ord_1534 @1534 -ord_1535 @1535 -ord_1536 @1536 -ord_1537 @1537 -ord_1538 @1538 -ord_1539 @1539 -ord_1540 @1540 -ord_1541 @1541 -ord_1542 @1542 -ord_1543 @1543 -ord_1544 @1544 -ord_1545 @1545 -ord_1546 @1546 -ord_1547 @1547 -ord_1548 @1548 -ord_1549 @1549 -ord_1550 @1550 -ord_1551 @1551 -ord_1552 @1552 -ord_1553 @1553 -ord_1554 @1554 -ord_1555 @1555 -ord_1556 @1556 -ord_1557 @1557 -ord_1558 @1558 -ord_1559 @1559 -ord_1560 @1560 -ord_1561 @1561 -ord_1562 @1562 -ord_1563 @1563 -ord_1564 @1564 -ord_1565 @1565 -ord_1566 @1566 -ord_1567 @1567 -ord_1568 @1568 -ord_1569 @1569 -ord_1570 @1570 -ord_1571 @1571 -ord_1572 @1572 -ord_1573 @1573 -ord_1574 @1574 -ord_1575 @1575 -ord_1576 @1576 -ord_1577 @1577 -ord_1578 @1578 -ord_1579 @1579 -ord_1580 @1580 -ord_1581 @1581 -ord_1582 @1582 -ord_1583 @1583 -ord_1584 @1584 -ord_1585 @1585 -ord_1586 @1586 -ord_1587 @1587 -ord_1588 @1588 -ord_1589 @1589 -ord_1590 @1590 -ord_1591 @1591 -ord_1592 @1592 -ord_1593 @1593 -ord_1594 @1594 -ord_1595 @1595 -ord_1596 @1596 -ord_1597 @1597 -ord_1598 @1598 -ord_1599 @1599 -ord_1600 @1600 -ord_1601 @1601 -ord_1602 @1602 -ord_1603 @1603 -ord_1604 @1604 -ord_1605 @1605 -ord_1606 @1606 -ord_1607 @1607 -ord_1608 @1608 -ord_1609 @1609 -ord_1610 @1610 -ord_1611 @1611 -ord_1612 @1612 -ord_1613 @1613 -ord_1614 @1614 -ord_1615 @1615 -ord_1616 @1616 -ord_1617 @1617 -ord_1618 @1618 -ord_1619 @1619 -ord_1620 @1620 -ord_1621 @1621 -ord_1622 @1622 -ord_1623 @1623 -ord_1624 @1624 -ord_1625 @1625 -ord_1626 @1626 -ord_1627 @1627 -ord_1628 @1628 -ord_1629 @1629 -ord_1630 @1630 -ord_1631 @1631 -ord_1632 @1632 -ord_1633 @1633 -ord_1634 @1634 -ord_1635 @1635 -ord_1636 @1636 -ord_1637 @1637 -ord_1638 @1638 -ord_1639 @1639 -ord_1640 @1640 -ord_1641 @1641 -ord_1642 @1642 -ord_1643 @1643 -ord_1644 @1644 -ord_1645 @1645 -ord_1646 @1646 -ord_1647 @1647 -ord_1648 @1648 -ord_1649 @1649 -ord_1650 @1650 -ord_1651 @1651 -ord_1652 @1652 -ord_1653 @1653 -ord_1654 @1654 -ord_1655 @1655 -ord_1656 @1656 -ord_1657 @1657 -ord_1658 @1658 -ord_1659 @1659 -ord_1660 @1660 -ord_1661 @1661 -ord_1662 @1662 -ord_1663 @1663 -ord_1664 @1664 -ord_1665 @1665 -ord_1666 @1666 -ord_1667 @1667 -ord_1668 @1668 -ord_1669 @1669 -ord_1670 @1670 -ord_1671 @1671 -ord_1672 @1672 -ord_1673 @1673 -ord_1674 @1674 -ord_1675 @1675 -ord_1676 @1676 -ord_1677 @1677 -ord_1678 @1678 -ord_1679 @1679 -ord_1680 @1680 -ord_1681 @1681 -ord_1682 @1682 -ord_1683 @1683 -ord_1684 @1684 -ord_1685 @1685 -ord_1686 @1686 -ord_1687 @1687 -ord_1688 @1688 -ord_1689 @1689 -ord_1690 @1690 -ord_1691 @1691 -ord_1692 @1692 -ord_1693 @1693 -ord_1694 @1694 -ord_1695 @1695 -ord_1696 @1696 -ord_1697 @1697 -ord_1698 @1698 -ord_1699 @1699 -ord_1700 @1700 -ord_1701 @1701 -ord_1702 @1702 -ord_1703 @1703 -ord_1704 @1704 -ord_1705 @1705 -ord_1706 @1706 -ord_1707 @1707 -ord_1708 @1708 -ord_1709 @1709 -ord_1710 @1710 -ord_1711 @1711 -ord_1712 @1712 -ord_1713 @1713 -ord_1714 @1714 -ord_1715 @1715 -ord_1716 @1716 -ord_1717 @1717 -ord_1718 @1718 -ord_1719 @1719 -ord_1720 @1720 -ord_1721 @1721 -ord_1722 @1722 -ord_1723 @1723 -ord_1724 @1724 -ord_1725 @1725 -ord_1726 @1726 -ord_1727 @1727 -ord_1728 @1728 -ord_1729 @1729 -ord_1730 @1730 -ord_1731 @1731 -ord_1732 @1732 -ord_1733 @1733 -ord_1734 @1734 -ord_1735 @1735 -ord_1736 @1736 -ord_1737 @1737 -ord_1738 @1738 -ord_1739 @1739 -ord_1740 @1740 -ord_1741 @1741 -ord_1742 @1742 -ord_1743 @1743 -ord_1744 @1744 -ord_1745 @1745 -ord_1746 @1746 -ord_1747 @1747 -ord_1748 @1748 -ord_1749 @1749 -ord_1750 @1750 -ord_1751 @1751 -ord_1752 @1752 -ord_1753 @1753 -ord_1754 @1754 -ord_1755 @1755 -ord_1756 @1756 -ord_1757 @1757 -ord_1758 @1758 -ord_1759 @1759 -ord_1760 @1760 -ord_1761 @1761 -ord_1762 @1762 -ord_1763 @1763 -ord_1764 @1764 -ord_1765 @1765 -ord_1766 @1766 -ord_1767 @1767 -ord_1768 @1768 -ord_1769 @1769 -ord_1770 @1770 -ord_1771 @1771 -ord_1772 @1772 -ord_1773 @1773 -ord_1774 @1774 -ord_1775 @1775 -ord_1776 @1776 -ord_1777 @1777 -ord_1778 @1778 -ord_1779 @1779 -ord_1780 @1780 -ord_1781 @1781 -ord_1782 @1782 -ord_1783 @1783 -ord_1784 @1784 -ord_1785 @1785 -ord_1786 @1786 -ord_1787 @1787 -ord_1788 @1788 -ord_1789 @1789 -ord_1790 @1790 -ord_1791 @1791 -ord_1792 @1792 -ord_1793 @1793 -ord_1794 @1794 -ord_1795 @1795 -ord_1796 @1796 -ord_1797 @1797 -ord_1798 @1798 -ord_1799 @1799 -ord_1800 @1800 -ord_1801 @1801 -ord_1802 @1802 -ord_1803 @1803 -ord_1804 @1804 -ord_1805 @1805 -ord_1806 @1806 -ord_1807 @1807 -ord_1808 @1808 -ord_1809 @1809 -ord_1810 @1810 -ord_1811 @1811 -ord_1812 @1812 -ord_1813 @1813 -ord_1814 @1814 -ord_1815 @1815 -ord_1816 @1816 -ord_1817 @1817 -ord_1818 @1818 -ord_1819 @1819 -ord_1820 @1820 -ord_1821 @1821 -ord_1822 @1822 -ord_1823 @1823 -ord_1824 @1824 -ord_1825 @1825 -ord_1826 @1826 -ord_1827 @1827 -ord_1828 @1828 -ord_1829 @1829 -ord_1830 @1830 -ord_1831 @1831 -ord_1832 @1832 -ord_1833 @1833 -ord_1834 @1834 -ord_1835 @1835 -ord_1836 @1836 -ord_1837 @1837 -ord_1838 @1838 -ord_1839 @1839 -ord_1840 @1840 -ord_1841 @1841 -ord_1842 @1842 -ord_1843 @1843 -ord_1844 @1844 -ord_1845 @1845 -ord_1846 @1846 -ord_1847 @1847 -ord_1848 @1848 -ord_1849 @1849 -ord_1850 @1850 -ord_1851 @1851 -ord_1852 @1852 -ord_1853 @1853 -ord_1854 @1854 -ord_1855 @1855 -ord_1856 @1856 -ord_1857 @1857 -ord_1858 @1858 -ord_1859 @1859 -ord_1860 @1860 -ord_1861 @1861 -ord_1862 @1862 -ord_1863 @1863 -ord_1864 @1864 -ord_1865 @1865 -ord_1866 @1866 -ord_1867 @1867 -ord_1868 @1868 -ord_1869 @1869 -ord_1870 @1870 -ord_1871 @1871 -ord_1872 @1872 -ord_1873 @1873 -ord_1874 @1874 -ord_1875 @1875 -ord_1876 @1876 -ord_1877 @1877 -ord_1878 @1878 -ord_1879 @1879 -ord_1880 @1880 -ord_1881 @1881 -ord_1882 @1882 -ord_1883 @1883 -ord_1884 @1884 -ord_1885 @1885 -ord_1886 @1886 -ord_1887 @1887 -ord_1888 @1888 -ord_1889 @1889 -ord_1890 @1890 -ord_1891 @1891 -ord_1892 @1892 -ord_1893 @1893 -ord_1894 @1894 -ord_1895 @1895 -ord_1896 @1896 -ord_1897 @1897 -ord_1898 @1898 -ord_1899 @1899 -ord_1900 @1900 -ord_1901 @1901 -ord_1902 @1902 -ord_1903 @1903 -ord_1904 @1904 -ord_1905 @1905 -ord_1906 @1906 -ord_1907 @1907 -ord_1908 @1908 -ord_1909 @1909 -ord_1910 @1910 -ord_1911 @1911 -ord_1912 @1912 -ord_1913 @1913 -ord_1914 @1914 -ord_1915 @1915 -ord_1916 @1916 -ord_1917 @1917 -ord_1918 @1918 -ord_1919 @1919 -ord_1920 @1920 -ord_1921 @1921 -ord_1922 @1922 -ord_1923 @1923 -ord_1924 @1924 -ord_1925 @1925 -ord_1926 @1926 -ord_1927 @1927 -ord_1928 @1928 -ord_1929 @1929 -ord_1930 @1930 -ord_1931 @1931 -ord_1932 @1932 -ord_1933 @1933 -ord_1934 @1934 -ord_1935 @1935 -ord_1936 @1936 -ord_1937 @1937 -ord_1938 @1938 -ord_1939 @1939 -ord_1940 @1940 -ord_1941 @1941 -ord_1942 @1942 -ord_1943 @1943 -ord_1944 @1944 -ord_1945 @1945 -ord_1946 @1946 -ord_1947 @1947 -ord_1948 @1948 -ord_1949 @1949 -ord_1950 @1950 -ord_1951 @1951 -ord_1952 @1952 -ord_1953 @1953 -ord_1954 @1954 -ord_1955 @1955 -ord_1956 @1956 -ord_1957 @1957 -ord_1958 @1958 -ord_1959 @1959 -ord_1960 @1960 -ord_1961 @1961 -ord_1962 @1962 -ord_1963 @1963 -ord_1964 @1964 -ord_1965 @1965 -ord_1966 @1966 -ord_1967 @1967 -ord_1968 @1968 -ord_1969 @1969 -ord_1970 @1970 -ord_1971 @1971 -ord_1972 @1972 -ord_1973 @1973 -ord_1974 @1974 -ord_1975 @1975 -ord_1976 @1976 -ord_1977 @1977 -ord_1978 @1978 -ord_1979 @1979 -ord_1980 @1980 -ord_1981 @1981 -ord_1982 @1982 -ord_1983 @1983 -ord_1984 @1984 -ord_1985 @1985 -ord_1986 @1986 -ord_1987 @1987 -ord_1988 @1988 -ord_1989 @1989 -ord_1990 @1990 -ord_1991 @1991 -ord_1992 @1992 -ord_1993 @1993 -ord_1994 @1994 -ord_1995 @1995 -ord_1996 @1996 -ord_1997 @1997 -ord_1998 @1998 -ord_1999 @1999 -ord_2000 @2000 -ord_2001 @2001 -ord_2002 @2002 -ord_2003 @2003 -ord_2004 @2004 -ord_2005 @2005 -ord_2006 @2006 -ord_2007 @2007 -ord_2008 @2008 -ord_2009 @2009 -ord_2010 @2010 -ord_2011 @2011 -ord_2012 @2012 -ord_2013 @2013 -ord_2014 @2014 -ord_2015 @2015 -ord_2016 @2016 -ord_2017 @2017 -ord_2018 @2018 -ord_2019 @2019 -ord_2020 @2020 -ord_2021 @2021 -ord_2022 @2022 -ord_2023 @2023 -ord_2024 @2024 -ord_2025 @2025 -ord_2026 @2026 -ord_2027 @2027 -ord_2028 @2028 -ord_2029 @2029 -ord_2030 @2030 -ord_2031 @2031 -ord_2032 @2032 -ord_2033 @2033 -ord_2034 @2034 -ord_2035 @2035 -ord_2036 @2036 -ord_2037 @2037 -ord_2038 @2038 -ord_2039 @2039 -ord_2040 @2040 -ord_2041 @2041 -ord_2042 @2042 -ord_2043 @2043 -ord_2044 @2044 -ord_2045 @2045 -ord_2046 @2046 -ord_2047 @2047 DATA -ord_2048 @2048 DATA -ord_2049 @2049 DATA -ord_2050 @2050 DATA -ord_2051 @2051 DATA -ord_2052 @2052 DATA -ord_2053 @2053 DATA -ord_2054 @2054 DATA -ord_2055 @2055 DATA -ord_2056 @2056 DATA -ord_2057 @2057 DATA -ord_2058 @2058 DATA -ord_2059 @2059 DATA -ord_2060 @2060 DATA -ord_2061 @2061 DATA -ord_2062 @2062 DATA -ord_2063 @2063 DATA -ord_2064 @2064 DATA -ord_2065 @2065 DATA -ord_2066 @2066 DATA -ord_2067 @2067 DATA -ord_2068 @2068 DATA -ord_2069 @2069 DATA -ord_2070 @2070 DATA -ord_2071 @2071 DATA -ord_2072 @2072 DATA -ord_2073 @2073 DATA -ord_2074 @2074 DATA -ord_2075 @2075 DATA -ord_2076 @2076 DATA -ord_2077 @2077 DATA -ord_2078 @2078 DATA -ord_2079 @2079 DATA -ord_2080 @2080 DATA -ord_2081 @2081 DATA -ord_2082 @2082 DATA -ord_2083 @2083 DATA -ord_2084 @2084 DATA -ord_2085 @2085 DATA -ord_2086 @2086 DATA -ord_2087 @2087 DATA -ord_2088 @2088 -ord_2089 @2089 -ord_2090 @2090 -ord_2091 @2091 -ord_2092 @2092 -ord_2093 @2093 -ord_2094 @2094 -ord_2095 @2095 -ord_2096 @2096 -ord_2097 @2097 -ord_2098 @2098 -ord_2099 @2099 -ord_2100 @2100 -ord_2101 @2101 -ord_2102 @2102 -ord_2103 @2103 -ord_2104 @2104 -ord_2105 @2105 -ord_2106 @2106 -ord_2107 @2107 -ord_2108 @2108 -ord_2109 @2109 -ord_2110 @2110 -ord_2111 @2111 DATA -ord_2112 @2112 -ord_2113 @2113 -ord_2114 @2114 -ord_2115 @2115 -ord_2116 @2116 -ord_2117 @2117 -ord_2118 @2118 -ord_2119 @2119 -ord_2120 @2120 -ord_2121 @2121 -ord_2122 @2122 -ord_2123 @2123 -ord_2124 @2124 -ord_2125 @2125 -ord_2126 @2126 -ord_2127 @2127 -ord_2128 @2128 -ord_2129 @2129 -ord_2130 @2130 -ord_2131 @2131 -ord_2132 @2132 -ord_2133 @2133 -ord_2134 @2134 -ord_2135 @2135 -ord_2136 @2136 -ord_2137 @2137 -ord_2138 @2138 -ord_2139 @2139 -ord_2140 @2140 -ord_2141 @2141 -ord_2142 @2142 -ord_2143 @2143 -ord_2144 @2144 -ord_2145 @2145 -ord_2146 @2146 -ord_2147 @2147 -ord_2148 @2148 -ord_2149 @2149 -ord_2150 @2150 -ord_2151 @2151 -ord_2152 @2152 -ord_2153 @2153 -ord_2154 @2154 -ord_2155 @2155 -ord_2156 @2156 -ord_2157 @2157 -ord_2158 @2158 -ord_2159 @2159 -ord_2160 @2160 -ord_2161 @2161 -ord_2162 @2162 -ord_2163 @2163 -ord_2164 @2164 -ord_2165 @2165 -ord_2166 @2166 -ord_2167 @2167 -ord_2168 @2168 DATA -ord_2169 @2169 -ord_2170 @2170 -ord_2171 @2171 -ord_2172 @2172 DATA -ord_2173 @2173 -ord_2174 @2174 -ord_2175 @2175 -ord_2176 @2176 -ord_2177 @2177 -ord_2178 @2178 -ord_2179 @2179 -ord_2180 @2180 -ord_2181 @2181 -ord_2182 @2182 -ord_2183 @2183 -ord_2184 @2184 -ord_2185 @2185 -ord_2186 @2186 -ord_2187 @2187 -ord_2188 @2188 -ord_2189 @2189 -ord_2190 @2190 -ord_2191 @2191 -ord_2192 @2192 -ord_2193 @2193 -ord_2194 @2194 -ord_2195 @2195 -ord_2196 @2196 -ord_2197 @2197 -ord_2198 @2198 DATA -ord_2199 @2199 -ord_2200 @2200 -ord_2201 @2201 -ord_2202 @2202 -ord_2203 @2203 -ord_2204 @2204 -ord_2205 @2205 -ord_2206 @2206 -ord_2207 @2207 -ord_2208 @2208 -ord_2209 @2209 -ord_2210 @2210 -ord_2211 @2211 -ord_2212 @2212 -ord_2213 @2213 -ord_2214 @2214 -ord_2215 @2215 -ord_2216 @2216 -ord_2217 @2217 -ord_2218 @2218 -ord_2219 @2219 -ord_2220 @2220 -ord_2221 @2221 -ord_2222 @2222 -ord_2223 @2223 -ord_2224 @2224 -ord_2225 @2225 -ord_2226 @2226 -ord_2227 @2227 -ord_2228 @2228 -ord_2229 @2229 -ord_2230 @2230 -ord_2231 @2231 -ord_2232 @2232 -ord_2233 @2233 -ord_2234 @2234 -ord_2235 @2235 -ord_2236 @2236 -ord_2237 @2237 -ord_2238 @2238 -ord_2239 @2239 -ord_2240 @2240 -ord_2241 @2241 -ord_2242 @2242 -ord_2243 @2243 -ord_2244 @2244 -ord_2245 @2245 -ord_2246 @2246 -ord_2247 @2247 -ord_2248 @2248 -ord_2249 @2249 -ord_2250 @2250 -ord_2251 @2251 -ord_2252 @2252 -ord_2253 @2253 -ord_2254 @2254 -ord_2255 @2255 -ord_2256 @2256 -ord_2257 @2257 -ord_2258 @2258 -ord_2259 @2259 -ord_2260 @2260 -ord_2261 @2261 -ord_2262 @2262 -ord_2263 @2263 -ord_2264 @2264 -ord_2265 @2265 -ord_2266 @2266 -ord_2267 @2267 -ord_2268 @2268 -ord_2269 @2269 -ord_2270 @2270 -ord_2271 @2271 -ord_2272 @2272 -ord_2273 @2273 -ord_2274 @2274 -ord_2275 @2275 -ord_2276 @2276 -ord_2277 @2277 -ord_2278 @2278 -ord_2279 @2279 -ord_2280 @2280 -ord_2281 @2281 -ord_2282 @2282 -ord_2283 @2283 -ord_2284 @2284 -ord_2285 @2285 -ord_2286 @2286 -ord_2287 @2287 -ord_2288 @2288 -ord_2289 @2289 -ord_2290 @2290 -ord_2291 @2291 -ord_2292 @2292 -ord_2293 @2293 -ord_2294 @2294 -ord_2295 @2295 -ord_2296 @2296 -ord_2297 @2297 -ord_2298 @2298 -ord_2299 @2299 -ord_2300 @2300 -ord_2301 @2301 -ord_2302 @2302 -ord_2303 @2303 -ord_2304 @2304 -ord_2305 @2305 -ord_2306 @2306 -ord_2307 @2307 -ord_2308 @2308 -ord_2309 @2309 -ord_2310 @2310 -ord_2311 @2311 -ord_2312 @2312 -ord_2313 @2313 -ord_2314 @2314 DATA -ord_2315 @2315 -ord_2316 @2316 -ord_2317 @2317 -ord_2318 @2318 -ord_2319 @2319 -ord_2320 @2320 -ord_2321 @2321 -ord_2322 @2322 -ord_2323 @2323 -ord_2324 @2324 -ord_2325 @2325 -ord_2326 @2326 -ord_2327 @2327 -ord_2328 @2328 -ord_2329 @2329 -ord_2330 @2330 -ord_2331 @2331 -ord_2332 @2332 -ord_2333 @2333 -ord_2334 @2334 -ord_2335 @2335 -ord_2336 @2336 -ord_2337 @2337 -ord_2338 @2338 -ord_2339 @2339 -ord_2340 @2340 -ord_2341 @2341 -ord_2342 @2342 -ord_2343 @2343 -ord_2344 @2344 -ord_2345 @2345 -ord_2346 @2346 -ord_2347 @2347 -ord_2348 @2348 -ord_2349 @2349 -ord_2350 @2350 -ord_2351 @2351 -ord_2352 @2352 -ord_2353 @2353 -ord_2354 @2354 -ord_2355 @2355 -ord_2356 @2356 -ord_2357 @2357 -ord_2358 @2358 -ord_2359 @2359 -ord_2360 @2360 -ord_2361 @2361 -ord_2362 @2362 -ord_2363 @2363 -ord_2364 @2364 -ord_2365 @2365 -ord_2366 @2366 -ord_2367 @2367 -ord_2368 @2368 -ord_2369 @2369 -ord_2370 @2370 -ord_2371 @2371 -ord_2372 @2372 -ord_2373 @2373 -ord_2374 @2374 -ord_2375 @2375 -ord_2376 @2376 -ord_2377 @2377 -ord_2378 @2378 -ord_2379 @2379 -ord_2380 @2380 -ord_2381 @2381 -ord_2382 @2382 -ord_2383 @2383 -ord_2384 @2384 -ord_2385 @2385 -ord_2386 @2386 -ord_2387 @2387 -ord_2388 @2388 -ord_2389 @2389 -ord_2390 @2390 -ord_2391 @2391 -ord_2392 @2392 -ord_2393 @2393 -ord_2394 @2394 -ord_2395 @2395 -ord_2396 @2396 -ord_2397 @2397 -ord_2398 @2398 -ord_2399 @2399 -ord_2400 @2400 -ord_2401 @2401 -ord_2402 @2402 -ord_2403 @2403 -ord_2404 @2404 -ord_2405 @2405 -ord_2406 @2406 -ord_2407 @2407 -ord_2408 @2408 -ord_2409 @2409 -ord_2410 @2410 -ord_2411 @2411 -ord_2412 @2412 -ord_2413 @2413 -ord_2414 @2414 -ord_2415 @2415 -ord_2416 @2416 -ord_2417 @2417 -ord_2418 @2418 -ord_2419 @2419 -ord_2420 @2420 -ord_2421 @2421 -ord_2422 @2422 -ord_2423 @2423 -ord_2424 @2424 -ord_2425 @2425 -ord_2426 @2426 -ord_2427 @2427 -ord_2428 @2428 -ord_2429 @2429 -ord_2430 @2430 -ord_2431 @2431 -ord_2432 @2432 -ord_2433 @2433 -ord_2434 @2434 -ord_2435 @2435 -ord_2436 @2436 -ord_2437 @2437 -ord_2438 @2438 -ord_2439 @2439 -ord_2440 @2440 -ord_2441 @2441 -ord_2442 @2442 -ord_2443 @2443 -ord_2444 @2444 -ord_2445 @2445 -ord_2446 @2446 -ord_2447 @2447 -ord_2448 @2448 -ord_2449 @2449 -ord_2450 @2450 -ord_2451 @2451 -ord_2452 @2452 -ord_2453 @2453 -ord_2454 @2454 -ord_2455 @2455 -ord_2456 @2456 -ord_2457 @2457 -ord_2458 @2458 -ord_2459 @2459 -ord_2460 @2460 -ord_2461 @2461 -ord_2462 @2462 -ord_2463 @2463 -ord_2464 @2464 -ord_2465 @2465 -ord_2466 @2466 -ord_2467 @2467 -ord_2468 @2468 -ord_2469 @2469 -ord_2470 @2470 -ord_2471 @2471 -ord_2472 @2472 -ord_2473 @2473 -ord_2474 @2474 -ord_2475 @2475 -ord_2476 @2476 -ord_2477 @2477 -ord_2478 @2478 -ord_2479 @2479 -ord_2480 @2480 -ord_2481 @2481 -ord_2482 @2482 -ord_2483 @2483 -ord_2484 @2484 -ord_2485 @2485 -ord_2486 @2486 -ord_2487 @2487 -ord_2488 @2488 -ord_2489 @2489 -ord_2490 @2490 -ord_2491 @2491 -ord_2492 @2492 -ord_2493 @2493 -ord_2494 @2494 -ord_2495 @2495 -ord_2496 @2496 -ord_2497 @2497 -ord_2498 @2498 -ord_2499 @2499 -ord_2500 @2500 -ord_2501 @2501 -ord_2502 @2502 -ord_2503 @2503 -ord_2504 @2504 -ord_2505 @2505 -ord_2506 @2506 -ord_2507 @2507 -ord_2508 @2508 -ord_2509 @2509 -ord_2510 @2510 -ord_2511 @2511 -ord_2512 @2512 -ord_2513 @2513 -ord_2514 @2514 -ord_2515 @2515 -ord_2516 @2516 -ord_2517 @2517 -ord_2518 @2518 -ord_2519 @2519 -ord_2520 @2520 -ord_2521 @2521 -ord_2522 @2522 -ord_2523 @2523 -ord_2524 @2524 -ord_2525 @2525 -ord_2526 @2526 -ord_2527 @2527 -ord_2528 @2528 -ord_2529 @2529 -ord_2530 @2530 -ord_2531 @2531 -ord_2532 @2532 -ord_2533 @2533 -ord_2534 @2534 -ord_2535 @2535 -ord_2536 @2536 -ord_2537 @2537 -ord_2538 @2538 -ord_2539 @2539 -ord_2540 @2540 -ord_2541 @2541 -ord_2542 @2542 -ord_2543 @2543 -ord_2544 @2544 -ord_2545 @2545 -ord_2546 @2546 -ord_2547 @2547 -ord_2548 @2548 -ord_2549 @2549 -ord_2550 @2550 -ord_2551 @2551 -ord_2552 @2552 -ord_2553 @2553 -ord_2554 @2554 -ord_2555 @2555 -ord_2556 @2556 -ord_2557 @2557 -ord_2558 @2558 -ord_2559 @2559 -ord_2560 @2560 -ord_2561 @2561 -ord_2562 @2562 -ord_2563 @2563 -ord_2564 @2564 -ord_2565 @2565 -ord_2566 @2566 -ord_2567 @2567 -ord_2568 @2568 -ord_2569 @2569 -ord_2570 @2570 -ord_2571 @2571 -ord_2572 @2572 -ord_2573 @2573 -ord_2574 @2574 -ord_2575 @2575 -ord_2576 @2576 -ord_2577 @2577 -ord_2578 @2578 -ord_2579 @2579 -ord_2580 @2580 -ord_2581 @2581 -ord_2582 @2582 -ord_2583 @2583 -ord_2584 @2584 -ord_2585 @2585 -ord_2586 @2586 -ord_2587 @2587 -ord_2588 @2588 -ord_2589 @2589 -ord_2590 @2590 -ord_2591 @2591 -ord_2592 @2592 -ord_2593 @2593 -ord_2594 @2594 -ord_2595 @2595 -ord_2596 @2596 -ord_2597 @2597 -ord_2598 @2598 -ord_2599 @2599 -ord_2600 @2600 -ord_2601 @2601 -ord_2602 @2602 -ord_2603 @2603 -ord_2604 @2604 -ord_2605 @2605 -ord_2606 @2606 -ord_2607 @2607 -ord_2608 @2608 -ord_2609 @2609 -ord_2610 @2610 -ord_2611 @2611 -ord_2612 @2612 -ord_2613 @2613 -ord_2614 @2614 -ord_2615 @2615 -ord_2616 @2616 -ord_2617 @2617 -ord_2618 @2618 -ord_2619 @2619 -ord_2620 @2620 -ord_2621 @2621 -ord_2622 @2622 -ord_2623 @2623 -ord_2624 @2624 -ord_2625 @2625 -ord_2626 @2626 -ord_2627 @2627 -ord_2628 @2628 -ord_2629 @2629 -ord_2630 @2630 -ord_2631 @2631 -ord_2632 @2632 -ord_2633 @2633 -ord_2634 @2634 -ord_2635 @2635 -ord_2636 @2636 -ord_2637 @2637 -ord_2638 @2638 -ord_2639 @2639 -ord_2640 @2640 -ord_2641 @2641 -ord_2642 @2642 -ord_2643 @2643 -ord_2644 @2644 -ord_2645 @2645 -ord_2646 @2646 -ord_2647 @2647 -ord_2648 @2648 -ord_2649 @2649 -ord_2650 @2650 -ord_2651 @2651 -ord_2652 @2652 -ord_2653 @2653 -ord_2654 @2654 -ord_2655 @2655 -ord_2656 @2656 -ord_2657 @2657 -ord_2658 @2658 -ord_2659 @2659 -ord_2660 @2660 -ord_2661 @2661 -ord_2662 @2662 -ord_2663 @2663 -ord_2664 @2664 -ord_2665 @2665 -ord_2666 @2666 -ord_2667 @2667 -ord_2668 @2668 -ord_2669 @2669 -ord_2670 @2670 -ord_2671 @2671 -ord_2672 @2672 -ord_2673 @2673 -ord_2674 @2674 DATA -ord_2675 @2675 DATA -ord_2676 @2676 DATA -ord_2677 @2677 DATA -ord_2678 @2678 DATA -ord_2679 @2679 DATA -ord_2680 @2680 -ord_2681 @2681 -ord_2682 @2682 -ord_2683 @2683 -ord_2684 @2684 -ord_2685 @2685 -ord_2686 @2686 -ord_2687 @2687 -ord_2688 @2688 -ord_2689 @2689 -ord_2690 @2690 -ord_2691 @2691 -ord_2692 @2692 -ord_2693 @2693 -ord_2694 @2694 -ord_2695 @2695 -ord_2696 @2696 -ord_2697 @2697 -ord_2698 @2698 -ord_2699 @2699 -ord_2700 @2700 -ord_2701 @2701 -ord_2702 @2702 -ord_2703 @2703 -ord_2704 @2704 -ord_2705 @2705 -ord_2706 @2706 -ord_2707 @2707 -ord_2708 @2708 -ord_2709 @2709 -ord_2710 @2710 -ord_2711 @2711 -ord_2712 @2712 -ord_2713 @2713 -ord_2714 @2714 -ord_2715 @2715 -ord_2716 @2716 -ord_2717 @2717 -ord_2718 @2718 -ord_2719 @2719 -ord_2720 @2720 -ord_2721 @2721 -ord_2722 @2722 -ord_2723 @2723 -ord_2724 @2724 -ord_2725 @2725 -ord_2726 @2726 -ord_2727 @2727 -ord_2728 @2728 -ord_2729 @2729 -ord_2730 @2730 -ord_2731 @2731 -ord_2732 @2732 -ord_2733 @2733 -ord_2734 @2734 -ord_2735 @2735 -ord_2736 @2736 -ord_2737 @2737 -ord_2738 @2738 -ord_2739 @2739 -ord_2740 @2740 -ord_2741 @2741 -ord_2742 @2742 -ord_2743 @2743 -ord_2744 @2744 -ord_2745 @2745 -ord_2746 @2746 -ord_2747 @2747 -ord_2748 @2748 -ord_2749 @2749 -ord_2750 @2750 -ord_2751 @2751 -ord_2752 @2752 -ord_2753 @2753 -ord_2754 @2754 -ord_2755 @2755 -ord_2756 @2756 -ord_2757 @2757 -ord_2758 @2758 -ord_2759 @2759 -ord_2760 @2760 -ord_2761 @2761 -ord_2762 @2762 -ord_2763 @2763 -ord_2764 @2764 -ord_2765 @2765 -ord_2766 @2766 -ord_2767 @2767 -ord_2768 @2768 -ord_2769 @2769 -ord_2770 @2770 -ord_2771 @2771 -ord_2772 @2772 -ord_2773 @2773 -ord_2774 @2774 -ord_2775 @2775 -ord_2776 @2776 -ord_2777 @2777 -ord_2778 @2778 -ord_2779 @2779 -ord_2780 @2780 -ord_2781 @2781 -ord_2782 @2782 -ord_2783 @2783 -ord_2784 @2784 -ord_2785 @2785 -ord_2786 @2786 -ord_2787 @2787 -ord_2788 @2788 -ord_2789 @2789 -ord_2790 @2790 -ord_2791 @2791 -ord_2792 @2792 -ord_2793 @2793 -ord_2794 @2794 -ord_2795 @2795 -ord_2796 @2796 -ord_2797 @2797 -ord_2798 @2798 -ord_2799 @2799 -ord_2800 @2800 -ord_2801 @2801 -ord_2802 @2802 -ord_2803 @2803 -ord_2804 @2804 -ord_2805 @2805 -ord_2806 @2806 -ord_2807 @2807 -ord_2808 @2808 -ord_2809 @2809 -ord_2810 @2810 -ord_2811 @2811 -ord_2812 @2812 -ord_2813 @2813 -ord_2814 @2814 -ord_2815 @2815 -ord_2816 @2816 -ord_2817 @2817 -ord_2818 @2818 -ord_2819 @2819 -ord_2820 @2820 -ord_2821 @2821 -ord_2822 @2822 -ord_2823 @2823 -ord_2824 @2824 -ord_2825 @2825 -ord_2826 @2826 -ord_2827 @2827 -ord_2828 @2828 -ord_2829 @2829 -ord_2830 @2830 -ord_2831 @2831 -ord_2832 @2832 -ord_2833 @2833 -ord_2834 @2834 -ord_2835 @2835 -ord_2836 @2836 -ord_2837 @2837 -ord_2838 @2838 -ord_2839 @2839 -ord_2840 @2840 -ord_2841 @2841 -ord_2842 @2842 -ord_2843 @2843 -ord_2844 @2844 -ord_2845 @2845 -ord_2846 @2846 -ord_2847 @2847 -ord_2848 @2848 -ord_2849 @2849 -ord_2850 @2850 -ord_2851 @2851 -ord_2852 @2852 -ord_2853 @2853 -ord_2854 @2854 -ord_2855 @2855 -ord_2856 @2856 -ord_2857 @2857 -ord_2858 @2858 -ord_2859 @2859 -ord_2860 @2860 -ord_2861 @2861 -ord_2862 @2862 -ord_2863 @2863 -ord_2864 @2864 -ord_2865 @2865 -ord_2866 @2866 -ord_2867 @2867 -ord_2868 @2868 -ord_2869 @2869 -ord_2870 @2870 -ord_2871 @2871 -ord_2872 @2872 -ord_2873 @2873 -ord_2874 @2874 -ord_2875 @2875 -ord_2876 @2876 -ord_2877 @2877 -ord_2878 @2878 -ord_2879 @2879 -ord_2880 @2880 -ord_2881 @2881 -ord_2882 @2882 -ord_2883 @2883 -ord_2884 @2884 -ord_2885 @2885 -ord_2886 @2886 -ord_2887 @2887 -ord_2888 @2888 -ord_2889 @2889 -ord_2890 @2890 -ord_2891 @2891 -ord_2892 @2892 -ord_2893 @2893 -ord_2894 @2894 -ord_2895 @2895 -ord_2896 @2896 -ord_2897 @2897 -ord_2898 @2898 -ord_2899 @2899 -ord_2900 @2900 -ord_2901 @2901 -ord_2902 @2902 -ord_2903 @2903 -ord_2904 @2904 -ord_2905 @2905 -ord_2906 @2906 -ord_2907 @2907 -ord_2908 @2908 -ord_2909 @2909 -ord_2910 @2910 -ord_2911 @2911 -ord_2912 @2912 -ord_2913 @2913 -ord_2914 @2914 -ord_2915 @2915 -ord_2916 @2916 -ord_2917 @2917 -ord_2918 @2918 -ord_2919 @2919 -ord_2920 @2920 -ord_2921 @2921 -ord_2922 @2922 -ord_2923 @2923 -ord_2924 @2924 -ord_2925 @2925 -ord_2926 @2926 -ord_2927 @2927 -ord_2928 @2928 -ord_2929 @2929 -ord_2930 @2930 -ord_2931 @2931 -ord_2932 @2932 -ord_2933 @2933 -ord_2934 @2934 -ord_2935 @2935 -ord_2936 @2936 -ord_2937 @2937 -ord_2938 @2938 -ord_2939 @2939 -ord_2940 @2940 -ord_2941 @2941 -ord_2942 @2942 -ord_2943 @2943 -ord_2944 @2944 -ord_2945 @2945 -ord_2946 @2946 -ord_2947 @2947 -ord_2948 @2948 -ord_2949 @2949 -ord_2950 @2950 -ord_2951 @2951 -ord_2952 @2952 -ord_2953 @2953 -ord_2954 @2954 -ord_2955 @2955 -ord_2956 @2956 -ord_2957 @2957 -ord_2958 @2958 -ord_2959 @2959 -ord_2960 @2960 -ord_2961 @2961 -ord_2962 @2962 -ord_2963 @2963 -ord_2964 @2964 -ord_2965 @2965 -ord_2966 @2966 -ord_2967 @2967 -ord_2968 @2968 -ord_2969 @2969 -ord_2970 @2970 -ord_2971 @2971 -ord_2972 @2972 -ord_2973 @2973 -ord_2974 @2974 -ord_2975 @2975 -ord_2976 @2976 -ord_2977 @2977 -ord_2978 @2978 -ord_2979 @2979 -ord_2980 @2980 -ord_2981 @2981 -ord_2982 @2982 -ord_2983 @2983 -ord_2984 @2984 -ord_2985 @2985 -ord_2986 @2986 -ord_2987 @2987 -ord_2988 @2988 -ord_2989 @2989 -ord_2990 @2990 -ord_2991 @2991 -ord_2992 @2992 -ord_2993 @2993 -ord_2994 @2994 -ord_2995 @2995 -ord_2996 @2996 -ord_2997 @2997 -ord_2998 @2998 -ord_2999 @2999 -ord_3000 @3000 -ord_3001 @3001 -ord_3002 @3002 -ord_3003 @3003 -ord_3004 @3004 -ord_3005 @3005 -ord_3006 @3006 -ord_3007 @3007 -ord_3008 @3008 -ord_3009 @3009 -ord_3010 @3010 -ord_3011 @3011 -ord_3012 @3012 -ord_3013 @3013 -ord_3014 @3014 -ord_3015 @3015 -ord_3016 @3016 -ord_3017 @3017 -ord_3018 @3018 -ord_3019 @3019 -ord_3020 @3020 -ord_3021 @3021 -ord_3022 @3022 -ord_3023 @3023 -ord_3024 @3024 -ord_3025 @3025 -ord_3026 @3026 -ord_3027 @3027 -ord_3028 @3028 -ord_3029 @3029 -ord_3030 @3030 -ord_3031 @3031 -ord_3032 @3032 -ord_3033 @3033 -ord_3034 @3034 -ord_3035 @3035 -ord_3036 @3036 -ord_3037 @3037 -ord_3038 @3038 -ord_3039 @3039 -ord_3040 @3040 -ord_3041 @3041 -ord_3042 @3042 -ord_3043 @3043 -ord_3044 @3044 -ord_3045 @3045 -ord_3046 @3046 -ord_3047 @3047 -ord_3048 @3048 -ord_3049 @3049 -ord_3050 @3050 -ord_3051 @3051 -ord_3052 @3052 -ord_3053 @3053 -ord_3054 @3054 -ord_3055 @3055 -ord_3056 @3056 -ord_3057 @3057 -ord_3058 @3058 -ord_3059 @3059 -ord_3060 @3060 -ord_3061 @3061 -ord_3062 @3062 -ord_3063 @3063 -ord_3064 @3064 -ord_3065 @3065 -ord_3066 @3066 -ord_3067 @3067 -ord_3068 @3068 -ord_3069 @3069 -ord_3070 @3070 -ord_3071 @3071 -ord_3072 @3072 -ord_3073 @3073 -ord_3074 @3074 -ord_3075 @3075 -ord_3076 @3076 -ord_3077 @3077 -ord_3078 @3078 -ord_3079 @3079 -ord_3080 @3080 -ord_3081 @3081 -ord_3082 @3082 -ord_3083 @3083 -ord_3084 @3084 -ord_3085 @3085 -ord_3086 @3086 -ord_3087 @3087 -ord_3088 @3088 -ord_3089 @3089 -ord_3090 @3090 -ord_3091 @3091 -ord_3092 @3092 -ord_3093 @3093 -ord_3094 @3094 -ord_3095 @3095 -ord_3096 @3096 -ord_3097 @3097 -ord_3098 @3098 -ord_3099 @3099 -ord_3100 @3100 -ord_3101 @3101 -ord_3102 @3102 -ord_3103 @3103 -ord_3104 @3104 -ord_3105 @3105 -ord_3106 @3106 -ord_3107 @3107 -ord_3108 @3108 -ord_3109 @3109 -ord_3110 @3110 -ord_3111 @3111 -ord_3112 @3112 -ord_3113 @3113 -ord_3114 @3114 -ord_3115 @3115 -ord_3116 @3116 -ord_3117 @3117 -ord_3118 @3118 -ord_3119 @3119 -ord_3120 @3120 -ord_3121 @3121 -ord_3122 @3122 -ord_3123 @3123 -ord_3124 @3124 -ord_3125 @3125 -ord_3126 @3126 -ord_3127 @3127 -ord_3128 @3128 -ord_3129 @3129 -ord_3130 @3130 -ord_3131 @3131 -ord_3132 @3132 -ord_3133 @3133 -ord_3134 @3134 -ord_3135 @3135 -ord_3136 @3136 -ord_3137 @3137 -ord_3138 @3138 -ord_3139 @3139 -ord_3140 @3140 -ord_3141 @3141 -ord_3142 @3142 -ord_3143 @3143 -ord_3144 @3144 -ord_3145 @3145 -ord_3146 @3146 -ord_3147 @3147 -ord_3148 @3148 -ord_3149 @3149 -ord_3150 @3150 -ord_3151 @3151 -ord_3152 @3152 -ord_3153 @3153 -ord_3154 @3154 -ord_3155 @3155 -ord_3156 @3156 -ord_3157 @3157 -ord_3158 @3158 -ord_3159 @3159 -ord_3160 @3160 -ord_3161 @3161 -ord_3162 @3162 -ord_3163 @3163 -ord_3164 @3164 -ord_3165 @3165 -ord_3166 @3166 -ord_3167 @3167 -ord_3168 @3168 -ord_3169 @3169 -ord_3170 @3170 -ord_3171 @3171 -ord_3172 @3172 -ord_3173 @3173 -ord_3174 @3174 -ord_3175 @3175 -ord_3176 @3176 -ord_3177 @3177 -ord_3178 @3178 -ord_3179 @3179 -ord_3180 @3180 -ord_3181 @3181 -ord_3182 @3182 -ord_3183 @3183 -ord_3184 @3184 -ord_3185 @3185 -ord_3186 @3186 -ord_3187 @3187 -ord_3188 @3188 -ord_3189 @3189 -ord_3190 @3190 -ord_3191 @3191 -ord_3192 @3192 -ord_3193 @3193 -ord_3194 @3194 -ord_3195 @3195 -ord_3196 @3196 -ord_3197 @3197 -ord_3198 @3198 -ord_3199 @3199 -ord_3200 @3200 -ord_3201 @3201 -ord_3202 @3202 -ord_3203 @3203 -ord_3204 @3204 -ord_3205 @3205 -ord_3206 @3206 -ord_3207 @3207 -ord_3208 @3208 -ord_3209 @3209 -ord_3210 @3210 -ord_3211 @3211 -ord_3212 @3212 -ord_3213 @3213 -ord_3214 @3214 -ord_3215 @3215 -ord_3216 @3216 -ord_3217 @3217 -ord_3218 @3218 -ord_3219 @3219 -ord_3220 @3220 -ord_3221 @3221 -ord_3222 @3222 -ord_3223 @3223 -ord_3224 @3224 -ord_3225 @3225 -ord_3226 @3226 -ord_3227 @3227 -ord_3228 @3228 -ord_3229 @3229 -ord_3230 @3230 -ord_3231 @3231 -ord_3232 @3232 -ord_3233 @3233 -ord_3234 @3234 -ord_3235 @3235 -ord_3236 @3236 -ord_3237 @3237 -ord_3238 @3238 -ord_3239 @3239 -ord_3240 @3240 -ord_3241 @3241 -ord_3242 @3242 -ord_3243 @3243 -ord_3244 @3244 -ord_3245 @3245 -ord_3246 @3246 -ord_3247 @3247 -ord_3248 @3248 -ord_3249 @3249 -ord_3250 @3250 -ord_3251 @3251 -ord_3252 @3252 -ord_3253 @3253 -ord_3254 @3254 -ord_3255 @3255 -ord_3256 @3256 -ord_3257 @3257 -ord_3258 @3258 -ord_3259 @3259 -ord_3260 @3260 -ord_3261 @3261 -ord_3262 @3262 -ord_3263 @3263 -ord_3264 @3264 -ord_3265 @3265 -ord_3266 @3266 -ord_3267 @3267 -ord_3268 @3268 -ord_3269 @3269 -ord_3270 @3270 -ord_3271 @3271 -ord_3272 @3272 -ord_3273 @3273 -ord_3274 @3274 -ord_3275 @3275 -ord_3276 @3276 -ord_3277 @3277 -ord_3278 @3278 -ord_3279 @3279 -ord_3280 @3280 -ord_3281 @3281 -ord_3282 @3282 -ord_3283 @3283 -ord_3284 @3284 -ord_3285 @3285 -ord_3286 @3286 -ord_3287 @3287 -ord_3288 @3288 -ord_3289 @3289 -ord_3290 @3290 -ord_3291 @3291 -ord_3292 @3292 -ord_3293 @3293 -ord_3294 @3294 -ord_3295 @3295 -ord_3296 @3296 -ord_3297 @3297 -ord_3298 @3298 -ord_3299 @3299 -ord_3300 @3300 -ord_3301 @3301 -ord_3302 @3302 -ord_3303 @3303 -ord_3304 @3304 -ord_3305 @3305 -ord_3306 @3306 -ord_3307 @3307 -ord_3308 @3308 -ord_3309 @3309 -ord_3310 @3310 -ord_3311 @3311 -ord_3312 @3312 -ord_3313 @3313 -ord_3314 @3314 -ord_3315 @3315 -ord_3316 @3316 -ord_3317 @3317 -ord_3318 @3318 -ord_3319 @3319 -ord_3320 @3320 -ord_3321 @3321 -ord_3322 @3322 -ord_3323 @3323 -ord_3324 @3324 -ord_3325 @3325 -ord_3326 @3326 -ord_3327 @3327 -ord_3328 @3328 -ord_3329 @3329 -ord_3330 @3330 -ord_3331 @3331 -ord_3332 @3332 -ord_3333 @3333 -ord_3334 @3334 -ord_3335 @3335 -ord_3336 @3336 -ord_3337 @3337 -ord_3338 @3338 -ord_3339 @3339 -ord_3340 @3340 -ord_3341 @3341 -ord_3342 @3342 -ord_3343 @3343 -ord_3344 @3344 -ord_3345 @3345 -ord_3346 @3346 -ord_3347 @3347 -ord_3348 @3348 -ord_3349 @3349 -ord_3350 @3350 -ord_3351 @3351 -ord_3352 @3352 -ord_3353 @3353 -ord_3354 @3354 -ord_3355 @3355 -ord_3356 @3356 -ord_3357 @3357 -ord_3358 @3358 -ord_3359 @3359 -ord_3360 @3360 -ord_3361 @3361 -ord_3362 @3362 -ord_3363 @3363 -ord_3364 @3364 -ord_3365 @3365 -ord_3366 @3366 -ord_3367 @3367 -ord_3368 @3368 -ord_3369 @3369 -ord_3370 @3370 -ord_3371 @3371 -ord_3372 @3372 -ord_3373 @3373 -ord_3374 @3374 -ord_3375 @3375 -ord_3376 @3376 -ord_3377 @3377 -ord_3378 @3378 -ord_3379 @3379 -ord_3380 @3380 -ord_3381 @3381 -ord_3382 @3382 -ord_3383 @3383 -ord_3384 @3384 -ord_3385 @3385 -ord_3386 @3386 -ord_3387 @3387 -ord_3388 @3388 -ord_3389 @3389 -ord_3390 @3390 -ord_3391 @3391 -ord_3392 @3392 -ord_3393 @3393 -ord_3394 @3394 -ord_3395 @3395 -ord_3396 @3396 -ord_3397 @3397 -ord_3398 @3398 -ord_3399 @3399 -ord_3400 @3400 -ord_3401 @3401 -ord_3402 @3402 -ord_3403 @3403 -ord_3404 @3404 -ord_3405 @3405 -ord_3406 @3406 -ord_3407 @3407 -ord_3408 @3408 -ord_3409 @3409 -ord_3410 @3410 -ord_3411 @3411 -ord_3412 @3412 -ord_3413 @3413 -ord_3414 @3414 -ord_3415 @3415 -ord_3416 @3416 -ord_3417 @3417 -ord_3418 @3418 -ord_3419 @3419 -ord_3420 @3420 -ord_3421 @3421 -ord_3422 @3422 -ord_3423 @3423 -ord_3424 @3424 -ord_3425 @3425 -ord_3426 @3426 -ord_3427 @3427 -ord_3428 @3428 -ord_3429 @3429 -ord_3430 @3430 -ord_3431 @3431 -ord_3432 @3432 -ord_3433 @3433 -ord_3434 @3434 -ord_3435 @3435 -ord_3436 @3436 -ord_3437 @3437 -ord_3438 @3438 -ord_3439 @3439 -ord_3440 @3440 -ord_3441 @3441 -ord_3442 @3442 -ord_3443 @3443 -ord_3444 @3444 -ord_3445 @3445 -ord_3446 @3446 -ord_3447 @3447 -ord_3448 @3448 -ord_3449 @3449 -ord_3450 @3450 -ord_3451 @3451 -ord_3452 @3452 -ord_3453 @3453 -ord_3454 @3454 -ord_3455 @3455 -ord_3456 @3456 -ord_3457 @3457 -ord_3458 @3458 -ord_3459 @3459 -ord_3460 @3460 -ord_3461 @3461 -ord_3462 @3462 -ord_3463 @3463 -ord_3464 @3464 -ord_3465 @3465 -ord_3466 @3466 -ord_3467 @3467 -ord_3468 @3468 -ord_3469 @3469 -ord_3470 @3470 -ord_3471 @3471 -ord_3472 @3472 -ord_3473 @3473 -ord_3474 @3474 -ord_3475 @3475 -ord_3476 @3476 -ord_3477 @3477 -ord_3478 @3478 -ord_3479 @3479 -ord_3480 @3480 -ord_3481 @3481 -ord_3482 @3482 -ord_3483 @3483 -ord_3484 @3484 -ord_3485 @3485 -ord_3486 @3486 -ord_3487 @3487 -ord_3488 @3488 -ord_3489 @3489 -ord_3490 @3490 -ord_3491 @3491 -ord_3492 @3492 -ord_3493 @3493 -ord_3494 @3494 -ord_3495 @3495 -ord_3496 @3496 -ord_3497 @3497 -ord_3498 @3498 -ord_3499 @3499 -ord_3500 @3500 -ord_3501 @3501 -ord_3502 @3502 -ord_3503 @3503 -ord_3504 @3504 -ord_3505 @3505 -ord_3506 @3506 -ord_3507 @3507 -ord_3508 @3508 -ord_3509 @3509 -ord_3510 @3510 -ord_3511 @3511 -ord_3512 @3512 -ord_3513 @3513 -ord_3514 @3514 -ord_3515 @3515 -ord_3516 @3516 -ord_3517 @3517 -ord_3518 @3518 -ord_3519 @3519 -ord_3520 @3520 -ord_3521 @3521 -ord_3522 @3522 -ord_3523 @3523 -ord_3524 @3524 -ord_3525 @3525 -ord_3526 @3526 -ord_3527 @3527 -ord_3528 @3528 -ord_3529 @3529 -ord_3530 @3530 -ord_3531 @3531 -ord_3532 @3532 -ord_3533 @3533 -ord_3534 @3534 -ord_3535 @3535 -ord_3536 @3536 -ord_3537 @3537 -ord_3538 @3538 -ord_3539 @3539 -ord_3540 @3540 -ord_3541 @3541 -ord_3542 @3542 -ord_3543 @3543 -ord_3544 @3544 -ord_3545 @3545 -ord_3546 @3546 -ord_3547 @3547 -ord_3548 @3548 -ord_3549 @3549 -ord_3550 @3550 -ord_3551 @3551 -ord_3552 @3552 -ord_3553 @3553 -ord_3554 @3554 -ord_3555 @3555 -ord_3556 @3556 -ord_3557 @3557 -ord_3558 @3558 -ord_3559 @3559 -ord_3560 @3560 -ord_3561 @3561 -ord_3562 @3562 -ord_3563 @3563 -ord_3564 @3564 -ord_3565 @3565 -ord_3566 @3566 -ord_3567 @3567 -ord_3568 @3568 -ord_3569 @3569 -ord_3570 @3570 -ord_3571 @3571 -ord_3572 @3572 -ord_3573 @3573 -ord_3574 @3574 -ord_3575 @3575 -ord_3576 @3576 -ord_3577 @3577 -ord_3578 @3578 -ord_3579 @3579 -ord_3580 @3580 -ord_3581 @3581 -ord_3582 @3582 -ord_3583 @3583 -ord_3584 @3584 -ord_3585 @3585 -ord_3586 @3586 -ord_3587 @3587 -ord_3588 @3588 -ord_3589 @3589 -ord_3590 @3590 -ord_3591 @3591 -ord_3592 @3592 -ord_3593 @3593 -ord_3594 @3594 -ord_3595 @3595 -ord_3596 @3596 -ord_3597 @3597 -ord_3598 @3598 -ord_3599 @3599 -ord_3600 @3600 -ord_3601 @3601 -ord_3602 @3602 -ord_3603 @3603 -ord_3604 @3604 -ord_3605 @3605 -ord_3606 @3606 -ord_3607 @3607 -ord_3608 @3608 -ord_3609 @3609 -ord_3610 @3610 -ord_3611 @3611 -ord_3612 @3612 -ord_3613 @3613 -ord_3614 @3614 -ord_3615 @3615 -ord_3616 @3616 -ord_3617 @3617 -ord_3618 @3618 -ord_3619 @3619 -ord_3620 @3620 -ord_3621 @3621 -ord_3622 @3622 -ord_3623 @3623 -ord_3624 @3624 -ord_3625 @3625 -ord_3626 @3626 -ord_3627 @3627 -ord_3628 @3628 -ord_3629 @3629 -ord_3630 @3630 -ord_3631 @3631 -ord_3632 @3632 -ord_3633 @3633 -ord_3634 @3634 -ord_3635 @3635 -ord_3636 @3636 -ord_3637 @3637 -ord_3638 @3638 -ord_3639 @3639 -ord_3640 @3640 -ord_3641 @3641 -ord_3642 @3642 -ord_3643 @3643 -ord_3644 @3644 -ord_3645 @3645 -ord_3646 @3646 -ord_3647 @3647 -ord_3648 @3648 -ord_3649 @3649 -ord_3650 @3650 -ord_3651 @3651 -ord_3652 @3652 -ord_3653 @3653 -ord_3654 @3654 -ord_3655 @3655 -ord_3656 @3656 -ord_3657 @3657 -ord_3658 @3658 -ord_3659 @3659 -ord_3660 @3660 -ord_3661 @3661 -ord_3662 @3662 -ord_3663 @3663 -ord_3664 @3664 -ord_3665 @3665 -ord_3666 @3666 -ord_3667 @3667 -ord_3668 @3668 -ord_3669 @3669 -ord_3670 @3670 -ord_3671 @3671 -ord_3672 @3672 -ord_3673 @3673 -ord_3674 @3674 -ord_3675 @3675 -ord_3676 @3676 -ord_3677 @3677 -ord_3678 @3678 -ord_3679 @3679 -ord_3680 @3680 -ord_3681 @3681 -ord_3682 @3682 -ord_3683 @3683 -ord_3684 @3684 -ord_3685 @3685 -ord_3686 @3686 -ord_3687 @3687 -ord_3688 @3688 -ord_3689 @3689 -ord_3690 @3690 -ord_3691 @3691 -ord_3692 @3692 -ord_3693 @3693 -ord_3694 @3694 -ord_3695 @3695 -ord_3696 @3696 -ord_3697 @3697 -ord_3698 @3698 -ord_3699 @3699 -ord_3700 @3700 -ord_3701 @3701 -ord_3702 @3702 -ord_3703 @3703 -ord_3704 @3704 -ord_3705 @3705 -ord_3706 @3706 -ord_3707 @3707 -ord_3708 @3708 -ord_3709 @3709 -ord_3710 @3710 -ord_3711 @3711 -ord_3712 @3712 -ord_3713 @3713 -ord_3714 @3714 -ord_3715 @3715 -ord_3716 @3716 -ord_3717 @3717 -ord_3718 @3718 -ord_3719 @3719 -ord_3720 @3720 -ord_3721 @3721 -ord_3722 @3722 -ord_3723 @3723 -ord_3724 @3724 -ord_3725 @3725 -ord_3726 @3726 -ord_3727 @3727 -ord_3728 @3728 -ord_3729 @3729 -ord_3730 @3730 -ord_3731 @3731 -ord_3732 @3732 -ord_3733 @3733 -ord_3734 @3734 -ord_3735 @3735 -ord_3736 @3736 -ord_3737 @3737 -ord_3738 @3738 -ord_3739 @3739 -ord_3740 @3740 -ord_3741 @3741 -ord_3742 @3742 -ord_3743 @3743 -ord_3744 @3744 -ord_3745 @3745 -ord_3746 @3746 -ord_3747 @3747 -ord_3748 @3748 -ord_3749 @3749 -ord_3750 @3750 -ord_3751 @3751 -ord_3752 @3752 -ord_3753 @3753 -ord_3754 @3754 -ord_3755 @3755 -ord_3756 @3756 -ord_3757 @3757 -ord_3758 @3758 -ord_3759 @3759 -ord_3760 @3760 -ord_3761 @3761 -ord_3762 @3762 -ord_3763 @3763 -ord_3764 @3764 -ord_3765 @3765 -ord_3766 @3766 -ord_3767 @3767 -ord_3768 @3768 -ord_3769 @3769 -ord_3770 @3770 -ord_3771 @3771 -ord_3772 @3772 -ord_3773 @3773 -ord_3774 @3774 -ord_3775 @3775 -ord_3776 @3776 -ord_3777 @3777 -ord_3778 @3778 -ord_3779 @3779 -ord_3780 @3780 -ord_3781 @3781 -ord_3782 @3782 -ord_3783 @3783 -ord_3784 @3784 -ord_3785 @3785 -ord_3786 @3786 -ord_3787 @3787 -ord_3788 @3788 -ord_3789 @3789 -ord_3790 @3790 -ord_3791 @3791 -ord_3792 @3792 -ord_3793 @3793 -ord_3794 @3794 -ord_3795 @3795 -ord_3796 @3796 -ord_3797 @3797 -ord_3798 @3798 -ord_3799 @3799 -ord_3800 @3800 -ord_3801 @3801 -ord_3802 @3802 -ord_3803 @3803 -ord_3804 @3804 -ord_3805 @3805 -ord_3806 @3806 -ord_3807 @3807 -ord_3808 @3808 -ord_3809 @3809 -ord_3810 @3810 -ord_3811 @3811 -ord_3812 @3812 -ord_3813 @3813 -ord_3814 @3814 -ord_3815 @3815 -ord_3816 @3816 -ord_3817 @3817 -ord_3818 @3818 -ord_3819 @3819 -ord_3820 @3820 -ord_3821 @3821 -ord_3822 @3822 -ord_3823 @3823 -ord_3824 @3824 -ord_3825 @3825 -ord_3826 @3826 -ord_3827 @3827 -ord_3828 @3828 -ord_3829 @3829 -ord_3830 @3830 -ord_3831 @3831 -ord_3832 @3832 -ord_3833 @3833 -ord_3834 @3834 -ord_3835 @3835 -ord_3836 @3836 -ord_3837 @3837 -ord_3838 @3838 -ord_3839 @3839 -ord_3840 @3840 -ord_3841 @3841 -ord_3842 @3842 -ord_3843 @3843 -ord_3844 @3844 -ord_3845 @3845 -ord_3846 @3846 -ord_3847 @3847 -ord_3848 @3848 -ord_3849 @3849 -ord_3850 @3850 -ord_3851 @3851 -ord_3852 @3852 -ord_3853 @3853 -ord_3854 @3854 -ord_3855 @3855 -ord_3856 @3856 -ord_3857 @3857 -ord_3858 @3858 -ord_3859 @3859 -ord_3860 @3860 -ord_3861 @3861 -ord_3862 @3862 -ord_3863 @3863 -ord_3864 @3864 -ord_3865 @3865 -ord_3866 @3866 -ord_3867 @3867 -ord_3868 @3868 -ord_3869 @3869 -ord_3870 @3870 -ord_3871 @3871 -ord_3872 @3872 -ord_3873 @3873 -ord_3874 @3874 -ord_3875 @3875 -ord_3876 @3876 -ord_3877 @3877 -ord_3878 @3878 -ord_3879 @3879 -ord_3880 @3880 -ord_3881 @3881 -ord_3882 @3882 -ord_3883 @3883 -ord_3884 @3884 -ord_3885 @3885 -ord_3886 @3886 -ord_3887 @3887 -ord_3888 @3888 -ord_3889 @3889 -ord_3890 @3890 -ord_3891 @3891 -ord_3892 @3892 -ord_3893 @3893 -ord_3894 @3894 -ord_3895 @3895 -ord_3896 @3896 -ord_3897 @3897 -ord_3898 @3898 -ord_3899 @3899 -ord_3900 @3900 -ord_3901 @3901 -ord_3902 @3902 -ord_3903 @3903 -ord_3904 @3904 -ord_3905 @3905 -ord_3906 @3906 -ord_3907 @3907 -ord_3908 @3908 -ord_3909 @3909 -ord_3910 @3910 -ord_3911 @3911 -ord_3912 @3912 -ord_3913 @3913 -ord_3914 @3914 -ord_3915 @3915 -ord_3916 @3916 -ord_3917 @3917 -ord_3918 @3918 -ord_3919 @3919 -ord_3920 @3920 -ord_3921 @3921 -ord_3922 @3922 -ord_3923 @3923 -ord_3924 @3924 -ord_3925 @3925 -ord_3926 @3926 -ord_3927 @3927 -ord_3928 @3928 -ord_3929 @3929 -ord_3930 @3930 -ord_3931 @3931 -ord_3932 @3932 -ord_3933 @3933 -ord_3934 @3934 -ord_3935 @3935 -ord_3936 @3936 -ord_3937 @3937 -ord_3938 @3938 -ord_3939 @3939 -ord_3940 @3940 -ord_3941 @3941 -ord_3942 @3942 -ord_3943 @3943 -ord_3944 @3944 -ord_3945 @3945 -ord_3946 @3946 -ord_3947 @3947 -ord_3948 @3948 -ord_3949 @3949 -ord_3950 @3950 -ord_3951 @3951 -ord_3952 @3952 -ord_3953 @3953 -ord_3954 @3954 -ord_3955 @3955 -ord_3956 @3956 -ord_3957 @3957 -ord_3958 @3958 -ord_3959 @3959 -ord_3960 @3960 -ord_3961 @3961 -ord_3962 @3962 -ord_3963 @3963 -ord_3964 @3964 -ord_3965 @3965 -ord_3966 @3966 -ord_3967 @3967 -ord_3968 @3968 -ord_3969 @3969 -ord_3970 @3970 -ord_3971 @3971 -ord_3972 @3972 -ord_3973 @3973 -ord_3974 @3974 -ord_3975 @3975 -ord_3976 @3976 -ord_3977 @3977 -ord_3978 @3978 -ord_3979 @3979 -ord_3980 @3980 -ord_3981 @3981 -ord_3982 @3982 -ord_3983 @3983 -ord_3984 @3984 -ord_3985 @3985 -ord_3986 @3986 -ord_3987 @3987 -ord_3988 @3988 -ord_3989 @3989 -ord_3990 @3990 -ord_3991 @3991 -ord_3992 @3992 -ord_3993 @3993 -ord_3994 @3994 -ord_3995 @3995 -ord_3996 @3996 -ord_3997 @3997 -ord_3998 @3998 -ord_3999 @3999 -ord_4000 @4000 -ord_4001 @4001 -ord_4002 @4002 -ord_4003 @4003 -ord_4004 @4004 -ord_4005 @4005 -ord_4006 @4006 -ord_4007 @4007 -ord_4008 @4008 -ord_4009 @4009 -ord_4010 @4010 -ord_4011 @4011 -ord_4012 @4012 -ord_4013 @4013 -ord_4014 @4014 -ord_4015 @4015 -ord_4016 @4016 -ord_4017 @4017 -ord_4018 @4018 -ord_4019 @4019 -ord_4020 @4020 -ord_4021 @4021 -ord_4022 @4022 -ord_4023 @4023 -ord_4024 @4024 -ord_4025 @4025 -ord_4026 @4026 -ord_4027 @4027 -ord_4028 @4028 -ord_4029 @4029 -ord_4030 @4030 -ord_4031 @4031 -ord_4032 @4032 -ord_4033 @4033 -ord_4034 @4034 -ord_4035 @4035 -ord_4036 @4036 -ord_4037 @4037 -ord_4038 @4038 -ord_4039 @4039 -ord_4040 @4040 -ord_4041 @4041 -ord_4042 @4042 -ord_4043 @4043 -ord_4044 @4044 -ord_4045 @4045 -ord_4046 @4046 -ord_4047 @4047 -ord_4048 @4048 -ord_4049 @4049 -ord_4050 @4050 -ord_4051 @4051 -ord_4052 @4052 -ord_4053 @4053 -ord_4054 @4054 -ord_4055 @4055 -ord_4056 @4056 -ord_4057 @4057 -ord_4058 @4058 -ord_4059 @4059 -ord_4060 @4060 -ord_4061 @4061 -ord_4062 @4062 -ord_4063 @4063 -ord_4064 @4064 -ord_4065 @4065 -ord_4066 @4066 -ord_4067 @4067 -ord_4068 @4068 -ord_4069 @4069 -ord_4070 @4070 -ord_4071 @4071 -ord_4072 @4072 -ord_4073 @4073 -ord_4074 @4074 -ord_4075 @4075 -ord_4076 @4076 -ord_4077 @4077 -ord_4078 @4078 -ord_4079 @4079 -ord_4080 @4080 -ord_4081 @4081 -ord_4082 @4082 -ord_4083 @4083 -ord_4084 @4084 -ord_4085 @4085 -ord_4086 @4086 -ord_4087 @4087 -ord_4088 @4088 -ord_4089 @4089 -ord_4090 @4090 -ord_4091 @4091 -ord_4092 @4092 -ord_4093 @4093 -ord_4094 @4094 -ord_4095 @4095 -ord_4096 @4096 -ord_4097 @4097 -ord_4098 @4098 -ord_4099 @4099 -ord_4100 @4100 -ord_4101 @4101 -ord_4102 @4102 -ord_4103 @4103 -ord_4104 @4104 -ord_4105 @4105 -ord_4106 @4106 -ord_4107 @4107 -ord_4108 @4108 -ord_4109 @4109 -ord_4110 @4110 -ord_4111 @4111 -ord_4112 @4112 -ord_4113 @4113 -ord_4114 @4114 -ord_4115 @4115 -ord_4116 @4116 DATA -ord_4117 @4117 -ord_4118 @4118 -ord_4119 @4119 -ord_4120 @4120 -ord_4121 @4121 -ord_4122 @4122 -ord_4123 @4123 -ord_4124 @4124 -ord_4125 @4125 -ord_4126 @4126 -ord_4127 @4127 -ord_4128 @4128 -ord_4129 @4129 -ord_4130 @4130 -ord_4131 @4131 -ord_4132 @4132 -ord_4133 @4133 -ord_4134 @4134 -ord_4135 @4135 -ord_4136 @4136 -ord_4137 @4137 -ord_4138 @4138 -ord_4139 @4139 -ord_4140 @4140 -ord_4141 @4141 -ord_4142 @4142 -ord_4143 @4143 -ord_4144 @4144 -ord_4145 @4145 -ord_4146 @4146 -ord_4147 @4147 -ord_4148 @4148 -ord_4149 @4149 -ord_4150 @4150 -ord_4151 @4151 -ord_4152 @4152 -ord_4153 @4153 -ord_4154 @4154 -ord_4155 @4155 -ord_4156 @4156 -ord_4157 @4157 -ord_4158 @4158 -ord_4159 @4159 -ord_4160 @4160 -ord_4161 @4161 -ord_4162 @4162 -ord_4163 @4163 -ord_4164 @4164 -ord_4165 @4165 -ord_4166 @4166 -ord_4167 @4167 -ord_4168 @4168 -ord_4169 @4169 -ord_4170 @4170 -ord_4171 @4171 -ord_4172 @4172 -ord_4173 @4173 -ord_4174 @4174 -ord_4175 @4175 -ord_4176 @4176 -ord_4177 @4177 -ord_4178 @4178 -ord_4179 @4179 -ord_4180 @4180 -ord_4181 @4181 -ord_4182 @4182 -ord_4183 @4183 -ord_4184 @4184 -ord_4185 @4185 -ord_4186 @4186 -ord_4187 @4187 -ord_4188 @4188 -ord_4189 @4189 -ord_4190 @4190 -ord_4191 @4191 -ord_4192 @4192 -ord_4193 @4193 -ord_4194 @4194 -ord_4195 @4195 -ord_4196 @4196 -ord_4197 @4197 -ord_4198 @4198 -ord_4199 @4199 -ord_4200 @4200 -ord_4201 @4201 -ord_4202 @4202 -ord_4203 @4203 -ord_4204 @4204 -ord_4205 @4205 -ord_4206 @4206 -ord_4207 @4207 -ord_4208 @4208 -ord_4209 @4209 -ord_4210 @4210 -ord_4211 @4211 -ord_4212 @4212 -ord_4213 @4213 -ord_4214 @4214 -ord_4215 @4215 -ord_4216 @4216 -ord_4217 @4217 -ord_4218 @4218 -ord_4219 @4219 -ord_4220 @4220 -ord_4221 @4221 -ord_4222 @4222 -ord_4223 @4223 -ord_4224 @4224 -ord_4225 @4225 -ord_4226 @4226 -ord_4227 @4227 -ord_4228 @4228 -ord_4229 @4229 -ord_4230 @4230 -ord_4231 @4231 -ord_4232 @4232 -ord_4233 @4233 -ord_4234 @4234 -ord_4235 @4235 -ord_4236 @4236 -ord_4237 @4237 -ord_4238 @4238 -ord_4239 @4239 -ord_4240 @4240 -ord_4241 @4241 -ord_4242 @4242 -ord_4243 @4243 -ord_4244 @4244 -ord_4245 @4245 -ord_4246 @4246 -ord_4247 @4247 -ord_4248 @4248 -ord_4249 @4249 -ord_4250 @4250 -ord_4251 @4251 -ord_4252 @4252 -ord_4253 @4253 -ord_4254 @4254 -ord_4255 @4255 -ord_4256 @4256 -ord_4257 @4257 -ord_4258 @4258 -ord_4259 @4259 -ord_4260 @4260 -ord_4261 @4261 -ord_4262 @4262 -ord_4263 @4263 -ord_4264 @4264 -ord_4265 @4265 -ord_4266 @4266 -ord_4267 @4267 -ord_4268 @4268 -ord_4269 @4269 -ord_4270 @4270 -ord_4271 @4271 -ord_4272 @4272 -ord_4273 @4273 -ord_4274 @4274 -ord_4275 @4275 -ord_4276 @4276 -ord_4277 @4277 -ord_4278 @4278 -ord_4279 @4279 -ord_4280 @4280 -ord_4281 @4281 -ord_4282 @4282 -ord_4283 @4283 -ord_4284 @4284 -ord_4285 @4285 -ord_4286 @4286 -ord_4287 @4287 -ord_4288 @4288 -ord_4289 @4289 -ord_4290 @4290 -ord_4291 @4291 -ord_4292 @4292 -ord_4293 @4293 -ord_4294 @4294 -ord_4295 @4295 -ord_4296 @4296 -ord_4297 @4297 -ord_4298 @4298 -ord_4299 @4299 -ord_4300 @4300 -ord_4301 @4301 -ord_4302 @4302 -ord_4303 @4303 -ord_4304 @4304 -ord_4305 @4305 -ord_4306 @4306 -ord_4307 @4307 -ord_4308 @4308 -ord_4309 @4309 -ord_4310 @4310 -ord_4311 @4311 -ord_4312 @4312 -ord_4313 @4313 -ord_4314 @4314 -ord_4315 @4315 -ord_4316 @4316 -ord_4317 @4317 -ord_4318 @4318 -ord_4319 @4319 -ord_4320 @4320 -ord_4321 @4321 -ord_4322 @4322 -ord_4323 @4323 -ord_4324 @4324 -ord_4325 @4325 -ord_4326 @4326 -ord_4327 @4327 -ord_4328 @4328 -ord_4329 @4329 -ord_4330 @4330 -ord_4331 @4331 -ord_4332 @4332 -ord_4333 @4333 -ord_4334 @4334 -ord_4335 @4335 -ord_4336 @4336 -ord_4337 @4337 -ord_4338 @4338 -ord_4339 @4339 -ord_4340 @4340 -ord_4341 @4341 -ord_4342 @4342 -ord_4343 @4343 -ord_4344 @4344 -ord_4345 @4345 -ord_4346 @4346 -ord_4347 @4347 -ord_4348 @4348 -ord_4349 @4349 -ord_4350 @4350 -ord_4351 @4351 -ord_4352 @4352 -ord_4353 @4353 -ord_4354 @4354 -ord_4355 @4355 -ord_4356 @4356 -ord_4357 @4357 -ord_4358 @4358 -ord_4359 @4359 -ord_4360 @4360 -ord_4361 @4361 -ord_4362 @4362 -ord_4363 @4363 -ord_4364 @4364 -ord_4365 @4365 -ord_4366 @4366 -ord_4367 @4367 -ord_4368 @4368 -ord_4369 @4369 -ord_4370 @4370 -ord_4371 @4371 -ord_4372 @4372 -ord_4373 @4373 -ord_4374 @4374 -ord_4375 @4375 -ord_4376 @4376 -ord_4377 @4377 -ord_4378 @4378 -ord_4379 @4379 -ord_4380 @4380 -ord_4381 @4381 -ord_4382 @4382 -ord_4383 @4383 -ord_4384 @4384 -ord_4385 @4385 -ord_4386 @4386 -ord_4387 @4387 -ord_4388 @4388 -ord_4389 @4389 -ord_4390 @4390 -ord_4391 @4391 -ord_4392 @4392 -ord_4393 @4393 -ord_4394 @4394 -ord_4395 @4395 -ord_4396 @4396 -ord_4397 @4397 -ord_4398 @4398 -ord_4399 @4399 -ord_4400 @4400 -ord_4401 @4401 -ord_4402 @4402 -ord_4403 @4403 -ord_4404 @4404 -ord_4405 @4405 -ord_4406 @4406 -ord_4407 @4407 -ord_4408 @4408 -ord_4409 @4409 -ord_4410 @4410 -ord_4411 @4411 -ord_4412 @4412 -ord_4413 @4413 -ord_4414 @4414 -ord_4415 @4415 -ord_4416 @4416 -ord_4417 @4417 -ord_4418 @4418 -ord_4419 @4419 -ord_4420 @4420 -ord_4421 @4421 -ord_4422 @4422 -ord_4423 @4423 -ord_4424 @4424 -ord_4425 @4425 -ord_4426 @4426 -ord_4427 @4427 -ord_4428 @4428 -ord_4429 @4429 -ord_4430 @4430 -ord_4431 @4431 -ord_4432 @4432 -ord_4433 @4433 -ord_4434 @4434 -ord_4435 @4435 -ord_4436 @4436 -ord_4437 @4437 -ord_4438 @4438 -ord_4439 @4439 -ord_4440 @4440 -ord_4441 @4441 -ord_4442 @4442 -ord_4443 @4443 -ord_4444 @4444 -ord_4445 @4445 -ord_4446 @4446 -ord_4447 @4447 -ord_4448 @4448 -ord_4449 @4449 -ord_4450 @4450 -ord_4451 @4451 -ord_4452 @4452 -ord_4453 @4453 -ord_4454 @4454 -ord_4455 @4455 -ord_4456 @4456 -ord_4457 @4457 -ord_4458 @4458 -ord_4459 @4459 -ord_4460 @4460 -ord_4461 @4461 -ord_4462 @4462 -ord_4463 @4463 -ord_4464 @4464 -ord_4465 @4465 -ord_4466 @4466 -ord_4467 @4467 -ord_4468 @4468 -ord_4469 @4469 -ord_4470 @4470 -ord_4471 @4471 -ord_4472 @4472 -ord_4473 @4473 -ord_4474 @4474 -ord_4475 @4475 -ord_4476 @4476 -ord_4477 @4477 -ord_4478 @4478 -ord_4479 @4479 -ord_4480 @4480 -ord_4481 @4481 -ord_4482 @4482 -ord_4483 @4483 -ord_4484 @4484 -ord_4485 @4485 -ord_4486 @4486 -ord_4487 @4487 -ord_4488 @4488 -ord_4489 @4489 -ord_4490 @4490 -ord_4491 @4491 -ord_4492 @4492 -ord_4493 @4493 -ord_4494 @4494 -ord_4495 @4495 -ord_4496 @4496 -ord_4497 @4497 -ord_4498 @4498 -ord_4499 @4499 -ord_4500 @4500 -ord_4501 @4501 -ord_4502 @4502 -ord_4503 @4503 -ord_4504 @4504 -ord_4505 @4505 -ord_4506 @4506 -ord_4507 @4507 -ord_4508 @4508 -ord_4509 @4509 -ord_4510 @4510 -ord_4511 @4511 -ord_4512 @4512 -ord_4513 @4513 -ord_4514 @4514 -ord_4515 @4515 -ord_4516 @4516 -ord_4517 @4517 -ord_4518 @4518 -ord_4519 @4519 -ord_4520 @4520 -ord_4521 @4521 -ord_4522 @4522 -ord_4523 @4523 -ord_4524 @4524 -ord_4525 @4525 -ord_4526 @4526 -ord_4527 @4527 -ord_4528 @4528 -ord_4529 @4529 -ord_4530 @4530 -ord_4531 @4531 -ord_4532 @4532 -ord_4533 @4533 -ord_4534 @4534 -ord_4535 @4535 -ord_4536 @4536 -ord_4537 @4537 -ord_4538 @4538 -ord_4539 @4539 -ord_4540 @4540 -ord_4541 @4541 -ord_4542 @4542 -ord_4543 @4543 -ord_4544 @4544 -ord_4545 @4545 -ord_4546 @4546 -ord_4547 @4547 -ord_4548 @4548 -ord_4549 @4549 -ord_4550 @4550 -ord_4551 @4551 -ord_4552 @4552 -ord_4553 @4553 -ord_4554 @4554 -ord_4555 @4555 -ord_4556 @4556 -ord_4557 @4557 -ord_4558 @4558 -ord_4559 @4559 -ord_4560 @4560 -ord_4561 @4561 -ord_4562 @4562 -ord_4563 @4563 -ord_4564 @4564 -ord_4565 @4565 -ord_4566 @4566 -ord_4567 @4567 -ord_4568 @4568 -ord_4569 @4569 -ord_4570 @4570 -ord_4571 @4571 -ord_4572 @4572 -ord_4573 @4573 -ord_4574 @4574 -ord_4575 @4575 -ord_4576 @4576 -ord_4577 @4577 -ord_4578 @4578 -ord_4579 @4579 -ord_4580 @4580 -ord_4581 @4581 -ord_4582 @4582 -ord_4583 @4583 -ord_4584 @4584 -ord_4585 @4585 -ord_4586 @4586 -ord_4587 @4587 -ord_4588 @4588 -ord_4589 @4589 -ord_4590 @4590 -ord_4591 @4591 -ord_4592 @4592 -ord_4593 @4593 -ord_4594 @4594 -ord_4595 @4595 -ord_4596 @4596 -ord_4597 @4597 -ord_4598 @4598 -ord_4599 @4599 -ord_4600 @4600 -ord_4601 @4601 -ord_4602 @4602 -ord_4603 @4603 -ord_4604 @4604 -ord_4605 @4605 -ord_4606 @4606 -ord_4607 @4607 -ord_4608 @4608 -ord_4609 @4609 -ord_4610 @4610 -ord_4611 @4611 -ord_4612 @4612 -ord_4613 @4613 -ord_4614 @4614 -ord_4615 @4615 -ord_4616 @4616 -ord_4617 @4617 -ord_4618 @4618 -ord_4619 @4619 -ord_4620 @4620 -ord_4621 @4621 -ord_4622 @4622 -ord_4623 @4623 -ord_4624 @4624 -ord_4625 @4625 -ord_4626 @4626 -ord_4627 @4627 -ord_4628 @4628 -ord_4629 @4629 -ord_4630 @4630 -ord_4631 @4631 -ord_4632 @4632 -ord_4633 @4633 -ord_4634 @4634 -ord_4635 @4635 -ord_4636 @4636 -ord_4637 @4637 -ord_4638 @4638 -ord_4639 @4639 -ord_4640 @4640 -ord_4641 @4641 -ord_4642 @4642 -ord_4643 @4643 -ord_4644 @4644 -ord_4645 @4645 -ord_4646 @4646 -ord_4647 @4647 -ord_4648 @4648 -ord_4649 @4649 -ord_4650 @4650 -ord_4651 @4651 -ord_4652 @4652 -ord_4653 @4653 -ord_4654 @4654 -ord_4655 @4655 -ord_4656 @4656 -ord_4657 @4657 -ord_4658 @4658 -ord_4659 @4659 -ord_4660 @4660 -ord_4661 @4661 -ord_4662 @4662 -ord_4663 @4663 -ord_4664 @4664 -ord_4665 @4665 -ord_4666 @4666 -ord_4667 @4667 -ord_4668 @4668 -ord_4669 @4669 -ord_4670 @4670 -ord_4671 @4671 -ord_4672 @4672 -ord_4673 @4673 -ord_4674 @4674 -ord_4675 @4675 -ord_4676 @4676 -ord_4677 @4677 -ord_4678 @4678 -ord_4679 @4679 -ord_4680 @4680 -ord_4681 @4681 -ord_4682 @4682 -ord_4683 @4683 -ord_4684 @4684 -ord_4685 @4685 -ord_4686 @4686 -ord_4687 @4687 -ord_4688 @4688 -ord_4689 @4689 -ord_4690 @4690 -ord_4691 @4691 -ord_4692 @4692 -ord_4693 @4693 -ord_4694 @4694 -ord_4695 @4695 -ord_4696 @4696 -ord_4697 @4697 -ord_4698 @4698 -ord_4699 @4699 -ord_4700 @4700 -ord_4701 @4701 -ord_4702 @4702 -ord_4703 @4703 -ord_4704 @4704 -ord_4705 @4705 -ord_4706 @4706 -ord_4707 @4707 -ord_4708 @4708 -ord_4709 @4709 -ord_4710 @4710 -ord_4711 @4711 -ord_4712 @4712 -ord_4713 @4713 -ord_4714 @4714 -ord_4715 @4715 -ord_4716 @4716 -ord_4717 @4717 -ord_4718 @4718 -ord_4719 @4719 -ord_4720 @4720 -ord_4721 @4721 -ord_4722 @4722 -ord_4723 @4723 -ord_4724 @4724 -ord_4725 @4725 -ord_4726 @4726 -ord_4727 @4727 -ord_4728 @4728 -ord_4729 @4729 -ord_4730 @4730 -ord_4731 @4731 -ord_4732 @4732 -ord_4733 @4733 -ord_4734 @4734 -ord_4735 @4735 -ord_4736 @4736 -ord_4737 @4737 -ord_4738 @4738 -ord_4739 @4739 -ord_4740 @4740 -ord_4741 @4741 -ord_4742 @4742 -ord_4743 @4743 -ord_4744 @4744 -ord_4745 @4745 -ord_4746 @4746 -ord_4747 @4747 -ord_4748 @4748 -ord_4749 @4749 -ord_4750 @4750 -ord_4751 @4751 -ord_4752 @4752 -ord_4753 @4753 -ord_4754 @4754 -ord_4755 @4755 -ord_4756 @4756 -ord_4757 @4757 -ord_4758 @4758 -ord_4759 @4759 -ord_4760 @4760 -ord_4761 @4761 -ord_4762 @4762 -ord_4763 @4763 -ord_4764 @4764 -ord_4765 @4765 -ord_4766 @4766 -ord_4767 @4767 -ord_4768 @4768 -ord_4769 @4769 -ord_4770 @4770 -ord_4771 @4771 -ord_4772 @4772 -ord_4773 @4773 -ord_4774 @4774 -ord_4775 @4775 -ord_4776 @4776 -ord_4777 @4777 -ord_4778 @4778 -ord_4779 @4779 -ord_4780 @4780 -ord_4781 @4781 -ord_4782 @4782 -ord_4783 @4783 -ord_4784 @4784 -ord_4785 @4785 -ord_4786 @4786 -ord_4787 @4787 -ord_4788 @4788 -ord_4789 @4789 -ord_4790 @4790 -ord_4791 @4791 -ord_4792 @4792 -ord_4793 @4793 -ord_4794 @4794 -ord_4795 @4795 -ord_4796 @4796 -ord_4797 @4797 -ord_4798 @4798 -ord_4799 @4799 -ord_4800 @4800 -ord_4801 @4801 -ord_4802 @4802 -ord_4803 @4803 -ord_4804 @4804 -ord_4805 @4805 -ord_4806 @4806 -ord_4807 @4807 -ord_4808 @4808 -ord_4809 @4809 -ord_4810 @4810 -ord_4811 @4811 -ord_4812 @4812 -ord_4813 @4813 -ord_4814 @4814 -ord_4815 @4815 -ord_4816 @4816 -ord_4817 @4817 -ord_4818 @4818 -ord_4819 @4819 -ord_4820 @4820 -ord_4821 @4821 -ord_4822 @4822 -ord_4823 @4823 -ord_4824 @4824 -ord_4825 @4825 -ord_4826 @4826 -ord_4827 @4827 -ord_4828 @4828 -ord_4829 @4829 -ord_4830 @4830 -ord_4831 @4831 -ord_4832 @4832 -ord_4833 @4833 -ord_4834 @4834 -ord_4835 @4835 -ord_4836 @4836 -ord_4837 @4837 -ord_4838 @4838 -ord_4839 @4839 -ord_4840 @4840 -ord_4841 @4841 -ord_4842 @4842 -ord_4843 @4843 -ord_4844 @4844 -ord_4845 @4845 -ord_4846 @4846 -ord_4847 @4847 -ord_4848 @4848 -ord_4849 @4849 -ord_4850 @4850 -ord_4851 @4851 -ord_4852 @4852 -ord_4853 @4853 -ord_4854 @4854 -ord_4855 @4855 -ord_4856 @4856 -ord_4857 @4857 -ord_4858 @4858 -ord_4859 @4859 -ord_4860 @4860 -ord_4861 @4861 -ord_4862 @4862 -ord_4863 @4863 -ord_4864 @4864 -ord_4865 @4865 -ord_4866 @4866 -ord_4867 @4867 -ord_4868 @4868 -ord_4869 @4869 -ord_4870 @4870 -ord_4871 @4871 -ord_4872 @4872 -ord_4873 @4873 -ord_4874 @4874 -ord_4875 @4875 -ord_4876 @4876 -ord_4877 @4877 -ord_4878 @4878 -ord_4879 @4879 -ord_4880 @4880 -ord_4881 @4881 -ord_4882 @4882 -ord_4883 @4883 -ord_4884 @4884 -ord_4885 @4885 -ord_4886 @4886 -ord_4887 @4887 -ord_4888 @4888 -ord_4889 @4889 -ord_4890 @4890 -ord_4891 @4891 -ord_4892 @4892 -ord_4893 @4893 -ord_4894 @4894 -ord_4895 @4895 -ord_4896 @4896 -ord_4897 @4897 -ord_4898 @4898 -ord_4899 @4899 -ord_4900 @4900 -ord_4901 @4901 -ord_4902 @4902 -ord_4903 @4903 -ord_4904 @4904 -ord_4905 @4905 -ord_4906 @4906 -ord_4907 @4907 -ord_4908 @4908 -ord_4909 @4909 -ord_4910 @4910 -ord_4911 @4911 -ord_4912 @4912 -ord_4913 @4913 -ord_4914 @4914 -ord_4915 @4915 -ord_4916 @4916 -ord_4917 @4917 -ord_4918 @4918 -ord_4919 @4919 -ord_4920 @4920 -ord_4921 @4921 -ord_4922 @4922 -ord_4923 @4923 -ord_4924 @4924 -ord_4925 @4925 -ord_4926 @4926 -ord_4927 @4927 -ord_4928 @4928 -ord_4929 @4929 -ord_4930 @4930 -ord_4931 @4931 -ord_4932 @4932 -ord_4933 @4933 -ord_4934 @4934 -ord_4935 @4935 -ord_4936 @4936 -ord_4937 @4937 -ord_4938 @4938 -ord_4939 @4939 -ord_4940 @4940 -ord_4941 @4941 -ord_4942 @4942 -ord_4943 @4943 -ord_4944 @4944 -ord_4945 @4945 -ord_4946 @4946 -ord_4947 @4947 -ord_4948 @4948 -ord_4949 @4949 -ord_4950 @4950 -ord_4951 @4951 -ord_4952 @4952 -ord_4953 @4953 -ord_4954 @4954 -ord_4955 @4955 -ord_4956 @4956 -ord_4957 @4957 -ord_4958 @4958 -ord_4959 @4959 -ord_4960 @4960 -ord_4961 @4961 -ord_4962 @4962 -ord_4963 @4963 -ord_4964 @4964 -ord_4965 @4965 -ord_4966 @4966 -ord_4967 @4967 -ord_4968 @4968 -ord_4969 @4969 -ord_4970 @4970 -ord_4971 @4971 -ord_4972 @4972 -ord_4973 @4973 -ord_4974 @4974 -ord_4975 @4975 -ord_4976 @4976 -ord_4977 @4977 -ord_4978 @4978 -ord_4979 @4979 -ord_4980 @4980 -ord_4981 @4981 -ord_4982 @4982 -ord_4983 @4983 -ord_4984 @4984 -ord_4985 @4985 -ord_4986 @4986 -ord_4987 @4987 -ord_4988 @4988 -ord_4989 @4989 -ord_4990 @4990 -ord_4991 @4991 -ord_4992 @4992 -ord_4993 @4993 -ord_4994 @4994 -ord_4995 @4995 -ord_4996 @4996 -ord_4997 @4997 -ord_4998 @4998 -ord_4999 @4999 -ord_5000 @5000 -ord_5001 @5001 -ord_5002 @5002 -ord_5003 @5003 -ord_5004 @5004 -ord_5005 @5005 -ord_5006 @5006 -ord_5007 @5007 -ord_5008 @5008 -ord_5009 @5009 -ord_5010 @5010 -ord_5011 @5011 -ord_5012 @5012 -ord_5013 @5013 -ord_5014 @5014 -ord_5015 @5015 -ord_5016 @5016 -ord_5017 @5017 -ord_5018 @5018 -ord_5019 @5019 -ord_5020 @5020 -ord_5021 @5021 -ord_5022 @5022 -ord_5023 @5023 -ord_5024 @5024 -ord_5025 @5025 -ord_5026 @5026 -ord_5027 @5027 -ord_5028 @5028 -ord_5029 @5029 -ord_5030 @5030 -ord_5031 @5031 -ord_5032 @5032 -ord_5033 @5033 -ord_5034 @5034 -ord_5035 @5035 -ord_5036 @5036 -ord_5037 @5037 -ord_5038 @5038 -ord_5039 @5039 -ord_5040 @5040 -ord_5041 @5041 -ord_5042 @5042 -ord_5043 @5043 -ord_5044 @5044 -ord_5045 @5045 -ord_5046 @5046 -ord_5047 @5047 -ord_5048 @5048 -ord_5049 @5049 -ord_5050 @5050 -ord_5051 @5051 -ord_5052 @5052 -ord_5053 @5053 -ord_5054 @5054 -ord_5055 @5055 -ord_5056 @5056 -ord_5057 @5057 -ord_5058 @5058 -ord_5059 @5059 -ord_5060 @5060 -ord_5061 @5061 -ord_5062 @5062 -ord_5063 @5063 -ord_5064 @5064 -ord_5065 @5065 -ord_5066 @5066 -ord_5067 @5067 -ord_5068 @5068 -ord_5069 @5069 -ord_5070 @5070 -ord_5071 @5071 -ord_5072 @5072 -ord_5073 @5073 -ord_5074 @5074 -ord_5075 @5075 -ord_5076 @5076 -ord_5077 @5077 -ord_5078 @5078 -ord_5079 @5079 -ord_5080 @5080 -ord_5081 @5081 -ord_5082 @5082 -ord_5083 @5083 -ord_5084 @5084 -ord_5085 @5085 -ord_5086 @5086 -ord_5087 @5087 -ord_5088 @5088 -ord_5089 @5089 -ord_5090 @5090 -ord_5091 @5091 -ord_5092 @5092 -ord_5093 @5093 -ord_5094 @5094 -ord_5095 @5095 -ord_5096 @5096 -ord_5097 @5097 -ord_5098 @5098 -ord_5099 @5099 -ord_5100 @5100 -ord_5101 @5101 -ord_5102 @5102 -ord_5103 @5103 -ord_5104 @5104 -ord_5105 @5105 -ord_5106 @5106 -ord_5107 @5107 -ord_5108 @5108 -ord_5109 @5109 -ord_5110 @5110 -ord_5111 @5111 -ord_5112 @5112 -ord_5113 @5113 -ord_5114 @5114 -ord_5115 @5115 -ord_5116 @5116 -ord_5117 @5117 -ord_5118 @5118 -ord_5119 @5119 -ord_5120 @5120 -ord_5121 @5121 -ord_5122 @5122 -ord_5123 @5123 -ord_5124 @5124 -ord_5125 @5125 -ord_5126 @5126 -ord_5127 @5127 -ord_5128 @5128 -ord_5129 @5129 -ord_5130 @5130 -ord_5131 @5131 -ord_5132 @5132 -ord_5133 @5133 -ord_5134 @5134 -ord_5135 @5135 -ord_5136 @5136 -ord_5137 @5137 -ord_5138 @5138 -ord_5139 @5139 -ord_5140 @5140 -ord_5141 @5141 -ord_5142 @5142 -ord_5143 @5143 -ord_5144 @5144 -ord_5145 @5145 -ord_5146 @5146 -ord_5147 @5147 -ord_5148 @5148 -ord_5149 @5149 -ord_5150 @5150 -ord_5151 @5151 -ord_5152 @5152 -ord_5153 @5153 -ord_5154 @5154 -ord_5155 @5155 -ord_5156 @5156 -ord_5157 @5157 -ord_5158 @5158 -ord_5159 @5159 -ord_5160 @5160 -ord_5161 @5161 -ord_5162 @5162 -ord_5163 @5163 -ord_5164 @5164 -ord_5165 @5165 -ord_5166 @5166 -ord_5167 @5167 -ord_5168 @5168 -ord_5169 @5169 -ord_5170 @5170 -ord_5171 @5171 -ord_5172 @5172 -ord_5173 @5173 -ord_5174 @5174 -ord_5175 @5175 -ord_5176 @5176 -ord_5177 @5177 -ord_5178 @5178 -ord_5179 @5179 -ord_5180 @5180 -ord_5181 @5181 -ord_5182 @5182 -ord_5183 @5183 -ord_5184 @5184 -ord_5185 @5185 -ord_5186 @5186 -ord_5187 @5187 -ord_5188 @5188 -ord_5189 @5189 -ord_5190 @5190 -ord_5191 @5191 -ord_5192 @5192 -ord_5193 @5193 -ord_5194 @5194 -ord_5195 @5195 -ord_5196 @5196 -ord_5197 @5197 -ord_5198 @5198 -ord_5199 @5199 -ord_5200 @5200 -ord_5201 @5201 -ord_5202 @5202 -ord_5203 @5203 -ord_5204 @5204 -ord_5205 @5205 -ord_5206 @5206 -ord_5207 @5207 -ord_5208 @5208 -ord_5209 @5209 -ord_5210 @5210 -ord_5211 @5211 -ord_5212 @5212 -ord_5213 @5213 -ord_5214 @5214 -ord_5215 @5215 -ord_5216 @5216 -ord_5217 @5217 -ord_5218 @5218 -ord_5219 @5219 -ord_5220 @5220 -ord_5221 @5221 -ord_5222 @5222 -ord_5223 @5223 -ord_5224 @5224 -ord_5225 @5225 -ord_5226 @5226 -ord_5227 @5227 -ord_5228 @5228 -ord_5229 @5229 -ord_5230 @5230 -ord_5231 @5231 -ord_5232 @5232 -ord_5233 @5233 -ord_5234 @5234 -ord_5235 @5235 -ord_5236 @5236 -ord_5237 @5237 -ord_5238 @5238 -ord_5239 @5239 -ord_5240 @5240 -ord_5241 @5241 -ord_5242 @5242 -ord_5243 @5243 -ord_5244 @5244 -ord_5245 @5245 -ord_5246 @5246 -ord_5247 @5247 -ord_5248 @5248 -ord_5249 @5249 -ord_5250 @5250 -ord_5251 @5251 -ord_5252 @5252 -ord_5253 @5253 -ord_5254 @5254 -ord_5255 @5255 -ord_5256 @5256 -ord_5257 @5257 -ord_5258 @5258 -ord_5259 @5259 -ord_5260 @5260 -ord_5261 @5261 -ord_5262 @5262 -ord_5263 @5263 -ord_5264 @5264 -ord_5265 @5265 -ord_5266 @5266 -ord_5267 @5267 -ord_5268 @5268 -ord_5269 @5269 -ord_5270 @5270 -ord_5271 @5271 -ord_5272 @5272 -ord_5273 @5273 -ord_5274 @5274 -ord_5275 @5275 -ord_5276 @5276 -ord_5277 @5277 -ord_5278 @5278 -ord_5279 @5279 -ord_5280 @5280 -ord_5281 @5281 -ord_5282 @5282 -ord_5283 @5283 -ord_5284 @5284 -ord_5285 @5285 -ord_5286 @5286 -ord_5287 @5287 -ord_5288 @5288 -ord_5289 @5289 -ord_5290 @5290 -ord_5291 @5291 -ord_5292 @5292 -ord_5293 @5293 -ord_5294 @5294 -ord_5295 @5295 -ord_5296 @5296 -ord_5297 @5297 -ord_5298 @5298 -ord_5299 @5299 -ord_5300 @5300 -ord_5301 @5301 -ord_5302 @5302 -ord_5303 @5303 -ord_5304 @5304 -ord_5305 @5305 -ord_5306 @5306 -ord_5307 @5307 -ord_5308 @5308 -ord_5309 @5309 -ord_5310 @5310 -ord_5311 @5311 -ord_5312 @5312 -ord_5313 @5313 -ord_5314 @5314 -ord_5315 @5315 -ord_5316 @5316 -ord_5317 @5317 -ord_5318 @5318 -ord_5319 @5319 -ord_5320 @5320 -ord_5321 @5321 -ord_5322 @5322 -ord_5323 @5323 -ord_5324 @5324 -ord_5325 @5325 -ord_5326 @5326 -ord_5327 @5327 -ord_5328 @5328 -ord_5329 @5329 -ord_5330 @5330 -ord_5331 @5331 -ord_5332 @5332 -ord_5333 @5333 -ord_5334 @5334 -ord_5335 @5335 -ord_5336 @5336 -ord_5337 @5337 -ord_5338 @5338 -ord_5339 @5339 -ord_5340 @5340 -ord_5341 @5341 -ord_5342 @5342 -ord_5343 @5343 -ord_5344 @5344 -ord_5345 @5345 -ord_5346 @5346 -ord_5347 @5347 -ord_5348 @5348 -ord_5349 @5349 -ord_5350 @5350 -ord_5351 @5351 -ord_5352 @5352 -ord_5353 @5353 -ord_5354 @5354 -ord_5355 @5355 -ord_5356 @5356 -ord_5357 @5357 -ord_5358 @5358 -ord_5359 @5359 -ord_5360 @5360 -ord_5361 @5361 -ord_5362 @5362 -ord_5363 @5363 -ord_5364 @5364 -ord_5365 @5365 -ord_5366 @5366 -ord_5367 @5367 -ord_5368 @5368 -ord_5369 @5369 -ord_5370 @5370 -ord_5371 @5371 -ord_5372 @5372 -ord_5373 @5373 -ord_5374 @5374 -ord_5375 @5375 -ord_5376 @5376 -ord_5377 @5377 -ord_5378 @5378 -ord_5379 @5379 -ord_5380 @5380 -ord_5381 @5381 -ord_5382 @5382 -ord_5383 @5383 -ord_5384 @5384 -ord_5385 @5385 -ord_5386 @5386 -ord_5387 @5387 -ord_5388 @5388 -ord_5389 @5389 -ord_5390 @5390 -ord_5391 @5391 -ord_5392 @5392 -ord_5393 @5393 -ord_5394 @5394 -ord_5395 @5395 -ord_5396 @5396 -ord_5397 @5397 -ord_5398 @5398 -ord_5399 @5399 -ord_5400 @5400 -ord_5401 @5401 -ord_5402 @5402 -ord_5403 @5403 -ord_5404 @5404 -ord_5405 @5405 -ord_5406 @5406 -ord_5407 @5407 -ord_5408 @5408 -ord_5409 @5409 -ord_5410 @5410 -ord_5411 @5411 -ord_5412 @5412 -ord_5413 @5413 -ord_5414 @5414 -ord_5415 @5415 -ord_5416 @5416 -ord_5417 @5417 -ord_5418 @5418 -ord_5419 @5419 -ord_5420 @5420 -ord_5421 @5421 -ord_5422 @5422 -ord_5423 @5423 -ord_5424 @5424 -ord_5425 @5425 -ord_5426 @5426 -ord_5427 @5427 -ord_5428 @5428 -ord_5429 @5429 -ord_5430 @5430 -ord_5431 @5431 -ord_5432 @5432 -ord_5433 @5433 -ord_5434 @5434 -ord_5435 @5435 -ord_5436 @5436 -ord_5437 @5437 -ord_5438 @5438 -ord_5439 @5439 -ord_5440 @5440 -ord_5441 @5441 -ord_5442 @5442 -ord_5443 @5443 -ord_5444 @5444 -ord_5445 @5445 -ord_5446 @5446 -ord_5447 @5447 -ord_5448 @5448 -ord_5449 @5449 -ord_5450 @5450 -ord_5451 @5451 -ord_5452 @5452 -ord_5453 @5453 -ord_5454 @5454 -ord_5455 @5455 -ord_5456 @5456 -ord_5457 @5457 -ord_5458 @5458 -ord_5459 @5459 -ord_5460 @5460 -ord_5461 @5461 -ord_5462 @5462 -ord_5463 @5463 -ord_5464 @5464 -ord_5465 @5465 -ord_5466 @5466 -ord_5467 @5467 -ord_5468 @5468 -ord_5469 @5469 -ord_5470 @5470 -ord_5471 @5471 -ord_5472 @5472 -ord_5473 @5473 -ord_5474 @5474 -ord_5475 @5475 -ord_5476 @5476 -ord_5477 @5477 -ord_5478 @5478 -ord_5479 @5479 -ord_5480 @5480 -ord_5481 @5481 -ord_5482 @5482 -ord_5483 @5483 -ord_5484 @5484 -ord_5485 @5485 -ord_5486 @5486 -ord_5487 @5487 -ord_5488 @5488 -ord_5489 @5489 -ord_5490 @5490 -ord_5491 @5491 -ord_5492 @5492 -ord_5493 @5493 -ord_5494 @5494 -ord_5495 @5495 -ord_5496 @5496 -ord_5497 @5497 -ord_5498 @5498 -ord_5499 @5499 -ord_5500 @5500 -ord_5501 @5501 -ord_5502 @5502 -ord_5503 @5503 -ord_5504 @5504 -ord_5505 @5505 -ord_5506 @5506 -ord_5507 @5507 -ord_5508 @5508 -ord_5509 @5509 -ord_5510 @5510 -ord_5511 @5511 -ord_5512 @5512 -ord_5513 @5513 -ord_5514 @5514 -ord_5515 @5515 -ord_5516 @5516 -ord_5517 @5517 -ord_5518 @5518 -ord_5519 @5519 -ord_5520 @5520 -ord_5521 @5521 -ord_5522 @5522 -ord_5523 @5523 -ord_5524 @5524 -ord_5525 @5525 -ord_5526 @5526 -ord_5527 @5527 -ord_5528 @5528 -ord_5529 @5529 -ord_5530 @5530 -ord_5531 @5531 -ord_5532 @5532 -ord_5533 @5533 -ord_5534 @5534 -ord_5535 @5535 -ord_5536 @5536 -ord_5537 @5537 -ord_5538 @5538 -ord_5539 @5539 -ord_5540 @5540 -ord_5541 @5541 -ord_5542 @5542 -ord_5543 @5543 -ord_5544 @5544 -ord_5545 @5545 -ord_5546 @5546 -ord_5547 @5547 -ord_5548 @5548 -ord_5549 @5549 -ord_5550 @5550 -ord_5551 @5551 -ord_5552 @5552 -ord_5553 @5553 -ord_5554 @5554 -ord_5555 @5555 -ord_5556 @5556 -ord_5557 @5557 -ord_5558 @5558 -ord_5559 @5559 -ord_5560 @5560 -ord_5561 @5561 -ord_5562 @5562 -ord_5563 @5563 -ord_5564 @5564 -ord_5565 @5565 -ord_5566 @5566 -ord_5567 @5567 -ord_5568 @5568 -ord_5569 @5569 -ord_5570 @5570 -ord_5571 @5571 -ord_5572 @5572 -ord_5573 @5573 -ord_5574 @5574 -ord_5575 @5575 -ord_5576 @5576 -ord_5577 @5577 -ord_5578 @5578 -ord_5579 @5579 -ord_5580 @5580 -ord_5581 @5581 -ord_5582 @5582 -ord_5583 @5583 -ord_5584 @5584 -ord_5585 @5585 -ord_5586 @5586 -ord_5587 @5587 -ord_5588 @5588 -ord_5589 @5589 -ord_5590 @5590 -ord_5591 @5591 -ord_5592 @5592 -ord_5593 @5593 -ord_5594 @5594 -ord_5595 @5595 -ord_5596 @5596 -ord_5597 @5597 -ord_5598 @5598 -ord_5599 @5599 -ord_5600 @5600 -ord_5601 @5601 -ord_5602 @5602 -ord_5603 @5603 -ord_5604 @5604 -ord_5605 @5605 -ord_5606 @5606 -ord_5607 @5607 -ord_5608 @5608 -ord_5609 @5609 -ord_5610 @5610 -ord_5611 @5611 -ord_5612 @5612 -ord_5613 @5613 -ord_5614 @5614 -ord_5615 @5615 -ord_5616 @5616 -ord_5617 @5617 -ord_5618 @5618 -ord_5619 @5619 -ord_5620 @5620 -ord_5621 @5621 -ord_5622 @5622 -ord_5623 @5623 -ord_5624 @5624 -ord_5625 @5625 -ord_5626 @5626 -ord_5627 @5627 -ord_5628 @5628 -ord_5629 @5629 -ord_5630 @5630 -ord_5631 @5631 -ord_5632 @5632 -ord_5633 @5633 -ord_5634 @5634 -ord_5635 @5635 -ord_5636 @5636 -ord_5637 @5637 -ord_5638 @5638 -ord_5639 @5639 -ord_5640 @5640 -ord_5641 @5641 -ord_5642 @5642 -ord_5643 @5643 -ord_5644 @5644 -ord_5645 @5645 -ord_5646 @5646 -ord_5647 @5647 -ord_5648 @5648 -ord_5649 @5649 -ord_5650 @5650 -ord_5651 @5651 -ord_5652 @5652 -ord_5653 @5653 -ord_5654 @5654 -ord_5655 @5655 -ord_5656 @5656 -ord_5657 @5657 -ord_5658 @5658 -ord_5659 @5659 -ord_5660 @5660 -ord_5661 @5661 -ord_5662 @5662 -ord_5663 @5663 -ord_5664 @5664 -ord_5665 @5665 -ord_5666 @5666 -ord_5667 @5667 -ord_5668 @5668 -ord_5669 @5669 -ord_5670 @5670 -ord_5671 @5671 -ord_5672 @5672 -ord_5673 @5673 -ord_5674 @5674 -ord_5675 @5675 -ord_5676 @5676 -ord_5677 @5677 -ord_5678 @5678 -ord_5679 @5679 -ord_5680 @5680 -ord_5681 @5681 -ord_5682 @5682 -ord_5683 @5683 -ord_5684 @5684 -ord_5685 @5685 -ord_5686 @5686 -ord_5687 @5687 -ord_5688 @5688 -ord_5689 @5689 -ord_5690 @5690 -ord_5691 @5691 -ord_5692 @5692 -ord_5693 @5693 -ord_5694 @5694 -ord_5695 @5695 -ord_5696 @5696 -ord_5697 @5697 -ord_5698 @5698 -ord_5699 @5699 -ord_5700 @5700 -ord_5701 @5701 -ord_5702 @5702 -ord_5703 @5703 -ord_5704 @5704 -ord_5705 @5705 -ord_5706 @5706 -ord_5707 @5707 -ord_5708 @5708 -ord_5709 @5709 -ord_5710 @5710 -ord_5711 @5711 -ord_5712 @5712 -ord_5713 @5713 -ord_5714 @5714 -ord_5715 @5715 -ord_5716 @5716 -ord_5717 @5717 -ord_5718 @5718 -ord_5719 @5719 -ord_5720 @5720 -ord_5721 @5721 -ord_5722 @5722 -ord_5723 @5723 -ord_5724 @5724 -ord_5725 @5725 -ord_5726 @5726 -ord_5727 @5727 -ord_5728 @5728 -ord_5729 @5729 -ord_5730 @5730 -ord_5731 @5731 -ord_5732 @5732 -ord_5733 @5733 -ord_5734 @5734 -ord_5735 @5735 -ord_5736 @5736 -ord_5737 @5737 -ord_5738 @5738 -ord_5739 @5739 -ord_5740 @5740 -ord_5741 @5741 -ord_5742 @5742 -ord_5743 @5743 -ord_5744 @5744 -ord_5745 @5745 -ord_5746 @5746 -ord_5747 @5747 -ord_5748 @5748 -ord_5749 @5749 -ord_5750 @5750 -ord_5751 @5751 -ord_5752 @5752 -ord_5753 @5753 -ord_5754 @5754 -ord_5755 @5755 -ord_5756 @5756 -ord_5757 @5757 -ord_5758 @5758 -ord_5759 @5759 -ord_5760 @5760 -ord_5761 @5761 -ord_5762 @5762 -ord_5763 @5763 -ord_5764 @5764 -ord_5765 @5765 -ord_5766 @5766 -ord_5767 @5767 -ord_5768 @5768 -ord_5769 @5769 -ord_5770 @5770 -ord_5771 @5771 -ord_5772 @5772 -ord_5773 @5773 -ord_5774 @5774 -ord_5775 @5775 -ord_5776 @5776 -ord_5777 @5777 -ord_5778 @5778 -ord_5779 @5779 -ord_5780 @5780 -ord_5781 @5781 -ord_5782 @5782 -ord_5783 @5783 -ord_5784 @5784 -ord_5785 @5785 -ord_5786 @5786 -ord_5787 @5787 -ord_5788 @5788 -ord_5789 @5789 -ord_5790 @5790 -ord_5791 @5791 -ord_5792 @5792 -ord_5793 @5793 -ord_5794 @5794 -ord_5795 @5795 -ord_5796 @5796 -ord_5797 @5797 -ord_5798 @5798 -ord_5799 @5799 -ord_5800 @5800 -ord_5801 @5801 -ord_5802 @5802 -ord_5803 @5803 -ord_5804 @5804 -ord_5805 @5805 -ord_5806 @5806 -ord_5807 @5807 -ord_5808 @5808 -ord_5809 @5809 -ord_5810 @5810 -ord_5811 @5811 -ord_5812 @5812 -ord_5813 @5813 -ord_5814 @5814 -ord_5815 @5815 -ord_5816 @5816 -ord_5817 @5817 -ord_5818 @5818 -ord_5819 @5819 -ord_5820 @5820 -ord_5821 @5821 -ord_5822 @5822 -ord_5823 @5823 -ord_5824 @5824 -ord_5825 @5825 -ord_5826 @5826 -ord_5827 @5827 -ord_5828 @5828 -ord_5829 @5829 -ord_5830 @5830 -ord_5831 @5831 -ord_5832 @5832 -ord_5833 @5833 -ord_5834 @5834 -ord_5835 @5835 -ord_5836 @5836 -ord_5837 @5837 -ord_5838 @5838 -ord_5839 @5839 -ord_5840 @5840 -ord_5841 @5841 -ord_5842 @5842 -ord_5843 @5843 -ord_5844 @5844 -ord_5845 @5845 -ord_5846 @5846 -ord_5847 @5847 -ord_5848 @5848 -ord_5849 @5849 -ord_5850 @5850 -ord_5851 @5851 -ord_5852 @5852 -ord_5853 @5853 -ord_5854 @5854 -ord_5855 @5855 -ord_5856 @5856 -ord_5857 @5857 -ord_5858 @5858 -ord_5859 @5859 -ord_5860 @5860 -ord_5861 @5861 -ord_5862 @5862 -ord_5863 @5863 -ord_5864 @5864 -ord_5865 @5865 -ord_5866 @5866 -ord_5867 @5867 -ord_5868 @5868 -ord_5869 @5869 -ord_5870 @5870 -ord_5871 @5871 -ord_5872 @5872 -ord_5873 @5873 -ord_5874 @5874 -ord_5875 @5875 -ord_5876 @5876 -ord_5877 @5877 -ord_5878 @5878 -ord_5879 @5879 -ord_5880 @5880 -ord_5881 @5881 -ord_5882 @5882 -ord_5883 @5883 -ord_5884 @5884 -ord_5885 @5885 -ord_5886 @5886 -ord_5887 @5887 -ord_5888 @5888 -ord_5889 @5889 -ord_5890 @5890 -ord_5891 @5891 -ord_5892 @5892 -ord_5893 @5893 -ord_5894 @5894 -ord_5895 @5895 -ord_5896 @5896 -ord_5897 @5897 -ord_5898 @5898 -ord_5899 @5899 -ord_5900 @5900 -ord_5901 @5901 -ord_5902 @5902 -ord_5903 @5903 -ord_5904 @5904 -ord_5905 @5905 -ord_5906 @5906 -ord_5907 @5907 -ord_5908 @5908 -ord_5909 @5909 -ord_5910 @5910 -ord_5911 @5911 -ord_5912 @5912 -ord_5913 @5913 -ord_5914 @5914 -ord_5915 @5915 -ord_5916 @5916 -ord_5917 @5917 -ord_5918 @5918 -ord_5919 @5919 -ord_5920 @5920 -ord_5921 @5921 -ord_5922 @5922 -ord_5923 @5923 -ord_5924 @5924 -ord_5925 @5925 -ord_5926 @5926 -ord_5927 @5927 -ord_5928 @5928 -ord_5929 @5929 -ord_5930 @5930 -ord_5931 @5931 -ord_5932 @5932 -ord_5933 @5933 -ord_5934 @5934 -ord_5935 @5935 -ord_5936 @5936 -ord_5937 @5937 -ord_5938 @5938 -ord_5939 @5939 -ord_5940 @5940 -ord_5941 @5941 -ord_5942 @5942 -ord_5943 @5943 -ord_5944 @5944 -ord_5945 @5945 -ord_5946 @5946 -ord_5947 @5947 -ord_5948 @5948 -ord_5949 @5949 -ord_5950 @5950 -ord_5951 @5951 -ord_5952 @5952 -ord_5953 @5953 -ord_5954 @5954 -ord_5955 @5955 -ord_5956 @5956 -ord_5957 @5957 -ord_5958 @5958 -ord_5959 @5959 -ord_5960 @5960 -ord_5961 @5961 -ord_5962 @5962 -ord_5963 @5963 -ord_5964 @5964 -ord_5965 @5965 -ord_5966 @5966 -ord_5967 @5967 -ord_5968 @5968 -ord_5969 @5969 -ord_5970 @5970 -ord_5971 @5971 -ord_5972 @5972 -ord_5973 @5973 -ord_5974 @5974 -ord_5975 @5975 -ord_5976 @5976 -ord_5977 @5977 -ord_5978 @5978 -ord_5979 @5979 -ord_5980 @5980 -ord_5981 @5981 -ord_5982 @5982 -ord_5983 @5983 -ord_5984 @5984 -ord_5985 @5985 -ord_5986 @5986 -ord_5987 @5987 -ord_5988 @5988 -ord_5989 @5989 -ord_5990 @5990 -ord_5991 @5991 -ord_5992 @5992 -ord_5993 @5993 -ord_5994 @5994 -ord_5995 @5995 -ord_5996 @5996 -ord_5997 @5997 -ord_5998 @5998 -ord_5999 @5999 -ord_6000 @6000 -ord_6001 @6001 -ord_6002 @6002 -ord_6003 @6003 -ord_6004 @6004 -ord_6005 @6005 -ord_6006 @6006 -ord_6007 @6007 -ord_6008 @6008 -ord_6009 @6009 -ord_6010 @6010 -ord_6011 @6011 -ord_6012 @6012 -ord_6013 @6013 -ord_6014 @6014 -ord_6015 @6015 -ord_6016 @6016 -ord_6017 @6017 -ord_6018 @6018 -ord_6019 @6019 -ord_6020 @6020 -ord_6021 @6021 -ord_6022 @6022 -ord_6023 @6023 -ord_6024 @6024 -ord_6025 @6025 -ord_6026 @6026 -ord_6027 @6027 -ord_6028 @6028 -ord_6029 @6029 -ord_6030 @6030 -ord_6032 @6032 -ord_6033 @6033 -ord_6034 @6034 -ord_6035 @6035 -ord_6036 @6036 -ord_6037 @6037 -ord_6038 @6038 -ord_6039 @6039 -ord_6040 @6040 -ord_6041 @6041 -ord_6042 @6042 -ord_6043 @6043 -ord_6044 @6044 -ord_6045 @6045 -ord_6046 @6046 -ord_6047 @6047 -ord_6048 @6048 -ord_6049 @6049 -ord_6050 @6050 -ord_6051 @6051 -ord_6052 @6052 -ord_6053 @6053 -ord_6054 @6054 -ord_6055 @6055 -ord_6056 @6056 -ord_6057 @6057 -ord_6058 @6058 -ord_6059 @6059 -ord_6060 @6060 -ord_6061 @6061 -ord_6062 @6062 -ord_6063 @6063 -ord_6064 @6064 -ord_6065 @6065 -ord_6066 @6066 -ord_6067 @6067 -ord_6068 @6068 -ord_6069 @6069 -ord_6070 @6070 -ord_6071 @6071 -ord_6072 @6072 -ord_6073 @6073 -ord_6074 @6074 -ord_6075 @6075 -ord_6076 @6076 -ord_6077 @6077 -ord_6078 @6078 -ord_6079 @6079 -ord_6080 @6080 -ord_6081 @6081 -ord_6082 @6082 -ord_6083 @6083 -ord_6084 @6084 -ord_6085 @6085 -ord_6086 @6086 -ord_6087 @6087 -ord_6088 @6088 -ord_6089 @6089 -ord_6090 @6090 -ord_6091 @6091 -ord_6092 @6092 -ord_6093 @6093 -ord_6094 @6094 -ord_6095 @6095 -ord_6096 @6096 -ord_6097 @6097 -ord_6098 @6098 -ord_6099 @6099 -ord_6100 @6100 -ord_6101 @6101 -ord_6102 @6102 -ord_6103 @6103 -ord_6104 @6104 -ord_6105 @6105 -ord_6106 @6106 -ord_6107 @6107 -ord_6108 @6108 -ord_6109 @6109 -ord_6110 @6110 -ord_6111 @6111 -ord_6112 @6112 -ord_6113 @6113 -ord_6114 @6114 -ord_6115 @6115 -ord_6116 @6116 -ord_6117 @6117 -ord_6118 @6118 -ord_6119 @6119 -ord_6120 @6120 -ord_6121 @6121 -ord_6122 @6122 -ord_6123 @6123 -ord_6124 @6124 -ord_6125 @6125 -ord_6126 @6126 -ord_6127 @6127 -ord_6128 @6128 -ord_6129 @6129 -ord_6130 @6130 -ord_6131 @6131 -ord_6132 @6132 -ord_6133 @6133 -ord_6134 @6134 -ord_6135 @6135 -ord_6136 @6136 -ord_6137 @6137 -ord_6138 @6138 -ord_6139 @6139 -ord_6140 @6140 -ord_6141 @6141 -ord_6142 @6142 -ord_6143 @6143 -ord_6144 @6144 -ord_6145 @6145 -ord_6146 @6146 -ord_6147 @6147 -ord_6148 @6148 -ord_6149 @6149 -ord_6150 @6150 -ord_6151 @6151 -ord_6152 @6152 -ord_6153 @6153 -ord_6154 @6154 -ord_6155 @6155 -ord_6156 @6156 -ord_6157 @6157 -ord_6158 @6158 -ord_6159 @6159 -ord_6160 @6160 -ord_6161 @6161 -ord_6162 @6162 -ord_6163 @6163 -ord_6164 @6164 -ord_6165 @6165 -ord_6166 @6166 -ord_6167 @6167 -ord_6168 @6168 -ord_6169 @6169 -ord_6170 @6170 -ord_6171 @6171 -ord_6172 @6172 -ord_6173 @6173 -ord_6174 @6174 -ord_6175 @6175 -ord_6176 @6176 -ord_6177 @6177 -ord_6178 @6178 -ord_6179 @6179 -ord_6180 @6180 -ord_6181 @6181 -ord_6182 @6182 -ord_6183 @6183 -ord_6184 @6184 -ord_6185 @6185 -ord_6186 @6186 -ord_6187 @6187 -ord_6188 @6188 -ord_6189 @6189 -ord_6190 @6190 -ord_6191 @6191 -ord_6192 @6192 -ord_6193 @6193 -ord_6194 @6194 -ord_6195 @6195 -ord_6196 @6196 -ord_6197 @6197 -ord_6198 @6198 -ord_6199 @6199 -ord_6200 @6200 -ord_6201 @6201 -ord_6202 @6202 -ord_6203 @6203 -ord_6204 @6204 -ord_6205 @6205 -ord_6206 @6206 -ord_6207 @6207 -ord_6208 @6208 -ord_6209 @6209 -ord_6210 @6210 -ord_6211 @6211 -ord_6212 @6212 -ord_6213 @6213 -ord_6214 @6214 -ord_6215 @6215 -ord_6216 @6216 -ord_6217 @6217 -ord_6218 @6218 -ord_6219 @6219 -ord_6220 @6220 -ord_6221 @6221 -ord_6222 @6222 -ord_6223 @6223 -ord_6224 @6224 -ord_6225 @6225 -ord_6226 @6226 -ord_6227 @6227 -ord_6228 @6228 -ord_6229 @6229 -ord_6230 @6230 -ord_6231 @6231 -ord_6232 @6232 -ord_6233 @6233 -ord_6234 @6234 -ord_6235 @6235 -ord_6236 @6236 -ord_6237 @6237 -ord_6238 @6238 -ord_6239 @6239 -ord_6240 @6240 -ord_6241 @6241 -ord_6242 @6242 -ord_6243 @6243 -ord_6244 @6244 -ord_6245 @6245 -ord_6246 @6246 -ord_6247 @6247 -ord_6248 @6248 -ord_6249 @6249 -ord_6250 @6250 -ord_6251 @6251 -ord_6252 @6252 -ord_6253 @6253 -ord_6254 @6254 -ord_6255 @6255 -ord_6256 @6256 -ord_6257 @6257 -ord_6258 @6258 -ord_6259 @6259 -ord_6260 @6260 -ord_6261 @6261 -ord_6262 @6262 -ord_6263 @6263 -ord_6264 @6264 -ord_6265 @6265 -ord_6266 @6266 -ord_6267 @6267 -ord_6268 @6268 -ord_6269 @6269 -ord_6270 @6270 -ord_6271 @6271 -ord_6272 @6272 -ord_6273 @6273 -ord_6274 @6274 -ord_6275 @6275 -ord_6276 @6276 -ord_6277 @6277 -ord_6278 @6278 -ord_6279 @6279 -ord_6280 @6280 -ord_6281 @6281 -ord_6282 @6282 -ord_6283 @6283 -ord_6284 @6284 -ord_6285 @6285 -ord_6286 @6286 -ord_6287 @6287 -ord_6288 @6288 -ord_6289 @6289 -ord_6290 @6290 -ord_6291 @6291 -ord_6292 @6292 -ord_6293 @6293 -ord_6294 @6294 -ord_6295 @6295 -ord_6296 @6296 -ord_6297 @6297 -ord_6298 @6298 -ord_6299 @6299 -ord_6300 @6300 -ord_6301 @6301 -ord_6302 @6302 -ord_6303 @6303 -ord_6304 @6304 -ord_6305 @6305 -ord_6306 @6306 -ord_6307 @6307 -ord_6308 @6308 -ord_6309 @6309 -ord_6310 @6310 -ord_6311 @6311 -ord_6312 @6312 -ord_6313 @6313 -ord_6314 @6314 -ord_6315 @6315 -ord_6316 @6316 -ord_6317 @6317 -ord_6318 @6318 -ord_6319 @6319 -ord_6320 @6320 -ord_6321 @6321 -ord_6322 @6322 -ord_6323 @6323 -ord_6324 @6324 -ord_6325 @6325 -ord_6326 @6326 -ord_6327 @6327 -ord_6328 @6328 -ord_6329 @6329 -ord_6330 @6330 -ord_6331 @6331 -ord_6332 @6332 -ord_6333 @6333 -ord_6334 @6334 -ord_6335 @6335 -ord_6336 @6336 -ord_6337 @6337 -ord_6338 @6338 -ord_6339 @6339 -ord_6340 @6340 -ord_6341 @6341 -ord_6342 @6342 -ord_6343 @6343 -ord_6344 @6344 -ord_6345 @6345 -ord_6346 @6346 -ord_6347 @6347 -ord_6348 @6348 -ord_6349 @6349 -ord_6350 @6350 -ord_6351 @6351 -ord_6352 @6352 -ord_6353 @6353 -ord_6354 @6354 -ord_6355 @6355 -ord_6356 @6356 -ord_6357 @6357 -ord_6358 @6358 -ord_6359 @6359 -ord_6360 @6360 -ord_6361 @6361 -ord_6362 @6362 -ord_6363 @6363 -ord_6364 @6364 -ord_6365 @6365 -ord_6366 @6366 -ord_6367 @6367 -ord_6368 @6368 -ord_6369 @6369 -ord_6370 @6370 -ord_6371 @6371 -ord_6372 @6372 -ord_6373 @6373 -ord_6374 @6374 -ord_6375 @6375 -ord_6376 @6376 -ord_6377 @6377 -ord_6378 @6378 -ord_6379 @6379 -ord_6380 @6380 -ord_6381 @6381 -ord_6382 @6382 -ord_6383 @6383 -ord_6384 @6384 -ord_6385 @6385 -ord_6386 @6386 -ord_6387 @6387 -ord_6388 @6388 -ord_6389 @6389 -ord_6390 @6390 -ord_6391 @6391 -ord_6392 @6392 -ord_6393 @6393 -ord_6394 @6394 -ord_6395 @6395 -ord_6396 @6396 -ord_6397 @6397 -ord_6398 @6398 -ord_6399 @6399 -ord_6400 @6400 -ord_6401 @6401 -ord_6402 @6402 -ord_6403 @6403 -ord_6404 @6404 -ord_6405 @6405 -ord_6406 @6406 -ord_6407 @6407 -ord_6408 @6408 -ord_6409 @6409 -ord_6410 @6410 -ord_6411 @6411 -ord_6412 @6412 -ord_6413 @6413 -ord_6414 @6414 -ord_6415 @6415 -ord_6416 @6416 -ord_6417 @6417 -ord_6418 @6418 -ord_6419 @6419 -ord_6420 @6420 -ord_6421 @6421 -ord_6422 @6422 -ord_6423 @6423 -ord_6424 @6424 -ord_6425 @6425 -ord_6426 @6426 -ord_6427 @6427 -ord_6428 @6428 -ord_6429 @6429 -ord_6430 @6430 -ord_6431 @6431 -ord_6432 @6432 -ord_6433 @6433 -ord_6434 @6434 -ord_6435 @6435 -ord_6436 @6436 -ord_6437 @6437 -ord_6438 @6438 -ord_6439 @6439 -ord_6440 @6440 -ord_6441 @6441 -ord_6442 @6442 -ord_6443 @6443 -ord_6444 @6444 -ord_6445 @6445 -ord_6446 @6446 -ord_6447 @6447 -ord_6448 @6448 -ord_6449 @6449 -ord_6450 @6450 -ord_6451 @6451 -ord_6452 @6452 -ord_6453 @6453 -ord_6454 @6454 -ord_6455 @6455 -ord_6456 @6456 -ord_6457 @6457 -ord_6458 @6458 -ord_6459 @6459 -ord_6460 @6460 -ord_6461 @6461 -ord_6462 @6462 -ord_6463 @6463 -ord_6464 @6464 -ord_6465 @6465 -ord_6466 @6466 -ord_6467 @6467 -ord_6468 @6468 -ord_6469 @6469 -ord_6470 @6470 -ord_6471 @6471 -ord_6472 @6472 -ord_6473 @6473 -ord_6474 @6474 -ord_6475 @6475 -ord_6476 @6476 -ord_6477 @6477 -ord_6478 @6478 -ord_6479 @6479 -ord_6480 @6480 -ord_6481 @6481 -ord_6482 @6482 -ord_6483 @6483 -ord_6484 @6484 -ord_6485 @6485 -ord_6486 @6486 -ord_6487 @6487 -ord_6488 @6488 -ord_6489 @6489 -ord_6490 @6490 -ord_6491 @6491 -ord_6492 @6492 -ord_6493 @6493 -ord_6494 @6494 -ord_6495 @6495 -ord_6496 @6496 -ord_6497 @6497 -ord_6498 @6498 -ord_6499 @6499 -ord_6500 @6500 -ord_6501 @6501 -ord_6502 @6502 -ord_6503 @6503 -ord_6504 @6504 -ord_6505 @6505 -ord_6506 @6506 -ord_6507 @6507 -ord_6508 @6508 -ord_6509 @6509 -ord_6510 @6510 -ord_6511 @6511 -ord_6512 @6512 -ord_6513 @6513 -ord_6514 @6514 -ord_6515 @6515 -ord_6516 @6516 -ord_6517 @6517 -ord_6518 @6518 -ord_6519 @6519 -ord_6520 @6520 -ord_6521 @6521 -ord_6522 @6522 -ord_6523 @6523 -ord_6524 @6524 -ord_6525 @6525 -ord_6526 @6526 -ord_6527 @6527 -ord_6528 @6528 -ord_6529 @6529 -ord_6530 @6530 -ord_6531 @6531 -ord_6532 @6532 -ord_6533 @6533 -ord_6534 @6534 -ord_6535 @6535 -ord_6536 @6536 -ord_6537 @6537 -ord_6538 @6538 -ord_6539 @6539 -ord_6540 @6540 -ord_6541 @6541 -ord_6542 @6542 -ord_6543 @6543 -ord_6544 @6544 -ord_6545 @6545 -ord_6546 @6546 -ord_6547 @6547 -ord_6548 @6548 -ord_6549 @6549 -ord_6550 @6550 -ord_6551 @6551 -ord_6552 @6552 -ord_6553 @6553 -ord_6554 @6554 -ord_6555 @6555 -ord_6556 @6556 -ord_6557 @6557 -ord_6558 @6558 -ord_6559 @6559 -ord_6560 @6560 -ord_6561 @6561 -ord_6562 @6562 -ord_6563 @6563 -ord_6564 @6564 -ord_6565 @6565 -ord_6566 @6566 -ord_6567 @6567 -ord_6568 @6568 -ord_6569 @6569 -ord_6570 @6570 -ord_6571 @6571 -ord_6572 @6572 -ord_6573 @6573 -ord_6574 @6574 -ord_6575 @6575 -ord_6576 @6576 -ord_6577 @6577 -ord_6578 @6578 -ord_6579 @6579 -ord_6580 @6580 -ord_6581 @6581 -ord_6582 @6582 -ord_6583 @6583 -ord_6584 @6584 -ord_6585 @6585 -ord_6586 @6586 -ord_6587 @6587 -ord_6588 @6588 -ord_6589 @6589 -ord_6590 @6590 -ord_6591 @6591 -ord_6592 @6592 -ord_6593 @6593 -ord_6594 @6594 -ord_6595 @6595 -ord_6596 @6596 -ord_6597 @6597 -ord_6598 @6598 -ord_6599 @6599 -ord_6600 @6600 -ord_6601 @6601 -ord_6602 @6602 -ord_6603 @6603 -ord_6604 @6604 -ord_6605 @6605 -ord_6606 @6606 -ord_6607 @6607 -ord_6608 @6608 -ord_6609 @6609 -ord_6610 @6610 -ord_6611 @6611 -ord_6612 @6612 -ord_6613 @6613 -ord_6614 @6614 -ord_6615 @6615 -ord_6616 @6616 -ord_6617 @6617 -ord_6618 @6618 -ord_6619 @6619 -ord_6620 @6620 -ord_6621 @6621 -ord_6622 @6622 -ord_6623 @6623 -ord_6624 @6624 -ord_6625 @6625 -ord_6626 @6626 -ord_6627 @6627 -ord_6628 @6628 -ord_6629 @6629 -ord_6630 @6630 -ord_6631 @6631 -ord_6632 @6632 -ord_6633 @6633 -ord_6634 @6634 -ord_6635 @6635 -ord_6636 @6636 -ord_6637 @6637 -ord_6638 @6638 -ord_6639 @6639 -ord_6640 @6640 -ord_6641 @6641 -ord_6642 @6642 -ord_6643 @6643 -ord_6644 @6644 -ord_6645 @6645 -ord_6646 @6646 -ord_6647 @6647 -ord_6648 @6648 -ord_6649 @6649 -ord_6650 @6650 -ord_6651 @6651 -ord_6652 @6652 -ord_6653 @6653 -ord_6654 @6654 -ord_6655 @6655 -ord_6656 @6656 -ord_6657 @6657 -ord_6658 @6658 -ord_6659 @6659 -ord_6660 @6660 -ord_6661 @6661 -ord_6662 @6662 -ord_6663 @6663 -ord_6664 @6664 -ord_6665 @6665 -ord_6666 @6666 -ord_6667 @6667 -ord_6668 @6668 -ord_6669 @6669 -ord_6670 @6670 -ord_6671 @6671 -ord_6672 @6672 -ord_6673 @6673 -ord_6674 @6674 -ord_6675 @6675 -ord_6676 @6676 -ord_6677 @6677 -ord_6678 @6678 -ord_6679 @6679 -ord_6680 @6680 -ord_6681 @6681 -ord_6682 @6682 -ord_6683 @6683 -ord_6684 @6684 -ord_6685 @6685 -ord_6686 @6686 -ord_6687 @6687 -ord_6688 @6688 -ord_6689 @6689 -ord_6690 @6690 -ord_6691 @6691 -ord_6692 @6692 -ord_6693 @6693 -ord_6694 @6694 -ord_6695 @6695 -ord_6696 @6696 -ord_6697 @6697 -ord_6698 @6698 -ord_6699 @6699 -ord_6700 @6700 -ord_6701 @6701 -ord_6702 @6702 -ord_6703 @6703 -ord_6704 @6704 -ord_6705 @6705 -ord_6706 @6706 -ord_6707 @6707 -ord_6708 @6708 -ord_6709 @6709 -ord_6710 @6710 -ord_6711 @6711 -ord_6712 @6712 -ord_6713 @6713 -ord_6714 @6714 -ord_6715 @6715 -ord_6716 @6716 -ord_6717 @6717 -ord_6718 @6718 -ord_6719 @6719 -ord_6720 @6720 -ord_6721 @6721 -ord_6722 @6722 -ord_6723 @6723 -ord_6724 @6724 -ord_6725 @6725 -ord_6726 @6726 -ord_6727 @6727 -ord_6728 @6728 -ord_6729 @6729 -ord_6730 @6730 -ord_6731 @6731 -ord_6732 @6732 -ord_6733 @6733 -ord_6734 @6734 -ord_6735 @6735 -ord_6736 @6736 -ord_6737 @6737 -ord_6738 @6738 -ord_6739 @6739 -ord_6740 @6740 -ord_6741 @6741 -ord_6742 @6742 -ord_6743 @6743 -ord_6744 @6744 -ord_6745 @6745 -ord_6746 @6746 -ord_6747 @6747 -ord_6748 @6748 -ord_6749 @6749 -ord_6750 @6750 -ord_6751 @6751 -ord_6752 @6752 -ord_6753 @6753 -ord_6754 @6754 -ord_6755 @6755 -ord_6756 @6756 -ord_6757 @6757 -ord_6758 @6758 -ord_6759 @6759 -ord_6760 @6760 -ord_6761 @6761 -ord_6762 @6762 -ord_6763 @6763 -ord_6764 @6764 -ord_6765 @6765 -ord_6766 @6766 -ord_6767 @6767 -ord_6768 @6768 -ord_6769 @6769 -ord_6770 @6770 -ord_6771 @6771 -ord_6772 @6772 -ord_6773 @6773 -ord_6774 @6774 -ord_6775 @6775 -ord_6776 @6776 -ord_6777 @6777 -ord_6778 @6778 -ord_6779 @6779 -ord_6780 @6780 -ord_6781 @6781 -ord_6782 @6782 -ord_6783 @6783 -ord_6784 @6784 -ord_6785 @6785 -ord_6786 @6786 -ord_6787 @6787 -ord_6788 @6788 -ord_6789 @6789 -ord_6790 @6790 -ord_6791 @6791 -ord_6792 @6792 -ord_6793 @6793 -ord_6794 @6794 -ord_6795 @6795 -ord_6796 @6796 -ord_6797 @6797 -ord_6798 @6798 -ord_6799 @6799 -ord_6800 @6800 -ord_6801 @6801 -ord_6802 @6802 -ord_6803 @6803 -ord_6804 @6804 -ord_6805 @6805 -ord_6806 @6806 -ord_6807 @6807 -ord_6808 @6808 -ord_6809 @6809 -ord_6810 @6810 -ord_6811 @6811 -ord_6812 @6812 -ord_6813 @6813 -ord_6814 @6814 -ord_6815 @6815 -ord_6816 @6816 -ord_6817 @6817 -ord_6818 @6818 -ord_6819 @6819 -ord_6820 @6820 -ord_6821 @6821 -ord_6822 @6822 -ord_6823 @6823 -ord_6824 @6824 -ord_6825 @6825 -ord_6826 @6826 -ord_6827 @6827 -ord_6828 @6828 -ord_6829 @6829 -ord_6830 @6830 -ord_6831 @6831 -ord_6832 @6832 -ord_6833 @6833 -ord_6834 @6834 -ord_6835 @6835 -ord_6836 @6836 -ord_6837 @6837 -ord_6838 @6838 -ord_6839 @6839 -ord_6840 @6840 -ord_6841 @6841 -ord_6842 @6842 -ord_6843 @6843 -ord_6844 @6844 -ord_6845 @6845 -ord_6846 @6846 -ord_6847 @6847 -ord_6848 @6848 -ord_6849 @6849 -ord_6850 @6850 -ord_6851 @6851 -ord_6852 @6852 -ord_6853 @6853 -ord_6854 @6854 -ord_6855 @6855 -ord_6856 @6856 -ord_6857 @6857 -ord_6858 @6858 -ord_6859 @6859 -ord_6860 @6860 -ord_6861 @6861 -ord_6862 @6862 -ord_6863 @6863 -ord_6864 @6864 -ord_6865 @6865 -ord_6866 @6866 -ord_6867 @6867 -ord_6868 @6868 -ord_6869 @6869 -ord_6870 @6870 -ord_6871 @6871 -ord_6872 @6872 -ord_6873 @6873 -ord_6874 @6874 -ord_6875 @6875 -ord_6876 @6876 -ord_6877 @6877 -ord_6878 @6878 -ord_6879 @6879 -ord_6880 @6880 -ord_6881 @6881 -ord_6882 @6882 -ord_6883 @6883 -ord_6884 @6884 -ord_6885 @6885 -ord_6886 @6886 -ord_6887 @6887 -ord_6888 @6888 -ord_6889 @6889 -ord_6890 @6890 -ord_6891 @6891 -ord_6892 @6892 -ord_6893 @6893 -ord_6894 @6894 -ord_6895 @6895 -ord_6896 @6896 -ord_6897 @6897 -ord_6898 @6898 -ord_6899 @6899 -ord_6900 @6900 -ord_6901 @6901 -ord_6902 @6902 -ord_6903 @6903 -ord_6904 @6904 -ord_6905 @6905 -ord_6906 @6906 -ord_6907 @6907 -ord_6908 @6908 -ord_6909 @6909 -ord_6910 @6910 -ord_6911 @6911 -ord_6912 @6912 -ord_6913 @6913 -ord_6914 @6914 -ord_6915 @6915 -ord_6916 @6916 -ord_6917 @6917 -ord_6918 @6918 -ord_6919 @6919 -ord_6920 @6920 -ord_6921 @6921 -ord_6922 @6922 -ord_6923 @6923 -ord_6924 @6924 -ord_6925 @6925 -ord_6926 @6926 -ord_6927 @6927 -ord_6928 @6928 -ord_6929 @6929 -ord_6930 @6930 -ord_6931 @6931 -ord_6932 @6932 -ord_6933 @6933 -ord_6934 @6934 -ord_6935 @6935 -ord_6936 @6936 -ord_6937 @6937 -ord_6938 @6938 -ord_6939 @6939 -ord_6940 @6940 -ord_6941 @6941 -ord_6942 @6942 -ord_6943 @6943 -ord_6944 @6944 -ord_6945 @6945 -ord_6946 @6946 -ord_6947 @6947 -ord_6948 @6948 -ord_6949 @6949 -ord_6950 @6950 -ord_6951 @6951 -ord_6952 @6952 -ord_6953 @6953 -ord_6954 @6954 -ord_6955 @6955 -ord_6956 @6956 -ord_6957 @6957 -ord_6958 @6958 -ord_6959 @6959 -ord_6960 @6960 -ord_6961 @6961 -ord_6962 @6962 -ord_6963 @6963 -ord_6964 @6964 -ord_6965 @6965 -ord_6966 @6966 -ord_6967 @6967 -ord_6968 @6968 -ord_6969 @6969 -ord_6970 @6970 -ord_6971 @6971 -ord_6972 @6972 -ord_6973 @6973 -ord_6974 @6974 -ord_6975 @6975 -ord_6976 @6976 -ord_6977 @6977 -ord_6978 @6978 -ord_6979 @6979 -ord_6980 @6980 -ord_6981 @6981 -ord_6982 @6982 -ord_6983 @6983 -ord_6984 @6984 -ord_6985 @6985 -ord_6986 @6986 -ord_6987 @6987 -ord_6988 @6988 -ord_6989 @6989 -ord_6990 @6990 -ord_6991 @6991 -ord_6992 @6992 -ord_6993 @6993 -ord_6994 @6994 -ord_6995 @6995 -ord_6996 @6996 -ord_6997 @6997 -ord_6998 @6998 -ord_6999 @6999 -ord_7000 @7000 -ord_7001 @7001 -ord_7002 @7002 -ord_7003 @7003 -ord_7004 @7004 -ord_7005 @7005 -ord_7006 @7006 -ord_7007 @7007 -ord_7008 @7008 -ord_7009 @7009 -ord_7010 @7010 -ord_7011 @7011 -ord_7012 @7012 -ord_7013 @7013 -ord_7014 @7014 -ord_7015 @7015 -ord_7016 @7016 -ord_7017 @7017 -ord_7018 @7018 -ord_7019 @7019 -ord_7020 @7020 -ord_7021 @7021 -ord_7022 @7022 -ord_7023 @7023 -ord_7024 @7024 -ord_7025 @7025 -ord_7026 @7026 -ord_7027 @7027 -ord_7028 @7028 -ord_7029 @7029 -ord_7030 @7030 -ord_7031 @7031 -ord_7032 @7032 -ord_7033 @7033 -ord_7034 @7034 -ord_7035 @7035 -ord_7036 @7036 -ord_7037 @7037 -ord_7038 @7038 -ord_7039 @7039 -ord_7040 @7040 -ord_7041 @7041 -ord_7042 @7042 -ord_7043 @7043 -ord_7044 @7044 -ord_7045 @7045 -ord_7046 @7046 -ord_7047 @7047 -ord_7048 @7048 -ord_7049 @7049 -ord_7050 @7050 -ord_7051 @7051 -ord_7052 @7052 -ord_7053 @7053 -ord_7054 @7054 -ord_7055 @7055 -ord_7056 @7056 -ord_7057 @7057 -ord_7058 @7058 -ord_7059 @7059 -ord_7060 @7060 -ord_7061 @7061 -ord_7062 @7062 -ord_7063 @7063 -ord_7064 @7064 -ord_7065 @7065 -ord_7066 @7066 -ord_7067 @7067 -ord_7068 @7068 -ord_7069 @7069 -ord_7070 @7070 -ord_7071 @7071 -ord_7072 @7072 -ord_7073 @7073 -ord_7074 @7074 -ord_7075 @7075 -ord_7076 @7076 -ord_7077 @7077 -ord_7078 @7078 -ord_7079 @7079 -ord_7080 @7080 -ord_7081 @7081 -ord_7082 @7082 -ord_7083 @7083 -ord_7084 @7084 -ord_7085 @7085 -ord_7086 @7086 -ord_7087 @7087 -ord_7088 @7088 -ord_7089 @7089 -ord_7090 @7090 -ord_7091 @7091 -ord_7092 @7092 -ord_7093 @7093 -ord_7094 @7094 -ord_7095 @7095 -ord_7096 @7096 -ord_7097 @7097 -ord_7098 @7098 -ord_7099 @7099 -ord_7100 @7100 -ord_7101 @7101 -ord_7102 @7102 -ord_7103 @7103 -ord_7104 @7104 -ord_7105 @7105 -ord_7106 @7106 -ord_7107 @7107 -ord_7108 @7108 -ord_7109 @7109 -ord_7110 @7110 -ord_7111 @7111 -ord_7112 @7112 -ord_7113 @7113 -ord_7114 @7114 -ord_7115 @7115 -ord_7116 @7116 -ord_7117 @7117 -ord_7118 @7118 -ord_7119 @7119 -ord_7120 @7120 -ord_7121 @7121 -ord_7122 @7122 -ord_7123 @7123 -ord_7124 @7124 -ord_7125 @7125 -ord_7126 @7126 -ord_7127 @7127 -ord_7128 @7128 -ord_7129 @7129 -ord_7130 @7130 -ord_7131 @7131 -ord_7132 @7132 -ord_7133 @7133 -ord_7134 @7134 -ord_7135 @7135 -ord_7136 @7136 -ord_7137 @7137 -ord_7138 @7138 -ord_7139 @7139 -ord_7140 @7140 -ord_7141 @7141 -ord_7142 @7142 -ord_7143 @7143 -ord_7144 @7144 -ord_7145 @7145 -ord_7146 @7146 -ord_7147 @7147 -ord_7148 @7148 -ord_7149 @7149 -ord_7150 @7150 -ord_7151 @7151 -ord_7152 @7152 -ord_7153 @7153 -ord_7154 @7154 -ord_7155 @7155 -ord_7156 @7156 -ord_7157 @7157 -ord_7158 @7158 -ord_7159 @7159 -ord_7160 @7160 -ord_7161 @7161 -ord_7162 @7162 -ord_7163 @7163 -ord_7164 @7164 -ord_7165 @7165 -ord_7166 @7166 -ord_7167 @7167 -ord_7168 @7168 -ord_7169 @7169 -ord_7170 @7170 -ord_7171 @7171 -ord_7172 @7172 -ord_7173 @7173 -ord_7174 @7174 -ord_7175 @7175 -ord_7176 @7176 -ord_7177 @7177 -ord_7178 @7178 -ord_7179 @7179 -ord_7180 @7180 -ord_7181 @7181 -ord_7182 @7182 -ord_7183 @7183 -ord_7184 @7184 -ord_7185 @7185 -ord_7186 @7186 -ord_7187 @7187 -ord_7188 @7188 -ord_7189 @7189 -ord_7190 @7190 -ord_7191 @7191 -ord_7192 @7192 -ord_7193 @7193 -ord_7194 @7194 -ord_7195 @7195 -ord_7196 @7196 -ord_7197 @7197 -ord_7198 @7198 -ord_7199 @7199 -ord_7200 @7200 -ord_7201 @7201 -ord_7202 @7202 -ord_7203 @7203 -ord_7204 @7204 -ord_7205 @7205 -ord_7206 @7206 -ord_7207 @7207 -ord_7208 @7208 -ord_7209 @7209 -ord_7210 @7210 -ord_7211 @7211 -ord_7212 @7212 -ord_7213 @7213 -ord_7214 @7214 -ord_7215 @7215 -ord_7216 @7216 -ord_7217 @7217 -ord_7218 @7218 -ord_7219 @7219 -ord_7220 @7220 -ord_7221 @7221 -ord_7222 @7222 -ord_7223 @7223 -ord_7224 @7224 -ord_7225 @7225 -ord_7226 @7226 -ord_7227 @7227 -ord_7228 @7228 -ord_7229 @7229 -ord_7230 @7230 -ord_7231 @7231 -ord_7232 @7232 -ord_7233 @7233 -ord_7234 @7234 -ord_7235 @7235 -ord_7236 @7236 -ord_7237 @7237 -ord_7238 @7238 -ord_7239 @7239 -ord_7240 @7240 -ord_7241 @7241 -ord_7242 @7242 -ord_7243 @7243 -ord_7244 @7244 -ord_7245 @7245 -ord_7246 @7246 -ord_7247 @7247 -ord_7248 @7248 -ord_7249 @7249 -ord_7250 @7250 -ord_7251 @7251 -ord_7252 @7252 -ord_7253 @7253 -ord_7254 @7254 -ord_7255 @7255 -ord_7256 @7256 -ord_7257 @7257 -ord_7258 @7258 -ord_7259 @7259 -ord_7260 @7260 -ord_7261 @7261 -ord_7262 @7262 -ord_7263 @7263 -ord_7264 @7264 -ord_7265 @7265 -ord_7266 @7266 -ord_7267 @7267 -ord_7268 @7268 -ord_7269 @7269 -ord_7270 @7270 -ord_7271 @7271 -ord_7272 @7272 -ord_7273 @7273 -ord_7274 @7274 -ord_7275 @7275 -ord_7276 @7276 -ord_7277 @7277 -ord_7278 @7278 -ord_7279 @7279 -ord_7280 @7280 -ord_7281 @7281 -ord_7282 @7282 -ord_7283 @7283 -ord_7284 @7284 -ord_7285 @7285 -ord_7286 @7286 -ord_7287 @7287 -ord_7288 @7288 -ord_7289 @7289 -ord_7290 @7290 -ord_7291 @7291 -ord_7292 @7292 -ord_7293 @7293 -ord_7294 @7294 -ord_7295 @7295 -ord_7296 @7296 -ord_7297 @7297 -ord_7298 @7298 -ord_7299 @7299 -ord_7300 @7300 -ord_7301 @7301 -ord_7302 @7302 -ord_7303 @7303 -ord_7304 @7304 -ord_7305 @7305 -ord_7306 @7306 -ord_7307 @7307 -ord_7308 @7308 -ord_7309 @7309 -ord_7310 @7310 -ord_7311 @7311 -ord_7312 @7312 -ord_7313 @7313 -ord_7314 @7314 -ord_7315 @7315 -ord_7316 @7316 -ord_7317 @7317 -ord_7318 @7318 -ord_7319 @7319 -ord_7320 @7320 -ord_7321 @7321 -ord_7322 @7322 -ord_7323 @7323 -ord_7324 @7324 -ord_7325 @7325 -ord_7326 @7326 -ord_7327 @7327 -ord_7328 @7328 -ord_7329 @7329 -ord_7330 @7330 -ord_7331 @7331 -ord_7332 @7332 -ord_7333 @7333 -ord_7334 @7334 -ord_7335 @7335 -ord_7336 @7336 -ord_7337 @7337 -ord_7338 @7338 -ord_7339 @7339 -ord_7340 @7340 -ord_7341 @7341 -ord_7342 @7342 -ord_7343 @7343 -ord_7344 @7344 -ord_7345 @7345 -ord_7346 @7346 -ord_7347 @7347 -ord_7348 @7348 -ord_7349 @7349 -ord_7350 @7350 -ord_7351 @7351 -ord_7352 @7352 -ord_7353 @7353 -ord_7354 @7354 -ord_7355 @7355 -ord_7356 @7356 -ord_7357 @7357 -ord_7358 @7358 -ord_7359 @7359 -ord_7360 @7360 -ord_7361 @7361 -ord_7362 @7362 -ord_7363 @7363 -ord_7364 @7364 -ord_7365 @7365 -ord_7366 @7366 -ord_7367 @7367 -ord_7368 @7368 -ord_7369 @7369 -ord_7370 @7370 -ord_7371 @7371 -ord_7372 @7372 -ord_7373 @7373 -ord_7374 @7374 -ord_7375 @7375 -ord_7376 @7376 -ord_7377 @7377 -ord_7378 @7378 -ord_7379 @7379 -ord_7380 @7380 -ord_7381 @7381 -ord_7382 @7382 -ord_7383 @7383 -ord_7384 @7384 -ord_7385 @7385 -ord_7386 @7386 -ord_7387 @7387 -ord_7388 @7388 -ord_7389 @7389 -ord_7390 @7390 -ord_7391 @7391 -ord_7392 @7392 -ord_7393 @7393 -ord_7394 @7394 -ord_7395 @7395 -ord_7396 @7396 -ord_7397 @7397 -ord_7398 @7398 -ord_7399 @7399 -ord_7400 @7400 -ord_7401 @7401 -ord_7402 @7402 -ord_7403 @7403 -ord_7404 @7404 -ord_7405 @7405 -ord_7406 @7406 -ord_7407 @7407 -ord_7408 @7408 -ord_7409 @7409 -ord_7410 @7410 -ord_7411 @7411 DATA -ord_7412 @7412 -ord_7413 @7413 -ord_7414 @7414 -ord_7415 @7415 -ord_7416 @7416 -ord_7417 @7417 -ord_7418 @7418 -ord_7419 @7419 -ord_7420 @7420 -ord_7421 @7421 -ord_7422 @7422 -ord_7423 @7423 -ord_7424 @7424 -ord_7425 @7425 -ord_7426 @7426 -ord_7427 @7427 -ord_7428 @7428 -ord_7429 @7429 -ord_7430 @7430 -ord_7431 @7431 -ord_7432 @7432 -ord_7433 @7433 -ord_7434 @7434 -ord_7435 @7435 -ord_7436 @7436 -ord_7437 @7437 -ord_7438 @7438 -ord_7439 @7439 -ord_7440 @7440 -ord_7441 @7441 -ord_7442 @7442 -ord_7443 @7443 -ord_7444 @7444 -ord_7445 @7445 -ord_7446 @7446 -ord_7447 @7447 -ord_7448 @7448 -ord_7449 @7449 -ord_7450 @7450 -ord_7451 @7451 -ord_7452 @7452 -ord_7453 @7453 -ord_7454 @7454 -ord_7455 @7455 -ord_7456 @7456 -ord_7457 @7457 -ord_7458 @7458 -ord_7459 @7459 -ord_7460 @7460 -ord_7461 @7461 -ord_7462 @7462 -ord_7463 @7463 -ord_7464 @7464 -ord_7465 @7465 -ord_7466 @7466 -ord_7467 @7467 -ord_7468 @7468 -ord_7469 @7469 -ord_7470 @7470 -ord_7471 @7471 -ord_7472 @7472 -ord_7473 @7473 -ord_7474 @7474 -ord_7475 @7475 -ord_7476 @7476 -ord_7477 @7477 -ord_7478 @7478 -ord_7479 @7479 -ord_7480 @7480 -ord_7481 @7481 -ord_7482 @7482 -ord_7483 @7483 -ord_7484 @7484 -ord_7485 @7485 -ord_7486 @7486 -ord_7487 @7487 -ord_7488 @7488 -ord_7489 @7489 -ord_7490 @7490 -ord_7491 @7491 -ord_7492 @7492 -ord_7493 @7493 -ord_7494 @7494 -ord_7495 @7495 -ord_7496 @7496 -ord_7497 @7497 -ord_7499 @7499 -ord_7500 @7500 -ord_7501 @7501 -ord_7502 @7502 -ord_7503 @7503 -ord_7504 @7504 -ord_7505 @7505 -ord_7506 @7506 -ord_7507 @7507 -ord_7508 @7508 -ord_7509 @7509 -ord_7510 @7510 -ord_7511 @7511 -ord_7512 @7512 -ord_7513 @7513 -ord_7514 @7514 -ord_7515 @7515 -ord_7516 @7516 -ord_7517 @7517 -ord_7518 @7518 -ord_7519 @7519 -ord_7520 @7520 -ord_7521 @7521 -ord_7522 @7522 -ord_7523 @7523 -ord_7524 @7524 -ord_7525 @7525 -ord_7526 @7526 -ord_7527 @7527 -ord_7528 @7528 -ord_7529 @7529 -ord_7530 @7530 -ord_7531 @7531 -ord_7532 @7532 -ord_7533 @7533 -ord_7534 @7534 -ord_7535 @7535 -ord_7536 @7536 -ord_7537 @7537 -ord_7538 @7538 -ord_7539 @7539 -ord_7540 @7540 -ord_7541 @7541 -ord_7542 @7542 -ord_7543 @7543 -ord_7544 @7544 -ord_7545 @7545 -ord_7546 @7546 -ord_7547 @7547 -ord_7548 @7548 -ord_7549 @7549 -ord_7550 @7550 -ord_7551 @7551 -ord_7552 @7552 -ord_7553 @7553 -ord_7554 @7554 -ord_7555 @7555 -ord_7556 @7556 -ord_7557 @7557 -ord_7558 @7558 -ord_7559 @7559 -ord_7560 @7560 -ord_7561 @7561 -ord_7562 @7562 -ord_7563 @7563 -ord_7564 @7564 -ord_7565 @7565 -ord_7566 @7566 -ord_7567 @7567 -ord_7568 @7568 -ord_7569 @7569 -ord_7570 @7570 -ord_7571 @7571 -ord_7572 @7572 -ord_7573 @7573 -ord_7574 @7574 -ord_7575 @7575 -ord_7576 @7576 -ord_7577 @7577 -ord_7578 @7578 -ord_7579 @7579 -ord_7580 @7580 -ord_7581 @7581 -ord_7582 @7582 -ord_7583 @7583 -ord_7584 @7584 -ord_7585 @7585 -ord_7586 @7586 -ord_7587 @7587 -ord_7588 @7588 -ord_7589 @7589 -ord_7590 @7590 -ord_7591 @7591 -ord_7592 @7592 -ord_7593 @7593 -ord_7594 @7594 -ord_7595 @7595 -ord_7596 @7596 -ord_7597 @7597 -ord_7598 @7598 -ord_7599 @7599 -ord_7600 @7600 -ord_7601 @7601 -ord_7602 @7602 -ord_7603 @7603 -ord_7604 @7604 -ord_7605 @7605 -ord_7606 @7606 -ord_7607 @7607 -ord_7608 @7608 -ord_7609 @7609 -ord_7610 @7610 -ord_7611 @7611 -ord_7612 @7612 -ord_7613 @7613 -ord_7614 @7614 -ord_7615 @7615 -ord_7616 @7616 -ord_7617 @7617 -ord_7618 @7618 -ord_7619 @7619 -ord_7620 @7620 -ord_7621 @7621 -ord_7622 @7622 -ord_7623 @7623 -ord_7624 @7624 -ord_7625 @7625 -ord_7626 @7626 -ord_7627 @7627 -ord_7628 @7628 -ord_7629 @7629 -ord_7630 @7630 -ord_7631 @7631 -ord_7632 @7632 -ord_7633 @7633 -ord_7634 @7634 -ord_7635 @7635 -ord_7636 @7636 -ord_7637 @7637 -ord_7638 @7638 -ord_7639 @7639 -ord_7640 @7640 -ord_7641 @7641 -ord_7642 @7642 -ord_7643 @7643 -ord_7644 @7644 -ord_7645 @7645 -ord_7646 @7646 -ord_7647 @7647 -ord_7648 @7648 -ord_7649 @7649 -ord_7650 @7650 -ord_7651 @7651 -ord_7652 @7652 -ord_7653 @7653 -ord_7654 @7654 -ord_7655 @7655 -ord_7656 @7656 -ord_7657 @7657 -ord_7658 @7658 -ord_7659 @7659 -ord_7660 @7660 -ord_7661 @7661 -ord_7662 @7662 -ord_7663 @7663 -ord_7664 @7664 -ord_7665 @7665 -ord_7666 @7666 -ord_7667 @7667 -ord_7668 @7668 -ord_7669 @7669 -ord_7670 @7670 -ord_7671 @7671 -ord_7672 @7672 -ord_7673 @7673 -ord_7674 @7674 -ord_7675 @7675 -ord_7676 @7676 -ord_7677 @7677 -ord_7678 @7678 -ord_7679 @7679 -ord_7680 @7680 -ord_7681 @7681 -ord_7682 @7682 -ord_7683 @7683 -ord_7684 @7684 -ord_7685 @7685 -ord_7686 @7686 -ord_7687 @7687 -ord_7688 @7688 -ord_7689 @7689 -ord_7690 @7690 -ord_7691 @7691 -ord_7692 @7692 -ord_7693 @7693 -ord_7694 @7694 -ord_7695 @7695 -ord_7696 @7696 -ord_7697 @7697 -ord_7698 @7698 -ord_7699 @7699 -ord_7700 @7700 -ord_7701 @7701 -ord_7702 @7702 -ord_7703 @7703 -ord_7704 @7704 -ord_7705 @7705 -ord_7706 @7706 -ord_7707 @7707 -ord_7708 @7708 -ord_7709 @7709 -ord_7710 @7710 -ord_7711 @7711 -ord_7712 @7712 -ord_7713 @7713 -ord_7714 @7714 -ord_7715 @7715 -ord_7716 @7716 -ord_7717 @7717 -ord_7718 @7718 -ord_7719 @7719 -ord_7720 @7720 -ord_7721 @7721 -ord_7722 @7722 -ord_7723 @7723 -ord_7724 @7724 -ord_7725 @7725 -ord_7726 @7726 -ord_7727 @7727 -ord_7728 @7728 -ord_7729 @7729 -ord_7730 @7730 -ord_7731 @7731 -ord_7732 @7732 -ord_7733 @7733 -ord_7734 @7734 -ord_7735 @7735 -ord_7736 @7736 -ord_7737 @7737 -ord_7738 @7738 -ord_7739 @7739 -ord_7740 @7740 -ord_7741 @7741 -ord_7742 @7742 -ord_7743 @7743 -ord_7744 @7744 -ord_7745 @7745 -ord_7746 @7746 -ord_7747 @7747 -ord_7748 @7748 -ord_7749 @7749 -ord_7750 @7750 -ord_7751 @7751 -ord_7752 @7752 -ord_7754 @7754 -ord_7755 @7755 -ord_7756 @7756 -ord_7757 @7757 -ord_7758 @7758 -ord_7759 @7759 -ord_7760 @7760 -ord_7761 @7761 -ord_7762 @7762 -ord_7763 @7763 -ord_7764 @7764 -ord_7765 @7765 -ord_7766 @7766 -ord_7767 @7767 -ord_7768 @7768 -ord_7769 @7769 -ord_7770 @7770 -ord_7771 @7771 -ord_7772 @7772 -ord_7773 @7773 -ord_7774 @7774 -ord_7775 @7775 -ord_7776 @7776 -ord_7777 @7777 -ord_7778 @7778 -ord_7779 @7779 -ord_7780 @7780 -ord_7781 @7781 -ord_7782 @7782 -ord_7783 @7783 -ord_7784 @7784 -ord_7785 @7785 -ord_7786 @7786 -ord_7787 @7787 -ord_7788 @7788 -ord_7789 @7789 -ord_7790 @7790 -ord_7791 @7791 -ord_7792 @7792 -ord_7793 @7793 -ord_7794 @7794 -ord_7795 @7795 -ord_7796 @7796 -ord_7797 @7797 -ord_7798 @7798 -ord_7799 @7799 -ord_7800 @7800 -ord_7801 @7801 -ord_7802 @7802 -ord_7803 @7803 -ord_7804 @7804 -ord_7805 @7805 -ord_7806 @7806 -ord_7807 @7807 -ord_7808 @7808 -ord_7809 @7809 -ord_7810 @7810 -ord_7811 @7811 -ord_7812 @7812 -ord_7813 @7813 -ord_7814 @7814 -ord_7815 @7815 -ord_7816 @7816 -ord_7817 @7817 -ord_7818 @7818 -ord_7819 @7819 -ord_7820 @7820 -ord_7821 @7821 -ord_7822 @7822 -ord_7823 @7823 -ord_7824 @7824 -ord_7825 @7825 -ord_7826 @7826 -ord_7827 @7827 -ord_7828 @7828 -ord_7829 @7829 -ord_7830 @7830 -ord_7831 @7831 -ord_7832 @7832 -ord_7833 @7833 -ord_7834 @7834 -ord_7835 @7835 -ord_7836 @7836 -ord_7837 @7837 -ord_7838 @7838 -ord_7839 @7839 -ord_7840 @7840 -ord_7841 @7841 -ord_7842 @7842 -ord_7843 @7843 -ord_7844 @7844 -ord_7845 @7845 -ord_7846 @7846 -ord_7847 @7847 -ord_7848 @7848 -ord_7849 @7849 -ord_7850 @7850 -ord_7851 @7851 -ord_7852 @7852 -ord_7853 @7853 -ord_7854 @7854 -ord_7855 @7855 -ord_7856 @7856 -ord_7857 @7857 -ord_7858 @7858 -ord_7859 @7859 -ord_7860 @7860 -ord_7861 @7861 -ord_7862 @7862 -ord_7863 @7863 -ord_7864 @7864 -ord_7865 @7865 -ord_7866 @7866 -ord_7867 @7867 -ord_7868 @7868 -ord_7869 @7869 -ord_7870 @7870 -ord_7871 @7871 -ord_7872 @7872 -ord_7873 @7873 -ord_7874 @7874 -ord_7875 @7875 -ord_7876 @7876 -ord_7877 @7877 -ord_7878 @7878 -ord_7879 @7879 -ord_7880 @7880 DATA -ord_7881 @7881 -ord_7882 @7882 -ord_7883 @7883 -ord_7884 @7884 -ord_7885 @7885 -ord_7886 @7886 -ord_7887 @7887 -ord_7888 @7888 -ord_7889 @7889 -ord_7890 @7890 -ord_7891 @7891 -ord_7892 @7892 -ord_7893 @7893 -ord_7894 @7894 -ord_7895 @7895 -ord_7896 @7896 -ord_7897 @7897 -ord_7898 @7898 -ord_7899 @7899 -ord_7900 @7900 -ord_7901 @7901 -ord_7902 @7902 -ord_7903 @7903 -ord_7904 @7904 -ord_7905 @7905 -ord_7906 @7906 -ord_7907 @7907 -ord_7908 @7908 -ord_7909 @7909 -ord_7910 @7910 -ord_7911 @7911 -ord_7912 @7912 -ord_7913 @7913 -ord_7914 @7914 -ord_7915 @7915 -ord_7916 @7916 -ord_7917 @7917 -ord_7918 @7918 -ord_7919 @7919 -ord_7920 @7920 -ord_7921 @7921 -ord_7922 @7922 -ord_7923 @7923 -ord_7924 @7924 -ord_7925 @7925 -ord_7926 @7926 -ord_7927 @7927 -ord_7928 @7928 -ord_7929 @7929 -ord_7930 @7930 -ord_7931 @7931 -ord_7932 @7932 -ord_7933 @7933 -ord_7934 @7934 -ord_7935 @7935 -ord_7936 @7936 -ord_7937 @7937 -ord_7938 @7938 -ord_7939 @7939 -ord_7940 @7940 -ord_7941 @7941 -ord_7942 @7942 -ord_7943 @7943 -ord_7944 @7944 -ord_7945 @7945 -ord_7946 @7946 -ord_7947 @7947 -ord_7948 @7948 -ord_7949 @7949 -ord_7950 @7950 -ord_7951 @7951 -ord_7952 @7952 -ord_7953 @7953 -ord_7954 @7954 -ord_7955 @7955 -ord_7956 @7956 -ord_7957 @7957 -ord_7958 @7958 -ord_7959 @7959 -ord_7960 @7960 -ord_7961 @7961 -ord_7962 @7962 -ord_7963 @7963 -ord_7964 @7964 -ord_7965 @7965 -ord_7966 @7966 -ord_7967 @7967 -ord_7968 @7968 -ord_7969 @7969 -ord_7970 @7970 -ord_7971 @7971 -ord_7972 @7972 -ord_7973 @7973 -ord_7974 @7974 -ord_7975 @7975 -ord_7976 @7976 -ord_7977 @7977 -ord_7978 @7978 -ord_7979 @7979 -ord_7980 @7980 -ord_7981 @7981 -ord_7982 @7982 -ord_7983 @7983 -ord_7984 @7984 -ord_7985 @7985 -ord_7986 @7986 -ord_7987 @7987 -ord_7988 @7988 -ord_7989 @7989 -ord_7990 @7990 -ord_7991 @7991 -ord_7992 @7992 -ord_7993 @7993 -ord_7994 @7994 -ord_7995 @7995 -ord_7996 @7996 -ord_7997 @7997 -ord_7998 @7998 -ord_7999 @7999 -ord_8000 @8000 -ord_8001 @8001 -ord_8002 @8002 -ord_8003 @8003 -ord_8004 @8004 -ord_8005 @8005 -ord_8006 @8006 -ord_8007 @8007 -ord_8008 @8008 -ord_8009 @8009 -ord_8010 @8010 -ord_8011 @8011 -ord_8012 @8012 -ord_8013 @8013 -ord_8014 @8014 -ord_8015 @8015 -ord_8016 @8016 -ord_8017 @8017 -ord_8018 @8018 -ord_8019 @8019 -ord_8020 @8020 -ord_8021 @8021 -ord_8022 @8022 -ord_8023 @8023 -ord_8024 @8024 -ord_8025 @8025 -ord_8026 @8026 -ord_8027 @8027 -ord_8028 @8028 -ord_8029 @8029 -ord_8030 @8030 -ord_8031 @8031 -ord_8032 @8032 -ord_8033 @8033 -ord_8034 @8034 DATA -ord_8035 @8035 DATA -ord_8036 @8036 DATA -ord_8037 @8037 DATA -ord_8038 @8038 DATA -ord_8039 @8039 DATA -ord_8040 @8040 DATA -ord_8041 @8041 DATA -ord_8042 @8042 DATA -ord_8043 @8043 DATA -ord_8044 @8044 DATA -ord_8045 @8045 DATA -ord_8047 @8047 DATA -ord_8048 @8048 DATA -ord_8049 @8049 DATA -ord_8051 @8051 DATA -ord_8052 @8052 DATA -ord_8053 @8053 DATA -ord_8054 @8054 DATA -ord_8055 @8055 DATA -ord_8056 @8056 DATA -ord_8057 @8057 DATA -ord_8058 @8058 DATA -ord_8059 @8059 DATA -ord_8060 @8060 DATA -ord_8061 @8061 DATA -ord_8062 @8062 DATA -ord_8063 @8063 DATA -ord_8064 @8064 DATA -ord_8065 @8065 DATA -ord_8066 @8066 DATA -ord_8067 @8067 DATA -ord_8068 @8068 DATA -ord_8069 @8069 DATA -ord_8071 @8071 DATA -ord_8072 @8072 DATA -ord_8073 @8073 DATA -ord_8074 @8074 DATA -ord_8075 @8075 DATA -ord_8076 @8076 DATA -ord_8077 @8077 DATA -ord_8078 @8078 DATA -ord_8079 @8079 DATA -ord_8080 @8080 DATA -ord_8081 @8081 DATA -ord_8082 @8082 DATA -ord_8083 @8083 DATA -ord_8084 @8084 DATA -ord_8085 @8085 DATA -ord_8086 @8086 DATA -ord_8087 @8087 DATA -ord_8088 @8088 DATA -ord_8089 @8089 DATA -ord_8090 @8090 DATA -ord_8091 @8091 DATA -ord_8092 @8092 DATA -ord_8093 @8093 DATA -ord_8094 @8094 DATA -ord_8095 @8095 DATA -ord_8096 @8096 DATA -ord_8097 @8097 DATA -ord_8098 @8098 DATA -ord_8099 @8099 DATA -ord_8100 @8100 DATA -ord_8101 @8101 DATA -ord_8102 @8102 DATA -ord_8103 @8103 DATA -ord_8104 @8104 DATA -ord_8105 @8105 DATA -ord_8106 @8106 DATA -ord_8107 @8107 DATA -ord_8108 @8108 DATA -ord_8109 @8109 DATA -ord_8110 @8110 DATA -ord_8111 @8111 DATA -ord_8112 @8112 DATA -ord_8113 @8113 DATA -ord_8114 @8114 DATA -ord_8115 @8115 DATA -ord_8116 @8116 DATA -ord_8117 @8117 DATA -ord_8118 @8118 DATA -ord_8119 @8119 DATA -ord_8120 @8120 DATA -ord_8121 @8121 DATA -ord_8122 @8122 DATA -ord_8123 @8123 DATA -ord_8126 @8126 DATA -ord_8127 @8127 DATA -ord_8128 @8128 DATA -ord_8129 @8129 DATA -ord_8130 @8130 DATA -ord_8131 @8131 DATA -ord_8132 @8132 DATA -ord_8133 @8133 DATA -ord_8134 @8134 DATA -ord_8135 @8135 DATA -ord_8136 @8136 DATA -ord_8137 @8137 DATA -ord_8138 @8138 DATA -ord_8139 @8139 DATA -ord_8140 @8140 DATA -ord_8141 @8141 DATA -ord_8142 @8142 DATA -ord_8143 @8143 DATA -ord_8144 @8144 DATA -ord_8145 @8145 DATA -ord_8146 @8146 DATA -ord_8147 @8147 DATA -ord_8148 @8148 DATA -ord_8149 @8149 DATA -ord_8150 @8150 DATA -ord_8151 @8151 DATA -ord_8152 @8152 DATA -ord_8153 @8153 DATA -ord_8154 @8154 DATA -ord_8155 @8155 DATA -ord_8156 @8156 DATA -ord_8157 @8157 DATA -ord_8158 @8158 DATA -ord_8159 @8159 DATA -ord_8160 @8160 DATA -ord_8161 @8161 DATA -ord_8162 @8162 DATA -ord_8163 @8163 DATA -ord_8164 @8164 DATA -ord_8165 @8165 DATA -ord_8166 @8166 DATA -ord_8167 @8167 DATA -ord_8168 @8168 DATA -ord_8169 @8169 DATA -ord_8170 @8170 DATA -ord_8171 @8171 DATA -ord_8172 @8172 DATA -ord_8173 @8173 DATA -ord_8174 @8174 DATA -ord_8175 @8175 DATA -ord_8176 @8176 DATA -ord_8177 @8177 DATA -ord_8178 @8178 DATA -ord_8179 @8179 DATA -ord_8180 @8180 DATA -ord_8181 @8181 DATA -ord_8182 @8182 DATA -ord_8183 @8183 DATA -ord_8184 @8184 DATA -ord_8185 @8185 DATA -ord_8186 @8186 DATA -ord_8187 @8187 DATA -ord_8188 @8188 DATA -ord_8189 @8189 DATA -ord_8190 @8190 DATA -ord_8191 @8191 DATA -ord_8192 @8192 DATA -ord_8193 @8193 DATA -ord_8194 @8194 DATA -ord_8197 @8197 DATA -ord_8198 @8198 DATA -ord_8199 @8199 DATA -ord_8200 @8200 DATA -ord_8201 @8201 DATA -ord_8202 @8202 DATA -ord_8203 @8203 DATA -ord_8204 @8204 DATA -ord_8205 @8205 DATA -ord_8206 @8206 DATA -ord_8207 @8207 DATA -ord_8209 @8209 DATA -ord_8211 @8211 DATA -ord_8212 @8212 DATA -ord_8213 @8213 DATA -ord_8214 @8214 DATA -ord_8215 @8215 DATA -ord_8216 @8216 DATA -ord_8217 @8217 DATA -ord_8218 @8218 DATA -ord_8219 @8219 DATA -ord_8220 @8220 DATA -ord_8221 @8221 DATA -ord_8222 @8222 DATA -ord_8223 @8223 DATA -ord_8224 @8224 DATA -ord_8225 @8225 DATA -ord_8226 @8226 DATA -ord_8227 @8227 DATA -ord_8228 @8228 DATA -ord_8229 @8229 -ord_8230 @8230 -ord_8231 @8231 -ord_8232 @8232 -ord_8233 @8233 -ord_8234 @8234 -ord_8235 @8235 -ord_8236 @8236 -ord_8237 @8237 -ord_8238 @8238 -ord_8239 @8239 -ord_8240 @8240 -ord_8241 @8241 -ord_8242 @8242 -ord_8243 @8243 -ord_8244 @8244 -ord_8245 @8245 -ord_8246 @8246 -ord_8247 @8247 -ord_8248 @8248 -ord_8249 @8249 -ord_8250 @8250 -ord_8251 @8251 -ord_8252 @8252 -ord_8253 @8253 -ord_8254 @8254 -ord_8255 @8255 -ord_8256 @8256 -ord_8257 @8257 -ord_8258 @8258 -ord_8259 @8259 -ord_8260 @8260 -ord_8261 @8261 -ord_8262 @8262 -ord_8263 @8263 -ord_8264 @8264 -ord_8265 @8265 -ord_8266 @8266 -ord_8267 @8267 -ord_8268 @8268 -ord_8269 @8269 -ord_8270 @8270 -ord_8271 @8271 -ord_8272 @8272 -ord_8273 @8273 -ord_8274 @8274 -ord_8275 @8275 -ord_8276 @8276 -ord_8277 @8277 -ord_8278 @8278 -ord_8279 @8279 -ord_8280 @8280 -ord_8281 @8281 -ord_8282 @8282 -ord_8283 @8283 -ord_8284 @8284 -ord_8285 @8285 -ord_8286 @8286 -ord_8287 @8287 -ord_8288 @8288 -ord_8289 @8289 -ord_8290 @8290 -ord_8291 @8291 -ord_8292 @8292 -ord_8293 @8293 -ord_8294 @8294 -ord_8295 @8295 -ord_8296 @8296 -ord_8297 @8297 -ord_8298 @8298 -ord_8299 @8299 -ord_8300 @8300 -ord_8301 @8301 -ord_8302 @8302 -ord_8303 @8303 -ord_8304 @8304 -ord_8305 @8305 -ord_8306 @8306 -ord_8307 @8307 -ord_8308 @8308 -ord_8309 @8309 -ord_8310 @8310 -ord_8311 @8311 -ord_8312 @8312 -ord_8313 @8313 -ord_8314 @8314 -ord_8315 @8315 -ord_8316 @8316 -ord_8317 @8317 -ord_8318 @8318 -ord_8319 @8319 -ord_8320 @8320 -ord_8321 @8321 -ord_8322 @8322 -ord_8323 @8323 -ord_8324 @8324 -ord_8325 @8325 -ord_8326 @8326 -ord_8327 @8327 -ord_8328 @8328 -ord_8329 @8329 -ord_8330 @8330 -ord_8331 @8331 -ord_8332 @8332 -ord_8333 @8333 -ord_8334 @8334 -ord_8335 @8335 -ord_8336 @8336 -ord_8337 @8337 -ord_8338 @8338 -ord_8339 @8339 DATA -ord_8340 @8340 DATA -ord_8341 @8341 -ord_8342 @8342 -ord_8343 @8343 -ord_8344 @8344 -ord_8345 @8345 -ord_8346 @8346 -ord_8347 @8347 -ord_8348 @8348 -ord_8349 @8349 -ord_8350 @8350 -ord_8351 @8351 -ord_8352 @8352 -ord_8353 @8353 -ord_8354 @8354 -ord_8355 @8355 -ord_8356 @8356 DATA -ord_8357 @8357 -ord_8358 @8358 -ord_8359 @8359 -ord_8360 @8360 -ord_8361 @8361 -ord_8362 @8362 -ord_8363 @8363 -ord_8364 @8364 -ord_8365 @8365 -ord_8366 @8366 -ord_8367 @8367 -ord_8368 @8368 -ord_8369 @8369 -ord_8370 @8370 -ord_8371 @8371 -ord_8372 @8372 -ord_8373 @8373 -ord_8374 @8374 -ord_8375 @8375 -ord_8376 @8376 -ord_8377 @8377 -ord_8378 @8378 -ord_8379 @8379 -ord_8380 @8380 -ord_8381 @8381 -ord_8382 @8382 DATA -ord_8383 @8383 DATA -ord_8384 @8384 DATA -ord_8385 @8385 -ord_8386 @8386 -ord_8387 @8387 -ord_8388 @8388 -ord_8389 @8389 -ord_8390 @8390 -ord_8391 @8391 -ord_8392 @8392 -ord_8393 @8393 -ord_8394 @8394 -ord_8395 @8395 -ord_8396 @8396 -ord_8397 @8397 -ord_8398 @8398 -ord_8399 @8399 -ord_8400 @8400 -ord_8401 @8401 -ord_8402 @8402 -ord_8403 @8403 -ord_8404 @8404 -ord_8405 @8405 -ord_8406 @8406 -ord_8407 @8407 -ord_8408 @8408 -ord_8409 @8409 -ord_8410 @8410 -ord_8411 @8411 -ord_8412 @8412 -ord_8413 @8413 -ord_8414 @8414 -ord_8415 @8415 -ord_8416 @8416 -ord_8417 @8417 -ord_8418 @8418 -ord_8419 @8419 -ord_8420 @8420 -ord_8421 @8421 -ord_8422 @8422 -ord_8423 @8423 -ord_8424 @8424 -ord_8425 @8425 -ord_8426 @8426 -ord_8427 @8427 -ord_8428 @8428 -ord_8429 @8429 -ord_8430 @8430 -ord_8431 @8431 -ord_8432 @8432 -ord_8433 @8433 -ord_8434 @8434 -ord_8435 @8435 -ord_8436 @8436 -ord_8437 @8437 -ord_8438 @8438 -ord_8439 @8439 -ord_8440 @8440 -ord_8441 @8441 -ord_8442 @8442 -ord_8443 @8443 -ord_8444 @8444 -ord_8445 @8445 -ord_8446 @8446 -ord_8447 @8447 -ord_8448 @8448 -ord_8449 @8449 -ord_8450 @8450 -ord_8451 @8451 -ord_8452 @8452 -ord_8453 @8453 -ord_8454 @8454 -ord_8455 @8455 -ord_8456 @8456 -ord_8457 @8457 -ord_8458 @8458 -ord_8459 @8459 -ord_8460 @8460 -ord_8461 @8461 -ord_8462 @8462 -ord_8463 @8463 -ord_8464 @8464 -ord_8465 @8465 -ord_8466 @8466 -ord_8467 @8467 -ord_8468 @8468 -ord_8469 @8469 -ord_8470 @8470 -ord_8471 @8471 -ord_8472 @8472 -ord_8473 @8473 -ord_8474 @8474 -ord_8475 @8475 -ord_8476 @8476 -ord_8477 @8477 -ord_8478 @8478 -ord_8479 @8479 -ord_8480 @8480 -ord_8481 @8481 -ord_8482 @8482 -ord_8483 @8483 -ord_8484 @8484 -ord_8485 @8485 -ord_8486 @8486 -ord_8487 @8487 -ord_8488 @8488 -ord_8489 @8489 -ord_8490 @8490 -ord_8491 @8491 -ord_8492 @8492 -ord_8493 @8493 -ord_8494 @8494 -ord_8495 @8495 -ord_8496 @8496 -ord_8497 @8497 -ord_8498 @8498 -ord_8499 @8499 -ord_8500 @8500 -ord_8501 @8501 -ord_8502 @8502 -ord_8503 @8503 -ord_8504 @8504 -ord_8505 @8505 -ord_8506 @8506 -ord_8507 @8507 -ord_8508 @8508 -ord_8509 @8509 -ord_8510 @8510 -ord_8511 @8511 -ord_8512 @8512 -ord_8513 @8513 -ord_8514 @8514 -ord_8515 @8515 -ord_8516 @8516 -ord_8517 @8517 -ord_8518 @8518 -ord_8519 @8519 -ord_8520 @8520 -ord_8521 @8521 -ord_8522 @8522 -ord_8523 @8523 -ord_8524 @8524 -ord_8525 @8525 -ord_8526 @8526 -ord_8527 @8527 -ord_8528 @8528 -ord_8529 @8529 -ord_8530 @8530 -ord_8531 @8531 -ord_8532 @8532 -ord_8533 @8533 -ord_8534 @8534 -ord_8535 @8535 -ord_8536 @8536 -ord_8537 @8537 -ord_8538 @8538 -ord_8539 @8539 -ord_8540 @8540 -ord_8541 @8541 -ord_8542 @8542 -ord_8543 @8543 -ord_8544 @8544 -ord_8545 @8545 -ord_8546 @8546 -ord_8547 @8547 -ord_8548 @8548 -ord_8549 @8549 -ord_8550 @8550 -ord_8551 @8551 -ord_8552 @8552 -ord_8553 @8553 -ord_8554 @8554 -ord_8555 @8555 -ord_8556 @8556 -ord_8557 @8557 -ord_8558 @8558 -ord_8559 @8559 -ord_8560 @8560 -ord_8561 @8561 -ord_8562 @8562 -ord_8563 @8563 -ord_8564 @8564 -ord_8565 @8565 -ord_8566 @8566 -ord_8567 @8567 -ord_8568 @8568 -ord_8569 @8569 -ord_8570 @8570 -ord_8571 @8571 -ord_8572 @8572 -ord_8573 @8573 -ord_8574 @8574 -ord_8575 @8575 -ord_8576 @8576 -ord_8577 @8577 -ord_8578 @8578 -ord_8579 @8579 -ord_8580 @8580 -ord_8581 @8581 -ord_8582 @8582 -ord_8583 @8583 -ord_8584 @8584 -ord_8585 @8585 -ord_8586 @8586 -ord_8587 @8587 -ord_8588 @8588 -ord_8589 @8589 -ord_8590 @8590 -ord_8591 @8591 -ord_8592 @8592 -ord_8593 @8593 -ord_8594 @8594 -ord_8595 @8595 -ord_8596 @8596 -ord_8597 @8597 -ord_8598 @8598 -ord_8599 @8599 -ord_8600 @8600 -ord_8601 @8601 -ord_8602 @8602 -ord_8603 @8603 -ord_8604 @8604 -ord_8605 @8605 -ord_8606 @8606 -ord_8607 @8607 -ord_8608 @8608 -ord_8609 @8609 -ord_8610 @8610 -ord_8611 @8611 -ord_8612 @8612 -ord_8613 @8613 -ord_8614 @8614 -ord_8615 @8615 -ord_8616 @8616 -ord_8617 @8617 -ord_8618 @8618 -ord_8619 @8619 -ord_8620 @8620 -ord_8621 @8621 -ord_8622 @8622 -ord_8623 @8623 -ord_8624 @8624 -ord_8625 @8625 -ord_8626 @8626 -ord_8627 @8627 -ord_8628 @8628 -ord_8629 @8629 -ord_8630 @8630 -ord_8631 @8631 -ord_8632 @8632 -ord_8633 @8633 -ord_8634 @8634 -ord_8635 @8635 -ord_8636 @8636 -ord_8637 @8637 -ord_8638 @8638 -ord_8639 @8639 -ord_8640 @8640 -ord_8641 @8641 -ord_8642 @8642 -ord_8643 @8643 -ord_8644 @8644 -ord_8645 @8645 -ord_8646 @8646 -ord_8647 @8647 -ord_8648 @8648 -ord_8649 @8649 -ord_8650 @8650 -ord_8651 @8651 -ord_8652 @8652 -ord_8653 @8653 -ord_8654 @8654 -ord_8655 @8655 -ord_8656 @8656 -ord_8657 @8657 -ord_8658 @8658 -ord_8659 @8659 -ord_8660 @8660 -ord_8661 @8661 -ord_8662 @8662 -ord_8663 @8663 -ord_8664 @8664 -ord_8665 @8665 -ord_8666 @8666 -ord_8667 @8667 -ord_8668 @8668 -ord_8669 @8669 -ord_8670 @8670 -ord_8671 @8671 -ord_8672 @8672 -ord_8673 @8673 -ord_8674 @8674 -ord_8675 @8675 -ord_8676 @8676 -ord_8677 @8677 -ord_8678 @8678 -ord_8679 @8679 -ord_8680 @8680 -ord_8681 @8681 -ord_8682 @8682 -ord_8683 @8683 -ord_8684 @8684 -ord_8685 @8685 -ord_8686 @8686 -ord_8687 @8687 -ord_8688 @8688 -ord_8689 @8689 -ord_8690 @8690 -ord_8691 @8691 -ord_8692 @8692 -ord_8693 @8693 -ord_8694 @8694 -ord_8695 @8695 -ord_8696 @8696 -ord_8697 @8697 -ord_8698 @8698 -ord_8699 @8699 -ord_8700 @8700 -ord_8701 @8701 -ord_8702 @8702 -ord_8703 @8703 -ord_8704 @8704 -ord_8705 @8705 -ord_8706 @8706 -ord_8707 @8707 -ord_8708 @8708 -ord_8709 @8709 -ord_8710 @8710 -ord_8711 @8711 -ord_8712 @8712 -ord_8713 @8713 -ord_8714 @8714 -ord_8715 @8715 -ord_8716 @8716 -ord_8717 @8717 -ord_8718 @8718 -ord_8719 @8719 -ord_8720 @8720 -ord_8721 @8721 -ord_8722 @8722 -ord_8723 @8723 -ord_8724 @8724 -ord_8725 @8725 -ord_8726 @8726 -ord_8727 @8727 -ord_8728 @8728 -ord_8729 @8729 -ord_8730 @8730 -ord_8731 @8731 -ord_8732 @8732 -ord_8733 @8733 -ord_8734 @8734 -ord_8735 @8735 -ord_8736 @8736 -ord_8737 @8737 -ord_8738 @8738 -ord_8739 @8739 -ord_8740 @8740 -ord_8741 @8741 -ord_8742 @8742 -ord_8743 @8743 -ord_8744 @8744 -ord_8745 @8745 -ord_8746 @8746 -ord_8747 @8747 -ord_8748 @8748 -ord_8749 @8749 -ord_8750 @8750 -ord_8751 @8751 -ord_8752 @8752 -ord_8753 @8753 -ord_8754 @8754 -ord_8755 @8755 -ord_8756 @8756 -ord_8757 @8757 -ord_8758 @8758 -ord_8759 @8759 -ord_8760 @8760 -ord_8761 @8761 -ord_8762 @8762 -ord_8763 @8763 -ord_8764 @8764 -ord_8765 @8765 -ord_8766 @8766 -ord_8767 @8767 -ord_8768 @8768 -ord_8769 @8769 -ord_8770 @8770 -ord_8771 @8771 -ord_8772 @8772 -ord_8773 @8773 -ord_8774 @8774 -ord_8775 @8775 -ord_8776 @8776 -ord_8777 @8777 -ord_8778 @8778 -ord_8779 @8779 -ord_8780 @8780 -ord_8781 @8781 -ord_8782 @8782 -ord_8783 @8783 -ord_8784 @8784 -ord_8785 @8785 -ord_8786 @8786 -ord_8787 @8787 -ord_8788 @8788 -ord_8789 @8789 -ord_8790 @8790 -ord_8791 @8791 -ord_8792 @8792 -ord_8793 @8793 -ord_8794 @8794 -ord_8795 @8795 -ord_8796 @8796 -ord_8797 @8797 -ord_8798 @8798 -ord_8799 @8799 -ord_8800 @8800 -ord_8801 @8801 -ord_8802 @8802 -ord_8803 @8803 -ord_8804 @8804 -ord_8805 @8805 -ord_8806 @8806 -ord_8807 @8807 -ord_8808 @8808 -ord_8809 @8809 -ord_8810 @8810 -ord_8811 @8811 -ord_8812 @8812 -ord_8813 @8813 -ord_8814 @8814 -ord_8815 @8815 -ord_8816 @8816 -ord_8817 @8817 -ord_8818 @8818 -ord_8819 @8819 -ord_8820 @8820 -ord_8821 @8821 -ord_8822 @8822 -ord_8823 @8823 -ord_8824 @8824 -ord_8825 @8825 -ord_8826 @8826 -ord_8827 @8827 -ord_8828 @8828 -ord_8829 @8829 -ord_8830 @8830 -ord_8831 @8831 -ord_8832 @8832 -ord_8833 @8833 -ord_8834 @8834 -ord_8835 @8835 -ord_8836 @8836 -ord_8837 @8837 -ord_8838 @8838 -ord_8839 @8839 -ord_8840 @8840 -ord_8841 @8841 -ord_8842 @8842 -ord_8843 @8843 -ord_8844 @8844 -ord_8845 @8845 -ord_8846 @8846 -ord_8847 @8847 -ord_8848 @8848 -ord_8849 @8849 -ord_8850 @8850 -ord_8851 @8851 -ord_8852 @8852 -ord_8853 @8853 -ord_8854 @8854 -ord_8855 @8855 -ord_8856 @8856 -ord_8857 @8857 -ord_8858 @8858 -ord_8859 @8859 -ord_8860 @8860 -ord_8861 @8861 -ord_8862 @8862 -ord_8863 @8863 -ord_8864 @8864 -ord_8865 @8865 -ord_8866 @8866 -ord_8867 @8867 -ord_8868 @8868 -ord_8869 @8869 -ord_8870 @8870 -ord_8871 @8871 -ord_8872 @8872 -ord_8873 @8873 -ord_8874 @8874 -ord_8875 @8875 -ord_8876 @8876 -ord_8877 @8877 -ord_8878 @8878 -ord_8879 @8879 -ord_8880 @8880 -ord_8881 @8881 -ord_8882 @8882 -ord_8883 @8883 -ord_8884 @8884 -ord_8885 @8885 -ord_8886 @8886 -ord_8887 @8887 -ord_8888 @8888 -ord_8889 @8889 -ord_8890 @8890 -ord_8891 @8891 -ord_8892 @8892 -ord_8893 @8893 -ord_8894 @8894 -ord_8895 @8895 -ord_8896 @8896 -ord_8897 @8897 -ord_8898 @8898 -ord_8899 @8899 -ord_8900 @8900 -ord_8901 @8901 -ord_8902 @8902 -ord_8903 @8903 -ord_8904 @8904 -ord_8905 @8905 -ord_8906 @8906 -ord_8907 @8907 -ord_8908 @8908 -ord_8909 @8909 -ord_8910 @8910 -ord_8911 @8911 -ord_8912 @8912 -ord_8913 @8913 -ord_8914 @8914 -ord_8915 @8915 -ord_8916 @8916 -ord_8917 @8917 -ord_8918 @8918 -ord_8919 @8919 -ord_8920 @8920 -ord_8921 @8921 -ord_8922 @8922 -ord_8923 @8923 -ord_8924 @8924 -ord_8925 @8925 -ord_8926 @8926 -ord_8927 @8927 -ord_8928 @8928 -ord_8929 @8929 -ord_8930 @8930 -ord_8931 @8931 -ord_8932 @8932 -ord_8933 @8933 -ord_8934 @8934 -ord_8935 @8935 -ord_8936 @8936 -ord_8937 @8937 -ord_8938 @8938 -ord_8939 @8939 -ord_8940 @8940 -ord_8941 @8941 -ord_8942 @8942 -ord_8943 @8943 -ord_8944 @8944 -ord_8945 @8945 -ord_8946 @8946 -ord_8947 @8947 -ord_8948 @8948 -ord_8949 @8949 -ord_8950 @8950 -ord_8951 @8951 -ord_8952 @8952 -ord_8953 @8953 -ord_8954 @8954 -ord_8955 @8955 -ord_8956 @8956 -ord_8957 @8957 -ord_8958 @8958 -ord_8959 @8959 -ord_8960 @8960 -ord_8961 @8961 -ord_8962 @8962 -ord_8963 @8963 -ord_8964 @8964 -ord_8965 @8965 -ord_8966 @8966 -ord_8967 @8967 -ord_8968 @8968 -ord_8969 @8969 -ord_8970 @8970 -ord_8971 @8971 -ord_8972 @8972 -ord_8973 @8973 -ord_8974 @8974 -ord_8975 @8975 -ord_8976 @8976 -ord_8977 @8977 -ord_8978 @8978 -ord_8979 @8979 -ord_8980 @8980 -ord_8981 @8981 -ord_8982 @8982 -ord_8983 @8983 -ord_8984 @8984 -ord_8985 @8985 -ord_8986 @8986 -ord_8987 @8987 -ord_8988 @8988 -ord_8989 @8989 -ord_8990 @8990 -ord_8991 @8991 -ord_8992 @8992 -ord_8993 @8993 -ord_8994 @8994 -ord_8995 @8995 -ord_8996 @8996 -ord_8997 @8997 -ord_8998 @8998 -ord_8999 @8999 -ord_9000 @9000 -ord_9001 @9001 -ord_9002 @9002 -ord_9003 @9003 -ord_9004 @9004 -ord_9005 @9005 -ord_9006 @9006 -ord_9007 @9007 -ord_9008 @9008 -ord_9009 @9009 -ord_9010 @9010 -ord_9011 @9011 -ord_9012 @9012 -ord_9013 @9013 -ord_9014 @9014 -ord_9015 @9015 -ord_9016 @9016 -ord_9017 @9017 -ord_9018 @9018 -ord_9019 @9019 -ord_9020 @9020 -ord_9021 @9021 -ord_9022 @9022 -ord_9023 @9023 -ord_9024 @9024 -ord_9025 @9025 -ord_9026 @9026 -ord_9027 @9027 -ord_9028 @9028 -ord_9029 @9029 -ord_9030 @9030 -ord_9031 @9031 -ord_9032 @9032 -ord_9033 @9033 -ord_9034 @9034 -ord_9035 @9035 -ord_9036 @9036 -ord_9037 @9037 -ord_9038 @9038 -ord_9039 @9039 -ord_9040 @9040 -ord_9041 @9041 -ord_9042 @9042 -ord_9043 @9043 -ord_9044 @9044 -ord_9045 @9045 -ord_9046 @9046 -ord_9047 @9047 -ord_9048 @9048 -ord_9049 @9049 -ord_9050 @9050 -ord_9051 @9051 -ord_9052 @9052 -ord_9053 @9053 -ord_9054 @9054 -ord_9055 @9055 -ord_9056 @9056 -ord_9057 @9057 -ord_9058 @9058 -ord_9059 @9059 -ord_9060 @9060 -ord_9061 @9061 -ord_9062 @9062 -ord_9063 @9063 -ord_9064 @9064 -ord_9065 @9065 -ord_9066 @9066 -ord_9067 @9067 -ord_9068 @9068 -ord_9069 @9069 -ord_9070 @9070 -ord_9071 @9071 -ord_9072 @9072 -ord_9073 @9073 -ord_9074 @9074 -ord_9075 @9075 -ord_9076 @9076 -ord_9077 @9077 -ord_9078 @9078 -ord_9079 @9079 -ord_9080 @9080 -ord_9081 @9081 -ord_9082 @9082 -ord_9083 @9083 -ord_9084 @9084 -ord_9085 @9085 -ord_9086 @9086 -ord_9087 @9087 -ord_9088 @9088 -ord_9089 @9089 -ord_9090 @9090 -ord_9091 @9091 -ord_9092 @9092 -ord_9093 @9093 -ord_9094 @9094 -ord_9095 @9095 -ord_9096 @9096 -ord_9097 @9097 -ord_9098 @9098 -ord_9099 @9099 -ord_9100 @9100 -ord_9101 @9101 -ord_9102 @9102 -ord_9103 @9103 -ord_9104 @9104 -ord_9105 @9105 -ord_9106 @9106 -ord_9107 @9107 -ord_9108 @9108 -ord_9109 @9109 -ord_9110 @9110 -ord_9111 @9111 -ord_9112 @9112 -ord_9113 @9113 -ord_9114 @9114 -ord_9115 @9115 -ord_9116 @9116 -ord_9117 @9117 -ord_9118 @9118 -ord_9119 @9119 -ord_9120 @9120 -ord_9121 @9121 -ord_9122 @9122 -ord_9123 @9123 -ord_9124 @9124 -ord_9125 @9125 -ord_9126 @9126 -ord_9127 @9127 -ord_9128 @9128 -ord_9129 @9129 -ord_9130 @9130 -ord_9131 @9131 -ord_9132 @9132 -ord_9133 @9133 -ord_9134 @9134 -ord_9135 @9135 -ord_9136 @9136 -ord_9137 @9137 -ord_9138 @9138 -ord_9139 @9139 -ord_9140 @9140 -ord_9141 @9141 -ord_9142 @9142 -ord_9143 @9143 -ord_9144 @9144 -ord_9145 @9145 -ord_9146 @9146 -ord_9147 @9147 -ord_9148 @9148 -ord_9149 @9149 -ord_9150 @9150 -ord_9151 @9151 -ord_9152 @9152 -ord_9153 @9153 -ord_9154 @9154 -ord_9155 @9155 -ord_9156 @9156 -ord_9157 @9157 -ord_9158 @9158 -ord_9159 @9159 -ord_9160 @9160 -ord_9161 @9161 -ord_9162 @9162 -ord_9163 @9163 -ord_9164 @9164 -ord_9165 @9165 -ord_9166 @9166 -ord_9167 @9167 -ord_9168 @9168 -ord_9169 @9169 -ord_9170 @9170 -ord_9171 @9171 -ord_9172 @9172 -ord_9173 @9173 -ord_9174 @9174 -ord_9175 @9175 -ord_9176 @9176 -ord_9177 @9177 -ord_9178 @9178 -ord_9179 @9179 -ord_9180 @9180 -ord_9181 @9181 -ord_9182 @9182 -ord_9183 @9183 -ord_9184 @9184 -ord_9185 @9185 -ord_9186 @9186 -ord_9187 @9187 -ord_9188 @9188 -ord_9189 @9189 -ord_9190 @9190 -ord_9191 @9191 -ord_9192 @9192 -ord_9193 @9193 -ord_9194 @9194 -ord_9195 @9195 -ord_9196 @9196 -ord_9197 @9197 -ord_9198 @9198 -ord_9199 @9199 -ord_9200 @9200 -ord_9201 @9201 -ord_9202 @9202 -ord_9203 @9203 -ord_9204 @9204 -ord_9205 @9205 -ord_9206 @9206 -ord_9207 @9207 -ord_9208 @9208 -ord_9209 @9209 -ord_9210 @9210 -ord_9211 @9211 -ord_9212 @9212 -ord_9213 @9213 -ord_9214 @9214 -ord_9215 @9215 -ord_9216 @9216 -ord_9217 @9217 -ord_9218 @9218 -ord_9219 @9219 -ord_9220 @9220 -ord_9221 @9221 -ord_9222 @9222 -ord_9223 @9223 -ord_9224 @9224 -ord_9225 @9225 -ord_9226 @9226 -ord_9227 @9227 -ord_9228 @9228 -ord_9229 @9229 -ord_9230 @9230 -ord_9231 @9231 -ord_9232 @9232 -ord_9233 @9233 -ord_9234 @9234 -ord_9235 @9235 -ord_9236 @9236 -ord_9237 @9237 -ord_9238 @9238 -ord_9239 @9239 -ord_9240 @9240 -ord_9241 @9241 -ord_9242 @9242 -ord_9243 @9243 -ord_9244 @9244 -ord_9245 @9245 -ord_9246 @9246 -ord_9247 @9247 -ord_9248 @9248 -ord_9249 @9249 -ord_9250 @9250 -ord_9251 @9251 -ord_9252 @9252 -ord_9253 @9253 -ord_9254 @9254 -ord_9255 @9255 -ord_9256 @9256 -ord_9257 @9257 -ord_9258 @9258 -ord_9259 @9259 -ord_9260 @9260 -ord_9261 @9261 -ord_9262 @9262 -ord_9263 @9263 -ord_9264 @9264 -ord_9265 @9265 -ord_9266 @9266 -ord_9267 @9267 -ord_9268 @9268 -ord_9269 @9269 -ord_9270 @9270 -ord_9271 @9271 -ord_9272 @9272 -ord_9273 @9273 -ord_9274 @9274 -ord_9275 @9275 -ord_9276 @9276 -ord_9277 @9277 -ord_9278 @9278 -ord_9279 @9279 -ord_9280 @9280 -ord_9281 @9281 -ord_9282 @9282 -ord_9283 @9283 -ord_9284 @9284 -ord_9285 @9285 -ord_9286 @9286 -ord_9287 @9287 -ord_9288 @9288 -ord_9289 @9289 -ord_9290 @9290 -ord_9291 @9291 -ord_9292 @9292 -ord_9293 @9293 -ord_9294 @9294 -ord_9295 @9295 -ord_9296 @9296 -ord_9297 @9297 -ord_9298 @9298 -ord_9299 @9299 -ord_9300 @9300 -ord_9301 @9301 -ord_9302 @9302 -ord_9303 @9303 -ord_9304 @9304 -ord_9305 @9305 -ord_9306 @9306 -ord_9307 @9307 -ord_9308 @9308 -ord_9309 @9309 -ord_9310 @9310 -ord_9311 @9311 -ord_9312 @9312 -ord_9313 @9313 -ord_9314 @9314 -ord_9315 @9315 -ord_9316 @9316 -ord_9317 @9317 -ord_9318 @9318 -ord_9319 @9319 -ord_9320 @9320 -ord_9321 @9321 -ord_9322 @9322 -ord_9323 @9323 -ord_9324 @9324 -ord_9325 @9325 -ord_9326 @9326 -ord_9327 @9327 -ord_9328 @9328 -ord_9329 @9329 -ord_9330 @9330 -ord_9331 @9331 -ord_9332 @9332 -ord_9333 @9333 -ord_9334 @9334 -ord_9335 @9335 -ord_9336 @9336 -ord_9337 @9337 -ord_9338 @9338 -ord_9339 @9339 -ord_9340 @9340 -ord_9341 @9341 -ord_9342 @9342 -ord_9343 @9343 -ord_9344 @9344 -ord_9345 @9345 -ord_9346 @9346 -ord_9347 @9347 -ord_9348 @9348 -ord_9349 @9349 -ord_9350 @9350 -ord_9351 @9351 -ord_9352 @9352 -ord_9353 @9353 -ord_9354 @9354 -ord_9355 @9355 -ord_9356 @9356 -ord_9357 @9357 -ord_9358 @9358 -ord_9359 @9359 -ord_9360 @9360 -ord_9361 @9361 -ord_9362 @9362 -ord_9363 @9363 -ord_9364 @9364 -ord_9365 @9365 -ord_9366 @9366 -ord_9367 @9367 -ord_9368 @9368 -ord_9369 @9369 -ord_9370 @9370 -ord_9371 @9371 -ord_9372 @9372 -ord_9373 @9373 -ord_9374 @9374 -ord_9375 @9375 -ord_9376 @9376 -ord_9377 @9377 -ord_9378 @9378 -ord_9379 @9379 -ord_9380 @9380 -ord_9381 @9381 -ord_9382 @9382 -ord_9383 @9383 -ord_9384 @9384 -ord_9385 @9385 -ord_9386 @9386 -ord_9387 @9387 -ord_9388 @9388 -ord_9389 @9389 -ord_9390 @9390 -ord_9391 @9391 -ord_9392 @9392 -ord_9393 @9393 -ord_9394 @9394 -ord_9395 @9395 -ord_9396 @9396 -ord_9397 @9397 -ord_9398 @9398 -ord_9399 @9399 -ord_9400 @9400 -ord_9401 @9401 -ord_9402 @9402 -ord_9403 @9403 -ord_9404 @9404 -ord_9405 @9405 -ord_9406 @9406 -ord_9407 @9407 -ord_9408 @9408 -ord_9409 @9409 -ord_9410 @9410 -ord_9411 @9411 -ord_9412 @9412 -ord_9413 @9413 -ord_9414 @9414 -ord_9415 @9415 -ord_9416 @9416 -ord_9417 @9417 -ord_9418 @9418 -ord_9419 @9419 -ord_9420 @9420 -ord_9421 @9421 -ord_9422 @9422 -ord_9423 @9423 -ord_9424 @9424 -ord_9425 @9425 -ord_9426 @9426 -ord_9427 @9427 -ord_9428 @9428 -ord_9429 @9429 -ord_9430 @9430 -ord_9431 @9431 -ord_9432 @9432 -ord_9433 @9433 -ord_9434 @9434 -ord_9435 @9435 -ord_9436 @9436 -ord_9437 @9437 -ord_9438 @9438 -ord_9439 @9439 -ord_9440 @9440 -ord_9441 @9441 -ord_9442 @9442 -ord_9443 @9443 -ord_9444 @9444 -ord_9445 @9445 -ord_9446 @9446 -ord_9447 @9447 -ord_9448 @9448 -ord_9449 @9449 -ord_9450 @9450 -ord_9451 @9451 -ord_9452 @9452 -ord_9453 @9453 -ord_9454 @9454 -ord_9455 @9455 -ord_9456 @9456 -ord_9457 @9457 -ord_9458 @9458 -ord_9459 @9459 -ord_9460 @9460 -ord_9461 @9461 -ord_9462 @9462 -ord_9463 @9463 -ord_9464 @9464 -ord_9465 @9465 -ord_9466 @9466 -ord_9467 @9467 -ord_9468 @9468 -ord_9469 @9469 -ord_9470 @9470 -ord_9471 @9471 -ord_9472 @9472 -ord_9473 @9473 -ord_9474 @9474 -ord_9475 @9475 -ord_9476 @9476 -ord_9477 @9477 -ord_9478 @9478 -ord_9479 @9479 -ord_9480 @9480 -ord_9481 @9481 -ord_9482 @9482 -ord_9483 @9483 -ord_9484 @9484 -ord_9485 @9485 -ord_9486 @9486 -ord_9487 @9487 -ord_9488 @9488 -ord_9489 @9489 -ord_9490 @9490 -ord_9491 @9491 -ord_9492 @9492 -ord_9493 @9493 -ord_9494 @9494 -ord_9495 @9495 -ord_9496 @9496 -ord_9497 @9497 -ord_9498 @9498 -ord_9499 @9499 -ord_9500 @9500 -ord_9501 @9501 -ord_9502 @9502 -ord_9503 @9503 -ord_9504 @9504 -ord_9505 @9505 -ord_9506 @9506 -ord_9507 @9507 -ord_9508 @9508 -ord_9509 @9509 -ord_9510 @9510 -ord_9511 @9511 -ord_9512 @9512 -ord_9513 @9513 -ord_9514 @9514 -ord_9515 @9515 -ord_9516 @9516 -ord_9517 @9517 -ord_9518 @9518 -ord_9519 @9519 -ord_9520 @9520 -ord_9521 @9521 -ord_9522 @9522 -ord_9523 @9523 -ord_9524 @9524 -ord_9525 @9525 -ord_9526 @9526 -ord_9527 @9527 -ord_9528 @9528 -ord_9529 @9529 -ord_9530 @9530 -ord_9531 @9531 -ord_9532 @9532 -ord_9533 @9533 -ord_9534 @9534 -ord_9535 @9535 -ord_9536 @9536 -ord_9537 @9537 -ord_9538 @9538 -ord_9539 @9539 -ord_9540 @9540 -ord_9541 @9541 -ord_9542 @9542 -ord_9543 @9543 -ord_9544 @9544 -ord_9545 @9545 -ord_9546 @9546 -ord_9547 @9547 -ord_9548 @9548 -ord_9549 @9549 -ord_9550 @9550 -ord_9551 @9551 -ord_9552 @9552 -ord_9553 @9553 -ord_9554 @9554 -ord_9555 @9555 -ord_9556 @9556 -ord_9557 @9557 -ord_9558 @9558 -ord_9559 @9559 -ord_9560 @9560 -ord_9561 @9561 -ord_9562 @9562 -ord_9563 @9563 -ord_9564 @9564 -ord_9565 @9565 -ord_9566 @9566 -ord_9567 @9567 -ord_9568 @9568 -ord_9569 @9569 -ord_9570 @9570 -ord_9571 @9571 -ord_9572 @9572 -ord_9573 @9573 -ord_9574 @9574 -ord_9575 @9575 -ord_9576 @9576 -ord_9577 @9577 -ord_9578 @9578 -ord_9579 @9579 -ord_9580 @9580 -ord_9581 @9581 -ord_9582 @9582 -ord_9583 @9583 -ord_9584 @9584 -ord_9585 @9585 -ord_9586 @9586 -ord_9587 @9587 -ord_9588 @9588 -ord_9589 @9589 -ord_9590 @9590 -ord_9591 @9591 -ord_9592 @9592 -ord_9593 @9593 -ord_9594 @9594 -ord_9595 @9595 -ord_9596 @9596 -ord_9597 @9597 -ord_9598 @9598 -ord_9599 @9599 -ord_9600 @9600 -ord_9601 @9601 -ord_9602 @9602 -ord_9603 @9603 -ord_9604 @9604 -ord_9605 @9605 -ord_9606 @9606 -ord_9607 @9607 -ord_9608 @9608 -ord_9609 @9609 -ord_9610 @9610 -ord_9611 @9611 -ord_9612 @9612 -ord_9613 @9613 -ord_9614 @9614 -ord_9615 @9615 -ord_9616 @9616 -ord_9617 @9617 -ord_9618 @9618 -ord_9619 @9619 -ord_9620 @9620 -ord_9621 @9621 -ord_9622 @9622 -ord_9623 @9623 -ord_9624 @9624 -ord_9625 @9625 -ord_9626 @9626 -ord_9627 @9627 -ord_9628 @9628 -ord_9629 @9629 -ord_9630 @9630 -ord_9631 @9631 -ord_9632 @9632 -ord_9633 @9633 -ord_9634 @9634 -ord_9635 @9635 -ord_9636 @9636 -ord_9637 @9637 -ord_9638 @9638 -ord_9639 @9639 -ord_9640 @9640 -ord_9641 @9641 -ord_9642 @9642 -ord_9643 @9643 -ord_9644 @9644 -ord_9645 @9645 -ord_9646 @9646 -ord_9647 @9647 -ord_9648 @9648 -ord_9649 @9649 -ord_9650 @9650 -ord_9651 @9651 -ord_9652 @9652 -ord_9653 @9653 -ord_9654 @9654 -ord_9655 @9655 -ord_9656 @9656 -ord_9657 @9657 -ord_9658 @9658 -ord_9659 @9659 -ord_9660 @9660 -ord_9661 @9661 -ord_9662 @9662 -ord_9663 @9663 -ord_9664 @9664 -ord_9665 @9665 -ord_9666 @9666 -ord_9667 @9667 -ord_9668 @9668 -ord_9669 @9669 -ord_9670 @9670 -ord_9671 @9671 -ord_9672 @9672 -ord_9673 @9673 -ord_9674 @9674 -ord_9675 @9675 -ord_9676 @9676 -ord_9677 @9677 -ord_9678 @9678 -ord_9679 @9679 -ord_9680 @9680 -ord_9681 @9681 -ord_9682 @9682 -ord_9683 @9683 -ord_9684 @9684 -ord_9685 @9685 -ord_9686 @9686 -ord_9687 @9687 -ord_9688 @9688 -ord_9689 @9689 -ord_9690 @9690 -ord_9691 @9691 -ord_9692 @9692 -ord_9693 @9693 -ord_9694 @9694 -ord_9695 @9695 -ord_9696 @9696 -ord_9697 @9697 -ord_9698 @9698 -ord_9699 @9699 -ord_9700 @9700 -ord_9701 @9701 -ord_9702 @9702 -ord_9703 @9703 -ord_9704 @9704 -ord_9705 @9705 -ord_9706 @9706 -ord_9707 @9707 -ord_9708 @9708 -ord_9709 @9709 -ord_9710 @9710 -ord_9711 @9711 -ord_9712 @9712 -ord_9713 @9713 -ord_9714 @9714 -ord_9715 @9715 -ord_9716 @9716 -ord_9717 @9717 -ord_9718 @9718 -ord_9719 @9719 -ord_9720 @9720 -ord_9721 @9721 -ord_9722 @9722 -ord_9723 @9723 -ord_9724 @9724 -ord_9725 @9725 -ord_9726 @9726 -ord_9727 @9727 -ord_9728 @9728 -ord_9729 @9729 -ord_9730 @9730 -ord_9731 @9731 -ord_9732 @9732 -ord_9733 @9733 -ord_9734 @9734 -ord_9735 @9735 -ord_9736 @9736 -ord_9737 @9737 -ord_9738 @9738 -ord_9739 @9739 -ord_9740 @9740 -ord_9741 @9741 -ord_9742 @9742 -ord_9743 @9743 -ord_9744 @9744 -ord_9745 @9745 -ord_9746 @9746 -ord_9747 @9747 -ord_9748 @9748 -ord_9749 @9749 -ord_9750 @9750 -ord_9751 @9751 -ord_9752 @9752 -ord_9753 @9753 -ord_9754 @9754 -ord_9755 @9755 -ord_9756 @9756 -ord_9757 @9757 -ord_9758 @9758 -ord_9759 @9759 -ord_9760 @9760 -ord_9761 @9761 -ord_9762 @9762 -ord_9763 @9763 -ord_9764 @9764 -ord_9765 @9765 -ord_9766 @9766 -ord_9767 @9767 -ord_9768 @9768 -ord_9769 @9769 -ord_9770 @9770 -ord_9771 @9771 -ord_9772 @9772 -ord_9773 @9773 -ord_9774 @9774 -ord_9775 @9775 -ord_9776 @9776 -ord_9777 @9777 -ord_9778 @9778 -ord_9779 @9779 -ord_9780 @9780 -ord_9781 @9781 -ord_9782 @9782 -ord_9783 @9783 -ord_9784 @9784 -ord_9785 @9785 -ord_9786 @9786 -ord_9787 @9787 -ord_9788 @9788 -ord_9789 @9789 -ord_9790 @9790 -ord_9791 @9791 -ord_9792 @9792 -ord_9793 @9793 -ord_9794 @9794 -ord_9795 @9795 -ord_9796 @9796 -ord_9797 @9797 -ord_9798 @9798 -ord_9799 @9799 -ord_9800 @9800 -ord_9801 @9801 -ord_9802 @9802 -ord_9803 @9803 -ord_9804 @9804 -ord_9805 @9805 -ord_9806 @9806 -ord_9807 @9807 -ord_9808 @9808 -ord_9809 @9809 -ord_9810 @9810 -ord_9811 @9811 -ord_9812 @9812 -ord_9813 @9813 -ord_9814 @9814 -ord_9815 @9815 -ord_9816 @9816 -ord_9817 @9817 -ord_9818 @9818 -ord_9819 @9819 -ord_9820 @9820 -ord_9821 @9821 -ord_9822 @9822 -ord_9823 @9823 -ord_9824 @9824 -ord_9825 @9825 -ord_9826 @9826 -ord_9827 @9827 -ord_9828 @9828 -ord_9829 @9829 -ord_9830 @9830 -ord_9831 @9831 -ord_9832 @9832 -ord_9833 @9833 -ord_9834 @9834 -ord_9835 @9835 -ord_9836 @9836 -ord_9837 @9837 -ord_9838 @9838 -ord_9839 @9839 -ord_9840 @9840 -ord_9841 @9841 -ord_9842 @9842 -ord_9843 @9843 -ord_9844 @9844 -ord_9845 @9845 -ord_9846 @9846 -ord_9847 @9847 -ord_9848 @9848 -ord_9849 @9849 -ord_9850 @9850 -ord_9851 @9851 -ord_9852 @9852 -ord_9853 @9853 -ord_9854 @9854 -ord_9855 @9855 -ord_9856 @9856 -ord_9857 @9857 -ord_9858 @9858 -ord_9859 @9859 -ord_9860 @9860 -ord_9861 @9861 -ord_9862 @9862 -ord_9863 @9863 -ord_9864 @9864 -ord_9865 @9865 -ord_9866 @9866 -ord_9867 @9867 -ord_9868 @9868 -ord_9869 @9869 -ord_9870 @9870 -ord_9871 @9871 -ord_9872 @9872 -ord_9873 @9873 -ord_9874 @9874 -ord_9875 @9875 -ord_9876 @9876 -ord_9877 @9877 -ord_9878 @9878 -ord_9879 @9879 -ord_9880 @9880 -ord_9881 @9881 -ord_9882 @9882 -ord_9883 @9883 -ord_9884 @9884 -ord_9885 @9885 -ord_9886 @9886 -ord_9887 @9887 -ord_9888 @9888 -ord_9889 @9889 -ord_9890 @9890 -ord_9891 @9891 -ord_9892 @9892 -ord_9893 @9893 -ord_9894 @9894 -ord_9895 @9895 -ord_9896 @9896 -ord_9897 @9897 -ord_9898 @9898 -ord_9899 @9899 -ord_9900 @9900 -ord_9901 @9901 -ord_9902 @9902 -ord_9903 @9903 -ord_9904 @9904 -ord_9905 @9905 -ord_9906 @9906 -ord_9907 @9907 -ord_9908 @9908 -ord_9909 @9909 -ord_9910 @9910 -ord_9911 @9911 -ord_9912 @9912 -ord_9913 @9913 -ord_9914 @9914 -ord_9915 @9915 -ord_9916 @9916 -ord_9917 @9917 -ord_9918 @9918 -ord_9919 @9919 -ord_9920 @9920 -ord_9921 @9921 -ord_9922 @9922 -ord_9923 @9923 -ord_9924 @9924 -ord_9925 @9925 -ord_9926 @9926 -ord_9927 @9927 -ord_9928 @9928 -ord_9929 @9929 -ord_9930 @9930 -ord_9931 @9931 -ord_9932 @9932 -ord_9933 @9933 -ord_9934 @9934 -ord_9935 @9935 -ord_9936 @9936 -ord_9937 @9937 -ord_9938 @9938 -ord_9939 @9939 -ord_9940 @9940 -ord_9941 @9941 -ord_9942 @9942 -ord_9943 @9943 -ord_9944 @9944 -ord_9945 @9945 -ord_9946 @9946 -ord_9947 @9947 -ord_9948 @9948 -ord_9949 @9949 -ord_9950 @9950 -ord_9951 @9951 -ord_9952 @9952 -ord_9953 @9953 -ord_9954 @9954 -ord_9955 @9955 -ord_9956 @9956 -ord_9957 @9957 -ord_9958 @9958 -ord_9959 @9959 -ord_9960 @9960 -ord_9961 @9961 -ord_9962 @9962 -ord_9963 @9963 -ord_9964 @9964 -ord_9965 @9965 -ord_9966 @9966 -ord_9967 @9967 -ord_9968 @9968 -ord_9969 @9969 -ord_9970 @9970 -ord_9971 @9971 -ord_9972 @9972 -ord_9973 @9973 -ord_9974 @9974 -ord_9975 @9975 -ord_9976 @9976 -ord_9977 @9977 -ord_9978 @9978 -ord_9979 @9979 -ord_9980 @9980 -ord_9981 @9981 -ord_9982 @9982 -ord_9983 @9983 -ord_9984 @9984 -ord_9985 @9985 -ord_9986 @9986 -ord_9987 @9987 -ord_9988 @9988 -ord_9989 @9989 -ord_9990 @9990 -ord_9991 @9991 -ord_9992 @9992 -ord_9993 @9993 -ord_9994 @9994 -ord_9995 @9995 -ord_9996 @9996 -ord_9997 @9997 -ord_9998 @9998 -ord_9999 @9999 -ord_10000 @10000 -ord_10001 @10001 -ord_10002 @10002 -ord_10003 @10003 -ord_10004 @10004 -ord_10005 @10005 -ord_10006 @10006 -ord_10007 @10007 -ord_10008 @10008 -ord_10009 @10009 -ord_10010 @10010 -ord_10011 @10011 -ord_10012 @10012 -ord_10013 @10013 -ord_10014 @10014 -ord_10015 @10015 -ord_10016 @10016 -ord_10017 @10017 -ord_10018 @10018 -ord_10019 @10019 -ord_10020 @10020 -ord_10021 @10021 -ord_10022 @10022 -ord_10023 @10023 -ord_10024 @10024 -ord_10025 @10025 -ord_10026 @10026 -ord_10027 @10027 -ord_10028 @10028 -ord_10029 @10029 -ord_10030 @10030 -ord_10031 @10031 -ord_10032 @10032 -ord_10033 @10033 -ord_10034 @10034 -ord_10035 @10035 -ord_10036 @10036 -ord_10037 @10037 -ord_10038 @10038 -ord_10039 @10039 -ord_10040 @10040 -ord_10041 @10041 -ord_10042 @10042 -ord_10043 @10043 -ord_10044 @10044 -ord_10045 @10045 -ord_10046 @10046 -ord_10047 @10047 -ord_10048 @10048 -ord_10049 @10049 -ord_10050 @10050 -ord_10051 @10051 -ord_10052 @10052 -ord_10053 @10053 -ord_10054 @10054 -ord_10055 @10055 -ord_10056 @10056 -ord_10057 @10057 -ord_10058 @10058 -ord_10059 @10059 -ord_10060 @10060 -ord_10061 @10061 -ord_10062 @10062 -ord_10063 @10063 -ord_10064 @10064 -ord_10065 @10065 -ord_10067 @10067 -ord_10068 @10068 -ord_10069 @10069 -ord_10070 @10070 -ord_10071 @10071 -ord_10072 @10072 -ord_10073 @10073 -ord_10074 @10074 -ord_10075 @10075 -ord_10076 @10076 -ord_10077 @10077 -ord_10078 @10078 -ord_10079 @10079 -ord_10080 @10080 -ord_10081 @10081 -ord_10082 @10082 -ord_10083 @10083 -ord_10084 @10084 -ord_10085 @10085 -ord_10086 @10086 -ord_10087 @10087 -ord_10088 @10088 -ord_10089 @10089 -ord_10090 @10090 -ord_10091 @10091 -ord_10092 @10092 -ord_10093 @10093 -ord_10094 @10094 -ord_10095 @10095 -ord_10096 @10096 -ord_10097 @10097 -ord_10098 @10098 -ord_10099 @10099 -ord_10100 @10100 -ord_10101 @10101 -ord_10102 @10102 -ord_10103 @10103 -ord_10104 @10104 -ord_10105 @10105 -ord_10106 @10106 -ord_10107 @10107 -ord_10108 @10108 -ord_10109 @10109 -ord_10110 @10110 -ord_10111 @10111 -ord_10112 @10112 -ord_10113 @10113 -ord_10114 @10114 -ord_10115 @10115 -ord_10116 @10116 -ord_10117 @10117 -ord_10118 @10118 -ord_10119 @10119 -ord_10120 @10120 -ord_10121 @10121 -ord_10122 @10122 -ord_10123 @10123 -ord_10124 @10124 -ord_10125 @10125 -ord_10126 @10126 -ord_10127 @10127 -ord_10128 @10128 -ord_10129 @10129 -ord_10130 @10130 -ord_10131 @10131 -ord_10132 @10132 -ord_10133 @10133 -ord_10134 @10134 -ord_10135 @10135 -ord_10136 @10136 -ord_10137 @10137 -ord_10138 @10138 -ord_10139 @10139 -ord_10140 @10140 -ord_10141 @10141 -ord_10142 @10142 -ord_10143 @10143 -ord_10144 @10144 -ord_10145 @10145 -ord_10146 @10146 -ord_10147 @10147 -ord_10148 @10148 -ord_10149 @10149 -ord_10150 @10150 -ord_10151 @10151 -ord_10152 @10152 -ord_10153 @10153 -ord_10154 @10154 -ord_10155 @10155 -ord_10156 @10156 -ord_10157 @10157 -ord_10158 @10158 -ord_10159 @10159 -ord_10160 @10160 -ord_10161 @10161 -ord_10162 @10162 -ord_10163 @10163 -ord_10164 @10164 -ord_10165 @10165 -ord_10166 @10166 -ord_10167 @10167 -ord_10168 @10168 -ord_10169 @10169 -ord_10170 @10170 -ord_10171 @10171 -ord_10172 @10172 -ord_10173 @10173 -ord_10174 @10174 -ord_10175 @10175 -ord_10176 @10176 -ord_10177 @10177 -ord_10178 @10178 -ord_10179 @10179 -ord_10180 @10180 -ord_10181 @10181 -ord_10182 @10182 -ord_10183 @10183 -ord_10184 @10184 -ord_10185 @10185 -ord_10186 @10186 -ord_10187 @10187 -ord_10188 @10188 -ord_10189 @10189 -ord_10190 @10190 -ord_10191 @10191 -ord_10192 @10192 -ord_10193 @10193 -ord_10194 @10194 -ord_10195 @10195 -ord_10196 @10196 -ord_10197 @10197 -ord_10198 @10198 -ord_10199 @10199 -ord_10200 @10200 -ord_10201 @10201 -ord_10202 @10202 -ord_10203 @10203 -ord_10204 @10204 -ord_10205 @10205 -ord_10206 @10206 -ord_10207 @10207 -ord_10208 @10208 -ord_10209 @10209 -ord_10210 @10210 -ord_10211 @10211 -ord_10212 @10212 -ord_10213 @10213 -ord_10214 @10214 -ord_10215 @10215 -ord_10216 @10216 -ord_10217 @10217 -ord_10218 @10218 -ord_10219 @10219 -ord_10220 @10220 -ord_10221 @10221 -ord_10222 @10222 -ord_10223 @10223 -ord_10224 @10224 -ord_10225 @10225 -ord_10226 @10226 -ord_10227 @10227 -ord_10228 @10228 -ord_10229 @10229 -ord_10230 @10230 -ord_10231 @10231 -ord_10232 @10232 -ord_10233 @10233 -ord_10234 @10234 -ord_10235 @10235 -ord_10236 @10236 -ord_10237 @10237 -ord_10238 @10238 -ord_10239 @10239 -ord_10240 @10240 -ord_10241 @10241 -ord_10242 @10242 -ord_10243 @10243 -ord_10244 @10244 -ord_10245 @10245 -ord_10246 @10246 -ord_10247 @10247 -ord_10248 @10248 -ord_10249 @10249 -ord_10250 @10250 -ord_10251 @10251 -ord_10252 @10252 -ord_10253 @10253 -ord_10254 @10254 -ord_10255 @10255 -ord_10256 @10256 -ord_10257 @10257 -ord_10258 @10258 -ord_10259 @10259 -ord_10260 @10260 -ord_10261 @10261 -ord_10262 @10262 -ord_10263 @10263 -ord_10264 @10264 -ord_10265 @10265 -ord_10266 @10266 -ord_10267 @10267 -ord_10268 @10268 -ord_10269 @10269 -ord_10270 @10270 -ord_10271 @10271 -ord_10272 @10272 -ord_10273 @10273 -ord_10274 @10274 -ord_10275 @10275 -ord_10276 @10276 -ord_10277 @10277 -ord_10278 @10278 -ord_10279 @10279 -ord_10280 @10280 -ord_10281 @10281 -ord_10282 @10282 -ord_10283 @10283 -ord_10284 @10284 -ord_10285 @10285 -ord_10286 @10286 -ord_10287 @10287 -ord_10288 @10288 -ord_10289 @10289 -ord_10290 @10290 -ord_10291 @10291 -ord_10292 @10292 -ord_10293 @10293 -ord_10294 @10294 -ord_10295 @10295 -ord_10296 @10296 -ord_10297 @10297 -ord_10298 @10298 -ord_10299 @10299 -ord_10300 @10300 -ord_10301 @10301 -ord_10302 @10302 -ord_10303 @10303 -ord_10304 @10304 -ord_10305 @10305 -ord_10306 @10306 -ord_10307 @10307 -ord_10308 @10308 -ord_10309 @10309 -ord_10310 @10310 -ord_10311 @10311 -ord_10312 @10312 -ord_10313 @10313 -ord_10314 @10314 -ord_10315 @10315 -ord_10316 @10316 -ord_10317 @10317 -ord_10318 @10318 -ord_10319 @10319 -ord_10320 @10320 -ord_10321 @10321 -ord_10322 @10322 -ord_10323 @10323 -ord_10324 @10324 -ord_10325 @10325 -ord_10326 @10326 -ord_10327 @10327 -ord_10328 @10328 -ord_10329 @10329 -ord_10330 @10330 -ord_10331 @10331 -ord_10332 @10332 -ord_10333 @10333 -ord_10334 @10334 -ord_10335 @10335 -ord_10336 @10336 -ord_10337 @10337 -ord_10338 @10338 -ord_10339 @10339 -ord_10340 @10340 -ord_10341 @10341 -ord_10342 @10342 -ord_10343 @10343 -ord_10344 @10344 -ord_10345 @10345 -ord_10346 @10346 -ord_10347 @10347 -ord_10348 @10348 -ord_10349 @10349 -ord_10350 @10350 -ord_10351 @10351 -ord_10352 @10352 -ord_10353 @10353 -ord_10354 @10354 -ord_10355 @10355 -ord_10356 @10356 -ord_10357 @10357 -ord_10358 @10358 -ord_10359 @10359 -ord_10360 @10360 -ord_10361 @10361 -ord_10362 @10362 -ord_10363 @10363 -ord_10364 @10364 -ord_10365 @10365 -ord_10366 @10366 -ord_10367 @10367 -ord_10368 @10368 -ord_10369 @10369 -ord_10370 @10370 -ord_10371 @10371 -ord_10372 @10372 -ord_10373 @10373 -ord_10374 @10374 -ord_10375 @10375 -ord_10376 @10376 -ord_10377 @10377 -ord_10378 @10378 -ord_10379 @10379 -ord_10380 @10380 -ord_10381 @10381 -ord_10382 @10382 -ord_10383 @10383 -ord_10384 @10384 -ord_10385 @10385 -ord_10386 @10386 -ord_10387 @10387 -ord_10388 @10388 -ord_10389 @10389 -ord_10390 @10390 -ord_10391 @10391 -ord_10392 @10392 -ord_10393 @10393 -ord_10394 @10394 -ord_10395 @10395 -ord_10396 @10396 -ord_10397 @10397 -ord_10398 @10398 -ord_10399 @10399 -ord_10400 @10400 -ord_10401 @10401 -ord_10402 @10402 -ord_10403 @10403 -ord_10404 @10404 -ord_10405 @10405 -ord_10406 @10406 -ord_10407 @10407 -ord_10408 @10408 -ord_10409 @10409 -ord_10410 @10410 -ord_10411 @10411 -ord_10412 @10412 -ord_10413 @10413 -ord_10414 @10414 -ord_10415 @10415 -ord_10416 @10416 -ord_10417 @10417 -ord_10418 @10418 -ord_10419 @10419 -ord_10420 @10420 -ord_10421 @10421 -ord_10422 @10422 -ord_10423 @10423 -ord_10424 @10424 -ord_10425 @10425 -ord_10426 @10426 -ord_10427 @10427 -ord_10428 @10428 -ord_10429 @10429 -ord_10430 @10430 -ord_10431 @10431 -ord_10432 @10432 -ord_10433 @10433 -ord_10434 @10434 -ord_10435 @10435 -ord_10436 @10436 -ord_10437 @10437 -ord_10438 @10438 -ord_10439 @10439 -ord_10440 @10440 -ord_10441 @10441 -ord_10442 @10442 -ord_10443 @10443 -ord_10444 @10444 -ord_10445 @10445 -ord_10446 @10446 -ord_10447 @10447 -ord_10448 @10448 -ord_10449 @10449 -ord_10450 @10450 -ord_10451 @10451 -ord_10452 @10452 -ord_10453 @10453 -ord_10454 @10454 -ord_10455 @10455 -ord_10456 @10456 -ord_10457 @10457 -ord_10458 @10458 -ord_10459 @10459 -ord_10460 @10460 -ord_10461 @10461 -ord_10462 @10462 -ord_10463 @10463 -ord_10464 @10464 -ord_10465 @10465 -ord_10466 @10466 -ord_10467 @10467 -ord_10468 @10468 -ord_10469 @10469 -ord_10470 @10470 -ord_10471 @10471 -ord_10472 @10472 -ord_10473 @10473 -ord_10474 @10474 -ord_10475 @10475 -ord_10476 @10476 -ord_10477 @10477 -ord_10478 @10478 -ord_10479 @10479 -ord_10480 @10480 -ord_10481 @10481 -ord_10482 @10482 -ord_10483 @10483 -ord_10484 @10484 -ord_10485 @10485 -ord_10486 @10486 -ord_10487 @10487 -ord_10488 @10488 -ord_10489 @10489 -ord_10490 @10490 -ord_10491 @10491 -ord_10492 @10492 -ord_10493 @10493 -ord_10494 @10494 -ord_10495 @10495 -ord_10496 @10496 -ord_10497 @10497 -ord_10498 @10498 -ord_10499 @10499 -ord_10500 @10500 -ord_10501 @10501 -ord_10502 @10502 -ord_10503 @10503 -ord_10504 @10504 -ord_10505 @10505 -ord_10506 @10506 -ord_10507 @10507 -ord_10508 @10508 -ord_10509 @10509 -ord_10510 @10510 -ord_10511 @10511 -ord_10512 @10512 -ord_10513 @10513 -ord_10514 @10514 -ord_10515 @10515 -ord_10516 @10516 -ord_10517 @10517 -ord_10518 @10518 -ord_10519 @10519 -ord_10520 @10520 -ord_10521 @10521 -ord_10522 @10522 -ord_10523 @10523 -ord_10524 @10524 -ord_10525 @10525 -ord_10526 @10526 -ord_10527 @10527 -ord_10528 @10528 -ord_10529 @10529 -ord_10530 @10530 -ord_10531 @10531 -ord_10532 @10532 -ord_10533 @10533 -ord_10534 @10534 -ord_10535 @10535 -ord_10536 @10536 -ord_10537 @10537 -ord_10538 @10538 -ord_10539 @10539 -ord_10540 @10540 -ord_10541 @10541 -ord_10542 @10542 -ord_10543 @10543 -ord_10544 @10544 -ord_10545 @10545 -ord_10546 @10546 -ord_10547 @10547 -ord_10548 @10548 -ord_10549 @10549 -ord_10550 @10550 -ord_10551 @10551 -ord_10552 @10552 -ord_10553 @10553 -ord_10554 @10554 -ord_10555 @10555 -ord_10556 @10556 -ord_10557 @10557 -ord_10558 @10558 -ord_10559 @10559 -ord_10560 @10560 -ord_10561 @10561 -ord_10562 @10562 -ord_10563 @10563 -ord_10564 @10564 -ord_10565 @10565 -ord_10566 @10566 -ord_10567 @10567 -ord_10568 @10568 -ord_10569 @10569 -ord_10570 @10570 -ord_10571 @10571 -ord_10572 @10572 -ord_10573 @10573 -ord_10574 @10574 -ord_10575 @10575 -ord_10576 @10576 -ord_10577 @10577 -ord_10578 @10578 -ord_10579 @10579 -ord_10580 @10580 -ord_10581 @10581 -ord_10582 @10582 -ord_10583 @10583 -ord_10584 @10584 -ord_10585 @10585 -ord_10586 @10586 -ord_10587 @10587 -ord_10588 @10588 -ord_10589 @10589 -ord_10590 @10590 -ord_10591 @10591 -ord_10592 @10592 -ord_10593 @10593 -ord_10594 @10594 -ord_10595 @10595 -ord_10596 @10596 -ord_10597 @10597 -ord_10598 @10598 -ord_10599 @10599 -ord_10600 @10600 -ord_10601 @10601 -ord_10602 @10602 -ord_10603 @10603 -ord_10604 @10604 -ord_10605 @10605 -ord_10606 @10606 -ord_10607 @10607 -ord_10608 @10608 -ord_10609 @10609 -ord_10610 @10610 -ord_10611 @10611 -ord_10612 @10612 -ord_10613 @10613 -ord_10614 @10614 -ord_10615 @10615 -ord_10616 @10616 -ord_10617 @10617 -ord_10618 @10618 -ord_10619 @10619 -ord_10620 @10620 -ord_10621 @10621 -ord_10622 @10622 -ord_10623 @10623 -ord_10624 @10624 -ord_10625 @10625 -ord_10626 @10626 -ord_10627 @10627 -ord_10628 @10628 -ord_10629 @10629 -ord_10630 @10630 -ord_10631 @10631 -ord_10632 @10632 -ord_10633 @10633 -ord_10634 @10634 -ord_10635 @10635 -ord_10636 @10636 -ord_10637 @10637 -ord_10638 @10638 -ord_10639 @10639 -ord_10640 @10640 -ord_10641 @10641 -ord_10642 @10642 -ord_10643 @10643 -ord_10644 @10644 -ord_10645 @10645 -ord_10646 @10646 -ord_10647 @10647 -ord_10648 @10648 -ord_10649 @10649 -ord_10650 @10650 -ord_10651 @10651 -ord_10652 @10652 -ord_10653 @10653 -ord_10654 @10654 -ord_10655 @10655 -ord_10656 @10656 -ord_10657 @10657 -ord_10658 @10658 -ord_10659 @10659 -ord_10660 @10660 -ord_10661 @10661 -ord_10662 @10662 -ord_10663 @10663 -ord_10664 @10664 -ord_10665 @10665 -ord_10666 @10666 -ord_10667 @10667 -ord_10668 @10668 -ord_10669 @10669 -ord_10670 @10670 -ord_10671 @10671 -ord_10672 @10672 -ord_10673 @10673 -ord_10674 @10674 -ord_10675 @10675 -ord_10676 @10676 -ord_10677 @10677 -ord_10678 @10678 -ord_10679 @10679 -ord_10680 @10680 -ord_10681 @10681 -ord_10682 @10682 -ord_10683 @10683 -ord_10684 @10684 -ord_10685 @10685 -ord_10686 @10686 -ord_10687 @10687 -ord_10688 @10688 -ord_10689 @10689 -ord_10690 @10690 -ord_10691 @10691 -ord_10692 @10692 -ord_10693 @10693 -ord_10694 @10694 -ord_10695 @10695 -ord_10696 @10696 -ord_10697 @10697 -ord_10698 @10698 -ord_10699 @10699 -ord_10700 @10700 -ord_10701 @10701 -ord_10702 @10702 -ord_10703 @10703 -ord_10704 @10704 -ord_10705 @10705 -ord_10706 @10706 -ord_10707 @10707 -ord_10708 @10708 -ord_10709 @10709 -ord_10710 @10710 -ord_10711 @10711 -ord_10712 @10712 -ord_10713 @10713 -ord_10714 @10714 -ord_10715 @10715 -ord_10716 @10716 -ord_10717 @10717 -ord_10718 @10718 -ord_10719 @10719 -ord_10720 @10720 -ord_10721 @10721 -ord_10722 @10722 -ord_10723 @10723 -ord_10724 @10724 -ord_10725 @10725 -ord_10726 @10726 -ord_10727 @10727 -ord_10728 @10728 -ord_10729 @10729 -ord_10730 @10730 -ord_10731 @10731 -ord_10732 @10732 -ord_10733 @10733 -ord_10734 @10734 -ord_10735 @10735 -ord_10736 @10736 -ord_10737 @10737 -ord_10738 @10738 -ord_10739 @10739 -ord_10740 @10740 -ord_10741 @10741 -ord_10742 @10742 -ord_10743 @10743 -ord_10744 @10744 -ord_10745 @10745 -ord_10746 @10746 -ord_10747 @10747 -ord_10748 @10748 -ord_10749 @10749 -ord_10750 @10750 -ord_10751 @10751 -ord_10752 @10752 -ord_10753 @10753 -ord_10754 @10754 -ord_10755 @10755 -ord_10756 @10756 -ord_10757 @10757 -ord_10758 @10758 -ord_10759 @10759 -ord_10760 @10760 -ord_10761 @10761 -ord_10762 @10762 -ord_10763 @10763 -ord_10764 @10764 -ord_10765 @10765 -ord_10766 @10766 -ord_10767 @10767 -ord_10768 @10768 -ord_10769 @10769 -ord_10770 @10770 -ord_10771 @10771 -ord_10772 @10772 -ord_10773 @10773 -ord_10774 @10774 -ord_10775 @10775 -ord_10776 @10776 -ord_10777 @10777 -ord_10778 @10778 -ord_10779 @10779 -ord_10780 @10780 -ord_10781 @10781 -ord_10782 @10782 -ord_10783 @10783 -ord_10784 @10784 -ord_10785 @10785 -ord_10786 @10786 -ord_10787 @10787 -ord_10788 @10788 -ord_10789 @10789 -ord_10790 @10790 -ord_10791 @10791 -ord_10792 @10792 -ord_10793 @10793 -ord_10794 @10794 -ord_10795 @10795 -ord_10796 @10796 -ord_10797 @10797 -ord_10798 @10798 -ord_10799 @10799 -ord_10800 @10800 -ord_10801 @10801 -ord_10802 @10802 -ord_10803 @10803 -ord_10804 @10804 -ord_10805 @10805 -ord_10806 @10806 -ord_10807 @10807 -ord_10808 @10808 -ord_10809 @10809 -ord_10810 @10810 -ord_10811 @10811 -ord_10812 @10812 -ord_10813 @10813 -ord_10814 @10814 -ord_10815 @10815 -ord_10816 @10816 -ord_10817 @10817 -ord_10818 @10818 -ord_10819 @10819 -ord_10820 @10820 -ord_10821 @10821 -ord_10822 @10822 -ord_10823 @10823 -ord_10824 @10824 -ord_10825 @10825 -ord_10826 @10826 -ord_10827 @10827 -ord_10828 @10828 -ord_10829 @10829 -ord_10830 @10830 -ord_10831 @10831 -ord_10832 @10832 -ord_10833 @10833 -ord_10834 @10834 -ord_10835 @10835 -ord_10836 @10836 -ord_10837 @10837 -ord_10838 @10838 -ord_10839 @10839 -ord_10840 @10840 -ord_10841 @10841 -ord_10842 @10842 -ord_10843 @10843 -ord_10844 @10844 -ord_10845 @10845 -ord_10846 @10846 -ord_10847 @10847 -ord_10848 @10848 -ord_10849 @10849 -ord_10850 @10850 -ord_10851 @10851 -ord_10852 @10852 -ord_10853 @10853 -ord_10854 @10854 -ord_10855 @10855 -ord_10856 @10856 -ord_10857 @10857 -ord_10858 @10858 -ord_10859 @10859 -ord_10860 @10860 -ord_10861 @10861 -ord_10862 @10862 -ord_10863 @10863 -ord_10864 @10864 -ord_10865 @10865 -ord_10866 @10866 -ord_10867 @10867 -ord_10868 @10868 -ord_10869 @10869 -ord_10870 @10870 -ord_10871 @10871 -ord_10872 @10872 -ord_10873 @10873 -ord_10874 @10874 -ord_10875 @10875 -ord_10876 @10876 -ord_10877 @10877 -ord_10878 @10878 -ord_10879 @10879 -ord_10880 @10880 -ord_10881 @10881 -ord_10882 @10882 -ord_10883 @10883 -ord_10884 @10884 -ord_10885 @10885 -ord_10886 @10886 -ord_10887 @10887 -ord_10888 @10888 -ord_10889 @10889 -ord_10890 @10890 -ord_10891 @10891 -ord_10892 @10892 -ord_10893 @10893 -ord_10894 @10894 -ord_10895 @10895 -ord_10896 @10896 -ord_10897 @10897 -ord_10898 @10898 -ord_10899 @10899 -ord_10900 @10900 -ord_10901 @10901 -ord_10902 @10902 -ord_10903 @10903 -ord_10904 @10904 -ord_10905 @10905 -ord_10906 @10906 -ord_10907 @10907 -ord_10908 @10908 -ord_10909 @10909 -ord_10910 @10910 -ord_10911 @10911 -ord_10912 @10912 -ord_10913 @10913 -ord_10914 @10914 -ord_10915 @10915 -ord_10916 @10916 -ord_10917 @10917 -ord_10918 @10918 -ord_10919 @10919 -ord_10920 @10920 -ord_10921 @10921 -ord_10922 @10922 -ord_10923 @10923 -ord_10924 @10924 -ord_10925 @10925 -ord_10926 @10926 -ord_10927 @10927 -ord_10928 @10928 -ord_10929 @10929 -ord_10930 @10930 -ord_10931 @10931 -ord_10932 @10932 -ord_10933 @10933 -ord_10934 @10934 -ord_10935 @10935 -ord_10936 @10936 -ord_10937 @10937 -ord_10938 @10938 -ord_10939 @10939 -ord_10940 @10940 -ord_10941 @10941 -ord_10942 @10942 -ord_10943 @10943 -ord_10944 @10944 -ord_10945 @10945 -ord_10946 @10946 -ord_10947 @10947 -ord_10948 @10948 -ord_10949 @10949 -ord_10950 @10950 -ord_10951 @10951 -ord_10952 @10952 -ord_10953 @10953 -ord_10954 @10954 -ord_10955 @10955 -ord_10956 @10956 -ord_10957 @10957 -ord_10958 @10958 -ord_10959 @10959 -ord_10960 @10960 -ord_10961 @10961 -ord_10962 @10962 -ord_10963 @10963 -ord_10964 @10964 -ord_10965 @10965 -ord_10966 @10966 -ord_10967 @10967 -ord_10968 @10968 -ord_10969 @10969 -ord_10970 @10970 -ord_10971 @10971 -ord_10972 @10972 -ord_10973 @10973 -ord_10974 @10974 -ord_10975 @10975 -ord_10976 @10976 -ord_10977 @10977 -ord_10978 @10978 -ord_10979 @10979 -ord_10980 @10980 -ord_10981 @10981 -ord_10982 @10982 -ord_10983 @10983 -ord_10984 @10984 -ord_10985 @10985 -ord_10986 @10986 -ord_10987 @10987 -ord_10988 @10988 -ord_10989 @10989 -ord_10990 @10990 -ord_10991 @10991 -ord_10992 @10992 -ord_10993 @10993 -ord_10994 @10994 -ord_10995 @10995 -ord_10996 @10996 -ord_10997 @10997 -ord_10998 @10998 -ord_10999 @10999 -ord_11000 @11000 -ord_11001 @11001 -ord_11002 @11002 -ord_11003 @11003 -ord_11004 @11004 -ord_11005 @11005 -ord_11006 @11006 -ord_11007 @11007 -ord_11008 @11008 -ord_11009 @11009 -ord_11010 @11010 -ord_11011 @11011 -ord_11012 @11012 -ord_11013 @11013 -ord_11014 @11014 -ord_11015 @11015 -ord_11016 @11016 -ord_11017 @11017 -ord_11018 @11018 -ord_11019 @11019 -ord_11020 @11020 -ord_11021 @11021 -ord_11022 @11022 -ord_11023 @11023 -ord_11024 @11024 -ord_11025 @11025 -ord_11026 @11026 -ord_11027 @11027 -ord_11028 @11028 -ord_11029 @11029 -ord_11030 @11030 -ord_11031 @11031 -ord_11032 @11032 -ord_11033 @11033 -ord_11034 @11034 -ord_11035 @11035 -ord_11036 @11036 -ord_11037 @11037 -ord_11038 @11038 -ord_11039 @11039 -ord_11040 @11040 -ord_11041 @11041 -ord_11042 @11042 -ord_11043 @11043 -ord_11044 @11044 -ord_11045 @11045 -ord_11046 @11046 -ord_11047 @11047 -ord_11048 @11048 -ord_11049 @11049 -ord_11050 @11050 -ord_11051 @11051 -ord_11052 @11052 -ord_11053 @11053 -ord_11054 @11054 -ord_11055 @11055 -ord_11056 @11056 -ord_11057 @11057 -ord_11058 @11058 -ord_11059 @11059 -ord_11060 @11060 -ord_11061 @11061 -ord_11062 @11062 -ord_11063 @11063 -ord_11064 @11064 -ord_11065 @11065 -ord_11066 @11066 -ord_11067 @11067 -ord_11068 @11068 -ord_11069 @11069 -ord_11070 @11070 -ord_11071 @11071 -ord_11072 @11072 -ord_11073 @11073 -ord_11074 @11074 -ord_11075 @11075 -ord_11076 @11076 -ord_11077 @11077 -ord_11078 @11078 -ord_11079 @11079 -ord_11080 @11080 -ord_11081 @11081 -ord_11082 @11082 -ord_11083 @11083 -ord_11084 @11084 -ord_11085 @11085 -ord_11086 @11086 -ord_11087 @11087 -ord_11088 @11088 -ord_11089 @11089 -ord_11090 @11090 -ord_11091 @11091 -ord_11092 @11092 -ord_11093 @11093 -ord_11094 @11094 -ord_11095 @11095 -ord_11096 @11096 -ord_11097 @11097 -ord_11098 @11098 -ord_11099 @11099 -ord_11100 @11100 -ord_11101 @11101 -ord_11102 @11102 -ord_11103 @11103 -ord_11104 @11104 -ord_11105 @11105 -ord_11106 @11106 -ord_11107 @11107 -ord_11108 @11108 -ord_11109 @11109 -ord_11110 @11110 -ord_11111 @11111 -ord_11112 @11112 -ord_11113 @11113 -ord_11114 @11114 -ord_11115 @11115 -ord_11116 @11116 -ord_11117 @11117 -ord_11118 @11118 -ord_11119 @11119 -ord_11120 @11120 -ord_11121 @11121 -ord_11122 @11122 -ord_11123 @11123 -ord_11124 @11124 -ord_11125 @11125 -ord_11126 @11126 -ord_11127 @11127 -ord_11128 @11128 -ord_11129 @11129 -ord_11130 @11130 -ord_11131 @11131 -ord_11132 @11132 -ord_11133 @11133 -ord_11134 @11134 -ord_11135 @11135 -ord_11136 @11136 -ord_11137 @11137 -ord_11138 @11138 -ord_11139 @11139 -ord_11140 @11140 -ord_11141 @11141 -ord_11142 @11142 -ord_11143 @11143 -ord_11144 @11144 -ord_11145 @11145 -ord_11146 @11146 -ord_11147 @11147 -ord_11148 @11148 -ord_11149 @11149 -ord_11150 @11150 -ord_11151 @11151 -ord_11152 @11152 -ord_11153 @11153 -ord_11154 @11154 -ord_11155 @11155 -ord_11156 @11156 -ord_11157 @11157 -ord_11158 @11158 -ord_11159 @11159 -ord_11160 @11160 -ord_11161 @11161 -ord_11162 @11162 -ord_11163 @11163 -ord_11164 @11164 -ord_11165 @11165 -ord_11166 @11166 -ord_11167 @11167 -ord_11168 @11168 -ord_11169 @11169 -ord_11170 @11170 -ord_11171 @11171 -ord_11172 @11172 -ord_11173 @11173 -ord_11174 @11174 -ord_11175 @11175 -ord_11176 @11176 -ord_11177 @11177 -ord_11178 @11178 -ord_11179 @11179 -ord_11180 @11180 -ord_11181 @11181 -ord_11182 @11182 -ord_11183 @11183 -ord_11184 @11184 -ord_11185 @11185 -ord_11186 @11186 -ord_11187 @11187 -ord_11188 @11188 -ord_11189 @11189 -ord_11190 @11190 -ord_11191 @11191 -ord_11192 @11192 -ord_11193 @11193 -ord_11194 @11194 -ord_11195 @11195 -ord_11196 @11196 -ord_11197 @11197 -ord_11198 @11198 -ord_11199 @11199 -ord_11200 @11200 -ord_11201 @11201 -ord_11202 @11202 -ord_11203 @11203 -ord_11204 @11204 -ord_11205 @11205 -ord_11206 @11206 -ord_11207 @11207 -ord_11208 @11208 -ord_11209 @11209 -ord_11210 @11210 -ord_11211 @11211 -ord_11212 @11212 -ord_11213 @11213 -ord_11214 @11214 -ord_11215 @11215 -ord_11216 @11216 -ord_11217 @11217 -ord_11218 @11218 -ord_11219 @11219 -ord_11220 @11220 -ord_11221 @11221 -ord_11222 @11222 -ord_11223 @11223 -ord_11224 @11224 -ord_11225 @11225 -ord_11226 @11226 -ord_11227 @11227 -ord_11228 @11228 -ord_11229 @11229 -ord_11230 @11230 -ord_11231 @11231 -ord_11232 @11232 -ord_11233 @11233 -ord_11234 @11234 -ord_11235 @11235 -ord_11236 @11236 -ord_11237 @11237 -ord_11238 @11238 -ord_11239 @11239 -ord_11240 @11240 -ord_11241 @11241 -ord_11242 @11242 -ord_11243 @11243 -ord_11244 @11244 -ord_11245 @11245 -ord_11246 @11246 -ord_11247 @11247 -ord_11248 @11248 -ord_11249 @11249 -ord_11250 @11250 -ord_11251 @11251 -ord_11252 @11252 -ord_11253 @11253 -ord_11254 @11254 -ord_11255 @11255 -ord_11256 @11256 -ord_11257 @11257 -ord_11258 @11258 -ord_11259 @11259 -ord_11260 @11260 -ord_11261 @11261 -ord_11262 @11262 -ord_11263 @11263 -ord_11264 @11264 -ord_11265 @11265 -ord_11266 @11266 -ord_11267 @11267 -ord_11268 @11268 -ord_11269 @11269 -ord_11270 @11270 -ord_11271 @11271 -ord_11272 @11272 -ord_11273 @11273 -ord_11274 @11274 -ord_11275 @11275 -ord_11276 @11276 -ord_11277 @11277 -ord_11278 @11278 -ord_11279 @11279 -ord_11280 @11280 -ord_11281 @11281 -ord_11282 @11282 -ord_11283 @11283 -ord_11284 @11284 -ord_11285 @11285 -ord_11286 @11286 -ord_11287 @11287 -ord_11288 @11288 -ord_11289 @11289 -ord_11290 @11290 -ord_11291 @11291 -ord_11292 @11292 -ord_11293 @11293 -ord_11294 @11294 -ord_11295 @11295 -ord_11296 @11296 -ord_11297 @11297 -ord_11298 @11298 -ord_11299 @11299 -ord_11300 @11300 -ord_11301 @11301 -ord_11302 @11302 -ord_11303 @11303 -ord_11304 @11304 -ord_11305 @11305 -ord_11306 @11306 -ord_11307 @11307 -ord_11308 @11308 -ord_11309 @11309 -ord_11310 @11310 -ord_11311 @11311 -ord_11312 @11312 -ord_11313 @11313 -ord_11314 @11314 -ord_11315 @11315 -ord_11316 @11316 -ord_11317 @11317 -ord_11318 @11318 -ord_11319 @11319 -ord_11320 @11320 -ord_11321 @11321 -ord_11322 @11322 -ord_11323 @11323 -ord_11324 @11324 -ord_11325 @11325 -ord_11326 @11326 -ord_11327 @11327 -ord_11328 @11328 -ord_11329 @11329 -ord_11330 @11330 -ord_11331 @11331 -ord_11332 @11332 -ord_11333 @11333 -ord_11334 @11334 -ord_11335 @11335 -ord_11336 @11336 -ord_11337 @11337 -ord_11338 @11338 -ord_11339 @11339 -ord_11340 @11340 -ord_11341 @11341 -ord_11342 @11342 -ord_11343 @11343 -ord_11344 @11344 -ord_11345 @11345 -ord_11346 @11346 -ord_11347 @11347 -ord_11348 @11348 -ord_11349 @11349 -ord_11350 @11350 -ord_11351 @11351 -ord_11352 @11352 -ord_11353 @11353 -ord_11354 @11354 -ord_11355 @11355 -ord_11356 @11356 -ord_11357 @11357 -ord_11358 @11358 -ord_11359 @11359 -ord_11360 @11360 -ord_11361 @11361 -ord_11362 @11362 -ord_11363 @11363 -ord_11364 @11364 -ord_11365 @11365 -ord_11366 @11366 -ord_11367 @11367 -ord_11368 @11368 -ord_11369 @11369 -ord_11370 @11370 -ord_11371 @11371 -ord_11372 @11372 -ord_11373 @11373 -ord_11374 @11374 -ord_11375 @11375 -ord_11376 @11376 -ord_11377 @11377 -ord_11378 @11378 -ord_11379 @11379 -ord_11380 @11380 -ord_11381 @11381 -ord_11382 @11382 -ord_11383 @11383 -ord_11384 @11384 -ord_11385 @11385 -ord_11386 @11386 -ord_11387 @11387 -ord_11388 @11388 -ord_11389 @11389 -ord_11390 @11390 -ord_11391 @11391 -ord_11392 @11392 -ord_11393 @11393 -ord_11394 @11394 -ord_11395 @11395 -ord_11396 @11396 -ord_11397 @11397 -ord_11398 @11398 -ord_11399 @11399 -ord_11400 @11400 -ord_11401 @11401 -ord_11402 @11402 -ord_11403 @11403 -ord_11404 @11404 -ord_11405 @11405 -ord_11406 @11406 -ord_11407 @11407 -ord_11408 @11408 -ord_11409 @11409 -ord_11410 @11410 -ord_11411 @11411 -ord_11412 @11412 -ord_11413 @11413 -ord_11414 @11414 -ord_11415 @11415 -ord_11416 @11416 -ord_11417 @11417 -ord_11418 @11418 -ord_11419 @11419 -ord_11420 @11420 -ord_11421 @11421 -ord_11422 @11422 -ord_11423 @11423 -ord_11424 @11424 -ord_11425 @11425 -ord_11426 @11426 -ord_11427 @11427 -ord_11428 @11428 -ord_11429 @11429 -ord_11430 @11430 -ord_11431 @11431 -ord_11432 @11432 -ord_11433 @11433 -ord_11434 @11434 -ord_11435 @11435 -ord_11436 @11436 -ord_11437 @11437 -ord_11438 @11438 -ord_11439 @11439 -ord_11440 @11440 -ord_11441 @11441 -ord_11442 @11442 -ord_11443 @11443 -ord_11444 @11444 -ord_11445 @11445 -ord_11446 @11446 -ord_11447 @11447 -ord_11448 @11448 -ord_11449 @11449 -ord_11450 @11450 -ord_11451 @11451 -ord_11452 @11452 -ord_11453 @11453 -ord_11454 @11454 -ord_11455 @11455 -ord_11456 @11456 -ord_11457 @11457 -ord_11458 @11458 -ord_11459 @11459 -ord_11460 @11460 -ord_11461 @11461 -ord_11462 @11462 -ord_11463 @11463 -ord_11464 @11464 -ord_11465 @11465 -ord_11466 @11466 -ord_11467 @11467 -ord_11468 @11468 -ord_11469 @11469 -ord_11470 @11470 -ord_11471 @11471 -ord_11472 @11472 -ord_11473 @11473 -ord_11474 @11474 -ord_11475 @11475 -ord_11476 @11476 -ord_11477 @11477 -ord_11478 @11478 -ord_11479 @11479 -ord_11480 @11480 -ord_11481 @11481 -ord_11482 @11482 -ord_11483 @11483 -ord_11484 @11484 -ord_11485 @11485 -ord_11486 @11486 -ord_11487 @11487 -ord_11488 @11488 -ord_11489 @11489 -ord_11490 @11490 -ord_11491 @11491 -ord_11492 @11492 -ord_11493 @11493 -ord_11494 @11494 -ord_11495 @11495 -ord_11496 @11496 -ord_11497 @11497 -ord_11498 @11498 -ord_11499 @11499 -ord_11500 @11500 -ord_11501 @11501 -ord_11502 @11502 -ord_11503 @11503 -ord_11504 @11504 -ord_11505 @11505 -ord_11506 @11506 -ord_11507 @11507 -ord_11508 @11508 -ord_11509 @11509 -ord_11510 @11510 -ord_11511 @11511 -ord_11512 @11512 -ord_11513 @11513 -ord_11514 @11514 -ord_11515 @11515 -ord_11516 @11516 -ord_11517 @11517 -ord_11518 @11518 -ord_11519 @11519 -ord_11520 @11520 -ord_11521 @11521 -ord_11522 @11522 -ord_11523 @11523 -ord_11524 @11524 -ord_11525 @11525 -ord_11526 @11526 -ord_11527 @11527 -ord_11528 @11528 -ord_11529 @11529 -ord_11530 @11530 -ord_11531 @11531 -ord_11532 @11532 -ord_11533 @11533 -ord_11534 @11534 -ord_11535 @11535 -ord_11536 @11536 -ord_11537 @11537 -ord_11538 @11538 -ord_11539 @11539 -ord_11540 @11540 -ord_11541 @11541 -ord_11542 @11542 -ord_11543 @11543 -ord_11544 @11544 -ord_11545 @11545 -ord_11546 @11546 -ord_11547 @11547 -ord_11548 @11548 -ord_11549 @11549 -ord_11550 @11550 -ord_11551 @11551 -ord_11552 @11552 -ord_11553 @11553 -ord_11554 @11554 -ord_11555 @11555 -ord_11556 @11556 -ord_11557 @11557 -ord_11558 @11558 -ord_11559 @11559 -ord_11560 @11560 -ord_11561 @11561 -ord_11562 @11562 -ord_11563 @11563 -ord_11564 @11564 -ord_11565 @11565 -ord_11566 @11566 -ord_11567 @11567 -ord_11568 @11568 -ord_11569 @11569 -ord_11570 @11570 -ord_11571 @11571 -ord_11572 @11572 -ord_11573 @11573 -ord_11574 @11574 -ord_11575 @11575 -ord_11576 @11576 -ord_11577 @11577 -ord_11578 @11578 -ord_11579 @11579 -ord_11580 @11580 -ord_11581 @11581 -ord_11582 @11582 -ord_11583 @11583 -ord_11584 @11584 -ord_11585 @11585 -ord_11586 @11586 -ord_11587 @11587 -ord_11588 @11588 -ord_11589 @11589 -ord_11590 @11590 -ord_11591 @11591 -ord_11592 @11592 -ord_11593 @11593 -ord_11594 @11594 -ord_11595 @11595 -ord_11596 @11596 -ord_11597 @11597 -ord_11598 @11598 -ord_11599 @11599 -ord_11600 @11600 -ord_11601 @11601 -ord_11602 @11602 -ord_11603 @11603 -ord_11604 @11604 -ord_11605 @11605 -ord_11606 @11606 -ord_11607 @11607 -ord_11608 @11608 -ord_11609 @11609 -ord_11610 @11610 -ord_11611 @11611 -ord_11612 @11612 -ord_11613 @11613 -ord_11614 @11614 -ord_11615 @11615 -ord_11616 @11616 -ord_11617 @11617 -ord_11618 @11618 -ord_11619 @11619 -ord_11620 @11620 -ord_11621 @11621 -ord_11622 @11622 -ord_11623 @11623 -ord_11624 @11624 -ord_11625 @11625 -ord_11626 @11626 -ord_11627 @11627 -ord_11628 @11628 -ord_11629 @11629 -ord_11630 @11630 -ord_11631 @11631 -ord_11632 @11632 -ord_11633 @11633 -ord_11634 @11634 -ord_11635 @11635 -ord_11636 @11636 -ord_11637 @11637 -ord_11638 @11638 -ord_11639 @11639 -ord_11640 @11640 -ord_11641 @11641 -ord_11642 @11642 -ord_11643 @11643 -ord_11644 @11644 -ord_11645 @11645 -ord_11646 @11646 -ord_11647 @11647 -ord_11648 @11648 -ord_11649 @11649 -ord_11650 @11650 -ord_11651 @11651 -ord_11652 @11652 -ord_11653 @11653 -ord_11654 @11654 -ord_11655 @11655 -ord_11656 @11656 -ord_11657 @11657 -ord_11658 @11658 -ord_11659 @11659 -ord_11660 @11660 -ord_11661 @11661 -ord_11662 @11662 -ord_11663 @11663 -ord_11664 @11664 -ord_11665 @11665 -ord_11666 @11666 -ord_11667 @11667 -ord_11668 @11668 -ord_11669 @11669 -ord_11670 @11670 -ord_11671 @11671 -ord_11672 @11672 -ord_11673 @11673 -ord_11674 @11674 -ord_11675 @11675 -ord_11676 @11676 -ord_11677 @11677 -ord_11678 @11678 -ord_11679 @11679 -ord_11680 @11680 -ord_11681 @11681 -ord_11682 @11682 -ord_11683 @11683 -ord_11684 @11684 -ord_11685 @11685 -ord_11686 @11686 -ord_11687 @11687 -ord_11688 @11688 -ord_11689 @11689 -ord_11690 @11690 -ord_11691 @11691 -ord_11692 @11692 -ord_11693 @11693 -ord_11694 @11694 -ord_11695 @11695 -ord_11696 @11696 -ord_11697 @11697 -ord_11698 @11698 -ord_11699 @11699 -ord_11700 @11700 -ord_11701 @11701 -ord_11702 @11702 -ord_11703 @11703 -ord_11704 @11704 -ord_11705 @11705 -ord_11706 @11706 -ord_11707 @11707 -ord_11708 @11708 -ord_11709 @11709 -ord_11710 @11710 -ord_11711 @11711 -ord_11712 @11712 -ord_11713 @11713 -ord_11714 @11714 -ord_11715 @11715 -ord_11716 @11716 -ord_11717 @11717 -ord_11718 @11718 -ord_11719 @11719 -ord_11720 @11720 -ord_11721 @11721 -ord_11722 @11722 -ord_11723 @11723 -ord_11724 @11724 -ord_11725 @11725 -ord_11726 @11726 -ord_11727 @11727 -ord_11728 @11728 -ord_11729 @11729 -ord_11730 @11730 -ord_11731 @11731 -ord_11732 @11732 -ord_11733 @11733 -ord_11734 @11734 -ord_11735 @11735 -ord_11736 @11736 -ord_11737 @11737 -ord_11738 @11738 -ord_11739 @11739 -ord_11740 @11740 -ord_11741 @11741 -ord_11742 @11742 -ord_11743 @11743 -ord_11744 @11744 -ord_11745 @11745 -ord_11746 @11746 -ord_11747 @11747 -ord_11748 @11748 -ord_11749 @11749 -ord_11750 @11750 -ord_11751 @11751 -ord_11752 @11752 -ord_11753 @11753 -ord_11754 @11754 -ord_11755 @11755 -ord_11756 @11756 -ord_11757 @11757 -ord_11758 @11758 -ord_11759 @11759 -ord_11760 @11760 -ord_11761 @11761 -ord_11762 @11762 -ord_11763 @11763 -ord_11764 @11764 -ord_11765 @11765 -ord_11766 @11766 -ord_11767 @11767 -ord_11768 @11768 -ord_11769 @11769 -ord_11770 @11770 -ord_11771 @11771 -ord_11772 @11772 -ord_11773 @11773 -ord_11774 @11774 -ord_11775 @11775 -ord_11776 @11776 -ord_11777 @11777 -ord_11778 @11778 -ord_11779 @11779 -ord_11780 @11780 -ord_11781 @11781 -ord_11782 @11782 -ord_11783 @11783 -ord_11784 @11784 -ord_11785 @11785 -ord_11786 @11786 -ord_11787 @11787 -ord_11788 @11788 -ord_11789 @11789 -ord_11790 @11790 -ord_11791 @11791 -ord_11792 @11792 -ord_11793 @11793 -ord_11794 @11794 -ord_11795 @11795 -ord_11796 @11796 -ord_11797 @11797 -ord_11798 @11798 -ord_11799 @11799 -ord_11800 @11800 -ord_11801 @11801 -ord_11802 @11802 -ord_11803 @11803 -ord_11804 @11804 -ord_11805 @11805 -ord_11806 @11806 -ord_11807 @11807 -ord_11808 @11808 -ord_11809 @11809 -ord_11810 @11810 -ord_11811 @11811 -ord_11812 @11812 -ord_11813 @11813 -ord_11814 @11814 -ord_11815 @11815 -ord_11816 @11816 -ord_11817 @11817 -ord_11818 @11818 -ord_11819 @11819 -ord_11820 @11820 -ord_11821 @11821 -ord_11822 @11822 -ord_11823 @11823 -ord_11824 @11824 -ord_11825 @11825 -ord_11826 @11826 -ord_11827 @11827 -ord_11828 @11828 -ord_11829 @11829 -ord_11830 @11830 -ord_11831 @11831 -ord_11832 @11832 -ord_11833 @11833 -ord_11834 @11834 -ord_11835 @11835 -ord_11836 @11836 -ord_11837 @11837 -ord_11838 @11838 -ord_11839 @11839 -ord_11840 @11840 -ord_11841 @11841 -ord_11842 @11842 -ord_11843 @11843 -ord_11844 @11844 -ord_11845 @11845 -ord_11846 @11846 -ord_11847 @11847 -ord_11848 @11848 -ord_11849 @11849 -ord_11850 @11850 -ord_11851 @11851 -ord_11852 @11852 -ord_11853 @11853 -ord_11854 @11854 -ord_11855 @11855 -ord_11856 @11856 -ord_11857 @11857 -ord_11858 @11858 -ord_11859 @11859 -ord_11860 @11860 -ord_11861 @11861 -ord_11862 @11862 -ord_11863 @11863 -ord_11864 @11864 -ord_11866 @11866 -ord_11867 @11867 -ord_11868 @11868 -ord_11869 @11869 -ord_11870 @11870 -ord_11871 @11871 -ord_11872 @11872 -ord_11873 @11873 -ord_11874 @11874 -ord_11875 @11875 -ord_11876 @11876 -ord_11877 @11877 -ord_11878 @11878 -ord_11879 @11879 -ord_11880 @11880 -ord_11881 @11881 -ord_11882 @11882 -ord_11883 @11883 -ord_11884 @11884 -ord_11885 @11885 -ord_11886 @11886 -ord_11887 @11887 -ord_11888 @11888 -ord_11889 @11889 -ord_11890 @11890 -ord_11891 @11891 -ord_11892 @11892 -ord_11893 @11893 -ord_11894 @11894 -ord_11895 @11895 -ord_11896 @11896 -ord_11897 @11897 -ord_11898 @11898 -ord_11899 @11899 -ord_11900 @11900 -ord_11901 @11901 -ord_11902 @11902 -ord_11903 @11903 -ord_11904 @11904 -ord_11905 @11905 -ord_11906 @11906 -ord_11907 @11907 -ord_11908 @11908 -ord_11909 @11909 -ord_11910 @11910 -ord_11911 @11911 -ord_11912 @11912 -ord_11913 @11913 -ord_11914 @11914 -ord_11915 @11915 -ord_11916 @11916 -ord_11917 @11917 -ord_11918 @11918 -ord_11919 @11919 -ord_11920 @11920 -ord_11921 @11921 -ord_11922 @11922 -ord_11923 @11923 -ord_11924 @11924 -ord_11925 @11925 -ord_11926 @11926 -ord_11927 @11927 -ord_11928 @11928 -ord_11929 @11929 -ord_11930 @11930 -ord_11931 @11931 -ord_11932 @11932 -ord_11933 @11933 -ord_11934 @11934 -ord_11935 @11935 -ord_11936 @11936 -ord_11937 @11937 -ord_11938 @11938 -ord_11939 @11939 -ord_11940 @11940 -ord_11941 @11941 -ord_11942 @11942 -ord_11943 @11943 -ord_11944 @11944 -ord_11945 @11945 -ord_11946 @11946 -ord_11947 @11947 -ord_11948 @11948 -ord_11949 @11949 -ord_11950 @11950 -ord_11951 @11951 -ord_11952 @11952 -ord_11953 @11953 -ord_11954 @11954 -ord_11955 @11955 -ord_11956 @11956 -ord_11957 @11957 -ord_11958 @11958 -ord_11959 @11959 -ord_11960 @11960 -ord_11961 @11961 DATA -ord_11962 @11962 -ord_11963 @11963 -ord_11964 @11964 -ord_11965 @11965 -ord_11966 @11966 -ord_11967 @11967 -ord_11968 @11968 -ord_11969 @11969 -ord_11970 @11970 -ord_11971 @11971 -ord_11972 @11972 -ord_11973 @11973 -ord_11974 @11974 -ord_11975 @11975 -ord_11976 @11976 -ord_11977 @11977 -ord_11978 @11978 -ord_11979 @11979 -ord_11980 @11980 -ord_11981 @11981 -ord_11982 @11982 -ord_11983 @11983 -ord_11984 @11984 -ord_11985 @11985 -ord_11986 @11986 -ord_11987 @11987 -ord_11988 @11988 -ord_11989 @11989 -ord_11990 @11990 -ord_11991 @11991 -ord_11992 @11992 -ord_11993 @11993 -ord_11994 @11994 -ord_11995 @11995 -ord_11996 @11996 -ord_11997 @11997 -ord_11998 @11998 -ord_11999 @11999 -ord_12000 @12000 -ord_12001 @12001 -ord_12002 @12002 -ord_12003 @12003 -ord_12004 @12004 -ord_12005 @12005 -ord_12006 @12006 -ord_12007 @12007 -ord_12008 @12008 -ord_12009 @12009 -ord_12010 @12010 -ord_12011 @12011 -ord_12012 @12012 -ord_12013 @12013 -ord_12014 @12014 -ord_12015 @12015 -ord_12016 @12016 -ord_12017 @12017 -ord_12018 @12018 -ord_12019 @12019 -ord_12020 @12020 -ord_12021 @12021 -ord_12022 @12022 -ord_12023 @12023 -ord_12024 @12024 -ord_12025 @12025 -ord_12026 @12026 -ord_12027 @12027 -ord_12028 @12028 -ord_12029 @12029 -ord_12030 @12030 -ord_12032 @12032 -ord_12033 @12033 -ord_12034 @12034 -ord_12035 @12035 -ord_12036 @12036 -ord_12037 @12037 -ord_12038 @12038 -ord_12039 @12039 -ord_12040 @12040 -ord_12041 @12041 -ord_12042 @12042 -ord_12043 @12043 -ord_12044 @12044 -ord_12045 @12045 -ord_12047 @12047 -ord_12048 @12048 -ord_12049 @12049 -ord_12050 @12050 -ord_12051 @12051 -ord_12052 @12052 -ord_12053 @12053 -ord_12054 @12054 -ord_12055 @12055 -ord_12056 @12056 -ord_12057 @12057 -ord_12058 @12058 -ord_12059 @12059 -ord_12060 @12060 -ord_12061 @12061 -ord_12062 @12062 -ord_12063 @12063 -ord_12064 @12064 -ord_12065 @12065 -ord_12066 @12066 -ord_12067 @12067 -ord_12068 @12068 -ord_12069 @12069 -ord_12070 @12070 -ord_12071 @12071 -ord_12072 @12072 -ord_12073 @12073 -ord_12074 @12074 -ord_12075 @12075 -ord_12076 @12076 -ord_12077 @12077 -ord_12078 @12078 -ord_12079 @12079 -ord_12080 @12080 -ord_12081 @12081 -ord_12082 @12082 -ord_12083 @12083 -ord_12084 @12084 -ord_12085 @12085 -ord_12086 @12086 -ord_12087 @12087 -ord_12088 @12088 -ord_12089 @12089 -ord_12090 @12090 -ord_12091 @12091 -ord_12092 @12092 -ord_12093 @12093 -ord_12094 @12094 -ord_12095 @12095 -ord_12096 @12096 -ord_12097 @12097 -ord_12098 @12098 -ord_12099 @12099 -ord_12100 @12100 -ord_12101 @12101 -ord_12102 @12102 -ord_12103 @12103 -ord_12104 @12104 -ord_12105 @12105 -ord_12106 @12106 -ord_12107 @12107 -ord_12108 @12108 -ord_12109 @12109 -ord_12110 @12110 -ord_12111 @12111 -ord_12112 @12112 -ord_12113 @12113 -ord_12114 @12114 -ord_12115 @12115 -ord_12116 @12116 -ord_12117 @12117 -ord_12118 @12118 -ord_12119 @12119 -ord_12120 @12120 -ord_12121 @12121 -ord_12122 @12122 -ord_12123 @12123 -ord_12124 @12124 -ord_12125 @12125 -ord_12126 @12126 -ord_12127 @12127 -ord_12128 @12128 -ord_12129 @12129 -ord_12130 @12130 -ord_12131 @12131 -ord_12132 @12132 -ord_12133 @12133 -ord_12134 @12134 -ord_12135 @12135 -ord_12136 @12136 -ord_12137 @12137 -ord_12138 @12138 -ord_12139 @12139 -ord_12140 @12140 -ord_12141 @12141 -ord_12142 @12142 -ord_12143 @12143 -ord_12144 @12144 -ord_12145 @12145 -ord_12146 @12146 -ord_12147 @12147 -ord_12148 @12148 -ord_12149 @12149 -ord_12150 @12150 -ord_12151 @12151 -ord_12152 @12152 -ord_12153 @12153 -ord_12154 @12154 -ord_12155 @12155 -ord_12156 @12156 -ord_12157 @12157 -ord_12158 @12158 -ord_12159 @12159 -ord_12160 @12160 -ord_12161 @12161 -ord_12162 @12162 -ord_12163 @12163 -ord_12164 @12164 -ord_12165 @12165 -ord_12166 @12166 -ord_12167 @12167 -ord_12168 @12168 -ord_12169 @12169 -ord_12170 @12170 -ord_12171 @12171 -ord_12172 @12172 -ord_12173 @12173 -ord_12174 @12174 -ord_12175 @12175 -ord_12176 @12176 -ord_12177 @12177 -ord_12178 @12178 -ord_12179 @12179 -ord_12180 @12180 -ord_12181 @12181 -ord_12182 @12182 -ord_12183 @12183 -ord_12184 @12184 -ord_12185 @12185 -ord_12186 @12186 -ord_12187 @12187 -ord_12188 @12188 -ord_12189 @12189 -ord_12190 @12190 -ord_12191 @12191 -ord_12192 @12192 -ord_12193 @12193 -ord_12194 @12194 -ord_12195 @12195 -ord_12196 @12196 -ord_12197 @12197 -ord_12198 @12198 -ord_12199 @12199 -ord_12200 @12200 -ord_12201 @12201 -ord_12202 @12202 -ord_12203 @12203 -ord_12204 @12204 -ord_12205 @12205 -ord_12206 @12206 -ord_12207 @12207 -ord_12208 @12208 -ord_12209 @12209 -ord_12210 @12210 -ord_12211 @12211 -ord_12212 @12212 -ord_12213 @12213 -ord_12214 @12214 -ord_12215 @12215 -ord_12216 @12216 -ord_12217 @12217 -ord_12218 @12218 -ord_12219 @12219 -ord_12220 @12220 -ord_12221 @12221 -ord_12222 @12222 -ord_12223 @12223 -ord_12224 @12224 -ord_12225 @12225 -ord_12226 @12226 -ord_12227 @12227 -ord_12228 @12228 -ord_12229 @12229 -ord_12230 @12230 -ord_12231 @12231 -ord_12232 @12232 -ord_12233 @12233 -ord_12234 @12234 -ord_12235 @12235 -ord_12236 @12236 -ord_12237 @12237 -ord_12238 @12238 -ord_12239 @12239 -ord_12240 @12240 -ord_12241 @12241 -ord_12242 @12242 -ord_12243 @12243 -ord_12244 @12244 -ord_12245 @12245 -ord_12246 @12246 -ord_12247 @12247 -ord_12248 @12248 -ord_12249 @12249 -ord_12250 @12250 -ord_12251 @12251 -ord_12252 @12252 -ord_12253 @12253 -ord_12254 @12254 -ord_12255 @12255 -ord_12256 @12256 -ord_12257 @12257 -ord_12258 @12258 -ord_12259 @12259 -ord_12260 @12260 -ord_12261 @12261 -ord_12262 @12262 -ord_12263 @12263 -ord_12264 @12264 -ord_12265 @12265 -ord_12266 @12266 -ord_12267 @12267 -ord_12268 @12268 -ord_12269 @12269 -ord_12270 @12270 -ord_12271 @12271 -ord_12272 @12272 -ord_12273 @12273 -ord_12274 @12274 -ord_12275 @12275 -ord_12276 @12276 -ord_12277 @12277 -ord_12278 @12278 -ord_12279 @12279 -ord_12280 @12280 -ord_12281 @12281 -ord_12282 @12282 -ord_12283 @12283 -ord_12284 @12284 -ord_12285 @12285 -ord_12286 @12286 -ord_12287 @12287 -ord_12288 @12288 -ord_12289 @12289 -ord_12290 @12290 -ord_12291 @12291 -ord_12292 @12292 -ord_12293 @12293 -ord_12294 @12294 -ord_12295 @12295 -ord_12296 @12296 -ord_12297 @12297 -ord_12298 @12298 -ord_12299 @12299 -ord_12300 @12300 -ord_12301 @12301 -ord_12302 @12302 -ord_12303 @12303 -ord_12304 @12304 -ord_12305 @12305 -ord_12306 @12306 -ord_12307 @12307 -ord_12308 @12308 -ord_12309 @12309 -ord_12310 @12310 -ord_12311 @12311 -ord_12312 @12312 -ord_12313 @12313 -ord_12314 @12314 -ord_12315 @12315 -ord_12316 @12316 -ord_12317 @12317 -ord_12318 @12318 -ord_12319 @12319 -ord_12320 @12320 -ord_12321 @12321 -ord_12322 @12322 -ord_12323 @12323 -ord_12324 @12324 -ord_12325 @12325 -ord_12326 @12326 -ord_12327 @12327 -ord_12328 @12328 -ord_12329 @12329 -ord_12330 @12330 -ord_12331 @12331 -ord_12332 @12332 -ord_12333 @12333 -ord_12334 @12334 -ord_12335 @12335 -ord_12336 @12336 -ord_12337 @12337 -ord_12338 @12338 -ord_12339 @12339 -ord_12340 @12340 -ord_12341 @12341 -ord_12342 @12342 -ord_12343 @12343 -ord_12344 @12344 -ord_12345 @12345 -ord_12346 @12346 -ord_12347 @12347 -ord_12348 @12348 -ord_12349 @12349 -ord_12350 @12350 -ord_12351 @12351 -ord_12352 @12352 -ord_12353 @12353 -ord_12354 @12354 -ord_12355 @12355 -ord_12356 @12356 -ord_12357 @12357 -ord_12358 @12358 -ord_12359 @12359 -ord_12360 @12360 -ord_12361 @12361 -ord_12362 @12362 -ord_12363 @12363 -ord_12364 @12364 -ord_12365 @12365 -ord_12366 @12366 -ord_12367 @12367 -ord_12368 @12368 -ord_12369 @12369 -ord_12370 @12370 -ord_12371 @12371 -ord_12372 @12372 -ord_12373 @12373 -ord_12374 @12374 -ord_12375 @12375 -ord_12376 @12376 -ord_12377 @12377 -ord_12378 @12378 -ord_12379 @12379 -ord_12380 @12380 -ord_12381 @12381 -ord_12382 @12382 -ord_12383 @12383 -ord_12384 @12384 -ord_12385 @12385 -ord_12386 @12386 -ord_12387 @12387 -ord_12388 @12388 -ord_12389 @12389 -ord_12390 @12390 -ord_12391 @12391 -ord_12392 @12392 -ord_12393 @12393 -ord_12394 @12394 -ord_12395 @12395 -ord_12396 @12396 -ord_12397 @12397 -ord_12398 @12398 -ord_12399 @12399 -ord_12400 @12400 -ord_12401 @12401 -ord_12402 @12402 -ord_12403 @12403 -ord_12404 @12404 -ord_12405 @12405 -ord_12406 @12406 -ord_12407 @12407 -ord_12408 @12408 -ord_12409 @12409 -ord_12410 @12410 -ord_12411 @12411 -ord_12412 @12412 -ord_12413 @12413 -ord_12414 @12414 -ord_12415 @12415 -ord_12416 @12416 -ord_12417 @12417 -ord_12418 @12418 -ord_12419 @12419 -ord_12420 @12420 -ord_12421 @12421 -ord_12422 @12422 -ord_12423 @12423 -ord_12424 @12424 -ord_12425 @12425 -ord_12426 @12426 -ord_12427 @12427 -ord_12428 @12428 -ord_12429 @12429 -ord_12430 @12430 -ord_12431 @12431 -ord_12432 @12432 -ord_12433 @12433 -ord_12434 @12434 -ord_12435 @12435 -ord_12436 @12436 -ord_12437 @12437 -ord_12438 @12438 -ord_12439 @12439 -ord_12440 @12440 -ord_12441 @12441 -ord_12442 @12442 -ord_12443 @12443 -ord_12444 @12444 -ord_12445 @12445 -ord_12446 @12446 -ord_12447 @12447 -ord_12448 @12448 -ord_12449 @12449 -ord_12450 @12450 -ord_12451 @12451 -ord_12452 @12452 -ord_12453 @12453 -ord_12454 @12454 -ord_12455 @12455 -ord_12456 @12456 -ord_12457 @12457 -ord_12458 @12458 -ord_12459 @12459 -ord_12460 @12460 -ord_12461 @12461 -ord_12462 @12462 -ord_12463 @12463 -ord_12464 @12464 -ord_12465 @12465 -ord_12466 @12466 -ord_12467 @12467 -ord_12468 @12468 -ord_12469 @12469 -ord_12470 @12470 -ord_12471 @12471 -ord_12472 @12472 -ord_12473 @12473 -ord_12474 @12474 -ord_12475 @12475 -ord_12476 @12476 -ord_12477 @12477 -ord_12478 @12478 -ord_12479 @12479 -ord_12480 @12480 -ord_12481 @12481 -ord_12482 @12482 -ord_12483 @12483 -ord_12484 @12484 -ord_12485 @12485 -ord_12486 @12486 -ord_12487 @12487 -ord_12488 @12488 -ord_12489 @12489 -ord_12490 @12490 -ord_12491 @12491 -ord_12492 @12492 -ord_12493 @12493 -ord_12494 @12494 -ord_12495 @12495 -ord_12496 @12496 -ord_12497 @12497 -ord_12498 @12498 -ord_12499 @12499 -ord_12500 @12500 -ord_12501 @12501 -ord_12502 @12502 -ord_12503 @12503 -ord_12504 @12504 -ord_12505 @12505 -ord_12506 @12506 -ord_12507 @12507 -ord_12508 @12508 -ord_12509 @12509 -ord_12510 @12510 -ord_12511 @12511 -ord_12512 @12512 -ord_12513 @12513 -ord_12514 @12514 -ord_12515 @12515 -ord_12516 @12516 -ord_12517 @12517 -ord_12518 @12518 -ord_12519 @12519 -ord_12520 @12520 -ord_12521 @12521 -ord_12522 @12522 -ord_12523 @12523 -ord_12524 @12524 -ord_12525 @12525 -ord_12526 @12526 -ord_12527 @12527 -ord_12528 @12528 -ord_12529 @12529 -ord_12530 @12530 -ord_12531 @12531 -ord_12532 @12532 -ord_12533 @12533 -ord_12534 @12534 -ord_12535 @12535 -ord_12536 @12536 -ord_12537 @12537 -ord_12538 @12538 -ord_12539 @12539 -ord_12540 @12540 -ord_12541 @12541 -ord_12542 @12542 -ord_12543 @12543 -ord_12544 @12544 -ord_12545 @12545 -ord_12546 @12546 -ord_12547 @12547 -ord_12548 @12548 -ord_12549 @12549 -ord_12550 @12550 -ord_12551 @12551 -ord_12552 @12552 -ord_12553 @12553 -ord_12554 @12554 -ord_12555 @12555 -ord_12556 @12556 -ord_12557 @12557 -ord_12558 @12558 -ord_12559 @12559 -ord_12560 @12560 -ord_12561 @12561 -ord_12562 @12562 -ord_12563 @12563 -ord_12564 @12564 -ord_12565 @12565 -ord_12566 @12566 -ord_12567 @12567 -ord_12568 @12568 -ord_12569 @12569 -ord_12570 @12570 -ord_12571 @12571 -ord_12572 @12572 -ord_12573 @12573 -ord_12574 @12574 -ord_12575 @12575 -ord_12576 @12576 -ord_12577 @12577 -ord_12578 @12578 -ord_12579 @12579 -ord_12580 @12580 -ord_12581 @12581 -ord_12582 @12582 -ord_12583 @12583 -ord_12584 @12584 -ord_12585 @12585 -ord_12586 @12586 -ord_12587 @12587 -ord_12588 @12588 -ord_12589 @12589 -ord_12590 @12590 -ord_12591 @12591 -ord_12592 @12592 -ord_12593 @12593 -ord_12594 @12594 -ord_12595 @12595 -ord_12596 @12596 -ord_12597 @12597 -ord_12598 @12598 -ord_12599 @12599 -ord_12600 @12600 -ord_12601 @12601 -ord_12602 @12602 -ord_12603 @12603 -ord_12604 @12604 -ord_12605 @12605 -ord_12606 @12606 -ord_12607 @12607 -ord_12608 @12608 -ord_12609 @12609 -ord_12610 @12610 -ord_12611 @12611 -ord_12612 @12612 -ord_12613 @12613 -ord_12614 @12614 -ord_12615 @12615 -ord_12616 @12616 -ord_12617 @12617 -ord_12618 @12618 -ord_12619 @12619 -ord_12620 @12620 -ord_12621 @12621 -ord_12622 @12622 -ord_12623 @12623 -ord_12624 @12624 -ord_12625 @12625 -ord_12626 @12626 -ord_12627 @12627 -ord_12628 @12628 -ord_12629 @12629 -ord_12630 @12630 -ord_12631 @12631 -ord_12632 @12632 -ord_12633 @12633 -ord_12634 @12634 -ord_12635 @12635 -ord_12636 @12636 -ord_12637 @12637 -ord_12638 @12638 -ord_12639 @12639 -ord_12640 @12640 -ord_12641 @12641 -ord_12642 @12642 -ord_12643 @12643 -ord_12644 @12644 -ord_12645 @12645 -ord_12646 @12646 -ord_12647 @12647 -ord_12648 @12648 -ord_12649 @12649 -ord_12650 @12650 -ord_12651 @12651 -ord_12652 @12652 -ord_12653 @12653 -ord_12654 @12654 -ord_12655 @12655 -ord_12656 @12656 -ord_12657 @12657 -ord_12658 @12658 -ord_12659 @12659 -ord_12660 @12660 -ord_12661 @12661 -ord_12662 @12662 -ord_12663 @12663 -ord_12664 @12664 -ord_12665 @12665 -ord_12666 @12666 -ord_12667 @12667 -ord_12668 @12668 -ord_12669 @12669 -ord_12670 @12670 -ord_12671 @12671 -ord_12672 @12672 -ord_12673 @12673 -ord_12674 @12674 -ord_12675 @12675 -ord_12676 @12676 -ord_12677 @12677 -ord_12678 @12678 -ord_12679 @12679 -ord_12680 @12680 -ord_12681 @12681 -ord_12682 @12682 -ord_12683 @12683 -ord_12684 @12684 -ord_12685 @12685 -ord_12686 @12686 -ord_12687 @12687 -ord_12688 @12688 -ord_12689 @12689 -ord_12690 @12690 -ord_12691 @12691 -ord_12692 @12692 -ord_12693 @12693 -ord_12694 @12694 -ord_12695 @12695 -ord_12696 @12696 -ord_12697 @12697 -ord_12698 @12698 -ord_12699 @12699 -ord_12700 @12700 -ord_12701 @12701 -ord_12702 @12702 -ord_12703 @12703 -ord_12704 @12704 -ord_12705 @12705 -ord_12706 @12706 -ord_12707 @12707 -ord_12708 @12708 -ord_12709 @12709 -ord_12710 @12710 -ord_12711 @12711 -ord_12712 @12712 -ord_12713 @12713 -ord_12714 @12714 -ord_12715 @12715 -ord_12716 @12716 -ord_12717 @12717 -ord_12718 @12718 -ord_12719 @12719 -ord_12720 @12720 -ord_12721 @12721 -ord_12722 @12722 -ord_12723 @12723 -ord_12724 @12724 -ord_12725 @12725 -ord_12726 @12726 -ord_12727 @12727 -ord_12728 @12728 -ord_12729 @12729 -ord_12730 @12730 -ord_12731 @12731 -ord_12732 @12732 -ord_12733 @12733 -ord_12734 @12734 -ord_12735 @12735 -ord_12736 @12736 -ord_12737 @12737 -ord_12738 @12738 -ord_12739 @12739 -ord_12740 @12740 -ord_12741 @12741 -ord_12742 @12742 -ord_12743 @12743 -ord_12744 @12744 -ord_12745 @12745 -ord_12746 @12746 -ord_12747 @12747 -ord_12748 @12748 -ord_12749 @12749 -ord_12750 @12750 -ord_12751 @12751 -ord_12752 @12752 -ord_12753 @12753 -ord_12754 @12754 -ord_12755 @12755 -ord_12756 @12756 -ord_12757 @12757 -ord_12758 @12758 -ord_12759 @12759 -ord_12760 @12760 -ord_12761 @12761 -ord_12762 @12762 -ord_12763 @12763 -ord_12764 @12764 -ord_12765 @12765 -ord_12766 @12766 -ord_12767 @12767 -ord_12768 @12768 -ord_12769 @12769 -ord_12770 @12770 -ord_12772 @12772 -ord_12773 @12773 -ord_12774 @12774 -ord_12775 @12775 -ord_12776 @12776 -ord_12777 @12777 -ord_12778 @12778 -ord_12779 @12779 -ord_12780 @12780 -ord_12781 @12781 -ord_12782 @12782 -ord_12783 @12783 -ord_12784 @12784 -ord_12785 @12785 -ord_12786 @12786 -ord_12787 @12787 -ord_12788 @12788 -ord_12789 @12789 -ord_12790 @12790 -ord_12791 @12791 -ord_12792 @12792 -ord_12793 @12793 -ord_12794 @12794 -ord_12795 @12795 -ord_12796 @12796 -ord_12797 @12797 -ord_12798 @12798 -ord_12799 @12799 -ord_12800 @12800 -ord_12801 @12801 -ord_12802 @12802 -ord_12803 @12803 -ord_12804 @12804 -ord_12805 @12805 -ord_12806 @12806 -ord_12807 @12807 -ord_12808 @12808 -ord_12809 @12809 -ord_12810 @12810 -ord_12811 @12811 -ord_12812 @12812 -ord_12813 @12813 -ord_12814 @12814 -ord_12815 @12815 -ord_12816 @12816 -ord_12817 @12817 -ord_12818 @12818 -ord_12819 @12819 -ord_12820 @12820 -ord_12821 @12821 -ord_12822 @12822 -ord_12823 @12823 -ord_12824 @12824 -ord_12825 @12825 -ord_12826 @12826 -ord_12827 @12827 -ord_12828 @12828 -ord_12829 @12829 -ord_12830 @12830 -ord_12831 @12831 -ord_12832 @12832 -ord_12833 @12833 -ord_12834 @12834 -ord_12835 @12835 -ord_12836 @12836 -ord_12837 @12837 -ord_12838 @12838 -ord_12839 @12839 -ord_12840 @12840 -ord_12841 @12841 -ord_12842 @12842 -ord_12843 @12843 -ord_12844 @12844 -ord_12845 @12845 -ord_12846 @12846 -ord_12847 @12847 -ord_12848 @12848 -ord_12849 @12849 -ord_12850 @12850 -ord_12851 @12851 -ord_12852 @12852 -ord_12853 @12853 -ord_12854 @12854 -ord_12855 @12855 -ord_12856 @12856 -ord_12857 @12857 -ord_12858 @12858 -ord_12859 @12859 -ord_12860 @12860 -ord_12861 @12861 -ord_12862 @12862 -ord_12863 @12863 -ord_12864 @12864 -ord_12865 @12865 -ord_12866 @12866 -ord_12867 @12867 -ord_12868 @12868 -ord_12869 @12869 -ord_12870 @12870 -ord_12871 @12871 -ord_12872 @12872 -ord_12873 @12873 -ord_12874 @12874 -ord_12875 @12875 -ord_12876 @12876 -ord_12877 @12877 -ord_12878 @12878 -ord_12879 @12879 -ord_12880 @12880 -ord_12881 @12881 -ord_12882 @12882 -ord_12883 @12883 -ord_12884 @12884 -ord_12885 @12885 -ord_12886 @12886 -ord_12887 @12887 -ord_12888 @12888 -ord_12889 @12889 -ord_12890 @12890 -ord_12891 @12891 -ord_12892 @12892 -ord_12893 @12893 -ord_12894 @12894 -ord_12895 @12895 -ord_12896 @12896 -ord_12897 @12897 -ord_12898 @12898 -ord_12899 @12899 -ord_12900 @12900 -ord_12901 @12901 -ord_12902 @12902 -ord_12903 @12903 -ord_12904 @12904 -ord_12905 @12905 -ord_12906 @12906 -ord_12907 @12907 -ord_12908 @12908 -ord_12909 @12909 -ord_12910 @12910 -ord_12911 @12911 -ord_12912 @12912 -ord_12913 @12913 -ord_12914 @12914 -ord_12915 @12915 -ord_12916 @12916 -ord_12917 @12917 -ord_12918 @12918 -ord_12919 @12919 -ord_12920 @12920 -ord_12921 @12921 -ord_12922 @12922 -ord_12923 @12923 -ord_12924 @12924 -ord_12925 @12925 -ord_12926 @12926 -ord_12927 @12927 -ord_12928 @12928 -ord_12929 @12929 -ord_12930 @12930 -ord_12931 @12931 -ord_12932 @12932 -ord_12933 @12933 -ord_12934 @12934 -ord_12935 @12935 -ord_12936 @12936 -ord_12937 @12937 -ord_12938 @12938 -ord_12939 @12939 -ord_12940 @12940 -ord_12941 @12941 -ord_12942 @12942 -ord_12943 @12943 -ord_12944 @12944 -ord_12945 @12945 -ord_12946 @12946 -ord_12947 @12947 -ord_12948 @12948 -ord_12949 @12949 -ord_12950 @12950 -ord_12951 @12951 -ord_12952 @12952 -ord_12953 @12953 -ord_12954 @12954 -ord_12955 @12955 -ord_12956 @12956 -ord_12957 @12957 -ord_12958 @12958 -ord_12959 @12959 -ord_12960 @12960 -ord_12961 @12961 -ord_12962 @12962 -ord_12963 @12963 -ord_12964 @12964 -ord_12965 @12965 -ord_12966 @12966 -ord_12967 @12967 -ord_12968 @12968 -ord_12969 @12969 -ord_12970 @12970 -ord_12971 @12971 -ord_12972 @12972 -ord_12973 @12973 -ord_12974 @12974 -ord_12975 @12975 -ord_12976 @12976 -ord_12977 @12977 -ord_12978 @12978 -ord_12979 @12979 -ord_12980 @12980 -ord_12981 @12981 -ord_12982 @12982 -ord_12983 @12983 -ord_12984 @12984 -ord_12985 @12985 -ord_12986 @12986 -ord_12987 @12987 -ord_12988 @12988 -ord_12989 @12989 -ord_12990 @12990 -ord_12991 @12991 -ord_12992 @12992 -ord_12993 @12993 -ord_12994 @12994 -ord_12995 @12995 -ord_12996 @12996 -ord_12997 @12997 -ord_12998 @12998 -ord_12999 @12999 -ord_13000 @13000 -ord_13001 @13001 -ord_13002 @13002 -ord_13003 @13003 -ord_13004 @13004 -ord_13005 @13005 -ord_13006 @13006 -ord_13007 @13007 -ord_13008 @13008 -ord_13009 @13009 -ord_13010 @13010 -ord_13011 @13011 -ord_13012 @13012 -ord_13013 @13013 -ord_13014 @13014 -ord_13015 @13015 -ord_13016 @13016 -ord_13017 @13017 -ord_13018 @13018 -ord_13019 @13019 -ord_13020 @13020 -ord_13021 @13021 -ord_13022 @13022 -ord_13023 @13023 -ord_13024 @13024 -ord_13025 @13025 -ord_13026 @13026 -ord_13027 @13027 -ord_13028 @13028 -ord_13029 @13029 -ord_13030 @13030 -ord_13031 @13031 -ord_13032 @13032 -ord_13033 @13033 -ord_13034 @13034 -ord_13035 @13035 -ord_13036 @13036 -ord_13037 @13037 -ord_13038 @13038 -ord_13039 @13039 -ord_13040 @13040 -ord_13041 @13041 -ord_13042 @13042 -ord_13043 @13043 -ord_13044 @13044 -ord_13045 @13045 -ord_13046 @13046 -ord_13047 @13047 -ord_13048 @13048 -ord_13049 @13049 -ord_13050 @13050 -ord_13051 @13051 -ord_13052 @13052 -ord_13053 @13053 -ord_13054 @13054 -ord_13055 @13055 -ord_13056 @13056 -ord_13057 @13057 -ord_13058 @13058 -ord_13059 @13059 -ord_13060 @13060 -ord_13061 @13061 -ord_13062 @13062 -ord_13063 @13063 -ord_13064 @13064 -ord_13065 @13065 -ord_13066 @13066 -ord_13067 @13067 -ord_13068 @13068 -ord_13069 @13069 -ord_13070 @13070 -ord_13071 @13071 -ord_13072 @13072 -ord_13073 @13073 -ord_13074 @13074 -ord_13075 @13075 -ord_13076 @13076 -ord_13077 @13077 -ord_13078 @13078 -ord_13079 @13079 -ord_13080 @13080 -ord_13081 @13081 -ord_13082 @13082 -ord_13083 @13083 -ord_13084 @13084 -ord_13085 @13085 -ord_13086 @13086 -ord_13087 @13087 -ord_13088 @13088 -ord_13089 @13089 -ord_13090 @13090 -ord_13091 @13091 -ord_13092 @13092 -ord_13093 @13093 -ord_13094 @13094 -ord_13095 @13095 -ord_13096 @13096 -ord_13097 @13097 -ord_13098 @13098 -ord_13099 @13099 -ord_13100 @13100 -ord_13101 @13101 -ord_13102 @13102 -ord_13103 @13103 -ord_13104 @13104 -ord_13105 @13105 -ord_13106 @13106 -ord_13107 @13107 -ord_13108 @13108 -ord_13109 @13109 -ord_13110 @13110 -ord_13111 @13111 -ord_13112 @13112 -ord_13113 @13113 -ord_13114 @13114 -ord_13115 @13115 -ord_13116 @13116 -ord_13117 @13117 -ord_13118 @13118 -ord_13119 @13119 -ord_13120 @13120 -ord_13121 @13121 -ord_13122 @13122 -ord_13123 @13123 -ord_13124 @13124 -ord_13125 @13125 -ord_13126 @13126 -ord_13127 @13127 -ord_13128 @13128 -ord_13129 @13129 -ord_13130 @13130 -ord_13131 @13131 -ord_13132 @13132 -ord_13133 @13133 -ord_13134 @13134 -ord_13135 @13135 -ord_13136 @13136 -ord_13137 @13137 -ord_13138 @13138 -ord_13139 @13139 -ord_13140 @13140 -ord_13141 @13141 -ord_13142 @13142 -ord_13143 @13143 -ord_13144 @13144 -ord_13145 @13145 -ord_13146 @13146 -ord_13147 @13147 -ord_13148 @13148 -ord_13149 @13149 -ord_13150 @13150 -ord_13151 @13151 -ord_13152 @13152 -ord_13153 @13153 -ord_13154 @13154 -ord_13155 @13155 -ord_13156 @13156 -ord_13157 @13157 -ord_13158 @13158 -ord_13159 @13159 -ord_13160 @13160 -ord_13161 @13161 -ord_13162 @13162 -ord_13163 @13163 -ord_13164 @13164 -ord_13165 @13165 -ord_13166 @13166 -ord_13167 @13167 -ord_13168 @13168 -ord_13169 @13169 -ord_13170 @13170 -ord_13171 @13171 -ord_13172 @13172 -ord_13173 @13173 -ord_13174 @13174 -ord_13175 @13175 -ord_13176 @13176 -ord_13177 @13177 -ord_13178 @13178 -ord_13179 @13179 -ord_13180 @13180 -ord_13181 @13181 -ord_13182 @13182 -ord_13183 @13183 -ord_13184 @13184 -ord_13185 @13185 -ord_13186 @13186 -ord_13187 @13187 -ord_13188 @13188 -ord_13189 @13189 -ord_13190 @13190 -ord_13191 @13191 -ord_13192 @13192 -ord_13193 @13193 -ord_13194 @13194 -ord_13195 @13195 -ord_13196 @13196 -ord_13197 @13197 -ord_13198 @13198 -ord_13199 @13199 -ord_13200 @13200 -ord_13201 @13201 -ord_13202 @13202 -ord_13203 @13203 -ord_13204 @13204 -ord_13205 @13205 -ord_13206 @13206 -ord_13207 @13207 -ord_13208 @13208 -ord_13209 @13209 -ord_13210 @13210 -ord_13211 @13211 -ord_13212 @13212 -ord_13213 @13213 -ord_13214 @13214 -ord_13215 @13215 -ord_13216 @13216 -ord_13217 @13217 -ord_13218 @13218 -ord_13219 @13219 -ord_13220 @13220 -ord_13221 @13221 -ord_13222 @13222 -ord_13223 @13223 -ord_13224 @13224 -ord_13225 @13225 -ord_13226 @13226 -ord_13227 @13227 -ord_13228 @13228 -ord_13229 @13229 -ord_13230 @13230 -ord_13231 @13231 -ord_13232 @13232 -ord_13233 @13233 -ord_13234 @13234 -ord_13235 @13235 -ord_13236 @13236 -ord_13237 @13237 -ord_13238 @13238 -ord_13239 @13239 -ord_13240 @13240 -ord_13241 @13241 -ord_13242 @13242 -ord_13243 @13243 -ord_13244 @13244 -ord_13245 @13245 -ord_13246 @13246 -ord_13247 @13247 -ord_13248 @13248 -ord_13249 @13249 -ord_13250 @13250 -ord_13251 @13251 -ord_13252 @13252 -ord_13253 @13253 -ord_13254 @13254 -ord_13255 @13255 -ord_13256 @13256 -ord_13257 @13257 -ord_13258 @13258 -ord_13259 @13259 -ord_13260 @13260 -ord_13261 @13261 -ord_13262 @13262 -ord_13263 @13263 -ord_13264 @13264 -ord_13265 @13265 -ord_13266 @13266 -ord_13267 @13267 -ord_13268 @13268 -ord_13269 @13269 -ord_13270 @13270 -ord_13271 @13271 -ord_13272 @13272 -ord_13273 @13273 -ord_13274 @13274 -ord_13275 @13275 -ord_13276 @13276 -ord_13277 @13277 -ord_13278 @13278 -ord_13279 @13279 -ord_13280 @13280 -ord_13281 @13281 -ord_13282 @13282 -ord_13283 @13283 -ord_13284 @13284 -ord_13285 @13285 -ord_13286 @13286 -ord_13287 @13287 -ord_13288 @13288 -ord_13289 @13289 -ord_13290 @13290 -ord_13291 @13291 -ord_13292 @13292 -ord_13293 @13293 -ord_13294 @13294 -ord_13295 @13295 -ord_13296 @13296 -ord_13297 @13297 -ord_13298 @13298 -ord_13299 @13299 -ord_13300 @13300 -ord_13301 @13301 -ord_13302 @13302 -ord_13303 @13303 -ord_13304 @13304 -ord_13305 @13305 -ord_13306 @13306 -ord_13307 @13307 -ord_13308 @13308 -ord_13309 @13309 -ord_13310 @13310 -ord_13311 @13311 -ord_13312 @13312 -ord_13313 @13313 -ord_13314 @13314 -ord_13315 @13315 -ord_13316 @13316 -ord_13317 @13317 -ord_13318 @13318 -ord_13319 @13319 -ord_13320 @13320 -ord_13321 @13321 -ord_13322 @13322 -ord_13323 @13323 -ord_13324 @13324 -ord_13325 @13325 -ord_13326 @13326 -ord_13327 @13327 -ord_13328 @13328 -ord_13329 @13329 -ord_13330 @13330 -ord_13331 @13331 -ord_13332 @13332 -ord_13333 @13333 -ord_13334 @13334 -ord_13335 @13335 -ord_13336 @13336 -ord_13337 @13337 -ord_13338 @13338 -ord_13339 @13339 -ord_13340 @13340 -ord_13341 @13341 -ord_13342 @13342 -ord_13343 @13343 -ord_13344 @13344 -ord_13345 @13345 -ord_13346 @13346 -ord_13347 @13347 -ord_13348 @13348 -ord_13349 @13349 -ord_13350 @13350 -ord_13351 @13351 -ord_13352 @13352 -ord_13353 @13353 -ord_13354 @13354 -ord_13355 @13355 -ord_13356 @13356 -ord_13357 @13357 -ord_13358 @13358 -ord_13359 @13359 -ord_13360 @13360 -ord_13361 @13361 -ord_13362 @13362 -ord_13363 @13363 -ord_13364 @13364 -ord_13365 @13365 -ord_13366 @13366 -ord_13367 @13367 -ord_13368 @13368 -ord_13369 @13369 -ord_13370 @13370 -ord_13371 @13371 -ord_13372 @13372 -ord_13373 @13373 -ord_13374 @13374 -ord_13375 @13375 -ord_13376 @13376 -ord_13377 @13377 -ord_13378 @13378 -ord_13379 @13379 -ord_13380 @13380 -ord_13381 @13381 -ord_13382 @13382 -ord_13383 @13383 -ord_13384 @13384 -ord_13385 @13385 -ord_13386 @13386 -ord_13387 @13387 -ord_13388 @13388 -ord_13389 @13389 -ord_13390 @13390 -ord_13391 @13391 -ord_13392 @13392 -ord_13393 @13393 -ord_13394 @13394 -ord_13395 @13395 -ord_13396 @13396 -ord_13397 @13397 -ord_13398 @13398 -ord_13399 @13399 -ord_13400 @13400 -ord_13401 @13401 -ord_13402 @13402 -ord_13403 @13403 -ord_13404 @13404 -ord_13405 @13405 -ord_13406 @13406 -ord_13407 @13407 -ord_13408 @13408 -ord_13409 @13409 -ord_13410 @13410 -ord_13411 @13411 -ord_13412 @13412 -ord_13413 @13413 -ord_13414 @13414 -ord_13415 @13415 -ord_13416 @13416 -ord_13417 @13417 -ord_13418 @13418 -ord_13419 @13419 -ord_13420 @13420 -ord_13421 @13421 -ord_13422 @13422 -ord_13423 @13423 -ord_13424 @13424 -ord_13425 @13425 -ord_13426 @13426 -ord_13427 @13427 -ord_13428 @13428 -ord_13429 @13429 -ord_13430 @13430 -ord_13431 @13431 -ord_13432 @13432 -ord_13433 @13433 -ord_13434 @13434 -ord_13435 @13435 -ord_13436 @13436 -ord_13437 @13437 -ord_13438 @13438 -ord_13439 @13439 -ord_13440 @13440 -ord_13441 @13441 -ord_13442 @13442 -ord_13443 @13443 -ord_13444 @13444 -ord_13445 @13445 -ord_13446 @13446 -ord_13447 @13447 -ord_13448 @13448 -ord_13449 @13449 -ord_13450 @13450 -ord_13451 @13451 -ord_13452 @13452 -ord_13453 @13453 -ord_13454 @13454 -ord_13455 @13455 -ord_13456 @13456 -ord_13457 @13457 -ord_13458 @13458 -ord_13459 @13459 -ord_13460 @13460 -ord_13461 @13461 -ord_13462 @13462 -ord_13463 @13463 -ord_13464 @13464 -ord_13465 @13465 -ord_13466 @13466 -ord_13467 @13467 -ord_13468 @13468 -ord_13469 @13469 -ord_13470 @13470 -ord_13471 @13471 -ord_13472 @13472 -ord_13473 @13473 -ord_13474 @13474 -ord_13475 @13475 -ord_13476 @13476 -ord_13477 @13477 -ord_13478 @13478 -ord_13479 @13479 -ord_13480 @13480 -ord_13481 @13481 -ord_13482 @13482 -ord_13483 @13483 -ord_13484 @13484 -ord_13485 @13485 -ord_13486 @13486 -ord_13487 @13487 -ord_13488 @13488 -ord_13489 @13489 -ord_13490 @13490 -ord_13491 @13491 -ord_13492 @13492 -ord_13493 @13493 -ord_13494 @13494 -ord_13495 @13495 -ord_13496 @13496 -ord_13497 @13497 -ord_13498 @13498 -ord_13499 @13499 -ord_13500 @13500 -ord_13501 @13501 -ord_13502 @13502 -ord_13503 @13503 -ord_13504 @13504 -ord_13505 @13505 -ord_13506 @13506 -ord_13507 @13507 -ord_13508 @13508 -ord_13509 @13509 -ord_13510 @13510 -ord_13511 @13511 -ord_13512 @13512 -ord_13513 @13513 -ord_13514 @13514 -ord_13515 @13515 -ord_13516 @13516 -ord_13517 @13517 -ord_13518 @13518 -ord_13519 @13519 -ord_13520 @13520 -ord_13521 @13521 -ord_13522 @13522 -ord_13523 @13523 -ord_13524 @13524 -ord_13525 @13525 -ord_13526 @13526 -ord_13527 @13527 -ord_13528 @13528 -ord_13529 @13529 -ord_13530 @13530 -ord_13531 @13531 -ord_13532 @13532 -ord_13533 @13533 -ord_13534 @13534 -ord_13535 @13535 -ord_13536 @13536 -ord_13537 @13537 -ord_13538 @13538 -ord_13539 @13539 -ord_13540 @13540 -ord_13541 @13541 -ord_13542 @13542 -ord_13543 @13543 -ord_13544 @13544 -ord_13545 @13545 -ord_13546 @13546 -ord_13547 @13547 -ord_13548 @13548 -ord_13549 @13549 -ord_13550 @13550 -ord_13551 @13551 -ord_13552 @13552 -ord_13553 @13553 -ord_13554 @13554 -ord_13555 @13555 -ord_13556 @13556 -ord_13557 @13557 -ord_13558 @13558 -ord_13559 @13559 -ord_13560 @13560 -ord_13561 @13561 -ord_13562 @13562 -ord_13563 @13563 -ord_13564 @13564 -ord_13565 @13565 -ord_13566 @13566 -ord_13567 @13567 -ord_13568 @13568 -ord_13569 @13569 -ord_13570 @13570 -ord_13571 @13571 -ord_13572 @13572 -ord_13573 @13573 -ord_13574 @13574 -ord_13575 @13575 -ord_13576 @13576 -ord_13577 @13577 -ord_13578 @13578 -ord_13579 @13579 -ord_13580 @13580 -ord_13581 @13581 -ord_13582 @13582 -ord_13583 @13583 -ord_13584 @13584 -ord_13585 @13585 -ord_13586 @13586 -ord_13587 @13587 -ord_13588 @13588 -ord_13589 @13589 -ord_13590 @13590 -ord_13591 @13591 -ord_13592 @13592 -ord_13593 @13593 -ord_13594 @13594 -ord_13595 @13595 -ord_13596 @13596 -ord_13597 @13597 -ord_13598 @13598 -ord_13599 @13599 -ord_13600 @13600 -ord_13601 @13601 -ord_13602 @13602 -ord_13603 @13603 -ord_13604 @13604 -ord_13605 @13605 -ord_13606 @13606 -ord_13607 @13607 -ord_13608 @13608 -ord_13609 @13609 -ord_13610 @13610 -ord_13611 @13611 -ord_13612 @13612 DATA -ord_13613 @13613 -ord_13614 @13614 -ord_13615 @13615 -ord_13616 @13616 -ord_13617 @13617 -ord_13618 @13618 -ord_13619 @13619 -ord_13620 @13620 -ord_13621 @13621 -ord_13622 @13622 -ord_13623 @13623 -ord_13624 @13624 -ord_13625 @13625 -ord_13626 @13626 -ord_13627 @13627 -ord_13628 @13628 -ord_13629 @13629 -ord_13630 @13630 -ord_13631 @13631 -ord_13632 @13632 -ord_13633 @13633 -ord_13634 @13634 -ord_13635 @13635 -ord_13636 @13636 -ord_13637 @13637 -ord_13638 @13638 -ord_13639 @13639 -ord_13640 @13640 -ord_13641 @13641 -ord_13642 @13642 -ord_13643 @13643 -ord_13644 @13644 -ord_13645 @13645 -ord_13646 @13646 -ord_13647 @13647 -ord_13648 @13648 -ord_13649 @13649 -ord_13650 @13650 -ord_13651 @13651 -ord_13652 @13652 -ord_13653 @13653 -ord_13654 @13654 -ord_13655 @13655 -ord_13656 @13656 -ord_13657 @13657 -ord_13658 @13658 -ord_13659 @13659 -ord_13660 @13660 -ord_13661 @13661 -ord_13662 @13662 -ord_13663 @13663 -ord_13664 @13664 -ord_13665 @13665 -ord_13666 @13666 -ord_13667 @13667 -ord_13668 @13668 -ord_13669 @13669 -ord_13670 @13670 -ord_13671 @13671 -ord_13672 @13672 -ord_13673 @13673 -ord_13674 @13674 -ord_13675 @13675 -ord_13676 @13676 -ord_13677 @13677 -ord_13678 @13678 -ord_13679 @13679 -ord_13680 @13680 -ord_13681 @13681 -ord_13682 @13682 -ord_13683 @13683 -ord_13684 @13684 -ord_13685 @13685 -ord_13686 @13686 -ord_13687 @13687 -ord_13688 @13688 -ord_13689 @13689 -ord_13690 @13690 -ord_13691 @13691 -ord_13692 @13692 -ord_13693 @13693 -ord_13694 @13694 -ord_13695 @13695 -ord_13696 @13696 -ord_13697 @13697 -ord_13698 @13698 -ord_13699 @13699 -ord_13700 @13700 -ord_13701 @13701 -ord_13702 @13702 -ord_13703 @13703 -ord_13704 @13704 -ord_13705 @13705 -ord_13706 @13706 -ord_13707 @13707 -ord_13708 @13708 -ord_13709 @13709 -ord_13710 @13710 -ord_13711 @13711 -ord_13712 @13712 -ord_13713 @13713 -ord_13714 @13714 -ord_13715 @13715 -ord_13716 @13716 -ord_13717 @13717 -ord_13718 @13718 -ord_13719 @13719 -ord_13720 @13720 -ord_13721 @13721 -ord_13722 @13722 -ord_13723 @13723 -ord_13724 @13724 -ord_13725 @13725 -ord_13726 @13726 -ord_13727 @13727 -ord_13728 @13728 -ord_13729 @13729 -ord_13730 @13730 -ord_13731 @13731 -ord_13732 @13732 -ord_13733 @13733 -ord_13734 @13734 -ord_13735 @13735 -ord_13736 @13736 -ord_13737 @13737 -ord_13738 @13738 -ord_13739 @13739 -ord_13740 @13740 -ord_13741 @13741 -ord_13742 @13742 -ord_13743 @13743 -ord_13744 @13744 -ord_13745 @13745 -ord_13746 @13746 -ord_13747 @13747 -ord_13748 @13748 -ord_13749 @13749 -ord_13750 @13750 -ord_13751 @13751 -ord_13752 @13752 -ord_13753 @13753 -ord_13754 @13754 -ord_13755 @13755 -ord_13756 @13756 -ord_13757 @13757 -ord_13758 @13758 -ord_13759 @13759 -ord_13760 @13760 -ord_13761 @13761 -ord_13762 @13762 -ord_13763 @13763 -ord_13764 @13764 -ord_13765 @13765 -ord_13766 @13766 -ord_13767 @13767 -ord_13768 @13768 -ord_13769 @13769 -ord_13770 @13770 -ord_13771 @13771 -ord_13772 @13772 -ord_13773 @13773 -ord_13774 @13774 -ord_13775 @13775 -ord_13776 @13776 -ord_13777 @13777 -ord_13778 @13778 -ord_13779 @13779 -ord_13780 @13780 -ord_13781 @13781 -ord_13782 @13782 -ord_13783 @13783 -ord_13784 @13784 -ord_13785 @13785 -ord_13786 @13786 -ord_13787 @13787 -ord_13788 @13788 -ord_13789 @13789 -ord_13790 @13790 -ord_13791 @13791 -ord_13792 @13792 -ord_13793 @13793 -ord_13794 @13794 -ord_13795 @13795 -ord_13796 @13796 -ord_13797 @13797 -ord_13798 @13798 -ord_13799 @13799 -ord_13800 @13800 -ord_13801 @13801 -ord_13802 @13802 -ord_13803 @13803 -ord_13804 @13804 -ord_13805 @13805 -ord_13806 @13806 -ord_13807 @13807 -ord_13808 @13808 -ord_13809 @13809 -ord_13810 @13810 -ord_13811 @13811 -ord_13812 @13812 -ord_13813 @13813 -ord_13814 @13814 -ord_13815 @13815 -ord_13816 @13816 -ord_13817 @13817 -ord_13818 @13818 -ord_13819 @13819 -ord_13820 @13820 -ord_13821 @13821 -ord_13822 @13822 -ord_13823 @13823 -ord_13824 @13824 -ord_13825 @13825 -ord_13826 @13826 -ord_13827 @13827 -ord_13828 @13828 -ord_13829 @13829 -ord_13830 @13830 -ord_13831 @13831 -ord_13832 @13832 -ord_13833 @13833 -ord_13834 @13834 -ord_13835 @13835 -ord_13836 @13836 -ord_13837 @13837 -ord_13838 @13838 -ord_13839 @13839 -ord_13840 @13840 -ord_13841 @13841 -ord_13842 @13842 -ord_13843 @13843 -ord_13844 @13844 -ord_13845 @13845 -ord_13846 @13846 -ord_13847 @13847 -ord_13848 @13848 -ord_13849 @13849 -ord_13850 @13850 -ord_13851 @13851 -ord_13852 @13852 -ord_13853 @13853 -ord_13854 @13854 -ord_13855 @13855 -ord_13856 @13856 -ord_13857 @13857 -ord_13858 @13858 -ord_13859 @13859 -ord_13860 @13860 -ord_13861 @13861 -ord_13862 @13862 -ord_13863 @13863 -ord_13864 @13864 -ord_13865 @13865 -ord_13866 @13866 -ord_13867 @13867 -ord_13868 @13868 -ord_13869 @13869 -ord_13870 @13870 -ord_13871 @13871 -ord_13872 @13872 -ord_13873 @13873 -ord_13874 @13874 -ord_13875 @13875 -ord_13876 @13876 -ord_13877 @13877 -ord_13878 @13878 -ord_13879 @13879 -ord_13880 @13880 -ord_13881 @13881 -ord_13882 @13882 -ord_13883 @13883 -ord_13884 @13884 -ord_13885 @13885 -ord_13886 @13886 -ord_13887 @13887 -ord_13888 @13888 -ord_13889 @13889 -ord_13890 @13890 -ord_13891 @13891 -ord_13892 @13892 -ord_13893 @13893 -ord_13894 @13894 -ord_13895 @13895 -ord_13896 @13896 -ord_13897 @13897 -ord_13898 @13898 -ord_13899 @13899 -ord_13900 @13900 -ord_13901 @13901 -ord_13902 @13902 -ord_13903 @13903 -ord_13904 @13904 -ord_13905 @13905 -ord_13906 @13906 -ord_13907 @13907 -ord_13908 @13908 -ord_13909 @13909 -ord_13910 @13910 -ord_13911 @13911 -ord_13912 @13912 -ord_13913 @13913 -ord_13914 @13914 -ord_13915 @13915 -ord_13916 @13916 -ord_13917 @13917 -ord_13918 @13918 -ord_13919 @13919 -ord_13920 @13920 -ord_13921 @13921 -ord_13922 @13922 -ord_13923 @13923 -ord_13924 @13924 -ord_13925 @13925 -ord_13926 @13926 -ord_13927 @13927 -ord_13928 @13928 -ord_13929 @13929 -ord_13930 @13930 -ord_13931 @13931 -ord_13932 @13932 -ord_13933 @13933 -ord_13934 @13934 -ord_13935 @13935 -ord_13936 @13936 -ord_13937 @13937 -ord_13938 @13938 -ord_13939 @13939 -ord_13940 @13940 -ord_13941 @13941 -ord_13942 @13942 -ord_13943 @13943 -ord_13944 @13944 -ord_13945 @13945 -ord_13946 @13946 -ord_13947 @13947 -ord_13948 @13948 -ord_13949 @13949 -ord_13950 @13950 -ord_13951 @13951 -ord_13952 @13952 -ord_13953 @13953 -ord_13954 @13954 -ord_13955 @13955 -ord_13956 @13956 -ord_13957 @13957 -ord_13958 @13958 -ord_13959 @13959 DATA -ord_13960 @13960 DATA -ord_13961 @13961 DATA -ord_13962 @13962 DATA -ord_13963 @13963 -ord_13964 @13964 -ord_13965 @13965 -ord_13966 @13966 -ord_13967 @13967 -ord_13968 @13968 -ord_13969 @13969 -ord_13970 @13970 -ord_13971 @13971 -ord_13972 @13972 -ord_13973 @13973 -ord_13974 @13974 -ord_13975 @13975 -ord_13976 @13976 -ord_13977 @13977 -ord_13978 @13978 -ord_13979 @13979 -ord_13980 @13980 -ord_13981 @13981 -ord_13982 @13982 -ord_13983 @13983 -ord_13984 @13984 -ord_13985 @13985 -ord_13986 @13986 -ord_13987 @13987 -ord_13988 @13988 -ord_13989 @13989 -ord_13990 @13990 -ord_13991 @13991 -ord_13992 @13992 -ord_13993 @13993 -ord_13994 @13994 -ord_13995 @13995 -ord_13996 @13996 -ord_13997 @13997 -ord_13998 @13998 -ord_13999 @13999 -ord_14000 @14000 -ord_14001 @14001 -ord_14002 @14002 -ord_14003 @14003 -ord_14004 @14004 -ord_14005 @14005 -ord_14006 @14006 -ord_14007 @14007 -ord_14008 @14008 -ord_14009 @14009 -ord_14010 @14010 -ord_14011 @14011 -ord_14012 @14012 -ord_14013 @14013 -ord_14014 @14014 -ord_14015 @14015 -ord_14016 @14016 -ord_14017 @14017 -ord_14018 @14018 -ord_14019 @14019 -ord_14020 @14020 -ord_14021 @14021 -ord_14022 @14022 -ord_14023 @14023 -ord_14024 @14024 -ord_14025 @14025 -ord_14026 @14026 -ord_14027 @14027 -ord_14028 @14028 -ord_14029 @14029 -ord_14030 @14030 -ord_14031 @14031 -ord_14032 @14032 -ord_14033 @14033 -ord_14034 @14034 -ord_14035 @14035 -ord_14036 @14036 -ord_14037 @14037 -ord_14038 @14038 -ord_14039 @14039 -ord_14040 @14040 -ord_14041 @14041 -ord_14042 @14042 -ord_14043 @14043 -ord_14044 @14044 -ord_14045 @14045 -ord_14046 @14046 -ord_14047 @14047 -ord_14048 @14048 -ord_14049 @14049 -ord_14050 @14050 -ord_14051 @14051 -ord_14052 @14052 -ord_14053 @14053 -ord_14054 @14054 -ord_14055 @14055 -ord_14056 @14056 -ord_14057 @14057 -ord_14058 @14058 -ord_14059 @14059 -ord_14060 @14060 -ord_14061 @14061 -ord_14062 @14062 -ord_14063 @14063 -ord_14064 @14064 DATA -ord_14065 @14065 DATA -ord_14066 @14066 DATA -ord_14067 @14067 -ord_14068 @14068 -ord_14069 @14069 -ord_14070 @14070 -ord_14071 @14071 -ord_14072 @14072 -ord_14073 @14073 -ord_14074 @14074 -ord_14075 @14075 -ord_14076 @14076 -ord_14077 @14077 -ord_14078 @14078 -ord_14079 @14079 -ord_14080 @14080 -ord_14081 @14081 -ord_14082 @14082 -ord_14083 @14083 -ord_14084 @14084 -ord_14085 @14085 -ord_14086 @14086 -ord_14087 @14087 -ord_14088 @14088 -ord_14089 @14089 -ord_14090 @14090 -ord_14091 @14091 -ord_14092 @14092 -ord_14093 @14093 -ord_14094 @14094 -ord_14095 @14095 -ord_14096 @14096 -ord_14097 @14097 -ord_14098 @14098 -ord_14099 @14099 -ord_14100 @14100 -ord_14101 @14101 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc110u.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc110u.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc110u.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc110u.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13921 +0,0 @@ -; -; Definition file of mfc110u.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mfc110u.dll" -EXPORTS -ord_256 @256 -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -ord_270 @270 -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -ord_276 @276 -ord_277 @277 -ord_278 @278 -ord_279 @279 -ord_280 @280 -ord_281 @281 -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_312 @312 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_318 @318 -ord_319 @319 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_326 @326 -ord_327 @327 -ord_328 @328 -ord_329 @329 -ord_330 @330 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_334 @334 -ord_335 @335 -ord_336 @336 -ord_337 @337 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_342 @342 -ord_343 @343 -ord_344 @344 -ord_345 @345 -ord_346 @346 -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_378 @378 -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ord_388 @388 -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -ord_432 @432 -ord_433 @433 -ord_434 @434 -ord_435 @435 -ord_436 @436 -ord_437 @437 -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -ord_446 @446 -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -ord_462 @462 -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -ord_467 @467 -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 -ord_474 @474 -ord_475 @475 -ord_476 @476 -ord_477 @477 -ord_478 @478 -ord_479 @479 -ord_480 @480 -ord_481 @481 -ord_482 @482 -ord_483 @483 -ord_484 @484 -ord_485 @485 -ord_486 @486 -ord_487 @487 -ord_488 @488 -ord_489 @489 -ord_490 @490 -ord_491 @491 -ord_492 @492 -ord_493 @493 -ord_494 @494 -ord_495 @495 -ord_496 @496 -ord_497 @497 -ord_498 @498 -ord_499 @499 -ord_500 @500 -ord_501 @501 -ord_502 @502 -ord_503 @503 -ord_504 @504 -ord_505 @505 -ord_506 @506 -ord_507 @507 -ord_508 @508 -ord_509 @509 -ord_510 @510 -ord_511 @511 -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_525 @525 -ord_526 @526 -ord_527 @527 -ord_528 @528 -ord_529 @529 -ord_530 @530 -ord_531 @531 -ord_532 @532 -ord_533 @533 -ord_534 @534 -ord_535 @535 -ord_536 @536 -ord_537 @537 -ord_538 @538 -ord_539 @539 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_545 @545 -ord_546 @546 -ord_547 @547 -ord_548 @548 -ord_549 @549 -ord_550 @550 -ord_551 @551 -ord_552 @552 -ord_553 @553 -ord_554 @554 -ord_555 @555 -ord_556 @556 -ord_557 @557 -ord_558 @558 -ord_559 @559 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_564 @564 -ord_565 @565 -ord_566 @566 -ord_567 @567 -ord_568 @568 -ord_569 @569 -ord_570 @570 -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 -ord_579 @579 -ord_580 @580 -ord_581 @581 -ord_582 @582 -ord_583 @583 -ord_584 @584 -ord_585 @585 -ord_586 @586 -ord_587 @587 -ord_588 @588 -ord_589 @589 -ord_590 @590 -ord_591 @591 -ord_592 @592 -ord_593 @593 -ord_594 @594 -ord_595 @595 -ord_596 @596 -ord_597 @597 -ord_598 @598 -ord_599 @599 -ord_600 @600 -ord_601 @601 -ord_602 @602 -ord_603 @603 -ord_604 @604 -ord_605 @605 -ord_606 @606 -ord_607 @607 -ord_608 @608 -ord_609 @609 -ord_610 @610 -ord_611 @611 -ord_612 @612 -ord_613 @613 -ord_614 @614 -ord_615 @615 -ord_616 @616 -ord_617 @617 -ord_618 @618 -ord_619 @619 -ord_620 @620 -ord_621 @621 -ord_622 @622 -ord_623 @623 -ord_624 @624 -ord_625 @625 -ord_626 @626 -ord_627 @627 -ord_628 @628 -ord_629 @629 -ord_630 @630 -ord_631 @631 -ord_632 @632 -ord_633 @633 -ord_634 @634 -ord_635 @635 -ord_636 @636 -ord_637 @637 -ord_638 @638 -ord_639 @639 -ord_640 @640 -ord_641 @641 -ord_642 @642 -ord_643 @643 -ord_644 @644 -ord_645 @645 -ord_646 @646 -ord_647 @647 -ord_648 @648 -ord_649 @649 -ord_650 @650 -ord_651 @651 -ord_652 @652 -ord_653 @653 -ord_654 @654 -ord_655 @655 -ord_656 @656 -ord_657 @657 -ord_658 @658 -ord_659 @659 -ord_660 @660 -ord_661 @661 -ord_662 @662 -ord_663 @663 -ord_664 @664 -ord_665 @665 -ord_666 @666 -ord_667 @667 -ord_668 @668 -ord_669 @669 -ord_670 @670 -ord_671 @671 -ord_672 @672 -ord_673 @673 -ord_674 @674 -ord_675 @675 -ord_676 @676 -ord_677 @677 -ord_678 @678 -ord_679 @679 -ord_680 @680 -ord_681 @681 -ord_682 @682 -ord_683 @683 -ord_684 @684 -ord_685 @685 -ord_686 @686 -ord_687 @687 -ord_688 @688 -ord_689 @689 -ord_690 @690 -ord_691 @691 -ord_692 @692 -ord_693 @693 -ord_694 @694 -ord_695 @695 -ord_696 @696 -ord_697 @697 -ord_698 @698 -ord_699 @699 -ord_700 @700 -ord_701 @701 -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_705 @705 -ord_706 @706 -ord_707 @707 -ord_708 @708 -ord_709 @709 -ord_710 @710 -ord_711 @711 -ord_712 @712 -ord_713 @713 -ord_714 @714 -ord_715 @715 -ord_716 @716 -ord_717 @717 -ord_718 @718 -ord_719 @719 -ord_720 @720 -ord_721 @721 -ord_722 @722 -ord_723 @723 -ord_724 @724 -ord_725 @725 -ord_726 @726 -ord_727 @727 -ord_728 @728 -ord_729 @729 -ord_730 @730 -ord_731 @731 -ord_732 @732 -ord_733 @733 -ord_734 @734 -ord_735 @735 -ord_736 @736 -ord_737 @737 -ord_738 @738 -ord_739 @739 -ord_740 @740 -ord_741 @741 -ord_742 @742 -ord_743 @743 -ord_744 @744 -ord_745 @745 -ord_746 @746 -ord_747 @747 -ord_748 @748 -ord_749 @749 -ord_750 @750 -ord_751 @751 -ord_752 @752 -ord_753 @753 -ord_754 @754 -ord_755 @755 -ord_756 @756 -ord_757 @757 -ord_758 @758 -ord_759 @759 -ord_760 @760 -ord_761 @761 -ord_762 @762 -ord_763 @763 -ord_764 @764 -ord_765 @765 -ord_766 @766 -ord_767 @767 -ord_768 @768 -ord_769 @769 -ord_770 @770 -ord_771 @771 -ord_772 @772 -ord_773 @773 -ord_774 @774 -ord_775 @775 -ord_776 @776 -ord_777 @777 -ord_778 @778 -ord_779 @779 -ord_780 @780 -ord_781 @781 -ord_782 @782 -ord_783 @783 -ord_784 @784 -ord_785 @785 -ord_786 @786 -ord_787 @787 -ord_788 @788 -ord_789 @789 -ord_790 @790 -ord_791 @791 -ord_792 @792 -ord_793 @793 -ord_794 @794 -ord_795 @795 -ord_796 @796 -ord_797 @797 -ord_798 @798 -ord_799 @799 -ord_800 @800 -ord_801 @801 -ord_802 @802 -ord_803 @803 -ord_804 @804 -ord_805 @805 -ord_806 @806 -ord_807 @807 -ord_808 @808 -ord_809 @809 -ord_810 @810 -ord_811 @811 -ord_812 @812 -ord_813 @813 -ord_814 @814 -ord_815 @815 -ord_816 @816 -ord_817 @817 -ord_818 @818 -ord_819 @819 -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -ord_824 @824 -ord_825 @825 -ord_826 @826 -ord_827 @827 -ord_828 @828 -ord_829 @829 -ord_830 @830 -ord_831 @831 -ord_832 @832 -ord_833 @833 -ord_834 @834 -ord_835 @835 -ord_836 @836 -ord_837 @837 -ord_838 @838 -ord_839 @839 -ord_840 @840 -ord_841 @841 -ord_842 @842 -ord_843 @843 -ord_844 @844 -ord_845 @845 -ord_846 @846 -ord_847 @847 -ord_848 @848 -ord_849 @849 -ord_850 @850 -ord_851 @851 -ord_852 @852 -ord_853 @853 -ord_854 @854 -ord_855 @855 -ord_856 @856 -ord_857 @857 -ord_858 @858 -ord_859 @859 -ord_860 @860 -ord_861 @861 -ord_862 @862 -ord_863 @863 -ord_864 @864 -ord_865 @865 -ord_866 @866 -ord_867 @867 -ord_868 @868 -ord_869 @869 -ord_870 @870 -ord_871 @871 -ord_872 @872 -ord_873 @873 -ord_874 @874 -ord_875 @875 -ord_876 @876 -ord_877 @877 -ord_878 @878 -ord_879 @879 -ord_880 @880 -ord_881 @881 -ord_882 @882 -ord_883 @883 -ord_884 @884 -ord_885 @885 -ord_886 @886 -ord_887 @887 -ord_888 @888 -ord_889 @889 -ord_890 @890 -ord_891 @891 -ord_892 @892 -ord_893 @893 -ord_894 @894 -ord_895 @895 -ord_896 @896 -ord_897 @897 -ord_898 @898 -ord_899 @899 -ord_900 @900 -ord_901 @901 -ord_902 @902 -ord_903 @903 -ord_904 @904 -ord_905 @905 -ord_906 @906 -ord_907 @907 -ord_908 @908 -ord_909 @909 -ord_910 @910 -ord_911 @911 -ord_912 @912 -ord_913 @913 -ord_914 @914 -ord_915 @915 -ord_916 @916 -ord_917 @917 -ord_918 @918 -ord_919 @919 -ord_920 @920 -ord_921 @921 -ord_922 @922 -ord_923 @923 -ord_924 @924 -ord_925 @925 -ord_926 @926 -ord_927 @927 -ord_928 @928 -ord_929 @929 -ord_930 @930 -ord_931 @931 -ord_932 @932 -ord_933 @933 -ord_934 @934 -ord_935 @935 -ord_936 @936 -ord_937 @937 -ord_938 @938 -ord_939 @939 -ord_940 @940 -ord_941 @941 -ord_942 @942 -ord_943 @943 -ord_944 @944 -ord_945 @945 -ord_946 @946 -ord_947 @947 -ord_948 @948 -ord_949 @949 -ord_950 @950 -ord_951 @951 -ord_952 @952 -ord_953 @953 -ord_954 @954 -ord_955 @955 -ord_956 @956 -ord_957 @957 -ord_958 @958 -ord_959 @959 -ord_960 @960 -ord_961 @961 -ord_962 @962 -ord_963 @963 -ord_964 @964 -ord_965 @965 -ord_966 @966 -ord_967 @967 -ord_968 @968 -ord_969 @969 -ord_970 @970 -ord_971 @971 -ord_972 @972 -ord_973 @973 -ord_974 @974 -ord_975 @975 -ord_976 @976 -ord_977 @977 -ord_978 @978 -ord_979 @979 -ord_980 @980 -ord_981 @981 -ord_982 @982 -ord_983 @983 -ord_984 @984 -ord_985 @985 -ord_986 @986 -ord_987 @987 -ord_988 @988 -ord_989 @989 -ord_990 @990 -ord_991 @991 -ord_992 @992 -ord_993 @993 -ord_994 @994 -ord_995 @995 -ord_996 @996 -ord_997 @997 -ord_998 @998 -ord_999 @999 -ord_1000 @1000 -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -ord_1012 @1012 -ord_1013 @1013 -ord_1014 @1014 -ord_1015 @1015 -ord_1016 @1016 -ord_1017 @1017 -ord_1018 @1018 -ord_1019 @1019 -ord_1020 @1020 -ord_1021 @1021 -ord_1022 @1022 -ord_1023 @1023 -ord_1024 @1024 -ord_1025 @1025 -ord_1026 @1026 -ord_1027 @1027 -ord_1028 @1028 -ord_1029 @1029 -ord_1030 @1030 -ord_1031 @1031 -ord_1032 @1032 -ord_1033 @1033 -ord_1034 @1034 -ord_1035 @1035 -ord_1036 @1036 -ord_1037 @1037 -ord_1038 @1038 -ord_1039 @1039 -ord_1040 @1040 -ord_1041 @1041 -ord_1042 @1042 -ord_1043 @1043 -ord_1044 @1044 -ord_1045 @1045 -ord_1046 @1046 -ord_1047 @1047 -ord_1048 @1048 -ord_1049 @1049 -ord_1050 @1050 -ord_1051 @1051 -ord_1052 @1052 -ord_1053 @1053 -ord_1054 @1054 -ord_1055 @1055 -ord_1056 @1056 -ord_1057 @1057 -ord_1058 @1058 -ord_1059 @1059 -ord_1060 @1060 -ord_1061 @1061 -ord_1062 @1062 -ord_1063 @1063 -ord_1064 @1064 -ord_1065 @1065 -ord_1066 @1066 -ord_1067 @1067 -ord_1068 @1068 -ord_1069 @1069 -ord_1070 @1070 -ord_1071 @1071 -ord_1072 @1072 -ord_1073 @1073 -ord_1074 @1074 -ord_1075 @1075 -ord_1076 @1076 -ord_1077 @1077 -ord_1078 @1078 -ord_1079 @1079 -ord_1080 @1080 -ord_1081 @1081 -ord_1082 @1082 -ord_1083 @1083 -ord_1084 @1084 -ord_1085 @1085 -ord_1086 @1086 -ord_1087 @1087 -ord_1088 @1088 -ord_1089 @1089 -ord_1090 @1090 -ord_1091 @1091 -ord_1092 @1092 -ord_1093 @1093 -ord_1094 @1094 -ord_1095 @1095 -ord_1096 @1096 -ord_1097 @1097 -ord_1098 @1098 -ord_1099 @1099 -ord_1100 @1100 -ord_1101 @1101 -ord_1102 @1102 -ord_1103 @1103 -ord_1104 @1104 -ord_1105 @1105 -ord_1106 @1106 -ord_1107 @1107 -ord_1108 @1108 -ord_1109 @1109 -ord_1110 @1110 -ord_1111 @1111 -ord_1112 @1112 -ord_1113 @1113 -ord_1114 @1114 -ord_1115 @1115 -ord_1116 @1116 -ord_1117 @1117 -ord_1118 @1118 -ord_1119 @1119 -ord_1120 @1120 -ord_1121 @1121 -ord_1122 @1122 -ord_1123 @1123 -ord_1124 @1124 -ord_1125 @1125 -ord_1126 @1126 -ord_1127 @1127 -ord_1128 @1128 -ord_1129 @1129 -ord_1130 @1130 -ord_1131 @1131 -ord_1132 @1132 -ord_1133 @1133 -ord_1134 @1134 -ord_1135 @1135 -ord_1136 @1136 -ord_1137 @1137 -ord_1138 @1138 -ord_1139 @1139 -ord_1140 @1140 -ord_1141 @1141 -ord_1142 @1142 -ord_1143 @1143 -ord_1144 @1144 -ord_1145 @1145 -ord_1146 @1146 -ord_1147 @1147 -ord_1148 @1148 -ord_1149 @1149 -ord_1150 @1150 -ord_1151 @1151 -ord_1152 @1152 -ord_1153 @1153 -ord_1154 @1154 -ord_1155 @1155 -ord_1156 @1156 -ord_1157 @1157 -ord_1158 @1158 -ord_1159 @1159 -ord_1160 @1160 -ord_1161 @1161 -ord_1162 @1162 -ord_1163 @1163 -ord_1164 @1164 -ord_1165 @1165 -ord_1166 @1166 -ord_1167 @1167 -ord_1168 @1168 -ord_1169 @1169 -ord_1170 @1170 -ord_1171 @1171 -ord_1172 @1172 -ord_1173 @1173 -ord_1174 @1174 -ord_1175 @1175 -ord_1176 @1176 -ord_1177 @1177 -ord_1178 @1178 -ord_1179 @1179 -ord_1180 @1180 -ord_1181 @1181 -ord_1182 @1182 -ord_1183 @1183 -ord_1184 @1184 -ord_1185 @1185 -ord_1186 @1186 -ord_1187 @1187 -ord_1188 @1188 -ord_1189 @1189 -ord_1190 @1190 -ord_1191 @1191 -ord_1192 @1192 -ord_1193 @1193 -ord_1194 @1194 -ord_1195 @1195 -ord_1196 @1196 -ord_1197 @1197 -ord_1198 @1198 -ord_1199 @1199 -ord_1200 @1200 -ord_1201 @1201 -ord_1202 @1202 -ord_1203 @1203 -ord_1204 @1204 -ord_1205 @1205 -ord_1206 @1206 -ord_1207 @1207 -ord_1208 @1208 -ord_1209 @1209 -ord_1210 @1210 -ord_1211 @1211 -ord_1212 @1212 -ord_1213 @1213 -ord_1214 @1214 -ord_1215 @1215 -ord_1216 @1216 -ord_1217 @1217 -ord_1218 @1218 -ord_1219 @1219 -ord_1220 @1220 -ord_1221 @1221 -ord_1222 @1222 -ord_1223 @1223 -ord_1224 @1224 -ord_1225 @1225 -ord_1226 @1226 -ord_1227 @1227 -ord_1228 @1228 -ord_1229 @1229 -ord_1230 @1230 -ord_1231 @1231 -ord_1232 @1232 -ord_1233 @1233 -ord_1234 @1234 -ord_1235 @1235 -ord_1236 @1236 -ord_1237 @1237 -ord_1238 @1238 -ord_1239 @1239 -ord_1240 @1240 -ord_1241 @1241 -ord_1242 @1242 -ord_1243 @1243 -ord_1244 @1244 -ord_1245 @1245 -ord_1246 @1246 -ord_1247 @1247 -ord_1248 @1248 -ord_1249 @1249 -ord_1250 @1250 -ord_1251 @1251 -ord_1252 @1252 -ord_1253 @1253 -ord_1254 @1254 -ord_1255 @1255 -ord_1256 @1256 -ord_1257 @1257 -ord_1258 @1258 -ord_1259 @1259 -ord_1260 @1260 -ord_1261 @1261 -ord_1262 @1262 -ord_1263 @1263 -ord_1264 @1264 -ord_1265 @1265 -ord_1266 @1266 -ord_1267 @1267 -ord_1268 @1268 -ord_1269 @1269 -ord_1270 @1270 -ord_1271 @1271 -ord_1272 @1272 -ord_1273 @1273 -ord_1274 @1274 -ord_1275 @1275 -ord_1276 @1276 -ord_1277 @1277 -ord_1278 @1278 -ord_1279 @1279 -ord_1280 @1280 -ord_1281 @1281 -ord_1282 @1282 -ord_1283 @1283 -ord_1284 @1284 -ord_1285 @1285 -ord_1286 @1286 -ord_1287 @1287 -ord_1288 @1288 -ord_1289 @1289 -ord_1290 @1290 -ord_1291 @1291 -ord_1292 @1292 -ord_1293 @1293 -ord_1294 @1294 -ord_1295 @1295 -ord_1296 @1296 -ord_1297 @1297 -ord_1298 @1298 -ord_1299 @1299 -ord_1300 @1300 -ord_1301 @1301 -ord_1302 @1302 -ord_1303 @1303 -ord_1304 @1304 -ord_1305 @1305 -ord_1306 @1306 -ord_1307 @1307 -ord_1308 @1308 -ord_1309 @1309 -ord_1310 @1310 -ord_1311 @1311 -ord_1312 @1312 -ord_1313 @1313 -ord_1314 @1314 -ord_1315 @1315 -ord_1316 @1316 -ord_1317 @1317 -ord_1318 @1318 -ord_1319 @1319 -ord_1320 @1320 -ord_1321 @1321 -ord_1322 @1322 -ord_1323 @1323 -ord_1324 @1324 -ord_1325 @1325 -ord_1326 @1326 -ord_1327 @1327 -ord_1328 @1328 -ord_1329 @1329 -ord_1330 @1330 -ord_1331 @1331 -ord_1332 @1332 -ord_1333 @1333 -ord_1334 @1334 -ord_1335 @1335 -ord_1336 @1336 -ord_1337 @1337 -ord_1338 @1338 -ord_1339 @1339 -ord_1340 @1340 -ord_1341 @1341 -ord_1342 @1342 -ord_1343 @1343 -ord_1344 @1344 -ord_1345 @1345 -ord_1346 @1346 -ord_1347 @1347 -ord_1348 @1348 -ord_1349 @1349 -ord_1350 @1350 -ord_1351 @1351 -ord_1352 @1352 -ord_1353 @1353 -ord_1354 @1354 -ord_1355 @1355 -ord_1356 @1356 -ord_1357 @1357 -ord_1358 @1358 -ord_1359 @1359 -ord_1360 @1360 -ord_1361 @1361 -ord_1362 @1362 -ord_1363 @1363 -ord_1364 @1364 -ord_1365 @1365 -ord_1366 @1366 -ord_1367 @1367 -ord_1368 @1368 -ord_1369 @1369 -ord_1370 @1370 -ord_1371 @1371 -ord_1372 @1372 -ord_1373 @1373 -ord_1374 @1374 -ord_1375 @1375 -ord_1376 @1376 -ord_1377 @1377 -ord_1378 @1378 -ord_1379 @1379 -ord_1380 @1380 -ord_1381 @1381 -ord_1382 @1382 -ord_1383 @1383 -ord_1384 @1384 -ord_1385 @1385 -ord_1386 @1386 -ord_1387 @1387 -ord_1388 @1388 -ord_1389 @1389 -ord_1390 @1390 -ord_1391 @1391 -ord_1392 @1392 -ord_1393 @1393 -ord_1394 @1394 -ord_1395 @1395 -ord_1396 @1396 -ord_1397 @1397 -ord_1398 @1398 -ord_1399 @1399 -ord_1400 @1400 -ord_1401 @1401 -ord_1402 @1402 -ord_1403 @1403 -ord_1404 @1404 -ord_1405 @1405 -ord_1406 @1406 -ord_1407 @1407 -ord_1408 @1408 -ord_1409 @1409 -ord_1410 @1410 -ord_1411 @1411 -ord_1412 @1412 -ord_1413 @1413 -ord_1414 @1414 -ord_1415 @1415 -ord_1416 @1416 -ord_1417 @1417 -ord_1418 @1418 -ord_1419 @1419 -ord_1420 @1420 -ord_1421 @1421 -ord_1422 @1422 -ord_1423 @1423 -ord_1424 @1424 -ord_1425 @1425 -ord_1426 @1426 -ord_1427 @1427 -ord_1428 @1428 -ord_1429 @1429 -ord_1430 @1430 -ord_1431 @1431 -ord_1432 @1432 -ord_1433 @1433 -ord_1434 @1434 -ord_1435 @1435 -ord_1436 @1436 -ord_1437 @1437 -ord_1438 @1438 -ord_1439 @1439 -ord_1440 @1440 -ord_1441 @1441 -ord_1442 @1442 -ord_1443 @1443 -ord_1444 @1444 -ord_1445 @1445 -ord_1446 @1446 -ord_1447 @1447 -ord_1448 @1448 -ord_1449 @1449 -ord_1450 @1450 -ord_1451 @1451 -ord_1452 @1452 -ord_1453 @1453 -ord_1454 @1454 -ord_1455 @1455 -ord_1456 @1456 -ord_1457 @1457 -ord_1458 @1458 -ord_1459 @1459 -ord_1460 @1460 -ord_1461 @1461 -ord_1462 @1462 -ord_1463 @1463 -ord_1464 @1464 -ord_1465 @1465 -ord_1466 @1466 -ord_1467 @1467 -ord_1468 @1468 -ord_1469 @1469 -ord_1470 @1470 -ord_1471 @1471 -ord_1472 @1472 -ord_1473 @1473 -ord_1474 @1474 -ord_1475 @1475 -ord_1476 @1476 -ord_1477 @1477 -ord_1478 @1478 -ord_1479 @1479 -ord_1480 @1480 -ord_1481 @1481 -ord_1482 @1482 -ord_1483 @1483 -ord_1484 @1484 -ord_1485 @1485 -ord_1486 @1486 -ord_1487 @1487 -ord_1488 @1488 -ord_1489 @1489 -ord_1490 @1490 -ord_1491 @1491 -ord_1492 @1492 -ord_1493 @1493 -ord_1494 @1494 -ord_1495 @1495 -ord_1496 @1496 -ord_1497 @1497 -ord_1498 @1498 -ord_1499 @1499 -ord_1500 @1500 -ord_1501 @1501 -ord_1502 @1502 -ord_1503 @1503 -ord_1504 @1504 -ord_1505 @1505 -ord_1506 @1506 -ord_1507 @1507 -ord_1508 @1508 -ord_1509 @1509 -ord_1510 @1510 -ord_1511 @1511 -ord_1512 @1512 -ord_1513 @1513 -ord_1514 @1514 -ord_1515 @1515 -ord_1516 @1516 -ord_1517 @1517 -ord_1518 @1518 -ord_1519 @1519 -ord_1520 @1520 -ord_1521 @1521 -ord_1522 @1522 -ord_1523 @1523 -ord_1524 @1524 -ord_1525 @1525 -ord_1526 @1526 -ord_1527 @1527 -ord_1528 @1528 -ord_1529 @1529 -ord_1530 @1530 -ord_1531 @1531 -ord_1532 @1532 -ord_1533 @1533 -ord_1534 @1534 -ord_1535 @1535 -ord_1536 @1536 -ord_1537 @1537 -ord_1538 @1538 -ord_1539 @1539 -ord_1540 @1540 -ord_1541 @1541 -ord_1542 @1542 -ord_1543 @1543 -ord_1544 @1544 -ord_1545 @1545 -ord_1546 @1546 -ord_1547 @1547 -ord_1548 @1548 -ord_1549 @1549 -ord_1550 @1550 -ord_1551 @1551 -ord_1552 @1552 -ord_1553 @1553 -ord_1554 @1554 -ord_1555 @1555 -ord_1556 @1556 -ord_1557 @1557 -ord_1558 @1558 -ord_1559 @1559 -ord_1560 @1560 -ord_1561 @1561 -ord_1562 @1562 -ord_1563 @1563 -ord_1564 @1564 -ord_1565 @1565 -ord_1566 @1566 -ord_1567 @1567 -ord_1568 @1568 -ord_1569 @1569 -ord_1570 @1570 -ord_1571 @1571 -ord_1572 @1572 -ord_1573 @1573 -ord_1574 @1574 -ord_1575 @1575 -ord_1576 @1576 -ord_1577 @1577 -ord_1578 @1578 -ord_1579 @1579 -ord_1580 @1580 -ord_1581 @1581 -ord_1582 @1582 -ord_1583 @1583 -ord_1584 @1584 -ord_1585 @1585 -ord_1586 @1586 -ord_1587 @1587 -ord_1588 @1588 -ord_1589 @1589 -ord_1590 @1590 -ord_1591 @1591 -ord_1592 @1592 -ord_1593 @1593 -ord_1594 @1594 -ord_1595 @1595 -ord_1596 @1596 -ord_1597 @1597 -ord_1598 @1598 -ord_1599 @1599 -ord_1600 @1600 -ord_1601 @1601 -ord_1602 @1602 -ord_1603 @1603 -ord_1604 @1604 -ord_1605 @1605 -ord_1606 @1606 -ord_1607 @1607 -ord_1608 @1608 -ord_1609 @1609 -ord_1610 @1610 -ord_1611 @1611 -ord_1612 @1612 -ord_1613 @1613 -ord_1614 @1614 -ord_1615 @1615 -ord_1616 @1616 -ord_1617 @1617 -ord_1618 @1618 -ord_1619 @1619 -ord_1620 @1620 -ord_1621 @1621 -ord_1622 @1622 -ord_1623 @1623 -ord_1624 @1624 -ord_1625 @1625 -ord_1626 @1626 -ord_1627 @1627 -ord_1628 @1628 -ord_1629 @1629 -ord_1630 @1630 -ord_1631 @1631 -ord_1632 @1632 -ord_1633 @1633 -ord_1634 @1634 -ord_1635 @1635 -ord_1636 @1636 -ord_1637 @1637 -ord_1638 @1638 -ord_1639 @1639 -ord_1640 @1640 -ord_1641 @1641 -ord_1642 @1642 -ord_1643 @1643 -ord_1644 @1644 -ord_1645 @1645 -ord_1646 @1646 -ord_1647 @1647 -ord_1648 @1648 -ord_1649 @1649 -ord_1650 @1650 -ord_1651 @1651 -ord_1652 @1652 -ord_1653 @1653 -ord_1654 @1654 -ord_1655 @1655 -ord_1656 @1656 -ord_1657 @1657 -ord_1658 @1658 -ord_1659 @1659 -ord_1660 @1660 -ord_1661 @1661 -ord_1662 @1662 -ord_1663 @1663 -ord_1664 @1664 -ord_1665 @1665 -ord_1666 @1666 -ord_1667 @1667 -ord_1668 @1668 -ord_1669 @1669 -ord_1670 @1670 -ord_1671 @1671 -ord_1672 @1672 -ord_1673 @1673 -ord_1674 @1674 -ord_1675 @1675 -ord_1676 @1676 -ord_1677 @1677 -ord_1678 @1678 -ord_1679 @1679 -ord_1680 @1680 -ord_1681 @1681 -ord_1682 @1682 -ord_1683 @1683 -ord_1684 @1684 -ord_1685 @1685 -ord_1686 @1686 -ord_1687 @1687 -ord_1688 @1688 -ord_1689 @1689 -ord_1690 @1690 -ord_1691 @1691 -ord_1692 @1692 -ord_1693 @1693 -ord_1694 @1694 -ord_1695 @1695 -ord_1696 @1696 -ord_1697 @1697 -ord_1698 @1698 -ord_1699 @1699 -ord_1700 @1700 -ord_1701 @1701 -ord_1702 @1702 -ord_1703 @1703 -ord_1704 @1704 -ord_1705 @1705 -ord_1706 @1706 -ord_1707 @1707 -ord_1708 @1708 -ord_1709 @1709 -ord_1710 @1710 -ord_1711 @1711 -ord_1712 @1712 -ord_1713 @1713 -ord_1714 @1714 -ord_1715 @1715 -ord_1716 @1716 -ord_1717 @1717 -ord_1718 @1718 -ord_1719 @1719 -ord_1720 @1720 -ord_1721 @1721 -ord_1722 @1722 -ord_1723 @1723 -ord_1724 @1724 -ord_1725 @1725 -ord_1726 @1726 -ord_1727 @1727 -ord_1728 @1728 -ord_1729 @1729 -ord_1730 @1730 -ord_1731 @1731 -ord_1732 @1732 -ord_1733 @1733 -ord_1734 @1734 -ord_1735 @1735 -ord_1736 @1736 -ord_1737 @1737 -ord_1738 @1738 -ord_1739 @1739 -ord_1740 @1740 -ord_1741 @1741 -ord_1742 @1742 -ord_1743 @1743 -ord_1744 @1744 -ord_1745 @1745 -ord_1746 @1746 -ord_1747 @1747 -ord_1748 @1748 -ord_1749 @1749 -ord_1750 @1750 -ord_1751 @1751 -ord_1752 @1752 -ord_1753 @1753 -ord_1754 @1754 -ord_1755 @1755 -ord_1756 @1756 -ord_1757 @1757 -ord_1758 @1758 -ord_1759 @1759 -ord_1760 @1760 -ord_1761 @1761 -ord_1762 @1762 -ord_1763 @1763 -ord_1764 @1764 -ord_1765 @1765 -ord_1766 @1766 -ord_1767 @1767 -ord_1768 @1768 -ord_1769 @1769 -ord_1770 @1770 -ord_1771 @1771 -ord_1772 @1772 -ord_1773 @1773 -ord_1774 @1774 -ord_1775 @1775 -ord_1776 @1776 -ord_1777 @1777 -ord_1778 @1778 -ord_1779 @1779 -ord_1780 @1780 -ord_1781 @1781 -ord_1782 @1782 -ord_1783 @1783 -ord_1784 @1784 -ord_1785 @1785 -ord_1786 @1786 -ord_1787 @1787 -ord_1788 @1788 -ord_1789 @1789 -ord_1790 @1790 -ord_1791 @1791 -ord_1792 @1792 -ord_1793 @1793 -ord_1794 @1794 -ord_1795 @1795 -ord_1796 @1796 -ord_1797 @1797 -ord_1798 @1798 -ord_1799 @1799 -ord_1800 @1800 -ord_1801 @1801 -ord_1802 @1802 -ord_1803 @1803 -ord_1804 @1804 -ord_1805 @1805 -ord_1806 @1806 -ord_1807 @1807 -ord_1808 @1808 -ord_1809 @1809 -ord_1810 @1810 -ord_1811 @1811 -ord_1812 @1812 -ord_1813 @1813 -ord_1814 @1814 -ord_1815 @1815 -ord_1816 @1816 -ord_1817 @1817 -ord_1818 @1818 -ord_1819 @1819 -ord_1820 @1820 -ord_1821 @1821 -ord_1822 @1822 -ord_1823 @1823 -ord_1824 @1824 -ord_1825 @1825 -ord_1826 @1826 -ord_1827 @1827 -ord_1828 @1828 -ord_1829 @1829 -ord_1830 @1830 -ord_1831 @1831 -ord_1832 @1832 -ord_1833 @1833 -ord_1834 @1834 -ord_1835 @1835 -ord_1836 @1836 -ord_1837 @1837 -ord_1838 @1838 -ord_1839 @1839 -ord_1840 @1840 -ord_1841 @1841 -ord_1842 @1842 -ord_1843 @1843 -ord_1844 @1844 -ord_1845 @1845 -ord_1846 @1846 -ord_1847 @1847 -ord_1848 @1848 -ord_1849 @1849 -ord_1850 @1850 -ord_1851 @1851 -ord_1852 @1852 -ord_1853 @1853 -ord_1854 @1854 -ord_1855 @1855 -ord_1856 @1856 -ord_1857 @1857 -ord_1858 @1858 -ord_1859 @1859 -ord_1860 @1860 -ord_1861 @1861 -ord_1862 @1862 -ord_1863 @1863 -ord_1864 @1864 -ord_1865 @1865 -ord_1866 @1866 -ord_1867 @1867 -ord_1868 @1868 -ord_1869 @1869 -ord_1870 @1870 -ord_1871 @1871 -ord_1872 @1872 -ord_1873 @1873 -ord_1874 @1874 -ord_1875 @1875 -ord_1876 @1876 -ord_1877 @1877 -ord_1878 @1878 -ord_1879 @1879 -ord_1880 @1880 -ord_1881 @1881 -ord_1882 @1882 -ord_1883 @1883 -ord_1884 @1884 -ord_1885 @1885 -ord_1886 @1886 -ord_1887 @1887 -ord_1888 @1888 -ord_1889 @1889 -ord_1890 @1890 -ord_1891 @1891 -ord_1892 @1892 -ord_1893 @1893 -ord_1894 @1894 -ord_1895 @1895 -ord_1896 @1896 -ord_1897 @1897 -ord_1898 @1898 -ord_1899 @1899 -ord_1900 @1900 -ord_1901 @1901 -ord_1902 @1902 -ord_1903 @1903 -ord_1904 @1904 -ord_1905 @1905 -ord_1906 @1906 -ord_1907 @1907 -ord_1908 @1908 -ord_1909 @1909 -ord_1910 @1910 -ord_1911 @1911 -ord_1912 @1912 -ord_1913 @1913 -ord_1914 @1914 -ord_1915 @1915 -ord_1916 @1916 -ord_1917 @1917 -ord_1918 @1918 -ord_1919 @1919 -ord_1920 @1920 -ord_1921 @1921 -ord_1922 @1922 -ord_1923 @1923 -ord_1924 @1924 -ord_1925 @1925 -ord_1926 @1926 -ord_1927 @1927 -ord_1928 @1928 -ord_1929 @1929 -ord_1930 @1930 -ord_1931 @1931 -ord_1932 @1932 -ord_1933 @1933 -ord_1934 @1934 -ord_1935 @1935 -ord_1936 @1936 -ord_1937 @1937 -ord_1938 @1938 -ord_1939 @1939 -ord_1940 @1940 -ord_1941 @1941 -ord_1942 @1942 -ord_1943 @1943 -ord_1944 @1944 -ord_1945 @1945 -ord_1946 @1946 -ord_1947 @1947 -ord_1948 @1948 -ord_1949 @1949 -ord_1950 @1950 -ord_1951 @1951 -ord_1952 @1952 -ord_1953 @1953 -ord_1954 @1954 -ord_1955 @1955 -ord_1956 @1956 -ord_1957 @1957 -ord_1958 @1958 -ord_1959 @1959 -ord_1960 @1960 -ord_1961 @1961 -ord_1962 @1962 -ord_1963 @1963 -ord_1964 @1964 -ord_1965 @1965 -ord_1966 @1966 -ord_1967 @1967 -ord_1968 @1968 -ord_1969 @1969 -ord_1970 @1970 -ord_1971 @1971 -ord_1972 @1972 -ord_1973 @1973 -ord_1974 @1974 -ord_1975 @1975 -ord_1976 @1976 -ord_1977 @1977 -ord_1978 @1978 -ord_1979 @1979 -ord_1980 @1980 -ord_1981 @1981 -ord_1982 @1982 -ord_1983 @1983 -ord_1984 @1984 -ord_1985 @1985 -ord_1986 @1986 -ord_1987 @1987 -ord_1988 @1988 -ord_1989 @1989 -ord_1990 @1990 -ord_1991 @1991 -ord_1992 @1992 -ord_1993 @1993 -ord_1994 @1994 -ord_1995 @1995 -ord_1996 @1996 -ord_1997 @1997 -ord_1998 @1998 -ord_1999 @1999 -ord_2000 @2000 -ord_2001 @2001 -ord_2002 @2002 -ord_2003 @2003 -ord_2004 @2004 -ord_2005 @2005 -ord_2006 @2006 -ord_2007 @2007 -ord_2008 @2008 -ord_2009 @2009 -ord_2010 @2010 -ord_2011 @2011 -ord_2012 @2012 -ord_2013 @2013 -ord_2014 @2014 -ord_2015 @2015 -ord_2016 @2016 -ord_2017 @2017 -ord_2018 @2018 -ord_2019 @2019 -ord_2020 @2020 -ord_2021 @2021 -ord_2022 @2022 -ord_2023 @2023 -ord_2024 @2024 -ord_2025 @2025 -ord_2026 @2026 -ord_2027 @2027 -ord_2028 @2028 -ord_2029 @2029 -ord_2030 @2030 -ord_2031 @2031 -ord_2032 @2032 -ord_2033 @2033 -ord_2034 @2034 -ord_2035 @2035 -ord_2036 @2036 -ord_2037 @2037 -ord_2038 @2038 -ord_2039 @2039 -ord_2040 @2040 -ord_2041 @2041 -ord_2042 @2042 -ord_2043 @2043 -ord_2044 @2044 -ord_2045 @2045 -ord_2046 @2046 -ord_2047 @2047 -ord_2048 @2048 -ord_2049 @2049 -ord_2050 @2050 -ord_2051 @2051 -ord_2052 @2052 -ord_2053 @2053 DATA -ord_2054 @2054 DATA -ord_2055 @2055 DATA -ord_2056 @2056 DATA -ord_2057 @2057 DATA -ord_2058 @2058 DATA -ord_2059 @2059 DATA -ord_2060 @2060 DATA -ord_2061 @2061 DATA -ord_2062 @2062 DATA -ord_2063 @2063 DATA -ord_2064 @2064 DATA -ord_2065 @2065 DATA -ord_2066 @2066 DATA -ord_2067 @2067 DATA -ord_2068 @2068 DATA -ord_2069 @2069 DATA -ord_2070 @2070 DATA -ord_2071 @2071 DATA -ord_2072 @2072 DATA -ord_2073 @2073 DATA -ord_2074 @2074 DATA -ord_2075 @2075 DATA -ord_2076 @2076 DATA -ord_2077 @2077 DATA -ord_2078 @2078 DATA -ord_2079 @2079 DATA -ord_2080 @2080 DATA -ord_2081 @2081 DATA -ord_2082 @2082 DATA -ord_2083 @2083 DATA -ord_2084 @2084 DATA -ord_2085 @2085 DATA -ord_2086 @2086 DATA -ord_2087 @2087 DATA -ord_2088 @2088 DATA -ord_2089 @2089 DATA -ord_2090 @2090 DATA -ord_2091 @2091 DATA -ord_2092 @2092 DATA -ord_2093 @2093 DATA -ord_2094 @2094 -ord_2095 @2095 -ord_2096 @2096 -ord_2097 @2097 -ord_2098 @2098 -ord_2099 @2099 -ord_2100 @2100 -ord_2101 @2101 -ord_2102 @2102 -ord_2103 @2103 -ord_2104 @2104 -ord_2105 @2105 -ord_2106 @2106 -ord_2107 @2107 -ord_2108 @2108 -ord_2109 @2109 -ord_2110 @2110 -ord_2111 @2111 -ord_2112 @2112 -ord_2113 @2113 -ord_2114 @2114 -ord_2115 @2115 -ord_2116 @2116 DATA -ord_2117 @2117 -ord_2118 @2118 -ord_2119 @2119 -ord_2120 @2120 -ord_2121 @2121 -ord_2122 @2122 -ord_2123 @2123 -ord_2124 @2124 -ord_2125 @2125 -ord_2126 @2126 -ord_2127 @2127 -ord_2128 @2128 -ord_2129 @2129 -ord_2130 @2130 -ord_2131 @2131 -ord_2132 @2132 -ord_2133 @2133 -ord_2134 @2134 -ord_2135 @2135 -ord_2136 @2136 -ord_2137 @2137 -ord_2138 @2138 -ord_2139 @2139 -ord_2140 @2140 -ord_2141 @2141 -ord_2142 @2142 -ord_2143 @2143 -ord_2144 @2144 -ord_2145 @2145 -ord_2146 @2146 -ord_2147 @2147 -ord_2148 @2148 -ord_2149 @2149 -ord_2150 @2150 -ord_2151 @2151 -ord_2152 @2152 -ord_2153 @2153 -ord_2154 @2154 -ord_2155 @2155 -ord_2156 @2156 -ord_2157 @2157 -ord_2158 @2158 -ord_2159 @2159 -ord_2160 @2160 -ord_2161 @2161 -ord_2162 @2162 -ord_2163 @2163 -ord_2164 @2164 -ord_2165 @2165 -ord_2166 @2166 -ord_2167 @2167 -ord_2168 @2168 -ord_2169 @2169 -ord_2170 @2170 -ord_2171 @2171 -ord_2172 @2172 DATA -ord_2173 @2173 -ord_2174 @2174 -ord_2175 @2175 -ord_2176 @2176 DATA -ord_2177 @2177 -ord_2178 @2178 -ord_2179 @2179 -ord_2180 @2180 -ord_2181 @2181 -ord_2182 @2182 -ord_2183 @2183 -ord_2184 @2184 -ord_2185 @2185 -ord_2186 @2186 -ord_2187 @2187 -ord_2188 @2188 -ord_2189 @2189 -ord_2190 @2190 -ord_2191 @2191 -ord_2192 @2192 -ord_2193 @2193 -ord_2194 @2194 -ord_2195 @2195 -ord_2196 @2196 -ord_2197 @2197 -ord_2198 @2198 -ord_2199 @2199 -ord_2200 @2200 -ord_2201 @2201 -ord_2202 @2202 -ord_2203 @2203 DATA -ord_2204 @2204 -ord_2205 @2205 -ord_2206 @2206 -ord_2207 @2207 -ord_2208 @2208 -ord_2209 @2209 -ord_2210 @2210 -ord_2211 @2211 -ord_2212 @2212 -ord_2213 @2213 -ord_2214 @2214 -ord_2215 @2215 -ord_2216 @2216 -ord_2217 @2217 -ord_2218 @2218 -ord_2219 @2219 -ord_2220 @2220 -ord_2221 @2221 -ord_2222 @2222 -ord_2223 @2223 -ord_2224 @2224 -ord_2225 @2225 -ord_2226 @2226 -ord_2227 @2227 -ord_2228 @2228 -ord_2229 @2229 -ord_2230 @2230 -ord_2231 @2231 -ord_2232 @2232 -ord_2233 @2233 -ord_2234 @2234 -ord_2235 @2235 -ord_2236 @2236 -ord_2237 @2237 -ord_2238 @2238 -ord_2239 @2239 -ord_2240 @2240 -ord_2241 @2241 -ord_2242 @2242 -ord_2243 @2243 -ord_2244 @2244 -ord_2245 @2245 -ord_2246 @2246 -ord_2247 @2247 -ord_2248 @2248 -ord_2249 @2249 -ord_2250 @2250 -ord_2251 @2251 -ord_2252 @2252 -ord_2253 @2253 -ord_2254 @2254 -ord_2255 @2255 -ord_2256 @2256 -ord_2257 @2257 -ord_2258 @2258 -ord_2259 @2259 -ord_2260 @2260 -ord_2261 @2261 -ord_2262 @2262 -ord_2263 @2263 -ord_2264 @2264 -ord_2265 @2265 -ord_2266 @2266 -ord_2267 @2267 -ord_2268 @2268 -ord_2269 @2269 -ord_2270 @2270 -ord_2271 @2271 -ord_2272 @2272 -ord_2273 @2273 -ord_2274 @2274 -ord_2275 @2275 -ord_2276 @2276 -ord_2277 @2277 -ord_2278 @2278 -ord_2279 @2279 -ord_2280 @2280 -ord_2281 @2281 -ord_2282 @2282 -ord_2283 @2283 -ord_2284 @2284 -ord_2285 @2285 -ord_2286 @2286 -ord_2287 @2287 -ord_2288 @2288 -ord_2289 @2289 -ord_2290 @2290 -ord_2291 @2291 -ord_2292 @2292 -ord_2293 @2293 -ord_2294 @2294 -ord_2295 @2295 -ord_2296 @2296 -ord_2297 @2297 -ord_2298 @2298 -ord_2299 @2299 -ord_2300 @2300 -ord_2301 @2301 -ord_2302 @2302 -ord_2303 @2303 -ord_2304 @2304 -ord_2305 @2305 -ord_2306 @2306 -ord_2307 @2307 -ord_2308 @2308 -ord_2309 @2309 -ord_2310 @2310 -ord_2311 @2311 -ord_2312 @2312 -ord_2313 @2313 -ord_2314 @2314 -ord_2315 @2315 DATA -ord_2316 @2316 -ord_2317 @2317 -ord_2318 @2318 -ord_2319 @2319 -ord_2320 @2320 -ord_2321 @2321 -ord_2322 @2322 -ord_2323 @2323 -ord_2324 @2324 -ord_2325 @2325 -ord_2326 @2326 -ord_2327 @2327 -ord_2328 @2328 -ord_2329 @2329 -ord_2330 @2330 -ord_2331 @2331 -ord_2332 @2332 -ord_2333 @2333 -ord_2334 @2334 -ord_2335 @2335 -ord_2336 @2336 -ord_2337 @2337 -ord_2338 @2338 -ord_2339 @2339 -ord_2340 @2340 -ord_2341 @2341 -ord_2342 @2342 -ord_2343 @2343 -ord_2344 @2344 -ord_2345 @2345 -ord_2346 @2346 -ord_2347 @2347 -ord_2348 @2348 -ord_2349 @2349 -ord_2350 @2350 -ord_2351 @2351 -ord_2352 @2352 -ord_2353 @2353 -ord_2354 @2354 -ord_2355 @2355 -ord_2356 @2356 -ord_2357 @2357 -ord_2358 @2358 -ord_2359 @2359 -ord_2360 @2360 -ord_2361 @2361 -ord_2362 @2362 -ord_2363 @2363 -ord_2364 @2364 -ord_2365 @2365 -ord_2366 @2366 -ord_2367 @2367 -ord_2368 @2368 -ord_2369 @2369 -ord_2370 @2370 -ord_2371 @2371 -ord_2372 @2372 -ord_2373 @2373 -ord_2374 @2374 -ord_2375 @2375 -ord_2376 @2376 -ord_2377 @2377 -ord_2378 @2378 -ord_2379 @2379 -ord_2380 @2380 -ord_2381 @2381 -ord_2382 @2382 -ord_2383 @2383 -ord_2384 @2384 -ord_2385 @2385 -ord_2386 @2386 -ord_2387 @2387 -ord_2388 @2388 -ord_2389 @2389 -ord_2390 @2390 -ord_2391 @2391 -ord_2392 @2392 -ord_2393 @2393 -ord_2394 @2394 -ord_2395 @2395 -ord_2396 @2396 -ord_2397 @2397 -ord_2398 @2398 -ord_2399 @2399 -ord_2400 @2400 -ord_2401 @2401 -ord_2402 @2402 -ord_2403 @2403 -ord_2404 @2404 -ord_2405 @2405 -ord_2406 @2406 -ord_2407 @2407 -ord_2408 @2408 -ord_2409 @2409 -ord_2410 @2410 -ord_2411 @2411 -ord_2412 @2412 -ord_2413 @2413 -ord_2414 @2414 -ord_2415 @2415 -ord_2416 @2416 -ord_2417 @2417 -ord_2418 @2418 -ord_2419 @2419 -ord_2420 @2420 -ord_2421 @2421 -ord_2422 @2422 -ord_2423 @2423 -ord_2424 @2424 -ord_2425 @2425 -ord_2426 @2426 -ord_2427 @2427 -ord_2428 @2428 -ord_2429 @2429 -ord_2430 @2430 -ord_2431 @2431 -ord_2432 @2432 -ord_2433 @2433 -ord_2434 @2434 -ord_2435 @2435 -ord_2436 @2436 -ord_2437 @2437 -ord_2438 @2438 -ord_2439 @2439 -ord_2440 @2440 -ord_2441 @2441 -ord_2442 @2442 -ord_2443 @2443 -ord_2444 @2444 -ord_2445 @2445 -ord_2446 @2446 -ord_2447 @2447 -ord_2448 @2448 -ord_2449 @2449 -ord_2450 @2450 -ord_2451 @2451 -ord_2452 @2452 -ord_2453 @2453 -ord_2454 @2454 -ord_2455 @2455 -ord_2456 @2456 -ord_2457 @2457 -ord_2458 @2458 -ord_2459 @2459 -ord_2460 @2460 -ord_2461 @2461 -ord_2462 @2462 -ord_2463 @2463 -ord_2464 @2464 -ord_2465 @2465 -ord_2466 @2466 -ord_2467 @2467 -ord_2468 @2468 -ord_2469 @2469 -ord_2470 @2470 -ord_2471 @2471 -ord_2472 @2472 -ord_2473 @2473 -ord_2474 @2474 -ord_2475 @2475 -ord_2476 @2476 -ord_2477 @2477 -ord_2478 @2478 -ord_2479 @2479 -ord_2480 @2480 -ord_2481 @2481 -ord_2482 @2482 -ord_2483 @2483 -ord_2484 @2484 -ord_2485 @2485 -ord_2486 @2486 -ord_2487 @2487 -ord_2488 @2488 -ord_2489 @2489 -ord_2490 @2490 -ord_2491 @2491 -ord_2492 @2492 -ord_2493 @2493 -ord_2494 @2494 -ord_2495 @2495 -ord_2496 @2496 -ord_2497 @2497 -ord_2498 @2498 -ord_2499 @2499 -ord_2500 @2500 -ord_2501 @2501 -ord_2502 @2502 -ord_2503 @2503 -ord_2504 @2504 -ord_2505 @2505 -ord_2506 @2506 -ord_2507 @2507 -ord_2508 @2508 -ord_2509 @2509 -ord_2510 @2510 -ord_2511 @2511 -ord_2512 @2512 -ord_2513 @2513 -ord_2514 @2514 -ord_2515 @2515 -ord_2516 @2516 -ord_2517 @2517 -ord_2518 @2518 -ord_2519 @2519 -ord_2520 @2520 -ord_2521 @2521 -ord_2522 @2522 -ord_2523 @2523 -ord_2524 @2524 -ord_2525 @2525 -ord_2526 @2526 -ord_2527 @2527 -ord_2528 @2528 -ord_2529 @2529 -ord_2530 @2530 -ord_2531 @2531 -ord_2532 @2532 -ord_2533 @2533 -ord_2534 @2534 -ord_2535 @2535 -ord_2536 @2536 -ord_2537 @2537 -ord_2538 @2538 -ord_2539 @2539 -ord_2540 @2540 -ord_2541 @2541 -ord_2542 @2542 -ord_2543 @2543 -ord_2544 @2544 -ord_2545 @2545 -ord_2546 @2546 -ord_2547 @2547 -ord_2548 @2548 -ord_2549 @2549 -ord_2550 @2550 -ord_2551 @2551 -ord_2552 @2552 -ord_2553 @2553 -ord_2554 @2554 -ord_2555 @2555 -ord_2556 @2556 -ord_2557 @2557 -ord_2558 @2558 -ord_2559 @2559 -ord_2560 @2560 -ord_2561 @2561 -ord_2562 @2562 -ord_2563 @2563 -ord_2564 @2564 -ord_2565 @2565 -ord_2566 @2566 -ord_2567 @2567 -ord_2568 @2568 -ord_2569 @2569 -ord_2570 @2570 -ord_2571 @2571 -ord_2572 @2572 -ord_2573 @2573 -ord_2574 @2574 -ord_2575 @2575 -ord_2576 @2576 -ord_2577 @2577 -ord_2578 @2578 -ord_2579 @2579 -ord_2580 @2580 -ord_2581 @2581 -ord_2582 @2582 -ord_2583 @2583 -ord_2584 @2584 -ord_2585 @2585 -ord_2586 @2586 -ord_2587 @2587 -ord_2588 @2588 -ord_2589 @2589 -ord_2590 @2590 -ord_2591 @2591 -ord_2592 @2592 -ord_2593 @2593 -ord_2594 @2594 -ord_2595 @2595 -ord_2596 @2596 -ord_2597 @2597 -ord_2598 @2598 -ord_2599 @2599 -ord_2600 @2600 -ord_2601 @2601 -ord_2602 @2602 -ord_2603 @2603 -ord_2604 @2604 -ord_2605 @2605 -ord_2606 @2606 -ord_2607 @2607 -ord_2608 @2608 -ord_2609 @2609 -ord_2610 @2610 -ord_2611 @2611 -ord_2612 @2612 -ord_2613 @2613 -ord_2614 @2614 -ord_2615 @2615 -ord_2616 @2616 -ord_2617 @2617 -ord_2618 @2618 -ord_2619 @2619 -ord_2620 @2620 -ord_2621 @2621 -ord_2622 @2622 -ord_2623 @2623 -ord_2624 @2624 -ord_2625 @2625 -ord_2626 @2626 -ord_2627 @2627 -ord_2628 @2628 -ord_2629 @2629 -ord_2630 @2630 -ord_2631 @2631 -ord_2632 @2632 -ord_2633 @2633 -ord_2634 @2634 -ord_2635 @2635 -ord_2636 @2636 -ord_2637 @2637 -ord_2638 @2638 -ord_2639 @2639 -ord_2640 @2640 -ord_2641 @2641 -ord_2642 @2642 -ord_2643 @2643 -ord_2644 @2644 -ord_2645 @2645 -ord_2646 @2646 -ord_2647 @2647 -ord_2648 @2648 -ord_2649 @2649 -ord_2650 @2650 -ord_2651 @2651 -ord_2652 @2652 -ord_2653 @2653 -ord_2654 @2654 -ord_2655 @2655 -ord_2656 @2656 -ord_2657 @2657 -ord_2658 @2658 -ord_2659 @2659 -ord_2660 @2660 -ord_2661 @2661 -ord_2662 @2662 -ord_2663 @2663 -ord_2664 @2664 -ord_2665 @2665 -ord_2666 @2666 -ord_2667 @2667 -ord_2668 @2668 -ord_2669 @2669 -ord_2670 @2670 -ord_2671 @2671 -ord_2672 @2672 -ord_2673 @2673 -ord_2674 @2674 -ord_2675 @2675 DATA -ord_2676 @2676 DATA -ord_2677 @2677 DATA -ord_2678 @2678 DATA -ord_2679 @2679 DATA -ord_2680 @2680 DATA -ord_2681 @2681 -ord_2682 @2682 -ord_2683 @2683 -ord_2684 @2684 -ord_2685 @2685 -ord_2686 @2686 -ord_2687 @2687 -ord_2688 @2688 -ord_2689 @2689 -ord_2690 @2690 -ord_2691 @2691 -ord_2692 @2692 -ord_2693 @2693 -ord_2694 @2694 -ord_2695 @2695 -ord_2696 @2696 -ord_2697 @2697 -ord_2698 @2698 -ord_2699 @2699 -ord_2700 @2700 -ord_2701 @2701 -ord_2702 @2702 -ord_2703 @2703 -ord_2704 @2704 -ord_2705 @2705 -ord_2706 @2706 -ord_2707 @2707 -ord_2708 @2708 -ord_2709 @2709 -ord_2710 @2710 -ord_2711 @2711 -ord_2712 @2712 -ord_2713 @2713 -ord_2714 @2714 -ord_2715 @2715 -ord_2716 @2716 -ord_2717 @2717 -ord_2718 @2718 -ord_2719 @2719 -ord_2720 @2720 -ord_2721 @2721 -ord_2722 @2722 -ord_2723 @2723 -ord_2724 @2724 -ord_2725 @2725 -ord_2726 @2726 -ord_2727 @2727 -ord_2728 @2728 -ord_2729 @2729 -ord_2730 @2730 -ord_2731 @2731 -ord_2732 @2732 -ord_2733 @2733 -ord_2734 @2734 -ord_2735 @2735 -ord_2736 @2736 -ord_2737 @2737 -ord_2738 @2738 -ord_2739 @2739 -ord_2740 @2740 -ord_2741 @2741 -ord_2742 @2742 -ord_2743 @2743 -ord_2744 @2744 -ord_2745 @2745 -ord_2746 @2746 -ord_2747 @2747 -ord_2748 @2748 -ord_2749 @2749 -ord_2750 @2750 -ord_2751 @2751 -ord_2752 @2752 -ord_2753 @2753 -ord_2754 @2754 -ord_2755 @2755 -ord_2756 @2756 -ord_2757 @2757 -ord_2758 @2758 -ord_2759 @2759 -ord_2760 @2760 -ord_2761 @2761 -ord_2762 @2762 -ord_2763 @2763 -ord_2764 @2764 -ord_2765 @2765 -ord_2766 @2766 -ord_2767 @2767 -ord_2768 @2768 -ord_2769 @2769 -ord_2770 @2770 -ord_2771 @2771 -ord_2772 @2772 -ord_2773 @2773 -ord_2774 @2774 -ord_2775 @2775 -ord_2776 @2776 -ord_2777 @2777 -ord_2778 @2778 -ord_2779 @2779 -ord_2780 @2780 -ord_2781 @2781 -ord_2782 @2782 -ord_2783 @2783 -ord_2784 @2784 -ord_2785 @2785 -ord_2786 @2786 -ord_2787 @2787 -ord_2788 @2788 -ord_2789 @2789 -ord_2790 @2790 -ord_2791 @2791 -ord_2792 @2792 -ord_2793 @2793 -ord_2794 @2794 -ord_2795 @2795 -ord_2796 @2796 -ord_2797 @2797 -ord_2798 @2798 -ord_2799 @2799 -ord_2800 @2800 -ord_2801 @2801 -ord_2802 @2802 -ord_2803 @2803 -ord_2804 @2804 -ord_2805 @2805 -ord_2806 @2806 -ord_2807 @2807 -ord_2808 @2808 -ord_2809 @2809 -ord_2810 @2810 -ord_2811 @2811 -ord_2812 @2812 -ord_2813 @2813 -ord_2814 @2814 -ord_2815 @2815 -ord_2816 @2816 -ord_2817 @2817 -ord_2818 @2818 -ord_2819 @2819 -ord_2820 @2820 -ord_2821 @2821 -ord_2822 @2822 -ord_2823 @2823 -ord_2824 @2824 -ord_2825 @2825 -ord_2826 @2826 -ord_2827 @2827 -ord_2828 @2828 -ord_2829 @2829 -ord_2830 @2830 -ord_2831 @2831 -ord_2832 @2832 -ord_2833 @2833 -ord_2834 @2834 -ord_2835 @2835 -ord_2836 @2836 -ord_2837 @2837 -ord_2838 @2838 -ord_2839 @2839 -ord_2840 @2840 -ord_2841 @2841 -ord_2842 @2842 -ord_2843 @2843 -ord_2844 @2844 -ord_2845 @2845 -ord_2846 @2846 -ord_2847 @2847 -ord_2848 @2848 -ord_2849 @2849 -ord_2850 @2850 -ord_2851 @2851 -ord_2852 @2852 -ord_2853 @2853 -ord_2854 @2854 -ord_2855 @2855 -ord_2856 @2856 -ord_2857 @2857 -ord_2858 @2858 -ord_2859 @2859 -ord_2860 @2860 -ord_2861 @2861 -ord_2862 @2862 -ord_2863 @2863 -ord_2864 @2864 -ord_2865 @2865 -ord_2866 @2866 -ord_2867 @2867 -ord_2868 @2868 -ord_2869 @2869 -ord_2870 @2870 -ord_2871 @2871 -ord_2872 @2872 -ord_2873 @2873 -ord_2874 @2874 -ord_2875 @2875 -ord_2876 @2876 -ord_2877 @2877 -ord_2878 @2878 -ord_2879 @2879 -ord_2880 @2880 -ord_2881 @2881 -ord_2882 @2882 -ord_2883 @2883 -ord_2884 @2884 -ord_2885 @2885 -ord_2886 @2886 -ord_2887 @2887 -ord_2888 @2888 -ord_2889 @2889 -ord_2890 @2890 -ord_2891 @2891 -ord_2892 @2892 -ord_2893 @2893 -ord_2894 @2894 -ord_2895 @2895 -ord_2896 @2896 -ord_2897 @2897 -ord_2898 @2898 -ord_2899 @2899 -ord_2900 @2900 -ord_2901 @2901 -ord_2902 @2902 -ord_2903 @2903 -ord_2904 @2904 -ord_2905 @2905 -ord_2906 @2906 -ord_2907 @2907 -ord_2908 @2908 -ord_2909 @2909 -ord_2910 @2910 -ord_2911 @2911 -ord_2912 @2912 -ord_2913 @2913 -ord_2914 @2914 -ord_2915 @2915 -ord_2916 @2916 -ord_2917 @2917 -ord_2918 @2918 -ord_2919 @2919 -ord_2920 @2920 -ord_2921 @2921 -ord_2922 @2922 -ord_2923 @2923 -ord_2924 @2924 -ord_2925 @2925 -ord_2926 @2926 -ord_2927 @2927 -ord_2928 @2928 -ord_2929 @2929 -ord_2930 @2930 -ord_2931 @2931 -ord_2932 @2932 -ord_2933 @2933 -ord_2934 @2934 -ord_2935 @2935 -ord_2936 @2936 -ord_2937 @2937 -ord_2938 @2938 -ord_2939 @2939 -ord_2940 @2940 -ord_2941 @2941 -ord_2942 @2942 -ord_2943 @2943 -ord_2944 @2944 -ord_2945 @2945 -ord_2946 @2946 -ord_2947 @2947 -ord_2948 @2948 -ord_2949 @2949 -ord_2950 @2950 -ord_2951 @2951 -ord_2952 @2952 -ord_2953 @2953 -ord_2954 @2954 -ord_2955 @2955 -ord_2956 @2956 -ord_2957 @2957 -ord_2958 @2958 -ord_2959 @2959 -ord_2960 @2960 -ord_2961 @2961 -ord_2962 @2962 -ord_2963 @2963 -ord_2964 @2964 -ord_2965 @2965 -ord_2966 @2966 -ord_2967 @2967 -ord_2968 @2968 -ord_2969 @2969 -ord_2970 @2970 -ord_2971 @2971 -ord_2972 @2972 -ord_2973 @2973 -ord_2974 @2974 -ord_2975 @2975 -ord_2976 @2976 -ord_2977 @2977 -ord_2978 @2978 -ord_2979 @2979 -ord_2980 @2980 -ord_2981 @2981 -ord_2982 @2982 -ord_2983 @2983 -ord_2984 @2984 -ord_2985 @2985 -ord_2986 @2986 -ord_2987 @2987 -ord_2988 @2988 -ord_2989 @2989 -ord_2990 @2990 -ord_2991 @2991 -ord_2992 @2992 -ord_2993 @2993 -ord_2994 @2994 -ord_2995 @2995 -ord_2996 @2996 -ord_2997 @2997 -ord_2998 @2998 -ord_2999 @2999 -ord_3000 @3000 -ord_3001 @3001 -ord_3002 @3002 -ord_3003 @3003 -ord_3004 @3004 -ord_3005 @3005 -ord_3006 @3006 -ord_3007 @3007 -ord_3008 @3008 -ord_3009 @3009 -ord_3010 @3010 -ord_3011 @3011 -ord_3012 @3012 -ord_3013 @3013 -ord_3014 @3014 -ord_3015 @3015 -ord_3016 @3016 -ord_3017 @3017 -ord_3018 @3018 -ord_3019 @3019 -ord_3020 @3020 -ord_3021 @3021 -ord_3022 @3022 -ord_3023 @3023 -ord_3024 @3024 -ord_3025 @3025 -ord_3026 @3026 -ord_3027 @3027 -ord_3028 @3028 -ord_3029 @3029 -ord_3030 @3030 -ord_3031 @3031 -ord_3032 @3032 -ord_3033 @3033 -ord_3034 @3034 -ord_3035 @3035 -ord_3036 @3036 -ord_3037 @3037 -ord_3038 @3038 -ord_3039 @3039 -ord_3040 @3040 -ord_3041 @3041 -ord_3042 @3042 -ord_3043 @3043 -ord_3044 @3044 -ord_3045 @3045 -ord_3046 @3046 -ord_3047 @3047 -ord_3048 @3048 -ord_3049 @3049 -ord_3050 @3050 -ord_3051 @3051 -ord_3052 @3052 -ord_3053 @3053 -ord_3054 @3054 -ord_3055 @3055 -ord_3056 @3056 -ord_3057 @3057 -ord_3058 @3058 -ord_3059 @3059 -ord_3060 @3060 -ord_3061 @3061 -ord_3062 @3062 -ord_3063 @3063 -ord_3064 @3064 -ord_3065 @3065 -ord_3066 @3066 -ord_3067 @3067 -ord_3068 @3068 -ord_3069 @3069 -ord_3070 @3070 -ord_3071 @3071 -ord_3072 @3072 -ord_3073 @3073 -ord_3074 @3074 -ord_3075 @3075 -ord_3076 @3076 -ord_3077 @3077 -ord_3078 @3078 -ord_3079 @3079 -ord_3080 @3080 -ord_3081 @3081 -ord_3082 @3082 -ord_3083 @3083 -ord_3084 @3084 -ord_3085 @3085 -ord_3086 @3086 -ord_3087 @3087 -ord_3088 @3088 -ord_3089 @3089 -ord_3090 @3090 -ord_3091 @3091 -ord_3092 @3092 -ord_3093 @3093 -ord_3094 @3094 -ord_3095 @3095 -ord_3096 @3096 -ord_3097 @3097 -ord_3098 @3098 -ord_3099 @3099 -ord_3100 @3100 -ord_3101 @3101 -ord_3102 @3102 -ord_3103 @3103 -ord_3104 @3104 -ord_3105 @3105 -ord_3106 @3106 -ord_3107 @3107 -ord_3108 @3108 -ord_3109 @3109 -ord_3110 @3110 -ord_3111 @3111 -ord_3112 @3112 -ord_3113 @3113 -ord_3114 @3114 -ord_3115 @3115 -ord_3116 @3116 -ord_3117 @3117 -ord_3118 @3118 -ord_3119 @3119 -ord_3120 @3120 -ord_3121 @3121 -ord_3122 @3122 -ord_3123 @3123 -ord_3124 @3124 -ord_3125 @3125 -ord_3126 @3126 -ord_3127 @3127 -ord_3128 @3128 -ord_3129 @3129 -ord_3130 @3130 -ord_3131 @3131 -ord_3132 @3132 -ord_3133 @3133 -ord_3134 @3134 -ord_3135 @3135 -ord_3136 @3136 -ord_3137 @3137 -ord_3138 @3138 -ord_3139 @3139 -ord_3140 @3140 -ord_3141 @3141 -ord_3142 @3142 -ord_3143 @3143 -ord_3144 @3144 -ord_3145 @3145 -ord_3146 @3146 -ord_3147 @3147 -ord_3148 @3148 -ord_3149 @3149 -ord_3150 @3150 -ord_3151 @3151 -ord_3152 @3152 -ord_3153 @3153 -ord_3154 @3154 -ord_3155 @3155 -ord_3156 @3156 -ord_3157 @3157 -ord_3158 @3158 -ord_3159 @3159 -ord_3160 @3160 -ord_3161 @3161 -ord_3162 @3162 -ord_3163 @3163 -ord_3164 @3164 -ord_3165 @3165 -ord_3166 @3166 -ord_3167 @3167 -ord_3168 @3168 -ord_3169 @3169 -ord_3170 @3170 -ord_3171 @3171 -ord_3172 @3172 -ord_3173 @3173 -ord_3174 @3174 -ord_3175 @3175 -ord_3176 @3176 -ord_3177 @3177 -ord_3178 @3178 -ord_3179 @3179 -ord_3180 @3180 -ord_3181 @3181 -ord_3182 @3182 -ord_3183 @3183 -ord_3184 @3184 -ord_3185 @3185 -ord_3186 @3186 -ord_3187 @3187 -ord_3188 @3188 -ord_3189 @3189 -ord_3190 @3190 -ord_3191 @3191 -ord_3192 @3192 -ord_3193 @3193 -ord_3194 @3194 -ord_3195 @3195 -ord_3196 @3196 -ord_3197 @3197 -ord_3198 @3198 -ord_3199 @3199 -ord_3200 @3200 -ord_3201 @3201 -ord_3202 @3202 -ord_3203 @3203 -ord_3204 @3204 -ord_3205 @3205 -ord_3206 @3206 -ord_3207 @3207 -ord_3208 @3208 -ord_3209 @3209 -ord_3210 @3210 -ord_3211 @3211 -ord_3212 @3212 -ord_3213 @3213 -ord_3214 @3214 -ord_3215 @3215 -ord_3216 @3216 -ord_3217 @3217 -ord_3218 @3218 -ord_3219 @3219 -ord_3220 @3220 -ord_3221 @3221 -ord_3222 @3222 -ord_3223 @3223 -ord_3224 @3224 -ord_3225 @3225 -ord_3226 @3226 -ord_3227 @3227 -ord_3228 @3228 -ord_3229 @3229 -ord_3230 @3230 -ord_3231 @3231 -ord_3232 @3232 -ord_3233 @3233 -ord_3234 @3234 -ord_3235 @3235 -ord_3236 @3236 -ord_3237 @3237 -ord_3238 @3238 -ord_3239 @3239 -ord_3240 @3240 -ord_3241 @3241 -ord_3242 @3242 -ord_3243 @3243 -ord_3244 @3244 -ord_3245 @3245 -ord_3246 @3246 -ord_3247 @3247 -ord_3248 @3248 -ord_3249 @3249 -ord_3250 @3250 -ord_3251 @3251 -ord_3252 @3252 -ord_3253 @3253 -ord_3254 @3254 -ord_3255 @3255 -ord_3256 @3256 -ord_3257 @3257 -ord_3258 @3258 -ord_3259 @3259 -ord_3260 @3260 -ord_3261 @3261 -ord_3262 @3262 -ord_3263 @3263 -ord_3264 @3264 -ord_3265 @3265 -ord_3266 @3266 -ord_3267 @3267 -ord_3268 @3268 -ord_3269 @3269 -ord_3270 @3270 -ord_3271 @3271 -ord_3272 @3272 -ord_3273 @3273 -ord_3274 @3274 -ord_3275 @3275 -ord_3276 @3276 -ord_3277 @3277 -ord_3278 @3278 -ord_3279 @3279 -ord_3280 @3280 -ord_3281 @3281 -ord_3282 @3282 -ord_3283 @3283 -ord_3284 @3284 -ord_3285 @3285 -ord_3286 @3286 -ord_3287 @3287 -ord_3288 @3288 -ord_3289 @3289 -ord_3290 @3290 -ord_3291 @3291 -ord_3292 @3292 -ord_3293 @3293 -ord_3294 @3294 -ord_3295 @3295 -ord_3296 @3296 -ord_3297 @3297 -ord_3298 @3298 -ord_3299 @3299 -ord_3300 @3300 -ord_3301 @3301 -ord_3302 @3302 -ord_3303 @3303 -ord_3304 @3304 -ord_3305 @3305 -ord_3306 @3306 -ord_3307 @3307 -ord_3308 @3308 -ord_3309 @3309 -ord_3310 @3310 -ord_3311 @3311 -ord_3312 @3312 -ord_3313 @3313 -ord_3314 @3314 -ord_3315 @3315 -ord_3316 @3316 -ord_3317 @3317 -ord_3318 @3318 -ord_3319 @3319 -ord_3320 @3320 -ord_3321 @3321 -ord_3322 @3322 -ord_3323 @3323 -ord_3324 @3324 -ord_3325 @3325 -ord_3326 @3326 -ord_3327 @3327 -ord_3328 @3328 -ord_3329 @3329 -ord_3330 @3330 -ord_3331 @3331 -ord_3332 @3332 -ord_3333 @3333 -ord_3334 @3334 -ord_3335 @3335 -ord_3336 @3336 -ord_3337 @3337 -ord_3338 @3338 -ord_3339 @3339 -ord_3340 @3340 -ord_3341 @3341 -ord_3342 @3342 -ord_3343 @3343 -ord_3344 @3344 -ord_3345 @3345 -ord_3346 @3346 -ord_3347 @3347 -ord_3348 @3348 -ord_3349 @3349 -ord_3350 @3350 -ord_3351 @3351 -ord_3352 @3352 -ord_3353 @3353 -ord_3354 @3354 -ord_3355 @3355 -ord_3356 @3356 -ord_3357 @3357 -ord_3358 @3358 -ord_3359 @3359 -ord_3360 @3360 -ord_3361 @3361 -ord_3362 @3362 -ord_3363 @3363 -ord_3364 @3364 -ord_3365 @3365 -ord_3366 @3366 -ord_3367 @3367 -ord_3368 @3368 -ord_3369 @3369 -ord_3370 @3370 -ord_3371 @3371 -ord_3372 @3372 -ord_3373 @3373 -ord_3374 @3374 -ord_3375 @3375 -ord_3376 @3376 -ord_3377 @3377 -ord_3378 @3378 -ord_3379 @3379 -ord_3380 @3380 -ord_3381 @3381 -ord_3382 @3382 -ord_3383 @3383 -ord_3384 @3384 -ord_3385 @3385 -ord_3386 @3386 -ord_3387 @3387 -ord_3388 @3388 -ord_3389 @3389 -ord_3390 @3390 -ord_3391 @3391 -ord_3392 @3392 -ord_3393 @3393 -ord_3394 @3394 -ord_3395 @3395 -ord_3396 @3396 -ord_3397 @3397 -ord_3398 @3398 -ord_3399 @3399 -ord_3400 @3400 -ord_3401 @3401 -ord_3402 @3402 -ord_3403 @3403 -ord_3404 @3404 -ord_3405 @3405 -ord_3406 @3406 -ord_3407 @3407 -ord_3408 @3408 -ord_3409 @3409 -ord_3410 @3410 -ord_3411 @3411 -ord_3412 @3412 -ord_3413 @3413 -ord_3414 @3414 -ord_3415 @3415 -ord_3416 @3416 -ord_3417 @3417 -ord_3418 @3418 -ord_3419 @3419 -ord_3420 @3420 -ord_3421 @3421 -ord_3422 @3422 -ord_3423 @3423 -ord_3424 @3424 -ord_3425 @3425 -ord_3426 @3426 -ord_3427 @3427 -ord_3428 @3428 -ord_3429 @3429 -ord_3430 @3430 -ord_3431 @3431 -ord_3432 @3432 -ord_3433 @3433 -ord_3434 @3434 -ord_3435 @3435 -ord_3436 @3436 -ord_3437 @3437 -ord_3438 @3438 -ord_3439 @3439 -ord_3440 @3440 -ord_3441 @3441 -ord_3442 @3442 -ord_3443 @3443 -ord_3444 @3444 -ord_3445 @3445 -ord_3446 @3446 -ord_3447 @3447 -ord_3448 @3448 -ord_3449 @3449 -ord_3450 @3450 -ord_3451 @3451 -ord_3452 @3452 -ord_3453 @3453 -ord_3454 @3454 -ord_3455 @3455 -ord_3456 @3456 -ord_3457 @3457 -ord_3458 @3458 -ord_3459 @3459 -ord_3460 @3460 -ord_3461 @3461 -ord_3462 @3462 -ord_3463 @3463 -ord_3464 @3464 -ord_3465 @3465 -ord_3466 @3466 -ord_3467 @3467 -ord_3468 @3468 -ord_3469 @3469 -ord_3470 @3470 -ord_3471 @3471 -ord_3472 @3472 -ord_3473 @3473 -ord_3474 @3474 -ord_3475 @3475 -ord_3476 @3476 -ord_3477 @3477 -ord_3478 @3478 -ord_3479 @3479 -ord_3480 @3480 -ord_3481 @3481 -ord_3482 @3482 -ord_3483 @3483 -ord_3484 @3484 -ord_3485 @3485 -ord_3486 @3486 -ord_3487 @3487 -ord_3488 @3488 -ord_3489 @3489 -ord_3490 @3490 -ord_3491 @3491 -ord_3492 @3492 -ord_3493 @3493 -ord_3494 @3494 -ord_3495 @3495 -ord_3496 @3496 -ord_3497 @3497 -ord_3498 @3498 -ord_3499 @3499 -ord_3500 @3500 -ord_3501 @3501 -ord_3502 @3502 -ord_3503 @3503 -ord_3504 @3504 -ord_3505 @3505 -ord_3506 @3506 -ord_3507 @3507 -ord_3508 @3508 -ord_3509 @3509 -ord_3510 @3510 -ord_3511 @3511 -ord_3512 @3512 -ord_3513 @3513 -ord_3514 @3514 -ord_3515 @3515 -ord_3516 @3516 -ord_3517 @3517 -ord_3518 @3518 -ord_3519 @3519 -ord_3520 @3520 -ord_3521 @3521 -ord_3522 @3522 -ord_3523 @3523 -ord_3524 @3524 -ord_3525 @3525 -ord_3526 @3526 -ord_3527 @3527 -ord_3528 @3528 -ord_3529 @3529 -ord_3530 @3530 -ord_3531 @3531 -ord_3532 @3532 -ord_3533 @3533 -ord_3534 @3534 -ord_3535 @3535 -ord_3536 @3536 -ord_3537 @3537 -ord_3538 @3538 -ord_3539 @3539 -ord_3540 @3540 -ord_3541 @3541 -ord_3542 @3542 -ord_3543 @3543 -ord_3544 @3544 -ord_3545 @3545 -ord_3546 @3546 -ord_3547 @3547 -ord_3548 @3548 -ord_3549 @3549 -ord_3550 @3550 -ord_3551 @3551 -ord_3552 @3552 -ord_3553 @3553 -ord_3554 @3554 -ord_3555 @3555 -ord_3556 @3556 -ord_3557 @3557 -ord_3558 @3558 -ord_3559 @3559 -ord_3560 @3560 -ord_3561 @3561 -ord_3562 @3562 -ord_3563 @3563 -ord_3564 @3564 -ord_3565 @3565 -ord_3566 @3566 -ord_3567 @3567 -ord_3568 @3568 -ord_3569 @3569 -ord_3570 @3570 -ord_3571 @3571 -ord_3572 @3572 -ord_3573 @3573 -ord_3574 @3574 -ord_3575 @3575 -ord_3576 @3576 -ord_3577 @3577 -ord_3578 @3578 -ord_3579 @3579 -ord_3580 @3580 -ord_3581 @3581 -ord_3582 @3582 -ord_3583 @3583 -ord_3584 @3584 -ord_3585 @3585 -ord_3586 @3586 -ord_3587 @3587 -ord_3588 @3588 -ord_3589 @3589 -ord_3590 @3590 -ord_3591 @3591 -ord_3592 @3592 -ord_3593 @3593 -ord_3594 @3594 -ord_3595 @3595 -ord_3596 @3596 -ord_3597 @3597 -ord_3598 @3598 -ord_3599 @3599 -ord_3600 @3600 -ord_3601 @3601 -ord_3602 @3602 -ord_3603 @3603 -ord_3604 @3604 -ord_3605 @3605 -ord_3606 @3606 -ord_3607 @3607 -ord_3608 @3608 -ord_3609 @3609 -ord_3610 @3610 -ord_3611 @3611 -ord_3612 @3612 -ord_3613 @3613 -ord_3614 @3614 -ord_3615 @3615 -ord_3616 @3616 -ord_3617 @3617 -ord_3618 @3618 -ord_3619 @3619 -ord_3620 @3620 -ord_3621 @3621 -ord_3622 @3622 -ord_3623 @3623 -ord_3624 @3624 -ord_3625 @3625 -ord_3626 @3626 -ord_3627 @3627 -ord_3628 @3628 -ord_3629 @3629 -ord_3630 @3630 -ord_3631 @3631 -ord_3632 @3632 -ord_3633 @3633 -ord_3634 @3634 -ord_3635 @3635 -ord_3636 @3636 -ord_3637 @3637 -ord_3638 @3638 -ord_3639 @3639 -ord_3640 @3640 -ord_3641 @3641 -ord_3642 @3642 -ord_3643 @3643 -ord_3644 @3644 -ord_3645 @3645 -ord_3646 @3646 -ord_3647 @3647 -ord_3648 @3648 -ord_3649 @3649 -ord_3650 @3650 -ord_3651 @3651 -ord_3652 @3652 -ord_3653 @3653 -ord_3654 @3654 -ord_3655 @3655 -ord_3656 @3656 -ord_3657 @3657 -ord_3658 @3658 -ord_3659 @3659 -ord_3660 @3660 -ord_3661 @3661 -ord_3662 @3662 -ord_3663 @3663 -ord_3664 @3664 -ord_3665 @3665 -ord_3666 @3666 -ord_3667 @3667 -ord_3668 @3668 -ord_3669 @3669 -ord_3670 @3670 -ord_3671 @3671 -ord_3672 @3672 -ord_3673 @3673 -ord_3674 @3674 -ord_3675 @3675 -ord_3676 @3676 -ord_3677 @3677 -ord_3678 @3678 -ord_3679 @3679 -ord_3680 @3680 -ord_3681 @3681 -ord_3682 @3682 -ord_3683 @3683 -ord_3684 @3684 -ord_3685 @3685 -ord_3686 @3686 -ord_3687 @3687 -ord_3688 @3688 -ord_3689 @3689 -ord_3690 @3690 -ord_3691 @3691 -ord_3692 @3692 -ord_3693 @3693 -ord_3694 @3694 -ord_3695 @3695 -ord_3696 @3696 -ord_3697 @3697 -ord_3698 @3698 -ord_3699 @3699 -ord_3700 @3700 -ord_3701 @3701 -ord_3702 @3702 -ord_3703 @3703 -ord_3704 @3704 -ord_3705 @3705 -ord_3706 @3706 -ord_3707 @3707 -ord_3708 @3708 -ord_3709 @3709 -ord_3710 @3710 -ord_3711 @3711 -ord_3712 @3712 -ord_3713 @3713 -ord_3714 @3714 -ord_3715 @3715 -ord_3716 @3716 -ord_3717 @3717 -ord_3718 @3718 -ord_3719 @3719 -ord_3720 @3720 -ord_3721 @3721 -ord_3722 @3722 -ord_3723 @3723 -ord_3724 @3724 -ord_3725 @3725 -ord_3726 @3726 -ord_3727 @3727 -ord_3728 @3728 -ord_3729 @3729 -ord_3730 @3730 -ord_3731 @3731 -ord_3732 @3732 -ord_3733 @3733 -ord_3734 @3734 -ord_3735 @3735 -ord_3736 @3736 -ord_3737 @3737 -ord_3738 @3738 -ord_3739 @3739 -ord_3740 @3740 -ord_3741 @3741 -ord_3742 @3742 -ord_3743 @3743 -ord_3744 @3744 -ord_3745 @3745 -ord_3746 @3746 -ord_3747 @3747 -ord_3748 @3748 -ord_3749 @3749 -ord_3750 @3750 -ord_3751 @3751 -ord_3752 @3752 -ord_3753 @3753 -ord_3754 @3754 -ord_3755 @3755 -ord_3756 @3756 -ord_3757 @3757 -ord_3758 @3758 -ord_3759 @3759 -ord_3760 @3760 -ord_3761 @3761 -ord_3762 @3762 -ord_3763 @3763 -ord_3764 @3764 -ord_3765 @3765 -ord_3766 @3766 -ord_3767 @3767 -ord_3768 @3768 -ord_3769 @3769 -ord_3770 @3770 -ord_3771 @3771 -ord_3772 @3772 -ord_3773 @3773 -ord_3774 @3774 -ord_3775 @3775 -ord_3776 @3776 -ord_3777 @3777 -ord_3778 @3778 -ord_3779 @3779 -ord_3780 @3780 -ord_3781 @3781 -ord_3782 @3782 -ord_3783 @3783 -ord_3784 @3784 -ord_3785 @3785 -ord_3786 @3786 -ord_3787 @3787 -ord_3788 @3788 -ord_3789 @3789 -ord_3790 @3790 -ord_3791 @3791 -ord_3792 @3792 -ord_3793 @3793 -ord_3794 @3794 -ord_3795 @3795 -ord_3796 @3796 -ord_3797 @3797 -ord_3798 @3798 -ord_3799 @3799 -ord_3800 @3800 -ord_3801 @3801 -ord_3802 @3802 -ord_3803 @3803 -ord_3804 @3804 -ord_3805 @3805 -ord_3806 @3806 -ord_3807 @3807 -ord_3808 @3808 -ord_3809 @3809 -ord_3810 @3810 -ord_3811 @3811 -ord_3812 @3812 -ord_3813 @3813 -ord_3814 @3814 -ord_3815 @3815 -ord_3816 @3816 -ord_3817 @3817 -ord_3818 @3818 -ord_3819 @3819 -ord_3820 @3820 -ord_3821 @3821 -ord_3822 @3822 -ord_3823 @3823 -ord_3824 @3824 -ord_3825 @3825 -ord_3826 @3826 -ord_3827 @3827 -ord_3828 @3828 -ord_3829 @3829 -ord_3830 @3830 -ord_3831 @3831 -ord_3832 @3832 -ord_3833 @3833 -ord_3834 @3834 -ord_3835 @3835 -ord_3836 @3836 -ord_3837 @3837 -ord_3838 @3838 -ord_3839 @3839 -ord_3840 @3840 -ord_3841 @3841 -ord_3842 @3842 -ord_3843 @3843 -ord_3844 @3844 -ord_3845 @3845 -ord_3846 @3846 -ord_3847 @3847 -ord_3848 @3848 -ord_3849 @3849 -ord_3850 @3850 -ord_3851 @3851 -ord_3852 @3852 -ord_3853 @3853 -ord_3854 @3854 -ord_3855 @3855 -ord_3856 @3856 -ord_3857 @3857 -ord_3858 @3858 -ord_3859 @3859 -ord_3860 @3860 -ord_3861 @3861 -ord_3862 @3862 -ord_3863 @3863 -ord_3864 @3864 -ord_3865 @3865 -ord_3866 @3866 -ord_3867 @3867 -ord_3868 @3868 -ord_3869 @3869 -ord_3870 @3870 -ord_3871 @3871 -ord_3872 @3872 -ord_3873 @3873 -ord_3874 @3874 -ord_3875 @3875 -ord_3876 @3876 -ord_3877 @3877 -ord_3878 @3878 -ord_3879 @3879 -ord_3880 @3880 -ord_3881 @3881 -ord_3882 @3882 -ord_3883 @3883 -ord_3884 @3884 -ord_3885 @3885 -ord_3886 @3886 -ord_3887 @3887 -ord_3888 @3888 -ord_3889 @3889 -ord_3890 @3890 -ord_3891 @3891 -ord_3892 @3892 -ord_3893 @3893 -ord_3894 @3894 -ord_3895 @3895 -ord_3896 @3896 -ord_3897 @3897 -ord_3898 @3898 -ord_3899 @3899 -ord_3900 @3900 -ord_3901 @3901 -ord_3902 @3902 -ord_3903 @3903 -ord_3904 @3904 -ord_3905 @3905 -ord_3906 @3906 -ord_3907 @3907 -ord_3908 @3908 -ord_3909 @3909 -ord_3910 @3910 -ord_3911 @3911 -ord_3912 @3912 -ord_3913 @3913 -ord_3914 @3914 -ord_3915 @3915 -ord_3916 @3916 -ord_3917 @3917 -ord_3918 @3918 -ord_3919 @3919 -ord_3920 @3920 -ord_3921 @3921 -ord_3922 @3922 -ord_3923 @3923 -ord_3924 @3924 -ord_3925 @3925 -ord_3926 @3926 -ord_3927 @3927 -ord_3928 @3928 -ord_3929 @3929 -ord_3930 @3930 -ord_3931 @3931 -ord_3932 @3932 -ord_3933 @3933 -ord_3934 @3934 -ord_3935 @3935 -ord_3936 @3936 -ord_3937 @3937 -ord_3938 @3938 -ord_3939 @3939 -ord_3940 @3940 -ord_3941 @3941 -ord_3942 @3942 -ord_3943 @3943 -ord_3944 @3944 -ord_3945 @3945 -ord_3946 @3946 -ord_3947 @3947 -ord_3948 @3948 -ord_3949 @3949 -ord_3950 @3950 -ord_3951 @3951 -ord_3952 @3952 -ord_3953 @3953 -ord_3954 @3954 -ord_3955 @3955 -ord_3956 @3956 -ord_3957 @3957 -ord_3958 @3958 -ord_3959 @3959 -ord_3960 @3960 -ord_3961 @3961 -ord_3962 @3962 -ord_3963 @3963 -ord_3964 @3964 -ord_3965 @3965 -ord_3966 @3966 -ord_3967 @3967 -ord_3968 @3968 -ord_3969 @3969 -ord_3970 @3970 -ord_3971 @3971 -ord_3972 @3972 -ord_3973 @3973 -ord_3974 @3974 -ord_3975 @3975 -ord_3976 @3976 -ord_3977 @3977 -ord_3978 @3978 -ord_3979 @3979 -ord_3980 @3980 -ord_3981 @3981 -ord_3982 @3982 -ord_3983 @3983 -ord_3984 @3984 -ord_3985 @3985 -ord_3986 @3986 -ord_3987 @3987 -ord_3988 @3988 -ord_3989 @3989 -ord_3990 @3990 -ord_3991 @3991 -ord_3992 @3992 -ord_3993 @3993 -ord_3994 @3994 -ord_3995 @3995 -ord_3996 @3996 -ord_3997 @3997 -ord_3998 @3998 -ord_3999 @3999 -ord_4000 @4000 -ord_4001 @4001 -ord_4002 @4002 -ord_4003 @4003 -ord_4004 @4004 -ord_4005 @4005 -ord_4006 @4006 -ord_4007 @4007 -ord_4008 @4008 -ord_4009 @4009 -ord_4010 @4010 -ord_4011 @4011 -ord_4012 @4012 -ord_4013 @4013 -ord_4014 @4014 -ord_4015 @4015 -ord_4016 @4016 -ord_4017 @4017 -ord_4018 @4018 -ord_4019 @4019 -ord_4020 @4020 -ord_4021 @4021 -ord_4022 @4022 -ord_4023 @4023 -ord_4024 @4024 -ord_4025 @4025 -ord_4026 @4026 -ord_4027 @4027 -ord_4028 @4028 -ord_4029 @4029 -ord_4030 @4030 -ord_4031 @4031 -ord_4032 @4032 -ord_4033 @4033 -ord_4034 @4034 -ord_4035 @4035 -ord_4036 @4036 -ord_4037 @4037 -ord_4038 @4038 -ord_4039 @4039 -ord_4040 @4040 -ord_4041 @4041 -ord_4042 @4042 -ord_4043 @4043 -ord_4044 @4044 -ord_4045 @4045 -ord_4046 @4046 -ord_4047 @4047 -ord_4048 @4048 -ord_4049 @4049 -ord_4050 @4050 -ord_4051 @4051 -ord_4052 @4052 -ord_4053 @4053 -ord_4054 @4054 -ord_4055 @4055 -ord_4056 @4056 -ord_4057 @4057 -ord_4058 @4058 -ord_4059 @4059 -ord_4060 @4060 -ord_4061 @4061 -ord_4062 @4062 -ord_4063 @4063 -ord_4064 @4064 -ord_4065 @4065 -ord_4066 @4066 -ord_4067 @4067 -ord_4068 @4068 -ord_4069 @4069 -ord_4070 @4070 -ord_4071 @4071 -ord_4072 @4072 -ord_4073 @4073 -ord_4074 @4074 -ord_4075 @4075 -ord_4076 @4076 -ord_4077 @4077 -ord_4078 @4078 -ord_4079 @4079 -ord_4080 @4080 -ord_4081 @4081 -ord_4082 @4082 -ord_4083 @4083 -ord_4084 @4084 -ord_4085 @4085 -ord_4086 @4086 -ord_4087 @4087 -ord_4088 @4088 -ord_4089 @4089 -ord_4090 @4090 -ord_4091 @4091 -ord_4092 @4092 -ord_4093 @4093 -ord_4094 @4094 -ord_4095 @4095 -ord_4096 @4096 -ord_4097 @4097 -ord_4098 @4098 -ord_4099 @4099 -ord_4100 @4100 -ord_4101 @4101 -ord_4102 @4102 -ord_4103 @4103 -ord_4104 @4104 -ord_4105 @4105 -ord_4106 @4106 -ord_4107 @4107 -ord_4108 @4108 -ord_4109 @4109 -ord_4110 @4110 -ord_4111 @4111 -ord_4112 @4112 -ord_4113 @4113 -ord_4114 @4114 -ord_4115 @4115 -ord_4116 @4116 -ord_4117 @4117 -ord_4118 @4118 -ord_4119 @4119 -ord_4120 @4120 -ord_4121 @4121 -ord_4122 @4122 -ord_4123 @4123 -ord_4124 @4124 DATA -ord_4125 @4125 -ord_4126 @4126 -ord_4127 @4127 -ord_4128 @4128 -ord_4129 @4129 -ord_4130 @4130 -ord_4131 @4131 -ord_4132 @4132 -ord_4133 @4133 -ord_4134 @4134 -ord_4135 @4135 -ord_4136 @4136 -ord_4137 @4137 -ord_4138 @4138 -ord_4139 @4139 -ord_4140 @4140 -ord_4141 @4141 -ord_4142 @4142 -ord_4143 @4143 -ord_4144 @4144 -ord_4145 @4145 -ord_4146 @4146 -ord_4147 @4147 -ord_4148 @4148 -ord_4149 @4149 -ord_4150 @4150 -ord_4151 @4151 -ord_4152 @4152 -ord_4153 @4153 -ord_4154 @4154 -ord_4155 @4155 -ord_4156 @4156 -ord_4157 @4157 -ord_4158 @4158 -ord_4159 @4159 -ord_4160 @4160 -ord_4161 @4161 -ord_4162 @4162 -ord_4163 @4163 -ord_4164 @4164 -ord_4165 @4165 -ord_4166 @4166 -ord_4167 @4167 -ord_4168 @4168 -ord_4169 @4169 -ord_4170 @4170 -ord_4171 @4171 -ord_4172 @4172 -ord_4173 @4173 -ord_4174 @4174 -ord_4175 @4175 -ord_4176 @4176 -ord_4177 @4177 -ord_4178 @4178 -ord_4179 @4179 -ord_4180 @4180 -ord_4181 @4181 -ord_4182 @4182 -ord_4183 @4183 -ord_4184 @4184 -ord_4185 @4185 -ord_4186 @4186 -ord_4187 @4187 -ord_4188 @4188 -ord_4189 @4189 -ord_4190 @4190 -ord_4191 @4191 -ord_4192 @4192 -ord_4193 @4193 -ord_4194 @4194 -ord_4195 @4195 -ord_4196 @4196 -ord_4197 @4197 -ord_4198 @4198 -ord_4199 @4199 -ord_4200 @4200 -ord_4201 @4201 -ord_4202 @4202 -ord_4203 @4203 -ord_4204 @4204 -ord_4205 @4205 -ord_4206 @4206 -ord_4207 @4207 -ord_4208 @4208 -ord_4209 @4209 -ord_4210 @4210 -ord_4211 @4211 -ord_4212 @4212 -ord_4213 @4213 -ord_4214 @4214 -ord_4215 @4215 -ord_4216 @4216 -ord_4217 @4217 -ord_4218 @4218 -ord_4219 @4219 -ord_4220 @4220 -ord_4221 @4221 -ord_4222 @4222 -ord_4223 @4223 -ord_4224 @4224 -ord_4225 @4225 -ord_4226 @4226 -ord_4227 @4227 -ord_4228 @4228 -ord_4229 @4229 -ord_4230 @4230 -ord_4231 @4231 -ord_4232 @4232 -ord_4233 @4233 -ord_4234 @4234 -ord_4235 @4235 -ord_4236 @4236 -ord_4237 @4237 -ord_4238 @4238 -ord_4239 @4239 -ord_4240 @4240 -ord_4241 @4241 -ord_4242 @4242 -ord_4243 @4243 -ord_4244 @4244 -ord_4245 @4245 -ord_4246 @4246 -ord_4247 @4247 -ord_4248 @4248 -ord_4249 @4249 -ord_4250 @4250 -ord_4251 @4251 -ord_4252 @4252 -ord_4253 @4253 -ord_4254 @4254 -ord_4255 @4255 -ord_4256 @4256 -ord_4257 @4257 -ord_4258 @4258 -ord_4259 @4259 -ord_4260 @4260 -ord_4261 @4261 -ord_4262 @4262 -ord_4263 @4263 -ord_4264 @4264 -ord_4265 @4265 -ord_4266 @4266 -ord_4267 @4267 -ord_4268 @4268 -ord_4269 @4269 -ord_4270 @4270 -ord_4271 @4271 -ord_4272 @4272 -ord_4273 @4273 -ord_4274 @4274 -ord_4275 @4275 -ord_4276 @4276 -ord_4277 @4277 -ord_4278 @4278 -ord_4279 @4279 -ord_4280 @4280 -ord_4281 @4281 -ord_4282 @4282 -ord_4283 @4283 -ord_4284 @4284 -ord_4285 @4285 -ord_4286 @4286 -ord_4287 @4287 -ord_4288 @4288 -ord_4289 @4289 -ord_4290 @4290 -ord_4291 @4291 -ord_4292 @4292 -ord_4293 @4293 -ord_4294 @4294 -ord_4295 @4295 -ord_4296 @4296 -ord_4297 @4297 -ord_4298 @4298 -ord_4299 @4299 -ord_4300 @4300 -ord_4301 @4301 -ord_4302 @4302 -ord_4303 @4303 -ord_4304 @4304 -ord_4305 @4305 -ord_4306 @4306 -ord_4307 @4307 -ord_4308 @4308 -ord_4309 @4309 -ord_4310 @4310 -ord_4311 @4311 -ord_4312 @4312 -ord_4313 @4313 -ord_4314 @4314 -ord_4315 @4315 -ord_4316 @4316 -ord_4317 @4317 -ord_4318 @4318 -ord_4319 @4319 -ord_4320 @4320 -ord_4321 @4321 -ord_4322 @4322 -ord_4323 @4323 -ord_4324 @4324 -ord_4325 @4325 -ord_4326 @4326 -ord_4327 @4327 -ord_4328 @4328 -ord_4329 @4329 -ord_4330 @4330 -ord_4331 @4331 -ord_4332 @4332 -ord_4333 @4333 -ord_4334 @4334 -ord_4335 @4335 -ord_4336 @4336 -ord_4337 @4337 -ord_4338 @4338 -ord_4339 @4339 -ord_4340 @4340 -ord_4341 @4341 -ord_4342 @4342 -ord_4343 @4343 -ord_4344 @4344 -ord_4345 @4345 -ord_4346 @4346 -ord_4347 @4347 -ord_4348 @4348 -ord_4349 @4349 -ord_4350 @4350 -ord_4351 @4351 -ord_4352 @4352 -ord_4353 @4353 -ord_4354 @4354 -ord_4355 @4355 -ord_4356 @4356 -ord_4357 @4357 -ord_4358 @4358 -ord_4359 @4359 -ord_4360 @4360 -ord_4361 @4361 -ord_4362 @4362 -ord_4363 @4363 -ord_4364 @4364 -ord_4365 @4365 -ord_4366 @4366 -ord_4367 @4367 -ord_4368 @4368 -ord_4369 @4369 -ord_4370 @4370 -ord_4371 @4371 -ord_4372 @4372 -ord_4373 @4373 -ord_4374 @4374 -ord_4375 @4375 -ord_4376 @4376 -ord_4377 @4377 -ord_4378 @4378 -ord_4379 @4379 -ord_4380 @4380 -ord_4381 @4381 -ord_4382 @4382 -ord_4383 @4383 -ord_4384 @4384 -ord_4385 @4385 -ord_4386 @4386 -ord_4387 @4387 -ord_4388 @4388 -ord_4389 @4389 -ord_4390 @4390 -ord_4391 @4391 -ord_4392 @4392 -ord_4393 @4393 -ord_4394 @4394 -ord_4395 @4395 -ord_4396 @4396 -ord_4397 @4397 -ord_4398 @4398 -ord_4399 @4399 -ord_4400 @4400 -ord_4401 @4401 -ord_4402 @4402 -ord_4403 @4403 -ord_4404 @4404 -ord_4405 @4405 -ord_4406 @4406 -ord_4407 @4407 -ord_4408 @4408 -ord_4409 @4409 -ord_4410 @4410 -ord_4411 @4411 -ord_4412 @4412 -ord_4413 @4413 -ord_4414 @4414 -ord_4415 @4415 -ord_4416 @4416 -ord_4417 @4417 -ord_4418 @4418 -ord_4419 @4419 -ord_4420 @4420 -ord_4421 @4421 -ord_4422 @4422 -ord_4423 @4423 -ord_4424 @4424 -ord_4425 @4425 -ord_4426 @4426 -ord_4427 @4427 -ord_4428 @4428 -ord_4429 @4429 -ord_4430 @4430 -ord_4431 @4431 -ord_4432 @4432 -ord_4433 @4433 -ord_4434 @4434 -ord_4435 @4435 -ord_4436 @4436 -ord_4437 @4437 -ord_4438 @4438 -ord_4439 @4439 -ord_4440 @4440 -ord_4441 @4441 -ord_4442 @4442 -ord_4443 @4443 -ord_4444 @4444 -ord_4445 @4445 -ord_4446 @4446 -ord_4447 @4447 -ord_4448 @4448 -ord_4449 @4449 -ord_4450 @4450 -ord_4451 @4451 -ord_4452 @4452 -ord_4453 @4453 -ord_4454 @4454 -ord_4455 @4455 -ord_4456 @4456 -ord_4457 @4457 -ord_4458 @4458 -ord_4459 @4459 -ord_4460 @4460 -ord_4461 @4461 -ord_4462 @4462 -ord_4463 @4463 -ord_4464 @4464 -ord_4465 @4465 -ord_4466 @4466 -ord_4467 @4467 -ord_4468 @4468 -ord_4469 @4469 -ord_4470 @4470 -ord_4471 @4471 -ord_4472 @4472 -ord_4473 @4473 -ord_4474 @4474 -ord_4475 @4475 -ord_4476 @4476 -ord_4477 @4477 -ord_4478 @4478 -ord_4479 @4479 -ord_4480 @4480 -ord_4481 @4481 -ord_4482 @4482 -ord_4483 @4483 -ord_4484 @4484 -ord_4485 @4485 -ord_4486 @4486 -ord_4487 @4487 -ord_4488 @4488 -ord_4489 @4489 -ord_4490 @4490 -ord_4491 @4491 -ord_4492 @4492 -ord_4493 @4493 -ord_4494 @4494 -ord_4495 @4495 -ord_4496 @4496 -ord_4497 @4497 -ord_4498 @4498 -ord_4499 @4499 -ord_4500 @4500 -ord_4501 @4501 -ord_4502 @4502 -ord_4503 @4503 -ord_4504 @4504 -ord_4505 @4505 -ord_4506 @4506 -ord_4507 @4507 -ord_4508 @4508 -ord_4509 @4509 -ord_4510 @4510 -ord_4511 @4511 -ord_4512 @4512 -ord_4513 @4513 -ord_4514 @4514 -ord_4515 @4515 -ord_4516 @4516 -ord_4517 @4517 -ord_4518 @4518 -ord_4519 @4519 -ord_4520 @4520 -ord_4521 @4521 -ord_4522 @4522 -ord_4523 @4523 -ord_4524 @4524 -ord_4525 @4525 -ord_4526 @4526 -ord_4527 @4527 -ord_4528 @4528 -ord_4529 @4529 -ord_4530 @4530 -ord_4531 @4531 -ord_4532 @4532 -ord_4533 @4533 -ord_4534 @4534 -ord_4535 @4535 -ord_4536 @4536 -ord_4537 @4537 -ord_4538 @4538 -ord_4539 @4539 -ord_4540 @4540 -ord_4541 @4541 -ord_4542 @4542 -ord_4543 @4543 -ord_4544 @4544 -ord_4545 @4545 -ord_4546 @4546 -ord_4547 @4547 -ord_4548 @4548 -ord_4549 @4549 -ord_4550 @4550 -ord_4551 @4551 -ord_4552 @4552 -ord_4553 @4553 -ord_4554 @4554 -ord_4555 @4555 -ord_4556 @4556 -ord_4557 @4557 -ord_4558 @4558 -ord_4559 @4559 -ord_4560 @4560 -ord_4561 @4561 -ord_4562 @4562 -ord_4563 @4563 -ord_4564 @4564 -ord_4565 @4565 -ord_4566 @4566 -ord_4567 @4567 -ord_4568 @4568 -ord_4569 @4569 -ord_4570 @4570 -ord_4571 @4571 -ord_4572 @4572 -ord_4573 @4573 -ord_4574 @4574 -ord_4575 @4575 -ord_4576 @4576 -ord_4577 @4577 -ord_4578 @4578 -ord_4579 @4579 -ord_4580 @4580 -ord_4581 @4581 -ord_4582 @4582 -ord_4583 @4583 -ord_4584 @4584 -ord_4585 @4585 -ord_4586 @4586 -ord_4587 @4587 -ord_4588 @4588 -ord_4589 @4589 -ord_4590 @4590 -ord_4591 @4591 -ord_4592 @4592 -ord_4593 @4593 -ord_4594 @4594 -ord_4595 @4595 -ord_4596 @4596 -ord_4597 @4597 -ord_4598 @4598 -ord_4599 @4599 -ord_4600 @4600 -ord_4601 @4601 -ord_4602 @4602 -ord_4603 @4603 -ord_4604 @4604 -ord_4605 @4605 -ord_4606 @4606 -ord_4607 @4607 -ord_4608 @4608 -ord_4609 @4609 -ord_4610 @4610 -ord_4611 @4611 -ord_4612 @4612 -ord_4613 @4613 -ord_4614 @4614 -ord_4615 @4615 -ord_4616 @4616 -ord_4617 @4617 -ord_4618 @4618 -ord_4619 @4619 -ord_4620 @4620 -ord_4621 @4621 -ord_4622 @4622 -ord_4623 @4623 -ord_4624 @4624 -ord_4625 @4625 -ord_4626 @4626 -ord_4627 @4627 -ord_4628 @4628 -ord_4629 @4629 -ord_4630 @4630 -ord_4631 @4631 -ord_4632 @4632 -ord_4633 @4633 -ord_4634 @4634 -ord_4635 @4635 -ord_4636 @4636 -ord_4637 @4637 -ord_4638 @4638 -ord_4639 @4639 -ord_4640 @4640 -ord_4641 @4641 -ord_4642 @4642 -ord_4643 @4643 -ord_4644 @4644 -ord_4645 @4645 -ord_4646 @4646 -ord_4647 @4647 -ord_4648 @4648 -ord_4649 @4649 -ord_4650 @4650 -ord_4651 @4651 -ord_4652 @4652 -ord_4653 @4653 -ord_4654 @4654 -ord_4655 @4655 -ord_4656 @4656 -ord_4657 @4657 -ord_4658 @4658 -ord_4659 @4659 -ord_4660 @4660 -ord_4661 @4661 -ord_4662 @4662 -ord_4663 @4663 -ord_4664 @4664 -ord_4665 @4665 -ord_4666 @4666 -ord_4667 @4667 -ord_4668 @4668 -ord_4669 @4669 -ord_4670 @4670 -ord_4671 @4671 -ord_4672 @4672 -ord_4673 @4673 -ord_4674 @4674 -ord_4675 @4675 -ord_4676 @4676 -ord_4677 @4677 -ord_4678 @4678 -ord_4679 @4679 -ord_4680 @4680 -ord_4681 @4681 -ord_4682 @4682 -ord_4683 @4683 -ord_4684 @4684 -ord_4685 @4685 -ord_4686 @4686 -ord_4687 @4687 -ord_4688 @4688 -ord_4689 @4689 -ord_4690 @4690 -ord_4691 @4691 -ord_4692 @4692 -ord_4693 @4693 -ord_4694 @4694 -ord_4695 @4695 -ord_4696 @4696 -ord_4697 @4697 -ord_4698 @4698 -ord_4699 @4699 -ord_4700 @4700 -ord_4701 @4701 -ord_4702 @4702 -ord_4703 @4703 -ord_4704 @4704 -ord_4705 @4705 -ord_4706 @4706 -ord_4707 @4707 -ord_4708 @4708 -ord_4709 @4709 -ord_4710 @4710 -ord_4711 @4711 -ord_4712 @4712 -ord_4713 @4713 -ord_4714 @4714 -ord_4715 @4715 -ord_4716 @4716 -ord_4717 @4717 -ord_4718 @4718 -ord_4719 @4719 -ord_4720 @4720 -ord_4721 @4721 -ord_4722 @4722 -ord_4723 @4723 -ord_4724 @4724 -ord_4725 @4725 -ord_4726 @4726 -ord_4727 @4727 -ord_4728 @4728 -ord_4729 @4729 -ord_4730 @4730 -ord_4731 @4731 -ord_4732 @4732 -ord_4733 @4733 -ord_4734 @4734 -ord_4735 @4735 -ord_4736 @4736 -ord_4737 @4737 -ord_4738 @4738 -ord_4739 @4739 -ord_4740 @4740 -ord_4741 @4741 -ord_4742 @4742 -ord_4743 @4743 -ord_4744 @4744 -ord_4745 @4745 -ord_4746 @4746 -ord_4747 @4747 -ord_4748 @4748 -ord_4749 @4749 -ord_4750 @4750 -ord_4751 @4751 -ord_4752 @4752 -ord_4753 @4753 -ord_4754 @4754 -ord_4755 @4755 -ord_4756 @4756 -ord_4757 @4757 -ord_4758 @4758 -ord_4759 @4759 -ord_4760 @4760 -ord_4761 @4761 -ord_4762 @4762 -ord_4763 @4763 -ord_4764 @4764 -ord_4765 @4765 -ord_4766 @4766 -ord_4767 @4767 -ord_4768 @4768 -ord_4769 @4769 -ord_4770 @4770 -ord_4771 @4771 -ord_4772 @4772 -ord_4773 @4773 -ord_4774 @4774 -ord_4775 @4775 -ord_4776 @4776 -ord_4777 @4777 -ord_4778 @4778 -ord_4779 @4779 -ord_4780 @4780 -ord_4781 @4781 -ord_4782 @4782 -ord_4783 @4783 -ord_4784 @4784 -ord_4785 @4785 -ord_4786 @4786 -ord_4787 @4787 -ord_4788 @4788 -ord_4789 @4789 -ord_4790 @4790 -ord_4791 @4791 -ord_4792 @4792 -ord_4793 @4793 -ord_4794 @4794 -ord_4795 @4795 -ord_4796 @4796 -ord_4797 @4797 -ord_4798 @4798 -ord_4799 @4799 -ord_4800 @4800 -ord_4801 @4801 -ord_4802 @4802 -ord_4803 @4803 -ord_4804 @4804 -ord_4805 @4805 -ord_4806 @4806 -ord_4807 @4807 -ord_4808 @4808 -ord_4809 @4809 -ord_4810 @4810 -ord_4811 @4811 -ord_4812 @4812 -ord_4813 @4813 -ord_4814 @4814 -ord_4815 @4815 -ord_4816 @4816 -ord_4817 @4817 -ord_4818 @4818 -ord_4819 @4819 -ord_4820 @4820 -ord_4821 @4821 -ord_4822 @4822 -ord_4823 @4823 -ord_4824 @4824 -ord_4825 @4825 -ord_4826 @4826 -ord_4827 @4827 -ord_4828 @4828 -ord_4829 @4829 -ord_4830 @4830 -ord_4831 @4831 -ord_4832 @4832 -ord_4833 @4833 -ord_4834 @4834 -ord_4835 @4835 -ord_4836 @4836 -ord_4837 @4837 -ord_4838 @4838 -ord_4839 @4839 -ord_4840 @4840 -ord_4841 @4841 -ord_4842 @4842 -ord_4843 @4843 -ord_4844 @4844 -ord_4845 @4845 -ord_4846 @4846 -ord_4847 @4847 -ord_4848 @4848 -ord_4849 @4849 -ord_4850 @4850 -ord_4851 @4851 -ord_4852 @4852 -ord_4853 @4853 -ord_4854 @4854 -ord_4855 @4855 -ord_4856 @4856 -ord_4857 @4857 -ord_4858 @4858 -ord_4859 @4859 -ord_4860 @4860 -ord_4861 @4861 -ord_4862 @4862 -ord_4863 @4863 -ord_4864 @4864 -ord_4865 @4865 -ord_4866 @4866 -ord_4867 @4867 -ord_4868 @4868 -ord_4869 @4869 -ord_4870 @4870 -ord_4871 @4871 -ord_4872 @4872 -ord_4873 @4873 -ord_4874 @4874 -ord_4875 @4875 -ord_4876 @4876 -ord_4877 @4877 -ord_4878 @4878 -ord_4879 @4879 -ord_4880 @4880 -ord_4881 @4881 -ord_4882 @4882 -ord_4883 @4883 -ord_4884 @4884 -ord_4885 @4885 -ord_4886 @4886 -ord_4887 @4887 -ord_4888 @4888 -ord_4889 @4889 -ord_4890 @4890 -ord_4891 @4891 -ord_4892 @4892 -ord_4893 @4893 -ord_4894 @4894 -ord_4895 @4895 -ord_4896 @4896 -ord_4897 @4897 -ord_4898 @4898 -ord_4899 @4899 -ord_4900 @4900 -ord_4901 @4901 -ord_4902 @4902 -ord_4903 @4903 -ord_4904 @4904 -ord_4905 @4905 -ord_4906 @4906 -ord_4907 @4907 -ord_4908 @4908 -ord_4909 @4909 -ord_4910 @4910 -ord_4911 @4911 -ord_4912 @4912 -ord_4913 @4913 -ord_4914 @4914 -ord_4915 @4915 -ord_4916 @4916 -ord_4917 @4917 -ord_4918 @4918 -ord_4919 @4919 -ord_4920 @4920 -ord_4921 @4921 -ord_4922 @4922 -ord_4923 @4923 -ord_4924 @4924 -ord_4925 @4925 -ord_4926 @4926 -ord_4927 @4927 -ord_4928 @4928 -ord_4929 @4929 -ord_4930 @4930 -ord_4931 @4931 -ord_4932 @4932 -ord_4933 @4933 -ord_4934 @4934 -ord_4935 @4935 -ord_4936 @4936 -ord_4937 @4937 -ord_4938 @4938 -ord_4939 @4939 -ord_4940 @4940 -ord_4941 @4941 -ord_4942 @4942 -ord_4943 @4943 -ord_4944 @4944 -ord_4945 @4945 -ord_4946 @4946 -ord_4947 @4947 -ord_4948 @4948 -ord_4949 @4949 -ord_4950 @4950 -ord_4951 @4951 -ord_4952 @4952 -ord_4953 @4953 -ord_4954 @4954 -ord_4955 @4955 -ord_4956 @4956 -ord_4957 @4957 -ord_4958 @4958 -ord_4959 @4959 -ord_4960 @4960 -ord_4961 @4961 -ord_4962 @4962 -ord_4963 @4963 -ord_4964 @4964 -ord_4965 @4965 -ord_4966 @4966 -ord_4967 @4967 -ord_4968 @4968 -ord_4969 @4969 -ord_4970 @4970 -ord_4971 @4971 -ord_4972 @4972 -ord_4973 @4973 -ord_4974 @4974 -ord_4975 @4975 -ord_4976 @4976 -ord_4977 @4977 -ord_4978 @4978 -ord_4979 @4979 -ord_4980 @4980 -ord_4981 @4981 -ord_4982 @4982 -ord_4983 @4983 -ord_4984 @4984 -ord_4985 @4985 -ord_4986 @4986 -ord_4987 @4987 -ord_4988 @4988 -ord_4989 @4989 -ord_4990 @4990 -ord_4991 @4991 -ord_4992 @4992 -ord_4993 @4993 -ord_4994 @4994 -ord_4995 @4995 -ord_4996 @4996 -ord_4997 @4997 -ord_4998 @4998 -ord_4999 @4999 -ord_5000 @5000 -ord_5001 @5001 -ord_5002 @5002 -ord_5003 @5003 -ord_5004 @5004 -ord_5005 @5005 -ord_5006 @5006 -ord_5007 @5007 -ord_5008 @5008 -ord_5009 @5009 -ord_5010 @5010 -ord_5011 @5011 -ord_5012 @5012 -ord_5013 @5013 -ord_5014 @5014 -ord_5015 @5015 -ord_5016 @5016 -ord_5017 @5017 -ord_5018 @5018 -ord_5019 @5019 -ord_5020 @5020 -ord_5021 @5021 -ord_5022 @5022 -ord_5023 @5023 -ord_5024 @5024 -ord_5025 @5025 -ord_5026 @5026 -ord_5027 @5027 -ord_5028 @5028 -ord_5029 @5029 -ord_5030 @5030 -ord_5031 @5031 -ord_5032 @5032 -ord_5033 @5033 -ord_5034 @5034 -ord_5035 @5035 -ord_5036 @5036 -ord_5037 @5037 -ord_5038 @5038 -ord_5039 @5039 -ord_5040 @5040 -ord_5041 @5041 -ord_5042 @5042 -ord_5043 @5043 -ord_5044 @5044 -ord_5045 @5045 -ord_5046 @5046 -ord_5047 @5047 -ord_5048 @5048 -ord_5049 @5049 -ord_5050 @5050 -ord_5051 @5051 -ord_5052 @5052 -ord_5053 @5053 -ord_5054 @5054 -ord_5055 @5055 -ord_5056 @5056 -ord_5057 @5057 -ord_5058 @5058 -ord_5059 @5059 -ord_5060 @5060 -ord_5061 @5061 -ord_5062 @5062 -ord_5063 @5063 -ord_5064 @5064 -ord_5065 @5065 -ord_5066 @5066 -ord_5067 @5067 -ord_5068 @5068 -ord_5069 @5069 -ord_5070 @5070 -ord_5071 @5071 -ord_5072 @5072 -ord_5073 @5073 -ord_5074 @5074 -ord_5075 @5075 -ord_5076 @5076 -ord_5077 @5077 -ord_5078 @5078 -ord_5079 @5079 -ord_5080 @5080 -ord_5081 @5081 -ord_5082 @5082 -ord_5083 @5083 -ord_5084 @5084 -ord_5085 @5085 -ord_5086 @5086 -ord_5087 @5087 -ord_5088 @5088 -ord_5089 @5089 -ord_5090 @5090 -ord_5091 @5091 -ord_5092 @5092 -ord_5093 @5093 -ord_5094 @5094 -ord_5095 @5095 -ord_5096 @5096 -ord_5097 @5097 -ord_5098 @5098 -ord_5099 @5099 -ord_5100 @5100 -ord_5101 @5101 -ord_5102 @5102 -ord_5103 @5103 -ord_5104 @5104 -ord_5105 @5105 -ord_5106 @5106 -ord_5107 @5107 -ord_5108 @5108 -ord_5109 @5109 -ord_5110 @5110 -ord_5111 @5111 -ord_5112 @5112 -ord_5113 @5113 -ord_5114 @5114 -ord_5115 @5115 -ord_5116 @5116 -ord_5117 @5117 -ord_5118 @5118 -ord_5119 @5119 -ord_5120 @5120 -ord_5121 @5121 -ord_5122 @5122 -ord_5123 @5123 -ord_5124 @5124 -ord_5125 @5125 -ord_5126 @5126 -ord_5127 @5127 -ord_5128 @5128 -ord_5129 @5129 -ord_5130 @5130 -ord_5131 @5131 -ord_5132 @5132 -ord_5133 @5133 -ord_5134 @5134 -ord_5135 @5135 -ord_5136 @5136 -ord_5137 @5137 -ord_5138 @5138 -ord_5139 @5139 -ord_5140 @5140 -ord_5141 @5141 -ord_5142 @5142 -ord_5143 @5143 -ord_5144 @5144 -ord_5145 @5145 -ord_5146 @5146 -ord_5147 @5147 -ord_5148 @5148 -ord_5149 @5149 -ord_5150 @5150 -ord_5151 @5151 -ord_5152 @5152 -ord_5153 @5153 -ord_5154 @5154 -ord_5155 @5155 -ord_5156 @5156 -ord_5157 @5157 -ord_5158 @5158 -ord_5159 @5159 -ord_5160 @5160 -ord_5161 @5161 -ord_5162 @5162 -ord_5163 @5163 -ord_5164 @5164 -ord_5165 @5165 -ord_5166 @5166 -ord_5167 @5167 -ord_5168 @5168 -ord_5169 @5169 -ord_5170 @5170 -ord_5171 @5171 -ord_5172 @5172 -ord_5173 @5173 -ord_5174 @5174 -ord_5175 @5175 -ord_5176 @5176 -ord_5177 @5177 -ord_5178 @5178 -ord_5179 @5179 -ord_5180 @5180 -ord_5181 @5181 -ord_5182 @5182 -ord_5183 @5183 -ord_5184 @5184 -ord_5185 @5185 -ord_5186 @5186 -ord_5187 @5187 -ord_5188 @5188 -ord_5189 @5189 -ord_5190 @5190 -ord_5191 @5191 -ord_5192 @5192 -ord_5193 @5193 -ord_5194 @5194 -ord_5195 @5195 -ord_5196 @5196 -ord_5197 @5197 -ord_5198 @5198 -ord_5199 @5199 -ord_5200 @5200 -ord_5201 @5201 -ord_5202 @5202 -ord_5203 @5203 -ord_5204 @5204 -ord_5205 @5205 -ord_5206 @5206 -ord_5207 @5207 -ord_5208 @5208 -ord_5209 @5209 -ord_5210 @5210 -ord_5211 @5211 -ord_5212 @5212 -ord_5213 @5213 -ord_5214 @5214 -ord_5215 @5215 -ord_5216 @5216 -ord_5217 @5217 -ord_5218 @5218 -ord_5219 @5219 -ord_5220 @5220 -ord_5221 @5221 -ord_5222 @5222 -ord_5223 @5223 -ord_5224 @5224 -ord_5225 @5225 -ord_5226 @5226 -ord_5227 @5227 -ord_5228 @5228 -ord_5229 @5229 -ord_5230 @5230 -ord_5231 @5231 -ord_5232 @5232 -ord_5233 @5233 -ord_5234 @5234 -ord_5235 @5235 -ord_5236 @5236 -ord_5237 @5237 -ord_5238 @5238 -ord_5239 @5239 -ord_5240 @5240 -ord_5241 @5241 -ord_5242 @5242 -ord_5243 @5243 -ord_5244 @5244 -ord_5245 @5245 -ord_5246 @5246 -ord_5247 @5247 -ord_5248 @5248 -ord_5249 @5249 -ord_5250 @5250 -ord_5251 @5251 -ord_5252 @5252 -ord_5253 @5253 -ord_5254 @5254 -ord_5255 @5255 -ord_5256 @5256 -ord_5257 @5257 -ord_5258 @5258 -ord_5259 @5259 -ord_5260 @5260 -ord_5261 @5261 -ord_5262 @5262 -ord_5263 @5263 -ord_5264 @5264 -ord_5265 @5265 -ord_5266 @5266 -ord_5267 @5267 -ord_5268 @5268 -ord_5269 @5269 -ord_5270 @5270 -ord_5271 @5271 -ord_5272 @5272 -ord_5273 @5273 -ord_5274 @5274 -ord_5275 @5275 -ord_5276 @5276 -ord_5277 @5277 -ord_5278 @5278 -ord_5279 @5279 -ord_5280 @5280 -ord_5281 @5281 -ord_5282 @5282 -ord_5283 @5283 -ord_5284 @5284 -ord_5285 @5285 -ord_5286 @5286 -ord_5287 @5287 -ord_5288 @5288 -ord_5289 @5289 -ord_5290 @5290 -ord_5291 @5291 -ord_5292 @5292 -ord_5293 @5293 -ord_5294 @5294 -ord_5295 @5295 -ord_5296 @5296 -ord_5297 @5297 -ord_5298 @5298 -ord_5299 @5299 -ord_5300 @5300 -ord_5301 @5301 -ord_5302 @5302 -ord_5303 @5303 -ord_5304 @5304 -ord_5305 @5305 -ord_5306 @5306 -ord_5307 @5307 -ord_5308 @5308 -ord_5309 @5309 -ord_5310 @5310 -ord_5311 @5311 -ord_5312 @5312 -ord_5313 @5313 -ord_5314 @5314 -ord_5315 @5315 -ord_5316 @5316 -ord_5317 @5317 -ord_5318 @5318 -ord_5319 @5319 -ord_5320 @5320 -ord_5321 @5321 -ord_5322 @5322 -ord_5323 @5323 -ord_5324 @5324 -ord_5325 @5325 -ord_5326 @5326 -ord_5327 @5327 -ord_5328 @5328 -ord_5329 @5329 -ord_5330 @5330 -ord_5331 @5331 -ord_5332 @5332 -ord_5333 @5333 -ord_5334 @5334 -ord_5335 @5335 -ord_5336 @5336 -ord_5337 @5337 -ord_5338 @5338 -ord_5339 @5339 -ord_5340 @5340 -ord_5341 @5341 -ord_5342 @5342 -ord_5343 @5343 -ord_5344 @5344 -ord_5345 @5345 -ord_5346 @5346 -ord_5347 @5347 -ord_5348 @5348 -ord_5349 @5349 -ord_5350 @5350 -ord_5351 @5351 -ord_5352 @5352 -ord_5353 @5353 -ord_5354 @5354 -ord_5355 @5355 -ord_5356 @5356 -ord_5357 @5357 -ord_5358 @5358 -ord_5359 @5359 -ord_5360 @5360 -ord_5361 @5361 -ord_5362 @5362 -ord_5363 @5363 -ord_5364 @5364 -ord_5365 @5365 -ord_5366 @5366 -ord_5367 @5367 -ord_5368 @5368 -ord_5369 @5369 -ord_5370 @5370 -ord_5371 @5371 -ord_5372 @5372 -ord_5373 @5373 -ord_5374 @5374 -ord_5375 @5375 -ord_5376 @5376 -ord_5377 @5377 -ord_5378 @5378 -ord_5379 @5379 -ord_5380 @5380 -ord_5381 @5381 -ord_5382 @5382 -ord_5383 @5383 -ord_5384 @5384 -ord_5385 @5385 -ord_5386 @5386 -ord_5387 @5387 -ord_5388 @5388 -ord_5389 @5389 -ord_5390 @5390 -ord_5391 @5391 -ord_5392 @5392 -ord_5393 @5393 -ord_5394 @5394 -ord_5395 @5395 -ord_5396 @5396 -ord_5397 @5397 -ord_5398 @5398 -ord_5399 @5399 -ord_5400 @5400 -ord_5401 @5401 -ord_5402 @5402 -ord_5403 @5403 -ord_5404 @5404 -ord_5405 @5405 -ord_5406 @5406 -ord_5407 @5407 -ord_5408 @5408 -ord_5409 @5409 -ord_5410 @5410 -ord_5411 @5411 -ord_5412 @5412 -ord_5413 @5413 -ord_5414 @5414 -ord_5415 @5415 -ord_5416 @5416 -ord_5417 @5417 -ord_5418 @5418 -ord_5419 @5419 -ord_5420 @5420 -ord_5421 @5421 -ord_5422 @5422 -ord_5423 @5423 -ord_5424 @5424 -ord_5425 @5425 -ord_5426 @5426 -ord_5427 @5427 -ord_5428 @5428 -ord_5429 @5429 -ord_5430 @5430 -ord_5431 @5431 -ord_5432 @5432 -ord_5433 @5433 -ord_5434 @5434 -ord_5435 @5435 -ord_5436 @5436 -ord_5437 @5437 -ord_5438 @5438 -ord_5439 @5439 -ord_5440 @5440 -ord_5441 @5441 -ord_5442 @5442 -ord_5443 @5443 -ord_5444 @5444 -ord_5445 @5445 -ord_5446 @5446 -ord_5447 @5447 -ord_5448 @5448 -ord_5449 @5449 -ord_5450 @5450 -ord_5451 @5451 -ord_5452 @5452 -ord_5453 @5453 -ord_5454 @5454 -ord_5455 @5455 -ord_5456 @5456 -ord_5457 @5457 -ord_5458 @5458 -ord_5459 @5459 -ord_5460 @5460 -ord_5461 @5461 -ord_5462 @5462 -ord_5463 @5463 -ord_5464 @5464 -ord_5465 @5465 -ord_5466 @5466 -ord_5467 @5467 -ord_5468 @5468 -ord_5469 @5469 -ord_5470 @5470 -ord_5471 @5471 -ord_5472 @5472 -ord_5473 @5473 -ord_5474 @5474 -ord_5475 @5475 -ord_5476 @5476 -ord_5477 @5477 -ord_5478 @5478 -ord_5479 @5479 -ord_5480 @5480 -ord_5481 @5481 -ord_5482 @5482 -ord_5483 @5483 -ord_5484 @5484 -ord_5485 @5485 -ord_5486 @5486 -ord_5487 @5487 -ord_5488 @5488 -ord_5489 @5489 -ord_5490 @5490 -ord_5491 @5491 -ord_5492 @5492 -ord_5493 @5493 -ord_5494 @5494 -ord_5495 @5495 -ord_5496 @5496 -ord_5497 @5497 -ord_5498 @5498 -ord_5499 @5499 -ord_5500 @5500 -ord_5501 @5501 -ord_5502 @5502 -ord_5503 @5503 -ord_5504 @5504 -ord_5505 @5505 -ord_5506 @5506 -ord_5507 @5507 -ord_5508 @5508 -ord_5509 @5509 -ord_5510 @5510 -ord_5511 @5511 -ord_5512 @5512 -ord_5513 @5513 -ord_5514 @5514 -ord_5515 @5515 -ord_5516 @5516 -ord_5517 @5517 -ord_5518 @5518 -ord_5519 @5519 -ord_5520 @5520 -ord_5521 @5521 -ord_5522 @5522 -ord_5523 @5523 -ord_5524 @5524 -ord_5525 @5525 -ord_5526 @5526 -ord_5527 @5527 -ord_5528 @5528 -ord_5529 @5529 -ord_5530 @5530 -ord_5531 @5531 -ord_5532 @5532 -ord_5533 @5533 -ord_5534 @5534 -ord_5535 @5535 -ord_5536 @5536 -ord_5537 @5537 -ord_5538 @5538 -ord_5539 @5539 -ord_5540 @5540 -ord_5541 @5541 -ord_5542 @5542 -ord_5543 @5543 -ord_5544 @5544 -ord_5545 @5545 -ord_5546 @5546 -ord_5547 @5547 -ord_5548 @5548 -ord_5549 @5549 -ord_5550 @5550 -ord_5551 @5551 -ord_5552 @5552 -ord_5553 @5553 -ord_5554 @5554 -ord_5555 @5555 -ord_5556 @5556 -ord_5557 @5557 -ord_5558 @5558 -ord_5559 @5559 -ord_5560 @5560 -ord_5561 @5561 -ord_5562 @5562 -ord_5563 @5563 -ord_5564 @5564 -ord_5565 @5565 -ord_5566 @5566 -ord_5567 @5567 -ord_5568 @5568 -ord_5569 @5569 -ord_5570 @5570 -ord_5571 @5571 -ord_5572 @5572 -ord_5573 @5573 -ord_5574 @5574 -ord_5575 @5575 -ord_5576 @5576 -ord_5577 @5577 -ord_5578 @5578 -ord_5579 @5579 -ord_5580 @5580 -ord_5581 @5581 -ord_5582 @5582 -ord_5583 @5583 -ord_5584 @5584 -ord_5585 @5585 -ord_5586 @5586 -ord_5587 @5587 -ord_5588 @5588 -ord_5589 @5589 -ord_5590 @5590 -ord_5591 @5591 -ord_5592 @5592 -ord_5593 @5593 -ord_5594 @5594 -ord_5595 @5595 -ord_5596 @5596 -ord_5597 @5597 -ord_5598 @5598 -ord_5599 @5599 -ord_5600 @5600 -ord_5601 @5601 -ord_5602 @5602 -ord_5603 @5603 -ord_5604 @5604 -ord_5605 @5605 -ord_5606 @5606 -ord_5607 @5607 -ord_5608 @5608 -ord_5609 @5609 -ord_5610 @5610 -ord_5611 @5611 -ord_5612 @5612 -ord_5613 @5613 -ord_5614 @5614 -ord_5615 @5615 -ord_5616 @5616 -ord_5617 @5617 -ord_5618 @5618 -ord_5619 @5619 -ord_5620 @5620 -ord_5621 @5621 -ord_5622 @5622 -ord_5623 @5623 -ord_5624 @5624 -ord_5625 @5625 -ord_5626 @5626 -ord_5627 @5627 -ord_5628 @5628 -ord_5629 @5629 -ord_5630 @5630 -ord_5631 @5631 -ord_5632 @5632 -ord_5633 @5633 -ord_5634 @5634 -ord_5635 @5635 -ord_5636 @5636 -ord_5637 @5637 -ord_5638 @5638 -ord_5639 @5639 -ord_5640 @5640 -ord_5641 @5641 -ord_5642 @5642 -ord_5643 @5643 -ord_5644 @5644 -ord_5645 @5645 -ord_5646 @5646 -ord_5647 @5647 -ord_5648 @5648 -ord_5649 @5649 -ord_5650 @5650 -ord_5651 @5651 -ord_5652 @5652 -ord_5653 @5653 -ord_5654 @5654 -ord_5655 @5655 -ord_5656 @5656 -ord_5657 @5657 -ord_5658 @5658 -ord_5659 @5659 -ord_5660 @5660 -ord_5661 @5661 -ord_5662 @5662 -ord_5663 @5663 -ord_5664 @5664 -ord_5665 @5665 -ord_5666 @5666 -ord_5667 @5667 -ord_5668 @5668 -ord_5669 @5669 -ord_5670 @5670 -ord_5671 @5671 -ord_5672 @5672 -ord_5673 @5673 -ord_5674 @5674 -ord_5675 @5675 -ord_5676 @5676 -ord_5677 @5677 -ord_5678 @5678 -ord_5679 @5679 -ord_5680 @5680 -ord_5681 @5681 -ord_5682 @5682 -ord_5683 @5683 -ord_5684 @5684 -ord_5685 @5685 -ord_5686 @5686 -ord_5687 @5687 -ord_5688 @5688 -ord_5689 @5689 -ord_5690 @5690 -ord_5691 @5691 -ord_5692 @5692 -ord_5693 @5693 -ord_5694 @5694 -ord_5695 @5695 -ord_5696 @5696 -ord_5697 @5697 -ord_5698 @5698 -ord_5699 @5699 -ord_5700 @5700 -ord_5701 @5701 -ord_5702 @5702 -ord_5703 @5703 -ord_5704 @5704 -ord_5705 @5705 -ord_5706 @5706 -ord_5707 @5707 -ord_5708 @5708 -ord_5709 @5709 -ord_5710 @5710 -ord_5711 @5711 -ord_5712 @5712 -ord_5713 @5713 -ord_5714 @5714 -ord_5715 @5715 -ord_5716 @5716 -ord_5717 @5717 -ord_5718 @5718 -ord_5719 @5719 -ord_5720 @5720 -ord_5721 @5721 -ord_5722 @5722 -ord_5723 @5723 -ord_5724 @5724 -ord_5725 @5725 -ord_5726 @5726 -ord_5727 @5727 -ord_5728 @5728 -ord_5729 @5729 -ord_5730 @5730 -ord_5731 @5731 -ord_5732 @5732 -ord_5733 @5733 -ord_5734 @5734 -ord_5735 @5735 -ord_5736 @5736 -ord_5737 @5737 -ord_5738 @5738 -ord_5739 @5739 -ord_5740 @5740 -ord_5741 @5741 -ord_5742 @5742 -ord_5743 @5743 -ord_5744 @5744 -ord_5745 @5745 -ord_5746 @5746 -ord_5747 @5747 -ord_5748 @5748 -ord_5749 @5749 -ord_5750 @5750 -ord_5751 @5751 -ord_5752 @5752 -ord_5753 @5753 -ord_5754 @5754 -ord_5755 @5755 -ord_5756 @5756 -ord_5757 @5757 -ord_5758 @5758 -ord_5759 @5759 -ord_5760 @5760 -ord_5761 @5761 -ord_5762 @5762 -ord_5763 @5763 -ord_5764 @5764 -ord_5765 @5765 -ord_5766 @5766 -ord_5767 @5767 -ord_5768 @5768 -ord_5769 @5769 -ord_5770 @5770 -ord_5771 @5771 -ord_5772 @5772 -ord_5773 @5773 -ord_5774 @5774 -ord_5775 @5775 -ord_5776 @5776 -ord_5777 @5777 -ord_5778 @5778 -ord_5779 @5779 -ord_5780 @5780 -ord_5781 @5781 -ord_5782 @5782 -ord_5783 @5783 -ord_5784 @5784 -ord_5785 @5785 -ord_5786 @5786 -ord_5787 @5787 -ord_5788 @5788 -ord_5789 @5789 -ord_5790 @5790 -ord_5791 @5791 -ord_5792 @5792 -ord_5793 @5793 -ord_5794 @5794 -ord_5795 @5795 -ord_5796 @5796 -ord_5797 @5797 -ord_5798 @5798 -ord_5799 @5799 -ord_5800 @5800 -ord_5801 @5801 -ord_5802 @5802 -ord_5803 @5803 -ord_5804 @5804 -ord_5805 @5805 -ord_5806 @5806 -ord_5807 @5807 -ord_5808 @5808 -ord_5809 @5809 -ord_5810 @5810 -ord_5811 @5811 -ord_5812 @5812 -ord_5813 @5813 -ord_5814 @5814 -ord_5815 @5815 -ord_5816 @5816 -ord_5817 @5817 -ord_5818 @5818 -ord_5819 @5819 -ord_5820 @5820 -ord_5821 @5821 -ord_5822 @5822 -ord_5823 @5823 -ord_5824 @5824 -ord_5825 @5825 -ord_5826 @5826 -ord_5827 @5827 -ord_5828 @5828 -ord_5829 @5829 -ord_5830 @5830 -ord_5831 @5831 -ord_5832 @5832 -ord_5833 @5833 -ord_5834 @5834 -ord_5835 @5835 -ord_5836 @5836 -ord_5837 @5837 -ord_5838 @5838 -ord_5839 @5839 -ord_5840 @5840 -ord_5841 @5841 -ord_5842 @5842 -ord_5843 @5843 -ord_5844 @5844 -ord_5845 @5845 -ord_5846 @5846 -ord_5847 @5847 -ord_5848 @5848 -ord_5849 @5849 -ord_5850 @5850 -ord_5851 @5851 -ord_5852 @5852 -ord_5853 @5853 -ord_5854 @5854 -ord_5855 @5855 -ord_5856 @5856 -ord_5857 @5857 -ord_5858 @5858 -ord_5859 @5859 -ord_5860 @5860 -ord_5861 @5861 -ord_5862 @5862 -ord_5863 @5863 -ord_5864 @5864 -ord_5865 @5865 -ord_5866 @5866 -ord_5867 @5867 -ord_5868 @5868 -ord_5869 @5869 -ord_5870 @5870 -ord_5871 @5871 -ord_5872 @5872 -ord_5873 @5873 -ord_5874 @5874 -ord_5875 @5875 -ord_5876 @5876 -ord_5877 @5877 -ord_5878 @5878 -ord_5879 @5879 -ord_5880 @5880 -ord_5881 @5881 -ord_5882 @5882 -ord_5883 @5883 -ord_5884 @5884 -ord_5885 @5885 -ord_5886 @5886 -ord_5887 @5887 -ord_5888 @5888 -ord_5889 @5889 -ord_5890 @5890 -ord_5891 @5891 -ord_5892 @5892 -ord_5893 @5893 -ord_5894 @5894 -ord_5895 @5895 -ord_5896 @5896 -ord_5897 @5897 -ord_5898 @5898 -ord_5899 @5899 -ord_5900 @5900 -ord_5901 @5901 -ord_5902 @5902 -ord_5903 @5903 -ord_5904 @5904 -ord_5905 @5905 -ord_5906 @5906 -ord_5907 @5907 -ord_5908 @5908 -ord_5909 @5909 -ord_5910 @5910 -ord_5911 @5911 -ord_5912 @5912 -ord_5913 @5913 -ord_5914 @5914 -ord_5915 @5915 -ord_5916 @5916 -ord_5917 @5917 -ord_5918 @5918 -ord_5919 @5919 -ord_5920 @5920 -ord_5921 @5921 -ord_5922 @5922 -ord_5923 @5923 -ord_5924 @5924 -ord_5925 @5925 -ord_5926 @5926 -ord_5927 @5927 -ord_5928 @5928 -ord_5929 @5929 -ord_5930 @5930 -ord_5931 @5931 -ord_5932 @5932 -ord_5933 @5933 -ord_5934 @5934 -ord_5935 @5935 -ord_5936 @5936 -ord_5937 @5937 -ord_5938 @5938 -ord_5939 @5939 -ord_5940 @5940 -ord_5941 @5941 -ord_5942 @5942 -ord_5943 @5943 -ord_5944 @5944 -ord_5945 @5945 -ord_5946 @5946 -ord_5947 @5947 -ord_5948 @5948 -ord_5949 @5949 -ord_5950 @5950 -ord_5951 @5951 -ord_5952 @5952 -ord_5953 @5953 -ord_5954 @5954 -ord_5955 @5955 -ord_5956 @5956 -ord_5957 @5957 -ord_5958 @5958 -ord_5959 @5959 -ord_5960 @5960 -ord_5961 @5961 -ord_5962 @5962 -ord_5963 @5963 -ord_5964 @5964 -ord_5965 @5965 -ord_5966 @5966 -ord_5967 @5967 -ord_5968 @5968 -ord_5969 @5969 -ord_5970 @5970 -ord_5971 @5971 -ord_5972 @5972 -ord_5973 @5973 -ord_5974 @5974 -ord_5975 @5975 -ord_5976 @5976 -ord_5977 @5977 -ord_5978 @5978 -ord_5979 @5979 -ord_5980 @5980 -ord_5981 @5981 -ord_5982 @5982 -ord_5983 @5983 -ord_5984 @5984 -ord_5985 @5985 -ord_5986 @5986 -ord_5987 @5987 -ord_5988 @5988 -ord_5989 @5989 -ord_5990 @5990 -ord_5991 @5991 -ord_5992 @5992 -ord_5993 @5993 -ord_5994 @5994 -ord_5995 @5995 -ord_5996 @5996 -ord_5997 @5997 -ord_5998 @5998 -ord_5999 @5999 -ord_6000 @6000 -ord_6001 @6001 -ord_6002 @6002 -ord_6003 @6003 -ord_6004 @6004 -ord_6005 @6005 -ord_6006 @6006 -ord_6007 @6007 -ord_6008 @6008 -ord_6009 @6009 -ord_6010 @6010 -ord_6011 @6011 -ord_6012 @6012 -ord_6013 @6013 -ord_6014 @6014 -ord_6015 @6015 -ord_6016 @6016 -ord_6017 @6017 -ord_6018 @6018 -ord_6019 @6019 -ord_6020 @6020 -ord_6021 @6021 -ord_6022 @6022 -ord_6023 @6023 -ord_6024 @6024 -ord_6025 @6025 -ord_6026 @6026 -ord_6027 @6027 -ord_6028 @6028 -ord_6029 @6029 -ord_6030 @6030 -ord_6031 @6031 -ord_6032 @6032 -ord_6033 @6033 -ord_6034 @6034 -ord_6035 @6035 -ord_6036 @6036 -ord_6037 @6037 -ord_6038 @6038 -ord_6039 @6039 -ord_6040 @6040 -ord_6041 @6041 -ord_6042 @6042 -ord_6043 @6043 -ord_6044 @6044 -ord_6045 @6045 -ord_6046 @6046 -ord_6047 @6047 -ord_6048 @6048 -ord_6049 @6049 -ord_6050 @6050 -ord_6051 @6051 -ord_6052 @6052 -ord_6053 @6053 -ord_6054 @6054 -ord_6055 @6055 -ord_6057 @6057 -ord_6058 @6058 -ord_6059 @6059 -ord_6060 @6060 -ord_6061 @6061 -ord_6062 @6062 -ord_6063 @6063 -ord_6064 @6064 -ord_6065 @6065 -ord_6066 @6066 -ord_6067 @6067 -ord_6068 @6068 -ord_6069 @6069 -ord_6070 @6070 -ord_6071 @6071 -ord_6072 @6072 -ord_6073 @6073 -ord_6074 @6074 -ord_6075 @6075 -ord_6076 @6076 -ord_6077 @6077 -ord_6078 @6078 -ord_6079 @6079 -ord_6080 @6080 -ord_6081 @6081 -ord_6082 @6082 -ord_6083 @6083 -ord_6084 @6084 -ord_6085 @6085 -ord_6086 @6086 -ord_6087 @6087 -ord_6088 @6088 -ord_6089 @6089 -ord_6090 @6090 -ord_6091 @6091 -ord_6092 @6092 -ord_6093 @6093 -ord_6094 @6094 -ord_6095 @6095 -ord_6096 @6096 -ord_6097 @6097 -ord_6098 @6098 -ord_6099 @6099 -ord_6100 @6100 -ord_6101 @6101 -ord_6102 @6102 -ord_6103 @6103 -ord_6104 @6104 -ord_6105 @6105 -ord_6106 @6106 -ord_6107 @6107 -ord_6108 @6108 -ord_6109 @6109 -ord_6110 @6110 -ord_6111 @6111 -ord_6112 @6112 -ord_6113 @6113 -ord_6114 @6114 -ord_6115 @6115 -ord_6116 @6116 -ord_6117 @6117 -ord_6118 @6118 -ord_6119 @6119 -ord_6120 @6120 -ord_6121 @6121 -ord_6122 @6122 -ord_6123 @6123 -ord_6124 @6124 -ord_6125 @6125 -ord_6126 @6126 -ord_6127 @6127 -ord_6128 @6128 -ord_6129 @6129 -ord_6130 @6130 -ord_6131 @6131 -ord_6132 @6132 -ord_6133 @6133 -ord_6134 @6134 -ord_6135 @6135 -ord_6136 @6136 -ord_6137 @6137 -ord_6138 @6138 -ord_6139 @6139 -ord_6140 @6140 -ord_6141 @6141 -ord_6142 @6142 -ord_6143 @6143 -ord_6144 @6144 -ord_6145 @6145 -ord_6146 @6146 -ord_6147 @6147 -ord_6148 @6148 -ord_6149 @6149 -ord_6150 @6150 -ord_6151 @6151 -ord_6152 @6152 -ord_6153 @6153 -ord_6154 @6154 -ord_6155 @6155 -ord_6156 @6156 -ord_6157 @6157 -ord_6158 @6158 -ord_6159 @6159 -ord_6160 @6160 -ord_6161 @6161 -ord_6162 @6162 -ord_6163 @6163 -ord_6164 @6164 -ord_6165 @6165 -ord_6166 @6166 -ord_6167 @6167 -ord_6168 @6168 -ord_6169 @6169 -ord_6170 @6170 -ord_6171 @6171 -ord_6172 @6172 -ord_6173 @6173 -ord_6174 @6174 -ord_6175 @6175 -ord_6176 @6176 -ord_6177 @6177 -ord_6178 @6178 -ord_6179 @6179 -ord_6180 @6180 -ord_6181 @6181 -ord_6182 @6182 -ord_6183 @6183 -ord_6184 @6184 -ord_6185 @6185 -ord_6186 @6186 -ord_6187 @6187 -ord_6188 @6188 -ord_6189 @6189 -ord_6190 @6190 -ord_6191 @6191 -ord_6192 @6192 -ord_6193 @6193 -ord_6194 @6194 -ord_6195 @6195 -ord_6196 @6196 -ord_6197 @6197 -ord_6198 @6198 -ord_6199 @6199 -ord_6200 @6200 -ord_6201 @6201 -ord_6202 @6202 -ord_6203 @6203 -ord_6204 @6204 -ord_6205 @6205 -ord_6206 @6206 -ord_6207 @6207 -ord_6208 @6208 -ord_6209 @6209 -ord_6210 @6210 -ord_6211 @6211 -ord_6212 @6212 -ord_6213 @6213 -ord_6214 @6214 -ord_6215 @6215 -ord_6216 @6216 -ord_6217 @6217 -ord_6218 @6218 -ord_6219 @6219 -ord_6220 @6220 -ord_6221 @6221 -ord_6222 @6222 -ord_6223 @6223 -ord_6224 @6224 -ord_6225 @6225 -ord_6226 @6226 -ord_6227 @6227 -ord_6228 @6228 -ord_6229 @6229 -ord_6230 @6230 -ord_6231 @6231 -ord_6232 @6232 -ord_6233 @6233 -ord_6234 @6234 -ord_6235 @6235 -ord_6236 @6236 -ord_6237 @6237 -ord_6238 @6238 -ord_6239 @6239 -ord_6240 @6240 -ord_6241 @6241 -ord_6242 @6242 -ord_6243 @6243 -ord_6244 @6244 -ord_6245 @6245 -ord_6246 @6246 -ord_6247 @6247 -ord_6248 @6248 -ord_6249 @6249 -ord_6250 @6250 -ord_6251 @6251 -ord_6252 @6252 -ord_6253 @6253 -ord_6254 @6254 -ord_6255 @6255 -ord_6256 @6256 -ord_6257 @6257 -ord_6258 @6258 -ord_6259 @6259 -ord_6260 @6260 -ord_6261 @6261 -ord_6262 @6262 -ord_6263 @6263 -ord_6264 @6264 -ord_6265 @6265 -ord_6266 @6266 -ord_6267 @6267 -ord_6268 @6268 -ord_6269 @6269 -ord_6270 @6270 -ord_6271 @6271 -ord_6272 @6272 -ord_6273 @6273 -ord_6274 @6274 -ord_6275 @6275 -ord_6276 @6276 -ord_6277 @6277 -ord_6278 @6278 -ord_6279 @6279 -ord_6280 @6280 -ord_6281 @6281 -ord_6282 @6282 -ord_6283 @6283 -ord_6284 @6284 -ord_6285 @6285 -ord_6286 @6286 -ord_6287 @6287 -ord_6288 @6288 -ord_6289 @6289 -ord_6290 @6290 -ord_6291 @6291 -ord_6292 @6292 -ord_6293 @6293 -ord_6294 @6294 -ord_6295 @6295 -ord_6296 @6296 -ord_6297 @6297 -ord_6298 @6298 -ord_6299 @6299 -ord_6300 @6300 -ord_6301 @6301 -ord_6302 @6302 -ord_6303 @6303 -ord_6304 @6304 -ord_6305 @6305 -ord_6306 @6306 -ord_6307 @6307 -ord_6308 @6308 -ord_6309 @6309 -ord_6310 @6310 -ord_6311 @6311 -ord_6312 @6312 -ord_6313 @6313 -ord_6314 @6314 -ord_6315 @6315 -ord_6316 @6316 -ord_6317 @6317 -ord_6318 @6318 -ord_6319 @6319 -ord_6320 @6320 -ord_6321 @6321 -ord_6322 @6322 -ord_6323 @6323 -ord_6324 @6324 -ord_6325 @6325 -ord_6326 @6326 -ord_6327 @6327 -ord_6328 @6328 -ord_6329 @6329 -ord_6330 @6330 -ord_6331 @6331 -ord_6332 @6332 -ord_6333 @6333 -ord_6334 @6334 -ord_6335 @6335 -ord_6336 @6336 -ord_6337 @6337 -ord_6338 @6338 -ord_6339 @6339 -ord_6340 @6340 -ord_6341 @6341 -ord_6342 @6342 -ord_6343 @6343 -ord_6344 @6344 -ord_6345 @6345 -ord_6346 @6346 -ord_6347 @6347 -ord_6348 @6348 -ord_6349 @6349 -ord_6350 @6350 -ord_6351 @6351 -ord_6352 @6352 -ord_6353 @6353 -ord_6354 @6354 -ord_6355 @6355 -ord_6356 @6356 -ord_6357 @6357 -ord_6358 @6358 -ord_6359 @6359 -ord_6360 @6360 -ord_6361 @6361 -ord_6362 @6362 -ord_6363 @6363 -ord_6364 @6364 -ord_6365 @6365 -ord_6366 @6366 -ord_6367 @6367 -ord_6368 @6368 -ord_6369 @6369 -ord_6370 @6370 -ord_6371 @6371 -ord_6372 @6372 -ord_6373 @6373 -ord_6374 @6374 -ord_6375 @6375 -ord_6376 @6376 -ord_6377 @6377 -ord_6378 @6378 -ord_6379 @6379 -ord_6380 @6380 -ord_6381 @6381 -ord_6382 @6382 -ord_6383 @6383 -ord_6384 @6384 -ord_6385 @6385 -ord_6386 @6386 -ord_6387 @6387 -ord_6388 @6388 -ord_6389 @6389 -ord_6390 @6390 -ord_6391 @6391 -ord_6392 @6392 -ord_6393 @6393 -ord_6394 @6394 -ord_6395 @6395 -ord_6396 @6396 -ord_6397 @6397 -ord_6398 @6398 -ord_6399 @6399 -ord_6400 @6400 -ord_6401 @6401 -ord_6402 @6402 -ord_6403 @6403 -ord_6404 @6404 -ord_6405 @6405 -ord_6406 @6406 -ord_6407 @6407 -ord_6408 @6408 -ord_6409 @6409 -ord_6410 @6410 -ord_6411 @6411 -ord_6412 @6412 -ord_6413 @6413 -ord_6414 @6414 -ord_6415 @6415 -ord_6416 @6416 -ord_6417 @6417 -ord_6418 @6418 -ord_6419 @6419 -ord_6420 @6420 -ord_6421 @6421 -ord_6422 @6422 -ord_6423 @6423 -ord_6424 @6424 -ord_6425 @6425 -ord_6426 @6426 -ord_6427 @6427 -ord_6428 @6428 -ord_6429 @6429 -ord_6430 @6430 -ord_6431 @6431 -ord_6432 @6432 -ord_6433 @6433 -ord_6434 @6434 -ord_6435 @6435 -ord_6436 @6436 -ord_6437 @6437 -ord_6438 @6438 -ord_6439 @6439 -ord_6440 @6440 -ord_6441 @6441 -ord_6442 @6442 -ord_6443 @6443 -ord_6444 @6444 -ord_6445 @6445 -ord_6446 @6446 -ord_6447 @6447 -ord_6448 @6448 -ord_6449 @6449 -ord_6450 @6450 -ord_6451 @6451 -ord_6452 @6452 -ord_6453 @6453 -ord_6454 @6454 -ord_6455 @6455 -ord_6456 @6456 -ord_6457 @6457 -ord_6458 @6458 -ord_6459 @6459 -ord_6460 @6460 -ord_6461 @6461 -ord_6462 @6462 -ord_6463 @6463 -ord_6464 @6464 -ord_6465 @6465 -ord_6466 @6466 -ord_6467 @6467 -ord_6468 @6468 -ord_6469 @6469 -ord_6470 @6470 -ord_6471 @6471 -ord_6472 @6472 -ord_6473 @6473 -ord_6474 @6474 -ord_6475 @6475 -ord_6476 @6476 -ord_6477 @6477 -ord_6478 @6478 -ord_6479 @6479 -ord_6480 @6480 -ord_6481 @6481 -ord_6482 @6482 -ord_6483 @6483 -ord_6484 @6484 -ord_6485 @6485 -ord_6486 @6486 -ord_6487 @6487 -ord_6488 @6488 -ord_6489 @6489 -ord_6490 @6490 -ord_6491 @6491 -ord_6492 @6492 -ord_6493 @6493 -ord_6494 @6494 -ord_6495 @6495 -ord_6496 @6496 -ord_6497 @6497 -ord_6498 @6498 -ord_6499 @6499 -ord_6500 @6500 -ord_6501 @6501 -ord_6502 @6502 -ord_6503 @6503 -ord_6504 @6504 -ord_6505 @6505 -ord_6506 @6506 -ord_6507 @6507 -ord_6508 @6508 -ord_6509 @6509 -ord_6510 @6510 -ord_6511 @6511 -ord_6512 @6512 -ord_6513 @6513 -ord_6514 @6514 -ord_6515 @6515 -ord_6516 @6516 -ord_6517 @6517 -ord_6518 @6518 -ord_6519 @6519 -ord_6520 @6520 -ord_6521 @6521 -ord_6522 @6522 -ord_6523 @6523 -ord_6524 @6524 -ord_6525 @6525 -ord_6526 @6526 -ord_6527 @6527 -ord_6528 @6528 -ord_6529 @6529 -ord_6530 @6530 -ord_6531 @6531 -ord_6532 @6532 -ord_6533 @6533 -ord_6534 @6534 -ord_6535 @6535 -ord_6536 @6536 -ord_6537 @6537 -ord_6538 @6538 -ord_6539 @6539 -ord_6540 @6540 -ord_6541 @6541 -ord_6542 @6542 -ord_6543 @6543 -ord_6544 @6544 -ord_6545 @6545 -ord_6546 @6546 -ord_6547 @6547 -ord_6548 @6548 -ord_6549 @6549 -ord_6550 @6550 -ord_6551 @6551 -ord_6552 @6552 -ord_6553 @6553 -ord_6554 @6554 -ord_6555 @6555 -ord_6556 @6556 -ord_6557 @6557 -ord_6558 @6558 -ord_6559 @6559 -ord_6560 @6560 -ord_6561 @6561 -ord_6562 @6562 -ord_6563 @6563 -ord_6564 @6564 -ord_6565 @6565 -ord_6566 @6566 -ord_6567 @6567 -ord_6568 @6568 -ord_6569 @6569 -ord_6570 @6570 -ord_6571 @6571 -ord_6572 @6572 -ord_6573 @6573 -ord_6574 @6574 -ord_6575 @6575 -ord_6576 @6576 -ord_6577 @6577 -ord_6578 @6578 -ord_6579 @6579 -ord_6580 @6580 -ord_6581 @6581 -ord_6582 @6582 -ord_6583 @6583 -ord_6584 @6584 -ord_6585 @6585 -ord_6586 @6586 -ord_6587 @6587 -ord_6588 @6588 -ord_6589 @6589 -ord_6590 @6590 -ord_6591 @6591 -ord_6592 @6592 -ord_6593 @6593 -ord_6594 @6594 -ord_6595 @6595 -ord_6596 @6596 -ord_6597 @6597 -ord_6598 @6598 -ord_6599 @6599 -ord_6600 @6600 -ord_6601 @6601 -ord_6602 @6602 -ord_6603 @6603 -ord_6604 @6604 -ord_6605 @6605 -ord_6606 @6606 -ord_6607 @6607 -ord_6608 @6608 -ord_6609 @6609 -ord_6610 @6610 -ord_6611 @6611 -ord_6612 @6612 -ord_6613 @6613 -ord_6614 @6614 -ord_6615 @6615 -ord_6616 @6616 -ord_6617 @6617 -ord_6618 @6618 -ord_6619 @6619 -ord_6620 @6620 -ord_6621 @6621 -ord_6622 @6622 -ord_6623 @6623 -ord_6624 @6624 -ord_6625 @6625 -ord_6626 @6626 -ord_6627 @6627 -ord_6628 @6628 -ord_6629 @6629 -ord_6630 @6630 -ord_6631 @6631 -ord_6632 @6632 -ord_6633 @6633 -ord_6634 @6634 -ord_6635 @6635 -ord_6636 @6636 -ord_6637 @6637 -ord_6638 @6638 -ord_6639 @6639 -ord_6640 @6640 -ord_6641 @6641 -ord_6642 @6642 -ord_6643 @6643 -ord_6644 @6644 -ord_6645 @6645 -ord_6646 @6646 -ord_6647 @6647 -ord_6648 @6648 -ord_6649 @6649 -ord_6650 @6650 -ord_6651 @6651 -ord_6652 @6652 -ord_6653 @6653 -ord_6654 @6654 -ord_6655 @6655 -ord_6656 @6656 -ord_6657 @6657 -ord_6658 @6658 -ord_6659 @6659 -ord_6660 @6660 -ord_6661 @6661 -ord_6662 @6662 -ord_6663 @6663 -ord_6664 @6664 -ord_6665 @6665 -ord_6666 @6666 -ord_6667 @6667 -ord_6668 @6668 -ord_6669 @6669 -ord_6670 @6670 -ord_6671 @6671 -ord_6672 @6672 -ord_6673 @6673 -ord_6674 @6674 -ord_6675 @6675 -ord_6676 @6676 -ord_6677 @6677 -ord_6678 @6678 -ord_6679 @6679 -ord_6680 @6680 -ord_6681 @6681 -ord_6682 @6682 -ord_6683 @6683 -ord_6684 @6684 -ord_6685 @6685 -ord_6686 @6686 -ord_6687 @6687 -ord_6688 @6688 -ord_6689 @6689 -ord_6690 @6690 -ord_6691 @6691 -ord_6692 @6692 -ord_6693 @6693 -ord_6694 @6694 -ord_6695 @6695 -ord_6696 @6696 -ord_6697 @6697 -ord_6698 @6698 -ord_6699 @6699 -ord_6700 @6700 -ord_6701 @6701 -ord_6702 @6702 -ord_6703 @6703 -ord_6704 @6704 -ord_6705 @6705 -ord_6706 @6706 -ord_6707 @6707 -ord_6708 @6708 -ord_6709 @6709 -ord_6710 @6710 -ord_6711 @6711 -ord_6712 @6712 -ord_6713 @6713 -ord_6714 @6714 -ord_6715 @6715 -ord_6716 @6716 -ord_6717 @6717 -ord_6718 @6718 -ord_6719 @6719 -ord_6720 @6720 -ord_6721 @6721 -ord_6722 @6722 -ord_6723 @6723 -ord_6724 @6724 -ord_6725 @6725 -ord_6726 @6726 -ord_6727 @6727 -ord_6728 @6728 -ord_6729 @6729 -ord_6730 @6730 -ord_6731 @6731 -ord_6732 @6732 -ord_6733 @6733 -ord_6734 @6734 -ord_6735 @6735 -ord_6736 @6736 -ord_6737 @6737 -ord_6738 @6738 -ord_6739 @6739 -ord_6740 @6740 -ord_6741 @6741 -ord_6742 @6742 -ord_6743 @6743 -ord_6744 @6744 -ord_6745 @6745 -ord_6746 @6746 -ord_6747 @6747 -ord_6748 @6748 -ord_6749 @6749 -ord_6750 @6750 -ord_6751 @6751 -ord_6752 @6752 -ord_6753 @6753 -ord_6754 @6754 -ord_6755 @6755 -ord_6756 @6756 -ord_6757 @6757 -ord_6758 @6758 -ord_6759 @6759 -ord_6760 @6760 -ord_6761 @6761 -ord_6762 @6762 -ord_6763 @6763 -ord_6764 @6764 -ord_6765 @6765 -ord_6766 @6766 -ord_6767 @6767 -ord_6768 @6768 -ord_6769 @6769 -ord_6770 @6770 -ord_6771 @6771 -ord_6772 @6772 -ord_6773 @6773 -ord_6774 @6774 -ord_6775 @6775 -ord_6776 @6776 -ord_6777 @6777 -ord_6778 @6778 -ord_6779 @6779 -ord_6780 @6780 -ord_6781 @6781 -ord_6782 @6782 -ord_6783 @6783 -ord_6784 @6784 -ord_6785 @6785 -ord_6786 @6786 -ord_6787 @6787 -ord_6788 @6788 -ord_6789 @6789 -ord_6790 @6790 -ord_6791 @6791 -ord_6792 @6792 -ord_6793 @6793 -ord_6794 @6794 -ord_6795 @6795 -ord_6796 @6796 -ord_6797 @6797 -ord_6798 @6798 -ord_6799 @6799 -ord_6800 @6800 -ord_6801 @6801 -ord_6802 @6802 -ord_6803 @6803 -ord_6804 @6804 -ord_6805 @6805 -ord_6806 @6806 -ord_6807 @6807 -ord_6808 @6808 -ord_6809 @6809 -ord_6810 @6810 -ord_6811 @6811 -ord_6812 @6812 -ord_6813 @6813 -ord_6814 @6814 -ord_6815 @6815 -ord_6816 @6816 -ord_6817 @6817 -ord_6818 @6818 -ord_6819 @6819 -ord_6820 @6820 -ord_6821 @6821 -ord_6822 @6822 -ord_6823 @6823 -ord_6824 @6824 -ord_6825 @6825 -ord_6826 @6826 -ord_6827 @6827 -ord_6828 @6828 -ord_6829 @6829 -ord_6830 @6830 -ord_6831 @6831 -ord_6832 @6832 -ord_6833 @6833 -ord_6834 @6834 -ord_6835 @6835 -ord_6836 @6836 -ord_6837 @6837 -ord_6838 @6838 -ord_6839 @6839 -ord_6840 @6840 -ord_6841 @6841 -ord_6842 @6842 -ord_6843 @6843 -ord_6844 @6844 -ord_6845 @6845 -ord_6846 @6846 -ord_6847 @6847 -ord_6848 @6848 -ord_6849 @6849 -ord_6850 @6850 -ord_6851 @6851 -ord_6852 @6852 -ord_6853 @6853 -ord_6854 @6854 -ord_6855 @6855 -ord_6856 @6856 -ord_6857 @6857 -ord_6858 @6858 -ord_6859 @6859 -ord_6860 @6860 -ord_6861 @6861 -ord_6862 @6862 -ord_6863 @6863 -ord_6864 @6864 -ord_6865 @6865 -ord_6866 @6866 -ord_6867 @6867 -ord_6868 @6868 -ord_6869 @6869 -ord_6870 @6870 -ord_6871 @6871 -ord_6872 @6872 -ord_6873 @6873 -ord_6874 @6874 -ord_6875 @6875 -ord_6876 @6876 -ord_6877 @6877 -ord_6878 @6878 -ord_6879 @6879 -ord_6880 @6880 -ord_6881 @6881 -ord_6882 @6882 -ord_6883 @6883 -ord_6884 @6884 -ord_6885 @6885 -ord_6886 @6886 -ord_6887 @6887 -ord_6888 @6888 -ord_6889 @6889 -ord_6890 @6890 -ord_6891 @6891 -ord_6892 @6892 -ord_6893 @6893 -ord_6894 @6894 -ord_6895 @6895 -ord_6896 @6896 -ord_6897 @6897 -ord_6898 @6898 -ord_6899 @6899 -ord_6900 @6900 -ord_6901 @6901 -ord_6902 @6902 -ord_6903 @6903 -ord_6904 @6904 -ord_6905 @6905 -ord_6906 @6906 -ord_6907 @6907 -ord_6908 @6908 -ord_6909 @6909 -ord_6910 @6910 -ord_6911 @6911 -ord_6912 @6912 -ord_6913 @6913 -ord_6914 @6914 -ord_6915 @6915 -ord_6916 @6916 -ord_6917 @6917 -ord_6918 @6918 -ord_6919 @6919 -ord_6920 @6920 -ord_6921 @6921 -ord_6922 @6922 -ord_6923 @6923 -ord_6924 @6924 -ord_6925 @6925 -ord_6926 @6926 -ord_6927 @6927 -ord_6928 @6928 -ord_6929 @6929 -ord_6930 @6930 -ord_6931 @6931 -ord_6932 @6932 -ord_6933 @6933 -ord_6934 @6934 -ord_6935 @6935 -ord_6936 @6936 -ord_6937 @6937 -ord_6938 @6938 -ord_6939 @6939 -ord_6940 @6940 -ord_6941 @6941 -ord_6942 @6942 -ord_6943 @6943 -ord_6944 @6944 -ord_6945 @6945 -ord_6946 @6946 -ord_6947 @6947 -ord_6948 @6948 -ord_6949 @6949 -ord_6950 @6950 -ord_6951 @6951 -ord_6952 @6952 -ord_6953 @6953 -ord_6954 @6954 -ord_6955 @6955 -ord_6956 @6956 -ord_6957 @6957 -ord_6958 @6958 -ord_6959 @6959 -ord_6960 @6960 -ord_6961 @6961 -ord_6962 @6962 -ord_6963 @6963 -ord_6964 @6964 -ord_6965 @6965 -ord_6966 @6966 -ord_6967 @6967 -ord_6968 @6968 -ord_6969 @6969 -ord_6970 @6970 -ord_6971 @6971 -ord_6972 @6972 -ord_6973 @6973 -ord_6974 @6974 -ord_6975 @6975 -ord_6976 @6976 -ord_6977 @6977 -ord_6978 @6978 -ord_6979 @6979 -ord_6980 @6980 -ord_6981 @6981 -ord_6982 @6982 -ord_6983 @6983 -ord_6984 @6984 -ord_6985 @6985 -ord_6986 @6986 -ord_6987 @6987 -ord_6988 @6988 -ord_6989 @6989 -ord_6990 @6990 -ord_6991 @6991 -ord_6992 @6992 -ord_6993 @6993 -ord_6994 @6994 -ord_6995 @6995 -ord_6996 @6996 -ord_6997 @6997 -ord_6998 @6998 -ord_6999 @6999 -ord_7000 @7000 -ord_7001 @7001 -ord_7002 @7002 -ord_7003 @7003 -ord_7004 @7004 -ord_7005 @7005 -ord_7006 @7006 -ord_7007 @7007 -ord_7008 @7008 -ord_7009 @7009 -ord_7010 @7010 -ord_7011 @7011 -ord_7012 @7012 -ord_7013 @7013 -ord_7014 @7014 -ord_7015 @7015 -ord_7016 @7016 -ord_7017 @7017 -ord_7018 @7018 -ord_7019 @7019 -ord_7020 @7020 -ord_7021 @7021 -ord_7022 @7022 -ord_7023 @7023 -ord_7024 @7024 -ord_7025 @7025 -ord_7026 @7026 -ord_7027 @7027 -ord_7028 @7028 -ord_7029 @7029 -ord_7030 @7030 -ord_7031 @7031 -ord_7032 @7032 -ord_7033 @7033 -ord_7034 @7034 -ord_7035 @7035 -ord_7036 @7036 -ord_7037 @7037 -ord_7038 @7038 -ord_7039 @7039 -ord_7040 @7040 -ord_7041 @7041 -ord_7042 @7042 -ord_7043 @7043 -ord_7044 @7044 -ord_7045 @7045 -ord_7046 @7046 -ord_7047 @7047 -ord_7048 @7048 -ord_7049 @7049 -ord_7050 @7050 -ord_7051 @7051 -ord_7052 @7052 -ord_7053 @7053 -ord_7054 @7054 -ord_7055 @7055 -ord_7056 @7056 -ord_7057 @7057 -ord_7058 @7058 -ord_7059 @7059 -ord_7060 @7060 -ord_7061 @7061 -ord_7062 @7062 -ord_7063 @7063 -ord_7064 @7064 -ord_7065 @7065 -ord_7066 @7066 -ord_7067 @7067 -ord_7068 @7068 -ord_7069 @7069 -ord_7070 @7070 -ord_7071 @7071 -ord_7072 @7072 -ord_7073 @7073 -ord_7074 @7074 -ord_7075 @7075 -ord_7076 @7076 -ord_7077 @7077 -ord_7078 @7078 -ord_7079 @7079 -ord_7080 @7080 -ord_7081 @7081 -ord_7082 @7082 -ord_7083 @7083 -ord_7084 @7084 -ord_7085 @7085 -ord_7086 @7086 -ord_7087 @7087 -ord_7088 @7088 -ord_7089 @7089 -ord_7090 @7090 -ord_7091 @7091 -ord_7092 @7092 -ord_7093 @7093 -ord_7094 @7094 -ord_7095 @7095 -ord_7096 @7096 -ord_7097 @7097 -ord_7098 @7098 -ord_7099 @7099 -ord_7100 @7100 -ord_7101 @7101 -ord_7102 @7102 -ord_7103 @7103 -ord_7104 @7104 -ord_7105 @7105 -ord_7106 @7106 -ord_7107 @7107 -ord_7108 @7108 -ord_7109 @7109 -ord_7110 @7110 -ord_7111 @7111 -ord_7112 @7112 -ord_7113 @7113 -ord_7114 @7114 -ord_7115 @7115 -ord_7116 @7116 -ord_7117 @7117 -ord_7118 @7118 -ord_7119 @7119 -ord_7120 @7120 -ord_7121 @7121 -ord_7122 @7122 -ord_7123 @7123 -ord_7124 @7124 -ord_7125 @7125 -ord_7126 @7126 -ord_7127 @7127 -ord_7128 @7128 -ord_7129 @7129 -ord_7130 @7130 -ord_7131 @7131 -ord_7132 @7132 -ord_7133 @7133 -ord_7134 @7134 -ord_7135 @7135 -ord_7136 @7136 -ord_7137 @7137 -ord_7138 @7138 -ord_7139 @7139 -ord_7140 @7140 -ord_7141 @7141 -ord_7142 @7142 -ord_7143 @7143 -ord_7144 @7144 -ord_7145 @7145 -ord_7146 @7146 -ord_7147 @7147 -ord_7148 @7148 -ord_7149 @7149 -ord_7150 @7150 -ord_7151 @7151 -ord_7152 @7152 -ord_7153 @7153 -ord_7154 @7154 -ord_7155 @7155 -ord_7156 @7156 -ord_7157 @7157 -ord_7158 @7158 -ord_7159 @7159 -ord_7160 @7160 -ord_7161 @7161 -ord_7162 @7162 -ord_7163 @7163 -ord_7164 @7164 -ord_7165 @7165 -ord_7166 @7166 -ord_7167 @7167 -ord_7168 @7168 -ord_7169 @7169 -ord_7170 @7170 -ord_7171 @7171 -ord_7172 @7172 -ord_7173 @7173 -ord_7174 @7174 -ord_7175 @7175 -ord_7176 @7176 -ord_7177 @7177 -ord_7178 @7178 -ord_7179 @7179 -ord_7180 @7180 -ord_7181 @7181 -ord_7182 @7182 -ord_7183 @7183 -ord_7184 @7184 -ord_7185 @7185 -ord_7186 @7186 -ord_7187 @7187 -ord_7188 @7188 -ord_7189 @7189 -ord_7190 @7190 -ord_7191 @7191 -ord_7192 @7192 -ord_7193 @7193 -ord_7194 @7194 -ord_7195 @7195 -ord_7196 @7196 -ord_7197 @7197 -ord_7198 @7198 -ord_7199 @7199 -ord_7200 @7200 -ord_7201 @7201 -ord_7202 @7202 -ord_7203 @7203 -ord_7204 @7204 -ord_7205 @7205 -ord_7206 @7206 -ord_7207 @7207 -ord_7208 @7208 -ord_7209 @7209 -ord_7210 @7210 -ord_7211 @7211 -ord_7212 @7212 -ord_7213 @7213 -ord_7214 @7214 -ord_7215 @7215 -ord_7216 @7216 -ord_7217 @7217 -ord_7218 @7218 -ord_7219 @7219 -ord_7220 @7220 -ord_7221 @7221 -ord_7222 @7222 -ord_7223 @7223 -ord_7224 @7224 -ord_7225 @7225 -ord_7226 @7226 -ord_7227 @7227 -ord_7228 @7228 -ord_7229 @7229 -ord_7230 @7230 -ord_7231 @7231 -ord_7232 @7232 -ord_7233 @7233 -ord_7234 @7234 -ord_7235 @7235 -ord_7236 @7236 -ord_7237 @7237 -ord_7238 @7238 -ord_7239 @7239 -ord_7240 @7240 -ord_7241 @7241 -ord_7242 @7242 -ord_7243 @7243 -ord_7244 @7244 -ord_7245 @7245 -ord_7246 @7246 -ord_7247 @7247 -ord_7248 @7248 -ord_7249 @7249 -ord_7250 @7250 -ord_7251 @7251 -ord_7252 @7252 -ord_7253 @7253 -ord_7254 @7254 -ord_7255 @7255 -ord_7256 @7256 -ord_7257 @7257 -ord_7258 @7258 -ord_7259 @7259 -ord_7260 @7260 -ord_7261 @7261 -ord_7262 @7262 -ord_7263 @7263 -ord_7264 @7264 -ord_7265 @7265 -ord_7266 @7266 -ord_7267 @7267 -ord_7268 @7268 -ord_7269 @7269 -ord_7270 @7270 -ord_7271 @7271 -ord_7272 @7272 -ord_7273 @7273 -ord_7274 @7274 -ord_7275 @7275 -ord_7276 @7276 -ord_7277 @7277 -ord_7278 @7278 -ord_7279 @7279 -ord_7280 @7280 -ord_7281 @7281 -ord_7282 @7282 -ord_7283 @7283 -ord_7284 @7284 -ord_7285 @7285 -ord_7286 @7286 -ord_7287 @7287 -ord_7288 @7288 -ord_7289 @7289 -ord_7290 @7290 -ord_7291 @7291 -ord_7292 @7292 -ord_7293 @7293 -ord_7294 @7294 -ord_7295 @7295 -ord_7296 @7296 -ord_7297 @7297 -ord_7298 @7298 -ord_7299 @7299 -ord_7300 @7300 -ord_7301 @7301 -ord_7302 @7302 -ord_7303 @7303 -ord_7304 @7304 -ord_7305 @7305 -ord_7306 @7306 -ord_7307 @7307 -ord_7308 @7308 -ord_7309 @7309 -ord_7310 @7310 -ord_7311 @7311 -ord_7312 @7312 -ord_7313 @7313 -ord_7314 @7314 -ord_7315 @7315 -ord_7316 @7316 -ord_7317 @7317 -ord_7318 @7318 -ord_7319 @7319 -ord_7320 @7320 -ord_7321 @7321 -ord_7322 @7322 -ord_7323 @7323 -ord_7324 @7324 -ord_7325 @7325 -ord_7326 @7326 -ord_7327 @7327 -ord_7328 @7328 -ord_7329 @7329 -ord_7330 @7330 -ord_7331 @7331 -ord_7332 @7332 -ord_7333 @7333 -ord_7334 @7334 -ord_7335 @7335 -ord_7336 @7336 -ord_7337 @7337 -ord_7338 @7338 -ord_7339 @7339 -ord_7340 @7340 -ord_7341 @7341 -ord_7342 @7342 -ord_7343 @7343 -ord_7344 @7344 -ord_7345 @7345 -ord_7346 @7346 -ord_7347 @7347 -ord_7348 @7348 -ord_7349 @7349 -ord_7350 @7350 -ord_7351 @7351 -ord_7352 @7352 -ord_7353 @7353 -ord_7354 @7354 -ord_7355 @7355 -ord_7356 @7356 -ord_7357 @7357 -ord_7358 @7358 -ord_7359 @7359 -ord_7360 @7360 -ord_7361 @7361 -ord_7362 @7362 -ord_7363 @7363 -ord_7364 @7364 -ord_7365 @7365 -ord_7366 @7366 -ord_7367 @7367 -ord_7368 @7368 -ord_7369 @7369 -ord_7370 @7370 -ord_7371 @7371 -ord_7372 @7372 -ord_7373 @7373 -ord_7374 @7374 -ord_7375 @7375 -ord_7376 @7376 -ord_7377 @7377 -ord_7378 @7378 -ord_7379 @7379 -ord_7380 @7380 -ord_7381 @7381 -ord_7382 @7382 -ord_7383 @7383 -ord_7384 @7384 -ord_7385 @7385 -ord_7386 @7386 -ord_7387 @7387 -ord_7388 @7388 -ord_7389 @7389 -ord_7390 @7390 -ord_7391 @7391 -ord_7392 @7392 -ord_7393 @7393 -ord_7394 @7394 -ord_7395 @7395 -ord_7396 @7396 -ord_7397 @7397 -ord_7398 @7398 -ord_7399 @7399 -ord_7400 @7400 -ord_7401 @7401 -ord_7402 @7402 -ord_7403 @7403 -ord_7404 @7404 -ord_7405 @7405 -ord_7406 @7406 -ord_7407 @7407 -ord_7408 @7408 -ord_7409 @7409 -ord_7410 @7410 -ord_7411 @7411 -ord_7412 @7412 -ord_7413 @7413 -ord_7414 @7414 -ord_7415 @7415 -ord_7416 @7416 -ord_7417 @7417 -ord_7418 @7418 -ord_7419 @7419 -ord_7420 @7420 -ord_7421 @7421 -ord_7422 @7422 -ord_7423 @7423 -ord_7424 @7424 -ord_7425 @7425 -ord_7426 @7426 -ord_7427 @7427 -ord_7428 @7428 -ord_7429 @7429 -ord_7430 @7430 -ord_7431 @7431 -ord_7432 @7432 -ord_7433 @7433 -ord_7434 @7434 -ord_7435 @7435 -ord_7436 @7436 -ord_7437 @7437 -ord_7438 @7438 -ord_7439 @7439 -ord_7440 @7440 -ord_7441 @7441 -ord_7442 @7442 -ord_7443 @7443 -ord_7444 @7444 -ord_7445 @7445 -ord_7446 @7446 DATA -ord_7447 @7447 -ord_7448 @7448 -ord_7449 @7449 -ord_7450 @7450 -ord_7451 @7451 -ord_7452 @7452 -ord_7453 @7453 -ord_7454 @7454 -ord_7455 @7455 -ord_7456 @7456 -ord_7457 @7457 -ord_7458 @7458 -ord_7459 @7459 -ord_7460 @7460 -ord_7461 @7461 -ord_7462 @7462 -ord_7463 @7463 -ord_7464 @7464 -ord_7465 @7465 -ord_7466 @7466 -ord_7467 @7467 -ord_7468 @7468 -ord_7469 @7469 -ord_7470 @7470 -ord_7471 @7471 -ord_7472 @7472 -ord_7473 @7473 -ord_7474 @7474 -ord_7475 @7475 -ord_7476 @7476 -ord_7477 @7477 -ord_7478 @7478 -ord_7479 @7479 -ord_7480 @7480 -ord_7481 @7481 -ord_7482 @7482 -ord_7483 @7483 -ord_7484 @7484 -ord_7485 @7485 -ord_7486 @7486 -ord_7487 @7487 -ord_7488 @7488 -ord_7489 @7489 -ord_7490 @7490 -ord_7491 @7491 -ord_7492 @7492 -ord_7493 @7493 -ord_7494 @7494 -ord_7495 @7495 -ord_7496 @7496 -ord_7497 @7497 -ord_7498 @7498 -ord_7499 @7499 -ord_7500 @7500 -ord_7501 @7501 -ord_7502 @7502 -ord_7503 @7503 -ord_7504 @7504 -ord_7505 @7505 -ord_7506 @7506 -ord_7507 @7507 -ord_7508 @7508 -ord_7509 @7509 -ord_7510 @7510 -ord_7511 @7511 -ord_7512 @7512 -ord_7513 @7513 -ord_7514 @7514 -ord_7515 @7515 -ord_7516 @7516 -ord_7517 @7517 -ord_7518 @7518 -ord_7519 @7519 -ord_7520 @7520 -ord_7521 @7521 -ord_7522 @7522 -ord_7523 @7523 -ord_7524 @7524 -ord_7525 @7525 -ord_7526 @7526 -ord_7527 @7527 -ord_7528 @7528 -ord_7529 @7529 -ord_7530 @7530 -ord_7531 @7531 -ord_7532 @7532 -ord_7534 @7534 -ord_7535 @7535 -ord_7536 @7536 -ord_7537 @7537 -ord_7538 @7538 -ord_7539 @7539 -ord_7540 @7540 -ord_7541 @7541 -ord_7542 @7542 -ord_7543 @7543 -ord_7544 @7544 -ord_7545 @7545 -ord_7546 @7546 -ord_7547 @7547 -ord_7548 @7548 -ord_7549 @7549 -ord_7550 @7550 -ord_7551 @7551 -ord_7552 @7552 -ord_7553 @7553 -ord_7554 @7554 -ord_7555 @7555 -ord_7556 @7556 -ord_7557 @7557 -ord_7558 @7558 -ord_7559 @7559 -ord_7560 @7560 -ord_7561 @7561 -ord_7562 @7562 -ord_7563 @7563 -ord_7564 @7564 -ord_7565 @7565 -ord_7566 @7566 -ord_7567 @7567 -ord_7568 @7568 -ord_7569 @7569 -ord_7570 @7570 -ord_7571 @7571 -ord_7572 @7572 -ord_7573 @7573 -ord_7574 @7574 -ord_7575 @7575 -ord_7576 @7576 -ord_7577 @7577 -ord_7578 @7578 -ord_7579 @7579 -ord_7580 @7580 -ord_7581 @7581 -ord_7582 @7582 -ord_7583 @7583 -ord_7584 @7584 -ord_7585 @7585 -ord_7586 @7586 -ord_7587 @7587 -ord_7588 @7588 -ord_7589 @7589 -ord_7590 @7590 -ord_7591 @7591 -ord_7592 @7592 -ord_7593 @7593 -ord_7594 @7594 -ord_7595 @7595 -ord_7596 @7596 -ord_7597 @7597 -ord_7598 @7598 -ord_7599 @7599 -ord_7600 @7600 -ord_7601 @7601 -ord_7602 @7602 -ord_7603 @7603 -ord_7604 @7604 -ord_7605 @7605 -ord_7606 @7606 -ord_7607 @7607 -ord_7608 @7608 -ord_7609 @7609 -ord_7610 @7610 -ord_7611 @7611 -ord_7612 @7612 -ord_7613 @7613 -ord_7614 @7614 -ord_7615 @7615 -ord_7616 @7616 -ord_7617 @7617 -ord_7618 @7618 -ord_7619 @7619 -ord_7620 @7620 -ord_7621 @7621 -ord_7622 @7622 -ord_7623 @7623 -ord_7624 @7624 -ord_7625 @7625 -ord_7626 @7626 -ord_7627 @7627 -ord_7628 @7628 -ord_7629 @7629 -ord_7630 @7630 -ord_7631 @7631 -ord_7632 @7632 -ord_7633 @7633 -ord_7634 @7634 -ord_7635 @7635 -ord_7636 @7636 -ord_7637 @7637 -ord_7638 @7638 -ord_7639 @7639 -ord_7640 @7640 -ord_7641 @7641 -ord_7642 @7642 -ord_7643 @7643 -ord_7644 @7644 -ord_7645 @7645 -ord_7646 @7646 -ord_7647 @7647 -ord_7648 @7648 -ord_7649 @7649 -ord_7650 @7650 -ord_7651 @7651 -ord_7652 @7652 -ord_7653 @7653 -ord_7654 @7654 -ord_7655 @7655 -ord_7656 @7656 -ord_7657 @7657 -ord_7658 @7658 -ord_7659 @7659 -ord_7660 @7660 -ord_7661 @7661 -ord_7662 @7662 -ord_7663 @7663 -ord_7664 @7664 -ord_7665 @7665 -ord_7666 @7666 -ord_7667 @7667 -ord_7668 @7668 -ord_7669 @7669 -ord_7670 @7670 -ord_7671 @7671 -ord_7672 @7672 -ord_7673 @7673 -ord_7674 @7674 -ord_7675 @7675 -ord_7676 @7676 -ord_7677 @7677 -ord_7678 @7678 -ord_7679 @7679 -ord_7680 @7680 -ord_7681 @7681 -ord_7682 @7682 -ord_7683 @7683 -ord_7684 @7684 -ord_7685 @7685 -ord_7686 @7686 -ord_7687 @7687 -ord_7688 @7688 -ord_7689 @7689 -ord_7690 @7690 -ord_7691 @7691 -ord_7692 @7692 -ord_7693 @7693 -ord_7694 @7694 -ord_7695 @7695 -ord_7696 @7696 -ord_7697 @7697 -ord_7698 @7698 -ord_7699 @7699 -ord_7700 @7700 -ord_7701 @7701 -ord_7702 @7702 -ord_7703 @7703 -ord_7704 @7704 -ord_7705 @7705 -ord_7706 @7706 -ord_7707 @7707 -ord_7708 @7708 -ord_7709 @7709 -ord_7710 @7710 -ord_7711 @7711 -ord_7712 @7712 -ord_7713 @7713 -ord_7714 @7714 -ord_7715 @7715 -ord_7716 @7716 -ord_7717 @7717 -ord_7718 @7718 -ord_7719 @7719 -ord_7720 @7720 -ord_7721 @7721 -ord_7722 @7722 -ord_7723 @7723 -ord_7724 @7724 -ord_7725 @7725 -ord_7726 @7726 -ord_7727 @7727 -ord_7728 @7728 -ord_7729 @7729 -ord_7730 @7730 -ord_7731 @7731 -ord_7732 @7732 -ord_7733 @7733 -ord_7734 @7734 -ord_7735 @7735 -ord_7736 @7736 -ord_7737 @7737 -ord_7738 @7738 -ord_7739 @7739 -ord_7740 @7740 -ord_7741 @7741 -ord_7742 @7742 -ord_7743 @7743 -ord_7744 @7744 -ord_7745 @7745 -ord_7746 @7746 -ord_7747 @7747 -ord_7748 @7748 -ord_7749 @7749 -ord_7750 @7750 -ord_7751 @7751 -ord_7752 @7752 -ord_7753 @7753 -ord_7754 @7754 -ord_7755 @7755 -ord_7756 @7756 -ord_7757 @7757 -ord_7758 @7758 -ord_7759 @7759 -ord_7760 @7760 -ord_7761 @7761 -ord_7762 @7762 -ord_7763 @7763 -ord_7764 @7764 -ord_7765 @7765 -ord_7766 @7766 -ord_7767 @7767 -ord_7768 @7768 -ord_7769 @7769 -ord_7770 @7770 -ord_7771 @7771 -ord_7772 @7772 -ord_7773 @7773 -ord_7774 @7774 -ord_7775 @7775 -ord_7776 @7776 -ord_7777 @7777 -ord_7778 @7778 -ord_7779 @7779 -ord_7780 @7780 -ord_7781 @7781 -ord_7782 @7782 -ord_7783 @7783 -ord_7784 @7784 -ord_7785 @7785 -ord_7786 @7786 -ord_7787 @7787 -ord_7788 @7788 -ord_7790 @7790 -ord_7791 @7791 -ord_7792 @7792 -ord_7793 @7793 -ord_7794 @7794 -ord_7795 @7795 -ord_7796 @7796 -ord_7797 @7797 -ord_7798 @7798 -ord_7799 @7799 -ord_7800 @7800 -ord_7801 @7801 -ord_7802 @7802 -ord_7803 @7803 -ord_7804 @7804 -ord_7805 @7805 -ord_7806 @7806 -ord_7807 @7807 -ord_7808 @7808 -ord_7809 @7809 -ord_7810 @7810 -ord_7811 @7811 -ord_7812 @7812 -ord_7813 @7813 -ord_7814 @7814 -ord_7815 @7815 -ord_7816 @7816 -ord_7817 @7817 -ord_7818 @7818 -ord_7819 @7819 -ord_7820 @7820 -ord_7821 @7821 -ord_7822 @7822 -ord_7823 @7823 -ord_7824 @7824 -ord_7825 @7825 -ord_7826 @7826 -ord_7827 @7827 -ord_7828 @7828 -ord_7829 @7829 -ord_7830 @7830 -ord_7831 @7831 -ord_7832 @7832 -ord_7833 @7833 -ord_7834 @7834 -ord_7835 @7835 -ord_7836 @7836 -ord_7837 @7837 -ord_7838 @7838 -ord_7839 @7839 -ord_7840 @7840 -ord_7841 @7841 -ord_7842 @7842 -ord_7843 @7843 -ord_7844 @7844 -ord_7845 @7845 -ord_7846 @7846 -ord_7847 @7847 -ord_7848 @7848 -ord_7849 @7849 -ord_7850 @7850 -ord_7851 @7851 -ord_7852 @7852 -ord_7853 @7853 -ord_7854 @7854 -ord_7855 @7855 -ord_7856 @7856 -ord_7857 @7857 -ord_7858 @7858 -ord_7859 @7859 -ord_7860 @7860 -ord_7861 @7861 -ord_7862 @7862 -ord_7863 @7863 -ord_7864 @7864 -ord_7865 @7865 -ord_7866 @7866 -ord_7867 @7867 -ord_7868 @7868 -ord_7869 @7869 -ord_7870 @7870 -ord_7871 @7871 -ord_7872 @7872 -ord_7873 @7873 -ord_7874 @7874 -ord_7875 @7875 -ord_7876 @7876 -ord_7877 @7877 -ord_7878 @7878 -ord_7879 @7879 -ord_7880 @7880 -ord_7881 @7881 -ord_7882 @7882 -ord_7883 @7883 -ord_7884 @7884 -ord_7885 @7885 -ord_7886 @7886 -ord_7887 @7887 -ord_7888 @7888 -ord_7889 @7889 -ord_7890 @7890 -ord_7891 @7891 -ord_7892 @7892 -ord_7893 @7893 -ord_7894 @7894 -ord_7895 @7895 -ord_7896 @7896 -ord_7897 @7897 -ord_7898 @7898 -ord_7899 @7899 -ord_7900 @7900 -ord_7901 @7901 -ord_7902 @7902 -ord_7903 @7903 -ord_7904 @7904 -ord_7905 @7905 -ord_7906 @7906 -ord_7907 @7907 -ord_7908 @7908 -ord_7909 @7909 -ord_7910 @7910 -ord_7911 @7911 -ord_7912 @7912 -ord_7913 @7913 -ord_7914 @7914 -ord_7915 @7915 -ord_7916 @7916 -ord_7917 @7917 -ord_7918 @7918 DATA -ord_7919 @7919 -ord_7920 @7920 -ord_7921 @7921 -ord_7922 @7922 -ord_7923 @7923 -ord_7924 @7924 -ord_7925 @7925 -ord_7926 @7926 -ord_7927 @7927 -ord_7928 @7928 -ord_7929 @7929 -ord_7930 @7930 -ord_7931 @7931 -ord_7932 @7932 -ord_7933 @7933 -ord_7934 @7934 -ord_7935 @7935 -ord_7936 @7936 -ord_7937 @7937 -ord_7938 @7938 -ord_7939 @7939 -ord_7940 @7940 -ord_7941 @7941 -ord_7942 @7942 -ord_7943 @7943 -ord_7944 @7944 -ord_7945 @7945 -ord_7946 @7946 -ord_7947 @7947 -ord_7948 @7948 -ord_7949 @7949 -ord_7950 @7950 -ord_7951 @7951 -ord_7952 @7952 -ord_7953 @7953 -ord_7954 @7954 -ord_7955 @7955 -ord_7956 @7956 -ord_7957 @7957 -ord_7958 @7958 -ord_7959 @7959 -ord_7960 @7960 -ord_7961 @7961 -ord_7962 @7962 -ord_7963 @7963 -ord_7964 @7964 -ord_7965 @7965 -ord_7966 @7966 -ord_7967 @7967 -ord_7968 @7968 -ord_7969 @7969 -ord_7970 @7970 -ord_7971 @7971 -ord_7972 @7972 -ord_7973 @7973 -ord_7974 @7974 -ord_7975 @7975 -ord_7976 @7976 -ord_7977 @7977 -ord_7978 @7978 -ord_7979 @7979 -ord_7980 @7980 -ord_7981 @7981 -ord_7982 @7982 -ord_7983 @7983 -ord_7984 @7984 -ord_7985 @7985 -ord_7986 @7986 -ord_7987 @7987 -ord_7988 @7988 -ord_7989 @7989 -ord_7990 @7990 -ord_7991 @7991 -ord_7992 @7992 -ord_7993 @7993 -ord_7994 @7994 -ord_7995 @7995 -ord_7996 @7996 -ord_7997 @7997 -ord_7998 @7998 -ord_7999 @7999 -ord_8000 @8000 -ord_8001 @8001 -ord_8002 @8002 -ord_8003 @8003 -ord_8004 @8004 -ord_8005 @8005 -ord_8006 @8006 -ord_8007 @8007 -ord_8008 @8008 -ord_8009 @8009 -ord_8010 @8010 -ord_8011 @8011 -ord_8012 @8012 -ord_8013 @8013 -ord_8014 @8014 -ord_8015 @8015 -ord_8016 @8016 -ord_8017 @8017 -ord_8018 @8018 -ord_8019 @8019 -ord_8020 @8020 -ord_8021 @8021 -ord_8022 @8022 -ord_8023 @8023 -ord_8024 @8024 -ord_8025 @8025 -ord_8026 @8026 -ord_8027 @8027 -ord_8028 @8028 -ord_8029 @8029 -ord_8030 @8030 -ord_8031 @8031 -ord_8032 @8032 -ord_8033 @8033 -ord_8034 @8034 -ord_8035 @8035 -ord_8036 @8036 -ord_8037 @8037 -ord_8038 @8038 -ord_8039 @8039 -ord_8040 @8040 -ord_8041 @8041 -ord_8042 @8042 -ord_8043 @8043 -ord_8044 @8044 -ord_8045 @8045 -ord_8046 @8046 -ord_8047 @8047 -ord_8048 @8048 -ord_8049 @8049 -ord_8050 @8050 -ord_8051 @8051 -ord_8052 @8052 -ord_8053 @8053 -ord_8054 @8054 -ord_8055 @8055 -ord_8056 @8056 -ord_8057 @8057 -ord_8058 @8058 -ord_8059 @8059 -ord_8060 @8060 -ord_8061 @8061 -ord_8062 @8062 -ord_8063 @8063 -ord_8064 @8064 -ord_8065 @8065 -ord_8066 @8066 -ord_8067 @8067 -ord_8068 @8068 -ord_8069 @8069 -ord_8070 @8070 -ord_8071 @8071 -ord_8072 @8072 -ord_8073 @8073 -ord_8074 @8074 DATA -ord_8075 @8075 DATA -ord_8076 @8076 DATA -ord_8077 @8077 DATA -ord_8078 @8078 DATA -ord_8079 @8079 DATA -ord_8080 @8080 DATA -ord_8081 @8081 DATA -ord_8082 @8082 DATA -ord_8083 @8083 DATA -ord_8084 @8084 DATA -ord_8085 @8085 DATA -ord_8087 @8087 DATA -ord_8088 @8088 DATA -ord_8089 @8089 DATA -ord_8091 @8091 DATA -ord_8092 @8092 DATA -ord_8093 @8093 DATA -ord_8094 @8094 DATA -ord_8095 @8095 DATA -ord_8096 @8096 DATA -ord_8097 @8097 DATA -ord_8098 @8098 DATA -ord_8099 @8099 DATA -ord_8100 @8100 DATA -ord_8101 @8101 DATA -ord_8102 @8102 DATA -ord_8103 @8103 DATA -ord_8104 @8104 DATA -ord_8105 @8105 DATA -ord_8106 @8106 DATA -ord_8107 @8107 DATA -ord_8108 @8108 DATA -ord_8109 @8109 DATA -ord_8111 @8111 DATA -ord_8112 @8112 DATA -ord_8113 @8113 DATA -ord_8114 @8114 DATA -ord_8115 @8115 DATA -ord_8116 @8116 DATA -ord_8117 @8117 DATA -ord_8118 @8118 DATA -ord_8119 @8119 DATA -ord_8120 @8120 DATA -ord_8121 @8121 DATA -ord_8122 @8122 DATA -ord_8123 @8123 DATA -ord_8124 @8124 DATA -ord_8125 @8125 DATA -ord_8126 @8126 DATA -ord_8127 @8127 DATA -ord_8128 @8128 DATA -ord_8129 @8129 DATA -ord_8130 @8130 DATA -ord_8131 @8131 DATA -ord_8132 @8132 DATA -ord_8133 @8133 DATA -ord_8134 @8134 DATA -ord_8135 @8135 DATA -ord_8136 @8136 DATA -ord_8137 @8137 DATA -ord_8138 @8138 DATA -ord_8139 @8139 DATA -ord_8140 @8140 DATA -ord_8141 @8141 DATA -ord_8142 @8142 DATA -ord_8143 @8143 DATA -ord_8144 @8144 DATA -ord_8145 @8145 DATA -ord_8146 @8146 DATA -ord_8147 @8147 DATA -ord_8148 @8148 DATA -ord_8149 @8149 DATA -ord_8150 @8150 DATA -ord_8151 @8151 DATA -ord_8152 @8152 DATA -ord_8153 @8153 DATA -ord_8154 @8154 DATA -ord_8155 @8155 DATA -ord_8156 @8156 DATA -ord_8157 @8157 DATA -ord_8158 @8158 DATA -ord_8159 @8159 DATA -ord_8160 @8160 DATA -ord_8161 @8161 DATA -ord_8162 @8162 DATA -ord_8163 @8163 DATA -ord_8166 @8166 DATA -ord_8167 @8167 DATA -ord_8168 @8168 DATA -ord_8169 @8169 DATA -ord_8170 @8170 DATA -ord_8171 @8171 DATA -ord_8172 @8172 DATA -ord_8173 @8173 DATA -ord_8174 @8174 DATA -ord_8175 @8175 DATA -ord_8176 @8176 DATA -ord_8177 @8177 DATA -ord_8178 @8178 DATA -ord_8179 @8179 DATA -ord_8180 @8180 DATA -ord_8181 @8181 DATA -ord_8182 @8182 DATA -ord_8183 @8183 DATA -ord_8184 @8184 DATA -ord_8185 @8185 DATA -ord_8186 @8186 DATA -ord_8187 @8187 DATA -ord_8188 @8188 DATA -ord_8189 @8189 DATA -ord_8190 @8190 DATA -ord_8191 @8191 DATA -ord_8192 @8192 DATA -ord_8193 @8193 DATA -ord_8194 @8194 DATA -ord_8195 @8195 DATA -ord_8196 @8196 DATA -ord_8197 @8197 DATA -ord_8198 @8198 DATA -ord_8199 @8199 DATA -ord_8200 @8200 DATA -ord_8201 @8201 DATA -ord_8202 @8202 DATA -ord_8203 @8203 DATA -ord_8204 @8204 DATA -ord_8205 @8205 DATA -ord_8206 @8206 DATA -ord_8207 @8207 DATA -ord_8208 @8208 DATA -ord_8209 @8209 DATA -ord_8210 @8210 DATA -ord_8211 @8211 DATA -ord_8212 @8212 DATA -ord_8213 @8213 DATA -ord_8214 @8214 DATA -ord_8215 @8215 DATA -ord_8216 @8216 DATA -ord_8217 @8217 DATA -ord_8218 @8218 DATA -ord_8219 @8219 DATA -ord_8220 @8220 DATA -ord_8221 @8221 DATA -ord_8222 @8222 DATA -ord_8223 @8223 DATA -ord_8224 @8224 DATA -ord_8225 @8225 DATA -ord_8226 @8226 DATA -ord_8227 @8227 DATA -ord_8228 @8228 DATA -ord_8229 @8229 DATA -ord_8230 @8230 DATA -ord_8231 @8231 DATA -ord_8232 @8232 DATA -ord_8233 @8233 DATA -ord_8234 @8234 DATA -ord_8237 @8237 DATA -ord_8238 @8238 DATA -ord_8239 @8239 DATA -ord_8240 @8240 DATA -ord_8241 @8241 DATA -ord_8242 @8242 DATA -ord_8243 @8243 DATA -ord_8244 @8244 DATA -ord_8245 @8245 DATA -ord_8246 @8246 DATA -ord_8247 @8247 DATA -ord_8249 @8249 DATA -ord_8251 @8251 DATA -ord_8252 @8252 DATA -ord_8253 @8253 DATA -ord_8254 @8254 DATA -ord_8255 @8255 DATA -ord_8256 @8256 DATA -ord_8257 @8257 DATA -ord_8258 @8258 DATA -ord_8259 @8259 DATA -ord_8260 @8260 DATA -ord_8261 @8261 DATA -ord_8262 @8262 DATA -ord_8263 @8263 DATA -ord_8264 @8264 DATA -ord_8265 @8265 DATA -ord_8266 @8266 DATA -ord_8267 @8267 DATA -ord_8268 @8268 DATA -ord_8269 @8269 -ord_8270 @8270 -ord_8271 @8271 -ord_8272 @8272 -ord_8273 @8273 -ord_8274 @8274 -ord_8275 @8275 -ord_8276 @8276 -ord_8277 @8277 -ord_8278 @8278 -ord_8279 @8279 -ord_8280 @8280 -ord_8281 @8281 -ord_8282 @8282 -ord_8283 @8283 -ord_8284 @8284 -ord_8285 @8285 -ord_8286 @8286 -ord_8287 @8287 -ord_8288 @8288 -ord_8289 @8289 -ord_8290 @8290 -ord_8291 @8291 -ord_8292 @8292 -ord_8293 @8293 -ord_8294 @8294 -ord_8295 @8295 -ord_8296 @8296 -ord_8297 @8297 -ord_8298 @8298 -ord_8299 @8299 -ord_8300 @8300 -ord_8301 @8301 -ord_8302 @8302 -ord_8303 @8303 -ord_8304 @8304 -ord_8305 @8305 -ord_8306 @8306 -ord_8307 @8307 -ord_8308 @8308 -ord_8309 @8309 -ord_8310 @8310 -ord_8311 @8311 -ord_8312 @8312 -ord_8313 @8313 -ord_8314 @8314 -ord_8315 @8315 -ord_8316 @8316 -ord_8317 @8317 -ord_8318 @8318 -ord_8319 @8319 -ord_8320 @8320 -ord_8321 @8321 -ord_8322 @8322 -ord_8323 @8323 -ord_8324 @8324 -ord_8325 @8325 -ord_8326 @8326 -ord_8327 @8327 -ord_8328 @8328 -ord_8329 @8329 -ord_8330 @8330 -ord_8331 @8331 -ord_8332 @8332 -ord_8333 @8333 -ord_8334 @8334 -ord_8335 @8335 -ord_8336 @8336 -ord_8337 @8337 -ord_8338 @8338 -ord_8339 @8339 -ord_8340 @8340 -ord_8341 @8341 -ord_8342 @8342 -ord_8343 @8343 -ord_8344 @8344 -ord_8345 @8345 -ord_8346 @8346 -ord_8347 @8347 -ord_8348 @8348 -ord_8349 @8349 -ord_8350 @8350 -ord_8351 @8351 -ord_8352 @8352 -ord_8353 @8353 -ord_8354 @8354 -ord_8355 @8355 -ord_8356 @8356 -ord_8357 @8357 -ord_8358 @8358 -ord_8359 @8359 -ord_8360 @8360 -ord_8361 @8361 -ord_8362 @8362 -ord_8363 @8363 -ord_8364 @8364 -ord_8365 @8365 -ord_8366 @8366 -ord_8367 @8367 -ord_8368 @8368 -ord_8369 @8369 -ord_8370 @8370 -ord_8371 @8371 -ord_8372 @8372 -ord_8373 @8373 -ord_8374 @8374 -ord_8375 @8375 -ord_8376 @8376 -ord_8377 @8377 -ord_8378 @8378 -ord_8379 @8379 -ord_8380 @8380 DATA -ord_8381 @8381 DATA -ord_8382 @8382 -ord_8383 @8383 -ord_8384 @8384 -ord_8385 @8385 -ord_8386 @8386 -ord_8387 @8387 -ord_8388 @8388 -ord_8389 @8389 -ord_8390 @8390 -ord_8391 @8391 -ord_8392 @8392 -ord_8393 @8393 -ord_8394 @8394 -ord_8395 @8395 -ord_8396 @8396 -ord_8397 @8397 DATA -ord_8398 @8398 -ord_8399 @8399 -ord_8400 @8400 -ord_8401 @8401 -ord_8402 @8402 -ord_8403 @8403 -ord_8404 @8404 -ord_8405 @8405 -ord_8406 @8406 -ord_8407 @8407 -ord_8408 @8408 -ord_8409 @8409 -ord_8410 @8410 -ord_8411 @8411 -ord_8412 @8412 -ord_8413 @8413 -ord_8414 @8414 -ord_8415 @8415 -ord_8416 @8416 -ord_8417 @8417 -ord_8418 @8418 -ord_8419 @8419 -ord_8420 @8420 -ord_8421 @8421 -ord_8422 @8422 -ord_8423 @8423 -ord_8424 @8424 DATA -ord_8425 @8425 DATA -ord_8426 @8426 DATA -ord_8427 @8427 -ord_8428 @8428 -ord_8429 @8429 -ord_8430 @8430 -ord_8431 @8431 -ord_8432 @8432 -ord_8433 @8433 -ord_8434 @8434 -ord_8435 @8435 -ord_8436 @8436 -ord_8437 @8437 -ord_8438 @8438 -ord_8439 @8439 -ord_8440 @8440 -ord_8441 @8441 -ord_8442 @8442 -ord_8443 @8443 -ord_8444 @8444 -ord_8445 @8445 -ord_8446 @8446 -ord_8447 @8447 -ord_8448 @8448 -ord_8449 @8449 -ord_8450 @8450 -ord_8451 @8451 -ord_8452 @8452 -ord_8453 @8453 -ord_8454 @8454 -ord_8455 @8455 -ord_8456 @8456 -ord_8457 @8457 -ord_8458 @8458 -ord_8459 @8459 -ord_8460 @8460 -ord_8461 @8461 -ord_8462 @8462 -ord_8463 @8463 -ord_8464 @8464 -ord_8465 @8465 -ord_8466 @8466 -ord_8467 @8467 -ord_8468 @8468 -ord_8469 @8469 -ord_8470 @8470 -ord_8471 @8471 -ord_8472 @8472 -ord_8473 @8473 -ord_8474 @8474 -ord_8475 @8475 -ord_8476 @8476 -ord_8477 @8477 -ord_8478 @8478 -ord_8479 @8479 -ord_8480 @8480 -ord_8481 @8481 -ord_8482 @8482 -ord_8483 @8483 -ord_8484 @8484 -ord_8485 @8485 -ord_8486 @8486 -ord_8487 @8487 -ord_8488 @8488 -ord_8489 @8489 -ord_8490 @8490 -ord_8491 @8491 -ord_8492 @8492 -ord_8493 @8493 -ord_8494 @8494 -ord_8495 @8495 -ord_8496 @8496 -ord_8497 @8497 -ord_8498 @8498 -ord_8499 @8499 -ord_8500 @8500 -ord_8501 @8501 -ord_8502 @8502 -ord_8503 @8503 -ord_8504 @8504 -ord_8505 @8505 -ord_8506 @8506 -ord_8507 @8507 -ord_8508 @8508 -ord_8509 @8509 -ord_8510 @8510 -ord_8511 @8511 -ord_8512 @8512 -ord_8513 @8513 -ord_8514 @8514 -ord_8515 @8515 -ord_8516 @8516 -ord_8517 @8517 -ord_8518 @8518 -ord_8519 @8519 -ord_8520 @8520 -ord_8521 @8521 -ord_8522 @8522 -ord_8523 @8523 -ord_8524 @8524 -ord_8525 @8525 -ord_8526 @8526 -ord_8527 @8527 -ord_8528 @8528 -ord_8529 @8529 -ord_8530 @8530 -ord_8531 @8531 -ord_8532 @8532 -ord_8533 @8533 -ord_8534 @8534 -ord_8535 @8535 -ord_8536 @8536 -ord_8537 @8537 -ord_8538 @8538 -ord_8539 @8539 -ord_8540 @8540 -ord_8541 @8541 -ord_8542 @8542 -ord_8543 @8543 -ord_8544 @8544 -ord_8545 @8545 -ord_8546 @8546 -ord_8547 @8547 -ord_8548 @8548 -ord_8549 @8549 -ord_8550 @8550 -ord_8551 @8551 -ord_8552 @8552 -ord_8553 @8553 -ord_8554 @8554 -ord_8555 @8555 -ord_8556 @8556 -ord_8557 @8557 -ord_8558 @8558 -ord_8559 @8559 -ord_8560 @8560 -ord_8561 @8561 -ord_8562 @8562 -ord_8563 @8563 -ord_8564 @8564 -ord_8565 @8565 -ord_8566 @8566 -ord_8567 @8567 -ord_8568 @8568 -ord_8569 @8569 -ord_8570 @8570 -ord_8571 @8571 -ord_8572 @8572 -ord_8573 @8573 -ord_8574 @8574 -ord_8575 @8575 -ord_8576 @8576 -ord_8577 @8577 -ord_8578 @8578 -ord_8579 @8579 -ord_8580 @8580 -ord_8581 @8581 -ord_8582 @8582 -ord_8583 @8583 -ord_8584 @8584 -ord_8585 @8585 -ord_8586 @8586 -ord_8587 @8587 -ord_8588 @8588 -ord_8589 @8589 -ord_8590 @8590 -ord_8591 @8591 -ord_8592 @8592 -ord_8593 @8593 -ord_8594 @8594 -ord_8595 @8595 -ord_8596 @8596 -ord_8597 @8597 -ord_8598 @8598 -ord_8599 @8599 -ord_8600 @8600 -ord_8601 @8601 -ord_8602 @8602 -ord_8603 @8603 -ord_8604 @8604 -ord_8605 @8605 -ord_8606 @8606 -ord_8607 @8607 -ord_8608 @8608 -ord_8609 @8609 -ord_8610 @8610 -ord_8611 @8611 -ord_8612 @8612 -ord_8613 @8613 -ord_8614 @8614 -ord_8615 @8615 -ord_8616 @8616 -ord_8617 @8617 -ord_8618 @8618 -ord_8619 @8619 -ord_8620 @8620 -ord_8621 @8621 -ord_8622 @8622 -ord_8623 @8623 -ord_8624 @8624 -ord_8625 @8625 -ord_8626 @8626 -ord_8627 @8627 -ord_8628 @8628 -ord_8629 @8629 -ord_8630 @8630 -ord_8631 @8631 -ord_8632 @8632 -ord_8633 @8633 -ord_8634 @8634 -ord_8635 @8635 -ord_8636 @8636 -ord_8637 @8637 -ord_8638 @8638 -ord_8639 @8639 -ord_8640 @8640 -ord_8641 @8641 -ord_8642 @8642 -ord_8643 @8643 -ord_8644 @8644 -ord_8645 @8645 -ord_8646 @8646 -ord_8647 @8647 -ord_8648 @8648 -ord_8649 @8649 -ord_8650 @8650 -ord_8651 @8651 -ord_8652 @8652 -ord_8653 @8653 -ord_8654 @8654 -ord_8655 @8655 -ord_8656 @8656 -ord_8657 @8657 -ord_8658 @8658 -ord_8659 @8659 -ord_8660 @8660 -ord_8661 @8661 -ord_8662 @8662 -ord_8663 @8663 -ord_8664 @8664 -ord_8665 @8665 -ord_8666 @8666 -ord_8667 @8667 -ord_8668 @8668 -ord_8669 @8669 -ord_8670 @8670 -ord_8671 @8671 -ord_8672 @8672 -ord_8673 @8673 -ord_8674 @8674 -ord_8675 @8675 -ord_8676 @8676 -ord_8677 @8677 -ord_8678 @8678 -ord_8679 @8679 -ord_8680 @8680 -ord_8681 @8681 -ord_8682 @8682 -ord_8683 @8683 -ord_8684 @8684 -ord_8685 @8685 -ord_8686 @8686 -ord_8687 @8687 -ord_8688 @8688 -ord_8689 @8689 -ord_8690 @8690 -ord_8691 @8691 -ord_8692 @8692 -ord_8693 @8693 -ord_8694 @8694 -ord_8695 @8695 -ord_8696 @8696 -ord_8697 @8697 -ord_8698 @8698 -ord_8699 @8699 -ord_8700 @8700 -ord_8701 @8701 -ord_8702 @8702 -ord_8703 @8703 -ord_8704 @8704 -ord_8705 @8705 -ord_8706 @8706 -ord_8707 @8707 -ord_8708 @8708 -ord_8709 @8709 -ord_8710 @8710 -ord_8711 @8711 -ord_8712 @8712 -ord_8713 @8713 -ord_8714 @8714 -ord_8715 @8715 -ord_8716 @8716 -ord_8717 @8717 -ord_8718 @8718 -ord_8719 @8719 -ord_8720 @8720 -ord_8721 @8721 -ord_8722 @8722 -ord_8723 @8723 -ord_8724 @8724 -ord_8725 @8725 -ord_8726 @8726 -ord_8727 @8727 -ord_8728 @8728 -ord_8729 @8729 -ord_8730 @8730 -ord_8731 @8731 -ord_8732 @8732 -ord_8733 @8733 -ord_8734 @8734 -ord_8735 @8735 -ord_8736 @8736 -ord_8737 @8737 -ord_8738 @8738 -ord_8739 @8739 -ord_8740 @8740 -ord_8741 @8741 -ord_8742 @8742 -ord_8743 @8743 -ord_8744 @8744 -ord_8745 @8745 -ord_8746 @8746 -ord_8747 @8747 -ord_8748 @8748 -ord_8749 @8749 -ord_8750 @8750 -ord_8751 @8751 -ord_8752 @8752 -ord_8753 @8753 -ord_8754 @8754 -ord_8755 @8755 -ord_8756 @8756 -ord_8757 @8757 -ord_8758 @8758 -ord_8759 @8759 -ord_8760 @8760 -ord_8761 @8761 -ord_8762 @8762 -ord_8763 @8763 -ord_8764 @8764 -ord_8765 @8765 -ord_8766 @8766 -ord_8767 @8767 -ord_8768 @8768 -ord_8769 @8769 -ord_8770 @8770 -ord_8771 @8771 -ord_8772 @8772 -ord_8773 @8773 -ord_8774 @8774 -ord_8775 @8775 -ord_8776 @8776 -ord_8777 @8777 -ord_8778 @8778 -ord_8779 @8779 -ord_8780 @8780 -ord_8781 @8781 -ord_8782 @8782 -ord_8783 @8783 -ord_8784 @8784 -ord_8785 @8785 -ord_8786 @8786 -ord_8787 @8787 -ord_8788 @8788 -ord_8789 @8789 -ord_8790 @8790 -ord_8791 @8791 -ord_8792 @8792 -ord_8793 @8793 -ord_8794 @8794 -ord_8795 @8795 -ord_8796 @8796 -ord_8797 @8797 -ord_8798 @8798 -ord_8799 @8799 -ord_8800 @8800 -ord_8801 @8801 -ord_8802 @8802 -ord_8803 @8803 -ord_8804 @8804 -ord_8805 @8805 -ord_8806 @8806 -ord_8807 @8807 -ord_8808 @8808 -ord_8809 @8809 -ord_8810 @8810 -ord_8811 @8811 -ord_8812 @8812 -ord_8813 @8813 -ord_8814 @8814 -ord_8815 @8815 -ord_8816 @8816 -ord_8817 @8817 -ord_8818 @8818 -ord_8819 @8819 -ord_8820 @8820 -ord_8821 @8821 -ord_8822 @8822 -ord_8823 @8823 -ord_8824 @8824 -ord_8825 @8825 -ord_8826 @8826 -ord_8827 @8827 -ord_8828 @8828 -ord_8829 @8829 -ord_8830 @8830 -ord_8831 @8831 -ord_8832 @8832 -ord_8833 @8833 -ord_8834 @8834 -ord_8835 @8835 -ord_8836 @8836 -ord_8837 @8837 -ord_8838 @8838 -ord_8839 @8839 -ord_8840 @8840 -ord_8841 @8841 -ord_8842 @8842 -ord_8843 @8843 -ord_8844 @8844 -ord_8845 @8845 -ord_8846 @8846 -ord_8847 @8847 -ord_8848 @8848 -ord_8849 @8849 -ord_8850 @8850 -ord_8851 @8851 -ord_8852 @8852 -ord_8853 @8853 -ord_8854 @8854 -ord_8855 @8855 -ord_8856 @8856 -ord_8857 @8857 -ord_8858 @8858 -ord_8859 @8859 -ord_8860 @8860 -ord_8861 @8861 -ord_8862 @8862 -ord_8863 @8863 -ord_8864 @8864 -ord_8865 @8865 -ord_8866 @8866 -ord_8867 @8867 -ord_8868 @8868 -ord_8869 @8869 -ord_8870 @8870 -ord_8871 @8871 -ord_8872 @8872 -ord_8873 @8873 -ord_8874 @8874 -ord_8875 @8875 -ord_8876 @8876 -ord_8877 @8877 -ord_8878 @8878 -ord_8879 @8879 -ord_8880 @8880 -ord_8881 @8881 -ord_8882 @8882 -ord_8883 @8883 -ord_8884 @8884 -ord_8885 @8885 -ord_8886 @8886 -ord_8887 @8887 -ord_8888 @8888 -ord_8889 @8889 -ord_8890 @8890 -ord_8891 @8891 -ord_8892 @8892 -ord_8893 @8893 -ord_8894 @8894 -ord_8895 @8895 -ord_8896 @8896 -ord_8897 @8897 -ord_8898 @8898 -ord_8899 @8899 -ord_8900 @8900 -ord_8901 @8901 -ord_8902 @8902 -ord_8903 @8903 -ord_8904 @8904 -ord_8905 @8905 -ord_8906 @8906 -ord_8907 @8907 -ord_8908 @8908 -ord_8909 @8909 -ord_8910 @8910 -ord_8911 @8911 -ord_8912 @8912 -ord_8913 @8913 -ord_8914 @8914 -ord_8915 @8915 -ord_8916 @8916 -ord_8917 @8917 -ord_8918 @8918 -ord_8919 @8919 -ord_8920 @8920 -ord_8921 @8921 -ord_8922 @8922 -ord_8923 @8923 -ord_8924 @8924 -ord_8925 @8925 -ord_8926 @8926 -ord_8927 @8927 -ord_8928 @8928 -ord_8929 @8929 -ord_8930 @8930 -ord_8931 @8931 -ord_8932 @8932 -ord_8933 @8933 -ord_8934 @8934 -ord_8935 @8935 -ord_8936 @8936 -ord_8937 @8937 -ord_8938 @8938 -ord_8939 @8939 -ord_8940 @8940 -ord_8941 @8941 -ord_8942 @8942 -ord_8943 @8943 -ord_8944 @8944 -ord_8945 @8945 -ord_8946 @8946 -ord_8947 @8947 -ord_8948 @8948 -ord_8949 @8949 -ord_8950 @8950 -ord_8951 @8951 -ord_8952 @8952 -ord_8953 @8953 -ord_8954 @8954 -ord_8955 @8955 -ord_8956 @8956 -ord_8957 @8957 -ord_8958 @8958 -ord_8959 @8959 -ord_8960 @8960 -ord_8961 @8961 -ord_8962 @8962 -ord_8963 @8963 -ord_8964 @8964 -ord_8965 @8965 -ord_8966 @8966 -ord_8967 @8967 -ord_8968 @8968 -ord_8969 @8969 -ord_8970 @8970 -ord_8971 @8971 -ord_8972 @8972 -ord_8973 @8973 -ord_8974 @8974 -ord_8975 @8975 -ord_8976 @8976 -ord_8977 @8977 -ord_8978 @8978 -ord_8979 @8979 -ord_8980 @8980 -ord_8981 @8981 -ord_8982 @8982 -ord_8983 @8983 -ord_8984 @8984 -ord_8985 @8985 -ord_8986 @8986 -ord_8987 @8987 -ord_8988 @8988 -ord_8989 @8989 -ord_8990 @8990 -ord_8991 @8991 -ord_8992 @8992 -ord_8993 @8993 -ord_8994 @8994 -ord_8995 @8995 -ord_8996 @8996 -ord_8997 @8997 -ord_8998 @8998 -ord_8999 @8999 -ord_9000 @9000 -ord_9001 @9001 -ord_9002 @9002 -ord_9003 @9003 -ord_9004 @9004 -ord_9005 @9005 -ord_9006 @9006 -ord_9007 @9007 -ord_9008 @9008 -ord_9009 @9009 -ord_9010 @9010 -ord_9011 @9011 -ord_9012 @9012 -ord_9013 @9013 -ord_9014 @9014 -ord_9015 @9015 -ord_9016 @9016 -ord_9017 @9017 -ord_9018 @9018 -ord_9019 @9019 -ord_9020 @9020 -ord_9021 @9021 -ord_9022 @9022 -ord_9023 @9023 -ord_9024 @9024 -ord_9025 @9025 -ord_9026 @9026 -ord_9027 @9027 -ord_9028 @9028 -ord_9029 @9029 -ord_9030 @9030 -ord_9031 @9031 -ord_9032 @9032 -ord_9033 @9033 -ord_9034 @9034 -ord_9035 @9035 -ord_9036 @9036 -ord_9037 @9037 -ord_9038 @9038 -ord_9039 @9039 -ord_9040 @9040 -ord_9041 @9041 -ord_9042 @9042 -ord_9043 @9043 -ord_9044 @9044 -ord_9045 @9045 -ord_9046 @9046 -ord_9047 @9047 -ord_9048 @9048 -ord_9049 @9049 -ord_9050 @9050 -ord_9051 @9051 -ord_9052 @9052 -ord_9053 @9053 -ord_9054 @9054 -ord_9055 @9055 -ord_9056 @9056 -ord_9057 @9057 -ord_9058 @9058 -ord_9059 @9059 -ord_9060 @9060 -ord_9061 @9061 -ord_9062 @9062 -ord_9063 @9063 -ord_9064 @9064 -ord_9065 @9065 -ord_9066 @9066 -ord_9067 @9067 -ord_9068 @9068 -ord_9069 @9069 -ord_9070 @9070 -ord_9071 @9071 -ord_9072 @9072 -ord_9073 @9073 -ord_9074 @9074 -ord_9075 @9075 -ord_9076 @9076 -ord_9077 @9077 -ord_9078 @9078 -ord_9079 @9079 -ord_9080 @9080 -ord_9081 @9081 -ord_9082 @9082 -ord_9083 @9083 -ord_9084 @9084 -ord_9085 @9085 -ord_9086 @9086 -ord_9087 @9087 -ord_9088 @9088 -ord_9089 @9089 -ord_9090 @9090 -ord_9091 @9091 -ord_9092 @9092 -ord_9093 @9093 -ord_9094 @9094 -ord_9095 @9095 -ord_9096 @9096 -ord_9097 @9097 -ord_9098 @9098 -ord_9099 @9099 -ord_9100 @9100 -ord_9101 @9101 -ord_9102 @9102 -ord_9103 @9103 -ord_9104 @9104 -ord_9105 @9105 -ord_9106 @9106 -ord_9107 @9107 -ord_9108 @9108 -ord_9109 @9109 -ord_9110 @9110 -ord_9111 @9111 -ord_9112 @9112 -ord_9113 @9113 -ord_9114 @9114 -ord_9115 @9115 -ord_9116 @9116 -ord_9117 @9117 -ord_9118 @9118 -ord_9119 @9119 -ord_9120 @9120 -ord_9121 @9121 -ord_9122 @9122 -ord_9123 @9123 -ord_9124 @9124 -ord_9125 @9125 -ord_9126 @9126 -ord_9127 @9127 -ord_9128 @9128 -ord_9129 @9129 -ord_9130 @9130 -ord_9131 @9131 -ord_9132 @9132 -ord_9133 @9133 -ord_9134 @9134 -ord_9135 @9135 -ord_9136 @9136 -ord_9137 @9137 -ord_9138 @9138 -ord_9139 @9139 -ord_9140 @9140 -ord_9141 @9141 -ord_9142 @9142 -ord_9143 @9143 -ord_9144 @9144 -ord_9145 @9145 -ord_9146 @9146 -ord_9147 @9147 -ord_9148 @9148 -ord_9149 @9149 -ord_9150 @9150 -ord_9151 @9151 -ord_9152 @9152 -ord_9153 @9153 -ord_9154 @9154 -ord_9155 @9155 -ord_9156 @9156 -ord_9157 @9157 -ord_9158 @9158 -ord_9159 @9159 -ord_9160 @9160 -ord_9161 @9161 -ord_9162 @9162 -ord_9163 @9163 -ord_9164 @9164 -ord_9165 @9165 -ord_9166 @9166 -ord_9167 @9167 -ord_9168 @9168 -ord_9169 @9169 -ord_9170 @9170 -ord_9171 @9171 -ord_9172 @9172 -ord_9173 @9173 -ord_9174 @9174 -ord_9175 @9175 -ord_9176 @9176 -ord_9177 @9177 -ord_9178 @9178 -ord_9179 @9179 -ord_9180 @9180 -ord_9181 @9181 -ord_9182 @9182 -ord_9183 @9183 -ord_9184 @9184 -ord_9185 @9185 -ord_9186 @9186 -ord_9187 @9187 -ord_9188 @9188 -ord_9189 @9189 -ord_9190 @9190 -ord_9191 @9191 -ord_9192 @9192 -ord_9193 @9193 -ord_9194 @9194 -ord_9195 @9195 -ord_9196 @9196 -ord_9197 @9197 -ord_9198 @9198 -ord_9199 @9199 -ord_9200 @9200 -ord_9201 @9201 -ord_9202 @9202 -ord_9203 @9203 -ord_9204 @9204 -ord_9205 @9205 -ord_9206 @9206 -ord_9207 @9207 -ord_9208 @9208 -ord_9209 @9209 -ord_9210 @9210 -ord_9211 @9211 -ord_9212 @9212 -ord_9213 @9213 -ord_9214 @9214 -ord_9215 @9215 -ord_9216 @9216 -ord_9217 @9217 -ord_9218 @9218 -ord_9219 @9219 -ord_9220 @9220 -ord_9221 @9221 -ord_9222 @9222 -ord_9223 @9223 -ord_9224 @9224 -ord_9225 @9225 -ord_9226 @9226 -ord_9227 @9227 -ord_9228 @9228 -ord_9229 @9229 -ord_9230 @9230 -ord_9231 @9231 -ord_9232 @9232 -ord_9233 @9233 -ord_9234 @9234 -ord_9235 @9235 -ord_9236 @9236 -ord_9237 @9237 -ord_9238 @9238 -ord_9239 @9239 -ord_9240 @9240 -ord_9241 @9241 -ord_9242 @9242 -ord_9243 @9243 -ord_9244 @9244 -ord_9245 @9245 -ord_9246 @9246 -ord_9247 @9247 -ord_9248 @9248 -ord_9249 @9249 -ord_9250 @9250 -ord_9251 @9251 -ord_9252 @9252 -ord_9253 @9253 -ord_9254 @9254 -ord_9255 @9255 -ord_9256 @9256 -ord_9257 @9257 -ord_9258 @9258 -ord_9259 @9259 -ord_9260 @9260 -ord_9261 @9261 -ord_9262 @9262 -ord_9263 @9263 -ord_9264 @9264 -ord_9265 @9265 -ord_9266 @9266 -ord_9267 @9267 -ord_9268 @9268 -ord_9269 @9269 -ord_9270 @9270 -ord_9271 @9271 -ord_9272 @9272 -ord_9273 @9273 -ord_9274 @9274 -ord_9275 @9275 -ord_9276 @9276 -ord_9277 @9277 -ord_9278 @9278 -ord_9279 @9279 -ord_9280 @9280 -ord_9281 @9281 -ord_9282 @9282 -ord_9283 @9283 -ord_9284 @9284 -ord_9285 @9285 -ord_9286 @9286 -ord_9287 @9287 -ord_9288 @9288 -ord_9289 @9289 -ord_9290 @9290 -ord_9291 @9291 -ord_9292 @9292 -ord_9293 @9293 -ord_9294 @9294 -ord_9295 @9295 -ord_9296 @9296 -ord_9297 @9297 -ord_9298 @9298 -ord_9299 @9299 -ord_9300 @9300 -ord_9301 @9301 -ord_9302 @9302 -ord_9303 @9303 -ord_9304 @9304 -ord_9305 @9305 -ord_9306 @9306 -ord_9307 @9307 -ord_9308 @9308 -ord_9309 @9309 -ord_9310 @9310 -ord_9311 @9311 -ord_9312 @9312 -ord_9313 @9313 -ord_9314 @9314 -ord_9315 @9315 -ord_9316 @9316 -ord_9317 @9317 -ord_9318 @9318 -ord_9319 @9319 -ord_9320 @9320 -ord_9321 @9321 -ord_9322 @9322 -ord_9323 @9323 -ord_9324 @9324 -ord_9325 @9325 -ord_9326 @9326 -ord_9327 @9327 -ord_9328 @9328 -ord_9329 @9329 -ord_9330 @9330 -ord_9331 @9331 -ord_9332 @9332 -ord_9333 @9333 -ord_9334 @9334 -ord_9335 @9335 -ord_9336 @9336 -ord_9337 @9337 -ord_9338 @9338 -ord_9339 @9339 -ord_9340 @9340 -ord_9341 @9341 -ord_9342 @9342 -ord_9343 @9343 -ord_9344 @9344 -ord_9345 @9345 -ord_9346 @9346 -ord_9347 @9347 -ord_9348 @9348 -ord_9349 @9349 -ord_9350 @9350 -ord_9351 @9351 -ord_9352 @9352 -ord_9353 @9353 -ord_9354 @9354 -ord_9355 @9355 -ord_9356 @9356 -ord_9357 @9357 -ord_9358 @9358 -ord_9359 @9359 -ord_9360 @9360 -ord_9361 @9361 -ord_9362 @9362 -ord_9363 @9363 -ord_9364 @9364 -ord_9365 @9365 -ord_9366 @9366 -ord_9367 @9367 -ord_9368 @9368 -ord_9369 @9369 -ord_9370 @9370 -ord_9371 @9371 -ord_9372 @9372 -ord_9373 @9373 -ord_9374 @9374 -ord_9375 @9375 -ord_9376 @9376 -ord_9377 @9377 -ord_9378 @9378 -ord_9379 @9379 -ord_9380 @9380 -ord_9381 @9381 -ord_9382 @9382 -ord_9383 @9383 -ord_9384 @9384 -ord_9385 @9385 -ord_9386 @9386 -ord_9387 @9387 -ord_9388 @9388 -ord_9389 @9389 -ord_9390 @9390 -ord_9391 @9391 -ord_9392 @9392 -ord_9393 @9393 -ord_9394 @9394 -ord_9395 @9395 -ord_9396 @9396 -ord_9397 @9397 -ord_9398 @9398 -ord_9399 @9399 -ord_9400 @9400 -ord_9401 @9401 -ord_9402 @9402 -ord_9403 @9403 -ord_9404 @9404 -ord_9405 @9405 -ord_9406 @9406 -ord_9407 @9407 -ord_9408 @9408 -ord_9409 @9409 -ord_9410 @9410 -ord_9411 @9411 -ord_9412 @9412 -ord_9413 @9413 -ord_9414 @9414 -ord_9415 @9415 -ord_9416 @9416 -ord_9417 @9417 -ord_9418 @9418 -ord_9419 @9419 -ord_9420 @9420 -ord_9421 @9421 -ord_9422 @9422 -ord_9423 @9423 -ord_9424 @9424 -ord_9425 @9425 -ord_9426 @9426 -ord_9427 @9427 -ord_9428 @9428 -ord_9429 @9429 -ord_9430 @9430 -ord_9431 @9431 -ord_9432 @9432 -ord_9433 @9433 -ord_9434 @9434 -ord_9435 @9435 -ord_9436 @9436 -ord_9437 @9437 -ord_9438 @9438 -ord_9439 @9439 -ord_9440 @9440 -ord_9441 @9441 -ord_9442 @9442 -ord_9443 @9443 -ord_9444 @9444 -ord_9445 @9445 -ord_9446 @9446 -ord_9447 @9447 -ord_9448 @9448 -ord_9449 @9449 -ord_9450 @9450 -ord_9451 @9451 -ord_9452 @9452 -ord_9453 @9453 -ord_9454 @9454 -ord_9455 @9455 -ord_9456 @9456 -ord_9457 @9457 -ord_9458 @9458 -ord_9459 @9459 -ord_9460 @9460 -ord_9461 @9461 -ord_9462 @9462 -ord_9463 @9463 -ord_9464 @9464 -ord_9465 @9465 -ord_9466 @9466 -ord_9467 @9467 -ord_9468 @9468 -ord_9469 @9469 -ord_9470 @9470 -ord_9471 @9471 -ord_9472 @9472 -ord_9473 @9473 -ord_9474 @9474 -ord_9475 @9475 -ord_9476 @9476 -ord_9477 @9477 -ord_9478 @9478 -ord_9479 @9479 -ord_9480 @9480 -ord_9481 @9481 -ord_9482 @9482 -ord_9483 @9483 -ord_9484 @9484 -ord_9485 @9485 -ord_9486 @9486 -ord_9487 @9487 -ord_9488 @9488 -ord_9489 @9489 -ord_9490 @9490 -ord_9491 @9491 -ord_9492 @9492 -ord_9493 @9493 -ord_9494 @9494 -ord_9495 @9495 -ord_9496 @9496 -ord_9497 @9497 -ord_9498 @9498 -ord_9499 @9499 -ord_9500 @9500 -ord_9501 @9501 -ord_9502 @9502 -ord_9503 @9503 -ord_9504 @9504 -ord_9505 @9505 -ord_9506 @9506 -ord_9507 @9507 -ord_9508 @9508 -ord_9509 @9509 -ord_9510 @9510 -ord_9511 @9511 -ord_9512 @9512 -ord_9513 @9513 -ord_9514 @9514 -ord_9515 @9515 -ord_9516 @9516 -ord_9517 @9517 -ord_9518 @9518 -ord_9519 @9519 -ord_9520 @9520 -ord_9521 @9521 -ord_9522 @9522 -ord_9523 @9523 -ord_9524 @9524 -ord_9525 @9525 -ord_9526 @9526 -ord_9527 @9527 -ord_9528 @9528 -ord_9529 @9529 -ord_9530 @9530 -ord_9531 @9531 -ord_9532 @9532 -ord_9533 @9533 -ord_9534 @9534 -ord_9535 @9535 -ord_9536 @9536 -ord_9537 @9537 -ord_9538 @9538 -ord_9539 @9539 -ord_9540 @9540 -ord_9541 @9541 -ord_9542 @9542 -ord_9543 @9543 -ord_9544 @9544 -ord_9545 @9545 -ord_9546 @9546 -ord_9547 @9547 -ord_9548 @9548 -ord_9549 @9549 -ord_9550 @9550 -ord_9551 @9551 -ord_9552 @9552 -ord_9553 @9553 -ord_9554 @9554 -ord_9555 @9555 -ord_9556 @9556 -ord_9557 @9557 -ord_9558 @9558 -ord_9559 @9559 -ord_9560 @9560 -ord_9561 @9561 -ord_9562 @9562 -ord_9563 @9563 -ord_9564 @9564 -ord_9565 @9565 -ord_9566 @9566 -ord_9567 @9567 -ord_9568 @9568 -ord_9569 @9569 -ord_9570 @9570 -ord_9571 @9571 -ord_9572 @9572 -ord_9573 @9573 -ord_9574 @9574 -ord_9575 @9575 -ord_9576 @9576 -ord_9577 @9577 -ord_9578 @9578 -ord_9579 @9579 -ord_9580 @9580 -ord_9581 @9581 -ord_9582 @9582 -ord_9583 @9583 -ord_9584 @9584 -ord_9585 @9585 -ord_9586 @9586 -ord_9587 @9587 -ord_9588 @9588 -ord_9589 @9589 -ord_9590 @9590 -ord_9591 @9591 -ord_9592 @9592 -ord_9593 @9593 -ord_9594 @9594 -ord_9595 @9595 -ord_9596 @9596 -ord_9597 @9597 -ord_9598 @9598 -ord_9599 @9599 -ord_9600 @9600 -ord_9601 @9601 -ord_9602 @9602 -ord_9603 @9603 -ord_9604 @9604 -ord_9605 @9605 -ord_9606 @9606 -ord_9607 @9607 -ord_9608 @9608 -ord_9609 @9609 -ord_9610 @9610 -ord_9611 @9611 -ord_9612 @9612 -ord_9613 @9613 -ord_9614 @9614 -ord_9615 @9615 -ord_9616 @9616 -ord_9617 @9617 -ord_9618 @9618 -ord_9619 @9619 -ord_9620 @9620 -ord_9621 @9621 -ord_9622 @9622 -ord_9623 @9623 -ord_9624 @9624 -ord_9625 @9625 -ord_9626 @9626 -ord_9627 @9627 -ord_9628 @9628 -ord_9629 @9629 -ord_9630 @9630 -ord_9631 @9631 -ord_9632 @9632 -ord_9633 @9633 -ord_9634 @9634 -ord_9635 @9635 -ord_9636 @9636 -ord_9637 @9637 -ord_9638 @9638 -ord_9639 @9639 -ord_9640 @9640 -ord_9641 @9641 -ord_9642 @9642 -ord_9643 @9643 -ord_9644 @9644 -ord_9645 @9645 -ord_9646 @9646 -ord_9647 @9647 -ord_9648 @9648 -ord_9649 @9649 -ord_9650 @9650 -ord_9651 @9651 -ord_9652 @9652 -ord_9653 @9653 -ord_9654 @9654 -ord_9655 @9655 -ord_9656 @9656 -ord_9657 @9657 -ord_9658 @9658 -ord_9659 @9659 -ord_9660 @9660 -ord_9661 @9661 -ord_9662 @9662 -ord_9663 @9663 -ord_9664 @9664 -ord_9665 @9665 -ord_9666 @9666 -ord_9667 @9667 -ord_9668 @9668 -ord_9669 @9669 -ord_9670 @9670 -ord_9671 @9671 -ord_9672 @9672 -ord_9673 @9673 -ord_9674 @9674 -ord_9675 @9675 -ord_9676 @9676 -ord_9677 @9677 -ord_9678 @9678 -ord_9679 @9679 -ord_9680 @9680 -ord_9681 @9681 -ord_9682 @9682 -ord_9683 @9683 -ord_9684 @9684 -ord_9685 @9685 -ord_9686 @9686 -ord_9687 @9687 -ord_9688 @9688 -ord_9689 @9689 -ord_9690 @9690 -ord_9691 @9691 -ord_9692 @9692 -ord_9693 @9693 -ord_9694 @9694 -ord_9695 @9695 -ord_9696 @9696 -ord_9697 @9697 -ord_9698 @9698 -ord_9699 @9699 -ord_9700 @9700 -ord_9701 @9701 -ord_9702 @9702 -ord_9703 @9703 -ord_9704 @9704 -ord_9705 @9705 -ord_9706 @9706 -ord_9707 @9707 -ord_9708 @9708 -ord_9709 @9709 -ord_9710 @9710 -ord_9711 @9711 -ord_9712 @9712 -ord_9713 @9713 -ord_9714 @9714 -ord_9715 @9715 -ord_9716 @9716 -ord_9717 @9717 -ord_9718 @9718 -ord_9719 @9719 -ord_9720 @9720 -ord_9721 @9721 -ord_9722 @9722 -ord_9723 @9723 -ord_9724 @9724 -ord_9725 @9725 -ord_9726 @9726 -ord_9727 @9727 -ord_9728 @9728 -ord_9729 @9729 -ord_9730 @9730 -ord_9731 @9731 -ord_9732 @9732 -ord_9733 @9733 -ord_9734 @9734 -ord_9735 @9735 -ord_9736 @9736 -ord_9737 @9737 -ord_9738 @9738 -ord_9739 @9739 -ord_9740 @9740 -ord_9741 @9741 -ord_9742 @9742 -ord_9743 @9743 -ord_9744 @9744 -ord_9745 @9745 -ord_9746 @9746 -ord_9747 @9747 -ord_9748 @9748 -ord_9749 @9749 -ord_9750 @9750 -ord_9751 @9751 -ord_9752 @9752 -ord_9753 @9753 -ord_9754 @9754 -ord_9755 @9755 -ord_9756 @9756 -ord_9757 @9757 -ord_9758 @9758 -ord_9759 @9759 -ord_9760 @9760 -ord_9761 @9761 -ord_9762 @9762 -ord_9763 @9763 -ord_9764 @9764 -ord_9765 @9765 -ord_9766 @9766 -ord_9767 @9767 -ord_9768 @9768 -ord_9769 @9769 -ord_9770 @9770 -ord_9771 @9771 -ord_9772 @9772 -ord_9773 @9773 -ord_9774 @9774 -ord_9775 @9775 -ord_9776 @9776 -ord_9777 @9777 -ord_9778 @9778 -ord_9779 @9779 -ord_9780 @9780 -ord_9781 @9781 -ord_9782 @9782 -ord_9783 @9783 -ord_9784 @9784 -ord_9785 @9785 -ord_9786 @9786 -ord_9787 @9787 -ord_9788 @9788 -ord_9789 @9789 -ord_9790 @9790 -ord_9791 @9791 -ord_9792 @9792 -ord_9793 @9793 -ord_9794 @9794 -ord_9795 @9795 -ord_9796 @9796 -ord_9797 @9797 -ord_9798 @9798 -ord_9799 @9799 -ord_9800 @9800 -ord_9801 @9801 -ord_9802 @9802 -ord_9803 @9803 -ord_9804 @9804 -ord_9805 @9805 -ord_9806 @9806 -ord_9807 @9807 -ord_9808 @9808 -ord_9809 @9809 -ord_9810 @9810 -ord_9811 @9811 -ord_9812 @9812 -ord_9813 @9813 -ord_9814 @9814 -ord_9815 @9815 -ord_9816 @9816 -ord_9817 @9817 -ord_9818 @9818 -ord_9819 @9819 -ord_9820 @9820 -ord_9821 @9821 -ord_9822 @9822 -ord_9823 @9823 -ord_9824 @9824 -ord_9825 @9825 -ord_9826 @9826 -ord_9827 @9827 -ord_9828 @9828 -ord_9829 @9829 -ord_9830 @9830 -ord_9831 @9831 -ord_9832 @9832 -ord_9833 @9833 -ord_9834 @9834 -ord_9835 @9835 -ord_9836 @9836 -ord_9837 @9837 -ord_9838 @9838 -ord_9839 @9839 -ord_9840 @9840 -ord_9841 @9841 -ord_9842 @9842 -ord_9843 @9843 -ord_9844 @9844 -ord_9845 @9845 -ord_9846 @9846 -ord_9847 @9847 -ord_9848 @9848 -ord_9849 @9849 -ord_9850 @9850 -ord_9851 @9851 -ord_9852 @9852 -ord_9853 @9853 -ord_9854 @9854 -ord_9855 @9855 -ord_9856 @9856 -ord_9857 @9857 -ord_9858 @9858 -ord_9859 @9859 -ord_9860 @9860 -ord_9861 @9861 -ord_9862 @9862 -ord_9863 @9863 -ord_9864 @9864 -ord_9865 @9865 -ord_9866 @9866 -ord_9867 @9867 -ord_9868 @9868 -ord_9869 @9869 -ord_9870 @9870 -ord_9871 @9871 -ord_9872 @9872 -ord_9873 @9873 -ord_9874 @9874 -ord_9875 @9875 -ord_9876 @9876 -ord_9877 @9877 -ord_9878 @9878 -ord_9879 @9879 -ord_9880 @9880 -ord_9881 @9881 -ord_9882 @9882 -ord_9883 @9883 -ord_9884 @9884 -ord_9885 @9885 -ord_9886 @9886 -ord_9887 @9887 -ord_9888 @9888 -ord_9889 @9889 -ord_9890 @9890 -ord_9891 @9891 -ord_9892 @9892 -ord_9893 @9893 -ord_9894 @9894 -ord_9895 @9895 -ord_9896 @9896 -ord_9897 @9897 -ord_9898 @9898 -ord_9899 @9899 -ord_9900 @9900 -ord_9901 @9901 -ord_9902 @9902 -ord_9903 @9903 -ord_9904 @9904 -ord_9905 @9905 -ord_9906 @9906 -ord_9907 @9907 -ord_9908 @9908 -ord_9909 @9909 -ord_9910 @9910 -ord_9911 @9911 -ord_9912 @9912 -ord_9913 @9913 -ord_9914 @9914 -ord_9915 @9915 -ord_9916 @9916 -ord_9917 @9917 -ord_9918 @9918 -ord_9919 @9919 -ord_9920 @9920 -ord_9921 @9921 -ord_9922 @9922 -ord_9923 @9923 -ord_9924 @9924 -ord_9925 @9925 -ord_9926 @9926 -ord_9927 @9927 -ord_9928 @9928 -ord_9929 @9929 -ord_9930 @9930 -ord_9931 @9931 -ord_9932 @9932 -ord_9933 @9933 -ord_9934 @9934 -ord_9935 @9935 -ord_9936 @9936 -ord_9937 @9937 -ord_9938 @9938 -ord_9939 @9939 -ord_9940 @9940 -ord_9941 @9941 -ord_9942 @9942 -ord_9943 @9943 -ord_9944 @9944 -ord_9945 @9945 -ord_9946 @9946 -ord_9947 @9947 -ord_9948 @9948 -ord_9949 @9949 -ord_9950 @9950 -ord_9951 @9951 -ord_9952 @9952 -ord_9953 @9953 -ord_9954 @9954 -ord_9955 @9955 -ord_9956 @9956 -ord_9957 @9957 -ord_9958 @9958 -ord_9959 @9959 -ord_9960 @9960 -ord_9961 @9961 -ord_9962 @9962 -ord_9963 @9963 -ord_9964 @9964 -ord_9965 @9965 -ord_9966 @9966 -ord_9967 @9967 -ord_9968 @9968 -ord_9969 @9969 -ord_9970 @9970 -ord_9971 @9971 -ord_9972 @9972 -ord_9973 @9973 -ord_9974 @9974 -ord_9975 @9975 -ord_9976 @9976 -ord_9977 @9977 -ord_9978 @9978 -ord_9979 @9979 -ord_9980 @9980 -ord_9981 @9981 -ord_9982 @9982 -ord_9983 @9983 -ord_9984 @9984 -ord_9985 @9985 -ord_9986 @9986 -ord_9987 @9987 -ord_9988 @9988 -ord_9989 @9989 -ord_9990 @9990 -ord_9991 @9991 -ord_9992 @9992 -ord_9993 @9993 -ord_9994 @9994 -ord_9995 @9995 -ord_9996 @9996 -ord_9997 @9997 -ord_9998 @9998 -ord_9999 @9999 -ord_10000 @10000 -ord_10001 @10001 -ord_10002 @10002 -ord_10003 @10003 -ord_10004 @10004 -ord_10005 @10005 -ord_10006 @10006 -ord_10007 @10007 -ord_10008 @10008 -ord_10009 @10009 -ord_10010 @10010 -ord_10011 @10011 -ord_10012 @10012 -ord_10013 @10013 -ord_10014 @10014 -ord_10015 @10015 -ord_10016 @10016 -ord_10017 @10017 -ord_10018 @10018 -ord_10019 @10019 -ord_10020 @10020 -ord_10021 @10021 -ord_10022 @10022 -ord_10023 @10023 -ord_10024 @10024 -ord_10025 @10025 -ord_10026 @10026 -ord_10027 @10027 -ord_10028 @10028 -ord_10029 @10029 -ord_10030 @10030 -ord_10031 @10031 -ord_10032 @10032 -ord_10033 @10033 -ord_10034 @10034 -ord_10035 @10035 -ord_10036 @10036 -ord_10037 @10037 -ord_10038 @10038 -ord_10039 @10039 -ord_10040 @10040 -ord_10041 @10041 -ord_10042 @10042 -ord_10043 @10043 -ord_10044 @10044 -ord_10045 @10045 -ord_10046 @10046 -ord_10047 @10047 -ord_10048 @10048 -ord_10049 @10049 -ord_10050 @10050 -ord_10051 @10051 -ord_10052 @10052 -ord_10053 @10053 -ord_10054 @10054 -ord_10055 @10055 -ord_10056 @10056 -ord_10057 @10057 -ord_10058 @10058 -ord_10059 @10059 -ord_10060 @10060 -ord_10061 @10061 -ord_10062 @10062 -ord_10063 @10063 -ord_10064 @10064 -ord_10065 @10065 -ord_10066 @10066 -ord_10067 @10067 -ord_10068 @10068 -ord_10069 @10069 -ord_10070 @10070 -ord_10071 @10071 -ord_10072 @10072 -ord_10073 @10073 -ord_10074 @10074 -ord_10075 @10075 -ord_10076 @10076 -ord_10077 @10077 -ord_10078 @10078 -ord_10079 @10079 -ord_10080 @10080 -ord_10081 @10081 -ord_10082 @10082 -ord_10083 @10083 -ord_10084 @10084 -ord_10085 @10085 -ord_10086 @10086 -ord_10087 @10087 -ord_10088 @10088 -ord_10089 @10089 -ord_10090 @10090 -ord_10091 @10091 -ord_10092 @10092 -ord_10093 @10093 -ord_10094 @10094 -ord_10095 @10095 -ord_10096 @10096 -ord_10097 @10097 -ord_10098 @10098 -ord_10099 @10099 -ord_10100 @10100 -ord_10101 @10101 -ord_10102 @10102 -ord_10103 @10103 -ord_10104 @10104 -ord_10105 @10105 -ord_10106 @10106 -ord_10107 @10107 -ord_10108 @10108 -ord_10109 @10109 -ord_10110 @10110 -ord_10111 @10111 -ord_10112 @10112 -ord_10113 @10113 -ord_10114 @10114 -ord_10115 @10115 -ord_10117 @10117 -ord_10118 @10118 -ord_10119 @10119 -ord_10120 @10120 -ord_10121 @10121 -ord_10122 @10122 -ord_10123 @10123 -ord_10124 @10124 -ord_10125 @10125 -ord_10126 @10126 -ord_10127 @10127 -ord_10128 @10128 -ord_10129 @10129 -ord_10130 @10130 -ord_10131 @10131 -ord_10132 @10132 -ord_10133 @10133 -ord_10134 @10134 -ord_10135 @10135 -ord_10136 @10136 -ord_10137 @10137 -ord_10138 @10138 -ord_10139 @10139 -ord_10140 @10140 -ord_10141 @10141 -ord_10142 @10142 -ord_10143 @10143 -ord_10144 @10144 -ord_10145 @10145 -ord_10146 @10146 -ord_10147 @10147 -ord_10148 @10148 -ord_10149 @10149 -ord_10150 @10150 -ord_10151 @10151 -ord_10152 @10152 -ord_10153 @10153 -ord_10154 @10154 -ord_10155 @10155 -ord_10156 @10156 -ord_10157 @10157 -ord_10158 @10158 -ord_10159 @10159 -ord_10160 @10160 -ord_10161 @10161 -ord_10162 @10162 -ord_10163 @10163 -ord_10164 @10164 -ord_10165 @10165 -ord_10166 @10166 -ord_10167 @10167 -ord_10168 @10168 -ord_10169 @10169 -ord_10170 @10170 -ord_10171 @10171 -ord_10172 @10172 -ord_10173 @10173 -ord_10174 @10174 -ord_10175 @10175 -ord_10176 @10176 -ord_10177 @10177 -ord_10178 @10178 -ord_10179 @10179 -ord_10180 @10180 -ord_10181 @10181 -ord_10182 @10182 -ord_10183 @10183 -ord_10184 @10184 -ord_10185 @10185 -ord_10186 @10186 -ord_10187 @10187 -ord_10188 @10188 -ord_10189 @10189 -ord_10190 @10190 -ord_10191 @10191 -ord_10192 @10192 -ord_10193 @10193 -ord_10194 @10194 -ord_10195 @10195 -ord_10196 @10196 -ord_10197 @10197 -ord_10198 @10198 -ord_10199 @10199 -ord_10200 @10200 -ord_10201 @10201 -ord_10202 @10202 -ord_10203 @10203 -ord_10204 @10204 -ord_10205 @10205 -ord_10206 @10206 -ord_10207 @10207 -ord_10208 @10208 -ord_10209 @10209 -ord_10210 @10210 -ord_10211 @10211 -ord_10212 @10212 -ord_10213 @10213 -ord_10214 @10214 -ord_10215 @10215 -ord_10216 @10216 -ord_10217 @10217 -ord_10218 @10218 -ord_10219 @10219 -ord_10220 @10220 -ord_10221 @10221 -ord_10222 @10222 -ord_10223 @10223 -ord_10224 @10224 -ord_10225 @10225 -ord_10226 @10226 -ord_10227 @10227 -ord_10228 @10228 -ord_10229 @10229 -ord_10230 @10230 -ord_10231 @10231 -ord_10232 @10232 -ord_10233 @10233 -ord_10234 @10234 -ord_10235 @10235 -ord_10236 @10236 -ord_10237 @10237 -ord_10238 @10238 -ord_10239 @10239 -ord_10240 @10240 -ord_10241 @10241 -ord_10242 @10242 -ord_10243 @10243 -ord_10244 @10244 -ord_10245 @10245 -ord_10246 @10246 -ord_10247 @10247 -ord_10248 @10248 -ord_10249 @10249 -ord_10250 @10250 -ord_10251 @10251 -ord_10252 @10252 -ord_10253 @10253 -ord_10254 @10254 -ord_10255 @10255 -ord_10256 @10256 -ord_10257 @10257 -ord_10258 @10258 -ord_10259 @10259 -ord_10260 @10260 -ord_10261 @10261 -ord_10262 @10262 -ord_10263 @10263 -ord_10264 @10264 -ord_10265 @10265 -ord_10266 @10266 -ord_10267 @10267 -ord_10268 @10268 -ord_10269 @10269 -ord_10270 @10270 -ord_10271 @10271 -ord_10272 @10272 -ord_10273 @10273 -ord_10274 @10274 -ord_10275 @10275 -ord_10276 @10276 -ord_10277 @10277 -ord_10278 @10278 -ord_10279 @10279 -ord_10280 @10280 -ord_10281 @10281 -ord_10282 @10282 -ord_10283 @10283 -ord_10284 @10284 -ord_10285 @10285 -ord_10286 @10286 -ord_10287 @10287 -ord_10288 @10288 -ord_10289 @10289 -ord_10290 @10290 -ord_10291 @10291 -ord_10292 @10292 -ord_10293 @10293 -ord_10294 @10294 -ord_10295 @10295 -ord_10296 @10296 -ord_10297 @10297 -ord_10298 @10298 -ord_10299 @10299 -ord_10300 @10300 -ord_10301 @10301 -ord_10302 @10302 -ord_10303 @10303 -ord_10304 @10304 -ord_10305 @10305 -ord_10306 @10306 -ord_10307 @10307 -ord_10308 @10308 -ord_10309 @10309 -ord_10310 @10310 -ord_10311 @10311 -ord_10312 @10312 -ord_10313 @10313 -ord_10314 @10314 -ord_10315 @10315 -ord_10316 @10316 -ord_10317 @10317 -ord_10318 @10318 -ord_10319 @10319 -ord_10320 @10320 -ord_10321 @10321 -ord_10322 @10322 -ord_10323 @10323 -ord_10324 @10324 -ord_10325 @10325 -ord_10326 @10326 -ord_10327 @10327 -ord_10328 @10328 -ord_10329 @10329 -ord_10330 @10330 -ord_10331 @10331 -ord_10332 @10332 -ord_10333 @10333 -ord_10334 @10334 -ord_10335 @10335 -ord_10336 @10336 -ord_10337 @10337 -ord_10338 @10338 -ord_10339 @10339 -ord_10340 @10340 -ord_10341 @10341 -ord_10342 @10342 -ord_10343 @10343 -ord_10344 @10344 -ord_10345 @10345 -ord_10346 @10346 -ord_10347 @10347 -ord_10348 @10348 -ord_10349 @10349 -ord_10350 @10350 -ord_10351 @10351 -ord_10352 @10352 -ord_10353 @10353 -ord_10354 @10354 -ord_10355 @10355 -ord_10356 @10356 -ord_10357 @10357 -ord_10358 @10358 -ord_10359 @10359 -ord_10360 @10360 -ord_10361 @10361 -ord_10362 @10362 -ord_10363 @10363 -ord_10364 @10364 -ord_10365 @10365 -ord_10366 @10366 -ord_10367 @10367 -ord_10368 @10368 -ord_10369 @10369 -ord_10370 @10370 -ord_10371 @10371 -ord_10372 @10372 -ord_10373 @10373 -ord_10374 @10374 -ord_10375 @10375 -ord_10376 @10376 -ord_10377 @10377 -ord_10378 @10378 -ord_10379 @10379 -ord_10380 @10380 -ord_10381 @10381 -ord_10382 @10382 -ord_10383 @10383 -ord_10384 @10384 -ord_10385 @10385 -ord_10386 @10386 -ord_10387 @10387 -ord_10388 @10388 -ord_10389 @10389 -ord_10390 @10390 -ord_10391 @10391 -ord_10392 @10392 -ord_10393 @10393 -ord_10394 @10394 -ord_10395 @10395 -ord_10396 @10396 -ord_10397 @10397 -ord_10398 @10398 -ord_10399 @10399 -ord_10400 @10400 -ord_10401 @10401 -ord_10402 @10402 -ord_10403 @10403 -ord_10404 @10404 -ord_10405 @10405 -ord_10406 @10406 -ord_10407 @10407 -ord_10408 @10408 -ord_10409 @10409 -ord_10410 @10410 -ord_10411 @10411 -ord_10412 @10412 -ord_10413 @10413 -ord_10414 @10414 -ord_10415 @10415 -ord_10416 @10416 -ord_10417 @10417 -ord_10418 @10418 -ord_10419 @10419 -ord_10420 @10420 -ord_10421 @10421 -ord_10422 @10422 -ord_10423 @10423 -ord_10424 @10424 -ord_10425 @10425 -ord_10426 @10426 -ord_10427 @10427 -ord_10428 @10428 -ord_10429 @10429 -ord_10430 @10430 -ord_10431 @10431 -ord_10432 @10432 -ord_10433 @10433 -ord_10434 @10434 -ord_10435 @10435 -ord_10436 @10436 -ord_10437 @10437 -ord_10438 @10438 -ord_10439 @10439 -ord_10440 @10440 -ord_10441 @10441 -ord_10442 @10442 -ord_10443 @10443 -ord_10444 @10444 -ord_10445 @10445 -ord_10446 @10446 -ord_10447 @10447 -ord_10448 @10448 -ord_10449 @10449 -ord_10450 @10450 -ord_10451 @10451 -ord_10452 @10452 -ord_10453 @10453 -ord_10454 @10454 -ord_10455 @10455 -ord_10456 @10456 -ord_10457 @10457 -ord_10458 @10458 -ord_10459 @10459 -ord_10460 @10460 -ord_10461 @10461 -ord_10462 @10462 -ord_10463 @10463 -ord_10464 @10464 -ord_10465 @10465 -ord_10466 @10466 -ord_10467 @10467 -ord_10468 @10468 -ord_10469 @10469 -ord_10470 @10470 -ord_10471 @10471 -ord_10472 @10472 -ord_10473 @10473 -ord_10474 @10474 -ord_10475 @10475 -ord_10476 @10476 -ord_10477 @10477 -ord_10478 @10478 -ord_10479 @10479 -ord_10480 @10480 -ord_10481 @10481 -ord_10482 @10482 -ord_10483 @10483 -ord_10484 @10484 -ord_10485 @10485 -ord_10486 @10486 -ord_10487 @10487 -ord_10488 @10488 -ord_10489 @10489 -ord_10490 @10490 -ord_10491 @10491 -ord_10492 @10492 -ord_10493 @10493 -ord_10494 @10494 -ord_10495 @10495 -ord_10496 @10496 -ord_10497 @10497 -ord_10498 @10498 -ord_10499 @10499 -ord_10500 @10500 -ord_10501 @10501 -ord_10502 @10502 -ord_10503 @10503 -ord_10504 @10504 -ord_10505 @10505 -ord_10506 @10506 -ord_10507 @10507 -ord_10508 @10508 -ord_10509 @10509 -ord_10510 @10510 -ord_10511 @10511 -ord_10512 @10512 -ord_10513 @10513 -ord_10514 @10514 -ord_10515 @10515 -ord_10516 @10516 -ord_10517 @10517 -ord_10518 @10518 -ord_10519 @10519 -ord_10520 @10520 -ord_10521 @10521 -ord_10522 @10522 -ord_10523 @10523 -ord_10524 @10524 -ord_10525 @10525 -ord_10526 @10526 -ord_10527 @10527 -ord_10528 @10528 -ord_10529 @10529 -ord_10530 @10530 -ord_10531 @10531 -ord_10532 @10532 -ord_10533 @10533 -ord_10534 @10534 -ord_10535 @10535 -ord_10536 @10536 -ord_10537 @10537 -ord_10538 @10538 -ord_10539 @10539 -ord_10540 @10540 -ord_10541 @10541 -ord_10542 @10542 -ord_10543 @10543 -ord_10544 @10544 -ord_10545 @10545 -ord_10546 @10546 -ord_10547 @10547 -ord_10548 @10548 -ord_10549 @10549 -ord_10550 @10550 -ord_10551 @10551 -ord_10552 @10552 -ord_10553 @10553 -ord_10554 @10554 -ord_10555 @10555 -ord_10556 @10556 -ord_10557 @10557 -ord_10558 @10558 -ord_10559 @10559 -ord_10560 @10560 -ord_10561 @10561 -ord_10562 @10562 -ord_10563 @10563 -ord_10564 @10564 -ord_10565 @10565 -ord_10566 @10566 -ord_10567 @10567 -ord_10568 @10568 -ord_10569 @10569 -ord_10570 @10570 -ord_10571 @10571 -ord_10572 @10572 -ord_10573 @10573 -ord_10574 @10574 -ord_10575 @10575 -ord_10576 @10576 -ord_10577 @10577 -ord_10578 @10578 -ord_10579 @10579 -ord_10580 @10580 -ord_10581 @10581 -ord_10582 @10582 -ord_10583 @10583 -ord_10584 @10584 -ord_10585 @10585 -ord_10586 @10586 -ord_10587 @10587 -ord_10588 @10588 -ord_10589 @10589 -ord_10590 @10590 -ord_10591 @10591 -ord_10592 @10592 -ord_10593 @10593 -ord_10594 @10594 -ord_10595 @10595 -ord_10596 @10596 -ord_10597 @10597 -ord_10598 @10598 -ord_10599 @10599 -ord_10600 @10600 -ord_10601 @10601 -ord_10602 @10602 -ord_10603 @10603 -ord_10604 @10604 -ord_10605 @10605 -ord_10606 @10606 -ord_10607 @10607 -ord_10608 @10608 -ord_10609 @10609 -ord_10610 @10610 -ord_10611 @10611 -ord_10612 @10612 -ord_10613 @10613 -ord_10614 @10614 -ord_10615 @10615 -ord_10616 @10616 -ord_10617 @10617 -ord_10618 @10618 -ord_10619 @10619 -ord_10620 @10620 -ord_10621 @10621 -ord_10622 @10622 -ord_10623 @10623 -ord_10624 @10624 -ord_10625 @10625 -ord_10626 @10626 -ord_10627 @10627 -ord_10628 @10628 -ord_10629 @10629 -ord_10630 @10630 -ord_10631 @10631 -ord_10632 @10632 -ord_10633 @10633 -ord_10634 @10634 -ord_10635 @10635 -ord_10636 @10636 -ord_10637 @10637 -ord_10638 @10638 -ord_10639 @10639 -ord_10640 @10640 -ord_10641 @10641 -ord_10642 @10642 -ord_10643 @10643 -ord_10644 @10644 -ord_10645 @10645 -ord_10646 @10646 -ord_10647 @10647 -ord_10648 @10648 -ord_10649 @10649 -ord_10650 @10650 -ord_10651 @10651 -ord_10652 @10652 -ord_10653 @10653 -ord_10654 @10654 -ord_10655 @10655 -ord_10656 @10656 -ord_10657 @10657 -ord_10658 @10658 -ord_10659 @10659 -ord_10660 @10660 -ord_10661 @10661 -ord_10662 @10662 -ord_10663 @10663 -ord_10664 @10664 -ord_10665 @10665 -ord_10666 @10666 -ord_10667 @10667 -ord_10668 @10668 -ord_10669 @10669 -ord_10670 @10670 -ord_10671 @10671 -ord_10672 @10672 -ord_10673 @10673 -ord_10674 @10674 -ord_10675 @10675 -ord_10676 @10676 -ord_10677 @10677 -ord_10678 @10678 -ord_10679 @10679 -ord_10680 @10680 -ord_10681 @10681 -ord_10682 @10682 -ord_10683 @10683 -ord_10684 @10684 -ord_10685 @10685 -ord_10686 @10686 -ord_10687 @10687 -ord_10688 @10688 -ord_10689 @10689 -ord_10690 @10690 -ord_10691 @10691 -ord_10692 @10692 -ord_10693 @10693 -ord_10694 @10694 -ord_10695 @10695 -ord_10696 @10696 -ord_10697 @10697 -ord_10698 @10698 -ord_10699 @10699 -ord_10700 @10700 -ord_10701 @10701 -ord_10702 @10702 -ord_10703 @10703 -ord_10704 @10704 -ord_10705 @10705 -ord_10706 @10706 -ord_10707 @10707 -ord_10708 @10708 -ord_10709 @10709 -ord_10710 @10710 -ord_10711 @10711 -ord_10712 @10712 -ord_10713 @10713 -ord_10714 @10714 -ord_10715 @10715 -ord_10716 @10716 -ord_10717 @10717 -ord_10718 @10718 -ord_10719 @10719 -ord_10720 @10720 -ord_10721 @10721 -ord_10722 @10722 -ord_10723 @10723 -ord_10724 @10724 -ord_10725 @10725 -ord_10726 @10726 -ord_10727 @10727 -ord_10728 @10728 -ord_10729 @10729 -ord_10730 @10730 -ord_10731 @10731 -ord_10732 @10732 -ord_10733 @10733 -ord_10734 @10734 -ord_10735 @10735 -ord_10736 @10736 -ord_10737 @10737 -ord_10738 @10738 -ord_10739 @10739 -ord_10740 @10740 -ord_10741 @10741 -ord_10742 @10742 -ord_10743 @10743 -ord_10744 @10744 -ord_10745 @10745 -ord_10746 @10746 -ord_10747 @10747 -ord_10748 @10748 -ord_10749 @10749 -ord_10750 @10750 -ord_10751 @10751 -ord_10752 @10752 -ord_10753 @10753 -ord_10754 @10754 -ord_10755 @10755 -ord_10756 @10756 -ord_10757 @10757 -ord_10758 @10758 -ord_10759 @10759 -ord_10760 @10760 -ord_10761 @10761 -ord_10762 @10762 -ord_10763 @10763 -ord_10764 @10764 -ord_10765 @10765 -ord_10766 @10766 -ord_10767 @10767 -ord_10768 @10768 -ord_10769 @10769 -ord_10770 @10770 -ord_10771 @10771 -ord_10772 @10772 -ord_10773 @10773 -ord_10774 @10774 -ord_10775 @10775 -ord_10776 @10776 -ord_10777 @10777 -ord_10778 @10778 -ord_10779 @10779 -ord_10780 @10780 -ord_10781 @10781 -ord_10782 @10782 -ord_10783 @10783 -ord_10784 @10784 -ord_10785 @10785 -ord_10786 @10786 -ord_10787 @10787 -ord_10788 @10788 -ord_10789 @10789 -ord_10790 @10790 -ord_10791 @10791 -ord_10792 @10792 -ord_10793 @10793 -ord_10794 @10794 -ord_10795 @10795 -ord_10796 @10796 -ord_10797 @10797 -ord_10798 @10798 -ord_10799 @10799 -ord_10800 @10800 -ord_10801 @10801 -ord_10802 @10802 -ord_10803 @10803 -ord_10804 @10804 -ord_10805 @10805 -ord_10806 @10806 -ord_10807 @10807 -ord_10808 @10808 -ord_10809 @10809 -ord_10810 @10810 -ord_10811 @10811 -ord_10812 @10812 -ord_10813 @10813 -ord_10814 @10814 -ord_10815 @10815 -ord_10816 @10816 -ord_10817 @10817 -ord_10818 @10818 -ord_10819 @10819 -ord_10820 @10820 -ord_10821 @10821 -ord_10822 @10822 -ord_10823 @10823 -ord_10824 @10824 -ord_10825 @10825 -ord_10826 @10826 -ord_10827 @10827 -ord_10828 @10828 -ord_10829 @10829 -ord_10830 @10830 -ord_10831 @10831 -ord_10832 @10832 -ord_10833 @10833 -ord_10834 @10834 -ord_10835 @10835 -ord_10836 @10836 -ord_10837 @10837 -ord_10838 @10838 -ord_10839 @10839 -ord_10840 @10840 -ord_10841 @10841 -ord_10842 @10842 -ord_10843 @10843 -ord_10844 @10844 -ord_10845 @10845 -ord_10846 @10846 -ord_10847 @10847 -ord_10848 @10848 -ord_10849 @10849 -ord_10850 @10850 -ord_10851 @10851 -ord_10852 @10852 -ord_10853 @10853 -ord_10854 @10854 -ord_10855 @10855 -ord_10856 @10856 -ord_10857 @10857 -ord_10858 @10858 -ord_10859 @10859 -ord_10860 @10860 -ord_10861 @10861 -ord_10862 @10862 -ord_10863 @10863 -ord_10864 @10864 -ord_10865 @10865 -ord_10866 @10866 -ord_10867 @10867 -ord_10868 @10868 -ord_10869 @10869 -ord_10870 @10870 -ord_10871 @10871 -ord_10872 @10872 -ord_10873 @10873 -ord_10874 @10874 -ord_10875 @10875 -ord_10876 @10876 -ord_10877 @10877 -ord_10878 @10878 -ord_10879 @10879 -ord_10880 @10880 -ord_10881 @10881 -ord_10882 @10882 -ord_10883 @10883 -ord_10884 @10884 -ord_10885 @10885 -ord_10886 @10886 -ord_10887 @10887 -ord_10888 @10888 -ord_10889 @10889 -ord_10890 @10890 -ord_10891 @10891 -ord_10892 @10892 -ord_10893 @10893 -ord_10894 @10894 -ord_10895 @10895 -ord_10896 @10896 -ord_10897 @10897 -ord_10898 @10898 -ord_10899 @10899 -ord_10900 @10900 -ord_10901 @10901 -ord_10902 @10902 -ord_10903 @10903 -ord_10904 @10904 -ord_10905 @10905 -ord_10906 @10906 -ord_10907 @10907 -ord_10908 @10908 -ord_10909 @10909 -ord_10910 @10910 -ord_10911 @10911 -ord_10912 @10912 -ord_10913 @10913 -ord_10914 @10914 -ord_10915 @10915 -ord_10916 @10916 -ord_10917 @10917 -ord_10918 @10918 -ord_10919 @10919 -ord_10920 @10920 -ord_10921 @10921 -ord_10922 @10922 -ord_10923 @10923 -ord_10924 @10924 -ord_10925 @10925 -ord_10926 @10926 -ord_10927 @10927 -ord_10928 @10928 -ord_10929 @10929 -ord_10930 @10930 -ord_10931 @10931 -ord_10932 @10932 -ord_10933 @10933 -ord_10934 @10934 -ord_10935 @10935 -ord_10936 @10936 -ord_10937 @10937 -ord_10938 @10938 -ord_10939 @10939 -ord_10940 @10940 -ord_10941 @10941 -ord_10942 @10942 -ord_10943 @10943 -ord_10944 @10944 -ord_10945 @10945 -ord_10946 @10946 -ord_10947 @10947 -ord_10948 @10948 -ord_10949 @10949 -ord_10950 @10950 -ord_10951 @10951 -ord_10952 @10952 -ord_10953 @10953 -ord_10954 @10954 -ord_10955 @10955 -ord_10956 @10956 -ord_10957 @10957 -ord_10958 @10958 -ord_10959 @10959 -ord_10960 @10960 -ord_10961 @10961 -ord_10962 @10962 -ord_10963 @10963 -ord_10964 @10964 -ord_10965 @10965 -ord_10966 @10966 -ord_10967 @10967 -ord_10968 @10968 -ord_10969 @10969 -ord_10970 @10970 -ord_10971 @10971 -ord_10972 @10972 -ord_10973 @10973 -ord_10974 @10974 -ord_10975 @10975 -ord_10976 @10976 -ord_10977 @10977 -ord_10978 @10978 -ord_10979 @10979 -ord_10980 @10980 -ord_10981 @10981 -ord_10982 @10982 -ord_10983 @10983 -ord_10984 @10984 -ord_10985 @10985 -ord_10986 @10986 -ord_10987 @10987 -ord_10988 @10988 -ord_10989 @10989 -ord_10990 @10990 -ord_10991 @10991 -ord_10992 @10992 -ord_10993 @10993 -ord_10994 @10994 -ord_10995 @10995 -ord_10996 @10996 -ord_10997 @10997 -ord_10998 @10998 -ord_10999 @10999 -ord_11000 @11000 -ord_11001 @11001 -ord_11002 @11002 -ord_11003 @11003 -ord_11004 @11004 -ord_11005 @11005 -ord_11006 @11006 -ord_11007 @11007 -ord_11008 @11008 -ord_11009 @11009 -ord_11010 @11010 -ord_11011 @11011 -ord_11012 @11012 -ord_11013 @11013 -ord_11014 @11014 -ord_11015 @11015 -ord_11016 @11016 -ord_11017 @11017 -ord_11018 @11018 -ord_11019 @11019 -ord_11020 @11020 -ord_11021 @11021 -ord_11022 @11022 -ord_11023 @11023 -ord_11024 @11024 -ord_11025 @11025 -ord_11026 @11026 -ord_11027 @11027 -ord_11028 @11028 -ord_11029 @11029 -ord_11030 @11030 -ord_11031 @11031 -ord_11032 @11032 -ord_11033 @11033 -ord_11034 @11034 -ord_11035 @11035 -ord_11036 @11036 -ord_11037 @11037 -ord_11038 @11038 -ord_11039 @11039 -ord_11040 @11040 -ord_11041 @11041 -ord_11042 @11042 -ord_11043 @11043 -ord_11044 @11044 -ord_11045 @11045 -ord_11046 @11046 -ord_11047 @11047 -ord_11048 @11048 -ord_11049 @11049 -ord_11050 @11050 -ord_11051 @11051 -ord_11052 @11052 -ord_11053 @11053 -ord_11054 @11054 -ord_11055 @11055 -ord_11056 @11056 -ord_11057 @11057 -ord_11058 @11058 -ord_11059 @11059 -ord_11060 @11060 -ord_11061 @11061 -ord_11062 @11062 -ord_11063 @11063 -ord_11064 @11064 -ord_11065 @11065 -ord_11066 @11066 -ord_11067 @11067 -ord_11068 @11068 -ord_11069 @11069 -ord_11070 @11070 -ord_11071 @11071 -ord_11072 @11072 -ord_11073 @11073 -ord_11074 @11074 -ord_11075 @11075 -ord_11076 @11076 -ord_11077 @11077 -ord_11078 @11078 -ord_11079 @11079 -ord_11080 @11080 -ord_11081 @11081 -ord_11082 @11082 -ord_11083 @11083 -ord_11084 @11084 -ord_11085 @11085 -ord_11086 @11086 -ord_11087 @11087 -ord_11088 @11088 -ord_11089 @11089 -ord_11090 @11090 -ord_11091 @11091 -ord_11092 @11092 -ord_11093 @11093 -ord_11094 @11094 -ord_11095 @11095 -ord_11096 @11096 -ord_11097 @11097 -ord_11098 @11098 -ord_11099 @11099 -ord_11100 @11100 -ord_11101 @11101 -ord_11102 @11102 -ord_11103 @11103 -ord_11104 @11104 -ord_11105 @11105 -ord_11106 @11106 -ord_11107 @11107 -ord_11108 @11108 -ord_11109 @11109 -ord_11110 @11110 -ord_11111 @11111 -ord_11112 @11112 -ord_11113 @11113 -ord_11114 @11114 -ord_11115 @11115 -ord_11116 @11116 -ord_11117 @11117 -ord_11118 @11118 -ord_11119 @11119 -ord_11120 @11120 -ord_11121 @11121 -ord_11122 @11122 -ord_11123 @11123 -ord_11124 @11124 -ord_11125 @11125 -ord_11126 @11126 -ord_11127 @11127 -ord_11128 @11128 -ord_11129 @11129 -ord_11130 @11130 -ord_11131 @11131 -ord_11132 @11132 -ord_11133 @11133 -ord_11134 @11134 -ord_11135 @11135 -ord_11136 @11136 -ord_11137 @11137 -ord_11138 @11138 -ord_11139 @11139 -ord_11140 @11140 -ord_11141 @11141 -ord_11142 @11142 -ord_11143 @11143 -ord_11144 @11144 -ord_11145 @11145 -ord_11146 @11146 -ord_11147 @11147 -ord_11148 @11148 -ord_11149 @11149 -ord_11150 @11150 -ord_11151 @11151 -ord_11152 @11152 -ord_11153 @11153 -ord_11154 @11154 -ord_11155 @11155 -ord_11156 @11156 -ord_11157 @11157 -ord_11158 @11158 -ord_11159 @11159 -ord_11160 @11160 -ord_11161 @11161 -ord_11162 @11162 -ord_11163 @11163 -ord_11164 @11164 -ord_11165 @11165 -ord_11166 @11166 -ord_11167 @11167 -ord_11168 @11168 -ord_11169 @11169 -ord_11170 @11170 -ord_11171 @11171 -ord_11172 @11172 -ord_11173 @11173 -ord_11174 @11174 -ord_11175 @11175 -ord_11176 @11176 -ord_11177 @11177 -ord_11178 @11178 -ord_11179 @11179 -ord_11180 @11180 -ord_11181 @11181 -ord_11182 @11182 -ord_11183 @11183 -ord_11184 @11184 -ord_11185 @11185 -ord_11186 @11186 -ord_11187 @11187 -ord_11188 @11188 -ord_11189 @11189 -ord_11190 @11190 -ord_11191 @11191 -ord_11192 @11192 -ord_11193 @11193 -ord_11194 @11194 -ord_11195 @11195 -ord_11196 @11196 -ord_11197 @11197 -ord_11198 @11198 -ord_11199 @11199 -ord_11200 @11200 -ord_11201 @11201 -ord_11202 @11202 -ord_11203 @11203 -ord_11204 @11204 -ord_11205 @11205 -ord_11206 @11206 -ord_11207 @11207 -ord_11208 @11208 -ord_11209 @11209 -ord_11210 @11210 -ord_11211 @11211 -ord_11212 @11212 -ord_11213 @11213 -ord_11214 @11214 -ord_11215 @11215 -ord_11216 @11216 -ord_11217 @11217 -ord_11218 @11218 -ord_11219 @11219 -ord_11220 @11220 -ord_11221 @11221 -ord_11222 @11222 -ord_11223 @11223 -ord_11224 @11224 -ord_11225 @11225 -ord_11226 @11226 -ord_11227 @11227 -ord_11228 @11228 -ord_11229 @11229 -ord_11230 @11230 -ord_11231 @11231 -ord_11232 @11232 -ord_11233 @11233 -ord_11234 @11234 -ord_11235 @11235 -ord_11236 @11236 -ord_11237 @11237 -ord_11238 @11238 -ord_11239 @11239 -ord_11240 @11240 -ord_11241 @11241 -ord_11242 @11242 -ord_11243 @11243 -ord_11244 @11244 -ord_11245 @11245 -ord_11246 @11246 -ord_11247 @11247 -ord_11248 @11248 -ord_11249 @11249 -ord_11250 @11250 -ord_11251 @11251 -ord_11252 @11252 -ord_11253 @11253 -ord_11254 @11254 -ord_11255 @11255 -ord_11256 @11256 -ord_11257 @11257 -ord_11258 @11258 -ord_11259 @11259 -ord_11260 @11260 -ord_11261 @11261 -ord_11262 @11262 -ord_11263 @11263 -ord_11264 @11264 -ord_11265 @11265 -ord_11266 @11266 -ord_11267 @11267 -ord_11268 @11268 -ord_11269 @11269 -ord_11270 @11270 -ord_11271 @11271 -ord_11272 @11272 -ord_11273 @11273 -ord_11274 @11274 -ord_11275 @11275 -ord_11276 @11276 -ord_11277 @11277 -ord_11278 @11278 -ord_11279 @11279 -ord_11280 @11280 -ord_11281 @11281 -ord_11282 @11282 -ord_11283 @11283 -ord_11284 @11284 -ord_11285 @11285 -ord_11286 @11286 -ord_11287 @11287 -ord_11288 @11288 -ord_11289 @11289 -ord_11290 @11290 -ord_11291 @11291 -ord_11292 @11292 -ord_11293 @11293 -ord_11294 @11294 -ord_11295 @11295 -ord_11296 @11296 -ord_11297 @11297 -ord_11298 @11298 -ord_11299 @11299 -ord_11300 @11300 -ord_11301 @11301 -ord_11302 @11302 -ord_11303 @11303 -ord_11304 @11304 -ord_11305 @11305 -ord_11306 @11306 -ord_11307 @11307 -ord_11308 @11308 -ord_11309 @11309 -ord_11310 @11310 -ord_11311 @11311 -ord_11312 @11312 -ord_11313 @11313 -ord_11314 @11314 -ord_11315 @11315 -ord_11316 @11316 -ord_11317 @11317 -ord_11318 @11318 -ord_11319 @11319 -ord_11320 @11320 -ord_11321 @11321 -ord_11322 @11322 -ord_11323 @11323 -ord_11324 @11324 -ord_11325 @11325 -ord_11326 @11326 -ord_11327 @11327 -ord_11328 @11328 -ord_11329 @11329 -ord_11330 @11330 -ord_11331 @11331 -ord_11332 @11332 -ord_11333 @11333 -ord_11334 @11334 -ord_11335 @11335 -ord_11336 @11336 -ord_11337 @11337 -ord_11338 @11338 -ord_11339 @11339 -ord_11340 @11340 -ord_11341 @11341 -ord_11342 @11342 -ord_11343 @11343 -ord_11344 @11344 -ord_11345 @11345 -ord_11346 @11346 -ord_11347 @11347 -ord_11348 @11348 -ord_11349 @11349 -ord_11350 @11350 -ord_11351 @11351 -ord_11352 @11352 -ord_11353 @11353 -ord_11354 @11354 -ord_11355 @11355 -ord_11356 @11356 -ord_11357 @11357 -ord_11358 @11358 -ord_11359 @11359 -ord_11360 @11360 -ord_11361 @11361 -ord_11362 @11362 -ord_11363 @11363 -ord_11364 @11364 -ord_11365 @11365 -ord_11366 @11366 -ord_11367 @11367 -ord_11368 @11368 -ord_11369 @11369 -ord_11370 @11370 -ord_11371 @11371 -ord_11372 @11372 -ord_11373 @11373 -ord_11374 @11374 -ord_11375 @11375 -ord_11376 @11376 -ord_11377 @11377 -ord_11378 @11378 -ord_11379 @11379 -ord_11380 @11380 -ord_11381 @11381 -ord_11382 @11382 -ord_11383 @11383 -ord_11384 @11384 -ord_11385 @11385 -ord_11386 @11386 -ord_11387 @11387 -ord_11388 @11388 -ord_11389 @11389 -ord_11390 @11390 -ord_11391 @11391 -ord_11392 @11392 -ord_11393 @11393 -ord_11394 @11394 -ord_11395 @11395 -ord_11396 @11396 -ord_11397 @11397 -ord_11398 @11398 -ord_11399 @11399 -ord_11400 @11400 -ord_11401 @11401 -ord_11402 @11402 -ord_11403 @11403 -ord_11404 @11404 -ord_11405 @11405 -ord_11406 @11406 -ord_11407 @11407 -ord_11408 @11408 -ord_11409 @11409 -ord_11410 @11410 -ord_11411 @11411 -ord_11412 @11412 -ord_11413 @11413 -ord_11414 @11414 -ord_11415 @11415 -ord_11416 @11416 -ord_11417 @11417 -ord_11418 @11418 -ord_11419 @11419 -ord_11420 @11420 -ord_11421 @11421 -ord_11422 @11422 -ord_11423 @11423 -ord_11424 @11424 -ord_11425 @11425 -ord_11426 @11426 -ord_11427 @11427 -ord_11428 @11428 -ord_11429 @11429 -ord_11430 @11430 -ord_11431 @11431 -ord_11432 @11432 -ord_11433 @11433 -ord_11434 @11434 -ord_11435 @11435 -ord_11436 @11436 -ord_11437 @11437 -ord_11438 @11438 -ord_11439 @11439 -ord_11440 @11440 -ord_11441 @11441 -ord_11442 @11442 -ord_11443 @11443 -ord_11444 @11444 -ord_11445 @11445 -ord_11446 @11446 -ord_11447 @11447 -ord_11448 @11448 -ord_11449 @11449 -ord_11450 @11450 -ord_11451 @11451 -ord_11452 @11452 -ord_11453 @11453 -ord_11454 @11454 -ord_11455 @11455 -ord_11456 @11456 -ord_11457 @11457 -ord_11458 @11458 -ord_11459 @11459 -ord_11460 @11460 -ord_11461 @11461 -ord_11462 @11462 -ord_11463 @11463 -ord_11464 @11464 -ord_11465 @11465 -ord_11466 @11466 -ord_11467 @11467 -ord_11468 @11468 -ord_11469 @11469 -ord_11470 @11470 -ord_11471 @11471 -ord_11472 @11472 -ord_11473 @11473 -ord_11474 @11474 -ord_11475 @11475 -ord_11476 @11476 -ord_11477 @11477 -ord_11478 @11478 -ord_11479 @11479 -ord_11480 @11480 -ord_11481 @11481 -ord_11482 @11482 -ord_11483 @11483 -ord_11484 @11484 -ord_11485 @11485 -ord_11486 @11486 -ord_11487 @11487 -ord_11488 @11488 -ord_11489 @11489 -ord_11490 @11490 -ord_11491 @11491 -ord_11492 @11492 -ord_11493 @11493 -ord_11494 @11494 -ord_11495 @11495 -ord_11496 @11496 -ord_11497 @11497 -ord_11498 @11498 -ord_11499 @11499 -ord_11500 @11500 -ord_11501 @11501 -ord_11502 @11502 -ord_11503 @11503 -ord_11504 @11504 -ord_11505 @11505 -ord_11506 @11506 -ord_11507 @11507 -ord_11508 @11508 -ord_11509 @11509 -ord_11510 @11510 -ord_11511 @11511 -ord_11512 @11512 -ord_11513 @11513 -ord_11514 @11514 -ord_11515 @11515 -ord_11516 @11516 -ord_11517 @11517 -ord_11518 @11518 -ord_11519 @11519 -ord_11520 @11520 -ord_11521 @11521 -ord_11522 @11522 -ord_11523 @11523 -ord_11524 @11524 -ord_11525 @11525 -ord_11526 @11526 -ord_11527 @11527 -ord_11528 @11528 -ord_11529 @11529 -ord_11530 @11530 -ord_11531 @11531 -ord_11532 @11532 -ord_11533 @11533 -ord_11534 @11534 -ord_11535 @11535 -ord_11536 @11536 -ord_11537 @11537 -ord_11538 @11538 -ord_11539 @11539 -ord_11540 @11540 -ord_11541 @11541 -ord_11542 @11542 -ord_11543 @11543 -ord_11544 @11544 -ord_11545 @11545 -ord_11546 @11546 -ord_11547 @11547 -ord_11548 @11548 -ord_11549 @11549 -ord_11550 @11550 -ord_11551 @11551 -ord_11552 @11552 -ord_11553 @11553 -ord_11554 @11554 -ord_11555 @11555 -ord_11556 @11556 -ord_11557 @11557 -ord_11558 @11558 -ord_11559 @11559 -ord_11560 @11560 -ord_11561 @11561 -ord_11562 @11562 -ord_11563 @11563 -ord_11564 @11564 -ord_11565 @11565 -ord_11566 @11566 -ord_11567 @11567 -ord_11568 @11568 -ord_11569 @11569 -ord_11570 @11570 -ord_11571 @11571 -ord_11572 @11572 -ord_11573 @11573 -ord_11574 @11574 -ord_11575 @11575 -ord_11576 @11576 -ord_11577 @11577 -ord_11578 @11578 -ord_11579 @11579 -ord_11580 @11580 -ord_11581 @11581 -ord_11582 @11582 -ord_11583 @11583 -ord_11584 @11584 -ord_11585 @11585 -ord_11586 @11586 -ord_11587 @11587 -ord_11588 @11588 -ord_11589 @11589 -ord_11590 @11590 -ord_11591 @11591 -ord_11592 @11592 -ord_11593 @11593 -ord_11594 @11594 -ord_11595 @11595 -ord_11596 @11596 -ord_11597 @11597 -ord_11598 @11598 -ord_11599 @11599 -ord_11600 @11600 -ord_11601 @11601 -ord_11602 @11602 -ord_11603 @11603 -ord_11604 @11604 -ord_11605 @11605 -ord_11606 @11606 -ord_11607 @11607 -ord_11608 @11608 -ord_11609 @11609 -ord_11610 @11610 -ord_11611 @11611 -ord_11612 @11612 -ord_11613 @11613 -ord_11614 @11614 -ord_11615 @11615 -ord_11616 @11616 -ord_11617 @11617 -ord_11618 @11618 -ord_11619 @11619 -ord_11620 @11620 -ord_11621 @11621 -ord_11622 @11622 -ord_11623 @11623 -ord_11624 @11624 -ord_11625 @11625 -ord_11626 @11626 -ord_11627 @11627 -ord_11628 @11628 -ord_11629 @11629 -ord_11630 @11630 -ord_11631 @11631 -ord_11632 @11632 -ord_11633 @11633 -ord_11634 @11634 -ord_11635 @11635 -ord_11636 @11636 -ord_11637 @11637 -ord_11638 @11638 -ord_11639 @11639 -ord_11640 @11640 -ord_11641 @11641 -ord_11642 @11642 -ord_11643 @11643 -ord_11644 @11644 -ord_11645 @11645 -ord_11646 @11646 -ord_11647 @11647 -ord_11648 @11648 -ord_11649 @11649 -ord_11650 @11650 -ord_11651 @11651 -ord_11652 @11652 -ord_11653 @11653 -ord_11654 @11654 -ord_11655 @11655 -ord_11656 @11656 -ord_11657 @11657 -ord_11658 @11658 -ord_11659 @11659 -ord_11660 @11660 -ord_11661 @11661 -ord_11662 @11662 -ord_11663 @11663 -ord_11664 @11664 -ord_11665 @11665 -ord_11666 @11666 -ord_11667 @11667 -ord_11668 @11668 -ord_11669 @11669 -ord_11670 @11670 -ord_11671 @11671 -ord_11672 @11672 -ord_11673 @11673 -ord_11674 @11674 -ord_11675 @11675 -ord_11676 @11676 -ord_11677 @11677 -ord_11678 @11678 -ord_11679 @11679 -ord_11680 @11680 -ord_11681 @11681 -ord_11682 @11682 -ord_11683 @11683 -ord_11684 @11684 -ord_11685 @11685 -ord_11686 @11686 -ord_11687 @11687 -ord_11688 @11688 -ord_11689 @11689 -ord_11690 @11690 -ord_11691 @11691 -ord_11692 @11692 -ord_11693 @11693 -ord_11694 @11694 -ord_11695 @11695 -ord_11696 @11696 -ord_11697 @11697 -ord_11698 @11698 -ord_11699 @11699 -ord_11700 @11700 -ord_11701 @11701 -ord_11702 @11702 -ord_11703 @11703 -ord_11704 @11704 -ord_11705 @11705 -ord_11706 @11706 -ord_11707 @11707 -ord_11708 @11708 -ord_11709 @11709 -ord_11710 @11710 -ord_11711 @11711 -ord_11712 @11712 -ord_11713 @11713 -ord_11714 @11714 -ord_11715 @11715 -ord_11716 @11716 -ord_11717 @11717 -ord_11718 @11718 -ord_11719 @11719 -ord_11720 @11720 -ord_11721 @11721 -ord_11722 @11722 -ord_11723 @11723 -ord_11724 @11724 -ord_11725 @11725 -ord_11726 @11726 -ord_11727 @11727 -ord_11728 @11728 -ord_11729 @11729 -ord_11730 @11730 -ord_11731 @11731 -ord_11732 @11732 -ord_11733 @11733 -ord_11734 @11734 -ord_11735 @11735 -ord_11736 @11736 -ord_11737 @11737 -ord_11738 @11738 -ord_11739 @11739 -ord_11740 @11740 -ord_11741 @11741 -ord_11742 @11742 -ord_11743 @11743 -ord_11744 @11744 -ord_11745 @11745 -ord_11746 @11746 -ord_11747 @11747 -ord_11748 @11748 -ord_11749 @11749 -ord_11750 @11750 -ord_11751 @11751 -ord_11752 @11752 -ord_11753 @11753 -ord_11754 @11754 -ord_11755 @11755 -ord_11756 @11756 -ord_11757 @11757 -ord_11758 @11758 -ord_11759 @11759 -ord_11760 @11760 -ord_11761 @11761 -ord_11762 @11762 -ord_11763 @11763 -ord_11764 @11764 -ord_11765 @11765 -ord_11766 @11766 -ord_11767 @11767 -ord_11768 @11768 -ord_11769 @11769 -ord_11770 @11770 -ord_11771 @11771 -ord_11772 @11772 -ord_11773 @11773 -ord_11774 @11774 -ord_11775 @11775 -ord_11776 @11776 -ord_11777 @11777 -ord_11778 @11778 -ord_11779 @11779 -ord_11780 @11780 -ord_11781 @11781 -ord_11782 @11782 -ord_11783 @11783 -ord_11784 @11784 -ord_11785 @11785 -ord_11786 @11786 -ord_11787 @11787 -ord_11788 @11788 -ord_11789 @11789 -ord_11790 @11790 -ord_11791 @11791 -ord_11792 @11792 -ord_11793 @11793 -ord_11794 @11794 -ord_11795 @11795 -ord_11796 @11796 -ord_11797 @11797 -ord_11798 @11798 -ord_11799 @11799 -ord_11800 @11800 -ord_11801 @11801 -ord_11802 @11802 -ord_11803 @11803 -ord_11804 @11804 -ord_11805 @11805 -ord_11806 @11806 -ord_11807 @11807 -ord_11808 @11808 -ord_11809 @11809 -ord_11810 @11810 -ord_11811 @11811 -ord_11812 @11812 -ord_11813 @11813 -ord_11814 @11814 -ord_11815 @11815 -ord_11816 @11816 -ord_11817 @11817 -ord_11818 @11818 -ord_11819 @11819 -ord_11820 @11820 -ord_11821 @11821 -ord_11822 @11822 -ord_11823 @11823 -ord_11824 @11824 -ord_11825 @11825 -ord_11826 @11826 -ord_11827 @11827 -ord_11828 @11828 -ord_11829 @11829 -ord_11830 @11830 -ord_11831 @11831 -ord_11832 @11832 -ord_11833 @11833 -ord_11834 @11834 -ord_11835 @11835 -ord_11836 @11836 -ord_11837 @11837 -ord_11838 @11838 -ord_11839 @11839 -ord_11840 @11840 -ord_11841 @11841 -ord_11842 @11842 -ord_11843 @11843 -ord_11844 @11844 -ord_11845 @11845 -ord_11846 @11846 -ord_11847 @11847 -ord_11848 @11848 -ord_11849 @11849 -ord_11850 @11850 -ord_11851 @11851 -ord_11852 @11852 -ord_11853 @11853 -ord_11854 @11854 -ord_11855 @11855 -ord_11856 @11856 -ord_11857 @11857 -ord_11858 @11858 -ord_11859 @11859 -ord_11860 @11860 -ord_11861 @11861 -ord_11862 @11862 -ord_11863 @11863 -ord_11864 @11864 -ord_11865 @11865 -ord_11866 @11866 -ord_11867 @11867 -ord_11868 @11868 -ord_11869 @11869 -ord_11870 @11870 -ord_11871 @11871 -ord_11872 @11872 -ord_11873 @11873 -ord_11874 @11874 -ord_11875 @11875 -ord_11876 @11876 -ord_11877 @11877 -ord_11878 @11878 -ord_11879 @11879 -ord_11880 @11880 -ord_11881 @11881 -ord_11882 @11882 -ord_11883 @11883 -ord_11884 @11884 -ord_11885 @11885 -ord_11886 @11886 -ord_11887 @11887 -ord_11888 @11888 -ord_11889 @11889 -ord_11890 @11890 -ord_11891 @11891 -ord_11892 @11892 -ord_11893 @11893 -ord_11894 @11894 -ord_11895 @11895 -ord_11896 @11896 -ord_11897 @11897 -ord_11898 @11898 -ord_11899 @11899 -ord_11900 @11900 -ord_11901 @11901 -ord_11902 @11902 -ord_11903 @11903 -ord_11904 @11904 -ord_11905 @11905 -ord_11906 @11906 -ord_11907 @11907 -ord_11908 @11908 -ord_11909 @11909 -ord_11910 @11910 -ord_11911 @11911 -ord_11912 @11912 -ord_11913 @11913 -ord_11914 @11914 -ord_11915 @11915 -ord_11916 @11916 -ord_11917 @11917 -ord_11918 @11918 -ord_11919 @11919 -ord_11920 @11920 -ord_11922 @11922 -ord_11923 @11923 -ord_11924 @11924 -ord_11925 @11925 -ord_11926 @11926 -ord_11927 @11927 -ord_11928 @11928 -ord_11929 @11929 -ord_11930 @11930 -ord_11931 @11931 -ord_11932 @11932 -ord_11933 @11933 -ord_11934 @11934 -ord_11935 @11935 -ord_11936 @11936 -ord_11937 @11937 -ord_11938 @11938 -ord_11939 @11939 -ord_11940 @11940 -ord_11941 @11941 -ord_11942 @11942 -ord_11943 @11943 -ord_11944 @11944 -ord_11945 @11945 -ord_11946 @11946 -ord_11947 @11947 -ord_11948 @11948 -ord_11949 @11949 -ord_11950 @11950 -ord_11951 @11951 -ord_11952 @11952 -ord_11953 @11953 -ord_11954 @11954 -ord_11955 @11955 -ord_11956 @11956 -ord_11957 @11957 -ord_11958 @11958 -ord_11959 @11959 -ord_11960 @11960 -ord_11961 @11961 -ord_11962 @11962 -ord_11963 @11963 -ord_11964 @11964 -ord_11965 @11965 -ord_11966 @11966 -ord_11967 @11967 -ord_11968 @11968 -ord_11969 @11969 -ord_11970 @11970 -ord_11971 @11971 -ord_11972 @11972 -ord_11973 @11973 -ord_11974 @11974 -ord_11975 @11975 -ord_11976 @11976 -ord_11977 @11977 -ord_11978 @11978 -ord_11979 @11979 -ord_11980 @11980 -ord_11981 @11981 -ord_11982 @11982 -ord_11983 @11983 -ord_11984 @11984 -ord_11985 @11985 -ord_11986 @11986 -ord_11987 @11987 -ord_11988 @11988 -ord_11989 @11989 -ord_11990 @11990 -ord_11991 @11991 -ord_11992 @11992 -ord_11993 @11993 -ord_11994 @11994 -ord_11995 @11995 -ord_11996 @11996 -ord_11997 @11997 -ord_11998 @11998 -ord_11999 @11999 -ord_12000 @12000 -ord_12001 @12001 -ord_12002 @12002 -ord_12003 @12003 -ord_12004 @12004 -ord_12005 @12005 -ord_12006 @12006 -ord_12007 @12007 -ord_12008 @12008 -ord_12009 @12009 -ord_12010 @12010 -ord_12011 @12011 -ord_12012 @12012 -ord_12013 @12013 -ord_12014 @12014 -ord_12015 @12015 -ord_12016 @12016 -ord_12017 @12017 DATA -ord_12018 @12018 -ord_12019 @12019 -ord_12020 @12020 -ord_12021 @12021 -ord_12022 @12022 -ord_12023 @12023 -ord_12024 @12024 -ord_12025 @12025 -ord_12026 @12026 -ord_12027 @12027 -ord_12028 @12028 -ord_12029 @12029 -ord_12030 @12030 -ord_12031 @12031 -ord_12032 @12032 -ord_12033 @12033 -ord_12034 @12034 -ord_12035 @12035 -ord_12036 @12036 -ord_12037 @12037 -ord_12038 @12038 -ord_12039 @12039 -ord_12040 @12040 -ord_12041 @12041 -ord_12042 @12042 -ord_12043 @12043 -ord_12044 @12044 -ord_12045 @12045 -ord_12046 @12046 -ord_12047 @12047 -ord_12048 @12048 -ord_12049 @12049 -ord_12050 @12050 -ord_12051 @12051 -ord_12052 @12052 -ord_12053 @12053 -ord_12054 @12054 -ord_12055 @12055 -ord_12056 @12056 -ord_12057 @12057 -ord_12058 @12058 -ord_12059 @12059 -ord_12060 @12060 -ord_12061 @12061 -ord_12062 @12062 -ord_12063 @12063 -ord_12064 @12064 -ord_12065 @12065 -ord_12066 @12066 -ord_12067 @12067 -ord_12068 @12068 -ord_12069 @12069 -ord_12070 @12070 -ord_12071 @12071 -ord_12072 @12072 -ord_12073 @12073 -ord_12074 @12074 -ord_12075 @12075 -ord_12076 @12076 -ord_12077 @12077 -ord_12078 @12078 -ord_12079 @12079 -ord_12080 @12080 -ord_12081 @12081 -ord_12082 @12082 -ord_12083 @12083 -ord_12084 @12084 -ord_12085 @12085 -ord_12086 @12086 -ord_12088 @12088 -ord_12089 @12089 -ord_12090 @12090 -ord_12091 @12091 -ord_12092 @12092 -ord_12093 @12093 -ord_12094 @12094 -ord_12095 @12095 -ord_12096 @12096 -ord_12097 @12097 -ord_12098 @12098 -ord_12099 @12099 -ord_12100 @12100 -ord_12101 @12101 -ord_12103 @12103 -ord_12104 @12104 -ord_12105 @12105 -ord_12106 @12106 -ord_12107 @12107 -ord_12108 @12108 -ord_12109 @12109 -ord_12110 @12110 -ord_12111 @12111 -ord_12112 @12112 -ord_12113 @12113 -ord_12114 @12114 -ord_12115 @12115 -ord_12116 @12116 -ord_12117 @12117 -ord_12118 @12118 -ord_12119 @12119 -ord_12120 @12120 -ord_12121 @12121 -ord_12122 @12122 -ord_12123 @12123 -ord_12124 @12124 -ord_12125 @12125 -ord_12126 @12126 -ord_12127 @12127 -ord_12128 @12128 -ord_12129 @12129 -ord_12130 @12130 -ord_12131 @12131 -ord_12132 @12132 -ord_12133 @12133 -ord_12134 @12134 -ord_12135 @12135 -ord_12136 @12136 -ord_12137 @12137 -ord_12138 @12138 -ord_12139 @12139 -ord_12140 @12140 -ord_12141 @12141 -ord_12142 @12142 -ord_12143 @12143 -ord_12144 @12144 -ord_12145 @12145 -ord_12146 @12146 -ord_12147 @12147 -ord_12148 @12148 -ord_12149 @12149 -ord_12150 @12150 -ord_12151 @12151 -ord_12152 @12152 -ord_12153 @12153 -ord_12154 @12154 -ord_12155 @12155 -ord_12156 @12156 -ord_12157 @12157 -ord_12158 @12158 -ord_12159 @12159 -ord_12160 @12160 -ord_12161 @12161 -ord_12162 @12162 -ord_12163 @12163 -ord_12164 @12164 -ord_12165 @12165 -ord_12166 @12166 -ord_12167 @12167 -ord_12168 @12168 -ord_12169 @12169 -ord_12170 @12170 -ord_12171 @12171 -ord_12172 @12172 -ord_12173 @12173 -ord_12174 @12174 -ord_12175 @12175 -ord_12176 @12176 -ord_12177 @12177 -ord_12178 @12178 -ord_12179 @12179 -ord_12180 @12180 -ord_12181 @12181 -ord_12182 @12182 -ord_12183 @12183 -ord_12184 @12184 -ord_12185 @12185 -ord_12186 @12186 -ord_12187 @12187 -ord_12188 @12188 -ord_12189 @12189 -ord_12190 @12190 -ord_12191 @12191 -ord_12192 @12192 -ord_12193 @12193 -ord_12194 @12194 -ord_12195 @12195 -ord_12196 @12196 -ord_12197 @12197 -ord_12198 @12198 -ord_12199 @12199 -ord_12200 @12200 -ord_12201 @12201 -ord_12202 @12202 -ord_12203 @12203 -ord_12204 @12204 -ord_12205 @12205 -ord_12206 @12206 -ord_12207 @12207 -ord_12208 @12208 -ord_12209 @12209 -ord_12210 @12210 -ord_12211 @12211 -ord_12212 @12212 -ord_12213 @12213 -ord_12214 @12214 -ord_12215 @12215 -ord_12216 @12216 -ord_12217 @12217 -ord_12218 @12218 -ord_12219 @12219 -ord_12220 @12220 -ord_12221 @12221 -ord_12222 @12222 -ord_12223 @12223 -ord_12224 @12224 -ord_12225 @12225 -ord_12226 @12226 -ord_12227 @12227 -ord_12228 @12228 -ord_12229 @12229 -ord_12230 @12230 -ord_12231 @12231 -ord_12232 @12232 -ord_12233 @12233 -ord_12234 @12234 -ord_12235 @12235 -ord_12236 @12236 -ord_12237 @12237 -ord_12238 @12238 -ord_12239 @12239 -ord_12240 @12240 -ord_12241 @12241 -ord_12242 @12242 -ord_12243 @12243 -ord_12244 @12244 -ord_12245 @12245 -ord_12246 @12246 -ord_12247 @12247 -ord_12248 @12248 -ord_12249 @12249 -ord_12250 @12250 -ord_12251 @12251 -ord_12252 @12252 -ord_12253 @12253 -ord_12254 @12254 -ord_12255 @12255 -ord_12256 @12256 -ord_12257 @12257 -ord_12258 @12258 -ord_12259 @12259 -ord_12260 @12260 -ord_12261 @12261 -ord_12262 @12262 -ord_12263 @12263 -ord_12264 @12264 -ord_12265 @12265 -ord_12266 @12266 -ord_12267 @12267 -ord_12268 @12268 -ord_12269 @12269 -ord_12270 @12270 -ord_12271 @12271 -ord_12272 @12272 -ord_12273 @12273 -ord_12274 @12274 -ord_12275 @12275 -ord_12276 @12276 -ord_12277 @12277 -ord_12278 @12278 -ord_12279 @12279 -ord_12280 @12280 -ord_12281 @12281 -ord_12282 @12282 -ord_12283 @12283 -ord_12284 @12284 -ord_12285 @12285 -ord_12286 @12286 -ord_12287 @12287 -ord_12288 @12288 -ord_12289 @12289 -ord_12290 @12290 -ord_12291 @12291 -ord_12292 @12292 -ord_12293 @12293 -ord_12294 @12294 -ord_12295 @12295 -ord_12296 @12296 -ord_12297 @12297 -ord_12298 @12298 -ord_12299 @12299 -ord_12300 @12300 -ord_12301 @12301 -ord_12302 @12302 -ord_12303 @12303 -ord_12304 @12304 -ord_12305 @12305 -ord_12306 @12306 -ord_12307 @12307 -ord_12308 @12308 -ord_12309 @12309 -ord_12310 @12310 -ord_12311 @12311 -ord_12312 @12312 -ord_12313 @12313 -ord_12314 @12314 -ord_12315 @12315 -ord_12316 @12316 -ord_12317 @12317 -ord_12318 @12318 -ord_12319 @12319 -ord_12320 @12320 -ord_12321 @12321 -ord_12322 @12322 -ord_12323 @12323 -ord_12324 @12324 -ord_12325 @12325 -ord_12326 @12326 -ord_12327 @12327 -ord_12328 @12328 -ord_12329 @12329 -ord_12330 @12330 -ord_12331 @12331 -ord_12332 @12332 -ord_12333 @12333 -ord_12334 @12334 -ord_12335 @12335 -ord_12336 @12336 -ord_12337 @12337 -ord_12338 @12338 -ord_12339 @12339 -ord_12340 @12340 -ord_12341 @12341 -ord_12342 @12342 -ord_12343 @12343 -ord_12344 @12344 -ord_12345 @12345 -ord_12346 @12346 -ord_12347 @12347 -ord_12348 @12348 -ord_12349 @12349 -ord_12350 @12350 -ord_12351 @12351 -ord_12352 @12352 -ord_12353 @12353 -ord_12354 @12354 -ord_12355 @12355 -ord_12356 @12356 -ord_12357 @12357 -ord_12358 @12358 -ord_12359 @12359 -ord_12360 @12360 -ord_12361 @12361 -ord_12362 @12362 -ord_12363 @12363 -ord_12364 @12364 -ord_12365 @12365 -ord_12366 @12366 -ord_12367 @12367 -ord_12368 @12368 -ord_12369 @12369 -ord_12370 @12370 -ord_12371 @12371 -ord_12372 @12372 -ord_12373 @12373 -ord_12374 @12374 -ord_12375 @12375 -ord_12376 @12376 -ord_12377 @12377 -ord_12378 @12378 -ord_12379 @12379 -ord_12380 @12380 -ord_12381 @12381 -ord_12382 @12382 -ord_12383 @12383 -ord_12384 @12384 -ord_12385 @12385 -ord_12386 @12386 -ord_12387 @12387 -ord_12388 @12388 -ord_12389 @12389 -ord_12390 @12390 -ord_12391 @12391 -ord_12392 @12392 -ord_12393 @12393 -ord_12394 @12394 -ord_12395 @12395 -ord_12396 @12396 -ord_12397 @12397 -ord_12398 @12398 -ord_12399 @12399 -ord_12400 @12400 -ord_12401 @12401 -ord_12402 @12402 -ord_12403 @12403 -ord_12404 @12404 -ord_12405 @12405 -ord_12406 @12406 -ord_12407 @12407 -ord_12408 @12408 -ord_12409 @12409 -ord_12410 @12410 -ord_12411 @12411 -ord_12412 @12412 -ord_12413 @12413 -ord_12414 @12414 -ord_12415 @12415 -ord_12416 @12416 -ord_12417 @12417 -ord_12418 @12418 -ord_12419 @12419 -ord_12420 @12420 -ord_12421 @12421 -ord_12422 @12422 -ord_12423 @12423 -ord_12424 @12424 -ord_12425 @12425 -ord_12426 @12426 -ord_12427 @12427 -ord_12428 @12428 -ord_12429 @12429 -ord_12430 @12430 -ord_12431 @12431 -ord_12432 @12432 -ord_12433 @12433 -ord_12434 @12434 -ord_12435 @12435 -ord_12436 @12436 -ord_12437 @12437 -ord_12438 @12438 -ord_12439 @12439 -ord_12440 @12440 -ord_12441 @12441 -ord_12442 @12442 -ord_12443 @12443 -ord_12444 @12444 -ord_12445 @12445 -ord_12446 @12446 -ord_12447 @12447 -ord_12448 @12448 -ord_12449 @12449 -ord_12450 @12450 -ord_12451 @12451 -ord_12452 @12452 -ord_12453 @12453 -ord_12454 @12454 -ord_12455 @12455 -ord_12456 @12456 -ord_12457 @12457 -ord_12458 @12458 -ord_12459 @12459 -ord_12460 @12460 -ord_12461 @12461 -ord_12462 @12462 -ord_12463 @12463 -ord_12464 @12464 -ord_12465 @12465 -ord_12466 @12466 -ord_12467 @12467 -ord_12468 @12468 -ord_12469 @12469 -ord_12470 @12470 -ord_12471 @12471 -ord_12472 @12472 -ord_12473 @12473 -ord_12474 @12474 -ord_12475 @12475 -ord_12476 @12476 -ord_12477 @12477 -ord_12478 @12478 -ord_12479 @12479 -ord_12480 @12480 -ord_12481 @12481 -ord_12482 @12482 -ord_12483 @12483 -ord_12484 @12484 -ord_12485 @12485 -ord_12486 @12486 -ord_12487 @12487 -ord_12488 @12488 -ord_12489 @12489 -ord_12490 @12490 -ord_12491 @12491 -ord_12492 @12492 -ord_12493 @12493 -ord_12494 @12494 -ord_12495 @12495 -ord_12496 @12496 -ord_12497 @12497 -ord_12498 @12498 -ord_12499 @12499 -ord_12500 @12500 -ord_12501 @12501 -ord_12502 @12502 -ord_12503 @12503 -ord_12504 @12504 -ord_12505 @12505 -ord_12506 @12506 -ord_12507 @12507 -ord_12508 @12508 -ord_12509 @12509 -ord_12510 @12510 -ord_12511 @12511 -ord_12512 @12512 -ord_12513 @12513 -ord_12514 @12514 -ord_12515 @12515 -ord_12516 @12516 -ord_12517 @12517 -ord_12518 @12518 -ord_12519 @12519 -ord_12520 @12520 -ord_12521 @12521 -ord_12522 @12522 -ord_12523 @12523 -ord_12524 @12524 -ord_12525 @12525 -ord_12526 @12526 -ord_12527 @12527 -ord_12528 @12528 -ord_12529 @12529 -ord_12530 @12530 -ord_12531 @12531 -ord_12532 @12532 -ord_12533 @12533 -ord_12534 @12534 -ord_12535 @12535 -ord_12536 @12536 -ord_12537 @12537 -ord_12538 @12538 -ord_12539 @12539 -ord_12540 @12540 -ord_12541 @12541 -ord_12542 @12542 -ord_12543 @12543 -ord_12544 @12544 -ord_12545 @12545 -ord_12546 @12546 -ord_12547 @12547 -ord_12548 @12548 -ord_12549 @12549 -ord_12550 @12550 -ord_12551 @12551 -ord_12552 @12552 -ord_12553 @12553 -ord_12554 @12554 -ord_12555 @12555 -ord_12556 @12556 -ord_12557 @12557 -ord_12558 @12558 -ord_12559 @12559 -ord_12560 @12560 -ord_12561 @12561 -ord_12562 @12562 -ord_12563 @12563 -ord_12564 @12564 -ord_12565 @12565 -ord_12566 @12566 -ord_12567 @12567 -ord_12568 @12568 -ord_12569 @12569 -ord_12570 @12570 -ord_12571 @12571 -ord_12572 @12572 -ord_12573 @12573 -ord_12574 @12574 -ord_12575 @12575 -ord_12576 @12576 -ord_12577 @12577 -ord_12578 @12578 -ord_12579 @12579 -ord_12580 @12580 -ord_12581 @12581 -ord_12582 @12582 -ord_12583 @12583 -ord_12584 @12584 -ord_12585 @12585 -ord_12586 @12586 -ord_12587 @12587 -ord_12588 @12588 -ord_12589 @12589 -ord_12590 @12590 -ord_12591 @12591 -ord_12592 @12592 -ord_12593 @12593 -ord_12594 @12594 -ord_12595 @12595 -ord_12596 @12596 -ord_12597 @12597 -ord_12598 @12598 -ord_12599 @12599 -ord_12600 @12600 -ord_12601 @12601 -ord_12602 @12602 -ord_12603 @12603 -ord_12604 @12604 -ord_12605 @12605 -ord_12606 @12606 -ord_12607 @12607 -ord_12608 @12608 -ord_12609 @12609 -ord_12610 @12610 -ord_12611 @12611 -ord_12612 @12612 -ord_12613 @12613 -ord_12614 @12614 -ord_12615 @12615 -ord_12616 @12616 -ord_12617 @12617 -ord_12618 @12618 -ord_12619 @12619 -ord_12620 @12620 -ord_12621 @12621 -ord_12622 @12622 -ord_12623 @12623 -ord_12624 @12624 -ord_12625 @12625 -ord_12626 @12626 -ord_12627 @12627 -ord_12628 @12628 -ord_12629 @12629 -ord_12630 @12630 -ord_12631 @12631 -ord_12632 @12632 -ord_12633 @12633 -ord_12634 @12634 -ord_12635 @12635 -ord_12636 @12636 -ord_12637 @12637 -ord_12638 @12638 -ord_12639 @12639 -ord_12640 @12640 -ord_12641 @12641 -ord_12642 @12642 -ord_12643 @12643 -ord_12644 @12644 -ord_12645 @12645 -ord_12646 @12646 -ord_12647 @12647 -ord_12648 @12648 -ord_12649 @12649 -ord_12650 @12650 -ord_12651 @12651 -ord_12652 @12652 -ord_12653 @12653 -ord_12654 @12654 -ord_12655 @12655 -ord_12656 @12656 -ord_12657 @12657 -ord_12658 @12658 -ord_12659 @12659 -ord_12660 @12660 -ord_12661 @12661 -ord_12662 @12662 -ord_12663 @12663 -ord_12664 @12664 -ord_12665 @12665 -ord_12666 @12666 -ord_12667 @12667 -ord_12668 @12668 -ord_12669 @12669 -ord_12670 @12670 -ord_12671 @12671 -ord_12672 @12672 -ord_12673 @12673 -ord_12674 @12674 -ord_12675 @12675 -ord_12676 @12676 -ord_12677 @12677 -ord_12678 @12678 -ord_12679 @12679 -ord_12680 @12680 -ord_12681 @12681 -ord_12682 @12682 -ord_12683 @12683 -ord_12684 @12684 -ord_12685 @12685 -ord_12686 @12686 -ord_12687 @12687 -ord_12688 @12688 -ord_12689 @12689 -ord_12690 @12690 -ord_12691 @12691 -ord_12692 @12692 -ord_12693 @12693 -ord_12694 @12694 -ord_12695 @12695 -ord_12696 @12696 -ord_12697 @12697 -ord_12698 @12698 -ord_12699 @12699 -ord_12700 @12700 -ord_12701 @12701 -ord_12702 @12702 -ord_12703 @12703 -ord_12704 @12704 -ord_12705 @12705 -ord_12706 @12706 -ord_12707 @12707 -ord_12708 @12708 -ord_12709 @12709 -ord_12710 @12710 -ord_12711 @12711 -ord_12712 @12712 -ord_12713 @12713 -ord_12714 @12714 -ord_12715 @12715 -ord_12716 @12716 -ord_12717 @12717 -ord_12718 @12718 -ord_12719 @12719 -ord_12720 @12720 -ord_12721 @12721 -ord_12722 @12722 -ord_12723 @12723 -ord_12724 @12724 -ord_12725 @12725 -ord_12726 @12726 -ord_12727 @12727 -ord_12728 @12728 -ord_12729 @12729 -ord_12730 @12730 -ord_12731 @12731 -ord_12732 @12732 -ord_12733 @12733 -ord_12734 @12734 -ord_12735 @12735 -ord_12736 @12736 -ord_12737 @12737 -ord_12738 @12738 -ord_12739 @12739 -ord_12740 @12740 -ord_12741 @12741 -ord_12742 @12742 -ord_12743 @12743 -ord_12744 @12744 -ord_12745 @12745 -ord_12746 @12746 -ord_12747 @12747 -ord_12748 @12748 -ord_12749 @12749 -ord_12750 @12750 -ord_12751 @12751 -ord_12752 @12752 -ord_12753 @12753 -ord_12754 @12754 -ord_12755 @12755 -ord_12756 @12756 -ord_12757 @12757 -ord_12758 @12758 -ord_12759 @12759 -ord_12760 @12760 -ord_12761 @12761 -ord_12762 @12762 -ord_12763 @12763 -ord_12764 @12764 -ord_12765 @12765 -ord_12766 @12766 -ord_12767 @12767 -ord_12768 @12768 -ord_12769 @12769 -ord_12770 @12770 -ord_12771 @12771 -ord_12772 @12772 -ord_12773 @12773 -ord_12774 @12774 -ord_12775 @12775 -ord_12776 @12776 -ord_12777 @12777 -ord_12778 @12778 -ord_12779 @12779 -ord_12780 @12780 -ord_12781 @12781 -ord_12782 @12782 -ord_12783 @12783 -ord_12784 @12784 -ord_12785 @12785 -ord_12786 @12786 -ord_12787 @12787 -ord_12788 @12788 -ord_12789 @12789 -ord_12790 @12790 -ord_12791 @12791 -ord_12792 @12792 -ord_12793 @12793 -ord_12794 @12794 -ord_12795 @12795 -ord_12796 @12796 -ord_12797 @12797 -ord_12798 @12798 -ord_12799 @12799 -ord_12800 @12800 -ord_12801 @12801 -ord_12802 @12802 -ord_12803 @12803 -ord_12804 @12804 -ord_12805 @12805 -ord_12806 @12806 -ord_12807 @12807 -ord_12808 @12808 -ord_12809 @12809 -ord_12810 @12810 -ord_12811 @12811 -ord_12812 @12812 -ord_12813 @12813 -ord_12814 @12814 -ord_12815 @12815 -ord_12816 @12816 -ord_12817 @12817 -ord_12818 @12818 -ord_12819 @12819 -ord_12820 @12820 -ord_12821 @12821 -ord_12822 @12822 -ord_12823 @12823 -ord_12824 @12824 -ord_12825 @12825 -ord_12826 @12826 -ord_12827 @12827 -ord_12828 @12828 -ord_12830 @12830 -ord_12831 @12831 -ord_12832 @12832 -ord_12833 @12833 -ord_12834 @12834 -ord_12835 @12835 -ord_12836 @12836 -ord_12837 @12837 -ord_12838 @12838 -ord_12839 @12839 -ord_12840 @12840 -ord_12841 @12841 -ord_12842 @12842 -ord_12843 @12843 -ord_12844 @12844 -ord_12845 @12845 -ord_12846 @12846 -ord_12847 @12847 -ord_12848 @12848 -ord_12849 @12849 -ord_12850 @12850 -ord_12851 @12851 -ord_12852 @12852 -ord_12853 @12853 -ord_12854 @12854 -ord_12855 @12855 -ord_12856 @12856 -ord_12857 @12857 -ord_12858 @12858 -ord_12859 @12859 -ord_12860 @12860 -ord_12861 @12861 -ord_12862 @12862 -ord_12863 @12863 -ord_12864 @12864 -ord_12865 @12865 -ord_12866 @12866 -ord_12867 @12867 -ord_12868 @12868 -ord_12869 @12869 -ord_12870 @12870 -ord_12871 @12871 -ord_12872 @12872 -ord_12873 @12873 -ord_12874 @12874 -ord_12875 @12875 -ord_12876 @12876 -ord_12877 @12877 -ord_12878 @12878 -ord_12879 @12879 -ord_12880 @12880 -ord_12881 @12881 -ord_12882 @12882 -ord_12883 @12883 -ord_12884 @12884 -ord_12885 @12885 -ord_12886 @12886 -ord_12887 @12887 -ord_12888 @12888 -ord_12889 @12889 -ord_12890 @12890 -ord_12891 @12891 -ord_12892 @12892 -ord_12893 @12893 -ord_12894 @12894 -ord_12895 @12895 -ord_12896 @12896 -ord_12897 @12897 -ord_12898 @12898 -ord_12899 @12899 -ord_12900 @12900 -ord_12901 @12901 -ord_12902 @12902 -ord_12903 @12903 -ord_12904 @12904 -ord_12905 @12905 -ord_12906 @12906 -ord_12907 @12907 -ord_12908 @12908 -ord_12909 @12909 -ord_12910 @12910 -ord_12911 @12911 -ord_12912 @12912 -ord_12913 @12913 -ord_12914 @12914 -ord_12915 @12915 -ord_12916 @12916 -ord_12917 @12917 -ord_12918 @12918 -ord_12919 @12919 -ord_12920 @12920 -ord_12921 @12921 -ord_12922 @12922 -ord_12923 @12923 -ord_12924 @12924 -ord_12925 @12925 -ord_12926 @12926 -ord_12927 @12927 -ord_12928 @12928 -ord_12929 @12929 -ord_12930 @12930 -ord_12931 @12931 -ord_12932 @12932 -ord_12933 @12933 -ord_12934 @12934 -ord_12935 @12935 -ord_12936 @12936 -ord_12937 @12937 -ord_12938 @12938 -ord_12939 @12939 -ord_12940 @12940 -ord_12941 @12941 -ord_12942 @12942 -ord_12943 @12943 -ord_12944 @12944 -ord_12945 @12945 -ord_12946 @12946 -ord_12947 @12947 -ord_12948 @12948 -ord_12949 @12949 -ord_12950 @12950 -ord_12951 @12951 -ord_12952 @12952 -ord_12953 @12953 -ord_12954 @12954 -ord_12955 @12955 -ord_12956 @12956 -ord_12957 @12957 -ord_12958 @12958 -ord_12959 @12959 -ord_12960 @12960 -ord_12961 @12961 -ord_12962 @12962 -ord_12963 @12963 -ord_12964 @12964 -ord_12965 @12965 -ord_12966 @12966 -ord_12967 @12967 -ord_12968 @12968 -ord_12969 @12969 -ord_12970 @12970 -ord_12971 @12971 -ord_12972 @12972 -ord_12973 @12973 -ord_12974 @12974 -ord_12975 @12975 -ord_12976 @12976 -ord_12977 @12977 -ord_12978 @12978 -ord_12979 @12979 -ord_12980 @12980 -ord_12981 @12981 -ord_12982 @12982 -ord_12983 @12983 -ord_12984 @12984 -ord_12985 @12985 -ord_12986 @12986 -ord_12987 @12987 -ord_12988 @12988 -ord_12989 @12989 -ord_12990 @12990 -ord_12991 @12991 -ord_12992 @12992 -ord_12993 @12993 -ord_12994 @12994 -ord_12995 @12995 -ord_12996 @12996 -ord_12997 @12997 -ord_12998 @12998 -ord_12999 @12999 -ord_13000 @13000 -ord_13001 @13001 -ord_13002 @13002 -ord_13003 @13003 -ord_13004 @13004 -ord_13005 @13005 -ord_13006 @13006 -ord_13007 @13007 -ord_13008 @13008 -ord_13009 @13009 -ord_13010 @13010 -ord_13011 @13011 -ord_13012 @13012 -ord_13013 @13013 -ord_13014 @13014 -ord_13015 @13015 -ord_13016 @13016 -ord_13017 @13017 -ord_13018 @13018 -ord_13019 @13019 -ord_13020 @13020 -ord_13021 @13021 -ord_13022 @13022 -ord_13023 @13023 -ord_13024 @13024 -ord_13025 @13025 -ord_13026 @13026 -ord_13027 @13027 -ord_13028 @13028 -ord_13029 @13029 -ord_13030 @13030 -ord_13031 @13031 -ord_13032 @13032 -ord_13033 @13033 -ord_13034 @13034 -ord_13035 @13035 -ord_13036 @13036 -ord_13037 @13037 -ord_13038 @13038 -ord_13039 @13039 -ord_13040 @13040 -ord_13041 @13041 -ord_13042 @13042 -ord_13043 @13043 -ord_13044 @13044 -ord_13045 @13045 -ord_13046 @13046 -ord_13047 @13047 -ord_13048 @13048 -ord_13049 @13049 -ord_13050 @13050 -ord_13051 @13051 -ord_13052 @13052 -ord_13053 @13053 -ord_13054 @13054 -ord_13055 @13055 -ord_13056 @13056 -ord_13057 @13057 -ord_13058 @13058 -ord_13059 @13059 -ord_13060 @13060 -ord_13061 @13061 -ord_13062 @13062 -ord_13063 @13063 -ord_13064 @13064 -ord_13065 @13065 -ord_13066 @13066 -ord_13067 @13067 -ord_13068 @13068 -ord_13069 @13069 -ord_13070 @13070 -ord_13071 @13071 -ord_13072 @13072 -ord_13073 @13073 -ord_13074 @13074 -ord_13075 @13075 -ord_13076 @13076 -ord_13077 @13077 -ord_13078 @13078 -ord_13079 @13079 -ord_13080 @13080 -ord_13081 @13081 -ord_13082 @13082 -ord_13083 @13083 -ord_13084 @13084 -ord_13085 @13085 -ord_13086 @13086 -ord_13087 @13087 -ord_13088 @13088 -ord_13089 @13089 -ord_13090 @13090 -ord_13091 @13091 -ord_13092 @13092 -ord_13093 @13093 -ord_13094 @13094 -ord_13095 @13095 -ord_13096 @13096 -ord_13097 @13097 -ord_13098 @13098 -ord_13099 @13099 -ord_13100 @13100 -ord_13101 @13101 -ord_13102 @13102 -ord_13103 @13103 -ord_13104 @13104 -ord_13105 @13105 -ord_13106 @13106 -ord_13107 @13107 -ord_13108 @13108 -ord_13109 @13109 -ord_13110 @13110 -ord_13111 @13111 -ord_13112 @13112 -ord_13113 @13113 -ord_13114 @13114 -ord_13115 @13115 -ord_13116 @13116 -ord_13117 @13117 -ord_13118 @13118 -ord_13119 @13119 -ord_13120 @13120 -ord_13121 @13121 -ord_13122 @13122 -ord_13123 @13123 -ord_13124 @13124 -ord_13125 @13125 -ord_13126 @13126 -ord_13127 @13127 -ord_13128 @13128 -ord_13129 @13129 -ord_13130 @13130 -ord_13131 @13131 -ord_13132 @13132 -ord_13133 @13133 -ord_13134 @13134 -ord_13135 @13135 -ord_13136 @13136 -ord_13137 @13137 -ord_13138 @13138 -ord_13139 @13139 -ord_13140 @13140 -ord_13141 @13141 -ord_13142 @13142 -ord_13143 @13143 -ord_13144 @13144 -ord_13145 @13145 -ord_13146 @13146 -ord_13147 @13147 -ord_13148 @13148 -ord_13149 @13149 -ord_13150 @13150 -ord_13151 @13151 -ord_13152 @13152 -ord_13153 @13153 -ord_13154 @13154 -ord_13155 @13155 -ord_13156 @13156 -ord_13157 @13157 -ord_13158 @13158 -ord_13159 @13159 -ord_13160 @13160 -ord_13161 @13161 -ord_13162 @13162 -ord_13163 @13163 -ord_13164 @13164 -ord_13165 @13165 -ord_13166 @13166 -ord_13167 @13167 -ord_13168 @13168 -ord_13169 @13169 -ord_13170 @13170 -ord_13171 @13171 -ord_13172 @13172 -ord_13173 @13173 -ord_13174 @13174 -ord_13175 @13175 -ord_13176 @13176 -ord_13177 @13177 -ord_13178 @13178 -ord_13179 @13179 -ord_13180 @13180 -ord_13181 @13181 -ord_13182 @13182 -ord_13183 @13183 -ord_13184 @13184 -ord_13185 @13185 -ord_13186 @13186 -ord_13187 @13187 -ord_13188 @13188 -ord_13189 @13189 -ord_13190 @13190 -ord_13191 @13191 -ord_13192 @13192 -ord_13193 @13193 -ord_13194 @13194 -ord_13195 @13195 -ord_13196 @13196 -ord_13197 @13197 -ord_13198 @13198 -ord_13199 @13199 -ord_13200 @13200 -ord_13201 @13201 -ord_13202 @13202 -ord_13203 @13203 -ord_13204 @13204 -ord_13205 @13205 -ord_13206 @13206 -ord_13207 @13207 -ord_13208 @13208 -ord_13209 @13209 -ord_13210 @13210 -ord_13211 @13211 -ord_13212 @13212 -ord_13213 @13213 -ord_13214 @13214 -ord_13215 @13215 -ord_13216 @13216 -ord_13217 @13217 -ord_13218 @13218 -ord_13219 @13219 -ord_13220 @13220 -ord_13221 @13221 -ord_13222 @13222 -ord_13223 @13223 -ord_13224 @13224 -ord_13225 @13225 -ord_13226 @13226 -ord_13227 @13227 -ord_13228 @13228 -ord_13229 @13229 -ord_13230 @13230 -ord_13231 @13231 -ord_13232 @13232 -ord_13233 @13233 -ord_13234 @13234 -ord_13235 @13235 -ord_13236 @13236 -ord_13237 @13237 -ord_13238 @13238 -ord_13239 @13239 -ord_13240 @13240 -ord_13241 @13241 -ord_13242 @13242 -ord_13243 @13243 -ord_13244 @13244 -ord_13245 @13245 -ord_13246 @13246 -ord_13247 @13247 -ord_13248 @13248 -ord_13249 @13249 -ord_13250 @13250 -ord_13251 @13251 -ord_13252 @13252 -ord_13253 @13253 -ord_13254 @13254 -ord_13255 @13255 -ord_13256 @13256 -ord_13257 @13257 -ord_13258 @13258 -ord_13259 @13259 -ord_13260 @13260 -ord_13261 @13261 -ord_13262 @13262 -ord_13263 @13263 -ord_13264 @13264 -ord_13265 @13265 -ord_13266 @13266 -ord_13267 @13267 -ord_13268 @13268 -ord_13269 @13269 -ord_13270 @13270 -ord_13271 @13271 -ord_13272 @13272 -ord_13273 @13273 -ord_13274 @13274 -ord_13275 @13275 -ord_13276 @13276 -ord_13277 @13277 -ord_13278 @13278 -ord_13279 @13279 -ord_13280 @13280 -ord_13281 @13281 -ord_13282 @13282 -ord_13283 @13283 -ord_13284 @13284 -ord_13285 @13285 -ord_13286 @13286 -ord_13287 @13287 -ord_13288 @13288 -ord_13289 @13289 -ord_13290 @13290 -ord_13291 @13291 -ord_13292 @13292 -ord_13293 @13293 -ord_13294 @13294 -ord_13295 @13295 -ord_13296 @13296 -ord_13297 @13297 -ord_13298 @13298 -ord_13299 @13299 -ord_13300 @13300 -ord_13301 @13301 -ord_13302 @13302 -ord_13303 @13303 -ord_13304 @13304 -ord_13305 @13305 -ord_13306 @13306 -ord_13307 @13307 -ord_13308 @13308 -ord_13309 @13309 -ord_13310 @13310 -ord_13311 @13311 -ord_13312 @13312 -ord_13313 @13313 -ord_13314 @13314 -ord_13315 @13315 -ord_13316 @13316 -ord_13317 @13317 -ord_13318 @13318 -ord_13319 @13319 -ord_13320 @13320 -ord_13321 @13321 -ord_13322 @13322 -ord_13323 @13323 -ord_13324 @13324 -ord_13325 @13325 -ord_13326 @13326 -ord_13327 @13327 -ord_13328 @13328 -ord_13329 @13329 -ord_13330 @13330 -ord_13331 @13331 -ord_13332 @13332 -ord_13333 @13333 -ord_13334 @13334 -ord_13335 @13335 -ord_13336 @13336 -ord_13337 @13337 -ord_13338 @13338 -ord_13339 @13339 -ord_13340 @13340 -ord_13341 @13341 -ord_13342 @13342 -ord_13343 @13343 -ord_13344 @13344 -ord_13345 @13345 -ord_13346 @13346 -ord_13347 @13347 -ord_13348 @13348 -ord_13349 @13349 -ord_13350 @13350 -ord_13351 @13351 -ord_13352 @13352 -ord_13353 @13353 -ord_13354 @13354 -ord_13355 @13355 -ord_13356 @13356 -ord_13357 @13357 -ord_13358 @13358 -ord_13359 @13359 -ord_13360 @13360 -ord_13361 @13361 -ord_13362 @13362 -ord_13363 @13363 -ord_13364 @13364 -ord_13365 @13365 -ord_13366 @13366 -ord_13367 @13367 -ord_13368 @13368 -ord_13369 @13369 -ord_13370 @13370 -ord_13371 @13371 -ord_13372 @13372 -ord_13373 @13373 -ord_13374 @13374 -ord_13375 @13375 -ord_13376 @13376 -ord_13377 @13377 -ord_13378 @13378 -ord_13379 @13379 -ord_13380 @13380 -ord_13381 @13381 -ord_13382 @13382 -ord_13383 @13383 -ord_13384 @13384 -ord_13385 @13385 -ord_13386 @13386 -ord_13387 @13387 -ord_13388 @13388 -ord_13389 @13389 -ord_13390 @13390 -ord_13391 @13391 -ord_13392 @13392 -ord_13393 @13393 -ord_13394 @13394 -ord_13395 @13395 -ord_13396 @13396 -ord_13397 @13397 -ord_13398 @13398 -ord_13399 @13399 -ord_13400 @13400 -ord_13401 @13401 -ord_13402 @13402 -ord_13403 @13403 -ord_13404 @13404 -ord_13405 @13405 -ord_13406 @13406 -ord_13407 @13407 -ord_13408 @13408 -ord_13409 @13409 -ord_13410 @13410 -ord_13411 @13411 -ord_13412 @13412 -ord_13413 @13413 -ord_13414 @13414 -ord_13415 @13415 -ord_13416 @13416 -ord_13417 @13417 -ord_13418 @13418 -ord_13419 @13419 -ord_13420 @13420 -ord_13421 @13421 -ord_13422 @13422 -ord_13423 @13423 -ord_13424 @13424 -ord_13425 @13425 -ord_13426 @13426 -ord_13427 @13427 -ord_13428 @13428 -ord_13429 @13429 -ord_13430 @13430 -ord_13431 @13431 -ord_13432 @13432 -ord_13433 @13433 -ord_13434 @13434 -ord_13435 @13435 -ord_13436 @13436 -ord_13437 @13437 -ord_13438 @13438 -ord_13439 @13439 -ord_13440 @13440 -ord_13441 @13441 -ord_13442 @13442 -ord_13443 @13443 -ord_13444 @13444 -ord_13445 @13445 -ord_13446 @13446 -ord_13447 @13447 -ord_13448 @13448 -ord_13449 @13449 -ord_13450 @13450 -ord_13451 @13451 -ord_13452 @13452 -ord_13453 @13453 -ord_13454 @13454 -ord_13455 @13455 -ord_13456 @13456 -ord_13457 @13457 -ord_13458 @13458 -ord_13459 @13459 -ord_13460 @13460 -ord_13461 @13461 -ord_13462 @13462 -ord_13463 @13463 -ord_13464 @13464 -ord_13465 @13465 -ord_13466 @13466 -ord_13467 @13467 -ord_13468 @13468 -ord_13469 @13469 -ord_13470 @13470 -ord_13471 @13471 -ord_13472 @13472 -ord_13473 @13473 -ord_13474 @13474 -ord_13475 @13475 -ord_13476 @13476 -ord_13477 @13477 -ord_13478 @13478 -ord_13479 @13479 -ord_13480 @13480 -ord_13481 @13481 -ord_13482 @13482 -ord_13483 @13483 -ord_13484 @13484 -ord_13485 @13485 -ord_13486 @13486 -ord_13487 @13487 -ord_13488 @13488 -ord_13489 @13489 -ord_13490 @13490 -ord_13491 @13491 -ord_13492 @13492 -ord_13493 @13493 -ord_13494 @13494 -ord_13495 @13495 -ord_13496 @13496 -ord_13497 @13497 -ord_13498 @13498 -ord_13499 @13499 -ord_13500 @13500 -ord_13501 @13501 -ord_13502 @13502 -ord_13503 @13503 -ord_13504 @13504 -ord_13505 @13505 -ord_13506 @13506 -ord_13507 @13507 -ord_13508 @13508 -ord_13509 @13509 -ord_13510 @13510 -ord_13511 @13511 -ord_13512 @13512 -ord_13513 @13513 -ord_13514 @13514 -ord_13515 @13515 -ord_13516 @13516 -ord_13517 @13517 -ord_13518 @13518 -ord_13519 @13519 -ord_13520 @13520 -ord_13521 @13521 -ord_13522 @13522 -ord_13523 @13523 -ord_13524 @13524 -ord_13525 @13525 -ord_13526 @13526 -ord_13527 @13527 -ord_13528 @13528 -ord_13529 @13529 -ord_13530 @13530 -ord_13531 @13531 -ord_13532 @13532 -ord_13533 @13533 -ord_13534 @13534 -ord_13535 @13535 -ord_13536 @13536 -ord_13537 @13537 -ord_13538 @13538 -ord_13539 @13539 -ord_13540 @13540 -ord_13541 @13541 -ord_13542 @13542 -ord_13543 @13543 -ord_13544 @13544 -ord_13545 @13545 -ord_13546 @13546 -ord_13547 @13547 -ord_13548 @13548 -ord_13549 @13549 -ord_13550 @13550 -ord_13551 @13551 -ord_13552 @13552 -ord_13553 @13553 -ord_13554 @13554 -ord_13555 @13555 -ord_13556 @13556 -ord_13557 @13557 -ord_13558 @13558 -ord_13559 @13559 -ord_13560 @13560 -ord_13561 @13561 -ord_13562 @13562 -ord_13563 @13563 -ord_13564 @13564 -ord_13565 @13565 -ord_13566 @13566 -ord_13567 @13567 -ord_13568 @13568 -ord_13569 @13569 -ord_13570 @13570 -ord_13571 @13571 -ord_13572 @13572 -ord_13573 @13573 -ord_13574 @13574 -ord_13575 @13575 -ord_13576 @13576 -ord_13577 @13577 -ord_13578 @13578 -ord_13579 @13579 -ord_13580 @13580 -ord_13581 @13581 -ord_13582 @13582 -ord_13583 @13583 -ord_13584 @13584 -ord_13585 @13585 -ord_13586 @13586 -ord_13587 @13587 -ord_13588 @13588 -ord_13589 @13589 -ord_13590 @13590 -ord_13591 @13591 -ord_13592 @13592 -ord_13593 @13593 -ord_13594 @13594 -ord_13595 @13595 -ord_13596 @13596 -ord_13597 @13597 -ord_13598 @13598 -ord_13599 @13599 -ord_13600 @13600 -ord_13601 @13601 -ord_13602 @13602 -ord_13603 @13603 -ord_13604 @13604 -ord_13605 @13605 -ord_13606 @13606 -ord_13607 @13607 -ord_13608 @13608 -ord_13609 @13609 -ord_13610 @13610 -ord_13611 @13611 -ord_13612 @13612 -ord_13613 @13613 -ord_13614 @13614 -ord_13615 @13615 -ord_13616 @13616 -ord_13617 @13617 -ord_13618 @13618 -ord_13619 @13619 -ord_13620 @13620 -ord_13621 @13621 -ord_13622 @13622 -ord_13623 @13623 -ord_13624 @13624 -ord_13625 @13625 -ord_13626 @13626 -ord_13627 @13627 -ord_13628 @13628 -ord_13629 @13629 -ord_13630 @13630 -ord_13631 @13631 -ord_13632 @13632 -ord_13633 @13633 -ord_13634 @13634 -ord_13635 @13635 -ord_13636 @13636 -ord_13637 @13637 -ord_13638 @13638 -ord_13639 @13639 -ord_13640 @13640 -ord_13641 @13641 -ord_13642 @13642 -ord_13643 @13643 -ord_13644 @13644 -ord_13645 @13645 -ord_13646 @13646 -ord_13647 @13647 -ord_13648 @13648 -ord_13649 @13649 -ord_13650 @13650 -ord_13651 @13651 -ord_13652 @13652 -ord_13653 @13653 -ord_13654 @13654 -ord_13655 @13655 -ord_13656 @13656 -ord_13657 @13657 -ord_13658 @13658 -ord_13659 @13659 -ord_13660 @13660 -ord_13661 @13661 -ord_13662 @13662 -ord_13663 @13663 -ord_13664 @13664 -ord_13665 @13665 -ord_13666 @13666 -ord_13667 @13667 -ord_13668 @13668 -ord_13669 @13669 -ord_13670 @13670 -ord_13671 @13671 -ord_13672 @13672 -ord_13673 @13673 -ord_13674 @13674 -ord_13675 @13675 -ord_13676 @13676 -ord_13677 @13677 -ord_13678 @13678 -ord_13679 @13679 -ord_13680 @13680 -ord_13681 @13681 -ord_13682 @13682 -ord_13683 @13683 -ord_13684 @13684 -ord_13685 @13685 -ord_13686 @13686 -ord_13687 @13687 -ord_13688 @13688 -ord_13689 @13689 -ord_13690 @13690 -ord_13691 @13691 -ord_13692 @13692 -ord_13693 @13693 -ord_13694 @13694 -ord_13695 @13695 -ord_13696 @13696 DATA -ord_13697 @13697 -ord_13698 @13698 -ord_13699 @13699 -ord_13700 @13700 -ord_13701 @13701 -ord_13702 @13702 -ord_13703 @13703 -ord_13704 @13704 -ord_13705 @13705 -ord_13706 @13706 -ord_13707 @13707 -ord_13708 @13708 -ord_13709 @13709 -ord_13710 @13710 -ord_13711 @13711 -ord_13712 @13712 -ord_13713 @13713 -ord_13714 @13714 -ord_13715 @13715 -ord_13716 @13716 -ord_13717 @13717 -ord_13718 @13718 -ord_13719 @13719 -ord_13720 @13720 -ord_13721 @13721 -ord_13722 @13722 -ord_13723 @13723 -ord_13724 @13724 -ord_13725 @13725 -ord_13726 @13726 -ord_13727 @13727 -ord_13728 @13728 -ord_13729 @13729 -ord_13730 @13730 -ord_13731 @13731 -ord_13732 @13732 -ord_13733 @13733 -ord_13734 @13734 -ord_13735 @13735 -ord_13736 @13736 -ord_13737 @13737 -ord_13738 @13738 -ord_13739 @13739 -ord_13740 @13740 -ord_13741 @13741 -ord_13742 @13742 -ord_13743 @13743 -ord_13744 @13744 -ord_13745 @13745 -ord_13746 @13746 -ord_13747 @13747 -ord_13748 @13748 -ord_13749 @13749 -ord_13750 @13750 -ord_13751 @13751 -ord_13752 @13752 -ord_13753 @13753 -ord_13754 @13754 -ord_13755 @13755 -ord_13756 @13756 -ord_13757 @13757 -ord_13758 @13758 -ord_13759 @13759 -ord_13760 @13760 -ord_13761 @13761 -ord_13762 @13762 -ord_13763 @13763 -ord_13764 @13764 -ord_13765 @13765 -ord_13766 @13766 -ord_13767 @13767 -ord_13768 @13768 -ord_13769 @13769 -ord_13770 @13770 -ord_13771 @13771 -ord_13772 @13772 -ord_13773 @13773 -ord_13774 @13774 -ord_13775 @13775 -ord_13776 @13776 -ord_13777 @13777 -ord_13778 @13778 -ord_13779 @13779 -ord_13780 @13780 -ord_13781 @13781 -ord_13782 @13782 -ord_13783 @13783 -ord_13784 @13784 -ord_13785 @13785 -ord_13786 @13786 -ord_13787 @13787 -ord_13788 @13788 -ord_13789 @13789 -ord_13790 @13790 -ord_13791 @13791 -ord_13792 @13792 -ord_13793 @13793 -ord_13794 @13794 -ord_13795 @13795 -ord_13796 @13796 -ord_13797 @13797 -ord_13798 @13798 -ord_13799 @13799 -ord_13800 @13800 -ord_13801 @13801 -ord_13802 @13802 -ord_13803 @13803 -ord_13804 @13804 -ord_13805 @13805 -ord_13806 @13806 -ord_13807 @13807 -ord_13808 @13808 -ord_13809 @13809 -ord_13810 @13810 -ord_13811 @13811 -ord_13812 @13812 -ord_13813 @13813 -ord_13814 @13814 -ord_13815 @13815 -ord_13816 @13816 -ord_13817 @13817 -ord_13818 @13818 -ord_13819 @13819 -ord_13820 @13820 -ord_13821 @13821 -ord_13822 @13822 -ord_13823 @13823 -ord_13824 @13824 -ord_13825 @13825 -ord_13826 @13826 -ord_13827 @13827 -ord_13828 @13828 -ord_13829 @13829 -ord_13830 @13830 -ord_13831 @13831 -ord_13832 @13832 -ord_13833 @13833 -ord_13834 @13834 -ord_13835 @13835 -ord_13836 @13836 -ord_13837 @13837 -ord_13838 @13838 -ord_13839 @13839 -ord_13840 @13840 -ord_13841 @13841 -ord_13842 @13842 -ord_13843 @13843 -ord_13844 @13844 -ord_13845 @13845 -ord_13846 @13846 -ord_13847 @13847 -ord_13848 @13848 -ord_13849 @13849 -ord_13850 @13850 -ord_13851 @13851 -ord_13852 @13852 -ord_13853 @13853 -ord_13854 @13854 -ord_13855 @13855 -ord_13856 @13856 -ord_13857 @13857 -ord_13858 @13858 -ord_13859 @13859 -ord_13860 @13860 -ord_13861 @13861 -ord_13862 @13862 -ord_13863 @13863 -ord_13864 @13864 -ord_13865 @13865 -ord_13866 @13866 -ord_13867 @13867 -ord_13868 @13868 -ord_13869 @13869 -ord_13870 @13870 -ord_13871 @13871 -ord_13872 @13872 -ord_13873 @13873 -ord_13874 @13874 -ord_13875 @13875 -ord_13876 @13876 -ord_13877 @13877 -ord_13878 @13878 -ord_13879 @13879 -ord_13880 @13880 -ord_13881 @13881 -ord_13882 @13882 -ord_13883 @13883 -ord_13884 @13884 -ord_13885 @13885 -ord_13886 @13886 -ord_13887 @13887 -ord_13888 @13888 -ord_13889 @13889 -ord_13890 @13890 -ord_13891 @13891 -ord_13892 @13892 -ord_13893 @13893 -ord_13894 @13894 -ord_13895 @13895 -ord_13896 @13896 -ord_13897 @13897 -ord_13898 @13898 -ord_13899 @13899 -ord_13900 @13900 -ord_13901 @13901 -ord_13902 @13902 -ord_13903 @13903 -ord_13904 @13904 -ord_13905 @13905 -ord_13906 @13906 -ord_13907 @13907 -ord_13908 @13908 -ord_13909 @13909 -ord_13910 @13910 -ord_13911 @13911 -ord_13912 @13912 -ord_13913 @13913 -ord_13914 @13914 -ord_13915 @13915 -ord_13916 @13916 -ord_13917 @13917 -ord_13918 @13918 -ord_13919 @13919 -ord_13920 @13920 -ord_13921 @13921 -ord_13922 @13922 -ord_13923 @13923 -ord_13924 @13924 -ord_13925 @13925 -ord_13926 @13926 -ord_13927 @13927 -ord_13928 @13928 -ord_13929 @13929 -ord_13930 @13930 -ord_13931 @13931 -ord_13932 @13932 -ord_13933 @13933 -ord_13934 @13934 -ord_13935 @13935 -ord_13936 @13936 -ord_13937 @13937 -ord_13938 @13938 -ord_13939 @13939 -ord_13940 @13940 -ord_13941 @13941 -ord_13942 @13942 -ord_13943 @13943 -ord_13944 @13944 -ord_13945 @13945 -ord_13946 @13946 -ord_13947 @13947 -ord_13948 @13948 -ord_13949 @13949 -ord_13950 @13950 -ord_13951 @13951 -ord_13952 @13952 -ord_13953 @13953 -ord_13954 @13954 -ord_13955 @13955 -ord_13956 @13956 -ord_13957 @13957 -ord_13958 @13958 -ord_13959 @13959 -ord_13960 @13960 -ord_13961 @13961 -ord_13962 @13962 -ord_13963 @13963 -ord_13964 @13964 -ord_13965 @13965 -ord_13966 @13966 -ord_13967 @13967 -ord_13968 @13968 -ord_13969 @13969 -ord_13970 @13970 -ord_13971 @13971 -ord_13972 @13972 -ord_13973 @13973 -ord_13974 @13974 -ord_13975 @13975 -ord_13976 @13976 -ord_13977 @13977 -ord_13978 @13978 -ord_13979 @13979 -ord_13980 @13980 -ord_13981 @13981 -ord_13982 @13982 -ord_13983 @13983 -ord_13984 @13984 -ord_13985 @13985 -ord_13986 @13986 -ord_13987 @13987 -ord_13988 @13988 -ord_13989 @13989 -ord_13990 @13990 -ord_13991 @13991 -ord_13992 @13992 -ord_13993 @13993 -ord_13994 @13994 -ord_13995 @13995 -ord_13996 @13996 -ord_13997 @13997 -ord_13998 @13998 -ord_13999 @13999 -ord_14000 @14000 -ord_14001 @14001 -ord_14002 @14002 -ord_14003 @14003 -ord_14004 @14004 -ord_14005 @14005 -ord_14006 @14006 -ord_14007 @14007 -ord_14008 @14008 -ord_14009 @14009 -ord_14010 @14010 -ord_14011 @14011 -ord_14012 @14012 -ord_14013 @14013 -ord_14014 @14014 -ord_14015 @14015 -ord_14016 @14016 -ord_14017 @14017 -ord_14018 @14018 -ord_14019 @14019 -ord_14020 @14020 -ord_14021 @14021 -ord_14022 @14022 -ord_14023 @14023 -ord_14024 @14024 -ord_14025 @14025 -ord_14026 @14026 -ord_14027 @14027 -ord_14028 @14028 -ord_14029 @14029 -ord_14030 @14030 -ord_14031 @14031 -ord_14032 @14032 -ord_14033 @14033 -ord_14034 @14034 -ord_14035 @14035 -ord_14036 @14036 -ord_14037 @14037 -ord_14038 @14038 -ord_14039 @14039 -ord_14040 @14040 -ord_14041 @14041 -ord_14042 @14042 -ord_14043 @14043 -ord_14044 @14044 DATA -ord_14045 @14045 DATA -ord_14046 @14046 DATA -ord_14047 @14047 DATA -ord_14048 @14048 -ord_14049 @14049 -ord_14050 @14050 -ord_14051 @14051 -ord_14052 @14052 -ord_14053 @14053 -ord_14054 @14054 -ord_14055 @14055 -ord_14056 @14056 -ord_14057 @14057 -ord_14058 @14058 -ord_14059 @14059 -ord_14060 @14060 -ord_14061 @14061 -ord_14062 @14062 -ord_14063 @14063 -ord_14064 @14064 -ord_14065 @14065 -ord_14066 @14066 -ord_14067 @14067 -ord_14068 @14068 -ord_14069 @14069 -ord_14070 @14070 -ord_14071 @14071 -ord_14072 @14072 -ord_14073 @14073 -ord_14074 @14074 -ord_14075 @14075 -ord_14076 @14076 -ord_14077 @14077 -ord_14078 @14078 -ord_14079 @14079 -ord_14080 @14080 -ord_14081 @14081 -ord_14082 @14082 -ord_14083 @14083 -ord_14084 @14084 -ord_14085 @14085 -ord_14086 @14086 -ord_14087 @14087 -ord_14088 @14088 -ord_14089 @14089 -ord_14090 @14090 -ord_14091 @14091 -ord_14092 @14092 -ord_14093 @14093 -ord_14094 @14094 -ord_14095 @14095 -ord_14096 @14096 -ord_14097 @14097 -ord_14098 @14098 -ord_14099 @14099 -ord_14100 @14100 -ord_14101 @14101 -ord_14102 @14102 -ord_14103 @14103 -ord_14104 @14104 -ord_14105 @14105 -ord_14106 @14106 -ord_14107 @14107 -ord_14108 @14108 -ord_14109 @14109 -ord_14110 @14110 -ord_14111 @14111 -ord_14112 @14112 -ord_14113 @14113 -ord_14114 @14114 -ord_14115 @14115 -ord_14116 @14116 -ord_14117 @14117 -ord_14118 @14118 -ord_14119 @14119 -ord_14120 @14120 -ord_14121 @14121 -ord_14122 @14122 -ord_14123 @14123 -ord_14124 @14124 -ord_14125 @14125 -ord_14126 @14126 -ord_14127 @14127 -ord_14128 @14128 -ord_14129 @14129 -ord_14130 @14130 -ord_14131 @14131 -ord_14132 @14132 -ord_14133 @14133 -ord_14134 @14134 -ord_14135 @14135 -ord_14136 @14136 -ord_14137 @14137 -ord_14138 @14138 -ord_14139 @14139 -ord_14140 @14140 -ord_14141 @14141 -ord_14142 @14142 -ord_14143 @14143 -ord_14144 @14144 -ord_14145 @14145 -ord_14146 @14146 -ord_14147 @14147 -ord_14148 @14148 -ord_14149 @14149 DATA -ord_14150 @14150 DATA -ord_14151 @14151 DATA -ord_14152 @14152 -ord_14153 @14153 -ord_14154 @14154 -ord_14155 @14155 -ord_14156 @14156 -ord_14157 @14157 -ord_14158 @14158 -ord_14159 @14159 -ord_14160 @14160 -ord_14161 @14161 -ord_14162 @14162 -ord_14163 @14163 -ord_14164 @14164 -ord_14165 @14165 -ord_14166 @14166 -ord_14167 @14167 -ord_14168 @14168 -ord_14169 @14169 -ord_14170 @14170 -ord_14171 @14171 -ord_14172 @14172 -ord_14173 @14173 -ord_14174 @14174 -ord_14175 @14175 -ord_14176 @14176 -ord_14177 @14177 -ord_14178 @14178 -ord_14179 @14179 -ord_14180 @14180 -ord_14181 @14181 -ord_14182 @14182 -ord_14183 @14183 -ord_14184 @14184 -ord_14185 @14185 -ord_14186 @14186 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc42.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc42.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc42.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc42.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,6387 +0,0 @@ -; -; Definition file of MFC42.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MFC42.dll" -EXPORTS -?classCCachedDataPathProperty@CCachedDataPathProperty@@2UCRuntimeClass@@B DATA -?classCDataPathProperty@CDataPathProperty@@2UCRuntimeClass@@B DATA -ord_256 @256 -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -ord_270 @270 -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -ord_276 @276 -ord_277 @277 -ord_278 @278 -ord_279 @279 -ord_280 @280 -ord_281 @281 -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_312 @312 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_318 @318 -ord_319 @319 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_326 @326 -ord_327 @327 -ord_328 @328 -ord_329 @329 -ord_330 @330 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_334 @334 -ord_335 @335 -ord_336 @336 -ord_337 @337 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_342 @342 -ord_343 @343 -ord_344 @344 -ord_345 @345 -ord_346 @346 -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_378 @378 -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ord_388 @388 -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -ord_432 @432 -ord_433 @433 -ord_434 @434 -ord_435 @435 -ord_436 @436 -ord_437 @437 -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -ord_446 @446 -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -ord_462 @462 -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -ord_467 @467 -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 -ord_474 @474 -ord_475 @475 -ord_476 @476 -ord_477 @477 -ord_478 @478 -ord_479 @479 -ord_480 @480 -ord_481 @481 -ord_482 @482 -ord_483 @483 -ord_484 @484 -ord_485 @485 -ord_486 @486 -ord_487 @487 -ord_488 @488 -ord_489 @489 -ord_490 @490 -ord_491 @491 -ord_492 @492 -ord_493 @493 -ord_494 @494 -ord_495 @495 -ord_496 @496 -ord_497 @497 -ord_498 @498 -ord_499 @499 -ord_500 @500 -ord_501 @501 -ord_502 @502 -ord_503 @503 -ord_504 @504 -ord_505 @505 -ord_506 @506 -ord_507 @507 -ord_508 @508 -ord_509 @509 -ord_510 @510 -ord_511 @511 -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_525 @525 -ord_526 @526 -ord_527 @527 -ord_528 @528 -ord_529 @529 -ord_530 @530 -ord_531 @531 -ord_532 @532 -ord_533 @533 -ord_534 @534 -ord_535 @535 -ord_536 @536 -ord_537 @537 -ord_538 @538 -ord_539 @539 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_545 @545 -ord_546 @546 -ord_547 @547 -ord_548 @548 -ord_549 @549 -ord_550 @550 -ord_551 @551 -ord_552 @552 -ord_553 @553 -ord_554 @554 -ord_555 @555 -ord_556 @556 -ord_557 @557 -ord_558 @558 -ord_559 @559 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_564 @564 -ord_565 @565 -ord_566 @566 -ord_567 @567 -ord_568 @568 -ord_569 @569 -ord_570 @570 -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 -ord_579 @579 -ord_580 @580 -ord_581 @581 -ord_582 @582 -ord_583 @583 -ord_584 @584 -ord_587 @587 -ord_588 @588 -ord_589 @589 -ord_590 @590 -ord_591 @591 -ord_592 @592 -ord_593 @593 -ord_594 @594 -ord_595 @595 -ord_596 @596 -ord_597 @597 -ord_598 @598 -ord_599 @599 -ord_600 @600 -ord_601 @601 -ord_602 @602 -ord_603 @603 -ord_604 @604 -ord_605 @605 -ord_606 @606 -ord_607 @607 -ord_608 @608 -ord_609 @609 -ord_610 @610 -ord_611 @611 -ord_612 @612 -ord_613 @613 -ord_614 @614 -ord_615 @615 -ord_616 @616 -ord_617 @617 -ord_618 @618 -ord_619 @619 -ord_620 @620 -ord_621 @621 -ord_622 @622 -ord_623 @623 -ord_624 @624 -ord_625 @625 -ord_626 @626 -ord_627 @627 -ord_628 @628 -ord_629 @629 -ord_630 @630 -ord_631 @631 -ord_632 @632 -ord_633 @633 -ord_634 @634 -ord_635 @635 -ord_636 @636 -ord_637 @637 -ord_638 @638 -ord_639 @639 -ord_640 @640 -ord_641 @641 -ord_642 @642 -ord_643 @643 -ord_644 @644 -ord_645 @645 -ord_646 @646 -ord_647 @647 -ord_648 @648 -ord_649 @649 -ord_650 @650 -ord_651 @651 -ord_652 @652 -ord_653 @653 -ord_654 @654 -ord_655 @655 -ord_656 @656 -ord_657 @657 -ord_658 @658 -ord_659 @659 -ord_660 @660 -ord_661 @661 -ord_662 @662 -ord_663 @663 -ord_664 @664 -ord_665 @665 -ord_666 @666 -ord_667 @667 -ord_668 @668 -ord_669 @669 -ord_670 @670 -ord_671 @671 -ord_672 @672 -ord_673 @673 -ord_674 @674 -ord_675 @675 -ord_676 @676 -ord_677 @677 -ord_678 @678 -ord_679 @679 -ord_681 @681 -ord_682 @682 -ord_683 @683 -ord_684 @684 -ord_685 @685 -ord_686 @686 -ord_687 @687 -ord_688 @688 -ord_689 @689 -ord_690 @690 -ord_691 @691 -ord_692 @692 -ord_693 @693 -ord_694 @694 -ord_695 @695 -ord_696 @696 -ord_697 @697 -ord_698 @698 -ord_699 @699 -ord_700 @700 -ord_701 @701 -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_705 @705 -ord_706 @706 -ord_707 @707 -ord_708 @708 -ord_709 @709 -ord_710 @710 -ord_711 @711 -ord_712 @712 -ord_713 @713 -ord_714 @714 -ord_715 @715 -ord_716 @716 -ord_717 @717 -ord_718 @718 -ord_719 @719 -ord_720 @720 -ord_721 @721 -ord_722 @722 -ord_723 @723 -ord_724 @724 -ord_725 @725 -ord_726 @726 -ord_727 @727 -ord_728 @728 -ord_729 @729 -ord_730 @730 -ord_731 @731 -ord_732 @732 -ord_733 @733 -ord_734 @734 -ord_735 @735 -ord_736 @736 -ord_737 @737 -ord_738 @738 -ord_739 @739 -ord_740 @740 -ord_741 @741 -ord_742 @742 -ord_743 @743 -ord_744 @744 -ord_745 @745 -ord_746 @746 -ord_747 @747 -ord_748 @748 -ord_749 @749 -ord_750 @750 -ord_751 @751 -ord_752 @752 -ord_753 @753 -ord_754 @754 -ord_755 @755 -ord_756 @756 -ord_757 @757 -ord_758 @758 -ord_759 @759 -ord_760 @760 -ord_761 @761 -ord_762 @762 -ord_763 @763 -ord_764 @764 -ord_765 @765 -ord_766 @766 -ord_767 @767 -ord_768 @768 -ord_769 @769 -ord_770 @770 -ord_771 @771 -ord_772 @772 -ord_773 @773 -ord_774 @774 -ord_775 @775 -ord_776 @776 -ord_777 @777 -ord_778 @778 -ord_779 @779 -ord_780 @780 -ord_781 @781 -ord_782 @782 -ord_783 @783 -ord_784 @784 -ord_785 @785 -ord_786 @786 -ord_787 @787 -ord_788 @788 -ord_789 @789 -ord_790 @790 -ord_791 @791 -ord_792 @792 -ord_793 @793 -ord_794 @794 -ord_795 @795 -ord_796 @796 -ord_797 @797 -ord_798 @798 -ord_799 @799 -ord_800 @800 -ord_801 @801 -ord_802 @802 -ord_803 @803 -ord_804 @804 -ord_805 @805 -ord_806 @806 -ord_807 @807 -ord_808 @808 -ord_809 @809 -ord_810 @810 -ord_811 @811 -ord_812 @812 -ord_813 @813 -ord_814 @814 -ord_815 @815 -ord_816 @816 -ord_817 @817 -ord_818 @818 -ord_819 @819 -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -ord_824 @824 -ord_825 @825 -ord_826 @826 -ord_827 @827 -ord_828 @828 -ord_829 @829 -ord_830 @830 -ord_831 @831 -ord_832 @832 -ord_833 @833 -ord_834 @834 -ord_835 @835 -ord_836 @836 -ord_837 @837 -ord_838 @838 -ord_839 @839 -ord_840 @840 -ord_841 @841 -ord_842 @842 -ord_843 @843 -ord_844 @844 -ord_845 @845 -ord_846 @846 -ord_847 @847 -ord_848 @848 -ord_849 @849 -ord_850 @850 -ord_851 @851 -ord_852 @852 -ord_853 @853 -ord_854 @854 -ord_855 @855 -ord_856 @856 -ord_857 @857 -ord_858 @858 -ord_859 @859 -ord_860 @860 -ord_861 @861 -ord_862 @862 -ord_863 @863 -ord_864 @864 -ord_865 @865 -ord_866 @866 -ord_867 @867 -ord_868 @868 -ord_869 @869 -ord_870 @870 -ord_871 @871 -ord_872 @872 -ord_873 @873 -ord_874 @874 -ord_875 @875 -ord_876 @876 -ord_877 @877 -ord_878 @878 -ord_879 @879 -ord_880 @880 -ord_881 @881 -ord_882 @882 -ord_883 @883 -ord_884 @884 -ord_885 @885 -ord_886 @886 -ord_887 @887 -ord_888 @888 -ord_889 @889 -ord_890 @890 -ord_891 @891 -ord_892 @892 -ord_893 @893 -ord_894 @894 -ord_895 @895 -ord_896 @896 -ord_897 @897 -ord_898 @898 -ord_899 @899 -ord_900 @900 -ord_901 @901 -ord_902 @902 -ord_903 @903 -ord_904 @904 -ord_905 @905 -ord_906 @906 -ord_907 @907 -ord_908 @908 -ord_909 @909 -ord_910 @910 -ord_911 @911 -ord_912 @912 -ord_913 @913 -ord_914 @914 -ord_915 @915 -ord_916 @916 -ord_917 @917 -ord_918 @918 -ord_919 @919 -ord_920 @920 -ord_921 @921 -ord_922 @922 -ord_923 @923 -ord_924 @924 -ord_925 @925 -ord_926 @926 -ord_927 @927 -ord_928 @928 -ord_929 @929 -ord_930 @930 -ord_931 @931 -ord_932 @932 -ord_933 @933 -ord_934 @934 -ord_935 @935 -ord_936 @936 -ord_937 @937 -ord_938 @938 -ord_939 @939 -ord_940 @940 -ord_941 @941 -ord_942 @942 -ord_943 @943 -ord_944 @944 DATA -ord_945 @945 -ord_946 @946 -ord_947 @947 DATA -ord_948 @948 -ord_949 @949 -ord_950 @950 DATA -ord_951 @951 -ord_952 @952 -ord_953 @953 -ord_954 @954 -ord_955 @955 -ord_956 @956 -ord_957 @957 -ord_958 @958 -ord_959 @959 -ord_960 @960 -ord_961 @961 -ord_962 @962 -ord_963 @963 -ord_964 @964 -ord_965 @965 -ord_966 @966 -ord_967 @967 -ord_968 @968 -ord_969 @969 -ord_970 @970 -ord_971 @971 -ord_972 @972 -ord_973 @973 -ord_974 @974 -ord_975 @975 -ord_976 @976 -ord_977 @977 -ord_978 @978 -ord_979 @979 -ord_980 @980 -ord_981 @981 -ord_982 @982 -ord_983 @983 -ord_984 @984 -ord_985 @985 -ord_986 @986 -ord_987 @987 -ord_988 @988 -ord_989 @989 -ord_990 @990 -ord_991 @991 -ord_992 @992 -ord_993 @993 -ord_994 @994 -ord_995 @995 -ord_996 @996 -ord_997 @997 -ord_998 @998 -ord_999 @999 -ord_1000 @1000 -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -ord_1012 @1012 -ord_1013 @1013 -ord_1014 @1014 -ord_1015 @1015 -ord_1016 @1016 -ord_1017 @1017 -ord_1018 @1018 -ord_1019 @1019 -ord_1020 @1020 -ord_1021 @1021 -ord_1022 @1022 -ord_1023 @1023 -ord_1024 @1024 -ord_1025 @1025 -ord_1026 @1026 -ord_1027 @1027 -ord_1028 @1028 -ord_1029 @1029 -ord_1030 @1030 -ord_1031 @1031 -ord_1032 @1032 -ord_1033 @1033 -ord_1034 @1034 -ord_1035 @1035 -ord_1036 @1036 -ord_1037 @1037 -ord_1038 @1038 -ord_1039 @1039 -ord_1040 @1040 -ord_1041 @1041 -ord_1042 @1042 -ord_1043 @1043 -ord_1044 @1044 -ord_1045 @1045 -ord_1046 @1046 -ord_1047 @1047 -ord_1048 @1048 -ord_1049 @1049 -ord_1050 @1050 -ord_1051 @1051 -ord_1052 @1052 -ord_1053 @1053 -ord_1054 @1054 -ord_1055 @1055 -ord_1056 @1056 -ord_1057 @1057 -ord_1058 @1058 -ord_1059 @1059 -ord_1060 @1060 -ord_1061 @1061 -ord_1062 @1062 -ord_1063 @1063 -ord_1064 @1064 -ord_1065 @1065 -ord_1066 @1066 -ord_1067 @1067 -ord_1068 @1068 -ord_1069 @1069 -ord_1070 @1070 -ord_1071 @1071 -ord_1072 @1072 -ord_1073 @1073 -ord_1074 @1074 -ord_1075 @1075 -ord_1076 @1076 -ord_1077 @1077 -ord_1078 @1078 -ord_1079 @1079 -ord_1080 @1080 -ord_1081 @1081 -ord_1082 @1082 -ord_1083 @1083 -ord_1084 @1084 -ord_1085 @1085 -ord_1086 @1086 -ord_1087 @1087 -ord_1088 @1088 -ord_1089 @1089 -ord_1090 @1090 -ord_1091 @1091 -ord_1092 @1092 -ord_1093 @1093 -ord_1094 @1094 -ord_1095 @1095 -ord_1096 @1096 -ord_1097 @1097 -ord_1098 @1098 -ord_1099 @1099 -ord_1100 @1100 -ord_1101 @1101 -ord_1102 @1102 -ord_1103 @1103 -ord_1104 @1104 -ord_1105 @1105 -ord_1106 @1106 -ord_1107 @1107 -ord_1108 @1108 -ord_1109 @1109 -ord_1110 @1110 -ord_1111 @1111 -ord_1112 @1112 -ord_1113 @1113 -ord_1114 @1114 -ord_1115 @1115 -ord_1116 @1116 -ord_1117 @1117 -ord_1118 @1118 -ord_1119 @1119 -ord_1120 @1120 -ord_1121 @1121 -ord_1122 @1122 -ord_1123 @1123 -ord_1124 @1124 -ord_1125 @1125 -ord_1126 @1126 DATA -ord_1127 @1127 -ord_1128 @1128 -ord_1129 @1129 -ord_1130 @1130 -ord_1131 @1131 -ord_1132 @1132 -ord_1133 @1133 -ord_1134 @1134 -ord_1135 @1135 -ord_1136 @1136 -ord_1137 @1137 -ord_1138 @1138 -ord_1139 @1139 -ord_1140 @1140 -ord_1141 @1141 -ord_1142 @1142 -ord_1143 @1143 -ord_1144 @1144 -ord_1145 @1145 -ord_1146 @1146 -ord_1147 @1147 -ord_1148 @1148 -ord_1149 @1149 -ord_1150 @1150 -ord_1151 @1151 -ord_1152 @1152 -ord_1153 @1153 -ord_1154 @1154 -ord_1155 @1155 -ord_1157 @1157 -ord_1158 @1158 -ord_1159 @1159 -ord_1160 @1160 -ord_1161 @1161 -ord_1162 @1162 -ord_1163 @1163 -ord_1164 @1164 -ord_1165 @1165 -ord_1166 @1166 -ord_1167 @1167 -ord_1168 @1168 -ord_1169 @1169 -ord_1170 @1170 -ord_1171 @1171 -ord_1172 @1172 -ord_1173 @1173 -ord_1174 @1174 -ord_1175 @1175 -ord_1176 @1176 -ord_1177 @1177 -ord_1178 @1178 -ord_1179 @1179 -ord_1180 @1180 -ord_1181 @1181 -ord_1182 @1182 -ord_1183 @1183 -ord_1184 @1184 -ord_1185 @1185 -ord_1186 @1186 -ord_1187 @1187 -ord_1188 @1188 -ord_1189 @1189 -ord_1190 @1190 -ord_1191 @1191 -ord_1192 @1192 -ord_1193 @1193 -ord_1194 @1194 -ord_1195 @1195 -ord_1196 @1196 -ord_1197 @1197 -ord_1198 @1198 -ord_1199 @1199 -ord_1200 @1200 -ord_1201 @1201 -ord_1202 @1202 -ord_1203 @1203 -ord_1204 @1204 -ord_1205 @1205 -ord_1206 @1206 -ord_1207 @1207 -ord_1208 @1208 -ord_1209 @1209 -ord_1210 @1210 -ord_1211 @1211 -ord_1212 @1212 -ord_1213 @1213 -ord_1214 @1214 -ord_1215 @1215 -ord_1216 @1216 -ord_1217 @1217 -ord_1218 @1218 -ord_1219 @1219 -ord_1220 @1220 -ord_1221 @1221 -ord_1222 @1222 -ord_1223 @1223 -ord_1224 @1224 -ord_1225 @1225 -ord_1226 @1226 -ord_1227 @1227 -ord_1228 @1228 -ord_1229 @1229 -ord_1230 @1230 -ord_1231 @1231 -ord_1232 @1232 -ord_1233 @1233 -ord_1234 @1234 -ord_1235 @1235 -ord_1236 @1236 -ord_1237 @1237 -ord_1238 @1238 -ord_1239 @1239 -ord_1240 @1240 -ord_1241 @1241 -ord_1242 @1242 -ord_1243 @1243 -ord_1244 @1244 -ord_1245 @1245 -ord_1246 @1246 -ord_1247 @1247 -ord_1248 @1248 -ord_1249 @1249 -ord_1250 @1250 -ord_1251 @1251 -ord_1252 @1252 -ord_1253 @1253 -ord_1254 @1254 -ord_1255 @1255 -ord_1256 @1256 -ord_1257 @1257 -ord_1258 @1258 -ord_1259 @1259 -ord_1260 @1260 -ord_1261 @1261 -ord_1262 @1262 -ord_1263 @1263 -ord_1264 @1264 -ord_1265 @1265 -ord_1266 @1266 -ord_1267 @1267 -ord_1268 @1268 -ord_1269 @1269 -ord_1270 @1270 -ord_1271 @1271 -ord_1564 @1564 -ord_1565 @1565 -ord_1566 @1566 -ord_1567 @1567 -ord_1568 @1568 -ord_1569 @1569 -ord_1570 @1570 -ord_1571 @1571 -ord_1572 @1572 -ord_1573 @1573 -ord_1574 @1574 -ord_1575 @1575 -ord_1576 @1576 -ord_1577 @1577 -ord_1578 @1578 -ord_1579 @1579 -ord_1580 @1580 -ord_1581 @1581 -ord_1582 @1582 -ord_1583 @1583 -ord_1584 @1584 -ord_1585 @1585 -ord_1586 @1586 -ord_1587 @1587 -ord_1588 @1588 -ord_1589 @1589 -ord_1590 @1590 -ord_1591 @1591 -ord_1592 @1592 -ord_1593 @1593 -ord_1594 @1594 -ord_1595 @1595 -ord_1596 @1596 -ord_1597 @1597 -ord_1598 @1598 -ord_1599 @1599 -ord_1600 @1600 -ord_1601 @1601 -ord_1602 @1602 -ord_1603 @1603 -ord_1604 @1604 -ord_1605 @1605 -ord_1606 @1606 -ord_1607 @1607 -ord_1608 @1608 -ord_1609 @1609 -ord_1610 @1610 -ord_1611 @1611 -ord_1612 @1612 -ord_1613 @1613 -ord_1614 @1614 -ord_1615 @1615 -ord_1616 @1616 -ord_1617 @1617 -ord_1618 @1618 -ord_1619 @1619 -ord_1620 @1620 -ord_1621 @1621 -ord_1622 @1622 -ord_1623 @1623 -ord_1624 @1624 -ord_1625 @1625 -ord_1626 @1626 -ord_1627 @1627 -ord_1628 @1628 -ord_1629 @1629 -ord_1630 @1630 -ord_1631 @1631 -ord_1632 @1632 -ord_1633 @1633 -ord_1634 @1634 -ord_1635 @1635 -ord_1636 @1636 -ord_1637 @1637 -ord_1638 @1638 -ord_1639 @1639 -ord_1640 @1640 -ord_1641 @1641 -ord_1642 @1642 -ord_1643 @1643 -ord_1644 @1644 -ord_1645 @1645 -ord_1646 @1646 -ord_1647 @1647 -ord_1648 @1648 -ord_1649 @1649 -ord_1650 @1650 -ord_1651 @1651 -ord_1652 @1652 -ord_1653 @1653 -ord_1654 @1654 -ord_1655 @1655 -ord_1656 @1656 -ord_1657 @1657 -ord_1658 @1658 -ord_1659 @1659 -ord_1660 @1660 -ord_1661 @1661 -ord_1662 @1662 -ord_1663 @1663 -ord_1664 @1664 -ord_1665 @1665 -ord_1666 @1666 -ord_1667 @1667 -ord_1668 @1668 -ord_1669 @1669 -ord_1670 @1670 -ord_1671 @1671 -ord_1672 @1672 -ord_1673 @1673 -ord_1674 @1674 -ord_1675 @1675 -ord_1676 @1676 -ord_1677 @1677 -ord_1678 @1678 -ord_1679 @1679 -ord_1680 @1680 -ord_1681 @1681 -ord_1682 @1682 -ord_1683 @1683 -ord_1684 @1684 -ord_1685 @1685 -ord_1686 @1686 -ord_1687 @1687 -ord_1688 @1688 -ord_1689 @1689 -ord_1690 @1690 -ord_1691 @1691 -ord_1692 @1692 -ord_1693 @1693 -ord_1694 @1694 -ord_1695 @1695 -ord_1696 @1696 -ord_1697 @1697 -ord_1698 @1698 -ord_1699 @1699 -ord_1700 @1700 -ord_1701 @1701 -ord_1702 @1702 -ord_1703 @1703 -ord_1704 @1704 -ord_1705 @1705 -ord_1706 @1706 -ord_1707 @1707 -ord_1708 @1708 -ord_1709 @1709 -ord_1710 @1710 -ord_1711 @1711 -ord_1712 @1712 -ord_1713 @1713 -ord_1714 @1714 -ord_1715 @1715 -ord_1716 @1716 -ord_1717 @1717 -ord_1718 @1718 -ord_1719 @1719 -ord_1720 @1720 -ord_1721 @1721 -ord_1722 @1722 -ord_1723 @1723 -ord_1724 @1724 -ord_1725 @1725 -ord_1726 @1726 -ord_1727 @1727 -ord_1728 @1728 -ord_1729 @1729 -ord_1730 @1730 -ord_1731 @1731 -ord_1732 @1732 -ord_1733 @1733 -ord_1734 @1734 -ord_1735 @1735 -ord_1736 @1736 -ord_1737 @1737 -ord_1738 @1738 -ord_1739 @1739 -ord_1740 @1740 -ord_1741 @1741 -ord_1742 @1742 -ord_1743 @1743 -ord_1744 @1744 -ord_1745 @1745 -ord_1746 @1746 -ord_1747 @1747 -ord_1748 @1748 -ord_1749 @1749 -ord_1750 @1750 -ord_1751 @1751 -ord_1752 @1752 -ord_1753 @1753 -ord_1754 @1754 -ord_1755 @1755 -ord_1756 @1756 -ord_1757 @1757 -ord_1758 @1758 -ord_1759 @1759 -ord_1760 @1760 -ord_1761 @1761 -ord_1762 @1762 -ord_1763 @1763 -ord_1764 @1764 -ord_1765 @1765 -ord_1766 @1766 -ord_1767 @1767 -ord_1768 @1768 -ord_1769 @1769 -ord_1770 @1770 -ord_1771 @1771 -ord_1772 @1772 -ord_1773 @1773 -ord_1774 @1774 -ord_1775 @1775 -ord_1776 @1776 -ord_1777 @1777 -ord_1778 @1778 -ord_1779 @1779 -ord_1780 @1780 -ord_1781 @1781 -ord_1782 @1782 -ord_1783 @1783 -ord_1784 @1784 -ord_1785 @1785 -ord_1786 @1786 -ord_1787 @1787 -ord_1788 @1788 DATA -ord_1789 @1789 DATA -ord_1790 @1790 DATA -ord_1791 @1791 DATA -ord_1792 @1792 DATA -ord_1793 @1793 DATA -ord_1794 @1794 DATA -ord_1795 @1795 DATA -ord_1796 @1796 DATA -ord_1797 @1797 DATA -ord_1798 @1798 DATA -ord_1799 @1799 DATA -ord_1800 @1800 DATA -ord_1801 @1801 DATA -ord_1802 @1802 DATA -ord_1803 @1803 DATA -ord_1804 @1804 DATA -ord_1805 @1805 DATA -ord_1806 @1806 DATA -ord_1807 @1807 DATA -ord_1808 @1808 DATA -ord_1809 @1809 DATA -ord_1810 @1810 DATA -ord_1811 @1811 DATA -ord_1812 @1812 DATA -ord_1813 @1813 DATA -ord_1814 @1814 DATA -ord_1815 @1815 DATA -ord_1816 @1816 DATA -ord_1817 @1817 DATA -ord_1818 @1818 DATA -ord_1819 @1819 DATA -ord_1820 @1820 DATA -ord_1821 @1821 DATA -ord_1822 @1822 DATA -ord_1823 @1823 DATA -ord_1824 @1824 DATA -ord_1825 @1825 DATA -ord_1826 @1826 DATA -ord_1827 @1827 DATA -ord_1828 @1828 DATA -ord_1829 @1829 DATA -ord_1830 @1830 DATA -ord_1831 @1831 DATA -ord_1832 @1832 DATA -ord_1833 @1833 DATA -ord_1834 @1834 DATA -ord_1835 @1835 DATA -ord_1836 @1836 DATA -ord_1837 @1837 DATA -ord_1838 @1838 DATA -ord_1839 @1839 DATA -ord_1840 @1840 DATA -ord_1841 @1841 DATA -ord_1842 @1842 DATA -ord_1843 @1843 DATA -ord_1844 @1844 DATA -ord_1845 @1845 DATA -ord_1846 @1846 DATA -ord_1847 @1847 DATA -ord_1848 @1848 DATA -ord_1849 @1849 DATA -ord_1850 @1850 DATA -ord_1851 @1851 DATA -ord_1852 @1852 DATA -ord_1853 @1853 DATA -ord_1854 @1854 DATA -ord_1855 @1855 DATA -ord_1856 @1856 DATA -ord_1857 @1857 DATA -ord_1858 @1858 DATA -ord_1859 @1859 DATA -ord_1860 @1860 DATA -ord_1861 @1861 DATA -ord_1862 @1862 DATA -ord_1863 @1863 DATA -ord_1864 @1864 DATA -ord_1865 @1865 DATA -ord_1866 @1866 DATA -ord_1867 @1867 DATA -ord_1868 @1868 DATA -ord_1869 @1869 DATA -ord_1870 @1870 DATA -ord_1871 @1871 DATA -ord_1872 @1872 DATA -ord_1873 @1873 DATA -ord_1874 @1874 DATA -ord_1875 @1875 DATA -ord_1876 @1876 DATA -ord_1877 @1877 DATA -ord_1878 @1878 DATA -ord_1879 @1879 DATA -ord_1880 @1880 DATA -ord_1881 @1881 DATA -ord_1882 @1882 DATA -ord_1883 @1883 DATA -ord_1884 @1884 DATA -ord_1885 @1885 DATA -ord_1886 @1886 DATA -ord_1887 @1887 DATA -ord_1888 @1888 DATA -ord_1889 @1889 DATA -ord_1890 @1890 DATA -ord_1891 @1891 DATA -ord_1892 @1892 DATA -ord_1893 @1893 DATA -ord_1894 @1894 DATA -ord_1895 @1895 DATA -ord_1896 @1896 DATA -ord_1897 @1897 DATA -ord_1898 @1898 DATA -ord_1899 @1899 DATA -ord_1900 @1900 DATA -ord_1901 @1901 DATA -ord_1902 @1902 DATA -ord_1903 @1903 DATA -ord_1904 @1904 DATA -ord_1905 @1905 DATA -ord_1906 @1906 DATA -ord_1907 @1907 DATA -ord_1908 @1908 DATA -ord_1909 @1909 DATA -ord_1910 @1910 DATA -ord_1911 @1911 DATA -ord_1912 @1912 DATA -ord_1913 @1913 DATA -ord_1914 @1914 DATA -ord_1915 @1915 DATA -ord_1916 @1916 DATA -ord_1917 @1917 DATA -ord_1918 @1918 DATA -ord_1919 @1919 DATA -ord_1920 @1920 DATA -ord_1921 @1921 DATA -ord_1922 @1922 DATA -ord_1923 @1923 DATA -ord_1924 @1924 DATA -ord_1925 @1925 DATA -ord_1926 @1926 DATA -ord_1927 @1927 DATA -ord_1928 @1928 DATA -ord_1929 @1929 DATA -ord_1930 @1930 DATA -ord_1931 @1931 DATA -ord_1932 @1932 DATA -ord_1933 @1933 DATA -ord_1934 @1934 DATA -ord_1935 @1935 DATA -ord_1936 @1936 DATA -ord_1937 @1937 DATA -ord_1938 @1938 DATA -ord_1939 @1939 DATA -ord_1940 @1940 DATA -ord_1941 @1941 DATA -ord_1942 @1942 DATA -ord_1943 @1943 DATA -ord_1944 @1944 DATA -ord_1945 @1945 DATA -ord_1946 @1946 DATA -ord_1947 @1947 DATA -ord_1948 @1948 DATA -ord_1949 @1949 DATA -ord_1950 @1950 DATA -ord_1951 @1951 -ord_1952 @1952 -ord_1953 @1953 -ord_1954 @1954 -ord_1955 @1955 -ord_1956 @1956 -ord_1957 @1957 -ord_1958 @1958 -ord_1959 @1959 -ord_1960 @1960 -ord_1961 @1961 -ord_1962 @1962 -ord_1963 @1963 -ord_1964 @1964 -ord_1965 @1965 -ord_1966 @1966 -ord_1967 @1967 -ord_1968 @1968 -ord_1969 @1969 -ord_1970 @1970 -ord_1971 @1971 -ord_1972 @1972 -ord_1973 @1973 -ord_1974 @1974 -ord_1975 @1975 -ord_1976 @1976 -ord_1977 @1977 -ord_1978 @1978 -ord_1979 @1979 -ord_1980 @1980 -ord_1981 @1981 -ord_1982 @1982 -ord_1983 @1983 -ord_1984 @1984 -ord_1985 @1985 -ord_1986 @1986 -ord_1987 @1987 -ord_1988 @1988 -ord_1989 @1989 -ord_1990 @1990 -ord_1991 @1991 -ord_1992 @1992 -ord_1993 @1993 -ord_1994 @1994 -ord_1995 @1995 -ord_1996 @1996 -ord_1997 @1997 -ord_1998 @1998 -ord_1999 @1999 -ord_2000 @2000 -ord_2001 @2001 -ord_2002 @2002 -ord_2003 @2003 -ord_2004 @2004 -ord_2005 @2005 -ord_2006 @2006 -ord_2007 @2007 -ord_2008 @2008 -ord_2009 @2009 -ord_2010 @2010 DATA -ord_2011 @2011 -ord_2012 @2012 -ord_2013 @2013 -ord_2014 @2014 -ord_2015 @2015 -ord_2016 @2016 -ord_2017 @2017 -ord_2018 @2018 -ord_2019 @2019 -ord_2020 @2020 -ord_2021 @2021 -ord_2022 @2022 -ord_2023 @2023 -ord_2024 @2024 -ord_2025 @2025 -ord_2026 @2026 -ord_2027 @2027 -ord_2028 @2028 -ord_2029 @2029 -ord_2030 @2030 -ord_2031 @2031 -ord_2032 @2032 -ord_2033 @2033 DATA -ord_2034 @2034 DATA -ord_2035 @2035 -ord_2036 @2036 -ord_2037 @2037 -ord_2038 @2038 -ord_2039 @2039 -ord_2040 @2040 -ord_2041 @2041 -ord_2042 @2042 -ord_2043 @2043 -ord_2044 @2044 -ord_2045 @2045 -ord_2046 @2046 -ord_2047 @2047 -ord_2048 @2048 -ord_2049 @2049 -ord_2050 @2050 -ord_2051 @2051 -ord_2052 @2052 -ord_2053 @2053 -ord_2054 @2054 -ord_2055 @2055 -ord_2056 @2056 -ord_2057 @2057 -ord_2058 @2058 -ord_2059 @2059 -ord_2060 @2060 -ord_2061 @2061 -ord_2062 @2062 -ord_2063 @2063 -ord_2064 @2064 -ord_2065 @2065 -ord_2066 @2066 -ord_2067 @2067 -ord_2068 @2068 -ord_2069 @2069 -ord_2070 @2070 -ord_2071 @2071 -ord_2072 @2072 -ord_2073 @2073 -ord_2074 @2074 -ord_2075 @2075 -ord_2076 @2076 -ord_2077 @2077 -ord_2078 @2078 -ord_2079 @2079 -ord_2080 @2080 -ord_2081 @2081 -ord_2082 @2082 -ord_2083 @2083 -ord_2084 @2084 -ord_2085 @2085 -ord_2086 @2086 -ord_2087 @2087 -ord_2088 @2088 -ord_2089 @2089 -ord_2090 @2090 -ord_2091 @2091 -ord_2092 @2092 -ord_2093 @2093 -ord_2094 @2094 -ord_2095 @2095 -ord_2096 @2096 -ord_2097 @2097 -ord_2098 @2098 -ord_2099 @2099 -ord_2100 @2100 -ord_2101 @2101 -ord_2102 @2102 -ord_2103 @2103 -ord_2104 @2104 -ord_2105 @2105 -ord_2106 @2106 -ord_2107 @2107 -ord_2108 @2108 -ord_2109 @2109 -ord_2110 @2110 -ord_2111 @2111 -ord_2112 @2112 -ord_2113 @2113 -ord_2114 @2114 -ord_2115 @2115 -ord_2116 @2116 -ord_2117 @2117 -ord_2118 @2118 -ord_2119 @2119 -ord_2120 @2120 -ord_2121 @2121 -ord_2122 @2122 -ord_2123 @2123 -ord_2124 @2124 -ord_2125 @2125 -ord_2126 @2126 -ord_2127 @2127 -ord_2128 @2128 -ord_2129 @2129 -ord_2130 @2130 -ord_2131 @2131 -ord_2132 @2132 -ord_2133 @2133 -ord_2134 @2134 -ord_2135 @2135 -ord_2136 @2136 -ord_2137 @2137 -ord_2138 @2138 -ord_2139 @2139 -ord_2140 @2140 -ord_2141 @2141 -ord_2142 @2142 -ord_2143 @2143 -ord_2144 @2144 -ord_2145 @2145 -ord_2146 @2146 -ord_2147 @2147 -ord_2148 @2148 -ord_2149 @2149 -ord_2150 @2150 -ord_2151 @2151 -ord_2152 @2152 -ord_2153 @2153 -ord_2154 @2154 -ord_2155 @2155 -ord_2156 @2156 -ord_2157 @2157 -ord_2158 @2158 -ord_2159 @2159 -ord_2160 @2160 -ord_2161 @2161 -ord_2162 @2162 -ord_2163 @2163 -ord_2164 @2164 -ord_2165 @2165 -ord_2166 @2166 -ord_2167 @2167 -ord_2168 @2168 -ord_2169 @2169 -ord_2170 @2170 -ord_2171 @2171 -ord_2172 @2172 -ord_2173 @2173 -ord_2174 @2174 -ord_2175 @2175 -ord_2176 @2176 -ord_2177 @2177 -ord_2178 @2178 -ord_2179 @2179 -ord_2180 @2180 -ord_2181 @2181 -ord_2182 @2182 -ord_2183 @2183 -ord_2184 @2184 -ord_2185 @2185 -ord_2186 @2186 -ord_2187 @2187 -ord_2188 @2188 -ord_2189 @2189 -ord_2190 @2190 -ord_2192 @2192 -ord_2193 @2193 -ord_2194 @2194 -ord_2195 @2195 -ord_2196 @2196 -ord_2197 @2197 -ord_2198 @2198 -ord_2199 @2199 -ord_2200 @2200 -ord_2202 @2202 -ord_2203 @2203 -ord_2204 @2204 -ord_2205 @2205 -ord_2206 @2206 -ord_2207 @2207 -ord_2208 @2208 -ord_2209 @2209 -ord_2210 @2210 -ord_2211 @2211 -ord_2212 @2212 -ord_2213 @2213 -ord_2214 @2214 -ord_2215 @2215 -ord_2216 @2216 -ord_2217 @2217 -ord_2218 @2218 -ord_2219 @2219 -ord_2220 @2220 -ord_2221 @2221 -ord_2222 @2222 -ord_2223 @2223 -ord_2224 @2224 -ord_2225 @2225 -ord_2226 @2226 -ord_2227 @2227 -ord_2228 @2228 -ord_2229 @2229 -ord_2230 @2230 -ord_2231 @2231 -ord_2232 @2232 -ord_2233 @2233 -ord_2234 @2234 -ord_2235 @2235 -ord_2236 @2236 -ord_2237 @2237 -ord_2238 @2238 -ord_2239 @2239 -ord_2240 @2240 -ord_2241 @2241 -ord_2242 @2242 -ord_2243 @2243 -ord_2244 @2244 -ord_2245 @2245 -ord_2246 @2246 -ord_2247 @2247 -ord_2248 @2248 -ord_2249 @2249 -ord_2250 @2250 -ord_2251 @2251 -ord_2252 @2252 -ord_2253 @2253 -ord_2254 @2254 -ord_2255 @2255 -ord_2256 @2256 -ord_2257 @2257 -ord_2258 @2258 -ord_2259 @2259 -ord_2260 @2260 -ord_2261 @2261 -ord_2262 @2262 -ord_2263 @2263 -ord_2264 @2264 -ord_2265 @2265 -ord_2266 @2266 -ord_2267 @2267 -ord_2268 @2268 -ord_2269 @2269 -ord_2270 @2270 -ord_2271 @2271 -ord_2272 @2272 -ord_2273 @2273 -ord_2274 @2274 -ord_2275 @2275 -ord_2276 @2276 -ord_2277 @2277 -ord_2278 @2278 -ord_2279 @2279 -ord_2280 @2280 -ord_2281 @2281 -ord_2282 @2282 -ord_2283 @2283 -ord_2284 @2284 -ord_2285 @2285 -ord_2286 @2286 -ord_2287 @2287 -ord_2288 @2288 -ord_2289 @2289 -ord_2290 @2290 -ord_2291 @2291 -ord_2292 @2292 -ord_2293 @2293 -ord_2294 @2294 -ord_2295 @2295 -ord_2296 @2296 -ord_2297 @2297 -ord_2298 @2298 -ord_2299 @2299 -ord_2300 @2300 -ord_2301 @2301 -ord_2302 @2302 -ord_2303 @2303 -ord_2304 @2304 -ord_2305 @2305 -ord_2306 @2306 -ord_2307 @2307 -ord_2308 @2308 -ord_2309 @2309 -ord_2310 @2310 -ord_2311 @2311 -ord_2312 @2312 -ord_2313 @2313 -ord_2314 @2314 -ord_2315 @2315 -ord_2316 @2316 -ord_2317 @2317 -ord_2318 @2318 -ord_2319 @2319 -ord_2320 @2320 -ord_2321 @2321 -ord_2322 @2322 -ord_2323 @2323 -ord_2324 @2324 -ord_2325 @2325 -ord_2326 @2326 -ord_2327 @2327 -ord_2328 @2328 -ord_2329 @2329 -ord_2330 @2330 -ord_2331 @2331 -ord_2332 @2332 -ord_2333 @2333 -ord_2334 @2334 -ord_2335 @2335 -ord_2336 @2336 -ord_2337 @2337 -ord_2338 @2338 -ord_2339 @2339 -ord_2340 @2340 -ord_2341 @2341 -ord_2342 @2342 -ord_2343 @2343 -ord_2344 @2344 -ord_2345 @2345 -ord_2346 @2346 -ord_2347 @2347 -ord_2348 @2348 -ord_2349 @2349 -ord_2350 @2350 -ord_2351 @2351 -ord_2352 @2352 -ord_2353 @2353 -ord_2354 @2354 -ord_2355 @2355 -ord_2356 @2356 -ord_2357 @2357 -ord_2358 @2358 -ord_2359 @2359 -ord_2360 @2360 -ord_2361 @2361 -ord_2362 @2362 -ord_2363 @2363 -ord_2364 @2364 -ord_2365 @2365 -ord_2366 @2366 -ord_2367 @2367 -ord_2368 @2368 -ord_2369 @2369 -ord_2370 @2370 -ord_2371 @2371 -ord_2372 @2372 -ord_2373 @2373 -ord_2374 @2374 -ord_2375 @2375 -ord_2376 @2376 -ord_2377 @2377 -ord_2378 @2378 -ord_2379 @2379 -ord_2380 @2380 -ord_2381 @2381 -ord_2382 @2382 -ord_2383 @2383 -ord_2384 @2384 -ord_2385 @2385 -ord_2386 @2386 -ord_2387 @2387 -ord_2388 @2388 -ord_2389 @2389 -ord_2390 @2390 -ord_2391 @2391 -ord_2392 @2392 -ord_2393 @2393 -ord_2394 @2394 -ord_2395 @2395 -ord_2396 @2396 -ord_2397 @2397 -ord_2398 @2398 -ord_2399 @2399 -ord_2400 @2400 -ord_2401 @2401 -ord_2402 @2402 -ord_2403 @2403 -ord_2404 @2404 -ord_2405 @2405 -ord_2406 @2406 -ord_2407 @2407 -ord_2408 @2408 -ord_2409 @2409 -ord_2410 @2410 -ord_2411 @2411 -ord_2412 @2412 -ord_2413 @2413 -ord_2414 @2414 -ord_2415 @2415 -ord_2416 @2416 -ord_2417 @2417 -ord_2418 @2418 -ord_2419 @2419 -ord_2420 @2420 -ord_2421 @2421 -ord_2422 @2422 -ord_2423 @2423 -ord_2424 @2424 -ord_2425 @2425 -ord_2426 @2426 -ord_2427 @2427 -ord_2428 @2428 -ord_2429 @2429 -ord_2430 @2430 -ord_2431 @2431 -ord_2432 @2432 -ord_2433 @2433 -ord_2434 @2434 -ord_2435 @2435 -ord_2436 @2436 -ord_2437 @2437 -ord_2438 @2438 -ord_2439 @2439 -ord_2440 @2440 -ord_2441 @2441 -ord_2442 @2442 -ord_2443 @2443 -ord_2444 @2444 -ord_2445 @2445 -ord_2446 @2446 -ord_2447 @2447 -ord_2448 @2448 -ord_2449 @2449 -ord_2450 @2450 -ord_2451 @2451 -ord_2452 @2452 -ord_2453 @2453 -ord_2454 @2454 -ord_2455 @2455 -ord_2456 @2456 -ord_2457 @2457 -ord_2458 @2458 -ord_2459 @2459 -ord_2460 @2460 -ord_2461 @2461 -ord_2462 @2462 -ord_2463 @2463 -ord_2464 @2464 -ord_2465 @2465 -ord_2466 @2466 -ord_2467 @2467 -ord_2468 @2468 -ord_2469 @2469 -ord_2470 @2470 -ord_2471 @2471 -ord_2472 @2472 -ord_2473 @2473 -ord_2474 @2474 -ord_2475 @2475 -ord_2476 @2476 -ord_2477 @2477 -ord_2478 @2478 -ord_2479 @2479 -ord_2480 @2480 -ord_2481 @2481 -ord_2482 @2482 -ord_2483 @2483 -ord_2484 @2484 -ord_2485 @2485 -ord_2486 @2486 DATA -ord_2487 @2487 -ord_2488 @2488 -ord_2489 @2489 -ord_2490 @2490 -ord_2491 @2491 -ord_2492 @2492 -ord_2493 @2493 -ord_2494 @2494 -ord_2495 @2495 -ord_2496 @2496 -ord_2497 @2497 -ord_2498 @2498 -ord_2499 @2499 -ord_2500 @2500 -ord_2501 @2501 -ord_2502 @2502 -ord_2503 @2503 -ord_2504 @2504 -ord_2505 @2505 -ord_2506 @2506 -ord_2507 @2507 -ord_2508 @2508 -ord_2509 @2509 -ord_2510 @2510 -ord_2511 @2511 -ord_2512 @2512 -ord_2513 @2513 -ord_2514 @2514 -ord_2515 @2515 -ord_2516 @2516 -ord_2517 @2517 -ord_2518 @2518 -ord_2519 @2519 -ord_2520 @2520 -ord_2521 @2521 -ord_2522 @2522 -ord_2523 @2523 -ord_2524 @2524 -ord_2525 @2525 -ord_2526 @2526 -ord_2527 @2527 -ord_2528 @2528 -ord_2529 @2529 -ord_2530 @2530 -ord_2531 @2531 -ord_2532 @2532 -ord_2533 @2533 -ord_2534 @2534 -ord_2535 @2535 -ord_2536 @2536 -ord_2537 @2537 -ord_2538 @2538 -ord_2539 @2539 -ord_2540 @2540 -ord_2541 @2541 -ord_2542 @2542 -ord_2543 @2543 -ord_2544 @2544 -ord_2545 @2545 -ord_2546 @2546 -ord_2547 @2547 -ord_2548 @2548 -ord_2549 @2549 -ord_2550 @2550 -ord_2551 @2551 -ord_2552 @2552 -ord_2553 @2553 -ord_2554 @2554 -ord_2555 @2555 -ord_2556 @2556 -ord_2557 @2557 -ord_2558 @2558 -ord_2559 @2559 -ord_2560 @2560 -ord_2561 @2561 -ord_2562 @2562 -ord_2563 @2563 -ord_2564 @2564 -ord_2565 @2565 -ord_2566 @2566 -ord_2567 @2567 -ord_2568 @2568 -ord_2569 @2569 -ord_2570 @2570 -ord_2571 @2571 -ord_2572 @2572 -ord_2573 @2573 -ord_2574 @2574 -ord_2575 @2575 -ord_2576 @2576 -ord_2577 @2577 -ord_2578 @2578 -ord_2579 @2579 -ord_2580 @2580 -ord_2581 @2581 -ord_2582 @2582 -ord_2583 @2583 -ord_2584 @2584 -ord_2585 @2585 -ord_2586 @2586 -ord_2587 @2587 -ord_2588 @2588 -ord_2589 @2589 -ord_2590 @2590 -ord_2591 @2591 -ord_2592 @2592 -ord_2593 @2593 -ord_2594 @2594 -ord_2595 @2595 -ord_2596 @2596 -ord_2597 @2597 -ord_2598 @2598 -ord_2599 @2599 -ord_2600 @2600 -ord_2601 @2601 -ord_2602 @2602 -ord_2603 @2603 -ord_2604 @2604 -ord_2605 @2605 -ord_2606 @2606 -ord_2607 @2607 -ord_2608 @2608 -ord_2609 @2609 -ord_2610 @2610 -ord_2611 @2611 -ord_2612 @2612 -ord_2613 @2613 -ord_2614 @2614 -ord_2615 @2615 -ord_2616 @2616 -ord_2617 @2617 -ord_2618 @2618 -ord_2619 @2619 -ord_2620 @2620 -ord_2622 @2622 -ord_2623 @2623 -ord_2624 @2624 -ord_2625 @2625 -ord_2626 @2626 -ord_2627 @2627 -ord_2628 @2628 -ord_2629 @2629 -ord_2630 @2630 -ord_2631 @2631 -ord_2632 @2632 -ord_2633 @2633 -ord_2634 @2634 -ord_2635 @2635 -ord_2636 @2636 -ord_2637 @2637 -ord_2638 @2638 -ord_2639 @2639 -ord_2640 @2640 -ord_2641 @2641 -ord_2642 @2642 -ord_2643 @2643 -ord_2644 @2644 -ord_2645 @2645 -ord_2646 @2646 -ord_2647 @2647 -ord_2648 @2648 -ord_2649 @2649 -ord_2650 @2650 -ord_2651 @2651 -ord_2652 @2652 -ord_2653 @2653 -ord_2654 @2654 -ord_2655 @2655 -ord_2656 @2656 -ord_2657 @2657 -ord_2658 @2658 -ord_2659 @2659 -ord_2660 @2660 -ord_2661 @2661 -ord_2662 @2662 -ord_2663 @2663 -ord_2664 @2664 -ord_2665 @2665 -ord_2666 @2666 -ord_2667 @2667 -ord_2668 @2668 -ord_2669 @2669 -ord_2670 @2670 -ord_2671 @2671 -ord_2672 @2672 -ord_2673 @2673 -ord_2674 @2674 -ord_2675 @2675 -ord_2676 @2676 -ord_2677 @2677 -ord_2678 @2678 -ord_2679 @2679 -ord_2680 @2680 -ord_2681 @2681 -ord_2682 @2682 -ord_2683 @2683 -ord_2684 @2684 -ord_2685 @2685 -ord_2686 @2686 -ord_2687 @2687 -ord_2688 @2688 DATA -ord_2689 @2689 -ord_2690 @2690 -ord_2691 @2691 -ord_2692 @2692 -ord_2693 @2693 -ord_2694 @2694 -ord_2695 @2695 -ord_2696 @2696 -ord_2697 @2697 -ord_2698 @2698 -ord_2699 @2699 -ord_2700 @2700 -ord_2701 @2701 -ord_2702 @2702 -ord_2703 @2703 -ord_2704 @2704 -ord_2705 @2705 -ord_2706 @2706 -ord_2707 @2707 -ord_2708 @2708 -ord_2709 @2709 -ord_2710 @2710 -ord_2711 @2711 -ord_2712 @2712 -ord_2713 @2713 -ord_2714 @2714 -ord_2715 @2715 -ord_2716 @2716 -ord_2717 @2717 -ord_2718 @2718 -ord_2719 @2719 -ord_2720 @2720 -ord_2721 @2721 -ord_2722 @2722 -ord_2723 @2723 -ord_2724 @2724 -ord_2725 @2725 -ord_2726 @2726 -ord_2727 @2727 -ord_2728 @2728 -ord_2729 @2729 -ord_2730 @2730 -ord_2731 @2731 -ord_2732 @2732 -ord_2733 @2733 -ord_2734 @2734 DATA -ord_2735 @2735 DATA -ord_2736 @2736 DATA -ord_2737 @2737 -ord_2738 @2738 -ord_2739 @2739 -ord_2740 @2740 -ord_2741 @2741 -ord_2742 @2742 -ord_2743 @2743 -ord_2744 @2744 -ord_2745 @2745 -ord_2746 @2746 -ord_2747 @2747 -ord_2748 @2748 -ord_2749 @2749 -ord_2750 @2750 -ord_2751 @2751 -ord_2752 @2752 -ord_2753 @2753 -ord_2754 @2754 -ord_2755 @2755 -ord_2756 @2756 -ord_2757 @2757 -ord_2758 @2758 -ord_2759 @2759 -ord_2760 @2760 -ord_2761 @2761 -ord_2762 @2762 -ord_2763 @2763 -ord_2764 @2764 -ord_2765 @2765 -ord_2766 @2766 -ord_2767 @2767 -ord_2768 @2768 -ord_2769 @2769 -ord_2770 @2770 -ord_2771 @2771 -ord_2772 @2772 -ord_2773 @2773 -ord_2774 @2774 -ord_2775 @2775 -ord_2776 @2776 -ord_2777 @2777 -ord_2778 @2778 -ord_2779 @2779 -ord_2780 @2780 -ord_2781 @2781 -ord_2782 @2782 -ord_2783 @2783 -ord_2784 @2784 -ord_2785 @2785 -ord_2786 @2786 -ord_2787 @2787 -ord_2788 @2788 -ord_2789 @2789 -ord_2790 @2790 -ord_2791 @2791 -ord_2792 @2792 -ord_2793 @2793 -ord_2794 @2794 -ord_2795 @2795 -ord_2796 @2796 -ord_2797 @2797 -ord_2798 @2798 -ord_2799 @2799 -ord_2800 @2800 -ord_2801 @2801 -ord_2802 @2802 -ord_2803 @2803 -ord_2804 @2804 -ord_2805 @2805 -ord_2806 @2806 -ord_2807 @2807 -ord_2808 @2808 -ord_2809 @2809 -ord_2810 @2810 -ord_2811 @2811 -ord_2812 @2812 -ord_2813 @2813 -ord_2814 @2814 -ord_2815 @2815 -ord_2816 @2816 -ord_2817 @2817 -ord_2818 @2818 -ord_2819 @2819 -ord_2820 @2820 -ord_2821 @2821 -ord_2822 @2822 -ord_2823 @2823 -ord_2824 @2824 -ord_2825 @2825 -ord_2826 @2826 -ord_2827 @2827 -ord_2828 @2828 -ord_2829 @2829 -ord_2830 @2830 -ord_2831 @2831 -ord_2832 @2832 -ord_2833 @2833 -ord_2834 @2834 -ord_2835 @2835 -ord_2836 @2836 -ord_2837 @2837 -ord_2838 @2838 -ord_2839 @2839 -ord_2840 @2840 -ord_2841 @2841 -ord_2842 @2842 -ord_2843 @2843 -ord_2844 @2844 -ord_2845 @2845 -ord_2846 @2846 -ord_2847 @2847 -ord_2848 @2848 -ord_2849 @2849 -ord_2850 @2850 -ord_2851 @2851 -ord_2852 @2852 -ord_2853 @2853 -ord_2854 @2854 -ord_2855 @2855 -ord_2856 @2856 -ord_2857 @2857 -ord_2858 @2858 -ord_2859 @2859 -ord_2860 @2860 -ord_2861 @2861 -ord_2862 @2862 -ord_2863 @2863 -ord_2864 @2864 -ord_2865 @2865 -ord_2866 @2866 -ord_2867 @2867 -ord_2868 @2868 -ord_2869 @2869 -ord_2870 @2870 -ord_2871 @2871 -ord_2872 @2872 -ord_2873 @2873 -ord_2874 @2874 -ord_2875 @2875 -ord_2876 @2876 -ord_2877 @2877 -ord_2878 @2878 -ord_2879 @2879 -ord_2880 @2880 -ord_2881 @2881 -ord_2882 @2882 -ord_2883 @2883 -ord_2884 @2884 -ord_2885 @2885 -ord_2886 @2886 -ord_2887 @2887 -ord_2888 @2888 -ord_2889 @2889 -ord_2890 @2890 -ord_2891 @2891 -ord_2892 @2892 -ord_2893 @2893 -ord_2894 @2894 -ord_2895 @2895 -ord_2896 @2896 -ord_2897 @2897 -ord_2898 @2898 -ord_2899 @2899 -ord_2900 @2900 -ord_2901 @2901 -ord_2902 @2902 -ord_2903 @2903 -ord_2904 @2904 -ord_2905 @2905 -ord_2906 @2906 -ord_2907 @2907 -ord_2908 @2908 -ord_2909 @2909 -ord_2910 @2910 -ord_2911 @2911 -ord_2912 @2912 -ord_2913 @2913 -ord_2914 @2914 -ord_2915 @2915 -ord_2916 @2916 -ord_2917 @2917 -ord_2918 @2918 -ord_2919 @2919 -ord_2920 @2920 -ord_2921 @2921 -ord_2922 @2922 -ord_2923 @2923 -ord_2924 @2924 -ord_2925 @2925 -ord_2926 @2926 -ord_2927 @2927 -ord_2928 @2928 -ord_2929 @2929 -ord_2930 @2930 -ord_2931 @2931 -ord_2932 @2932 -ord_2933 @2933 -ord_2934 @2934 -ord_2935 @2935 -ord_2936 @2936 -ord_2937 @2937 -ord_2938 @2938 -ord_2939 @2939 -ord_2940 @2940 -ord_2941 @2941 -ord_2942 @2942 -ord_2943 @2943 -ord_2944 @2944 -ord_2945 @2945 -ord_2946 @2946 -ord_2947 @2947 -ord_2948 @2948 -ord_2949 @2949 -ord_2950 @2950 -ord_2951 @2951 -ord_2952 @2952 -ord_2953 @2953 -ord_2954 @2954 -ord_2955 @2955 -ord_2956 @2956 -ord_2957 @2957 -ord_2958 @2958 -ord_2959 @2959 -ord_2960 @2960 -ord_2961 @2961 -ord_2962 @2962 -ord_2963 @2963 -ord_2964 @2964 -ord_2965 @2965 -ord_2966 @2966 -ord_2967 @2967 -ord_2968 @2968 -ord_2969 @2969 -ord_2970 @2970 -ord_2971 @2971 -ord_2972 @2972 -ord_2973 @2973 -ord_2974 @2974 -ord_2975 @2975 -ord_2976 @2976 -ord_2977 @2977 -ord_2978 @2978 -ord_2979 @2979 -ord_2980 @2980 -ord_2981 @2981 -ord_2982 @2982 -ord_2983 @2983 -ord_2984 @2984 -ord_2985 @2985 -ord_2986 @2986 -ord_2987 @2987 -ord_2988 @2988 -ord_2989 @2989 -ord_2990 @2990 -ord_2991 @2991 -ord_2992 @2992 -ord_2993 @2993 -ord_2994 @2994 -ord_2995 @2995 -ord_2996 @2996 -ord_2997 @2997 -ord_2998 @2998 -ord_2999 @2999 -ord_3000 @3000 -ord_3001 @3001 -ord_3002 @3002 -ord_3003 @3003 -ord_3004 @3004 -ord_3005 @3005 -ord_3006 @3006 -ord_3007 @3007 -ord_3008 @3008 -ord_3009 @3009 -ord_3010 @3010 -ord_3011 @3011 -ord_3012 @3012 -ord_3013 @3013 -ord_3014 @3014 -ord_3015 @3015 -ord_3016 @3016 -ord_3017 @3017 -ord_3018 @3018 -ord_3019 @3019 -ord_3020 @3020 -ord_3021 @3021 -ord_3022 @3022 -ord_3023 @3023 -ord_3024 @3024 -ord_3025 @3025 -ord_3026 @3026 -ord_3027 @3027 -ord_3028 @3028 -ord_3029 @3029 -ord_3030 @3030 -ord_3031 @3031 -ord_3032 @3032 -ord_3033 @3033 -ord_3034 @3034 -ord_3035 @3035 -ord_3036 @3036 -ord_3037 @3037 -ord_3038 @3038 -ord_3039 @3039 -ord_3040 @3040 -ord_3041 @3041 -ord_3042 @3042 -ord_3043 @3043 -ord_3044 @3044 -ord_3045 @3045 -ord_3046 @3046 -ord_3047 @3047 -ord_3048 @3048 -ord_3049 @3049 -ord_3050 @3050 -ord_3051 @3051 -ord_3052 @3052 -ord_3053 @3053 -ord_3054 @3054 -ord_3055 @3055 -ord_3056 @3056 -ord_3057 @3057 -ord_3058 @3058 -ord_3059 @3059 -ord_3060 @3060 -ord_3061 @3061 -ord_3062 @3062 -ord_3063 @3063 -ord_3064 @3064 -ord_3065 @3065 -ord_3066 @3066 -ord_3067 @3067 -ord_3068 @3068 -ord_3069 @3069 -ord_3070 @3070 -ord_3071 @3071 -ord_3072 @3072 -ord_3073 @3073 -ord_3074 @3074 -ord_3075 @3075 -ord_3076 @3076 -ord_3077 @3077 -ord_3078 @3078 -ord_3079 @3079 -ord_3080 @3080 -ord_3081 @3081 -ord_3082 @3082 -ord_3083 @3083 -ord_3084 @3084 -ord_3085 @3085 -ord_3086 @3086 -ord_3087 @3087 -ord_3088 @3088 -ord_3089 @3089 -ord_3090 @3090 -ord_3091 @3091 -ord_3092 @3092 -ord_3093 @3093 -ord_3094 @3094 -ord_3095 @3095 -ord_3096 @3096 -ord_3097 @3097 -ord_3098 @3098 -ord_3099 @3099 -ord_3100 @3100 -ord_3101 @3101 -ord_3102 @3102 -ord_3103 @3103 -ord_3104 @3104 -ord_3105 @3105 -ord_3106 @3106 -ord_3107 @3107 -ord_3108 @3108 -ord_3109 @3109 -ord_3110 @3110 -ord_3111 @3111 -ord_3112 @3112 -ord_3113 @3113 -ord_3114 @3114 -ord_3115 @3115 -ord_3116 @3116 -ord_3117 @3117 -ord_3118 @3118 -ord_3119 @3119 -ord_3120 @3120 -ord_3121 @3121 -ord_3122 @3122 -ord_3123 @3123 -ord_3124 @3124 -ord_3125 @3125 -ord_3126 @3126 -ord_3127 @3127 -ord_3128 @3128 -ord_3129 @3129 -ord_3130 @3130 -ord_3131 @3131 -ord_3132 @3132 -ord_3133 @3133 -ord_3134 @3134 -ord_3135 @3135 -ord_3136 @3136 -ord_3137 @3137 -ord_3138 @3138 -ord_3139 @3139 -ord_3140 @3140 -ord_3141 @3141 -ord_3142 @3142 -ord_3143 @3143 -ord_3144 @3144 -ord_3145 @3145 -ord_3146 @3146 -ord_3147 @3147 -ord_3148 @3148 -ord_3149 @3149 -ord_3150 @3150 -ord_3151 @3151 -ord_3152 @3152 -ord_3153 @3153 -ord_3154 @3154 -ord_3155 @3155 -ord_3156 @3156 -ord_3157 @3157 -ord_3158 @3158 -ord_3159 @3159 -ord_3160 @3160 -ord_3161 @3161 -ord_3162 @3162 -ord_3163 @3163 -ord_3164 @3164 -ord_3165 @3165 -ord_3166 @3166 -ord_3167 @3167 -ord_3168 @3168 -ord_3169 @3169 -ord_3170 @3170 -ord_3171 @3171 -ord_3172 @3172 -ord_3173 @3173 -ord_3174 @3174 -ord_3175 @3175 -ord_3176 @3176 -ord_3177 @3177 -ord_3178 @3178 -ord_3179 @3179 -ord_3180 @3180 -ord_3181 @3181 -ord_3182 @3182 -ord_3183 @3183 -ord_3184 @3184 -ord_3185 @3185 -ord_3186 @3186 -ord_3187 @3187 -ord_3188 @3188 -ord_3189 @3189 -ord_3190 @3190 -ord_3191 @3191 -ord_3192 @3192 -ord_3193 @3193 -ord_3194 @3194 -ord_3195 @3195 -ord_3196 @3196 -ord_3197 @3197 -ord_3198 @3198 -ord_3199 @3199 -ord_3200 @3200 -ord_3201 @3201 -ord_3202 @3202 -ord_3203 @3203 -ord_3204 @3204 -ord_3205 @3205 -ord_3206 @3206 -ord_3207 @3207 -ord_3208 @3208 -ord_3209 @3209 -ord_3210 @3210 -ord_3211 @3211 -ord_3212 @3212 -ord_3213 @3213 -ord_3214 @3214 -ord_3215 @3215 -ord_3216 @3216 -ord_3217 @3217 -ord_3218 @3218 -ord_3219 @3219 -ord_3220 @3220 -ord_3221 @3221 -ord_3222 @3222 -ord_3223 @3223 -ord_3224 @3224 -ord_3225 @3225 -ord_3226 @3226 -ord_3227 @3227 -ord_3228 @3228 -ord_3229 @3229 -ord_3230 @3230 -ord_3231 @3231 -ord_3232 @3232 -ord_3233 @3233 -ord_3234 @3234 -ord_3235 @3235 -ord_3236 @3236 -ord_3237 @3237 -ord_3238 @3238 -ord_3239 @3239 -ord_3240 @3240 -ord_3241 @3241 -ord_3242 @3242 -ord_3243 @3243 -ord_3244 @3244 -ord_3245 @3245 -ord_3246 @3246 -ord_3247 @3247 -ord_3248 @3248 -ord_3249 @3249 -ord_3250 @3250 -ord_3251 @3251 -ord_3252 @3252 -ord_3253 @3253 -ord_3254 @3254 -ord_3255 @3255 -ord_3256 @3256 -ord_3257 @3257 -ord_3258 @3258 -ord_3259 @3259 -ord_3260 @3260 -ord_3261 @3261 -ord_3262 @3262 -ord_3263 @3263 -ord_3264 @3264 -ord_3265 @3265 -ord_3266 @3266 -ord_3267 @3267 -ord_3268 @3268 -ord_3269 @3269 -ord_3270 @3270 -ord_3271 @3271 -ord_3272 @3272 -ord_3273 @3273 -ord_3274 @3274 -ord_3275 @3275 -ord_3276 @3276 -ord_3277 @3277 -ord_3278 @3278 -ord_3279 @3279 -ord_3280 @3280 -ord_3281 @3281 -ord_3282 @3282 -ord_3283 @3283 -ord_3284 @3284 -ord_3285 @3285 -ord_3286 @3286 -ord_3287 @3287 -ord_3288 @3288 -ord_3289 @3289 -ord_3290 @3290 -ord_3291 @3291 -ord_3292 @3292 -ord_3293 @3293 -ord_3294 @3294 -ord_3295 @3295 -ord_3296 @3296 -ord_3297 @3297 -ord_3298 @3298 -ord_3299 @3299 -ord_3300 @3300 -ord_3301 @3301 -ord_3302 @3302 -ord_3303 @3303 -ord_3304 @3304 -ord_3305 @3305 -ord_3306 @3306 -ord_3307 @3307 -ord_3308 @3308 -ord_3309 @3309 -ord_3310 @3310 -ord_3311 @3311 -ord_3312 @3312 -ord_3313 @3313 -ord_3314 @3314 -ord_3315 @3315 -ord_3316 @3316 -ord_3317 @3317 -ord_3318 @3318 -ord_3319 @3319 -ord_3321 @3321 -ord_3322 @3322 -ord_3323 @3323 -ord_3326 @3326 -ord_3327 @3327 -ord_3328 @3328 -ord_3329 @3329 -ord_3330 @3330 -ord_3331 @3331 -ord_3332 @3332 -ord_3333 @3333 -ord_3334 @3334 -ord_3335 @3335 -ord_3336 @3336 -ord_3337 @3337 -ord_3338 @3338 -ord_3339 @3339 -ord_3340 @3340 -ord_3341 @3341 -ord_3342 @3342 -ord_3343 @3343 -ord_3344 @3344 -ord_3345 @3345 -ord_3346 @3346 -ord_3347 @3347 -ord_3348 @3348 -ord_3349 @3349 -ord_3350 @3350 -ord_3351 @3351 -ord_3352 @3352 -ord_3353 @3353 -ord_3354 @3354 -ord_3355 @3355 -ord_3356 @3356 -ord_3357 @3357 -ord_3358 @3358 -ord_3359 @3359 -ord_3360 @3360 -ord_3361 @3361 -ord_3362 @3362 -ord_3363 @3363 -ord_3364 @3364 -ord_3365 @3365 -ord_3366 @3366 -ord_3367 @3367 -ord_3368 @3368 -ord_3369 @3369 -ord_3370 @3370 -ord_3371 @3371 -ord_3372 @3372 -ord_3373 @3373 -ord_3374 @3374 -ord_3375 @3375 -ord_3376 @3376 -ord_3377 @3377 -ord_3378 @3378 -ord_3379 @3379 -ord_3380 @3380 -ord_3381 @3381 -ord_3382 @3382 -ord_3383 @3383 -ord_3384 @3384 -ord_3385 @3385 -ord_3386 @3386 -ord_3387 @3387 -ord_3388 @3388 -ord_3389 @3389 -ord_3390 @3390 -ord_3391 @3391 -ord_3392 @3392 -ord_3393 @3393 -ord_3394 @3394 -ord_3395 @3395 -ord_3396 @3396 -ord_3397 @3397 -ord_3398 @3398 -ord_3399 @3399 -ord_3400 @3400 -ord_3401 @3401 -ord_3402 @3402 -ord_3403 @3403 -ord_3404 @3404 -ord_3405 @3405 -ord_3406 @3406 -ord_3407 @3407 -ord_3408 @3408 -ord_3409 @3409 -ord_3410 @3410 -ord_3411 @3411 -ord_3412 @3412 -ord_3413 @3413 -ord_3414 @3414 -ord_3415 @3415 -ord_3416 @3416 -ord_3417 @3417 -ord_3418 @3418 -ord_3419 @3419 -ord_3420 @3420 -ord_3421 @3421 -ord_3422 @3422 -ord_3423 @3423 -ord_3424 @3424 -ord_3425 @3425 -ord_3426 @3426 -ord_3427 @3427 -ord_3428 @3428 -ord_3429 @3429 -ord_3430 @3430 -ord_3431 @3431 -ord_3432 @3432 -ord_3433 @3433 -ord_3434 @3434 -ord_3435 @3435 -ord_3436 @3436 -ord_3437 @3437 -ord_3438 @3438 -ord_3439 @3439 -ord_3440 @3440 -ord_3441 @3441 -ord_3442 @3442 -ord_3443 @3443 -ord_3444 @3444 -ord_3445 @3445 -ord_3446 @3446 -ord_3447 @3447 -ord_3448 @3448 -ord_3449 @3449 -ord_3450 @3450 -ord_3451 @3451 -ord_3452 @3452 -ord_3453 @3453 -ord_3454 @3454 -ord_3455 @3455 -ord_3456 @3456 -ord_3457 @3457 -ord_3458 @3458 -ord_3459 @3459 -ord_3460 @3460 -ord_3461 @3461 -ord_3462 @3462 -ord_3463 @3463 -ord_3464 @3464 -ord_3465 @3465 -ord_3466 @3466 -ord_3467 @3467 -ord_3468 @3468 -ord_3469 @3469 -ord_3470 @3470 -ord_3471 @3471 -ord_3472 @3472 -ord_3473 @3473 -ord_3474 @3474 -ord_3475 @3475 -ord_3476 @3476 -ord_3477 @3477 -ord_3478 @3478 -ord_3479 @3479 -ord_3480 @3480 -ord_3481 @3481 -ord_3482 @3482 -ord_3483 @3483 -ord_3484 @3484 -ord_3485 @3485 -ord_3486 @3486 -ord_3487 @3487 -ord_3488 @3488 -ord_3489 @3489 -ord_3490 @3490 -ord_3491 @3491 -ord_3492 @3492 -ord_3493 @3493 -ord_3494 @3494 -ord_3495 @3495 -ord_3496 @3496 -ord_3497 @3497 -ord_3498 @3498 -ord_3499 @3499 -ord_3500 @3500 -ord_3501 @3501 -ord_3502 @3502 -ord_3503 @3503 -ord_3504 @3504 -ord_3505 @3505 -ord_3506 @3506 -ord_3507 @3507 -ord_3508 @3508 -ord_3509 @3509 -ord_3510 @3510 -ord_3511 @3511 -ord_3512 @3512 -ord_3513 @3513 -ord_3514 @3514 -ord_3515 @3515 -ord_3516 @3516 -ord_3517 @3517 -ord_3518 @3518 -ord_3519 @3519 -ord_3520 @3520 -ord_3521 @3521 -ord_3522 @3522 -ord_3523 @3523 -ord_3524 @3524 -ord_3525 @3525 -ord_3526 @3526 -ord_3527 @3527 -ord_3528 @3528 -ord_3529 @3529 -ord_3530 @3530 -ord_3531 @3531 -ord_3532 @3532 -ord_3533 @3533 -ord_3534 @3534 -ord_3535 @3535 -ord_3536 @3536 -ord_3537 @3537 -ord_3538 @3538 -ord_3539 @3539 -ord_3540 @3540 -ord_3541 @3541 -ord_3542 @3542 -ord_3543 @3543 -ord_3544 @3544 -ord_3545 @3545 -ord_3546 @3546 -ord_3547 @3547 -ord_3548 @3548 -ord_3549 @3549 -ord_3550 @3550 -ord_3551 @3551 -ord_3552 @3552 -ord_3553 @3553 -ord_3554 @3554 -ord_3555 @3555 -ord_3556 @3556 -ord_3557 @3557 -ord_3558 @3558 -ord_3559 @3559 -ord_3560 @3560 -ord_3561 @3561 -ord_3562 @3562 -ord_3563 @3563 -ord_3564 @3564 -ord_3565 @3565 -ord_3566 @3566 -ord_3567 @3567 -ord_3568 @3568 -ord_3569 @3569 -ord_3570 @3570 -ord_3571 @3571 -ord_3572 @3572 -ord_3573 @3573 -ord_3574 @3574 -ord_3575 @3575 -ord_3576 @3576 -ord_3577 @3577 -ord_3578 @3578 -ord_3579 @3579 -ord_3580 @3580 -ord_3581 @3581 -ord_3582 @3582 -ord_3583 @3583 -ord_3584 @3584 -ord_3585 @3585 -ord_3586 @3586 -ord_3587 @3587 -ord_3588 @3588 -ord_3589 @3589 -ord_3590 @3590 -ord_3591 @3591 -ord_3592 @3592 -ord_3593 @3593 -ord_3594 @3594 -ord_3595 @3595 -ord_3596 @3596 -ord_3597 @3597 -ord_3598 @3598 -ord_3599 @3599 -ord_3600 @3600 -ord_3601 @3601 -ord_3602 @3602 -ord_3603 @3603 -ord_3604 @3604 -ord_3605 @3605 -ord_3606 @3606 -ord_3607 @3607 -ord_3608 @3608 -ord_3609 @3609 -ord_3610 @3610 -ord_3611 @3611 -ord_3612 @3612 -ord_3613 @3613 -ord_3614 @3614 -ord_3615 @3615 -ord_3616 @3616 -ord_3617 @3617 -ord_3618 @3618 -ord_3619 @3619 -ord_3620 @3620 -ord_3621 @3621 -ord_3622 @3622 -ord_3623 @3623 -ord_3624 @3624 -ord_3625 @3625 -ord_3626 @3626 -ord_3627 @3627 -ord_3628 @3628 -ord_3629 @3629 -ord_3630 @3630 -ord_3631 @3631 -ord_3632 @3632 -ord_3633 @3633 -ord_3634 @3634 -ord_3635 @3635 -ord_3636 @3636 -ord_3637 @3637 -ord_3638 @3638 -ord_3639 @3639 -ord_3640 @3640 -ord_3641 @3641 -ord_3642 @3642 -ord_3643 @3643 -ord_3644 @3644 -ord_3645 @3645 -ord_3646 @3646 -ord_3647 @3647 -ord_3648 @3648 -ord_3649 @3649 -ord_3650 @3650 -ord_3651 @3651 -ord_3652 @3652 -ord_3653 @3653 -ord_3654 @3654 -ord_3655 @3655 -ord_3656 @3656 -ord_3657 @3657 -ord_3658 @3658 -ord_3659 @3659 -ord_3660 @3660 -ord_3661 @3661 -ord_3662 @3662 -ord_3663 @3663 -ord_3664 @3664 -ord_3665 @3665 -ord_3666 @3666 -ord_3667 @3667 -ord_3668 @3668 -ord_3669 @3669 -ord_3670 @3670 -ord_3671 @3671 -ord_3672 @3672 -ord_3673 @3673 -ord_3674 @3674 -ord_3675 @3675 -ord_3676 @3676 -ord_3677 @3677 -ord_3678 @3678 -ord_3679 @3679 -ord_3680 @3680 -ord_3681 @3681 -ord_3682 @3682 -ord_3683 @3683 -ord_3684 @3684 -ord_3685 @3685 -ord_3686 @3686 -ord_3687 @3687 -ord_3688 @3688 -ord_3689 @3689 -ord_3690 @3690 -ord_3691 @3691 -ord_3692 @3692 -ord_3693 @3693 -ord_3694 @3694 -ord_3695 @3695 -ord_3696 @3696 -ord_3697 @3697 -ord_3698 @3698 -ord_3699 @3699 -ord_3700 @3700 -ord_3701 @3701 -ord_3702 @3702 -ord_3703 @3703 -ord_3704 @3704 -ord_3705 @3705 -ord_3706 @3706 -ord_3707 @3707 -ord_3708 @3708 -ord_3709 @3709 -ord_3710 @3710 -ord_3711 @3711 -ord_3712 @3712 -ord_3713 @3713 -ord_3714 @3714 -ord_3715 @3715 -ord_3716 @3716 -ord_3717 @3717 -ord_3718 @3718 -ord_3719 @3719 -ord_3720 @3720 -ord_3721 @3721 -ord_3722 @3722 -ord_3723 @3723 -ord_3724 @3724 -ord_3725 @3725 -ord_3726 @3726 -ord_3727 @3727 -ord_3728 @3728 -ord_3729 @3729 -ord_3730 @3730 -ord_3731 @3731 -ord_3732 @3732 -ord_3733 @3733 -ord_3734 @3734 -ord_3735 @3735 -ord_3736 @3736 -ord_3737 @3737 -ord_3738 @3738 -ord_3739 @3739 -ord_3740 @3740 -ord_3741 @3741 -ord_3742 @3742 -ord_3743 @3743 -ord_3744 @3744 -ord_3745 @3745 -ord_3746 @3746 -ord_3747 @3747 -ord_3748 @3748 -ord_3749 @3749 -ord_3750 @3750 -ord_3751 @3751 -ord_3752 @3752 -ord_3753 @3753 -ord_3754 @3754 -ord_3755 @3755 -ord_3756 @3756 -ord_3757 @3757 -ord_3758 @3758 -ord_3759 @3759 -ord_3760 @3760 -ord_3761 @3761 -ord_3762 @3762 -ord_3763 @3763 -ord_3764 @3764 -ord_3765 @3765 -ord_3766 @3766 -ord_3767 @3767 -ord_3768 @3768 -ord_3769 @3769 -ord_3770 @3770 -ord_3771 @3771 -ord_3772 @3772 -ord_3773 @3773 -ord_3774 @3774 -ord_3775 @3775 -ord_3776 @3776 -ord_3777 @3777 -ord_3778 @3778 -ord_3779 @3779 -ord_3780 @3780 -ord_3781 @3781 -ord_3782 @3782 -ord_3783 @3783 -ord_3784 @3784 -ord_3785 @3785 -ord_3786 @3786 -ord_3787 @3787 -ord_3788 @3788 -ord_3789 @3789 -ord_3790 @3790 -ord_3791 @3791 -ord_3792 @3792 -ord_3793 @3793 -ord_3794 @3794 -ord_3795 @3795 -ord_3796 @3796 -ord_3797 @3797 -ord_3798 @3798 -ord_3799 @3799 -ord_3800 @3800 -ord_3801 @3801 -ord_3802 @3802 -ord_3803 @3803 -ord_3804 @3804 -ord_3805 @3805 -ord_3806 @3806 -ord_3807 @3807 -ord_3808 @3808 -ord_3809 @3809 -ord_3810 @3810 -ord_3811 @3811 -ord_3812 @3812 -ord_3813 @3813 -ord_3814 @3814 -ord_3815 @3815 -ord_3816 @3816 -ord_3817 @3817 -ord_3818 @3818 -ord_3819 @3819 -ord_3820 @3820 -ord_3821 @3821 -ord_3822 @3822 -ord_3823 @3823 -ord_3824 @3824 -ord_3825 @3825 -ord_3826 @3826 -ord_3827 @3827 -ord_3828 @3828 -ord_3829 @3829 -ord_3830 @3830 -ord_3831 @3831 -ord_3832 @3832 -ord_3833 @3833 -ord_3834 @3834 -ord_3835 @3835 -ord_3836 @3836 -ord_3837 @3837 -ord_3838 @3838 -ord_3839 @3839 -ord_3840 @3840 -ord_3841 @3841 -ord_3842 @3842 -ord_3843 @3843 -ord_3844 @3844 -ord_3845 @3845 -ord_3846 @3846 -ord_3847 @3847 -ord_3848 @3848 -ord_3849 @3849 -ord_3850 @3850 -ord_3851 @3851 -ord_3852 @3852 -ord_3853 @3853 -ord_3854 @3854 -ord_3855 @3855 -ord_3856 @3856 -ord_3857 @3857 -ord_3858 @3858 -ord_3859 @3859 -ord_3860 @3860 -ord_3861 @3861 -ord_3862 @3862 -ord_3863 @3863 -ord_3864 @3864 -ord_3865 @3865 -ord_3866 @3866 -ord_3867 @3867 -ord_3868 @3868 -ord_3869 @3869 -ord_3870 @3870 -ord_3871 @3871 -ord_3872 @3872 -ord_3873 @3873 -ord_3874 @3874 -ord_3875 @3875 -ord_3876 @3876 -ord_3877 @3877 -ord_3878 @3878 -ord_3879 @3879 -ord_3880 @3880 -ord_3881 @3881 -ord_3882 @3882 -ord_3883 @3883 -ord_3884 @3884 -ord_3885 @3885 -ord_3886 @3886 -ord_3887 @3887 -ord_3888 @3888 -ord_3889 @3889 -ord_3890 @3890 -ord_3891 @3891 -ord_3892 @3892 -ord_3893 @3893 -ord_3894 @3894 -ord_3895 @3895 -ord_3896 @3896 -ord_3897 @3897 -ord_3898 @3898 -ord_3899 @3899 -ord_3900 @3900 -ord_3901 @3901 -ord_3902 @3902 -ord_3903 @3903 -ord_3904 @3904 -ord_3905 @3905 -ord_3906 @3906 -ord_3907 @3907 -ord_3908 @3908 -ord_3909 @3909 -ord_3910 @3910 -ord_3911 @3911 -ord_3912 @3912 -ord_3913 @3913 -ord_3914 @3914 -ord_3915 @3915 -ord_3916 @3916 -ord_3917 @3917 -ord_3918 @3918 -ord_3919 @3919 -ord_3920 @3920 -ord_3921 @3921 -ord_3922 @3922 -ord_3923 @3923 -ord_3924 @3924 -ord_3925 @3925 -ord_3926 @3926 -ord_3927 @3927 -ord_3928 @3928 -ord_3929 @3929 -ord_3930 @3930 -ord_3931 @3931 -ord_3932 @3932 -ord_3933 @3933 -ord_3934 @3934 -ord_3935 @3935 -ord_3936 @3936 -ord_3937 @3937 -ord_3938 @3938 -ord_3939 @3939 -ord_3940 @3940 -ord_3941 @3941 -ord_3942 @3942 -ord_3943 @3943 -ord_3944 @3944 -ord_3945 @3945 -ord_3946 @3946 -ord_3947 @3947 -ord_3948 @3948 -ord_3949 @3949 -ord_3950 @3950 -ord_3951 @3951 -ord_3952 @3952 -ord_3953 @3953 -ord_3954 @3954 -ord_3955 @3955 -ord_3956 @3956 -ord_3957 @3957 -ord_3958 @3958 -ord_3959 @3959 -ord_3960 @3960 -ord_3961 @3961 -ord_3962 @3962 -ord_3963 @3963 -ord_3964 @3964 -ord_3965 @3965 -ord_3966 @3966 -ord_3967 @3967 -ord_3968 @3968 -ord_3969 @3969 -ord_3970 @3970 -ord_3971 @3971 -ord_3972 @3972 -ord_3973 @3973 -ord_3974 @3974 -ord_3975 @3975 -ord_3976 @3976 -ord_3977 @3977 -ord_3978 @3978 -ord_3979 @3979 -ord_3980 @3980 -ord_3981 @3981 -ord_3982 @3982 -ord_3983 @3983 -ord_3984 @3984 -ord_3985 @3985 -ord_3986 @3986 -ord_3987 @3987 -ord_3988 @3988 -ord_3989 @3989 -ord_3990 @3990 -ord_3991 @3991 -ord_3992 @3992 -ord_3993 @3993 -ord_3994 @3994 -ord_3995 @3995 -ord_3996 @3996 -ord_3997 @3997 -ord_3998 @3998 -ord_3999 @3999 -ord_4000 @4000 -ord_4001 @4001 -ord_4002 @4002 -ord_4003 @4003 DATA -ord_4004 @4004 DATA -ord_4005 @4005 DATA -ord_4006 @4006 DATA -ord_4007 @4007 DATA -ord_4008 @4008 DATA -ord_4009 @4009 DATA -ord_4010 @4010 DATA -ord_4011 @4011 DATA -ord_4012 @4012 DATA -ord_4013 @4013 DATA -ord_4014 @4014 DATA -ord_4015 @4015 DATA -ord_4016 @4016 DATA -ord_4017 @4017 DATA -ord_4018 @4018 -ord_4019 @4019 -ord_4020 @4020 -ord_4021 @4021 -ord_4022 @4022 -ord_4023 @4023 -ord_4024 @4024 -ord_4025 @4025 -ord_4026 @4026 -ord_4027 @4027 -ord_4028 @4028 -ord_4029 @4029 -ord_4030 @4030 -ord_4031 @4031 -ord_4032 @4032 -ord_4033 @4033 -ord_4034 @4034 -ord_4035 @4035 -ord_4036 @4036 -ord_4037 @4037 -ord_4038 @4038 -ord_4039 @4039 -ord_4040 @4040 -ord_4041 @4041 -ord_4042 @4042 -ord_4043 @4043 -ord_4044 @4044 -ord_4045 @4045 -ord_4046 @4046 -ord_4047 @4047 -ord_4048 @4048 -ord_4049 @4049 -ord_4050 @4050 -ord_4051 @4051 -ord_4052 @4052 -ord_4053 @4053 -ord_4054 @4054 -ord_4055 @4055 -ord_4056 @4056 -ord_4057 @4057 -ord_4058 @4058 -ord_4059 @4059 -ord_4060 @4060 -ord_4061 @4061 -ord_4062 @4062 -ord_4063 @4063 -ord_4064 @4064 -ord_4065 @4065 -ord_4066 @4066 -ord_4067 @4067 -ord_4068 @4068 -ord_4069 @4069 -ord_4070 @4070 -ord_4071 @4071 -ord_4072 @4072 -ord_4073 @4073 -ord_4074 @4074 -ord_4075 @4075 -ord_4076 @4076 -ord_4077 @4077 -ord_4078 @4078 -ord_4079 @4079 -ord_4080 @4080 -ord_4081 @4081 -ord_4082 @4082 -ord_4083 @4083 -ord_4084 @4084 -ord_4085 @4085 -ord_4086 @4086 -ord_4087 @4087 -ord_4088 @4088 -ord_4089 @4089 -ord_4090 @4090 -ord_4091 @4091 -ord_4092 @4092 -ord_4093 @4093 -ord_4094 @4094 -ord_4095 @4095 -ord_4096 @4096 -ord_4097 @4097 -ord_4098 @4098 -ord_4099 @4099 -ord_4100 @4100 -ord_4101 @4101 -ord_4102 @4102 -ord_4103 @4103 -ord_4104 @4104 -ord_4105 @4105 -ord_4106 @4106 -ord_4107 @4107 -ord_4108 @4108 -ord_4109 @4109 -ord_4110 @4110 -ord_4111 @4111 -ord_4112 @4112 -ord_4113 @4113 -ord_4114 @4114 -ord_4115 @4115 -ord_4116 @4116 -ord_4117 @4117 -ord_4118 @4118 -ord_4119 @4119 -ord_4120 @4120 -ord_4121 @4121 -ord_4122 @4122 -ord_4123 @4123 -ord_4124 @4124 -ord_4125 @4125 -ord_4126 @4126 -ord_4127 @4127 -ord_4128 @4128 -ord_4129 @4129 -ord_4130 @4130 -ord_4131 @4131 -ord_4132 @4132 -ord_4133 @4133 -ord_4134 @4134 DATA -ord_4135 @4135 -ord_4136 @4136 -ord_4137 @4137 -ord_4138 @4138 -ord_4139 @4139 -ord_4140 @4140 -ord_4141 @4141 -ord_4142 @4142 -ord_4143 @4143 -ord_4144 @4144 -ord_4145 @4145 -ord_4146 @4146 -ord_4147 @4147 -ord_4148 @4148 -ord_4149 @4149 -ord_4150 @4150 -ord_4151 @4151 -ord_4152 @4152 -ord_4153 @4153 -ord_4154 @4154 -ord_4155 @4155 -ord_4156 @4156 -ord_4157 @4157 -ord_4158 @4158 -ord_4159 @4159 -ord_4160 @4160 -ord_4161 @4161 -ord_4162 @4162 -ord_4163 @4163 -ord_4164 @4164 -ord_4165 @4165 -ord_4166 @4166 -ord_4167 @4167 -ord_4168 @4168 -ord_4169 @4169 -ord_4170 @4170 -ord_4171 @4171 -ord_4172 @4172 -ord_4173 @4173 -ord_4174 @4174 -ord_4175 @4175 -ord_4176 @4176 -ord_4177 @4177 -ord_4178 @4178 -ord_4179 @4179 -ord_4180 @4180 -ord_4181 @4181 -ord_4182 @4182 -ord_4183 @4183 -ord_4184 @4184 -ord_4185 @4185 -ord_4186 @4186 -ord_4187 @4187 -ord_4188 @4188 -ord_4189 @4189 -ord_4190 @4190 -ord_4191 @4191 -ord_4192 @4192 -ord_4193 @4193 -ord_4194 @4194 -ord_4195 @4195 -ord_4196 @4196 -ord_4197 @4197 -ord_4198 @4198 -ord_4199 @4199 -ord_4200 @4200 -ord_4201 @4201 -ord_4202 @4202 -ord_4203 @4203 -ord_4204 @4204 -ord_4205 @4205 -ord_4206 @4206 -ord_4207 @4207 -ord_4208 @4208 -ord_4209 @4209 -ord_4210 @4210 -ord_4211 @4211 -ord_4212 @4212 -ord_4213 @4213 -ord_4214 @4214 -ord_4215 @4215 -ord_4216 @4216 -ord_4217 @4217 -ord_4218 @4218 -ord_4219 @4219 -ord_4220 @4220 -ord_4221 @4221 -ord_4222 @4222 -ord_4223 @4223 -ord_4224 @4224 -ord_4225 @4225 DATA -ord_4226 @4226 DATA -ord_4227 @4227 DATA -ord_4228 @4228 DATA -ord_4229 @4229 DATA -ord_4230 @4230 DATA -ord_4231 @4231 DATA -ord_4232 @4232 DATA -ord_4233 @4233 DATA -ord_4234 @4234 DATA -ord_4235 @4235 DATA -ord_4236 @4236 DATA -ord_4237 @4237 DATA -ord_4238 @4238 DATA -ord_4239 @4239 DATA -ord_4240 @4240 DATA -ord_4241 @4241 DATA -ord_4242 @4242 DATA -ord_4243 @4243 DATA -ord_4244 @4244 DATA -ord_4245 @4245 DATA -ord_4246 @4246 DATA -ord_4247 @4247 DATA -ord_4248 @4248 DATA -ord_4249 @4249 DATA -ord_4250 @4250 DATA -ord_4251 @4251 DATA -ord_4252 @4252 DATA -ord_4253 @4253 DATA -ord_4254 @4254 DATA -ord_4255 @4255 DATA -ord_4256 @4256 DATA -ord_4257 @4257 DATA -ord_4258 @4258 DATA -ord_4259 @4259 DATA -ord_4260 @4260 DATA -ord_4261 @4261 DATA -ord_4262 @4262 DATA -ord_4263 @4263 DATA -ord_4264 @4264 DATA -ord_4265 @4265 DATA -ord_4266 @4266 DATA -ord_4267 @4267 DATA -ord_4268 @4268 DATA -ord_4269 @4269 DATA -ord_4270 @4270 DATA -ord_4271 @4271 DATA -ord_4272 @4272 DATA -ord_4273 @4273 DATA -ord_4274 @4274 DATA -ord_4275 @4275 DATA -ord_4276 @4276 -ord_4277 @4277 -ord_4278 @4278 -ord_4279 @4279 -ord_4280 @4280 -ord_4281 @4281 -ord_4282 @4282 -ord_4283 @4283 -ord_4284 @4284 -ord_4285 @4285 -ord_4286 @4286 -ord_4287 @4287 -ord_4288 @4288 -ord_4289 @4289 -ord_4290 @4290 -ord_4291 @4291 -ord_4292 @4292 -ord_4293 @4293 -ord_4294 @4294 -ord_4295 @4295 -ord_4296 @4296 -ord_4297 @4297 -ord_4298 @4298 -ord_4299 @4299 -ord_4300 @4300 -ord_4301 @4301 DATA -ord_4302 @4302 DATA -ord_4303 @4303 -ord_4304 @4304 -ord_4305 @4305 -ord_4306 @4306 -ord_4307 @4307 -ord_4308 @4308 -ord_4309 @4309 -ord_4310 @4310 -ord_4311 @4311 -ord_4312 @4312 -ord_4313 @4313 -ord_4314 @4314 -ord_4315 @4315 -ord_4316 @4316 -ord_4317 @4317 -ord_4318 @4318 -ord_4319 @4319 -ord_4320 @4320 -ord_4321 @4321 -ord_4322 @4322 -ord_4323 @4323 -ord_4324 @4324 DATA -ord_4325 @4325 DATA -ord_4326 @4326 DATA -ord_4327 @4327 -ord_4328 @4328 -ord_4329 @4329 -ord_4330 @4330 -ord_4331 @4331 -ord_4332 @4332 -ord_4333 @4333 -ord_4334 @4334 -ord_4335 @4335 -ord_4336 @4336 -ord_4337 @4337 -ord_4338 @4338 -ord_4339 @4339 -ord_4340 @4340 -ord_4341 @4341 -ord_4342 @4342 -ord_4343 @4343 -ord_4344 @4344 -ord_4345 @4345 -ord_4346 @4346 -ord_4347 @4347 -ord_4348 @4348 -ord_4349 @4349 -ord_4350 @4350 -ord_4351 @4351 -ord_4352 @4352 -ord_4353 @4353 -ord_4354 @4354 -ord_4355 @4355 -ord_4356 @4356 -ord_4357 @4357 -ord_4358 @4358 -ord_4359 @4359 -ord_4360 @4360 -ord_4361 @4361 -ord_4362 @4362 -ord_4363 @4363 -ord_4364 @4364 -ord_4365 @4365 -ord_4366 @4366 -ord_4367 @4367 -ord_4368 @4368 -ord_4369 @4369 -ord_4370 @4370 -ord_4371 @4371 -ord_4372 @4372 -ord_4373 @4373 -ord_4374 @4374 -ord_4375 @4375 -ord_4376 @4376 -ord_4377 @4377 -ord_4378 @4378 -ord_4379 @4379 -ord_4380 @4380 -ord_4381 @4381 -ord_4382 @4382 -ord_4383 @4383 -ord_4384 @4384 -ord_4385 @4385 -ord_4386 @4386 -ord_4387 @4387 -ord_4388 @4388 -ord_4389 @4389 -ord_4390 @4390 -ord_4391 @4391 -ord_4392 @4392 -ord_4393 @4393 -ord_4394 @4394 -ord_4395 @4395 -ord_4396 @4396 -ord_4397 @4397 -ord_4398 @4398 -ord_4399 @4399 -ord_4400 @4400 -ord_4401 @4401 -ord_4402 @4402 -ord_4403 @4403 -ord_4404 @4404 -ord_4405 @4405 -ord_4406 @4406 -ord_4407 @4407 -ord_4408 @4408 -ord_4409 @4409 -ord_4410 @4410 -ord_4411 @4411 -ord_4412 @4412 -ord_4413 @4413 -ord_4414 @4414 -ord_4415 @4415 -ord_4416 @4416 -ord_4417 @4417 -ord_4418 @4418 -ord_4419 @4419 -ord_4420 @4420 -ord_4421 @4421 -ord_4422 @4422 -ord_4423 @4423 -ord_4424 @4424 -ord_4425 @4425 -ord_4426 @4426 -ord_4427 @4427 -ord_4428 @4428 -ord_4429 @4429 -ord_4430 @4430 -ord_4431 @4431 -ord_4432 @4432 -ord_4433 @4433 -ord_4434 @4434 -ord_4435 @4435 -ord_4436 @4436 -ord_4437 @4437 -ord_4438 @4438 -ord_4439 @4439 -ord_4440 @4440 -ord_4441 @4441 -ord_4442 @4442 -ord_4443 @4443 -ord_4444 @4444 -ord_4445 @4445 -ord_4446 @4446 -ord_4447 @4447 -ord_4448 @4448 -ord_4449 @4449 -ord_4450 @4450 -ord_4451 @4451 -ord_4452 @4452 -ord_4453 @4453 -ord_4454 @4454 -ord_4455 @4455 -ord_4456 @4456 -ord_4457 @4457 -ord_4458 @4458 -ord_4459 @4459 -ord_4460 @4460 -ord_4461 @4461 -ord_4462 @4462 -ord_4463 @4463 -ord_4464 @4464 -ord_4465 @4465 -ord_4466 @4466 -ord_4467 @4467 -ord_4468 @4468 -ord_4469 @4469 -ord_4470 @4470 -ord_4471 @4471 -ord_4472 @4472 -ord_4473 @4473 -ord_4474 @4474 -ord_4475 @4475 -ord_4476 @4476 -ord_4477 @4477 -ord_4478 @4478 -ord_4479 @4479 -ord_4480 @4480 -ord_4481 @4481 -ord_4482 @4482 -ord_4483 @4483 -ord_4484 @4484 -ord_4485 @4485 -ord_4486 @4486 -ord_4487 @4487 -ord_4488 @4488 -ord_4489 @4489 -ord_4490 @4490 -ord_4491 @4491 -ord_4492 @4492 -ord_4493 @4493 -ord_4494 @4494 -ord_4495 @4495 -ord_4496 @4496 -ord_4497 @4497 -ord_4498 @4498 -ord_4499 @4499 -ord_4500 @4500 -ord_4501 @4501 -ord_4502 @4502 -ord_4503 @4503 -ord_4504 @4504 -ord_4505 @4505 -ord_4506 @4506 -ord_4507 @4507 -ord_4508 @4508 -ord_4509 @4509 -ord_4510 @4510 -ord_4511 @4511 -ord_4512 @4512 -ord_4513 @4513 -ord_4514 @4514 -ord_4515 @4515 -ord_4516 @4516 -ord_4517 @4517 -ord_4518 @4518 -ord_4519 @4519 -ord_4520 @4520 -ord_4521 @4521 -ord_4522 @4522 -ord_4523 @4523 -ord_4524 @4524 -ord_4525 @4525 -ord_4526 @4526 -ord_4527 @4527 -ord_4528 @4528 -ord_4529 @4529 -ord_4530 @4530 -ord_4531 @4531 -ord_4532 @4532 -ord_4533 @4533 -ord_4534 @4534 -ord_4535 @4535 -ord_4536 @4536 -ord_4537 @4537 -ord_4538 @4538 -ord_4539 @4539 -ord_4540 @4540 -ord_4541 @4541 -ord_4542 @4542 -ord_4543 @4543 -ord_4544 @4544 -ord_4545 @4545 -ord_4546 @4546 -ord_4547 @4547 -ord_4548 @4548 -ord_4549 @4549 -ord_4550 @4550 -ord_4551 @4551 -ord_4552 @4552 -ord_4553 @4553 -ord_4554 @4554 -ord_4555 @4555 -ord_4556 @4556 -ord_4557 @4557 -ord_4558 @4558 -ord_4559 @4559 -ord_4560 @4560 -ord_4561 @4561 -ord_4562 @4562 -ord_4563 @4563 -ord_4564 @4564 -ord_4565 @4565 -ord_4566 @4566 -ord_4567 @4567 -ord_4568 @4568 -ord_4569 @4569 -ord_4570 @4570 -ord_4571 @4571 -ord_4572 @4572 -ord_4573 @4573 -ord_4574 @4574 -ord_4575 @4575 -ord_4576 @4576 -ord_4577 @4577 -ord_4578 @4578 -ord_4579 @4579 -ord_4580 @4580 -ord_4581 @4581 -ord_4582 @4582 -ord_4583 @4583 -ord_4584 @4584 -ord_4585 @4585 -ord_4586 @4586 -ord_4587 @4587 -ord_4588 @4588 -ord_4589 @4589 -ord_4590 @4590 -ord_4591 @4591 -ord_4592 @4592 -ord_4593 @4593 -ord_4594 @4594 -ord_4595 @4595 -ord_4596 @4596 -ord_4597 @4597 -ord_4598 @4598 -ord_4599 @4599 -ord_4600 @4600 -ord_4601 @4601 -ord_4602 @4602 -ord_4603 @4603 -ord_4604 @4604 -ord_4605 @4605 -ord_4606 @4606 -ord_4607 @4607 -ord_4608 @4608 -ord_4609 @4609 -ord_4610 @4610 -ord_4611 @4611 -ord_4612 @4612 -ord_4613 @4613 -ord_4614 @4614 -ord_4615 @4615 -ord_4616 @4616 -ord_4617 @4617 -ord_4618 @4618 -ord_4619 @4619 -ord_4620 @4620 -ord_4621 @4621 -ord_4622 @4622 -ord_4623 @4623 -ord_4624 @4624 -ord_4625 @4625 -ord_4626 @4626 -ord_4627 @4627 -ord_4628 @4628 -ord_4629 @4629 -ord_4630 @4630 -ord_4631 @4631 -ord_4632 @4632 -ord_4633 @4633 -ord_4634 @4634 -ord_4635 @4635 -ord_4636 @4636 -ord_4637 @4637 -ord_4638 @4638 -ord_4639 @4639 -ord_4640 @4640 -ord_4641 @4641 -ord_4642 @4642 -ord_4643 @4643 -ord_4644 @4644 -ord_4645 @4645 -ord_4646 @4646 -ord_4647 @4647 -ord_4648 @4648 -ord_4649 @4649 -ord_4650 @4650 -ord_4651 @4651 -ord_4652 @4652 -ord_4653 @4653 -ord_4654 @4654 -ord_4655 @4655 -ord_4656 @4656 -ord_4657 @4657 -ord_4658 @4658 -ord_4659 @4659 -ord_4660 @4660 -ord_4661 @4661 -ord_4662 @4662 -ord_4663 @4663 -ord_4664 @4664 -ord_4665 @4665 -ord_4666 @4666 -ord_4667 @4667 -ord_4668 @4668 -ord_4669 @4669 -ord_4670 @4670 -ord_4671 @4671 -ord_4672 @4672 -ord_4673 @4673 -ord_4674 @4674 -ord_4675 @4675 -ord_4676 @4676 -ord_4677 @4677 -ord_4678 @4678 -ord_4679 @4679 -ord_4680 @4680 -ord_4681 @4681 -ord_4682 @4682 -ord_4683 @4683 -ord_4684 @4684 -ord_4685 @4685 -ord_4686 @4686 -ord_4687 @4687 -ord_4688 @4688 -ord_4689 @4689 -ord_4690 @4690 -ord_4691 @4691 -ord_4692 @4692 -ord_4693 @4693 -ord_4694 @4694 -ord_4695 @4695 -ord_4696 @4696 -ord_4697 @4697 -ord_4698 @4698 -ord_4699 @4699 -ord_4700 @4700 -ord_4701 @4701 -ord_4702 @4702 -ord_4703 @4703 -ord_4704 @4704 -ord_4705 @4705 -ord_4706 @4706 -ord_4707 @4707 -ord_4708 @4708 -ord_4709 @4709 -ord_4710 @4710 -ord_4711 @4711 -ord_4712 @4712 -ord_4713 @4713 -ord_4714 @4714 -ord_4715 @4715 -ord_4716 @4716 -ord_4717 @4717 -ord_4718 @4718 -ord_4719 @4719 -ord_4720 @4720 -ord_4721 @4721 -ord_4722 @4722 -ord_4723 @4723 -ord_4724 @4724 -ord_4725 @4725 -ord_4726 @4726 -ord_4727 @4727 -ord_4728 @4728 -ord_4729 @4729 -ord_4730 @4730 -ord_4731 @4731 -ord_4732 @4732 -ord_4733 @4733 -ord_4734 @4734 -ord_4735 @4735 -ord_4736 @4736 -ord_4737 @4737 -ord_4738 @4738 -ord_4739 @4739 -ord_4740 @4740 -ord_4741 @4741 -ord_4742 @4742 -ord_4743 @4743 -ord_4744 @4744 -ord_4745 @4745 -ord_4746 @4746 -ord_4747 @4747 -ord_4748 @4748 -ord_4749 @4749 -ord_4750 @4750 -ord_4751 @4751 -ord_4752 @4752 -ord_4753 @4753 -ord_4754 @4754 -ord_4755 @4755 -ord_4756 @4756 -ord_4757 @4757 -ord_4758 @4758 -ord_4759 @4759 -ord_4760 @4760 -ord_4761 @4761 -ord_4762 @4762 -ord_4763 @4763 -ord_4764 @4764 -ord_4765 @4765 -ord_4766 @4766 -ord_4767 @4767 -ord_4768 @4768 -ord_4769 @4769 -ord_4770 @4770 -ord_4771 @4771 -ord_4772 @4772 -ord_4773 @4773 -ord_4774 @4774 -ord_4775 @4775 -ord_4776 @4776 -ord_4777 @4777 -ord_4778 @4778 -ord_4779 @4779 -ord_4780 @4780 -ord_4781 @4781 -ord_4782 @4782 -ord_4783 @4783 -ord_4784 @4784 -ord_4785 @4785 -ord_4786 @4786 -ord_4787 @4787 -ord_4788 @4788 -ord_4789 @4789 -ord_4790 @4790 -ord_4791 @4791 -ord_4792 @4792 -ord_4793 @4793 -ord_4794 @4794 -ord_4795 @4795 -ord_4796 @4796 -ord_4797 @4797 -ord_4798 @4798 -ord_4799 @4799 -ord_4800 @4800 -ord_4801 @4801 -ord_4802 @4802 -ord_4803 @4803 -ord_4804 @4804 -ord_4805 @4805 -ord_4806 @4806 -ord_4807 @4807 -ord_4808 @4808 -ord_4809 @4809 -ord_4810 @4810 -ord_4811 @4811 -ord_4812 @4812 -ord_4813 @4813 -ord_4814 @4814 -ord_4815 @4815 -ord_4816 @4816 -ord_4817 @4817 -ord_4818 @4818 -ord_4819 @4819 -ord_4820 @4820 -ord_4821 @4821 -ord_4822 @4822 -ord_4823 @4823 -ord_4824 @4824 -ord_4825 @4825 -ord_4826 @4826 -ord_4827 @4827 -ord_4828 @4828 -ord_4829 @4829 -ord_4830 @4830 -ord_4831 @4831 -ord_4832 @4832 -ord_4833 @4833 -ord_4834 @4834 -ord_4835 @4835 -ord_4836 @4836 -ord_4837 @4837 -ord_4838 @4838 -ord_4839 @4839 -ord_4840 @4840 -ord_4841 @4841 -ord_4842 @4842 -ord_4843 @4843 -ord_4844 @4844 -ord_4845 @4845 -ord_4846 @4846 -ord_4847 @4847 -ord_4848 @4848 -ord_4849 @4849 -ord_4850 @4850 -ord_4851 @4851 -ord_4852 @4852 -ord_4853 @4853 -ord_4854 @4854 -ord_4855 @4855 -ord_4856 @4856 -ord_4857 @4857 -ord_4858 @4858 -ord_4859 @4859 -ord_4860 @4860 -ord_4861 @4861 -ord_4862 @4862 -ord_4863 @4863 -ord_4864 @4864 -ord_4865 @4865 -ord_4866 @4866 -ord_4867 @4867 -ord_4868 @4868 -ord_4869 @4869 -ord_4870 @4870 -ord_4871 @4871 -ord_4872 @4872 -ord_4873 @4873 -ord_4874 @4874 -ord_4875 @4875 -ord_4876 @4876 -ord_4877 @4877 -ord_4878 @4878 -ord_4879 @4879 -ord_4880 @4880 -ord_4881 @4881 -ord_4882 @4882 -ord_4883 @4883 -ord_4884 @4884 -ord_4885 @4885 -ord_4886 @4886 -ord_4887 @4887 -ord_4888 @4888 -ord_4889 @4889 -ord_4890 @4890 -ord_4891 @4891 -ord_4892 @4892 -ord_4893 @4893 -ord_4894 @4894 -ord_4895 @4895 -ord_4896 @4896 -ord_4897 @4897 -ord_4898 @4898 -ord_4899 @4899 -ord_4900 @4900 -ord_4901 @4901 -ord_4902 @4902 -ord_4903 @4903 -ord_4905 @4905 -ord_4906 @4906 -ord_4907 @4907 -ord_4908 @4908 -ord_4909 @4909 -ord_4910 @4910 -ord_4911 @4911 -ord_4912 @4912 -ord_4913 @4913 -ord_4914 @4914 -ord_4915 @4915 -ord_4916 @4916 -ord_4917 @4917 -ord_4918 @4918 -ord_4919 @4919 -ord_4920 @4920 -ord_4921 @4921 -ord_4922 @4922 -ord_4923 @4923 -ord_4924 @4924 -ord_4925 @4925 -ord_4926 @4926 -ord_4927 @4927 -ord_4928 @4928 -ord_4929 @4929 -ord_4930 @4930 -ord_4931 @4931 -ord_4932 @4932 -ord_4933 @4933 -ord_4934 @4934 -ord_4935 @4935 -ord_4936 @4936 -ord_4937 @4937 -ord_4938 @4938 -ord_4939 @4939 -ord_4940 @4940 -ord_4941 @4941 -ord_4942 @4942 -ord_4943 @4943 -ord_4944 @4944 -ord_4945 @4945 -ord_4946 @4946 -ord_4947 @4947 -ord_4948 @4948 -ord_4949 @4949 -ord_4950 @4950 -ord_4951 @4951 -ord_4952 @4952 -ord_4953 @4953 -ord_4954 @4954 -ord_4955 @4955 -ord_4956 @4956 -ord_4957 @4957 -ord_4958 @4958 -ord_4959 @4959 -ord_4960 @4960 -ord_4961 @4961 -ord_4962 @4962 -ord_4963 @4963 -ord_4964 @4964 -ord_4965 @4965 -ord_4966 @4966 -ord_4967 @4967 -ord_4968 @4968 -ord_4969 @4969 -ord_4970 @4970 -ord_4971 @4971 -ord_4972 @4972 -ord_4973 @4973 -ord_4974 @4974 -ord_4975 @4975 -ord_4976 @4976 -ord_4977 @4977 -ord_4978 @4978 -ord_4979 @4979 -ord_4980 @4980 -ord_4981 @4981 -ord_4982 @4982 -ord_4983 @4983 -ord_4984 @4984 -ord_4985 @4985 -ord_4986 @4986 -ord_4987 @4987 -ord_4988 @4988 -ord_4989 @4989 -ord_4990 @4990 -ord_4991 @4991 -ord_4992 @4992 -ord_4993 @4993 -ord_4994 @4994 -ord_4995 @4995 -ord_4996 @4996 -ord_4997 @4997 -ord_4998 @4998 -ord_4999 @4999 -ord_5000 @5000 -ord_5001 @5001 -ord_5002 @5002 -ord_5003 @5003 -ord_5004 @5004 -ord_5005 @5005 -ord_5006 @5006 -ord_5007 @5007 -ord_5008 @5008 -ord_5009 @5009 -ord_5010 @5010 -ord_5011 @5011 -ord_5012 @5012 -ord_5013 @5013 -ord_5014 @5014 -ord_5015 @5015 -ord_5016 @5016 -ord_5017 @5017 -ord_5018 @5018 -ord_5019 @5019 -ord_5020 @5020 -ord_5021 @5021 -ord_5022 @5022 -ord_5023 @5023 -ord_5024 @5024 -ord_5025 @5025 -ord_5026 @5026 -ord_5027 @5027 -ord_5028 @5028 -ord_5029 @5029 -ord_5030 @5030 -ord_5031 @5031 -ord_5032 @5032 -ord_5033 @5033 -ord_5034 @5034 -ord_5035 @5035 -ord_5036 @5036 -ord_5037 @5037 -ord_5038 @5038 -ord_5039 @5039 -ord_5040 @5040 -ord_5041 @5041 -ord_5042 @5042 -ord_5043 @5043 -ord_5044 @5044 -ord_5045 @5045 -ord_5046 @5046 -ord_5047 @5047 -ord_5048 @5048 -ord_5049 @5049 -ord_5050 @5050 -ord_5051 @5051 -ord_5052 @5052 -ord_5053 @5053 -ord_5054 @5054 -ord_5055 @5055 -ord_5056 @5056 -ord_5057 @5057 -ord_5058 @5058 -ord_5059 @5059 -ord_5060 @5060 -ord_5061 @5061 -ord_5062 @5062 -ord_5063 @5063 -ord_5064 @5064 -ord_5065 @5065 -ord_5066 @5066 -ord_5067 @5067 -ord_5068 @5068 -ord_5069 @5069 -ord_5070 @5070 -ord_5071 @5071 -ord_5072 @5072 -ord_5073 @5073 -ord_5074 @5074 -ord_5075 @5075 -ord_5076 @5076 -ord_5077 @5077 -ord_5078 @5078 -ord_5079 @5079 -ord_5080 @5080 -ord_5081 @5081 -ord_5082 @5082 -ord_5083 @5083 -ord_5084 @5084 -ord_5085 @5085 -ord_5086 @5086 -ord_5087 @5087 -ord_5088 @5088 -ord_5089 @5089 -ord_5090 @5090 -ord_5091 @5091 -ord_5092 @5092 -ord_5093 @5093 -ord_5094 @5094 -ord_5095 @5095 -ord_5096 @5096 -ord_5097 @5097 -ord_5098 @5098 -ord_5099 @5099 -ord_5100 @5100 -ord_5101 @5101 -ord_5102 @5102 -ord_5103 @5103 -ord_5104 @5104 -ord_5105 @5105 -ord_5106 @5106 -ord_5107 @5107 -ord_5108 @5108 -ord_5109 @5109 -ord_5110 @5110 -ord_5111 @5111 -ord_5112 @5112 -ord_5113 @5113 -ord_5114 @5114 -ord_5115 @5115 -ord_5116 @5116 -ord_5117 @5117 -ord_5118 @5118 -ord_5119 @5119 -ord_5120 @5120 -ord_5121 @5121 -ord_5122 @5122 -ord_5123 @5123 -ord_5124 @5124 -ord_5125 @5125 -ord_5126 @5126 -ord_5127 @5127 -ord_5128 @5128 -ord_5129 @5129 -ord_5130 @5130 -ord_5131 @5131 -ord_5132 @5132 -ord_5133 @5133 -ord_5134 @5134 -ord_5135 @5135 -ord_5136 @5136 -ord_5137 @5137 -ord_5138 @5138 -ord_5139 @5139 -ord_5140 @5140 -ord_5141 @5141 -ord_5142 @5142 -ord_5143 @5143 -ord_5144 @5144 -ord_5145 @5145 -ord_5146 @5146 -ord_5147 @5147 -ord_5148 @5148 -ord_5149 @5149 -ord_5150 @5150 -ord_5151 @5151 -ord_5152 @5152 -ord_5153 @5153 -ord_5154 @5154 -ord_5155 @5155 -ord_5156 @5156 -ord_5157 @5157 -ord_5158 @5158 -ord_5159 @5159 -ord_5160 @5160 -ord_5161 @5161 -ord_5162 @5162 -ord_5163 @5163 -ord_5164 @5164 -ord_5165 @5165 -ord_5166 @5166 -ord_5167 @5167 -ord_5168 @5168 -ord_5169 @5169 -ord_5170 @5170 -ord_5171 @5171 -ord_5172 @5172 -ord_5173 @5173 -ord_5174 @5174 -ord_5175 @5175 -ord_5176 @5176 -ord_5177 @5177 -ord_5178 @5178 -ord_5179 @5179 -ord_5180 @5180 -ord_5181 @5181 -ord_5182 @5182 -ord_5183 @5183 -ord_5184 @5184 -ord_5185 @5185 -ord_5186 @5186 -ord_5187 @5187 -ord_5188 @5188 -ord_5189 @5189 -ord_5190 @5190 -ord_5191 @5191 -ord_5192 @5192 -ord_5193 @5193 -ord_5194 @5194 -ord_5195 @5195 -ord_5196 @5196 -ord_5197 @5197 -ord_5198 @5198 -ord_5199 @5199 -ord_5200 @5200 -ord_5201 @5201 -ord_5202 @5202 -ord_5203 @5203 -ord_5204 @5204 -ord_5205 @5205 -ord_5206 @5206 -ord_5207 @5207 -ord_5208 @5208 -ord_5209 @5209 -ord_5210 @5210 -ord_5211 @5211 -ord_5212 @5212 -ord_5213 @5213 -ord_5214 @5214 -ord_5215 @5215 -ord_5216 @5216 -ord_5217 @5217 -ord_5218 @5218 -ord_5219 @5219 -ord_5220 @5220 -ord_5221 @5221 -ord_5222 @5222 -ord_5223 @5223 -ord_5224 @5224 -ord_5225 @5225 -ord_5226 @5226 -ord_5227 @5227 -ord_5228 @5228 -ord_5229 @5229 -ord_5230 @5230 -ord_5231 @5231 -ord_5232 @5232 -ord_5233 @5233 -ord_5234 @5234 -ord_5235 @5235 -ord_5236 @5236 -ord_5237 @5237 -ord_5238 @5238 -ord_5239 @5239 -ord_5240 @5240 -ord_5241 @5241 -ord_5242 @5242 -ord_5243 @5243 -ord_5244 @5244 -ord_5245 @5245 -ord_5246 @5246 -ord_5247 @5247 -ord_5248 @5248 -ord_5249 @5249 -ord_5250 @5250 -ord_5251 @5251 -ord_5252 @5252 -ord_5253 @5253 -ord_5254 @5254 -ord_5255 @5255 -ord_5256 @5256 -ord_5257 @5257 -ord_5258 @5258 -ord_5259 @5259 -ord_5260 @5260 -ord_5261 @5261 -ord_5262 @5262 -ord_5263 @5263 -ord_5264 @5264 -ord_5265 @5265 -ord_5266 @5266 -ord_5267 @5267 -ord_5268 @5268 -ord_5269 @5269 -ord_5270 @5270 -ord_5271 @5271 -ord_5272 @5272 -ord_5273 @5273 -ord_5274 @5274 -ord_5275 @5275 -ord_5276 @5276 -ord_5277 @5277 -ord_5278 @5278 -ord_5279 @5279 -ord_5280 @5280 -ord_5281 @5281 -ord_5282 @5282 -ord_5283 @5283 -ord_5284 @5284 -ord_5285 @5285 -ord_5286 @5286 -ord_5287 @5287 -ord_5288 @5288 -ord_5289 @5289 -ord_5290 @5290 -ord_5291 @5291 -ord_5292 @5292 -ord_5293 @5293 -ord_5294 @5294 -ord_5295 @5295 -ord_5296 @5296 -ord_5297 @5297 -ord_5298 @5298 -ord_5299 @5299 -ord_5300 @5300 -ord_5301 @5301 -ord_5302 @5302 -ord_5303 @5303 -ord_5304 @5304 -ord_5305 @5305 -ord_5306 @5306 -ord_5307 @5307 -ord_5308 @5308 -ord_5309 @5309 -ord_5310 @5310 -ord_5311 @5311 -ord_5312 @5312 -ord_5313 @5313 -ord_5314 @5314 -ord_5315 @5315 -ord_5316 @5316 -ord_5317 @5317 -ord_5318 @5318 -ord_5319 @5319 -ord_5320 @5320 -ord_5321 @5321 -ord_5322 @5322 -ord_5323 @5323 -ord_5324 @5324 -ord_5325 @5325 -ord_5326 @5326 -ord_5327 @5327 -ord_5328 @5328 -ord_5329 @5329 -ord_5330 @5330 -ord_5331 @5331 -ord_5332 @5332 -ord_5333 @5333 -ord_5334 @5334 -ord_5335 @5335 -ord_5336 @5336 -ord_5337 @5337 -ord_5338 @5338 -ord_5339 @5339 -ord_5340 @5340 -ord_5341 @5341 -ord_5342 @5342 -ord_5343 @5343 -ord_5344 @5344 -ord_5345 @5345 -ord_5346 @5346 -ord_5347 @5347 -ord_5348 @5348 -ord_5349 @5349 -ord_5350 @5350 -ord_5351 @5351 -ord_5352 @5352 -ord_5353 @5353 -ord_5354 @5354 -ord_5355 @5355 -ord_5356 @5356 -ord_5357 @5357 -ord_5358 @5358 -ord_5359 @5359 -ord_5360 @5360 -ord_5361 @5361 -ord_5362 @5362 -ord_5363 @5363 -ord_5364 @5364 -ord_5365 @5365 -ord_5366 @5366 -ord_5367 @5367 -ord_5368 @5368 -ord_5369 @5369 -ord_5370 @5370 -ord_5371 @5371 -ord_5372 @5372 -ord_5373 @5373 -ord_5374 @5374 -ord_5375 @5375 -ord_5376 @5376 -ord_5377 @5377 -ord_5378 @5378 -ord_5379 @5379 -ord_5380 @5380 -ord_5381 @5381 -ord_5382 @5382 -ord_5383 @5383 -ord_5384 @5384 -ord_5385 @5385 -ord_5386 @5386 -ord_5387 @5387 -ord_5388 @5388 -ord_5389 @5389 -ord_5390 @5390 -ord_5391 @5391 -ord_5392 @5392 -ord_5393 @5393 -ord_5394 @5394 -ord_5395 @5395 -ord_5396 @5396 -ord_5397 @5397 -ord_5398 @5398 -ord_5399 @5399 -ord_5400 @5400 -ord_5401 @5401 -ord_5402 @5402 -ord_5403 @5403 -ord_5404 @5404 -ord_5405 @5405 -ord_5406 @5406 -ord_5407 @5407 -ord_5408 @5408 -ord_5409 @5409 -ord_5410 @5410 -ord_5411 @5411 -ord_5412 @5412 -ord_5413 @5413 -ord_5414 @5414 -ord_5415 @5415 -ord_5416 @5416 -ord_5417 @5417 -ord_5418 @5418 -ord_5419 @5419 -ord_5420 @5420 -ord_5421 @5421 -ord_5422 @5422 -ord_5423 @5423 -ord_5424 @5424 -ord_5425 @5425 -ord_5426 @5426 -ord_5427 @5427 -ord_5428 @5428 -ord_5429 @5429 -ord_5430 @5430 -ord_5431 @5431 -ord_5432 @5432 -ord_5433 @5433 -ord_5434 @5434 -ord_5435 @5435 -ord_5436 @5436 -ord_5437 @5437 -ord_5438 @5438 -ord_5439 @5439 -ord_5440 @5440 -ord_5441 @5441 -ord_5442 @5442 -ord_5443 @5443 -ord_5444 @5444 -ord_5445 @5445 -ord_5446 @5446 -ord_5447 @5447 -ord_5448 @5448 -ord_5449 @5449 -ord_5450 @5450 -ord_5451 @5451 -ord_5452 @5452 -ord_5453 @5453 -ord_5454 @5454 -ord_5455 @5455 -ord_5456 @5456 -ord_5457 @5457 -ord_5458 @5458 -ord_5459 @5459 -ord_5460 @5460 -ord_5461 @5461 -ord_5462 @5462 -ord_5463 @5463 -ord_5464 @5464 -ord_5465 @5465 -ord_5466 @5466 -ord_5467 @5467 -ord_5468 @5468 -ord_5469 @5469 -ord_5470 @5470 -ord_5471 @5471 -ord_5472 @5472 -ord_5473 @5473 -ord_5474 @5474 -ord_5475 @5475 -ord_5476 @5476 -ord_5477 @5477 -ord_5478 @5478 -ord_5479 @5479 -ord_5480 @5480 -ord_5481 @5481 -ord_5482 @5482 -ord_5483 @5483 -ord_5484 @5484 DATA -ord_5485 @5485 -ord_5486 @5486 -ord_5487 @5487 -ord_5488 @5488 -ord_5489 @5489 -ord_5490 @5490 -ord_5491 @5491 -ord_5492 @5492 -ord_5493 @5493 -ord_5494 @5494 -ord_5495 @5495 -ord_5496 @5496 -ord_5497 @5497 -ord_5498 @5498 -ord_5499 @5499 -ord_5500 @5500 -ord_5501 @5501 -ord_5502 @5502 -ord_5503 @5503 -ord_5504 @5504 -ord_5505 @5505 -ord_5506 @5506 -ord_5507 @5507 -ord_5508 @5508 -ord_5509 @5509 -ord_5510 @5510 -ord_5511 @5511 -ord_5512 @5512 -ord_5513 @5513 -ord_5515 @5515 -ord_5516 @5516 -ord_5517 @5517 -ord_5518 @5518 -ord_5519 @5519 -ord_5520 @5520 -ord_5521 @5521 -ord_5522 @5522 -ord_5523 @5523 -ord_5524 @5524 -ord_5525 @5525 -ord_5526 @5526 -ord_5527 @5527 -ord_5528 @5528 -ord_5529 @5529 -ord_5530 @5530 -ord_5531 @5531 -ord_5532 @5532 -ord_5533 @5533 -ord_5534 @5534 -ord_5535 @5535 -ord_5536 @5536 -ord_5537 @5537 -ord_5538 @5538 -ord_5539 @5539 -ord_5540 @5540 -ord_5541 @5541 -ord_5542 @5542 -ord_5543 @5543 -ord_5544 @5544 -ord_5545 @5545 -ord_5546 @5546 -ord_5547 @5547 -ord_5548 @5548 -ord_5549 @5549 -ord_5550 @5550 -ord_5551 @5551 -ord_5552 @5552 -ord_5553 @5553 -ord_5554 @5554 -ord_5555 @5555 -ord_5556 @5556 -ord_5557 @5557 -ord_5558 @5558 -ord_5559 @5559 -ord_5560 @5560 -ord_5561 @5561 -ord_5562 @5562 -ord_5563 @5563 -ord_5564 @5564 -ord_5565 @5565 -ord_5566 @5566 -ord_5567 @5567 -ord_5568 @5568 -ord_5569 @5569 -ord_5570 @5570 -ord_5571 @5571 -ord_5572 @5572 -ord_5573 @5573 -ord_5574 @5574 -ord_5575 @5575 -ord_5576 @5576 -ord_5577 @5577 -ord_5578 @5578 -ord_5579 @5579 -ord_5580 @5580 -ord_5581 @5581 -ord_5582 @5582 -ord_5583 @5583 -ord_5584 @5584 -ord_5585 @5585 -ord_5586 @5586 -ord_5587 @5587 -ord_5588 @5588 -ord_5589 @5589 -ord_5590 @5590 -ord_5591 @5591 -ord_5592 @5592 -ord_5593 @5593 -ord_5594 @5594 -ord_5595 @5595 -ord_5596 @5596 -ord_5597 @5597 -ord_5598 @5598 -ord_5599 @5599 -ord_5600 @5600 -ord_5601 @5601 -ord_5602 @5602 -ord_5603 @5603 -ord_5604 @5604 -ord_5605 @5605 -ord_5606 @5606 -ord_5607 @5607 -ord_5608 @5608 -ord_5609 @5609 -ord_5610 @5610 -ord_5611 @5611 -ord_5612 @5612 -ord_5613 @5613 -ord_5614 @5614 -ord_5615 @5615 -ord_5616 @5616 -ord_5617 @5617 -ord_5618 @5618 -ord_5619 @5619 -ord_5620 @5620 -ord_5621 @5621 -ord_5622 @5622 -ord_5623 @5623 -ord_5624 @5624 -ord_5625 @5625 -ord_5626 @5626 -ord_5627 @5627 -ord_5628 @5628 -ord_5629 @5629 -ord_5630 @5630 -ord_5631 @5631 -ord_5632 @5632 -ord_5633 @5633 -ord_5634 @5634 -ord_5635 @5635 -ord_5636 @5636 -ord_5637 @5637 -ord_5638 @5638 -ord_5639 @5639 -ord_5640 @5640 -ord_5641 @5641 -ord_5642 @5642 -ord_5643 @5643 -ord_5644 @5644 -ord_5645 @5645 -ord_5646 @5646 -ord_5647 @5647 -ord_5648 @5648 -ord_5649 @5649 -ord_5650 @5650 -ord_5651 @5651 -ord_5652 @5652 -ord_5653 @5653 -ord_5654 @5654 -ord_5655 @5655 -ord_5656 @5656 -ord_5657 @5657 -ord_5658 @5658 -ord_5659 @5659 -ord_5660 @5660 -ord_5661 @5661 -ord_5662 @5662 -ord_5663 @5663 -ord_5664 @5664 -ord_5665 @5665 -ord_5666 @5666 -ord_5667 @5667 -ord_5668 @5668 -ord_5669 @5669 -ord_5670 @5670 -ord_5671 @5671 -ord_5672 @5672 -ord_5673 @5673 -ord_5674 @5674 -ord_5675 @5675 -ord_5676 @5676 -ord_5677 @5677 -ord_5678 @5678 -ord_5679 @5679 -ord_5680 @5680 -ord_5681 @5681 -ord_5682 @5682 -ord_5683 @5683 -ord_5684 @5684 -ord_5685 @5685 -ord_5686 @5686 -ord_5687 @5687 -ord_5688 @5688 -ord_5689 @5689 -ord_5690 @5690 -ord_5691 @5691 -ord_5692 @5692 -ord_5693 @5693 -ord_5694 @5694 -ord_5695 @5695 -ord_5696 @5696 -ord_5697 @5697 -ord_5698 @5698 -ord_5699 @5699 -ord_5700 @5700 -ord_5701 @5701 -ord_5702 @5702 -ord_5703 @5703 -ord_5704 @5704 -ord_5705 @5705 -ord_5706 @5706 -ord_5707 @5707 -ord_5708 @5708 -ord_5709 @5709 -ord_5710 @5710 -ord_5711 @5711 -ord_5712 @5712 -ord_5713 @5713 -ord_5714 @5714 -ord_5715 @5715 -ord_5716 @5716 -ord_5717 @5717 -ord_5718 @5718 -ord_5719 @5719 -ord_5720 @5720 -ord_5721 @5721 -ord_5722 @5722 -ord_5723 @5723 -ord_5724 @5724 -ord_5725 @5725 -ord_5726 @5726 -ord_5727 @5727 -ord_5728 @5728 -ord_5729 @5729 -ord_5730 @5730 -ord_5731 @5731 -ord_5732 @5732 -ord_5733 @5733 -ord_5734 @5734 -ord_5735 @5735 -ord_5736 @5736 -ord_5737 @5737 -ord_5738 @5738 -ord_5739 @5739 -ord_5740 @5740 -ord_5741 @5741 -ord_5742 @5742 -ord_5743 @5743 -ord_5744 @5744 -ord_5745 @5745 -ord_5746 @5746 -ord_5747 @5747 -ord_5748 @5748 -ord_5749 @5749 -ord_5750 @5750 -ord_5751 @5751 -ord_5752 @5752 -ord_5753 @5753 -ord_5754 @5754 -ord_5755 @5755 -ord_5756 @5756 -ord_5757 @5757 -ord_5758 @5758 -ord_5759 @5759 -ord_5760 @5760 -ord_5761 @5761 -ord_5762 @5762 -ord_5763 @5763 -ord_5764 @5764 -ord_5765 @5765 -ord_5766 @5766 -ord_5767 @5767 -ord_5768 @5768 -ord_5769 @5769 -ord_5770 @5770 -ord_5771 @5771 -ord_5772 @5772 -ord_5773 @5773 -ord_5774 @5774 -ord_5775 @5775 -ord_5776 @5776 -ord_5777 @5777 -ord_5778 @5778 -ord_5779 @5779 -ord_5780 @5780 -ord_5781 @5781 -ord_5782 @5782 -ord_5783 @5783 -ord_5784 @5784 -ord_5785 @5785 -ord_5786 @5786 -ord_5787 @5787 -ord_5788 @5788 -ord_5789 @5789 -ord_5790 @5790 -ord_5791 @5791 -ord_5792 @5792 -ord_5793 @5793 -ord_5794 @5794 -ord_5795 @5795 -ord_5796 @5796 -ord_5797 @5797 -ord_5798 @5798 -ord_5799 @5799 -ord_5800 @5800 -ord_5801 @5801 -ord_5802 @5802 -ord_5803 @5803 -ord_5804 @5804 -ord_5805 @5805 -ord_5806 @5806 -ord_5807 @5807 -ord_5808 @5808 -ord_5809 @5809 -ord_5810 @5810 -ord_5811 @5811 -ord_5812 @5812 -ord_5813 @5813 -ord_5814 @5814 -ord_5815 @5815 -ord_5816 @5816 -ord_5817 @5817 -ord_5818 @5818 -ord_5819 @5819 -ord_5820 @5820 -ord_5821 @5821 -ord_5822 @5822 -ord_5823 @5823 -ord_5824 @5824 -ord_5825 @5825 -ord_5826 @5826 -ord_5827 @5827 -ord_5828 @5828 -ord_5829 @5829 -ord_5830 @5830 -ord_5831 @5831 -ord_5832 @5832 -ord_5833 @5833 -ord_5834 @5834 -ord_5835 @5835 -ord_5836 @5836 -ord_5837 @5837 -ord_5838 @5838 -ord_5839 @5839 -ord_5840 @5840 -ord_5841 @5841 -ord_5842 @5842 -ord_5843 @5843 -ord_5844 @5844 -ord_5845 @5845 -ord_5846 @5846 -ord_5847 @5847 -ord_5848 @5848 -ord_5849 @5849 -ord_5850 @5850 -ord_5851 @5851 -ord_5852 @5852 -ord_5853 @5853 -ord_5854 @5854 -ord_5855 @5855 -ord_5856 @5856 -ord_5857 @5857 -ord_5858 @5858 -ord_5859 @5859 -ord_5860 @5860 -ord_5861 @5861 -ord_5862 @5862 -ord_5863 @5863 -ord_5864 @5864 -ord_5865 @5865 -ord_5866 @5866 -ord_5867 @5867 -ord_5868 @5868 -ord_5869 @5869 -ord_5870 @5870 -ord_5871 @5871 -ord_5872 @5872 -ord_5873 @5873 -ord_5874 @5874 -ord_5875 @5875 -ord_5876 @5876 -ord_5877 @5877 -ord_5878 @5878 -ord_5879 @5879 -ord_5880 @5880 -ord_5881 @5881 -ord_5882 @5882 -ord_5883 @5883 -ord_5884 @5884 -ord_5885 @5885 -ord_5886 @5886 -ord_5887 @5887 -ord_5888 @5888 -ord_5889 @5889 -ord_5890 @5890 -ord_5891 @5891 -ord_5892 @5892 -ord_5893 @5893 -ord_5894 @5894 -ord_5895 @5895 -ord_5896 @5896 -ord_5897 @5897 -ord_5898 @5898 -ord_5899 @5899 -ord_5900 @5900 -ord_5901 @5901 -ord_5902 @5902 -ord_5903 @5903 -ord_5904 @5904 -ord_5905 @5905 -ord_5906 @5906 -ord_5907 @5907 -ord_5908 @5908 -ord_5909 @5909 -ord_5910 @5910 -ord_5911 @5911 -ord_5912 @5912 -ord_5913 @5913 -ord_5914 @5914 -ord_5915 @5915 -ord_5916 @5916 -ord_5917 @5917 -ord_5918 @5918 -ord_5919 @5919 -ord_5920 @5920 -ord_5921 @5921 -ord_5922 @5922 -ord_5923 @5923 -ord_5924 @5924 -ord_5925 @5925 -ord_5926 @5926 -ord_5927 @5927 -ord_5928 @5928 -ord_5929 @5929 -ord_5930 @5930 -ord_5931 @5931 -ord_5932 @5932 -ord_5933 @5933 -ord_5934 @5934 -ord_5935 @5935 -ord_5936 @5936 -ord_5937 @5937 -ord_5938 @5938 -ord_5939 @5939 -ord_5940 @5940 -ord_5941 @5941 -ord_5942 @5942 -ord_5943 @5943 -ord_5944 @5944 -ord_5945 @5945 -ord_5946 @5946 -ord_5947 @5947 -ord_5948 @5948 -ord_5949 @5949 -ord_5950 @5950 -ord_5951 @5951 -ord_5952 @5952 -ord_5953 @5953 -ord_5954 @5954 -ord_5955 @5955 -ord_5956 @5956 -ord_5957 @5957 -ord_5958 @5958 -ord_5959 @5959 -ord_5960 @5960 -ord_5961 @5961 -ord_5962 @5962 -ord_5963 @5963 -ord_5964 @5964 -ord_5965 @5965 -ord_5966 @5966 -ord_5967 @5967 -ord_5968 @5968 -ord_5969 @5969 -ord_5970 @5970 -ord_5971 @5971 -ord_5972 @5972 -ord_5973 @5973 -ord_5974 @5974 -ord_5975 @5975 -ord_5976 @5976 -ord_5977 @5977 -ord_5978 @5978 -ord_5979 @5979 -ord_5980 @5980 -ord_5981 @5981 -ord_5982 @5982 -ord_5983 @5983 -ord_5984 @5984 -ord_5985 @5985 -ord_5986 @5986 -ord_5987 @5987 -ord_5988 @5988 -ord_5989 @5989 -ord_5990 @5990 -ord_5991 @5991 -ord_5992 @5992 -ord_5993 @5993 -ord_5994 @5994 -ord_5995 @5995 -ord_5996 @5996 -ord_5997 @5997 -ord_5998 @5998 -ord_5999 @5999 -ord_6000 @6000 -ord_6001 @6001 -ord_6002 @6002 -ord_6003 @6003 -ord_6004 @6004 -ord_6005 @6005 -ord_6006 @6006 -ord_6007 @6007 -ord_6008 @6008 -ord_6009 @6009 -ord_6010 @6010 -ord_6011 @6011 -ord_6012 @6012 -ord_6013 @6013 -ord_6014 @6014 -ord_6015 @6015 -ord_6016 @6016 -ord_6017 @6017 -ord_6018 @6018 -ord_6019 @6019 -ord_6020 @6020 -ord_6021 @6021 -ord_6022 @6022 -ord_6023 @6023 -ord_6024 @6024 -ord_6025 @6025 -ord_6026 @6026 -ord_6027 @6027 -ord_6028 @6028 -ord_6029 @6029 -ord_6030 @6030 -ord_6031 @6031 -ord_6032 @6032 -ord_6033 @6033 -ord_6034 @6034 -ord_6035 @6035 -ord_6036 @6036 -ord_6037 @6037 -ord_6038 @6038 -ord_6039 @6039 -ord_6040 @6040 -ord_6041 @6041 -ord_6042 @6042 -ord_6043 @6043 -ord_6044 @6044 -ord_6045 @6045 -ord_6046 @6046 -ord_6047 @6047 -ord_6048 @6048 -ord_6049 @6049 -ord_6050 @6050 -ord_6051 @6051 -ord_6052 @6052 -ord_6053 @6053 -ord_6054 @6054 -ord_6055 @6055 -ord_6056 @6056 -ord_6057 @6057 -ord_6058 @6058 -ord_6059 @6059 -ord_6060 @6060 -ord_6061 @6061 -ord_6062 @6062 -ord_6063 @6063 -ord_6064 @6064 -ord_6065 @6065 -ord_6066 @6066 -ord_6067 @6067 -ord_6068 @6068 -ord_6069 @6069 -ord_6070 @6070 -ord_6071 @6071 -ord_6072 @6072 -ord_6073 @6073 -ord_6074 @6074 -ord_6075 @6075 -ord_6076 @6076 -ord_6077 @6077 -ord_6078 @6078 -ord_6079 @6079 -ord_6080 @6080 -ord_6081 @6081 -ord_6082 @6082 -ord_6083 @6083 -ord_6084 @6084 -ord_6085 @6085 -ord_6086 @6086 -ord_6087 @6087 -ord_6088 @6088 -ord_6089 @6089 -ord_6090 @6090 -ord_6091 @6091 -ord_6092 @6092 -ord_6093 @6093 -ord_6094 @6094 -ord_6095 @6095 -ord_6096 @6096 -ord_6097 @6097 -ord_6098 @6098 -ord_6099 @6099 -ord_6100 @6100 -ord_6101 @6101 -ord_6102 @6102 -ord_6103 @6103 -ord_6104 @6104 -ord_6105 @6105 -ord_6106 @6106 -ord_6107 @6107 -ord_6108 @6108 -ord_6109 @6109 -ord_6110 @6110 -ord_6111 @6111 -ord_6112 @6112 -ord_6113 @6113 -ord_6114 @6114 -ord_6115 @6115 -ord_6116 @6116 -ord_6117 @6117 -ord_6118 @6118 -ord_6119 @6119 -ord_6120 @6120 -ord_6121 @6121 -ord_6122 @6122 -ord_6123 @6123 -ord_6124 @6124 -ord_6125 @6125 -ord_6126 @6126 -ord_6127 @6127 -ord_6128 @6128 -ord_6129 @6129 -ord_6130 @6130 -ord_6131 @6131 -ord_6132 @6132 -ord_6133 @6133 -ord_6134 @6134 -ord_6135 @6135 -ord_6136 @6136 -ord_6137 @6137 -ord_6138 @6138 -ord_6139 @6139 -ord_6140 @6140 -ord_6141 @6141 -ord_6142 @6142 -ord_6143 @6143 -ord_6144 @6144 -ord_6145 @6145 -ord_6146 @6146 -ord_6147 @6147 -ord_6148 @6148 -ord_6149 @6149 -ord_6150 @6150 -ord_6151 @6151 -ord_6152 @6152 -ord_6153 @6153 -ord_6154 @6154 -ord_6155 @6155 -ord_6156 @6156 -ord_6157 @6157 -ord_6158 @6158 -ord_6159 @6159 -ord_6160 @6160 -ord_6161 @6161 -ord_6162 @6162 -ord_6163 @6163 -ord_6164 @6164 -ord_6165 @6165 -ord_6166 @6166 -ord_6167 @6167 -ord_6168 @6168 -ord_6169 @6169 -ord_6170 @6170 -ord_6171 @6171 -ord_6172 @6172 -ord_6173 @6173 -ord_6174 @6174 -ord_6175 @6175 -ord_6176 @6176 -ord_6177 @6177 -ord_6178 @6178 -ord_6179 @6179 -ord_6180 @6180 -ord_6181 @6181 -ord_6182 @6182 -ord_6183 @6183 -ord_6184 @6184 -ord_6185 @6185 -ord_6186 @6186 -ord_6187 @6187 -ord_6188 @6188 -ord_6189 @6189 -ord_6190 @6190 -ord_6191 @6191 -ord_6192 @6192 -ord_6193 @6193 -ord_6194 @6194 -ord_6195 @6195 -ord_6196 @6196 -ord_6197 @6197 -ord_6198 @6198 -ord_6199 @6199 -ord_6200 @6200 -ord_6201 @6201 -ord_6202 @6202 -ord_6203 @6203 -ord_6204 @6204 -ord_6205 @6205 -ord_6206 @6206 -ord_6207 @6207 -ord_6208 @6208 -ord_6209 @6209 -ord_6210 @6210 -ord_6211 @6211 -ord_6212 @6212 -ord_6213 @6213 -ord_6214 @6214 -ord_6215 @6215 -ord_6216 @6216 -ord_6217 @6217 -ord_6218 @6218 -ord_6219 @6219 -ord_6220 @6220 -ord_6221 @6221 -ord_6222 @6222 -ord_6223 @6223 -ord_6224 @6224 -ord_6225 @6225 -ord_6226 @6226 -ord_6227 @6227 -ord_6228 @6228 -ord_6229 @6229 -ord_6230 @6230 -ord_6231 @6231 -ord_6232 @6232 -ord_6233 @6233 -ord_6234 @6234 -ord_6235 @6235 -ord_6236 @6236 -ord_6237 @6237 -ord_6238 @6238 -ord_6241 @6241 -ord_6242 @6242 -ord_6243 @6243 -ord_6244 @6244 -ord_6245 @6245 -ord_6246 @6246 -ord_6247 @6247 -ord_6248 @6248 -ord_6249 @6249 -ord_6250 @6250 -ord_6251 @6251 -ord_6252 @6252 -ord_6253 @6253 -ord_6254 @6254 -ord_6255 @6255 -ord_6256 @6256 -ord_6257 @6257 -ord_6258 @6258 -ord_6259 @6259 -ord_6260 @6260 -ord_6261 @6261 -ord_6262 @6262 -ord_6263 @6263 -ord_6264 @6264 -ord_6265 @6265 -ord_6266 @6266 -ord_6267 @6267 -ord_6268 @6268 -ord_6269 @6269 -ord_6270 @6270 -ord_6271 @6271 -ord_6272 @6272 -ord_6273 @6273 -ord_6274 @6274 -ord_6275 @6275 -ord_6276 @6276 -ord_6277 @6277 -ord_6278 @6278 -ord_6279 @6279 -ord_6280 @6280 -ord_6281 @6281 -ord_6282 @6282 -ord_6283 @6283 -ord_6284 @6284 -ord_6285 @6285 -ord_6286 @6286 -ord_6287 @6287 -ord_6288 @6288 -ord_6289 @6289 -ord_6290 @6290 -ord_6291 @6291 -ord_6292 @6292 -ord_6293 @6293 -ord_6294 @6294 -ord_6295 @6295 -ord_6296 @6296 -ord_6297 @6297 -ord_6298 @6298 -ord_6299 @6299 -ord_6300 @6300 -ord_6301 @6301 -ord_6302 @6302 -ord_6303 @6303 -ord_6304 @6304 -ord_6305 @6305 -ord_6306 @6306 -ord_6307 @6307 -ord_6308 @6308 -ord_6309 @6309 -ord_6310 @6310 -ord_6311 @6311 -ord_6312 @6312 -ord_6313 @6313 -ord_6314 @6314 -ord_6315 @6315 -ord_6316 @6316 -ord_6317 @6317 -ord_6318 @6318 -ord_6319 @6319 -ord_6320 @6320 -ord_6321 @6321 -ord_6322 @6322 -ord_6323 @6323 -ord_6324 @6324 -ord_6325 @6325 -ord_6326 @6326 -ord_6327 @6327 -ord_6328 @6328 -ord_6329 @6329 -ord_6330 @6330 -ord_6331 @6331 -ord_6332 @6332 -ord_6333 @6333 -ord_6334 @6334 -ord_6335 @6335 -ord_6336 @6336 -ord_6337 @6337 -ord_6338 @6338 -ord_6339 @6339 -ord_6340 @6340 -ord_6341 @6341 -ord_6342 @6342 -ord_6343 @6343 -ord_6344 @6344 -ord_6345 @6345 -ord_6346 @6346 -ord_6347 @6347 -ord_6348 @6348 -ord_6349 @6349 -ord_6350 @6350 -ord_6351 @6351 -ord_6352 @6352 -ord_6353 @6353 -ord_6354 @6354 -ord_6355 @6355 -ord_6356 @6356 -ord_6357 @6357 -ord_6358 @6358 -ord_6359 @6359 -ord_6360 @6360 -ord_6361 @6361 -ord_6362 @6362 -ord_6363 @6363 -ord_6364 @6364 -ord_6365 @6365 -ord_6366 @6366 -ord_6367 @6367 -ord_6368 @6368 -ord_6369 @6369 -ord_6370 @6370 -ord_6371 @6371 -ord_6372 @6372 -ord_6373 @6373 -ord_6374 @6374 -ord_6375 @6375 -ord_6376 @6376 -ord_6377 @6377 DATA -ord_6378 @6378 DATA -ord_6379 @6379 DATA -ord_6380 @6380 DATA -ord_6381 @6381 -ord_6382 @6382 -ord_6383 @6383 -ord_6384 @6384 -ord_6385 @6385 -ord_6387 @6387 -ord_6388 @6388 -ord_6389 @6389 -ord_6390 @6390 -ord_6391 @6391 -ord_6392 @6392 -ord_6393 @6393 -ord_6394 @6394 -ord_6395 @6395 -ord_6396 @6396 -ord_6397 @6397 -ord_6398 @6398 -ord_6399 @6399 -ord_6400 @6400 -ord_6401 @6401 -ord_6402 @6402 -ord_6403 @6403 -ord_6404 @6404 -ord_6405 @6405 -ord_6406 @6406 -ord_6407 @6407 -ord_6408 @6408 -ord_6409 @6409 -ord_6410 @6410 -ord_6411 @6411 -ord_6412 @6412 DATA -ord_6413 @6413 -ord_6414 @6414 -ord_6415 @6415 -ord_6416 @6416 -ord_6417 @6417 -ord_6418 @6418 -ord_6421 @6421 DATA -ord_6422 @6422 -ord_6423 @6423 -ord_6424 @6424 -ord_6425 @6425 -ord_6426 @6426 -ord_6427 @6427 -ord_6428 @6428 -ord_6429 @6429 -ord_6430 @6430 -ord_6431 @6431 -ord_6432 @6432 -ord_6433 @6433 -ord_6434 @6434 -ord_6435 @6435 -ord_6436 @6436 -ord_6437 @6437 -ord_6438 @6438 -ord_6439 @6439 -ord_6440 @6440 -ord_6441 @6441 -ord_6442 @6442 -ord_6443 @6443 -ord_6444 @6444 -ord_6445 @6445 -ord_6446 @6446 -ord_6447 @6447 -ord_6448 @6448 DATA -ord_6449 @6449 DATA -ord_6450 @6450 -ord_6451 @6451 -ord_6452 @6452 -ord_6453 @6453 -ord_6454 @6454 -ord_6455 @6455 -ord_6456 @6456 -ord_6457 @6457 -ord_6458 @6458 -ord_6459 @6459 -ord_6460 @6460 -ord_6461 @6461 -ord_6462 @6462 -ord_6463 @6463 -ord_6464 @6464 -ord_6465 @6465 -ord_6466 @6466 -ord_6467 @6467 -ord_6468 @6468 -ord_6469 @6469 -ord_6470 @6470 -ord_6471 @6471 -ord_6472 @6472 -ord_6473 @6473 -ord_6474 @6474 -ord_6475 @6475 -ord_6476 @6476 -ord_6477 @6477 -ord_6478 @6478 -ord_6479 @6479 -ord_6480 @6480 -ord_6481 @6481 -ord_6482 @6482 -ord_6483 @6483 -ord_6484 @6484 -ord_6485 @6485 -ord_6486 @6486 -ord_6487 @6487 -ord_6488 @6488 -ord_6489 @6489 -ord_6490 @6490 -ord_6491 @6491 -ord_6492 @6492 -ord_6493 @6493 -ord_6494 @6494 -ord_6495 @6495 -ord_6496 @6496 -ord_6497 @6497 -ord_6498 @6498 -ord_6499 @6499 -ord_6500 @6500 -ord_6501 @6501 -ord_6502 @6502 -ord_6503 @6503 -ord_6504 @6504 -ord_6505 @6505 -ord_6506 @6506 -ord_6507 @6507 -ord_6508 @6508 -ord_6509 @6509 -ord_6510 @6510 -ord_6511 @6511 -ord_6512 @6512 -ord_6513 @6513 -ord_6514 @6514 -ord_6515 @6515 -ord_6516 @6516 -ord_6517 @6517 -ord_6518 @6518 -ord_6519 @6519 -ord_6520 @6520 -ord_6521 @6521 -ord_6522 @6522 -ord_6523 @6523 -ord_6524 @6524 -ord_6525 @6525 -ord_6526 @6526 -ord_6527 @6527 -ord_6528 @6528 -ord_6529 @6529 -ord_6530 @6530 -ord_6531 @6531 -ord_6532 @6532 -ord_6533 @6533 -ord_6534 @6534 -ord_6535 @6535 -ord_6536 @6536 -ord_6537 @6537 -ord_6538 @6538 -ord_6539 @6539 -ord_6540 @6540 -ord_6541 @6541 -ord_6542 @6542 -ord_6543 @6543 -ord_6544 @6544 -ord_6545 @6545 -ord_6546 @6546 -ord_6547 @6547 -ord_6548 @6548 -ord_6549 @6549 -ord_6550 @6550 -ord_6551 @6551 -ord_6552 @6552 -ord_6553 @6553 -ord_6554 @6554 -ord_6555 @6555 -ord_6556 @6556 -ord_6557 @6557 -ord_6558 @6558 -ord_6559 @6559 -ord_6560 @6560 -ord_6561 @6561 -ord_6562 @6562 -ord_6563 @6563 -ord_6564 @6564 -ord_6565 @6565 -ord_6566 @6566 -ord_6567 @6567 -ord_6568 @6568 -ord_6569 @6569 -ord_6570 @6570 -ord_6571 @6571 -ord_6572 @6572 -ord_6573 @6573 -ord_6574 @6574 -ord_6575 @6575 -ord_6576 @6576 -ord_6577 @6577 -ord_6578 @6578 -ord_6579 @6579 -ord_6580 @6580 -ord_6581 @6581 -ord_6582 @6582 -ord_6583 @6583 -ord_6584 @6584 -ord_6585 @6585 -ord_6586 @6586 -ord_6587 @6587 -ord_6588 @6588 -ord_6589 @6589 -ord_6590 @6590 -ord_6591 @6591 -ord_6592 @6592 -ord_6593 @6593 -ord_6594 @6594 -ord_6595 @6595 -ord_6596 @6596 DATA -ord_6597 @6597 DATA -ord_6598 @6598 DATA -ord_6599 @6599 DATA -ord_6600 @6600 DATA -ord_6601 @6601 DATA -ord_6602 @6602 DATA -ord_6603 @6603 DATA -ord_6604 @6604 DATA -ord_6605 @6605 -ord_6606 @6606 -ord_6607 @6607 -ord_6608 @6608 -ord_6609 @6609 -ord_6610 @6610 -ord_6611 @6611 -ord_6612 @6612 -ord_6613 @6613 -ord_6614 @6614 -ord_6615 @6615 -ord_6616 @6616 -ord_6617 @6617 -ord_6618 @6618 -ord_6619 @6619 -ord_6620 @6620 -ord_6621 @6621 -ord_6622 @6622 -ord_6623 @6623 -ord_6624 @6624 -ord_6625 @6625 -ord_6626 @6626 -ord_6627 @6627 -ord_6628 @6628 -ord_6629 @6629 -ord_6630 @6630 -ord_6631 @6631 -ord_6632 @6632 -ord_6633 @6633 -ord_6634 @6634 -ord_6635 @6635 -ord_6636 @6636 -ord_6637 @6637 -ord_6638 @6638 -ord_6639 @6639 -ord_6640 @6640 -ord_6641 @6641 -ord_6642 @6642 -ord_6643 @6643 -ord_6644 @6644 -ord_6645 @6645 -ord_6646 @6646 -ord_6647 @6647 -ord_6648 @6648 -ord_6649 @6649 -ord_6650 @6650 -ord_6651 @6651 -ord_6652 @6652 -ord_6653 @6653 -ord_6654 @6654 -ord_6655 @6655 -ord_6656 @6656 -ord_6657 @6657 -ord_6658 @6658 DATA -ord_6659 @6659 -ord_6660 @6660 -ord_6661 @6661 -ord_6662 @6662 -ord_6663 @6663 -ord_6664 @6664 -ord_6665 @6665 -ord_6666 @6666 -ord_6668 @6668 -ord_6669 @6669 -ord_6670 @6670 -ord_6671 @6671 -ord_6672 @6672 -ord_6673 @6673 -ord_6674 @6674 -ord_6675 @6675 -ord_6676 @6676 -ord_6677 @6677 -ord_6678 @6678 -ord_6679 @6679 -ord_6680 @6680 -ord_6681 @6681 -ord_6682 @6682 -ord_6683 @6683 -ord_6684 @6684 -ord_6685 @6685 -ord_6686 @6686 -ord_6687 @6687 -ord_6688 @6688 -ord_6689 @6689 -ord_6690 @6690 -ord_6691 @6691 -ord_6692 @6692 -ord_6693 @6693 -ord_6694 @6694 -ord_6695 @6695 -ord_6696 @6696 -ord_6697 @6697 -ord_6698 @6698 -ord_6699 @6699 -ord_6700 @6700 -ord_6701 @6701 -ord_6702 @6702 -ord_6703 @6703 -ord_6704 @6704 -ord_6705 @6705 -ord_6706 @6706 -ord_6707 @6707 -ord_6708 @6708 -ord_6709 @6709 -ord_6710 @6710 -ord_6711 @6711 -ord_6712 @6712 -ord_6713 @6713 -ord_6714 @6714 -ord_6715 @6715 -ord_6716 @6716 -ord_6717 @6717 -ord_6718 @6718 -ord_6719 @6719 -ord_6720 @6720 -ord_6721 @6721 -ord_6722 @6722 -ord_6723 @6723 -ord_6724 @6724 -ord_6725 @6725 -ord_6726 @6726 -ord_6727 @6727 -ord_6728 @6728 -ord_6729 @6729 -ord_6730 @6730 -ord_6731 @6731 -ord_6732 @6732 -ord_6733 @6733 -ord_6734 @6734 -ord_6735 @6735 -ord_6736 @6736 -ord_6737 @6737 -ord_6738 @6738 -ord_6739 @6739 -ord_6740 @6740 -ord_6741 @6741 -ord_6742 @6742 -ord_6743 @6743 -ord_6744 @6744 -ord_6745 @6745 -ord_6746 @6746 -ord_6747 @6747 -ord_6748 @6748 -ord_6749 @6749 -ord_6750 @6750 -ord_6751 @6751 -ord_6752 @6752 -ord_6753 @6753 -ord_6754 @6754 -ord_6755 @6755 -ord_6756 @6756 -ord_6757 @6757 -ord_6758 @6758 -ord_6759 @6759 -ord_6760 @6760 -ord_6761 @6761 -ord_6762 @6762 -ord_6763 @6763 -ord_6764 @6764 -ord_6765 @6765 -ord_6766 @6766 -ord_6767 @6767 -ord_6768 @6768 -ord_6769 @6769 -ord_6770 @6770 -ord_6771 @6771 -ord_6772 @6772 -ord_6773 @6773 -ord_6774 @6774 -ord_6775 @6775 -ord_6776 @6776 -ord_6777 @6777 -ord_6778 @6778 -ord_6779 @6779 -ord_6780 @6780 -ord_6781 @6781 -ord_6782 @6782 -ord_6783 @6783 -ord_6784 @6784 -ord_6785 @6785 -ord_6786 @6786 -ord_6787 @6787 DATA -ord_6788 @6788 -ord_6789 @6789 -ord_6790 @6790 -ord_6791 @6791 -ord_6792 @6792 -ord_6793 @6793 -ord_6794 @6794 -ord_6795 @6795 -ord_6796 @6796 -ord_6797 @6797 -ord_6798 @6798 -ord_6799 @6799 -ord_6800 @6800 DATA -ord_6801 @6801 DATA -ord_6802 @6802 DATA -ord_6803 @6803 -ord_6804 @6804 -ord_6805 @6805 -ord_6806 @6806 -ord_6807 @6807 -ord_6808 @6808 -ord_6809 @6809 -ord_6810 @6810 -ord_6811 @6811 -ord_6812 @6812 -ord_6813 @6813 -ord_6814 @6814 -ord_6815 @6815 -ord_6816 @6816 -ord_6817 @6817 -ord_6818 @6818 -ord_6819 @6819 -ord_6820 @6820 -ord_6821 @6821 -ord_6822 @6822 -ord_6823 @6823 -ord_6824 @6824 -ord_6825 @6825 -ord_6826 @6826 -ord_6827 @6827 -ord_6828 @6828 -ord_6829 @6829 -ord_6830 @6830 -ord_6831 @6831 -ord_6832 @6832 -ord_6833 @6833 -ord_6834 @6834 -ord_6835 @6835 -ord_6836 @6836 -ord_6837 @6837 -ord_6838 @6838 -ord_6839 @6839 -ord_6840 @6840 -ord_6841 @6841 -ord_6842 @6842 -ord_6843 @6843 -ord_6844 @6844 -ord_6845 @6845 -ord_6846 @6846 -ord_6847 @6847 -ord_6848 @6848 -ord_6849 @6849 -ord_6850 @6850 -ord_6851 @6851 -ord_6852 @6852 -ord_6853 @6853 -ord_6854 @6854 -ord_6855 @6855 -ord_6856 @6856 -ord_6857 @6857 -ord_6858 @6858 -ord_6859 @6859 -ord_6860 @6860 -ord_6861 @6861 -ord_6862 @6862 -ord_6863 @6863 -ord_6864 @6864 -ord_6865 @6865 -ord_6866 @6866 -ord_6867 @6867 -ord_6868 @6868 -ord_6869 @6869 -ord_6870 @6870 -ord_6871 @6871 -ord_6872 @6872 -ord_6873 @6873 -ord_6874 @6874 -ord_6875 @6875 -ord_6876 @6876 -ord_6877 @6877 -ord_6878 @6878 -ord_6879 @6879 -ord_6880 @6880 -ord_6881 @6881 -ord_6882 @6882 -ord_6883 @6883 -ord_6884 @6884 -ord_6885 @6885 -ord_6886 @6886 -ord_6887 @6887 -ord_6888 @6888 -ord_6889 @6889 -ord_6890 @6890 -ord_6891 @6891 -ord_6892 @6892 -ord_6893 @6893 -ord_6894 @6894 -ord_6895 @6895 -ord_6896 @6896 -ord_6897 @6897 -ord_6898 @6898 -ord_6899 @6899 -ord_6900 @6900 -ord_6901 @6901 -ord_6902 @6902 -ord_6903 @6903 -ord_6904 @6904 -ord_6905 @6905 -ord_6906 @6906 -ord_6907 @6907 -ord_6908 @6908 -ord_6909 @6909 -ord_6910 @6910 -ord_6911 @6911 -ord_6912 @6912 -ord_6913 @6913 -ord_6914 @6914 -ord_6915 @6915 -ord_6916 @6916 -ord_6917 @6917 -ord_6918 @6918 -ord_6919 @6919 -ord_6920 @6920 -ord_6921 @6921 -ord_6922 @6922 -ord_6923 @6923 -ord_6924 @6924 -ord_6925 @6925 -ord_6926 @6926 -ord_6927 @6927 -ord_6928 @6928 -ord_6929 @6929 -ord_6930 @6930 -ord_6931 @6931 -ord_6932 @6932 -ord_6933 @6933 -ord_6934 @6934 -ord_6935 @6935 -ord_6936 @6936 DATA -ord_6937 @6937 -ord_6938 @6938 -ord_6939 @6939 -ord_6940 @6940 -ord_6941 @6941 -ord_6942 @6942 -ord_6943 @6943 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc42u.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc42u.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfc42u.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfc42u.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,6385 +0,0 @@ -; -; Definition file of MFC42u.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MFC42u.dll" -EXPORTS -?classCCachedDataPathProperty@CCachedDataPathProperty@@2UCRuntimeClass@@B DATA -?classCDataPathProperty@CDataPathProperty@@2UCRuntimeClass@@B DATA -ord_256 @256 -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -ord_270 @270 -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -ord_276 @276 -ord_277 @277 -ord_278 @278 -ord_279 @279 -ord_280 @280 -ord_281 @281 -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_312 @312 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_318 @318 -ord_319 @319 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_326 @326 -ord_327 @327 -ord_328 @328 -ord_329 @329 -ord_330 @330 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_334 @334 -ord_335 @335 -ord_336 @336 -ord_337 @337 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_342 @342 -ord_343 @343 -ord_344 @344 -ord_345 @345 -ord_346 @346 -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_378 @378 -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ord_388 @388 -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -ord_432 @432 -ord_433 @433 -ord_434 @434 -ord_435 @435 -ord_436 @436 -ord_437 @437 -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -ord_446 @446 -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -ord_462 @462 -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -ord_467 @467 -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 -ord_474 @474 -ord_475 @475 -ord_476 @476 -ord_477 @477 -ord_478 @478 -ord_479 @479 -ord_480 @480 -ord_481 @481 -ord_482 @482 -ord_483 @483 -ord_484 @484 -ord_485 @485 -ord_486 @486 -ord_487 @487 -ord_488 @488 -ord_489 @489 -ord_490 @490 -ord_491 @491 -ord_492 @492 -ord_493 @493 -ord_494 @494 -ord_495 @495 -ord_496 @496 -ord_497 @497 -ord_498 @498 -ord_499 @499 -ord_500 @500 -ord_501 @501 -ord_502 @502 -ord_503 @503 -ord_504 @504 -ord_505 @505 -ord_506 @506 -ord_507 @507 -ord_508 @508 -ord_509 @509 -ord_510 @510 -ord_511 @511 -ord_512 @512 -ord_513 @513 -ord_514 @514 -ord_515 @515 -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_525 @525 -ord_526 @526 -ord_527 @527 -ord_528 @528 -ord_529 @529 -ord_530 @530 -ord_531 @531 -ord_532 @532 -ord_533 @533 -ord_534 @534 -ord_535 @535 -ord_536 @536 -ord_537 @537 -ord_538 @538 -ord_539 @539 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_545 @545 -ord_546 @546 -ord_547 @547 -ord_548 @548 -ord_549 @549 -ord_550 @550 -ord_551 @551 -ord_552 @552 -ord_553 @553 -ord_554 @554 -ord_555 @555 -ord_556 @556 -ord_557 @557 -ord_558 @558 -ord_559 @559 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_564 @564 -ord_565 @565 -ord_566 @566 -ord_567 @567 -ord_568 @568 -ord_569 @569 -ord_570 @570 -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 -ord_579 @579 -ord_580 @580 -ord_581 @581 -ord_582 @582 -ord_583 @583 -ord_584 @584 -ord_587 @587 -ord_588 @588 -ord_589 @589 -ord_590 @590 -ord_591 @591 -ord_592 @592 -ord_593 @593 -ord_594 @594 -ord_595 @595 -ord_596 @596 -ord_597 @597 -ord_598 @598 -ord_599 @599 -ord_600 @600 -ord_601 @601 -ord_602 @602 -ord_603 @603 -ord_604 @604 -ord_605 @605 -ord_606 @606 -ord_607 @607 -ord_608 @608 -ord_609 @609 -ord_610 @610 -ord_611 @611 -ord_612 @612 -ord_613 @613 -ord_614 @614 -ord_615 @615 -ord_616 @616 -ord_617 @617 -ord_618 @618 -ord_619 @619 -ord_620 @620 -ord_621 @621 -ord_622 @622 -ord_623 @623 -ord_624 @624 -ord_625 @625 -ord_626 @626 -ord_627 @627 -ord_628 @628 -ord_629 @629 -ord_630 @630 -ord_631 @631 -ord_632 @632 -ord_633 @633 -ord_634 @634 -ord_635 @635 -ord_636 @636 -ord_637 @637 -ord_638 @638 -ord_639 @639 -ord_640 @640 -ord_641 @641 -ord_642 @642 -ord_643 @643 -ord_644 @644 -ord_645 @645 -ord_646 @646 -ord_647 @647 -ord_648 @648 -ord_649 @649 -ord_650 @650 -ord_651 @651 -ord_652 @652 -ord_653 @653 -ord_654 @654 -ord_655 @655 -ord_656 @656 -ord_657 @657 -ord_658 @658 -ord_659 @659 -ord_660 @660 -ord_661 @661 -ord_662 @662 -ord_663 @663 -ord_664 @664 -ord_665 @665 -ord_666 @666 -ord_667 @667 -ord_668 @668 -ord_669 @669 -ord_670 @670 -ord_671 @671 -ord_672 @672 -ord_673 @673 -ord_674 @674 -ord_675 @675 -ord_676 @676 -ord_677 @677 -ord_678 @678 -ord_679 @679 -ord_680 @680 -ord_681 @681 -ord_682 @682 -ord_683 @683 -ord_684 @684 -ord_685 @685 -ord_686 @686 -ord_687 @687 -ord_688 @688 -ord_689 @689 -ord_690 @690 -ord_691 @691 -ord_692 @692 -ord_693 @693 -ord_694 @694 -ord_695 @695 -ord_696 @696 -ord_697 @697 -ord_698 @698 -ord_699 @699 -ord_700 @700 -ord_701 @701 -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_705 @705 -ord_706 @706 -ord_707 @707 -ord_708 @708 -ord_709 @709 -ord_710 @710 -ord_711 @711 -ord_712 @712 -ord_713 @713 -ord_714 @714 -ord_715 @715 -ord_716 @716 -ord_717 @717 -ord_718 @718 -ord_719 @719 -ord_720 @720 -ord_721 @721 -ord_722 @722 -ord_723 @723 -ord_724 @724 -ord_725 @725 -ord_726 @726 -ord_727 @727 -ord_728 @728 -ord_729 @729 -ord_730 @730 -ord_731 @731 -ord_732 @732 -ord_733 @733 -ord_734 @734 -ord_735 @735 -ord_736 @736 -ord_737 @737 -ord_738 @738 -ord_739 @739 -ord_740 @740 -ord_741 @741 -ord_742 @742 -ord_743 @743 -ord_744 @744 -ord_745 @745 -ord_746 @746 -ord_747 @747 -ord_748 @748 -ord_749 @749 -ord_750 @750 -ord_751 @751 -ord_752 @752 -ord_753 @753 -ord_754 @754 -ord_755 @755 -ord_756 @756 -ord_757 @757 -ord_758 @758 -ord_759 @759 -ord_760 @760 -ord_761 @761 -ord_762 @762 -ord_763 @763 -ord_764 @764 -ord_765 @765 -ord_766 @766 -ord_767 @767 -ord_768 @768 -ord_769 @769 -ord_770 @770 -ord_771 @771 -ord_772 @772 -ord_773 @773 -ord_774 @774 -ord_775 @775 -ord_776 @776 -ord_777 @777 -ord_778 @778 -ord_779 @779 -ord_780 @780 -ord_781 @781 -ord_782 @782 -ord_783 @783 -ord_784 @784 -ord_785 @785 -ord_786 @786 -ord_787 @787 -ord_788 @788 -ord_789 @789 -ord_790 @790 -ord_791 @791 -ord_792 @792 -ord_793 @793 -ord_794 @794 -ord_795 @795 -ord_796 @796 -ord_797 @797 -ord_798 @798 -ord_799 @799 -ord_800 @800 -ord_801 @801 -ord_802 @802 -ord_803 @803 -ord_804 @804 -ord_805 @805 -ord_806 @806 -ord_807 @807 -ord_808 @808 -ord_809 @809 -ord_810 @810 -ord_811 @811 -ord_812 @812 -ord_813 @813 -ord_814 @814 -ord_815 @815 -ord_816 @816 -ord_817 @817 -ord_818 @818 -ord_819 @819 -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -ord_824 @824 -ord_825 @825 -ord_826 @826 -ord_827 @827 -ord_828 @828 -ord_829 @829 -ord_830 @830 -ord_831 @831 -ord_832 @832 -ord_833 @833 -ord_834 @834 -ord_835 @835 -ord_836 @836 -ord_837 @837 -ord_838 @838 -ord_839 @839 -ord_840 @840 -ord_841 @841 -ord_842 @842 -ord_843 @843 -ord_844 @844 -ord_845 @845 -ord_846 @846 -ord_847 @847 -ord_848 @848 -ord_849 @849 -ord_850 @850 -ord_851 @851 -ord_852 @852 -ord_853 @853 -ord_854 @854 -ord_855 @855 -ord_856 @856 -ord_857 @857 -ord_858 @858 -ord_859 @859 -ord_860 @860 -ord_861 @861 -ord_862 @862 -ord_863 @863 -ord_864 @864 -ord_865 @865 -ord_866 @866 -ord_867 @867 -ord_868 @868 -ord_869 @869 -ord_870 @870 -ord_871 @871 -ord_872 @872 -ord_873 @873 -ord_874 @874 -ord_875 @875 -ord_876 @876 -ord_877 @877 -ord_878 @878 -ord_879 @879 -ord_880 @880 -ord_881 @881 -ord_882 @882 -ord_883 @883 -ord_884 @884 -ord_885 @885 -ord_886 @886 -ord_887 @887 -ord_888 @888 -ord_889 @889 -ord_890 @890 -ord_891 @891 -ord_892 @892 -ord_893 @893 -ord_894 @894 -ord_895 @895 -ord_896 @896 -ord_897 @897 -ord_898 @898 -ord_899 @899 -ord_900 @900 -ord_901 @901 -ord_902 @902 -ord_903 @903 -ord_904 @904 -ord_905 @905 -ord_906 @906 -ord_907 @907 -ord_908 @908 -ord_909 @909 -ord_910 @910 -ord_911 @911 -ord_912 @912 -ord_913 @913 -ord_914 @914 -ord_915 @915 -ord_916 @916 -ord_917 @917 -ord_918 @918 -ord_919 @919 -ord_920 @920 -ord_921 @921 -ord_922 @922 -ord_923 @923 -ord_924 @924 -ord_925 @925 -ord_926 @926 -ord_927 @927 -ord_928 @928 -ord_929 @929 -ord_930 @930 -ord_931 @931 -ord_932 @932 -ord_933 @933 -ord_934 @934 -ord_935 @935 -ord_936 @936 -ord_937 @937 -ord_938 @938 -ord_939 @939 -ord_940 @940 -ord_941 @941 -ord_942 @942 -ord_943 @943 -ord_944 @944 -ord_945 @945 DATA -ord_946 @946 -ord_947 @947 -ord_948 @948 -ord_949 @949 -ord_950 @950 DATA -ord_951 @951 -ord_952 @952 -ord_953 @953 -ord_954 @954 -ord_955 @955 -ord_956 @956 -ord_957 @957 -ord_958 @958 -ord_959 @959 -ord_960 @960 -ord_961 @961 -ord_962 @962 -ord_963 @963 -ord_964 @964 -ord_965 @965 -ord_966 @966 -ord_967 @967 -ord_968 @968 -ord_969 @969 -ord_970 @970 -ord_971 @971 -ord_972 @972 -ord_973 @973 -ord_974 @974 -ord_975 @975 -ord_976 @976 -ord_977 @977 -ord_978 @978 -ord_979 @979 -ord_980 @980 -ord_981 @981 -ord_982 @982 -ord_983 @983 -ord_984 @984 -ord_985 @985 -ord_986 @986 -ord_987 @987 -ord_988 @988 -ord_989 @989 -ord_990 @990 -ord_991 @991 -ord_992 @992 -ord_993 @993 -ord_994 @994 -ord_995 @995 -ord_996 @996 -ord_997 @997 -ord_998 @998 -ord_999 @999 -ord_1000 @1000 -ord_1001 @1001 -ord_1002 @1002 -ord_1003 @1003 -ord_1004 @1004 -ord_1005 @1005 -ord_1006 @1006 -ord_1007 @1007 -ord_1008 @1008 -ord_1009 @1009 -ord_1010 @1010 -ord_1011 @1011 -ord_1012 @1012 -ord_1013 @1013 -ord_1014 @1014 -ord_1015 @1015 -ord_1016 @1016 -ord_1017 @1017 -ord_1018 @1018 -ord_1019 @1019 -ord_1020 @1020 -ord_1021 @1021 -ord_1022 @1022 -ord_1023 @1023 -ord_1024 @1024 -ord_1025 @1025 -ord_1026 @1026 -ord_1027 @1027 -ord_1028 @1028 -ord_1029 @1029 -ord_1030 @1030 -ord_1031 @1031 -ord_1032 @1032 -ord_1033 @1033 -ord_1034 @1034 -ord_1035 @1035 -ord_1036 @1036 -ord_1037 @1037 -ord_1038 @1038 -ord_1039 @1039 -ord_1040 @1040 -ord_1041 @1041 -ord_1042 @1042 -ord_1043 @1043 -ord_1044 @1044 -ord_1045 @1045 -ord_1046 @1046 -ord_1047 @1047 -ord_1048 @1048 -ord_1049 @1049 -ord_1050 @1050 -ord_1051 @1051 -ord_1052 @1052 -ord_1053 @1053 -ord_1054 @1054 -ord_1055 @1055 -ord_1056 @1056 -ord_1057 @1057 -ord_1058 @1058 -ord_1059 @1059 -ord_1060 @1060 -ord_1061 @1061 -ord_1062 @1062 -ord_1063 @1063 -ord_1064 @1064 -ord_1065 @1065 -ord_1066 @1066 -ord_1067 @1067 -ord_1068 @1068 -ord_1069 @1069 -ord_1070 @1070 -ord_1071 @1071 -ord_1072 @1072 -ord_1073 @1073 -ord_1074 @1074 -ord_1075 @1075 -ord_1076 @1076 -ord_1077 @1077 -ord_1078 @1078 -ord_1079 @1079 -ord_1080 @1080 -ord_1081 @1081 -ord_1082 @1082 -ord_1083 @1083 -ord_1084 @1084 -ord_1085 @1085 -ord_1086 @1086 -ord_1087 @1087 -ord_1088 @1088 -ord_1089 @1089 -ord_1090 @1090 -ord_1091 @1091 -ord_1092 @1092 -ord_1093 @1093 -ord_1094 @1094 -ord_1095 @1095 -ord_1096 @1096 -ord_1097 @1097 -ord_1098 @1098 -ord_1099 @1099 -ord_1100 @1100 -ord_1101 @1101 -ord_1102 @1102 -ord_1103 @1103 -ord_1104 @1104 -ord_1105 @1105 -ord_1106 @1106 -ord_1107 @1107 -ord_1108 @1108 -ord_1109 @1109 -ord_1110 @1110 -ord_1111 @1111 -ord_1112 @1112 -ord_1113 @1113 -ord_1114 @1114 -ord_1115 @1115 -ord_1116 @1116 -ord_1117 @1117 -ord_1118 @1118 -ord_1119 @1119 -ord_1120 @1120 -ord_1121 @1121 -ord_1122 @1122 -ord_1123 @1123 -ord_1124 @1124 -ord_1125 @1125 DATA -ord_1126 @1126 -ord_1127 @1127 -ord_1128 @1128 -ord_1129 @1129 -ord_1130 @1130 -ord_1131 @1131 -ord_1132 @1132 -ord_1133 @1133 -ord_1134 @1134 -ord_1135 @1135 -ord_1136 @1136 -ord_1137 @1137 -ord_1138 @1138 -ord_1139 @1139 -ord_1140 @1140 -ord_1141 @1141 -ord_1142 @1142 -ord_1143 @1143 -ord_1144 @1144 -ord_1145 @1145 -ord_1146 @1146 -ord_1147 @1147 -ord_1148 @1148 -ord_1149 @1149 -ord_1150 @1150 -ord_1151 @1151 -ord_1152 @1152 -ord_1154 @1154 -ord_1155 @1155 -ord_1156 @1156 -ord_1157 @1157 -ord_1158 @1158 -ord_1159 @1159 -ord_1160 @1160 -ord_1161 @1161 -ord_1162 @1162 -ord_1163 @1163 -ord_1164 @1164 -ord_1165 @1165 -ord_1166 @1166 -ord_1167 @1167 -ord_1168 @1168 -ord_1169 @1169 -ord_1170 @1170 -ord_1171 @1171 -ord_1172 @1172 -ord_1173 @1173 -ord_1174 @1174 -ord_1175 @1175 -ord_1176 @1176 -ord_1177 @1177 -ord_1178 @1178 -ord_1179 @1179 -ord_1180 @1180 -ord_1181 @1181 -ord_1182 @1182 -ord_1183 @1183 -ord_1184 @1184 -ord_1185 @1185 -ord_1186 @1186 -ord_1187 @1187 -ord_1188 @1188 -ord_1189 @1189 -ord_1190 @1190 -ord_1191 @1191 -ord_1192 @1192 -ord_1193 @1193 -ord_1194 @1194 -ord_1195 @1195 -ord_1196 @1196 -ord_1197 @1197 -ord_1198 @1198 -ord_1199 @1199 -ord_1200 @1200 -ord_1201 @1201 -ord_1202 @1202 -ord_1203 @1203 -ord_1204 @1204 -ord_1205 @1205 -ord_1206 @1206 -ord_1207 @1207 -ord_1208 @1208 -ord_1209 @1209 -ord_1210 @1210 -ord_1211 @1211 -ord_1212 @1212 -ord_1213 @1213 -ord_1214 @1214 -ord_1215 @1215 -ord_1216 @1216 -ord_1217 @1217 -ord_1218 @1218 -ord_1219 @1219 -ord_1220 @1220 -ord_1221 @1221 -ord_1222 @1222 -ord_1223 @1223 -ord_1224 @1224 -ord_1225 @1225 -ord_1226 @1226 -ord_1227 @1227 -ord_1228 @1228 -ord_1229 @1229 -ord_1230 @1230 -ord_1231 @1231 -ord_1232 @1232 -ord_1233 @1233 -ord_1234 @1234 -ord_1235 @1235 -ord_1236 @1236 -ord_1237 @1237 -ord_1238 @1238 -ord_1239 @1239 -ord_1240 @1240 -ord_1241 @1241 -ord_1242 @1242 -ord_1243 @1243 -ord_1244 @1244 -ord_1245 @1245 -ord_1246 @1246 -ord_1247 @1247 -ord_1248 @1248 -ord_1249 @1249 -ord_1250 @1250 -ord_1251 @1251 -ord_1252 @1252 -ord_1253 @1253 -ord_1254 @1254 -ord_1255 @1255 -ord_1256 @1256 -ord_1257 @1257 -ord_1258 @1258 -ord_1259 @1259 -ord_1260 @1260 -ord_1261 @1261 -ord_1262 @1262 -ord_1263 @1263 -ord_1264 @1264 -ord_1557 @1557 -ord_1558 @1558 -ord_1559 @1559 -ord_1560 @1560 -ord_1561 @1561 -ord_1562 @1562 -ord_1563 @1563 -ord_1564 @1564 -ord_1565 @1565 -ord_1566 @1566 -ord_1567 @1567 -ord_1568 @1568 -ord_1569 @1569 -ord_1570 @1570 -ord_1571 @1571 -ord_1572 @1572 -ord_1573 @1573 -ord_1574 @1574 -ord_1575 @1575 -ord_1576 @1576 -ord_1577 @1577 -ord_1578 @1578 -ord_1579 @1579 -ord_1580 @1580 -ord_1581 @1581 -ord_1582 @1582 -ord_1583 @1583 -ord_1584 @1584 -ord_1585 @1585 -ord_1586 @1586 -ord_1587 @1587 -ord_1588 @1588 -ord_1589 @1589 -ord_1590 @1590 -ord_1591 @1591 -ord_1592 @1592 -ord_1593 @1593 -ord_1594 @1594 -ord_1595 @1595 -ord_1596 @1596 -ord_1597 @1597 -ord_1598 @1598 -ord_1599 @1599 -ord_1600 @1600 -ord_1601 @1601 -ord_1602 @1602 -ord_1603 @1603 -ord_1604 @1604 -ord_1605 @1605 -ord_1606 @1606 -ord_1607 @1607 -ord_1608 @1608 -ord_1609 @1609 -ord_1610 @1610 -ord_1611 @1611 -ord_1612 @1612 -ord_1613 @1613 -ord_1614 @1614 -ord_1615 @1615 -ord_1616 @1616 -ord_1617 @1617 -ord_1618 @1618 -ord_1619 @1619 -ord_1620 @1620 -ord_1621 @1621 -ord_1622 @1622 -ord_1623 @1623 -ord_1624 @1624 -ord_1625 @1625 -ord_1626 @1626 -ord_1627 @1627 -ord_1628 @1628 -ord_1629 @1629 -ord_1630 @1630 -ord_1631 @1631 -ord_1632 @1632 -ord_1633 @1633 -ord_1634 @1634 -ord_1635 @1635 -ord_1636 @1636 -ord_1637 @1637 -ord_1638 @1638 -ord_1639 @1639 -ord_1640 @1640 -ord_1641 @1641 -ord_1642 @1642 -ord_1643 @1643 -ord_1644 @1644 -ord_1645 @1645 -ord_1646 @1646 -ord_1647 @1647 -ord_1648 @1648 -ord_1649 @1649 -ord_1650 @1650 -ord_1651 @1651 -ord_1652 @1652 -ord_1653 @1653 -ord_1654 @1654 -ord_1655 @1655 -ord_1656 @1656 -ord_1657 @1657 -ord_1658 @1658 -ord_1659 @1659 -ord_1660 @1660 -ord_1661 @1661 -ord_1662 @1662 -ord_1663 @1663 -ord_1664 @1664 -ord_1665 @1665 -ord_1666 @1666 -ord_1667 @1667 -ord_1668 @1668 -ord_1669 @1669 -ord_1670 @1670 -ord_1671 @1671 -ord_1672 @1672 -ord_1673 @1673 -ord_1674 @1674 -ord_1675 @1675 -ord_1676 @1676 -ord_1677 @1677 -ord_1678 @1678 -ord_1679 @1679 -ord_1680 @1680 -ord_1681 @1681 -ord_1682 @1682 -ord_1683 @1683 -ord_1684 @1684 -ord_1685 @1685 -ord_1686 @1686 -ord_1687 @1687 -ord_1688 @1688 -ord_1689 @1689 -ord_1690 @1690 -ord_1691 @1691 -ord_1692 @1692 -ord_1693 @1693 -ord_1694 @1694 -ord_1695 @1695 -ord_1696 @1696 -ord_1697 @1697 -ord_1698 @1698 -ord_1699 @1699 -ord_1700 @1700 -ord_1701 @1701 -ord_1702 @1702 -ord_1703 @1703 -ord_1704 @1704 -ord_1705 @1705 -ord_1706 @1706 -ord_1707 @1707 -ord_1708 @1708 -ord_1709 @1709 -ord_1710 @1710 -ord_1711 @1711 -ord_1712 @1712 -ord_1713 @1713 -ord_1714 @1714 -ord_1715 @1715 -ord_1716 @1716 -ord_1717 @1717 -ord_1718 @1718 -ord_1719 @1719 -ord_1720 @1720 -ord_1721 @1721 -ord_1722 @1722 -ord_1723 @1723 -ord_1724 @1724 -ord_1725 @1725 -ord_1726 @1726 -ord_1727 @1727 -ord_1728 @1728 -ord_1729 @1729 -ord_1730 @1730 -ord_1731 @1731 -ord_1732 @1732 -ord_1733 @1733 -ord_1734 @1734 -ord_1735 @1735 -ord_1736 @1736 -ord_1737 @1737 -ord_1738 @1738 -ord_1739 @1739 -ord_1740 @1740 -ord_1741 @1741 -ord_1742 @1742 -ord_1743 @1743 -ord_1744 @1744 -ord_1745 @1745 -ord_1746 @1746 -ord_1747 @1747 -ord_1748 @1748 -ord_1749 @1749 -ord_1750 @1750 -ord_1751 @1751 -ord_1752 @1752 -ord_1753 @1753 -ord_1754 @1754 -ord_1755 @1755 -ord_1756 @1756 -ord_1757 @1757 -ord_1758 @1758 -ord_1759 @1759 -ord_1760 @1760 -ord_1761 @1761 -ord_1762 @1762 -ord_1763 @1763 -ord_1764 @1764 -ord_1765 @1765 -ord_1766 @1766 -ord_1767 @1767 -ord_1768 @1768 -ord_1769 @1769 -ord_1770 @1770 -ord_1771 @1771 -ord_1772 @1772 -ord_1773 @1773 -ord_1774 @1774 -ord_1775 @1775 -ord_1776 @1776 -ord_1777 @1777 -ord_1778 @1778 -ord_1779 @1779 -ord_1780 @1780 DATA -ord_1781 @1781 DATA -ord_1782 @1782 DATA -ord_1783 @1783 DATA -ord_1784 @1784 DATA -ord_1785 @1785 DATA -ord_1786 @1786 DATA -ord_1787 @1787 DATA -ord_1788 @1788 DATA -ord_1789 @1789 DATA -ord_1790 @1790 DATA -ord_1791 @1791 DATA -ord_1792 @1792 DATA -ord_1793 @1793 DATA -ord_1794 @1794 DATA -ord_1795 @1795 DATA -ord_1796 @1796 DATA -ord_1797 @1797 DATA -ord_1798 @1798 DATA -ord_1799 @1799 DATA -ord_1800 @1800 DATA -ord_1801 @1801 DATA -ord_1802 @1802 DATA -ord_1803 @1803 DATA -ord_1804 @1804 DATA -ord_1805 @1805 DATA -ord_1806 @1806 DATA -ord_1807 @1807 DATA -ord_1808 @1808 DATA -ord_1809 @1809 DATA -ord_1810 @1810 DATA -ord_1811 @1811 DATA -ord_1812 @1812 DATA -ord_1813 @1813 DATA -ord_1814 @1814 DATA -ord_1815 @1815 DATA -ord_1816 @1816 DATA -ord_1817 @1817 DATA -ord_1818 @1818 DATA -ord_1819 @1819 DATA -ord_1820 @1820 DATA -ord_1821 @1821 DATA -ord_1822 @1822 DATA -ord_1823 @1823 DATA -ord_1824 @1824 DATA -ord_1825 @1825 DATA -ord_1826 @1826 DATA -ord_1827 @1827 DATA -ord_1828 @1828 DATA -ord_1829 @1829 DATA -ord_1830 @1830 DATA -ord_1831 @1831 DATA -ord_1832 @1832 DATA -ord_1833 @1833 DATA -ord_1834 @1834 DATA -ord_1835 @1835 DATA -ord_1836 @1836 DATA -ord_1837 @1837 DATA -ord_1838 @1838 DATA -ord_1839 @1839 DATA -ord_1840 @1840 DATA -ord_1841 @1841 DATA -ord_1842 @1842 DATA -ord_1843 @1843 DATA -ord_1844 @1844 DATA -ord_1845 @1845 DATA -ord_1846 @1846 DATA -ord_1847 @1847 DATA -ord_1848 @1848 DATA -ord_1849 @1849 DATA -ord_1850 @1850 DATA -ord_1851 @1851 DATA -ord_1852 @1852 DATA -ord_1853 @1853 DATA -ord_1854 @1854 DATA -ord_1855 @1855 DATA -ord_1856 @1856 DATA -ord_1857 @1857 DATA -ord_1858 @1858 DATA -ord_1859 @1859 DATA -ord_1860 @1860 DATA -ord_1861 @1861 DATA -ord_1862 @1862 DATA -ord_1863 @1863 DATA -ord_1864 @1864 DATA -ord_1865 @1865 DATA -ord_1866 @1866 DATA -ord_1867 @1867 DATA -ord_1868 @1868 DATA -ord_1869 @1869 DATA -ord_1870 @1870 DATA -ord_1871 @1871 DATA -ord_1872 @1872 DATA -ord_1873 @1873 DATA -ord_1874 @1874 DATA -ord_1875 @1875 DATA -ord_1876 @1876 DATA -ord_1877 @1877 DATA -ord_1878 @1878 DATA -ord_1879 @1879 DATA -ord_1880 @1880 DATA -ord_1881 @1881 DATA -ord_1882 @1882 DATA -ord_1883 @1883 DATA -ord_1884 @1884 DATA -ord_1885 @1885 DATA -ord_1886 @1886 DATA -ord_1887 @1887 DATA -ord_1888 @1888 DATA -ord_1889 @1889 DATA -ord_1890 @1890 DATA -ord_1891 @1891 DATA -ord_1892 @1892 DATA -ord_1893 @1893 DATA -ord_1894 @1894 DATA -ord_1895 @1895 DATA -ord_1896 @1896 DATA -ord_1897 @1897 DATA -ord_1898 @1898 DATA -ord_1899 @1899 DATA -ord_1900 @1900 DATA -ord_1901 @1901 DATA -ord_1902 @1902 DATA -ord_1903 @1903 DATA -ord_1904 @1904 DATA -ord_1905 @1905 DATA -ord_1906 @1906 DATA -ord_1907 @1907 DATA -ord_1908 @1908 DATA -ord_1909 @1909 DATA -ord_1910 @1910 DATA -ord_1911 @1911 DATA -ord_1912 @1912 DATA -ord_1913 @1913 DATA -ord_1914 @1914 DATA -ord_1915 @1915 DATA -ord_1916 @1916 DATA -ord_1917 @1917 DATA -ord_1918 @1918 DATA -ord_1919 @1919 DATA -ord_1920 @1920 DATA -ord_1921 @1921 DATA -ord_1922 @1922 DATA -ord_1923 @1923 DATA -ord_1924 @1924 DATA -ord_1925 @1925 DATA -ord_1926 @1926 DATA -ord_1927 @1927 DATA -ord_1928 @1928 DATA -ord_1929 @1929 DATA -ord_1930 @1930 DATA -ord_1931 @1931 DATA -ord_1932 @1932 DATA -ord_1933 @1933 DATA -ord_1934 @1934 DATA -ord_1935 @1935 DATA -ord_1936 @1936 DATA -ord_1937 @1937 DATA -ord_1938 @1938 DATA -ord_1939 @1939 DATA -ord_1940 @1940 DATA -ord_1941 @1941 DATA -ord_1942 @1942 DATA -ord_1943 @1943 -ord_1944 @1944 -ord_1945 @1945 -ord_1946 @1946 -ord_1947 @1947 -ord_1948 @1948 -ord_1949 @1949 -ord_1950 @1950 -ord_1951 @1951 -ord_1952 @1952 -ord_1953 @1953 -ord_1954 @1954 -ord_1955 @1955 -ord_1956 @1956 -ord_1957 @1957 -ord_1958 @1958 -ord_1959 @1959 -ord_1960 @1960 -ord_1961 @1961 -ord_1962 @1962 -ord_1963 @1963 -ord_1964 @1964 -ord_1965 @1965 -ord_1966 @1966 -ord_1967 @1967 -ord_1968 @1968 -ord_1969 @1969 -ord_1970 @1970 -ord_1971 @1971 -ord_1972 @1972 -ord_1973 @1973 -ord_1974 @1974 -ord_1975 @1975 -ord_1976 @1976 -ord_1977 @1977 -ord_1978 @1978 -ord_1979 @1979 -ord_1980 @1980 -ord_1981 @1981 -ord_1982 @1982 -ord_1983 @1983 -ord_1984 @1984 -ord_1985 @1985 -ord_1986 @1986 -ord_1987 @1987 -ord_1988 @1988 -ord_1989 @1989 -ord_1990 @1990 -ord_1991 @1991 -ord_1992 @1992 -ord_1993 @1993 -ord_1994 @1994 -ord_1995 @1995 -ord_1996 @1996 -ord_1997 @1997 -ord_1998 @1998 -ord_1999 @1999 -ord_2000 @2000 -ord_2001 @2001 -ord_2002 @2002 DATA -ord_2003 @2003 -ord_2004 @2004 -ord_2005 @2005 -ord_2006 @2006 -ord_2007 @2007 -ord_2008 @2008 -ord_2009 @2009 -ord_2010 @2010 -ord_2011 @2011 -ord_2012 @2012 -ord_2013 @2013 -ord_2014 @2014 -ord_2015 @2015 -ord_2016 @2016 -ord_2017 @2017 -ord_2018 @2018 -ord_2019 @2019 -ord_2020 @2020 -ord_2021 @2021 -ord_2022 @2022 -ord_2023 @2023 -ord_2024 @2024 -ord_2025 @2025 DATA -ord_2026 @2026 DATA -ord_2027 @2027 -ord_2028 @2028 -ord_2029 @2029 -ord_2030 @2030 -ord_2031 @2031 -ord_2032 @2032 -ord_2033 @2033 -ord_2034 @2034 -ord_2035 @2035 -ord_2036 @2036 -ord_2037 @2037 -ord_2038 @2038 -ord_2039 @2039 -ord_2040 @2040 -ord_2041 @2041 -ord_2042 @2042 -ord_2043 @2043 -ord_2044 @2044 -ord_2045 @2045 -ord_2046 @2046 -ord_2047 @2047 -ord_2048 @2048 -ord_2049 @2049 -ord_2050 @2050 -ord_2051 @2051 -ord_2052 @2052 -ord_2053 @2053 -ord_2054 @2054 -ord_2055 @2055 -ord_2056 @2056 -ord_2057 @2057 -ord_2058 @2058 -ord_2059 @2059 -ord_2060 @2060 -ord_2061 @2061 -ord_2062 @2062 -ord_2063 @2063 -ord_2064 @2064 -ord_2065 @2065 -ord_2066 @2066 -ord_2067 @2067 -ord_2068 @2068 -ord_2069 @2069 -ord_2070 @2070 -ord_2071 @2071 -ord_2072 @2072 -ord_2073 @2073 -ord_2074 @2074 -ord_2075 @2075 -ord_2076 @2076 -ord_2077 @2077 -ord_2078 @2078 -ord_2079 @2079 -ord_2080 @2080 -ord_2081 @2081 -ord_2082 @2082 -ord_2083 @2083 -ord_2084 @2084 -ord_2085 @2085 -ord_2086 @2086 -ord_2087 @2087 -ord_2088 @2088 -ord_2089 @2089 -ord_2090 @2090 -ord_2091 @2091 -ord_2092 @2092 -ord_2093 @2093 -ord_2094 @2094 -ord_2095 @2095 -ord_2096 @2096 -ord_2097 @2097 -ord_2098 @2098 -ord_2099 @2099 -ord_2100 @2100 -ord_2101 @2101 -ord_2102 @2102 -ord_2103 @2103 -ord_2104 @2104 -ord_2105 @2105 -ord_2106 @2106 -ord_2107 @2107 -ord_2108 @2108 -ord_2109 @2109 -ord_2110 @2110 -ord_2111 @2111 -ord_2112 @2112 -ord_2113 @2113 -ord_2114 @2114 -ord_2115 @2115 -ord_2116 @2116 -ord_2117 @2117 -ord_2118 @2118 -ord_2119 @2119 -ord_2120 @2120 -ord_2121 @2121 -ord_2122 @2122 -ord_2123 @2123 -ord_2124 @2124 -ord_2125 @2125 -ord_2126 @2126 -ord_2127 @2127 -ord_2128 @2128 -ord_2129 @2129 -ord_2130 @2130 -ord_2131 @2131 -ord_2132 @2132 -ord_2133 @2133 -ord_2134 @2134 -ord_2135 @2135 -ord_2136 @2136 -ord_2137 @2137 -ord_2138 @2138 -ord_2139 @2139 -ord_2140 @2140 -ord_2141 @2141 -ord_2142 @2142 -ord_2143 @2143 -ord_2144 @2144 -ord_2145 @2145 -ord_2146 @2146 -ord_2147 @2147 -ord_2148 @2148 -ord_2149 @2149 -ord_2150 @2150 -ord_2151 @2151 -ord_2152 @2152 -ord_2153 @2153 -ord_2154 @2154 -ord_2155 @2155 -ord_2156 @2156 -ord_2157 @2157 -ord_2158 @2158 -ord_2159 @2159 -ord_2160 @2160 -ord_2161 @2161 -ord_2162 @2162 -ord_2163 @2163 -ord_2164 @2164 -ord_2165 @2165 -ord_2166 @2166 -ord_2167 @2167 -ord_2168 @2168 -ord_2169 @2169 -ord_2170 @2170 -ord_2171 @2171 -ord_2172 @2172 -ord_2173 @2173 -ord_2174 @2174 -ord_2175 @2175 -ord_2176 @2176 -ord_2177 @2177 -ord_2178 @2178 -ord_2179 @2179 -ord_2180 @2180 -ord_2181 @2181 -ord_2182 @2182 -ord_2184 @2184 -ord_2185 @2185 -ord_2186 @2186 -ord_2187 @2187 -ord_2188 @2188 -ord_2189 @2189 -ord_2190 @2190 -ord_2191 @2191 -ord_2192 @2192 -ord_2195 @2195 -ord_2196 @2196 -ord_2197 @2197 -ord_2198 @2198 -ord_2199 @2199 -ord_2200 @2200 -ord_2201 @2201 -ord_2202 @2202 -ord_2203 @2203 -ord_2204 @2204 -ord_2205 @2205 -ord_2206 @2206 -ord_2207 @2207 -ord_2208 @2208 -ord_2209 @2209 -ord_2210 @2210 -ord_2211 @2211 -ord_2212 @2212 -ord_2213 @2213 -ord_2214 @2214 -ord_2215 @2215 -ord_2216 @2216 -ord_2217 @2217 -ord_2218 @2218 -ord_2219 @2219 -ord_2220 @2220 -ord_2221 @2221 -ord_2222 @2222 -ord_2223 @2223 -ord_2224 @2224 -ord_2225 @2225 -ord_2226 @2226 -ord_2227 @2227 -ord_2228 @2228 -ord_2229 @2229 -ord_2230 @2230 -ord_2231 @2231 -ord_2232 @2232 -ord_2233 @2233 -ord_2234 @2234 -ord_2235 @2235 -ord_2236 @2236 -ord_2237 @2237 -ord_2238 @2238 -ord_2239 @2239 -ord_2240 @2240 -ord_2241 @2241 -ord_2242 @2242 -ord_2243 @2243 -ord_2244 @2244 -ord_2245 @2245 -ord_2246 @2246 -ord_2247 @2247 -ord_2248 @2248 -ord_2249 @2249 -ord_2250 @2250 -ord_2251 @2251 -ord_2252 @2252 -ord_2253 @2253 -ord_2254 @2254 -ord_2255 @2255 -ord_2256 @2256 -ord_2257 @2257 -ord_2258 @2258 -ord_2259 @2259 -ord_2260 @2260 -ord_2261 @2261 -ord_2262 @2262 -ord_2263 @2263 -ord_2264 @2264 -ord_2265 @2265 -ord_2266 @2266 -ord_2267 @2267 -ord_2268 @2268 -ord_2269 @2269 -ord_2270 @2270 -ord_2271 @2271 -ord_2272 @2272 -ord_2273 @2273 -ord_2274 @2274 -ord_2275 @2275 -ord_2276 @2276 -ord_2277 @2277 -ord_2278 @2278 -ord_2279 @2279 -ord_2280 @2280 -ord_2281 @2281 -ord_2282 @2282 -ord_2283 @2283 -ord_2284 @2284 -ord_2285 @2285 -ord_2286 @2286 -ord_2287 @2287 -ord_2288 @2288 -ord_2289 @2289 -ord_2290 @2290 -ord_2291 @2291 -ord_2292 @2292 -ord_2293 @2293 -ord_2294 @2294 -ord_2295 @2295 -ord_2296 @2296 -ord_2297 @2297 -ord_2298 @2298 -ord_2299 @2299 -ord_2300 @2300 -ord_2301 @2301 -ord_2302 @2302 -ord_2303 @2303 -ord_2304 @2304 -ord_2305 @2305 -ord_2306 @2306 -ord_2307 @2307 -ord_2308 @2308 -ord_2309 @2309 -ord_2310 @2310 -ord_2311 @2311 -ord_2312 @2312 -ord_2313 @2313 -ord_2314 @2314 -ord_2315 @2315 -ord_2316 @2316 -ord_2317 @2317 -ord_2318 @2318 -ord_2319 @2319 -ord_2320 @2320 -ord_2321 @2321 -ord_2322 @2322 -ord_2323 @2323 -ord_2324 @2324 -ord_2325 @2325 -ord_2326 @2326 -ord_2327 @2327 -ord_2328 @2328 -ord_2329 @2329 -ord_2330 @2330 -ord_2331 @2331 -ord_2332 @2332 -ord_2333 @2333 -ord_2334 @2334 -ord_2335 @2335 -ord_2336 @2336 -ord_2337 @2337 -ord_2338 @2338 -ord_2339 @2339 -ord_2340 @2340 -ord_2341 @2341 -ord_2342 @2342 -ord_2343 @2343 -ord_2344 @2344 -ord_2345 @2345 -ord_2346 @2346 -ord_2347 @2347 -ord_2348 @2348 -ord_2349 @2349 -ord_2350 @2350 -ord_2351 @2351 -ord_2352 @2352 -ord_2353 @2353 -ord_2354 @2354 -ord_2355 @2355 -ord_2356 @2356 -ord_2357 @2357 -ord_2358 @2358 -ord_2359 @2359 -ord_2360 @2360 -ord_2361 @2361 -ord_2362 @2362 -ord_2363 @2363 -ord_2364 @2364 -ord_2365 @2365 -ord_2366 @2366 -ord_2367 @2367 -ord_2368 @2368 -ord_2369 @2369 -ord_2370 @2370 -ord_2371 @2371 -ord_2372 @2372 -ord_2373 @2373 -ord_2374 @2374 -ord_2375 @2375 -ord_2376 @2376 -ord_2377 @2377 -ord_2378 @2378 -ord_2379 @2379 -ord_2380 @2380 -ord_2381 @2381 -ord_2382 @2382 -ord_2383 @2383 -ord_2384 @2384 -ord_2385 @2385 -ord_2386 @2386 -ord_2387 @2387 -ord_2388 @2388 -ord_2389 @2389 -ord_2390 @2390 -ord_2391 @2391 -ord_2392 @2392 -ord_2393 @2393 -ord_2394 @2394 -ord_2395 @2395 -ord_2396 @2396 -ord_2397 @2397 -ord_2398 @2398 -ord_2399 @2399 -ord_2400 @2400 -ord_2401 @2401 -ord_2402 @2402 -ord_2403 @2403 -ord_2404 @2404 -ord_2405 @2405 -ord_2406 @2406 -ord_2407 @2407 -ord_2408 @2408 -ord_2409 @2409 -ord_2410 @2410 -ord_2411 @2411 -ord_2412 @2412 -ord_2413 @2413 -ord_2414 @2414 -ord_2415 @2415 -ord_2416 @2416 -ord_2417 @2417 -ord_2418 @2418 -ord_2419 @2419 -ord_2420 @2420 -ord_2421 @2421 -ord_2422 @2422 -ord_2423 @2423 -ord_2424 @2424 -ord_2425 @2425 -ord_2426 @2426 -ord_2427 @2427 -ord_2428 @2428 -ord_2429 @2429 -ord_2430 @2430 -ord_2431 @2431 -ord_2432 @2432 -ord_2433 @2433 -ord_2434 @2434 -ord_2435 @2435 -ord_2436 @2436 -ord_2437 @2437 -ord_2438 @2438 -ord_2439 @2439 -ord_2440 @2440 -ord_2441 @2441 -ord_2442 @2442 -ord_2443 @2443 -ord_2444 @2444 -ord_2445 @2445 -ord_2446 @2446 -ord_2447 @2447 -ord_2448 @2448 -ord_2449 @2449 -ord_2450 @2450 -ord_2451 @2451 -ord_2452 @2452 -ord_2453 @2453 -ord_2454 @2454 -ord_2455 @2455 -ord_2456 @2456 -ord_2457 @2457 -ord_2458 @2458 -ord_2459 @2459 -ord_2460 @2460 -ord_2461 @2461 -ord_2462 @2462 -ord_2463 @2463 -ord_2464 @2464 -ord_2465 @2465 -ord_2466 @2466 -ord_2467 @2467 -ord_2468 @2468 -ord_2469 @2469 -ord_2470 @2470 -ord_2471 @2471 -ord_2472 @2472 -ord_2473 @2473 -ord_2474 @2474 -ord_2475 @2475 -ord_2476 @2476 -ord_2477 @2477 -ord_2478 @2478 DATA -ord_2479 @2479 -ord_2480 @2480 -ord_2481 @2481 -ord_2482 @2482 -ord_2483 @2483 -ord_2484 @2484 -ord_2485 @2485 -ord_2486 @2486 -ord_2487 @2487 -ord_2488 @2488 -ord_2489 @2489 -ord_2490 @2490 -ord_2491 @2491 -ord_2492 @2492 -ord_2493 @2493 -ord_2494 @2494 -ord_2495 @2495 -ord_2496 @2496 -ord_2497 @2497 -ord_2498 @2498 -ord_2499 @2499 -ord_2500 @2500 -ord_2501 @2501 -ord_2502 @2502 -ord_2503 @2503 -ord_2504 @2504 -ord_2505 @2505 -ord_2506 @2506 -ord_2507 @2507 -ord_2508 @2508 -ord_2509 @2509 -ord_2510 @2510 -ord_2511 @2511 -ord_2512 @2512 -ord_2513 @2513 -ord_2514 @2514 -ord_2515 @2515 -ord_2516 @2516 -ord_2517 @2517 -ord_2518 @2518 -ord_2519 @2519 -ord_2520 @2520 -ord_2521 @2521 -ord_2522 @2522 -ord_2523 @2523 -ord_2524 @2524 -ord_2525 @2525 -ord_2526 @2526 -ord_2527 @2527 -ord_2528 @2528 -ord_2529 @2529 -ord_2530 @2530 -ord_2531 @2531 -ord_2532 @2532 -ord_2533 @2533 -ord_2534 @2534 -ord_2535 @2535 -ord_2536 @2536 -ord_2537 @2537 -ord_2538 @2538 -ord_2539 @2539 -ord_2540 @2540 -ord_2541 @2541 -ord_2542 @2542 -ord_2543 @2543 -ord_2544 @2544 -ord_2545 @2545 -ord_2546 @2546 -ord_2547 @2547 -ord_2548 @2548 -ord_2549 @2549 -ord_2550 @2550 -ord_2551 @2551 -ord_2552 @2552 -ord_2553 @2553 -ord_2554 @2554 -ord_2555 @2555 -ord_2556 @2556 -ord_2557 @2557 -ord_2558 @2558 -ord_2559 @2559 -ord_2560 @2560 -ord_2561 @2561 -ord_2562 @2562 -ord_2563 @2563 -ord_2564 @2564 -ord_2565 @2565 -ord_2566 @2566 -ord_2567 @2567 -ord_2568 @2568 -ord_2569 @2569 -ord_2570 @2570 -ord_2571 @2571 -ord_2572 @2572 -ord_2573 @2573 -ord_2574 @2574 -ord_2575 @2575 -ord_2576 @2576 -ord_2577 @2577 -ord_2578 @2578 -ord_2579 @2579 -ord_2580 @2580 -ord_2581 @2581 -ord_2582 @2582 -ord_2583 @2583 -ord_2584 @2584 -ord_2585 @2585 -ord_2586 @2586 -ord_2587 @2587 -ord_2588 @2588 -ord_2589 @2589 -ord_2590 @2590 -ord_2591 @2591 -ord_2592 @2592 -ord_2593 @2593 -ord_2594 @2594 -ord_2595 @2595 -ord_2596 @2596 -ord_2597 @2597 -ord_2598 @2598 -ord_2599 @2599 -ord_2600 @2600 -ord_2601 @2601 -ord_2602 @2602 -ord_2603 @2603 -ord_2604 @2604 -ord_2605 @2605 -ord_2606 @2606 -ord_2607 @2607 -ord_2608 @2608 -ord_2609 @2609 -ord_2610 @2610 -ord_2611 @2611 -ord_2612 @2612 -ord_2614 @2614 -ord_2615 @2615 -ord_2616 @2616 -ord_2617 @2617 -ord_2618 @2618 -ord_2619 @2619 -ord_2620 @2620 -ord_2621 @2621 -ord_2622 @2622 -ord_2623 @2623 -ord_2624 @2624 -ord_2625 @2625 -ord_2626 @2626 -ord_2627 @2627 -ord_2628 @2628 -ord_2629 @2629 -ord_2630 @2630 -ord_2631 @2631 -ord_2632 @2632 -ord_2633 @2633 -ord_2634 @2634 -ord_2635 @2635 -ord_2636 @2636 -ord_2637 @2637 -ord_2638 @2638 -ord_2639 @2639 -ord_2640 @2640 -ord_2641 @2641 -ord_2642 @2642 -ord_2643 @2643 -ord_2644 @2644 -ord_2645 @2645 -ord_2646 @2646 -ord_2647 @2647 -ord_2648 @2648 -ord_2649 @2649 -ord_2650 @2650 -ord_2651 @2651 -ord_2652 @2652 -ord_2653 @2653 -ord_2654 @2654 -ord_2655 @2655 -ord_2656 @2656 -ord_2657 @2657 -ord_2658 @2658 -ord_2659 @2659 -ord_2660 @2660 -ord_2661 @2661 -ord_2662 @2662 -ord_2663 @2663 -ord_2664 @2664 -ord_2665 @2665 -ord_2666 @2666 -ord_2667 @2667 -ord_2668 @2668 -ord_2669 @2669 -ord_2670 @2670 -ord_2671 @2671 -ord_2672 @2672 -ord_2673 @2673 -ord_2674 @2674 -ord_2675 @2675 -ord_2676 @2676 -ord_2677 @2677 -ord_2678 @2678 -ord_2679 @2679 -ord_2680 @2680 DATA -ord_2681 @2681 -ord_2682 @2682 -ord_2683 @2683 -ord_2684 @2684 -ord_2685 @2685 -ord_2686 @2686 -ord_2687 @2687 -ord_2688 @2688 -ord_2689 @2689 -ord_2690 @2690 -ord_2691 @2691 -ord_2692 @2692 -ord_2693 @2693 -ord_2694 @2694 -ord_2695 @2695 -ord_2696 @2696 -ord_2697 @2697 -ord_2698 @2698 -ord_2699 @2699 -ord_2700 @2700 -ord_2701 @2701 -ord_2702 @2702 -ord_2703 @2703 -ord_2704 @2704 -ord_2705 @2705 -ord_2706 @2706 -ord_2707 @2707 -ord_2708 @2708 -ord_2709 @2709 -ord_2710 @2710 -ord_2711 @2711 -ord_2712 @2712 -ord_2713 @2713 -ord_2714 @2714 -ord_2715 @2715 -ord_2716 @2716 -ord_2717 @2717 -ord_2718 @2718 -ord_2719 @2719 -ord_2720 @2720 -ord_2721 @2721 -ord_2722 @2722 -ord_2723 @2723 -ord_2724 @2724 -ord_2725 @2725 -ord_2726 @2726 DATA -ord_2727 @2727 DATA -ord_2728 @2728 DATA -ord_2729 @2729 -ord_2730 @2730 -ord_2731 @2731 -ord_2732 @2732 -ord_2733 @2733 -ord_2734 @2734 -ord_2735 @2735 -ord_2736 @2736 -ord_2737 @2737 -ord_2738 @2738 -ord_2739 @2739 -ord_2740 @2740 -ord_2741 @2741 -ord_2742 @2742 -ord_2743 @2743 -ord_2744 @2744 -ord_2745 @2745 -ord_2746 @2746 -ord_2747 @2747 -ord_2748 @2748 -ord_2749 @2749 -ord_2750 @2750 -ord_2751 @2751 -ord_2752 @2752 -ord_2753 @2753 -ord_2754 @2754 -ord_2755 @2755 -ord_2756 @2756 -ord_2757 @2757 -ord_2758 @2758 -ord_2759 @2759 -ord_2760 @2760 -ord_2761 @2761 -ord_2762 @2762 -ord_2763 @2763 -ord_2764 @2764 -ord_2765 @2765 -ord_2766 @2766 -ord_2767 @2767 -ord_2768 @2768 -ord_2769 @2769 -ord_2770 @2770 -ord_2771 @2771 -ord_2772 @2772 -ord_2773 @2773 -ord_2774 @2774 -ord_2775 @2775 -ord_2776 @2776 -ord_2777 @2777 -ord_2778 @2778 -ord_2779 @2779 -ord_2780 @2780 -ord_2781 @2781 -ord_2782 @2782 -ord_2783 @2783 -ord_2784 @2784 -ord_2785 @2785 -ord_2786 @2786 -ord_2787 @2787 -ord_2788 @2788 -ord_2789 @2789 -ord_2790 @2790 -ord_2791 @2791 -ord_2792 @2792 -ord_2793 @2793 -ord_2794 @2794 -ord_2795 @2795 -ord_2796 @2796 -ord_2797 @2797 -ord_2798 @2798 -ord_2799 @2799 -ord_2800 @2800 -ord_2801 @2801 -ord_2802 @2802 -ord_2803 @2803 -ord_2804 @2804 -ord_2805 @2805 -ord_2806 @2806 -ord_2807 @2807 -ord_2808 @2808 -ord_2809 @2809 -ord_2810 @2810 -ord_2811 @2811 -ord_2812 @2812 -ord_2813 @2813 -ord_2814 @2814 -ord_2815 @2815 -ord_2816 @2816 -ord_2817 @2817 -ord_2818 @2818 -ord_2819 @2819 -ord_2820 @2820 -ord_2821 @2821 -ord_2822 @2822 -ord_2823 @2823 -ord_2824 @2824 -ord_2825 @2825 -ord_2826 @2826 -ord_2827 @2827 -ord_2828 @2828 -ord_2829 @2829 -ord_2830 @2830 -ord_2831 @2831 -ord_2832 @2832 -ord_2833 @2833 -ord_2834 @2834 -ord_2835 @2835 -ord_2836 @2836 -ord_2837 @2837 -ord_2838 @2838 -ord_2839 @2839 -ord_2840 @2840 -ord_2841 @2841 -ord_2842 @2842 -ord_2843 @2843 -ord_2844 @2844 -ord_2845 @2845 -ord_2846 @2846 -ord_2847 @2847 -ord_2848 @2848 -ord_2849 @2849 -ord_2850 @2850 -ord_2851 @2851 -ord_2852 @2852 -ord_2853 @2853 -ord_2854 @2854 -ord_2855 @2855 -ord_2856 @2856 -ord_2857 @2857 -ord_2858 @2858 -ord_2859 @2859 -ord_2860 @2860 -ord_2861 @2861 -ord_2862 @2862 -ord_2863 @2863 -ord_2864 @2864 -ord_2865 @2865 -ord_2866 @2866 -ord_2867 @2867 -ord_2868 @2868 -ord_2869 @2869 -ord_2870 @2870 -ord_2871 @2871 -ord_2872 @2872 -ord_2873 @2873 -ord_2874 @2874 -ord_2875 @2875 -ord_2876 @2876 -ord_2877 @2877 -ord_2878 @2878 -ord_2879 @2879 -ord_2880 @2880 -ord_2881 @2881 -ord_2882 @2882 -ord_2883 @2883 -ord_2884 @2884 -ord_2885 @2885 -ord_2886 @2886 -ord_2887 @2887 -ord_2888 @2888 -ord_2889 @2889 -ord_2890 @2890 -ord_2891 @2891 -ord_2892 @2892 -ord_2893 @2893 -ord_2894 @2894 -ord_2895 @2895 -ord_2896 @2896 -ord_2897 @2897 -ord_2898 @2898 -ord_2899 @2899 -ord_2900 @2900 -ord_2901 @2901 -ord_2902 @2902 -ord_2903 @2903 -ord_2904 @2904 -ord_2905 @2905 -ord_2906 @2906 -ord_2907 @2907 -ord_2908 @2908 -ord_2909 @2909 -ord_2910 @2910 -ord_2911 @2911 -ord_2912 @2912 -ord_2913 @2913 -ord_2914 @2914 -ord_2915 @2915 -ord_2916 @2916 -ord_2917 @2917 -ord_2918 @2918 -ord_2919 @2919 -ord_2920 @2920 -ord_2921 @2921 -ord_2922 @2922 -ord_2923 @2923 -ord_2924 @2924 -ord_2925 @2925 -ord_2926 @2926 -ord_2927 @2927 -ord_2928 @2928 -ord_2929 @2929 -ord_2930 @2930 -ord_2931 @2931 -ord_2932 @2932 -ord_2933 @2933 -ord_2934 @2934 -ord_2935 @2935 -ord_2936 @2936 -ord_2937 @2937 -ord_2938 @2938 -ord_2939 @2939 -ord_2940 @2940 -ord_2941 @2941 -ord_2942 @2942 -ord_2943 @2943 -ord_2944 @2944 -ord_2945 @2945 -ord_2946 @2946 -ord_2947 @2947 -ord_2948 @2948 -ord_2949 @2949 -ord_2950 @2950 -ord_2951 @2951 -ord_2952 @2952 -ord_2953 @2953 -ord_2954 @2954 -ord_2955 @2955 -ord_2956 @2956 -ord_2957 @2957 -ord_2958 @2958 -ord_2959 @2959 -ord_2960 @2960 -ord_2961 @2961 -ord_2962 @2962 -ord_2963 @2963 -ord_2964 @2964 -ord_2965 @2965 -ord_2966 @2966 -ord_2967 @2967 -ord_2968 @2968 -ord_2969 @2969 -ord_2970 @2970 -ord_2971 @2971 -ord_2972 @2972 -ord_2973 @2973 -ord_2974 @2974 -ord_2975 @2975 -ord_2976 @2976 -ord_2977 @2977 -ord_2978 @2978 -ord_2979 @2979 -ord_2980 @2980 -ord_2981 @2981 -ord_2982 @2982 -ord_2983 @2983 -ord_2984 @2984 -ord_2985 @2985 -ord_2986 @2986 -ord_2987 @2987 -ord_2988 @2988 -ord_2989 @2989 -ord_2990 @2990 -ord_2991 @2991 -ord_2992 @2992 -ord_2993 @2993 -ord_2994 @2994 -ord_2995 @2995 -ord_2996 @2996 -ord_2997 @2997 -ord_2998 @2998 -ord_2999 @2999 -ord_3000 @3000 -ord_3001 @3001 -ord_3002 @3002 -ord_3003 @3003 -ord_3004 @3004 -ord_3005 @3005 -ord_3006 @3006 -ord_3007 @3007 -ord_3008 @3008 -ord_3009 @3009 -ord_3010 @3010 -ord_3011 @3011 -ord_3012 @3012 -ord_3013 @3013 -ord_3014 @3014 -ord_3015 @3015 -ord_3016 @3016 -ord_3017 @3017 -ord_3018 @3018 -ord_3019 @3019 -ord_3020 @3020 -ord_3021 @3021 -ord_3022 @3022 -ord_3023 @3023 -ord_3024 @3024 -ord_3025 @3025 -ord_3026 @3026 -ord_3027 @3027 -ord_3028 @3028 -ord_3029 @3029 -ord_3030 @3030 -ord_3031 @3031 -ord_3032 @3032 -ord_3033 @3033 -ord_3034 @3034 -ord_3035 @3035 -ord_3036 @3036 -ord_3037 @3037 -ord_3038 @3038 -ord_3039 @3039 -ord_3040 @3040 -ord_3041 @3041 -ord_3042 @3042 -ord_3043 @3043 -ord_3044 @3044 -ord_3045 @3045 -ord_3046 @3046 -ord_3047 @3047 -ord_3048 @3048 -ord_3049 @3049 -ord_3050 @3050 -ord_3051 @3051 -ord_3052 @3052 -ord_3053 @3053 -ord_3054 @3054 -ord_3055 @3055 -ord_3056 @3056 -ord_3057 @3057 -ord_3058 @3058 -ord_3059 @3059 -ord_3060 @3060 -ord_3061 @3061 -ord_3062 @3062 -ord_3063 @3063 -ord_3064 @3064 -ord_3065 @3065 -ord_3066 @3066 -ord_3067 @3067 -ord_3068 @3068 -ord_3069 @3069 -ord_3070 @3070 -ord_3071 @3071 -ord_3072 @3072 -ord_3073 @3073 -ord_3074 @3074 -ord_3075 @3075 -ord_3076 @3076 -ord_3077 @3077 -ord_3078 @3078 -ord_3079 @3079 -ord_3080 @3080 -ord_3081 @3081 -ord_3082 @3082 -ord_3083 @3083 -ord_3084 @3084 -ord_3085 @3085 -ord_3086 @3086 -ord_3087 @3087 -ord_3088 @3088 -ord_3089 @3089 -ord_3090 @3090 -ord_3091 @3091 -ord_3092 @3092 -ord_3093 @3093 -ord_3094 @3094 -ord_3095 @3095 -ord_3096 @3096 -ord_3097 @3097 -ord_3098 @3098 -ord_3099 @3099 -ord_3100 @3100 -ord_3101 @3101 -ord_3102 @3102 -ord_3103 @3103 -ord_3104 @3104 -ord_3105 @3105 -ord_3106 @3106 -ord_3107 @3107 -ord_3108 @3108 -ord_3109 @3109 -ord_3110 @3110 -ord_3111 @3111 -ord_3112 @3112 -ord_3113 @3113 -ord_3114 @3114 -ord_3115 @3115 -ord_3116 @3116 -ord_3117 @3117 -ord_3118 @3118 -ord_3119 @3119 -ord_3120 @3120 -ord_3121 @3121 -ord_3122 @3122 -ord_3123 @3123 -ord_3124 @3124 -ord_3125 @3125 -ord_3126 @3126 -ord_3127 @3127 -ord_3128 @3128 -ord_3129 @3129 -ord_3130 @3130 -ord_3131 @3131 -ord_3132 @3132 -ord_3133 @3133 -ord_3134 @3134 -ord_3135 @3135 -ord_3136 @3136 -ord_3137 @3137 -ord_3138 @3138 -ord_3139 @3139 -ord_3140 @3140 -ord_3141 @3141 -ord_3142 @3142 -ord_3143 @3143 -ord_3144 @3144 -ord_3145 @3145 -ord_3146 @3146 -ord_3147 @3147 -ord_3148 @3148 -ord_3149 @3149 -ord_3150 @3150 -ord_3151 @3151 -ord_3152 @3152 -ord_3153 @3153 -ord_3154 @3154 -ord_3155 @3155 -ord_3156 @3156 -ord_3157 @3157 -ord_3158 @3158 -ord_3159 @3159 -ord_3160 @3160 -ord_3161 @3161 -ord_3162 @3162 -ord_3163 @3163 -ord_3164 @3164 -ord_3165 @3165 -ord_3166 @3166 -ord_3167 @3167 -ord_3168 @3168 -ord_3169 @3169 -ord_3170 @3170 -ord_3171 @3171 -ord_3172 @3172 -ord_3173 @3173 -ord_3174 @3174 -ord_3175 @3175 -ord_3176 @3176 -ord_3177 @3177 -ord_3178 @3178 -ord_3179 @3179 -ord_3180 @3180 -ord_3181 @3181 -ord_3182 @3182 -ord_3183 @3183 -ord_3184 @3184 -ord_3185 @3185 -ord_3186 @3186 -ord_3187 @3187 -ord_3188 @3188 -ord_3189 @3189 -ord_3190 @3190 -ord_3191 @3191 -ord_3192 @3192 -ord_3193 @3193 -ord_3194 @3194 -ord_3195 @3195 -ord_3196 @3196 -ord_3197 @3197 -ord_3198 @3198 -ord_3199 @3199 -ord_3200 @3200 -ord_3201 @3201 -ord_3202 @3202 -ord_3203 @3203 -ord_3204 @3204 -ord_3205 @3205 -ord_3206 @3206 -ord_3207 @3207 -ord_3208 @3208 -ord_3209 @3209 -ord_3210 @3210 -ord_3211 @3211 -ord_3212 @3212 -ord_3213 @3213 -ord_3214 @3214 -ord_3215 @3215 -ord_3216 @3216 -ord_3217 @3217 -ord_3218 @3218 -ord_3219 @3219 -ord_3220 @3220 -ord_3221 @3221 -ord_3222 @3222 -ord_3223 @3223 -ord_3224 @3224 -ord_3225 @3225 -ord_3226 @3226 -ord_3227 @3227 -ord_3228 @3228 -ord_3229 @3229 -ord_3230 @3230 -ord_3231 @3231 -ord_3232 @3232 -ord_3233 @3233 -ord_3234 @3234 -ord_3235 @3235 -ord_3236 @3236 -ord_3237 @3237 -ord_3238 @3238 -ord_3239 @3239 -ord_3240 @3240 -ord_3241 @3241 -ord_3242 @3242 -ord_3243 @3243 -ord_3244 @3244 -ord_3245 @3245 -ord_3246 @3246 -ord_3247 @3247 -ord_3248 @3248 -ord_3249 @3249 -ord_3250 @3250 -ord_3251 @3251 -ord_3252 @3252 -ord_3253 @3253 -ord_3254 @3254 -ord_3255 @3255 -ord_3256 @3256 -ord_3257 @3257 -ord_3258 @3258 -ord_3259 @3259 -ord_3260 @3260 -ord_3261 @3261 -ord_3262 @3262 -ord_3263 @3263 -ord_3264 @3264 -ord_3265 @3265 -ord_3266 @3266 -ord_3267 @3267 -ord_3268 @3268 -ord_3269 @3269 -ord_3270 @3270 -ord_3271 @3271 -ord_3272 @3272 -ord_3273 @3273 -ord_3274 @3274 -ord_3275 @3275 -ord_3276 @3276 -ord_3277 @3277 -ord_3278 @3278 -ord_3279 @3279 -ord_3280 @3280 -ord_3281 @3281 -ord_3282 @3282 -ord_3283 @3283 -ord_3284 @3284 -ord_3285 @3285 -ord_3286 @3286 -ord_3287 @3287 -ord_3288 @3288 -ord_3289 @3289 -ord_3290 @3290 -ord_3291 @3291 -ord_3292 @3292 -ord_3293 @3293 -ord_3294 @3294 -ord_3295 @3295 -ord_3296 @3296 -ord_3297 @3297 -ord_3298 @3298 -ord_3299 @3299 -ord_3300 @3300 -ord_3301 @3301 -ord_3302 @3302 -ord_3303 @3303 -ord_3304 @3304 -ord_3305 @3305 -ord_3306 @3306 -ord_3307 @3307 -ord_3308 @3308 -ord_3309 @3309 -ord_3310 @3310 -ord_3311 @3311 -ord_3312 @3312 -ord_3313 @3313 -ord_3314 @3314 -ord_3316 @3316 -ord_3317 @3317 -ord_3318 @3318 -ord_3321 @3321 -ord_3322 @3322 -ord_3323 @3323 -ord_3324 @3324 -ord_3325 @3325 -ord_3326 @3326 -ord_3327 @3327 -ord_3328 @3328 -ord_3329 @3329 -ord_3330 @3330 -ord_3331 @3331 -ord_3332 @3332 -ord_3333 @3333 -ord_3334 @3334 -ord_3335 @3335 -ord_3336 @3336 -ord_3337 @3337 -ord_3338 @3338 -ord_3339 @3339 -ord_3340 @3340 -ord_3341 @3341 -ord_3342 @3342 -ord_3343 @3343 -ord_3344 @3344 -ord_3345 @3345 -ord_3346 @3346 -ord_3347 @3347 -ord_3348 @3348 -ord_3349 @3349 -ord_3350 @3350 -ord_3351 @3351 -ord_3352 @3352 -ord_3353 @3353 -ord_3354 @3354 -ord_3355 @3355 -ord_3356 @3356 -ord_3357 @3357 -ord_3358 @3358 -ord_3359 @3359 -ord_3360 @3360 -ord_3361 @3361 -ord_3362 @3362 -ord_3363 @3363 -ord_3364 @3364 -ord_3365 @3365 -ord_3366 @3366 -ord_3367 @3367 -ord_3368 @3368 -ord_3369 @3369 -ord_3370 @3370 -ord_3371 @3371 -ord_3372 @3372 -ord_3373 @3373 -ord_3374 @3374 -ord_3375 @3375 -ord_3376 @3376 -ord_3377 @3377 -ord_3378 @3378 -ord_3379 @3379 -ord_3380 @3380 -ord_3381 @3381 -ord_3382 @3382 -ord_3383 @3383 -ord_3384 @3384 -ord_3385 @3385 -ord_3386 @3386 -ord_3387 @3387 -ord_3388 @3388 -ord_3389 @3389 -ord_3390 @3390 -ord_3391 @3391 -ord_3392 @3392 -ord_3393 @3393 -ord_3394 @3394 -ord_3395 @3395 -ord_3396 @3396 -ord_3397 @3397 -ord_3398 @3398 -ord_3399 @3399 -ord_3400 @3400 -ord_3401 @3401 -ord_3402 @3402 -ord_3403 @3403 -ord_3404 @3404 -ord_3405 @3405 -ord_3406 @3406 -ord_3407 @3407 -ord_3408 @3408 -ord_3409 @3409 -ord_3410 @3410 -ord_3411 @3411 -ord_3412 @3412 -ord_3413 @3413 -ord_3414 @3414 -ord_3415 @3415 -ord_3416 @3416 -ord_3417 @3417 -ord_3418 @3418 -ord_3419 @3419 -ord_3420 @3420 -ord_3421 @3421 -ord_3422 @3422 -ord_3423 @3423 -ord_3424 @3424 -ord_3425 @3425 -ord_3426 @3426 -ord_3427 @3427 -ord_3428 @3428 -ord_3429 @3429 -ord_3430 @3430 -ord_3431 @3431 -ord_3432 @3432 -ord_3433 @3433 -ord_3434 @3434 -ord_3435 @3435 -ord_3436 @3436 -ord_3437 @3437 -ord_3438 @3438 -ord_3439 @3439 -ord_3440 @3440 -ord_3441 @3441 -ord_3442 @3442 -ord_3443 @3443 -ord_3444 @3444 -ord_3445 @3445 -ord_3446 @3446 -ord_3447 @3447 -ord_3448 @3448 -ord_3449 @3449 -ord_3450 @3450 -ord_3451 @3451 -ord_3452 @3452 -ord_3453 @3453 -ord_3454 @3454 -ord_3455 @3455 -ord_3456 @3456 -ord_3457 @3457 -ord_3458 @3458 -ord_3459 @3459 -ord_3460 @3460 -ord_3461 @3461 -ord_3462 @3462 -ord_3463 @3463 -ord_3464 @3464 -ord_3465 @3465 -ord_3466 @3466 -ord_3467 @3467 -ord_3468 @3468 -ord_3469 @3469 -ord_3470 @3470 -ord_3471 @3471 -ord_3472 @3472 -ord_3473 @3473 -ord_3474 @3474 -ord_3475 @3475 -ord_3476 @3476 -ord_3477 @3477 -ord_3478 @3478 -ord_3479 @3479 -ord_3480 @3480 -ord_3481 @3481 -ord_3482 @3482 -ord_3483 @3483 -ord_3484 @3484 -ord_3485 @3485 -ord_3486 @3486 -ord_3487 @3487 -ord_3488 @3488 -ord_3489 @3489 -ord_3490 @3490 -ord_3491 @3491 -ord_3492 @3492 -ord_3493 @3493 -ord_3494 @3494 -ord_3495 @3495 -ord_3496 @3496 -ord_3497 @3497 -ord_3498 @3498 -ord_3499 @3499 -ord_3500 @3500 -ord_3501 @3501 -ord_3502 @3502 -ord_3503 @3503 -ord_3504 @3504 -ord_3505 @3505 -ord_3506 @3506 -ord_3507 @3507 -ord_3508 @3508 -ord_3509 @3509 -ord_3510 @3510 -ord_3511 @3511 -ord_3512 @3512 -ord_3513 @3513 -ord_3514 @3514 -ord_3515 @3515 -ord_3516 @3516 -ord_3517 @3517 -ord_3518 @3518 -ord_3519 @3519 -ord_3520 @3520 -ord_3521 @3521 -ord_3522 @3522 -ord_3523 @3523 -ord_3524 @3524 -ord_3525 @3525 -ord_3526 @3526 -ord_3527 @3527 -ord_3528 @3528 -ord_3529 @3529 -ord_3530 @3530 -ord_3531 @3531 -ord_3532 @3532 -ord_3533 @3533 -ord_3534 @3534 -ord_3535 @3535 -ord_3536 @3536 -ord_3537 @3537 -ord_3538 @3538 -ord_3539 @3539 -ord_3540 @3540 -ord_3541 @3541 -ord_3542 @3542 -ord_3543 @3543 -ord_3544 @3544 -ord_3545 @3545 -ord_3546 @3546 -ord_3547 @3547 -ord_3548 @3548 -ord_3549 @3549 -ord_3550 @3550 -ord_3551 @3551 -ord_3552 @3552 -ord_3553 @3553 -ord_3554 @3554 -ord_3555 @3555 -ord_3556 @3556 -ord_3557 @3557 -ord_3558 @3558 -ord_3559 @3559 -ord_3560 @3560 -ord_3561 @3561 -ord_3562 @3562 -ord_3563 @3563 -ord_3564 @3564 -ord_3565 @3565 -ord_3566 @3566 -ord_3567 @3567 -ord_3568 @3568 -ord_3569 @3569 -ord_3570 @3570 -ord_3571 @3571 -ord_3572 @3572 -ord_3573 @3573 -ord_3574 @3574 -ord_3575 @3575 -ord_3576 @3576 -ord_3577 @3577 -ord_3578 @3578 -ord_3579 @3579 -ord_3580 @3580 -ord_3581 @3581 -ord_3582 @3582 -ord_3583 @3583 -ord_3584 @3584 -ord_3585 @3585 -ord_3586 @3586 -ord_3587 @3587 -ord_3588 @3588 -ord_3589 @3589 -ord_3590 @3590 -ord_3591 @3591 -ord_3592 @3592 -ord_3593 @3593 -ord_3594 @3594 -ord_3595 @3595 -ord_3596 @3596 -ord_3597 @3597 -ord_3598 @3598 -ord_3599 @3599 -ord_3600 @3600 -ord_3601 @3601 -ord_3602 @3602 -ord_3603 @3603 -ord_3604 @3604 -ord_3605 @3605 -ord_3606 @3606 -ord_3607 @3607 -ord_3608 @3608 -ord_3609 @3609 -ord_3610 @3610 -ord_3611 @3611 -ord_3612 @3612 -ord_3613 @3613 -ord_3614 @3614 -ord_3615 @3615 -ord_3616 @3616 -ord_3617 @3617 -ord_3618 @3618 -ord_3619 @3619 -ord_3620 @3620 -ord_3621 @3621 -ord_3622 @3622 -ord_3623 @3623 -ord_3624 @3624 -ord_3625 @3625 -ord_3626 @3626 -ord_3627 @3627 -ord_3628 @3628 -ord_3629 @3629 -ord_3630 @3630 -ord_3631 @3631 -ord_3632 @3632 -ord_3633 @3633 -ord_3634 @3634 -ord_3635 @3635 -ord_3636 @3636 -ord_3637 @3637 -ord_3638 @3638 -ord_3639 @3639 -ord_3640 @3640 -ord_3641 @3641 -ord_3642 @3642 -ord_3643 @3643 -ord_3644 @3644 -ord_3645 @3645 -ord_3646 @3646 -ord_3647 @3647 -ord_3648 @3648 -ord_3649 @3649 -ord_3650 @3650 -ord_3651 @3651 -ord_3652 @3652 -ord_3653 @3653 -ord_3654 @3654 -ord_3655 @3655 -ord_3656 @3656 -ord_3657 @3657 -ord_3658 @3658 -ord_3659 @3659 -ord_3660 @3660 -ord_3661 @3661 -ord_3662 @3662 -ord_3663 @3663 -ord_3664 @3664 -ord_3665 @3665 -ord_3666 @3666 -ord_3667 @3667 -ord_3668 @3668 -ord_3669 @3669 -ord_3670 @3670 -ord_3671 @3671 -ord_3672 @3672 -ord_3673 @3673 -ord_3674 @3674 -ord_3675 @3675 -ord_3676 @3676 -ord_3677 @3677 -ord_3678 @3678 -ord_3679 @3679 -ord_3680 @3680 -ord_3681 @3681 -ord_3682 @3682 -ord_3683 @3683 -ord_3684 @3684 -ord_3685 @3685 -ord_3686 @3686 -ord_3687 @3687 -ord_3688 @3688 -ord_3689 @3689 -ord_3690 @3690 -ord_3691 @3691 -ord_3692 @3692 -ord_3693 @3693 -ord_3694 @3694 -ord_3695 @3695 -ord_3696 @3696 -ord_3697 @3697 -ord_3698 @3698 -ord_3699 @3699 -ord_3700 @3700 -ord_3701 @3701 -ord_3702 @3702 -ord_3703 @3703 -ord_3704 @3704 -ord_3705 @3705 -ord_3706 @3706 -ord_3707 @3707 -ord_3708 @3708 -ord_3709 @3709 -ord_3710 @3710 -ord_3711 @3711 -ord_3712 @3712 -ord_3713 @3713 -ord_3714 @3714 -ord_3715 @3715 -ord_3716 @3716 -ord_3717 @3717 -ord_3718 @3718 -ord_3719 @3719 -ord_3720 @3720 -ord_3721 @3721 -ord_3722 @3722 -ord_3723 @3723 -ord_3724 @3724 -ord_3725 @3725 -ord_3726 @3726 -ord_3727 @3727 -ord_3728 @3728 -ord_3729 @3729 -ord_3730 @3730 -ord_3731 @3731 -ord_3732 @3732 -ord_3733 @3733 -ord_3734 @3734 -ord_3735 @3735 -ord_3736 @3736 -ord_3737 @3737 -ord_3738 @3738 -ord_3739 @3739 -ord_3740 @3740 -ord_3741 @3741 -ord_3742 @3742 -ord_3743 @3743 -ord_3744 @3744 -ord_3745 @3745 -ord_3746 @3746 -ord_3747 @3747 -ord_3748 @3748 -ord_3749 @3749 -ord_3750 @3750 -ord_3751 @3751 -ord_3752 @3752 -ord_3753 @3753 -ord_3754 @3754 -ord_3755 @3755 -ord_3756 @3756 -ord_3757 @3757 -ord_3758 @3758 -ord_3759 @3759 -ord_3760 @3760 -ord_3761 @3761 -ord_3762 @3762 -ord_3763 @3763 -ord_3764 @3764 -ord_3765 @3765 -ord_3766 @3766 -ord_3767 @3767 -ord_3768 @3768 -ord_3769 @3769 -ord_3770 @3770 -ord_3771 @3771 -ord_3772 @3772 -ord_3773 @3773 -ord_3774 @3774 -ord_3775 @3775 -ord_3776 @3776 -ord_3777 @3777 -ord_3778 @3778 -ord_3779 @3779 -ord_3780 @3780 -ord_3781 @3781 -ord_3782 @3782 -ord_3783 @3783 -ord_3784 @3784 -ord_3785 @3785 -ord_3786 @3786 -ord_3787 @3787 -ord_3788 @3788 -ord_3789 @3789 -ord_3790 @3790 -ord_3791 @3791 -ord_3792 @3792 -ord_3793 @3793 -ord_3794 @3794 -ord_3795 @3795 -ord_3796 @3796 -ord_3797 @3797 -ord_3798 @3798 -ord_3799 @3799 -ord_3800 @3800 -ord_3801 @3801 -ord_3802 @3802 -ord_3803 @3803 -ord_3804 @3804 -ord_3805 @3805 -ord_3806 @3806 -ord_3807 @3807 -ord_3808 @3808 -ord_3809 @3809 -ord_3810 @3810 -ord_3811 @3811 -ord_3812 @3812 -ord_3813 @3813 -ord_3814 @3814 -ord_3815 @3815 -ord_3816 @3816 -ord_3817 @3817 -ord_3818 @3818 -ord_3819 @3819 -ord_3820 @3820 -ord_3821 @3821 -ord_3822 @3822 -ord_3823 @3823 -ord_3824 @3824 -ord_3825 @3825 -ord_3826 @3826 -ord_3827 @3827 -ord_3828 @3828 -ord_3829 @3829 -ord_3830 @3830 -ord_3831 @3831 -ord_3832 @3832 -ord_3833 @3833 -ord_3834 @3834 -ord_3835 @3835 -ord_3836 @3836 -ord_3837 @3837 -ord_3838 @3838 -ord_3839 @3839 -ord_3840 @3840 -ord_3841 @3841 -ord_3842 @3842 -ord_3843 @3843 -ord_3844 @3844 -ord_3845 @3845 -ord_3846 @3846 -ord_3847 @3847 -ord_3848 @3848 -ord_3849 @3849 -ord_3850 @3850 -ord_3851 @3851 -ord_3852 @3852 -ord_3853 @3853 -ord_3854 @3854 -ord_3855 @3855 -ord_3856 @3856 -ord_3857 @3857 -ord_3858 @3858 -ord_3859 @3859 -ord_3860 @3860 -ord_3861 @3861 -ord_3862 @3862 -ord_3863 @3863 -ord_3864 @3864 -ord_3865 @3865 -ord_3866 @3866 -ord_3867 @3867 -ord_3868 @3868 -ord_3869 @3869 -ord_3870 @3870 -ord_3871 @3871 -ord_3872 @3872 -ord_3873 @3873 -ord_3874 @3874 -ord_3875 @3875 -ord_3876 @3876 -ord_3877 @3877 -ord_3878 @3878 -ord_3879 @3879 -ord_3880 @3880 -ord_3881 @3881 -ord_3882 @3882 -ord_3883 @3883 -ord_3884 @3884 -ord_3885 @3885 -ord_3886 @3886 -ord_3887 @3887 -ord_3888 @3888 -ord_3889 @3889 -ord_3890 @3890 -ord_3891 @3891 -ord_3892 @3892 -ord_3893 @3893 -ord_3894 @3894 -ord_3895 @3895 -ord_3896 @3896 -ord_3897 @3897 -ord_3898 @3898 -ord_3899 @3899 -ord_3900 @3900 -ord_3901 @3901 -ord_3902 @3902 -ord_3903 @3903 -ord_3904 @3904 -ord_3905 @3905 -ord_3906 @3906 -ord_3907 @3907 -ord_3908 @3908 -ord_3909 @3909 -ord_3910 @3910 -ord_3911 @3911 -ord_3912 @3912 -ord_3913 @3913 -ord_3914 @3914 -ord_3915 @3915 -ord_3916 @3916 -ord_3917 @3917 -ord_3918 @3918 -ord_3919 @3919 -ord_3920 @3920 -ord_3921 @3921 -ord_3922 @3922 -ord_3923 @3923 -ord_3924 @3924 -ord_3925 @3925 -ord_3926 @3926 -ord_3927 @3927 -ord_3928 @3928 -ord_3929 @3929 -ord_3930 @3930 -ord_3931 @3931 -ord_3932 @3932 -ord_3933 @3933 -ord_3934 @3934 -ord_3935 @3935 -ord_3936 @3936 -ord_3937 @3937 -ord_3938 @3938 -ord_3939 @3939 -ord_3940 @3940 -ord_3941 @3941 -ord_3942 @3942 -ord_3943 @3943 -ord_3944 @3944 -ord_3945 @3945 -ord_3946 @3946 -ord_3947 @3947 -ord_3948 @3948 -ord_3949 @3949 -ord_3950 @3950 -ord_3951 @3951 -ord_3952 @3952 -ord_3953 @3953 -ord_3954 @3954 -ord_3955 @3955 -ord_3956 @3956 -ord_3957 @3957 -ord_3958 @3958 -ord_3959 @3959 -ord_3960 @3960 -ord_3961 @3961 -ord_3962 @3962 -ord_3963 @3963 -ord_3964 @3964 -ord_3965 @3965 -ord_3966 @3966 -ord_3967 @3967 -ord_3968 @3968 -ord_3969 @3969 -ord_3970 @3970 -ord_3971 @3971 -ord_3972 @3972 -ord_3973 @3973 -ord_3974 @3974 -ord_3975 @3975 -ord_3976 @3976 -ord_3977 @3977 -ord_3978 @3978 -ord_3979 @3979 -ord_3980 @3980 -ord_3981 @3981 -ord_3982 @3982 -ord_3983 @3983 -ord_3984 @3984 -ord_3985 @3985 -ord_3986 @3986 -ord_3987 @3987 -ord_3988 @3988 -ord_3989 @3989 -ord_3990 @3990 -ord_3991 @3991 -ord_3992 @3992 -ord_3993 @3993 -ord_3994 @3994 -ord_3995 @3995 -ord_3996 @3996 -ord_3997 @3997 -ord_3998 @3998 DATA -ord_3999 @3999 DATA -ord_4000 @4000 DATA -ord_4001 @4001 DATA -ord_4002 @4002 DATA -ord_4003 @4003 DATA -ord_4004 @4004 DATA -ord_4005 @4005 DATA -ord_4006 @4006 DATA -ord_4007 @4007 DATA -ord_4008 @4008 DATA -ord_4009 @4009 DATA -ord_4010 @4010 DATA -ord_4011 @4011 DATA -ord_4012 @4012 DATA -ord_4013 @4013 -ord_4014 @4014 -ord_4015 @4015 -ord_4016 @4016 -ord_4017 @4017 -ord_4018 @4018 -ord_4019 @4019 -ord_4020 @4020 -ord_4021 @4021 -ord_4022 @4022 -ord_4023 @4023 -ord_4024 @4024 -ord_4025 @4025 -ord_4026 @4026 -ord_4027 @4027 -ord_4028 @4028 -ord_4029 @4029 -ord_4030 @4030 -ord_4031 @4031 -ord_4032 @4032 -ord_4033 @4033 -ord_4034 @4034 -ord_4035 @4035 -ord_4036 @4036 -ord_4037 @4037 -ord_4038 @4038 -ord_4039 @4039 -ord_4040 @4040 -ord_4041 @4041 -ord_4042 @4042 -ord_4043 @4043 -ord_4044 @4044 -ord_4045 @4045 -ord_4046 @4046 -ord_4047 @4047 -ord_4048 @4048 -ord_4049 @4049 -ord_4050 @4050 -ord_4051 @4051 -ord_4052 @4052 -ord_4053 @4053 -ord_4054 @4054 -ord_4055 @4055 -ord_4056 @4056 -ord_4057 @4057 -ord_4058 @4058 -ord_4059 @4059 -ord_4060 @4060 -ord_4061 @4061 -ord_4062 @4062 -ord_4063 @4063 -ord_4064 @4064 -ord_4065 @4065 -ord_4066 @4066 -ord_4067 @4067 -ord_4068 @4068 -ord_4069 @4069 -ord_4070 @4070 -ord_4071 @4071 -ord_4072 @4072 -ord_4073 @4073 -ord_4074 @4074 -ord_4075 @4075 -ord_4076 @4076 -ord_4077 @4077 -ord_4078 @4078 -ord_4079 @4079 -ord_4080 @4080 -ord_4081 @4081 -ord_4082 @4082 -ord_4083 @4083 -ord_4084 @4084 -ord_4085 @4085 -ord_4086 @4086 -ord_4087 @4087 -ord_4088 @4088 -ord_4089 @4089 -ord_4090 @4090 -ord_4091 @4091 -ord_4092 @4092 -ord_4093 @4093 -ord_4094 @4094 -ord_4095 @4095 -ord_4096 @4096 -ord_4097 @4097 -ord_4098 @4098 -ord_4099 @4099 -ord_4100 @4100 -ord_4101 @4101 -ord_4102 @4102 -ord_4103 @4103 -ord_4104 @4104 -ord_4105 @4105 -ord_4106 @4106 -ord_4107 @4107 -ord_4108 @4108 -ord_4109 @4109 -ord_4110 @4110 -ord_4111 @4111 -ord_4112 @4112 -ord_4113 @4113 -ord_4114 @4114 -ord_4115 @4115 -ord_4116 @4116 -ord_4117 @4117 -ord_4118 @4118 -ord_4119 @4119 -ord_4120 @4120 -ord_4121 @4121 -ord_4122 @4122 -ord_4123 @4123 -ord_4124 @4124 -ord_4125 @4125 -ord_4126 @4126 -ord_4127 @4127 -ord_4128 @4128 -ord_4129 @4129 DATA -ord_4130 @4130 -ord_4131 @4131 -ord_4132 @4132 -ord_4133 @4133 -ord_4134 @4134 -ord_4135 @4135 -ord_4136 @4136 -ord_4137 @4137 -ord_4138 @4138 -ord_4139 @4139 -ord_4140 @4140 -ord_4141 @4141 -ord_4142 @4142 -ord_4143 @4143 -ord_4144 @4144 -ord_4145 @4145 -ord_4146 @4146 -ord_4147 @4147 -ord_4148 @4148 -ord_4149 @4149 -ord_4150 @4150 -ord_4151 @4151 -ord_4152 @4152 -ord_4153 @4153 -ord_4154 @4154 -ord_4155 @4155 -ord_4156 @4156 -ord_4157 @4157 -ord_4158 @4158 -ord_4159 @4159 -ord_4160 @4160 -ord_4161 @4161 -ord_4162 @4162 -ord_4163 @4163 -ord_4164 @4164 -ord_4165 @4165 -ord_4166 @4166 -ord_4167 @4167 -ord_4168 @4168 -ord_4169 @4169 -ord_4170 @4170 -ord_4171 @4171 -ord_4172 @4172 -ord_4173 @4173 -ord_4174 @4174 -ord_4175 @4175 -ord_4176 @4176 -ord_4177 @4177 -ord_4178 @4178 -ord_4179 @4179 -ord_4180 @4180 -ord_4181 @4181 -ord_4182 @4182 -ord_4183 @4183 -ord_4184 @4184 -ord_4185 @4185 -ord_4186 @4186 -ord_4187 @4187 -ord_4188 @4188 -ord_4189 @4189 -ord_4190 @4190 -ord_4191 @4191 -ord_4192 @4192 -ord_4193 @4193 -ord_4194 @4194 -ord_4195 @4195 -ord_4196 @4196 -ord_4197 @4197 -ord_4198 @4198 -ord_4199 @4199 -ord_4200 @4200 -ord_4201 @4201 -ord_4202 @4202 -ord_4203 @4203 -ord_4204 @4204 -ord_4205 @4205 -ord_4206 @4206 -ord_4207 @4207 -ord_4208 @4208 -ord_4209 @4209 -ord_4210 @4210 -ord_4211 @4211 -ord_4212 @4212 -ord_4213 @4213 -ord_4214 @4214 -ord_4215 @4215 -ord_4216 @4216 -ord_4217 @4217 -ord_4218 @4218 -ord_4219 @4219 -ord_4220 @4220 DATA -ord_4221 @4221 DATA -ord_4222 @4222 DATA -ord_4223 @4223 DATA -ord_4224 @4224 DATA -ord_4225 @4225 DATA -ord_4226 @4226 DATA -ord_4227 @4227 DATA -ord_4228 @4228 DATA -ord_4229 @4229 DATA -ord_4230 @4230 DATA -ord_4231 @4231 DATA -ord_4232 @4232 DATA -ord_4233 @4233 DATA -ord_4234 @4234 DATA -ord_4235 @4235 DATA -ord_4236 @4236 DATA -ord_4237 @4237 DATA -ord_4238 @4238 DATA -ord_4239 @4239 DATA -ord_4240 @4240 DATA -ord_4241 @4241 DATA -ord_4242 @4242 DATA -ord_4243 @4243 DATA -ord_4244 @4244 DATA -ord_4245 @4245 DATA -ord_4246 @4246 DATA -ord_4247 @4247 DATA -ord_4248 @4248 DATA -ord_4249 @4249 DATA -ord_4250 @4250 DATA -ord_4251 @4251 DATA -ord_4252 @4252 DATA -ord_4253 @4253 DATA -ord_4254 @4254 DATA -ord_4255 @4255 DATA -ord_4256 @4256 DATA -ord_4257 @4257 DATA -ord_4258 @4258 DATA -ord_4259 @4259 DATA -ord_4260 @4260 DATA -ord_4261 @4261 DATA -ord_4262 @4262 DATA -ord_4263 @4263 DATA -ord_4264 @4264 DATA -ord_4265 @4265 DATA -ord_4266 @4266 DATA -ord_4267 @4267 DATA -ord_4268 @4268 DATA -ord_4269 @4269 DATA -ord_4270 @4270 DATA -ord_4271 @4271 -ord_4272 @4272 -ord_4273 @4273 -ord_4274 @4274 -ord_4275 @4275 -ord_4276 @4276 -ord_4277 @4277 -ord_4278 @4278 -ord_4279 @4279 -ord_4280 @4280 -ord_4281 @4281 -ord_4282 @4282 -ord_4283 @4283 -ord_4284 @4284 -ord_4285 @4285 -ord_4286 @4286 -ord_4287 @4287 -ord_4288 @4288 -ord_4289 @4289 -ord_4290 @4290 -ord_4291 @4291 -ord_4292 @4292 -ord_4293 @4293 -ord_4294 @4294 -ord_4295 @4295 -ord_4296 @4296 DATA -ord_4297 @4297 DATA -ord_4298 @4298 -ord_4299 @4299 -ord_4300 @4300 -ord_4301 @4301 -ord_4302 @4302 -ord_4303 @4303 -ord_4304 @4304 -ord_4305 @4305 -ord_4306 @4306 -ord_4307 @4307 -ord_4308 @4308 -ord_4309 @4309 -ord_4310 @4310 -ord_4311 @4311 -ord_4312 @4312 -ord_4313 @4313 -ord_4314 @4314 -ord_4315 @4315 -ord_4316 @4316 -ord_4317 @4317 -ord_4318 @4318 -ord_4319 @4319 DATA -ord_4320 @4320 DATA -ord_4321 @4321 DATA -ord_4322 @4322 -ord_4323 @4323 -ord_4324 @4324 -ord_4325 @4325 -ord_4326 @4326 -ord_4327 @4327 -ord_4328 @4328 -ord_4329 @4329 -ord_4330 @4330 -ord_4331 @4331 -ord_4332 @4332 -ord_4333 @4333 -ord_4334 @4334 -ord_4335 @4335 -ord_4336 @4336 -ord_4337 @4337 -ord_4338 @4338 -ord_4339 @4339 -ord_4340 @4340 -ord_4341 @4341 -ord_4342 @4342 -ord_4343 @4343 -ord_4344 @4344 -ord_4345 @4345 -ord_4346 @4346 -ord_4347 @4347 -ord_4348 @4348 -ord_4349 @4349 -ord_4350 @4350 -ord_4351 @4351 -ord_4352 @4352 -ord_4353 @4353 -ord_4354 @4354 -ord_4355 @4355 -ord_4356 @4356 -ord_4357 @4357 -ord_4358 @4358 -ord_4359 @4359 -ord_4360 @4360 -ord_4361 @4361 -ord_4362 @4362 -ord_4363 @4363 -ord_4364 @4364 -ord_4365 @4365 -ord_4366 @4366 -ord_4367 @4367 -ord_4368 @4368 -ord_4369 @4369 -ord_4370 @4370 -ord_4371 @4371 -ord_4372 @4372 -ord_4373 @4373 -ord_4374 @4374 -ord_4375 @4375 -ord_4376 @4376 -ord_4377 @4377 -ord_4378 @4378 -ord_4379 @4379 -ord_4380 @4380 -ord_4381 @4381 -ord_4382 @4382 -ord_4383 @4383 -ord_4384 @4384 -ord_4385 @4385 -ord_4386 @4386 -ord_4387 @4387 -ord_4388 @4388 -ord_4389 @4389 -ord_4390 @4390 -ord_4391 @4391 -ord_4392 @4392 -ord_4393 @4393 -ord_4394 @4394 -ord_4395 @4395 -ord_4396 @4396 -ord_4397 @4397 -ord_4398 @4398 -ord_4399 @4399 -ord_4400 @4400 -ord_4401 @4401 -ord_4402 @4402 -ord_4403 @4403 -ord_4404 @4404 -ord_4405 @4405 -ord_4406 @4406 -ord_4407 @4407 -ord_4408 @4408 -ord_4409 @4409 -ord_4410 @4410 -ord_4411 @4411 -ord_4412 @4412 -ord_4413 @4413 -ord_4414 @4414 -ord_4415 @4415 -ord_4416 @4416 -ord_4417 @4417 -ord_4418 @4418 -ord_4419 @4419 -ord_4420 @4420 -ord_4421 @4421 -ord_4422 @4422 -ord_4423 @4423 -ord_4424 @4424 -ord_4425 @4425 -ord_4426 @4426 -ord_4427 @4427 -ord_4428 @4428 -ord_4429 @4429 -ord_4430 @4430 -ord_4431 @4431 -ord_4432 @4432 -ord_4433 @4433 -ord_4434 @4434 -ord_4435 @4435 -ord_4436 @4436 -ord_4437 @4437 -ord_4438 @4438 -ord_4439 @4439 -ord_4440 @4440 -ord_4441 @4441 -ord_4442 @4442 -ord_4443 @4443 -ord_4444 @4444 -ord_4445 @4445 -ord_4446 @4446 -ord_4447 @4447 -ord_4448 @4448 -ord_4449 @4449 -ord_4450 @4450 -ord_4451 @4451 -ord_4452 @4452 -ord_4453 @4453 -ord_4454 @4454 -ord_4455 @4455 -ord_4456 @4456 -ord_4457 @4457 -ord_4458 @4458 -ord_4459 @4459 -ord_4460 @4460 -ord_4461 @4461 -ord_4462 @4462 -ord_4463 @4463 -ord_4464 @4464 -ord_4465 @4465 -ord_4466 @4466 -ord_4467 @4467 -ord_4468 @4468 -ord_4469 @4469 -ord_4470 @4470 -ord_4471 @4471 -ord_4472 @4472 -ord_4473 @4473 -ord_4474 @4474 -ord_4475 @4475 -ord_4476 @4476 -ord_4477 @4477 -ord_4478 @4478 -ord_4479 @4479 -ord_4480 @4480 -ord_4481 @4481 -ord_4482 @4482 -ord_4483 @4483 -ord_4484 @4484 -ord_4485 @4485 -ord_4486 @4486 -ord_4487 @4487 -ord_4488 @4488 -ord_4489 @4489 -ord_4490 @4490 -ord_4491 @4491 -ord_4492 @4492 -ord_4493 @4493 -ord_4494 @4494 -ord_4495 @4495 -ord_4496 @4496 -ord_4497 @4497 -ord_4498 @4498 -ord_4499 @4499 -ord_4500 @4500 -ord_4501 @4501 -ord_4502 @4502 -ord_4503 @4503 -ord_4504 @4504 -ord_4505 @4505 -ord_4506 @4506 -ord_4507 @4507 -ord_4508 @4508 -ord_4509 @4509 -ord_4510 @4510 -ord_4511 @4511 -ord_4512 @4512 -ord_4513 @4513 -ord_4514 @4514 -ord_4515 @4515 -ord_4516 @4516 -ord_4517 @4517 -ord_4518 @4518 -ord_4519 @4519 -ord_4520 @4520 -ord_4521 @4521 -ord_4522 @4522 -ord_4523 @4523 -ord_4524 @4524 -ord_4525 @4525 -ord_4526 @4526 -ord_4527 @4527 -ord_4528 @4528 -ord_4529 @4529 -ord_4530 @4530 -ord_4531 @4531 -ord_4532 @4532 -ord_4533 @4533 -ord_4534 @4534 -ord_4535 @4535 -ord_4536 @4536 -ord_4537 @4537 -ord_4538 @4538 -ord_4539 @4539 -ord_4540 @4540 -ord_4541 @4541 -ord_4542 @4542 -ord_4543 @4543 -ord_4544 @4544 -ord_4545 @4545 -ord_4546 @4546 -ord_4547 @4547 -ord_4548 @4548 -ord_4549 @4549 -ord_4550 @4550 -ord_4551 @4551 -ord_4552 @4552 -ord_4553 @4553 -ord_4554 @4554 -ord_4555 @4555 -ord_4556 @4556 -ord_4557 @4557 -ord_4558 @4558 -ord_4559 @4559 -ord_4560 @4560 -ord_4561 @4561 -ord_4562 @4562 -ord_4563 @4563 -ord_4564 @4564 -ord_4565 @4565 -ord_4566 @4566 -ord_4567 @4567 -ord_4568 @4568 -ord_4569 @4569 -ord_4570 @4570 -ord_4571 @4571 -ord_4572 @4572 -ord_4573 @4573 -ord_4574 @4574 -ord_4575 @4575 -ord_4576 @4576 -ord_4577 @4577 -ord_4578 @4578 -ord_4579 @4579 -ord_4580 @4580 -ord_4581 @4581 -ord_4582 @4582 -ord_4583 @4583 -ord_4584 @4584 -ord_4585 @4585 -ord_4586 @4586 -ord_4587 @4587 -ord_4588 @4588 -ord_4589 @4589 -ord_4590 @4590 -ord_4591 @4591 -ord_4592 @4592 -ord_4593 @4593 -ord_4594 @4594 -ord_4595 @4595 -ord_4596 @4596 -ord_4597 @4597 -ord_4598 @4598 -ord_4599 @4599 -ord_4600 @4600 -ord_4601 @4601 -ord_4602 @4602 -ord_4603 @4603 -ord_4604 @4604 -ord_4605 @4605 -ord_4606 @4606 -ord_4607 @4607 -ord_4608 @4608 -ord_4609 @4609 -ord_4610 @4610 -ord_4611 @4611 -ord_4612 @4612 -ord_4613 @4613 -ord_4614 @4614 -ord_4615 @4615 -ord_4616 @4616 -ord_4617 @4617 -ord_4618 @4618 -ord_4619 @4619 -ord_4620 @4620 -ord_4621 @4621 -ord_4622 @4622 -ord_4623 @4623 -ord_4624 @4624 -ord_4625 @4625 -ord_4626 @4626 -ord_4627 @4627 -ord_4628 @4628 -ord_4629 @4629 -ord_4630 @4630 -ord_4631 @4631 -ord_4632 @4632 -ord_4633 @4633 -ord_4634 @4634 -ord_4635 @4635 -ord_4636 @4636 -ord_4637 @4637 -ord_4638 @4638 -ord_4639 @4639 -ord_4640 @4640 -ord_4641 @4641 -ord_4642 @4642 -ord_4643 @4643 -ord_4644 @4644 -ord_4645 @4645 -ord_4646 @4646 -ord_4647 @4647 -ord_4648 @4648 -ord_4649 @4649 -ord_4650 @4650 -ord_4651 @4651 -ord_4652 @4652 -ord_4653 @4653 -ord_4654 @4654 -ord_4655 @4655 -ord_4656 @4656 -ord_4657 @4657 -ord_4658 @4658 -ord_4659 @4659 -ord_4660 @4660 -ord_4661 @4661 -ord_4662 @4662 -ord_4663 @4663 -ord_4664 @4664 -ord_4665 @4665 -ord_4666 @4666 -ord_4667 @4667 -ord_4668 @4668 -ord_4669 @4669 -ord_4670 @4670 -ord_4671 @4671 -ord_4672 @4672 -ord_4673 @4673 -ord_4674 @4674 -ord_4675 @4675 -ord_4676 @4676 -ord_4677 @4677 -ord_4678 @4678 -ord_4679 @4679 -ord_4680 @4680 -ord_4681 @4681 -ord_4682 @4682 -ord_4683 @4683 -ord_4684 @4684 -ord_4685 @4685 -ord_4686 @4686 -ord_4687 @4687 -ord_4688 @4688 -ord_4689 @4689 -ord_4690 @4690 -ord_4691 @4691 -ord_4692 @4692 -ord_4693 @4693 -ord_4694 @4694 -ord_4695 @4695 -ord_4696 @4696 -ord_4697 @4697 -ord_4698 @4698 -ord_4699 @4699 -ord_4700 @4700 -ord_4701 @4701 -ord_4702 @4702 -ord_4703 @4703 -ord_4704 @4704 -ord_4705 @4705 -ord_4706 @4706 -ord_4707 @4707 -ord_4708 @4708 -ord_4709 @4709 -ord_4710 @4710 -ord_4711 @4711 -ord_4712 @4712 -ord_4713 @4713 -ord_4714 @4714 -ord_4715 @4715 -ord_4716 @4716 -ord_4717 @4717 -ord_4718 @4718 -ord_4719 @4719 -ord_4720 @4720 -ord_4721 @4721 -ord_4722 @4722 -ord_4723 @4723 -ord_4724 @4724 -ord_4725 @4725 -ord_4726 @4726 -ord_4727 @4727 -ord_4728 @4728 -ord_4729 @4729 -ord_4730 @4730 -ord_4731 @4731 -ord_4732 @4732 -ord_4733 @4733 -ord_4734 @4734 -ord_4735 @4735 -ord_4736 @4736 -ord_4737 @4737 -ord_4738 @4738 -ord_4739 @4739 -ord_4740 @4740 -ord_4741 @4741 -ord_4742 @4742 -ord_4743 @4743 -ord_4744 @4744 -ord_4745 @4745 -ord_4746 @4746 -ord_4747 @4747 -ord_4748 @4748 -ord_4749 @4749 -ord_4750 @4750 -ord_4751 @4751 -ord_4752 @4752 -ord_4753 @4753 -ord_4754 @4754 -ord_4755 @4755 -ord_4756 @4756 -ord_4757 @4757 -ord_4758 @4758 -ord_4759 @4759 -ord_4760 @4760 -ord_4761 @4761 -ord_4762 @4762 -ord_4763 @4763 -ord_4764 @4764 -ord_4765 @4765 -ord_4766 @4766 -ord_4767 @4767 -ord_4768 @4768 -ord_4769 @4769 -ord_4770 @4770 -ord_4771 @4771 -ord_4772 @4772 -ord_4773 @4773 -ord_4774 @4774 -ord_4775 @4775 -ord_4776 @4776 -ord_4777 @4777 -ord_4778 @4778 -ord_4779 @4779 -ord_4780 @4780 -ord_4781 @4781 -ord_4782 @4782 -ord_4783 @4783 -ord_4784 @4784 -ord_4785 @4785 -ord_4786 @4786 -ord_4787 @4787 -ord_4788 @4788 -ord_4789 @4789 -ord_4790 @4790 -ord_4791 @4791 -ord_4792 @4792 -ord_4793 @4793 -ord_4794 @4794 -ord_4795 @4795 -ord_4796 @4796 -ord_4797 @4797 -ord_4798 @4798 -ord_4799 @4799 -ord_4800 @4800 -ord_4801 @4801 -ord_4802 @4802 -ord_4803 @4803 -ord_4804 @4804 -ord_4805 @4805 -ord_4806 @4806 -ord_4807 @4807 -ord_4808 @4808 -ord_4809 @4809 -ord_4810 @4810 -ord_4811 @4811 -ord_4812 @4812 -ord_4813 @4813 -ord_4814 @4814 -ord_4815 @4815 -ord_4816 @4816 -ord_4817 @4817 -ord_4818 @4818 -ord_4819 @4819 -ord_4820 @4820 -ord_4821 @4821 -ord_4822 @4822 -ord_4823 @4823 -ord_4824 @4824 -ord_4825 @4825 -ord_4826 @4826 -ord_4827 @4827 -ord_4828 @4828 -ord_4829 @4829 -ord_4830 @4830 -ord_4831 @4831 -ord_4832 @4832 -ord_4833 @4833 -ord_4834 @4834 -ord_4835 @4835 -ord_4836 @4836 -ord_4837 @4837 -ord_4838 @4838 -ord_4839 @4839 -ord_4840 @4840 -ord_4841 @4841 -ord_4842 @4842 -ord_4843 @4843 -ord_4844 @4844 -ord_4845 @4845 -ord_4846 @4846 -ord_4847 @4847 -ord_4848 @4848 -ord_4849 @4849 -ord_4850 @4850 -ord_4851 @4851 -ord_4852 @4852 -ord_4853 @4853 -ord_4854 @4854 -ord_4855 @4855 -ord_4856 @4856 -ord_4857 @4857 -ord_4858 @4858 -ord_4859 @4859 -ord_4860 @4860 -ord_4861 @4861 -ord_4862 @4862 -ord_4863 @4863 -ord_4864 @4864 -ord_4865 @4865 -ord_4866 @4866 -ord_4867 @4867 -ord_4868 @4868 -ord_4869 @4869 -ord_4870 @4870 -ord_4871 @4871 -ord_4872 @4872 -ord_4873 @4873 -ord_4874 @4874 -ord_4875 @4875 -ord_4876 @4876 -ord_4877 @4877 -ord_4878 @4878 -ord_4879 @4879 -ord_4880 @4880 -ord_4881 @4881 -ord_4882 @4882 -ord_4883 @4883 -ord_4884 @4884 -ord_4885 @4885 -ord_4886 @4886 -ord_4887 @4887 -ord_4888 @4888 -ord_4889 @4889 -ord_4890 @4890 -ord_4891 @4891 -ord_4892 @4892 -ord_4893 @4893 -ord_4894 @4894 -ord_4895 @4895 -ord_4896 @4896 -ord_4897 @4897 -ord_4899 @4899 -ord_4900 @4900 -ord_4901 @4901 -ord_4902 @4902 -ord_4903 @4903 -ord_4904 @4904 -ord_4905 @4905 -ord_4906 @4906 -ord_4907 @4907 -ord_4908 @4908 -ord_4909 @4909 -ord_4910 @4910 -ord_4911 @4911 -ord_4912 @4912 -ord_4913 @4913 -ord_4914 @4914 -ord_4915 @4915 -ord_4916 @4916 -ord_4917 @4917 -ord_4918 @4918 -ord_4919 @4919 -ord_4920 @4920 -ord_4921 @4921 -ord_4922 @4922 -ord_4923 @4923 -ord_4924 @4924 -ord_4925 @4925 -ord_4926 @4926 -ord_4927 @4927 -ord_4928 @4928 -ord_4929 @4929 -ord_4930 @4930 -ord_4931 @4931 -ord_4932 @4932 -ord_4933 @4933 -ord_4934 @4934 -ord_4935 @4935 -ord_4936 @4936 -ord_4937 @4937 -ord_4938 @4938 -ord_4939 @4939 -ord_4940 @4940 -ord_4941 @4941 -ord_4942 @4942 -ord_4943 @4943 -ord_4944 @4944 -ord_4945 @4945 -ord_4946 @4946 -ord_4947 @4947 -ord_4948 @4948 -ord_4949 @4949 -ord_4950 @4950 -ord_4951 @4951 -ord_4952 @4952 -ord_4953 @4953 -ord_4954 @4954 -ord_4955 @4955 -ord_4956 @4956 -ord_4957 @4957 -ord_4958 @4958 -ord_4959 @4959 -ord_4960 @4960 -ord_4961 @4961 -ord_4962 @4962 -ord_4963 @4963 -ord_4964 @4964 -ord_4965 @4965 -ord_4966 @4966 -ord_4967 @4967 -ord_4968 @4968 -ord_4969 @4969 -ord_4970 @4970 -ord_4971 @4971 -ord_4972 @4972 -ord_4973 @4973 -ord_4974 @4974 -ord_4975 @4975 -ord_4976 @4976 -ord_4977 @4977 -ord_4978 @4978 -ord_4979 @4979 -ord_4980 @4980 -ord_4981 @4981 -ord_4982 @4982 -ord_4983 @4983 -ord_4984 @4984 -ord_4985 @4985 -ord_4986 @4986 -ord_4987 @4987 -ord_4988 @4988 -ord_4989 @4989 -ord_4990 @4990 -ord_4991 @4991 -ord_4992 @4992 -ord_4993 @4993 -ord_4994 @4994 -ord_4995 @4995 -ord_4996 @4996 -ord_4997 @4997 -ord_4998 @4998 -ord_4999 @4999 -ord_5000 @5000 -ord_5001 @5001 -ord_5002 @5002 -ord_5003 @5003 -ord_5004 @5004 -ord_5005 @5005 -ord_5006 @5006 -ord_5007 @5007 -ord_5008 @5008 -ord_5009 @5009 -ord_5010 @5010 -ord_5011 @5011 -ord_5012 @5012 -ord_5013 @5013 -ord_5014 @5014 -ord_5015 @5015 -ord_5016 @5016 -ord_5017 @5017 -ord_5018 @5018 -ord_5019 @5019 -ord_5020 @5020 -ord_5021 @5021 -ord_5022 @5022 -ord_5023 @5023 -ord_5024 @5024 -ord_5025 @5025 -ord_5026 @5026 -ord_5027 @5027 -ord_5028 @5028 -ord_5029 @5029 -ord_5030 @5030 -ord_5031 @5031 -ord_5032 @5032 -ord_5033 @5033 -ord_5034 @5034 -ord_5035 @5035 -ord_5036 @5036 -ord_5037 @5037 -ord_5038 @5038 -ord_5039 @5039 -ord_5040 @5040 -ord_5041 @5041 -ord_5042 @5042 -ord_5043 @5043 -ord_5044 @5044 -ord_5045 @5045 -ord_5046 @5046 -ord_5047 @5047 -ord_5048 @5048 -ord_5049 @5049 -ord_5050 @5050 -ord_5051 @5051 -ord_5052 @5052 -ord_5053 @5053 -ord_5054 @5054 -ord_5055 @5055 -ord_5056 @5056 -ord_5057 @5057 -ord_5058 @5058 -ord_5059 @5059 -ord_5060 @5060 -ord_5061 @5061 -ord_5062 @5062 -ord_5063 @5063 -ord_5064 @5064 -ord_5065 @5065 -ord_5066 @5066 -ord_5067 @5067 -ord_5068 @5068 -ord_5069 @5069 -ord_5070 @5070 -ord_5071 @5071 -ord_5072 @5072 -ord_5073 @5073 -ord_5074 @5074 -ord_5075 @5075 -ord_5076 @5076 -ord_5077 @5077 -ord_5078 @5078 -ord_5079 @5079 -ord_5080 @5080 -ord_5081 @5081 -ord_5082 @5082 -ord_5083 @5083 -ord_5084 @5084 -ord_5085 @5085 -ord_5086 @5086 -ord_5087 @5087 -ord_5088 @5088 -ord_5089 @5089 -ord_5090 @5090 -ord_5091 @5091 -ord_5092 @5092 -ord_5093 @5093 -ord_5094 @5094 -ord_5095 @5095 -ord_5096 @5096 -ord_5097 @5097 -ord_5098 @5098 -ord_5099 @5099 -ord_5100 @5100 -ord_5101 @5101 -ord_5102 @5102 -ord_5103 @5103 -ord_5104 @5104 -ord_5105 @5105 -ord_5106 @5106 -ord_5107 @5107 -ord_5108 @5108 -ord_5109 @5109 -ord_5110 @5110 -ord_5111 @5111 -ord_5112 @5112 -ord_5113 @5113 -ord_5114 @5114 -ord_5115 @5115 -ord_5116 @5116 -ord_5117 @5117 -ord_5118 @5118 -ord_5119 @5119 -ord_5120 @5120 -ord_5121 @5121 -ord_5122 @5122 -ord_5123 @5123 -ord_5124 @5124 -ord_5125 @5125 -ord_5126 @5126 -ord_5127 @5127 -ord_5128 @5128 -ord_5129 @5129 -ord_5130 @5130 -ord_5131 @5131 -ord_5132 @5132 -ord_5133 @5133 -ord_5134 @5134 -ord_5135 @5135 -ord_5136 @5136 -ord_5137 @5137 -ord_5138 @5138 -ord_5139 @5139 -ord_5140 @5140 -ord_5141 @5141 -ord_5142 @5142 -ord_5143 @5143 -ord_5144 @5144 -ord_5145 @5145 -ord_5146 @5146 -ord_5147 @5147 -ord_5148 @5148 -ord_5149 @5149 -ord_5150 @5150 -ord_5151 @5151 -ord_5152 @5152 -ord_5153 @5153 -ord_5154 @5154 -ord_5155 @5155 -ord_5156 @5156 -ord_5157 @5157 -ord_5158 @5158 -ord_5159 @5159 -ord_5160 @5160 -ord_5161 @5161 -ord_5162 @5162 -ord_5163 @5163 -ord_5164 @5164 -ord_5165 @5165 -ord_5166 @5166 -ord_5167 @5167 -ord_5168 @5168 -ord_5169 @5169 -ord_5170 @5170 -ord_5171 @5171 -ord_5172 @5172 -ord_5173 @5173 -ord_5174 @5174 -ord_5175 @5175 -ord_5176 @5176 -ord_5177 @5177 -ord_5178 @5178 -ord_5179 @5179 -ord_5180 @5180 -ord_5181 @5181 -ord_5182 @5182 -ord_5183 @5183 -ord_5184 @5184 -ord_5185 @5185 -ord_5186 @5186 -ord_5187 @5187 -ord_5188 @5188 -ord_5189 @5189 -ord_5190 @5190 -ord_5191 @5191 -ord_5192 @5192 -ord_5193 @5193 -ord_5194 @5194 -ord_5195 @5195 -ord_5196 @5196 -ord_5197 @5197 -ord_5198 @5198 -ord_5199 @5199 -ord_5200 @5200 -ord_5201 @5201 -ord_5202 @5202 -ord_5203 @5203 -ord_5204 @5204 -ord_5205 @5205 -ord_5206 @5206 -ord_5207 @5207 -ord_5208 @5208 -ord_5209 @5209 -ord_5210 @5210 -ord_5211 @5211 -ord_5212 @5212 -ord_5213 @5213 -ord_5214 @5214 -ord_5215 @5215 -ord_5216 @5216 -ord_5217 @5217 -ord_5218 @5218 -ord_5219 @5219 -ord_5220 @5220 -ord_5221 @5221 -ord_5222 @5222 -ord_5223 @5223 -ord_5224 @5224 -ord_5225 @5225 -ord_5226 @5226 -ord_5227 @5227 -ord_5228 @5228 -ord_5229 @5229 -ord_5230 @5230 -ord_5231 @5231 -ord_5232 @5232 -ord_5233 @5233 -ord_5234 @5234 -ord_5235 @5235 -ord_5236 @5236 -ord_5237 @5237 -ord_5238 @5238 -ord_5239 @5239 -ord_5240 @5240 -ord_5241 @5241 -ord_5242 @5242 -ord_5243 @5243 -ord_5244 @5244 -ord_5245 @5245 -ord_5246 @5246 -ord_5247 @5247 -ord_5248 @5248 -ord_5249 @5249 -ord_5250 @5250 -ord_5251 @5251 -ord_5252 @5252 -ord_5253 @5253 -ord_5254 @5254 -ord_5255 @5255 -ord_5256 @5256 -ord_5257 @5257 -ord_5258 @5258 -ord_5259 @5259 -ord_5260 @5260 -ord_5261 @5261 -ord_5262 @5262 -ord_5263 @5263 -ord_5264 @5264 -ord_5265 @5265 -ord_5266 @5266 -ord_5267 @5267 -ord_5268 @5268 -ord_5269 @5269 -ord_5270 @5270 -ord_5271 @5271 -ord_5272 @5272 -ord_5273 @5273 -ord_5274 @5274 -ord_5275 @5275 -ord_5276 @5276 -ord_5277 @5277 -ord_5278 @5278 -ord_5279 @5279 -ord_5280 @5280 -ord_5281 @5281 -ord_5282 @5282 -ord_5283 @5283 -ord_5284 @5284 -ord_5285 @5285 -ord_5286 @5286 -ord_5287 @5287 -ord_5288 @5288 -ord_5289 @5289 -ord_5290 @5290 -ord_5291 @5291 -ord_5292 @5292 -ord_5293 @5293 -ord_5294 @5294 -ord_5295 @5295 -ord_5296 @5296 -ord_5297 @5297 -ord_5298 @5298 -ord_5299 @5299 -ord_5300 @5300 -ord_5301 @5301 -ord_5302 @5302 -ord_5303 @5303 -ord_5304 @5304 -ord_5305 @5305 -ord_5306 @5306 -ord_5307 @5307 -ord_5308 @5308 -ord_5309 @5309 -ord_5310 @5310 -ord_5311 @5311 -ord_5312 @5312 -ord_5313 @5313 -ord_5314 @5314 -ord_5315 @5315 -ord_5316 @5316 -ord_5317 @5317 -ord_5318 @5318 -ord_5319 @5319 -ord_5320 @5320 -ord_5321 @5321 -ord_5322 @5322 -ord_5323 @5323 -ord_5324 @5324 -ord_5325 @5325 -ord_5326 @5326 -ord_5327 @5327 -ord_5328 @5328 -ord_5329 @5329 -ord_5330 @5330 -ord_5331 @5331 -ord_5332 @5332 -ord_5333 @5333 -ord_5334 @5334 -ord_5335 @5335 -ord_5336 @5336 -ord_5337 @5337 -ord_5338 @5338 -ord_5339 @5339 -ord_5340 @5340 -ord_5341 @5341 -ord_5342 @5342 -ord_5343 @5343 -ord_5344 @5344 -ord_5345 @5345 -ord_5346 @5346 -ord_5347 @5347 -ord_5348 @5348 -ord_5349 @5349 -ord_5350 @5350 -ord_5351 @5351 -ord_5352 @5352 -ord_5353 @5353 -ord_5354 @5354 -ord_5355 @5355 -ord_5356 @5356 -ord_5357 @5357 -ord_5358 @5358 -ord_5359 @5359 -ord_5360 @5360 -ord_5361 @5361 -ord_5362 @5362 -ord_5363 @5363 -ord_5364 @5364 -ord_5365 @5365 -ord_5366 @5366 -ord_5367 @5367 -ord_5368 @5368 -ord_5369 @5369 -ord_5370 @5370 -ord_5371 @5371 -ord_5372 @5372 -ord_5373 @5373 -ord_5374 @5374 -ord_5375 @5375 -ord_5376 @5376 -ord_5377 @5377 -ord_5378 @5378 -ord_5379 @5379 -ord_5380 @5380 -ord_5381 @5381 -ord_5382 @5382 -ord_5383 @5383 -ord_5384 @5384 -ord_5385 @5385 -ord_5386 @5386 -ord_5387 @5387 -ord_5388 @5388 -ord_5389 @5389 -ord_5390 @5390 -ord_5391 @5391 -ord_5392 @5392 -ord_5393 @5393 -ord_5394 @5394 -ord_5395 @5395 -ord_5396 @5396 -ord_5397 @5397 -ord_5398 @5398 -ord_5399 @5399 -ord_5400 @5400 -ord_5401 @5401 -ord_5402 @5402 -ord_5403 @5403 -ord_5404 @5404 -ord_5405 @5405 -ord_5406 @5406 -ord_5407 @5407 -ord_5408 @5408 -ord_5409 @5409 -ord_5410 @5410 -ord_5411 @5411 -ord_5412 @5412 -ord_5413 @5413 -ord_5414 @5414 -ord_5415 @5415 -ord_5416 @5416 -ord_5417 @5417 -ord_5418 @5418 -ord_5419 @5419 -ord_5420 @5420 -ord_5421 @5421 -ord_5422 @5422 -ord_5423 @5423 -ord_5424 @5424 -ord_5425 @5425 -ord_5426 @5426 -ord_5427 @5427 -ord_5428 @5428 -ord_5429 @5429 -ord_5430 @5430 -ord_5431 @5431 -ord_5432 @5432 -ord_5433 @5433 -ord_5434 @5434 -ord_5435 @5435 -ord_5436 @5436 -ord_5437 @5437 -ord_5438 @5438 -ord_5439 @5439 -ord_5440 @5440 -ord_5441 @5441 -ord_5442 @5442 -ord_5443 @5443 -ord_5444 @5444 -ord_5445 @5445 -ord_5446 @5446 -ord_5447 @5447 -ord_5448 @5448 -ord_5449 @5449 -ord_5450 @5450 -ord_5451 @5451 -ord_5452 @5452 -ord_5453 @5453 -ord_5454 @5454 -ord_5455 @5455 -ord_5456 @5456 -ord_5457 @5457 -ord_5458 @5458 -ord_5459 @5459 -ord_5460 @5460 -ord_5461 @5461 -ord_5462 @5462 -ord_5463 @5463 -ord_5464 @5464 -ord_5465 @5465 -ord_5466 @5466 -ord_5467 @5467 -ord_5468 @5468 -ord_5469 @5469 -ord_5470 @5470 -ord_5471 @5471 -ord_5472 @5472 -ord_5473 @5473 -ord_5474 @5474 -ord_5475 @5475 -ord_5476 @5476 -ord_5477 @5477 -ord_5478 @5478 -ord_5479 @5479 -ord_5480 @5480 DATA -ord_5481 @5481 -ord_5482 @5482 -ord_5483 @5483 -ord_5484 @5484 -ord_5485 @5485 -ord_5486 @5486 -ord_5487 @5487 -ord_5488 @5488 -ord_5489 @5489 -ord_5490 @5490 -ord_5491 @5491 -ord_5492 @5492 -ord_5493 @5493 -ord_5494 @5494 -ord_5495 @5495 -ord_5496 @5496 -ord_5497 @5497 -ord_5498 @5498 -ord_5499 @5499 -ord_5500 @5500 -ord_5501 @5501 -ord_5502 @5502 -ord_5503 @5503 -ord_5504 @5504 -ord_5505 @5505 -ord_5506 @5506 -ord_5507 @5507 -ord_5508 @5508 -ord_5509 @5509 -ord_5510 @5510 -ord_5511 @5511 -ord_5512 @5512 -ord_5513 @5513 -ord_5514 @5514 -ord_5515 @5515 -ord_5516 @5516 -ord_5517 @5517 -ord_5518 @5518 -ord_5519 @5519 -ord_5520 @5520 -ord_5521 @5521 -ord_5522 @5522 -ord_5523 @5523 -ord_5524 @5524 -ord_5525 @5525 -ord_5526 @5526 -ord_5527 @5527 -ord_5528 @5528 -ord_5529 @5529 -ord_5530 @5530 -ord_5531 @5531 -ord_5532 @5532 -ord_5533 @5533 -ord_5534 @5534 -ord_5535 @5535 -ord_5536 @5536 -ord_5537 @5537 -ord_5538 @5538 -ord_5539 @5539 -ord_5540 @5540 -ord_5541 @5541 -ord_5542 @5542 -ord_5543 @5543 -ord_5544 @5544 -ord_5545 @5545 -ord_5546 @5546 -ord_5547 @5547 -ord_5548 @5548 -ord_5549 @5549 -ord_5550 @5550 -ord_5551 @5551 -ord_5552 @5552 -ord_5553 @5553 -ord_5554 @5554 -ord_5555 @5555 -ord_5556 @5556 -ord_5557 @5557 -ord_5558 @5558 -ord_5559 @5559 -ord_5560 @5560 -ord_5561 @5561 -ord_5562 @5562 -ord_5563 @5563 -ord_5564 @5564 -ord_5565 @5565 -ord_5566 @5566 -ord_5567 @5567 -ord_5568 @5568 -ord_5569 @5569 -ord_5570 @5570 -ord_5571 @5571 -ord_5572 @5572 -ord_5573 @5573 -ord_5574 @5574 -ord_5575 @5575 -ord_5576 @5576 -ord_5577 @5577 -ord_5578 @5578 -ord_5579 @5579 -ord_5580 @5580 -ord_5581 @5581 -ord_5582 @5582 -ord_5583 @5583 -ord_5584 @5584 -ord_5585 @5585 -ord_5586 @5586 -ord_5587 @5587 -ord_5588 @5588 -ord_5589 @5589 -ord_5590 @5590 -ord_5591 @5591 -ord_5592 @5592 -ord_5593 @5593 -ord_5594 @5594 -ord_5595 @5595 -ord_5596 @5596 -ord_5597 @5597 -ord_5598 @5598 -ord_5599 @5599 -ord_5600 @5600 -ord_5601 @5601 -ord_5602 @5602 -ord_5603 @5603 -ord_5604 @5604 -ord_5605 @5605 -ord_5606 @5606 -ord_5607 @5607 -ord_5608 @5608 -ord_5609 @5609 -ord_5610 @5610 -ord_5611 @5611 -ord_5612 @5612 -ord_5613 @5613 -ord_5614 @5614 -ord_5615 @5615 -ord_5616 @5616 -ord_5617 @5617 -ord_5618 @5618 -ord_5619 @5619 -ord_5620 @5620 -ord_5621 @5621 -ord_5622 @5622 -ord_5623 @5623 -ord_5624 @5624 -ord_5625 @5625 -ord_5626 @5626 -ord_5627 @5627 -ord_5628 @5628 -ord_5629 @5629 -ord_5630 @5630 -ord_5631 @5631 -ord_5632 @5632 -ord_5633 @5633 -ord_5634 @5634 -ord_5635 @5635 -ord_5636 @5636 -ord_5637 @5637 -ord_5638 @5638 -ord_5639 @5639 -ord_5640 @5640 -ord_5641 @5641 -ord_5642 @5642 -ord_5643 @5643 -ord_5644 @5644 -ord_5645 @5645 -ord_5646 @5646 -ord_5647 @5647 -ord_5648 @5648 -ord_5649 @5649 -ord_5650 @5650 -ord_5651 @5651 -ord_5652 @5652 -ord_5653 @5653 -ord_5654 @5654 -ord_5655 @5655 -ord_5656 @5656 -ord_5657 @5657 -ord_5658 @5658 -ord_5659 @5659 -ord_5660 @5660 -ord_5661 @5661 -ord_5662 @5662 -ord_5663 @5663 -ord_5664 @5664 -ord_5665 @5665 -ord_5666 @5666 -ord_5667 @5667 -ord_5668 @5668 -ord_5669 @5669 -ord_5670 @5670 -ord_5671 @5671 -ord_5672 @5672 -ord_5673 @5673 -ord_5674 @5674 -ord_5675 @5675 -ord_5676 @5676 -ord_5677 @5677 -ord_5678 @5678 -ord_5679 @5679 -ord_5680 @5680 -ord_5681 @5681 -ord_5682 @5682 -ord_5683 @5683 -ord_5684 @5684 -ord_5685 @5685 -ord_5686 @5686 -ord_5687 @5687 -ord_5688 @5688 -ord_5689 @5689 -ord_5690 @5690 -ord_5691 @5691 -ord_5692 @5692 -ord_5693 @5693 -ord_5694 @5694 -ord_5695 @5695 -ord_5696 @5696 -ord_5697 @5697 -ord_5698 @5698 -ord_5699 @5699 -ord_5700 @5700 -ord_5701 @5701 -ord_5702 @5702 -ord_5703 @5703 -ord_5704 @5704 -ord_5705 @5705 -ord_5706 @5706 -ord_5707 @5707 -ord_5708 @5708 -ord_5709 @5709 -ord_5710 @5710 -ord_5711 @5711 -ord_5712 @5712 -ord_5713 @5713 -ord_5714 @5714 -ord_5715 @5715 -ord_5716 @5716 -ord_5717 @5717 -ord_5718 @5718 -ord_5719 @5719 -ord_5720 @5720 -ord_5721 @5721 -ord_5722 @5722 -ord_5723 @5723 -ord_5724 @5724 -ord_5725 @5725 -ord_5726 @5726 -ord_5727 @5727 -ord_5728 @5728 -ord_5729 @5729 -ord_5730 @5730 -ord_5731 @5731 -ord_5732 @5732 -ord_5733 @5733 -ord_5734 @5734 -ord_5735 @5735 -ord_5736 @5736 -ord_5737 @5737 -ord_5738 @5738 -ord_5739 @5739 -ord_5740 @5740 -ord_5741 @5741 -ord_5742 @5742 -ord_5743 @5743 -ord_5744 @5744 -ord_5745 @5745 -ord_5746 @5746 -ord_5747 @5747 -ord_5748 @5748 -ord_5749 @5749 -ord_5750 @5750 -ord_5751 @5751 -ord_5752 @5752 -ord_5753 @5753 -ord_5754 @5754 -ord_5755 @5755 -ord_5756 @5756 -ord_5757 @5757 -ord_5758 @5758 -ord_5759 @5759 -ord_5760 @5760 -ord_5761 @5761 -ord_5762 @5762 -ord_5763 @5763 -ord_5764 @5764 -ord_5765 @5765 -ord_5766 @5766 -ord_5767 @5767 -ord_5768 @5768 -ord_5769 @5769 -ord_5770 @5770 -ord_5771 @5771 -ord_5772 @5772 -ord_5773 @5773 -ord_5774 @5774 -ord_5775 @5775 -ord_5776 @5776 -ord_5777 @5777 -ord_5778 @5778 -ord_5779 @5779 -ord_5780 @5780 -ord_5781 @5781 -ord_5782 @5782 -ord_5783 @5783 -ord_5784 @5784 -ord_5785 @5785 -ord_5786 @5786 -ord_5787 @5787 -ord_5788 @5788 -ord_5789 @5789 -ord_5790 @5790 -ord_5791 @5791 -ord_5792 @5792 -ord_5793 @5793 -ord_5794 @5794 -ord_5795 @5795 -ord_5796 @5796 -ord_5797 @5797 -ord_5798 @5798 -ord_5799 @5799 -ord_5800 @5800 -ord_5801 @5801 -ord_5802 @5802 -ord_5803 @5803 -ord_5804 @5804 -ord_5805 @5805 -ord_5806 @5806 -ord_5807 @5807 -ord_5808 @5808 -ord_5809 @5809 -ord_5810 @5810 -ord_5811 @5811 -ord_5812 @5812 -ord_5813 @5813 -ord_5814 @5814 -ord_5815 @5815 -ord_5816 @5816 -ord_5817 @5817 -ord_5818 @5818 -ord_5819 @5819 -ord_5820 @5820 -ord_5821 @5821 -ord_5822 @5822 -ord_5823 @5823 -ord_5824 @5824 -ord_5825 @5825 -ord_5826 @5826 -ord_5827 @5827 -ord_5828 @5828 -ord_5829 @5829 -ord_5830 @5830 -ord_5831 @5831 -ord_5832 @5832 -ord_5833 @5833 -ord_5834 @5834 -ord_5835 @5835 -ord_5836 @5836 -ord_5837 @5837 -ord_5838 @5838 -ord_5839 @5839 -ord_5840 @5840 -ord_5841 @5841 -ord_5842 @5842 -ord_5843 @5843 -ord_5844 @5844 -ord_5845 @5845 -ord_5846 @5846 -ord_5847 @5847 -ord_5848 @5848 -ord_5849 @5849 -ord_5850 @5850 -ord_5851 @5851 -ord_5852 @5852 -ord_5853 @5853 -ord_5854 @5854 -ord_5855 @5855 -ord_5856 @5856 -ord_5857 @5857 -ord_5858 @5858 -ord_5859 @5859 -ord_5860 @5860 -ord_5861 @5861 -ord_5862 @5862 -ord_5863 @5863 -ord_5864 @5864 -ord_5865 @5865 -ord_5866 @5866 -ord_5867 @5867 -ord_5868 @5868 -ord_5869 @5869 -ord_5870 @5870 -ord_5871 @5871 -ord_5872 @5872 -ord_5873 @5873 -ord_5874 @5874 -ord_5875 @5875 -ord_5876 @5876 -ord_5877 @5877 -ord_5878 @5878 -ord_5879 @5879 -ord_5880 @5880 -ord_5881 @5881 -ord_5882 @5882 -ord_5883 @5883 -ord_5884 @5884 -ord_5885 @5885 -ord_5886 @5886 -ord_5887 @5887 -ord_5888 @5888 -ord_5889 @5889 -ord_5890 @5890 -ord_5891 @5891 -ord_5892 @5892 -ord_5893 @5893 -ord_5894 @5894 -ord_5895 @5895 -ord_5896 @5896 -ord_5897 @5897 -ord_5898 @5898 -ord_5899 @5899 -ord_5900 @5900 -ord_5901 @5901 -ord_5902 @5902 -ord_5903 @5903 -ord_5904 @5904 -ord_5905 @5905 -ord_5906 @5906 -ord_5907 @5907 -ord_5908 @5908 -ord_5909 @5909 -ord_5910 @5910 -ord_5911 @5911 -ord_5912 @5912 -ord_5913 @5913 -ord_5914 @5914 -ord_5915 @5915 -ord_5916 @5916 -ord_5917 @5917 -ord_5918 @5918 -ord_5919 @5919 -ord_5920 @5920 -ord_5921 @5921 -ord_5922 @5922 -ord_5923 @5923 -ord_5924 @5924 -ord_5925 @5925 -ord_5926 @5926 -ord_5927 @5927 -ord_5928 @5928 -ord_5929 @5929 -ord_5930 @5930 -ord_5931 @5931 -ord_5932 @5932 -ord_5933 @5933 -ord_5934 @5934 -ord_5935 @5935 -ord_5936 @5936 -ord_5937 @5937 -ord_5938 @5938 -ord_5939 @5939 -ord_5940 @5940 -ord_5941 @5941 -ord_5942 @5942 -ord_5943 @5943 -ord_5944 @5944 -ord_5945 @5945 -ord_5946 @5946 -ord_5947 @5947 -ord_5948 @5948 -ord_5949 @5949 -ord_5950 @5950 -ord_5951 @5951 -ord_5952 @5952 -ord_5953 @5953 -ord_5954 @5954 -ord_5955 @5955 -ord_5956 @5956 -ord_5957 @5957 -ord_5958 @5958 -ord_5959 @5959 -ord_5960 @5960 -ord_5961 @5961 -ord_5962 @5962 -ord_5963 @5963 -ord_5964 @5964 -ord_5965 @5965 -ord_5966 @5966 -ord_5967 @5967 -ord_5968 @5968 -ord_5969 @5969 -ord_5970 @5970 -ord_5971 @5971 -ord_5972 @5972 -ord_5973 @5973 -ord_5974 @5974 -ord_5975 @5975 -ord_5976 @5976 -ord_5977 @5977 -ord_5978 @5978 -ord_5979 @5979 -ord_5980 @5980 -ord_5981 @5981 -ord_5982 @5982 -ord_5983 @5983 -ord_5984 @5984 -ord_5985 @5985 -ord_5986 @5986 -ord_5987 @5987 -ord_5988 @5988 -ord_5989 @5989 -ord_5990 @5990 -ord_5991 @5991 -ord_5992 @5992 -ord_5993 @5993 -ord_5994 @5994 -ord_5995 @5995 -ord_5996 @5996 -ord_5997 @5997 -ord_5998 @5998 -ord_5999 @5999 -ord_6000 @6000 -ord_6001 @6001 -ord_6002 @6002 -ord_6003 @6003 -ord_6004 @6004 -ord_6005 @6005 -ord_6006 @6006 -ord_6007 @6007 -ord_6008 @6008 -ord_6009 @6009 -ord_6010 @6010 -ord_6011 @6011 -ord_6012 @6012 -ord_6013 @6013 -ord_6014 @6014 -ord_6015 @6015 -ord_6016 @6016 -ord_6017 @6017 -ord_6018 @6018 -ord_6019 @6019 -ord_6020 @6020 -ord_6021 @6021 -ord_6022 @6022 -ord_6023 @6023 -ord_6024 @6024 -ord_6025 @6025 -ord_6026 @6026 -ord_6027 @6027 -ord_6028 @6028 -ord_6029 @6029 -ord_6030 @6030 -ord_6031 @6031 -ord_6032 @6032 -ord_6033 @6033 -ord_6034 @6034 -ord_6035 @6035 -ord_6036 @6036 -ord_6037 @6037 -ord_6038 @6038 -ord_6039 @6039 -ord_6040 @6040 -ord_6041 @6041 -ord_6042 @6042 -ord_6043 @6043 -ord_6044 @6044 -ord_6045 @6045 -ord_6046 @6046 -ord_6047 @6047 -ord_6048 @6048 -ord_6049 @6049 -ord_6050 @6050 -ord_6051 @6051 -ord_6052 @6052 -ord_6053 @6053 -ord_6054 @6054 -ord_6055 @6055 -ord_6056 @6056 -ord_6057 @6057 -ord_6058 @6058 -ord_6059 @6059 -ord_6060 @6060 -ord_6061 @6061 -ord_6062 @6062 -ord_6063 @6063 -ord_6064 @6064 -ord_6065 @6065 -ord_6066 @6066 -ord_6067 @6067 -ord_6068 @6068 -ord_6069 @6069 -ord_6070 @6070 -ord_6071 @6071 -ord_6072 @6072 -ord_6073 @6073 -ord_6074 @6074 -ord_6075 @6075 -ord_6076 @6076 -ord_6077 @6077 -ord_6078 @6078 -ord_6079 @6079 -ord_6080 @6080 -ord_6081 @6081 -ord_6082 @6082 -ord_6083 @6083 -ord_6084 @6084 -ord_6085 @6085 -ord_6086 @6086 -ord_6087 @6087 -ord_6088 @6088 -ord_6089 @6089 -ord_6090 @6090 -ord_6091 @6091 -ord_6092 @6092 -ord_6093 @6093 -ord_6094 @6094 -ord_6095 @6095 -ord_6096 @6096 -ord_6097 @6097 -ord_6098 @6098 -ord_6099 @6099 -ord_6100 @6100 -ord_6101 @6101 -ord_6102 @6102 -ord_6103 @6103 -ord_6104 @6104 -ord_6105 @6105 -ord_6106 @6106 -ord_6107 @6107 -ord_6108 @6108 -ord_6109 @6109 -ord_6110 @6110 -ord_6111 @6111 -ord_6112 @6112 -ord_6113 @6113 -ord_6114 @6114 -ord_6115 @6115 -ord_6116 @6116 -ord_6117 @6117 -ord_6118 @6118 -ord_6119 @6119 -ord_6120 @6120 -ord_6121 @6121 -ord_6122 @6122 -ord_6123 @6123 -ord_6124 @6124 -ord_6125 @6125 -ord_6126 @6126 -ord_6127 @6127 -ord_6128 @6128 -ord_6129 @6129 -ord_6130 @6130 -ord_6131 @6131 -ord_6132 @6132 -ord_6133 @6133 -ord_6134 @6134 -ord_6135 @6135 -ord_6136 @6136 -ord_6137 @6137 -ord_6138 @6138 -ord_6139 @6139 -ord_6140 @6140 -ord_6141 @6141 -ord_6142 @6142 -ord_6143 @6143 -ord_6144 @6144 -ord_6145 @6145 -ord_6146 @6146 -ord_6147 @6147 -ord_6148 @6148 -ord_6149 @6149 -ord_6150 @6150 -ord_6151 @6151 -ord_6152 @6152 -ord_6153 @6153 -ord_6154 @6154 -ord_6155 @6155 -ord_6156 @6156 -ord_6157 @6157 -ord_6158 @6158 -ord_6159 @6159 -ord_6160 @6160 -ord_6161 @6161 -ord_6162 @6162 -ord_6163 @6163 -ord_6164 @6164 -ord_6165 @6165 -ord_6166 @6166 -ord_6167 @6167 -ord_6168 @6168 -ord_6169 @6169 -ord_6170 @6170 -ord_6171 @6171 -ord_6172 @6172 -ord_6173 @6173 -ord_6174 @6174 -ord_6175 @6175 -ord_6176 @6176 -ord_6177 @6177 -ord_6178 @6178 -ord_6179 @6179 -ord_6180 @6180 -ord_6181 @6181 -ord_6182 @6182 -ord_6183 @6183 -ord_6184 @6184 -ord_6185 @6185 -ord_6186 @6186 -ord_6187 @6187 -ord_6188 @6188 -ord_6189 @6189 -ord_6190 @6190 -ord_6191 @6191 -ord_6192 @6192 -ord_6193 @6193 -ord_6194 @6194 -ord_6195 @6195 -ord_6196 @6196 -ord_6197 @6197 -ord_6198 @6198 -ord_6199 @6199 -ord_6200 @6200 -ord_6201 @6201 -ord_6202 @6202 -ord_6203 @6203 -ord_6204 @6204 -ord_6205 @6205 -ord_6206 @6206 -ord_6207 @6207 -ord_6208 @6208 -ord_6209 @6209 -ord_6210 @6210 -ord_6211 @6211 -ord_6212 @6212 -ord_6213 @6213 -ord_6214 @6214 -ord_6215 @6215 -ord_6216 @6216 -ord_6217 @6217 -ord_6218 @6218 -ord_6219 @6219 -ord_6220 @6220 -ord_6221 @6221 -ord_6222 @6222 -ord_6223 @6223 -ord_6224 @6224 -ord_6225 @6225 -ord_6226 @6226 -ord_6227 @6227 -ord_6228 @6228 -ord_6229 @6229 -ord_6230 @6230 -ord_6231 @6231 -ord_6232 @6232 -ord_6233 @6233 -ord_6234 @6234 -ord_6237 @6237 -ord_6238 @6238 -ord_6239 @6239 -ord_6240 @6240 -ord_6241 @6241 -ord_6242 @6242 -ord_6243 @6243 -ord_6244 @6244 -ord_6245 @6245 -ord_6246 @6246 -ord_6247 @6247 -ord_6248 @6248 -ord_6249 @6249 -ord_6250 @6250 -ord_6251 @6251 -ord_6252 @6252 -ord_6253 @6253 -ord_6254 @6254 -ord_6255 @6255 -ord_6256 @6256 -ord_6257 @6257 -ord_6258 @6258 -ord_6259 @6259 -ord_6260 @6260 -ord_6261 @6261 -ord_6262 @6262 -ord_6263 @6263 -ord_6264 @6264 -ord_6265 @6265 -ord_6266 @6266 -ord_6267 @6267 -ord_6268 @6268 -ord_6269 @6269 -ord_6270 @6270 -ord_6271 @6271 -ord_6272 @6272 -ord_6273 @6273 -ord_6274 @6274 -ord_6275 @6275 -ord_6276 @6276 -ord_6277 @6277 -ord_6278 @6278 -ord_6279 @6279 -ord_6280 @6280 -ord_6281 @6281 -ord_6282 @6282 -ord_6283 @6283 -ord_6284 @6284 -ord_6285 @6285 -ord_6286 @6286 -ord_6287 @6287 -ord_6288 @6288 -ord_6289 @6289 -ord_6290 @6290 -ord_6291 @6291 -ord_6292 @6292 -ord_6293 @6293 -ord_6294 @6294 -ord_6295 @6295 -ord_6296 @6296 -ord_6297 @6297 -ord_6298 @6298 -ord_6299 @6299 -ord_6300 @6300 -ord_6301 @6301 -ord_6302 @6302 -ord_6303 @6303 -ord_6304 @6304 -ord_6305 @6305 -ord_6306 @6306 -ord_6307 @6307 -ord_6308 @6308 -ord_6309 @6309 -ord_6310 @6310 -ord_6311 @6311 -ord_6312 @6312 -ord_6313 @6313 -ord_6314 @6314 -ord_6315 @6315 -ord_6316 @6316 -ord_6317 @6317 -ord_6318 @6318 -ord_6319 @6319 -ord_6320 @6320 -ord_6321 @6321 -ord_6322 @6322 -ord_6323 @6323 -ord_6324 @6324 -ord_6325 @6325 -ord_6326 @6326 -ord_6327 @6327 -ord_6328 @6328 -ord_6329 @6329 -ord_6330 @6330 -ord_6331 @6331 -ord_6332 @6332 -ord_6333 @6333 -ord_6334 @6334 -ord_6335 @6335 -ord_6336 @6336 -ord_6337 @6337 -ord_6338 @6338 -ord_6339 @6339 -ord_6340 @6340 -ord_6341 @6341 -ord_6342 @6342 -ord_6343 @6343 -ord_6344 @6344 -ord_6345 @6345 -ord_6346 @6346 -ord_6347 @6347 -ord_6348 @6348 -ord_6349 @6349 -ord_6350 @6350 -ord_6351 @6351 -ord_6352 @6352 -ord_6353 @6353 -ord_6354 @6354 -ord_6355 @6355 -ord_6356 @6356 -ord_6357 @6357 -ord_6358 @6358 -ord_6359 @6359 -ord_6360 @6360 -ord_6361 @6361 -ord_6362 @6362 -ord_6363 @6363 -ord_6364 @6364 -ord_6365 @6365 -ord_6366 @6366 -ord_6367 @6367 -ord_6368 @6368 -ord_6369 @6369 -ord_6370 @6370 -ord_6371 @6371 -ord_6372 @6372 -ord_6373 @6373 DATA -ord_6374 @6374 DATA -ord_6375 @6375 DATA -ord_6376 @6376 DATA -ord_6377 @6377 -ord_6378 @6378 -ord_6379 @6379 -ord_6380 @6380 -ord_6381 @6381 -ord_6383 @6383 -ord_6384 @6384 -ord_6385 @6385 -ord_6386 @6386 -ord_6387 @6387 -ord_6388 @6388 -ord_6389 @6389 -ord_6390 @6390 -ord_6391 @6391 -ord_6392 @6392 -ord_6393 @6393 -ord_6394 @6394 -ord_6395 @6395 -ord_6396 @6396 -ord_6397 @6397 -ord_6398 @6398 -ord_6399 @6399 -ord_6400 @6400 -ord_6401 @6401 -ord_6402 @6402 -ord_6403 @6403 -ord_6404 @6404 -ord_6405 @6405 -ord_6406 @6406 -ord_6407 @6407 -ord_6408 @6408 DATA -ord_6409 @6409 -ord_6410 @6410 -ord_6411 @6411 -ord_6412 @6412 -ord_6413 @6413 -ord_6414 @6414 -ord_6417 @6417 DATA -ord_6418 @6418 -ord_6419 @6419 -ord_6420 @6420 -ord_6421 @6421 -ord_6422 @6422 -ord_6423 @6423 -ord_6424 @6424 -ord_6425 @6425 -ord_6426 @6426 -ord_6427 @6427 -ord_6428 @6428 -ord_6429 @6429 -ord_6430 @6430 -ord_6431 @6431 -ord_6432 @6432 -ord_6433 @6433 -ord_6434 @6434 -ord_6435 @6435 -ord_6436 @6436 -ord_6437 @6437 -ord_6438 @6438 -ord_6439 @6439 -ord_6440 @6440 -ord_6441 @6441 -ord_6442 @6442 -ord_6443 @6443 -ord_6444 @6444 DATA -ord_6445 @6445 DATA -ord_6446 @6446 -ord_6447 @6447 -ord_6448 @6448 -ord_6449 @6449 -ord_6450 @6450 -ord_6451 @6451 -ord_6452 @6452 -ord_6453 @6453 -ord_6454 @6454 -ord_6455 @6455 -ord_6456 @6456 -ord_6457 @6457 -ord_6458 @6458 -ord_6459 @6459 -ord_6460 @6460 -ord_6461 @6461 -ord_6462 @6462 -ord_6463 @6463 -ord_6464 @6464 -ord_6465 @6465 -ord_6466 @6466 -ord_6467 @6467 -ord_6468 @6468 -ord_6469 @6469 -ord_6470 @6470 -ord_6471 @6471 -ord_6472 @6472 -ord_6473 @6473 -ord_6474 @6474 -ord_6475 @6475 -ord_6476 @6476 -ord_6477 @6477 -ord_6478 @6478 -ord_6479 @6479 -ord_6480 @6480 -ord_6481 @6481 -ord_6482 @6482 -ord_6483 @6483 -ord_6484 @6484 -ord_6485 @6485 -ord_6486 @6486 -ord_6487 @6487 -ord_6488 @6488 -ord_6489 @6489 -ord_6490 @6490 -ord_6491 @6491 -ord_6492 @6492 -ord_6493 @6493 -ord_6494 @6494 -ord_6495 @6495 -ord_6496 @6496 -ord_6497 @6497 -ord_6498 @6498 -ord_6499 @6499 -ord_6500 @6500 -ord_6501 @6501 -ord_6502 @6502 -ord_6503 @6503 -ord_6504 @6504 -ord_6505 @6505 -ord_6506 @6506 -ord_6507 @6507 -ord_6508 @6508 -ord_6509 @6509 -ord_6510 @6510 -ord_6511 @6511 -ord_6512 @6512 -ord_6513 @6513 -ord_6514 @6514 -ord_6515 @6515 -ord_6516 @6516 -ord_6517 @6517 -ord_6518 @6518 -ord_6519 @6519 -ord_6520 @6520 -ord_6521 @6521 -ord_6522 @6522 -ord_6523 @6523 -ord_6524 @6524 -ord_6525 @6525 -ord_6526 @6526 -ord_6527 @6527 -ord_6528 @6528 -ord_6529 @6529 -ord_6530 @6530 -ord_6531 @6531 -ord_6532 @6532 -ord_6533 @6533 -ord_6534 @6534 -ord_6535 @6535 -ord_6536 @6536 -ord_6537 @6537 -ord_6538 @6538 -ord_6539 @6539 -ord_6540 @6540 -ord_6541 @6541 -ord_6542 @6542 -ord_6543 @6543 -ord_6544 @6544 -ord_6545 @6545 -ord_6546 @6546 -ord_6547 @6547 -ord_6548 @6548 -ord_6549 @6549 -ord_6550 @6550 -ord_6551 @6551 -ord_6552 @6552 -ord_6553 @6553 -ord_6554 @6554 -ord_6555 @6555 -ord_6556 @6556 -ord_6557 @6557 -ord_6558 @6558 -ord_6559 @6559 -ord_6560 @6560 -ord_6561 @6561 -ord_6562 @6562 -ord_6563 @6563 -ord_6564 @6564 -ord_6565 @6565 -ord_6566 @6566 -ord_6567 @6567 -ord_6568 @6568 -ord_6569 @6569 -ord_6570 @6570 -ord_6571 @6571 -ord_6572 @6572 -ord_6573 @6573 -ord_6574 @6574 -ord_6575 @6575 -ord_6576 @6576 -ord_6577 @6577 -ord_6578 @6578 -ord_6579 @6579 -ord_6580 @6580 -ord_6581 @6581 -ord_6582 @6582 -ord_6583 @6583 -ord_6584 @6584 -ord_6585 @6585 -ord_6586 @6586 -ord_6587 @6587 -ord_6588 @6588 DATA -ord_6589 @6589 DATA -ord_6590 @6590 DATA -ord_6591 @6591 DATA -ord_6592 @6592 DATA -ord_6593 @6593 DATA -ord_6594 @6594 DATA -ord_6595 @6595 DATA -ord_6596 @6596 DATA -ord_6597 @6597 -ord_6598 @6598 -ord_6599 @6599 -ord_6600 @6600 -ord_6601 @6601 -ord_6602 @6602 -ord_6603 @6603 -ord_6604 @6604 -ord_6605 @6605 -ord_6606 @6606 -ord_6607 @6607 -ord_6608 @6608 -ord_6609 @6609 -ord_6610 @6610 -ord_6611 @6611 -ord_6612 @6612 -ord_6613 @6613 -ord_6614 @6614 -ord_6615 @6615 -ord_6616 @6616 -ord_6617 @6617 -ord_6618 @6618 -ord_6619 @6619 -ord_6620 @6620 -ord_6621 @6621 -ord_6622 @6622 -ord_6623 @6623 -ord_6624 @6624 -ord_6625 @6625 -ord_6626 @6626 -ord_6627 @6627 -ord_6628 @6628 -ord_6629 @6629 -ord_6630 @6630 -ord_6631 @6631 -ord_6632 @6632 -ord_6633 @6633 -ord_6634 @6634 -ord_6635 @6635 -ord_6636 @6636 -ord_6637 @6637 -ord_6638 @6638 -ord_6639 @6639 -ord_6640 @6640 -ord_6641 @6641 -ord_6642 @6642 -ord_6643 @6643 -ord_6644 @6644 -ord_6645 @6645 -ord_6646 @6646 -ord_6647 @6647 -ord_6648 @6648 -ord_6649 @6649 -ord_6650 @6650 DATA -ord_6651 @6651 -ord_6652 @6652 -ord_6653 @6653 -ord_6654 @6654 -ord_6655 @6655 -ord_6656 @6656 -ord_6657 @6657 -ord_6658 @6658 -ord_6660 @6660 -ord_6661 @6661 -ord_6662 @6662 -ord_6663 @6663 -ord_6664 @6664 -ord_6665 @6665 -ord_6666 @6666 -ord_6667 @6667 -ord_6668 @6668 -ord_6669 @6669 -ord_6670 @6670 -ord_6671 @6671 -ord_6672 @6672 -ord_6673 @6673 -ord_6674 @6674 -ord_6675 @6675 -ord_6676 @6676 -ord_6677 @6677 -ord_6678 @6678 -ord_6679 @6679 -ord_6680 @6680 -ord_6681 @6681 -ord_6682 @6682 -ord_6683 @6683 -ord_6684 @6684 -ord_6685 @6685 -ord_6686 @6686 -ord_6687 @6687 -ord_6688 @6688 -ord_6689 @6689 -ord_6690 @6690 -ord_6691 @6691 -ord_6692 @6692 -ord_6693 @6693 -ord_6694 @6694 -ord_6695 @6695 -ord_6696 @6696 -ord_6697 @6697 -ord_6698 @6698 -ord_6699 @6699 -ord_6700 @6700 -ord_6701 @6701 -ord_6702 @6702 -ord_6703 @6703 -ord_6704 @6704 -ord_6705 @6705 -ord_6706 @6706 -ord_6707 @6707 -ord_6708 @6708 -ord_6709 @6709 -ord_6710 @6710 -ord_6711 @6711 -ord_6712 @6712 -ord_6713 @6713 -ord_6714 @6714 -ord_6715 @6715 -ord_6716 @6716 -ord_6717 @6717 -ord_6718 @6718 -ord_6719 @6719 -ord_6720 @6720 -ord_6721 @6721 -ord_6722 @6722 -ord_6723 @6723 -ord_6724 @6724 -ord_6725 @6725 -ord_6726 @6726 -ord_6727 @6727 -ord_6728 @6728 -ord_6729 @6729 -ord_6730 @6730 -ord_6731 @6731 -ord_6732 @6732 -ord_6733 @6733 -ord_6734 @6734 -ord_6735 @6735 -ord_6736 @6736 -ord_6737 @6737 -ord_6738 @6738 -ord_6739 @6739 -ord_6740 @6740 -ord_6741 @6741 -ord_6742 @6742 -ord_6743 @6743 -ord_6744 @6744 -ord_6745 @6745 -ord_6746 @6746 -ord_6747 @6747 -ord_6748 @6748 -ord_6749 @6749 -ord_6750 @6750 -ord_6751 @6751 -ord_6752 @6752 -ord_6753 @6753 -ord_6754 @6754 -ord_6755 @6755 -ord_6756 @6756 -ord_6757 @6757 -ord_6758 @6758 -ord_6759 @6759 -ord_6760 @6760 -ord_6761 @6761 -ord_6762 @6762 -ord_6763 @6763 -ord_6764 @6764 -ord_6765 @6765 -ord_6766 @6766 -ord_6767 @6767 -ord_6768 @6768 -ord_6769 @6769 -ord_6770 @6770 -ord_6771 @6771 -ord_6772 @6772 -ord_6773 @6773 -ord_6774 @6774 -ord_6775 @6775 -ord_6776 @6776 -ord_6777 @6777 -ord_6778 @6778 -ord_6779 @6779 DATA -ord_6780 @6780 -ord_6781 @6781 -ord_6782 @6782 -ord_6783 @6783 -ord_6784 @6784 -ord_6785 @6785 -ord_6786 @6786 -ord_6787 @6787 -ord_6788 @6788 -ord_6789 @6789 -ord_6790 @6790 -ord_6791 @6791 DATA -ord_6792 @6792 DATA -ord_6793 @6793 DATA -ord_6794 @6794 -ord_6795 @6795 -ord_6796 @6796 -ord_6797 @6797 -ord_6798 @6798 -ord_6799 @6799 -ord_6800 @6800 -ord_6801 @6801 -ord_6802 @6802 -ord_6803 @6803 -ord_6804 @6804 -ord_6805 @6805 -ord_6806 @6806 -ord_6807 @6807 -ord_6808 @6808 -ord_6809 @6809 -ord_6810 @6810 -ord_6811 @6811 -ord_6812 @6812 -ord_6813 @6813 -ord_6814 @6814 -ord_6815 @6815 -ord_6816 @6816 -ord_6817 @6817 -ord_6818 @6818 -ord_6819 @6819 -ord_6820 @6820 -ord_6821 @6821 -ord_6822 @6822 -ord_6823 @6823 -ord_6824 @6824 -ord_6825 @6825 -ord_6826 @6826 -ord_6827 @6827 -ord_6828 @6828 -ord_6829 @6829 -ord_6830 @6830 -ord_6831 @6831 -ord_6832 @6832 -ord_6833 @6833 -ord_6834 @6834 -ord_6835 @6835 -ord_6836 @6836 -ord_6837 @6837 -ord_6838 @6838 -ord_6839 @6839 -ord_6840 @6840 -ord_6841 @6841 -ord_6842 @6842 -ord_6843 @6843 -ord_6844 @6844 -ord_6845 @6845 -ord_6846 @6846 -ord_6847 @6847 -ord_6848 @6848 -ord_6849 @6849 -ord_6850 @6850 -ord_6851 @6851 -ord_6852 @6852 -ord_6853 @6853 -ord_6854 @6854 -ord_6855 @6855 -ord_6856 @6856 -ord_6857 @6857 -ord_6858 @6858 -ord_6859 @6859 -ord_6860 @6860 -ord_6861 @6861 -ord_6862 @6862 -ord_6863 @6863 -ord_6864 @6864 -ord_6865 @6865 -ord_6866 @6866 -ord_6867 @6867 -ord_6868 @6868 -ord_6869 @6869 -ord_6870 @6870 -ord_6871 @6871 -ord_6872 @6872 -ord_6873 @6873 -ord_6874 @6874 -ord_6875 @6875 -ord_6876 @6876 -ord_6877 @6877 -ord_6878 @6878 -ord_6879 @6879 -ord_6880 @6880 -ord_6881 @6881 -ord_6882 @6882 -ord_6883 @6883 -ord_6884 @6884 -ord_6885 @6885 -ord_6886 @6886 -ord_6887 @6887 -ord_6888 @6888 -ord_6889 @6889 -ord_6890 @6890 -ord_6891 @6891 -ord_6892 @6892 -ord_6893 @6893 -ord_6894 @6894 -ord_6895 @6895 -ord_6896 @6896 -ord_6897 @6897 -ord_6898 @6898 -ord_6899 @6899 -ord_6900 @6900 -ord_6901 @6901 -ord_6902 @6902 -ord_6903 @6903 -ord_6904 @6904 -ord_6905 @6905 -ord_6906 @6906 -ord_6907 @6907 -ord_6908 @6908 -ord_6909 @6909 -ord_6910 @6910 -ord_6911 @6911 -ord_6912 @6912 -ord_6913 @6913 -ord_6914 @6914 -ord_6915 @6915 -ord_6916 @6916 -ord_6917 @6917 -ord_6918 @6918 -ord_6919 @6919 -ord_6920 @6920 -ord_6921 @6921 -ord_6922 @6922 -ord_6923 @6923 -ord_6924 @6924 -ord_6925 @6925 -ord_6926 @6926 -ord_6927 @6927 DATA -ord_6928 @6928 -ord_6929 @6929 -ord_6930 @6930 -ord_6931 @6931 -ord_6932 @6932 -ord_6933 @6933 -ord_6934 @6934 -ord_6935 @6935 -ord_6936 @6936 -ord_6937 @6937 -ord_6938 @6938 -ord_6939 @6939 -ord_6940 @6940 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfcsubs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfcsubs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfcsubs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfcsubs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,173 +0,0 @@ -; -; Definition file of MfcSubs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MfcSubs.dll" -EXPORTS -??$ConstructElements@VCString@@@@YAXPAVCString@@H@Z -??$CopyElements@VCString@@@@YAXPAVCString@@PBV0@H@Z -??$DestructElements@VCString@@@@YAXPAVCString@@H@Z -??$HashKey@ABU_GUID@@@@YAIABU_GUID@@@Z -??$HashKey@PBD@@YAIPBD@Z -??$HashKey@PBG@@YAIPBG@Z -??0CCriticalSection@@QAA@XZ -??0CMapStringToPtr@@QAA@H@Z -??0CObject@@IAA@XZ -??0CString@@QAA@ABV0@@Z -??0CString@@QAA@GH@Z -??0CString@@QAA@PBD@Z -??0CString@@QAA@PBE@Z -??0CString@@QAA@PBG@Z -??0CString@@QAA@PBGH@Z -??0CString@@QAA@XZ -??0CStringArray@@QAA@XZ -??0CSyncObject@@QAA@PBG@Z -??1CCriticalSection@@UAA@XZ -??1CMapStringToPtr@@UAA@XZ -??1CObject@@UAA@XZ -??1CString@@QAA@XZ -??1CStringArray@@UAA@XZ -??1CSyncObject@@UAA@XZ -??4CPlex@@QAAAAU0@ABU0@@Z -??4CString@@QAAABV0@ABV0@@Z -??4CString@@QAAABV0@D@Z -??4CString@@QAAABV0@G@Z -??4CString@@QAAABV0@PBD@Z -??4CString@@QAAABV0@PBE@Z -??4CString@@QAAABV0@PBG@Z -??8@YA_NABVCString@@0@Z -??8@YA_NABVCString@@PBG@Z -??8@YA_NPBGABVCString@@@Z -??9@YA_NABVCString@@0@Z -??9@YA_NABVCString@@PBG@Z -??9@YA_NPBGABVCString@@@Z -??ACMapStringToPtr@@QAAAAPAXPBG@Z -??ACString@@QBAGH@Z -??ACStringArray@@QAAAAVCString@@H@Z -??ACStringArray@@QBA?AVCString@@H@Z -??BCCriticalSection@@QAAPAU_RTL_CRITICAL_SECTION@@XZ -??BCString@@QBAPBGXZ -??BCSyncObject@@QBAPAXXZ -??H@YA?AVCString@@ABV0@0@Z -??H@YA?AVCString@@ABV0@D@Z -??H@YA?AVCString@@ABV0@G@Z -??H@YA?AVCString@@ABV0@PBG@Z -??H@YA?AVCString@@DABV0@@Z -??H@YA?AVCString@@GABV0@@Z -??H@YA?AVCString@@PBGABV0@@Z -??M@YA_NABVCString@@0@Z -??M@YA_NABVCString@@PBG@Z -??M@YA_NPBGABVCString@@@Z -??N@YA_NABVCString@@0@Z -??N@YA_NABVCString@@PBG@Z -??N@YA_NPBGABVCString@@@Z -??O@YA_NABVCString@@0@Z -??O@YA_NABVCString@@PBG@Z -??O@YA_NPBGABVCString@@@Z -??P@YA_NABVCString@@0@Z -??P@YA_NABVCString@@PBG@Z -??P@YA_NPBGABVCString@@@Z -??YCString@@QAAABV0@ABV0@@Z -??YCString@@QAAABV0@D@Z -??YCString@@QAAABV0@G@Z -??YCString@@QAAABV0@PBG@Z -??_7CCriticalSection@@6B@ DATA -??_7CMapStringToPtr@@6B@ DATA -??_7CObject@@6B@ DATA -??_7CStringArray@@6B@ DATA -??_7CSyncObject@@6B@ DATA -??_FCMapStringToPtr@@QAAXXZ -?Add@CStringArray@@QAAHPBG@Z -?AfxA2WHelper@@YAPAGPAGPBDH@Z -?AfxExtractSubString@@YAHAAVCString@@PBGHG@Z -?AfxGetEmptyString@@YAABVCString@@XZ -?AfxLoadString@@YAHIPAGI@Z -?AfxW2AHelper@@YAPADPADPBGH@Z -?AllocBeforeWrite@CString@@IAAXH@Z -?AllocBuffer@CString@@IAAXH@Z -?AllocCopy@CString@@IBAXAAV1@III@Z -?Append@CStringArray@@QAAHABV1@@Z -?AssignCopy@CString@@IAAXHPBG@Z -?Collate@CString@@QBAHPBG@Z -?Compare@CString@@QBAHPBG@Z -?CompareNoCase@CString@@QBAHPBG@Z -?ConcatCopy@CString@@IAAXHPBGH0@Z -?ConcatInPlace@CString@@IAAXHPBG@Z -?Copy@CStringArray@@QAAXABV1@@Z -?CopyBeforeWrite@CString@@IAAXXZ -?Create@CPlex@@SAPAU1@AAPAU1@II@Z -?ElementAt@CStringArray@@QAAAAVCString@@H@Z -?Empty@CString@@QAAXXZ -?Find@CString@@QBAHG@Z -?Find@CString@@QBAHPBG@Z -?FindOneOf@CString@@QBAHPBG@Z -?Format@CString@@QAAXIZZ -?Format@CString@@QAAXPBGZZ -?FormatMessageW@CString@@QAAXIZZ -?FormatMessageW@CString@@QAAXPBGZZ -?FormatV@CString@@IAAXPBGPAD@Z -?FreeAssoc@CMapStringToPtr@@IAAXPAUCAssoc@1@@Z -?FreeDataChain@CPlex@@QAAXXZ -?FreeExtra@CString@@QAAXXZ -?FreeExtra@CStringArray@@QAAXXZ -?GetAllocLength@CString@@QBAHXZ -?GetAssocAt@CMapStringToPtr@@IBAPAUCAssoc@1@PBGAAI@Z -?GetAt@CString@@QBAGH@Z -?GetAt@CStringArray@@QBA?AVCString@@H@Z -?GetBuffer@CString@@QAAPAGH@Z -?GetBufferSetLength@CString@@QAAPAGH@Z -?GetCount@CMapStringToPtr@@QBAHXZ -?GetData@CString@@IBAPAUCStringData@@XZ -?GetData@CStringArray@@QAAPAVCString@@XZ -?GetData@CStringArray@@QBAPBVCString@@XZ -?GetHashTableSize@CMapStringToPtr@@QBAIXZ -?GetLength@CString@@QBAHXZ -?GetNextAssoc@CMapStringToPtr@@QBAXAAPAU__POSITION@@AAVCString@@AAPAX@Z -?GetSize@CStringArray@@QBAHXZ -?GetStartPosition@CMapStringToPtr@@QBAPAU__POSITION@@XZ -?GetUpperBound@CStringArray@@QBAHXZ -?HashKey@CMapStringToPtr@@QBAIPBG@Z -?Init@CString@@IAAXXZ -?InitHashTable@CMapStringToPtr@@QAAXIH@Z -?InsertAt@CStringArray@@QAAXHPAV1@@Z -?InsertAt@CStringArray@@QAAXHPBGH@Z -?IsEmpty@CMapStringToPtr@@QBAHXZ -?IsEmpty@CString@@QBAHXZ -?Left@CString@@QBA?AV1@H@Z -?LoadStringW@CString@@QAAHI@Z -?Lock@CCriticalSection@@QAAHXZ -?Lock@CCriticalSection@@UAAHK@Z -?Lock@CSyncObject@@UAAHK@Z -?LockBuffer@CString@@QAAPAGXZ -?Lookup@CMapStringToPtr@@QBAHPBGAAPAX@Z -?LookupKey@CMapStringToPtr@@QBAHPBGAAPBG@Z -?MakeLower@CString@@QAAXXZ -?MakeReverse@CString@@QAAXXZ -?MakeUpper@CString@@QAAXXZ -?Mid@CString@@QBA?AV1@H@Z -?Mid@CString@@QBA?AV1@HH@Z -?NewAssoc@CMapStringToPtr@@IAAPAUCAssoc@1@XZ -?Release@CString@@IAAXXZ -?Release@CString@@KAXPAUCStringData@@@Z -?ReleaseBuffer@CString@@QAAXH@Z -?RemoveAll@CMapStringToPtr@@QAAXXZ -?RemoveAll@CStringArray@@QAAXXZ -?RemoveAt@CStringArray@@QAAXHH@Z -?RemoveKey@CMapStringToPtr@@QAAHPBG@Z -?ReverseFind@CString@@QBAHG@Z -?Right@CString@@QBA?AV1@H@Z -?SafeStrlen@CString@@KAHPBG@Z -?SetAt@CMapStringToPtr@@QAAXPBGPAX@Z -?SetAt@CString@@QAAXHG@Z -?SetAt@CStringArray@@QAAXHPBG@Z -?SetAtGrow@CStringArray@@QAAXHPBG@Z -?SetSize@CStringArray@@QAAXHH@Z -?SpanExcluding@CString@@QBA?AV1@PBG@Z -?SpanIncluding@CString@@QBA?AV1@PBG@Z -?TrimLeft@CString@@QAAXXZ -?TrimRight@CString@@QAAXXZ -?Unlock@CCriticalSection@@UAAHXZ -?Unlock@CSyncObject@@UAAHJPAJ@Z -?UnlockBuffer@CString@@QAAXXZ -?data@CPlex@@QAAPAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,97 +0,0 @@ -; -; Definition file of MF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MF.dll" -EXPORTS -AppendPropVariant -ConvertPropVariant -CopyPropertyStore -CreateNamedPropertyStore -ExtractPropVariant -MFCreate3GPMediaSink -MFCreateAC3MediaSink -MFCreateADTSMediaSink -MFCreateASFByteStreamPlugin -MFCreateASFContentInfo -MFCreateASFIndexer -MFCreateASFIndexerByteStream -MFCreateASFMediaSink -MFCreateASFMediaSinkActivate -MFCreateASFMultiplexer -MFCreateASFProfile -MFCreateASFProfileFromPresentationDescriptor -MFCreateASFSplitter -MFCreateASFStreamSelector -MFCreateASFStreamingMediaSink -MFCreateASFStreamingMediaSinkActivate -MFCreateAggregateSource -MFCreateAppSourceProxy -MFCreateAudioRenderer -MFCreateAudioRendererActivate -MFCreateByteCacheFile -MFCreateCacheManager -MFCreateCredentialCache -MFCreateDeviceSource -MFCreateDeviceSourceActivate -MFCreateDrmNetNDSchemePlugin -MFCreateFMPEG4MediaSink -MFCreateFileBlockMap -MFCreateFileSchemePlugin -MFCreateHttpSchemePlugin -MFCreateLPCMByteStreamPlugin -MFCreateMP3ByteStreamPlugin -MFCreateMP3MediaSink -MFCreateMPEG4MediaSink -MFCreateMediaProcessor -MFCreateMediaSession -MFCreateMuxSink -MFCreateNSCByteStreamPlugin -MFCreateNetSchemePlugin -MFCreatePMPHost -MFCreatePMPMediaSession -MFCreatePMPServer -MFCreatePresentationClock -MFCreatePresentationDescriptorFromASFProfile -MFCreateProtectedEnvironmentAccess -MFCreateProxyLocator -MFCreateRemoteDesktopPlugin -MFCreateSAMIByteStreamPlugin -MFCreateSampleCopierMFT -MFCreateSampleGrabberSinkActivate -MFCreateSecureHttpSchemePlugin -MFCreateSequencerSegmentOffset -MFCreateSequencerSource -MFCreateSequencerSourceRemoteStream -MFCreateSimpleTypeHandler -MFCreateSoundEventSchemePlugin -MFCreateSourceResolver -MFCreateStandardQualityManager -MFCreateTopoLoader -MFCreateTopology -MFCreateTopologyNode -MFCreateTranscodeProfile -MFCreateTranscodeSinkActivate -MFCreateTranscodeTopology -MFCreateTranscodeTopologyFromByteStream -MFCreateUrlmonSchemePlugin -MFCreateVideoRenderer -MFCreateVideoRendererActivate -MFCreateWMAEncoderActivate -MFCreateWMVEncoderActivate -MFEnumDeviceSources -MFGetLocalId -MFGetMultipleServiceProviders -MFGetService -MFGetSupportedMimeTypes -MFGetSupportedSchemes -MFGetSystemId -MFGetTopoNodeCurrentType -MFLoadSignedLibrary -MFRR_CreateActivate -MFReadSequencerSegmentOffset -MFRequireProtectedEnvironment -MFShutdownObject -MFTranscodeGetAudioOutputAvailableTypes -MergePropertyStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfplat.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfplat.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfplat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfplat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,197 +0,0 @@ -; -; Definition file of MFPlat.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MFPlat.DLL" -EXPORTS -FormatTagFromWfx -MFEnumLocalMFTRegistrations -MFGetPlatformFlags -MFGetPlatformVersion -MFGetRandomNumber -MFIsFeatureEnabled -MFPlatformBigEndian -MFPlatformLittleEndian -ValidateWaveFormat -CopyPropVariant -CreatePropVariant -CreatePropertyStore -DestroyPropVariant -GetAMSubtypeFromD3DFormat -GetD3DFormatFromMFSubtype -MFAddPeriodicCallback -MFAllocateSerialWorkQueue -MFAllocateWorkQueue -MFAllocateWorkQueueEx -MFAppendCollection -MFAverageTimePerFrameToFrameRate -MFBeginCreateFile -MFBeginGetHostByName -MFBeginRegisterWorkQueueWithMMCSS -MFBeginRegisterWorkQueueWithMMCSSEx -MFBeginUnregisterWorkQueueWithMMCSS -MFCalculateBitmapImageSize -MFCalculateImageSize -MFCancelCreateFile -MFCancelWorkItem -MFClearLocalMFTs -MFCompareFullToPartialMediaType -MFCompareSockaddrAddresses -MFConvertColorInfoFromDXVA -MFConvertColorInfoToDXVA -MFConvertFromFP16Array -MFConvertToFP16Array -MFCopyImage -MFCreate2DMediaBuffer -MFCreateAMMediaTypeFromMFMediaType -MFCreateAlignedMemoryBuffer -MFCreateAsyncResult -MFCreateAttributes -MFCreateAudioMediaType -MFCreateCollection -MFCreateDXGIDeviceManager -MFCreateDXGISurfaceBuffer -MFCreateDXSurfaceBuffer -MFCreateEventQueue -MFCreateFile -MFCreateFileFromHandle -MFCreateLegacyMediaBufferOnMFMediaBuffer -MFCreateMFByteStreamOnStream -MFCreateMFByteStreamOnStreamEx -MFCreateMFByteStreamWrapper -MFCreateMFVideoFormatFromMFMediaType -MFCreateMediaBufferFromMediaType -MFCreateMediaBufferWrapper -MFCreateMediaEvent -MFCreateMediaEventResult -MFCreateMediaExtensionActivate -MFCreateMediaExtensionActivateNoInit -MFCreateMediaType -MFCreateMediaTypeFromProperties -MFCreateMediaTypeFromRepresentation -MFCreateMemoryBuffer -MFCreateMemoryStream -MFCreatePathFromURL -MFCreatePresentationDescriptor -MFCreatePropertiesFromMediaType -MFCreateReusableByteStream -MFCreateSample -MFCreateSocket -MFCreateSocketListener -MFCreateSourceResolver -MFCreateSourceResolverInternal -MFCreateStreamDescriptor -MFCreateStreamOnMFByteStream -MFCreateStreamOnMFByteStreamEx -MFCreateSystemTimeSource -MFCreateTempFile -MFCreateTrackedSample -MFCreateTransformActivate -MFCreateURLFromPath -MFCreateUdpSockets -MFCreateVideoMediaType -MFCreateVideoMediaTypeFromBitMapInfoHeader -MFCreateVideoMediaTypeFromBitMapInfoHeaderEx -MFCreateVideoMediaTypeFromSubtype -MFCreateVideoMediaTypeFromVideoInfoHeader -MFCreateVideoMediaTypeFromVideoInfoHeader2 -MFCreateVideoSampleAllocatorEx -MFCreateWICBitmapBuffer -MFCreateWaveFormatExFromMFMediaType -MFDeserializeAttributesFromStream -MFDeserializeEvent -MFDeserializeMediaTypeFromStream -MFDeserializePresentationDescriptor -MFEndCreateFile -MFEndGetHostByName -MFEndRegisterWorkQueueWithMMCSS -MFEndUnregisterWorkQueueWithMMCSS -MFFrameRateToAverageTimePerFrame -MFFreeAdaptersAddresses -MFGetAdaptersAddresses -MFGetAttributesAsBlob -MFGetAttributesAsBlobSize -MFGetConfigurationDWORD -MFGetConfigurationPolicy -MFGetConfigurationStore -MFGetConfigurationString -MFGetContentProtectionSystemCLSID -MFGetMFTMerit -MFGetNumericNameFromSockaddr -MFGetPlaneSize -MFGetPluginControl -MFGetSockaddrFromNumericName -MFGetStrideForBitmapInfoHeader -MFGetSupportedMimeTypes -MFGetSupportedSchemes -MFGetSystemTime -MFGetTimerPeriodicity -MFGetUncompressedVideoFormat -MFGetWorkQueueMMCSSClass -MFGetWorkQueueMMCSSPriority -MFGetWorkQueueMMCSSTaskId -MFHeapAlloc -MFHeapFree -MFInitAMMediaTypeFromMFMediaType -MFInitAttributesFromBlob -MFInitMediaTypeFromAMMediaType -MFInitMediaTypeFromMFVideoFormat -MFInitMediaTypeFromMPEG1VideoInfo -MFInitMediaTypeFromMPEG2VideoInfo -MFInitMediaTypeFromVideoInfoHeader -MFInitMediaTypeFromVideoInfoHeader2 -MFInitMediaTypeFromWaveFormatEx -MFInitVideoFormat -MFInitVideoFormat_RGB -MFInvokeCallback -MFIsBottomUpFormat -MFIsLocallyRegisteredMimeType -MFJoinWorkQueue -MFLockDXGIDeviceManager -MFLockPlatform -MFLockSharedWorkQueue -MFLockWorkQueue -MFMapDX9FormatToDXGIFormat -MFMapDXGIFormatToDX9Format -MFPutWaitingWorkItem -MFPutWorkItem -MFPutWorkItem2 -MFPutWorkItemEx -MFPutWorkItemEx2 -MFRegisterLocalByteStreamHandler -MFRegisterLocalSchemeHandler -MFRegisterPlatformWithMMCSS -MFRemovePeriodicCallback -MFScheduleWorkItem -MFScheduleWorkItemEx -MFSerializeAttributesToStream -MFSerializeEvent -MFSerializeMediaTypeToStream -MFSerializePresentationDescriptor -MFSetSockaddrAny -MFShutdown -MFStartup -MFStreamDescriptorProtectMediaType -MFTEnum -MFTEnumEx -MFTGetInfo -MFTRegister -MFTRegisterLocal -MFTRegisterLocalByCLSID -MFTUnregister -MFTUnregisterLocal -MFTUnregisterLocalByCLSID -MFTraceError -MFTraceFuncEnter -MFUnjoinWorkQueue -MFUnlockDXGIDeviceManager -MFUnlockPlatform -MFUnlockWorkQueue -MFUnregisterPlatformFromMMCSS -MFUnwrapMediaType -MFValidateMediaTypeSize -MFWrapMediaType -MFllMulDiv -PropVariantFromStream -PropVariantToStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mfps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mfps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of mfPS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mfPS.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mgmtapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mgmtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mgmtapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mgmtapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of mgmtapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mgmtapi.dll" -EXPORTS -SnmpMgrClose -SnmpMgrCtl -SnmpMgrGetTrap -SnmpMgrGetTrapEx -SnmpMgrOidToStr -SnmpMgrOpen -SnmpMgrRequest -SnmpMgrStrToOid -SnmpMgrTrapListen diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/midimap.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/midimap.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/midimap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/midimap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of MIDIMAP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MIDIMAP.dll" -EXPORTS -DriverProc -modMessage -modmCallback diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/migisol.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/migisol.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/migisol.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/migisol.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,705 +0,0 @@ -; -; Definition file of migisol.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "migisol.dll" -EXPORTS -??0CDynLib@@IAA@XZ -??0CIlAdvapi32@@QAA@ABV0@@Z -??0CIlAdvapi32@@QAA@XZ -??0CIlDeplorch@@QAA@ABV0@@Z -??0CIlDeplorch@@QAA@XZ -??0CIlIphlpapi@@QAA@ABV0@@Z -??0CIlIphlpapi@@QAA@XZ -??0CIlKernel32@@QAA@ABV0@@Z -??0CIlKernel32@@QAA@XZ -??0CIlMuisetupapi@@QAA@ABV0@@Z -??0CIlMuisetupapi@@QAA@XZ -??0CIlNt4Advapi32@@QAA@ABV0@@Z -??0CIlNt4Advapi32@@QAA@XZ -??0CIlNt4Kernel32@@QAA@ABV0@@Z -??0CIlNt4Kernel32@@QAA@XZ -??0CIlNt4Netapi32@@QAA@ABV0@@Z -??0CIlNt4Netapi32@@QAA@XZ -??0CIlNt4Setupapi@@QAA@ABV0@@Z -??0CIlNt4Setupapi@@QAA@XZ -??0CIlNt4User32@@QAA@ABV0@@Z -??0CIlNt4User32@@QAA@XZ -??0CIlNt4Userenv@@QAA@ABV0@@Z -??0CIlNt4Userenv@@QAA@XZ -??0CIlNt6Userenv@@QAA@ABV0@@Z -??0CIlNt6Userenv@@QAA@XZ -??0CIlOle32@@QAA@ABV0@@Z -??0CIlOle32@@QAA@XZ -??0CIlOleaut32@@QAA@ABV0@@Z -??0CIlOleaut32@@QAA@XZ -??0CIlSetupapi@@QAA@ABV0@@Z -??0CIlSetupapi@@QAA@XZ -??0CIlShell32@@QAA@ABV0@@Z -??0CIlShell32@@QAA@XZ -??0CIlUser32@@QAA@ABV0@@Z -??0CIlUser32@@QAA@XZ -??0CIlVersion@@QAA@ABV0@@Z -??0CIlVersion@@QAA@XZ -??0CIlW2kDynWs2_32@@QAA@ABV0@@Z -??0CIlW2kDynWs2_32@@QAA@XZ -??0CIlWimgapi@@QAA@ABV0@@Z -??0CIlWimgapi@@QAA@XZ -??0CIlWs2_32@@QAA@ABV0@@Z -??0CIlWs2_32@@QAA@XZ -??1CIlKernel32@@QAA@XZ -??4CDynLib@@QAAAAV0@ABV0@@Z -??4CIlAdvapi32@@QAAAAV0@ABV0@@Z -??4CIlDeplorch@@QAAAAV0@ABV0@@Z -??4CIlIphlpapi@@QAAAAV0@ABV0@@Z -??4CIlKernel32@@QAAAAV0@ABV0@@Z -??4CIlMuisetupapi@@QAAAAV0@ABV0@@Z -??4CIlNt4Advapi32@@QAAAAV0@ABV0@@Z -??4CIlNt4Kernel32@@QAAAAV0@ABV0@@Z -??4CIlNt4Netapi32@@QAAAAV0@ABV0@@Z -??4CIlNt4Setupapi@@QAAAAV0@ABV0@@Z -??4CIlNt4User32@@QAAAAV0@ABV0@@Z -??4CIlNt4Userenv@@QAAAAV0@ABV0@@Z -??4CIlNt6Userenv@@QAAAAV0@ABV0@@Z -??4CIlOle32@@QAAAAV0@ABV0@@Z -??4CIlOleaut32@@QAAAAV0@ABV0@@Z -??4CIlSetupapi@@QAAAAV0@ABV0@@Z -??4CIlShell32@@QAAAAV0@ABV0@@Z -??4CIlUser32@@QAAAAV0@ABV0@@Z -??4CIlVersion@@QAAAAV0@ABV0@@Z -??4CIlW2kDynWs2_32@@QAAAAV0@ABV0@@Z -??4CIlWimgapi@@QAAAAV0@ABV0@@Z -??4CIlWs2_32@@QAAAAV0@ABV0@@Z -??_7CIlAdvapi32@@6B@ DATA -??_7CIlDeplorch@@6B@ DATA -??_7CIlIphlpapi@@6B@ DATA -??_7CIlKernel32@@6B@ DATA -??_7CIlMuisetupapi@@6B@ DATA -??_7CIlNt4Advapi32@@6B@ DATA -??_7CIlNt4Kernel32@@6B@ DATA -??_7CIlNt4Netapi32@@6B@ DATA -??_7CIlNt4Setupapi@@6B@ DATA -??_7CIlNt4User32@@6B@ DATA -??_7CIlNt4Userenv@@6B@ DATA -??_7CIlNt6Userenv@@6B@ DATA -??_7CIlOle32@@6B@ DATA -??_7CIlOleaut32@@6B@ DATA -??_7CIlSetupapi@@6B@ DATA -??_7CIlShell32@@6B@ DATA -??_7CIlUser32@@6B@ DATA -??_7CIlVersion@@6B@ DATA -??_7CIlW2kDynWs2_32@@6B@ DATA -??_7CIlWimgapi@@6B@ DATA -??_7CIlWs2_32@@6B@ DATA -?AdjustTokenPrivileges@CIlAdvapi32@@UAAHPAXHPAU_TOKEN_PRIVILEGES@@K1PAK@Z -?AllocateAndInitializeSid@CIlAdvapi32@@UAAHPAU_SID_IDENTIFIER_AUTHORITY@@EKKKKKKKKPAPAX@Z -?ChangeServiceConfigW@CIlNt4Advapi32@@UAAHPAUSC_HANDLE__@@KKKPBG1PAK1111@Z -?CloseHandle@CIlKernel32@@UAAHPAX@Z -?CloseServiceHandle@CIlNt4Advapi32@@UAAHPAUSC_HANDLE__@@@Z -?CoCreateInstance@CIlOle32@@UAAJABU_GUID@@PAUIUnknown@@K0PAPAX@Z -?CoInitialize@CIlOle32@@UAAJPAX@Z -?CoInitializeEx@CIlOle32@@UAAJPAXK@Z -?CoTaskMemAlloc@CIlOle32@@UAAPAXK@Z -?CoTaskMemFree@CIlOle32@@UAAXPAX@Z -?CoUninitialize@CIlOle32@@UAAXXZ -?ConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@UAAHPAXKKPAPAGPAK@Z -?ConvertSidToStringSidW@CIlNt4Advapi32@@UAAHPAXPAPAG@Z -?ConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@UAAHPBGKPAPAXPAK@Z -?ConvertStringSidToSidW@CIlNt4Advapi32@@UAAHPAGPAPAX@Z -?CopyFileW@CIlKernel32@@UAAHPBG0H@Z -?CreateDirectoryW@CIlKernel32@@UAAHPBGPAU_SECURITY_ATTRIBUTES@@@Z -?CreateEventW@CIlKernel32@@UAAPAXPAU_SECURITY_ATTRIBUTES@@HHPBG@Z -?CreateFileMappingW@CIlKernel32@@UAAPAXPAXPAU_SECURITY_ATTRIBUTES@@KKKPBG@Z -?CreateFileW@CIlKernel32@@UAAPAXPBGKKPAU_SECURITY_ATTRIBUTES@@KKPAX@Z -?CreateProcessA@CIlKernel32@@UAAHPBDPADPAU_SECURITY_ATTRIBUTES@@2HKPAX0PAU_STARTUPINFOA@@PAU_PROCESS_INFORMATION@@@Z -?CreateProcessW@CIlKernel32@@UAAHPBGPAGPAU_SECURITY_ATTRIBUTES@@2HKPAX0PAU_STARTUPINFOW@@PAU_PROCESS_INFORMATION@@@Z -?CreateProfile@CIlNt6Userenv@@UAAJPBG0PAGK@Z -?CreateServiceW@CIlNt4Advapi32@@UAAPAUSC_HANDLE__@@PAU2@PBG1KKKK11PAK111@Z -?CreateStreamOnHGlobal@CIlOle32@@UAAJPAXHPAPAUIStream@@@Z -?CreateThread@CIlKernel32@@UAAPAXPAU_SECURITY_ATTRIBUTES@@KP6AKPAX@Z1KPAK@Z -?CreateToolhelp32Snapshot@CIlNt4Kernel32@@UAAPAXKK@Z -?CreateUserProfileExW@CIlNt4Userenv@@UAAHPAXPBG1PAGKH@Z -?CreateWellKnownSid@CIlNt4Advapi32@@UAAHW4WELL_KNOWN_SID_TYPE@@PAX1PAK@Z -?CryptAcquireContextW@CIlAdvapi32@@UAAHPAKPBG1KK@Z -?CryptCreateHash@CIlAdvapi32@@UAAHKIKKPAK@Z -?CryptDecrypt@CIlAdvapi32@@UAAHKKHKPAEPAK@Z -?CryptDeriveKey@CIlAdvapi32@@UAAHKIKKPAK@Z -?CryptDestroyHash@CIlAdvapi32@@UAAHK@Z -?CryptDestroyKey@CIlAdvapi32@@UAAHK@Z -?CryptDuplicateHash@CIlAdvapi32@@UAAHKPAKK0@Z -?CryptDuplicateKey@CIlAdvapi32@@UAAHKPAKK0@Z -?CryptEncrypt@CIlAdvapi32@@UAAHKKHKPAEPAKK@Z -?CryptGenRandom@CIlAdvapi32@@UAAHKKPAE@Z -?CryptGetHashParam@CIlAdvapi32@@UAAHKKPAEPAKK@Z -?CryptGetKeyParam@CIlAdvapi32@@UAAHKKPAEPAKK@Z -?CryptHashData@CIlAdvapi32@@UAAHKPBEKK@Z -?CryptReleaseContext@CIlAdvapi32@@UAAHKK@Z -?CryptSetKeyParam@CIlAdvapi32@@UAAHKKPBEK@Z -?DebugBreak@CIlKernel32@@UAAXXZ -?DeleteCriticalSection@CIlKernel32@@UAAXPAU_RTL_CRITICAL_SECTION@@@Z -?DeleteFileW@CIlKernel32@@UAAHPBG@Z -?DuplicateHandle@CIlKernel32@@UAAHPAX00PAPAXKHK@Z -?EncryptFileW@CIlNt4Advapi32@@UAAHPBG@Z -?EnterCriticalSection@CIlKernel32@@UAAXPAU_RTL_CRITICAL_SECTION@@@Z -?EnumServicesStatusExW@CIlNt4Advapi32@@UAAHPAUSC_HANDLE__@@W4_SC_ENUM_TYPE@@KKPAEKPAK33PBG@Z -?EqualSid@CIlAdvapi32@@UAAHPAX0@Z -?ExitProcess@CIlKernel32@@UAAXI@Z -?ExpandEnvironmentStringsW@CIlKernel32@@UAAKPBGPAGK@Z -?ExtractIconExW@CIlShell32@@UAAIPBGHPAPAUHICON__@@1I@Z -?FindClose@CIlKernel32@@UAAHPAX@Z -?FindFirstFileW@CIlKernel32@@UAAPAXPBGPAU_WIN32_FIND_DATAW@@@Z -?FindNextFileW@CIlKernel32@@UAAHPAXPAU_WIN32_FIND_DATAW@@@Z -?FreeLibrary@CIlKernel32@@UAAHPAUHINSTANCE__@@@Z -?FreeSid@CIlAdvapi32@@UAAPAXPAX@Z -?GetCommandLineW@CIlKernel32@@UAAPAGXZ -?GetComputerNameW@CIlKernel32@@UAAHPAGPAK@Z -?GetCurrentProcess@CIlKernel32@@UAAPAXXZ -?GetCurrentThreadId@CIlKernel32@@UAAKXZ -?GetDiskFreeSpaceExW@CIlKernel32@@UAAHPBGPAT_ULARGE_INTEGER@@11@Z -?GetDiskFreeSpaceW@CIlKernel32@@UAAHPBGPAK111@Z -?GetDriveTypeW@CIlKernel32@@UAAIPBG@Z -?GetExitCodeProcess@CIlKernel32@@UAAHPAXPAK@Z -?GetFileAttributesW@CIlKernel32@@UAAKPBG@Z -?GetFileSize@CIlKernel32@@UAAKPAXPAK@Z -?GetFileType@CIlKernel32@@UAAKPAX@Z -?GetFileVersionInfoSizeW@CIlVersion@@UAAKPBGPAK@Z -?GetFileVersionInfoW@CIlVersion@@UAAHPBGKKPAX@Z -?GetFullPathNameW@CIlKernel32@@UAAKPBGKPAGPAPAG@Z -?GetHGlobalFromStream@CIlOle32@@UAAJPAUIStream@@PAPAX@Z -?GetIlProc@CDynLib@@IAAP6AHXZPBGPBDP6AHXZAAP6AHXZAAK@Z -?GetIpAddrTable@CIlIphlpapi@@UAAKPAU_MIB_IPADDRTABLE@@PAKH@Z -?GetLastError@CIlKernel32@@UAAKXZ -?GetLocaleInfoW@CIlKernel32@@UAAHKKPAGH@Z -?GetLogicalDriveStringsW@CIlKernel32@@UAAKKPAG@Z -?GetLogicalDrives@CIlKernel32@@UAAKXZ -?GetOverlappedResult@CIlKernel32@@UAAHPAXPAU_OVERLAPPED@@PAKH@Z -?GetPrivateProfileStringW@CIlKernel32@@UAAKPBG00PAGK0@Z -?GetProcAddress@CIlKernel32@@UAAP6AHXZPAUHINSTANCE__@@PBD@Z -?GetProcessHeap@CIlKernel32@@UAAPAXXZ -?GetSecurityDescriptorDacl@CIlAdvapi32@@UAAHPAXPAHPAPAU_ACL@@1@Z -?GetSecurityDescriptorGroup@CIlAdvapi32@@UAAHPAXPAPAXPAH@Z -?GetSecurityDescriptorOwner@CIlAdvapi32@@UAAHPAXPAPAXPAH@Z -?GetSecurityDescriptorSacl@CIlAdvapi32@@UAAHPAXPAHPAPAU_ACL@@1@Z -?GetSecurityInfo@CIlAdvapi32@@UAAKPAXW4_SE_OBJECT_TYPE@@KPAPAX2PAPAU_ACL@@32@Z -?GetShortPathNameW@CIlKernel32@@UAAKPBGPAGK@Z -?GetSystemInfo@CIlKernel32@@UAAXPAU_SYSTEM_INFO@@@Z -?GetSystemWindowsDirectoryW@CIlNt4Kernel32@@UAAIPAGI@Z -?GetTempFileNameW@CIlKernel32@@UAAIPBG0IPAG@Z -?GetTempPathW@CIlKernel32@@UAAKKPAG@Z -?GetTickCount@CIlKernel32@@UAAKXZ -?GetTokenInformation@CIlAdvapi32@@UAAHPAXW4_TOKEN_INFORMATION_CLASS@@0KPAK@Z -?GetUpgradeLanguage@CIlMuisetupapi@@UAAKPAGII@Z -?GetUpgradeLanguageEx@CIlMuisetupapi@@UAAKPAGIIPBG@Z -?GetUserNameW@CIlAdvapi32@@UAAHPAGPAK@Z -?GetVersionExA@CIlKernel32@@UAAHPAU_OSVERSIONINFOA@@@Z -?GetVersionExW@CIlKernel32@@UAAHPAU_OSVERSIONINFOW@@@Z -?GetVolumeInformationW@CIlKernel32@@UAAHPBGPAGKPAK221K@Z -?GetWindowsDirectoryW@CIlKernel32@@UAAIPAGI@Z -?GlobalAlloc@CIlKernel32@@UAAPAXIK@Z -?GlobalFree@CIlKernel32@@UAAPAXPAX@Z -?GlobalLock@CIlKernel32@@UAAPAXPAX@Z -?GlobalMemoryStatus@CIlKernel32@@UAAXPAU_MEMORYSTATUS@@@Z -?GlobalMemoryStatusEx@CIlNt4Kernel32@@UAAHPAU_MEMORYSTATUSEX@@@Z -?GlobalSize@CIlKernel32@@UAAKPAX@Z -?GlobalUnlock@CIlKernel32@@UAAHPAX@Z -?HeapAlloc@CIlKernel32@@UAAPAXPAXKK@Z -?HeapCompact@CIlKernel32@@UAAKPAXK@Z -?HeapCreate@CIlKernel32@@UAAPAXKKK@Z -?HeapDestroy@CIlKernel32@@UAAHPAX@Z -?HeapFree@CIlKernel32@@UAAHPAXK0@Z -?HeapReAlloc@CIlKernel32@@UAAPAXPAXK0K@Z -?HeapValidate@CIlKernel32@@UAAHPAXKPBX@Z -?HeapWalk@CIlKernel32@@UAAHPAXPAU_PROCESS_HEAP_ENTRY@@@Z -?IlAdvapi32@@3VCIlAdvapi32@@A DATA -?IlChangeServiceConfigW@CIlNt4Advapi32@@CAHPAUSC_HANDLE__@@KKKPBG1PAK1111@Z -?IlCloseServiceHandle@CIlNt4Advapi32@@CAHPAUSC_HANDLE__@@@Z -?IlConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@CAHPAXKKPAPAGPAK@Z -?IlConvertSidToStringSidW@CIlNt4Advapi32@@CAHPAXPAPAG@Z -?IlConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@CAHPBGKPAPAXPAK@Z -?IlConvertStringSidToSidW@CIlNt4Advapi32@@CAHPAGPAPAX@Z -?IlCreateProfile@CIlNt6Userenv@@CAJPBG0PAGK@Z -?IlCreateServiceW@CIlNt4Advapi32@@CAPAUSC_HANDLE__@@PAU2@PBG1KKKK11PAK111@Z -?IlCreateToolhelp32Snapshot@CIlNt4Kernel32@@CAPAXKK@Z -?IlCreateUserProfileExW@CIlNt4Userenv@@CAHPAXPBG1PAGKH@Z -?IlCreateWellKnownSid@CIlNt4Advapi32@@CAHW4WELL_KNOWN_SID_TYPE@@PAX1PAK@Z -?IlDeplorch@@3VCIlDeplorch@@A DATA -?IlEncryptFileW@CIlNt4Advapi32@@CAHPBG@Z -?IlEnumServicesStatusExW@CIlNt4Advapi32@@CAHPAUSC_HANDLE__@@W4_SC_ENUM_TYPE@@KKPAEKPAK33PBG@Z -?IlGetSystemWindowsDirectoryW@CIlNt4Kernel32@@CAIPAGI@Z -?IlGlobalMemoryStatusEx@CIlNt4Kernel32@@CAHPAU_MEMORYSTATUSEX@@@Z -?IlInitiateSystemShutdownExW@CIlNt4Advapi32@@CAHPAG0KHHK@Z -?IlIphlpapi@@3VCIlIphlpapi@@A DATA -?IlKernel32@@3VCIlKernel32@@A DATA -?IlLockServiceDatabase@CIlNt4Advapi32@@CAPAXPAUSC_HANDLE__@@@Z -?IlLockSetForegroundWindow@CIlNt4User32@@CAHI@Z -?IlMuisetupapi@@3VCIlMuisetupapi@@A DATA -?IlNetApiBufferFree@CIlNt4Netapi32@@CAKPAX@Z -?IlNetLocalGroupAdd@CIlNt4Netapi32@@CAKPBGKPAEPAK@Z -?IlNetLocalGroupAddMembers@CIlNt4Netapi32@@CAKPBG0KPAEK@Z -?IlNetLocalGroupEnum@CIlNt4Netapi32@@CAKPBGKPAPAEKPAK22@Z -?IlNetUserAdd@CIlNt4Netapi32@@CAKPBGKPAEPAK@Z -?IlNetUserDel@CIlNt4Netapi32@@CAKPBG0@Z -?IlNetUserEnum@CIlNt4Netapi32@@CAKPBGKKPAPAEKPAK22@Z -?IlNetUserGetLocalGroups@CIlNt4Netapi32@@CAKPBG0KKPAPAEKPAK2@Z -?IlNetWkstaGetInfo@CIlNt4Netapi32@@CAKPAGKPAPAE@Z -?IlNt4Advapi32@@3VCIlNt4Advapi32@@A DATA -?IlNt4Kernel32@@3VCIlNt4Kernel32@@A DATA -?IlNt4Netapi32@@3VCIlNt4Netapi32@@A DATA -?IlNt4Setupapi@@3VCIlNt4Setupapi@@A DATA -?IlNt4User32@@3VCIlNt4User32@@A DATA -?IlNt4Userenv@@3VCIlNt4Userenv@@A DATA -?IlNt6Userenv@@3VCIlNt6Userenv@@A DATA -?IlOle32@@3VCIlOle32@@A DATA -?IlOleaut32@@3VCIlOleaut32@@A DATA -?IlOpenSCManagerW@CIlNt4Advapi32@@CAPAUSC_HANDLE__@@PBG0K@Z -?IlOpenServiceW@CIlNt4Advapi32@@CAPAUSC_HANDLE__@@PAU2@PBGK@Z -?IlProcess32FirstW@CIlNt4Kernel32@@CAHPAXPAUtagPROCESSENTRY32W@@@Z -?IlProcess32NextW@CIlNt4Kernel32@@CAHPAXPAUtagPROCESSENTRY32W@@@Z -?IlQueryServiceConfigW@CIlNt4Advapi32@@CAHPAUSC_HANDLE__@@PAU_QUERY_SERVICE_CONFIGW@@KPAK@Z -?IlRegisterWaitForSingleObject@CIlNt4Kernel32@@CAHPAPAXPAXP6AX1E@Z1KK@Z -?IlSetupCloseFileQueue@CIlNt4Setupapi@@CAHPAX@Z -?IlSetupDiBuildDriverInfoList@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@K@Z -?IlSetupDiCallClassInstaller@CIlNt4Setupapi@@CAHIPAXPAU_SP_DEVINFO_DATA@@@Z -?IlSetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@CAPAXPBU_GUID@@PAUHWND__@@PBGPAX@Z -?IlSetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@CAHPAX@Z -?IlSetupDiDestroyDriverInfoList@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@K@Z -?IlSetupDiEnumDeviceInfo@CIlNt4Setupapi@@CAHPAXKPAU_SP_DEVINFO_DATA@@@Z -?IlSetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@PBU_GUID@@KPAU_SP_DEVICE_INTERFACE_DATA@@@Z -?IlSetupDiEnumDriverInfoW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@KKPAU_SP_DRVINFO_DATA_V2_W@@@Z -?IlSetupDiGetClassDevsExW@CIlNt4Setupapi@@CAPAXPBU_GUID@@PBGPAUHWND__@@KPAX13@Z -?IlSetupDiGetClassDevsW@CIlNt4Setupapi@@CAPAXPBU_GUID@@PBGPAUHWND__@@K@Z -?IlSetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@Z -?IlSetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVICE_INTERFACE_DATA@@PAU_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@KPAKPAU_SP_DEVINFO_DATA@@@Z -?IlSetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@KPAKPAEK2@Z -?IlSetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@PAU_SP_DRVINFO_DETAIL_DATA_W@@KPAK@Z -?IlSetupDiOpenDevRegKey@CIlNt4Setupapi@@CAPAUHKEY__@@PAXPAU_SP_DEVINFO_DATA@@KKKK@Z -?IlSetupDiOpenDeviceInfoW@CIlNt4Setupapi@@CAHPAXPBGPAUHWND__@@KPAU_SP_DEVINFO_DATA@@@Z -?IlSetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@Z -?IlSetupDiSetSelectedDriverW@CIlNt4Setupapi@@CAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@@Z -?IlSetupGetInfInformationW@CIlNt4Setupapi@@CAHPBXKPAU_SP_INF_INFORMATION@@KPAK@Z -?IlSetupOpenFileQueue@CIlNt4Setupapi@@CAPAXXZ -?IlSetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@CAHPAU_SP_INF_INFORMATION@@IPAU_SP_ALTPLATFORM_INFO_V2@@PAU_SP_ORIGINAL_FILE_INFO_W@@@Z -?IlSetupScanFileQueueW@CIlNt4Setupapi@@CAHPAXKPAUHWND__@@P6AI0III@Z0PAK@Z -?IlSetupapi@@3VCIlSetupapi@@A DATA -?IlShell32@@3VCIlShell32@@A DATA -?IlStartServiceW@CIlNt4Advapi32@@CAHPAUSC_HANDLE__@@KPAPBG@Z -?IlUnlockServiceDatabase@CIlNt4Advapi32@@CAHPAX@Z -?IlUser32@@3VCIlUser32@@A DATA -?IlVersion@@3VCIlVersion@@A DATA -?IlW2kDynWs2_32@@3VCIlW2kDynWs2_32@@A DATA -?IlWimgapi@@3VCIlWimgapi@@A DATA -?IlWs2_32@@3VCIlWs2_32@@A DATA -?Ilfreeaddrinfo@CIlW2kDynWs2_32@@CAXPAUaddrinfo@@@Z -?Ilgetaddrinfo@CIlW2kDynWs2_32@@CAHPBD0PBUaddrinfo@@PAPAU2@@Z -?Ilgetnameinfo@CIlW2kDynWs2_32@@CAHPBUsockaddr@@HPADK1KH@Z -?InitializeCriticalSection@CIlKernel32@@UAAXPAU_RTL_CRITICAL_SECTION@@@Z -?InitializeSecurityDescriptor@CIlAdvapi32@@UAAHPAXK@Z -?InitiateSystemShutdownExW@CIlNt4Advapi32@@UAAHPAG0KHHK@Z -?IsValidSid@CIlAdvapi32@@UAAHPAX@Z -?LeaveCriticalSection@CIlKernel32@@UAAXPAU_RTL_CRITICAL_SECTION@@@Z -?LoadIconW@CIlUser32@@UAAPAUHICON__@@PAUHINSTANCE__@@PBG@Z -?LoadLibraryW@CIlKernel32@@UAAPAUHINSTANCE__@@PBG@Z -?LockServiceDatabase@CIlNt4Advapi32@@UAAPAXPAUSC_HANDLE__@@@Z -?LockSetForegroundWindow@CIlNt4User32@@UAAHI@Z -?LookupAccountNameW@CIlAdvapi32@@UAAHPBG0PAXPAKPAG2PAW4_SID_NAME_USE@@@Z -?LookupAccountSidW@CIlAdvapi32@@UAAHPBGPAXPAGPAK23PAW4_SID_NAME_USE@@@Z -?LookupPrivilegeValueW@CIlAdvapi32@@UAAHPBG0PAU_LUID@@@Z -?MapViewOfFile@CIlKernel32@@UAAPAXPAXKKKK@Z -?MessageBoxA@CIlUser32@@UAAHPAUHWND__@@PBD1I@Z -?MessageBoxW@CIlUser32@@UAAHPAUHWND__@@PBG1I@Z -?MoveFileExW@CIlKernel32@@UAAHPBG0K@Z -?MoveFileW@CIlKernel32@@UAAHPBG0@Z -?NetApiBufferFree@CIlNt4Netapi32@@UAAKPAX@Z -?NetLocalGroupAdd@CIlNt4Netapi32@@UAAKPBGKPAEPAK@Z -?NetLocalGroupAddMembers@CIlNt4Netapi32@@UAAKPBG0KPAEK@Z -?NetLocalGroupEnum@CIlNt4Netapi32@@UAAKPBGKPAPAEKPAK22@Z -?NetUserAdd@CIlNt4Netapi32@@UAAKPBGKPAEPAK@Z -?NetUserDel@CIlNt4Netapi32@@UAAKPBG0@Z -?NetUserEnum@CIlNt4Netapi32@@UAAKPBGKKPAPAEKPAK22@Z -?NetUserGetLocalGroups@CIlNt4Netapi32@@UAAKPBG0KKPAPAEKPAK2@Z -?NetWkstaGetInfo@CIlNt4Netapi32@@UAAKPAGKPAPAE@Z -?OpenEventW@CIlKernel32@@UAAPAXKHPBG@Z -?OpenProcess@CIlKernel32@@UAAPAXKHK@Z -?OpenProcessToken@CIlAdvapi32@@UAAHPAXKPAPAX@Z -?OpenSCManagerW@CIlNt4Advapi32@@UAAPAUSC_HANDLE__@@PBG0K@Z -?OpenServiceW@CIlNt4Advapi32@@UAAPAUSC_HANDLE__@@PAU2@PBGK@Z -?PostMessageW@CIlUser32@@UAAHPAUHWND__@@IIJ@Z -?Process32FirstW@CIlNt4Kernel32@@UAAHPAXPAUtagPROCESSENTRY32W@@@Z -?Process32NextW@CIlNt4Kernel32@@UAAHPAXPAUtagPROCESSENTRY32W@@@Z -?QueryServiceConfigW@CIlNt4Advapi32@@UAAHPAUSC_HANDLE__@@PAU_QUERY_SERVICE_CONFIGW@@KPAK@Z -?RaiseException@CIlKernel32@@UAAXKKKPBK@Z -?ReadFile@CIlKernel32@@UAAHPAX0KPAKPAU_OVERLAPPED@@@Z -?RegCloseKey@CIlAdvapi32@@UAAJPAUHKEY__@@@Z -?RegCreateKeyExW@CIlAdvapi32@@UAAJPAUHKEY__@@PBGKPAGKKPAU_SECURITY_ATTRIBUTES@@PAPAU2@PAK@Z -?RegDeleteKeyW@CIlAdvapi32@@UAAJPAUHKEY__@@PBG@Z -?RegDeleteValueW@CIlAdvapi32@@UAAJPAUHKEY__@@PBG@Z -?RegEnumKeyExW@CIlAdvapi32@@UAAJPAUHKEY__@@KPAGPAK212PAU_FILETIME@@@Z -?RegEnumValueW@CIlAdvapi32@@UAAJPAUHKEY__@@KPAGPAK22PAE2@Z -?RegFlushKey@CIlAdvapi32@@UAAJPAUHKEY__@@@Z -?RegLoadKeyW@CIlAdvapi32@@UAAJPAUHKEY__@@PBG1@Z -?RegOpenKeyExW@CIlAdvapi32@@UAAJPAUHKEY__@@PBGKKPAPAU2@@Z -?RegQueryInfoKeyW@CIlAdvapi32@@UAAJPAUHKEY__@@PAGPAK22222222PAU_FILETIME@@@Z -?RegQueryValueExW@CIlAdvapi32@@UAAJPAUHKEY__@@PBGPAK2PAE2@Z -?RegSetKeySecurity@CIlAdvapi32@@UAAJPAUHKEY__@@KPAX@Z -?RegSetValueExW@CIlAdvapi32@@UAAJPAUHKEY__@@PBGKKPBEK@Z -?RegUnLoadKeyW@CIlAdvapi32@@UAAJPAUHKEY__@@PBG@Z -?RegisterWaitForSingleObject@CIlNt4Kernel32@@UAAHPAPAXPAXP6AX1E@Z1KK@Z -?ReleaseProc@CDynLib@@IAAXAAP6AHXZAAK@Z -?RemoveDirectoryW@CIlKernel32@@UAAHPBG@Z -?ResetEvent@CIlKernel32@@UAAHPAX@Z -?SetEndOfFile@CIlKernel32@@UAAHPAX@Z -?SetErrorMode@CIlKernel32@@UAAII@Z -?SetEvent@CIlKernel32@@UAAHPAX@Z -?SetFileAttributesW@CIlKernel32@@UAAHPBGK@Z -?SetFilePointer@CIlKernel32@@UAAKPAXJPAJK@Z -?SetFileTime@CIlKernel32@@UAAHPAXPBU_FILETIME@@11@Z -?SetLastError@CIlKernel32@@UAAXK@Z -?SetNamedSecurityInfoW@CIlAdvapi32@@UAAKPAGW4_SE_OBJECT_TYPE@@KPAX2PAU_ACL@@3@Z -?SetSecurityDescriptorOwner@CIlAdvapi32@@UAAHPAX0H@Z -?SetSecurityInfo@CIlAdvapi32@@UAAKPAXW4_SE_OBJECT_TYPE@@K00PAU_ACL@@2@Z -?SetupCloseFileQueue@CIlNt4Setupapi@@UAAHPAX@Z -?SetupCloseInfFile@CIlSetupapi@@UAAXPAX@Z -?SetupDiBuildDriverInfoList@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@K@Z -?SetupDiCallClassInstaller@CIlNt4Setupapi@@UAAHIPAXPAU_SP_DEVINFO_DATA@@@Z -?SetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@UAAPAXPBU_GUID@@PAUHWND__@@PBGPAX@Z -?SetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@UAAHPAX@Z -?SetupDiDestroyDriverInfoList@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@K@Z -?SetupDiEnumDeviceInfo@CIlNt4Setupapi@@UAAHPAXKPAU_SP_DEVINFO_DATA@@@Z -?SetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@PBU_GUID@@KPAU_SP_DEVICE_INTERFACE_DATA@@@Z -?SetupDiEnumDriverInfoW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@KKPAU_SP_DRVINFO_DATA_V2_W@@@Z -?SetupDiGetClassDevsExW@CIlNt4Setupapi@@UAAPAXPBU_GUID@@PBGPAUHWND__@@KPAX13@Z -?SetupDiGetClassDevsW@CIlNt4Setupapi@@UAAPAXPBU_GUID@@PBGPAUHWND__@@K@Z -?SetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@Z -?SetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVICE_INTERFACE_DATA@@PAU_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@KPAKPAU_SP_DEVINFO_DATA@@@Z -?SetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@KPAKPAEK2@Z -?SetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@PAU_SP_DRVINFO_DETAIL_DATA_W@@KPAK@Z -?SetupDiOpenDevRegKey@CIlNt4Setupapi@@UAAPAUHKEY__@@PAXPAU_SP_DEVINFO_DATA@@KKKK@Z -?SetupDiOpenDeviceInfoW@CIlNt4Setupapi@@UAAHPAXPBGPAUHWND__@@KPAU_SP_DEVINFO_DATA@@@Z -?SetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@Z -?SetupDiSetSelectedDriverW@CIlNt4Setupapi@@UAAHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@@Z -?SetupFindFirstLineW@CIlSetupapi@@UAAHPAXPBG1PAU_INFCONTEXT@@@Z -?SetupFindNextLine@CIlSetupapi@@UAAHPAU_INFCONTEXT@@0@Z -?SetupGetInfInformationW@CIlNt4Setupapi@@UAAHPBXKPAU_SP_INF_INFORMATION@@KPAK@Z -?SetupGetLineTextW@CIlSetupapi@@UAAHPAU_INFCONTEXT@@PAXPBG2PAGKPAK@Z -?SetupGetStringFieldW@CIlSetupapi@@UAAHPAU_INFCONTEXT@@KPAGKPAK@Z -?SetupOpenFileQueue@CIlNt4Setupapi@@UAAPAXXZ -?SetupOpenInfFileW@CIlSetupapi@@UAAPAXPBG0KPAI@Z -?SetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@UAAHPAU_SP_INF_INFORMATION@@IPAU_SP_ALTPLATFORM_INFO_V2@@PAU_SP_ORIGINAL_FILE_INFO_W@@@Z -?SetupScanFileQueueW@CIlNt4Setupapi@@UAAHPAXKPAUHWND__@@P6AI0III@Z0PAK@Z -?ShellExecuteExW@CIlShell32@@UAAHPAU_SHELLEXECUTEINFOW@@@Z -?Sleep@CIlKernel32@@UAAXK@Z -?StartServiceW@CIlNt4Advapi32@@UAAHPAUSC_HANDLE__@@KPAPBG@Z -?SysprepIsStagedOS@CIlDeplorch@@UAAHXZ -?TerminateProcess@CIlKernel32@@UAAHPAXI@Z -?UnlockServiceDatabase@CIlNt4Advapi32@@UAAHPAX@Z -?UnmapViewOfFile@CIlKernel32@@UAAHPBX@Z -?VariantClear@CIlOleaut32@@UAAJPAUtagVARIANT@@@Z -?VerQueryValueW@CIlVersion@@UAAHQAXPBGPAPAXPAI@Z -?VirtualAlloc@CIlKernel32@@UAAPAXPAXKKK@Z -?VirtualFree@CIlKernel32@@UAAHPAXKK@Z -?WIMApplyImage@CIlWimgapi@@UAAHPAXPAGK@Z -?WIMCloseHandle@CIlWimgapi@@UAAHPAX@Z -?WIMCreateFile@CIlWimgapi@@UAAPAXPAGKKKKPAK@Z -?WIMLoadImage@CIlWimgapi@@UAAPAXPAXK@Z -?WIMRegisterMessageCallback@CIlWimgapi@@UAAKPAXP6AHXZ0@Z -?WIMSetTemporaryPath@CIlWimgapi@@UAAHPAXPAG@Z -?WIMUnregisterMessageCallback@CIlWimgapi@@UAAHPAXP6AHXZ@Z -?WSACleanup@CIlWs2_32@@UAAHXZ -?WSAGetLastError@CIlWs2_32@@UAAHXZ -?WSAIoctl@CIlWs2_32@@UAAHIKPAXK0KPAKPAU_OVERLAPPED@@P6AXKK2K@Z@Z -?WSAStartup@CIlWs2_32@@UAAHGPAUWSAData@@@Z -?WaitForMultipleObjects@CIlKernel32@@UAAKKPBQAXHK@Z -?WaitForSingleObject@CIlKernel32@@UAAKPAXK@Z -?WriteFile@CIlKernel32@@UAAHPAXPBXKPAKPAU_OVERLAPPED@@@Z -?__WSAFDIsSet@CIlWs2_32@@UAAHIPAUfd_set@@@Z -?accept@CIlWs2_32@@UAAIIPAUsockaddr@@PAH@Z -?bind@CIlWs2_32@@UAAHIPBUsockaddr@@H@Z -?closesocket@CIlWs2_32@@UAAHI@Z -?connect@CIlWs2_32@@UAAHIPBUsockaddr@@H@Z -?freeaddrinfo@CIlW2kDynWs2_32@@UAAXPAUaddrinfo@@@Z -?g_Advapi32@@3PAUIAdvapi32Interface@@A DATA -?g_Deplorch@@3PAUIDeplorchInterface@@A DATA -?g_Iphlpapi@@3PAUIIphlpapiInterface@@A DATA -?g_Kernel32@@3PAUIKernel32Interface@@A DATA -?g_Muisetupapi@@3PAUIMuisetupapiInterface@@A DATA -?g_Nt4Advapi32@@3PAUIW2kAdvapi32Interface@@A DATA -?g_Nt4Kernel32@@3PAUIW2kKernel32Interface@@A DATA -?g_Nt4Netapi32@@3PAUIW2kNetapi32Interface@@A DATA -?g_Nt4Setupapi@@3PAUIW2kSetupapiInterface@@A DATA -?g_Nt4User32@@3PAUIW2kUser32Interface@@A DATA -?g_Nt4Userenv@@3PAUIW2kUserenvInterface@@A DATA -?g_Nt6Userenv@@3PAUINt6UserenvInterface@@A DATA -?g_Ole32@@3PAUIOle32Interface@@A DATA -?g_Oleaut32@@3PAUIOleaut32Interface@@A DATA -?g_Setupapi@@3PAUISetupapiInterface@@A DATA -?g_Shell32@@3PAUIShell32Interface@@A DATA -?g_User32@@3PAUIUser32Interface@@A DATA -?g_Version@@3PAUIVersionInterface@@A DATA -?g_W2kWs2_32@@3PAUIlW2kDynWs2_32Interface@@A DATA -?g_Wimgapi@@3PAUIWimgapiInterface@@A DATA -?g_Ws2_32@@3PAUIWs2_32Interface@@A DATA -?get_ChangeServiceConfigW@CIlNt4Advapi32@@QAAP6AHPAUSC_HANDLE__@@KKKPBG1PAK1111@ZXZ -?get_CloseServiceHandle@CIlNt4Advapi32@@QAAP6AHPAUSC_HANDLE__@@@ZXZ -?get_ConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@QAAP6AHPAXKKPAPAGPAK@ZXZ -?get_ConvertSidToStringSidW@CIlNt4Advapi32@@QAAP6AHPAXPAPAG@ZXZ -?get_ConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@QAAP6AHPBGKPAPAXPAK@ZXZ -?get_ConvertStringSidToSidW@CIlNt4Advapi32@@QAAP6AHPAGPAPAX@ZXZ -?get_CreateProfile@CIlNt6Userenv@@QAAP6AJPBG0PAGK@ZXZ -?get_CreateServiceW@CIlNt4Advapi32@@QAAP6APAUSC_HANDLE__@@PAU2@PBG1KKKK11PAK111@ZXZ -?get_CreateToolhelp32Snapshot@CIlNt4Kernel32@@QAAP6APAXKK@ZXZ -?get_CreateUserProfileExW@CIlNt4Userenv@@QAAP6AHPAXPBG1PAGKH@ZXZ -?get_CreateWellKnownSid@CIlNt4Advapi32@@QAAP6AHW4WELL_KNOWN_SID_TYPE@@PAX1PAK@ZXZ -?get_EncryptFileW@CIlNt4Advapi32@@QAAP6AHPBG@ZXZ -?get_EnumServicesStatusExW@CIlNt4Advapi32@@QAAP6AHPAUSC_HANDLE__@@W4_SC_ENUM_TYPE@@KKPAEKPAK33PBG@ZXZ -?get_GetSystemWindowsDirectoryW@CIlNt4Kernel32@@QAAP6AIPAGI@ZXZ -?get_GlobalMemoryStatusEx@CIlNt4Kernel32@@QAAP6AHPAU_MEMORYSTATUSEX@@@ZXZ -?get_InitiateSystemShutdownExW@CIlNt4Advapi32@@QAAP6AHPAG0KHHK@ZXZ -?get_LockServiceDatabase@CIlNt4Advapi32@@QAAP6APAXPAUSC_HANDLE__@@@ZXZ -?get_LockSetForegroundWindow@CIlNt4User32@@QAAP6AHI@ZXZ -?get_NetApiBufferFree@CIlNt4Netapi32@@QAAP6AKPAX@ZXZ -?get_NetLocalGroupAdd@CIlNt4Netapi32@@QAAP6AKPBGKPAEPAK@ZXZ -?get_NetLocalGroupAddMembers@CIlNt4Netapi32@@QAAP6AKPBG0KPAEK@ZXZ -?get_NetLocalGroupEnum@CIlNt4Netapi32@@QAAP6AKPBGKPAPAEKPAK22@ZXZ -?get_NetUserAdd@CIlNt4Netapi32@@QAAP6AKPBGKPAEPAK@ZXZ -?get_NetUserDel@CIlNt4Netapi32@@QAAP6AKPBG0@ZXZ -?get_NetUserEnum@CIlNt4Netapi32@@QAAP6AKPBGKKPAPAEKPAK22@ZXZ -?get_NetUserGetLocalGroups@CIlNt4Netapi32@@QAAP6AKPBG0KKPAPAEKPAK2@ZXZ -?get_NetWkstaGetInfo@CIlNt4Netapi32@@QAAP6AKPAGKPAPAE@ZXZ -?get_OpenSCManagerW@CIlNt4Advapi32@@QAAP6APAUSC_HANDLE__@@PBG0K@ZXZ -?get_OpenServiceW@CIlNt4Advapi32@@QAAP6APAUSC_HANDLE__@@PAU2@PBGK@ZXZ -?get_Process32FirstW@CIlNt4Kernel32@@QAAP6AHPAXPAUtagPROCESSENTRY32W@@@ZXZ -?get_Process32NextW@CIlNt4Kernel32@@QAAP6AHPAXPAUtagPROCESSENTRY32W@@@ZXZ -?get_QueryServiceConfigW@CIlNt4Advapi32@@QAAP6AHPAUSC_HANDLE__@@PAU_QUERY_SERVICE_CONFIGW@@KPAK@ZXZ -?get_RegisterWaitForSingleObject@CIlNt4Kernel32@@QAAP6AHPAPAXPAXP6AX1E@Z1KK@ZXZ -?get_SetupCloseFileQueue@CIlNt4Setupapi@@QAAP6AHPAX@ZXZ -?get_SetupDiBuildDriverInfoList@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@K@ZXZ -?get_SetupDiCallClassInstaller@CIlNt4Setupapi@@QAAP6AHIPAXPAU_SP_DEVINFO_DATA@@@ZXZ -?get_SetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@QAAP6APAXPBU_GUID@@PAUHWND__@@PBGPAX@ZXZ -?get_SetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@QAAP6AHPAX@ZXZ -?get_SetupDiDestroyDriverInfoList@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@K@ZXZ -?get_SetupDiEnumDeviceInfo@CIlNt4Setupapi@@QAAP6AHPAXKPAU_SP_DEVINFO_DATA@@@ZXZ -?get_SetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@PBU_GUID@@KPAU_SP_DEVICE_INTERFACE_DATA@@@ZXZ -?get_SetupDiEnumDriverInfoW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@KKPAU_SP_DRVINFO_DATA_V2_W@@@ZXZ -?get_SetupDiGetClassDevsExW@CIlNt4Setupapi@@QAAP6APAXPBU_GUID@@PBGPAUHWND__@@KPAX13@ZXZ -?get_SetupDiGetClassDevsW@CIlNt4Setupapi@@QAAP6APAXPBU_GUID@@PBGPAUHWND__@@K@ZXZ -?get_SetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@ZXZ -?get_SetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVICE_INTERFACE_DATA@@PAU_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@KPAKPAU_SP_DEVINFO_DATA@@@ZXZ -?get_SetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@KPAKPAEK2@ZXZ -?get_SetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@PAU_SP_DRVINFO_DETAIL_DATA_W@@KPAK@ZXZ -?get_SetupDiOpenDevRegKey@CIlNt4Setupapi@@QAAP6APAUHKEY__@@PAXPAU_SP_DEVINFO_DATA@@KKKK@ZXZ -?get_SetupDiOpenDeviceInfoW@CIlNt4Setupapi@@QAAP6AHPAXPBGPAUHWND__@@KPAU_SP_DEVINFO_DATA@@@ZXZ -?get_SetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@ZXZ -?get_SetupDiSetSelectedDriverW@CIlNt4Setupapi@@QAAP6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@@ZXZ -?get_SetupGetInfInformationW@CIlNt4Setupapi@@QAAP6AHPBXKPAU_SP_INF_INFORMATION@@KPAK@ZXZ -?get_SetupOpenFileQueue@CIlNt4Setupapi@@QAAP6APAXXZXZ -?get_SetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@QAAP6AHPAU_SP_INF_INFORMATION@@IPAU_SP_ALTPLATFORM_INFO_V2@@PAU_SP_ORIGINAL_FILE_INFO_W@@@ZXZ -?get_SetupScanFileQueueW@CIlNt4Setupapi@@QAAP6AHPAXKPAUHWND__@@P6AI0III@Z0PAK@ZXZ -?get_StartServiceW@CIlNt4Advapi32@@QAAP6AHPAUSC_HANDLE__@@KPAPBG@ZXZ -?get_UnlockServiceDatabase@CIlNt4Advapi32@@QAAP6AHPAX@ZXZ -?get_freeaddrinfo@CIlW2kDynWs2_32@@UAAP6AXPAUaddrinfo@@@ZXZ -?get_getaddrinfo@CIlW2kDynWs2_32@@UAAP6AHPBD0PBUaddrinfo@@PAPAU2@@ZXZ -?get_getnameinfo@CIlW2kDynWs2_32@@UAAP6AHPBUsockaddr@@HPADK1KH@ZXZ -?getaddrinfo@CIlW2kDynWs2_32@@UAAHPBD0PBUaddrinfo@@PAPAU2@@Z -?gethostbyname@CIlWs2_32@@UAAPAUhostent@@PBD@Z -?gethostname@CIlWs2_32@@UAAHPADH@Z -?getnameinfo@CIlW2kDynWs2_32@@UAAHPBUsockaddr@@HPADK1KH@Z -?getsockname@CIlWs2_32@@UAAHIPAUsockaddr@@PAH@Z -?getsockopt@CIlWs2_32@@UAAHIHHPADPAH@Z -?htonl@CIlWs2_32@@UAAKK@Z -?htons@CIlWs2_32@@UAAGG@Z -?inet_addr@CIlWs2_32@@UAAKPBD@Z -?inet_ntoa@CIlWs2_32@@UAAPADUin_addr@@@Z -?ioctlsocket@CIlWs2_32@@UAAHIJPAK@Z -?listen@CIlWs2_32@@UAAHIH@Z -?m_ChangeServiceConfigW@CIlNt4Advapi32@@0P6AHPAUSC_HANDLE__@@KKKPBG1PAK1111@ZA DATA -?m_CloseServiceHandle@CIlNt4Advapi32@@0P6AHPAUSC_HANDLE__@@@ZA DATA -?m_ConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@0P6AHPAXKKPAPAGPAK@ZA DATA -?m_ConvertSidToStringSidW@CIlNt4Advapi32@@0P6AHPAXPAPAG@ZA DATA -?m_ConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@0P6AHPBGKPAPAXPAK@ZA DATA -?m_ConvertStringSidToSidW@CIlNt4Advapi32@@0P6AHPAGPAPAX@ZA DATA -?m_CreateProfile@CIlNt6Userenv@@0P6AJPBG0PAGK@ZA DATA -?m_CreateServiceW@CIlNt4Advapi32@@0P6APAUSC_HANDLE__@@PAU2@PBG1KKKK11PAK111@ZA DATA -?m_CreateToolhelp32Snapshot@CIlNt4Kernel32@@0P6APAXKK@ZA DATA -?m_CreateUserProfileExW@CIlNt4Userenv@@0P6AHPAXPBG1PAGKH@ZA DATA -?m_CreateWellKnownSid@CIlNt4Advapi32@@0P6AHW4WELL_KNOWN_SID_TYPE@@PAX1PAK@ZA DATA -?m_EncryptFileW@CIlNt4Advapi32@@0P6AHPBG@ZA DATA -?m_EnumServicesStatusExW@CIlNt4Advapi32@@0P6AHPAUSC_HANDLE__@@W4_SC_ENUM_TYPE@@KKPAEKPAK33PBG@ZA DATA -?m_GetSystemWindowsDirectoryW@CIlNt4Kernel32@@0P6AIPAGI@ZA DATA -?m_GlobalMemoryStatusEx@CIlNt4Kernel32@@0P6AHPAU_MEMORYSTATUSEX@@@ZA DATA -?m_InitiateSystemShutdownExW@CIlNt4Advapi32@@0P6AHPAG0KHHK@ZA DATA -?m_LockServiceDatabase@CIlNt4Advapi32@@0P6APAXPAUSC_HANDLE__@@@ZA DATA -?m_LockSetForegroundWindow@CIlNt4User32@@0P6AHI@ZA DATA -?m_NetApiBufferFree@CIlNt4Netapi32@@0P6AKPAX@ZA DATA -?m_NetLocalGroupAdd@CIlNt4Netapi32@@0P6AKPBGKPAEPAK@ZA DATA -?m_NetLocalGroupAddMembers@CIlNt4Netapi32@@0P6AKPBG0KPAEK@ZA DATA -?m_NetLocalGroupEnum@CIlNt4Netapi32@@0P6AKPBGKPAPAEKPAK22@ZA DATA -?m_NetUserAdd@CIlNt4Netapi32@@0P6AKPBGKPAEPAK@ZA DATA -?m_NetUserDel@CIlNt4Netapi32@@0P6AKPBG0@ZA DATA -?m_NetUserEnum@CIlNt4Netapi32@@0P6AKPBGKKPAPAEKPAK22@ZA DATA -?m_NetUserGetLocalGroups@CIlNt4Netapi32@@0P6AKPBG0KKPAPAEKPAK2@ZA DATA -?m_NetWkstaGetInfo@CIlNt4Netapi32@@0P6AKPAGKPAPAE@ZA DATA -?m_OpenSCManagerW@CIlNt4Advapi32@@0P6APAUSC_HANDLE__@@PBG0K@ZA DATA -?m_OpenServiceW@CIlNt4Advapi32@@0P6APAUSC_HANDLE__@@PAU2@PBGK@ZA DATA -?m_Process32FirstW@CIlNt4Kernel32@@0P6AHPAXPAUtagPROCESSENTRY32W@@@ZA DATA -?m_Process32NextW@CIlNt4Kernel32@@0P6AHPAXPAUtagPROCESSENTRY32W@@@ZA DATA -?m_QueryServiceConfigW@CIlNt4Advapi32@@0P6AHPAUSC_HANDLE__@@PAU_QUERY_SERVICE_CONFIGW@@KPAK@ZA DATA -?m_RefCountChangeServiceConfigW@CIlNt4Advapi32@@0KA DATA -?m_RefCountCloseServiceHandle@CIlNt4Advapi32@@0KA DATA -?m_RefCountConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@0KA DATA -?m_RefCountConvertSidToStringSidW@CIlNt4Advapi32@@0KA DATA -?m_RefCountConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@0KA DATA -?m_RefCountConvertStringSidToSidW@CIlNt4Advapi32@@0KA DATA -?m_RefCountCreateProfile@CIlNt6Userenv@@0KA DATA -?m_RefCountCreateServiceW@CIlNt4Advapi32@@0KA DATA -?m_RefCountCreateToolhelp32Snapshot@CIlNt4Kernel32@@0KA DATA -?m_RefCountCreateUserProfileExW@CIlNt4Userenv@@0KA DATA -?m_RefCountCreateWellKnownSid@CIlNt4Advapi32@@0KA DATA -?m_RefCountEncryptFileW@CIlNt4Advapi32@@0KA DATA -?m_RefCountEnumServicesStatusExW@CIlNt4Advapi32@@0KA DATA -?m_RefCountGetSystemWindowsDirectoryW@CIlNt4Kernel32@@0KA DATA -?m_RefCountGlobalMemoryStatusEx@CIlNt4Kernel32@@0KA DATA -?m_RefCountInitiateSystemShutdownExW@CIlNt4Advapi32@@0KA DATA -?m_RefCountLockServiceDatabase@CIlNt4Advapi32@@0KA DATA -?m_RefCountLockSetForegroundWindow@CIlNt4User32@@0KA DATA -?m_RefCountNetApiBufferFree@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetLocalGroupAdd@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetLocalGroupAddMembers@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetLocalGroupEnum@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetUserAdd@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetUserDel@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetUserEnum@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetUserGetLocalGroups@CIlNt4Netapi32@@0KA DATA -?m_RefCountNetWkstaGetInfo@CIlNt4Netapi32@@0KA DATA -?m_RefCountOpenSCManagerW@CIlNt4Advapi32@@0KA DATA -?m_RefCountOpenServiceW@CIlNt4Advapi32@@0KA DATA -?m_RefCountProcess32FirstW@CIlNt4Kernel32@@0KA DATA -?m_RefCountProcess32NextW@CIlNt4Kernel32@@0KA DATA -?m_RefCountQueryServiceConfigW@CIlNt4Advapi32@@0KA DATA -?m_RefCountRegisterWaitForSingleObject@CIlNt4Kernel32@@0KA DATA -?m_RefCountSetupCloseFileQueue@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiBuildDriverInfoList@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiCallClassInstaller@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiDestroyDriverInfoList@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiEnumDeviceInfo@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiEnumDriverInfoW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetClassDevsExW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetClassDevsW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiOpenDevRegKey@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiOpenDeviceInfoW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupDiSetSelectedDriverW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupGetInfInformationW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupOpenFileQueue@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@0KA DATA -?m_RefCountSetupScanFileQueueW@CIlNt4Setupapi@@0KA DATA -?m_RefCountStartServiceW@CIlNt4Advapi32@@0KA DATA -?m_RefCountUnlockServiceDatabase@CIlNt4Advapi32@@0KA DATA -?m_RefCountfreeaddrinfo@CIlW2kDynWs2_32@@0KA DATA -?m_RefCountgetaddrinfo@CIlW2kDynWs2_32@@0KA DATA -?m_RefCountgetnameinfo@CIlW2kDynWs2_32@@0KA DATA -?m_RegisterWaitForSingleObject@CIlNt4Kernel32@@0P6AHPAPAXPAXP6AX1E@Z1KK@ZA DATA -?m_SetupCloseFileQueue@CIlNt4Setupapi@@0P6AHPAX@ZA DATA -?m_SetupDiBuildDriverInfoList@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@K@ZA DATA -?m_SetupDiCallClassInstaller@CIlNt4Setupapi@@0P6AHIPAXPAU_SP_DEVINFO_DATA@@@ZA DATA -?m_SetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@0P6APAXPBU_GUID@@PAUHWND__@@PBGPAX@ZA DATA -?m_SetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@0P6AHPAX@ZA DATA -?m_SetupDiDestroyDriverInfoList@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@K@ZA DATA -?m_SetupDiEnumDeviceInfo@CIlNt4Setupapi@@0P6AHPAXKPAU_SP_DEVINFO_DATA@@@ZA DATA -?m_SetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@PBU_GUID@@KPAU_SP_DEVICE_INTERFACE_DATA@@@ZA DATA -?m_SetupDiEnumDriverInfoW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@KKPAU_SP_DRVINFO_DATA_V2_W@@@ZA DATA -?m_SetupDiGetClassDevsExW@CIlNt4Setupapi@@0P6APAXPBU_GUID@@PBGPAUHWND__@@KPAX13@ZA DATA -?m_SetupDiGetClassDevsW@CIlNt4Setupapi@@0P6APAXPBU_GUID@@PBGPAUHWND__@@K@ZA DATA -?m_SetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@ZA DATA -?m_SetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVICE_INTERFACE_DATA@@PAU_SP_DEVICE_INTERFACE_DETAIL_DATA_W@@KPAKPAU_SP_DEVINFO_DATA@@@ZA DATA -?m_SetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@KPAKPAEK2@ZA DATA -?m_SetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@PAU_SP_DRVINFO_DETAIL_DATA_W@@KPAK@ZA DATA -?m_SetupDiOpenDevRegKey@CIlNt4Setupapi@@0P6APAUHKEY__@@PAXPAU_SP_DEVINFO_DATA@@KKKK@ZA DATA -?m_SetupDiOpenDeviceInfoW@CIlNt4Setupapi@@0P6AHPAXPBGPAUHWND__@@KPAU_SP_DEVINFO_DATA@@@ZA DATA -?m_SetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DEVINSTALL_PARAMS_W@@@ZA DATA -?m_SetupDiSetSelectedDriverW@CIlNt4Setupapi@@0P6AHPAXPAU_SP_DEVINFO_DATA@@PAU_SP_DRVINFO_DATA_V2_W@@@ZA DATA -?m_SetupGetInfInformationW@CIlNt4Setupapi@@0P6AHPBXKPAU_SP_INF_INFORMATION@@KPAK@ZA DATA -?m_SetupOpenFileQueue@CIlNt4Setupapi@@0P6APAXXZA DATA -?m_SetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@0P6AHPAU_SP_INF_INFORMATION@@IPAU_SP_ALTPLATFORM_INFO_V2@@PAU_SP_ORIGINAL_FILE_INFO_W@@@ZA DATA -?m_SetupScanFileQueueW@CIlNt4Setupapi@@0P6AHPAXKPAUHWND__@@P6AI0III@Z0PAK@ZA DATA -?m_StartServiceW@CIlNt4Advapi32@@0P6AHPAUSC_HANDLE__@@KPAPBG@ZA DATA -?m_UnlockServiceDatabase@CIlNt4Advapi32@@0P6AHPAX@ZA DATA -?m_freeaddrinfo@CIlW2kDynWs2_32@@0P6AXPAUaddrinfo@@@ZA DATA -?m_getaddrinfo@CIlW2kDynWs2_32@@0P6AHPBD0PBUaddrinfo@@PAPAU2@@ZA DATA -?m_getnameinfo@CIlW2kDynWs2_32@@0P6AHPBUsockaddr@@HPADK1KH@ZA DATA -?recv@CIlWs2_32@@UAAHIPADHH@Z -?recvfrom@CIlWs2_32@@UAAHIPADHHPAUsockaddr@@PAH@Z -?release_ChangeServiceConfigW@CIlNt4Advapi32@@QAAXXZ -?release_CloseServiceHandle@CIlNt4Advapi32@@QAAXXZ -?release_ConvertSecurityDescriptorToStringSecurityDescriptorW@CIlNt4Advapi32@@QAAXXZ -?release_ConvertSidToStringSidW@CIlNt4Advapi32@@QAAXXZ -?release_ConvertStringSecurityDescriptorToSecurityDescriptorW@CIlNt4Advapi32@@QAAXXZ -?release_ConvertStringSidToSidW@CIlNt4Advapi32@@QAAXXZ -?release_CreateProfile@CIlNt6Userenv@@QAAXXZ -?release_CreateServiceW@CIlNt4Advapi32@@QAAXXZ -?release_CreateToolhelp32Snapshot@CIlNt4Kernel32@@QAAXXZ -?release_CreateUserProfileExW@CIlNt4Userenv@@QAAXXZ -?release_CreateWellKnownSid@CIlNt4Advapi32@@QAAXXZ -?release_EncryptFileW@CIlNt4Advapi32@@QAAXXZ -?release_EnumServicesStatusExW@CIlNt4Advapi32@@QAAXXZ -?release_GetSystemWindowsDirectoryW@CIlNt4Kernel32@@QAAXXZ -?release_GlobalMemoryStatusEx@CIlNt4Kernel32@@QAAXXZ -?release_InitiateSystemShutdownExW@CIlNt4Advapi32@@QAAXXZ -?release_LockServiceDatabase@CIlNt4Advapi32@@QAAXXZ -?release_LockSetForegroundWindow@CIlNt4User32@@QAAXXZ -?release_NetApiBufferFree@CIlNt4Netapi32@@QAAXXZ -?release_NetLocalGroupAdd@CIlNt4Netapi32@@QAAXXZ -?release_NetLocalGroupAddMembers@CIlNt4Netapi32@@QAAXXZ -?release_NetLocalGroupEnum@CIlNt4Netapi32@@QAAXXZ -?release_NetUserAdd@CIlNt4Netapi32@@QAAXXZ -?release_NetUserDel@CIlNt4Netapi32@@QAAXXZ -?release_NetUserEnum@CIlNt4Netapi32@@QAAXXZ -?release_NetUserGetLocalGroups@CIlNt4Netapi32@@QAAXXZ -?release_NetWkstaGetInfo@CIlNt4Netapi32@@QAAXXZ -?release_OpenSCManagerW@CIlNt4Advapi32@@QAAXXZ -?release_OpenServiceW@CIlNt4Advapi32@@QAAXXZ -?release_Process32FirstW@CIlNt4Kernel32@@QAAXXZ -?release_Process32NextW@CIlNt4Kernel32@@QAAXXZ -?release_QueryServiceConfigW@CIlNt4Advapi32@@QAAXXZ -?release_RegisterWaitForSingleObject@CIlNt4Kernel32@@QAAXXZ -?release_SetupCloseFileQueue@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiBuildDriverInfoList@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiCallClassInstaller@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiCreateDeviceInfoListExW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiDestroyDeviceInfoList@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiDestroyDriverInfoList@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiEnumDeviceInfo@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiEnumDeviceInterfaces@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiEnumDriverInfoW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetClassDevsExW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetClassDevsW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetDeviceInstallParamsW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetDeviceInterfaceDetailW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetDeviceRegistryPropertyW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiGetDriverInfoDetailW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiOpenDevRegKey@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiOpenDeviceInfoW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiSetDeviceInstallParamsW@CIlNt4Setupapi@@QAAXXZ -?release_SetupDiSetSelectedDriverW@CIlNt4Setupapi@@QAAXXZ -?release_SetupGetInfInformationW@CIlNt4Setupapi@@QAAXXZ -?release_SetupOpenFileQueue@CIlNt4Setupapi@@QAAXXZ -?release_SetupQueryInfOriginalFileInformationW@CIlNt4Setupapi@@QAAXXZ -?release_SetupScanFileQueueW@CIlNt4Setupapi@@QAAXXZ -?release_StartServiceW@CIlNt4Advapi32@@QAAXXZ -?release_UnlockServiceDatabase@CIlNt4Advapi32@@QAAXXZ -?release_freeaddrinfo@CIlW2kDynWs2_32@@UAAXXZ -?release_getaddrinfo@CIlW2kDynWs2_32@@UAAXXZ -?release_getnameinfo@CIlW2kDynWs2_32@@UAAXXZ -?select@CIlWs2_32@@UAAHHPAUfd_set@@00PBUtimeval@@@Z -?send@CIlWs2_32@@UAAHIPBDHH@Z -?sendto@CIlWs2_32@@UAAHIPBDHHPBUsockaddr@@H@Z -?setsockopt@CIlWs2_32@@UAAHIHHPBDH@Z -?shutdown@CIlWs2_32@@UAAHIH@Z -?socket@CIlWs2_32@@UAAIHHH@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mlang.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mlang.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mlang.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mlang.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of MLANG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MLANG.dll" -EXPORTS -IsConvertINetStringAvailable -ConvertINetString -ConvertINetUnicodeToMultiByte -ConvertINetMultiByteToUnicode -ConvertINetReset -GetGlobalFontLinkObject -LcidToRfc1766A -LcidToRfc1766W -Rfc1766ToLcidA -Rfc1766ToLcidW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/modemui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/modemui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/modemui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/modemui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of modemui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "modemui.dll" -EXPORTS -drvCommConfigDialogW -drvCommConfigDialogA -drvSetDefaultCommConfigW -drvSetDefaultCommConfigA -drvGetDefaultCommConfigW -drvGetDefaultCommConfigA -UnimodemDevConfigDialog -CountryRunOnce -UnimodemGetDefaultCommConfig -UnimodemGetExtendedCaps -InvokeControlPanel -ModemCplDlgProc -ModemPropPagesProvider -QueryModemForCountrySettings diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mp3dmod.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mp3dmod.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mp3dmod.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mp3dmod.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of deffile.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "deffile.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mp4sdecd.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mp4sdecd.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mp4sdecd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mp4sdecd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DEFFILE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DEFFILE.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mpr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mpr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mpr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mpr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,88 +0,0 @@ -; -; Definition file of MPR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MPR.dll" -EXPORTS -DoBroadcastSystemMessage -DoCommandLinePrompt -DoPasswordDialog -DoProfileErrorDialog -ShowReconnectDialog -ShowReconnectDialogEnd -ShowReconnectDialogUI -WNetConnectionDialog2 -WNetDisconnectDialog2 -I_MprSaveConn -MultinetGetConnectionPerformanceA -MultinetGetConnectionPerformanceW -MultinetGetErrorTextA -MultinetGetErrorTextW -WNetAddConnection2A -WNetAddConnection2W -WNetAddConnection3A -WNetAddConnection3W -WNetAddConnectionA -WNetAddConnectionW -WNetCancelConnection2A -WNetCancelConnection2W -WNetCancelConnectionA -WNetCancelConnectionW -WNetClearConnections -WNetCloseEnum -WNetConnectionDialog -WNetConnectionDialog1A -WNetConnectionDialog1W -WNetDirectoryNotifyA -WNetDirectoryNotifyW -WNetDisconnectDialog -WNetDisconnectDialog1A -WNetDisconnectDialog1W -WNetEnumResourceA -WNetEnumResourceW -WNetFormatNetworkNameA -WNetFormatNetworkNameW -WNetGetConnection2A -WNetGetConnection2W -WNetGetConnection3A -WNetGetConnection3W -WNetGetConnectionA -WNetGetConnectionW -WNetGetDirectoryTypeA -WNetGetDirectoryTypeW -WNetGetHomeDirectoryW -WNetGetLastErrorA -WNetGetLastErrorW -WNetGetNetworkInformationA -WNetGetNetworkInformationW -WNetGetPropertyTextA -WNetGetPropertyTextW -WNetGetProviderNameA -WNetGetProviderNameW -WNetGetProviderTypeA -WNetGetProviderTypeW -WNetGetResourceInformationA -WNetGetResourceInformationW -WNetGetResourceParentA -WNetGetResourceParentW -WNetGetSearchDialog -WNetGetUniversalNameA -WNetGetUniversalNameW -WNetGetUserA -WNetGetUserW -WNetLogonNotify -WNetOpenEnumA -WNetOpenEnumW -WNetPasswordChangeNotify -WNetPropertyDialogA -WNetPropertyDialogW -WNetRestoreAllConnectionsW -WNetRestoreSingleConnectionW -WNetSetConnectionA -WNetSetConnectionW -WNetSetLastErrorA -WNetSetLastErrorW -WNetSupportGlobalEnum -WNetUseConnectionA -WNetUseConnectionW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msacm32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msacm32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msacm32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msacm32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of MSACM32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSACM32.dll" -EXPORTS -XRegThunkEntry -acmDriverAddA -acmDriverAddW -acmDriverClose -acmDriverDetailsA -acmDriverDetailsW -acmDriverEnum -acmDriverID -acmDriverMessage -acmDriverOpen -acmDriverPriority -acmDriverRemove -acmFilterChooseA -acmFilterChooseW -acmFilterDetailsA -acmFilterDetailsW -acmFilterEnumA -acmFilterEnumW -acmFilterTagDetailsA -acmFilterTagDetailsW -acmFilterTagEnumA -acmFilterTagEnumW -acmFormatChooseA -acmFormatChooseW -acmFormatDetailsA -acmFormatDetailsW -acmFormatEnumA -acmFormatEnumW -acmFormatSuggest -acmFormatTagDetailsA -acmFormatTagDetailsW -acmFormatTagEnumA -acmFormatTagEnumW -acmGetVersion -acmMessage32 -acmMetrics -acmStreamClose -acmStreamConvert -acmStreamMessage -acmStreamOpen -acmStreamPrepareHeader -acmStreamReset -acmStreamSize -acmStreamUnprepareHeader diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msafd.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msafd.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msafd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msafd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MSAFD.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSAFD.dll" -EXPORTS -WSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mscat32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mscat32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mscat32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mscat32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -; -; Definition file of MSCAT32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSCAT32.dll" -EXPORTS -CryptCATVerifyMember -CatalogCompactHashDatabase -CryptCATAdminAcquireContext -CryptCATAdminAddCatalog -CryptCATAdminCalcHashFromFileHandle -CryptCATAdminEnumCatalogFromHash -CryptCATAdminReleaseCatalogContext -CryptCATAdminReleaseContext -CryptCATCDFClose -CryptCATCDFEnumAttributes -CryptCATCDFEnumAttributesWithCDFTag -CryptCATCDFEnumCatAttributes -CryptCATCDFEnumMembers -CryptCATCDFEnumMembersByCDFTag -CryptCATCDFEnumMembersByCDFTagEx -CryptCATCDFOpen -CryptCATCatalogInfoFromContext -CryptCATClose -CryptCATEnumerateAttr -CryptCATEnumerateCatAttr -CryptCATEnumerateMember -CryptCATGetAttrInfo -CryptCATGetCatAttrInfo -CryptCATGetMemberInfo -CryptCATHandleFromStore -CryptCATOpen -CryptCATPersistStore -CryptCATPutAttrInfo -CryptCATPutCatAttrInfo -CryptCATPutMemberInfo -CryptCATStoreFromHandle -IsCatalogFile -MsCatConstructHashTag -MsCatFreeHashTag diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msctf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msctf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msctf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msctf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ -; -; Definition file of MSCTF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSCTF.dll" -EXPORTS -TF_RunInputCPL -CtfImeAssociateFocus -CtfImeConfigure -CtfImeConversionList -CtfImeCreateInputContext -CtfImeCreateThreadMgr -CtfImeDestroy -CtfImeDestroyInputContext -CtfImeDestroyThreadMgr -CtfImeDispatchDefImeMessage -CtfImeEnumRegisterWord -CtfImeEscape -CtfImeEscapeEx -CtfImeGetGuidAtom -CtfImeGetRegisterWordStyle -CtfImeInquire -CtfImeInquireExW -CtfImeIsGuidMapEnable -CtfImeIsIME -CtfImeProcessCicHotkey -CtfImeProcessKey -CtfImeRegisterWord -CtfImeSelect -CtfImeSelectEx -CtfImeSetActiveContext -CtfImeSetCompositionString -CtfImeSetFocus -CtfImeToAsciiEx -CtfImeUnregisterWord -CtfNotifyIME -SetInputScope -SetInputScopeXML -SetInputScopes -SetInputScopes2 -TF_CUASAppFix -TF_CanUninitialize -TF_CleanUpPrivateMessages -TF_CreateCategoryMgr -TF_CreateCicLoadMutex -TF_CreateCicLoadWinStaMutex -TF_CreateDisplayAttributeMgr -TF_CreateInputProcessorProfiles -TF_CreateLangBarItemMgr -TF_CreateLangBarMgr -TF_CreateThreadMgr -TF_GetAppCompatFlags -TF_GetCompatibleKeyboardLayout -TF_GetGlobalCompartment -TF_GetInitSystemFlags -TF_GetInputScope -TF_GetShowFloatingStatus -TF_GetThreadFlags -TF_GetThreadMgr -TF_InitSystem -TF_InvalidAssemblyListCacheIfExist -TF_IsCtfmonRunning -TF_IsThreadWithFlags -TF_MapCompatibleHKL -TF_MapCompatibleKeyboardTip -TF_Notify -TF_PostAllThreadMsg -TF_SendLangBandMsg -TF_SetDefaultRemoteKeyboardLayout -TF_SetShowFloatingStatus -TF_SetThreadFlags -TF_UninitSystem -TF_WaitForInitialized diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msctfp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msctfp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msctfp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msctfp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MSCTFP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSCTFP.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdadiag.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdadiag.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdadiag.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdadiag.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of msdadiag.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msdadiag.dll" -EXPORTS -DllBidEntryPoint diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdmo.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdmo.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdmo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdmo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of msdmo.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msdmo.dll" -EXPORTS -DMOEnum -DMOGetName -DMOGetTypes -DMOGuidToStrA -DMOGuidToStrW -DMORegister -DMOStrToGuidA -DMOStrToGuidW -DMOUnregister -MoCopyMediaType -MoCreateMediaType -MoDeleteMediaType -MoDuplicateMediaType -MoFreeMediaType -MoInitMediaType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdrm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdrm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msdrm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msdrm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,98 +0,0 @@ -; -; Definition file of msdrm.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msdrm.dll" -EXPORTS -DRMAcquireAdvisories -DRMAcquireIssuanceLicenseTemplate -DRMAcquireLicense -DRMActivate -DRMAddLicense -DRMAddRightWithUser -DRMAttest -DRMCheckSecurity -DRMClearAllRights -DRMCloseEnvironmentHandle -DRMCloseHandle -DRMClosePubHandle -DRMCloseQueryHandle -DRMCloseSession -DRMConstructCertificateChain -DRMCreateBoundLicense -DRMCreateClientSession -DRMCreateEnablingBitsDecryptor -DRMCreateEnablingBitsEncryptor -DRMCreateEnablingPrincipal -DRMCreateIssuanceLicense -DRMCreateLicenseStorageSession -DRMCreateRight -DRMCreateUser -DRMDecode -DRMDeconstructCertificateChain -DRMDecrypt -DRMDeleteLicense -DRMDuplicateEnvironmentHandle -DRMDuplicateHandle -DRMDuplicatePubHandle -DRMDuplicateSession -DRMEncode -DRMEncrypt -DRMEnumerateLicense -DRMGetApplicationSpecificData -DRMGetBoundLicenseAttribute -DRMGetBoundLicenseAttributeCount -DRMGetBoundLicenseObject -DRMGetBoundLicenseObjectCount -DRMGetCertificateChainCount -DRMGetClientVersion -DRMGetEnvironmentInfo -DRMGetInfo -DRMGetIntervalTime -DRMGetIssuanceLicenseInfo -DRMGetIssuanceLicenseTemplate -DRMGetMetaData -DRMGetNameAndDescription -DRMGetOwnerLicense -DRMGetProcAddress -DRMGetRevocationPoint -DRMGetRightExtendedInfo -DRMGetRightInfo -DRMGetSecurityProvider -DRMGetServiceLocation -DRMGetSignedIssuanceLicense -DRMGetSignedIssuanceLicenseEx -DRMGetTime -DRMGetUnboundLicenseAttribute -DRMGetUnboundLicenseAttributeCount -DRMGetUnboundLicenseObject -DRMGetUnboundLicenseObjectCount -DRMGetUsagePolicy -DRMGetUserInfo -DRMGetUserRights -DRMGetUsers -DRMInitEnvironment -DRMIsActivated -DRMIsWindowProtected -DRMLoadLibrary -DRMParseUnboundLicense -DRMRegisterContent -DRMRegisterProtectedWindow -DRMRegisterRevocationList -DRMRepair -DRMSetApplicationSpecificData -DRMSetGlobalOptions -DRMSetIntervalTime -DRMSetMetaData -DRMSetNameAndDescription -DRMSetRevocationPoint -DRMSetUsagePolicy -DRMVerify -DRMpCloseFile -DRMpFileInitialize -DRMpFileIsProtected -DRMpFileProtect -DRMpFileUnprotect -DRMpFreeMemory -__AddMachineCertToLicenseStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,297 +0,0 @@ -; -; Definition file of msi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msi.dll" -EXPORTS -MsiAdvertiseProductA -MsiAdvertiseProductW -MsiCloseAllHandles -MsiCloseHandle -MsiCollectUserInfoA -MsiCollectUserInfoW -MsiConfigureFeatureA -MsiConfigureFeatureFromDescriptorA -MsiConfigureFeatureFromDescriptorW -MsiConfigureFeatureW -MsiConfigureProductA -MsiConfigureProductW -MsiCreateRecord -MsiDatabaseApplyTransformA -MsiDatabaseApplyTransformW -MsiDatabaseCommit -MsiDatabaseExportA -MsiDatabaseExportW -MsiDatabaseGenerateTransformA -MsiDatabaseGenerateTransformW -MsiDatabaseGetPrimaryKeysA -MsiDatabaseGetPrimaryKeysW -MsiDatabaseImportA -MsiDatabaseImportW -MsiDatabaseMergeA -MsiDatabaseMergeW -MsiDatabaseOpenViewA -MsiDatabaseOpenViewW -MsiDoActionA -MsiDoActionW -MsiEnableUIPreview -MsiEnumClientsA -MsiEnumClientsW -MsiEnumComponentQualifiersA -MsiEnumComponentQualifiersW -MsiEnumComponentsA -MsiEnumComponentsW -MsiEnumFeaturesA -MsiEnumFeaturesW -MsiEnumProductsA -MsiEnumProductsW -MsiEvaluateConditionA -MsiEvaluateConditionW -MsiGetLastErrorRecord -MsiGetActiveDatabase -MsiGetComponentStateA -MsiGetComponentStateW -MsiGetDatabaseState -MsiGetFeatureCostA -MsiGetFeatureCostW -MsiGetFeatureInfoA -MsiGetFeatureInfoW -MsiGetFeatureStateA -MsiGetFeatureStateW -MsiGetFeatureUsageA -MsiGetFeatureUsageW -MsiGetFeatureValidStatesA -MsiGetFeatureValidStatesW -MsiGetLanguage -MsiGetMode -MsiGetProductCodeA -MsiGetProductCodeW -MsiGetProductInfoA -MsiGetProductInfoFromScriptA -MsiGetProductInfoFromScriptW -MsiGetProductInfoW -MsiGetProductPropertyA -MsiGetProductPropertyW -MsiGetPropertyA -MsiGetPropertyW -MsiGetSourcePathA -MsiGetSourcePathW -MsiGetSummaryInformationA -MsiGetSummaryInformationW -MsiGetTargetPathA -MsiGetTargetPathW -MsiGetUserInfoA -MsiGetUserInfoW -MsiInstallMissingComponentA -MsiInstallMissingComponentW -MsiInstallMissingFileA -MsiInstallMissingFileW -MsiInstallProductA -MsiInstallProductW -MsiLocateComponentA -MsiLocateComponentW -MsiOpenDatabaseA -MsiOpenDatabaseW -MsiOpenPackageA -MsiOpenPackageW -MsiOpenProductA -MsiOpenProductW -MsiPreviewBillboardA -MsiPreviewBillboardW -MsiPreviewDialogA -MsiPreviewDialogW -MsiProcessAdvertiseScriptA -MsiProcessAdvertiseScriptW -MsiProcessMessage -MsiProvideComponentA -MsiProvideComponentFromDescriptorA -MsiProvideComponentFromDescriptorW -MsiProvideComponentW -MsiProvideQualifiedComponentA -MsiProvideQualifiedComponentW -MsiQueryFeatureStateA -MsiQueryFeatureStateW -MsiQueryProductStateA -MsiQueryProductStateW -MsiRecordDataSize -MsiRecordGetFieldCount -MsiRecordGetInteger -MsiRecordGetStringA -MsiRecordGetStringW -MsiRecordIsNull -MsiRecordReadStream -MsiRecordSetInteger -MsiRecordSetStreamA -MsiRecordSetStreamW -MsiRecordSetStringA -MsiRecordSetStringW -MsiReinstallFeatureA -MsiReinstallFeatureFromDescriptorA -MsiReinstallFeatureFromDescriptorW -MsiReinstallFeatureW -MsiReinstallProductA -MsiReinstallProductW -MsiSequenceA -MsiSequenceW -MsiSetComponentStateA -MsiSetComponentStateW -MsiSetExternalUIA -MsiSetExternalUIW -MsiSetFeatureStateA -MsiSetFeatureStateW -MsiSetInstallLevel -MsiSetInternalUI -MsiVerifyDiskSpace -MsiSetMode -MsiSetPropertyA -MsiSetPropertyW -MsiSetTargetPathA -MsiSetTargetPathW -MsiSummaryInfoGetPropertyA -MsiSummaryInfoGetPropertyCount -MsiSummaryInfoGetPropertyW -MsiSummaryInfoPersist -MsiSummaryInfoSetPropertyA -MsiSummaryInfoSetPropertyW -MsiUseFeatureA -MsiUseFeatureW -MsiVerifyPackageA -MsiVerifyPackageW -MsiViewClose -MsiViewExecute -MsiViewFetch -MsiViewGetErrorA -MsiViewGetErrorW -MsiViewModify -MsiDatabaseIsTablePersistentA -MsiDatabaseIsTablePersistentW -MsiViewGetColumnInfo -MsiRecordClearData -MsiEnableLogA -MsiEnableLogW -MsiFormatRecordA -MsiFormatRecordW -MsiGetComponentPathA -MsiGetComponentPathW -MsiApplyPatchA -MsiApplyPatchW -MsiAdvertiseScriptA -MsiAdvertiseScriptW -MsiGetPatchInfoA -MsiGetPatchInfoW -MsiEnumPatchesA -MsiEnumPatchesW -MsiGetProductCodeFromPackageCodeA -MsiGetProductCodeFromPackageCodeW -MsiCreateTransformSummaryInfoA -MsiCreateTransformSummaryInfoW -MsiQueryFeatureStateFromDescriptorA -MsiQueryFeatureStateFromDescriptorW -MsiConfigureProductExA -MsiConfigureProductExW -MsiInvalidateFeatureCache -MsiUseFeatureExA -MsiUseFeatureExW -MsiGetFileVersionA -MsiGetFileVersionW -MsiLoadStringA -MsiLoadStringW -MsiMessageBoxA -MsiMessageBoxW -MsiDecomposeDescriptorA -MsiDecomposeDescriptorW -MsiProvideQualifiedComponentExA -MsiProvideQualifiedComponentExW -MsiEnumRelatedProductsA -MsiEnumRelatedProductsW -MsiSetFeatureAttributesA -MsiSetFeatureAttributesW -MsiSourceListClearAllA -MsiSourceListClearAllW -MsiSourceListAddSourceA -MsiSourceListAddSourceW -MsiSourceListForceResolutionA -MsiSourceListForceResolutionW -MsiIsProductElevatedA -MsiIsProductElevatedW -MsiGetShortcutTargetA -MsiGetShortcutTargetW -MsiGetFileHashA -MsiGetFileHashW -MsiEnumComponentCostsA -MsiEnumComponentCostsW -MsiCreateAndVerifyInstallerDirectory -MsiGetFileSignatureInformationA -MsiGetFileSignatureInformationW -MsiProvideAssemblyA -MsiProvideAssemblyW -MsiAdvertiseProductExA -MsiAdvertiseProductExW -MsiNotifySidChangeA -MsiNotifySidChangeW -MsiOpenPackageExA -MsiOpenPackageExW -MsiDeleteUserDataA -MsiDeleteUserDataW -Migrate10CachedPackagesA -Migrate10CachedPackagesW -MsiRemovePatchesA -MsiRemovePatchesW -MsiApplyMultiplePatchesA -MsiApplyMultiplePatchesW -MsiExtractPatchXMLDataA -MsiExtractPatchXMLDataW -MsiGetPatchInfoExA -MsiGetPatchInfoExW -MsiEnumProductsExA -MsiEnumProductsExW -MsiGetProductInfoExA -MsiGetProductInfoExW -MsiQueryComponentStateA -MsiQueryComponentStateW -MsiQueryFeatureStateExA -MsiQueryFeatureStateExW -MsiDeterminePatchSequenceA -MsiDeterminePatchSequenceW -MsiSourceListAddSourceExA -MsiSourceListAddSourceExW -MsiSourceListClearSourceA -MsiSourceListClearSourceW -MsiSourceListClearAllExA -MsiSourceListClearAllExW -MsiSourceListForceResolutionExA -MsiSourceListForceResolutionExW -MsiSourceListEnumSourcesA -MsiSourceListEnumSourcesW -MsiSourceListGetInfoA -MsiSourceListGetInfoW -MsiSourceListSetInfoA -MsiSourceListSetInfoW -MsiEnumPatchesExA -MsiEnumPatchesExW -MsiSourceListEnumMediaDisksA -MsiSourceListEnumMediaDisksW -MsiSourceListAddMediaDiskA -MsiSourceListAddMediaDiskW -MsiSourceListClearMediaDiskA -MsiSourceListClearMediaDiskW -MsiDetermineApplicablePatchesA -MsiDetermineApplicablePatchesW -MsiMessageBoxExA -MsiMessageBoxExW -MsiSetExternalUIRecord -MsiGetPatchFileListA -MsiGetPatchFileListW -MsiBeginTransactionA -MsiBeginTransactionW -MsiEndTransaction -MsiJoinTransaction -MsiSetOfflineContextW -MsiEnumComponentsExA -MsiEnumComponentsExW -MsiEnumClientsExA -MsiEnumClientsExW -MsiGetComponentPathExA -MsiGetComponentPathExW -QueryInstanceCount diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msidle.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msidle.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msidle.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msidle.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of msidle.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msidle.dll" -EXPORTS -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msimg32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msimg32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msimg32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msimg32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of MSIMG32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSIMG32.dll" -EXPORTS -vSetDdrawflag -AlphaBlend -DllInitialize -GradientFill -TransparentBlt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msimtf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msimtf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msimtf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msimtf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of msimtf.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msimtf.dll" -EXPORTS -MsimtfIsGuidMapEnable -MsimtfIsWindowFiltered diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msisip.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msisip.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msisip.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msisip.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of msisip.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msisip.dll" -EXPORTS -MsiSIPIsMyTypeOfFile -MsiSIPGetSignedDataMsg -MsiSIPPutSignedDataMsg -MsiSIPRemoveSignedDataMsg -MsiSIPCreateIndirectData -MsiSIPVerifyIndirectData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msls31.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msls31.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msls31.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msls31.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,86 +0,0 @@ -; -; Definition file of msls31.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msls31.dll" -EXPORTS -LsCreateContext -LsDestroyContext -LsCreateLine -LsModifyLineHeight -LsDestroyLine -LsCreateSubline -LsFetchAppendToCurrentSubline -LsAppendRunToCurrentSubline -LsResetRMInCurrentSubline -LsFinishCurrentSubline -LsTruncateSubline -LsFindPrevBreakSubline -LsFindNextBreakSubline -LsForceBreakSubline -LsSetBreakSubline -LsDestroySubline -LsMatchPresSubline -LsExpandSubline -LsGetSpecialEffectsSubline -LsdnFinishRegular -LsdnFinishRegularAddAdvancePen -LsdnFinishDelete -LsdnFinishByPen -LsdnFinishBySubline -LsdnFinishDeleteAll -LsdnFinishByOneChar -LsdnQueryObjDimRange -LsdnResetObjDim -LsdnQueryPenNode -LsdnResetPenNode -LsdnSetRigidDup -LsdnGetDup -LsdnSetAbsBaseLine -LsdnResolvePrevTab -LsdnGetCurTabInfo -LsdnSkipCurTab -LsdnDistribute -LsdnSubmitSublines -LsDisplayLine -LsDisplaySubline -LsQueryLineCpPpoint -LsQueryLinePointPcp -LsQueryLineDup -LsQueryFLineEmpty -LsQueryPointPcpSubline -LsQueryCpPpointSubline -LsSetDoc -LsSetModWidthPairs -LsSetCompression -LsSetExpansion -LsSetBreaking -LssbGetObjDimSubline -LssbGetDupSubline -LssbFDonePresSubline -LssbGetPlsrunsFromSubline -LssbGetNumberDnodesInSubline -LssbGetVisibleDcpInSubline -LsPointXYFromPointUV -LsPointUV2FromPointUV1 -LsGetWarichuLsimethods -LsGetRubyLsimethods -LsGetTatenakayokoLsimethods -LsSqueezeSubline -LsCompressSubline -LsGetHihLsimethods -LsQueryTextCellDetails -LsFetchAppendToCurrentSublineResume -LsdnGetFormatDepth -LssbFDoneDisplay -LsGetReverseLsimethods -LsEnumLine -LsGetMinDurBreaks -LsGetLineDur -LsEnumSubline -LsdnModifyParaEnding -LssbGetDurTrailInSubline -LssbGetDurTrailWithPensInSubline -LssbFIsSublineEmpty -LsLwMultDivR diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msmpeg2vdec.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msmpeg2vdec.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msmpeg2vdec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msmpeg2vdec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of msmpeg2vdec.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msmpeg2vdec.dll" -EXPORTS -?GetSurface@CVIDEOfilter@@QAAJHPAEJ@Z -?GetSurfaceSize@CVIDEOfilter@@QAAJHPAJ@Z -?LoadSurface@CVIDEOfilter@@QAAJHPAEK@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mspatcha.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mspatcha.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mspatcha.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mspatcha.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of mspatcha.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mspatcha.dll" -EXPORTS -ApplyPatchToFileA -ApplyPatchToFileByBuffers -ApplyPatchToFileByHandles -ApplyPatchToFileByHandlesEx -ApplyPatchToFileExA -ApplyPatchToFileExW -ApplyPatchToFileW -GetFilePatchSignatureA -GetFilePatchSignatureByBuffer -GetFilePatchSignatureByHandle -GetFilePatchSignatureW -NormalizeFileForPatchSignature -TestApplyPatchToFileA -TestApplyPatchToFileByBuffers -TestApplyPatchToFileByHandles -TestApplyPatchToFileW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msports.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msports.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msports.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msports.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Definition file of MSPORTS.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSPORTS.DLL" -EXPORTS -ComDBClaimNextFreePort -ComDBClaimPort -ComDBClose -ComDBGetCurrentPortUsage -ComDBOpen -ComDBReleasePort -ComDBResizeDatabase -ParallelPortPropPageProvider -PortsClassInstaller -SerialDisplayAdvancedSettings -SerialPortPropPageProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msrating.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msrating.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msrating.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msrating.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -; -; Definition file of MSRATING.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSRATING.dll" -EXPORTS -ChangeSupervisorPassword -ClickedOnPRF -ClickedOnRAT -RatingAccessDeniedDialog -RatingAccessDeniedDialog2 -RatingAccessDeniedDialog2W -RatingAccessDeniedDialogW -RatingAddPropertyPages -RatingAddToApprovedSites -RatingCheckUserAccess -RatingCheckUserAccessW -RatingClickedOnPRFInternal -RatingClickedOnRATInternal -RatingCustomAddRatingHelper -RatingCustomAddRatingSystem -RatingCustomCrackData -RatingCustomDeleteCrackedData -RatingCustomInit -RatingCustomRemoveRatingHelper -RatingCustomSetDefaultBureau -RatingCustomSetUserOptions -RatingEnable -RatingEnableW -RatingEnabledQuery -RatingFreeDetails -RatingInit -RatingObtainCancel -RatingObtainQuery -RatingObtainQueryW -RatingSetupUI -RatingSetupUIW -VerifySupervisorPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssign32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssign32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssign32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssign32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Definition file of MSSIGN32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSSIGN32.dll" -EXPORTS -FreeCryptProvFromCert -FreeCryptProvFromCertEx -GetCryptProvFromCert -GetCryptProvFromCertEx -PvkFreeCryptProv -PvkGetCryptProv -PvkPrivateKeyAcquireContext -PvkPrivateKeyAcquireContextA -PvkPrivateKeyAcquireContextFromMemory -PvkPrivateKeyAcquireContextFromMemoryA -PvkPrivateKeyLoad -PvkPrivateKeyLoadA -PvkPrivateKeyLoadFromMemory -PvkPrivateKeyLoadFromMemoryA -PvkPrivateKeyReleaseContext -PvkPrivateKeyReleaseContextA -PvkPrivateKeySave -PvkPrivateKeySaveA -PvkPrivateKeySaveToMemory -PvkPrivateKeySaveToMemoryA -SignError -SignerAddTimeStampResponse -SignerAddTimeStampResponseEx -SignerCreateTimeStampRequest -SignerFreeSignerContext -SignerSign -SignerSignEx -SignerSignEx2 -SignerTimeStamp -SignerTimeStampEx -SignerTimeStampEx2 -SignerTimeStampEx3 -SpcGetCertFromKey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssip32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssip32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssip32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssip32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of MSSIP32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSSIP32.dll" -EXPORTS -CryptSIPGetInfo -CryptSIPGetRegWorkingFlags -CryptSIPCreateIndirectData -CryptSIPGetSignedDataMsg -CryptSIPPutSignedDataMsg -CryptSIPRemoveSignedDataMsg -CryptSIPVerifyIndirectData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssprxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mssprxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mssprxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of mssprxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mssprxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mstask.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mstask.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mstask.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mstask.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -; -; Definition file of mstask.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mstask.dll" -EXPORTS -ConvertAtJobsToTasks -GetNetScheduleAccountInformation -NetrJobAdd -NetrJobDel -NetrJobEnum -NetrJobGetInfo -SAGetAccountInformation -SAGetNSAccountInformation -SASetAccountInformation -SASetNSAccountInformation -SetNetScheduleAccountInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mstscax.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mstscax.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mstscax.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mstscax.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of mstscax.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mstscax.dll" -EXPORTS -DllGetTscCtlVer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msv1_0.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msv1_0.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msv1_0.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msv1_0.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of msv1_0.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msv1_0.dll" -EXPORTS -SpInitialize -MsvIsLocalhostAliases -SpLsaModeInitialize -SpUserModeInitialize -LsaApCallPackage -LsaApCallPackagePassthrough -LsaApCallPackageUntrusted -LsaApInitializePackage -LsaApLogonTerminated -LsaApLogonUserEx2 -Msv1_0ExportSubAuthenticationRoutine -Msv1_0SubAuthenticationPresent -MsvGetLogonAttemptCount -MsvSamLogoff -MsvSamValidate -MsvValidateTarget -SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msvcrt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msvcrt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msvcrt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msvcrt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1280 +0,0 @@ -; -; Definition file of msvcrt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "msvcrt.dll" -EXPORTS -??0__non_rtti_object@@QAA@ABV0@@Z -??0__non_rtti_object@@QAA@PBD@Z -??0bad_cast@@AAA@PBQBD@Z -??0bad_cast@@QAA@ABV0@@Z -??0bad_cast@@QAA@PBD@Z -??0bad_typeid@@QAA@ABV0@@Z -??0bad_typeid@@QAA@PBD@Z -??0exception@@QAA@ABQBD@Z -??0exception@@QAA@ABQBDH@Z -??0exception@@QAA@ABV0@@Z -??0exception@@QAA@XZ -??1__non_rtti_object@@UAA@XZ -??1bad_cast@@UAA@XZ -??1bad_typeid@@UAA@XZ -??1exception@@UAA@XZ -??1type_info@@UAA@XZ -??2@YAPAXI@Z -??2@YAPAXIHPBDH@Z -??3@YAXPAX@Z -??4__non_rtti_object@@QAAAAV0@ABV0@@Z -??4bad_cast@@QAAAAV0@ABV0@@Z -??4bad_typeid@@QAAAAV0@ABV0@@Z -??4exception@@QAAAAV0@ABV0@@Z -??8type_info@@QBAHABV0@@Z -??9type_info@@QBAHABV0@@Z -??_7__non_rtti_object@@6B@ DATA -??_7bad_cast@@6B@ DATA -??_7bad_typeid@@6B@ DATA -??_7exception@@6B@ DATA -??_Fbad_cast@@QAAXXZ -??_Fbad_typeid@@QAAXXZ -??_U@YAPAXI@Z -??_U@YAPAXIHPBDH@Z -??_V@YAXPAX@Z -_CallMemberFunction0 -_CallMemberFunction1 -_CallMemberFunction2 -__ExceptionPtrAssign -__ExceptionPtrCompare -__ExceptionPtrCopy -__ExceptionPtrCopyException -__ExceptionPtrCreate -__ExceptionPtrCurrentException -__ExceptionPtrDestroy -__ExceptionPtrRethrow -__ExceptionPtrSwap -__ExceptionPtrToBool -__uncaught_exception -?_query_new_handler@@YAP6AHI@ZXZ -?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z -?_set_new_mode@@YAHH@Z -?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z -?before@type_info@@QBAHABV1@@Z -?name@type_info@@QBAPBDXZ -?raw_name@type_info@@QBAPBDXZ -?set_terminate@@YAP6AXXZP6AXXZ@Z -?set_unexpected@@YAP6AXXZP6AXXZ@Z -?terminate@@YAXXZ -?unexpected@@YAXXZ -?what@exception@@UBAPBDXZ -_CrtCheckMemory -_CrtDbgBreak -_CrtDbgReport -_CrtDbgReportV -_CrtDbgReportW -_CrtDbgReportWV -_CrtDoForAllClientObjects -_CrtDumpMemoryLeaks -_CrtIsMemoryBlock -_CrtIsValidHeapPointer -_CrtIsValidPointer -_CrtMemCheckpoint -_CrtMemDifference -_CrtMemDumpAllObjectsSince -_CrtMemDumpStatistics -_CrtReportBlockType -_CrtSetAllocHook -_CrtSetBreakAlloc -_CrtSetDbgBlockType -_CrtSetDbgFlag -_CrtSetDumpClient -_CrtSetReportFile -_CrtSetReportHook -_CrtSetReportHook2 -_CrtSetReportMode -_CxxThrowException -_Getdays -_Getmonths -_Gettnames -_HUGE DATA -_Strftime -_W_Getdays -_W_Getmonths -_W_Gettnames -_Wcsftime -_XcptFilter -__AdjustPointer -__C_specific_handler -__CppXcptFilter -__CxxFrameHandler3 -__DestructExceptionObject -__RTCastToVoid -__RTDynamicCast -__RTtypeid -__STRINGTOLD -___lc_codepage_func -___lc_collate_cp_func -___lc_handle_func -___mb_cur_max_func -__argc DATA -__argv DATA -__badioinfo DATA -__crtCompareStringA -__crtCompareStringW -__crtGetLocaleInfoW -__crtGetStringTypeW -__crtLCMapStringA -__crtLCMapStringW -__daylight -__dllonexit -__doserrno -__dstbias -__fpecode -__getmainargs -__iob_func -__isascii -__iscsym -__iscsymf -__jump_unwind -__lc_handle DATA -__lconv_init -__mb_cur_max DATA -__pctype_func -__pioinfo DATA -__pwctype_func -__pxcptinfoptrs -__set_app_type -__setusermatherr -__strncnt -__toascii -__unDName -__unDNameEx -__wargv DATA -__wcserror -__wcserror_s -__wcsncnt -__wgetmainargs -_abs64 -_access -_access_s -_acmdln DATA -_aexit_rtn DATA -_aligned_free -_aligned_free_dbg -_aligned_malloc -_aligned_malloc_dbg -_aligned_offset_malloc -_aligned_offset_malloc_dbg -_aligned_offset_realloc -_aligned_offset_realloc_dbg -_aligned_realloc -_aligned_realloc_dbg -_amsg_exit -_assert -_atodbl -_atodbl_l -_atof_l -_atoflt_l -_atoi64 -_atoi64_l -_atoi_l -_atol_l -_atoldbl -_atoldbl_l -_beginthread -_beginthreadex -_c_exit -_cabs -_callnewh -_calloc_dbg -_cexit -_cgets -_cgets_s -_cgetws -_cgetws_s -_chdir -_chdrive -_chgsign -_chgsignf -_chmod -_chsize -_chsize_s -_chvalidator -_chvalidator_l -_clearfp -_close -_commit -_commode DATA -_control87 -_controlfp -_controlfp_s -_copysign -_copysignf -_cprintf -_cprintf_l -_cprintf_p -_cprintf_p_l -_cprintf_s -_cprintf_s_l -_cputs -_cputws -_creat -_create_locale -_crtAssertBusy -_crtBreakAlloc -_crtDbgFlag -_cscanf -_cscanf_l -_cscanf_s -_cscanf_s_l -_ctime32 -_ctime32_s -_ctime64 -_ctime64_s -_ctype -_cwait -_cwprintf -_cwprintf_l -_cwprintf_p -_cwprintf_p_l -_cwprintf_s -_cwprintf_s_l -_cwscanf -_cwscanf_l -_cwscanf_s -_cwscanf_s_l -_daylight DATA -_difftime32 -_difftime64 -_dup -_dup2 -_ecvt -_ecvt_s -_endthread -_endthreadex -_eof -_errno -_execl -_execle -_execlp -_execlpe -_execv -_execve -_execvp -_execvpe -_exit -_expand -_expand_dbg -_fcloseall -_fcvt -_fcvt_s -_fdopen -_fgetchar -_fgetwchar -_filbuf -_filelength -_filelengthi64 -_fileno -_findclose -_findfirst -_findfirst64 -_findfirsti64 -_findnext -_findnext64 -_findnexti64 -_finite -_finitef -_flsbuf -_flushall -_fmode DATA -_fpclass -_fpieee_flt -_fpreset -_fprintf_l -_fprintf_p -_fprintf_p_l -_fprintf_s_l -_fputchar -_fputwchar -_free_dbg -_free_locale -_freea -_fscanf_l -_fscanf_s_l -_fseeki64 -_fsopen -_fstat -_fstat64 -_fstati64 -_ftime -_ftime32 -_ftime32_s -_ftime64 -_ftime64_s -_fullpath -_fullpath_dbg -_futime -_futime32 -_futime64 -_fwprintf_l -_fwprintf_p -_fwprintf_p_l -_fwprintf_s_l -_fwscanf_l -_fwscanf_s_l -_gcvt -_gcvt_s -_get_current_locale -_get_doserrno -_get_environ -_get_errno -_get_fileinfo -_get_fmode -_get_osfhandle -_get_output_format -_get_wenviron -_getch -_getche -_getcwd -_getdcwd -_getdiskfree -_getdrive -_getmaxstdio -_getmbcp -_getw -_getwch -_getwche -_gmtime32 -_gmtime32_s -_gmtime64 -_gmtime64_s -_heapchk -_heapmin -_heapwalk -_hypot -_hypotf -_i64toa -_i64toa_s -_i64tow -_i64tow_s -_initterm -_initterm_e -_invalid_parameter -_iob DATA -_isalnum_l -_isalpha_l -_isatty -_iscntrl_l -_isctype -_isctype_l -_isdigit_l -_isgraph_l -_isleadbyte_l -_islower_l -_ismbbalnum -_ismbbalnum_l -_ismbbalpha -_ismbbalpha_l -_ismbbgraph -_ismbbgraph_l -_ismbbkalnum -_ismbbkalnum_l -_ismbbkana -_ismbbkana_l -_ismbbkprint -_ismbbkprint_l -_ismbbkpunct -_ismbbkpunct_l -_ismbblead -_ismbblead_l -_ismbbprint -_ismbbprint_l -_ismbbpunct -_ismbbpunct_l -_ismbbtrail -_ismbbtrail_l -_ismbcalnum -_ismbcalnum_l -_ismbcalpha -_ismbcalpha_l -_ismbcdigit -_ismbcdigit_l -_ismbcgraph -_ismbcgraph_l -_ismbchira -_ismbchira_l -_ismbckata -_ismbckata_l -_ismbcl0 -_ismbcl0_l -_ismbcl1 -_ismbcl1_l -_ismbcl2 -_ismbcl2_l -_ismbclegal -_ismbclegal_l -_ismbclower -_ismbclower_l -_ismbcprint -_ismbcprint_l -_ismbcpunct -_ismbcpunct_l -_ismbcspace -_ismbcspace_l -_ismbcsymbol -_ismbcsymbol_l -_ismbcupper -_ismbcupper_l -_ismbslead -_ismbslead_l -_ismbstrail -_ismbstrail_l -_isnan -_isprint_l -_isspace_l -_isupper_l -_iswalnum_l -_iswalpha_l -_iswcntrl_l -_iswctype_l -_iswdigit_l -_iswgraph_l -_iswlower_l -_iswprint_l -_iswpunct_l -_iswspace_l -_iswupper_l -_iswxdigit_l -_isxdigit_l -_itoa -_itoa_s -_itow -_itow_s -_j0 -_j1 -_jn -_kbhit -_lfind -_lfind_s -_localtime32 -_localtime32_s -_localtime64 -_localtime64_s -_lock -_locking -_logb -_logbf -_lrotl -_lrotr -_lsearch -_lsearch_s -_lseek -_lseeki64 -_ltoa -_ltoa_s -_ltow -_ltow_s -_makepath -_makepath_s -_malloc_dbg -_mbbtombc -_mbbtombc_l -_mbbtype -_mbcasemap DATA -_mbccpy -_mbccpy_l -_mbccpy_s -_mbccpy_s_l -_mbcjistojms -_mbcjistojms_l -_mbcjmstojis -_mbcjmstojis_l -_mbclen -_mbclen_l -_mbctohira -_mbctohira_l -_mbctokata -_mbctokata_l -_mbctolower -_mbctolower_l -_mbctombb -_mbctombb_l -_mbctoupper -_mbctoupper_l -_mbctype DATA -_mblen_l -_mbsbtype -_mbsbtype_l -_mbscat -_mbscat_s -_mbscat_s_l -_mbschr -_mbschr_l -_mbscmp -_mbscmp_l -_mbscoll -_mbscoll_l -_mbscpy -_mbscpy_s -_mbscpy_s_l -_mbscspn -_mbscspn_l -_mbsdec -_mbsdec_l -_mbsdup -_mbsicmp -_mbsicmp_l -_mbsicoll -_mbsicoll_l -_mbsinc -_mbsinc_l -_mbslen -_mbslen_l -_mbslwr -_mbslwr_l -_mbslwr_s -_mbslwr_s_l -_mbsnbcat -_mbsnbcat_l -_mbsnbcat_s -_mbsnbcat_s_l -_mbsnbcmp -_mbsnbcmp_l -_mbsnbcnt -_mbsnbcnt_l -_mbsnbcoll -_mbsnbcoll_l -_mbsnbcpy -_mbsnbcpy_l -_mbsnbcpy_s -_mbsnbcpy_s_l -_mbsnbicmp -_mbsnbicmp_l -_mbsnbicoll -_mbsnbicoll_l -_mbsnbset -_mbsnbset_l -_mbsnbset_s -_mbsnbset_s_l -_mbsncat -_mbsncat_l -_mbsncat_s -_mbsncat_s_l -_mbsnccnt -_mbsnccnt_l -_mbsncmp -_mbsncmp_l -_mbsncoll -_mbsncoll_l -_mbsncpy -_mbsncpy_l -_mbsncpy_s -_mbsncpy_s_l -_mbsnextc -_mbsnextc_l -_mbsnicmp -_mbsnicmp_l -_mbsnicoll -_mbsnicoll_l -_mbsninc -_mbsninc_l -_mbsnlen -_mbsnlen_l -_mbsnset -_mbsnset_l -_mbsnset_s -_mbsnset_s_l -_mbspbrk -_mbspbrk_l -_mbsrchr -_mbsrchr_l -_mbsrev -_mbsrev_l -_mbsset -_mbsset_l -_mbsset_s -_mbsset_s_l -_mbsspn -_mbsspn_l -_mbsspnp -_mbsspnp_l -_mbsstr -_mbsstr_l -_mbstok -_mbstok_l -_mbstok_s -_mbstok_s_l -_mbstowcs_l -_mbstowcs_s_l -_mbstrlen -_mbstrlen_l -_mbstrnlen -_mbstrnlen_l -_mbsupr -_mbsupr_l -_mbsupr_s -_mbsupr_s_l -_mbtowc_l -_memccpy -_memcpy_strict_align -_memicmp -_memicmp_l -_mkdir -_mkgmtime -_mkgmtime32 -_mkgmtime64 -_mktemp -_mktemp_s -_mktime32 -_mktime64 -_msize -_msize_dbg -_nextafter -_onexit -_open -_open_osfhandle -_osver DATA -_pclose -_pctype DATA -_pgmptr DATA -_pipe -_popen -_printf_l -_printf_p -_printf_p_l -_printf_s_l -_purecall -_putch -_putenv -_putenv_s -_putw -_putwch -_putws -_pwctype DATA -_read -_realloc_dbg -_resetstkoflw -_rmdir -_rmtmp -_rotl -_rotl64 -_rotr -_rotr64 -_scalb -_scanf_l -_scanf_s_l -_scprintf -_scprintf_l -_scprintf_p_l -_scwprintf -_scwprintf_l -_scwprintf_p_l -_searchenv -_searchenv_s -_set_controlfp -_set_doserrno -_set_errno -_set_error_mode -_set_fileinfo -_set_fmode -_set_output_format -_setjmp -_setjmpex -_setmbcp -_setmode -_snprintf -_snprintf_c -_snprintf_c_l -_snprintf_l -_snprintf_s -_snprintf_s_l -_snscanf -_snscanf_l -_snscanf_s -_snscanf_s_l -_snwprintf -_snwprintf_l -_snwprintf_s -_snwprintf_s_l -_snwscanf -_snwscanf_l -_snwscanf_s -_snwscanf_s_l -_sopen -; _sopen_s replaced by emu -_spawnl -_spawnle -_spawnlp -_spawnlpe -_spawnv -_spawnve -_spawnvp -_spawnvpe -_splitpath -_splitpath_s -_sprintf_l -_sprintf_p_l -_sprintf_s_l -_sscanf_l -_sscanf_s_l -_stat -_stat64 -_stati64 -_statusfp -_strcmpi -_strcoll_l -_strdate -_strdate_s -_strdup -_strdup_dbg -_strerror -_strerror_s -_stricmp -_stricmp_l -_stricoll -_stricoll_l -_strlwr -_strlwr_l -_strlwr_s -_strlwr_s_l -_strncoll -_strncoll_l -_strnicmp -_strnicmp_l -_strnicoll -_strnicoll_l -_strnset -_strnset_s -_strrev -_strset -_strset_s -_strtime -_strtime_s -_strtod_l -_strtoi64 -_strtoi64_l -_strtol_l -_strtoui64 -_strtoui64_l -_strtoul_l -_strupr -_strupr_l -_strupr_s -_strupr_s_l -_strxfrm_l -_swab -_swprintf -_swprintf_c -_swprintf_c_l -_swprintf_p_l -_swprintf_s_l -_swscanf_l -_swscanf_s_l -_sys_errlist DATA -_sys_nerr -_tell -_telli64 -_tempnam -_tempnam_dbg -_time32 -_time64 -_timezone DATA -_tolower -_tolower_l -_toupper -_toupper_l -_towlower_l -_towupper_l -_tzname DATA -_tzset -_ui64toa -_ui64toa_s -_ui64tow -_ui64tow_s -_ultoa -_ultoa_s -_ultow -_ultow_s -_umask -_umask_s -_ungetch -_ungetwch -_unlink -_unlock -_utime -_utime32 -_utime64 -_vcprintf -_vcprintf_l -_vcprintf_p -_vcprintf_p_l -_vcprintf_s -_vcprintf_s_l -_vcwprintf -_vcwprintf_l -_vcwprintf_p -_vcwprintf_p_l -_vcwprintf_s -_vcwprintf_s_l -_vfprintf_l -_vfprintf_p -_vfprintf_p_l -_vfprintf_s_l -_vfwprintf_l -_vfwprintf_p -_vfwprintf_p_l -_vfwprintf_s_l -_vprintf_l -_vprintf_p -_vprintf_p_l -_vprintf_s_l -_vscprintf -_vscprintf_l -_vscprintf_p_l -_vscwprintf -_vscwprintf_l -_vscwprintf_p_l -_vsnprintf -_vsnprintf_c -_vsnprintf_c_l -_vsnprintf_l -_vsnprintf_s -_vsnprintf_s_l -_vsnwprintf -_vsnwprintf_l -_vsnwprintf_s -_vsnwprintf_s_l -_vsprintf_l -_vsprintf_p -_vsprintf_p_l -_vsprintf_s_l -_vswprintf -_vswprintf_c -_vswprintf_c_l -_vswprintf_l -_vswprintf_p_l -_vswprintf_s_l -_vwprintf_l -_vwprintf_p -_vwprintf_p_l -_vwprintf_s_l -_waccess -_waccess_s -_wasctime -_wasctime_s -_wassert -_wchdir -_wchmod -_wcmdln DATA -_wcreat -_wcscoll_l -_wcsdup -_wcsdup_dbg -_wcserror -_wcserror_s -_wcsftime_l -_wcsicmp -_wcsicmp_l -_wcsicoll -_wcsicoll_l -_wcslwr -_wcslwr_l -_wcslwr_s -_wcslwr_s_l -_wcsncoll -_wcsncoll_l -_wcsnicmp -_wcsnicmp_l -_wcsnicoll -_wcsnicoll_l -_wcsnset -_wcsnset_s -_wcsrev -_wcsset -_wcsset_s -_wcstod_l -_wcstoi64 -_wcstoi64_l -_wcstol_l -_wcstombs_l -_wcstombs_s_l -_wcstoui64 -_wcstoui64_l -_wcstoul_l -_wcsupr -_wcsupr_l -_wcsupr_s -_wcsupr_s_l -_wcsxfrm_l -_wctime -_wctime32 -_wctime32_s -_wctime64 -_wctime64_s -_wctomb_l -_wctomb_s_l -_wctype -_wexecl -_wexecle -_wexeclp -_wexeclpe -_wexecv -_wexecve -_wexecvp -_wexecvpe -_wfdopen -_wfindfirst -_wfindfirst64 -_wfindfirsti64 -_wfindnext -_wfindnext64 -_wfindnexti64 -_wfopen -_wfopen_s -_wfreopen -_wfreopen_s -_wfsopen -_wfullpath -_wfullpath_dbg -_wgetcwd -_wgetdcwd -_wgetenv -_wgetenv_s -_winmajor DATA -_winminor DATA -_winput_s -_wmakepath -_wmakepath_s -_wmkdir -_wmktemp -_wmktemp_s -_wopen -_woutput_s -_wperror -_wpgmptr DATA -_wpopen -_wprintf_l -_wprintf_p -_wprintf_p_l -_wprintf_s_l -_wputenv -_wputenv_s -_wremove -_wrename -_write -_wrmdir -_wscanf_l -_wscanf_s_l -_wsearchenv -_wsearchenv_s -_wsetlocale -_wsopen -_wsopen_s -_wspawnl -_wspawnle -_wspawnlp -_wspawnlpe -_wspawnv -_wspawnve -_wspawnvp -_wspawnvpe -_wsplitpath -_wsplitpath_s -_wstat -_wstat64 -_wstati64 -_wstrdate -_wstrdate_s -_wstrtime -_wstrtime_s -_wsystem -_wtempnam -_wtempnam_dbg -_wtmpnam -_wtmpnam_s -_wtof -_wtof_l -_wtoi -_wtoi64 -_wtoi64_l -_wtoi_l -_wtol -_wtol_l -_wunlink -_wutime -_wutime32 -_wutime64 -_y0 -_y1 -_yn -abort -abs -acos -acosf -asctime -asctime_s -asin -asinf -atan -atan2 -atan2f -atanf -atexit -atof -atoi -atol -bsearch -bsearch_s -btowc -calloc -ceil -ceilf -clearerr -clearerr_s -clock -cos -cosf -cosh -coshf -ctime -difftime -div -exit -exp -expf -fabs -fabsf -fclose -feof -ferror -fflush -fgetc -fgetpos -fgets -fgetwc -fgetws -floor -floorf -fmod -fmodf -fopen -fopen_s -fprintf -fprintf_s -fputc -fputs -fputwc -fputws -fread -free -freopen -freopen_s -frexp -fscanf -fscanf_s -fseek -fsetpos -ftell -fwprintf -fwprintf_s -fwrite -fwscanf -fwscanf_s -getc -getchar -getenv -getenv_s -getwc -getwchar -gmtime -is_wctype -isalnum -isalpha -iscntrl -isdigit -isgraph -isleadbyte -islower -isprint -ispunct -isspace -isupper -iswalnum -iswalpha -iswascii -iswcntrl -iswctype -iswdigit -iswgraph -iswlower -iswprint -iswpunct -iswspace -iswupper -iswxdigit -isxdigit -labs -ldexp -ldiv -localeconv -localtime -log -log10 -log10f -logf -longjmp -malloc -mblen -mbrlen -mbrtowc -mbsdup_dbg -mbsrtowcs -mbsrtowcs_s -mbstowcs -mbstowcs_s -mbtowc -memchr -memcmp -memcpy -memcpy_s -memmove -memmove_s -memset -mktime -modf -modff -perror -pow -powf -printf -printf_s -putc -putchar -puts -putwc -putwchar -qsort -qsort_s -raise -rand -rand_s -realloc -remove -rename -rewind -scanf -scanf_s -setbuf -setjmp -setlocale -setvbuf -signal -sin -sinf -sinh -sinhf -sprintf -sprintf_s -sqrt -sqrtf -srand -sscanf -sscanf_s -strcat -strcat_s -strchr -strcmp -strcoll -strcpy -strcpy_s -strcspn -strerror -strerror_s -strftime -strlen -strncat -strncat_s -strncmp -strncpy -strncpy_s -strnlen -strpbrk -strrchr -strspn -strstr -strtod -strtok -strtok_s -strtol -strtoul -strxfrm -swprintf -swprintf_s -swscanf -swscanf_s -system -tan -tanf -tanh -tanhf -time -tmpfile -tmpfile_s -tmpnam -tmpnam_s -tolower -toupper -towlower -towupper -ungetc -ungetwc -utime -vfprintf -vfprintf_s -vfwprintf -vfwprintf_s -vprintf -vprintf_s -vsprintf -vsprintf_s -vswprintf -vswprintf_s -vwprintf -vwprintf_s -wcrtomb -wcrtomb_s -wcscat -wcscat_s -wcschr -wcscmp -wcscoll -wcscpy -wcscpy_s -wcscspn -wcsftime -wcslen -wcsncat -wcsncat_s -wcsncmp -wcsncpy -wcsncpy_s -wcsnlen -wcspbrk -wcsrchr -wcsrtombs -wcsrtombs_s -wcsspn -wcsstr -wcstod -wcstok -wcstok_s -wcstol -wcstombs -wcstombs_s -wcstoul -wcsxfrm -wctob -wctomb -wctomb_s -wprintf -wprintf_s -wscanf -wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msvidctl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msvidctl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msvidctl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msvidctl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MSVidCtl.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSVidCtl.DLL" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/msyuv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/msyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/msyuv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/msyuv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MSYUV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MSYUV.dll" -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mtxdm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mtxdm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mtxdm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mtxdm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of MTxDM.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "MTxDM.dll" -EXPORTS -GetDispenserManager diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/mydocs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/mydocs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/mydocs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/mydocs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of mydocs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "mydocs.dll" -EXPORTS -PerUserInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/napmontr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/napmontr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/napmontr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/napmontr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of napmontr.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "napmontr.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ncobjapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ncobjapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ncobjapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ncobjapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of NCObjAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NCObjAPI.DLL" -EXPORTS -WmiCommitObject -WmiAddObjectProp -WmiCreateObject -WmiCreateObjectWithFormat -WmiCreateObjectWithProps -WmiDestroyObject -WmiEventSourceConnect -WmiEventSourceDisconnect -WmiIsObjectActive -WmiSetAndCommitObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ncrypt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ncrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ncrypt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ncrypt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,137 +0,0 @@ -; -; Definition file of ncrypt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ncrypt.dll" -EXPORTS -BCryptAddContextFunction -BCryptAddContextFunctionProvider -BCryptCloseAlgorithmProvider -BCryptConfigureContext -BCryptConfigureContextFunction -BCryptCreateContext -BCryptCreateHash -BCryptDecrypt -BCryptDeleteContext -BCryptDeriveKey -BCryptDeriveKeyCapi -BCryptDeriveKeyPBKDF2 -BCryptDestroyHash -BCryptDestroyKey -BCryptDestroySecret -BCryptDuplicateHash -BCryptDuplicateKey -BCryptEncrypt -BCryptEnumAlgorithms -BCryptEnumContextFunctionProviders -BCryptEnumContextFunctions -BCryptEnumContexts -BCryptEnumProviders -BCryptEnumRegisteredProviders -BCryptExportKey -BCryptFinalizeKeyPair -BCryptFinishHash -BCryptFreeBuffer -BCryptGenRandom -BCryptGenerateKeyPair -BCryptGenerateSymmetricKey -BCryptGetFipsAlgorithmMode -BCryptGetProperty -BCryptHashData -BCryptImportKey -BCryptImportKeyPair -BCryptKeyDerivation -BCryptOpenAlgorithmProvider -BCryptQueryContextConfiguration -BCryptQueryContextFunctionConfiguration -BCryptQueryContextFunctionProperty -BCryptQueryProviderRegistration -BCryptRegisterConfigChangeNotify -BCryptRegisterProvider -BCryptRemoveContextFunction -BCryptRemoveContextFunctionProvider -BCryptResolveProviders -BCryptSecretAgreement -BCryptSetAuditingInterface -BCryptSetContextFunctionProperty -BCryptSetProperty -BCryptSignHash -BCryptUnregisterConfigChangeNotify -BCryptUnregisterProvider -BCryptVerifySignature -GetIsolationServerInterface -GetKeyStorageInterface -GetSChannelInterface -NCryptCloseKeyProtector -NCryptCloseProtectionDescriptor -NCryptCreatePersistedKey -NCryptCreateProtectionDescriptor -NCryptDecrypt -NCryptDeleteKey -NCryptDeriveKey -NCryptDuplicateKeyProtectorHandle -NCryptEncrypt -NCryptEnumAlgorithms -NCryptEnumKeys -NCryptEnumStorageProviders -NCryptExportKey -NCryptFinalizeKey -NCryptFreeBuffer -NCryptFreeObject -NCryptGetProperty -NCryptGetProtectionDescriptorInfo -NCryptImportKey -NCryptIsAlgSupported -NCryptIsKeyHandle -NCryptKeyDerivation -NCryptNotifyChangeKey -NCryptOpenKey -NCryptOpenKeyProtector -NCryptOpenStorageProvider -NCryptProtectKey -NCryptProtectSecret -NCryptQueryProtectionDescriptorName -NCryptRegisterProtectionDescriptorName -NCryptSecretAgreement -NCryptSetAuditingInterface -NCryptSetProperty -NCryptSignHash -NCryptStreamClose -NCryptStreamOpenToProtect -NCryptStreamOpenToUnprotect -NCryptStreamUpdate -NCryptTranslateHandle -NCryptUnprotectKey -NCryptUnprotectSecret -NCryptVerifySignature -SslChangeNotify -SslComputeClientAuthHash -SslComputeEapKeyBlock -SslComputeFinishedHash -SslCreateClientAuthHash -SslCreateEphemeralKey -SslCreateHandshakeHash -SslDecrementProviderReferenceCount -SslDecryptPacket -SslEncryptPacket -SslEnumCipherSuites -SslEnumProtocolProviders -SslExportKey -SslFreeBuffer -SslFreeObject -SslGenerateMasterKey -SslGenerateSessionKeys -SslGetCipherSuitePRFHashAlgorithm -SslGetKeyProperty -SslGetProviderProperty -SslHashHandshake -SslImportKey -SslImportMasterKey -SslIncrementProviderReferenceCount -SslLookupCipherLengths -SslLookupCipherSuiteInfo -SslOpenPrivateKey -SslOpenProvider -SslSignHash -SslVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nddeapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nddeapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nddeapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nddeapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -; -; Definition file of NDdeApi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NDdeApi.dll" -EXPORTS -NDdeShareAddA -NDdeShareDelA -NDdeShareEnumA -NDdeShareGetInfoA -NDdeShareSetInfoA -NDdeGetErrorStringA -NDdeIsValidShareNameA -NDdeIsValidAppTopicListA -NDdeSpecialCommandA -NDdeGetShareSecurityA -NDdeSetShareSecurityA -NDdeGetTrustedShareA -NDdeSetTrustedShareA -NDdeTrustedShareEnumA -NDdeShareAddW -NDdeShareDelW -NDdeShareEnumW -NDdeShareGetInfoW -NDdeShareSetInfoW -NDdeGetErrorStringW -NDdeIsValidShareNameW -NDdeIsValidAppTopicListW -NDdeSpecialCommandW -NDdeGetShareSecurityW -NDdeSetShareSecurityW -NDdeGetTrustedShareW -NDdeSetTrustedShareW -NDdeTrustedShareEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ndfapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ndfapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ndfapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ndfapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of NDFAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NDFAPI.DLL" -EXPORTS -NdfRunDllDiagnoseIncident -NdfRunDllDiagnoseNetConnectionIncident -NdfRunDllDiagnoseWithAnswerFile -NdfRunDllDuplicateIPDefendingSystem -NdfRunDllDuplicateIPOffendingSystem -NdfRunDllHelpTopic -NdfCancelIncident -NdfCloseIncident -NdfCreateConnectivityIncident -NdfCreateDNSIncident -NdfCreateGroupingIncident -NdfCreateInboundIncident -NdfCreateIncident -NdfCreateNetConnectionIncident -NdfCreatePnrpIncident -NdfCreateSharingIncident -NdfCreateWebIncident -NdfCreateWebIncidentEx -NdfCreateWinSockIncident -NdfDiagnoseIncident -NdfExecuteDiagnosis -NdfGetTraceFile -NdfRepairIncident -NdfRepairIncidentEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ndproxystub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ndproxystub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ndproxystub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ndproxystub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of ProxyStub.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ProxyStub.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/netapi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/netapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/netapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/netapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,310 +0,0 @@ -; -; Definition file of NETAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NETAPI32.dll" -EXPORTS -DavAddConnection -DavDeleteConnection -DavFlushFile -DavGetExtendedError -DavGetHTTPFromUNCPath -DavGetUNCFromHTTPPath -DsAddressToSiteNamesA -DsAddressToSiteNamesExA -DsAddressToSiteNamesExW -DsAddressToSiteNamesW -DsDeregisterDnsHostRecordsA -DsDeregisterDnsHostRecordsW -DsEnumerateDomainTrustsA -DsEnumerateDomainTrustsW -DsGetDcCloseW -DsGetDcNameA -DsGetDcNameW -DsGetDcNameWithAccountA -DsGetDcNameWithAccountW -DsGetDcNextA -DsGetDcNextW -DsGetDcOpenA -DsGetDcOpenW -DsGetDcSiteCoverageA -DsGetDcSiteCoverageW -DsGetForestTrustInformationW -DsGetSiteNameA -DsGetSiteNameW -DsMergeForestTrustInformationW -DsRoleFreeMemory -DsRoleGetPrimaryDomainInformation -DsValidateSubnetNameA -DsValidateSubnetNameW -I_BrowserDebugCall -I_BrowserDebugTrace -I_BrowserQueryEmulatedDomains -I_BrowserQueryOtherDomains -I_BrowserQueryStatistics -I_BrowserResetNetlogonState -I_BrowserResetStatistics -I_BrowserServerEnum -I_BrowserSetNetlogonState -I_DsUpdateReadOnlyServerDnsRecords -I_NetAccountDeltas -I_NetAccountSync -I_NetChainSetClientAttributes -I_NetChainSetClientAttributes2 -I_NetDatabaseDeltas -I_NetDatabaseRedo -I_NetDatabaseSync -I_NetDatabaseSync2 -I_NetDfsGetVersion -I_NetDfsIsThisADomainName -I_NetGetDCList -I_NetGetForestTrustInformation -I_NetLogonControl -I_NetLogonControl2 -I_NetLogonGetDomainInfo -I_NetLogonSamLogoff -I_NetLogonSamLogon -I_NetLogonSamLogonEx -I_NetLogonSamLogonWithFlags -I_NetLogonSendToSam -I_NetLogonUasLogoff -I_NetLogonUasLogon -I_NetServerAuthenticate -I_NetServerAuthenticate2 -I_NetServerAuthenticate3 -I_NetServerGetTrustInfo -I_NetServerPasswordGet -I_NetServerPasswordSet -I_NetServerPasswordSet2 -I_NetServerReqChallenge -I_NetServerSetServiceBits -I_NetServerSetServiceBitsEx -I_NetServerTrustPasswordsGet -I_NetlogonComputeClientDigest -I_NetlogonComputeServerDigest -NetAccessAdd -NetAccessDel -NetAccessEnum -NetAccessGetInfo -NetAccessGetUserPerms -NetAccessSetInfo -NetAddAlternateComputerName -NetAddServiceAccount -NetAlertRaise -NetAlertRaiseEx -NetApiBufferAllocate -NetApiBufferFree -NetApiBufferReallocate -NetApiBufferSize -NetAuditClear -NetAuditRead -NetAuditWrite -NetBrowserStatisticsGet -NetConfigGet -NetConfigGetAll -NetConfigSet -NetConnectionEnum -NetCreateProvisioningPackage -NetDfsAdd -NetDfsAddFtRoot -NetDfsAddRootTarget -NetDfsAddStdRoot -NetDfsAddStdRootForced -NetDfsEnum -NetDfsGetClientInfo -NetDfsGetDcAddress -NetDfsGetFtContainerSecurity -NetDfsGetInfo -NetDfsGetSecurity -NetDfsGetStdContainerSecurity -NetDfsGetSupportedNamespaceVersion -NetDfsManagerGetConfigInfo -NetDfsManagerInitialize -NetDfsManagerSendSiteInfo -NetDfsMove -NetDfsRemove -NetDfsRemoveFtRoot -NetDfsRemoveFtRootForced -NetDfsRemoveRootTarget -NetDfsRemoveStdRoot -NetDfsRename -NetDfsSetClientInfo -NetDfsSetFtContainerSecurity -NetDfsSetInfo -NetDfsSetSecurity -NetDfsSetStdContainerSecurity -NetEnumerateComputerNames -NetEnumerateServiceAccounts -NetEnumerateTrustedDomains -NetErrorLogClear -NetErrorLogRead -NetErrorLogWrite -NetFileClose -NetFileEnum -NetFileGetInfo -NetGetAnyDCName -NetGetDCName -NetGetDisplayInformationIndex -NetGetJoinInformation -NetGetJoinableOUs -NetGroupAdd -NetGroupAddUser -NetGroupDel -NetGroupDelUser -NetGroupEnum -NetGroupGetInfo -NetGroupGetUsers -NetGroupSetInfo -NetGroupSetUsers -NetIsServiceAccount -NetJoinDomain -NetLocalGroupAdd -NetLocalGroupAddMember -NetLocalGroupAddMembers -NetLocalGroupDel -NetLocalGroupDelMember -NetLocalGroupDelMembers -NetLocalGroupEnum -NetLocalGroupGetInfo -NetLocalGroupGetMembers -NetLocalGroupSetInfo -NetLocalGroupSetMembers -NetLogonGetTimeServiceParentDomain -NetLogonSetServiceBits -NetMessageBufferSend -NetMessageNameAdd -NetMessageNameDel -NetMessageNameEnum -NetMessageNameGetInfo -NetProvisionComputerAccount -NetQueryDisplayInformation -NetQueryServiceAccount -NetRegisterDomainNameChangeNotification -NetRemoteComputerSupports -NetRemoteTOD -NetRemoveAlternateComputerName -NetRemoveServiceAccount -NetRenameMachineInDomain -NetReplExportDirAdd -NetReplExportDirDel -NetReplExportDirEnum -NetReplExportDirGetInfo -NetReplExportDirLock -NetReplExportDirSetInfo -NetReplExportDirUnlock -NetReplGetInfo -NetReplImportDirAdd -NetReplImportDirDel -NetReplImportDirEnum -NetReplImportDirGetInfo -NetReplImportDirLock -NetReplImportDirUnlock -NetReplSetInfo -NetRequestOfflineDomainJoin -NetRequestProvisioningPackageInstall -NetScheduleJobAdd -NetScheduleJobDel -NetScheduleJobEnum -NetScheduleJobGetInfo -NetServerAliasAdd -NetServerAliasDel -NetServerAliasEnum -NetServerComputerNameAdd -NetServerComputerNameDel -NetServerDiskEnum -NetServerEnum -NetServerEnumEx -NetServerGetInfo -NetServerSetInfo -NetServerTransportAdd -NetServerTransportAddEx -NetServerTransportDel -NetServerTransportEnum -NetServiceControl -NetServiceEnum -NetServiceGetInfo -NetServiceInstall -NetSessionDel -NetSessionEnum -NetSessionGetInfo -NetSetPrimaryComputerName -NetShareAdd -NetShareCheck -NetShareDel -NetShareDelEx -NetShareDelSticky -NetShareEnum -NetShareEnumSticky -NetShareGetInfo -NetShareSetInfo -NetStatisticsGet -NetUnjoinDomain -NetUnregisterDomainNameChangeNotification -NetUseAdd -NetUseDel -NetUseEnum -NetUseGetInfo -NetUserAdd -NetUserChangePassword -NetUserDel -NetUserEnum -NetUserGetGroups -NetUserGetInfo -NetUserGetLocalGroups -NetUserModalsGet -NetUserModalsSet -NetUserSetGroups -NetUserSetInfo -NetValidateName -NetValidatePasswordPolicy -NetValidatePasswordPolicyFree -NetWkstaGetInfo -NetWkstaSetInfo -NetWkstaTransportAdd -NetWkstaTransportDel -NetWkstaTransportEnum -NetWkstaUserEnum -NetWkstaUserGetInfo -NetWkstaUserSetInfo -NetapipBufferAllocate -Netbios -NetpAddTlnFtinfoEntry -NetpAllocFtinfoEntry -NetpAssertFailed -NetpCleanFtinfoContext -NetpCloseConfigData -NetpCopyFtinfoContext -NetpDbgPrint -NetpGetConfigBool -NetpGetConfigDword -NetpGetConfigTStrArray -NetpGetConfigValue -NetpGetFileSecurity -NetpHexDump -NetpInitFtinfoContext -NetpIsRemote -NetpIsUncComputerNameValid -NetpMergeFtinfo -NetpNetBiosReset -NetpNetBiosStatusToApiStatus -NetpOpenConfigData -NetpSetFileSecurity -NetpwNameCanonicalize -NetpwNameCompare -NetpwNameValidate -NetpwPathCanonicalize -NetpwPathCompare -NetpwPathType -NlBindingAddServerToCache -NlBindingRemoveServerFromCache -NlBindingSetAuthInfo -RxNetAccessAdd -RxNetAccessDel -RxNetAccessEnum -RxNetAccessGetInfo -RxNetAccessGetUserPerms -RxNetAccessSetInfo -RxNetServerEnum -RxNetUserPasswordSet -RxRemoteApi diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/netid.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/netid.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/netid.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/netid.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of NETID.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NETID.DLL" -EXPORTS -CreateNetIDPropertyPage -ShowDcNotFoundErrorDialog diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/netiohlp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/netiohlp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/netiohlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/netiohlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of NETIOHLP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NETIOHLP.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/netshell.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/netshell.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/netshell.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/netshell.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of netshell.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "netshell.dll" -EXPORTS -HrCreateDesktopIcon -HrGetIconFromMediaType -HrGetIconFromMediaTypeEx -HrLaunchConnection -HrLaunchConnectionEx -HrRenameConnection -NcFreeNetconProperties -NcIsValidConnectionName -StartNCW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nettrace.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nettrace.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nettrace.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nettrace.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of NETTRACE.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NETTRACE.DLL" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/netutils.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/netutils.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/netutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/netutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of netutils.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "netutils.dll" -EXPORTS -NetApiBufferAllocate -NetApiBufferFree -NetApiBufferReallocate -NetApiBufferSize -NetRemoteComputerSupports -NetapipBufferAllocate -NetpIsComputerNameValid -NetpIsDomainNameValid -NetpIsGroupNameValid -NetpIsRemote -NetpIsRemoteNameValid -NetpIsShareNameValid -NetpIsUncComputerNameValid -NetpIsUserNameValid -NetpwListCanonicalize -NetpwListTraverse -NetpwNameCanonicalize -NetpwNameCompare -NetpwNameValidate -NetpwPathCanonicalize -NetpwPathCompare -NetpwPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0011.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0011.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0011.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0011.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of langdata.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "langdata.dll" -EXPORTS -LangDataCall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data001e.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data001e.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data001e.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data001e.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of langdata.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "langdata.dll" -EXPORTS -LangDataCall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0404.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0404.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0404.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0404.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of langdata.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "langdata.dll" -EXPORTS -LangDataCall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0804.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0804.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nl7data0804.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nl7data0804.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of langdata.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "langdata.dll" -EXPORTS -LangDataCall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nlmproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nlmproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nlmproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nlmproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of nlmproxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "nlmproxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/normaliz.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/normaliz.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/normaliz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/normaliz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of Normaliz.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Normaliz.dll" -EXPORTS -IdnToAscii -IdnToNameprepUnicode -IdnToUnicode -IsNormalizedString -NormalizeString diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/npmproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/npmproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/npmproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/npmproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of npmproxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "npmproxy.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nshhttp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nshhttp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nshhttp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nshhttp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of nshhttp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "nshhttp.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/nshipsec.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/nshipsec.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/nshipsec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/nshipsec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of NSHIPSEC.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NSHIPSEC.DLL" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ntasn1.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ntasn1.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ntasn1.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ntasn1.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -; -; Definition file of NTASN1.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NTASN1.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_14 @14 -ord_15 @15 -ord_16 @16 -ord_17 @17 -ord_18 @18 -ord_19 @19 -ord_20 @20 -ord_21 @21 -ord_22 @22 -ord_23 @23 -ord_24 @24 -ord_25 @25 -ord_26 @26 -ord_27 @27 -ord_28 @28 -ord_29 @29 -ord_30 @30 -ord_31 @31 -ord_32 @32 -ord_33 @33 -ord_34 @34 -ord_35 @35 -ord_36 @36 -ord_37 @37 -ord_38 @38 -ord_39 @39 -ord_40 @40 -ord_41 @41 -ord_42 @42 -ord_43 @43 -ord_44 @44 -ord_45 @45 -ord_46 @46 -ord_47 @47 -ord_48 @48 -ord_49 @49 -ord_50 @50 -ord_51 @51 -ord_52 @52 -ord_53 @53 -ord_54 @54 -ord_55 @55 -ord_56 @56 -ord_57 @57 -ord_58 @58 -ord_59 @59 -ord_60 @60 -ord_61 @61 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ntdsapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ntdsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ntdsapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ntdsapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,130 +0,0 @@ -; -; Definition file of NTDSAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "NTDSAPI.dll" -EXPORTS -DsAddCloneDCW -DsAddSidHistoryA -DsAddSidHistoryW -DsBindA -DsBindByInstanceA -DsBindByInstanceW -DsBindToISTGA -DsBindToISTGW -DsBindW -DsBindWithCredA -DsBindWithCredW -DsBindWithSpnA -DsBindWithSpnExA -DsBindWithSpnExW -DsBindWithSpnExWWorker -DsBindWithSpnW -DsBindingSetTimeout -DsClientMakeSpnForTargetServerA -DsClientMakeSpnForTargetServerW -DsCrackNamesA -DsCrackNamesW -DsCrackNamesWWorker -DsCrackSpn2A -DsCrackSpn2W -DsCrackSpn3W -DsCrackSpn4W -DsCrackSpnA -DsCrackSpnW -DsCrackUnquotedMangledRdnA -DsCrackUnquotedMangledRdnW -DsFinishDemotionW -DsFreeCloneDcResult -DsFreeDomainControllerInfoA -DsFreeDomainControllerInfoW -DsFreeDomainControllerInfoWWorker -DsFreeNameResultA -DsFreeNameResultW -DsFreeNameResultWWorker -DsFreePasswordCredentials -DsFreePasswordCredentialsWorker -DsFreeSchemaGuidMapA -DsFreeSchemaGuidMapW -DsFreeSpnArrayA -DsFreeSpnArrayW -DsGetBindAddrW -DsGetBindAnnotW -DsGetBindInstGuid -DsGetDomainControllerInfoA -DsGetDomainControllerInfoW -DsGetDomainControllerInfoWWorker -DsGetRdnW -DsGetSpnA -DsGetSpnW -DsInheritSecurityIdentityA -DsInheritSecurityIdentityW -DsInitDemotionW -DsIsMangledDnA -DsIsMangledDnW -DsIsMangledRdnValueA -DsIsMangledRdnValueW -DsListDomainsInSiteA -DsListDomainsInSiteW -DsListInfoForServerA -DsListInfoForServerW -DsListRolesA -DsListRolesW -DsListServersForDomainInSiteA -DsListServersForDomainInSiteW -DsListServersInSiteA -DsListServersInSiteW -DsListSitesA -DsListSitesW -DsLogEntry -DsMakePasswordCredentialsA -DsMakePasswordCredentialsW -DsMakePasswordCredentialsWWorker -DsMakeSpnA -DsMakeSpnW -DsMapSchemaGuidsA -DsMapSchemaGuidsW -DsQuerySitesByCostA -DsQuerySitesByCostW -DsQuerySitesFree -DsQuoteRdnValueA -DsQuoteRdnValueW -DsRemoveDsDomainA -DsRemoveDsDomainW -DsRemoveDsServerA -DsRemoveDsServerW -DsReplicaAddA -DsReplicaAddW -DsReplicaConsistencyCheck -DsReplicaDelA -DsReplicaDelW -DsReplicaDemotionW -DsReplicaFreeInfo -DsReplicaGetInfo2W -DsReplicaGetInfoW -DsReplicaModifyA -DsReplicaModifyW -DsReplicaSyncA -DsReplicaSyncAllA -DsReplicaSyncAllW -DsReplicaSyncW -DsReplicaUpdateRefsA -DsReplicaUpdateRefsW -DsReplicaVerifyObjectsA -DsReplicaVerifyObjectsW -DsServerRegisterSpnA -DsServerRegisterSpnW -DsUnBindA -DsUnBindW -DsUnBindWWorker -DsUnquoteRdnValueA -DsUnquoteRdnValueW -DsWriteAccountSpnA -DsWriteAccountSpnW -DsaopBind -DsaopBindWithCred -DsaopBindWithSpn -DsaopExecuteScript -DsaopPrepareScript -DsaopUnBind diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/occache.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/occache.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/occache.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/occache.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of OCCACHE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OCCACHE.dll" -EXPORTS -FindControlClose -FindFirstControl -FindFirstControlArch -FindNextControl -FindNextControlArch -GetControlDependentFile -GetControlInfo -IsModuleRemovable -ReleaseControlHandle -RemoveControlByHandle2 -RemoveControlByHandle -RemoveControlByName2 -RemoveControlByName -RemoveExpiredControls -SweepControlsByLastAccessDate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/odbc32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/odbc32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/odbc32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/odbc32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,183 +0,0 @@ -; -; Definition file of ODBC32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ODBC32.dll" -EXPORTS -SQLAllocConnect -SQLAllocEnv -SQLAllocStmt -SQLBindCol -SQLCancel -SQLColAttributes -SQLConnect -SQLDescribeCol -SQLDisconnect -SQLError -SQLExecDirect -SQLExecute -SQLFetch -SQLFreeConnect -SQLFreeEnv -SQLFreeStmt -SQLGetCursorName -SQLNumResultCols -SQLPrepare -SQLRowCount -SQLSetCursorName -SQLSetParam -SQLTransact -SQLAllocHandle -SQLBindParam -SQLCloseCursor -SQLColAttribute -SQLCopyDesc -SQLEndTran -SQLFetchScroll -SQLFreeHandle -SQLGetConnectAttr -SQLGetDescField -SQLGetDescRec -SQLGetDiagField -SQLGetDiagRec -SQLGetEnvAttr -SQLGetStmtAttr -SQLSetConnectAttr -SQLColumns -SQLDriverConnect -SQLGetConnectOption -SQLGetData -SQLGetFunctions -SQLGetInfo -SQLGetStmtOption -SQLGetTypeInfo -SQLParamData -SQLPutData -SQLSetConnectOption -SQLSetStmtOption -SQLSpecialColumns -SQLStatistics -SQLTables -SQLBrowseConnect -SQLColumnPrivileges -SQLDataSources -SQLDescribeParam -SQLExtendedFetch -SQLForeignKeys -SQLMoreResults -SQLNativeSql -SQLNumParams -SQLParamOptions -SQLPrimaryKeys -SQLProcedureColumns -SQLProcedures -SQLSetPos -SQLSetScrollOptions -SQLTablePrivileges -SQLDrivers -SQLBindParameter -SQLSetDescField -SQLSetDescRec -SQLSetEnvAttr -SQLSetStmtAttr -SQLAllocHandleStd -SQLBulkOperations -CloseODBCPerfData -CollectODBCPerfData -CursorLibLockDbc -CursorLibLockDesc -CursorLibLockStmt -ODBCGetTryWaitValue -CursorLibTransact -ODBCSetTryWaitValue -DllBidEntryPoint -GetODBCSharedData -LockHandle -ODBCInternalConnectW -OpenODBCPerfData -PostComponentError -PostODBCComponentError -PostODBCError -SQLCancelHandle -SQLCompleteAsync -SearchStatusCode -VFreeErrors -VRetrieveDriverErrorsRowCol -ValidateErrorQueue -g_hHeapMalloc DATA -SQLColAttributesW -SQLConnectW -SQLDescribeColW -SQLErrorW -SQLExecDirectW -SQLGetCursorNameW -SQLPrepareW -SQLSetCursorNameW -SQLColAttributeW -SQLGetConnectAttrW -SQLGetDescFieldW -SQLGetDescRecW -SQLGetDiagFieldW -SQLGetDiagRecW -SQLGetStmtAttrW -SQLSetConnectAttrW -SQLColumnsW -SQLDriverConnectW -SQLGetConnectOptionW -SQLGetInfoW -SQLGetTypeInfoW -SQLSetConnectOptionW -SQLSpecialColumnsW -SQLStatisticsW -SQLTablesW -SQLBrowseConnectW -SQLColumnPrivilegesW -SQLDataSourcesW -SQLForeignKeysW -SQLNativeSqlW -SQLPrimaryKeysW -SQLProcedureColumnsW -SQLProceduresW -SQLTablePrivilegesW -SQLDriversW -SQLSetDescFieldW -SQLSetStmtAttrW -SQLColAttributesA -SQLConnectA -SQLDescribeColA -SQLErrorA -SQLExecDirectA -SQLGetCursorNameA -SQLPrepareA -SQLSetCursorNameA -SQLColAttributeA -SQLGetConnectAttrA -SQLGetDescFieldA -SQLGetDescRecA -SQLGetDiagFieldA -SQLGetDiagRecA -SQLGetStmtAttrA -SQLSetConnectAttrA -SQLColumnsA -SQLDriverConnectA -SQLGetConnectOptionA -SQLGetInfoA -SQLGetTypeInfoA -SQLSetConnectOptionA -SQLSpecialColumnsA -SQLStatisticsA -SQLTablesA -SQLBrowseConnectA -SQLColumnPrivilegesA -SQLDataSourcesA -SQLForeignKeysA -SQLNativeSqlA -SQLPrimaryKeysA -SQLProcedureColumnsA -SQLProceduresA -SQLTablePrivilegesA -SQLDriversA -SQLSetDescFieldA -SQLSetStmtAttrA -ODBCQualifyFileDSNW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/odbccp32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/odbccp32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/odbccp32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/odbccp32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -; -; Definition file of ODBCCP32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ODBCCP32.dll" -EXPORTS -SQLInstallDriver -SQLInstallDriverManager -SQLGetInstalledDrivers -SQLGetAvailableDrivers -SQLConfigDataSource -SQLRemoveDefaultDataSource -SQLWriteDSNToIni -SQLRemoveDSNFromIni -SQLInstallODBC -SQLManageDataSources -SQLCreateDataSource -SQLGetTranslator -SQLWritePrivateProfileString -SQLGetPrivateProfileString -SQLValidDSN -SQLRemoveDriverManager -SQLInstallTranslator -SQLRemoveTranslator -SQLRemoveDriver -SQLConfigDriver -SQLInstallerError -SQLPostInstallerError -SQLReadFileDSN -SQLWriteFileDSN -SQLInstallDriverEx -SQLGetConfigMode -SQLSetConfigMode -SQLInstallTranslatorEx -SQLCreateDataSourceEx -ODBCCPlApplet -SelectTransDlg -SQLInstallDriverW -SQLInstallDriverManagerW -SQLGetInstalledDriversW -SQLGetAvailableDriversW -SQLConfigDataSourceW -SQLWriteDSNToIniW -SQLRemoveDSNFromIniW -SQLInstallODBCW -SQLCreateDataSourceW -SQLGetTranslatorW -SQLWritePrivateProfileStringW -SQLGetPrivateProfileStringW -SQLValidDSNW -SQLInstallTranslatorW -SQLRemoveTranslatorW -SQLRemoveDriverW -SQLConfigDriverW -SQLInstallerErrorW -SQLPostInstallerErrorW -SQLReadFileDSNW -SQLWriteFileDSNW -SQLInstallDriverExW -SQLInstallTranslatorExW -SQLCreateDataSourceExW -SQLLoadDriverListBox -SQLLoadDataSourcesListBox diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ole32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ole32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ole32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ole32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,473 +0,0 @@ -; -; Definition file of ole32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ole32.dll" -EXPORTS -ord_800 @800 -ord_801 @801 -OleGetPackageClipboardOwner -ord_803 @803 -ord_804 @804 -CLIPFORMAT_UserFreeExt -CLIPFORMAT_UserMarshalExt -CLIPFORMAT_UserSizeExt -CLIPFORMAT_UserUnmarshalExt -CheckInitDde -CleanROTForApartment -ClipboardProcessUninitialize -DdeBindToObject -DestroyRunningObjectTable -FindExt -GetObjectFromRotByPath -HPALETTE_UserFreeExt -HPALETTE_UserMarshalExt -HPALETTE_UserSizeExt -HPALETTE_UserUnmarshalExt -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -HRGN_UserFree -HRGN_UserMarshal -HRGN_UserSize -HRGN_UserUnmarshal -HWND_UserFreeExt -HWND_UserMarshalExt -HWND_UserSizeExt -HWND_UserUnmarshalExt -MonikerLoadTypeLib -PropVariantChangeType -ReadStorageProperties -STGMEDIUM_UserFreeExt -STGMEDIUM_UserMarshalExt -STGMEDIUM_UserSizeExt -STGMEDIUM_UserUnmarshalExt -SetOleautModule -StdTypesGetClassObject -StdTypesRegisterServer -WriteStorageProperties -BindMoniker -CLIPFORMAT_UserFree -CLIPFORMAT_UserMarshal -CLIPFORMAT_UserSize -CLIPFORMAT_UserUnmarshal -CLSIDFromOle1Class -CLSIDFromProgID -CLSIDFromProgIDEx -CLSIDFromString -CoAddRefServerProcess -CoAicGetTokenForCOM -CoAllowSetForegroundWindow -CoAllowUnmarshalerCLSID -CoBuildVersion -CoCancelCall -CoCheckElevationEnabled -CoCopyProxy -CoCreateFreeThreadedMarshaler -CoCreateGuid -CoCreateInstance -CoCreateInstanceEx -CoCreateInstanceFromApp -CoCreateObjectInContext -CoDeactivateObject -CoDecodeProxy -CoDecrementMTAUsage -CoDisableCallCancellation -CoDisconnectContext -CoDisconnectObject -CoDosDateTimeToFileTime -CoEnableCallCancellation -CoFileTimeNow -CoFileTimeToDosDateTime -CoFreeAllLibraries -CoFreeLibrary -CoFreeUnusedLibraries -CoFreeUnusedLibrariesEx -CoGetActivationState -CoGetApartmentID -CoGetApartmentType -CoGetCallContext -CoGetCallState -CoGetCallerTID -CoGetCancelObject -CoGetClassObject -CoGetClassVersion -CoGetComCatalog -CoGetContextToken -CoGetCurrentLogicalThreadId -CoGetCurrentProcess -CoGetDefaultContext -CoGetInstanceFromFile -CoGetInstanceFromIStorage -CoGetInterceptor -CoGetInterceptorForOle32 -CoGetInterceptorFromTypeInfo -CoGetInterfaceAndReleaseStream -CoGetMalloc -CoGetMarshalSizeMax -CoGetModuleType -CoGetObject -CoGetObjectContext -CoGetPSClsid -CoGetProcessIdentifier -CoGetStandardMarshal -CoGetStdMarshalEx -CoGetSystemSecurityPermissions -CoGetSystemWow64DirectoryW -CoGetTreatAsClass -CoHandlePriorityEventsFromMessagePump -CoImpersonateClient -CoIncrementMTAUsage -CoInitialize -CoInitializeEx -CoInitializeSecurity -CoInitializeWOW -CoInstall -CoInvalidateRemoteMachineBindings -CoIsHandlerConnected -CoIsOle1Class -CoLoadLibrary -CoLockObjectExternal -CoMarshalHresult -CoMarshalInterThreadInterfaceInStream -CoMarshalInterface -CoPopServiceDomain -CoPushServiceDomain -CoQueryAuthenticationServices -CoQueryClientBlanket -CoQueryProxyBlanket -CoQueryReleaseObject -CoReactivateObject -CoRegisterActivationFilter -CoRegisterChannelHook -CoRegisterClassObject -CoRegisterInitializeSpy -CoRegisterMallocSpy -CoRegisterMessageFilter -CoRegisterPSClsid -CoRegisterSurrogate -CoRegisterSurrogateEx -CoReleaseMarshalData -CoReleaseServerProcess -CoResumeClassObjects -CoRetireServer -CoRevertToSelf -CoRevokeClassObject -CoRevokeInitializeSpy -CoRevokeMallocSpy -CoSetCancelObject -CoSetMessageDispatcher -CoSetProxyBlanket -CoSetState -CoSuspendClassObjects -CoSwitchCallContext -CoTaskMemAlloc -CoTaskMemFree -CoTaskMemRealloc -CoTestCancel -CoTreatAsClass -CoUninitialize -CoUnloadingWOW -CoUnmarshalHresult -CoUnmarshalInterface -CoVrfCheckThreadState -CoVrfGetThreadState -CoVrfReleaseThreadState -CoWaitForMultipleHandles -CoWaitForMultipleObjects -ComPs_NdrDllCanUnloadNow -ComPs_NdrDllGetClassObject -ComPs_NdrDllRegisterProxy -ComPs_NdrDllUnregisterProxy -CreateAntiMoniker -CreateBindCtx -CreateClassMoniker -CreateDataAdviseHolder -CreateDataCache -CreateErrorInfo -CreateFileMoniker -CreateGenericComposite -CreateILockBytesOnHGlobal -CreateItemMoniker -CreateObjrefMoniker -CreateOleAdviseHolder -CreatePointerMoniker -CreateStdProgressIndicator -CreateStreamOnHGlobal -DcomChannelSetHResult -DeletePatternAndExtensionTables -DllDebugObjectRPCHook -DllGetClassObjectWOW -DoDragDrop -DragDropSetFDT -EnableHookObject -FmtIdToPropStgName -FreePropVariantArray -GetActiveObjectExt -GetClassFile -GetConvertStg -GetDocumentBitStg -GetErrorInfo -GetHGlobalFromILockBytes -GetHGlobalFromStream -GetHookInterface -GetRunningObjectTable -HACCEL_UserFree -HACCEL_UserMarshal -HACCEL_UserSize -HACCEL_UserUnmarshal -HBITMAP_UserFree -HBITMAP_UserMarshal -HBITMAP_UserSize -HBITMAP_UserUnmarshal -HBRUSH_UserFree -HBRUSH_UserMarshal -HBRUSH_UserSize -HBRUSH_UserUnmarshal -HDC_UserFree -HDC_UserMarshal -HDC_UserSize -HDC_UserUnmarshal -HENHMETAFILE_UserFree -HENHMETAFILE_UserMarshal -HENHMETAFILE_UserSize -HENHMETAFILE_UserUnmarshal -HGLOBAL_UserFree -HGLOBAL_UserMarshal -HGLOBAL_UserSize -HGLOBAL_UserUnmarshal -HICON_UserFree -HICON_UserMarshal -HICON_UserSize -HICON_UserUnmarshal -HMENU_UserFree -HMENU_UserMarshal -HMENU_UserSize -HMENU_UserUnmarshal -HMETAFILEPICT_UserFree -HMETAFILEPICT_UserMarshal -HMETAFILEPICT_UserSize -HMETAFILEPICT_UserUnmarshal -HMETAFILE_UserFree -HMETAFILE_UserMarshal -HMETAFILE_UserSize -HMETAFILE_UserUnmarshal -HMONITOR_UserFree -HMONITOR_UserMarshal -HMONITOR_UserSize -HMONITOR_UserUnmarshal -HPALETTE_UserFree -HPALETTE_UserMarshal -HPALETTE_UserSize -HPALETTE_UserUnmarshal -HWND_UserFree -HWND_UserMarshal -HWND_UserSize -HWND_UserUnmarshal -HkOleRegisterObject -IIDFromString -IsAccelerator -IsEqualGUID -IsRoInitializeASTAAllowedInDesktop -IsValidIid -IsValidInterface -IsValidPtrIn -IsValidPtrOut -MkParseDisplayName -MonikerCommonPrefixWith -MonikerRelativePathTo -NdrOleInitializeExtension -NdrProxyForwardingFunction10 -NdrProxyForwardingFunction11 -NdrProxyForwardingFunction12 -NdrProxyForwardingFunction13 -NdrProxyForwardingFunction14 -NdrProxyForwardingFunction15 -NdrProxyForwardingFunction16 -NdrProxyForwardingFunction17 -NdrProxyForwardingFunction18 -NdrProxyForwardingFunction19 -NdrProxyForwardingFunction20 -NdrProxyForwardingFunction21 -NdrProxyForwardingFunction22 -NdrProxyForwardingFunction23 -NdrProxyForwardingFunction24 -NdrProxyForwardingFunction25 -NdrProxyForwardingFunction26 -NdrProxyForwardingFunction27 -NdrProxyForwardingFunction28 -NdrProxyForwardingFunction29 -NdrProxyForwardingFunction3 -NdrProxyForwardingFunction30 -NdrProxyForwardingFunction31 -NdrProxyForwardingFunction32 -NdrProxyForwardingFunction4 -NdrProxyForwardingFunction5 -NdrProxyForwardingFunction6 -NdrProxyForwardingFunction7 -NdrProxyForwardingFunction8 -NdrProxyForwardingFunction9 -ObjectStublessClient10 -ObjectStublessClient11 -ObjectStublessClient12 -ObjectStublessClient13 -ObjectStublessClient14 -ObjectStublessClient15 -ObjectStublessClient16 -ObjectStublessClient17 -ObjectStublessClient18 -ObjectStublessClient19 -ObjectStublessClient20 -ObjectStublessClient21 -ObjectStublessClient22 -ObjectStublessClient23 -ObjectStublessClient24 -ObjectStublessClient25 -ObjectStublessClient26 -ObjectStublessClient27 -ObjectStublessClient28 -ObjectStublessClient29 -ObjectStublessClient3 -ObjectStublessClient30 -ObjectStublessClient31 -ObjectStublessClient32 -ObjectStublessClient4 -ObjectStublessClient5 -ObjectStublessClient6 -ObjectStublessClient7 -ObjectStublessClient8 -ObjectStublessClient9 -Ole32DllGetClassObject -OleBuildVersion -OleConvertIStorageToOLESTREAM -OleConvertIStorageToOLESTREAMEx -OleConvertOLESTREAMToIStorage -OleConvertOLESTREAMToIStorageEx -OleCreate -OleCreateDefaultHandler -OleCreateEmbeddingHelper -OleCreateEx -OleCreateFontIndirectExt -OleCreateFromData -OleCreateFromDataEx -OleCreateFromFile -OleCreateFromFileEx -OleCreateLink -OleCreateLinkEx -OleCreateLinkFromData -OleCreateLinkFromDataEx -OleCreateLinkToFile -OleCreateLinkToFileEx -OleCreateMenuDescriptor -OleCreatePictureIndirectExt -OleCreatePropertyFrameIndirectExt -OleCreateStaticFromData -OleDestroyMenuDescriptor -OleDoAutoConvert -OleDraw -OleDuplicateData -OleFlushClipboard -OleGetAutoConvert -OleGetClipboard -OleGetIconOfClass -OleGetIconOfFile -OleIconToCursorExt -OleInitialize -OleInitializeWOW -OleIsCurrentClipboard -OleIsRunning -OleLoad -OleLoadFromStream -OleLoadPictureExt -OleLoadPictureFileExt -OleLoadPicturePathExt -OleLockRunning -OleMetafilePictFromIconAndLabel -OleNoteObjectVisible -OleQueryCreateFromData -OleQueryLinkFromData -OleRegEnumFormatEtc -OleRegEnumVerbs -OleRegGetMiscStatus -OleRegGetUserType -OleReleaseEnumVerbCache -OleRun -OleSave -OleSavePictureFileExt -OleSaveToStream -OleSetAutoConvert -OleSetClipboard -OleSetContainedObject -OleSetMenuDescriptor -OleTranslateAccelerator -OleTranslateColorExt -OleUninitialize -OpenOrCreateStream -ProgIDFromCLSID -PropStgNameToFmtId -PropSysAllocString -PropSysFreeString -PropVariantClear -PropVariantCopy -ReadClassStg -ReadClassStm -ReadFmtUserTypeStg -ReadOleStg -ReadStringStream -RegisterActiveObjectExt -RegisterDragDrop -ReleaseStgMedium -RevokeActiveObjectExt -RevokeDragDrop -RoGetAgileReference -SNB_UserFree -SNB_UserMarshal -SNB_UserSize -SNB_UserUnmarshal -STGMEDIUM_UserFree -STGMEDIUM_UserMarshal -STGMEDIUM_UserSize -STGMEDIUM_UserUnmarshal -SetConvertStg -SetDocumentBitStg -SetErrorInfo -SetWOWThunkGlobalPtr -StgConvertPropertyToVariant -StgConvertVariantToProperty -StgCreateDocfile -StgCreateDocfileOnILockBytes -StgCreatePropSetStg -StgCreatePropStg -StgCreateStorageEx -StgGetIFillLockBytesOnFile -StgGetIFillLockBytesOnILockBytes -StgIsStorageFile -StgIsStorageILockBytes -StgOpenAsyncDocfileOnIFillLockBytes -StgOpenPropStg -StgOpenStorage -StgOpenStorageEx -StgOpenStorageOnHandle -StgOpenStorageOnILockBytes -StgPropertyLengthAsVariant -StgSetTimes -StringFromCLSID -StringFromGUID2 -StringFromIID -UpdateDCOMSettings -UpdateProcessTracing -UtConvertDvtd16toDvtd32 -UtConvertDvtd32toDvtd16 -UtGetDvtd16Info -UtGetDvtd32Info -WdtpInterfacePointer_UserFree -WdtpInterfacePointer_UserMarshal -WdtpInterfacePointer_UserSize -WdtpInterfacePointer_UserUnmarshal -WriteClassStg -WriteClassStm -WriteFmtUserTypeStg -WriteOleStg -WriteStringStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleacc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleacc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleacc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleacc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of OLEACC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OLEACC.dll" -EXPORTS -AccGetRunningUtilityState -AccNotifyTouchInteraction -AccSetRunningUtilityState -AccessibleChildren -AccessibleObjectFromEvent -AccessibleObjectFromPoint -AccessibleObjectFromWindow -AccessibleObjectFromWindowTimeout -CreateStdAccessibleObject -CreateStdAccessibleProxyA -CreateStdAccessibleProxyW -GetOleaccVersionInfo -GetProcessHandleFromHwnd -GetRoleTextA -GetRoleTextW -GetStateTextA -GetStateTextW -IID_IAccessible -IID_IAccessibleHandler -LIBID_Accessibility -LresultFromObject -ObjectFromLresult -PropMgrClient_LookupProp -WindowFromAccessibleObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleacchooks.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleacchooks.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleacchooks.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleacchooks.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of OleAccHooks.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OleAccHooks.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleaut32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleaut32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/oleaut32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/oleaut32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,407 +0,0 @@ -; -; Definition file of OLEAUT32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OLEAUT32.dll" -EXPORTS -SysAllocString -SysReAllocString -SysAllocStringLen -SysReAllocStringLen -SysFreeString -SysStringLen -VariantInit -VariantClear -VariantCopy -VariantCopyInd -VariantChangeType -VariantTimeToDosDateTime -DosDateTimeToVariantTime -SafeArrayCreate -SafeArrayDestroy -SafeArrayGetDim -SafeArrayGetElemsize -SafeArrayGetUBound -SafeArrayGetLBound -SafeArrayLock -SafeArrayUnlock -SafeArrayAccessData -SafeArrayUnaccessData -SafeArrayGetElement -SafeArrayPutElement -SafeArrayCopy -DispGetParam -DispGetIDsOfNames -DispInvoke -CreateDispTypeInfo -CreateStdDispatch -RegisterActiveObject -RevokeActiveObject -GetActiveObject -SafeArrayAllocDescriptor -SafeArrayAllocData -SafeArrayDestroyDescriptor -SafeArrayDestroyData -SafeArrayRedim -SafeArrayAllocDescriptorEx -SafeArrayCreateEx -SafeArrayCreateVectorEx -SafeArraySetRecordInfo -SafeArrayGetRecordInfo -VarParseNumFromStr -VarNumFromParseNum -VarI2FromUI1 -VarI2FromI4 -VarI2FromR4 -VarI2FromR8 -VarI2FromCy -VarI2FromDate -VarI2FromStr -VarI2FromDisp -VarI2FromBool -SafeArraySetIID -VarI4FromUI1 -VarI4FromI2 -VarI4FromR4 -VarI4FromR8 -VarI4FromCy -VarI4FromDate -VarI4FromStr -VarI4FromDisp -VarI4FromBool -SafeArrayGetIID -VarR4FromUI1 -VarR4FromI2 -VarR4FromI4 -VarR4FromR8 -VarR4FromCy -VarR4FromDate -VarR4FromStr -VarR4FromDisp -VarR4FromBool -SafeArrayGetVartype -VarR8FromUI1 -VarR8FromI2 -VarR8FromI4 -VarR8FromR4 -VarR8FromCy -VarR8FromDate -VarR8FromStr -VarR8FromDisp -VarR8FromBool -VarFormat -VarDateFromUI1 -VarDateFromI2 -VarDateFromI4 -VarDateFromR4 -VarDateFromR8 -VarDateFromCy -VarDateFromStr -VarDateFromDisp -VarDateFromBool -VarFormatDateTime -VarCyFromUI1 -VarCyFromI2 -VarCyFromI4 -VarCyFromR4 -VarCyFromR8 -VarCyFromDate -VarCyFromStr -VarCyFromDisp -VarCyFromBool -VarFormatNumber -VarBstrFromUI1 -VarBstrFromI2 -VarBstrFromI4 -VarBstrFromR4 -VarBstrFromR8 -VarBstrFromCy -VarBstrFromDate -VarBstrFromDisp -VarBstrFromBool -VarFormatPercent -VarBoolFromUI1 -VarBoolFromI2 -VarBoolFromI4 -VarBoolFromR4 -VarBoolFromR8 -VarBoolFromDate -VarBoolFromCy -VarBoolFromStr -VarBoolFromDisp -VarFormatCurrency -VarWeekdayName -VarMonthName -VarUI1FromI2 -VarUI1FromI4 -VarUI1FromR4 -VarUI1FromR8 -VarUI1FromCy -VarUI1FromDate -VarUI1FromStr -VarUI1FromDisp -VarUI1FromBool -VarFormatFromTokens -VarTokenizeFormatString -VarAdd -VarAnd -VarDiv -DispCallFunc -VariantChangeTypeEx -SafeArrayPtrOfIndex -SysStringByteLen -SysAllocStringByteLen -VarEqv -VarIdiv -VarImp -VarMod -VarMul -VarOr -VarPow -VarSub -CreateTypeLib -LoadTypeLib -LoadRegTypeLib -RegisterTypeLib -QueryPathOfRegTypeLib -LHashValOfNameSys -LHashValOfNameSysA -VarXor -VarAbs -VarFix -OaBuildVersion -ClearCustData -VarInt -VarNeg -VarNot -VarRound -VarCmp -VarDecAdd -VarDecDiv -VarDecMul -CreateTypeLib2 -VarDecSub -VarDecAbs -LoadTypeLibEx -SystemTimeToVariantTime -VariantTimeToSystemTime -UnRegisterTypeLib -VarDecFix -VarDecInt -VarDecNeg -VarDecFromUI1 -VarDecFromI2 -VarDecFromI4 -VarDecFromR4 -VarDecFromR8 -VarDecFromDate -VarDecFromCy -VarDecFromStr -VarDecFromDisp -VarDecFromBool -GetErrorInfo -SetErrorInfo -CreateErrorInfo -VarDecRound -VarDecCmp -VarI2FromI1 -VarI2FromUI2 -VarI2FromUI4 -VarI2FromDec -VarI4FromI1 -VarI4FromUI2 -VarI4FromUI4 -VarI4FromDec -VarR4FromI1 -VarR4FromUI2 -VarR4FromUI4 -VarR4FromDec -VarR8FromI1 -VarR8FromUI2 -VarR8FromUI4 -VarR8FromDec -VarDateFromI1 -VarDateFromUI2 -VarDateFromUI4 -VarDateFromDec -VarCyFromI1 -VarCyFromUI2 -VarCyFromUI4 -VarCyFromDec -VarBstrFromI1 -VarBstrFromUI2 -VarBstrFromUI4 -VarBstrFromDec -VarBoolFromI1 -VarBoolFromUI2 -VarBoolFromUI4 -VarBoolFromDec -VarUI1FromI1 -VarUI1FromUI2 -VarUI1FromUI4 -VarUI1FromDec -VarDecFromI1 -VarDecFromUI2 -VarDecFromUI4 -VarI1FromUI1 -VarI1FromI2 -VarI1FromI4 -VarI1FromR4 -VarI1FromR8 -VarI1FromDate -VarI1FromCy -VarI1FromStr -VarI1FromDisp -VarI1FromBool -VarI1FromUI2 -VarI1FromUI4 -VarI1FromDec -VarUI2FromUI1 -VarUI2FromI2 -VarUI2FromI4 -VarUI2FromR4 -VarUI2FromR8 -VarUI2FromDate -VarUI2FromCy -VarUI2FromStr -VarUI2FromDisp -VarUI2FromBool -VarUI2FromI1 -VarUI2FromUI4 -VarUI2FromDec -VarUI4FromUI1 -VarUI4FromI2 -VarUI4FromI4 -VarUI4FromR4 -VarUI4FromR8 -VarUI4FromDate -VarUI4FromCy -VarUI4FromStr -VarUI4FromDisp -VarUI4FromBool -VarUI4FromI1 -VarUI4FromUI2 -VarUI4FromDec -BSTR_UserSize -BSTR_UserMarshal -BSTR_UserUnmarshal -BSTR_UserFree -VARIANT_UserSize -VARIANT_UserMarshal -VARIANT_UserUnmarshal -VARIANT_UserFree -LPSAFEARRAY_UserSize -LPSAFEARRAY_UserMarshal -LPSAFEARRAY_UserUnmarshal -LPSAFEARRAY_UserFree -LPSAFEARRAY_Size -LPSAFEARRAY_Marshal -LPSAFEARRAY_Unmarshal -VarDecCmpR8 -VarCyAdd -OACreateTypeLib2 -VarCyMul -VarCyMulI4 -VarCySub -VarCyAbs -VarCyFix -VarCyInt -VarCyNeg -VarCyRound -VarCyCmp -VarCyCmpR8 -VarBstrCat -VarBstrCmp -VarR8Pow -VarR4CmpR8 -VarR8Round -VarCat -VarDateFromUdateEx -GetRecordInfoFromGuids -GetRecordInfoFromTypeInfo -SetVarConversionLocaleSetting -GetVarConversionLocaleSetting -SetOaNoCache -VarCyMulI8 -VarDateFromUdate -VarUdateFromDate -GetAltMonthNames -VarI8FromUI1 -VarI8FromI2 -VarI8FromR4 -VarI8FromR8 -VarI8FromCy -VarI8FromDate -VarI8FromStr -VarI8FromDisp -VarI8FromBool -VarI8FromI1 -VarI8FromUI2 -VarI8FromUI4 -VarI8FromDec -VarI2FromI8 -VarI2FromUI8 -VarI4FromI8 -VarI4FromUI8 -VarR4FromI8 -VarR4FromUI8 -VarR8FromI8 -VarR8FromUI8 -VarDateFromI8 -VarDateFromUI8 -VarCyFromI8 -VarCyFromUI8 -VarBstrFromI8 -VarBstrFromUI8 -VarBoolFromI8 -VarBoolFromUI8 -VarUI1FromI8 -VarUI1FromUI8 -VarDecFromI8 -VarDecFromUI8 -VarI1FromI8 -VarI1FromUI8 -VarUI2FromI8 -VarUI2FromUI8 -OleLoadPictureEx -OleLoadPictureFileEx -SafeArrayCreateVector -SafeArrayCopyData -VectorFromBstr -BstrFromVector -OleIconToCursor -OleCreatePropertyFrameIndirect -OleCreatePropertyFrame -OleLoadPicture -OleCreatePictureIndirect -OleCreateFontIndirect -OleTranslateColor -OleLoadPictureFile -OleSavePictureFile -OleLoadPicturePath -VarUI4FromI8 -VarUI4FromUI8 -VarI8FromUI8 -VarUI8FromI8 -VarUI8FromUI1 -VarUI8FromI2 -VarUI8FromR4 -VarUI8FromR8 -VarUI8FromCy -VarUI8FromDate -VarUI8FromStr -VarUI8FromDisp -VarUI8FromBool -VarUI8FromI1 -VarUI8FromUI2 -VarUI8FromUI4 -VarUI8FromDec -RegisterTypeLibForUser -UnRegisterTypeLibForUser -OaEnablePerUserTLibRegistration -HWND_UserFree -HWND_UserMarshal -HWND_UserSize -HWND_UserUnmarshal -OACleanup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/oledlg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/oledlg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/oledlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/oledlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of oledlg.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "oledlg.dll" -EXPORTS -OleUIAddVerbMenuA -OleUICanConvertOrActivateAs -OleUIInsertObjectA -OleUIPasteSpecialA -OleUIEditLinksA -OleUIChangeIconA -OleUIConvertA -OleUIBusyA -OleUIUpdateLinksA -OleUIPromptUserA -OleUIObjectPropertiesA -OleUIChangeSourceA -OleUIAddVerbMenuW -OleUIBusyW -OleUIChangeIconW -OleUIChangeSourceW -OleUIConvertW -OleUIEditLinksW -OleUIInsertObjectW -OleUIObjectPropertiesW -OleUIPasteSpecialW -OleUIPromptUserW -OleUIUpdateLinksW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/opcservices.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/opcservices.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/opcservices.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/opcservices.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of OpcServices.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OpcServices.DLL" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_13 @13 -ord_14 @14 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/osuninst.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/osuninst.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/osuninst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/osuninst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of OSUNINST.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "OSUNINST.dll" -EXPORTS -ExecuteUninstall -GetUninstallImageSize -IsUninstallImageValid -ProvideUiAlerts -RemoveUninstallImage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2p.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2p.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2p.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2p.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,119 +0,0 @@ -; -; Definition file of P2P.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "P2P.dll" -EXPORTS -PeerGroupHandlePowerEvent -PeerCollabAddContact -PeerCollabAsyncInviteContact -PeerCollabAsyncInviteEndpoint -PeerCollabCancelInvitation -PeerCollabCloseHandle -PeerCollabDeleteContact -PeerCollabDeleteEndpointData -PeerCollabDeleteObject -PeerCollabEnumApplicationRegistrationInfo -PeerCollabEnumApplications -PeerCollabEnumContacts -PeerCollabEnumEndpoints -PeerCollabEnumObjects -PeerCollabEnumPeopleNearMe -PeerCollabExportContact -PeerCollabGetAppLaunchInfo -PeerCollabGetApplicationRegistrationInfo -PeerCollabGetContact -PeerCollabGetEndpointName -PeerCollabGetEventData -PeerCollabGetInvitationResponse -PeerCollabGetPresenceInfo -PeerCollabGetSigninOptions -PeerCollabInviteContact -PeerCollabInviteEndpoint -PeerCollabParseContact -PeerCollabQueryContactData -PeerCollabRefreshEndpointData -PeerCollabRegisterApplication -PeerCollabRegisterEvent -PeerCollabSetEndpointName -PeerCollabSetObject -PeerCollabSetPresenceInfo -PeerCollabShutdown -PeerCollabSignin -PeerCollabSignout -PeerCollabStartup -PeerCollabSubscribeEndpointData -PeerCollabUnregisterApplication -PeerCollabUnregisterEvent -PeerCollabUnsubscribeEndpointData -PeerCollabUpdateContact -PeerCreatePeerName -PeerEndEnumeration -PeerEnumGroups -PeerEnumIdentities -PeerFreeData -PeerGetItemCount -PeerGetNextItem -PeerGroupAddRecord -PeerGroupClose -PeerGroupCloseDirectConnection -PeerGroupConnect -PeerGroupConnectByAddress -PeerGroupCreate -PeerGroupCreateInvitation -PeerGroupCreatePasswordInvitation -PeerGroupDelete -PeerGroupDeleteRecord -PeerGroupEnumConnections -PeerGroupEnumMembers -PeerGroupEnumRecords -PeerGroupExportConfig -PeerGroupExportDatabase -PeerGroupGetEventData -PeerGroupGetProperties -PeerGroupGetRecord -PeerGroupGetStatus -PeerGroupImportConfig -PeerGroupImportDatabase -PeerGroupIssueCredentials -PeerGroupJoin -PeerGroupOpen -PeerGroupOpenDirectConnection -PeerGroupParseInvitation -PeerGroupPasswordJoin -PeerGroupPeerTimeToUniversalTime -PeerGroupRegisterEvent -PeerGroupResumePasswordAuthentication -PeerGroupSearchRecords -PeerGroupSendData -PeerGroupSetProperties -PeerGroupShutdown -PeerGroupStartup -PeerGroupUniversalTimeToPeerTime -PeerGroupUnregisterEvent -PeerGroupUpdateRecord -PeerHostNameToPeerName -PeerIdentityCreate -PeerIdentityDelete -PeerIdentityExport -PeerIdentityGetCert -PeerIdentityGetCryptKey -PeerIdentityGetDefault -PeerIdentityGetFriendlyName -PeerIdentityGetXML -PeerIdentityImport -PeerIdentitySetFriendlyName -PeerNameToPeerHostName -PeerPnrpEndResolve -PeerPnrpGetCloudInfo -PeerPnrpGetEndpoint -PeerPnrpRegister -PeerPnrpResolve -PeerPnrpShutdown -PeerPnrpStartResolve -PeerPnrpStartup -PeerPnrpUnregister -PeerPnrpUpdateRegistration -PeerSSPAddCredentials -PeerSSPRemoveCredentials diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2pgraph.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2pgraph.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2pgraph.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2pgraph.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,47 +0,0 @@ -; -; Definition file of P2PGRAPH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "P2PGRAPH.dll" -EXPORTS -PeerGraphForceStopPresencePrivate -pMemoryHelper DATA -PeerGraphAddRecord -PeerGraphClose -PeerGraphCloseDirectConnection -PeerGraphConnect -PeerGraphCreate -PeerGraphDelete -PeerGraphDeleteRecord -PeerGraphEndEnumeration -PeerGraphEnumConnections -PeerGraphEnumNodes -PeerGraphEnumRecords -PeerGraphExportDatabase -PeerGraphFreeData -PeerGraphGetEventData -PeerGraphGetItemCount -PeerGraphGetNextItem -PeerGraphGetNodeInfo -PeerGraphGetProperties -PeerGraphGetRecord -PeerGraphGetStatus -PeerGraphImportDatabase -PeerGraphListen -PeerGraphOpen -PeerGraphOpenDirectConnection -PeerGraphPeerTimeToUniversalTime -PeerGraphRegisterEvent -PeerGraphSearchRecords -PeerGraphSendData -PeerGraphSetNodeAttributes -PeerGraphSetPresence -PeerGraphSetProperties -PeerGraphShutdown -PeerGraphStartup -PeerGraphSuspendTimers -PeerGraphUniversalTimeToPeerTime -PeerGraphUnregisterEvent -PeerGraphUpdateRecord -PeerGraphValidateDeferredRecords diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2pnetsh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2pnetsh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/p2pnetsh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/p2pnetsh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of P2PNETSH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "P2PNETSH.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/packager.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/packager.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/packager.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/packager.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of PACK2.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PACK2.dll" -EXPORTS -ord_101 @101 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/pcwum.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/pcwum.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/pcwum.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/pcwum.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -; -; Definition file of pcwum.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "pcwum.dll" -EXPORTS -PcwAddQueryItem -PcwClearCounterSetSecurity -PcwCollectData -PcwCompleteNotification -PcwCreateNotifier -PcwCreateQuery -PcwDisconnectCounterSet -PcwEnumerateInstances -PcwIsNotifierAlive -PcwQueryCounterSetSecurity -PcwReadNotificationData -PcwRegisterCounterSet -PcwRemoveQueryItem -PcwSendNotification -PcwSendStatelessNotification -PcwSetCounterSetSecurity -PcwSetQueryItemUserData -PerfCreateInstance -PerfDecrementULongCounterValue -PerfDecrementULongLongCounterValue -PerfDeleteInstance -PerfIncrementULongCounterValue -PerfIncrementULongLongCounterValue -PerfQueryInstance -PerfSetCounterRefValue -PerfSetCounterSetInfo -PerfSetULongCounterValue -PerfSetULongLongCounterValue -PerfStartProvider -PerfStartProviderEx -PerfStopProvider -StmAlignSize -StmAllocateFlat -StmCoalesceChunks -StmDeinitialize -StmInitialize -StmReduceSize -StmReserve -StmWrite diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfctrs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfctrs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfctrs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Definition file of perfctrs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "perfctrs.dll" -EXPORTS -OpenNbfPerformanceData -CollectNbfPerformanceData -CloseNbfPerformanceData -OpenTcpIpPerformanceData -CollectTcpIpPerformanceData -CloseTcpIpPerformanceData -OpenIPXPerformanceData -CollectIPXPerformanceData -CloseIPXPerformanceData -OpenSPXPerformanceData -CollectSPXPerformanceData -CloseSPXPerformanceData -OpenNWNBPerformanceData -CollectNWNBPerformanceData -CloseNWNBPerformanceData -OpenDhcpPerformanceData -CollectDhcpPerformanceData -CloseDhcpPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfdisk.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfdisk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfdisk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of PerfDisk.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PerfDisk.dll" -EXPORTS -CloseDiskObject -CollectDiskObjectData -OpenDiskObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfnet.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfnet.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfnet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfnet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of PerfNet.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PerfNet.dll" -EXPORTS -CloseNetSvcsObject -CollectNetSvcsObjectData -OpenNetSvcsObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfos.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfos.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfos.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfos.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of PerfOS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PerfOS.dll" -EXPORTS -CloseOSObject -CollectOSObjectData -OpenOSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfproc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfproc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfproc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfproc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of PerfProc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PerfProc.dll" -EXPORTS -CloseSysProcessObject -CollectSysProcessObjectData -OpenSysProcessObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfts.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfts.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/perfts.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/perfts.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of PerfTS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PerfTS.dll" -EXPORTS -CloseTSObject -CollectTSObjectData -OpenTSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/photowiz.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/photowiz.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/photowiz.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/photowiz.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of PHOTOWIZ.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PHOTOWIZ.dll" -EXPORTS -UsePPWForPrintTo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/portabledeviceapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/portabledeviceapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/portabledeviceapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/portabledeviceapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of PORTABLEDEVICEAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PORTABLEDEVICEAPI.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/printdialogs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/printdialogs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/printdialogs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/printdialogs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of PrintDialogs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PrintDialogs.dll" -EXPORTS -ord_2 @2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/printisolationproxy.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/printisolationproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/printisolationproxy.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/printisolationproxy.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of PrintSandboxProxy.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PrintSandboxProxy.dll" -EXPORTS -ord_400 @400 -ord_401 @401 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/prncache.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/prncache.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/prncache.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/prncache.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of prncache.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "prncache.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/profapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/profapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/profapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/profapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of profapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "profapi.dll" -EXPORTS -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -ord_113 @113 -ord_114 @114 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/provthrd.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/provthrd.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/provthrd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/provthrd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,961 +0,0 @@ -; -; Definition file of PROVTHRD.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PROVTHRD.dll" -EXPORTS -??$CompareElements@PAGPAG@@YAHPBQAG0@Z -??$HashKey@PAG@@YAIPAG@Z -??0CBString@@QAA@H@Z -??0CBString@@QAA@PBG@Z -??0CBString@@QAA@XZ -??0Conjunctions@@QAA@K@Z -??0Disjunctions@@QAA@KK@Z -??0PartitionSet@@QAA@ABV0@@Z -??0PartitionSet@@QAA@XZ -??0ProvAnalyser@@QAA@ABV0@@Z -??0ProvAnalyser@@QAA@PBG@Z -??0ProvBitStringType@@QAA@ABV0@@Z -??0ProvBitStringType@@QAA@PBG@Z -??0ProvBitStringType@@QAA@PBGABVProvOctetString@@@Z -??0ProvBitStringType@@QAA@PBGPAPBGABK@Z -??0ProvCounter64@@QAA@ABV0@@Z -??0ProvCounter64@@QAA@KK@Z -??0ProvCounter64Type@@QAA@ABV0@@Z -??0ProvCounter64Type@@QAA@ABVProvCounter64@@@Z -??0ProvCounter64Type@@QAA@KK@Z -??0ProvCounter64Type@@QAA@PBG@Z -??0ProvCounter64Type@@QAA@XZ -??0ProvCounter@@QAA@ABV0@@Z -??0ProvCounter@@QAA@K@Z -??0ProvCounterType@@QAA@ABV0@@Z -??0ProvCounterType@@QAA@ABVProvCounter@@@Z -??0ProvCounterType@@QAA@K@Z -??0ProvCounterType@@QAA@PBG@Z -??0ProvCounterType@@QAA@XZ -??0ProvDateTimeType@@QAA@ABV0@@Z -??0ProvDateTimeType@@QAA@ABVProvOctetString@@@Z -??0ProvDateTimeType@@QAA@PBG@Z -??0ProvDateTimeType@@QAA@XZ -??0ProvDebugLog@@QAA@D@Z -??0ProvDisplayStringType@@QAA@ABV0@@Z -??0ProvDisplayStringType@@QAA@ABVProvOctetString@@PBG@Z -??0ProvDisplayStringType@@QAA@PBG0@Z -??0ProvDisplayStringType@@QAA@PBG@Z -??0ProvEnumeratedType@@QAA@ABV0@@Z -??0ProvEnumeratedType@@QAA@PBG0@Z -??0ProvEnumeratedType@@QAA@PBG@Z -??0ProvEnumeratedType@@QAA@PBGABJ@Z -??0ProvEnumeratedType@@QAA@PBGABVProvInteger@@@Z -??0ProvEventObject@@QAA@ABV0@@Z -??0ProvEventObject@@QAA@PBG@Z -??0ProvFixedLengthDisplayStringType@@QAA@ABK@Z -??0ProvFixedLengthDisplayStringType@@QAA@ABKABVProvOctetString@@@Z -??0ProvFixedLengthDisplayStringType@@QAA@ABKPBG@Z -??0ProvFixedLengthDisplayStringType@@QAA@ABV0@@Z -??0ProvFixedLengthOctetStringType@@QAA@ABK@Z -??0ProvFixedLengthOctetStringType@@QAA@ABKABVProvOctetString@@@Z -??0ProvFixedLengthOctetStringType@@QAA@ABKPBE@Z -??0ProvFixedLengthOctetStringType@@QAA@ABKPBG@Z -??0ProvFixedLengthOctetStringType@@QAA@ABV0@@Z -??0ProvFixedLengthOpaqueType@@QAA@ABK@Z -??0ProvFixedLengthOpaqueType@@QAA@ABKABVProvOpaque@@@Z -??0ProvFixedLengthOpaqueType@@QAA@ABKPBEK@Z -??0ProvFixedLengthOpaqueType@@QAA@ABKPBG@Z -??0ProvFixedLengthOpaqueType@@QAA@ABV0@@Z -??0ProvFixedLengthPhysAddressType@@QAA@ABK@Z -??0ProvFixedLengthPhysAddressType@@QAA@ABKABVProvOctetString@@@Z -??0ProvFixedLengthPhysAddressType@@QAA@ABKPBG@Z -??0ProvFixedLengthPhysAddressType@@QAA@ABV0@@Z -??0ProvFixedType@@QAA@ABV0@@Z -??0ProvFixedType@@QAA@K@Z -??0ProvGauge@@QAA@ABV0@@Z -??0ProvGauge@@QAA@J@Z -??0ProvGaugeType@@QAA@ABV0@@Z -??0ProvGaugeType@@QAA@ABVProvGauge@@PBG@Z -??0ProvGaugeType@@QAA@KPBG@Z -??0ProvGaugeType@@QAA@PBG0@Z -??0ProvGaugeType@@QAA@PBG@Z -??0ProvInstanceType@@IAA@ABV0@@Z -??0ProvInstanceType@@IAA@HH@Z -??0ProvInteger@@QAA@ABV0@@Z -??0ProvInteger@@QAA@J@Z -??0ProvIntegerType@@QAA@ABV0@@Z -??0ProvIntegerType@@QAA@ABVProvInteger@@PBG@Z -??0ProvIntegerType@@QAA@JPBG@Z -??0ProvIntegerType@@QAA@PBG0@Z -??0ProvIntegerType@@QAA@PBG@Z -??0ProvIpAddress@@QAA@ABV0@@Z -??0ProvIpAddress@@QAA@K@Z -??0ProvIpAddress@@QAA@PBD@Z -??0ProvIpAddressType@@QAA@ABV0@@Z -??0ProvIpAddressType@@QAA@ABVProvIpAddress@@@Z -??0ProvIpAddressType@@QAA@K@Z -??0ProvIpAddressType@@QAA@PBG@Z -??0ProvIpAddressType@@QAA@XZ -??0ProvLexicon@@QAA@XZ -??0ProvMacAddressType@@QAA@ABV0@@Z -??0ProvMacAddressType@@QAA@ABVProvOctetString@@@Z -??0ProvMacAddressType@@QAA@PBE@Z -??0ProvMacAddressType@@QAA@PBG@Z -??0ProvMacAddressType@@QAA@XZ -??0ProvNegativeRangeType@@QAA@ABV0@@Z -??0ProvNegativeRangeType@@QAA@JJ@Z -??0ProvNegativeRangeType@@QAA@XZ -??0ProvNetworkAddressType@@QAA@ABV0@@Z -??0ProvNetworkAddressType@@QAA@ABVProvIpAddress@@@Z -??0ProvNetworkAddressType@@QAA@K@Z -??0ProvNetworkAddressType@@QAA@PBG@Z -??0ProvNetworkAddressType@@QAA@XZ -??0ProvNull@@QAA@XZ -??0ProvNullType@@QAA@ABV0@@Z -??0ProvNullType@@QAA@ABVProvNull@@@Z -??0ProvNullType@@QAA@XZ -??0ProvOSIAddressType@@QAA@ABV0@@Z -??0ProvOSIAddressType@@QAA@ABVProvOctetString@@@Z -??0ProvOSIAddressType@@QAA@PBEK@Z -??0ProvOSIAddressType@@QAA@PBG@Z -??0ProvOSIAddressType@@QAA@XZ -??0ProvObjectIdentifier@@QAA@ABV0@@Z -??0ProvObjectIdentifier@@QAA@PBD@Z -??0ProvObjectIdentifier@@QAA@PBKK@Z -??0ProvObjectIdentifierType@@QAA@ABV0@@Z -??0ProvObjectIdentifierType@@QAA@ABVProvObjectIdentifier@@@Z -??0ProvObjectIdentifierType@@QAA@PBG@Z -??0ProvObjectIdentifierType@@QAA@PBKK@Z -??0ProvObjectIdentifierType@@QAA@XZ -??0ProvOctetString@@QAA@ABV0@@Z -??0ProvOctetString@@QAA@PBEK@Z -??0ProvOctetStringType@@QAA@ABV0@@Z -??0ProvOctetStringType@@QAA@ABVProvOctetString@@PBG@Z -??0ProvOctetStringType@@QAA@PBEKPBG@Z -??0ProvOctetStringType@@QAA@PBG0@Z -??0ProvOctetStringType@@QAA@PBG@Z -??0ProvOpaque@@QAA@ABV0@@Z -??0ProvOpaque@@QAA@PBEK@Z -??0ProvOpaqueType@@QAA@ABV0@@Z -??0ProvOpaqueType@@QAA@ABVProvOpaque@@PBG@Z -??0ProvOpaqueType@@QAA@PBEKPBG@Z -??0ProvOpaqueType@@QAA@PBG0@Z -??0ProvOpaqueType@@QAA@PBG@Z -??0ProvPhysAddressType@@QAA@ABV0@@Z -??0ProvPhysAddressType@@QAA@ABVProvOctetString@@PBG@Z -??0ProvPhysAddressType@@QAA@PBEKPBG@Z -??0ProvPhysAddressType@@QAA@PBG0@Z -??0ProvPhysAddressType@@QAA@PBG@Z -??0ProvPositiveRangeType@@QAA@ABV0@@Z -??0ProvPositiveRangeType@@QAA@KJ@Z -??0ProvPositiveRangeType@@QAA@XZ -??0ProvPositiveRangedType@@QAA@ABV0@@Z -??0ProvPositiveRangedType@@QAA@PBG@Z -??0ProvRowStatusType@@QAA@ABJ@Z -??0ProvRowStatusType@@QAA@ABV0@@Z -??0ProvRowStatusType@@QAA@ABVProvInteger@@@Z -??0ProvRowStatusType@@QAA@ABW4ProvRowStatusEnum@0@@Z -??0ProvRowStatusType@@QAA@PBG@Z -??0ProvRowStatusType@@QAA@XZ -??0ProvTimeTicks@@QAA@ABV0@@Z -??0ProvTimeTicks@@QAA@K@Z -??0ProvTimeTicksType@@QAA@ABV0@@Z -??0ProvTimeTicksType@@QAA@ABVProvTimeTicks@@@Z -??0ProvTimeTicksType@@QAA@K@Z -??0ProvTimeTicksType@@QAA@PBG@Z -??0ProvTimeTicksType@@QAA@XZ -??0ProvUDPAddressType@@QAA@ABV0@@Z -??0ProvUDPAddressType@@QAA@ABVProvOctetString@@@Z -??0ProvUDPAddressType@@QAA@PBE@Z -??0ProvUDPAddressType@@QAA@PBG@Z -??0ProvUDPAddressType@@QAA@XZ -??0ProvUInteger32@@QAA@ABV0@@Z -??0ProvUInteger32@@QAA@J@Z -??0ProvValue@@AAA@ABV0@@Z -??0ProvValue@@IAA@XZ -??0QueryPreprocessor@@QAA@ABV0@@Z -??0QueryPreprocessor@@QAA@XZ -??0WmiAndNode@@QAA@ABV0@@Z -??0WmiAndNode@@QAA@PAVWmiTreeNode@@00@Z -??0WmiNotNode@@QAA@ABV0@@Z -??0WmiNotNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiNullNode@@QAA@ABV0@@Z -??0WmiNullNode@@QAA@PAGKPAVWmiTreeNode@@@Z -??0WmiNullRangeNode@@QAA@ABV0@@Z -??0WmiNullRangeNode@@QAA@PAGKPAVWmiTreeNode@@1@Z -??0WmiOperatorEqualNode@@QAA@ABV0@@Z -??0WmiOperatorEqualNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorEqualOrGreaterNode@@QAA@ABV0@@Z -??0WmiOperatorEqualOrGreaterNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorEqualOrLessNode@@QAA@ABV0@@Z -??0WmiOperatorEqualOrLessNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorGreaterNode@@QAA@ABV0@@Z -??0WmiOperatorGreaterNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorIsANode@@QAA@ABV0@@Z -??0WmiOperatorIsANode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorLessNode@@QAA@ABV0@@Z -??0WmiOperatorLessNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorLikeNode@@QAA@ABV0@@Z -??0WmiOperatorLikeNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorNode@@QAA@ABV0@@Z -??0WmiOperatorNode@@QAA@KPAVWmiTreeNode@@0@Z -??0WmiOperatorNotEqualNode@@QAA@ABV0@@Z -??0WmiOperatorNotEqualNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorNotIsANode@@QAA@ABV0@@Z -??0WmiOperatorNotIsANode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOperatorNotLikeNode@@QAA@ABV0@@Z -??0WmiOperatorNotLikeNode@@QAA@PAVWmiTreeNode@@0@Z -??0WmiOrNode@@QAA@ABV0@@Z -??0WmiOrNode@@QAA@PAVWmiTreeNode@@00@Z -??0WmiRangeNode@@QAA@ABV0@@Z -??0WmiRangeNode@@QAA@KPAGKHHHHPAVWmiTreeNode@@1@Z -??0WmiSignedIntegerNode@@QAA@ABV0@@Z -??0WmiSignedIntegerNode@@QAA@PAGJKPAVWmiTreeNode@@@Z -??0WmiSignedIntegerRangeNode@@QAA@ABV0@@Z -??0WmiSignedIntegerRangeNode@@QAA@PAGKHHHHJJPAVWmiTreeNode@@1@Z -??0WmiStringNode@@QAA@ABV0@@Z -??0WmiStringNode@@QAA@PAG0W4WmiValueFunction@WmiValueNode@@1KPAVWmiTreeNode@@@Z -??0WmiStringRangeNode@@QAA@ABV0@@Z -??0WmiStringRangeNode@@QAA@PAGKHHHH00PAVWmiTreeNode@@1@Z -??0WmiTreeNode@@QAA@ABV0@@Z -??0WmiTreeNode@@QAA@KPAXPAV0@11@Z -??0WmiTreeNode@@QAA@PAV0@@Z -??0WmiTreeNodeIterator@@QAA@ABV0@@Z -??0WmiTreeNodeIterator@@QAA@PAV0@@Z -??0WmiTreeNodeIterator@@QAA@PAVWmiTreeNode@@@Z -??0WmiUnsignedIntegerNode@@QAA@ABV0@@Z -??0WmiUnsignedIntegerNode@@QAA@PAGKKPAVWmiTreeNode@@@Z -??0WmiUnsignedIntegerRangeNode@@QAA@ABV0@@Z -??0WmiUnsignedIntegerRangeNode@@QAA@PAGKHHHHKKPAVWmiTreeNode@@1@Z -??0WmiValueNode@@QAA@ABV0@@Z -??0WmiValueNode@@QAA@KPAGW4WmiValueFunction@0@1KPAVWmiTreeNode@@@Z -??1CBString@@QAA@XZ -??1Conjunctions@@QAA@XZ -??1Disjunctions@@QAA@XZ -??1PartitionSet@@UAA@XZ -??1ProvAnalyser@@UAA@XZ -??1ProvBitStringType@@UAA@XZ -??1ProvCounter64@@UAA@XZ -??1ProvCounter64Type@@UAA@XZ -??1ProvCounter@@UAA@XZ -??1ProvCounterType@@UAA@XZ -??1ProvDateTimeType@@UAA@XZ -??1ProvDisplayStringType@@UAA@XZ -??1ProvEnumeratedType@@UAA@XZ -??1ProvEventObject@@UAA@XZ -??1ProvFixedLengthDisplayStringType@@UAA@XZ -??1ProvFixedLengthOctetStringType@@UAA@XZ -??1ProvFixedLengthOpaqueType@@UAA@XZ -??1ProvFixedLengthPhysAddressType@@UAA@XZ -??1ProvFixedType@@UAA@XZ -??1ProvGauge@@UAA@XZ -??1ProvGaugeType@@UAA@XZ -??1ProvInstanceType@@UAA@XZ -??1ProvInteger@@UAA@XZ -??1ProvIntegerType@@UAA@XZ -??1ProvIpAddress@@UAA@XZ -??1ProvIpAddressType@@UAA@XZ -??1ProvLexicon@@QAA@XZ -??1ProvMacAddressType@@UAA@XZ -??1ProvNegativeRangeType@@UAA@XZ -??1ProvNetworkAddressType@@UAA@XZ -??1ProvNull@@UAA@XZ -??1ProvNullType@@UAA@XZ -??1ProvOSIAddressType@@UAA@XZ -??1ProvObjectIdentifier@@UAA@XZ -??1ProvObjectIdentifierType@@UAA@XZ -??1ProvOctetString@@UAA@XZ -??1ProvOctetStringType@@UAA@XZ -??1ProvOpaque@@UAA@XZ -??1ProvOpaqueType@@UAA@XZ -??1ProvPhysAddressType@@UAA@XZ -??1ProvPositiveRangeType@@UAA@XZ -??1ProvPositiveRangedType@@UAA@XZ -??1ProvRowStatusType@@UAA@XZ -??1ProvTimeTicks@@UAA@XZ -??1ProvTimeTicksType@@UAA@XZ -??1ProvUDPAddressType@@UAA@XZ -??1ProvUInteger32@@UAA@XZ -??1ProvValue@@UAA@XZ -??1QueryPreprocessor@@UAA@XZ -??1WmiAndNode@@UAA@XZ -??1WmiNotNode@@UAA@XZ -??1WmiNullNode@@UAA@XZ -??1WmiNullRangeNode@@UAA@XZ -??1WmiOperatorEqualNode@@UAA@XZ -??1WmiOperatorEqualOrGreaterNode@@UAA@XZ -??1WmiOperatorEqualOrLessNode@@UAA@XZ -??1WmiOperatorGreaterNode@@UAA@XZ -??1WmiOperatorIsANode@@UAA@XZ -??1WmiOperatorLessNode@@UAA@XZ -??1WmiOperatorLikeNode@@UAA@XZ -??1WmiOperatorNode@@UAA@XZ -??1WmiOperatorNotEqualNode@@UAA@XZ -??1WmiOperatorNotIsANode@@UAA@XZ -??1WmiOperatorNotLikeNode@@UAA@XZ -??1WmiOrNode@@UAA@XZ -??1WmiRangeNode@@UAA@XZ -??1WmiSignedIntegerNode@@UAA@XZ -??1WmiSignedIntegerRangeNode@@UAA@XZ -??1WmiStringNode@@UAA@XZ -??1WmiStringRangeNode@@UAA@XZ -??1WmiTreeNode@@UAA@XZ -??1WmiTreeNodeIterator@@UAA@XZ -??1WmiUnsignedIntegerNode@@UAA@XZ -??1WmiUnsignedIntegerRangeNode@@UAA@XZ -??1WmiValueNode@@UAA@XZ -??4CBString@@QAAAAV0@ABV0@@Z -??4CBString@@QAAABV0@PBG@Z -??4Conjunctions@@QAAAAV0@ABV0@@Z -??4Disjunctions@@QAAAAV0@ABV0@@Z -??4PartitionSet@@QAAAAV0@ABV0@@Z -??4ProvAnalyser@@QAAAAV0@ABV0@@Z -??4ProvBitStringType@@QAAAAV0@ABV0@@Z -??4ProvCounter64@@QAAAAVProvValue@@ABV0@@Z -??4ProvCounter64Type@@QAAAAV0@ABV0@@Z -??4ProvCounter@@QAAAAVProvValue@@ABV0@@Z -??4ProvCounterType@@QAAAAV0@ABV0@@Z -??4ProvDateTimeType@@QAAAAV0@ABV0@@Z -??4ProvDebugLog@@QAAAAV0@ABV0@@Z -??4ProvDisplayStringType@@QAAAAV0@ABV0@@Z -??4ProvEnumeratedType@@QAAAAV0@ABV0@@Z -??4ProvEventObject@@QAAAAV0@ABV0@@Z -??4ProvFixedLengthDisplayStringType@@QAAAAV0@ABV0@@Z -??4ProvFixedLengthOctetStringType@@QAAAAV0@ABV0@@Z -??4ProvFixedLengthOpaqueType@@QAAAAV0@ABV0@@Z -??4ProvFixedLengthPhysAddressType@@QAAAAV0@ABV0@@Z -??4ProvFixedType@@QAAAAV0@ABV0@@Z -??4ProvGauge@@QAAAAVProvValue@@ABV0@@Z -??4ProvGaugeType@@QAAAAV0@ABV0@@Z -??4ProvInstanceType@@QAAAAV0@ABV0@@Z -??4ProvInteger@@QAAAAVProvValue@@ABV0@@Z -??4ProvIntegerType@@QAAAAV0@ABV0@@Z -??4ProvIpAddress@@QAAAAVProvValue@@ABV0@@Z -??4ProvIpAddressType@@QAAAAV0@ABV0@@Z -??4ProvLexicon@@QAAAAV0@ABV0@@Z -??4ProvMacAddressType@@QAAAAV0@ABV0@@Z -??4ProvNegativeRangeType@@QAAAAV0@ABV0@@Z -??4ProvNetworkAddressType@@QAAAAV0@ABV0@@Z -??4ProvNull@@QAAAAVProvValue@@ABV0@@Z -??4ProvNullType@@QAAAAV0@ABV0@@Z -??4ProvOSIAddressType@@QAAAAV0@ABV0@@Z -??4ProvObjectIdentifier@@QAAAAVProvValue@@ABV0@@Z -??4ProvObjectIdentifierType@@QAAAAV0@ABV0@@Z -??4ProvOctetString@@QAAAAVProvValue@@ABV0@@Z -??4ProvOctetStringType@@QAAAAV0@ABV0@@Z -??4ProvOpaque@@QAAAAVProvValue@@ABV0@@Z -??4ProvOpaqueType@@QAAAAV0@ABV0@@Z -??4ProvPhysAddressType@@QAAAAV0@ABV0@@Z -??4ProvPositiveRangeType@@QAAAAV0@ABV0@@Z -??4ProvPositiveRangedType@@QAAAAV0@ABV0@@Z -??4ProvRowStatusType@@QAAAAV0@ABV0@@Z -??4ProvTimeTicks@@QAAAAVProvValue@@ABV0@@Z -??4ProvTimeTicksType@@QAAAAV0@ABV0@@Z -??4ProvUDPAddressType@@QAAAAV0@ABV0@@Z -??4ProvUInteger32@@QAAAAVProvValue@@ABV0@@Z -??4ProvValue@@AAAAAV0@ABV0@@Z -??4QueryPreprocessor@@QAAAAV0@ABV0@@Z -??4WmiAndNode@@QAAAAV0@ABV0@@Z -??4WmiNotNode@@QAAAAV0@ABV0@@Z -??4WmiNullNode@@QAAAAV0@ABV0@@Z -??4WmiNullRangeNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorEqualNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorEqualOrGreaterNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorEqualOrLessNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorGreaterNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorIsANode@@QAAAAV0@ABV0@@Z -??4WmiOperatorLessNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorLikeNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorNotEqualNode@@QAAAAV0@ABV0@@Z -??4WmiOperatorNotIsANode@@QAAAAV0@ABV0@@Z -??4WmiOperatorNotLikeNode@@QAAAAV0@ABV0@@Z -??4WmiOrNode@@QAAAAV0@ABV0@@Z -??4WmiRangeNode@@QAAAAV0@ABV0@@Z -??4WmiSignedIntegerNode@@QAAAAV0@ABV0@@Z -??4WmiSignedIntegerRangeNode@@QAAAAV0@ABV0@@Z -??4WmiStringNode@@QAAAAV0@ABV0@@Z -??4WmiStringRangeNode@@QAAAAV0@ABV0@@Z -??4WmiTreeNode@@QAAAAV0@ABV0@@Z -??4WmiTreeNodeIterator@@QAAAAV0@ABV0@@Z -??4WmiUnsignedIntegerNode@@QAAAAV0@ABV0@@Z -??4WmiUnsignedIntegerRangeNode@@QAAAAV0@ABV0@@Z -??4WmiValueNode@@QAAAAV0@ABV0@@Z -??8ProvInstanceType@@QBAHABV0@@Z -??8ProvObjectIdentifier@@QBAHABV0@@Z -??8ProvValue@@QBAHABV0@@Z -??9ProvInstanceType@@QBAHABV0@@Z -??9ProvObjectIdentifier@@QBAHABV0@@Z -??9ProvValue@@QBAHABV0@@Z -??AProvObjectIdentifier@@QBAAAKK@Z -??BProvAnalyser@@UAAPAXXZ -??BProvInstanceType@@UAAPAXXZ -??BProvPositiveRangedType@@UAAPAXXZ -??HProvObjectIdentifier@@QBA?AV0@ABV0@@Z -??MProvObjectIdentifier@@QBAHABV0@@Z -??NProvObjectIdentifier@@QBAHABV0@@Z -??OProvObjectIdentifier@@QBAHABV0@@Z -??PProvObjectIdentifier@@QBAHABV0@@Z -??RProvIpAddress@@QBAPAXXZ -??RProvObjectIdentifier@@QBAPAXXZ -??RProvOctetString@@QBAPAXXZ -??RProvOpaque@@QBAPAXXZ -??_7PartitionSet@@6B@ DATA -??_7ProvAnalyser@@6B@ DATA -??_7ProvBitStringType@@6BProvInstanceType@@@ DATA -??_7ProvBitStringType@@6BProvPositiveRangedType@@@ DATA -??_7ProvCounter64@@6B@ DATA -??_7ProvCounter64Type@@6B@ DATA -??_7ProvCounter@@6B@ DATA -??_7ProvCounterType@@6B@ DATA -??_7ProvDateTimeType@@6BProvInstanceType@@@ DATA -??_7ProvDateTimeType@@6BProvPositiveRangedType@@@ DATA -??_7ProvDisplayStringType@@6BProvInstanceType@@@ DATA -??_7ProvDisplayStringType@@6BProvPositiveRangedType@@@ DATA -??_7ProvEnumeratedType@@6BProvInstanceType@@@ DATA -??_7ProvEnumeratedType@@6BProvNegativeRangedType@@@ DATA -??_7ProvEventObject@@6B@ DATA -??_7ProvFixedLengthDisplayStringType@@6B@ DATA -??_7ProvFixedLengthDisplayStringType@@6BProvInstanceType@@@ DATA -??_7ProvFixedLengthDisplayStringType@@6BProvPositiveRangedType@@@ DATA -??_7ProvFixedLengthOctetStringType@@6B@ DATA -??_7ProvFixedLengthOctetStringType@@6BProvInstanceType@@@ DATA -??_7ProvFixedLengthOctetStringType@@6BProvPositiveRangedType@@@ DATA -??_7ProvFixedLengthOpaqueType@@6B@ DATA -??_7ProvFixedLengthOpaqueType@@6BProvInstanceType@@@ DATA -??_7ProvFixedLengthOpaqueType@@6BProvPositiveRangedType@@@ DATA -??_7ProvFixedLengthPhysAddressType@@6B@ DATA -??_7ProvFixedLengthPhysAddressType@@6BProvInstanceType@@@ DATA -??_7ProvFixedLengthPhysAddressType@@6BProvPositiveRangedType@@@ DATA -??_7ProvFixedType@@6B@ DATA -??_7ProvGauge@@6B@ DATA -??_7ProvGaugeType@@6BProvInstanceType@@@ DATA -??_7ProvGaugeType@@6BProvPositiveRangedType@@@ DATA -??_7ProvInstanceType@@6B@ DATA -??_7ProvInteger@@6B@ DATA -??_7ProvIntegerType@@6BProvInstanceType@@@ DATA -??_7ProvIntegerType@@6BProvNegativeRangedType@@@ DATA -??_7ProvIpAddress@@6B@ DATA -??_7ProvIpAddressType@@6B@ DATA -??_7ProvMacAddressType@@6B@ DATA -??_7ProvMacAddressType@@6BProvInstanceType@@@ DATA -??_7ProvMacAddressType@@6BProvPositiveRangedType@@@ DATA -??_7ProvNegativeRangeType@@6B@ DATA -??_7ProvNetworkAddressType@@6B@ DATA -??_7ProvNull@@6B@ DATA -??_7ProvNullType@@6B@ DATA -??_7ProvOSIAddressType@@6BProvInstanceType@@@ DATA -??_7ProvOSIAddressType@@6BProvPositiveRangedType@@@ DATA -??_7ProvObjectIdentifier@@6B@ DATA -??_7ProvObjectIdentifierType@@6B@ DATA -??_7ProvOctetString@@6B@ DATA -??_7ProvOctetStringType@@6BProvInstanceType@@@ DATA -??_7ProvOctetStringType@@6BProvPositiveRangedType@@@ DATA -??_7ProvOpaque@@6B@ DATA -??_7ProvOpaqueType@@6BProvInstanceType@@@ DATA -??_7ProvOpaqueType@@6BProvPositiveRangedType@@@ DATA -??_7ProvPhysAddressType@@6BProvInstanceType@@@ DATA -??_7ProvPhysAddressType@@6BProvPositiveRangedType@@@ DATA -??_7ProvPositiveRangeType@@6B@ DATA -??_7ProvPositiveRangedType@@6B@ DATA -??_7ProvRowStatusType@@6BProvInstanceType@@@ DATA -??_7ProvRowStatusType@@6BProvNegativeRangedType@@@ DATA -??_7ProvTimeTicks@@6B@ DATA -??_7ProvTimeTicksType@@6B@ DATA -??_7ProvUDPAddressType@@6B@ DATA -??_7ProvUDPAddressType@@6BProvInstanceType@@@ DATA -??_7ProvUDPAddressType@@6BProvPositiveRangedType@@@ DATA -??_7ProvUInteger32@@6B@ DATA -??_7ProvValue@@6B@ DATA -??_7QueryPreprocessor@@6B@ DATA -??_7WmiAndNode@@6B@ DATA -??_7WmiNotNode@@6B@ DATA -??_7WmiNullNode@@6B@ DATA -??_7WmiNullRangeNode@@6B@ DATA -??_7WmiOperatorEqualNode@@6B@ DATA -??_7WmiOperatorEqualOrGreaterNode@@6B@ DATA -??_7WmiOperatorEqualOrLessNode@@6B@ DATA -??_7WmiOperatorGreaterNode@@6B@ DATA -??_7WmiOperatorIsANode@@6B@ DATA -??_7WmiOperatorLessNode@@6B@ DATA -??_7WmiOperatorLikeNode@@6B@ DATA -??_7WmiOperatorNode@@6B@ DATA -??_7WmiOperatorNotEqualNode@@6B@ DATA -??_7WmiOperatorNotIsANode@@6B@ DATA -??_7WmiOperatorNotLikeNode@@6B@ DATA -??_7WmiOrNode@@6B@ DATA -??_7WmiRangeNode@@6B@ DATA -??_7WmiSignedIntegerNode@@6B@ DATA -??_7WmiSignedIntegerRangeNode@@6B@ DATA -??_7WmiStringNode@@6B@ DATA -??_7WmiStringRangeNode@@6B@ DATA -??_7WmiTreeNode@@6B@ DATA -??_7WmiTreeNodeIterator@@6B@ DATA -??_7WmiUnsignedIntegerNode@@6B@ DATA -??_7WmiUnsignedIntegerRangeNode@@6B@ DATA -??_7WmiValueNode@@6B@ DATA -??_FProvAnalyser@@QAAXXZ -??_FProvDisplayStringType@@QAAXXZ -??_FProvEventObject@@QAAXXZ -??_FProvGaugeType@@QAAXXZ -??_FProvInstanceType@@QAAXXZ -??_FProvIntegerType@@QAAXXZ -??_FProvOctetStringType@@QAAXXZ -??_FProvOpaqueType@@QAAXXZ -??_FProvPhysAddressType@@QAAXXZ -??_FProvPositiveRangedType@@QAAXXZ -??_FWmiAndNode@@QAAXXZ -??_FWmiNotNode@@QAAXXZ -??_FWmiOperatorEqualNode@@QAAXXZ -??_FWmiOperatorEqualOrGreaterNode@@QAAXXZ -??_FWmiOperatorEqualOrLessNode@@QAAXXZ -??_FWmiOperatorGreaterNode@@QAAXXZ -??_FWmiOperatorIsANode@@QAAXXZ -??_FWmiOperatorLessNode@@QAAXXZ -??_FWmiOperatorLikeNode@@QAAXXZ -??_FWmiOperatorNotEqualNode@@QAAXXZ -??_FWmiOperatorNotIsANode@@QAAXXZ -??_FWmiOperatorNotLikeNode@@QAAXXZ -??_FWmiOrNode@@QAAXXZ -??_FWmiTreeNode@@QAAXXZ -?AllocInfiniteRangeNode@QueryPreprocessor@@MAAPAVWmiRangeNode@@PAXPAG@Z -?AllocTypeNode@QueryPreprocessor@@MAAPAVWmiTreeNode@@PAXPAGAAUtagVARIANT@@W4WmiValueFunction@WmiValueNode@@3PAV2@@Z -?Analyse@ProvAnalyser@@MAAHPAVProvLexicon@@AAKGPBG1HHH@Z -?BitStringDef@ProvBitStringType@@AAAHXZ -?Check@ProvPositiveRangedType@@QAAHABK@Z -?Clear@ProvEventObject@@QAAXXZ -?ClosedLowerBound@WmiRangeNode@@QAAHXZ -?ClosedUpperBound@WmiRangeNode@@QAAHXZ -?Closedown@ProvDebugLog@@SAXXZ -?Compare@ProvObjectIdentifier@@IBA?AW4Comparison@1@ABV1@0@Z -?ComparePropertyName@WmiRangeNode@@QAAJAAV1@@Z -?ComparePropertyName@WmiValueNode@@QAAJAAV1@@Z -?Complete@ProvEventObject@@UAAXXZ -?ConvertToRanges@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?Copy@ProvBitStringType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvCounter64@@UBAPAVProvValue@@XZ -?Copy@ProvCounter64Type@@UBAPAVProvInstanceType@@XZ -?Copy@ProvCounter@@UBAPAVProvValue@@XZ -?Copy@ProvCounterType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvDateTimeType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvDisplayStringType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvEnumeratedType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvFixedLengthDisplayStringType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvFixedLengthOctetStringType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvFixedLengthOpaqueType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvFixedLengthPhysAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvGauge@@UBAPAVProvValue@@XZ -?Copy@ProvGaugeType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvInteger@@UBAPAVProvValue@@XZ -?Copy@ProvIntegerType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvIpAddress@@UBAPAVProvValue@@XZ -?Copy@ProvIpAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvMacAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvNegativeRangeType@@UAAPAV1@XZ -?Copy@ProvNetworkAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvNull@@UBAPAVProvValue@@XZ -?Copy@ProvNullType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvOSIAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvObjectIdentifier@@UBAPAVProvValue@@XZ -?Copy@ProvObjectIdentifierType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvOctetString@@UBAPAVProvValue@@XZ -?Copy@ProvOctetStringType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvOpaque@@UBAPAVProvValue@@XZ -?Copy@ProvOpaqueType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvPhysAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvPositiveRangeType@@UAAPAV1@XZ -?Copy@ProvRowStatusType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvTimeTicks@@UBAPAVProvValue@@XZ -?Copy@ProvTimeTicksType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvUDPAddressType@@UBAPAVProvInstanceType@@XZ -?Copy@ProvUInteger32@@UBAPAVProvValue@@XZ -?Copy@WmiAndNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiNotNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiNullNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiNullRangeNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorEqualNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorEqualOrGreaterNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorEqualOrLessNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorGreaterNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorIsANode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorLessNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorLikeNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorNotEqualNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorNotIsANode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOperatorNotLikeNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiOrNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiSignedIntegerNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiSignedIntegerRangeNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiStringNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiStringRangeNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiTreeNode@@UAAPAV1@XZ -?Copy@WmiTreeNodeIterator@@UAAPAV1@XZ -?Copy@WmiUnsignedIntegerNode@@UAAPAVWmiTreeNode@@XZ -?Copy@WmiUnsignedIntegerRangeNode@@UAAPAVWmiTreeNode@@XZ -?CopyNode@WmiTreeNode@@UAAPAV1@XZ -?CountDisjunctions@QueryPreprocessor@@IAAXPAVWmiTreeNode@@AAK@Z -?CreateDisjunctionContainer@QueryPreprocessor@@IAA?AW4WmiTriState@@PAXPAVWmiTreeNode@@KPAPAGAAPAVDisjunctions@@@Z -?CreateDisjunctions@QueryPreprocessor@@IAA?AW4WmiTriState@@PAXPAVWmiTreeNode@@PAVDisjunctions@@KPAPAGAAK@Z -?CreateLexicon@ProvAnalyser@@MAAPAVProvLexicon@@XZ -?CreatePartitionSet@QueryPreprocessor@@IAA?AW4WmiTriState@@PAVDisjunctions@@AAPAVPartitionSet@@@Z -?Cut@ProvObjectIdentifier@@QBAPAV1@AAV1@@Z -?DateTimeDef@ProvDateTimeType@@AAAHXZ -?DbcsToUnicodeString@@YAPAGPBD@Z -?DecCharToDecInteger@ProvAnalyser@@SAKD@Z -?DecIntegerToDecChar@ProvAnalyser@@SADE@Z -?DecIntegerToDecWChar@ProvAnalyser@@SAGE@Z -?DecIntegerToHexChar@ProvAnalyser@@SADE@Z -?DecIntegerToHexWChar@ProvAnalyser@@SAGE@Z -?DecIntegerToOctChar@ProvAnalyser@@SADE@Z -?DecIntegerToOctWChar@ProvAnalyser@@SAGE@Z -?DecWCharToDecInteger@ProvAnalyser@@SAKG@Z -?DisjunctiveNormalForm@QueryPreprocessor@@IAA?AW4QuadState@1@AAPAVWmiTreeNode@@@Z -?Encode@ProvDateTimeType@@AAAXABK0000000000@Z -?EnumerationDef@ProvEnumeratedType@@AAAHXZ -?Equivalent@ProvCounter64@@MBAHABVProvValue@@@Z -?Equivalent@ProvCounter64@@QBAHABV1@@Z -?Equivalent@ProvCounter64Type@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvCounter@@MBAHABVProvValue@@@Z -?Equivalent@ProvCounter@@QBAHABV1@@Z -?Equivalent@ProvCounterType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvGauge@@MBAHABVProvValue@@@Z -?Equivalent@ProvGauge@@QBAHABV1@@Z -?Equivalent@ProvGaugeType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvInteger@@MBAHABVProvValue@@@Z -?Equivalent@ProvInteger@@QBAHABV1@@Z -?Equivalent@ProvIntegerType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvIpAddress@@MBAHABVProvValue@@@Z -?Equivalent@ProvIpAddress@@QBAHABV1@@Z -?Equivalent@ProvIpAddressType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvNetworkAddressType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvNull@@MBAHABVProvValue@@@Z -?Equivalent@ProvNullType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvObjectIdentifier@@IBAHABV1@@Z -?Equivalent@ProvObjectIdentifier@@MBAHABVProvValue@@@Z -?Equivalent@ProvObjectIdentifier@@QBAHABV1@K@Z -?Equivalent@ProvObjectIdentifierType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvOctetString@@MBAHABVProvValue@@@Z -?Equivalent@ProvOctetString@@QBAHABV1@@Z -?Equivalent@ProvOctetStringType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvOpaque@@MBAHABVProvValue@@@Z -?Equivalent@ProvOpaque@@QBAHABV1@@Z -?Equivalent@ProvOpaqueType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvTimeTicks@@MBAHABVProvValue@@@Z -?Equivalent@ProvTimeTicks@@QBAHABV1@@Z -?Equivalent@ProvTimeTicksType@@MBAHABVProvInstanceType@@@Z -?Equivalent@ProvUInteger32@@MBAHABVProvValue@@@Z -?Equivalent@ProvUInteger32@@QBAHABV1@@Z -?Evaluate@QueryPreprocessor@@IAAHPAXAAUSQL_LEVEL_1_RPN_EXPRESSION@@PAPAVWmiTreeNode@@@Z -?EvaluateAndExpression@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?EvaluateNotEqualExpression@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?EvaluateNotExpression@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?EvaluateOrExpression@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?Get@ProvAnalyser@@QAAPAVProvLexicon@@HHH@Z -?Get@ProvBitStringType@@AAAPAVProvLexicon@@XZ -?Get@ProvDateTimeType@@AAAPAVProvLexicon@@XZ -?Get@ProvEnumeratedType@@AAAPAVProvLexicon@@XZ -?Get@ProvPositiveRangedType@@IAAPAVProvLexicon@@XZ -?GetAllocatedString@ProvObjectIdentifier@@QBAPADXZ -?GetConjunctionCount@Disjunctions@@QAAKXZ -?GetConstantFunction@WmiValueNode@@QAA?AW4WmiValueFunction@1@XZ -?GetData@WmiTreeNode@@QAAPAXXZ -?GetData@WmiTreeNode@@QAAXPAPAX@Z -?GetDisjunction@Disjunctions@@QAAPAVConjunctions@@K@Z -?GetDisjunctionCount@Disjunctions@@QAAKXZ -?GetHandle@ProvEventObject@@QAAPAXXZ -?GetHighValue@ProvCounter64@@QBAKXZ -?GetIndex@WmiRangeNode@@QAAKXZ -?GetIndex@WmiValueNode@@QAAKXZ -?GetIntersectingRange@WmiSignedIntegerRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetIntersectingRange@WmiStringRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetIntersectingRange@WmiUnsignedIntegerRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetIterator@WmiTreeNodeIterator@@QAAPAVWmiTreeNode@@XZ -?GetKeyIndex@PartitionSet@@QAAKXZ -?GetLeft@WmiTreeNode@@QAAPAV1@XZ -?GetLeft@WmiTreeNode@@QAAXAAPAPAV1@@Z -?GetLevel@ProvDebugLog@@QAAKXZ -?GetLogging@ProvDebugLog@@QAAHXZ -?GetLowValue@ProvCounter64@@QBAKXZ -?GetLowerBound@ProvNegativeRangeType@@QAAJXZ -?GetLowerBound@ProvPositiveRangeType@@QAAKXZ -?GetOverlappingRange@WmiSignedIntegerRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetOverlappingRange@WmiStringRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetOverlappingRange@WmiUnsignedIntegerRangeNode@@QAA?AW4WmiTriState@@AAV1@AAPAV1@@Z -?GetParent@WmiTreeNode@@QAAPAV1@XZ -?GetParent@WmiTreeNode@@QAAXAAPAPAV1@@Z -?GetPartition@PartitionSet@@QAAPAV1@K@Z -?GetPartitionCount@PartitionSet@@QAAKXZ -?GetPropertyFunction@WmiValueNode@@QAA?AW4WmiValueFunction@1@XZ -?GetPropertyName@WmiRangeNode@@QAAPAGXZ -?GetPropertyName@WmiValueNode@@QAAPAGXZ -?GetProvDebugLog@ProvDebugLog@@SAPAV1@D@Z -?GetRange@Conjunctions@@QAAPAVWmiRangeNode@@K@Z -?GetRange@PartitionSet@@QAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorEqualNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorEqualOrGreaterNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorEqualOrLessNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorGreaterNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorIsANode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorLessNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorLikeNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorNotEqualNode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorNotIsANode@@UAAPAVWmiRangeNode@@XZ -?GetRange@WmiOperatorNotLikeNode@@UAAPAVWmiRangeNode@@XZ -?GetRangeCount@Conjunctions@@QAAKXZ -?GetRight@WmiTreeNode@@QAAPAV1@XZ -?GetRight@WmiTreeNode@@QAAXAAPAPAV1@@Z -?GetRowStatus@ProvRowStatusType@@QBA?AW4ProvRowStatusEnum@1@XZ -?GetString@CBString@@QAAPAGXZ -?GetStringValue@ProvBitStringType@@UBAPAGXZ -?GetStringValue@ProvCounter64Type@@UBAPAGXZ -?GetStringValue@ProvCounterType@@UBAPAGXZ -?GetStringValue@ProvDateTimeType@@UBAPAGXZ -?GetStringValue@ProvDisplayStringType@@UBAPAGXZ -?GetStringValue@ProvEnumeratedType@@UBAPAGXZ -?GetStringValue@ProvFixedLengthDisplayStringType@@UBAPAGXZ -?GetStringValue@ProvFixedLengthPhysAddressType@@UBAPAGXZ -?GetStringValue@ProvGaugeType@@UBAPAGXZ -?GetStringValue@ProvIntegerType@@UBAPAGXZ -?GetStringValue@ProvIpAddressType@@UBAPAGXZ -?GetStringValue@ProvMacAddressType@@UBAPAGXZ -?GetStringValue@ProvNetworkAddressType@@UBAPAGXZ -?GetStringValue@ProvNullType@@UBAPAGXZ -?GetStringValue@ProvOSIAddressType@@UBAPAGXZ -?GetStringValue@ProvObjectIdentifierType@@UBAPAGXZ -?GetStringValue@ProvOctetStringType@@UBAPAGXZ -?GetStringValue@ProvOpaqueType@@UBAPAGXZ -?GetStringValue@ProvPhysAddressType@@UBAPAGXZ -?GetStringValue@ProvRowStatusType@@UBAPAGXZ -?GetStringValue@ProvTimeTicksType@@UBAPAGXZ -?GetStringValue@ProvUDPAddressType@@UBAPAGXZ -?GetToken@ProvAnalyser@@AAAPAVProvLexicon@@HHH@Z -?GetToken@ProvLexicon@@QAA?AW4LexiconToken@1@XZ -?GetType@WmiTreeNode@@QAAKXZ -?GetUpperBound@ProvNegativeRangeType@@QAAJXZ -?GetUpperBound@ProvPositiveRangeType@@QAAKXZ -?GetValue@ProvBitStringType@@QBAKAAPAPAG@Z -?GetValue@ProvCounter64Type@@QBAXAAK0@Z -?GetValue@ProvCounter@@QBAKXZ -?GetValue@ProvCounterType@@QBAKXZ -?GetValue@ProvDateTimeType@@QBAPAGXZ -?GetValue@ProvDisplayStringType@@QBAPAGXZ -?GetValue@ProvEnumeratedType@@QBAPAGXZ -?GetValue@ProvFixedLengthDisplayStringType@@QBAPAGXZ -?GetValue@ProvGauge@@QBAKXZ -?GetValue@ProvGaugeType@@QBAKXZ -?GetValue@ProvInteger@@QBAJXZ -?GetValue@ProvIntegerType@@QBAJXZ -?GetValue@ProvIpAddress@@QBAKXZ -?GetValue@ProvIpAddressType@@QBAKXZ -?GetValue@ProvLexicon@@QAAPATProvLexiconValue@@XZ -?GetValue@ProvNetworkAddressType@@QBAKXZ -?GetValue@ProvObjectIdentifier@@QBAPAKXZ -?GetValue@ProvObjectIdentifierType@@QBAPAKXZ -?GetValue@ProvOctetString@@QBAPAEXZ -?GetValue@ProvOctetStringType@@QBAPAEXZ -?GetValue@ProvOpaque@@QBAPAEXZ -?GetValue@ProvOpaqueType@@QBAPAEXZ -?GetValue@ProvRowStatusType@@QBAPAGXZ -?GetValue@ProvTimeTicks@@QBAKXZ -?GetValue@ProvTimeTicksType@@QBAKXZ -?GetValue@ProvUInteger32@@QBAKXZ -?GetValue@WmiSignedIntegerNode@@QAAJXZ -?GetValue@WmiStringNode@@QAAPAGXZ -?GetValue@WmiUnsignedIntegerNode@@QAAKXZ -?GetValueLength@ProvObjectIdentifier@@QBAKXZ -?GetValueLength@ProvObjectIdentifierType@@QBAKXZ -?GetValueLength@ProvOctetString@@QBAKXZ -?GetValueLength@ProvOctetStringType@@QBAKXZ -?GetValueLength@ProvOpaque@@QBAKXZ -?GetValueLength@ProvOpaqueType@@QBAKXZ -?HexCharToDecInteger@ProvAnalyser@@SAKD@Z -?HexWCharToDecInteger@ProvAnalyser@@SAKG@Z -?InfiniteLowerBound@WmiRangeNode@@QAAHXZ -?InfiniteUpperBound@WmiRangeNode@@QAAHXZ -?Initialise@ProvAnalyser@@MAAXXZ -?Initialize@Conjunctions@@QAA?AW4WmiTriState@@XZ -?Initialize@Disjunctions@@QAA?AW4WmiTriState@@XZ -?Initialize@PartitionSet@@QAA?AW4WmiTriState@@K@Z -?Initialize@ProvObjectIdentifier@@MAAXPBKK@Z -?Initialize@ProvOctetString@@MAAXPBEK@Z -?InsertNode@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@0@Z -?InvariantEvaluate@QueryPreprocessor@@MAA?AW4QuadState@1@PAXPAVWmiTreeNode@@1@Z -?IsAlpha@ProvAnalyser@@SAHG@Z -?IsAlphaNumeric@ProvAnalyser@@SAHG@Z -?IsDecimal@ProvAnalyser@@SAHG@Z -?IsEof@ProvAnalyser@@SAHG@Z -?IsHex@ProvAnalyser@@SAHG@Z -?IsLeadingDecimal@ProvAnalyser@@SAHG@Z -?IsNull@ProvInstanceType@@UBAHXZ -?IsOctal@ProvAnalyser@@SAHG@Z -?IsProvV1Type@ProvCounter64Type@@UBAHXZ -?IsProvV1Type@ProvInstanceType@@UBAHXZ -?IsProvV2CType@ProvInstanceType@@UBAHXZ -?IsProvV2CType@ProvNullType@@UBAHXZ -?IsValid@ProvInstanceType@@UBAHXZ -?IsValid@ProvPositiveRangedType@@QAAHXZ -?IsWhitespace@ProvAnalyser@@SAHG@Z -?Leaf@PartitionSet@@QAAHXZ -?LexicographicallyAfter@WmiSignedIntegerNode@@QAAHAAJ@Z -?LexicographicallyAfter@WmiStringNode@@QAAHAAPAG@Z -?LexicographicallyAfter@WmiUnsignedIntegerNode@@QAAHAAK@Z -?LexicographicallyBefore@WmiSignedIntegerNode@@QAAHAAJ@Z -?LexicographicallyBefore@WmiStringNode@@QAAHAAPAG@Z -?LexicographicallyBefore@WmiUnsignedIntegerNode@@QAAHAAK@Z -?LowerBound@WmiSignedIntegerRangeNode@@QAAJXZ -?LowerBound@WmiStringRangeNode@@QAAPAGXZ -?LowerBound@WmiUnsignedIntegerRangeNode@@QAAKXZ -?Match@ProvBitStringType@@AAAPAVProvLexicon@@W4LexiconToken@2@@Z -?Match@ProvDateTimeType@@AAAPAVProvLexicon@@W4LexiconToken@2@@Z -?Match@ProvEnumeratedType@@AAAPAVProvLexicon@@W4LexiconToken@2@@Z -?Match@ProvPositiveRangedType@@IAAPAVProvLexicon@@W4LexiconToken@2@@Z -?OctCharToDecInteger@ProvAnalyser@@SAKD@Z -?OctWCharToDecInteger@ProvAnalyser@@SAKG@Z -?OverWrite@ProvObjectIdentifier@@AAAXPBK@Z -?OverWrite@ProvOctetString@@AAAXPBE@Z -?Parse@ProvBitStringType@@AAAHPBG@Z -?Parse@ProvCounter64Type@@IAAHPBG@Z -?Parse@ProvCounterType@@IAAHPBG@Z -?Parse@ProvDateTimeType@@AAAHPBG@Z -?Parse@ProvEnumeratedType@@AAAHPBG@Z -?Parse@ProvFixedLengthPhysAddressType@@IAAHPBG@Z -?Parse@ProvGaugeType@@IAAHPBG@Z -?Parse@ProvIntegerType@@IAAHPBG@Z -?Parse@ProvIpAddressType@@IAAHPBG@Z -?Parse@ProvMacAddressType@@IAAHPBG@Z -?Parse@ProvNetworkAddressType@@IAAHPBG@Z -?Parse@ProvOSIAddressType@@IAAHPBG@Z -?Parse@ProvObjectIdentifierType@@IAAHPBG@Z -?Parse@ProvOctetStringType@@IAAHPBG@Z -?Parse@ProvOpaqueType@@IAAHPBG@Z -?Parse@ProvPhysAddressType@@IAAHPBG@Z -?Parse@ProvPositiveRangedType@@IAAHPBG@Z -?Parse@ProvTimeTicksType@@IAAHPBG@Z -?Parse@ProvUDPAddressType@@IAAHPBG@Z -?PreProcess@QueryPreprocessor@@QAA?AW4QuadState@1@PAXPAUSQL_LEVEL_1_RPN_EXPRESSION@@AAPAVWmiTreeNode@@@Z -?PreProcess@QueryPreprocessor@@QAA?AW4QuadState@1@PAXPAUSQL_LEVEL_1_RPN_EXPRESSION@@PAVWmiTreeNode@@KPAPAGAAPAVPartitionSet@@@Z -?Prefix@ProvObjectIdentifier@@QBAHKAAV1@@Z -?Print@WmiAndNode@@UAAXXZ -?Print@WmiNotNode@@UAAXXZ -?Print@WmiNullNode@@UAAXXZ -?Print@WmiNullRangeNode@@UAAXXZ -?Print@WmiOperatorEqualNode@@UAAXXZ -?Print@WmiOperatorEqualOrGreaterNode@@UAAXXZ -?Print@WmiOperatorEqualOrLessNode@@UAAXXZ -?Print@WmiOperatorGreaterNode@@UAAXXZ -?Print@WmiOperatorIsANode@@UAAXXZ -?Print@WmiOperatorLessNode@@UAAXXZ -?Print@WmiOperatorLikeNode@@UAAXXZ -?Print@WmiOperatorNotEqualNode@@UAAXXZ -?Print@WmiOperatorNotIsANode@@UAAXXZ -?Print@WmiOperatorNotLikeNode@@UAAXXZ -?Print@WmiOrNode@@UAAXXZ -?Print@WmiSignedIntegerNode@@UAAXXZ -?Print@WmiSignedIntegerRangeNode@@UAAXXZ -?Print@WmiStringNode@@UAAXXZ -?Print@WmiStringRangeNode@@UAAXXZ -?Print@WmiTreeNode@@UAAXXZ -?Print@WmiUnsignedIntegerNode@@UAAXXZ -?Print@WmiUnsignedIntegerRangeNode@@UAAXXZ -?PrintTree@QueryPreprocessor@@IAAXPAVWmiTreeNode@@@Z -?Process@ProvEventObject@@UAAXXZ -?PushBack@ProvBitStringType@@AAAXXZ -?PushBack@ProvDateTimeType@@AAAXXZ -?PushBack@ProvEnumeratedType@@AAAXXZ -?PushBack@ProvPositiveRangedType@@IAAXXZ -?PutBack@ProvAnalyser@@QAAXPBVProvLexicon@@@Z -?Query@QueryPreprocessor@@QAA?AW4QuadState@1@PAGAAPAUSQL_LEVEL_1_RPN_EXPRESSION@@@Z -?QuickSort@QueryPreprocessor@@IAAXPAPAVWmiRangeNode@@PAKK@Z -?RangeDef@ProvPositiveRangedType@@IAAHXZ -?RecursiveConvertToRanges@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?RecursiveDef@ProvBitStringType@@AAAHXZ -?RecursiveDef@ProvEnumeratedType@@AAAHXZ -?RecursiveDef@ProvPositiveRangedType@@IAAHXZ -?RecursiveDisjunctiveNormalForm@QueryPreprocessor@@IAA?AW4QuadState@1@AAPAVWmiTreeNode@@@Z -?RecursiveEvaluate@QueryPreprocessor@@IAAHPAXAAUSQL_LEVEL_1_RPN_EXPRESSION@@PAVWmiTreeNode@@PAPAV3@AAH@Z -?RecursiveInsertNode@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@0@Z -?RecursivePartitionSet@QueryPreprocessor@@IAA?AW4WmiTriState@@PAVDisjunctions@@AAPAVPartitionSet@@KPAKK@Z -?RecursiveQuickSort@QueryPreprocessor@@IAAXPAPAVWmiRangeNode@@PAKKK@Z -?RecursiveRemoveInvariants@QueryPreprocessor@@IAA?AW4QuadState@1@PAXAAPAVWmiTreeNode@@@Z -?RecursiveRemoveNonOverlappingRanges@QueryPreprocessor@@IAA?AW4QuadState@1@AAPAVWmiTreeNode@@0@Z -?RecursiveSort@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?RecursiveSortConditionals@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@0@Z -?RemoveInvariants@QueryPreprocessor@@IAA?AW4QuadState@1@PAXAAPAVWmiTreeNode@@@Z -?RemoveNonOverlappingRanges@QueryPreprocessor@@IAA?AW4QuadState@1@AAPAVWmiTreeNode@@@Z -?RemoveOverlaps@QueryPreprocessor@@IAA?AW4WmiTriState@@PAKK00PAPAVWmiRangeNode@@@Z -?Replicate@ProvObjectIdentifier@@MBAPAKPBKK0K@Z -?Replicate@ProvObjectIdentifier@@MBAPAKPBKK@Z -?Replicate@ProvOctetString@@MAAPAEPBEK@Z -?Root@PartitionSet@@QAAHXZ -?Set@ProvAnalyser@@QAAXPBG@Z -?Set@ProvEventObject@@QAAXXZ -?SetData@WmiTreeNode@@QAAPAXPAX@Z -?SetIterator@WmiTreeNodeIterator@@QAAPAVWmiTreeNode@@PAV2@@Z -?SetKeyIndex@PartitionSet@@QAAXK@Z -?SetLeft@WmiTreeNode@@QAAPAV1@PAV1@@Z -?SetLowerBound@ProvNegativeRangeType@@QAAXABJ@Z -?SetLowerBound@ProvPositiveRangeType@@QAAXABK@Z -?SetNull@ProvInstanceType@@QAAXH@Z -?SetParent@WmiTreeNode@@QAAPAV1@PAV1@@Z -?SetPartition@PartitionSet@@QAAXKPAV1@@Z -?SetRange@Conjunctions@@QAAXKPAVWmiRangeNode@@@Z -?SetRange@PartitionSet@@QAAXPAVWmiRangeNode@@@Z -?SetRight@WmiTreeNode@@QAAPAV1@PAV1@@Z -?SetStatus@ProvInstanceType@@QAAXH@Z -?SetStatus@ProvPositiveRangedType@@QAAXABH@Z -?SetToken@ProvLexicon@@QAAXW4LexiconToken@1@@Z -?SetType@WmiTreeNode@@QAAXK@Z -?SetUpperBound@ProvNegativeRangeType@@QAAXABJ@Z -?SetUpperBound@ProvPositiveRangeType@@QAAXABK@Z -?SetValue@ProvCounter64@@QAAXKK@Z -?SetValue@ProvCounter@@QAAXK@Z -?SetValue@ProvGauge@@QAAXK@Z -?SetValue@ProvInteger@@QAAXJ@Z -?SetValue@ProvIpAddress@@QAAXK@Z -?SetValue@ProvObjectIdentifier@@QAAXPBKK@Z -?SetValue@ProvOctetString@@QAAXPBEK@Z -?SetValue@ProvOpaque@@QAAXPBEK@Z -?SetValue@ProvTimeTicks@@QAAXK@Z -?SetValue@ProvUInteger32@@QAAXK@Z -?Sort@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?SortConditionals@QueryPreprocessor@@IAA?AW4WmiTriState@@AAPAVWmiTreeNode@@@Z -?SortRanges@QueryPreprocessor@@IAAXKPAKPAPAVWmiRangeNode@@@Z -?Startup@ProvDebugLog@@SAHXZ -?Suffix@ProvObjectIdentifier@@QBAHKAAV1@@Z -?TransformAndOrExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@1@Z -?TransformAndTrueEvaluation@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformIntersectingRange@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@1@Z -?TransformNonIntersectingRange@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotAndExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotEqualExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotNotExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorEqualExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorEqualOrGreaterExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorEqualOrLessExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorGreaterExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorIsAExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorLessExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorLikeExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorNotEqualExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorNotIsAExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOperatorNotLikeExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformNotOrExpression@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?TransformOperatorToRange@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@@Z -?TransformOrFalseEvaluation@QueryPreprocessor@@IAAXAAPAVWmiTreeNode@@PAV2@@Z -?UnReplicate@ProvObjectIdentifier@@MAAXPAK@Z -?UnReplicate@ProvOctetString@@MAAXPAE@Z -?UnicodeStringAppend@@YAPAGPBG0@Z -?UnicodeStringDuplicate@@YAPAGPBG@Z -?UnicodeToDbcsString@@YAPADPBG@Z -?UpperBound@WmiSignedIntegerRangeNode@@QAAJXZ -?UpperBound@WmiStringRangeNode@@QAAPAGXZ -?UpperBound@WmiUnsignedIntegerRangeNode@@QAAKXZ -?Wait@ProvEventObject@@UAAHXZ -?Write@ProvDebugLog@@QAAXPBGZZ -?WriteA@ProvDebugLog@@QAAXPBDZZ -?WriteFileAndLine@ProvDebugLog@@QAAXPBDKPBGZZ -?WriteFileAndLine@ProvDebugLog@@QAAXPBGK0ZZ -?WriteFileAndLineA@ProvDebugLog@@QAAXPBDK0ZZ -?WriteFileAndLineW@ProvDebugLog@@QAAXPBGK0ZZ -?WriteW@ProvDebugLog@@QAAXPBGZZ -?s_ProvDebugLog@ProvDebugLog@@2PAV1@A DATA -?s_ReferenceCount@ProvDebugLog@@2JA DATA -?s_aLogs@ProvDebugLog@@2PAV1@A DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/proximitycommon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/proximitycommon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/proximitycommon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/proximitycommon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of ProximityCommon.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ProximityCommon.dll" -EXPORTS -GetProxyDllInfo -ord_10 @10 -ord_19 @19 -ord_20 @20 -ord_21 @21 -ord_22 @22 -ord_23 @23 -ord_24 @24 -ord_25 @25 -ord_26 @26 -ord_27 @27 -ord_28 @28 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/psapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/psapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/psapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/psapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -; -; Definition file of PSAPI.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PSAPI.DLL" -EXPORTS -EmptyWorkingSet -EnumDeviceDrivers -EnumPageFilesA -EnumPageFilesW -EnumProcessModules -EnumProcessModulesEx -EnumProcesses -GetDeviceDriverBaseNameA -GetDeviceDriverBaseNameW -GetDeviceDriverFileNameA -GetDeviceDriverFileNameW -GetMappedFileNameA -GetMappedFileNameW -GetModuleBaseNameA -GetModuleBaseNameW -GetModuleFileNameExA -GetModuleFileNameExW -GetModuleInformation -GetPerformanceInfo -GetProcessImageFileNameA -GetProcessImageFileNameW -GetProcessMemoryInfo -GetWsChanges -GetWsChangesEx -InitializeProcessForWsWatch -QueryWorkingSet -QueryWorkingSetEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/psmsrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/psmsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/psmsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/psmsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of psmsrv.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "psmsrv.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_13 @13 -ord_14 @14 -ord_15 @15 -ord_16 @16 -ord_17 @17 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/pstorec.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/pstorec.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/pstorec.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/pstorec.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of PSTOREC.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "PSTOREC.DLL" -EXPORTS -PStoreCreateInstance -PStoreEnumProviders diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/qagentrt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/qagentrt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/qagentrt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/qagentrt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of QAgentRT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "QAgentRT.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/qutil.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/qutil.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/qutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/qutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of QUtil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "QUtil.dll" -EXPORTS -AllocConnections -AllocCountedString -AllocFixupInfo -FreeConnections -FreeCountedString -FreeFixupInfo -FreeIsolationInfo -FreeIsolationInfoEx -FreeNapComponentRegistrationInfoArray -FreeNetworkSoH -FreePrivateData -FreeSoH -FreeSoHAttributeValue -FreeSystemHealthAgentState -InitializeNapAgentNotifier -UninitializeNapAgentNotifier diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/qwave.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/qwave.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/qwave.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/qwave.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of qwave.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "qwave.dll" -EXPORTS -QDLHPathDiagnostics -QDLHStartDiagnosingPath -QOSAddSocketToFlow -QOSCancel -QOSCloseHandle -QOSCreateHandle -QOSEnumerateFlows -QOSNotifyFlow -QOSQueryFlow -QOSRemoveSocketFromFlow -QOSSetFlow -QOSStartTrackingClient -QOSStopTrackingClient -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasadhlp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasadhlp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasadhlp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasadhlp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of rasadhlp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rasadhlp.dll" -EXPORTS -AcsHlpNbConnection -WSAttemptAutodialAddr -WSAttemptAutodialName -WSNoteSuccessfulHostentLookup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasauto.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasauto.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasauto.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasauto.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of rasauto.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rasauto.dll" -EXPORTS -ServiceMain -SetAddressDisabledEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/raschap.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/raschap.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/raschap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/raschap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of RASCHAP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RASCHAP.dll" -EXPORTS -RasEapCreateConnectionProperties2 -RasEapCreateConnectionPropertiesXml -RasEapCreateUserProperties2 -RasCpEnumProtocolIds -RasCpGetInfo -RasEapCreateConnectionProperties -RasEapCreateMethodConfiguration -RasEapCreateUserProperties -RasEapFreeMemory -RasEapGetConfigBlobAndUserBlob -RasEapGetCredentials -RasEapGetIdentity -RasEapGetIdentityPageGuid -RasEapGetInfo -RasEapGetMethodProperties -RasEapGetNextPageGuid -RasEapInvokeConfigUI -RasEapInvokeInteractiveUI -RasEapQueryCredentialInputFields -RasEapQueryInteractiveUIInputFields -RasEapQueryUIBlobFromInteractiveUIInputFields -RasEapQueryUserBlobFromCredentialInputFields diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasctrs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasctrs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasctrs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of rasctrs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rasctrs.dll" -EXPORTS -OpenRasPerformanceData -CollectRasPerformanceData -CloseRasPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasmontr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasmontr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasmontr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasmontr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of RASMONTR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RASMONTR.dll" -EXPORTS -GetDiagnosticFunctions -InitHelperDll -RutlAlloc -RutlAssignmentFromTokenAndDword -RutlAssignmentFromTokens -RutlCloseDumpFile -RutlCreateDumpFile -RutlDwordDup -RutlFree -RutlGetOsVersion -RutlGetTagToken -RutlIsHelpToken -RutlParse -RutlStrDup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasmxs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasmxs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasmxs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasmxs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of rasmxs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rasmxs.dll" -EXPORTS -DeviceConnect -DeviceDone -DeviceEnum -DeviceGetInfo -DeviceListen -DeviceSetInfo -DeviceWork diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasser.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasser.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rasser.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rasser.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of rasser.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rasser.dll" -EXPORTS -PortChangeCallback -PortClearStatistics -PortClose -PortCompressionSetInfo -PortConnect -PortDisconnect -PortEnum -PortGetInfo -PortGetPortState -PortGetStatistics -PortInit -PortOpen -PortReceive -PortReceiveComplete -PortSend -PortSetFraming -PortSetINetCfg -PortSetInfo -PortTestSignalState diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rastapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rastapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rastapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rastapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -; -; Definition file of rastapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rastapi.dll" -EXPORTS -AddPorts -CheckRasmanDependency -DeviceConnect -DeviceDone -DeviceEnum -DeviceGetDevConfig -DeviceGetDevConfigEx -DeviceGetInfo -DeviceListen -DeviceSetDevConfig -DeviceSetInfo -DeviceWork -EnableDeviceForDialIn -GetConnectInfo -GetZeroDeviceInfo -InitializeDriverIoControl -PortChangeCallback -PortClearStatistics -PortClose -PortCompressionSetInfo -PortConnect -PortDisconnect -PortEnum -PortGetIOHandle -PortGetInfo -PortGetPortState -PortGetStatistics -PortInit -PortOpen -PortOpenExternal -PortReceive -PortReceiveComplete -PortSend -PortSetFraming -PortSetInfo -PortSetIoCompletionPort -PortTestSignalState -RasTapiIsPulseDial -RastapiGetCalledID -RastapiSetCalledID -RefreshDevices -RemovePort -SetCommSettings -UnloadRastapiDll -UpdateTapiService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rdpcfgex.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rdpcfgex.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rdpcfgex.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rdpcfgex.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -; -; Definition file of RDPCFGEX.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RDPCFGEX.dll" -EXPORTS -ExGetCfgVersionInfo -ExtEncryptionLevels -ExtEnd -ExtGetCapabilities -ExtGetEncryptionLevelAndDescrEx -ExtGetEncryptionLevelDescr -ExtGetSecurityLayerDescrString -ExtGetSecurityLayerName -ExtSecurityLayers -ExtStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rdpsaps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rdpsaps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rdpsaps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rdpsaps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of RdpSaPs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RdpSaPs.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/regapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/regapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/regapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/regapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,107 +0,0 @@ -; -; Definition file of REGAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "REGAPI.dll" -EXPORTS -CheckStringForAsciiConversion -GetDomainName -QueryUserConfig -QueryUserProperty -RegBuildNumberQuery -RegCdCreateA -RegCdCreateW -RegCdDeleteA -RegCdDeleteW -RegCdEnumerateA -RegCdEnumerateW -RegCdQueryA -RegCdQueryW -RegCloseServer -RegConsoleShadowQueryA -RegConsoleShadowQueryW -RegCreateMonitorConfigW -RegCreateUserConfigW -RegDefaultUserConfigQueryA -RegDefaultUserConfigQueryW -RegDenyTSConnectionsPolicy -RegFreeUtilityCommandList -RegGetLicensePolicyID -RegGetLicensingModePolicy -RegGetMachinePolicy -RegGetMachinePolicyEx -RegGetMachinePolicyNew -RegGetTServerVersion -RegGetUserConfigFromUserParameters -RegGetUserPolicy -RegIsMachineInHelpMode -RegIsMachinePolicyAllowHelp -RegIsSrcAcceptingConnections -RegIsTServer -RegIsTimeZoneRedirectionEnabled -RegMergeMachinePolicy -RegMergeUserConfigWithUserParameters -RegOpenServerA -RegOpenServerW -RegPdCreateA -RegPdCreateW -RegPdDeleteA -RegPdDeleteW -RegPdEnumerateA -RegPdEnumerateW -RegPdQueryA -RegPdQueryW -RegQueryConnectionSettings -RegQueryListenerStart -RegQueryMonitorSettings -RegQueryOEMId -RegQuerySessionSettings -RegQueryUtilityCommandList -RegSAMUserConfig -RegSetLicensePolicyID -RegSetSrcAcceptConnections -RegUserConfigDelete -RegUserConfigQuery -RegUserConfigRename -RegUserConfigSet -RegWdCreateA -RegWdCreateW -RegWdDeleteA -RegWdDeleteW -RegWdEnumerateA -RegWdEnumerateW -RegWdQueryA -RegWdQueryW -RegWinStationAccessCheck -RegWinStationCreateA -RegWinStationCreateW -RegWinStationDeleteA -RegWinStationDeleteW -RegWinStationEnumerateA -RegWinStationEnumerateW -RegWinStationQueryA -RegWinStationQueryDefaultSecurity -RegWinStationQueryEx -RegWinStationQueryExNew -RegWinStationQueryExW -RegWinStationQueryExtendedSettingsW -RegWinStationQueryNumValueW -RegWinStationQuerySecurityA -RegWinStationQuerySecurityW -RegWinStationQueryValueW -RegWinStationQueryW -RegWinStationSetDefaultSecurity -RegWinStationSetExtendedSettingsW -RegWinStationSetNumValueW -RegWinStationSetSecurityA -RegWinStationSetSecurityW -RegWinstationQuerySecurityConfig_Machine -RegWinstationQuerySecurityConfig_Merged -RegWinstationSetSecurityConfig -SetUserProperty -UsrPropGetString -UsrPropGetValue -UsrPropSetString -UsrPropSetValue -WaitForTSConnectionsPolicyChanges diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/regsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/regsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/regsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/regsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of regsvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "regsvc.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/removedeviceelevated.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/removedeviceelevated.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/removedeviceelevated.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/removedeviceelevated.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of RemoveDeviceElevated.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RemoveDeviceElevated.DLL" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/resampledmo.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/resampledmo.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/resampledmo.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/resampledmo.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of deffile.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "deffile.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/resutils.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/resutils.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/resutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/resutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,128 +0,0 @@ -; -; Definition file of RESUTILS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RESUTILS.dll" -EXPORTS -CloseClusterCryptProvider -ClusWorkerCheckTerminate -ClusWorkerCreate -ClusWorkerStart -ClusWorkerTerminate -ClusterClearBackupStateForSharedVolume -ClusterDecrypt -ClusterEncrypt -ClusterEnumTasks -ClusterFileShareCreate -ClusterFileShareDelete -ClusterFileShareUpdate -ClusterFreeTaskInfo -ClusterFreeTaskList -ClusterGetTaskNode -ClusterGetVolumeNameForVolumeMountPoint -ClusterGetVolumePathName -ClusterIsClusterDisk -ClusterIsPathOnSharedVolume -ClusterPrepareSharedVolumeForBackup -ClusterSharedVolumeCheckSnapshotPresence -ClusterSharedVolumeCreateSnapshot -ClusterSharedVolumeReleaseSnapshot -ClusterTaskChangeFromXML -ClusterTaskChangeFromXMLFile -ClusterTaskChange_TS_V1 -ClusterTaskCreateFromXML -ClusterTaskCreateFromXMLFile -ClusterTaskCreate_TS_V1 -ClusterTaskDelete -ClusterTaskDelete_TS_V1 -ClusterTaskExists_TS_V1 -ClusterTaskQuery -CreateClusterStorageSpacesClustering -CreateClusterStorageSpacesResourceLocator -CreateClusterStorageSpacesSubProvider -FreeClusterCrypt -OpenClusterCryptProvider -ResUtilAddUnknownProperties -ResUtilCreateDirectoryTree -ResUtilDupParameterBlock -ResUtilDupString -ResUtilEnumPrivateProperties -ResUtilEnumProperties -ResUtilEnumResources -ResUtilEnumResourcesEx -ResUtilEnumResourcesEx2 -ResUtilExpandEnvironmentStrings -ResUtilFindBinaryProperty -ResUtilFindDependentDiskResourceDriveLetter -ResUtilFindDwordProperty -ResUtilFindExpandSzProperty -ResUtilFindExpandedSzProperty -ResUtilFindFileTimeProperty -ResUtilFindLongProperty -ResUtilFindMultiSzProperty -ResUtilFindSzProperty -ResUtilFreeEnvironment -ResUtilFreeParameterBlock -ResUtilGetAllProperties -ResUtilGetBinaryProperty -ResUtilGetBinaryValue -ResUtilGetClusterRoleState -ResUtilGetCoreClusterResources -ResUtilGetCoreClusterResourcesEx -ResUtilGetDwordProperty -ResUtilGetDwordValue -ResUtilGetEnvironmentWithNetName -ResUtilGetFileTimeProperty -ResUtilGetLongProperty -ResUtilGetMultiSzProperty -ResUtilGetPrivateProperties -ResUtilGetProperties -ResUtilGetPropertiesToParameterBlock -ResUtilGetProperty -ResUtilGetPropertyFormats -ResUtilGetPropertySize -ResUtilGetQwordValue -ResUtilGetResourceDependency -ResUtilGetResourceDependencyByClass -ResUtilGetResourceDependencyByClassEx -ResUtilGetResourceDependencyByName -ResUtilGetResourceDependencyByNameAndClass -ResUtilGetResourceDependencyByNameEx -ResUtilGetResourceDependencyEx -ResUtilGetResourceDependentIPAddressProps -ResUtilGetResourceName -ResUtilGetResourceNameDependency -ResUtilGetResourceNameDependencyEx -ResUtilGetSzProperty -ResUtilGetSzValue -ResUtilIsPathValid -ResUtilIsResourceClassEqual -ResUtilPropertyListFromParameterBlock -ResUtilRemoveResourceServiceEnvironment -ResUtilResourceTypesEqual -ResUtilResourcesEqual -ResUtilSetBinaryValue -ResUtilSetDwordValue -ResUtilSetExpandSzValue -ResUtilSetMultiSzValue -ResUtilSetPrivatePropertyList -ResUtilSetPropertyParameterBlock -ResUtilSetPropertyParameterBlockEx -ResUtilSetPropertyTable -ResUtilSetPropertyTableEx -ResUtilSetQwordValue -ResUtilSetResourceServiceEnvironment -ResUtilSetResourceServiceStartParameters -ResUtilSetResourceServiceStartParametersEx -ResUtilSetSzValue -ResUtilSetUnknownProperties -ResUtilSetValueEx -ResUtilStartResourceService -ResUtilStopResourceService -ResUtilStopService -ResUtilTerminateServiceProcessFromResDll -ResUtilVerifyPrivatePropertyList -ResUtilVerifyPropertyTable -ResUtilVerifyResourceService -ResUtilVerifyService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/riched20.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/riched20.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/riched20.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/riched20.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of RICHED20.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RICHED20.dll" -EXPORTS -IID_IRichEditOle -IID_IRichEditOleCallback -CreateTextServices -IID_ITextServices -IID_ITextHost -IID_ITextHost2 -REExtendedRegisterClass -RichEdit10ANSIWndProc -RichEditANSIWndProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rnr20.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rnr20.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rnr20.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rnr20.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of RNR20.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RNR20.dll" -EXPORTS -NSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcepmap.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcepmap.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcepmap.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcepmap.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of RpcEndpointMapper.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RpcEndpointMapper.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcns4.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcns4.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcns4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcns4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,69 +0,0 @@ -; -; Definition file of RPCNS4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RPCNS4.dll" -EXPORTS -I_RpcNsGetBuffer -I_RpcNsNegotiateTransferSyntax -I_RpcNsRaiseException -I_RpcNsSendReceive -I_RpcReBindBuffer -RpcIfIdVectorFree -RpcNsBindingExportA -RpcNsBindingExportPnPA -RpcNsBindingExportPnPW -RpcNsBindingExportW -RpcNsBindingImportBeginA -RpcNsBindingImportBeginW -RpcNsBindingImportDone -RpcNsBindingImportNext -RpcNsBindingLookupBeginA -RpcNsBindingLookupBeginW -RpcNsBindingLookupDone -RpcNsBindingLookupNext -RpcNsBindingSelect -RpcNsBindingUnexportA -RpcNsBindingUnexportPnPA -RpcNsBindingUnexportPnPW -RpcNsBindingUnexportW -RpcNsEntryExpandNameA -RpcNsEntryExpandNameW -RpcNsEntryObjectInqBeginA -RpcNsEntryObjectInqBeginW -RpcNsEntryObjectInqDone -RpcNsEntryObjectInqNext -RpcNsGroupDeleteA -RpcNsGroupDeleteW -RpcNsGroupMbrAddA -RpcNsGroupMbrAddW -RpcNsGroupMbrInqBeginA -RpcNsGroupMbrInqBeginW -RpcNsGroupMbrInqDone -RpcNsGroupMbrInqNextA -RpcNsGroupMbrInqNextW -RpcNsGroupMbrRemoveA -RpcNsGroupMbrRemoveW -RpcNsMgmtBindingUnexportA -RpcNsMgmtBindingUnexportW -RpcNsMgmtEntryCreateA -RpcNsMgmtEntryCreateW -RpcNsMgmtEntryDeleteA -RpcNsMgmtEntryDeleteW -RpcNsMgmtEntryInqIfIdsA -RpcNsMgmtEntryInqIfIdsW -RpcNsMgmtHandleSetExpAge -RpcNsMgmtInqExpAge -RpcNsMgmtSetExpAge -RpcNsProfileDeleteA -RpcNsProfileDeleteW -RpcNsProfileEltAddA -RpcNsProfileEltAddW -RpcNsProfileEltInqBeginA -RpcNsProfileEltInqBeginW -RpcNsProfileEltInqDone -RpcNsProfileEltInqNextA -RpcNsProfileEltInqNextW -RpcNsProfileEltRemoveA -RpcNsProfileEltRemoveW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcnsh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcnsh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcnsh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcnsh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of rpcnsh.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rpcnsh.DLL" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcrt4.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcrt4.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcrt4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcrt4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,534 +0,0 @@ -; -; Definition file of RPCRT4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RPCRT4.dll" -EXPORTS -I_RpcBindingInqCurrentModifiedId -I_RpcFwThisIsTheManager -I_RpcInitFwImports -I_RpcInitHttpImports -I_RpcInitImports -I_RpcInitNdrImports -I_RpcMgmtQueryDedicatedThreadPool -I_RpcOpenClientThread -I_RpcServerTurnOnOffKeepalives -I_RpcVerifierCorruptionExpected -NdrFullPointerFree -NdrFullPointerInsertRefId -NdrFullPointerQueryPointer -NdrFullPointerQueryRefId -NdrpClientCall2 -RpcCertMatchPrincipalName -pfnFreeRoutines DATA -pfnMarshallRoutines DATA -pfnSizeRoutines DATA -pfnUnmarshallRoutines DATA -CStdStubBuffer_AddRef -CStdStubBuffer_Connect -CStdStubBuffer_CountRefs -CStdStubBuffer_DebugServerQueryInterface -CStdStubBuffer_DebugServerRelease -CStdStubBuffer_Disconnect -CStdStubBuffer_Invoke -CStdStubBuffer_IsIIDSupported -CStdStubBuffer_QueryInterface -CreateProxyFromTypeInfo -CreateStubFromTypeInfo -DceErrorInqTextA -DceErrorInqTextW -IUnknown_AddRef_Proxy -IUnknown_QueryInterface_Proxy -IUnknown_Release_Proxy -I_RpcAllocate -I_RpcAsyncAbortCall -I_RpcAsyncSetHandle -I_RpcBCacheAllocate -I_RpcBCacheFree -I_RpcBindingCopy -I_RpcBindingCreateNP -I_RpcBindingHandleToAsyncHandle -I_RpcBindingInqClientTokenAttributes -I_RpcBindingInqDynamicEndpoint -I_RpcBindingInqDynamicEndpointA -I_RpcBindingInqDynamicEndpointW -I_RpcBindingInqLocalClientPID -I_RpcBindingInqMarshalledTargetInfo -I_RpcBindingInqSecurityContext -I_RpcBindingInqSecurityContextKeyInfo -I_RpcBindingInqTransportType -I_RpcBindingInqWireIdForSnego -I_RpcBindingIsClientLocal -I_RpcBindingIsServerLocal -I_RpcBindingSetPrivateOption -I_RpcBindingToStaticStringBindingW -I_RpcCertProcessAndProvision -I_RpcClearMutex -I_RpcCompleteAndFree -I_RpcConnectionInqSockBuffSize -I_RpcConnectionSetSockBuffSize -I_RpcDeleteMutex -I_RpcEnableWmiTrace -I_RpcExceptionFilter -I_RpcFilterDCOMActivation -I_RpcFree -I_RpcFreeBuffer -I_RpcFreePipeBuffer -I_RpcGetBuffer -I_RpcGetBufferWithObject -I_RpcGetCurrentCallHandle -I_RpcGetDefaultSD -I_RpcGetExtendedError -I_RpcGetPortAllocationData -I_RpcIfInqTransferSyntaxes -I_RpcLogEvent -I_RpcMapWin32Status -I_RpcMarshalBindingHandleAndInterfaceForNDF -I_RpcMgmtEnableDedicatedThreadPool -I_RpcNDRCGetWireRepresentation -I_RpcNDRSContextEmergencyCleanup -I_RpcNegotiateTransferSyntax -I_RpcNsBindingSetEntryName -I_RpcNsBindingSetEntryNameA -I_RpcNsBindingSetEntryNameW -I_RpcNsInterfaceExported -I_RpcNsInterfaceUnexported -I_RpcOpenClientProcess -I_RpcParseSecurity -I_RpcPauseExecution -I_RpcReallocPipeBuffer -I_RpcReceive -I_RpcRecordCalloutFailure -I_RpcRequestMutex -I_RpcSNCHOption -I_RpcSend -I_RpcSendReceive -I_RpcServerAllocateIpPort -I_RpcServerCheckClientRestriction -I_RpcServerDisableExceptionFilter -I_RpcServerGetAssociationID -I_RpcServerInqAddressChangeFn -I_RpcServerInqLocalConnAddress -I_RpcServerInqRemoteConnAddress -I_RpcServerInqTransportType -I_RpcServerIsClientDisconnected -I_RpcServerRegisterForwardFunction -I_RpcServerSetAddressChangeFn -I_RpcServerStartService -I_RpcServerSubscribeForDisconnectNotification -I_RpcServerUseProtseq2A -I_RpcServerUseProtseq2W -I_RpcServerUseProtseqEp2A -I_RpcServerUseProtseqEp2W -I_RpcSessionStrictContextHandle -I_RpcSetDCOMAppId -I_RpcSsDontSerializeContext -I_RpcSystemFunction001 -I_RpcTransConnectionAllocatePacket -I_RpcTransConnectionFreePacket -I_RpcTransConnectionReallocPacket -I_RpcTransDatagramAllocate -I_RpcTransDatagramAllocate2 -I_RpcTransDatagramFree -I_RpcTransGetThreadEvent -I_RpcTransGetThreadEventThreadOptional -I_RpcTransIoCancelled -I_RpcTransServerNewConnection -I_RpcTurnOnEEInfoPropagation -I_UuidCreate -MesBufferHandleReset -MesDecodeBufferHandleCreate -MesDecodeIncrementalHandleCreate -MesEncodeDynBufferHandleCreate -MesEncodeFixedBufferHandleCreate -MesEncodeIncrementalHandleCreate -MesHandleFree -MesIncrementalHandleReset -MesInqProcEncodingId -NDRCContextBinding -NDRCContextMarshall -NDRCContextUnmarshall -NDRSContextMarshall -NDRSContextMarshall2 -NDRSContextMarshallEx -NDRSContextUnmarshall -NDRSContextUnmarshall2 -NDRSContextUnmarshallEx -NdrAllocate -NdrAsyncClientCall -NdrAsyncServerCall -NdrByteCountPointerBufferSize -NdrByteCountPointerFree -NdrByteCountPointerMarshall -NdrByteCountPointerUnmarshall -NdrCStdStubBuffer2_Release -NdrCStdStubBuffer_Release -NdrClearOutParameters -NdrClientCall2 -NdrClientContextMarshall -NdrClientContextUnmarshall -NdrClientInitialize -NdrClientInitializeNew -NdrComplexArrayBufferSize -NdrComplexArrayFree -NdrComplexArrayMarshall -NdrComplexArrayMemorySize -NdrComplexArrayUnmarshall -NdrComplexStructBufferSize -NdrComplexStructFree -NdrComplexStructMarshall -NdrComplexStructMemorySize -NdrComplexStructUnmarshall -NdrConformantArrayBufferSize -NdrConformantArrayFree -NdrConformantArrayMarshall -NdrConformantArrayMemorySize -NdrConformantArrayUnmarshall -NdrConformantStringBufferSize -NdrConformantStringMarshall -NdrConformantStringMemorySize -NdrConformantStringUnmarshall -NdrConformantStructBufferSize -NdrConformantStructFree -NdrConformantStructMarshall -NdrConformantStructMemorySize -NdrConformantStructUnmarshall -NdrConformantVaryingArrayBufferSize -NdrConformantVaryingArrayFree -NdrConformantVaryingArrayMarshall -NdrConformantVaryingArrayMemorySize -NdrConformantVaryingArrayUnmarshall -NdrConformantVaryingStructBufferSize -NdrConformantVaryingStructFree -NdrConformantVaryingStructMarshall -NdrConformantVaryingStructMemorySize -NdrConformantVaryingStructUnmarshall -NdrContextHandleInitialize -NdrContextHandleSize -NdrConvert -NdrConvert2 -NdrCorrelationFree -NdrCorrelationInitialize -NdrCorrelationPass -NdrCreateServerInterfaceFromStub -NdrDcomAsyncClientCall -NdrDcomAsyncStubCall -NdrDllCanUnloadNow -NdrDllGetClassObject -NdrDllRegisterProxy -NdrDllUnregisterProxy -NdrEncapsulatedUnionBufferSize -NdrEncapsulatedUnionFree -NdrEncapsulatedUnionMarshall -NdrEncapsulatedUnionMemorySize -NdrEncapsulatedUnionUnmarshall -NdrFixedArrayBufferSize -NdrFixedArrayFree -NdrFixedArrayMarshall -NdrFixedArrayMemorySize -NdrFixedArrayUnmarshall -NdrFreeBuffer -NdrFullPointerXlatFree -NdrFullPointerXlatInit -NdrGetBaseInterfaceFromStub -NdrGetBuffer -NdrGetDcomProtocolVersion -NdrGetSimpleTypeBufferAlignment -NdrGetSimpleTypeBufferSize -NdrGetSimpleTypeMemorySize -NdrGetTypeFlags -NdrGetUserMarshalInfo -NdrInterfacePointerBufferSize -NdrInterfacePointerFree -NdrInterfacePointerMarshall -NdrInterfacePointerMemorySize -NdrInterfacePointerUnmarshall -NdrMapCommAndFaultStatus -NdrMesProcEncodeDecode -NdrMesProcEncodeDecode2 -NdrMesSimpleTypeAlignSize -NdrMesSimpleTypeDecode -NdrMesSimpleTypeEncode -NdrMesTypeAlignSize -NdrMesTypeAlignSize2 -NdrMesTypeDecode -NdrMesTypeDecode2 -NdrMesTypeEncode -NdrMesTypeEncode2 -NdrMesTypeFree2 -NdrNonConformantStringBufferSize -NdrNonConformantStringMarshall -NdrNonConformantStringMemorySize -NdrNonConformantStringUnmarshall -NdrNonEncapsulatedUnionBufferSize -NdrNonEncapsulatedUnionFree -NdrNonEncapsulatedUnionMarshall -NdrNonEncapsulatedUnionMemorySize -NdrNonEncapsulatedUnionUnmarshall -NdrNsGetBuffer -NdrNsSendReceive -NdrOleAllocate -NdrOleFree -NdrOutInit -NdrPartialIgnoreClientBufferSize -NdrPartialIgnoreClientMarshall -NdrPartialIgnoreServerInitialize -NdrPartialIgnoreServerUnmarshall -NdrPointerBufferSize -NdrPointerFree -NdrPointerMarshall -NdrPointerMemorySize -NdrPointerUnmarshall -NdrProxyErrorHandler -NdrProxyFreeBuffer -NdrProxyGetBuffer -NdrProxyInitialize -NdrProxySendReceive -NdrRangeUnmarshall -NdrRpcSmClientAllocate -NdrRpcSmClientFree -NdrRpcSmSetClientToOsf -NdrRpcSsDefaultAllocate -NdrRpcSsDefaultFree -NdrRpcSsDisableAllocate -NdrRpcSsEnableAllocate -NdrSendReceive -NdrServerCall2 -NdrServerContextMarshall -NdrServerContextNewMarshall -NdrServerContextNewUnmarshall -NdrServerContextUnmarshall -NdrServerInitialize -NdrServerInitializeMarshall -NdrServerInitializeNew -NdrServerInitializePartial -NdrServerInitializeUnmarshall -NdrSimpleStructBufferSize -NdrSimpleStructFree -NdrSimpleStructMarshall -NdrSimpleStructMemorySize -NdrSimpleStructUnmarshall -NdrSimpleTypeMarshall -NdrSimpleTypeUnmarshall -NdrStubCall2 -NdrStubForwardingFunction -NdrStubGetBuffer -NdrStubInitialize -NdrStubInitializeMarshall -NdrTypeFlags -NdrTypeFree -NdrTypeMarshall -NdrTypeSize -NdrTypeUnmarshall -NdrUnmarshallBasetypeInline -NdrUserMarshalBufferSize -NdrUserMarshalFree -NdrUserMarshalMarshall -NdrUserMarshalMemorySize -NdrUserMarshalSimpleTypeConvert -NdrUserMarshalUnmarshall -NdrVaryingArrayBufferSize -NdrVaryingArrayFree -NdrVaryingArrayMarshall -NdrVaryingArrayMemorySize -NdrVaryingArrayUnmarshall -NdrXmitOrRepAsBufferSize -NdrXmitOrRepAsFree -NdrXmitOrRepAsMarshall -NdrXmitOrRepAsMemorySize -NdrXmitOrRepAsUnmarshall -NdrpCreateProxy -NdrpCreateStub -NdrpGetProcFormatString -NdrpGetTypeFormatString -NdrpGetTypeGenCookie -NdrpMemoryIncrement -NdrpReleaseTypeFormatString -NdrpReleaseTypeGenCookie -NdrpVarVtOfTypeDesc -RpcAsyncAbortCall -RpcAsyncCancelCall -RpcAsyncCompleteCall -RpcAsyncGetCallStatus -RpcAsyncInitializeHandle -RpcAsyncRegisterInfo -RpcBindingBind -RpcBindingCopy -RpcBindingCreateA -RpcBindingCreateW -RpcBindingFree -RpcBindingFromStringBindingA -RpcBindingFromStringBindingW -RpcBindingInqAuthClientA -RpcBindingInqAuthClientExA -RpcBindingInqAuthClientExW -RpcBindingInqAuthClientW -RpcBindingInqAuthInfoA -RpcBindingInqAuthInfoExA -RpcBindingInqAuthInfoExW -RpcBindingInqAuthInfoW -RpcBindingInqObject -RpcBindingInqOption -RpcBindingReset -RpcBindingServerFromClient -RpcBindingSetAuthInfoA -RpcBindingSetAuthInfoExA -RpcBindingSetAuthInfoExW -RpcBindingSetAuthInfoW -RpcBindingSetObject -RpcBindingSetOption -RpcBindingToStringBindingA -RpcBindingToStringBindingW -RpcBindingUnbind -RpcBindingVectorFree -RpcCancelThread -RpcCancelThreadEx -RpcCertGeneratePrincipalNameA -RpcCertGeneratePrincipalNameW -RpcEpRegisterA -RpcEpRegisterNoReplaceA -RpcEpRegisterNoReplaceW -RpcEpRegisterW -RpcEpResolveBinding -RpcEpUnregister -RpcErrorAddRecord -RpcErrorClearInformation -RpcErrorEndEnumeration -RpcErrorGetNextRecord -RpcErrorGetNumberOfRecords -RpcErrorLoadErrorInfo -RpcErrorResetEnumeration -RpcErrorSaveErrorInfo -RpcErrorStartEnumeration -RpcExceptionFilter -RpcFreeAuthorizationContext -RpcGetAuthorizationContextForClient -RpcIfIdVectorFree -RpcIfInqId -RpcImpersonateClient -RpcImpersonateClient2 -RpcMgmtEnableIdleCleanup -RpcMgmtEpEltInqBegin -RpcMgmtEpEltInqDone -RpcMgmtEpEltInqNextA -RpcMgmtEpEltInqNextW -RpcMgmtEpUnregister -RpcMgmtInqComTimeout -RpcMgmtInqDefaultProtectLevel -RpcMgmtInqIfIds -RpcMgmtInqServerPrincNameA -RpcMgmtInqServerPrincNameW -RpcMgmtInqStats -RpcMgmtIsServerListening -RpcMgmtSetAuthorizationFn -RpcMgmtSetCancelTimeout -RpcMgmtSetComTimeout -RpcMgmtSetServerStackSize -RpcMgmtStatsVectorFree -RpcMgmtStopServerListening -RpcMgmtWaitServerListen -RpcNetworkInqProtseqsA -RpcNetworkInqProtseqsW -RpcNetworkIsProtseqValidA -RpcNetworkIsProtseqValidW -RpcNsBindingInqEntryNameA -RpcNsBindingInqEntryNameW -RpcObjectInqType -RpcObjectSetInqFn -RpcObjectSetType -RpcProtseqVectorFreeA -RpcProtseqVectorFreeW -RpcRaiseException -RpcRevertToSelf -RpcRevertToSelfEx -RpcServerCompleteSecurityCallback -RpcServerInqBindingHandle -RpcServerInqBindings -RpcServerInqCallAttributesA -RpcServerInqCallAttributesW -RpcServerInqDefaultPrincNameA -RpcServerInqDefaultPrincNameW -RpcServerInqIf -RpcServerInterfaceGroupActivate -RpcServerInterfaceGroupClose -RpcServerInterfaceGroupCreateA -RpcServerInterfaceGroupCreateW -RpcServerInterfaceGroupDeactivate -RpcServerInterfaceGroupInqBindings -RpcServerListen -RpcServerRegisterAuthInfoA -RpcServerRegisterAuthInfoW -RpcServerRegisterIf -RpcServerRegisterIf2 -RpcServerRegisterIf3 -RpcServerRegisterIfEx -RpcServerSubscribeForNotification -RpcServerTestCancel -RpcServerUnregisterIf -RpcServerUnregisterIfEx -RpcServerUnsubscribeForNotification -RpcServerUseAllProtseqs -RpcServerUseAllProtseqsEx -RpcServerUseAllProtseqsIf -RpcServerUseAllProtseqsIfEx -RpcServerUseProtseqA -RpcServerUseProtseqEpA -RpcServerUseProtseqEpExA -RpcServerUseProtseqEpExW -RpcServerUseProtseqEpW -RpcServerUseProtseqExA -RpcServerUseProtseqExW -RpcServerUseProtseqIfA -RpcServerUseProtseqIfExA -RpcServerUseProtseqIfExW -RpcServerUseProtseqIfW -RpcServerUseProtseqW -RpcServerYield -RpcSmAllocate -RpcSmClientFree -RpcSmDestroyClientContext -RpcSmDisableAllocate -RpcSmEnableAllocate -RpcSmFree -RpcSmGetThreadHandle -RpcSmSetClientAllocFree -RpcSmSetThreadHandle -RpcSmSwapClientAllocFree -RpcSsAllocate -RpcSsContextLockExclusive -RpcSsContextLockShared -RpcSsDestroyClientContext -RpcSsDisableAllocate -RpcSsDontSerializeContext -RpcSsEnableAllocate -RpcSsFree -RpcSsGetContextBinding -RpcSsGetThreadHandle -RpcSsSetClientAllocFree -RpcSsSetThreadHandle -RpcSsSwapClientAllocFree -RpcStringBindingComposeA -RpcStringBindingComposeW -RpcStringBindingParseA -RpcStringBindingParseW -RpcStringFreeA -RpcStringFreeW -RpcTestCancel -RpcUserFree -SimpleTypeAlignment -SimpleTypeBufferSize -SimpleTypeMemorySize -TowerConstruct -TowerExplode -UuidCompare -UuidCreate -UuidCreateNil -UuidCreateSequential -UuidEqual -UuidFromStringA -UuidFromStringW -UuidHash -UuidIsNil -UuidToStringA -UuidToStringW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcss.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcss.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rpcss.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rpcss.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of RPCSS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RPCSS.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 DATA -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ServiceMain -CoGetComCatalog -GetRPCSSInfo -WhichService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rsaenh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rsaenh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rsaenh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rsaenh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of RSAENH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RSAENH.dll" -EXPORTS -CPAcquireContext -CPCreateHash -CPDecrypt -CPDeriveKey -CPDestroyHash -CPDestroyKey -CPDuplicateHash -CPDuplicateKey -CPEncrypt -CPExportKey -CPGenKey -CPGenRandom -CPGetHashParam -CPGetKeyParam -CPGetProvParam -CPGetUserKey -CPHashData -CPHashSessionKey -CPImportKey -CPReleaseContext -CPSetHashParam -CPSetKeyParam -CPSetProvParam -CPSignHash -CPVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/rtutils.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/rtutils.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/rtutils.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/rtutils.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -; -; Definition file of rtutils.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "rtutils.dll" -EXPORTS -LogErrorA -LogErrorW -LogEventA -LogEventW -MprSetupProtocolEnum -MprSetupProtocolFree -RouterAssert -RouterGetErrorStringA -RouterGetErrorStringW -RouterLogDeregisterA -RouterLogDeregisterW -RouterLogEventA -RouterLogEventDataA -RouterLogEventDataW -RouterLogEventExA -RouterLogEventExW -RouterLogEventStringA -RouterLogEventStringW -RouterLogEventValistExA -RouterLogEventValistExW -RouterLogEventW -RouterLogRegisterA -RouterLogRegisterW -TraceDeregisterA -TraceDeregisterExA -TraceDeregisterExW -TraceDeregisterW -TraceDumpExA -TraceDumpExW -TraceGetConsoleA -TraceGetConsoleW -TracePrintfA -TracePrintfExA -TracePrintfExW -TracePrintfW -TracePutsExA -TracePutsExW -TraceRegisterExA -TraceRegisterExW -TraceVprintfExA -TraceVprintfExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/runtimeobject.mri mingw-w64-6.0.0/mingw-w64-crt/libarm32/runtimeobject.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/runtimeobject.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/runtimeobject.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +CREATE libarm32/libruntimeobject.a +ADDLIB libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/samcli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/samcli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/samcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/samcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -; -; Definition file of samcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "samcli.dll" -EXPORTS -NetGetDisplayInformationIndex -NetGroupAdd -NetGroupAddUser -NetGroupDel -NetGroupDelUser -NetGroupEnum -NetGroupGetInfo -NetGroupGetUsers -NetGroupSetInfo -NetGroupSetUsers -NetLocalGroupAdd -NetLocalGroupAddMember -NetLocalGroupAddMembers -NetLocalGroupDel -NetLocalGroupDelMember -NetLocalGroupDelMembers -NetLocalGroupEnum -NetLocalGroupGetInfo -NetLocalGroupGetMembers -NetLocalGroupSetInfo -NetLocalGroupSetMembers -NetQueryDisplayInformation -NetUserAdd -NetUserChangePassword -NetUserDel -NetUserEnum -NetUserGetGroups -NetUserGetInfo -NetUserGetInternetIdentityInfo -NetUserGetLocalGroups -NetUserModalsGet -NetUserModalsSet -NetUserSetGroups -NetUserSetInfo -NetValidatePasswordPolicy -NetValidatePasswordPolicyFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/scarddlg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/scarddlg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/scarddlg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/scarddlg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of SCARDDLG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SCARDDLG.dll" -EXPORTS -GetOpenCardNameA -GetOpenCardNameW -SCardDlgExtendedError -SCardUIDlgSelectCardA -SCardUIDlgSelectCardW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/scesrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/scesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/scesrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/scesrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of SCESRV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SCESRV.dll" -EXPORTS -ScesrvInitializeServer -ScesrvTerminateServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/schannel.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/schannel.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/schannel.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/schannel.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -; -; Definition file of SCHANNEL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SCHANNEL.dll" -EXPORTS -SpLsaModeInitialize -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -ApplyControlToken -CompleteAuthToken -DeleteSecurityContext -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -FreeContextBuffer -FreeCredentialsHandle -ImpersonateSecurityContext -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SealMessage -SpUserModeInitialize -SslCrackCertificate -SslEmptyCacheA -SslEmptyCacheW -SslFreeCertificate -SslFreeCustomBuffer -SslGenerateRandomBits -SslGetMaximumKeySize -SslGetServerIdentity -SslLoadCertificate -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/schedcli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/schedcli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/schedcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/schedcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of schedcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "schedcli.dll" -EXPORTS -NetScheduleJobAdd -NetScheduleJobDel -NetScheduleJobEnum -NetScheduleJobGetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/schedsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/schedsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/schedsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/schedsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of schedsvc.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "schedsvc.DLL" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/scrobj.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/scrobj.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/scrobj.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/scrobj.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of SCROBJ.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SCROBJ.dll" -EXPORTS -GenerateTypeLib -GenerateTypeLibW -DllRegisterServerExA -DllRegisterServerExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/scrrun.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/scrrun.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/scrrun.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/scrrun.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of ScrRun.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ScrRun.dll" -EXPORTS -DLLGetDocumentation -DoOpenPipeStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sdhcinst.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sdhcinst.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sdhcinst.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sdhcinst.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of sdhcinst.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "sdhcinst.dll" -EXPORTS -SdClassCoInstaller -SdClassInstall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/seclogon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/seclogon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/seclogon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/seclogon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of seclogon.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "seclogon.dll" -EXPORTS -SvcEntry_Seclogon -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/secur32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/secur32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/secur32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/secur32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,108 +0,0 @@ -; -; Definition file of Secur32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Secur32.dll" -EXPORTS -CloseLsaPerformanceData -CollectLsaPerformanceData -OpenLsaPerformanceData -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddCredentialsA -AddCredentialsW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -ChangeAccountPasswordA -ChangeAccountPasswordW -CompleteAuthToken -CredMarshalTargetInfo -CredUnmarshalTargetInfo -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -GetComputerObjectNameA -GetComputerObjectNameW -GetSecurityUserInfo -GetUserNameExA -GetUserNameExW -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -LsaCallAuthenticationPackage -LsaConnectUntrusted -LsaDeregisterLogonProcess -LsaEnumerateLogonSessions -LsaFreeReturnBuffer -LsaGetLogonSessionData -LsaLogonUser -LsaLookupAuthenticationPackage -LsaRegisterLogonProcess -LsaRegisterPolicyChangeNotification -LsaUnregisterPolicyChangeNotification -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SaslAcceptSecurityContext -SaslEnumerateProfilesA -SaslEnumerateProfilesW -SaslGetContextOption -SaslGetProfilePackageA -SaslGetProfilePackageW -SaslIdentifyPackageA -SaslIdentifyPackageW -SaslInitializeSecurityContextA -SaslInitializeSecurityContextW -SaslSetContextOption -SealMessage -SeciAllocateAndSetCallFlags -SeciAllocateAndSetIPAddress -SeciFreeCallContext -SecpFreeMemory -SecpTranslateName -SecpTranslateNameEx -SetContextAttributesA -SetContextAttributesW -SetCredentialsAttributesA -SetCredentialsAttributesW -SspiCompareAuthIdentities -SspiCopyAuthIdentity -SspiDecryptAuthIdentity -SspiEncodeAuthIdentityAsStrings -SspiEncodeStringsAsAuthIdentity -SspiEncryptAuthIdentity -SspiExcludePackage -SspiFreeAuthIdentity -SspiGetTargetHostName -SspiIsAuthIdentityEncrypted -SspiLocalFree -SspiMarshalAuthIdentity -SspiPrepareForCredRead -SspiPrepareForCredWrite -SspiUnmarshalAuthIdentity -SspiValidateAuthIdentity -SspiZeroAuthIdentity -TranslateNameA -TranslateNameW -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/security.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/security.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/security.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/security.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -; -; Definition file of Security.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Security.dll" -EXPORTS -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -CompleteAuthToken -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SealMessage -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sensapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sensapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sensapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sensapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of SensApi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SensApi.dll" -EXPORTS -IsDestinationReachableA -IsDestinationReachableW -IsNetworkAlive diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sens.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sens.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sens.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sens.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of Sens.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Sens.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals -SensNotifyNetconEvent -SensNotifyRasEvent -SensNotifyWinlogonEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/serialui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/serialui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/serialui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/serialui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of SERIALUI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SERIALUI.dll" -EXPORTS -drvCommConfigDialogW -drvCommConfigDialogA -drvSetDefaultCommConfigW -drvSetDefaultCommConfigA -drvGetDefaultCommConfigW -drvGetDefaultCommConfigA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/serwvdrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/serwvdrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/serwvdrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/serwvdrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of SERWVDRV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SERWVDRV.dll" -EXPORTS -DriverProc -widMessage -wodMessage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/setnetworklocation.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/setnetworklocation.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/setnetworklocation.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/setnetworklocation.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of SetNetworkLocation.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SetNetworkLocation.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/setproxycredential.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/setproxycredential.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/setproxycredential.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/setproxycredential.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SetProxyCredential.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SetProxyCredential.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/settingshandlers.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/settingshandlers.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/settingshandlers.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/settingshandlers.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of SettingsHandlers.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SettingsHandlers.dll" -EXPORTS -GetProxyDllInfo -ord_10 @10 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shell32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shell32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shell32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shell32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,700 +0,0 @@ -; -; Definition file of SHELL32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHELL32.dll" -EXPORTS -SHChangeNotifyRegister -SHDefExtractIconA -SHChangeNotifyDeregister -ord_5 @5 -SHDefExtractIconW -ord_7 @7 -ord_8 @8 -PifMgr_OpenProperties -PifMgr_GetProperties -PifMgr_SetProperties -ord_12 @12 -PifMgr_CloseProperties -SHStartNetConnectionDialogW -ord_15 @15 -ILFindLastID -ILRemoveLastID -ILClone -ILCloneFirst -ord_20 @20 -ILIsEqual -DAD_DragEnterEx2 -ILIsParent -ILFindChild -ILCombine -ord_26 @26 -ILSaveToStream -SHILCreateFromPath -ord_29 @29 -ord_30 @30 -ord_31 @31 -ord_32 @32 -ord_33 @33 -ord_34 @34 -ord_35 @35 -ord_36 @36 -ord_37 @37 -ord_38 @38 -ord_39 @39 -ord_40 @40 -IsLFNDriveA -IsLFNDriveW -PathIsExe -ord_44 @44 -ord_45 @45 -ord_46 @46 -PathMakeUniqueName -ord_48 @48 -PathQualify -ord_50 @50 -PathResolve -ord_52 @52 -ord_53 @53 -ord_54 @54 -ord_55 @55 -ord_56 @56 -ord_57 @57 -ord_58 @58 -RestartDialog -ord_60 @60 -ord_61 @61 -PickIconDlg -GetFileNameFromBrowse -DriveType -ord_65 @65 -IsNetDrive -Shell_MergeMenus -SHGetSetSettings -ord_69 @69 -ord_70 @70 -Shell_GetImageLists -Shell_GetCachedImageIndex -SHShellFolderView_Message -SHCreateStdEnumFmtEtc -PathYetAnotherMakeUniqueName -ord_76 @76 -SHMapPIDLToSystemImageListIndex -ord_78 @78 -ord_79 @79 -SHOpenPropSheetW -OpenAs_RunDLL -ord_82 @82 -CIDLData_CreateFromIDArray -ord_84 @84 -OpenRegStream -ord_86 @86 -ord_87 @87 -SHDoDragDrop -SHCloneSpecialIDList -SHFindFiles -ord_91 @91 -PathGetShortPath -ord_93 @93 -ord_94 @94 -ord_95 @95 -ord_96 @96 -ord_97 @97 -SHGetRealIDL -ord_99 @99 -SHRestricted -ord_101 @101 -SHCoCreateInstance -SignalFileOpen -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -ord_113 @113 -ord_114 @114 -ord_115 @115 -ord_116 @116 -ord_117 @117 -ord_118 @118 -IsLFNDrive -ord_120 @120 -ord_121 @121 -ord_122 @122 -ord_123 @123 -ord_124 @124 -OpenAs_RunDLLA -ord_126 @126 -ord_127 @127 -ord_128 @128 -DAD_AutoScroll -ord_130 @130 -DAD_DragEnterEx -DAD_DragLeave -OpenAs_RunDLLW -DAD_DragMove -PrepareDiscForBurnRunDllW -DAD_SetDragImage -DAD_ShowDragImage -PrintersGetCommand_RunDLL -PrintersGetCommand_RunDLLA -ord_140 @140 -ord_141 @141 -ord_142 @142 -ord_143 @143 -ord_144 @144 -ord_145 @145 -ord_146 @146 -SHCLSIDFromString -ord_148 @148 -SHFind_InitMenuPopup -PrintersGetCommand_RunDLLW -ord_151 @151 -ILGetSize -ILGetNext -ILAppendID -ILFree -ord_156 @156 -ILCreateFromPath -ord_158 @158 -ord_159 @159 -ord_160 @160 -ord_161 @161 -SHSimpleIDListFromPath -ord_163 @163 -Win32DeleteFile -SHCreateDirectory -ord_166 @166 -SHAddFromPropSheetExtArray -SHCreatePropSheetExtArray -SHDestroyPropSheetExtArray -SHReplaceFromPropSheetExtArray -PathCleanupSpec -ord_172 @172 -SHValidateUNC -SHCreateShellFolderViewEx -ord_175 @175 -SHSetInstanceExplorer -ord_177 @177 -SHObjectProperties -SHGetNewLinkInfoA -SHGetNewLinkInfoW -ord_181 @181 -ShellMessageBoxW -ShellMessageBoxA -ord_184 @184 -ord_185 @185 -ord_186 @186 -ord_187 @187 -ord_188 @188 -ILCreateFromPathA -ILCreateFromPathW -SHUpdateImageA -SHUpdateImageW -SHHandleUpdateImage -ord_194 @194 -SHFree -SHAlloc -ord_197 @197 -ord_198 @198 -RealShellExecuteA -ord_200 @200 -ord_201 @201 -ord_202 @202 -ord_203 @203 -ord_204 @204 -ord_205 @205 -ord_206 @206 -RealShellExecuteExA -RealShellExecuteExW -ord_209 @209 -ord_210 @210 -ord_211 @211 -ord_212 @212 -ord_213 @213 -ord_214 @214 -ord_215 @215 -ord_216 @216 -ord_217 @217 -ord_218 @218 -ord_219 @219 -ord_220 @220 -ord_221 @221 -ord_222 @222 -ord_223 @223 -ord_224 @224 -ord_225 @225 -RealShellExecuteW -ord_227 @227 -SHHelpShortcuts_RunDLL -SHHelpShortcuts_RunDLLA -ord_230 @230 -SHSetFolderPathA -SHSetFolderPathW -ord_233 @233 -ord_234 @234 -ord_235 @235 -ord_236 @236 -ord_237 @237 -SHHelpShortcuts_RunDLLW -PathIsSlowW -PathIsSlowA -ord_241 @241 -ord_242 @242 -ord_243 @243 -ord_244 @244 -SHTestTokenMembership -ord_246 @246 -ord_247 @247 -ord_248 @248 -ord_249 @249 -ord_250 @250 -ord_251 @251 -ord_252 @252 -ord_253 @253 -ord_254 @254 -AppCompat_RunDLLW -SHCreateShellFolderView -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -AssocCreateForClasses -ord_264 @264 -ord_265 @265 -ord_266 @266 -AssocGetDetailsOfPropKey -CheckEscapesW -CommandLineToArgvW -ord_270 @270 -ord_271 @271 -Control_RunDLL -Control_RunDLLA -Control_RunDLLAsUserW -Control_RunDLLW -DoEnvironmentSubstA -DoEnvironmentSubstW -DragAcceptFiles -DragFinish -DragQueryFile -DragQueryFileA -DragQueryFileAorW -DragQueryFileW -DragQueryPoint -DuplicateIcon -ExtractAssociatedIconA -ExtractAssociatedIconExA -ExtractAssociatedIconExW -ExtractAssociatedIconW -ExtractIconA -ExtractIconEx -ExtractIconExA -ExtractIconExW -ExtractIconW -FindExecutableA -FindExecutableW -FreeIconList -GetCurrentProcessExplicitAppUserModelID -InitNetworkAddressControl -InternalExtractIconListA -InternalExtractIconListW -LaunchMSHelp_RunDLLW -Options_RunDLL -Options_RunDLLA -Options_RunDLLW -PathCleanupSpecWorker -PathIsExeWorker -RegenerateUserEnvironment -RunAsNewUser_RunDLLW -SHAddDefaultPropertiesByExt -SHAddToRecentDocs -SHAppBarMessage -SHAssocEnumHandlers -SHAssocEnumHandlersForProtocolByApplication -SHBindToFolderIDListParent -SHBindToFolderIDListParentEx -SHBindToObject -SHBindToParent -SHBrowseForFolder -SHBrowseForFolderA -SHBrowseForFolderW -SHChangeNotify -SHChangeNotifyRegisterThread -SHChangeNotifySuspendResume -SHCoCreateInstanceWorker -SHCreateAssociationRegistration -SHCreateDataObject -SHCreateDefaultContextMenu -SHCreateDefaultExtractIcon -SHCreateDefaultPropertiesOp -SHCreateDirectoryExA -SHCreateDirectoryExW -SHCreateDirectoryExWWorker -SHCreateItemFromIDList -SHCreateItemFromParsingName -SHCreateItemFromRelativeName -SHCreateItemInKnownFolder -SHCreateItemWithParent -SHCreateLocalServerRunDll -SHCreateProcessAsUserW -SHCreateQueryCancelAutoPlayMoniker -SHCreateShellItem -SHCreateShellItemArray -SHCreateShellItemArrayFromDataObject -SHCreateShellItemArrayFromIDLists -SHCreateShellItemArrayFromShellItem -SHEmptyRecycleBinA -SHEmptyRecycleBinW -SHEnableServiceObject -SHEnumerateUnreadMailAccountsW -SHEvaluateSystemCommandTemplate -SHExtractIconsW -SHFileOperation -SHFileOperationA -SHFileOperationW -SHFormatDrive -SHFreeNameMappings -SHGetDataFromIDListA -SHGetDataFromIDListW -SHGetDesktopFolder -SHGetDesktopFolderWorker -SHGetDiskFreeSpaceA -SHGetDiskFreeSpaceExA -SHGetDiskFreeSpaceExW -SHGetDriveMedia -SHGetFileInfo -SHGetFileInfoA -SHGetFileInfoW -SHGetFileInfoWWorker -SHGetFolderLocation -SHGetFolderLocationWorker -SHGetFolderPathA -SHGetFolderPathAWorker -SHGetFolderPathAndSubDirA -SHGetFolderPathAndSubDirW -SHGetFolderPathAndSubDirWWorker -SHGetFolderPathEx -SHGetFolderPathW -SHGetFolderPathWWorker -SHGetIDListFromObject -SHGetIconOverlayIndexA -SHGetIconOverlayIndexW -SHGetInstanceExplorer -SHGetInstanceExplorerWorker -SHGetItemFromDataObject -SHGetItemFromObject -SHGetKnownFolderIDList -SHGetKnownFolderItem -SHGetKnownFolderPath -SHGetKnownFolderPathWorker -SHGetLocalizedName -SHGetMalloc -SHGetNameFromIDList -SHGetNewLinkInfo -SHGetPathFromIDList -SHGetPathFromIDListA -SHGetPathFromIDListEx -SHGetPathFromIDListW -SHGetPropertyStoreForWindow -SHGetPropertyStoreFromIDList -SHGetPropertyStoreFromParsingName -SHGetSettings -SHGetSpecialFolderLocation -SHGetSpecialFolderPathA -SHGetSpecialFolderPathAWorker -SHGetSpecialFolderPathW -SHGetSpecialFolderPathWWorker -SHGetStockIconInfo -SHGetTemporaryPropertyForItem -SHGetUnreadMailCountW -SHInvokePrinterCommandA -SHInvokePrinterCommandW -SHIsFileAvailableOffline -SHLoadInProc -SHLoadNonloadedIconOverlayIdentifiers -SHOpenFolderAndSelectItems -SHOpenWithDialog -SHParseDisplayName -SHPathPrepareForWriteA -SHPathPrepareForWriteW -SHQueryRecycleBinA -SHQueryRecycleBinW -SHQueryUserNotificationState -SHRemoveLocalizedName -SHResolveLibrary -SHSetDefaultProperties -SHSetKnownFolderPath -SHSetKnownFolderPathWorker -SHSetLocalizedName -SHSetTemporaryPropertyForItem -SHSetUnreadMailCountW -SHShowManageLibraryUI -SHUpdateRecycleBinIcon -SetCurrentProcessExplicitAppUserModelID -SheChangeDirA -SheChangeDirExW -SheGetDirA -SheSetCurDrive -ShellAboutA -ShellAboutW -ShellExec_RunDLL -ShellExec_RunDLLA -ShellExec_RunDLLW -ShellExecuteA -ShellExecuteEx -ShellExecuteExA -ShellExecuteExW -ShellExecuteW -ShellHookProc -Shell_GetCachedImageIndexA -Shell_GetCachedImageIndexW -Shell_NotifyIcon -Shell_NotifyIconA -Shell_NotifyIconGetRect -Shell_NotifyIconW -StrChrA -StrChrIA -StrChrIW -StrChrW -StrCmpNA -StrCmpNIA -StrCmpNIW -StrCmpNW -StrNCmpA -StrNCmpIA -StrNCmpIW -StrNCmpW -StrRChrA -StrRChrIA -StrRChrIW -StrRChrW -StrRStrA -StrRStrIA -StrRStrIW -StrRStrW -StrStrA -StrStrIA -StrStrIW -StrStrW -WOWShellExecute -WaitForExplorerRestartW -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -RealDriveType -ord_525 @525 -SHFlushSFCache -ord_640 @640 -ord_641 @641 -ord_643 @643 -SHChangeNotification_Lock -SHChangeNotification_Unlock -ord_646 @646 -ord_648 @648 -ord_650 @650 -ord_651 @651 -WriteCabinetState -ord_653 @653 -ReadCabinetState -ord_660 @660 -IsUserAnAdmin -ord_681 @681 -StgMakeUniqueName -ord_683 @683 -ord_684 @684 -SHPropStgCreate -SHPropStgReadMultiple -SHPropStgWriteMultiple -ord_690 @690 -ord_691 @691 -ord_700 @700 -CDefFolderMenu_Create2 -ord_702 @702 -ord_703 @703 -ord_704 @704 -ord_707 @707 -ord_708 @708 -SHGetSetFolderCustomSettings -ord_711 @711 -ord_712 @712 -ord_713 @713 -ord_714 @714 -ord_715 @715 -SHMultiFileProperties -ord_719 @719 -ord_720 @720 -ord_721 @721 -ord_722 @722 -ord_723 @723 -ord_724 @724 -ord_725 @725 -ord_726 @726 -SHGetImageList -RestartDialogEx -ord_731 @731 -ord_732 @732 -ord_733 @733 -ord_740 @740 -SHCreateFileExtractIconW -ord_744 @744 -ord_745 @745 -SHLimitInputEdit -ord_748 @748 -ord_749 @749 -SHGetAttributesFromDataObject -ord_751 @751 -ord_752 @752 -ord_753 @753 -ord_754 @754 -ord_755 @755 -ord_756 @756 -ord_757 @757 -ord_758 @758 -ord_759 @759 -ord_760 @760 -ord_761 @761 -ord_762 @762 -ord_763 @763 -ord_764 @764 -ord_765 @765 -ord_766 @766 -ord_767 @767 -ord_777 @777 -ord_778 @778 -ord_779 @779 -ord_781 @781 -ord_782 @782 -ord_786 @786 -ord_787 @787 -ord_788 @788 -ord_789 @789 -ord_790 @790 -ord_791 @791 -ord_792 @792 -ord_810 @810 -ord_811 @811 -ord_812 @812 -ord_813 @813 -ord_814 @814 -ord_815 @815 -ord_816 @816 -ord_817 @817 -ord_818 @818 -ord_819 @819 -ord_820 @820 -ord_821 @821 -ord_822 @822 -ord_823 @823 -ord_824 @824 -ord_825 @825 -ord_826 @826 -ord_827 @827 -ord_828 @828 -ord_829 @829 -ord_830 @830 -ord_831 @831 -ord_832 @832 -ord_833 @833 -ord_834 @834 -ord_835 @835 -ord_836 @836 -ord_837 @837 -ord_838 @838 -ord_839 @839 -ord_840 @840 -ord_841 @841 -ord_842 @842 -ord_843 @843 -ord_844 @844 -ord_845 @845 -ILLoadFromStreamEx -ord_847 @847 -ord_848 @848 -ord_849 @849 -ord_850 @850 -ord_851 @851 -ord_852 @852 -ord_854 @854 -ord_856 @856 -ord_857 @857 -ord_858 @858 -ord_859 @859 -ord_860 @860 -ord_861 @861 -ord_862 @862 -ord_863 @863 -ord_864 @864 -ord_865 @865 -ord_866 @866 -ord_867 @867 -ord_868 @868 -ord_869 @869 -ord_870 @870 -ord_871 @871 -ord_872 @872 -ord_873 @873 -ord_874 @874 -ord_875 @875 -ord_876 @876 -ord_877 @877 -ord_878 @878 -ord_880 @880 -ord_881 @881 -ord_882 @882 -ord_883 @883 -ord_884 @884 -ord_885 @885 -ord_886 @886 -ord_887 @887 -ord_888 @888 -ord_889 @889 -ord_890 @890 -ord_891 @891 -ord_892 @892 -ord_893 @893 -ord_894 @894 -ord_895 @895 -ord_896 @896 -ord_897 @897 -ord_898 @898 -ord_899 @899 -ord_900 @900 -ord_901 @901 -ord_902 @902 -ord_903 @903 -ord_904 @904 -ord_905 @905 -ord_906 @906 -ord_907 @907 -ord_909 @909 -ord_910 @910 -ord_911 @911 -ord_912 @912 -ord_913 @913 -ord_914 @914 -ord_915 @915 -ord_916 @916 -GetSystemPersistedStorageItemList -ord_920 @920 -CreateStorageItemFromShellItem_FullTrustCaller -ord_922 @922 -ord_923 @923 -ord_924 @924 -CreateStorageItemFromShellItem_FullTrustCaller_ForPackage -ord_926 @926 -ord_927 @927 -ord_928 @928 -CreateStorageItemFromShellItem_FullTrustCaller_ForPackage_WithProcessHandle -ord_930 @930 -CreateStorageItemFromShellItem_FullTrustCaller_UseImplicitFlagsAndPackage -ord_932 @932 -ord_933 @933 -ord_934 @934 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shfolder.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shfolder.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shfolder.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shfolder.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of SHFOLDER.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHFOLDER.dll" -EXPORTS -SHGetFolderPathA -SHGetFolderPathW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shgina.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shgina.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shgina.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shgina.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SHGINA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHGINA.dll" -EXPORTS -ord_6 @6 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shimgvw.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shimgvw.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shimgvw.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shimgvw.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of shimgvw.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "shimgvw.DLL" -EXPORTS -ImageView_Fullscreen -ImageView_FullscreenA -ImageView_FullscreenW -ImageView_PrintTo -ImageView_PrintToA -ImageView_PrintToW -imageview_fullscreenW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shlwapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shlwapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shlwapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shlwapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,935 +0,0 @@ -; -; Definition file of SHLWAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHLWAPI.dll" -EXPORTS -ParseURLA -ParseURLW -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -SHAllocShared -SHLockShared -SHUnlockShared -SHFreeShared -ord_11 @11 -SHCreateMemStream -ord_13 @13 -GetAcceptLanguagesA -GetAcceptLanguagesW -SHCreateThread -ord_17 @17 -ord_18 @18 -ord_19 @19 -ord_20 @20 -ord_21 @21 -ord_22 @22 -ord_23 @23 -ord_24 @24 -ord_25 @25 -ord_26 @26 -ord_27 @27 -ord_28 @28 -IsCharSpaceW -ord_30 @30 -ord_31 @31 -ord_32 @32 -ord_33 @33 -ord_34 @34 -ord_35 @35 -ord_36 @36 -ord_37 @37 -ord_38 @38 -ord_39 @39 -ord_40 @40 -ord_41 @41 -ord_42 @42 -ord_43 @43 -ord_44 @44 -ord_45 @45 -ord_46 @46 -ord_47 @47 -ord_48 @48 -ord_49 @49 -ord_50 @50 -ord_51 @51 -ord_52 @52 -ord_53 @53 -ord_54 @54 -ord_55 @55 -ord_56 @56 -ord_57 @57 -ord_58 @58 -ord_59 @59 -ord_60 @60 -ord_61 @61 -ord_62 @62 -ord_63 @63 -ord_64 @64 -ord_65 @65 -ord_66 @66 -ord_67 @67 -ord_68 @68 -ord_69 @69 -ord_70 @70 -ord_71 @71 -ord_72 @72 -ord_73 @73 -ord_74 @74 -ord_75 @75 -ord_76 @76 -ord_77 @77 -ord_78 @78 -ord_79 @79 -ord_80 @80 -ord_81 @81 -ord_82 @82 -ord_83 @83 -ord_84 @84 -ord_85 @85 -ord_86 @86 -ord_87 @87 -ord_88 @88 -ord_89 @89 -ord_90 @90 -ord_91 @91 -ord_92 @92 -ord_93 @93 -ord_94 @94 -ord_95 @95 -ord_96 @96 -ord_97 @97 -ord_98 @98 -ord_99 @99 -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -ord_113 @113 -ord_114 @114 -ord_115 @115 -ord_116 @116 -ord_117 @117 -ord_118 @118 -ord_119 @119 -ord_120 @120 -ord_121 @121 -ord_122 @122 -ord_123 @123 -ord_124 @124 -ord_125 @125 -ord_126 @126 -ord_127 @127 -ord_128 @128 -ord_129 @129 -ord_130 @130 -ord_131 @131 -ord_132 @132 -ord_133 @133 -ord_134 @134 -ord_135 @135 -ord_136 @136 -ord_137 @137 -ord_138 @138 -ord_139 @139 -ord_140 @140 -ord_141 @141 -ord_142 @142 -ord_143 @143 -ord_144 @144 -ord_145 @145 -ord_146 @146 -ord_147 @147 -ord_148 @148 -ord_149 @149 -ord_150 @150 -StrCmpNCA -StrCmpNCW -StrCmpNICA -StrCmpNICW -StrCmpCA -StrCmpCW -StrCmpICA -StrCmpICW -ord_159 @159 -ord_160 @160 -ord_161 @161 -ord_162 @162 -IUnknown_QueryStatus -IUnknown_Exec -ord_165 @165 -ord_166 @166 -ord_167 @167 -ConnectToConnectionPoint -IUnknown_AtomicRelease -ord_170 @170 -ord_171 @171 -IUnknown_GetWindow -ord_173 @173 -IUnknown_SetSite -ord_175 @175 -IUnknown_QueryService -ord_177 @177 -ord_178 @178 -ord_179 @179 -ord_180 @180 -ord_181 @181 -ord_182 @182 -ord_183 @183 -IStream_Read -SHMessageBoxCheckA -ord_186 @186 -ord_187 @187 -ord_188 @188 -ord_189 @189 -ord_190 @190 -SHMessageBoxCheckW -ord_192 @192 -ord_193 @193 -ord_194 @194 -ord_195 @195 -ord_196 @196 -ord_197 @197 -ord_198 @198 -IUnknown_Set -ord_200 @200 -ord_201 @201 -ord_202 @202 -SHStripMneumonicA -SHIsChildOrSelf -ord_205 @205 -ord_206 @206 -ord_207 @207 -ord_208 @208 -ord_209 @209 -ord_210 @210 -ord_211 @211 -IStream_Write -IStream_Reset -IStream_Size -SHAnsiToUnicode -ord_216 @216 -SHUnicodeToAnsi -SHUnicodeToAnsiCP -QISearch -ord_220 @220 -ord_221 @221 -ord_222 @222 -ord_223 @223 -ord_224 @224 -SHStripMneumonicW -ord_226 @226 -ord_227 @227 -ord_228 @228 -ord_229 @229 -ord_230 @230 -ord_231 @231 -ord_232 @232 -ord_233 @233 -ord_234 @234 -ord_235 @235 -SHPinDllOfCLSID -ord_237 @237 -ord_238 @238 -ord_239 @239 -ord_240 @240 -ord_241 @241 -ord_242 @242 -ord_243 @243 -ord_244 @244 -ord_245 @245 -ord_246 @246 -ord_247 @247 -ord_248 @248 -ord_249 @249 -ord_250 @250 -ord_251 @251 -ord_252 @252 -ord_253 @253 -ord_254 @254 -ord_255 @255 -IUnknown_GetSite -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -GUIDFromStringW -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -WhichPlatform -ord_277 @277 -SHCreateWorkerWindowW -ord_279 @279 -SHRegGetIntW -SHPackDispParamsV -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_312 @312 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_318 @318 -ord_319 @319 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_326 @326 -ord_327 @327 -ord_328 @328 -ord_329 @329 -ord_330 @330 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_334 @334 -ord_335 @335 -ord_336 @336 -ord_337 @337 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_342 @342 -ord_343 @343 -ord_344 @344 -SHAnsiToAnsi -SHUnicodeToUnicode -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -SHFormatDateTimeA -SHFormatDateTimeW -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_358 @358 -ord_359 @359 -ord_360 @360 -ord_361 @361 -ord_362 @362 -ord_363 @363 -ord_364 @364 -ord_365 @365 -ord_366 @366 -ord_367 @367 -ord_368 @368 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -MLLoadLibraryA -MLLoadLibraryW -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ShellMessageBoxW -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -SHSendMessageBroadcastA -SHSendMessageBroadcastW -ord_434 @434 -ord_435 @435 -ord_436 @436 -IsOS -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -PathFileExistsAndAttributesW -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -UrlFixupW -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -SHRunIndirectRegClientCommand -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 -ord_474 @474 -ord_475 @475 -ord_476 @476 -ord_477 @477 -ord_478 @478 -ord_479 @479 -ord_480 @480 -ord_481 @481 -ord_482 @482 -ord_483 @483 -ord_484 @484 -ord_485 @485 -ord_486 @486 -SHLoadIndirectString -ord_488 @488 -ord_489 @489 -ord_490 @490 -ord_491 @491 -ord_492 @492 -ord_493 @493 -ord_494 @494 -ord_495 @495 -ord_496 @496 -ord_497 @497 -ord_498 @498 -ord_499 @499 -ord_500 @500 -ord_501 @501 -ord_502 @502 -ord_503 @503 -ord_504 @504 -ord_505 @505 -ord_506 @506 -ord_507 @507 -ord_508 @508 -ord_509 @509 -ord_510 @510 -ord_511 @511 -IStream_ReadPidl -IStream_WritePidl -ord_514 @514 -SHGetViewStatePropertyBag -ord_516 @516 -ord_517 @517 -ord_518 @518 -ord_519 @519 -ord_520 @520 -ord_521 @521 -ord_522 @522 -ord_523 @523 -ord_524 @524 -ord_525 @525 -ord_526 @526 -ord_527 @527 -ord_528 @528 -ord_529 @529 -ord_530 @530 -ord_531 @531 -ord_532 @532 -ord_533 @533 -ord_534 @534 -ord_535 @535 -ord_536 @536 -ord_537 @537 -ord_538 @538 -ord_539 @539 -ord_540 @540 -ord_541 @541 -ord_542 @542 -ord_543 @543 -ord_544 @544 -ord_545 @545 -ord_546 @546 -ord_547 @547 -ord_548 @548 -ord_549 @549 -ord_550 @550 -ord_551 @551 -ord_552 @552 -IsInternetESCEnabled -ord_554 @554 -ord_555 @555 -ord_556 @556 -ord_557 @557 -ord_558 @558 -ord_559 @559 -ord_560 @560 -ord_561 @561 -ord_562 @562 -ord_563 @563 -ord_564 @564 -ord_565 @565 -ord_566 @566 -SHPropertyBag_ReadStrAlloc -IStream_Copy -DelayLoadFailureHook -SHPropertyBag_WriteBSTR -ord_571 @571 -ord_572 @572 -ord_573 @573 -ord_574 @574 -ord_575 @575 -ord_576 @576 -ord_577 @577 -ord_578 @578 -AssocCreate -ord_580 @580 -ord_581 @581 -ord_582 @582 -ord_583 @583 -AssocGetPerceivedType -AssocIsDangerous -AssocQueryKeyA -AssocQueryKeyW -AssocQueryStringA -AssocQueryStringByKeyA -AssocQueryStringByKeyW -AssocQueryStringW -ChrCmpIA -ChrCmpIW -ColorAdjustLuma -ColorHLSToRGB -IStream_ReadStr -IStream_WriteStr -ord_598 @598 -ord_599 @599 -ord_600 @600 -ord_601 @601 -ord_602 @602 -ord_603 @603 -ord_604 @604 -ord_605 @605 -ord_606 @606 -ColorRGBToHLS -GetMenuPosFromID -ord_611 @611 -HashData -ord_613 @613 -ord_614 @614 -SHCreateThreadWithHandle -ord_616 @616 -ord_617 @617 -ord_618 @618 -ord_619 @619 -IntlStrEqWorkerA -ord_621 @621 -IntlStrEqWorkerW -IsCharSpaceA -PathAddBackslashA -PathAddBackslashW -ord_626 @626 -ord_627 @627 -ord_628 @628 -SHRegGetValueFromHKCUHKLM -SHRegGetBoolValueFromHKCUHKLM -ord_631 @631 -ord_632 @632 -ord_633 @633 -ord_634 @634 -ord_635 @635 -ord_636 @636 -ord_637 @637 -ord_638 @638 -ord_639 @639 -ord_640 @640 -ord_641 @641 -ord_642 @642 -ord_643 @643 -ord_644 @644 -ord_645 @645 -ord_646 @646 -ord_647 @647 -ord_648 @648 -PathAddExtensionA -PathAddExtensionW -PathAppendA -PathAppendW -PathBuildRootA -PathBuildRootW -PathCanonicalizeA -PathCanonicalizeW -PathCombineA -PathCombineW -PathCommonPrefixA -PathCommonPrefixW -PathCompactPathA -PathCompactPathExA -PathCompactPathExW -PathCompactPathW -PathCreateFromUrlA -PathCreateFromUrlAlloc -PathCreateFromUrlW -PathFileExistsA -PathFileExistsW -PathFindExtensionA -PathFindExtensionW -PathFindFileNameA -PathFindFileNameW -PathFindNextComponentA -PathFindNextComponentW -PathFindOnPathA -PathFindOnPathW -PathFindSuffixArrayA -PathFindSuffixArrayW -PathGetArgsA -PathGetArgsW -PathGetCharTypeA -PathGetCharTypeW -PathGetDriveNumberA -PathGetDriveNumberW -PathIsContentTypeA -PathIsContentTypeW -PathIsDirectoryA -PathIsDirectoryEmptyA -PathIsDirectoryEmptyW -PathIsDirectoryW -PathIsFileSpecA -PathIsFileSpecW -PathIsLFNFileSpecA -PathIsLFNFileSpecW -PathIsNetworkPathA -PathIsNetworkPathW -PathIsPrefixA -PathIsPrefixW -PathIsRelativeA -PathIsRelativeW -PathIsRootA -PathIsRootW -PathIsSameRootA -PathIsSameRootW -PathIsSystemFolderA -PathIsSystemFolderW -PathIsUNCA -PathIsUNCServerA -PathIsUNCServerShareA -PathIsUNCServerShareW -PathIsUNCServerW -PathIsUNCW -PathIsURLA -PathIsURLW -PathMakePrettyA -PathMakePrettyW -PathMakeSystemFolderA -PathMakeSystemFolderW -PathMatchSpecA -PathMatchSpecExA -PathMatchSpecExW -PathMatchSpecW -PathParseIconLocationA -PathParseIconLocationW -PathQuoteSpacesA -PathQuoteSpacesW -PathRelativePathToA -PathRelativePathToW -PathRemoveArgsA -PathRemoveArgsW -PathRemoveBackslashA -PathRemoveBackslashW -PathRemoveBlanksA -PathRemoveBlanksW -PathRemoveExtensionA -PathRemoveExtensionW -PathRemoveFileSpecA -PathRemoveFileSpecW -PathRenameExtensionA -PathRenameExtensionW -PathSearchAndQualifyA -PathSearchAndQualifyW -PathSetDlgItemPathA -PathSetDlgItemPathW -PathSkipRootA -PathSkipRootW -PathStripPathA -PathStripPathW -PathStripToRootA -PathStripToRootW -PathUnExpandEnvStringsA -PathUnExpandEnvStringsW -PathUndecorateA -PathUndecorateW -PathUnmakeSystemFolderA -PathUnmakeSystemFolderW -PathUnquoteSpacesA -PathUnquoteSpacesW -SHAutoComplete -SHCopyKeyA -SHCopyKeyW -SHCreateShellPalette -SHCreateStreamOnFileA -SHCreateStreamOnFileEx -SHCreateStreamOnFileW -SHCreateStreamWrapper -SHCreateThreadRef -SHDeleteEmptyKeyA -SHDeleteEmptyKeyW -SHDeleteKeyA -SHDeleteKeyW -SHDeleteOrphanKeyA -SHDeleteOrphanKeyW -SHDeleteValueA -SHDeleteValueW -SHEnumKeyExA -SHEnumKeyExW -SHEnumValueA -SHEnumValueW -SHGetInverseCMAP -SHGetThreadRef -SHGetValueA -SHGetValueW -SHIsLowMemoryMachine -SHOpenRegStream2A -SHOpenRegStream2W -SHOpenRegStreamA -SHOpenRegStreamW -SHQueryInfoKeyA -SHQueryInfoKeyW -SHQueryValueExA -SHQueryValueExW -SHRegCloseUSKey -SHRegCreateUSKeyA -SHRegCreateUSKeyW -SHRegDeleteEmptyUSKeyA -SHRegDeleteEmptyUSKeyW -SHRegDeleteUSValueA -SHRegDeleteUSValueW -SHRegDuplicateHKey -SHRegEnumUSKeyA -SHRegEnumUSKeyW -SHRegEnumUSValueA -SHRegEnumUSValueW -SHRegGetBoolUSValueA -SHRegGetBoolUSValueW -SHRegGetPathA -SHRegGetPathW -SHRegGetUSValueA -SHRegGetUSValueW -SHRegGetValueA -SHRegGetValueW -SHRegOpenUSKeyA -SHRegOpenUSKeyW -SHRegQueryInfoUSKeyA -SHRegQueryInfoUSKeyW -SHRegQueryUSValueA -SHRegQueryUSValueW -SHRegSetPathA -SHRegSetPathW -SHRegSetUSValueA -SHRegSetUSValueW -SHRegWriteUSValueA -SHRegWriteUSValueW -SHRegisterValidateTemplate -SHReleaseThreadRef -SHSetThreadRef -SHSetValueA -SHSetValueW -SHSkipJunction -SHStrDupA -SHStrDupW -ShellMessageBoxA -StrCSpnA -StrCSpnIA -StrCSpnIW -StrCSpnW -StrCatBuffA -StrCatBuffW -StrCatChainW -StrCatW -StrChrA -StrChrIA -StrChrIW -StrChrNIW -StrChrNW -StrChrW -StrCmpIW -StrCmpLogicalW -StrCmpNA -StrCmpNIA -StrCmpNIW -StrCmpNW -StrCmpW -StrCpyNW -StrCpyW -StrDupA -StrDupW -StrFormatByteSize64A -StrFormatByteSizeA -StrFormatByteSizeEx -StrFormatByteSizeW -StrFormatKBSizeA -StrFormatKBSizeW -StrFromTimeIntervalA -StrFromTimeIntervalW -StrIsIntlEqualA -StrIsIntlEqualW -StrNCatA -StrNCatW -StrPBrkA -StrPBrkW -StrRChrA -StrRChrIA -StrRChrIW -StrRChrW -StrRStrIA -StrRStrIW -StrRetToBSTR -StrRetToBufA -StrRetToBufW -StrRetToStrA -StrRetToStrW -StrSpnA -StrSpnW -StrStrA -StrStrIA -StrStrIW -StrStrNIW -StrStrNW -StrStrW -StrToInt64ExA -StrToInt64ExW -StrToIntA -StrToIntExA -StrToIntExW -StrToIntW -StrTrimA -StrTrimW -UrlApplySchemeA -UrlApplySchemeW -UrlCanonicalizeA -UrlCanonicalizeW -UrlCombineA -UrlCombineW -UrlCompareA -UrlCompareW -UrlCreateFromPathA -UrlCreateFromPathW -UrlEscapeA -UrlEscapeW -UrlGetLocationA -UrlGetLocationW -UrlGetPartA -UrlGetPartW -UrlHashA -UrlHashW -UrlIsA -UrlIsNoHistoryA -UrlIsNoHistoryW -UrlIsOpaqueA -UrlIsOpaqueW -UrlIsW -UrlUnescapeA -UrlUnescapeW -wnsprintfA -wnsprintfW -wvnsprintfA -wvnsprintfW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shsvcs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shsvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shsvcs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shsvcs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -; -; Definition file of SHSVCS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHSVCS.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_13 @13 -ord_14 @14 -HardwareDetectionServiceMain -CreateHardwareEventMoniker diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/shunimpl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/shunimpl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/shunimpl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/shunimpl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,453 +0,0 @@ -; -; Definition file of SHUNIMPL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SHUNIMPL.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_13 @13 -ord_14 @14 -ord_15 @15 -ord_16 @16 -ord_17 @17 -ord_18 @18 -ord_19 @19 -ord_20 @20 -ord_21 @21 -ord_22 @22 -ord_23 @23 -ord_24 @24 -ord_25 @25 -ord_26 @26 -ord_27 @27 -ord_28 @28 -ord_29 @29 -ord_30 @30 -ord_31 @31 -ord_32 @32 -ord_33 @33 -ord_34 @34 -ord_35 @35 -ord_36 @36 -ord_37 @37 -ord_38 @38 -ord_39 @39 -ord_40 @40 -ord_41 @41 -ord_42 @42 -ord_43 @43 -ord_44 @44 -ord_45 @45 -ord_46 @46 -ord_47 @47 -ord_48 @48 -ord_49 @49 -ord_50 @50 -ord_51 @51 -ord_52 @52 -ord_53 @53 -ord_54 @54 -ord_55 @55 -ord_56 @56 -ord_57 @57 -ord_58 @58 -ord_59 @59 -ord_60 @60 -ord_61 @61 -ord_62 @62 -ord_63 @63 -ord_64 @64 -ord_65 @65 -ord_66 @66 -ord_67 @67 -ord_68 @68 -ord_69 @69 -ord_70 @70 -ord_71 @71 -ord_72 @72 -ord_73 @73 -ord_74 @74 -ord_75 @75 -ord_76 @76 -ord_77 @77 -ord_78 @78 -ord_79 @79 -ord_80 @80 -ord_81 @81 -ord_82 @82 -ord_83 @83 -ord_84 @84 -ord_85 @85 -ord_86 @86 -ord_87 @87 -ord_88 @88 -ord_89 @89 -ord_90 @90 -ord_91 @91 -ord_92 @92 -ord_93 @93 -ord_94 @94 -ord_95 @95 -ord_96 @96 -ord_97 @97 -ord_98 @98 -ord_99 @99 -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -ord_113 @113 -ord_114 @114 -ord_115 @115 -ord_116 @116 -ord_117 @117 -ord_118 @118 -ord_119 @119 -ord_120 @120 -ord_121 @121 -ord_122 @122 -ord_123 @123 -ord_124 @124 -ord_125 @125 -ord_126 @126 -ord_127 @127 -ord_128 @128 -ord_129 @129 -ord_130 @130 -ord_131 @131 -ord_132 @132 -ord_133 @133 -ord_134 @134 -ord_135 @135 -ord_136 @136 -ord_137 @137 -ord_138 @138 -ord_139 @139 -ord_140 @140 -ord_141 @141 -ord_142 @142 -ord_143 @143 -ord_144 @144 -ord_145 @145 -ord_146 @146 -ord_147 @147 -ord_148 @148 -ord_149 @149 -ord_150 @150 -ord_152 @152 -ord_153 @153 -ord_154 @154 -ord_155 @155 -ord_156 @156 -ord_157 @157 -ord_158 @158 -ord_159 @159 -ord_160 @160 -ord_161 @161 -ord_162 @162 -ord_163 @163 -ord_164 @164 -ord_165 @165 -ord_166 @166 -ord_167 @167 -ord_168 @168 -ord_169 @169 -ord_170 @170 -ord_171 @171 -ord_172 @172 -ord_173 @173 -ord_174 @174 -ord_175 @175 -ord_176 @176 -ord_177 @177 -ord_178 @178 -ord_179 @179 -ord_180 @180 -ord_181 @181 -ord_182 @182 -ord_183 @183 -ord_184 @184 -ord_185 @185 -ord_186 @186 -ord_187 @187 -ord_188 @188 -ord_189 @189 -ord_190 @190 -ord_191 @191 -ord_192 @192 -ord_193 @193 -ord_194 @194 -ord_195 @195 -ord_196 @196 -ord_197 @197 -ord_198 @198 -ord_199 @199 -ord_200 @200 -ord_201 @201 -ord_202 @202 -ord_203 @203 -ord_204 @204 -ord_205 @205 -ord_206 @206 -ord_207 @207 -ord_208 @208 -ord_209 @209 -ord_210 @210 -ord_211 @211 -ord_212 @212 -ord_213 @213 -ord_214 @214 -ord_215 @215 -ord_216 @216 -ord_217 @217 -ord_218 @218 -ord_219 @219 -ord_220 @220 -ord_221 @221 -ord_222 @222 -ord_223 @223 -ord_224 @224 -ord_225 @225 -ord_226 @226 -ord_227 @227 -ord_228 @228 -ord_229 @229 -ord_230 @230 -ord_231 @231 -ord_232 @232 -ord_233 @233 -ord_234 @234 -ord_235 @235 -ord_236 @236 -ord_237 @237 -ord_238 @238 -ord_239 @239 -ord_240 @240 -ord_241 @241 -ord_242 @242 -ord_243 @243 -ord_244 @244 -ord_245 @245 -ord_246 @246 -ord_247 @247 -ord_249 @249 -ord_250 @250 -ord_251 @251 -ord_252 @252 -ord_253 @253 -ord_254 @254 -ord_255 @255 -ord_256 @256 -ord_257 @257 -ord_258 @258 -ord_259 @259 -ord_260 @260 -ord_261 @261 -ord_262 @262 -ord_263 @263 -ord_264 @264 -ord_265 @265 -ord_266 @266 -ord_267 @267 -ord_268 @268 -ord_269 @269 -ord_270 @270 -ord_271 @271 -ord_272 @272 -ord_273 @273 -ord_274 @274 -ord_275 @275 -ord_276 @276 -ord_277 @277 -ord_278 @278 -ord_279 @279 -ord_280 @280 -ord_281 @281 -ord_282 @282 -ord_283 @283 -ord_284 @284 -ord_285 @285 -ord_286 @286 -ord_287 @287 -ord_288 @288 -ord_289 @289 -ord_290 @290 -ord_291 @291 -ord_292 @292 -ord_293 @293 -ord_294 @294 -ord_295 @295 -ord_296 @296 -ord_297 @297 -ord_298 @298 -ord_299 @299 -ord_300 @300 -ord_301 @301 -ord_302 @302 -ord_303 @303 -ord_304 @304 -ord_305 @305 -ord_306 @306 -ord_307 @307 -ord_308 @308 -ord_309 @309 -ord_310 @310 -ord_311 @311 -ord_313 @313 -ord_314 @314 -ord_315 @315 -ord_316 @316 -ord_317 @317 -ord_320 @320 -ord_321 @321 -ord_322 @322 -ord_323 @323 -ord_324 @324 -ord_325 @325 -ord_331 @331 -ord_332 @332 -ord_333 @333 -ord_338 @338 -ord_339 @339 -ord_340 @340 -ord_341 @341 -ord_344 @344 -ord_345 @345 -ord_346 @346 -ord_347 @347 -ord_348 @348 -ord_349 @349 -ord_350 @350 -ord_351 @351 -ord_352 @352 -ord_353 @353 -ord_354 @354 -ord_355 @355 -ord_356 @356 -ord_357 @357 -ord_369 @369 -ord_370 @370 -ord_371 @371 -ord_372 @372 -ord_373 @373 -ord_374 @374 -ord_375 @375 -ord_376 @376 -ord_377 @377 -ord_378 @378 -ord_379 @379 -ord_380 @380 -ord_381 @381 -ord_382 @382 -ord_383 @383 -ord_384 @384 -ord_385 @385 -ord_386 @386 -ord_387 @387 -ord_388 @388 -ord_389 @389 -ord_390 @390 -ord_391 @391 -ord_392 @392 -ord_393 @393 -ord_394 @394 -ord_395 @395 -ord_396 @396 -ord_397 @397 -ord_398 @398 -ord_399 @399 -ord_400 @400 -ord_401 @401 -ord_402 @402 -ord_403 @403 -ord_404 @404 -ord_405 @405 -ord_406 @406 -ord_407 @407 -ord_408 @408 -ord_409 @409 -ord_410 @410 -ord_411 @411 -ord_412 @412 -ord_413 @413 -ord_414 @414 -ord_415 @415 -ord_416 @416 -ord_417 @417 -ord_418 @418 -ord_419 @419 -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 -ord_424 @424 -ord_425 @425 -ord_426 @426 -ord_427 @427 -ord_428 @428 -ord_429 @429 -ord_430 @430 -ord_431 @431 -ord_432 @432 -ord_433 @433 -ord_434 @434 -ord_435 @435 -ord_436 @436 -ord_437 @437 -ord_438 @438 -ord_439 @439 -ord_440 @440 -ord_441 @441 -ord_442 @442 -ord_443 @443 -ord_444 @444 -ord_445 @445 -ord_446 @446 -ord_447 @447 -ord_448 @448 -ord_449 @449 -ord_450 @450 -ord_451 @451 -ord_452 @452 -ord_453 @453 -ord_454 @454 -ord_455 @455 -ord_456 @456 -ord_457 @457 -ord_458 @458 -ord_459 @459 -ord_460 @460 -ord_461 @461 -ord_462 @462 -ord_463 @463 -ord_464 @464 -ord_465 @465 -ord_466 @466 -ord_467 @467 -ord_468 @468 -ord_469 @469 -ord_470 @470 -ord_471 @471 -ord_472 @472 -ord_473 @473 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sisbkup.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sisbkup.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sisbkup.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sisbkup.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Definition file of sisbkup.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "sisbkup.dll" -EXPORTS -SisCSFilesToBackupForLink -SisCreateBackupStructure -SisCreateRestoreStructure -SisFreeAllocatedMemory -SisFreeBackupStructure -SisFreeRestoreStructure -SisRestoredCommonStoreFile -SisRestoredLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/skydrivetelemetry.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/skydrivetelemetry.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/skydrivetelemetry.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/skydrivetelemetry.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,397 +0,0 @@ -; -; Definition file of SkyDriveTelemetry.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SkyDriveTelemetry.dll" -EXPORTS -??0ScenarioQosAutoUpdate@QoS@@QAA@ABV01@@Z -??0ScenarioQosAutoUpdate@QoS@@QAA@XZ -??0ScenarioQosChangeEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosChangeEnumeration@QoS@@QAA@XZ -??0ScenarioQosClientPolicy@QoS@@QAA@ABV01@@Z -??0ScenarioQosClientPolicy@QoS@@QAA@XZ -??0ScenarioQosConnectingToWns@QoS@@QAA@ABV01@@Z -??0ScenarioQosConnectingToWns@QoS@@QAA@XZ -??0ScenarioQosCreateJumpLink@QoS@@QAA@ABV01@@Z -??0ScenarioQosCreateJumpLink@QoS@@QAA@XZ -??0ScenarioQosCreateSubscription@QoS@@QAA@ABV01@@Z -??0ScenarioQosCreateSubscription@QoS@@QAA@XZ -??0ScenarioQosCreatingSubscription@QoS@@QAA@ABV01@@Z -??0ScenarioQosCreatingSubscription@QoS@@QAA@XZ -??0ScenarioQosDelegatedSyncWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosDelegatedSyncWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosDeleteSubscription@QoS@@QAA@ABV01@@Z -??0ScenarioQosDeleteSubscription@QoS@@QAA@XZ -??0ScenarioQosDeviceHeroShot@QoS@@QAA@ABV01@@Z -??0ScenarioQosDeviceHeroShot@QoS@@QAA@XZ -??0ScenarioQosDownloadChunk@QoS@@QAA@ABV01@@Z -??0ScenarioQosDownloadChunk@QoS@@QAA@XZ -??0ScenarioQosDownloadFile@QoS@@QAA@ABV01@@Z -??0ScenarioQosDownloadFile@QoS@@QAA@XZ -??0ScenarioQosGetThumbnail@QoS@@QAA@ABV01@@Z -??0ScenarioQosGetThumbnail@QoS@@QAA@XZ -??0ScenarioQosLoginFRE@QoS@@QAA@ABV01@@Z -??0ScenarioQosLoginFRE@QoS@@QAA@XZ -??0ScenarioQosLoginPartnerFirstRun@QoS@@QAA@ABV01@@Z -??0ScenarioQosLoginPartnerFirstRun@QoS@@QAA@XZ -??0ScenarioQosLoginSubsequent@QoS@@QAA@ABV01@@Z -??0ScenarioQosLoginSubsequent@QoS@@QAA@XZ -??0ScenarioQosPartnerDefault@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerDefault@QoS@@QAA@XZ -??0ScenarioQosPartnerDelete@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerDelete@QoS@@QAA@XZ -??0ScenarioQosPartnerDownload@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerDownload@QoS@@QAA@XZ -??0ScenarioQosPartnerLookup@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerLookup@QoS@@QAA@XZ -??0ScenarioQosPartnerReload@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerReload@QoS@@QAA@XZ -??0ScenarioQosPartnerRename@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerRename@QoS@@QAA@XZ -??0ScenarioQosPartnerReset@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerReset@QoS@@QAA@XZ -??0ScenarioQosPartnerStart@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerStart@QoS@@QAA@XZ -??0ScenarioQosPartnerStop@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerStop@QoS@@QAA@XZ -??0ScenarioQosPartnerUpload@QoS@@QAA@ABV01@@Z -??0ScenarioQosPartnerUpload@QoS@@QAA@XZ -??0ScenarioQosPlatWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosPlatWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosPollingChangeEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosPollingChangeEnumeration@QoS@@QAA@XZ -??0ScenarioQosPostLogs@QoS@@QAA@ABV01@@Z -??0ScenarioQosPostLogs@QoS@@QAA@XZ -??0ScenarioQosPostTransactionReport@QoS@@QAA@ABV01@@Z -??0ScenarioQosPostTransactionReport@QoS@@QAA@XZ -??0ScenarioQosProviderWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosProviderWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosQuotaStatus@QoS@@QAA@ABV01@@Z -??0ScenarioQosQuotaStatus@QoS@@QAA@XZ -??0ScenarioQosRemoteAccessWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosRemoteAccessWrapper@QoS@@QAA@IPBG@Z -??0ScenarioQosSelectiveSyncEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosSelectiveSyncEnumeration@QoS@@QAA@XZ -??0ScenarioQosStartup@QoS@@QAA@ABV01@@Z -??0ScenarioQosStartup@QoS@@QAA@XZ -??0ScenarioQosStartupChangeEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosStartupChangeEnumeration@QoS@@QAA@XZ -??0ScenarioQosStorageProvisioning@QoS@@QAA@ABV01@@Z -??0ScenarioQosStorageProvisioning@QoS@@QAA@XZ -??0ScenarioQosSyncVerification@QoS@@QAA@ABV01@@Z -??0ScenarioQosSyncVerification@QoS@@QAA@XZ -??0ScenarioQosSyncWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosSyncWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosSystrayInteraction@QoS@@QAA@ABV01@@Z -??0ScenarioQosSystrayInteraction@QoS@@QAA@XZ -??0ScenarioQosTargetedQuery@QoS@@QAA@ABV01@@Z -??0ScenarioQosTargetedQuery@QoS@@QAA@XZ -??0ScenarioQosTelemetryWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosTelemetryWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosUXWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosUXWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosUploadExternalFile@QoS@@QAA@ABV01@@Z -??0ScenarioQosUploadExternalFile@QoS@@QAA@XZ -??0ScenarioQosUploadFile@QoS@@QAA@ABV01@@Z -??0ScenarioQosUploadFile@QoS@@QAA@XZ -??0ScenarioQosUploadMetadata@QoS@@QAA@ABV01@@Z -??0ScenarioQosUploadMetadata@QoS@@QAA@XZ -??0ScenarioQosUserRequestedChangeEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosUserRequestedChangeEnumeration@QoS@@QAA@XZ -??0ScenarioQosWNSNotificationChangeEnumeration@QoS@@QAA@ABV01@@Z -??0ScenarioQosWNSNotificationChangeEnumeration@QoS@@QAA@XZ -??0ScenarioQosWrapper@QoS@@IAA@IPBG@Z -??0ScenarioQosWrapper@QoS@@IAA@W4_ScenarioId@Bici@@@Z -??0ScenarioQosWrapper@QoS@@IAA@W4_ScenarioId@Bici@@_N@Z -??0ScenarioQosWrapper@QoS@@QAA@ABV01@@Z -??1ScenarioQosAutoUpdate@QoS@@UAA@XZ -??1ScenarioQosChangeEnumeration@QoS@@UAA@XZ -??1ScenarioQosClientPolicy@QoS@@UAA@XZ -??1ScenarioQosConnectingToWns@QoS@@UAA@XZ -??1ScenarioQosCreateJumpLink@QoS@@UAA@XZ -??1ScenarioQosCreateSubscription@QoS@@UAA@XZ -??1ScenarioQosCreatingSubscription@QoS@@UAA@XZ -??1ScenarioQosDelegatedSyncWrapper@QoS@@UAA@XZ -??1ScenarioQosDeleteSubscription@QoS@@UAA@XZ -??1ScenarioQosDeviceHeroShot@QoS@@UAA@XZ -??1ScenarioQosDownloadChunk@QoS@@UAA@XZ -??1ScenarioQosDownloadFile@QoS@@UAA@XZ -??1ScenarioQosGetThumbnail@QoS@@UAA@XZ -??1ScenarioQosLoginFRE@QoS@@UAA@XZ -??1ScenarioQosLoginPartnerFirstRun@QoS@@UAA@XZ -??1ScenarioQosLoginSubsequent@QoS@@UAA@XZ -??1ScenarioQosPartnerDefault@QoS@@UAA@XZ -??1ScenarioQosPartnerDelete@QoS@@UAA@XZ -??1ScenarioQosPartnerDownload@QoS@@UAA@XZ -??1ScenarioQosPartnerLookup@QoS@@UAA@XZ -??1ScenarioQosPartnerReload@QoS@@UAA@XZ -??1ScenarioQosPartnerRename@QoS@@UAA@XZ -??1ScenarioQosPartnerReset@QoS@@UAA@XZ -??1ScenarioQosPartnerStart@QoS@@UAA@XZ -??1ScenarioQosPartnerStop@QoS@@UAA@XZ -??1ScenarioQosPartnerUpload@QoS@@UAA@XZ -??1ScenarioQosPlatWrapper@QoS@@UAA@XZ -??1ScenarioQosPollingChangeEnumeration@QoS@@UAA@XZ -??1ScenarioQosPostLogs@QoS@@UAA@XZ -??1ScenarioQosPostTransactionReport@QoS@@UAA@XZ -??1ScenarioQosProviderWrapper@QoS@@UAA@XZ -??1ScenarioQosQuotaStatus@QoS@@UAA@XZ -??1ScenarioQosRemoteAccessWrapper@QoS@@UAA@XZ -??1ScenarioQosSelectiveSyncEnumeration@QoS@@UAA@XZ -??1ScenarioQosStartup@QoS@@UAA@XZ -??1ScenarioQosStartupChangeEnumeration@QoS@@UAA@XZ -??1ScenarioQosStorageProvisioning@QoS@@UAA@XZ -??1ScenarioQosSyncVerification@QoS@@UAA@XZ -??1ScenarioQosSyncWrapper@QoS@@UAA@XZ -??1ScenarioQosSystrayInteraction@QoS@@UAA@XZ -??1ScenarioQosTargetedQuery@QoS@@UAA@XZ -??1ScenarioQosTelemetryWrapper@QoS@@UAA@XZ -??1ScenarioQosUXWrapper@QoS@@UAA@XZ -??1ScenarioQosUploadExternalFile@QoS@@UAA@XZ -??1ScenarioQosUploadFile@QoS@@UAA@XZ -??1ScenarioQosUploadMetadata@QoS@@UAA@XZ -??1ScenarioQosUserRequestedChangeEnumeration@QoS@@UAA@XZ -??1ScenarioQosWNSNotificationChangeEnumeration@QoS@@UAA@XZ -??1ScenarioQosWrapper@QoS@@MAA@XZ -??4PlaceholderQosRecorder@@QAAAAV0@ABV0@@Z -??4ScenarioQosAutoUpdate@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosChangeEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosClientPolicy@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosConnectingToWns@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosCreateJumpLink@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosCreateSubscription@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosCreatingSubscription@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosDelegatedSyncWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosDeleteSubscription@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosDeviceHeroShot@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosDownloadChunk@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosDownloadFile@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosGetThumbnail@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosLoginFRE@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosLoginPartnerFirstRun@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosLoginSubsequent@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerDefault@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerDelete@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerDownload@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerLookup@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerReload@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerRename@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerReset@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerStart@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerStop@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPartnerUpload@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPlatWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPollingChangeEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPostLogs@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPostTransactionReport@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosProviderWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosQuotaStatus@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosRemoteAccessWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosSelectiveSyncEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosStartup@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosStartupChangeEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosStorageProvisioning@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosSyncVerification@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosSyncWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosSystrayInteraction@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosTargetedQuery@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosTelemetryWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosUXWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosUploadExternalFile@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosUploadFile@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosUploadMetadata@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosUserRequestedChangeEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosWNSNotificationChangeEnumeration@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosWrapper@QoS@@QAAAAV01@ABV01@@Z -??_7ScenarioQosAutoUpdate@QoS@@6B@ DATA -??_7ScenarioQosChangeEnumeration@QoS@@6B@ DATA -??_7ScenarioQosClientPolicy@QoS@@6B@ DATA -??_7ScenarioQosConnectingToWns@QoS@@6B@ DATA -??_7ScenarioQosCreateJumpLink@QoS@@6B@ DATA -??_7ScenarioQosCreateSubscription@QoS@@6B@ DATA -??_7ScenarioQosCreatingSubscription@QoS@@6B@ DATA -??_7ScenarioQosDelegatedSyncWrapper@QoS@@6B@ DATA -??_7ScenarioQosDeleteSubscription@QoS@@6B@ DATA -??_7ScenarioQosDeviceHeroShot@QoS@@6B@ DATA -??_7ScenarioQosDownloadChunk@QoS@@6B@ DATA -??_7ScenarioQosDownloadFile@QoS@@6B@ DATA -??_7ScenarioQosGetThumbnail@QoS@@6B@ DATA -??_7ScenarioQosLoginFRE@QoS@@6B@ DATA -??_7ScenarioQosLoginPartnerFirstRun@QoS@@6B@ DATA -??_7ScenarioQosLoginSubsequent@QoS@@6B@ DATA -??_7ScenarioQosPartnerDefault@QoS@@6B@ DATA -??_7ScenarioQosPartnerDelete@QoS@@6B@ DATA -??_7ScenarioQosPartnerDownload@QoS@@6B@ DATA -??_7ScenarioQosPartnerLookup@QoS@@6B@ DATA -??_7ScenarioQosPartnerReload@QoS@@6B@ DATA -??_7ScenarioQosPartnerRename@QoS@@6B@ DATA -??_7ScenarioQosPartnerReset@QoS@@6B@ DATA -??_7ScenarioQosPartnerStart@QoS@@6B@ DATA -??_7ScenarioQosPartnerStop@QoS@@6B@ DATA -??_7ScenarioQosPartnerUpload@QoS@@6B@ DATA -??_7ScenarioQosPlatWrapper@QoS@@6B@ DATA -??_7ScenarioQosPollingChangeEnumeration@QoS@@6B@ DATA -??_7ScenarioQosPostLogs@QoS@@6B@ DATA -??_7ScenarioQosPostTransactionReport@QoS@@6B@ DATA -??_7ScenarioQosProviderWrapper@QoS@@6B@ DATA -??_7ScenarioQosQuotaStatus@QoS@@6B@ DATA -??_7ScenarioQosRemoteAccessWrapper@QoS@@6B@ DATA -??_7ScenarioQosSelectiveSyncEnumeration@QoS@@6B@ DATA -??_7ScenarioQosStartup@QoS@@6B@ DATA -??_7ScenarioQosStartupChangeEnumeration@QoS@@6B@ DATA -??_7ScenarioQosStorageProvisioning@QoS@@6B@ DATA -??_7ScenarioQosSyncVerification@QoS@@6B@ DATA -??_7ScenarioQosSyncWrapper@QoS@@6B@ DATA -??_7ScenarioQosSystrayInteraction@QoS@@6B@ DATA -??_7ScenarioQosTargetedQuery@QoS@@6B@ DATA -??_7ScenarioQosTelemetryWrapper@QoS@@6B@ DATA -??_7ScenarioQosUXWrapper@QoS@@6B@ DATA -??_7ScenarioQosUploadExternalFile@QoS@@6B@ DATA -??_7ScenarioQosUploadFile@QoS@@6B@ DATA -??_7ScenarioQosUploadMetadata@QoS@@6B@ DATA -??_7ScenarioQosUserRequestedChangeEnumeration@QoS@@6B@ DATA -??_7ScenarioQosWNSNotificationChangeEnumeration@QoS@@6B@ DATA -??_7ScenarioQosWrapper@QoS@@6B@ DATA -?AcceptableResponseCode@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AddDwordToDatapointValueList@QoS@@YAJPAXK@Z -?AddStringToDatapointValueList@QoS@@YAJPAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?AddToStream@QoS@@YAJKPAX@Z -?AllowedDeleteFileResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedGetChangesResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedGetFileStatusResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedGetSupportedFileExtensionsResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedInitializeResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedLocalFileChangeResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedRenameFileResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedResetCacheResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedServerFileChangeResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedSetClientConnectivityStateResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?AllowedUninitializeResult@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?CheckRecordedErrorType@ScenarioQosWrapper@QoS@@AAAXW4_ErrorType@Bici@@@Z -?CreateDatapointValueList@QoS@@YAJPAPAX@Z -?DefaultOrMostSevereErrorTypeRecorded@ScenarioQosWrapper@QoS@@QAA?AW4_ErrorType@Bici@@W434@@Z -?DestroyDatapointValueList@QoS@@YAJPAX@Z -?DetermineReportingCode@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?GetApiId@ScenarioQosWrapper@QoS@@IAA?AW4_ApiId@Bici@@XZ -?GetBiciTelemetryStartedEvent@QoS@@YAPAXXZ -?GetEventProviderGuid@QoS@@YAPBU_GUID@@XZ -?GetInstance@Telemetry@@CAPAV1@XZ -?GetLastSherlockTransactionReportUploadTime@QoS@@YA_JXZ -?GetMostSevereErrorTypeRecorded@ScenarioQosWrapper@QoS@@QAA?AW4_ErrorType@Bici@@XZ -?GetScenarioErrorCode@ScenarioQosSyncVerification@QoS@@QAAIXZ -?GetTxnContextString@ScenarioQosWrapper@QoS@@UAA?AV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@XZ -?IncrementDatapoint@QoS@@YAJKK@Z -?Initialize@ScenarioQosWrapper@QoS@@IAAXXZ -?InitializeWithTxnContext@ScenarioQosWrapper@QoS@@IAAXIPBG@Z -?IsMsftInternal@QoS@@YA_NXZ -?IsRPCError@ScenarioQosDelegatedSyncWrapper@QoS@@QAA_NJ@Z -?IsSherlockUserConsented@QoS@@YA_NXZ -?OnUserDataAvailable@QoS@@YAXXZ -?RecordApi@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordApi@ScenarioQosPlatWrapper@QoS@@QAAXJW4_ErrorType@Bici@@@Z -?RecordApi@ScenarioQosProviderWrapper@QoS@@QAAXHW4_ErrorType@Bici@@@Z -?RecordApi@ScenarioQosSyncWrapper@QoS@@QAAXJIABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordApi@ScenarioQosSyncWrapper@QoS@@QAAXJIABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@ABV?$set@IU?$less@I@std@@V?$allocator@I@2@@4@@Z -?RecordApi@ScenarioQosTelemetryWrapper@QoS@@QAAXJ@Z -?RecordApi@ScenarioQosTelemetryWrapper@QoS@@QAAXJI@Z -?RecordApi@ScenarioQosUXWrapper@QoS@@QAAXJ@Z -?RecordApi@ScenarioQosUXWrapper@QoS@@QAAXJI@Z -?RecordApi@ScenarioQosWrapper@QoS@@IAAXHW4_ErrorType@Bici@@IPAVDatapointValueList@4@@Z -?RecordApi@ScenarioQosWrapper@QoS@@IAAXHW4_ErrorType@Bici@@PAVDatapointValueList@4@@Z -?RecordApiWithDescription@ScenarioQosPlatWrapper@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordApiWithSize@ScenarioQosSyncWrapper@QoS@@QAAXJIABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordApiWithSize@ScenarioQosSyncWrapper@QoS@@QAAXJIIABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordApiWithSize@ScenarioQosSyncWrapper@QoS@@QAAXJIIABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@ABV?$set@IU?$less@I@std@@V?$allocator@I@2@@4@@Z -?RecordConnectingToWnsApi@ScenarioQosConnectingToWns@QoS@@QAAXJIII@Z -?RecordDependentApiQos@ScenarioQosWrapper@QoS@@AAAXPAVTransactionContext@Bici@@HW4_ErrorType@4@_KIPAVDatapointValueList@4@@Z -?RecordFailedAssert@QoS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00I0_N@Z -?RecordFailedAssert@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@00I0_N@Z -?RecordInternalApiQos@ScenarioQosWrapper@QoS@@AAAXPAVTransactionContext@Bici@@HW4_ErrorType@4@_KIPAVDatapointValueList@4@@Z -?RecordScenario@ScenarioQosDelegatedSyncWrapper@QoS@@UAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosPlatWrapper@QoS@@UAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosProviderWrapper@QoS@@QAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosSyncWrapper@QoS@@UAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosSyncWrapper@QoS@@UAAXHW4_ErrorType@Bici@@IABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?RecordScenario@ScenarioQosTelemetryWrapper@QoS@@UAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosUXWrapper@QoS@@UAAXHW4_ErrorType@Bici@@@Z -?RecordScenario@ScenarioQosWrapper@QoS@@IAAXHW4_ErrorType@Bici@@IPAVDatapointValueList@4@@Z -?RecordScenario@ScenarioQosWrapper@QoS@@IAAXHW4_ErrorType@Bici@@PAVDatapointValueList@4@@Z -?RecordScenarioQos@ScenarioQosWrapper@QoS@@AAAXPAVTransactionContext@Bici@@HW4_ErrorType@4@_KIPAVDatapointValueList@4@@Z -?RecordScenarioWithSize@ScenarioQosSyncWrapper@QoS@@UAAXHW4_ErrorType@Bici@@I@Z -?RecordScenarioWithSize@ScenarioQosTelemetryWrapper@QoS@@UAAXHW4_ErrorType@Bici@@I@Z -?RecordShellQosResults@PlaceholderQosRecorder@@SAJUPlaceholderQosResult@@KPBU2@@Z -?SetANID@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?SetCID@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?SetDatapoint@QoS@@YAJKK@Z -?SetLastSherlockLogUploadTime@QoS@@YAX_J@Z -?SetLastSherlockTransactionReportUploadTime@QoS@@YAX_J@Z -?SetLiveIdConnectionSettings@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@0@Z -?SetQosEnabled@QoS@@YAX_N@Z -?SetScenarioErrorCode@ScenarioQosSyncVerification@QoS@@QAAXI@Z -?SetSherlockEnabled@QoS@@YAX_NABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@1PAVISkyDrivePrincipal@@@Z -?SetSherlockThrottles@QoS@@YAX_J0@Z -?SetUploadEnabled@QoS@@YAX_N@Z -?SetUserBetaState@QoS@@YAX_N@Z -?SetUserId@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?Start@QoS@@YAXABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordCheckMismatches@ScenarioQosSyncVerification@QoS@@QAAXJK@Z -?StartAndRecordCheckPartnerMismatches@ScenarioQosSyncVerification@QoS@@QAAXJK@Z -?StartAndRecordCheckPlaceholderMismatches@ScenarioQosSyncVerification@QoS@@QAAXJK@Z -?StartAndRecordCheckProgress@ScenarioQosSyncVerification@QoS@@QAAXJK@Z -?StartAndRecordCheckPropertyMismatches@ScenarioQosSyncVerification@QoS@@QAAXJK@Z -?StartAndRecordDependentApi@ScenarioQosWrapper@QoS@@IAAXW4_ApiId@Bici@@W4_PropertyId@4@HW4_ErrorType@4@HIPAVDatapointValueList@4@@Z -?StartAndRecordDispatchRuntimeThreads@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordInitGlobalClientState@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordInitSyncEngineCore@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordInitializeSyncController@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordInternalApi@ScenarioQosWrapper@QoS@@IAAXW4_ApiId@Bici@@HW4_ErrorType@4@HIPAVDatapointValueList@4@@Z -?StartAndRecordSetUpSyncRoot@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordShowHideSkyDriveShellItems@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartAndRecordWorkerPoolStart@ScenarioQosStartup@QoS@@QAAXJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z -?StartApi@ScenarioQosUXWrapper@QoS@@QAAXW4_ApiId@Bici@@@Z -?StartBitsCloseSession@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartBitsCreateSession@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartBitsFragment@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartCompressLogs@ScenarioQosPostLogs@QoS@@QAAXXZ -?StartCreateJumpLink@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartCreateNotificationSubscription@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartCreateWnsChannel@ScenarioQosPlatWrapper@QoS@@QAAXXZ -?StartDeleteFile@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartDeleteNotificationSubscription@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartDependentApi@ScenarioQosWrapper@QoS@@IAAXW4_ApiId@Bici@@W4_PropertyId@4@@Z -?StartDownloadBlock@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartEnumChanges@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartGenerateResponseStream@ScenarioQosProviderWrapper@QoS@@QAAXW4_ApiId@Bici@@@Z -?StartGetAlbumMetadata@ScenarioQosProviderWrapper@QoS@@QAAXXZ -?StartGetChanges@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartGetClientPolicy@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartGetDeviceHeroShot@ScenarioQosProviderWrapper@QoS@@QAAXXZ -?StartGetFileMetadata@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartGetFileStatus@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartGetLiveFolder@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartGetQuotaInformation@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartGetSupportedFileExtensions@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartInitialize@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartInternalApi@ScenarioQosWrapper@QoS@@IAAXW4_ApiId@Bici@@@Z -?StartLocalFileChange@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartParseTransactionReportResponse@ScenarioQosPostTransactionReport@QoS@@QAAXXZ -?StartPostLogs@ScenarioQosPostLogs@QoS@@QAAXXZ -?StartPostSubscriptionToStorage@ScenarioQosPlatWrapper@QoS@@QAAXXZ -?StartPostTransactionReport@ScenarioQosPostTransactionReport@QoS@@QAAXXZ -?StartProviderInitialGet@ScenarioQosRemoteAccessWrapper@QoS@@QAAXXZ -?StartProvisionLiveFolder@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartRenameFile@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartResetCache@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartSelectiveSyncEnumeration@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartServerFileChange@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartSetClientConnectivityState@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartUninitialize@ScenarioQosDelegatedSyncWrapper@QoS@@QAAXXZ -?StartUploadBatch@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?StartUploadResults@ScenarioQosProviderWrapper@QoS@@QAAXW4_ApiId@Bici@@@Z -?StartUploadSyncDiagnostic@ScenarioQosSyncWrapper@QoS@@QAAXXZ -?Stop@QoS@@YAXXZ -?StopProviderInitialGet@ScenarioQosRemoteAccessWrapper@QoS@@QAAXJI@Z -?UploadToSherlock@QoS@@YAJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@JABV?$map@V?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@V12@U?$less@V?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@V12@@std@@@2@@3@@Z -?UploadToSherlockEx@QoS@@YAJABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z -?_RecordDataPoints@PlaceholderQosRecorder@@CAJW4_ScenarioId@Bici@@W4_ApiId@3@PBVTransactionContext@3@J@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/slcext.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/slcext.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/slcext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/slcext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of slcext.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "slcext.dll" -EXPORTS -SLAcquireGenuineTicket -SLActivateProduct -SLGetPackageProductKey -SLGetPackageProperties -SLGetPackageToken -SLGetReferralInformation -SLGetServerStatus -SLInstallPackage -SLUninstallPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/slwga.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/slwga.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/slwga.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/slwga.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of SLWGA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SLWGA.dll" -EXPORTS -ord_227 @227 -SLIsGenuineLocal diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sndvolsso.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sndvolsso.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sndvolsso.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sndvolsso.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of SndVolSSO.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SndVolSSO.DLL" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/snmpapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/snmpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/snmpapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/snmpapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -; -; Definition file of snmpapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "snmpapi.dll" -EXPORTS -SnmpSvcAddrIsIpx -SnmpSvcAddrToSocket -SnmpSvcGetEnterpriseOID -SnmpSvcGetUptime -SnmpSvcGetUptimeFromTime -SnmpSvcInitUptime -SnmpSvcSetLogLevel -SnmpSvcSetLogType -SnmpTfxClose -SnmpTfxOpen -SnmpTfxQuery -SnmpUtilAnsiToUnicode -SnmpUtilAsnAnyCpy -SnmpUtilAsnAnyFree -SnmpUtilDbgPrint -SnmpUtilIdsToA -SnmpUtilMemAlloc -SnmpUtilMemFree -SnmpUtilMemReAlloc -SnmpUtilOctetsCmp -SnmpUtilOctetsCpy -SnmpUtilOctetsFree -SnmpUtilOctetsNCmp -SnmpUtilOidAppend -SnmpUtilOidCmp -SnmpUtilOidCpy -SnmpUtilOidFree -SnmpUtilOidNCmp -SnmpUtilOidToA -SnmpUtilPrintAsnAny -SnmpUtilPrintOid -SnmpUtilUTF8ToUnicode -SnmpUtilUnicodeToAnsi -SnmpUtilUnicodeToUTF8 -SnmpUtilVarBindCpy -SnmpUtilVarBindFree -SnmpUtilVarBindListCpy -SnmpUtilVarBindListFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/softpub.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/softpub.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/softpub.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/softpub.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of SOFTPUB.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SOFTPUB.dll" -EXPORTS -GenericChainCertificateTrust -GenericChainFinalProv -HTTPSCertificateTrust -SoftpubDefCertInit -SoftpubFreeDefUsageCallData -SoftpubLoadDefUsageCallData -AddPersonalTrustDBPages -DriverCleanupPolicy -DriverFinalPolicy -DriverInitializePolicy -FindCertsByIssuer -HTTPSFinalProv -OfficeCleanupPolicy -OfficeInitializePolicy -OpenPersonalTrustDBDialog -SoftpubAuthenticode -SoftpubCheckCert -SoftpubCleanup -SoftpubDumpStructure -SoftpubInitialize -SoftpubLoadMessage -SoftpubLoadSignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/spwizeng.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/spwizeng.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/spwizeng.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/spwizeng.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1251 +0,0 @@ -; -; Definition file of SPWIZENG.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SPWIZENG.DLL" -EXPORTS -??0?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleStringT@G$0A@@ATL@@QAA@ABV01@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@ABV?$CSimpleStringT@G$00@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PAUIAtlStringMgr@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PBGHPAUIAtlStringMgr@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PBGPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABUtagVARIANT@@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABUtagVARIANT@@PAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@DH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@GH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBD@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDHPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBE@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBEPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBG@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGHPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@XZ -??0AppWindow@@QAA@ABV0@@Z -??0AppWindow@@QAA@PAVWizardUI@@I@Z -??0BranchWizStrategy@@QAA@ABV0@@Z -??0BranchWizStrategy@@QAA@PAVWizardEx@@@Z -??0CAnimation@@QAA@ABV0@@Z -??0CAnimation@@QAA@XZ -??0CAnimationControl@@QAA@ABV0@@Z -??0CAnimationControl@@QAA@XZ -??0CAttachDataDlg@@QAA@ABV0@@Z -??0CAttachDataDlg@@QAA@PAUHINSTANCE__@@0@Z -??0CCritSec@@QAA@ABV0@@Z -??0CCritSec@@QAA@XZ -??0CCtlText@@QAA@ABV0@@Z -??0CCtlText@@QAA@XZ -??0CCursor@@AAA@XZ -??0CCursor@@QAA@ABV0@@Z -??0CCustomButtonEx@@AAA@XZ -??0CCustomButtonEx@@QAA@ABV0@@Z -??0CCustomGraphicEx@@QAA@ABV0@@Z -??0CCustomGraphicEx@@QAA@XZ -??0CDIB@@QAA@XZ -??0CDrawBackground@@QAA@ABV0@@Z -??0CDrawBackground@@QAA@XZ -??0CDrawItem@@QAA@ABV0@@Z -??0CDrawItem@@QAA@XZ -??0CDrawItemComposite@@QAA@ABV0@@Z -??0CDrawItemComposite@@QAA@XZ -??0CGenericNavWindow@@QAA@ABV0@@Z -??0CGenericNavWindow@@QAA@PAVAppWindow@@@Z -??0CHighContrast@@AAA@XZ -??0CHighContrast@@QAA@ABV0@@Z -??0CResourceModule@@QAA@ABV0@@Z -??0CResourceModule@@QAA@PAUHINSTANCE__@@@Z -??0CResourceModule@@QAA@PAUHINSTANCE__@@PBG@Z -??0CResourceModule@@QAA@PBG@Z -??0CRichEditControl@@QAA@XZ -??0CScreenDIB@@QAA@ABV0@@Z -??0CScreenDIB@@QAA@XZ -??0CScreenText@@QAA@ABV0@@Z -??0CScreenText@@QAA@XZ -??0CWndObj@@QAA@ABV0@@Z -??0CWndObj@@QAA@XZ -??0ChoiceWizStrategy@@QAA@ABV0@@Z -??0ChoiceWizStrategy@@QAA@PAVWizardEx@@@Z -??0ICreateNavbarWnd@@QAA@ABV0@@Z -??0ICreateNavbarWnd@@QAA@XZ -??0ICreateProgressWnd@@QAA@ABV0@@Z -??0ICreateProgressWnd@@QAA@XZ -??0IResourceModuleEvent@@QAA@ABU0@@Z -??0IResourceModuleEvent@@QAA@XZ -??0LanguageNeutralSelectionDialogBase@@QAA@ABV0@@Z -??0LanguageNeutralSelectionDialogBase@@QAA@XZ -??0LanguageSelectionDialogBase@@QAA@ABV0@@Z -??0LanguageSelectionDialogBase@@QAA@XZ -??0MyString@@QAA@XZ -??0NavWindow@@QAA@ABV0@@Z -??0NavWindow@@QAA@PAVAppWindow@@@Z -??0NavigationStack@@QAA@ABV0@@Z -??0NavigationStack@@QAA@XZ -??0Navigator@@AAA@XZ -??0Navigator@@QAA@ABV0@@Z -??0PIDStringView@@QAA@ABV0@@Z -??0PIDStringView@@QAA@XZ -??0PageContainer@@QAA@ABV0@@Z -??0PageContainer@@QAA@XZ -??0ProtoPageDimensions@@QAA@USimpleRect@@USimpleSize@@HH11MM@Z -??0ProtoPageDimensions@@QAA@XZ -??0ProtoPageList@@QAA@ABV0@@Z -??0ProtoPageList@@QAA@PAVWizardDesciption@@KKKHPAVICreateProgressWnd@@HPAUtagSIZE@@PAVICreateNavbarWnd@@UProtoPageDimensions@@KKH@Z -??0ProtoPageList@@QAA@XZ -??0ScrWindow@@QAA@ABV0@@Z -??0ScrWindow@@QAA@PAVWizardUI@@I@Z -??0SimpleDialogBase@@QAA@ABV0@@Z -??0SimpleDialogBase@@QAA@XZ -??0SimpleRect@@QAA@HHHH@Z -??0SimpleRect@@QAA@XZ -??0SimpleSize@@QAA@HH@Z -??0SimpleSize@@QAA@XZ -??0SimpleWizStrategy@@QAA@ABV0@@Z -??0SimpleWizStrategy@@QAA@PAVWizardEx@@@Z -??0SummaryWizStrategy@@QAA@ABV0@@Z -??0SummaryWizStrategy@@QAA@PAVWizardEx@@@Z -??0VariationWizStrategy@@QAA@ABV0@@Z -??0VariationWizStrategy@@QAA@PAVWizardEx@@ABV?$CSimpleMap@HHV?$CSimpleMapEqualHelper@HH@ATL@@@ATL@@H@Z -??0Win32Navigator@@AAA@XZ -??0Win32Navigator@@QAA@ABV0@@Z -??0Wiz_Node@@QAA@ABV0@@Z -??0Wiz_Node@@QAA@I@Z -??0WizardBranch@@QAA@ABV0@@Z -??0WizardBranch@@QAA@IPAPAVWiz_Node@@@Z -??0WizardCollection@@QAA@ABV0@@Z -??0WizardCollection@@QAA@IIPAPAVWiz_Node@@@Z -??0WizardDesciption@@QAA@ABV0@@Z -??0WizardDesciption@@QAA@IPAPAVWiz_Node@@@Z -??0WizardDialogPost@@QAA@ABV0@@Z -??0WizardDialogPost@@QAA@XZ -??0WizardDialogPre@@QAA@ABV0@@Z -??0WizardDialogPre@@QAA@XZ -??0WizardEx@@QAA@ABV0@@Z -??0WizardEx@@QAA@XZ -??0WizardHandler@@QAA@ABV0@@Z -??0WizardHandler@@QAA@XZ -??0WizardNode@@QAA@ABV0@@Z -??0WizardNode@@QAA@IIPAVWizardEx@@PAVWizardUI@@@Z -??0WizardNode@@QAA@XZ -??0WizardPage@@QAA@ABV0@@Z -??0WizardPage@@QAA@IIPAVWizardEx@@PAVWizardUI@@@Z -??0WizardRoot@@QAA@ABV0@@Z -??0WizardRoot@@QAA@XZ -??0WizardStrategy@@QAA@ABV0@@Z -??0WizardStrategy@@QAA@PAVWizardEx@@@Z -??0WizardSummary@@QAA@ABV0@@Z -??0WizardSummary@@QAA@IPAPAVWiz_Node@@@Z -??0WizardUI@@QAA@XZ -??0WizardVariation@@QAA@ABV0@@Z -??0WizardVariation@@QAA@IPAPAVWiz_Node@@ABV?$CSimpleMap@HHV?$CSimpleMapEqualHelper@HH@ATL@@@ATL@@PBG@Z -??0Wizard_PageDesciption@@QAA@ABV0@@Z -??0Wizard_PageDesciption@@QAA@KPBG0KP6APAVWizardRoot@@PAVWizardPage@@@ZK@Z -??1?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleStringT@G$0A@@ATL@@QAA@XZ -??1?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@XZ -??1AppWindow@@UAA@XZ -??1BranchWizStrategy@@UAA@XZ -??1CAnimation@@UAA@XZ -??1CAnimationControl@@UAA@XZ -??1CAttachDataDlg@@QAA@XZ -??1CCritSec@@UAA@XZ -??1CCtlText@@UAA@XZ -??1CCursor@@EAA@XZ -??1CCustomButtonEx@@EAA@XZ -??1CCustomGraphicEx@@UAA@XZ -??1CDIB@@QAA@XZ -??1CDrawBackground@@UAA@XZ -??1CDrawItem@@UAA@XZ -??1CDrawItemComposite@@UAA@XZ -??1CGenericNavWindow@@UAA@XZ -??1CHighContrast@@EAA@XZ -??1CResourceModule@@QAA@XZ -??1CScreenDIB@@UAA@XZ -??1CScreenText@@UAA@XZ -??1CWndObj@@UAA@XZ -??1ChoiceWizStrategy@@UAA@XZ -??1ICreateNavbarWnd@@UAA@XZ -??1ICreateProgressWnd@@UAA@XZ -??1LanguageNeutralSelectionDialogBase@@QAA@XZ -??1LanguageSelectionDialogBase@@QAA@XZ -??1NavWindow@@UAA@XZ -??1NavigationStack@@UAA@XZ -??1Navigator@@EAA@XZ -??1PIDStringView@@UAA@XZ -??1PageContainer@@UAA@XZ -??1ScrWindow@@UAA@XZ -??1SimpleWizStrategy@@UAA@XZ -??1SummaryWizStrategy@@UAA@XZ -??1VariationWizStrategy@@UAA@XZ -??1Win32Navigator@@EAA@XZ -??1Wiz_Node@@UAA@XZ -??1WizardBranch@@UAA@XZ -??1WizardCollection@@UAA@XZ -??1WizardDesciption@@UAA@XZ -??1WizardEx@@UAA@XZ -??1WizardNode@@UAA@XZ -??1WizardPage@@UAA@XZ -??1WizardRoot@@UAA@XZ -??1WizardStrategy@@UAA@XZ -??1WizardSummary@@UAA@XZ -??1WizardUI@@QAA@XZ -??1WizardVariation@@UAA@XZ -??1Wizard_PageDesciption@@UAA@XZ -??4?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV?$CSimpleStringT@G$00@1@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@PBG@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABUtagVARIANT@@@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@D@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@G@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBD@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBE@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBG@Z -??4AppWindow@@QAAAAV0@ABV0@@Z -??4BranchWizStrategy@@QAAAAV0@ABV0@@Z -??4CAnimation@@QAAAAV0@ABV0@@Z -??4CAnimationControl@@QAAAAV0@ABV0@@Z -??4CAttachDataDlg@@QAAAAV0@ABV0@@Z -??4CCritSec@@QAAAAV0@ABV0@@Z -??4CCtlText@@QAAAAV0@ABV0@@Z -??4CCursor@@QAAAAV0@ABV0@@Z -??4CCustomButtonEx@@QAAAAV0@ABV0@@Z -??4CCustomGraphicEx@@QAAAAV0@ABV0@@Z -??4CDIB@@QAAAAV0@ABV0@@Z -??4CDrawBackground@@QAAAAV0@ABV0@@Z -??4CDrawItem@@QAAAAV0@ABV0@@Z -??4CDrawItemComposite@@QAAAAV0@ABV0@@Z -??4CGenericNavWindow@@QAAAAV0@ABV0@@Z -??4CHighContrast@@QAAAAV0@ABV0@@Z -??4CResourceModule@@QAAAAV0@ABV0@@Z -??4CResourceModuleFactory@@QAAAAV0@ABV0@@Z -??4CRichEditControl@@QAAAAV0@ABV0@@Z -??4CScreenDIB@@QAAAAV0@ABV0@@Z -??4CScreenText@@QAAAAV0@ABV0@@Z -??4CWndObj@@QAAAAV0@ABV0@@Z -??4ChoiceWizStrategy@@QAAAAV0@ABV0@@Z -??4ICreateNavbarWnd@@QAAAAV0@ABV0@@Z -??4ICreateProgressWnd@@QAAAAV0@ABV0@@Z -??4IResourceModuleEvent@@QAAAAU0@ABU0@@Z -??4LanguageNeutralSelectionDialogBase@@QAAAAV0@ABV0@@Z -??4LanguageSelectionDialogBase@@QAAAAV0@ABV0@@Z -??4MyString@@QAAAAV0@ABV0@@Z -??4NavWindow@@QAAAAV0@ABV0@@Z -??4NavigationStack@@QAAAAV0@ABV0@@Z -??4Navigator@@QAAAAV0@ABV0@@Z -??4PIDStringView@@QAAAAV0@ABV0@@Z -??4PageContainer@@QAAAAV0@ABV0@@Z -??4PageDef@@QAAAAU0@ABU0@@Z -??4ProgressCreateStruct@@QAAAAU0@ABU0@@Z -??4ProtoPageDimensions@@QAAAAU0@ABU0@@Z -??4ProtoPageList@@QAAAAV0@ABV0@@Z -??4ScrWindow@@QAAAAV0@ABV0@@Z -??4SimpleDialogBase@@QAAAAV0@ABV0@@Z -??4SimpleRect@@QAAAAU0@ABU0@@Z -??4SimpleSize@@QAAAAU0@ABU0@@Z -??4SimpleWizStrategy@@QAAAAV0@ABV0@@Z -??4SummaryWizStrategy@@QAAAAV0@ABV0@@Z -??4Win32Navigator@@QAAAAV0@ABV0@@Z -??4Wiz_Node@@QAAAAV0@ABV0@@Z -??4WizardBranch@@QAAAAV0@ABV0@@Z -??4WizardCollection@@QAAAAV0@ABV0@@Z -??4WizardDesciption@@QAAAAV0@ABV0@@Z -??4WizardDialogPost@@QAAAAV0@ABV0@@Z -??4WizardDialogPre@@QAAAAV0@ABV0@@Z -??4WizardEx@@QAAAAV0@ABV0@@Z -??4WizardHandler@@QAAAAV0@ABV0@@Z -??4WizardNode@@QAAAAV0@ABV0@@Z -??4WizardPage@@QAAAAV0@ABV0@@Z -??4WizardRoot@@QAAAAV0@ABV0@@Z -??4WizardStrategy@@QAAAAV0@ABV0@@Z -??4WizardSummary@@QAAAAV0@ABV0@@Z -??4WizardUI@@QAAAAV0@ABV0@@Z -??4Wizard_PageDesciption@@QAAAAV0@ABV0@@Z -??A?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAAAPAGH@Z -??A?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QBAABQAGH@Z -??A?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAAAPAUIResourceModuleEvent@@H@Z -??A?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QBAABQAUIResourceModuleEvent@@H@Z -??A?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAAAPAUKEYBOARD@@H@Z -??A?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QBAABQAUKEYBOARD@@H@Z -??A?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAAAPAULANGUAGE@@H@Z -??A?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QBAABQAULANGUAGE@@H@Z -??A?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAAAPAULOCALE@@H@Z -??A?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QBAABQAULOCALE@@H@Z -??A?$CSimpleStringT@G$0A@@ATL@@QBAGH@Z -??B?$CSimpleStringT@G$0A@@ATL@@QAAAAV?$CSimpleStringT@G$00@1@XZ -??B?$CSimpleStringT@G$0A@@ATL@@QBAPBGXZ -??B?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV?$CSimpleStringT@G$00@1@XZ -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV01@@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@D@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@E@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@G@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@PBG@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABUtagVARIANT@@@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABV?$CSimpleStringT@G$0A@@1@@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@D@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@E@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@G@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBD@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBG@Z -??_7AppWindow@@6BIWndObj@@@ DATA -??_7AppWindow@@6BIWndProp@@@ DATA -??_7BranchWizStrategy@@6B@ DATA -??_7CAnimation@@6B@ DATA -??_7CAnimationControl@@6B@ DATA -??_7CAttachDataDlg@@6B@ DATA -??_7CCritSec@@6B@ DATA -??_7CCtlText@@6B@ DATA -??_7CCursor@@6B@ DATA -??_7CCustomButtonEx@@6B@ DATA -??_7CCustomGraphicEx@@6B@ DATA -??_7CDrawBackground@@6B@ DATA -??_7CDrawItem@@6B@ DATA -??_7CDrawItemComposite@@6B@ DATA -??_7CGenericNavWindow@@6B@ DATA -??_7CHighContrast@@6B@ DATA -??_7CScreenDIB@@6B@ DATA -??_7CScreenText@@6B@ DATA -??_7CWndObj@@6BIWndObj@@@ DATA -??_7CWndObj@@6BIWndProp@@@ DATA -??_7ChoiceWizStrategy@@6B@ DATA -??_7ICreateNavbarWnd@@6B@ DATA -??_7ICreateProgressWnd@@6B@ DATA -??_7IResourceModuleEvent@@6B@ DATA -??_7LanguageNeutralSelectionDialogBase@@6B@ DATA -??_7LanguageSelectionDialogBase@@6B@ DATA -??_7NavWindow@@6B@ DATA -??_7NavigationStack@@6B@ DATA -??_7Navigator@@6B@ DATA -??_7PIDStringView@@6B@ DATA -??_7PageContainer@@6B@ DATA -??_7ScrWindow@@6BIWndObj@@@ DATA -??_7ScrWindow@@6BIWndProp@@@ DATA -??_7SimpleDialogBase@@6B@ DATA -??_7SimpleWizStrategy@@6B@ DATA -??_7SummaryWizStrategy@@6B@ DATA -??_7VariationWizStrategy@@6B@ DATA -??_7Win32Navigator@@6B@ DATA -??_7Wiz_Node@@6B@ DATA -??_7WizardBranch@@6B@ DATA -??_7WizardCollection@@6B@ DATA -??_7WizardDesciption@@6B@ DATA -??_7WizardDialogPost@@6B@ DATA -??_7WizardDialogPre@@6B@ DATA -??_7WizardEx@@6BINavigationNode@@@ DATA -??_7WizardEx@@6BWizardNode@@@ DATA -??_7WizardHandler@@6B@ DATA -??_7WizardNode@@6B@ DATA -??_7WizardPage@@6B@ DATA -??_7WizardRoot@@6B@ DATA -??_7WizardStrategy@@6B@ DATA -??_7WizardSummary@@6B@ DATA -??_7WizardVariation@@6B@ DATA -??_7Wizard_PageDesciption@@6B@ DATA -?Add@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAHABQAG@Z -?Add@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAHABQAUIResourceModuleEvent@@@Z -?Add@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAHABQAUKEYBOARD@@@Z -?Add@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAHABQAULANGUAGE@@@Z -?Add@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAHABQAULOCALE@@@Z -?AddItem@CDrawItemComposite@@QAAXPAVCDrawItem@@@Z -?AddPage@PageContainer@@QAAXPAVWizardPage@@@Z -?AddPage@WizardUI@@QAAHPAVWizardPage@@@Z -?AddRef@CWndObj@@UAAKXZ -?AllocSysString@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAGXZ -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXABV12@@Z -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXPBG@Z -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXPBGH@Z -?AppendChar@?$CSimpleStringT@G$0A@@ATL@@QAAXG@Z -?AppendFormat@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?AppendFormat@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?AppendFormatV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAD@Z -?Attach@?$CSimpleStringT@G$0A@@ATL@@AAAXPAUCStringData@2@@Z -?Back@Navigator@@UAAPAVWizardPage@@PAVWizardNode@@@Z -?Back@WizardEx@@UAAPAVWizardPage@@PAVWizardNode@@@Z -?BlendNormal32@CDIB@@CAXPAV1@0@Z -?ButtonContinue@WizardHandler@@QAAPAVCCustomButtonEx@@XZ -?ButtonContinue@WizardRoot@@QAAAAPAVCCustomButtonEx@@XZ -?ButtonFinish@WizardHandler@@QAAPAVCCustomButtonEx@@XZ -?ButtonFinish@WizardRoot@@QAAAAPAVCCustomButtonEx@@XZ -?CStringExpandEnvironmentStrings@@YA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@V12@@Z -?CStringGetModuleFileName@@YA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@PAUHINSTANCE__@@@Z -?CStringGetPrivateProfileString@@YA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@PBG000@Z -?CStringGetWindowText@@YA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@PAUHWND__@@@Z -?CStringGetWindowsDirectory@@YA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?CalcAppSize@WizardUI@@AAAXXZ -?CanPageBeActivated@LanguageNeutralSelectionDialogBase@@UAAHW4Direction@@PAH@Z -?CanPageBeActivated@LanguageSelectionDialogBase@@UAAHW4Direction@@PAH@Z -?CanPageBeActivated@WizardHandler@@EAAHW4Direction@@PAH@Z -?CanPageBeActivated@WizardRoot@@UAAHW4Direction@@PAH@Z -?CanPageBeActivatedWrapper@WizardHandler@@QAAHW4Direction@@PAH@Z -?Cancel@Navigator@@UAAPAVWizardPage@@XZ -?CenterApp@WizardUI@@AAAXPAUHWND__@@UtagRECT@@@Z -?CenterRelativeToWindow@@YAHPAUHWND__@@0I@Z -?ChangeUiLanguage@CResourceModule@@SAHPBG@Z -?CharToOemA@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXXZ -?CheckImplicitLoad@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@AAA_NPBX@Z -?ClearCursorWait@CCursor@@QAAXXZ -?ClearString@MyString@@QAAXXZ -?ClearString@PIDStringView@@QAAXXZ -?CloneData@?$CSimpleStringT@G$0A@@ATL@@CAPAUCStringData@2@PAU32@@Z -?Collate@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?CollateNoCase@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?CommandHandled@WizardRoot@@QAAAAHXZ -?Compare@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?CompareNoCase@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?ComposeOffscreen@CDrawItem@@UAAXPAUHWND__@@@Z -?ComposeOffscreen@CDrawItemComposite@@UAAXPAUHWND__@@@Z -?ComposeOffscreen@CScreenText@@UAAXPAUHWND__@@@Z -?Concatenate@?$CSimpleStringT@G$0A@@ATL@@KAXAAV12@PBGH1H@Z -?Construct@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@SAXPAV12@@Z -?ConvertColorKeyToAlpha@CDIB@@QAAXXZ -?CopyChars@?$CSimpleStringT@G$0A@@ATL@@SAXPAGIPBGH@Z -?CopyChars@?$CSimpleStringT@G$0A@@ATL@@SAXPAGPBGH@Z -?CopyCharsOverlapped@?$CSimpleStringT@G$0A@@ATL@@SAXPAGIPBGH@Z -?CopyCharsOverlapped@?$CSimpleStringT@G$0A@@ATL@@SAXPAGPBGH@Z -?Create@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@@Z -?Create@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@I@Z -?Create@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@IPAUHDC__@@1@Z -?Create@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@PAUHDC__@@1@Z -?CreateAppWindow@WizardUI@@AAAXXZ -?CreateEx@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@IQAU_Button_Data@@PAUHDC__@@1@Z -?CreateEx@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@QAU_Button_Data@@PAUHDC__@@1@Z -?CreateFromHwnd@CDIB@@QAAHPAUHWND__@@@Z -?CreateIndirect@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@IQAU_Button_Data@@@Z -?CreateIndirect@CCustomButtonEx@@SAPAV1@PAUHINSTANCE__@@0PAUHWND__@@QAU_Button_Data@@@Z -?CreateMirroredIcon@@YAPAUHICON__@@PAU1@@Z -?CreateModifiedFont@@YAPAUHFONT__@@PAUHDC__@@PAUtagLOGFONTW@@HHHH@Z -?CreateNavWindow@WizardUI@@AAAHXZ -?CreateNode@WizardBranch@@UAAPAVWizardNode@@IPAVWizardEx@@PAVWizardUI@@@Z -?CreateNode@WizardDesciption@@UAAPAVWizardNode@@IPAVWizardEx@@PAVWizardUI@@@Z -?CreateNode@WizardSummary@@UAAPAVWizardNode@@IPAVWizardEx@@PAVWizardUI@@@Z -?CreateNode@WizardVariation@@UAAPAVWizardNode@@IPAVWizardEx@@PAVWizardUI@@@Z -?CreateNode@Wizard_PageDesciption@@UAAPAVWizardNode@@IPAVWizardEx@@PAVWizardUI@@@Z -?CreateNodeHelper@WizardCollection@@QAAPAVWizardEx@@IPAV2@PAVWizardUI@@@Z -?CreateProgressWindow@WizardUI@@AAAHXZ -?CreatePropertySheet@WizardUI@@AAAXXZ -?CreateScrWindow@WizardUI@@AAAXXZ -?CreateWindows@WizardUI@@AAAXXZ -?Delete@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHH@Z -?DeleteBackground@WizardUI@@CAXXZ -?Destroy@CCustomButtonEx@@SAXPAV1@@Z -?DestroyAllStandardButtons@WizardRoot@@QAAXXZ -?DestroyAppWindow@WizardUI@@AAAXXZ -?DestroyDialog@CAttachDataDlg@@QAAXIIJ@Z -?DestroyDialog@CGenericNavWindow@@AAAXXZ -?DestroyNavWindow@WizardUI@@AAAXXZ -?DestroyProgressWindow@WizardUI@@AAAXXZ -?DestroyPropertySheet@WizardUI@@AAAXXZ -?DestroyScrWindow@WizardUI@@AAAXXZ -?DestroyStandardButton@WizardRoot@@QAAXPAVCCustomButtonEx@@@Z -?DestroyWindows@WizardUI@@AAAXXZ -?DibHeight@CDIB@@QBAJXZ -?DibWidth@CDIB@@QBAJXZ -?DoCancel@Win32Navigator@@UAAXXZ -?DoGoToPageIndex@Win32Navigator@@UAAXH@Z -?Draw@CAnimation@@UAAHPAUHDC__@@@Z -?Draw@CDIB@@QAAHPAUHDC__@@HH@Z -?Draw@CDIB@@QAAHPAUHDC__@@HHUtagRECT@@@Z -?Draw@CDrawBackground@@UAAHPAUHDC__@@@Z -?Draw@CDrawItem@@QAAHPAUHWND__@@@Z -?Draw@CDrawItem@@QAAHXZ -?Draw@CDrawItemComposite@@UAAHPAUHDC__@@@Z -?Draw@CScreenDIB@@UAAHPAUHDC__@@@Z -?Draw@CScreenText@@UAAHPAUHDC__@@@Z -?DrawAlphaBlended@CDIB@@AAAHPAUHDC__@@HHUtagRECT@@@Z -?DrawColorKey@CDIB@@AAAHPAUHDC__@@HHUtagRECT@@@Z -?DrawCore@CDIB@@AAAHPAUHDC__@@HHUtagRECT@@H@Z -?DrawLVItem@LanguageNeutralSelectionDialogBase@@AAAJPAUtagNMLVCUSTOMDRAW@@@Z -?DrawOpaque@CDIB@@QAAHPAUHDC__@@HH@Z -?DrawOpaque@CDIB@@QAAHPAUHDC__@@HHUtagRECT@@@Z -?DumpToFile@CDIB@@QAAHPBG@Z -?EditStreamCallbackAnsi@CRichEditControl@@CAKKPAEJPAJ@Z -?EditStreamCallbackUnicode@CRichEditControl@@CAKKPAEJPAJ@Z -?Empty@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?EnableInput@WizardUI@@QAAXH@Z -?EndUI@WizardUI@@QAAHXZ -?Enter@CCritSec@@UAAXXZ -?EnteringTrackedWnd@CCursor@@QAAHPAUHWND__@@@Z -?Find@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QBAHABQAG@Z -?Find@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QBAHABQAUIResourceModuleEvent@@@Z -?Find@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QBAHABQAUKEYBOARD@@@Z -?Find@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QBAHABQAULANGUAGE@@@Z -?Find@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QBAHABQAULOCALE@@@Z -?Find@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHGH@Z -?Find@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBGH@Z -?FindOneOf@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?FirstVisit@WizardHandler@@EAAXXZ -?Fork@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?Format@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?Format@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?FormatMessageV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAPAD@Z -?FormatMessageW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?FormatMessageW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?FormatV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAD@Z -?FormatVarMessage@@YAKKPBXKKPAGKZZ -?FreeExtra@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?FreeInstance@CCursor@@SAXXZ -?FreeInstance@CHighContrast@@SAXXZ -?FreeInstance@Navigator@@SAXXZ -?FreeInstance@Win32Navigator@@SAXXZ -?GetAllocLength@?$CSimpleStringT@G$0A@@ATL@@QBAHXZ -?GetAllowMirror@CDIB@@QAAHXZ -?GetAppBitmap@WizardUI@@SAGXZ -?GetAppDib@AppWindow@@QAAPAVCDIB@@XZ -?GetAppDimensions@WizardUI@@SAPAUProtoPageDimensions@@XZ -?GetAppHWnd@WizardUI@@QAAPAUHWND__@@XZ -?GetAppImage@AppWindow@@QAAPAUHDC__@@XZ -?GetAppRect@AppWindow@@QAAXPAUtagRECT@@@Z -?GetAppWindow@WizardUI@@QAAPAVAppWindow@@XZ -?GetAppWindowInBackgroundBitmap@ProtoPageDimensions@@QAA?AUSimpleRect@@XZ -?GetAppWindowOffset@ProtoPageDimensions@@QAA?AUSimpleSize@@XZ -?GetAppWindowSize@ProtoPageDimensions@@QAA?AUSimpleSize@@XZ -?GetAt@?$CSimpleStringT@G$0A@@ATL@@QBAGH@Z -?GetBitsPerPixel@CDIB@@QAAIXZ -?GetBkBrush@CHighContrast@@QAAPAUHBRUSH__@@PAU2@@Z -?GetBkColor@CHighContrast@@QAAKK@Z -?GetBottomMargin@ProtoPageDimensions@@QAAHXZ -?GetBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGH@Z -?GetBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGXZ -?GetBufferSetLength@?$CSimpleStringT@G$0A@@ATL@@QAAPAGH@Z -?GetButtons@WizardPage@@QAAKXZ -?GetButtons@Wizard_PageDesciption@@QAAKXZ -?GetCancelNoShow@WizardUI@@QAAHXZ -?GetCancelPage@WizardUI@@QAAPAVWizardPage@@XZ -?GetCanceled@WizardUI@@QAAHXZ -?GetContainerHwnd@PageContainer@@QAAPAUHWND__@@XZ -?GetCreateWizardDialog@Wizard_PageDesciption@@QAAQ6APAVWizardRoot@@PAVWizardPage@@@ZXZ -?GetCurrentPage@WizardUI@@QAAPAVWizardPage@@XZ -?GetCurrentPageHwnd@PageContainer@@QAAPAUHWND__@@XZ -?GetCurrentPageIndex@PageContainer@@QAAHXZ -?GetCurrentVariation@WizardVariation@@MAAXXZ -?GetData@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QBAPAPAGXZ -?GetData@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QBAPAPAUIResourceModuleEvent@@XZ -?GetData@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QBAPAPAUKEYBOARD@@XZ -?GetData@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QBAPAPAULANGUAGE@@XZ -?GetData@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QBAPAPAULOCALE@@XZ -?GetData@?$CSimpleStringT@G$0A@@ATL@@ABAPAUCStringData@2@XZ -?GetData@WizardPage@@QAAPAXXZ -?GetDialog@WizardPage@@QAAPAVWizardRoot@@XZ -?GetDib@CScreenDIB@@QAAABVCDIB@@XZ -?GetElement@NavigationStack@@QAAPAVWizardNode@@H@Z -?GetEnvironmentVariableW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPBG@Z -?GetFirstPage@WizardEx@@QAAPAVWizardPage@@XZ -?GetFontCharSet@WizardUI@@QAAKXZ -?GetFontName@WizardUI@@QAAPBGXZ -?GetFontSize@WizardUI@@QAAIXZ -?GetHWnd@WizardPage@@QAAPAUHWND__@@XZ -?GetHdc@CDIB@@QBAPAUHDC__@@XZ -?GetHwndFont@@YAPAUHFONT__@@PAUHWND__@@PAUtagLOGFONTW@@@Z -?GetHwndLogFont@@YAHPAUHWND__@@PAUtagLOGFONTW@@@Z -?GetIndex@WizardNode@@QAAIXZ -?GetInstance@CCursor@@SAPAV1@XZ -?GetInstance@CHighContrast@@SAPAV1@XZ -?GetLength@?$CSimpleStringT@G$0A@@ATL@@QBAHXZ -?GetManager@?$CSimpleStringT@G$0A@@ATL@@QBAPAUIAtlStringMgr@2@XZ -?GetManager@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAUIAtlStringMgr@2@XZ -?GetMaxCount@WizardEx@@QAAIXZ -?GetMaxPageIndex@PageContainer@@QAAHXZ -?GetNavBarHeight@ProtoPageDimensions@@QAAHXZ -?GetNavHWnd@WizardUI@@QAAPAUHWND__@@XZ -?GetNavRect@AppWindow@@QAAXPAUtagRECT@@@Z -?GetPage@WizardEx@@UAAPAVWizardPage@@XZ -?GetPage@WizardPage@@UAAPAV1@XZ -?GetPageContainer@WizardUI@@QAAPAVPageContainer@@XZ -?GetPageHandler@WizardRoot@@UAAPAVWizardHandler@@XZ -?GetPageHwndFromPageIndex@PageContainer@@QAAPAUHWND__@@H@Z -?GetPageIndex@WizardEx@@QAAIXZ -?GetPageIndex@WizardNode@@QAAIXZ -?GetPageList@WizardEx@@QAAPAPAVWizardNode@@XZ -?GetPageListItem@WizardEx@@QAAPAVWizardNode@@H@Z -?GetPageName@WizardRoot@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetParent@WizardNode@@QAAPAVWizardEx@@XZ -?GetPidStr@PIDStringView@@QAAPBGXZ -?GetResourceInstance@CResourceModule@@QAAPAUHINSTANCE__@@XZ -?GetResourceInstance@CResourceModuleFactory@@QAAPAUHINSTANCE__@@XZ -?GetResourceInstanceLoc@WizardPage@@QAAPAUHINSTANCE__@@XZ -?GetResourceInstanceLoc@WizardUI@@QAAPAUHINSTANCE__@@XZ -?GetResourceInstanceNonLoc@WizardPage@@QAAPAUHINSTANCE__@@XZ -?GetResourceInstanceNonLoc@WizardUI@@QAAPAUHINSTANCE__@@XZ -?GetResourceLocName@Wizard_PageDesciption@@QAAPBGXZ -?GetResourceModule@CResourceModuleFactory@@QAAPAVCResourceModule@@XZ -?GetResourceNonLocName@Wizard_PageDesciption@@QAAPBGXZ -?GetResourceStringLoc@WizardPage@@QAAPBGXZ -?GetRoot@WizardHandler@@QAAPAVWizardRoot@@XZ -?GetScaledBackgroundBitmapSize@ProtoPageDimensions@@QAA?AUSimpleSize@@XZ -?GetScrHWnd@WizardUI@@QAAPAUHWND__@@XZ -?GetScrImage@ScrWindow@@QAAPAUHDC__@@XZ -?GetScrRect@ScrWindow@@QAAXPAUtagRECT@@@Z -?GetScrWindow@WizardUI@@QAAPAVScrWindow@@XZ -?GetScreenBitmap@WizardUI@@SAGXZ -?GetScreenBitmapSize@ProtoPageDimensions@@QAA?AUSimpleSize@@XZ -?GetSelectedLanguage@LanguageSelectionDialogBase@@AAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetSelectedLocale@LanguageSelectionDialogBase@@AAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetShowScreenWindow@WizardUI@@QAAHXZ -?GetSize@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QBAHXZ -?GetSize@NavigationStack@@QAAHXZ -?GetStrategy@WizardEx@@QAAPAVWizardStrategy@@XZ -?GetString@?$CSimpleStringT@G$0A@@ATL@@QBAPBGXZ -?GetString@MyString@@QAAPBGXZ -?GetTemplate@WizardPage@@QAAKXZ -?GetTemplate@Wizard_PageDesciption@@QAAKXZ -?GetTextColor@CHighContrast@@QAAKK@Z -?GetTitle@WizardPage@@QAAKXZ -?GetTitle@Wizard_PageDesciption@@QAAKXZ -?GetTop@NavigationStack@@QAAPAVWizardNode@@XZ -?GetTransparentColor@CDIB@@QAAKXZ -?GetType@WizardNode@@QAAIXZ -?GetUiMutex@WizardUI@@QAAPAXXZ -?GetUserSelectedHideOOBELang@WizardUI@@QAAPAGXZ -?GetUserSelectedKeyboardType@WizardUI@@QAAPAGXZ -?GetUserSelectedLDId@WizardUI@@QAAPAGXZ -?GetUserSelectedLocale@WizardUI@@QAAPAGXZ -?GetUserSelectedTargetLanguage@WizardUI@@QAAPAGXZ -?GetUserSelectedUILanguage@WizardUI@@QAAPAGXZ -?GetWindowProc@WizardPage@@QAAP6AHPAUHWND__@@IIJ@ZXZ -?GetWindowProc@WizardRoot@@UAAP6AHPAUHWND__@@IIJ@ZXZ -?GetWizNodeType@Wiz_Node@@QAAIXZ -?GetWizUI@WizardNode@@QAAPAVWizardUI@@XZ -?GetWizUI@WizardUI@@SAPAV1@XZ -?GetWizardPageWithIndex@PageContainer@@QAAPAVWizardPage@@H@Z -?GetWizardPageWithPageIndex@WizardUI@@QAAPAVWizardPage@@H@Z -?GetWizardRect@AppWindow@@QAAXPAUtagRECT@@@Z -?HdcBackground@WizardUI@@SAPAUHDC__@@XZ -?Hdlg@CAttachDataDlg@@QAAPAUHWND__@@XZ -?Hdlg@CGenericNavWindow@@QAAAAPAUHWND__@@XZ -?Hdlg@WizardHandler@@QAAPAUHWND__@@XZ -?Hdlg@WizardRoot@@QAAAAPAUHWND__@@XZ -?Hide@CWndObj@@UAAXXZ -?HideSplashScreen@WizardUI@@AAAXXZ -?HwndBackground@WizardUI@@SAPAUHWND__@@XZ -?HwndProgress@WizardUI@@SAPAUHWND__@@XZ -?Init@AppWindow@@QAAHIII@Z -?Init@CAnimationControl@@QAAHPAUHWND__@@IPAUHINSTANCE__@@IKHH@Z -?Init@CCtlText@@QAAHPAUHWND__@@I@Z -?Init@CCustomGraphicEx@@QAAHPAUHWND__@@I@Z -?Init@CResourceModuleFactory@@QAAXPAUHINSTANCE__@@@Z -?Init@CResourceModuleFactory@@QAAXPAUHINSTANCE__@@PBG@Z -?Init@CScreenText@@QAAHXZ -?Init@CWndObj@@UAAHPAUIWndObj@@@Z -?Init@ProtoPageDimensions@@QAAHXZ -?Init@ScrWindow@@QAAHI@Z -?Init@WizardHandler@@QAAXPAVWizardRoot@@@Z -?InitAllStandardButtons@WizardRoot@@QAAXXZ -?InitButtons@CGenericNavWindow@@MAAXXZ -?InitDialog@CAttachDataDlg@@SAXPAUHWND__@@IIJ@Z -?InitDialog@CGenericNavWindow@@AAAXPAUHWND__@@@Z -?InitFonts@WizardUI@@AAAHPAUHINSTANCE__@@@Z -?InitLangNeutralLV@LanguageNeutralSelectionDialogBase@@AAAXXZ -?InitPage@WizardHandler@@UAAXXZ -?InitStandardButton@WizardRoot@@QAAPAVCCustomButtonEx@@I@Z -?InitSurface@CGenericNavWindow@@AAAXXZ -?Initialize@CHighContrast@@QAAHXZ -?Initialize@CRichEditControl@@QAAXPAUHWND__@@PBG@Z -?Initialize@WizardPage@@QAAXKKKPAVWizardRoot@@PBG1@Z -?Initialize@WizardUI@@QAAHPAVCResourceModule@@0@Z -?InitializeWithMsftEdit@CRichEditControl@@QAAXPAUHWND__@@@Z -?Insert@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHG@Z -?Insert@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHPBG@Z -?InsertChar@MyString@@QAAHHG@Z -?InsertString@MyString@@QAAHHPBG@Z -?InsertString@PIDStringView@@QAAHHPBG@Z -?InstallFont@WizardUI@@AAAHPAUHINSTANCE__@@@Z -?InternalSetAtIndex@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAXHABQAG@Z -?InternalSetAtIndex@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAXHABQAUIResourceModuleEvent@@@Z -?InternalSetAtIndex@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAXHABQAUKEYBOARD@@@Z -?InternalSetAtIndex@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAXHABQAULANGUAGE@@@Z -?InternalSetAtIndex@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAXHABQAULOCALE@@@Z -?IsAppMirrored@AppWindow@@QAAHXZ -?IsCancelRequest@WizardUI@@AAAHPAUtagMSG@@@Z -?IsControlKeys@WizardUI@@AAAHPAUHWND__@@PAUtagMSG@@@Z -?IsDialogMessageW@PageContainer@@QAAHPAUtagMSG@@@Z -?IsDlgMsg@CWndObj@@UAAHPAUtagMSG@@@Z -?IsEmpty@?$CSimpleStringT@G$0A@@ATL@@QBA_NXZ -?IsFunctionKeys@WizardUI@@AAAHPAUHWND__@@PAUtagMSG@@@Z -?IsHighContrast@CHighContrast@@QAAHXZ -?IsInitialized@CDIB@@QAAHXZ -?IsInitialized@ProtoPageDimensions@@QAAHXZ -?IsLanguageSelectionUiShown@LanguageSelectionDialogBase@@SAHXZ -?IsMinimizeRequest@WizardUI@@AAAHPAUtagMSG@@@Z -?IsStandardSizing@ProtoPageDimensions@@QAAHXZ -?IsWDS@LanguageNeutralSelectionDialogBase@@UAAHXZ -?IsWDS@LanguageSelectionDialogBase@@UAAHXZ -?KillActive@WizardHandler@@UAAXAAH@Z -?KillActive@WizardRoot@@UAAXXZ -?LangNeutralLVSubProc@LanguageNeutralSelectionDialogBase@@CAJPAUHWND__@@IIJ@Z -?Leave@CCritSec@@UAAXXZ -?LeavingTrackedWnd@CCursor@@QAAHPAUHWND__@@@Z -?Left@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?Load32FromOther@CDIB@@AAAHPAV1@@Z -?Load@CAnimation@@QAAHPAUHINSTANCE__@@IKHJJ@Z -?Load@CDIB@@QAAHPAUHINSTANCE__@@IKH@Z -?Load@CDrawBackground@@QAAHPAUHWND__@@PAUHDC__@@0@Z -?Load@CScreenDIB@@QAAHPAUHINSTANCE__@@IK@Z -?LoadBackground@AppWindow@@QAAXXZ -?LoadBitmapW@CHighContrast@@QAAPAUHBITMAP__@@PAUHINSTANCE__@@IHHI@Z -?LoadFontInfo@WizardUI@@AAAXXZ -?LoadHtmlResource@@YAPAXPAUHINSTANCE__@@PBGPAK@Z -?LoadLibraryW@CResourceModule@@AAAXXZ -?LoadScaled@CDIB@@QAAHPAUHINSTANCE__@@IJJKH@Z -?LoadScaledFromOther@CDIB@@QAAHPAV1@JJH@Z -?LoadStringResources@LanguageSelectionDialogBase@@QAAXXZ -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHI@Z -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPAUHINSTANCE__@@I@Z -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPAUHINSTANCE__@@IG@Z -?LockBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGXZ -?MakeFullyOpaque@CDIB@@AAAXXZ -?MakeLower@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?MakeReverse@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?MakeUpper@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?MessageBoxFromMessage@@YAHPAUHINSTANCE__@@PAUHWND__@@III@Z -?MessageBoxFromMessage@@YAHPAUHINSTANCE__@@PAUHWND__@@PBGII@Z -?MessageBoxFromMessageWithTimeout@@YAHPAUHINSTANCE__@@PAUHWND__@@IIIIH@Z -?MessageBoxFromMessageWithTimeout@@YAHPAUHINSTANCE__@@PAUHWND__@@PBGIIIH@Z -?MessagePump@WizardUI@@AAAXXZ -?Mid@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?Mid@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@HH@Z -?MirrorImage@CDIB@@QAAXXZ -?Move@CWndObj@@UAAXPAUtagPOINT@@@Z -?MoveControl@@YAXPAUHWND__@@IJJ@Z -?MyDynamicSetWindowText@@YAHPAUHWND__@@IV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?MyPropSheet_GetWizButtons@WizardRoot@@QAAKXZ -?MyPropSheet_SetWizButtons@WizardRoot@@QAAXK@Z -?MySetWindowText@@YAHPAUHWND__@@IV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?NeedToRedrawNavWindow@WizardUI@@AAAHXZ -?Next@Navigator@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?Next@Navigator@@UAAPAVWizardPage@@PAVWizardNode@@@Z -?Next@WizardEx@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?Next@WizardEx@@UAAPAVWizardPage@@PAVWizardNode@@@Z -?NextPage@BranchWizStrategy@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?NextPage@SimpleWizStrategy@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?NextPage@SummaryWizStrategy@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?NextPage@VariationWizStrategy@@UAAPAVWizardPage@@HPAVWizardNode@@@Z -?NextPageHelper@ChoiceWizStrategy@@IAAPAVWizardPage@@HPAVWizardNode@@@Z -?NotifyWizBack@WizardHandler@@UAAHAAH@Z -?NotifyWizBack@WizardRoot@@UAAHXZ -?NotifyWizCancel@WizardHandler@@UAAHAAH@Z -?NotifyWizCancel@WizardRoot@@UAAHXZ -?NotifyWizFinish@WizardHandler@@UAAHAAH@Z -?NotifyWizFinish@WizardRoot@@UAAHXZ -?NotifyWizNext@WizardHandler@@UAAHAAH@Z -?NotifyWizNext@WizardRoot@@UAAHXZ -?OemToCharA@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXXZ -?OnActivate@AppWindow@@MAAJIJ@Z -?OnActivate@CWndObj@@MAAJIJ@Z -?OnActivate@ScrWindow@@MAAJIJ@Z -?OnActivateApp@CWndObj@@MAAJIJ@Z -?OnApp@CWndObj@@MAAJIIJ@Z -?OnAskCBFormatName@CWndObj@@MAAJIJ@Z -?OnBack@AppWindow@@MAAJIIJ@Z -?OnBack@CGenericNavWindow@@QAAJGGPAUHWND__@@AAH@Z -?OnCancel@AppWindow@@MAAJIIJ@Z -?OnCancel@CGenericNavWindow@@QAAJGGPAUHWND__@@AAH@Z -?OnCancelJournal@CWndObj@@MAAJIJ@Z -?OnCancelMode@CWndObj@@MAAJIJ@Z -?OnCaptureChanged@CWndObj@@MAAJIJ@Z -?OnChangeCBChain@CWndObj@@MAAJIJ@Z -?OnChar@CWndObj@@MAAJIJ@Z -?OnCharToItem@CWndObj@@MAAJIJ@Z -?OnChildActivate@CWndObj@@MAAJIJ@Z -?OnClose@AppWindow@@MAAJIJ@Z -?OnClose@CWndObj@@MAAJIJ@Z -?OnClose@ScrWindow@@MAAJIJ@Z -?OnCommand@AppWindow@@MAAJIJ@Z -?OnCommand@CWndObj@@MAAJIJ@Z -?OnCommand@ScrWindow@@MAAJIJ@Z -?OnCommandBack@WizardDialogPost@@QAAJGGPAUHWND__@@AAH@Z -?OnCommandCancel@WizardDialogPost@@QAAJGGPAUHWND__@@AAH@Z -?OnCommandContinue@LanguageSelectionDialogBase@@QAAJGGPAUHWND__@@AAH@Z -?OnCommandContinue@WizardDialogPost@@QAAJGGPAUHWND__@@AAH@Z -?OnCommandFinish@WizardDialogPost@@QAAJGGPAUHWND__@@AAH@Z -?OnCompacting@CWndObj@@MAAJIJ@Z -?OnCompareItem@CWndObj@@MAAJIJ@Z -?OnContextMenu@CWndObj@@MAAJIJ@Z -?OnCopyData@CWndObj@@MAAJIJ@Z -?OnCreate@AppWindow@@MAAJIJ@Z -?OnCreate@CWndObj@@MAAJIJ@Z -?OnCreate@ScrWindow@@MAAJIJ@Z -?OnCtlColor@CGenericNavWindow@@QAAJIIJAAH@Z -?OnCtlColorBtn@CWndObj@@MAAJIJ@Z -?OnCtlColorDlg@CWndObj@@MAAJIJ@Z -?OnCtlColorEdit@CWndObj@@MAAJIJ@Z -?OnCtlColorListbox@CWndObj@@MAAJIJ@Z -?OnCtlColorMsgbox@CWndObj@@MAAJIJ@Z -?OnCtlColorScrollbar@CWndObj@@MAAJIJ@Z -?OnCtlColorStatic@CWndObj@@MAAJIJ@Z -?OnCtlColorStatic@SimpleDialogBase@@QAAJIIJAAH@Z -?OnCtlColorStatic@WizardDialogPost@@QAAJIIJAAH@Z -?OnCustomDraw@LanguageNeutralSelectionDialogBase@@QAAJHPAUtagNMHDR@@AAH@Z -?OnDeadChar@CWndObj@@MAAJIJ@Z -?OnDeleteItem@CWndObj@@MAAJIJ@Z -?OnDestroy@AppWindow@@MAAJIJ@Z -?OnDestroy@CGenericNavWindow@@QAAJIIJAAH@Z -?OnDestroy@CWndObj@@MAAJIJ@Z -?OnDestroy@ScrWindow@@MAAJIJ@Z -?OnDestroy@WizardDialogPre@@QAAJIIJAAH@Z -?OnDestroyClipboard@CWndObj@@MAAJIJ@Z -?OnDeviceChange@AppWindow@@MAAJIJ@Z -?OnDeviceChange@CWndObj@@MAAJIJ@Z -?OnDeviceChange@ScrWindow@@MAAJIJ@Z -?OnDevmodeChange@CWndObj@@MAAJIJ@Z -?OnDisplayChange@CGenericNavWindow@@QAAJIIJAAH@Z -?OnDisplayChange@CWndObj@@MAAJIJ@Z -?OnDisplayChange@ScrWindow@@MAAJIJ@Z -?OnDrawClipboard@CWndObj@@MAAJIJ@Z -?OnDrawItem@CGenericNavWindow@@QAAJIIJAAH@Z -?OnDrawItem@CWndObj@@MAAJIJ@Z -?OnDrawItem@WizardDialogPre@@QAAJIIJAAH@Z -?OnDropFiles@CWndObj@@MAAJIJ@Z -?OnEnable@CWndObj@@MAAJIJ@Z -?OnEndSession@CWndObj@@MAAJIJ@Z -?OnEnterIdle@CWndObj@@MAAJIJ@Z -?OnEnterMenuLoop@CWndObj@@MAAJIJ@Z -?OnEnterSizeMove@CWndObj@@MAAJIJ@Z -?OnEraseBkGnd@AppWindow@@MAAJIJ@Z -?OnEraseBkGnd@CWndObj@@MAAJIJ@Z -?OnEraseBkGnd@ScrWindow@@MAAJIJ@Z -?OnEraseBkGnd@WizardDialogPre@@QAAJIIJAAH@Z -?OnExitMenuLoop@CWndObj@@MAAJIJ@Z -?OnExitSizeMove@CWndObj@@MAAJIJ@Z -?OnFontChange@CWndObj@@MAAJIJ@Z -?OnGetButtons@AppWindow@@MAAJIIJ@Z -?OnGetButtons@CGenericNavWindow@@QAAJIIJAAH@Z -?OnGetDefID@AppWindow@@MAAJIIJ@Z -?OnGetDlgCode@CWndObj@@MAAJIJ@Z -?OnGetIcon@CWndObj@@MAAJIJ@Z -?OnGetMinMaxInfo@CWndObj@@MAAJIJ@Z -?OnGetText@CWndObj@@MAAJIJ@Z -?OnGetTextLength@CWndObj@@MAAJIJ@Z -?OnHScroll@CWndObj@@MAAJIJ@Z -?OnHelp@CWndObj@@MAAJIJ@Z -?OnHotKey@CWndObj@@MAAJIJ@Z -?OnInitDialog@CGenericNavWindow@@QAAJIIJAAH@Z -?OnInitDialog@CWndObj@@MAAJIJ@Z -?OnInitDialog@LanguageNeutralSelectionDialogBase@@QAAJIIJAAH@Z -?OnInitDialog@LanguageSelectionDialogBase@@QAAJIIJAAH@Z -?OnInitDialog@WizardDialogPre@@QAAJIIJAAH@Z -?OnKeyDown@CWndObj@@MAAJIJ@Z -?OnKeyUp@CWndObj@@MAAJIJ@Z -?OnKeyUp@LanguageNeutralSelectionDialogBase@@QAAJIIJAAH@Z -?OnKillFocus@CWndObj@@MAAJIJ@Z -?OnLButtonDblClk@CWndObj@@MAAJIJ@Z -?OnLButtonDown@CWndObj@@MAAJIJ@Z -?OnLButtonUp@CWndObj@@MAAJIJ@Z -?OnLanguageChange@LanguageSelectionDialogBase@@QAAJGGPAUHWND__@@AAH@Z -?OnLanguageSelect@LanguageNeutralSelectionDialogBase@@QAAJHPAUtagNMHDR@@AAH@Z -?OnLocaleChange@LanguageSelectionDialogBase@@QAAJGGPAUHWND__@@AAH@Z -?OnMeasureItem@CWndObj@@MAAJIJ@Z -?OnMenuChar@CWndObj@@MAAJIJ@Z -?OnMenuSelect@CWndObj@@MAAJIJ@Z -?OnMouseActivate@CWndObj@@MAAJIJ@Z -?OnMouseLeave@CWndObj@@MAAJIJ@Z -?OnMouseMove@CWndObj@@MAAJIJ@Z -?OnMouseOver@LanguageNeutralSelectionDialogBase@@QAAJHPAUtagNMHDR@@AAH@Z -?OnMove@CWndObj@@MAAJIJ@Z -?OnMoving@CWndObj@@MAAJIJ@Z -?OnNCCalcSize@CWndObj@@MAAJIJ@Z -?OnNCCreate@CWndObj@@MAAJIJ@Z -?OnNCDestroy@CWndObj@@MAAJIJ@Z -?OnNCHitTest@CWndObj@@MAAJIJ@Z -?OnNCPaint@CWndObj@@MAAJIJ@Z -?OnNotify@CWndObj@@MAAJIJ@Z -?OnNull@CWndObj@@MAAJIJ@Z -?OnPaint@AppWindow@@MAAJIJ@Z -?OnPaint@CGenericNavWindow@@QAAJIIJAAH@Z -?OnPaint@CWndObj@@MAAJIJ@Z -?OnPaint@ScrWindow@@MAAJIJ@Z -?OnPaintClipboard@CWndObj@@MAAJIJ@Z -?OnParentNotify@CWndObj@@MAAJIJ@Z -?OnPower@CWndObj@@MAAJIJ@Z -?OnPowerBroadcast@CWndObj@@MAAJIJ@Z -?OnQueryEndSession@CWndObj@@MAAJIJ@Z -?OnQueryOpen@CWndObj@@MAAJIJ@Z -?OnQuit@CWndObj@@MAAJIJ@Z -?OnRButtonDblClk@CWndObj@@MAAJIJ@Z -?OnRButtonDown@CWndObj@@MAAJIJ@Z -?OnRButtonUp@CWndObj@@MAAJIJ@Z -?OnRegistered@AppWindow@@MAAJIIJ@Z -?OnRegistered@CWndObj@@MAAJIIJ@Z -?OnRegistered@ScrWindow@@MAAJIIJ@Z -?OnRenderAllFormats@CWndObj@@MAAJIJ@Z -?OnRenderFormat@CWndObj@@MAAJIJ@Z -?OnResourceChanged@LanguageSelectionDialogBase@@UAAXAAH@Z -?OnResourceChanged@WizardHandler@@UAAXAAH@Z -?OnResourceChanged@WizardRoot@@UAAXXZ -?OnSetBitmap@AppWindow@@MAAJIIJ@Z -?OnSetBitmap@CGenericNavWindow@@QAAJIIJAAH@Z -?OnSetButtons@AppWindow@@MAAJIIJ@Z -?OnSetButtons@CGenericNavWindow@@QAAJIIJAAH@Z -?OnSetCaption@AppWindow@@MAAJIIJ@Z -?OnSetCaption@CGenericNavWindow@@QAAJIIJAAH@Z -?OnSetCursor@AppWindow@@MAAJIJ@Z -?OnSetCursor@CWndObj@@MAAJIJ@Z -?OnSetCursor@ScrWindow@@MAAJIJ@Z -?OnSetFocus@CWndObj@@MAAJIJ@Z -?OnSetRedraw@CWndObj@@MAAJIJ@Z -?OnSetText@CWndObj@@MAAJIJ@Z -?OnSettingChange@CWndObj@@MAAJIJ@Z -?OnShowWindow@CWndObj@@MAAJIJ@Z -?OnSize@CWndObj@@MAAJIJ@Z -?OnSizeClipboard@CWndObj@@MAAJIJ@Z -?OnSizing@CWndObj@@MAAJIJ@Z -?OnSysChar@CWndObj@@MAAJIJ@Z -?OnSysColorChange@CWndObj@@MAAJIJ@Z -?OnSysCommand@CWndObj@@MAAJIJ@Z -?OnTimer@CWndObj@@MAAJIJ@Z -?OnUser@AppWindow@@MAAJIIJ@Z -?OnUser@CWndObj@@MAAJIIJ@Z -?OnUser@ScrWindow@@MAAJIIJ@Z -?OnVScroll@CWndObj@@MAAJIJ@Z -?OnVScrollClipboard@CWndObj@@MAAJIJ@Z -?OnWindowPosChanged@CWndObj@@MAAJIJ@Z -?OnWindowPosChanging@CWndObj@@MAAJIJ@Z -?OnWmxClose@AppWindow@@MAAJIIJ@Z -?OnWmxClose@ScrWindow@@MAAJIIJ@Z -?PageData@WizardHandler@@QAAPAVWizardPage@@XZ -?PageData@WizardRoot@@QAAAAPAVWizardPage@@XZ -?PaintWindowRegion@@YAHPAUHWND__@@@Z -?Pop@NavigationStack@@QAAPAVWizardNode@@XZ -?PopulateKeyboardList@LanguageSelectionDialogBase@@AAAIXZ -?PopulateLanguageList@LanguageSelectionDialogBase@@AAAIXZ -?PopulateLayeredDriverList@LanguageSelectionDialogBase@@AAAIXZ -?PopulateLocaleList@LanguageSelectionDialogBase@@AAAHXZ -?Post@CWndObj@@UAAHIIJ@Z -?Preallocate@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?PrepareWrite2@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?PrepareWrite@?$CSimpleStringT@G$0A@@ATL@@AAAPAGH@Z -?ProcessLanguageSelection@LanguageSelectionDialogBase@@UAAHAAH@Z -?ProcessSelectedLanguage@LanguageNeutralSelectionDialogBase@@AAAXXZ -?ProcessWindowMessage@CAttachDataDlg@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@CGenericNavWindow@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@LanguageNeutralSelectionDialogBase@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@LanguageSelectionDialogBase@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@SimpleDialogBase@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@WizardDialogPost@@UAAHPAUHWND__@@IIJAAJK@Z -?ProcessWindowMessage@WizardDialogPre@@UAAHPAUHWND__@@IIJAAJK@Z -?PseudoToScreenCoordinate@ProtoPageDimensions@@QAAXAAH0@Z -?Pulse@CAnimation@@QAAXXZ -?PumpMessage@WizardUI@@AAAXUtagMSG@@@Z -?Push@NavigationStack@@QAAHPAVWizardNode@@@Z -?QueryInterface@CWndObj@@UAAJABU_GUID@@PAPAX@Z -?ReadSelectedKeyboardType@LanguageSelectionDialogBase@@AAAXXZ -?ReadSelectedLanguage@LanguageSelectionDialogBase@@AAAXXZ -?ReadSelectedLayeredDriver@LanguageSelectionDialogBase@@AAAXXZ -?ReadSelectedLocale@LanguageSelectionDialogBase@@AAAXXZ -?Reallocate@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?RectDest@CGenericNavWindow@@QAAAAUtagRECT@@XZ -?Refresh@CDrawItem@@QAAHXZ -?RegisterObserver@CResourceModule@@QAAHPAUIResourceModuleEvent@@@Z -?ReinstantiatePages@PageContainer@@QAAXXZ -?Release@CWndObj@@UAAKXZ -?ReleaseBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?ReleaseBufferSetLength@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?Reload@WizardRoot@@QAAXXZ -?ReloadAllStandardButtons@WizardRoot@@QAAXXZ -?ReloadCaptions@CCustomButtonEx@@QAAXPAUHINSTANCE__@@@Z -?Remove@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAHABQAG@Z -?Remove@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAHABQAUIResourceModuleEvent@@@Z -?Remove@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAHABQAUKEYBOARD@@@Z -?Remove@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAHABQAULANGUAGE@@@Z -?Remove@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAHABQAULOCALE@@@Z -?Remove@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHG@Z -?RemoveAll@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAXXZ -?RemoveAt@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAHH@Z -?RemoveChar@MyString@@QAAHH@Z -?RemoveFonts@WizardUI@@AAAXXZ -?RemoveString@MyString@@QAAHHH@Z -?RemoveString@PIDStringView@@QAAHHHH@Z -?Replace@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHGG@Z -?Replace@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPBG0@Z -?ReplaceString@PIDStringView@@QAAHHHPBG@Z -?RepositionAllWindows@WizardUI@@QAAXIJ@Z -?RepositionAppWindow@WizardUI@@AAAXXZ -?RepositionNavWindow@WizardUI@@AAAXIJ@Z -?RepositionProgressWindow@WizardUI@@AAAXIJ@Z -?RequestCancel@Win32Navigator@@UAAXXZ -?RequestFinish@Win32Navigator@@UAAXXZ -?RequestGoBack@Win32Navigator@@UAAXXZ -?RequestGoNext@Win32Navigator@@UAAXH@Z -?RequestGoNext@Win32Navigator@@UAAXXZ -?Reset@PageContainer@@QAAHH@Z -?Reset@WizardEx@@UAAHXZ -?Reset@WizardPage@@UAAHXZ -?ResetLanguage@AppWindow@@QAAHXZ -?ResetLanguage@CResourceModule@@QAAHXZ -?ResetLanguage@CResourceModuleFactory@@QAAHXZ -?ResetLanguage@WizardUI@@QAAHPBG@Z -?ResetWizUI@WizardUI@@CAXXZ -?Resize@CDIB@@QAAHJJ@Z -?ReverseFind@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHG@Z -?Right@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?SPWE_CloseCurrentMessageBox@@YAXXZ -?SPWE_MessageBox@@YAHPAUHWND__@@PAUHINSTANCE__@@PBG2IP6AH0IIJ@ZIH@Z -?ScreenToPseudoCoordinate@ProtoPageDimensions@@QAAXAAH0@Z -?Send@CWndObj@@UAAHIIJ@Z -?SetActive@SimpleDialogBase@@UAAXAAH@Z -?SetActive@WizardDialogPost@@UAAXAAH@Z -?SetActive@WizardDialogPre@@UAAXAAH@Z -?SetActive@WizardHandler@@UAAXAAH@Z -?SetActive@WizardRoot@@UAAXXZ -?SetActiveAppWnd@AppWindow@@QAAXPAUHWND__@@@Z -?SetAllowMirror@CAnimation@@QAAXH@Z -?SetAllowMirror@CAnimationControl@@QAAXH@Z -?SetAllowMirror@CDIB@@QAAXH@Z -?SetAppHWnd@WizardUI@@QAAXPAUHWND__@@@Z -?SetAppWindow@WizardUI@@QAAXPAVAppWindow@@@Z -?SetAt@?$CSimpleStringT@G$0A@@ATL@@QAAXHG@Z -?SetAtIndex@?$CSimpleArray@PAGV?$CSimpleArrayEqualHelper@PAG@ATL@@@ATL@@QAAHHABQAG@Z -?SetAtIndex@?$CSimpleArray@PAUIResourceModuleEvent@@V?$CSimpleArrayEqualHelper@PAUIResourceModuleEvent@@@ATL@@@ATL@@QAAHHABQAUIResourceModuleEvent@@@Z -?SetAtIndex@?$CSimpleArray@PAUKEYBOARD@@V?$CSimpleArrayEqualHelper@PAUKEYBOARD@@@ATL@@@ATL@@QAAHHABQAUKEYBOARD@@@Z -?SetAtIndex@?$CSimpleArray@PAULANGUAGE@@V?$CSimpleArrayEqualHelper@PAULANGUAGE@@@ATL@@@ATL@@QAAHHABQAULANGUAGE@@@Z -?SetAtIndex@?$CSimpleArray@PAULOCALE@@V?$CSimpleArrayEqualHelper@PAULOCALE@@@ATL@@@ATL@@QAAHHABQAULOCALE@@@Z -?SetBackGroundColor@CRichEditControl@@QAAXK@Z -?SetBackgroundHDC@CCustomButtonEx@@QAAXPAUHDC__@@@Z -?SetCancelNoShow@WizardUI@@QAAXH@Z -?SetCanceled@WizardUI@@QAAXH@Z -?SetColor@CScreenText@@QAAHK@Z -?SetControlFonts@@YAXPAUHWND__@@@Z -?SetCurrentPage@PageContainer@@QAAXH@Z -?SetCursorState@CCursor@@QAAXI@Z -?SetCursorStateForButton@CCursor@@QAAXI@Z -?SetCursorWait@CCursor@@QAAXXZ -?SetData@WizardPage@@QAAXPAX@Z -?SetDlgItemTextFromResID@@YAXPAUHWND__@@IPAUHINSTANCE__@@I@Z -?SetFirstPage@Win32Navigator@@UAAXPAVWizardPage@@@Z -?SetFont@CScreenText@@QAAHPAUHFONT__@@@Z -?SetFontSize@PageContainer@@QAAXH@Z -?SetFontSize@WizardUI@@QAAXI@Z -?SetGraphic@CCustomGraphicEx@@QAAHPAVCDrawItem@@@Z -?SetHWnd@WizardPage@@QAAXPAUHWND__@@@Z -?SetHdcDest@CDrawItem@@QAAXPAUHDC__@@@Z -?SetHwndDest@CDrawItem@@QAAXPAUHWND__@@@Z -?SetIndex@WizardNode@@QAAXI@Z -?SetLanguageString@WizardUI@@AAAJPAPAGPAG@Z -?SetLength@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?SetManager@?$CSimpleStringT@G$0A@@ATL@@QAAXPAUIAtlStringMgr@2@@Z -?SetMaxCount@WizardEx@@QAAXI@Z -?SetMdi@CWndObj@@UAAXPAUIWndObj@@@Z -?SetNavHWnd@WizardUI@@QAAXPAUHWND__@@@Z -?SetPageIndex@WizardNode@@QAAXI@Z -?SetPageList@WizardEx@@QAAXPAPAVWizardNode@@@Z -?SetPageListItem@WizardEx@@QAAXHPAVWizardNode@@@Z -?SetParent@WizardNode@@QAAXPAVWizardEx@@@Z -?SetPosition@CDrawItem@@QAAXKK@Z -?SetRichTextAnsi@CRichEditControl@@QAAXPBDPAK@Z -?SetScrWindow@WizardUI@@QAAXPAVScrWindow@@@Z -?SetStrategy@WizardEx@@QAAXPAVWizardStrategy@@@Z -?SetString@?$CSimpleStringT@G$0A@@ATL@@QAAXPBG@Z -?SetString@?$CSimpleStringT@G$0A@@ATL@@QAAXPBGH@Z -?SetSysString@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAGPAPAG@Z -?SetText@CCtlText@@QAAXPAUHWND__@@PAUHFONT__@@KPBG@Z -?SetText@CRichEditControl@@QAAXPBG@Z -?SetText@CScreenText@@QAAHPAUHWND__@@PBG@Z -?SetTextColor@CRichEditControl@@QAAXK@Z -?SetTextMode@CRichEditControl@@QAAXI@Z -?SetTextNoFormat@CRichEditControl@@QAAXPBG@Z -?SetTextStyle@@YAHPAUHWND__@@HHHHH@Z -?SetTextStyle@WizardRoot@@QAAHHMHHH@Z -?SetTransparentColor@CAnimation@@QAAXK@Z -?SetTransparentColor@CAnimationControl@@QAAXK@Z -?SetTransparentColor@CDIB@@QAAXK@Z -?SetType@WizardNode@@QAAXI@Z -?SetUserSelectedHideOOBELang@WizardUI@@QAAJPAG@Z -?SetUserSelectedKeyboardType@WizardUI@@QAAJPAG@Z -?SetUserSelectedLDId@WizardUI@@QAAJPAG@Z -?SetUserSelectedLocale@WizardUI@@QAAJPAG@Z -?SetUserSelectedTargetLanguage@WizardUI@@QAAJPAG@Z -?SetUserSelectedUILanguage@WizardUI@@QAAJPAG@Z -?SetWizUI@WizardNode@@QAAXPAVWizardUI@@@Z -?SetWizUI@WizardUI@@CAXPAV1@@Z -?Show@CWndObj@@UAAXK@Z -?Show@CWndObj@@UAAXXZ -?ShowError@LanguageSelectionDialogBase@@AAAHPAUHINSTANCE__@@K@Z -?ShowLanguageNeutralSelectionUI@LanguageNeutralSelectionDialogBase@@UAAHXZ -?ShowLanguageSelectionUI@LanguageSelectionDialogBase@@UAAHXZ -?ShowMigrationReport@@YAXPAUHINSTANCE__@@PAUHWND__@@IPBGI@Z -?ShowReadMoreWnd@@YAHPAUHINSTANCE__@@PAUHWND__@@IPBGI@Z -?ShowReadMoreWnd@@YAXPAUHINSTANCE__@@PAUHWND__@@III@Z -?ShowReadMoreWndHtml@@YAXPAUHINSTANCE__@@PAUHWND__@@IPBGI@Z -?ShowReadMoreWndHtmlFromResource@@YAXPAUHINSTANCE__@@PAUHWND__@@IPBG2I@Z -?ShowScreenWindow@WizardUI@@QAAXH@Z -?ShowUI@PageContainer@@QAAXPAUHWND__@@PAVWizardPage@@@Z -?ShowWindow@PageContainer@@QAAXH@Z -?ShowWindows@WizardUI@@AAAXXZ -?Size@CWndObj@@UAAXPAUtagSIZE@@@Z -?SleepMessageSafe@WizardUI@@QAAXK@Z -?SmartSetWindowText@@YAHPAUHWND__@@IV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SpanExcluding@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBG@Z -?SpanIncluding@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBG@Z -?SpwLoadBitmap@@YAPAUHBITMAP__@@PAUHINSTANCE__@@IHHI@Z -?Stack@WizardUI@@QAAPAVNavigationStack@@XZ -?Start@CAnimation@@QAAHXZ -?StartUI@WizardUI@@QAAHPBVProtoPageList@@@Z -?Stop@CAnimation@@QAAHXZ -?StorageWidthBytes@CDIB@@ABAKXZ -?StretchControlToWindow@@YAXPAUHWND__@@II@Z -?StringLength@?$CSimpleStringT@G$0A@@ATL@@SAHPBD@Z -?StringLength@?$CSimpleStringT@G$0A@@ATL@@SAHPBG@Z -?TearDown@PageContainer@@QAAXXZ -?TestHighcontrast@CHighContrast@@QAAXH@Z -?TextFitsInWindow@@YAJPAUHWND__@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?ThrowMemoryException@?$CSimpleStringT@G$0A@@ATL@@KAXXZ -?Tokenize@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBGAAH@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?Truncate@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?Uninit@CResourceModuleFactory@@QAAXXZ -?Unload@CDIB@@QAAXXZ -?UnlockBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?UnregisterObserver@CResourceModule@@QAAHPAUIResourceModuleEvent@@@Z -?Update@CWndObj@@UAAXXZ -?WMFree@CWndObj@@QAAXXZ -?WMHandler@CWndObj@@QAAJIIJ@Z -?WMInit@CWndObj@@QAAXPAUHWND__@@@Z -?WaitForMultipleObjectsMessageSafe@WizardUI@@QAAKKPBQAXHK@Z -?WaitForMultipleObjectsMessageSafeEx@WizardUI@@QAAKKPBQAXHKH@Z -?WaitForSingleObjectMessageSafe@WizardUI@@QAAKPAXK@Z -?WaitForSingleObjectMessageSafeEx@WizardUI@@QAAKPAXKH@Z -?WaitForUIEnd@WizardUI@@QAAHXZ -?WindowProc@CAttachDataDlg@@SAJPAUHWND__@@IIJ@Z -?WindowProc@CGenericNavWindow@@SAJPAUHWND__@@IIJ@Z -?WizardThreadProc@WizardUI@@CAKPAX@Z -?add_WexStyle@CWndObj@@UAAXK@Z -?add_WndStyle@CWndObj@@UAAXK@Z -?bLangUiShown@LanguageSelectionDialogBase@@0HA DATA -?bWeAllocatedInstance@Navigator@@0HA DATA -?clr_WexStyle@CWndObj@@UAAXK@Z -?clr_WndStyle@CWndObj@@UAAXK@Z -?dlgProc@@YAHPAUHWND__@@IIJ@Z -?getInstance@Navigator@@SAPAUINavigator@@XZ -?getInstance@Win32Navigator@@SAPAV1@XZ -?get_Alpha@CWndObj@@UAAKXZ -?get_BackColor@CWndObj@@UAAKXZ -?get_Class@CWndObj@@UAAPBGXZ -?get_ClsStyle@CWndObj@@UAAKXZ -?get_Cursor@CWndObj@@UAAPAUHICON__@@XZ -?get_Icon@CWndObj@@UAAPAUHICON__@@XZ -?get_Instance@CWndObj@@UAAPAUHINSTANCE__@@XZ -?get_Menu@CWndObj@@UAAPAUHMENU__@@XZ -?get_Parent@CWndObj@@UAAPAUHWND__@@XZ -?get_Position@CWndObj@@UAAPAUtagPOINT@@XZ -?get_Size@CWndObj@@UAAPAUtagSIZE@@XZ -?get_TextColor@CWndObj@@UAAKXZ -?get_Title@CWndObj@@UAAPBGXZ -?get_WexStyle@CWndObj@@UAAKXZ -?get_WndID@CWndObj@@UAAKXZ -?get_WndStyle@CWndObj@@UAAKXZ -?get_hWnd@CWndObj@@UAAPAUHWND__@@XZ -?instance@Navigator@@0PAUINavigator@@A DATA -?m_CurrentVariation@VariationWizStrategy@@1HA DATA -?m_CurrentVariation@WizardVariation@@0HA DATA -?m_hcInstance@CHighContrast@@0PAV1@A DATA -?m_instance@Win32Navigator@@0PAV1@A DATA -?s_OldLangNeutralLVProc@LanguageNeutralSelectionDialogBase@@0P6AJPAUHWND__@@IIJ@ZA DATA -?s_hbmpScreenBackgroundOld@WizardUI@@0PAUHBITMAP__@@A DATA -?s_hdcScreenBackground@WizardUI@@0PAUHDC__@@A DATA -?s_lInitialized@CCursor@@0JA DATA -?s_pCursor@CCursor@@0PAV1@A DATA -?s_pWizardUI@WizardUI@@0PAV1@A DATA -?s_szUiLanguage@CResourceModule@@0PAGA DATA -?setInstance@Navigator@@SAXPAUINavigator@@@Z -?set_Alpha@CWndObj@@UAAXK@Z -?set_BackColor@CWndObj@@UAAXK@Z -?set_Class@CWndObj@@UAAXPBG@Z -?set_ClsStyle@CWndObj@@UAAXK@Z -?set_Cursor@CWndObj@@UAAXPAUHICON__@@@Z -?set_Icon@CWndObj@@UAAXPAUHICON__@@@Z -?set_Instance@CWndObj@@UAAXPAUHINSTANCE__@@@Z -?set_Menu@CWndObj@@UAAXPAUHMENU__@@@Z -?set_Parent@CWndObj@@UAAXPAUHWND__@@@Z -?set_Position@CWndObj@@UAAXPAUtagPOINT@@@Z -?set_Size@CWndObj@@UAAXPAUtagSIZE@@@Z -?set_Template@CWndObj@@UAAXK@Z -?set_TextColor@CWndObj@@UAAXK@Z -?set_Title@CWndObj@@UAAXPBG@Z -?set_Type@CWndObj@@UAAXK@Z -?set_WexStyle@CWndObj@@UAAXK@Z -?set_WndID@CWndObj@@UAAXK@Z -?set_WndStyle@CWndObj@@UAAXK@Z -?utlGetCtlRect@@YAHPAUHWND__@@0PAUtagRECT@@@Z -?v_Chk@CAnimationControl@@AAAHK@Z -?v_Chk@CCtlText@@AAAHK@Z -?v_Chk@CWndObj@@AAAHK@Z -?v_Chk@NavigationStack@@AAAHK@Z -?v_Chk@PageContainer@@AAAHK@Z -?v_ChkStack@NavigationStack@@AAAHXZ -?v_Clr@CAnimationControl@@AAAXK@Z -?v_Clr@CCtlText@@AAAXK@Z -?v_Clr@CWndObj@@AAAXK@Z -?v_Clr@NavigationStack@@AAAXK@Z -?v_Clr@PageContainer@@AAAXK@Z -?v_ClrProps@CWndObj@@AAAXXZ -?v_CreatePage@PageContainer@@AAAXHH@Z -?v_DefWndProc@CWndObj@@AAAJIIJ@Z -?v_DestroyAllCachedPages@PageContainer@@AAAXXZ -?v_DlgCreate@CWndObj@@AAAHXZ -?v_DoPageChange@Win32Navigator@@AAAXW4Direction@@PAVWizardPage@@@Z -?v_GetHCBkColor@CHighContrast@@AAAKXZ -?v_InitSurface@AppWindow@@AAAXI@Z -?v_InitSurface@ScrWindow@@AAAXXZ -?v_IsRtf@CRichEditControl@@AAAHXZ -?v_IsValid@PIDStringView@@AAAHG@Z -?v_LoadLibrary@CResourceModule@@AAAPAUHINSTANCE__@@PBG0@Z -?v_MakePidString@PIDStringView@@AAAHXZ -?v_MakeValidString@PIDStringView@@AAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@PBG@Z -?v_NotifyObservers@CResourceModule@@AAAXXZ -?v_Register@CWndObj@@AAAHXZ -?v_ReleaseResource@CResourceModule@@AAAXPAUHINSTANCE__@@@Z -?v_Set@CAnimationControl@@AAAXK@Z -?v_Set@CCtlText@@AAAXK@Z -?v_Set@CWndObj@@AAAXK@Z -?v_Set@NavigationStack@@AAAXK@Z -?v_Set@PageContainer@@AAAXK@Z -?v_SetCurrentPageInternal@PageContainer@@AAAXHH@Z -?v_SetWindowTitle@AppWindow@@AAAXXZ -?v_SetWindowTitle@ScrWindow@@AAAXXZ -?v_Unload@CDrawBackground@@AAAXXZ -?v_Unregister@CWndObj@@AAAHXZ -?v_WndCreate@CWndObj@@AAAHXZ -?wndProc@@YAJPAUHWND__@@IIJ@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sqlsrv32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sqlsrv32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sqlsrv32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sqlsrv32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,97 +0,0 @@ -; -; Definition file of SQLSRV32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SQLSRV32.dll" -EXPORTS -SQLBindCol -SQLCancel -SQLColAttributeW -SQLConnectW -SQLDescribeColW -SQLDisconnect -SQLExecDirectW -SQLExecute -SQLFetch -SQLFreeStmt -SQLGetCursorNameW -SQLNumResultCols -SQLPrepareW -SQLRowCount -SQLSetCursorNameW -SQLBulkOperations -SQLColumnsW -SQLDriverConnectW -SQLGetConnectOptionW -SQLGetData -SQLGetFunctions -SQLGetInfoW -SQLGetTypeInfoW -SQLParamData -SQLPutData -SQLSetConnectOptionW -SQLSpecialColumnsW -SQLStatisticsW -SQLTablesW -SQLBrowseConnectW -SQLColumnPrivilegesW -SQLDescribeParam -SQLExtendedFetch -SQLForeignKeysW -SQLMoreResults -SQLNativeSqlW -SQLNumParams -SQLParamOptions -SQLPrimaryKeysW -SQLProcedureColumnsW -SQLProceduresW -SQLSetPos -SQLSetScrollOptions -SQLTablePrivilegesW -SQLBindParameter -SQLAllocHandle -SQLCloseCursor -SQLCopyDesc -SQLEndTran -SQLFreeHandle -SQLGetConnectAttrW -SQLGetDescFieldW -SQLGetDescRecW -SQLGetDiagFieldW -SQLGetDiagRecW -SQLGetEnvAttr -SQLGetStmtAttrW -SQLSetConnectAttrW -SQLSetDescFieldW -SQLSetDescRec -SQLSetEnvAttr -SQLSetStmtAttrW -SQLFetchScroll -LibMain -ConfigDSNW -ConfigDriverW -SQLDebug -BCP_batch -BCP_bind -BCP_colfmt -BCP_collen -BCP_colptr -BCP_columns -BCP_control -BCP_done -BCP_init -BCP_exec -BCP_moretext -BCP_sendrow -BCP_readfmt -BCP_writefmt -ConnectDlgProc -WizDSNDlgProc -WizIntSecurityDlgProc -WizDatabaseDlgProc -WizLanguageDlgProc -FinishDlgProc -TestDlgProc -BCP_getcolfmt -BCP_setcolfmt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/srvcli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/srvcli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/srvcli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/srvcli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -; -; Definition file of srvcli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "srvcli.dll" -EXPORTS -I_NetDfsGetVersion -I_NetServerSetServiceBits -I_NetServerSetServiceBitsEx -LocalAliasGet -LocalFileClose -LocalFileEnum -LocalFileEnumEx -LocalFileGetInfo -LocalFileGetInfoEx -LocalSessionDel -LocalSessionEnum -LocalSessionEnumEx -LocalSessionGetInfo -LocalSessionGetInfoEx -LocalShareAdd -LocalShareDelEx -LocalShareEnum -LocalShareEnumEx -LocalShareGetInfo -LocalShareGetInfoEx -LocalShareSetInfo -NetConnectionEnum -NetFileClose -NetFileEnum -NetFileGetInfo -NetRemoteTOD -NetServerAliasAdd -NetServerAliasDel -NetServerAliasEnum -NetServerComputerNameAdd -NetServerComputerNameDel -NetServerDiskEnum -NetServerGetInfo -NetServerSetInfo -NetServerStatisticsGet -NetServerTransportAdd -NetServerTransportAddEx -NetServerTransportDel -NetServerTransportEnum -NetSessionDel -NetSessionEnum -NetSessionGetInfo -NetShareAdd -NetShareCheck -NetShareDel -NetShareDelEx -NetShareDelSticky -NetShareEnum -NetShareEnumSticky -NetShareGetInfo -NetShareSetInfo -NetpsNameCanonicalize -NetpsNameCompare -NetpsNameValidate -NetpsPathCanonicalize -NetpsPathCompare -NetpsPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/srvsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/srvsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/srvsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/srvsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of srvsvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "srvsvc.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sspicli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sspicli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sspicli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sspicli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,107 +0,0 @@ -; -; Definition file of SspiCli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SspiCli.dll" -EXPORTS -SecDeleteUserModeContext -SecInitUserModeContext -SspiUnmarshalAuthIdentityInternal -AcceptSecurityContext -AcquireCredentialsHandleA -AcquireCredentialsHandleW -AddCredentialsA -AddCredentialsW -AddSecurityPackageA -AddSecurityPackageW -ApplyControlToken -ChangeAccountPasswordA -ChangeAccountPasswordW -CompleteAuthToken -CredMarshalTargetInfo -CredUnmarshalTargetInfo -DecryptMessage -DeleteSecurityContext -DeleteSecurityPackageA -DeleteSecurityPackageW -EncryptMessage -EnumerateSecurityPackagesA -EnumerateSecurityPackagesW -ExportSecurityContext -FreeContextBuffer -FreeCredentialsHandle -GetSecurityUserInfo -GetUserNameExA -GetUserNameExW -ImpersonateSecurityContext -ImportSecurityContextA -ImportSecurityContextW -InitSecurityInterfaceA -InitSecurityInterfaceW -InitializeSecurityContextA -InitializeSecurityContextW -LogonUserExExW -LsaCallAuthenticationPackage -LsaConnectUntrusted -LsaDeregisterLogonProcess -LsaEnumerateLogonSessions -LsaFreeReturnBuffer -LsaGetLogonSessionData -LsaLogonUser -LsaLookupAuthenticationPackage -LsaRegisterLogonProcess -LsaRegisterPolicyChangeNotification -LsaUnregisterPolicyChangeNotification -MakeSignature -QueryContextAttributesA -QueryContextAttributesW -QueryCredentialsAttributesA -QueryCredentialsAttributesW -QuerySecurityContextToken -QuerySecurityPackageInfoA -QuerySecurityPackageInfoW -RevertSecurityContext -SaslAcceptSecurityContext -SaslEnumerateProfilesA -SaslEnumerateProfilesW -SaslGetContextOption -SaslGetProfilePackageA -SaslGetProfilePackageW -SaslIdentifyPackageA -SaslIdentifyPackageW -SaslInitializeSecurityContextA -SaslInitializeSecurityContextW -SaslSetContextOption -SealMessage -SecCacheSspiPackages -SeciAllocateAndSetCallFlags -SeciAllocateAndSetIPAddress -SeciFreeCallContext -SeciIsProtectedUser -SetContextAttributesA -SetContextAttributesW -SetCredentialsAttributesA -SetCredentialsAttributesW -SspiCompareAuthIdentities -SspiCopyAuthIdentity -SspiDecryptAuthIdentity -SspiDecryptAuthIdentityEx -SspiEncodeAuthIdentityAsStrings -SspiEncodeStringsAsAuthIdentity -SspiEncryptAuthIdentity -SspiEncryptAuthIdentityEx -SspiExcludePackage -SspiFreeAuthIdentity -SspiGetComputerNameForSPN -SspiGetTargetHostName -SspiIsAuthIdentityEncrypted -SspiLocalFree -SspiMarshalAuthIdentity -SspiPrepareForCredRead -SspiPrepareForCredWrite -SspiUnmarshalAuthIdentity -SspiValidateAuthIdentity -SspiZeroAuthIdentity -UnsealMessage -VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/streamci.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/streamci.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/streamci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/streamci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -; -; Definition file of streamci.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "streamci.dll" -EXPORTS -StreamingDeviceClassInstaller -StreamingDeviceRemove -StreamingDeviceRemoveA -StreamingDeviceRemoveW -StreamingDeviceSetup -StreamingDeviceSetupA -StreamingDeviceSetupW -SwEnumCoInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/swprv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/swprv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/swprv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/swprv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of swprv.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "swprv.DLL" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/sxs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/sxs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/sxs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/sxs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Definition file of sxs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "sxs.dll" -EXPORTS -SxsFindClrClassInformation -SxsFindClrSurrogateInformation -SxsLookupClrGuid -SxsRunDllInstallAssembly -SxsRunDllInstallAssemblyW -SxspGenerateManifestPathOnAssemblyIdentity -CreateAssemblyCache -CreateAssemblyNameObject -SxsBeginAssemblyInstall -SxsEndAssemblyInstall -SxsGenerateActivationContext -SxsInstallW -SxsOleAut32MapConfiguredClsidToReferenceClsid -SxsOleAut32MapIIDOrCLSIDToTypeLibrary -SxsOleAut32MapIIDToProxyStubCLSID -SxsOleAut32MapIIDToTLBPath -SxsOleAut32MapReferenceClsidToConfiguredClsid -SxsOleAut32RedirectTypeLibrary -SxsProbeAssemblyInstallation -SxsQueryManifestInformation -SxsUninstallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/syncengine.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/syncengine.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/syncengine.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/syncengine.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -; -; Definition file of SyncEngine.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SyncEngine.DLL" -EXPORTS -??0ScenarioQosConnectingToWns@QoS@@QAA@ABV01@@Z -??0ScenarioQosConnectingToWns@QoS@@QAA@XZ -??0ScenarioQosCreatingSubscription@QoS@@QAA@ABV01@@Z -??0ScenarioQosCreatingSubscription@QoS@@QAA@XZ -??0ScenarioQosPlatWrapper@QoS@@QAA@ABV01@@Z -??0ScenarioQosStartup@QoS@@QAA@ABV01@@Z -??0ScenarioQosStartup@QoS@@QAA@XZ -??0ScenarioQosWrapper@QoS@@QAA@ABV01@@Z -??1ScenarioQosConnectingToWns@QoS@@UAA@XZ -??1ScenarioQosCreatingSubscription@QoS@@UAA@XZ -??1ScenarioQosStartup@QoS@@UAA@XZ -??4ScenarioQosConnectingToWns@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosCreatingSubscription@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosPlatWrapper@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosStartup@QoS@@QAAAAV01@ABV01@@Z -??4ScenarioQosWrapper@QoS@@QAAAAV01@ABV01@@Z -??_7ScenarioQosConnectingToWns@QoS@@6B@ DATA -??_7ScenarioQosCreatingSubscription@QoS@@6B@ DATA -??_7ScenarioQosPlatWrapper@QoS@@6B@ DATA -??_7ScenarioQosStartup@QoS@@6B@ DATA -??_7ScenarioQosWrapper@QoS@@6B@ DATA -?CreateSyncEngine@SyncEngineClientWrapper@@YAJPAPAUISyncEngine@@@Z -?DefaultOrMostSevereErrorTypeRecorded@ScenarioQosWrapper@QoS@@QAA?AW4_ErrorType@Bici@@W434@@Z -?GetApiId@ScenarioQosWrapper@QoS@@IAA?AW4_ApiId@Bici@@XZ -?GetEventProviderGuid@SyncEngineClientWrapper@@YAPBU_GUID@@XZ -?GetMostSevereErrorTypeRecorded@ScenarioQosWrapper@QoS@@QAA?AW4_ErrorType@Bici@@XZ -?GetRecordInfoForSetSelectiveSyncStatusEntry@SyncEngineClientWrapper@@YAJPAPAUIRecordInfo@@@Z -?InstallSyncEnginePerformanceCounters@SyncEngineClientWrapper@@YAJXZ -?RegisterAppShutdownCallback@SyncEngineClientWrapper@@YAXP6AXPAX@Z0@Z -?RegisterSyncEngineCOMServer@SyncEngineClientWrapper@@YAJXZ -?ReportAssertInfo@SyncEngineClientWrapper@@YAXPBG0I00@Z -?UninstallSyncEnginePerformanceCounters@SyncEngineClientWrapper@@YAJXZ -?UnregisterSyncEngineCOMServer@SyncEngineClientWrapper@@YAJXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/synchostps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/synchostps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/synchostps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/synchostps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SyncHostPS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SyncHostPS.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/synchronization.mri mingw-w64-6.0.0/mingw-w64-crt/libarm32/synchronization.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/synchronization.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/synchronization.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,4 @@ +CREATE libarm32/libsynchronization.a +ADDLIB libarm32/libapi-ms-win-core-synch-l1-2-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/syncinfrastructureps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/syncinfrastructureps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/syncinfrastructureps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/syncinfrastructureps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of SyncInfrastructurePS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SyncInfrastructurePS.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/t2embed.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/t2embed.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/t2embed.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/t2embed.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -; -; Definition file of t2embed.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "t2embed.dll" -EXPORTS -TTCharToUnicode -TTDeleteEmbeddedFont -TTEmbedFont -TTEmbedFontEx -TTEmbedFontFromFileA -TTEnableEmbeddingForFacename -TTGetEmbeddedFontInfo -TTGetEmbeddingType -TTGetNewFontName -TTIsEmbeddingEnabled -TTIsEmbeddingEnabledForFacename -TTLoadEmbeddedFont -TTRunValidationTests -TTRunValidationTestsEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,285 +0,0 @@ -; -; Definition file of TAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TAPI32.dll" -EXPORTS -GetTapi16CallbackMsg -LAddrParamsInited -LOpenDialAsst -LocWizardDlgProc -MMCAddProvider -MMCConfigProvider -MMCGetAvailableProviders -MMCGetDeviceFlags -MMCGetLineInfo -MMCGetLineStatus -MMCGetPhoneInfo -MMCGetPhoneStatus -MMCGetProviderList -MMCGetServerConfig -MMCInitialize -MMCRemoveProvider -MMCSetLineInfo -MMCSetPhoneInfo -MMCSetServerConfig -MMCShutdown -NonAsyncEventThread -TAPIWndProc -TUISPIDLLCallback -internalConfig -internalCreateDefLocation -internalNewLocationW -internalPerformance -internalRemoveLocation -internalRenameLocationW -lineAccept -lineAddProvider -lineAddProviderA -lineAddProviderW -lineAddToConference -lineAgentSpecific -lineAnswer -lineBlindTransfer -lineBlindTransferA -lineBlindTransferW -lineClose -lineCompleteCall -lineCompleteTransfer -lineConfigDialog -lineConfigDialogA -lineConfigDialogEdit -lineConfigDialogEditA -lineConfigDialogEditW -lineConfigDialogW -lineConfigProvider -lineCreateAgentA -lineCreateAgentSessionA -lineCreateAgentSessionW -lineCreateAgentW -lineDeallocateCall -lineDevSpecific -lineDevSpecificFeature -lineDial -lineDialA -lineDialW -lineDrop -lineForward -lineForwardA -lineForwardW -lineGatherDigits -lineGatherDigitsA -lineGatherDigitsW -lineGenerateDigits -lineGenerateDigitsA -lineGenerateDigitsW -lineGenerateTone -lineGetAddressCaps -lineGetAddressCapsA -lineGetAddressCapsW -lineGetAddressID -lineGetAddressIDA -lineGetAddressIDW -lineGetAddressStatus -lineGetAddressStatusA -lineGetAddressStatusW -lineGetAgentActivityListA -lineGetAgentActivityListW -lineGetAgentCapsA -lineGetAgentCapsW -lineGetAgentGroupListA -lineGetAgentGroupListW -lineGetAgentInfo -lineGetAgentSessionInfo -lineGetAgentSessionList -lineGetAgentStatusA -lineGetAgentStatusW -lineGetAppPriority -lineGetAppPriorityA -lineGetAppPriorityW -lineGetCallInfo -lineGetCallInfoA -lineGetCallInfoW -lineGetCallStatus -lineGetConfRelatedCalls -lineGetCountry -lineGetCountryA -lineGetCountryW -lineGetDevCaps -lineGetDevCapsA -lineGetDevCapsW -lineGetDevConfig -lineGetDevConfigA -lineGetDevConfigW -lineGetGroupListA -lineGetGroupListW -lineGetID -lineGetIDA -lineGetIDW -lineGetIcon -lineGetIconA -lineGetIconW -lineGetLineDevStatus -lineGetLineDevStatusA -lineGetLineDevStatusW -lineGetMessage -lineGetNewCalls -lineGetNumRings -lineGetProviderList -lineGetProviderListA -lineGetProviderListW -lineGetProxyStatus -lineGetQueueInfo -lineGetQueueListA -lineGetQueueListW -lineGetRequest -lineGetRequestA -lineGetRequestW -lineGetStatusMessages -lineGetTranslateCaps -lineGetTranslateCapsA -lineGetTranslateCapsW -lineHandoff -lineHandoffA -lineHandoffW -lineHold -lineInitialize -lineInitializeExA -lineInitializeExW -lineMakeCall -lineMakeCallA -lineMakeCallW -lineMonitorDigits -lineMonitorMedia -lineMonitorTones -lineNegotiateAPIVersion -lineNegotiateExtVersion -lineOpen -lineOpenA -lineOpenW -linePark -lineParkA -lineParkW -linePickup -linePickupA -linePickupW -linePrepareAddToConference -linePrepareAddToConferenceA -linePrepareAddToConferenceW -lineProxyMessage -lineProxyResponse -lineRedirect -lineRedirectA -lineRedirectW -lineRegisterRequestRecipient -lineReleaseUserUserInfo -lineRemoveFromConference -lineRemoveProvider -lineSecureCall -lineSendUserUserInfo -lineSetAgentActivity -lineSetAgentGroup -lineSetAgentMeasurementPeriod -lineSetAgentSessionState -lineSetAgentState -lineSetAgentStateEx -lineSetAppPriority -lineSetAppPriorityA -lineSetAppPriorityW -lineSetAppSpecific -lineSetCallData -lineSetCallParams -lineSetCallPrivilege -lineSetCallQualityOfService -lineSetCallTreatment -lineSetCurrentLocation -lineSetDevConfig -lineSetDevConfigA -lineSetDevConfigW -lineSetLineDevStatus -lineSetMediaControl -lineSetMediaMode -lineSetNumRings -lineSetQueueMeasurementPeriod -lineSetStatusMessages -lineSetTerminal -lineSetTollList -lineSetTollListA -lineSetTollListW -lineSetupConference -lineSetupConferenceA -lineSetupConferenceW -lineSetupTransfer -lineSetupTransferA -lineSetupTransferW -lineShutdown -lineSwapHold -lineTranslateAddress -lineTranslateAddressA -lineTranslateAddressW -lineTranslateDialog -lineTranslateDialogA -lineTranslateDialogW -lineUncompleteCall -lineUnhold -lineUnpark -lineUnparkA -lineUnparkW -phoneClose -phoneConfigDialog -phoneConfigDialogA -phoneConfigDialogW -phoneDevSpecific -phoneGetButtonInfo -phoneGetButtonInfoA -phoneGetButtonInfoW -phoneGetData -phoneGetDevCaps -phoneGetDevCapsA -phoneGetDevCapsW -phoneGetDisplay -phoneGetGain -phoneGetHookSwitch -phoneGetID -phoneGetIDA -phoneGetIDW -phoneGetIcon -phoneGetIconA -phoneGetIconW -phoneGetLamp -phoneGetMessage -phoneGetRing -phoneGetStatus -phoneGetStatusA -phoneGetStatusMessages -phoneGetStatusW -phoneGetVolume -phoneInitialize -phoneInitializeExA -phoneInitializeExW -phoneNegotiateAPIVersion -phoneNegotiateExtVersion -phoneOpen -phoneSetButtonInfo -phoneSetButtonInfoA -phoneSetButtonInfoW -phoneSetData -phoneSetDisplay -phoneSetGain -phoneSetHookSwitch -phoneSetLamp -phoneSetRing -phoneSetStatusMessages -phoneSetVolume -phoneShutdown -tapiGetLocationInfo -tapiGetLocationInfoA -tapiGetLocationInfoW -tapiRequestDrop -tapiRequestMakeCall -tapiRequestMakeCallA -tapiRequestMakeCallW -tapiRequestMediaCall -tapiRequestMediaCallA -tapiRequestMediaCallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapilua.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapilua.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapilua.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapilua.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of tapilua.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "tapilua.DLL" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapiperf.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapiperf.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tapiperf.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tapiperf.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of TAPIPERF.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TAPIPERF.dll" -EXPORTS -CloseTapiPerformanceData -CollectTapiPerformanceData -OpenTapiPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tbs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tbs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tbs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tbs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Definition file of tbs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "tbs.dll" -EXPORTS -Tbsi_Create_Attestation_From_Log -Tbsi_Get_TCG_Logs -GetDeviceID -GetDeviceIDString -GetDeviceIDWithTimeout -Tbsi_Context_Create -Tbsi_FilterLog -Tbsi_GetDeviceInfo -Tbsi_Get_OwnerAuth -Tbsi_Get_TCG_Log -Tbsi_Physical_Presence_Command -Tbsi_Revoke_Attestation -Tbsi_ShaHash -Tbsip_Cancel_Commands -Tbsip_Context_Close -Tbsip_Submit_Command -Tbsip_Submit_Command_NonBlocking -Tbsip_TestMorBit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tcpmon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tcpmon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tcpmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tcpmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -; -; Definition file of TCPMON.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TCPMON.dll" -EXPORTS -??0CPortABC@@QAA@ABV0@@Z -??0CPortABC@@QAA@XZ -??0CTcpMibABC@@QAA@ABV0@@Z -??0CTcpMibABC@@QAA@XZ -??1CPortABC@@UAA@XZ -??1CTcpMibABC@@UAA@XZ -??4CPortABC@@QAAAAV0@ABV0@@Z -??4CTcpMibABC@@QAAAAV0@ABV0@@Z -??_7CPortABC@@6B@ DATA -??_7CTcpMibABC@@6B@ DATA -?Read@CPortABC@@UAAKQAXPAEKPAK@Z -InitializePrintMonitor2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tdh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tdh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tdh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tdh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -; -; Definition file of tdh.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "tdh.dll" -EXPORTS -TdhAggregatePayloadFilters -TdhApplyPayloadFilter -TdhCleanupPayloadEventFilterDescriptor -TdhCloseDecodingHandle -TdhCreatePayloadFilter -TdhDeletePayloadFilter -TdhEnumerateManifestProviderEvents -TdhEnumerateProviderFieldInformation -TdhEnumerateProviderFilters -TdhEnumerateProviders -TdhEnumerateRemoteWBEMProviderFieldInformation -TdhEnumerateRemoteWBEMProviders -TdhFormatProperty -TdhGetAllEventsInformation -TdhGetDecodingParameter -TdhGetEventInformation -TdhGetEventMapInformation -TdhGetManifestEventInformation -TdhGetProperty -TdhGetPropertyOffsetAndSize -TdhGetPropertySize -TdhGetWppMessage -TdhGetWppProperty -TdhLoadManifest -TdhLoadManifestFromBinary -TdhOpenDecodingHandle -TdhQueryProviderFieldInformation -TdhQueryRemoteWBEMProviderFieldInformation -TdhSetDecodingParameter -TdhUnloadManifest -TdhValidatePayloadFilter diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/traffic.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/traffic.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/traffic.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/traffic.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of TRAFFIC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TRAFFIC.dll" -EXPORTS -TcAddFilter -TcAddFlow -TcCloseInterface -TcDeleteFilter -TcDeleteFlow -TcDeregisterClient -TcEnumerateFlows -TcEnumerateInterfaces -TcGetFlowNameA -TcGetFlowNameW -TcGetInterfaceList -TcModifyFlow -TcOpenInterfaceA -TcOpenInterfaceW -TcQueryFlowA -TcQueryFlowW -TcQueryInterface -TcRegisterClient -TcSetFlowA -TcSetFlowW -TcSetInterface -TcSetSocketFlow diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/tsbyuv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/tsbyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/tsbyuv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/tsbyuv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of TSBYUV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TSBYUV.dll" -EXPORTS -DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/twinapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/twinapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/twinapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/twinapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -; -; Definition file of TWINAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "TWINAPI.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ord_12 @12 -ord_13 @13 -ord_14 @14 -ord_15 @15 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/txfw32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/txfw32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/txfw32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/txfw32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of txfw32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "txfw32.dll" -EXPORTS -TxfGetThreadMiniVersionForCreate -TxfLogCreateFileReadContext -TxfLogCreateRangeReadContext -TxfLogDestroyReadContext -TxfLogReadRecords -TxfLogRecordGetFileName -TxfLogRecordGetGenericType -TxfReadMetadataInfo -TxfSetThreadMiniVersionForCreate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ucrt.mri mingw-w64-6.0.0/mingw-w64-crt/libarm32/ucrt.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ucrt.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ucrt.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +CREATE libarm32/libucrt.a +ADDLIB libarm32/libapi-ms-win-crt-conio-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-convert-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-environment-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-filesystem-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-heap-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-locale-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-math-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-multibyte-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-private-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-process-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-runtime-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-stdio-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-string-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-time-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-crt-utility-l1-1-0.a +ADDLIB libarm32/libucrt_extra.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/udwm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/udwm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/udwm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/udwm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of udwm.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "udwm.dll" -EXPORTS -ord_101 @101 -ord_102 @102 -ord_103 @103 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ulib.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ulib.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ulib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ulib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,453 +0,0 @@ -; -; Definition file of ulib.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "ulib.dll" -EXPORTS -??0ADMINFILEPRIVS@@QAA@XZ -??0ARGUMENT_LEXEMIZER@@QAA@XZ -??0ARRAY@@QAA@XZ -??0BDSTRING@@QAA@ABV0@@Z -??0BDSTRING@@QAA@XZ -??0BITVECTOR@@QAA@XZ -??0BSTRING@@IAA@XZ -??0BSTRING@@QAA@ABV0@@Z -??0BYTE_STREAM@@QAA@XZ -??0CHKDSK_MESSAGE@@QAA@XZ -??0CLASS_DESCRIPTOR@@QAA@XZ -??0COMM_DEVICE@@QAA@XZ -??0CONT_MEM@@QAA@XZ -??0DSTRING@@QAA@ABV0@@Z -??0DSTRING@@QAA@XZ -??0FLAG_ARGUMENT@@QAA@XZ -??0FSN_FILTER@@QAA@XZ -??0FSTRING@@QAA@ABV0@@Z -??0FSTRING@@QAA@XZ -??0HMEM@@QAA@XZ -??0ITERATOR@@IAA@XZ -??0ITERATOR@@QAA@ABV0@@Z -??0KEYBOARD@@QAA@XZ -??0LIST@@QAA@XZ -??0LONG_ARGUMENT@@QAA@XZ -??0MEM_ALLOCATOR@@QAA@XZ -??0MEM_BLOCK_MGR@@QAA@XZ -??0MESSAGE@@QAA@XZ -??0MESSAGE_ID_COUNT@@QAA@XZ -??0MULTIPLE_PATH_ARGUMENT@@QAA@XZ -??0OBJECT@@IAA@XZ -??0OBJECT@@QAA@ABV0@@Z -??0PATH@@QAA@XZ -??0PATH_ARGUMENT@@QAA@XZ -??0PRINT_STREAM@@QAA@XZ -??0PROGRAM@@IAA@XZ -??0REST_OF_LINE_ARGUMENT@@QAA@XZ -??0SCREEN@@QAA@XZ -??0SORTED_LIST@@QAA@XZ -??0STREAM_MESSAGE@@QAA@XZ -??0STRING_ARGUMENT@@QAA@XZ -??0STRING_ARRAY@@QAA@XZ -??0TIMEINFO@@QAA@XZ -??0TIMEINFO_ARGUMENT@@QAA@XZ -??0WSTRING@@IAA@XZ -??0WSTRING@@QAA@ABV0@@Z -??1ADMINFILEPRIVS@@QAA@XZ -??1ARGUMENT_LEXEMIZER@@UAA@XZ -??1ARRAY@@UAA@XZ -??1BDSTRING@@UAA@XZ -??1BITVECTOR@@UAA@XZ -??1BSTRING@@UAA@XZ -??1BYTE_STREAM@@UAA@XZ -??1CHKDSK_MESSAGE@@UAA@XZ -??1COMM_DEVICE@@UAA@XZ -??1DSTRING@@UAA@XZ -??1FSN_FILTER@@UAA@XZ -??1FSTRING@@UAA@XZ -??1HMEM@@UAA@XZ -??1ITERATOR@@UAA@XZ -??1LIST@@UAA@XZ -??1MEM_ALLOCATOR@@UAA@XZ -??1MEM_BLOCK_MGR@@UAA@XZ -??1MESSAGE@@UAA@XZ -??1MESSAGE_ID_COUNT@@UAA@XZ -??1MULTIPLE_PATH_ARGUMENT@@UAA@XZ -??1OBJECT@@UAA@XZ -??1PATH@@UAA@XZ -??1PATH_ARGUMENT@@UAA@XZ -??1PRINT_STREAM@@UAA@XZ -??1PROGRAM@@UAA@XZ -??1SCREEN@@UAA@XZ -??1SORTED_LIST@@UAA@XZ -??1STREAM_MESSAGE@@UAA@XZ -??1STRING_ARGUMENT@@UAA@XZ -??1TIMEINFO_ARGUMENT@@UAA@XZ -??1WSTRING@@UAA@XZ -??4BDSTRING@@QAAAAV0@ABV0@@Z -??4BSTRING@@QAAAAV0@ABV0@@Z -??4DSTRING@@QAAAAV0@ABV0@@Z -??4FSTRING@@QAAAAV0@ABV0@@Z -??4ITERATOR@@QAAAAV0@ABV0@@Z -??4OBJECT@@QAAAAV0@ABV0@@Z -??4WSTRING@@QAAAAV0@ABV0@@Z -??8WSTRING@@QBAEABV0@@Z -??9WSTRING@@QBAEABV0@@Z -??MTIMEINFO@@QBAEV0@@Z -??MWSTRING@@QBAEABV0@@Z -??NWSTRING@@QBAEABV0@@Z -??OTIMEINFO@@QBAEV0@@Z -??OWSTRING@@QBAEABV0@@Z -??PWSTRING@@QBAEABV0@@Z -??_7BDSTRING@@6B@ DATA -??_7BSTRING@@6B@ DATA -??_7DSTRING@@6B@ DATA -??_7FSTRING@@6B@ DATA -??_7ITERATOR@@6B@ DATA -??_7OBJECT@@6B@ DATA -??_7WSTRING@@6B@ DATA -?Acquire@CONT_MEM@@UAAPAXKK@Z -?Acquire@HMEM@@UAAPAXKK@Z -?Alloc@MEM_BLOCK_MGR@@QAAPAXXZ -?Allocate@MEM_ALLOCATOR@@QAAPAXK@Z -?AnalyzePath@PATH@@QAA?AW4PATH_ANALYZE_CODE@@PAVWSTRING@@PAV1@0@Z -?AppendBase@PATH@@QAAEPBVWSTRING@@E@Z -?AppendDelimiter@PATH@@QAAEXZ -?AppendString@PATH@@QAAEPBVWSTRING@@@Z -?Cast@FILE_STREAM@@SAPAV1@PBVOBJECT@@@Z -?Cast@KEYBOARD@@SAPAV1@PBVOBJECT@@@Z -?Cast@SCREEN@@SAPAV1@PBVOBJECT@@@Z -?ChangeScreenSize@SCREEN@@QAAEGGPAE@Z -?CharNextW@MBSTR@@SAPADPAD@Z -?CheckSpace@WSTRING@@CAHPAG@Z -?CommitState@COMM_DEVICE@@QAAEXZ -?Compare@OBJECT@@UBAJPBV1@@Z -?ComputeCountSet@BITVECTOR@@ABAKXZ -?Construct@BDSTRING@@AAAXXZ -?Construct@BSTRING@@IAAXXZ -?Construct@DSTRING@@AAAXXZ -?Construct@OBJECT@@IAAXXZ -?Construct@WSTRING@@IAAXXZ -?ConvertOemToUnicodeN@WSTRING@@CAEPAGKPAKPADK@Z -?ConvertToLocal@TIMEINFO@@QAAEXZ -?ConvertToUTC@TIMEINFO@@QAAEXZ -?ConvertUnicodeToOemN@WSTRING@@CAEPADKPAKPAGK@Z -?Copy@FSN_FILE@@QBAEPAVPATH@@PAW4_COPY_ERROR@@KP6AKT_LARGE_INTEGER@@222KKPAX33@Z3PAH@Z -?CreateDirectoryPath@FSN_DIRECTORY@@QBAPAV1@PBVPATH@@@Z -?DeleteAllMembers@ARRAY@@UAAEXZ -?DeleteAllMembers@SEQUENTIAL_CONTAINER@@UAAEXZ -?DeleteAllMembers@SORTED_LIST@@UAAEXZ -?DeleteChAt@BSTRING@@QAAXKK@Z -?DeleteChAt@WSTRING@@QAAXKK@Z -?DeleteDirectory@FSN_DIRECTORY@@QAAEXZ -?DeleteOldest@SVILOGFILES@@QAAEXZ -?DisableBreakHandling@KEYBOARD@@SAEXZ -?DisableLineMode@KEYBOARD@@QAAEXZ -?Display@MESSAGE@@QAAEPBDZZ -?DisplayMessage@PROGRAM@@UBAEKW4MESSAGE_TYPE@@@Z -?DisplayMessage@PROGRAM@@UBAEKW4MESSAGE_TYPE@@PADZZ -?DisplayMsg@MESSAGE@@QAAEK@Z -?DisplayMsg@MESSAGE@@QAAEKPBDZZ -?DisplayMsg@MESSAGE@@QAAEKW4MESSAGE_TYPE@@K@Z -?DisplayMsg@MESSAGE@@QAAEKW4MESSAGE_TYPE@@KPBDZZ -?DisplaySystemError@SYSTEM@@SAXKH@Z -?DoNotRestoreConsoleMode@KEYBOARD@@UAAXXZ -?DoParsing@ARGUMENT_LEXEMIZER@@QAAEPAVARRAY@@@Z -?DoesNodeMatch@FSN_FILTER@@QAAEPAVFSNODE@@@Z -?DumpDataToLog@MESSAGE@@QAAEPAXK@Z -?EnableBreakHandling@KEYBOARD@@SAEXZ -?EnableLineMode@KEYBOARD@@QAAEXZ -?EnablePrivileges@ADMINFILEPRIVS@@QAAJXZ -?EndsWithDelimiter@PATH@@QBAEXZ -?EraseScreen@SCREEN@@QAAEXZ -?EraseScreenAndResetAttribute@SCREEN@@QAAEXZ -?ExitProgram@PROGRAM@@SAXK@Z -?Export@@YAEPAVARRAY@@P6AEPAXKEPADZZ1@Z -?Fatal@PROGRAM@@UBAXKKPADZZ -?Fatal@PROGRAM@@UBAXXZ -?FileExport@SQMEXPORT@@SAEPAXKEPADZZ -?FillAndReadByte@BYTE_STREAM@@AAAEPAE@Z -?FindFirstFileW@@YAPAXPBVPATH@@PAU_WIN32_FIND_DATAW@@@Z -?FindNext@ITERATOR@@UAAPAVOBJECT@@PBV2@@Z -?Flush@KEYBOARD@@QAAEXZ -?Free@MEM_BLOCK_MGR@@QAAEPAX@Z -?FreeLibraryHandle@SYSTEM@@SAXPAX@Z -?GetAt@ARRAY@@UBAPAVOBJECT@@K@Z -?GetClassDescriptor@OBJECT@@QBAPBVCLASS_DESCRIPTOR@@XZ -?GetCompareArgument@ARRAY@@SAPAVOBJECT@@PAX@Z -?GetFileSecurityBackup@SYSTEM@@SAEPBVPATH@@KPAU_SECURITY_ATTRIBUTES@@PAK@Z -?GetHandleNewLogFile@SVILOGFILES@@QAAEPAPAX@Z -?GetLexeme@ARGUMENT@@QAAPAVWSTRING@@XZ -?GetLexemeAt@ARGUMENT_LEXEMIZER@@QAAPAVWSTRING@@K@Z -?GetNext@FSN_DIRECTORY@@QAAPAVFSNODE@@PAPAXPAK@Z -?GetPFlagBreak@KEYBOARD@@QBAQAHXZ -?GetPattern@ARGUMENT@@QAAPAVWSTRING@@XZ -?GetStandardError@PROGRAM@@UAAPAVSTREAM@@XZ -?GetStandardInput@PROGRAM@@UAAPAVSTREAM@@XZ -?GetStandardOutput@PROGRAM@@UAAPAVSTREAM@@XZ -?GetWSTR@WSTRING@@QBAPBGXZ -?Get_Standard_Error_Stream@@YAPAVSTREAM@@XZ -?Get_Standard_Input_Stream@@YAPAVSTREAM@@XZ -?Get_Standard_Output_Stream@@YAPAVSTREAM@@XZ -?GotABreak@KEYBOARD@@SAEXZ -?HasWildCard@PATH@@QBAEXZ -?Initialize@ARGUMENT_LEXEMIZER@@QAAEPAVARRAY@@@Z -?Initialize@ARRAY@@QAAEKK@Z -?Initialize@BITVECTOR@@QAAEKW4BIT@@PAK@Z -?Initialize@BITVECTOR@@QAAXPAKK@Z -?Initialize@BSTRING@@QAAEPBDK@Z -?Initialize@BSTRING@@QAAEXZ -?Initialize@BYTE_STREAM@@QAAEPAVSTREAM@@K@Z -?Initialize@CHKDSK_MESSAGE@@QAAEPAVSTREAM@@00@Z -?Initialize@CLASS_DESCRIPTOR@@QAAEXZ -?Initialize@COMM_DEVICE@@QAAEPBVPATH@@PAE@Z -?Initialize@CONT_MEM@@QAAEPAXK@Z -?Initialize@FLAG_ARGUMENT@@QAAEPAD@Z -?Initialize@FLAG_ARGUMENT@@QAAEPAVWSTRING@@@Z -?Initialize@FSN_FILTER@@QAAEXZ -?Initialize@FSTRING@@QAAPAVWSTRING@@PAGK@Z -?Initialize@HMEM@@QAAEXZ -?Initialize@KEYBOARD@@QAAEEE@Z -?Initialize@LIST@@QAAEXZ -?Initialize@LONG_ARGUMENT@@QAAEPAD@Z -?Initialize@MEM_ALLOCATOR@@QAAE_KK@Z -?Initialize@MEM_BLOCK_MGR@@QAAEKK@Z -?Initialize@MESSAGE@@QAAEXZ -?Initialize@MULTIPLE_PATH_ARGUMENT@@QAAEPADEE@Z -?Initialize@PATH@@QAAEPBGE@Z -?Initialize@PATH@@QAAEPBV1@E@Z -?Initialize@PATH@@QAAEPBVWSTRING@@E@Z -?Initialize@PATH_ARGUMENT@@QAAEPADE@Z -?Initialize@PRINT_STREAM@@QAAEPBVPATH@@@Z -?Initialize@PROGRAM@@QAAEKKK@Z -?Initialize@REST_OF_LINE_ARGUMENT@@QAAEXZ -?Initialize@SCREEN@@QAAEXZ -?Initialize@SORTED_LIST@@QAAEE@Z -?Initialize@STREAM_MESSAGE@@QAAEPAVSTREAM@@00@Z -?Initialize@STRING_ARGUMENT@@QAAEPAD@Z -?Initialize@STRING_ARRAY@@QAAEKKK@Z -?Initialize@SVILOGFILES@@QAAEPBG00K@Z -?Initialize@TIMEINFO@@QAAEPAU_FILETIME@@@Z -?Initialize@TIMEINFO@@QAAEXZ -?Initialize@TIMEINFO@@QAAXPBV1@@Z -?Initialize@TIMEINFO_ARGUMENT@@QAAEPAD@Z -?Initialize@WSTRING@@QAAEJ@Z -?Initialize@WSTRING@@QAAEPBDK@Z -?Initialize@WSTRING@@QAAEPBGK@Z -?Initialize@WSTRING@@QAAEPBV1@KK@Z -?Initialize@WSTRING@@QAAEXZ -?Insert@ARRAY@@QAAEPAVOBJECT@@K@Z -?Insert@LIST@@QAAEPAVOBJECT@@PAVITERATOR@@@Z -?InsertString@WSTRING@@QAAEKPBV1@KK@Z -?IsCorrectVersion@SYSTEM@@SAEXZ -?IsDrive@PATH@@QBAEXZ -?IsEmpty@FSN_DIRECTORY@@QBAEXZ -?IsGuidVolName@PATH@@QAAEXZ -?IsInAutoChk@MESSAGE@@UAAEXZ -?IsInSetup@MESSAGE@@UAAEXZ -?IsKeyAvailable@KEYBOARD@@QBAEPAE@Z -?IsKeyPressed@MESSAGE@@UAAEKK@Z -?IsLoggingEnabled@MESSAGE@@QAAEXZ -?IsSameClass@OBJECT@@QBAEPBV1@@Z -?IsSameObject@OBJECT@@QBAEPBV1@@Z -?IsSuppressedMessage@MESSAGE@@UAAEE@Z -?IsValueSet@ARGUMENT@@QAAEXZ -?IsYesResponse@CHKDSK_MESSAGE@@UAAEE@Z -?IsYesResponse@MESSAGE@@UAAEE@Z -?IsYesResponse@STREAM_MESSAGE@@UAAEE@Z -?Lock@MESSAGE@@QAAXXZ -?Log@MESSAGE@@QAAEPBDZZ -?LogMessage@MESSAGE@@QAAEPBVWSTRING@@@Z -?LogMsg@MESSAGE@@QAAEK@Z -?LogMsg@MESSAGE@@QAAEKPBDZZ -?LogOnly@MESSAGE@@QAAEXZ -?MakeDirectory@SYSTEM@@SAPAVFSN_DIRECTORY@@PBVPATH@@0PAW4_COPY_ERROR@@P6AKT_LARGE_INTEGER@@222KKPAX33@Z3PAHK@Z -?MakeFile@SYSTEM@@SAPAVFSN_FILE@@PBVPATH@@@Z -?MakeFileToken@MESSAGE@@SA_KPBD@Z -?MakeTemporaryFile@SYSTEM@@SAPAVFSN_FILE@@PBVWSTRING@@PBVPATH@@@Z -?ModifyName@PATH@@QAAEPBVWSTRING@@@Z -?MoveCursorTo@SCREEN@@QAAEGG@Z -?NewBuf@BDSTRING@@UAAEK@Z -?NewBuf@DSTRING@@UAAEK@Z -?NewBuf@FSTRING@@UAAEK@Z -?NewLogFileName@SVILOGFILES@@QAAEPAVWSTRING@@@Z -?NextChar@BSTRING@@QAAKK@Z -?OrderedInsert@ARRAY@@QAAEPAVOBJECT@@PAPAX@Z -?OrderedSearch@ARRAY@@QAAPAVOBJECT@@PAV2@PAPAX@Z -?PathWasTooBig@PATH@@QAAEXZ -?PrepareToParse@ARGUMENT_LEXEMIZER@@QAAEPAVWSTRING@@@Z -?Put@ARRAY@@UAAEPAVOBJECT@@@Z -?Put@LIST@@UAAEPAVOBJECT@@@Z -?Put@SORTED_LIST@@UAAEPAVOBJECT@@@Z -?PutMultipleSwitch@ARGUMENT_LEXEMIZER@@QAAXPBD@Z -?PutMultipleSwitch@ARGUMENT_LEXEMIZER@@QAAXPBVWSTRING@@@Z -?PutSeparators@ARGUMENT_LEXEMIZER@@QAAXPBD@Z -?PutString@BSTRING@@IAAXPADK@Z -?PutString@WSTRING@@IAAXPAG@Z -?PutString@WSTRING@@IAAXPAGK@Z -?PutSwitches@ARGUMENT_LEXEMIZER@@QAAXPBD@Z -?PutSwitches@ARGUMENT_LEXEMIZER@@QAAXPBVWSTRING@@@Z -?QueryByteCount@WSTRING@@QBAKXZ -?QueryChAt@WSTRING@@QBAGK@Z -?QueryChCount@BSTRING@@QBAKXZ -?QueryChCount@WSTRING@@QBAKXZ -?QueryClassId@OBJECT@@QBAKXZ -?QueryCodePage@SCREEN@@QAAKXZ -?QueryComponentArray@PATH@@QBAPAVARRAY@@PAV2@@Z -?QueryCurrentDosDriveName@SYSTEM@@SAEPAVWSTRING@@@Z -?QueryDate@TIMEINFO@@QBAEPAVWSTRING@@@Z -?QueryDirectory@SYSTEM@@SAPAVFSN_DIRECTORY@@PBVPATH@@E@Z -?QueryDriveType@SYSTEM@@SA?AW4DRIVE_TYPE@@PBVWSTRING@@@Z -?QueryEnvironmentVariable@SYSTEM@@SAPAVWSTRING@@PBV2@@Z -?QueryFile@SYSTEM@@SAPAVFSN_FILE@@PBVPATH@@EPAE@Z -?QueryFileType@SYSTEM@@SA?AW4FILE_TYPE@@PBVWSTRING@@@Z -?QueryFsnodeArray@FSN_DIRECTORY@@QBAPAVARRAY@@PAVFSN_FILTER@@@Z -?QueryFullPath@PATH@@QBAPAV1@XZ -?QueryFullPathString@PATH@@QBAPAVWSTRING@@XZ -?QueryGuidString@PATH@@QAAPAVWSTRING@@PAV2@PAE0@Z -?QueryInvalidArgument@ARGUMENT_LEXEMIZER@@QAAPAVWSTRING@@XZ -?QueryIterator@ARRAY@@UBAPAVITERATOR@@XZ -?QueryIterator@LIST@@UBAPAVITERATOR@@XZ -?QueryIterator@SORTED_LIST@@UBAPAVITERATOR@@XZ -?QueryLibraryEntryPoint@SYSTEM@@SAP6AHXZPBVWSTRING@@0PAPAX@Z -?QueryLocalTimeFromUTime@SYSTEM@@SAEPBVTIMEINFO@@PAV2@@Z -?QueryMemberCount@ARRAY@@UBAKXZ -?QueryMemberCount@LIST@@UBAKXZ -?QueryMemberCount@SORTED_LIST@@UBAKXZ -?QueryMountPointPath@PATH@@QAAPAV1@XZ -?QueryNextLibraryEntryPoint@SYSTEM@@SAP6AHXZPAXPBVWSTRING@@@Z -?QueryNextLoggedMessage@MESSAGE@@QAAEPAVFSTRING@@@Z -?QueryNumber@WSTRING@@QBAEPAJKK@Z -?QueryPackedLog@MESSAGE@@QAAEPAVHMEM@@PAK@Z -?QueryPath@PATH@@QBAPAV1@XZ -?QueryResetBit@BITVECTOR@@QBAEKK@Z -?QueryResourceString@BASE_SYSTEM@@SAEPAVWSTRING@@KPBDZZ -?QueryResourceStringV@BASE_SYSTEM@@SAEPAVWSTRING@@KPBDPAD@Z -?QueryRoot@PATH@@QAAPAVWSTRING@@XZ -?QuerySTR@BSTRING@@QBAPADKKPADKE@Z -?QuerySTR@WSTRING@@QBAPADKKPADKE@Z -?QueryScreenSize@SCREEN@@QBAXPAG000@Z -?QuerySetBit@BITVECTOR@@QBAEKK@Z -?QueryStream@FSN_FILE@@QAAPAVFILE_STREAM@@W4STREAMACCESS@@K@Z -?QueryString@WSTRING@@QBAPAV1@KK@Z -?QueryStringInput@MESSAGE@@UAAEPAVWSTRING@@@Z -?QuerySystemDirectory@SYSTEM@@SAPAVPATH@@XZ -?QueryTime@TIMEINFO@@QBAEPAVWSTRING@@@Z -?QueryTimeOut@COMM_DEVICE@@QBAEXZ -?QueryVolumeLabel@SYSTEM@@SAPAVWSTRING@@PAVPATH@@PAU_VOL_SERIAL_NUMBER@@@Z -?QueryWCExpansion@PATH@@QAAPAV1@PAV1@@Z -?QueryWSTR@WSTRING@@QBAPAGKKPAGKE@Z -?QueryWindowsErrorMessage@SYSTEM@@SAEKPAVWSTRING@@@Z -?ReadAt@FILE_STREAM@@QAAEPAEK_JW4SEEKORIGIN@@PAK@Z -?ReadLine@STREAM@@QAAEPAVWSTRING@@E@Z -?ReadMbLine@STREAM@@QAAEPADKPAKEK@Z -?ReadWLine@STREAM@@QAAEPAGKPAKEK@Z -?Remove@ARRAY@@UAAPAVOBJECT@@PAVITERATOR@@@Z -?RemoveAt@ARRAY@@UAAPAVOBJECT@@K@Z -?RemoveNode@SYSTEM@@SAEPAPAVFSNODE@@E@Z -?Replace@WSTRING@@QAAEKKPBV1@KK@Z -?ReplaceWithChars@BSTRING@@QAAEKKDK@Z -?ReplaceWithChars@WSTRING@@QAAEKKGK@Z -?ResetBit@BITVECTOR@@QAAXKK@Z -?ResetConversions@WSTRING@@SAXXZ -?ResetLoggingIterator@MESSAGE@@QAAXXZ -?Resize@BDSTRING@@UAAEK@Z -?Resize@DSTRING@@UAAEK@Z -?Resize@FSTRING@@UAAEK@Z -?Resize@HMEM@@QAAEKK@Z -?RestorePrivileges@ADMINFILEPRIVS@@QAAJXZ -?SPrintf@DSTRING@@UAAEPBGZZ -?SPrintf@FSTRING@@UAAEPBGZZ -?SPrintfAppend@DSTRING@@UAAEPBGZZ -?SPrintfAppend@FSTRING@@UAAEPBGZZ -?SPrintfWorker@DSTRING@@AAAEPBGPAD@Z -?SearchPathW@SYSTEM@@SAPAVPATH@@PAVWSTRING@@0@Z -?SelectResponse@MESSAGE@@UAAKKZZ -?Set@CHKDSK_MESSAGE@@UAAEKW4MESSAGE_TYPE@@K@Z -?Set@STREAM_MESSAGE@@UAAEKW4MESSAGE_TYPE@@K@Z -?SetAllowSwitchGlomming@ARGUMENT_LEXEMIZER@@QAAXE@Z -?SetAnsiConversions@WSTRING@@SAXXZ -?SetAttributes@FSNODE@@QAAEKPAK@Z -?SetAttributes@FSN_FILTER@@QAAEKKK@Z -?SetBaudRate@COMM_DEVICE@@QAAEK@Z -?SetBit@BITVECTOR@@QAAXKK@Z -?SetCaseSensitive@ARGUMENT_LEXEMIZER@@QAAXE@Z -?SetChAt@WSTRING@@QAAGGK@Z -?SetClassDescriptor@OBJECT@@IAAXPBVCLASS_DESCRIPTOR@@@Z -?SetCodePage@SCREEN@@QAAEK@Z -?SetConsoleConversions@WSTRING@@SAXXZ -?SetDataBits@COMM_DEVICE@@QAAEK@Z -?SetDevice@PATH@@QAAEPBVWSTRING@@@Z -?SetDotsOnly@MESSAGE@@UAAEE@Z -?SetDtrControl@COMM_DEVICE@@QAAEW4DTR_CONTROL@@@Z -?SetFileName@FSN_FILTER@@QAAEPBD@Z -?SetFileName@FSN_FILTER@@QAAEPBVWSTRING@@@Z -?SetIdsr@COMM_DEVICE@@QAAEE@Z -?SetLogOnly@MESSAGE@@QAAEE@Z -?SetLoggingEnabled@MESSAGE@@QAAXE@Z -?SetName@PATH@@QAAEPBVWSTRING@@@Z -?SetNoSpcBetweenDstAndSwitch@ARGUMENT_LEXEMIZER@@QAAXE@Z -?SetOcts@COMM_DEVICE@@QAAEE@Z -?SetOdsr@COMM_DEVICE@@QAAEE@Z -?SetOemConversions@WSTRING@@SAXXZ -?SetOutputCodePage@SCREEN@@QAAEK@Z -?SetParity@COMM_DEVICE@@QAAEW4PARITY@@@Z -?SetRtsControl@COMM_DEVICE@@QAAEW4RTS_CONTROL@@@Z -?SetSize@BITVECTOR@@QAAKKW4BIT@@@Z -?SetStopBits@COMM_DEVICE@@QAAEW4STOPBITS@@@Z -?SetTimeInfo@FSN_FILTER@@QAAEPBVTIMEINFO@@W4FSN_TIME@@G@Z -?SetTimeOut@COMM_DEVICE@@QAAEE@Z -?SetXon@COMM_DEVICE@@QAAEE@Z -?ShiftLogs@SVILOGFILES@@QAAEPBG@Z -?SkipWhite@WSTRING@@SAPAGPAG@Z -?Sort@ARRAY@@UAAEE@Z -?Sort@ARRAY@@UAAEP6AHPAX0@Z@Z -?Sort@STRING_ARRAY@@UAAEE@Z -?Split@WSTRING@@QBAEPAVARRAY@@PBV1@E@Z -?SqmExport@CHKDSK_MESSAGE@@UAAEP6AEPAXKEPADZZ0@Z -?SqmExport@SQMEXPORT@@SAEPAXKEPADZZ -?SqmExportOnError@SQMEXPORT@@SAXKKEE_KU_GUID@@@Z -?Strcat@WSTRING@@QAAEPBG@Z -?Strcat@WSTRING@@QAAEPBV1@@Z -?Strchr@BSTRING@@QBAKDK@Z -?Strchr@WSTRING@@QBAKGK@Z -?Strcmp@WSTRING@@QBAJPBV1@@Z -?Strcmp@WSTRING@@QBAJPBV1@K@Z -?Strcmp@WSTRING@@QBAJPBV1@KKKK@Z -?Strcmp@WSTRING@@SAHPAG0@Z -?Strcmpis@MBSTR@@SAHPAD0@Z -?Strcmpis@WSTRING@@SAHPAG0@Z -?Strcmps@MBSTR@@SAHPAD0@Z -?Strcmps@WSTRING@@SAHPAG0@Z -?Strcspn@WSTRING@@QBAKPBV1@K@Z -?Stricmp@MBSTR@@SAHPAD0@Z -?Stricmp@WSTRING@@QBAJPBV1@@Z -?Stricmp@WSTRING@@QBAJPBV1@K@Z -?Stricmp@WSTRING@@QBAJPBV1@KKKK@Z -?Stricmp@WSTRING@@SAHPAG0@Z -?Strlwr@WSTRING@@QAAPAV1@KK@Z -?Strlwr@WSTRING@@QAAPAV1@XZ -?Strrchr@WSTRING@@QBAKGK@Z -?Strspn@WSTRING@@QBAKPBV1@K@Z -?Strstr@MBSTR@@SAPADPAD0@Z -?Strstr@WSTRING@@QBAKPBV1@@Z -?Strupr@WSTRING@@QAAPAV1@KK@Z -?Strupr@WSTRING@@QAAPAV1@XZ -?SyncLength@WSTRING@@QAAKXZ -?TrackMsgId@@YAXPAVARRAY@@K@Z -?Traverse@FSN_DIRECTORY@@QBAEPAXPAVFSN_FILTER@@PAVPATH@@P6AE0PAVFSNODE@@2@Z@Z -?Truncate@WSTRING@@QAAKK@Z -?TruncateBase@PATH@@QAAEXZ -?TruncateDelimiter@PATH@@QAAXXZ -?TruncateNameAtColon@PATH@@QAAXXZ -?UlibRealloc@@YAPAXPAXK@Z -?Unlock@MESSAGE@@QAAXXZ -?UploadSqmFromFile@SQMEXPORT@@SAEPAX@Z -?Usage@PROGRAM@@UBAXXZ -?UseAlternateName@FSNODE@@QAAEXZ -?ValidateVersion@PROGRAM@@UBAXKK@Z -?WaitForUserSignal@MESSAGE@@UAAEXZ -?WorkOnReparsePoint@FSNODE@@QAAEE@Z -?WriteByte@STREAM@@QAAEE@Z -?_UseAnsiConversions@WSTRING@@0EA DATA -?_UseAnsiConversionsPrev@WSTRING@@0EA DATA -?_UseConsoleConversions@WSTRING@@0EA DATA -?_UseConsoleConversionsPrev@WSTRING@@0EA DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/umdmxfrm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/umdmxfrm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/umdmxfrm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/umdmxfrm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of umdmxfrm.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "umdmxfrm.dll" -EXPORTS -GetXformInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/unimdmat.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/unimdmat.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/unimdmat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/unimdmat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -; -; Definition file of UNIMDMAT.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UNIMDMAT.dll" -EXPORTS -UmInitializeModemDriver -UmDeinitializeModemDriver -UmOpenModem -UmCloseModem -UmInitModem -UmMonitorModem -UmAnswerModem -UmDialModem -UmHangupModem -UmGenerateDigit -UmSetSpeakerPhoneState -UmDuplicateDeviceHandle -UmAbortCurrentModemCommand -UmSetPassthroughMode -UmIssueCommand -UmWaveAction -UmLogStringA -UmGetDiagnostics -UmLogDiagnostics diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/uniplat.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/uniplat.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/uniplat.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/uniplat.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -; -; Definition file of uniplat.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "uniplat.dll" -EXPORTS -UmPlatformInitialize -UmPlatformDeinitialize -UnimodemReadFileEx -UnimodemWriteFileEx -UnimodemDeviceIoControlEx -UnimodemWaitCommEventEx -UnimodemQueueUserAPC -CreateUnimodemTimer -FreeUnimodemTimer -SetUnimodemTimer -CancelUnimodemTimer -CreateOverStructPool -DestroyOverStructPool -AllocateOverStructEx -FreeOverStruct -ReinitOverStruct -SyncDeviceIoControl -WinntIsWorkstation -UnimodemNotifyTSP -StartMonitorThread -StopMonitorThread -MonitorHandle -StopMonitoringHandle -CallBeginning -CallEnding -ResetCallCount diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/upnp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/upnp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/upnp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/upnp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of UPnP.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UPnP.DLL" -EXPORTS -HrRehydratorCreateServiceObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ureg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ureg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ureg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ureg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of UREG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UREG.dll" -EXPORTS -??0REGISTRY@@QAA@XZ -??0REGISTRY_KEY_INFO@@QAA@XZ -??0REGISTRY_VALUE_ENTRY@@QAA@XZ -??1REGISTRY@@UAA@XZ -?AddValueEntry@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVREGISTRY_VALUE_ENTRY@@EPAK@Z -?CreateKey@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@1PAKE@Z -?DeleteKey@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVWSTRING@@PAK@Z -?DeleteValueEntry@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVWSTRING@@PAK@Z -?DoesKeyExist@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVWSTRING@@1PAK@Z -?DoesValueExist@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVWSTRING@@11PAK@Z -?EnableRootNotification@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAXKE@Z -?Initialize@REGISTRY@@QAAEPBVWSTRING@@PAK@Z -?Initialize@REGISTRY_KEY_INFO@@QAAEPBVWSTRING@@0K0PAU_SECURITY_ATTRIBUTES@@@Z -?Initialize@REGISTRY_VALUE_ENTRY@@QAAEPBVWSTRING@@KW4_REG_TYPE@@PBEK@Z -?IsAccessAllowed@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@KPAK@Z -?LoadHive@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVWSTRING@@PAK@Z -?QueryKeyInfo@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVWSTRING@@1PAVREGISTRY_KEY_INFO@@PAK@Z -?QueryKeySecurity@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVREGISTRY_KEY_INFO@@KPAPAXPAK@Z -?QuerySubKeysInfo@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVWSTRING@@1PAVARRAY@@PAK@Z -?QueryValues@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PBVWSTRING@@1PAVARRAY@@PAK@Z -?RestoreKeyFromFile@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVWSTRING@@EPAK@Z -?SaveKeyToFile@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PBVWSTRING@@PAK@Z -?SetKeySecurity@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@KPAXPAKE@Z -?UnLoadHive@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PAK@Z -?UpdateKeyInfo@REGISTRY@@QAAEW4_PREDEFINED_KEY@@PAVREGISTRY_KEY_INFO@@PAK@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/url.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/url.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/url.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/url.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -; -; Definition file of URL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "URL.dll" -EXPORTS -ord_101 @101 -AddMIMEFileTypesPS -AutodialHookCallback -FileProtocolHandler -FileProtocolHandlerA -InetIsOffline -MIMEAssociationDialogA -MIMEAssociationDialogW -MailToProtocolHandler -MailToProtocolHandlerA -OpenURL -OpenURLA -TelnetProtocolHandler -TelnetProtocolHandlerA -TranslateURLA -TranslateURLW -URLAssociationDialogA -URLAssociationDialogW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/usbmon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/usbmon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/usbmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/usbmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of USBMON.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "USBMON.DLL" -EXPORTS -ord_342 @342 -InitializePrintMonitor2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/user32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/user32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/user32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/user32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,969 +0,0 @@ -; -; Definition file of USER32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "USER32.dll" -EXPORTS -ord_1502 @1502 -ActivateKeyboardLayout -AddClipboardFormatListener -AdjustWindowRect -AdjustWindowRectEx -AlignRects -AllowForegroundActivation -AllowSetForegroundWindow -AnimateWindow -AnyPopup -AppendMenuA -AppendMenuW -ArrangeIconicWindows -AttachThreadInput -BeginDeferWindowPos -BeginPaint -BlockInput -BringWindowToTop -BroadcastSystemMessage -BroadcastSystemMessageA -BroadcastSystemMessageExA -BroadcastSystemMessageExW -BroadcastSystemMessageW -BuildReasonArray -CalcMenuBar -CalculatePopupWindowPosition -CallMsgFilter -CallMsgFilterA -CallMsgFilterW -CallNextHookEx -CallWindowProcA -CallWindowProcW -CancelShutdown -CascadeChildWindows -CascadeWindows -ChangeClipboardChain -ChangeDisplaySettingsA -ChangeDisplaySettingsExA -ChangeDisplaySettingsExW -ChangeDisplaySettingsW -ChangeMenuA -ChangeMenuW -ChangeWindowMessageFilter -ChangeWindowMessageFilterEx -CharLowerA -CharLowerBuffA -CharLowerBuffW -CharLowerW -ord_1550 @1550 -ord_1551 @1551 -ord_1552 @1552 -ord_1553 @1553 -ord_1554 @1554 -CharNextA -CharNextExA -CharNextW -CharPrevA -CharPrevExA -CharPrevW -CharToOemA -CharToOemBuffA -CharToOemBuffW -CharToOemW -CharUpperA -CharUpperBuffA -CharUpperBuffW -CharUpperW -CheckDBCSEnabledExt -CheckDlgButton -CheckMenuItem -CheckMenuRadioItem -CheckProcessForClipboardAccess -CheckProcessSession -CheckRadioButton -CheckWindowThreadDesktop -ChildWindowFromPoint -ChildWindowFromPointEx -CliImmSetHotKey -ClientThreadSetup -ClientToScreen -ClipCursor -CloseClipboard -CloseDesktop -CloseGestureInfoHandle -CloseTouchInputHandle -CloseWindow -CloseWindowStation -ConsoleControl -ControlMagnification -CopyAcceleratorTableA -CopyAcceleratorTableW -CopyIcon -CopyImage -CopyRect -CountClipboardFormats -CreateAcceleratorTableA -CreateAcceleratorTableW -CreateCaret -CreateCursor -CreateDCompositionHwndTarget -CreateDesktopA -CreateDesktopExA -CreateDesktopExW -CreateDesktopW -CreateDialogIndirectParamA -CreateDialogIndirectParamAorW -CreateDialogIndirectParamW -CreateDialogParamA -CreateDialogParamW -CreateIcon -CreateIconFromResource -CreateIconFromResourceEx -CreateIconIndirect -CreateMDIWindowA -CreateMDIWindowW -CreateMenu -CreatePopupMenu -CreateSystemThreads -CreateWindowExA -CreateWindowExW -CreateWindowInBand -CreateWindowIndirect -CreateWindowStationA -CreateWindowStationW -CsrBroadcastSystemMessageExW -CtxInitUser32 -DdeAbandonTransaction -DdeAccessData -DdeAddData -DdeClientTransaction -DdeCmpStringHandles -DdeConnect -DdeConnectList -DdeCreateDataHandle -DdeCreateStringHandleA -DdeCreateStringHandleW -DdeDisconnect -DdeDisconnectList -DdeEnableCallback -DdeFreeDataHandle -DdeFreeStringHandle -DdeGetData -DdeGetLastError -DdeGetQualityOfService -DdeImpersonateClient -DdeInitializeA -DdeInitializeW -DdeKeepStringHandle -DdeNameService -DdePostAdvise -DdeQueryConvInfo -DdeQueryNextServer -DdeQueryStringA -DdeQueryStringW -DdeReconnect -DdeSetQualityOfService -DdeSetUserHandle -DdeUnaccessData -DdeUninitialize -DefDlgProcA -DefDlgProcW -DefFrameProcA -DefFrameProcW -DefMDIChildProcA -DefMDIChildProcW -DefRawInputProc -DefWindowProcA -DefWindowProcW -DeferWindowPos -DeferWindowPosAndBand -DeleteMenu -DeregisterShellHookWindow -DestroyAcceleratorTable -DestroyCaret -DestroyCursor -DestroyDCompositionHwndTarget -DestroyIcon -DestroyMenu -DestroyReasons -DestroyWindow -DialogBoxIndirectParamA -DialogBoxIndirectParamAorW -DialogBoxIndirectParamW -DialogBoxParamA -DialogBoxParamW -DisableProcessWindowsGhosting -DispatchMessageA -DispatchMessageW -DisplayConfigGetDeviceInfo -DisplayConfigSetDeviceInfo -DisplayExitWindowsWarnings -DlgDirListA -DlgDirListComboBoxA -DlgDirListComboBoxW -DlgDirListW -DlgDirSelectComboBoxExA -DlgDirSelectComboBoxExW -DlgDirSelectExA -DlgDirSelectExW -DoSoundConnect -DoSoundDisconnect -DragDetect -DragObject -DrawAnimatedRects -DrawCaption -DrawCaptionTempA -DrawCaptionTempW -DrawEdge -DrawFocusRect -DrawFrame -DrawFrameControl -DrawIcon -DrawIconEx -DrawMenuBar -DrawMenuBarTemp -DrawStateA -DrawStateW -DrawTextA -DrawTextExA -DrawTextExW -DrawTextW -DwmGetDxSharedSurface -DwmGetRemoteSessionOcclusionEvent -DwmGetRemoteSessionOcclusionState -DwmLockScreenUpdates -DwmStartRedirection -DwmStopRedirection -DwmValidateWindow -EditWndProc -EmptyClipboard -EnableMenuItem -EnableMouseInPointer -EnableScrollBar -EnableSessionForMMCSS -EnableWindow -EndDeferWindowPos -EndDeferWindowPosEx -EndDialog -EndMenu -EndPaint -EndTask -EnterReaderModeHelper -EnumChildWindows -EnumClipboardFormats -EnumDesktopWindows -EnumDesktopsA -EnumDesktopsW -EnumDisplayDevicesA -EnumDisplayDevicesW -EnumDisplayMonitors -EnumDisplaySettingsA -EnumDisplaySettingsExA -EnumDisplaySettingsExW -EnumDisplaySettingsW -EnumPropsA -EnumPropsExA -EnumPropsExW -EnumPropsW -EnumThreadWindows -EnumWindowStationsA -EnumWindowStationsW -EnumWindows -EqualRect -EvaluateProximityToPolygon -EvaluateProximityToRect -ExcludeUpdateRgn -ExitWindowsEx -FillRect -FindWindowA -FindWindowExA -FindWindowExW -FindWindowW -FlashWindow -FlashWindowEx -FrameRect -FreeDDElParam -FrostCrashedWindow -GetActiveWindow -GetAltTabInfo -GetAltTabInfoA -GetAltTabInfoW -GetAncestor -GetAppCompatFlags -GetAppCompatFlags2 -GetAsyncKeyState -GetAutoRotationState -GetCIMSSM -GetCapture -GetCaretBlinkTime -GetCaretPos -GetClassInfoA -GetClassInfoExA -GetClassInfoExW -GetClassInfoW -GetClassLongA -GetClassLongW -GetClassNameA -GetClassNameW -GetClassWord -GetClientRect -GetClipCursor -GetClipboardAccessToken -GetClipboardData -GetClipboardFormatNameA -GetClipboardFormatNameW -GetClipboardOwner -GetClipboardSequenceNumber -GetClipboardViewer -GetComboBoxInfo -GetCurrentInputMessageSource -GetCursor -GetCursorFrameInfo -GetCursorInfo -GetCursorPos -GetDC -GetDCEx -GetDesktopID -GetDesktopWindow -GetDialogBaseUnits -GetDisplayAutoRotationPreferences -GetDisplayConfigBufferSizes -GetDlgCtrlID -GetDlgItem -GetDlgItemInt -GetDlgItemTextA -GetDlgItemTextW -GetDoubleClickTime -GetDpiForMonitorInternal -GetFocus -GetForegroundWindow -GetGUIThreadInfo -GetGestureConfig -GetGestureExtraArgs -GetGestureInfo -GetGuiResources -GetIconInfo -GetIconInfoExA -GetIconInfoExW -GetInputDesktop -GetInputLocaleInfo -GetInputState -GetInternalWindowPos -GetKBCodePage -GetKeyNameTextA -GetKeyNameTextW -GetKeyState -GetKeyboardLayout -GetKeyboardLayoutList -GetKeyboardLayoutNameA -GetKeyboardLayoutNameW -GetKeyboardState -GetKeyboardType -GetLastActivePopup -GetLastInputInfo -GetLayeredWindowAttributes -GetListBoxInfo -GetMagnificationDesktopColorEffect -GetMagnificationDesktopMagnification -GetMagnificationLensCtxInformation -GetMenu -GetMenuBarInfo -GetMenuCheckMarkDimensions -GetMenuContextHelpId -GetMenuDefaultItem -GetMenuInfo -GetMenuItemCount -GetMenuItemID -GetMenuItemInfoA -GetMenuItemInfoW -GetMenuItemRect -GetMenuState -GetMenuStringA -GetMenuStringW -GetMessageA -GetMessageExtraInfo -GetMessagePos -GetMessageTime -GetMessageW -GetMonitorInfoA -GetMonitorInfoW -GetMouseMovePointsEx -GetNextDlgGroupItem -GetNextDlgTabItem -GetOpenClipboardWindow -GetParent -GetPhysicalCursorPos -GetPointerCursorId -GetPointerDevice -GetPointerDeviceCursors -GetPointerDeviceProperties -GetPointerDeviceRects -GetPointerDevices -GetPointerFrameInfo -GetPointerFrameInfoHistory -GetPointerFramePenInfo -GetPointerFramePenInfoHistory -GetPointerFrameTouchInfo -GetPointerFrameTouchInfoHistory -GetPointerInfo -GetPointerInfoHistory -GetPointerInputTransform -GetPointerPenInfo -GetPointerPenInfoHistory -GetPointerTouchInfo -GetPointerTouchInfoHistory -GetPointerType -GetPriorityClipboardFormat -GetProcessDefaultLayout -GetProcessDpiAwarenessInternal -GetProcessWindowStation -GetProgmanWindow -GetPropA -GetPropW -GetQueueStatus -GetRawInputBuffer -GetRawInputData -GetRawInputDeviceInfoA -GetRawInputDeviceInfoW -GetRawInputDeviceList -GetRawPointerDeviceData -GetReasonTitleFromReasonCode -GetRegisteredRawInputDevices -GetScrollBarInfo -GetScrollInfo -GetScrollPos -GetScrollRange -GetSendMessageReceiver -GetShellWindow -GetSubMenu -GetSysColor -GetSysColorBrush -GetSystemMenu -GetSystemMetrics -GetTabbedTextExtentA -GetTabbedTextExtentW -GetTaskmanWindow -GetThreadDesktop -GetTitleBarInfo -GetTopLevelWindow -GetTopWindow -GetTouchInputInfo -GetUnpredictedMessagePos -GetUpdateRect -GetUpdateRgn -GetUpdatedClipboardFormats -GetUserObjectInformationA -GetUserObjectInformationW -GetUserObjectSecurity -GetWinStationInfo -GetWindow -GetWindowBand -GetWindowCompositionAttribute -GetWindowCompositionInfo -GetWindowContextHelpId -GetWindowDC -GetWindowDisplayAffinity -GetWindowFeedbackSetting -GetWindowInfo -GetWindowLongA -GetWindowLongW -GetWindowMinimizeRect -GetWindowModuleFileName -GetWindowModuleFileNameA -GetWindowModuleFileNameW -GetWindowPlacement -GetWindowRect -GetWindowRgn -GetWindowRgnBox -GetWindowRgnEx -GetWindowTextA -GetWindowTextLengthA -GetWindowTextLengthW -GetWindowTextW -GetWindowThreadProcessId -GetWindowWord -GhostWindowFromHungWindow -GrayStringA -GrayStringW -HideCaret -HiliteMenuItem -HungWindowFromGhostWindow -IMPGetIMEA -IMPGetIMEW -IMPQueryIMEA -IMPQueryIMEW -IMPSetIMEA -IMPSetIMEW -ImpersonateDdeClientWindow -InSendMessage -InSendMessageEx -InflateRect -InitializeLpkHooks -InitializeTouchInjection -InjectTouchInput -InsertMenuA -InsertMenuItemA -InsertMenuItemW -InsertMenuW -InternalGetWindowIcon -ord_2001 @2001 -ord_2002 @2002 -InternalGetWindowText -IntersectRect -ord_2005 @2005 -InvalidateRect -InvalidateRgn -InvertRect -IsCharAlphaA -ord_2010 @2010 -IsCharAlphaNumericA -IsCharAlphaNumericW -IsCharAlphaW -IsCharLowerA -IsCharLowerW -IsCharUpperA -IsCharUpperW -IsChild -IsClipboardFormatAvailable -IsDialogMessage -IsDialogMessageA -IsDialogMessageW -IsDlgButtonChecked -IsGUIThread -IsHungAppWindow -IsIconic -IsImmersiveProcess -IsInDesktopWindowBand -IsMenu -IsMouseInPointerEnabled -IsProcessDPIAware -IsQueueAttached -IsRectEmpty -IsSETEnabled -IsServerSideWindow -IsThreadDesktopComposited -IsTopLevelWindow -IsTouchWindow -IsWinEventHookInstalled -IsWindow -IsWindowEnabled -IsWindowInDestroy -IsWindowRedirectedForPrint -IsWindowUnicode -IsWindowVisible -IsWow64Message -IsZoomed -KillTimer -LoadAcceleratorsA -LoadAcceleratorsW -LoadBitmapA -LoadBitmapW -LoadCursorA -LoadCursorFromFileA -LoadCursorFromFileW -LoadCursorW -LoadIconA -LoadIconW -LoadImageA -LoadImageW -LoadKeyboardLayoutA -LoadKeyboardLayoutEx -LoadKeyboardLayoutW -LoadLocalFonts -LoadMenuA -LoadMenuIndirectA -LoadMenuIndirectW -LoadMenuW -LoadRemoteFonts -LoadStringA -LoadStringW -LockSetForegroundWindow -LockWindowStation -LockWindowUpdate -LockWorkStation -LogicalToPhysicalPoint -LogicalToPhysicalPointForPerMonitorDPI -LookupIconIdFromDirectory -LookupIconIdFromDirectoryEx -MBToWCSEx -MBToWCSExt -MB_GetString -MapDialogRect -MapVirtualKeyA -MapVirtualKeyExA -MapVirtualKeyExW -MapVirtualKeyW -MapWindowPoints -MenuItemFromPoint -MenuWindowProcA -MenuWindowProcW -MessageBeep -MessageBoxA -MessageBoxExA -MessageBoxExW -MessageBoxIndirectA -MessageBoxIndirectW -MessageBoxTimeoutA -MessageBoxTimeoutW -MessageBoxW -ModifyMenuA -ModifyMenuW -MonitorFromPoint -MonitorFromRect -MonitorFromWindow -MoveWindow -MsgWaitForMultipleObjects -MsgWaitForMultipleObjectsEx -NotifyOverlayWindow -NotifyWinEvent -OemKeyScan -OemToCharA -OemToCharBuffA -OemToCharBuffW -OemToCharW -OffsetRect -OpenClipboard -OpenDesktopA -OpenDesktopW -OpenIcon -OpenInputDesktop -OpenThreadDesktop -OpenWindowStationA -OpenWindowStationW -PackDDElParam -PackTouchHitTestingProximityEvaluation -PaintDesktop -PaintMenuBar -PaintMonitor -PeekMessageA -PeekMessageW -PhysicalToLogicalPoint -PhysicalToLogicalPointForPerMonitorDPI -PostMessageA -PostMessageW -PostQuitMessage -PostThreadMessageA -PostThreadMessageW -PrintWindow -PrivateExtractIconExA -PrivateExtractIconExW -PrivateExtractIconsA -PrivateExtractIconsW -PrivateRegisterICSProc -PtInRect -QueryBSDRWindow -QueryDisplayConfig -QuerySendMessage -RealChildWindowFromPoint -RealGetWindowClass -RealGetWindowClassA -RealGetWindowClassW -ReasonCodeNeedsBugID -ReasonCodeNeedsComment -RecordShutdownReason -RedrawWindow -RegisterBSDRWindow -RegisterClassA -RegisterClassExA -RegisterClassExW -RegisterClassW -RegisterClipboardFormatA -RegisterClipboardFormatW -RegisterDeviceNotificationA -RegisterDeviceNotificationW -RegisterErrorReportingDialog -RegisterFrostWindow -RegisterGhostWindow -RegisterHotKey -RegisterLogonProcess -RegisterMessagePumpHook -RegisterPointerDeviceNotifications -RegisterPointerInputTarget -RegisterPowerSettingNotification -RegisterRawInputDevices -RegisterServicesProcess -RegisterSessionPort -RegisterShellHookWindow -RegisterSuspendResumeNotification -RegisterSystemThread -RegisterTasklist -RegisterTouchHitTestingWindow -RegisterTouchWindow -RegisterUserApiHook -RegisterWindowMessageA -RegisterWindowMessageW -ReleaseCapture -ReleaseDC -RemoveClipboardFormatListener -RemoveMenu -RemovePropA -RemovePropW -ReplyMessage -ResolveDesktopForWOW -ReuseDDElParam -ScreenToClient -ScrollChildren -ScrollDC -ScrollWindow -ScrollWindowEx -SendDlgItemMessageA -SendDlgItemMessageW -SendIMEMessageExA -SendIMEMessageExW -SendInput -SendMessageA -SendMessageCallbackA -SendMessageCallbackW -SendMessageTimeoutA -SendMessageTimeoutW -SendMessageW -SendNotifyMessageA -SendNotifyMessageW -SetActiveWindow -SetCapture -SetCaretBlinkTime -SetCaretPos -SetClassLongA -SetClassLongW -SetClassWord -SetClipboardData -SetClipboardViewer -SetCoalescableTimer -SetCursor -SetCursorContents -SetCursorPos -SetDebugErrorLevel -SetDeskWallpaper -SetDisplayAutoRotationPreferences -SetDisplayConfig -SetDlgItemInt -SetDlgItemTextA -SetDlgItemTextW -SetDoubleClickTime -SetFocus -SetForegroundWindow -SetGestureConfig -SetImmersiveBackgroundWindow -SetInternalWindowPos -SetKeyboardState -SetLastErrorEx -SetLayeredWindowAttributes -SetMagnificationDesktopColorEffect -SetMagnificationDesktopMagnification -SetMagnificationLensCtxInformation -SetMenu -SetMenuContextHelpId -SetMenuDefaultItem -SetMenuInfo -SetMenuItemBitmaps -SetMenuItemInfoA -SetMenuItemInfoW -SetMessageExtraInfo -SetMessageQueue -SetMirrorRendering -SetParent -SetPhysicalCursorPos -SetProcessDPIAware -SetProcessDefaultLayout -SetProcessDpiAwarenessInternal -SetProcessRestrictionExemption -SetProcessWindowStation -SetProgmanWindow -SetPropA -SetPropW -SetRect -SetRectEmpty -SetScrollInfo -SetScrollPos -SetScrollRange -SetShellWindow -SetShellWindowEx -SetSysColors -SetSysColorsTemp -SetSystemCursor -SetSystemMenu -SetTaskmanWindow -SetThreadDesktop -SetThreadInputBlocked -SetTimer -SetUserObjectInformationA -SetUserObjectInformationW -SetUserObjectSecurity -SetWinEventHook -SetWindowBand -SetWindowCompositionAttribute -SetWindowCompositionTransition -SetWindowContextHelpId -SetWindowDisplayAffinity -SetWindowFeedbackSetting -SetWindowLongA -SetWindowLongW -SetWindowPlacement -SetWindowPos -SetWindowRgn -SetWindowRgnEx -SetWindowStationUser -SetWindowTextA -SetWindowTextW -SetWindowWord -SetWindowsHookA -SetWindowsHookExA -SetWindowsHookExW -SetWindowsHookW -ShowCaret -ShowCursor -ShowOwnedPopups -ShowScrollBar -ShowStartGlass -ShowSystemCursor -ShowWindow -ShowWindowAsync -ShutdownBlockReasonCreate -ShutdownBlockReasonDestroy -ShutdownBlockReasonQuery -SignalRedirectionStartComplete -SkipPointerFrameMessages -SoftModalMessageBox -SoundSentry -SubtractRect -SwapMouseButton -SwitchDesktop -SwitchDesktopWithFade -SwitchToThisWindow -SystemParametersInfoA -SystemParametersInfoW -TabbedTextOutA -TabbedTextOutW -TileChildWindows -TileWindows -ToAscii -ToAsciiEx -ToUnicode -ToUnicodeEx -TrackMouseEvent -TrackPopupMenu -TrackPopupMenuEx -TranslateAccelerator -TranslateAcceleratorA -TranslateAcceleratorW -TranslateMDISysAccel -TranslateMessage -TranslateMessageEx -UnhookWinEvent -UnhookWindowsHook -UnhookWindowsHookEx -UnionRect -UnloadKeyboardLayout -UnlockWindowStation -UnpackDDElParam -UnregisterClassA -UnregisterClassW -UnregisterDeviceNotification -UnregisterHotKey -UnregisterMessagePumpHook -UnregisterPointerInputTarget -UnregisterPowerSettingNotification -UnregisterSessionPort -UnregisterSuspendResumeNotification -UnregisterTouchWindow -UnregisterUserApiHook -UpdateDefaultDesktopThumbnail -UpdateLayeredWindow -UpdateLayeredWindowIndirect -UpdatePerUserSystemParameters -UpdateWindow -UpdateWindowInputSinkHints -UpdateWindowTransform -User32InitializeImmEntryTable -UserClientDllInitialize -UserHandleGrantAccess -UserLpkPSMTextOut -UserLpkTabbedTextOut -UserRealizePalette -UserRegisterWowHandlers -VRipOutput -VTagOutput -ValidateRect -ValidateRgn -VkKeyScanA -VkKeyScanExA -VkKeyScanExW -VkKeyScanW -WCSToMBEx -WINNLSEnableIME -WINNLSGetEnableStatus -WINNLSGetIMEHotkey -WaitForInputIdle -WaitForRedirectionStartComplete -WaitMessage -WinHelpA -WinHelpW -WindowFromDC -WindowFromPhysicalPoint -WindowFromPoint -_UserTestTokenForInteractive -gSharedInfo DATA -gapfnScSendMessage DATA -keybd_event -mouse_event -wsprintfA -wsprintfW -wvsprintfA -wvsprintfW -ord_2503 @2503 -ord_2504 @2504 -ord_2505 @2505 -ord_2506 @2506 -ord_2507 @2507 -ord_2508 @2508 -ord_2509 @2509 -ord_2510 @2510 -ord_2511 @2511 -ord_2512 @2512 -ord_2513 @2513 -ord_2514 @2514 -ord_2515 @2515 -ord_2516 @2516 -ord_2517 @2517 -ord_2518 @2518 -ord_2519 @2519 -ord_2520 @2520 -ord_2521 @2521 -ord_2522 @2522 -ord_2523 @2523 -ord_2524 @2524 -ord_2525 @2525 -ord_2526 @2526 -ord_2527 @2527 -IsThreadMessageQueueAttached -ord_2529 @2529 -ord_2530 @2530 -ord_2531 @2531 -ord_2532 @2532 -ord_2533 @2533 -ord_2534 @2534 -ord_2535 @2535 -ord_2536 @2536 -ord_2537 @2537 -ord_2538 @2538 -ord_2539 @2539 -ord_2540 @2540 -ord_2541 @2541 -ord_2544 @2544 -ord_2545 @2545 -ord_2546 @2546 -ord_2547 @2547 -ord_2548 @2548 -ord_2549 @2549 -ord_2550 @2550 -ord_2551 @2551 -ord_2552 @2552 -ord_2553 @2553 -ord_2554 @2554 -ord_2555 @2555 -ord_2556 @2556 -ord_2557 @2557 -ord_2558 @2558 -ord_2559 @2559 -ord_2560 @2560 -ord_2561 @2561 -ord_2562 @2562 -ord_2563 @2563 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/userenv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/userenv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/userenv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/userenv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,79 +0,0 @@ -; -; Definition file of USERENV.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "USERENV.dll" -EXPORTS -ord_104 @104 -RsopLoggingEnabled -AreThereVisibleLogoffScripts -AreThereVisibleShutdownScripts -CreateAppContainerProfile -CreateEnvironmentBlock -CreateProfile -DeleteAppContainerProfile -DeleteProfileA -DeleteProfileW -DeriveAppContainerSidFromAppContainerName -DestroyEnvironmentBlock -DllGetContractDescription -EnterCriticalPolicySection -ord_122 @122 -ExpandEnvironmentStringsForUserA -ExpandEnvironmentStringsForUserW -ForceSyncFgPolicy -FreeGPOListA -FreeGPOListW -GenerateGPNotification -GetAllUsersProfileDirectoryA -GetAllUsersProfileDirectoryW -GetAppContainerFolderPath -GetAppContainerRegistryLocation -GetAppliedGPOListA -GetAppliedGPOListW -ord_135 @135 -GetDefaultUserProfileDirectoryA -ord_137 @137 -GetDefaultUserProfileDirectoryW -ord_139 @139 -GetGPOListA -GetGPOListW -GetNextFgPolicyRefreshInfo -GetPreviousFgPolicyRefreshInfo -GetProfileType -GetProfilesDirectoryA -GetProfilesDirectoryW -GetUserProfileDirectoryA -GetUserProfileDirectoryW -HasPolicyForegroundProcessingCompleted -LeaveCriticalPolicySection -LoadUserProfileA -LoadUserProfileW -ProcessGroupPolicyCompleted -ProcessGroupPolicyCompletedEx -RefreshPolicy -RefreshPolicyEx -RegisterGPNotification -RsopAccessCheckByType -RsopFileAccessCheck -RsopResetPolicySettingStatus -RsopSetPolicySettingStatus -UnloadUserProfile -UnregisterGPNotification -WaitForMachinePolicyForegroundProcessing -WaitForUserPolicyForegroundProcessing -ord_175 @175 -ord_202 @202 -ord_203 @203 -ord_206 @206 -ord_207 @207 -ord_208 @208 -ord_209 @209 -ord_210 @210 -ord_211 @211 -ord_212 @212 -ord_213 @213 -ord_214 @214 -ord_215 @215 -ord_216 @216 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/usp10.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/usp10.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/usp10.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/usp10.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -; -; Definition file of USP10.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "USP10.dll" -EXPORTS -LpkPresent -ScriptApplyDigitSubstitution -ScriptApplyLogicalWidth -ScriptBreak -ScriptCPtoX -ScriptCacheGetHeight -ScriptFreeCache -ScriptGetCMap -ScriptGetFontAlternateGlyphs -ScriptGetFontFeatureTags -ScriptGetFontLanguageTags -ScriptGetFontProperties -ScriptGetFontScriptTags -ScriptGetGlyphABCWidth -ScriptGetLogicalWidths -ScriptGetProperties -ScriptIsComplex -ScriptItemize -ScriptItemizeOpenType -ScriptJustify -ScriptLayout -ScriptPlace -ScriptPlaceOpenType -ScriptPositionSingleGlyph -ScriptRecordDigitSubstitution -ScriptShape -ScriptShapeOpenType -ScriptStringAnalyse -ScriptStringCPtoX -ScriptStringFree -ScriptStringGetLogicalWidths -ScriptStringGetOrder -ScriptStringOut -ScriptStringValidate -ScriptStringXtoCP -ScriptString_pLogAttr -ScriptString_pSize -ScriptString_pcOutChars -ScriptSubstituteSingleGlyph -ScriptTextOut -ScriptXtoCP -UspAllocCache -UspAllocTemp -UspFreeMem diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/utildll.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/utildll.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/utildll.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/utildll.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -; -; Definition file of UTILDLL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UTILDLL.dll" -EXPORTS -AsyncDeviceEnumerate -CachedGetUserFromSid -CalculateDiffTime -CalculateElapsedTime -CompareElapsedTime -ConfigureModem -CtxGetAnyDCName -CurrentDateTimeString -DateTimeString -ElapsedTimeString -EnumerateMultiUserServers -FormDecoratedAsyncDeviceName -GetAssociatedPortName -GetSystemMessageA -GetSystemMessageW -GetUnknownString -GetUserFromSid -HaveAnonymousUsersChanged -InitializeAnonymousUserCompareList -InstallModem -IsPartOfDomain -NetBIOSDeviceEnumerate -NetworkDeviceEnumerate -ParseDecoratedAsyncDeviceName -QueryCurrentWinStation -RegGetNetworkDeviceName -RegGetNetworkServiceName -SetupAsyncCdConfig -StandardErrorMessage -StrAsyncConnectState -StrConnectState -StrProcessState -StrSdClass -StrSystemWaitReason -TestUserForAdmin -WinEnumerateDevices diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/uxlib.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/uxlib.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/uxlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/uxlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,416 +0,0 @@ -; -; Definition file of UXLIB.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UXLIB.DLL" -EXPORTS -??0?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAA@XZ -??0?$CSimpleStringT@G$0A@@ATL@@QAA@ABV01@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@ABV?$CSimpleStringT@G$00@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PAUIAtlStringMgr@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PBGHPAUIAtlStringMgr@1@@Z -??0?$CSimpleStringT@G$0A@@ATL@@QAA@PBGPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABUtagVARIANT@@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABUtagVARIANT@@PAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@ABV01@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@DH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@GH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBD@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDHPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBDPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBE@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBEPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBG@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGH@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGHPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@PBGPAUIAtlStringMgr@1@@Z -??0?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@XZ -??0CImageData@@AAA@XZ -??0CImageData@@QAA@ABV0@@Z -??0CInternationalUtils@@QAA@XZ -??0CKeyboardLayout@@QAA@ABV0@@Z -??0CKeyboardLayout@@QAA@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -??0CKeyboardLayouts@@QAA@ABV0@@Z -??0CKeyboardLayouts@@QAA@XZ -??0CLanguage@@QAA@ABV0@@Z -??0CLanguage@@QAA@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@000@Z -??0CLanguages@@QAA@ABV0@@Z -??0CLanguages@@QAA@XZ -??0CLayeredDriver@@QAA@ABV0@@Z -??0CLayeredDriver@@QAA@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -??0CLayeredDrivers@@QAA@ABV0@@Z -??0CLayeredDrivers@@QAA@XZ -??0CLoadDriver@@AAA@XZ -??0CLoadDriver@@QAA@ABV0@@Z -??0CLocale@@QAA@ABV0@@Z -??0CLocale@@QAA@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -??0CLocales@@QAA@ABV0@@Z -??0CLocales@@QAA@XZ -??0COSK@@QAA@XZ -??0CProductKeyModule@@QAA@ABV0@@Z -??0CProductKeyModule@@QAA@XZ -??0IImageData@@QAA@ABV0@@Z -??0IImageData@@QAA@XZ -??0IProductKeyModule@@QAA@ABV0@@Z -??0IProductKeyModule@@QAA@XZ -??0MyUtilString@@QAA@XZ -??0PIDUtilStringView@@QAA@ABV0@@Z -??0PIDUtilStringView@@QAA@XZ -??1?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAA@XZ -??1?$CSimpleStringT@G$0A@@ATL@@QAA@XZ -??1?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAA@XZ -??1CImageData@@EAA@XZ -??1CInternationalUtils@@QAA@XZ -??1CKeyboardLayout@@QAA@XZ -??1CKeyboardLayouts@@QAA@XZ -??1CLanguage@@QAA@XZ -??1CLanguages@@QAA@XZ -??1CLayeredDriver@@QAA@XZ -??1CLayeredDrivers@@QAA@XZ -??1CLoadDriver@@EAA@XZ -??1CLocale@@QAA@XZ -??1CLocales@@QAA@XZ -??1COSK@@QAA@XZ -??1PIDUtilStringView@@UAA@XZ -??4?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV01@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV?$CSimpleStringT@G$00@1@@Z -??4?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@PBG@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABUtagVARIANT@@@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABV01@@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@D@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@G@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBD@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBE@Z -??4?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBG@Z -??4CImageData@@QAAAAV0@ABV0@@Z -??4CInternationalUtils@@QAAAAV0@ABV0@@Z -??4CKeyboardLayout@@QAAAAV0@ABV0@@Z -??4CKeyboardLayouts@@QAAAAV0@ABV0@@Z -??4CLanguage@@QAAAAV0@ABV0@@Z -??4CLanguages@@QAAAAV0@ABV0@@Z -??4CLayeredDriver@@QAAAAV0@ABV0@@Z -??4CLayeredDrivers@@QAAAAV0@ABV0@@Z -??4CLoadDriver@@QAAAAV0@ABV0@@Z -??4CLocale@@QAAAAV0@ABV0@@Z -??4CLocales@@QAAAAV0@ABV0@@Z -??4COSK@@QAAAAV0@ABV0@@Z -??4CProductKeyModule@@QAAAAV0@ABV0@@Z -??4IImageData@@QAAAAV0@ABV0@@Z -??4IProductKeyModule@@QAAAAV0@ABV0@@Z -??4MyUtilString@@QAAAAV0@ABV0@@Z -??4PIDUtilStringView@@QAAAAV0@ABV0@@Z -??A?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAAAPAU_BLOCKED_REASON@@H@Z -??A?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QBAABQAU_BLOCKED_REASON@@H@Z -??A?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAAAPAVCLocale@@H@Z -??A?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QBAABQAVCLocale@@H@Z -??A?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAAAVCDriverItem@@H@Z -??A?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QBAABVCDriverItem@@H@Z -??A?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAAAVCLanguageItem@@H@Z -??A?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QBAABVCLanguageItem@@H@Z -??A?$CSimpleStringT@G$0A@@ATL@@QBAGH@Z -??ACImageData@@UAAAAVCLanguageItem@@I@Z -??ACKeyboardLayouts@@UAA?AVCKeyboardLayout@@H@Z -??ACLanguages@@UAA?AVCLanguage@@H@Z -??ACLayeredDrivers@@UAA?AVCLayeredDriver@@H@Z -??ACLoadDriver@@UAAAAVCDriverItem@@I@Z -??ACLocales@@UAA?AVCLocale@@H@Z -??B?$CSimpleStringT@G$0A@@ATL@@QAAAAV?$CSimpleStringT@G$00@1@XZ -??B?$CSimpleStringT@G$0A@@ATL@@QBAPBGXZ -??B?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV?$CSimpleStringT@G$00@1@XZ -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@ABV01@@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@D@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@E@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@G@Z -??Y?$CSimpleStringT@G$0A@@ATL@@QAAAAV01@PBG@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABUtagVARIANT@@@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@ABV?$CSimpleStringT@G$0A@@1@@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@D@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@E@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@G@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBD@Z -??Y?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV01@PBG@Z -??_7CImageData@@6B@ DATA -??_7CKeyboardLayouts@@6B@ DATA -??_7CLanguages@@6B@ DATA -??_7CLayeredDrivers@@6B@ DATA -??_7CLoadDriver@@6B@ DATA -??_7CLocales@@6B@ DATA -??_7CProductKeyModule@@6B@ DATA -??_7IImageData@@6B@ DATA -??_7IProductKeyModule@@6B@ DATA -??_7PIDUtilStringView@@6B@ DATA -?Add@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAHABQAU_BLOCKED_REASON@@@Z -?Add@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAHABQAVCLocale@@@Z -?Add@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAHABVCDriverItem@@@Z -?Add@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAHABVCLanguageItem@@@Z -?AllocSysString@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAGXZ -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXABV12@@Z -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXPBG@Z -?Append@?$CSimpleStringT@G$0A@@ATL@@QAAXPBGH@Z -?AppendChar@?$CSimpleStringT@G$0A@@ATL@@QAAXG@Z -?AppendFormat@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?AppendFormat@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?AppendFormatV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAD@Z -?Attach@?$CSimpleStringT@G$0A@@ATL@@AAAXPAUCStringData@2@@Z -?CanReadMedia@CLoadDriver@@UAAHXZ -?CharToOemA@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXXZ -?CheckImplicitLoad@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@AAA_NPBX@Z -?ClearDriverList@CLoadDriver@@UAAXXZ -?ClearString@MyUtilString@@QAAXXZ -?ClearString@PIDUtilStringView@@QAAXXZ -?CloneData@?$CSimpleStringT@G$0A@@ATL@@CAPAUCStringData@2@PAU32@@Z -?CloseOSK@COSK@@QAAHPAX@Z -?Collate@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?CollateNoCase@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?Compare@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?CompareNoCase@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?Concatenate@?$CSimpleStringT@G$0A@@ATL@@KAXAAV12@PBGH1H@Z -?Construct@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@SAXPAV12@@Z -?CopyChars@?$CSimpleStringT@G$0A@@ATL@@SAXPAGIPBGH@Z -?CopyChars@?$CSimpleStringT@G$0A@@ATL@@SAXPAGPBGH@Z -?CopyCharsOverlapped@?$CSimpleStringT@G$0A@@ATL@@SAXPAGIPBGH@Z -?CopyCharsOverlapped@?$CSimpleStringT@G$0A@@ATL@@SAXPAGPBGH@Z -?Delete@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHH@Z -?Empty@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?Find@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QBAHABQAU_BLOCKED_REASON@@@Z -?Find@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QBAHABQAVCLocale@@@Z -?Find@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QBAHABVCDriverItem@@@Z -?Find@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QBAHABVCLanguageItem@@@Z -?Find@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHGH@Z -?Find@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBGH@Z -?FindOneOf@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHPBG@Z -?Fork@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?Format@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?Format@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?FormatMessageV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAPAD@Z -?FormatMessageW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXIZZ -?FormatMessageW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGZZ -?FormatV@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXPBGPAD@Z -?FreeExtra@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?FreeInstance@CImageData@@UAAXXZ -?GetAbbrevName@CLanguage@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetAbbrevName@CLocale@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetAllocLength@?$CSimpleStringT@G$0A@@ATL@@QBAHXZ -?GetAt@?$CSimpleStringT@G$0A@@ATL@@QBAGH@Z -?GetBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGH@Z -?GetBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGXZ -?GetBufferSetLength@?$CSimpleStringT@G$0A@@ATL@@QAAPAGH@Z -?GetColumnDataAtIndex@CImageData@@UAAPAGI@Z -?GetCount@CImageData@@UAAIXZ -?GetCount@CLoadDriver@@UAAIXZ -?GetData@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QBAPAPAU_BLOCKED_REASON@@XZ -?GetData@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QBAPAPAVCLocale@@XZ -?GetData@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QBAPAVCDriverItem@@XZ -?GetData@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QBAPAVCLanguageItem@@XZ -?GetData@?$CSimpleStringT@G$0A@@ATL@@ABAPAUCStringData@2@XZ -?GetDefault@CLoadDriver@@UAAHXZ -?GetDefaultFallbackLanguage@CLanguages@@UAA?AVCLanguage@@XZ -?GetDefaultLanguage@CImageData@@UAAPAGXZ -?GetDefaultLayout@CKeyboardLayouts@@QAA?AVCKeyboardLayout@@XZ -?GetDescription@CImageData@@UAAPAGXZ -?GetDriverListAsync@CLoadDriver@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@HP6AXPAXH@Z1@Z -?GetEditionName@CImageData@@UAAPAGXZ -?GetEnvironmentVariableW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPBG@Z -?GetFoundationFlag@CImageData@@UAAHXZ -?GetHardwareFilter@CLoadDriver@@UAAHXZ -?GetID@CLayeredDriver@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetImageIdentifier@CImageData@@UAAPAGXZ -?GetInstance@CImageData@@SAPAVIImageData@@XZ -?GetInstance@CLoadDriver@@SAPAVILoadDriver@@XZ -?GetKeyboard@CInternationalUtils@@SA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLanguage@CInternationalUtils@@SA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLanguage@CLanguages@@UAA?AVCLanguage@@H@Z -?GetLanguageCount@CLanguages@@UAAHXZ -?GetLanguageFromLocalizedName@CLanguages@@UAA?AVCLanguage@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLanguageFromNativeDisplayName@CLanguages@@UAA?AVCLanguage@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLanguageFromNativeName@CLanguages@@UAA?AVCLanguage@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLanguageNativeDisplayNameCount@CLanguages@@QAAHXZ -?GetLayeredDriver@CLayeredDrivers@@UAA?AVCLayeredDriver@@H@Z -?GetLayeredDriver@CLayeredDrivers@@UAA?AVCLayeredDriver@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLayeredDriverCount@CLayeredDrivers@@UAAHXZ -?GetLayout@CKeyboardLayouts@@UAA?AVCKeyboardLayout@@H@Z -?GetLayout@CKeyboardLayouts@@UAA?AVCKeyboardLayout@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLayoutCount@CKeyboardLayouts@@UAAHXZ -?GetLayoutID@CKeyboardLayout@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLayoutName@CKeyboardLayout@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLength@?$CSimpleStringT@G$0A@@ATL@@QBAHXZ -?GetLocale@CInternationalUtils@@SA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLocale@CLocales@@UAA?AVCLocale@@H@Z -?GetLocale@CLocales@@UAA?AVCLocale@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?GetLocaleCount@CLocales@@UAAHXZ -?GetLocaleName@CLocale@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetLocalizedName@CLanguage@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetManager@?$CSimpleStringT@G$0A@@ATL@@QBAPAUIAtlStringMgr@2@XZ -?GetManager@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAUIAtlStringMgr@2@XZ -?GetName@CLayeredDriver@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetNativeDisplayName@CLanguage@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetNativeName@CLanguage@@QAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?GetPidStr@PIDUtilStringView@@QAAPBGXZ -?GetShowFlag@CProductKeyModule@@UAAHXZ -?GetShowFlagEarlyF6@CLoadDriver@@UAAHXZ -?GetShowLangKeyboard@CInternationalUtils@@SAHXZ -?GetShowLangNeutral@CInternationalUtils@@SAHXZ -?GetSize@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QBAHXZ -?GetSize@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QBAHXZ -?GetString@?$CSimpleStringT@G$0A@@ATL@@QBAPBGXZ -?GetString@MyUtilString@@QAAPBGXZ -?Initialize@CImageData@@UAAHPAX@Z -?Initialize@CKeyboardLayouts@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -?Initialize@CLanguages@@UAAHXZ -?Initialize@CLayeredDrivers@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -?Initialize@CLoadDriver@@UAAHPAX@Z -?Initialize@CLocales@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?Initialize@CProductKeyModule@@UAAHPAX@Z -?Insert@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHG@Z -?Insert@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHHPBG@Z -?InsertChar@MyUtilString@@QAAHHG@Z -?InsertString@MyUtilString@@QAAHHPBG@Z -?InsertString@PIDUtilStringView@@QAAHHPBG@Z -?InstallDriver@CLoadDriver@@UAAHJP6AXPAXH@Z0@Z -?InternalSetAtIndex@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAXHABQAU_BLOCKED_REASON@@@Z -?InternalSetAtIndex@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAXHABQAVCLocale@@@Z -?InternalSetAtIndex@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAXHABVCDriverItem@@@Z -?InternalSetAtIndex@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAXHABVCLanguageItem@@@Z -?IsDigitalMarkerKeyValid@CProductKeyModule@@AAAHXZ -?IsEmpty@?$CSimpleStringT@G$0A@@ATL@@QBA_NXZ -?IsLanguageEnabled@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@0@Z -?IsVolumeLicensingKeyValid@CProductKeyModule@@AAAHXZ -?Left@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHI@Z -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPAUHINSTANCE__@@I@Z -?LoadStringW@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPAUHINSTANCE__@@IG@Z -?LockBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAPAGXZ -?MakeLower@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?MakeReverse@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?MakeUpper@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?Mid@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?Mid@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@HH@Z -?OemToCharA@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAXXZ -?OnCallback@CProductKeyModule@@UAAIPBUWDS_DATA@@@Z -?PopulateDriverList@CLoadDriver@@AAAHXZ -?PopulateImageData@CImageData@@UAAHPBGPAGHPAUHINSTANCE__@@@Z -?Preallocate@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?PrepareWrite2@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?PrepareWrite@?$CSimpleStringT@G$0A@@ATL@@AAAPAGH@Z -?PublishLanguageGatherEvent@CInternationalUtils@@SAJPAX@Z -?Reallocate@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?ReleaseBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?ReleaseBufferSetLength@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?Remove@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAHABQAU_BLOCKED_REASON@@@Z -?Remove@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAHABQAVCLocale@@@Z -?Remove@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAHABVCDriverItem@@@Z -?Remove@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAHABVCLanguageItem@@@Z -?Remove@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHG@Z -?RemoveAll@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAXXZ -?RemoveAll@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAXXZ -?RemoveAt@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAHH@Z -?RemoveAt@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAHH@Z -?RemoveChar@MyUtilString@@QAAHH@Z -?RemoveString@MyUtilString@@QAAHHH@Z -?RemoveString@PIDUtilStringView@@QAAHHHH@Z -?Replace@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHGG@Z -?Replace@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAHPBG0@Z -?ReplaceString@PIDUtilStringView@@QAAHHHPBG@Z -?ReverseFind@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAHG@Z -?Right@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@H@Z -?SetActivation@CProductKeyModule@@UAAHK@Z -?SetAt@?$CSimpleStringT@G$0A@@ATL@@QAAXHG@Z -?SetAtIndex@?$CSimpleArray@PAU_BLOCKED_REASON@@V?$CSimpleArrayEqualHelper@PAU_BLOCKED_REASON@@@ATL@@@ATL@@QAAHHABQAU_BLOCKED_REASON@@@Z -?SetAtIndex@?$CSimpleArray@PAVCLocale@@V?$CSimpleArrayEqualHelper@PAVCLocale@@@ATL@@@ATL@@QAAHHABQAVCLocale@@@Z -?SetAtIndex@?$CSimpleArray@VCDriverItem@@V?$CSimpleArrayEqualHelper@VCDriverItem@@@ATL@@@ATL@@QAAHHABVCDriverItem@@@Z -?SetAtIndex@?$CSimpleArray@VCLanguageItem@@V?$CSimpleArrayEqualHelper@VCLanguageItem@@@ATL@@@ATL@@QAAHHABVCLanguageItem@@@Z -?SetEditionName@CImageData@@UAAXPAG@Z -?SetFoundationFlag@CImageData@@UAAXH@Z -?SetHardwareFilter@CLoadDriver@@UAAHH@Z -?SetHideOOBELang@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetInstance@CImageData@@SAXPAVIImageData@@@Z -?SetInstance@CLoadDriver@@SAXPAVILoadDriver@@@Z -?SetLength@?$CSimpleStringT@G$0A@@ATL@@AAAXH@Z -?SetLocale@CLayeredDrivers@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetManager@?$CSimpleStringT@G$0A@@ATL@@QAAXPAUIAtlStringMgr@2@@Z -?SetProductKey@CProductKeyModule@@AAAXV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetString@?$CSimpleStringT@G$0A@@ATL@@QAAXPBG@Z -?SetString@?$CSimpleStringT@G$0A@@ATL@@QAAXPBGH@Z -?SetSysString@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBAPAGPAPAG@Z -?SetTargetKeyboard@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetTargetLanguage@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetTargetLayeredDriver@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetTargetLocale@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetUILanguage@CInternationalUtils@@SAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetUILanguage@CKeyboardLayouts@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetUILanguage@CLanguages@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetUILanguage@CLayeredDrivers@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?SetUILanguage@CLocales@@UAAHV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?ShowOSK@COSK@@QAAPAXHPAG0@Z -?SpanExcluding@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBG@Z -?SpanIncluding@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBG@Z -?StaticInstallCallback@CLoadDriver@@CAXW4WDS_EVENT_RESULT@@PBUWDS_DATA@@PAX@Z -?StaticScanCallback@CLoadDriver@@CAXW4WDS_EVENT_RESULT@@PBUWDS_DATA@@PAX@Z -?StringLength@?$CSimpleStringT@G$0A@@ATL@@SAHPBD@Z -?StringLength@?$CSimpleStringT@G$0A@@ATL@@SAHPBG@Z -?ThrowMemoryException@?$CSimpleStringT@G$0A@@ATL@@KAXXZ -?Tokenize@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QBA?AV12@PBGAAH@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?Trim@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?TrimLeft@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@G@Z -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@PBG@Z -?TrimRight@?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@QAAAAV12@XZ -?Truncate@?$CSimpleStringT@G$0A@@ATL@@QAAXH@Z -?UnlockBuffer@?$CSimpleStringT@G$0A@@ATL@@QAAXXZ -?ValidatePid@CProductKeyModule@@AAAJXZ -?ValidateProductKey@CProductKeyModule@@UAAHPAXPAGP6AX0I@Z@Z -?s_Instance@CImageData@@0PAVIImageData@@A DATA -?s_Instance@CLoadDriver@@0PAVILoadDriver@@A DATA -?v_AddBlockedReason@CImageData@@AAAXPBG0@Z -?v_AddLanguage@CImageData@@AAAXPBG0H@Z -?v_BuildKey@CImageData@@AAAPAGPBG0@Z -?v_CopyStr@CImageData@@AAAPAGPBG@Z -?v_DeleteKeyboardLayouts@CKeyboardLayouts@@AAAXXZ -?v_DeleteLanguages@CLanguages@@AAAXXZ -?v_DeleteLayeredDrivers@CLayeredDrivers@@AAAXXZ -?v_EnumLocalesProc@CLocales@@CAHPAGKJ@Z -?v_FreeLanguages@CImageData@@AAAXXZ -?v_FreeReasons@CImageData@@AAAXXZ -?v_GetArchitectureName@CImageData@@AAAPAGPAUHINSTANCE__@@K@Z -?v_GetAvailableLanguages@CImageData@@AAAXPBG@Z -?v_GetBBStr@CImageData@@AAAPAGPBG0@Z -?v_GetBBVal@CImageData@@AAAKPBG0K@Z -?v_GetBlockedReasons@CImageData@@AAAXPBG@Z -?v_GetLangIniPath@CLanguages@@AAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@XZ -?v_InitInputProcs@CKeyboardLayouts@@AAAHXZ -?v_InitLanguage@CLanguages@@AAAPAVCLanguage@@V?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@@Z -?v_IsValid@PIDUtilStringView@@AAAHG@Z -?v_LoadInputProcs@CKeyboardLayouts@@AAAHXZ -?v_MakePidString@PIDUtilStringView@@AAAHXZ -?v_MakeValidString@PIDUtilStringView@@AAA?AV?$CStringT@GV?$StrTraitATL@GV?$ChTraitsCRT@G@ATL@@@ATL@@@ATL@@PBG@Z -?v_PopulateKeyboardLayouts@CKeyboardLayouts@@AAAHXZ -?v_PopulateLanguages@CLanguages@@AAAHXZ -?v_PopulateLayeredDrivers@CLayeredDrivers@@AAAHXZ -?v_PopulateLocales@CLocales@@AAAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/uxtheme.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/uxtheme.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/uxtheme.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/uxtheme.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -; -; Definition file of UxTheme.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "UxTheme.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -BeginPanningFeedback -EndPanningFeedback -ord_7 @7 -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -UpdatePanningFeedback -ord_13 @13 -ord_14 @14 -ord_15 @15 -ord_16 @16 -ord_17 @17 -ord_18 @18 -ord_19 @19 -ord_20 @20 -ord_21 @21 -ord_22 @22 -ord_23 @23 -ord_24 @24 -ord_25 @25 -ord_26 @26 -ord_27 @27 -ord_28 @28 -ord_29 @29 -ord_30 @30 -ord_31 @31 -ord_32 @32 -ord_33 @33 -ord_34 @34 -ord_35 @35 -ord_36 @36 -BeginBufferedAnimation -BeginBufferedPaint -BufferedPaintClear -BufferedPaintInit -BufferedPaintRenderAnimation -BufferedPaintSetAlpha -ord_43 @43 -ord_44 @44 -ord_45 @45 -ord_46 @46 -DrawThemeBackgroundEx -ord_48 @48 -ord_49 @49 -ord_50 @50 -BufferedPaintStopAllAnimations -BufferedPaintUnInit -CloseThemeData -DrawThemeBackground -DrawThemeEdge -DrawThemeIcon -ord_60 @60 -OpenThemeDataEx -ord_62 @62 -ord_63 @63 -ord_64 @64 -ord_65 @65 -ord_66 @66 -ord_67 @67 -ord_68 @68 -ord_69 @69 -DrawThemeParentBackground -DrawThemeParentBackgroundEx -ord_72 @72 -ord_73 @73 -ord_74 @74 -ord_75 @75 -ord_76 @76 -ord_77 @77 -ord_78 @78 -ord_79 @79 -ord_80 @80 -ord_81 @81 -ord_82 @82 -ord_83 @83 -ord_84 @84 -ord_85 @85 -ord_86 @86 -ord_87 @87 -ord_88 @88 -DrawThemeText -ord_90 @90 -ord_91 @91 -ord_92 @92 -ord_93 @93 -ord_94 @94 -GetImmersiveColorFromColorSetEx -ord_96 @96 -ord_97 @97 -GetImmersiveUserColorSetPreference -ord_99 @99 -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_105 @105 -ord_106 @106 -ord_107 @107 -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -ord_113 @113 -DrawThemeTextEx -ord_115 @115 -ord_116 @116 -ord_117 @117 -ord_118 @118 -ord_119 @119 -GetUserColorPreference -GetColorFromPreference -ord_122 @122 -ord_123 @123 -ord_124 @124 -ord_125 @125 -EnableThemeDialogTexture -EnableTheming -EndBufferedAnimation -EndBufferedPaint -GetBufferedPaintBits -GetBufferedPaintDC -GetBufferedPaintTargetDC -GetBufferedPaintTargetRect -GetCurrentThemeName -GetThemeAnimationProperty -GetThemeAnimationTransform -GetThemeAppProperties -GetThemeBackgroundContentRect -GetThemeBackgroundExtent -GetThemeBackgroundRegion -GetThemeBitmap -GetThemeBool -GetThemeColor -GetThemeDocumentationProperty -GetThemeEnumValue -GetThemeFilename -GetThemeFont -GetThemeInt -GetThemeIntList -GetThemeMargins -GetThemeMetric -GetThemePartSize -GetThemePosition -GetThemePropertyOrigin -GetThemeRect -GetThemeStream -GetThemeString -GetThemeSysBool -GetThemeSysColor -GetThemeSysColorBrush -GetThemeSysFont -GetThemeSysInt -GetThemeSysSize -GetThemeSysString -GetThemeTextExtent -GetThemeTextMetrics -GetThemeTimingFunction -GetThemeTransitionDuration -GetWindowTheme -HitTestThemeBackground -IsAppThemed -IsCompositionActive -IsThemeActive -IsThemeBackgroundPartiallyTransparent -IsThemeDialogTextureEnabled -IsThemePartDefined -OpenThemeData -SetThemeAppProperties -SetWindowTheme -SetWindowThemeAttribute -ThemeInitApiHook diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vccorlib110.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vccorlib110.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vccorlib110.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vccorlib110.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,256 +0,0 @@ -; -; Definition file of vccorlib110.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "vccorlib110.DLL" -EXPORTS -?@Exception@Platform@@U$AAAXXZ -?@String@Platform@@U$AAAXXZ -?@Type@Platform@@U$AAAXXZ -??0AccessDeniedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0AccessDeniedException@Platform@@Q$AAA@XZ -??0Attribute@Metadata@Platform@@Q$AAA@XZ -??0Boolean@Platform@@QAA@_N@Z -??0COMException@Platform@@Q$AAA@H@Z -??0COMException@Platform@@Q$AAA@HP$AAVString@1@@Z -??0ChangedStateException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ChangedStateException@Platform@@Q$AAA@XZ -??0ClassNotRegisteredException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ClassNotRegisteredException@Platform@@Q$AAA@XZ -??0Delegate@Platform@@Q$AAA@XZ -??0DisconnectedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0DisconnectedException@Platform@@Q$AAA@XZ -??0Enum@Platform@@Q$AAA@XZ -??0Exception@Platform@@Q$AAA@H@Z -??0Exception@Platform@@Q$AAA@HP$AAVString@1@@Z -??0FailureException@Platform@@Q$AAA@P$AAVString@1@@Z -??0FailureException@Platform@@Q$AAA@XZ -??0GridLength@Xaml@UI@Windows@@QAA@NW4GridUnitType@123@@Z -??0IntPtr@Platform@@QAA@H@Z -??0IntPtr@Platform@@QAA@PAX@Z -??0InvalidArgumentException@Platform@@Q$AAA@P$AAVString@1@@Z -??0InvalidArgumentException@Platform@@Q$AAA@XZ -??0InvalidCastException@Platform@@Q$AAA@P$AAVString@1@@Z -??0InvalidCastException@Platform@@Q$AAA@XZ -??0MTAThreadAttribute@Platform@@Q$AAA@XZ -??0NotImplementedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0NotImplementedException@Platform@@Q$AAA@XZ -??0NullReferenceException@Platform@@Q$AAA@P$AAVString@1@@Z -??0NullReferenceException@Platform@@Q$AAA@XZ -??0Object@Platform@@Q$AAA@XZ -??0ObjectDisposedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ObjectDisposedException@Platform@@Q$AAA@XZ -??0OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAA@XZ -??0OperationCanceledException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OperationCanceledException@Platform@@Q$AAA@XZ -??0OutOfBoundsException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OutOfBoundsException@Platform@@Q$AAA@XZ -??0OutOfMemoryException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OutOfMemoryException@Platform@@Q$AAA@XZ -??0Rect@Foundation@Windows@@QAA@VPoint@12@0@Z -??0Rect@Foundation@Windows@@QAA@VPoint@12@VSize@12@@Z -??0RepeatBehavior@Animation@Media@Xaml@UI@Windows@@QAA@N@Z -??0STAThreadAttribute@Platform@@Q$AAA@XZ -??0SizeT@Platform@@QAA@H@Z -??0SizeT@Platform@@QAA@PAX@Z -??0Type@Platform@@Q$AAA@P$AAVObject@1@@Z -??0Type@Platform@@Q$AAA@VIntPtr@1@@Z -??0Type@Platform@@Q$AAA@VTypeName@Interop@Xaml@UI@Windows@@@Z -??0ValueType@Platform@@Q$AAA@XZ -??0WrongThreadException@Platform@@Q$AAA@P$AAVString@1@@Z -??0WrongThreadException@Platform@@Q$AAA@XZ -??0char16@default@@QAA@_W@Z -??0float32@default@@QAA@M@Z -??0float64@default@@QAA@N@Z -??0int16@default@@QAA@F@Z -??0int32@default@@QAA@H@Z -??0int64@default@@QAA@_J@Z -??0int8@default@@QAA@C@Z -??0uint16@default@@QAA@G@Z -??0uint32@default@@QAA@I@Z -??0uint64@default@@QAA@_K@Z -??0uint8@default@@QAA@E@Z -??BIntPtr@Platform@@SA?AV01@H@Z -??BIntPtr@Platform@@SA?AV01@PAX@Z -??BIntPtr@Platform@@SAPAXV01@@Z -??BType@Platform@@SA?AVTypeName@Interop@Xaml@UI@Windows@@P$AAV01@@Z -??BType@Platform@@SAP$AAV01@VTypeName@Interop@Xaml@UI@Windows@@@Z -??DMatrix3D@Media3D@Media@Xaml@UI@Windows@@SA?AV012345@V012345@0@Z -??GDuration@Xaml@UI@Windows@@SA?AV0123@V0123@0@Z -??HDuration@Xaml@UI@Windows@@SA?AV0123@V0123@0@Z -??MDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??NDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??ODuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??PDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -?AlignedAllocate@Heap@Details@Platform@@SAPAXII@Z -?AlignedAllocateException@Heap@Details@Platform@@SAPAXII@Z -?AlignedFree@Heap@Details@Platform@@SAXPAX@Z -?AlignedFreeException@Heap@Details@Platform@@SAXPAX@Z -?Allocate@Heap@Details@Platform@@SAPAXI@Z -?AllocateException@Heap@Details@Platform@@SAPAXI@Z -?Compare@Duration@Xaml@UI@Windows@@SAHV1234@0@Z -?Contains@Rect@Foundation@Windows@@QAA_NVPoint@23@@Z -?CreateException@Exception@Platform@@SAP$AAV12@H@Z -?CreateException@Exception@Platform@@SAP$AAV12@HP$AAVString@2@@Z -?CreateValue@Details@Platform@@YAP$AAVObject@2@P$AAVType@2@PBX@Z -?EnableFactoryCache@@YAXXZ -?EnumerateAllocatedObjects@Heap@Details@Platform@@SAXP$AAVHeapEntryHandler@23@@Z -?Equals@Attribute@Metadata@Platform@@Q$AAA_NP$AAVObject@3@@Z -?Equals@Boolean@Platform@@QAA_NP$AAVObject@2@@Z -?Equals@Delegate@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Enum@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Exception@Platform@@U$AAA_NP$AAVObject@2@@Z -?Equals@MTAThreadAttribute@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Object@Platform@@Q$AAA_NP$AAV12@@Z -?Equals@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAA_NP$AAVObject@4@@Z -?Equals@STAThreadAttribute@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Type@Platform@@U$AAA_NP$AAVObject@2@@Z -?Equals@ValueType@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@char16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@float32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@float64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int8@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint8@default@@QAA_NP$AAVObject@Platform@@@Z -?EventSourceAdd@Details@Platform@@YA?AVEventRegistrationToken@Foundation@Windows@@PAPAXPAUEventLock@12@P$AAVDelegate@2@@Z -?EventSourceGetTargetArray@Details@Platform@@YAPAXPAXPAUEventLock@12@@Z -?EventSourceGetTargetArrayEvent@Details@Platform@@YAPAXPAXI@Z -?EventSourceGetTargetArraySize@Details@Platform@@YAIPAX@Z -?EventSourceInitialize@Details@Platform@@YAXPAPAX@Z -?EventSourceRemove@Details@Platform@@YAXPAPAXPAUEventLock@12@VEventRegistrationToken@Foundation@Windows@@@Z -?EventSourceUninitialize@Details@Platform@@YAXPAPAX@Z -?FlushFactoryCache@@YAXXZ -?Free@Heap@Details@Platform@@SAXPAX@Z -?FreeException@Heap@Details@Platform@@SAXPAX@Z -?GetActivationFactory@Details@Platform@@YAJPAVModuleBase@1WRL@Microsoft@@PAUHSTRING__@@PAPAUIActivationFactory@@@Z -?GetActivationFactoryByPCWSTR@@YAJPAXAAVGuid@Platform@@PAPAX@Z -?GetCmdArguments@Details@Platform@@YAPAPA_WPAH@Z -?GetHashCode@Attribute@Metadata@Platform@@Q$AAAHXZ -?GetHashCode@Boolean@Platform@@QAAHXZ -?GetHashCode@Delegate@Platform@@Q$AAAHXZ -?GetHashCode@Enum@Platform@@Q$AAAHXZ -?GetHashCode@Exception@Platform@@U$AAAHXZ -?GetHashCode@Guid@Platform@@QAAHXZ -?GetHashCode@MTAThreadAttribute@Platform@@Q$AAAHXZ -?GetHashCode@Object@Platform@@Q$AAAHXZ -?GetHashCode@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAAHXZ -?GetHashCode@STAThreadAttribute@Platform@@Q$AAAHXZ -?GetHashCode@Type@Platform@@U$AAAHXZ -?GetHashCode@ValueType@Platform@@Q$AAAHXZ -?GetHashCode@char16@default@@QAAHXZ -?GetHashCode@float32@default@@QAAHXZ -?GetHashCode@float64@default@@QAAHXZ -?GetHashCode@int16@default@@QAAHXZ -?GetHashCode@int32@default@@QAAHXZ -?GetHashCode@int64@default@@QAAHXZ -?GetHashCode@int8@default@@QAAHXZ -?GetHashCode@uint16@default@@QAAHXZ -?GetHashCode@uint32@default@@QAAHXZ -?GetHashCode@uint64@default@@QAAHXZ -?GetHashCode@uint8@default@@QAAHXZ -?GetIBoxArrayVtable@Details@Platform@@YAPAXPAX@Z -?GetIBoxVtable@Details@Platform@@YAPAXPAX@Z -?GetIidsFn@@YAJHPAKPBU__s_GUID@@PAPAVGuid@Platform@@@Z -?GetObjectContext@Details@Platform@@YAPAUIUnknown@@XZ -?GetProxyImpl@Details@Platform@@YAJPAUIUnknown@@ABU_GUID@@0PAPAU3@@Z -?GetType@Boolean@Platform@@QAAP$AAVType@2@XZ -?GetType@Guid@Platform@@QAAP$AAVType@2@XZ -?GetType@Object@Platform@@Q$AAAP$AAVType@2@XZ -?GetType@char16@default@@QAAP$AAVType@Platform@@XZ -?GetType@float32@default@@QAAP$AAVType@Platform@@XZ -?GetType@float64@default@@QAAP$AAVType@Platform@@XZ -?GetType@int16@default@@QAAP$AAVType@Platform@@XZ -?GetType@int32@default@@QAAP$AAVType@Platform@@XZ -?GetType@int64@default@@QAAP$AAVType@Platform@@XZ -?GetType@int8@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint16@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint32@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint64@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint8@default@@QAAP$AAVType@Platform@@XZ -?GetTypeCode@Type@Platform@@SA?AW4TypeCode@2@P$AAV12@@Z -?GetWeakReference@Details@Platform@@YAPAU__abi_IUnknown@@Q$ADVObject@2@@Z -?InitializeData@Details@Platform@@YAJH@Z -?Intersect@Rect@Foundation@Windows@@QAAXV123@@Z -?IntersectsWith@Rect@Foundation@Windows@@QAA_NV123@@Z -?Invert@Matrix3D@Media3D@Media@Xaml@UI@Windows@@QAAXXZ -?ReCreateException@Exception@Platform@@SAP$AAV12@H@Z -?ReCreateFromException@Details@Platform@@YAJP$AAVException@2@@Z -?ReferenceEquals@Object@Platform@@SA_NP$AAV12@0@Z -?ReferenceEquals@Object@Platform@@SA_NP$AAVString@2@0@Z -?RegisterFactories@Details@Platform@@YAP$AAVObject@2@PAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@P6AXXZ@Z -?ReleaseInContextImpl@Details@Platform@@YAJPAUIUnknown@@0@Z -?ResolveWeakReference@Details@Platform@@YAP$AAVObject@2@ABU_GUID@@PAPAU__abi_IUnknown@@@Z -?RunApplicationServer@Details@Platform@@YAXPAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@PB_W@Z -?RunServer@Details@Platform@@YAXPAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@PB_W@Z -?TerminateModule@Details@Platform@@YA_NPAVModuleBase@1WRL@Microsoft@@@Z -?ToInt32@IntPtr@Platform@@QAAHXZ -?ToString@Attribute@Metadata@Platform@@Q$AAAP$AAVString@3@XZ -?ToString@Boolean@Platform@@QAAP$AAVString@2@XZ -?ToString@Delegate@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Enum@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Exception@Platform@@U$AAAP$AAVString@2@XZ -?ToString@Guid@Platform@@QAAP$AAVString@2@XZ -?ToString@MTAThreadAttribute@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAAP$AAVString@4@XZ -?ToString@STAThreadAttribute@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Type@Platform@@U$AAAP$AAVString@2@XZ -?ToString@ValueType@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@char16@default@@QAAP$AAVString@Platform@@XZ -?ToString@float32@default@@QAAP$AAVString@Platform@@XZ -?ToString@float64@default@@QAAP$AAVString@Platform@@XZ -?ToString@int16@default@@QAAP$AAVString@Platform@@XZ -?ToString@int32@default@@QAAP$AAVString@Platform@@XZ -?ToString@int64@default@@QAAP$AAVString@Platform@@XZ -?ToString@int8@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint16@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint32@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint64@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint8@default@@QAAP$AAVString@Platform@@XZ -?UninitializeData@Details@Platform@@YAXH@Z -?Union@Rect@Foundation@Windows@@QAAXV123@@Z -?Union@Rect@Foundation@Windows@@QAAXVPoint@23@@Z -?WriteLine@Console@Details@Platform@@SAXP$AAVObject@3@@Z -?WriteLine@Console@Details@Platform@@SAXP$AAVString@3@@Z -?WriteLine@Console@Details@Platform@@SAXXZ -?__abi_FailFast@@YAXXZ -?__abi_ObjectToString@__abi_details@@YAP$AAVString@Platform@@P$AAVObject@3@_N@Z -?__abi_WinRTraiseAccessDeniedException@@YAXXZ -?__abi_WinRTraiseCOMException@@YAXJ@Z -?__abi_WinRTraiseChangedStateException@@YAXXZ -?__abi_WinRTraiseClassNotRegisteredException@@YAXXZ -?__abi_WinRTraiseDisconnectedException@@YAXXZ -?__abi_WinRTraiseFailureException@@YAXXZ -?__abi_WinRTraiseInvalidArgumentException@@YAXXZ -?__abi_WinRTraiseInvalidCastException@@YAXXZ -?__abi_WinRTraiseNotImplementedException@@YAXXZ -?__abi_WinRTraiseNullReferenceException@@YAXXZ -?__abi_WinRTraiseObjectDisposedException@@YAXXZ -?__abi_WinRTraiseOperationCanceledException@@YAXXZ -?__abi_WinRTraiseOutOfBoundsException@@YAXXZ -?__abi_WinRTraiseOutOfMemoryException@@YAXXZ -?__abi_WinRTraiseWrongThreadException@@YAXXZ -?__abi_cast_Object_to_String@__abi_details@@YAP$AAVString@Platform@@_NP$AAVObject@3@@Z -?__abi_cast_String_to_Object@__abi_details@@YAP$AAVObject@Platform@@P$AAVString@3@@Z -?__abi_make_type_id@@YAP$AAVType@Platform@@ABU__abi_type_descriptor@@@Z -?__getActivationFactoryByHSTRING@@YAJPAUHSTRING__@@AAVGuid@Platform@@PAPAX@Z -?get@Bottom@Rect@Foundation@Windows@@QAAMXZ -?get@BreakOnAllocationId@Heap@Details@Platform@@SAHXZ -?get@BreakOnFreeId@Heap@Details@Platform@@SAHXZ -?get@CurrentAllocationId@Heap@Details@Platform@@SAHXZ -?get@Empty@Rect@Foundation@Windows@@SA?AV234@XZ -?get@Empty@Size@Foundation@Windows@@SA?AV234@XZ -?get@FullName@Type@Platform@@Q$AAAP$AAVString@3@XZ -?get@HasInverse@Matrix3D@Media3D@Media@Xaml@UI@Windows@@QAA_NXZ -?get@Message@Exception@Platform@@Q$AAAP$AAVString@3@XZ -?get@ObjectCount@Heap@Details@Platform@@SAHXZ -?get@Right@Rect@Foundation@Windows@@QAAMXZ -?get@TrackingLevel@Heap@Details@Platform@@SA?AW4HeapAllocationTrackingLevel@34@XZ -?set@BreakOnAllocationId@Heap@Details@Platform@@SAXH@Z -?set@BreakOnFreeId@Heap@Details@Platform@@SAXH@Z -?set@TrackingLevel@Heap@Details@Platform@@SAXW4HeapAllocationTrackingLevel@34@@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsbas.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsbas.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsbas.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsbas.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -; -; Definition file of bprovider.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "bprovider.DLL" -EXPORTS -??0?$CVdsHandleImpl@$0A@@@QAA@XZ -??0?$CVdsHandleImpl@$0PPPPPPPP@@@QAA@XZ -??0?$CVdsHeapPtr@E@@QAA@XZ -??0?$CVdsHeapPtr@G@@QAA@XZ -??0?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QAA@XZ -??0?$CVdsHeapPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??0?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??0?$CVdsPtr@E@@QAA@XZ -??0?$CVdsPtr@G@@QAA@XZ -??0?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QAA@XZ -??0?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??0?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??0CPrvEnumObject@@QAA@XZ -??0CRtlSharedLock@@QAA@XZ -??0CVdsCriticalSection@@QAA@PAU_RTL_CRITICAL_SECTION@@@Z -??0CVdsPnPNotificationBase@@QAA@XZ -??0CVdsUnlockIt@@QAA@AAJ@Z -??1?$CVdsHandleImpl@$0A@@@QAA@XZ -??1?$CVdsHandleImpl@$0PPPPPPPP@@@QAA@XZ -??1?$CVdsHeapPtr@E@@QAA@XZ -??1?$CVdsHeapPtr@G@@QAA@XZ -??1?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QAA@XZ -??1?$CVdsHeapPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??1?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??1?$CVdsPtr@E@@QAA@XZ -??1?$CVdsPtr@G@@QAA@XZ -??1?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QAA@XZ -??1?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??1?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAA@XZ -??1CPrvEnumObject@@QAA@XZ -??1CRtlSharedLock@@QAA@XZ -??1CVdsCriticalSection@@QAA@XZ -??1CVdsPnPNotificationBase@@QAA@XZ -??1CVdsUnlockIt@@QAA@XZ -??4?$CVdsHandleImpl@$0A@@@QAAPAXPAX@Z -??4?$CVdsHeapPtr@E@@QAAPAEPAE@Z -??4?$CVdsHeapPtr@G@@QAAPAGPAG@Z -??4?$CVdsHeapPtr@U_AUCTION_THREAD_PARAMETER@@@@QAAPAU_AUCTION_THREAD_PARAMETER@@PAU1@@Z -??4?$CVdsHeapPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@PAU1@@Z -??8?$CVdsHandleImpl@$0A@@@QBA_NPAX@Z -??8?$CVdsPtr@E@@QBA_NPAE@Z -??8?$CVdsPtr@G@@QBA_NPAG@Z -??8?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QBA_NPAU_AUCTION_THREAD_PARAMETER@@@Z -??9?$CVdsPtr@E@@QBA_NPAE@Z -??B?$CVdsHandleImpl@$0PPPPPPPP@@@QAAPAXXZ -??B?$CVdsPtr@E@@QBAPAEXZ -??B?$CVdsPtr@G@@QBAPAGXZ -??B?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QBAPAU_AUCTION_THREAD_PARAMETER@@XZ -??B?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QBAPAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??B?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QBAPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??C?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QBAPAU_AUCTION_THREAD_PARAMETER@@XZ -??C?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QBAPAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??C?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QBAPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??I?$CVdsHandleImpl@$0PPPPPPPP@@@QAAPAPAXXZ -??I?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAPAPAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??I?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAPAPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -??_FCRtlList@@QAAXXZ -??_FCRtlMap@@QAAXXZ -?AcquireRead@CRtlSharedLock@@AAAXXZ -?AcquireWrite@CRtlSharedLock@@AAAXXZ -?AllowCancel@CVdsAsyncObjectBase@@QAAXXZ -?Attach@?$CVdsPtr@G@@QAAXPAG@Z -?Attach@?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAXPAU_DRIVE_LAYOUT_INFORMATION_EX@@@Z -?Attach@?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAXPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@Z -?Close@?$CVdsHandleImpl@$0PPPPPPPP@@@QAAXXZ -?CurrentThreadIsWriter@CRtlSharedLock@@QAAHXZ -?Detach@?$CVdsHandleImpl@$0PPPPPPPP@@@QAAPAXXZ -?Detach@?$CVdsPtr@G@@QAAPAGXZ -?Detach@?$CVdsPtr@U_AUCTION_THREAD_PARAMETER@@@@QAAPAU_AUCTION_THREAD_PARAMETER@@XZ -?Detach@?$CVdsPtr@U_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAPAU_DRIVE_LAYOUT_INFORMATION_EX@@XZ -?Detach@?$CVdsPtr@U_VDS_DRIVE_LAYOUT_INFORMATION_EX@@@@QAAPAU_VDS_DRIVE_LAYOUT_INFORMATION_EX@@XZ -?DisallowCancel@CVdsAsyncObjectBase@@QAAXXZ -?Downgrade@CRtlSharedLock@@AAAXXZ -?GetOutputType@CVdsAsyncObjectBase@@QAA?AW4_VDS_ASYNC_OUTPUT_TYPE@@XZ -?IsCancelRequested@CVdsAsyncObjectBase@@QAAHXZ -?Release@CRtlSharedLock@@AAAXXZ -?SetOutput@CVdsAsyncObjectBase@@QAAXU_VDS_ASYNC_OUTPUT@@@Z -?SetOutputType@CVdsAsyncObjectBase@@QAAXW4_VDS_ASYNC_OUTPUT_TYPE@@@Z -?SetPositionToLast@CPrvEnumObject@@QAAXXZ -?StartReferenceHistory@@YAKXZ -?StopReferenceHistory@@YAXXZ -?Upgrade@CRtlSharedLock@@AAAXXZ -?ZeroAsyncOut@CVdsAsyncObjectBase@@QAAXXZ -?m_ExtraLogging@CVdsTraceSettings@@QAAHXZ -?m_NoDebuggerLogging@CVdsTraceSettings@@QAAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsdyn.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsdyn.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsdyn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsdyn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -; -; Definition file of vdsdyn.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "vdsdyn.DLL" -EXPORTS -??0CPrvEnumObject@@QAA@XZ -??0CRtlSharedLock@@QAA@XZ -??0CVdsCriticalSection@@QAA@PAU_RTL_CRITICAL_SECTION@@@Z -??0CVdsPnPNotificationBase@@QAA@XZ -??0CVdsUnlockIt@@QAA@AAJ@Z -??1CPrvEnumObject@@QAA@XZ -??1CRtlSharedLock@@QAA@XZ -??1CVdsCriticalSection@@QAA@XZ -??1CVdsPnPNotificationBase@@QAA@XZ -??1CVdsUnlockIt@@QAA@XZ -??_FCRtlList@@QAAXXZ -??_FCRtlMap@@QAAXXZ -?AcquireRead@CRtlSharedLock@@AAAXXZ -?AcquireWrite@CRtlSharedLock@@AAAXXZ -?AllowCancel@CVdsAsyncObjectBase@@QAAXXZ -?CurrentThreadIsWriter@CRtlSharedLock@@QAAHXZ -?DisallowCancel@CVdsAsyncObjectBase@@QAAXXZ -?Downgrade@CRtlSharedLock@@AAAXXZ -?GetOutputType@CVdsAsyncObjectBase@@QAA?AW4_VDS_ASYNC_OUTPUT_TYPE@@XZ -?IsCancelRequested@CVdsAsyncObjectBase@@QAAHXZ -?Release@CRtlSharedLock@@AAAXXZ -?SetOutput@CVdsAsyncObjectBase@@QAAXU_VDS_ASYNC_OUTPUT@@@Z -?SetOutputType@CVdsAsyncObjectBase@@QAAXW4_VDS_ASYNC_OUTPUT_TYPE@@@Z -?SetPositionToLast@CPrvEnumObject@@QAAXXZ -?StartReferenceHistory@@YAKXZ -?StopReferenceHistory@@YAXXZ -?Upgrade@CRtlSharedLock@@AAAXXZ -?ZeroAsyncOut@CVdsAsyncObjectBase@@QAAXXZ -?m_ExtraLogging@CVdsTraceSettings@@QAAHXZ -?m_NoDebuggerLogging@CVdsTraceSettings@@QAAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vds_ps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vds_ps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vds_ps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vds_ps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of vds_ps.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "vds_ps.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsvd.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsvd.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vdsvd.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vdsvd.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -; -; Definition file of vdsvd.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "vdsvd.DLL" -EXPORTS -??0CPrvEnumObject@@QAA@XZ -??0CRtlSharedLock@@QAA@XZ -??0CVdsCriticalSection@@QAA@PAU_RTL_CRITICAL_SECTION@@@Z -??0CVdsPnPNotificationBase@@QAA@XZ -??0CVdsUnlockIt@@QAA@AAJ@Z -??1CPrvEnumObject@@QAA@XZ -??1CRtlSharedLock@@QAA@XZ -??1CVdsCriticalSection@@QAA@XZ -??1CVdsPnPNotificationBase@@QAA@XZ -??1CVdsUnlockIt@@QAA@XZ -??_FCRtlList@@QAAXXZ -??_FCRtlMap@@QAAXXZ -?AcquireRead@CRtlSharedLock@@AAAXXZ -?AcquireWrite@CRtlSharedLock@@AAAXXZ -?AllowCancel@CVdsAsyncObjectBase@@QAAXXZ -?CurrentThreadIsWriter@CRtlSharedLock@@QAAHXZ -?DisallowCancel@CVdsAsyncObjectBase@@QAAXXZ -?Downgrade@CRtlSharedLock@@AAAXXZ -?GetOutputType@CVdsAsyncObjectBase@@QAA?AW4_VDS_ASYNC_OUTPUT_TYPE@@XZ -?IsCancelRequested@CVdsAsyncObjectBase@@QAAHXZ -?Release@CRtlSharedLock@@AAAXXZ -?SetOutput@CVdsAsyncObjectBase@@QAAXU_VDS_ASYNC_OUTPUT@@@Z -?SetOutputType@CVdsAsyncObjectBase@@QAAXW4_VDS_ASYNC_OUTPUT_TYPE@@@Z -?SetPositionToLast@CPrvEnumObject@@QAAXXZ -?StartReferenceHistory@@YAKXZ -?StopReferenceHistory@@YAXXZ -?Upgrade@CRtlSharedLock@@AAAXXZ -?ZeroAsyncOut@CVdsAsyncObjectBase@@QAAXXZ -?m_ExtraLogging@CVdsTraceSettings@@QAAHXZ -?m_NoDebuggerLogging@CVdsTraceSettings@@QAAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/version.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/version.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/version.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/version.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of VERSION.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "VERSION.dll" -EXPORTS -GetFileVersionInfoA -GetFileVersionInfoByHandle -GetFileVersionInfoExA -GetFileVersionInfoExW -GetFileVersionInfoSizeA -GetFileVersionInfoSizeExA -GetFileVersionInfoSizeExW -GetFileVersionInfoSizeW -GetFileVersionInfoW -VerFindFileA -VerFindFileW -VerInstallFileA -VerInstallFileW -VerLanguageNameA -VerLanguageNameW -VerQueryValueA -VerQueryValueW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/virtdisk.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/virtdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/virtdisk.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/virtdisk.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -; -; Definition file of VirtDisk.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "VirtDisk.dll" -EXPORTS -AddVirtualDiskParent -AttachVirtualDisk -BreakMirrorVirtualDisk -CompactVirtualDisk -CreateVirtualDisk -DeleteVirtualDiskMetadata -DetachVirtualDisk -EnumerateVirtualDiskMetadata -ExpandVirtualDisk -GetAllAttachedVirtualDiskPhysicalPaths -GetStorageDependencyInformation -GetVirtualDiskInformation -GetVirtualDiskMetadata -GetVirtualDiskOperationProgress -GetVirtualDiskPhysicalPath -MergeVirtualDisk -MirrorVirtualDisk -OpenVirtualDisk -ResizeVirtualDisk -SetVirtualDiskInformation -SetVirtualDiskMetadata diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/vss_ps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/vss_ps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/vss_ps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/vss_ps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of vss_ps.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "vss_ps.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/w32time.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/w32time.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/w32time.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/w32time.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -; -; Definition file of w32time.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "w32time.dll" -EXPORTS -fnW32TmI_ScSetServiceBits DATA -fnW32TmRegisterServiceCtrlHandlerEx DATA -fnW32TmSetServiceStatus DATA -SvchostEntry_W32Time -SvchostPushServiceGlobals -TimeProvClose -TimeProvCommand -TimeProvOpen -W32TimeBufferFree -W32TimeDcPromo -W32TimeDeleteConfig -W32TimeGetNetlogonServiceBits -W32TimeLog -W32TimeQueryConfig -W32TimeQueryConfiguration -W32TimeQueryHardwareProviderStatus -W32TimeQueryNTPProviderStatus -W32TimeQueryNtpProviderConfiguration -W32TimeQuerySource -W32TimeQueryStatus -W32TimeSetConfig -W32TimeSyncNow -W32TimeVerifyJoinConfig -W32TimeVerifyUnjoinConfig -W32TmServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/w32topl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/w32topl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/w32topl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/w32topl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,86 +0,0 @@ -; -; Definition file of W32TOPL.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "W32TOPL.dll" -EXPORTS -ToplAddEdgeSetToGraph -ToplAddEdgeToGraph -ToplDeleteComponents -ToplDeleteGraphState -ToplDeleteSpanningTreeEdges -ToplEdgeAssociate -ToplEdgeCreate -ToplEdgeDestroy -ToplEdgeDisassociate -ToplEdgeFree -ToplEdgeGetFromVertex -ToplEdgeGetToVertex -ToplEdgeGetWeight -ToplEdgeInit -ToplEdgeSetFromVertex -ToplEdgeSetToVertex -ToplEdgeSetVtx -ToplEdgeSetWeight -ToplFree -ToplGetAlwaysSchedule -ToplGetSpanningTreeEdgesForVtx -ToplGraphAddVertex -ToplGraphCreate -ToplGraphDestroy -ToplGraphFindEdgesForMST -ToplGraphFree -ToplGraphInit -ToplGraphMakeRing -ToplGraphNumberOfVertices -ToplGraphRemoveVertex -ToplGraphSetVertexIter -ToplHeapCreate -ToplHeapDestroy -ToplHeapExtractMin -ToplHeapInsert -ToplHeapIsElementOf -ToplHeapIsEmpty -ToplIsToplException -ToplIterAdvance -ToplIterCreate -ToplIterFree -ToplIterGetObject -ToplListAddElem -ToplListCreate -ToplListFree -ToplListNumberOfElements -ToplListRemoveElem -ToplListSetIter -ToplMakeGraphState -ToplPScheduleValid -ToplSTHeapAdd -ToplSTHeapCostReduced -ToplSTHeapDestroy -ToplSTHeapExtractMin -ToplSTHeapInit -ToplScheduleCacheCreate -ToplScheduleCacheDestroy -ToplScheduleCreate -ToplScheduleDuration -ToplScheduleExportReadonly -ToplScheduleImport -ToplScheduleIsEqual -ToplScheduleMaxUnavailable -ToplScheduleMerge -ToplScheduleNumEntries -ToplScheduleValid -ToplSetAllocator -ToplVertexCreate -ToplVertexDestroy -ToplVertexFree -ToplVertexGetId -ToplVertexGetInEdge -ToplVertexGetOutEdge -ToplVertexGetParent -ToplVertexInit -ToplVertexNumberOfInEdges -ToplVertexNumberOfOutEdges -ToplVertexSetId -ToplVertexSetParent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wabsyncprovider.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wabsyncprovider.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wabsyncprovider.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wabsyncprovider.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WABSyncProvider.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WABSyncProvider.dll" -EXPORTS -ord_1 @1 -ord_2 @2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wbemcomn.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wbemcomn.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wbemcomn.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wbemcomn.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,1366 +0,0 @@ -; -; Definition file of wbemcomn.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wbemcomn.dll" -EXPORTS -??0?$CLockableFlexArray@VCStaticCritSec@@@@QAA@AAV0@@Z -??0?$CLockableFlexArray@VCStaticCritSec@@@@QAA@XZ -??0?$SZLess@PBG@@QAA@ABU0@@Z -??0?$SZLess@PBG@@QAA@XZ -??0C9XAce@@QAA@ABV0@@Z -??0C9XAce@@QAA@KKKPAG@Z -??0C9XAce@@QAA@XZ -??0CAbstractQl1Parser@@QAA@ABV0@@Z -??0CAbstractQl1Parser@@QAA@PAVCGenLexSource@@@Z -??0CArena@@QAA@ABV0@@Z -??0CArena@@QAA@XZ -??0CBaseAce@@QAA@ABV0@@Z -??0CBaseAce@@QAA@XZ -??0CBasicUnloadInstruction@@IAA@XZ -??0CBasicUnloadInstruction@@QAA@ABV0@@Z -??0CBasicUnloadInstruction@@QAA@VCWbemInterval@@@Z -??0CBuffer@@QAA@ABV0@@Z -??0CBuffer@@QAA@PAEKH@Z -??0CCheckedInCritSec@@QAA@PAVCCritSec@@@Z -??0CCircularQueue@@QAA@XZ -??0CClientOpsNode@@QAA@XZ -??0CContainerControl@@QAA@ABV0@@Z -??0CContainerControl@@QAA@PAUIUnknown@@@Z -??0CCritSec@@QAA@XZ -??0CDMTFParser@@QAA@PBG@Z -??0CDatePart@@QAA@XZ -??0CDateTimeParser@@IAA@XZ -??0CDateTimeParser@@QAA@PBG@Z -??0CEnterWbemCriticalSection@@QAA@PAVCWbemCriticalSection@@K@Z -??0CEventLog@@QAA@ABV0@@Z -??0CEventLog@@QAA@PBGABU_GUID@@K@Z -??0CEventLogRecord@@QAA@AAV0@@Z -??0CEventLogRecord@@QAA@GABU_EVENT_DESCRIPTOR@@VCInsertionString@@111111111@Z -??0CExecQueue@@QAA@AAV0@@Z -??0CExecQueue@@QAA@XZ -??0CExecRequest@@QAA@ABV0@@Z -??0CExecRequest@@QAA@XZ -??0CFlexArray@@QAA@AAV0@@Z -??0CFlexArray@@QAA@HH@Z -??0CFlexQueue@@QAA@H@Z -??0CHaltable@@QAA@ABV0@@Z -??0CHaltable@@QAA@XZ -??0CHex@@QAA@J@Z -??0CIdentitySecurity@@QAA@ABV0@@Z -??0CIdentitySecurity@@QAA@_N@Z -??0CIdentityTest@@QAA@ABV0@@Z -??0CIdentityTest@@QAA@PAVCTimerInstruction@@@Z -??0CInCritSec@@QAA@PAU_RTL_CRITICAL_SECTION@@@Z -??0CInsertionString@@QAA@ABV0@@Z -??0CInsertionString@@QAA@J@Z -??0CInsertionString@@QAA@PBD@Z -??0CInsertionString@@QAA@PBG@Z -??0CInsertionString@@QAA@VCHex@@@Z -??0CInsertionString@@QAA@XZ -??0CInstructionQueue@@QAA@XZ -??0CInstructionTest@@QAA@ABV0@@Z -??0CInstructionTest@@QAA@XZ -??0CLifeControl@@QAA@ABV0@@Z -??0CLifeControl@@QAA@XZ -??0CLike@@QAA@ABV0@@Z -??0CLike@@QAA@PBGG@Z -??0CLike@@QAA@XZ -??0CLimitControl@@QAA@ABV0@@Z -??0CLimitControl@@QAA@XZ -??0CMRCICompression@@QAA@XZ -??0CMRCIControl@@QAA@XZ -??0CMUILocaleList@@QAA@XZ -??0CMemoryLog@@QAA@XZ -??0CMinMaxLimitControl@@QAA@ABV0@@Z -??0CMinMaxLimitControl@@QAA@HPBG@Z -??0CNtAce@@QAA@ABV0@@Z -??0CNtAce@@QAA@KKKAAVCNtSid@@@Z -??0CNtAce@@QAA@KKKPAG@Z -??0CNtAce@@QAA@PAU_ACCESS_ALLOWED_ACE@@@Z -??0CNtAce@@QAA@XZ -??0CNtAcl@@QAA@ABV0@@Z -??0CNtAcl@@QAA@K@Z -??0CNtAcl@@QAA@PAU_ACL@@@Z -??0CNtSecurityDescriptor@@QAA@AAV0@@Z -??0CNtSecurityDescriptor@@QAA@PAX@Z -??0CNtSecurityDescriptor@@QAA@XZ -??0CNtSid@@QAA@ABV0@@Z -??0CNtSid@@QAA@PAG@Z -??0CNtSid@@QAA@PAX@Z -??0CNtSid@@QAA@W4SidType@0@@Z -??0CNtSid@@QAA@XZ -??0CPropertyName@@QAA@ABV0@@Z -??0CPropertyName@@QAA@XZ -??0CQl1ParseSink@@QAA@ABV0@@Z -??0CQl1ParseSink@@QAA@XZ -??0CRegistryMinMaxLimitControl@@QAA@ABV0@@Z -??0CRegistryMinMaxLimitControl@@QAA@HPBG0000@Z -??0CSafeArray@@QAA@AAV0@@Z -??0CSafeArray@@QAA@HHHH@Z -??0CSafeArray@@QAA@PAUtagSAFEARRAY@@HHH@Z -??0CStaticCritSec@@QAA@XZ -??0CTextTemplate@@QAA@ABV0@@Z -??0CTextTemplate@@QAA@PBG@Z -??0CTimerGenerator@@QAA@ABV0@@Z -??0CTimerGenerator@@QAA@XZ -??0CTimerInstruction@@QAA@ABV0@@Z -??0CTimerInstruction@@QAA@XZ -??0CTraceSessionControl@@QAA@XZ -??0CUnk@@QAA@ABV0@@Z -??0CUnk@@QAA@PAVCLifeControl@@PAUIUnknown@@@Z -??0CUnkInternal@@QAA@ABV0@@Z -??0CUnkInternal@@QAA@PAVCLifeControl@@@Z -??0CVar@@QAA@ABV0@@Z -??0CVar@@QAA@D@Z -??0CVar@@QAA@E@Z -??0CVar@@QAA@F@Z -??0CVar@@QAA@FH@Z -??0CVar@@QAA@G@Z -??0CVar@@QAA@HPAG@Z -??0CVar@@QAA@HPAUtagSAFEARRAY@@@Z -??0CVar@@QAA@HVauto_bstr@@@Z -??0CVar@@QAA@J@Z -??0CVar@@QAA@K@Z -??0CVar@@QAA@M@Z -??0CVar@@QAA@N@Z -??0CVar@@QAA@PADH@Z -??0CVar@@QAA@PAGH@Z -??0CVar@@QAA@PAU_FILETIME@@@Z -??0CVar@@QAA@PAU_GUID@@H@Z -??0CVar@@QAA@PAUtagBLOB@@H@Z -??0CVar@@QAA@PAUtagVARIANT@@@Z -??0CVar@@QAA@PAVCVarVector@@H@Z -??0CVar@@QAA@XZ -??0CVarVector@@QAA@AAV0@@Z -??0CVarVector@@QAA@HHH@Z -??0CVarVector@@QAA@HPAUtagSAFEARRAY@@H@Z -??0CVarVector@@QAA@XZ -??0CWMITraceSettings@@QAA@XZ -??0CWQLScanner@@QAA@AAV0@@Z -??0CWQLScanner@@QAA@PAVCGenLexSource@@@Z -??0CWStringArray@@QAA@AAV0@@Z -??0CWStringArray@@QAA@HH@Z -??0CWbemCallSecurity@@AAA@ABV0@@Z -??0CWbemCallSecurity@@AAA@XZ -??0CWbemCriticalSection@@QAA@XZ -??0CWbemInstallObject@@QAA@XZ -??0CWbemInterval@@IAA@K@Z -??0CWbemInterval@@QAA@XZ -??0CWbemTime@@IAA@_J@Z -??0CWbemTime@@QAA@ABV0@@Z -??0CWbemTime@@QAA@XZ -??0CWbemTimeSpan@@QAA@HHHHHHH@Z -??0CWin32DefaultArena@@QAA@ABV0@@Z -??0CWin32DefaultArena@@QAA@XZ -??0QL1_Parser@@QAA@ABV0@@Z -??0QL1_Parser@@QAA@PAVCGenLexSource@@@Z -??0QL_LEVEL_1_RPN_EXPRESSION@@QAA@ABU0@@Z -??0QL_LEVEL_1_RPN_EXPRESSION@@QAA@XZ -??0QL_LEVEL_1_TOKEN@@QAA@ABU0@@Z -??0QL_LEVEL_1_TOKEN@@QAA@XZ -??0Registry@@QAA@PAUHKEY__@@KKPBG@Z -??0Registry@@QAA@PAUHKEY__@@KPBG@Z -??0Registry@@QAA@PBGK@Z -??0Registry@@QAA@XZ -??0WString2@@QAA@ABV0@@Z -??0WString2@@QAA@I@Z -??0WString2@@QAA@KPAUHINSTANCE__@@@Z -??0WString2@@QAA@PAGH@Z -??0WString2@@QAA@PBD@Z -??0WString2@@QAA@PBG@Z -??0WString2@@QAA@XZ -??0WString@@QAA@ABV0@@Z -??0WString@@QAA@KPAUHINSTANCE__@@@Z -??0WString@@QAA@PAGH@Z -??0WString@@QAA@PBD@Z -??0WString@@QAA@PBG@Z -??0WString@@QAA@XZ -??1?$CLockableFlexArray@VCStaticCritSec@@@@QAA@XZ -??1?$SZLess@PBG@@UAA@XZ -??1C9XAce@@UAA@XZ -??1CAbstractQl1Parser@@UAA@XZ -??1CBaseAce@@UAA@XZ -??1CBasicUnloadInstruction@@UAA@XZ -??1CBuffer@@QAA@XZ -??1CCheckedInCritSec@@QAA@XZ -??1CClientOpsNode@@QAA@XZ -??1CCritSec@@QAA@XZ -??1CDMTFParser@@QAA@XZ -??1CDatePart@@QAA@XZ -??1CDateTimeParser@@QAA@XZ -??1CEnterWbemCriticalSection@@QAA@XZ -??1CEventLog@@QAA@XZ -??1CEventLogRecord@@QAA@XZ -??1CExecQueue@@QAA@XZ -??1CExecRequest@@UAA@XZ -??1CFlexArray@@QAA@XZ -??1CFlexQueue@@QAA@XZ -??1CHaltable@@UAA@XZ -??1CIdentitySecurity@@QAA@XZ -??1CIdentityTest@@QAA@XZ -??1CInCritSec@@QAA@XZ -??1CInsertionString@@QAA@XZ -??1CInstructionQueue@@QAA@XZ -??1CLike@@QAA@XZ -??1CLimitControl@@UAA@XZ -??1CMRCICompression@@QAA@XZ -??1CMUILocaleList@@QAA@XZ -??1CMinMaxLimitControl@@UAA@XZ -??1CNtAce@@UAA@XZ -??1CNtAcl@@QAA@XZ -??1CNtSecurityDescriptor@@QAA@XZ -??1CNtSid@@QAA@XZ -??1CPropertyName@@QAA@XZ -??1CPublishWMIOperationEvent@@QAA@XZ -??1CRegistryMinMaxLimitControl@@UAA@XZ -??1CSafeArray@@QAA@XZ -??1CStaticCritSec@@QAA@XZ -??1CTextTemplate@@QAA@XZ -??1CTimerGenerator@@UAA@XZ -??1CTimerInstruction@@UAA@XZ -??1CUnk@@UAA@XZ -??1CUnkInternal@@UAA@XZ -??1CVar@@QAA@XZ -??1CVarVector@@QAA@XZ -??1CWQLScanner@@QAA@XZ -??1CWStringArray@@QAA@XZ -??1CWbemCallSecurity@@AAA@XZ -??1CWbemCriticalSection@@QAA@XZ -??1CWbemInstallObject@@QAA@XZ -??1CWin32DefaultArena@@QAA@XZ -??1QL1_Parser@@UAA@XZ -??1QL_LEVEL_1_RPN_EXPRESSION@@QAA@XZ -??1QL_LEVEL_1_TOKEN@@QAA@XZ -??1Registry@@QAA@XZ -??1WString2@@QAA@XZ -??1WString@@QAA@XZ -??4?$CLockableFlexArray@VCStaticCritSec@@@@QAAAAV0@AAV0@@Z -??4?$SZLess@PBG@@QAAAAU0@ABU0@@Z -??4C9XAce@@QAAAAV0@ABV0@@Z -??4CAbstractQl1Parser@@QAAAAV0@ABV0@@Z -??4CArena@@QAAAAV0@ABV0@@Z -??4CBaseAce@@QAAAAV0@ABV0@@Z -??4CBaseMrciCompression@@QAAAAV0@ABV0@@Z -??4CBasicUnloadInstruction@@QAAAAV0@ABV0@@Z -??4CBuffer@@QAAAAV0@ABV0@@Z -??4CCheckedInCritSec@@QAAAAV0@ABV0@@Z -??4CCircularQueue@@QAAAAV0@ABV0@@Z -??4CClientOpsNode@@QAAAAV0@ABV0@@Z -??4CContainerControl@@QAAAAV0@ABV0@@Z -??4CCritSec@@QAAAAV0@ABV0@@Z -??4CDMTFParser@@QAAAAV0@ABV0@@Z -??4CDatePart@@QAAAAV0@ABV0@@Z -??4CDateTimeParser@@QAAAAV0@ABV0@@Z -??4CEnterWbemCriticalSection@@QAAAAV0@ABV0@@Z -??4CExecQueue@@QAAAAV0@AAV0@@Z -??4CExecRequest@@QAAAAV0@ABV0@@Z -??4CFlexArray@@QAAAAV0@AAV0@@Z -??4CFlexQueue@@QAAAAV0@ABV0@@Z -??4CHaltable@@QAAAAV0@ABV0@@Z -??4CHex@@QAAAAV0@ABV0@@Z -??4CIdentitySecurity@@QAAAAV0@ABV0@@Z -??4CIdentityTest@@QAAAAV0@ABV0@@Z -??4CInCritSec@@QAAAAV0@ABV0@@Z -??4CInsertionString@@QAAAAV0@ABV0@@Z -??4CInstructionQueue@@QAAAAV0@ABV0@@Z -??4CInstructionTest@@QAAAAV0@ABV0@@Z -??4CLifeControl@@QAAAAV0@ABV0@@Z -??4CLike@@QAAAAV0@ABV0@@Z -??4CLimitControl@@QAAAAV0@ABV0@@Z -??4CMRCICompression@@QAAAAV0@ABV0@@Z -??4CMRCIControl@@QAAAAV0@ABV0@@Z -??4CMUILocale@@QAAAAV0@ABV0@@Z -??4CMUILocaleList@@QAAAAV0@ABV0@@Z -??4CMemoryLog@@QAAAAV0@ABV0@@Z -??4CMinMaxLimitControl@@QAAAAV0@ABV0@@Z -??4CNtAce@@QAAAAV0@ABV0@@Z -??4CNtAcl@@QAAAAV0@ABV0@@Z -??4CNtSecurity@@QAAAAV0@ABV0@@Z -??4CNtSecurityDescriptor@@QAAAAV0@AAV0@@Z -??4CNtSid@@QAAAAV0@ABV0@@Z -??4CPersistentConfig@@QAAAAV0@ABV0@@Z -??4CPropertyName@@QAAXABU_tag_WbemPropertyName@@@Z -??4CPropertyName@@QAAXABV0@@Z -??4CPublishWMIOperationEvent@@QAAAAV0@ABV0@@Z -??4CQl1ParseSink@@QAAAAV0@ABV0@@Z -??4CRegistryMinMaxLimitControl@@QAAAAV0@ABV0@@Z -??4CSafeArray@@QAAAAV0@AAV0@@Z -??4CSmallArrayBlob@@QAAAAV0@ABV0@@Z -??4CStaticCritSec@@QAAAAV0@ABV0@@Z -??4CTextTemplate@@QAAAAV0@ABV0@@Z -??4CTimerGenerator@@QAAAAV0@ABV0@@Z -??4CTimerInstruction@@QAAAAV0@ABV0@@Z -??4CTraceSessionControl@@QAAAAV0@ABV0@@Z -??4CUnk@@QAAAAV0@ABV0@@Z -??4CUnkInternal@@QAAAAV0@ABV0@@Z -??4CVar@@QAAAAV0@ABV0@@Z -??4CVarVector@@QAAAAV0@AAV0@@Z -??4CWMITraceSettings@@QAAAAV0@ABV0@@Z -??4CWQLScanner@@QAAAAV0@AAV0@@Z -??4CWStringArray@@QAAAAV0@AAV0@@Z -??4CWbemCallSecurity@@AAAAAV0@ABV0@@Z -??4CWbemCriticalSection@@QAAAAV0@ABV0@@Z -??4CWbemInstallObject@@QAAAAV0@ABV0@@Z -??4CWbemInterval@@QAAAAV0@ABV0@@Z -??4CWbemTime@@QAAXABV0@@Z -??4CWbemTimeSpan@@QAAAAV0@ABV0@@Z -??4CWin32DefaultArena@@QAAAAV0@ABV0@@Z -??4MD5@@QAAAAV0@ABV0@@Z -??4QL1_Parser@@QAAAAV0@ABV0@@Z -??4QL_LEVEL_1_RPN_EXPRESSION@@QAAAAU0@ABU0@@Z -??4QL_LEVEL_1_TOKEN@@QAAAAU0@ABU0@@Z -??4QL_LEVEL_1_TOKEN@@QAAAAU0@ABU_tag_WbemQl1Token@@@Z -??4Registry@@QAAAAV0@ABV0@@Z -??4SHA256@@QAAAAV0@ABV0@@Z -??4WString2@@QAAAAV0@ABV0@@Z -??4WString2@@QAAAAV0@PBG@Z -??4WString@@QAAAAV0@ABV0@@Z -??4WString@@QAAAAV0@PBG@Z -??8CEventLogRecord@@QAAHABV0@@Z -??8CNtSid@@QAAHAAV0@@Z -??8CPropertyName@@QAAHABU_tag_WbemPropertyName@@@Z -??8CVar@@QAAHAAV0@@Z -??8CVarVector@@QAAHAAV0@@Z -??ACFlexArray@@QAAAAPAXH@Z -??ACFlexArray@@QBAPAXH@Z -??ACSmallArrayBlob@@QBAPAXH@Z -??ACVarVector@@QAAAAVCVar@@H@Z -??ACWStringArray@@QBAPAGH@Z -??AWString2@@QBAGH@Z -??AWString@@QBAGH@Z -??BCHex@@QAAJXZ -??BCVar@@QAA?AU_FILETIME@@XZ -??BCVar@@QAADXZ -??BCVar@@QAAEXZ -??BCVar@@QAAFXZ -??BCVar@@QAAGXZ -??BCVar@@QAAJXZ -??BCVar@@QAAKXZ -??BCVar@@QAAMXZ -??BCVar@@QAANXZ -??BCVar@@QAAPADXZ -??BCVar@@QAAPAGXZ -??BCVar@@QAAPAU_GUID@@XZ -??BCVar@@QAAPAUtagBLOB@@XZ -??BCVar@@QAAPAVCVarVector@@XZ -??BWString2@@QAAPAGXZ -??BWString2@@QBAPBGXZ -??BWString@@QAAPAGXZ -??BWString@@QBAPBGXZ -??DCWbemInterval@@QBA?AV0@N@Z -??GCWbemTime@@QBA?AV0@ABVCWbemTimeSpan@@@Z -??GCWbemTime@@QBA?AVCWbemInterval@@ABV0@@Z -??HCWbemInterval@@QBA?AV0@V0@@Z -??HCWbemTime@@QBA?AV0@ABVCWbemInterval@@@Z -??HCWbemTime@@QBA?AV0@ABVCWbemTimeSpan@@@Z -??MCWbemInterval@@QAAHV0@@Z -??MCWbemTime@@QBAHABV0@@Z -??MWString2@@QBAHPBG@Z -??MWString@@QBAHPBG@Z -??NCWbemTime@@QBAHABV0@@Z -??NWString2@@QBAHPBG@Z -??NWString@@QBAHPBG@Z -??OCWbemInterval@@QAAHV0@@Z -??OCWbemTime@@QBAHABV0@@Z -??OWString2@@QBAHPBG@Z -??OWString@@QBAHPBG@Z -??PCWbemTime@@QBAHABV0@@Z -??PWString2@@QBAHPBG@Z -??PWString@@QBAHPBG@Z -??R?$SZLess@PBG@@QBA_NABQBG0@Z -??RCIdentityTest@@UAAHPAVCTimerInstruction@@@Z -??RWString2@@QBA?AV0@HH@Z -??RWString@@QBA?AV0@HH@Z -??YCWbemInterval@@QAAXV0@@Z -??YWString2@@QAAAAV0@ABV0@@Z -??YWString2@@QAAAAV0@G@Z -??YWString2@@QAAAAV0@PBG@Z -??YWString@@QAAAAV0@ABV0@@Z -??YWString@@QAAAAV0@G@Z -??YWString@@QAAAAV0@PBG@Z -??_7?$SZLess@PBG@@6B@ DATA -??_7C9XAce@@6B@ DATA -??_7CAbstractQl1Parser@@6B@ DATA -??_7CArena@@6B@ DATA -??_7CBaseAce@@6B@ DATA -??_7CBasicUnloadInstruction@@6B@ DATA -??_7CBuffer@@6B@ DATA -??_7CContainerControl@@6B@ DATA -??_7CExecQueue@@6B@ DATA -??_7CExecRequest@@6B@ DATA -??_7CHaltable@@6B@ DATA -??_7CIdentityTest@@6B@ DATA -??_7CInstructionTest@@6B@ DATA -??_7CLifeControl@@6B@ DATA -??_7CLimitControl@@6B@ DATA -??_7CMinMaxLimitControl@@6B@ DATA -??_7CNtAce@@6B@ DATA -??_7CQl1ParseSink@@6B@ DATA -??_7CRegistryMinMaxLimitControl@@6B@ DATA -??_7CTimerGenerator@@6B@ DATA -??_7CTimerInstruction@@6B@ DATA -??_7CUnk@@6B@ DATA -??_7CUnkInternal@@6B@ DATA -??_7CWbemCallSecurity@@6B@ DATA -??_7CWin32DefaultArena@@6B@ DATA -??_7QL1_Parser@@6B@ DATA -??_7QL_LEVEL_1_RPN_EXPRESSION@@6B@ DATA -??_FCBuffer@@QAAXXZ -??_FCEventLog@@QAAXXZ -??_FCFlexArray@@QAAXXZ -??_FCFlexQueue@@QAAXXZ -??_FCNtAcl@@QAAXXZ -??_FCTextTemplate@@QAAXXZ -??_FCUnk@@QAAXXZ -??_FCWStringArray@@QAAXXZ -?AbortCompression@CMRCIControl@@QAAXXZ -?AbortRequested@CMRCIControl@@QAAHXZ -?Access@CSafeArray@@QAAJPAPAX@Z -?AccessCheck@CIdentitySecurity@@QAAHXZ -?AccessRawArray@CVarVector@@QAAJPAPAX@Z -?Add@CFlexArray@@QAAHPAX@Z -?Add@CMinMaxLimitControl@@UAAJKKPAK@Z -?Add@CVarVector@@QAAHAAVCVar@@@Z -?Add@CVarVector@@QAAHPAVCVar@@@Z -?Add@CWStringArray@@QAAHPBG@Z -?AddAce@CNtAcl@@QAAHPAVCNtAce@@@Z -?AddAggregationProperty@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABVCPropertyName@@@Z -?AddAllAggregationProperties@QL_LEVEL_1_RPN_EXPRESSION@@UAAXXZ -?AddAllProperties@QL_LEVEL_1_RPN_EXPRESSION@@UAAXXZ -?AddAppropriateToken@CAbstractQl1Parser@@IAAXABU_tag_WbemQl1Token@@@Z -?AddBSTR@CSafeArray@@QAAHPAG@Z -?AddBool@CSafeArray@@QAAHF@Z -?AddByte@CSafeArray@@QAAHE@Z -?AddChild@CClientOpsNode@@QAAXPAV1@@Z -?AddCulture@CMUILocaleList@@AAAJPBGW4LocaleType@CMUILocale@@K@Z -?AddDispatch@CSafeArray@@QAAHPAUIDispatch@@@Z -?AddDouble@CSafeArray@@QAAHN@Z -?AddElement@CPropertyName@@QAAXPBG@Z -?AddEnvironmentValue@CWbemInstallObject@@SAJPBG0@Z -?AddFloat@CSafeArray@@QAAHM@Z -?AddHavingToken@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABU_tag_WbemQl1Token@@@Z -?AddInsertionString@CEventLogRecord@@IAAXAAVCInsertionString@@@Z -?AddLocale@CMUILocaleList@@AAAJPBGW4LocaleType@CMUILocale@@K@Z -?AddLong@CSafeArray@@QAAHJ@Z -?AddMember@CLimitControl@@UAAJXZ -?AddProperty@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABVCPropertyName@@@Z -?AddRecord@CEventLog@@IAAHPAVCEventLogRecord@@@Z -?AddRef@CBasicUnloadInstruction@@UAAXXZ -?AddRef@CBuffer@@UAAKXZ -?AddRef@CContainerControl@@UAAXPAUIUnknown@@@Z -?AddRef@CExecQueue@@QAAXXZ -?AddRef@CUnk@@UAAKXZ -?AddRef@CUnkInternal@@UAAKXZ -?AddRef@CWbemCallSecurity@@UAAKXZ -?AddRef@QL_LEVEL_1_RPN_EXPRESSION@@QAAXXZ -?AddScalar@CSafeArray@@AAAHTSA_ArrayScalar@@@Z -?AddShort@CSafeArray@@QAAHF@Z -?AddToken@QL_LEVEL_1_RPN_EXPRESSION@@QAAXABUQL_LEVEL_1_TOKEN@@@Z -?AddToken@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABU_tag_WbemQl1Token@@@Z -?AddUnknown@CSafeArray@@QAAHPAUIUnknown@@@Z -?AddVariant@CSafeArray@@QAAHPAUtagVARIANT@@@Z -?AdjustInitialPriority@CExecQueue@@MAAXPAVCExecRequest@@@Z -?AdjustPriorityForPassing@CExecQueue@@MAAXPAVCExecRequest@@@Z -?AdjustPrivIfLocalSystem@@YAXPAX@Z -?Advance@CBuffer@@QAAJK@Z -?AliasToTable@CWQLScanner@@QAAQAGPAG@Z -?Alloc@CWin32DefaultArena@@UAAPAXK@Z -?AllocAmPm@CDateTimeParser@@IAAPAGXZ -?AppendBuffer@WString2@@AAAXPBGI@Z -?AppendCulture@CMUILocaleList@@AAAJPBG@Z -?AppendLocale@CMUILocaleList@@AAAJPBG@Z -?Apply@CTextTemplate@@QAAPAGPAUIWbemClassObject@@@Z -?Bind@CFlexArray@@QAAXAAV1@@Z -?BindPtr@WString2@@QAAXPAG@Z -?BindPtr@WString@@QAAXPAG@Z -?BlobAssign@@YAXPAUtagBLOB@@PAXKH@Z -?BlobClear@@YAXPAUtagBLOB@@@Z -?BlobCopy@@YA?AUtagBLOB@@PBU1@@Z -?BreakOnDbgAndRenterLoop@@YAKXZ -?BreakWait@CInstructionQueue@@QAAXXZ -?BuildOperationInfo@@YAJPBG000PAPAG@Z -?BuildSWQLColRef@CWQLScanner@@AAAHAAVCFlexArray@@AAUSWQLColRef@@@Z -?BuildSecurityDescriptorParameter@@YAJPAUIWbemServices@@PAUIWbemContext@@PAVCNtSecurityDescriptor@@PAUIWbemClassObject@@@Z -?CalcSitOutPenalty@CExecQueue@@MAAKJ@Z -?CanDelete@CVar@@QAAHXZ -?CaptureStackTrace@CMemoryLog@@AAAXQAPAX@Z -?Change@CInstructionQueue@@QAAJPAVCTimerInstruction@@VCWbemTime@@@Z -?ChangeTypeTo@CVar@@QAAHG@Z -?ChangeTypeToEx@CVar@@QAAHGK@Z -?ChangeVariantToCIMTYPE@@YAJPAUtagVARIANT@@0J@Z -?CheckDMTFDateTimeFormat@CDateTimeParser@@SAHPBGHH@Z -?CheckDMTFDateTimeFormatInternal@CDateTimeParser@@IAAHPBG@Z -?CheckDMTFDateTimeInterval@CDateTimeParser@@SAHPBG@Z -?CheckDateFormat@CDateTimeParser@@IAAHPBGH@Z -?CheckLangNeutral@CMUILocale@@SAJPBGPA_N@Z -?CheckTimeFormat@CDateTimeParser@@IAAHPBGH@Z -?CheckType@CSafeArray@@AAAXH@Z -?CleanUp@CWbemInstallObject@@SAXXZ -?ClearPropRefs@CWQLScanner@@AAAXXZ -?ClearTableRefs@CWQLScanner@@AAAXXZ -?ClearTokens@CWQLScanner@@AAAXXZ -?Clone@CBuffer@@UAAJPAPAUIStream@@@Z -?CloneData@CSmallArrayBlob@@QAAPAPAXXZ -?CloneThreadContext@CWbemCallSecurity@@UAAJH@Z -?CloneThreadToken@CWbemCallSecurity@@AAAJK@Z -?Close@CEventLog@@QAAHXZ -?CoCreateInstance@CWbemInstallObject@@SAJABU_GUID@@PAUIUnknown@@K0PAPAX@Z -?CoGetClassObject@CWbemInstallObject@@SAJABU_GUID@@KPAU_COSERVERINFO@@0PAPAX@Z -?Commit@CBuffer@@UAAJK@Z -?CompareEls@CFlexArray@@KAHPBX0@Z -?CompareEls@CSmallArrayBlob@@KAHPBX0@Z -?CompareTo@CVar@@QAAHAAV1@H@Z -?CompareTo@CVarVector@@QAAHAAV1@H@Z -?ComposeName@@YAJPAGPAPAG@Z -?Compress@CFlexArray@@QAAXXZ -?Compress@CWStringArray@@QAAXXZ -?CompressBuffer@CMRCICompression@@QAAIPAEK0KW4CompressionLevel@1@@Z -?CompressFile@CMRCICompression@@QAAHPBG0KW4CompressionLevel@1@PAVCMRCIControl@@@Z -?CompressFileV1@CMRCICompression@@IAAHHHKW4CompressionLevel@1@PAVCMRCIControl@@@Z -?ComputePenalty@CMinMaxLimitControl@@IAAJKKPAKPAH@Z -?ConcatWithoutQuotes@CTextTemplate@@AAAXAAVWString2@@AAPAG@Z -?ContainsSid@CNtAcl@@QAAHAAVCNtSid@@AAE@Z -?ContinueTransform@MD5@@SAXPAXIQAE@Z -?CopyBuffer@WString2@@AAAXPBGI@Z -?CopyData@CSmallArrayBlob@@IAAXPAV1@@Z -?CopyDataFrom@CFlexArray@@QAAHABV1@@Z -?CopyFileToAutorecover@@YAJPAG0H@Z -?CopyTo@CBuffer@@UAAJPAUIStream@@T_ULARGE_INTEGER@@PAT3@2@Z -?CopyTo@CNtSid@@QAAHPAX@Z -?CountQuery@CWQLScanner@@QAAHXZ -?CreateBlob@CSmallArrayBlob@@SAPAV1@H@Z -?CreateInst@CWbemCallSecurity@@SAPAVIWbemCallSecurity@@XZ -?CreateNewThread@CExecQueue@@MAAHXZ -?CriticalFailADAPTrace@@YAHPBD@Z -?CurrentLine@CAbstractQl1Parser@@QAAHXZ -?CurrentToken@CAbstractQl1Parser@@QAAPAGXZ -?DateFormat10@CDateTimeParser@@IAAHPBG0H@Z -?DateFormat11@CDateTimeParser@@IAAHPBG0H@Z -?DateFormat12@CDateTimeParser@@IAAHPBG0H@Z -?DateFormat13@CDateTimeParser@@IAAHPBG0H@Z -?DateFormat14@CDateTimeParser@@IAAHPBG0H@Z -?DateFormat15@CDateTimeParser@@IAAHPBGH@Z -?DateFormat1@CDateTimeParser@@IAAHPBGH@Z -?DateFormat2@CDateTimeParser@@IAAHPBGH@Z -?DateFormat3@CDateTimeParser@@IAAHPBGH@Z -?DateFormat4@CDateTimeParser@@IAAHPBGH@Z -?DateFormat5@CDateTimeParser@@IAAHPBGH@Z -?DateFormat6@CDateTimeParser@@IAAHPBGH@Z -?DateFormat7@CDateTimeParser@@IAAHPBGH@Z -?DateFormat8@CDateTimeParser@@IAAHPBGH@Z -?DateFormat9@CDateTimeParser@@IAAHPBG0H@Z -?DebugDump@CFlexArray@@QAAXXZ -?DebugTrace@@YAHDPBDZZ -?DecrementIndex@CFlexQueue@@IAAXAAH@Z -?DeleteAce@CNtAcl@@QAAHH@Z -?DeletePropertyName@CAbstractQl1Parser@@IAAXXZ -?DeleteSacl@CNtSecurityDescriptor@@QAAJXZ -?DeleteStr@CWStringArray@@QAAHH@Z -?DeleteString@WString2@@AAAX_N@Z -?DeleteString@WString@@AAAXPAG@Z -?DeleteValue@Registry@@QAAHPBG@Z -?Dequeue@CFlexQueue@@QAAPAXXZ -?Dequeue@CInstructionQueue@@QAAJAAPAVCTimerInstruction@@AAVCWbemTime@@@Z -?Deserialize@C9XAce@@UAA_NPAE@Z -?Deserialize@CNtAce@@UAA_NPAE@Z -?Difference@CWStringArray@@SAXAAV1@00@Z -?Disable@CTraceSessionControl@@QAAKXZ -?DoLike@CLike@@IAA_NPBG0G@Z -?DoesNeedNewThread@CExecQueue@@MAAHPAVCExecRequest@@@Z -?DoesVectorTypeMatchArrayType@CVarVector@@QAAHXZ -?Dump@CWQLScanner@@QAAXXZ -?Dump@QL_LEVEL_1_RPN_EXPRESSION@@QAAXPBD@Z -?Dump@QL_LEVEL_1_TOKEN@@QAAXPAU_iobuf@@@Z -?DumpClientOps@@YAXPAVCClientOpsNode@@@Z -?DumpError@CExecRequest@@UAAXXZ -?DumpText@CVar@@QAAHPAU_iobuf@@@Z -?ElementSize@CSafeArray@@QAAHXZ -?Empty@CFlexArray@@QAAXXZ -?Empty@CPropertyName@@QAAXXZ -?Empty@CSafeArray@@QAAXXZ -?Empty@CVar@@QAAXXZ -?Empty@CVarVector@@QAAXXZ -?Empty@CWStringArray@@QAAXXZ -?Empty@WString2@@QAAXXZ -?Empty@WString@@QAAXXZ -?Enable@CTraceSessionControl@@QAAKXZ -?EnableAllPrivileges@@YAJK@Z -?EnablePrivilege@@YAHKJ@Z -?EncryptedCall@CIdentitySecurity@@AAA_NXZ -?Enqueue@CExecQueue@@UAAJPAVCExecRequest@@PAPAX@Z -?Enqueue@CFlexQueue@@QAA_NPAX@Z -?Enqueue@CInstructionQueue@@QAAJVCWbemTime@@PAVCTimerInstruction@@@Z -?EnqueueAndWait@CExecQueue@@QAAJPAVCExecRequest@@@Z -?EnqueueWithoutSleep@CExecQueue@@QAAJPAVCExecRequest@@PAPAX@Z -?EnsureAllocated@CPropertyName@@IAAXJ@Z -?EnsureExtent@CFlexArray@@QAAHH@Z -?EnsureExtent@CSmallArrayBlob@@IAAPAV1@H@Z -?EnsureMatchState@CLike@@AAAXI@Z -?EnsureRunning@CTimerGenerator@@AAAXXZ -?EnsureSize@CBuffer@@AAAXK@Z -?Enter@CCheckedInCritSec@@QAAXXZ -?Enter@CCritSec@@QAAXXZ -?Enter@CExecQueue@@QAAXXZ -?Enter@CStaticCritSec@@QAAXXZ -?Enter@CWbemCriticalSection@@QAAHK@Z -?Equal@WString2@@QBAHPBG@Z -?Equal@WString@@QBAHPBG@Z -?EqualNoCase@WString2@@QBAHPBG@Z -?EqualNoCase@WString@@QBAHPBG@Z -?ErrorTrace@@YAHDPBDZZ -?EscapeQuotes@WString2@@QBA?AV1@XZ -?EscapeQuotes@WString@@QBA?AV1@XZ -?Execute@CExecQueue@@MAAHPAVCThreadRecord@1@@Z -?ExpandEnvironmentStringsW@CWbemInstallObject@@SAKPBGPAGK@Z -?ExpandVariableValue@CWbemInstallObject@@CAJPBGPAGIPAI@Z -?ExtractMachineName@@YAPAGPAG@Z -?ExtractNext@CWQLScanner@@AAAPAUWSLexToken@@H@Z -?ExtractSelectType@CWQLScanner@@AAAHXZ -?ExtractToken@WString2@@QAAHGAAV1@@Z -?ExtractToken@WString2@@QAAHPBGAAV1@@Z -?ExtractToken@WString@@QAAHGAAV1@@Z -?ExtractToken@WString@@QAAHPBGAAV1@@Z -?Fatal@CSafeArray@@AAAXPBD@Z -?FillCVarAt@CVarVector@@QAAXHAAVCVar@@@Z -?FillDMTF@CDateTimeParser@@QAAHPAGI@Z -?FillVariant@CVar@@QAAXPAUtagVARIANT@@H@Z -?FinalizeMatchState@CLike@@AAAXXZ -?FindStr@CWStringArray@@QAAHPBGH@Z -?FlipOperator@CAbstractQl1Parser@@IAAHH@Z -?FlushRepository@CWbemInstallObject@@SAJXZ -?Free@CWin32DefaultArena@@UAAHPAX@Z -?FreeMap@CWbemInstallObject@@SAXXZ -?Get100nss@CWbemTime@@QBA_JXZ -?GetAbsoluteCopy@CNtSecurityDescriptor@@QAAPAUSNtAbsoluteSD@@XZ -?GetAccessMask@C9XAce@@UAAKXZ -?GetAccessMask@CNtAce@@UAAKXZ -?GetAccessToken@@YAJAAPAX@Z -?GetAce@CNtAcl@@QAAHHAAVCNtAce@@@Z -?GetAce@CNtAcl@@QAAPAVCNtAce@@H@Z -?GetAclSizeInfo@CNtAcl@@QAAHPAK0@Z -?GetActiveImpersonation@CWbemCallSecurity@@UAAJXZ -?GetActualVarType@CSafeArray@@QAAHPAG@Z -?GetAreaFlags@CWMITraceSettings@@QAAKXZ -?GetArenaHeap@CWin32DefaultArena@@SAPAXXZ -?GetArray@CSafeArray@@QAAPAUtagSAFEARRAY@@XZ -?GetArrayCopy@CSafeArray@@QAAPAUtagSAFEARRAY@@XZ -?GetArrayPtr@CFlexArray@@QAAPAPAXXZ -?GetArrayPtr@CFlexArray@@QBAPBQAXXZ -?GetArrayPtr@CSmallArrayBlob@@QAAPAPAXXZ -?GetArrayPtr@CSmallArrayBlob@@QBAPBQAXXZ -?GetArrayPtr@CWStringArray@@QAAPAPBGXZ -?GetAt@CFlexArray@@QBAPAXH@Z -?GetAt@CSmallArrayBlob@@QBAPAXH@Z -?GetAt@CVarVector@@QAAAAVCVar@@H@Z -?GetAt@CWStringArray@@QBAPAGH@Z -?GetAuthenticationId@CWbemCallSecurity@@UAAKAAU_LUID@@@Z -?GetAutoRecoverFolder@CWbemInstallObject@@SAPBGXZ -?GetBSTR@CVar@@QAAPAGXZ -?GetBSTRAt@CSafeArray@@QAAPAGH@Z -?GetBSTRAtThrow@CSafeArray@@QAAPAGH@Z -?GetBinary@Registry@@QAAHPBGPAPAEPAK@Z -?GetBinaryPath@CWbemInstallObject@@SAPBGXZ -?GetBlob@CVar@@QAAPAUtagBLOB@@XZ -?GetBool@CVar@@QAAFXZ -?GetBoolAt@CSafeArray@@QAAFH@Z -?GetByte@CVar@@QAAEXZ -?GetByteAt@CSafeArray@@QAAEH@Z -?GetCallerIdentity@CWbemCallSecurity@@QAAPBGXZ -?GetChar@CVar@@QAADXZ -?GetChildren@CClientOpsNode@@QAAPAV1@XZ -?GetClsId@CVar@@QAAPAU_GUID@@XZ -?GetCompressedFileInfo@CMRCICompression@@SAHPBGAAW4CompressionLevel@1@AAKAAU_FILETIME@@AA_J@Z -?GetCreationTime@CEventLogRecord@@QAA?AVCWbemTime@@XZ -?GetCultures@CMUILocaleList@@QAAPBGXZ -?GetDMTF@CWbemTime@@AAAHHKPAG@Z -?GetDWORD@CVar@@QAAKXZ -?GetDWORD@Registry@@QAAHPBGPAK@Z -?GetDWORDStr@Registry@@QAAHPBGPAK@Z -?GetDacl@CNtSecurityDescriptor@@QAAHAAVCNtAcl@@@Z -?GetDacl@CNtSecurityDescriptor@@QAAJPAPAVCNtAcl@@@Z -?GetDacl@CNtSecurityDescriptor@@QAAPAVCNtAcl@@XZ -?GetDay@CDateTimeParser@@QAAEXZ -?GetDispatch@CVar@@QAAPAUIDispatch@@XZ -?GetDispatchAt@CSafeArray@@QAAPAUIDispatch@@H@Z -?GetDouble@CVar@@QAANXZ -?GetDoubleAt@CSafeArray@@QAANH@Z -?GetElementSize@CVarVector@@QAAHXZ -?GetEmbeddedObject@CVar@@QAAPAUIUnknown@@XZ -?GetEnvironmentValue@CWbemInstallObject@@CAJPBGPAPBG@Z -?GetEventTraceProperties@CWMITraceSettings@@QAAPAU_EVENT_TRACE_PROPERTIES@@XZ -?GetExpression@CLike@@QAAPBGXZ -?GetFILETIME@CWbemTime@@QBAHPAU_FILETIME@@@Z -?GetFQDN_Ipv4@@YAPAUhostent@@PAG@Z -?GetFileTime@CVar@@QAA?AU_FILETIME@@XZ -?GetFirstFiringTime@CBasicUnloadInstruction@@UBA?AVCWbemTime@@XZ -?GetFirst_ms_XXX_Locale@CMUILocaleList@@QAAJPAPAG@Z -?GetFlags@C9XAce@@UAAHXZ -?GetFlags@CNtAce@@UAAHXZ -?GetFloat@CVar@@QAAMXZ -?GetFloatAt@CSafeArray@@QAAMH@Z -?GetFunctionPointers@CMUILocale@@CAJXZ -?GetFunctionPointers@CPublishWMIOperationEvent@@SAJXZ -?GetGlobalClientOps@@YAPAVCClientOpsNode@@XZ -?GetGroup@CNtSecurityDescriptor@@QAAPAVCNtSid@@XZ -?GetHandle@CPropertyName@@QAAPAXXZ -?GetHours@CDateTimeParser@@QAAEXZ -?GetIdleTimeout@CExecQueue@@MAAKPAVCThreadRecord@1@@Z -?GetIndex@CBuffer@@QAAKXZ -?GetInfinity@CWbemInterval@@SA?AV1@XZ -?GetInfinity@CWbemTime@@SA?AV1@XZ -?GetInfo@CClientOpsNode@@QAAPAXXZ -?GetInfo@CNtSid@@QAAHPAPAG0PAK@Z -?GetInnerUnknown@CUnk@@QAAPAUIUnknown@@XZ -?GetInstructionType@CBasicUnloadInstruction@@UAAHXZ -?GetLPSTR@CVar@@QAAPADXZ -?GetLPSTR@WString2@@QBAPADXZ -?GetLPSTR@WString@@QBAPADXZ -?GetLPWSTR@CVar@@QAAPAGXZ -?GetLToken@WString2@@QBAPAGG@Z -?GetLToken@WString@@QBAPAGG@Z -?GetLastError@Registry@@QAAJXZ -?GetLocalInfoAndAlloc@CDateTimeParser@@IAAXKAAPAG@Z -?GetLocalOffsetForDate@CWbemTime@@SAJPBU_SYSTEMTIME@@@Z -?GetLocales@CMUILocaleList@@QAAPBGXZ -?GetLockCount@CWbemCriticalSection@@QAAJXZ -?GetLoggingLevelEnabled@@YAKXZ -?GetLong@CVar@@QAAJXZ -?GetLongAt@CSafeArray@@QAAJH@Z -?GetMemLogObject@@YAPAVCMemoryLog@@XZ -?GetMicroseconds@CDateTimeParser@@QAAIXZ -?GetMilliseconds@CWbemInterval@@QBAKXZ -?GetMinutes@CDateTimeParser@@QAAEXZ -?GetMonth@CDateTimeParser@@QAAEXZ -?GetMultiStr@Registry@@QAAPAGPBGAAK@Z -?GetNewSafeArray@CVar@@QAAPAUtagSAFEARRAY@@XZ -?GetNewSafeArray@CVarVector@@QAAPAUtagSAFEARRAY@@XZ -?GetNewVariant@CVar@@QAAPAUtagVARIANT@@XZ -?GetNext@CClientOpsNode@@QAAPAV1@XZ -?GetNext@CExecRequest@@QAAPAV1@XZ -?GetNextElement@CCircularQueue@@QAAKPAPAULOG_ELEMENT@@@Z -?GetNextFiringTime@CBasicUnloadInstruction@@UBA?AVCWbemTime@@V2@PAJ@Z -?GetNumAces@CNtAcl@@QAAHXZ -?GetNumElements@CPropertyName@@QBAJXZ -?GetNumInstructions@CInstructionQueue@@QAAJXZ -?GetNumStrings@CEventLogRecord@@QAAGXZ -?GetOleType@CVar@@QAAHXZ -?GetOwner@CNtSecurityDescriptor@@QAAPAVCNtSid@@XZ -?GetOwningThreadId@CWbemCriticalSection@@QAAKXZ -?GetPart@CDatePart@@QAAJHPAH@Z -?GetPersistentCfgValue@CPersistentConfig@@QAAHKAAK@Z -?GetPotentialImpersonation@CWbemCallSecurity@@UAAJXZ -?GetPreferedDateFormat@CDateTimeParser@@IAAXXZ -?GetPreferredLanguages@CMUILocale@@SAJKPAPAGPAK@Z -?GetPreferredLanguages@CMUILocale@@SAJPAPAGPAK@Z -?GetPrevious@CClientOpsNode@@QAAPAV1@XZ -?GetPriority@CExecRequest@@QAAJXZ -?GetPropertyFromIUnknown@CTextTemplate@@AAAPAGPAGPAUIUnknown@@@Z -?GetPtr@CNtAce@@QAAPAU_ACCESS_ALLOWED_ACE@@XZ -?GetPtr@CNtAcl@@QAAPAU_ACL@@XZ -?GetPtr@CNtSecurityDescriptor@@QAAPAXXZ -?GetPtr@CNtSid@@QAAPAXXZ -?GetQFDN_Ipv6@@YAKPAG0HH@Z -?GetQWORD@Registry@@QAAHPBGPA_K@Z -?GetQueryClass@QL1_Parser@@QAAHPAGH@Z -?GetQueueSize@CFlexQueue@@QBAHXZ -?GetRawArrayData@CVarVector@@QAAJPAXH@Z -?GetRawData@CBuffer@@QAAPAEXZ -?GetRawData@CSafeArray@@QAAHPAXH@Z -?GetRawData@CVar@@QAAPAXXZ -?GetRecursionCount@CWbemCriticalSection@@QAAJXZ -?GetReferencedAliases@CWQLScanner@@QAAHAAVCWStringArray@@@Z -?GetReferencedTables@CWQLScanner@@QAAHAAVCWStringArray@@@Z -?GetRegistryPathCIMOM@CWbemInstallObject@@SAPBGXZ -?GetRegistryPathWbem@CWbemInstallObject@@SAPBGXZ -?GetRepositoryFolder@CWbemInstallObject@@SAPBGXZ -?GetSYSTEMTIME@CWbemTime@@QBAHPAU_SYSTEMTIME@@@Z -?GetSacl@CNtSecurityDescriptor@@QAAJPAPAVCNtAcl@@@Z -?GetSacl@CNtSecurityDescriptor@@QAAPAVCNtAcl@@XZ -?GetSafeArray@CVarVector@@QAAPAUtagSAFEARRAY@@H@Z -?GetScalarAt@CSafeArray@@AAA?ATSA_ArrayScalar@@H@Z -?GetSeconds@CDateTimeParser@@QAAEXZ -?GetSeconds@CWbemInterval@@QBAKXZ -?GetSecurityDescriptorFromParameters@@YAJPAVCNtSecurityDescriptor@@PAUIWbemClassObject@@PA_NPAPAV1@PAK@Z -?GetSelectedColumns@CWQLScanner@@QAAPBVCFlexArray@@XZ -?GetSerializedSize@C9XAce@@UAAKXZ -?GetSerializedSize@CNtAce@@UAAKXZ -?GetSessionName@CWMITraceSettings@@QAAPAGXZ -?GetShort@CVar@@QAAFXZ -?GetShortAt@CSafeArray@@QAAFH@Z -?GetSid@CNtAce@@QAAHAAVCNtSid@@@Z -?GetSid@CNtAce@@QAAPAVCNtSid@@XZ -?GetSidFromThreadOrProcess@CIdentitySecurity@@AAAJAAVCNtSid@@@Z -?GetSinglePropertyName@CAbstractQl1Parser@@IAAPBGXZ -?GetSitoutPenalty@CExecQueue@@QAAKXZ -?GetSize@CBuffer@@QAAKXZ -?GetSize@CNtAce@@QAAKXZ -?GetSize@CNtAcl@@QAAKXZ -?GetSize@CNtSecurityDescriptor@@QAAKXZ -?GetSize@CNtSid@@QAAKXZ -?GetStatus@C9XAce@@UAAKXZ -?GetStatus@CNtAce@@UAAKXZ -?GetStatus@CNtAcl@@QAAKXZ -?GetStatus@CNtSecurityDescriptor@@QAAKXZ -?GetStatus@CNtSid@@QAAKXZ -?GetStr@Registry@@QAAHPBGPAPAG@Z -?GetString@CInsertionString@@QAAPBGXZ -?GetStringAt@CEventLogRecord@@QAAPBGH@Z -?GetStringAt@CPropertyName@@QBAPBGJ@Z -?GetStringPointerByRef@WString2@@QBAABQBGXZ -?GetStringPointerByRef@WString@@QBAABQBGXZ -?GetText@CPropertyName@@QAAPAGXZ -?GetText@CVar@@QAAPAGJJPBG@Z -?GetText@CVarVector@@QAAPAGJJ@Z -?GetText@QL_LEVEL_1_RPN_EXPRESSION@@QAAPAGXZ -?GetText@QL_LEVEL_1_TOKEN@@QAAPAGXZ -?GetTextSid@CNtSid@@QAAHPAGPAK@Z -?GetTextSid@CNtSid@@QAAJPAPAG@Z -?GetTickCount@CWbemTime@@SA?AV1@XZ -?GetTlsIndex@CExecQueue@@SAKXZ -?GetToken@CWbemCallSecurity@@UAAPAXXZ -?GetTraceLevel@CWMITraceSettings@@QAAEXZ -?GetType@C9XAce@@UAAHXZ -?GetType@CExecQueue@@UAAPBGXZ -?GetType@CNtAce@@UAAHXZ -?GetType@CSafeArray@@QAAHXZ -?GetType@CVar@@QAAHXZ -?GetType@CVarVector@@QAAHXZ -?GetType@Registry@@QAAHPBGPAK@Z -?GetTypeText@CVar@@QAAPAGXZ -?GetUTC@CDateTimeParser@@QAAHXZ -?GetUnknown@CUnk@@QAAPAUIUnknown@@XZ -?GetUnknown@CUnkInternal@@QAAPAUIUnknown@@XZ -?GetUnknown@CVar@@QAAPAUIUnknown@@XZ -?GetUnknownAt@CSafeArray@@QAAPAUIUnknown@@H@Z -?GetValue@CDMTFParser@@QAAHH@Z -?GetVarVector@CVar@@QAAPAVCVarVector@@XZ -?GetVariantAt@CSafeArray@@QAA?AUtagVARIANT@@H@Z -?GetWMIADAPCmdLine@@YAPAGH@Z -?GetWMITraceSession@@YAPAXXZ -?GetWhenDoneHandle@CExecRequest@@QAAPAXXZ -?GetWord@CVar@@QAAGXZ -?GetYear@CDateTimeParser@@QAAIXZ -?GetZero@CWbemTime@@SA?AV1@XZ -?Get_WPP_INIT_TRACING_Call_State@@YA_NXZ -?Grow@CFlexQueue@@IAA_NXZ -?Grow@CSmallArrayBlob@@IAAPAV1@XZ -?Halt@CHaltable@@QAAJXZ -?HandleEmbeddedObjectProperties@CTextTemplate@@AAAPAGPAGPAUIWbemClassObject@@@Z -?HasChildren@CClientOpsNode@@QAA_NXZ -?HasOwner@CNtSecurityDescriptor@@QAAHXZ -?HasToBeEnabled@CTraceSessionControl@@QAA_NXZ -?ImpersonateClient@CWbemCallSecurity@@UAAJXZ -?InOrder@CQl1ParseSink@@UAAXJ@Z -?IncrementIndex@CFlexQueue@@IAAXAAH@Z -?Init@CPropertyName@@QAAXXZ -?Init@CPublishWMIOperationEvent@@SAJXZ -?Init@CVar@@AAAXXZ -?InitMap@CWbemInstallObject@@SAXXZ -?InitTls@CExecQueue@@KAXXZ -?InitToken@CAbstractQl1Parser@@KAXPAU_tag_WbemQl1Token@@@Z -?Initialize@CMUILocaleList@@QAAJPAG_N@Z -?Initialize@CSmallArrayBlob@@IAAXH@Z -?Initialize@CTraceSessionControl@@QAAKPBG@Z -?Initialize@CUnk@@UAAHXZ -?InitializeThread@CExecQueue@@MAAJXZ -?Insert@CClientOpsNode@@AAAXPAV1@@Z -?InsertAt@CFlexArray@@QAAHHPAX@Z -?InsertAt@CSmallArrayBlob@@QAAPAV1@HPAX@Z -?InsertAt@CVarVector@@QAAHHAAVCVar@@@Z -?InsertAt@CWStringArray@@QAAHHPBG@Z -?InternalAddRef@CUnkInternal@@QAAKXZ -?InternalQueryInterface@CUnkInternal@@QAAJABU_GUID@@PAPAX@Z -?InternalRawArrayAccess@CVarVector@@QAAJXZ -?InternalRelease@CUnkInternal@@QAAKXZ -?Intersection@CWStringArray@@SAXAAV1@00@Z -?IsAdmin@@YAHPAX@Z -?IsAppropriateThread@CExecQueue@@MAAHXZ -?IsDataNull@CVar@@QAAHXZ -?IsEmbeddedObjectProperty@CTextTemplate@@AAAHPAG@Z -?IsEmpty@CInsertionString@@QAAHXZ -?IsEmpty@CInstructionQueue@@QAAHXZ -?IsEnabled@CTraceSessionControl@@QAA_NXZ -?IsEntered@CCheckedInCritSec@@QAAHXZ -?IsEntered@CEnterWbemCriticalSection@@QAAHXZ -?IsEventEnabled@CPublishWMIOperationEvent@@SAJABU_EVENT_DESCRIPTOR@@@Z -?IsFinite@CWbemInterval@@QBAHXZ -?IsFinite@CWbemTime@@QBAHXZ -?IsHalted@CHaltable@@QAAHXZ -?IsIdleTooLong@CExecQueue@@MAAHPAVCThreadRecord@1@K@Z -?IsImpersonating@CWbemCallSecurity@@UAAHXZ -?IsInAdminGroup@@YAHXZ -?IsInitialized@CWbemInstallObject@@CA_NXZ -?IsInterval@CDMTFParser@@QAA_NXZ -?IsLocalConnection@@YAHPAUIUnknown@@@Z -?IsLocalService@@YAHPAX@Z -?IsNT@@YAHXZ -?IsNetworkService@@YAHPAX@Z -?IsNtSetupRunning@@YAHXZ -?IsNull@CVar@@QAAHXZ -?IsOffline@CWbemInstallObject@@SA_NXZ -?IsOk@CExecRequest@@QAA_NXZ -?IsOptimized@CVarVector@@QAAHXZ -?IsPrivilegePresent@@YA_NPAXJ@Z -?IsSTA@CExecQueue@@MAAHXZ -?IsSTAThread@CExecQueue@@SAHXZ -?IsSuitableThread@CExecQueue@@MAAHPAVCThreadRecord@1@PAVCExecRequest@@@Z -?IsUsed@CDMTFParser@@QAA_NH@Z -?IsUser@CNtSid@@QAA_NXZ -?IsUserInGroup@CNtSecurity@@SAHPAXAAVCNtSid@@PAH@Z -?IsValid@CDMTFParser@@QAA_NXZ -?IsValid@CNtAcl@@QAAHXZ -?IsValid@CNtSecurityDescriptor@@QAAHXZ -?IsValid@CNtSid@@QAAHXZ -?IsValidAmPmString@CDateTimeParser@@IAAHPAGPBGQAPAG@Z -?IsValidColonMillisecond@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidDateTime@CDateTimeParser@@QAAHXZ -?IsValidDayNumber@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidDotMillisecond@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidElementName2@@YAHPBGKH@Z -?IsValidElementName@@YAHPBGK@Z -?IsValidHourNumber@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidMinuteNumber@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidMonthNumber@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidMonthString@CDateTimeParser@@IAAHPAGPBGQAPAG2@Z -?IsValidSecondNumber@CDateTimeParser@@IAAHPAGPBG@Z -?IsValidVectorArray@CVarVector@@SAHHPAUtagSAFEARRAY@@@Z -?IsValidVectorType@CVarVector@@SAHH@Z -?IsValidYearMonthDayNumber@CDateTimeParser@@IAAHPAG@Z -?IsValidYearNumber@CDateTimeParser@@IAAHPAGPBGH@Z -?IsW2KOrMore@@YAHXZ -?IsWildcard@CDMTFParser@@QAA_NH@Z -?IsZero@CWbemInterval@@QBAHXZ -?IsZero@CWbemTime@@QBAHXZ -?LCID_To_Culture_Format@CMUILocale@@SAJKPAGI@Z -?LCID_To_ms_XXX_Format@CMUILocale@@SAJKPAGI@Z -?Leave@CCheckedInCritSec@@QAAXXZ -?Leave@CCritSec@@QAAXXZ -?Leave@CExecQueue@@QAAXXZ -?Leave@CStaticCritSec@@QAAXXZ -?Leave@CWbemCriticalSection@@QAAXXZ -?Length@WString2@@QBAHXZ -?Length@WString@@QBAHXZ -?LocaleName_To_LCID@CMUILocale@@SAJPBGPA_NPAK@Z -?Lock@?$CLockableFlexArray@VCStaticCritSec@@@@QAAXXZ -?Lock@CClientOpsNode@@QAAXXZ -?LockRegion@CBuffer@@UAAJT_ULARGE_INTEGER@@0K@Z -?LogError@CExecQueue@@MAAXPAVCExecRequest@@H@Z -?LoggingLevelEnabled@@YAHK@Z -?MakeInternalCopyOfThread@CWbemCallSecurity@@SAPAV1@XZ -?MakeOptimized@CVarVector@@QAAHHHH@Z -?MarkForRemoval@CTimerInstruction@@UAAJXZ -?Match@CLike@@QAA_NPBG@Z -?MatchSet@CLike@@IAA_NPBG0AAH@Z -?MoveToSubkey@Registry@@QAAHPBG@Z -?Mrci1Decompress@CBaseMrciCompression@@QAAIPAEI0I@Z -?Mrci1MaxCompress@CBaseMrciCompression@@QAAIPAEI0I@Z -?Mrci2Decompress@CBaseMrciCompression@@QAAIPAEI0I@Z -?Mrci2MaxCompress@CBaseMrciCompression@@QAAIPAEI0I@Z -?Next@CAbstractQl1Parser@@MAAHH@Z -?Next@CWQLScanner@@AAAHXZ -?NormalizeCimDateTime@@YAHPBGPAPAG@Z -?NotifyStartingThread@CTimerGenerator@@MAAXXZ -?NotifyStoppingThread@CTimerGenerator@@MAAXXZ -?ObjectCreated@CContainerControl@@UAAHPAUIUnknown@@@Z -?ObjectDestroyed@CContainerControl@@UAAXPAUIUnknown@@@Z -?OnInitialize@CUnk@@UAAHXZ -?Open@CEventLog@@QAAHXZ -?Open@Registry@@QAAHPAUHKEY__@@PBGK@Z -?OrderAces@CNtAcl@@QAAPAV1@XZ -?Parse@CAbstractQl1Parser@@QAAHPAVCQl1ParseSink@@H@Z -?Parse@CWQLScanner@@QAAHXZ -?Parse@QL1_Parser@@QAAHPAPAUQL_LEVEL_1_RPN_EXPRESSION@@@Z -?ParseAbsolute@CDMTFParser@@IAAXPBG@Z -?ParseDate@CDMTFParser@@IAAXPBG@Z -?ParseInterval@CDMTFParser@@IAAXPBG@Z -?ParsePart@CDMTFParser@@IAAHPBGHHPAHHH@Z -?Peek@CFlexQueue@@QAAPAXXZ -?ProcessArray@CTextTemplate@@AAAPAGABUtagVARIANT@@PAG@Z -?Publish@CPublishWMIOperationEvent@@SAJPAGKK000K0@Z -?PublishClientRequestFailure@CPublishWMIOperationEvent@@SAJPBGPAG1K10J0@Z -?PublishESSDrop@CPublishWMIOperationEvent@@SAJPAG0@Z -?PublishProviderInfo@CPublishWMIOperationEvent@@SAJKPAGK000PAUIWbemContext@@@Z -?PublishProviderStarted@CPublishWMIOperationEvent@@SAJPAGJ0K0@Z -?PublishRepDelete@CPublishWMIOperationEvent@@SAJKPAGPAUIWbemContext@@@Z -?PublishRepUpdate@CPublishWMIOperationEvent@@SAJKPAGKPAUIWbemContext@@@Z -?PublishStop@CPublishWMIOperationEvent@@SAJKJPAG@Z -?Pushback@CWQLScanner@@AAAHPAUWSLexToken@@@Z -?Query@CTraceSessionControl@@SAK_KPAGPAPAVCWMITraceSettings@@@Z -?QueryBlanket@CWbemCallSecurity@@UAAJPAK0PAPAG00PAPAX0@Z -?QueryInterface@CBuffer@@UAAJABU_GUID@@PAPAX@Z -?QueryInterface@CUnk@@UAAJABU_GUID@@PAPAX@Z -?QueryInterface@CUnkInternal@@UAAJABU_GUID@@PAPAX@Z -?QueryInterface@CWbemCallSecurity@@UAAJABU_GUID@@PAPAX@Z -?QueueUnblockedWaitForSingleObject@CExecQueue@@SAKPAXK@Z -?QueueWaitForSingleObject@CExecQueue@@SAKPAXK@Z -?Read@CBuffer@@UAAJPAXKPAK@Z -?ReadFromRegistry@CWMITraceSettings@@QAAKPBG@Z -?ReadI64@@YAHPBGAFA_J@Z -?ReadLPWSTR@CBuffer@@QAAJAAPBG@Z -?ReadUI64@@YAHPBGAFA_K@Z -?Realloc@CWin32DefaultArena@@UAAPAXPAXK@Z -?ReduceSql89Joins@CWQLScanner@@AAAHXZ -?ReduceSql92Joins@CWQLScanner@@AAAHXZ -?Register@CExecQueue@@KAXPAVCThreadRecord@1@@Z -?RegisterCMIFlushRepositoryCacheHook@CWbemInstallObject@@SAXP6AJH@Z@Z -?RegisterDLL@@YAXPAUHINSTANCE__@@U_GUID@@PAG22@Z -?RegisterDllAppid@@YAJPAUHINSTANCE__@@U_GUID@@PAG222@Z -?Release@CBasicUnloadInstruction@@UAAXXZ -?Release@CBuffer@@UAAKXZ -?Release@CContainerControl@@UAAXPAUIUnknown@@@Z -?Release@CExecQueue@@QAAXXZ -?Release@CUnk@@UAAKXZ -?Release@CUnkInternal@@UAAKXZ -?Release@CWbemCallSecurity@@UAAKXZ -?Release@QL_LEVEL_1_RPN_EXPRESSION@@QAAXXZ -?RemainsUntil@CWbemTime@@QBA?AVCWbemInterval@@ABV1@@Z -?Remove@CInstructionQueue@@QAAJPAVCInstructionTest@@PAPAVCTimerInstruction@@@Z -?Remove@CMinMaxLimitControl@@UAAJK@Z -?Remove@CTimerGenerator@@QAAJPAVCInstructionTest@@@Z -?RemoveAt@CFlexArray@@QAAHH@Z -?RemoveAt@CSafeArray@@QAAHH@Z -?RemoveAt@CSmallArrayBlob@@QAAPAV1@HPAPAX@Z -?RemoveAt@CVarVector@@QAAHH@Z -?RemoveAt@CWStringArray@@QAAHH@Z -?RemoveFileFromAutoRecoverFolder@@YAJPBG@Z -?RemoveMember@CLimitControl@@UAAJXZ -?RemoveSelf@CClientOpsNode@@QAAXXZ -?ReplaceAt@CWStringArray@@QAAHHPAG@Z -?ReplaceClassName@QL1_Parser@@SAPAGPAUQL_LEVEL_1_RPN_EXPRESSION@@PBG@Z -?Report@CEventLog@@QAAHGABU_EVENT_DESCRIPTOR@@VCInsertionString@@111111111@Z -?Requeue@CFlexQueue@@QAA_NPAX@Z -?Reread@CRegistryMinMaxLimitControl@@QAAJXZ -?Reset@CBuffer@@QAAXXZ -?Reset@CMRCIControl@@QAAXXZ -?ResetDate@CDateTimeParser@@IAAXH@Z -?ResetDateTime@CDateTimeParser@@IAAXH@Z -?ResetQueue@CFlexQueue@@QAAXXZ -?ResetTime@CDateTimeParser@@IAAXH@Z -?Resize@CNtAcl@@QAAHK@Z -?Resume@CHaltable@@QAAJXZ -?ResumeAll@CHaltable@@QAAJXZ -?RetrieveSidFromCall@@YAJAAVCNtSid@@@Z -?RetrieveSidFromCall@CIdentitySecurity@@AAAJAAVCNtSid@@@Z -?RetrieveSidFromToken@@YAJPAXAAVCNtSid@@@Z -?ReturnEscapedReturns@CTextTemplate@@AAAPAGPAG@Z -?Revert@CBuffer@@UAAJXZ -?RevertToSelf@CWbemCallSecurity@@UAAJXZ -?ScheduleFreeUnusedLibraries@CTimerGenerator@@QAAXXZ -?SchedulerThread@CTimerGenerator@@CAKPAX@Z -?SearchForRecord@CEventLog@@IAAHPAVCEventLogRecord@@@Z -?SearchForSuitableRequest@CExecQueue@@MAAPAVCExecRequest@@PAVCThreadRecord@1@@Z -?Seek@CBuffer@@UAAJT_LARGE_INTEGER@@KPAT_ULARGE_INTEGER@@@Z -?SelectList@CWQLScanner@@AAAHXZ -?Serialize@C9XAce@@UAA_NPAEI@Z -?Serialize@CNtAce@@UAA_NPAEI@Z -?Set100nss@CWbemTime@@QAAX_J@Z -?Set@CTimerGenerator@@QAAJPAVCTimerInstruction@@VCWbemTime@@@Z -?SetAggregated@QL_LEVEL_1_RPN_EXPRESSION@@UAAXXZ -?SetAggregationTolerance@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABU_tag_WbemQl1Tolerance@@@Z -?SetAreaFlags@CWMITraceSettings@@QAAXK@Z -?SetAsNull@CVar@@QAAXXZ -?SetAt@CFlexArray@@QAAXHPAX@Z -?SetAt@CSmallArrayBlob@@QAAPAV1@HPAXPAPAX@Z -?SetAt@CWStringArray@@QAAHHPBG@Z -?SetAutoRecoverFolder@CWbemInstallObject@@SAXPBG@Z -?SetBSTR@CVar@@QAAHPAG@Z -?SetBSTR@CVar@@QAAHVauto_bstr@@@Z -?SetBSTRAt@CSafeArray@@QAAHHPAG@Z -?SetBinary@Registry@@QAAHPBGPAEK@Z -?SetBinaryPath@CWbemInstallObject@@SAXPBG@Z -?SetBlob@CVar@@QAAXPAUtagBLOB@@H@Z -?SetBool@CVar@@QAAXF@Z -?SetBoolAt@CSafeArray@@QAAHHF@Z -?SetByte@CVar@@QAAXE@Z -?SetByteAt@CSafeArray@@QAAHHE@Z -?SetCanDelete@CVar@@QAAXH@Z -?SetChar@CVar@@QAAXD@Z -?SetClassName@QL_LEVEL_1_RPN_EXPRESSION@@UAAXPBG@Z -?SetClsId@CVar@@QAAXPAU_GUID@@H@Z -?SetCountQuery@QL_LEVEL_1_RPN_EXPRESSION@@UAAXXZ -?SetDMTF@CWbemTime@@QAAHPBG@Z -?SetDWORD@CVar@@QAAXK@Z -?SetDWORD@Registry@@QAAHPBGK@Z -?SetDWORDStr@Registry@@QAAHPBGK@Z -?SetDacl@CNtSecurityDescriptor@@QAAHPAVCNtAcl@@@Z -?SetDate@CDatePart@@QAAJPBD@Z -?SetDate@CDatePart@@QAAJPBG@Z -?SetDateTime@CDateTimeParser@@QAAHPBG@Z -?SetDefaultValues@CWMITraceSettings@@QAAKXZ -?SetDestructorPolicy@CSafeArray@@QAAXH@Z -?SetDispatch@CVar@@QAAXPAUIDispatch@@@Z -?SetDispatchAt@CSafeArray@@QAAHHPAUIDispatch@@@Z -?SetDouble@CVar@@QAAXN@Z -?SetDoubleAt@CSafeArray@@QAAHHN@Z -?SetEmbeddedObject@CVar@@QAAXPAUIUnknown@@@Z -?SetExpandStr@Registry@@QAAHPBG0@Z -?SetExpression@CLike@@QAAXPBGG@Z -?SetFailure@CStaticCritSec@@SAXXZ -?SetFileTime@CVar@@QAAXPAU_FILETIME@@@Z -?SetFileTime@CWbemTime@@QAAHABU_FILETIME@@@Z -?SetFlags@C9XAce@@UAAXJ@Z -?SetFlags@CNtAce@@UAAXJ@Z -?SetFloat@CVar@@QAAXM@Z -?SetFloatAt@CSafeArray@@QAAHHM@Z -?SetFromAbsoluteCopy@CNtSecurityDescriptor@@QAAHPAUSNtAbsoluteSD@@@Z -?SetGroup@CNtSecurityDescriptor@@QAAHPAVCNtSid@@@Z -?SetGrowGranularity@CSafeArray@@QAAXH@Z -?SetHandle@CPropertyName@@QAAXPAX@Z -?SetIdleTimeout@CExecQueue@@QAAXK@Z -?SetInfo@CClientOpsNode@@QAAXPAX@Z -?SetInterval@CBasicUnloadInstruction@@QAAXAAVCWbemInterval@@@Z -?SetLPSTR@CVar@@QAAHPADH@Z -?SetLPWSTR@CVar@@QAAHPAGH@Z -?SetLogingEnabled@CMemoryLog@@QAAX_N@Z -?SetLong@CVar@@QAAXJ@Z -?SetLongAt@CSafeArray@@QAAHHJ@Z -?SetMax@CMinMaxLimitControl@@QAAXK@Z -?SetMilliseconds@CWbemInterval@@QAAXK@Z -?SetMin@CMinMaxLimitControl@@QAAXK@Z -?SetMultiStr@Registry@@QAAHPBGPAGK@Z -?SetNext@CExecRequest@@QAAXPAV1@@Z -?SetObjectAccess2@@YAHPAX@Z -?SetOffline@CWbemInstallObject@@SAX_N@Z -?SetOverflowIdleTimeout@CExecQueue@@QAAXK@Z -?SetOwner@CNtSecurityDescriptor@@QAAHPAVCNtSid@@@Z -?SetPersistentCfgValue@CPersistentConfig@@QAAHKK@Z -?SetPreferredLanguages@CMUILocale@@SAJKPBGPAK@Z -?SetPriority@CExecRequest@@QAAXJ@Z -?SetQWORD@Registry@@QAAHPBG_K@Z -?SetRaw@CVar@@QAAXHPAXH@Z -?SetRawArrayBinding@CVarVector@@QAAXH@Z -?SetRawArrayData@CVarVector@@QAAJPAXHH@Z -?SetRawArrayMaxElement@CSafeArray@@QAAXH@Z -?SetRawArraySize@CVarVector@@QAAHH@Z -?SetRawData@CSafeArray@@QAAHPAXHH@Z -?SetRegistryPathCIMOM@CWbemInstallObject@@SAXPBG@Z -?SetRegistryPathWbem@CWbemInstallObject@@SAXPBG@Z -?SetRepositoryFolder@CWbemInstallObject@@SAXPBG@Z -?SetRequestLimits@CExecQueue@@QAAXJJJ@Z -?SetSacl@CNtSecurityDescriptor@@QAAHPAVCNtAcl@@@Z -?SetSafeArray@CVar@@QAAXHPAUtagSAFEARRAY@@@Z -?SetScalarAt@CSafeArray@@AAAHHTSA_ArrayScalar@@@Z -?SetShort@CVar@@QAAXF@Z -?SetShortAt@CSafeArray@@QAAHHF@Z -?SetSize@CBuffer@@QAAJK@Z -?SetSize@CBuffer@@UAAJT_ULARGE_INTEGER@@@Z -?SetSize@CFlexArray@@QAAXH@Z -?SetSleepAtMax@CMinMaxLimitControl@@QAAXK@Z -?SetStr@Registry@@QAAHPBG0@Z -?SetSystemTime@CWbemTime@@QAAHABU_SYSTEMTIME@@@Z -?SetTemplate@CTextTemplate@@QAAXPBG@Z -?SetThreadLimits@CExecQueue@@QAAXJJJ@Z -?SetTolerance@QL_LEVEL_1_RPN_EXPRESSION@@UAAXABU_tag_WbemQl1Tolerance@@@Z -?SetTraceLevel@CWMITraceSettings@@QAAXE@Z -?SetUnknown@CVar@@QAAXPAUIUnknown@@@Z -?SetUnknownAt@CSafeArray@@QAAHHPAUIUnknown@@@Z -?SetVarVector@CVar@@QAAXPAVCVarVector@@H@Z -?SetVariant@CVar@@QAAHPAUtagVARIANT@@H@Z -?SetVariantAt@CSafeArray@@QAAHHPAUtagVARIANT@@@Z -?SetWMITraceSession@@YAXPAX@Z -?SetWhenDoneHandle@CExecRequest@@QAAXPAX@Z -?SetWord@CVar@@QAAXG@Z -?Set_WPP_INIT_TRACING_Call_State@@YAX_N@Z -?Shrink@CSmallArrayBlob@@IAAPAV1@XZ -?ShrinkIfNeeded@CSmallArrayBlob@@IAAPAV1@XZ -?Shutdown@CExecQueue@@QAAXXZ -?Shutdown@CTimerGenerator@@UAAJXZ -?Shutdown@CWbemInstallObject@@SAXXZ -?ShutdownThread@CExecQueue@@MAAXPAVCThreadRecord@1@@Z -?SitOutPenalty@CExecQueue@@MAAXJ@Z -?Size@CFlexArray@@QBAHXZ -?Size@CSafeArray@@QAAHXZ -?Size@CSmallArrayBlob@@QBAHXZ -?Size@CVarVector@@QAAHXZ -?Size@CWStringArray@@QBAHXZ -?Sort@CFlexArray@@QAAXXZ -?Sort@CSmallArrayBlob@@QAAXXZ -?Sort@CWStringArray@@QAAXXZ -?Start@CTraceSessionControl@@SAKPBU_GUID@@PAVCWMITraceSettings@@@Z -?Stat@CBuffer@@UAAJPAUtagSTATSTG@@K@Z -?Status@CSafeArray@@QAAHXZ -?Status@CVar@@QAAHXZ -?Status@CVarVector@@QAAHXZ -?StripToToken@WString2@@QAAAAV1@GH@Z -?StripToToken@WString@@QAAAAV1@GH@Z -?StripWhereClause@CWQLScanner@@AAAHXZ -?StripWs@WString2@@QAAAAV1@H@Z -?StripWs@WString@@QAAAAV1@H@Z -?SwitchRow@CLike@@AAAXIAAPAE0@Z -?Terminate@CBasicUnloadInstruction@@QAAXXZ -?TestDirExistAndCreateWithSDIfNotThere@@YAJPAG0@Z -?ThreadMain@CExecQueue@@MAAXPAVCThreadRecord@1@@Z -?Throttle@@YAJKKKKK@Z -?TimeFormat1@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat2@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat3@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat4@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat5@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat6@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat7@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat8@CDateTimeParser@@IAAHPBGH@Z -?TimeFormat9@CDateTimeParser@@IAAHPBGH@Z -?TimeToWait@CInstructionQueue@@IAA?AVCWbemInterval@@XZ -?ToSingleChar@CVar@@QAAHXZ -?ToSingleChar@CVarVector@@QAAHXZ -?ToUI4@CVar@@QAAHXZ -?ToUI4@CVarVector@@QAAHXZ -?TouchHead@CInstructionQueue@@IAAXXZ -?Transform@MD5@@SAXPAXIQAE@Z -?Transform@SHA256@@SAXPAXIQAE@Z -?TranslateIntrinsic@CAbstractQl1Parser@@KAKPBG@Z -?Trim@CFlexArray@@QAAXXZ -?Trim@CSafeArray@@QAAHXZ -?Trim@CSmallArrayBlob@@QAAXXZ -?TruncAtLToken@WString2@@QAAAAV1@G@Z -?TruncAtLToken@WString@@QAAAAV1@G@Z -?TruncAtRToken@WString2@@QAAAAV1@G@Z -?TruncAtRToken@WString@@QAAAAV1@G@Z -?TypeToText@CVar@@SAPAGH@Z -?UnRegisterDLL@@YAXU_GUID@@PAG@Z -?Unaccess@CSafeArray@@QAAJXZ -?UnaccessRawArray@CVarVector@@QAAJXZ -?UnbindPtr@CFlexArray@@QAAPAPAXXZ -?UnbindPtr@WString2@@QAAPAGXZ -?UnbindPtr@WString@@QAAPAGXZ -?UnblockedWaitForSingleObject@CExecQueue@@MAAKPAXKPAVCThreadRecord@1@@Z -?UncompressBuffer@CMRCICompression@@QAAIPAEK0KW4CompressionLevel@1@@Z -?UncompressFile@CMRCICompression@@QAAHPBG0@Z -?UncompressFileV1@CMRCICompression@@IAAHHH@Z -?UninitializeThread@CExecQueue@@MAAXXZ -?Union@CWStringArray@@SAXAAV1@00@Z -?Unlock@?$CLockableFlexArray@VCStaticCritSec@@@@QAAXXZ -?Unlock@CClientOpsNode@@QAAXXZ -?UnlockRegion@CBuffer@@UAAJT_ULARGE_INTEGER@@0K@Z -?Unqueue@CFlexQueue@@QAAPAXXZ -?Unquote@WString2@@QAAXXZ -?Unquote@WString@@QAAXXZ -?UnregisterCMIFlushRepositoryCacheHook@CWbemInstallObject@@SAXXZ -?UnregisterDllAppid@@YAJU_GUID@@@Z -?UpdateChildren@CClientOpsNode@@AAAXPAV1@@Z -?ValidateMemSize@CWin32DefaultArena@@SAHH@Z -?WMIControlCallback@@YAK_KPAEPAK@Z -?WMIControlClientOpsCallback@@YAK_KPAEPAK@Z -?WaitAndPeek@CInstructionQueue@@QAAJAAPAVCTimerInstruction@@AAVCWbemTime@@@Z -?WaitForResumption@CHaltable@@QAAJXZ -?WaitForSingleObjectWhileBusy@CExecQueue@@MAAKPAXKPAVCThreadRecord@1@@Z -?WbemGetMachineShutdown@@YAHXZ -?WbemHeapFree@CWin32DefaultArena@@SAXXZ -?WbemHeapInitialize@CWin32DefaultArena@@SAHPAX@Z -?WbemMemAlloc@CWin32DefaultArena@@SAPAXK@Z -?WbemMemFree@CWin32DefaultArena@@SAHPAX@Z -?WbemMemReAlloc@CWin32DefaultArena@@SAPAXPAXK@Z -?WbemMemSize@CWin32DefaultArena@@SAKPAX@Z -?WbemOutOfMemory@CWin32DefaultArena@@SAHXZ -?WbemSetDynamicCloaking@@YAJPAUIUnknown@@KK@Z -?WbemSetMachineShutdown@@YAHH@Z -?WbemSysAllocString@CWin32DefaultArena@@SAPAGPBG@Z -?WbemSysAllocStringByteLen@CWin32DefaultArena@@SAPAGPBDI@Z -?WbemSysAllocStringLen@CWin32DefaultArena@@SAPAGPBGI@Z -?WbemSysFreeString@CWin32DefaultArena@@SAXPAG@Z -?WbemSysReAllocString@CWin32DefaultArena@@SAHPAPAGPBG@Z -?WbemSysReAllocStringLen@CWin32DefaultArena@@SAHPAPAGPBGI@Z -?WbemVariantChangeType@@YAJPAUtagVARIANT@@0G@Z -?WildcardTest@WString@@QBAHPBG@Z -?WinPEKey@@YAHXZ -?Write@CBuffer@@UAAJPBXKPAK@Z -?Write@CMemoryLog@@QAAXJ@Z -?Write@CMemoryLog@@QAAXPAXK@Z -?WriteLPWSTR@CBuffer@@QAAJPBG@Z -?WriteToRegistry@CWMITraceSettings@@QAAKPBG@Z -?_Alloc@CMUILocale@@SAPAXI@Z -?_DoTraceHRFailure_@@YAXJ@Z -?_Free@CMUILocale@@SAHPAX@Z -?_GetSystemDefaultLocale@CMUILocale@@SAJPAPAGK@Z -?_GetSystemDefaultLocaleName@CMUILocale@@SAJPAPAG@Z -?_GetThreadPreferredUILanguages@CMUILocale@@SAJKPAKPAG0@Z -?_IsValidElementName@@YAHPBGK0@Z -?_LCIDToLocaleName@CMUILocale@@SAJKPAGHK@Z -?_LocaleNameToLCID@CMUILocale@@SAJPAGKPAK@Z -?_SetThreadPreferredUILanguages@CMUILocale@@SAJKPBGPAK@Z -?_ThreadEntry@CExecQueue@@KAKPAX@Z -?_ThrowMemoryException_@@YAXXZ -?aggregate_by@CAbstractQl1Parser@@IAAHXZ -?aggregate_within@CAbstractQl1Parser@@IAAHXZ -?aggregation_params@CAbstractQl1Parser@@IAAHXZ -?anyFailed_@CStaticCritSec@@0HA DATA -?anyFailure@CStaticCritSec@@SAHXZ -?bAreWeLocal@@YAHPAG@Z -?charbuf@CBaseMrciCompression@@AAAXI@Z -?class_name@CAbstractQl1Parser@@IAAHXZ -?comp_operator@CAbstractQl1Parser@@IAAHXZ -?equiv_operator@CAbstractQl1Parser@@IAAHXZ -?expandstring@CBaseMrciCompression@@AAAXPAPAEII@Z -?expr2@CAbstractQl1Parser@@IAAHXZ -?expr@CAbstractQl1Parser@@IAAHXZ -?finalize@CAbstractQl1Parser@@IAAHXZ -?getbit@CBaseMrciCompression@@AAAIXZ -?getbits@CBaseMrciCompression@@AAAII@Z -?inithash@CBaseMrciCompression@@AAAXXZ -?isValid@CHaltable@@QAA_NXZ -?is_operator@CAbstractQl1Parser@@IAAHXZ -?isunialpha@@YAHG@Z -?isunialphanum@@YAHG@Z -?leading_ident_expr@CAbstractQl1Parser@@IAAHXZ -?m_bOffline@CWbemInstallObject@@0_NA DATA -?m_csFunctionPointers@CMUILocale@@0VCCritSec@@A DATA -?m_csFunctionPointers@CPublishWMIOperationEvent@@0VCCritSec@@A DATA -?m_csGlobal@CClientOpsNode@@0VCCritSec@@A DATA -?m_fEventActivityIdControl@CPublishWMIOperationEvent@@2P6AKKPAU_GUID@@@ZA DATA -?m_fEventEnabled@CPublishWMIOperationEvent@@0P6AE_KPBU_EVENT_DESCRIPTOR@@@ZA DATA -?m_fEventRegister@CPublishWMIOperationEvent@@0P6AKPBU_GUID@@P6AX0KE_K1PAU_EVENT_FILTER_DESCRIPTOR@@PAX@Z3PA_K@ZA DATA -?m_fEventUnregister@CPublishWMIOperationEvent@@0P6AK_K@ZA DATA -?m_fEventWrite@CPublishWMIOperationEvent@@0P6AK_KPAU_EVENT_DESCRIPTOR@@KPAU_EVENT_DATA_DESCRIPTOR@@@ZA DATA -?m_fEventWriteTransfer@CPublishWMIOperationEvent@@2P6AK_KPBU_EVENT_DESCRIPTOR@@PBU_GUID@@2KPAU_EVENT_DATA_DESCRIPTOR@@@ZA DATA -?m_fGetLocaleInfoEx@CMUILocale@@0PAXA DATA -?m_fGetSystemDefaultLocaleName@CMUILocale@@0PAXA DATA -?m_fGetThreadPreferredUILanguages@CMUILocale@@0PAXA DATA -?m_fLCIDToLocaleName@CMUILocale@@0PAXA DATA -?m_fLocaleNameToLCID@CMUILocale@@0PAXA DATA -?m_fSetThreadPreferredUILanguages@CMUILocale@@0PAXA DATA -?m_hAdvAPI32@CPublishWMIOperationEvent@@0PAUHINSTANCE__@@A DATA -?m_hKernel32@CMUILocale@@0PAUHINSTANCE__@@A DATA -?m_pEnvironmentMap@CWbemInstallObject@@0PAV?$map@PBGPBGU?$SZLess@PBG@@V?$wbem_allocator@PBG@@@std@@A DATA -?m_pfFlushCache@CWbemInstallObject@@0P6AJH@ZA DATA -?m_publisher@CPublishWMIOperationEvent@@2_KA DATA -?m_pwszAutoRecoverPath@CWbemInstallObject@@0PBGB DATA -?m_pwszBinaryPath@CWbemInstallObject@@0PBGB DATA -?m_pwszRegistryPathCIMOM@CWbemInstallObject@@0PBGB DATA -?m_pwszRegistryPathWbem@CWbemInstallObject@@0PBGB DATA -?m_pwszRepositoryPath@CWbemInstallObject@@0PBGB DATA -?m_rgClsidDllMap@CWbemInstallObject@@0PAUClsidDllMapping@@A DATA -?m_rgDllModules@CWbemInstallObject@@0PAUDllModuleHandle@@A DATA -?mrci1outsingle@CBaseMrciCompression@@AAAXI@Z -?mrci1outstring@CBaseMrciCompression@@AAAXII@Z -?mrci2outsingle@CBaseMrciCompression@@AAAXI@Z -?mrci2outstring@CBaseMrciCompression@@AAAXII@Z -?ms_XXX_Locale_From_LCID@CMUILocale@@SAJKPAPAG@Z -?ms_XXX_Locale_To_LCID@CMUILocale@@SAJPBGPAK@Z -?mstatic_dwTlsIndex@@3KA DATA -?mstatic_lNumInits@CExecQueue@@1JA DATA -?opt_aggregation@CAbstractQl1Parser@@IAAHXZ -?opt_having@CAbstractQl1Parser@@IAAHXZ -?opt_where@CAbstractQl1Parser@@IAAHXZ -?outlength@CBaseMrciCompression@@AAAXI@Z -?parse@CAbstractQl1Parser@@IAAHH@Z -?parse_property_name@CAbstractQl1Parser@@IAAHAAVCPropertyName@@@Z -?prop_list@CAbstractQl1Parser@@IAAHXZ -?prop_list_2@CAbstractQl1Parser@@IAAHXZ -?property_name@CAbstractQl1Parser@@IAAHXZ -?putbits@CBaseMrciCompression@@AAAXII@Z -?rel_operator@CAbstractQl1Parser@@IAAHXZ -?sMatachedWithOneChar@CLike@@0EB -?sMatachedWithWildcardChar@CLike@@0EB -?sNoMatch@CLike@@0EB -?simple_expr@CAbstractQl1Parser@@IAAHXZ -?staticRead@CBasicUnloadInstruction@@SA?AVCWbemInterval@@PAUIWbemServices@@PAUIWbemContext@@PBG@Z -?term2@CAbstractQl1Parser@@IAAHXZ -?term@CAbstractQl1Parser@@IAAHXZ -?tolerance@CAbstractQl1Parser@@IAAHXZ -?trailing_const_expr@CAbstractQl1Parser@@IAAHXZ -?trailing_ident_expr@CAbstractQl1Parser@@IAAHXZ -?trailing_or_null@CAbstractQl1Parser@@IAAHXZ -?trailing_prop_expr@CAbstractQl1Parser@@IAAHXZ -?typed_constant@CAbstractQl1Parser@@IAAHXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wcnnetsh.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wcnnetsh.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wcnnetsh.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wcnnetsh.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WCNNETSH.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WCNNETSH.dll" -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wcspluginservice.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wcspluginservice.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wcspluginservice.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wcspluginservice.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WcsPlugInService.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WcsPlugInService.dll" -EXPORTS -ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wdigest.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wdigest.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wdigest.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wdigest.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -; -; Definition file of wdigest.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wdigest.dll" -EXPORTS -SpInitialize -CredentialUpdateRegister -SsiCredentialsUpdateNotify -CredentialUpdateFree -CredentialUpdateNotify -SpLsaModeInitialize -SpUserModeInitialize -SsiCredentialsUpdateFree -SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/webcheck.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/webcheck.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/webcheck.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/webcheck.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WebCheck.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WebCheck.dll" -EXPORTS -ord_9 @9 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/webclnt.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/webclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/webclnt.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/webclnt.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -; -; Definition file of webclnt.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "webclnt.dll" -EXPORTS -DavClose -DavInit -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wecapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wecapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wecapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wecapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of WecApi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WecApi.dll" -EXPORTS -EcIsConfigRequired -EcQuickConfig -EcClose -EcDeleteSubscription -EcEnumNextSubscription -EcGetObjectArrayProperty -EcGetObjectArraySize -EcGetSubscriptionProperty -EcGetSubscriptionRunTimeStatus -EcInsertObjectArrayElement -EcOpenSubscription -EcOpenSubscriptionEnum -EcRemoveObjectArrayElement -EcRetrySubscription -EcSaveSubscription -EcSetObjectArrayProperty -EcSetSubscriptionProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wevtapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wevtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wevtapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wevtapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -; -; Definition file of wevtapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wevtapi.dll" -EXPORTS -EvtIntSysprepCleanup -EvtSetObjectArrayProperty -EvtArchiveExportedLog -EvtCancel -EvtClearLog -EvtClose -EvtCreateBookmark -EvtCreateRenderContext -EvtExportLog -EvtFormatMessage -EvtGetChannelConfigProperty -EvtGetEventInfo -EvtGetEventMetadataProperty -EvtGetExtendedStatus -EvtGetLogInfo -EvtGetObjectArrayProperty -EvtGetObjectArraySize -EvtGetPublisherMetadataProperty -EvtGetQueryInfo -EvtIntAssertConfig -EvtIntCreateBinXMLFromCustomXML -EvtIntCreateLocalLogfile -EvtIntGetClassicLogDisplayName -EvtIntRenderResourceEventTemplate -EvtIntReportAuthzEventAndSourceAsync -EvtIntReportEventAndSourceAsync -EvtIntRetractConfig -EvtIntWriteXmlEventToLocalLogfile -EvtNext -EvtNextChannelPath -EvtNextEventMetadata -EvtNextPublisherId -EvtOpenChannelConfig -EvtOpenChannelEnum -EvtOpenEventMetadataEnum -EvtOpenLog -EvtOpenPublisherEnum -EvtOpenPublisherMetadata -EvtOpenSession -EvtQuery -EvtRender -EvtSaveChannelConfig -EvtSeek -EvtSetChannelConfigProperty -EvtSubscribe -EvtUpdateBookmark diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/whhelper.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/whhelper.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/whhelper.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/whhelper.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of whhelper.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "whhelper.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wiarpc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wiarpc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wiarpc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wiarpc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of wiarpc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wiarpc.dll" -EXPORTS -??0BUFFER@@QAA@I@Z -??0BUFFER_CHAIN@@QAA@XZ -??0BUFFER_CHAIN_ITEM@@QAA@I@Z -??1BUFFER@@QAA@XZ -??1BUFFER_CHAIN@@QAA@XZ -??1BUFFER_CHAIN_ITEM@@QAA@XZ -??_FBUFFER@@QAAXXZ -??_FBUFFER_CHAIN_ITEM@@QAAXXZ -?QueryPtr@BUFFER@@QBAPAXXZ -?QuerySize@BUFFER@@QBAIXZ -?QueryUsed@BUFFER_CHAIN_ITEM@@QBAKXZ -ServiceMain -?SetUsed@BUFFER_CHAIN_ITEM@@QAAXK@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wiashext.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wiashext.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wiashext.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wiashext.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of wiashext.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wiashext.dll" -EXPORTS -AddDeviceWasChosen -AddDeviceWasChosenA -AddDeviceWasChosenW -MakeFullPidlForDevice -DoDeleteAllItems diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/win32spl.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/win32spl.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/win32spl.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/win32spl.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of csrspl.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "csrspl.dll" -EXPORTS -InitializePrintMonitor2 -InitializePrintProvidor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wincorlib.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wincorlib.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wincorlib.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wincorlib.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,256 +0,0 @@ -; -; Definition file of wincorlib.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wincorlib.DLL" -EXPORTS -?@Exception@Platform@@U$AAAXXZ -?@String@Platform@@U$AAAXXZ -?@Type@Platform@@U$AAAXXZ -??0AccessDeniedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0AccessDeniedException@Platform@@Q$AAA@XZ -??0Attribute@Metadata@Platform@@Q$AAA@XZ -??0Boolean@Platform@@QAA@_N@Z -??0COMException@Platform@@Q$AAA@H@Z -??0COMException@Platform@@Q$AAA@HP$AAVString@1@@Z -??0ChangedStateException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ChangedStateException@Platform@@Q$AAA@XZ -??0ClassNotRegisteredException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ClassNotRegisteredException@Platform@@Q$AAA@XZ -??0Delegate@Platform@@Q$AAA@XZ -??0DisconnectedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0DisconnectedException@Platform@@Q$AAA@XZ -??0Enum@Platform@@Q$AAA@XZ -??0Exception@Platform@@Q$AAA@H@Z -??0Exception@Platform@@Q$AAA@HP$AAVString@1@@Z -??0FailureException@Platform@@Q$AAA@P$AAVString@1@@Z -??0FailureException@Platform@@Q$AAA@XZ -??0GridLength@Xaml@UI@Windows@@QAA@NW4GridUnitType@123@@Z -??0IntPtr@Platform@@QAA@H@Z -??0IntPtr@Platform@@QAA@PAX@Z -??0InvalidArgumentException@Platform@@Q$AAA@P$AAVString@1@@Z -??0InvalidArgumentException@Platform@@Q$AAA@XZ -??0InvalidCastException@Platform@@Q$AAA@P$AAVString@1@@Z -??0InvalidCastException@Platform@@Q$AAA@XZ -??0MTAThreadAttribute@Platform@@Q$AAA@XZ -??0NotImplementedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0NotImplementedException@Platform@@Q$AAA@XZ -??0NullReferenceException@Platform@@Q$AAA@P$AAVString@1@@Z -??0NullReferenceException@Platform@@Q$AAA@XZ -??0Object@Platform@@Q$AAA@XZ -??0ObjectDisposedException@Platform@@Q$AAA@P$AAVString@1@@Z -??0ObjectDisposedException@Platform@@Q$AAA@XZ -??0OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAA@XZ -??0OperationCanceledException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OperationCanceledException@Platform@@Q$AAA@XZ -??0OutOfBoundsException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OutOfBoundsException@Platform@@Q$AAA@XZ -??0OutOfMemoryException@Platform@@Q$AAA@P$AAVString@1@@Z -??0OutOfMemoryException@Platform@@Q$AAA@XZ -??0Rect@Foundation@Windows@@QAA@VPoint@12@0@Z -??0Rect@Foundation@Windows@@QAA@VPoint@12@VSize@12@@Z -??0RepeatBehavior@Animation@Media@Xaml@UI@Windows@@QAA@N@Z -??0STAThreadAttribute@Platform@@Q$AAA@XZ -??0SizeT@Platform@@QAA@H@Z -??0SizeT@Platform@@QAA@PAX@Z -??0Type@Platform@@Q$AAA@P$AAVObject@1@@Z -??0Type@Platform@@Q$AAA@VIntPtr@1@@Z -??0Type@Platform@@Q$AAA@VTypeName@Interop@Xaml@UI@Windows@@@Z -??0ValueType@Platform@@Q$AAA@XZ -??0WrongThreadException@Platform@@Q$AAA@P$AAVString@1@@Z -??0WrongThreadException@Platform@@Q$AAA@XZ -??0char16@default@@QAA@_W@Z -??0float32@default@@QAA@M@Z -??0float64@default@@QAA@N@Z -??0int16@default@@QAA@F@Z -??0int32@default@@QAA@H@Z -??0int64@default@@QAA@_J@Z -??0int8@default@@QAA@C@Z -??0uint16@default@@QAA@G@Z -??0uint32@default@@QAA@I@Z -??0uint64@default@@QAA@_K@Z -??0uint8@default@@QAA@E@Z -??BIntPtr@Platform@@SA?AV01@H@Z -??BIntPtr@Platform@@SA?AV01@PAX@Z -??BIntPtr@Platform@@SAPAXV01@@Z -??BType@Platform@@SA?AVTypeName@Interop@Xaml@UI@Windows@@P$AAV01@@Z -??BType@Platform@@SAP$AAV01@VTypeName@Interop@Xaml@UI@Windows@@@Z -??DMatrix3D@Media3D@Media@Xaml@UI@Windows@@SA?AV012345@V012345@0@Z -??GDuration@Xaml@UI@Windows@@SA?AV0123@V0123@0@Z -??HDuration@Xaml@UI@Windows@@SA?AV0123@V0123@0@Z -??MDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??NDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??ODuration@Xaml@UI@Windows@@SA_NV0123@0@Z -??PDuration@Xaml@UI@Windows@@SA_NV0123@0@Z -?AlignedAllocate@Heap@Details@Platform@@SAPAXII@Z -?AlignedAllocateException@Heap@Details@Platform@@SAPAXII@Z -?AlignedFree@Heap@Details@Platform@@SAXPAX@Z -?AlignedFreeException@Heap@Details@Platform@@SAXPAX@Z -?Allocate@Heap@Details@Platform@@SAPAXI@Z -?AllocateException@Heap@Details@Platform@@SAPAXI@Z -?Compare@Duration@Xaml@UI@Windows@@SAHV1234@0@Z -?Contains@Rect@Foundation@Windows@@QAA_NVPoint@23@@Z -?CreateException@Exception@Platform@@SAP$AAV12@H@Z -?CreateException@Exception@Platform@@SAP$AAV12@HP$AAVString@2@@Z -?CreateValue@Details@Platform@@YAP$AAVObject@2@P$AAVType@2@PBX@Z -?EnableFactoryCache@@YAXXZ -?EnumerateAllocatedObjects@Heap@Details@Platform@@SAXP$AAVHeapEntryHandler@23@@Z -?Equals@Attribute@Metadata@Platform@@Q$AAA_NP$AAVObject@3@@Z -?Equals@Boolean@Platform@@QAA_NP$AAVObject@2@@Z -?Equals@Delegate@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Enum@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Exception@Platform@@U$AAA_NP$AAVObject@2@@Z -?Equals@MTAThreadAttribute@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Object@Platform@@Q$AAA_NP$AAV12@@Z -?Equals@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAA_NP$AAVObject@4@@Z -?Equals@STAThreadAttribute@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@Type@Platform@@U$AAA_NP$AAVObject@2@@Z -?Equals@ValueType@Platform@@Q$AAA_NP$AAVObject@2@@Z -?Equals@char16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@float32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@float64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@int8@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint16@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint32@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint64@default@@QAA_NP$AAVObject@Platform@@@Z -?Equals@uint8@default@@QAA_NP$AAVObject@Platform@@@Z -?EventSourceAdd@Details@Platform@@YA?AVEventRegistrationToken@Foundation@Windows@@PAPAXPAUEventLock@12@P$AAVDelegate@2@@Z -?EventSourceGetTargetArray@Details@Platform@@YAPAXPAXPAUEventLock@12@@Z -?EventSourceGetTargetArrayEvent@Details@Platform@@YAPAXPAXI@Z -?EventSourceGetTargetArraySize@Details@Platform@@YAIPAX@Z -?EventSourceInitialize@Details@Platform@@YAXPAPAX@Z -?EventSourceRemove@Details@Platform@@YAXPAPAXPAUEventLock@12@VEventRegistrationToken@Foundation@Windows@@@Z -?EventSourceUninitialize@Details@Platform@@YAXPAPAX@Z -?FlushFactoryCache@@YAXXZ -?Free@Heap@Details@Platform@@SAXPAX@Z -?FreeException@Heap@Details@Platform@@SAXPAX@Z -?GetActivationFactory@Details@Platform@@YAJPAVModuleBase@1WRL@Microsoft@@PAUHSTRING__@@PAPAUIActivationFactory@@@Z -?GetActivationFactoryByPCWSTR@@YAJPAXAAVGuid@Platform@@PAPAX@Z -?GetCmdArguments@Details@Platform@@YAPAPA_WPAH@Z -?GetHashCode@Attribute@Metadata@Platform@@Q$AAAHXZ -?GetHashCode@Boolean@Platform@@QAAHXZ -?GetHashCode@Delegate@Platform@@Q$AAAHXZ -?GetHashCode@Enum@Platform@@Q$AAAHXZ -?GetHashCode@Exception@Platform@@U$AAAHXZ -?GetHashCode@Guid@Platform@@QAAHXZ -?GetHashCode@MTAThreadAttribute@Platform@@Q$AAAHXZ -?GetHashCode@Object@Platform@@Q$AAAHXZ -?GetHashCode@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAAHXZ -?GetHashCode@STAThreadAttribute@Platform@@Q$AAAHXZ -?GetHashCode@Type@Platform@@U$AAAHXZ -?GetHashCode@ValueType@Platform@@Q$AAAHXZ -?GetHashCode@char16@default@@QAAHXZ -?GetHashCode@float32@default@@QAAHXZ -?GetHashCode@float64@default@@QAAHXZ -?GetHashCode@int16@default@@QAAHXZ -?GetHashCode@int32@default@@QAAHXZ -?GetHashCode@int64@default@@QAAHXZ -?GetHashCode@int8@default@@QAAHXZ -?GetHashCode@uint16@default@@QAAHXZ -?GetHashCode@uint32@default@@QAAHXZ -?GetHashCode@uint64@default@@QAAHXZ -?GetHashCode@uint8@default@@QAAHXZ -?GetIBoxArrayVtable@Details@Platform@@YAPAXPAX@Z -?GetIBoxVtable@Details@Platform@@YAPAXPAX@Z -?GetIidsFn@@YAJHPAKPBU__s_GUID@@PAPAVGuid@Platform@@@Z -?GetObjectContext@Details@Platform@@YAPAUIUnknown@@XZ -?GetProxyImpl@Details@Platform@@YAJPAUIUnknown@@ABU_GUID@@0PAPAU3@@Z -?GetType@Boolean@Platform@@QAAP$AAVType@2@XZ -?GetType@Guid@Platform@@QAAP$AAVType@2@XZ -?GetType@Object@Platform@@Q$AAAP$AAVType@2@XZ -?GetType@char16@default@@QAAP$AAVType@Platform@@XZ -?GetType@float32@default@@QAAP$AAVType@Platform@@XZ -?GetType@float64@default@@QAAP$AAVType@Platform@@XZ -?GetType@int16@default@@QAAP$AAVType@Platform@@XZ -?GetType@int32@default@@QAAP$AAVType@Platform@@XZ -?GetType@int64@default@@QAAP$AAVType@Platform@@XZ -?GetType@int8@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint16@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint32@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint64@default@@QAAP$AAVType@Platform@@XZ -?GetType@uint8@default@@QAAP$AAVType@Platform@@XZ -?GetTypeCode@Type@Platform@@SA?AW4TypeCode@2@P$AAV12@@Z -?GetWeakReference@Details@Platform@@YAPAU__abi_IUnknown@@Q$ADVObject@2@@Z -?InitializeData@Details@Platform@@YAJH@Z -?Intersect@Rect@Foundation@Windows@@QAAXV123@@Z -?IntersectsWith@Rect@Foundation@Windows@@QAA_NV123@@Z -?Invert@Matrix3D@Media3D@Media@Xaml@UI@Windows@@QAAXXZ -?ReCreateException@Exception@Platform@@SAP$AAV12@H@Z -?ReCreateFromException@Details@Platform@@YAJP$AAVException@2@@Z -?ReferenceEquals@Object@Platform@@SA_NP$AAV12@0@Z -?ReferenceEquals@Object@Platform@@SA_NP$AAVString@2@0@Z -?RegisterFactories@Details@Platform@@YAP$AAVObject@2@PAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@P6AXXZ@Z -?ReleaseInContextImpl@Details@Platform@@YAJPAUIUnknown@@0@Z -?ResolveWeakReference@Details@Platform@@YAP$AAVObject@2@ABU_GUID@@PAPAU__abi_IUnknown@@@Z -?RunApplicationServer@Details@Platform@@YAXPAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@PB_W@Z -?RunServer@Details@Platform@@YAXPAPAVModuleBase@1WRL@Microsoft@@PAPAU__abi_Module@@PB_W@Z -?TerminateModule@Details@Platform@@YA_NPAVModuleBase@1WRL@Microsoft@@@Z -?ToInt32@IntPtr@Platform@@QAAHXZ -?ToString@Attribute@Metadata@Platform@@Q$AAAP$AAVString@3@XZ -?ToString@Boolean@Platform@@QAAP$AAVString@2@XZ -?ToString@Delegate@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Enum@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Exception@Platform@@U$AAAP$AAVString@2@XZ -?ToString@Guid@Platform@@QAAP$AAVString@2@XZ -?ToString@MTAThreadAttribute@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@OnePhaseConstructedAttribute@CompilerServices@Runtime@Platform@@Q$AAAP$AAVString@4@XZ -?ToString@STAThreadAttribute@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@Type@Platform@@U$AAAP$AAVString@2@XZ -?ToString@ValueType@Platform@@Q$AAAP$AAVString@2@XZ -?ToString@char16@default@@QAAP$AAVString@Platform@@XZ -?ToString@float32@default@@QAAP$AAVString@Platform@@XZ -?ToString@float64@default@@QAAP$AAVString@Platform@@XZ -?ToString@int16@default@@QAAP$AAVString@Platform@@XZ -?ToString@int32@default@@QAAP$AAVString@Platform@@XZ -?ToString@int64@default@@QAAP$AAVString@Platform@@XZ -?ToString@int8@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint16@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint32@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint64@default@@QAAP$AAVString@Platform@@XZ -?ToString@uint8@default@@QAAP$AAVString@Platform@@XZ -?UninitializeData@Details@Platform@@YAXH@Z -?Union@Rect@Foundation@Windows@@QAAXV123@@Z -?Union@Rect@Foundation@Windows@@QAAXVPoint@23@@Z -?WriteLine@Console@Details@Platform@@SAXP$AAVObject@3@@Z -?WriteLine@Console@Details@Platform@@SAXP$AAVString@3@@Z -?WriteLine@Console@Details@Platform@@SAXXZ -?__abi_FailFast@@YAXXZ -?__abi_ObjectToString@__abi_details@@YAP$AAVString@Platform@@P$AAVObject@3@_N@Z -?__abi_WinRTraiseAccessDeniedException@@YAXXZ -?__abi_WinRTraiseCOMException@@YAXJ@Z -?__abi_WinRTraiseChangedStateException@@YAXXZ -?__abi_WinRTraiseClassNotRegisteredException@@YAXXZ -?__abi_WinRTraiseDisconnectedException@@YAXXZ -?__abi_WinRTraiseFailureException@@YAXXZ -?__abi_WinRTraiseInvalidArgumentException@@YAXXZ -?__abi_WinRTraiseInvalidCastException@@YAXXZ -?__abi_WinRTraiseNotImplementedException@@YAXXZ -?__abi_WinRTraiseNullReferenceException@@YAXXZ -?__abi_WinRTraiseObjectDisposedException@@YAXXZ -?__abi_WinRTraiseOperationCanceledException@@YAXXZ -?__abi_WinRTraiseOutOfBoundsException@@YAXXZ -?__abi_WinRTraiseOutOfMemoryException@@YAXXZ -?__abi_WinRTraiseWrongThreadException@@YAXXZ -?__abi_cast_Object_to_String@__abi_details@@YAP$AAVString@Platform@@_NP$AAVObject@3@@Z -?__abi_cast_String_to_Object@__abi_details@@YAP$AAVObject@Platform@@P$AAVString@3@@Z -?__abi_make_type_id@@YAP$AAVType@Platform@@ABU__abi_type_descriptor@@@Z -?__getActivationFactoryByHSTRING@@YAJPAUHSTRING__@@AAVGuid@Platform@@PAPAX@Z -?get@Bottom@Rect@Foundation@Windows@@QAAMXZ -?get@BreakOnAllocationId@Heap@Details@Platform@@SAHXZ -?get@BreakOnFreeId@Heap@Details@Platform@@SAHXZ -?get@CurrentAllocationId@Heap@Details@Platform@@SAHXZ -?get@Empty@Rect@Foundation@Windows@@SA?AV234@XZ -?get@Empty@Size@Foundation@Windows@@SA?AV234@XZ -?get@FullName@Type@Platform@@Q$AAAP$AAVString@3@XZ -?get@HasInverse@Matrix3D@Media3D@Media@Xaml@UI@Windows@@QAA_NXZ -?get@Message@Exception@Platform@@Q$AAAP$AAVString@3@XZ -?get@ObjectCount@Heap@Details@Platform@@SAHXZ -?get@Right@Rect@Foundation@Windows@@QAAMXZ -?get@TrackingLevel@Heap@Details@Platform@@SA?AW4HeapAllocationTrackingLevel@34@XZ -?set@BreakOnAllocationId@Heap@Details@Platform@@SAXH@Z -?set@BreakOnFreeId@Heap@Details@Platform@@SAXH@Z -?set@TrackingLevel@Heap@Details@Platform@@SAXW4HeapAllocationTrackingLevel@34@@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/windowsapp.mri mingw-w64-6.0.0/mingw-w64-crt/libarm32/windowsapp.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/windowsapp.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/windowsapp.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,66 @@ +CREATE libarm32/libwindowsapp.a +ADDLIB libarm32/libapi-ms-win-core-com-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-com-l2-1-1.a +ADDLIB libarm32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-datetime-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-datetime-l1-1-2.a +ADDLIB libarm32/libapi-ms-win-core-debug-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-delayload-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-errorhandling-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-errorhandling-l1-1-3.a +ADDLIB libarm32/libapi-ms-win-core-fibers-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-fibers-l2-1-1.a +ADDLIB libarm32/libapi-ms-win-core-file-ansi-l2-1-0.a +ADDLIB libarm32/libapi-ms-win-core-file-l1-2-1.a +ADDLIB libarm32/libapi-ms-win-core-file-l2-1-1.a +ADDLIB libarm32/libapi-ms-win-core-handle-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-heap-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-interlocked-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-io-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-largeinteger-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-libraryloader-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-libraryloader-l2-1-0.a +ADDLIB libarm32/libapi-ms-win-core-localization-ansi-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-localization-l1-2-1.a +ADDLIB libarm32/libapi-ms-win-core-localization-l1-2-2.a +ADDLIB libarm32/libapi-ms-win-core-localization-l2-1-0.a +ADDLIB libarm32/libapi-ms-win-core-memory-l1-1-2.a +ADDLIB libarm32/libapi-ms-win-core-memory-l1-1-3.a +ADDLIB libarm32/libapi-ms-win-core-normalization-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-processenvironment-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-processthreads-l1-1-2.a +ADDLIB libarm32/libapi-ms-win-core-processthreads-l1-1-3.a +ADDLIB libarm32/libapi-ms-win-core-profile-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-realtime-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-realtime-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-rtlsupport-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-string-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-synch-ansi-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-synch-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-synch-l1-2-1.a +ADDLIB libarm32/libapi-ms-win-core-sysinfo-l1-2-1.a +ADDLIB libarm32/libapi-ms-win-core-sysinfo-l1-2-3.a +ADDLIB libarm32/libapi-ms-win-core-threadpool-l1-2-0.a +ADDLIB libarm32/libapi-ms-win-core-timezone-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-util-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-windowsceip-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-error-l1-1-1.a +ADDLIB libarm32/libapi-ms-win-core-winrt-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-registration-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-core-xstate-l2-1-0.a +ADDLIB libarm32/libapi-ms-win-eventing-classicprovider-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-eventing-consumer-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-eventing-controller-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-eventing-legacy-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-eventing-provider-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-gaming-tcui-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-ro-typeresolution-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-security-cryptoapi-l1-1-0.a +ADDLIB libarm32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/windowscodecs.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/windowscodecs.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/windowscodecs.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/windowscodecs.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ -; -; Definition file of WindowsCodecs.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WindowsCodecs.dll" -EXPORTS -IEnumString_Next_WIC_Proxy -IEnumString_Reset_WIC_Proxy -IPropertyBag2_Write_Proxy -IWICBitmapClipper_Initialize_Proxy -IWICBitmapCodecInfo_DoesSupportAnimation_Proxy -IWICBitmapCodecInfo_DoesSupportLossless_Proxy -IWICBitmapCodecInfo_DoesSupportMultiframe_Proxy -IWICBitmapCodecInfo_GetContainerFormat_Proxy -IWICBitmapCodecInfo_GetDeviceManufacturer_Proxy -IWICBitmapCodecInfo_GetDeviceModels_Proxy -IWICBitmapCodecInfo_GetFileExtensions_Proxy -IWICBitmapCodecInfo_GetMimeTypes_Proxy -IWICBitmapDecoder_CopyPalette_Proxy -IWICBitmapDecoder_GetColorContexts_Proxy -IWICBitmapDecoder_GetDecoderInfo_Proxy -IWICBitmapDecoder_GetFrameCount_Proxy -IWICBitmapDecoder_GetFrame_Proxy -IWICBitmapDecoder_GetMetadataQueryReader_Proxy -IWICBitmapDecoder_GetPreview_Proxy -IWICBitmapDecoder_GetThumbnail_Proxy -IWICBitmapEncoder_Commit_Proxy -IWICBitmapEncoder_CreateNewFrame_Proxy -IWICBitmapEncoder_GetEncoderInfo_Proxy -IWICBitmapEncoder_GetMetadataQueryWriter_Proxy -IWICBitmapEncoder_Initialize_Proxy -IWICBitmapEncoder_SetPalette_Proxy -IWICBitmapEncoder_SetThumbnail_Proxy -IWICBitmapFlipRotator_Initialize_Proxy -IWICBitmapFrameDecode_GetColorContexts_Proxy -IWICBitmapFrameDecode_GetMetadataQueryReader_Proxy -IWICBitmapFrameDecode_GetThumbnail_Proxy -IWICBitmapFrameEncode_Commit_Proxy -IWICBitmapFrameEncode_GetMetadataQueryWriter_Proxy -IWICBitmapFrameEncode_Initialize_Proxy -IWICBitmapFrameEncode_SetColorContexts_Proxy -IWICBitmapFrameEncode_SetResolution_Proxy -IWICBitmapFrameEncode_SetSize_Proxy -IWICBitmapFrameEncode_SetThumbnail_Proxy -IWICBitmapFrameEncode_WriteSource_Proxy -IWICBitmapLock_GetDataPointer_STA_Proxy -IWICBitmapLock_GetStride_Proxy -IWICBitmapScaler_Initialize_Proxy -IWICBitmapSource_CopyPalette_Proxy -IWICBitmapSource_CopyPixels_Proxy -IWICBitmapSource_GetPixelFormat_Proxy -IWICBitmapSource_GetResolution_Proxy -IWICBitmapSource_GetSize_Proxy -IWICBitmap_Lock_Proxy -IWICBitmap_SetPalette_Proxy -IWICBitmap_SetResolution_Proxy -IWICColorContext_InitializeFromMemory_Proxy -IWICComponentFactory_CreateMetadataWriterFromReader_Proxy -IWICComponentFactory_CreateQueryWriterFromBlockWriter_Proxy -IWICComponentInfo_GetAuthor_Proxy -IWICComponentInfo_GetCLSID_Proxy -IWICComponentInfo_GetFriendlyName_Proxy -IWICComponentInfo_GetSpecVersion_Proxy -IWICComponentInfo_GetVersion_Proxy -IWICFastMetadataEncoder_Commit_Proxy -IWICFastMetadataEncoder_GetMetadataQueryWriter_Proxy -IWICFormatConverter_Initialize_Proxy -IWICImagingFactory_CreateBitmapClipper_Proxy -IWICImagingFactory_CreateBitmapFlipRotator_Proxy -IWICImagingFactory_CreateBitmapFromHBITMAP_Proxy -IWICImagingFactory_CreateBitmapFromHICON_Proxy -IWICImagingFactory_CreateBitmapFromMemory_Proxy -IWICImagingFactory_CreateBitmapFromSource_Proxy -IWICImagingFactory_CreateBitmapScaler_Proxy -IWICImagingFactory_CreateBitmap_Proxy -IWICImagingFactory_CreateComponentInfo_Proxy -IWICImagingFactory_CreateDecoderFromFileHandle_Proxy -IWICImagingFactory_CreateDecoderFromFilename_Proxy -IWICImagingFactory_CreateDecoderFromStream_Proxy -IWICImagingFactory_CreateEncoder_Proxy -IWICImagingFactory_CreateFastMetadataEncoderFromDecoder_Proxy -IWICImagingFactory_CreateFastMetadataEncoderFromFrameDecode_Proxy -IWICImagingFactory_CreateFormatConverter_Proxy -IWICImagingFactory_CreatePalette_Proxy -IWICImagingFactory_CreateQueryWriterFromReader_Proxy -IWICImagingFactory_CreateQueryWriter_Proxy -IWICImagingFactory_CreateStream_Proxy -IWICMetadataBlockReader_GetCount_Proxy -IWICMetadataBlockReader_GetReaderByIndex_Proxy -IWICMetadataQueryReader_GetContainerFormat_Proxy -IWICMetadataQueryReader_GetEnumerator_Proxy -IWICMetadataQueryReader_GetLocation_Proxy -IWICMetadataQueryReader_GetMetadataByName_Proxy -IWICMetadataQueryWriter_RemoveMetadataByName_Proxy -IWICMetadataQueryWriter_SetMetadataByName_Proxy -IWICPalette_GetColorCount_Proxy -IWICPalette_GetColors_Proxy -IWICPalette_GetType_Proxy -IWICPalette_HasAlpha_Proxy -IWICPalette_InitializeCustom_Proxy -IWICPalette_InitializeFromBitmap_Proxy -IWICPalette_InitializeFromPalette_Proxy -IWICPalette_InitializePredefined_Proxy -IWICPixelFormatInfo_GetBitsPerPixel_Proxy -IWICPixelFormatInfo_GetChannelCount_Proxy -IWICPixelFormatInfo_GetChannelMask_Proxy -IWICStream_InitializeFromIStream_Proxy -IWICStream_InitializeFromMemory_Proxy -WICConvertBitmapSource -WICCreateBitmapFromSection -WICCreateBitmapFromSectionEx -WICCreateColorContext_Proxy -WICCreateImagingFactory_Proxy -WICGetMetadataContentSize -WICMapGuidToShortName -WICMapSchemaToName -WICMapShortNameToGuid -WICMatchMetadataContent -WICSerializeMetadataContent -WICSetEncoderFormat_Proxy diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/windows.ui.immersive.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/windows.ui.immersive.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/windows.ui.immersive.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/windows.ui.immersive.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of Windows.UI.Immersive.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "Windows.UI.Immersive.dll" -EXPORTS -ord_100 @100 -ord_101 @101 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winhttp.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winhttp.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winhttp.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winhttp.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ -; -; Definition file of WINHTTP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WINHTTP.dll" -EXPORTS -Private1 -SvchostPushServiceGlobals -WinHttpAddRequestHeaders -WinHttpAutoProxySvcMain -WinHttpCheckPlatform -WinHttpCloseHandle -WinHttpConnect -WinHttpCrackUrl -WinHttpCreateProxyResolver -WinHttpCreateUrl -WinHttpDetectAutoProxyConfigUrl -WinHttpFreeProxyResult -WinHttpGetDefaultProxyConfiguration -WinHttpGetIEProxyConfigForCurrentUser -WinHttpGetProxyForUrl -WinHttpGetProxyForUrlEx -WinHttpGetProxyResult -WinHttpOpen -WinHttpOpenRequest -WinHttpPalAcquireNextInterface -WinHttpPalAcquireNextInterfaceAsync -WinHttpPalCancelRequest -WinHttpPalCreateCmSessionReference -WinHttpPalCreateRequestCtx -WinHttpPalDllInit -WinHttpPalDllUnload -WinHttpPalFreeProxyInfo -WinHttpPalFreeRequestCtx -WinHttpPalGetProxyCreds -WinHttpPalGetProxyForCurrentInterface -WinHttpPalIsImplemented -WinHttpPalOnSendRequestComplete -WinHttpProbeConnectivity -WinHttpQueryAuthSchemes -WinHttpQueryDataAvailable -WinHttpQueryHeaders -WinHttpQueryOption -WinHttpReadData -WinHttpReceiveResponse -WinHttpResetAutoProxy -WinHttpSaveProxyCredentials -WinHttpSendRequest -WinHttpSetCredentials -WinHttpSetDefaultProxyConfiguration -WinHttpSetOption -WinHttpSetStatusCallback -WinHttpSetTimeouts -WinHttpTimeFromSystemTime -WinHttpTimeToSystemTime -WinHttpWebSocketClose -WinHttpWebSocketCompleteUpgrade -WinHttpWebSocketQueryCloseStatus -WinHttpWebSocketReceive -WinHttpWebSocketSend -WinHttpWebSocketShutdown -WinHttpWriteData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wininet.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wininet.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wininet.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wininet.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,321 +0,0 @@ -; -; Definition file of WININET.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WININET.dll" -EXPORTS -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_105 @105 -DispatchAPICall -AppCacheCheckManifest -ord_108 @108 -ord_109 @109 -ord_110 @110 -ord_111 @111 -ord_112 @112 -AppCacheCloseHandle -AppCacheDeleteGroup -AppCacheDeleteIEGroup -ord_116 @116 -ord_117 @117 -ord_118 @118 -AppCacheDuplicateHandle -ord_120 @120 -ord_121 @121 -ord_122 @122 -ord_123 @123 -AppCacheFinalize -AppCacheFreeDownloadList -AppCacheFreeGroupList -AppCacheFreeIESpace -AppCacheFreeSpace -AppCacheGetDownloadList -AppCacheGetFallbackUrl -AppCacheGetGroupList -AppCacheGetIEGroupList -AppCacheGetInfo -AppCacheGetManifestUrl -AppCacheLookup -CommitUrlCacheEntryA -CommitUrlCacheEntryBinaryBlob -CommitUrlCacheEntryW -CreateMD5SSOHash -CreateUrlCacheContainerA -CreateUrlCacheContainerW -CreateUrlCacheEntryA -CreateUrlCacheEntryExW -CreateUrlCacheEntryW -CreateUrlCacheGroup -DeleteIE3Cache -DeleteUrlCacheContainerA -DeleteUrlCacheContainerW -DeleteUrlCacheEntry -DeleteUrlCacheEntryA -DeleteUrlCacheEntryW -DeleteUrlCacheGroup -DeleteWpadCacheForNetworks -DetectAutoProxyUrl -FindCloseUrlCache -FindFirstUrlCacheContainerA -FindFirstUrlCacheContainerW -FindFirstUrlCacheEntryA -FindFirstUrlCacheEntryExA -FindFirstUrlCacheEntryExW -FindFirstUrlCacheEntryW -FindFirstUrlCacheGroup -FindNextUrlCacheContainerA -FindNextUrlCacheContainerW -FindNextUrlCacheEntryA -FindNextUrlCacheEntryExA -FindNextUrlCacheEntryExW -FindNextUrlCacheEntryW -FindNextUrlCacheGroup -ForceNexusLookup -ForceNexusLookupExW -FreeUrlCacheSpaceA -FreeUrlCacheSpaceW -FtpCommandA -FtpCommandW -FtpCreateDirectoryA -FtpCreateDirectoryW -FtpDeleteFileA -FtpDeleteFileW -FtpFindFirstFileA -FtpFindFirstFileW -FtpGetCurrentDirectoryA -FtpGetCurrentDirectoryW -FtpGetFileA -FtpGetFileEx -FtpGetFileSize -FtpGetFileW -FtpOpenFileA -FtpOpenFileW -FtpPutFileA -FtpPutFileEx -FtpPutFileW -FtpRemoveDirectoryA -FtpRemoveDirectoryW -FtpRenameFileA -FtpRenameFileW -FtpSetCurrentDirectoryA -FtpSetCurrentDirectoryW -GetProxyDllInfo -GetUrlCacheConfigInfoA -GetUrlCacheConfigInfoW -GetUrlCacheEntryBinaryBlob -GetUrlCacheEntryInfoA -GetUrlCacheEntryInfoExA -GetUrlCacheEntryInfoExW -GetUrlCacheEntryInfoW -GetUrlCacheGroupAttributeA -GetUrlCacheGroupAttributeW -GetUrlCacheHeaderData -GopherCreateLocatorA -GopherCreateLocatorW -GopherFindFirstFileA -GopherFindFirstFileW -GopherGetAttributeA -GopherGetAttributeW -GopherGetLocatorTypeA -GopherGetLocatorTypeW -GopherOpenFileA -GopherOpenFileW -HttpAddRequestHeadersA -HttpAddRequestHeadersW -HttpCheckDavCompliance -HttpCloseDependencyHandle -HttpDuplicateDependencyHandle -HttpEndRequestA -HttpEndRequestW -HttpGetServerCredentials -HttpGetTunnelSocket -HttpOpenDependencyHandle -HttpOpenRequestA -HttpOpenRequestW -HttpPushClose -HttpPushEnable -HttpPushWait -HttpQueryInfoA -HttpQueryInfoW -HttpSendRequestA -HttpSendRequestExA -HttpSendRequestExW -HttpSendRequestW -HttpWebSocketClose -HttpWebSocketCompleteUpgrade -HttpWebSocketQueryCloseStatus -HttpWebSocketReceive -HttpWebSocketSend -HttpWebSocketShutdown -IncrementUrlCacheHeaderData -InternetAlgIdToStringA -InternetAlgIdToStringW -InternetAttemptConnect -InternetAutodial -InternetAutodialCallback -InternetAutodialHangup -InternetCanonicalizeUrlA -InternetCanonicalizeUrlW -InternetCheckConnectionA -InternetCheckConnectionW -InternetClearAllPerSiteCookieDecisions -InternetCloseHandle -InternetCombineUrlA -InternetCombineUrlW -InternetConfirmZoneCrossing -InternetConfirmZoneCrossingA -InternetConfirmZoneCrossingW -InternetConnectA -InternetConnectW -InternetCrackUrlA -InternetCrackUrlW -InternetCreateUrlA -InternetCreateUrlW -InternetDial -InternetDialA -InternetDialW -InternetEnumPerSiteCookieDecisionA -InternetEnumPerSiteCookieDecisionW -InternetErrorDlg -InternetFindNextFileA -InternetFindNextFileW -InternetFortezzaCommand -InternetFreeCookies -InternetFreeProxyInfoList -InternetGetCertByURL -InternetGetCertByURLA -InternetGetConnectedState -InternetGetConnectedStateEx -InternetGetConnectedStateExA -InternetGetConnectedStateExW -InternetGetCookieA -InternetGetCookieEx2 -InternetGetCookieExA -InternetGetCookieExW -InternetGetCookieW -InternetGetLastResponseInfoA -InternetGetLastResponseInfoW -InternetGetPerSiteCookieDecisionA -InternetGetPerSiteCookieDecisionW -InternetGetProxyForUrl -InternetGetSecurityInfoByURL -InternetGetSecurityInfoByURLA -InternetGetSecurityInfoByURLW -InternetGoOnline -InternetGoOnlineA -InternetGoOnlineW -InternetHangUp -InternetInitializeAutoProxyDll -InternetLockRequestFile -InternetOpenA -InternetOpenUrlA -InternetOpenUrlW -InternetOpenW -InternetQueryDataAvailable -InternetQueryFortezzaStatus -InternetQueryOptionA -InternetQueryOptionW -InternetReadFile -InternetReadFileExA -InternetReadFileExW -InternetSecurityProtocolToStringA -InternetSecurityProtocolToStringW -InternetSetCookieA -InternetSetCookieEx2 -InternetSetCookieExA -InternetSetCookieExW -InternetSetCookieW -InternetSetDialState -InternetSetDialStateA -InternetSetDialStateW -InternetSetFilePointer -InternetSetOptionA -InternetSetOptionExA -InternetSetOptionExW -InternetSetOptionW -InternetSetPerSiteCookieDecisionA -InternetSetPerSiteCookieDecisionW -InternetSetStatusCallback -InternetSetStatusCallbackA -InternetSetStatusCallbackW -InternetShowSecurityInfoByURL -InternetShowSecurityInfoByURLA -InternetShowSecurityInfoByURLW -ord_346 @346 -InternetTimeFromSystemTime -InternetTimeFromSystemTimeA -InternetTimeFromSystemTimeW -InternetTimeToSystemTime -InternetTimeToSystemTimeA -InternetTimeToSystemTimeW -InternetUnlockRequestFile -InternetWriteFile -InternetWriteFileExA -InternetWriteFileExW -IsHostInProxyBypassList -IsUrlCacheEntryExpiredA -IsUrlCacheEntryExpiredW -LoadUrlCacheContent -ParseX509EncodedCertificateForListBoxEntry -PrivacyGetZonePreferenceW -PrivacySetZonePreferenceW -ReadUrlCacheEntryStream -ReadUrlCacheEntryStreamEx -RegisterUrlCacheNotification -ResumeSuspendedDownload -RetrieveUrlCacheEntryFileA -RetrieveUrlCacheEntryFileW -RetrieveUrlCacheEntryStreamA -RetrieveUrlCacheEntryStreamW -RunOnceUrlCache -SetUrlCacheConfigInfoA -SetUrlCacheConfigInfoW -SetUrlCacheEntryGroup -SetUrlCacheEntryGroupA -SetUrlCacheEntryGroupW -SetUrlCacheEntryInfoA -SetUrlCacheEntryInfoW -SetUrlCacheGroupAttributeA -SetUrlCacheGroupAttributeW -SetUrlCacheHeaderData -ShowCertificate -ShowClientAuthCerts -ShowSecurityInfo -ShowX509EncodedCertificate -UnlockUrlCacheEntryFile -UnlockUrlCacheEntryFileA -UnlockUrlCacheEntryFileW -UnlockUrlCacheEntryStream -UpdateUrlCacheContentPath -UrlCacheCheckEntriesExist -UrlCacheCloseEntryHandle -UrlCacheContainerSetEntryMaximumAge -UrlCacheCreateContainer -UrlCacheFindFirstEntry -UrlCacheFindNextEntry -UrlCacheFreeEntryInfo -UrlCacheGetContentPaths -UrlCacheGetEntryInfo -ord_401 @401 -ord_402 @402 -ord_403 @403 -UrlCacheGetGlobalLimit -UrlCacheReadEntryStream -UrlCacheReloadSettings -UrlCacheRetrieveEntryFile -UrlCacheRetrieveEntryStream -UrlCacheSetGlobalLimit -ord_410 @410 -ord_411 @411 -UrlCacheUpdateEntryExtraData -ord_413 @413 -UrlZonesDetach -_GetFileExtensionFromUrl -ord_420 @420 -ord_421 @421 -ord_422 @422 -ord_423 @423 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winmm.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winmm.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winmm.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winmm.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,200 +0,0 @@ -; -; Definition file of WINMM.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WINMM.dll" -EXPORTS -ord_2 @2 -mciExecute -CloseDriver -DefDriverProc -DriverCallback -DrvGetModuleHandle -GetDriverModuleHandle -NotifyCallbackData -OpenDriver -PlaySound -PlaySoundA -PlaySoundW -SendDriverMessage -WOW32DriverCallback -WOW32ResolveMultiMediaHandle -WOWAppExit -aux32Message -auxGetDevCapsA -auxGetDevCapsW -auxGetNumDevs -auxGetVolume -auxOutMessage -auxSetVolume -joy32Message -joyConfigChanged -joyGetDevCapsA -joyGetDevCapsW -joyGetNumDevs -joyGetPos -joyGetPosEx -joyGetThreshold -joyReleaseCapture -joySetCapture -joySetThreshold -mci32Message -mciDriverNotify -mciDriverYield -mciFreeCommandResource -mciGetCreatorTask -mciGetDeviceIDA -mciGetDeviceIDFromElementIDA -mciGetDeviceIDFromElementIDW -mciGetDeviceIDW -mciGetDriverData -mciGetErrorStringA -mciGetErrorStringW -mciGetYieldProc -mciLoadCommandResource -mciSendCommandA -mciSendCommandW -mciSendStringA -mciSendStringW -mciSetDriverData -mciSetYieldProc -mid32Message -midiConnect -midiDisconnect -midiInAddBuffer -midiInClose -midiInGetDevCapsA -midiInGetDevCapsW -midiInGetErrorTextA -midiInGetErrorTextW -midiInGetID -midiInGetNumDevs -midiInMessage -midiInOpen -midiInPrepareHeader -midiInReset -midiInStart -midiInStop -midiInUnprepareHeader -midiOutCacheDrumPatches -midiOutCachePatches -midiOutClose -midiOutGetDevCapsA -midiOutGetDevCapsW -midiOutGetErrorTextA -midiOutGetErrorTextW -midiOutGetID -midiOutGetNumDevs -midiOutGetVolume -midiOutLongMsg -midiOutMessage -midiOutOpen -midiOutPrepareHeader -midiOutReset -midiOutSetVolume -midiOutShortMsg -midiOutUnprepareHeader -midiStreamClose -midiStreamOpen -midiStreamOut -midiStreamPause -midiStreamPosition -midiStreamProperty -midiStreamRestart -midiStreamStop -mixerClose -mixerGetControlDetailsA -mixerGetControlDetailsW -mixerGetDevCapsA -mixerGetDevCapsW -mixerGetID -mixerGetLineControlsA -mixerGetLineControlsW -mixerGetLineInfoA -mixerGetLineInfoW -mixerGetNumDevs -mixerMessage -mixerOpen -mixerSetControlDetails -mmDrvInstall -mmGetCurrentTask -mmTaskBlock -mmTaskCreate -mmTaskSignal -mmTaskYield -mmioAdvance -mmioAscend -mmioClose -mmioCreateChunk -mmioDescend -mmioFlush -mmioGetInfo -mmioInstallIOProcA -mmioInstallIOProcW -mmioOpenA -mmioOpenW -mmioRead -mmioRenameA -mmioRenameW -mmioSeek -mmioSendMessage -mmioSetBuffer -mmioSetInfo -mmioStringToFOURCCA -mmioStringToFOURCCW -mmioWrite -mmsystemGetVersion -mod32Message -mxd32Message -sndPlaySoundA -sndPlaySoundW -tid32Message -timeBeginPeriod -timeEndPeriod -timeGetDevCaps -timeGetSystemTime -timeGetTime -timeKillEvent -timeSetEvent -waveInAddBuffer -waveInClose -waveInGetDevCapsA -waveInGetDevCapsW -waveInGetErrorTextA -waveInGetErrorTextW -waveInGetID -waveInGetNumDevs -waveInGetPosition -waveInMessage -waveInOpen -waveInPrepareHeader -waveInReset -waveInStart -waveInStop -waveInUnprepareHeader -waveOutBreakLoop -waveOutClose -waveOutGetDevCapsA -waveOutGetDevCapsW -waveOutGetErrorTextA -waveOutGetErrorTextW -waveOutGetID -waveOutGetNumDevs -waveOutGetPitch -waveOutGetPlaybackRate -waveOutGetPosition -waveOutGetVolume -waveOutMessage -waveOutOpen -waveOutPause -waveOutPrepareHeader -waveOutReset -waveOutRestart -waveOutSetPitch -waveOutSetPlaybackRate -waveOutSetVolume -waveOutUnprepareHeader -waveOutWrite -wid32Message -wod32Message diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winrnr.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winrnr.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winrnr.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winrnr.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of WINRNR.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WINRNR.dll" -EXPORTS -InstallNTDSProvider -NSPStartup -RemoveNTDSProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winscard.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winscard.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winscard.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winscard.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ -; -; Definition file of WinSCard.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WinSCard.dll" -EXPORTS -ClassInstall32 -SCardAccessNewReaderEvent -SCardReleaseAllEvents -SCardReleaseNewReaderEvent -SCardAccessStartedEvent -SCardAddReaderToGroupA -SCardAddReaderToGroupW -SCardAudit -SCardBeginTransaction -SCardCancel -SCardConnectA -SCardConnectW -SCardControl -SCardDisconnect -SCardEndTransaction -SCardEstablishContext -SCardForgetCardTypeA -SCardForgetCardTypeW -SCardForgetReaderA -SCardForgetReaderGroupA -SCardForgetReaderGroupW -SCardForgetReaderW -SCardFreeMemory -SCardGetAttrib -SCardGetCardTypeProviderNameA -SCardGetCardTypeProviderNameW -SCardGetDeviceTypeIdA -SCardGetDeviceTypeIdW -SCardGetProviderIdA -SCardGetProviderIdW -SCardGetReaderDeviceInstanceIdA -SCardGetReaderDeviceInstanceIdW -SCardGetReaderIconA -SCardGetReaderIconW -SCardGetStatusChangeA -SCardGetStatusChangeW -SCardGetTransmitCount -SCardIntroduceCardTypeA -SCardIntroduceCardTypeW -SCardIntroduceReaderA -SCardIntroduceReaderGroupA -SCardIntroduceReaderGroupW -SCardIntroduceReaderW -SCardIsValidContext -SCardListCardsA -SCardListCardsW -SCardListInterfacesA -SCardListInterfacesW -SCardListReaderGroupsA -SCardListReaderGroupsW -SCardListReadersA -SCardListReadersW -SCardListReadersWithDeviceInstanceIdA -SCardListReadersWithDeviceInstanceIdW -SCardLocateCardsA -SCardLocateCardsByATRA -SCardLocateCardsByATRW -SCardLocateCardsW -SCardReadCacheA -SCardReadCacheW -SCardReconnect -SCardReleaseContext -SCardReleaseStartedEvent -SCardRemoveReaderFromGroupA -SCardRemoveReaderFromGroupW -SCardSetAttrib -SCardSetCardTypeProviderNameA -SCardSetCardTypeProviderNameW -SCardState -SCardStatusA -SCardStatusW -SCardTransmit -SCardWriteCacheA -SCardWriteCacheW -g_rgSCardRawPci -g_rgSCardT0Pci -g_rgSCardT1Pci diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsrv.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsrv.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsrv.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of winsrv.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "winsrv.dll" -EXPORTS -UserServerDllInitialization diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsync.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsync.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsync.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsync.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WinSync.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WinSync.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsyncmetastore.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsyncmetastore.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsyncmetastore.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsyncmetastore.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WinSyncMetastore.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WinSyncMetastore.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsyncproviders.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsyncproviders.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winsyncproviders.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winsyncproviders.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WinSyncProviders.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WinSyncProviders.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/winusb.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/winusb.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/winusb.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/winusb.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -; -; Definition file of WINUSB.DLL -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WINUSB.DLL" -EXPORTS -WinUsb_AbortPipe -WinUsb_AbortPipeAsync -WinUsb_ControlTransfer -WinUsb_FlushPipe -WinUsb_Free -WinUsb_GetAdjustedFrameNumber -WinUsb_GetAssociatedInterface -WinUsb_GetCurrentAlternateSetting -WinUsb_GetCurrentFrameNumber -WinUsb_GetDescriptor -WinUsb_GetOverlappedResult -WinUsb_GetPipePolicy -WinUsb_GetPowerPolicy -WinUsb_Initialize -WinUsb_ParseConfigurationDescriptor -WinUsb_ParseDescriptors -WinUsb_QueryDeviceInformation -WinUsb_QueryInterfaceSettings -WinUsb_QueryPipe -WinUsb_QueryPipeEx -WinUsb_ReadIsochPipe -WinUsb_ReadIsochPipeAsap -WinUsb_ReadPipe -WinUsb_RegisterIsochBuffer -WinUsb_ResetPipe -WinUsb_ResetPipeAsync -WinUsb_SetCurrentAlternateSetting -WinUsb_SetCurrentAlternateSettingAsync -WinUsb_SetPipePolicy -WinUsb_SetPowerPolicy -WinUsb_UnregisterIsochBuffer -WinUsb_WriteIsochPipe -WinUsb_WriteIsochPipeAsap -WinUsb_WritePipe diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wkscli.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wkscli.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wkscli.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wkscli.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -; -; Definition file of wkscli.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wkscli.dll" -EXPORTS -NetAddAlternateComputerName -NetEnumerateComputerNames -NetGetJoinInformation -NetGetJoinableOUs -NetJoinDomain -NetRemoveAlternateComputerName -NetRenameMachineInDomain -NetSetPrimaryComputerName -NetUnjoinDomain -NetUseAdd -NetUseDel -NetUseEnum -NetUseGetInfo -NetValidateName -NetWkstaGetInfo -NetWkstaSetInfo -NetWkstaStatisticsGet -NetWkstaTransportAdd -NetWkstaTransportDel -NetWkstaTransportEnum -NetWkstaUserEnum -NetWkstaUserGetInfo -NetWkstaUserSetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wksprtps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wksprtps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wksprtps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wksprtps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wksprtPS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wksprtPS.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wkssvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wkssvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wkssvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wkssvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of wkssvc.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wkssvc.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,178 +0,0 @@ -; -; Definition file of wlanapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wlanapi.dll" -EXPORTS -WFDGetSessionEndpointPairsInt -QueryNetconStatus -QueryNetconVirtualCharacteristic -WFDAcceptConnectRequestAndOpenSessionInt -WFDAcceptGroupRequestAndOpenSessionInt -WFDCancelConnectorPairWithOOB -WFDCancelListenerPairWithOOB -WFDCancelOpenSession -WFDCancelOpenSessionInt -WFDCloseHandle -WFDCloseHandleInt -WFDCloseLegacySessionInt -WFDCloseOOBPairingSession -WFDCloseSession -WFDCloseSessionInt -WFDConfigureFirewallForSessionInt -WFDDeclineConnectRequestInt -WFDDeclineGroupRequestInt -WFDDiscoverDevicesInt -WFDFlushVisibleDeviceListInt -WFDForceDisconnectInt -WFDForceDisconnectLegacyPeerInt -WFDFreeMemoryInt -WFDGetDefaultGroupProfileInt -WFDGetOOBBlob -WFDGetProfileKeyInfoInt -WFDGetVisibleDevicesInt -WFDIsInterfaceWiFiDirect -WFDIsWiFiDirectRunningOnWiFiAdapter -WFDLowPrivCancelOpenSessionInt -WFDLowPrivCloseHandleInt -WFDLowPrivCloseSessionInt -WFDLowPrivConfigureFirewallForSessionInt -WFDLowPrivGetSessionEndpointPairsInt -WFDLowPrivIsWfdSupportedInt -WFDLowPrivOpenHandleInt -WFDLowPrivRegisterNotificationInt -WFDLowPrivStartOpenSessionByInterfaceIdInt -WFDOpenHandle -WFDOpenHandleInt -WFDOpenLegacySession -WFDOpenLegacySessionInt -WFDPairCancelByDeviceAddressInt -WFDPairCancelInt -WFDPairEnumerateCeremoniesInt -WFDPairSelectCeremonyInt -WFDPairWithDeviceAndOpenSessionExInt -WFDPairWithDeviceAndOpenSessionInt -WFDParseOOBBlob -WFDParseProfileXmlInt -WFDQueryPropertyInt -WFDRegisterNotificationInt -WFDSetAdditionalIEsInt -WFDSetPropertyInt -WFDSetSecondaryDeviceTypeListInt -WFDStartConnectorPairWithOOB -WFDStartListenerPairWithOOB -WFDStartOpenSession -WFDStartOpenSessionInt -WFDStartUsingGroupInt -WFDStopDiscoverDevicesInt -WFDStopUsingGroupInt -WFDUpdateDeviceVisibility -WlanAllocateMemory -WlanCancelPlap -WlanCloseHandle -WlanConnect -WlanConnectEx -WlanConnectWithInput -WlanDeinitPlapParams -WlanDeleteProfile -WlanDisconnect -WlanDoPlap -WlanDoesBssMatchSecurity -WlanEnumAllInterfaces -WlanEnumInterfaces -WlanExtractPsdIEDataList -WlanFreeMemory -WlanGenerateProfileXmlBasicSettings -WlanGetAvailableNetworkList -WlanGetFilterList -WlanGetInterfaceCapability -WlanGetMFPNegotiated -WlanGetNetworkBssList -WlanGetProfile -WlanGetProfileCustomUserData -WlanGetProfileEapUserDataInfo -WlanGetProfileIndex -WlanGetProfileKeyInfo -WlanGetProfileList -WlanGetProfileMetadata -WlanGetProfileSsidList -WlanGetRadioInformation -WlanGetSecuritySettings -WlanGetStoredRadioState -WlanHostedNetworkForceStart -WlanHostedNetworkForceStop -WlanHostedNetworkFreeWCNSettings -WlanHostedNetworkHlpQueryEverUsed -WlanHostedNetworkInitSettings -WlanHostedNetworkQueryProperty -WlanHostedNetworkQuerySecondaryKey -WlanHostedNetworkQueryStatus -WlanHostedNetworkQueryWCNSettings -WlanHostedNetworkRefreshSecuritySettings -WlanHostedNetworkSetProperty -WlanHostedNetworkSetSecondaryKey -WlanHostedNetworkSetWCNSettings -WlanHostedNetworkStartUsing -WlanHostedNetworkStopUsing -WlanIhvControl -WlanInitPlapParams -WlanInternalScan -WlanIsActiveConsoleUser -WlanIsNetworkSuppressed -WlanIsUIRequestPending -WlanLowPrivCloseHandle -WlanLowPrivEnumInterfaces -WlanLowPrivFreeMemory -WlanLowPrivOpenHandle -WlanLowPrivQueryInterface -WlanLowPrivSetInterface -WlanNotifyVsIeProviderInt -WlanOpenHandle -WlanParseProfileXmlBasicSettings -WlanPrivateGetAvailableNetworkList -WlanQueryAutoConfigParameter -WlanQueryCreateAllUserProfileRestricted -WlanQueryInterface -WlanQueryPlapCredentials -WlanQueryPreConnectInput -WlanQueryVirtualInterfaceType -WlanReasonCodeToString -WlanRefreshConnections -WlanRegisterNotification -WlanRegisterVirtualStationNotification -WlanRemoveUIForwardingNetworkList -WlanRenameProfile -WlanSaveTemporaryProfile -WlanScan -WlanSendUIResponse -WlanSetAllUserProfileRestricted -WlanSetAutoConfigParameter -WlanSetFilterList -WlanSetInterface -WlanSetProfile -WlanSetProfileCustomUserData -WlanSetProfileEapUserData -WlanSetProfileEapXmlUserData -WlanSetProfileList -WlanSetProfileMetadata -WlanSetProfilePosition -WlanSetPsdIEDataList -WlanSetSecuritySettings -WlanSetUIForwardingNetworkList -WlanSignalValueToBar -WlanSsidToDisplayName -WlanStartAP -WlanStopAP -WlanStoreRadioStateOnEnteringAirPlaneMode -WlanStringToSsid -WlanTryUpgradeCurrentConnectionAuthCipher -WlanUpdateProfileWithAuthCipher -WlanUtf8SsidToDisplayName -WlanWcmGetInterface -WlanWcmGetProfileList -WlanWcmSetInterface -WlanWfdGOSetWCNSettings -WlanWfdGetPeerInfo -WlanWfdStartGO -WlanWfdStopGO diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlancfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlancfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlancfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlancfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WLANCFG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WLANCFG.dll" -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanui.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanui.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanui.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanui.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of wlanui.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wlanui.dll" -EXPORTS -WLInvokeProfileUI -WLInvokeProfileUIFromXMLFile -WLFreeProfile -WLFreeProfileXml -WlanUIEditProfile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanutil.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanutil.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wlanutil.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wlanutil.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of wlanutil.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wlanutil.dll" -EXPORTS -WlanIsActiveConsoleUser -WlanSignalValueToBar -WlanSsidToDisplayName -WlanStringToSsid -WlanUtf8SsidToDisplayName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wldap32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wldap32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wldap32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wldap32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,252 +0,0 @@ -; -; Definition file of WLDAP32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WLDAP32.dll" -EXPORTS -ldap_abandon -ldap_add -ldap_get_optionW -ldap_unbind -ldap_set_optionW -LdapGetLastError -cldap_open -LdapMapErrorToWin32 -ldap_compare -ldap_delete -ldap_result2error -ldap_err2string -ldap_modify -ldap_modrdn -ldap_open -ldap_first_entry -ldap_next_entry -cldap_openW -LdapUTF8ToUnicode -ldap_get_dn -ldap_dn2ufn -ldap_first_attribute -ldap_next_attribute -ldap_get_values -ldap_get_values_len -ldap_count_entries -ldap_count_values -ldap_value_free -ldap_explode_dn -ldap_result -ldap_msgfree -ldap_addW -ldap_search -ldap_add_s -ldap_bind_s -ldap_unbind_s -ldap_delete_s -ldap_modify_s -ldap_modrdn_s -ldap_search_s -ldap_search_st -ldap_compare_s -LdapUnicodeToUTF8 -ber_bvfree -cldap_openA -ldap_addA -ldap_add_ext -ldap_add_extA -ldap_simple_bind -ldap_simple_bind_s -ldap_bind -ldap_add_extW -ldap_add_ext_s -ldap_add_ext_sA -ldap_add_ext_sW -ldap_add_sA -ldap_modrdn2 -ldap_modrdn2_s -ldap_add_sW -ldap_bindA -ldap_bindW -ldap_bind_sA -ldap_bind_sW -ldap_close_extended_op -ldap_compareA -ldap_compareW -ldap_count_values_len -ldap_compare_ext -ldap_value_free_len -ldap_compare_extA -ldap_compare_extW -ldap_perror -ldap_compare_ext_s -ldap_compare_ext_sA -ldap_compare_ext_sW -ldap_compare_sA -ldap_compare_sW -ldap_connect -ldap_control_free -ldap_control_freeA -ldap_control_freeW -ldap_controls_free -ldap_controls_freeA -ldap_controls_freeW -ldap_count_references -ldap_count_valuesA -ldap_count_valuesW -ldap_create_page_control -ldap_create_page_controlA -ldap_create_page_controlW -ldap_create_sort_control -ldap_create_sort_controlA -ldap_create_sort_controlW -ldap_deleteA -ldap_deleteW -ldap_delete_ext -ldap_delete_extA -ldap_delete_extW -ldap_delete_ext_s -ldap_delete_ext_sA -ldap_delete_ext_sW -ldap_delete_sA -ldap_delete_sW -ldap_dn2ufnW -ldap_encode_sort_controlA -ldap_encode_sort_controlW -ldap_err2stringA -ldap_err2stringW -ldap_escape_filter_elementA -ldap_escape_filter_elementW -ldap_explode_dnA -ldap_explode_dnW -ldap_extended_operation -ldap_extended_operationA -ldap_extended_operationW -ldap_first_attributeA -ldap_first_attributeW -ldap_first_reference -ldap_free_controls -ldap_free_controlsA -ldap_free_controlsW -ldap_get_dnA -ldap_get_dnW -ldap_get_next_page -ldap_get_next_page_s -ldap_get_option -ldap_get_optionA -ldap_get_paged_count -ldap_get_valuesA -ldap_get_valuesW -ldap_get_values_lenA -ldap_get_values_lenW -ldap_init -ldap_initA -ldap_initW -ldap_memfreeA -ldap_memfreeW -ldap_modifyA -ldap_modifyW -ldap_modify_ext -ldap_modify_extA -ldap_modify_extW -ldap_modify_ext_s -ldap_modify_ext_sA -ldap_modify_ext_sW -ldap_modify_sA -ldap_modify_sW -ldap_modrdn2A -ldap_modrdn2W -ldap_modrdn2_sA -ldap_modrdn2_sW -ldap_modrdnA -ldap_modrdnW -ldap_modrdn_sA -ldap_modrdn_sW -ldap_next_attributeA -ldap_next_attributeW -ldap_next_reference -ldap_openA -ldap_openW -ldap_parse_page_control -ldap_parse_page_controlA -ldap_parse_page_controlW -ldap_parse_reference -ldap_parse_referenceA -ldap_parse_referenceW -ldap_parse_result -ldap_parse_resultA -ldap_parse_resultW -ldap_parse_sort_control -ldap_parse_sort_controlA -ldap_parse_sort_controlW -ldap_rename_ext -ldap_rename_extA -ldap_rename_extW -ldap_rename_ext_s -ldap_rename_ext_sA -ldap_rename_ext_sW -ldap_searchA -ldap_searchW -ldap_search_abandon_page -ldap_search_ext -ldap_search_extA -ldap_search_extW -ldap_search_ext_s -ldap_search_ext_sA -ldap_escape_filter_element -ldap_set_dbg_flags -ldap_set_dbg_routine -ldap_memfree -ldap_startup -ldap_cleanup -ldap_search_ext_sW -ldap_search_init_page -ldap_search_init_pageA -ldap_search_init_pageW -ldap_search_sA -ldap_search_sW -ldap_search_stA -ldap_search_stW -ldap_set_option -ldap_set_optionA -ldap_simple_bindA -ldap_simple_bindW -ldap_simple_bind_sA -ldap_simple_bind_sW -ldap_sslinit -ldap_sslinitA -ldap_sslinitW -ldap_ufn2dn -ldap_ufn2dnA -ldap_ufn2dnW -ldap_value_freeA -ldap_value_freeW -ldap_check_filterA -ldap_check_filterW -ldap_dn2ufnA -ber_init -ber_free -ber_bvecfree -ber_bvdup -ber_alloc_t -ber_skip_tag -ber_peek_tag -ber_first_element -ber_next_element -ber_flatten -ber_printf -ber_scanf -ldap_conn_from_msg -ldap_sasl_bindW -ldap_sasl_bind_sW -ldap_sasl_bindA -ldap_sasl_bind_sA -ldap_parse_extended_resultW -ldap_parse_extended_resultA -ldap_create_vlv_controlW -ldap_create_vlv_controlA -ldap_parse_vlv_controlW -ldap_parse_vlv_controlA -ldap_start_tls_sW -ldap_start_tls_sA -ldap_stop_tls_s -ldap_extended_operation_sW -ldap_extended_operation_sA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmadmod.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmadmod.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmadmod.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmadmod.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WMADMOD.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WMADMOD.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmadmoe.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmadmoe.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmadmoe.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmadmoe.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WMADMOE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WMADMOE.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmdmps.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmdmps.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmdmps.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmdmps.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wmdmPS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wmdmPS.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -; -; Definition file of WMI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WMI.dll" -EXPORTS -CloseTrace -ControlTraceA -ControlTraceW -CreateTraceInstanceId -EnableTrace -GetTraceEnableFlags -GetTraceEnableLevel -GetTraceLoggerHandle -OpenTraceA -OpenTraceW -ProcessTrace -QueryAllTracesA -QueryAllTracesW -RegisterTraceGuidsA -RegisterTraceGuidsW -RemoveTraceCallback -SetTraceCallback -StartTraceA -StartTraceW -TraceEvent -TraceEventInstance -UnregisterTraceGuids -WmiCloseBlock -WmiDevInstToInstanceNameA -WmiDevInstToInstanceNameW -WmiEnumerateGuids -WmiExecuteMethodA -WmiExecuteMethodW -WmiFileHandleToInstanceNameA -WmiFileHandleToInstanceNameW -WmiFreeBuffer -WmiMofEnumerateResourcesA -WmiMofEnumerateResourcesW -WmiNotificationRegistrationA -WmiNotificationRegistrationW -WmiOpenBlock -WmiQueryAllDataA -WmiQueryAllDataW -WmiQueryGuidInformation -WmiQuerySingleInstanceA -WmiQuerySingleInstanceW -WmiSetSingleInstanceA -WmiSetSingleInstanceW -WmiSetSingleItemA -WmiSetSingleItemW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmiprop.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmiprop.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmiprop.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmiprop.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WmiProp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WmiProp.dll" -EXPORTS -WmiPropCoInstaller -WmiPropPageProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmspdmod.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmspdmod.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmspdmod.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmspdmod.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WMSPDMOD.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WMSPDMOD.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmvdecod.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmvdecod.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmvdecod.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmvdecod.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wmvdecod.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wmvdecod.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmvencod.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmvencod.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wmvencod.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wmvencod.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of DEFFILE.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "DEFFILE.dll" -EXPORTS -CreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wpd_ci.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wpd_ci.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wpd_ci.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wpd_ci.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -; -; Definition file of wpd_ci.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wpd_ci.dll" -EXPORTS -CoDeviceInstall -DoCmd -MigrateMTPDevicesInstalledAsMSC -RescanBus -WpdClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ws2_32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ws2_32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ws2_32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ws2_32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,187 +0,0 @@ -; -; Definition file of WS2_32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WS2_32.dll" -EXPORTS -accept -bind -closesocket -connect -getpeername -getsockname -getsockopt -htonl -htons -ioctlsocket -inet_addr -inet_ntoa -listen -ntohl -ntohs -recv -recvfrom -select -send -sendto -setsockopt -shutdown -socket -WSApSetPostRoutine -FreeAddrInfoEx -FreeAddrInfoExW -FreeAddrInfoW -GetAddrInfoExA -GetAddrInfoExCancel -GetAddrInfoExOverlappedResult -GetAddrInfoExW -GetAddrInfoW -GetHostNameW -GetNameInfoW -InetNtopW -InetPtonW -SetAddrInfoExA -SetAddrInfoExW -WPUCompleteOverlappedRequest -WPUGetProviderPathEx -WSAAccept -WSAAddressToStringA -WSAAddressToStringW -WSAAdvertiseProvider -WSACloseEvent -WSAConnect -WSAConnectByList -WSAConnectByNameA -WSAConnectByNameW -WSACreateEvent -gethostbyaddr -gethostbyname -getprotobyname -getprotobynumber -getservbyname -getservbyport -gethostname -WSADuplicateSocketA -WSADuplicateSocketW -WSAEnumNameSpaceProvidersA -WSAEnumNameSpaceProvidersExA -WSAEnumNameSpaceProvidersExW -WSAEnumNameSpaceProvidersW -WSAEnumNetworkEvents -WSAEnumProtocolsA -WSAEnumProtocolsW -WSAEventSelect -WSAGetOverlappedResult -WSAGetQOSByName -WSAGetServiceClassInfoA -WSAGetServiceClassInfoW -WSAGetServiceClassNameByClassIdA -WSAGetServiceClassNameByClassIdW -WSAHtonl -WSAHtons -WSAInstallServiceClassA -WSAInstallServiceClassW -WSAIoctl -WSAJoinLeaf -WSALookupServiceBeginA -WSALookupServiceBeginW -WSALookupServiceEnd -WSALookupServiceNextA -WSALookupServiceNextW -WSANSPIoctl -WSANtohl -WSANtohs -WSAPoll -WSAProviderCompleteAsyncCall -WSAProviderConfigChange -WSARecv -WSARecvDisconnect -WSARecvFrom -WSARemoveServiceClass -WSAResetEvent -WSASend -WSASendDisconnect -WSASendMsg -WSASendTo -WSASetEvent -WSAAsyncSelect -WSAAsyncGetHostByAddr -WSAAsyncGetHostByName -WSAAsyncGetProtoByNumber -WSAAsyncGetProtoByName -WSAAsyncGetServByPort -WSAAsyncGetServByName -WSACancelAsyncRequest -WSASetBlockingHook -WSAUnhookBlockingHook -WSAGetLastError -WSASetLastError -WSACancelBlockingCall -WSAIsBlocking -WSAStartup -WSACleanup -WSASetServiceA -WSASetServiceW -WSASocketA -WSASocketW -WSAStringToAddressA -WSAStringToAddressW -WSAUnadvertiseProvider -WSAWaitForMultipleEvents -WSCDeinstallProvider -WSCDeinstallProviderEx -WSCEnableNSProvider -WSCEnumProtocols -WSCEnumProtocolsEx -WSCGetApplicationCategory -WSCGetApplicationCategoryEx -WSCGetProviderInfo -WSCGetProviderPath -WSCInstallNameSpace -WSCInstallNameSpaceEx -WSCInstallNameSpaceEx2 -WSCInstallProvider -WSCInstallProviderAndChains -WSCInstallProviderEx -WSCSetApplicationCategory -WSCSetApplicationCategoryEx -WSCSetProviderInfo -WSCUnInstallNameSpace -WSCUnInstallNameSpaceEx2 -WSCUpdateProvider -WSCUpdateProviderEx -WSCWriteNameSpaceOrder -WSCWriteProviderOrder -WSCWriteProviderOrderEx -WahCloseApcHelper -__WSAFDIsSet -WahCloseHandleHelper -WahCloseNotificationHandleHelper -WahCloseSocketHandle -WahCloseThread -WahCompleteRequest -WahCreateHandleContextTable -WahCreateNotificationHandle -WahCreateSocketHandle -WahDestroyHandleContextTable -WahDisableNonIFSHandleSupport -WahEnableNonIFSHandleSupport -WahEnumerateHandleContexts -WahInsertHandleContext -WahNotifyAllProcesses -WahOpenApcHelper -WahOpenCurrentThread -WahOpenHandleHelper -WahOpenNotificationHandleHelper -WahQueueUserApc -WahReferenceContextByHandle -WahRemoveHandleContext -WahWaitForNotification -WahWriteLSPEvent -freeaddrinfo -getaddrinfo -getnameinfo -inet_ntop -inet_pton -WEP diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/ws2help.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/ws2help.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/ws2help.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/ws2help.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -; -; Definition file of WS2HELP.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WS2HELP.dll" -EXPORTS -WahCloseApcHelper -WahCloseHandleHelper -WahCloseNotificationHandleHelper -WahCloseSocketHandle -WahCloseThread -WahCompleteRequest -WahCreateHandleContextTable -WahCreateNotificationHandle -WahCreateSocketHandle -WahDestroyHandleContextTable -WahDisableNonIFSHandleSupport -WahEnableNonIFSHandleSupport -WahEnumerateHandleContexts -WahInsertHandleContext -WahNotifyAllProcesses -WahOpenApcHelper -WahOpenCurrentThread -WahOpenHandleHelper -WahOpenNotificationHandleHelper -WahQueueUserApc -WahReferenceContextByHandle -WahRemoveHandleContext -WahWaitForNotification -WahWriteLSPEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wscapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wscapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wscapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wscapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -; -; Definition file of WSCAPI.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSCAPI.dll" -EXPORTS -wscShowAMSCN -CLSID_WSCProductList -IID_IWSCProductList -IID_IWscProduct -LIBID_wscAPILib -WscGetAntiMalwareUri -WscGetSecurityProviderHealth -WscQueryAntiMalwareUri -WscRegisterForChanges -WscRegisterForUserNotifications -WscUnRegisterChanges -wscAntiSpywareGetStatus -wscAntiVirusExpiredBeyondThreshold -wscAntiVirusGetStatus -wscAutoUpdatesEnableScheduledMode -wscAutoUpdatesGetStatus -wscFirewallGetStatus -wscGeneralSecurityGetStatus -wscGetAlertStatus -wscIcfEnable -wscIeSettingsFix -wscIsDefenderAntivirusSupported -wscLuaSettingsFix -wscOverrideComponentStatus -wscPing -wscProductInfoFree -wscRegisterChangeNotification -wscRegisterSecurityProduct -wscUnRegisterChangeNotification -wscUnregisterSecurityProduct -wscUpdateProductStatus diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wscsvc.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wscsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wscsvc.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wscsvc.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WSCSVC.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSCSVC.dll" -EXPORTS -ServiceMain -SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsdmon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsdmon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsdmon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsdmon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -; -; Definition file of WSDMon.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSDMon.dll" -EXPORTS -ord_342 @342 -ord_343 @343 -InitializePrintMonitor2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshbth.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshbth.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshbth.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshbth.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -; -; Definition file of wshbth.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wshbth.dll" -EXPORTS -NSPStartup -WSHAddressToString -WSHEnumProtocols -WSHGetBroadcastSockaddr -WSHGetProviderGuid -WSHGetSockaddrType -WSHGetSocketInformation -WSHGetWSAProtocolInfo -WSHGetWildcardSockaddr -WSHGetWinsockMapping -WSHIoctl -WSHJoinLeaf -WSHNotify -WSHOpenSocket -WSHOpenSocket2 -WSHSetSocketInformation -WSHStringToAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshcon.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshcon.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshcon.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshcon.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WSHCon.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSHCon.dll" -EXPORTS -DLLGetDocumentation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshelper.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshelper.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wshelper.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wshelper.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WSHELPER.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSHELPER.dll" -EXPORTS -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsmanmigrationplugin.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsmanmigrationplugin.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsmanmigrationplugin.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsmanmigrationplugin.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -; -; Definition file of WSManMigrationPlugin.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSManMigrationPlugin.dll" -EXPORTS -??0?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??0?$SafeMap_Iterator@VKey@Locale@@K@@QAA@AAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z -??0?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@ABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z -??1?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??1?$SafeMap_Iterator@VKey@Locale@@K@@QAA@XZ -??1?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??1CWSManCriticalSectionWithConditionVar@@QAA@XZ -??_7?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@6B@ DATA -?Acquire@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBAXXZ -?Acquire@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAAXXZ -?Acquired@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA_NXZ -?AsReference@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAAAAV1@XZ -?Data@?$SafeMap_Iterator@VKey@Locale@@K@@IBAAAV?$STLMap@VKey@Locale@@K@@XZ -?DeInitialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAA_NAAVIRequestContext@@@Z -?GetInitError@CWSManCriticalSection@@QBAKXZ -?GetMap@?$SafeMap_Iterator@VKey@Locale@@K@@QBAAAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ -?GetMap@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QBAABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ -?Initialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAA_NAAVIRequestContext@@@Z -?IsValid@?$SafeMap_Iterator@VKey@Locale@@K@@QBA_NXZ -?Release@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBAXXZ -?Reset@?$SafeMap_Iterator@VKey@Locale@@K@@QAAXXZ -?SkipOrphans@?$SafeMap_Iterator@VKey@Locale@@K@@IAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsmauto.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsmauto.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsmauto.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsmauto.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,395 +0,0 @@ -; -; Definition file of wsmandisp.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wsmandisp.dll" -EXPORTS -??0?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAA@PAVResources@Locale@@@Z -??0?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAA@PAE@Z -??0?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAA@PAG@Z -??0?$AutoCleanup@V?$AutoFree@E@@PAE@@QAA@PAE@Z -??0?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAA@PAVCRequestContext@@@Z -??0?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QAA@PAVCWSManSecurityUI@@@Z -??0?$AutoCleanup@VAutoBstr@@PAG@@QAA@PAG@Z -??0?$AutoCleanup@VAutoBstr@@PAG@@QAA@XZ -??0?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAA@PAG@Z -??0?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAA@XZ -??0?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAA@PBU_CERT_CONTEXT@@@Z -??0?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAA@XZ -??0?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAA@PBU_CERT_CHAIN_CONTEXT@@@Z -??0?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAA@XZ -??0?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoHandle@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoHandle@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAA@PAUHINSTANCE__@@@Z -??0?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAA@XZ -??0?$AutoCleanup@VAutoLocalFree@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoLocalFree@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAA@PAU_MI_Class@@@Z -??0?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAA@XZ -??0?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAA@PAU_MI_Instance@@@Z -??0?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAA@XZ -??0?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAA@PAUWSMAN_OBJECT@@@Z -??0?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAA@XZ -??0?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAA@PAUHKEY__@@@Z -??0?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAA@XZ -??0?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAA@XZ -??0?$AutoCleanup@VAutoWaitHandle@@PAX@@QAA@PAX@Z -??0?$AutoCleanup@VAutoWaitHandle@@PAX@@QAA@XZ -??0?$AutoDelete@VResources@Locale@@@@QAA@PAVResources@Locale@@@Z -??0?$AutoDeleteVector@E@@QAA@XZ -??0?$AutoDeleteVector@G@@QAA@PAG@Z -??0?$AutoDeleteVector@G@@QAA@XZ -??0?$AutoFree@E@@QAA@PAE@Z -??0?$AutoRelease@VCRequestContext@@@@QAA@PAVCRequestContext@@@Z -??0?$AutoRelease@VCWSManSecurityUI@@@@QAA@XZ -??0?$ILoader@VResources@Locale@@@@QAA@P8Resources@Locale@@AA_NAAVIRequestContext@@@Z1@Z -??0?$LoaderSerializer@VResources@Locale@@$0A@@@QAA@P8Resources@Locale@@AA_NAAVIRequestContext@@@Z1@Z -??0?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??0?$SafeMap_Iterator@VKey@Locale@@K@@QAA@AAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z -??0?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@ABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z -??0?$SimpleQueue@T_LARGE_INTEGER@@@@QAA@XZ -??0AutoBstr@@QAA@PAG@Z -??0AutoBstr@@QAA@XZ -??0AutoBstrNoAlloc@@QAA@PAG@Z -??0AutoBstrNoAlloc@@QAA@XZ -??0AutoCertContext@@QAA@PBU_CERT_CONTEXT@@@Z -??0AutoCertContext@@QAA@XZ -??0AutoChainContext@@QAA@PBU_CERT_CHAIN_CONTEXT@@@Z -??0AutoChainContext@@QAA@XZ -??0AutoCoTaskMemFree@@QAA@PAX@Z -??0AutoCoTaskMemFree@@QAA@XZ -??0AutoEnvironmentBlock@@QAA@PAX@Z -??0AutoEnvironmentBlock@@QAA@XZ -??0AutoFwXmlCloseParser@@QAA@PAX@Z -??0AutoFwXmlCloseParser@@QAA@XZ -??0AutoHandle@@QAA@PAX@Z -??0AutoHandle@@QAA@XZ -??0AutoImpersonateUser@@QAA@PAX@Z -??0AutoImpersonateUser@@QAA@XZ -??0AutoLibrary@@QAA@PAUHINSTANCE__@@@Z -??0AutoLibrary@@QAA@XZ -??0AutoLocalFree@@QAA@PAX@Z -??0AutoLocalFree@@QAA@XZ -??0AutoMIClass@@QAA@PAU_MI_Class@@@Z -??0AutoMIClass@@QAA@XZ -??0AutoMIInstance@@QAA@PAU_MI_Instance@@@Z -??0AutoMIInstance@@QAA@XZ -??0AutoObject@@QAA@PAUWSMAN_OBJECT@@@Z -??0AutoObject@@QAA@XZ -??0AutoRegKey@@QAA@PAUHKEY__@@@Z -??0AutoRegKey@@QAA@XZ -??0AutoSecurityDescriptor@@QAA@PAX@Z -??0AutoSecurityDescriptor@@QAA@XZ -??0AutoWaitHandle@@QAA@PAX@Z -??0AutoWaitHandle@@QAA@XZ -??0BufferFormatter@@QAA@PAEK@Z -??0BufferFormatter@@QAA@XZ -??0CWSManResource@@QAA@H@Z -??0ChildLifeTimeManager@@QAA@XZ -??0CircularBufferFormatter@@QAA@XZ -??0EtwCorrelationHelper@@QAA@ABV0@@Z -??0FastLock@@QAA@XZ -??0ILifeTimeMgmt@@QAA@ABV0@@Z -??0ILifeTimeMgmt@@QAA@XZ -??0IRequestContext@@IAA@XZ -??0OwnLock@@QAA@AAVFastLock@@@Z -??0ShareLock@@QAA@AAVFastLock@@@Z -??1?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAA@XZ -??1?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAA@XZ -??1?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAA@XZ -??1?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAA@XZ -??1?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAA@XZ -??1?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAA@XZ -??1?$AutoCleanup@V?$AutoFree@E@@PAE@@QAA@XZ -??1?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAA@XZ -??1?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QAA@XZ -??1?$AutoCleanup@VAutoBstr@@PAG@@QAA@XZ -??1?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAA@XZ -??1?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAA@XZ -??1?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAA@XZ -??1?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoHandle@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAA@XZ -??1?$AutoCleanup@VAutoLocalFree@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAA@XZ -??1?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAA@XZ -??1?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAA@XZ -??1?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAA@XZ -??1?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAA@XZ -??1?$AutoCleanup@VAutoWaitHandle@@PAX@@QAA@XZ -??1?$AutoDelete@G@@QAA@XZ -??1?$AutoDelete@VResources@Locale@@@@QAA@XZ -??1?$AutoDeleteVector@E@@QAA@XZ -??1?$AutoDeleteVector@G@@QAA@XZ -??1?$AutoDeleteVector@PBG@@QAA@XZ -??1?$AutoDeleteVector@U_WSMAN_OPTION@@@@QAA@XZ -??1?$AutoFree@E@@QAA@XZ -??1?$AutoRelease@VCRequestContext@@@@QAA@XZ -??1?$AutoRelease@VCWSManSecurityUI@@@@QAA@XZ -??1?$ILoader@VResources@Locale@@@@QAA@XZ -??1?$Loader@VResources@Locale@@$0A@@@QAA@XZ -??1?$LoaderSerializer@VResources@Locale@@$0A@@@QAA@XZ -??1?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??1?$SafeMap_Iterator@VKey@Locale@@K@@QAA@XZ -??1?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA@XZ -??1?$SimpleQueue@T_LARGE_INTEGER@@@@QAA@XZ -??1AutoBstr@@QAA@XZ -??1AutoBstrNoAlloc@@QAA@XZ -??1AutoCertContext@@QAA@XZ -??1AutoChainContext@@QAA@XZ -??1AutoCoTaskMemFree@@QAA@XZ -??1AutoEnvironmentBlock@@QAA@XZ -??1AutoFwXmlCloseParser@@QAA@XZ -??1AutoHandle@@QAA@XZ -??1AutoImpersonateUser@@QAA@XZ -??1AutoLibrary@@QAA@XZ -??1AutoLocalFree@@QAA@XZ -??1AutoMIClass@@QAA@XZ -??1AutoMIInstance@@QAA@XZ -??1AutoObject@@QAA@XZ -??1AutoRegKey@@QAA@XZ -??1AutoSecurityDescriptor@@QAA@XZ -??1AutoWaitHandle@@QAA@XZ -??1BufferFormatter@@UAA@XZ -??1CWSManCriticalSectionWithConditionVar@@QAA@XZ -??1CWSManResource@@UAA@XZ -??1ChildLifeTimeManager@@QAA@XZ -??1CircularBufferFormatter@@UAA@XZ -??1EtwCorrelationHelper@@UAA@XZ -??1ILifeTimeMgmt@@UAA@XZ -??1IRequestContext@@UAA@XZ -??1OwnLock@@QAA@XZ -??1ShareLock@@QAA@XZ -??4?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAAAAV?$AutoDeleteVector@G@@PAG@Z -??4?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QAAAAV?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@Z -??4?$AutoCleanup@VAutoBstr@@PAG@@QAAAAVAutoBstr@@PAG@Z -??4?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAAAAVAutoBstrNoAlloc@@PAG@Z -??4?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAAAAVAutoCertContext@@PBU_CERT_CONTEXT@@@Z -??4?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAAAAVAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@Z -??4?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAAAAVAutoCoTaskMemFree@@PAX@Z -??4?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@QAAAAVAutoEnvironmentBlock@@PAX@Z -??4?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAAAAVAutoFwXmlCloseParser@@PAX@Z -??4?$AutoCleanup@VAutoHandle@@PAX@@QAAAAVAutoHandle@@PAX@Z -??4?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAAAAVAutoImpersonateUser@@PAX@Z -??4?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAAAAVAutoLibrary@@PAUHINSTANCE__@@@Z -??4?$AutoCleanup@VAutoLocalFree@@PAX@@QAAAAVAutoLocalFree@@PAX@Z -??4?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAAAAVAutoMIClass@@PAU_MI_Class@@@Z -??4?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAAAAVAutoMIInstance@@PAU_MI_Instance@@@Z -??4?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAAAAVAutoObject@@PAUWSMAN_OBJECT@@@Z -??4?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAAAAVAutoRegKey@@PAUHKEY__@@@Z -??4?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAAAAVAutoSecurityDescriptor@@PAX@Z -??4?$AutoCleanup@VAutoWaitHandle@@PAX@@QAAAAVAutoWaitHandle@@PAX@Z -??4?$AutoDeleteVector@G@@QAAAAV0@PAG@Z -??4?$AutoRelease@VCWSManSecurityUI@@@@QAAAAV0@PAVCWSManSecurityUI@@@Z -??4?$SimpleQueue@T_LARGE_INTEGER@@@@QAAAAV0@ABV0@@Z -??4AutoBstr@@QAAAAV0@PAG@Z -??4AutoBstrNoAlloc@@QAAAAV0@PAG@Z -??4AutoCertContext@@QAAAAV0@PBU_CERT_CONTEXT@@@Z -??4AutoChainContext@@QAAAAV0@PBU_CERT_CHAIN_CONTEXT@@@Z -??4AutoCoTaskMemFree@@QAAAAV0@PAX@Z -??4AutoEnvironmentBlock@@QAAAAV0@PAX@Z -??4AutoFwXmlCloseParser@@QAAAAV0@PAX@Z -??4AutoHandle@@QAAAAV0@PAX@Z -??4AutoImpersonateUser@@QAAAAV0@PAX@Z -??4AutoLibrary@@QAAAAV0@PAUHINSTANCE__@@@Z -??4AutoLocalFree@@QAAAAV0@PAX@Z -??4AutoMIClass@@QAAAAV0@PAU_MI_Class@@@Z -??4AutoMIInstance@@QAAAAV0@PAU_MI_Instance@@@Z -??4AutoObject@@QAAAAV0@PAUWSMAN_OBJECT@@@Z -??4AutoRegKey@@QAAAAV0@PAUHKEY__@@@Z -??4AutoSecurityDescriptor@@QAAAAV0@PAX@Z -??4AutoWaitHandle@@QAAAAV0@PAX@Z -??4ChildLifeTimeManager@@QAAAAV0@ABV0@@Z -??4EtwCorrelationHelper@@QAAAAV0@ABV0@@Z -??4EventLog@@QAAAAV0@ABV0@@Z -??4FastLock@@QAAAAV0@ABV0@@Z -??4ILifeTimeMgmt@@QAAAAV0@ABV0@@Z -??4PacketFormatter@@QAAAAV0@ABV0@@Z -??7?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QBA_NXZ -??7?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QBA_NXZ -??7?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QBA_NXZ -??B?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAAPAVResources@Locale@@XZ -??B?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAAPAEXZ -??B?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAAPAGXZ -??B?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAAPAPBGXZ -??B?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAAPAU_WSMAN_OPTION@@XZ -??B?$AutoCleanup@V?$AutoFree@E@@PAE@@QAAPAEXZ -??B?$AutoCleanup@V?$AutoFree@E@@PAE@@QBAQAEXZ -??B?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QAAPAVCWSManSecurityUI@@XZ -??B?$AutoCleanup@VAutoLocalFree@@PAX@@QAAPAXXZ -??C?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAAPAVCRequestContext@@XZ -??C?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@QAAPAVCWSManSecurityUI@@XZ -??_7?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@6B@ DATA -??_7BufferFormatter@@6B@ DATA -??_7CWSManResource@@6B@ DATA -??_7CircularBufferFormatter@@6B@ DATA -??_7EtwCorrelationHelper@@6B@ DATA -??_7ILifeTimeMgmt@@6B@ DATA -??_7IRequestContext@@6B@ DATA -??_FCErrorContext@@QAAXXZ -?Acquire@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBAXXZ -?Acquire@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAAXXZ -?AcquireExclusive@FastLock@@QAAXXZ -?AcquireShared@FastLock@@QAAXXZ -?Acquired@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAA_NXZ -?AddRef@ILifeTimeMgmt@@UAAJXZ -?AsReference@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAAAAV1@XZ -?CreateInstance@?$ILoader@VResources@Locale@@@@IAA_NAAVIRequestContext@@@Z -?Data@?$SafeMap_Iterator@VKey@Locale@@K@@IBAAAV?$STLMap@VKey@Locale@@K@@XZ -?DeInitialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAA_NAAVIRequestContext@@@Z -?Detach@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAAPAVResources@Locale@@XZ -?Detach@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAAPAGXZ -?Detach@?$AutoCleanup@V?$AutoFree@E@@PAE@@QAAPAEXZ -?Detach@BufferFormatter@@QAAPAEXZ -?FreeInstance@?$ILoader@VResources@Locale@@@@QAA_NAAVIRequestContext@@_N@Z -?GetBomIndex@PacketFormatter@@QBA?AW4Charset@1@XZ -?GetBuffer@BufferFormatter@@UAAPAEXZ -?GetBuffer@BufferFormatter@@UBAPBEXZ -?GetBuffer@CircularBufferFormatter@@UBAPBEXZ -?GetBuffer@XmlReader@@QAAPBGXZ -?GetBufferSize@BufferFormatter@@QBAKXZ -?GetCalculationSize@BufferFormatter@@UBAK_N@Z -?GetCharset@PacketFormatter@@QBA?AW4Charset@1@XZ -?GetChildCount@ChildLifeTimeManager@@QBAJXZ -?GetError@BufferFormatter@@QBAKXZ -?GetErrorCode@CErrorContext@@UBAKXZ -?GetFaultXML@CErrorContext@@UBAPBGXZ -?GetFaultXML@CRequestContext@@UBAPBGXZ -?GetFormatterMode@BufferFormatter@@QAA?AW4Charset@PacketFormatter@@XZ -?GetInitError@CWSManCriticalSection@@QBAKXZ -?GetInstance@?$LoaderSerializer@VResources@Locale@@$0A@@@QAAPAVResources@Locale@@AAVIRequestContext@@@Z -?GetLCID@Locale@@QAAKXZ -?GetLength@XmlReader@@QAAIXZ -?GetLocale@CRequestContext@@QAAAAVLocale@@XZ -?GetLocaleString@CRequestContext@@QAAPBGXZ -?GetMap@?$SafeMap_Iterator@VKey@Locale@@K@@QBAAAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ -?GetMap@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QBAABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ -?GetMessageId@CErrorContext@@UBAKXZ -?GetMessageId@CRequestContext@@UBAKXZ -?GetObjectW@?$ILoader@VResources@Locale@@@@IBAPAVResources@Locale@@XZ -?GetOptionCount@CWSManResourceNoResourceUri@@QAAKXZ -?GetOptionTypes@CWSManResourceNoResourceUri@@QAAPAPBGXZ -?GetOptions@CWSManResourceNoResourceUri@@QAAPAU_WSMAN_OPTION@@XZ -?GetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QAAHXZ -?GetParser@XmlReader@@QAAPAXXZ -?GetRefCount@ILifeTimeMgmt@@QAAJXZ -?GetSpaceUsed@BufferFormatter@@UBAK_N@Z -?HasFaultXML@CRequestContext@@QBAHXZ -?HasHtmlError@CRequestContext@@ABAHXZ -?Initialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAA_NAAVIRequestContext@@@Z -?IsActive@ChildLifeTimeManager@@QAA_NXZ -?IsCIM_Error@CRequestContext@@QAAHXZ -?IsEmpty@?$ILoader@VResources@Locale@@@@QBA_NXZ -?IsGeneratingError@CErrorContext@@UBA_NXZ -?IsInCommitMode@BufferFormatter@@QAA_NXZ -?IsValid@?$SafeMap_Iterator@VKey@Locale@@K@@QBA_NXZ -?LogErrorCode@CRequestContext@@QAAXXZ -?Me@?$AutoCleanup@V?$AutoDelete@G@@PAG@@AAAAAV?$AutoDelete@G@@XZ -?Me@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@AAAAAV?$AutoDelete@VResources@Locale@@@@XZ -?Me@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@AAAAAV?$AutoDeleteVector@E@@XZ -?Me@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@AAAAAV?$AutoDeleteVector@G@@XZ -?Me@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@AAAAAV?$AutoDeleteVector@PBG@@XZ -?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@AAAAAV?$AutoDeleteVector@U_WSMAN_OPTION@@@@XZ -?Me@?$AutoCleanup@V?$AutoFree@E@@PAE@@AAAAAV?$AutoFree@E@@XZ -?Me@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@AAAAAV?$AutoRelease@VCRequestContext@@@@XZ -?Me@?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@AAAAAV?$AutoRelease@VCWSManSecurityUI@@@@XZ -?Me@?$AutoCleanup@VAutoBstr@@PAG@@AAAAAVAutoBstr@@XZ -?Me@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@AAAAAVAutoBstrNoAlloc@@XZ -?Me@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@AAAAAVAutoCertContext@@XZ -?Me@?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@AAAAAVAutoChainContext@@XZ -?Me@?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@AAAAAVAutoCoTaskMemFree@@XZ -?Me@?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@AAAAAVAutoEnvironmentBlock@@XZ -?Me@?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@AAAAAVAutoFwXmlCloseParser@@XZ -?Me@?$AutoCleanup@VAutoHandle@@PAX@@AAAAAVAutoHandle@@XZ -?Me@?$AutoCleanup@VAutoImpersonateUser@@PAX@@AAAAAVAutoImpersonateUser@@XZ -?Me@?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@AAAAAVAutoLibrary@@XZ -?Me@?$AutoCleanup@VAutoLocalFree@@PAX@@AAAAAVAutoLocalFree@@XZ -?Me@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@AAAAAVAutoMIClass@@XZ -?Me@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@AAAAAVAutoMIInstance@@XZ -?Me@?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@AAAAAVAutoObject@@XZ -?Me@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@AAAAAVAutoRegKey@@XZ -?Me@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@AAAAAVAutoSecurityDescriptor@@XZ -?Me@?$AutoCleanup@VAutoWaitHandle@@PAX@@AAAAAVAutoWaitHandle@@XZ -?Passed@CErrorContext@@UBAHXZ -?PrepareToCommitWithSize@CircularBufferFormatter@@UAAKK@Z -?ProcessContext@CRequestContext@@QAAHHPAU_WSMAN_ENUMERATOR_RESULT@@@Z -?ProcessContext@CRequestContext@@QAAHHPAU_WSMAN_EVENTS_RESULT@@@Z -?ProcessContext@CRequestContext@@QAAHHPAU_WSMAN_RESULT@@@Z -?ProcessContext@CRequestContext@@QAAHHPAU_WSMAN_STATUS@@@Z -?ProviderFailure@CErrorContext@@UBAHXZ -?RecordAccessDenied@CRequestContext@@UAAXXZ -?RecordFailure@CRequestContext@@UAAXK@Z -?RecordHtmlError@CRequestContext@@QAAHKPAU_FWXML_ELEMENT@@@Z -?RecordHtmlError@CRequestContext@@QAAHKPBGK@Z -?RecordMIFailure@IRequestContext@@QAAXW4_MI_Result@@K@Z -?RecordOutOfMemory@CRequestContext@@UAAXXZ -?RecordProviderFailure@CRequestContext@@QAAXKHPBG00@Z -?RecordSoapError@CRequestContext@@QAAHKPAU_FWXML_ELEMENT@@@Z -?RecordSoapError@CRequestContext@@UAAHKPBG@Z -?RegisterChild@ChildLifeTimeManager@@QAA_NXZ -?Release@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBAXXZ -?Release@ILifeTimeMgmt@@UAAJP6AXPAX@Z0@Z -?ReleaseExclusive@FastLock@@QAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDelete@G@@PAG@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoFree@E@@PAE@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManSecurityUI@@@@PAVCWSManSecurityUI@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoBstr@@PAG@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoEnvironmentBlock@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoHandle@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoImpersonateUser@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoLocalFree@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@AAAXXZ -?ReleasePtr@?$AutoCleanup@VAutoWaitHandle@@PAX@@AAAXXZ -?ReleaseShared@FastLock@@QAAXXZ -?Reset@?$SafeMap_Iterator@VKey@Locale@@K@@QAAXXZ -?Reset@BufferFormatter@@UAAXXZ -?Reset@CircularBufferFormatter@@UAAXXZ -?SetCIM_Error@CErrorContext@@UAAXXZ -?SetCIM_Error@CRequestContext@@UAAXXZ -?SetExtraLogInfo@CErrorContext@@QAAXPBG000@Z -?SetFormatterMode@BufferFormatter@@QAAXW4Charset@PacketFormatter@@0@Z -?SetGeneratingError@CErrorContext@@UAAXXZ -?SetLocale@CRequestContext@@QAA_NPBGK@Z -?SetMachineName@CRequestContext@@QAAKPBG@Z -?SetMaxEnvelopeSize@CircularBufferFormatter@@QAAXK@Z -?SetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QAAXH@Z -?SetUpdateMode@BufferFormatter@@UAAXW4Mode@1@@Z -?SetUpdateMode@CircularBufferFormatter@@UAAXW4Mode@BufferFormatter@@@Z -?Shutdown@ChildLifeTimeManager@@QAAXXZ -?SkipOrphans@?$SafeMap_Iterator@VKey@Locale@@K@@IAAXXZ -?UnregisterChild@ChildLifeTimeManager@@QAAXXZ -?UseDefaultConfig@CErrorContext@@UBAHXZ -?UsingDefaultLCID@Locale@@QAA_NXZ -?WaitForAllChildrenToUnregister@ChildLifeTimeManager@@QAAXK@Z -?WakeAllWaitingOnNoOfChildren@ChildLifeTimeManager@@AAAXXZ -?empty@?$SimpleQueue@T_LARGE_INTEGER@@@@QBA_NXZ -?pop@?$SimpleQueue@T_LARGE_INTEGER@@@@QAAXXZ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsock32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsock32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsock32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsock32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -; -; Definition file of WSOCK32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSOCK32.dll" -EXPORTS -accept -bind -closesocket -connect -getpeername -getsockname -getsockopt -htonl -htons -inet_addr -inet_ntoa -ioctlsocket -listen -ntohl -ntohs -recv -recvfrom -select -send -sendto -setsockopt -shutdown -socket -MigrateWinsockConfiguration -gethostbyaddr -gethostbyname -getprotobyname -getprotobynumber -getservbyname -getservbyport -gethostname -WSAAsyncSelect -WSAAsyncGetHostByAddr -WSAAsyncGetHostByName -WSAAsyncGetProtoByNumber -WSAAsyncGetProtoByName -WSAAsyncGetServByPort -WSAAsyncGetServByName -WSACancelAsyncRequest -WSASetBlockingHook -WSAUnhookBlockingHook -WSAGetLastError -WSASetLastError -WSACancelBlockingCall -WSAIsBlocking -WSAStartup -WSACleanup -__WSAFDIsSet -WEP -WSApSetPostRoutine -inet_network -getnetbyname -rcmd -rexec -rresvport -sethostname -dn_expand -WSARecvEx -s_perror -GetAddressByNameA -GetAddressByNameW -EnumProtocolsA -EnumProtocolsW -GetTypeByNameA -GetTypeByNameW -GetNameByTypeA -GetNameByTypeW -SetServiceA -SetServiceW -GetServiceA -GetServiceW -NPLoadNameSpaces -TransmitFile -AcceptEx -GetAcceptExSockaddrs diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsshared.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsshared.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wsshared.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wsshared.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -; -; Definition file of WSShared.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WSShared.dll" -EXPORTS -??0StoreInAppInformation@@QAA@XZ -??0StoreServiceInformation@@QAA@XZ -??0UnfulfilledConsumableData@@QAA@XZ -??0tagStoreAppInformation@@QAA@XZ -??1StoreInAppInformation@@QAA@XZ -??1StoreServiceInformation@@QAA@XZ -??1UnfulfilledConsumableData@@QAA@XZ -??1tagStoreAppInformation@@QAA@XZ -??4CWSSharedUtils@@QAAAAV0@ABV0@@Z -?EncodeXml@CWSSharedUtils@@SAJPBGPAPAG@Z -?FreeAuthBrokerContext@CWSSharedUtils@@SAJPAX@Z -?GetAuthBrokerContext@CWSSharedUtils@@SAJW4AuthBrokerScenarioName@@KPAUHWND__@@PAPAX@Z -?GetAuthResponse@CWSSharedUtils@@SAJPBG0PAPAG1@Z -?GetBannedAppsListFromWeb@CWSSharedUtils@@SAJPAPAEPAI@Z -?GetCallingAppPackageFamilyName@CWSSharedUtils@@SAJPAPAG@Z -?GetCallingAppWindowHandle@CWSSharedUtils@@SAJPAPAUHWND__@@@Z -?GetCoreWindow@CWSSharedUtils@@SAJPAPAUICoreWindow@Core@UI@Windows@@@Z -?GetDataFromProductReceipt@CWSSharedUtils@@SAJPBDIPAU_GUID@@PAEPAPAG@Z -?GetDevLicenseInfoFromSqr@CWSSharedUtils@@SAJPAUHWND__@@PAXPAPAG2222@Z -?GetFormattedPrice@CWSSharedUtils@@SAJPBG0000PAPAG@Z -?GetProductFulfillmentUrlInfo@CWSSharedUtils@@SAJPAU_GUID@@PAPAUHSTRING__@@0PAPBG22@Z -?GetProductInformationFromWeb@CWSSharedUtils@@SAJPAUHWND__@@U_GUID@@PBGPAXPAPAUtagStoreAppInformation@@@Z -?GetProxyCredentialsUsingSSPIPFC@CWSSharedUtils@@SAJPAUHWND__@@PBGKPAPAG2@Z -?GetReceiptIdAndProductTypeFromProductReceipt@CWSSharedUtils@@SAJPBDIPAU_GUID@@PAE@Z -?GetServiceUrlInfoFromSqr@CWSSharedUtils@@SAJPAUHWND__@@W4StoreServiceName@@HPAXPAPAG33@Z -?GetUnfulfilledConsumablesFromAppReceipt@CWSSharedUtils@@SAJPBDIPAV?$CArray@PAUUnfulfilledConsumableData@@PAU1@VCAdaptorDefault@@VCPoliciesDefault@@@@@Z -?GetWindowHandle@CWSSharedUtils@@SAJPAUICoreWindow@Core@UI@Windows@@PAPAUHWND__@@@Z -?SyncMachineLicenses@CWSSharedUtils@@SAJXZ -?WSFetchReceipt@CWSSharedUtils@@SAJPAU_GUID@@PAPAG0PAUHWND__@@@Z diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wtsapi32.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wtsapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wtsapi32.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wtsapi32.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ -; -; Definition file of WTSAPI32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WTSAPI32.dll" -EXPORTS -QueryActiveSession -QueryUserToken -RegisterUsertokenForNoWinlogon -WTSCloseServer -WTSConnectSessionA -WTSConnectSessionW -WTSCreateListenerA -WTSCreateListenerW -WTSDisconnectSession -WTSEnableChildSessions -WTSEnumerateListenersA -WTSEnumerateListenersW -WTSEnumerateProcessesA -WTSEnumerateProcessesExA -WTSEnumerateProcessesExW -WTSEnumerateProcessesW -WTSEnumerateServersA -WTSEnumerateServersW -WTSEnumerateSessionsA -WTSEnumerateSessionsExA -WTSEnumerateSessionsExW -WTSEnumerateSessionsW -WTSFreeMemory -WTSFreeMemoryExA -WTSFreeMemoryExW -WTSGetChildSessionId -WTSGetListenerSecurityA -WTSGetListenerSecurityW -WTSIsChildSessionsEnabled -WTSLogoffSession -WTSOpenServerA -WTSOpenServerExA -WTSOpenServerExW -WTSOpenServerW -WTSQueryListenerConfigA -WTSQueryListenerConfigW -WTSQuerySessionInformationA -WTSQuerySessionInformationW -WTSQueryUserConfigA -WTSQueryUserConfigW -WTSQueryUserToken -WTSRegisterSessionNotification -WTSRegisterSessionNotificationEx -WTSSendMessageA -WTSSendMessageW -WTSSetListenerSecurityA -WTSSetListenerSecurityW -WTSSetRenderHint -WTSSetSessionInformationA -WTSSetSessionInformationW -WTSSetUserConfigA -WTSSetUserConfigW -WTSShutdownSystem -WTSStartRemoteControlSessionA -WTSStartRemoteControlSessionW -WTSStopRemoteControlSession -WTSTerminateProcess -WTSUnRegisterSessionNotification -WTSUnRegisterSessionNotificationEx -WTSVirtualChannelClose -WTSVirtualChannelOpen -WTSVirtualChannelOpenEx -WTSVirtualChannelPurgeInput -WTSVirtualChannelPurgeOutput -WTSVirtualChannelQuery -WTSVirtualChannelRead -WTSVirtualChannelWrite -WTSWaitSystemEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wuapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wuapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wuapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wuapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wuapi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wuapi.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wucltux.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wucltux.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wucltux.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wucltux.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wucltux.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wucltux.dll" -EXPORTS -ord_5 @5 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wups2.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wups2.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wups2.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wups2.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wups2.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wups2.dll" -EXPORTS -ord_10 @10 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wups.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wups.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wups.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wups.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of wups.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "wups.dll" -EXPORTS -ord_10 @10 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wwaapi.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wwaapi.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wwaapi.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wwaapi.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of WwaApi.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WwaApi.dll" -EXPORTS -GetProxyDllInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/wwancfg.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/wwancfg.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/wwancfg.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/wwancfg.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -; -; Definition file of WWANCFG.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "WWANCFG.dll" -EXPORTS -GetResourceString -InitHelperDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/xaudio2_8.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/xaudio2_8.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/xaudio2_8.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/xaudio2_8.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -; -; Definition file of XAudio2_8.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "XAudio2_8.dll" -EXPORTS -XAudio2Create -CreateAudioReverb -CreateAudioVolumeMeter -CreateFX -X3DAudioCalculate -X3DAudioInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/xinput1_4.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/xinput1_4.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/xinput1_4.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/xinput1_4.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -; -; Definition file of XINPUT1_4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "XINPUT1_4.dll" -EXPORTS -XInputGetState -XInputSetState -XInputGetCapabilities -XInputEnable -XInputGetBatteryInformation -XInputGetKeystroke -XInputGetAudioDeviceIds -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_108 @108 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/xpsgdiconverter.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/xpsgdiconverter.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/xpsgdiconverter.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/xpsgdiconverter.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -; -; Definition file of XpsGdiConverter.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "XpsGdiConverter.dll" -EXPORTS -ord_1 @1 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm32/xpsservices.def mingw-w64-6.0.0/mingw-w64-crt/libarm32/xpsservices.def --- mingw-w64-5.0.4/mingw-w64-crt/libarm32/xpsservices.def 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm32/xpsservices.def 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -; -; Definition file of xpsservices.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "xpsservices.dll" -EXPORTS -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 -ord_8 @8 -ord_9 @9 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm64/Makefile.am mingw-w64-6.0.0/mingw-w64-crt/libarm64/Makefile.am --- mingw-w64-5.0.4/mingw-w64-crt/libarm64/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm64/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,305 @@ +libarm64_DATA += %reldir%/libacledit.a +libarm64_DATA += %reldir%/libactiveds.a +libarm64_DATA += %reldir%/libadvapi32.a +libarm64_DATA += %reldir%/libadvpack.a +libarm64_DATA += %reldir%/libappmgmts.a +libarm64_DATA += %reldir%/libappmgr.a +libarm64_DATA += %reldir%/libasycfilt.a +libarm64_DATA += %reldir%/libatl.a +libarm64_DATA += %reldir%/libaudiosrv.a +libarm64_DATA += %reldir%/libavrt.a +libarm64_DATA += %reldir%/libazroles.a +libarm64_DATA += %reldir%/libbasesrv.a +libarm64_DATA += %reldir%/libbcrypt.a +libarm64_DATA += %reldir%/libbootvid.a +libarm64_DATA += %reldir%/libbrowcli.a +libarm64_DATA += %reldir%/libbrowser.a +libarm64_DATA += %reldir%/libbthci.a +libarm64_DATA += %reldir%/libcabinet.a +libarm64_DATA += %reldir%/libcabview.a +libarm64_DATA += %reldir%/libcfgbkend.a +libarm64_DATA += %reldir%/libclbcatq.a +libarm64_DATA += %reldir%/libclb.a +libarm64_DATA += %reldir%/libcliconfg.a +libarm64_DATA += %reldir%/libclusapi.a +libarm64_DATA += %reldir%/libcnvfat.a +libarm64_DATA += %reldir%/libcolbact.a +libarm64_DATA += %reldir%/libcomctl32.a +libarm64_DATA += %reldir%/libcomdlg32.a +libarm64_DATA += %reldir%/libcompstui.a +libarm64_DATA += %reldir%/libcomsnap.a +libarm64_DATA += %reldir%/libcomuid.a +libarm64_DATA += %reldir%/libconnect.a +libarm64_DATA += %reldir%/libconsole.a +libarm64_DATA += %reldir%/libcredui.a +libarm64_DATA += %reldir%/libcrypt32.a +libarm64_DATA += %reldir%/libcryptdlg.a +libarm64_DATA += %reldir%/libcryptdll.a +libarm64_DATA += %reldir%/libcryptext.a +libarm64_DATA += %reldir%/libcryptnet.a +libarm64_DATA += %reldir%/libcryptsp.a +libarm64_DATA += %reldir%/libcryptsvc.a +libarm64_DATA += %reldir%/libcryptui.a +libarm64_DATA += %reldir%/libcryptxml.a +libarm64_DATA += %reldir%/libcscapi.a +libarm64_DATA += %reldir%/libd2d1.a +libarm64_DATA += %reldir%/libd3d11.a +libarm64_DATA += %reldir%/libd3d9.a +libarm64_DATA += %reldir%/libd3dcompiler_47.a +libarm64_DATA += %reldir%/libdavclnt.a +libarm64_DATA += %reldir%/libdavhlpr.a +libarm64_DATA += %reldir%/libdbgeng.a +libarm64_DATA += %reldir%/libdbghelp.a +libarm64_DATA += %reldir%/libdbnetlib.a +libarm64_DATA += %reldir%/libdbnmpntw.a +libarm64_DATA += %reldir%/libddraw.a +libarm64_DATA += %reldir%/libdevmgr.a +libarm64_DATA += %reldir%/libdevobj.a +libarm64_DATA += %reldir%/libdevrtl.a +libarm64_DATA += %reldir%/libdfscli.a +libarm64_DATA += %reldir%/libdhcpcsvc.a +libarm64_DATA += %reldir%/libdhcpsapi.a +libarm64_DATA += %reldir%/libdimsroam.a +libarm64_DATA += %reldir%/libdiskcopy.a +libarm64_DATA += %reldir%/libdmutil.a +libarm64_DATA += %reldir%/libdnsapi.a +libarm64_DATA += %reldir%/libdnsrslvr.a +libarm64_DATA += %reldir%/libdrprov.a +libarm64_DATA += %reldir%/libdsauth.a +libarm64_DATA += %reldir%/libdskquota.a +libarm64_DATA += %reldir%/libdsound.a +libarm64_DATA += %reldir%/libdsprop.a +libarm64_DATA += %reldir%/libdsquery.a +libarm64_DATA += %reldir%/libdsrole.a +libarm64_DATA += %reldir%/libdssec.a +libarm64_DATA += %reldir%/libdssenh.a +libarm64_DATA += %reldir%/libdsuiext.a +libarm64_DATA += %reldir%/libduser.a +libarm64_DATA += %reldir%/libdwmapi.a +libarm64_DATA += %reldir%/libdwrite.a +libarm64_DATA += %reldir%/libdxgi.a +libarm64_DATA += %reldir%/libdxva2.a +libarm64_DATA += %reldir%/libeappcfg.a +libarm64_DATA += %reldir%/libeappgnui.a +libarm64_DATA += %reldir%/libeapphost.a +libarm64_DATA += %reldir%/libeappprxy.a +libarm64_DATA += %reldir%/libefsadu.a +libarm64_DATA += %reldir%/libelscore.a +libarm64_DATA += %reldir%/libesentprf.a +libarm64_DATA += %reldir%/libfdeploy.a +libarm64_DATA += %reldir%/libfeclient.a +libarm64_DATA += %reldir%/libfilemgmt.a +libarm64_DATA += %reldir%/libfltlib.a +libarm64_DATA += %reldir%/libfmifs.a +libarm64_DATA += %reldir%/libfontsub.a +libarm64_DATA += %reldir%/libgdi32.a +#libarm64_DATA += %reldir%/libgdiplus.a # Handled by custom rule +libarm64_DATA += %reldir%/libgetuname.a +libarm64_DATA += %reldir%/libgpedit.a +libarm64_DATA += %reldir%/libhbaapi.a +libarm64_DATA += %reldir%/libhid.a +libarm64_DATA += %reldir%/libhlink.a +libarm64_DATA += %reldir%/libhotplug.a +libarm64_DATA += %reldir%/libhtui.a +libarm64_DATA += %reldir%/libiashlpr.a +libarm64_DATA += %reldir%/libiassam.a +libarm64_DATA += %reldir%/libiassvcs.a +libarm64_DATA += %reldir%/libicm32.a +libarm64_DATA += %reldir%/libicmp.a +libarm64_DATA += %reldir%/libicmui.a +libarm64_DATA += %reldir%/libiernonce.a +libarm64_DATA += %reldir%/libimagehlp.a +libarm64_DATA += %reldir%/libimgutil.a +libarm64_DATA += %reldir%/libimm32.a +libarm64_DATA += %reldir%/libinetcomm.a +libarm64_DATA += %reldir%/libinetmib1.a +libarm64_DATA += %reldir%/libinput.a +libarm64_DATA += %reldir%/libinseng.a +libarm64_DATA += %reldir%/libiphlpapi.a +libarm64_DATA += %reldir%/libipnathlp.a +libarm64_DATA += %reldir%/libjsproxy.a +libarm64_DATA += %reldir%/libkdcom.a +#libarm64_DATA += %reldir%/libkernel32.a # Handled by custom rule +libarm64_DATA += %reldir%/libkeymgr.a +#libarm64_DATA += %reldir%/libksuser.a # Handled by custom rule +libarm64_DATA += %reldir%/libktmw32.a +libarm64_DATA += %reldir%/liblinkinfo.a +libarm64_DATA += %reldir%/libloadperf.a +libarm64_DATA += %reldir%/libloghours.a +libarm64_DATA += %reldir%/liblogoncli.a +libarm64_DATA += %reldir%/liblz32.a +libarm64_DATA += %reldir%/libmapi32.a +libarm64_DATA += %reldir%/libmapistub.a +libarm64_DATA += %reldir%/libmcicda.a +libarm64_DATA += %reldir%/libmciseq.a +libarm64_DATA += %reldir%/libmciwave.a +libarm64_DATA += %reldir%/libmdminst.a +libarm64_DATA += %reldir%/libmf3216.a +libarm64_DATA += %reldir%/libmf.a +libarm64_DATA += %reldir%/libmfplat.a +libarm64_DATA += %reldir%/libmgmtapi.a +libarm64_DATA += %reldir%/libmidimap.a +#libarm64_DATA += %reldir%/libmincore.a +libarm64_DATA += %reldir%/libmlang.a +libarm64_DATA += %reldir%/libmodemui.a +libarm64_DATA += %reldir%/libmpr.a +libarm64_DATA += %reldir%/libmsacm32.a +libarm64_DATA += %reldir%/libmsafd.a +libarm64_DATA += %reldir%/libmscat32.a +libarm64_DATA += %reldir%/libmsctf.a +libarm64_DATA += %reldir%/libmsdadiag.a +libarm64_DATA += %reldir%/libmsdmo.a +libarm64_DATA += %reldir%/libmsdrm.a +libarm64_DATA += %reldir%/libmsi.a +libarm64_DATA += %reldir%/libmsimg32.a +libarm64_DATA += %reldir%/libmsimtf.a +libarm64_DATA += %reldir%/libmsisip.a +libarm64_DATA += %reldir%/libmsls31.a +libarm64_DATA += %reldir%/libmspatcha.a +libarm64_DATA += %reldir%/libmsports.a +libarm64_DATA += %reldir%/libmsrating.a +libarm64_DATA += %reldir%/libmssign32.a +libarm64_DATA += %reldir%/libmssip32.a +libarm64_DATA += %reldir%/libmstask.a +libarm64_DATA += %reldir%/libmsv1_0.a +libarm64_DATA += %reldir%/libmsyuv.a +libarm64_DATA += %reldir%/libmtxdm.a +libarm64_DATA += %reldir%/libmydocs.a +libarm64_DATA += %reldir%/libncobjapi.a +libarm64_DATA += %reldir%/libncrypt.a +libarm64_DATA += %reldir%/libnddeapi.a +libarm64_DATA += %reldir%/libndfapi.a +libarm64_DATA += %reldir%/libnetapi32.a +libarm64_DATA += %reldir%/libnetid.a +libarm64_DATA += %reldir%/libnetshell.a +libarm64_DATA += %reldir%/libnetutils.a +libarm64_DATA += %reldir%/libnormaliz.a +libarm64_DATA += %reldir%/libntdsapi.a +libarm64_DATA += %reldir%/liboccache.a +libarm64_DATA += %reldir%/libodbc32.a +libarm64_DATA += %reldir%/libodbccp32.a +libarm64_DATA += %reldir%/libole32.a +libarm64_DATA += %reldir%/liboleacc.a +libarm64_DATA += %reldir%/liboleaut32.a +libarm64_DATA += %reldir%/liboledlg.a +libarm64_DATA += %reldir%/libosuninst.a +libarm64_DATA += %reldir%/libp2p.a +libarm64_DATA += %reldir%/libp2pgraph.a +libarm64_DATA += %reldir%/libpcwum.a +libarm64_DATA += %reldir%/libperfctrs.a +libarm64_DATA += %reldir%/libperfdisk.a +libarm64_DATA += %reldir%/libperfnet.a +libarm64_DATA += %reldir%/libperfos.a +libarm64_DATA += %reldir%/libperfproc.a +libarm64_DATA += %reldir%/libperfts.a +libarm64_DATA += %reldir%/libphotowiz.a +libarm64_DATA += %reldir%/libpsapi.a +libarm64_DATA += %reldir%/libpstorec.a +libarm64_DATA += %reldir%/libqutil.a +libarm64_DATA += %reldir%/libqwave.a +libarm64_DATA += %reldir%/librasadhlp.a +libarm64_DATA += %reldir%/librasauto.a +libarm64_DATA += %reldir%/libraschap.a +libarm64_DATA += %reldir%/librasctrs.a +libarm64_DATA += %reldir%/librasmontr.a +libarm64_DATA += %reldir%/librasmxs.a +libarm64_DATA += %reldir%/librasser.a +libarm64_DATA += %reldir%/librastapi.a +libarm64_DATA += %reldir%/librdpcfgex.a +libarm64_DATA += %reldir%/libregapi.a +libarm64_DATA += %reldir%/libregsvc.a +libarm64_DATA += %reldir%/libresutils.a +libarm64_DATA += %reldir%/libriched20.a +libarm64_DATA += %reldir%/librnr20.a +libarm64_DATA += %reldir%/librpcns4.a +libarm64_DATA += %reldir%/librpcrt4.a +libarm64_DATA += %reldir%/librpcss.a +libarm64_DATA += %reldir%/librsaenh.a +libarm64_DATA += %reldir%/librtutils.a +libarm64_DATA += %reldir%/libruntimeobject.a +libarm64_DATA += %reldir%/libsamcli.a +libarm64_DATA += %reldir%/libscarddlg.a +libarm64_DATA += %reldir%/libscesrv.a +libarm64_DATA += %reldir%/libschannel.a +libarm64_DATA += %reldir%/libschedcli.a +libarm64_DATA += %reldir%/libscrobj.a +libarm64_DATA += %reldir%/libscrrun.a +libarm64_DATA += %reldir%/libsdhcinst.a +libarm64_DATA += %reldir%/libseclogon.a +libarm64_DATA += %reldir%/libsecur32.a +libarm64_DATA += %reldir%/libsecurity.a +libarm64_DATA += %reldir%/libsensapi.a +libarm64_DATA += %reldir%/libsens.a +libarm64_DATA += %reldir%/libserialui.a +libarm64_DATA += %reldir%/libserwvdrv.a +#libarm64_DATA += %reldir%/libshell32.a # Handled by custom rule +libarm64_DATA += %reldir%/libshfolder.a +libarm64_DATA += %reldir%/libshimgvw.a +libarm64_DATA += %reldir%/libshlwapi.a +libarm64_DATA += %reldir%/libshsvcs.a +libarm64_DATA += %reldir%/libsisbkup.a +libarm64_DATA += %reldir%/libslcext.a +libarm64_DATA += %reldir%/libslwga.a +libarm64_DATA += %reldir%/libsnmpapi.a +libarm64_DATA += %reldir%/libsoftpub.a +libarm64_DATA += %reldir%/libsqlsrv32.a +libarm64_DATA += %reldir%/libsrvcli.a +libarm64_DATA += %reldir%/libsrvsvc.a +libarm64_DATA += %reldir%/libsspicli.a +libarm64_DATA += %reldir%/libstreamci.a +libarm64_DATA += %reldir%/libsxs.a +libarm64_DATA += %reldir%/libsynchronization.a +libarm64_DATA += %reldir%/libt2embed.a +libarm64_DATA += %reldir%/libtapi32.a +libarm64_DATA += %reldir%/libtapiperf.a +libarm64_DATA += %reldir%/libtbs.a +libarm64_DATA += %reldir%/libtdh.a +libarm64_DATA += %reldir%/libtraffic.a +libarm64_DATA += %reldir%/libtsbyuv.a +libarm64_DATA += %reldir%/libtxfw32.a +libarm64_DATA += %reldir%/libumdmxfrm.a +libarm64_DATA += %reldir%/libunimdmat.a +libarm64_DATA += %reldir%/libuniplat.a +libarm64_DATA += %reldir%/libupnp.a +libarm64_DATA += %reldir%/liburl.a +libarm64_DATA += %reldir%/libuser32.a +libarm64_DATA += %reldir%/libuserenv.a +libarm64_DATA += %reldir%/libusp10.a +libarm64_DATA += %reldir%/libutildll.a +libarm64_DATA += %reldir%/libuxtheme.a +libarm64_DATA += %reldir%/libversion.a +libarm64_DATA += %reldir%/libvirtdisk.a +libarm64_DATA += %reldir%/libw32time.a +libarm64_DATA += %reldir%/libw32topl.a +libarm64_DATA += %reldir%/libwdigest.a +libarm64_DATA += %reldir%/libwebclnt.a +libarm64_DATA += %reldir%/libwecapi.a +libarm64_DATA += %reldir%/libwevtapi.a +libarm64_DATA += %reldir%/libwiashext.a +libarm64_DATA += %reldir%/libwindowsapp.a +libarm64_DATA += %reldir%/libwinhttp.a +libarm64_DATA += %reldir%/libwininet.a +libarm64_DATA += %reldir%/libwinmm.a +libarm64_DATA += %reldir%/libwinrnr.a +libarm64_DATA += %reldir%/libwinscard.a +libarm64_DATA += %reldir%/libwinspool.a +libarm64_DATA += %reldir%/libwinsrv.a +libarm64_DATA += %reldir%/libwinusb.a +libarm64_DATA += %reldir%/libwkscli.a +libarm64_DATA += %reldir%/libwkssvc.a +libarm64_DATA += %reldir%/libwlanapi.a +libarm64_DATA += %reldir%/libwlanui.a +libarm64_DATA += %reldir%/libwlanutil.a +libarm64_DATA += %reldir%/libwldap32.a +libarm64_DATA += %reldir%/libwmi.a +libarm64_DATA += %reldir%/libwmiprop.a +libarm64_DATA += %reldir%/libwpd_ci.a +#libarm64_DATA += %reldir%/libws2_32.a # Handled by custom rule +libarm64_DATA += %reldir%/libws2help.a +libarm64_DATA += %reldir%/libwscapi.a +libarm64_DATA += %reldir%/libwscsvc.a +libarm64_DATA += %reldir%/libwshbth.a +libarm64_DATA += %reldir%/libwsock32.a +libarm64_DATA += %reldir%/libwtsapi32.a +libarm64_DATA += %reldir%/libxaudio2_8.a +libarm64_DATA += %reldir%/libxinput1_4.a diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm64/runtimeobject.mri mingw-w64-6.0.0/mingw-w64-crt/libarm64/runtimeobject.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm64/runtimeobject.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm64/runtimeobject.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +CREATE libarm64/libruntimeobject.a +ADDLIB libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm64/synchronization.mri mingw-w64-6.0.0/mingw-w64-crt/libarm64/synchronization.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm64/synchronization.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm64/synchronization.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,4 @@ +CREATE libarm64/libsynchronization.a +ADDLIB libarm64/libapi-ms-win-core-synch-l1-2-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm64/ucrt.mri mingw-w64-6.0.0/mingw-w64-crt/libarm64/ucrt.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm64/ucrt.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm64/ucrt.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +CREATE libarm64/libucrt.a +ADDLIB libarm64/libapi-ms-win-crt-conio-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-convert-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-environment-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-filesystem-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-heap-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-locale-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-math-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-multibyte-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-private-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-process-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-runtime-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-stdio-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-string-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-time-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-crt-utility-l1-1-0.a +ADDLIB libarm64/libucrt_extra.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libarm64/windowsapp.mri mingw-w64-6.0.0/mingw-w64-crt/libarm64/windowsapp.mri --- mingw-w64-5.0.4/mingw-w64-crt/libarm64/windowsapp.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libarm64/windowsapp.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,66 @@ +CREATE libarm64/libwindowsapp.a +ADDLIB libarm64/libapi-ms-win-core-com-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-com-l2-1-1.a +ADDLIB libarm64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-datetime-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-datetime-l1-1-2.a +ADDLIB libarm64/libapi-ms-win-core-debug-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-delayload-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-errorhandling-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-errorhandling-l1-1-3.a +ADDLIB libarm64/libapi-ms-win-core-fibers-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-fibers-l2-1-1.a +ADDLIB libarm64/libapi-ms-win-core-file-ansi-l2-1-0.a +ADDLIB libarm64/libapi-ms-win-core-file-l1-2-1.a +ADDLIB libarm64/libapi-ms-win-core-file-l2-1-1.a +ADDLIB libarm64/libapi-ms-win-core-handle-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-heap-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-interlocked-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-io-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-largeinteger-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-libraryloader-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-libraryloader-l2-1-0.a +ADDLIB libarm64/libapi-ms-win-core-localization-ansi-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-localization-l1-2-1.a +ADDLIB libarm64/libapi-ms-win-core-localization-l1-2-2.a +ADDLIB libarm64/libapi-ms-win-core-localization-l2-1-0.a +ADDLIB libarm64/libapi-ms-win-core-memory-l1-1-2.a +ADDLIB libarm64/libapi-ms-win-core-memory-l1-1-3.a +ADDLIB libarm64/libapi-ms-win-core-normalization-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-processenvironment-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-processthreads-l1-1-2.a +ADDLIB libarm64/libapi-ms-win-core-processthreads-l1-1-3.a +ADDLIB libarm64/libapi-ms-win-core-profile-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-realtime-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-realtime-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-rtlsupport-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-string-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-synch-ansi-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-synch-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-synch-l1-2-1.a +ADDLIB libarm64/libapi-ms-win-core-sysinfo-l1-2-1.a +ADDLIB libarm64/libapi-ms-win-core-sysinfo-l1-2-3.a +ADDLIB libarm64/libapi-ms-win-core-threadpool-l1-2-0.a +ADDLIB libarm64/libapi-ms-win-core-timezone-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-util-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-windowsceip-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-error-l1-1-1.a +ADDLIB libarm64/libapi-ms-win-core-winrt-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-registration-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-core-xstate-l2-1-0.a +ADDLIB libarm64/libapi-ms-win-eventing-classicprovider-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-eventing-consumer-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-eventing-controller-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-eventing-legacy-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-eventing-provider-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-gaming-tcui-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-ro-typeresolution-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-security-cryptoapi-l1-1-0.a +ADDLIB libarm64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/acledit.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/acledit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/acledit.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/acledit.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file ACLEDIT.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ACLEDIT.dll +EXPORTS +EditAuditInfo +EditOwnerInfo +EditPermissionInfo +DllMain +FMExtensionProcW +SedDiscretionaryAclEditor +SedSystemAclEditor +SedTakeOwnership diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/activeds.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/activeds.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/activeds.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/activeds.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +; +; Exports of file ACTIVEDS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ACTIVEDS.dll +EXPORTS +ADsGetObject +ADsBuildEnumerator +ADsFreeEnumerator +ADsEnumerateNext +ADsBuildVarArrayStr +ADsBuildVarArrayInt +ADsOpenObject +DllCanUnloadNow +DllGetClassObject +ADsSetLastError +ADsGetLastError +AllocADsMem +FreeADsMem +ReallocADsMem +AllocADsStr +FreeADsStr +ReallocADsStr +ADsEncodeBinaryData +PropVariantToAdsType +AdsTypeToPropVariant +AdsFreeAdsValues +ADsDecodeBinaryData +AdsTypeToPropVariant2 +PropVariantToAdsType2 +ConvertSecDescriptorToVariant +ConvertSecurityDescriptorToSecDes +BinarySDToSecurityDescriptor +SecurityDescriptorToBinarySD +ConvertTrusteeToSid +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/advapi32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/advapi32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/advapi32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/advapi32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,863 @@ +#include "func.def.in" + +LIBRARY "ADVAPI32.dll" +EXPORTS +ord_1000 @1000 +I_ScGetCurrentGroupStateW +A_SHAFinal +A_SHAInit +A_SHAUpdate +AbortSystemShutdownA +AbortSystemShutdownW +AccessCheck +AccessCheckAndAuditAlarmA +AccessCheckAndAuditAlarmW +AccessCheckByType +AccessCheckByTypeAndAuditAlarmA +AccessCheckByTypeAndAuditAlarmW +AccessCheckByTypeResultList +AccessCheckByTypeResultListAndAuditAlarmA +AccessCheckByTypeResultListAndAuditAlarmByHandleA +AccessCheckByTypeResultListAndAuditAlarmByHandleW +AccessCheckByTypeResultListAndAuditAlarmW +AddAccessAllowedAce +AddAccessAllowedAceEx +AddAccessAllowedObjectAce +AddAccessDeniedAce +AddAccessDeniedAceEx +AddAccessDeniedObjectAce +AddAce +AddAuditAccessAce +AddAuditAccessAceEx +AddAuditAccessObjectAce +AddConditionalAce +AddMandatoryAce +AddUsersToEncryptedFile +AddUsersToEncryptedFileEx +AdjustTokenGroups +AdjustTokenPrivileges +AllocateAndInitializeSid +AllocateLocallyUniqueId +AreAllAccessesGranted +AreAnyAccessesGranted +AuditComputeEffectivePolicyBySid +AuditComputeEffectivePolicyByToken +AuditEnumerateCategories +AuditEnumeratePerUserPolicy +AuditEnumerateSubCategories +AuditFree +AuditLookupCategoryGuidFromCategoryId +AuditLookupCategoryIdFromCategoryGuid +AuditLookupCategoryNameA +AuditLookupCategoryNameW +AuditLookupSubCategoryNameA +AuditLookupSubCategoryNameW +AuditQueryGlobalSaclA +AuditQueryGlobalSaclW +AuditQueryPerUserPolicy +AuditQuerySecurity +AuditQuerySystemPolicy +AuditSetGlobalSaclA +AuditSetGlobalSaclW +AuditSetPerUserPolicy +AuditSetSecurity +AuditSetSystemPolicy +BackupEventLogA +BackupEventLogW +BaseRegCloseKey +BaseRegCreateKey +BaseRegDeleteKeyEx +BaseRegDeleteValue +BaseRegFlushKey +BaseRegGetVersion +BaseRegLoadKey +BaseRegOpenKey +BaseRegRestoreKey +BaseRegSaveKeyEx +BaseRegSetKeySecurity +BaseRegSetValue +BaseRegUnLoadKey +BuildExplicitAccessWithNameA +BuildExplicitAccessWithNameW +BuildImpersonateExplicitAccessWithNameA +BuildImpersonateExplicitAccessWithNameW +BuildImpersonateTrusteeA +BuildImpersonateTrusteeW +BuildSecurityDescriptorA +BuildSecurityDescriptorW +BuildTrusteeWithNameA +BuildTrusteeWithNameW +BuildTrusteeWithObjectsAndNameA +BuildTrusteeWithObjectsAndNameW +BuildTrusteeWithObjectsAndSidA +BuildTrusteeWithObjectsAndSidW +BuildTrusteeWithSidA +BuildTrusteeWithSidW +CancelOverlappedAccess +ChangeServiceConfig2A +ChangeServiceConfig2W +ChangeServiceConfigA +ChangeServiceConfigW +CheckForHiberboot +CheckTokenMembership +ClearEventLogA +ClearEventLogW +CloseCodeAuthzLevel +CloseEncryptedFileRaw +CloseEventLog +CloseServiceHandle +CloseThreadWaitChainSession +CloseTrace +CommandLineFromMsiDescriptor +ComputeAccessTokenFromCodeAuthzLevel +ControlService +ControlServiceExA +ControlServiceExW +ControlTraceA +ControlTraceW +ConvertAccessToSecurityDescriptorA +ConvertAccessToSecurityDescriptorW +ConvertSDToStringSDDomainW +ConvertSDToStringSDRootDomainA +ConvertSDToStringSDRootDomainW +ConvertSecurityDescriptorToAccessA +ConvertSecurityDescriptorToAccessNamedA +ConvertSecurityDescriptorToAccessNamedW +ConvertSecurityDescriptorToAccessW +ConvertSecurityDescriptorToStringSecurityDescriptorA +ConvertSecurityDescriptorToStringSecurityDescriptorW +ConvertSidToStringSidA +ConvertSidToStringSidW +ConvertStringSDToSDDomainA +ConvertStringSDToSDDomainW +ConvertStringSDToSDRootDomainA +ConvertStringSDToSDRootDomainW +ConvertStringSecurityDescriptorToSecurityDescriptorA +ConvertStringSecurityDescriptorToSecurityDescriptorW +ConvertStringSidToSidA +ConvertStringSidToSidW +ConvertToAutoInheritPrivateObjectSecurity +CopySid +CreateCodeAuthzLevel +CreatePrivateObjectSecurity +CreatePrivateObjectSecurityEx +CreatePrivateObjectSecurityWithMultipleInheritance +CreateProcessAsUserA +CreateProcessAsUserW +CreateProcessWithLogonW +CreateProcessWithTokenW +CreateRestrictedToken +CreateServiceA +CreateServiceW +CreateTraceInstanceId +CreateWellKnownSid +CredBackupCredentials +CredDeleteA +CredDeleteW +CredEncryptAndMarshalBinaryBlob +CredEnumerateA +CredEnumerateW +CredFindBestCredentialA +CredFindBestCredentialW +CredFree +CredGetSessionTypes +CredGetTargetInfoA +CredGetTargetInfoW +CredIsMarshaledCredentialA +CredIsMarshaledCredentialW +CredIsProtectedA +CredIsProtectedW +CredMarshalCredentialA +CredMarshalCredentialW +CredProfileLoaded +CredProfileLoadedEx +CredProfileUnloaded +CredProtectA +CredProtectW +CredReadA +CredReadByTokenHandle +CredReadDomainCredentialsA +CredReadDomainCredentialsW +CredReadW +CredRenameA +CredRenameW +CredRestoreCredentials +CredUnmarshalCredentialA +CredUnmarshalCredentialW +CredUnprotectA +CredUnprotectW +CredWriteA +CredWriteDomainCredentialsA +CredWriteDomainCredentialsW +CredWriteW +CredpConvertCredential +CredpConvertOneCredentialSize +CredpConvertTargetInfo +CredpDecodeCredential +CredpEncodeCredential +CredpEncodeSecret +CryptAcquireContextA +CryptAcquireContextW +CryptContextAddRef +CryptCreateHash +CryptDecrypt +CryptDeriveKey +CryptDestroyHash +CryptDestroyKey +CryptDuplicateHash +CryptDuplicateKey +CryptEncrypt +CryptEnumProviderTypesA +CryptEnumProviderTypesW +CryptEnumProvidersA +CryptEnumProvidersW +CryptExportKey +CryptGenKey +CryptGenRandom +CryptGetDefaultProviderA +CryptGetDefaultProviderW +CryptGetHashParam +CryptGetKeyParam +CryptGetProvParam +CryptGetUserKey +CryptHashData +CryptHashSessionKey +CryptImportKey +CryptReleaseContext +CryptSetHashParam +CryptSetKeyParam +CryptSetProvParam +CryptSetProviderA +CryptSetProviderExA +CryptSetProviderExW +CryptSetProviderW +CryptSignHashA +CryptSignHashW +CryptVerifySignatureA +CryptVerifySignatureW +DecryptFileA +DecryptFileW +DeleteAce +DeleteService +DeregisterEventSource +DestroyPrivateObjectSecurity +DuplicateEncryptionInfoFile +DuplicateToken +DuplicateTokenEx +ElfBackupEventLogFileA +ElfBackupEventLogFileW +ElfChangeNotify +ElfClearEventLogFileA +ElfClearEventLogFileW +ElfCloseEventLog +ElfDeregisterEventSource +ElfFlushEventLog +ElfNumberOfRecords +ElfOldestRecord +ElfOpenBackupEventLogA +ElfOpenBackupEventLogW +ElfOpenEventLogA +ElfOpenEventLogW +ElfReadEventLogA +ElfReadEventLogW +ElfRegisterEventSourceA +ElfRegisterEventSourceW +ElfReportEventA +ElfReportEventAndSourceW +ElfReportEventW +EnableTrace +EnableTraceEx +EnableTraceEx2 +EncryptFileA +EncryptFileW +EncryptedFileKeyInfo +EncryptionDisable +EnumDependentServicesA +EnumDependentServicesW +EnumDynamicTimeZoneInformation +EnumServiceGroupW +EnumServicesStatusA +EnumServicesStatusExA +EnumServicesStatusExW +EnumServicesStatusW +EnumerateTraceGuids +EnumerateTraceGuidsEx +EqualDomainSid +EqualPrefixSid +EqualSid +EtwLogSysConfigExtension +EventAccessControl +EventAccessQuery +EventAccessRemove +EventActivityIdControl +EventEnabled +EventProviderEnabled +EventRegister +EventSetInformation +EventUnregister +EventWrite +EventWriteEndScenario +EventWriteEx +EventWriteStartScenario +EventWriteString +EventWriteTransfer +FileEncryptionStatusA +FileEncryptionStatusW +FindFirstFreeAce +FlushEfsCache +FlushTraceA +FlushTraceW +FreeEncryptedFileKeyInfo +FreeEncryptedFileMetadata +FreeEncryptionCertificateHashList +FreeInheritedFromArray +FreeSid +GetAccessPermissionsForObjectA +GetAccessPermissionsForObjectW +GetAce +GetAclInformation +GetAuditedPermissionsFromAclA +GetAuditedPermissionsFromAclW +GetCurrentHwProfileA +GetCurrentHwProfileW +GetDynamicTimeZoneInformationEffectiveYears +GetEffectiveRightsFromAclA +GetEffectiveRightsFromAclW +GetEncryptedFileMetadata +GetEventLogInformation +GetExplicitEntriesFromAclA +GetExplicitEntriesFromAclW +GetFileSecurityA +GetFileSecurityW +GetInformationCodeAuthzLevelW +GetInformationCodeAuthzPolicyW +GetInheritanceSourceA +GetInheritanceSourceW +GetKernelObjectSecurity +GetLengthSid +GetLocalManagedApplicationData +GetLocalManagedApplications +GetManagedApplicationCategories +GetManagedApplications +GetMultipleTrusteeA +GetMultipleTrusteeOperationA +GetMultipleTrusteeOperationW +GetMultipleTrusteeW +GetNamedSecurityInfoA +GetNamedSecurityInfoExA +GetNamedSecurityInfoExW +GetNamedSecurityInfoW +GetNumberOfEventLogRecords +GetOldestEventLogRecord +GetOverlappedAccessResults +GetPrivateObjectSecurity +GetSecurityDescriptorControl +GetSecurityDescriptorDacl +GetSecurityDescriptorGroup +GetSecurityDescriptorLength +GetSecurityDescriptorOwner +GetSecurityDescriptorRMControl +GetSecurityDescriptorSacl +GetSecurityInfo +GetSecurityInfoExA +GetSecurityInfoExW +GetServiceDisplayNameA +GetServiceDisplayNameW +GetServiceKeyNameA +GetServiceKeyNameW +GetSidIdentifierAuthority +GetSidLengthRequired +GetSidSubAuthority +GetSidSubAuthorityCount +GetStringConditionFromBinary +GetThreadWaitChain +GetTokenInformation +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +GetTrusteeFormA +GetTrusteeFormW +GetTrusteeNameA +GetTrusteeNameW +GetTrusteeTypeA +GetTrusteeTypeW +GetUserNameA +GetUserNameW +GetWindowsAccountDomainSid +I_QueryTagInformation +I_ScIsSecurityProcess +I_ScPnPGetServiceName +I_ScQueryServiceConfig +I_ScRegisterPreshutdownRestart +I_ScSendPnPMessage +I_ScSendTSMessage +I_ScSetServiceBitsA +I_ScSetServiceBitsW +I_ScValidatePnPService +IdentifyCodeAuthzLevelW +ImpersonateAnonymousToken +ImpersonateLoggedOnUser +ImpersonateNamedPipeClient +ImpersonateSelf +InitializeAcl +InitializeSecurityDescriptor +InitializeSid +InitiateShutdownA +InitiateShutdownW +InitiateSystemShutdownA +InitiateSystemShutdownExA +InitiateSystemShutdownExW +InitiateSystemShutdownW +InstallApplication +IsTextUnicode +IsTokenRestricted +IsTokenUntrusted +IsValidAcl +IsValidRelativeSecurityDescriptor +IsValidSecurityDescriptor +IsValidSid +IsWellKnownSid +LockServiceDatabase +LogonUserA +LogonUserExA +LogonUserExExW +LogonUserExW +LogonUserW +LookupAccountNameA +LookupAccountNameW +LookupAccountSidA +LookupAccountSidW +LookupPrivilegeDisplayNameA +LookupPrivilegeDisplayNameW +LookupPrivilegeNameA +LookupPrivilegeNameW +LookupPrivilegeValueA +LookupPrivilegeValueW +LookupSecurityDescriptorPartsA +LookupSecurityDescriptorPartsW +LsaAddAccountRights +LsaAddPrivilegesToAccount +LsaClearAuditLog +LsaClose +LsaCreateAccount +LsaCreateSecret +LsaCreateTrustedDomain +LsaCreateTrustedDomainEx +LsaDelete +LsaDeleteTrustedDomain +LsaEnumerateAccountRights +LsaEnumerateAccounts +LsaEnumerateAccountsWithUserRight +LsaEnumeratePrivileges +LsaEnumeratePrivilegesOfAccount +LsaEnumerateTrustedDomains +LsaEnumerateTrustedDomainsEx +LsaFreeMemory +LsaGetAppliedCAPIDs +LsaGetQuotasForAccount +LsaGetRemoteUserName +LsaGetSystemAccessAccount +LsaGetUserName +LsaICLookupNames +LsaICLookupNamesWithCreds +LsaICLookupSids +LsaICLookupSidsWithCreds +LsaLookupNames +LsaLookupNames2 +LsaLookupPrivilegeDisplayName +LsaLookupPrivilegeName +LsaLookupPrivilegeValue +LsaLookupSids +LsaLookupSids2 +LsaManageSidNameMapping +LsaNtStatusToWinError +LsaOpenAccount +LsaOpenPolicy +LsaOpenPolicySce +LsaOpenSecret +LsaOpenTrustedDomain +LsaOpenTrustedDomainByName +LsaQueryCAPs +LsaQueryDomainInformationPolicy +LsaQueryForestTrustInformation +LsaQueryInfoTrustedDomain +LsaQueryInformationPolicy +LsaQuerySecret +LsaQuerySecurityObject +LsaQueryTrustedDomainInfo +LsaQueryTrustedDomainInfoByName +LsaRemoveAccountRights +LsaRemovePrivilegesFromAccount +LsaRetrievePrivateData +LsaSetCAPs +LsaSetDomainInformationPolicy +LsaSetForestTrustInformation +LsaSetInformationPolicy +LsaSetInformationTrustedDomain +LsaSetQuotasForAccount +LsaSetSecret +LsaSetSecurityObject +LsaSetSystemAccessAccount +LsaSetTrustedDomainInfoByName +LsaSetTrustedDomainInformation +LsaStorePrivateData +MD4Final +MD4Init +MD4Update +MD5Final +MD5Init +MD5Update +MIDL_user_free_Ext +MSChapSrvChangePassword +MSChapSrvChangePassword2 +MakeAbsoluteSD +MakeAbsoluteSD2 +MakeSelfRelativeSD +MapGenericMask +NotifyBootConfigStatus +NotifyChangeEventLog +NotifyServiceStatusChange +NotifyServiceStatusChangeA +NotifyServiceStatusChangeW +ObjectCloseAuditAlarmA +ObjectCloseAuditAlarmW +ObjectDeleteAuditAlarmA +ObjectDeleteAuditAlarmW +ObjectOpenAuditAlarmA +ObjectOpenAuditAlarmW +ObjectPrivilegeAuditAlarmA +ObjectPrivilegeAuditAlarmW +OpenBackupEventLogA +OpenBackupEventLogW +OpenEncryptedFileRawA +OpenEncryptedFileRawW +OpenEventLogA +OpenEventLogW +OpenProcessToken +OpenSCManagerA +OpenSCManagerW +OpenServiceA +OpenServiceW +OpenThreadToken +OpenThreadWaitChainSession +OpenTraceA +OpenTraceW +OperationEnd +OperationStart +PerfAddCounters +PerfCloseQueryHandle +PerfCreateInstance +PerfDecrementULongCounterValue +PerfDecrementULongLongCounterValue +PerfDeleteCounters +PerfDeleteInstance +PerfEnumerateCounterSet +PerfEnumerateCounterSetInstances +PerfIncrementULongCounterValue +PerfIncrementULongLongCounterValue +PerfOpenQueryHandle +PerfQueryCounterData +PerfQueryCounterInfo +PerfQueryCounterSetRegistrationInfo +PerfQueryInstance +PerfRegCloseKey +PerfRegEnumKey +PerfRegEnumValue +PerfRegQueryInfoKey +PerfRegQueryValue +PerfRegSetValue +PerfSetCounterRefValue +PerfSetCounterSetInfo +PerfSetULongCounterValue +PerfSetULongLongCounterValue +PerfStartProvider +PerfStartProviderEx +PerfStopProvider +PrivilegeCheck +PrivilegedServiceAuditAlarmA +PrivilegedServiceAuditAlarmW +ProcessIdleTasks +ProcessIdleTasksW +ProcessTrace +QueryAllTracesA +QueryAllTracesW +QueryRecoveryAgentsOnEncryptedFile +QuerySecurityAccessMask +QueryServiceConfig2A +QueryServiceConfig2W +QueryServiceConfigA +QueryServiceConfigW +QueryServiceDynamicInformation +QueryServiceLockStatusA +QueryServiceLockStatusW +QueryServiceObjectSecurity +QueryServiceStatus +QueryServiceStatusEx +QueryTraceA +QueryTraceW +QueryUsersOnEncryptedFile +ReadEncryptedFileRaw +ReadEventLogA +ReadEventLogW +RegCloseKey +RegConnectRegistryA +RegConnectRegistryExA +RegConnectRegistryExW +RegConnectRegistryW +RegCopyTreeA +RegCopyTreeW +RegCreateKeyA +RegCreateKeyExA +RegCreateKeyExW +RegCreateKeyTransactedA +RegCreateKeyTransactedW +RegCreateKeyW +RegDeleteKeyA +RegDeleteKeyExA +RegDeleteKeyExW +RegDeleteKeyTransactedA +RegDeleteKeyTransactedW +RegDeleteKeyValueA +RegDeleteKeyValueW +RegDeleteKeyW +RegDeleteTreeA +RegDeleteTreeW +RegDeleteValueA +RegDeleteValueW +RegDisablePredefinedCache +RegDisablePredefinedCacheEx +RegDisableReflectionKey +RegEnableReflectionKey +RegEnumKeyA +RegEnumKeyExA +RegEnumKeyExW +RegEnumKeyW +RegEnumValueA +RegEnumValueW +RegFlushKey +RegGetKeySecurity +RegGetValueA +RegGetValueW +RegLoadAppKeyA +RegLoadAppKeyW +RegLoadKeyA +RegLoadKeyW +RegLoadMUIStringA +RegLoadMUIStringW +RegNotifyChangeKeyValue +RegOpenCurrentUser +RegOpenKeyA +RegOpenKeyExA +RegOpenKeyExW +RegOpenKeyTransactedA +RegOpenKeyTransactedW +RegOpenKeyW +RegOpenUserClassesRoot +RegOverridePredefKey +RegQueryInfoKeyA +RegQueryInfoKeyW +RegQueryMultipleValuesA +RegQueryMultipleValuesW +RegQueryReflectionKey +RegQueryValueA +RegQueryValueExA +RegQueryValueExW +RegQueryValueW +RegRenameKey +RegReplaceKeyA +RegReplaceKeyW +RegRestoreKeyA +RegRestoreKeyW +RegSaveKeyA +RegSaveKeyExA +RegSaveKeyExW +RegSaveKeyW +RegSetKeySecurity +RegSetKeyValueA +RegSetKeyValueW +RegSetValueA +RegSetValueExA +RegSetValueExW +RegSetValueW +RegUnLoadKeyA +RegUnLoadKeyW +RegisterEventSourceA +RegisterEventSourceW +RegisterIdleTask +RegisterServiceCtrlHandlerA +RegisterServiceCtrlHandlerExA +RegisterServiceCtrlHandlerExW +RegisterServiceCtrlHandlerW +RegisterTraceGuidsA +RegisterTraceGuidsW +RegisterWaitChainCOMCallback +RemoteRegEnumKeyWrapper +RemoteRegEnumValueWrapper +RemoteRegQueryInfoKeyWrapper +RemoteRegQueryValueWrapper +RemoveTraceCallback +RemoveUsersFromEncryptedFile +ReportEventA +ReportEventW +RevertToSelf +SafeBaseRegGetKeySecurity +SaferCloseLevel +SaferComputeTokenFromLevel +SaferCreateLevel +SaferGetLevelInformation +SaferGetPolicyInformation +SaferIdentifyLevel +SaferRecordEventLogEntry +SaferSetLevelInformation +SaferSetPolicyInformation +SaferiChangeRegistryScope +SaferiCompareTokenLevels +SaferiIsDllAllowed +SaferiIsExecutableFileType +SaferiPopulateDefaultsInRegistry +SaferiRecordEventLogEntry +SaferiReplaceProcessThreadTokens +SaferiSearchMatchingHashRules +SetAclInformation +SetEncryptedFileMetadata +SetEntriesInAccessListA +SetEntriesInAccessListW +SetEntriesInAclA +SetEntriesInAclW +SetEntriesInAuditListA +SetEntriesInAuditListW +SetFileSecurityA +SetFileSecurityW +SetInformationCodeAuthzLevelW +SetInformationCodeAuthzPolicyW +SetKernelObjectSecurity +SetNamedSecurityInfoA +SetNamedSecurityInfoExA +SetNamedSecurityInfoExW +SetNamedSecurityInfoW +SetPrivateObjectSecurity +SetPrivateObjectSecurityEx +SetSecurityAccessMask +SetSecurityDescriptorControl +SetSecurityDescriptorDacl +SetSecurityDescriptorGroup +SetSecurityDescriptorOwner +SetSecurityDescriptorRMControl +SetSecurityDescriptorSacl +SetSecurityInfo +SetSecurityInfoExA +SetSecurityInfoExW +SetServiceBits +SetServiceObjectSecurity +SetServiceStatus +SetThreadToken +SetTokenInformation +SetTraceCallback +SetUserFileEncryptionKey +SetUserFileEncryptionKeyEx +StartServiceA +StartServiceCtrlDispatcherA +StartServiceCtrlDispatcherW +StartServiceW +StartTraceA +StartTraceW +StopTraceA +StopTraceW +SystemFunction001 +SystemFunction002 +SystemFunction003 +SystemFunction004 +SystemFunction005 +SystemFunction006 +SystemFunction007 +SystemFunction008 +SystemFunction009 +SystemFunction010 +SystemFunction011 +SystemFunction012 +SystemFunction013 +SystemFunction014 +SystemFunction015 +SystemFunction016 +SystemFunction017 +SystemFunction018 +SystemFunction019 +SystemFunction020 +SystemFunction021 +SystemFunction022 +SystemFunction023 +SystemFunction024 +SystemFunction025 +SystemFunction026 +SystemFunction027 +SystemFunction028 +SystemFunction029 +SystemFunction030 +SystemFunction031 +SystemFunction032 +SystemFunction033 +SystemFunction034 +SystemFunction035 +SystemFunction036 +SystemFunction040 +SystemFunction041 +TraceEvent +TraceEventInstance +TraceMessage +TraceMessageVa +TraceQueryInformation +TraceSetInformation +TreeResetNamedSecurityInfoA +TreeResetNamedSecurityInfoW +TreeSetNamedSecurityInfoA +TreeSetNamedSecurityInfoW +TrusteeAccessToObjectA +TrusteeAccessToObjectW +UninstallApplication +UnlockServiceDatabase +UnregisterIdleTask +UnregisterTraceGuids +UpdateTraceA +UpdateTraceW +WdmWmiServiceMain +UsePinForEncryptedFilesA +UsePinForEncryptedFilesW +WaitServiceState +WmiCloseBlock +WmiCloseTraceWithCursor +WmiConvertTimestamp +WmiDevInstToInstanceNameA +WmiDevInstToInstanceNameW +WmiEnumerateGuids +WmiExecuteMethodA +WmiExecuteMethodW +WmiFileHandleToInstanceNameA +WmiFileHandleToInstanceNameW +WmiFreeBuffer +WmiGetFirstTraceOffset +WmiGetNextEvent +WmiGetTraceHeader +WmiMofEnumerateResourcesA +WmiMofEnumerateResourcesW +WmiNotificationRegistrationA +WmiNotificationRegistrationW +WmiOpenBlock +WmiOpenTraceWithCursor +WmiParseTraceEvent +WmiQueryAllDataA +WmiQueryAllDataMultipleA +WmiQueryAllDataMultipleW +WmiQueryAllDataW +WmiQueryGuidInformation +WmiQuerySingleInstanceA +WmiQuerySingleInstanceMultipleA +WmiQuerySingleInstanceMultipleW +WmiQuerySingleInstanceW +WmiReceiveNotificationsA +WmiReceiveNotificationsW +WmiSetSingleInstanceA +WmiSetSingleInstanceW +WmiSetSingleItemA +WmiSetSingleItemW +F64(Wow64Win32ApiEntry) +WriteEncryptedFileRaw diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/advpack.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/advpack.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/advpack.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/advpack.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,91 @@ +LIBRARY "ADVPACK.dll" +EXPORTS +DelNodeRunDLL32 +DelNodeRunDLL32A +DoInfInstall +DoInfInstallA +DoInfInstallW +FileSaveRestore +FileSaveRestoreA +LaunchINFSectionA +LaunchINFSectionEx +LaunchINFSectionExA +RegisterOCX +RegisterOCXW +AddDelBackupEntry +AddDelBackupEntryA +AddDelBackupEntryW +AdvInstallFile +AdvInstallFileA +AdvInstallFileW +CloseINFEngine +DelNode +DelNodeA +DelNodeRunDLL32 +DelNodeRunDLL32W +DelNodeW +DoInfInstall +ExecuteCab +ExecuteCabA +ExecuteCabW +ExtractFiles +ExtractFilesA +ExtractFilesW +FileSaveMarkNotExist +FileSaveMarkNotExistA +FileSaveMarkNotExistW +FileSaveRestore +FileSaveRestoreOnINF +FileSaveRestoreOnINFA +FileSaveRestoreOnINFW +FileSaveRestoreW +GetVersionFromFile +GetVersionFromFileA +GetVersionFromFileEx +GetVersionFromFileExA +GetVersionFromFileExW +GetVersionFromFileW +IsNTAdmin +LaunchINFSection +LaunchINFSectionEx +LaunchINFSectionExW +LaunchINFSectionW +NeedReboot +NeedRebootInit +OpenINFEngine +OpenINFEngineA +OpenINFEngineW +RebootCheckOnInstall +RebootCheckOnInstallA +RebootCheckOnInstallW +RegInstall +RegInstallA +RegInstallW +RegRestoreAll +RegRestoreAllA +RegRestoreAllW +RegSaveRestore +RegSaveRestoreA +RegSaveRestoreOnINF +RegSaveRestoreOnINFA +RegSaveRestoreOnINFW +RegSaveRestoreW +RegisterOCX +RunSetupCommand +RunSetupCommandA +RunSetupCommandW +SetPerUserSecValues +SetPerUserSecValuesA +SetPerUserSecValuesW +TranslateInfString +TranslateInfStringA +TranslateInfStringEx +TranslateInfStringExA +TranslateInfStringExW +TranslateInfStringW +UserInstStubWrapper +UserInstStubWrapperA +UserInstStubWrapperW +UserUnInstStubWrapper +UserUnInstStubWrapperA +UserUnInstStubWrapperW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +CLSIDFromString +CoCreateFreeThreadedMarshaler +CoCreateGuid +CoCreateInstanceFromApp +CoDisconnectObject +CoFreeUnusedLibraries +CoFreeUnusedLibrariesEx +CoGetApartmentType +CoGetContextToken +CoGetCurrentLogicalThreadId +CoGetInterfaceAndReleaseStream +CoGetMarshalSizeMax +CoGetObjectContext +CoGetStandardMarshal +CoInitializeEx +CoInitializeSecurity +CoMarshalInterface +CoMarshalInterThreadInterfaceInStream +CoRegisterClassObject +CoReleaseMarshalData +CoResumeClassObjects +CoRevokeClassObject +CoSuspendClassObjects +CoSwitchCallContext +CoTaskMemAlloc +CoTaskMemFree +CoTaskMemRealloc +CoUninitialize +CoUnmarshalInterface +CreateStreamOnHGlobal +FreePropVariantArray +GetHGlobalFromStream +IIDFromString +PropVariantClear +PropVariantCopy +RoGetAgileReference +StringFromCLSID +StringFromGUID2 +StringFromIID diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-com-l2-1-1 + +EXPORTS + +CreateILockBytesOnHGlobal +FmtIdToPropStgName +GetConvertStg +GetHGlobalFromILockBytes +PropStgNameToFmtId +ReadClassStg +ReadClassStm +StgCreateDocfile +StgCreateDocfileOnILockBytes +StgCreatePropSetStg +StgCreatePropStg +StgCreateStorageEx +StgIsStorageFile +StgIsStorageILockBytes +StgOpenPropStg +StgOpenStorage +StgOpenStorageEx +StgOpenStorageOnILockBytes +StgSetTimes +WriteClassStg +WriteClassStm diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-com-midlproxystub-l1-1-0 + +EXPORTS + +CStdAsyncStubBuffer_AddRef +CStdAsyncStubBuffer_Connect +CStdAsyncStubBuffer_Disconnect +CStdAsyncStubBuffer_Invoke +CStdAsyncStubBuffer_QueryInterface +CStdAsyncStubBuffer_Release +CStdAsyncStubBuffer2_Connect +CStdAsyncStubBuffer2_Disconnect +CStdAsyncStubBuffer2_Release +CStdStubBuffer2_Connect +CStdStubBuffer2_CountRefs +CStdStubBuffer2_Disconnect +CStdStubBuffer2_QueryInterface +NdrProxyForwardingFunction10 +NdrProxyForwardingFunction11 +NdrProxyForwardingFunction12 +NdrProxyForwardingFunction13 +NdrProxyForwardingFunction14 +NdrProxyForwardingFunction15 +NdrProxyForwardingFunction16 +NdrProxyForwardingFunction17 +NdrProxyForwardingFunction18 +NdrProxyForwardingFunction19 +NdrProxyForwardingFunction20 +NdrProxyForwardingFunction21 +NdrProxyForwardingFunction22 +NdrProxyForwardingFunction23 +NdrProxyForwardingFunction24 +NdrProxyForwardingFunction25 +NdrProxyForwardingFunction26 +NdrProxyForwardingFunction27 +NdrProxyForwardingFunction28 +NdrProxyForwardingFunction29 +NdrProxyForwardingFunction3 +NdrProxyForwardingFunction30 +NdrProxyForwardingFunction31 +NdrProxyForwardingFunction32 +NdrProxyForwardingFunction4 +NdrProxyForwardingFunction5 +NdrProxyForwardingFunction6 +NdrProxyForwardingFunction7 +NdrProxyForwardingFunction8 +NdrProxyForwardingFunction9 +ObjectStublessClient10 +ObjectStublessClient11 +ObjectStublessClient12 +ObjectStublessClient13 +ObjectStublessClient14 +ObjectStublessClient15 +ObjectStublessClient16 +ObjectStublessClient17 +ObjectStublessClient18 +ObjectStublessClient19 +ObjectStublessClient20 +ObjectStublessClient21 +ObjectStublessClient22 +ObjectStublessClient23 +ObjectStublessClient24 +ObjectStublessClient25 +ObjectStublessClient26 +ObjectStublessClient27 +ObjectStublessClient28 +ObjectStublessClient29 +ObjectStublessClient3 +ObjectStublessClient30 +ObjectStublessClient31 +ObjectStublessClient32 +ObjectStublessClient4 +ObjectStublessClient5 +ObjectStublessClient6 +ObjectStublessClient7 +ObjectStublessClient8 +ObjectStublessClient9 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-datetime-l1-1-1 + +EXPORTS + +GetDateFormatEx +GetTimeFormatEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-datetime-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-datetime-l1-1-2 + +EXPORTS + +GetDurationFormatEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-debug-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-debug-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-debug-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-debug-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-debug-l1-1-1 + +EXPORTS + +IsDebuggerPresent +OutputDebugStringA +OutputDebugStringW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-delayload-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-delayload-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-delayload-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-delayload-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-delayload-l1-1-1 + +EXPORTS + +DelayLoadFailureHook +ResolveDelayLoadedAPI +ResolveDelayLoadsFromDll diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +GetLastError +RaiseException +SetLastError +SetUnhandledExceptionFilter diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +RaiseFailFastException diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l1-1-1 + +EXPORTS + +FlsAlloc +FlsFree +FlsGetValue +FlsSetValue +IsThreadAFiber diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-fibers-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l2-1-1 + +EXPORTS + +ConvertFiberToThread +ConvertThreadToFiberEx +CreateFiberEx +DeleteFiber +SwitchToFiber diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-ansi-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-ansi-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-ansi-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-ansi-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +ReplaceFileA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +LIBRARY api-ms-win-core-file-l1-2-1 + +EXPORTS + +CompareFileTime +CreateDirectoryA +CreateDirectoryW +CreateFile2 +DeleteFileA +DeleteFileW +FindClose +FindFirstFileExA +FindFirstFileExW +FindNextFileA +FindNextFileW +FlushFileBuffers +GetDiskFreeSpaceExA +GetDiskFreeSpaceExW +GetFileAttributesExA +GetFileAttributesExW +GetFileSizeEx +GetFileTime +GetFileType +GetFullPathNameW +GetLongPathNameW +GetTempFileNameW +GetTempPathW +LockFileEx +ReadFile +RemoveDirectoryA +RemoveDirectoryW +SetEndOfFile +SetFileAttributesA +SetFileAttributesW +SetFileInformationByHandle +SetFilePointerEx +SetFileTime +UnlockFileEx +WriteFile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-l2-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-l2-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-file-l2-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-file-l2-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l2-1-1 + +EXPORTS + +CopyFile2 +GetFileInformationByHandleEx +MoveFileExW +ReplaceFileW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-handle-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-handle-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-handle-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-handle-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-handle-l1-1-0 + +EXPORTS + +CloseHandle +CompareObjectHandles +DuplicateHandle diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-heap-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-heap-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-heap-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-heap-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-heap-l1-2-0 + +EXPORTS + +GetProcessHeap +HeapAlloc +HeapCompact +HeapCreate +HeapDestroy +HeapFree +HeapReAlloc +HeapSetInformation +HeapSize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-interlocked-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-interlocked-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-interlocked-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-interlocked-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-interlocked-l1-2-0 + +EXPORTS + +InitializeSListHead +InterlockedFlushSList +InterlockedPopEntrySList +InterlockedPushEntrySList +InterlockedPushListSListEx +QueryDepthSList diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-io-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-io-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-io-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-io-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIoEx +GetOverlappedResultEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +MoveFileExA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-largeinteger-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-largeinteger-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-largeinteger-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-largeinteger-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-largeinteger-l1-1-0 + +EXPORTS + +MulDiv diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +DisableThreadLibraryCalls +FindStringOrdinal +FreeLibrary +FreeLibraryAndExitThread +GetModuleFileNameA +GetModuleFileNameW +GetProcAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-libraryloader-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-libraryloader-l2-1-0 + +EXPORTS + +LoadPackagedLibrary +QueryOptionalDelayLoadedAPI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +GetStringTypeExA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-localization-l1-2-1 + +EXPORTS + +EnumSystemGeoID +EnumSystemLocalesEx +FindNLSStringEx +FormatMessageA +FormatMessageW +GetCalendarInfoEx +GetCPInfo +GetCPInfoExW +GetGeoInfoW +GetLocaleInfoEx +GetNLSVersionEx +GetUserDefaultLocaleName +GetUserGeoID +IdnToAscii +IdnToUnicode +IsValidCodePage +IsValidLocaleName +IsValidNLSVersion +LCMapStringEx +LocaleNameToLCID +ResolveLocaleName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-2.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l1-2-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-2 + +EXPORTS + +GetSystemDefaultLocaleName +LCIDToLocaleName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-localization-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-localization-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx +EnumDateFormatsExEx +EnumSystemCodePagesW +EnumTimeFormatsEx +GetCurrencyFormatEx +GetNumberFormatEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +CreateFileMappingFromApp +DiscardVirtualMemory +FlushViewOfFile +GetWriteWatch +MapViewOfFileFromApp +OfferVirtualMemory +ReclaimVirtualMemory +ResetWriteWatch +UnmapViewOfFile +VirtualFree +VirtualQuery diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-3.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-memory-l1-1-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-3 + +EXPORTS + +OpenFileMappingFromApp +VirtualAllocFromApp +VirtualProtectFromApp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-normalization-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-normalization-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-normalization-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-normalization-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-normalization-l1-1-0 + +EXPORTS + +GetStringScripts +IdnToNameprepUnicode +IsNormalizedString +NormalizeString +VerifyScripts diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processenvironment-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processenvironment-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processenvironment-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processenvironment-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +GetCommandLineA +GetCommandLineW +GetCurrentDirectoryW +SetCurrentDirectoryW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-2.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,24 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +CreateThread +ExitThread +FlushProcessWriteBuffers +GetCurrentProcess +GetCurrentProcessId +GetCurrentThread +GetCurrentThreadId +GetExitCodeThread +GetThreadContext +GetThreadId +GetThreadPriority +IsProcessorFeaturePresent +OpenProcess +QueueUserAPC +ResumeThread +SetThreadIdealProcessorEx +SetThreadPriority +SuspendThread +SwitchToThread +TerminateProcess diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-3.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-processthreads-l1-1-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +GetProcessDefaultCpuSets +GetProcessInformation +GetSystemCpuSetInformation +GetThreadSelectedCpuSets +SetProcessDefaultCpuSets +SetProcessInformation +SetThreadIdealProcessor +SetThreadSelectedCpuSets diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-profile-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-profile-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-profile-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-profile-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-profile-l1-1-0 + +EXPORTS + +QueryPerformanceCounter +QueryPerformanceFrequency diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryUnbiasedInterruptTime diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-1 + +EXPORTS + +QueryInterruptTime +QueryInterruptTimePrecise +QueryUnbiasedInterruptTimePrecise diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + +RtlCaptureStackBackTrace +RtlLookupFunctionEntry +RtlPcToFileHeader +RtlUnwind +RtlUnwindEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-string-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-string-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-string-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-string-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-string-l1-1-0 + +EXPORTS + +CompareStringEx +CompareStringOrdinal +GetStringTypeExW +GetStringTypeW +MultiByteToWideChar +WideCharToMultiByte diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA +CreateSemaphoreExA +OpenMutexA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +LIBRARY "api-ms-win-core-synch-l1-2-0.dll" +EXPORTS +AcquireSRWLockExclusive +AcquireSRWLockShared +CreateEventA +CreateEventExA +CreateEventExW +CreateEventW +CreateMutexA +CreateMutexExA +CreateMutexExW +CreateMutexW +CreateSemaphoreExW +DeleteCriticalSection +EnterCriticalSection +InitializeConditionVariable +InitializeCriticalSection +InitializeCriticalSectionAndSpinCount +InitializeCriticalSectionEx +InitializeSRWLock +InitOnceBeginInitialize +InitOnceComplete +InitOnceExecuteOnce +InitOnceInitialize +LeaveCriticalSection +OpenEventA +OpenEventW +OpenMutexW +OpenSemaphoreW +ReleaseMutex +ReleaseSemaphore +ReleaseSRWLockExclusive +ReleaseSRWLockShared +ResetEvent +SetCriticalSectionSpinCount +SetEvent +Sleep +SleepConditionVariableCS +SleepConditionVariableSRW +SleepEx +TryAcquireSRWLockExclusive +TryAcquireSRWLockShared +TryEnterCriticalSection +WaitForMultipleObjectsEx +WaitForSingleObject +WaitForSingleObjectEx +WaitOnAddress +WakeAllConditionVariable +WakeByAddressAll +WakeByAddressSingle +WakeConditionVariable + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-synch-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-synch-l1-2-1 + +EXPORTS + +CreateSemaphoreW +WaitForMultipleObjects diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +GetLocalTime +GetNativeSystemInfo +GetSystemInfo +GetSystemTime +GetSystemTimeAsFileTime +GetSystemTimePreciseAsFileTime +GetTickCount64 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-3.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-3.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-3.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-sysinfo-l1-2-3.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-threadpool-l1-2-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-threadpool-l1-2-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-threadpool-l1-2-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-threadpool-l1-2-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-threadpool-l1-2-0 + +EXPORTS + +CallbackMayRunLong +CancelThreadpoolIo +CloseThreadpool +CloseThreadpoolCleanupGroup +CloseThreadpoolCleanupGroupMembers +CloseThreadpoolIo +CloseThreadpoolTimer +CloseThreadpoolWait +CloseThreadpoolWork +CreateThreadpool +CreateThreadpoolCleanupGroup +CreateThreadpoolIo +CreateThreadpoolTimer +CreateThreadpoolWait +CreateThreadpoolWork +DisassociateCurrentThreadFromCallback +FreeLibraryWhenCallbackReturns +IsThreadpoolTimerSet +LeaveCriticalSectionWhenCallbackReturns +QueryThreadpoolStackInformation +ReleaseMutexWhenCallbackReturns +ReleaseSemaphoreWhenCallbackReturns +SetEventWhenCallbackReturns +SetThreadpoolStackInformation +SetThreadpoolThreadMaximum +SetThreadpoolThreadMinimum +SetThreadpoolTimer +SetThreadpoolTimerEx +SetThreadpoolWait +SetThreadpoolWaitEx +StartThreadpoolIo +SubmitThreadpoolWork +TrySubmitThreadpoolCallback +WaitForThreadpoolIoCallbacks +WaitForThreadpoolTimerCallbacks +WaitForThreadpoolWaitCallbacks +WaitForThreadpoolWorkCallbacks diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-timezone-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-timezone-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-timezone-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-timezone-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-timezone-l1-1-0 + +EXPORTS + +EnumDynamicTimeZoneInformation +FileTimeToSystemTime +GetDynamicTimeZoneInformation +GetDynamicTimeZoneInformationEffectiveYears +GetTimeZoneInformation +GetTimeZoneInformationForYear +SystemTimeToFileTime +SystemTimeToTzSpecificLocalTime +SystemTimeToTzSpecificLocalTimeEx +TzSpecificLocalTimeToSystemTime +TzSpecificLocalTimeToSystemTimeEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-util-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-util-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-util-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-util-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-util-l1-1-0 + +EXPORTS + +DecodePointer +EncodePointer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-version-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-version-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-version-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-version-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoExW +GetFileVersionInfoSizeExW +GetFileVersionInfoSizeW +GetFileVersionInfoW +VerFindFileW +VerQueryValueW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-windowsceip-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-windowsceip-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-windowsceip-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-windowsceip-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-windowsceip-l1-1-0 + +EXPORTS + +CeipIsOptedIn diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +WerRegisterFile +WerRegisterMemoryBlock +WerUnregisterFile +WerUnregisterMemoryBlock diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-error-l1-1-1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-error-l1-1-1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-error-l1-1-1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-error-l1-1-1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +GetRestrictedErrorInfo +RoCaptureErrorContext +RoFailFastWithErrorContext +RoGetErrorReportingFlags +RoOriginateError +RoOriginateErrorW +RoOriginateLanguageException +RoReportUnhandledError +RoSetErrorReportingFlags +RoTransformError +RoTransformErrorW +SetRestrictedErrorInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +LIBRARY "api-ms-win-core-winrt-l1-1-0.dll" +EXPORTS +RoActivateInstance +RoGetActivationFactory +RoGetApartmentIdentifier +RoInitialize +RoRegisterActivationFactories +RoRevokeActivationFactories +RoUninitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-winrt-registration-l1-1-0 + +EXPORTS + +RoGetActivatableClassRegistration +RoGetServerActivatableClasses diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-robuffer-l1-1-0 + +EXPORTS + +RoGetBufferMarshaler diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0 + +EXPORTS + +RoFreeParameterizedTypeExtra +RoGetParameterizedTypeInstanceIID +RoParameterizedTypeExtraGetTypeSignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-string-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-string-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-winrt-string-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-winrt-string-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +LIBRARY "api-ms-win-core-winrt-string-l1-1-0.dll" +EXPORTS +HSTRING_UserFree +HSTRING_UserFree64 +HSTRING_UserMarshal +HSTRING_UserMarshal64 +HSTRING_UserSize +HSTRING_UserSize64 +HSTRING_UserUnmarshal +HSTRING_UserUnmarshal64 +WindowsCompareStringOrdinal +WindowsConcatString +WindowsCreateString +WindowsCreateStringReference +WindowsDeleteString +WindowsDeleteStringBuffer +WindowsDuplicateString +WindowsGetStringLen +WindowsGetStringRawBuffer +WindowsInspectString +WindowsIsStringEmpty +WindowsPreallocateStringBuffer +WindowsPromoteStringBuffer +WindowsReplaceString +WindowsStringHasEmbeddedNull +WindowsSubstring +WindowsSubstringWithSpecifiedLength +WindowsTrimStringEnd +WindowsTrimStringStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-xstate-l2-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-xstate-l2-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-core-xstate-l2-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-core-xstate-l2-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +GetEnabledXStateFeatures +GetXStateFeaturesMask +InitializeContext +LocateXStateFeature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-conio-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-conio-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-conio-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-conio-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +LIBRARY api-ms-win-crt-conio-l1-1-0 + +EXPORTS + +__conio_common_vcprintf +__conio_common_vcprintf_p +__conio_common_vcprintf_s +__conio_common_vcscanf +__conio_common_vcwprintf +__conio_common_vcwprintf_p +__conio_common_vcwprintf_s +__conio_common_vcwscanf +_cgets +_cgets_s +_cgetws +_cgetws_s +_cputs +_cputws +_getch +getch == _getch +_getch_nolock +_getche +getche == _getche +_getche_nolock +_getwch +_getwch_nolock +_getwche +_getwche_nolock +_putch +putch == _putch +_putch_nolock +_putwch +_putwch_nolock +_ungetch +ungetch == _ungetch +_ungetch_nolock +_ungetwch +_ungetwch_nolock diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,132 @@ +LIBRARY api-ms-win-crt-convert-l1-1-0 + +EXPORTS + +__toascii +toascii == __toascii +_atodbl +_atodbl_l +_atof_l +_atoflt +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +_atoldbl_l +_atoll_l +_ecvt +ecvt == _ecvt +_ecvt_s +_fcvt +fcvt == _fcvt +_fcvt_s +_gcvt +gcvt == _gcvt +_gcvt_s +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_itoa +itoa == _itoa +_itoa_s +_itow +_itow_s +_ltoa +ltoa == _ltoa +_ltoa_s +_ltow +_ltow_s +_strtod_l +_strtof_l +_strtoi64 +_strtoi64_l +_strtoimax_l +_strtol_l +_strtold_l +_strtoll_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strtoull_l +_strtoumax_l +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_wcstod_l +_wcstof_l +_wcstoi64 +_wcstoi64_l +_wcstoimax_l +_wcstol_l +_wcstold_l +_wcstoll_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcstoull_l +_wcstoumax_l +_wctomb_l +_wctomb_s_l +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wtoll +_wtoll_l +atof +atoi +atol +atoll +btowc +c16rtomb +c32rtomb +mbrtoc16 +mbrtoc32 +mbrtowc +mbsrtowcs +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +strtod +strtof +strtoimax +strtol +strtold +strtoll +strtoul +strtoull +strtoumax +wcrtomb +wcrtomb_s +wcsrtombs +wcsrtombs_s +wcstod +wcstof +wcstoimax +wcstol +wcstold +wcstoll +wcstombs +wcstombs_s +wcstoul +wcstoull +wcstoumax +wctob +wctomb +wctomb_s +wctrans diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-environment-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-environment-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-environment-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-environment-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,24 @@ +LIBRARY api-ms-win-crt-environment-l1-1-0 + +EXPORTS + +__p__environ +__p__wenviron +_dupenv_s +_putenv +putenv == _putenv +_putenv_s +_searchenv +searchenv == _searchenv +_searchenv_s +_wdupenv_s +_wgetcwd +_wgetdcwd +_wgetenv +_wgetenv_s +_wputenv +_wputenv_s +_wsearchenv +_wsearchenv_s +getenv +getenv_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-filesystem-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-filesystem-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-filesystem-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-filesystem-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,78 @@ +LIBRARY api-ms-win-crt-filesystem-l1-1-0 + +EXPORTS + +_access +access == _access +_access_s +_chdir +chdir == _chdir +_chdrive +_chmod +chmod == _chmod +_findclose +_findfirst == _findfirst32 +_findfirst32 +_findfirst32i64 +_findfirst64 +_findfirst64i32 +_findnext == _findnext32 +_findnext32 +_findnext32i64 +_findnext64 +_findnext64i32 +_fstat32 +_fstat32i64 +_fstat64 +_fstat64i32 +_fullpath +_getdiskfree +_getdrive +_getdrives +_lock_file +_makepath +_makepath_s +_mkdir +mkdir == _mkdir +_rmdir +rmdir == _rmdir +_splitpath +_splitpath_s +_stat32 +_stat32i64 +_stat64 +_stat64i32 +_umask +umask == _umask +_umask_s +_unlink +unlink == _unlink +_unlock_file +_waccess +_waccess_s +_wchdir +_wchmod +_wfindfirst32 +_wfindfirst32i64 +_wfindfirst64 +_wfindfirst64i32 +_wfindnext32 +_wfindnext32i64 +_wfindnext64 +_wfindnext64i32 +_wfullpath +_wmakepath +_wmakepath_s +_wmkdir +_wremove +_wrename +_wrmdir +_wsplitpath +_wsplitpath_s +_wstat32 +_wstat32i64 +_wstat64 +_wstat64i32 +_wunlink +remove +rename diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +LIBRARY api-ms-win-crt-heap-l1-1-0 + +EXPORTS + +_aligned_free +_aligned_malloc +_aligned_msize +_aligned_offset_malloc +_aligned_offset_realloc +_aligned_offset_recalloc +_aligned_realloc +_aligned_recalloc +_callnewh +_calloc_base +_expand +_free_base +_get_heap_handle +_heapchk +_heapmin +_heapwalk +heapwalk == _heapwalk +_malloc_base +_msize +_query_new_handler +_query_new_mode +_realloc_base +_recalloc +_set_new_mode +calloc +free +malloc +realloc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-locale-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-locale-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-locale-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-locale-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-crt-locale-l1-1-0 + +EXPORTS + +___lc_codepage_func +___lc_collate_cp_func +___lc_locale_name_func +___mb_cur_max_func +___mb_cur_max_l_func +__initialize_lconv_for_unsigned_char +__lconv_init == __initialize_lconv_for_unsigned_char +__pctype_func +__pwctype_func +_configthreadlocale +_create_locale +_free_locale +_get_current_locale +_getmbcp +_lock_locales +_setmbcp +_unlock_locales +_wcreate_locale +_wsetlocale +localeconv +setlocale diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,369 @@ +LIBRARY api-ms-win-crt-math-l1-1-0 + +EXPORTS + +#include "func.def.in" + +#ifdef DEF_I386 +_CIacos +_CIasin +_CIatan +_CIatan2 +_CIcos +_CIcosh +_CIexp +_CIfmod +_CIlog +_CIlog10 +_CIpow +_CIsin +_CIsinh +_CIsqrt +_CItan +_CItanh +#endif +_Cbuild +_Cmulcc +_Cmulcr +_FCbuild +_FCmulcc +_FCmulcr +_LCbuild +_LCmulcc +_LCmulcr +#ifdef DEF_I386 +__libm_sse2_acos +__libm_sse2_acosf +__libm_sse2_asin +__libm_sse2_asinf +__libm_sse2_atan +__libm_sse2_atan2 +__libm_sse2_atanf +__libm_sse2_cos +__libm_sse2_cosf +__libm_sse2_exp +__libm_sse2_expf +__libm_sse2_log +__libm_sse2_log10 +__libm_sse2_log10f +__libm_sse2_logf +__libm_sse2_pow +__libm_sse2_powf +__libm_sse2_sin +__libm_sse2_sinf +__libm_sse2_tan +__libm_sse2_tanf +#endif +__setusermatherr +; DATA set manually +_cabs DATA +_chgsign +chgsign == _chgsign +_chgsignf +_copysign +_copysignf +_d_int +_dclass +_dexp +_dlog +_dnorm +_dpcomp +_dpoly +_dscale +_dsign +_dsin +_dtest +_dunscale +_except1 +_fd_int +_fdclass +_fdexp +_fdlog +_fdnorm +_fdopen +fdopen == _fdopen +_fdpcomp +_fdpoly +_fdscale +_fdsign +_fdsin +_fdtest +_fdunscale +_finite +finite == _finite +F_NON_I386(_finitef) +_fpclass +fpclass == _fpclass +_fpclassf +F_I386(_ftol) +_get_FMA3_enable +_hypot +hypot == _hypot +_hypotf +_isnan +F_X64(_isnanf) +_j0 +j0 == _j0 +_j1 +j1 == _j1 +_jn +jn == _jn +_ld_int +_ldclass +_ldexp +_ldlog +_ldpcomp +_ldpoly +_ldscale +_ldsign +_ldsin +_ldtest +_ldunscale +#ifdef DEF_I386 +_libm_sse2_acos_precise +_libm_sse2_asin_precise +_libm_sse2_atan_precise +_libm_sse2_cos_precise +_libm_sse2_exp_precise +_libm_sse2_log10_precise +_libm_sse2_log_precise +_libm_sse2_pow_precise +_libm_sse2_sin_precise +_libm_sse2_sqrt_precise +_libm_sse2_tan_precise +#endif +_logb +F_NON_I386(_logbf) +_nextafter +nextafter == _nextafter +F_X64(_nextafterf) +_scalb +F_X64(_scalbf) +F64(_set_FMA3_enable) +F_I386(_set_SSE2_enable) +_y0 +y0 == _y0 +_y1 +y1 == _y1 +_yn +yn == _yn +acos +F_NON_I386(acosf F_X86_ANY(DATA)) +acosh +acoshf +acoshl +asin +F_NON_I386(asinf F_X86_ANY(DATA)) +asinh +asinhf +asinhl +atan +atan2 F_X86_ANY(DATA) +F_NON_I386(atan2f F_X86_ANY(DATA)) +F_NON_I386(atanf F_X86_ANY(DATA)) +atanh +atanhf +atanhl +cabs +cabsf +cabsl +cacos +cacosf +cacosh +cacoshf +cacoshl +cacosl +carg +cargf +cargl +casin +casinf +casinh +casinhf +casinhl +casinl +catan +catanf +catanh +catanhf +catanhl +catanl +cbrt +cbrtf +cbrtl +ccos +ccosf +ccosh +ccoshf +ccoshl +ccosl +ceil DATA +F_NON_I386(ceilf DATA) +cexp +cexpf +cexpl +cimag +cimagf +cimagl +clog +clog10 +clog10f +clog10l +clogf +clogl +conj +conjf +conjl +copysign +copysignf +copysignl +cos F_X86_ANY(DATA) +F_NON_I386(cosf F_X86_ANY(DATA)) +cosh +F_NON_I386(coshf DATA) +cpow +cpowf +cpowl +cproj +cprojf +cprojl +creal +crealf +creall +csin +csinf +csinh +csinhf +csinhl +csinl +csqrt +csqrtf +csqrtl +ctan +ctanf +ctanh +ctanhf +ctanhl +ctanl +erf +erfc +erfcf +erfcl +erff +erfl +exp F_X86_ANY(DATA) +exp2 +exp2f +exp2l +F_NON_I386(expf F_X86_ANY(DATA)) +expm1 +expm1f +expm1l +fabs DATA +F_ARM_ANY(fabsf) +fdim +fdimf +fdiml +floor DATA +F_NON_I386(floorf DATA) +fma +fmaf +fmal +fmax +fmaxf +fmaxl +fmin +fminf +fminl +fmod F_X86_ANY(DATA) +F_NON_I386(fmodf F_X86_ANY(DATA)) +; If we implement frexp, we can set it to DATA only. +frexp +hypot +ilogb +ilogbf +ilogbl +ldexp F_X86_ANY(DATA) +lgamma +lgammaf +lgammal +llrint +llrintf +llrintl +llround +llroundf +llroundl +log F_X86_ANY(DATA) +log10 +F_NON_I386(log10f F_X86_ANY(DATA)) +log1p +log1pf +log1pl +log2 +log2f +log2l +logb +logbf +logbl +F_NON_I386(logf F_X86_ANY(DATA)) +lrint +lrintf +lrintl +lround +lroundf +lroundl +modf DATA +F_NON_I386(modff DATA) +nan +nanf +nanl +nearbyint +nearbyintf +nearbyintl +nextafter +nextafterf +nextafterl +nexttoward +nexttowardf +nexttowardl +norm +normf +norml +pow F_X86_ANY(DATA) +F_NON_I386(powf F_X86_ANY(DATA)) +remainder +remainderf +remainderl +remquo +remquof +remquol +rint +rintf +rintl +round +roundf +roundl +scalbln +scalblnf +scalblnl +scalbn +scalbnf +scalbnl +sin F_X86_ANY(DATA) +F_NON_I386(sinf F_X86_ANY(DATA)) +; if we implement sinh, we can set it DATA only. +sinh +F_NON_I386(sinhf DATA) +sqrt DATA +F_NON_I386(sqrtf DATA) +tan +F_NON_I386(tanf F_X86_ANY(DATA)) +; if we implement tanh, we can set it to DATA only. +tanh +F_NON_I386(tanhf) +tgamma +tgammaf +tgammal +trunc +truncf +truncl diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-multibyte-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-multibyte-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-multibyte-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-multibyte-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,205 @@ +LIBRARY api-ms-win-crt-multibyte-l1-1-0 + +EXPORTS + +__p__mbcasemap +__p__mbctype +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbblank +_ismbbblank_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_ismbcalnum +_ismbcalnum_l +_ismbcalpha +_ismbcalpha_l +_ismbcblank +_ismbcblank_l +_ismbcdigit +_ismbcdigit_l +_ismbcgraph +_ismbcgraph_l +_ismbchira +_ismbchira_l +_ismbckata +_ismbckata_l +_ismbcl0 +_ismbcl0_l +_ismbcl1 +_ismbcl1_l +_ismbcl2 +_ismbcl2_l +_ismbclegal +_ismbclegal_l +_ismbclower +_ismbclower_l +_ismbcprint +_ismbcprint_l +_ismbcpunct +_ismbcpunct_l +_ismbcspace +_ismbcspace_l +_ismbcsymbol +_ismbcsymbol_l +_ismbcupper +_ismbcupper_l +_ismbslead +_ismbslead_l +_ismbstrail +_ismbstrail_l +_mbbtombc +_mbbtombc_l +_mbbtype +_mbbtype_l +; DATA added manually +_mbcasemap DATA +_mbccpy +_mbccpy_l +_mbccpy_s +_mbccpy_s_l +_mbcjistojms +_mbcjistojms_l +_mbcjmstojis +_mbcjmstojis_l +_mbclen +_mbclen_l +_mbctohira +_mbctohira_l +_mbctokata +_mbctokata_l +_mbctolower +_mbctolower_l +_mbctombb +_mbctombb_l +_mbctoupper +_mbctoupper_l +_mblen_l +_mbsbtype +_mbsbtype_l +_mbscat_s +_mbscat_s_l +_mbschr +_mbschr_l +_mbscmp +_mbscmp_l +_mbscoll +_mbscoll_l +_mbscpy_s +_mbscpy_s_l +_mbscspn +_mbscspn_l +_mbsdec +_mbsdec_l +_mbsdup +_mbsicmp +_mbsicmp_l +_mbsicoll +_mbsicoll_l +_mbsinc +_mbsinc_l +_mbslen +_mbslen_l +_mbslwr +_mbslwr_l +_mbslwr_s +_mbslwr_s_l +_mbsnbcat +_mbsnbcat_l +_mbsnbcat_s +_mbsnbcat_s_l +_mbsnbcmp +_mbsnbcmp_l +_mbsnbcnt +_mbsnbcnt_l +_mbsnbcoll +_mbsnbcoll_l +_mbsnbcpy +_mbsnbcpy_l +_mbsnbcpy_s +_mbsnbcpy_s_l +_mbsnbicmp +_mbsnbicmp_l +_mbsnbicoll +_mbsnbicoll_l +_mbsnbset +_mbsnbset_l +_mbsnbset_s +_mbsnbset_s_l +_mbsncat +_mbsncat_l +_mbsncat_s +_mbsncat_s_l +_mbsnccnt +_mbsnccnt_l +_mbsncmp +_mbsncmp_l +_mbsncoll +_mbsncoll_l +_mbsncpy +_mbsncpy_l +_mbsncpy_s +_mbsncpy_s_l +_mbsnextc +_mbsnextc_l +_mbsnicmp +_mbsnicmp_l +_mbsnicoll +_mbsnicoll_l +_mbsninc +_mbsninc_l +_mbsnlen +_mbsnlen_l +_mbsnset +_mbsnset_l +_mbsnset_s +_mbsnset_s_l +_mbspbrk +_mbspbrk_l +_mbsrchr +_mbsrchr_l +_mbsrev +_mbsrev_l +_mbsset +_mbsset_l +_mbsset_s +_mbsset_s_l +_mbsspn +_mbsspn_l +_mbsspnp +_mbsspnp_l +_mbsstr +_mbsstr_l +_mbstok +_mbstok_l +_mbstok_s +_mbstok_s_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbsupr +_mbsupr_l +_mbsupr_s +_mbsupr_s_l +_mbtowc_l diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-private-l1-1-0.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-private-l1-1-0.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-private-l1-1-0.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-private-l1-1-0.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1174 @@ +LIBRARY api-ms-win-crt-private-l1-1-0 + +EXPORTS + +#include "func.def.in" + +_CreateFrameInfo +F_I386(_CxxThrowException@8) +F_NON_I386(_CxxThrowException) +F_I386(_EH_prolog) +_FindAndUnlinkFrame +_GetImageBase +_GetThrowImageBase +_IsExceptionObjectToBeDestroyed +_NLG_Dispatch2 +_NLG_Return +_NLG_Return2 +_SetImageBase +_SetThrowImageBase +_SetWinRTOutOfMemoryExceptionCallback +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +F_X64(__C_specific_handler) +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +F_I386(__CxxLongjmpUnwind@4) +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +__NLG_Dispatch2 +__NLG_Return2 +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__TypeMatch +__current_exception +__current_exception_context +__dcrt_get_wide_environment_from_os +__dcrt_initial_narrow_environment +__intrinsic_abnormal_termination +__intrinsic_setjmp +F64(__intrinsic_setjmpex) +__processing_throw +__report_gsfailure +__std_exception_copy +__std_exception_destroy +__std_type_info_compare +__std_type_info_destroy_list +__std_type_info_hash +__std_type_info_name +__unDName +__unDNameEx +__uncaught_exception +F_I386(_chkesp) +F_I386(_except_handler2) +F_I386(_except_handler3) +F_I386(_except_handler4_common) +_get_purecall_handler +_get_unexpected +F_I386(_global_unwind2) +_is_exception_typeof +F_X64(_local_unwind) +F_I386(_local_unwind2) +F_I386(_local_unwind4) +F_I386(_longjmpex) +_o__CIacos +_o__CIasin +_o__CIatan +_o__CIatan2 +_o__CIcos +_o__CIcosh +_o__CIexp +_o__CIfmod +_o__CIlog +_o__CIlog10 +_o__CIpow +_o__CIsin +_o__CIsinh +_o__CIsqrt +_o__CItan +_o__CItanh +_o__Getdays +_o__Getmonths +_o__Gettnames +_o__Strftime +_o__W_Getdays +_o__W_Getmonths +_o__W_Gettnames +_o__Wcsftime +_o___acrt_iob_func +_o___conio_common_vcprintf +_o___conio_common_vcprintf_p +_o___conio_common_vcprintf_s +_o___conio_common_vcscanf +_o___conio_common_vcwprintf +_o___conio_common_vcwprintf_p +_o___conio_common_vcwprintf_s +_o___conio_common_vcwscanf +_o___daylight +_o___dstbias +_o___fpe_flt_rounds +_o___libm_sse2_acos +_o___libm_sse2_acosf +_o___libm_sse2_asin +_o___libm_sse2_asinf +_o___libm_sse2_atan +_o___libm_sse2_atan2 +_o___libm_sse2_atanf +_o___libm_sse2_cos +_o___libm_sse2_cosf +_o___libm_sse2_exp +_o___libm_sse2_expf +_o___libm_sse2_log +_o___libm_sse2_log10 +_o___libm_sse2_log10f +_o___libm_sse2_logf +_o___libm_sse2_pow +_o___libm_sse2_powf +_o___libm_sse2_sin +_o___libm_sse2_sinf +_o___libm_sse2_tan +_o___libm_sse2_tanf +_o___p___argc +_o___p___argv +_o___p___wargv +_o___p__acmdln +_o___p__commode +_o___p__environ +_o___p__fmode +_o___p__mbcasemap +_o___p__mbctype +_o___p__pgmptr +_o___p__wcmdln +_o___p__wenviron +_o___p__wpgmptr +_o___pctype_func +_o___pwctype_func +_o___stdio_common_vfprintf +_o___stdio_common_vfprintf_p +_o___stdio_common_vfprintf_s +_o___stdio_common_vfscanf +_o___stdio_common_vfwprintf +_o___stdio_common_vfwprintf_p +_o___stdio_common_vfwprintf_s +_o___stdio_common_vfwscanf +_o___stdio_common_vsnprintf_s +_o___stdio_common_vsnwprintf_s +_o___stdio_common_vsprintf +_o___stdio_common_vsprintf_p +_o___stdio_common_vsprintf_s +_o___stdio_common_vsscanf +_o___stdio_common_vswprintf +_o___stdio_common_vswprintf_p +_o___stdio_common_vswprintf_s +_o___stdio_common_vswscanf +_o___timezone +_o___tzname +_o___wcserror +_o__access +_o__access_s +_o__aligned_free +_o__aligned_malloc +_o__aligned_msize +_o__aligned_offset_malloc +_o__aligned_offset_realloc +_o__aligned_offset_recalloc +_o__aligned_realloc +_o__aligned_recalloc +_o__atodbl +_o__atodbl_l +_o__atof_l +_o__atoflt +_o__atoflt_l +_o__atoi64 +_o__atoi64_l +_o__atoi_l +_o__atol_l +_o__atoldbl +_o__atoldbl_l +_o__atoll_l +_o__beep +_o__beginthread +_o__beginthreadex +_o__cabs +_o__callnewh +_o__calloc_base +_o__cgets +_o__cgets_s +_o__cgetws +_o__cgetws_s +_o__chdir +_o__chdrive +_o__chmod +_o__chsize +_o__chsize_s +_o__close +_o__commit +_o__configure_wide_argv +_o__cputs +_o__cputws +_o__creat +_o__create_locale +_o__ctime32_s +_o__ctime64_s +_o__cwait +_o__d_int +_o__dclass +_o__difftime32 +_o__difftime64 +_o__dlog +_o__dnorm +_o__dpcomp +_o__dpoly +_o__dscale +_o__dsign +_o__dsin +_o__dtest +_o__dunscale +_o__dup +_o__dup2 +_o__dupenv_s +_o__ecvt +_o__ecvt_s +_o__endthread +_o__endthreadex +_o__eof +_o__errno +_o__except1 +_o__execute_onexit_table +_o__execv +_o__execve +_o__execvp +_o__execvpe +_o__expand +_o__fclose_nolock +_o__fcloseall +_o__fcvt +_o__fcvt_s +_o__fd_int +_o__fdclass +_o__fdexp +_o__fdlog +_o__fdopen +_o__fdpcomp +_o__fdpoly +_o__fdscale +_o__fdsign +_o__fdsin +_o__fflush_nolock +_o__fgetc_nolock +_o__fgetchar +_o__fgetwc_nolock +_o__fgetwchar +_o__filelength +_o__filelengthi64 +_o__fileno +_o__findclose +_o__findfirst32 +_o__findfirst32i64 +_o__findfirst64 +_o__findfirst64i32 +_o__findnext32 +_o__findnext32i64 +_o__findnext64 +_o__findnext64i32 +_o__flushall +_o__fpclass +_o__fpclassf +_o__fputc_nolock +_o__fputchar +_o__fputwc_nolock +_o__fputwchar +_o__fread_nolock +_o__fread_nolock_s +_o__free_base +_o__free_locale +_o__fseek_nolock +_o__fseeki64 +_o__fseeki64_nolock +_o__fsopen +_o__fstat32 +_o__fstat32i64 +_o__fstat64 +_o__fstat64i32 +_o__ftell_nolock +_o__ftelli64 +_o__ftelli64_nolock +_o__ftime32 +_o__ftime32_s +_o__ftime64 +_o__ftime64_s +_o__fullpath +_o__futime32 +_o__futime64 +_o__fwrite_nolock +_o__gcvt +_o__gcvt_s +_o__get_daylight +_o__get_doserrno +_o__get_dstbias +_o__get_errno +_o__get_fmode +_o__get_heap_handle +_o__get_invalid_parameter_handler +_o__get_narrow_winmain_command_line +_o__get_osfhandle +_o__get_pgmptr +_o__get_stream_buffer_pointers +_o__get_terminate +_o__get_thread_local_invalid_parameter_handler +_o__get_timezone +_o__get_tzname +_o__get_wide_winmain_command_line +_o__get_wpgmptr +_o__getc_nolock +_o__getch +_o__getch_nolock +_o__getche +_o__getche_nolock +_o__getcwd +_o__getdcwd +_o__getdiskfree +_o__getdllprocaddr +_o__getdrive +_o__getdrives +_o__getmbcp +_o__getsystime +_o__getw +_o__getwc_nolock +_o__getwch +_o__getwch_nolock +_o__getwche +_o__getwche_nolock +_o__getws +_o__getws_s +_o__gmtime32 +_o__gmtime32_s +_o__gmtime64 +_o__gmtime64_s +_o__heapchk +_o__heapmin +_o__hypot +_o__hypotf +_o__i64toa +_o__i64toa_s +_o__i64tow +_o__i64tow_s +_o__initialize_onexit_table +_o__invalid_parameter_noinfo +_o__invalid_parameter_noinfo_noreturn +_o__isatty +_o__isctype +_o__isctype_l +_o__isleadbyte_l +_o__ismbbalnum +_o__ismbbalnum_l +_o__ismbbalpha +_o__ismbbalpha_l +_o__ismbbblank +_o__ismbbblank_l +_o__ismbbgraph +_o__ismbbgraph_l +_o__ismbbkalnum +_o__ismbbkalnum_l +_o__ismbbkana +_o__ismbbkana_l +_o__ismbbkprint +_o__ismbbkprint_l +_o__ismbbkpunct +_o__ismbbkpunct_l +_o__ismbblead +_o__ismbblead_l +_o__ismbbprint +_o__ismbbprint_l +_o__ismbbpunct +_o__ismbbpunct_l +_o__ismbbtrail +_o__ismbbtrail_l +_o__ismbcalnum +_o__ismbcalnum_l +_o__ismbcalpha +_o__ismbcalpha_l +_o__ismbcblank +_o__ismbcblank_l +_o__ismbcdigit +_o__ismbcdigit_l +_o__ismbcgraph +_o__ismbcgraph_l +_o__ismbchira +_o__ismbchira_l +_o__ismbckata +_o__ismbckata_l +_o__ismbcl0 +_o__ismbcl0_l +_o__ismbcl1 +_o__ismbcl1_l +_o__ismbcl2 +_o__ismbcl2_l +_o__ismbclegal +_o__ismbclegal_l +_o__ismbclower +_o__ismbclower_l +_o__ismbcprint +_o__ismbcprint_l +_o__ismbcpunct +_o__ismbcpunct_l +_o__ismbcspace +_o__ismbcspace_l +_o__ismbcsymbol +_o__ismbcsymbol_l +_o__ismbcupper +_o__ismbcupper_l +_o__ismbslead +_o__ismbslead_l +_o__ismbstrail +_o__ismbstrail_l +_o__iswctype_l +_o__itoa +_o__itoa_s +_o__itow +_o__itow_s +_o__j0 +_o__j1 +_o__jn +_o__kbhit +_o__ld_int +_o__ldclass +_o__ldexp +_o__ldlog +_o__ldpcomp +_o__ldpoly +_o__ldscale +_o__ldsign +_o__ldsin +_o__ldtest +_o__ldunscale +_o__lfind +_o__lfind_s +_o__libm_sse2_acos_precise +_o__libm_sse2_asin_precise +_o__libm_sse2_atan_precise +_o__libm_sse2_cos_precise +_o__libm_sse2_exp_precise +_o__libm_sse2_log10_precise +_o__libm_sse2_log_precise +_o__libm_sse2_pow_precise +_o__libm_sse2_sin_precise +_o__libm_sse2_sqrt_precise +_o__libm_sse2_tan_precise +_o__loaddll +_o__localtime32 +_o__localtime32_s +_o__localtime64 +_o__localtime64_s +_o__lock_file +_o__locking +_o__logb +_o__logbf +_o__lsearch +_o__lsearch_s +_o__lseek +_o__lseeki64 +_o__ltoa +_o__ltoa_s +_o__ltow +_o__ltow_s +_o__makepath +_o__makepath_s +_o__malloc_base +_o__mbbtombc +_o__mbbtombc_l +_o__mbbtype +_o__mbbtype_l +_o__mbccpy +_o__mbccpy_l +_o__mbccpy_s +_o__mbccpy_s_l +_o__mbcjistojms +_o__mbcjistojms_l +_o__mbcjmstojis +_o__mbcjmstojis_l +_o__mbclen +_o__mbclen_l +_o__mbctohira +_o__mbctohira_l +_o__mbctokata +_o__mbctokata_l +_o__mbctolower +_o__mbctolower_l +_o__mbctombb +_o__mbctombb_l +_o__mbctoupper +_o__mbctoupper_l +_o__mblen_l +_o__mbsbtype +_o__mbsbtype_l +_o__mbscat_s +_o__mbscat_s_l +_o__mbschr +_o__mbschr_l +_o__mbscmp +_o__mbscmp_l +_o__mbscoll +_o__mbscoll_l +_o__mbscpy_s +_o__mbscpy_s_l +_o__mbscspn +_o__mbscspn_l +_o__mbsdec +_o__mbsdec_l +_o__mbsicmp +_o__mbsicmp_l +_o__mbsicoll +_o__mbsicoll_l +_o__mbsinc +_o__mbsinc_l +_o__mbslen +_o__mbslen_l +_o__mbslwr +_o__mbslwr_l +_o__mbslwr_s +_o__mbslwr_s_l +_o__mbsnbcat +_o__mbsnbcat_l +_o__mbsnbcat_s +_o__mbsnbcat_s_l +_o__mbsnbcmp +_o__mbsnbcmp_l +_o__mbsnbcnt +_o__mbsnbcnt_l +_o__mbsnbcoll +_o__mbsnbcoll_l +_o__mbsnbcpy +_o__mbsnbcpy_l +_o__mbsnbcpy_s +_o__mbsnbcpy_s_l +_o__mbsnbicmp +_o__mbsnbicmp_l +_o__mbsnbicoll +_o__mbsnbicoll_l +_o__mbsnbset +_o__mbsnbset_l +_o__mbsnbset_s +_o__mbsnbset_s_l +_o__mbsncat +_o__mbsncat_l +_o__mbsncat_s +_o__mbsncat_s_l +_o__mbsnccnt +_o__mbsnccnt_l +_o__mbsncmp +_o__mbsncmp_l +_o__mbsncoll +_o__mbsncoll_l +_o__mbsncpy +_o__mbsncpy_l +_o__mbsncpy_s +_o__mbsncpy_s_l +_o__mbsnextc +_o__mbsnextc_l +_o__mbsnicmp +_o__mbsnicmp_l +_o__mbsnicoll +_o__mbsnicoll_l +_o__mbsninc +_o__mbsninc_l +_o__mbsnlen +_o__mbsnlen_l +_o__mbsnset +_o__mbsnset_l +_o__mbsnset_s +_o__mbsnset_s_l +_o__mbspbrk +_o__mbspbrk_l +_o__mbsrchr +_o__mbsrchr_l +_o__mbsrev +_o__mbsrev_l +_o__mbsset +_o__mbsset_l +_o__mbsset_s +_o__mbsset_s_l +_o__mbsspn +_o__mbsspn_l +_o__mbsspnp +_o__mbsspnp_l +_o__mbsstr +_o__mbsstr_l +_o__mbstok +_o__mbstok_l +_o__mbstok_s +_o__mbstok_s_l +_o__mbstowcs_l +_o__mbstowcs_s_l +_o__mbstrlen +_o__mbstrlen_l +_o__mbstrnlen +_o__mbstrnlen_l +_o__mbsupr +_o__mbsupr_l +_o__mbsupr_s +_o__mbsupr_s_l +_o__mbtowc_l +_o__memicmp +_o__memicmp_l +_o__mkdir +_o__mkgmtime32 +_o__mkgmtime64 +_o__mktemp +_o__mktemp_s +_o__mktime32 +_o__mktime64 +_o__msize +_o__nextafter +_o__nextafterf +_o__open_osfhandle +_o__pclose +_o__pipe +_o__popen +_o__putc_nolock +_o__putch +_o__putch_nolock +_o__putenv +_o__putenv_s +_o__putw +_o__putwc_nolock +_o__putwch +_o__putwch_nolock +_o__putws +_o__read +_o__realloc_base +_o__recalloc +_o__register_onexit_function +_o__resetstkoflw +_o__rmdir +_o__rmtmp +_o__scalb +_o__scalbf +_o__searchenv +_o__searchenv_s +_o__set_abort_behavior +_o__set_doserrno +_o__set_errno +_o__set_invalid_parameter_handler +_o__set_new_handler +_o__set_new_mode +_o__set_thread_local_invalid_parameter_handler +_o__seterrormode +_o__setmbcp +_o__setmode +_o__setsystime +_o__sleep +_o__sopen +_o__sopen_dispatch +_o__sopen_s +_o__spawnv +_o__spawnve +_o__spawnvp +_o__spawnvpe +_o__splitpath +_o__splitpath_s +_o__stat32 +_o__stat32i64 +_o__stat64 +_o__stat64i32 +_o__strcoll_l +_o__strdate +_o__strdate_s +_o__strdup +_o__strerror +_o__strerror_s +_o__strftime_l +_o__stricmp +_o__stricmp_l +_o__stricoll +_o__stricoll_l +_o__strlwr +_o__strlwr_l +_o__strlwr_s +_o__strlwr_s_l +_o__strncoll +_o__strncoll_l +_o__strnicmp +_o__strnicmp_l +_o__strnicoll +_o__strnicoll_l +_o__strnset_s +_o__strset_s +_o__strtime +_o__strtime_s +_o__strtod_l +_o__strtof_l +_o__strtoi64 +_o__strtoi64_l +_o__strtol_l +_o__strtold_l +_o__strtoll_l +_o__strtoui64 +_o__strtoui64_l +_o__strtoul_l +_o__strtoull_l +_o__strupr +_o__strupr_l +_o__strupr_s +_o__strupr_s_l +_o__strxfrm_l +_o__swab +_o__tell +_o__telli64 +_o__timespec32_get +_o__timespec64_get +_o__tolower +_o__tolower_l +_o__toupper +_o__toupper_l +_o__towlower_l +_o__towupper_l +_o__tzset +_o__ui64toa +_o__ui64toa_s +_o__ui64tow +_o__ui64tow_s +_o__ultoa +_o__ultoa_s +_o__ultow +_o__ultow_s +_o__umask +_o__umask_s +_o__ungetc_nolock +_o__ungetch +_o__ungetch_nolock +_o__ungetwc_nolock +_o__ungetwch +_o__ungetwch_nolock +_o__unlink +_o__unloaddll +_o__unlock_file +_o__utime32 +_o__utime64 +_o__waccess +_o__waccess_s +_o__wasctime +_o__wasctime_s +_o__wchdir +_o__wchmod +_o__wcreat +_o__wcreate_locale +_o__wcscoll_l +_o__wcsdup +_o__wcserror +_o__wcserror_s +_o__wcsftime_l +_o__wcsicmp +_o__wcsicmp_l +_o__wcsicoll +_o__wcsicoll_l +_o__wcslwr +_o__wcslwr_l +_o__wcslwr_s +_o__wcslwr_s_l +_o__wcsncoll +_o__wcsncoll_l +_o__wcsnicmp +_o__wcsnicmp_l +_o__wcsnicoll +_o__wcsnicoll_l +_o__wcsnset +_o__wcsnset_s +_o__wcsset +_o__wcsset_s +_o__wcstod_l +_o__wcstof_l +_o__wcstoi64 +_o__wcstoi64_l +_o__wcstol_l +_o__wcstold_l +_o__wcstoll_l +_o__wcstombs_l +_o__wcstombs_s_l +_o__wcstoui64 +_o__wcstoui64_l +_o__wcstoul_l +_o__wcstoull_l +_o__wcsupr +_o__wcsupr_l +_o__wcsupr_s +_o__wcsupr_s_l +_o__wcsxfrm_l +_o__wctime32 +_o__wctime32_s +_o__wctime64 +_o__wctime64_s +_o__wctomb_l +_o__wctomb_s_l +_o__wdupenv_s +_o__wexecv +_o__wexecve +_o__wexecvp +_o__wexecvpe +_o__wfdopen +_o__wfindfirst32 +_o__wfindfirst32i64 +_o__wfindfirst64 +_o__wfindfirst64i32 +_o__wfindnext32 +_o__wfindnext32i64 +_o__wfindnext64 +_o__wfindnext64i32 +_o__wfopen +_o__wfopen_s +_o__wfreopen +_o__wfreopen_s +_o__wfsopen +_o__wfullpath +_o__wgetcwd +_o__wgetdcwd +_o__wgetenv +_o__wgetenv_s +_o__wmakepath +_o__wmakepath_s +_o__wmkdir +_o__wmktemp +_o__wmktemp_s +_o__wperror +_o__wpopen +_o__wputenv +_o__wputenv_s +_o__wremove +_o__wrename +_o__write +_o__wrmdir +_o__wsearchenv +_o__wsearchenv_s +_o__wsetlocale +_o__wsopen_dispatch +_o__wsopen_s +_o__wspawnv +_o__wspawnve +_o__wspawnvp +_o__wspawnvpe +_o__wsplitpath +_o__wsplitpath_s +_o__wstat32 +_o__wstat32i64 +_o__wstat64 +_o__wstat64i32 +_o__wstrdate +_o__wstrdate_s +_o__wstrtime +_o__wstrtime_s +_o__wsystem +_o__wtmpnam_s +_o__wtof +_o__wtof_l +_o__wtoi +_o__wtoi64 +_o__wtoi64_l +_o__wtoi_l +_o__wtol +_o__wtol_l +_o__wtoll +_o__wtoll_l +_o__wunlink +_o__wutime32 +_o__wutime64 +_o__y0 +_o__y1 +_o__yn +_o_abort +_o_acos +_o_acosf +_o_acosh +_o_acoshf +_o_acoshl +_o_asctime +_o_asctime_s +_o_asin +_o_asinf +_o_asinh +_o_asinhf +_o_asinhl +_o_atan +_o_atan2 +_o_atan2f +_o_atanf +_o_atanh +_o_atanhf +_o_atanhl +_o_atof +_o_atoi +_o_atol +_o_atoll +_o_bsearch +_o_bsearch_s +_o_btowc +_o_calloc +_o_cbrt +_o_cbrtf +_o_ceil +_o_ceilf +_o_clearerr +_o_clearerr_s +_o_cos +_o_cosf +_o_cosh +_o_coshf +_o_erf +_o_erfc +_o_erfcf +_o_erfcl +_o_erff +_o_erfl +_o_exp +_o_exp2 +_o_exp2f +_o_exp2l +_o_expf +_o_fabs +_o_fclose +_o_feof +_o_ferror +_o_fflush +_o_fgetc +_o_fgetpos +_o_fgets +_o_fgetwc +_o_fgetws +_o_floor +_o_floorf +_o_fma +_o_fmaf +_o_fmal +_o_fmod +_o_fmodf +_o_fopen +_o_fopen_s +_o_fputc +_o_fputs +_o_fputwc +_o_fputws +_o_fread +_o_fread_s +_o_free +_o_freopen +_o_freopen_s +_o_frexp +_o_fseek +_o_fsetpos +_o_ftell +_o_fwrite +_o_getc +_o_getchar +_o_getenv +_o_getenv_s +_o_gets +_o_gets_s +_o_getwc +_o_getwchar +_o_hypot +_o_is_wctype +_o_isalnum +_o_isalpha +_o_isblank +_o_iscntrl +_o_isdigit +_o_isgraph +_o_isleadbyte +_o_islower +_o_isprint +_o_ispunct +_o_isspace +_o_isupper +_o_iswalnum +_o_iswalpha +_o_iswascii +_o_iswblank +_o_iswcntrl +_o_iswctype +_o_iswdigit +_o_iswgraph +_o_iswlower +_o_iswprint +_o_iswpunct +_o_iswspace +_o_iswupper +_o_iswxdigit +_o_isxdigit +_o_ldexp +_o_lgamma +_o_lgammaf +_o_lgammal +_o_llrint +_o_llrintf +_o_llrintl +_o_llround +_o_llroundf +_o_llroundl +_o_localeconv +_o_log +_o_log10 +_o_log10f +_o_log1p +_o_log1pf +_o_log1pl +_o_log2 +_o_log2f +_o_log2l +_o_logb +_o_logbf +_o_logbl +_o_logf +_o_lrint +_o_lrintf +_o_lrintl +_o_lround +_o_lroundf +_o_lroundl +_o_malloc +_o_mblen +_o_mbrlen +_o_mbrtoc16 +_o_mbrtoc32 +_o_mbrtowc +_o_mbsrtowcs +_o_mbsrtowcs_s +_o_mbstowcs +_o_mbstowcs_s +_o_mbtowc +_o_memset +_o_modf +_o_modff +_o_nan +_o_nanf +_o_nanl +_o_nearbyint +_o_nearbyintf +_o_nearbyintl +_o_nextafter +_o_nextafterf +_o_nextafterl +_o_nexttoward +_o_nexttowardf +_o_nexttowardl +_o_pow +_o_powf +_o_putc +_o_putchar +_o_puts +_o_putwc +_o_putwchar +_o_qsort +_o_qsort_s +_o_raise +_o_rand +_o_rand_s +_o_realloc +_o_remainder +_o_remainderf +_o_remainderl +_o_remove +_o_remquo +_o_remquof +_o_remquol +_o_rewind +_o_rint +_o_rintf +_o_rintl +_o_round +_o_roundf +_o_roundl +_o_scalbln +_o_scalblnf +_o_scalblnl +_o_scalbn +_o_scalbnf +_o_scalbnl +_o_set_terminate +_o_setbuf +_o_setvbuf +_o_sin +_o_sinf +_o_sinh +_o_sinhf +_o_sqrt +_o_sqrtf +_o_srand +_o_strcat_s +_o_strcoll +_o_strcpy_s +_o_strerror +_o_strerror_s +_o_strftime +_o_strncat_s +_o_strncpy_s +_o_strtod +_o_strtof +_o_strtok +_o_strtok_s +_o_strtol +_o_strtold +_o_strtoll +_o_strtoul +_o_strtoull +_o_system +_o_tan +_o_tanf +_o_tanh +_o_tanhf +_o_terminate +_o_tgamma +_o_tgammaf +_o_tgammal +_o_tmpfile_s +_o_tmpnam_s +_o_tolower +_o_toupper +_o_towlower +_o_towupper +_o_ungetc +_o_ungetwc +_o_wcrtomb +_o_wcrtomb_s +_o_wcscat_s +_o_wcscoll +_o_wcscpy +_o_wcscpy_s +_o_wcsftime +_o_wcsncat_s +_o_wcsncpy_s +_o_wcsrtombs +_o_wcsrtombs_s +_o_wcstod +_o_wcstof +_o_wcstok +_o_wcstok_s +_o_wcstol +_o_wcstold +_o_wcstoll +_o_wcstombs +_o_wcstombs_s +_o_wcstoul +_o_wcstoull +_o_wctob +_o_wctomb +_o_wctomb_s +_o_wmemcpy_s +_o_wmemmove_s +_purecall +F_I386(_seh_longjmp_unwind@4) +F_I386(_seh_longjmp_unwind4@4) +_set_purecall_handler +_set_se_translator +F_I386(_setjmp3) +longjmp F_X86_ANY(DATA) +memchr +memcmp +memcpy +memmove +set_unexpected +F_X64(setjmp) +strchr +strrchr +strstr +unexpected +wcschr +wcsrchr +wcsstr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-process-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-process-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-process-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-process-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,57 @@ +LIBRARY api-ms-win-crt-process-l1-1-0 + +EXPORTS + +_beep +_cwait +cwait == _cwait +_execl +execl == _execl +_execle +execle == _execle +_execlp +execlp == _execlp +_execlpe +execlpe == _execlpe +_execv +execv == _execv +_execve +execve == _execve +_execvp +execvp == _execvp +_execvpe +execvpe == _execvpe +_loaddll +_spawnl +spawnl == _spawnl +_spawnle +spawnle == _spawnle +_spawnlp +spawnlp == _spawnlp +_spawnlpe +spawnlpe == _spawnlpe +_spawnv +spawnv == _spawnv +_spawnve +spawnve == _spawnve +_spawnvp +spawnvp == _spawnvp +_spawnvpe +spawnvpe == _spawnvpe +_unloaddll +_wexecl +_wexecle +_wexeclp +_wexeclpe +_wexecv +_wexecve +_wexecvp +_wexecvpe +_wspawnl +_wspawnle +_wspawnlp +_wspawnlpe +_wspawnv +_wspawnve +_wspawnvp +_wspawnvpe diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,117 @@ +LIBRARY api-ms-win-crt-runtime-l1-1-0 + +EXPORTS + +#include "func.def.in" + +_Exit +F_I386(__control87_2) +__doserrno +__fpe_flt_rounds +__fpecode +__p___argc +__p___argv +__p___wargv +__p__acmdln +__p__pgmptr +__p__wcmdln +__p__wpgmptr +__pxcptinfoptrs +__sys_errlist +__sys_nerr +__threadhandle +__threadid +__wcserror +__wcserror_s +; DATA set manually +_assert DATA +_beginthread +_beginthreadex +_c_exit +_cexit +_clearfp +_configure_narrow_argv +_configure_wide_argv +_control87 +_controlfp +_controlfp_s +_crt_at_quick_exit +_crt_atexit +_crt_debugger_hook +_endthread +_endthreadex +_errno +_execute_onexit_table +_exit +F_NON_I386(_fpieee_flt) +; DATA added manually +_fpreset DATA +_get_doserrno +_get_errno +_get_initial_narrow_environment +_get_initial_wide_environment +_get_invalid_parameter_handler +_get_narrow_winmain_command_line +_get_pgmptr +_get_terminate +_get_thread_local_invalid_parameter_handler +_get_wide_winmain_command_line +_get_wpgmptr +_getdllprocaddr +_getpid +getpid == _getpid +_initialize_narrow_environment +_initialize_onexit_table +_initialize_wide_environment +_initterm +_initterm_e +_invalid_parameter_noinfo +_invalid_parameter_noinfo_noreturn +_invoke_watson +_query_app_type +_register_onexit_function +_register_thread_local_exe_atexit_callback +_resetstkoflw +_seh_filter_dll +_seh_filter_exe +_set_abort_behavior +_set_app_type +__set_app_type == _set_app_type +_set_controlfp +_set_doserrno +_set_errno +_set_error_mode +_set_invalid_parameter_handler +_set_new_handler +_set_thread_local_invalid_parameter_handler +_seterrormode +_sleep +_statusfp +F_I386(_statusfp2) +_strerror +_strerror_s +_wassert +_wcserror +_wcserror_s +_wperror +_wsystem +abort +exit +feclearexcept +fegetenv +fegetexceptflag +fegetround +feholdexcept +fesetenv +fesetexceptflag +fesetround +fetestexcept +perror +quick_exit +raise +set_terminate +signal +strerror +strerror_s +system +terminate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,193 @@ +LIBRARY api-ms-win-crt-stdio-l1-1-0 + +EXPORTS + +__acrt_iob_func +__p__commode +__p__fmode +__stdio_common_vfprintf +__stdio_common_vfprintf_p +__stdio_common_vfprintf_s +__stdio_common_vfscanf +__stdio_common_vfwprintf +__stdio_common_vfwprintf_p +__stdio_common_vfwprintf_s +__stdio_common_vfwscanf +__stdio_common_vsnprintf_s +__stdio_common_vsnwprintf_s +__stdio_common_vsprintf +__stdio_common_vsprintf_p +__stdio_common_vsprintf_s +__stdio_common_vsscanf +__stdio_common_vswprintf +__stdio_common_vswprintf_p +__stdio_common_vswprintf_s +__stdio_common_vswscanf +_chsize +chsize == _chsize +_chsize_s +_close +close == _close +_commit +_creat +creat == _creat +_dup +dup == _dup +_dup2 +dup2 == _dup2 +_eof +eof == _eof +_fclose_nolock +_fcloseall +_fflush_nolock +_fgetc_nolock +_fgetchar +fgetchar == _fgetchar +_fgetwc_nolock +_fgetwchar +fgetwchar == _fgetwchar +_filelength +filelength == _filelength +_filelengthi64 +_fileno +fileno == _fileno +_flushall +_fputc_nolock +_fputchar +fputchar == _fputchar +_fputwc_nolock +_fputwchar +fputwchar == _fputwchar +_fread_nolock +_fread_nolock_s +_fseek_nolock +_fseeki64 +_fseeki64_nolock +_fsopen +_ftell_nolock +_ftelli64 +_ftelli64_nolock +_fwrite_nolock +_get_fmode +_get_osfhandle +_get_printf_count_output +_get_stream_buffer_pointers +_getc_nolock +_getcwd +getcwd == _getcwd +_getdcwd +_getmaxstdio +_getw +getw == _getw +_getwc_nolock +_getws +_getws_s +_isatty +isatty == _isatty +_kbhit +kbhit == _kbhit +_locking +_lseek +lseek == _lseek +_lseeki64 +_mktemp +mktemp == _mktemp +_mktemp_s +_open +open == _open +_open_osfhandle +_pclose +pclose == _pclose +_pipe +_popen +popen == _popen +_putc_nolock +_putw +putw == _putw +_putwc_nolock +_putws +_read +read == _read +_rmtmp +rmtmp == _rmtmp +_set_fmode +_set_printf_count_output +_setmaxstdio +_setmode +setmode == _setmode +_sopen +sopen == _sopen +_sopen_dispatch +_sopen_s +_tell +tell == _tell +_telli64 +_tempnam +tempnam == _tempnam +_ungetc_nolock +_ungetwc_nolock +_wcreat +_wfdopen +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wmktemp +_wmktemp_s +_wopen +_wpopen +wpopen == _wpopen +_write +write == _write +_wsopen +_wsopen_dispatch +_wsopen_s +_wtempnam +_wtmpnam +_wtmpnam_s +clearerr +clearerr_s +fclose +feof +ferror +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +fopen +fopen_s +fputc +fputs +fputwc +fputws +fread +fread_s +freopen +freopen_s +fseek +fsetpos +ftell +fwrite +getc +getchar +gets +gets_s +getwc +getwchar +putc +putchar +puts +putwc +putwchar +rewind +setbuf +setvbuf +tmpfile +tmpfile_s +tmpnam +tmpnam_s +ungetc +ungetwc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-string-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-string-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-string-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-string-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,211 @@ +LIBRARY api-ms-win-crt-string-l1-1-0 + +EXPORTS + +__isascii +isascii == __isascii +__iscsym +iscsym == __iscsym +__iscsymf +iscsymf == __iscsymf +__iswcsym +__iswcsymf +__strncnt +__wcsncnt +_isalnum_l +_isalpha_l +_isblank_l +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_isprint_l +_ispunct_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswblank_l +_iswcntrl_l +_iswcsym_l +_iswcsymf_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_memccpy +memccpy == _memccpy +_memicmp +memicmp == _memicmp +_memicmp_l +_strcoll_l +_strdup +strdup == _strdup +_stricmp +_strcmpi == _stricmp +strcmpi == _stricmp +stricmp == _stricmp +strcasecmp == _stricmp +_stricmp_l +_stricoll +stricoll == _stricoll +_stricoll_l +_strlwr +strlwr == _strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +strnicmp == _strnicmp +strncasecmp == _strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +strnset == _strnset +_strnset_s +_strrev +strrev == _strrev +_strset +strset == _strset +_strset_s +_strupr +strupr == _strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +_wcscoll_l +_wcsdup +wcsdup == _wcsdup +_wcsicmp +wcsicmp == _wcsicmp +wcscmpi == _wcsicmp +_wcsicmp_l +_wcsicoll +wcsicoll == _wcsicoll +_wcsicoll_l +_wcslwr +wcslwr == _wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +wcsnicmp == _wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +wcsnset == _wcsnset +_wcsnset_s +_wcsrev +wcsrev == _wcsrev +_wcsset +wcsset == _wcsset +_wcsset_s +_wcsupr +wcsupr == _wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctype +is_wctype +isalnum +isalpha +isblank +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswblank +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +mblen +mbrlen +memcpy_s +memmove_s +memset +strcat +strcat_s +strcmp +strcoll +strcpy +strcpy_s +strcspn +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +; strnlen replaced by emu +strpbrk +strspn +strtok +strtok_s +strxfrm +tolower +toupper +towctrans +towlower +towupper +wcscat +wcscat_s +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +; We provide replacement implementation in libmingwex +wcsnlen DATA +wcspbrk +wcsspn +wcstok +wcstok_s +wcsxfrm +wctype +wmemcpy_s +wmemmove_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-time-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-time-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-time-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-time-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,82 @@ +LIBRARY api-ms-win-crt-time-l1-1-0 + +EXPORTS + +_Getdays +_Getmonths +_Gettnames +_Strftime +_W_Getdays +_W_Getmonths +_W_Gettnames +_Wcsftime +__daylight +__dstbias +__timezone +__tzname +_ctime32 +_ctime32_s +_ctime64 +_ctime64_s +_difftime32 +_difftime64 +_ftime == _ftime32 +_ftime32 +_ftime32_s +_ftime64 +_ftime64_s +_futime == _futime32 +_futime32 +_futime64 +_get_daylight +_get_dstbias +_get_timezone +_get_tzname +_getsystime +_gmtime32 +_gmtime32_s +_gmtime64 +_gmtime64_s +_localtime32 +_localtime32_s +_localtime64 +_localtime64_s +_mkgmtime32 +_mkgmtime64 +_mktime32 +_mktime64 +_setsystime +_strdate +_strdate_s +_strftime_l +_strtime +_strtime_s +_time32 +_time64 +_timespec32_get +_timespec64_get +; This is wrapped in the compat code. +_tzset DATA +_utime == _utime32 +utime == _utime32 +_utime32 +_utime64 +_wasctime +_wasctime_s +_wcsftime_l +_wctime32 +_wctime32_s +_wctime64 +_wctime64_s +_wstrdate +_wstrdate_s +_wstrtime +_wstrtime_s +_wutime == _wutime32 +_wutime32 +_wutime64 +asctime +asctime_s +clock +strftime +wcsftime diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-utility-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-utility-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-crt-utility-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-crt-utility-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-crt-utility-l1-1-0 + +EXPORTS + +_abs64 +_byteswap_uint64 +_byteswap_ulong +_byteswap_ushort +_lfind +lfind == _lfind +_lfind_s +_lrotl +_lrotr +_lsearch +lsearch == _lsearch +_lsearch_s +_rotl +_rotl64 +_rotr +_rotr64 +_swab +swab == _swab +abs +bsearch +bsearch_s +div +imaxabs +imaxdiv +labs +ldiv +llabs +lldiv +qsort +qsort_s +rand +rand_s +srand diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +RegisterTraceGuidsW +TraceMessage +UnregisterTraceGuids diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-consumer-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-consumer-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-consumer-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-consumer-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-0 + +EXPORTS + +CloseTrace +OpenTraceW +ProcessTrace diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-controller-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-controller-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-controller-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-controller-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW +EnableTraceEx2 +StartTraceW +StopTraceW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-legacy-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-legacy-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-legacy-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-legacy-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +EnableTrace +EnableTraceEx +FlushTraceW +QueryTraceW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-provider-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-provider-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-eventing-provider-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-eventing-provider-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-eventing-provider-l1-1-0 + +EXPORTS + +EventActivityIdControl +EventRegister +EventSetInformation +EventUnregister +EventWrite +EventWriteEx +EventWriteString +EventWriteTransfer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-gaming-tcui-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-gaming-tcui-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-gaming-tcui-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-gaming-tcui-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-0 + +EXPORTS + +ProcessPendingGameUI +ShowChangeFriendRelationshipUI +ShowGameInviteUI +ShowPlayerPickerUI +ShowProfileCardUI +ShowTitleAchievementsUI +TryCancelPendingGameUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-0 + +EXPORTS + +RoGetMetaDataFile +RoParseTypeName +RoResolveNamespace diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptReleaseContext diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-stream-winrt-l1-1-0 + +EXPORTS + +CreateRandomAccessStreamOnFile +CreateRandomAccessStreamOverStream +CreateStreamOverRandomAccessStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/appmgmts.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/appmgmts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/appmgmts.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/appmgmts.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +; +; Exports of file APPMGMTS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY APPMGMTS.dll +EXPORTS +CsSetOptions +CsCreateClassStore +CsEnumApps +CsGetAppCategories +CsGetClassAccess +CsGetClassStore +CsGetClassStorePath +CsRegisterAppCategory +CsServerGetClassStore +CsUnregisterAppCategory +GenerateGroupPolicy +IID_IClassAdmin +ProcessGroupPolicyObjectsEx +ReleaseAppCategoryInfoList +ReleasePackageDetail +ReleasePackageInfo +ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/appmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/appmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/appmgr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/appmgr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file SNAPIN.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SNAPIN.DLL +EXPORTS +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +GenerateScript diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/asycfilt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/asycfilt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/asycfilt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/asycfilt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file ASYCFILT.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ASYCFILT.dll +EXPORTS +DllCanUnloadNow +FilterCreateInstance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/atl.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/atl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/atl.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/atl.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,57 @@ +; +; Definition file of ATL.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "ATL.DLL" +EXPORTS +AtlAdvise +AtlUnadvise +AtlFreeMarshalStream +AtlMarshalPtrInProc +AtlUnmarshalPtr +AtlModuleGetClassObject +AtlModuleInit +AtlModuleRegisterClassObjects +AtlModuleRegisterServer +AtlModuleRegisterTypeLib +AtlModuleRevokeClassObjects +AtlModuleTerm +AtlModuleUnregisterServer +AtlModuleUpdateRegistryFromResourceD +AtlWaitWithMessageLoop +AtlSetErrorInfo +AtlCreateTargetDC +AtlHiMetricToPixel +AtlPixelToHiMetric +AtlDevModeW2A +AtlComPtrAssign +AtlComQIPtrAssign +AtlInternalQueryInterface +AtlGetVersion +AtlAxDialogBoxW +AtlAxDialogBoxA +AtlAxCreateDialogW +AtlAxCreateDialogA +AtlAxCreateControl +AtlAxCreateControlEx +AtlAxAttachControl +AtlAxWinInit +AtlModuleAddCreateWndData +AtlModuleExtractCreateWndData +AtlModuleRegisterWndClassInfoW +AtlModuleRegisterWndClassInfoA +AtlAxGetControl +AtlAxGetHost +AtlRegisterClassCategoriesHelper +AtlIPersistStreamInit_Load +AtlIPersistStreamInit_Save +AtlIPersistPropertyBag_Load +AtlIPersistPropertyBag_Save +AtlGetObjectSourceInterface +AtlModuleUnRegisterTypeLib +AtlModuleLoadTypeLib +AtlModuleUnregisterServerEx +AtlModuleAddTermFunc +AtlSetErrorInfo2 +AtlIPersistStreamInit_GetSizeMax diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/audiosrv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/audiosrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/audiosrv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/audiosrv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file AUDIOSRV.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY AUDIOSRV.dll +EXPORTS +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/avrt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/avrt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/avrt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/avrt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of AVRT.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "AVRT.dll" +EXPORTS +AvQuerySystemResponsiveness +AvRevertMmThreadCharacteristics +AvRtCreateThreadOrderingGroup +AvRtCreateThreadOrderingGroupExA +AvRtCreateThreadOrderingGroupExW +AvRtDeleteThreadOrderingGroup +AvRtJoinThreadOrderingGroup +AvRtLeaveThreadOrderingGroup +AvRtWaitOnThreadOrderingGroup +AvSetMmMaxThreadCharacteristicsA +AvSetMmMaxThreadCharacteristicsW +AvSetMmThreadCharacteristicsA +AvSetMmThreadCharacteristicsW +AvSetMmThreadPriority diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/azroles.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/azroles.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/azroles.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/azroles.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +; +; Exports of file azroles.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY azroles.DLL +EXPORTS +AzAddPropertyItem +AzApplicationClose +AzApplicationCreate +AzApplicationDelete +AzApplicationEnum +AzApplicationOpen +AzAuthorizationStoreDelete +AzCloseHandle +AzContextAccessCheck +AzContextGetAssignedScopesPage +AzContextGetRoles +AzFreeMemory +AzGetProperty +AzGroupCreate +AzGroupDelete +AzGroupEnum +AzGroupOpen +AzInitialize +AzInitializeContextFromName +AzInitializeContextFromToken +AzOperationCreate +AzOperationDelete +AzOperationEnum +AzOperationOpen +AzRemovePropertyItem +AzRoleCreate +AzRoleDelete +AzRoleEnum +AzRoleOpen +AzScopeCreate +AzScopeDelete +AzScopeEnum +AzScopeOpen +AzSetProperty +AzSubmit +AzTaskCreate +AzTaskDelete +AzTaskEnum +AzTaskOpen +AzUpdateCache +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/basesrv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/basesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/basesrv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/basesrv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Definition file of BASESRV.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "BASESRV.dll" +EXPORTS +BaseGetProcessCrtlRoutine +BaseSetProcessCreateNotify +BaseSrvNlsLogon +BaseSrvNlsUpdateRegistryCache +BaseSrvRegisterSxS +ServerDllInitialization diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/bcrypt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/bcrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/bcrypt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/bcrypt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,65 @@ +LIBRARY "bcrypt.dll" +EXPORTS +BCryptAddContextFunction +BCryptAddContextFunctionProvider +BCryptCloseAlgorithmProvider +BCryptConfigureContext +BCryptConfigureContextFunction +BCryptCreateContext +BCryptCreateHash +BCryptCreateMultiHash +BCryptDecrypt +BCryptDeleteContext +BCryptDeriveKey +BCryptDeriveKeyCapi +BCryptDeriveKeyPBKDF2 +BCryptDestroyHash +BCryptDestroyKey +BCryptDestroySecret +BCryptDuplicateHash +BCryptDuplicateKey +BCryptEncrypt +BCryptEnumAlgorithms +BCryptEnumContextFunctionProviders +BCryptEnumContextFunctions +BCryptEnumContexts +BCryptEnumProviders +BCryptEnumRegisteredProviders +BCryptExportKey +BCryptFinalizeKeyPair +BCryptFinishHash +BCryptFreeBuffer +BCryptGenRandom +BCryptGenerateKeyPair +BCryptGenerateSymmetricKey +BCryptGetFipsAlgorithmMode +BCryptGetProperty +BCryptHashData +BCryptImportKey +BCryptImportKeyPair +BCryptKeyDerivation +BCryptOpenAlgorithmProvider +BCryptProcessMultiOperations +BCryptQueryContextConfiguration +BCryptQueryContextFunctionConfiguration +BCryptQueryContextFunctionProperty +BCryptQueryProviderRegistration +BCryptRegisterConfigChangeNotify +BCryptRegisterProvider +BCryptRemoveContextFunction +BCryptRemoveContextFunctionProvider +BCryptResolveProviders +BCryptSecretAgreement +BCryptSetAuditingInterface +BCryptSetContextFunctionProperty +BCryptSetProperty +BCryptSignHash +BCryptUnregisterConfigChangeNotify +BCryptUnregisterProvider +BCryptVerifySignature +GetAsymmetricEncryptionInterface +GetCipherInterface +GetHashInterface +GetRngInterface +GetSecretAgreementInterface +GetSignatureInterface diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/bootvid.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/bootvid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/bootvid.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/bootvid.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of BOOTVID.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "BOOTVID.dll" +EXPORTS +VidBitBlt +VidBitBltEx +VidBufferToScreenBlt +VidCleanUp +VidDisplayString +VidDisplayStringXY +VidInitialize +VidResetDisplay +VidScreenToBufferBlt +VidSetScrollRegion +VidSetTextColor +VidSolidColorFill diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/browcli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/browcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/browcli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/browcli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of browcli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "browcli.dll" +EXPORTS +I_BrowserDebugCall +I_BrowserDebugTrace +I_BrowserQueryEmulatedDomains +I_BrowserQueryOtherDomains +I_BrowserQueryStatistics +I_BrowserResetNetlogonState +I_BrowserResetStatistics +I_BrowserServerEnum +I_BrowserSetNetlogonState +NetBrowserStatisticsGet +NetServerEnum +NetServerEnumEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/browser.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/browser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/browser.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/browser.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file browser.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY browser.dll +EXPORTS +I_BrowserServerEnumForXactsrv +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/bthci.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/bthci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/bthci.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/bthci.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MSPORTS.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSPORTS.DLL +EXPORTS +BluetoothClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cabinet.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cabinet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cabinet.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cabinet.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +; +; Definition file of Cabinet.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "Cabinet.dll" +EXPORTS +GetDllVersion +Extract +DeleteExtractedFiles +FCICreate +FCIAddFile +FCIFlushFolder +FCIFlushCabinet +FCIDestroy +FDICreate +FDIIsCabinet +FDICopy +FDIDestroy +FDITruncateCabinet +CreateCompressor +SetCompressorInformation +QueryCompressorInformation +Compress +ResetCompressor +CloseCompressor +CreateDecompressor +SetDecompressorInformation +QueryDecompressorInformation +Decompress +ResetDecompressor +CloseDecompressor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cabview.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cabview.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cabview.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cabview.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file CABVIEW.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY CABVIEW.dll +EXPORTS +Uninstall +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cfgbkend.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cfgbkend.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cfgbkend.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cfgbkend.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Definition file of CfgBkEnd.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "CfgBkEnd.DLL" +EXPORTS +CLSID_CfgComp +IID_ICfgComp +IID_ISettingsComp +IID_ISettingsComp2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/clbcatq.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/clbcatq.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/clbcatq.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/clbcatq.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,63 @@ +#include "func.def.in" + +LIBRARY CLBCatQ.DLL +EXPORTS +ActivatorUpdateForIsRouterChanges +; void __cdecl ClearList(class CStructArray * __ptr64) +F_X64(?ClearList@@YAXPEAVCStructArray@@@Z) +CoRegCleanup +; long __cdecl CreateComponentLibraryTS(unsigned short const * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) +F_X64(?CreateComponentLibraryTS@@YAJPEBGJPEAPEAUIComponentRecords@@@Z) +; long __cdecl DataConvert(unsigned short,unsigned short,unsigned long,unsigned long * __ptr64,void * __ptr64,void * __ptr64,unsigned long,unsigned long,unsigned long * __ptr64,unsigned char,unsigned char,unsigned long) +F_X64(?DataConvert@@YAJGGKPEAKPEAX1KK0EEK@Z) +DeleteAllActivatorsForClsid +; void __cdecl DestroyStgDatabase(class StgDatabase * __ptr64) +F_X64(?DestroyStgDatabase@@YAXPEAVStgDatabase@@@Z) +DowngradeAPL +; long __cdecl GetDataConversion(struct IDataConvert * __ptr64 * __ptr64) +F_X64(?GetDataConversion@@YAJPEAPEAUIDataConvert@@@Z) +; class CGetDataConversion * __ptr64 __cdecl GetDataConvertObject(void) +F_X64(?GetDataConvertObject@@YAPEAVCGetDataConversion@@XZ) +GetGlobalBabyJITEnabled +; long __cdecl GetPropValue(unsigned short,long * __ptr64,void * __ptr64,int,int * __ptr64,struct tagDBPROP & __ptr64) +F_X64(?GetPropValue@@YAJGPEAJPEAXHPEAHAEAUtagDBPROP@@@Z) +; long __cdecl GetStgDatabase(class StgDatabase * __ptr64 * __ptr64) +F_X64(?GetStgDatabase@@YAJPEAPEAVStgDatabase@@@Z) +; void __cdecl InitErrors(unsigned long * __ptr64) +F_X64(?InitErrors@@YAXPEAK@Z) +; long __cdecl OpenComponentLibrarySharedTS(unsigned short const * __ptr64,unsigned short const * __ptr64,unsigned long,struct _SECURITY_ATTRIBUTES * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) +F_X64(?OpenComponentLibrarySharedTS@@YAJPEBG0KPEAU_SECURITY_ATTRIBUTES@@JPEAPEAUIComponentRecords@@@Z) +; long __cdecl OpenComponentLibraryTS(unsigned short const * __ptr64,long,struct IComponentRecords * __ptr64 * __ptr64) +F_X64(?OpenComponentLibraryTS@@YAJPEBGJPEAPEAUIComponentRecords@@@Z) +; long __cdecl PostError(long,...) +F_X64(?PostError@@YAJJZZ) +; void __cdecl ShutDownDataConversion(void) +F_X64(?ShutDownDataConversion@@YAXXZ) +UpdateFromAppChange +UpdateFromComponentChange +CLSIDFromStringByBitness +CheckMemoryGates +ComPlusEnablePartitions +ComPlusEnableRemoteAccess +ComPlusMigrate +ComPlusPartitionsEnabled +ComPlusRemoteAccessEnabled +CreateComponentLibraryEx +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +GetCatalogObject +GetCatalogObject2 +GetComputerObject +GetSimpleTableDispenser +InprocServer32FromString +OpenComponentLibraryEx +OpenComponentLibraryOnMemEx +OpenComponentLibraryOnStreamEx +OpenComponentLibrarySharedEx +ServerGetApplicationType +SetSetupOpen +SetSetupSave +SetupOpen +SetupSave diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/clb.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/clb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/clb.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/clb.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file clb.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY clb.dll +EXPORTS +ClbAddData +ClbSetColumnWidths +ClbStyleW +ClbWndProc +CustomControlInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cliconfg.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cliconfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cliconfg.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cliconfg.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file CLICONFG.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY CLICONFG.DLL +EXPORTS +CPlApplet +ClientConfigureAddEdit +OnInitDialogMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/clusapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/clusapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/clusapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/clusapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,203 @@ +; +; Definition file of CLUSAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "CLUSAPI.dll" +EXPORTS +CCHlpAddNodeUpdateCluster +CCHlpConfigureNode +CCHlpCreateClusterNameCOIfNotExists +CCHlpGetClusterServiceSecret +CCHlpGetDNSHostLabel +CCHlpRestoreClusterVirtualObjectToInitialState +AddClusterNode +AddClusterResourceDependency +AddClusterResourceNode +AddResourceToClusterSharedVolumes +BackupClusterDatabase +CanResourceBeDependent +CancelClusterGroupOperation +ChangeClusterResourceGroup +CloseCluster +CloseClusterGroup +CloseClusterNetInterface +CloseClusterNetwork +CloseClusterNode +CloseClusterNotifyPort +CloseClusterResource +ClusterCloseEnum +ClusterCloseEnumEx +ClusterControl +ClusterEnum +ClusterEnumEx +ClusterFreeMemory +ClusterFreeMrrResponse +ClusterGetEnumCount +ClusterGetEnumCountEx +ClusterGroupCloseEnum +ClusterGroupCloseEnumEx +ClusterGroupControl +ClusterGroupEnum +ClusterGroupEnumEx +ClusterGroupGetEnumCount +ClusterGroupGetEnumCountEx +ClusterGroupOpenEnum +ClusterGroupOpenEnumEx +ClusterNetInterfaceControl +ClusterNetworkCloseEnum +ClusterNetworkControl +ClusterNetworkEnum +ClusterNetworkGetEnumCount +ClusterNetworkOpenEnum +ClusterNodeCloseEnum +ClusterNodeCloseEnumEx +ClusterNodeControl +ClusterNodeEnum +ClusterNodeEnumEx +ClusterNodeGetEnumCount +ClusterNodeGetEnumCountEx +ClusterNodeOpenEnum +ClusterNodeOpenEnumEx +ClusterOpenEnum +ClusterOpenEnumEx +ClusterRegBatchAddCommand +ClusterRegBatchCloseNotification +ClusterRegBatchReadCommand +ClusterRegCloseBatch +ClusterRegCloseBatchEx +ClusterRegCloseBatchNotifyPort +ClusterRegCloseKey +ClusterRegCloseReadBatch +ClusterRegCloseReadBatchReply +ClusterRegCreateBatch +ClusterRegCreateBatchNotifyPort +ClusterRegCreateKey +ClusterRegCreateKeyForceSync +ClusterRegCreateReadBatch +ClusterRegDeleteKey +ClusterRegDeleteKeyForceSync +ClusterRegDeleteValue +ClusterRegDeleteValueForceSync +ClusterRegEnumKey +ClusterRegEnumValue +ClusterRegGetBatchNotification +ClusterRegGetKeySecurity +ClusterRegOpenKey +ClusterRegQueryAllValues +ClusterRegQueryInfoKey +ClusterRegQueryValue +ClusterRegReadBatchAddCommand +ClusterRegReadBatchReplyNextCommand +ClusterRegSetKeySecurity +ClusterRegSetValue +ClusterRegSetValueForceSync +ClusterRegSyncDatabase +ClusterResourceCloseEnum +ClusterResourceCloseEnumEx +ClusterResourceControl +ClusterResourceEnum +ClusterResourceEnumEx +ClusterResourceGetEnumCount +ClusterResourceGetEnumCountEx +ClusterResourceOpenEnum +ClusterResourceOpenEnumEx +ClusterResourceTypeCloseEnum +ClusterResourceTypeControl +ClusterResourceTypeEnum +ClusterResourceTypeGetEnumCount +ClusterResourceTypeOpenEnum +ClusterSendReceiveMrr +ClusterSharedVolumeClearBackupState +ClusterSharedVolumeSetSnapshotState +ClusterStmFindDisk +CreateCluster +CreateClusterGroup +CreateClusterGroupEx +CreateClusterManagementPoint +CreateClusterNotifyPort +CreateClusterNotifyPortV2 +CreateClusterResource +CreateClusterResourceType +CreateClusterResourceWithId +DeleteClusterGroup +DeleteClusterResource +DeleteClusterResourceType +DestroyCluster +DestroyClusterGroup +EvictClusterNode +EvictClusterNodeEx +FailClusterResource +GetClusterFromGroup +GetClusterFromNetInterface +GetClusterFromNetwork +GetClusterFromNode +GetClusterFromResource +GetClusterGroupKey +GetClusterGroupState +GetClusterInformation +GetClusterKey +GetClusterNetInterface +GetClusterNetInterfaceKey +GetClusterNetInterfaceState +GetClusterNetworkId +GetClusterNetworkKey +GetClusterNetworkState +GetClusterNodeId +GetClusterNodeKey +GetClusterNodeState +GetClusterNotify +GetClusterNotifyV2 +GetClusterQuorumResource +GetClusterResourceDependencyExpression +GetClusterResourceKey +GetClusterResourceNetworkName +GetClusterResourceState +GetClusterResourceTypeKey +GetClusterSharedVolumeNameForFile +GetNodeClusterState +GetNotifyEventHandle +IsFileOnClusterSharedVolume +MoveClusterGroup +MoveClusterGroupEx +OfflineClusterGroup +OfflineClusterGroupEx +OfflineClusterResource +OfflineClusterResourceEx +OnlineClusterGroup +OnlineClusterGroupEx +OnlineClusterResource +OnlineClusterResourceEx +OpenCluster +OpenClusterEx +OpenClusterEx2 +OpenClusterGroup +OpenClusterGroupEx +OpenClusterNetInterface +OpenClusterNetInterfaceEx +OpenClusterNetwork +OpenClusterNetworkEx +OpenClusterNode +OpenClusterNodeEx +OpenClusterResource +OpenClusterResourceEx +PauseClusterNode +PauseClusterNodeEx +RegisterClusterNotify +RegisterClusterNotifyV2 +RemoveClusterResourceDependency +RemoveClusterResourceNode +RemoveResourceFromClusterSharedVolumes +RestartClusterResource +RestoreClusterDatabase +ResumeClusterNode +ResumeClusterNodeEx +SetClusterGroupName +SetClusterGroupNodeList +SetClusterName +SetClusterNetworkName +SetClusterNetworkPriorityOrder +SetClusterQuorumResource +SetClusterResourceDependencyExpression +SetClusterResourceName +SetClusterServiceAccountPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cnvfat.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cnvfat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cnvfat.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cnvfat.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file CUFAT.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY CUFAT.dll +EXPORTS +IsConversionAvailable +ConvertFAT diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/colbact.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/colbact.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/colbact.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/colbact.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Exports of file colbact.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY colbact.DLL +EXPORTS +DllGetClassObject +DllRegisterServer +DllUnregisterServer +GetClassInfoForCurrentUser +GetDefaultPartitionForCurrentUser +GetDefaultPartitionForSid +PartitionAccessCheck diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/comctl32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/comctl32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/comctl32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/comctl32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,125 @@ +LIBRARY COMCTL32.dll +EXPORTS +MenuHelp +ShowHideMenuCtl +GetEffectiveClientRect +DrawStatusTextA +CreateStatusWindowA +CreateToolbar +CreateMappedBitmap +DPA_LoadStream +DPA_SaveStream +DPA_Merge +CreatePropertySheetPage +MakeDragList +LBItemFromPt +DrawInsert +CreateUpDownControl +InitCommonControls +CreatePropertySheetPageA +CreatePropertySheetPageW +CreateStatusWindow +CreateStatusWindowW +CreateToolbarEx +DestroyPropertySheetPage +DllGetVersion +DllInstall +DrawStatusText +DrawStatusTextW +FlatSB_EnableScrollBar +FlatSB_GetScrollInfo +FlatSB_GetScrollPos +FlatSB_GetScrollProp +FlatSB_GetScrollPropPtr +FlatSB_GetScrollRange +FlatSB_SetScrollInfo +FlatSB_SetScrollPos +FlatSB_SetScrollProp +FlatSB_SetScrollRange +FlatSB_ShowScrollBar +GetMUILanguage +ImageList_Add +ImageList_AddIcon +ImageList_AddMasked +ImageList_BeginDrag +ImageList_Copy +ImageList_Create +ImageList_Destroy +ImageList_DragEnter +ImageList_DragLeave +ImageList_DragMove +ImageList_DragShowNolock +ImageList_Draw +ImageList_DrawEx +ImageList_DrawIndirect +ImageList_Duplicate +ImageList_EndDrag +ImageList_GetBkColor +ImageList_GetDragImage +ImageList_GetFlags +ImageList_GetIcon +ImageList_GetIconSize +ImageList_GetImageCount +ImageList_GetImageInfo +ImageList_GetImageRect +ImageList_LoadImage +ImageList_LoadImageA +ImageList_LoadImageW +ImageList_Merge +ImageList_Read +ImageList_Remove +ImageList_Replace +ImageList_ReplaceIcon +ImageList_SetBkColor +ImageList_SetDragCursorImage +ImageList_SetFilter +ImageList_SetFlags +ImageList_SetIconSize +ImageList_SetImageCount +ImageList_SetOverlayImage +ImageList_Write +InitCommonControlsEx +InitMUILanguage +InitializeFlatSB +LoadIconMetric +PropertySheet +PropertySheetA +PropertySheetW +RegisterClassNameW +UninitializeFlatSB +_TrackMouseEvent +FreeMRUList +Str_SetPtrW +DSA_Create +DSA_Destroy +DSA_GetItem +DSA_GetItemPtr +DSA_InsertItem +DSA_SetItem +DSA_DeleteItem +DSA_DeleteAllItems +DPA_Create +DPA_Destroy +DPA_Grow +DPA_Clone +DPA_GetPtr +DPA_GetPtrIndex +DPA_InsertPtr +DPA_SetPtr +DPA_DeletePtr +DPA_DeleteAllPtrs +DPA_Sort +DPA_Search +DPA_CreateEx +DPA_EnumCallback +DPA_DestroyCallback +DSA_EnumCallback +DSA_DestroyCallback +CreateMRUListW +AddMRUStringW +EnumMRUListW +SetWindowSubclass +RemoveWindowSubclass +DefSubclassProc +TaskDialog +TaskDialogIndirect diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/comdlg32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/comdlg32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/comdlg32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/comdlg32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,34 @@ +; +; Exports of file comdlg32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY comdlg32.dll +EXPORTS +ChooseColorA +ChooseColorW +ChooseFontA +ChooseFontW +CommDlgExtendedError +FindTextA +FindTextW +GetFileTitleA +GetFileTitleW +GetOpenFileNameA +GetOpenFileNameW +GetSaveFileNameA +GetSaveFileNameW +LoadAlterBitmap +PageSetupDlgA +PageSetupDlgW +PrintDlgA +PrintDlgExA +PrintDlgExW +PrintDlgW +ReplaceTextA +ReplaceTextW +Ssync_ANSI_UNICODE_Struct_For_WOW +WantArrows +dwLBSubclass +dwOKSubclass diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/compstui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/compstui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/compstui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/compstui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file COMPSTUI.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY COMPSTUI.dll +EXPORTS +CommonPropertySheetUIA +CommonPropertySheetUIW +GetCPSUIUserData +SetCPSUIUserData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/comsnap.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/comsnap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/comsnap.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/comsnap.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file ComSnap.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ComSnap.DLL +EXPORTS +InstallDsExtension +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/comuid.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/comuid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/comuid.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/comuid.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file ComUID.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ComUID.DLL +EXPORTS +CreateDCOMSecurityUIPage +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/connect.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/connect.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/connect.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/connect.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +; +; Definition file of connect.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "connect.dll" +EXPORTS +AddConnectionOptionListEntries +CreateVPNConnection +GetInternetConnected +GetNetworkConnected +GetVPNConnected +HrIsInternetConnected +HrIsInternetConnectedGUID +IsInternetConnected +IsInternetConnectedGUID +IsUniqueConnectionName +RegisterPageWithPage +UnregisterPage +UnregisterPagesLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/console.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/console.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/console.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/console.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file Console.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY Console.dll +EXPORTS +CPlApplet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/credui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/credui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/credui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/credui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +; +; Definition file of credui.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "credui.dll" +EXPORTS +CredPackAuthenticationBufferA +CredPackAuthenticationBufferW +CredUICmdLinePromptForCredentialsA +CredUICmdLinePromptForCredentialsW +CredUIConfirmCredentialsA +CredUIConfirmCredentialsW +CredUIInitControls +CredUIParseUserNameA +CredUIParseUserNameW +CredUIPromptForCredentialsA +CredUIPromptForCredentialsW +CredUIPromptForWindowsCredentialsA +CredUIPromptForWindowsCredentialsW +CredUIPromptForWindowsCredentialsWorker +CredUIReadSSOCredA +CredUIReadSSOCredW +CredUIStoreSSOCredA +CredUIStoreSSOCredW +CredUnPackAuthenticationBufferA +CredUnPackAuthenticationBufferW +SspiGetCredUIContext +SspiIsPromptingNeeded +SspiPromptForCredentialsA +SspiPromptForCredentialsW +SspiUnmarshalCredUIContext +SspiUpdateCredentials diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/crypt32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/crypt32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/crypt32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/crypt32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,300 @@ +LIBRARY "CRYPT32.dll" +EXPORTS +ChainWlxLogoffEvent +CloseCertPerformanceData +CollectCertPerformanceData +OpenCertPerformanceData +CryptObjectLocatorFree +CryptObjectLocatorGet +CryptObjectLocatorGetContent +CryptObjectLocatorGetUpdated +CryptObjectLocatorInitialize +CryptObjectLocatorIsChanged +CryptObjectLocatorRelease +I_PFXImportCertStoreEx +CertAddCRLContextToStore +CertAddCRLLinkToStore +CertAddCTLContextToStore +CertAddCTLLinkToStore +CertAddCertificateContextToStore +CertAddCertificateLinkToStore +CertAddEncodedCRLToStore +CertAddEncodedCTLToStore +CertAddEncodedCertificateToStore +CertAddEncodedCertificateToSystemStoreA +CertAddEncodedCertificateToSystemStoreW +CertAddEnhancedKeyUsageIdentifier +CertAddRefServerOcspResponse +CertAddRefServerOcspResponseContext +CertAddSerializedElementToStore +CertAddStoreToCollection +CertAlgIdToOID +CertCloseServerOcspResponse +CertCloseStore +CertCompareCertificate +CertCompareCertificateName +CertCompareIntegerBlob +CertComparePublicKeyInfo +CertControlStore +CertCreateCRLContext +CertCreateCTLContext +CertCreateCTLEntryFromCertificateContextProperties +CertCreateCertificateChainEngine +CertCreateCertificateContext +CertCreateContext +CertCreateSelfSignCertificate +CertDeleteCRLFromStore +CertDeleteCTLFromStore +CertDeleteCertificateFromStore +CertDuplicateCRLContext +CertDuplicateCTLContext +CertDuplicateCertificateChain +CertDuplicateCertificateContext +CertDuplicateStore +CertEnumCRLContextProperties +CertEnumCRLsInStore +CertEnumCTLContextProperties +CertEnumCTLsInStore +CertEnumCertificateContextProperties +CertEnumCertificatesInStore +CertEnumPhysicalStore +CertEnumSubjectInSortedCTL +CertEnumSystemStore +CertEnumSystemStoreLocation +CertFindAttribute +CertFindCRLInStore +CertFindCTLInStore +CertFindCertificateInCRL +CertFindCertificateInStore +CertFindChainInStore +CertFindExtension +CertFindRDNAttr +CertFindSubjectInCTL +CertFindSubjectInSortedCTL +CertFreeCRLContext +CertFreeCTLContext +CertFreeCertificateChain +CertFreeCertificateChainEngine +CertFreeCertificateChainList +CertFreeCertificateContext +CertFreeServerOcspResponseContext +CertGetCRLContextProperty +CertGetCRLFromStore +CertGetCTLContextProperty +CertGetCertificateChain +CertGetCertificateContextProperty +CertGetEnhancedKeyUsage +CertGetIntendedKeyUsage +CertGetIssuerCertificateFromStore +CertGetNameStringA +CertGetNameStringW +CertGetPublicKeyLength +CertGetServerOcspResponseContext +CertGetStoreProperty +CertGetSubjectCertificateFromStore +CertGetValidUsages +CertIsRDNAttrsInCertificateName +CertIsStrongHashToSign +CertIsValidCRLForCertificate +CertIsWeakHash +CertNameToStrA +CertNameToStrW +CertOIDToAlgId +CertOpenServerOcspResponse +CertOpenStore +CertOpenSystemStoreA +CertOpenSystemStoreW +CertRDNValueToStrA +CertRDNValueToStrW +CertRegisterPhysicalStore +CertRegisterSystemStore +CertRemoveEnhancedKeyUsageIdentifier +CertRemoveStoreFromCollection +CertResyncCertificateChainEngine +CertRetrieveLogoOrBiometricInfo +CertSaveStore +CertSelectCertificateChains +CertSerializeCRLStoreElement +CertSerializeCTLStoreElement +CertSerializeCertificateStoreElement +CertSetCRLContextProperty +CertSetCTLContextProperty +CertSetCertificateContextPropertiesFromCTLEntry +CertSetCertificateContextProperty +CertSetEnhancedKeyUsage +CertSetStoreProperty +CertStrToNameA +CertStrToNameW +CertUnregisterPhysicalStore +CertUnregisterSystemStore +CertVerifyCRLRevocation +CertVerifyCRLTimeValidity +CertVerifyCTLUsage +CertVerifyCertificateChainPolicy +CertVerifyRevocation +CertVerifySubjectCertificateContext +CertVerifyTimeValidity +CertVerifyValidityNesting +CryptAcquireCertificatePrivateKey +CryptBinaryToStringA +CryptBinaryToStringW +CryptCloseAsyncHandle +CryptCreateAsyncHandle +CryptCreateKeyIdentifierFromCSP +CryptDecodeMessage +CryptDecodeObject +CryptDecodeObjectEx +CryptDecryptAndVerifyMessageSignature +CryptDecryptMessage +CryptEncodeObject +CryptEncodeObjectEx +CryptEncryptMessage +CryptEnumKeyIdentifierProperties +CryptEnumOIDFunction +CryptEnumOIDInfo +CryptExportPKCS8 +CryptExportPublicKeyInfo +CryptExportPublicKeyInfoEx +CryptExportPublicKeyInfoFromBCryptKeyHandle +CryptFindCertificateKeyProvInfo +CryptFindLocalizedName +CryptFindOIDInfo +CryptFormatObject +CryptFreeOIDFunctionAddress +CryptGetAsyncParam +CryptGetDefaultOIDDllList +CryptGetDefaultOIDFunctionAddress +CryptGetKeyIdentifierProperty +CryptGetMessageCertificates +CryptGetMessageSignerCount +CryptGetOIDFunctionAddress +CryptGetOIDFunctionValue +CryptGetDefaultProviderA +CryptGetDefaultProviderW +CryptHashCertificate +CryptHashCertificate2 +CryptHashMessage +CryptHashPublicKeyInfo +CryptHashToBeSigned +CryptImportPKCS8 +CryptImportPublicKeyInfo +CryptImportPublicKeyInfoEx +CryptImportPublicKeyInfoEx2 +CryptInitOIDFunctionSet +CryptInstallDefaultContext +CryptInstallOIDFunctionAddress +CryptLoadSip +CryptMemAlloc +CryptMemFree +CryptMemRealloc +CryptMsgCalculateEncodedLength +CryptMsgClose +CryptMsgControl +CryptMsgCountersign +CryptMsgCountersignEncoded +CryptMsgDuplicate +CryptMsgEncodeAndSignCTL +CryptMsgGetAndVerifySigner +CryptMsgGetParam +CryptMsgOpenToDecode +CryptMsgOpenToEncode +CryptMsgSignCTL +CryptMsgUpdate +CryptMsgVerifyCountersignatureEncoded +CryptMsgVerifyCountersignatureEncodedEx +CryptProtectData +CryptProtectMemory +CryptQueryObject +CryptRegisterDefaultOIDFunction +CryptRegisterOIDFunction +CryptRegisterOIDInfo +CryptRetrieveTimeStamp +CryptSIPAddProvider +CryptSIPCreateIndirectData +CryptSIPGetCaps +CryptSIPGetSealedDigest +CryptSIPGetSignedDataMsg +CryptSIPLoad +CryptSIPPutSignedDataMsg +CryptSIPRemoveProvider +CryptSIPRemoveSignedDataMsg +CryptSIPRetrieveSubjectGuid +CryptSIPRetrieveSubjectGuidForCatalogFile +CryptSIPVerifyIndirectData +CryptSetAsyncParam +CryptSetKeyIdentifierProperty +CryptSetOIDFunctionValue +CryptSignAndEncodeCertificate +CryptSignAndEncryptMessage +CryptSignCertificate +CryptSignMessage +CryptSignMessageWithKey +CryptStringToBinaryA +CryptStringToBinaryW +CryptUninstallDefaultContext +CryptUnprotectData +CryptUnprotectMemory +CryptUnregisterDefaultOIDFunction +CryptUnregisterOIDFunction +CryptUnregisterOIDInfo +CryptUpdateProtectedState +CryptVerifyCertificateSignature +CryptVerifyCertificateSignatureEx +CryptVerifyDetachedMessageHash +CryptVerifyDetachedMessageSignature +CryptVerifyMessageHash +CryptVerifyMessageSignature +CryptVerifyMessageSignatureWithKey +CryptVerifyTimeStampSignature +I_CertChainEngineIsDisallowedCertificate +I_CertDiagControl +I_CertFinishSslHandshake +I_CertProcessSslHandshake +I_CertProtectFunction +I_CertSrvProtectFunction +I_CertSyncStore +I_CertUpdateStore +I_CryptAddRefLruEntry +I_CryptAddSmartCardCertToStore +I_CryptAllocTls +I_CryptCreateLruCache +I_CryptCreateLruEntry +I_CryptDetachTls +I_CryptDisableLruOfEntries +I_CryptEnableLruOfEntries +I_CryptEnumMatchingLruEntries +I_CryptFindLruEntry +I_CryptFindLruEntryData +I_CryptFindSmartCardCertInStore +I_CryptFlushLruCache +I_CryptFreeLruCache +I_CryptFreeTls +I_CryptGetAsn1Decoder +I_CryptGetAsn1Encoder +I_CryptGetDefaultCryptProv +I_CryptGetDefaultCryptProvForEncrypt +I_CryptGetFileVersion +I_CryptGetLruEntryData +I_CryptGetLruEntryIdentifier +I_CryptGetOssGlobal +I_CryptGetTls +I_CryptAllocTlsEx +I_CryptInsertLruEntry +I_CryptInstallAsn1Module +I_CryptInstallOssGlobal +I_CryptReadTrustedPublisherDWORDValueFromRegistry +I_CryptRegisterSmartCardStore +I_CryptReleaseLruEntry +I_CryptRemoveLruEntry +I_CryptSetTls +I_CryptTouchLruEntry +I_CryptUninstallAsn1Module +I_CryptUninstallOssGlobal +I_CryptUnregisterSmartCardStore +I_CryptWalkAllLruCacheEntries +PFXExportCertStore +PFXExportCertStore2 +PFXExportCertStoreEx +PFXImportCertStore +PFXIsPFXBlob +PFXVerifyPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptdlg.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptdlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptdlg.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptdlg.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Exports of file CRYPTDLG.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY CRYPTDLG.dll +EXPORTS +CertConfigureTrustA +CertConfigureTrustW +CertTrustCertPolicy +CertTrustCleanup +CertTrustFinalPolicy +CertTrustInit +DecodeAttrSequence +DecodeRecipientID +EncodeAttrSequence +EncodeRecipientID +FormatPKIXEmailProtection +FormatVerisignExtension +CertModifyCertificatesToTrust +CertSelectCertificateA +CertSelectCertificateW +CertViewPropertiesA +CertViewPropertiesW +DllRegisterServer +DllUnregisterServer +GetFriendlyNameOfCertA +GetFriendlyNameOfCertW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptdll.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptdll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptdll.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptdll.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Definition file of cryptdll.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "cryptdll.dll" +EXPORTS +CDBuildIntegrityVect +CDBuildVect +CDFindCommonCSystem +CDFindCommonCSystemWithKey +CDGenerateRandomBits +CDGetIntegrityVect +CDLocateCSystem +CDLocateCheckSum +CDLocateRng +CDRegisterCSystem +CDRegisterCheckSum +CDRegisterRng +HMACwithSHA +KRBFXCF2 +MD5Final +MD5Init +MD5Update +PBKDF2 +aesCTSDecryptMsg +aesCTSEncryptMsg diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptext.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptext.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptext.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +LIBRARY "CRYPTEXT.dll" +EXPORTS +I_InvokeCommand +CryptExtAddCER +CryptExtAddCERMachineOnlyAndHwndW +CryptExtAddCERW +CryptExtAddCRL +CryptExtAddCRLW +CryptExtAddCTL +CryptExtAddCTLW +CryptExtAddP7R +CryptExtAddP7RW +CryptExtAddPFX +CryptExtAddPFXMachineOnlyAndHwndW +CryptExtAddPFXW +CryptExtAddSPC +CryptExtAddSPCW +CryptExtOpenCAT +CryptExtOpenCATW +CryptExtOpenCER +CryptExtOpenCERW +CryptExtOpenCRL +CryptExtOpenCRLW +CryptExtOpenCTL +CryptExtOpenCTLW +CryptExtOpenP10 +CryptExtOpenP10W +CryptExtOpenP7R +CryptExtOpenP7RW +CryptExtOpenPKCS7 +CryptExtOpenPKCS7W +CryptExtOpenSTR +CryptExtOpenSTRW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptnet.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptnet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptnet.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptnet.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +LIBRARY "CRYPTNET.dll" +EXPORTS +CertDllVerifyCTLUsage +CertDllVerifyRevocation +CryptnetWlxLogoffEvent +I_CryptConvertIriToAsciiOrUnicode +I_CryptConvertIriToAsciiOrUnicodeWithFlags +LdapProvOpenStore +CryptCancelAsyncRetrieval +CryptFlushTimeValidObject +CryptGetObjectUrl +CryptGetTimeValidObject +CryptInstallCancelRetrieval +CryptRetrieveObjectByUrlA +CryptRetrieveObjectByUrlW +CryptUninstallCancelRetrieval +I_CryptNetEnumUrlCacheEntry +I_CryptNetGetConnectivity +I_CryptNetGetHostNameFromUrl +I_CryptNetGetUserDsStoreUrl +I_CryptNetIsConnected +I_CryptNetSetUrlCacheFlushInfo +I_CryptNetSetUrlCachePreFetchInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptsp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptsp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptsp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptsp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,72 @@ +; +; Definition file of CRYPTSP.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "CRYPTSP.dll" +EXPORTS +CheckSignatureInFile +CryptAcquireContextA +CryptAcquireContextW +CryptContextAddRef +CryptCreateHash +CryptDecrypt +CryptDeriveKey +CryptDestroyHash +CryptDestroyKey +CryptDuplicateHash +CryptDuplicateKey +CryptEncrypt +CryptEnumProviderTypesA +CryptEnumProviderTypesW +CryptEnumProvidersA +CryptEnumProvidersW +CryptExportKey +CryptGenKey +CryptGenRandom +CryptGetDefaultProviderA +CryptGetDefaultProviderW +CryptGetHashParam +CryptGetKeyParam +CryptGetProvParam +CryptGetUserKey +CryptHashData +CryptHashSessionKey +CryptImportKey +CryptReleaseContext +CryptSetHashParam +CryptSetKeyParam +CryptSetProvParam +CryptSetProviderA +CryptSetProviderExA +CryptSetProviderExW +CryptSetProviderW +CryptSignHashA +CryptSignHashW +CryptVerifySignatureA +CryptVerifySignatureW +SystemFunction006 +SystemFunction007 +SystemFunction008 +SystemFunction009 +SystemFunction010 +SystemFunction011 +SystemFunction012 +SystemFunction013 +SystemFunction014 +SystemFunction015 +SystemFunction016 +SystemFunction018 +SystemFunction020 +SystemFunction021 +SystemFunction022 +SystemFunction023 +SystemFunction024 +SystemFunction025 +SystemFunction026 +SystemFunction027 +SystemFunction030 +SystemFunction031 +SystemFunction032 +SystemFunction033 +SystemFunction035 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptsvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Definition file of CRYPTSVC.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "CRYPTSVC.dll" +EXPORTS +CryptServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,69 @@ +LIBRARY "CRYPTUI.dll" +EXPORTS +AddChainToStore +CertDllProtectedRootMessageBox +CompareCertificate +CryptUIDlgAddPolicyServer +CryptUIDlgAddPolicyServerWithPriority +CryptUIDlgPropertyPolicy +DisplayHtmlHelp +FormatDateStringAutoLayout +GetUnknownErrorString +InvokeHelpLink +MyFormatEnhancedKeyUsageString +ACUIProviderInvokeUI +CertSelectionGetSerializedBlob +CommonInit +CryptDllProtectPrompt +CryptUIDlgCertMgr +CryptUIDlgFreeCAContext +CryptUIDlgFreePolicyServerContext +CryptUIDlgSelectCA +CryptUIDlgSelectCertificateA +CryptUIDlgSelectCertificateFromStore +CryptUIDlgSelectCertificateW +CryptUIDlgSelectPolicyServer +CryptUIDlgSelectStoreA +CryptUIDlgSelectStoreW +CryptUIDlgViewCRLA +CryptUIDlgViewCRLW +CryptUIDlgViewCTLA +CryptUIDlgViewCTLW +CryptUIDlgViewCertificateA +CryptUIDlgViewCertificatePropertiesA +CryptUIDlgViewCertificatePropertiesW +CryptUIDlgViewCertificateW +CryptUIDlgViewContext +CryptUIDlgViewSignerInfoA +CryptUIDlgViewSignerInfoW +CryptUIFreeCertificatePropertiesPagesA +CryptUIFreeCertificatePropertiesPagesW +CryptUIFreeViewSignaturesPagesA +CryptUIFreeViewSignaturesPagesW +CryptUIGetCertificatePropertiesPagesA +CryptUIGetCertificatePropertiesPagesW +CryptUIGetViewSignaturesPagesA +CryptUIGetViewSignaturesPagesW +CryptUIStartCertMgr +CryptUIViewExpiringCerts +CryptUIWizBuildCTL +CryptUIWizCertRequest +CryptUIWizCreateCertRequestNoDS +CryptUIWizDigitalSign +CryptUIWizExport +CryptUIWizFreeCertRequestNoDS +CryptUIWizFreeDigitalSignContext +CryptUIWizImport +CryptUIWizImportInternal +CryptUIWizQueryCertRequestNoDS +CryptUIWizSubmitCertRequestNoDS +DllRegisterServer +DllUnregisterServer +EnrollmentCOMObjectFactory_getInstance +I_CryptUIProtect +I_CryptUIProtectFailure +IsWizardExtensionAvailable +LocalEnroll +LocalEnrollNoDS +RetrievePKCS7FromCA +WizardFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptxml.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptxml.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cryptxml.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cryptxml.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +; +; Definition file of CRYPTXML.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "CRYPTXML.dll" +EXPORTS +CryptXmlAddObject +CryptXmlClose +CryptXmlCreateReference +CryptXmlDigestReference +CryptXmlEncode +CryptXmlEnumAlgorithmInfo +CryptXmlFindAlgorithmInfo +CryptXmlGetAlgorithmInfo +CryptXmlGetDocContext +CryptXmlGetReference +CryptXmlGetSignature +CryptXmlGetStatus +CryptXmlGetTransforms +CryptXmlImportPublicKey +CryptXmlOpenToDecode +CryptXmlOpenToEncode +CryptXmlSetHMACSecret +CryptXmlSign +CryptXmlVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/cscapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/cscapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/cscapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/cscapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Definition file of CSCAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "CSCAPI.dll" +EXPORTS +CscNetApiGetInterface +CscSearchApiGetInterface +OfflineFilesEnable +OfflineFilesGetShareCachingMode +OfflineFilesQueryStatus +OfflineFilesQueryStatusEx +OfflineFilesStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/d2d1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/d2d1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/d2d1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/d2d1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of d2d1.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "d2d1.dll" +EXPORTS +D2D1CreateFactory +D2D1MakeRotateMatrix +D2D1MakeSkewMatrix +D2D1IsMatrixInvertible +D2D1InvertMatrix +D2D1ConvertColorSpace +D2D1CreateDevice +D2D1CreateDeviceContext +D2D1SinCos +D2D1Tan +D2D1Vec3Length +D2D1ComputeMaximumScaleFactor diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3d11.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3d11.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3d11.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3d11.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,54 @@ +; +; Definition file of d3d11.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "d3d11.dll" +EXPORTS +D3DKMTCloseAdapter +D3DKMTDestroyAllocation +D3DKMTDestroyContext +D3DKMTDestroyDevice +D3DKMTDestroySynchronizationObject +D3DKMTQueryAdapterInfo +D3DKMTSetDisplayPrivateDriverFormat +D3DKMTSignalSynchronizationObject +D3DKMTUnlock +D3DKMTWaitForSynchronizationObject +EnableFeatureLevelUpgrade +OpenAdapter10 +OpenAdapter10_2 +D3D11CoreCreateDevice +D3D11CoreCreateLayeredDevice +D3D11CoreGetLayeredDeviceSize +D3D11CoreRegisterLayers +D3D11CreateDevice +D3D11CreateDeviceAndSwapChain +D3DKMTCreateAllocation +D3DKMTCreateContext +D3DKMTCreateDevice +D3DKMTCreateSynchronizationObject +D3DKMTEscape +D3DKMTGetContextSchedulingPriority +D3DKMTGetDeviceState +D3DKMTGetDisplayModeList +D3DKMTGetMultisampleMethodList +D3DKMTGetRuntimeData +D3DKMTGetSharedPrimaryHandle +D3DKMTLock +D3DKMTOpenAdapterFromHdc +D3DKMTOpenResource +D3DKMTPresent +D3DKMTQueryAllocationResidency +D3DKMTQueryResourceInfo +D3DKMTRender +D3DKMTSetAllocationPriority +D3DKMTSetContextSchedulingPriority +D3DKMTSetDisplayMode +D3DKMTSetGammaRamp +D3DKMTSetVidPnSourceOwner +D3DKMTWaitForVerticalBlankEvent +D3DPerformance_BeginEvent +D3DPerformance_EndEvent +D3DPerformance_GetStatus +D3DPerformance_SetMarker diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3d9.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3d9.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3d9.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3d9.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +; +; Definition file of d3d9.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "d3d9.dll" +EXPORTS +ord_16 @16 +Direct3DShaderValidatorCreate9 +PSGPError +PSGPSampleTexture +D3DPERF_BeginEvent +D3DPERF_EndEvent +D3DPERF_GetStatus +D3DPERF_QueryRepeatFrame +D3DPERF_SetMarker +D3DPERF_SetOptions +D3DPERF_SetRegion +DebugSetLevel +DebugSetMute +Direct3D9EnableMaximizedWindowedModeShim +Direct3DCreate9 +Direct3DCreate9Ex diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3dcompiler_47.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3dcompiler_47.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/d3dcompiler_47.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/d3dcompiler_47.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +; +; Definition file of D3DCOMPILER_47.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "D3DCOMPILER_47.dll" +EXPORTS +D3DAssemble +DebugSetMute +D3DCompile +D3DCompile2 +D3DCompileFromFile +D3DCompressShaders +D3DCreateBlob +D3DCreateFunctionLinkingGraph +D3DCreateLinker +D3DDecompressShaders +D3DDisassemble +D3DDisassemble10Effect +D3DDisassemble11Trace +D3DDisassembleRegion +D3DGetBlobPart +D3DGetDebugInfo +D3DGetInputAndOutputSignatureBlob +D3DGetInputSignatureBlob +D3DGetOutputSignatureBlob +D3DGetTraceInstructionOffsets +D3DLoadModule +D3DPreprocess +D3DReadFileToBlob +D3DReflect +D3DReflectLibrary +D3DReturnFailure1 +D3DSetBlobPart +D3DStripShader +D3DWriteBlobToFile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/davclnt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/davclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/davclnt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/davclnt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +; +; Definition file of davclnt.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "davclnt.dll" +EXPORTS +DavCancelConnectionsToServer +DavFreeUsedDiskSpace +DavGetDiskSpaceUsage +DavGetTheLockOwnerOfTheFile +DavInvalidateCache +DavRegisterAuthCallback +DavSetCookieW +DavUnregisterAuthCallback +NPAddConnection +NPAddConnection3 +NPCancelConnection +NPCloseEnum +NPEnumResource +NPFormatNetworkName +NPGetCaps +NPGetConnection +NPGetResourceInformation +NPGetResourceParent +NPGetUniversalName +NPGetUser +NPOpenEnum diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/davhlpr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/davhlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/davhlpr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/davhlpr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of DAVHLPR.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DAVHLPR.dll" +EXPORTS +DavAddConnection +DavCheckAndConvertHttpUrlToUncName +DavDeleteConnection +DavFlushFile +DavGetExtendedError +DavGetHTTPFromUNCPath +DavGetServerPortAndPhysicalName +DavGetUNCFromHTTPPath +DavRemoveDummyShareFromFileName +DavRemoveDummyShareFromFileNameEx +UtfUrlStrToWideStr +WideStrToUtfUrlStr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbgeng.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbgeng.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbgeng.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbgeng.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Definition file of dbgeng.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "dbgeng.dll" +EXPORTS +DebugConnect +DebugConnectWide +DebugCreate +DebugCreateEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbghelp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbghelp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbghelp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbghelp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,238 @@ +; +; Definition file of dbghelp.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "dbghelp.dll" +EXPORTS +SymGetOmapBlockBase +DbgHelpCreateUserDump +DbgHelpCreateUserDumpW +EnumDirTree +EnumDirTreeW +EnumerateLoadedModules +EnumerateLoadedModules64 +EnumerateLoadedModulesEx +EnumerateLoadedModulesExW +EnumerateLoadedModulesW64 +ExtensionApiVersion +FindDebugInfoFile +FindDebugInfoFileEx +FindDebugInfoFileExW +FindExecutableImage +FindExecutableImageEx +FindExecutableImageExW +FindFileInPath +FindFileInSearchPath +GetSymLoadError +GetTimestampForLoadedLibrary +ImageDirectoryEntryToData +ImageDirectoryEntryToDataEx +ImageNtHeader +ImageRvaToSection +ImageRvaToVa +ImagehlpApiVersion +ImagehlpApiVersionEx +MakeSureDirectoryPathExists +MapDebugInformation +MiniDumpReadDumpStream +MiniDumpWriteDump +RangeMapAddPeImageSections +RangeMapCreate +RangeMapFree +RangeMapRead +RangeMapRemove +RangeMapWrite +RemoveInvalidModuleList +ReportSymbolLoadSummary +SearchTreeForFile +SearchTreeForFileW +SetCheckUserInterruptShared +SetSymLoadError +StackWalk +StackWalk64 +StackWalkEx +SymAddSourceStream +SymAddSourceStreamA +SymAddSourceStreamW +SymAddSymbol +SymAddSymbolW +SymAddrIncludeInlineTrace +SymCleanup +SymCompareInlineTrace +SymDeleteSymbol +SymDeleteSymbolW +SymEnumLines +SymEnumLinesW +SymEnumProcesses +SymEnumSourceFileTokens +SymEnumSourceFiles +SymEnumSourceFilesW +SymEnumSourceLines +SymEnumSourceLinesW +SymEnumSym +SymEnumSymbols +SymEnumSymbolsEx +SymEnumSymbolsExW +SymEnumSymbolsForAddr +SymEnumSymbolsForAddrW +SymEnumSymbolsW +SymEnumTypes +SymEnumTypesByName +SymEnumTypesByNameW +SymEnumTypesW +SymEnumerateModules +SymEnumerateModules64 +SymEnumerateModulesW64 +SymEnumerateSymbols +SymEnumerateSymbols64 +SymEnumerateSymbolsW +SymEnumerateSymbolsW64 +SymFindDebugInfoFile +SymFindDebugInfoFileW +SymFindExecutableImage +SymFindExecutableImageW +SymFindFileInPath +SymFindFileInPathW +SymFromAddr +SymFromAddrW +SymFromIndex +SymFromIndexW +SymFromInlineContext +SymFromInlineContextW +SymFromName +SymFromNameW +SymFromToken +SymFromTokenW +SymFunctionTableAccess +SymFunctionTableAccess64 +SymFunctionTableAccess64AccessRoutines +SymGetFileLineOffsets64 +SymGetHomeDirectory +SymGetHomeDirectoryW +SymGetLineFromAddr +SymGetLineFromAddr64 +SymGetLineFromAddrW64 +SymGetLineFromInlineContext +SymGetLineFromInlineContextW +SymGetLineFromName +SymGetLineFromName64 +SymGetLineFromNameW64 +SymGetLineNext +SymGetLineNext64 +SymGetLineNextW64 +SymGetLinePrev +SymGetLinePrev64 +SymGetLinePrevW64 +SymGetModuleBase +SymGetModuleBase64 +SymGetModuleInfo +SymGetModuleInfo64 +SymGetModuleInfoW +SymGetModuleInfoW64 +SymGetOmaps +SymGetOptions +SymGetScope +SymGetScopeW +SymGetSearchPath +SymGetSearchPathW +SymGetSourceFile +SymGetSourceFileFromToken +SymGetSourceFileFromTokenW +SymGetSourceFileToken +SymGetSourceFileTokenW +SymGetSourceFileW +SymGetSourceVarFromToken +SymGetSourceVarFromTokenW +SymGetSymFromAddr +SymGetSymFromAddr64 +SymGetSymFromName +SymGetSymFromName64 +SymGetSymNext +SymGetSymNext64 +SymGetSymPrev +SymGetSymPrev64 +SymGetSymbolFile +SymGetSymbolFileW +SymGetTypeFromName +SymGetTypeFromNameW +SymGetTypeInfo +SymGetTypeInfoEx +SymGetUnwindInfo +SymInitialize +SymInitializeW +SymLoadModule +SymLoadModule64 +SymLoadModuleEx +SymLoadModuleExW +SymMatchFileName +SymMatchFileNameW +SymMatchString +SymMatchStringA +SymMatchStringW +SymNext +SymNextW +SymPrev +SymPrevW +SymQueryInlineTrace +SymRefreshModuleList +SymRegisterCallback +SymRegisterCallback64 +SymRegisterCallbackW64 +SymRegisterFunctionEntryCallback +SymRegisterFunctionEntryCallback64 +SymSearch +SymSearchW +SymSetContext +SymSetHomeDirectory +SymSetHomeDirectoryW +SymSetOptions +SymSetParentWindow +SymSetScopeFromAddr +SymSetScopeFromIndex +SymSetScopeFromInlineContext +SymSetSearchPath +SymSetSearchPathW +SymSrvDeltaName +SymSrvDeltaNameW +SymSrvGetFileIndexInfo +SymSrvGetFileIndexInfoW +SymSrvGetFileIndexString +SymSrvGetFileIndexStringW +SymSrvGetFileIndexes +SymSrvGetFileIndexesW +SymSrvGetSupplement +SymSrvGetSupplementW +SymSrvIsStore +SymSrvIsStoreW +SymSrvStoreFile +SymSrvStoreFileW +SymSrvStoreSupplement +SymSrvStoreSupplementW +SymUnDName +SymUnDName64 +SymUnloadModule +SymUnloadModule64 +UnDecorateSymbolName +UnDecorateSymbolNameW +UnmapDebugInformation +WinDbgExtensionDllInit +block +chksym +dbghelp +dh +fptr +homedir +inlinedbg +itoldyouso +lmi +lminfo +omap +optdbgdump +optdbgdumpaddr +srcfiles +stack_force_ebp +stackdbg +sym +symsrv +vc7fpo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbnetlib.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbnetlib.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbnetlib.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbnetlib.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +; +; Definition file of DBnetlib.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "DBnetlib.dll" +EXPORTS +ConnectionObjectSize +ConnectionRead +ConnectionWrite +ConnectionTransact +ConnectionWriteOOB +ConnectionMode +ConnectionStatus +ConnectionOpen +ConnectionClose +ConnectionCheckForData +ConnectionError +ConnectionVer +ConnectionSqlVer +ConnectionServerEnum +ConnectionServerEnumW +ConnectionOpenW +ConnectionErrorW +ConnectionOption +ConnectionGetSvrUser +InitEnumServers +GetNextEnumeration +CloseEnumServers +InitSSPIPackage +TermSSPIPackage +InitSession +TermSession +GenClientContext +ConnectionFlushCache +InitSessionEx +TermSessionEx +GenClientContextEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbnmpntw.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbnmpntw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dbnmpntw.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dbnmpntw.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,24 @@ +; +; Exports of file DBnmpntw.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DBnmpntw.dll +EXPORTS +ConnectionObjectSize +ConnectionRead +ConnectionWrite +ConnectionClose +ConnectionError +ConnectionVer +ConnectionTransact +ConnectionWriteOOB +ConnectionMode +ConnectionStatus +ConnectionOpen +ConnectionServerEnum +ConnectionCheckForData +ConnectionOpenW +ConnectionErrorW +ConnectionServerEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ddraw.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ddraw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ddraw.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ddraw.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Definition file of DDRAW.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "DDRAW.dll" +EXPORTS +AcquireDDThreadLock +CompleteCreateSysmemSurface +D3DParseUnknownCommand +DDGetAttachedSurfaceLcl +DDInternalLock +DDInternalUnlock +DSoundHelp +DirectDrawCreate +DirectDrawCreateClipper +DirectDrawCreateEx +DirectDrawEnumerateA +DirectDrawEnumerateExA +DirectDrawEnumerateExW +DirectDrawEnumerateW +GetDDSurfaceLocal +GetOLEThunkData +GetSurfaceFromDC +RegisterSpecialCase +ReleaseDDThreadLock +SetAppCompatData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/devmgr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/devmgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/devmgr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/devmgr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +; +; Definition file of DEVMGR.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DEVMGR.DLL" +EXPORTS +DeviceProperties_RunDLLA +DeviceProperties_RunDLLW +DevicePropertiesA +DevicePropertiesW +DeviceManager_ExecuteA +DeviceManager_ExecuteW +DeviceProblemTextA +DeviceProblemTextW +DeviceProblemWizardA +DeviceProblemWizardW +DeviceAdvancedPropertiesA +DeviceAdvancedPropertiesW +DeviceCreateHardwarePage +DeviceCreateHardwarePageEx +DevicePropertiesExA +DevicePropertiesExW +DeviceProblenWizard_RunDLLA +DeviceProblenWizard_RunDLLW +DeviceCreateHardwarePageCustom diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/devobj.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/devobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/devobj.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/devobj.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,58 @@ +; +; Definition file of DEVOBJ.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "DEVOBJ.dll" +EXPORTS +DevObjBuildClassInfoList +DevObjChangeState +DevObjClassGuidsFromName +DevObjClassNameFromGuid +DevObjCreateDevRegKey +DevObjCreateDeviceInfo +DevObjCreateDeviceInfoList +DevObjCreateDeviceInterface +DevObjCreateDeviceInterfaceRegKey +DevObjDeleteAllInterfacesForDevice +DevObjDeleteDevRegKey +DevObjDeleteDevice +DevObjDeleteDeviceInfo +DevObjDeleteDeviceInterfaceData +DevObjDeleteDeviceInterfaceRegKey +DevObjDestroyDeviceInfoList +DevObjEnumDeviceInfo +DevObjEnumDeviceInterfaces +DevObjGetClassDescription +DevObjGetClassDevs +DevObjGetClassProperty +DevObjGetClassPropertyKeys +DevObjGetClassRegistryProperty +DevObjGetDeviceInfoDetail +DevObjGetDeviceInfoListClass +DevObjGetDeviceInfoListDetail +DevObjGetDeviceInstanceId +DevObjGetDeviceInterfaceAlias +DevObjGetDeviceInterfaceDetail +DevObjGetDeviceInterfaceProperty +DevObjGetDeviceInterfacePropertyKeys +DevObjGetDeviceProperty +DevObjGetDevicePropertyKeys +DevObjGetDeviceRegistryProperty +DevObjLocateDevice +DevObjOpenClassRegKey +DevObjOpenDevRegKey +DevObjOpenDeviceInfo +DevObjOpenDeviceInterface +DevObjOpenDeviceInterfaceRegKey +DevObjRegisterDeviceInfo +DevObjRemoveDeviceInterface +DevObjRestartDevices +DevObjSetClassProperty +DevObjSetClassRegistryProperty +DevObjSetDeviceInfoDetail +DevObjSetDeviceInterfaceDefault +DevObjSetDeviceInterfaceProperty +DevObjSetDeviceProperty +DevObjSetDeviceRegistryProperty +DevObjUninstallDevice diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/devrtl.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/devrtl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/devrtl.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/devrtl.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +; +; Definition file of DEVRTL.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DEVRTL.dll" +EXPORTS +DevRtlCloseTextLogSection +DevRtlCreateTextLogSectionA +DevRtlCreateTextLogSectionW +DevRtlGetThreadLogToken +DevRtlSetThreadLogToken +DevRtlWriteTextLog +DevRtlWriteTextLogError +NdxTableAddObject +NdxTableAddObjectToList +NdxTableClose +NdxTableFirstObject +NdxTableFirstObjectInList +NdxTableGetObjectName +NdxTableGetObjectType +NdxTableGetObjectTypeCount +NdxTableGetObjectTypeName +NdxTableGetPropertyTypeClass +NdxTableGetPropertyTypeCount +NdxTableGetPropertyTypeName +NdxTableGetPropertyValue +NdxTableNextObject +NdxTableObjectFromName +NdxTableObjectFromPointer +NdxTableOpen +NdxTableRemoveObject +NdxTableRemoveObjectFromList +NdxTableSetObjectPointer +NdxTableSetPropertyValue +NdxTableSetTypeDefinition diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dfscli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dfscli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dfscli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dfscli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +; +; Definition file of dfscli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "dfscli.dll" +EXPORTS +I_NetDfsIsThisADomainName +NetDfsAdd +NetDfsAddFtRoot +NetDfsAddRootTarget +NetDfsAddStdRoot +NetDfsAddStdRootForced +NetDfsEnum +NetDfsGetClientInfo +NetDfsGetDcAddress +NetDfsGetFtContainerSecurity +NetDfsGetInfo +NetDfsGetSecurity +NetDfsGetStdContainerSecurity +NetDfsGetSupportedNamespaceVersion +NetDfsManagerGetConfigInfo +NetDfsManagerInitialize +NetDfsManagerSendSiteInfo +NetDfsMove +NetDfsRemove +NetDfsRemoveFtRoot +NetDfsRemoveFtRootForced +NetDfsRemoveRootTarget +NetDfsRemoveStdRoot +NetDfsRename +NetDfsSetClientInfo +NetDfsSetFtContainerSecurity +NetDfsSetInfo +NetDfsSetSecurity +NetDfsSetStdContainerSecurity diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dhcpcsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dhcpcsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dhcpcsvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dhcpcsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,74 @@ +; +; Definition file of dhcpcsvc.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "dhcpcsvc.DLL" +EXPORTS +DhcpAcquireParameters +DhcpAcquireParametersByBroadcast +DhcpCApiCleanup +DhcpCApiInitialize +DhcpClient_Generalize +DhcpDeRegisterConnectionStateNotification +DhcpDeRegisterOptions +DhcpDeRegisterParamChange +DhcpDelPersistentRequestParams +DhcpEnableDhcp +DhcpEnableTracing +DhcpEnumClasses +DhcpEnumInterfaces +DhcpFallbackRefreshParams +DhcpFreeEnumeratedInterfaces +DhcpFreeLeaseInfo +DhcpFreeLeaseInfoArray +DhcpFreeMem +DhcpGetClassId +DhcpGetClientId +DhcpGetDhcpServicedConnections +DhcpGetFallbackParams +DhcpGetNotificationStatus +DhcpGetOriginalSubnetMask +DhcpGetTraceArray +DhcpGlobalIsShuttingDown DATA +DhcpGlobalServiceSyncEvent DATA +DhcpGlobalTerminateEvent DATA +DhcpHandlePnPEvent +DhcpIsEnabled +DhcpLeaseIpAddress +DhcpLeaseIpAddressEx +DhcpNotifyConfigChange +DhcpNotifyConfigChangeEx +DhcpNotifyMediaReconnected +DhcpOpenGlobalEvent +DhcpPersistentRequestParams +DhcpQueryLeaseInfo +DhcpQueryLeaseInfoArray +DhcpQueryLeaseInfoEx +DhcpRegisterConnectionStateNotification +DhcpRegisterOptions +DhcpRegisterParamChange +DhcpReleaseIpAddressLease +DhcpReleaseIpAddressLeaseEx +DhcpReleaseParameters +DhcpRemoveDNSRegistrations +DhcpRenewIpAddressLease +DhcpRenewIpAddressLeaseEx +DhcpRequestCachedParams +DhcpRequestOptions +DhcpRequestParams +DhcpSetClassId +DhcpSetClientId +DhcpSetFallbackParams +DhcpSetMSFTVendorSpecificOptions +DhcpStaticRefreshParams +DhcpUndoRequestParams +Dhcpv4CheckServerAvailability +Dhcpv4EnableDhcpEx +McastApiCleanup +McastApiStartup +McastEnumerateScopes +McastGenUID +McastReleaseAddress +McastRenewAddress +McastRequestAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dhcpsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dhcpsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dhcpsapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dhcpsapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,216 @@ +; +; Definition file of DHCPSAPI.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "DHCPSAPI.DLL" +EXPORTS +DhcpAddFilterV4 +DhcpAddMScopeElement +DhcpAddSecurityGroup +DhcpAddServer +DhcpAddSubnetElement +DhcpAddSubnetElementV4 +DhcpAddSubnetElementV5 +DhcpAddSubnetElementV6 +DhcpAuditLogGetParams +DhcpAuditLogSetParams +DhcpCreateClass +DhcpCreateClassV6 +DhcpCreateClientInfo +DhcpCreateClientInfoV4 +DhcpCreateClientInfoVQ +DhcpCreateOption +DhcpCreateOptionV5 +DhcpCreateOptionV6 +DhcpCreateSubnet +DhcpCreateSubnetV6 +DhcpCreateSubnetVQ +DhcpDeleteClass +DhcpDeleteClassV6 +DhcpDeleteClientInfo +DhcpDeleteClientInfoV6 +DhcpDeleteFilterV4 +DhcpDeleteMClientInfo +DhcpDeleteMScope +DhcpDeleteServer +DhcpDeleteSubnet +DhcpDeleteSubnetV6 +DhcpDeleteSuperScopeV4 +DhcpDsCleanup +DhcpDsClearHostServerEntries +DhcpDsInit +DhcpEnumClasses +DhcpEnumClassesV6 +DhcpEnumFilterV4 +DhcpEnumMScopeClients +DhcpEnumMScopeElements +DhcpEnumMScopes +DhcpEnumOptionValues +DhcpEnumOptionValuesV5 +DhcpEnumOptionValuesV6 +DhcpEnumOptions +DhcpEnumOptionsV5 +DhcpEnumOptionsV6 +DhcpEnumServers +DhcpEnumSubnetClients +DhcpEnumSubnetClientsFilterStatusInfo +DhcpEnumSubnetClientsV4 +DhcpEnumSubnetClientsV5 +DhcpEnumSubnetClientsV6 +DhcpEnumSubnetClientsVQ +DhcpEnumSubnetElements +DhcpEnumSubnetElementsV4 +DhcpEnumSubnetElementsV5 +DhcpEnumSubnetElementsV6 +DhcpEnumSubnets +DhcpEnumSubnetsV6 +DhcpGetAllOptionValues +DhcpGetAllOptionValuesV6 +DhcpGetAllOptions +DhcpGetAllOptionsV6 +DhcpGetClassInfo +DhcpGetClientInfo +DhcpGetClientInfoV4 +DhcpGetClientInfoV6 +DhcpGetClientInfoVQ +DhcpGetClientOptions +DhcpGetFilterV4 +DhcpGetMCastMibInfo +DhcpGetMScopeInfo +DhcpGetMibInfo +DhcpGetMibInfoV5 +DhcpGetMibInfoV6 +DhcpGetMibInfoVQ +DhcpGetOptionInfo +DhcpGetOptionInfoV5 +DhcpGetOptionInfoV6 +DhcpGetOptionValue +DhcpGetOptionValueV5 +DhcpGetOptionValueV6 +DhcpGetServerBindingInfo +DhcpGetServerBindingInfoV6 +DhcpGetServerSpecificStrings +DhcpGetSubnetDelayOffer +DhcpGetSubnetInfo +DhcpGetSubnetInfoV6 +DhcpGetSubnetInfoVQ +DhcpGetSuperScopeInfoV4 +DhcpGetThreadOptions +DhcpGetVersion +DhcpHlprAddV4PolicyCondition +DhcpHlprAddV4PolicyExpr +DhcpHlprAddV4PolicyRange +DhcpHlprCreateV4Policy +DhcpHlprCreateV4PolicyEx +DhcpHlprFindV4DhcpProperty +DhcpHlprFreeV4DhcpProperty +DhcpHlprFreeV4DhcpPropertyArray +DhcpHlprFreeV4Policy +DhcpHlprFreeV4PolicyArray +DhcpHlprFreeV4PolicyEx +DhcpHlprFreeV4PolicyExArray +DhcpHlprIsV4PolicySingleUC +DhcpHlprIsV4PolicyValid +DhcpHlprIsV4PolicyWellFormed +DhcpHlprModifyV4PolicyExpr +DhcpHlprResetV4PolicyExpr +DhcpModifyClass +DhcpModifyClassV6 +DhcpRemoveMScopeElement +DhcpRemoveOption +DhcpRemoveOptionV5 +DhcpRemoveOptionV6 +DhcpRemoveOptionValue +DhcpRemoveOptionValueV5 +DhcpRemoveOptionValueV6 +DhcpRemoveSubnetElement +DhcpRemoveSubnetElementV4 +DhcpRemoveSubnetElementV5 +DhcpRemoveSubnetElementV6 +DhcpRpcFreeMemory +DhcpScanDatabase +DhcpScanMDatabase +DhcpServerAuditlogParamsFree +DhcpServerBackupDatabase +DhcpServerGetConfig +DhcpServerGetConfigV4 +DhcpServerGetConfigV6 +DhcpServerGetConfigVQ +DhcpServerQueryAttribute +DhcpServerQueryAttributes +DhcpServerQueryDnsRegCredentials +DhcpServerRedoAuthorization +DhcpServerRestoreDatabase +DhcpServerSetConfig +DhcpServerSetConfigV4 +DhcpServerSetConfigV6 +DhcpServerSetConfigVQ +DhcpServerSetDnsRegCredentials +DhcpServerSetDnsRegCredentialsV5 +DhcpSetClientInfo +DhcpSetClientInfoV4 +DhcpSetClientInfoV6 +DhcpSetClientInfoVQ +DhcpSetFilterV4 +DhcpSetMScopeInfo +DhcpSetOptionInfo +DhcpSetOptionInfoV5 +DhcpSetOptionInfoV6 +DhcpSetOptionValue +DhcpSetOptionValueV5 +DhcpSetOptionValueV6 +DhcpSetOptionValues +DhcpSetOptionValuesV5 +DhcpSetServerBindingInfo +DhcpSetServerBindingInfoV6 +DhcpSetSubnetDelayOffer +DhcpSetSubnetInfo +DhcpSetSubnetInfoV6 +DhcpSetSubnetInfoVQ +DhcpSetSuperScopeV4 +DhcpSetThreadOptions +DhcpV4AddPolicyRange +DhcpV4CreateClientInfo +DhcpV4CreateClientInfoEx +DhcpV4CreatePolicy +DhcpV4CreatePolicyEx +DhcpV4DeletePolicy +DhcpV4EnumPolicies +DhcpV4EnumPoliciesEx +DhcpV4EnumSubnetClients +DhcpV4EnumSubnetClientsEx +DhcpV4EnumSubnetReservations +DhcpV4FailoverAddScopeToRelationship +DhcpV4FailoverCreateRelationship +DhcpV4FailoverDeleteRelationship +DhcpV4FailoverDeleteScopeFromRelationship +DhcpV4FailoverEnumRelationship +DhcpV4FailoverGetAddressStatus +DhcpV4FailoverGetClientInfo +DhcpV4FailoverGetRelationship +DhcpV4FailoverGetScopeRelationship +DhcpV4FailoverGetScopeStatistics +DhcpV4FailoverGetSystemTime +DhcpV4FailoverSetRelationship +DhcpV4FailoverTriggerAddrAllocation +DhcpV4GetAllOptionValues +DhcpV4GetClientInfo +DhcpV4GetClientInfoEx +DhcpV4GetFreeIPAddress +DhcpV4GetOptionValue +DhcpV4GetPolicy +DhcpV4GetPolicyEx +DhcpV4QueryPolicyEnforcement +DhcpV4RemoveOptionValue +DhcpV4RemovePolicyRange +DhcpV4SetOptionValue +DhcpV4SetOptionValues +DhcpV4SetPolicy +DhcpV4SetPolicyEnforcement +DhcpV4SetPolicyEx +DhcpV6CreateClientInfo +DhcpV6GetFreeIPAddress +DhcpV6GetStatelessStatistics +DhcpV6GetStatelessStoreParams +DhcpV6SetStatelessStoreParams diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dimsroam.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dimsroam.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dimsroam.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dimsroam.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file dimsroam.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY dimsroam.dll +EXPORTS +DimsRoamEntry diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/diskcopy.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/diskcopy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/diskcopy.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/diskcopy.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file DISKCOPY.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DISKCOPY.dll +EXPORTS +DiskCopyRunDll +DiskCopyRunDllW +DllCanUnloadNow +DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dmutil.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dmutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dmutil.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dmutil.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +LIBRARY "dmutil.dll" +EXPORTS +CoDisableDynamicVolumes +GetSystemVolume +AddEntryBootFileGpt +AddEntryBootFileMbr +DisplayError +DisplayErrorRgszw +DmCommonNtOpenFile +DynamicSupport +FTrace +FTraceValist +FreeRgszw +GetErrorData +GetInstallDirectoryPath +GetSystemVolume +IsPersonalSKU +LowAcquirePrivilege +LowGetPartitionInfo +LowNtAddBootEntry +LowNtReadFile +LowNtReadOnlyAttributeOff +LowNtWriteFile +RgszwDupRgszw +RgszwFromArgs +RgszwFromValist +SafeLoadVdsService +ShowMessage +ShowMessageValist +SzwDupSzw +SzwFromSza +TranslateError diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dnsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dnsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dnsapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dnsapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,258 @@ +; +; Definition file of DNSAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DNSAPI.dll" +EXPORTS +AdaptiveTimeout_ClearInterfaceSpecificConfiguration +AdaptiveTimeout_ResetAdaptiveTimeout +AddRefQueryBlobEx +BreakRecordsIntoBlob +Coalesce_UpdateNetVersion +CombineRecordsInBlob +DeRefQueryBlobEx +DelaySortDAServerlist +DnsAcquireContextHandle_A +DnsAcquireContextHandle_W +DnsAllocateRecord +DnsApiAlloc +DnsApiAllocZero +DnsApiFree +DnsApiHeapReset +DnsApiRealloc +DnsApiSetDebugGlobals +DnsAsyncRegisterHostAddrs +DnsAsyncRegisterInit +DnsAsyncRegisterTerm +DnsCancelQuery +DnsCopyStringEx +DnsCreateReverseNameStringForIpAddress +DnsCreateStandardDnsNameCopy +DnsCreateStringCopy +DnsDeRegisterLocal +DnsDhcpRegisterAddrs +DnsDhcpRegisterHostAddrs +DnsDhcpRegisterInit +DnsDhcpRegisterTerm +DnsDhcpRemoveRegistrations +DnsDhcpSrvRegisterHostAddr +DnsDhcpSrvRegisterHostAddrEx +DnsDhcpSrvRegisterHostName +DnsDhcpSrvRegisterHostNameEx +DnsDhcpSrvRegisterInit +DnsDhcpSrvRegisterInitialize +DnsDhcpSrvRegisterTerm +DnsDisableIdnEncoding +DnsDowncaseDnsNameLabel +DnsExtractRecordsFromMessage_UTF8 +DnsExtractRecordsFromMessage_W +DnsFindAuthoritativeZone +DnsFlushResolverCache +DnsFlushResolverCacheEntry_A +DnsFlushResolverCacheEntry_UTF8 +DnsFlushResolverCacheEntry_W +DnsFree +DnsFreeConfigStructure +DnsFreePolicyConfig +DnsFreeProxyName +DnsGetBufferLengthForStringCopy +DnsGetCacheDataTable +DnsGetDnsServerList +DnsGetDomainName +DnsGetLastFailedUpdateInfo +DnsGetPolicyTableInfo +DnsGetPolicyTableInfoPrivate +DnsGetPrimaryDomainName_A +DnsGetProxyInfoPrivate +DnsGetProxyInformation +DnsGetQueryRetryTimeouts +DnsGlobals DATA +DnsIpv6AddressToString +DnsIpv6StringToAddress +DnsIsAMailboxType +DnsIsNSECType +DnsIsStatusRcode +DnsIsStringCountValidForTextType +DnsLogEvent +DnsMapRcodeToStatus +DnsModifyRecordsInSet_A +DnsModifyRecordsInSet_UTF8 +DnsModifyRecordsInSet_W +DnsNameCompareEx_A +DnsNameCompareEx_UTF8 +DnsNameCompareEx_W +DnsNameCompare_A +DnsNameCompare_UTF8 +DnsNameCompare_W +DnsNameCopy +DnsNameCopyAllocate +DnsNetworkInfo_CreateFromFAZ +DnsNetworkInformation_CreateFromFAZ +DnsNotifyResolver +DnsNotifyResolverClusterIp +DnsNotifyResolverEx +DnsQueryConfig +DnsQueryConfigAllocEx +DnsQueryConfigDword +DnsQueryEx +DnsQueryExA +DnsQueryExUTF8 +DnsQueryExW +DnsQuery_A +DnsQuery_UTF8 +DnsQuery_W +DnsRecordBuild_UTF8 +DnsRecordBuild_W +DnsRecordCompare +DnsRecordCopyEx +DnsRecordListFree +DnsRecordListUnmapV4MappedAAAAInPlace +DnsRecordSetCompare +DnsRecordSetCopyEx +DnsRecordSetDetach +DnsRecordStringForType +DnsRecordStringForWritableType +DnsRecordTypeForName +DnsRegisterLocal +DnsReleaseContextHandle +DnsRemoveRegistrations +DnsReplaceRecordSetA +DnsReplaceRecordSetUTF8 +DnsReplaceRecordSetW +DnsResetQueryRetryTimeouts +DnsResolverOp +DnsScreenLocalAddrsForRegistration +DnsServiceBrowse +DnsServiceBrowseCancel +DnsServiceConstructInstance +DnsServiceCopyInstance +DnsServiceDeRegister +DnsServiceFreeInstance +DnsServiceRegister +DnsServiceRegisterCancel +DnsServiceResolve +DnsServiceResolveCancel +DnsSetConfigDword +DnsSetQueryRetryTimeouts +DnsStartMulticastQuery +DnsStatusString +DnsStopMulticastQuery +DnsStringCopyAllocateEx +DnsTraceServerConfig +DnsUnicodeToUtf8 +DnsUpdate +DnsUpdateMachinePresence +DnsUpdateTest_A +DnsUpdateTest_UTF8 +DnsUpdateTest_W +DnsUtf8ToUnicode +DnsValidateNameOrIp_TempW +DnsValidateName_A +DnsValidateName_UTF8 +DnsValidateName_W +DnsValidateServerArray_A +DnsValidateServerArray_W +DnsValidateServerStatus +DnsValidateServer_A +DnsValidateServer_W +DnsValidateUtf8Byte +DnsWriteQuestionToBuffer_UTF8 +DnsWriteQuestionToBuffer_W +DnsWriteReverseNameStringForIpAddress +Dns_AddRecordsToMessage +Dns_AllocateMsgBuf +Dns_BuildPacket +Dns_CacheServiceCleanup +Dns_CacheServiceInit +Dns_CacheServiceStopIssued +Dns_CleanupWinsock +Dns_CloseConnection +Dns_CloseSocket +Dns_CreateMulticastSocket +Dns_CreateSocket +Dns_CreateSocketEx +Dns_ExtractRecordsFromMessage +Dns_FindAuthoritativeZoneLib +Dns_FreeMsgBuf +Dns_GetRandomXid +Dns_InitializeMsgBuf +Dns_InitializeMsgRemoteSockaddr +Dns_InitializeWinsock +Dns_OpenTcpConnectionAndSend +Dns_ParseMessage +Dns_ParsePacketRecord +Dns_PingAdapterServers +Dns_ReadPacketName +Dns_ReadPacketNameAllocate +Dns_ReadRecordStructureFromPacket +Dns_RecvTcp +Dns_ResetNetworkInfo +Dns_SendAndRecvUdp +Dns_SendEx +Dns_SetRecordDatalength +Dns_SetRecordsSection +Dns_SetRecordsTtl +Dns_SkipPacketName +Dns_SkipToRecord +Dns_UpdateLib +Dns_UpdateLibEx +Dns_WriteDottedNameToPacket +Dns_WriteQuestionToMessage +Dns_WriteRecordStructureToPacketEx +ExtraInfo_Init +Faz_AreServerListsInSameNameSpace +FlushDnsPolicyUnreachableStatus +GetCurrentTimeInSeconds +HostsFile_Close +HostsFile_Open +HostsFile_ReadLine +IpHelp_IsAddrOnLink +Local_GetRecordsForLocalName +Local_GetRecordsForLocalNameEx +NetInfo_Build +NetInfo_Clean +NetInfo_Copy +NetInfo_CopyNetworkIndex +NetInfo_CreatePerNetworkNetinfo +NetInfo_Free +NetInfo_GetAdapterByAddress +NetInfo_GetAdapterByInterfaceIndex +NetInfo_GetAdapterByName +NetInfo_IsAddrConfig +NetInfo_IsForUpdate +NetInfo_IsTcpipConfigChange +NetInfo_ResetServerPriorities +NetInfo_UpdateDnsInterfaceConfigChange +NetInfo_UpdateNetworkProperties +NetInfo_UpdateServerReachability +QueryDirectEx +Query_Cancel +Query_Main +Reg_FreeUpdateInfo +Reg_GetValueEx +Reg_ReadGlobalsEx +Reg_ReadUpdateInfo +Security_ContextListTimeout +Send_AndRecvUdpWithParam +Send_MessagePrivate +Send_MessagePrivateEx +Send_OpenTcpConnectionAndSend +Socket_CacheCleanup +Socket_CacheInit +Socket_CleanupWinsock +Socket_ClearMessageSockets +Socket_CloseEx +Socket_CloseMessageSockets +Socket_Create +Socket_CreateMulticast +Socket_InitWinsock +Socket_JoinMulticast +Socket_RecvFrom +Socket_SetMulticastInterface +Socket_SetMulticastLoopBack +Socket_SetTtl +Socket_TcpListen +Trace_Reset +Update_ReplaceAddressRecordsW +Util_IsIp6Running diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dnsrslvr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dnsrslvr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dnsrslvr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dnsrslvr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Definition file of dnsrslvr.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "dnsrslvr.dll" +EXPORTS +LoadGPExtension +Reg_DoRegisterAdapter +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/drprov.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/drprov.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/drprov.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/drprov.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of drprov.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "drprov.dll" +EXPORTS +NPAddConnection +NPAddConnection3 +NPCancelConnection +NPCloseEnum +NPEnumResource +NPGetCaps +NPGetConnection +NPGetResourceInformation +NPGetResourceParent +NPGetUniversalName +NPOpenEnum +NPGetConnectionPerformance diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsauth.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsauth.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsauth.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsauth.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +; +; Exports of file DSAUTH.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DSAUTH.dll +EXPORTS +DhcpAddServerDS +DhcpDeleteServerDS +DhcpDsAddServer +DhcpDsCleanupDS +DhcpDsDelServer +DhcpDsEnumServers +DhcpDsGetAttribs +DhcpDsGetLists +DhcpDsGetRoot +DhcpDsInitDS +DhcpDsSetLists +DhcpDsValidateService +DhcpEnumServersDS +StoreBeginSearch +StoreCleanupHandle +StoreCollectAttributes +StoreCreateObjectVA +StoreDeleteObject +StoreEndSearch +StoreGetHandle +StoreInitHandle +StoreSearchGetNext +StoreSetSearchOneLevel +StoreSetSearchSubTree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dskquota.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dskquota.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dskquota.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dskquota.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file DSKQUOTA.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DSKQUOTA.dll +EXPORTS +ProcessGroupPolicy +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsound.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsound.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsound.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsound.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +; +; Exports of file DSOUND.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DSOUND.dll +EXPORTS +DirectSoundCreate +DirectSoundEnumerateA +DirectSoundEnumerateW +DllCanUnloadNow +DllGetClassObject +DirectSoundCaptureCreate +DirectSoundCaptureEnumerateA +DirectSoundCaptureEnumerateW +GetDeviceID +DirectSoundFullDuplexCreate +DirectSoundCreate8 +DirectSoundCaptureCreate8 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsprop.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsprop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsprop.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsprop.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +; +; Exports of file dsprop.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY dsprop.dll +EXPORTS +CheckADsError +CrackName +DSPROP_GetGCSearchOnDomain +ErrMsg +ErrMsgParam +FindSheet +MsgBox +ReportError +Smart_PADS_ATTR_INFO__Empty +ADsPropCheckIfWritable +ADsPropCreateNotifyObj +ADsPropGetInitInfo +ADsPropSendErrorMessage +ADsPropSetHwnd +ADsPropSetHwndWithTitle +ADsPropShowErrorDialog +BringSheetToForeground +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +IsSheetAlreadyUp +PostADsPropSheet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsquery.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsquery.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsquery.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsquery.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file dsquery.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY dsquery.dll +EXPORTS +OpenSavedDsQuery +OpenSavedDsQueryW +OpenQueryWindow +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsrole.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsrole.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsrole.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsrole.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of dsrole.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "dsrole.dll" +EXPORTS +DsRoleAbortDownlevelServerUpgrade +DsRoleCancel +DsRoleDcAsDc +DsRoleDcAsReplica +DsRoleDemoteDc +DsRoleDnsNameToFlatName +DsRoleFreeMemory +DsRoleGetDatabaseFacts +DsRoleGetDcOperationProgress +DsRoleGetDcOperationResults +DsRoleGetPrimaryDomainInformation +DsRoleIfmHandleFree +DsRoleServerSaveStateForUpgrade +DsRoleUpgradeDownlevelServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dssec.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dssec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dssec.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dssec.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file DSSEC.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DSSEC.dll +EXPORTS +DSCreateISecurityInfoObject +DSCreateSecurityPage +DSEditSecurity +DSCreateISecurityInfoObjectEx +DllCanUnloadNow +DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dssenh.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dssenh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dssenh.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dssenh.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,35 @@ +; +; Exports of file DSSENH.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY DSSENH.dll +EXPORTS +CPAcquireContext +CPCreateHash +CPDecrypt +CPDeriveKey +CPDestroyHash +CPDestroyKey +CPDuplicateHash +CPDuplicateKey +CPEncrypt +CPExportKey +CPGenKey +CPGenRandom +CPGetHashParam +CPGetKeyParam +CPGetProvParam +CPGetUserKey +CPHashData +CPHashSessionKey +CPImportKey +CPReleaseContext +CPSetHashParam +CPSetKeyParam +CPSetProvParam +CPSignHash +CPVerifySignature +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsuiext.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsuiext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dsuiext.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dsuiext.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file dsuiext.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY dsuiext.dll +EXPORTS +DsBrowseForContainerA +DsBrowseForContainerW +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllUnregisterServer +DsGetIcon +DsGetFriendlyClassName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/duser.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/duser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/duser.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/duser.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,157 @@ +LIBRARY "DUser.dll" +EXPORTS +DUserCastHandle +DUserDeleteGadget +GetStdColorBrushF +GetStdColorF +GetStdColorPenF +UtilDrawOutlineRect +AddGadgetMessageHandler +AddLayeredRef +AdjustClipInsideRef +AttachWndProcA +AttachWndProcW +AutoTrace +BeginTransition +BeginHideInputPaneAnimation +BeginShowInputPaneAnimation +BuildAnimation +BuildDropTarget +BuildInterpolation +CacheDWriteRenderTarget +ChangeCurrentAnimationScenario +ClearPushedOpacitiesFromGadgetTree +ClearTopmostVisual +CreateAction +CreateGadget +CreateTransition +CustomGadgetHitTestQuery +DUserBuildGadget +DUserCastClass +DUserCastDirect +DUserFindClass +DUserFlushDeferredMessages +DUserFlushMessages +DUserGetAlphaPRID +DUserGetGutsData +DUserGetRectPRID +DUserGetRotatePRID +DUserGetScalePRID +DUserInstanceOf +DUserPostEvent +DUserPostMethod +DUserRegisterGuts +DUserRegisterStub +DUserRegisterSuper +DUserSendEvent +DUserSendMethod +DUserStopAnimation +DUserStopPVLAnimation +DeleteHandle +DestroyPendingDCVisuals +DetachGadgetVisuals +DetachWndProc +DisableContainerHwnd +DrawGadgetTree +EndInputPaneAnimation +EndTransition +EnsureAnimationsEnabled +EnsureGadgetTransInitialized +EnumGadgets +FindGadgetFromPoint +FindGadgetMessages +FindGadgetTargetingInfo +FindStdColor +FireGadgetMessages +ForwardGadgetMessage +GadgetTransCompositionChanged +GadgetTransSettingChanged +GetActionTimeslice +GetCachedDWriteRenderTarget +GetDUserModule +GetDebug +GetFinalAnimatingPosition +GetGadget +GetGadgetAnimation +GetGadgetBitmap +GetGadgetBufferInfo +GetGadgetCenterPoint +GetGadgetFlags +GetGadgetFocus +GetGadgetLayerInfo +GetGadgetMessageFilter +GetGadgetProperty +GetGadgetRect +GetGadgetRgn +GetGadgetRootInfo +GetGadgetRotation +GetGadgetScale +GetGadgetSize +GetGadgetStyle +GetGadgetTicket +GetGadgetVisual +GetMessageExA +GetMessageExW +GetStdColorBrushI +GetStdColorI +GetStdColorName +GetStdColorPenI +GetStdPalette +GetTransitionInterface +InitGadgetComponent +InitGadgets +InvalidateGadget +InvalidateLayeredDescendants +IsGadgetParentChainStyle +IsInsideContext +IsStartDelete +LookupGadgetTicket +MapGadgetPoints +PeekMessageExA +PeekMessageExW +PlayTransition +PrintTransition +RegisterGadgetMessage +RegisterGadgetMessageString +RegisterGadgetProperty +ReleaseDetachedObjects +ReleaseLayeredRef +ReleaseMouseCapture +RemoveClippingImmunityFromVisual +RemoveGadgetMessageHandler +RemoveGadgetProperty +ResetDUserDevice +ScheduleGadgetTransitions +SetActionTimeslice +SetAtlasingHints +SetGadgetBufferInfo +SetGadgetCenterPoint +SetGadgetFillF +SetGadgetFillI +SetGadgetFlags +SetGadgetFocus +SetGadgetFocusEx +SetGadgetLayerInfo +SetGadgetMessageFilter +SetGadgetOrder +SetGadgetParent +SetGadgetProperty +SetGadgetRect +SetGadgetRootInfo +SetGadgetRotation +SetGadgetScale +SetGadgetStyle +SetHardwareDeviceUsage +SetMinimumDCompVersion +SetRestoreCachedLayeredRefFlag +SetTransitionVisualProperties +SetWindowResizeFlag +UninitGadgetComponent +UnregisterGadgetMessage +UnregisterGadgetMessageString +UnregisterGadgetProperty +UtilBuildFont +UtilDrawBlendRect +UtilGetColor +UtilSetBackground +WaitMessageEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dwmapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dwmapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dwmapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dwmapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,48 @@ +; +; Definition file of dwmapi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "dwmapi.dll" +EXPORTS +DwmpDxGetWindowSharedSurface +DwmpDxUpdateWindowSharedSurface +DwmEnableComposition +DwmAttachMilContent +DwmDefWindowProc +DwmDetachMilContent +DwmEnableBlurBehindWindow +DwmEnableMMCSS +DwmExtendFrameIntoClientArea +DwmFlush +DwmGetColorizationColor +DwmpDxBindSwapChain +DwmpDxUnbindSwapChain +DwmpDxgiIsThreadDesktopComposited +DwmGetCompositionTimingInfo +DwmGetGraphicsStreamClient +DwmpDxUpdateWindowRedirectionBltSurface +DwmpRenderFlick +DwmpAllocateSecurityDescriptor +DwmpFreeSecurityDescriptor +DwmpEnableDDASupport +DwmGetGraphicsStreamTransformHint +DwmTetherTextContact +DwmGetTransportAttributes +DwmGetWindowAttribute +DwmInvalidateIconicBitmaps +DwmIsCompositionEnabled +DwmModifyPreviousDxFrameDuration +DwmQueryThumbnailSourceSize +DwmRegisterThumbnail +DwmRenderGesture +DwmSetDxFrameDuration +DwmSetIconicLivePreviewBitmap +DwmSetIconicThumbnail +DwmSetPresentParameters +DwmSetWindowAttribute +DwmShowContact +DwmTetherContact +DwmTransitionOwnedWindow +DwmUnregisterThumbnail +DwmUpdateThumbnailProperties diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dwrite.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dwrite.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dwrite.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dwrite.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +; +; Definition file of DWrite.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "DWrite.dll" +EXPORTS +DWriteCreateFactory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dxgi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dxgi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dxgi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dxgi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,54 @@ +LIBRARY "dxgi.dll" +EXPORTS +CompatString +CompatValue +D3DKMTCloseAdapter +D3DKMTDestroyAllocation +D3DKMTDestroyContext +D3DKMTDestroyDevice +D3DKMTDestroySynchronizationObject +D3DKMTQueryAdapterInfo +D3DKMTSetDisplayPrivateDriverFormat +D3DKMTSignalSynchronizationObject +D3DKMTUnlock +D3DKMTWaitForSynchronizationObject +DXGIDumpJournal +DXGIRevertToSxS +OpenAdapter10 +OpenAdapter10_2 +SetAppCompatStringPointer +CreateDXGIFactory +CreateDXGIFactory1 +CreateDXGIFactory2 +D3DKMTCreateAllocation +D3DKMTCreateContext +D3DKMTCreateDevice +D3DKMTCreateSynchronizationObject +D3DKMTEscape +D3DKMTGetContextSchedulingPriority +D3DKMTGetDeviceState +D3DKMTGetDisplayModeList +D3DKMTGetMultisampleMethodList +D3DKMTGetRuntimeData +D3DKMTGetSharedPrimaryHandle +D3DKMTLock +D3DKMTOpenAdapterFromHdc +D3DKMTOpenResource +D3DKMTPresent +D3DKMTQueryAllocationResidency +D3DKMTQueryResourceInfo +D3DKMTRender +D3DKMTSetAllocationPriority +D3DKMTSetContextSchedulingPriority +D3DKMTSetDisplayMode +D3DKMTSetGammaRamp +D3DKMTSetVidPnSourceOwner +D3DKMTWaitForSynchronizationObject +D3DKMTWaitForVerticalBlankEvent +DXGID3D10CreateDevice +DXGID3D10CreateLayeredDevice +DXGID3D10ETWRundown +DXGID3D10GetLayeredDeviceSize +DXGID3D10RegisterLayers +DXGIGetDebugInterface1 +DXGIReportAdapterConfiguration diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/dxva2.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/dxva2.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/dxva2.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/dxva2.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +LIBRARY "dxva2.dll" +EXPORTS +CapabilitiesRequestAndCapabilitiesReply +DXVA2CreateDirect3DDeviceManager9 +DXVA2CreateVideoService +DXVAHD_CreateDevice +DegaussMonitor +DestroyPhysicalMonitor +DestroyPhysicalMonitors +GetCapabilitiesStringLength +GetMonitorBrightness +GetMonitorCapabilities +GetMonitorColorTemperature +GetMonitorContrast +GetMonitorDisplayAreaPosition +GetMonitorDisplayAreaSize +GetMonitorRedGreenOrBlueDrive +GetMonitorRedGreenOrBlueGain +GetMonitorTechnologyType +GetNumberOfPhysicalMonitorsFromHMONITOR +GetNumberOfPhysicalMonitorsFromIDirect3DDevice9 +GetPhysicalMonitorsFromHMONITOR +GetPhysicalMonitorsFromIDirect3DDevice9 +GetTimingReport +GetVCPFeatureAndVCPFeatureReply +OPMGetVideoOutputsFromHMONITOR +OPMGetVideoOutputsFromIDirect3DDevice9Object +RestoreMonitorFactoryColorDefaults +RestoreMonitorFactoryDefaults +SaveCurrentMonitorSettings +SaveCurrentSettings +SetMonitorBrightness +SetMonitorColorTemperature +SetMonitorContrast +SetMonitorDisplayAreaPosition +SetMonitorDisplayAreaSize +SetMonitorRedGreenOrBlueDrive +SetMonitorRedGreenOrBlueGain +SetVCPFeature +UABGetCertificate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappcfg.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappcfg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappcfg.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappcfg.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Definition file of eappcfg.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "eappcfg.dll" +EXPORTS +EapHostPeerConfigBlob2Xml +EapHostPeerConfigXml2Blob +EapHostPeerCreateMethodConfiguration +EapHostPeerCredentialsXml2Blob +EapHostPeerFreeErrorMemory +EapHostPeerFreeMemory +EapHostPeerGetMethodProperties +EapHostPeerGetMethods +EapHostPeerInvokeConfigUI +EapHostPeerInvokeIdentityUI +EapHostPeerInvokeInteractiveUI +EapHostPeerQueryCredentialInputFields +EapHostPeerQueryInteractiveUIInputFields +EapHostPeerQueryUIBlobFromInteractiveUIInputFields +EapHostPeerQueryUserBlobFromCredentialInputFields diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappgnui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappgnui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappgnui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappgnui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Definition file of GenericUI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "GenericUI.dll" +EXPORTS +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +EapPeerFreeErrorMemory +EapPeerFreeMemory +EapPeerInvokeIdentityUI diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/eapphost.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/eapphost.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/eapphost.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/eapphost.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Definition file of eapphost.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "eapphost.dll" +EXPORTS +OnSessionChange +InitializeEapHost +StopServiceOnLowPower +UninitializeEapHost diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappprxy.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappprxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/eappprxy.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/eappprxy.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +; +; Definition file of eappprxy.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "eappprxy.dll" +EXPORTS +EapHostPeerBeginSession +EapHostPeerClearConnection +EapHostPeerEndSession +EapHostPeerFreeEapError +EapHostPeerFreeRuntimeMemory +EapHostPeerGetAuthStatus +EapHostPeerGetIdentity +EapHostPeerGetResponseAttributes +EapHostPeerGetResult +EapHostPeerGetSendPacket +EapHostPeerGetUIContext +EapHostPeerInitialize +EapHostPeerProcessReceivedPacket +EapHostPeerSetResponseAttributes +EapHostPeerSetUIContext +EapHostPeerUninitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/efsadu.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/efsadu.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/efsadu.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/efsadu.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of EFSADU.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "EFSADU.dll" +EXPORTS +AddUserToObjectW +BackCurrentEfsCert +EfsDetail +EfsUIUtilCheckScardStatus +EfsUIUtilCreateSelfSignedCertificate +EfsUIUtilEncryptMyDocuments +EfsUIUtilEnrollEfsCertificate +EfsUIUtilEnrollEfsCertificateEx +EfsUIUtilInstallDra +EfsUIUtilKeyBackup +EfsUIUtilPromptForPin +EfsUIUtilPromptForPinDialog +EfsUIUtilSelectCard +EfsUIUtilShowBalloonAndWait diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/elscore.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/elscore.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/elscore.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/elscore.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of elscore.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "elscore.dll" +EXPORTS +MappingDoAction +MappingFreePropertyBag +MappingFreeServices +MappingGetServices +MappingRecognizeText diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/esentprf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/esentprf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/esentprf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/esentprf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file ESENTPRF.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ESENTPRF.dll +EXPORTS +ClosePerformanceData +CollectPerformanceData +OpenPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/fdeploy.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/fdeploy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/fdeploy.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/fdeploy.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Definition file of fdeploy.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "fdeploy.dll" +EXPORTS +ProcessWmiPolicy +GenerateGroupPolicy +ProcessGroupPolicyEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/feclient.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/feclient.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/feclient.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/feclient.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of FeClient.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "FeClient.dll" +EXPORTS +EfsClientEncryptFileEx +EfsClientFreeProtectorList +EfsClientQueryProtectors +EfsUtilGetCurrentKey +FeClientInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/filemgmt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/filemgmt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/filemgmt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/filemgmt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Definition file of FILEMGMT.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "FILEMGMT.DLL" +EXPORTS +CacheSettingsDlg +CacheSettingsDlg2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/fltlib.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/fltlib.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/fltlib.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/fltlib.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,37 @@ +; +; Exports of file FLTLIB.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY FLTLIB.DLL +EXPORTS +FilterAttach +FilterAttachAtAltitude +FilterClose +FilterConnectCommunicationPort +FilterCreate +FilterDetach +FilterFindClose +FilterFindFirst +FilterFindNext +FilterGetDosName +FilterGetInformation +FilterGetMessage +FilterInstanceClose +FilterInstanceCreate +FilterInstanceFindClose +FilterInstanceFindFirst +FilterInstanceFindNext +FilterInstanceGetInformation +FilterLoad +FilterReplyMessage +FilterSendMessage +FilterUnload +FilterVolumeClose +FilterVolumeFindClose +FilterVolumeFindFirst +FilterVolumeFindNext +FilterVolumeInstanceFindClose +FilterVolumeInstanceFindFirst +FilterVolumeInstanceFindNext diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/fmifs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/fmifs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/fmifs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/fmifs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +; +; Definition file of FMIFS.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "FMIFS.dll" +EXPORTS +GetFirstCorruptionInfo +Chkdsk +ChkdskEx +ComputeFmMediaType +DiskCopy +EnableVolumeCompression +EnableVolumeIntegrity +Extend +Format +FormatEx +FormatEx2 +FreeCorruptionInfo +GetCorruptionInfoClose +GetDefaultFileSystem +GetNextCorruptionInfo +QueryAvailableFileSystemFormat +QueryCorruptionState +QueryCorruptionStateByHandle +QueryDeviceInformation +QueryDeviceInformationByHandle +QueryFileSystemName +QueryIsDiskCheckScheduledForNextBoot +QueryLatestFileSystemVersion +QuerySupportedMedia +SetLabel diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/fontsub.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/fontsub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/fontsub.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/fontsub.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file FONTSUB.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY FONTSUB.dll +EXPORTS +CreateFontPackage +MergeFontPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/gdi32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/gdi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/gdi32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/gdi32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,834 @@ +; +; Definition file of GDI32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "GDI32.dll" +EXPORTS +ord_1000 @1000 +ord_1001 @1001 +ord_1002 @1002 +ord_1003 @1003 +ord_1004 @1004 +ord_1005 @1005 +ord_1006 @1006 +ord_1007 @1007 +ord_1008 @1008 +ord_1009 @1009 +ord_1010 @1010 +AbortDoc +AbortPath +ord_1013 @1013 +ord_1014 @1014 +AddFontMemResourceEx +AddFontResourceA +AddFontResourceExA +AddFontResourceExW +AddFontResourceTracking +AddFontResourceW +AngleArc +AnimatePalette +AnyLinkedFonts +Arc +ArcTo +BRUSHOBJ_hGetColorTransform +BRUSHOBJ_pvAllocRbrush +BRUSHOBJ_pvGetRbrush +BRUSHOBJ_ulGetBrushColor +BeginGdiRendering +BeginPath +BitBlt +CLIPOBJ_bEnum +CLIPOBJ_cEnumStart +CLIPOBJ_ppoGetPath +CancelDC +CheckColorsInGamut +ChoosePixelFormat +Chord +ClearBitmapAttributes +ClearBrushAttributes +CloseEnhMetaFile +CloseFigure +CloseMetaFile +ColorCorrectPalette +ColorMatchToTarget +CombineRgn +CombineTransform +ConfigureOPMProtectedOutput +CopyEnhMetaFileA +CopyEnhMetaFileW +CopyMetaFileA +CopyMetaFileW +CreateBitmap +CreateBitmapFromDxSurface +CreateBitmapFromDxSurface2 +CreateBitmapIndirect +CreateBrushIndirect +CreateColorSpaceA +CreateColorSpaceW +CreateCompatibleBitmap +CreateCompatibleDC +CreateDCA +CreateDCW +CreateDIBPatternBrush +CreateDIBPatternBrushPt +CreateDIBSection +CreateDIBitmap +CreateDiscardableBitmap +CreateEllipticRgn +CreateEllipticRgnIndirect +CreateEnhMetaFileA +CreateEnhMetaFileW +CreateFontA +CreateFontIndirectA +CreateFontIndirectExA +CreateFontIndirectExW +CreateFontIndirectW +CreateFontW +CreateHalftonePalette +CreateHatchBrush +CreateICA +CreateICW +CreateMetaFileA +CreateMetaFileW +CreateOPMProtectedOutputs +CreatePalette +CreatePatternBrush +CreatePen +CreatePenIndirect +CreatePolyPolygonRgn +CreatePolygonRgn +CreateRectRgn +CreateRectRgnIndirect +CreateRoundRectRgn +CreateScalableFontResourceA +CreateScalableFontResourceW +CreateSessionMappedDIBSection +CreateSolidBrush +D3DKMTAcquireKeyedMutex +D3DKMTAcquireKeyedMutex2 +D3DKMTCacheHybridQueryValue +D3DKMTCheckExclusiveOwnership +D3DKMTCheckMonitorPowerState +D3DKMTCheckMultiPlaneOverlaySupport +D3DKMTCheckOcclusion +D3DKMTCheckSharedResourceAccess +D3DKMTCheckVidPnExclusiveOwnership +D3DKMTCloseAdapter +D3DKMTConfigureSharedResource +D3DKMTCreateAllocation +D3DKMTCreateAllocation2 +D3DKMTCreateContext +D3DKMTCreateDCFromMemory +D3DKMTCreateDevice +D3DKMTCreateKeyedMutex +D3DKMTCreateKeyedMutex2 +D3DKMTCreateOutputDupl +D3DKMTCreateOverlay +D3DKMTCreateSynchronizationObject +D3DKMTCreateSynchronizationObject2 +D3DKMTDestroyAllocation +D3DKMTDestroyContext +D3DKMTDestroyDCFromMemory +D3DKMTDestroyDevice +D3DKMTDestroyKeyedMutex +D3DKMTDestroyOutputDupl +D3DKMTDestroyOverlay +D3DKMTDestroySynchronizationObject +D3DKMTEnumAdapters +D3DKMTEscape +D3DKMTFlipOverlay +D3DKMTGetCachedHybridQueryValue +D3DKMTGetContextInProcessSchedulingPriority +D3DKMTGetContextSchedulingPriority +D3DKMTGetDeviceState +D3DKMTGetDisplayModeList +D3DKMTGetMultisampleMethodList +D3DKMTGetOverlayState +D3DKMTGetPresentHistory +D3DKMTGetPresentQueueEvent +D3DKMTGetProcessSchedulingPriorityClass +D3DKMTGetRuntimeData +D3DKMTGetScanLine +D3DKMTGetSharedPrimaryHandle +D3DKMTGetSharedResourceAdapterLuid +D3DKMTInvalidateActiveVidPn +D3DKMTLock +D3DKMTNetDispGetNextChunkInfo +D3DKMTNetDispQueryMiracastDisplayDeviceStatus +D3DKMTNetDispQueryMiracastDisplayDeviceSupport +D3DKMTNetDispStartMiracastDisplayDevice +D3DKMTNetDispStartMiracastDisplayDevice2 +D3DKMTNetDispStopMiracastDisplayDevice +D3DKMTOfferAllocations +D3DKMTOpenAdapterFromDeviceName +D3DKMTOpenAdapterFromGdiDisplayName +D3DKMTOpenAdapterFromHdc +D3DKMTOpenAdapterFromLuid +D3DKMTOpenKeyedMutex +D3DKMTOpenKeyedMutex2 +D3DKMTOpenNtHandleFromName +D3DKMTOpenResource +D3DKMTOpenResource2 +D3DKMTOpenResourceFromNtHandle +D3DKMTOpenSyncObjectFromNtHandle +D3DKMTOpenSynchronizationObject +D3DKMTOutputDuplGetFrameInfo +D3DKMTOutputDuplGetMetaData +D3DKMTOutputDuplGetPointerShapeData +D3DKMTOutputDuplPresent +D3DKMTOutputDuplReleaseFrame +D3DKMTPinDirectFlipResources +D3DKMTPollDisplayChildren +D3DKMTPresent +D3DKMTPresentMultiPlaneOverlay +D3DKMTQueryAdapterInfo +D3DKMTQueryAllocationResidency +D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName +D3DKMTQueryResourceInfo +D3DKMTQueryResourceInfoFromNtHandle +D3DKMTQueryStatistics +D3DKMTReclaimAllocations +D3DKMTReleaseKeyedMutex +D3DKMTReleaseKeyedMutex2 +D3DKMTReleaseProcessVidPnSourceOwners +D3DKMTRender +D3DKMTSetAllocationPriority +D3DKMTSetContextInProcessSchedulingPriority +D3DKMTSetContextSchedulingPriority +D3DKMTSetDisplayMode +D3DKMTSetDisplayPrivateDriverFormat +D3DKMTSetGammaRamp +D3DKMTSetProcessSchedulingPriorityClass +D3DKMTSetQueuedLimit +D3DKMTSetStereoEnabled +D3DKMTSetVidPnSourceOwner +D3DKMTSetVidPnSourceOwner1 +D3DKMTShareObjects +D3DKMTSharedPrimaryLockNotification +D3DKMTSharedPrimaryUnLockNotification +D3DKMTSignalSynchronizationObject +D3DKMTSignalSynchronizationObject2 +D3DKMTUnlock +D3DKMTUnpinDirectFlipResources +D3DKMTUpdateOverlay +D3DKMTWaitForIdle +D3DKMTWaitForSynchronizationObject +D3DKMTWaitForSynchronizationObject2 +D3DKMTWaitForVerticalBlankEvent +D3DKMTWaitForVerticalBlankEvent2 +DDCCIGetCapabilitiesString +DDCCIGetCapabilitiesStringLength +DDCCIGetTimingReport +DDCCIGetVCPFeature +DDCCISaveCurrentSettings +DDCCISetVCPFeature +DPtoLP +DdCreateFullscreenSprite +DdDestroyFullscreenSprite +DdEntry0 +DdEntry1 +DdEntry10 +DdEntry11 +DdEntry12 +DdEntry13 +DdEntry14 +DdEntry15 +DdEntry16 +DdEntry17 +DdEntry18 +DdEntry19 +DdEntry2 +DdEntry20 +DdEntry21 +DdEntry22 +DdEntry23 +DdEntry24 +DdEntry25 +DdEntry26 +DdEntry27 +DdEntry28 +DdEntry29 +DdEntry3 +DdEntry30 +DdEntry31 +DdEntry32 +DdEntry33 +DdEntry34 +DdEntry35 +DdEntry36 +DdEntry37 +DdEntry38 +DdEntry39 +DdEntry4 +DdEntry40 +DdEntry41 +DdEntry42 +DdEntry43 +DdEntry44 +DdEntry45 +DdEntry46 +DdEntry47 +DdEntry48 +DdEntry49 +DdEntry5 +DdEntry50 +DdEntry51 +DdEntry52 +DdEntry53 +DdEntry54 +DdEntry55 +DdEntry56 +DdEntry6 +DdEntry7 +DdEntry8 +DdEntry9 +DdNotifyFullscreenSpriteUpdate +DdQueryVisRgnUniqueness +DeleteColorSpace +DeleteDC +DeleteEnhMetaFile +DeleteMetaFile +DeleteObject +DescribePixelFormat +DestroyOPMProtectedOutput +DestroyPhysicalMonitorInternal +DeviceCapabilitiesExA +DeviceCapabilitiesExW +DrawEscape +Ellipse +EnableEUDC +EndDoc +EndFormPage +EndGdiRendering +EndPage +EndPath +EngAcquireSemaphore +EngAlphaBlend +EngAssociateSurface +EngBitBlt +EngCheckAbort +EngComputeGlyphSet +EngCopyBits +EngCreateBitmap +EngCreateClip +EngCreateDeviceBitmap +EngCreateDeviceSurface +EngCreatePalette +EngCreateSemaphore +EngDeleteClip +EngDeletePalette +EngDeletePath +EngDeleteSemaphore +EngDeleteSurface +EngEraseSurface +EngFillPath +EngFindResource +EngFreeModule +EngGetCurrentCodePage +EngGetDriverName +EngGetPrinterDataFileName +EngGradientFill +EngLineTo +EngLoadModule +EngLockSurface +EngMarkBandingSurface +EngMultiByteToUnicodeN +EngMultiByteToWideChar +EngPaint +EngPlgBlt +EngQueryEMFInfo +EngQueryLocalTime +EngReleaseSemaphore +EngStretchBlt +EngStretchBltROP +EngStrokeAndFillPath +EngStrokePath +EngTextOut +EngTransparentBlt +EngUnicodeToMultiByteN +EngUnlockSurface +EngWideCharToMultiByte +EnumEnhMetaFile +EnumFontFamiliesA +EnumFontFamiliesExA +EnumFontFamiliesExW +EnumFontFamiliesW +EnumFontsA +EnumFontsW +EnumICMProfilesA +EnumICMProfilesW +EnumMetaFile +EnumObjects +EqualRgn +Escape +EudcLoadLinkW +EudcUnloadLinkW +ExcludeClipRect +ExtCreatePen +ExtCreateRegion +ExtEscape +ExtFloodFill +ExtSelectClipRgn +ExtTextOutA +ExtTextOutW +FONTOBJ_cGetAllGlyphHandles +FONTOBJ_cGetGlyphs +FONTOBJ_pQueryGlyphAttrs +FONTOBJ_pfdg +FONTOBJ_pifi +FONTOBJ_pvTrueTypeFontFile +FONTOBJ_pxoGetXform +FONTOBJ_vGetInfo +FillPath +FillRgn +FixBrushOrgEx +FlattenPath +FloodFill +FontIsLinked +FrameRgn +GdiAddFontResourceW +GdiAddGlsBounds +GdiAddGlsRecord +GdiAlphaBlend +GdiArtificialDecrementDriver +GdiCleanCacheDC +GdiClearStockObjectCache +GdiComment +GdiConsoleTextOut +GdiConvertAndCheckDC +GdiConvertBitmap +GdiConvertBitmapV5 +GdiConvertBrush +GdiConvertDC +GdiConvertEnhMetaFile +GdiConvertFont +GdiConvertMetaFilePict +GdiConvertPalette +GdiConvertRegion +GdiConvertToDevmodeW +GdiCreateLocalEnhMetaFile +GdiCreateLocalMetaFilePict +GdiDeleteLocalDC +GdiDeleteSpoolFileHandle +GdiDescribePixelFormat +GdiDllInitialize +GdiDrawStream +GdiEndDocEMF +GdiEndPageEMF +GdiEntry1 +GdiEntry10 +GdiEntry11 +GdiEntry12 +GdiEntry13 +GdiEntry14 +GdiEntry15 +GdiEntry16 +GdiEntry2 +GdiEntry3 +GdiEntry4 +GdiEntry5 +GdiEntry6 +GdiEntry7 +GdiEntry8 +GdiEntry9 +GdiFixUpHandle +GdiFlush +GdiFullscreenControl +GdiGetBatchLimit +GdiGetBitmapBitsSize +GdiGetCharDimensions +GdiGetCodePage +GdiGetDC +GdiGetDevmodeForPage +GdiGetLocalBrush +GdiGetLocalDC +GdiGetLocalFont +GdiGetPageCount +GdiGetPageHandle +GdiGetSpoolFileHandle +GdiGetSpoolMessage +GdiGradientFill +GdiInitSpool +GdiInitializeLanguagePack +GdiIsMetaFileDC +GdiIsMetaPrintDC +GdiIsPlayMetafileDC +GdiIsScreenDC +GdiIsUMPDSandboxingEnabled +GdiLoadType1Fonts +GdiPlayDCScript +GdiPlayEMF +GdiPlayJournal +GdiPlayPageEMF +GdiPlayPrivatePageEMF +GdiPlayScript +GdiPrinterThunk +GdiProcessSetup +GdiQueryFonts +GdiQueryTable +GdiRealizationInfo +GdiReleaseDC +GdiReleaseLocalDC +GdiResetDCEMF +GdiSetAttrs +GdiSetBatchLimit +GdiSetLastError +GdiSetPixelFormat +GdiSetServerAttr +GdiStartDocEMF +GdiStartPageEMF +GdiSwapBuffers +GdiTransparentBlt +GdiValidateHandle +GetArcDirection +GetAspectRatioFilterEx +GetBitmapAttributes +GetBitmapBits +GetBitmapDimensionEx +GetBkColor +GetBkMode +GetBoundsRect +GetBrushAttributes +GetBrushOrgEx +GetCOPPCompatibleOPMInformation +GetCertificate +GetCertificateSize +GetCharABCWidthsA +GetCharABCWidthsFloatA +GetCharABCWidthsFloatW +GetCharABCWidthsI +GetCharABCWidthsW +GetCharWidth32A +GetCharWidth32W +GetCharWidthA +GetCharWidthFloatA +GetCharWidthFloatW +GetCharWidthI +GetCharWidthInfo +GetCharWidthW +GetCharacterPlacementA +GetCharacterPlacementW +GetClipBox +GetClipRgn +GetColorAdjustment +GetColorSpace +GetCurrentDpiInfo +GetCurrentObject +GetCurrentPositionEx +GetDCBrushColor +GetDCOrgEx +GetDCPenColor +GetDIBColorTable +GetDIBits +GetDeviceCaps +GetDeviceGammaRamp +GetETM +GetEUDCTimeStamp +GetEUDCTimeStampExW +GetEnhMetaFileA +GetEnhMetaFileBits +GetEnhMetaFileDescriptionA +GetEnhMetaFileDescriptionW +GetEnhMetaFileHeader +GetEnhMetaFilePaletteEntries +GetEnhMetaFilePixelFormat +GetEnhMetaFileW +GetFontAssocStatus +GetFontData +GetFontFileData +GetFontFileInfo +GetFontLanguageInfo +GetFontRealizationInfo +GetFontResourceInfoW +GetFontUnicodeRanges +GetGlyphIndicesA +GetGlyphIndicesW +GetGlyphOutline +GetGlyphOutlineA +GetGlyphOutlineW +GetGlyphOutlineWow +GetGraphicsMode +GetHFONT +GetICMProfileA +GetICMProfileW +GetKerningPairs +GetKerningPairsA +GetKerningPairsW +GetLayout +GetLogColorSpaceA +GetLogColorSpaceW +GetMapMode +GetMetaFileA +GetMetaFileBitsEx +GetMetaFileW +GetMetaRgn +GetMiterLimit +GetNearestColor +GetNearestPaletteIndex +GetNumberOfPhysicalMonitors +GetOPMInformation +GetOPMRandomNumber +GetObjectA +GetObjectType +GetObjectW +GetOutlineTextMetricsA +GetOutlineTextMetricsW +GetPaletteEntries +GetPath +GetPhysicalMonitorDescription +GetPhysicalMonitors +GetPixel +GetPixelFormat +GetPolyFillMode +GetROP2 +GetRandomRgn +GetRasterizerCaps +GetRegionData +GetRelAbs +GetRgnBox +GetStockObject +GetStretchBltMode +GetStringBitmapA +GetStringBitmapW +GetSuggestedOPMProtectedOutputArraySize +GetSystemPaletteEntries +GetSystemPaletteUse +GetTextAlign +GetTextCharacterExtra +GetTextCharset +GetTextCharsetInfo +GetTextColor +GetTextExtentExPointA +GetTextExtentExPointI +GetTextExtentExPointW +GetTextExtentExPointWPri +GetTextExtentPoint32A +GetTextExtentPoint32W +GetTextExtentPointA +GetTextExtentPointI +GetTextExtentPointW +GetTextFaceA +GetTextFaceAliasW +GetTextFaceW +GetTextMetricsA +GetTextMetricsW +GetTransform +GetViewportExtEx +GetViewportOrgEx +GetWinMetaFileBits +GetWindowExtEx +GetWindowOrgEx +GetWorldTransform +HT_Get8BPPFormatPalette +HT_Get8BPPMaskPalette +IntersectClipRect +InvertRgn +IsValidEnhMetaRecord +IsValidEnhMetaRecordOffExt +LPtoDP +LineDDA +LineTo +LpkDrawTextEx +LpkEditControl DATA +LpkExtTextOut +LpkGetCharacterPlacement +LpkGetTextExtentExPoint +LpkInitialize +LpkPSMTextOut +LpkPresent +LpkTabbedTextOut +LpkUseGDIWidthCache +MaskBlt +MirrorRgn +ModifyWorldTransform +MoveToEx +NamedEscape +OffsetClipRgn +OffsetRgn +OffsetViewportOrgEx +OffsetWindowOrgEx +PATHOBJ_bEnum +PATHOBJ_bEnumClipLines +PATHOBJ_vEnumStart +PATHOBJ_vEnumStartClipLines +PATHOBJ_vGetBounds +PaintRgn +PatBlt +PathToRegion +Pie +PlayEnhMetaFile +PlayEnhMetaFileRecord +PlayMetaFile +PlayMetaFileRecord +PlgBlt +PolyBezier +PolyBezierTo +PolyDraw +PolyPatBlt +PolyPolygon +PolyPolyline +PolyTextOutA +PolyTextOutW +Polygon +Polyline +PolylineTo +PtInRegion +PtVisible +QueryFontAssocStatus +RealizePalette +RectInRegion +RectVisible +Rectangle +RemoveFontMemResourceEx +RemoveFontResourceA +RemoveFontResourceExA +RemoveFontResourceExW +RemoveFontResourceTracking +RemoveFontResourceW +ResetDCA +ResetDCW +ResizePalette +RestoreDC +RoundRect +STROBJ_bEnum +STROBJ_bEnumPositionsOnly +STROBJ_bGetAdvanceWidths +STROBJ_dwGetCodePage +STROBJ_vEnumStart +SaveDC +ScaleViewportExtEx +ScaleWindowExtEx +ScriptApplyDigitSubstitution +ScriptApplyLogicalWidth +ScriptBreak +ScriptCPtoX +ScriptCacheGetHeight +ScriptFreeCache +ScriptGetCMap +ScriptGetFontAlternateGlyphs +ScriptGetFontFeatureTags +ScriptGetFontLanguageTags +ScriptGetFontProperties +ScriptGetFontScriptTags +ScriptGetGlyphABCWidth +ScriptGetLogicalWidths +ScriptGetProperties +ScriptIsComplex +ScriptItemize +ScriptItemizeOpenType +ScriptJustify +ScriptLayout +ScriptPlace +ScriptPlaceOpenType +ScriptPositionSingleGlyph +ScriptRecordDigitSubstitution +ScriptShape +ScriptShapeOpenType +ScriptStringAnalyse +ScriptStringCPtoX +ScriptStringFree +ScriptStringGetLogicalWidths +ScriptStringGetOrder +ScriptStringOut +ScriptStringValidate +ScriptStringXtoCP +ScriptString_pLogAttr +ScriptString_pSize +ScriptString_pcOutChars +ScriptSubstituteSingleGlyph +ScriptTextOut +ScriptXtoCP +SelectBrushLocal +SelectClipPath +SelectClipRgn +SelectFontLocal +SelectObject +SelectPalette +SetAbortProc +SetArcDirection +SetBitmapAttributes +SetBitmapBits +SetBitmapDimensionEx +SetBkColor +SetBkMode +SetBoundsRect +SetBrushAttributes +SetBrushOrgEx +SetColorAdjustment +SetColorSpace +SetDCBrushColor +SetDCPenColor +SetDIBColorTable +SetDIBits +SetDIBitsToDevice +SetDeviceGammaRamp +SetEnhMetaFileBits +SetFontEnumeration +SetGraphicsMode +SetICMMode +SetICMProfileA +SetICMProfileW +SetLayout +SetLayoutWidth +SetMagicColors +SetMapMode +SetMapperFlags +SetMetaFileBitsEx +SetMetaRgn +SetMiterLimit +SetOPMSigningKeyAndSequenceNumbers +SetPaletteEntries +SetPixel +SetPixelFormat +SetPixelV +SetPolyFillMode +SetROP2 +SetRectRgn +SetRelAbs +SetStretchBltMode +SetSystemPaletteUse +SetTextAlign +SetTextCharacterExtra +SetTextColor +SetTextJustification +SetViewportExtEx +SetViewportOrgEx +SetVirtualResolution +SetWinMetaFileBits +SetWindowExtEx +SetWindowOrgEx +SetWorldTransform +StartDocA +StartDocW +StartFormPage +StartPage +StretchBlt +StretchDIBits +StrokeAndFillPath +StrokePath +SwapBuffers +TextOutA +TextOutW +TranslateCharsetInfo +UnloadNetworkFonts +UnrealizeObject +UpdateColors +UpdateICMRegKeyA +UpdateICMRegKeyW +UspAllocCache +UspAllocTemp +UspFreeMem +WidenPath +XFORMOBJ_bApplyXform +XFORMOBJ_iGetXform +XLATEOBJ_cGetPalette +XLATEOBJ_hGetColorTransform +XLATEOBJ_iXlate +XLATEOBJ_piVector +bInitSystemAndFontsDirectoriesW +bMakePathNameW +cGetTTFFromFOT +ftsWordBreak +gdiPlaySpoolStream +ord_2000 @2000 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/gdiplus.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/gdiplus.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/gdiplus.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/gdiplus.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,637 @@ +; +; Definition file of gdiplus.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "gdiplus.dll" +EXPORTS +GdipAddPathArc +GdipAddPathArcI +GdipAddPathBezier +GdipAddPathBezierI +GdipAddPathBeziers +GdipAddPathBeziersI +GdipAddPathClosedCurve +GdipAddPathClosedCurve2 +GdipAddPathClosedCurve2I +GdipAddPathClosedCurveI +GdipAddPathCurve +GdipAddPathCurve2 +GdipAddPathCurve2I +GdipAddPathCurve3 +GdipAddPathCurve3I +GdipAddPathCurveI +GdipAddPathEllipse +GdipAddPathEllipseI +GdipAddPathLine +GdipAddPathLine2 +GdipAddPathLine2I +GdipAddPathLineI +GdipAddPathPath +GdipAddPathPie +GdipAddPathPieI +GdipAddPathPolygon +GdipAddPathPolygonI +GdipAddPathRectangle +GdipAddPathRectangleI +GdipAddPathRectangles +GdipAddPathRectanglesI +GdipAddPathString +GdipAddPathStringI +GdipAlloc +GdipBeginContainer +GdipBeginContainer2 +GdipBeginContainerI +GdipBitmapGetPixel +GdipBitmapLockBits +GdipBitmapSetPixel +GdipBitmapSetResolution +GdipBitmapUnlockBits +GdipClearPathMarkers +GdipCloneBitmapArea +GdipCloneBitmapAreaI +GdipCloneBrush +GdipCloneCustomLineCap +GdipCloneFont +GdipCloneFontFamily +GdipCloneImage +GdipCloneImageAttributes +GdipCloneMatrix +GdipClonePath +GdipClonePen +GdipCloneRegion +GdipCloneStringFormat +GdipClosePathFigure +GdipClosePathFigures +GdipCombineRegionPath +GdipCombineRegionRect +GdipCombineRegionRectI +GdipCombineRegionRegion +GdipComment +GdipCreateAdjustableArrowCap +GdipCreateBitmapFromDirectDrawSurface +GdipCreateBitmapFromFile +GdipCreateBitmapFromFileICM +GdipCreateBitmapFromGdiDib +GdipCreateBitmapFromGraphics +GdipCreateBitmapFromHBITMAP +GdipCreateBitmapFromHICON +GdipCreateBitmapFromResource +GdipCreateBitmapFromScan0 +GdipCreateBitmapFromStream +GdipCreateBitmapFromStreamICM +GdipCreateCachedBitmap +GdipCreateCustomLineCap +GdipCreateFont +GdipCreateFontFamilyFromName +GdipCreateFontFromDC +GdipCreateFontFromLogfontA +GdipCreateFontFromLogfontW +GdipCreateFromHDC +GdipCreateFromHDC2 +GdipCreateFromHWND +GdipCreateFromHWNDICM +GdipCreateHBITMAPFromBitmap +GdipCreateHICONFromBitmap +GdipCreateHalftonePalette +GdipCreateHatchBrush +GdipCreateImageAttributes +GdipCreateLineBrush +GdipCreateLineBrushFromRect +GdipCreateLineBrushFromRectI +GdipCreateLineBrushFromRectWithAngle +GdipCreateLineBrushFromRectWithAngleI +GdipCreateLineBrushI +GdipCreateMatrix +GdipCreateMatrix2 +GdipCreateMatrix3 +GdipCreateMatrix3I +GdipCreateMetafileFromEmf +GdipCreateMetafileFromFile +GdipCreateMetafileFromStream +GdipCreateMetafileFromWmf +GdipCreateMetafileFromWmfFile +GdipCreatePath +GdipCreatePath2 +GdipCreatePath2I +GdipCreatePathGradient +GdipCreatePathGradientFromPath +GdipCreatePathGradientI +GdipCreatePathIter +GdipCreatePen1 +GdipCreatePen2 +GdipCreateRegion +GdipCreateRegionHrgn +GdipCreateRegionPath +GdipCreateRegionRect +GdipCreateRegionRectI +GdipCreateRegionRgnData +GdipCreateSolidFill +GdipCreateStreamOnFile +GdipCreateStringFormat +GdipCreateTexture +GdipCreateTexture2 +GdipCreateTexture2I +GdipCreateTextureIA +GdipCreateTextureIAI +GdipDeleteBrush +GdipDeleteCachedBitmap +GdipDeleteCustomLineCap +GdipDeleteFont +GdipDeleteFontFamily +GdipDeleteGraphics +GdipDeleteMatrix +GdipDeletePath +GdipDeletePathIter +GdipDeletePen +GdipDeletePrivateFontCollection +GdipDeleteRegion +GdipDeleteStringFormat +GdipDisposeImage +GdipDisposeImageAttributes +GdipDrawArc +GdipDrawArcI +GdipDrawBezier +GdipDrawBezierI +GdipDrawBeziers +GdipDrawBeziersI +GdipDrawCachedBitmap +GdipDrawClosedCurve +GdipDrawClosedCurve2 +GdipDrawClosedCurve2I +GdipDrawClosedCurveI +GdipDrawCurve +GdipDrawCurve2 +GdipDrawCurve2I +GdipDrawCurve3 +GdipDrawCurve3I +GdipDrawCurveI +GdipDrawDriverString +GdipDrawEllipse +GdipDrawEllipseI +GdipDrawImage +GdipDrawImageI +GdipDrawImagePointRect +GdipDrawImagePointRectI +GdipDrawImagePoints +GdipDrawImagePointsI +GdipDrawImagePointsRect +GdipDrawImagePointsRectI +GdipDrawImageRect +GdipDrawImageRectI +GdipDrawImageRectRect +GdipDrawImageRectRectI +GdipDrawLine +GdipDrawLineI +GdipDrawLines +GdipDrawLinesI +GdipDrawPath +GdipDrawPie +GdipDrawPieI +GdipDrawPolygon +GdipDrawPolygonI +GdipDrawRectangle +GdipDrawRectangleI +GdipDrawRectangles +GdipDrawRectanglesI +GdipDrawString +GdipEmfToWmfBits +GdipEndContainer +GdipEnumerateMetafileDestPoint +GdipEnumerateMetafileDestPointI +GdipEnumerateMetafileDestPoints +GdipEnumerateMetafileDestPointsI +GdipEnumerateMetafileDestRect +GdipEnumerateMetafileDestRectI +GdipEnumerateMetafileSrcRectDestPoint +GdipEnumerateMetafileSrcRectDestPointI +GdipEnumerateMetafileSrcRectDestPoints +GdipEnumerateMetafileSrcRectDestPointsI +GdipEnumerateMetafileSrcRectDestRect +GdipEnumerateMetafileSrcRectDestRectI +GdipFillClosedCurve +GdipFillClosedCurve2 +GdipFillClosedCurve2I +GdipFillClosedCurveI +GdipFillEllipse +GdipFillEllipseI +GdipFillPath +GdipFillPie +GdipFillPieI +GdipFillPolygon +GdipFillPolygon2 +GdipFillPolygon2I +GdipFillPolygonI +GdipFillRectangle +GdipFillRectangleI +GdipFillRectangles +GdipFillRectanglesI +GdipFillRegion +GdipFlattenPath +GdipFlush +GdipFree +GdipGetAdjustableArrowCapFillState +GdipGetAdjustableArrowCapHeight +GdipGetAdjustableArrowCapMiddleInset +GdipGetAdjustableArrowCapWidth +GdipGetAllPropertyItems +GdipGetBrushType +GdipGetCellAscent +GdipGetCellDescent +GdipGetClip +GdipGetClipBounds +GdipGetClipBoundsI +GdipGetCompositingMode +GdipGetCompositingQuality +GdipGetCustomLineCapBaseCap +GdipGetCustomLineCapBaseInset +GdipGetCustomLineCapStrokeCaps +GdipGetCustomLineCapStrokeJoin +GdipGetCustomLineCapType +GdipGetCustomLineCapWidthScale +GdipGetDC +GdipGetDpiX +GdipGetDpiY +GdipGetEmHeight +GdipGetEncoderParameterList +GdipGetEncoderParameterListSize +GdipGetFamily +GdipGetFamilyName +GdipGetFontCollectionFamilyCount +GdipGetFontCollectionFamilyList +GdipGetFontHeight +GdipGetFontHeightGivenDPI +GdipGetFontSize +GdipGetFontStyle +GdipGetFontUnit +GdipGetGenericFontFamilyMonospace +GdipGetGenericFontFamilySansSerif +GdipGetGenericFontFamilySerif +GdipGetHatchBackgroundColor +GdipGetHatchForegroundColor +GdipGetHatchStyle +GdipGetHemfFromMetafile +GdipGetImageAttributesAdjustedPalette +GdipGetImageBounds +GdipGetImageDecoders +GdipGetImageDecodersSize +GdipGetImageDimension +GdipGetImageEncoders +GdipGetImageEncodersSize +GdipGetImageFlags +GdipGetImageGraphicsContext +GdipGetImageHeight +GdipGetImageHorizontalResolution +GdipGetImagePalette +GdipGetImagePaletteSize +GdipGetImagePixelFormat +GdipGetImageRawFormat +GdipGetImageThumbnail +GdipGetImageType +GdipGetImageVerticalResolution +GdipGetImageWidth +GdipGetInterpolationMode +GdipGetLineBlend +GdipGetLineBlendCount +GdipGetLineColors +GdipGetLineGammaCorrection +GdipGetLinePresetBlend +GdipGetLinePresetBlendCount +GdipGetLineRect +GdipGetLineRectI +GdipGetLineSpacing +GdipGetLineTransform +GdipGetLineWrapMode +GdipGetLogFontA +GdipGetLogFontW +GdipGetMatrixElements +GdipGetMetafileDownLevelRasterizationLimit +GdipGetMetafileHeaderFromEmf +GdipGetMetafileHeaderFromFile +GdipGetMetafileHeaderFromMetafile +GdipGetMetafileHeaderFromStream +GdipGetMetafileHeaderFromWmf +GdipGetNearestColor +GdipGetPageScale +GdipGetPageUnit +GdipGetPathData +GdipGetPathFillMode +GdipGetPathGradientBlend +GdipGetPathGradientBlendCount +GdipGetPathGradientCenterColor +GdipGetPathGradientCenterPoint +GdipGetPathGradientCenterPointI +GdipGetPathGradientFocusScales +GdipGetPathGradientGammaCorrection +GdipGetPathGradientPath +GdipGetPathGradientPointCount +GdipGetPathGradientPresetBlend +GdipGetPathGradientPresetBlendCount +GdipGetPathGradientRect +GdipGetPathGradientRectI +GdipGetPathGradientSurroundColorCount +GdipGetPathGradientSurroundColorsWithCount +GdipGetPathGradientTransform +GdipGetPathGradientWrapMode +GdipGetPathLastPoint +GdipGetPathPoints +GdipGetPathPointsI +GdipGetPathTypes +GdipGetPathWorldBounds +GdipGetPathWorldBoundsI +GdipGetPenBrushFill +GdipGetPenColor +GdipGetPenCompoundArray +GdipGetPenCompoundCount +GdipGetPenCustomEndCap +GdipGetPenCustomStartCap +GdipGetPenDashArray +GdipGetPenDashCap197819 +GdipGetPenDashCount +GdipGetPenDashOffset +GdipGetPenDashStyle +GdipGetPenEndCap +GdipGetPenFillType +GdipGetPenLineJoin +GdipGetPenMiterLimit +GdipGetPenMode +GdipGetPenStartCap +GdipGetPenTransform +GdipGetPenUnit +GdipGetPenWidth +GdipGetPixelOffsetMode +GdipGetPointCount +GdipGetPropertyCount +GdipGetPropertyIdList +GdipGetPropertyItem +GdipGetPropertyItemSize +GdipGetPropertySize +GdipGetRegionBounds +GdipGetRegionBoundsI +GdipGetRegionData +GdipGetRegionDataSize +GdipGetRegionHRgn +GdipGetRegionScans +GdipGetRegionScansCount +GdipGetRegionScansI +GdipGetRenderingOrigin +GdipGetSmoothingMode +GdipGetSolidFillColor +GdipGetStringFormatAlign +GdipGetStringFormatDigitSubstitution +GdipGetStringFormatFlags +GdipGetStringFormatHotkeyPrefix +GdipGetStringFormatLineAlign +GdipGetStringFormatMeasurableCharacterRangeCount +GdipGetStringFormatTabStopCount +GdipGetStringFormatTabStops +GdipGetStringFormatTrimming +GdipGetTextContrast +GdipGetTextRenderingHint +GdipGetTextureImage +GdipGetTextureTransform +GdipGetTextureWrapMode +GdipGetVisibleClipBounds +GdipGetVisibleClipBoundsI +GdipGetWorldTransform +GdipGraphicsClear +GdipImageForceValidation +GdipImageGetFrameCount +GdipImageGetFrameDimensionsCount +GdipImageGetFrameDimensionsList +GdipImageRotateFlip +GdipImageSelectActiveFrame +GdipInvertMatrix +GdipIsClipEmpty +GdipIsEmptyRegion +GdipIsEqualRegion +GdipIsInfiniteRegion +GdipIsMatrixEqual +GdipIsMatrixIdentity +GdipIsMatrixInvertible +GdipIsOutlineVisiblePathPoint +GdipIsOutlineVisiblePathPointI +GdipIsStyleAvailable +GdipIsVisibleClipEmpty +GdipIsVisiblePathPoint +GdipIsVisiblePathPointI +GdipIsVisiblePoint +GdipIsVisiblePointI +GdipIsVisibleRect +GdipIsVisibleRectI +GdipIsVisibleRegionPoint +GdipIsVisibleRegionPointI +GdipIsVisibleRegionRect +GdipIsVisibleRegionRectI +GdipLoadImageFromFile +GdipLoadImageFromFileICM +GdipLoadImageFromStream +GdipLoadImageFromStreamICM +GdipMeasureCharacterRanges +GdipMeasureDriverString +GdipMeasureString +GdipMultiplyLineTransform +GdipMultiplyMatrix +GdipMultiplyPathGradientTransform +GdipMultiplyPenTransform +GdipMultiplyTextureTransform +GdipMultiplyWorldTransform +GdipNewInstalledFontCollection +GdipNewPrivateFontCollection +GdipPathIterCopyData +GdipPathIterEnumerate +GdipPathIterGetCount +GdipPathIterGetSubpathCount +GdipPathIterHasCurve +GdipPathIterIsValid +GdipPathIterNextMarker +GdipPathIterNextMarkerPath +GdipPathIterNextPathType +GdipPathIterNextSubpath +GdipPathIterNextSubpathPath +GdipPathIterRewind +GdipPlayMetafileRecord +GdipPrivateAddFontFile +GdipPrivateAddMemoryFont +GdipRecordMetafile +GdipRecordMetafileFileName +GdipRecordMetafileFileNameI +GdipRecordMetafileI +GdipRecordMetafileStream +GdipRecordMetafileStreamI +GdipReleaseDC +GdipRemovePropertyItem +GdipResetClip +GdipResetImageAttributes +GdipResetLineTransform +GdipResetPageTransform +GdipResetPath +GdipResetPathGradientTransform +GdipResetPenTransform +GdipResetTextureTransform +GdipResetWorldTransform +GdipRestoreGraphics +GdipReversePath +GdipRotateLineTransform +GdipRotateMatrix +GdipRotatePathGradientTransform +GdipRotatePenTransform +GdipRotateTextureTransform +GdipRotateWorldTransform +GdipSaveAdd +GdipSaveAddImage +GdipSaveGraphics +GdipSaveImageToFile +GdipSaveImageToStream +GdipScaleLineTransform +GdipScaleMatrix +GdipScalePathGradientTransform +GdipScalePenTransform +GdipScaleTextureTransform +GdipScaleWorldTransform +GdipSetAdjustableArrowCapFillState +GdipSetAdjustableArrowCapHeight +GdipSetAdjustableArrowCapMiddleInset +GdipSetAdjustableArrowCapWidth +GdipSetClipGraphics +GdipSetClipHrgn +GdipSetClipPath +GdipSetClipRect +GdipSetClipRectI +GdipSetClipRegion +GdipSetCompositingMode +GdipSetCompositingQuality +GdipSetCustomLineCapBaseCap +GdipSetCustomLineCapBaseInset +GdipSetCustomLineCapStrokeCaps +GdipSetCustomLineCapStrokeJoin +GdipSetCustomLineCapWidthScale +GdipSetEmpty +GdipSetImageAttributesCachedBackground +GdipSetImageAttributesColorKeys +GdipSetImageAttributesColorMatrix +GdipSetImageAttributesGamma +GdipSetImageAttributesNoOp +GdipSetImageAttributesOutputChannel +GdipSetImageAttributesOutputChannelColorProfile +GdipSetImageAttributesRemapTable +GdipSetImageAttributesThreshold +GdipSetImageAttributesToIdentity +GdipSetImageAttributesWrapMode +GdipSetImagePalette +GdipSetInfinite +GdipSetInterpolationMode +GdipSetLineBlend +GdipSetLineColors +GdipSetLineGammaCorrection +GdipSetLineLinearBlend +GdipSetLinePresetBlend +GdipSetLineSigmaBlend +GdipSetLineTransform +GdipSetLineWrapMode +GdipSetMatrixElements +GdipSetMetafileDownLevelRasterizationLimit +GdipSetPageScale +GdipSetPageUnit +GdipSetPathFillMode +GdipSetPathGradientBlend +GdipSetPathGradientCenterColor +GdipSetPathGradientCenterPoint +GdipSetPathGradientCenterPointI +GdipSetPathGradientFocusScales +GdipSetPathGradientGammaCorrection +GdipSetPathGradientLinearBlend +GdipSetPathGradientPath +GdipSetPathGradientPresetBlend +GdipSetPathGradientSigmaBlend +GdipSetPathGradientSurroundColorsWithCount +GdipSetPathGradientTransform +GdipSetPathGradientWrapMode +GdipSetPathMarker +GdipSetPenBrushFill +GdipSetPenColor +GdipSetPenCompoundArray +GdipSetPenCustomEndCap +GdipSetPenCustomStartCap +GdipSetPenDashArray +GdipSetPenDashCap197819 +GdipSetPenDashOffset +GdipSetPenDashStyle +GdipSetPenEndCap +GdipSetPenLineCap197819 +GdipSetPenLineJoin +GdipSetPenMiterLimit +GdipSetPenMode +GdipSetPenStartCap +GdipSetPenTransform +GdipSetPenUnit +GdipSetPenWidth +GdipSetPixelOffsetMode +GdipSetPropertyItem +GdipSetRenderingOrigin +GdipSetSmoothingMode +GdipSetSolidFillColor +GdipSetStringFormatAlign +GdipSetStringFormatDigitSubstitution +GdipSetStringFormatFlags +GdipSetStringFormatHotkeyPrefix +GdipSetStringFormatLineAlign +GdipSetStringFormatMeasurableCharacterRanges +GdipSetStringFormatTabStops +GdipSetStringFormatTrimming +GdipSetTextContrast +GdipSetTextRenderingHint +GdipSetTextureTransform +GdipSetTextureWrapMode +GdipSetWorldTransform +GdipShearMatrix +GdipStartPathFigure +GdipStringFormatGetGenericDefault +GdipStringFormatGetGenericTypographic +GdipTestControl +GdipTransformMatrixPoints +GdipTransformMatrixPointsI +GdipTransformPath +GdipTransformPoints +GdipTransformPointsI +GdipTransformRegion +GdipTranslateClip +GdipTranslateClipI +GdipTranslateLineTransform +GdipTranslateMatrix +GdipTranslatePathGradientTransform +GdipTranslatePenTransform +GdipTranslateRegion +GdipTranslateRegionI +GdipTranslateTextureTransform +GdipTranslateWorldTransform +GdipVectorTransformMatrixPoints +GdipVectorTransformMatrixPointsI +GdipWarpPath +GdipWidenPath +GdipWindingModeOutline +GdiplusNotificationHook +GdiplusNotificationUnhook +GdiplusShutdown +GdiplusStartup +GdipFindFirstImageItem +GdipFindNextImageItem +GdipGetImageItemData +GdipCreateEffect +GdipDeleteEffect +GdipGetEffectParameterSize +GdipGetEffectParameters +GdipSetEffectParameters +GdipBitmapCreateApplyEffect +GdipBitmapApplyEffect +GdipBitmapGetHistogram +GdipBitmapGetHistogramSize +GdipBitmapConvertFormat +GdipInitializePalette +GdipImageSetAbort +GdipGraphicsSetAbort +GdipDrawImageFX +GdipConvertToEmfPlus +GdipConvertToEmfPlusToFile +GdipConvertToEmfPlusToStream +GdipPlayTSClientRecord diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/getuname.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/getuname.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/getuname.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/getuname.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file GetUName.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY GetUName.dll +EXPORTS +GetUName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/gpedit.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/gpedit.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/gpedit.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/gpedit.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +; +; Exports of file GPEDIT.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY GPEDIT.DLL +EXPORTS +BrowseForGPO +CreateGPOLink +DeleteAllGPOLinks +DeleteGPOLink +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +ExportRSoPData +ImportRSoPData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/hbaapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/hbaapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/hbaapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/hbaapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,100 @@ +; +; Definition file of HBAAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "HBAAPI.dll" +EXPORTS +HBA_CloseAdapter +HBA_FreeLibrary +HBA_GetAdapterAttributes +HBA_GetAdapterName +HBA_GetAdapterPortAttributes +HBA_GetBindingCapability +HBA_GetBindingSupport +HBA_GetDiscoveredPortAttributes +HBA_GetEventBuffer +HBA_GetFC4Statistics +HBA_GetFCPStatistics +HBA_GetFcpPersistentBinding +HBA_GetFcpTargetMapping +HBA_GetFcpTargetMappingV2 +HBA_GetNumberOfAdapters +HBA_GetPersistentBindingV2 +HBA_GetPortAttributesByWWN +HBA_GetPortStatistics +HBA_GetRNIDMgmtInfo +HBA_GetVendorLibraryAttributes +HBA_GetVersion +HBA_GetWrapperLibraryAttributes +HBA_LoadLibrary +HBA_OpenAdapter +HBA_OpenAdapterByWWN +HBA_RefreshAdapterConfiguration +HBA_RefreshInformation +HBA_RegisterForAdapterAddEvents +HBA_RegisterForAdapterEvents +HBA_RegisterForAdapterPortEvents +HBA_RegisterForAdapterPortStatEvents +HBA_RegisterForLinkEvents +HBA_RegisterForTargetEvents +HBA_RegisterLibrary +HBA_RegisterLibraryV2 +HBA_RemoveAllPersistentBindings +HBA_RemoveCallback +HBA_RemovePersistentBinding +HBA_ResetStatistics +HBA_ScsiInquiryV2 +HBA_ScsiReadCapacityV2 +HBA_ScsiReportLUNsV2 +HBA_SendCTPassThru +HBA_SendCTPassThruV2 +HBA_SendLIRR +HBA_SendRLS +HBA_SendRNID +HBA_SendRNIDV2 +HBA_SendRPL +HBA_SendRPS +HBA_SendReadCapacity +HBA_SendReportLUNs +HBA_SendSRL +HBA_SendScsiInquiry +HBA_SetBindingSupport +HBA_SetPersistentBindingV2 +HBA_SetRNIDMgmtInfo +HbaGetAdapterNameByDeviceInstanceId +SMHBA_GetAdapterAttributes +SMHBA_GetAdapterPortAttributes +SMHBA_GetBindingCapability +SMHBA_GetBindingSupport +SMHBA_GetDiscoveredPortAttributes +SMHBA_GetFCPhyAttributes +SMHBA_GetLUNStatistics +SMHBA_GetNumberOfPorts +SMHBA_GetPersistentBinding +SMHBA_GetPhyStatistics +SMHBA_GetPortAttributesByWWN +SMHBA_GetPortType +SMHBA_GetProtocolStatistics +SMHBA_GetSASPhyAttributes +SMHBA_GetTargetMapping +SMHBA_GetVendorLibraryAttributes +SMHBA_GetVersion +SMHBA_GetWrapperLibraryAttributes +SMHBA_RegisterForAdapterAddEvents +SMHBA_RegisterForAdapterEvents +SMHBA_RegisterForAdapterPhyStatEvents +SMHBA_RegisterForAdapterPortEvents +SMHBA_RegisterForAdapterPortStatEvents +SMHBA_RegisterForTargetEvents +SMHBA_RegisterLibrary +SMHBA_RemoveAllPersistentBindings +SMHBA_RemovePersistentBinding +SMHBA_ScsiInquiry +SMHBA_ScsiReadCapacity +SMHBA_ScsiReportLuns +SMHBA_SendECHO +SMHBA_SendSMPPassThru +SMHBA_SendTEST +SMHBA_SetBindingSupport +SMHBA_SetPersistentBinding diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/hid.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/hid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/hid.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/hid.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +; +; Exports of file HID.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY HID.DLL +EXPORTS +HidD_FlushQueue +HidD_FreePreparsedData +HidD_GetAttributes +HidD_GetConfiguration +HidD_GetFeature +HidD_GetHidGuid +HidD_GetIndexedString +HidD_GetInputReport +HidD_GetManufacturerString +HidD_GetMsGenreDescriptor +HidD_GetNumInputBuffers +HidD_GetPhysicalDescriptor +HidD_GetPreparsedData +HidD_GetProductString +HidD_GetSerialNumberString +HidD_Hello +HidD_SetConfiguration +HidD_SetFeature +HidD_SetNumInputBuffers +HidD_SetOutputReport +HidP_GetButtonCaps +HidP_GetCaps +HidP_GetData +HidP_GetExtendedAttributes +HidP_GetLinkCollectionNodes +HidP_GetScaledUsageValue +HidP_GetSpecificButtonCaps +HidP_GetSpecificValueCaps +HidP_GetUsageValue +HidP_GetUsageValueArray +HidP_GetUsages +HidP_GetUsagesEx +HidP_GetValueCaps +HidP_InitializeReportForID +HidP_MaxDataListLength +HidP_MaxUsageListLength +HidP_SetData +HidP_SetScaledUsageValue +HidP_SetUsageValue +HidP_SetUsageValueArray +HidP_SetUsages +HidP_TranslateUsagesToI8042ScanCodes +HidP_UnsetUsages +HidP_UsageListDifference diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/hlink.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/hlink.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/hlink.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/hlink.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +; +; Exports of file hlink.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY hlink.dll +EXPORTS +HlinkCreateFromMoniker +HlinkCreateFromString +HlinkCreateFromData +HlinkCreateBrowseContext +HlinkClone +HlinkNavigateToStringReference +HlinkOnNavigate +HlinkNavigate +HlinkUpdateStackItem +HlinkOnRenameDocument +DllCanUnloadNow +HlinkResolveMonikerForData +HlinkResolveStringForData +OleSaveToStreamEx +DllGetClassObject +HlinkParseDisplayName +DllRegisterServer +HlinkQueryCreateFromData +HlinkSetSpecialReference +HlinkGetSpecialReference +HlinkCreateShortcut +HlinkResolveShortcut +HlinkIsShortcut +HlinkResolveShortcutToString +HlinkCreateShortcutFromString +HlinkGetValueFromParams +HlinkCreateShortcutFromMoniker +HlinkResolveShortcutToMoniker +HlinkTranslateURL +HlinkCreateExtensionServices +HlinkPreprocessMoniker +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/hotplug.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/hotplug.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/hotplug.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/hotplug.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of hotplug.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "hotplug.DLL" +EXPORTS +CPlApplet +HotPlugChildWithInvalidIdW +HotPlugDriverBlockedW +HotPlugEjectDevice +HotPlugEjectDeviceEx +HotPlugEjectVetoedW +HotPlugHibernateVetoedW +HotPlugRemovalVetoedW +HotPlugSafeRemovalDriveNotificationW +HotPlugSafeRemovalNotificationW +HotPlugStandbyVetoedW +HotPlugWarmEjectVetoedW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/htui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/htui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/htui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/htui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Exports of file htUI.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY htUI.dll +EXPORTS +DllMain +HTUI_ColorAdjustment +HTUI_ColorAdjustmentA +HTUI_ColorAdjustmentW +HTUI_DeviceColorAdjustment +HTUI_DeviceColorAdjustmentA +HTUI_DeviceColorAdjustmentW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/iashlpr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/iashlpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/iashlpr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/iashlpr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Definition file of iashlpr.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "iashlpr.dll" +EXPORTS +AllocateAttributes +ConfigureIas +DoRequest +DoRequestAsync +FreeAttributes +GetOptionIas +InitializeIas +MemAllocIas +MemFreeIas +MemReallocIas +SetOptionIas +ShutdownIas diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/iassam.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/iassam.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/iassam.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/iassam.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file iassam.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY iassam.dll +EXPORTS +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +IASParmsFreeUserParms +IASParmsQueryRasUser0 +IASParmsQueryUserProperty +IASParmsSetRasUser0 +IASParmsSetUserProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/iassvcs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/iassvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/iassvcs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/iassvcs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Definition file of iassvcs.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "iassvcs.dll" +EXPORTS +IASAdler32 +IASAllocateUniqueID +IASGetDictionary +IASGetHostByName +IASGetLocalDictionary +IASGetProductLimits +IASGlobalLock +IASGlobalUnlock +IASInitialize +IASRadiusCrypt +IASRegisterComponent +IASReportEvent +IASReportLicenseViolation +IASReportSecurityEvent +IASRequestThread +IASSetMaxNumberOfThreads +IASSetMaxThreadIdle +IASShutdown +IASUninitialize +IASVariantChangeType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/icm32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/icm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/icm32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/icm32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Exports of file ICM32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ICM32.dll +EXPORTS +CMCheckColors +CMCheckColorsInGamut +CMCheckRGBs +CMCreateDeviceLinkProfile +CMCreateMultiProfileTransform +CMCreateProfile +CMCreateProfileW +CMCreateTransform +CMCreateTransformExt +CMCreateTransformExtW +CMCreateTransformW +CMDeleteTransform +CMGetInfo +CMIsProfileValid +CMTranslateColors +CMTranslateRGB +CMTranslateRGBs +CMTranslateRGBsExt +CMConvertColorNameToIndex +CMConvertIndexToColorName +CMGetNamedProfileInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/icmp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/icmp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/icmp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/icmp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file icmp.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY icmp.dll +EXPORTS +IcmpCloseHandle +IcmpCreateFile +IcmpParseReplies +IcmpSendEcho +IcmpSendEcho2 +do_echo_rep +do_echo_req +register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/icmui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/icmui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/icmui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/icmui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file ICMUI.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ICMUI.DLL +EXPORTS +DllCanUnloadNow +DllGetClassObject +SetupColorMatchingA +SetupColorMatchingW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/iernonce.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/iernonce.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/iernonce.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/iernonce.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file IERNONCE.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY IERNONCE.dll +EXPORTS +InitCallback +RunOnceExProcess diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/imagehlp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/imagehlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/imagehlp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/imagehlp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,155 @@ +; +; Definition file of imagehlp.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "imagehlp.dll" +EXPORTS +RemoveRelocations +BindImage +BindImageEx +CheckSumMappedFile +EnumerateLoadedModules +EnumerateLoadedModules64 +EnumerateLoadedModulesEx +EnumerateLoadedModulesExW +EnumerateLoadedModulesW64 +FindDebugInfoFile +FindDebugInfoFileEx +FindExecutableImage +FindExecutableImageEx +FindFileInPath +FindFileInSearchPath +GetImageConfigInformation +GetImageUnusedHeaderBytes +GetSymLoadError +GetTimestampForLoadedLibrary +ImageAddCertificate +ImageDirectoryEntryToData +ImageDirectoryEntryToDataEx +ImageEnumerateCertificates +ImageGetCertificateData +ImageGetCertificateHeader +ImageGetDigestStream +ImageLoad +ImageNtHeader +ImageRemoveCertificate +ImageRvaToSection +ImageRvaToVa +ImageUnload +ImagehlpApiVersion +ImagehlpApiVersionEx +MakeSureDirectoryPathExists +MapAndLoad +MapDebugInformation +MapFileAndCheckSumA +MapFileAndCheckSumW +ReBaseImage +ReBaseImage64 +RemoveInvalidModuleList +RemovePrivateCvSymbolic +RemovePrivateCvSymbolicEx +ReportSymbolLoadSummary +SearchTreeForFile +SetCheckUserInterruptShared +SetImageConfigInformation +SetSymLoadError +SplitSymbols +StackWalk +StackWalk64 +StackWalkEx +SymAddrIncludeInlineTrace +SymCleanup +SymCompareInlineTrace +SymEnumSym +SymEnumSymbols +SymEnumSymbolsEx +SymEnumSymbolsExW +SymEnumSymbolsForAddr +SymEnumTypes +SymEnumTypesByName +SymEnumTypesByNameW +SymEnumTypesW +SymEnumerateModules +SymEnumerateModules64 +SymEnumerateSymbols +SymEnumerateSymbols64 +SymEnumerateSymbolsW +SymEnumerateSymbolsW64 +SymFindFileInPath +SymFindFileInPathW +SymFromAddr +SymFromInlineContext +SymFromInlineContextW +SymFromName +SymFunctionTableAccess +SymFunctionTableAccess64 +SymFunctionTableAccess64AccessRoutines +SymGetLineFromAddr +SymGetLineFromAddr64 +SymGetLineFromInlineContext +SymGetLineFromInlineContextW +SymGetLineFromName +SymGetLineFromName64 +SymGetLineNext +SymGetLineNext64 +SymGetLinePrev +SymGetLinePrev64 +SymGetModuleBase +SymGetModuleBase64 +SymGetModuleInfo +SymGetModuleInfo64 +SymGetModuleInfoW +SymGetModuleInfoW64 +SymGetOptions +SymGetSearchPath +SymGetSourceFileFromTokenW +SymGetSourceFileTokenW +SymGetSourceVarFromTokenW +SymGetSymFromAddr +SymGetSymFromAddr64 +SymGetSymFromName +SymGetSymFromName64 +SymGetSymNext +SymGetSymNext64 +SymGetSymPrev +SymGetSymPrev64 +SymGetSymbolFile +SymGetSymbolFileW +SymGetTypeFromName +SymGetTypeFromNameW +SymGetTypeInfo +SymGetTypeInfoEx +SymInitialize +SymLoadModule +SymLoadModule64 +SymMatchFileName +SymMatchFileNameW +SymMatchString +SymMatchStringA +SymMatchStringW +SymQueryInlineTrace +SymRegisterCallback +SymRegisterCallback64 +SymRegisterFunctionEntryCallback +SymRegisterFunctionEntryCallback64 +SymSetContext +SymSetOptions +SymSetScopeFromAddr +SymSetScopeFromIndex +SymSetScopeFromInlineContext +SymSetSearchPath +SymSrvGetFileIndexString +SymSrvGetFileIndexStringW +SymSrvGetFileIndexes +SymSrvGetFileIndexesW +SymUnDName +SymUnDName64 +SymUnloadModule +SymUnloadModule64 +TouchFileTimes +UnDecorateSymbolName +UnMapAndLoad +UnmapDebugInformation +UpdateDebugInfoFile +UpdateDebugInfoFileEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/imgutil.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/imgutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/imgutil.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/imgutil.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Definition file of ImgUtil.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "ImgUtil.dll" +EXPORTS +ComputeInvCMAP +CreateDDrawSurfaceOnDIB +CreateMIMEMap +DecodeImage +DecodeImageEx +DitherTo8 +GetMaxMIMEIDBytes +IdentifyMIMEType +SniffStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/imm32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/imm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/imm32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/imm32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,144 @@ +; +; Definition file of IMM32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "IMM32.dll" +EXPORTS +CtfImmAppCompatEnableIMEonProtectedCode +CtfImmCoUninitialize +CtfImmDispatchDefImeMessage +CtfImmEnterCoInitCountSkipMode +CtfImmGenerateMessage +CtfImmGetCompatibleKeyboardLayout +CtfImmGetGlobalIMEStatus +CtfImmGetGuidAtom +CtfImmGetIMEFileName +CtfImmGetTMAEFlags +CtfImmHideToolbarWnd +CtfImmIsCiceroEnabled +CtfImmIsCiceroStartedInThread +CtfImmIsComStartedInThread +CtfImmIsGuidMapEnable +CtfImmIsTextFrameServiceDisabled +CtfImmLastEnabledWndDestroy +CtfImmLeaveCoInitCountSkipMode +CtfImmNotify +CtfImmRestoreToolbarWnd +CtfImmSetAppCompatFlags +CtfImmSetCiceroStartInThread +CtfImmSetDefaultRemoteKeyboardLayout +CtfImmTIMActivate +GetKeyboardLayoutCP +ImmActivateLayout +ImmAssociateContext +ImmAssociateContextEx +ImmCallImeConsoleIME +ImmConfigureIMEA +ImmConfigureIMEW +ImmCreateContext +ImmCreateIMCC +ImmCreateSoftKeyboard +ImmDestroyContext +ImmDestroyIMCC +ImmDestroySoftKeyboard +ImmDisableIME +ImmDisableIme +ImmDisableLegacyIME +ImmDisableTextFrameService +ImmEnumInputContext +ImmEnumRegisterWordA +ImmEnumRegisterWordW +ImmEscapeA +ImmEscapeW +ImmFreeLayout +ImmGenerateMessage +ImmGetAppCompatFlags +ImmGetCandidateListA +ImmGetCandidateListCountA +ImmGetCandidateListCountW +ImmGetCandidateListW +ImmGetCandidateWindow +ImmGetCompositionFontA +ImmGetCompositionFontW +ImmGetCompositionStringA +ImmGetCompositionStringW +ImmGetCompositionWindow +ImmGetContext +ImmGetConversionListA +ImmGetConversionListW +ImmGetConversionStatus +ImmGetDefaultIMEWnd +ImmGetDescriptionA +ImmGetDescriptionW +ImmGetGuideLineA +ImmGetGuideLineW +ImmGetHotKey +ImmGetIMCCLockCount +ImmGetIMCCSize +ImmGetIMCLockCount +ImmGetIMEFileNameA +ImmGetIMEFileNameW +ImmGetImeInfoEx +ImmGetImeMenuItemsA +ImmGetImeMenuItemsW +ImmGetOpenStatus +ImmGetProperty +ImmGetRegisterWordStyleA +ImmGetRegisterWordStyleW +ImmGetStatusWindowPos +ImmGetVirtualKey +ImmIMPGetIMEA +ImmIMPGetIMEW +ImmIMPQueryIMEA +ImmIMPQueryIMEW +ImmIMPSetIMEA +ImmIMPSetIMEW +ImmInstallIMEA +ImmInstallIMEW +ImmIsIME +ImmIsUIMessageA +ImmIsUIMessageW +ImmLoadIME +ImmLoadLayout +ImmLockClientImc +ImmLockIMC +ImmLockIMCC +ImmLockImeDpi +ImmNotifyIME +ImmProcessKey +ImmPutImeMenuItemsIntoMappedFile +ImmReSizeIMCC +ImmRegisterClient +ImmRegisterWordA +ImmRegisterWordW +ImmReleaseContext +ImmRequestMessageA +ImmRequestMessageW +ImmSendIMEMessageExA +ImmSendIMEMessageExW +ImmSetActiveContext +ImmSetActiveContextConsoleIME +ImmSetCandidateWindow +ImmSetCompositionFontA +ImmSetCompositionFontW +ImmSetCompositionStringA +ImmSetCompositionStringW +ImmSetCompositionWindow +ImmSetConversionStatus +ImmSetHotKey +ImmSetOpenStatus +ImmSetStatusWindowPos +ImmShowSoftKeyboard +ImmSimulateHotKey +ImmSystemHandler +ImmTranslateMessage +ImmUnlockClientImc +ImmUnlockIMC +ImmUnlockIMCC +ImmUnlockImeDpi +ImmUnregisterWordA +ImmUnregisterWordW +ImmWINNLSEnableIME +ImmWINNLSGetEnableStatus +ImmWINNLSGetIMEHotkey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/inetcomm.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/inetcomm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/inetcomm.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/inetcomm.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,121 @@ +; +; Definition file of INETCOMM.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "INETCOMM.dll" +EXPORTS +ord_1 @1 +RichMimeEdit_CreateInstance +CreateCommunityTransport +CreateIMAPTransport +CreateIMAPTransport2 +CreateNNTPTransport +CreatePOP3Transport +CreateRASTransport +CreateRangeList +CreateSMTPTransport +EssContentHintDecodeEx +EssContentHintEncodeEx +EssKeyExchPreferenceDecodeEx +EssKeyExchPreferenceEncodeEx +EssMLHistoryDecodeEx +EssMLHistoryEncodeEx +EssReceiptDecodeEx +EssReceiptEncodeEx +EssReceiptRequestDecodeEx +EssReceiptRequestEncodeEx +EssSecurityLabelDecodeEx +EssSecurityLabelEncodeEx +EssSignCertificateDecodeEx +EssSignCertificateEncodeEx +GetDllMajorVersion +HrAthGetFileName +HrAthGetFileNameW +HrAttachDataFromBodyPart +HrAttachDataFromFile +HrCreateDisplayNameWithSizeForFile +HrDoAttachmentVerb +HrFreeAttachData +HrGetAttachIcon +HrGetAttachIconByFile +HrGetDisplayNameWithSizeForFile +HrGetLastOpenFileDirectory +HrGetLastOpenFileDirectoryW +HrSaveAttachToFile +HrSaveAttachmentAs +MimeEditCreateMimeDocument +MimeEditDocumentFromStream +MimeEditGetBackgroundImageUrl +MimeEditIsSafeToRun +MimeEditViewSource +MimeGetAddressFormatW +MimeOleAlgNameFromSMimeCap +MimeOleAlgStrengthFromSMimeCap +MimeOleClearDirtyTree +MimeOleConvertEnrichedToHTML +MimeOleCreateBody +MimeOleCreateByteStream +MimeOleCreateHashTable +MimeOleCreateHeaderTable +MimeOleCreateMessage +MimeOleCreateMessageParts +MimeOleCreatePropertySet +MimeOleCreateSecurity +MimeOleCreateVirtualStream +MimeOleDecodeHeader +MimeOleEncodeHeader +MimeOleFileTimeToInetDate +MimeOleFindCharset +MimeOleGenerateCID +MimeOleGenerateFileName +MimeOleGenerateMID +MimeOleGetAllocator +MimeOleGetBodyPropA +MimeOleGetBodyPropW +MimeOleGetCertsFromThumbprints +MimeOleGetCharsetInfo +MimeOleGetCodePageCharset +MimeOleGetCodePageInfo +MimeOleGetContentTypeExt +MimeOleGetDefaultCharset +MimeOleGetExtContentType +MimeOleGetFileExtension +MimeOleGetFileInfo +MimeOleGetFileInfoW +MimeOleGetInternat +MimeOleGetPropA +MimeOleGetPropW +MimeOleGetPropertySchema +MimeOleGetRelatedSection +MimeOleInetDateToFileTime +MimeOleObjectFromMoniker +MimeOleOpenFileStream +MimeOleParseMhtmlUrl +MimeOleParseRfc822Address +MimeOleParseRfc822AddressW +MimeOleSMimeCapAddCert +MimeOleSMimeCapAddSMimeCap +MimeOleSMimeCapGetEncAlg +MimeOleSMimeCapGetHashAlg +MimeOleSMimeCapInit +MimeOleSMimeCapRelease +MimeOleSMimeCapsFromDlg +MimeOleSMimeCapsFull +MimeOleSMimeCapsToDlg +MimeOleSetBodyPropA +MimeOleSetBodyPropW +MimeOleSetCompatMode +MimeOleSetDefaultCharset +MimeOleSetPropA +MimeOleSetPropW +MimeOleStripHeaders +MimeOleUnEscapeStringInPlace +MimeOleUnEscapeStringInPlaceW +ord_702 @702 +ord_703 @703 +ord_704 @704 +ord_705 @705 +ord_706 @706 +ord_707 @707 +ord_708 @708 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/inetmib1.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/inetmib1.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/inetmib1.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/inetmib1.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file inetmib1.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY inetmib1.dll +EXPORTS +SnmpExtensionInit +SnmpExtensionInitEx +SnmpExtensionQuery +SnmpExtensionTrap diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/input.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/input.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/input.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/input.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,30 @@ +; +; Definition file of Input.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "Input.dll" +EXPORTS +CPlApplet +ord_102 @102 +ord_103 @103 +InstallLayoutOrTip +SaveDefaultUserInputSettings +SaveSystemAcctInputSettings +SetDefaultLayoutOrTip +EnumLayoutOrTipForSetup +InstallLayoutOrTipUserReg +EnumEnabledLayoutOrTip +QueryLayoutOrTipString +QueryLayoutOrTipStringUserReg +GetDefaultLayout +GetLayoutDescription +ord_115 @115 +ord_116 @116 +InstallLayoutOrTipPrivate +EnumEnabledLayoutOrTipPrivate +ActivateInputProfile +InputDll_DownlevelInitialize +InputDll_DownlevelSetUILanguage +InputDll_DownlevelUninitialize +InputDll_DownlevelEnumLayoutOrTipForSetup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/inseng.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/inseng.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/inseng.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/inseng.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +; +; Exports of file inseng.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY inseng.dll +EXPORTS +CheckForVersionConflict +CheckTrust +CheckTrustEx +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllUnregisterServer +DownloadFile +GetICifFileFromFile +GetICifRWFileFromFile +PurgeDownloadDirectory diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/iphlpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/iphlpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/iphlpapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/iphlpapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,325 @@ +; +; Definition file of IPHLPAPI.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "IPHLPAPI.DLL" +EXPORTS +AddIPAddress +AllocateAndGetArpEntTableFromStack +AllocateAndGetIfTableFromStack +AllocateAndGetInterfaceInfoFromStack +AllocateAndGetIpAddrTableFromStack +AllocateAndGetIpForwardTableFromStack +AllocateAndGetIpNetTableFromStack +AllocateAndGetTcpExTable2FromStack +AllocateAndGetTcpExTableFromStack +AllocateAndGetTcpTableFromStack +AllocateAndGetUdpExTable2FromStack +AllocateAndGetUdpExTableFromStack +AllocateAndGetUdpTableFromStack +CPNatfwtCreateProviderInstance +CPNatfwtDeregisterProviderInstance +CPNatfwtDestroyProviderInstance +CPNatfwtIndicateReceivedBuffers +CPNatfwtRegisterProviderInstance +CancelIPChangeNotify +CancelSecurityHealthChangeNotify +CancelMibChangeNotify2 +CloseCompartment +CloseGetIPPhysicalInterfaceForDestination +ConvertCompartmentGuidToId +ConvertCompartmentIdToGuid +ConvertGuidToStringA +ConvertGuidToStringW +ConvertInterfaceAliasToLuid +ConvertInterfaceGuidToLuid +ConvertInterfaceIndexToLuid +ConvertInterfaceLuidToAlias +ConvertInterfaceLuidToGuid +ConvertInterfaceLuidToIndex +ConvertInterfaceLuidToNameA +ConvertInterfaceLuidToNameW +ConvertInterfaceNameToLuidA +ConvertInterfaceNameToLuidW +ConvertInterfacePhysicalAddressToLuid +ConvertIpv4MaskToLength +ConvertLengthToIpv4Mask +ConvertRemoteInterfaceAliasToLuid +ConvertRemoteInterfaceGuidToLuid +ConvertRemoteInterfaceIndexToLuid +ConvertRemoteInterfaceLuidToAlias +ConvertRemoteInterfaceLuidToGuid +ConvertRemoteInterfaceLuidToIndex +ConvertStringToGuidA +ConvertStringToGuidW +ConvertStringToInterfacePhysicalAddress +CreateAnycastIpAddressEntry +CreateIpForwardEntry +CreateIpForwardEntry2 +CreateIpNetEntry +CreateIpNetEntry2 +CreatePersistentTcpPortReservation +CreatePersistentUdpPortReservation +CreateProxyArpEntry +CreateSortedAddressPairs +CreateUnicastIpAddressEntry +DeleteAnycastIpAddressEntry +DeleteIPAddress +DeleteIpForwardEntry +DeleteIpForwardEntry2 +DeleteIpNetEntry +DeleteIpNetEntry2 +DeletePersistentTcpPortReservation +DeletePersistentUdpPortReservation +DeleteProxyArpEntry +DeleteUnicastIpAddressEntry +DisableMediaSense +EnableRouter +FlushIpNetTable +FlushIpNetTable2 +FlushIpNetTableFromStack +FlushIpPathTable +FreeMibTable +GetAdapterIndex +GetAdapterOrderMap +GetAdaptersAddresses +GetAdaptersInfo +GetAnycastIpAddressEntry +GetAnycastIpAddressTable +GetBestInterface +GetBestInterfaceEx +GetBestInterfaceFromStack +GetBestRoute +GetBestRoute2 +GetBestRouteFromStack +GetCurrentThreadCompartmentId +GetExtendedTcpTable +GetExtendedUdpTable +GetFriendlyIfIndex +GetIcmpStatistics +GetIcmpStatisticsEx +GetIcmpStatsFromStack +GetIcmpStatsFromStackEx +GetIfEntry +GetIfEntry2 +GetIfEntryFromStack +GetIfStackTable +GetIfTable +GetIfTableFromStack +GetIgmpList +GetIfTable2 +GetIfTable2Ex +GetInterfaceInfo +GetInvertedIfStackTable +GetIpAddrTable +GetIpAddrTableFromStack +GetIpErrorString +GetIpForwardEntry2 +GetIpForwardTable +GetIpForwardTableFromStack +GetIpForwardTable2 +GetIpInterfaceEntry +GetIpInterfaceTable +GetIpNetEntry2 +GetIpNetTable +GetIpNetTable2 +GetIpNetTableFromStack +GetIpNetworkConnectionBandwidthEstimates +GetIpPathEntry +GetIpPathTable +GetIpStatistics +GetIpStatisticsEx +GetIpStatsFromStack +GetIpStatsFromStackEx +GetMulticastIpAddressEntry +GetMulticastIpAddressTable +GetNetworkInformation +GetNetworkParams +GetNumberOfInterfaces +GetOwnerModuleFromPidAndInfo +GetOwnerModuleFromTcp6Entry +GetOwnerModuleFromTcpEntry +GetOwnerModuleFromUdp6Entry +GetOwnerModuleFromUdpEntry +GetPerAdapterInfo +GetPerTcp6ConnectionEStats +GetPerTcp6ConnectionStats +GetPerTcpConnectionEStats +GetPerTcpConnectionStats +GetRTTAndHopCount +GetTcpExTable2FromStack +GetSessionCompartmentId +GetTcp6Table +GetTcp6Table2 +GetTcpStatistics +GetTcpStatisticsEx +GetTcpStatsFromStack +GetTcpStatsFromStackEx +GetTcpTable +GetTcpTable2 +GetTcpTableFromStack +GetUdpExTable2FromStack +GetTeredoPort +GetUdp6Table +GetUdpStatistics +GetUdpStatisticsEx +GetUdpStatsFromStack +GetUdpStatsFromStackEx +GetUdpTable +GetUdpTableFromStack +GetUniDirectionalAdapterInfo +GetUnicastIpAddressEntry +GetUnicastIpAddressTable +Icmp6CreateFile +Icmp6ParseReplies +Icmp6SendEcho2 +IcmpCloseHandle +IcmpCreateFile +IcmpParseReplies +IcmpSendEcho +IcmpSendEcho2 +IcmpSendEcho2Ex +InitializeIpForwardEntry +InitializeIpInterfaceEntry +InitializeUnicastIpAddressEntry +InternalCleanupPersistentStore +InternalCreateAnycastIpAddressEntry +InternalCreateIpForwardEntry +InternalCreateIpForwardEntry2 +InternalCreateIpNetEntry +InternalCreateIpNetEntry2 +InternalCreateUnicastIpAddressEntry +InternalDeleteAnycastIpAddressEntry +InternalDeleteIpForwardEntry +InternalDeleteIpForwardEntry2 +InternalDeleteIpNetEntry +InternalDeleteIpNetEntry2 +InternalDeleteUnicastIpAddressEntry +InternalFindInterfaceByAddress +InternalGetAnycastIpAddressEntry +InternalGetAnycastIpAddressTable +InternalGetForwardIpTable2 +InternalGetIPPhysicalInterfaceForDestination +InternalGetIfEntry2 +InternalGetIfTable +InternalGetIfTable2 +InternalGetIpAddrTable +InternalGetIpForwardEntry2 +InternalGetIpForwardTable +InternalGetIpInterfaceEntry +InternalGetIpInterfaceTable +InternalGetIpNetEntry2 +InternalGetIpNetTable +InternalGetIpNetTable2 +InternalGetMulticastIpAddressEntry +InternalGetMulticastIpAddressTable +InternalGetRtcSlotInformation +InternalGetTcp6Table2 +InternalGetTcp6TableWithOwnerModule +InternalGetTcp6TableWithOwnerPid +InternalGetTcpTable +InternalGetTcpTable2 +InternalGetTcpTableEx +InternalGetTcpTableWithOwnerModule +InternalGetTcpTableWithOwnerPid +InternalGetTunnelPhysicalAdapter +InternalGetUdp6TableWithOwnerModule +InternalGetUdp6TableWithOwnerPid +InternalGetUdpTable +InternalGetUdpTableEx +InternalGetUdpTableWithOwnerModule +InternalGetUdpTableWithOwnerPid +InternalGetUnicastIpAddressEntry +InternalGetUnicastIpAddressTable +InternalIcmpCreateFileEx +InternalSetIfEntry +InternalSetIpForwardEntry +InternalSetIpForwardEntry2 +InternalSetIpInterfaceEntry +InternalSetIpNetEntry +InternalSetIpNetEntry2 +InternalSetIpStats +InternalSetTcpEntry +InternalSetTeredoPort +InternalSetUnicastIpAddressEntry +IpReleaseAddress +IpRenewAddress +IsLocalAddress +LookupPersistentTcpPortReservation +LookupPersistentUdpPortReservation +NTPTimeToNTFileTime +NTTimeToNTPTime +NhGetGuidFromInterfaceName +NhGetInterfaceDescriptionFromGuid +NhGetInterfaceNameFromDeviceGuid +NhGetInterfaceNameFromGuid +NhpAllocateAndGetInterfaceInfoFromStack +NhpGetInterfaceIndexFromStack +NotifyAddrChange +NotifyCompartmentChange +NotifyIpInterfaceChange +NotifyRouteChange +NotifyRouteChange2 +NotifyRouteChangeEx +NotifySecurityHealthChange +NotifyStableUnicastIpAddressTable +NotifyTeredoPortChange +NotifyUnicastIpAddressChange +OpenCompartment +ParseNetworkString +PfAddFiltersToInterface +PfAddGlobalFilterToInterface +PfBindInterfaceToIPAddress +PfBindInterfaceToIndex +PfCreateInterface +PfDeleteInterface +PfDeleteLog +PfGetInterfaceStatistics +PfMakeLog +PfRebindFilters +PfRemoveFilterHandles +PfRemoveFiltersFromInterface +PfRemoveGlobalFilterFromInterface +PfSetLogBuffer +PfTestPacket +PfUnBindInterface +ResolveIpNetEntry2 +ResolveNeighbor +RestoreMediaSense +SendARP +SetAdapterIpAddress +SetBlockRoutes +SetCurrentThreadCompartmentId +SetIfEntry +SetIfEntryToStack +SetIpForwardEntry +SetIpForwardEntry2 +SetIpForwardEntryToStack +SetIpMultihopRouteEntryToStack +SetIpInterfaceEntry +SetIpNetEntry +SetIpNetEntry2 +SetIpNetEntryToStack +SetIpRouteEntryToStack +SetIpStatistics +SetIpStatsToStack +SetIpStatisticsEx +SetIpTTL +SetProxyArpEntryToStack +SetRouteWithRef +SetNetworkInformation +SetPerTcp6ConnectionEStats +SetPerTcp6ConnectionStats +SetPerTcpConnectionEStats +SetPerTcpConnectionStats +SetSessionCompartmentId +SetTcpEntry +SetTcpEntryToStack +SetUnicastIpAddressEntry +UnenableRouter +do_echo_rep +do_echo_req +if_indextoname +if_nametoindex +register_icmp diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ipnathlp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ipnathlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ipnathlp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ipnathlp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +; +; Definition file of IPNATHLP.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "IPNATHLP.dll" +EXPORTS +NhAcceptStreamSocket +NhAcquireFixedLengthBuffer +NhAcquireVariableLengthBuffer +NhCreateDatagramSocket +NhCreateStreamSocket +NhDeleteSocket +NhInitializeBufferManagement +NhReadDatagramSocket +NhReadStreamSocket +NhReleaseBuffer +NhWriteDatagramSocket +NhWriteStreamSocket +RegisterProtocol +SvchostPushServiceGlobals +NatAcquirePortReservation +NatCancelDynamicRedirect +NatCancelRedirect +NatCreateDynamicFullRedirect +NatCreateDynamicRedirect +NatCreateDynamicRedirectEx +NatCreateRedirect +NatCreateRedirectEx +NatInitializePortReservation +NatInitializeTranslator +NatLookupAndQueryInformationSessionMapping +NatQueryInformationRedirect +NatQueryInformationRedirectHandle +NatReleasePortReservation +NatShutdownPortReservation +NatShutdownTranslator +NhInitializeTraceManagement +ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/jsproxy.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/jsproxy.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/jsproxy.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/jsproxy.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Definition file of JSProxy.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "JSProxy.dll" +EXPORTS +InternetInitializeAutoProxyDll +InternetDeInitializeAutoProxyDll +InternetGetProxyInfo +InternetInitializeAutoProxyDllEx +InternetDeInitializeAutoProxyDllEx +InternetGetProxyInfoEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/kdcom.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/kdcom.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/kdcom.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/kdcom.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Definition file of kdcom.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "kdcom.dll" +EXPORTS +KdD0Transition +KdD3Transition +KdDebuggerInitialize0 +KdDebuggerInitialize1 +KdReceivePacket +KdRestore +KdSave +KdSendPacket +KdSetHiberRange diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/kernel32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/kernel32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/kernel32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/kernel32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1623 @@ +#include "func.def.in" + +LIBRARY "KERNEL32.dll" +EXPORTS +AcquireSRWLockExclusive +AcquireSRWLockShared +ActivateActCtx +ActivateActCtxWorker +AddAtomA +AddAtomW +AddConsoleAliasA +AddConsoleAliasW +AddDllDirectory +AddIntegrityLabelToBoundaryDescriptor +AddLocalAlternateComputerNameA +AddLocalAlternateComputerNameW +AddRefActCtx +AddRefActCtxWorker +AddResourceAttributeAce +AddSIDToBoundaryDescriptor +AddScopedPolicyIDAce +AddSecureMemoryCacheCallback +AddVectoredContinueHandler +AddVectoredExceptionHandler +AdjustCalendarDate +AllocConsole +AllocateUserPhysicalPages +AllocateUserPhysicalPagesNuma +AppXGetOSMaxVersionTested +ApplicationRecoveryFinished +ApplicationRecoveryInProgress +AreFileApisANSI +AssignProcessToJobObject +AttachConsole +BackupRead +BackupSeek +BackupWrite +BaseCheckAppcompatCache +BaseCheckAppcompatCacheEx +BaseCheckAppcompatCacheExWorker +BaseCheckAppcompatCacheWorker +BaseCheckElevation +BaseCheckRunApp +BaseCleanupAppcompatCacheSupport +BaseCleanupAppcompatCacheSupportWorker +BaseDestroyVDMEnvironment +BaseDllReadWriteIniFile +BaseDumpAppcompatCache +BaseDumpAppcompatCacheWorker +BaseElevationPostProcessing +BaseFlushAppcompatCache +BaseFlushAppcompatCacheWorker +BaseFormatObjectAttributes +BaseFormatTimeOut +BaseFreeAppCompatDataForProcessWorker +BaseGenerateAppCompatData +BaseGetNamedObjectDirectory +BaseInitAppcompatCacheSupport +BaseInitAppcompatCacheSupportWorker +BaseIsAppcompatInfrastructureDisabled +BaseIsAppcompatInfrastructureDisabledWorker +BaseIsDosApplication +BaseProcessInitPostImport +BaseProcessStart +BaseQueryModuleData +BaseReadAppCompatDataForProcessWorker +BaseThreadStart +BaseSetLastNTError +BaseThreadInitThunk +BaseUpdateAppcompatCache +BaseUpdateAppcompatCacheWorker +BaseUpdateVDMEntry +BaseVerifyUnicodeString +BaseWriteErrorElevationRequiredEvent +Basep8BitStringToDynamicUnicodeString +BasepAllocateActivationContextActivationBlock +BasepAnsiStringToDynamicUnicodeString +BasepAppContainerEnvironmentExtension +BasepAppXExtension +BasepCheckAppCompat +BasepCheckBadapp +BasepCheckWebBladeHashes +BasepCheckWinSaferRestrictions +BasepConstructSxsCreateProcessMessage +BasepCopyEncryption +BasepFreeActivationContextActivationBlock +BasepFreeAppCompatData +BasepGetAppCompatData +BasepGetComputerNameFromNtPath +BasepGetExeArchType +BasepIsProcessAllowed +BasepMapModuleHandle +BasepNotifyLoadStringResource +BasepPostSuccessAppXExtension +BasepProcessInvalidImage +BasepQueryAppCompat +BasepReleaseAppXContext +BasepReleaseSxsCreateProcessUtilityStruct +BasepReportFault +BasepSetFileEncryptionCompression +Beep +BeginUpdateResourceA +BeginUpdateResourceW +BindIoCompletionCallback +BuildCommDCBA +BuildCommDCBAndTimeoutsA +BuildCommDCBAndTimeoutsW +BuildCommDCBW +CallNamedPipeA +CallNamedPipeW +CallbackMayRunLong +CalloutOnFiberStack +CancelDeviceWakeupRequest +CancelIo +CancelIoEx +CancelSynchronousIo +CancelThreadpoolIo +CancelTimerQueueTimer +CancelWaitableTimer +CeipIsOptedIn +ChangeTimerQueueTimer +CheckAllowDecryptedRemoteDestinationPolicy +CheckElevation +CheckElevationEnabled +CheckForReadOnlyResource +CheckForReadOnlyResourceFilter +CheckNameLegalDOS8Dot3A +CheckNameLegalDOS8Dot3W +CheckRemoteDebuggerPresent +CheckTokenCapability +CheckTokenMembershipEx +ClearCommBreak +ClearCommError +CloseConsoleHandle +CloseHandle +ClosePackageInfo +ClosePrivateNamespace +CloseProfileUserMapping +CloseState +CloseThreadpool +CloseThreadpoolCleanupGroup +CloseThreadpoolCleanupGroupMembers +CloseThreadpoolIo +CloseThreadpoolTimer +CloseThreadpoolWait +CloseThreadpoolWork +CmdBatNotification +CommConfigDialogA +CommConfigDialogW +CompareCalendarDates +CompareFileTime +CompareStringA +CompareStringEx +CompareStringOrdinal +CompareStringW +ConnectNamedPipe +ConsoleIMERoutine +ConsoleMenuControl +ContinueDebugEvent +ConvertCalDateTimeToSystemTime +ConvertDefaultLocale +ConvertFiberToThread +ConvertNLSDayOfWeekToWin32DayOfWeek +ConvertSystemTimeToCalDateTime +ConvertThreadToFiber +ConvertThreadToFiberEx +CopyContext +CopyExtendedContext +CopyFile2 +CopyFileA +CopyFileExA +CopyFileExW +CopyFileTransactedA +CopyFileTransactedW +CopyFileW +CopyLZFile +CreateActCtxA +CreateActCtxW +CreateActCtxWWorker +CreateBoundaryDescriptorA +CreateBoundaryDescriptorW +CreateConsoleScreenBuffer +CreateDirectoryA +CreateDirectoryExA +CreateDirectoryExW +CreateDirectoryTransactedA +CreateDirectoryTransactedW +CreateDirectoryW +CreateEventA +CreateEventExA +CreateEventExW +CreateEventW +CreateFiber +CreateFiberEx +CreateFile2 +CreateFileA +CreateFileMappingA +CreateFileMappingFromApp +CreateFileMappingNumaA +CreateFileMappingNumaW +CreateFileMappingW +CreateFileTransactedA +CreateFileTransactedW +CreateFileW +CreateHardLinkA +CreateHardLinkTransactedA +CreateHardLinkTransactedW +CreateHardLinkW +CreateIoCompletionPort +CreateJobObjectA +CreateJobObjectW +CreateJobSet +CreateMailslotA +CreateMailslotW +CreateMemoryResourceNotification +CreateMutexA +CreateMutexExA +CreateMutexExW +CreateMutexW +CreateNamedPipeA +CreateNamedPipeW +CreateNlsSecurityDescriptor +CreatePipe +CreatePrivateNamespaceA +CreatePrivateNamespaceW +CreateProcessA +CreateProcessAsUserW +CreateProcessInternalA +CreateProcessInternalW +CreateProcessW +CreateRemoteThread +CreateRemoteThreadEx +CreateSemaphoreA +CreateSemaphoreExA +CreateSemaphoreExW +CreateSemaphoreW +CreateSymbolicLinkA +CreateSymbolicLinkTransactedA +CreateSymbolicLinkTransactedW +CreateSymbolicLinkW +CreateTapePartition +CreateThread +CreateThreadpool +CreateThreadpoolCleanupGroup +CreateThreadpoolIo +CreateThreadpoolTimer +CreateThreadpoolWait +CreateThreadpoolWork +CreateTimerQueue +CreateTimerQueueTimer +CreateToolhelp32Snapshot +F_X64(CreateUmsCompletionList) +F_X64(CreateUmsThreadContext) +CreateWaitableTimerA +CreateWaitableTimerExA +CreateWaitableTimerExW +CreateWaitableTimerW +CtrlRoutine +DeactivateActCtx +DeactivateActCtxWorker +DebugActiveProcess +DebugActiveProcessStop +DebugBreak +DebugBreakProcess +DebugSetProcessKillOnExit +DecodePointer +DecodeSystemPointer +DefineDosDeviceA +DefineDosDeviceW +DelayLoadFailureHook +DeleteAtom +DeleteBoundaryDescriptor +DeleteCriticalSection +DeleteFiber +DeleteFileA +DeleteFileTransactedA +DeleteFileTransactedW +DeleteFileW +DeleteProcThreadAttributeList +DeleteSynchronizationBarrier +DeleteTimerQueue +DeleteTimerQueueEx +DeleteTimerQueueTimer +F_X64(DeleteUmsCompletionList) +F_X64(DeleteUmsThreadContext) +DeleteVolumeMountPointA +DeleteVolumeMountPointW +F_X64(DequeueUmsCompletionListItems) +DeviceIoControl +DisableThreadLibraryCalls +DisableThreadProfiling +DisassociateCurrentThreadFromCallback +DiscardVirtualMemory +DisconnectNamedPipe +DnsHostnameToComputerNameA +DnsHostnameToComputerNameExW +DnsHostnameToComputerNameW +DosDateTimeToFileTime +DosPathToSessionPathA +DosPathToSessionPathW +DuplicateConsoleHandle +DuplicateEncryptionInfoFileExt +DuplicateHandle +EnableThreadProfiling +EncodePointer +EncodeSystemPointer +EndUpdateResourceA +EndUpdateResourceW +EnterCriticalSection +F_X64(EnterUmsSchedulingMode) +EnterSynchronizationBarrier +EnumCalendarInfoA +EnumCalendarInfoExA +EnumCalendarInfoExEx +EnumCalendarInfoExW +EnumCalendarInfoW +EnumDateFormatsA +EnumDateFormatsExA +EnumDateFormatsExEx +EnumDateFormatsExW +EnumDateFormatsW +EnumLanguageGroupLocalesA +EnumLanguageGroupLocalesW +EnumResourceLanguagesA +EnumResourceLanguagesExA +EnumResourceLanguagesExW +EnumResourceLanguagesW +EnumResourceNamesA +EnumResourceNamesExA +EnumResourceNamesExW +EnumResourceNamesW +EnumResourceTypesA +EnumResourceTypesExA +EnumResourceTypesExW +EnumResourceTypesW +EnumSystemCodePagesA +EnumSystemCodePagesW +EnumSystemFirmwareTables +EnumSystemGeoID +EnumSystemLanguageGroupsA +EnumSystemLanguageGroupsW +EnumSystemLocalesA +EnumSystemLocalesEx +EnumSystemLocalesW +EnumTimeFormatsA +EnumTimeFormatsEx +EnumTimeFormatsW +EnumUILanguagesA +EnumUILanguagesW +EnumerateLocalComputerNamesA +EnumerateLocalComputerNamesW +EraseTape +EscapeCommFunction +F_X64(ExecuteUmsThread) +ExitProcess +ExitThread +ExitVDM +ExpandEnvironmentStringsA +ExpandEnvironmentStringsW +ExpungeConsoleCommandHistoryA +ExpungeConsoleCommandHistoryW +FatalAppExitA +FatalAppExitW +FatalExit +FileTimeToDosDateTime +FileTimeToLocalFileTime +FileTimeToSystemTime +FillConsoleOutputAttribute +FillConsoleOutputCharacterA +FillConsoleOutputCharacterW +FindActCtxSectionGuid +FindActCtxSectionGuidWorker +FindActCtxSectionStringA +FindActCtxSectionStringW +FindActCtxSectionStringWWorker +FindAtomA +FindAtomW +FindClose +FindCloseChangeNotification +FindFirstChangeNotificationA +FindFirstChangeNotificationW +FindFirstFileA +FindFirstFileExA +FindFirstFileExW +FindFirstFileNameTransactedW +FindFirstFileNameW +FindFirstFileTransactedA +FindFirstFileTransactedW +FindFirstFileW +FindFirstStreamTransactedW +FindFirstStreamW +FindFirstVolumeA +FindFirstVolumeMountPointA +FindFirstVolumeMountPointW +FindFirstVolumeW +FindNLSString +FindNLSStringEx +FindNextChangeNotification +FindNextFileA +FindNextFileNameW +FindNextFileW +FindNextStreamW +FindNextVolumeA +FindNextVolumeMountPointA +FindNextVolumeMountPointW +FindNextVolumeW +FindPackagesByPackageFamily +FindResourceA +FindResourceExA +FindResourceExW +FindResourceW +FindStringOrdinal +FindVolumeClose +FindVolumeMountPointClose +FlsAlloc +FlsFree +FlsGetValue +FlsSetValue +FlushConsoleInputBuffer +FlushFileBuffers +FlushInstructionCache +FlushProcessWriteBuffers +FlushViewOfFile +FoldStringA +FoldStringW +FormatApplicationUserModelId +FormatMessageA +FormatMessageW +FreeConsole +FreeEnvironmentStringsA +FreeEnvironmentStringsW +FreeLibrary +FreeLibraryAndExitThread +FreeLibraryWhenCallbackReturns +FreeResource +FreeUserPhysicalPages +GenerateConsoleCtrlEvent +GetACP +GetActiveProcessorCount +GetActiveProcessorGroupCount +GetAppContainerAce +GetAppContainerNamedObjectPath +GetApplicationRecoveryCallback +GetApplicationRecoveryCallbackWorker +GetApplicationRestartSettings +GetApplicationRestartSettingsWorker +GetApplicationUserModelId +GetAtomNameA +GetAtomNameW +GetBinaryType +GetBinaryTypeA +GetBinaryTypeW +GetCPFileNameFromRegistry +GetCPInfo +GetCPInfoExA +GetCPInfoExW +GetCachedSigningLevel +GetCalendarDateFormat +GetCalendarDateFormatEx +GetCalendarDaysInMonth +GetCalendarDifferenceInDays +GetCalendarInfoA +GetCalendarInfoEx +GetCalendarInfoW +GetCalendarMonthsInYear +GetCalendarSupportedDateRange +GetCalendarWeekNumber +GetComPlusPackageInstallStatus +GetCommConfig +GetCommMask +GetCommModemStatus +GetCommProperties +GetCommState +GetCommTimeouts +GetCommandLineA +GetCommandLineW +GetCompressedFileSizeA +GetCompressedFileSizeTransactedA +GetCompressedFileSizeTransactedW +GetCompressedFileSizeW +GetComputerNameA +GetComputerNameExA +GetComputerNameExW +GetComputerNameW +GetConsoleAliasA +GetConsoleAliasExesA +GetConsoleAliasExesLengthA +GetConsoleAliasExesLengthW +GetConsoleAliasExesW +GetConsoleAliasW +GetConsoleAliasesA +GetConsoleAliasesLengthA +GetConsoleAliasesLengthW +GetConsoleAliasesW +GetConsoleCP +GetConsoleCharType +GetConsoleCommandHistoryA +GetConsoleCommandHistoryLengthA +GetConsoleCommandHistoryLengthW +GetConsoleCommandHistoryW +GetConsoleCursorInfo +GetConsoleCursorMode +GetConsoleDisplayMode +GetConsoleFontInfo +GetConsoleFontSize +GetConsoleHardwareState +GetConsoleHistoryInfo +GetConsoleInputExeNameA +GetConsoleInputExeNameW +GetConsoleInputWaitHandle +GetConsoleKeyboardLayoutNameA +GetConsoleKeyboardLayoutNameW +GetConsoleMode +GetConsoleNlsMode +GetConsoleOriginalTitleA +GetConsoleOriginalTitleW +GetConsoleOutputCP +GetConsoleProcessList +GetConsoleScreenBufferInfo +GetConsoleScreenBufferInfoEx +GetConsoleSelectionInfo +GetConsoleTitleA +GetConsoleTitleW +GetConsoleWindow +GetCurrencyFormatA +GetCurrencyFormatEx +GetCurrencyFormatW +GetCurrentActCtx +GetCurrentActCtxWorker +GetCurrentApplicationUserModelId +GetCurrentConsoleFont +GetCurrentConsoleFontEx +GetCurrentDirectoryA +GetCurrentDirectoryW +GetCurrentPackageFamilyName +GetCurrentPackageFullName +GetCurrentPackageId +GetCurrentPackageInfo +GetCurrentPackagePath +GetCurrentProcess +GetCurrentProcessId +GetCurrentProcessorNumber +GetCurrentProcessorNumberEx +GetCurrentThread +GetCurrentThreadId +GetCurrentThreadStackLimits +F_X64(GetCurrentUmsThread) +GetDateFormatA +GetDateFormatAWorker +GetDateFormatEx +GetDateFormatW +GetDateFormatWWorker +GetDefaultCommConfigA +GetDefaultCommConfigW +GetDefaultSortkeySize +GetDevicePowerState +GetDiskFreeSpaceA +GetDiskFreeSpaceExA +GetDiskFreeSpaceExW +GetDiskFreeSpaceW +GetDllDirectoryA +GetDllDirectoryW +GetDriveTypeA +GetDriveTypeW +GetDurationFormat +GetDurationFormatEx +GetDynamicTimeZoneInformation +GetEnabledExtendedFeatures +GetEncryptedFileVersionExt +GetEnvironmentStrings +GetEnvironmentStringsA +GetEnvironmentStringsW +GetEnvironmentVariableA +GetEnvironmentVariableW +GetEraNameCountedString +GetErrorMode +GetExitCodeProcess +GetExitCodeThread +GetExpandedNameA +GetExpandedNameW +GetExtendedContextLength +GetExtendedFeaturesMask +GetFileAttributesA +GetFileAttributesExA +GetFileAttributesExW +GetFileAttributesTransactedA +GetFileAttributesTransactedW +GetFileAttributesW +GetFileBandwidthReservation +GetFileInformationByHandle +GetFileInformationByHandleEx +GetFileMUIInfo +GetFileMUIPath +GetFileSize +GetFileSizeEx +GetFileTime +GetFileType +GetFinalPathNameByHandleA +GetFinalPathNameByHandleW +GetFirmwareEnvironmentVariableA +GetFirmwareEnvironmentVariableExA +GetFirmwareEnvironmentVariableExW +GetFirmwareEnvironmentVariableW +GetFirmwareType +GetFullPathNameA +GetFullPathNameTransactedA +GetFullPathNameTransactedW +GetFullPathNameW +GetGeoInfoA +GetGeoInfoW +GetHandleInformation +GetLargePageMinimum +GetLargestConsoleWindowSize +GetLastError +GetLinguistLangSize +GetLocalTime +GetLocaleInfoA +GetLocaleInfoEx +GetLocaleInfoW +GetLogicalDriveStringsA +GetLogicalDriveStringsW +GetLogicalDrives +GetLogicalProcessorInformation +GetLogicalProcessorInformationEx +GetLongPathNameA +GetLongPathNameTransactedA +GetLongPathNameTransactedW +GetLongPathNameW +GetMailslotInfo +GetMaximumProcessorCount +GetMaximumProcessorGroupCount +GetMemoryErrorHandlingCapabilities +GetModuleFileNameA +GetModuleFileNameW +GetModuleHandleA +GetModuleHandleExA +GetModuleHandleExW +GetModuleHandleW +GetNLSVersion +GetNLSVersionEx +GetNamedPipeAttribute +GetNamedPipeClientComputerNameA +GetNamedPipeClientComputerNameW +GetNamedPipeClientProcessId +GetNamedPipeClientSessionId +GetNamedPipeHandleStateA +GetNamedPipeHandleStateW +GetNamedPipeInfo +GetNamedPipeServerProcessId +GetNamedPipeServerSessionId +GetNativeSystemInfo +F_X64(GetNextUmsListItem) +GetNextVDMCommand +GetNlsSectionName +GetNumaAvailableMemoryNode +GetNumaAvailableMemoryNodeEx +GetNumaHighestNodeNumber +GetNumaNodeNumberFromHandle +GetNumaNodeProcessorMask +GetNumaNodeProcessorMaskEx +GetNumaProcessorNode +GetNumaProcessorNodeEx +GetNumaProximityNode +GetNumaProximityNodeEx +GetNumberFormatA +GetNumberFormatEx +GetNumberFormatW +GetNumberOfConsoleFonts +GetNumberOfConsoleInputEvents +GetNumberOfConsoleMouseButtons +GetOEMCP +GetOverlappedResult +GetOverlappedResultEx +GetPackageApplicationIds +GetPackageFamilyName +GetPackageFullName +GetPackageId +GetPackageInfo +GetPackagePath +GetPackagePathByFullName +GetPackagesByPackageFamily +GetPhysicallyInstalledSystemMemory +GetPriorityClass +GetPrivateProfileIntA +GetPrivateProfileIntW +GetPrivateProfileSectionA +GetPrivateProfileSectionNamesA +GetPrivateProfileSectionNamesW +GetPrivateProfileSectionW +GetPrivateProfileStringA +GetPrivateProfileStringW +GetPrivateProfileStructA +GetPrivateProfileStructW +GetProcAddress +GetProcessAffinityMask +GetProcessDEPPolicy +GetProcessGroupAffinity +GetProcessHandleCount +GetProcessHeap +GetProcessHeaps +GetProcessId +GetProcessIdOfThread +GetProcessInformation +GetProcessIoCounters +GetProcessMitigationPolicy +GetProcessPreferredUILanguages +GetProcessPriorityBoost +GetProcessShutdownParameters +GetProcessTimes +GetProcessVersion +GetProcessWorkingSetSize +GetProcessWorkingSetSizeEx +GetProcessorSystemCycleTime +GetProductInfo +GetProfileIntA +GetProfileIntW +GetProfileSectionA +GetProfileSectionW +GetProfileStringA +GetProfileStringW +GetQueuedCompletionStatus +GetQueuedCompletionStatusEx +GetShortPathNameA +GetShortPathNameW +GetStagedPackagePathByFullName +GetStartupInfoA +GetStartupInfoW +GetStateFolder +GetStdHandle +GetStringScripts +GetStringTypeA +GetStringTypeExA +GetStringTypeExW +GetStringTypeW +GetSystemAppDataKey +GetSystemDEPPolicy +GetSystemDefaultLCID +GetSystemDefaultLangID +GetSystemDefaultLocaleName +GetSystemDefaultUILanguage +GetSystemDirectoryA +GetSystemDirectoryW +GetSystemFileCacheSize +GetSystemFirmwareTable +GetSystemInfo +GetSystemPowerStatus +GetSystemPreferredUILanguages +GetSystemRegistryQuota +GetSystemTime +GetSystemTimeAdjustment +GetSystemTimeAsFileTime +GetSystemTimePreciseAsFileTime +GetSystemTimes +GetSystemWindowsDirectoryA +GetSystemWindowsDirectoryW +GetSystemWow64DirectoryA +GetSystemWow64DirectoryW +GetTapeParameters +GetTapePosition +GetTapeStatus +GetTempFileNameA +GetTempFileNameW +GetTempPathA +GetTempPathW +GetThreadContext +GetThreadErrorMode +GetThreadGroupAffinity +GetThreadIOPendingFlag +GetThreadId +GetThreadIdealProcessorEx +GetThreadInformation +GetThreadLocale +GetThreadPreferredUILanguages +GetThreadPriority +GetThreadPriorityBoost +GetThreadSelectorEntry +GetThreadTimes +GetThreadUILanguage +GetTickCount +GetTickCount64 +GetTimeFormatA +GetTimeFormatAWorker +GetTimeFormatEx +GetTimeFormatW +GetTimeFormatWWorker +GetTimeZoneInformation +GetTimeZoneInformationForYear +GetUILanguageInfo +F_X64(GetUmsCompletionListEvent) +GetUserDefaultLCID +GetUserDefaultLangID +GetUserDefaultLocaleName +GetUserDefaultUILanguage +GetUserGeoID +GetUserPreferredUILanguages +GetVDMCurrentDirectories +GetVersion +GetVersionExA +GetVersionExW +GetVolumeInformationA +GetVolumeInformationByHandleW +GetVolumeInformationW +GetVolumeNameForVolumeMountPointA +GetVolumeNameForVolumeMountPointW +GetVolumePathNameA +GetVolumePathNameW +GetVolumePathNamesForVolumeNameA +GetVolumePathNamesForVolumeNameW +GetWindowsDirectoryA +GetWindowsDirectoryW +GetWriteWatch +GlobalAddAtomA +GlobalAddAtomExA +GlobalAddAtomExW +GlobalAddAtomW +GlobalAlloc +GlobalCompact +GlobalDeleteAtom +GlobalFindAtomA +GlobalFindAtomW +GlobalFix +GlobalFlags +GlobalFree +GlobalGetAtomNameA +GlobalGetAtomNameW +GlobalHandle +GlobalLock +GlobalMemoryStatus +GlobalMemoryStatusEx +GlobalReAlloc +GlobalSize +GlobalUnWire +GlobalUnfix +GlobalUnlock +GlobalWire +Heap32First +Heap32ListFirst +Heap32ListNext +Heap32Next +HeapAlloc +HeapCompact +HeapCreate +HeapCreateTagsW +HeapDestroy +HeapExtend +HeapFree +HeapLock +HeapQueryInformation +HeapQueryTagW +HeapReAlloc +HeapSetInformation +HeapSize +HeapSummary +HeapUnlock +HeapUsage +HeapValidate +HeapWalk +IdnToAscii +IdnToNameprepUnicode +IdnToUnicode +InitAtomTable +InitializeConditionVariable +InitializeCriticalSection +InitOnceBeginInitialize +InitOnceComplete +InitOnceExecuteOnce +InitOnceInitialize +InitializeConditionVariable +InitializeContext +InitializeCriticalSection +InitializeCriticalSectionAndSpinCount +InitializeCriticalSectionEx +InitializeExtendedContext +InitializeProcThreadAttributeList +InitializeSListHead +InitializeSRWLock +InitializeSynchronizationBarrier +InstallELAMCertificateInfo +InterlockedFlushSList +InterlockedPopEntrySList +InterlockedPushEntrySList +InterlockedPushListSList +InterlockedPushListSListEx +InvalidateConsoleDIBits +IsBadCodePtr +IsBadHugeReadPtr +IsBadHugeWritePtr +IsBadReadPtr +IsBadStringPtrA +IsBadStringPtrW +IsBadWritePtr +IsCalendarLeapDay +IsCalendarLeapMonth +IsCalendarLeapYear +IsDBCSLeadByte +IsDBCSLeadByteEx +IsDebuggerPresent +IsNLSDefinedString +IsNativeVhdBoot +IsNormalizedString +IsProcessCritical +IsProcessInJob +IsProcessorFeaturePresent +IsSystemResumeAutomatic +IsThreadAFiber +IsThreadpoolTimerSet +IsTimeZoneRedirectionEnabled +IsValidCalDateTime +IsValidCodePage +IsValidLanguageGroup +IsValidLocale +IsValidUILanguage +IsValidLocaleName +IsValidNLSVersion +IsWow64Process +K32EmptyWorkingSet +K32EnumDeviceDrivers +K32EnumPageFilesA +K32EnumPageFilesW +K32EnumProcessModules +K32EnumProcessModulesEx +K32EnumProcesses +K32GetDeviceDriverBaseNameA +K32GetDeviceDriverBaseNameW +K32GetDeviceDriverFileNameA +K32GetDeviceDriverFileNameW +K32GetMappedFileNameA +K32GetMappedFileNameW +K32GetModuleBaseNameA +K32GetModuleBaseNameW +K32GetModuleFileNameExA +K32GetModuleFileNameExW +K32GetModuleInformation +K32GetPerformanceInfo +K32GetProcessImageFileNameA +K32GetProcessImageFileNameW +K32GetProcessMemoryInfo +K32GetWsChanges +K32GetWsChangesEx +K32InitializeProcessForWsWatch +K32QueryWorkingSet +K32QueryWorkingSetEx +LCIDToLocaleName +LCMapStringA +LCMapStringEx +LCMapStringW +LZClose +LZCloseFile +LZCopy +LZCreateFileW +LZDone +LZInit +LZOpenFileA +LZOpenFileW +LZRead +LZSeek +LZStart +LeaveCriticalSection +LeaveCriticalSectionWhenCallbackReturns +LoadAppInitDlls +LoadLibraryA +LoadLibraryExA +LoadLibraryExW +LoadLibraryW +LoadModule +LoadPackagedLibrary +LoadResource +LoadStringBaseExW +LoadStringBaseW +LocalAlloc +LocalCompact +LocalFileTimeToFileTime +LocalFlags +LocalFree +LocalHandle +LocalLock +LocalReAlloc +LocalShrink +LocalSize +LocalUnlock +LocaleNameToLCID +LocateExtendedFeature +LocateLegacyContext +LockFile +LockFileEx +LockResource +MapUserPhysicalPages +MapUserPhysicalPagesScatter +MapViewOfFile +MapViewOfFileEx +MapViewOfFileExNuma +MapViewOfFileFromApp +Module32First +Module32FirstW +Module32Next +Module32NextW +MoveFileA +MoveFileExA +MoveFileExW +MoveFileTransactedA +MoveFileTransactedW +MoveFileW +MoveFileWithProgressA +MoveFileWithProgressW +MulDiv +MultiByteToWideChar +NeedCurrentDirectoryForExePathA +NeedCurrentDirectoryForExePathW +NlsConvertIntegerToString +NlsCheckPolicy +NlsEventDataDescCreate +NlsGetCacheUpdateCount +NlsUpdateLocale +NlsUpdateSystemLocale +NlsResetProcessLocale +NlsWriteEtwEvent +NormalizeString +NotifyMountMgr +NotifyUILanguageChange +NtVdm64CreateProcessInternalW +OOBEComplete +OfferVirtualMemory +OpenConsoleW +OpenConsoleWStub +OpenDataFile +OpenEventA +OpenEventW +OpenFile +OpenFileById +OpenFileMappingA +OpenFileMappingW +OpenJobObjectA +OpenJobObjectW +OpenMutexA +OpenMutexW +OpenPackageInfoByFullName +OpenPrivateNamespaceA +OpenPrivateNamespaceW +OpenProcess +; MSDN says OpenProcessToken is from Advapi32.dll, not Kernel32.dll +; OpenProcessToken +OpenProfileUserMapping +OpenSemaphoreA +OpenSemaphoreW +OpenState +OpenStateExplicit +OpenThread +;OpenThreadToken +OpenWaitableTimerA +OpenWaitableTimerW +OutputDebugStringA +OutputDebugStringW +PackageFamilyNameFromFullName +PackageFamilyNameFromId +PackageFullNameFromId +PackageIdFromFullName +PackageNameAndPublisherIdFromFamilyName +ParseApplicationUserModelId +PeekConsoleInputA +PeekConsoleInputW +PeekNamedPipe +PostQueuedCompletionStatus +PowerClearRequest +PowerCreateRequest +PowerSetRequest +PrefetchVirtualMemory +PrepareTape +PrivCopyFileExW +PrivMoveFileIdentityW +Process32First +Process32FirstW +Process32Next +Process32NextW +ProcessIdToSessionId +PssCaptureSnapshot +PssDuplicateSnapshot +PssFreeSnapshot +PssQuerySnapshot +PssWalkMarkerCreate +PssWalkMarkerFree +PssWalkMarkerGetPosition +PssWalkMarkerRewind +PssWalkMarkerSeek +PssWalkMarkerSeekToBeginning +PssWalkMarkerSetPosition +PssWalkMarkerTell +PssWalkSnapshot +PulseEvent +PurgeComm +QueryActCtxSettingsW +QueryActCtxSettingsWWorker +QueryActCtxW +QueryActCtxWWorker +QueryDepthSList +QueryDosDeviceA +QueryDosDeviceW +QueryFullProcessImageNameA +QueryFullProcessImageNameW +QueryIdleProcessorCycleTime +QueryIdleProcessorCycleTimeEx +QueryInformationJobObject +QueryMemoryResourceNotification +QueryPerformanceCounter +QueryPerformanceFrequency +QueryProcessAffinityUpdateMode +QueryProcessCycleTime +QueryThreadCycleTime +QueryThreadProfiling +QueryThreadpoolStackInformation +F_X64(QueryUmsThreadInformation) +QueryUnbiasedInterruptTime +QueueUserAPC +QueueUserWorkItem +QuirkGetData2Worker +QuirkGetDataWorker +QuirkIsEnabled2Worker +QuirkIsEnabled3Worker +QuirkIsEnabledForPackage2Worker +QuirkIsEnabledForPackageWorker +QuirkIsEnabledForProcessWorker +QuirkIsEnabledWorker +RaiseException +RaiseFailFastException +RaiseInvalid16BitExeError +ReOpenFile +ReclaimVirtualMemory +ReadConsoleA +ReadConsoleInputA +ReadConsoleInputExA +ReadConsoleInputExW +ReadConsoleInputW +ReadConsoleOutputA +ReadConsoleOutputAttribute +ReadConsoleOutputCharacterA +ReadConsoleOutputCharacterW +ReadConsoleOutputW +ReadConsoleW +ReadDirectoryChangesW +ReadFile +ReadFileEx +ReadFileScatter +ReadProcessMemory +ReadThreadProfilingData +; +; MSDN says these functions are exported +; from advapi32.dll. Commented out for +; compatibility with older versions of +; Windows. +; +; RegKrnGetGlobalState and RegKrnInitialize +; are known exceptions. +; +;RegCloseKey +;RegCopyTreeW +;RegCreateKeyExA +;RegCreateKeyExW +;RegDeleteKeyExA +;RegDeleteKeyExW +;RegDeleteTreeA +;RegDeleteTreeW +;RegDeleteValueA +;RegDeleteValueW +;RegDisablePredefinedCacheEx +;RegEnumKeyExA +;RegEnumKeyExW +;RegEnumValueA +;RegEnumValueW +;RegFlushKey +;RegGetKeySecurity +;RegGetValueA +;RegGetValueW +RegKrnGetGlobalState +RegKrnInitialize +;RegLoadKeyA +;RegLoadKeyW +;RegLoadMUIStringA +;RegLoadMUIStringW +;RegNotifyChangeKeyValue +;RegOpenCurrentUser +;RegOpenKeyExA +;RegOpenKeyExW +;RegOpenUserClassesRoot +;RegQueryInfoKeyA +;RegQueryInfoKeyW +;RegQueryValueExA +;RegQueryValueExW +;RegRestoreKeyA +;RegRestoreKeyW +;RegSaveKeyExA +;RegSaveKeyExW +;RegSetKeySecurity +;RegSetValueExA +;RegSetValueExW +;RegUnLoadKeyA +;RegUnLoadKeyW +RegisterApplicationRecoveryCallback +RegisterApplicationRestart +RegisterBadMemoryNotification +RegisterConsoleIME +RegisterConsoleOS2 +RegisterConsoleVDM +RegisterWaitForInputIdle +RegisterWaitForSingleObject +RegisterWaitForSingleObjectEx +RegisterWaitUntilOOBECompleted +RegisterWowBaseHandlers +RegisterWowExec +ReleaseActCtx +ReleaseActCtxWorker +ReleaseMutex +ReleaseMutexWhenCallbackReturns +ReleaseSRWLockExclusive +ReleaseSRWLockShared +ReleaseSemaphore +ReleaseSemaphoreWhenCallbackReturns +RemoveDirectoryA +RemoveDirectoryTransactedA +RemoveDirectoryTransactedW +RemoveDirectoryW +RemoveDllDirectory +RemoveLocalAlternateComputerNameA +RemoveLocalAlternateComputerNameW +RemoveSecureMemoryCacheCallback +RemoveVectoredContinueHandler +RemoveVectoredExceptionHandler +ReplaceFile +ReplaceFileA +ReplaceFileW +ReplacePartitionUnit +RequestDeviceWakeup +RequestWakeupLatency +ResetEvent +ResetWriteWatch +ResolveDelayLoadedAPI +ResolveDelayLoadsFromDll +ResolveLocaleName +RestoreLastError +ResumeThread +RtlAddFunctionTable +RtlCaptureContext +RtlCaptureStackBackTrace +RtlCompareMemory +RtlCopyMemory +RtlDeleteFunctionTable +RtlFillMemory +RtlInstallFunctionTableCallback +RtlLookupFunctionEntry +RtlMoveMemory +RtlPcToFileHeader +RtlRaiseException +RtlRestoreContext +RtlUnwind +RtlUnwindEx +RtlVirtualUnwind +RtlZeroMemory +ScrollConsoleScreenBufferA +ScrollConsoleScreenBufferW +SearchPathA +SearchPathW +SetCachedSigningLevel +SetCPGlobal +SetCalendarInfoA +SetCalendarInfoW +SetComPlusPackageInstallStatus +SetCommBreak +SetCommConfig +SetCommMask +SetCommState +SetCommTimeouts +SetComputerNameA +SetComputerNameEx2W +SetComputerNameExA +SetComputerNameExW +SetComputerNameW +SetConsoleActiveScreenBuffer +SetConsoleCP +SetConsoleCommandHistoryMode +SetConsoleCtrlHandler +SetConsoleCursor +SetConsoleCursorInfo +SetConsoleCursorMode +SetConsoleCursorPosition +SetConsoleDisplayMode +SetConsoleFont +SetConsoleHardwareState +SetConsoleHistoryInfo +SetConsoleIcon +SetConsoleInputExeNameA +SetConsoleInputExeNameW +SetConsoleKeyShortcuts +SetConsoleLocalEUDC +SetConsoleMaximumWindowSize +SetConsoleMenuClose +SetConsoleMode +SetConsoleNlsMode +SetConsoleNumberOfCommandsA +SetConsoleNumberOfCommandsW +SetConsoleOS2OemFormat +SetConsoleOutputCP +SetConsolePalette +SetConsoleScreenBufferInfoEx +SetConsoleScreenBufferSize +SetConsoleTextAttribute +SetConsoleTitleA +SetConsoleTitleW +SetConsoleWindowInfo +SetCriticalSectionSpinCount +SetCurrentConsoleFontEx +SetCurrentDirectoryA +SetCurrentDirectoryW +SetDefaultCommConfigA +SetDefaultCommConfigW +SetDefaultDllDirectories +SetDllDirectoryA +SetDllDirectoryW +SetDynamicTimeZoneInformation +SetEndOfFile +SetEnvironmentStringsA +SetEnvironmentStringsW +SetEnvironmentVariableA +SetEnvironmentVariableW +SetErrorMode +SetEvent +SetEventWhenCallbackReturns +SetExtendedFeaturesMask +SetFileApisToANSI +SetFileApisToOEM +SetFileAttributesA +SetFileAttributesTransactedA +SetFileAttributesTransactedW +SetFileAttributesW +SetFileBandwidthReservation +SetFileCompletionNotificationModes +SetFileInformationByHandle +SetFileIoOverlappedRange +SetFilePointer +SetFilePointerEx +SetFileShortNameA +SetFileShortNameW +SetFileTime +SetFileValidData +SetFirmwareEnvironmentVariableA +SetFirmwareEnvironmentVariableExA +SetFirmwareEnvironmentVariableExW +SetFirmwareEnvironmentVariableW +SetHandleCount +SetHandleInformation +SetInformationJobObject +SetLastConsoleEventActive +SetLastError +SetLocalPrimaryComputerNameA +SetLocalPrimaryComputerNameW +SetLocalTime +SetLocaleInfoA +SetLocaleInfoW +SetMailslotInfo +SetMessageWaitingIndicator +SetNamedPipeAttribute +SetNamedPipeHandleState +SetPriorityClass +SetProcessAffinityMask +SetProcessAffinityUpdateMode +SetProcessDEPPolicy +SetProcessInformation +SetProcessMitigationPolicy +SetProcessPreferredUILanguages +SetProcessPriorityBoost +SetProcessShutdownParameters +SetProcessWorkingSetSize +SetProcessWorkingSetSizeEx +SetSearchPathMode +SetStdHandle +SetStdHandleEx +SetSystemFileCacheSize +SetSystemPowerState +SetSystemTime +SetSystemTimeAdjustment +SetTapeParameters +SetTapePosition +SetTermsrvAppInstallMode +SetThreadAffinityMask +SetThreadContext +SetThreadErrorMode +SetThreadExecutionState +SetThreadGroupAffinity +SetThreadIdealProcessor +SetThreadIdealProcessorEx +SetThreadInformation +SetThreadLocale +SetThreadPreferredUILanguages +SetThreadPriority +SetThreadPriorityBoost +SetThreadStackGuarantee +SetThreadToken +SetThreadUILanguage +SetThreadpoolStackInformation +SetThreadpoolThreadMaximum +SetThreadpoolThreadMinimum +SetThreadpoolTimer +SetThreadpoolTimerEx +SetThreadpoolWait +SetThreadpoolWaitEx +SetTimeZoneInformation +SetTimerQueueTimer +F_X64(SetUmsThreadInformation) +SetUnhandledExceptionFilter +SetUserGeoID +SetVDMCurrentDirectories +SetVolumeLabelA +SetVolumeLabelW +SetVolumeMountPointA +SetVolumeMountPointW +SetVolumeMountPointWStub +SetWaitableTimer +SetWaitableTimerEx +SetupComm +ShowConsoleCursor +SignalObjectAndWait +SizeofResource +Sleep +SleepConditionVariableCS +SleepConditionVariableSRW +SleepEx +SortCloseHandle +SortGetHandle +StartThreadpoolIo +SubmitThreadpoolWork +SuspendThread +SwitchToFiber +SwitchToThread +SystemTimeToFileTime +SystemTimeToTzSpecificLocalTime +SystemTimeToTzSpecificLocalTimeEx +TerminateJobObject +TerminateProcess +TerminateThread +TermsrvAppInstallMode +TermsrvConvertSysRootToUserDir +TermsrvCreateRegEntry +TermsrvDeleteKey +TermsrvDeleteValue +TermsrvGetPreSetValue +TermsrvGetWindowsDirectoryA +TermsrvGetWindowsDirectoryW +TermsrvOpenRegEntry +TermsrvOpenUserClasses +TermsrvRestoreKey +TermsrvSetKeySecurity +TermsrvSetValueKey +TermsrvSyncUserIniFileExt +Thread32First +Thread32Next +TlsAlloc +TlsFree +TlsGetValue +TlsSetValue +Toolhelp32ReadProcessMemory +TransactNamedPipe +TransmitCommChar +TryAcquireSRWLockExclusive +TryAcquireSRWLockShared +TryEnterCriticalSection +TrySubmitThreadpoolCallback +TzSpecificLocalTimeToSystemTime +TzSpecificLocalTimeToSystemTimeEx +UTRegister +UTUnRegister +F_X64(UmsThreadYield) +UnhandledExceptionFilter +UnlockFile +UnlockFileEx +UnmapViewOfFile +UnmapViewOfFileEx +UnregisterApplicationRecoveryCallback +UnregisterApplicationRestart +UnregisterBadMemoryNotification +UnregisterConsoleIME +UnregisterWait +UnregisterWaitEx +UnregisterWaitUntilOOBECompleted +UpdateCalendarDayOfWeek +UpdateProcThreadAttribute +UpdateResourceA +UpdateResourceW +VDMConsoleOperation +VDMOperationStarted +ValidateLCType +ValidateLocale +VerLanguageNameA +VerLanguageNameW +VerSetConditionMask +VerifyConsoleIoHandle +VerifyScripts +VerifyVersionInfoA +VerifyVersionInfoW +VirtualAlloc +VirtualAllocEx +VirtualAllocExNuma +VirtualFree +VirtualFreeEx +VirtualLock +VirtualProtect +VirtualProtectEx +VirtualQuery +VirtualQueryEx +VirtualUnlock +WTSGetActiveConsoleSessionId +WaitCommEvent +WaitForDebugEvent +WaitForMultipleObjects +WaitForMultipleObjectsEx +WaitForSingleObject +WaitForSingleObjectEx +WaitForThreadpoolIoCallbacks +WaitForThreadpoolTimerCallbacks +WaitForThreadpoolWaitCallbacks +WaitForThreadpoolWorkCallbacks +WaitNamedPipeA +WaitNamedPipeW +WaitOnAddress +WakeAllConditionVariable +WakeByAddressSingle +WakeByAddressAll +WakeConditionVariable +WerGetFlags +WerRegisterFile +WerRegisterFileWorker +WerRegisterMemoryBlock +WerRegisterMemoryBlockWorker +WerRegisterRuntimeExceptionModule +WerRegisterRuntimeExceptionModuleWorker +WerSetFlags +WerUnregisterFile +WerUnregisterFileWorker +WerUnregisterMemoryBlock +WerUnregisterMemoryBlockWorker +WerUnregisterRuntimeExceptionModule +WerUnregisterRuntimeExceptionModuleWorker +WerpCleanupMessageMapping +WerpGetDebugger +WerpInitiateRemoteRecovery +WerpLaunchAeDebug +WerpNotifyLoadStringResource +WerpNotifyLoadStringResourceEx +WerpNotifyLoadStringResourceWorker +WerpNotifyUseStringResource +WerpNotifyUseStringResourceWorker +WerpStringLookup +WideCharToMultiByte +WinExec +Wow64DisableWow64FsRedirection +Wow64EnableWow64FsRedirection +Wow64GetThreadContext +Wow64GetThreadSelectorEntry +Wow64RevertWow64FsRedirection +Wow64SetThreadContext +Wow64SuspendThread +WriteConsoleA +WriteConsoleInputA +WriteConsoleInputVDMA +WriteConsoleInputVDMW +WriteConsoleInputW +WriteConsoleOutputA +WriteConsoleOutputAttribute +WriteConsoleOutputCharacterA +WriteConsoleOutputCharacterW +WriteConsoleOutputW +WriteConsoleW +WriteFile +WriteFileEx +WriteFileGather +WritePrivateProfileSectionA +WritePrivateProfileSectionW +WritePrivateProfileStringA +WritePrivateProfileStringW +WritePrivateProfileStructA +WritePrivateProfileStructW +WriteProcessMemory +WriteProfileSectionA +WriteProfileSectionW +WriteProfileStringA +WriteProfileStringW +WriteTapemark +ZombifyActCtx +ZombifyActCtxWorker +__C_specific_handler +F_ARM32(__chkstk) +F_X64(__misaligned_access) +_hread +_hwrite +_lclose +_lcreat +_llseek +_local_unwind +_lopen +_lread +_lwrite +lstrcat +lstrcatA +lstrcatW +lstrcmp +lstrcmpA +lstrcmpW +lstrcmpi +lstrcmpiA +lstrcmpiW +lstrcpy +lstrcpyA +lstrcpyW +lstrcpyn +lstrcpynA +lstrcpynW +lstrlen +lstrlenA +lstrlenW +uaw_lstrcmpW +uaw_lstrcmpiW +uaw_lstrlenW +uaw_wcschr +uaw_wcscpy +uaw_wcsicmp +uaw_wcslen +uaw_wcsrchr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/keymgr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/keymgr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/keymgr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/keymgr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file KEYMGR.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY KEYMGR.dll +EXPORTS +CPlApplet +DllMain +KRShowKeyMgr +PRShowRestoreFromMsginaW +PRShowRestoreWizardExW +PRShowRestoreWizardW +PRShowSaveFromMsginaW +PRShowSaveWizardExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ksuser.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ksuser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ksuser.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ksuser.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Definition file of ksuser.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "ksuser.dll" +EXPORTS +KsCreateAllocator +KsCreateAllocator2 +KsCreateClock +KsCreateClock2 +KsCreatePin +KsCreatePin2 +KsCreateTopologyNode +KsCreateTopologyNode2 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ktmw32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ktmw32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ktmw32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ktmw32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +; +; Definition file of ktmw32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "ktmw32.dll" +EXPORTS +CommitComplete +CommitEnlistment +CommitTransaction +CommitTransactionAsync +CreateEnlistment +CreateResourceManager +CreateTransaction +CreateTransactionManager +GetCurrentClockTransactionManager +GetEnlistmentId +GetEnlistmentRecoveryInformation +GetNotificationResourceManager +GetNotificationResourceManagerAsync +GetTransactionId +GetTransactionInformation +GetTransactionManagerId +OpenEnlistment +OpenResourceManager +OpenTransaction +OpenTransactionManager +OpenTransactionManagerById +PrePrepareComplete +PrePrepareEnlistment +PrepareComplete +PrepareEnlistment +PrivCreateTransaction +PrivIsLogWritableTransactionManager +PrivPropagationComplete +PrivPropagationFailed +PrivRegisterProtocolAddressInformation +ReadOnlyEnlistment +RecoverEnlistment +RecoverResourceManager +RecoverTransactionManager +RenameTransactionManager +RollbackComplete +RollbackEnlistment +RollbackTransaction +RollbackTransactionAsync +RollforwardTransactionManager +SetEnlistmentRecoveryInformation +SetResourceManagerCompletionPort +SetTransactionInformation +SinglePhaseReject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/linkinfo.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/linkinfo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/linkinfo.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/linkinfo.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +; +; Exports of file LINKINFO.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY LINKINFO.dll +EXPORTS +CompareLinkInfoReferents +CompareLinkInfoVolumes +CreateLinkInfo +CreateLinkInfoA +CreateLinkInfoW +DestroyLinkInfo +DisconnectLinkInfo +GetCanonicalPathInfo +GetCanonicalPathInfoA +GetCanonicalPathInfoW +GetLinkInfoData +IsValidLinkInfo +ResolveLinkInfo +ResolveLinkInfoA +ResolveLinkInfoW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/loadperf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/loadperf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/loadperf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/loadperf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of loadperf.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "loadperf.dll" +EXPORTS +BackupPerfRegistryToFileW +InstallPerfDllA +InstallPerfDllW +LoadPerfCounterTextStringsA +LoadPerfCounterTextStringsW +LpAcquireInstallationMutex +LpReleaseInstallationMutex +RestorePerfRegistryFromFileW +SetServiceAsTrustedA +SetServiceAsTrustedW +UnloadPerfCounterTextStringsA +UnloadPerfCounterTextStringsW +UpdatePerfNameFilesA +UpdatePerfNameFilesW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/loghours.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/loghours.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/loghours.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/loghours.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +; +; Exports of file LogHours.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY LogHours.dll +EXPORTS +LogonScheduleDialog +ConnectionScheduleDialog +DialinHoursDialog +DirSyncScheduleDialog +LogonScheduleDialogEx +DialinHoursDialogEx +ReplicationScheduleDialog +ReplicationScheduleDialogEx +ConnectionScheduleDialogEx +DirSyncScheduleDialogEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/logoncli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/logoncli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/logoncli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/logoncli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,91 @@ +; +; Definition file of logoncli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "logoncli.dll" +EXPORTS +AuthzrExtAccessCheck +AuthzrExtFreeContext +AuthzrExtFreeResourceManager +AuthzrExtGetInformationFromContext +AuthzrExtInitializeCompoundContext +AuthzrExtInitializeContextFromSid +AuthzrExtInitializeRemoteResourceManager +AuthzrExtModifyClaims +DsAddressToSiteNamesA +DsAddressToSiteNamesExA +DsAddressToSiteNamesExW +DsAddressToSiteNamesW +DsDeregisterDnsHostRecordsA +DsDeregisterDnsHostRecordsW +DsEnumerateDomainTrustsA +DsEnumerateDomainTrustsW +DsGetDcCloseW +DsGetDcNameA +DsGetDcNameW +DsGetDcNameWithAccountA +DsGetDcNameWithAccountW +DsGetDcNextA +DsGetDcNextW +DsGetDcOpenA +DsGetDcOpenW +DsGetDcSiteCoverageA +DsGetDcSiteCoverageW +DsGetForestTrustInformationW +DsGetSiteNameA +DsGetSiteNameW +DsMergeForestTrustInformationW +DsValidateSubnetNameA +DsValidateSubnetNameW +I_DsUpdateReadOnlyServerDnsRecords +I_NetAccountDeltas +I_NetAccountSync +I_NetChainSetClientAttributes +I_NetChainSetClientAttributes2 +I_NetDatabaseDeltas +I_NetDatabaseRedo +I_NetDatabaseSync +I_NetDatabaseSync2 +I_NetGetDCList +I_NetGetForestTrustInformation +I_NetLogonControl +I_NetLogonControl2 +I_NetLogonGetCapabilities +I_NetLogonGetDomainInfo +I_NetLogonSamLogoff +I_NetLogonSamLogon +I_NetLogonSamLogonEx +I_NetLogonSamLogonWithFlags +I_NetLogonSendToSam +I_NetLogonUasLogoff +I_NetLogonUasLogon +I_NetServerAuthenticate +I_NetServerAuthenticate2 +I_NetServerAuthenticate3 +I_NetServerGetTrustInfo +I_NetServerPasswordGet +I_NetServerPasswordSet +I_NetServerPasswordSet2 +I_NetServerReqChallenge +I_NetServerTrustPasswordsGet +I_NetlogonComputeClientDigest +I_NetlogonComputeClientSignature +I_NetlogonComputeServerDigest +I_NetlogonComputeServerSignature +I_NetlogonGetTrustRid +I_RpcExtInitializeExtensionPoint +NetAddServiceAccount +NetEnumerateServiceAccounts +NetEnumerateTrustedDomains +NetGetAnyDCName +NetGetDCName +NetIsServiceAccount +NetLogonGetTimeServiceParentDomain +NetLogonSetServiceBits +NetQueryServiceAccount +NetRemoveServiceAccount +NlBindingAddServerToCache +NlBindingRemoveServerFromCache +NlBindingSetAuthInfo +NlSetDsIsCloningPDC diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/lz32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/lz32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/lz32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/lz32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file LZ32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY LZ32.dll +EXPORTS +CopyLZFile +GetExpandedNameA +GetExpandedNameW +LZClose +LZCloseFile +LZCopy +LZCreateFileW +LZDone +LZInit +LZOpenFileA +LZOpenFileW +LZRead +LZSeek +LZStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mapi32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mapi32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,177 @@ +; +; Definition file of MAPI32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MAPI32.dll" +EXPORTS +ord_8 @8 +MAPILogonEx +MAPIAllocateBuffer +MAPIAllocateMore +MAPIFreeBuffer +MAPIAdminProfiles +MAPIInitialize +MAPIUninitialize +PRProviderInit +LAUNCHWIZARD +LaunchWizard +MAPIOpenFormMgr +MAPIOpenLocalFormContainer +ScInitMapiUtil +DeinitMapiUtil +ScGenerateMuid +HrAllocAdviseSink +WrapProgress +HrThisThreadAdviseSink +ScBinFromHexBounded +FBinFromHex +HexFromBin +BuildDisplayTable +SwapPlong +SwapPword +MAPIInitIdle +MAPIDeinitIdle +InstallFilterHook +FtgRegisterIdleRoutine +EnableIdleRoutine +DeregisterIdleRoutine +ChangeIdleRoutine +MAPIGetDefaultMalloc +CreateIProp +CreateTable +MNLS_lstrlenW +MNLS_lstrcmpW +MNLS_lstrcpyW +MNLS_CompareStringW +MNLS_MultiByteToWideChar +MNLS_WideCharToMultiByte +MNLS_IsBadStringPtrW +FEqualNames +WrapStoreEntryID +IsBadBoundedStringPtr +HrQueryAllRows +PropCopyMore +UlPropSize +FPropContainsProp +FPropCompareProp +LPropCompareProp +HrAddColumns +HrAddColumnsEx +FtAddFt +FtAdcFt +FtSubFt +FtMulDw +FtMulDwDw +FtNegFt +FtDivFtBogus +UlAddRef +UlRelease +SzFindCh +SzFindLastCh +SzFindSz +UFromSz +HrGetOneProp +HrSetOneProp +FPropExists +PpropFindProp +FreePadrlist +FreeProws +HrSzFromEntryID +HrEntryIDFromSz +HrComposeEID +HrDecomposeEID +HrComposeMsgID +HrDecomposeMsgID +OpenStreamOnFile +OpenTnefStream +OpenTnefStreamEx +GetTnefStreamCodepage +UlFromSzHex +UNKOBJ_ScAllocate +UNKOBJ_ScAllocateMore +UNKOBJ_Free +UNKOBJ_FreeRows +UNKOBJ_ScCOAllocate +UNKOBJ_ScCOReallocate +UNKOBJ_COFree +UNKOBJ_ScSzFromIdsAlloc +ScCountNotifications +ScCopyNotifications +ScRelocNotifications +ScCountProps +ScCopyProps +ScRelocProps +LpValFindProp +ScDupPropset +FBadRglpszA +FBadRglpszW +FBadRowSet +FBadRglpNameID +FBadPropTag +FBadRow +FBadProp +FBadColumnSet +RTFSync +WrapCompressedRTFStream +__ValidateParameters +__CPPValidateParameters +FBadSortOrderSet +FBadEntryList +FBadRestriction +ScUNCFromLocalPath +ScLocalPathFromUNC +HrIStorageFromStream +HrValidateIPMSubtree +OpenIMsgSession +CloseIMsgSession +OpenIMsgOnIStg +SetAttribIMsgOnIStg +GetAttribIMsgOnIStg +MapStorageSCode +ScMAPIXFromCMC +ScMAPIXFromSMAPI +EncodeID +FDecodeID +CchOfEncoding +CbOfEncoded +MAPISendDocuments +MAPILogon +MAPILogoff +MAPISendMail +MAPISaveMail +MAPIReadMail +MAPIFindNext +MAPIDeleteMail +MAPIAddress +MAPIDetails +MAPIResolveName +BMAPISendMail +BMAPISaveMail +BMAPIReadMail +BMAPIGetReadMail +BMAPIFindNext +BMAPIAddress +BMAPIGetAddress +BMAPIDetails +BMAPIResolveName +cmc_act_on +cmc_free +cmc_list +cmc_logoff +cmc_logon +cmc_look_up +cmc_query_configuration +cmc_read +cmc_send +cmc_send_documents +HrDispatchNotifications +HrValidateParametersV +HrValidateParametersValist +ScCreateConversationIndex +HrGetOmiProvidersFlags +HrSetOmiProvidersFlagsInvalid +GetOutlookVersion +FixMAPI +FGetComponentPath +MAPISendMailW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mapistub.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mapistub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mapistub.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mapistub.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,177 @@ +; +; Definition file of MAPI32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MAPI32.dll" +EXPORTS +ord_8 @8 +MAPILogonEx +MAPIAllocateBuffer +MAPIAllocateMore +MAPIFreeBuffer +MAPIAdminProfiles +MAPIInitialize +MAPIUninitialize +PRProviderInit +LAUNCHWIZARD +LaunchWizard +MAPIOpenFormMgr +MAPIOpenLocalFormContainer +ScInitMapiUtil +DeinitMapiUtil +ScGenerateMuid +HrAllocAdviseSink +WrapProgress +HrThisThreadAdviseSink +ScBinFromHexBounded +FBinFromHex +HexFromBin +BuildDisplayTable +SwapPlong +SwapPword +MAPIInitIdle +MAPIDeinitIdle +InstallFilterHook +FtgRegisterIdleRoutine +EnableIdleRoutine +DeregisterIdleRoutine +ChangeIdleRoutine +MAPIGetDefaultMalloc +CreateIProp +CreateTable +MNLS_lstrlenW +MNLS_lstrcmpW +MNLS_lstrcpyW +MNLS_CompareStringW +MNLS_MultiByteToWideChar +MNLS_WideCharToMultiByte +MNLS_IsBadStringPtrW +FEqualNames +WrapStoreEntryID +IsBadBoundedStringPtr +HrQueryAllRows +PropCopyMore +UlPropSize +FPropContainsProp +FPropCompareProp +LPropCompareProp +HrAddColumns +HrAddColumnsEx +FtAddFt +FtAdcFt +FtSubFt +FtMulDw +FtMulDwDw +FtNegFt +FtDivFtBogus +UlAddRef +UlRelease +SzFindCh +SzFindLastCh +SzFindSz +UFromSz +HrGetOneProp +HrSetOneProp +FPropExists +PpropFindProp +FreePadrlist +FreeProws +HrSzFromEntryID +HrEntryIDFromSz +HrComposeEID +HrDecomposeEID +HrComposeMsgID +HrDecomposeMsgID +OpenStreamOnFile +OpenTnefStream +OpenTnefStreamEx +GetTnefStreamCodepage +UlFromSzHex +UNKOBJ_ScAllocate +UNKOBJ_ScAllocateMore +UNKOBJ_Free +UNKOBJ_FreeRows +UNKOBJ_ScCOAllocate +UNKOBJ_ScCOReallocate +UNKOBJ_COFree +UNKOBJ_ScSzFromIdsAlloc +ScCountNotifications +ScCopyNotifications +ScRelocNotifications +ScCountProps +ScCopyProps +ScRelocProps +LpValFindProp +ScDupPropset +FBadRglpszA +FBadRglpszW +FBadRowSet +FBadRglpNameID +FBadPropTag +FBadRow +FBadProp +FBadColumnSet +RTFSync +WrapCompressedRTFStream +__ValidateParameters +__CPPValidateParameters +FBadSortOrderSet +FBadEntryList +FBadRestriction +ScUNCFromLocalPath +ScLocalPathFromUNC +HrIStorageFromStream +HrValidateIPMSubtree +OpenIMsgSession +CloseIMsgSession +OpenIMsgOnIStg +SetAttribIMsgOnIStg +GetAttribIMsgOnIStg +MapStorageSCode +ScMAPIXFromCMC +ScMAPIXFromSMAPI +EncodeID +FDecodeID +CchOfEncoding +CbOfEncoded +MAPISendDocuments +MAPILogon +MAPILogoff +MAPISendMail +MAPISaveMail +MAPIReadMail +MAPIFindNext +MAPIDeleteMail +MAPIAddress +MAPIDetails +MAPIResolveName +BMAPISendMail +BMAPISaveMail +BMAPIReadMail +BMAPIGetReadMail +BMAPIFindNext +BMAPIAddress +BMAPIGetAddress +BMAPIDetails +BMAPIResolveName +cmc_act_on +cmc_free +cmc_list +cmc_logoff +cmc_logon +cmc_look_up +cmc_query_configuration +cmc_read +cmc_send +cmc_send_documents +HrDispatchNotifications +HrValidateParametersV +HrValidateParametersValist +ScCreateConversationIndex +HrGetOmiProvidersFlags +HrSetOmiProvidersFlagsInvalid +GetOutlookVersion +FixMAPI +FGetComponentPath +MAPISendMailW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mcicda.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mcicda.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mcicda.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mcicda.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MCICDA.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MCICDA.dll +EXPORTS +DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mciseq.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mciseq.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mciseq.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mciseq.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MCISEQ.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MCISEQ.dll +EXPORTS +DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mciwave.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mciwave.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mciwave.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mciwave.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MCIWAVE.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MCIWAVE.dll +EXPORTS +DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mdminst.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mdminst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mdminst.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mdminst.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MDMINST.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MDMINST.dll +EXPORTS +ClassInstall32 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mf3216.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mf3216.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mf3216.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mf3216.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file mf3216.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY mf3216.dll +EXPORTS +ConvertEmfToWmf +Mf3216DllInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,97 @@ +; +; Definition file of MF.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MF.dll" +EXPORTS +AppendPropVariant +ConvertPropVariant +CopyPropertyStore +CreateNamedPropertyStore +ExtractPropVariant +MFCreate3GPMediaSink +MFCreateAC3MediaSink +MFCreateADTSMediaSink +MFCreateASFByteStreamPlugin +MFCreateASFContentInfo +MFCreateASFIndexer +MFCreateASFIndexerByteStream +MFCreateASFMediaSink +MFCreateASFMediaSinkActivate +MFCreateASFMultiplexer +MFCreateASFProfile +MFCreateASFProfileFromPresentationDescriptor +MFCreateASFSplitter +MFCreateASFStreamSelector +MFCreateASFStreamingMediaSink +MFCreateASFStreamingMediaSinkActivate +MFCreateAggregateSource +MFCreateAppSourceProxy +MFCreateAudioRenderer +MFCreateAudioRendererActivate +MFCreateByteCacheFile +MFCreateCacheManager +MFCreateCredentialCache +MFCreateDeviceSource +MFCreateDeviceSourceActivate +MFCreateDrmNetNDSchemePlugin +MFCreateFMPEG4MediaSink +MFCreateFileBlockMap +MFCreateFileSchemePlugin +MFCreateHttpSchemePlugin +MFCreateLPCMByteStreamPlugin +MFCreateMP3ByteStreamPlugin +MFCreateMP3MediaSink +MFCreateMPEG4MediaSink +MFCreateMediaProcessor +MFCreateMediaSession +MFCreateMuxSink +MFCreateNSCByteStreamPlugin +MFCreateNetSchemePlugin +MFCreatePMPHost +MFCreatePMPMediaSession +MFCreatePMPServer +MFCreatePresentationClock +MFCreatePresentationDescriptorFromASFProfile +MFCreateProtectedEnvironmentAccess +MFCreateProxyLocator +MFCreateRemoteDesktopPlugin +MFCreateSAMIByteStreamPlugin +MFCreateSampleCopierMFT +MFCreateSampleGrabberSinkActivate +MFCreateSecureHttpSchemePlugin +MFCreateSequencerSegmentOffset +MFCreateSequencerSource +MFCreateSequencerSourceRemoteStream +MFCreateSimpleTypeHandler +MFCreateSoundEventSchemePlugin +MFCreateSourceResolver +MFCreateStandardQualityManager +MFCreateTopoLoader +MFCreateTopology +MFCreateTopologyNode +MFCreateTranscodeProfile +MFCreateTranscodeSinkActivate +MFCreateTranscodeTopology +MFCreateTranscodeTopologyFromByteStream +MFCreateUrlmonSchemePlugin +MFCreateVideoRenderer +MFCreateVideoRendererActivate +MFCreateWMAEncoderActivate +MFCreateWMVEncoderActivate +MFEnumDeviceSources +MFGetLocalId +MFGetMultipleServiceProviders +MFGetService +MFGetSupportedMimeTypes +MFGetSupportedSchemes +MFGetSystemId +MFGetTopoNodeCurrentType +MFLoadSignedLibrary +MFRR_CreateActivate +MFReadSequencerSegmentOffset +MFRequireProtectedEnvironment +MFShutdownObject +MFTranscodeGetAudioOutputAvailableTypes +MergePropertyStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mfplat.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mfplat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mfplat.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mfplat.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,205 @@ +LIBRARY "MFPlat.DLL" +EXPORTS +FormatTagFromWfx +MFCreateGuid +MFGetIoPortHandle +MFEnumLocalMFTRegistrations +MFGetPlatformFlags +MFGetPlatformVersion +MFGetRandomNumber +MFIsFeatureEnabled +MFIsQueueThread +MFPlatformBigEndian +MFPlatformLittleEndian +MFTraceError +MFllMulDiv +ValidateWaveFormat +CopyPropVariant +CreatePropVariant +CreatePropertyStore +DestroyPropVariant +GetAMSubtypeFromD3DFormat +GetD3DFormatFromMFSubtype +LFGetGlobalPool +MFAddPeriodicCallback +MFAllocateSerialWorkQueue +MFAllocateWorkQueue +MFAllocateWorkQueueEx +MFAppendCollection +MFAverageTimePerFrameToFrameRate +MFBeginCreateFile +MFBeginGetHostByName +MFBeginRegisterWorkQueueWithMMCSS +MFBeginRegisterWorkQueueWithMMCSSEx +MFBeginUnregisterWorkQueueWithMMCSS +MFBlockThread +MFCalculateBitmapImageSize +MFCalculateImageSize +MFCancelCreateFile +MFCancelWorkItem +MFClearLocalMFTs +MFCompareFullToPartialMediaType +MFCompareSockaddrAddresses +MFConvertColorInfoFromDXVA +MFConvertColorInfoToDXVA +MFConvertFromFP16Array +MFConvertToFP16Array +MFCopyImage +MFCreate2DMediaBuffer +MFCreateAMMediaTypeFromMFMediaType +MFCreateAlignedMemoryBuffer +MFCreateAsyncResult +MFCreateAttributes +MFCreateAudioMediaType +MFCreateCollection +MFCreateDXGIDeviceManager +MFCreateDXGISurfaceBuffer +MFCreateDXSurfaceBuffer +MFCreateEventQueue +MFCreateFile +MFCreateFileFromHandle +MFCreateLegacyMediaBufferOnMFMediaBuffer +MFCreateMFByteStreamOnStream +MFCreateMFByteStreamOnStreamEx +MFCreateMFByteStreamWrapper +MFCreateMFVideoFormatFromMFMediaType +MFCreateMediaBufferFromMediaType +MFCreateMediaBufferWrapper +MFCreateMediaEvent +MFCreateMediaEventResult +MFCreateMediaExtensionActivate +MFCreateMediaExtensionActivateNoInit +MFCreateMediaType +MFCreateMediaTypeFromProperties +MFCreateMediaTypeFromRepresentation +MFCreateMemoryBuffer +MFCreateMemoryStream +MFCreatePathFromURL +MFCreatePresentationDescriptor +MFCreatePropertiesFromMediaType +MFCreateReusableByteStream +MFCreateSample +MFCreateSocket +MFCreateSocketListener +MFCreateSourceResolver +MFCreateSourceResolverInternal +MFCreateStreamDescriptor +MFCreateStreamOnMFByteStream +MFCreateStreamOnMFByteStreamEx +MFCreateSystemTimeSource +MFCreateSystemUnderlyingClock +MFCreateTempFile +MFCreateTrackedSample +MFCreateTransformActivate +MFCreateURLFromPath +MFCreateUdpSockets +MFCreateVideoMediaType +MFCreateVideoMediaTypeFromBitMapInfoHeader +MFCreateVideoMediaTypeFromBitMapInfoHeaderEx +MFCreateVideoMediaTypeFromSubtype +MFCreateVideoMediaTypeFromVideoInfoHeader +MFCreateVideoMediaTypeFromVideoInfoHeader2 +MFCreateVideoSampleAllocatorEx +MFCreateWICBitmapBuffer +MFCreateWaveFormatExFromMFMediaType +MFDeserializeAttributesFromStream +MFDeserializeEvent +MFDeserializeMediaTypeFromStream +MFDeserializePresentationDescriptor +MFEndCreateFile +MFEndGetHostByName +MFEndRegisterWorkQueueWithMMCSS +MFEndUnregisterWorkQueueWithMMCSS +MFFrameRateToAverageTimePerFrame +MFFreeAdaptersAddresses +MFGetAdaptersAddresses +MFGetAttributesAsBlob +MFGetAttributesAsBlobSize +MFGetConfigurationDWORD +MFGetConfigurationPolicy +MFGetConfigurationStore +MFGetConfigurationString +MFGetContentProtectionSystemCLSID +MFGetMFTMerit +MFGetNumericNameFromSockaddr +MFGetPlaneSize +MFGetPlatform +MFGetPluginControl +MFGetPrivateWorkqueues +MFGetSockaddrFromNumericName +MFGetStrideForBitmapInfoHeader +MFGetSupportedMimeTypes +MFGetSupportedSchemes +MFGetSystemTime +MFGetTimerPeriodicity +MFGetUncompressedVideoFormat +MFGetWorkQueueMMCSSClass +MFGetWorkQueueMMCSSPriority +MFGetWorkQueueMMCSSTaskId +MFHeapAlloc +MFHeapFree +MFInitAMMediaTypeFromMFMediaType +MFInitAttributesFromBlob +MFInitMediaTypeFromAMMediaType +MFInitMediaTypeFromMFVideoFormat +MFInitMediaTypeFromMPEG1VideoInfo +MFInitMediaTypeFromMPEG2VideoInfo +MFInitMediaTypeFromVideoInfoHeader +MFInitMediaTypeFromVideoInfoHeader2 +MFInitMediaTypeFromWaveFormatEx +MFInitVideoFormat +MFInitVideoFormat_RGB +MFInvokeCallback +MFJoinIoPort +MFIsBottomUpFormat +MFIsLocallyRegisteredMimeType +MFJoinWorkQueue +MFLockDXGIDeviceManager +MFLockPlatform +MFLockSharedWorkQueue +MFLockWorkQueue +MFMapDX9FormatToDXGIFormat +MFMapDXGIFormatToDX9Format +MFPutWaitingWorkItem +MFPutWorkItem +MFPutWorkItem2 +MFPutWorkItemEx +MFPutWorkItemEx2 +MFRecordError +MFRegisterLocalByteStreamHandler +MFRegisterLocalSchemeHandler +MFRegisterPlatformWithMMCSS +MFRemovePeriodicCallback +MFScheduleWorkItem +MFScheduleWorkItemEx +MFSerializeAttributesToStream +MFSerializeEvent +MFSerializeMediaTypeToStream +MFSerializePresentationDescriptor +MFSetSockaddrAny +MFShutdown +MFStartup +MFStreamDescriptorProtectMediaType +MFTEnum +MFTEnumEx +MFTGetInfo +MFTRegister +MFTRegisterLocal +MFTRegisterLocalByCLSID +MFTUnregister +MFTUnregisterLocal +MFTUnregisterLocalByCLSID +MFTraceError +MFTraceFuncEnter +MFUnblockThread +MFUnjoinWorkQueue +MFUnlockDXGIDeviceManager +MFUnlockPlatform +MFUnlockWorkQueue +MFUnregisterPlatformFromMMCSS +MFUnwrapMediaType +MFValidateMediaTypeSize +MFWrapMediaType +MFllMulDiv +PropVariantFromStream +PropVariantToStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mgmtapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mgmtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mgmtapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mgmtapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file mgmtapi.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY mgmtapi.dll +EXPORTS +SnmpMgrClose +SnmpMgrCtl +SnmpMgrGetTrap +SnmpMgrGetTrapEx +SnmpMgrOidToStr +SnmpMgrOpen +SnmpMgrRequest +SnmpMgrStrToOid +SnmpMgrTrapListen diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/midimap.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/midimap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/midimap.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/midimap.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file MIDIMAP.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MIDIMAP.dll +EXPORTS +DriverProc +modMessage +modmCallback diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mincore.mri mingw-w64-6.0.0/mingw-w64-crt/lib-common/mincore.mri --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mincore.mri 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mincore.mri 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,168 @@ +CREATE libmincore.a +; FIXME libapi-ms-win-core-com-l1-1-0.a +ADDLIB libapi-ms-win-core-com-l1-1-1.a +; FIXME libapi-ms-win-core-com-l1-1-2.a +ADDLIB libapi-ms-win-core-com-midlproxystub-l1-1-0.a +; FIXME libapi-ms-win-core-comm-l1-1-0.a +; FIXME libapi-ms-win-core-comm-l1-1-1.a +; FIXME libapi-ms-win-core-console-l1-1-0.a +; FIXME libapi-ms-win-core-console-l2-1-0.a +; FIXME libapi-ms-win-core-datetime-l1-1-0.a +ADDLIB libapi-ms-win-core-datetime-l1-1-1.a +ADDLIB libapi-ms-win-core-datetime-l1-1-2.a +; FIXME libapi-ms-win-core-debug-l1-1-0.a +ADDLIB libapi-ms-win-core-debug-l1-1-1.a +; FIXME libapi-ms-win-core-debug-l1-1-2.a +; FIXME libapi-ms-win-core-delayload-l1-1-0.a +ADDLIB libapi-ms-win-core-delayload-l1-1-1.a +; FIXME libapi-ms-win-core-errorhandling-l1-1-0.a +ADDLIB libapi-ms-win-core-errorhandling-l1-1-1.a +; FIXME libapi-ms-win-core-errorhandling-l1-1-2.a +ADDLIB libapi-ms-win-core-errorhandling-l1-1-3.a +; FIXME libapi-ms-win-core-fibers-l1-1-0.a +ADDLIB libapi-ms-win-core-fibers-l1-1-1.a +; FIXME libapi-ms-win-core-file-l1-1-0.a +; FIXME libapi-ms-win-core-file-l1-2-0.a +ADDLIB libapi-ms-win-core-file-l1-2-1.a +; FIXME libapi-ms-win-core-file-l1-2-2.a +; FIXME libapi-ms-win-core-file-l2-1-0.a +ADDLIB libapi-ms-win-core-file-l2-1-1.a +; FIXME libapi-ms-win-core-file-l2-1-2.a +; FIXME libapi-ms-win-core-file-l2-1-3.a +; FIXME libapi-ms-win-core-firmware-l1-1-0.a +ADDLIB libapi-ms-win-core-handle-l1-1-0.a +; FIXME libapi-ms-win-core-heap-l1-1-0.a +; FIXME libapi-ms-win-core-heap-l2-1-0.a +; FIXME libapi-ms-win-core-interlocked-l1-1-0.a +ADDLIB libapi-ms-win-core-interlocked-l1-2-0.a +; FIXME libapi-ms-win-core-io-l1-1-0.a +ADDLIB libapi-ms-win-core-io-l1-1-1.a +; FIXME libapi-ms-win-core-job-l1-1-0.a +ADDLIB libapi-ms-win-core-libraryloader-l1-2-0.a +; FIXME libapi-ms-win-core-libraryloader-l1-2-1.a +; FIXME libapi-ms-win-core-libraryloader-l1-2-2.a +ADDLIB libapi-ms-win-core-libraryloader-l2-1-0.a +; FIXME libapi-ms-win-core-localization-l1-2-0.a +ADDLIB libapi-ms-win-core-localization-l1-2-1.a +ADDLIB libapi-ms-win-core-localization-l1-2-2.a +ADDLIB libapi-ms-win-core-localization-l2-1-0.a +; FIXME libapi-ms-win-core-memory-l1-1-0.a +; FIXME libapi-ms-win-core-memory-l1-1-1.a +ADDLIB libapi-ms-win-core-memory-l1-1-2.a +ADDLIB libapi-ms-win-core-memory-l1-1-3.a +; FIXME libapi-ms-win-core-memory-l1-1-4.a +; FIXME libapi-ms-win-core-memory-l1-1-5.a +; FIXME libapi-ms-win-core-namedpipe-l1-1-0.a +; FIXME libapi-ms-win-core-namedpipe-l1-2-1.a +; FIXME libapi-ms-win-core-namedpipe-l1-2-2.a +; FIXME libapi-ms-win-core-namespace-l1-1-0.a +; FIXME libapi-ms-win-core-path-l1-1-0.a +; FIXME libapi-ms-win-core-processenvironment-l1-1-0.a +ADDLIB libapi-ms-win-core-processenvironment-l1-2-0.a +; FIXME libapi-ms-win-core-processsnapshot-l1-1-0.a +; FIXME libapi-ms-win-core-processthreads-l1-1-0.a +; FIXME libapi-ms-win-core-processthreads-l1-1-1.a +ADDLIB libapi-ms-win-core-processthreads-l1-1-2.a +ADDLIB libapi-ms-win-core-processthreads-l1-1-3.a +; FIXME libapi-ms-win-core-processtopology-l1-1-0.a +ADDLIB libapi-ms-win-core-profile-l1-1-0.a +; FIXME libapi-ms-win-core-psapi-l1-1-0.a +; FIXME libapi-ms-win-core-quirks-l1-1-0.a +; FIXME libapi-ms-win-core-quirks-l1-1-1.a +ADDLIB libapi-ms-win-core-realtime-l1-1-0.a +ADDLIB libapi-ms-win-core-realtime-l1-1-1.a +; FIXME libapi-ms-win-core-realtime-l1-1-2.a +; FIXME libapi-ms-win-core-registry-l1-1-0.a +; FIXME libapi-ms-win-core-registry-l1-1-1.a +; FIXME libapi-ms-win-core-registry-l1-1-2.a +; FIXME libapi-ms-win-core-rtlsupport-l1-1-0.a +ADDLIB libapi-ms-win-core-rtlsupport-l1-2-0.a +; FIXME libapi-ms-win-core-shutdown-l1-1-0.a +; FIXME libapi-ms-win-core-shutdown-l1-1-1.a +ADDLIB libapi-ms-win-core-string-l1-1-0.a +; FIXME libapi-ms-win-core-string-l2-1-0.a +; FIXME libapi-ms-win-core-string-l2-1-1.a +; FIXME libapi-ms-win-core-synch-l1-1-0.a +ADDLIB libapi-ms-win-core-synch-l1-2-0.a +ADDLIB libapi-ms-win-core-synch-l1-2-1.a +; FIXME libapi-ms-win-core-sysinfo-l1-1-0.a +; FIXME libapi-ms-win-core-sysinfo-l1-2-0.a +ADDLIB libapi-ms-win-core-sysinfo-l1-2-1.a +; FIXME libapi-ms-win-core-sysinfo-l1-2-2.a +ADDLIB libapi-ms-win-core-sysinfo-l1-2-3.a +; FIXME libapi-ms-win-core-systemtopology-l1-1-0.a +; FIXME libapi-ms-win-core-systemtopology-l1-1-1.a +ADDLIB libapi-ms-win-core-threadpool-l1-2-0.a +ADDLIB libapi-ms-win-core-timezone-l1-1-0.a +ADDLIB libapi-ms-win-core-util-l1-1-0.a +; FIXME libapi-ms-win-core-util-l1-1-1.a +; FIXME libapi-ms-win-core-version-l1-1-0.a +ADDLIB libapi-ms-win-core-version-l1-1-1.a +; FIXME libapi-ms-win-core-winrt-error-l1-1-0.a +ADDLIB libapi-ms-win-core-winrt-error-l1-1-1.a +ADDLIB libapi-ms-win-core-winrt-l1-1-0.a +ADDLIB libapi-ms-win-core-winrt-string-l1-1-0.a +; FIXME libapi-ms-win-core-winrt-string-l1-1-1.a +; FIXME libapi-ms-win-core-wow64-l1-1-0.a +; FIXME libapi-ms-win-core-wow64-l1-1-1.a +; FIXME libapi-ms-win-core-wow64-l1-1-2.a +; FIXME libapi-ms-win-core-xstate-l1-1-0.a +; FIXME libapi-ms-win-core-xstate-l1-1-1.a +; FIXME libapi-ms-win-core-xstate-l1-1-2.a +ADDLIB libapi-ms-win-core-xstate-l2-1-0.a +; FIXME libapi-ms-win-devices-config-l1-1-1.a +; FIXME libapi-ms-win-devices-config-l1-1-2.a +; FIXME libapi-ms-win-devices-swdevice-l1-1-0.a +; FIXME libapi-ms-win-devices-swdevice-l1-1-1.a +ADDLIB libapi-ms-win-eventing-classicprovider-l1-1-0.a +ADDLIB libapi-ms-win-eventing-consumer-l1-1-0.a +; FIXME libapi-ms-win-eventing-consumer-l1-1-1.a +ADDLIB libapi-ms-win-eventing-controller-l1-1-0.a +ADDLIB libapi-ms-win-eventing-provider-l1-1-0.a +; FIXME libapi-ms-win-power-base-l1-1-0.a +; FIXME libapi-ms-win-power-setting-l1-1-0.a +; FIXME libapi-ms-win-security-appcontainer-l1-1-0.a +; FIXME libapi-ms-win-security-base-l1-1-0.a +; FIXME libapi-ms-win-security-base-l1-2-0.a +; FIXME libapi-ms-win-security-base-l1-2-1.a +; FIXME libapi-ms-win-security-base-l1-2-2.a +; FIXME libapi-ms-win-security-credentials-l1-1-0.a +; FIXME libapi-ms-win-security-lsalookup-l2-1-0.a +; FIXME libapi-ms-win-security-lsalookup-l2-1-1.a +; FIXME libapi-ms-win-security-sddl-l1-1-0.a +; FIXME libapi-ms-win-service-core-l1-1-0.a +; FIXME libapi-ms-win-service-core-l1-1-1.a +; FIXME libapi-ms-win-service-core-l1-1-2.a +; FIXME libapi-ms-win-service-management-l1-1-0.a +; FIXME libapi-ms-win-service-management-l2-1-0.a +; FIXME libapi-ms-win-service-winsvc-l1-1-0.a +ADDLIB libauthz.a +ADDLIB libbcrypt.a +ADDLIB libcabinet.a +ADDLIB libcrypt32.a +; FIXME libcryptbase.a +ADDLIB libcryptnet.a +; FIXME libdfscli.a +ADDLIB libdnsapi.a +; FIXME libdsparse.a +; FIXME libdsrole.a +ADDLIB libiphlpapi.a +; FIXME liblogoncli.a +ADDLIB libmpr.a +ADDLIB libmswsock.a +ADDLIB libncrypt.a +; FIXME libnetutils.a +ADDLIB liboleaut32.a +ADDLIB librpcrt4.a +; FIXME libsamcli.a +; FIXME libschedcli.a +; FIXME libsrvcli.a +ADDLIB libsspicli.a +ADDLIB libuserenv.a +; FIXME libwebsocket.a +ADDLIB libwinhttp.a +; FIXME libwkscli.a +ADDLIB libwldap32.a +ADDLIB libws2_32.a +SAVE +END diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mlang.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mlang.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mlang.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mlang.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file MLANG.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MLANG.dll +EXPORTS +IsConvertINetStringAvailable +ConvertINetString +ConvertINetUnicodeToMultiByte +ConvertINetMultiByteToUnicode +ConvertINetReset +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +GetGlobalFontLinkObject +LcidToRfc1766A +LcidToRfc1766W +Rfc1766ToLcidA +Rfc1766ToLcidW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/modemui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/modemui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/modemui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/modemui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file modemui.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY modemui.dll +EXPORTS +drvCommConfigDialogW +drvCommConfigDialogA +drvSetDefaultCommConfigW +drvSetDefaultCommConfigA +drvGetDefaultCommConfigW +drvGetDefaultCommConfigA +UnimodemDevConfigDialog +CountryRunOnce +UnimodemGetDefaultCommConfig +UnimodemGetExtendedCaps +InvokeControlPanel +ModemCplDlgProc +ModemPropPagesProvider +QueryModemForCountrySettings diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mpr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mpr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mpr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mpr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,94 @@ +; +; Definition file of MPR.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MPR.dll" +EXPORTS +DoBroadcastSystemMessage +DoCommandLinePrompt +DoPasswordDialog +DoProfileErrorDialog +ShowReconnectDialog +ShowReconnectDialogEnd +ShowReconnectDialogUI +WNetConnectionDialog2 +WNetDisconnectDialog2 +I_MprSaveConn +MultinetGetConnectionPerformanceA +MultinetGetConnectionPerformanceW +MultinetGetErrorTextA +MultinetGetErrorTextW +RestoreConnectionA0 +WNetAddConnection2A +WNetAddConnection2W +WNetAddConnection3A +WNetAddConnection3W +WNetAddConnectionA +WNetAddConnectionW +WNetCancelConnection2A +WNetCancelConnection2W +WNetCancelConnectionA +WNetCancelConnectionW +WNetClearConnections +WNetCloseEnum +WNetConnectionDialog +WNetConnectionDialog1A +WNetConnectionDialog1W +WNetDirectoryNotifyA +WNetDirectoryNotifyW +WNetDisconnectDialog +WNetDisconnectDialog1A +WNetDisconnectDialog1W +WNetEnumResourceA +WNetEnumResourceW +WNetFMXEditPerm +WNetFMXGetPermCaps +WNetFMXGetPermHelp +WNetFormatNetworkNameA +WNetFormatNetworkNameW +WNetGetConnection2A +WNetGetConnection2W +WNetGetConnection3A +WNetGetConnection3W +WNetGetConnectionA +WNetGetConnectionW +WNetGetDirectoryTypeA +WNetGetDirectoryTypeW +WNetGetHomeDirectoryW +WNetGetLastErrorA +WNetGetLastErrorW +WNetGetNetworkInformationA +WNetGetNetworkInformationW +WNetGetPropertyTextA +WNetGetPropertyTextW +WNetGetProviderNameA +WNetGetProviderNameW +WNetGetProviderTypeA +WNetGetProviderTypeW +WNetGetResourceInformationA +WNetGetResourceInformationW +WNetGetResourceParentA +WNetGetResourceParentW +WNetGetSearchDialog +WNetGetUniversalNameA +WNetGetUniversalNameW +WNetGetUserA +WNetGetUserW +WNetLogonNotify +WNetOpenEnumA +WNetOpenEnumW +WNetPasswordChangeNotify +WNetPropertyDialogA +WNetPropertyDialogW +WNetRestoreAllConnectionsW +WNetRestoreConnection2W +WNetRestoreConnectionW +WNetRestoreSingleConnectionW +WNetSetConnectionA +WNetSetConnectionW +WNetSetLastErrorA +WNetSetLastErrorW +WNetSupportGlobalEnum +WNetUseConnectionA +WNetUseConnectionW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msacm32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msacm32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msacm32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msacm32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +; +; Definition file of MSACM32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MSACM32.dll" +EXPORTS +XRegThunkEntry +acmDriverAddA +acmDriverAddW +acmDriverClose +acmDriverDetailsA +acmDriverDetailsW +acmDriverEnum +acmDriverID +acmDriverMessage +acmDriverOpen +acmDriverPriority +acmDriverRemove +acmFilterChooseA +acmFilterChooseW +acmFilterDetailsA +acmFilterDetailsW +acmFilterEnumA +acmFilterEnumW +acmFilterTagDetailsA +acmFilterTagDetailsW +acmFilterTagEnumA +acmFilterTagEnumW +acmFormatChooseA +acmFormatChooseW +acmFormatDetailsA +acmFormatDetailsW +acmFormatEnumA +acmFormatEnumW +acmFormatSuggest +acmFormatTagDetailsA +acmFormatTagDetailsW +acmFormatTagEnumA +acmFormatTagEnumW +acmGetVersion +acmMessage32 +acmMetrics +acmStreamClose +acmStreamConvert +acmStreamMessage +acmStreamOpen +acmStreamPrepareHeader +acmStreamReset +acmStreamSize +acmStreamUnprepareHeader diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msafd.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msafd.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msafd.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msafd.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MSAFD.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSAFD.dll +EXPORTS +WSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mscat32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mscat32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mscat32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mscat32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,44 @@ +; +; Exports of file MSCAT32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSCAT32.dll +EXPORTS +CryptCATVerifyMember +CatalogCompactHashDatabase +CryptCATAdminAcquireContext +CryptCATAdminAddCatalog +CryptCATAdminCalcHashFromFileHandle +CryptCATAdminEnumCatalogFromHash +CryptCATAdminReleaseCatalogContext +CryptCATAdminReleaseContext +CryptCATCDFClose +CryptCATCDFEnumAttributes +CryptCATCDFEnumAttributesWithCDFTag +CryptCATCDFEnumCatAttributes +CryptCATCDFEnumMembers +CryptCATCDFEnumMembersByCDFTag +CryptCATCDFEnumMembersByCDFTagEx +CryptCATCDFOpen +CryptCATCatalogInfoFromContext +CryptCATClose +CryptCATEnumerateAttr +CryptCATEnumerateCatAttr +CryptCATEnumerateMember +CryptCATGetAttrInfo +CryptCATGetCatAttrInfo +CryptCATGetMemberInfo +CryptCATHandleFromStore +CryptCATOpen +CryptCATPersistStore +CryptCATPutAttrInfo +CryptCATPutCatAttrInfo +CryptCATPutMemberInfo +CryptCATStoreFromHandle +DllRegisterServer +DllUnregisterServer +IsCatalogFile +MsCatConstructHashTag +MsCatFreeHashTag diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msctf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msctf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msctf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msctf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,96 @@ +; +; Definition file of MSCTF.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "MSCTF.dll" +EXPORTS +TF_GetLangDescriptionFromHKL +TF_GetLangIcon +TF_GetMlngHKL +TF_GetMlngIconIndex +TF_GetThreadFlags +TF_InatExtractIcon +TF_InitMlngInfo +TF_IsInMarshaling +TF_MlngInfoCount +TF_GetLangIconFromHKL +TF_RunInputCPL +CtfImeAssociateFocus +CtfImeConfigure +CtfImeConversionList +CtfImeCreateInputContext +CtfImeCreateThreadMgr +CtfImeDestroy +CtfImeDestroyInputContext +CtfImeDestroyThreadMgr +CtfImeDispatchDefImeMessage +CtfImeEnumRegisterWord +CtfImeEscape +CtfImeEscapeEx +CtfImeGetGuidAtom +CtfImeGetRegisterWordStyle +CtfImeInquire +CtfImeInquireExW +CtfImeIsGuidMapEnable +CtfImeIsIME +CtfImeProcessCicHotkey +CtfImeProcessKey +CtfImeRegisterWord +CtfImeSelect +CtfImeSelectEx +CtfImeSetActiveContext +CtfImeSetCompositionString +CtfImeSetFocus +CtfImeToAsciiEx +CtfImeUnregisterWord +CtfNotifyIME +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +SetInputScope +SetInputScopeXML +SetInputScopes +SetInputScopes2 +TF_AttachThreadInput +TF_CUASAppFix +TF_CanUninitialize +TF_CheckThreadInputIdle +TF_CleanUpPrivateMessages +TF_ClearLangBarAddIns +TF_CreateCategoryMgr +TF_CreateCicLoadMutex +TF_CreateCicLoadWinStaMutex +TF_CreateDisplayAttributeMgr +TF_CreateInputProcessorProfiles +TF_CreateLangBarItemMgr +TF_CreateLangBarMgr +TF_CreateThreadMgr +TF_DllDetachInOther +TF_GetAppCompatFlags +TF_GetCompatibleKeyboardLayout +TF_GetGlobalCompartment +TF_GetInitSystemFlags +TF_GetInputScope +TF_GetShowFloatingStatus +TF_GetThreadFlags +TF_GetThreadMgr +TF_InitSystem +TF_InvalidAssemblyListCache +TF_InvalidAssemblyListCacheIfExist +TF_IsCtfmonRunning +TF_IsFullScreenWindowActivated +TF_IsThreadWithFlags +TF_MapCompatibleHKL +TF_MapCompatibleKeyboardTip +TF_Notify +TF_PostAllThreadMsg +TF_RegisterLangBarAddIn +TF_SendLangBandMsg +TF_SetDefaultRemoteKeyboardLayout +TF_SetShowFloatingStatus +TF_SetThreadFlags +TF_UninitSystem +TF_UnregisterLangBarAddIn +TF_WaitForInitialized diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdadiag.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdadiag.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdadiag.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdadiag.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file msdadiag.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY msdadiag.dll +EXPORTS +DllBidEntryPoint diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdmo.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdmo.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdmo.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdmo.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +; +; Exports of file msdmo.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY msdmo.dll +EXPORTS +DMOEnum +DMOGetName +DMOGetTypes +DMOGuidToStrA +DMOGuidToStrW +DMORegister +DMOStrToGuidA +DMOStrToGuidW +DMOUnregister +MoCopyMediaType +MoCreateMediaType +MoDeleteMediaType +MoDuplicateMediaType +MoFreeMediaType +MoInitMediaType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdrm.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdrm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msdrm.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msdrm.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,98 @@ +; +; Definition file of msdrm.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "msdrm.dll" +EXPORTS +DRMAcquireAdvisories +DRMAcquireIssuanceLicenseTemplate +DRMAcquireLicense +DRMActivate +DRMAddLicense +DRMAddRightWithUser +DRMAttest +DRMCheckSecurity +DRMClearAllRights +DRMCloseEnvironmentHandle +DRMCloseHandle +DRMClosePubHandle +DRMCloseQueryHandle +DRMCloseSession +DRMConstructCertificateChain +DRMCreateBoundLicense +DRMCreateClientSession +DRMCreateEnablingBitsDecryptor +DRMCreateEnablingBitsEncryptor +DRMCreateEnablingPrincipal +DRMCreateIssuanceLicense +DRMCreateLicenseStorageSession +DRMCreateRight +DRMCreateUser +DRMDecode +DRMDeconstructCertificateChain +DRMDecrypt +DRMDeleteLicense +DRMDuplicateEnvironmentHandle +DRMDuplicateHandle +DRMDuplicatePubHandle +DRMDuplicateSession +DRMEncode +DRMEncrypt +DRMEnumerateLicense +DRMGetApplicationSpecificData +DRMGetBoundLicenseAttribute +DRMGetBoundLicenseAttributeCount +DRMGetBoundLicenseObject +DRMGetBoundLicenseObjectCount +DRMGetCertificateChainCount +DRMGetClientVersion +DRMGetEnvironmentInfo +DRMGetInfo +DRMGetIntervalTime +DRMGetIssuanceLicenseInfo +DRMGetIssuanceLicenseTemplate +DRMGetMetaData +DRMGetNameAndDescription +DRMGetOwnerLicense +DRMGetProcAddress +DRMGetRevocationPoint +DRMGetRightExtendedInfo +DRMGetRightInfo +DRMGetSecurityProvider +DRMGetServiceLocation +DRMGetSignedIssuanceLicense +DRMGetSignedIssuanceLicenseEx +DRMGetTime +DRMGetUnboundLicenseAttribute +DRMGetUnboundLicenseAttributeCount +DRMGetUnboundLicenseObject +DRMGetUnboundLicenseObjectCount +DRMGetUsagePolicy +DRMGetUserInfo +DRMGetUserRights +DRMGetUsers +DRMInitEnvironment +DRMIsActivated +DRMIsWindowProtected +DRMLoadLibrary +DRMParseUnboundLicense +DRMRegisterContent +DRMRegisterProtectedWindow +DRMRegisterRevocationList +DRMRepair +DRMSetApplicationSpecificData +DRMSetGlobalOptions +DRMSetIntervalTime +DRMSetMetaData +DRMSetNameAndDescription +DRMSetRevocationPoint +DRMSetUsagePolicy +DRMVerify +DRMpCloseFile +DRMpFileInitialize +DRMpFileIsProtected +DRMpFileProtect +DRMpFileUnprotect +DRMpFreeMemory +__AddMachineCertToLicenseStore diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,297 @@ +; +; Definition file of msi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "msi.dll" +EXPORTS +MsiAdvertiseProductA +MsiAdvertiseProductW +MsiCloseAllHandles +MsiCloseHandle +MsiCollectUserInfoA +MsiCollectUserInfoW +MsiConfigureFeatureA +MsiConfigureFeatureFromDescriptorA +MsiConfigureFeatureFromDescriptorW +MsiConfigureFeatureW +MsiConfigureProductA +MsiConfigureProductW +MsiCreateRecord +MsiDatabaseApplyTransformA +MsiDatabaseApplyTransformW +MsiDatabaseCommit +MsiDatabaseExportA +MsiDatabaseExportW +MsiDatabaseGenerateTransformA +MsiDatabaseGenerateTransformW +MsiDatabaseGetPrimaryKeysA +MsiDatabaseGetPrimaryKeysW +MsiDatabaseImportA +MsiDatabaseImportW +MsiDatabaseMergeA +MsiDatabaseMergeW +MsiDatabaseOpenViewA +MsiDatabaseOpenViewW +MsiDoActionA +MsiDoActionW +MsiEnableUIPreview +MsiEnumClientsA +MsiEnumClientsW +MsiEnumComponentQualifiersA +MsiEnumComponentQualifiersW +MsiEnumComponentsA +MsiEnumComponentsW +MsiEnumFeaturesA +MsiEnumFeaturesW +MsiEnumProductsA +MsiEnumProductsW +MsiEvaluateConditionA +MsiEvaluateConditionW +MsiGetLastErrorRecord +MsiGetActiveDatabase +MsiGetComponentStateA +MsiGetComponentStateW +MsiGetDatabaseState +MsiGetFeatureCostA +MsiGetFeatureCostW +MsiGetFeatureInfoA +MsiGetFeatureInfoW +MsiGetFeatureStateA +MsiGetFeatureStateW +MsiGetFeatureUsageA +MsiGetFeatureUsageW +MsiGetFeatureValidStatesA +MsiGetFeatureValidStatesW +MsiGetLanguage +MsiGetMode +MsiGetProductCodeA +MsiGetProductCodeW +MsiGetProductInfoA +MsiGetProductInfoFromScriptA +MsiGetProductInfoFromScriptW +MsiGetProductInfoW +MsiGetProductPropertyA +MsiGetProductPropertyW +MsiGetPropertyA +MsiGetPropertyW +MsiGetSourcePathA +MsiGetSourcePathW +MsiGetSummaryInformationA +MsiGetSummaryInformationW +MsiGetTargetPathA +MsiGetTargetPathW +MsiGetUserInfoA +MsiGetUserInfoW +MsiInstallMissingComponentA +MsiInstallMissingComponentW +MsiInstallMissingFileA +MsiInstallMissingFileW +MsiInstallProductA +MsiInstallProductW +MsiLocateComponentA +MsiLocateComponentW +MsiOpenDatabaseA +MsiOpenDatabaseW +MsiOpenPackageA +MsiOpenPackageW +MsiOpenProductA +MsiOpenProductW +MsiPreviewBillboardA +MsiPreviewBillboardW +MsiPreviewDialogA +MsiPreviewDialogW +MsiProcessAdvertiseScriptA +MsiProcessAdvertiseScriptW +MsiProcessMessage +MsiProvideComponentA +MsiProvideComponentFromDescriptorA +MsiProvideComponentFromDescriptorW +MsiProvideComponentW +MsiProvideQualifiedComponentA +MsiProvideQualifiedComponentW +MsiQueryFeatureStateA +MsiQueryFeatureStateW +MsiQueryProductStateA +MsiQueryProductStateW +MsiRecordDataSize +MsiRecordGetFieldCount +MsiRecordGetInteger +MsiRecordGetStringA +MsiRecordGetStringW +MsiRecordIsNull +MsiRecordReadStream +MsiRecordSetInteger +MsiRecordSetStreamA +MsiRecordSetStreamW +MsiRecordSetStringA +MsiRecordSetStringW +MsiReinstallFeatureA +MsiReinstallFeatureFromDescriptorA +MsiReinstallFeatureFromDescriptorW +MsiReinstallFeatureW +MsiReinstallProductA +MsiReinstallProductW +MsiSequenceA +MsiSequenceW +MsiSetComponentStateA +MsiSetComponentStateW +MsiSetExternalUIA +MsiSetExternalUIW +MsiSetFeatureStateA +MsiSetFeatureStateW +MsiSetInstallLevel +MsiSetInternalUI +MsiVerifyDiskSpace +MsiSetMode +MsiSetPropertyA +MsiSetPropertyW +MsiSetTargetPathA +MsiSetTargetPathW +MsiSummaryInfoGetPropertyA +MsiSummaryInfoGetPropertyCount +MsiSummaryInfoGetPropertyW +MsiSummaryInfoPersist +MsiSummaryInfoSetPropertyA +MsiSummaryInfoSetPropertyW +MsiUseFeatureA +MsiUseFeatureW +MsiVerifyPackageA +MsiVerifyPackageW +MsiViewClose +MsiViewExecute +MsiViewFetch +MsiViewGetErrorA +MsiViewGetErrorW +MsiViewModify +MsiDatabaseIsTablePersistentA +MsiDatabaseIsTablePersistentW +MsiViewGetColumnInfo +MsiRecordClearData +MsiEnableLogA +MsiEnableLogW +MsiFormatRecordA +MsiFormatRecordW +MsiGetComponentPathA +MsiGetComponentPathW +MsiApplyPatchA +MsiApplyPatchW +MsiAdvertiseScriptA +MsiAdvertiseScriptW +MsiGetPatchInfoA +MsiGetPatchInfoW +MsiEnumPatchesA +MsiEnumPatchesW +MsiGetProductCodeFromPackageCodeA +MsiGetProductCodeFromPackageCodeW +MsiCreateTransformSummaryInfoA +MsiCreateTransformSummaryInfoW +MsiQueryFeatureStateFromDescriptorA +MsiQueryFeatureStateFromDescriptorW +MsiConfigureProductExA +MsiConfigureProductExW +MsiInvalidateFeatureCache +MsiUseFeatureExA +MsiUseFeatureExW +MsiGetFileVersionA +MsiGetFileVersionW +MsiLoadStringA +MsiLoadStringW +MsiMessageBoxA +MsiMessageBoxW +MsiDecomposeDescriptorA +MsiDecomposeDescriptorW +MsiProvideQualifiedComponentExA +MsiProvideQualifiedComponentExW +MsiEnumRelatedProductsA +MsiEnumRelatedProductsW +MsiSetFeatureAttributesA +MsiSetFeatureAttributesW +MsiSourceListClearAllA +MsiSourceListClearAllW +MsiSourceListAddSourceA +MsiSourceListAddSourceW +MsiSourceListForceResolutionA +MsiSourceListForceResolutionW +MsiIsProductElevatedA +MsiIsProductElevatedW +MsiGetShortcutTargetA +MsiGetShortcutTargetW +MsiGetFileHashA +MsiGetFileHashW +MsiEnumComponentCostsA +MsiEnumComponentCostsW +MsiCreateAndVerifyInstallerDirectory +MsiGetFileSignatureInformationA +MsiGetFileSignatureInformationW +MsiProvideAssemblyA +MsiProvideAssemblyW +MsiAdvertiseProductExA +MsiAdvertiseProductExW +MsiNotifySidChangeA +MsiNotifySidChangeW +MsiOpenPackageExA +MsiOpenPackageExW +MsiDeleteUserDataA +MsiDeleteUserDataW +Migrate10CachedPackagesA +Migrate10CachedPackagesW +MsiRemovePatchesA +MsiRemovePatchesW +MsiApplyMultiplePatchesA +MsiApplyMultiplePatchesW +MsiExtractPatchXMLDataA +MsiExtractPatchXMLDataW +MsiGetPatchInfoExA +MsiGetPatchInfoExW +MsiEnumProductsExA +MsiEnumProductsExW +MsiGetProductInfoExA +MsiGetProductInfoExW +MsiQueryComponentStateA +MsiQueryComponentStateW +MsiQueryFeatureStateExA +MsiQueryFeatureStateExW +MsiDeterminePatchSequenceA +MsiDeterminePatchSequenceW +MsiSourceListAddSourceExA +MsiSourceListAddSourceExW +MsiSourceListClearSourceA +MsiSourceListClearSourceW +MsiSourceListClearAllExA +MsiSourceListClearAllExW +MsiSourceListForceResolutionExA +MsiSourceListForceResolutionExW +MsiSourceListEnumSourcesA +MsiSourceListEnumSourcesW +MsiSourceListGetInfoA +MsiSourceListGetInfoW +MsiSourceListSetInfoA +MsiSourceListSetInfoW +MsiEnumPatchesExA +MsiEnumPatchesExW +MsiSourceListEnumMediaDisksA +MsiSourceListEnumMediaDisksW +MsiSourceListAddMediaDiskA +MsiSourceListAddMediaDiskW +MsiSourceListClearMediaDiskA +MsiSourceListClearMediaDiskW +MsiDetermineApplicablePatchesA +MsiDetermineApplicablePatchesW +MsiMessageBoxExA +MsiMessageBoxExW +MsiSetExternalUIRecord +MsiGetPatchFileListA +MsiGetPatchFileListW +MsiBeginTransactionA +MsiBeginTransactionW +MsiEndTransaction +MsiJoinTransaction +MsiSetOfflineContextW +MsiEnumComponentsExA +MsiEnumComponentsExW +MsiEnumClientsExA +MsiEnumClientsExW +MsiGetComponentPathExA +MsiGetComponentPathExW +QueryInstanceCount diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msimg32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msimg32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msimg32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msimg32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file MSIMG32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSIMG32.dll +EXPORTS +vSetDdrawflag +AlphaBlend +DllInitialize +GradientFill +TransparentBlt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msimtf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msimtf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msimtf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msimtf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file msimtf.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY msimtf.dll +EXPORTS +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +MsimtfIsGuidMapEnable +MsimtfIsWindowFiltered diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msisip.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msisip.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msisip.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msisip.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file msisip.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY msisip.dll +EXPORTS +MsiSIPIsMyTypeOfFile +MsiSIPGetSignedDataMsg +MsiSIPPutSignedDataMsg +MsiSIPRemoveSignedDataMsg +MsiSIPCreateIndirectData +MsiSIPVerifyIndirectData +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msls31.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msls31.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msls31.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msls31.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,87 @@ +; +; Exports of file msls31.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY msls31.dll +EXPORTS +LsCreateContext +LsDestroyContext +LsCreateLine +LsModifyLineHeight +LsDestroyLine +LsCreateSubline +LsFetchAppendToCurrentSubline +LsAppendRunToCurrentSubline +LsResetRMInCurrentSubline +LsFinishCurrentSubline +LsTruncateSubline +LsFindPrevBreakSubline +LsFindNextBreakSubline +LsForceBreakSubline +LsSetBreakSubline +LsDestroySubline +LsMatchPresSubline +LsExpandSubline +LsGetSpecialEffectsSubline +LsdnFinishRegular +LsdnFinishRegularAddAdvancePen +LsdnFinishDelete +LsdnFinishByPen +LsdnFinishBySubline +LsdnFinishDeleteAll +LsdnFinishByOneChar +LsdnQueryObjDimRange +LsdnResetObjDim +LsdnQueryPenNode +LsdnResetPenNode +LsdnSetRigidDup +LsdnGetDup +LsdnSetAbsBaseLine +LsdnResolvePrevTab +LsdnGetCurTabInfo +LsdnSkipCurTab +LsdnDistribute +LsdnSubmitSublines +LsDisplayLine +LsDisplaySubline +LsQueryLineCpPpoint +LsQueryLinePointPcp +LsQueryLineDup +LsQueryFLineEmpty +LsQueryPointPcpSubline +LsQueryCpPpointSubline +LsSetDoc +LsSetModWidthPairs +LsSetCompression +LsSetExpansion +LsSetBreaking +LssbGetObjDimSubline +LssbGetDupSubline +LssbFDonePresSubline +LssbGetPlsrunsFromSubline +LssbGetNumberDnodesInSubline +LssbGetVisibleDcpInSubline +LsPointXYFromPointUV +LsPointUV2FromPointUV1 +LsGetWarichuLsimethods +LsGetRubyLsimethods +LsGetTatenakayokoLsimethods +LsSqueezeSubline +LsCompressSubline +LsGetHihLsimethods +LsQueryTextCellDetails +LsFetchAppendToCurrentSublineResume +LsdnGetFormatDepth +LssbFDoneDisplay +LsGetReverseLsimethods +LsEnumLine +LsGetMinDurBreaks +LsGetLineDur +LsEnumSubline +LsdnModifyParaEnding +LssbGetDurTrailInSubline +LssbGetDurTrailWithPensInSubline +LssbFIsSublineEmpty +LsLwMultDivR diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mspatcha.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mspatcha.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mspatcha.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mspatcha.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +; +; Definition file of mspatcha.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "mspatcha.dll" +EXPORTS +ApplyPatchToFileA +ApplyPatchToFileByBuffers +ApplyPatchToFileByHandles +ApplyPatchToFileByHandlesEx +ApplyPatchToFileExA +ApplyPatchToFileExW +ApplyPatchToFileW +GetFilePatchSignatureA +GetFilePatchSignatureByBuffer +GetFilePatchSignatureByHandle +GetFilePatchSignatureW +NormalizeFileForPatchSignature +TestApplyPatchToFileA +TestApplyPatchToFileByBuffers +TestApplyPatchToFileByHandles +TestApplyPatchToFileW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msports.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msports.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msports.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msports.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Exports of file MSPORTS.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSPORTS.DLL +EXPORTS +ComDBClaimNextFreePort +ComDBClaimPort +ComDBClose +ComDBGetCurrentPortUsage +ComDBOpen +ComDBReleasePort +ComDBResizeDatabase +ParallelPortPropPageProvider +PortsClassInstaller +SerialDisplayAdvancedSettings +SerialPortPropPageProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msrating.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msrating.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msrating.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msrating.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +; +; Definition file of MSRATING.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MSRATING.dll" +EXPORTS +ChangeSupervisorPassword +ClickedOnPRF +ClickedOnRAT +RatingAccessDeniedDialog +RatingAccessDeniedDialog2 +RatingAccessDeniedDialog2W +RatingAccessDeniedDialogW +RatingAddPropertyPages +RatingAddToApprovedSites +RatingCheckUserAccess +RatingCheckUserAccessW +RatingClickedOnPRFInternal +RatingClickedOnRATInternal +RatingCustomAddRatingHelper +RatingCustomAddRatingSystem +RatingCustomCrackData +RatingCustomDeleteCrackedData +RatingCustomInit +RatingCustomRemoveRatingHelper +RatingCustomSetDefaultBureau +RatingCustomSetUserOptions +RatingEnable +RatingEnableW +RatingEnabledQuery +RatingFreeDetails +RatingInit +RatingObtainCancel +RatingObtainQuery +RatingObtainQueryW +RatingSetupUI +RatingSetupUIW +VerifySupervisorPassword diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mssign32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mssign32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mssign32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mssign32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +; +; Definition file of MSSIGN32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "MSSIGN32.dll" +EXPORTS +FreeCryptProvFromCert +FreeCryptProvFromCertEx +GetCryptProvFromCert +GetCryptProvFromCertEx +PvkFreeCryptProv +PvkGetCryptProv +PvkPrivateKeyAcquireContext +PvkPrivateKeyAcquireContextA +PvkPrivateKeyAcquireContextFromMemory +PvkPrivateKeyAcquireContextFromMemoryA +PvkPrivateKeyLoad +PvkPrivateKeyLoadA +PvkPrivateKeyLoadFromMemory +PvkPrivateKeyLoadFromMemoryA +PvkPrivateKeyReleaseContext +PvkPrivateKeyReleaseContextA +PvkPrivateKeySave +PvkPrivateKeySaveA +PvkPrivateKeySaveToMemory +PvkPrivateKeySaveToMemoryA +SignError +SignerAddTimeStampResponse +SignerAddTimeStampResponseEx +SignerCreateTimeStampRequest +SignerFreeSignerContext +SignerSign +SignerSignEx +SignerSignEx2 +SignerTimeStamp +SignerTimeStampEx +SignerTimeStampEx2 +SignerTimeStampEx3 +SpcGetCertFromKey diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mssip32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mssip32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mssip32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mssip32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file MSSIP32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSSIP32.dll +EXPORTS +CryptSIPGetInfo +CryptSIPGetRegWorkingFlags +CryptSIPCreateIndirectData +CryptSIPGetSignedDataMsg +CryptSIPPutSignedDataMsg +CryptSIPRemoveSignedDataMsg +CryptSIPVerifyIndirectData +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mstask.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mstask.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mstask.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mstask.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Exports of file mstask.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY mstask.dll +EXPORTS +ConvertAtJobsToTasks +DllCanUnloadNow +DllGetClassObject +GetNetScheduleAccountInformation +NetrJobAdd +NetrJobDel +NetrJobEnum +NetrJobGetInfo +SAGetAccountInformation +SAGetNSAccountInformation +SASetAccountInformation +SASetNSAccountInformation +SetNetScheduleAccountInformation diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msv1_0.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msv1_0.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msv1_0.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msv1_0.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,24 @@ +; +; Definition file of msv1_0.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "msv1_0.dll" +EXPORTS +SpInitialize +MsvIsLocalhostAliases +SpLsaModeInitialize +SpUserModeInitialize +LsaApCallPackage +LsaApCallPackagePassthrough +LsaApCallPackageUntrusted +LsaApInitializePackage +LsaApLogonTerminated +LsaApLogonUserEx2 +Msv1_0ExportSubAuthenticationRoutine +Msv1_0SubAuthenticationPresent +MsvGetLogonAttemptCount +MsvSamLogoff +MsvSamValidate +MsvValidateTarget +SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msvcrt.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/msvcrt.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msvcrt.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msvcrt.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1577 @@ +LIBRARY "msvcrt.dll" +EXPORTS + +#include "func.def.in" +#include "msvcrt-common.def.in" + +#ifdef DEF_I386 +_CIacos +_CIasin +_CIatan +_CIatan2 +_CIcos +_CIcosh +_CIexp +_CIfmod +_CIlog +_CIlog10 +_CIpow +_CIsin +_CIsinh +_CIsqrt +_CItan +_CItanh +#endif + +#ifdef DEF_X64 +$I10_OUTPUT +; public: __cdecl __non_rtti_object::__non_rtti_object(class __non_rtti_object const & __ptr64) __ptr64 +; GCC = __ZN17__non_rtti_objectC2ERKS_ +??0__non_rtti_object@@QEAA@AEBV0@@Z +; public: __cdecl __non_rtti_object::__non_rtti_object(char const * __ptr64) __ptr64 +; GCC = __ZN17__non_rtti_objectC1ERKS_ +??0__non_rtti_object@@QEAA@PEBD@Z +; private: __cdecl bad_cast::bad_cast(char const * __ptr64 const * __ptr64) __ptr64 +??0bad_cast@@AEAA@PEBQEBD@Z +; public: __cdecl bad_cast::bad_cast(char const * __ptr64 const & __ptr64) __ptr64 +??0bad_cast@@QEAA@AEBQEBD@Z +; public: __cdecl bad_cast::bad_cast(class bad_cast const & __ptr64) __ptr64 +??0bad_cast@@QEAA@AEBV0@@Z +; public: __cdecl bad_cast::bad_cast(char const * __ptr64) __ptr64 +??0bad_cast@@QEAA@PEBD@Z +; public: __cdecl bad_typeid::bad_typeid(class bad_typeid const & __ptr64) __ptr64 +??0bad_typeid@@QEAA@AEBV0@@Z +; public: __cdecl bad_typeid::bad_typeid(char const * __ptr64) __ptr64 +??0bad_typeid@@QEAA@PEBD@Z +; public: __cdecl exception::exception(char const * __ptr64 const & __ptr64) __ptr64 +??0exception@@QEAA@AEBQEBD@Z +; public: __cdecl exception::exception(char const * __ptr64 const & __ptr64,int) __ptr64 +??0exception@@QEAA@AEBQEBDH@Z +; public: __cdecl exception::exception(class exception const & __ptr64) __ptr64 +??0exception@@QEAA@AEBV0@@Z +; public: __cdecl exception::exception(void) __ptr64 +??0exception@@QEAA@XZ +; public: virtual __cdecl __non_rtti_object::~__non_rtti_object(void) __ptr64 +??1__non_rtti_object@@UEAA@XZ +; public: virtual __cdecl bad_cast::~bad_cast(void) __ptr64 +??1bad_cast@@UEAA@XZ +; public: virtual __cdecl bad_typeid::~bad_typeid(void) __ptr64 +??1bad_typeid@@UEAA@XZ +; public: virtual __cdecl exception::~exception(void) __ptr64 +??1exception@@UEAA@XZ +; public: virtual __cdecl type_info::~type_info(void) __ptr64 +??1type_info@@UEAA@XZ +; void * __ptr64 __cdecl operator new(unsigned __int64) +; GCC = __Znwy +??2@YAPEAX_K@Z +; void __cdecl operator delete(void * __ptr64) +; GCC = __ZdlPv +??3@YAXPEAX@Z +; public: class __non_rtti_object & __ptr64 __cdecl __non_rtti_object::operator=(class __non_rtti_object const & __ptr64) __ptr64 +??4__non_rtti_object@@QEAAAEAV0@AEBV0@@Z +; public: class bad_cast & __ptr64 __cdecl bad_cast::operator=(class bad_cast const & __ptr64) __ptr64 +??4bad_cast@@QEAAAEAV0@AEBV0@@Z +; public: class bad_typeid & __ptr64 __cdecl bad_typeid::operator=(class bad_typeid const & __ptr64) __ptr64 +??4bad_typeid@@QEAAAEAV0@AEBV0@@Z +; public: class exception & __ptr64 __cdecl exception::operator=(class exception const & __ptr64) __ptr64 +??4exception@@QEAAAEAV0@AEBV0@@Z +; public: int __cdecl type_info::operator==(class type_info const & __ptr64)const __ptr64 +??8type_info@@QEBAHAEBV0@@Z +; public: int __cdecl type_info::operator!=(class type_info const & __ptr64)const __ptr64 +??9type_info@@QEBAHAEBV0@@Z +; const __non_rtti_object::`vftable' +??_7__non_rtti_object@@6B@ +; const bad_cast::`vftable' +??_7bad_cast@@6B@ +; const bad_typeid::`vftable' +??_7bad_typeid@@6B@ +; const exception::`vftable' +??_7exception@@6B@ +; public: void __cdecl bad_cast::`default constructor closure'(void) __ptr64 +??_Fbad_cast@@QEAAXXZ +; public: void __cdecl bad_typeid::`default constructor closure'(void) __ptr64 +??_Fbad_typeid@@QEAAXXZ +; void * __ptr64 __cdecl operator new[](unsigned __int64) +; GNU = __Znay +??_U@YAPEAX_K@Z +; void __cdecl operator delete[](void * __ptr64) +; GNU = __ZdaPv +??_V@YAXPEAX@Z +; int (__cdecl*__cdecl _query_new_handler(void))(unsigned __int64) +; GNU = __Z18_query_new_handlerv +?_query_new_handler@@YAP6AH_K@ZXZ +; int __cdecl _query_new_mode(void) +; GNU = __Z15_query_new_modev +?_query_new_mode@@YAHXZ +; int (__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned __int64)))(unsigned __int64) +; GNU = __Z16_set_new_handlerPFiyE +?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z +; int __cdecl _set_new_mode(int) +; GNU = __Z13_set_new_modei +?_set_new_mode@@YAHH@Z +; void (__cdecl*__cdecl _set_se_translator(void (__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS * __ptr64)))(unsigned int,struct _EXCEPTION_POINTERS * __ptr64) +; GNU = __Z18_set_se_translatorPFvjP19_EXCEPTION_POINTERSE +?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z +; public: int __cdecl type_info::before(class type_info const & __ptr64)const __ptr64 +?before@type_info@@QEBAHAEBV1@@Z +; public: char const * __ptr64 __cdecl type_info::name(void)const __ptr64 +?name@type_info@@QEBAPEBDXZ +; public: char const * __ptr64 __cdecl type_info::raw_name(void)const __ptr64 +?raw_name@type_info@@QEBAPEBDXZ +; void (__cdecl*__cdecl set_new_handler(void (__cdecl*)(void)))(void) +; GNU = __Z15set_new_handlerPFvvE +?set_new_handler@@YAP6AXXZP6AXXZ@Z +; void (__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void) +; GNU = __Z13set_terminatePFvvE +?set_terminate@@YAP6AXXZP6AXXZ@Z +; void (__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void) +; GNU = __Z14set_unexpectedPFvvE +?set_unexpected@@YAP6AXXZP6AXXZ@Z +; void __cdecl terminate(void) +; GNU = __Z9terminatev +?terminate@@YAXXZ +; void __cdecl unexpected(void) +; GNU = __Z10unexpectedv +?unexpected@@YAXXZ +; public: virtual char const * __ptr64 __cdecl exception::what(void)const __ptr64 +?what@exception@@UEBAPEBDXZ +#endif + +#ifdef DEF_ARM32 +??0__non_rtti_object@@QAA@ABV0@@Z +??0__non_rtti_object@@QAA@PBD@Z +??0bad_cast@@AAA@PBQBD@Z +??0bad_cast@@QAA@ABV0@@Z +??0bad_cast@@QAA@PBD@Z +??0bad_typeid@@QAA@ABV0@@Z +??0bad_typeid@@QAA@PBD@Z +??0exception@@QAA@ABQBD@Z +??0exception@@QAA@ABQBDH@Z +??0exception@@QAA@ABV0@@Z +??0exception@@QAA@XZ +??1__non_rtti_object@@UAA@XZ +??1bad_cast@@UAA@XZ +??1bad_typeid@@UAA@XZ +??1exception@@UAA@XZ +??1type_info@@UAA@XZ +??2@YAPAXI@Z +??2@YAPAXIHPBDH@Z +??3@YAXPAX@Z +??4__non_rtti_object@@QAAAAV0@ABV0@@Z +??4bad_cast@@QAAAAV0@ABV0@@Z +??4bad_typeid@@QAAAAV0@ABV0@@Z +??4exception@@QAAAAV0@ABV0@@Z +??8type_info@@QBAHABV0@@Z +??9type_info@@QBAHABV0@@Z +??_7__non_rtti_object@@6B@ DATA +??_7bad_cast@@6B@ DATA +??_7bad_typeid@@6B@ DATA +??_7exception@@6B@ DATA +??_Fbad_cast@@QAAXXZ +??_Fbad_typeid@@QAAXXZ +??_U@YAPAXI@Z +??_U@YAPAXIHPBDH@Z +??_V@YAXPAX@Z +_CallMemberFunction0 +_CallMemberFunction1 +_CallMemberFunction2 +__ExceptionPtrAssign +__ExceptionPtrCompare +__ExceptionPtrCopy +__ExceptionPtrCopyException +__ExceptionPtrCreate +__ExceptionPtrCurrentException +__ExceptionPtrDestroy +__ExceptionPtrRethrow +__ExceptionPtrSwap +__ExceptionPtrToBool +?_query_new_handler@@YAP6AHI@ZXZ +?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z +?_set_new_mode@@YAHH@Z +?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z +?before@type_info@@QBAHABV1@@Z +?name@type_info@@QBAPBDXZ +?raw_name@type_info@@QBAPBDXZ +?set_terminate@@YAP6AXXZP6AXXZ@Z +?set_unexpected@@YAP6AXXZP6AXXZ@Z +?terminate@@YAXXZ +?unexpected@@YAXXZ +?what@exception@@UBAPBDXZ +#endif + +#ifdef DEF_ARM32 +_CrtCheckMemory +_CrtDbgBreak +_CrtDbgReport +_CrtDbgReportV +_CrtDbgReportW +_CrtDbgReportWV +_CrtDoForAllClientObjects +_CrtDumpMemoryLeaks +_CrtIsMemoryBlock +_CrtIsValidHeapPointer +_CrtIsValidPointer +_CrtMemCheckpoint +_CrtMemDifference +_CrtMemDumpAllObjectsSince +_CrtMemDumpStatistics +_CrtReportBlockType +_CrtSetAllocHook +_CrtSetBreakAlloc +_CrtSetDbgBlockType +_CrtSetDbgFlag +_CrtSetDumpClient +_CrtSetReportFile +_CrtSetReportHook +_CrtSetReportHook2 +_CrtSetReportMode +#endif +_CxxThrowException +F_I386(_EH_prolog) +_Getdays +_Getmonths +_Gettnames +_HUGE DATA +_Strftime +F_ARM_ANY(_W_Getdays) +F_ARM_ANY(_W_Getmonths) +F_ARM_ANY(_W_Gettnames) +F_ARM_ANY(_Wcsftime) +_XcptFilter +F_ARM_ANY(__AdjustPointer) +F_NON_I386(__C_specific_handler) +__CppXcptFilter +F_I386(__CxxCallUnwindDtor) +F_I386(__CxxCallUnwindVecDtor) +F_I386(__CxxDetectRethrow) +F_I386(__CxxExceptionFilter) +__CxxFrameHandler +F_ARM_ANY(__CxxFrameHandler3) +F_I386(__CxxLongjmpUnwind) +F_I386(__CxxQueryExceptionSize) +F_I386(__CxxRegisterExceptionObject) +F_I386(__CxxUnregisterExceptionObject) +__DestructExceptionObject +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__STRINGTOLD +F_NON_I386(___lc_codepage_func) +___lc_collate_cp_func +___lc_handle_func +___mb_cur_max_func +___setlc_active_func +___unguarded_readlc_active_add_func +__argc DATA +__argv DATA +__badioinfo DATA +F_I386(__buffer_overrun) +__crtCompareStringA +__crtCompareStringW +__crtGetLocaleInfoW +__crtGetStringTypeW +__crtLCMapStringA +__crtLCMapStringW +F_ARM_ANY(__daylight) +__dllonexit +__doserrno +F_ARM_ANY(__dstbias) +__fpecode +__getmainargs +F_X86_ANY(__initenv DATA) +__iob_func +__isascii +__iscsym +__iscsymf +F_I386(__lc_clike) +__lc_codepage DATA +__lc_collate_cp DATA +__lc_handle DATA +__lconv_init +__mb_cur_max DATA +#ifdef DEF_I386 +__p___argc +__p___argv +__p___initenv +__p___mb_cur_max +__p___wargv +__p___winitenv +__p__acmdln +__p__amblksiz +__p__commode +__p__daylight +__p__dstbias +__p__environ +__p__fileinfo +__p__fmode +__p__iob +__p__mbcasemap +__p__mbctype +__p__osver +__p__pctype +__p__pgmptr +__p__pwctype +__p__timezone +__p__tzname +__p__wcmdln +__p__wenviron +__p__winmajor +__p__winminor +__p__winver +__p__wpgmptr +#endif +__pctype_func +__pioinfo DATA +__pwctype_func +__pxcptinfoptrs +F_I386(__security_error_handler) +__set_app_type +F_I386(__set_buffer_overrun_handler) +__setlc_active DATA +__setusermatherr +F_ARM_ANY(__strncnt) +__threadhandle +__threadid +__toascii +__uncaught_exception +__unDName +__unDNameEx +__unguarded_readlc_active DATA +__wargv DATA +__wcserror +F_NON_I386(__wcserror_s) +F_ARM_ANY(__wcsncnt) +__wgetmainargs +F_X86_ANY(__winitenv DATA) +F_I386(_abnormal_termination) +F_NON_I386(_abs64) +_access +; _access_s Replaced by emu +_acmdln DATA +#ifdef DEF_I386 +_adj_fdiv_m16i +_adj_fdiv_m32 +_adj_fdiv_m32i +_adj_fdiv_m64 +_adj_fdiv_r +_adj_fdivr_m16i +_adj_fdivr_m32 +_adj_fdivr_m32i +_adj_fdivr_m64 +_adj_fpatan +_adj_fprem +_adj_fprem1 +_adj_fptan +_adjust_fdiv DATA +#endif +_aexit_rtn DATA +_aligned_free +F_ARM_ANY(_aligned_free_dbg) +_aligned_malloc +F_ARM_ANY(_aligned_malloc_dbg) +_aligned_offset_malloc +F_ARM_ANY(_aligned_offset_malloc_dbg) +_aligned_offset_realloc +F_ARM_ANY(_aligned_offset_realloc_dbg) +_aligned_realloc +F_ARM_ANY(_aligned_realloc_dbg) +_amsg_exit +_assert DATA +_atodbl +_atodbl_l +_atof_l +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +F_NON_I386(_atoldbl_l) +_beep +_beginthread +_beginthreadex +_c_exit +_cabs DATA +_callnewh +F_ARM_ANY(_calloc_dbg) +_cexit +_cgets +; _cgets_s replaced by emu +_cgetws +; _cgetws_s replaced by emu +_chdir +_chdrive +_chgsign +F_NON_I386(_chgsignf) +_chmod +F_I386(_chkesp) +_chsize +; _chsize_s replaced by emu +F_ARM_ANY(_chvalidator) +F_ARM_ANY(_chvalidator_l) +_clearfp +_close +_commit +_commode DATA +_control87 +_controlfp +; _controlfp_s replaced by emu +_copysign +F_NON_I386(_copysignf) +_cprintf +_cprintf_l +_cprintf_p +_cprintf_p_l +; _cprintf_s Replaced by emu +; _cprintf_s_l likewise. +_cputs +_cputws +F_I386(_CRT_RTC_INIT) +_creat +_create_locale +F_ARM32(_crtAssertBusy) +F_ARM32(_crtBreakAlloc) +F_ARM32(_crtDbgFlag) +_cscanf +_cscanf_l +_cscanf_s +_cscanf_s_l +F_ARM_ANY(_ctime32) +F_I386(_ctime32 == ctime) +; _ctime32_s replaced by emu +_ctime64 +; _ctime64_s replaced by emu +_ctype F_I386(DATA) +_cwait +_cwprintf +_cwprintf_l +_cwprintf_p +_cwprintf_p_l +; _cwprintf_s Replaced by emu +; _cwprintf_s_l Likewise. +_cwscanf +_cwscanf_l +_cwscanf_s +_cwscanf_s_l +_dstbias DATA +F_ARM_ANY(_daylight DATA) +F_ARM_ANY(_difftime32) +F_ARM_ANY(_difftime64) +_dup +_dup2 +_ecvt +_ecvt_s +_endthread +_endthreadex +F_X86_ANY(_environ DATA) +_eof +_errno +F_I386(_except_handler2) +F_I386(_except_handler3) +_execl +_execle +_execlp +_execlpe +_execv +_execve +_execvp +_execvpe +_exit +_expand +F_ARM_ANY(_expand_dbg) +_fcloseall +_fcvt +_fcvt_s +_fdopen +_fgetchar +_fgetwchar +_filbuf +F_X86_ANY(_fileinfo DATA) +_filelength +_filelengthi64 +_fileno +_findclose +_findfirst +F32(_findfirst32 == _findfirst) +_findfirst64 +_findfirsti64 +F32(_findfirst32i64 == _findfirsti64) +F64(_findfirst64i32 == _findfirst) +_findnext +F32(_findnext32 == _findnext) +_findnext64 +_findnexti64 +F32(_findnext32i64 == _findnexti64) +F64(_findnext64i32 == _findnext) +_finite +F_NON_I386(_finitef) +_flsbuf +_flushall +_fmode DATA +_fpclass +F_X64(_fpclassf) +F_I386(_fpieee_flt) +F_ARM_ANY(_fpieee_flt) +_fpreset DATA +_fprintf_l +_fprintf_p +_fprintf_p_l +_fprintf_s_l +_fputchar +_fputwchar +F_ARM_ANY(_free_dbg) +_free_locale +F_ARM_ANY(_freea) +F_NON_I386(_fscanf_l) +F_NON_I386(_fscanf_s_l) +F_ARM_ANY(_fseeki64) +_fsopen +_fstat +F32(_fstat32 == _fstat) +_fstat64 +_fstati64 +F64(_fstat64i32 == _fstat) +_ftime +F_ARM_ANY(_ftime32) +_ftime32_s +_ftime64 +_ftime64_s +F32(_ftime_s == _ftime32_s) +F64(_ftime_s == _ftime64_s) +F_I386(_ftol) +_fullpath +F_ARM_ANY(_fullpath_dbg) +_futime +F_ARM_ANY(_futime32) +_futime64 +_fwprintf_l +_fwprintf_p +_fwprintf_p_l +_fwprintf_s_l +_fwscanf_l +_fwscanf_s_l +_gcvt +_gcvt_s +F_ARM_ANY(_get_current_locale) +F_ARM_ANY(_get_doserrno) +F_ARM_ANY(_get_environ) +F_ARM_ANY(_get_errno) +F_ARM_ANY(_get_fileinfo) +F_ARM_ANY(_get_fmode) +_get_heap_handle +_get_osfhandle +;_get_output_format provided by emu +_get_sbh_threshold +F_ARM_ANY(_get_wenviron) +_getch +_getche +_getcwd +_getdcwd +_getdiskfree +_getdllprocaddr +_getdrive +_getdrives +_getmaxstdio +_getmbcp +_getpid +_getsystime +_getw +_getwch +_getwche +_getws +F_I386(_global_unwind2) +_gmtime32 F_I386(== gmtime) +; _gmtime32_s replaced by emu +_gmtime64 +; _gmtime64_s replaced by emu +_heapadd +_heapchk +_heapmin +_heapset +_heapused +_heapwalk +_hypot +F_NON_I386(_hypotf) +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_initterm +F_ARM_ANY(_initterm_e) +F_I386(_inp) +F_I386(_inpd) +F_I386(_inpw) +F_ARM_ANY(_invalid_parameter) +_iob DATA +_isalnum_l +_isalpha_l +_isatty +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_ismbcalnum +_ismbcalnum_l +_ismbcalpha +_ismbcalpha_l +_ismbcdigit +_ismbcdigit_l +_ismbcgraph +_ismbcgraph_l +_ismbchira +_ismbchira_l +_ismbckata +_ismbckata_l +_ismbcl0 +_ismbcl0_l +_ismbcl1 +_ismbcl1_l +_ismbcl2 +_ismbcl2_l +_ismbclegal +_ismbclegal_l +_ismbclower +_ismbclower_l +_ismbcprint +_ismbcprint_l +_ismbcpunct +_ismbcpunct_l +_ismbcspace +_ismbcspace_l +_ismbcsymbol +_ismbcsymbol_l +_ismbcupper +_ismbcupper_l +_ismbslead +_ismbslead_l +_ismbstrail +_ismbstrail_l +_isnan +F_X64(_isnanf) +_isprint_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswcntrl_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_itoa +_itoa_s +_itow +_itow_s +_j0 +_j1 +_jn +_kbhit +_lfind +_loaddll +F_NON_I386(_lfind_s) +F_X64(_local_unwind) +F_I386(_local_unwind2) +_localtime32 F_I386(== localtime) +; _localtime32_s replaced by emu +_localtime64 +; _localtime64_s replaced by emu +_lock +_locking +_logb +F_NON_I386(_logbf) +F_I386(_longjmpex) +_lrotl +_lrotr +_lsearch +F_NON_I386(_lsearch_s) +_lseek +_lseeki64 +_ltoa +F_NON_I386(_ltoa_s) +_ltow +F_NON_I386(_ltow_s) +_makepath +_makepath_s +F_ARM_ANY(_malloc_dbg) +_mbbtombc +_mbbtombc_l +_mbbtype +_mbcasemap F_NON_I386(DATA) +_mbccpy +_mbccpy_l +_mbccpy_s +_mbccpy_s_l +_mbcjistojms +_mbcjistojms_l +_mbcjmstojis +_mbcjmstojis_l +_mbclen +_mbclen_l +_mbctohira +_mbctohira_l +_mbctokata +_mbctokata_l +_mbctolower +_mbctolower_l +_mbctombb +_mbctombb_l +_mbctoupper +_mbctoupper_l +_mbctype DATA +_mblen_l +_mbsbtype +_mbsbtype_l +_mbscat +_mbscat_s +_mbscat_s_l +_mbschr +_mbschr_l +_mbscmp +_mbscmp_l +_mbscoll +_mbscoll_l +_mbscpy +_mbscpy_s +_mbscpy_s_l +_mbscspn +_mbscspn_l +_mbsdec +_mbsdec_l +_mbsdup +_mbsicmp +_mbsicmp_l +_mbsicoll +_mbsicoll_l +_mbsinc +_mbsinc_l +_mbslen +_mbslen_l +_mbslwr +_mbslwr_l +_mbslwr_s +_mbslwr_s_l +_mbsnbcat +_mbsnbcat_l +_mbsnbcat_s +_mbsnbcat_s_l +_mbsnbcmp +_mbsnbcmp_l +_mbsnbcnt +_mbsnbcnt_l +_mbsnbcoll +_mbsnbcoll_l +_mbsnbcpy +_mbsnbcpy_l +_mbsnbcpy_s +_mbsnbcpy_s_l +_mbsnbicmp +_mbsnbicmp_l +_mbsnbicoll +_mbsnbicoll_l +_mbsnbset +_mbsnbset_l +_mbsnbset_s +_mbsnbset_s_l +_mbsncat +_mbsncat_l +_mbsncat_s +_mbsncat_s_l +_mbsnccnt +_mbsnccnt_l +_mbsncmp +_mbsncmp_l +_mbsncoll +_mbsncoll_l +_mbsncpy +_mbsncpy_l +_mbsncpy_s +_mbsncpy_s_l +_mbsnextc +_mbsnextc_l +_mbsnicmp +_mbsnicmp_l +_mbsnicoll +_mbsnicoll_l +_mbsninc +_mbsninc_l +_mbsnlen +_mbsnlen_l +_mbsnset +_mbsnset_l +_mbsnset_s +_mbsnset_s_l +_mbspbrk +_mbspbrk_l +_mbsrchr +_mbsrchr_l +_mbsrev +_mbsrev_l +_mbsset +_mbsset_l +_mbsset_s +_mbsset_s_l +_mbsspn +_mbsspn_l +_mbsspnp +_mbsspnp_l +_mbsstr +_mbsstr_l +_mbstok +_mbstok_l +_mbstok_s +_mbstok_s_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbsupr +_mbsupr_l +_mbsupr_s +_mbsupr_s_l +_mbtowc_l +_memccpy +F_ARM_ANY(_memcpy_strict_align) +_memicmp +_memicmp_l +_mkdir +_mkgmtime +F_I386(_mkgmtime32) +F_ARM_ANY(_mkgmtime32) +F_NON_I386(_mkgmtime64) +_mktemp +; _mktemp_s replaced by emu +F_I386(_mktime32 == mktime) +F_ARM_ANY(_mktime32) +_mktime64 +_msize +F_ARM_ANY(_msize_dbg) +_nextafter +F_X64(_nextafterf) +_onexit +_open +_open_osfhandle +_osplatform DATA +_osver DATA +F_I386(_outp) +F_I386(_outpd) +F_I386(_outpw) +_pclose +_pctype DATA +_pgmptr DATA +_pipe +_popen +_printf_l +_printf_p +_printf_p_l +_printf_s_l +_purecall +_putch +_putenv +_putenv_s +_putw +_putwch +_putws +_pwctype DATA +_read +F_ARM_ANY(_realloc_dbg) +_resetstkoflw +_rmdir +_rmtmp +_rotl +F_NON_I386(_rotl64) +_rotr +F_NON_I386(_rotr64) +#ifdef DEF_I386 +_safe_fdiv +_safe_fdivr +_safe_fprem +_safe_fprem1 +#endif +_scalb +F_X64(_scalbf) +_scanf_l +_scanf_s_l +_scprintf +_scprintf_l +_scprintf_p_l +_scwprintf +_scwprintf_l +_scwprintf_p_l +_searchenv +_searchenv_s +F_I386(_seh_longjmp_unwind) +F_ARM_ANY(_set_controlfp) +F_ARM_ANY(_set_doserrno) +F_ARM_ANY(_set_errno) +_set_error_mode +F_ARM_ANY(_set_fileinfo) +F_ARM_ANY(_set_fmode) +; Does not seem to present even on Win7 msvcrt +;_set_purecall_handler +_set_sbh_threshold +; _set_output_format provided by emu +F_I386(_set_SSE2_enable) +F_I386(_set_security_error_handler) +_seterrormode +_setjmp +F_I386(_setjmp3) +F_NON_I386(_setjmpex) +_setmaxstdio +_setmbcp +_setmode +_setsystime +_sleep +_snprintf +_snprintf_c +_snprintf_c_l +_snprintf_l +_snprintf_s +_snprintf_s_l +_snscanf +_snscanf_l +_snscanf_s +_snscanf_s_l +_snwprintf +snwprintf == _snwprintf +_snwprintf_l +_snwprintf_s +_snwprintf_s_l +_snwscanf +_snwscanf_l +_snwscanf_s +_snwscanf_s_l +_sopen +; _sopen_s replaced by emu +_spawnl +_spawnle +_spawnlp +_spawnlpe +_spawnv +_spawnve +_spawnvp +_spawnvpe +_splitpath +_splitpath_s +_sprintf_l +_sprintf_p_l +_sprintf_s_l +_sscanf_l +_sscanf_s_l +_stat +_stat64 +_stati64 +F32(_stat32 == _stat) +F64(_stat64i32 == _stat) +_statusfp +_strcmpi +_strcoll_l +_strdate +; _strdate_s replaced by emu +_strdup +F_ARM_ANY(_strdup_dbg) +_strerror +_strerror_s +_stricmp +_stricmp_l +_stricoll +_stricoll_l +_strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +_strnset_s +_strrev +_strset +_strset_s +_strtime +; _strtime_s replaced by emu +_strtod_l +_strtoi64 +_strtoi64_l +_strtol_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_swab +_swprintf == swprintf +F_NON_I386(_swprintf_c) +_swprintf_c_l +_swprintf_p_l +_swprintf_s_l +_swscanf_l +_swscanf_s_l +_sys_errlist DATA +_sys_nerr DATA +_tell +_telli64 +_tempnam +F_ARM_ANY(_tempnam_dbg) +F_I386(_time32 == time) +F_ARM_ANY(_time32) +_time64 +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +_tzset +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_umask +; _umask_s replaced by emu +_ungetch +_ungetwch +_unlink +_unloaddll +_unlock +_utime +F_ARM_ANY(_utime32) +_utime64 +_vcprintf +_vcprintf_l +_vcprintf_p +_vcprintf_p_l +; _vcprintf_s Replaced by emu +; _vcprintf_s_l Likewise. +_vcwprintf +_vcwprintf_l +_vcwprintf_p +_vcwprintf_p_l +; _vcwprintf_s Replaced by emu +; _vcwprintf_s_l Likewise. +_vfprintf_l +_vfprintf_p +_vfprintf_p_l +_vfprintf_s_l +_vfwprintf_l +_vfwprintf_p +_vfwprintf_p_l +_vfwprintf_s_l +_vprintf_l +_vprintf_p +_vprintf_p_l +_vprintf_s_l +_vscprintf +_vscprintf_l +_vscprintf_p_l +_vscwprintf +_vscwprintf_l +_vscwprintf_p_l +_vsnprintf +_vsnprintf_c +_vsnprintf_c_l +_vsnprintf_l +_vsnprintf_s +_vsnprintf_s_l +_vsnwprintf +vsnwprintf == _vsnwprintf +_vsnwprintf_l +_vsnwprintf_s +_vsnwprintf_s_l +_vsprintf_l +_vsprintf_p +_vsprintf_p_l +_vsprintf_s_l +_vswprintf F_I386(== vswprintf) +_vswprintf_c +_vswprintf_c_l +_vswprintf_l +_vswprintf_p_l +_vswprintf_s_l +_vwprintf_l +_vwprintf_p +_vwprintf_p_l +_vwprintf_s_l +_waccess +; _waccess_s Replaced by emu +_wasctime +; _wasctime_s Replaced by emu +F_ARM_ANY(_wassert) +_wchdir +_wchmod +_wcmdln DATA +_wcreat +_wcscoll_l +_wcsdup +F_ARM_ANY(_wcsdup_dbg) +_wcserror +_wcserror_s +_wcsftime_l +_wcsicmp +_wcsicmp_l +_wcsicoll +_wcsicoll_l +_wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +_wcsnset_s +_wcsrev +_wcsset +_wcsset_s +F_ARM_ANY(_wcstod_l) +_wcstoi64 +_wcstoi64_l +_wcstol_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctime +F_I386(_wctime32 == _wctime) +F_ARM_ANY(_wctime32) +; _wctime32_s replaced by emu +_wctime64 +; _wctime64_s replaced by emu +_wctomb_l +_wctomb_s_l +_wctype +F_X86_ANY(_wenviron DATA) +_wexecl +_wexecle +_wexeclp +_wexeclpe +_wexecv +_wexecve +_wexecvp +_wexecvpe +_wfdopen +_wfindfirst +F32(_wfindfirst32 == _wfindfirst) +_wfindfirst64 +_wfindfirsti64 +F32(_wfindfirst32i64 == _wfindfirsti64) +F64(_wfindfirst64i32 == _wfindfirst) +_wfindnext +F32(_wfindnext32 == _wfindnext) +_wfindnext64 +_wfindnexti64 +F32(_wfindnext32i64 == _wfindnexti64) +F64(_wfindnext64i32 == _wfindnext) +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wfullpath +F_ARM_ANY(_wfullpath_dbg) +_wgetcwd +_wgetdcwd +_wgetenv +_wgetenv_s +_winmajor DATA +_winminor DATA +_winput_s +_winver DATA +_wmakepath +_wmakepath_s +_wmkdir +_wmktemp +; _wmktemp_s replaced by emu +_wopen +_woutput_s +_wperror +_wpgmptr DATA +_wpopen +_wprintf_l +_wprintf_p +_wprintf_p_l +_wprintf_s_l +_wputenv +_wputenv_s +_wremove +_wrename +_write +_wrmdir +_wscanf_l +_wscanf_s_l +_wsearchenv +_wsearchenv_s +_wsetlocale +_wsopen +_wsopen_s +_wspawnl +_wspawnle +_wspawnlp +_wspawnlpe +_wspawnv +_wspawnve +_wspawnvp +_wspawnvpe +_wsplitpath +_wsplitpath_s +_wstat +_wstat64 +_wstati64 +F32(_wstat32 == _wstat) +F64(_wstat64i32 == _wstat) +_wstrdate +; _wstrdate_s replaced by emu +_wstrtime +; _wstrtime_s replaced by emu +_wsystem +_wtempnam +F_ARM_ANY(_wtempnam_dbg) +_wtmpnam +_wtmpnam_s +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wunlink +_wutime +F_ARM_ANY(_wutime32) +_wutime64 +_y0 +_y1 +_yn +abort +abs +acos +F_NON_I386(acosf F_X86_ANY(DATA)) +asctime +; asctime_s replaced by emu +asin +F_NON_I386(asinf F_X86_ANY(DATA)) +atan +atan2 F_X86_ANY(DATA) +F_NON_I386(atan2f F_X86_ANY(DATA)) +F_NON_I386(atanf F_X86_ANY(DATA)) +atexit DATA +atof +atoi +atol +bsearch +bsearch_s +F_ARM_ANY(btowc) +calloc +ceil DATA +F_NON_I386(ceilf DATA) +clearerr +clearerr_s +clock +cos F_X86_ANY(DATA) +F_NON_I386(cosf F_X86_ANY(DATA)) +cosh +F_NON_I386(coshf DATA) +ctime +difftime +div +exit +exp F_X86_ANY(DATA) +F_NON_I386(expf F_X86_ANY(DATA)) +fabs DATA +F_ARM_ANY(fabsf) +fclose +feof +ferror +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +floor DATA +F_NON_I386(floorf DATA) +fmod F_X86_ANY(DATA) +F_NON_I386(fmodf F_X86_ANY(DATA)) +fopen +fopen_s +fprintf +fprintf_s +fputc +fputs +fputwc +fputws +fread +free +freopen +freopen_s +; If we implement frexp, we can set it to DATA only. +frexp +fscanf +fscanf_s +fseek +fsetpos +ftell +fwprintf +__ms_fwprintf == fwprintf +fwprintf_s +fwrite +fwscanf +fwscanf_s +getc +getchar +getenv +getenv_s +gets +getwc +getwchar +gmtime +is_wctype +isalnum +isalpha +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +labs +ldexp F_X86_ANY(DATA) +ldiv +localeconv +localtime +log F_X86_ANY(DATA) +log10 +F_NON_I386(log10f F_X86_ANY(DATA)) +F_NON_I386(logf F_X86_ANY(DATA)) +F_ARM_ANY(longjmp) +malloc +mblen +F_ARM_ANY(mbrlen) +F_ARM_ANY(mbrtowc) +F_ARM_ANY(mbsdup_dbg) +F_ARM_ANY(mbsrtowcs) +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +memchr +memcmp +memcpy +; memcpy_s replaced by emu +memmove +; memmove_s replaced by emu +memset +mktime +modf DATA +F_NON_I386(modff DATA) +perror +pow F_X86_ANY(DATA) +F_NON_I386(powf F_X86_ANY(DATA)) +printf +printf_s +putc +putchar +puts +putwc +putwchar +qsort +qsort_s +raise +rand +; rand_s replaced by emu +realloc +remove +rename +rewind +scanf +scanf_s +setbuf +F_NON_I386(setjmp) +setlocale +setvbuf +signal +sin F_X86_ANY(DATA) +F_NON_I386(sinf F_X86_ANY(DATA)) +; if we implement sinh, we can set it DATA only. +sinh +F_NON_I386(sinhf DATA) +sprintf +; sprintf_s replaced by emu +sqrt DATA +F_NON_I386(sqrtf DATA) +srand +sscanf +sscanf_s +strcat +strcat_s +strchr +strcmp +strcoll +strcpy +strcpy_s +strcspn +strerror +; strerror_s replaced by emu +strftime +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +; strnlen replaced by emu +strpbrk +strrchr +strspn +strstr +strtod +strtok +strtok_s +strtol +strtoul +strxfrm +swprintf +swprintf_s +swscanf +swscanf_s +system +tan +F_NON_I386(tanf F_X86_ANY(DATA)) +; if we implement tanh, we can set it to DATA only. +tanh +F_ARM_ANY(tanhf) +time F_NON_I386(== _time64) +tmpfile +tmpfile_s +tmpnam +tmpnam_s +tolower +toupper +towlower +towupper +ungetc +ungetwc +F_ARM_ANY(utime) +vfprintf +vfprintf_s +vfwprintf +vfwprintf_s +vprintf +vprintf_s +vsnprintf == _vsnprintf +snprintf == _snprintf +vsprintf +; vsprintf_s replaced by emu +vswprintf +vswprintf_s +vwprintf +vwprintf_s +F_ARM_ANY(wcrtomb) +wcrtomb_s +wcscat +wcscat_s +wcschr +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcsftime +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +; We provide replacement implementation in libmingwex +wcsnlen DATA +wcspbrk +wcsrchr +F_ARM_ANY(wcsrtombs) +wcsrtombs_s +wcsspn +wcsstr +wcstod +wcstok +wcstok_s +wcstol +wcstombs +wcstombs_s +wcstoul +wcsxfrm +F_ARM_ANY(wctob) +wctomb +wctomb_s +wprintf +wprintf_s +wscanf +wscanf_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/msyuv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/msyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/msyuv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/msyuv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MSYUV.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MSYUV.dll +EXPORTS +DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mtxdm.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mtxdm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mtxdm.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mtxdm.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file MTxDM.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY MTxDM.dll +EXPORTS +GetDispenserManager diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/mydocs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/mydocs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/mydocs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/mydocs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file mydocs.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY mydocs.dll +EXPORTS +PerUserInit +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ncobjapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ncobjapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ncobjapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ncobjapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +; +; Exports of file NCObjAPI.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY NCObjAPI.DLL +EXPORTS +WmiCommitObject +WmiAddObjectProp +WmiCreateObject +WmiCreateObjectWithFormat +WmiCreateObjectWithProps +WmiDestroyObject +WmiEventSourceConnect +WmiEventSourceDisconnect +WmiIsObjectActive +WmiSetAndCommitObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ncrypt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ncrypt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ncrypt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ncrypt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,137 @@ +; +; Definition file of ncrypt.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "ncrypt.dll" +EXPORTS +BCryptAddContextFunction +BCryptAddContextFunctionProvider +BCryptCloseAlgorithmProvider +BCryptConfigureContext +BCryptConfigureContextFunction +BCryptCreateContext +BCryptCreateHash +BCryptDecrypt +BCryptDeleteContext +BCryptDeriveKey +BCryptDeriveKeyCapi +BCryptDeriveKeyPBKDF2 +BCryptDestroyHash +BCryptDestroyKey +BCryptDestroySecret +BCryptDuplicateHash +BCryptDuplicateKey +BCryptEncrypt +BCryptEnumAlgorithms +BCryptEnumContextFunctionProviders +BCryptEnumContextFunctions +BCryptEnumContexts +BCryptEnumProviders +BCryptEnumRegisteredProviders +BCryptExportKey +BCryptFinalizeKeyPair +BCryptFinishHash +BCryptFreeBuffer +BCryptGenRandom +BCryptGenerateKeyPair +BCryptGenerateSymmetricKey +BCryptGetFipsAlgorithmMode +BCryptGetProperty +BCryptHashData +BCryptImportKey +BCryptImportKeyPair +BCryptKeyDerivation +BCryptOpenAlgorithmProvider +BCryptQueryContextConfiguration +BCryptQueryContextFunctionConfiguration +BCryptQueryContextFunctionProperty +BCryptQueryProviderRegistration +BCryptRegisterConfigChangeNotify +BCryptRegisterProvider +BCryptRemoveContextFunction +BCryptRemoveContextFunctionProvider +BCryptResolveProviders +BCryptSecretAgreement +BCryptSetAuditingInterface +BCryptSetContextFunctionProperty +BCryptSetProperty +BCryptSignHash +BCryptUnregisterConfigChangeNotify +BCryptUnregisterProvider +BCryptVerifySignature +GetIsolationServerInterface +GetKeyStorageInterface +GetSChannelInterface +NCryptCloseKeyProtector +NCryptCloseProtectionDescriptor +NCryptCreatePersistedKey +NCryptCreateProtectionDescriptor +NCryptDecrypt +NCryptDeleteKey +NCryptDeriveKey +NCryptDuplicateKeyProtectorHandle +NCryptEncrypt +NCryptEnumAlgorithms +NCryptEnumKeys +NCryptEnumStorageProviders +NCryptExportKey +NCryptFinalizeKey +NCryptFreeBuffer +NCryptFreeObject +NCryptGetProperty +NCryptGetProtectionDescriptorInfo +NCryptImportKey +NCryptIsAlgSupported +NCryptIsKeyHandle +NCryptKeyDerivation +NCryptNotifyChangeKey +NCryptOpenKey +NCryptOpenKeyProtector +NCryptOpenStorageProvider +NCryptProtectKey +NCryptProtectSecret +NCryptQueryProtectionDescriptorName +NCryptRegisterProtectionDescriptorName +NCryptSecretAgreement +NCryptSetAuditingInterface +NCryptSetProperty +NCryptSignHash +NCryptStreamClose +NCryptStreamOpenToProtect +NCryptStreamOpenToUnprotect +NCryptStreamUpdate +NCryptTranslateHandle +NCryptUnprotectKey +NCryptUnprotectSecret +NCryptVerifySignature +SslChangeNotify +SslComputeClientAuthHash +SslComputeEapKeyBlock +SslComputeFinishedHash +SslCreateClientAuthHash +SslCreateEphemeralKey +SslCreateHandshakeHash +SslDecrementProviderReferenceCount +SslDecryptPacket +SslEncryptPacket +SslEnumCipherSuites +SslEnumProtocolProviders +SslExportKey +SslFreeBuffer +SslFreeObject +SslGenerateMasterKey +SslGenerateSessionKeys +SslGetCipherSuitePRFHashAlgorithm +SslGetKeyProperty +SslGetProviderProperty +SslHashHandshake +SslImportKey +SslImportMasterKey +SslIncrementProviderReferenceCount +SslLookupCipherLengths +SslLookupCipherSuiteInfo +SslOpenPrivateKey +SslOpenProvider +SslSignHash +SslVerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/nddeapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/nddeapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/nddeapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/nddeapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +; +; Exports of file NDdeApi.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY NDdeApi.dll +EXPORTS +NDdeShareAddA +NDdeShareDelA +NDdeShareEnumA +NDdeShareGetInfoA +NDdeShareSetInfoA +NDdeGetErrorStringA +NDdeIsValidShareNameA +NDdeIsValidAppTopicListA +NDdeSpecialCommandA +NDdeGetShareSecurityA +NDdeSetShareSecurityA +NDdeGetTrustedShareA +NDdeSetTrustedShareA +NDdeTrustedShareEnumA +NDdeShareAddW +NDdeShareDelW +NDdeShareEnumW +NDdeShareGetInfoW +NDdeShareSetInfoW +NDdeGetErrorStringW +NDdeIsValidShareNameW +NDdeIsValidAppTopicListW +NDdeSpecialCommandW +NDdeGetShareSecurityW +NDdeSetShareSecurityW +NDdeGetTrustedShareW +NDdeSetTrustedShareW +NDdeTrustedShareEnumW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ndfapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ndfapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ndfapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ndfapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +; +; Definition file of NDFAPI.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "NDFAPI.DLL" +EXPORTS +NdfRunDllDiagnoseIncident +NdfRunDllDiagnoseNetConnectionIncident +NdfRunDllDiagnoseWithAnswerFile +NdfRunDllDuplicateIPDefendingSystem +NdfRunDllDuplicateIPOffendingSystem +NdfRunDllHelpTopic +NdfCancelIncident +NdfCloseIncident +NdfCreateConnectivityIncident +NdfCreateDNSIncident +NdfCreateGroupingIncident +NdfCreateInboundIncident +NdfCreateIncident +NdfCreateNetConnectionIncident +NdfCreatePnrpIncident +NdfCreateSharingIncident +NdfCreateWebIncident +NdfCreateWebIncidentEx +NdfCreateWinSockIncident +NdfDiagnoseIncident +NdfExecuteDiagnosis +NdfGetTraceFile +NdfRepairIncident +NdfRepairIncidentEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/netapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/netapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/netapi32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/netapi32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,386 @@ +LIBRARY "NETAPI32.dll" +EXPORTS +CredpValidateTargetName +DavAddConnection +DavDeleteConnection +DavFlushFile +DavGetExtendedError +DavGetHTTPFromUNCPath +DavGetUNCFromHTTPPath +DsAddressToSiteNamesA +DsAddressToSiteNamesExA +DsAddressToSiteNamesExW +DsAddressToSiteNamesW +DsDeregisterDnsHostRecordsA +DsDeregisterDnsHostRecordsW +DsEnumerateDomainTrustsA +DsEnumerateDomainTrustsW +DsGetDcCloseW +DsGetDcNameA +DsGetDcNameW +DsGetDcNameWithAccountA +DsGetDcNameWithAccountW +DsGetDcNextA +DsGetDcNextW +DsGetDcOpenA +DsGetDcOpenW +DsGetDcSiteCoverageA +DsGetDcSiteCoverageW +DsGetForestTrustInformationW +DsGetSiteNameA +DsGetSiteNameW +DsMergeForestTrustInformationW +DsRoleAbortDownlevelServerUpgrade +DsRoleCancel +DsRoleDcAsDc +DsRoleDcAsReplica +DsRoleDemoteDc +DsRoleDnsNameToFlatName +DsRoleFreeMemory +DsRoleGetDatabaseFacts +DsRoleGetDcOperationProgress +DsRoleGetDcOperationResults +DsRoleGetPrimaryDomainInformation +DsRoleIfmHandleFree +DsRoleServerSaveStateForUpgrade +DsRoleUpgradeDownlevelServer +DsValidateSubnetNameA +DsValidateSubnetNameW +I_BrowserDebugCall +I_BrowserDebugTrace +I_BrowserQueryEmulatedDomains +I_BrowserQueryOtherDomains +I_BrowserQueryStatistics +I_BrowserResetNetlogonState +I_BrowserResetStatistics +I_BrowserServerEnum +I_BrowserSetNetlogonState +I_DsUpdateReadOnlyServerDnsRecords +I_NetAccountDeltas +I_NetAccountSync +I_NetChainSetClientAttributes +I_NetChainSetClientAttributes2 +I_NetDatabaseDeltas +I_NetDatabaseRedo +I_NetDatabaseSync +I_NetDatabaseSync2 +I_NetDfsCreateExitPoint +I_NetDfsCreateLocalPartition +I_NetDfsDeleteExitPoint +I_NetDfsDeleteLocalPartition +I_NetDfsFixLocalVolume +I_NetDfsGetFtServers +I_NetDatabaseDeltas +I_NetDatabaseRedo +I_NetDatabaseSync +I_NetDatabaseSync2 +I_NetDfsGetVersion +I_NetDfsIsThisADomainName +I_NetDfsManagerReportSiteInfo +I_NetDfsModifyPrefix +I_NetDfsSetLocalVolumeState +I_NetDfsSetServerInfo +I_NetGetDCList +I_NetGetForestTrustInformation +I_NetListCanonicalize +I_NetListTraverse +I_NetLogonControl +I_NetLogonControl2 +I_NetLogonGetDomainInfo +I_NetLogonSamLogoff +I_NetLogonSamLogon +I_NetLogonSamLogonEx +I_NetLogonSamLogonWithFlags +I_NetLogonSendToSam +I_NetLogonUasLogoff +I_NetLogonUasLogon +I_NetNameCanonicalize +I_NetNameCompare +I_NetNameValidate +I_NetPathCanonicalize +I_NetPathCompare +I_NetPathType +I_NetLogonSamLogonEx +I_NetLogonSamLogonWithFlags +I_NetLogonSendToSam +I_NetLogonUasLogoff +I_NetLogonUasLogon +I_NetServerAuthenticate +I_NetServerAuthenticate2 +I_NetServerAuthenticate3 +I_NetServerGetTrustInfo +I_NetServerPasswordGet +I_NetServerPasswordSet +I_NetServerPasswordSet2 +I_NetServerReqChallenge +I_NetServerSetServiceBits +I_NetServerSetServiceBitsEx +I_NetServerTrustPasswordsGet +I_NetlogonComputeClientDigest +I_NetlogonComputeServerDigest +I_NetlogonGetTrustRid +NetAccessAdd +NetAccessDel +NetAccessEnum +NetAccessGetInfo +NetAccessGetUserPerms +NetAccessSetInfo +NetAddAlternateComputerName +NetAddServiceAccount +NetAlertRaise +NetAlertRaiseEx +NetApiBufferAllocate +NetApiBufferFree +NetApiBufferReallocate +NetApiBufferSize +NetAuditClear +NetAuditRead +NetAuditWrite +NetBrowserStatisticsGet +NetConfigGet +NetConfigGetAll +NetConfigSet +NetConnectionEnum +NetCreateProvisioningPackage +NetDfsAdd +NetDfsAddFtRoot +NetDfsAddRootTarget +NetDfsAddStdRoot +NetDfsAddStdRootForced +NetDfsEnum +NetDfsGetClientInfo +NetDfsGetDcAddress +NetDfsGetFtContainerSecurity +NetDfsGetInfo +NetDfsGetSecurity +NetDfsGetStdContainerSecurity +NetDfsGetSupportedNamespaceVersion +NetDfsManagerGetConfigInfo +NetDfsManagerInitialize +NetDfsManagerSendSiteInfo +NetDfsMove +NetDfsRemove +NetDfsRemoveFtRoot +NetDfsRemoveFtRootForced +NetDfsRemoveRootTarget +NetDfsRemoveStdRoot +NetDfsRename +NetDfsSetClientInfo +NetDfsSetFtContainerSecurity +NetDfsSetInfo +NetDfsSetSecurity +NetDfsSetStdContainerSecurity +NetEnumerateComputerNames +NetEnumerateServiceAccounts +NetEnumerateTrustedDomains +NetErrorLogClear +NetErrorLogRead +NetErrorLogWrite +NetFileClose +NetFileEnum +NetFileGetInfo +NetGetAnyDCName +NetGetDCName +NetGetDisplayInformationIndex +NetGetJoinInformation +NetGetJoinableOUs +NetGroupAdd +NetGroupAddUser +NetGroupDel +NetGroupDelUser +NetGroupEnum +NetGroupGetInfo +NetGroupGetUsers +NetGroupSetInfo +NetGroupSetUsers +NetIsServiceAccount +NetJoinDomain +NetLocalGroupAdd +NetLocalGroupAddMember +NetLocalGroupAddMembers +NetLocalGroupDel +NetLocalGroupDelMember +NetLocalGroupDelMembers +NetLocalGroupEnum +NetLocalGroupGetInfo +NetLocalGroupGetMembers +NetLocalGroupSetInfo +NetLocalGroupSetMembers +NetLogonGetTimeServiceParentDomain +NetLogonSetServiceBits +NetMessageBufferSend +NetMessageNameAdd +NetMessageNameDel +NetMessageNameEnum +NetMessageNameGetInfo +NetProvisionComputerAccount +NetQueryDisplayInformation +NetQueryServiceAccount +NetRegisterDomainNameChangeNotification +NetRemoteComputerSupports +NetRemoteTOD +NetRemoveAlternateComputerName +NetRemoveServiceAccount +NetRenameMachineInDomain +NetReplExportDirAdd +NetReplExportDirDel +NetReplExportDirEnum +NetReplExportDirGetInfo +NetReplExportDirLock +NetReplExportDirSetInfo +NetReplExportDirUnlock +NetReplGetInfo +NetReplImportDirAdd +NetReplImportDirDel +NetReplImportDirEnum +NetReplImportDirGetInfo +NetReplImportDirLock +NetReplImportDirUnlock +NetReplSetInfo +NetRequestOfflineDomainJoin +NetRequestProvisioningPackageInstall +NetScheduleJobAdd +NetScheduleJobDel +NetScheduleJobEnum +NetScheduleJobGetInfo +NetServerAliasAdd +NetServerAliasDel +NetServerAliasEnum +NetServerComputerNameAdd +NetServerComputerNameDel +NetServerDiskEnum +NetServerEnum +NetServerEnumEx +NetServerGetInfo +NetServerSetInfo +NetServerTransportAdd +NetServerTransportAddEx +NetServerTransportDel +NetServerTransportEnum +NetServiceControl +NetServiceEnum +NetServiceGetInfo +NetServiceInstall +NetSessionDel +NetSessionEnum +NetSessionGetInfo +NetSetPrimaryComputerName +NetShareAdd +NetShareCheck +NetShareDel +NetShareDelEx +NetShareDelSticky +NetShareEnum +NetShareEnumSticky +NetShareGetInfo +NetShareSetInfo +NetStatisticsGet +NetUnjoinDomain +NetUnregisterDomainNameChangeNotification +NetUseAdd +NetUseDel +NetUseEnum +NetUseGetInfo +NetUserAdd +NetUserChangePassword +NetUserDel +NetUserEnum +NetUserGetGroups +NetUserGetInfo +NetUserGetLocalGroups +NetUserModalsGet +NetUserModalsSet +NetUserSetGroups +NetUserSetInfo +NetValidateName +NetValidatePasswordPolicy +NetValidatePasswordPolicyFree +NetWkstaGetInfo +NetWkstaSetInfo +NetWkstaTransportAdd +NetWkstaTransportDel +NetWkstaTransportEnum +NetWkstaUserEnum +NetWkstaUserGetInfo +NetWkstaUserSetInfo +NetapipBufferAllocate +Netbios +NetpAccessCheck +NetpAccessCheckAndAudit +NetpAccessCheckAndAuditEx +NetpAddTlnFtinfoEntry +NetpAllocConfigName +NetpAllocFtinfoEntry +NetpAllocStrFromWStr +NetpAllocWStrFromStr +NetpAllocWStrFromWStr +NetpApiStatusToNtStatus +NetpAssertFailed +NetpCleanFtinfoContext +NetpCloseConfigData +NetpCopyFtinfoContext +NetpCopyStringToBuffer +NetpCreateSecurityObject +NetpDbgPrint +NetpDeleteSecurityObject +NetpEventlogClose +NetpEventlogOpen +NetpEventlogWriteEx +NetpGetComputerName +NetpGetConfigBool +NetpGetConfigDword +NetpGetConfigTStrArray +NetpGetConfigValue +NetpGetDomainName +NetpGetFileSecurity +NetpGetPrivilege +NetpHexDump +NetpInitFtinfoContext +NetpInitOemString +NetpIsRemote +NetpIsUncComputerNameValid +NetpLocalTimeZoneOffset +NetpLogonPutUnicodeString +NetpMergeFtinfo +NetpNetBiosAddName +NetpNetBiosCall +NetpNetBiosDelName +NetpNetBiosGetAdapterNumbers +NetpNetBiosHangup +NetpNetBiosReceive +NetpNetBiosReset +NetpNetBiosSend +NetpNetBiosStatusToApiStatus +NetpNtStatusToApiStatus +NetpOpenConfigData +NetpPackString +NetpParmsQueryUserProperty +NetpParmsQueryUserPropertyWithLength +NetpParmsSetUserProperty +NetpParmsSetUserPropertyWithLength +NetpParmsUserPropertyFree +NetpReleasePrivilege +NetpSetFileSecurity +NetpSmbCheck +NetpStoreIntialDcRecord +NetpStringToNetBiosName +NetpTStrArrayEntryCount +NetpUpgradePreNT5JoinInfo +NetpwNameCanonicalize +NetpwNameCompare +NetpwNameValidate +NetpwPathCanonicalize +NetpwPathCompare +NetpwPathType +NlBindingAddServerToCache +NlBindingRemoveServerFromCache +NlBindingSetAuthInfo +RxNetAccessAdd +RxNetAccessDel +RxNetAccessEnum +RxNetAccessGetInfo +RxNetAccessGetUserPerms +RxNetAccessSetInfo +RxNetServerEnum +RxNetUserPasswordSet +RxRemoteApi diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/netid.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/netid.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/netid.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/netid.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file NETID.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY NETID.DLL +EXPORTS +CreateNetIDPropertyPage +ShowDcNotFoundErrorDialog diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/netshell.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/netshell.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/netshell.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/netshell.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,42 @@ +; +; Exports of file netshell.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY netshell.dll +EXPORTS +DoInitialCleanup +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +HrCreateDesktopIcon +HrGetAnswerFileParametersForNetCard +HrGetExtendedStatusFromNCS +HrGetIconFromMediaType +HrGetIconFromMediaTypeEx +HrGetInstanceGuidOfPreNT5NetCardInstance +HrGetNetConExtendedStatusFromGuid +HrGetNetConExtendedStatusFromINetConnection +HrGetStatusStringFromNetConExtendedStatus +HrIsIpStateCheckingEnabled +HrLaunchConnection +HrLaunchConnectionEx +HrLaunchNetworkOptionalComponents +HrOemUpgrade +HrRenameConnection +HrRunWizard +InvokeDunFile +NcFreeNetconProperties +NcIsValidConnectionName +NetSetupAddRasConnection +NetSetupFinishInstall +NetSetupInstallSoftware +NetSetupPrepareSysPrep +NetSetupRequestWizardPages +NetSetupSetProgressCallback +NormalizeExtendedStatus +RaiseSupportDialog +RepairConnection +StartNCW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/netutils.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/netutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/netutils.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/netutils.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Definition file of netutils.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "netutils.dll" +EXPORTS +NetApiBufferAllocate +NetApiBufferFree +NetApiBufferReallocate +NetApiBufferSize +NetRemoteComputerSupports +NetapipBufferAllocate +NetpIsComputerNameValid +NetpIsDomainNameValid +NetpIsGroupNameValid +NetpIsRemote +NetpIsRemoteNameValid +NetpIsShareNameValid +NetpIsUncComputerNameValid +NetpIsUserNameValid +NetpwListCanonicalize +NetpwListTraverse +NetpwNameCanonicalize +NetpwNameCompare +NetpwNameValidate +NetpwPathCanonicalize +NetpwPathCompare +NetpwPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/normaliz.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/normaliz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/normaliz.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/normaliz.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of Normaliz.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "Normaliz.dll" +EXPORTS +IdnToAscii +IdnToNameprepUnicode +IdnToUnicode +IsNormalizedString +NormalizeString diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ntdsapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ntdsapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ntdsapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ntdsapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,130 @@ +; +; Definition file of NTDSAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "NTDSAPI.dll" +EXPORTS +DsAddCloneDCW +DsAddSidHistoryA +DsAddSidHistoryW +DsBindA +DsBindByInstanceA +DsBindByInstanceW +DsBindToISTGA +DsBindToISTGW +DsBindW +DsBindWithCredA +DsBindWithCredW +DsBindWithSpnA +DsBindWithSpnExA +DsBindWithSpnExW +DsBindWithSpnExWWorker +DsBindWithSpnW +DsBindingSetTimeout +DsClientMakeSpnForTargetServerA +DsClientMakeSpnForTargetServerW +DsCrackNamesA +DsCrackNamesW +DsCrackNamesWWorker +DsCrackSpn2A +DsCrackSpn2W +DsCrackSpn3W +DsCrackSpn4W +DsCrackSpnA +DsCrackSpnW +DsCrackUnquotedMangledRdnA +DsCrackUnquotedMangledRdnW +DsFinishDemotionW +DsFreeCloneDcResult +DsFreeDomainControllerInfoA +DsFreeDomainControllerInfoW +DsFreeDomainControllerInfoWWorker +DsFreeNameResultA +DsFreeNameResultW +DsFreeNameResultWWorker +DsFreePasswordCredentials +DsFreePasswordCredentialsWorker +DsFreeSchemaGuidMapA +DsFreeSchemaGuidMapW +DsFreeSpnArrayA +DsFreeSpnArrayW +DsGetBindAddrW +DsGetBindAnnotW +DsGetBindInstGuid +DsGetDomainControllerInfoA +DsGetDomainControllerInfoW +DsGetDomainControllerInfoWWorker +DsGetRdnW +DsGetSpnA +DsGetSpnW +DsInheritSecurityIdentityA +DsInheritSecurityIdentityW +DsInitDemotionW +DsIsMangledDnA +DsIsMangledDnW +DsIsMangledRdnValueA +DsIsMangledRdnValueW +DsListDomainsInSiteA +DsListDomainsInSiteW +DsListInfoForServerA +DsListInfoForServerW +DsListRolesA +DsListRolesW +DsListServersForDomainInSiteA +DsListServersForDomainInSiteW +DsListServersInSiteA +DsListServersInSiteW +DsListSitesA +DsListSitesW +DsLogEntry +DsMakePasswordCredentialsA +DsMakePasswordCredentialsW +DsMakePasswordCredentialsWWorker +DsMakeSpnA +DsMakeSpnW +DsMapSchemaGuidsA +DsMapSchemaGuidsW +DsQuerySitesByCostA +DsQuerySitesByCostW +DsQuerySitesFree +DsQuoteRdnValueA +DsQuoteRdnValueW +DsRemoveDsDomainA +DsRemoveDsDomainW +DsRemoveDsServerA +DsRemoveDsServerW +DsReplicaAddA +DsReplicaAddW +DsReplicaConsistencyCheck +DsReplicaDelA +DsReplicaDelW +DsReplicaDemotionW +DsReplicaFreeInfo +DsReplicaGetInfo2W +DsReplicaGetInfoW +DsReplicaModifyA +DsReplicaModifyW +DsReplicaSyncA +DsReplicaSyncAllA +DsReplicaSyncAllW +DsReplicaSyncW +DsReplicaUpdateRefsA +DsReplicaUpdateRefsW +DsReplicaVerifyObjectsA +DsReplicaVerifyObjectsW +DsServerRegisterSpnA +DsServerRegisterSpnW +DsUnBindA +DsUnBindW +DsUnBindWWorker +DsUnquoteRdnValueA +DsUnquoteRdnValueW +DsWriteAccountSpnA +DsWriteAccountSpnW +DsaopBind +DsaopBindWithCred +DsaopBindWithSpn +DsaopExecuteScript +DsaopPrepareScript +DsaopUnBind diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/occache.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/occache.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/occache.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/occache.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Definition file of OCCACHE.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "OCCACHE.dll" +EXPORTS +FindControlClose +FindFirstControl +FindFirstControlArch +FindNextControl +FindNextControlArch +GetControlDependentFile +GetControlInfo +IsModuleRemovable +ReleaseControlHandle +RemoveControlByHandle2 +RemoveControlByHandle +RemoveControlByName2 +RemoveControlByName +RemoveExpiredControls +SweepControlsByLastAccessDate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/odbc32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/odbc32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/odbc32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/odbc32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,192 @@ +; +; Exports of file ODBC32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ODBC32.dll +EXPORTS +SQLAllocConnect +SQLAllocEnv +SQLAllocStmt +SQLBindCol +SQLCancel +SQLColAttributes +SQLConnect +SQLDescribeCol +SQLDisconnect +SQLError +SQLExecDirect +SQLExecute +SQLFetch +SQLFreeConnect +SQLFreeEnv +SQLFreeStmt +SQLGetCursorName +SQLNumResultCols +SQLPrepare +SQLRowCount +SQLSetCursorName +SQLSetParam +SQLTransact +SQLAllocHandle +SQLBindParam +SQLCloseCursor +SQLColAttribute +SQLCopyDesc +SQLEndTran +SQLFetchScroll +SQLFreeHandle +SQLGetConnectAttr +SQLGetDescField +SQLGetDescRec +SQLGetDiagField +SQLGetDiagRec +SQLGetEnvAttr +SQLGetStmtAttr +SQLSetConnectAttr +SQLColumns +SQLDriverConnect +SQLGetConnectOption +SQLGetData +SQLGetFunctions +SQLGetInfo +SQLGetStmtOption +SQLGetTypeInfo +SQLParamData +SQLPutData +SQLSetConnectOption +SQLSetStmtOption +SQLSpecialColumns +SQLStatistics +SQLTables +SQLBrowseConnect +SQLColumnPrivileges +SQLDataSources +SQLDescribeParam +SQLExtendedFetch +SQLForeignKeys +SQLMoreResults +SQLNativeSql +SQLNumParams +SQLParamOptions +SQLPrimaryKeys +SQLProcedureColumns +SQLProcedures +SQLSetPos +SQLSetScrollOptions +SQLTablePrivileges +SQLDrivers +SQLBindParameter +SQLSetDescField +SQLSetDescRec +SQLSetEnvAttr +SQLSetStmtAttr +SQLAllocHandleStd +SQLBulkOperations +CloseODBCPerfData +CollectODBCPerfData +CursorLibLockDbc +CursorLibLockDesc +CursorLibLockStmt +ODBCGetTryWaitValue +CursorLibTransact +ODBCSetTryWaitValue +DllBidEntryPoint +GetODBCSharedData +LockHandle +MpHeapAlloc +MpHeapCompact +MpHeapCreate +MpHeapDestroy +MpHeapFree +MpHeapReAlloc +MpHeapSize +MpHeapValidate +ODBCInternalConnectW +OpenODBCPerfData +PostComponentError +PostODBCComponentError +PostODBCError +SQLCancelHandle +SQLCompleteAsync +SearchStatusCode +VFreeErrors +VRetrieveDriverErrorsRowCol +SQLColAttributesW +SQLConnectW +SQLDescribeColW +ValidateErrorQueue +SQLErrorW +SQLExecDirectW +g_hHeapMalloc DATA +SQLGetCursorNameW +SQLPrepareW +SQLSetCursorNameW +SQLColAttributeW +SQLGetConnectAttrW +SQLGetDescFieldW +SQLGetDescRecW +SQLGetDiagFieldW +SQLGetDiagRecW +SQLGetStmtAttrW +SQLSetConnectAttrW +SQLColumnsW +SQLDriverConnectW +SQLGetConnectOptionW +SQLGetInfoW +SQLGetTypeInfoW +SQLSetConnectOptionW +SQLSpecialColumnsW +SQLStatisticsW +SQLTablesW +SQLBrowseConnectW +SQLColumnPrivilegesW +SQLDataSourcesW +SQLForeignKeysW +SQLNativeSqlW +SQLPrimaryKeysW +SQLProcedureColumnsW +SQLProceduresW +SQLTablePrivilegesW +SQLDriversW +SQLSetDescFieldW +SQLSetStmtAttrW +SQLColAttributesA +SQLConnectA +SQLDescribeColA +SQLErrorA +SQLExecDirectA +SQLGetCursorNameA +SQLPrepareA +SQLSetCursorNameA +SQLColAttributeA +SQLGetConnectAttrA +SQLGetDescFieldA +SQLGetDescRecA +SQLGetDiagFieldA +SQLGetDiagRecA +SQLGetStmtAttrA +SQLSetConnectAttrA +SQLColumnsA +SQLDriverConnectA +SQLGetConnectOptionA +SQLGetInfoA +SQLGetTypeInfoA +SQLSetConnectOptionA +SQLSpecialColumnsA +SQLStatisticsA +SQLTablesA +SQLBrowseConnectA +SQLColumnPrivilegesA +SQLDataSourcesA +SQLForeignKeysA +SQLNativeSqlA +SQLPrimaryKeysA +SQLProcedureColumnsA +SQLProceduresA +SQLTablePrivilegesA +SQLDriversA +SQLSetDescFieldA +SQLSetStmtAttrA +ODBCQualifyFileDSNW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/odbccp32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/odbccp32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/odbccp32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/odbccp32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,65 @@ +; +; Exports of file ODBCCP32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ODBCCP32.dll +EXPORTS +SQLInstallDriver +SQLInstallDriverManager +SQLGetInstalledDrivers +SQLGetAvailableDrivers +SQLConfigDataSource +SQLRemoveDefaultDataSource +SQLWriteDSNToIni +SQLRemoveDSNFromIni +SQLInstallODBC +SQLManageDataSources +SQLCreateDataSource +SQLGetTranslator +SQLWritePrivateProfileString +SQLGetPrivateProfileString +SQLValidDSN +SQLRemoveDriverManager +SQLInstallTranslator +SQLRemoveTranslator +SQLRemoveDriver +SQLConfigDriver +SQLInstallerError +SQLPostInstallerError +SQLReadFileDSN +SQLWriteFileDSN +SQLInstallDriverEx +SQLGetConfigMode +SQLSetConfigMode +SQLInstallTranslatorEx +SQLCreateDataSourceEx +ODBCCPlApplet +SelectTransDlg +SQLInstallDriverW +SQLInstallDriverManagerW +SQLGetInstalledDriversW +SQLGetAvailableDriversW +SQLConfigDataSourceW +SQLWriteDSNToIniW +SQLRemoveDSNFromIniW +SQLInstallODBCW +SQLCreateDataSourceW +SQLGetTranslatorW +SQLWritePrivateProfileStringW +SQLGetPrivateProfileStringW +SQLValidDSNW +SQLInstallTranslatorW +SQLRemoveTranslatorW +SQLRemoveDriverW +SQLConfigDriverW +SQLInstallerErrorW +SQLPostInstallerErrorW +SQLReadFileDSNW +SQLWriteFileDSNW +SQLInstallDriverExW +SQLInstallTranslatorExW +SQLCreateDataSourceExW +SQLLoadDriverListBox +SQLLoadDataSourcesListBox diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ole32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/ole32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ole32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ole32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,531 @@ +#include "func.def.in" + +LIBRARY "ole32.dll" +EXPORTS +OleGetPackageClipboardOwner +CLIPFORMAT_UserFreeExt +CLIPFORMAT_UserMarshalExt +CLIPFORMAT_UserSizeExt +CLIPFORMAT_UserUnmarshalExt +CheckInitDde +CleanROTForApartment +ClipboardProcessUninitialize +DdeBindToObject +DestroyRunningObjectTable +FindExt +GetObjectFromRotByPath +HPALETTE_UserFreeExt +HPALETTE_UserMarshalExt +HPALETTE_UserSizeExt +HPALETTE_UserUnmarshalExt +HRGN_UserFree +HRGN_UserMarshal +HRGN_UserSize +HRGN_UserUnmarshal +HWND_UserFreeExt +HWND_UserMarshalExt +HWND_UserSizeExt +HWND_UserUnmarshalExt +MonikerLoadTypeLib +PropVariantChangeType +ReadStorageProperties +STGMEDIUM_UserFreeExt +STGMEDIUM_UserMarshalExt +STGMEDIUM_UserSizeExt +STGMEDIUM_UserUnmarshalExt +SetOleautModule +StdTypesGetClassObject +StdTypesRegisterServer +WriteStorageProperties +BindMoniker +CLIPFORMAT_UserFree +F64(CLIPFORMAT_UserFree64) +CLIPFORMAT_UserMarshal +F64(CLIPFORMAT_UserMarshal64) +CLIPFORMAT_UserSize +F64(CLIPFORMAT_UserSize64) +CLIPFORMAT_UserUnmarshal +F64(CLIPFORMAT_UserUnmarshal64) +CLSIDFromOle1Class +CLSIDFromProgID +CLSIDFromProgIDEx +CLSIDFromString +CoAddRefServerProcess +CoAicGetTokenForCOM +CoAllowSetForegroundWindow +CoAllowUnmarshalerCLSID +CoBuildVersion +CoCancelCall +CoCheckElevationEnabled +CoCopyProxy +CoCreateFreeThreadedMarshaler +CoCreateGuid +CoCreateInstance +CoCreateInstanceEx +CoCreateInstanceFromApp +CoCreateObjectInContext +CoDeactivateObject +CoDecodeProxy +CoDecrementMTAUsage +CoDisableCallCancellation +CoDisconnectContext +CoDisconnectObject +CoDosDateTimeToFileTime +CoEnableCallCancellation +CoFileTimeNow +CoFileTimeToDosDateTime +CoFreeAllLibraries +CoFreeLibrary +CoFreeUnusedLibraries +CoFreeUnusedLibrariesEx +CoGetActivationState +CoGetApartmentID +CoGetApartmentType +CoGetCallContext +CoGetCallState +CoGetCallerTID +CoGetCancelObject +CoGetClassObject +CoGetClassVersion +CoGetComCatalog +CoGetContextToken +CoGetCurrentLogicalThreadId +CoGetCurrentProcess +CoGetDefaultContext +CoGetInstanceFromFile +CoGetInstanceFromIStorage +CoGetInterceptor +CoGetInterceptorForOle32 +CoGetInterceptorFromTypeInfo +CoGetInterfaceAndReleaseStream +CoGetMalloc +CoGetMarshalSizeMax +CoGetModuleType +CoGetObject +CoGetObjectContext +CoGetPSClsid +CoGetProcessIdentifier +CoGetStandardMarshal +CoGetState +CoGetStdMarshalEx +CoGetSystemSecurityPermissions +CoGetSystemWow64DirectoryW +CoGetTreatAsClass +CoHandlePriorityEventsFromMessagePump +CoImpersonateClient +CoIncrementMTAUsage +CoInitialize +CoInitializeEx +CoInitializeSecurity +CoInitializeWOW +CoInstall +CoInvalidateRemoteMachineBindings +CoIsHandlerConnected +CoIsOle1Class +CoLoadLibrary +CoLockObjectExternal +CoMarshalHresult +CoMarshalInterThreadInterfaceInStream +CoMarshalInterface +CoPopServiceDomain +CoPushServiceDomain +CoQueryAuthenticationServices +CoQueryClientBlanket +CoQueryProxyBlanket +CoQueryReleaseObject +CoReactivateObject +CoRegisterActivationFilter +CoRegisterChannelHook +CoRegisterClassObject +CoRegisterInitializeSpy +CoRegisterMallocSpy +CoRegisterMessageFilter +CoRegisterPSClsid +CoRegisterSurrogate +CoRegisterSurrogateEx +CoReleaseMarshalData +CoReleaseServerProcess +CoResumeClassObjects +CoRetireServer +CoRevertToSelf +CoRevokeClassObject +CoRevokeInitializeSpy +CoRevokeMallocSpy +CoSetCancelObject +CoSetMessageDispatcher +CoSetProxyBlanket +CoSetState +CoSuspendClassObjects +CoSwitchCallContext +CoTaskMemAlloc +CoTaskMemFree +CoTaskMemRealloc +CoTestCancel +CoTreatAsClass +CoUninitialize +CoUnloadingWOW +CoUnmarshalHresult +CoUnmarshalInterface +CoVrfCheckThreadState +CoVrfGetThreadState +CoVrfReleaseThreadState +CoWaitForMultipleHandles +CoWaitForMultipleObjects +ComPs_NdrDllCanUnloadNow +ComPs_NdrDllGetClassObject +ComPs_NdrDllRegisterProxy +ComPs_NdrDllUnregisterProxy +CreateAntiMoniker +CreateBindCtx +CreateClassMoniker +CreateDataAdviseHolder +CreateDataCache +CreateErrorInfo +CreateFileMoniker +CreateGenericComposite +CreateILockBytesOnHGlobal +CreateItemMoniker +CreateObjrefMoniker +CreateOleAdviseHolder +CreatePointerMoniker +CreateStdProgressIndicator +CreateStreamOnHGlobal +DcomChannelSetHResult +DeletePatternAndExtensionTables +DllDebugObjectRPCHook +DllGetClassObjectWOW +DoDragDrop +DragDropSetFDT +EnableHookObject +FmtIdToPropStgName +FreePropVariantArray +GetActiveObjectExt +GetClassFile +GetConvertStg +GetDocumentBitStg +GetErrorInfo +GetHGlobalFromILockBytes +GetHGlobalFromStream +GetHookInterface +GetRunningObjectTable +HACCEL_UserFree +F64(HACCEL_UserFree64) +HACCEL_UserMarshal +F64(HACCEL_UserMarshal64) +HACCEL_UserSize +F64(HACCEL_UserSize64) +HACCEL_UserUnmarshal +F64(HACCEL_UserUnmarshal64) +HBITMAP_UserFree +F64(HBITMAP_UserFree64) +HBITMAP_UserMarshal +F64(HBITMAP_UserMarshal64) +HBITMAP_UserSize +F64(HBITMAP_UserSize64) +HBITMAP_UserUnmarshal +F64(HBITMAP_UserUnmarshal64) +HBRUSH_UserFree +F64(HBRUSH_UserFree64) +HBRUSH_UserMarshal +F64(HBRUSH_UserMarshal64) +HBRUSH_UserSize +F64(HBRUSH_UserSize64) +HBRUSH_UserUnmarshal +F64(HBRUSH_UserUnmarshal64) +HDC_UserFree +F64(HDC_UserFree64) +HDC_UserMarshal +F64(HDC_UserMarshal64) +HDC_UserSize +F64(HDC_UserSize64) +HDC_UserUnmarshal +F64(HDC_UserUnmarshal64) +HENHMETAFILE_UserFree +F64(HENHMETAFILE_UserFree64) +HENHMETAFILE_UserMarshal +F64(HENHMETAFILE_UserMarshal64) +HENHMETAFILE_UserSize +F64(HENHMETAFILE_UserSize64) +HENHMETAFILE_UserUnmarshal +F64(HENHMETAFILE_UserUnmarshal64) +HGLOBAL_UserFree +F64(HGLOBAL_UserFree64) +HGLOBAL_UserMarshal +F64(HGLOBAL_UserMarshal64) +HGLOBAL_UserSize +F64(HGLOBAL_UserSize64) +HGLOBAL_UserUnmarshal +F64(HGLOBAL_UserUnmarshal64) +HICON_UserFree +F64(HICON_UserFree64) +HICON_UserMarshal +F64(HICON_UserMarshal64) +HICON_UserSize +F64(HICON_UserSize64) +HICON_UserUnmarshal +F64(HICON_UserUnmarshal64) +HMENU_UserFree +F64(HMENU_UserFree64) +HMENU_UserMarshal +F64(HMENU_UserMarshal64) +HMENU_UserSize +F64(HMENU_UserSize64) +HMENU_UserUnmarshal +F64(HMENU_UserUnmarshal64) +HMETAFILEPICT_UserFree +F64(HMETAFILEPICT_UserFree64) +HMETAFILEPICT_UserMarshal +F64(HMETAFILEPICT_UserMarshal64) +HMETAFILEPICT_UserSize +F64(HMETAFILEPICT_UserSize64) +HMETAFILEPICT_UserUnmarshal +F64(HMETAFILEPICT_UserUnmarshal64) +HMETAFILE_UserFree +F64(HMETAFILE_UserFree64) +HMETAFILE_UserMarshal +F64(HMETAFILE_UserMarshal64) +HMETAFILE_UserSize +F64(HMETAFILE_UserSize64) +HMETAFILE_UserUnmarshal +F64(HMETAFILE_UserUnmarshal64) +HMONITOR_UserFree +F64(HMONITOR_UserFree64) +HMONITOR_UserMarshal +F64(HMONITOR_UserMarshal64) +HMONITOR_UserSize +F64(HMONITOR_UserSize64) +HMONITOR_UserUnmarshal +F64(HMONITOR_UserUnmarshal64) +HPALETTE_UserFree +F64(HPALETTE_UserFree64) +HPALETTE_UserMarshal +F64(HPALETTE_UserMarshal64) +HPALETTE_UserSize +F64(HPALETTE_UserSize64) +HPALETTE_UserUnmarshal +F64(HPALETTE_UserUnmarshal64) +HWND_UserFree +F64(HWND_UserFree64) +HWND_UserMarshal +F64(HWND_UserMarshal64) +HWND_UserSize +F64(HWND_UserSize64) +HWND_UserUnmarshal +F64(HWND_UserUnmarshal64) +HkOleRegisterObject +IIDFromString +IsAccelerator +IsEqualGUID +IsRoInitializeASTAAllowedInDesktop +IsValidIid +IsValidInterface +IsValidPtrIn +IsValidPtrOut +MkParseDisplayName +MonikerCommonPrefixWith +MonikerRelativePathTo +NdrOleInitializeExtension +NdrProxyForwardingFunction10 +NdrProxyForwardingFunction11 +NdrProxyForwardingFunction12 +NdrProxyForwardingFunction13 +NdrProxyForwardingFunction14 +NdrProxyForwardingFunction15 +NdrProxyForwardingFunction16 +NdrProxyForwardingFunction17 +NdrProxyForwardingFunction18 +NdrProxyForwardingFunction19 +NdrProxyForwardingFunction20 +NdrProxyForwardingFunction21 +NdrProxyForwardingFunction22 +NdrProxyForwardingFunction23 +NdrProxyForwardingFunction24 +NdrProxyForwardingFunction25 +NdrProxyForwardingFunction26 +NdrProxyForwardingFunction27 +NdrProxyForwardingFunction28 +NdrProxyForwardingFunction29 +NdrProxyForwardingFunction3 +NdrProxyForwardingFunction30 +NdrProxyForwardingFunction31 +NdrProxyForwardingFunction32 +NdrProxyForwardingFunction4 +NdrProxyForwardingFunction5 +NdrProxyForwardingFunction6 +NdrProxyForwardingFunction7 +NdrProxyForwardingFunction8 +NdrProxyForwardingFunction9 +ObjectStublessClient10 +ObjectStublessClient11 +ObjectStublessClient12 +ObjectStublessClient13 +ObjectStublessClient14 +ObjectStublessClient15 +ObjectStublessClient16 +ObjectStublessClient17 +ObjectStublessClient18 +ObjectStublessClient19 +ObjectStublessClient20 +ObjectStublessClient21 +ObjectStublessClient22 +ObjectStublessClient23 +ObjectStublessClient24 +ObjectStublessClient25 +ObjectStublessClient26 +ObjectStublessClient27 +ObjectStublessClient28 +ObjectStublessClient29 +ObjectStublessClient3 +ObjectStublessClient30 +ObjectStublessClient31 +ObjectStublessClient32 +ObjectStublessClient4 +ObjectStublessClient5 +ObjectStublessClient6 +ObjectStublessClient7 +ObjectStublessClient8 +ObjectStublessClient9 +Ole32DllGetClassObject +OleBuildVersion +OleConvertIStorageToOLESTREAM +OleConvertIStorageToOLESTREAMEx +OleConvertOLESTREAMToIStorage +OleConvertOLESTREAMToIStorageEx +OleCreate +OleCreateDefaultHandler +OleCreateEmbeddingHelper +OleCreateEx +OleCreateFontIndirectExt +OleCreateFromData +OleCreateFromDataEx +OleCreateFromFile +OleCreateFromFileEx +OleCreateLink +OleCreateLinkEx +OleCreateLinkFromData +OleCreateLinkFromDataEx +OleCreateLinkToFile +OleCreateLinkToFileEx +OleCreateMenuDescriptor +OleCreatePictureIndirectExt +OleCreatePropertyFrameIndirectExt +OleCreateStaticFromData +OleDestroyMenuDescriptor +OleDoAutoConvert +OleDraw +OleDuplicateData +OleFlushClipboard +OleGetAutoConvert +OleGetClipboard +OleGetIconOfClass +OleGetIconOfFile +OleIconToCursorExt +OleInitialize +OleInitializeWOW +OleIsCurrentClipboard +OleIsRunning +OleLoad +OleLoadFromStream +OleLoadPictureExt +OleLoadPictureFileExt +OleLoadPicturePathExt +OleLockRunning +OleMetafilePictFromIconAndLabel +OleNoteObjectVisible +OleQueryCreateFromData +OleQueryLinkFromData +OleRegEnumFormatEtc +OleRegEnumVerbs +OleRegGetMiscStatus +OleRegGetUserType +OleReleaseEnumVerbCache +OleRun +OleSave +OleSavePictureFileExt +OleSaveToStream +OleSetAutoConvert +OleSetClipboard +OleSetContainedObject +OleSetMenuDescriptor +OleTranslateAccelerator +OleTranslateColorExt +OleUninitialize +OpenOrCreateStream +ProgIDFromCLSID +PropStgNameToFmtId +PropSysAllocString +PropSysFreeString +PropVariantClear +PropVariantCopy +ReadClassStg +ReadClassStm +ReadFmtUserTypeStg +ReadOleStg +ReadStringStream +RegisterActiveObjectExt +RegisterDragDrop +ReleaseStgMedium +RevokeActiveObjectExt +RevokeDragDrop +RoGetAgileReference +SNB_UserFree +F64(SNB_UserFree64) +SNB_UserMarshal +F64(SNB_UserMarshal64) +SNB_UserSize +F64(SNB_UserSize64) +SNB_UserUnmarshal +F64(SNB_UserUnmarshal64) +STGMEDIUM_UserFree +F64(STGMEDIUM_UserFree64) +STGMEDIUM_UserMarshal +F64(STGMEDIUM_UserMarshal64) +STGMEDIUM_UserSize +F64(STGMEDIUM_UserSize64) +STGMEDIUM_UserUnmarshal +F64(STGMEDIUM_UserUnmarshal64) +SetConvertStg +SetDocumentBitStg +SetErrorInfo +SetWOWThunkGlobalPtr +StgConvertPropertyToVariant +StgConvertVariantToProperty +StgCreateDocfile +StgCreateDocfileOnILockBytes +StgCreatePropSetStg +StgCreatePropStg +StgCreateStorageEx +StgGetIFillLockBytesOnFile +StgGetIFillLockBytesOnILockBytes +StgIsStorageFile +StgIsStorageILockBytes +StgOpenAsyncDocfileOnIFillLockBytes +StgOpenPropStg +StgOpenStorage +StgOpenStorageEx +StgOpenStorageOnHandle +StgOpenStorageOnILockBytes +StgPropertyLengthAsVariant +StgSetTimes +StringFromCLSID +StringFromGUID2 +StringFromIID +UpdateDCOMSettings +UpdateProcessTracing +UtConvertDvtd16toDvtd32 +UtConvertDvtd32toDvtd16 +UtGetDvtd16Info +UtGetDvtd32Info +WdtpInterfacePointer_UserFree +F64(WdtpInterfacePointer_UserFree64) +WdtpInterfacePointer_UserMarshal +F64(WdtpInterfacePointer_UserMarshal64) +WdtpInterfacePointer_UserSize +F64(WdtpInterfacePointer_UserSize64) +WdtpInterfacePointer_UserUnmarshal +F64(WdtpInterfacePointer_UserUnmarshal64) +WriteClassStg +WriteClassStm +WriteFmtUserTypeStg +WriteOleStg +WriteStringStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/oleacc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/oleacc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/oleacc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/oleacc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +; +; Definition file of OLEACC.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "OLEACC.dll" +EXPORTS +AccGetRunningUtilityState +AccNotifyTouchInteraction +AccSetRunningUtilityState +AccessibleChildren +AccessibleObjectFromEvent +AccessibleObjectFromPoint +AccessibleObjectFromWindow +AccessibleObjectFromWindowTimeout +CreateStdAccessibleObject +CreateStdAccessibleProxyA +CreateStdAccessibleProxyW +GetOleaccVersionInfo +GetProcessHandleFromHwnd +GetRoleTextA +GetRoleTextW +GetStateTextA +GetStateTextW +IID_IAccessible +IID_IAccessibleHandler +LIBID_Accessibility +LresultFromObject +ObjectFromLresult +PropMgrClient_LookupProp +WindowFromAccessibleObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/oleaut32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/oleaut32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/oleaut32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/oleaut32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,417 @@ +#include "func.def.in" + +LIBRARY "OLEAUT32.dll" +EXPORTS +SysAllocString +SysReAllocString +SysAllocStringLen +SysReAllocStringLen +SysFreeString +SysStringLen +VariantInit +VariantClear +VariantCopy +VariantCopyInd +VariantChangeType +VariantTimeToDosDateTime +DosDateTimeToVariantTime +SafeArrayCreate +SafeArrayDestroy +SafeArrayGetDim +SafeArrayGetElemsize +SafeArrayGetUBound +SafeArrayGetLBound +SafeArrayLock +SafeArrayUnlock +SafeArrayAccessData +SafeArrayUnaccessData +SafeArrayGetElement +SafeArrayPutElement +SafeArrayCopy +DispGetParam +DispGetIDsOfNames +DispInvoke +CreateDispTypeInfo +CreateStdDispatch +RegisterActiveObject +RevokeActiveObject +GetActiveObject +SafeArrayAllocDescriptor +SafeArrayAllocData +SafeArrayDestroyDescriptor +SafeArrayDestroyData +SafeArrayRedim +SafeArrayAllocDescriptorEx +SafeArrayCreateEx +SafeArrayCreateVectorEx +SafeArraySetRecordInfo +SafeArrayGetRecordInfo +VarParseNumFromStr +VarNumFromParseNum +VarI2FromUI1 +VarI2FromI4 +VarI2FromR4 +VarI2FromR8 +VarI2FromCy +VarI2FromDate +VarI2FromStr +VarI2FromDisp +VarI2FromBool +SafeArraySetIID +VarI4FromUI1 +VarI4FromI2 +VarI4FromR4 +VarI4FromR8 +VarI4FromCy +VarI4FromDate +VarI4FromStr +VarI4FromDisp +VarI4FromBool +SafeArrayGetIID +VarR4FromUI1 +VarR4FromI2 +VarR4FromI4 +VarR4FromR8 +VarR4FromCy +VarR4FromDate +VarR4FromStr +VarR4FromDisp +VarR4FromBool +SafeArrayGetVartype +VarR8FromUI1 +VarR8FromI2 +VarR8FromI4 +VarR8FromR4 +VarR8FromCy +VarR8FromDate +VarR8FromStr +VarR8FromDisp +VarR8FromBool +VarFormat +VarDateFromUI1 +VarDateFromI2 +VarDateFromI4 +VarDateFromR4 +VarDateFromR8 +VarDateFromCy +VarDateFromStr +VarDateFromDisp +VarDateFromBool +VarFormatDateTime +VarCyFromUI1 +VarCyFromI2 +VarCyFromI4 +VarCyFromR4 +VarCyFromR8 +VarCyFromDate +VarCyFromStr +VarCyFromDisp +VarCyFromBool +VarFormatNumber +VarBstrFromUI1 +VarBstrFromI2 +VarBstrFromI4 +VarBstrFromR4 +VarBstrFromR8 +VarBstrFromCy +VarBstrFromDate +VarBstrFromDisp +VarBstrFromBool +VarFormatPercent +VarBoolFromUI1 +VarBoolFromI2 +VarBoolFromI4 +VarBoolFromR4 +VarBoolFromR8 +VarBoolFromDate +VarBoolFromCy +VarBoolFromStr +VarBoolFromDisp +VarFormatCurrency +VarWeekdayName +VarMonthName +VarUI1FromI2 +VarUI1FromI4 +VarUI1FromR4 +VarUI1FromR8 +VarUI1FromCy +VarUI1FromDate +VarUI1FromStr +VarUI1FromDisp +VarUI1FromBool +VarFormatFromTokens +VarTokenizeFormatString +VarAdd +VarAnd +VarDiv +F_64(BSTR_UserFree64) +F_64(BSTR_UserMarshal64) +DispCallFunc +VariantChangeTypeEx +SafeArrayPtrOfIndex +SysStringByteLen +SysAllocStringByteLen +F_64(BSTR_UserSize64) +VarEqv +VarIdiv +VarImp +VarMod +VarMul +VarOr +VarPow +VarSub +CreateTypeLib +LoadTypeLib +LoadRegTypeLib +RegisterTypeLib +QueryPathOfRegTypeLib +LHashValOfNameSys +LHashValOfNameSysA +VarXor +VarAbs +VarFix +OaBuildVersion +ClearCustData +VarInt +VarNeg +VarNot +VarRound +VarCmp +VarDecAdd +VarDecDiv +VarDecMul +CreateTypeLib2 +VarDecSub +VarDecAbs +LoadTypeLibEx +SystemTimeToVariantTime +VariantTimeToSystemTime +UnRegisterTypeLib +VarDecFix +VarDecInt +VarDecNeg +VarDecFromUI1 +VarDecFromI2 +VarDecFromI4 +VarDecFromR4 +VarDecFromR8 +VarDecFromDate +VarDecFromCy +VarDecFromStr +VarDecFromDisp +VarDecFromBool +GetErrorInfo +SetErrorInfo +CreateErrorInfo +VarDecRound +VarDecCmp +VarI2FromI1 +VarI2FromUI2 +VarI2FromUI4 +VarI2FromDec +VarI4FromI1 +VarI4FromUI2 +VarI4FromUI4 +VarI4FromDec +VarR4FromI1 +VarR4FromUI2 +VarR4FromUI4 +VarR4FromDec +VarR8FromI1 +VarR8FromUI2 +VarR8FromUI4 +VarR8FromDec +VarDateFromI1 +VarDateFromUI2 +VarDateFromUI4 +VarDateFromDec +VarCyFromI1 +VarCyFromUI2 +VarCyFromUI4 +VarCyFromDec +VarBstrFromI1 +VarBstrFromUI2 +VarBstrFromUI4 +VarBstrFromDec +VarBoolFromI1 +VarBoolFromUI2 +VarBoolFromUI4 +VarBoolFromDec +VarUI1FromI1 +VarUI1FromUI2 +VarUI1FromUI4 +VarUI1FromDec +VarDecFromI1 +VarDecFromUI2 +VarDecFromUI4 +VarI1FromUI1 +VarI1FromI2 +VarI1FromI4 +VarI1FromR4 +VarI1FromR8 +VarI1FromDate +VarI1FromCy +VarI1FromStr +VarI1FromDisp +VarI1FromBool +VarI1FromUI2 +VarI1FromUI4 +VarI1FromDec +VarUI2FromUI1 +VarUI2FromI2 +VarUI2FromI4 +VarUI2FromR4 +VarUI2FromR8 +VarUI2FromDate +VarUI2FromCy +VarUI2FromStr +VarUI2FromDisp +VarUI2FromBool +VarUI2FromI1 +VarUI2FromUI4 +VarUI2FromDec +VarUI4FromUI1 +VarUI4FromI2 +VarUI4FromI4 +VarUI4FromR4 +VarUI4FromR8 +VarUI4FromDate +VarUI4FromCy +VarUI4FromStr +VarUI4FromDisp +VarUI4FromBool +VarUI4FromI1 +VarUI4FromUI2 +VarUI4FromDec +BSTR_UserSize +BSTR_UserMarshal +BSTR_UserUnmarshal +BSTR_UserFree +VARIANT_UserSize +VARIANT_UserMarshal +VARIANT_UserUnmarshal +VARIANT_UserFree +LPSAFEARRAY_UserSize +LPSAFEARRAY_UserMarshal +LPSAFEARRAY_UserUnmarshal +LPSAFEARRAY_UserFree +LPSAFEARRAY_Size +LPSAFEARRAY_Marshal +LPSAFEARRAY_Unmarshal +VarDecCmpR8 +VarCyAdd +F_64(BSTR_UserUnmarshal64) +DllCanUnloadNow +DllGetClassObject +OACreateTypeLib2 +VarCyMul +VarCyMulI4 +VarCySub +VarCyAbs +VarCyFix +VarCyInt +VarCyNeg +VarCyRound +VarCyCmp +VarCyCmpR8 +VarBstrCat +VarBstrCmp +VarR8Pow +VarR4CmpR8 +VarR8Round +VarCat +VarDateFromUdateEx +DllRegisterServer +DllUnregisterServer +GetRecordInfoFromGuids +GetRecordInfoFromTypeInfo +F_64(LPSAFEARRAY_UserFree64) +SetVarConversionLocaleSetting +GetVarConversionLocaleSetting +SetOaNoCache +F_64(LPSAFEARRAY_UserMarshal64) +VarCyMulI8 +VarDateFromUdate +VarUdateFromDate +GetAltMonthNames +VarI8FromUI1 +VarI8FromI2 +VarI8FromR4 +VarI8FromR8 +VarI8FromCy +VarI8FromDate +VarI8FromStr +VarI8FromDisp +VarI8FromBool +VarI8FromI1 +VarI8FromUI2 +VarI8FromUI4 +VarI8FromDec +VarI2FromI8 +VarI2FromUI8 +VarI4FromI8 +VarI4FromUI8 +F_64(LPSAFEARRAY_UserSize64) +F_64(LPSAFEARRAY_UserUnmarshal64) +OACreateTypeLib2 +F_64(VARIANT_UserFree64) +F_64(VARIANT_UserMarshal64) +F_64(VARIANT_UserSize64) +F_64(VARIANT_UserUnmarshal64) +VarR4FromI8 +VarR4FromUI8 +VarR8FromI8 +VarR8FromUI8 +VarDateFromI8 +VarDateFromUI8 +VarCyFromI8 +VarCyFromUI8 +VarBstrFromI8 +VarBstrFromUI8 +VarBoolFromI8 +VarBoolFromUI8 +VarUI1FromI8 +VarUI1FromUI8 +VarDecFromI8 +VarDecFromUI8 +VarI1FromI8 +VarI1FromUI8 +VarUI2FromI8 +VarUI2FromUI8 +OleLoadPictureEx +OleLoadPictureFileEx +SafeArrayCreateVector +SafeArrayCopyData +VectorFromBstr +BstrFromVector +OleIconToCursor +OleCreatePropertyFrameIndirect +OleCreatePropertyFrame +OleLoadPicture +OleCreatePictureIndirect +OleCreateFontIndirect +OleTranslateColor +OleLoadPictureFile +OleSavePictureFile +OleLoadPicturePath +VarUI4FromI8 +VarUI4FromUI8 +VarI8FromUI8 +VarUI8FromI8 +VarUI8FromUI1 +VarUI8FromI2 +VarUI8FromR4 +VarUI8FromR8 +VarUI8FromCy +VarUI8FromDate +VarUI8FromStr +VarUI8FromDisp +VarUI8FromBool +VarUI8FromI1 +VarUI8FromUI2 +VarUI8FromUI4 +VarUI8FromDec +RegisterTypeLibForUser +UnRegisterTypeLibForUser +OaEnablePerUserTLibRegistration +OACleanup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/oledlg.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/oledlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/oledlg.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/oledlg.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,30 @@ +; +; Definition file of oledlg.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "oledlg.dll" +EXPORTS +OleUIAddVerbMenuA +OleUICanConvertOrActivateAs +OleUIInsertObjectA +OleUIPasteSpecialA +OleUIEditLinksA +OleUIChangeIconA +OleUIConvertA +OleUIBusyA +OleUIUpdateLinksA +OleUIPromptUserA +OleUIObjectPropertiesA +OleUIChangeSourceA +OleUIAddVerbMenuW +OleUIBusyW +OleUIChangeIconW +OleUIChangeSourceW +OleUIConvertW +OleUIEditLinksW +OleUIInsertObjectW +OleUIObjectPropertiesW +OleUIPasteSpecialW +OleUIPromptUserW +OleUIUpdateLinksW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/osuninst.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/osuninst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/osuninst.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/osuninst.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Exports of file OSUNINST.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY OSUNINST.dll +EXPORTS +ExecuteUninstall +GetUninstallImageSize +IsUninstallImageValid +ProvideUiAlerts +RemoveUninstallImage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/p2p.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/p2p.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/p2p.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/p2p.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,119 @@ +; +; Definition file of P2P.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "P2P.dll" +EXPORTS +PeerGroupHandlePowerEvent +PeerCollabAddContact +PeerCollabAsyncInviteContact +PeerCollabAsyncInviteEndpoint +PeerCollabCancelInvitation +PeerCollabCloseHandle +PeerCollabDeleteContact +PeerCollabDeleteEndpointData +PeerCollabDeleteObject +PeerCollabEnumApplicationRegistrationInfo +PeerCollabEnumApplications +PeerCollabEnumContacts +PeerCollabEnumEndpoints +PeerCollabEnumObjects +PeerCollabEnumPeopleNearMe +PeerCollabExportContact +PeerCollabGetAppLaunchInfo +PeerCollabGetApplicationRegistrationInfo +PeerCollabGetContact +PeerCollabGetEndpointName +PeerCollabGetEventData +PeerCollabGetInvitationResponse +PeerCollabGetPresenceInfo +PeerCollabGetSigninOptions +PeerCollabInviteContact +PeerCollabInviteEndpoint +PeerCollabParseContact +PeerCollabQueryContactData +PeerCollabRefreshEndpointData +PeerCollabRegisterApplication +PeerCollabRegisterEvent +PeerCollabSetEndpointName +PeerCollabSetObject +PeerCollabSetPresenceInfo +PeerCollabShutdown +PeerCollabSignin +PeerCollabSignout +PeerCollabStartup +PeerCollabSubscribeEndpointData +PeerCollabUnregisterApplication +PeerCollabUnregisterEvent +PeerCollabUnsubscribeEndpointData +PeerCollabUpdateContact +PeerCreatePeerName +PeerEndEnumeration +PeerEnumGroups +PeerEnumIdentities +PeerFreeData +PeerGetItemCount +PeerGetNextItem +PeerGroupAddRecord +PeerGroupClose +PeerGroupCloseDirectConnection +PeerGroupConnect +PeerGroupConnectByAddress +PeerGroupCreate +PeerGroupCreateInvitation +PeerGroupCreatePasswordInvitation +PeerGroupDelete +PeerGroupDeleteRecord +PeerGroupEnumConnections +PeerGroupEnumMembers +PeerGroupEnumRecords +PeerGroupExportConfig +PeerGroupExportDatabase +PeerGroupGetEventData +PeerGroupGetProperties +PeerGroupGetRecord +PeerGroupGetStatus +PeerGroupImportConfig +PeerGroupImportDatabase +PeerGroupIssueCredentials +PeerGroupJoin +PeerGroupOpen +PeerGroupOpenDirectConnection +PeerGroupParseInvitation +PeerGroupPasswordJoin +PeerGroupPeerTimeToUniversalTime +PeerGroupRegisterEvent +PeerGroupResumePasswordAuthentication +PeerGroupSearchRecords +PeerGroupSendData +PeerGroupSetProperties +PeerGroupShutdown +PeerGroupStartup +PeerGroupUniversalTimeToPeerTime +PeerGroupUnregisterEvent +PeerGroupUpdateRecord +PeerHostNameToPeerName +PeerIdentityCreate +PeerIdentityDelete +PeerIdentityExport +PeerIdentityGetCert +PeerIdentityGetCryptKey +PeerIdentityGetDefault +PeerIdentityGetFriendlyName +PeerIdentityGetXML +PeerIdentityImport +PeerIdentitySetFriendlyName +PeerNameToPeerHostName +PeerPnrpEndResolve +PeerPnrpGetCloudInfo +PeerPnrpGetEndpoint +PeerPnrpRegister +PeerPnrpResolve +PeerPnrpShutdown +PeerPnrpStartResolve +PeerPnrpStartup +PeerPnrpUnregister +PeerPnrpUpdateRegistration +PeerSSPAddCredentials +PeerSSPRemoveCredentials diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/p2pgraph.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/p2pgraph.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/p2pgraph.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/p2pgraph.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,47 @@ +; +; Definition file of P2PGRAPH.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "P2PGRAPH.dll" +EXPORTS +PeerGraphForceStopPresencePrivate +pMemoryHelper DATA +PeerGraphAddRecord +PeerGraphClose +PeerGraphCloseDirectConnection +PeerGraphConnect +PeerGraphCreate +PeerGraphDelete +PeerGraphDeleteRecord +PeerGraphEndEnumeration +PeerGraphEnumConnections +PeerGraphEnumNodes +PeerGraphEnumRecords +PeerGraphExportDatabase +PeerGraphFreeData +PeerGraphGetEventData +PeerGraphGetItemCount +PeerGraphGetNextItem +PeerGraphGetNodeInfo +PeerGraphGetProperties +PeerGraphGetRecord +PeerGraphGetStatus +PeerGraphImportDatabase +PeerGraphListen +PeerGraphOpen +PeerGraphOpenDirectConnection +PeerGraphPeerTimeToUniversalTime +PeerGraphRegisterEvent +PeerGraphSearchRecords +PeerGraphSendData +PeerGraphSetNodeAttributes +PeerGraphSetPresence +PeerGraphSetProperties +PeerGraphShutdown +PeerGraphStartup +PeerGraphSuspendTimers +PeerGraphUniversalTimeToPeerTime +PeerGraphUnregisterEvent +PeerGraphUpdateRecord +PeerGraphValidateDeferredRecords diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/pcwum.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/pcwum.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/pcwum.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/pcwum.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +; +; Definition file of pcwum.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "pcwum.dll" +EXPORTS +PcwAddQueryItem +PcwClearCounterSetSecurity +PcwCollectData +PcwCompleteNotification +PcwCreateNotifier +PcwCreateQuery +PcwDisconnectCounterSet +PcwEnumerateInstances +PcwIsNotifierAlive +PcwQueryCounterSetSecurity +PcwReadNotificationData +PcwRegisterCounterSet +PcwRemoveQueryItem +PcwSendNotification +PcwSendStatelessNotification +PcwSetCounterSetSecurity +PcwSetQueryItemUserData +PerfCreateInstance +PerfDecrementULongCounterValue +PerfDecrementULongLongCounterValue +PerfDeleteInstance +PerfIncrementULongCounterValue +PerfIncrementULongLongCounterValue +PerfQueryInstance +PerfSetCounterRefValue +PerfSetCounterSetInfo +PerfSetULongCounterValue +PerfSetULongLongCounterValue +PerfStartProvider +PerfStartProviderEx +PerfStopProvider +StmAlignSize +StmAllocateFlat +StmCoalesceChunks +StmDeinitialize +StmInitialize +StmReduceSize +StmReserve +StmWrite diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfctrs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfctrs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfctrs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +; +; Exports of file perfctrs.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY perfctrs.dll +EXPORTS +OpenNbfPerformanceData +CollectNbfPerformanceData +CloseNbfPerformanceData +OpenTcpIpPerformanceData +CollectTcpIpPerformanceData +CloseTcpIpPerformanceData +OpenIPXPerformanceData +CollectIPXPerformanceData +CloseIPXPerformanceData +OpenSPXPerformanceData +CollectSPXPerformanceData +CloseSPXPerformanceData +OpenNWNBPerformanceData +CollectNWNBPerformanceData +CloseNWNBPerformanceData +OpenDhcpPerformanceData +CollectDhcpPerformanceData +CloseDhcpPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfdisk.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfdisk.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfdisk.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file PerfDisk.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PerfDisk.dll +EXPORTS +CloseDiskObject +CollectDiskObjectData +OpenDiskObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfnet.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfnet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfnet.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfnet.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file PerfNet.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PerfNet.dll +EXPORTS +CloseNetSvcsObject +CollectNetSvcsObjectData +OpenNetSvcsObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfos.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfos.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfos.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfos.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file PerfOS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PerfOS.dll +EXPORTS +CloseOSObject +CollectOSObjectData +OpenOSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfproc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfproc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfproc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfproc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file PerfProc.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PerfProc.dll +EXPORTS +CloseSysProcessObject +CollectSysProcessObjectData +OpenSysProcessObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfts.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfts.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/perfts.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/perfts.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file PerfTS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PerfTS.dll +EXPORTS +CloseTSObject +CollectTSObjectData +OpenTSObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/photowiz.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/photowiz.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/photowiz.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/photowiz.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Exports of file PHOTOWIZ.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PHOTOWIZ.dll +EXPORTS +UsePPWForPrintTo +DllCanUnloadNow +DllGetClassObject +DllInstall +DllMain +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/psapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/psapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/psapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/psapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,34 @@ +; +; Definition file of PSAPI.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "PSAPI.DLL" +EXPORTS +EmptyWorkingSet +EnumDeviceDrivers +EnumPageFilesA +EnumPageFilesW +EnumProcessModules +EnumProcessModulesEx +EnumProcesses +GetDeviceDriverBaseNameA +GetDeviceDriverBaseNameW +GetDeviceDriverFileNameA +GetDeviceDriverFileNameW +GetMappedFileNameA +GetMappedFileNameW +GetModuleBaseNameA +GetModuleBaseNameW +GetModuleFileNameExA +GetModuleFileNameExW +GetModuleInformation +GetPerformanceInfo +GetProcessImageFileNameA +GetProcessImageFileNameW +GetProcessMemoryInfo +GetWsChanges +GetWsChangesEx +InitializeProcessForWsWatch +QueryWorkingSet +QueryWorkingSetEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/pstorec.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/pstorec.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/pstorec.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/pstorec.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file PSTOREC.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY PSTOREC.DLL +EXPORTS +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +PStoreCreateInstance +PStoreEnumProviders diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/qutil.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/qutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/qutil.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/qutil.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Definition file of QUtil.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "QUtil.dll" +EXPORTS +AllocConnections +AllocCountedString +AllocFixupInfo +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +FreeConnections +FreeCountedString +FreeFixupInfo +FreeIsolationInfo +FreeIsolationInfoEx +FreeNapComponentRegistrationInfoArray +FreeNetworkSoH +FreePrivateData +FreeSoH +FreeSoHAttributeValue +FreeSystemHealthAgentState +InitializeNapAgentNotifier +UninitializeNapAgentNotifier diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/qwave.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/qwave.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/qwave.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/qwave.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of qwave.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "qwave.dll" +EXPORTS +QDLHPathDiagnostics +QDLHStartDiagnosingPath +QOSAddSocketToFlow +QOSCancel +QOSCloseHandle +QOSCreateHandle +QOSEnumerateFlows +QOSNotifyFlow +QOSQueryFlow +QOSRemoveSocketFromFlow +QOSSetFlow +QOSStartTrackingClient +QOSStopTrackingClient +ServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasadhlp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasadhlp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasadhlp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasadhlp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file rasadhlp.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rasadhlp.dll +EXPORTS +AcsHlpAttemptConnection +AcsHlpNbConnection +AcsHlpNoteNewConnection +WSAttemptAutodialAddr +WSAttemptAutodialName +WSNoteSuccessfulHostentLookup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasauto.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasauto.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasauto.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasauto.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file rasauto.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rasauto.dll +EXPORTS +ServiceMain +SetAddressDisabledEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/raschap.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/raschap.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/raschap.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/raschap.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Definition file of RASCHAP.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "RASCHAP.dll" +EXPORTS +RasEapCreateConnectionProperties2 +RasEapCreateConnectionPropertiesXml +RasEapCreateUserProperties2 +RasCpEnumProtocolIds +RasCpGetInfo +RasEapCreateConnectionProperties +RasEapCreateMethodConfiguration +RasEapCreateUserProperties +RasEapFreeMemory +RasEapGetConfigBlobAndUserBlob +RasEapGetCredentials +RasEapGetIdentity +RasEapGetIdentityPageGuid +RasEapGetInfo +RasEapGetMethodProperties +RasEapGetNextPageGuid +RasEapInvokeConfigUI +RasEapInvokeInteractiveUI +RasEapQueryCredentialInputFields +RasEapQueryInteractiveUIInputFields +RasEapQueryUIBlobFromInteractiveUIInputFields +RasEapQueryUserBlobFromCredentialInputFields diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasctrs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasctrs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasctrs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasctrs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file rasctrs.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rasctrs.dll +EXPORTS +OpenRasPerformanceData +CollectRasPerformanceData +CloseRasPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasmontr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasmontr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasmontr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasmontr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file RASMONTR.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RASMONTR.dll +EXPORTS +GetDiagnosticFunctions +InitHelperDll +RutlAlloc +RutlAssignmentFromTokenAndDword +RutlAssignmentFromTokens +RutlCloseDumpFile +RutlCreateDumpFile +RutlDwordDup +RutlFree +RutlGetOsVersion +RutlGetTagToken +RutlIsHelpToken +RutlParse +RutlStrDup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasmxs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasmxs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasmxs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasmxs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Exports of file rasmxs.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rasmxs.dll +EXPORTS +DeviceConnect +DeviceDone +DeviceEnum +DeviceGetInfo +DeviceListen +DeviceSetInfo +DeviceWork diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasser.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasser.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rasser.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rasser.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Exports of file rasser.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rasser.dll +EXPORTS +PortChangeCallback +PortClearStatistics +PortClose +PortCompressionSetInfo +PortConnect +PortDisconnect +PortEnum +PortGetInfo +PortGetPortState +PortGetStatistics +PortInit +PortOpen +PortReceive +PortReceiveComplete +PortSend +PortSetFraming +PortSetINetCfg +PortSetInfo +PortTestSignalState diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rastapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rastapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rastapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rastapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +; +; Definition file of rastapi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "rastapi.dll" +EXPORTS +AddPorts +CheckRasmanDependency +DeviceConnect +DeviceDone +DeviceEnum +DeviceGetDevConfig +DeviceGetDevConfigEx +DeviceGetInfo +DeviceListen +DeviceSetDevConfig +DeviceSetInfo +DeviceWork +EnableDeviceForDialIn +GetConnectInfo +GetZeroDeviceInfo +InitializeDriverIoControl +PortChangeCallback +PortClearStatistics +PortClose +PortCompressionSetInfo +PortConnect +PortDisconnect +PortEnum +PortGetIOHandle +PortGetInfo +PortGetPortState +PortGetStatistics +PortInit +PortOpen +PortOpenExternal +PortReceive +PortReceiveComplete +PortSend +PortSetFraming +PortSetInfo +PortSetIoCompletionPort +PortTestSignalState +RasTapiIsPulseDial +RastapiGetCalledID +RastapiSetCalledID +RefreshDevices +RemovePort +SetCommSettings +UnloadRastapiDll +UpdateTapiService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rdpcfgex.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rdpcfgex.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rdpcfgex.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rdpcfgex.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +; +; Exports of file RDPCFGEX.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RDPCFGEX.dll +EXPORTS +ExGetCfgVersionInfo +ExtEncryptionLevels +ExtEnd +ExtGetCapabilities +ExtGetEncryptionLevelAndDescrEx +ExtGetEncryptionLevelDescr +ExtGetSecurityLayerDescrString +ExtGetSecurityLayerName +ExtSecurityLayers +ExtStart diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/regapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/regapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/regapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/regapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,107 @@ +; +; Definition file of REGAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "REGAPI.dll" +EXPORTS +CheckStringForAsciiConversion +GetDomainName +QueryUserConfig +QueryUserProperty +RegBuildNumberQuery +RegCdCreateA +RegCdCreateW +RegCdDeleteA +RegCdDeleteW +RegCdEnumerateA +RegCdEnumerateW +RegCdQueryA +RegCdQueryW +RegCloseServer +RegConsoleShadowQueryA +RegConsoleShadowQueryW +RegCreateMonitorConfigW +RegCreateUserConfigW +RegDefaultUserConfigQueryA +RegDefaultUserConfigQueryW +RegDenyTSConnectionsPolicy +RegFreeUtilityCommandList +RegGetLicensePolicyID +RegGetLicensingModePolicy +RegGetMachinePolicy +RegGetMachinePolicyEx +RegGetMachinePolicyNew +RegGetTServerVersion +RegGetUserConfigFromUserParameters +RegGetUserPolicy +RegIsMachineInHelpMode +RegIsMachinePolicyAllowHelp +RegIsSrcAcceptingConnections +RegIsTServer +RegIsTimeZoneRedirectionEnabled +RegMergeMachinePolicy +RegMergeUserConfigWithUserParameters +RegOpenServerA +RegOpenServerW +RegPdCreateA +RegPdCreateW +RegPdDeleteA +RegPdDeleteW +RegPdEnumerateA +RegPdEnumerateW +RegPdQueryA +RegPdQueryW +RegQueryConnectionSettings +RegQueryListenerStart +RegQueryMonitorSettings +RegQueryOEMId +RegQuerySessionSettings +RegQueryUtilityCommandList +RegSAMUserConfig +RegSetLicensePolicyID +RegSetSrcAcceptConnections +RegUserConfigDelete +RegUserConfigQuery +RegUserConfigRename +RegUserConfigSet +RegWdCreateA +RegWdCreateW +RegWdDeleteA +RegWdDeleteW +RegWdEnumerateA +RegWdEnumerateW +RegWdQueryA +RegWdQueryW +RegWinStationAccessCheck +RegWinStationCreateA +RegWinStationCreateW +RegWinStationDeleteA +RegWinStationDeleteW +RegWinStationEnumerateA +RegWinStationEnumerateW +RegWinStationQueryA +RegWinStationQueryDefaultSecurity +RegWinStationQueryEx +RegWinStationQueryExNew +RegWinStationQueryExW +RegWinStationQueryExtendedSettingsW +RegWinStationQueryNumValueW +RegWinStationQuerySecurityA +RegWinStationQuerySecurityW +RegWinStationQueryValueW +RegWinStationQueryW +RegWinStationSetDefaultSecurity +RegWinStationSetExtendedSettingsW +RegWinStationSetNumValueW +RegWinStationSetSecurityA +RegWinStationSetSecurityW +RegWinstationQuerySecurityConfig_Machine +RegWinstationQuerySecurityConfig_Merged +RegWinstationSetSecurityConfig +SetUserProperty +UsrPropGetString +UsrPropGetValue +UsrPropSetString +UsrPropSetValue +WaitForTSConnectionsPolicyChanges diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/regsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/regsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/regsvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/regsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file regsvc.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY regsvc.dll +EXPORTS +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/resutils.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/resutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/resutils.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/resutils.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,128 @@ +; +; Definition file of RESUTILS.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "RESUTILS.dll" +EXPORTS +CloseClusterCryptProvider +ClusWorkerCheckTerminate +ClusWorkerCreate +ClusWorkerStart +ClusWorkerTerminate +ClusterClearBackupStateForSharedVolume +ClusterDecrypt +ClusterEncrypt +ClusterEnumTasks +ClusterFileShareCreate +ClusterFileShareDelete +ClusterFileShareUpdate +ClusterFreeTaskInfo +ClusterFreeTaskList +ClusterGetTaskNode +ClusterGetVolumeNameForVolumeMountPoint +ClusterGetVolumePathName +ClusterIsClusterDisk +ClusterIsPathOnSharedVolume +ClusterPrepareSharedVolumeForBackup +ClusterSharedVolumeCheckSnapshotPresence +ClusterSharedVolumeCreateSnapshot +ClusterSharedVolumeReleaseSnapshot +ClusterTaskChangeFromXML +ClusterTaskChangeFromXMLFile +ClusterTaskChange_TS_V1 +ClusterTaskCreateFromXML +ClusterTaskCreateFromXMLFile +ClusterTaskCreate_TS_V1 +ClusterTaskDelete +ClusterTaskDelete_TS_V1 +ClusterTaskExists_TS_V1 +ClusterTaskQuery +CreateClusterStorageSpacesClustering +CreateClusterStorageSpacesResourceLocator +CreateClusterStorageSpacesSubProvider +FreeClusterCrypt +OpenClusterCryptProvider +ResUtilAddUnknownProperties +ResUtilCreateDirectoryTree +ResUtilDupParameterBlock +ResUtilDupString +ResUtilEnumPrivateProperties +ResUtilEnumProperties +ResUtilEnumResources +ResUtilEnumResourcesEx +ResUtilEnumResourcesEx2 +ResUtilExpandEnvironmentStrings +ResUtilFindBinaryProperty +ResUtilFindDependentDiskResourceDriveLetter +ResUtilFindDwordProperty +ResUtilFindExpandSzProperty +ResUtilFindExpandedSzProperty +ResUtilFindFileTimeProperty +ResUtilFindLongProperty +ResUtilFindMultiSzProperty +ResUtilFindSzProperty +ResUtilFreeEnvironment +ResUtilFreeParameterBlock +ResUtilGetAllProperties +ResUtilGetBinaryProperty +ResUtilGetBinaryValue +ResUtilGetClusterRoleState +ResUtilGetCoreClusterResources +ResUtilGetCoreClusterResourcesEx +ResUtilGetDwordProperty +ResUtilGetDwordValue +ResUtilGetEnvironmentWithNetName +ResUtilGetFileTimeProperty +ResUtilGetLongProperty +ResUtilGetMultiSzProperty +ResUtilGetPrivateProperties +ResUtilGetProperties +ResUtilGetPropertiesToParameterBlock +ResUtilGetProperty +ResUtilGetPropertyFormats +ResUtilGetPropertySize +ResUtilGetQwordValue +ResUtilGetResourceDependency +ResUtilGetResourceDependencyByClass +ResUtilGetResourceDependencyByClassEx +ResUtilGetResourceDependencyByName +ResUtilGetResourceDependencyByNameAndClass +ResUtilGetResourceDependencyByNameEx +ResUtilGetResourceDependencyEx +ResUtilGetResourceDependentIPAddressProps +ResUtilGetResourceName +ResUtilGetResourceNameDependency +ResUtilGetResourceNameDependencyEx +ResUtilGetSzProperty +ResUtilGetSzValue +ResUtilIsPathValid +ResUtilIsResourceClassEqual +ResUtilPropertyListFromParameterBlock +ResUtilRemoveResourceServiceEnvironment +ResUtilResourceTypesEqual +ResUtilResourcesEqual +ResUtilSetBinaryValue +ResUtilSetDwordValue +ResUtilSetExpandSzValue +ResUtilSetMultiSzValue +ResUtilSetPrivatePropertyList +ResUtilSetPropertyParameterBlock +ResUtilSetPropertyParameterBlockEx +ResUtilSetPropertyTable +ResUtilSetPropertyTableEx +ResUtilSetQwordValue +ResUtilSetResourceServiceEnvironment +ResUtilSetResourceServiceStartParameters +ResUtilSetResourceServiceStartParametersEx +ResUtilSetSzValue +ResUtilSetUnknownProperties +ResUtilSetValueEx +ResUtilStartResourceService +ResUtilStopResourceService +ResUtilStopService +ResUtilTerminateServiceProcessFromResDll +ResUtilVerifyPrivatePropertyList +ResUtilVerifyPropertyTable +ResUtilVerifyResourceService +ResUtilVerifyService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/riched20.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/riched20.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/riched20.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/riched20.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file RICHED20.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RICHED20.dll +EXPORTS +IID_IRichEditOle +IID_IRichEditOleCallback +CreateTextServices +IID_ITextServices +IID_ITextHost +IID_ITextHost2 +REExtendedRegisterClass +RichEdit10ANSIWndProc +RichEditANSIWndProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rnr20.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rnr20.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rnr20.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rnr20.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file RNR20.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RNR20.dll +EXPORTS +NSPStartup diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcns4.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcns4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcns4.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcns4.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,71 @@ +; +; Exports of file RPCNS4.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RPCNS4.dll +EXPORTS +I_GetDefaultEntrySyntax +I_RpcNsGetBuffer +I_RpcNsNegotiateTransferSyntax +I_RpcNsRaiseException +I_RpcNsSendReceive +I_RpcReBindBuffer +RpcIfIdVectorFree +RpcNsBindingExportA +RpcNsBindingExportPnPA +RpcNsBindingExportPnPW +RpcNsBindingExportW +RpcNsBindingImportBeginA +RpcNsBindingImportBeginW +RpcNsBindingImportDone +RpcNsBindingImportNext +RpcNsBindingLookupBeginA +RpcNsBindingLookupBeginW +RpcNsBindingLookupDone +RpcNsBindingLookupNext +RpcNsBindingSelect +RpcNsBindingUnexportA +RpcNsBindingUnexportPnPA +RpcNsBindingUnexportPnPW +RpcNsBindingUnexportW +RpcNsEntryExpandNameA +RpcNsEntryExpandNameW +RpcNsEntryObjectInqBeginA +RpcNsEntryObjectInqBeginW +RpcNsEntryObjectInqDone +RpcNsEntryObjectInqNext +RpcNsGroupDeleteA +RpcNsGroupDeleteW +RpcNsGroupMbrAddA +RpcNsGroupMbrAddW +RpcNsGroupMbrInqBeginA +RpcNsGroupMbrInqBeginW +RpcNsGroupMbrInqDone +RpcNsGroupMbrInqNextA +RpcNsGroupMbrInqNextW +RpcNsGroupMbrRemoveA +RpcNsGroupMbrRemoveW +RpcNsMgmtBindingUnexportA +RpcNsMgmtBindingUnexportW +RpcNsMgmtEntryCreateA +RpcNsMgmtEntryCreateW +RpcNsMgmtEntryDeleteA +RpcNsMgmtEntryDeleteW +RpcNsMgmtEntryInqIfIdsA +RpcNsMgmtEntryInqIfIdsW +RpcNsMgmtHandleSetExpAge +RpcNsMgmtInqExpAge +RpcNsMgmtSetExpAge +RpcNsProfileDeleteA +RpcNsProfileDeleteW +RpcNsProfileEltAddA +RpcNsProfileEltAddW +RpcNsProfileEltInqBeginA +RpcNsProfileEltInqBeginW +RpcNsProfileEltInqDone +RpcNsProfileEltInqNextA +RpcNsProfileEltInqNextW +RpcNsProfileEltRemoveA +RpcNsProfileEltRemoveW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcrt4.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcrt4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcrt4.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcrt4.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,577 @@ +LIBRARY "RPCRT4.dll" +EXPORTS +CreateProxyFromTypeInfo +CreateStubFromTypeInfo +I_RpcFixTransferSyntax +I_RpcBindingInqCurrentModifiedId +I_RpcFwThisIsTheManager +I_RpcInitFwImports +I_RpcInitHttpImports +I_RpcInitImports +I_RpcInitNdrImports +I_RpcMgmtQueryDedicatedThreadPool +I_RpcOpenClientProcess +I_RpcOpenClientThread +I_RpcServerTurnOnOffKeepalives +I_RpcVerifierCorruptionExpected +NdrFullPointerFree +NdrFullPointerInsertRefId +NdrFullPointerQueryPointer +NdrFullPointerQueryRefId +NdrGetBaseInterfaceFromStub +NdrpClientCall2 +RpcCertMatchPrincipalName +pfnFreeRoutines DATA +pfnMarshallRoutines DATA +pfnSizeRoutines DATA +pfnUnmarshallRoutines DATA +CStdStubBuffer_AddRef +CStdStubBuffer_Connect +CStdStubBuffer_CountRefs +CStdStubBuffer_DebugServerQueryInterface +CStdStubBuffer_DebugServerRelease +CStdStubBuffer_Disconnect +CStdStubBuffer_Invoke +CStdStubBuffer_IsIIDSupported +CStdStubBuffer_QueryInterface +CreateProxyFromTypeInfo +CreateStubFromTypeInfo +DceErrorInqTextA +DceErrorInqTextW +DllGetClassObject +DllInstall +DllRegisterServer +GlobalMutexClearExternal +GlobalMutexRequestExternal +IUnknown_AddRef_Proxy +IUnknown_QueryInterface_Proxy +IUnknown_Release_Proxy +I_RpcAbortAsyncCall +I_RpcAllocate +I_RpcAsyncAbortCall +I_RpcAsyncSetHandle +I_RpcBCacheAllocate +I_RpcBCacheFree +I_RpcBindingCopy +I_RpcBindingCreateNP +I_RpcBindingHandleToAsyncHandle +I_RpcBindingInqClientTokenAttributes +I_RpcBindingInqConnId +I_RpcBindingInqDynamicEndpoint +I_RpcBindingInqDynamicEndpointA +I_RpcBindingInqDynamicEndpointW +I_RpcBindingInqLocalClientPID +I_RpcBindingInqMarshalledTargetInfo +I_RpcBindingInqSecurityContext +I_RpcBindingInqSecurityContextKeyInfo +I_RpcBindingInqTransportType +I_RpcBindingInqWireIdForSnego +I_RpcBindingIsClientLocal +I_RpcBindingIsServerLocal +I_RpcBindingSetPrivateOption +I_RpcBindingToStaticStringBindingW +I_RpcCertProcessAndProvision +I_RpcClearMutex +I_RpcCompleteAndFree +I_RpcConnectionInqSockBuffSize +I_RpcConnectionSetSockBuffSize +I_RpcCompleteAndFree +I_RpcDeleteMutex +I_RpcEnableWmiTrace +I_RpcExceptionFilter +I_RpcFilterDCOMActivation +I_RpcFree +I_RpcFreeBuffer +I_RpcFreePipeBuffer +I_RpcGetBuffer +I_RpcGetBufferWithObject +I_RpcGetCurrentCallHandle +I_RpcGetDefaultSD +I_RpcGetExtendedError +I_RpcGetPortAllocationData +I_RpcIfInqTransferSyntaxes +I_RpcLogEvent +I_RpcMapWin32Status +I_RpcMarshalBindingHandleAndInterfaceForNDF +I_RpcMgmtEnableDedicatedThreadPool +I_RpcNDRCGetWireRepresentation +I_RpcNDRSContextEmergencyCleanup +I_RpcNegotiateTransferSyntax +I_RpcNsBindingSetEntryName +I_RpcNsBindingSetEntryNameA +I_RpcNsBindingSetEntryNameW +I_RpcNsInterfaceExported +I_RpcNsInterfaceUnexported +I_RpcOpenClientProcess +I_RpcParseSecurity +I_RpcPauseExecution +I_RpcProxyNewConnection +I_RpcReallocPipeBuffer +I_RpcReceive +I_RpcRecordCalloutFailure +I_RpcReplyToClientWithStatus +I_RpcRequestMutex +I_RpcSNCHOption +I_RpcSend +I_RpcSendReceive +I_RpcServerAllocateIpPort +I_RpcServerCheckClientRestriction +I_RpcServerDisableExceptionFilter +I_RpcServerGetAssociationID +I_RpcServerInqAddressChangeFn +I_RpcServerInqLocalConnAddress +I_RpcServerInqRemoteConnAddress +I_RpcServerInqTransportType +I_RpcServerIsClientDisconnected +I_RpcServerRegisterForwardFunction +I_RpcServerSetAddressChangeFn +I_RpcServerStartService +I_RpcServerSubscribeForDisconnectNotification +I_RpcServerUseProtseq2A +I_RpcServerUseProtseq2W +I_RpcServerUseProtseqEp2A +I_RpcServerUseProtseqEp2W +I_RpcSessionStrictContextHandle +I_RpcSetAsyncHandle +I_RpcSetDCOMAppId +I_RpcSsDontSerializeContext +I_RpcSystemFunction001 +I_RpcTransConnectionAllocatePacket +I_RpcTransConnectionFreePacket +I_RpcTransConnectionReallocPacket +I_RpcTransDatagramAllocate +I_RpcTransDatagramAllocate2 +I_RpcTransDatagramFree +I_RpcTransGetThreadEvent +I_RpcTransGetThreadEventThreadOptional +I_RpcTransIoCancelled +I_RpcTransServerNewConnection +I_RpcTurnOnEEInfoPropagation +I_UuidCreate +MesBufferHandleReset +MesDecodeBufferHandleCreate +MesDecodeIncrementalHandleCreate +MesEncodeDynBufferHandleCreate +MesEncodeFixedBufferHandleCreate +MesEncodeIncrementalHandleCreate +MesHandleFree +MesIncrementalHandleReset +MesInqProcEncodingId +NDRCContextBinding +NDRCContextMarshall +NDRCContextUnmarshall +NDRSContextMarshall +NDRSContextMarshall2 +NDRSContextMarshallEx +NDRSContextUnmarshall +NDRSContextUnmarshall2 +NDRSContextUnmarshallEx +Ndr64AsyncClientCall +Ndr64AsyncServerCall64 +Ndr64AsyncServerCallAll +Ndr64DcomAsyncClientCall +Ndr64DcomAsyncStubCall +NdrAllocate +NdrAsyncClientCall +NdrAsyncServerCall +NdrByteCountPointerBufferSize +NdrByteCountPointerFree +NdrByteCountPointerMarshall +NdrByteCountPointerUnmarshall +NdrCStdStubBuffer2_Release +NdrCStdStubBuffer_Release +NdrClearOutParameters +NdrClientCall2 +NdrClientCall3 +NdrClientContextMarshall +NdrClientContextUnmarshall +NdrClientInitialize +NdrClientInitializeNew +NdrComplexArrayBufferSize +NdrComplexArrayFree +NdrComplexArrayMarshall +NdrComplexArrayMemorySize +NdrComplexArrayUnmarshall +NdrComplexStructBufferSize +NdrComplexStructFree +NdrComplexStructMarshall +NdrComplexStructMemorySize +NdrComplexStructUnmarshall +NdrConformantArrayBufferSize +NdrConformantArrayFree +NdrConformantArrayMarshall +NdrConformantArrayMemorySize +NdrConformantArrayUnmarshall +NdrConformantStringBufferSize +NdrConformantStringMarshall +NdrConformantStringMemorySize +NdrConformantStringUnmarshall +NdrConformantStructBufferSize +NdrConformantStructFree +NdrConformantStructMarshall +NdrConformantStructMemorySize +NdrConformantStructUnmarshall +NdrConformantVaryingArrayBufferSize +NdrConformantVaryingArrayFree +NdrConformantVaryingArrayMarshall +NdrConformantVaryingArrayMemorySize +NdrConformantVaryingArrayUnmarshall +NdrConformantVaryingStructBufferSize +NdrConformantVaryingStructFree +NdrConformantVaryingStructMarshall +NdrConformantVaryingStructMemorySize +NdrConformantVaryingStructUnmarshall +NdrContextHandleInitialize +NdrContextHandleSize +NdrConvert +NdrConvert2 +NdrCorrelationFree +NdrCorrelationInitialize +NdrCorrelationPass +NdrCreateServerInterfaceFromStub +NdrDcomAsyncClientCall +NdrDcomAsyncStubCall +NdrDllCanUnloadNow +NdrDllGetClassObject +NdrDllRegisterProxy +NdrDllUnregisterProxy +NdrEncapsulatedUnionBufferSize +NdrEncapsulatedUnionFree +NdrEncapsulatedUnionMarshall +NdrEncapsulatedUnionMemorySize +NdrEncapsulatedUnionUnmarshall +NdrFixedArrayBufferSize +NdrFixedArrayFree +NdrFixedArrayMarshall +NdrFixedArrayMemorySize +NdrFixedArrayUnmarshall +NdrFreeBuffer +NdrFullPointerFree +NdrFullPointerInsertRefId +NdrFullPointerQueryPointer +NdrFullPointerQueryRefId +NdrFullPointerXlatFree +NdrFullPointerXlatInit +NdrGetBaseInterfaceFromStub +NdrGetBuffer +NdrGetDcomProtocolVersion +NdrGetSimpleTypeBufferAlignment +NdrGetSimpleTypeBufferSize +NdrGetSimpleTypeMemorySize +NdrGetTypeFlags +NdrGetUserMarshalInfo +NdrInterfacePointerBufferSize +NdrInterfacePointerFree +NdrInterfacePointerMarshall +NdrInterfacePointerMemorySize +NdrInterfacePointerUnmarshall +NdrMapCommAndFaultStatus +NdrMesProcEncodeDecode +NdrMesProcEncodeDecode2 +NdrMesProcEncodeDecode3 +NdrMesSimpleTypeAlignSize +NdrMesSimpleTypeAlignSizeAll +NdrMesSimpleTypeDecode +NdrMesSimpleTypeDecodeAll +NdrMesSimpleTypeEncode +NdrMesSimpleTypeEncodeAll +NdrMesTypeAlignSize +NdrMesTypeAlignSize2 +NdrMesTypeAlignSize3 +NdrMesTypeDecode +NdrMesTypeDecode2 +NdrMesTypeDecode3 +NdrMesTypeEncode +NdrMesTypeEncode2 +NdrMesTypeEncode3 +NdrMesTypeFree2 +NdrMesTypeFree3 +NdrNonConformantStringBufferSize +NdrNonConformantStringMarshall +NdrNonConformantStringMemorySize +NdrNonConformantStringUnmarshall +NdrNonEncapsulatedUnionBufferSize +NdrNonEncapsulatedUnionFree +NdrNonEncapsulatedUnionMarshall +NdrNonEncapsulatedUnionMemorySize +NdrNonEncapsulatedUnionUnmarshall +NdrNsGetBuffer +NdrNsSendReceive +NdrOleAllocate +NdrOleFree +NdrOutInit +NdrPartialIgnoreClientBufferSize +NdrPartialIgnoreClientMarshall +NdrPartialIgnoreServerInitialize +NdrPartialIgnoreServerUnmarshall +NdrPointerBufferSize +NdrPointerFree +NdrPointerMarshall +NdrPointerMemorySize +NdrPointerUnmarshall +NdrProxyErrorHandler +NdrProxyFreeBuffer +NdrProxyGetBuffer +NdrProxyInitialize +NdrProxySendReceive +NdrRangeUnmarshall +NdrRpcSmClientAllocate +NdrRpcSmClientFree +NdrRpcSmSetClientToOsf +NdrRpcSsDefaultAllocate +NdrRpcSsDefaultFree +NdrRpcSsDisableAllocate +NdrRpcSsEnableAllocate +NdrSendReceive +NdrServerCall2 +NdrServerCallAll +NdrServerCallNdr64 +NdrServerContextMarshall +NdrServerContextNewMarshall +NdrServerContextNewUnmarshall +NdrServerContextUnmarshall +NdrServerInitialize +NdrServerInitializeMarshall +NdrServerInitializeNew +NdrServerInitializePartial +NdrServerInitializeUnmarshall +NdrSimpleStructBufferSize +NdrSimpleStructFree +NdrSimpleStructMarshall +NdrSimpleStructMemorySize +NdrSimpleStructUnmarshall +NdrSimpleTypeMarshall +NdrSimpleTypeUnmarshall +NdrStubCall2 +NdrStubCall3 +NdrStubForwardingFunction +NdrStubGetBuffer +NdrStubInitialize +NdrStubInitializeMarshall +NdrTypeFlags DATA +NdrTypeFree +NdrTypeMarshall +NdrTypeSize +NdrTypeUnmarshall +NdrUnmarshallBasetypeInline +NdrUserMarshalBufferSize +NdrUserMarshalFree +NdrUserMarshalMarshall +NdrUserMarshalMemorySize +NdrUserMarshalSimpleTypeConvert +NdrUserMarshalUnmarshall +NdrVaryingArrayBufferSize +NdrVaryingArrayFree +NdrVaryingArrayMarshall +NdrVaryingArrayMemorySize +NdrVaryingArrayUnmarshall +NdrXmitOrRepAsBufferSize +NdrXmitOrRepAsFree +NdrXmitOrRepAsMarshall +NdrXmitOrRepAsMemorySize +NdrXmitOrRepAsUnmarshall +NdrpCreateProxy +NdrpCreateStub +NdrpGetProcFormatString +NdrpGetTypeFormatString +NdrpGetTypeGenCookie +NdrpMemoryIncrement +NdrpReleaseTypeFormatString +NdrpReleaseTypeGenCookie +NdrpSetRpcSsDefaults +NdrpVarVtOfTypeDesc +RpcAbortAsyncCall +RpcAsyncAbortCall +RpcAsyncCancelCall +RpcAsyncCompleteCall +RpcAsyncGetCallStatus +RpcAsyncInitializeHandle +RpcAsyncRegisterInfo +RpcBindingBind +RpcBindingCopy +RpcBindingCreateA +RpcBindingCreateW +RpcBindingFree +RpcBindingFromStringBindingA +RpcBindingFromStringBindingW +RpcBindingInqAuthClientA +RpcBindingInqAuthClientExA +RpcBindingInqAuthClientExW +RpcBindingInqAuthClientW +RpcBindingInqAuthInfoA +RpcBindingInqAuthInfoExA +RpcBindingInqAuthInfoExW +RpcBindingInqAuthInfoW +RpcBindingInqObject +RpcBindingInqOption +RpcBindingReset +RpcBindingServerFromClient +RpcBindingSetAuthInfoA +RpcBindingSetAuthInfoExA +RpcBindingSetAuthInfoExW +RpcBindingSetAuthInfoW +RpcBindingSetObject +RpcBindingSetOption +RpcBindingToStringBindingA +RpcBindingToStringBindingW +RpcBindingUnbind +RpcBindingVectorFree +RpcCancelAsyncCall +RpcCancelThread +RpcCancelThreadEx +RpcCertGeneratePrincipalNameA +RpcCertGeneratePrincipalNameW +RpcCompleteAsyncCall +RpcEpRegisterA +RpcEpRegisterNoReplaceA +RpcEpRegisterNoReplaceW +RpcEpRegisterW +RpcEpResolveBinding +RpcEpUnregister +RpcErrorAddRecord +RpcErrorClearInformation +RpcErrorEndEnumeration +RpcErrorGetNextRecord +RpcErrorGetNumberOfRecords +RpcErrorLoadErrorInfo +RpcErrorResetEnumeration +RpcErrorSaveErrorInfo +RpcErrorStartEnumeration +RpcExceptionFilter +RpcFreeAuthorizationContext +RpcGetAsyncCallStatus +RpcGetAuthorizationContextForClient +RpcIfIdVectorFree +RpcIfInqId +RpcImpersonateClient +RpcImpersonateClient2 +RpcInitializeAsyncHandle +RpcMgmtEnableIdleCleanup +RpcMgmtEpEltInqBegin +RpcMgmtEpEltInqDone +RpcMgmtEpEltInqNextA +RpcMgmtEpEltInqNextW +RpcMgmtEpUnregister +RpcMgmtInqComTimeout +RpcMgmtInqDefaultProtectLevel +RpcMgmtInqIfIds +RpcMgmtInqServerPrincNameA +RpcMgmtInqServerPrincNameW +RpcMgmtInqStats +RpcMgmtIsServerListening +RpcMgmtSetAuthorizationFn +RpcMgmtSetCancelTimeout +RpcMgmtSetComTimeout +RpcMgmtSetServerStackSize +RpcMgmtStatsVectorFree +RpcMgmtStopServerListening +RpcMgmtWaitServerListen +RpcNetworkInqProtseqsA +RpcNetworkInqProtseqsW +RpcNetworkIsProtseqValidA +RpcNetworkIsProtseqValidW +RpcNsBindingInqEntryNameA +RpcNsBindingInqEntryNameW +RpcObjectInqType +RpcObjectSetInqFn +RpcObjectSetType +RpcProtseqVectorFreeA +RpcProtseqVectorFreeW +RpcRaiseException +RpcRegisterAsyncInfo +RpcRevertToSelf +RpcRevertToSelfEx +RpcServerCompleteSecurityCallback +RpcServerInqBindingHandle +RpcServerInqBindings +RpcServerInqCallAttributesA +RpcServerInqCallAttributesW +RpcServerInqDefaultPrincNameA +RpcServerInqDefaultPrincNameW +RpcServerInqIf +RpcServerInterfaceGroupActivate +RpcServerInterfaceGroupClose +RpcServerInterfaceGroupCreateA +RpcServerInterfaceGroupCreateW +RpcServerInterfaceGroupDeactivate +RpcServerInterfaceGroupInqBindings +RpcServerListen +RpcServerRegisterAuthInfoA +RpcServerRegisterAuthInfoW +RpcServerRegisterIf +RpcServerRegisterIf2 +RpcServerRegisterIf3 +RpcServerRegisterIfEx +RpcServerSubscribeForNotification +RpcServerTestCancel +RpcServerUnregisterIf +RpcServerUnregisterIfEx +RpcServerUnsubscribeForNotification +RpcServerUseAllProtseqs +RpcServerUseAllProtseqsEx +RpcServerUseAllProtseqsIf +RpcServerUseAllProtseqsIfEx +RpcServerUseProtseqA +RpcServerUseProtseqEpA +RpcServerUseProtseqEpExA +RpcServerUseProtseqEpExW +RpcServerUseProtseqEpW +RpcServerUseProtseqExA +RpcServerUseProtseqExW +RpcServerUseProtseqIfA +RpcServerUseProtseqIfExA +RpcServerUseProtseqIfExW +RpcServerUseProtseqIfW +RpcServerUseProtseqW +RpcServerYield +RpcSmAllocate +RpcSmClientFree +RpcSmDestroyClientContext +RpcSmDisableAllocate +RpcSmEnableAllocate +RpcSmFree +RpcSmGetThreadHandle +RpcSmSetClientAllocFree +RpcSmSetThreadHandle +RpcSmSwapClientAllocFree +RpcSsAllocate +RpcSsContextLockExclusive +RpcSsContextLockShared +RpcSsDestroyClientContext +RpcSsDisableAllocate +RpcSsDontSerializeContext +RpcSsEnableAllocate +RpcSsFree +RpcSsGetContextBinding +RpcSsGetThreadHandle +RpcSsSetClientAllocFree +RpcSsSetThreadHandle +RpcSsSwapClientAllocFree +RpcStringBindingComposeA +RpcStringBindingComposeW +RpcStringBindingParseA +RpcStringBindingParseW +RpcStringFreeA +RpcStringFreeW +RpcTestCancel +RpcUserFree +SimpleTypeAlignment DATA +SimpleTypeBufferSize DATA +SimpleTypeMemorySize DATA +TowerConstruct +TowerExplode +UuidCompare +UuidCreate +UuidCreateNil +UuidCreateSequential +UuidEqual +UuidFromStringA +UuidFromStringW +UuidHash +UuidIsNil +UuidToStringA +UuidToStringW +pfnFreeRoutines DATA +pfnMarshallRoutines DATA +pfnSizeRoutines DATA +pfnUnmarshallRoutines DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcss.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcss.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rpcss.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rpcss.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file RPCSS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RPCSS.dll +EXPORTS +ServiceMain +CoGetComCatalog +GetRPCSSInfo +WhichService diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rsaenh.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rsaenh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rsaenh.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rsaenh.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,35 @@ +; +; Exports of file RSAENH.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY RSAENH.dll +EXPORTS +CPAcquireContext +CPCreateHash +CPDecrypt +CPDeriveKey +CPDestroyHash +CPDestroyKey +CPDuplicateHash +CPDuplicateKey +CPEncrypt +CPExportKey +CPGenKey +CPGenRandom +CPGetHashParam +CPGetKeyParam +CPGetProvParam +CPGetUserKey +CPHashData +CPHashSessionKey +CPImportKey +CPReleaseContext +CPSetHashParam +CPSetKeyParam +CPSetProvParam +CPSignHash +CPVerifySignature +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/rtutils.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/rtutils.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/rtutils.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/rtutils.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +; +; Exports of file rtutils.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY rtutils.dll +EXPORTS +LogErrorA +LogErrorW +LogEventA +LogEventW +MprSetupProtocolEnum +MprSetupProtocolFree +QueueWorkItem +RouterAssert +RouterGetErrorStringA +RouterGetErrorStringW +RouterLogDeregisterA +RouterLogDeregisterW +RouterLogEventA +RouterLogEventDataA +RouterLogEventDataW +RouterLogEventExA +RouterLogEventExW +RouterLogEventStringA +RouterLogEventStringW +RouterLogEventValistExA +RouterLogEventValistExW +RouterLogEventW +RouterLogRegisterA +RouterLogRegisterW +SetIoCompletionProc +TraceDeregisterA +TraceDeregisterExA +TraceDeregisterExW +TraceDeregisterW +TraceDumpExA +TraceDumpExW +TraceGetConsoleA +TraceGetConsoleW +TracePrintfA +TracePrintfExA +TracePrintfExW +TracePrintfW +TracePutsExA +TracePutsExW +TraceRegisterExA +TraceRegisterExW +TraceVprintfExA +TraceVprintfExW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/samcli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/samcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/samcli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/samcli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,43 @@ +; +; Definition file of samcli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "samcli.dll" +EXPORTS +NetGetDisplayInformationIndex +NetGroupAdd +NetGroupAddUser +NetGroupDel +NetGroupDelUser +NetGroupEnum +NetGroupGetInfo +NetGroupGetUsers +NetGroupSetInfo +NetGroupSetUsers +NetLocalGroupAdd +NetLocalGroupAddMember +NetLocalGroupAddMembers +NetLocalGroupDel +NetLocalGroupDelMember +NetLocalGroupDelMembers +NetLocalGroupEnum +NetLocalGroupGetInfo +NetLocalGroupGetMembers +NetLocalGroupSetInfo +NetLocalGroupSetMembers +NetQueryDisplayInformation +NetUserAdd +NetUserChangePassword +NetUserDel +NetUserEnum +NetUserGetGroups +NetUserGetInfo +NetUserGetInternetIdentityInfo +NetUserGetLocalGroups +NetUserModalsGet +NetUserModalsSet +NetUserSetGroups +NetUserSetInfo +NetValidatePasswordPolicy +NetValidatePasswordPolicyFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/scarddlg.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/scarddlg.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/scarddlg.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/scarddlg.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +; +; Exports of file SCARDDLG.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SCARDDLG.dll +EXPORTS +GetOpenCardNameA +GetOpenCardNameW +SCardDlgExtendedError +SCardUIDlgSelectCardA +SCardUIDlgSelectCardW +SCardUIDlgGetPINA +SCardUIDlgChangePINA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/scesrv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/scesrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/scesrv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/scesrv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file SCESRV.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SCESRV.dll +EXPORTS +ScesrvInitializeServer +ScesrvTerminateServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/schannel.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/schannel.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/schannel.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/schannel.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,42 @@ +LIBRARY SCHANNEL.dll +EXPORTS +SpLsaModeInitialize +AcceptSecurityContext +AcquireCredentialsHandleA +AcquireCredentialsHandleW +ApplyControlToken +CloseSslPerformanceData +CollectSslPerformanceData +CompleteAuthToken +DeleteSecurityContext +EnumerateSecurityPackagesA +EnumerateSecurityPackagesW +FreeContextBuffer +FreeCredentialsHandle +ImpersonateSecurityContext +InitSecurityInterfaceA +InitSecurityInterfaceW +InitializeSecurityContextA +InitializeSecurityContextW +MakeSignature +OpenSslPerformanceData +QueryContextAttributesA +QueryContextAttributesW +QuerySecurityPackageInfoA +QuerySecurityPackageInfoW +RevertSecurityContext +SealMessage +SpLsaModeInitialize +SpUserModeInitialize +SslCrackCertificate +SslEmptyCacheA +SslEmptyCacheW +SslFreeCertificate +SslFreeCustomBuffer +SslGenerateKeyPair +SslGenerateRandomBits +SslGetMaximumKeySize +SslGetServerIdentity +SslLoadCertificate +UnsealMessage +VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/schedcli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/schedcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/schedcli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/schedcli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Definition file of schedcli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "schedcli.dll" +EXPORTS +NetScheduleJobAdd +NetScheduleJobDel +NetScheduleJobEnum +NetScheduleJobGetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/scrobj.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/scrobj.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/scrobj.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/scrobj.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +; +; Exports of file SCROBJ.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SCROBJ.dll +EXPORTS +GenerateTypeLib +GenerateTypeLibW +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllRegisterServerEx +DllRegisterServerExA +DllRegisterServerExW +DllUnregisterServer +DllUnregisterServerEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/scrrun.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/scrrun.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/scrrun.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/scrrun.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file ScrRun.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY ScrRun.dll +EXPORTS +DLLGetDocumentation +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +DoOpenPipeStream diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sdhcinst.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sdhcinst.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sdhcinst.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sdhcinst.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file sdhcinst.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY sdhcinst.dll +EXPORTS +SdClassCoInstaller +SdClassInstall diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/seclogon.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/seclogon.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/seclogon.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/seclogon.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file seclogon.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY seclogon.dll +EXPORTS +DllRegisterServer +DllUnregisterServer +SvcEntry_Seclogon +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/secur32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/secur32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/secur32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/secur32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,113 @@ +; +; Definition file of Secur32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "Secur32.dll" +EXPORTS +SecDeleteUserModeContext +SecInitUserModeContext +CloseLsaPerformanceData +CollectLsaPerformanceData +OpenLsaPerformanceData +AcceptSecurityContext +AcquireCredentialsHandleA +AcquireCredentialsHandleW +AddCredentialsA +AddCredentialsW +AddSecurityPackageA +AddSecurityPackageW +ApplyControlToken +ChangeAccountPasswordA +ChangeAccountPasswordW +CompleteAuthToken +CredMarshalTargetInfo +CredParseUserNameWithType +CredUnmarshalTargetInfo +DecryptMessage +DeleteSecurityContext +DeleteSecurityPackageA +DeleteSecurityPackageW +EncryptMessage +EnumerateSecurityPackagesA +EnumerateSecurityPackagesW +ExportSecurityContext +FreeContextBuffer +FreeCredentialsHandle +GetComputerObjectNameA +GetComputerObjectNameW +GetSecurityUserInfo +GetUserNameExA +GetUserNameExW +ImpersonateSecurityContext +ImportSecurityContextA +ImportSecurityContextW +InitSecurityInterfaceA +InitSecurityInterfaceW +InitializeSecurityContextA +InitializeSecurityContextW +LsaCallAuthenticationPackage +LsaConnectUntrusted +LsaDeregisterLogonProcess +LsaEnumerateLogonSessions +LsaFreeReturnBuffer +LsaGetLogonSessionData +LsaLogonUser +LsaLookupAuthenticationPackage +LsaRegisterLogonProcess +LsaRegisterPolicyChangeNotification +LsaUnregisterPolicyChangeNotification +MakeSignature +QueryContextAttributesA +QueryContextAttributesW +QueryCredentialsAttributesA +QueryCredentialsAttributesW +QuerySecurityContextToken +QuerySecurityPackageInfoA +QuerySecurityPackageInfoW +RevertSecurityContext +SaslAcceptSecurityContext +SaslEnumerateProfilesA +SaslEnumerateProfilesW +SaslGetContextOption +SaslGetProfilePackageA +SaslGetProfilePackageW +SaslIdentifyPackageA +SaslIdentifyPackageW +SaslInitializeSecurityContextA +SaslInitializeSecurityContextW +SaslSetContextOption +SealMessage +SecCacheSspiPackages +SeciAllocateAndSetCallFlags +SeciAllocateAndSetIPAddress +SeciFreeCallContext +SecpFreeMemory +SecpSetIPAddress +SecpTranslateName +SecpTranslateNameEx +SetContextAttributesA +SetContextAttributesW +SetCredentialsAttributesA +SetCredentialsAttributesW +SspiCompareAuthIdentities +SspiCopyAuthIdentity +SspiDecryptAuthIdentity +SspiEncodeAuthIdentityAsStrings +SspiEncodeStringsAsAuthIdentity +SspiEncryptAuthIdentity +SspiExcludePackage +SspiFreeAuthIdentity +SspiGetTargetHostName +SspiIsAuthIdentityEncrypted +SspiLocalFree +SspiMarshalAuthIdentity +SspiPrepareForCredRead +SspiPrepareForCredWrite +SspiUnmarshalAuthIdentity +SspiValidateAuthIdentity +SspiZeroAuthIdentity +TranslateNameA +TranslateNameW +UnsealMessage +VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/security.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/security.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/security.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/security.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,44 @@ +; +; Exports of file Security.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY Security.dll +EXPORTS +AcceptSecurityContext +AcquireCredentialsHandleA +AcquireCredentialsHandleW +AddSecurityPackageA +AddSecurityPackageW +ApplyControlToken +CompleteAuthToken +DecryptMessage +DeleteSecurityContext +DeleteSecurityPackageA +DeleteSecurityPackageW +EncryptMessage +EnumerateSecurityPackagesA +EnumerateSecurityPackagesW +ExportSecurityContext +FreeContextBuffer +FreeCredentialsHandle +ImpersonateSecurityContext +ImportSecurityContextA +ImportSecurityContextW +InitSecurityInterfaceA +InitSecurityInterfaceW +InitializeSecurityContextA +InitializeSecurityContextW +MakeSignature +QueryContextAttributesA +QueryContextAttributesW +QueryCredentialsAttributesA +QueryCredentialsAttributesW +QuerySecurityContextToken +QuerySecurityPackageInfoA +QuerySecurityPackageInfoW +RevertSecurityContext +SealMessage +UnsealMessage +VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sensapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sensapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sensapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sensapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file SensApi.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SensApi.dll +EXPORTS +IsDestinationReachableA +IsDestinationReachableW +IsNetworkAlive diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sens.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sens.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sens.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sens.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of Sens.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "Sens.dll" +EXPORTS +ServiceMain +SvchostPushServiceGlobals +SensNotifyNetconEvent +SensNotifyRasEvent +SensNotifyWinlogonEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/serialui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/serialui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/serialui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/serialui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file SERIALUI.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SERIALUI.dll +EXPORTS +drvCommConfigDialogW +drvCommConfigDialogA +drvSetDefaultCommConfigW +drvSetDefaultCommConfigA +drvGetDefaultCommConfigW +drvGetDefaultCommConfigA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/serwvdrv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/serwvdrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/serwvdrv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/serwvdrv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file SERWVDRV.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SERWVDRV.dll +EXPORTS +DriverProc +widMessage +wodMessage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/shell32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/shell32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/shell32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/shell32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,389 @@ +LIBRARY "SHELL32.dll" +EXPORTS +SHChangeNotifyRegister +SHDefExtractIconA +SHChangeNotifyDeregister +SHDefExtractIconW +PifMgr_OpenProperties +PifMgr_GetProperties +PifMgr_SetProperties +PifMgr_CloseProperties +SHStartNetConnectionDialogW +ILFindLastID +ILRemoveLastID +ILClone +ILCloneFirst +ILIsEqual +DAD_DragEnterEx2 +ILIsParent +ILFindChild +ILCombine +ILLoadFromStream +ILSaveToStream +SHILCreateFromPath +IsLFNDriveA +IsLFNDriveW +PathIsExe +PathMakeUniqueName +PathQualify +PathResolve +RestartDialog +PickIconDlg +GetFileNameFromBrowse +DriveType +IsNetDrive +Shell_MergeMenus +SHGetSetSettings +Shell_GetImageLists +Shell_GetCachedImageIndex +SHShellFolderView_Message +SHCreateStdEnumFmtEtc +PathYetAnotherMakeUniqueName +SHMapPIDLToSystemImageListIndex +SHOpenPropSheetW +OpenAs_RunDLL +CIDLData_CreateFromIDArray +OpenRegStream +SHDoDragDrop +SHCloneSpecialIDList +SHFindFiles +PathGetShortPath +SHGetRealIDL +SHRestricted +SHCoCreateInstance +SignalFileOpen +Activate_RunDLL +CheckEscapesA +CheckEscapesW +Control_FillCache_RunDLL +Control_FillCache_RunDLLA +Control_FillCache_RunDLLW +IsLFNDrive +SHFlushClipboard +OpenAs_RunDLLA +DAD_AutoScroll +DAD_DragEnterEx +DAD_DragLeave +OpenAs_RunDLLW +DAD_DragMove +PrepareDiscForBurnRunDllW +DAD_SetDragImage +DAD_ShowDragImage +PrintersGetCommand_RunDLL +PrintersGetCommand_RunDLLA +SHCLSIDFromString +SHFind_InitMenuPopup +SHMapIDListToImageListIndexAsync +PrintersGetCommand_RunDLLW +ILGetSize +ILGetNext +ILAppendID +ILFree +ILCreateFromPath +SHRunControlPanel +SHSimpleIDListFromPath +Win32DeleteFile +SHCreateDirectory +CallCPLEntry16 +SHAddFromPropSheetExtArray +SHCreatePropSheetExtArray +SHDestroyPropSheetExtArray +SHReplaceFromPropSheetExtArray +PathCleanupSpec +SHValidateUNC +SHCreateShellFolderViewEx +SHSetInstanceExplorer +SHObjectProperties +SHGetNewLinkInfoA +SHGetNewLinkInfoW +ShellMessageBoxW +ShellMessageBoxA +ILCreateFromPathA +ILCreateFromPathW +SHUpdateImageA +SHUpdateImageW +SHHandleUpdateImage +SHFree +SHAlloc +RealShellExecuteA +RealShellExecuteExA +RealShellExecuteExW +RealShellExecuteW +SHHelpShortcuts_RunDLL +SHHelpShortcuts_RunDLLA +SHSetFolderPathA +SHSetFolderPathW +SHHelpShortcuts_RunDLLW +PathIsSlowW +PathIsSlowA +SHTestTokenMembership +AppCompat_RunDLLW +SHCreateShellFolderView +AssocCreateForClasses +AssocGetDetailsOfPropKey +CheckEscapesW +CommandLineToArgvW +Control_RunDLL +Control_RunDLLA +Control_RunDLLAsUserW +Control_RunDLLW +DoEnvironmentSubstA +DoEnvironmentSubstW +DragAcceptFiles +DragFinish +DragQueryFile +DragQueryFileA +DragQueryFileAorW +DragQueryFileW +DragQueryPoint +DuplicateIcon +ExtractAssociatedIconA +ExtractAssociatedIconExA +ExtractAssociatedIconExW +ExtractAssociatedIconW +ExtractIconA +ExtractIconEx +ExtractIconExA +ExtractIconExW +ExtractIconResInfoA +ExtractIconResInfoW +ExtractIconW +ExtractVersionResource16W +FindExeDlgProc +FindExecutableA +FindExecutableW +FreeIconList +GetCurrentProcessExplicitAppUserModelID +InitNetworkAddressControl +InternalExtractIconListA +InternalExtractIconListW +LaunchMSHelp_RunDLLW +Options_RunDLL +Options_RunDLLA +Options_RunDLLW +PathCleanupSpecWorker +PathIsExeWorker +RegenerateUserEnvironment +RunAsNewUser_RunDLLW +SHAddDefaultPropertiesByExt +SHAddToRecentDocs +SHAppBarMessage +SHAssocEnumHandlers +SHAssocEnumHandlersForProtocolByApplication +SHBindToFolderIDListParent +SHBindToFolderIDListParentEx +SHBindToObject +SHBindToParent +SHBrowseForFolder +SHBrowseForFolderA +SHBrowseForFolderW +SHChangeNotify +SHChangeNotifyRegisterThread +SHChangeNotifySuspendResume +SHCoCreateInstanceWorker +SHCreateAssociationRegistration +SHCreateDataObject +SHCreateDefaultContextMenu +SHCreateDefaultExtractIcon +SHCreateDefaultPropertiesOp +SHCreateDirectoryExA +SHCreateDirectoryExW +SHCreateDirectoryExWWorker +SHCreateItemFromIDList +SHCreateItemFromParsingName +SHCreateItemFromRelativeName +SHCreateItemInKnownFolder +SHCreateItemWithParent +SHCreateLocalServerRunDll +SHCreateProcessAsUserW +SHCreateQueryCancelAutoPlayMoniker +SHCreateShellItem +SHCreateShellItemArray +SHCreateShellItemArrayFromDataObject +SHCreateShellItemArrayFromIDLists +SHCreateShellItemArrayFromShellItem +SHEmptyRecycleBinA +SHEmptyRecycleBinW +SHEnableServiceObject +SHEnumerateUnreadMailAccountsW +SHEvaluateSystemCommandTemplate +SHExtractIconsW +SHFileOperation +SHFileOperationA +SHFileOperationW +SHFormatDrive +SHFreeNameMappings +SHGetDataFromIDListA +SHGetDataFromIDListW +SHGetDesktopFolder +SHGetDesktopFolderWorker +SHGetDiskFreeSpaceA +SHGetDiskFreeSpaceExA +SHGetDiskFreeSpaceExW +SHGetDriveMedia +SHGetFileInfo +SHGetFileInfoA +SHGetFileInfoW +SHGetFileInfoWWorker +SHGetFolderLocation +SHGetFolderLocationWorker +SHGetFolderPathA +SHGetFolderPathAWorker +SHGetFolderPathAndSubDirA +SHGetFolderPathAndSubDirW +SHGetFolderPathAndSubDirWWorker +SHGetFolderPathEx +SHGetFolderPathW +SHGetFolderPathWWorker +SHGetIDListFromObject +SHGetIconOverlayIndexA +SHGetIconOverlayIndexW +SHGetInstanceExplorer +SHGetInstanceExplorerWorker +SHGetItemFromDataObject +SHGetItemFromObject +SHGetKnownFolderIDList +SHGetKnownFolderItem +SHGetKnownFolderPath +SHGetKnownFolderPathWorker +SHGetLocalizedName +SHGetMalloc +SHGetNameFromIDList +SHGetNewLinkInfo +SHGetPathFromIDList +SHGetPathFromIDListA +SHGetPathFromIDListEx +SHGetPathFromIDListW +SHGetPropertyStoreForWindow +SHGetPropertyStoreFromIDList +SHGetPropertyStoreFromParsingName +SHGetSettings +SHGetSpecialFolderLocation +SHGetSpecialFolderPathA +SHGetSpecialFolderPathAWorker +SHGetSpecialFolderPathW +SHGetSpecialFolderPathWWorker +SHGetStockIconInfo +SHGetTemporaryPropertyForItem +SHGetUnreadMailCountW +SHInvokePrinterCommandA +SHInvokePrinterCommandW +SHIsFileAvailableOffline +SHLoadInProc +SHLoadNonloadedIconOverlayIdentifiers +SHOpenFolderAndSelectItems +SHOpenWithDialog +SHParseDisplayName +SHPathPrepareForWriteA +SHPathPrepareForWriteW +SHQueryRecycleBinA +SHQueryRecycleBinW +SHQueryUserNotificationState +SHRemoveLocalizedName +SHResolveLibrary +SHSetDefaultProperties +SHSetKnownFolderPath +SHSetKnownFolderPathWorker +SHSetLocalizedName +SHSetTemporaryPropertyForItem +SHSetUnreadMailCountW +SHShowManageLibraryUI +SHUpdateRecycleBinIcon +SetCurrentProcessExplicitAppUserModelID +SheChangeDirA +SheChangeDirExA +SheChangeDirExW +SheChangeDirW +SheConvertPathW +SheFullPathA +SheFullPathW +SheGetCurDrive +SheShortenPathA +SheShortenPathW +SheGetDirA +SheGetDirExW +SheGetDirW +SheGetPathOffsetW +SheRemoveQuotesA +SheRemoveQuotesW +SheSetCurDrive +ShellAboutA +ShellAboutW +ShellExec_RunDLL +ShellExec_RunDLLA +ShellExec_RunDLLW +ShellExecuteA +ShellExecuteEx +ShellExecuteExA +ShellExecuteExW +ShellExecuteW +ShellHookProc +Shell_GetCachedImageIndexA +Shell_GetCachedImageIndexW +Shell_NotifyIcon +Shell_NotifyIconA +Shell_NotifyIconGetRect +Shell_NotifyIconW +StrChrA +StrChrIA +StrChrIW +StrChrW +StrCmpNA +StrCmpNIA +StrCmpNIW +StrCmpNW +StrCpyNA +StrCpyNW +StrNCmpA +StrNCmpIA +StrNCmpIW +StrNCmpW +StrNCpyA +StrNCpyW +StrRChrA +StrRChrIA +StrRChrIW +StrRChrW +StrRStrA +StrRStrIA +StrRStrIW +StrRStrW +StrStrA +StrStrIA +StrStrIW +StrStrW +WOWShellExecute +SHAllocShared +SHLockShared +SHUnlockShared +SHFreeShared +WaitForExplorerRestartW +RealDriveType +SHFlushSFCache +SHChangeNotification_Lock +SHChangeNotification_Unlock +WriteCabinetState +PathProcessCommand +ReadCabinetState +IsUserAnAdmin +StgMakeUniqueName +SHPropStgCreate +SHPropStgReadMultiple +SHPropStgWriteMultiple +CDefFolderMenu_Create +CDefFolderMenu_Create2 +SHGetSetFolderCustomSettingsW +SHGetSetFolderCustomSettings +SHMultiFileProperties +SHGetImageList +RestartDialogEx +SHCreateFileExtractIconW +SHLimitInputEdit +SHGetShellStyleHInstance +SHGetAttributesFromDataObject +ILLoadFromStreamEx +GetSystemPersistedStorageItemList +CreateStorageItemFromShellItem_FullTrustCaller +CreateStorageItemFromShellItem_FullTrustCaller_ForPackage +CreateStorageItemFromShellItem_FullTrustCaller_ForPackage_WithProcessHandle +CreateStorageItemFromShellItem_FullTrustCaller_UseImplicitFlagsAndPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/shfolder.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/shfolder.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/shfolder.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/shfolder.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file SHFOLDER.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SHFOLDER.dll +EXPORTS +SHGetFolderPathA +SHGetFolderPathW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/shimgvw.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/shimgvw.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/shimgvw.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/shimgvw.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file shimgvw.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY shimgvw.DLL +EXPORTS +ImageView_COMServer +ImageView_Fullscreen +ImageView_FullscreenA +ImageView_FullscreenW +ImageView_PrintTo +ImageView_PrintToA +ImageView_PrintToW +imageview_fullscreenW +ConvertDIBSECTIONToThumbnail +DllCanUnloadNow +DllGetClassObject +DllInstall +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/shlwapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/shlwapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/shlwapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/shlwapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,386 @@ +; +; Definition file of SHLWAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "SHLWAPI.dll" +EXPORTS +ParseURLA +ParseURLW +SHAllocShared +SHLockShared +SHUnlockShared +SHFreeShared +SHCreateMemStream +GetAcceptLanguagesA +GetAcceptLanguagesW +SHCreateThread +IsCharSpaceW +StrCmpNCA +StrCmpNCW +StrCmpNICA +StrCmpNICW +StrCmpCA +StrCmpCW +StrCmpICA +StrCmpICW +IUnknown_QueryStatus +IUnknown_Exec +ConnectToConnectionPoint +IUnknown_AtomicRelease +IUnknown_GetWindow +IUnknown_SetSite +IUnknown_QueryService +IStream_Read +SHMessageBoxCheckA +SHMessageBoxCheckW +IUnknown_Set +SHStripMneumonicA +SHIsChildOrSelf +IStream_Write +IStream_Reset +IStream_Size +SHAnsiToUnicode +SHUnicodeToAnsi +SHUnicodeToAnsiCP +QISearch +SHStripMneumonicW +SHPinDllOfCLSID +IUnknown_GetSite +GUIDFromStringW +WhichPlatform +SHCreateWorkerWindowW +SHRegGetIntW +SHPackDispParamsV +SHAnsiToAnsi +SHUnicodeToUnicode +SHFormatDateTimeA +SHFormatDateTimeW +MLLoadLibraryA +MLLoadLibraryW +ShellMessageBoxW +MLFreeLibrary +SHSendMessageBroadcastA +SHSendMessageBroadcastW +IsOS +PathFileExistsAndAttributesW +UrlFixupW +SHRunIndirectRegClientCommand +SHLoadIndirectString +IStream_ReadPidl +IStream_WritePidl +SHGetViewStatePropertyBag +IsInternetESCEnabled +SHPropertyBag_ReadStrAlloc +IStream_Copy +DelayLoadFailureHook +SHPropertyBag_WriteBSTR +AssocCreate +AssocGetPerceivedType +AssocIsDangerous +AssocQueryKeyA +AssocQueryKeyW +AssocQueryStringA +AssocQueryStringByKeyA +AssocQueryStringByKeyW +AssocQueryStringW +ChrCmpIA +ChrCmpIW +ColorAdjustLuma +ColorHLSToRGB +IStream_ReadStr +IStream_WriteStr +ColorRGBToHLS +DllGetVersion +GetMenuPosFromID +HashData +SHCreateThreadWithHandle +IntlStrEqWorkerA +IntlStrEqWorkerW +IsCharSpaceA +PathAddBackslashA +PathAddBackslashW +SHRegGetValueFromHKCUHKLM +SHRegGetBoolValueFromHKCUHKLM +PathAddExtensionA +PathAddExtensionW +PathAppendA +PathAppendW +PathBuildRootA +PathBuildRootW +PathCanonicalizeA +PathCanonicalizeW +PathCombineA +PathCombineW +PathCommonPrefixA +PathCommonPrefixW +PathCompactPathA +PathCompactPathExA +PathCompactPathExW +PathCompactPathW +PathCreateFromUrlA +PathCreateFromUrlAlloc +PathCreateFromUrlW +PathFileExistsA +PathFileExistsW +PathFindExtensionA +PathFindExtensionW +PathFindFileNameA +PathFindFileNameW +PathFindNextComponentA +PathFindNextComponentW +PathFindOnPathA +PathFindOnPathW +PathFindSuffixArrayA +PathFindSuffixArrayW +PathGetArgsA +PathGetArgsW +PathGetCharTypeA +PathGetCharTypeW +PathGetDriveNumberA +PathGetDriveNumberW +PathIsContentTypeA +PathIsContentTypeW +PathIsDirectoryA +PathIsDirectoryEmptyA +PathIsDirectoryEmptyW +PathIsDirectoryW +PathIsFileSpecA +PathIsFileSpecW +PathIsLFNFileSpecA +PathIsLFNFileSpecW +PathIsNetworkPathA +PathIsNetworkPathW +PathIsPrefixA +PathIsPrefixW +PathIsRelativeA +PathIsRelativeW +PathIsRootA +PathIsRootW +PathIsSameRootA +PathIsSameRootW +PathIsSystemFolderA +PathIsSystemFolderW +PathIsUNCA +PathIsUNCServerA +PathIsUNCServerShareA +PathIsUNCServerShareW +PathIsUNCServerW +PathIsUNCW +PathIsURLA +PathIsURLW +PathMakePrettyA +PathMakePrettyW +PathMakeSystemFolderA +PathMakeSystemFolderW +PathMatchSpecA +PathMatchSpecExA +PathMatchSpecExW +PathMatchSpecW +PathParseIconLocationA +PathParseIconLocationW +PathQuoteSpacesA +PathQuoteSpacesW +PathRelativePathToA +PathRelativePathToW +PathRemoveArgsA +PathRemoveArgsW +PathRemoveBackslashA +PathRemoveBackslashW +PathRemoveBlanksA +PathRemoveBlanksW +PathRemoveExtensionA +PathRemoveExtensionW +PathRemoveFileSpecA +PathRemoveFileSpecW +PathRenameExtensionA +PathRenameExtensionW +PathSearchAndQualifyA +PathSearchAndQualifyW +PathSetDlgItemPathA +PathSetDlgItemPathW +PathSkipRootA +PathSkipRootW +PathStripPathA +PathStripPathW +PathStripToRootA +PathStripToRootW +PathUnExpandEnvStringsA +PathUnExpandEnvStringsW +PathUndecorateA +PathUndecorateW +PathUnmakeSystemFolderA +PathUnmakeSystemFolderW +PathUnquoteSpacesA +PathUnquoteSpacesW +SHAutoComplete +SHCopyKeyA +SHCopyKeyW +SHCreateShellPalette +SHCreateStreamOnFileA +SHCreateStreamOnFileEx +SHCreateStreamOnFileW +SHCreateStreamWrapper +SHCreateThreadRef +SHDeleteEmptyKeyA +SHDeleteEmptyKeyW +SHDeleteKeyA +SHDeleteKeyW +SHDeleteOrphanKeyA +SHDeleteOrphanKeyW +SHDeleteValueA +SHDeleteValueW +SHEnumKeyExA +SHEnumKeyExW +SHEnumValueA +SHEnumValueW +SHGetInverseCMAP +SHGetThreadRef +SHGetValueA +SHGetValueW +SHIsLowMemoryMachine +SHOpenRegStream2A +SHOpenRegStream2W +SHOpenRegStreamA +SHOpenRegStreamW +SHQueryInfoKeyA +SHQueryInfoKeyW +SHQueryValueExA +SHQueryValueExW +SHRegCloseUSKey +SHRegCreateUSKeyA +SHRegCreateUSKeyW +SHRegDeleteEmptyUSKeyA +SHRegDeleteEmptyUSKeyW +SHRegDeleteUSValueA +SHRegDeleteUSValueW +SHRegDuplicateHKey +SHRegEnumUSKeyA +SHRegEnumUSKeyW +SHRegEnumUSValueA +SHRegEnumUSValueW +SHRegGetBoolUSValueA +SHRegGetBoolUSValueW +SHRegGetPathA +SHRegGetPathW +SHRegGetUSValueA +SHRegGetUSValueW +SHRegGetValueA +SHRegGetValueW +SHRegOpenUSKeyA +SHRegOpenUSKeyW +SHRegQueryInfoUSKeyA +SHRegQueryInfoUSKeyW +SHRegQueryUSValueA +SHRegQueryUSValueW +SHRegSetPathA +SHRegSetPathW +SHRegSetUSValueA +SHRegSetUSValueW +SHRegWriteUSValueA +SHRegWriteUSValueW +SHRegisterValidateTemplate +SHReleaseThreadRef +SHSetThreadRef +SHSetValueA +SHSetValueW +SHSkipJunction +SHStrDupA +SHStrDupW +ShellMessageBoxA +StrCSpnA +StrCSpnIA +StrCSpnIW +StrCSpnW +StrCatBuffA +StrCatBuffW +StrCatChainW +StrCatW +StrChrA +StrChrIA +StrChrIW +StrChrNIW +StrChrNW +StrChrW +StrCmpIW +StrCmpLogicalW +StrCmpNA +StrCmpNIA +StrCmpNIW +StrCmpNW +StrCmpW +StrCpyNW +StrCpyW +StrDupA +StrDupW +StrFormatByteSize64A +StrFormatByteSizeA +StrFormatByteSizeEx +StrFormatByteSizeW +StrFormatKBSizeA +StrFormatKBSizeW +StrFromTimeIntervalA +StrFromTimeIntervalW +StrIsIntlEqualA +StrIsIntlEqualW +StrNCatA +StrNCatW +StrPBrkA +StrPBrkW +StrRChrA +StrRChrIA +StrRChrIW +StrRChrW +StrRStrIA +StrRStrIW +StrRetToBSTR +StrRetToBufA +StrRetToBufW +StrRetToStrA +StrRetToStrW +StrSpnA +StrSpnW +StrStrA +StrStrIA +StrStrIW +StrStrNIW +StrStrNW +StrStrW +StrToInt64ExA +StrToInt64ExW +StrToIntA +StrToIntExA +StrToIntExW +StrToIntW +StrTrimA +StrTrimW +UrlApplySchemeA +UrlApplySchemeW +UrlCanonicalizeA +UrlCanonicalizeW +UrlCombineA +UrlCombineW +UrlCompareA +UrlCompareW +UrlCreateFromPathA +UrlCreateFromPathW +UrlEscapeA +UrlEscapeW +UrlGetLocationA +UrlGetLocationW +UrlGetPartA +UrlGetPartW +UrlHashA +UrlHashW +UrlIsA +UrlIsNoHistoryA +UrlIsNoHistoryW +UrlIsOpaqueA +UrlIsOpaqueW +UrlIsW +UrlUnescapeA +UrlUnescapeW +wnsprintfA +wnsprintfW +wvnsprintfA +wvnsprintfW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/shsvcs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/shsvcs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/shsvcs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/shsvcs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file SHSVCS.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SHSVCS.dll +EXPORTS +DllInstall +DllRegisterServer +DllUnregisterServer +HardwareDetectionServiceMain +ThemeServiceMain +CreateHardwareEventMoniker +DllCanUnloadNow +DllGetClassObject diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sisbkup.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sisbkup.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sisbkup.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sisbkup.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file sisbkup.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY sisbkup.dll +EXPORTS +SisCSFilesToBackupForLink +SisCreateBackupStructure +SisCreateRestoreStructure +SisFreeAllocatedMemory +SisFreeBackupStructure +SisFreeRestoreStructure +SisRestoredCommonStoreFile +SisRestoredLink diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/slcext.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/slcext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/slcext.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/slcext.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +; +; Definition file of slcext.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "slcext.dll" +EXPORTS +;ord_300 @300 +;ord_301 @301 +;ord_302 @302 +;ord_303 @303 +;ord_304 @304 +SLAcquireGenuineTicket +SLActivateProduct +SLDepositTokenActivationResponse +SLFreeTokenActivationCertificates +SLFreeTokenActivationGrants +SLGenerateTokenActivationChallenge +SLGetPackageProductKey +SLGetPackageProperties +SLGetPackageToken +SLGetReferralInformation +SLGetServerStatus +SLGetTokenActivationCertificates +SLGetTokenActivationGrants +SLInstallPackage +SLSignTokenActivationChallenge +SLUninstallPackage diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/slwga.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/slwga.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/slwga.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/slwga.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Definition file of SLWGA.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "SLWGA.dll" +EXPORTS +;ord_227 @227 +SLIsGenuineLocal diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/snmpapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/snmpapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/snmpapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/snmpapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +; +; Exports of file snmpapi.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY snmpapi.dll +EXPORTS +SnmpSvcAddrIsIpx +SnmpSvcAddrToSocket +SnmpSvcGetEnterpriseOID +SnmpSvcGetUptime +SnmpSvcGetUptimeFromTime +SnmpSvcInitUptime +SnmpSvcSetLogLevel +SnmpSvcSetLogType +SnmpTfxClose +SnmpTfxOpen +SnmpTfxQuery +SnmpUtilAnsiToUnicode +SnmpUtilAsnAnyCpy +SnmpUtilAsnAnyFree +SnmpUtilDbgPrint +SnmpUtilIdsToA +SnmpUtilMemAlloc +SnmpUtilMemFree +SnmpUtilMemReAlloc +SnmpUtilOctetsCmp +SnmpUtilOctetsCpy +SnmpUtilOctetsFree +SnmpUtilOctetsNCmp +SnmpUtilOidAppend +SnmpUtilOidCmp +SnmpUtilOidCpy +SnmpUtilOidFree +SnmpUtilOidNCmp +SnmpUtilOidToA +SnmpUtilPrintAsnAny +SnmpUtilPrintOid +SnmpUtilUTF8ToUnicode +SnmpUtilUnicodeToAnsi +SnmpUtilUnicodeToUTF8 +SnmpUtilVarBindCpy +SnmpUtilVarBindFree +SnmpUtilVarBindListCpy +SnmpUtilVarBindListFree diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/softpub.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/softpub.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/softpub.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/softpub.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +; +; Exports of file SOFTPUB.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SOFTPUB.dll +EXPORTS +GenericChainCertificateTrust +GenericChainFinalProv +HTTPSCertificateTrust +SoftpubDefCertInit +SoftpubFreeDefUsageCallData +SoftpubLoadDefUsageCallData +AddPersonalTrustDBPages +DllRegisterServer +DllUnregisterServer +DriverCleanupPolicy +DriverFinalPolicy +DriverInitializePolicy +FindCertsByIssuer +HTTPSFinalProv +OfficeCleanupPolicy +OfficeInitializePolicy +OpenPersonalTrustDBDialog +SoftpubAuthenticode +SoftpubCheckCert +SoftpubCleanup +SoftpubDumpStructure +SoftpubInitialize +SoftpubLoadMessage +SoftpubLoadSignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sqlsrv32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sqlsrv32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sqlsrv32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sqlsrv32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,98 @@ +; +; Exports of file SQLSRV32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY SQLSRV32.dll +EXPORTS +SQLBindCol +SQLCancel +SQLColAttributeW +SQLConnectW +SQLDescribeColW +SQLDisconnect +SQLExecDirectW +SQLExecute +SQLFetch +SQLFreeStmt +SQLGetCursorNameW +SQLNumResultCols +SQLPrepareW +SQLRowCount +SQLSetCursorNameW +SQLBulkOperations +SQLColumnsW +SQLDriverConnectW +SQLGetConnectOptionW +SQLGetData +SQLGetFunctions +SQLGetInfoW +SQLGetTypeInfoW +SQLParamData +SQLPutData +SQLSetConnectOptionW +SQLSpecialColumnsW +SQLStatisticsW +SQLTablesW +SQLBrowseConnectW +SQLColumnPrivilegesW +SQLDescribeParam +SQLExtendedFetch +SQLForeignKeysW +SQLMoreResults +SQLNativeSqlW +SQLNumParams +SQLParamOptions +SQLPrimaryKeysW +SQLProcedureColumnsW +SQLProceduresW +SQLSetPos +SQLSetScrollOptions +SQLTablePrivilegesW +SQLBindParameter +SQLAllocHandle +SQLCloseCursor +SQLCopyDesc +SQLEndTran +SQLFreeHandle +SQLGetConnectAttrW +SQLGetDescFieldW +SQLGetDescRecW +SQLGetDiagFieldW +SQLGetDiagRecW +SQLGetEnvAttr +SQLGetStmtAttrW +SQLSetConnectAttrW +SQLSetDescFieldW +SQLSetDescRec +SQLSetEnvAttr +SQLSetStmtAttrW +SQLFetchScroll +LibMain +ConfigDSNW +ConfigDriverW +SQLDebug +BCP_batch +BCP_bind +BCP_colfmt +BCP_collen +BCP_colptr +BCP_columns +BCP_control +BCP_done +BCP_init +BCP_exec +BCP_moretext +BCP_sendrow +BCP_readfmt +BCP_writefmt +ConnectDlgProc +WizDSNDlgProc +WizIntSecurityDlgProc +WizDatabaseDlgProc +WizLanguageDlgProc +FinishDlgProc +TestDlgProc +BCP_getcolfmt +BCP_setcolfmt diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/srvcli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/srvcli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/srvcli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/srvcli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,64 @@ +; +; Definition file of srvcli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "srvcli.dll" +EXPORTS +I_NetDfsGetVersion +I_NetServerSetServiceBits +I_NetServerSetServiceBitsEx +LocalAliasGet +LocalFileClose +LocalFileEnum +LocalFileEnumEx +LocalFileGetInfo +LocalFileGetInfoEx +LocalSessionDel +LocalSessionEnum +LocalSessionEnumEx +LocalSessionGetInfo +LocalSessionGetInfoEx +LocalShareAdd +LocalShareDelEx +LocalShareEnum +LocalShareEnumEx +LocalShareGetInfo +LocalShareGetInfoEx +LocalShareSetInfo +NetConnectionEnum +NetFileClose +NetFileEnum +NetFileGetInfo +NetRemoteTOD +NetServerAliasAdd +NetServerAliasDel +NetServerAliasEnum +NetServerComputerNameAdd +NetServerComputerNameDel +NetServerDiskEnum +NetServerGetInfo +NetServerSetInfo +NetServerStatisticsGet +NetServerTransportAdd +NetServerTransportAddEx +NetServerTransportDel +NetServerTransportEnum +NetSessionDel +NetSessionEnum +NetSessionGetInfo +NetShareAdd +NetShareCheck +NetShareDel +NetShareDelEx +NetShareDelSticky +NetShareEnum +NetShareEnumSticky +NetShareGetInfo +NetShareSetInfo +NetpsNameCanonicalize +NetpsNameCompare +NetpsNameValidate +NetpsPathCanonicalize +NetpsPathCompare +NetpsPathType diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/srvsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/srvsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/srvsvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/srvsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file srvsvc.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY srvsvc.dll +EXPORTS +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sspicli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sspicli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sspicli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sspicli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,107 @@ +; +; Definition file of SspiCli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "SspiCli.dll" +EXPORTS +SecDeleteUserModeContext +SecInitUserModeContext +SspiUnmarshalAuthIdentityInternal +AcceptSecurityContext +AcquireCredentialsHandleA +AcquireCredentialsHandleW +AddCredentialsA +AddCredentialsW +AddSecurityPackageA +AddSecurityPackageW +ApplyControlToken +ChangeAccountPasswordA +ChangeAccountPasswordW +CompleteAuthToken +CredMarshalTargetInfo +CredUnmarshalTargetInfo +DecryptMessage +DeleteSecurityContext +DeleteSecurityPackageA +DeleteSecurityPackageW +EncryptMessage +EnumerateSecurityPackagesA +EnumerateSecurityPackagesW +ExportSecurityContext +FreeContextBuffer +FreeCredentialsHandle +GetSecurityUserInfo +GetUserNameExA +GetUserNameExW +ImpersonateSecurityContext +ImportSecurityContextA +ImportSecurityContextW +InitSecurityInterfaceA +InitSecurityInterfaceW +InitializeSecurityContextA +InitializeSecurityContextW +LogonUserExExW +LsaCallAuthenticationPackage +LsaConnectUntrusted +LsaDeregisterLogonProcess +LsaEnumerateLogonSessions +LsaFreeReturnBuffer +LsaGetLogonSessionData +LsaLogonUser +LsaLookupAuthenticationPackage +LsaRegisterLogonProcess +LsaRegisterPolicyChangeNotification +LsaUnregisterPolicyChangeNotification +MakeSignature +QueryContextAttributesA +QueryContextAttributesW +QueryCredentialsAttributesA +QueryCredentialsAttributesW +QuerySecurityContextToken +QuerySecurityPackageInfoA +QuerySecurityPackageInfoW +RevertSecurityContext +SaslAcceptSecurityContext +SaslEnumerateProfilesA +SaslEnumerateProfilesW +SaslGetContextOption +SaslGetProfilePackageA +SaslGetProfilePackageW +SaslIdentifyPackageA +SaslIdentifyPackageW +SaslInitializeSecurityContextA +SaslInitializeSecurityContextW +SaslSetContextOption +SealMessage +SecCacheSspiPackages +SeciAllocateAndSetCallFlags +SeciAllocateAndSetIPAddress +SeciFreeCallContext +SeciIsProtectedUser +SetContextAttributesA +SetContextAttributesW +SetCredentialsAttributesA +SetCredentialsAttributesW +SspiCompareAuthIdentities +SspiCopyAuthIdentity +SspiDecryptAuthIdentity +SspiDecryptAuthIdentityEx +SspiEncodeAuthIdentityAsStrings +SspiEncodeStringsAsAuthIdentity +SspiEncryptAuthIdentity +SspiEncryptAuthIdentityEx +SspiExcludePackage +SspiFreeAuthIdentity +SspiGetComputerNameForSPN +SspiGetTargetHostName +SspiIsAuthIdentityEncrypted +SspiLocalFree +SspiMarshalAuthIdentity +SspiPrepareForCredRead +SspiPrepareForCredWrite +SspiUnmarshalAuthIdentity +SspiValidateAuthIdentity +SspiZeroAuthIdentity +UnsealMessage +VerifySignature diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/streamci.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/streamci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/streamci.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/streamci.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Exports of file streamci.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY streamci.dll +EXPORTS +StreamingDeviceClassInstaller +StreamingDeviceRemove +StreamingDeviceRemoveA +StreamingDeviceRemoveW +StreamingDeviceSetup +StreamingDeviceSetupA +StreamingDeviceSetupW +SwEnumCoInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/sxs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/sxs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/sxs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/sxs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +; +; Exports of file sxs.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY sxs.dll +EXPORTS +SxsFindClrClassInformation +SxsFindClrSurrogateInformation +SxsLookupClrGuid +SxsRunDllInstallAssembly +SxsRunDllInstallAssemblyW +SxspGenerateManifestPathOnAssemblyIdentity +SxspGeneratePolicyPathOnAssemblyIdentity +SxspRunDllDeleteDirectory +SxspRunDllDeleteDirectoryW +CreateAssemblyCache +CreateAssemblyNameObject +DllInstall +SxsBeginAssemblyInstall +SxsEndAssemblyInstall +SxsGenerateActivationContext +SxsInstallW +SxsOleAut32MapConfiguredClsidToReferenceClsid +SxsOleAut32MapIIDOrCLSIDToTypeLibrary +SxsOleAut32MapIIDToProxyStubCLSID +SxsOleAut32MapIIDToTLBPath +SxsOleAut32MapReferenceClsidToConfiguredClsid +SxsOleAut32RedirectTypeLibrary +SxsProbeAssemblyInstallation +SxsProtectionGatherEntriesW +SxsProtectionNotifyW +SxsProtectionPerformScanNow +SxsProtectionUserLogoffEvent +SxsProtectionUserLogonEvent +SxsQueryManifestInformation +SxsUninstallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/t2embed.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/t2embed.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/t2embed.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/t2embed.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,22 @@ +; +; Exports of file t2embed.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY t2embed.dll +EXPORTS +TTCharToUnicode +TTDeleteEmbeddedFont +TTEmbedFont +TTEmbedFontEx +TTEmbedFontFromFileA +TTEnableEmbeddingForFacename +TTGetEmbeddedFontInfo +TTGetEmbeddingType +TTGetNewFontName +TTIsEmbeddingEnabled +TTIsEmbeddingEnabledForFacename +TTLoadEmbeddedFont +TTRunValidationTests +TTRunValidationTestsEx diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/tapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/tapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/tapi32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/tapi32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,286 @@ +; +; Exports of file TAPI32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY TAPI32.dll +EXPORTS +GetTapi16CallbackMsg +LAddrParamsInited +LOpenDialAsst +LocWizardDlgProc +MMCAddProvider +MMCConfigProvider +MMCGetAvailableProviders +MMCGetDeviceFlags +MMCGetLineInfo +MMCGetLineStatus +MMCGetPhoneInfo +MMCGetPhoneStatus +MMCGetProviderList +MMCGetServerConfig +MMCInitialize +MMCRemoveProvider +MMCSetLineInfo +MMCSetPhoneInfo +MMCSetServerConfig +MMCShutdown +NonAsyncEventThread +TAPIWndProc +TUISPIDLLCallback +internalConfig +internalCreateDefLocation +internalNewLocationW +internalPerformance +internalRemoveLocation +internalRenameLocationW +lineAccept +lineAddProvider +lineAddProviderA +lineAddProviderW +lineAddToConference +lineAgentSpecific +lineAnswer +lineBlindTransfer +lineBlindTransferA +lineBlindTransferW +lineClose +lineCompleteCall +lineCompleteTransfer +lineConfigDialog +lineConfigDialogA +lineConfigDialogEdit +lineConfigDialogEditA +lineConfigDialogEditW +lineConfigDialogW +lineConfigProvider +lineCreateAgentA +lineCreateAgentSessionA +lineCreateAgentSessionW +lineCreateAgentW +lineDeallocateCall +lineDevSpecific +lineDevSpecificFeature +lineDial +lineDialA +lineDialW +lineDrop +lineForward +lineForwardA +lineForwardW +lineGatherDigits +lineGatherDigitsA +lineGatherDigitsW +lineGenerateDigits +lineGenerateDigitsA +lineGenerateDigitsW +lineGenerateTone +lineGetAddressCaps +lineGetAddressCapsA +lineGetAddressCapsW +lineGetAddressID +lineGetAddressIDA +lineGetAddressIDW +lineGetAddressStatus +lineGetAddressStatusA +lineGetAddressStatusW +lineGetAgentActivityListA +lineGetAgentActivityListW +lineGetAgentCapsA +lineGetAgentCapsW +lineGetAgentGroupListA +lineGetAgentGroupListW +lineGetAgentInfo +lineGetAgentSessionInfo +lineGetAgentSessionList +lineGetAgentStatusA +lineGetAgentStatusW +lineGetAppPriority +lineGetAppPriorityA +lineGetAppPriorityW +lineGetCallInfo +lineGetCallInfoA +lineGetCallInfoW +lineGetCallStatus +lineGetConfRelatedCalls +lineGetCountry +lineGetCountryA +lineGetCountryW +lineGetDevCaps +lineGetDevCapsA +lineGetDevCapsW +lineGetDevConfig +lineGetDevConfigA +lineGetDevConfigW +lineGetGroupListA +lineGetGroupListW +lineGetID +lineGetIDA +lineGetIDW +lineGetIcon +lineGetIconA +lineGetIconW +lineGetLineDevStatus +lineGetLineDevStatusA +lineGetLineDevStatusW +lineGetMessage +lineGetNewCalls +lineGetNumRings +lineGetProviderList +lineGetProviderListA +lineGetProviderListW +lineGetProxyStatus +lineGetQueueInfo +lineGetQueueListA +lineGetQueueListW +lineGetRequest +lineGetRequestA +lineGetRequestW +lineGetStatusMessages +lineGetTranslateCaps +lineGetTranslateCapsA +lineGetTranslateCapsW +lineHandoff +lineHandoffA +lineHandoffW +lineHold +lineInitialize +lineInitializeExA +lineInitializeExW +lineMakeCall +lineMakeCallA +lineMakeCallW +lineMonitorDigits +lineMonitorMedia +lineMonitorTones +lineNegotiateAPIVersion +lineNegotiateExtVersion +lineOpen +lineOpenA +lineOpenW +linePark +lineParkA +lineParkW +linePickup +linePickupA +linePickupW +linePrepareAddToConference +linePrepareAddToConferenceA +linePrepareAddToConferenceW +lineProxyMessage +lineProxyResponse +lineRedirect +lineRedirectA +lineRedirectW +lineRegisterRequestRecipient +lineReleaseUserUserInfo +lineRemoveFromConference +lineRemoveProvider +lineSecureCall +lineSendUserUserInfo +lineSetAgentActivity +lineSetAgentGroup +lineSetAgentMeasurementPeriod +lineSetAgentSessionState +lineSetAgentState +lineSetAgentStateEx +lineSetAppPriority +lineSetAppPriorityA +lineSetAppPriorityW +lineSetAppSpecific +lineSetCallData +lineSetCallParams +lineSetCallPrivilege +lineSetCallQualityOfService +lineSetCallTreatment +lineSetCurrentLocation +lineSetDevConfig +lineSetDevConfigA +lineSetDevConfigW +lineSetLineDevStatus +lineSetMediaControl +lineSetMediaMode +lineSetNumRings +lineSetQueueMeasurementPeriod +lineSetStatusMessages +lineSetTerminal +lineSetTollList +lineSetTollListA +lineSetTollListW +lineSetupConference +lineSetupConferenceA +lineSetupConferenceW +lineSetupTransfer +lineSetupTransferA +lineSetupTransferW +lineShutdown +lineSwapHold +lineTranslateAddress +lineTranslateAddressA +lineTranslateAddressW +lineTranslateDialog +lineTranslateDialogA +lineTranslateDialogW +lineUncompleteCall +lineUnhold +lineUnpark +lineUnparkA +lineUnparkW +phoneClose +phoneConfigDialog +phoneConfigDialogA +phoneConfigDialogW +phoneDevSpecific +phoneGetButtonInfo +phoneGetButtonInfoA +phoneGetButtonInfoW +phoneGetData +phoneGetDevCaps +phoneGetDevCapsA +phoneGetDevCapsW +phoneGetDisplay +phoneGetGain +phoneGetHookSwitch +phoneGetID +phoneGetIDA +phoneGetIDW +phoneGetIcon +phoneGetIconA +phoneGetIconW +phoneGetLamp +phoneGetMessage +phoneGetRing +phoneGetStatus +phoneGetStatusA +phoneGetStatusMessages +phoneGetStatusW +phoneGetVolume +phoneInitialize +phoneInitializeExA +phoneInitializeExW +phoneNegotiateAPIVersion +phoneNegotiateExtVersion +phoneOpen +phoneSetButtonInfo +phoneSetButtonInfoA +phoneSetButtonInfoW +phoneSetData +phoneSetDisplay +phoneSetGain +phoneSetHookSwitch +phoneSetLamp +phoneSetRing +phoneSetStatusMessages +phoneSetVolume +phoneShutdown +tapiGetLocationInfo +tapiGetLocationInfoA +tapiGetLocationInfoW +tapiRequestDrop +tapiRequestMakeCall +tapiRequestMakeCallA +tapiRequestMakeCallW +tapiRequestMediaCall +tapiRequestMediaCallA +tapiRequestMediaCallW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/tapiperf.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/tapiperf.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/tapiperf.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/tapiperf.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file TAPIPERF.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY TAPIPERF.dll +EXPORTS +CloseTapiPerformanceData +CollectTapiPerformanceData +OpenTapiPerformanceData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/tbs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/tbs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/tbs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/tbs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +; +; Definition file of tbs.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "tbs.dll" +EXPORTS +Tbsi_Create_Attestation_From_Log +Tbsi_Get_TCG_Logs +GetDeviceID +GetDeviceIDString +GetDeviceIDWithTimeout +Tbsi_Context_Create +Tbsi_FilterLog +Tbsi_GetDeviceInfo +Tbsi_Get_OwnerAuth +Tbsi_Get_TCG_Log +Tbsi_Physical_Presence_Command +Tbsi_Revoke_Attestation +Tbsi_ShaHash +Tbsip_Cancel_Commands +Tbsip_Context_Close +Tbsip_Submit_Command +Tbsip_Submit_Command_NonBlocking +Tbsip_TestMorBit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/tdh.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/tdh.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/tdh.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/tdh.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +; +; Definition file of tdh.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "tdh.dll" +EXPORTS +TdhAggregatePayloadFilters +TdhApplyPayloadFilter +TdhCleanupPayloadEventFilterDescriptor +TdhCloseDecodingHandle +TdhCreatePayloadFilter +TdhDeletePayloadFilter +TdhEnumerateManifestProviderEvents +TdhEnumerateProviderFieldInformation +TdhEnumerateProviderFilters +TdhEnumerateProviders +TdhEnumerateRemoteWBEMProviderFieldInformation +TdhEnumerateRemoteWBEMProviders +TdhFormatProperty +TdhGetAllEventsInformation +TdhGetDecodingParameter +TdhGetEventInformation +TdhGetEventMapInformation +TdhGetManifestEventInformation +TdhGetProperty +TdhGetPropertyOffsetAndSize +TdhGetPropertySize +TdhGetWppMessage +TdhGetWppProperty +TdhLoadManifest +TdhLoadManifestFromBinary +TdhOpenDecodingHandle +TdhQueryProviderFieldInformation +TdhQueryRemoteWBEMProviderFieldInformation +TdhSetDecodingParameter +TdhUnloadManifest +TdhValidatePayloadFilter diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/traffic.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/traffic.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/traffic.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/traffic.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Definition file of TRAFFIC.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "TRAFFIC.dll" +EXPORTS +TcAddFilter +TcAddFlow +TcCloseInterface +TcDeleteFilter +TcDeleteFlow +TcDeregisterClient +TcEnumerateFlows +TcEnumerateInterfaces +TcGetFlowNameA +TcGetFlowNameW +TcGetInterfaceList +TcModifyFlow +TcOpenInterfaceA +TcOpenInterfaceW +TcQueryFlowA +TcQueryFlowW +TcQueryInterface +TcRegisterClient +TcSetFlowA +TcSetFlowW +TcSetInterface +TcSetSocketFlow diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/tsbyuv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/tsbyuv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/tsbyuv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/tsbyuv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file TSBYUV.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY TSBYUV.dll +EXPORTS +DriverProc diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/txfw32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/txfw32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/txfw32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/txfw32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +; +; Definition file of txfw32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "txfw32.dll" +EXPORTS +TxfGetThreadMiniVersionForCreate +TxfLogCreateFileReadContext +TxfLogCreateRangeReadContext +TxfLogDestroyReadContext +TxfLogReadRecords +TxfLogRecordGetFileName +TxfLogRecordGetGenericType +TxfReadMetadataInfo +TxfSetThreadMiniVersionForCreate diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ucrtbase.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/ucrtbase.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ucrtbase.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ucrtbase.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,2633 @@ +LIBRARY "ucrtbase.dll" +EXPORTS + +#include "func.def.in" +#define UCRTBASE +#include "msvcrt-common.def.in" + +#ifdef DEF_I386 +_CIacos +_CIasin +_CIatan +_CIatan2 +_CIcos +_CIcosh +_CIexp +_CIfmod +_CIlog +_CIlog10 +_CIpow +_CIsin +_CIsinh +_CIsqrt +_CItan +_CItanh +#endif +_Cbuild +_Cmulcc +_Cmulcr +_CreateFrameInfo +F_I386(_CxxThrowException@8) +F_NON_I386(_CxxThrowException) +F_I386(_EH_prolog) +_Exit +_FCbuild +_FCmulcc +_FCmulcr +_FindAndUnlinkFrame +_GetImageBase +_GetThrowImageBase +_Getdays +_Getmonths +_Gettnames +_IsExceptionObjectToBeDestroyed +_LCbuild +_LCmulcc +_LCmulcr +_SetImageBase +_SetThrowImageBase +_NLG_Dispatch2 +_NLG_Return +_NLG_Return2 +_SetWinRTOutOfMemoryExceptionCallback +_Strftime +_W_Getdays +_W_Getmonths +_W_Gettnames +_Wcsftime +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +F_X64(__C_specific_handler) +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +F_I386(__CxxLongjmpUnwind@4) +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +__NLG_Dispatch2 +__NLG_Return2 +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__TypeMatch +___lc_codepage_func +___lc_collate_cp_func +___lc_locale_name_func +___mb_cur_max_func +___mb_cur_max_l_func +__acrt_iob_func +__conio_common_vcprintf +__conio_common_vcprintf_p +__conio_common_vcprintf_s +__conio_common_vcscanf +__conio_common_vcwprintf +__conio_common_vcwprintf_p +__conio_common_vcwprintf_s +__conio_common_vcwscanf +F_I386(__control87_2) +__current_exception +__current_exception_context +__daylight +__dcrt_get_wide_environment_from_os +__dcrt_initial_narrow_environment +__doserrno +__dstbias +__fpe_flt_rounds +__fpecode +__initialize_lconv_for_unsigned_char +__lconv_init == __initialize_lconv_for_unsigned_char +__intrinsic_abnormal_termination +__intrinsic_setjmp +F64(__intrinsic_setjmpex) +__isascii +__iscsym +__iscsymf +__iswcsym +__iswcsymf +#ifdef DEF_I386 +__libm_sse2_acos +__libm_sse2_acosf +__libm_sse2_asin +__libm_sse2_asinf +__libm_sse2_atan +__libm_sse2_atan2 +__libm_sse2_atanf +__libm_sse2_cos +__libm_sse2_cosf +__libm_sse2_exp +__libm_sse2_expf +__libm_sse2_log +__libm_sse2_log10 +__libm_sse2_log10f +__libm_sse2_logf +__libm_sse2_pow +__libm_sse2_powf +__libm_sse2_sin +__libm_sse2_sinf +__libm_sse2_tan +__libm_sse2_tanf +#endif +__p___argc +__p___argv +__p___wargv +__p__acmdln +__p__commode +__p__environ +__p__fmode +__p__mbcasemap +__p__mbctype +__p__pgmptr +__p__wcmdln +__p__wenviron +__p__wpgmptr +__pctype_func +__processing_throw +__pwctype_func +__pxcptinfoptrs +__report_gsfailure +__setusermatherr +__std_exception_copy +__std_exception_destroy +__std_type_info_compare +__std_type_info_destroy_list +__std_type_info_hash +__std_type_info_name +__stdio_common_vfprintf +__stdio_common_vfprintf_p +__stdio_common_vfprintf_s +__stdio_common_vfscanf +__stdio_common_vfwprintf +__stdio_common_vfwprintf_p +__stdio_common_vfwprintf_s +__stdio_common_vfwscanf +__stdio_common_vsnprintf_s +__stdio_common_vsnwprintf_s +__stdio_common_vsprintf +__stdio_common_vsprintf_p +__stdio_common_vsprintf_s +__stdio_common_vsscanf +__stdio_common_vswprintf +__stdio_common_vswprintf_p +__stdio_common_vswprintf_s +__stdio_common_vswscanf +__strncnt +__sys_errlist +__sys_nerr +__threadhandle +__threadid +__timezone +__toascii +__tzname +__unDName +__unDNameEx +__uncaught_exception +__wcserror +__wcserror_s +__wcsncnt +_abs64 +_access +_access_s +_aligned_free +_aligned_malloc +_aligned_msize +_aligned_offset_malloc +_aligned_offset_realloc +_aligned_offset_recalloc +_aligned_realloc +_aligned_recalloc +; DATA set manually +_assert DATA +_atodbl +_atodbl_l +_atof_l +_atoflt +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +_atoldbl_l +_atoll_l +_beep +_beginthread +_beginthreadex +_byteswap_uint64 +_byteswap_ulong +_byteswap_ushort +_c_exit +; DATA set manually +_cabs DATA +_callnewh +_calloc_base +_cexit +_cgets +_cgets_s +_cgetws +_cgetws_s +_chdir +_chdrive +_chgsign +_chgsignf +F_I386(_chkesp) +_chmod +_chsize +_chsize_s +_clearfp +_close +_commit +_configthreadlocale +_configure_narrow_argv +_configure_wide_argv +_control87 +_controlfp +_controlfp_s +_copysign +_copysignf +_cputs +_cputws +_creat +_create_locale +_crt_at_quick_exit +_crt_atexit +_crt_debugger_hook +_ctime32 +_ctime32_s +_ctime64 +_ctime64_s +_cwait +_d_int +_dclass +_dexp +_difftime32 +_difftime64 +_dlog +_dnorm +_dpcomp +_dpoly +_dscale +_dsign +_dsin +_dtest +_dunscale +_dup +_dup2 +_dupenv_s +_ecvt +_ecvt_s +_endthread +_endthreadex +_eof +_errno +_except1 +F_I386(_except_handler2) +F_I386(_except_handler3) +F_I386(_except_handler4_common) +_execl +_execle +_execlp +_execlpe +_execute_onexit_table +_execv +_execve +_execvp +_execvpe +_exit +_expand +_fclose_nolock +_fcloseall +_fcvt +_fcvt_s +_fd_int +_fdclass +_fdexp +_fdlog +_fdnorm +_fdopen +_fdpcomp +_fdpoly +_fdscale +_fdsign +_fdsin +_fdtest +_fdunscale +_fflush_nolock +_fgetc_nolock +_fgetchar +_fgetwc_nolock +_fgetwchar +_filelength +_filelengthi64 +_fileno +_findclose +_findfirst == _findfirst32 +_findfirst32 +_findfirst32i64 +_findfirst64 +_findfirst64i32 +_findnext == _findnext32 +_findnext32 +_findnext32i64 +_findnext64 +_findnext64i32 +_finite +F_NON_I386(_finitef) +_flushall +_fpclass +_fpclassf +F_NON_I386(_fpieee_flt) +; DATA added manually +_fpreset DATA +_fputc_nolock +_fputchar +_fputwc_nolock +_fputwchar +_fread_nolock +_fread_nolock_s +_free_base +_free_locale +_fseek_nolock +_fseeki64 +_fseeki64_nolock +_fsopen +_fstat32 +_fstat32i64 +_fstat64 +_fstat64i32 +_ftell_nolock +_ftelli64 +_ftelli64_nolock +_ftime == _ftime32 +_ftime32 +_ftime32_s +_ftime64 +_ftime64_s +F_I386(_ftol) +_fullpath +_futime == _futime32 +_futime32 +_futime64 +_fwrite_nolock +_gcvt +_gcvt_s +_get_FMA3_enable +_get_current_locale +_get_daylight +_get_doserrno +_get_dstbias +_get_errno +_get_fmode +_get_heap_handle +_get_initial_narrow_environment +_get_initial_wide_environment +_get_invalid_parameter_handler +_get_narrow_winmain_command_line +_get_osfhandle +_get_pgmptr +_get_printf_count_output +_get_purecall_handler +_get_stream_buffer_pointers +_get_terminate +_get_thread_local_invalid_parameter_handler +_get_timezone +_get_tzname +_get_unexpected +_get_wide_winmain_command_line +_get_wpgmptr +_getc_nolock +_getch +_getch_nolock +_getche +_getche_nolock +_getcwd +_getdcwd +_getdiskfree +_getdllprocaddr +_getdrive +_getdrives +_getmaxstdio +_getmbcp +_getpid +_getsystime +_getw +_getwc_nolock +_getwch +_getwch_nolock +_getwche +_getwche_nolock +_getws +_getws_s +F_I386(_global_unwind2) +_gmtime32 +_gmtime32_s +_gmtime64 +_gmtime64_s +_heapchk +_heapmin +_heapwalk +_hypot +_hypotf +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_initialize_narrow_environment +_initialize_onexit_table +_initialize_wide_environment +_initterm +_initterm_e +_invalid_parameter_noinfo +_invalid_parameter_noinfo_noreturn +_invoke_watson +_is_exception_typeof +_isalnum_l +_isalpha_l +_isatty +_isblank_l +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbblank +_ismbbblank_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_ismbcalnum +_ismbcalnum_l +_ismbcalpha +_ismbcalpha_l +_ismbcblank +_ismbcblank_l +_ismbcdigit +_ismbcdigit_l +_ismbcgraph +_ismbcgraph_l +_ismbchira +_ismbchira_l +_ismbckata +_ismbckata_l +_ismbcl0 +_ismbcl0_l +_ismbcl1 +_ismbcl1_l +_ismbcl2 +_ismbcl2_l +_ismbclegal +_ismbclegal_l +_ismbclower +_ismbclower_l +_ismbcprint +_ismbcprint_l +_ismbcpunct +_ismbcpunct_l +_ismbcspace +_ismbcspace_l +_ismbcsymbol +_ismbcsymbol_l +_ismbcupper +_ismbcupper_l +_ismbslead +_ismbslead_l +_ismbstrail +_ismbstrail_l +_isnan +F_X64(_isnanf) +_isprint_l +_ispunct_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswblank_l +_iswcntrl_l +_iswcsym_l +_iswcsymf_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_itoa +_itoa_s +_itow +_itow_s +_j0 +_j1 +_jn +_kbhit +_ld_int +_ldclass +_ldexp +_ldlog +_ldpcomp +_ldpoly +_ldscale +_ldsign +_ldsin +_ldtest +_ldunscale +_lfind +_lfind_s +#ifdef DEF_I386 +_libm_sse2_acos_precise +_libm_sse2_asin_precise +_libm_sse2_atan_precise +_libm_sse2_cos_precise +_libm_sse2_exp_precise +_libm_sse2_log10_precise +_libm_sse2_log_precise +_libm_sse2_pow_precise +_libm_sse2_sin_precise +_libm_sse2_sqrt_precise +_libm_sse2_tan_precise +#endif +_loaddll +F_X64(_local_unwind) +F_I386(_local_unwind2) +F_I386(_local_unwind4) +_localtime32 +_localtime32_s +_localtime64 +_localtime64_s +_lock_file +_lock_locales +_locking +_logb +F_NON_I386(_logbf) +F_I386(_longjmpex) +_lrotl +_lrotr +_lsearch +_lsearch_s +_lseek +_lseeki64 +_ltoa +_ltoa_s +_ltow +_ltow_s +_makepath +_makepath_s +_malloc_base +_mbbtombc +_mbbtombc_l +_mbbtype +_mbbtype_l +; DATA added manually +_mbcasemap DATA +_mbccpy +_mbccpy_l +_mbccpy_s +_mbccpy_s_l +_mbcjistojms +_mbcjistojms_l +_mbcjmstojis +_mbcjmstojis_l +_mbclen +_mbclen_l +_mbctohira +_mbctohira_l +_mbctokata +_mbctokata_l +_mbctolower +_mbctolower_l +_mbctombb +_mbctombb_l +_mbctoupper +_mbctoupper_l +_mblen_l +_mbsbtype +_mbsbtype_l +_mbscat_s +_mbscat_s_l +_mbschr +_mbschr_l +_mbscmp +_mbscmp_l +_mbscoll +_mbscoll_l +_mbscpy_s +_mbscpy_s_l +_mbscspn +_mbscspn_l +_mbsdec +_mbsdec_l +_mbsdup +_mbsicmp +_mbsicmp_l +_mbsicoll +_mbsicoll_l +_mbsinc +_mbsinc_l +_mbslen +_mbslen_l +_mbslwr +_mbslwr_l +_mbslwr_s +_mbslwr_s_l +_mbsnbcat +_mbsnbcat_l +_mbsnbcat_s +_mbsnbcat_s_l +_mbsnbcmp +_mbsnbcmp_l +_mbsnbcnt +_mbsnbcnt_l +_mbsnbcoll +_mbsnbcoll_l +_mbsnbcpy +_mbsnbcpy_l +_mbsnbcpy_s +_mbsnbcpy_s_l +_mbsnbicmp +_mbsnbicmp_l +_mbsnbicoll +_mbsnbicoll_l +_mbsnbset +_mbsnbset_l +_mbsnbset_s +_mbsnbset_s_l +_mbsncat +_mbsncat_l +_mbsncat_s +_mbsncat_s_l +_mbsnccnt +_mbsnccnt_l +_mbsncmp +_mbsncmp_l +_mbsncoll +_mbsncoll_l +_mbsncpy +_mbsncpy_l +_mbsncpy_s +_mbsncpy_s_l +_mbsnextc +_mbsnextc_l +_mbsnicmp +_mbsnicmp_l +_mbsnicoll +_mbsnicoll_l +_mbsninc +_mbsninc_l +_mbsnlen +_mbsnlen_l +_mbsnset +_mbsnset_l +_mbsnset_s +_mbsnset_s_l +_mbspbrk +_mbspbrk_l +_mbsrchr +_mbsrchr_l +_mbsrev +_mbsrev_l +_mbsset +_mbsset_l +_mbsset_s +_mbsset_s_l +_mbsspn +_mbsspn_l +_mbsspnp +_mbsspnp_l +_mbsstr +_mbsstr_l +_mbstok +_mbstok_l +_mbstok_s +_mbstok_s_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbsupr +_mbsupr_l +_mbsupr_s +_mbsupr_s_l +_mbtowc_l +_memccpy +_memicmp +_memicmp_l +_mkdir +_mkgmtime32 +_mkgmtime64 +_mktemp +_mktemp_s +_mktime32 +_mktime64 +_msize +_nextafter +F_X64(_nextafterf) +_o__CIacos +_o__CIasin +_o__CIatan +_o__CIatan2 +_o__CIcos +_o__CIcosh +_o__CIexp +_o__CIfmod +_o__CIlog +_o__CIlog10 +_o__CIpow +_o__CIsin +_o__CIsinh +_o__CIsqrt +_o__CItan +_o__CItanh +_o__Getdays +_o__Getmonths +_o__Gettnames +_o__Strftime +_o__W_Getdays +_o__W_Getmonths +_o__W_Gettnames +_o__Wcsftime +_o____lc_codepage_func +_o____lc_collate_cp_func +_o____lc_locale_name_func +_o____mb_cur_max_func +_o___acrt_iob_func +_o___conio_common_vcprintf +_o___conio_common_vcprintf_p +_o___conio_common_vcprintf_s +_o___conio_common_vcscanf +_o___conio_common_vcwprintf +_o___conio_common_vcwprintf_p +_o___conio_common_vcwprintf_s +_o___conio_common_vcwscanf +_o___daylight +_o___dstbias +_o___fpe_flt_rounds +_o___libm_sse2_acos +_o___libm_sse2_acosf +_o___libm_sse2_asin +_o___libm_sse2_asinf +_o___libm_sse2_atan +_o___libm_sse2_atan2 +_o___libm_sse2_atanf +_o___libm_sse2_cos +_o___libm_sse2_cosf +_o___libm_sse2_exp +_o___libm_sse2_expf +_o___libm_sse2_log +_o___libm_sse2_log10 +_o___libm_sse2_log10f +_o___libm_sse2_logf +_o___libm_sse2_pow +_o___libm_sse2_powf +_o___libm_sse2_sin +_o___libm_sse2_sinf +_o___libm_sse2_tan +_o___libm_sse2_tanf +_o___p___argc +_o___p___argv +_o___p___wargv +_o___p__acmdln +_o___p__commode +_o___p__environ +_o___p__fmode +_o___p__mbcasemap +_o___p__mbctype +_o___p__pgmptr +_o___p__wcmdln +_o___p__wenviron +_o___p__wpgmptr +_o___pctype_func +_o___pwctype_func +_o___std_exception_copy +_o___std_exception_destroy +_o___std_type_info_destroy_list +_o___std_type_info_name +_o___stdio_common_vfprintf +_o___stdio_common_vfprintf_p +_o___stdio_common_vfprintf_s +_o___stdio_common_vfscanf +_o___stdio_common_vfwprintf +_o___stdio_common_vfwprintf_p +_o___stdio_common_vfwprintf_s +_o___stdio_common_vfwscanf +_o___stdio_common_vsnprintf_s +_o___stdio_common_vsnwprintf_s +_o___stdio_common_vsprintf +_o___stdio_common_vsprintf_p +_o___stdio_common_vsprintf_s +_o___stdio_common_vsscanf +_o___stdio_common_vswprintf +_o___stdio_common_vswprintf_p +_o___stdio_common_vswprintf_s +_o___stdio_common_vswscanf +_o___timezone +_o___tzname +_o___wcserror +_o__access +_o__access_s +_o__aligned_free +_o__aligned_malloc +_o__aligned_msize +_o__aligned_offset_malloc +_o__aligned_offset_realloc +_o__aligned_offset_recalloc +_o__aligned_realloc +_o__aligned_recalloc +_o__atodbl +_o__atodbl_l +_o__atof_l +_o__atoflt +_o__atoflt_l +_o__atoi64 +_o__atoi64_l +_o__atoi_l +_o__atol_l +_o__atoldbl +_o__atoldbl_l +_o__atoll_l +_o__beep +_o__beginthread +_o__beginthreadex +_o__cabs +_o__callnewh +_o__calloc_base +_o__cexit +_o__cgets +_o__cgets_s +_o__cgetws +_o__cgetws_s +_o__chdir +_o__chdrive +_o__chmod +_o__chsize +_o__chsize_s +_o__close +_o__commit +_o__configthreadlocale +_o__configure_narrow_argv +_o__configure_wide_argv +_o__controlfp_s +_o__cputs +_o__cputws +_o__creat +_o__create_locale +_o__crt_atexit +_o__ctime32_s +_o__ctime64_s +_o__cwait +_o__d_int +_o__dclass +_o__difftime32 +_o__difftime64 +_o__dlog +_o__dnorm +_o__dpcomp +_o__dpoly +_o__dscale +_o__dsign +_o__dsin +_o__dtest +_o__dunscale +_o__dup +_o__dup2 +_o__dupenv_s +_o__ecvt +_o__ecvt_s +_o__endthread +_o__endthreadex +_o__eof +_o__errno +_o__except1 +_o__execute_onexit_table +_o__execv +_o__execve +_o__execvp +_o__execvpe +_o__exit +_o__expand +_o__fclose_nolock +_o__fcloseall +_o__fcvt +_o__fcvt_s +_o__fd_int +_o__fdclass +_o__fdexp +_o__fdlog +_o__fdopen +_o__fdpcomp +_o__fdpoly +_o__fdscale +_o__fdsign +_o__fdsin +_o__fflush_nolock +_o__fgetc_nolock +_o__fgetchar +_o__fgetwc_nolock +_o__fgetwchar +_o__filelength +_o__filelengthi64 +_o__fileno +_o__findclose +_o__findfirst32 +_o__findfirst32i64 +_o__findfirst64 +_o__findfirst64i32 +_o__findnext32 +_o__findnext32i64 +_o__findnext64 +_o__findnext64i32 +_o__flushall +_o__fpclass +_o__fpclassf +_o__fputc_nolock +_o__fputchar +_o__fputwc_nolock +_o__fputwchar +_o__fread_nolock +_o__fread_nolock_s +_o__free_base +_o__free_locale +_o__fseek_nolock +_o__fseeki64 +_o__fseeki64_nolock +_o__fsopen +_o__fstat32 +_o__fstat32i64 +_o__fstat64 +_o__fstat64i32 +_o__ftell_nolock +_o__ftelli64 +_o__ftelli64_nolock +_o__ftime32 +_o__ftime32_s +_o__ftime64 +_o__ftime64_s +_o__fullpath +_o__futime32 +_o__futime64 +_o__fwrite_nolock +_o__gcvt +_o__gcvt_s +_o__get_daylight +_o__get_doserrno +_o__get_dstbias +_o__get_errno +_o__get_fmode +_o__get_heap_handle +_o__get_initial_narrow_environment +_o__get_initial_wide_environment +_o__get_invalid_parameter_handler +_o__get_narrow_winmain_command_line +_o__get_osfhandle +_o__get_pgmptr +_o__get_stream_buffer_pointers +_o__get_terminate +_o__get_thread_local_invalid_parameter_handler +_o__get_timezone +_o__get_tzname +_o__get_wide_winmain_command_line +_o__get_wpgmptr +_o__getc_nolock +_o__getch +_o__getch_nolock +_o__getche +_o__getche_nolock +_o__getcwd +_o__getdcwd +_o__getdiskfree +_o__getdllprocaddr +_o__getdrive +_o__getdrives +_o__getmbcp +_o__getsystime +_o__getw +_o__getwc_nolock +_o__getwch +_o__getwch_nolock +_o__getwche +_o__getwche_nolock +_o__getws +_o__getws_s +_o__gmtime32 +_o__gmtime32_s +_o__gmtime64 +_o__gmtime64_s +_o__heapchk +_o__heapmin +_o__hypot +_o__hypotf +_o__i64toa +_o__i64toa_s +_o__i64tow +_o__i64tow_s +_o__initialize_narrow_environment +_o__initialize_onexit_table +_o__initialize_wide_environment +_o__invalid_parameter_noinfo +_o__invalid_parameter_noinfo_noreturn +_o__isatty +_o__isctype +_o__isctype_l +_o__isleadbyte_l +_o__ismbbalnum +_o__ismbbalnum_l +_o__ismbbalpha +_o__ismbbalpha_l +_o__ismbbblank +_o__ismbbblank_l +_o__ismbbgraph +_o__ismbbgraph_l +_o__ismbbkalnum +_o__ismbbkalnum_l +_o__ismbbkana +_o__ismbbkana_l +_o__ismbbkprint +_o__ismbbkprint_l +_o__ismbbkpunct +_o__ismbbkpunct_l +_o__ismbblead +_o__ismbblead_l +_o__ismbbprint +_o__ismbbprint_l +_o__ismbbpunct +_o__ismbbpunct_l +_o__ismbbtrail +_o__ismbbtrail_l +_o__ismbcalnum +_o__ismbcalnum_l +_o__ismbcalpha +_o__ismbcalpha_l +_o__ismbcblank +_o__ismbcblank_l +_o__ismbcdigit +_o__ismbcdigit_l +_o__ismbcgraph +_o__ismbcgraph_l +_o__ismbchira +_o__ismbchira_l +_o__ismbckata +_o__ismbckata_l +_o__ismbcl0 +_o__ismbcl0_l +_o__ismbcl1 +_o__ismbcl1_l +_o__ismbcl2 +_o__ismbcl2_l +_o__ismbclegal +_o__ismbclegal_l +_o__ismbclower +_o__ismbclower_l +_o__ismbcprint +_o__ismbcprint_l +_o__ismbcpunct +_o__ismbcpunct_l +_o__ismbcspace +_o__ismbcspace_l +_o__ismbcsymbol +_o__ismbcsymbol_l +_o__ismbcupper +_o__ismbcupper_l +_o__ismbslead +_o__ismbslead_l +_o__ismbstrail +_o__ismbstrail_l +_o__iswctype_l +_o__itoa +_o__itoa_s +_o__itow +_o__itow_s +_o__j0 +_o__j1 +_o__jn +_o__kbhit +_o__ld_int +_o__ldclass +_o__ldexp +_o__ldlog +_o__ldpcomp +_o__ldpoly +_o__ldscale +_o__ldsign +_o__ldsin +_o__ldtest +_o__ldunscale +_o__lfind +_o__lfind_s +_o__libm_sse2_acos_precise +_o__libm_sse2_asin_precise +_o__libm_sse2_atan_precise +_o__libm_sse2_cos_precise +_o__libm_sse2_exp_precise +_o__libm_sse2_log10_precise +_o__libm_sse2_log_precise +_o__libm_sse2_pow_precise +_o__libm_sse2_sin_precise +_o__libm_sse2_sqrt_precise +_o__libm_sse2_tan_precise +_o__loaddll +_o__localtime32 +_o__localtime32_s +_o__localtime64 +_o__localtime64_s +_o__lock_file +_o__locking +_o__logb +_o__logbf +_o__lsearch +_o__lsearch_s +_o__lseek +_o__lseeki64 +_o__ltoa +_o__ltoa_s +_o__ltow +_o__ltow_s +_o__makepath +_o__makepath_s +_o__malloc_base +_o__mbbtombc +_o__mbbtombc_l +_o__mbbtype +_o__mbbtype_l +_o__mbccpy +_o__mbccpy_l +_o__mbccpy_s +_o__mbccpy_s_l +_o__mbcjistojms +_o__mbcjistojms_l +_o__mbcjmstojis +_o__mbcjmstojis_l +_o__mbclen +_o__mbclen_l +_o__mbctohira +_o__mbctohira_l +_o__mbctokata +_o__mbctokata_l +_o__mbctolower +_o__mbctolower_l +_o__mbctombb +_o__mbctombb_l +_o__mbctoupper +_o__mbctoupper_l +_o__mblen_l +_o__mbsbtype +_o__mbsbtype_l +_o__mbscat_s +_o__mbscat_s_l +_o__mbschr +_o__mbschr_l +_o__mbscmp +_o__mbscmp_l +_o__mbscoll +_o__mbscoll_l +_o__mbscpy_s +_o__mbscpy_s_l +_o__mbscspn +_o__mbscspn_l +_o__mbsdec +_o__mbsdec_l +_o__mbsicmp +_o__mbsicmp_l +_o__mbsicoll +_o__mbsicoll_l +_o__mbsinc +_o__mbsinc_l +_o__mbslen +_o__mbslen_l +_o__mbslwr +_o__mbslwr_l +_o__mbslwr_s +_o__mbslwr_s_l +_o__mbsnbcat +_o__mbsnbcat_l +_o__mbsnbcat_s +_o__mbsnbcat_s_l +_o__mbsnbcmp +_o__mbsnbcmp_l +_o__mbsnbcnt +_o__mbsnbcnt_l +_o__mbsnbcoll +_o__mbsnbcoll_l +_o__mbsnbcpy +_o__mbsnbcpy_l +_o__mbsnbcpy_s +_o__mbsnbcpy_s_l +_o__mbsnbicmp +_o__mbsnbicmp_l +_o__mbsnbicoll +_o__mbsnbicoll_l +_o__mbsnbset +_o__mbsnbset_l +_o__mbsnbset_s +_o__mbsnbset_s_l +_o__mbsncat +_o__mbsncat_l +_o__mbsncat_s +_o__mbsncat_s_l +_o__mbsnccnt +_o__mbsnccnt_l +_o__mbsncmp +_o__mbsncmp_l +_o__mbsncoll +_o__mbsncoll_l +_o__mbsncpy +_o__mbsncpy_l +_o__mbsncpy_s +_o__mbsncpy_s_l +_o__mbsnextc +_o__mbsnextc_l +_o__mbsnicmp +_o__mbsnicmp_l +_o__mbsnicoll +_o__mbsnicoll_l +_o__mbsninc +_o__mbsninc_l +_o__mbsnlen +_o__mbsnlen_l +_o__mbsnset +_o__mbsnset_l +_o__mbsnset_s +_o__mbsnset_s_l +_o__mbspbrk +_o__mbspbrk_l +_o__mbsrchr +_o__mbsrchr_l +_o__mbsrev +_o__mbsrev_l +_o__mbsset +_o__mbsset_l +_o__mbsset_s +_o__mbsset_s_l +_o__mbsspn +_o__mbsspn_l +_o__mbsspnp +_o__mbsspnp_l +_o__mbsstr +_o__mbsstr_l +_o__mbstok +_o__mbstok_l +_o__mbstok_s +_o__mbstok_s_l +_o__mbstowcs_l +_o__mbstowcs_s_l +_o__mbstrlen +_o__mbstrlen_l +_o__mbstrnlen +_o__mbstrnlen_l +_o__mbsupr +_o__mbsupr_l +_o__mbsupr_s +_o__mbsupr_s_l +_o__mbtowc_l +_o__memicmp +_o__memicmp_l +_o__mkdir +_o__mkgmtime32 +_o__mkgmtime64 +_o__mktemp +_o__mktemp_s +_o__mktime32 +_o__mktime64 +_o__msize +_o__nextafter +_o__nextafterf +_o__open_osfhandle +_o__pclose +_o__pipe +_o__popen +_o__purecall +_o__putc_nolock +_o__putch +_o__putch_nolock +_o__putenv +_o__putenv_s +_o__putw +_o__putwc_nolock +_o__putwch +_o__putwch_nolock +_o__putws +_o__read +_o__realloc_base +_o__recalloc +_o__register_onexit_function +_o__resetstkoflw +_o__rmdir +_o__rmtmp +_o__scalb +_o__scalbf +_o__searchenv +_o__searchenv_s +_o__seh_filter_dll +_o__seh_filter_exe +_o__set_abort_behavior +_o__set_app_type +_o__set_doserrno +_o__set_errno +_o__set_fmode +_o__set_invalid_parameter_handler +_o__set_new_handler +_o__set_new_mode +_o__set_thread_local_invalid_parameter_handler +_o__seterrormode +_o__setmbcp +_o__setmode +_o__setsystime +_o__sleep +_o__sopen +_o__sopen_dispatch +_o__sopen_s +_o__spawnv +_o__spawnve +_o__spawnvp +_o__spawnvpe +_o__splitpath +_o__splitpath_s +_o__stat32 +_o__stat32i64 +_o__stat64 +_o__stat64i32 +_o__strcoll_l +_o__strdate +_o__strdate_s +_o__strdup +_o__strerror +_o__strerror_s +_o__strftime_l +_o__stricmp +_o__stricmp_l +_o__stricoll +_o__stricoll_l +_o__strlwr +_o__strlwr_l +_o__strlwr_s +_o__strlwr_s_l +_o__strncoll +_o__strncoll_l +_o__strnicmp +_o__strnicmp_l +_o__strnicoll +_o__strnicoll_l +_o__strnset_s +_o__strset_s +_o__strtime +_o__strtime_s +_o__strtod_l +_o__strtof_l +_o__strtoi64 +_o__strtoi64_l +_o__strtol_l +_o__strtold_l +_o__strtoll_l +_o__strtoui64 +_o__strtoui64_l +_o__strtoul_l +_o__strtoull_l +_o__strupr +_o__strupr_l +_o__strupr_s +_o__strupr_s_l +_o__strxfrm_l +_o__swab +_o__tell +_o__telli64 +_o__timespec32_get +_o__timespec64_get +_o__tolower +_o__tolower_l +_o__toupper +_o__toupper_l +_o__towlower_l +_o__towupper_l +_o__tzset +_o__ui64toa +_o__ui64toa_s +_o__ui64tow +_o__ui64tow_s +_o__ultoa +_o__ultoa_s +_o__ultow +_o__ultow_s +_o__umask +_o__umask_s +_o__ungetc_nolock +_o__ungetch +_o__ungetch_nolock +_o__ungetwc_nolock +_o__ungetwch +_o__ungetwch_nolock +_o__unlink +_o__unloaddll +_o__unlock_file +_o__utime32 +_o__utime64 +_o__waccess +_o__waccess_s +_o__wasctime +_o__wasctime_s +_o__wchdir +_o__wchmod +_o__wcreat +_o__wcreate_locale +_o__wcscoll_l +_o__wcsdup +_o__wcserror +_o__wcserror_s +_o__wcsftime_l +_o__wcsicmp +_o__wcsicmp_l +_o__wcsicoll +_o__wcsicoll_l +_o__wcslwr +_o__wcslwr_l +_o__wcslwr_s +_o__wcslwr_s_l +_o__wcsncoll +_o__wcsncoll_l +_o__wcsnicmp +_o__wcsnicmp_l +_o__wcsnicoll +_o__wcsnicoll_l +_o__wcsnset +_o__wcsnset_s +_o__wcsset +_o__wcsset_s +_o__wcstod_l +_o__wcstof_l +_o__wcstoi64 +_o__wcstoi64_l +_o__wcstol_l +_o__wcstold_l +_o__wcstoll_l +_o__wcstombs_l +_o__wcstombs_s_l +_o__wcstoui64 +_o__wcstoui64_l +_o__wcstoul_l +_o__wcstoull_l +_o__wcsupr +_o__wcsupr_l +_o__wcsupr_s +_o__wcsupr_s_l +_o__wcsxfrm_l +_o__wctime32 +_o__wctime32_s +_o__wctime64 +_o__wctime64_s +_o__wctomb_l +_o__wctomb_s_l +_o__wdupenv_s +_o__wexecv +_o__wexecve +_o__wexecvp +_o__wexecvpe +_o__wfdopen +_o__wfindfirst32 +_o__wfindfirst32i64 +_o__wfindfirst64 +_o__wfindfirst64i32 +_o__wfindnext32 +_o__wfindnext32i64 +_o__wfindnext64 +_o__wfindnext64i32 +_o__wfopen +_o__wfopen_s +_o__wfreopen +_o__wfreopen_s +_o__wfsopen +_o__wfullpath +_o__wgetcwd +_o__wgetdcwd +_o__wgetenv +_o__wgetenv_s +_o__wmakepath +_o__wmakepath_s +_o__wmkdir +_o__wmktemp +_o__wmktemp_s +_o__wperror +_o__wpopen +_o__wputenv +_o__wputenv_s +_o__wremove +_o__wrename +_o__write +_o__wrmdir +_o__wsearchenv +_o__wsearchenv_s +_o__wsetlocale +_o__wsopen_dispatch +_o__wsopen_s +_o__wspawnv +_o__wspawnve +_o__wspawnvp +_o__wspawnvpe +_o__wsplitpath +_o__wsplitpath_s +_o__wstat32 +_o__wstat32i64 +_o__wstat64 +_o__wstat64i32 +_o__wstrdate +_o__wstrdate_s +_o__wstrtime +_o__wstrtime_s +_o__wsystem +_o__wtmpnam_s +_o__wtof +_o__wtof_l +_o__wtoi +_o__wtoi64 +_o__wtoi64_l +_o__wtoi_l +_o__wtol +_o__wtol_l +_o__wtoll +_o__wtoll_l +_o__wunlink +_o__wutime32 +_o__wutime64 +_o__y0 +_o__y1 +_o__yn +_o_abort +_o_acos +_o_acosf +_o_acosh +_o_acoshf +_o_acoshl +_o_asctime +_o_asctime_s +_o_asin +_o_asinf +_o_asinh +_o_asinhf +_o_asinhl +_o_atan +_o_atan2 +_o_atan2f +_o_atanf +_o_atanh +_o_atanhf +_o_atanhl +_o_atof +_o_atoi +_o_atol +_o_atoll +_o_bsearch +_o_bsearch_s +_o_btowc +_o_calloc +_o_cbrt +_o_cbrtf +_o_ceil +_o_ceilf +_o_clearerr +_o_clearerr_s +_o_cos +_o_cosf +_o_cosh +_o_coshf +_o_erf +_o_erfc +_o_erfcf +_o_erfcl +_o_erff +_o_erfl +_o_exit +_o_exp +_o_exp2 +_o_exp2f +_o_exp2l +_o_expf +_o_fabs +_o_fclose +_o_feof +_o_ferror +_o_fflush +_o_fgetc +_o_fgetpos +_o_fgets +_o_fgetwc +_o_fgetws +_o_floor +_o_floorf +_o_fma +_o_fmaf +_o_fmal +_o_fmod +_o_fmodf +_o_fopen +_o_fopen_s +_o_fputc +_o_fputs +_o_fputwc +_o_fputws +_o_fread +_o_fread_s +_o_free +_o_freopen +_o_freopen_s +_o_frexp +_o_fseek +_o_fsetpos +_o_ftell +_o_fwrite +_o_getc +_o_getchar +_o_getenv +_o_getenv_s +_o_gets +_o_gets_s +_o_getwc +_o_getwchar +_o_hypot +_o_is_wctype +_o_isalnum +_o_isalpha +_o_isblank +_o_iscntrl +_o_isdigit +_o_isgraph +_o_isleadbyte +_o_islower +_o_isprint +_o_ispunct +_o_isspace +_o_isupper +_o_iswalnum +_o_iswalpha +_o_iswascii +_o_iswblank +_o_iswcntrl +_o_iswctype +_o_iswdigit +_o_iswgraph +_o_iswlower +_o_iswprint +_o_iswpunct +_o_iswspace +_o_iswupper +_o_iswxdigit +_o_isxdigit +_o_ldexp +_o_lgamma +_o_lgammaf +_o_lgammal +_o_llrint +_o_llrintf +_o_llrintl +_o_llround +_o_llroundf +_o_llroundl +_o_localeconv +_o_log +_o_log10 +_o_log10f +_o_log1p +_o_log1pf +_o_log1pl +_o_log2 +_o_log2f +_o_log2l +_o_logb +_o_logbf +_o_logbl +_o_logf +_o_lrint +_o_lrintf +_o_lrintl +_o_lround +_o_lroundf +_o_lroundl +_o_malloc +_o_mblen +_o_mbrlen +_o_mbrtoc16 +_o_mbrtoc32 +_o_mbrtowc +_o_mbsrtowcs +_o_mbsrtowcs_s +_o_mbstowcs +_o_mbstowcs_s +_o_mbtowc +_o_memcpy_s +_o_memset +_o_modf +_o_modff +_o_nan +_o_nanf +_o_nanl +_o_nearbyint +_o_nearbyintf +_o_nearbyintl +_o_nextafter +_o_nextafterf +_o_nextafterl +_o_nexttoward +_o_nexttowardf +_o_nexttowardl +_o_pow +_o_powf +_o_putc +_o_putchar +_o_puts +_o_putwc +_o_putwchar +_o_qsort +_o_qsort_s +_o_raise +_o_rand +_o_rand_s +_o_realloc +_o_remainder +_o_remainderf +_o_remainderl +_o_remove +_o_remquo +_o_remquof +_o_remquol +_o_rename +_o_rewind +_o_rint +_o_rintf +_o_rintl +_o_round +_o_roundf +_o_roundl +_o_scalbln +_o_scalblnf +_o_scalblnl +_o_scalbn +_o_scalbnf +_o_scalbnl +_o_set_terminate +_o_setbuf +_o_setlocale +_o_setvbuf +_o_sin +_o_sinf +_o_sinh +_o_sinhf +_o_sqrt +_o_sqrtf +_o_srand +_o_strcat_s +_o_strcoll +_o_strcpy_s +_o_strerror +_o_strerror_s +_o_strftime +_o_strncat_s +_o_strncpy_s +_o_strtod +_o_strtof +_o_strtok +_o_strtok_s +_o_strtol +_o_strtold +_o_strtoll +_o_strtoul +_o_strtoull +_o_system +_o_tan +_o_tanf +_o_tanh +_o_tanhf +_o_terminate +_o_tgamma +_o_tgammaf +_o_tgammal +_o_tmpfile_s +_o_tmpnam_s +_o_tolower +_o_toupper +_o_towlower +_o_towupper +_o_ungetc +_o_ungetwc +_o_wcrtomb +_o_wcrtomb_s +_o_wcscat_s +_o_wcscoll +_o_wcscpy +_o_wcscpy_s +_o_wcsftime +_o_wcsncat_s +_o_wcsncpy_s +_o_wcsrtombs +_o_wcsrtombs_s +_o_wcstod +_o_wcstof +_o_wcstok +_o_wcstok_s +_o_wcstol +_o_wcstold +_o_wcstoll +_o_wcstombs +_o_wcstombs_s +_o_wcstoul +_o_wcstoull +_o_wctob +_o_wctomb +_o_wctomb_s +_o_wmemcpy_s +_o_wmemmove_s +_open +_open_osfhandle +_pclose +_pipe +_popen +_purecall +_putc_nolock +_putch +_putch_nolock +_putenv +_putenv_s +_putw +_putwc_nolock +_putwch +_putwch_nolock +_putws +_query_app_type +_query_new_handler +_query_new_mode +_read +_realloc_base +_recalloc +_register_onexit_function +_register_thread_local_exe_atexit_callback +_resetstkoflw +_rmdir +_rmtmp +_rotl +_rotl64 +_rotr +_rotr64 +_scalb +F_X64(_scalbf) +_searchenv +_searchenv_s +_seh_filter_dll +_seh_filter_exe +F64(_set_FMA3_enable) +F_I386(_seh_longjmp_unwind4@4) +F_I386(_seh_longjmp_unwind@4) +F_I386(_set_SSE2_enable) +_set_abort_behavior +_set_app_type +__set_app_type == _set_app_type +_set_controlfp +_set_doserrno +_set_errno +_set_error_mode +_set_fmode +_set_invalid_parameter_handler +_set_new_handler +_set_new_mode +_set_printf_count_output +_set_purecall_handler +_set_se_translator +_set_thread_local_invalid_parameter_handler +_seterrormode +F_I386(_setjmp3) +_setmaxstdio +_setmbcp +_setmode +_setsystime +_sleep +_sopen +_sopen_dispatch +_sopen_s +_spawnl +_spawnle +_spawnlp +_spawnlpe +_spawnv +_spawnve +_spawnvp +_spawnvpe +_splitpath +_splitpath_s +_stat32 +_stat32i64 +_stat64 +_stat64i32 +_statusfp +F_I386(_statusfp2) +_strcmpi == _stricmp +_strcoll_l +_strdate +_strdate_s +_strdup +_strerror +_strerror_s +_strftime_l +_stricmp +_stricmp_l +_stricoll +_stricoll_l +_strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +_strnset_s +_strrev +_strset +_strset_s +_strtime +_strtime_s +_strtod_l +_strtof_l +_strtoi64 +_strtoi64_l +_strtoimax_l +_strtol_l +_strtold_l +_strtoll_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strtoull_l +_strtoumax_l +_strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_swab +_tell +_telli64 +_tempnam +_time32 +_time64 +_timespec32_get +_timespec64_get +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +; This is wrapped in the compat code. +_tzset DATA +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_umask +_umask_s +_ungetc_nolock +_ungetch +_ungetch_nolock +_ungetwc_nolock +_ungetwch +_ungetwch_nolock +_unlink +_unloaddll +_unlock_file +_unlock_locales +_utime == _utime32 +_utime32 +_utime64 +_waccess +_waccess_s +_wasctime +_wasctime_s +_wassert +_wchdir +_wchmod +_wcreat +_wcreate_locale +_wcscoll_l +_wcsdup +_wcserror +_wcserror_s +_wcsftime_l +_wcsicmp +_wcsicmp_l +_wcsicoll +_wcsicoll_l +_wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +_wcsnset_s +_wcsrev +_wcsset +_wcsset_s +_wcstod_l +_wcstof_l +_wcstoi64 +_wcstoi64_l +_wcstoimax_l +_wcstol_l +_wcstold_l +_wcstoll_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcstoull_l +_wcstoumax_l +_wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctime32 +_wctime32_s +_wctime64 +_wctime64_s +_wctomb_l +_wctomb_s_l +_wctype +_wdupenv_s +_wexecl +_wexecle +_wexeclp +_wexeclpe +_wexecv +_wexecve +_wexecvp +_wexecvpe +_wfdopen +_wfindfirst32 +_wfindfirst32i64 +_wfindfirst64 +_wfindfirst64i32 +_wfindnext32 +_wfindnext32i64 +_wfindnext64 +_wfindnext64i32 +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wfullpath +_wgetcwd +_wgetdcwd +_wgetenv +_wgetenv_s +_wmakepath +_wmakepath_s +_wmkdir +_wmktemp +_wmktemp_s +_wopen +_wperror +_wpopen +_wputenv +_wputenv_s +_wremove +_wrename +_write +_wrmdir +_wsearchenv +_wsearchenv_s +_wsetlocale +_wsopen +_wsopen_dispatch +_wsopen_s +_wspawnl +_wspawnle +_wspawnlp +_wspawnlpe +_wspawnv +_wspawnve +_wspawnvp +_wspawnvpe +_wsplitpath +_wsplitpath_s +_wstat32 +_wstat32i64 +_wstat64 +_wstat64i32 +_wstrdate +_wstrdate_s +_wstrtime +_wstrtime_s +_wsystem +_wtempnam +_wtmpnam +_wtmpnam_s +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wtoll +_wtoll_l +_wunlink +_wutime == _wutime32 +_wutime32 +_wutime64 +_y0 +_y1 +_yn +abort +abs +acos +F_NON_I386(acosf F_X86_ANY(DATA)) +acosh +acoshf +acoshl +asctime +asctime_s +asin +F_NON_I386(asinf F_X86_ANY(DATA)) +asinh +asinhf +asinhl +atan +atan2 F_X86_ANY(DATA) +F_NON_I386(atan2f F_X86_ANY(DATA)) +F_NON_I386(atanf F_X86_ANY(DATA)) +atanh +atanhf +atanhl +atof +atoi +atol +atoll +bsearch +bsearch_s +btowc +c16rtomb +c32rtomb +cabs +cabsf +cabsl +cacos +cacosf +cacosh +cacoshf +cacoshl +cacosl +calloc +carg +cargf +cargl +casin +casinf +casinh +casinhf +casinhl +casinl +catan +catanf +catanh +catanhf +catanhl +catanl +cbrt +cbrtf +cbrtl +ccos +ccosf +ccosh +ccoshf +ccoshl +ccosl +ceil DATA +F_NON_I386(ceilf DATA) +cexp +cexpf +cexpl +cimag +cimagf +cimagl +clearerr +clearerr_s +clock +clog +clog10 +clog10f +clog10l +clogf +clogl +conj +conjf +conjl +copysign +copysignf +copysignl +cos F_X86_ANY(DATA) +F_NON_I386(cosf F_X86_ANY(DATA)) +cosh +F_NON_I386(coshf DATA) +cpow +cpowf +cpowl +cproj +cprojf +cprojl +creal +crealf +creall +csin +csinf +csinh +csinhf +csinhl +csinl +csqrt +csqrtf +csqrtl +ctan +ctanf +ctanh +ctanhf +ctanhl +ctanl +div +erf +erfc +erfcf +erfcl +erff +erfl +exit +exp F_X86_ANY(DATA) +exp2 +exp2f +exp2l +F_NON_I386(expf F_X86_ANY(DATA)) +expm1 +expm1f +expm1l +fabs DATA +F_ARM_ANY(fabsf) +fclose +fdim +fdimf +fdiml +feclearexcept +fegetenv +fegetexceptflag +fegetround +feholdexcept +feof +ferror +fesetenv +fesetexceptflag +fesetround +fetestexcept +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +floor DATA +F_NON_I386(floorf DATA) +fma +fmaf +fmal +fmax +fmaxf +fmaxl +fmin +fminf +fminl +fmod F_X86_ANY(DATA) +F_NON_I386(fmodf F_X86_ANY(DATA)) +fopen +fopen_s +fputc +fputs +fputwc +fputws +fread +fread_s +free +freopen +freopen_s +; If we implement frexp, we can set it to DATA only. +frexp +fseek +fsetpos +ftell +fwrite +getc +getchar +getenv +getenv_s +gets +gets_s +getwc +getwchar +hypot +ilogb +ilogbf +ilogbl +imaxabs +imaxdiv +is_wctype +isalnum +isalpha +isblank +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswblank +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +labs +ldexp F_X86_ANY(DATA) +ldiv +lgamma +lgammaf +lgammal +llabs +lldiv +llrint +llrintf +llrintl +llround +llroundf +llroundl +localeconv +log F_X86_ANY(DATA) +log10 +F_NON_I386(log10f F_X86_ANY(DATA)) +log1p +log1pf +log1pl +log2 +log2f +log2l +logb +logbf +logbl +F_NON_I386(logf F_X86_ANY(DATA)) +longjmp F_X86_ANY(DATA) +lrint +lrintf +lrintl +lround +lroundf +lroundl +malloc +mblen +mbrlen +mbrtoc16 +mbrtoc32 +mbrtowc +mbsrtowcs +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +memchr +memcmp +memcpy +memcpy_s +memmove +memmove_s +memset +modf DATA +F_NON_I386(modff DATA) +nan +nanf +nanl +nearbyint +nearbyintf +nearbyintl +nextafter +nextafterf +nextafterl +nexttoward +nexttowardf +nexttowardl +norm +normf +norml +perror +pow F_X86_ANY(DATA) +F_NON_I386(powf F_X86_ANY(DATA)) +putc +putchar +puts +putwc +putwchar +qsort +qsort_s +quick_exit +raise +rand +rand_s +realloc +remainder +remainderf +remainderl +remove +remquo +remquof +remquol +rename +rewind +rint +rintf +rintl +round +roundf +roundl +scalbln +scalblnf +scalblnl +scalbn +scalbnf +scalbnl +set_terminate +set_unexpected +setbuf +F_X64(setjmp) +setlocale +setvbuf +signal +sin F_X86_ANY(DATA) +F_NON_I386(sinf F_X86_ANY(DATA)) +; if we implement sinh, we can set it DATA only. +sinh +F_NON_I386(sinhf DATA) +sqrt DATA +F_NON_I386(sqrtf DATA) +srand +strcat +strcat_s +strchr +strcmp +strcmpi == _stricmp +strcoll +strcpy +strcpy_s +strcspn +strerror +strerror_s +strftime +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +; strnlen replaced by emu +strpbrk +strrchr +strspn +strstr +strtod +strtof +strtoimax +strtok +strtok_s +strtol +strtold +strtoll +strtoul +strtoull +strtoumax +strxfrm +system +tan +F_NON_I386(tanf F_X86_ANY(DATA)) +; if we implement tanh, we can set it to DATA only. +tanh +F_NON_I386(tanhf) +terminate +tgamma +tgammaf +tgammal +tmpfile +tmpfile_s +tmpnam +tmpnam_s +tolower +toupper +towctrans +towlower +towupper +trunc +truncf +truncl +unexpected +ungetc +ungetwc +utime == _utime32 +wcrtomb +wcrtomb_s +wcscat +wcscat_s +wcschr +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcsftime +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +; We provide replacement implementation in libmingwex +wcsnlen DATA +wcspbrk +wcsrchr +wcsrtombs +wcsrtombs_s +wcsspn +wcsstr +wcstod +wcstof +wcstoimax +wcstok +wcstok_s +wcstol +wcstold +wcstoll +wcstombs +wcstombs_s +wcstoul +wcstoull +wcstoumax +wcsxfrm +wctob +wctomb +wctomb_s +wctrans +wctype +wmemcpy_s +wmemmove_s diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/umdmxfrm.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/umdmxfrm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/umdmxfrm.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/umdmxfrm.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Exports of file umdmxfrm.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY umdmxfrm.dll +EXPORTS +GetXformInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/unimdmat.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/unimdmat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/unimdmat.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/unimdmat.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +; +; Exports of file UNIMDMAT.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY UNIMDMAT.dll +EXPORTS +UmInitializeModemDriver +UmDeinitializeModemDriver +UmOpenModem +UmCloseModem +UmInitModem +UmMonitorModem +UmAnswerModem +UmDialModem +UmHangupModem +UmGenerateDigit +UmSetSpeakerPhoneState +UmDuplicateDeviceHandle +UmAbortCurrentModemCommand +UmSetPassthroughMode +UmIssueCommand +UmWaveAction +UmLogStringA +UmGetDiagnostics +UmLogDiagnostics diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/uniplat.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/uniplat.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/uniplat.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/uniplat.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,34 @@ +; +; Exports of file uniplat.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY uniplat.dll +EXPORTS +UmPlatformInitialize +UmPlatformDeinitialize +UnimodemReadFileEx +UnimodemWriteFileEx +UnimodemDeviceIoControlEx +UnimodemWaitCommEventEx +UnimodemQueueUserAPC +CreateUnimodemTimer +FreeUnimodemTimer +SetUnimodemTimer +CancelUnimodemTimer +CreateOverStructPool +DestroyOverStructPool +AllocateOverStructEx +FreeOverStruct +ReinitOverStruct +SyncDeviceIoControl +WinntIsWorkstation +UnimodemNotifyTSP +StartMonitorThread +StopMonitorThread +MonitorHandle +StopMonitoringHandle +CallBeginning +CallEnding +ResetCallCount diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/upnp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/upnp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/upnp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/upnp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +; +; Exports of file UPnP.DLL +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY UPnP.DLL +EXPORTS +HrRehydratorCreateServiceObject +HrRehydratorInvokeServiceAction +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/url.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/url.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/url.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/url.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +; +; Exports of file URL.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY URL.dll +EXPORTS +AddMIMEFileTypesPS +AutodialHookCallback +DllCanUnloadNow +DllGetClassObject +FileProtocolHandler +FileProtocolHandlerA +InetIsOffline +MIMEAssociationDialogA +MIMEAssociationDialogW +MailToProtocolHandler +MailToProtocolHandlerA +NewsProtocolHandler +NewsProtocolHandlerA +OpenURL +OpenURLA +TelnetProtocolHandler +TelnetProtocolHandlerA +TranslateURLA +TranslateURLW +URLAssociationDialogA +URLAssociationDialogW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/user32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/user32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/user32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/user32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,966 @@ +#include "func.def.in" + +LIBRARY "USER32.dll" +EXPORTS +ActivateKeyboardLayout +AddClipboardFormatListener +AdjustWindowRect +AdjustWindowRectEx +AdjustWindowRectExForDpi +AlignRects +AllowForegroundActivation +AllowSetForegroundWindow +AnimateWindow +AnyPopup +AppendMenuA +AppendMenuW +AreDpiAwarenessContextsEqual +ArrangeIconicWindows +AttachThreadInput +BeginDeferWindowPos +BeginPaint +BlockInput +BringWindowToTop +BroadcastSystemMessage +BroadcastSystemMessageA +BroadcastSystemMessageExA +BroadcastSystemMessageExW +BroadcastSystemMessageW +BuildReasonArray +CalcMenuBar +CalculatePopupWindowPosition +CallMsgFilter +CallMsgFilterA +CallMsgFilterW +CallNextHookEx +CallWindowProcA +CallWindowProcW +CancelShutdown +CascadeChildWindows +CascadeWindows +ChangeClipboardChain +ChangeDisplaySettingsA +ChangeDisplaySettingsExA +ChangeDisplaySettingsExW +ChangeDisplaySettingsW +ChangeMenuA +ChangeMenuW +ChangeWindowMessageFilter +ChangeWindowMessageFilterEx +CharLowerA +CharLowerBuffA +CharLowerBuffW +CharLowerW +CharNextA +CharNextExA +CharNextW +CharPrevA +CharPrevExA +CharPrevW +CharToOemA +CharToOemBuffA +CharToOemBuffW +CharToOemW +CharUpperA +CharUpperBuffA +CharUpperBuffW +CharUpperW +CheckDBCSEnabledExt +CheckDlgButton +CheckMenuItem +CheckMenuRadioItem +CheckProcessForClipboardAccess +CheckProcessSession +CheckRadioButton +CheckWindowThreadDesktop +ChildWindowFromPoint +ChildWindowFromPointEx +CliImmSetHotKey +ClientThreadSetup +ClientToScreen +ClipCursor +CloseClipboard +CloseDesktop +CloseGestureInfoHandle +CloseTouchInputHandle +CloseWindow +CloseWindowStation +ConsoleControl +ControlMagnification +CopyAcceleratorTableA +CopyAcceleratorTableW +CopyIcon +CopyImage +CopyRect +CountClipboardFormats +CreateAcceleratorTableA +CreateAcceleratorTableW +CreateCaret +CreateCursor +CreateDCompositionHwndTarget +CreateDesktopA +CreateDesktopExA +CreateDesktopExW +CreateDesktopW +CreateDialogIndirectParamA +CreateDialogIndirectParamAorW +CreateDialogIndirectParamW +CreateDialogParamA +CreateDialogParamW +CreateIcon +CreateIconFromResource +CreateIconFromResourceEx +CreateIconIndirect +CreateMDIWindowA +CreateMDIWindowW +CreateMenu +CreatePopupMenu +CreateSystemThreads +CreateWindowExA +CreateWindowExW +CreateWindowInBand +CreateWindowInBandEx +CreateWindowIndirect +CreateWindowStationA +CreateWindowStationW +CsrBroadcastSystemMessageExW +CtxInitUser32 +DdeAbandonTransaction +DdeAccessData +DdeAddData +DdeClientTransaction +DdeCmpStringHandles +DdeConnect +DdeConnectList +DdeCreateDataHandle +DdeCreateStringHandleA +DdeCreateStringHandleW +DdeDisconnect +DdeDisconnectList +DdeEnableCallback +DdeFreeDataHandle +DdeFreeStringHandle +DdeGetData +DdeGetLastError +DdeGetQualityOfService +DdeImpersonateClient +DdeInitializeA +DdeInitializeW +DdeKeepStringHandle +DdeNameService +DdePostAdvise +DdeQueryConvInfo +DdeQueryNextServer +DdeQueryStringA +DdeQueryStringW +DdeReconnect +DdeSetQualityOfService +DdeSetUserHandle +DdeUnaccessData +DdeUninitialize +DefDlgProcA +DefDlgProcW +DefFrameProcA +DefFrameProcW +DefMDIChildProcA +DefMDIChildProcW +DefRawInputProc +DefWindowProcA +DefWindowProcW +DeferWindowPos +DeferWindowPosAndBand +DeleteMenu +DeregisterShellHookWindow +DestroyAcceleratorTable +DestroyCaret +DestroyCursor +DestroyDCompositionHwndTarget +DestroyIcon +DestroyMenu +DestroyReasons +DestroyWindow +DeviceEventWorker +DialogBoxIndirectParamA +DialogBoxIndirectParamAorW +DialogBoxIndirectParamW +DialogBoxParamA +DialogBoxParamW +DisableProcessWindowsGhosting +DispatchMessageA +DispatchMessageW +DisplayConfigGetDeviceInfo +DisplayConfigSetDeviceInfo +DisplayExitWindowsWarnings +DlgDirListA +DlgDirListComboBoxA +DlgDirListComboBoxW +DlgDirListW +DlgDirSelectComboBoxExA +DlgDirSelectComboBoxExW +DlgDirSelectExA +DlgDirSelectExW +DoSoundConnect +DoSoundDisconnect +DragDetect +DragObject +DrawAnimatedRects +DrawCaption +DrawCaptionTempA +DrawCaptionTempW +DrawEdge +DrawFocusRect +DrawFrame +DrawFrameControl +DrawIcon +DrawIconEx +DrawMenuBar +DrawMenuBarTemp +DrawStateA +DrawStateW +DrawTextA +DrawTextExA +DrawTextExW +DrawTextW +DwmGetDxSharedSurface +DwmGetRemoteSessionOcclusionEvent +DwmGetRemoteSessionOcclusionState +DwmKernelShutdown +DwmKernelStartup +DwmLockScreenUpdates +DwmStartRedirection +DwmStopRedirection +DwmValidateWindow +EditWndProc +EmptyClipboard +EnableMenuItem +EnableMouseInPointer +EnableNonClientDpiScaling +EnableScrollBar +EnableSessionForMMCSS +EnableWindow +EndDeferWindowPos +EndDeferWindowPosEx +EndDialog +EndMenu +EndPaint +EndTask +EnterReaderModeHelper +EnumChildWindows +EnumClipboardFormats +EnumDesktopWindows +EnumDesktopsA +EnumDesktopsW +EnumDisplayDevicesA +EnumDisplayDevicesW +EnumDisplayMonitors +EnumDisplaySettingsA +EnumDisplaySettingsExA +EnumDisplaySettingsExW +EnumDisplaySettingsW +EnumPropsA +EnumPropsExA +EnumPropsExW +EnumPropsW +EnumThreadWindows +EnumWindowStationsA +EnumWindowStationsW +EnumWindows +EqualRect +EvaluateProximityToPolygon +EvaluateProximityToRect +ExcludeUpdateRgn +ExitWindowsEx +FillRect +FindWindowA +FindWindowExA +FindWindowExW +FindWindowW +FlashWindow +FlashWindowEx +FrameRect +FreeDDElParam +FrostCrashedWindow +GetActiveWindow +GetAltTabInfo +GetAltTabInfoA +GetAltTabInfoW +GetAncestor +GetAppCompatFlags +GetAppCompatFlags2 +GetAsyncKeyState +GetAutoRotationState +GetAwarenessFromDpiAwarenessContext +GetCIMSSM +GetCapture +GetCaretBlinkTime +GetCaretPos +GetClassInfoA +GetClassInfoExA +GetClassInfoExW +GetClassInfoW +GetClassLongA +GetClassLongW +F64(GetClassLongPtrA) +F64(GetClassLongPtrW) +GetClassNameA +GetClassNameW +GetClassWord +GetClientRect +GetClipCursor +GetClipboardAccessToken +GetClipboardData +GetClipboardFormatNameA +GetClipboardFormatNameW +GetClipboardOwner +GetClipboardSequenceNumber +GetClipboardViewer +GetComboBoxInfo +GetCurrentInputMessageSource +GetCursor +GetCursorFrameInfo +GetCursorInfo +GetCursorPos +GetDC +GetDCEx +GetDesktopID +GetDesktopWindow +GetDialogBaseUnits +GetDisplayAutoRotationPreferences +GetDisplayConfigBufferSizes +GetDlgCtrlID +GetDlgItem +GetDlgItemInt +GetDlgItemTextA +GetDlgItemTextW +GetDoubleClickTime +GetDpiForMonitorInternal +GetDpiForSystem +GetDpiForWindow +GetFocus +GetForegroundWindow +GetGUIThreadInfo +GetGestureConfig +GetGestureExtraArgs +GetGestureInfo +GetGUIThreadInfo +GetGuiResources +GetIconInfo +GetIconInfoExA +GetIconInfoExW +GetInputDesktop +GetInputLocaleInfo +GetInputState +GetInternalWindowPos +GetKBCodePage +GetKeyNameTextA +GetKeyNameTextW +GetKeyState +GetKeyboardLayout +GetKeyboardLayoutList +GetKeyboardLayoutNameA +GetKeyboardLayoutNameW +GetKeyboardState +GetKeyboardType +GetLastActivePopup +GetLastInputInfo +GetLayeredWindowAttributes +GetListBoxInfo +GetMagnificationDesktopColorEffect +GetMagnificationDesktopMagnification +GetMagnificationLensCtxInformation +GetMenu +GetMenuBarInfo +GetMenuCheckMarkDimensions +GetMenuContextHelpId +GetMenuDefaultItem +GetMenuInfo +GetMenuItemCount +GetMenuItemID +GetMenuItemInfoA +GetMenuItemInfoW +GetMenuItemRect +GetMenuState +GetMenuStringA +GetMenuStringW +GetMessageA +GetMessageExtraInfo +GetMessagePos +GetMessageTime +GetMessageW +GetMonitorInfoA +GetMonitorInfoW +GetMouseMovePointsEx +GetNextDlgGroupItem +GetNextDlgTabItem +GetOpenClipboardWindow +GetParent +GetPhysicalCursorPos +GetPointerCursorId +GetPointerDevice +GetPointerDeviceCursors +GetPointerDeviceProperties +GetPointerDeviceRects +GetPointerDevices +GetPointerFrameArrivalTimes +GetPointerFrameInfo +GetPointerFrameInfoHistory +GetPointerFramePenInfo +GetPointerFramePenInfoHistory +GetPointerFrameTouchInfo +GetPointerFrameTouchInfoHistory +GetPointerInfo +GetPointerInfoHistory +GetPointerInputTransform +GetPointerPenInfo +GetPointerPenInfoHistory +GetPointerTouchInfo +GetPointerTouchInfoHistory +GetPointerType +GetPriorityClipboardFormat +GetProcessDefaultLayout +GetProcessDpiAwarenessInternal +GetProcessWindowStation +GetProgmanWindow +GetPropA +GetPropW +GetQueueStatus +GetRawInputBuffer +GetRawInputData +GetRawInputDeviceInfoA +GetRawInputDeviceInfoW +GetRawInputDeviceList +GetRawPointerDeviceData +GetReasonTitleFromReasonCode +GetRegisteredRawInputDevices +GetScrollBarInfo +GetScrollInfo +GetScrollPos +GetScrollRange +GetSendMessageReceiver +GetShellWindow +GetSubMenu +GetSysColor +GetSysColorBrush +GetSystemMenu +GetSystemMetrics +GetSystemMetricsForDpi +GetTabbedTextExtentA +GetTabbedTextExtentW +GetTaskmanWindow +GetThreadDesktop +GetThreadDpiAwarenessContext +GetTitleBarInfo +GetTopLevelWindow +GetTopWindow +GetTouchInputInfo +GetUnpredictedMessagePos +GetUpdateRect +GetUpdateRgn +GetUpdatedClipboardFormats +GetUserObjectInformationA +GetUserObjectInformationW +GetUserObjectSecurity +GetWinStationInfo +GetWindow +GetWindowBand +GetWindowCompositionAttribute +GetWindowCompositionInfo +GetWindowContextHelpId +GetWindowDC +GetWindowDisplayAffinity +GetWindowDpiAwarenessContext +GetWindowFeedbackSetting +GetWindowInfo +GetWindowLongA +GetWindowLongW +F64(GetWindowLongPtrA) +F64(GetWindowLongPtrW) +GetWindowMinimizeRect +GetWindowModuleFileName +GetWindowModuleFileNameA +GetWindowModuleFileNameW +GetWindowPlacement +GetWindowRect +GetWindowRgn +GetWindowRgnBox +GetWindowRgnEx +GetWindowTextA +GetWindowTextLengthA +GetWindowTextLengthW +GetWindowTextW +GetWindowThreadProcessId +GetWindowWord +GhostWindowFromHungWindow +GrayStringA +GrayStringW +HideCaret +HiliteMenuItem +HungWindowFromGhostWindow +IMPGetIMEA +IMPGetIMEW +IMPQueryIMEA +IMPQueryIMEW +IMPSetIMEA +IMPSetIMEW +ImpersonateDdeClientWindow +InSendMessage +InSendMessageEx +InflateRect +InheritWindowMonitor +InitDManipHook +InitializeInputDeviceInjection +InitializeLpkHooks +InitializePointerDeviceInjection +InitializeTouchInjection +InjectDeviceInput +InjectKeyboardInput +InjectMouseInput +InjectPointerInput +InjectTouchInput +InsertMenuA +InsertMenuItemA +InsertMenuItemW +InsertMenuW +InternalGetWindowIcon +InternalGetWindowText +IntersectRect +InvalidateRect +InvalidateRgn +InvertRect +IsCharAlphaA +IsCharAlphaNumericA +IsCharAlphaNumericW +IsCharAlphaW +IsCharLowerA +IsCharLowerW +IsCharUpperA +IsCharUpperW +IsChild +IsClipboardFormatAvailable +IsDialogMessage +IsDialogMessageA +IsDialogMessageW +IsDlgButtonChecked +IsGUIThread +IsHungAppWindow +IsIconic +IsImmersiveProcess +IsInDesktopWindowBand +IsMenu +IsProcess16Bit +IsMouseInPointerEnabled +IsProcessDPIAware +IsQueueAttached +IsRectEmpty +IsSETEnabled +IsServerSideWindow +IsThreadDesktopComposited +IsTopLevelWindow +IsTouchWindow +IsValidDpiAwarenessContext +IsWinEventHookInstalled +IsWindow +IsWindowArranged +IsWindowEnabled +IsWindowInDestroy +IsWindowRedirectedForPrint +IsWindowUnicode +IsWindowVisible +IsWow64Message +IsZoomed +KillSystemTimer +KillTimer +LoadAcceleratorsA +LoadAcceleratorsW +LoadBitmapA +LoadBitmapW +LoadCursorA +LoadCursorFromFileA +LoadCursorFromFileW +LoadCursorW +LoadIconA +LoadIconW +LoadImageA +LoadImageW +LoadKeyboardLayoutA +LoadKeyboardLayoutEx +LoadKeyboardLayoutW +LoadLocalFonts +LoadMenuA +LoadMenuIndirectA +LoadMenuIndirectW +LoadMenuW +LoadRemoteFonts +LoadStringA +LoadStringW +LockSetForegroundWindow +LockWindowStation +LockWindowUpdate +LockWorkStation +LogicalToPhysicalPoint +LogicalToPhysicalPointForPerMonitorDPI +LookupIconIdFromDirectory +LookupIconIdFromDirectoryEx +MBToWCSEx +MBToWCSExt +MB_GetString +MapDialogRect +MapVirtualKeyA +MapVirtualKeyExA +MapVirtualKeyExW +MapVirtualKeyW +MapWindowPoints +MenuItemFromPoint +MenuWindowProcA +MenuWindowProcW +MessageBeep +MessageBoxA +MessageBoxExA +MessageBoxExW +MessageBoxIndirectA +MessageBoxIndirectW +MessageBoxTimeoutA +MessageBoxTimeoutW +MessageBoxW +ModifyMenuA +ModifyMenuW +MonitorFromPoint +MonitorFromRect +MonitorFromWindow +MoveWindow +MsgWaitForMultipleObjects +MsgWaitForMultipleObjectsEx +NotifyOverlayWindow +NotifyWinEvent +OemKeyScan +OemToCharA +OemToCharBuffA +OemToCharBuffW +OemToCharW +OffsetRect +OpenClipboard +OpenDesktopA +OpenDesktopW +OpenIcon +OpenInputDesktop +OpenThreadDesktop +OpenWindowStationA +OpenWindowStationW +PackDDElParam +PackTouchHitTestingProximityEvaluation +PaintDesktop +PaintMenuBar +PaintMonitor +PeekMessageA +PeekMessageW +PhysicalToLogicalPoint +PhysicalToLogicalPointForPerMonitorDPI +PostMessageA +PostMessageW +PostQuitMessage +PostThreadMessageA +PostThreadMessageW +PrintWindow +PrivateExtractIconExA +PrivateExtractIconExW +PrivateExtractIconsA +PrivateExtractIconsW +PrivateRegisterICSProc +PtInRect +QueryBSDRWindow +QueryDisplayConfig +QuerySendMessage +RIMAddInputObserver +RIMAreSiblingDevices +RIMDeviceIoControl +RIMFreeInputBuffer +RIMGetDevicePreparsedData +RIMGetDevicePreparsedDataLockfree +RIMGetDeviceProperties +RIMGetPhysicalDeviceRect +RIMGetSourceProcessId +RIMObserveNextInput +RIMOnPnpNotification +RIMOnTimerNotification +RIMReadInput +RIMRegisterForInput +RIMRemoveInputObserver +RIMSetTestModeStatus +RIMUnregisterForInput +RIMUpdateInputObserverRegistration +RealChildWindowFromPoint +RealGetWindowClass +RealGetWindowClassA +RealGetWindowClassW +ReasonCodeNeedsBugID +ReasonCodeNeedsComment +RecordShutdownReason +RedrawWindow +RegisterBSDRWindow +RegisterClassA +RegisterClassExA +RegisterClassExW +RegisterClassW +RegisterClipboardFormatA +RegisterClipboardFormatW +RegisterDManipHook +RegisterDeviceNotificationA +RegisterDeviceNotificationW +RegisterErrorReportingDialog +RegisterFrostWindow +RegisterGhostWindow +RegisterHotKey +RegisterLogonProcess +RegisterManipulationThread +RegisterMessagePumpHook +RegisterPointerDeviceNotifications +RegisterPointerInputTarget +RegisterPointerInputTargetEx +RegisterPowerSettingNotification +RegisterRawInputDevices +RegisterServicesProcess +RegisterSessionPort +RegisterShellHookWindow +RegisterSuspendResumeNotification +RegisterSystemThread +RegisterTasklist +RegisterTouchHitTestingWindow +RegisterTouchWindow +RegisterUserApiHook +RegisterWindowMessageA +RegisterWindowMessageW +ReleaseCapture +ReleaseDC +ReleaseDwmHitTestWaiters +RemoveClipboardFormatListener +RemoveInjectionDevice +RemoveMenu +RemovePropA +RemovePropW +ReplyMessage +ResolveDesktopForWOW +ReuseDDElParam +ScreenToClient +ScrollChildren +ScrollDC +ScrollWindow +ScrollWindowEx +SendDlgItemMessageA +SendDlgItemMessageW +SendIMEMessageExA +SendIMEMessageExW +SendInput +SendMessageA +SendMessageCallbackA +SendMessageCallbackW +SendMessageTimeoutA +SendMessageTimeoutW +SendMessageW +SendNotifyMessageA +SendNotifyMessageW +SetActiveWindow +SetCapture +SetCaretBlinkTime +SetCaretPos +SetClassLongA +SetClassLongW +F64(SetClassLongPtrA) +F64(SetClassLongPtrW) +SetClassWord +SetClipboardData +SetClipboardViewer +SetConsoleReserveKeys +SetCoalescableTimer +SetCursor +SetCursorContents +SetCursorPos +SetDebugErrorLevel +SetDeskWallpaper +SetDisplayAutoRotationPreferences +SetDisplayConfig +SetDlgItemInt +SetDlgItemTextA +SetDlgItemTextW +SetDoubleClickTime +SetFeatureReportResponse +SetFocus +SetForegroundWindow +SetGestureConfig +SetImmersiveBackgroundWindow +SetInternalWindowPos +SetKeyboardState +SetLastErrorEx +SetLayeredWindowAttributes +SetLogonNotifyWindow +SetMagnificationDesktopColorEffect +SetMagnificationDesktopMagnification +SetMagnificationLensCtxInformation +SetManipulationInputTarget +SetMenu +SetMenuContextHelpId +SetMenuDefaultItem +SetMenuInfo +SetMenuItemBitmaps +SetMenuItemInfoA +SetMenuItemInfoW +SetMessageExtraInfo +SetMessageQueue +SetMirrorRendering +SetParent +SetPhysicalCursorPos +SetProcessDPIAware +SetProcessDefaultLayout +SetProcessDpiAwarenessContext +SetProcessDpiAwarenessInternal +SetProcessRestrictionExemption +SetProcessWindowStation +SetProgmanWindow +SetPropA +SetPropW +SetRect +SetRectEmpty +SetScrollInfo +SetScrollPos +SetScrollRange +SetShellWindow +SetShellWindowEx +SetSysColors +SetSysColorsTemp +SetSystemCursor +SetSystemMenu +SetSystemTimer +SetTaskmanWindow +SetThreadDesktop +SetThreadDpiAwarenessContext +SetThreadInputBlocked +SetTimer +SetUserObjectInformationA +SetUserObjectInformationW +SetUserObjectSecurity +SetWinEventHook +SetWindowBand +SetWindowCompositionAttribute +SetWindowCompositionTransition +SetWindowContextHelpId +SetWindowDisplayAffinity +SetWindowFeedbackSetting +SetWindowLongA +SetWindowLongW +F64(SetWindowLongPtrA) +F64(SetWindowLongPtrW) +SetWindowPlacement +SetWindowPos +SetWindowRgn +SetWindowRgnEx +SetWindowStationUser +SetWindowTextA +SetWindowTextW +SetWindowWord +SetWindowsHookA +SetWindowsHookExA +SetWindowsHookExW +SetWindowsHookW +ShowCaret +ShowCursor +ShowOwnedPopups +ShowScrollBar +ShowStartGlass +ShowSystemCursor +ShowWindow +ShowWindowAsync +ShutdownBlockReasonCreate +ShutdownBlockReasonDestroy +ShutdownBlockReasonQuery +SignalRedirectionStartComplete +SkipPointerFrameMessages +SoftModalMessageBox +SoundSentry +SubtractRect +SwapMouseButton +SwitchDesktop +SwitchDesktopWithFade +SwitchToThisWindow +SystemParametersInfoA +SystemParametersInfoForDpi +SystemParametersInfoW +TabbedTextOutA +TabbedTextOutW +TileChildWindows +TileWindows +ToAscii +ToAsciiEx +ToUnicode +ToUnicodeEx +TrackMouseEvent +TrackPopupMenu +TrackPopupMenuEx +TranslateAccelerator +TranslateAcceleratorA +TranslateAcceleratorW +TranslateMDISysAccel +TranslateMessage +TranslateMessageEx +UnhookWinEvent +UnhookWindowsHook +UnhookWindowsHookEx +UnionRect +UnloadKeyboardLayout +UnlockWindowStation +UnpackDDElParam +UnregisterClassA +UnregisterClassW +UnregisterDeviceNotification +UnregisterHotKey +UnregisterMessagePumpHook +UnregisterPointerInputTarget +UnregisterPointerInputTargetEx +UnregisterPowerSettingNotification +UnregisterSessionPort +UnregisterSuspendResumeNotification +UnregisterTouchWindow +UnregisterUserApiHook +UpdateDefaultDesktopThumbnail +UpdateLayeredWindow +UpdateLayeredWindowIndirect +UpdatePerUserSystemParameters +UpdateWindow +UpdateWindowInputSinkHints +UpdateWindowTransform +User32InitializeImmEntryTable +UserClientDllInitialize +UserHandleGrantAccess +UserLpkPSMTextOut +UserLpkTabbedTextOut +UserRealizePalette +UserRegisterWowHandlers +VRipOutput +VTagOutput +ValidateRect +ValidateRgn +VkKeyScanA +VkKeyScanExA +VkKeyScanExW +VkKeyScanW +WCSToMBEx +WINNLSEnableIME +WINNLSGetEnableStatus +WINNLSGetIMEHotkey +WaitForInputIdle +WaitForRedirectionStartComplete +WaitMessage +Win32PoolAllocationStats +WinHelpA +WinHelpW +WindowFromDC +WindowFromPhysicalPoint +WindowFromPoint +_UserTestTokenForInteractive +gSharedInfo DATA +gapfnScSendMessage DATA +keybd_event +mouse_event +wsprintfA +wsprintfW +wvsprintfA +wvsprintfW +IsThreadMessageQueueAttached diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/userenv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/userenv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/userenv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/userenv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,62 @@ +; +; Definition file of USERENV.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "USERENV.dll" +EXPORTS +RsopLoggingEnabled +AreThereVisibleLogoffScripts +AreThereVisibleShutdownScripts +CreateAppContainerProfile +CreateEnvironmentBlock +CreateProfile +DeleteAppContainerProfile +DeleteProfileA +DeleteProfileW +DeriveAppContainerSidFromAppContainerName +DestroyEnvironmentBlock +DllGetContractDescription +EnterCriticalPolicySection +ExpandEnvironmentStringsForUserA +ExpandEnvironmentStringsForUserW +ForceSyncFgPolicy +FreeGPOListA +FreeGPOListW +GenerateRsopPolicy +GenerateGPNotification +GetAllUsersProfileDirectoryA +GetAllUsersProfileDirectoryW +GetAppContainerFolderPath +GetAppContainerRegistryLocation +GetAppliedGPOListA +GetAppliedGPOListW +GetDefaultUserProfileDirectoryA +GetDefaultUserProfileDirectoryW +GetGPOListA +GetGPOListW +GetNextFgPolicyRefreshInfo +GetPreviousFgPolicyRefreshInfo +GetProfileType +GetProfilesDirectoryA +GetProfilesDirectoryW +GetUserProfileDirectoryA +GetUserProfileDirectoryW +HasPolicyForegroundProcessingCompleted +LeaveCriticalPolicySection +LoadUserProfileA +LoadUserProfileW +ProcessGroupPolicyCompleted +ProcessGroupPolicyCompletedEx +RefreshPolicy +RefreshPolicyEx +RegisterGPNotification +RsopAccessCheckByType +RsopFileAccessCheck +RsopLoggingEnabled +RsopResetPolicySettingStatus +RsopSetPolicySettingStatus +UnloadUserProfile +UnregisterGPNotification +WaitForMachinePolicyForegroundProcessing +WaitForUserPolicyForegroundProcessing diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/usp10.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/usp10.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/usp10.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/usp10.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +; +; Definition file of USP10.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "USP10.dll" +EXPORTS +LpkPresent +ScriptApplyDigitSubstitution +ScriptApplyLogicalWidth +ScriptBreak +ScriptCPtoX +ScriptCacheGetHeight +ScriptFreeCache +ScriptGetCMap +ScriptGetFontAlternateGlyphs +ScriptGetFontFeatureTags +ScriptGetFontLanguageTags +ScriptGetFontProperties +ScriptGetFontScriptTags +ScriptGetGlyphABCWidth +ScriptGetLogicalWidths +ScriptGetProperties +ScriptIsComplex +ScriptItemize +ScriptItemizeOpenType +ScriptJustify +ScriptLayout +ScriptPlace +ScriptPlaceOpenType +ScriptPositionSingleGlyph +ScriptRecordDigitSubstitution +ScriptShape +ScriptShapeOpenType +ScriptStringAnalyse +ScriptStringCPtoX +ScriptStringFree +ScriptStringGetLogicalWidths +ScriptStringGetOrder +ScriptStringOut +ScriptStringValidate +ScriptStringXtoCP +ScriptString_pLogAttr +ScriptString_pSize +ScriptString_pcOutChars +ScriptSubstituteSingleGlyph +ScriptTextOut +ScriptXtoCP +UspAllocCache +UspAllocTemp +UspFreeMem diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/utildll.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/utildll.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/utildll.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/utildll.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,44 @@ +; +; Exports of file UTILDLL.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY UTILDLL.dll +EXPORTS +AsyncDeviceEnumerate +CachedGetUserFromSid +CalculateDiffTime +CalculateElapsedTime +CompareElapsedTime +ConfigureModem +CtxGetAnyDCName +CurrentDateTimeString +DateTimeString +ElapsedTimeString +EnumerateMultiUserServers +FormDecoratedAsyncDeviceName +GetAssociatedPortName +GetSystemMessageA +GetSystemMessageW +GetUnknownString +GetUserFromSid +HaveAnonymousUsersChanged +InitializeAnonymousUserCompareList +InstallModem +IsPartOfDomain +NetBIOSDeviceEnumerate +NetworkDeviceEnumerate +ParseDecoratedAsyncDeviceName +QueryCurrentWinStation +RegGetNetworkDeviceName +RegGetNetworkServiceName +SetupAsyncCdConfig +StandardErrorMessage +StrAsyncConnectState +StrConnectState +StrProcessState +StrSdClass +StrSystemWaitReason +TestUserForAdmin +WinEnumerateDevices diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/uxtheme.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/uxtheme.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/uxtheme.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/uxtheme.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,88 @@ +; +; Definition file of UxTheme.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "UxTheme.dll" +EXPORTS +BeginPanningFeedback +EndPanningFeedback +UpdatePanningFeedback +BeginBufferedAnimation +BeginBufferedPaint +BufferedPaintClear +BufferedPaintInit +BufferedPaintRenderAnimation +BufferedPaintSetAlpha +DrawThemeBackgroundEx +BufferedPaintStopAllAnimations +BufferedPaintUnInit +CloseThemeData +DrawThemeBackground +DrawThemeEdge +DrawThemeIcon +OpenThemeDataEx +DrawThemeParentBackground +DrawThemeParentBackgroundEx +DrawThemeText +GetImmersiveColorFromColorSetEx +GetImmersiveUserColorSetPreference +DrawThemeTextEx +GetUserColorPreference +GetColorFromPreference +EnableThemeDialogTexture +EnableTheming +EndBufferedAnimation +EndBufferedPaint +GetBufferedPaintBits +GetBufferedPaintDC +GetBufferedPaintTargetDC +GetBufferedPaintTargetRect +GetCurrentThemeName +GetThemeAnimationProperty +GetThemeAnimationTransform +GetThemeAppProperties +GetThemeBackgroundContentRect +GetThemeBackgroundExtent +GetThemeBackgroundRegion +GetThemeBitmap +GetThemeBool +GetThemeColor +GetThemeDocumentationProperty +GetThemeEnumValue +GetThemeFilename +GetThemeFont +GetThemeInt +GetThemeIntList +GetThemeMargins +GetThemeMetric +GetThemePartSize +GetThemePosition +GetThemePropertyOrigin +GetThemeRect +GetThemeStream +GetThemeString +GetThemeSysBool +GetThemeSysColor +GetThemeSysColorBrush +GetThemeSysFont +GetThemeSysInt +GetThemeSysSize +GetThemeSysString +GetThemeTextExtent +GetThemeTextMetrics +GetThemeTimingFunction +GetThemeTransitionDuration +GetWindowTheme +HitTestThemeBackground +IsAppThemed +IsCompositionActive +IsThemeActive +IsThemeBackgroundPartiallyTransparent +IsThemeDialogTextureEnabled +IsThemePartDefined +OpenThemeData +SetThemeAppProperties +SetWindowTheme +SetWindowThemeAttribute +ThemeInitApiHook diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/vcruntime140_app.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/vcruntime140_app.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/vcruntime140_app.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/vcruntime140_app.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,96 @@ +LIBRARY vcruntime140_app + +EXPORTS + +#include "func.def.in" + +_CreateFrameInfo +F_I386(_CxxThrowException@8) +F_NON_I386(_CxxThrowException) +F_I386(_EH_prolog) +_FindAndUnlinkFrame +_IsExceptionObjectToBeDestroyed +F_I386(_NLG_Dispatch2) +F_I386(_NLG_Return) +F_I386(_NLG_Return2) +_SetWinRTOutOfMemoryExceptionCallback +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +F_NON_I386(__C_specific_handler) +F_NON_I386(__C_specific_handler_noexcept) +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +F_I386(__CxxLongjmpUnwind@4) +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +F_NON_I386(__NLG_Dispatch2) +F_NON_I386(__NLG_Return2) +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__TypeMatch +__current_exception +__current_exception_context +F_X86_ANY(__intrinsic_setjmp) +F_ARM32(__intrinsic_setjmp) +F_NON_I386(__intrinsic_setjmpex) +F_ARM32(__jump_unwind) +__processing_throw +__report_gsfailure +__std_exception_copy +__std_exception_destroy +__std_terminate +__std_type_info_compare +__std_type_info_destroy_list +__std_type_info_hash +__std_type_info_name +__telemetry_main_invoke_trigger +__telemetry_main_return_trigger +__unDName +__unDNameEx +__uncaught_exception +__uncaught_exceptions +__vcrt_GetModuleFileNameW +__vcrt_GetModuleHandleW +__vcrt_InitializeCriticalSectionEx +__vcrt_LoadLibraryExW +F_I386(_chkesp) +F_I386(_except_handler2) +F_I386(_except_handler3) +F_I386(_except_handler4_common) +_get_purecall_handler +_get_unexpected +F_I386(_global_unwind2) +_is_exception_typeof +F_I386(_local_unwind2) +F_I386(_local_unwind4) +F_I386(_longjmpex) +F64(_local_unwind) +_purecall +F_I386(_seh_longjmp_unwind4@4) +F_I386(_seh_longjmp_unwind@4) +_set_purecall_handler +_set_se_translator +F_I386(_setjmp3) +longjmp F_X86_ANY(DATA) +memchr +memcmp +memcpy +memmove +memset +set_unexpected +strchr +strrchr +strstr +unexpected +wcschr +wcsrchr +wcsstr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/version.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/version.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/version.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/version.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +; +; Definition file of VERSION.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "VERSION.dll" +EXPORTS +GetFileVersionInfoA +GetFileVersionInfoByHandle +GetFileVersionInfoExA +GetFileVersionInfoExW +GetFileVersionInfoSizeA +GetFileVersionInfoSizeExA +GetFileVersionInfoSizeExW +GetFileVersionInfoSizeW +GetFileVersionInfoW +VerFindFileA +VerFindFileW +VerInstallFileA +VerInstallFileW +VerLanguageNameA +VerLanguageNameW +VerQueryValueA +VerQueryValueIndexA +VerQueryValueIndexW +VerQueryValueW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/virtdisk.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/virtdisk.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/virtdisk.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/virtdisk.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +; +; Definition file of VirtDisk.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "VirtDisk.dll" +EXPORTS +AddVirtualDiskParent +ApplySnapshotVhdSet +AttachVirtualDisk +BreakMirrorVirtualDisk +CompactVirtualDisk +CreateVirtualDisk +DeleteSnapshotVhdSet +DeleteVirtualDiskMetadata +DetachVirtualDisk +EnumerateVirtualDiskMetadata +ExpandVirtualDisk +GetAllAttachedVirtualDiskPhysicalPaths +GetStorageDependencyInformation +GetVirtualDiskInformation +GetVirtualDiskMetadata +GetVirtualDiskOperationProgress +GetVirtualDiskPhysicalPath +MergeVirtualDisk +MirrorVirtualDisk +ModifyVhdSet +OpenVirtualDisk +QueryChangesVirtualDisk +ResizeVirtualDisk +SetVirtualDiskInformation +SetVirtualDiskMetadata +TakeSnapshotVhdSet diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/w32time.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/w32time.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/w32time.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/w32time.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +; +; Definition file of w32time.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "w32time.dll" +EXPORTS +fnW32TmI_ScSetServiceBits DATA +fnW32TmRegisterServiceCtrlHandlerEx DATA +fnW32TmSetServiceStatus DATA +SvchostEntry_W32Time +SvchostPushServiceGlobals +TimeProvClose +TimeProvCommand +TimeProvOpen +W32TimeBufferFree +W32TimeDcPromo +W32TimeDeleteConfig +W32TimeGetNetlogonServiceBits +W32TimeLog +W32TimeQueryConfig +W32TimeQueryConfiguration +W32TimeQueryHardwareProviderStatus +W32TimeQueryNTPProviderStatus +W32TimeQueryNtpProviderConfiguration +W32TimeQuerySource +W32TimeQueryStatus +W32TimeSetConfig +W32TimeSyncNow +W32TimeVerifyJoinConfig +W32TimeVerifyUnjoinConfig +W32TmServiceMain diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/w32topl.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/w32topl.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/w32topl.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/w32topl.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,87 @@ +; +; Exports of file W32TOPL.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY W32TOPL.dll +EXPORTS +ToplAddEdgeSetToGraph +ToplAddEdgeToGraph +ToplDeleteComponents +ToplDeleteGraphState +ToplDeleteSpanningTreeEdges +ToplEdgeAssociate +ToplEdgeCreate +ToplEdgeDestroy +ToplEdgeDisassociate +ToplEdgeFree +ToplEdgeGetFromVertex +ToplEdgeGetToVertex +ToplEdgeGetWeight +ToplEdgeInit +ToplEdgeSetFromVertex +ToplEdgeSetToVertex +ToplEdgeSetVtx +ToplEdgeSetWeight +ToplFree +ToplGetAlwaysSchedule +ToplGetSpanningTreeEdgesForVtx +ToplGraphAddVertex +ToplGraphCreate +ToplGraphDestroy +ToplGraphFindEdgesForMST +ToplGraphFree +ToplGraphInit +ToplGraphMakeRing +ToplGraphNumberOfVertices +ToplGraphRemoveVertex +ToplGraphSetVertexIter +ToplHeapCreate +ToplHeapDestroy +ToplHeapExtractMin +ToplHeapInsert +ToplHeapIsElementOf +ToplHeapIsEmpty +ToplIsToplException +ToplIterAdvance +ToplIterCreate +ToplIterFree +ToplIterGetObject +ToplListAddElem +ToplListCreate +ToplListFree +ToplListNumberOfElements +ToplListRemoveElem +ToplListSetIter +ToplMakeGraphState +ToplPScheduleValid +ToplSTHeapAdd +ToplSTHeapCostReduced +ToplSTHeapDestroy +ToplSTHeapExtractMin +ToplSTHeapInit +ToplScheduleCacheCreate +ToplScheduleCacheDestroy +ToplScheduleCreate +ToplScheduleDuration +ToplScheduleExportReadonly +ToplScheduleImport +ToplScheduleIsEqual +ToplScheduleMaxUnavailable +ToplScheduleMerge +ToplScheduleNumEntries +ToplScheduleValid +ToplSetAllocator +ToplVertexCreate +ToplVertexDestroy +ToplVertexFree +ToplVertexGetId +ToplVertexGetInEdge +ToplVertexGetOutEdge +ToplVertexGetParent +ToplVertexInit +ToplVertexNumberOfInEdges +ToplVertexNumberOfOutEdges +ToplVertexSetId +ToplVertexSetParent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wdigest.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wdigest.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wdigest.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wdigest.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file wdigest.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY wdigest.dll +EXPORTS +SpInitialize +CredentialUpdateRegister +SsiCredentialsUpdateNotify +CredentialUpdateFree +CredentialUpdateNotify +SpLsaModeInitialize +SpUserModeInitialize +SsiCredentialsUpdateFree +SpInstanceInit diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/webclnt.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/webclnt.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/webclnt.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/webclnt.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file webclnt.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY webclnt.dll +EXPORTS +DavClose +DavInit +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wecapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wecapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wecapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wecapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +; +; Definition file of WecApi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "WecApi.dll" +EXPORTS +pszDbgAllocMsgA +vDbgLogError +EcIsConfigRequired +EcQuickConfig +EcClose +EcDeleteSubscription +EcEnumNextSubscription +EcGetObjectArrayProperty +EcGetObjectArraySize +EcGetSubscriptionProperty +EcGetSubscriptionRunTimeStatus +EcInsertObjectArrayElement +EcOpenSubscription +EcOpenSubscriptionEnum +EcRemoveObjectArrayElement +EcRetrySubscription +EcSaveSubscription +EcSetObjectArrayProperty +EcSetSubscriptionProperty diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wevtapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wevtapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wevtapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wevtapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,53 @@ +; +; Definition file of wevtapi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "wevtapi.dll" +EXPORTS +EvtIntSysprepCleanup +EvtSetObjectArrayProperty +EvtArchiveExportedLog +EvtCancel +EvtClearLog +EvtClose +EvtCreateBookmark +EvtCreateRenderContext +EvtExportLog +EvtFormatMessage +EvtGetChannelConfigProperty +EvtGetEventInfo +EvtGetEventMetadataProperty +EvtGetExtendedStatus +EvtGetLogInfo +EvtGetObjectArrayProperty +EvtGetObjectArraySize +EvtGetPublisherMetadataProperty +EvtGetQueryInfo +EvtIntAssertConfig +EvtIntCreateBinXMLFromCustomXML +EvtIntCreateLocalLogfile +EvtIntGetClassicLogDisplayName +EvtIntRenderResourceEventTemplate +EvtIntReportAuthzEventAndSourceAsync +EvtIntReportEventAndSourceAsync +EvtIntRetractConfig +EvtIntWriteXmlEventToLocalLogfile +EvtNext +EvtNextChannelPath +EvtNextEventMetadata +EvtNextPublisherId +EvtOpenChannelConfig +EvtOpenChannelEnum +EvtOpenEventMetadataEnum +EvtOpenLog +EvtOpenPublisherEnum +EvtOpenPublisherMetadata +EvtOpenSession +EvtQuery +EvtRender +EvtSaveChannelConfig +EvtSeek +EvtSetChannelConfigProperty +EvtSubscribe +EvtUpdateBookmark diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wiashext.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wiashext.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wiashext.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wiashext.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +; +; Exports of file wiashext.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY wiashext.dll +EXPORTS +AddDeviceWasChosen +AddDeviceWasChosenA +AddDeviceWasChosenW +MakeFullPidlForDevice +DllCanUnloadNow +DllGetClassObject +DllRegisterServer +DllUnregisterServer +DoDeleteAllItems diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/windowscodecs.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/windowscodecs.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/windowscodecs.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/windowscodecs.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,116 @@ +LIBRARY "WindowsCodecs.dll" +EXPORTS +IEnumString_Next_WIC_Proxy +IEnumString_Reset_WIC_Proxy +IPropertyBag2_Write_Proxy +IWICBitmapClipper_Initialize_Proxy +IWICBitmapCodecInfo_DoesSupportAnimation_Proxy +IWICBitmapCodecInfo_DoesSupportLossless_Proxy +IWICBitmapCodecInfo_DoesSupportMultiframe_Proxy +IWICBitmapCodecInfo_GetContainerFormat_Proxy +IWICBitmapCodecInfo_GetDeviceManufacturer_Proxy +IWICBitmapCodecInfo_GetDeviceModels_Proxy +IWICBitmapCodecInfo_GetFileExtensions_Proxy +IWICBitmapCodecInfo_GetMimeTypes_Proxy +IWICBitmapDecoder_CopyPalette_Proxy +IWICBitmapDecoder_GetColorContexts_Proxy +IWICBitmapDecoder_GetDecoderInfo_Proxy +IWICBitmapDecoder_GetFrameCount_Proxy +IWICBitmapDecoder_GetFrame_Proxy +IWICBitmapDecoder_GetMetadataQueryReader_Proxy +IWICBitmapDecoder_GetPreview_Proxy +IWICBitmapDecoder_GetThumbnail_Proxy +IWICBitmapEncoder_Commit_Proxy +IWICBitmapEncoder_CreateNewFrame_Proxy +IWICBitmapEncoder_GetEncoderInfo_Proxy +IWICBitmapEncoder_GetMetadataQueryWriter_Proxy +IWICBitmapEncoder_Initialize_Proxy +IWICBitmapEncoder_SetPalette_Proxy +IWICBitmapEncoder_SetThumbnail_Proxy +IWICBitmapFlipRotator_Initialize_Proxy +IWICBitmapFrameDecode_GetColorContexts_Proxy +IWICBitmapFrameDecode_GetMetadataQueryReader_Proxy +IWICBitmapFrameDecode_GetThumbnail_Proxy +IWICBitmapFrameEncode_Commit_Proxy +IWICBitmapFrameEncode_GetMetadataQueryWriter_Proxy +IWICBitmapFrameEncode_Initialize_Proxy +IWICBitmapFrameEncode_SetColorContexts_Proxy +IWICBitmapFrameEncode_SetResolution_Proxy +IWICBitmapFrameEncode_SetSize_Proxy +IWICBitmapFrameEncode_SetThumbnail_Proxy +IWICBitmapFrameEncode_WriteSource_Proxy +IWICBitmapLock_GetDataPointer_STA_Proxy +IWICBitmapLock_GetStride_Proxy +IWICBitmapScaler_Initialize_Proxy +IWICBitmapSource_CopyPalette_Proxy +IWICBitmapSource_CopyPixels_Proxy +IWICBitmapSource_GetPixelFormat_Proxy +IWICBitmapSource_GetResolution_Proxy +IWICBitmapSource_GetSize_Proxy +IWICBitmap_Lock_Proxy +IWICBitmap_SetPalette_Proxy +IWICBitmap_SetResolution_Proxy +IWICColorContext_InitializeFromMemory_Proxy +IWICComponentFactory_CreateMetadataWriterFromReader_Proxy +IWICComponentFactory_CreateQueryWriterFromBlockWriter_Proxy +IWICComponentInfo_GetAuthor_Proxy +IWICComponentInfo_GetCLSID_Proxy +IWICComponentInfo_GetFriendlyName_Proxy +IWICComponentInfo_GetSpecVersion_Proxy +IWICComponentInfo_GetVersion_Proxy +IWICFastMetadataEncoder_Commit_Proxy +IWICFastMetadataEncoder_GetMetadataQueryWriter_Proxy +IWICFormatConverter_Initialize_Proxy +IWICImagingFactory_CreateBitmapClipper_Proxy +IWICImagingFactory_CreateBitmapFlipRotator_Proxy +IWICImagingFactory_CreateBitmapFromHBITMAP_Proxy +IWICImagingFactory_CreateBitmapFromHICON_Proxy +IWICImagingFactory_CreateBitmapFromMemory_Proxy +IWICImagingFactory_CreateBitmapFromSource_Proxy +IWICImagingFactory_CreateBitmapScaler_Proxy +IWICImagingFactory_CreateBitmap_Proxy +IWICImagingFactory_CreateComponentInfo_Proxy +IWICImagingFactory_CreateDecoderFromFileHandle_Proxy +IWICImagingFactory_CreateDecoderFromFilename_Proxy +IWICImagingFactory_CreateDecoderFromStream_Proxy +IWICImagingFactory_CreateEncoder_Proxy +IWICImagingFactory_CreateFastMetadataEncoderFromDecoder_Proxy +IWICImagingFactory_CreateFastMetadataEncoderFromFrameDecode_Proxy +IWICImagingFactory_CreateFormatConverter_Proxy +IWICImagingFactory_CreatePalette_Proxy +IWICImagingFactory_CreateQueryWriterFromReader_Proxy +IWICImagingFactory_CreateQueryWriter_Proxy +IWICImagingFactory_CreateStream_Proxy +IWICMetadataBlockReader_GetCount_Proxy +IWICMetadataBlockReader_GetReaderByIndex_Proxy +IWICMetadataQueryReader_GetContainerFormat_Proxy +IWICMetadataQueryReader_GetEnumerator_Proxy +IWICMetadataQueryReader_GetLocation_Proxy +IWICMetadataQueryReader_GetMetadataByName_Proxy +IWICMetadataQueryWriter_RemoveMetadataByName_Proxy +IWICMetadataQueryWriter_SetMetadataByName_Proxy +IWICPalette_GetColorCount_Proxy +IWICPalette_GetColors_Proxy +IWICPalette_GetType_Proxy +IWICPalette_HasAlpha_Proxy +IWICPalette_InitializeCustom_Proxy +IWICPalette_InitializeFromBitmap_Proxy +IWICPalette_InitializeFromPalette_Proxy +IWICPalette_InitializePredefined_Proxy +IWICPixelFormatInfo_GetBitsPerPixel_Proxy +IWICPixelFormatInfo_GetChannelCount_Proxy +IWICPixelFormatInfo_GetChannelMask_Proxy +IWICStream_InitializeFromIStream_Proxy +IWICStream_InitializeFromMemory_Proxy +WICConvertBitmapSource +WICCreateBitmapFromSection +WICCreateBitmapFromSectionEx +WICCreateColorContext_Proxy +WICCreateImagingFactory_Proxy +WICGetMetadataContentSize +WICMapGuidToShortName +WICMapSchemaToName +WICMapShortNameToGuid +WICMatchMetadataContent +WICSerializeMetadataContent +WICSetEncoderFormat_Proxy diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winhttp.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winhttp.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winhttp.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winhttp.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,63 @@ +; +; Definition file of WINHTTP.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WINHTTP.dll" +EXPORTS +Private1 +SvchostPushServiceGlobals +WinHttpAddRequestHeaders +WinHttpAutoProxySvcMain +WinHttpCheckPlatform +WinHttpCloseHandle +WinHttpConnect +WinHttpCrackUrl +WinHttpCreateProxyResolver +WinHttpCreateUrl +WinHttpDetectAutoProxyConfigUrl +WinHttpFreeProxyResult +WinHttpGetDefaultProxyConfiguration +WinHttpGetIEProxyConfigForCurrentUser +WinHttpGetProxyForUrl +WinHttpGetProxyForUrlEx +WinHttpGetProxyResult +WinHttpOpen +WinHttpOpenRequest +WinHttpPalAcquireNextInterface +WinHttpPalAcquireNextInterfaceAsync +WinHttpPalCancelRequest +WinHttpPalCreateCmSessionReference +WinHttpPalCreateRequestCtx +WinHttpPalDllInit +WinHttpPalDllUnload +WinHttpPalFreeProxyInfo +WinHttpPalFreeRequestCtx +WinHttpPalGetProxyCreds +WinHttpPalGetProxyForCurrentInterface +WinHttpPalIsImplemented +WinHttpPalOnSendRequestComplete +WinHttpProbeConnectivity +WinHttpQueryAuthSchemes +WinHttpQueryDataAvailable +WinHttpQueryHeaders +WinHttpQueryOption +WinHttpReadData +WinHttpReceiveResponse +WinHttpResetAutoProxy +WinHttpSaveProxyCredentials +WinHttpSendRequest +WinHttpSetCredentials +WinHttpSetDefaultProxyConfiguration +WinHttpSetOption +WinHttpSetStatusCallback +WinHttpSetTimeouts +WinHttpTimeFromSystemTime +WinHttpTimeToSystemTime +WinHttpWebSocketClose +WinHttpWebSocketCompleteUpgrade +WinHttpWebSocketQueryCloseStatus +WinHttpWebSocketReceive +WinHttpWebSocketSend +WinHttpWebSocketShutdown +WinHttpWriteData diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wininet.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wininet.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wininet.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wininet.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,321 @@ +; +; Definition file of WININET.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WININET.dll" +EXPORTS +ord_101 @101 +ord_102 @102 +ord_103 @103 +ord_104 @104 +ord_105 @105 +DispatchAPICall +AppCacheCheckManifest +ord_108 @108 +ord_109 @109 +ord_110 @110 +ord_111 @111 +ord_112 @112 +AppCacheCloseHandle +AppCacheDeleteGroup +AppCacheDeleteIEGroup +ord_116 @116 +ord_117 @117 +ord_118 @118 +AppCacheDuplicateHandle +ord_120 @120 +ord_121 @121 +ord_122 @122 +ord_123 @123 +AppCacheFinalize +AppCacheFreeDownloadList +AppCacheFreeGroupList +AppCacheFreeIESpace +AppCacheFreeSpace +AppCacheGetDownloadList +AppCacheGetFallbackUrl +AppCacheGetGroupList +AppCacheGetIEGroupList +AppCacheGetInfo +AppCacheGetManifestUrl +AppCacheLookup +CommitUrlCacheEntryA +CommitUrlCacheEntryBinaryBlob +CommitUrlCacheEntryW +CreateMD5SSOHash +CreateUrlCacheContainerA +CreateUrlCacheContainerW +CreateUrlCacheEntryA +CreateUrlCacheEntryExW +CreateUrlCacheEntryW +CreateUrlCacheGroup +DeleteIE3Cache +DeleteUrlCacheContainerA +DeleteUrlCacheContainerW +DeleteUrlCacheEntry +DeleteUrlCacheEntryA +DeleteUrlCacheEntryW +DeleteUrlCacheGroup +DeleteWpadCacheForNetworks +DetectAutoProxyUrl +FindCloseUrlCache +FindFirstUrlCacheContainerA +FindFirstUrlCacheContainerW +FindFirstUrlCacheEntryA +FindFirstUrlCacheEntryExA +FindFirstUrlCacheEntryExW +FindFirstUrlCacheEntryW +FindFirstUrlCacheGroup +FindNextUrlCacheContainerA +FindNextUrlCacheContainerW +FindNextUrlCacheEntryA +FindNextUrlCacheEntryExA +FindNextUrlCacheEntryExW +FindNextUrlCacheEntryW +FindNextUrlCacheGroup +ForceNexusLookup +ForceNexusLookupExW +FreeUrlCacheSpaceA +FreeUrlCacheSpaceW +FtpCommandA +FtpCommandW +FtpCreateDirectoryA +FtpCreateDirectoryW +FtpDeleteFileA +FtpDeleteFileW +FtpFindFirstFileA +FtpFindFirstFileW +FtpGetCurrentDirectoryA +FtpGetCurrentDirectoryW +FtpGetFileA +FtpGetFileEx +FtpGetFileSize +FtpGetFileW +FtpOpenFileA +FtpOpenFileW +FtpPutFileA +FtpPutFileEx +FtpPutFileW +FtpRemoveDirectoryA +FtpRemoveDirectoryW +FtpRenameFileA +FtpRenameFileW +FtpSetCurrentDirectoryA +FtpSetCurrentDirectoryW +GetProxyDllInfo +GetUrlCacheConfigInfoA +GetUrlCacheConfigInfoW +GetUrlCacheEntryBinaryBlob +GetUrlCacheEntryInfoA +GetUrlCacheEntryInfoExA +GetUrlCacheEntryInfoExW +GetUrlCacheEntryInfoW +GetUrlCacheGroupAttributeA +GetUrlCacheGroupAttributeW +GetUrlCacheHeaderData +GopherCreateLocatorA +GopherCreateLocatorW +GopherFindFirstFileA +GopherFindFirstFileW +GopherGetAttributeA +GopherGetAttributeW +GopherGetLocatorTypeA +GopherGetLocatorTypeW +GopherOpenFileA +GopherOpenFileW +HttpAddRequestHeadersA +HttpAddRequestHeadersW +HttpCheckDavCompliance +HttpCloseDependencyHandle +HttpDuplicateDependencyHandle +HttpEndRequestA +HttpEndRequestW +HttpGetServerCredentials +HttpGetTunnelSocket +HttpOpenDependencyHandle +HttpOpenRequestA +HttpOpenRequestW +HttpPushClose +HttpPushEnable +HttpPushWait +HttpQueryInfoA +HttpQueryInfoW +HttpSendRequestA +HttpSendRequestExA +HttpSendRequestExW +HttpSendRequestW +HttpWebSocketClose +HttpWebSocketCompleteUpgrade +HttpWebSocketQueryCloseStatus +HttpWebSocketReceive +HttpWebSocketSend +HttpWebSocketShutdown +IncrementUrlCacheHeaderData +InternetAlgIdToStringA +InternetAlgIdToStringW +InternetAttemptConnect +InternetAutodial +InternetAutodialCallback +InternetAutodialHangup +InternetCanonicalizeUrlA +InternetCanonicalizeUrlW +InternetCheckConnectionA +InternetCheckConnectionW +InternetClearAllPerSiteCookieDecisions +InternetCloseHandle +InternetCombineUrlA +InternetCombineUrlW +InternetConfirmZoneCrossing +InternetConfirmZoneCrossingA +InternetConfirmZoneCrossingW +InternetConnectA +InternetConnectW +InternetCrackUrlA +InternetCrackUrlW +InternetCreateUrlA +InternetCreateUrlW +InternetDial +InternetDialA +InternetDialW +InternetEnumPerSiteCookieDecisionA +InternetEnumPerSiteCookieDecisionW +InternetErrorDlg +InternetFindNextFileA +InternetFindNextFileW +InternetFortezzaCommand +InternetFreeCookies +InternetFreeProxyInfoList +InternetGetCertByURL +InternetGetCertByURLA +InternetGetConnectedState +InternetGetConnectedStateEx +InternetGetConnectedStateExA +InternetGetConnectedStateExW +InternetGetCookieA +InternetGetCookieEx2 +InternetGetCookieExA +InternetGetCookieExW +InternetGetCookieW +InternetGetLastResponseInfoA +InternetGetLastResponseInfoW +InternetGetPerSiteCookieDecisionA +InternetGetPerSiteCookieDecisionW +InternetGetProxyForUrl +InternetGetSecurityInfoByURL +InternetGetSecurityInfoByURLA +InternetGetSecurityInfoByURLW +InternetGoOnline +InternetGoOnlineA +InternetGoOnlineW +InternetHangUp +InternetInitializeAutoProxyDll +InternetLockRequestFile +InternetOpenA +InternetOpenUrlA +InternetOpenUrlW +InternetOpenW +InternetQueryDataAvailable +InternetQueryFortezzaStatus +InternetQueryOptionA +InternetQueryOptionW +InternetReadFile +InternetReadFileExA +InternetReadFileExW +InternetSecurityProtocolToStringA +InternetSecurityProtocolToStringW +InternetSetCookieA +InternetSetCookieEx2 +InternetSetCookieExA +InternetSetCookieExW +InternetSetCookieW +InternetSetDialState +InternetSetDialStateA +InternetSetDialStateW +InternetSetFilePointer +InternetSetOptionA +InternetSetOptionExA +InternetSetOptionExW +InternetSetOptionW +InternetSetPerSiteCookieDecisionA +InternetSetPerSiteCookieDecisionW +InternetSetStatusCallback +InternetSetStatusCallbackA +InternetSetStatusCallbackW +InternetShowSecurityInfoByURL +InternetShowSecurityInfoByURLA +InternetShowSecurityInfoByURLW +ord_346 @346 +InternetTimeFromSystemTime +InternetTimeFromSystemTimeA +InternetTimeFromSystemTimeW +InternetTimeToSystemTime +InternetTimeToSystemTimeA +InternetTimeToSystemTimeW +InternetUnlockRequestFile +InternetWriteFile +InternetWriteFileExA +InternetWriteFileExW +IsHostInProxyBypassList +IsUrlCacheEntryExpiredA +IsUrlCacheEntryExpiredW +LoadUrlCacheContent +ParseX509EncodedCertificateForListBoxEntry +PrivacyGetZonePreferenceW +PrivacySetZonePreferenceW +ReadUrlCacheEntryStream +ReadUrlCacheEntryStreamEx +RegisterUrlCacheNotification +ResumeSuspendedDownload +RetrieveUrlCacheEntryFileA +RetrieveUrlCacheEntryFileW +RetrieveUrlCacheEntryStreamA +RetrieveUrlCacheEntryStreamW +RunOnceUrlCache +SetUrlCacheConfigInfoA +SetUrlCacheConfigInfoW +SetUrlCacheEntryGroup +SetUrlCacheEntryGroupA +SetUrlCacheEntryGroupW +SetUrlCacheEntryInfoA +SetUrlCacheEntryInfoW +SetUrlCacheGroupAttributeA +SetUrlCacheGroupAttributeW +SetUrlCacheHeaderData +ShowCertificate +ShowClientAuthCerts +ShowSecurityInfo +ShowX509EncodedCertificate +UnlockUrlCacheEntryFile +UnlockUrlCacheEntryFileA +UnlockUrlCacheEntryFileW +UnlockUrlCacheEntryStream +UpdateUrlCacheContentPath +UrlCacheCheckEntriesExist +UrlCacheCloseEntryHandle +UrlCacheContainerSetEntryMaximumAge +UrlCacheCreateContainer +UrlCacheFindFirstEntry +UrlCacheFindNextEntry +UrlCacheFreeEntryInfo +UrlCacheGetContentPaths +UrlCacheGetEntryInfo +ord_401 @401 +ord_402 @402 +ord_403 @403 +UrlCacheGetGlobalLimit +UrlCacheReadEntryStream +UrlCacheReloadSettings +UrlCacheRetrieveEntryFile +UrlCacheRetrieveEntryStream +UrlCacheSetGlobalLimit +ord_410 @410 +ord_411 @411 +UrlCacheUpdateEntryExtraData +ord_413 @413 +UrlZonesDetach +_GetFileExtensionFromUrl +ord_420 @420 +ord_421 @421 +ord_422 @422 +ord_423 @423 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winmm.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winmm.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winmm.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winmm.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,212 @@ +LIBRARY "WINMM.dll" +EXPORTS +mciExecute +CloseDriver +DefDriverProc +DriverCallback +DrvGetModuleHandle +GetDriverModuleHandle +MigrateAllDrivers +MigrateSoundEvents +NotifyCallbackData +OpenDriver +PlaySound +PlaySoundA +PlaySoundW +SendDriverMessage +WOW32DriverCallback +WOW32ResolveMultiMediaHandle +WOWAppExit +WinmmLogoff +WinmmLogon +aux32Message +auxGetDevCapsA +auxGetDevCapsW +auxGetNumDevs +auxGetVolume +auxOutMessage +auxSetVolume +gfxAddGfx +gfxBatchChange +gfxCreateGfxFactoriesList +gfxCreateZoneFactoriesList +gfxDestroyDeviceInterfaceList +gfxEnumerateGfxs +gfxLogoff +gfxLogon +gfxModifyGfx +gfxOpenGfx +gfxRemoveGfx +joy32Message +joyConfigChanged +joyGetDevCapsA +joyGetDevCapsW +joyGetNumDevs +joyGetPos +joyGetPosEx +joyGetThreshold +joyReleaseCapture +joySetCapture +joySetThreshold +mci32Message +mciDriverNotify +mciDriverYield +mciExecute +mciFreeCommandResource +mciGetCreatorTask +mciGetDeviceIDA +mciGetDeviceIDFromElementIDA +mciGetDeviceIDFromElementIDW +mciGetDeviceIDW +mciGetDriverData +mciGetErrorStringA +mciGetErrorStringW +mciGetYieldProc +mciLoadCommandResource +mciSendCommandA +mciSendCommandW +mciSendStringA +mciSendStringW +mciSetDriverData +mciSetYieldProc +mid32Message +midiConnect +midiDisconnect +midiInAddBuffer +midiInClose +midiInGetDevCapsA +midiInGetDevCapsW +midiInGetErrorTextA +midiInGetErrorTextW +midiInGetID +midiInGetNumDevs +midiInMessage +midiInOpen +midiInPrepareHeader +midiInReset +midiInStart +midiInStop +midiInUnprepareHeader +midiOutCacheDrumPatches +midiOutCachePatches +midiOutClose +midiOutGetDevCapsA +midiOutGetDevCapsW +midiOutGetErrorTextA +midiOutGetErrorTextW +midiOutGetID +midiOutGetNumDevs +midiOutGetVolume +midiOutLongMsg +midiOutMessage +midiOutOpen +midiOutPrepareHeader +midiOutReset +midiOutSetVolume +midiOutShortMsg +midiOutUnprepareHeader +midiStreamClose +midiStreamOpen +midiStreamOut +midiStreamPause +midiStreamPosition +midiStreamProperty +midiStreamRestart +midiStreamStop +mixerClose +mixerGetControlDetailsA +mixerGetControlDetailsW +mixerGetDevCapsA +mixerGetDevCapsW +mixerGetID +mixerGetLineControlsA +mixerGetLineControlsW +mixerGetLineInfoA +mixerGetLineInfoW +mixerGetNumDevs +mixerMessage +mixerOpen +mixerSetControlDetails +mmDrvInstall +mmGetCurrentTask +mmTaskBlock +mmTaskCreate +mmTaskSignal +mmTaskYield +mmioAdvance +mmioAscend +mmioClose +mmioCreateChunk +mmioDescend +mmioFlush +mmioGetInfo +mmioInstallIOProcA +mmioInstallIOProcW +mmioOpenA +mmioOpenW +mmioRead +mmioRenameA +mmioRenameW +mmioSeek +mmioSendMessage +mmioSetBuffer +mmioSetInfo +mmioStringToFOURCCA +mmioStringToFOURCCW +mmioWrite +mmsystemGetVersion +mod32Message +mxd32Message +sndPlaySoundA +sndPlaySoundW +tid32Message +timeBeginPeriod +timeEndPeriod +timeGetDevCaps +timeGetSystemTime +timeGetTime +timeKillEvent +timeSetEvent +waveInAddBuffer +waveInClose +waveInGetDevCapsA +waveInGetDevCapsW +waveInGetErrorTextA +waveInGetErrorTextW +waveInGetID +waveInGetNumDevs +waveInGetPosition +waveInMessage +waveInOpen +waveInPrepareHeader +waveInReset +waveInStart +waveInStop +waveInUnprepareHeader +waveOutBreakLoop +waveOutClose +waveOutGetDevCapsA +waveOutGetDevCapsW +waveOutGetErrorTextA +waveOutGetErrorTextW +waveOutGetID +waveOutGetNumDevs +waveOutGetPitch +waveOutGetPlaybackRate +waveOutGetPosition +waveOutGetVolume +waveOutMessage +waveOutOpen +waveOutPause +waveOutPrepareHeader +waveOutReset +waveOutRestart +waveOutSetPitch +waveOutSetPlaybackRate +waveOutSetVolume +waveOutUnprepareHeader +waveOutWrite +winmmDbgOut +winmmSetDebugLevel +wid32Message +wod32Message diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winrnr.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winrnr.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winrnr.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winrnr.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +; +; Exports of file WINRNR.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY WINRNR.dll +EXPORTS +InstallNTDSProvider +NSPStartup +RemoveNTDSProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winscard.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winscard.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winscard.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winscard.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,84 @@ +; +; Definition file of WinSCard.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WinSCard.dll" +EXPORTS +ClassInstall32 +SCardAccessNewReaderEvent +SCardReleaseAllEvents +SCardReleaseNewReaderEvent +SCardAccessStartedEvent +SCardAddReaderToGroupA +SCardAddReaderToGroupW +SCardAudit +SCardBeginTransaction +SCardCancel +SCardConnectA +SCardConnectW +SCardControl +SCardDisconnect +SCardEndTransaction +SCardEstablishContext +SCardForgetCardTypeA +SCardForgetCardTypeW +SCardForgetReaderA +SCardForgetReaderGroupA +SCardForgetReaderGroupW +SCardForgetReaderW +SCardFreeMemory +SCardGetAttrib +SCardGetCardTypeProviderNameA +SCardGetCardTypeProviderNameW +SCardGetDeviceTypeIdA +SCardGetDeviceTypeIdW +SCardGetProviderIdA +SCardGetProviderIdW +SCardGetReaderDeviceInstanceIdA +SCardGetReaderDeviceInstanceIdW +SCardGetReaderIconA +SCardGetReaderIconW +SCardGetStatusChangeA +SCardGetStatusChangeW +SCardGetTransmitCount +SCardIntroduceCardTypeA +SCardIntroduceCardTypeW +SCardIntroduceReaderA +SCardIntroduceReaderGroupA +SCardIntroduceReaderGroupW +SCardIntroduceReaderW +SCardIsValidContext +SCardListCardsA +SCardListCardsW +SCardListInterfacesA +SCardListInterfacesW +SCardListReaderGroupsA +SCardListReaderGroupsW +SCardListReadersA +SCardListReadersW +SCardListReadersWithDeviceInstanceIdA +SCardListReadersWithDeviceInstanceIdW +SCardLocateCardsA +SCardLocateCardsByATRA +SCardLocateCardsByATRW +SCardLocateCardsW +SCardReadCacheA +SCardReadCacheW +SCardReconnect +SCardReleaseContext +SCardReleaseStartedEvent +SCardRemoveReaderFromGroupA +SCardRemoveReaderFromGroupW +SCardSetAttrib +SCardSetCardTypeProviderNameA +SCardSetCardTypeProviderNameW +SCardState +SCardStatusA +SCardStatusW +SCardTransmit +SCardWriteCacheA +SCardWriteCacheW +g_rgSCardRawPci DATA +g_rgSCardT0Pci DATA +g_rgSCardT1Pci DATA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winspool.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winspool.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winspool.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winspool.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,212 @@ +; +; Definition file of WINSPOOL.DRV +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "WINSPOOL.DRV" +EXPORTS +ADVANCEDSETUPDIALOG +AdvancedSetupDialog +ConvertAnsiDevModeToUnicodeDevmode +ConvertUnicodeDevModeToAnsiDevmode +DEVICEMODE +DeviceMode +DocumentEvent +PerfClose +PerfCollect +PerfOpen +QueryColorProfile +QueryRemoteFonts +QuerySpoolMode +SpoolerDevQueryPrintW +StartDocDlgW +AbortPrinter +AddFormA +AddFormW +AddJobA +AddJobW +AddMonitorA +AddMonitorW +AddPortA +AddPortExA +AddPortExW +AddPortW +AddPrintProcessorA +AddPrintProcessorW +AddPrintProvidorA +AddPrintProvidorW +AddPrinterA +AddPrinterConnection2A +AddPrinterConnection2W +AddPrinterConnectionA +AddPrinterConnectionW +AddPrinterDriverA +AddPrinterDriverExA +AddPrinterDriverExW +AddPrinterDriverW +AddPrinterW +AdvancedDocumentPropertiesA +AdvancedDocumentPropertiesW +ClosePrinter +CloseSpoolFileHandle +CommitSpoolData +ConfigurePortA +ConfigurePortW +ConnectToPrinterDlg +CorePrinterDriverInstalledA +CorePrinterDriverInstalledW +CreatePrintAsyncNotifyChannel +CreatePrinterIC +DEVICECAPABILITIES +DeleteFormA +DeleteFormW +DeleteJobNamedProperty +DeleteMonitorA +DeleteMonitorW +DeletePortA +DeletePortW +DeletePrintProcessorA +DeletePrintProcessorW +DeletePrintProvidorA +DeletePrintProvidorW +DeletePrinter +DeletePrinterConnectionA +DeletePrinterConnectionW +DeletePrinterDataA +DeletePrinterDataExA +DeletePrinterDataExW +DeletePrinterDataW +DeletePrinterDriverA +DeletePrinterDriverExA +DeletePrinterDriverExW +DeletePrinterDriverPackageA +DeletePrinterDriverPackageW +DeletePrinterDriverW +DeletePrinterIC +DeletePrinterKeyA +DeletePrinterKeyW +DevQueryPrint +DevQueryPrintEx +DeviceCapabilities +DeviceCapabilitiesA +DeviceCapabilitiesW +DevicePropertySheets +DocumentEvent +DocumentPropertiesA +DocumentPropertiesW +DocumentPropertySheets +EXTDEVICEMODE +EndDocPrinter +EndPagePrinter +EnumFormsA +EnumFormsW +EnumJobNamedProperties +EnumJobsA +EnumJobsW +EnumMonitorsA +EnumMonitorsW +EnumPortsA +GetDefaultPrinterA +SetDefaultPrinterA +GetDefaultPrinterW +SetDefaultPrinterW +EnumPortsW +EnumPrintProcessorDatatypesA +EnumPrintProcessorDatatypesW +EnumPrintProcessorsA +EnumPrintProcessorsW +EnumPrinterDataA +EnumPrinterDataExA +EnumPrinterDataExW +EnumPrinterDataW +EnumPrinterDriversA +EnumPrinterDriversW +EnumPrinterKeyA +EnumPrinterKeyW +EnumPrintersA +EnumPrintersW +ExtDeviceMode +FindClosePrinterChangeNotification +FindFirstPrinterChangeNotification +FindNextPrinterChangeNotification +FlushPrinter +FreePrintNamedPropertyArray +FreePrintPropertyValue +FreePrinterNotifyInfo +GetCorePrinterDriversA +GetCorePrinterDriversW +GetFormA +GetFormW +GetJobA +GetJobNamedPropertyValue +GetJobW +GetPrintExecutionData +GetPrintOutputInfo +GetPrintProcessorDirectoryA +GetPrintProcessorDirectoryW +GetPrinterA +GetPrinterDataA +GetPrinterDataExA +GetPrinterDataExW +GetPrinterDataW +GetPrinterDriver2A +GetPrinterDriver2W +GetPrinterDriverA +GetPrinterDriverDirectoryA +GetPrinterDriverDirectoryW +GetPrinterDriverPackagePathA +GetPrinterDriverPackagePathW +GetPrinterDriverW +GetPrinterW +GetSpoolFileHandle +InstallPrinterDriverFromPackageA +InstallPrinterDriverFromPackageW +IsValidDevmodeA +IsValidDevmodeW +OpenPrinter2A +OpenPrinter2W +OpenPrinterA +OpenPrinterW +PlayGdiScriptOnPrinterIC +PrinterMessageBoxA +PrinterMessageBoxW +PrinterProperties +QueryColorProfile +QueryRemoteFonts +QuerySpoolMode +ReadPrinter +RegisterForPrintAsyncNotifications +ReportJobProcessingProgress +ResetPrinterA +ResetPrinterW +ScheduleJob +SeekPrinter +SetAllocFailCount +SetFormA +SetFormW +SetJobA +SetJobNamedProperty +SetJobW +SetPortA +SetPortW +SetPrinterA +SetPrinterDataA +SetPrinterDataExA +SetPrinterDataExW +SetPrinterDataW +SetPrinterW +SplDriverUnloadComplete +SpoolerDevQueryPrintW +SpoolerInit +SpoolerPrinterEvent +StartDocDlgA +StartDocDlgW +StartDocPrinterA +StartDocPrinterW +StartPagePrinter +UnRegisterForPrintAsyncNotifications +UploadPrinterDriverPackageA +UploadPrinterDriverPackageW +WaitForPrinterChange +WritePrinter +XcvDataW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winsrv.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winsrv.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winsrv.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winsrv.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Exports of file winsrv.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY winsrv.dll +EXPORTS +ConServerDllInitialization +UserServerDllInitialization +_UserSoundSentry +_UserTestTokenForInteractive diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/winusb.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/winusb.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/winusb.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/winusb.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +; +; Definition file of WINUSB.DLL +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "WINUSB.DLL" +EXPORTS +WinUsb_AbortPipe +WinUsb_AbortPipeAsync +WinUsb_ControlTransfer +WinUsb_FlushPipe +WinUsb_Free +WinUsb_GetAdjustedFrameNumber +WinUsb_GetAssociatedInterface +WinUsb_GetCurrentAlternateSetting +WinUsb_GetCurrentFrameNumber +WinUsb_GetDescriptor +WinUsb_GetOverlappedResult +WinUsb_GetPipePolicy +WinUsb_GetPowerPolicy +WinUsb_Initialize +WinUsb_ParseConfigurationDescriptor +WinUsb_ParseDescriptors +WinUsb_QueryDeviceInformation +WinUsb_QueryInterfaceSettings +WinUsb_QueryPipe +WinUsb_QueryPipeEx +WinUsb_ReadIsochPipe +WinUsb_ReadIsochPipeAsap +WinUsb_ReadPipe +WinUsb_RegisterIsochBuffer +WinUsb_ResetPipe +WinUsb_ResetPipeAsync +WinUsb_SetCurrentAlternateSetting +WinUsb_SetCurrentAlternateSettingAsync +WinUsb_SetPipePolicy +WinUsb_SetPowerPolicy +WinUsb_UnregisterIsochBuffer +WinUsb_WriteIsochPipe +WinUsb_WriteIsochPipeAsap +WinUsb_WritePipe diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wkscli.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wkscli.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wkscli.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wkscli.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,30 @@ +; +; Definition file of wkscli.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "wkscli.dll" +EXPORTS +NetAddAlternateComputerName +NetEnumerateComputerNames +NetGetJoinInformation +NetGetJoinableOUs +NetJoinDomain +NetRemoveAlternateComputerName +NetRenameMachineInDomain +NetSetPrimaryComputerName +NetUnjoinDomain +NetUseAdd +NetUseDel +NetUseEnum +NetUseGetInfo +NetValidateName +NetWkstaGetInfo +NetWkstaSetInfo +NetWkstaStatisticsGet +NetWkstaTransportAdd +NetWkstaTransportDel +NetWkstaTransportEnum +NetWkstaUserEnum +NetWkstaUserGetInfo +NetWkstaUserSetInfo diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wkssvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wkssvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wkssvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wkssvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file wkssvc.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY wkssvc.dll +EXPORTS +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,178 @@ +; +; Definition file of wlanapi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "wlanapi.dll" +EXPORTS +WFDGetSessionEndpointPairsInt +QueryNetconStatus +QueryNetconVirtualCharacteristic +WFDAcceptConnectRequestAndOpenSessionInt +WFDAcceptGroupRequestAndOpenSessionInt +WFDCancelConnectorPairWithOOB +WFDCancelListenerPairWithOOB +WFDCancelOpenSession +WFDCancelOpenSessionInt +WFDCloseHandle +WFDCloseHandleInt +WFDCloseLegacySessionInt +WFDCloseOOBPairingSession +WFDCloseSession +WFDCloseSessionInt +WFDConfigureFirewallForSessionInt +WFDDeclineConnectRequestInt +WFDDeclineGroupRequestInt +WFDDiscoverDevicesInt +WFDFlushVisibleDeviceListInt +WFDForceDisconnectInt +WFDForceDisconnectLegacyPeerInt +WFDFreeMemoryInt +WFDGetDefaultGroupProfileInt +WFDGetOOBBlob +WFDGetProfileKeyInfoInt +WFDGetVisibleDevicesInt +WFDIsInterfaceWiFiDirect +WFDIsWiFiDirectRunningOnWiFiAdapter +WFDLowPrivCancelOpenSessionInt +WFDLowPrivCloseHandleInt +WFDLowPrivCloseSessionInt +WFDLowPrivConfigureFirewallForSessionInt +WFDLowPrivGetSessionEndpointPairsInt +WFDLowPrivIsWfdSupportedInt +WFDLowPrivOpenHandleInt +WFDLowPrivRegisterNotificationInt +WFDLowPrivStartOpenSessionByInterfaceIdInt +WFDOpenHandle +WFDOpenHandleInt +WFDOpenLegacySession +WFDOpenLegacySessionInt +WFDPairCancelByDeviceAddressInt +WFDPairCancelInt +WFDPairEnumerateCeremoniesInt +WFDPairSelectCeremonyInt +WFDPairWithDeviceAndOpenSessionExInt +WFDPairWithDeviceAndOpenSessionInt +WFDParseOOBBlob +WFDParseProfileXmlInt +WFDQueryPropertyInt +WFDRegisterNotificationInt +WFDSetAdditionalIEsInt +WFDSetPropertyInt +WFDSetSecondaryDeviceTypeListInt +WFDStartConnectorPairWithOOB +WFDStartListenerPairWithOOB +WFDStartOpenSession +WFDStartOpenSessionInt +WFDStartUsingGroupInt +WFDStopDiscoverDevicesInt +WFDStopUsingGroupInt +WFDUpdateDeviceVisibility +WlanAllocateMemory +WlanCancelPlap +WlanCloseHandle +WlanConnect +WlanConnectEx +WlanConnectWithInput +WlanDeinitPlapParams +WlanDeleteProfile +WlanDisconnect +WlanDoPlap +WlanDoesBssMatchSecurity +WlanEnumAllInterfaces +WlanEnumInterfaces +WlanExtractPsdIEDataList +WlanFreeMemory +WlanGenerateProfileXmlBasicSettings +WlanGetAvailableNetworkList +WlanGetFilterList +WlanGetInterfaceCapability +WlanGetMFPNegotiated +WlanGetNetworkBssList +WlanGetProfile +WlanGetProfileCustomUserData +WlanGetProfileEapUserDataInfo +WlanGetProfileIndex +WlanGetProfileKeyInfo +WlanGetProfileList +WlanGetProfileMetadata +WlanGetProfileSsidList +WlanGetRadioInformation +WlanGetSecuritySettings +WlanGetStoredRadioState +WlanHostedNetworkForceStart +WlanHostedNetworkForceStop +WlanHostedNetworkFreeWCNSettings +WlanHostedNetworkHlpQueryEverUsed +WlanHostedNetworkInitSettings +WlanHostedNetworkQueryProperty +WlanHostedNetworkQuerySecondaryKey +WlanHostedNetworkQueryStatus +WlanHostedNetworkQueryWCNSettings +WlanHostedNetworkRefreshSecuritySettings +WlanHostedNetworkSetProperty +WlanHostedNetworkSetSecondaryKey +WlanHostedNetworkSetWCNSettings +WlanHostedNetworkStartUsing +WlanHostedNetworkStopUsing +WlanIhvControl +WlanInitPlapParams +WlanInternalScan +WlanIsActiveConsoleUser +WlanIsNetworkSuppressed +WlanIsUIRequestPending +WlanLowPrivCloseHandle +WlanLowPrivEnumInterfaces +WlanLowPrivFreeMemory +WlanLowPrivOpenHandle +WlanLowPrivQueryInterface +WlanLowPrivSetInterface +WlanNotifyVsIeProviderInt +WlanOpenHandle +WlanParseProfileXmlBasicSettings +WlanPrivateGetAvailableNetworkList +WlanQueryAutoConfigParameter +WlanQueryCreateAllUserProfileRestricted +WlanQueryInterface +WlanQueryPlapCredentials +WlanQueryPreConnectInput +WlanQueryVirtualInterfaceType +WlanReasonCodeToString +WlanRefreshConnections +WlanRegisterNotification +WlanRegisterVirtualStationNotification +WlanRemoveUIForwardingNetworkList +WlanRenameProfile +WlanSaveTemporaryProfile +WlanScan +WlanSendUIResponse +WlanSetAllUserProfileRestricted +WlanSetAutoConfigParameter +WlanSetFilterList +WlanSetInterface +WlanSetProfile +WlanSetProfileCustomUserData +WlanSetProfileEapUserData +WlanSetProfileEapXmlUserData +WlanSetProfileList +WlanSetProfileMetadata +WlanSetProfilePosition +WlanSetPsdIEDataList +WlanSetSecuritySettings +WlanSetUIForwardingNetworkList +WlanSignalValueToBar +WlanSsidToDisplayName +WlanStartAP +WlanStopAP +WlanStoreRadioStateOnEnteringAirPlaneMode +WlanStringToSsid +WlanTryUpgradeCurrentConnectionAuthCipher +WlanUpdateProfileWithAuthCipher +WlanUtf8SsidToDisplayName +WlanWcmGetInterface +WlanWcmGetProfileList +WlanWcmSetInterface +WlanWfdGOSetWCNSettings +WlanWfdGetPeerInfo +WlanWfdStartGO +WlanWfdStopGO diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanui.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanui.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanui.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanui.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Definition file of wlanui.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "wlanui.dll" +EXPORTS +WLInvokeProfileUI +WLInvokeProfileUIFromXMLFile +DllGetClassObject +WLFreeProfile +WLFreeProfileXml +WlanUIEditProfile diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanutil.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanutil.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wlanutil.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wlanutil.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of wlanutil.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "wlanutil.dll" +EXPORTS +WlanIsActiveConsoleUser +WlanSignalValueToBar +WlanSsidToDisplayName +WlanStringToSsid +WlanUtf8SsidToDisplayName diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wldap32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wldap32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wldap32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wldap32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,253 @@ +; +; Exports of file WLDAP32.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY WLDAP32.dll +EXPORTS +ldap_abandon +ldap_add +ldap_get_optionW +ldap_unbind +ldap_set_optionW +LdapGetLastError +cldap_open +LdapMapErrorToWin32 +ldap_compare +ldap_delete +ldap_result2error +ldap_err2string +ldap_modify +ldap_modrdn +ldap_open +ldap_first_entry +ldap_next_entry +cldap_openW +LdapUTF8ToUnicode +ldap_get_dn +ldap_dn2ufn +ldap_first_attribute +ldap_next_attribute +ldap_get_values +ldap_get_values_len +ldap_count_entries +ldap_count_values +ldap_value_free +ldap_explode_dn +ldap_result +ldap_msgfree +ldap_addW +ldap_search +ldap_add_s +ldap_bind_s +ldap_unbind_s +ldap_delete_s +ldap_modify_s +ldap_modrdn_s +ldap_search_s +ldap_search_st +ldap_compare_s +LdapUnicodeToUTF8 +ber_bvfree +cldap_openA +ldap_addA +ldap_add_ext +ldap_add_extA +ldap_simple_bind +ldap_simple_bind_s +ldap_bind +ldap_add_extW +ldap_add_ext_s +ldap_add_ext_sA +ldap_add_ext_sW +ldap_add_sA +ldap_modrdn2 +ldap_modrdn2_s +ldap_add_sW +ldap_bindA +ldap_bindW +ldap_bind_sA +ldap_bind_sW +ldap_close_extended_op +ldap_compareA +ldap_compareW +ldap_count_values_len +ldap_compare_ext +ldap_value_free_len +ldap_compare_extA +ldap_compare_extW +ldap_perror +ldap_compare_ext_s +ldap_compare_ext_sA +ldap_compare_ext_sW +ldap_compare_sA +ldap_compare_sW +ldap_connect +ldap_control_free +ldap_control_freeA +ldap_control_freeW +ldap_controls_free +ldap_controls_freeA +ldap_controls_freeW +ldap_count_references +ldap_count_valuesA +ldap_count_valuesW +ldap_create_page_control +ldap_create_page_controlA +ldap_create_page_controlW +ldap_create_sort_control +ldap_create_sort_controlA +ldap_create_sort_controlW +ldap_deleteA +ldap_deleteW +ldap_delete_ext +ldap_delete_extA +ldap_delete_extW +ldap_delete_ext_s +ldap_delete_ext_sA +ldap_delete_ext_sW +ldap_delete_sA +ldap_delete_sW +ldap_dn2ufnW +ldap_encode_sort_controlA +ldap_encode_sort_controlW +ldap_err2stringA +ldap_err2stringW +ldap_escape_filter_elementA +ldap_escape_filter_elementW +ldap_explode_dnA +ldap_explode_dnW +ldap_extended_operation +ldap_extended_operationA +ldap_extended_operationW +ldap_first_attributeA +ldap_first_attributeW +ldap_first_reference +ldap_free_controls +ldap_free_controlsA +ldap_free_controlsW +ldap_get_dnA +ldap_get_dnW +ldap_get_next_page +ldap_get_next_page_s +ldap_get_option +ldap_get_optionA +ldap_get_paged_count +ldap_get_valuesA +ldap_get_valuesW +ldap_get_values_lenA +ldap_get_values_lenW +ldap_init +ldap_initA +ldap_initW +ldap_memfreeA +ldap_memfreeW +ldap_modifyA +ldap_modifyW +ldap_modify_ext +ldap_modify_extA +ldap_modify_extW +ldap_modify_ext_s +ldap_modify_ext_sA +ldap_modify_ext_sW +ldap_modify_sA +ldap_modify_sW +ldap_modrdn2A +ldap_modrdn2W +ldap_modrdn2_sA +ldap_modrdn2_sW +ldap_modrdnA +ldap_modrdnW +ldap_modrdn_sA +ldap_modrdn_sW +ldap_next_attributeA +ldap_next_attributeW +ldap_next_reference +ldap_openA +ldap_openW +ldap_parse_page_control +ldap_parse_page_controlA +ldap_parse_page_controlW +ldap_parse_reference +ldap_parse_referenceA +ldap_parse_referenceW +ldap_parse_result +ldap_parse_resultA +ldap_parse_resultW +ldap_parse_sort_control +ldap_parse_sort_controlA +ldap_parse_sort_controlW +ldap_rename_ext +ldap_rename_extA +ldap_rename_extW +ldap_rename_ext_s +ldap_rename_ext_sA +ldap_rename_ext_sW +ldap_searchA +ldap_searchW +ldap_search_abandon_page +ldap_search_ext +ldap_search_extA +ldap_search_extW +ldap_search_ext_s +ldap_search_ext_sA +ldap_escape_filter_element +ldap_set_dbg_flags +ldap_set_dbg_routine +ldap_memfree +ldap_startup +ldap_cleanup +ldap_search_ext_sW +ldap_search_init_page +ldap_search_init_pageA +ldap_search_init_pageW +ldap_search_sA +ldap_search_sW +ldap_search_stA +ldap_search_stW +ldap_set_option +ldap_set_optionA +ldap_simple_bindA +ldap_simple_bindW +ldap_simple_bind_sA +ldap_simple_bind_sW +ldap_sslinit +ldap_sslinitA +ldap_sslinitW +ldap_ufn2dn +ldap_ufn2dnA +ldap_ufn2dnW +ldap_value_freeA +ldap_value_freeW +ldap_check_filterA +ldap_check_filterW +ldap_dn2ufnA +ber_init +ber_free +ber_bvecfree +ber_bvdup +ber_alloc_t +ber_skip_tag +ber_peek_tag +ber_first_element +ber_next_element +ber_flatten +ber_printf +ber_scanf +ldap_conn_from_msg +ldap_sasl_bindW +ldap_sasl_bind_sW +ldap_sasl_bindA +ldap_sasl_bind_sA +ldap_parse_extended_resultW +ldap_parse_extended_resultA +ldap_create_vlv_controlW +ldap_create_vlv_controlA +ldap_parse_vlv_controlW +ldap_parse_vlv_controlA +ldap_start_tls_sW +ldap_start_tls_sA +ldap_stop_tls_s +ldap_extended_operation_sW +ldap_extended_operation_sA diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wmi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wmi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wmi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wmi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,53 @@ +; +; Exports of file WMI.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY WMI.dll +EXPORTS +CloseTrace +ControlTraceA +ControlTraceW +CreateTraceInstanceId +EnableTrace +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +OpenTraceA +OpenTraceW +ProcessTrace +QueryAllTracesA +QueryAllTracesW +RegisterTraceGuidsA +RegisterTraceGuidsW +RemoveTraceCallback +SetTraceCallback +StartTraceA +StartTraceW +TraceEvent +TraceEventInstance +UnregisterTraceGuids +WmiCloseBlock +WmiDevInstToInstanceNameA +WmiDevInstToInstanceNameW +WmiEnumerateGuids +WmiExecuteMethodA +WmiExecuteMethodW +WmiFileHandleToInstanceNameA +WmiFileHandleToInstanceNameW +WmiFreeBuffer +WmiMofEnumerateResourcesA +WmiMofEnumerateResourcesW +WmiNotificationRegistrationA +WmiNotificationRegistrationW +WmiOpenBlock +WmiQueryAllDataA +WmiQueryAllDataW +WmiQueryGuidInformation +WmiQuerySingleInstanceA +WmiQuerySingleInstanceW +WmiSetSingleInstanceA +WmiSetSingleInstanceW +WmiSetSingleItemA +WmiSetSingleItemW diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wmiprop.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wmiprop.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wmiprop.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wmiprop.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,9 @@ +; +; Definition file of WmiProp.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WmiProp.dll" +EXPORTS +WmiPropCoInstaller +WmiPropPageProvider diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wpd_ci.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wpd_ci.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wpd_ci.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wpd_ci.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,12 @@ +; +; Definition file of wpd_ci.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "wpd_ci.dll" +EXPORTS +CoDeviceInstall +DoCmd +MigrateMTPDevicesInstalledAsMSC +RescanBus +WpdClassInstaller diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ws2_32.def.in mingw-w64-6.0.0/mingw-w64-crt/lib-common/ws2_32.def.in --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ws2_32.def.in 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ws2_32.def.in 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,200 @@ +#include "func.def.in" + +LIBRARY "WS2_32.dll" +EXPORTS +accept +bind +closesocket +connect +getpeername +getsockname +getsockopt +htonl +htons +ioctlsocket +inet_addr +inet_ntoa +listen +ntohl +ntohs +recv +recvfrom +select +send +sendto +setsockopt +shutdown +socket +WSApSetPostRoutine +FreeAddrInfoEx +FreeAddrInfoExW +FreeAddrInfoW +GetAddrInfoExA +GetAddrInfoExCancel +GetAddrInfoExOverlappedResult +GetAddrInfoExW +GetAddrInfoW +GetHostNameW +GetNameInfoW +InetNtopW +InetPtonW +SetAddrInfoExA +SetAddrInfoExW +WPUCompleteOverlappedRequest +WPUGetProviderPathEx +WSAAccept +WSAAddressToStringA +WSAAddressToStringW +WSAAdvertiseProvider +WSACloseEvent +WSAConnect +WSAConnectByList +WSAConnectByNameA +WSAConnectByNameW +WSACreateEvent +gethostbyaddr +gethostbyname +getprotobyname +getprotobynumber +getservbyname +getservbyport +gethostname +WSADuplicateSocketA +WSADuplicateSocketW +WSAEnumNameSpaceProvidersA +WSAEnumNameSpaceProvidersExA +WSAEnumNameSpaceProvidersExW +WSAEnumNameSpaceProvidersW +WSAEnumNetworkEvents +WSAEnumProtocolsA +WSAEnumProtocolsW +WSAEventSelect +WSAGetOverlappedResult +WSAGetQOSByName +WSAGetServiceClassInfoA +WSAGetServiceClassInfoW +WSAGetServiceClassNameByClassIdA +WSAGetServiceClassNameByClassIdW +WSAHtonl +WSAHtons +WSAInstallServiceClassA +WSAInstallServiceClassW +WSAIoctl +WSAJoinLeaf +WSALookupServiceBeginA +WSALookupServiceBeginW +WSALookupServiceEnd +WSALookupServiceNextA +WSALookupServiceNextW +WSANSPIoctl +WSANtohl +WSANtohs +WSAPoll +WSAProviderCompleteAsyncCall +WSAProviderConfigChange +WSARecv +WSARecvDisconnect +WSARecvFrom +WSARemoveServiceClass +WSAResetEvent +WSASend +WSASendDisconnect +WSASendMsg +WSASendTo +WSASetEvent +WSAAsyncSelect +WSAAsyncGetHostByAddr +WSAAsyncGetHostByName +WSAAsyncGetProtoByNumber +WSAAsyncGetProtoByName +WSAAsyncGetServByPort +WSAAsyncGetServByName +WSACancelAsyncRequest +WSASetBlockingHook +WSAUnhookBlockingHook +WSAGetLastError +WSASetLastError +WSACancelBlockingCall +WSAIsBlocking +WSAStartup +WSACleanup +WSASetServiceA +WSASetServiceW +WSASocketA +WSASocketW +WSAStringToAddressA +WSAStringToAddressW +WSAUnadvertiseProvider +WSAWaitForMultipleEvents +WSCDeinstallProvider +F64(WSCDeinstallProvider32) +WSCDeinstallProviderEx +WSCEnableNSProvider +F64(WSCEnableNSProvider32) +F64(WSCEnumNameSpaceProviders32) +F64(WSCEnumNameSpaceProvidersEx32) +WSCEnumProtocols +WSCEnumProtocolsEx +F64(WSCEnumProtocols32) +WSCGetApplicationCategory +WSCGetApplicationCategoryEx +WSCGetProviderInfo +F64(WSCGetProviderInfo32) +WSCGetProviderPath +F64(WSCGetProviderPath32) +WSCInstallNameSpace +F64(WSCInstallNameSpace32) +WSCInstallNameSpaceEx +WSCInstallNameSpaceEx2 +F64(WSCInstallNameSpaceEx32) +WSCInstallProvider +F64(WSCInstallProvider64_32) +WSCInstallProviderAndChains +F64(WSCInstallProviderAndChains64_32) +WSCInstallProviderEx +WSCSetApplicationCategory +WSCSetApplicationCategoryEx +WSCSetProviderInfo +F64(WSCSetProviderInfo32) +WSCUnInstallNameSpace +F64(WSCUnInstallNameSpace32) +WSCUnInstallNameSpaceEx2 +WSCUpdateProvider +F64(WSCUpdateProvider32) +WSCUpdateProviderEx +WSCWriteNameSpaceOrder +F64(WSCWriteNameSpaceOrder32) +WSCWriteProviderOrder +F64(WSCWriteProviderOrder32) +WSCWriteProviderOrderEx +WahCloseApcHelper +__WSAFDIsSet +WahCloseHandleHelper +WahCloseNotificationHandleHelper +WahCloseSocketHandle +WahCloseThread +WahCompleteRequest +WahCreateHandleContextTable +WahCreateNotificationHandle +WahCreateSocketHandle +WahDestroyHandleContextTable +WahDisableNonIFSHandleSupport +WahEnableNonIFSHandleSupport +WahEnumerateHandleContexts +WahInsertHandleContext +WahNotifyAllProcesses +WahOpenApcHelper +WahOpenCurrentThread +WahOpenHandleHelper +WahOpenNotificationHandleHelper +WahQueueUserApc +WahReferenceContextByHandle +WahRemoveHandleContext +WahWaitForNotification +WahWriteLSPEvent +freeaddrinfo +getaddrinfo +getnameinfo +inet_ntop +inet_pton +WEP diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/ws2help.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/ws2help.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/ws2help.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/ws2help.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +; +; Definition file of WS2HELP.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WS2HELP.dll" +EXPORTS +WahCloseApcHelper +WahCloseHandleHelper +WahCloseNotificationHandleHelper +WahCloseSocketHandle +WahCloseThread +WahCompleteRequest +WahCreateHandleContextTable +WahCreateNotificationHandle +WahCreateSocketHandle +WahDestroyHandleContextTable +WahDisableNonIFSHandleSupport +WahEnableNonIFSHandleSupport +WahEnumerateHandleContexts +WahInsertHandleContext +WahNotifyAllProcesses +WahOpenApcHelper +WahOpenCurrentThread +WahOpenHandleHelper +WahOpenNotificationHandleHelper +WahQueueUserApc +WahReferenceContextByHandle +WahRemoveHandleContext +WahWaitForNotification +WahWriteLSPEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wscapi.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wscapi.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wscapi.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wscapi.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +; +; Definition file of WSCAPI.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WSCAPI.dll" +EXPORTS +wscShowAMSCN +CLSID_WSCProductList +IID_IWSCProductList +IID_IWscProduct +LIBID_wscAPILib +WscGetAntiMalwareUri +WscGetSecurityProviderHealth +WscQueryAntiMalwareUri +WscRegisterForChanges +WscRegisterForUserNotifications +WscUnRegisterChanges +wscAntiSpywareGetStatus +wscAntiVirusExpiredBeyondThreshold +wscAntiVirusGetStatus +wscAutoUpdatesEnableScheduledMode +wscAutoUpdatesGetStatus +wscFirewallGetStatus +wscGeneralSecurityGetStatus +wscGetAlertStatus +wscIcfEnable +wscIeSettingsFix +wscIsDefenderAntivirusSupported +wscLuaSettingsFix +wscOverrideComponentStatus +wscPing +wscProductInfoFree +wscRegisterChangeNotification +wscRegisterSecurityProduct +wscUnRegisterChangeNotification +wscUnregisterSecurityProduct +wscUpdateProductStatus diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wscsvc.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wscsvc.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wscsvc.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wscsvc.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,10 @@ +; +; Exports of file WSCSVC.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY WSCSVC.dll +EXPORTS +ServiceMain +SvchostPushServiceGlobals diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wshbth.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wshbth.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wshbth.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wshbth.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +; +; Exports of file wshbth.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY wshbth.dll +EXPORTS +NSPStartup +WSHAddressToString +WSHEnumProtocols +WSHGetBroadcastSockaddr +WSHGetProviderGuid +WSHGetSockaddrType +WSHGetSocketInformation +WSHGetWSAProtocolInfo +WSHGetWildcardSockaddr +WSHGetWinsockMapping +WSHIoctl +WSHJoinLeaf +WSHNotify +WSHOpenSocket +WSHOpenSocket2 +WSHSetSocketInformation +WSHStringToAddress diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wsock32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wsock32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wsock32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wsock32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,82 @@ +; +; Definition file of WSOCK32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WSOCK32.dll" +EXPORTS +accept +bind +closesocket +connect +getpeername +getsockname +getsockopt +htonl +htons +inet_addr +inet_ntoa +ioctlsocket +listen +ntohl +ntohs +recv +recvfrom +select +send +sendto +setsockopt +shutdown +socket +MigrateWinsockConfiguration +gethostbyaddr +gethostbyname +getprotobyname +getprotobynumber +getservbyname +getservbyport +gethostname +WSAAsyncSelect +WSAAsyncGetHostByAddr +WSAAsyncGetHostByName +WSAAsyncGetProtoByNumber +WSAAsyncGetProtoByName +WSAAsyncGetServByPort +WSAAsyncGetServByName +WSACancelAsyncRequest +WSASetBlockingHook +WSAUnhookBlockingHook +WSAGetLastError +WSASetLastError +WSACancelBlockingCall +WSAIsBlocking +WSAStartup +WSACleanup +__WSAFDIsSet +WEP +WSApSetPostRoutine +inet_network +getnetbyname +rcmd +rexec +rresvport +sethostname +dn_expand +WSARecvEx +s_perror +GetAddressByNameA +GetAddressByNameW +EnumProtocolsA +EnumProtocolsW +GetTypeByNameA +GetTypeByNameW +GetNameByTypeA +GetNameByTypeW +SetServiceA +SetServiceW +GetServiceA +GetServiceW +NPLoadNameSpaces +TransmitFile +AcceptEx +GetAcceptExSockaddrs diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/wtsapi32.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/wtsapi32.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/wtsapi32.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/wtsapi32.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,75 @@ +; +; Definition file of WTSAPI32.dll +; Automatic generated by gendef +; written by Kai Tietz 2008-2014 +; +LIBRARY "WTSAPI32.dll" +EXPORTS +QueryActiveSession +QueryUserToken +RegisterUsertokenForNoWinlogon +WTSCloseServer +WTSConnectSessionA +WTSConnectSessionW +WTSCreateListenerA +WTSCreateListenerW +WTSDisconnectSession +WTSEnableChildSessions +WTSEnumerateListenersA +WTSEnumerateListenersW +WTSEnumerateProcessesA +WTSEnumerateProcessesExA +WTSEnumerateProcessesExW +WTSEnumerateProcessesW +WTSEnumerateServersA +WTSEnumerateServersW +WTSEnumerateSessionsA +WTSEnumerateSessionsExA +WTSEnumerateSessionsExW +WTSEnumerateSessionsW +WTSFreeMemory +WTSFreeMemoryExA +WTSFreeMemoryExW +WTSGetChildSessionId +WTSGetListenerSecurityA +WTSGetListenerSecurityW +WTSIsChildSessionsEnabled +WTSLogoffSession +WTSOpenServerA +WTSOpenServerExA +WTSOpenServerExW +WTSOpenServerW +WTSQueryListenerConfigA +WTSQueryListenerConfigW +WTSQuerySessionInformationA +WTSQuerySessionInformationW +WTSQueryUserConfigA +WTSQueryUserConfigW +WTSQueryUserToken +WTSRegisterSessionNotification +WTSRegisterSessionNotificationEx +WTSSendMessageA +WTSSendMessageW +WTSSetListenerSecurityA +WTSSetListenerSecurityW +WTSSetRenderHint +WTSSetSessionInformationA +WTSSetSessionInformationW +WTSSetUserConfigA +WTSSetUserConfigW +WTSShutdownSystem +WTSStartRemoteControlSessionA +WTSStartRemoteControlSessionW +WTSStopRemoteControlSession +WTSTerminateProcess +WTSUnRegisterSessionNotification +WTSUnRegisterSessionNotificationEx +WTSVirtualChannelClose +WTSVirtualChannelOpen +WTSVirtualChannelOpenEx +WTSVirtualChannelPurgeInput +WTSVirtualChannelPurgeOutput +WTSVirtualChannelQuery +WTSVirtualChannelRead +WTSVirtualChannelWrite +WTSWaitSystemEvent diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/xaudio2_8.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/xaudio2_8.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/xaudio2_8.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/xaudio2_8.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,13 @@ +; +; Definition file of XAudio2_8.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "XAudio2_8.dll" +EXPORTS +XAudio2Create +CreateAudioReverb +CreateAudioVolumeMeter +CreateFX +X3DAudioCalculate +X3DAudioInitialize diff -Nru mingw-w64-5.0.4/mingw-w64-crt/lib-common/xinput1_4.def mingw-w64-6.0.0/mingw-w64-crt/lib-common/xinput1_4.def --- mingw-w64-5.0.4/mingw-w64-crt/lib-common/xinput1_4.def 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/lib-common/xinput1_4.def 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +; +; Definition file of XINPUT1_4.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "XINPUT1_4.dll" +EXPORTS +;DllMain +XInputGetState +XInputSetState +XInputGetCapabilities +XInputEnable +XInputGetBatteryInformation +XInputGetKeystroke +XInputGetAudioDeviceIds +;ord_100 @100 +;ord_101 @101 +;ord_102 @102 +;ord_103 @103 +;ord_104 @104 +;ord_108 @108 diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libsrc/amstrmid.c mingw-w64-6.0.0/mingw-w64-crt/libsrc/amstrmid.c --- mingw-w64-5.0.4/mingw-w64-crt/libsrc/amstrmid.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libsrc/amstrmid.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,3 +4,4 @@ #include #include +#include diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libsrc/taskschd.c mingw-w64-6.0.0/mingw-w64-crt/libsrc/taskschd.c --- mingw-w64-5.0.4/mingw-w64-crt/libsrc/taskschd.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libsrc/taskschd.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,8 @@ +#include +#include +#include +#include +#include +#include +#include +#include diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libsrc/uianimation-uuid.c mingw-w64-6.0.0/mingw-w64-crt/libsrc/uianimation-uuid.c --- mingw-w64-5.0.4/mingw-w64-crt/libsrc/uianimation-uuid.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libsrc/uianimation-uuid.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,44 @@ +/* uianimation-uuid.c */ +/* Generate GUIDs for Microsoft Windows Animation Manager interfaces */ +#define INITGUID +#include + +DEFINE_GUID(CLSID_UIAnimationManager, 0x4c1fc63a, 0x695c, 0x47e8, 0xa3,0x39, 0x1a,0x19,0x4b,0xe3,0xd0,0xb8); +DEFINE_GUID(CLSID_UIAnimationManager2, 0xd25d8842, 0x8884, 0x4a4a, 0xb3,0x21, 0x09,0x13,0x14,0x37,0x9b,0xdd); +DEFINE_GUID(CLSID_UIAnimationTransitionLibrary, 0x1d6322ad, 0xaa85, 0x4ef5, 0xa8,0x28, 0x86,0xd7,0x10,0x67,0xd1,0x45); +DEFINE_GUID(CLSID_UIAnimationTransitionLibrary2, 0x812f944a, 0xc5c8, 0x4cd9, 0xb0,0xa6, 0xb3,0xda,0x80,0x2f,0x22,0x8d); +DEFINE_GUID(CLSID_UIAnimationTransitionFactory, 0x8a9b1cdd, 0xfcd7, 0x419c, 0x8b,0x44, 0x42,0xfd,0x17,0xdb,0x18,0x87); +DEFINE_GUID(CLSID_UIAnimationTransitionFactory2, 0x84302f97, 0x7f7b, 0x4040, 0xb1,0x90, 0x72,0xac,0x9d,0x18,0xe4,0x20); +DEFINE_GUID(CLSID_UIAnimationTimer, 0xbfcd4a0c, 0x06b6, 0x4384, 0xb7,0x68, 0x0d,0xaa,0x79,0x2c,0x38,0x0e); +DEFINE_GUID(IID_IUIAnimationManager, 0x9169896c, 0xac8d, 0x4e7d, 0x94,0xe5, 0x67,0xfa,0x4d,0xc2,0xf2,0xe8); +DEFINE_GUID(IID_IUIAnimationVariable, 0x8ceeb155, 0x2849, 0x4ce5, 0x94,0x48, 0x91,0xff,0x70,0xe1,0xe4,0xd9); +DEFINE_GUID(IID_IUIAnimationStoryboard, 0xa8ff128f, 0x9bf9, 0x4af1, 0x9e,0x67, 0xe5,0xe4,0x10,0xde,0xfb,0x84); +DEFINE_GUID(IID_IUIAnimationTransition, 0xdc6ce252, 0xf731, 0x41cf, 0xb6,0x10, 0x61,0x4b,0x6c,0xa0,0x49,0xad); +DEFINE_GUID(IID_IUIAnimationStoryboardEventHandler, 0x3d5c9008, 0xec7c, 0x4364, 0x9f,0x8a, 0x9a,0xf3,0xc5,0x8c,0xba,0xe6); +DEFINE_GUID(IID_IUIAnimationVariableChangeHandler, 0x6358b7ba, 0x87d2, 0x42d5, 0xbf,0x71, 0x82,0xe9,0x19,0xdd,0x58,0x62); +DEFINE_GUID(IID_IUIAnimationVariableIntegerChangeHandler, 0xbb3e1550, 0x356e, 0x44b0, 0x99,0xda, 0x85,0xac,0x60,0x17,0x86,0x5e); +DEFINE_GUID(IID_IUIAnimationManagerEventHandler, 0x783321ed, 0x78a3, 0x4366, 0xb5,0x74, 0x6a,0xf6,0x07,0xa6,0x47,0x88); +DEFINE_GUID(IID_IUIAnimationPriorityComparison, 0x83fa9b74, 0x5f86, 0x4618, 0xbc,0x6a, 0xa2,0xfa,0xc1,0x9b,0x3f,0x44); +DEFINE_GUID(IID_IUIAnimationManager2, 0xd8b6f7d4, 0x4109, 0x4d3f, 0xac,0xee, 0x87,0x99,0x26,0x96,0x8c,0xb1); +DEFINE_GUID(IID_IUIAnimationVariable2, 0x4914b304, 0x96ab, 0x44d9, 0x9e,0x77, 0xd5,0x10,0x9b,0x7e,0x74,0x66); +DEFINE_GUID(IID_IDCompositionAnimation, 0xcbfd91d9, 0x51b2, 0x45e4, 0xb3,0xde, 0xd1,0x9c,0xcf,0xb8,0x63,0xc5); +DEFINE_GUID(IID_IUIAnimationStoryboard2, 0xae289cd2, 0x12d4, 0x4945, 0x94,0x19, 0x9e,0x41,0xbe,0x03,0x4d,0xf2); +DEFINE_GUID(IID_IUIAnimationTransition2, 0x62ff9123, 0xa85a, 0x4e9b, 0xa2,0x18, 0x43,0x5a,0x93,0xe2,0x68,0xfd); +DEFINE_GUID(IID_IUIAnimationLoopIterationChangeHandler2, 0x2d3b15a4, 0x4762, 0x47ab, 0xa0,0x30, 0xb2,0x32,0x21,0xdf,0x3a,0xe0); +DEFINE_GUID(IID_IUIAnimationStoryboardEventHandler2, 0xbac5f55a, 0xba7c, 0x414c, 0xb5,0x99, 0xfb,0xf8,0x50,0xf5,0x53,0xc6); +DEFINE_GUID(IID_IUIAnimationVariableChangeHandler2, 0x63acc8d2, 0x6eae, 0x4bb0, 0xb8,0x79, 0x58,0x6d,0xd8,0xcf,0xbe,0x42); +DEFINE_GUID(IID_IUIAnimationVariableIntegerChangeHandler2, 0x829b6cf1, 0x4f3a, 0x4412, 0xae,0x09, 0xb2,0x43,0xeb,0x4c,0x6b,0x58); +DEFINE_GUID(IID_IUIAnimationVariableCurveChangeHandler2, 0x72895e91, 0x0145, 0x4c21, 0x91,0x92, 0x5a,0xab,0x40,0xed,0xdf,0x80); +DEFINE_GUID(IID_IUIAnimationManagerEventHandler2, 0xf6e022ba, 0xbff3, 0x42ec, 0x90,0x33, 0xe0,0x73,0xf3,0x3e,0x83,0xc3); +DEFINE_GUID(IID_IUIAnimationPriorityComparison2, 0x5b6d7a37, 0x4621, 0x467c, 0x8b,0x05, 0x70,0x13,0x1d,0xe6,0x2d,0xdb); +DEFINE_GUID(IID_IUIAnimationTransitionLibrary, 0xca5a14b1, 0xd24f, 0x48b8, 0x8f,0xe4, 0xc7,0x81,0x69,0xba,0x95,0x4e); +DEFINE_GUID(IID_IUIAnimationTransitionLibrary2, 0x03cfae53, 0x9580, 0x4ee3, 0xb3,0x63, 0x2e,0xce,0x51,0xb4,0xaf,0x6a); +DEFINE_GUID(IID_IUIAnimationTransitionFactory, 0xfcd91e03, 0x3e3b, 0x45ad, 0xbb,0xb1, 0x6d,0xfc,0x81,0x53,0x74,0x3d); +DEFINE_GUID(IID_IUIAnimationInterpolator, 0x7815cbba, 0xddf7, 0x478c, 0xa4,0x6c, 0x7b,0x6c,0x73,0x8b,0x79,0x78); +DEFINE_GUID(IID_IUIAnimationTransitionFactory2, 0x937d4916, 0xc1a6, 0x42d5, 0x88,0xd8, 0x30,0x34,0x4d,0x6e,0xfe,0x31); +DEFINE_GUID(IID_IUIAnimationInterpolator2, 0xea76aff8, 0xea22, 0x4a23, 0xa0,0xef, 0xa6,0xa9,0x66,0x70,0x35,0x18); +DEFINE_GUID(IID_IUIAnimationPrimitiveInterpolation, 0xbab20d63, 0x4361, 0x45da, 0xa2,0x4f, 0xab,0x85,0x08,0x84,0x6b,0x5b); +DEFINE_GUID(IID_IUIAnimationTimer, 0x6b0efad1, 0xa053, 0x41d6, 0x90,0x85, 0x33,0xa6,0x89,0x14,0x46,0x65); +DEFINE_GUID(IID_IUIAnimationTimerUpdateHandler, 0x195509b7, 0x5d5e, 0x4e3e, 0xb2,0x78, 0xee,0x37,0x59,0xb3,0x67,0xad); +DEFINE_GUID(IID_IUIAnimationTimerClientEventHandler, 0xbedb4db6, 0x94fa, 0x4bfb, 0xa4,0x7f, 0xef,0x2d,0x9e,0x40,0x8c,0x25); +DEFINE_GUID(IID_IUIAnimationTimerEventHandler, 0x274a7dea, 0xd771, 0x4095, 0xab,0xbd, 0x8d,0xf7,0xab,0xd2,0x3c,0xe3); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libsrc/uuid.c mingw-w64-6.0.0/mingw-w64-crt/libsrc/uuid.c --- mingw-w64-5.0.4/mingw-w64-crt/libsrc/uuid.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libsrc/uuid.c 2018-09-14 14:16:43.000000000 +0000 @@ -283,3 +283,8 @@ DEFINE_GUID(OLE_DATAPATH_XBM,0x2de08,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(SID_SContainerDispatch,0xb722be00,0x4e68,0x101b,0xa2,0xbc,0,0xaa,0,0x40,0x47,0x70); DEFINE_GUID(SID_SDataPathBrowser,0xfc4801a5,0x2ba9,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52); +DEFINE_GUID(CLSID_GlobalOptions,0x0000034b,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); +DEFINE_GUID(CLSID_StdGlobalInterfaceTable,0x00000323,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); +DEFINE_GUID(IID_ICallFrameEvents,0xfd5e0843,0xfc91,0x11d0,0x97,0xd7,0x00,0xc0,0x4f,0xb9,0x61,0x8a); +DEFINE_GUID(IID_ICallFrameWalker,0x08b23919,0x392d,0x11d2,0xb8,0xa4,0x00,0xc0,0x4f,0xb9,0x61,0x8a); +DEFINE_GUID(IID_ICallInterceptor,0x60c7ca75,0x896d,0x11d2,0xb8,0xb6,0x00,0xc0,0x4f,0xb9,0x61,0x8a); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/libsrc/ws2tcpip/gai_strerrorA.c mingw-w64-6.0.0/mingw-w64-crt/libsrc/ws2tcpip/gai_strerrorA.c --- mingw-w64-5.0.4/mingw-w64-crt/libsrc/ws2tcpip/gai_strerrorA.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/libsrc/ws2tcpip/gai_strerrorA.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,6 +3,7 @@ #endif #undef __CRT__NO_INLINE #define __CRT__NO_INLINE +#include #include #include diff -Nru mingw-w64-5.0.4/mingw-w64-crt/Makefile.am mingw-w64-6.0.0/mingw-w64-crt/Makefile.am --- mingw-w64-5.0.4/mingw-w64-crt/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -19,8 +19,8 @@ withsys= endif -AM_CPPFLAGS=-D_CRTBLD $(sysincludes) -AM_CFLAGS=-pipe -std=gnu99 -D_WIN32_WINNT=0x0f00 @ADD_C_CXX_WARNING_FLAGS@ @ADD_C_ONLY_WARNING_FLAGS@ +AM_CPPFLAGS=$(sysincludes) +AM_CFLAGS=-pipe -std=gnu99 -D_CRTBLD -D_WIN32_WINNT=0x0f00 -D__MSVCRT_VERSION__=0x700 @ADD_C_CXX_WARNING_FLAGS@ @ADD_C_ONLY_WARNING_FLAGS@ AM_CXXFLAGS=@ADD_C_CXX_WARNING_FLAGS@ @ADD_CXX_ONLY_WARNING_FLAGS@ CPPFLAGSARM32=-mfpu=vfp CPPFLAGS32=-m32 @@ -28,17 +28,21 @@ if WITH_GENLIB AM_DLLTOOLFLAGS=-o $@ DLLTOOLFLAGSARM32=-a arm + DLLTOOLFLAGSARM64= DLLTOOLFLAGS32=-a x86 DLLTOOLFLAGS64=-a x86_64 DTDEFARM32=$(GENLIB) $(DLLTOOLFLAGSARM32) $(AM_DLLTOOLFLAGS) + DTDEFARM64=$(GENLIB) $(DLLTOOLFLAGSARM64) $(AM_DLLTOOLFLAGS) DTDEF32=$(GENLIB) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) DTDEF64=$(GENLIB) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) else AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ - DLLTOOLFLAGSARM32= + DLLTOOLFLAGSARM32=-m arm + DLLTOOLFLAGSARM64=-m arm64 DLLTOOLFLAGS32=--as-flags=--32 -m i386 DLLTOOLFLAGS64=--as-flags=--64 -m i386:x86-64 DTDEFARM32=$(DLLTOOL) $(DLLTOOLFLAGSARM32) $(AM_DLLTOOLFLAGS) --input-def + DTDEFARM64=$(DLLTOOL) $(DLLTOOLFLAGSARM64) $(AM_DLLTOOLFLAGS) --input-def DTDEF32=$(DLLTOOL) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) --input-def DTDEF64=$(DLLTOOL) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) --input-def endif @@ -46,14 +50,18 @@ AM_DLLTOOLFLAGS += --output-delaylib $@.delayimp.a endif DTLIBARM32=$(DTDEFARM32) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` +DTLIBARM64=$(DTDEFARM64) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` DTLIB32=$(DTDEF32) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` DTLIB64=$(DTDEF64) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` LDFLAGSARM32= -L$(top_builddir)/libarm32 +LDFLAGSARM64= -L$(top_builddir)/libarm64 LDFLAGS32=-m32 -L$(top_builddir)/lib32 LDFLAGS64=-m64 -L$(top_builddir)/lib64 extra_include=-I$(top_srcdir)/include processed_defs= +noinst_LIBRARIES = + # default directx import library names xinput=xinput1_3 xapofx=xapofx1_5 @@ -102,15 +110,16 @@ src_libsapi=libsrc/sapi.c src_libsensorsapi=libsrc/sensorsapi.c src_libportabledeviceguids=libsrc/portabledeviceguids.c +src_libtaskschd=libsrc/taskschd.c src_libmingw32=include/oscalls.h include/internal.h include/sect_attribs.h \ - crt/atonexit.c crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \ + crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \ crt/charmax.c crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c crt/tlssup.c crt/xncommod.c \ crt/cinitexe.c crt/crt0_w.c crt/merr.c crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ crt/mingw_custom.c crt/mingw_helpers.c \ crt/pseudo-reloc.c crt/udll_argv.c \ crt/xtxtmode.c crt/crt_handler.c \ - crt/tlsthrd.c crt/tlsmthread.c crt/tlsmcrt.c + crt/tlsthrd.c crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c src_libscrnsave=libsrc/scrnsave.c src_libscrnsavw=libsrc/scrnsave.c @@ -120,15 +129,15 @@ src_libgdiplus=libsrc/gdiplus.c src_libuuid=\ - libsrc/ativscp-uuid.c libsrc/atsmedia-uuid.c libsrc/bth-uuid.c libsrc/cguid-uuid.c libsrc/comcat-uuid.c \ - libsrc/devguid.c libsrc/docobj-uuid.c libsrc/dxva-uuid.c libsrc/exdisp-uuid.c libsrc/extras-uuid.c \ - libsrc/fwp-uuid.c libsrc/guid_nul.c libsrc/hlguids-uuid.c libsrc/hlink-uuid.c libsrc/mlang-uuid.c \ - libsrc/msctf-uuid.c libsrc/mshtmhst-uuid.c libsrc/mshtml-uuid.c libsrc/msxml-uuid.c libsrc/netcon-uuid.c \ - libsrc/ntddkbd-uuid.c libsrc/ntddmou-uuid.c libsrc/ntddpar-uuid.c libsrc/ntddscsi-uuid.c libsrc/ntddser-uuid.c \ - libsrc/ntddstor-uuid.c libsrc/ntddvdeo-uuid.c libsrc/oaidl-uuid.c libsrc/objidl-uuid.c libsrc/objsafe-uuid.c \ - libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c libsrc/power-uuid.c \ - libsrc/powrprof-uuid.c libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ - libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c + libsrc/ativscp-uuid.c libsrc/atsmedia-uuid.c libsrc/bth-uuid.c libsrc/cguid-uuid.c libsrc/comcat-uuid.c \ + libsrc/devguid.c libsrc/docobj-uuid.c libsrc/dxva-uuid.c libsrc/exdisp-uuid.c libsrc/extras-uuid.c \ + libsrc/fwp-uuid.c libsrc/guid_nul.c libsrc/hlguids-uuid.c libsrc/hlink-uuid.c libsrc/mlang-uuid.c \ + libsrc/msctf-uuid.c libsrc/mshtmhst-uuid.c libsrc/mshtml-uuid.c libsrc/msxml-uuid.c libsrc/netcon-uuid.c \ + libsrc/ntddkbd-uuid.c libsrc/ntddmou-uuid.c libsrc/ntddpar-uuid.c libsrc/ntddscsi-uuid.c libsrc/ntddser-uuid.c \ + libsrc/ntddstor-uuid.c libsrc/ntddvdeo-uuid.c libsrc/oaidl-uuid.c libsrc/objidl-uuid.c libsrc/objsafe-uuid.c \ + libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c libsrc/power-uuid.c \ + libsrc/powrprof-uuid.c libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ + libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c src_libws2_32=libsrc/ws2_32.c \ \ @@ -146,8 +155,15 @@ libsrc/wspiapi/WspiapiLoad.c libsrc/wspiapi/WspiapiGetAddrInfo.c libsrc/wspiapi/WspiapiGetNameInfo.c \ libsrc/wspiapi/WspiapiFreeAddrInfo.c +src_msvcrt_common=\ + misc/onexit_table.c \ + misc/register_tls_atexit.c \ + stdio/acrt_iob_func.c + src_msvcrt=\ + $(src_msvcrt_common) \ misc/_configthreadlocale.c \ + misc/_get_current_locale.c \ misc/invalid_parameter_handler.c \ misc/output_format.c \ misc/purecall.c \ @@ -196,27 +212,69 @@ secapi/wmemmove_s.c \ stdio/mingw_lock.c +src_ucrtbase=\ + crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c \ + stdio/ucrt_printf.c \ + stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c \ + stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c \ + stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c \ + stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c + src_msvcrt32=\ $(src_msvcrt) \ misc/lc_locale_func.c +src_msvcrt64=\ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcrtarm32=\ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcrtarm64=\ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcr80_64=\ + $(src_msvcrt_common) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + # These mingwex sources are target independent: src_libmingwex=\ crt/dllentry.c crt/dllmain.c \ \ - complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c complex/cacos.c complex/cacosf.c complex/cacosl.c \ - complex/carg.c complex/cargf.c complex/cargl.c complex/casin.c complex/casinf.c complex/casinl.c \ - complex/catan.c complex/catanf.c complex/catanl.c complex/ccos.c complex/ccosf.c complex/ccosl.c \ - complex/cexp.c complex/cexpf.c complex/cexpl.c complex/cimag.c complex/cimagf.c complex/cimagl.c \ - complex/clog.c complex/clogf.c complex/clogl.c complex/conj.c complex/conjf.c complex/conjl.c \ - complex/cpow.c complex/cpowf.c complex/cpowl.c complex/cproj.c complex/cprojf.c complex/cprojl.c \ - complex/creal.c complex/crealf.c complex/creall.c complex/csin.c complex/csinf.c complex/csinl.c \ - complex/csqrt.c complex/csqrtf.c complex/csqrtl.c complex/ctan.c complex/ctanf.c complex/ctanl.c \ - complex/cabs.def.h complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h complex/casin.def.h \ - complex/casinh.def.h complex/catan.def.h complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ - complex/cexp.def.h complex/cimag.def.h complex/clog.def.h complex/complex_internal.h complex/conj.def.h \ - complex/cpow.def.h complex/cproj.def.h complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ - complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c complex/cacos.c complex/cacosf.c \ + complex/cacosl.c complex/carg.c complex/cargf.c complex/cargl.c complex/casin.c complex/casinf.c \ + complex/casinl.c complex/catan.c complex/catanf.c complex/catanl.c complex/ccos.c complex/ccosf.c \ + complex/ccosl.c complex/cexp.c complex/cexpf.c complex/cexpl.c complex/cimag.c complex/cimagf.c \ + complex/cimagl.c complex/clog.c complex/clogf.c complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c complex/conjl.c complex/cpow.c complex/cpowf.c \ + complex/cpowl.c complex/cproj.c complex/cprojf.c complex/cprojl.c complex/creal.c complex/crealf.c \ + complex/creall.c complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c complex/csqrtf.c \ + complex/csqrtl.c complex/ctan.c complex/ctanf.c complex/ctanl.c \ + complex/cabs.def.h complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h complex/casin.def.h \ + complex/casinh.def.h complex/catan.def.h complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ + complex/cexp.def.h complex/cimag.def.h complex/clog.def.h complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h complex/creal.def.h complex/csin.def.h \ + complex/csinh.def.h complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ \ gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h gdtoa/gdtoaimp.h \ gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c \ @@ -224,17 +282,13 @@ gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c \ \ - math/_chgsignl.S math/ceil.S math/ceilf.S math/ceill.S math/copysignl.S \ - math/floor.S math/floorf.S math/floorl.S \ - math/fma.S math/fmaf.S \ - math/nearbyint.S math/nearbyintf.S math/nearbyintl.S \ - math/trunc.S math/truncf.S \ math/cbrt.c \ math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c math/copysignf.c \ math/coshf.c math/coshl.c math/erfl.c \ math/expf.c \ math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c math/fdimf.c math/fdiml.c \ - math/fmal.c math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ math/fminl.c math/fp_consts.c math/fp_constsf.c \ math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c math/fpclassifyl.c math/frexpf.c \ math/hypotf.c math/hypot.c math/hypotl.c math/isnan.c math/isnanf.c math/isnanl.c \ @@ -250,13 +304,13 @@ math/sinhf.c math/sinhl.c math/sqrt.c \ math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c math/tgamma.c \ math/tgammaf.c math/tgammal.c math/truncl.c \ - math/acosh.def.h math/cos.def.h math/exp.def.h math/expm1.def.h math/log.def.h math/pow.def.h \ - math/powi.def.h math/sin.def.h math/sqrt.def.h \ - math/cephes_emath.h math/cephes_mconf.h math/fastmath.h math/fp_consts.h math/abs64.c \ + math/powi.def.h math/sqrt.def.h \ + math/cephes_emath.h math/cephes_mconf.h math/fp_consts.h math/abs64.c \ \ misc/mb_wc_common.h \ misc/mingw_getsp.S \ - misc/alarm.c misc/basename.c misc/btowc.c misc/delay-f.c misc/delay-n.c \ + misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c misc/delay-n.c \ misc/delayimp.c misc/difftime.c misc/difftime32.c misc/difftime64.c misc/dirent.c \ misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c misc/execvpe.c \ misc/feclearexcept.c misc/fegetenv.c misc/fegetexceptflag.c misc/fegetround.c misc/feholdexcept.c \ @@ -277,7 +331,7 @@ \ stdio/mingw_pformat.h \ stdio/vfscanf2.S stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S stdio/vswscanf2.S \ - stdio/vwscanf2.S stdio/strtok_r.c \ + stdio/vwscanf2.S stdio/strtok_r.c stdio/scanf.S \ stdio/_Exit.c stdio/_findfirst64i32.c stdio/_findnext64i32.c stdio/_fstat.c \ stdio/_fstat64i32.c stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c stdio/_putc_nolock.c \ stdio/_putwc_nolock.c stdio/_stat.c stdio/_stat64i32.c stdio/_wfindfirst64i32.c stdio/_wfindnext64i32.c \ @@ -291,46 +345,44 @@ stdio/mingw_vsnprintf.c stdio/mingw_vsnprintfw.c stdio/mingw_vsprintf.c stdio/mingw_vsprintfw.c stdio/mingw_wscanf.c \ stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c stdio/strtof.c stdio/truncate.c \ stdio/ulltoa.c stdio/ulltow.c stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ - stdio/vscanf.c stdio/vsnprintf.c stdio/vsnprintf_s.c stdio/vsnwprintf.c stdio/vsscanf.c \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c stdio/vsscanf.c \ stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c stdio/mingw_asprintf.c stdio/mingw_vasprintf.c -# these only go into the 64 bit version: -src_libmingwex64=\ - math/acosf.c math/acosh.c math/acosl.c math/acoshf.c math/acoshl.c \ - math/asinf.c math/asinh.c math/asinl.c math/asinhf.c math/asinhl.c \ - math/atan2f.c math/atan2.c math/atan2l.c math/atanf.c math/atanh.c math/atanl.c \ - math/atanhf.c math/atanhl.c math/cos.c math/cosf.c math/cosl.c \ - math/cosl_internal.S math/cossin.c math/exp.c math/expl.c math/exp2.S \ - math/exp2f.S math/exp2l.S math/expm1.c math/expm1f.c math/expm1l.c \ - math/fmod.c math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S math/ldexp.c \ - math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \ - math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \ - math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \ - math/remquol.S math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c \ - math/sinf.c math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S +# these go into both 32 and 64 bit x86 versions: +src_libmingwex_x86=\ + math/x86/_chgsignl.S math/x86/acosf.c math/x86/acosh.c math/x86/acosl.c math/x86/acosh.def.h \ + math/x86/acoshf.c math/x86/acoshl.c math/x86/asinf.c math/x86/asinh.c math/x86/asinl.c \ + math/x86/asinhf.c math/x86/asinhl.c math/x86/atan2f.c math/x86/atan2.c math/x86/atan2l.c \ + math/x86/atanf.c math/x86/atanh.c math/x86/atanl.c math/x86/atanhf.c math/x86/atanhl.c \ + math/x86/ceil.S math/x86/ceilf.S math/x86/ceill.S math/x86/copysignl.S math/x86/cos.c \ + math/x86/cos.def.h math/x86/cosf.c math/x86/cosl.c math/x86/cosl_internal.S math/x86/cossin.c \ + math/x86/exp.c math/x86/exp.def.h math/x86/expl.c math/x86/exp2.S math/x86/exp2f.S \ + math/x86/exp2l.S math/x86/expm1.c math/x86/expm1.def.h math/x86/expm1f.c math/x86/expm1l.c \ + math/x86/fastmath.h math/x86/floor.S math/x86/floorf.S math/x86/floorl.S math/x86/fmod.c \ + math/x86/fmodf.c math/x86/fmodl.c math/x86/frexpl.S math/x86/fucom.c math/x86/ilogb.S \ + math/x86/ilogbf.S math/x86/ilogbl.S math/x86/internal_logl.S math/x86/ldexp.c math/x86/ldexpl.c \ + math/x86/log.c math/x86/log.def.h math/x86/log10l.S math/x86/log1p.S math/x86/log1pf.S \ + math/x86/log1pl.S math/x86/log2.S math/x86/log2f.S math/x86/log2l.S math/x86/logb.c \ + math/x86/logbf.c math/x86/logbl.c math/x86/logl.c math/x86/nearbyint.S math/x86/nearbyintf.S \ + math/x86/nearbyintl.S math/x86/pow.c math/x86/pow.def.h math/x86/powl.c math/x86/remainder.S \ + math/x86/remainderf.S math/x86/remainderl.S math/x86/remquo.S math/x86/remquof.S math/x86/remquol.S \ + math/x86/scalbn.S math/x86/scalbnf.S math/x86/scalbnl.S math/x86/sin.c math/x86/sin.def.h \ + math/x86/sinf.c math/x86/sinl.c math/x86/sinl_internal.S math/x86/tanf.c math/x86/tanl.S \ + math/x86/trunc.S math/x86/truncf.S -# these only go into the 32 bit version: -src_libmingwex32=\ - math/acosf.c math/acosh.c math/acosl.c math/acoshf.c math/acoshl.c \ - math/asinf.c math/asinh.c math/asinl.c math/asinhf.c math/asinhl.c \ - math/atan2f.c math/atan2.c math/atan2l.c math/atanf.c math/atanh.c math/atanl.c \ - math/atanhf.c math/atanhl.c math/cos.c math/cosf.c math/cosl.c \ - math/cosl_internal.S math/cossin.c math/exp.c math/expl.c math/exp2.S \ - math/exp2f.S math/exp2l.S math/expm1.c math/expm1f.c math/expm1l.c \ - math/fmod.c math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S math/ldexp.c \ - math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \ - math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \ - math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \ - math/remquol.S math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c \ - math/sinf.c math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S + +src_libmingwex32=$(src_libmingwex_x86) +src_libmingwex64=$(src_libmingwex_x86) # these only go into the ARM32 version: src_libmingwexarm32=\ - math/softmath/e_fmod.c math/softmath/e_fmodf.c math/softmath/e_powf.c \ + math/arm/_chgsignl.S math/arm/ceil.S math/arm/ceilf.S math/arm/ceill.S math/arm/copysignl.c \ + math/arm/floor.S math/arm/floorf.S math/arm/floorl.S math/arm/nearbyint.S math/arm/nearbyintf.S \ + math/arm/nearbyintl.S math/arm/trunc.S math/arm/truncf.S + +if ENABLE_SOFTMATH +src_libmingwexarm32+=\ + math/softmath/e_fmod.c math/softmath/e_fmodf.c math/softmath/e_powf.c math/softmath/e_pow.c \ math/softmath/acosf.c math/softmath/acosh.c math/softmath/acosl.c math/softmath/acoshf.c math/softmath/acoshl.c \ math/softmath/asinf.c math/softmath/asinh.c math/softmath/asinl.c math/softmath/asinhf.c math/softmath/asinhl.c \ math/softmath/atan2f.c math/softmath/atan2l.c math/softmath/atanf.c math/softmath/atanh.c math/softmath/atanl.c \ @@ -346,6 +398,18 @@ math/softmath/remquo.c math/softmath/remquof.c math/softmath/remquol.c math/softmath/scalbn.c math/softmath/scalbnf.c \ math/softmath/scalbnl.c math/softmath/sin.c math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c \ math/softmath/sinf.c math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c +else +src_libmingwexarm32+=\ + math/arm/exp2.c math/arm/ldexpl.c math/arm/log2.c math/arm/scalbn.c math/arm/sincos.c +endif + +# these only go into the ARM64 version: +src_libmingwexarm64=\ + math/arm64/_chgsignl.S math/arm64/ceil.S math/arm64/ceilf.S math/arm64/ceill.S math/arm64/copysignl.c \ + math/arm64/exp2.S math/arm64/exp2f.S math/arm64/floor.S math/arm64/floorf.S math/arm64/floorl.S \ + math/arm64/ldexpl.c \ + math/arm64/log2.c math/arm64/nearbyint.S math/arm64/nearbyintf.S math/arm64/nearbyintl.S math/arm64/scalbn.c \ + math/arm64/sincos.c math/arm64/trunc.S math/arm64/truncf.S # These intrinsics are target independent: @@ -385,8 +449,8 @@ # these only go into the ARM32 version: src_intrincsarm32= -winrtlibs=\ - winrt/libruntimeobject.a +# these only go into the ARM64 version: +src_intrincsarm64= if LIB32 ######### @@ -444,12 +508,17 @@ lib32_libkernel32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) lib32_libkernel32_a_CPPFLAGS=$(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) +lib32_DATA = if !W32API -lib32_LIBRARIES += lib32/libmsvcrt.a -lib32_libmsvcrt_a_SOURCES = $(src_msvcrt32) lib32/msvcrt.def.in -lib32_libmsvcrt_a_AR = $(DTDEF32) lib32/msvcrt.def && $(AR) $(ARFLAGS) -lib32_libmsvcrt_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -EXTRA_lib32_libmsvcrt_a_DEPENDENCIES=lib32/msvcrt.def +lib32_DATA += lib32/libmsvcrt.a +lib32/libmsvcrt.a: lib32/@MSVCRT_LIB@ + cp $< $@ + +lib32_LIBRARIES += lib32/libmsvcrt-os.a +lib32_libmsvcrt_os_a_SOURCES = $(src_msvcrt32) lib-common/msvcrt.def.in +lib32_libmsvcrt_os_a_AR = $(DTDEF32) lib32/msvcrt.def && $(AR) $(ARFLAGS) +lib32_libmsvcrt_os_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcrt_os_a_DEPENDENCIES=lib32/msvcrt.def endif lib32_LIBRARIES += lib32/libshell32.a @@ -494,6 +563,7 @@ lib32_LIBRARIES += lib32/libwindowscodecs.a lib32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) lib32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +lib32_libwindowscodecs_a_AR = $(DTDEF32) $(top_srcdir)/lib32/windowscodecs.def && $(AR) $(ARFLAGS) lib32_LIBRARIES += lib32/libwbemuuid.a lib32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) @@ -555,6 +625,10 @@ lib32_libws2_32_a_CPPFLAGS=$(CPPFLAGS32) $(sysincludes) lib32_libws2_32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +lib32_LIBRARIES += lib32/libtaskschd.a +lib32_libtaskschd_a_SOURCES = $(src_libtaskschd) +lib32_libtaskschd_a_CPPFLAGS=$(CPPFLAGS32) $(sysincludes) + if !W32API lib32_LIBRARIES += lib32/libdelayimp.a lib32_libdelayimp_a_SOURCES = @@ -590,24 +664,91 @@ lib32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) lib32_libmingwthrd_a_CPPFLAGS=$(CPPFLAGS32) $(sysincludes) -processed_defs += lib32/msvcrt.def lib32/msvcr80.def lib32/msvcr90.def lib32/msvcr90d.def lib32/msvcr100.def lib32/msvcr110.def lib32/msvcr120.def lib32/msvcr120d.def +processed_defs += lib32/msvcrt.def lib32/msvcr80.def lib32/msvcr90.def lib32/msvcr90d.def lib32/msvcr100.def lib32/msvcr110.def lib32/msvcr120.def lib32/msvcr120d.def \ + lib32/msvcr120_app.def lib32/msvcp120_app.def lib32/ucrtbase.def \ + lib32/api-ms-win-crt-math-l1-1-0.def lib32/api-ms-win-crt-private-l1-1-0.def lib32/api-ms-win-crt-runtime-l1-1-0.def \ + lib32/vcruntime140_app.def endif include lib32/Makefile.am if !W32API -lib32_DATA += lib32/libglut.a lib32/libmsvcp60.a lib32/libmsvcr80.a lib32/libmsvcr90.a lib32/libmsvcr90d.a lib32/libmsvcr100.a lib32/libmsvcr110.a lib32/libmsvcr120.a lib32/libmsvcr120d.a lib32/libcrtdll.a -endif +lib32_DATA += lib32/libglut.a lib32/libmsvcp60.a lib32/libmsvcp120_app.a -# combine these two rules with the ones for lib64 -# Use two patterns, one for 32/64 in lib32/ and lib64/ -lib32/libcrtdll.a lib32/libmsvcr80.a: lib32/lib%.a: lib32/%.def - $(DTDEF32) $< --dllname $*.dll +lib32_LIBRARIES += lib32/libcrtdll.a +lib32_libcrtdll_a_SOURCES = $(src_msvcrt_common) +lib32_libcrtdll_a_AR = $(DTDEF32) $(top_srcdir)/lib32/crtdll.def && $(AR) $(ARFLAGS) +lib32_libcrtdll_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +lib32_LIBRARIES += lib32/libmsvcr80.a +lib32_libmsvcr80_a_SOURCES = $(src_msvcrt_common) lib32/msvcr80.def.in +lib32_libmsvcr80_a_AR = $(DTDEF32) lib32/msvcr80.def && $(AR) $(ARFLAGS) +lib32_libmsvcr80_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr80_a_DEPENDENCIES=lib32/msvcr80.def + +lib32_LIBRARIES += lib32/libmsvcr90.a +lib32_libmsvcr90_a_SOURCES = $(src_msvcrt_common) lib32/msvcr90.def.in +lib32_libmsvcr90_a_AR = $(DTDEF32) lib32/msvcr90.def && $(AR) $(ARFLAGS) +lib32_libmsvcr90_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr90_a_DEPENDENCIES=lib32/msvcr90.def + +lib32_LIBRARIES += lib32/libmsvcr90d.a +lib32_libmsvcr90d_a_SOURCES = $(src_msvcrt_common) lib32/msvcr90d.def.in +lib32_libmsvcr90d_a_AR = $(DTDEF32) lib32/msvcr90d.def && $(AR) $(ARFLAGS) +lib32_libmsvcr90d_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr90d_a_DEPENDENCIES=lib32/msvcr90d.def + +lib32_LIBRARIES += lib32/libmsvcr100.a +lib32_libmsvcr100_a_SOURCES = $(src_msvcrt_common) lib32/msvcr100.def.in +lib32_libmsvcr100_a_AR = $(DTDEF32) lib32/msvcr100.def && $(AR) $(ARFLAGS) +lib32_libmsvcr100_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr100_a_DEPENDENCIES=lib32/msvcr100.def + +lib32_LIBRARIES += lib32/libmsvcr110.a +lib32_libmsvcr110_a_SOURCES = $(src_msvcrt_common) lib32/msvcr110.def.in +lib32_libmsvcr110_a_AR = $(DTDEF32) lib32/msvcr110.def && $(AR) $(ARFLAGS) +lib32_libmsvcr110_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr110_a_DEPENDENCIES=lib32/msvcr110.def + +lib32_LIBRARIES += lib32/libmsvcr120.a +lib32_libmsvcr120_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120.def.in +lib32_libmsvcr120_a_AR = $(DTDEF32) lib32/msvcr120.def && $(AR) $(ARFLAGS) +lib32_libmsvcr120_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr120_a_DEPENDENCIES=lib32/msvcr120.def + +lib32_LIBRARIES += lib32/libmsvcr120d.a +lib32_libmsvcr120d_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120d.def.in +lib32_libmsvcr120d_a_AR = $(DTDEF32) lib32/msvcr120d.def && $(AR) $(ARFLAGS) +lib32_libmsvcr120d_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr120d_a_DEPENDENCIES=lib32/msvcr120d.def + +lib32_LIBRARIES += lib32/libmsvcr120_app.a +lib32_libmsvcr120_app_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120_app.def.in +lib32_libmsvcr120_app_a_AR = $(DTDEF32) lib32/msvcr120_app.def && $(AR) $(ARFLAGS) +lib32_libmsvcr120_app_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libmsvcr120_app_a_DEPENDENCIES=lib32/msvcr120_app.def + +lib32_LIBRARIES += lib32/libucrtbase.a +lib32_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +lib32_libucrtbase_a_AR = $(DTDEF32) lib32/ucrtbase.def && $(AR) $(ARFLAGS) +lib32_libucrtbase_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib32_libucrtbase_a_DEPENDENCIES=lib32/ucrtbase.def + +lib32_LIBRARIES += lib32/libucrt.a +noinst_LIBRARIES += lib32/libucrt_extra.a +lib32_libucrt_extra_a_SOURCES = $(src_ucrtbase) +lib32_libucrt_extra_a_CPPFLAGS=$(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +lib32_DATA += lib32/libvcruntime140_app.a +endif lib32/lib%.a: lib32/%.def $(DTDEF32) $< +lib32/lib%.a: lib-common/%.def + $(DTDEF32) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -617,6 +758,53 @@ $(AR) -M < $< $(RANLIB) $@ +lib32/libruntimeobject.a: lib32/runtimeobject.mri lib32/libapi-ms-win-core-winrt-string-l1-1-0.a lib32/libapi-ms-win-core-winrt-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib32/libsynchronization.a: lib32/synchronization.mri lib32/libapi-ms-win-core-synch-l1-2-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib32/libwindowsapp.a: lib32/windowsapp.mri lib32/libapi-ms-win-core-com-l1-1-1.a lib32/libapi-ms-win-core-com-l2-1-1.a lib32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \ + lib32/libapi-ms-win-core-datetime-l1-1-1.a lib32/libapi-ms-win-core-datetime-l1-1-2.a lib32/libapi-ms-win-core-debug-l1-1-1.a \ + lib32/libapi-ms-win-core-delayload-l1-1-1.a lib32/libapi-ms-win-core-errorhandling-l1-1-1.a lib32/libapi-ms-win-core-errorhandling-l1-1-3.a \ + lib32/libapi-ms-win-core-featurestaging-l1-1-0.a lib32/libapi-ms-win-core-fibers-l1-1-1.a lib32/libapi-ms-win-core-fibers-l2-1-1.a \ + lib32/libapi-ms-win-core-file-ansi-l2-1-0.a lib32/libapi-ms-win-core-file-l1-2-1.a lib32/libapi-ms-win-core-file-l2-1-1.a \ + lib32/libapi-ms-win-core-handle-l1-1-0.a lib32/libapi-ms-win-core-heap-l1-2-0.a lib32/libapi-ms-win-core-heap-l2-1-0.a \ + lib32/libapi-ms-win-core-heap-obsolete-l1-1-0.a lib32/libapi-ms-win-core-interlocked-l1-2-0.a lib32/libapi-ms-win-core-io-l1-1-1.a \ + lib32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a lib32/libapi-ms-win-core-largeinteger-l1-1-0.a lib32/libapi-ms-win-core-libraryloader-l1-2-0.a \ + lib32/libapi-ms-win-core-libraryloader-l2-1-0.a lib32/libapi-ms-win-core-localization-ansi-l1-1-0.a lib32/libapi-ms-win-core-localization-l1-2-1.a \ + lib32/libapi-ms-win-core-localization-l1-2-2.a lib32/libapi-ms-win-core-localization-l2-1-0.a lib32/libapi-ms-win-core-memory-l1-1-2.a \ + lib32/libapi-ms-win-core-memory-l1-1-4.a lib32/libapi-ms-win-core-normalization-l1-1-0.a lib32/libapi-ms-win-core-processenvironment-l1-2-0.a \ + lib32/libapi-ms-win-core-processthreads-l1-1-2.a lib32/libapi-ms-win-core-processthreads-l1-1-3.a lib32/libapi-ms-win-core-profile-l1-1-0.a \ + lib32/libapi-ms-win-core-psapi-l1-1-0.a lib32/libapi-ms-win-core-realtime-l1-1-0.a lib32/libapi-ms-win-core-realtime-l1-1-1.a \ + lib32/libapi-ms-win-core-rtlsupport-l1-2-0.a lib32/libapi-ms-win-core-slapi-l1-1-0.a lib32/libapi-ms-win-core-string-l1-1-0.a \ + lib32/libapi-ms-win-core-synch-ansi-l1-1-0.a lib32/libapi-ms-win-core-synch-l1-2-0.a lib32/libapi-ms-win-core-synch-l1-2-1.a \ + lib32/libapi-ms-win-core-sysinfo-l1-2-1.a lib32/libapi-ms-win-core-sysinfo-l1-2-3.a lib32/libapi-ms-win-core-threadpool-l1-2-0.a \ + lib32/libapi-ms-win-core-timezone-l1-1-0.a lib32/libapi-ms-win-core-util-l1-1-0.a lib32/libapi-ms-win-core-windowsceip-l1-1-0.a \ + lib32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a lib32/libapi-ms-win-core-winrt-error-l1-1-1.a lib32/libapi-ms-win-core-winrt-l1-1-0.a \ + lib32/libapi-ms-win-core-winrt-registration-l1-1-0.a lib32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a lib32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a \ + lib32/libapi-ms-win-core-winrt-string-l1-1-0.a lib32/libapi-ms-win-core-xstate-l2-1-0.a lib32/libapi-ms-win-eventing-classicprovider-l1-1-0.a \ + lib32/libapi-ms-win-eventing-consumer-l1-1-0.a lib32/libapi-ms-win-eventing-controller-l1-1-0.a lib32/libapi-ms-win-eventing-legacy-l1-1-0.a \ + lib32/libapi-ms-win-eventing-provider-l1-1-0.a lib32/libapi-ms-win-gaming-tcui-l1-1-2.a lib32/libapi-ms-win-ro-typeresolution-l1-1-0.a \ + lib32/libapi-ms-win-security-base-l1-2-1.a lib32/libapi-ms-win-security-cryptoapi-l1-1-0.a lib32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib32/libucrt.a: lib32/ucrt.mri lib32/libucrt_extra.a \ + lib32/libapi-ms-win-crt-conio-l1-1-0.a lib32/libapi-ms-win-crt-convert-l1-1-0.a lib32/libapi-ms-win-crt-environment-l1-1-0.a \ + lib32/libapi-ms-win-crt-filesystem-l1-1-0.a lib32/libapi-ms-win-crt-heap-l1-1-0.a lib32/libapi-ms-win-crt-locale-l1-1-0.a \ + lib32/libapi-ms-win-crt-math-l1-1-0.a lib32/libapi-ms-win-crt-multibyte-l1-1-0.a lib32/libapi-ms-win-crt-private-l1-1-0.a \ + lib32/libapi-ms-win-crt-process-l1-1-0.a lib32/libapi-ms-win-crt-runtime-l1-1-0.a lib32/libapi-ms-win-crt-stdio-l1-1-0.a \ + lib32/libapi-ms-win-crt-string-l1-1-0.a lib32/libapi-ms-win-crt-time-l1-1-0.a lib32/libapi-ms-win-crt-utility-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + dx32_DATA = dx32_DATA += lib32/libxinput.a dx32_DATA += lib32/libxapofx.a @@ -660,8 +848,6 @@ winrt64dir=$(lib64dir) dx64dir=$(lib64dir) -winrt64_DATA = $(winrtlibs) - if !W32API crt64_DATA = \ lib64/crt1.o lib64/crt2.o lib64/crt1u.o lib64/crt2u.o lib64/dllcrt1.o lib64/dllcrt2.o \ @@ -696,22 +882,28 @@ $(COMPILE) $(CPPFLAGS64) -c $< -o $@ lib64_LIBRARIES = lib64/libkernel32.a -lib64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincs64) +lib64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincs64) lib-common/kernel32.def.in lib64_libkernel32_a_CPPFLAGS=$(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) -lib64_libkernel32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libkernel32_a_AR = $(DTDEF64) lib64/kernel32.def && $(AR) $(ARFLAGS) +EXTRA_lib64_libkernel32_a_DEPENDENCIES=lib64/kernel32.def +lib64_DATA = if !W32API -lib64_LIBRARIES += lib64/libmsvcrt.a -lib64_libmsvcrt_a_SOURCES = $(src_msvcrt) lib64/msvcrt.def.in -lib64_libmsvcrt_a_AR = $(DTDEF64) lib64/msvcrt.def && $(AR) $(ARFLAGS) -lib64_libmsvcrt_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -EXTRA_lib64_libmsvcrt_a_DEPENDENCIES=lib64/msvcrt.def +lib64_DATA += lib64/libmsvcrt.a +lib64/libmsvcrt.a: lib64/@MSVCRT_LIB@ + cp $< $@ + +lib64_LIBRARIES += lib64/libmsvcrt-os.a +lib64_libmsvcrt_os_a_SOURCES = $(src_msvcrt64) lib-common/msvcrt.def.in +lib64_libmsvcrt_os_a_AR = $(DTDEF64) lib64/msvcrt.def && $(AR) $(ARFLAGS) +lib64_libmsvcrt_os_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcrt_os_a_DEPENDENCIES=lib64/msvcrt.def endif lib64_LIBRARIES += lib64/libshell32.a lib64_libshell32_a_SOURCES = $(src_libshell32) lib64_libshell32_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -lib64_libshell32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libshell32_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) lib64_LIBRARIES += lib64/libdinput.a lib64_libdinput_a_SOURCES = $(src_libdinput) @@ -750,6 +942,7 @@ lib64_LIBRARIES += lib64/libwindowscodecs.a lib64_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) lib64_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +lib64_libwindowscodecs_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) lib64_LIBRARIES += lib64/libwbemuuid.a lib64_libwbemuuid_a_SOURCES = $(src_libwbemuuid) @@ -778,7 +971,7 @@ lib64_LIBRARIES += lib64/libksuser.a lib64_libksuser_a_SOURCES = $(src_libksuser) lib64_libksuser_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -lib64_libksuser_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libksuser_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) lib64_LIBRARIES += lib64/libksguid.a lib64_libksguid_a_SOURCES = $(src_libksguid) @@ -804,12 +997,17 @@ lib64_LIBRARIES += lib64/libgdiplus.a lib64_libgdiplus_a_SOURCES = $(src_libgdiplus) lib64_libgdiplus_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -lib64_libgdiplus_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libgdiplus_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) lib64_LIBRARIES += lib64/libws2_32.a -lib64_libws2_32_a_SOURCES = $(src_libws2_32) +lib64_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/ws2_32.def.in lib64_libws2_32_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -lib64_libws2_32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libws2_32_a_AR = $(DTDEF64) lib64/ws2_32.def && $(AR) $(ARFLAGS) +EXTRA_lib64_libws2_32_a_DEPENDENCIES=lib64/ws2_32.def + +lib64_LIBRARIES += lib64/libtaskschd.a +lib64_libtaskschd_a_SOURCES = $(src_libtaskschd) +lib64_libtaskschd_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) if !W32API lib64_LIBRARIES += lib64/libdelayimp.a @@ -846,291 +1044,94 @@ lib64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) lib64_libmingwthrd_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -processed_defs += lib64/msvcrt.def lib64/msvcr80.def lib64/msvcr90.def lib64/msvcr90d.def lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120.def lib64/msvcr120d.def +processed_defs += lib64/msvcrt.def lib64/msvcr80.def lib64/msvcr90.def lib64/msvcr90d.def \ + lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120.def lib64/msvcr120d.def \ + lib64/msvcr120_app.def lib64/msvcp120_app.def lib64/ucrtbase.def \ + lib64/advapi32.def lib64/clbcatq.def lib64/kernel32.def lib64/ole32.def \ + lib64/oleaut32.def lib64/user32.def lib64/ws2_32.def \ + lib64/api-ms-win-crt-math-l1-1-0.def lib64/api-ms-win-crt-private-l1-1-0.def lib64/api-ms-win-crt-runtime-l1-1-0.def \ + lib64/vcruntime140_app.def endif -lib64_DATA = \ - lib64/libwinusb.a lib64/libavrt.a \ - lib64/lib6to4svc.a lib64/libaaaamon.a lib64/libacledit.a lib64/libaclui.a \ - lib64/libactiveds.a lib64/libactxprxy.a lib64/libadmparse.a lib64/libadmwprox.a lib64/libadptif.a \ - lib64/libadrot.a lib64/libadsiis.a lib64/libadsiisex.a lib64/libadsldpc.a lib64/libadsldp.a \ - lib64/libadsmsext.a lib64/libadsnt.a lib64/libadvapi32.a lib64/libadvpack.a lib64/libaelupsvc.a \ - lib64/libagentanm.a lib64/libagentctl.a lib64/libagentdp2.a lib64/libagentdpv.a lib64/libagentmpx.a \ - lib64/libagentpsh.a lib64/libagentsr.a lib64/libagrmco64.a lib64/libagtintl.a lib64/libakscoinst.a \ - lib64/libalrsvc.a lib64/libamstream.a lib64/libapcups.a lib64/libapphelp.a lib64/libappmgmts.a \ - lib64/libappmgr.a lib64/libaqadmin.a lib64/libaqueue.a lib64/libasp.a lib64/libaspperf.a \ - lib64/libasycfilt.a lib64/libatkctrs.a lib64/libatl.a lib64/libatmlib.a lib64/libatmpvcno.a \ - lib64/libatrace.a lib64/libaudiosrv.a lib64/libauthz.a lib64/libautodisc.a lib64/libavicap32.a \ - lib64/libavifil32.a lib64/libazroles.a lib64/libazroleui.a lib64/libbasesrv.a lib64/libbatmeter.a \ - lib64/libbatt.a lib64/libbidispl.a lib64/libbitsprx2.a lib64/libbitsprx3.a lib64/libbnts.a \ - lib64/libbootvid.a lib64/libbrowscap.a lib64/libbrowser.a lib64/libbrowseui.a lib64/libbrpinfo.a \ - lib64/libbthci.a lib64/libbthserv.a lib64/libbtpanui.a lib64/libcabinet.a lib64/libcabview.a \ - lib64/libcamocx.a lib64/libcards.a lib64/libcatsrv.a lib64/libcatsrvps.a lib64/libcatsrvut.a \ - lib64/libccfgnt.a lib64/libcdfview.a lib64/libcdm.a lib64/libcdosys.a lib64/libcertcli.a \ - lib64/libcertmgr.a lib64/libcertobj.a lib64/libcfgbkend.a lib64/libcfgmgr32.a lib64/libc_g18030.a \ - lib64/libchsbrkr.a lib64/libchtbrkr.a lib64/libchtskdic.a lib64/libciadmin.a \ - lib64/libcic.a lib64/libcimwin32.a lib64/libCINTIME.a lib64/libciodm.a lib64/libc_is2022.a \ - lib64/libc_iscii.a lib64/libclbcatex.a lib64/libclbcatq.a lib64/libclb.a lib64/libcliconfg.a \ - lib64/libclasspnp.a lib64/libclusapi.a lib64/libcmcfg32.a lib64/libcmdial32.a lib64/libcmpbk32.a \ - lib64/libcmprops.a lib64/libcmsetacl.a lib64/libcmutil.a lib64/libcnbjmon.a lib64/libcnetcfg.a \ - lib64/libcnvfat.a lib64/libcoadmin.a lib64/libcolbact.a lib64/libcomaddin.a lib64/libcomadmin.a \ - lib64/libcomcat.a lib64/libcomctl32.a lib64/libcomdlg32.a lib64/libcompatui.a lib64/libcompstui.a \ - lib64/libcomrepl.a lib64/libcomres.a lib64/libcomsetup.a lib64/libcomsnap.a lib64/libcomsvcs.a \ - lib64/libcomuid.a lib64/libconfmsp.a lib64/libconsole.a lib64/libcontrot.a lib64/libcorpol.a \ - lib64/libcredui.a lib64/libcrypt32.a lib64/libcryptdlg.a lib64/libcryptdll.a lib64/libcryptext.a \ - lib64/libcryptnet.a lib64/libcryptsvc.a lib64/libcryptui.a lib64/libcscdll.a lib64/libcscui.a \ - lib64/libcsrsrv.a lib64/libd3d8thk.a lib64/libd3d9.a lib64/libd3dxof.a lib64/libdanim.a \ - lib64/libdataclen.a lib64/libdatime.a lib64/libdavclnt.a lib64/libdavcprox.a lib64/libdbgeng.a \ - lib64/libdbghelp.a lib64/libdbnetlib.a lib64/libdbnmpntw.a lib64/libdciman32.a lib64/libddraw.a \ - lib64/libddrawex.a lib64/libdeskadp.a lib64/libdeskmon.a lib64/libdeskperf.a lib64/libdevenum.a \ - lib64/libdevmgr.a lib64/libdevobj.a lib64/libdevrtl.a \ - lib64/libdfrgifps.a lib64/libdfrgsnap.a lib64/libdfrgui.a lib64/libdfsshlex.a \ - lib64/libdgnet.a lib64/libdhcpcsvc.a lib64/libdhcpmon.a lib64/libdhcpsapi.a lib64/libdiactfrm.a \ - lib64/libdigest.a lib64/libdimap.a lib64/libdimsntfy.a lib64/libdimsroam.a lib64/libdirectdb.a \ - lib64/libdiskcopy.a lib64/libdispex.a lib64/libdmconfig.a lib64/libdmdlgs.a lib64/libdmdskmgr.a \ - lib64/libdmintf.a lib64/libdmivcitf.a lib64/libdmocx.a lib64/libdmserver.a lib64/libdmutil.a \ - lib64/libdmvdsitf.a lib64/libdnsapi.a lib64/libdnsrslvr.a lib64/libdocprop2.a lib64/libdocprop.a \ - lib64/libdpnaddr.a lib64/libdpnet.a lib64/libdpnhpast.a lib64/libdpnhupnp.a lib64/libdpnlobby.a \ - lib64/libdpvacm.a lib64/libdpvoice.a lib64/libdpvvox.a lib64/libdrprov.a lib64/libds32gt.a \ - lib64/libdsauth.a lib64/libdsdmo.a lib64/libdsdmoprp.a lib64/libdskquota.a lib64/libdskquoui.a \ - lib64/libdsound3d.a lib64/libdsound.a lib64/libdsprop.a lib64/libdsprov.a lib64/libdsquery.a \ - lib64/libdssec.a lib64/libdssenh.a lib64/libdsuiext.a lib64/libduser.a lib64/libdxdiagn.a \ - lib64/libdxtmsft.a lib64/libdxtrans.a lib64/libefsadu.a lib64/libels.a lib64/libencapi.a \ - lib64/libersvc.a lib64/libes.a lib64/libesent.a lib64/libesentprf.a lib64/libesscli.a \ - lib64/libeventcls.a lib64/libeventlog.a lib64/libevntagnt.a lib64/libevntrprv.a lib64/libevtgprov.a \ - lib64/libexstrace.a lib64/libextmgr.a lib64/libf3ahvoas.a lib64/libfastprox.a lib64/libfaultrep.a \ - lib64/libfcachdll.a lib64/libfde.a lib64/libfdeploy.a lib64/libfeclient.a lib64/libfilemgmt.a \ - lib64/libfldrclnr.a lib64/libfltlib.a lib64/libfmifs.a lib64/libfontext.a lib64/libfontsub.a \ - lib64/libframedyn.a lib64/libfsusd.a lib64/libftpctrs2.a lib64/libftpmib.a lib64/libftpsvc2.a \ - lib64/libfwcfg.a lib64/libfxsapi.a lib64/libfxscfgwz.a lib64/libfxscom.a lib64/libfxscomex.a \ - lib64/libfxsdrv.a lib64/libfxsmon.a lib64/libfxsocm.a lib64/libfxsperf.a lib64/libfxsroute.a \ - lib64/libfxsst.a lib64/libfxst30.a lib64/libfxstiff.a lib64/libfxsui.a lib64/libfxswzrd.a \ - lib64/libgcdef.a lib64/libgdi32.a lib64/libgetuname.a lib64/libglmf32.a lib64/libglu32.a \ - lib64/libgpedit.a lib64/libgpkcsp.a lib64/libgptext.a lib64/libguitrn.a lib64/libgzip.a \ - lib64/libh323msp.a lib64/libhal.a lib64/libhbaapi.a lib64/libhgfs.a lib64/libhhsetup.a \ - lib64/libhid.a lib64/libhidclass.a lib64/libhidparse.a lib64/libhlink.a lib64/libhmmapi.a \ - lib64/libhnetcfg.a lib64/libhnetmon.a lib64/libhnetwiz.a lib64/libhostmib.a lib64/libhotplug.a \ - lib64/libhticons.a lib64/libhtrn_jis.a lib64/libhttpapi.a lib64/libhttpext.a lib64/libhttpmib.a \ - lib64/libhttpodbc.a lib64/libhtui.a lib64/libhypertrm.a lib64/libiasacct.a lib64/libiasads.a \ - lib64/libiashlpr.a lib64/libiasnap.a lib64/libiaspolcy.a lib64/libiasrad.a lib64/libiassam.a \ - lib64/libiassdo.a lib64/libiassvcs.a lib64/libicaapi.a lib64/libicfgnt5.a lib64/libicm32.a \ - lib64/libicmp.a lib64/libicmui.a lib64/libicwconn.a lib64/libicwdial.a lib64/libicwdl.a \ - lib64/libicwhelp.a lib64/libicwphbk.a lib64/libicwutil.a lib64/libidq.a lib64/libieakeng.a \ - lib64/libieaksie.a lib64/libiedkcs32.a lib64/libieencode.a lib64/libiepeers.a lib64/libiernonce.a \ - lib64/libiesetup.a lib64/libifmon.a lib64/libifsutil.a lib64/libigmpagnt.a lib64/libiisadmin.a \ - lib64/libiiscfg.a lib64/libiisclex4.a lib64/libiis.a lib64/libiisext.a lib64/libiislog.a \ - lib64/libiismap.a lib64/libiisrstap.a lib64/libiisrtl.a lib64/libiissuba.a lib64/libiisui.a \ - lib64/libiisuiobj.a lib64/libiisutil.a lib64/libiisw3adm.a lib64/libiiswmi.a lib64/libimagehlp.a \ - lib64/libimekrcic.a lib64/libimeshare.a lib64/libimgutil.a lib64/libimjp81k.a lib64/libimjpcic.a \ - lib64/libimjpcus.a lib64/libimjpdct.a lib64/libimjputyc.a lib64/libimm32.a lib64/libimsinsnt.a \ - lib64/libimskdic.a lib64/libinetcfg.a lib64/libinetcomm.a lib64/libinetmgr.a lib64/libinetmib1.a \ - lib64/libinetpp.a lib64/libinetppui.a lib64/libinfoadmn.a lib64/libinfocomm.a lib64/libinfoctrs.a \ - lib64/libinfosoft.a lib64/libinitpki.a lib64/libinput.a lib64/libinseng.a \ - lib64/libiphlpapi.a lib64/libipmontr.a lib64/libipnathlp.a lib64/libippromon.a lib64/libiprip.a \ - lib64/libiprop.a lib64/libiprtprio.a lib64/libiprtrmgr.a lib64/libipsecsnp.a lib64/libipsecsvc.a \ - lib64/libipsmsnap.a lib64/libipv6mon.a lib64/libipxsap.a lib64/libirclass.a lib64/libisapips.a \ - lib64/libisatq.a lib64/libiscomlog.a lib64/libisign32.a lib64/libitircl.a lib64/libitss.a \ - lib64/libixsso.a lib64/libiyuv_32.a lib64/libjet500.a lib64/libjscript.a lib64/libjsproxy.a \ - lib64/libkbd101a.a lib64/libkbd101b.a lib64/libkbd101c.a lib64/libkbd101.a lib64/libkbd103.a \ - lib64/libkbd106.a lib64/libkbd106n.a lib64/libkbda1.a lib64/libkbda2.a lib64/libkbda3.a \ - lib64/libkbdal.a lib64/libkbdarme.a lib64/libkbdarmw.a lib64/libkbdax2.a lib64/libkbdaze.a \ - lib64/libkbdazel.a lib64/libkbdbe.a lib64/libkbdbene.a lib64/libkbdblr.a lib64/libkbdbr.a \ - lib64/libkbdbu.a lib64/libkbdca.a lib64/libkbdcan.a lib64/libkbdcr.a lib64/libkbdcz1.a \ - lib64/libkbdcz2.a lib64/libkbdcz.a lib64/libkbdda.a lib64/libkbddiv1.a lib64/libkbddiv2.a \ - lib64/libkbddv.a lib64/libkbdes.a lib64/libkbdest.a lib64/libkbdfa.a lib64/libkbdfc.a \ - lib64/libkbdfi.a lib64/libkbdfo.a lib64/libkbdfr.a lib64/libkbdgae.a lib64/libkbdgeo.a \ - lib64/libkbdgkl.a lib64/libkbdgr1.a lib64/libkbdgr.a lib64/libkbdhe220.a lib64/libkbdhe319.a \ - lib64/libkbdheb.a lib64/libkbdhe.a lib64/libkbdhela2.a lib64/libkbdhela3.a lib64/libkbdhept.a \ - lib64/libkbdhu1.a lib64/libkbdhu.a lib64/libkbdibm02.a lib64/libkbdic.a lib64/libkbdindev.a \ - lib64/libkbdinguj.a lib64/libkbdinhin.a lib64/libkbdinkan.a lib64/libkbdinmar.a lib64/libkbdinpun.a \ - lib64/libkbdintam.a lib64/libkbdintel.a lib64/libkbdir.a lib64/libkbdit142.a lib64/libkbdit.a \ - lib64/libkbdjpn.a lib64/libkbdkaz.a lib64/libkbdkor.a lib64/libkbdkyr.a lib64/libkbdla.a \ - lib64/libkbdlk41a.a lib64/libkbdlk41j.a lib64/libkbdlt1.a lib64/libkbdlt.a lib64/libkbdlv1.a \ - lib64/libkbdlv.a lib64/libkbdmac.a lib64/libkbdmon.a lib64/libkbdnec95.a lib64/libkbdnecat.a \ - lib64/libkbdnec.a lib64/libkbdnecnt.a lib64/libkbdne.a lib64/libkbdno.a lib64/libkbdpl1.a \ - lib64/libkbdpl.a lib64/libkbdpo.a lib64/libkbdro.a lib64/libkbdru1.a lib64/libkbdru.a \ - lib64/libkbdsf.a lib64/libkbdsg.a lib64/libkbdsl1.a lib64/libkbdsl.a lib64/libkbdsp.a \ - lib64/libkbdsw.a lib64/libkbdsyr1.a lib64/libkbdsyr2.a lib64/libkbdtat.a lib64/libkbdth0.a \ - lib64/libkbdth1.a lib64/libkbdth2.a lib64/libkbdth3.a lib64/libkbdtuf.a lib64/libkbdtuq.a \ - lib64/libkbduk.a lib64/libkbdur.a lib64/libkbdurdu.a lib64/libkbdusa.a lib64/libkbdus.a \ - lib64/libkbdusl.a lib64/libkbdusr.a lib64/libkbdusx.a lib64/libkbduzb.a lib64/libkbdvntc.a \ - lib64/libkbdycc.a lib64/libkbdycl.a lib64/libkd1394.a lib64/libkdcom.a lib64/libkerberos.a \ - lib64/libkeymgr.a lib64/libkorwbrkr.a lib64/libkrnlprov.a lib64/liblangwrbk.a lib64/liblicdll.a \ - lib64/liblicmgr10.a lib64/liblicwmi.a lib64/liblinkinfo.a lib64/liblmhsvc.a lib64/liblmmib2.a \ - lib64/liblmrt.a lib64/libloadperf.a lib64/liblocalsec.a lib64/liblocalspl.a lib64/liblocalui.a \ - lib64/liblog.a lib64/libloghours.a lib64/liblogscrpt.a lib64/liblonsint.a lib64/liblpdsvc.a \ - lib64/liblpk.a lib64/liblprhelp.a lib64/liblprmon.a lib64/liblprmonui.a lib64/liblsasrv.a \ - lib64/liblz32.a lib64/libmag_hook.a lib64/libmailmsg.a lib64/libmapi32.a lib64/libmapistub.a \ - lib64/libmcastmib.a lib64/libmcd32.a lib64/libmcdsrv32.a lib64/libmchgrcoi.a lib64/libmciavi32.a \ - lib64/libmcicda.a lib64/libmciole32.a lib64/libmciqtz32.a lib64/libmciseq.a lib64/libmciwave.a \ - lib64/libmdhcp.a lib64/libmdminst.a lib64/libmetadata.a lib64/libmf3216.a lib64/libmfc42.a \ - lib64/libmfc42u.a lib64/libmfcsubs.a lib64/libmgmtapi.a lib64/libmidimap.a lib64/libmigism.a \ - lib64/libmiglibnt.a lib64/libmimefilt.a lib64/libmlang.a lib64/libmll_hp.a lib64/libmll_mtf.a \ - lib64/libmll_qic.a lib64/libmmcbase.a lib64/libmmcndmgr.a lib64/libmmcshext.a lib64/libmmfutil.a \ - lib64/libmmutilse.a lib64/libmobsync.a lib64/libmodemui.a lib64/libmofd.a lib64/libmprapi.a \ - lib64/libmprddm.a lib64/libmpr.a lib64/libmprdim.a lib64/libmprmsg.a lib64/libmprui.a \ - lib64/libmqad.a lib64/libmqcertui.a lib64/libmqdscli.a lib64/libmqgentr.a lib64/libmqise.a \ - lib64/libmqlogmgr.a lib64/libmqoa.a lib64/libmqperf.a lib64/libmqqm.a lib64/libmqrt.a \ - lib64/libmqrtdep.a lib64/libmqsec.a lib64/libmqsnap.a lib64/libmqtrig.a lib64/libmqupgrd.a \ - lib64/libmqutil.a lib64/libmsaatext.a lib64/libmsacm32.a lib64/libmsadce.a lib64/libmsadcf.a \ - lib64/libmsadco.a lib64/libmsadcs.a lib64/libmsadds.a lib64/libmsado15.a lib64/libmsadomd.a \ - lib64/libmsador15.a lib64/libmsadox.a lib64/libmsadrh15.a lib64/libmsafd.a lib64/libmsasn1.a \ - lib64/libmscandui.a lib64/libmscat32.a lib64/libmscms.a lib64/libmsctfp.a \ - lib64/libmsdadiag.a lib64/libmsdaosp.a lib64/libmsdaprst.a lib64/libmsdaps.a lib64/libmsdarem.a \ - lib64/libmsdart.a lib64/libmsdatl3.a lib64/libmsdfmap.a lib64/libmsdmo.a lib64/libmsdtclog.a \ - lib64/libmsdtcprx.a lib64/libmsdtcstp.a lib64/libmsdtctm.a lib64/libmsdtcuiu.a lib64/libmsftedit.a \ - lib64/libmsgina.a lib64/libmsgr3en.a lib64/libmsgrocm.a lib64/libmsgsvc.a lib64/libmshtml.a \ - lib64/libmshtmled.a lib64/libmsi.a lib64/libmsident.a lib64/libmsieftp.a lib64/libmsihnd.a \ - lib64/libmsimg32.a lib64/libmsimtf.a lib64/libmsinfo.a lib64/libmsiprov.a lib64/libmsir3jp.a \ - lib64/libmsisip.a lib64/libmslbui.a lib64/libmsls31.a lib64/libmslwvtts.a lib64/libmsmqocm.a \ - lib64/libmsobcomm.a lib64/libmsobdl.a lib64/libmsobmain.a lib64/libmsobshel.a lib64/libmsobweb.a \ - lib64/libmsoeacct.a lib64/libmsoe.a lib64/libmsoert2.a lib64/libmspatcha.a lib64/libmspmsnsv.a \ - lib64/libmsports.a lib64/libmsrating.a lib64/libmsrle32.a lib64/libmssign32.a lib64/libmssip32.a \ - lib64/libmstask.a lib64/libmstime.a lib64/libmstlsapi.a lib64/libmstscax.a lib64/libmsutb.a \ - lib64/libmsv1_0.a lib64/libmsvcirt.a lib64/libmsvfw32.a lib64/libmsvidc32.a \ - lib64/libmsvidctl.a lib64/libmsw3prt.a lib64/libmswsock.a lib64/libmsxactps.a lib64/libmsxml3.a \ - lib64/libmsxs64.a lib64/libmsyuv.a lib64/libmtxclu.a lib64/libmtxdm.a lib64/libmtxex.a \ - lib64/libmtxoci.a lib64/libmycomput.a lib64/libmydocs.a lib64/libnarrhook.a lib64/libncobjapi.a \ - lib64/libncprov.a lib64/libncxpnt.a lib64/libnddeapi.a lib64/libnddenb32.a lib64/libndisnpp.a \ - lib64/libnetapi32.a lib64/libnetcfgx.a lib64/libnetid.a lib64/libnetlogon.a lib64/libnetman.a \ - lib64/libnetoc.a lib64/libnetplwiz.a lib64/libnetrap.a lib64/libnetshell.a lib64/libnetui0.a \ - lib64/libnetui1.a lib64/libnetui2.a lib64/libnewdev.a lib64/libnextlink.a lib64/libnlhtml.a \ - lib64/libnntpadm.a lib64/libnntpapi.a lib64/libnntpsnap.a lib64/libnpptools.a lib64/libnshipsec.a \ - lib64/libntdll.a lib64/libntdsapi.a lib64/libntdsbcli.a lib64/libntevt.a lib64/libntfsdrv.a \ - lib64/libntlanman.a lib64/libntlanui2.a lib64/libntlanui.a lib64/libntlsapi.a lib64/libntmarta.a \ - lib64/libntmsapi.a lib64/libntmsdba.a lib64/libntmsevt.a lib64/libntmsmgr.a lib64/libntmssvc.a \ - lib64/libntoc.a lib64/libntprint.a lib64/libntshrui.a lib64/libntvdm64.a lib64/libnwprovau.a \ - lib64/liboakley.a lib64/libobjsel.a lib64/liboccache.a lib64/libocgen.a lib64/libocmanage.a \ - lib64/libocmsn.a lib64/libodbc32.a lib64/libodbc32gt.a lib64/libodbcbcp.a lib64/libodbcconf.a \ - lib64/libodbccp32.a lib64/libodbccr32.a lib64/libodbccu32.a lib64/libodbctrac.a lib64/liboeimport.a \ - lib64/liboemiglib.a lib64/libofffilt.a lib64/libole32.a lib64/liboleacc.a lib64/liboleaut32.a \ - lib64/libolecli32.a lib64/libolecnv32.a lib64/liboledb32.a lib64/liboledb32r.a lib64/liboledlg.a \ - lib64/liboleprn.a lib64/libolesvr32.a lib64/libopengl32.a lib64/libosuninst.a lib64/libovprintmondll.a \ - lib64/libpanmap.a \ - lib64/libpautoenr.a lib64/libpchshell.a lib64/libpchsvc.a lib64/libpdh.a lib64/libperfctrs.a \ - lib64/libperfdisk.a lib64/libperfnet.a lib64/libperfos.a lib64/libperfproc.a lib64/libperfts.a \ - lib64/libphotowiz.a lib64/libpid.a lib64/libpidgen.a lib64/libpintlcsa.a lib64/libpintlcsd.a \ - lib64/libpjlmon.a lib64/libpngfilt.a lib64/libpolicman.a lib64/libpolstore.a lib64/libpowrprof.a \ - lib64/libprintui.a lib64/libprofmap.a lib64/libprovthrd.a lib64/libPS5UI.a lib64/libpsapi.a \ - lib64/libpsbase.a lib64/libpschdprf.a lib64/libPSCRIPT5.a lib64/libpsnppagn.a lib64/libpstorec.a \ - lib64/libpstorsvc.a lib64/libqasf.a lib64/libqcap.a lib64/libqdvd.a lib64/libqdv.a \ - lib64/libqedit.a lib64/libqmgr.a lib64/libqmgrprxy.a lib64/libqosname.a lib64/libquartz.a \ - lib64/libquery.a lib64/libracpldlg.a lib64/librasadhlp.a lib64/librasapi32.a lib64/librasauto.a \ - lib64/libraschap.a lib64/librasctrs.a lib64/librasdlg.a lib64/librasman.a lib64/librasmans.a \ - lib64/librasmontr.a lib64/librasmxs.a lib64/librasppp.a lib64/librasrad.a lib64/librassapi.a \ - lib64/librasser.a lib64/librastapi.a lib64/librastls.a lib64/librcbdyctl.a lib64/librdchost.a \ - lib64/librdpcfgex.a lib64/librdpsnd.a lib64/librdpwsx.a lib64/libregapi.a lib64/libregsvc.a \ - lib64/libregwizc.a lib64/libremotepg.a lib64/librend.a lib64/librepdrvfs.a lib64/libresutils.a \ - lib64/libriched20.a lib64/librnr20.a lib64/libroutetab.a lib64/librpcns4.a lib64/librpcnsh.a \ - lib64/librpcref.a lib64/librpcrt4.a lib64/librpcss.a lib64/librsaenh.a lib64/librsfsaps.a \ - lib64/librshx32.a lib64/librsmps.a lib64/librtm.a lib64/librtutils.a lib64/librwnh.a \ - lib64/libsafrcdlg.a lib64/libsafrdm.a lib64/libsafrslv.a lib64/libsamlib.a lib64/libsamsrv.a \ - lib64/libsapi.a lib64/libscarddlg.a lib64/libsccbase.a lib64/libsccsccp.a lib64/libscecli.a \ - lib64/libscesrv.a lib64/libschannel.a lib64/libschedsvc.a lib64/libsclgntfy.a lib64/libscredir.a \ - lib64/libscript.a lib64/libscripto.a lib64/libscriptpw.a lib64/libscrobj.a lib64/libscrptutl.a \ - lib64/libscrrun.a lib64/libsdhcinst.a lib64/libsdpblb.a lib64/libseclogon.a lib64/libsecur32.a \ - lib64/libsecurity.a lib64/libsendcmsg.a lib64/libsendmail.a lib64/libsensapi.a lib64/libsenscfg.a \ - lib64/libsens.a lib64/libseo.a lib64/libseos.a lib64/libserialui.a lib64/libservdeps.a \ - lib64/libserwvdrv.a lib64/libsetupapi.a lib64/libsetupqry.a lib64/libsfc.a lib64/libsfcfiles.a \ - lib64/libsfc_os.a lib64/libsfmapi.a lib64/libshdocvw.a lib64/libshfolder.a lib64/libshgina.a \ - lib64/libshimeng.a lib64/libshimgvw.a lib64/libshlwapi.a lib64/libshmedia.a lib64/libshscrap.a \ - lib64/libshsvcs.a lib64/libsigtab.a lib64/libsimptcp.a lib64/libsisbkup.a lib64/libskdll.a \ - lib64/libslayerxp.a lib64/libslbcsp.a lib64/libslbiop.a lib64/libsmlogcfg.a lib64/libsmtpadm.a \ - lib64/libsmtpapi.a lib64/libsmtpcons.a lib64/libsmtpctrs.a lib64/libsmtpsnap.a lib64/libsmtpsvc.a \ - lib64/libsniffpol.a lib64/libsnmpapi.a lib64/libsnmpcl.a lib64/libsnmpincl.a lib64/libsnmpmib.a \ - lib64/libsnmpsmir.a lib64/libsnmpsnap.a lib64/libsnmpstup.a lib64/libsnmpthrd.a lib64/libsnprfdll.a \ - lib64/libsoftkbd.a lib64/libsoftpub.a lib64/libspcommon.a lib64/libspoolss.a \ - lib64/libsptip.a lib64/libspttseng.a lib64/libsqlsrv32.a lib64/libsqlxmlx.a lib64/libsrchctls.a \ - lib64/libsrchui.a lib64/libsrclient.a lib64/libsrrstr.a lib64/libsrsvc.a lib64/libsrvsvc.a \ - lib64/libssdpapi.a lib64/libssdpsrv.a lib64/libssinc.a lib64/libsstub.a lib64/libstaxmem.a \ - lib64/libstclient.a lib64/libstdprov.a lib64/libsti_ci.a lib64/libsti.a lib64/libstobject.a \ - lib64/libstorprop.a lib64/libstreamci.a lib64/libstrmfilt.a lib64/libsvcext.a lib64/libsvcpack.a \ - lib64/libswprv.a lib64/libsxs.a lib64/libsynceng.a lib64/libsyncui.a lib64/libsysinv.a \ - lib64/libsysmod.a lib64/libsyssetup.a lib64/libt2embed.a lib64/libtapi32.a lib64/libtapi3.a \ - lib64/libtapiperf.a lib64/libtapisrv.a lib64/libtcpmib.a lib64/libtcpmon.a lib64/libtcpmonui.a \ - lib64/libtermmgr.a lib64/libtermsrv.a lib64/libthawbrkr.a lib64/libthemeui.a lib64/libtlntsvrp.a \ - lib64/libtraffic.a lib64/libtrialoc.a lib64/libtrkwks.a lib64/libtsappcmp.a lib64/libtsbyuv.a \ - lib64/libtscfgwmi.a lib64/libtsd32.a lib64/libtshoot.a lib64/libtsoc.a lib64/libtwext.a \ - lib64/libtxflog.a lib64/libudhisapi.a lib64/libufat.a lib64/libuihelper.a lib64/libulib.a \ - lib64/libumandlg.a lib64/libumdmxfrm.a lib64/libumpnpmgr.a lib64/libUNIDRV.a lib64/libUNIDRVUI.a \ - lib64/libuniime.a lib64/libunimdmat.a lib64/libuniplat.a lib64/libuntfs.a lib64/libupnp.a \ - lib64/libupnphost.a lib64/libupnpui.a lib64/libureg.a lib64/liburlauth.a lib64/liburl.a \ - lib64/liburlmon.a lib64/libusbmon.a lib64/libusbcamd2.a lib64/libusbd.a lib64/libusbport.a \ - lib64/libuser32.a lib64/libuserenv.a lib64/libusp10.a lib64/libutildll.a lib64/libuxtheme.a \ - lib64/libvbscript.a lib64/libvdsbas.a lib64/libvdsdyndr.a lib64/libvds_ps.a lib64/libvdsutil.a \ - lib64/libvdswmi.a lib64/libverifier.a lib64/libversion.a lib64/libvgx.a lib64/libviewprov.a \ - lib64/libvmx_mode.a lib64/libvssapi.a lib64/libvss_ps.a lib64/libvsswmi.a lib64/libw32time.a \ - lib64/libw32topl.a lib64/libw3cache.a lib64/libw3comlog.a lib64/libw3core.a lib64/libw3ctrlps.a \ - lib64/libw3ctrs.a lib64/libw3dt.a lib64/libw3ext.a lib64/libw3isapi.a lib64/libw3ssl.a \ - lib64/libw3tp.a lib64/libwab32.a lib64/libwabimp.a lib64/libwamreg.a lib64/libwamregps.a \ - lib64/libwbemcore.a lib64/libwbemupgd.a lib64/libwdigest.a lib64/libwdmaud.a lib64/libwebcheck.a \ - lib64/libwebclnt.a lib64/libwebhits.a lib64/libwiadss.a lib64/libwiarpc.a lib64/libwiaservc.a \ - lib64/libwiashext.a lib64/libwin32spl.a lib64/libwinfax.a lib64/libwininet.a lib64/libwinipsec.a \ - lib64/libwinmm.a lib64/libwinrnr.a lib64/libwinscard.a lib64/libwinspool.a lib64/libwinsrv.a \ - lib64/libwinsta.a lib64/libwintrust.a lib64/libwkssvc.a lib64/libwldap32.a lib64/libwlnotify.a \ - lib64/libwlstore.a lib64/libwmi2xml.a lib64/libwmiaprpl.a lib64/libwmi.a lib64/libwmilib.a \ - lib64/libwmiprop.a \ - lib64/libwmisvc.a lib64/libwow64cpu.a lib64/libwow64.a lib64/libwow64mib.a lib64/libwow64win.a \ - lib64/libwpd_ci.a lib64/libws2help.a lib64/libwscsvc.a lib64/libwshatm.a lib64/libwshbth.a \ - lib64/libwshcon.a lib64/libwsock32.a lib64/libzoneoc.a lib64/libnormaliz.a \ - \ - lib64/libclfsw32.a \ - lib64/libdwmapi.a lib64/libntoskrnl.a lib64/libuxtheme.a \ - lib64/libwtsapi32.a \ - lib64/libbcrypt.a lib64/libbthprops.a lib64/libdhcpcsvc6.a lib64/libdxva2.a lib64/libeappcfg.a \ - lib64/libeappgnui.a lib64/libeapphost.a lib64/libeappprxy.a lib64/libevr.a lib64/libiscsidsc.a \ - lib64/libktmw32.a lib64/libmf.a lib64/libmfplat.a lib64/libmsdrm.a lib64/libncrypt.a \ - lib64/libwecapi.a lib64/libwevtapi.a lib64/libwevtfwd.a lib64/libqutil.a lib64/libconnect.a \ - lib64/libfwpuclnt.a lib64/libndfapi.a lib64/libp2p.a lib64/libp2pcollab.a lib64/libp2pgraph.a \ - lib64/libwdstptc.a lib64/libcscapi.a lib64/librstrmgr.a lib64/libqwave.a lib64/libwsdapi.a \ - lib64/libvfw32.a \ - lib64/libks.a lib64/librpcdiag.a lib64/librpchttp.a lib64/libresutil.a lib64/libslwga.a \ - lib64/libslc.a lib64/libslcext.a lib64/libvsstrace.a lib64/libmsctfmonitor.a lib64/libtbs.a \ - lib64/libtdh.a lib64/libtxfw32.a lib64/libwlanui.a lib64/libwlanapi.a lib64/libwlanutil.a \ - lib64/libwer.a lib64/libndis.a lib64/libd2d1.a lib64/libwdscsl.a lib64/libpcwum.a \ - lib64/libwdscore.a lib64/libcryptsp.a lib64/libwdsclient.a lib64/libwdsupgcompl.a lib64/libwdsclientapi.a \ - lib64/libwdsutil.a lib64/libwdsimage.a lib64/libvirtdisk.a \ - \ - lib64/libcryptxml.a lib64/libsspicli.a \ - \ - lib64/libd3dcompiler_33.a lib64/libd3dcompiler_34.a lib64/libd3dcompiler_35.a \ - lib64/libd3dcompiler_36.a lib64/libd3dcompiler_37.a lib64/libd3dcompiler_38.a \ - lib64/libd3dcompiler_39.a lib64/libd3dcompiler_40.a lib64/libd3dcompiler_41.a \ - lib64/libd3dcompiler_42.a lib64/libd3dcompiler_43.a lib64/libd3dcsxd_43.a \ - lib64/libd3dx10_33.a lib64/libd3dx10_34.a lib64/libd3dx10_35.a \ - lib64/libd3dx10_36.a lib64/libd3dx10_37.a lib64/libd3dx10_38.a \ - lib64/libd3dx10_39.a lib64/libd3dx10_40.a lib64/libd3dx10_41.a \ - lib64/libd3dx10_42.a lib64/libd3dx10_43.a lib64/libd3dx11_42.a \ - lib64/libd3dx11_43.a lib64/libd3dx9_24.a lib64/libd3dx9_25.a \ - lib64/libd3dx9_26.a lib64/libd3dx9_27.a lib64/libd3dx9_28.a \ - lib64/libd3dx9_29.a lib64/libd3dx9_30.a lib64/libd3dx9_31.a \ - lib64/libd3dx9_32.a lib64/libd3dx9_33.a lib64/libd3dx9_34.a \ - lib64/libd3dx9_35.a lib64/libd3dx9_36.a lib64/libd3dx9_37.a \ - lib64/libd3dx9_38.a lib64/libd3dx9_39.a lib64/libd3dx9_40.a \ - lib64/libd3dx9_41.a lib64/libd3dx9_42.a lib64/libd3dx9_43.a \ - lib64/libdwrite.a lib64/libdxgi.a lib64/libx3daudio1_2.a \ - lib64/libx3daudio1_3.a lib64/libx3daudio1_4.a lib64/libx3daudio1_5.a \ - lib64/libx3daudio1_6.a lib64/libx3daudio1_7.a lib64/libx3daudiod1_7.a \ - lib64/libxapofx1_0.a lib64/libxapofx1_1.a lib64/libxapofx1_2.a \ - lib64/libxapofx1_3.a lib64/libxapofx1_4.a lib64/libxapofx1_5.a \ - lib64/libxapofxd1_5.a lib64/libxinput1_1.a lib64/libxinput1_2.a \ - lib64/libxinput1_3.a lib64/libxinput1_4.a lib64/libxinput9_1_0.a \ - lib64/libxaudio2_8.a lib64/libd3dcompiler_46.a lib64/libd3dcsx_46.a \ - lib64/libd3d11.a lib64/libd3dcompiler_47.a \ - lib64/libwinhttp.a \ - lib64/libruntimeobject.a +include lib64/Makefile.am if !W32API -lib64_DATA += lib64/libmsvcp60.a lib64/libmsvcr80.a lib64/libmsvcr90.a lib64/libmsvcr100.a lib64/libmsvcr90d.a lib64/libmsvcr110.a lib64/libmsvcr120.a lib64/libmsvcr120d.a lib64/libcrtdll.a -endif +lib64_DATA += lib64/libmsvcp60.a lib64/libmsvcp120_app.a -lib64/libcrtdll.a lib64/libmsvcr80.a: lib64/lib%.a: lib64/%.def - $(DTDEF64) $< --dllname $*.dll +lib64_LIBRARIES += lib64/libcrtdll.a +lib64_libcrtdll_a_SOURCES = $(src_msvcrt_common) +lib64_libcrtdll_a_AR = $(DTDEF64) $(top_srcdir)/lib64/crtdll.def && $(AR) $(ARFLAGS) +lib64_libcrtdll_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +lib64_LIBRARIES += lib64/libmsvcr80.a +lib64_libmsvcr80_a_SOURCES = $(src_msvcr80_64) lib64/msvcr80.def.in +lib64_libmsvcr80_a_AR = $(DTDEF64) lib64/msvcr80.def && $(AR) $(ARFLAGS) +lib64_libmsvcr80_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr80_a_DEPENDENCIES=lib64/msvcr80.def + +lib64_LIBRARIES += lib64/libmsvcr90.a +lib64_libmsvcr90_a_SOURCES = $(src_msvcrt_common) lib64/msvcr90.def.in +lib64_libmsvcr90_a_AR = $(DTDEF64) lib64/msvcr90.def && $(AR) $(ARFLAGS) +lib64_libmsvcr90_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr90_a_DEPENDENCIES=lib64/msvcr90.def + +lib64_LIBRARIES += lib64/libmsvcr90d.a +lib64_libmsvcr90d_a_SOURCES = $(src_msvcrt_common) lib64/msvcr90d.def.in +lib64_libmsvcr90d_a_AR = $(DTDEF64) lib64/msvcr90d.def && $(AR) $(ARFLAGS) +lib64_libmsvcr90d_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr90d_a_DEPENDENCIES=lib64/msvcr90d.def + +lib64_LIBRARIES += lib64/libmsvcr100.a +lib64_libmsvcr100_a_SOURCES = $(src_msvcrt_common) lib64/msvcr100.def.in +lib64_libmsvcr100_a_AR = $(DTDEF64) lib64/msvcr100.def && $(AR) $(ARFLAGS) +lib64_libmsvcr100_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr100_a_DEPENDENCIES=lib64/msvcr100.def + +lib64_LIBRARIES += lib64/libmsvcr110.a +lib64_libmsvcr110_a_SOURCES = $(src_msvcrt_common) lib64/msvcr110.def.in +lib64_libmsvcr110_a_AR = $(DTDEF64) lib64/msvcr110.def && $(AR) $(ARFLAGS) +lib64_libmsvcr110_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr110_a_DEPENDENCIES=lib64/msvcr110.def + +lib64_LIBRARIES += lib64/libmsvcr120.a +lib64_libmsvcr120_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120.def.in +lib64_libmsvcr120_a_AR = $(DTDEF64) lib64/msvcr120.def && $(AR) $(ARFLAGS) +lib64_libmsvcr120_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr120_a_DEPENDENCIES=lib64/msvcr120.def + +lib64_LIBRARIES += lib64/libmsvcr120d.a +lib64_libmsvcr120d_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120d.def.in +lib64_libmsvcr120d_a_AR = $(DTDEF64) lib64/msvcr120d.def && $(AR) $(ARFLAGS) +lib64_libmsvcr120d_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr120d_a_DEPENDENCIES=lib64/msvcr120d.def + +lib64_LIBRARIES += lib64/libmsvcr120_app.a +lib64_libmsvcr120_app_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120_app.def.in +lib64_libmsvcr120_app_a_AR = $(DTDEF64) lib64/msvcr120_app.def && $(AR) $(ARFLAGS) +lib64_libmsvcr120_app_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libmsvcr120_app_a_DEPENDENCIES=lib64/msvcr120_app.def + +lib64_LIBRARIES += lib64/libucrtbase.a +lib64_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +lib64_libucrtbase_a_AR = $(DTDEF64) lib64/ucrtbase.def && $(AR) $(ARFLAGS) +lib64_libucrtbase_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_lib64_libucrtbase_a_DEPENDENCIES=lib64/ucrtbase.def + +lib64_LIBRARIES += lib64/libucrt.a +noinst_LIBRARIES += lib64/libucrt_extra.a +lib64_libucrt_extra_a_SOURCES = $(src_ucrtbase) +lib64_libucrt_extra_a_CPPFLAGS=$(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +lib64_DATA += lib64/libvcruntime140_app.a +endif lib64/lib%.a: lib64/%.def $(DTDEF64) $< +lib64/lib%.a: lib-common/%.def + $(DTDEF64) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -1140,6 +1141,53 @@ $(AR) -M < $< $(RANLIB) $@ +lib64/libruntimeobject.a: lib64/runtimeobject.mri lib64/libapi-ms-win-core-winrt-string-l1-1-0.a lib64/libapi-ms-win-core-winrt-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib64/libsynchronization.a: lib64/synchronization.mri lib64/libapi-ms-win-core-synch-l1-2-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib64/libwindowsapp.a: lib64/windowsapp.mri lib64/libapi-ms-win-core-com-l1-1-1.a lib64/libapi-ms-win-core-com-l2-1-1.a \ + lib64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a lib64/libapi-ms-win-core-datetime-l1-1-1.a lib64/libapi-ms-win-core-datetime-l1-1-2.a \ + lib64/libapi-ms-win-core-debug-l1-1-1.a lib64/libapi-ms-win-core-delayload-l1-1-1.a lib64/libapi-ms-win-core-errorhandling-l1-1-1.a \ + lib64/libapi-ms-win-core-errorhandling-l1-1-3.a lib64/libapi-ms-win-core-fibers-l1-1-1.a lib64/libapi-ms-win-core-fibers-l2-1-1.a \ + lib64/libapi-ms-win-core-file-ansi-l2-1-0.a lib64/libapi-ms-win-core-file-l1-2-1.a lib64/libapi-ms-win-core-file-l2-1-1.a \ + lib64/libapi-ms-win-core-handle-l1-1-0.a lib64/libapi-ms-win-core-heap-l1-2-0.a lib64/libapi-ms-win-core-interlocked-l1-2-0.a \ + lib64/libapi-ms-win-core-io-l1-1-1.a lib64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a lib64/libapi-ms-win-core-largeinteger-l1-1-0.a \ + lib64/libapi-ms-win-core-libraryloader-l1-2-0.a lib64/libapi-ms-win-core-libraryloader-l2-1-0.a lib64/libapi-ms-win-core-localization-ansi-l1-1-0.a \ + lib64/libapi-ms-win-core-localization-l1-2-1.a lib64/libapi-ms-win-core-localization-l1-2-2.a lib64/libapi-ms-win-core-localization-l2-1-0.a \ + lib64/libapi-ms-win-core-memory-l1-1-2.a lib64/libapi-ms-win-core-memory-l1-1-3.a lib64/libapi-ms-win-core-normalization-l1-1-0.a \ + lib64/libapi-ms-win-core-processenvironment-l1-2-0.a lib64/libapi-ms-win-core-processthreads-l1-1-2.a lib64/libapi-ms-win-core-processthreads-l1-1-3.a \ + lib64/libapi-ms-win-core-profile-l1-1-0.a lib64/libapi-ms-win-core-realtime-l1-1-0.a lib64/libapi-ms-win-core-realtime-l1-1-1.a \ + lib64/libapi-ms-win-core-rtlsupport-l1-2-0.a lib64/libapi-ms-win-core-string-l1-1-0.a lib64/libapi-ms-win-core-synch-ansi-l1-1-0.a \ + lib64/libapi-ms-win-core-synch-l1-2-0.a lib64/libapi-ms-win-core-synch-l1-2-1.a lib64/libapi-ms-win-core-sysinfo-l1-2-1.a \ + lib64/libapi-ms-win-core-sysinfo-l1-2-3.a lib64/libapi-ms-win-core-threadpool-l1-2-0.a lib64/libapi-ms-win-core-timezone-l1-1-0.a \ + lib64/libapi-ms-win-core-util-l1-1-0.a lib64/libapi-ms-win-core-windowsceip-l1-1-0.a lib64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ + lib64/libapi-ms-win-core-winrt-error-l1-1-1.a lib64/libapi-ms-win-core-winrt-l1-1-0.a lib64/libapi-ms-win-core-winrt-registration-l1-1-0.a \ + lib64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a lib64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a lib64/libapi-ms-win-core-winrt-string-l1-1-0.a \ + lib64/libapi-ms-win-core-xstate-l2-1-0.a lib64/libapi-ms-win-eventing-classicprovider-l1-1-0.a lib64/libapi-ms-win-eventing-consumer-l1-1-0.a \ + lib64/libapi-ms-win-eventing-controller-l1-1-0.a lib64/libapi-ms-win-eventing-legacy-l1-1-0.a lib64/libapi-ms-win-eventing-provider-l1-1-0.a \ + lib64/libapi-ms-win-gaming-tcui-l1-1-0.a lib64/libapi-ms-win-ro-typeresolution-l1-1-0.a lib64/libapi-ms-win-security-cryptoapi-l1-1-0.a \ + lib64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +lib64/libucrt.a: lib64/ucrt.mri lib64/libucrt_extra.a \ + lib64/libapi-ms-win-crt-conio-l1-1-0.a lib64/libapi-ms-win-crt-convert-l1-1-0.a lib64/libapi-ms-win-crt-environment-l1-1-0.a \ + lib64/libapi-ms-win-crt-filesystem-l1-1-0.a lib64/libapi-ms-win-crt-heap-l1-1-0.a lib64/libapi-ms-win-crt-locale-l1-1-0.a \ + lib64/libapi-ms-win-crt-math-l1-1-0.a lib64/libapi-ms-win-crt-multibyte-l1-1-0.a lib64/libapi-ms-win-crt-private-l1-1-0.a \ + lib64/libapi-ms-win-crt-process-l1-1-0.a lib64/libapi-ms-win-crt-runtime-l1-1-0.a lib64/libapi-ms-win-crt-stdio-l1-1-0.a \ + lib64/libapi-ms-win-crt-string-l1-1-0.a lib64/libapi-ms-win-crt-time-l1-1-0.a lib64/libapi-ms-win-crt-utility-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + dx64_DATA = dx64_DATA += lib64/libxinput.a dx64_DATA += lib64/libxapofx.a @@ -1225,21 +1273,27 @@ test.c libarm32_LIBRARIES = libarm32/libkernel32.a -libarm32_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm32) -libarm32_libkernel32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm32) lib-common/kernel32.def.in +libarm32_libkernel32_a_AR = $(DTDEFARM32) libarm32/kernel32.def && $(AR) $(ARFLAGS) libarm32_libkernel32_a_CPPFLAGS=$(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) +EXTRA_libarm32_libkernel32_a_DEPENDENCIES=libarm32/kernel32.def +libarm32_DATA = if !W32API -libarm32_LIBRARIES += libarm32/libmsvcrt.a -libarm32_libmsvcrt_a_SOURCES = $(src_msvcrt32) -libarm32_libmsvcrt_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -libarm32_libmsvcrt_a_CPPFLAGS=$(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -EXTRA_libarm32_libmsvcrt_a_DEPENDENCIES=libarm32/msvcrt.def +libarm32_DATA += libarm32/libmsvcrt.a +libarm32/libmsvcrt.a: libarm32/@MSVCRT_LIB@ + cp $< $@ + +libarm32_LIBRARIES += libarm32/libmsvcrt-os.a +libarm32_libmsvcrt_os_a_SOURCES = $(src_msvcrtarm32) lib-common/msvcrt.def.in +libarm32_libmsvcrt_os_a_AR = $(DTDEFARM32) libarm32/msvcrt.def && $(AR) $(ARFLAGS) +libarm32_libmsvcrt_os_a_CPPFLAGS=$(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_libarm32_libmsvcrt_os_a_DEPENDENCIES=libarm32/msvcrt.def endif libarm32_LIBRARIES += libarm32/libshell32.a libarm32_libshell32_a_SOURCES = $(src_libshell32) -libarm32_libshell32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libshell32_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) libarm32_libshell32_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) libarm32_LIBRARIES += libarm32/libdmoguids.a @@ -1269,6 +1323,7 @@ libarm32_LIBRARIES += libarm32/libwindowscodecs.a libarm32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) libarm32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +libarm32_libwindowscodecs_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) libarm32_LIBRARIES += libarm32/libwbemuuid.a libarm32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) @@ -1281,7 +1336,7 @@ libarm32_LIBRARIES += libarm32/libksuser.a libarm32_libksuser_a_SOURCES = $(src_libksuser) libarm32_libksuser_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -libarm32_libksuser_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libksuser_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) libarm32_LIBRARIES += libarm32/libksguid.a libarm32_libksguid_a_SOURCES = $(src_libksguid) @@ -1323,12 +1378,13 @@ libarm32_LIBRARIES += libarm32/libgdiplus.a libarm32_libgdiplus_a_SOURCES = $(src_libgdiplus) libarm32_libgdiplus_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -libarm32_libgdiplus_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libgdiplus_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) libarm32_LIBRARIES += libarm32/libws2_32.a -libarm32_libws2_32_a_SOURCES = $(src_libws2_32) +libarm32_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/libws2_32.def.in libarm32_libws2_32_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -libarm32_libws2_32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libws2_32_a_AR = $(DTDEFARM32) libarm32/ws2_32.def && $(AR) $(ARFLAGS) +EXTRA_libarm32_libws2_32_a_DEPENDENCIES=libarm32/ws2_32.def if !W32API libarm32_LIBRARIES += libarm32/libdelayimp.a @@ -1365,24 +1421,44 @@ libarm32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) libarm32_libmingwthrd_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -processed_defs += libarm32/msvcrt.def libarm32/msvcr80.def libarm32/msvcr90.def libarm32/msvcr90d.def libarm32/msvcr100.def libarm32/msvcr110.def +processed_defs += libarm32/msvcrt.def libarm32/msvcr80.def libarm32/msvcr90.def libarm32/msvcr90d.def libarm32/msvcr100.def libarm32/msvcr110.def libarm32/ucrtbase.def \ + libarm32/advapi32.def libarm32/clbcatq.def libarm32/kernel32.def libarm32/ole32.def libarm32/oleaut32.def \ + libarm32/user32.def libarm32/ws2_32.def \ + libarm32/api-ms-win-crt-math-l1-1-0.def libarm32/api-ms-win-crt-private-l1-1-0.def libarm32/api-ms-win-crt-runtime-l1-1-0.def \ + libarm32/vcruntime140_app.def endif include libarm32/Makefile.am if !W32API -libarm32_DATA += libarm32/libmsvcp60.a libarm32/libmsvcr110.a -endif +libarm32_DATA += libarm32/libmsvcp60.a -# combine these two rules with the ones for lib64 -# Use two patterns, one for 32/64 in libarm32/ and lib64/ -libarm32/libcrtdll.a libarm32/libmsvcr80.a: libarm32/lib%.a: libarm32/%.def - $(DTDEFARM32) $< --dllname $*.dll +libarm32_LIBRARIES += libarm32/libmsvcr110.a +libarm32_libmsvcr110_a_SOURCES = $(src_msvcrt_common) +libarm32_libmsvcr110_a_AR = $(DTDEFARM32) $(top_srcdir)/libarm32/msvcr110.def && $(AR) $(ARFLAGS) +libarm32_libmsvcr110_a_CPPFLAGS=$(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +libarm32_LIBRARIES += libarm32/libucrtbase.a +libarm32_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +libarm32_libucrtbase_a_AR = $(DTDEFARM32) libarm32/ucrtbase.def && $(AR) $(ARFLAGS) +libarm32_libucrtbase_a_CPPFLAGS=$(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_libarm32_libucrtbase_a_DEPENDENCIES=libarm32/ucrtbase.def + +libarm32_LIBRARIES += libarm32/libucrt.a +noinst_LIBRARIES += libarm32/libucrt_extra.a +libarm32_libucrt_extra_a_SOURCES = $(src_ucrtbase) +libarm32_libucrt_extra_a_CPPFLAGS=$(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +libarm32_DATA += libarm32/libvcruntime140_app.a +endif libarm32/lib%.a: libarm32/%.def $(DTDEFARM32) $< +libarm32/lib%.a: lib-common/%.def + $(DTDEFARM32) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -1392,21 +1468,450 @@ $(AR) -M < $< $(RANLIB) $@ +libarm32/libruntimeobject.a: libarm32/runtimeobject.mri libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a libarm32/libapi-ms-win-core-winrt-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm32/libsynchronization.a: libarm32/synchronization.mri libarm32/libapi-ms-win-core-synch-l1-2-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm32/libwindowsapp.a: libarm32/windowsapp.mri libarm32/libapi-ms-win-core-com-l1-1-1.a libarm32/libapi-ms-win-core-com-l2-1-1.a \ + libarm32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a libarm32/libapi-ms-win-core-datetime-l1-1-1.a libarm32/libapi-ms-win-core-datetime-l1-1-2.a \ + libarm32/libapi-ms-win-core-debug-l1-1-1.a libarm32/libapi-ms-win-core-delayload-l1-1-1.a libarm32/libapi-ms-win-core-errorhandling-l1-1-1.a \ + libarm32/libapi-ms-win-core-errorhandling-l1-1-3.a libarm32/libapi-ms-win-core-fibers-l1-1-1.a libarm32/libapi-ms-win-core-fibers-l2-1-1.a \ + libarm32/libapi-ms-win-core-file-ansi-l2-1-0.a libarm32/libapi-ms-win-core-file-l1-2-1.a libarm32/libapi-ms-win-core-file-l2-1-1.a \ + libarm32/libapi-ms-win-core-handle-l1-1-0.a libarm32/libapi-ms-win-core-heap-l1-2-0.a libarm32/libapi-ms-win-core-interlocked-l1-2-0.a \ + libarm32/libapi-ms-win-core-io-l1-1-1.a libarm32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a libarm32/libapi-ms-win-core-largeinteger-l1-1-0.a \ + libarm32/libapi-ms-win-core-libraryloader-l1-2-0.a libarm32/libapi-ms-win-core-libraryloader-l2-1-0.a libarm32/libapi-ms-win-core-localization-ansi-l1-1-0.a \ + libarm32/libapi-ms-win-core-localization-l1-2-1.a libarm32/libapi-ms-win-core-localization-l1-2-2.a libarm32/libapi-ms-win-core-localization-l2-1-0.a \ + libarm32/libapi-ms-win-core-memory-l1-1-2.a libarm32/libapi-ms-win-core-memory-l1-1-3.a libarm32/libapi-ms-win-core-normalization-l1-1-0.a \ + libarm32/libapi-ms-win-core-processenvironment-l1-2-0.a libarm32/libapi-ms-win-core-processthreads-l1-1-2.a libarm32/libapi-ms-win-core-processthreads-l1-1-3.a \ + libarm32/libapi-ms-win-core-profile-l1-1-0.a libarm32/libapi-ms-win-core-realtime-l1-1-0.a libarm32/libapi-ms-win-core-realtime-l1-1-1.a \ + libarm32/libapi-ms-win-core-rtlsupport-l1-2-0.a libarm32/libapi-ms-win-core-string-l1-1-0.a libarm32/libapi-ms-win-core-synch-ansi-l1-1-0.a \ + libarm32/libapi-ms-win-core-synch-l1-2-0.a libarm32/libapi-ms-win-core-synch-l1-2-1.a libarm32/libapi-ms-win-core-sysinfo-l1-2-1.a \ + libarm32/libapi-ms-win-core-sysinfo-l1-2-3.a libarm32/libapi-ms-win-core-threadpool-l1-2-0.a libarm32/libapi-ms-win-core-timezone-l1-1-0.a \ + libarm32/libapi-ms-win-core-util-l1-1-0.a libarm32/libapi-ms-win-core-windowsceip-l1-1-0.a libarm32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ + libarm32/libapi-ms-win-core-winrt-error-l1-1-1.a libarm32/libapi-ms-win-core-winrt-l1-1-0.a libarm32/libapi-ms-win-core-winrt-registration-l1-1-0.a \ + libarm32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a libarm32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a \ + libarm32/libapi-ms-win-core-xstate-l2-1-0.a libarm32/libapi-ms-win-eventing-classicprovider-l1-1-0.a libarm32/libapi-ms-win-eventing-consumer-l1-1-0.a \ + libarm32/libapi-ms-win-eventing-controller-l1-1-0.a libarm32/libapi-ms-win-eventing-legacy-l1-1-0.a libarm32/libapi-ms-win-eventing-provider-l1-1-0.a \ + libarm32/libapi-ms-win-gaming-tcui-l1-1-0.a libarm32/libapi-ms-win-ro-typeresolution-l1-1-0.a libarm32/libapi-ms-win-security-cryptoapi-l1-1-0.a \ + libarm32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm32/libucrt.a: libarm32/ucrt.mri libarm32/libucrt_extra.a \ + libarm32/libapi-ms-win-crt-conio-l1-1-0.a libarm32/libapi-ms-win-crt-convert-l1-1-0.a libarm32/libapi-ms-win-crt-environment-l1-1-0.a \ + libarm32/libapi-ms-win-crt-filesystem-l1-1-0.a libarm32/libapi-ms-win-crt-heap-l1-1-0.a libarm32/libapi-ms-win-crt-locale-l1-1-0.a \ + libarm32/libapi-ms-win-crt-math-l1-1-0.a libarm32/libapi-ms-win-crt-multibyte-l1-1-0.a libarm32/libapi-ms-win-crt-private-l1-1-0.a \ + libarm32/libapi-ms-win-crt-process-l1-1-0.a libarm32/libapi-ms-win-crt-runtime-l1-1-0.a libarm32/libapi-ms-win-crt-stdio-l1-1-0.a \ + libarm32/libapi-ms-win-crt-string-l1-1-0.a libarm32/libapi-ms-win-crt-time-l1-1-0.a libarm32/libapi-ms-win-crt-utility-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + dx32_DATA = dx32_DATA += libarm32/libxinput.a dx32_DATA += libarm32/libd3dcompiler.a +libarm32_DATA += libarm32/libruntimeobject.a libarm32/libsynchronization.a -libarm32/libxinput.a: libarm32/xinput1_4.def +libarm32/libxinput.a: lib-common/xinput1_4.def $(DTDEFARM32) $< -libarm32/libd3dcompiler.a: libarm32/d3dcompiler_47.def +libarm32/libd3dcompiler.a: lib-common/d3dcompiler_47.def $(DTDEFARM32) $< endif # End ARM 32-bit runtime # ########## +if LIBARM64 +######### +# Compiling ARM 64-bit runtime +# + +libarm64dir=$(prefix)/@LIBARM64SUFFIXDIR@ +crt64dir=$(libarm64dir) +winrt64dir=$(libarm64dir) +dx64dir=$(libarm64dir) + +if !W32API +crt64_DATA = \ + libarm64/crt1.o libarm64/crt2.o libarm64/crt1u.o libarm64/crt2u.o libarm64/dllcrt1.o libarm64/dllcrt2.o \ + libarm64/CRT_fp8.o libarm64/CRT_fp10.o libarm64/txtmode.o libarm64/binmode.o libarm64/crtbegin.o libarm64/crtend.o \ + libarm64/gcrt0.o libarm64/gcrt1.o libarm64/gcrt2.o libarm64/CRT_glob.o libarm64/CRT_noglob.o +else +crt64_DATA = +endif + +COMPILE64=$(COMPILE) $(CPPFLAGSARM64) $(extra_include) -D_SYSCRT=1 -DCRTDLL=1 +libarm64/crt1.o: crt/crtexe.c + $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +libarm64/crt2.o: crt/crtexe.c + $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ +libarm64/crt1u.o: crt/ucrtexe.c + $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +libarm64/crt2u.o: crt/ucrtexe.c + $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ +libarm64/dllcrt1.o: crt/crtdll.c + $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +libarm64/dllcrt2.o: crt/crtdll.c + $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ + +libarm64/gcrt0.o: profile/gcrt0.c + $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ +libarm64/gcrt1.o: profile/gcrt0.c + $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ -U__MSVCRT__ +libarm64/gcrt2.o: profile/gcrt0.c + $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ -D__MSVCRT__ + +libarm64/%.o: crt/%.c + $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ + +# These source files aren't compiled in to any library yet. I'm not sure how / where to do so. +# The source files that I did compile somewhere I just guessed at anyway. +# + +temp= \ +dxerr.c \ +test.c + +libarm64_LIBRARIES = libarm64/libkernel32.a +libarm64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm64) lib-common/kernel32.def.in +libarm64_libkernel32_a_AR = $(DTDEFARM64) libarm64/kernel32.def && $(AR) $(ARFLAGS) +libarm64_libkernel32_a_CPPFLAGS=$(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +EXTRA_libarm64_libkernel32_a_DEPENDENCIES=libarm64/kernel32.def + +libarm64_DATA = +if !W32API +libarm64_DATA += libarm64/libmsvcrt.a +libarm64/libmsvcrt.a: libarm64/@MSVCRT_LIB@ + cp $< $@ + +libarm64_LIBRARIES += libarm64/libmsvcrt-os.a +libarm64_libmsvcrt_os_a_SOURCES = $(src_msvcrtarm64) lib-common/msvcrt.def.in +libarm64_libmsvcrt_os_a_AR = $(DTDEFARM64) libarm64/msvcrt.def && $(AR) $(ARFLAGS) +libarm64_libmsvcrt_os_a_CPPFLAGS=$(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_libarm64_libmsvcrt_os_a_DEPENDENCIES=libarm64/msvcrt.def +endif + +libarm64_LIBRARIES += libarm64/libshell32.a +libarm64_libshell32_a_SOURCES = $(src_libshell32) +libarm64_libshell32_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) +libarm64_libshell32_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libdmoguids.a +libarm64_libdmoguids_a_SOURCES = $(src_libdmoguids) +libarm64_libdmoguids_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libdxerr8.a +libarm64_libdxerr8_a_SOURCES = $(src_libdxerr8) +libarm64_libdxerr8_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libdxerr9.a +libarm64_libdxerr9_a_SOURCES = $(src_libdxerr9) +libarm64_libdxerr9_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libmfuuid.a +libarm64_libmfuuid_a_SOURCES = $(src_libmfuuid) +libarm64_libmfuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libamstrmid.a +libarm64_libamstrmid_a_SOURCES = $(src_libamstrmid) +libarm64_libamstrmid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libwmcodecdspuuid.a +libarm64_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) +libarm64_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libwindowscodecs.a +libarm64_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) +libarm64_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +libarm64_libwindowscodecs_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) + +libarm64_LIBRARIES += libarm64/libwbemuuid.a +libarm64_libwbemuuid_a_SOURCES = $(src_libwbemuuid) +libarm64_libwbemuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libdxguid.a +libarm64_libdxguid_a_SOURCES = $(src_libdxguid) +libarm64_libdxguid_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libksuser.a +libarm64_libksuser_a_SOURCES = $(src_libksuser) +libarm64_libksuser_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) +libarm64_libksuser_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) + +libarm64_LIBRARIES += libarm64/libksguid.a +libarm64_libksguid_a_SOURCES = $(src_libksguid) +libarm64_libksguid_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/liblocationapi.a +libarm64_liblocationapi_a_SOURCES = $(src_liblocationapi) +libarm64_liblocationapi_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libsensorsapi.a +libarm64_libsensorsapi_a_SOURCES = $(src_libsensorsapi) +libarm64_libsensorsapi_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libsapi.a +libarm64_libsapi_a_SOURCES = $(src_libsapi) +libarm64_libsapi_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libportabledeviceguids.a +libarm64_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) +libarm64_libportabledeviceguids_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libscrnsave.a +libarm64_libscrnsave_a_SOURCES = $(src_libscrnsave) +libarm64_libscrnsave_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libscrnsavw.a +libarm64_libscrnsavw_a_SOURCES = $(src_libscrnsavw) +libarm64_libscrnsavw_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) +libarm64_libscrnsavw_a_CFLAGS = -DUNICODE + +libarm64_LIBRARIES += libarm64/libstrmiids.a +libarm64_libstrmiids_a_SOURCES = $(src_libstrmiids) +libarm64_libstrmiids_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libuuid.a +libarm64_libuuid_a_SOURCES = $(src_libuuid) +libarm64_libuuid_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libgdiplus.a +libarm64_libgdiplus_a_SOURCES = $(src_libgdiplus) +libarm64_libgdiplus_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) +libarm64_libgdiplus_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) + +libarm64_LIBRARIES += libarm64/libws2_32.a +libarm64_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/libws2_32.def.in +libarm64_libws2_32_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) +libarm64_libws2_32_a_AR = $(DTDEFARM64) libarm64/ws2_32.def && $(AR) $(ARFLAGS) +EXTRA_libarm64_libws2_32_a_DEPENDENCIES=libarm64/ws2_32.def + +if !W32API +libarm64_LIBRARIES += libarm64/libdelayimp.a +libarm64_libdelayimp_a_SOURCES = + +libarm64_LIBRARIES += libarm64/libm.a +nodist_libarm64_libm_a_SOURCES = $(src_libm) +libarm64_libm_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +#libarm64_LIBRARIES += libarm64/libgmon.a +#libarm64_libgmon_a_SOURCES = profile/mcount.c \ +# profile/profil.h profile/profil.c \ +# profile/gmon.h profile/gmon.c \ +# profile/mcountFunc.S +#libarm64_libgmon_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/liblargeint.a +libarm64_liblargeint_a_SOURCES = $(src_liblargeint) +libarm64_liblargeint_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +libarm64_LIBRARIES += libarm64/libmingw32.a +libarm64_libmingw32_a_CPPFLAGS=$(CPPFLAGSARM64) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) +libarm64_libmingw32_a_SOURCES = $(src_libmingw32) + +libarm64_LIBRARIES += libarm64/libmingwex.a +libarm64_libmingwex_a_CPPFLAGS=$(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +libarm64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm64) $(src_dfp_math) + +libarm64_LIBRARIES += libarm64/libmoldname.a +libarm64_libmoldname_a_CPPFLAGS=$(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +libarm64_libmoldname_a_SOURCES = $(src_libm) + +libarm64_LIBRARIES += libarm64/libmingwthrd.a +libarm64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) +libarm64_libmingwthrd_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) + +processed_defs += libarm64/msvcrt.def libarm64/ucrtbase.def \ + libarm64/advapi32.def libarm64/clbcatq.def libarm64/kernel32.def libarm64/ole32.def libarm64/oleaut32.def \ + libarm64/user32.def libarm64/ws2_32.def \ + libarm64/api-ms-win-crt-math-l1-1-0.def libarm64/api-ms-win-crt-private-l1-1-0.def libarm64/api-ms-win-crt-runtime-l1-1-0.def \ + libarm64/vcruntime140_app.def + +endif + +include libarm64/Makefile.am + +if !W32API +libarm64_LIBRARIES += libarm64/libucrtbase.a +libarm64_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +libarm64_libucrtbase_a_AR = $(DTDEFARM64) libarm64/ucrtbase.def && $(AR) $(ARFLAGS) +libarm64_libucrtbase_a_CPPFLAGS=$(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +EXTRA_libarm64_libucrtbase_a_DEPENDENCIES=libarm64/ucrtbase.def + +libarm64_LIBRARIES += libarm64/libucrt.a +noinst_LIBRARIES += libarm64/libucrt_extra.a +libarm64_libucrt_extra_a_SOURCES = $(src_ucrtbase) +libarm64_libucrt_extra_a_CPPFLAGS=$(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +libarm64_DATA += libarm64/libvcruntime140_app.a +endif + +libarm64/lib%.a: libarm64/%.def + $(DTDEFARM64) $< + +libarm64/lib%.a: lib-common/%.def + $(DTDEFARM64) $< + +# libvfw32.a contains import stubs for 3 dll's. Using an MRI script +# seems to be the simplest way to combine them into one archive. +# NB: With older dlltool, the object file members will not have unique +# names. +# TODO: These libraries files aren't yet built for arm64. +libarm64/libvfw32.a: libarm64/vfw32.mri libarm64/libmsvfw32.a libarm64/libavifil32.a libarm64/libavicap32.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm64/libruntimeobject.a: libarm64/runtimeobject.mri libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a libarm64/libapi-ms-win-core-winrt-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm64/libsynchronization.a: libarm64/synchronization.mri libarm64/libapi-ms-win-core-synch-l1-2-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm64/libwindowsapp.a: libarm64/windowsapp.mri libarm64/libapi-ms-win-core-com-l1-1-1.a libarm64/libapi-ms-win-core-com-l2-1-1.a \ + libarm64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a libarm64/libapi-ms-win-core-datetime-l1-1-1.a libarm64/libapi-ms-win-core-datetime-l1-1-2.a \ + libarm64/libapi-ms-win-core-debug-l1-1-1.a libarm64/libapi-ms-win-core-delayload-l1-1-1.a libarm64/libapi-ms-win-core-errorhandling-l1-1-1.a \ + libarm64/libapi-ms-win-core-errorhandling-l1-1-3.a libarm64/libapi-ms-win-core-fibers-l1-1-1.a libarm64/libapi-ms-win-core-fibers-l2-1-1.a \ + libarm64/libapi-ms-win-core-file-ansi-l2-1-0.a libarm64/libapi-ms-win-core-file-l1-2-1.a libarm64/libapi-ms-win-core-file-l2-1-1.a \ + libarm64/libapi-ms-win-core-handle-l1-1-0.a libarm64/libapi-ms-win-core-heap-l1-2-0.a libarm64/libapi-ms-win-core-interlocked-l1-2-0.a \ + libarm64/libapi-ms-win-core-io-l1-1-1.a libarm64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a libarm64/libapi-ms-win-core-largeinteger-l1-1-0.a \ + libarm64/libapi-ms-win-core-libraryloader-l1-2-0.a libarm64/libapi-ms-win-core-libraryloader-l2-1-0.a libarm64/libapi-ms-win-core-localization-ansi-l1-1-0.a \ + libarm64/libapi-ms-win-core-localization-l1-2-1.a libarm64/libapi-ms-win-core-localization-l1-2-2.a libarm64/libapi-ms-win-core-localization-l2-1-0.a \ + libarm64/libapi-ms-win-core-memory-l1-1-2.a libarm64/libapi-ms-win-core-memory-l1-1-3.a libarm64/libapi-ms-win-core-normalization-l1-1-0.a \ + libarm64/libapi-ms-win-core-processenvironment-l1-2-0.a libarm64/libapi-ms-win-core-processthreads-l1-1-2.a libarm64/libapi-ms-win-core-processthreads-l1-1-3.a \ + libarm64/libapi-ms-win-core-profile-l1-1-0.a libarm64/libapi-ms-win-core-realtime-l1-1-0.a libarm64/libapi-ms-win-core-realtime-l1-1-1.a \ + libarm64/libapi-ms-win-core-rtlsupport-l1-2-0.a libarm64/libapi-ms-win-core-string-l1-1-0.a libarm64/libapi-ms-win-core-synch-ansi-l1-1-0.a \ + libarm64/libapi-ms-win-core-synch-l1-2-0.a libarm64/libapi-ms-win-core-synch-l1-2-1.a libarm64/libapi-ms-win-core-sysinfo-l1-2-1.a \ + libarm64/libapi-ms-win-core-sysinfo-l1-2-3.a libarm64/libapi-ms-win-core-threadpool-l1-2-0.a libarm64/libapi-ms-win-core-timezone-l1-1-0.a \ + libarm64/libapi-ms-win-core-util-l1-1-0.a libarm64/libapi-ms-win-core-windowsceip-l1-1-0.a libarm64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ + libarm64/libapi-ms-win-core-winrt-error-l1-1-1.a libarm64/libapi-ms-win-core-winrt-l1-1-0.a libarm64/libapi-ms-win-core-winrt-registration-l1-1-0.a \ + libarm64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a libarm64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a \ + libarm64/libapi-ms-win-core-xstate-l2-1-0.a libarm64/libapi-ms-win-eventing-classicprovider-l1-1-0.a libarm64/libapi-ms-win-eventing-consumer-l1-1-0.a \ + libarm64/libapi-ms-win-eventing-controller-l1-1-0.a libarm64/libapi-ms-win-eventing-legacy-l1-1-0.a libarm64/libapi-ms-win-eventing-provider-l1-1-0.a \ + libarm64/libapi-ms-win-gaming-tcui-l1-1-0.a libarm64/libapi-ms-win-ro-typeresolution-l1-1-0.a libarm64/libapi-ms-win-security-cryptoapi-l1-1-0.a \ + libarm64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +libarm64/libucrt.a: libarm64/ucrt.mri libarm64/libucrt_extra.a \ + libarm64/libapi-ms-win-crt-conio-l1-1-0.a libarm64/libapi-ms-win-crt-convert-l1-1-0.a libarm64/libapi-ms-win-crt-environment-l1-1-0.a \ + libarm64/libapi-ms-win-crt-filesystem-l1-1-0.a libarm64/libapi-ms-win-crt-heap-l1-1-0.a libarm64/libapi-ms-win-crt-locale-l1-1-0.a \ + libarm64/libapi-ms-win-crt-math-l1-1-0.a libarm64/libapi-ms-win-crt-multibyte-l1-1-0.a libarm64/libapi-ms-win-crt-private-l1-1-0.a \ + libarm64/libapi-ms-win-crt-process-l1-1-0.a libarm64/libapi-ms-win-crt-runtime-l1-1-0.a libarm64/libapi-ms-win-crt-stdio-l1-1-0.a \ + libarm64/libapi-ms-win-crt-string-l1-1-0.a libarm64/libapi-ms-win-crt-time-l1-1-0.a libarm64/libapi-ms-win-crt-utility-l1-1-0.a + rm -f $@ + $(AR) -M < $< + $(RANLIB) $@ + +dx64_DATA = +dx64_DATA += libarm64/libxinput.a +dx64_DATA += libarm64/libd3dcompiler.a +#libarm64_DATA += libarm64/libruntimeobject.a libarm64/libsynchronization.a + +libarm64/libxinput.a: lib-common/xinput1_4.def + $(DTDEFARM64) $< +libarm64/libd3dcompiler.a: lib-common/d3dcompiler_47.def + $(DTDEFARM64) $< + +endif +# End ARM 64-bit runtime +# ########## + +%/libmincore.a: lib-common/mincore.mri \ + %/libapi-ms-win-core-com-l1-1-1.a \ + %/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \ + %/libapi-ms-win-core-datetime-l1-1-1.a \ + %/libapi-ms-win-core-datetime-l1-1-2.a \ + %/libapi-ms-win-core-debug-l1-1-1.a \ + %/libapi-ms-win-core-delayload-l1-1-1.a \ + %/libapi-ms-win-core-errorhandling-l1-1-1.a \ + %/libapi-ms-win-core-errorhandling-l1-1-3.a \ + %/libapi-ms-win-core-fibers-l1-1-1.a \ + %/libapi-ms-win-core-file-l1-2-1.a \ + %/libapi-ms-win-core-file-l2-1-1.a \ + %/libapi-ms-win-core-handle-l1-1-0.a \ + %/libapi-ms-win-core-interlocked-l1-2-0.a \ + %/libapi-ms-win-core-io-l1-1-1.a \ + %/libapi-ms-win-core-libraryloader-l1-2-0.a \ + %/libapi-ms-win-core-libraryloader-l2-1-0.a \ + %/libapi-ms-win-core-localization-l1-2-1.a \ + %/libapi-ms-win-core-localization-l1-2-2.a \ + %/libapi-ms-win-core-localization-l2-1-0.a \ + %/libapi-ms-win-core-memory-l1-1-2.a \ + %/libapi-ms-win-core-memory-l1-1-3.a \ + %/libapi-ms-win-core-processenvironment-l1-2-0.a \ + %/libapi-ms-win-core-processthreads-l1-1-2.a \ + %/libapi-ms-win-core-processthreads-l1-1-3.a \ + %/libapi-ms-win-core-profile-l1-1-0.a \ + %/libapi-ms-win-core-realtime-l1-1-0.a \ + %/libapi-ms-win-core-realtime-l1-1-1.a \ + %/libapi-ms-win-core-rtlsupport-l1-2-0.a \ + %/libapi-ms-win-core-string-l1-1-0.a \ + %/libapi-ms-win-core-synch-l1-2-0.a \ + %/libapi-ms-win-core-synch-l1-2-1.a \ + %/libapi-ms-win-core-sysinfo-l1-2-1.a \ + %/libapi-ms-win-core-sysinfo-l1-2-3.a \ + %/libapi-ms-win-core-threadpool-l1-2-0.a \ + %/libapi-ms-win-core-timezone-l1-1-0.a \ + %/libapi-ms-win-core-util-l1-1-0.a \ + %/libapi-ms-win-core-version-l1-1-1.a \ + %/libapi-ms-win-core-winrt-error-l1-1-1.a \ + %/libapi-ms-win-core-winrt-l1-1-0.a \ + %/libapi-ms-win-core-winrt-string-l1-1-0.a \ + %/libapi-ms-win-core-xstate-l2-1-0.a \ + %/libapi-ms-win-eventing-classicprovider-l1-1-0.a \ + %/libapi-ms-win-eventing-consumer-l1-1-0.a \ + %/libapi-ms-win-eventing-controller-l1-1-0.a \ + %/libapi-ms-win-eventing-provider-l1-1-0.a \ + %/libauthz.a \ + %/libbcrypt.a \ + %/libcabinet.a \ + %/libcrypt32.a \ + %/libcryptnet.a \ + %/libdnsapi.a \ + %/libiphlpapi.a \ + %/libmpr.a \ + %/libmswsock.a \ + %/libncrypt.a \ + %/liboleaut32.a \ + %/librpcrt4.a \ + %/libsspicli.a \ + %/libuserenv.a \ + %/libwinhttp.a \ + %/libwldap32.a \ + %/libws2_32.a + rm -f $@ + cd $(dir $@) && $(AR) -M < $(abspath $<) + $(RANLIB) $@ + %.def: %.def.in - $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -I$(top_srcdir)/def-include | $(SED) 's/^#/;/' > $@ + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include > $@ + +lib32/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_I386 > $@ + +lib64/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_X64 > $@ + +libarm32/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM32 > $@ + +libarm64/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM64 > $@ # Don't compile these, but install as is: # @@ -1434,14 +1939,18 @@ EXTRA_DIST = $(srcdir)/ChangeLog.* EXTRA_DIST += revstamp.h \ + $(top_srcdir)/lib-common/*.def \ $(top_srcdir)/lib32/*.def \ $(top_srcdir)/lib64/*.def \ + $(top_srcdir)/libarm32/*.def \ $(top_srcdir)/lib32/*.mri \ $(top_srcdir)/lib64/*.mri \ + $(top_srcdir)/libarm32/*.mri \ + $(top_srcdir)/lib-common/*.def.in \ $(top_srcdir)/lib32/*.def.in \ $(top_srcdir)/lib64/*.def.in \ + $(top_srcdir)/libarm32/*.def.in \ $(top_srcdir)/def-include/*.def.in \ - $(top_srcdir)/$(winrtlibs) \ crt/binmode.c \ crt/crtbegin.c \ crt/crtdll.c \ @@ -1455,7 +1964,8 @@ crt/ucrtexe.c \ profile/gcrt0.c \ profile/COPYING \ - profile/CYGWIN_LICENSE + profile/CYGWIN_LICENSE \ + stdio/scanf2-template.S DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) $(withsys) diff -Nru mingw-w64-5.0.4/mingw-w64-crt/Makefile.in mingw-w64-6.0.0/mingw-w64-crt/Makefile.in --- mingw-w64-5.0.4/mingw-w64-crt/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# 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, @@ -78,7 +78,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -142,42 +152,87 @@ build_triplet = @build@ host_triplet = @host@ @DELAY_IMPORT_LIBS_TRUE@am__append_1 = --output-delaylib $@.delayimp.a -@LIB32_TRUE@@W32API_FALSE@am__append_2 = lib32/libmsvcrt.a -@LIB32_TRUE@@W32API_FALSE@am__append_3 = lib32/libdelayimp.a \ +@ENABLE_SOFTMATH_TRUE@am__append_2 = \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/e_fmod.c math/softmath/e_fmodf.c math/softmath/e_powf.c math/softmath/e_pow.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/acosf.c math/softmath/acosh.c math/softmath/acosl.c math/softmath/acoshf.c math/softmath/acoshl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/asinf.c math/softmath/asinh.c math/softmath/asinl.c math/softmath/asinhf.c math/softmath/asinhl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/atan2f.c math/softmath/atan2l.c math/softmath/atanf.c math/softmath/atanh.c math/softmath/atanl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/atanhf.c math/softmath/atanhl.c math/softmath/cos.c math/softmath/cosf.c math/softmath/cosl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/exp.c math/softmath/expl.c math/softmath/exp2.c math/softmath/exp2f.c math/softmath/exp2l.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/expm1.c math/softmath/expm1f.c math/softmath/expm1l.c math/softmath/fmod.c math/softmath/fmodf.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/fmodl.c math/softmath/frexpl.c math/softmath/ilogb.c math/softmath/ilogbf.c math/softmath/ilogbl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/ldexp.c math/softmath/ldexpl.c math/softmath/log.c math/softmath/log10l.c math/softmath/log1p.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/log1pf.c math/softmath/log1pl.c math/softmath/log2.c math/softmath/log2f.c math/softmath/log2l.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/logb.c math/softmath/logbf.c math/softmath/logbl.c math/softmath/logl.c math/softmath/pow.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/powl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/remainder.c math/softmath/remainderf.c math/softmath/remainderl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/remquo.c math/softmath/remquof.c math/softmath/remquol.c math/softmath/scalbn.c math/softmath/scalbnf.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/scalbnl.c math/softmath/sin.c math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/sinf.c math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c + +@ENABLE_SOFTMATH_FALSE@am__append_3 = \ +@ENABLE_SOFTMATH_FALSE@ math/arm/exp2.c math/arm/ldexpl.c math/arm/log2.c math/arm/scalbn.c math/arm/sincos.c + +@LIB32_TRUE@@W32API_FALSE@am__append_4 = lib32/libmsvcrt.a +@LIB32_TRUE@@W32API_FALSE@am__append_5 = lib32/libmsvcrt-os.a +@LIB32_TRUE@@W32API_FALSE@am__append_6 = lib32/libdelayimp.a \ @LIB32_TRUE@@W32API_FALSE@ lib32/libm.a lib32/libgmon.a \ @LIB32_TRUE@@W32API_FALSE@ lib32/liblargeint.a \ @LIB32_TRUE@@W32API_FALSE@ lib32/libmingw32.a \ @LIB32_TRUE@@W32API_FALSE@ lib32/libmingwex.a \ @LIB32_TRUE@@W32API_FALSE@ lib32/libmoldname.a \ -@LIB32_TRUE@@W32API_FALSE@ lib32/libmingwthrd.a -@LIB32_TRUE@@W32API_FALSE@am__append_4 = lib32/msvcrt.def lib32/msvcr80.def lib32/msvcr90.def lib32/msvcr90d.def lib32/msvcr100.def lib32/msvcr110.def lib32/msvcr120.def lib32/msvcr120d.def -DIST_COMMON = $(srcdir)/lib32/Makefile.am \ - $(srcdir)/libarm32/Makefile.am \ - $(srcdir)/testcases/complex/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(srcdir)/config.h.in \ - $(top_srcdir)/build-aux/depcomp $(dist_libsrc_DATA) \ - $(noinst_HEADERS) $(top_srcdir)/build-aux/test-driver \ - ChangeLog build-aux/ar-lib build-aux/compile \ - build-aux/config.guess build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/missing \ - $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing -@LIB32_TRUE@@W32API_FALSE@am__append_5 = lib32/libglut.a lib32/libmsvcp60.a lib32/libmsvcr80.a lib32/libmsvcr90.a lib32/libmsvcr90d.a lib32/libmsvcr100.a lib32/libmsvcr110.a lib32/libmsvcr120.a lib32/libmsvcr120d.a lib32/libcrtdll.a -@LIB64_TRUE@@W32API_FALSE@am__append_6 = lib64/libmsvcrt.a -@LIB64_TRUE@@W32API_FALSE@am__append_7 = lib64/libdelayimp.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmingwthrd.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libcrtdll.a lib32/libmsvcr80.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr90.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr90d.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr100.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr110.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr120.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr120d.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcr120_app.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libucrtbase.a lib32/libucrt.a +@LIB32_TRUE@@W32API_FALSE@am__append_7 = lib32/msvcrt.def lib32/msvcr80.def lib32/msvcr90.def lib32/msvcr90d.def lib32/msvcr100.def lib32/msvcr110.def lib32/msvcr120.def lib32/msvcr120d.def \ +@LIB32_TRUE@@W32API_FALSE@ lib32/msvcr120_app.def lib32/msvcp120_app.def lib32/ucrtbase.def \ +@LIB32_TRUE@@W32API_FALSE@ lib32/api-ms-win-crt-math-l1-1-0.def lib32/api-ms-win-crt-private-l1-1-0.def lib32/api-ms-win-crt-runtime-l1-1-0.def \ +@LIB32_TRUE@@W32API_FALSE@ lib32/vcruntime140_app.def + +@LIB32_TRUE@@W32API_FALSE@am__append_8 = lib32/libglut.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcp60.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libmsvcp120_app.a \ +@LIB32_TRUE@@W32API_FALSE@ lib32/libvcruntime140_app.a +@LIB32_TRUE@@W32API_FALSE@am__append_9 = lib32/libucrt_extra.a +@LIB64_TRUE@@W32API_FALSE@am__append_10 = lib64/libmsvcrt.a +@LIB64_TRUE@@W32API_FALSE@am__append_11 = lib64/libmsvcrt-os.a +@LIB64_TRUE@@W32API_FALSE@am__append_12 = lib64/libdelayimp.a \ @LIB64_TRUE@@W32API_FALSE@ lib64/libm.a lib64/libgmon.a \ @LIB64_TRUE@@W32API_FALSE@ lib64/liblargeint.a \ @LIB64_TRUE@@W32API_FALSE@ lib64/libmingw32.a \ @LIB64_TRUE@@W32API_FALSE@ lib64/libmingwex.a \ @LIB64_TRUE@@W32API_FALSE@ lib64/libmoldname.a \ -@LIB64_TRUE@@W32API_FALSE@ lib64/libmingwthrd.a -@LIB64_TRUE@@W32API_FALSE@am__append_8 = lib64/msvcrt.def lib64/msvcr80.def lib64/msvcr90.def lib64/msvcr90d.def lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120.def lib64/msvcr120d.def -@LIB64_TRUE@@W32API_FALSE@am__append_9 = lib64/libmsvcp60.a lib64/libmsvcr80.a lib64/libmsvcr90.a lib64/libmsvcr100.a lib64/libmsvcr90d.a lib64/libmsvcr110.a lib64/libmsvcr120.a lib64/libmsvcr120d.a lib64/libcrtdll.a -@LIBARM32_TRUE@@W32API_FALSE@am__append_10 = libarm32/libmsvcrt.a +@LIB64_TRUE@@W32API_FALSE@ lib64/libmingwthrd.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libcrtdll.a lib64/libmsvcr80.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr90.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr90d.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr100.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr110.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr120.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr120d.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcr120_app.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libucrtbase.a lib64/libucrt.a +@LIB64_TRUE@@W32API_FALSE@am__append_13 = lib64/msvcrt.def lib64/msvcr80.def lib64/msvcr90.def lib64/msvcr90d.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120.def lib64/msvcr120d.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/msvcr120_app.def lib64/msvcp120_app.def lib64/ucrtbase.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/advapi32.def lib64/clbcatq.def lib64/kernel32.def lib64/ole32.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/oleaut32.def lib64/user32.def lib64/ws2_32.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/api-ms-win-crt-math-l1-1-0.def lib64/api-ms-win-crt-private-l1-1-0.def lib64/api-ms-win-crt-runtime-l1-1-0.def \ +@LIB64_TRUE@@W32API_FALSE@ lib64/vcruntime140_app.def + +@LIB64_TRUE@@W32API_FALSE@am__append_14 = lib64/libmsvcp60.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libmsvcp120_app.a \ +@LIB64_TRUE@@W32API_FALSE@ lib64/libvcruntime140_app.a +@LIB64_TRUE@@W32API_FALSE@am__append_15 = lib64/libucrt_extra.a +@LIBARM32_TRUE@@W32API_FALSE@am__append_16 = libarm32/libmsvcrt.a +@LIBARM32_TRUE@@W32API_FALSE@am__append_17 = libarm32/libmsvcrt-os.a #libarm32_LIBRARIES += libarm32/libgmon.a #libarm32_libgmon_a_SOURCES = profile/mcount.c \ @@ -185,46 +240,85 @@ # profile/gmon.h profile/gmon.c \ # profile/mcountFunc.S #libarm32_libgmon_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@@W32API_FALSE@am__append_11 = libarm32/libdelayimp.a \ +@LIBARM32_TRUE@@W32API_FALSE@am__append_18 = libarm32/libdelayimp.a \ @LIBARM32_TRUE@@W32API_FALSE@ libarm32/libm.a \ @LIBARM32_TRUE@@W32API_FALSE@ libarm32/liblargeint.a \ @LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmingw32.a \ @LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmingwex.a \ @LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmoldname.a \ -@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmingwthrd.a -@LIBARM32_TRUE@@W32API_FALSE@am__append_12 = libarm32/msvcrt.def libarm32/msvcr80.def libarm32/msvcr90.def libarm32/msvcr90d.def libarm32/msvcr100.def libarm32/msvcr110.def -@LIBARM32_TRUE@@W32API_FALSE@am__append_13 = libarm32/libmsvcp60.a libarm32/libmsvcr110.a -@ENABLE_TESTS_UNICODE_TRUE@am__append_14 = testcases/t_municode testcases/t_tmain +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmingwthrd.a \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libmsvcr110.a \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libucrtbase.a \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libucrt.a +@LIBARM32_TRUE@@W32API_FALSE@am__append_19 = libarm32/msvcrt.def libarm32/msvcr80.def libarm32/msvcr90.def libarm32/msvcr90d.def libarm32/msvcr100.def libarm32/msvcr110.def libarm32/ucrtbase.def \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/advapi32.def libarm32/clbcatq.def libarm32/kernel32.def libarm32/ole32.def libarm32/oleaut32.def \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/user32.def libarm32/ws2_32.def \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/api-ms-win-crt-math-l1-1-0.def libarm32/api-ms-win-crt-private-l1-1-0.def libarm32/api-ms-win-crt-runtime-l1-1-0.def \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/vcruntime140_app.def + +@LIBARM32_TRUE@@W32API_FALSE@am__append_20 = libarm32/libmsvcp60.a \ +@LIBARM32_TRUE@@W32API_FALSE@ libarm32/libvcruntime140_app.a +@LIBARM32_TRUE@@W32API_FALSE@am__append_21 = libarm32/libucrt_extra.a +@LIBARM64_TRUE@@W32API_FALSE@am__append_22 = libarm64/libmsvcrt.a +@LIBARM64_TRUE@@W32API_FALSE@am__append_23 = libarm64/libmsvcrt-os.a + +#libarm64_LIBRARIES += libarm64/libgmon.a +#libarm64_libgmon_a_SOURCES = profile/mcount.c \ +# profile/profil.h profile/profil.c \ +# profile/gmon.h profile/gmon.c \ +# profile/mcountFunc.S +#libarm64_libgmon_a_CPPFLAGS=$(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@am__append_24 = libarm64/libdelayimp.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libm.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/liblargeint.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libmingw32.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libmingwex.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libmoldname.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libmingwthrd.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libucrtbase.a \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/libucrt.a +@LIBARM64_TRUE@@W32API_FALSE@am__append_25 = libarm64/msvcrt.def libarm64/ucrtbase.def \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/advapi32.def libarm64/clbcatq.def libarm64/kernel32.def libarm64/ole32.def libarm64/oleaut32.def \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/user32.def libarm64/ws2_32.def \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/api-ms-win-crt-math-l1-1-0.def libarm64/api-ms-win-crt-private-l1-1-0.def libarm64/api-ms-win-crt-runtime-l1-1-0.def \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/vcruntime140_app.def + +@LIBARM64_TRUE@@W32API_FALSE@am__append_26 = libarm64/libucrt_extra.a +@LIBARM64_TRUE@@W32API_FALSE@am__append_27 = libarm64/libvcruntime140_app.a +@ENABLE_TESTS_UNICODE_TRUE@am__append_28 = testcases/t_municode testcases/t_tmain check_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_4) $(am__EXEEXT_6) TESTS = $(am__EXEEXT_2) $(am__EXEEXT_4) $(am__EXEEXT_6) XFAIL_TESTS = testcases/t_nullptrexception$(EXEEXT) $(am__EXEEXT_7) \ $(am__EXEEXT_7) # Build the libraries -@LIB32_TRUE@am__append_15 = $(newcomplex_test_lib32) +@LIB32_TRUE@am__append_29 = $(newcomplex_test_lib32) # Build the programs during make check. -@LIB32_TRUE@am__append_16 = $(newcomplex_tests32) +@LIB32_TRUE@am__append_30 = $(newcomplex_tests32) # Declare the tests. -@LIB32_TRUE@am__append_17 = $(newcomplex_tests32) +@LIB32_TRUE@am__append_31 = $(newcomplex_tests32) # Remove these when completed. -@LIB32_TRUE@am__append_18 = +@LIB32_TRUE@am__append_32 = # Build the libraries -@LIB64_TRUE@am__append_19 = $(newcomplex_test_lib64) +@LIB64_TRUE@am__append_33 = $(newcomplex_test_lib64) # Build the programs during make check. -@LIB64_TRUE@am__append_20 = $(newcomplex_tests64) +@LIB64_TRUE@am__append_34 = $(newcomplex_tests64) # Declare the tests. -@LIB64_TRUE@am__append_21 = $(newcomplex_tests64) -@LIB64_TRUE@am__append_22 = +@LIB64_TRUE@am__append_35 = $(newcomplex_tests64) +@LIB64_TRUE@am__append_36 = subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_libsrc_DATA) $(noinst_HEADERS) \ + $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -259,14 +353,15 @@ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" \ - "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(crt32dir)" \ - "$(DESTDIR)$(crt64dir)" "$(DESTDIR)$(libsrcdir)" \ - "$(DESTDIR)$(dx32dir)" "$(DESTDIR)$(dx64dir)" \ - "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" \ - "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(winrt32dir)" \ - "$(DESTDIR)$(winrt64dir)" + "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(libarm64dir)" \ + "$(DESTDIR)$(crt32dir)" "$(DESTDIR)$(crt64dir)" \ + "$(DESTDIR)$(libsrcdir)" "$(DESTDIR)$(dx32dir)" \ + "$(DESTDIR)$(dx64dir)" "$(DESTDIR)$(lib32dir)" \ + "$(DESTDIR)$(lib64dir)" "$(DESTDIR)$(libarm32dir)" \ + "$(DESTDIR)$(libarm64dir)" LIBRARIES = $(lib32_LIBRARIES) $(lib64_LIBRARIES) \ - $(libarm32_LIBRARIES) + $(libarm32_LIBRARIES) $(libarm64_LIBRARIES) \ + $(noinst_LIBRARIES) ARFLAGS = cru AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) @@ -279,6 +374,15 @@ am__objects_1 = libsrc/lib32_libamstrmid_a-amstrmid.$(OBJEXT) @LIB32_TRUE@am_lib32_libamstrmid_a_OBJECTS = $(am__objects_1) lib32_libamstrmid_a_OBJECTS = $(am_lib32_libamstrmid_a_OBJECTS) +lib32_libcrtdll_a_LIBADD = +am__lib32_libcrtdll_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c +am__objects_2 = misc/lib32_libcrtdll_a-onexit_table.$(OBJEXT) \ + misc/lib32_libcrtdll_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libcrtdll_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libcrtdll_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_2) +lib32_libcrtdll_a_OBJECTS = $(am_lib32_libcrtdll_a_OBJECTS) lib32_libdelayimp_a_AR = $(AR) $(ARFLAGS) lib32_libdelayimp_a_LIBADD = am_lib32_libdelayimp_a_OBJECTS = @@ -287,54 +391,54 @@ am__lib32_libdinput_a_SOURCES_DIST = libsrc/dinput_kbd.c \ libsrc/dinput_joy.c libsrc/dinput_joy2.c libsrc/dinput_mouse.c \ libsrc/dinput_mouse2.c -am__objects_2 = libsrc/lib32_libdinput_a-dinput_kbd.$(OBJEXT) \ +am__objects_3 = libsrc/lib32_libdinput_a-dinput_kbd.$(OBJEXT) \ libsrc/lib32_libdinput_a-dinput_joy.$(OBJEXT) \ libsrc/lib32_libdinput_a-dinput_joy2.$(OBJEXT) \ libsrc/lib32_libdinput_a-dinput_mouse.$(OBJEXT) \ libsrc/lib32_libdinput_a-dinput_mouse2.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdinput_a_OBJECTS = $(am__objects_2) +@LIB32_TRUE@am_lib32_libdinput_a_OBJECTS = $(am__objects_3) lib32_libdinput_a_OBJECTS = $(am_lib32_libdinput_a_OBJECTS) lib32_libdinput8_a_LIBADD = am__lib32_libdinput8_a_SOURCES_DIST = libsrc/dinput_private.h \ libsrc/dinput_joy.c libsrc/dinput_joy2.c libsrc/dinput_mouse.c \ libsrc/dinput_mouse2.c libsrc/dinput_kbd.c -am__objects_3 = libsrc/lib32_libdinput8_a-dinput_joy.$(OBJEXT) \ +am__objects_4 = libsrc/lib32_libdinput8_a-dinput_joy.$(OBJEXT) \ libsrc/lib32_libdinput8_a-dinput_joy2.$(OBJEXT) \ libsrc/lib32_libdinput8_a-dinput_mouse.$(OBJEXT) \ libsrc/lib32_libdinput8_a-dinput_mouse2.$(OBJEXT) \ libsrc/lib32_libdinput8_a-dinput_kbd.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdinput8_a_OBJECTS = $(am__objects_3) +@LIB32_TRUE@am_lib32_libdinput8_a_OBJECTS = $(am__objects_4) lib32_libdinput8_a_OBJECTS = $(am_lib32_libdinput8_a_OBJECTS) lib32_libdmoguids_a_AR = $(AR) $(ARFLAGS) lib32_libdmoguids_a_LIBADD = am__lib32_libdmoguids_a_SOURCES_DIST = libsrc/dmoguids.c -am__objects_4 = libsrc/lib32_libdmoguids_a-dmoguids.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdmoguids_a_OBJECTS = $(am__objects_4) +am__objects_5 = libsrc/lib32_libdmoguids_a-dmoguids.$(OBJEXT) +@LIB32_TRUE@am_lib32_libdmoguids_a_OBJECTS = $(am__objects_5) lib32_libdmoguids_a_OBJECTS = $(am_lib32_libdmoguids_a_OBJECTS) lib32_libdxerr8_a_AR = $(AR) $(ARFLAGS) lib32_libdxerr8_a_LIBADD = am__lib32_libdxerr8_a_SOURCES_DIST = libsrc/dxerr8.c libsrc/dxerr8w.c -am__objects_5 = libsrc/lib32_libdxerr8_a-dxerr8.$(OBJEXT) \ +am__objects_6 = libsrc/lib32_libdxerr8_a-dxerr8.$(OBJEXT) \ libsrc/lib32_libdxerr8_a-dxerr8w.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdxerr8_a_OBJECTS = $(am__objects_5) +@LIB32_TRUE@am_lib32_libdxerr8_a_OBJECTS = $(am__objects_6) lib32_libdxerr8_a_OBJECTS = $(am_lib32_libdxerr8_a_OBJECTS) lib32_libdxerr9_a_AR = $(AR) $(ARFLAGS) lib32_libdxerr9_a_LIBADD = am__lib32_libdxerr9_a_SOURCES_DIST = libsrc/dxerr9.c libsrc/dxerr9w.c -am__objects_6 = libsrc/lib32_libdxerr9_a-dxerr9.$(OBJEXT) \ +am__objects_7 = libsrc/lib32_libdxerr9_a-dxerr9.$(OBJEXT) \ libsrc/lib32_libdxerr9_a-dxerr9w.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdxerr9_a_OBJECTS = $(am__objects_6) +@LIB32_TRUE@am_lib32_libdxerr9_a_OBJECTS = $(am__objects_7) lib32_libdxerr9_a_OBJECTS = $(am_lib32_libdxerr9_a_OBJECTS) lib32_libdxguid_a_AR = $(AR) $(ARFLAGS) lib32_libdxguid_a_LIBADD = am__lib32_libdxguid_a_SOURCES_DIST = libsrc/dxguid.c -am__objects_7 = libsrc/lib32_libdxguid_a-dxguid.$(OBJEXT) -@LIB32_TRUE@am_lib32_libdxguid_a_OBJECTS = $(am__objects_7) +am__objects_8 = libsrc/lib32_libdxguid_a-dxguid.$(OBJEXT) +@LIB32_TRUE@am_lib32_libdxguid_a_OBJECTS = $(am__objects_8) lib32_libdxguid_a_OBJECTS = $(am_lib32_libdxguid_a_OBJECTS) lib32_libgdiplus_a_LIBADD = am__lib32_libgdiplus_a_SOURCES_DIST = libsrc/gdiplus.c -am__objects_8 = libsrc/lib32_libgdiplus_a-gdiplus.$(OBJEXT) -@LIB32_TRUE@am_lib32_libgdiplus_a_OBJECTS = $(am__objects_8) +am__objects_9 = libsrc/lib32_libgdiplus_a-gdiplus.$(OBJEXT) +@LIB32_TRUE@am_lib32_libgdiplus_a_OBJECTS = $(am__objects_9) lib32_libgdiplus_a_OBJECTS = $(am_lib32_libgdiplus_a_OBJECTS) lib32_libgmon_a_AR = $(AR) $(ARFLAGS) lib32_libgmon_a_LIBADD = @@ -376,7 +480,7 @@ intrincs/readfsbyte.c intrincs/readfsword.c \ intrincs/readfsdword.c intrincs/writefsbyte.c \ intrincs/writefsword.c intrincs/writefsdword.c -am__objects_9 = intrincs/lib32_libkernel32_a-__movsb.$(OBJEXT) \ +am__objects_10 = intrincs/lib32_libkernel32_a-__movsb.$(OBJEXT) \ intrincs/lib32_libkernel32_a-__movsd.$(OBJEXT) \ intrincs/lib32_libkernel32_a-__movsw.$(OBJEXT) \ intrincs/lib32_libkernel32_a-__stosb.$(OBJEXT) \ @@ -440,66 +544,65 @@ intrincs/lib32_libkernel32_a-writemsr.$(OBJEXT) \ intrincs/lib32_libkernel32_a-__int2c.$(OBJEXT) \ intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.$(OBJEXT) -am__objects_10 = intrincs/lib32_libkernel32_a-rdtsc.$(OBJEXT) \ +am__objects_11 = intrincs/lib32_libkernel32_a-rdtsc.$(OBJEXT) \ intrincs/lib32_libkernel32_a-readfsbyte.$(OBJEXT) \ intrincs/lib32_libkernel32_a-readfsword.$(OBJEXT) \ intrincs/lib32_libkernel32_a-readfsdword.$(OBJEXT) \ intrincs/lib32_libkernel32_a-writefsbyte.$(OBJEXT) \ intrincs/lib32_libkernel32_a-writefsword.$(OBJEXT) \ intrincs/lib32_libkernel32_a-writefsdword.$(OBJEXT) -@LIB32_TRUE@am_lib32_libkernel32_a_OBJECTS = $(am__objects_9) \ -@LIB32_TRUE@ $(am__objects_10) +@LIB32_TRUE@am_lib32_libkernel32_a_OBJECTS = $(am__objects_10) \ +@LIB32_TRUE@ $(am__objects_11) lib32_libkernel32_a_OBJECTS = $(am_lib32_libkernel32_a_OBJECTS) lib32_libksguid_a_AR = $(AR) $(ARFLAGS) lib32_libksguid_a_LIBADD = am__lib32_libksguid_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_11 = libsrc/lib32_libksguid_a-ksuser.$(OBJEXT) -@LIB32_TRUE@am_lib32_libksguid_a_OBJECTS = $(am__objects_11) +am__objects_12 = libsrc/lib32_libksguid_a-ksuser.$(OBJEXT) +@LIB32_TRUE@am_lib32_libksguid_a_OBJECTS = $(am__objects_12) lib32_libksguid_a_OBJECTS = $(am_lib32_libksguid_a_OBJECTS) lib32_libksuser_a_LIBADD = am__lib32_libksuser_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_12 = libsrc/lib32_libksuser_a-ksuser.$(OBJEXT) -@LIB32_TRUE@am_lib32_libksuser_a_OBJECTS = $(am__objects_12) +am__objects_13 = libsrc/lib32_libksuser_a-ksuser.$(OBJEXT) +@LIB32_TRUE@am_lib32_libksuser_a_OBJECTS = $(am__objects_13) lib32_libksuser_a_OBJECTS = $(am_lib32_libksuser_a_OBJECTS) lib32_liblargeint_a_AR = $(AR) $(ARFLAGS) lib32_liblargeint_a_LIBADD = am__lib32_liblargeint_a_SOURCES_DIST = libsrc/largeint.c -am__objects_13 = libsrc/lib32_liblargeint_a-largeint.$(OBJEXT) +am__objects_14 = libsrc/lib32_liblargeint_a-largeint.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@am_lib32_liblargeint_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_13) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_14) lib32_liblargeint_a_OBJECTS = $(am_lib32_liblargeint_a_OBJECTS) lib32_liblocationapi_a_AR = $(AR) $(ARFLAGS) lib32_liblocationapi_a_LIBADD = am__lib32_liblocationapi_a_SOURCES_DIST = libsrc/locationapi.c -am__objects_14 = libsrc/lib32_liblocationapi_a-locationapi.$(OBJEXT) -@LIB32_TRUE@am_lib32_liblocationapi_a_OBJECTS = $(am__objects_14) +am__objects_15 = libsrc/lib32_liblocationapi_a-locationapi.$(OBJEXT) +@LIB32_TRUE@am_lib32_liblocationapi_a_OBJECTS = $(am__objects_15) lib32_liblocationapi_a_OBJECTS = $(am_lib32_liblocationapi_a_OBJECTS) lib32_libm_a_AR = $(AR) $(ARFLAGS) lib32_libm_a_LIBADD = -am__objects_15 = lib32_libm_a-_libm_dummy.$(OBJEXT) +am__objects_16 = lib32_libm_a-_libm_dummy.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@nodist_lib32_libm_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_15) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_16) lib32_libm_a_OBJECTS = $(nodist_lib32_libm_a_OBJECTS) lib32_libmfuuid_a_AR = $(AR) $(ARFLAGS) lib32_libmfuuid_a_LIBADD = am__lib32_libmfuuid_a_SOURCES_DIST = libsrc/mfuuid.c -am__objects_16 = libsrc/lib32_libmfuuid_a-mfuuid.$(OBJEXT) -@LIB32_TRUE@am_lib32_libmfuuid_a_OBJECTS = $(am__objects_16) +am__objects_17 = libsrc/lib32_libmfuuid_a-mfuuid.$(OBJEXT) +@LIB32_TRUE@am_lib32_libmfuuid_a_OBJECTS = $(am__objects_17) lib32_libmfuuid_a_OBJECTS = $(am_lib32_libmfuuid_a_OBJECTS) lib32_libmingw32_a_AR = $(AR) $(ARFLAGS) lib32_libmingw32_a_LIBADD = am__lib32_libmingw32_a_SOURCES_DIST = include/oscalls.h \ - include/internal.h include/sect_attribs.h crt/atonexit.c \ - crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c \ + include/internal.h include/sect_attribs.h crt/crt0_c.c \ + crt/dll_argv.c crt/gccmain.c crt/natstart.c \ crt/pseudo-reloc-list.c crt/wildcard.c crt/charmax.c \ crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c \ crt/tlssup.c crt/xncommod.c crt/cinitexe.c crt/merr.c \ crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c \ crt/udll_argv.c crt/xtxtmode.c crt/crt_handler.c crt/tlsthrd.c \ - crt/tlsmthread.c crt/tlsmcrt.c -am__objects_17 = crt/lib32_libmingw32_a-atonexit.$(OBJEXT) \ - crt/lib32_libmingw32_a-crt0_c.$(OBJEXT) \ + crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c +am__objects_18 = crt/lib32_libmingw32_a-crt0_c.$(OBJEXT) \ crt/lib32_libmingw32_a-dll_argv.$(OBJEXT) \ crt/lib32_libmingw32_a-gccmain.$(OBJEXT) \ crt/lib32_libmingw32_a-natstart.$(OBJEXT) \ @@ -527,28 +630,13 @@ crt/lib32_libmingw32_a-crt_handler.$(OBJEXT) \ crt/lib32_libmingw32_a-tlsthrd.$(OBJEXT) \ crt/lib32_libmingw32_a-tlsmthread.$(OBJEXT) \ - crt/lib32_libmingw32_a-tlsmcrt.$(OBJEXT) + crt/lib32_libmingw32_a-tlsmcrt.$(OBJEXT) \ + crt/lib32_libmingw32_a-cxa_atexit.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@am_lib32_libmingw32_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_17) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_18) lib32_libmingw32_a_OBJECTS = $(am_lib32_libmingw32_a_OBJECTS) lib32_libmingwex_a_AR = $(AR) $(ARFLAGS) -@ENABLE_DFP_TRUE@am__DEPENDENCIES_1 = lib32/DFP_src_basearith.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_context.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_constants.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_convolute.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_mpdecimal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_mpsignal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_difradix2.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_fnt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_io.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_memory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_numbertheory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_sixstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_transpose.dfp.obj -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_DEPENDENCIES = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_1) +lib32_libmingwex_a_LIBADD = am__lib32_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -558,36 +646,34 @@ complex/ccosf.c complex/ccosl.c complex/cexp.c complex/cexpf.c \ complex/cexpl.c complex/cimag.c complex/cimagf.c \ complex/cimagl.c complex/clog.c complex/clogf.c \ - complex/clogl.c complex/conj.c complex/conjf.c complex/conjl.c \ - complex/cpow.c complex/cpowf.c complex/cpowl.c complex/cproj.c \ - complex/cprojf.c complex/cprojl.c complex/creal.c \ - complex/crealf.c complex/creall.c complex/csin.c \ - complex/csinf.c complex/csinl.c complex/csqrt.c \ + complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c \ + complex/conjl.c complex/cpow.c complex/cpowf.c complex/cpowl.c \ + complex/cproj.c complex/cprojf.c complex/cprojl.c \ + complex/creal.c complex/crealf.c complex/creall.c \ + complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c \ complex/csqrtf.c complex/csqrtl.c complex/ctan.c \ complex/ctanf.c complex/ctanl.c complex/cabs.def.h \ complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h \ complex/casin.def.h complex/casinh.def.h complex/catan.def.h \ complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ complex/cexp.def.h complex/cimag.def.h complex/clog.def.h \ - complex/complex_internal.h complex/conj.def.h \ - complex/cpow.def.h complex/cproj.def.h complex/creal.def.h \ - complex/csin.def.h complex/csinh.def.h complex/csqrt.def.h \ - complex/ctan.def.h complex/ctanh.def.h gdtoa/gd_arith.h \ - gdtoa/gd_qnan.h gdtoa/gdtoa.h gdtoa/gdtoaimp.h \ - gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c gdtoa/g_dfmt.c \ - gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c gdtoa/g__fmt.c \ - gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c gdtoa/hexnan.c \ - gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c gdtoa/strtodg.c \ - gdtoa/strtodnrp.c gdtoa/strtof.c gdtoa/strtopx.c gdtoa/sum.c \ - gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \ - math/ceill.S math/copysignl.S math/floor.S math/floorf.S \ - math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \ - math/nearbyintf.S math/nearbyintl.S math/trunc.S math/truncf.S \ - math/cbrt.c math/cbrtf.c math/cbrtl.c math/cephes_emath.c \ - math/copysign.c math/copysignf.c math/coshf.c math/coshl.c \ - math/erfl.c math/expf.c math/fabs.c math/fabsf.c math/fabsl.c \ - math/fdim.c math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c \ - math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h \ + complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ + complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h \ + gdtoa/gdtoaimp.h gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c \ + gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c \ + gdtoa/g__fmt.c gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c \ + gdtoa/hexnan.c gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c \ + gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ + gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c math/cbrt.c \ + math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \ + math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \ + math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \ + math/fdimf.c math/fdiml.c math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ math/fminl.c math/fp_consts.c math/fp_constsf.c \ math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c \ math/fpclassifyl.c math/frexpf.c math/hypotf.c math/hypot.c \ @@ -605,12 +691,10 @@ math/signbitl.c math/sinhf.c math/sinhl.c math/sqrt.c \ math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c \ math/tgamma.c math/tgammaf.c math/tgammal.c math/truncl.c \ - math/acosh.def.h math/cos.def.h math/exp.def.h \ - math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \ - math/sin.def.h math/sqrt.def.h math/cephes_emath.h \ - math/cephes_mconf.h math/fastmath.h math/fp_consts.h \ - math/abs64.c misc/mb_wc_common.h misc/mingw_getsp.S \ - misc/alarm.c misc/basename.c misc/btowc.c misc/delay-f.c \ + math/powi.def.h math/sqrt.def.h math/cephes_emath.h \ + math/cephes_mconf.h math/fp_consts.h math/abs64.c \ + misc/mb_wc_common.h misc/mingw_getsp.S misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c \ misc/delay-n.c misc/delayimp.c misc/difftime.c \ misc/difftime32.c misc/difftime64.c misc/dirent.c \ misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c \ @@ -639,9 +723,9 @@ misc/ftw.c misc/ftw64.c stdio/mingw_pformat.h stdio/vfscanf2.S \ stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S \ stdio/vswscanf2.S stdio/vwscanf2.S stdio/strtok_r.c \ - stdio/_Exit.c stdio/_findfirst64i32.c stdio/_findnext64i32.c \ - stdio/_fstat.c stdio/_fstat64i32.c stdio/_ftime.c \ - stdio/_getc_nolock.c stdio/_getwc_nolock.c \ + stdio/scanf.S stdio/_Exit.c stdio/_findfirst64i32.c \ + stdio/_findnext64i32.c stdio/_fstat.c stdio/_fstat64i32.c \ + stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c \ stdio/_putc_nolock.c stdio/_putwc_nolock.c stdio/_stat.c \ stdio/_stat64i32.c stdio/_wfindfirst64i32.c \ stdio/_wfindnext64i32.c stdio/_wstat.c stdio/_wstat64i32.c \ @@ -664,34 +748,46 @@ stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c \ stdio/strtof.c stdio/truncate.c stdio/ulltoa.c stdio/ulltow.c \ stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ - stdio/vscanf.c stdio/vsnprintf.c stdio/vsnprintf_s.c \ - stdio/vsnwprintf.c stdio/vsscanf.c stdio/vswscanf.c \ - stdio/vwscanf.c stdio/wtoll.c stdio/mingw_asprintf.c \ - stdio/mingw_vasprintf.c math/acosf.c math/acosh.c math/acosl.c \ - math/acoshf.c math/acoshl.c math/asinf.c math/asinh.c \ - math/asinl.c math/asinhf.c math/asinhl.c math/atan2f.c \ - math/atan2.c math/atan2l.c math/atanf.c math/atanh.c \ - math/atanl.c math/atanhf.c math/atanhl.c math/cos.c \ - math/cosf.c math/cosl.c math/cosl_internal.S math/cossin.c \ - math/exp.c math/expl.c math/exp2.S math/exp2f.S math/exp2l.S \ - math/expm1.c math/expm1f.c math/expm1l.c math/fmod.c \ - math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S \ - math/ldexp.c math/ldexpl.c math/log.c math/log10l.S \ - math/log1p.S math/log1pf.S math/log1pl.S math/log2.S \ - math/log2f.S math/log2l.S math/logb.c math/logbf.c \ - math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S \ - math/remquo.S math/remquof.S math/remquol.S math/scalbn.S \ - math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \ - math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S \ - math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \ - math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \ - math/DFP/__isnand64.c math/DFP/__isnand128.c \ - math/DFP/__signbitd32.c math/DFP/__signbitd64.c \ - math/DFP/__signbitd128.c math/DFP/isinfd32.c \ - math/DFP/isinfd64.c math/DFP/isinfd128.c -am__objects_18 = crt/lib32_libmingwex_a-dllentry.$(OBJEXT) \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c \ + stdio/vsscanf.c stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c \ + stdio/mingw_asprintf.c stdio/mingw_vasprintf.c \ + math/x86/_chgsignl.S math/x86/acosf.c math/x86/acosh.c \ + math/x86/acosl.c math/x86/acosh.def.h math/x86/acoshf.c \ + math/x86/acoshl.c math/x86/asinf.c math/x86/asinh.c \ + math/x86/asinl.c math/x86/asinhf.c math/x86/asinhl.c \ + math/x86/atan2f.c math/x86/atan2.c math/x86/atan2l.c \ + math/x86/atanf.c math/x86/atanh.c math/x86/atanl.c \ + math/x86/atanhf.c math/x86/atanhl.c math/x86/ceil.S \ + math/x86/ceilf.S math/x86/ceill.S math/x86/copysignl.S \ + math/x86/cos.c math/x86/cos.def.h math/x86/cosf.c \ + math/x86/cosl.c math/x86/cosl_internal.S math/x86/cossin.c \ + math/x86/exp.c math/x86/exp.def.h math/x86/expl.c \ + math/x86/exp2.S math/x86/exp2f.S math/x86/exp2l.S \ + math/x86/expm1.c math/x86/expm1.def.h math/x86/expm1f.c \ + math/x86/expm1l.c math/x86/fastmath.h math/x86/floor.S \ + math/x86/floorf.S math/x86/floorl.S math/x86/fmod.c \ + math/x86/fmodf.c math/x86/fmodl.c math/x86/frexpl.S \ + math/x86/fucom.c math/x86/ilogb.S math/x86/ilogbf.S \ + math/x86/ilogbl.S math/x86/internal_logl.S math/x86/ldexp.c \ + math/x86/ldexpl.c math/x86/log.c math/x86/log.def.h \ + math/x86/log10l.S math/x86/log1p.S math/x86/log1pf.S \ + math/x86/log1pl.S math/x86/log2.S math/x86/log2f.S \ + math/x86/log2l.S math/x86/logb.c math/x86/logbf.c \ + math/x86/logbl.c math/x86/logl.c math/x86/nearbyint.S \ + math/x86/nearbyintf.S math/x86/nearbyintl.S math/x86/pow.c \ + math/x86/pow.def.h math/x86/powl.c math/x86/remainder.S \ + math/x86/remainderf.S math/x86/remainderl.S math/x86/remquo.S \ + math/x86/remquof.S math/x86/remquol.S math/x86/scalbn.S \ + math/x86/scalbnf.S math/x86/scalbnl.S math/x86/sin.c \ + math/x86/sin.def.h math/x86/sinf.c math/x86/sinl.c \ + math/x86/sinl_internal.S math/x86/tanf.c math/x86/tanl.S \ + math/x86/trunc.S math/x86/truncf.S math/DFP/__fpclassifyd32.c \ + math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ + math/DFP/__isnand32.c math/DFP/__isnand64.c \ + math/DFP/__isnand128.c math/DFP/__signbitd32.c \ + math/DFP/__signbitd64.c math/DFP/__signbitd128.c \ + math/DFP/isinfd32.c math/DFP/isinfd64.c math/DFP/isinfd128.c +am__objects_19 = crt/lib32_libmingwex_a-dllentry.$(OBJEXT) \ crt/lib32_libmingwex_a-dllmain.$(OBJEXT) \ complex/lib32_libmingwex_a-_cabs.$(OBJEXT) \ complex/lib32_libmingwex_a-cabs.$(OBJEXT) \ @@ -721,6 +817,9 @@ complex/lib32_libmingwex_a-clog.$(OBJEXT) \ complex/lib32_libmingwex_a-clogf.$(OBJEXT) \ complex/lib32_libmingwex_a-clogl.$(OBJEXT) \ + complex/lib32_libmingwex_a-clog10.$(OBJEXT) \ + complex/lib32_libmingwex_a-clog10f.$(OBJEXT) \ + complex/lib32_libmingwex_a-clog10l.$(OBJEXT) \ complex/lib32_libmingwex_a-conj.$(OBJEXT) \ complex/lib32_libmingwex_a-conjf.$(OBJEXT) \ complex/lib32_libmingwex_a-conjl.$(OBJEXT) \ @@ -763,21 +862,6 @@ gdtoa/lib32_libmingwex_a-strtopx.$(OBJEXT) \ gdtoa/lib32_libmingwex_a-sum.$(OBJEXT) \ gdtoa/lib32_libmingwex_a-ulp.$(OBJEXT) \ - math/lib32_libmingwex_a-_chgsignl.$(OBJEXT) \ - math/lib32_libmingwex_a-ceil.$(OBJEXT) \ - math/lib32_libmingwex_a-ceilf.$(OBJEXT) \ - math/lib32_libmingwex_a-ceill.$(OBJEXT) \ - math/lib32_libmingwex_a-copysignl.$(OBJEXT) \ - math/lib32_libmingwex_a-floor.$(OBJEXT) \ - math/lib32_libmingwex_a-floorf.$(OBJEXT) \ - math/lib32_libmingwex_a-floorl.$(OBJEXT) \ - math/lib32_libmingwex_a-fma.$(OBJEXT) \ - math/lib32_libmingwex_a-fmaf.$(OBJEXT) \ - math/lib32_libmingwex_a-nearbyint.$(OBJEXT) \ - math/lib32_libmingwex_a-nearbyintf.$(OBJEXT) \ - math/lib32_libmingwex_a-nearbyintl.$(OBJEXT) \ - math/lib32_libmingwex_a-trunc.$(OBJEXT) \ - math/lib32_libmingwex_a-truncf.$(OBJEXT) \ math/lib32_libmingwex_a-cbrt.$(OBJEXT) \ math/lib32_libmingwex_a-cbrtf.$(OBJEXT) \ math/lib32_libmingwex_a-cbrtl.$(OBJEXT) \ @@ -794,6 +878,8 @@ math/lib32_libmingwex_a-fdim.$(OBJEXT) \ math/lib32_libmingwex_a-fdimf.$(OBJEXT) \ math/lib32_libmingwex_a-fdiml.$(OBJEXT) \ + math/lib32_libmingwex_a-fma.$(OBJEXT) \ + math/lib32_libmingwex_a-fmaf.$(OBJEXT) \ math/lib32_libmingwex_a-fmal.$(OBJEXT) \ math/lib32_libmingwex_a-fmax.$(OBJEXT) \ math/lib32_libmingwex_a-fmaxf.$(OBJEXT) \ @@ -869,6 +955,7 @@ math/lib32_libmingwex_a-abs64.$(OBJEXT) \ misc/lib32_libmingwex_a-mingw_getsp.$(OBJEXT) \ misc/lib32_libmingwex_a-alarm.$(OBJEXT) \ + misc/lib32_libmingwex_a-assert.$(OBJEXT) \ misc/lib32_libmingwex_a-basename.$(OBJEXT) \ misc/lib32_libmingwex_a-btowc.$(OBJEXT) \ misc/lib32_libmingwex_a-delay-f.$(OBJEXT) \ @@ -963,6 +1050,7 @@ stdio/lib32_libmingwex_a-vswscanf2.$(OBJEXT) \ stdio/lib32_libmingwex_a-vwscanf2.$(OBJEXT) \ stdio/lib32_libmingwex_a-strtok_r.$(OBJEXT) \ + stdio/lib32_libmingwex_a-scanf.$(OBJEXT) \ stdio/lib32_libmingwex_a-_Exit.$(OBJEXT) \ stdio/lib32_libmingwex_a-_findfirst64i32.$(OBJEXT) \ stdio/lib32_libmingwex_a-_findnext64i32.$(OBJEXT) \ @@ -1029,7 +1117,6 @@ stdio/lib32_libmingwex_a-vfwscanf.$(OBJEXT) \ stdio/lib32_libmingwex_a-vscanf.$(OBJEXT) \ stdio/lib32_libmingwex_a-vsnprintf.$(OBJEXT) \ - stdio/lib32_libmingwex_a-vsnprintf_s.$(OBJEXT) \ stdio/lib32_libmingwex_a-vsnwprintf.$(OBJEXT) \ stdio/lib32_libmingwex_a-vsscanf.$(OBJEXT) \ stdio/lib32_libmingwex_a-vswscanf.$(OBJEXT) \ @@ -1037,78 +1124,92 @@ stdio/lib32_libmingwex_a-wtoll.$(OBJEXT) \ stdio/lib32_libmingwex_a-mingw_asprintf.$(OBJEXT) \ stdio/lib32_libmingwex_a-mingw_vasprintf.$(OBJEXT) -am__objects_19 = math/lib32_libmingwex_a-acosf.$(OBJEXT) \ - math/lib32_libmingwex_a-acosh.$(OBJEXT) \ - math/lib32_libmingwex_a-acosl.$(OBJEXT) \ - math/lib32_libmingwex_a-acoshf.$(OBJEXT) \ - math/lib32_libmingwex_a-acoshl.$(OBJEXT) \ - math/lib32_libmingwex_a-asinf.$(OBJEXT) \ - math/lib32_libmingwex_a-asinh.$(OBJEXT) \ - math/lib32_libmingwex_a-asinl.$(OBJEXT) \ - math/lib32_libmingwex_a-asinhf.$(OBJEXT) \ - math/lib32_libmingwex_a-asinhl.$(OBJEXT) \ - math/lib32_libmingwex_a-atan2f.$(OBJEXT) \ - math/lib32_libmingwex_a-atan2.$(OBJEXT) \ - math/lib32_libmingwex_a-atan2l.$(OBJEXT) \ - math/lib32_libmingwex_a-atanf.$(OBJEXT) \ - math/lib32_libmingwex_a-atanh.$(OBJEXT) \ - math/lib32_libmingwex_a-atanl.$(OBJEXT) \ - math/lib32_libmingwex_a-atanhf.$(OBJEXT) \ - math/lib32_libmingwex_a-atanhl.$(OBJEXT) \ - math/lib32_libmingwex_a-cos.$(OBJEXT) \ - math/lib32_libmingwex_a-cosf.$(OBJEXT) \ - math/lib32_libmingwex_a-cosl.$(OBJEXT) \ - math/lib32_libmingwex_a-cosl_internal.$(OBJEXT) \ - math/lib32_libmingwex_a-cossin.$(OBJEXT) \ - math/lib32_libmingwex_a-exp.$(OBJEXT) \ - math/lib32_libmingwex_a-expl.$(OBJEXT) \ - math/lib32_libmingwex_a-exp2.$(OBJEXT) \ - math/lib32_libmingwex_a-exp2f.$(OBJEXT) \ - math/lib32_libmingwex_a-exp2l.$(OBJEXT) \ - math/lib32_libmingwex_a-expm1.$(OBJEXT) \ - math/lib32_libmingwex_a-expm1f.$(OBJEXT) \ - math/lib32_libmingwex_a-expm1l.$(OBJEXT) \ - math/lib32_libmingwex_a-fmod.$(OBJEXT) \ - math/lib32_libmingwex_a-fmodf.$(OBJEXT) \ - math/lib32_libmingwex_a-fmodl.$(OBJEXT) \ - math/lib32_libmingwex_a-frexpl.$(OBJEXT) \ - math/lib32_libmingwex_a-fucom.$(OBJEXT) \ - math/lib32_libmingwex_a-ilogb.$(OBJEXT) \ - math/lib32_libmingwex_a-ilogbf.$(OBJEXT) \ - math/lib32_libmingwex_a-ilogbl.$(OBJEXT) \ - math/lib32_libmingwex_a-internal_logl.$(OBJEXT) \ - math/lib32_libmingwex_a-ldexp.$(OBJEXT) \ - math/lib32_libmingwex_a-ldexpl.$(OBJEXT) \ - math/lib32_libmingwex_a-log.$(OBJEXT) \ - math/lib32_libmingwex_a-log10l.$(OBJEXT) \ - math/lib32_libmingwex_a-log1p.$(OBJEXT) \ - math/lib32_libmingwex_a-log1pf.$(OBJEXT) \ - math/lib32_libmingwex_a-log1pl.$(OBJEXT) \ - math/lib32_libmingwex_a-log2.$(OBJEXT) \ - math/lib32_libmingwex_a-log2f.$(OBJEXT) \ - math/lib32_libmingwex_a-log2l.$(OBJEXT) \ - math/lib32_libmingwex_a-logb.$(OBJEXT) \ - math/lib32_libmingwex_a-logbf.$(OBJEXT) \ - math/lib32_libmingwex_a-logbl.$(OBJEXT) \ - math/lib32_libmingwex_a-logl.$(OBJEXT) \ - math/lib32_libmingwex_a-pow.$(OBJEXT) \ - math/lib32_libmingwex_a-powl.$(OBJEXT) \ - math/lib32_libmingwex_a-remainder.$(OBJEXT) \ - math/lib32_libmingwex_a-remainderf.$(OBJEXT) \ - math/lib32_libmingwex_a-remainderl.$(OBJEXT) \ - math/lib32_libmingwex_a-remquo.$(OBJEXT) \ - math/lib32_libmingwex_a-remquof.$(OBJEXT) \ - math/lib32_libmingwex_a-remquol.$(OBJEXT) \ - math/lib32_libmingwex_a-scalbn.$(OBJEXT) \ - math/lib32_libmingwex_a-scalbnf.$(OBJEXT) \ - math/lib32_libmingwex_a-scalbnl.$(OBJEXT) \ - math/lib32_libmingwex_a-sin.$(OBJEXT) \ - math/lib32_libmingwex_a-sinf.$(OBJEXT) \ - math/lib32_libmingwex_a-sinl.$(OBJEXT) \ - math/lib32_libmingwex_a-sinl_internal.$(OBJEXT) \ - math/lib32_libmingwex_a-tanf.$(OBJEXT) \ - math/lib32_libmingwex_a-tanl.$(OBJEXT) -@ENABLE_DFP_TRUE@am__objects_20 = math/DFP/lib32_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ +am__objects_20 = math/x86/lib32_libmingwex_a-_chgsignl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-acosf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-acosh.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-acosl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-acoshf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-acoshl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-asinf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-asinh.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-asinl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-asinhf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-asinhl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atan2f.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atan2.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atan2l.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atanf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atanh.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atanl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atanhf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-atanhl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ceil.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ceilf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ceill.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-copysignl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-cos.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-cosf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-cosl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-cosl_internal.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-cossin.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-exp.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-expl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-exp2.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-exp2f.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-exp2l.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-expm1.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-expm1f.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-expm1l.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-floor.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-floorf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-floorl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-fmod.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-fmodf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-fmodl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-frexpl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-fucom.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ilogb.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ilogbf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ilogbl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-internal_logl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ldexp.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-ldexpl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log10l.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log1p.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log1pf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log1pl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log2.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log2f.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-log2l.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-logb.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-logbf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-logbl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-logl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-nearbyint.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-nearbyintf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-nearbyintl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-pow.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-powl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remainder.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remainderf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remainderl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remquo.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remquof.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-remquol.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-scalbn.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-scalbnf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-scalbnl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-sin.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-sinf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-sinl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-sinl_internal.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-tanf.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-tanl.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-trunc.$(OBJEXT) \ + math/x86/lib32_libmingwex_a-truncf.$(OBJEXT) +am__objects_21 = $(am__objects_20) +@ENABLE_DFP_TRUE@am__objects_22 = math/DFP/lib32_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib32_libmingwex_a-__fpclassifyd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib32_libmingwex_a-__fpclassifyd128.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib32_libmingwex_a-__isnand32.$(OBJEXT) \ @@ -1121,25 +1222,108 @@ @ENABLE_DFP_TRUE@ math/DFP/lib32_libmingwex_a-isinfd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib32_libmingwex_a-isinfd128.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@am_lib32_libmingwex_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_18) $(am__objects_19) \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_20) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_19) $(am__objects_21) \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_22) lib32_libmingwex_a_OBJECTS = $(am_lib32_libmingwex_a_OBJECTS) lib32_libmingwthrd_a_AR = $(AR) $(ARFLAGS) lib32_libmingwthrd_a_LIBADD = am__lib32_libmingwthrd_a_SOURCES_DIST = libsrc/mingwthrd_mt.c -am__objects_21 = libsrc/lib32_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) +am__objects_23 = libsrc/lib32_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@am_lib32_libmingwthrd_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_21) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_23) lib32_libmingwthrd_a_OBJECTS = $(am_lib32_libmingwthrd_a_OBJECTS) lib32_libmoldname_a_AR = $(AR) $(ARFLAGS) lib32_libmoldname_a_LIBADD = am__lib32_libmoldname_a_SOURCES_DIST = _libm_dummy.c -am__objects_22 = lib32_libmoldname_a-_libm_dummy.$(OBJEXT) +am__objects_24 = lib32_libmoldname_a-_libm_dummy.$(OBJEXT) @LIB32_TRUE@@W32API_FALSE@am_lib32_libmoldname_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_22) +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_24) lib32_libmoldname_a_OBJECTS = $(am_lib32_libmoldname_a_OBJECTS) -lib32_libmsvcrt_a_LIBADD = -am__lib32_libmsvcrt_a_SOURCES_DIST = misc/_configthreadlocale.c \ +lib32_libmsvcr100_a_LIBADD = +am__lib32_libmsvcr100_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr100.def.in +am__objects_25 = misc/lib32_libmsvcr100_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr100_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr100_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr100_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_25) +lib32_libmsvcr100_a_OBJECTS = $(am_lib32_libmsvcr100_a_OBJECTS) +lib32_libmsvcr110_a_LIBADD = +am__lib32_libmsvcr110_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr110.def.in +am__objects_26 = misc/lib32_libmsvcr110_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr110_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr110_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr110_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_26) +lib32_libmsvcr110_a_OBJECTS = $(am_lib32_libmsvcr110_a_OBJECTS) +lib32_libmsvcr120_a_LIBADD = +am__lib32_libmsvcr120_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr120.def.in +am__objects_27 = misc/lib32_libmsvcr120_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr120_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr120_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr120_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_27) +lib32_libmsvcr120_a_OBJECTS = $(am_lib32_libmsvcr120_a_OBJECTS) +lib32_libmsvcr120_app_a_LIBADD = +am__lib32_libmsvcr120_app_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr120_app.def.in +am__objects_28 = misc/lib32_libmsvcr120_app_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr120_app_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr120_app_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr120_app_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_28) +lib32_libmsvcr120_app_a_OBJECTS = \ + $(am_lib32_libmsvcr120_app_a_OBJECTS) +lib32_libmsvcr120d_a_LIBADD = +am__lib32_libmsvcr120d_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr120d.def.in +am__objects_29 = misc/lib32_libmsvcr120d_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr120d_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr120d_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr120d_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_29) +lib32_libmsvcr120d_a_OBJECTS = $(am_lib32_libmsvcr120d_a_OBJECTS) +lib32_libmsvcr80_a_LIBADD = +am__lib32_libmsvcr80_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr80.def.in +am__objects_30 = misc/lib32_libmsvcr80_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr80_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr80_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr80_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_30) +lib32_libmsvcr80_a_OBJECTS = $(am_lib32_libmsvcr80_a_OBJECTS) +lib32_libmsvcr90_a_LIBADD = +am__lib32_libmsvcr90_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr90.def.in +am__objects_31 = misc/lib32_libmsvcr90_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr90_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr90_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr90_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_31) +lib32_libmsvcr90_a_OBJECTS = $(am_lib32_libmsvcr90_a_OBJECTS) +lib32_libmsvcr90d_a_LIBADD = +am__lib32_libmsvcr90d_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib32/msvcr90d.def.in +am__objects_32 = misc/lib32_libmsvcr90d_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcr90d_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcr90d_a-acrt_iob_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcr90d_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_32) +lib32_libmsvcr90d_a_OBJECTS = $(am_lib32_libmsvcr90d_a_OBJECTS) +lib32_libmsvcrt_os_a_LIBADD = +am__lib32_libmsvcrt_os_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + misc/_configthreadlocale.c misc/_get_current_locale.c \ misc/invalid_parameter_handler.c misc/output_format.c \ misc/purecall.c secapi/_access_s.c secapi/_cgets_s.c \ secapi/_cgetws_s.c secapi/_chsize_s.c secapi/_controlfp_s.c \ @@ -1158,104 +1342,162 @@ secapi/memcpy_s.c secapi/memmove_s.c secapi/rand_s.c \ secapi/sprintf_s.c secapi/strerror_s.c secapi/vsprintf_s.c \ secapi/wmemcpy_s.c secapi/wmemmove_s.c stdio/mingw_lock.c \ - misc/lc_locale_func.c lib32/msvcrt.def.in -am__objects_23 = misc/lib32_libmsvcrt_a-_configthreadlocale.$(OBJEXT) \ - misc/lib32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT) \ - misc/lib32_libmsvcrt_a-output_format.$(OBJEXT) \ - misc/lib32_libmsvcrt_a-purecall.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_access_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cgets_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cgetws_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_chsize_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_controlfp_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cprintf_s_l.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_ctime32_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_ctime64_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cwprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_gmtime32_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_gmtime64_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_localtime32_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_localtime64_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_mktemp_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_sopen_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_strdate_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_strtime_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_umask_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vcprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vcwprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vscprintf_p.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vscwprintf_p.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_vswprintf_p.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_waccess_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wasctime_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wctime32_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wctime64_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wstrtime_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wmktemp_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-_wstrdate_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-asctime_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-memcpy_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-memmove_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-rand_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-sprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-strerror_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-vsprintf_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-wmemcpy_s.$(OBJEXT) \ - secapi/lib32_libmsvcrt_a-wmemmove_s.$(OBJEXT) \ - stdio/lib32_libmsvcrt_a-mingw_lock.$(OBJEXT) -am__objects_24 = $(am__objects_23) \ - misc/lib32_libmsvcrt_a-lc_locale_func.$(OBJEXT) -@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcrt_a_OBJECTS = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__objects_24) -lib32_libmsvcrt_a_OBJECTS = $(am_lib32_libmsvcrt_a_OBJECTS) + misc/lc_locale_func.c lib-common/msvcrt.def.in +am__objects_33 = misc/lib32_libmsvcrt_os_a-onexit_table.$(OBJEXT) \ + misc/lib32_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib32_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT) +am__objects_34 = $(am__objects_33) \ + misc/lib32_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT) \ + misc/lib32_libmsvcrt_os_a-_get_current_locale.$(OBJEXT) \ + misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT) \ + misc/lib32_libmsvcrt_os_a-output_format.$(OBJEXT) \ + misc/lib32_libmsvcrt_os_a-purecall.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_access_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cgets_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cgetws_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_chsize_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_controlfp_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_ctime32_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_ctime64_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_localtime32_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_localtime64_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_mktemp_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_sopen_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_strdate_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_strtime_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_umask_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_waccess_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wasctime_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wctime32_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wctime64_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-asctime_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-memcpy_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-memmove_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-rand_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-sprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-strerror_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-vsprintf_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT) \ + secapi/lib32_libmsvcrt_os_a-wmemmove_s.$(OBJEXT) \ + stdio/lib32_libmsvcrt_os_a-mingw_lock.$(OBJEXT) +am__objects_35 = $(am__objects_34) \ + misc/lib32_libmsvcrt_os_a-lc_locale_func.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libmsvcrt_os_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_35) +lib32_libmsvcrt_os_a_OBJECTS = $(am_lib32_libmsvcrt_os_a_OBJECTS) lib32_libportabledeviceguids_a_AR = $(AR) $(ARFLAGS) lib32_libportabledeviceguids_a_LIBADD = am__lib32_libportabledeviceguids_a_SOURCES_DIST = \ libsrc/portabledeviceguids.c -am__objects_25 = libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) +am__objects_36 = libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) @LIB32_TRUE@am_lib32_libportabledeviceguids_a_OBJECTS = \ -@LIB32_TRUE@ $(am__objects_25) +@LIB32_TRUE@ $(am__objects_36) lib32_libportabledeviceguids_a_OBJECTS = \ $(am_lib32_libportabledeviceguids_a_OBJECTS) lib32_libsapi_a_AR = $(AR) $(ARFLAGS) lib32_libsapi_a_LIBADD = am__lib32_libsapi_a_SOURCES_DIST = libsrc/sapi.c -am__objects_26 = libsrc/lib32_libsapi_a-sapi.$(OBJEXT) -@LIB32_TRUE@am_lib32_libsapi_a_OBJECTS = $(am__objects_26) +am__objects_37 = libsrc/lib32_libsapi_a-sapi.$(OBJEXT) +@LIB32_TRUE@am_lib32_libsapi_a_OBJECTS = $(am__objects_37) lib32_libsapi_a_OBJECTS = $(am_lib32_libsapi_a_OBJECTS) lib32_libscrnsave_a_AR = $(AR) $(ARFLAGS) lib32_libscrnsave_a_LIBADD = am__lib32_libscrnsave_a_SOURCES_DIST = libsrc/scrnsave.c -am__objects_27 = libsrc/lib32_libscrnsave_a-scrnsave.$(OBJEXT) -@LIB32_TRUE@am_lib32_libscrnsave_a_OBJECTS = $(am__objects_27) +am__objects_38 = libsrc/lib32_libscrnsave_a-scrnsave.$(OBJEXT) +@LIB32_TRUE@am_lib32_libscrnsave_a_OBJECTS = $(am__objects_38) lib32_libscrnsave_a_OBJECTS = $(am_lib32_libscrnsave_a_OBJECTS) lib32_libscrnsavw_a_AR = $(AR) $(ARFLAGS) lib32_libscrnsavw_a_LIBADD = am__lib32_libscrnsavw_a_SOURCES_DIST = libsrc/scrnsave.c -am__objects_28 = libsrc/lib32_libscrnsavw_a-scrnsave.$(OBJEXT) -@LIB32_TRUE@am_lib32_libscrnsavw_a_OBJECTS = $(am__objects_28) +am__objects_39 = libsrc/lib32_libscrnsavw_a-scrnsave.$(OBJEXT) +@LIB32_TRUE@am_lib32_libscrnsavw_a_OBJECTS = $(am__objects_39) lib32_libscrnsavw_a_OBJECTS = $(am_lib32_libscrnsavw_a_OBJECTS) lib32_libsensorsapi_a_AR = $(AR) $(ARFLAGS) lib32_libsensorsapi_a_LIBADD = am__lib32_libsensorsapi_a_SOURCES_DIST = libsrc/sensorsapi.c -am__objects_29 = libsrc/lib32_libsensorsapi_a-sensorsapi.$(OBJEXT) -@LIB32_TRUE@am_lib32_libsensorsapi_a_OBJECTS = $(am__objects_29) +am__objects_40 = libsrc/lib32_libsensorsapi_a-sensorsapi.$(OBJEXT) +@LIB32_TRUE@am_lib32_libsensorsapi_a_OBJECTS = $(am__objects_40) lib32_libsensorsapi_a_OBJECTS = $(am_lib32_libsensorsapi_a_OBJECTS) lib32_libshell32_a_LIBADD = am__lib32_libshell32_a_SOURCES_DIST = libsrc/shell32.c -am__objects_30 = libsrc/lib32_libshell32_a-shell32.$(OBJEXT) -@LIB32_TRUE@am_lib32_libshell32_a_OBJECTS = $(am__objects_30) +am__objects_41 = libsrc/lib32_libshell32_a-shell32.$(OBJEXT) +@LIB32_TRUE@am_lib32_libshell32_a_OBJECTS = $(am__objects_41) lib32_libshell32_a_OBJECTS = $(am_lib32_libshell32_a_OBJECTS) lib32_libstrmiids_a_AR = $(AR) $(ARFLAGS) lib32_libstrmiids_a_LIBADD = am__lib32_libstrmiids_a_SOURCES_DIST = libsrc/strmiids.c -am__objects_31 = libsrc/lib32_libstrmiids_a-strmiids.$(OBJEXT) -@LIB32_TRUE@am_lib32_libstrmiids_a_OBJECTS = $(am__objects_31) +am__objects_42 = libsrc/lib32_libstrmiids_a-strmiids.$(OBJEXT) +@LIB32_TRUE@am_lib32_libstrmiids_a_OBJECTS = $(am__objects_42) lib32_libstrmiids_a_OBJECTS = $(am_lib32_libstrmiids_a_OBJECTS) +lib32_libtaskschd_a_AR = $(AR) $(ARFLAGS) +lib32_libtaskschd_a_LIBADD = +am__lib32_libtaskschd_a_SOURCES_DIST = libsrc/taskschd.c +am__objects_43 = libsrc/lib32_libtaskschd_a-taskschd.$(OBJEXT) +@LIB32_TRUE@am_lib32_libtaskschd_a_OBJECTS = $(am__objects_43) +lib32_libtaskschd_a_OBJECTS = $(am_lib32_libtaskschd_a_OBJECTS) +lib32_libucrt_a_AR = $(AR) $(ARFLAGS) +lib32_libucrt_a_LIBADD = +lib32_libucrt_a_SOURCES = lib32/libucrt.c +lib32_libucrt_a_OBJECTS = lib32/libucrt.$(OBJEXT) +lib32_libucrt_extra_a_AR = $(AR) $(ARFLAGS) +lib32_libucrt_extra_a_LIBADD = +am__lib32_libucrt_extra_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c +am__objects_44 = crt/lib32_libucrt_extra_a-ucrtbase_compat.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_fprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_printf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_snprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_sprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_vprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/lib32_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libucrt_extra_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_44) +lib32_libucrt_extra_a_OBJECTS = $(am_lib32_libucrt_extra_a_OBJECTS) +lib32_libucrtbase_a_LIBADD = +am__lib32_libucrtbase_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c lib-common/ucrtbase.def.in +am__objects_45 = crt/lib32_libucrtbase_a-ucrtbase_compat.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_fprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_printf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_snprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_sprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_vprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/lib32_libucrtbase_a-ucrt_vsprintf.$(OBJEXT) +@LIB32_TRUE@@W32API_FALSE@am_lib32_libucrtbase_a_OBJECTS = \ +@LIB32_TRUE@@W32API_FALSE@ $(am__objects_45) +lib32_libucrtbase_a_OBJECTS = $(am_lib32_libucrtbase_a_OBJECTS) lib32_libuuid_a_AR = $(AR) $(ARFLAGS) lib32_libuuid_a_LIBADD = am__lib32_libuuid_a_SOURCES_DIST = libsrc/ativscp-uuid.c \ @@ -1273,9 +1515,10 @@ libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c \ libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c \ libsrc/power-uuid.c libsrc/powrprof-uuid.c \ - libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ - libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c -am__objects_32 = libsrc/lib32_libuuid_a-ativscp-uuid.$(OBJEXT) \ + libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c \ + libsrc/usbiodef-uuid.c libsrc/uuid.c libsrc/vds-uuid.c \ + libsrc/virtdisk-uuid.c libsrc/wia-uuid.c +am__objects_46 = libsrc/lib32_libuuid_a-ativscp-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-atsmedia-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-bth-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-cguid-uuid.$(OBJEXT) \ @@ -1311,34 +1554,34 @@ libsrc/lib32_libuuid_a-oleidl-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-power-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-powrprof-uuid.$(OBJEXT) \ + libsrc/lib32_libuuid_a-uianimation-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-usbcamdi-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-usbiodef-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-vds-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-virtdisk-uuid.$(OBJEXT) \ libsrc/lib32_libuuid_a-wia-uuid.$(OBJEXT) -@LIB32_TRUE@am_lib32_libuuid_a_OBJECTS = $(am__objects_32) +@LIB32_TRUE@am_lib32_libuuid_a_OBJECTS = $(am__objects_46) lib32_libuuid_a_OBJECTS = $(am_lib32_libuuid_a_OBJECTS) lib32_libwbemuuid_a_AR = $(AR) $(ARFLAGS) lib32_libwbemuuid_a_LIBADD = am__lib32_libwbemuuid_a_SOURCES_DIST = libsrc/wbemuuid.c -am__objects_33 = libsrc/lib32_libwbemuuid_a-wbemuuid.$(OBJEXT) -@LIB32_TRUE@am_lib32_libwbemuuid_a_OBJECTS = $(am__objects_33) +am__objects_47 = libsrc/lib32_libwbemuuid_a-wbemuuid.$(OBJEXT) +@LIB32_TRUE@am_lib32_libwbemuuid_a_OBJECTS = $(am__objects_47) lib32_libwbemuuid_a_OBJECTS = $(am_lib32_libwbemuuid_a_OBJECTS) -lib32_libwindowscodecs_a_AR = $(AR) $(ARFLAGS) lib32_libwindowscodecs_a_LIBADD = am__lib32_libwindowscodecs_a_SOURCES_DIST = libsrc/windowscodecs.c -am__objects_34 = \ +am__objects_48 = \ libsrc/lib32_libwindowscodecs_a-windowscodecs.$(OBJEXT) -@LIB32_TRUE@am_lib32_libwindowscodecs_a_OBJECTS = $(am__objects_34) +@LIB32_TRUE@am_lib32_libwindowscodecs_a_OBJECTS = $(am__objects_48) lib32_libwindowscodecs_a_OBJECTS = \ $(am_lib32_libwindowscodecs_a_OBJECTS) lib32_libwmcodecdspuuid_a_AR = $(AR) $(ARFLAGS) lib32_libwmcodecdspuuid_a_LIBADD = am__lib32_libwmcodecdspuuid_a_SOURCES_DIST = libsrc/wmcodecdspuuid.c -am__objects_35 = \ +am__objects_49 = \ libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.$(OBJEXT) -@LIB32_TRUE@am_lib32_libwmcodecdspuuid_a_OBJECTS = $(am__objects_35) +@LIB32_TRUE@am_lib32_libwmcodecdspuuid_a_OBJECTS = $(am__objects_49) lib32_libwmcodecdspuuid_a_OBJECTS = \ $(am_lib32_libwmcodecdspuuid_a_OBJECTS) lib32_libws2_32_a_LIBADD = @@ -1376,7 +1619,7 @@ libsrc/wspiapi/WspiapiGetAddrInfo.c \ libsrc/wspiapi/WspiapiGetNameInfo.c \ libsrc/wspiapi/WspiapiFreeAddrInfo.c -am__objects_36 = libsrc/lib32_libws2_32_a-ws2_32.$(OBJEXT) \ +am__objects_50 = libsrc/lib32_libws2_32_a-ws2_32.$(OBJEXT) \ libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.$(OBJEXT) \ libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.$(OBJEXT) \ libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.$(OBJEXT) \ @@ -1411,14 +1654,23 @@ libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.$(OBJEXT) \ libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.$(OBJEXT) \ libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.$(OBJEXT) -@LIB32_TRUE@am_lib32_libws2_32_a_OBJECTS = $(am__objects_36) +@LIB32_TRUE@am_lib32_libws2_32_a_OBJECTS = $(am__objects_50) lib32_libws2_32_a_OBJECTS = $(am_lib32_libws2_32_a_OBJECTS) lib64_libamstrmid_a_AR = $(AR) $(ARFLAGS) lib64_libamstrmid_a_LIBADD = am__lib64_libamstrmid_a_SOURCES_DIST = libsrc/amstrmid.c -am__objects_37 = libsrc/lib64_libamstrmid_a-amstrmid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libamstrmid_a_OBJECTS = $(am__objects_37) +am__objects_51 = libsrc/lib64_libamstrmid_a-amstrmid.$(OBJEXT) +@LIB64_TRUE@am_lib64_libamstrmid_a_OBJECTS = $(am__objects_51) lib64_libamstrmid_a_OBJECTS = $(am_lib64_libamstrmid_a_OBJECTS) +lib64_libcrtdll_a_LIBADD = +am__lib64_libcrtdll_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c +am__objects_52 = misc/lib64_libcrtdll_a-onexit_table.$(OBJEXT) \ + misc/lib64_libcrtdll_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libcrtdll_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libcrtdll_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_52) +lib64_libcrtdll_a_OBJECTS = $(am_lib64_libcrtdll_a_OBJECTS) lib64_libdelayimp_a_AR = $(AR) $(ARFLAGS) lib64_libdelayimp_a_LIBADD = am_lib64_libdelayimp_a_OBJECTS = @@ -1427,54 +1679,54 @@ am__lib64_libdinput_a_SOURCES_DIST = libsrc/dinput_kbd.c \ libsrc/dinput_joy.c libsrc/dinput_joy2.c libsrc/dinput_mouse.c \ libsrc/dinput_mouse2.c -am__objects_38 = libsrc/lib64_libdinput_a-dinput_kbd.$(OBJEXT) \ +am__objects_53 = libsrc/lib64_libdinput_a-dinput_kbd.$(OBJEXT) \ libsrc/lib64_libdinput_a-dinput_joy.$(OBJEXT) \ libsrc/lib64_libdinput_a-dinput_joy2.$(OBJEXT) \ libsrc/lib64_libdinput_a-dinput_mouse.$(OBJEXT) \ libsrc/lib64_libdinput_a-dinput_mouse2.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdinput_a_OBJECTS = $(am__objects_38) +@LIB64_TRUE@am_lib64_libdinput_a_OBJECTS = $(am__objects_53) lib64_libdinput_a_OBJECTS = $(am_lib64_libdinput_a_OBJECTS) lib64_libdinput8_a_LIBADD = am__lib64_libdinput8_a_SOURCES_DIST = libsrc/dinput_private.h \ libsrc/dinput_joy.c libsrc/dinput_joy2.c libsrc/dinput_mouse.c \ libsrc/dinput_mouse2.c libsrc/dinput_kbd.c -am__objects_39 = libsrc/lib64_libdinput8_a-dinput_joy.$(OBJEXT) \ +am__objects_54 = libsrc/lib64_libdinput8_a-dinput_joy.$(OBJEXT) \ libsrc/lib64_libdinput8_a-dinput_joy2.$(OBJEXT) \ libsrc/lib64_libdinput8_a-dinput_mouse.$(OBJEXT) \ libsrc/lib64_libdinput8_a-dinput_mouse2.$(OBJEXT) \ libsrc/lib64_libdinput8_a-dinput_kbd.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdinput8_a_OBJECTS = $(am__objects_39) +@LIB64_TRUE@am_lib64_libdinput8_a_OBJECTS = $(am__objects_54) lib64_libdinput8_a_OBJECTS = $(am_lib64_libdinput8_a_OBJECTS) lib64_libdmoguids_a_AR = $(AR) $(ARFLAGS) lib64_libdmoguids_a_LIBADD = am__lib64_libdmoguids_a_SOURCES_DIST = libsrc/dmoguids.c -am__objects_40 = libsrc/lib64_libdmoguids_a-dmoguids.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdmoguids_a_OBJECTS = $(am__objects_40) +am__objects_55 = libsrc/lib64_libdmoguids_a-dmoguids.$(OBJEXT) +@LIB64_TRUE@am_lib64_libdmoguids_a_OBJECTS = $(am__objects_55) lib64_libdmoguids_a_OBJECTS = $(am_lib64_libdmoguids_a_OBJECTS) lib64_libdxerr8_a_AR = $(AR) $(ARFLAGS) lib64_libdxerr8_a_LIBADD = am__lib64_libdxerr8_a_SOURCES_DIST = libsrc/dxerr8.c libsrc/dxerr8w.c -am__objects_41 = libsrc/lib64_libdxerr8_a-dxerr8.$(OBJEXT) \ +am__objects_56 = libsrc/lib64_libdxerr8_a-dxerr8.$(OBJEXT) \ libsrc/lib64_libdxerr8_a-dxerr8w.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdxerr8_a_OBJECTS = $(am__objects_41) +@LIB64_TRUE@am_lib64_libdxerr8_a_OBJECTS = $(am__objects_56) lib64_libdxerr8_a_OBJECTS = $(am_lib64_libdxerr8_a_OBJECTS) lib64_libdxerr9_a_AR = $(AR) $(ARFLAGS) lib64_libdxerr9_a_LIBADD = am__lib64_libdxerr9_a_SOURCES_DIST = libsrc/dxerr9.c libsrc/dxerr9w.c -am__objects_42 = libsrc/lib64_libdxerr9_a-dxerr9.$(OBJEXT) \ +am__objects_57 = libsrc/lib64_libdxerr9_a-dxerr9.$(OBJEXT) \ libsrc/lib64_libdxerr9_a-dxerr9w.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdxerr9_a_OBJECTS = $(am__objects_42) +@LIB64_TRUE@am_lib64_libdxerr9_a_OBJECTS = $(am__objects_57) lib64_libdxerr9_a_OBJECTS = $(am_lib64_libdxerr9_a_OBJECTS) lib64_libdxguid_a_AR = $(AR) $(ARFLAGS) lib64_libdxguid_a_LIBADD = am__lib64_libdxguid_a_SOURCES_DIST = libsrc/dxguid.c -am__objects_43 = libsrc/lib64_libdxguid_a-dxguid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libdxguid_a_OBJECTS = $(am__objects_43) +am__objects_58 = libsrc/lib64_libdxguid_a-dxguid.$(OBJEXT) +@LIB64_TRUE@am_lib64_libdxguid_a_OBJECTS = $(am__objects_58) lib64_libdxguid_a_OBJECTS = $(am_lib64_libdxguid_a_OBJECTS) lib64_libgdiplus_a_LIBADD = am__lib64_libgdiplus_a_SOURCES_DIST = libsrc/gdiplus.c -am__objects_44 = libsrc/lib64_libgdiplus_a-gdiplus.$(OBJEXT) -@LIB64_TRUE@am_lib64_libgdiplus_a_OBJECTS = $(am__objects_44) +am__objects_59 = libsrc/lib64_libgdiplus_a-gdiplus.$(OBJEXT) +@LIB64_TRUE@am_lib64_libgdiplus_a_OBJECTS = $(am__objects_59) lib64_libgdiplus_a_OBJECTS = $(am_lib64_libgdiplus_a_OBJECTS) lib64_libgmon_a_AR = $(AR) $(ARFLAGS) lib64_libgmon_a_LIBADD = @@ -1525,8 +1777,9 @@ intrincs/_umul128.c intrincs/__movsq.c intrincs/__stosq.c \ intrincs/__shiftright128.c intrincs/bittestci64.c \ intrincs/__faststorefence.c intrincs/__shiftleft128.c \ - intrincs/readcr8.c intrincs/writecr8.c -am__objects_45 = intrincs/lib64_libkernel32_a-__movsb.$(OBJEXT) \ + intrincs/readcr8.c intrincs/writecr8.c \ + lib-common/kernel32.def.in +am__objects_60 = intrincs/lib64_libkernel32_a-__movsb.$(OBJEXT) \ intrincs/lib64_libkernel32_a-__movsd.$(OBJEXT) \ intrincs/lib64_libkernel32_a-__movsw.$(OBJEXT) \ intrincs/lib64_libkernel32_a-__stosb.$(OBJEXT) \ @@ -1590,7 +1843,7 @@ intrincs/lib64_libkernel32_a-writemsr.$(OBJEXT) \ intrincs/lib64_libkernel32_a-__int2c.$(OBJEXT) \ intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.$(OBJEXT) -am__objects_46 = intrincs/lib64_libkernel32_a-bittest64.$(OBJEXT) \ +am__objects_61 = intrincs/lib64_libkernel32_a-bittest64.$(OBJEXT) \ intrincs/lib64_libkernel32_a-bittestc64.$(OBJEXT) \ intrincs/lib64_libkernel32_a-bittestr64.$(OBJEXT) \ intrincs/lib64_libkernel32_a-bittestri64.$(OBJEXT) \ @@ -1620,59 +1873,58 @@ intrincs/lib64_libkernel32_a-__shiftleft128.$(OBJEXT) \ intrincs/lib64_libkernel32_a-readcr8.$(OBJEXT) \ intrincs/lib64_libkernel32_a-writecr8.$(OBJEXT) -@LIB64_TRUE@am_lib64_libkernel32_a_OBJECTS = $(am__objects_45) \ -@LIB64_TRUE@ $(am__objects_46) +@LIB64_TRUE@am_lib64_libkernel32_a_OBJECTS = $(am__objects_60) \ +@LIB64_TRUE@ $(am__objects_61) lib64_libkernel32_a_OBJECTS = $(am_lib64_libkernel32_a_OBJECTS) lib64_libksguid_a_AR = $(AR) $(ARFLAGS) lib64_libksguid_a_LIBADD = am__lib64_libksguid_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_47 = libsrc/lib64_libksguid_a-ksuser.$(OBJEXT) -@LIB64_TRUE@am_lib64_libksguid_a_OBJECTS = $(am__objects_47) +am__objects_62 = libsrc/lib64_libksguid_a-ksuser.$(OBJEXT) +@LIB64_TRUE@am_lib64_libksguid_a_OBJECTS = $(am__objects_62) lib64_libksguid_a_OBJECTS = $(am_lib64_libksguid_a_OBJECTS) lib64_libksuser_a_LIBADD = am__lib64_libksuser_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_48 = libsrc/lib64_libksuser_a-ksuser.$(OBJEXT) -@LIB64_TRUE@am_lib64_libksuser_a_OBJECTS = $(am__objects_48) +am__objects_63 = libsrc/lib64_libksuser_a-ksuser.$(OBJEXT) +@LIB64_TRUE@am_lib64_libksuser_a_OBJECTS = $(am__objects_63) lib64_libksuser_a_OBJECTS = $(am_lib64_libksuser_a_OBJECTS) lib64_liblargeint_a_AR = $(AR) $(ARFLAGS) lib64_liblargeint_a_LIBADD = am__lib64_liblargeint_a_SOURCES_DIST = libsrc/largeint.c -am__objects_49 = libsrc/lib64_liblargeint_a-largeint.$(OBJEXT) +am__objects_64 = libsrc/lib64_liblargeint_a-largeint.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@am_lib64_liblargeint_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_49) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_64) lib64_liblargeint_a_OBJECTS = $(am_lib64_liblargeint_a_OBJECTS) lib64_liblocationapi_a_AR = $(AR) $(ARFLAGS) lib64_liblocationapi_a_LIBADD = am__lib64_liblocationapi_a_SOURCES_DIST = libsrc/locationapi.c -am__objects_50 = libsrc/lib64_liblocationapi_a-locationapi.$(OBJEXT) -@LIB64_TRUE@am_lib64_liblocationapi_a_OBJECTS = $(am__objects_50) +am__objects_65 = libsrc/lib64_liblocationapi_a-locationapi.$(OBJEXT) +@LIB64_TRUE@am_lib64_liblocationapi_a_OBJECTS = $(am__objects_65) lib64_liblocationapi_a_OBJECTS = $(am_lib64_liblocationapi_a_OBJECTS) lib64_libm_a_AR = $(AR) $(ARFLAGS) lib64_libm_a_LIBADD = -am__objects_51 = lib64_libm_a-_libm_dummy.$(OBJEXT) +am__objects_66 = lib64_libm_a-_libm_dummy.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@nodist_lib64_libm_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_51) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_66) lib64_libm_a_OBJECTS = $(nodist_lib64_libm_a_OBJECTS) lib64_libmfuuid_a_AR = $(AR) $(ARFLAGS) lib64_libmfuuid_a_LIBADD = am__lib64_libmfuuid_a_SOURCES_DIST = libsrc/mfuuid.c -am__objects_52 = libsrc/lib64_libmfuuid_a-mfuuid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libmfuuid_a_OBJECTS = $(am__objects_52) +am__objects_67 = libsrc/lib64_libmfuuid_a-mfuuid.$(OBJEXT) +@LIB64_TRUE@am_lib64_libmfuuid_a_OBJECTS = $(am__objects_67) lib64_libmfuuid_a_OBJECTS = $(am_lib64_libmfuuid_a_OBJECTS) lib64_libmingw32_a_AR = $(AR) $(ARFLAGS) lib64_libmingw32_a_LIBADD = am__lib64_libmingw32_a_SOURCES_DIST = include/oscalls.h \ - include/internal.h include/sect_attribs.h crt/atonexit.c \ - crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c \ + include/internal.h include/sect_attribs.h crt/crt0_c.c \ + crt/dll_argv.c crt/gccmain.c crt/natstart.c \ crt/pseudo-reloc-list.c crt/wildcard.c crt/charmax.c \ crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c \ crt/tlssup.c crt/xncommod.c crt/cinitexe.c crt/merr.c \ crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c \ crt/udll_argv.c crt/xtxtmode.c crt/crt_handler.c crt/tlsthrd.c \ - crt/tlsmthread.c crt/tlsmcrt.c -am__objects_53 = crt/lib64_libmingw32_a-atonexit.$(OBJEXT) \ - crt/lib64_libmingw32_a-crt0_c.$(OBJEXT) \ + crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c +am__objects_68 = crt/lib64_libmingw32_a-crt0_c.$(OBJEXT) \ crt/lib64_libmingw32_a-dll_argv.$(OBJEXT) \ crt/lib64_libmingw32_a-gccmain.$(OBJEXT) \ crt/lib64_libmingw32_a-natstart.$(OBJEXT) \ @@ -1700,28 +1952,13 @@ crt/lib64_libmingw32_a-crt_handler.$(OBJEXT) \ crt/lib64_libmingw32_a-tlsthrd.$(OBJEXT) \ crt/lib64_libmingw32_a-tlsmthread.$(OBJEXT) \ - crt/lib64_libmingw32_a-tlsmcrt.$(OBJEXT) + crt/lib64_libmingw32_a-tlsmcrt.$(OBJEXT) \ + crt/lib64_libmingw32_a-cxa_atexit.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@am_lib64_libmingw32_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_53) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_68) lib64_libmingw32_a_OBJECTS = $(am_lib64_libmingw32_a_OBJECTS) lib64_libmingwex_a_AR = $(AR) $(ARFLAGS) -@ENABLE_DFP_TRUE@am__DEPENDENCIES_2 = lib64/DFP_src_basearith.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_context.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_constants.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_convolute.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_mpdecimal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_mpsignal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_difradix2.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_fnt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_io.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_memory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_numbertheory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_sixstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_transpose.dfp.obj -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_DEPENDENCIES = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_2) +lib64_libmingwex_a_LIBADD = am__lib64_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -1731,36 +1968,34 @@ complex/ccosf.c complex/ccosl.c complex/cexp.c complex/cexpf.c \ complex/cexpl.c complex/cimag.c complex/cimagf.c \ complex/cimagl.c complex/clog.c complex/clogf.c \ - complex/clogl.c complex/conj.c complex/conjf.c complex/conjl.c \ - complex/cpow.c complex/cpowf.c complex/cpowl.c complex/cproj.c \ - complex/cprojf.c complex/cprojl.c complex/creal.c \ - complex/crealf.c complex/creall.c complex/csin.c \ - complex/csinf.c complex/csinl.c complex/csqrt.c \ + complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c \ + complex/conjl.c complex/cpow.c complex/cpowf.c complex/cpowl.c \ + complex/cproj.c complex/cprojf.c complex/cprojl.c \ + complex/creal.c complex/crealf.c complex/creall.c \ + complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c \ complex/csqrtf.c complex/csqrtl.c complex/ctan.c \ complex/ctanf.c complex/ctanl.c complex/cabs.def.h \ complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h \ complex/casin.def.h complex/casinh.def.h complex/catan.def.h \ complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ complex/cexp.def.h complex/cimag.def.h complex/clog.def.h \ - complex/complex_internal.h complex/conj.def.h \ - complex/cpow.def.h complex/cproj.def.h complex/creal.def.h \ - complex/csin.def.h complex/csinh.def.h complex/csqrt.def.h \ - complex/ctan.def.h complex/ctanh.def.h gdtoa/gd_arith.h \ - gdtoa/gd_qnan.h gdtoa/gdtoa.h gdtoa/gdtoaimp.h \ - gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c gdtoa/g_dfmt.c \ - gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c gdtoa/g__fmt.c \ - gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c gdtoa/hexnan.c \ - gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c gdtoa/strtodg.c \ - gdtoa/strtodnrp.c gdtoa/strtof.c gdtoa/strtopx.c gdtoa/sum.c \ - gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \ - math/ceill.S math/copysignl.S math/floor.S math/floorf.S \ - math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \ - math/nearbyintf.S math/nearbyintl.S math/trunc.S math/truncf.S \ - math/cbrt.c math/cbrtf.c math/cbrtl.c math/cephes_emath.c \ - math/copysign.c math/copysignf.c math/coshf.c math/coshl.c \ - math/erfl.c math/expf.c math/fabs.c math/fabsf.c math/fabsl.c \ - math/fdim.c math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c \ - math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h \ + complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ + complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h \ + gdtoa/gdtoaimp.h gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c \ + gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c \ + gdtoa/g__fmt.c gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c \ + gdtoa/hexnan.c gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c \ + gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ + gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c math/cbrt.c \ + math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \ + math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \ + math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \ + math/fdimf.c math/fdiml.c math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ math/fminl.c math/fp_consts.c math/fp_constsf.c \ math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c \ math/fpclassifyl.c math/frexpf.c math/hypotf.c math/hypot.c \ @@ -1778,12 +2013,10 @@ math/signbitl.c math/sinhf.c math/sinhl.c math/sqrt.c \ math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c \ math/tgamma.c math/tgammaf.c math/tgammal.c math/truncl.c \ - math/acosh.def.h math/cos.def.h math/exp.def.h \ - math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \ - math/sin.def.h math/sqrt.def.h math/cephes_emath.h \ - math/cephes_mconf.h math/fastmath.h math/fp_consts.h \ - math/abs64.c misc/mb_wc_common.h misc/mingw_getsp.S \ - misc/alarm.c misc/basename.c misc/btowc.c misc/delay-f.c \ + math/powi.def.h math/sqrt.def.h math/cephes_emath.h \ + math/cephes_mconf.h math/fp_consts.h math/abs64.c \ + misc/mb_wc_common.h misc/mingw_getsp.S misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c \ misc/delay-n.c misc/delayimp.c misc/difftime.c \ misc/difftime32.c misc/difftime64.c misc/dirent.c \ misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c \ @@ -1812,9 +2045,9 @@ misc/ftw.c misc/ftw64.c stdio/mingw_pformat.h stdio/vfscanf2.S \ stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S \ stdio/vswscanf2.S stdio/vwscanf2.S stdio/strtok_r.c \ - stdio/_Exit.c stdio/_findfirst64i32.c stdio/_findnext64i32.c \ - stdio/_fstat.c stdio/_fstat64i32.c stdio/_ftime.c \ - stdio/_getc_nolock.c stdio/_getwc_nolock.c \ + stdio/scanf.S stdio/_Exit.c stdio/_findfirst64i32.c \ + stdio/_findnext64i32.c stdio/_fstat.c stdio/_fstat64i32.c \ + stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c \ stdio/_putc_nolock.c stdio/_putwc_nolock.c stdio/_stat.c \ stdio/_stat64i32.c stdio/_wfindfirst64i32.c \ stdio/_wfindnext64i32.c stdio/_wstat.c stdio/_wstat64i32.c \ @@ -1837,34 +2070,46 @@ stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c \ stdio/strtof.c stdio/truncate.c stdio/ulltoa.c stdio/ulltow.c \ stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ - stdio/vscanf.c stdio/vsnprintf.c stdio/vsnprintf_s.c \ - stdio/vsnwprintf.c stdio/vsscanf.c stdio/vswscanf.c \ - stdio/vwscanf.c stdio/wtoll.c stdio/mingw_asprintf.c \ - stdio/mingw_vasprintf.c math/acosf.c math/acosh.c math/acosl.c \ - math/acoshf.c math/acoshl.c math/asinf.c math/asinh.c \ - math/asinl.c math/asinhf.c math/asinhl.c math/atan2f.c \ - math/atan2.c math/atan2l.c math/atanf.c math/atanh.c \ - math/atanl.c math/atanhf.c math/atanhl.c math/cos.c \ - math/cosf.c math/cosl.c math/cosl_internal.S math/cossin.c \ - math/exp.c math/expl.c math/exp2.S math/exp2f.S math/exp2l.S \ - math/expm1.c math/expm1f.c math/expm1l.c math/fmod.c \ - math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S \ - math/ldexp.c math/ldexpl.c math/log.c math/log10l.S \ - math/log1p.S math/log1pf.S math/log1pl.S math/log2.S \ - math/log2f.S math/log2l.S math/logb.c math/logbf.c \ - math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S \ - math/remquo.S math/remquof.S math/remquol.S math/scalbn.S \ - math/scalbnf.S math/scalbnl.S math/sin.c math/sinf.c \ - math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S \ - math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \ - math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \ - math/DFP/__isnand64.c math/DFP/__isnand128.c \ - math/DFP/__signbitd32.c math/DFP/__signbitd64.c \ - math/DFP/__signbitd128.c math/DFP/isinfd32.c \ - math/DFP/isinfd64.c math/DFP/isinfd128.c -am__objects_54 = crt/lib64_libmingwex_a-dllentry.$(OBJEXT) \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c \ + stdio/vsscanf.c stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c \ + stdio/mingw_asprintf.c stdio/mingw_vasprintf.c \ + math/x86/_chgsignl.S math/x86/acosf.c math/x86/acosh.c \ + math/x86/acosl.c math/x86/acosh.def.h math/x86/acoshf.c \ + math/x86/acoshl.c math/x86/asinf.c math/x86/asinh.c \ + math/x86/asinl.c math/x86/asinhf.c math/x86/asinhl.c \ + math/x86/atan2f.c math/x86/atan2.c math/x86/atan2l.c \ + math/x86/atanf.c math/x86/atanh.c math/x86/atanl.c \ + math/x86/atanhf.c math/x86/atanhl.c math/x86/ceil.S \ + math/x86/ceilf.S math/x86/ceill.S math/x86/copysignl.S \ + math/x86/cos.c math/x86/cos.def.h math/x86/cosf.c \ + math/x86/cosl.c math/x86/cosl_internal.S math/x86/cossin.c \ + math/x86/exp.c math/x86/exp.def.h math/x86/expl.c \ + math/x86/exp2.S math/x86/exp2f.S math/x86/exp2l.S \ + math/x86/expm1.c math/x86/expm1.def.h math/x86/expm1f.c \ + math/x86/expm1l.c math/x86/fastmath.h math/x86/floor.S \ + math/x86/floorf.S math/x86/floorl.S math/x86/fmod.c \ + math/x86/fmodf.c math/x86/fmodl.c math/x86/frexpl.S \ + math/x86/fucom.c math/x86/ilogb.S math/x86/ilogbf.S \ + math/x86/ilogbl.S math/x86/internal_logl.S math/x86/ldexp.c \ + math/x86/ldexpl.c math/x86/log.c math/x86/log.def.h \ + math/x86/log10l.S math/x86/log1p.S math/x86/log1pf.S \ + math/x86/log1pl.S math/x86/log2.S math/x86/log2f.S \ + math/x86/log2l.S math/x86/logb.c math/x86/logbf.c \ + math/x86/logbl.c math/x86/logl.c math/x86/nearbyint.S \ + math/x86/nearbyintf.S math/x86/nearbyintl.S math/x86/pow.c \ + math/x86/pow.def.h math/x86/powl.c math/x86/remainder.S \ + math/x86/remainderf.S math/x86/remainderl.S math/x86/remquo.S \ + math/x86/remquof.S math/x86/remquol.S math/x86/scalbn.S \ + math/x86/scalbnf.S math/x86/scalbnl.S math/x86/sin.c \ + math/x86/sin.def.h math/x86/sinf.c math/x86/sinl.c \ + math/x86/sinl_internal.S math/x86/tanf.c math/x86/tanl.S \ + math/x86/trunc.S math/x86/truncf.S math/DFP/__fpclassifyd32.c \ + math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ + math/DFP/__isnand32.c math/DFP/__isnand64.c \ + math/DFP/__isnand128.c math/DFP/__signbitd32.c \ + math/DFP/__signbitd64.c math/DFP/__signbitd128.c \ + math/DFP/isinfd32.c math/DFP/isinfd64.c math/DFP/isinfd128.c +am__objects_69 = crt/lib64_libmingwex_a-dllentry.$(OBJEXT) \ crt/lib64_libmingwex_a-dllmain.$(OBJEXT) \ complex/lib64_libmingwex_a-_cabs.$(OBJEXT) \ complex/lib64_libmingwex_a-cabs.$(OBJEXT) \ @@ -1894,6 +2139,9 @@ complex/lib64_libmingwex_a-clog.$(OBJEXT) \ complex/lib64_libmingwex_a-clogf.$(OBJEXT) \ complex/lib64_libmingwex_a-clogl.$(OBJEXT) \ + complex/lib64_libmingwex_a-clog10.$(OBJEXT) \ + complex/lib64_libmingwex_a-clog10f.$(OBJEXT) \ + complex/lib64_libmingwex_a-clog10l.$(OBJEXT) \ complex/lib64_libmingwex_a-conj.$(OBJEXT) \ complex/lib64_libmingwex_a-conjf.$(OBJEXT) \ complex/lib64_libmingwex_a-conjl.$(OBJEXT) \ @@ -1936,21 +2184,6 @@ gdtoa/lib64_libmingwex_a-strtopx.$(OBJEXT) \ gdtoa/lib64_libmingwex_a-sum.$(OBJEXT) \ gdtoa/lib64_libmingwex_a-ulp.$(OBJEXT) \ - math/lib64_libmingwex_a-_chgsignl.$(OBJEXT) \ - math/lib64_libmingwex_a-ceil.$(OBJEXT) \ - math/lib64_libmingwex_a-ceilf.$(OBJEXT) \ - math/lib64_libmingwex_a-ceill.$(OBJEXT) \ - math/lib64_libmingwex_a-copysignl.$(OBJEXT) \ - math/lib64_libmingwex_a-floor.$(OBJEXT) \ - math/lib64_libmingwex_a-floorf.$(OBJEXT) \ - math/lib64_libmingwex_a-floorl.$(OBJEXT) \ - math/lib64_libmingwex_a-fma.$(OBJEXT) \ - math/lib64_libmingwex_a-fmaf.$(OBJEXT) \ - math/lib64_libmingwex_a-nearbyint.$(OBJEXT) \ - math/lib64_libmingwex_a-nearbyintf.$(OBJEXT) \ - math/lib64_libmingwex_a-nearbyintl.$(OBJEXT) \ - math/lib64_libmingwex_a-trunc.$(OBJEXT) \ - math/lib64_libmingwex_a-truncf.$(OBJEXT) \ math/lib64_libmingwex_a-cbrt.$(OBJEXT) \ math/lib64_libmingwex_a-cbrtf.$(OBJEXT) \ math/lib64_libmingwex_a-cbrtl.$(OBJEXT) \ @@ -1967,6 +2200,8 @@ math/lib64_libmingwex_a-fdim.$(OBJEXT) \ math/lib64_libmingwex_a-fdimf.$(OBJEXT) \ math/lib64_libmingwex_a-fdiml.$(OBJEXT) \ + math/lib64_libmingwex_a-fma.$(OBJEXT) \ + math/lib64_libmingwex_a-fmaf.$(OBJEXT) \ math/lib64_libmingwex_a-fmal.$(OBJEXT) \ math/lib64_libmingwex_a-fmax.$(OBJEXT) \ math/lib64_libmingwex_a-fmaxf.$(OBJEXT) \ @@ -2042,6 +2277,7 @@ math/lib64_libmingwex_a-abs64.$(OBJEXT) \ misc/lib64_libmingwex_a-mingw_getsp.$(OBJEXT) \ misc/lib64_libmingwex_a-alarm.$(OBJEXT) \ + misc/lib64_libmingwex_a-assert.$(OBJEXT) \ misc/lib64_libmingwex_a-basename.$(OBJEXT) \ misc/lib64_libmingwex_a-btowc.$(OBJEXT) \ misc/lib64_libmingwex_a-delay-f.$(OBJEXT) \ @@ -2136,6 +2372,7 @@ stdio/lib64_libmingwex_a-vswscanf2.$(OBJEXT) \ stdio/lib64_libmingwex_a-vwscanf2.$(OBJEXT) \ stdio/lib64_libmingwex_a-strtok_r.$(OBJEXT) \ + stdio/lib64_libmingwex_a-scanf.$(OBJEXT) \ stdio/lib64_libmingwex_a-_Exit.$(OBJEXT) \ stdio/lib64_libmingwex_a-_findfirst64i32.$(OBJEXT) \ stdio/lib64_libmingwex_a-_findnext64i32.$(OBJEXT) \ @@ -2202,7 +2439,6 @@ stdio/lib64_libmingwex_a-vfwscanf.$(OBJEXT) \ stdio/lib64_libmingwex_a-vscanf.$(OBJEXT) \ stdio/lib64_libmingwex_a-vsnprintf.$(OBJEXT) \ - stdio/lib64_libmingwex_a-vsnprintf_s.$(OBJEXT) \ stdio/lib64_libmingwex_a-vsnwprintf.$(OBJEXT) \ stdio/lib64_libmingwex_a-vsscanf.$(OBJEXT) \ stdio/lib64_libmingwex_a-vswscanf.$(OBJEXT) \ @@ -2210,78 +2446,92 @@ stdio/lib64_libmingwex_a-wtoll.$(OBJEXT) \ stdio/lib64_libmingwex_a-mingw_asprintf.$(OBJEXT) \ stdio/lib64_libmingwex_a-mingw_vasprintf.$(OBJEXT) -am__objects_55 = math/lib64_libmingwex_a-acosf.$(OBJEXT) \ - math/lib64_libmingwex_a-acosh.$(OBJEXT) \ - math/lib64_libmingwex_a-acosl.$(OBJEXT) \ - math/lib64_libmingwex_a-acoshf.$(OBJEXT) \ - math/lib64_libmingwex_a-acoshl.$(OBJEXT) \ - math/lib64_libmingwex_a-asinf.$(OBJEXT) \ - math/lib64_libmingwex_a-asinh.$(OBJEXT) \ - math/lib64_libmingwex_a-asinl.$(OBJEXT) \ - math/lib64_libmingwex_a-asinhf.$(OBJEXT) \ - math/lib64_libmingwex_a-asinhl.$(OBJEXT) \ - math/lib64_libmingwex_a-atan2f.$(OBJEXT) \ - math/lib64_libmingwex_a-atan2.$(OBJEXT) \ - math/lib64_libmingwex_a-atan2l.$(OBJEXT) \ - math/lib64_libmingwex_a-atanf.$(OBJEXT) \ - math/lib64_libmingwex_a-atanh.$(OBJEXT) \ - math/lib64_libmingwex_a-atanl.$(OBJEXT) \ - math/lib64_libmingwex_a-atanhf.$(OBJEXT) \ - math/lib64_libmingwex_a-atanhl.$(OBJEXT) \ - math/lib64_libmingwex_a-cos.$(OBJEXT) \ - math/lib64_libmingwex_a-cosf.$(OBJEXT) \ - math/lib64_libmingwex_a-cosl.$(OBJEXT) \ - math/lib64_libmingwex_a-cosl_internal.$(OBJEXT) \ - math/lib64_libmingwex_a-cossin.$(OBJEXT) \ - math/lib64_libmingwex_a-exp.$(OBJEXT) \ - math/lib64_libmingwex_a-expl.$(OBJEXT) \ - math/lib64_libmingwex_a-exp2.$(OBJEXT) \ - math/lib64_libmingwex_a-exp2f.$(OBJEXT) \ - math/lib64_libmingwex_a-exp2l.$(OBJEXT) \ - math/lib64_libmingwex_a-expm1.$(OBJEXT) \ - math/lib64_libmingwex_a-expm1f.$(OBJEXT) \ - math/lib64_libmingwex_a-expm1l.$(OBJEXT) \ - math/lib64_libmingwex_a-fmod.$(OBJEXT) \ - math/lib64_libmingwex_a-fmodf.$(OBJEXT) \ - math/lib64_libmingwex_a-fmodl.$(OBJEXT) \ - math/lib64_libmingwex_a-frexpl.$(OBJEXT) \ - math/lib64_libmingwex_a-fucom.$(OBJEXT) \ - math/lib64_libmingwex_a-ilogb.$(OBJEXT) \ - math/lib64_libmingwex_a-ilogbf.$(OBJEXT) \ - math/lib64_libmingwex_a-ilogbl.$(OBJEXT) \ - math/lib64_libmingwex_a-internal_logl.$(OBJEXT) \ - math/lib64_libmingwex_a-ldexp.$(OBJEXT) \ - math/lib64_libmingwex_a-ldexpl.$(OBJEXT) \ - math/lib64_libmingwex_a-log.$(OBJEXT) \ - math/lib64_libmingwex_a-log10l.$(OBJEXT) \ - math/lib64_libmingwex_a-log1p.$(OBJEXT) \ - math/lib64_libmingwex_a-log1pf.$(OBJEXT) \ - math/lib64_libmingwex_a-log1pl.$(OBJEXT) \ - math/lib64_libmingwex_a-log2.$(OBJEXT) \ - math/lib64_libmingwex_a-log2f.$(OBJEXT) \ - math/lib64_libmingwex_a-log2l.$(OBJEXT) \ - math/lib64_libmingwex_a-logb.$(OBJEXT) \ - math/lib64_libmingwex_a-logbf.$(OBJEXT) \ - math/lib64_libmingwex_a-logbl.$(OBJEXT) \ - math/lib64_libmingwex_a-logl.$(OBJEXT) \ - math/lib64_libmingwex_a-pow.$(OBJEXT) \ - math/lib64_libmingwex_a-powl.$(OBJEXT) \ - math/lib64_libmingwex_a-remainder.$(OBJEXT) \ - math/lib64_libmingwex_a-remainderf.$(OBJEXT) \ - math/lib64_libmingwex_a-remainderl.$(OBJEXT) \ - math/lib64_libmingwex_a-remquo.$(OBJEXT) \ - math/lib64_libmingwex_a-remquof.$(OBJEXT) \ - math/lib64_libmingwex_a-remquol.$(OBJEXT) \ - math/lib64_libmingwex_a-scalbn.$(OBJEXT) \ - math/lib64_libmingwex_a-scalbnf.$(OBJEXT) \ - math/lib64_libmingwex_a-scalbnl.$(OBJEXT) \ - math/lib64_libmingwex_a-sin.$(OBJEXT) \ - math/lib64_libmingwex_a-sinf.$(OBJEXT) \ - math/lib64_libmingwex_a-sinl.$(OBJEXT) \ - math/lib64_libmingwex_a-sinl_internal.$(OBJEXT) \ - math/lib64_libmingwex_a-tanf.$(OBJEXT) \ - math/lib64_libmingwex_a-tanl.$(OBJEXT) -@ENABLE_DFP_TRUE@am__objects_56 = math/DFP/lib64_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ +am__objects_70 = math/x86/lib64_libmingwex_a-_chgsignl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-acosf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-acosh.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-acosl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-acoshf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-acoshl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-asinf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-asinh.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-asinl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-asinhf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-asinhl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atan2f.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atan2.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atan2l.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atanf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atanh.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atanl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atanhf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-atanhl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ceil.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ceilf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ceill.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-copysignl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-cos.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-cosf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-cosl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-cosl_internal.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-cossin.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-exp.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-expl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-exp2.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-exp2f.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-exp2l.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-expm1.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-expm1f.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-expm1l.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-floor.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-floorf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-floorl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-fmod.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-fmodf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-fmodl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-frexpl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-fucom.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ilogb.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ilogbf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ilogbl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-internal_logl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ldexp.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-ldexpl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log10l.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log1p.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log1pf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log1pl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log2.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log2f.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-log2l.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-logb.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-logbf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-logbl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-logl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-nearbyint.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-nearbyintf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-nearbyintl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-pow.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-powl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remainder.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remainderf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remainderl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remquo.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remquof.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-remquol.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-scalbn.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-scalbnf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-scalbnl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-sin.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-sinf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-sinl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-sinl_internal.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-tanf.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-tanl.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-trunc.$(OBJEXT) \ + math/x86/lib64_libmingwex_a-truncf.$(OBJEXT) +am__objects_71 = $(am__objects_70) +@ENABLE_DFP_TRUE@am__objects_72 = math/DFP/lib64_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib64_libmingwex_a-__fpclassifyd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib64_libmingwex_a-__fpclassifyd128.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib64_libmingwex_a-__isnand32.$(OBJEXT) \ @@ -2294,25 +2544,114 @@ @ENABLE_DFP_TRUE@ math/DFP/lib64_libmingwex_a-isinfd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/lib64_libmingwex_a-isinfd128.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@am_lib64_libmingwex_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_54) $(am__objects_55) \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_56) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_69) $(am__objects_71) \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_72) lib64_libmingwex_a_OBJECTS = $(am_lib64_libmingwex_a_OBJECTS) lib64_libmingwthrd_a_AR = $(AR) $(ARFLAGS) lib64_libmingwthrd_a_LIBADD = am__lib64_libmingwthrd_a_SOURCES_DIST = libsrc/mingwthrd_mt.c -am__objects_57 = libsrc/lib64_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) +am__objects_73 = libsrc/lib64_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@am_lib64_libmingwthrd_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_57) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_73) lib64_libmingwthrd_a_OBJECTS = $(am_lib64_libmingwthrd_a_OBJECTS) lib64_libmoldname_a_AR = $(AR) $(ARFLAGS) lib64_libmoldname_a_LIBADD = am__lib64_libmoldname_a_SOURCES_DIST = _libm_dummy.c -am__objects_58 = lib64_libmoldname_a-_libm_dummy.$(OBJEXT) +am__objects_74 = lib64_libmoldname_a-_libm_dummy.$(OBJEXT) @LIB64_TRUE@@W32API_FALSE@am_lib64_libmoldname_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_58) +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_74) lib64_libmoldname_a_OBJECTS = $(am_lib64_libmoldname_a_OBJECTS) -lib64_libmsvcrt_a_LIBADD = -am__lib64_libmsvcrt_a_SOURCES_DIST = misc/_configthreadlocale.c \ +lib64_libmsvcr100_a_LIBADD = +am__lib64_libmsvcr100_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr100.def.in +am__objects_75 = misc/lib64_libmsvcr100_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr100_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr100_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr100_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_75) +lib64_libmsvcr100_a_OBJECTS = $(am_lib64_libmsvcr100_a_OBJECTS) +lib64_libmsvcr110_a_LIBADD = +am__lib64_libmsvcr110_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr110.def.in +am__objects_76 = misc/lib64_libmsvcr110_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr110_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr110_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr110_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_76) +lib64_libmsvcr110_a_OBJECTS = $(am_lib64_libmsvcr110_a_OBJECTS) +lib64_libmsvcr120_a_LIBADD = +am__lib64_libmsvcr120_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr120.def.in +am__objects_77 = misc/lib64_libmsvcr120_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr120_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr120_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr120_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_77) +lib64_libmsvcr120_a_OBJECTS = $(am_lib64_libmsvcr120_a_OBJECTS) +lib64_libmsvcr120_app_a_LIBADD = +am__lib64_libmsvcr120_app_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr120_app.def.in +am__objects_78 = misc/lib64_libmsvcr120_app_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr120_app_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr120_app_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr120_app_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_78) +lib64_libmsvcr120_app_a_OBJECTS = \ + $(am_lib64_libmsvcr120_app_a_OBJECTS) +lib64_libmsvcr120d_a_LIBADD = +am__lib64_libmsvcr120d_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr120d.def.in +am__objects_79 = misc/lib64_libmsvcr120d_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr120d_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr120d_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr120d_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_79) +lib64_libmsvcr120d_a_OBJECTS = $(am_lib64_libmsvcr120d_a_OBJECTS) +lib64_libmsvcr80_a_LIBADD = +am__lib64_libmsvcr80_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + misc/__p___argv.c misc/__p__acmdln.c misc/__p__fmode.c \ + misc/__p__wcmdln.c lib64/msvcr80.def.in +am__objects_80 = misc/lib64_libmsvcr80_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr80_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr80_a-acrt_iob_func.$(OBJEXT) +am__objects_81 = $(am__objects_80) \ + misc/lib64_libmsvcr80_a-__p___argv.$(OBJEXT) \ + misc/lib64_libmsvcr80_a-__p__acmdln.$(OBJEXT) \ + misc/lib64_libmsvcr80_a-__p__fmode.$(OBJEXT) \ + misc/lib64_libmsvcr80_a-__p__wcmdln.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr80_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_81) +lib64_libmsvcr80_a_OBJECTS = $(am_lib64_libmsvcr80_a_OBJECTS) +lib64_libmsvcr90_a_LIBADD = +am__lib64_libmsvcr90_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr90.def.in +am__objects_82 = misc/lib64_libmsvcr90_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr90_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr90_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr90_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_82) +lib64_libmsvcr90_a_OBJECTS = $(am_lib64_libmsvcr90_a_OBJECTS) +lib64_libmsvcr90d_a_LIBADD = +am__lib64_libmsvcr90d_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + lib64/msvcr90d.def.in +am__objects_83 = misc/lib64_libmsvcr90d_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcr90d_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcr90d_a-acrt_iob_func.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcr90d_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_83) +lib64_libmsvcr90d_a_OBJECTS = $(am_lib64_libmsvcr90d_a_OBJECTS) +lib64_libmsvcrt_os_a_LIBADD = +am__lib64_libmsvcrt_os_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + misc/_configthreadlocale.c misc/_get_current_locale.c \ misc/invalid_parameter_handler.c misc/output_format.c \ misc/purecall.c secapi/_access_s.c secapi/_cgets_s.c \ secapi/_cgetws_s.c secapi/_chsize_s.c secapi/_controlfp_s.c \ @@ -2331,78 +2670,89 @@ secapi/memcpy_s.c secapi/memmove_s.c secapi/rand_s.c \ secapi/sprintf_s.c secapi/strerror_s.c secapi/vsprintf_s.c \ secapi/wmemcpy_s.c secapi/wmemmove_s.c stdio/mingw_lock.c \ - lib64/msvcrt.def.in -am__objects_59 = misc/lib64_libmsvcrt_a-_configthreadlocale.$(OBJEXT) \ - misc/lib64_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT) \ - misc/lib64_libmsvcrt_a-output_format.$(OBJEXT) \ - misc/lib64_libmsvcrt_a-purecall.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_access_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cgets_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cgetws_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_chsize_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_controlfp_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cprintf_s_l.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_ctime32_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_ctime64_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cwprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_gmtime32_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_gmtime64_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_localtime32_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_localtime64_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_mktemp_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_sopen_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_strdate_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_strtime_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_umask_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vcprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vcwprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vscprintf_p.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vscwprintf_p.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_vswprintf_p.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_waccess_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wasctime_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wctime32_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wctime64_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wstrtime_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wmktemp_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-_wstrdate_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-asctime_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-memcpy_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-memmove_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-rand_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-sprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-strerror_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-vsprintf_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-wmemcpy_s.$(OBJEXT) \ - secapi/lib64_libmsvcrt_a-wmemmove_s.$(OBJEXT) \ - stdio/lib64_libmsvcrt_a-mingw_lock.$(OBJEXT) -@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcrt_a_OBJECTS = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__objects_59) -lib64_libmsvcrt_a_OBJECTS = $(am_lib64_libmsvcrt_a_OBJECTS) + misc/__p___argv.c misc/__p__acmdln.c misc/__p__fmode.c \ + misc/__p__wcmdln.c lib-common/msvcrt.def.in +am__objects_84 = misc/lib64_libmsvcrt_os_a-onexit_table.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT) \ + stdio/lib64_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT) +am__objects_85 = $(am__objects_84) \ + misc/lib64_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-_get_current_locale.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-output_format.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-purecall.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_access_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cgets_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cgetws_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_chsize_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_controlfp_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_ctime32_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_ctime64_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_localtime32_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_localtime64_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_mktemp_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_sopen_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_strdate_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_strtime_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_umask_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_waccess_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wasctime_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wctime32_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wctime64_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-asctime_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-memcpy_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-memmove_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-rand_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-sprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-strerror_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-vsprintf_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT) \ + secapi/lib64_libmsvcrt_os_a-wmemmove_s.$(OBJEXT) \ + stdio/lib64_libmsvcrt_os_a-mingw_lock.$(OBJEXT) +am__objects_86 = $(am__objects_85) \ + misc/lib64_libmsvcrt_os_a-__p___argv.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-__p__acmdln.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-__p__fmode.$(OBJEXT) \ + misc/lib64_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libmsvcrt_os_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_86) +lib64_libmsvcrt_os_a_OBJECTS = $(am_lib64_libmsvcrt_os_a_OBJECTS) lib64_libportabledeviceguids_a_AR = $(AR) $(ARFLAGS) lib64_libportabledeviceguids_a_LIBADD = am__lib64_libportabledeviceguids_a_SOURCES_DIST = \ libsrc/portabledeviceguids.c -am__objects_60 = libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) +am__objects_87 = libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) @LIB64_TRUE@am_lib64_libportabledeviceguids_a_OBJECTS = \ -@LIB64_TRUE@ $(am__objects_60) +@LIB64_TRUE@ $(am__objects_87) lib64_libportabledeviceguids_a_OBJECTS = \ $(am_lib64_libportabledeviceguids_a_OBJECTS) lib64_libsapi_a_AR = $(AR) $(ARFLAGS) lib64_libsapi_a_LIBADD = am__lib64_libsapi_a_SOURCES_DIST = libsrc/sapi.c -am__objects_61 = libsrc/lib64_libsapi_a-sapi.$(OBJEXT) -@LIB64_TRUE@am_lib64_libsapi_a_OBJECTS = $(am__objects_61) +am__objects_88 = libsrc/lib64_libsapi_a-sapi.$(OBJEXT) +@LIB64_TRUE@am_lib64_libsapi_a_OBJECTS = $(am__objects_88) lib64_libsapi_a_OBJECTS = $(am_lib64_libsapi_a_OBJECTS) lib64_libscrnsave_a_AR = $(AR) $(ARFLAGS) lib64_libscrnsave_a_LIBADD = am__lib64_libscrnsave_a_SOURCES_DIST = libsrc/scrnsave.c -am__objects_62 = libsrc/lib64_libscrnsave_a-scrnsave.$(OBJEXT) -@LIB64_TRUE@am_lib64_libscrnsave_a_OBJECTS = $(am__objects_62) +am__objects_89 = libsrc/lib64_libscrnsave_a-scrnsave.$(OBJEXT) +@LIB64_TRUE@am_lib64_libscrnsave_a_OBJECTS = $(am__objects_89) lib64_libscrnsave_a_OBJECTS = $(am_lib64_libscrnsave_a_OBJECTS) lib64_libscrnsavw_a_AR = $(AR) $(ARFLAGS) lib64_libscrnsavw_a_LIBADD = @@ -2413,20 +2763,73 @@ lib64_libsensorsapi_a_AR = $(AR) $(ARFLAGS) lib64_libsensorsapi_a_LIBADD = am__lib64_libsensorsapi_a_SOURCES_DIST = libsrc/sensorsapi.c -am__objects_63 = libsrc/lib64_libsensorsapi_a-sensorsapi.$(OBJEXT) -@LIB64_TRUE@am_lib64_libsensorsapi_a_OBJECTS = $(am__objects_63) +am__objects_90 = libsrc/lib64_libsensorsapi_a-sensorsapi.$(OBJEXT) +@LIB64_TRUE@am_lib64_libsensorsapi_a_OBJECTS = $(am__objects_90) lib64_libsensorsapi_a_OBJECTS = $(am_lib64_libsensorsapi_a_OBJECTS) lib64_libshell32_a_LIBADD = am__lib64_libshell32_a_SOURCES_DIST = libsrc/shell32.c -am__objects_64 = libsrc/lib64_libshell32_a-shell32.$(OBJEXT) -@LIB64_TRUE@am_lib64_libshell32_a_OBJECTS = $(am__objects_64) +am__objects_91 = libsrc/lib64_libshell32_a-shell32.$(OBJEXT) +@LIB64_TRUE@am_lib64_libshell32_a_OBJECTS = $(am__objects_91) lib64_libshell32_a_OBJECTS = $(am_lib64_libshell32_a_OBJECTS) lib64_libstrmiids_a_AR = $(AR) $(ARFLAGS) lib64_libstrmiids_a_LIBADD = am__lib64_libstrmiids_a_SOURCES_DIST = libsrc/strmiids.c -am__objects_65 = libsrc/lib64_libstrmiids_a-strmiids.$(OBJEXT) -@LIB64_TRUE@am_lib64_libstrmiids_a_OBJECTS = $(am__objects_65) +am__objects_92 = libsrc/lib64_libstrmiids_a-strmiids.$(OBJEXT) +@LIB64_TRUE@am_lib64_libstrmiids_a_OBJECTS = $(am__objects_92) lib64_libstrmiids_a_OBJECTS = $(am_lib64_libstrmiids_a_OBJECTS) +lib64_libtaskschd_a_AR = $(AR) $(ARFLAGS) +lib64_libtaskschd_a_LIBADD = +am__lib64_libtaskschd_a_SOURCES_DIST = libsrc/taskschd.c +am__objects_93 = libsrc/lib64_libtaskschd_a-taskschd.$(OBJEXT) +@LIB64_TRUE@am_lib64_libtaskschd_a_OBJECTS = $(am__objects_93) +lib64_libtaskschd_a_OBJECTS = $(am_lib64_libtaskschd_a_OBJECTS) +lib64_libucrt_a_AR = $(AR) $(ARFLAGS) +lib64_libucrt_a_LIBADD = +lib64_libucrt_a_SOURCES = lib64/libucrt.c +lib64_libucrt_a_OBJECTS = lib64/libucrt.$(OBJEXT) +lib64_libucrt_extra_a_AR = $(AR) $(ARFLAGS) +lib64_libucrt_extra_a_LIBADD = +am__lib64_libucrt_extra_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c +am__objects_94 = crt/lib64_libucrt_extra_a-ucrtbase_compat.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_fprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_printf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_snprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_sprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_vprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/lib64_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libucrt_extra_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_94) +lib64_libucrt_extra_a_OBJECTS = $(am_lib64_libucrt_extra_a_OBJECTS) +lib64_libucrtbase_a_LIBADD = +am__lib64_libucrtbase_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c lib-common/ucrtbase.def.in +am__objects_95 = crt/lib64_libucrtbase_a-ucrtbase_compat.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_fprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_printf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_snprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_sprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_vprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/lib64_libucrtbase_a-ucrt_vsprintf.$(OBJEXT) +@LIB64_TRUE@@W32API_FALSE@am_lib64_libucrtbase_a_OBJECTS = \ +@LIB64_TRUE@@W32API_FALSE@ $(am__objects_95) +lib64_libucrtbase_a_OBJECTS = $(am_lib64_libucrtbase_a_OBJECTS) lib64_libuuid_a_AR = $(AR) $(ARFLAGS) lib64_libuuid_a_LIBADD = am__lib64_libuuid_a_SOURCES_DIST = libsrc/ativscp-uuid.c \ @@ -2444,9 +2847,10 @@ libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c \ libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c \ libsrc/power-uuid.c libsrc/powrprof-uuid.c \ - libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ - libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c -am__objects_66 = libsrc/lib64_libuuid_a-ativscp-uuid.$(OBJEXT) \ + libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c \ + libsrc/usbiodef-uuid.c libsrc/uuid.c libsrc/vds-uuid.c \ + libsrc/virtdisk-uuid.c libsrc/wia-uuid.c +am__objects_96 = libsrc/lib64_libuuid_a-ativscp-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-atsmedia-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-bth-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-cguid-uuid.$(OBJEXT) \ @@ -2482,34 +2886,34 @@ libsrc/lib64_libuuid_a-oleidl-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-power-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-powrprof-uuid.$(OBJEXT) \ + libsrc/lib64_libuuid_a-uianimation-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-usbcamdi-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-usbiodef-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-vds-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-virtdisk-uuid.$(OBJEXT) \ libsrc/lib64_libuuid_a-wia-uuid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libuuid_a_OBJECTS = $(am__objects_66) +@LIB64_TRUE@am_lib64_libuuid_a_OBJECTS = $(am__objects_96) lib64_libuuid_a_OBJECTS = $(am_lib64_libuuid_a_OBJECTS) lib64_libwbemuuid_a_AR = $(AR) $(ARFLAGS) lib64_libwbemuuid_a_LIBADD = am__lib64_libwbemuuid_a_SOURCES_DIST = libsrc/wbemuuid.c -am__objects_67 = libsrc/lib64_libwbemuuid_a-wbemuuid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libwbemuuid_a_OBJECTS = $(am__objects_67) +am__objects_97 = libsrc/lib64_libwbemuuid_a-wbemuuid.$(OBJEXT) +@LIB64_TRUE@am_lib64_libwbemuuid_a_OBJECTS = $(am__objects_97) lib64_libwbemuuid_a_OBJECTS = $(am_lib64_libwbemuuid_a_OBJECTS) -lib64_libwindowscodecs_a_AR = $(AR) $(ARFLAGS) lib64_libwindowscodecs_a_LIBADD = am__lib64_libwindowscodecs_a_SOURCES_DIST = libsrc/windowscodecs.c -am__objects_68 = \ +am__objects_98 = \ libsrc/lib64_libwindowscodecs_a-windowscodecs.$(OBJEXT) -@LIB64_TRUE@am_lib64_libwindowscodecs_a_OBJECTS = $(am__objects_68) +@LIB64_TRUE@am_lib64_libwindowscodecs_a_OBJECTS = $(am__objects_98) lib64_libwindowscodecs_a_OBJECTS = \ $(am_lib64_libwindowscodecs_a_OBJECTS) lib64_libwmcodecdspuuid_a_AR = $(AR) $(ARFLAGS) lib64_libwmcodecdspuuid_a_LIBADD = am__lib64_libwmcodecdspuuid_a_SOURCES_DIST = libsrc/wmcodecdspuuid.c -am__objects_69 = \ +am__objects_99 = \ libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.$(OBJEXT) -@LIB64_TRUE@am_lib64_libwmcodecdspuuid_a_OBJECTS = $(am__objects_69) +@LIB64_TRUE@am_lib64_libwmcodecdspuuid_a_OBJECTS = $(am__objects_99) lib64_libwmcodecdspuuid_a_OBJECTS = \ $(am_lib64_libwmcodecdspuuid_a_OBJECTS) lib64_libws2_32_a_LIBADD = @@ -2546,8 +2950,8 @@ libsrc/wspiapi/WspiapiLoad.c \ libsrc/wspiapi/WspiapiGetAddrInfo.c \ libsrc/wspiapi/WspiapiGetNameInfo.c \ - libsrc/wspiapi/WspiapiFreeAddrInfo.c -am__objects_70 = libsrc/lib64_libws2_32_a-ws2_32.$(OBJEXT) \ + libsrc/wspiapi/WspiapiFreeAddrInfo.c lib-common/ws2_32.def.in +am__objects_100 = libsrc/lib64_libws2_32_a-ws2_32.$(OBJEXT) \ libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.$(OBJEXT) \ libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.$(OBJEXT) \ libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.$(OBJEXT) \ @@ -2582,13 +2986,13 @@ libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.$(OBJEXT) \ libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.$(OBJEXT) \ libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.$(OBJEXT) -@LIB64_TRUE@am_lib64_libws2_32_a_OBJECTS = $(am__objects_70) +@LIB64_TRUE@am_lib64_libws2_32_a_OBJECTS = $(am__objects_100) lib64_libws2_32_a_OBJECTS = $(am_lib64_libws2_32_a_OBJECTS) libarm32_libamstrmid_a_AR = $(AR) $(ARFLAGS) libarm32_libamstrmid_a_LIBADD = am__libarm32_libamstrmid_a_SOURCES_DIST = libsrc/amstrmid.c -am__objects_71 = libsrc/libarm32_libamstrmid_a-amstrmid.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libamstrmid_a_OBJECTS = $(am__objects_71) +am__objects_101 = libsrc/libarm32_libamstrmid_a-amstrmid.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libamstrmid_a_OBJECTS = $(am__objects_101) libarm32_libamstrmid_a_OBJECTS = $(am_libarm32_libamstrmid_a_OBJECTS) libarm32_libdelayimp_a_AR = $(AR) $(ARFLAGS) libarm32_libdelayimp_a_LIBADD = @@ -2597,35 +3001,35 @@ libarm32_libdmoguids_a_AR = $(AR) $(ARFLAGS) libarm32_libdmoguids_a_LIBADD = am__libarm32_libdmoguids_a_SOURCES_DIST = libsrc/dmoguids.c -am__objects_72 = libsrc/libarm32_libdmoguids_a-dmoguids.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libdmoguids_a_OBJECTS = $(am__objects_72) +am__objects_102 = libsrc/libarm32_libdmoguids_a-dmoguids.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libdmoguids_a_OBJECTS = $(am__objects_102) libarm32_libdmoguids_a_OBJECTS = $(am_libarm32_libdmoguids_a_OBJECTS) libarm32_libdxerr8_a_AR = $(AR) $(ARFLAGS) libarm32_libdxerr8_a_LIBADD = am__libarm32_libdxerr8_a_SOURCES_DIST = libsrc/dxerr8.c \ libsrc/dxerr8w.c -am__objects_73 = libsrc/libarm32_libdxerr8_a-dxerr8.$(OBJEXT) \ +am__objects_103 = libsrc/libarm32_libdxerr8_a-dxerr8.$(OBJEXT) \ libsrc/libarm32_libdxerr8_a-dxerr8w.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libdxerr8_a_OBJECTS = $(am__objects_73) +@LIBARM32_TRUE@am_libarm32_libdxerr8_a_OBJECTS = $(am__objects_103) libarm32_libdxerr8_a_OBJECTS = $(am_libarm32_libdxerr8_a_OBJECTS) libarm32_libdxerr9_a_AR = $(AR) $(ARFLAGS) libarm32_libdxerr9_a_LIBADD = am__libarm32_libdxerr9_a_SOURCES_DIST = libsrc/dxerr9.c \ libsrc/dxerr9w.c -am__objects_74 = libsrc/libarm32_libdxerr9_a-dxerr9.$(OBJEXT) \ +am__objects_104 = libsrc/libarm32_libdxerr9_a-dxerr9.$(OBJEXT) \ libsrc/libarm32_libdxerr9_a-dxerr9w.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libdxerr9_a_OBJECTS = $(am__objects_74) +@LIBARM32_TRUE@am_libarm32_libdxerr9_a_OBJECTS = $(am__objects_104) libarm32_libdxerr9_a_OBJECTS = $(am_libarm32_libdxerr9_a_OBJECTS) libarm32_libdxguid_a_AR = $(AR) $(ARFLAGS) libarm32_libdxguid_a_LIBADD = am__libarm32_libdxguid_a_SOURCES_DIST = libsrc/dxguid.c -am__objects_75 = libsrc/libarm32_libdxguid_a-dxguid.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libdxguid_a_OBJECTS = $(am__objects_75) +am__objects_105 = libsrc/libarm32_libdxguid_a-dxguid.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libdxguid_a_OBJECTS = $(am__objects_105) libarm32_libdxguid_a_OBJECTS = $(am_libarm32_libdxguid_a_OBJECTS) libarm32_libgdiplus_a_LIBADD = am__libarm32_libgdiplus_a_SOURCES_DIST = libsrc/gdiplus.c -am__objects_76 = libsrc/libarm32_libgdiplus_a-gdiplus.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libgdiplus_a_OBJECTS = $(am__objects_76) +am__objects_106 = libsrc/libarm32_libgdiplus_a-gdiplus.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libgdiplus_a_OBJECTS = $(am__objects_106) libarm32_libgdiplus_a_OBJECTS = $(am_libarm32_libgdiplus_a_OBJECTS) libarm32_libkernel32_a_LIBADD = am__libarm32_libkernel32_a_SOURCES_DIST = intrincs/__movsb.c \ @@ -2653,8 +3057,8 @@ intrincs/readcr3.c intrincs/readcr4.c intrincs/readmsr.c \ intrincs/writecr0.c intrincs/writecr2.c intrincs/writecr3.c \ intrincs/writecr4.c intrincs/writemsr.c intrincs/__int2c.c \ - intrincs/RtlSecureZeroMemory.c -am__objects_77 = intrincs/libarm32_libkernel32_a-__movsb.$(OBJEXT) \ + intrincs/RtlSecureZeroMemory.c lib-common/kernel32.def.in +am__objects_107 = intrincs/libarm32_libkernel32_a-__movsb.$(OBJEXT) \ intrincs/libarm32_libkernel32_a-__movsd.$(OBJEXT) \ intrincs/libarm32_libkernel32_a-__movsw.$(OBJEXT) \ intrincs/libarm32_libkernel32_a-__stosb.$(OBJEXT) \ @@ -2718,63 +3122,62 @@ intrincs/libarm32_libkernel32_a-writemsr.$(OBJEXT) \ intrincs/libarm32_libkernel32_a-__int2c.$(OBJEXT) \ intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.$(OBJEXT) -am__objects_78 = -@LIBARM32_TRUE@am_libarm32_libkernel32_a_OBJECTS = $(am__objects_77) \ -@LIBARM32_TRUE@ $(am__objects_78) +am__objects_108 = +@LIBARM32_TRUE@am_libarm32_libkernel32_a_OBJECTS = $(am__objects_107) \ +@LIBARM32_TRUE@ $(am__objects_108) libarm32_libkernel32_a_OBJECTS = $(am_libarm32_libkernel32_a_OBJECTS) libarm32_libksguid_a_AR = $(AR) $(ARFLAGS) libarm32_libksguid_a_LIBADD = am__libarm32_libksguid_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_79 = libsrc/libarm32_libksguid_a-ksuser.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libksguid_a_OBJECTS = $(am__objects_79) +am__objects_109 = libsrc/libarm32_libksguid_a-ksuser.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libksguid_a_OBJECTS = $(am__objects_109) libarm32_libksguid_a_OBJECTS = $(am_libarm32_libksguid_a_OBJECTS) libarm32_libksuser_a_LIBADD = am__libarm32_libksuser_a_SOURCES_DIST = libsrc/ksuser.c -am__objects_80 = libsrc/libarm32_libksuser_a-ksuser.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libksuser_a_OBJECTS = $(am__objects_80) +am__objects_110 = libsrc/libarm32_libksuser_a-ksuser.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libksuser_a_OBJECTS = $(am__objects_110) libarm32_libksuser_a_OBJECTS = $(am_libarm32_libksuser_a_OBJECTS) libarm32_liblargeint_a_AR = $(AR) $(ARFLAGS) libarm32_liblargeint_a_LIBADD = am__libarm32_liblargeint_a_SOURCES_DIST = libsrc/largeint.c -am__objects_81 = libsrc/libarm32_liblargeint_a-largeint.$(OBJEXT) +am__objects_111 = libsrc/libarm32_liblargeint_a-largeint.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@am_libarm32_liblargeint_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_81) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_111) libarm32_liblargeint_a_OBJECTS = $(am_libarm32_liblargeint_a_OBJECTS) libarm32_liblocationapi_a_AR = $(AR) $(ARFLAGS) libarm32_liblocationapi_a_LIBADD = am__libarm32_liblocationapi_a_SOURCES_DIST = libsrc/locationapi.c -am__objects_82 = \ +am__objects_112 = \ libsrc/libarm32_liblocationapi_a-locationapi.$(OBJEXT) @LIBARM32_TRUE@am_libarm32_liblocationapi_a_OBJECTS = \ -@LIBARM32_TRUE@ $(am__objects_82) +@LIBARM32_TRUE@ $(am__objects_112) libarm32_liblocationapi_a_OBJECTS = \ $(am_libarm32_liblocationapi_a_OBJECTS) libarm32_libm_a_AR = $(AR) $(ARFLAGS) libarm32_libm_a_LIBADD = -am__objects_83 = libarm32_libm_a-_libm_dummy.$(OBJEXT) +am__objects_113 = libarm32_libm_a-_libm_dummy.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@nodist_libarm32_libm_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_83) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_113) libarm32_libm_a_OBJECTS = $(nodist_libarm32_libm_a_OBJECTS) libarm32_libmfuuid_a_AR = $(AR) $(ARFLAGS) libarm32_libmfuuid_a_LIBADD = am__libarm32_libmfuuid_a_SOURCES_DIST = libsrc/mfuuid.c -am__objects_84 = libsrc/libarm32_libmfuuid_a-mfuuid.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libmfuuid_a_OBJECTS = $(am__objects_84) +am__objects_114 = libsrc/libarm32_libmfuuid_a-mfuuid.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libmfuuid_a_OBJECTS = $(am__objects_114) libarm32_libmfuuid_a_OBJECTS = $(am_libarm32_libmfuuid_a_OBJECTS) libarm32_libmingw32_a_AR = $(AR) $(ARFLAGS) libarm32_libmingw32_a_LIBADD = am__libarm32_libmingw32_a_SOURCES_DIST = include/oscalls.h \ - include/internal.h include/sect_attribs.h crt/atonexit.c \ - crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c \ + include/internal.h include/sect_attribs.h crt/crt0_c.c \ + crt/dll_argv.c crt/gccmain.c crt/natstart.c \ crt/pseudo-reloc-list.c crt/wildcard.c crt/charmax.c \ crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c \ crt/tlssup.c crt/xncommod.c crt/cinitexe.c crt/merr.c \ crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c \ crt/udll_argv.c crt/xtxtmode.c crt/crt_handler.c crt/tlsthrd.c \ - crt/tlsmthread.c crt/tlsmcrt.c -am__objects_85 = crt/libarm32_libmingw32_a-atonexit.$(OBJEXT) \ - crt/libarm32_libmingw32_a-crt0_c.$(OBJEXT) \ + crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c +am__objects_115 = crt/libarm32_libmingw32_a-crt0_c.$(OBJEXT) \ crt/libarm32_libmingw32_a-dll_argv.$(OBJEXT) \ crt/libarm32_libmingw32_a-gccmain.$(OBJEXT) \ crt/libarm32_libmingw32_a-natstart.$(OBJEXT) \ @@ -2802,13 +3205,13 @@ crt/libarm32_libmingw32_a-crt_handler.$(OBJEXT) \ crt/libarm32_libmingw32_a-tlsthrd.$(OBJEXT) \ crt/libarm32_libmingw32_a-tlsmthread.$(OBJEXT) \ - crt/libarm32_libmingw32_a-tlsmcrt.$(OBJEXT) + crt/libarm32_libmingw32_a-tlsmcrt.$(OBJEXT) \ + crt/libarm32_libmingw32_a-cxa_atexit.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmingw32_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_85) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_115) libarm32_libmingw32_a_OBJECTS = $(am_libarm32_libmingw32_a_OBJECTS) libarm32_libmingwex_a_AR = $(AR) $(ARFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_DEPENDENCIES = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_1) +libarm32_libmingwex_a_LIBADD = am__libarm32_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -2818,36 +3221,34 @@ complex/ccosf.c complex/ccosl.c complex/cexp.c complex/cexpf.c \ complex/cexpl.c complex/cimag.c complex/cimagf.c \ complex/cimagl.c complex/clog.c complex/clogf.c \ - complex/clogl.c complex/conj.c complex/conjf.c complex/conjl.c \ - complex/cpow.c complex/cpowf.c complex/cpowl.c complex/cproj.c \ - complex/cprojf.c complex/cprojl.c complex/creal.c \ - complex/crealf.c complex/creall.c complex/csin.c \ - complex/csinf.c complex/csinl.c complex/csqrt.c \ + complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c \ + complex/conjl.c complex/cpow.c complex/cpowf.c complex/cpowl.c \ + complex/cproj.c complex/cprojf.c complex/cprojl.c \ + complex/creal.c complex/crealf.c complex/creall.c \ + complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c \ complex/csqrtf.c complex/csqrtl.c complex/ctan.c \ complex/ctanf.c complex/ctanl.c complex/cabs.def.h \ complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h \ complex/casin.def.h complex/casinh.def.h complex/catan.def.h \ complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ complex/cexp.def.h complex/cimag.def.h complex/clog.def.h \ - complex/complex_internal.h complex/conj.def.h \ - complex/cpow.def.h complex/cproj.def.h complex/creal.def.h \ - complex/csin.def.h complex/csinh.def.h complex/csqrt.def.h \ - complex/ctan.def.h complex/ctanh.def.h gdtoa/gd_arith.h \ - gdtoa/gd_qnan.h gdtoa/gdtoa.h gdtoa/gdtoaimp.h \ - gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c gdtoa/g_dfmt.c \ - gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c gdtoa/g__fmt.c \ - gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c gdtoa/hexnan.c \ - gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c gdtoa/strtodg.c \ - gdtoa/strtodnrp.c gdtoa/strtof.c gdtoa/strtopx.c gdtoa/sum.c \ - gdtoa/ulp.c math/_chgsignl.S math/ceil.S math/ceilf.S \ - math/ceill.S math/copysignl.S math/floor.S math/floorf.S \ - math/floorl.S math/fma.S math/fmaf.S math/nearbyint.S \ - math/nearbyintf.S math/nearbyintl.S math/trunc.S math/truncf.S \ - math/cbrt.c math/cbrtf.c math/cbrtl.c math/cephes_emath.c \ - math/copysign.c math/copysignf.c math/coshf.c math/coshl.c \ - math/erfl.c math/expf.c math/fabs.c math/fabsf.c math/fabsl.c \ - math/fdim.c math/fdimf.c math/fdiml.c math/fmal.c math/fmax.c \ - math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h \ + complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ + complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h \ + gdtoa/gdtoaimp.h gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c \ + gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c \ + gdtoa/g__fmt.c gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c \ + gdtoa/hexnan.c gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c \ + gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ + gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c math/cbrt.c \ + math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \ + math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \ + math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \ + math/fdimf.c math/fdiml.c math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ math/fminl.c math/fp_consts.c math/fp_constsf.c \ math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c \ math/fpclassifyl.c math/frexpf.c math/hypotf.c math/hypot.c \ @@ -2865,12 +3266,10 @@ math/signbitl.c math/sinhf.c math/sinhl.c math/sqrt.c \ math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c \ math/tgamma.c math/tgammaf.c math/tgammal.c math/truncl.c \ - math/acosh.def.h math/cos.def.h math/exp.def.h \ - math/expm1.def.h math/log.def.h math/pow.def.h math/powi.def.h \ - math/sin.def.h math/sqrt.def.h math/cephes_emath.h \ - math/cephes_mconf.h math/fastmath.h math/fp_consts.h \ - math/abs64.c misc/mb_wc_common.h misc/mingw_getsp.S \ - misc/alarm.c misc/basename.c misc/btowc.c misc/delay-f.c \ + math/powi.def.h math/sqrt.def.h math/cephes_emath.h \ + math/cephes_mconf.h math/fp_consts.h math/abs64.c \ + misc/mb_wc_common.h misc/mingw_getsp.S misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c \ misc/delay-n.c misc/delayimp.c misc/difftime.c \ misc/difftime32.c misc/difftime64.c misc/dirent.c \ misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c \ @@ -2899,9 +3298,9 @@ misc/ftw.c misc/ftw64.c stdio/mingw_pformat.h stdio/vfscanf2.S \ stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S \ stdio/vswscanf2.S stdio/vwscanf2.S stdio/strtok_r.c \ - stdio/_Exit.c stdio/_findfirst64i32.c stdio/_findnext64i32.c \ - stdio/_fstat.c stdio/_fstat64i32.c stdio/_ftime.c \ - stdio/_getc_nolock.c stdio/_getwc_nolock.c \ + stdio/scanf.S stdio/_Exit.c stdio/_findfirst64i32.c \ + stdio/_findnext64i32.c stdio/_fstat.c stdio/_fstat64i32.c \ + stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c \ stdio/_putc_nolock.c stdio/_putwc_nolock.c stdio/_stat.c \ stdio/_stat64i32.c stdio/_wfindfirst64i32.c \ stdio/_wfindnext64i32.c stdio/_wstat.c stdio/_wstat64i32.c \ @@ -2924,22 +3323,26 @@ stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c \ stdio/strtof.c stdio/truncate.c stdio/ulltoa.c stdio/ulltow.c \ stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ - stdio/vscanf.c stdio/vsnprintf.c stdio/vsnprintf_s.c \ - stdio/vsnwprintf.c stdio/vsscanf.c stdio/vswscanf.c \ - stdio/vwscanf.c stdio/wtoll.c stdio/mingw_asprintf.c \ - stdio/mingw_vasprintf.c math/softmath/e_fmod.c \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c \ + stdio/vsscanf.c stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c \ + stdio/mingw_asprintf.c stdio/mingw_vasprintf.c \ + math/arm/_chgsignl.S math/arm/ceil.S math/arm/ceilf.S \ + math/arm/ceill.S math/arm/copysignl.c math/arm/floor.S \ + math/arm/floorf.S math/arm/floorl.S math/arm/nearbyint.S \ + math/arm/nearbyintf.S math/arm/nearbyintl.S math/arm/trunc.S \ + math/arm/truncf.S math/softmath/e_fmod.c \ math/softmath/e_fmodf.c math/softmath/e_powf.c \ - math/softmath/acosf.c math/softmath/acosh.c \ - math/softmath/acosl.c math/softmath/acoshf.c \ - math/softmath/acoshl.c math/softmath/asinf.c \ - math/softmath/asinh.c math/softmath/asinl.c \ - math/softmath/asinhf.c math/softmath/asinhl.c \ - math/softmath/atan2f.c math/softmath/atan2l.c \ - math/softmath/atanf.c math/softmath/atanh.c \ - math/softmath/atanl.c math/softmath/atanhf.c \ - math/softmath/atanhl.c math/softmath/cos.c \ - math/softmath/cosf.c math/softmath/cosl.c math/softmath/exp.c \ - math/softmath/expl.c math/softmath/exp2.c \ + math/softmath/e_pow.c math/softmath/acosf.c \ + math/softmath/acosh.c math/softmath/acosl.c \ + math/softmath/acoshf.c math/softmath/acoshl.c \ + math/softmath/asinf.c math/softmath/asinh.c \ + math/softmath/asinl.c math/softmath/asinhf.c \ + math/softmath/asinhl.c math/softmath/atan2f.c \ + math/softmath/atan2l.c math/softmath/atanf.c \ + math/softmath/atanh.c math/softmath/atanl.c \ + math/softmath/atanhf.c math/softmath/atanhl.c \ + math/softmath/cos.c math/softmath/cosf.c math/softmath/cosl.c \ + math/softmath/exp.c math/softmath/expl.c math/softmath/exp2.c \ math/softmath/exp2f.c math/softmath/exp2l.c \ math/softmath/expm1.c math/softmath/expm1f.c \ math/softmath/expm1l.c math/softmath/fmod.c \ @@ -2961,13 +3364,15 @@ math/softmath/sin.c math/softmath/sincos.c \ math/softmath/sincosf.c math/softmath/sincosl.c \ math/softmath/sinf.c math/softmath/sinl.c math/softmath/tanf.c \ - math/softmath/tanl.c math/DFP/__fpclassifyd32.c \ - math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ - math/DFP/__isnand32.c math/DFP/__isnand64.c \ - math/DFP/__isnand128.c math/DFP/__signbitd32.c \ - math/DFP/__signbitd64.c math/DFP/__signbitd128.c \ - math/DFP/isinfd32.c math/DFP/isinfd64.c math/DFP/isinfd128.c -am__objects_86 = crt/libarm32_libmingwex_a-dllentry.$(OBJEXT) \ + math/softmath/tanl.c math/arm/exp2.c math/arm/ldexpl.c \ + math/arm/log2.c math/arm/scalbn.c math/arm/sincos.c \ + math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \ + math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \ + math/DFP/__isnand64.c math/DFP/__isnand128.c \ + math/DFP/__signbitd32.c math/DFP/__signbitd64.c \ + math/DFP/__signbitd128.c math/DFP/isinfd32.c \ + math/DFP/isinfd64.c math/DFP/isinfd128.c +am__objects_116 = crt/libarm32_libmingwex_a-dllentry.$(OBJEXT) \ crt/libarm32_libmingwex_a-dllmain.$(OBJEXT) \ complex/libarm32_libmingwex_a-_cabs.$(OBJEXT) \ complex/libarm32_libmingwex_a-cabs.$(OBJEXT) \ @@ -2997,6 +3402,9 @@ complex/libarm32_libmingwex_a-clog.$(OBJEXT) \ complex/libarm32_libmingwex_a-clogf.$(OBJEXT) \ complex/libarm32_libmingwex_a-clogl.$(OBJEXT) \ + complex/libarm32_libmingwex_a-clog10.$(OBJEXT) \ + complex/libarm32_libmingwex_a-clog10f.$(OBJEXT) \ + complex/libarm32_libmingwex_a-clog10l.$(OBJEXT) \ complex/libarm32_libmingwex_a-conj.$(OBJEXT) \ complex/libarm32_libmingwex_a-conjf.$(OBJEXT) \ complex/libarm32_libmingwex_a-conjl.$(OBJEXT) \ @@ -3039,21 +3447,6 @@ gdtoa/libarm32_libmingwex_a-strtopx.$(OBJEXT) \ gdtoa/libarm32_libmingwex_a-sum.$(OBJEXT) \ gdtoa/libarm32_libmingwex_a-ulp.$(OBJEXT) \ - math/libarm32_libmingwex_a-_chgsignl.$(OBJEXT) \ - math/libarm32_libmingwex_a-ceil.$(OBJEXT) \ - math/libarm32_libmingwex_a-ceilf.$(OBJEXT) \ - math/libarm32_libmingwex_a-ceill.$(OBJEXT) \ - math/libarm32_libmingwex_a-copysignl.$(OBJEXT) \ - math/libarm32_libmingwex_a-floor.$(OBJEXT) \ - math/libarm32_libmingwex_a-floorf.$(OBJEXT) \ - math/libarm32_libmingwex_a-floorl.$(OBJEXT) \ - math/libarm32_libmingwex_a-fma.$(OBJEXT) \ - math/libarm32_libmingwex_a-fmaf.$(OBJEXT) \ - math/libarm32_libmingwex_a-nearbyint.$(OBJEXT) \ - math/libarm32_libmingwex_a-nearbyintf.$(OBJEXT) \ - math/libarm32_libmingwex_a-nearbyintl.$(OBJEXT) \ - math/libarm32_libmingwex_a-trunc.$(OBJEXT) \ - math/libarm32_libmingwex_a-truncf.$(OBJEXT) \ math/libarm32_libmingwex_a-cbrt.$(OBJEXT) \ math/libarm32_libmingwex_a-cbrtf.$(OBJEXT) \ math/libarm32_libmingwex_a-cbrtl.$(OBJEXT) \ @@ -3070,6 +3463,8 @@ math/libarm32_libmingwex_a-fdim.$(OBJEXT) \ math/libarm32_libmingwex_a-fdimf.$(OBJEXT) \ math/libarm32_libmingwex_a-fdiml.$(OBJEXT) \ + math/libarm32_libmingwex_a-fma.$(OBJEXT) \ + math/libarm32_libmingwex_a-fmaf.$(OBJEXT) \ math/libarm32_libmingwex_a-fmal.$(OBJEXT) \ math/libarm32_libmingwex_a-fmax.$(OBJEXT) \ math/libarm32_libmingwex_a-fmaxf.$(OBJEXT) \ @@ -3145,6 +3540,7 @@ math/libarm32_libmingwex_a-abs64.$(OBJEXT) \ misc/libarm32_libmingwex_a-mingw_getsp.$(OBJEXT) \ misc/libarm32_libmingwex_a-alarm.$(OBJEXT) \ + misc/libarm32_libmingwex_a-assert.$(OBJEXT) \ misc/libarm32_libmingwex_a-basename.$(OBJEXT) \ misc/libarm32_libmingwex_a-btowc.$(OBJEXT) \ misc/libarm32_libmingwex_a-delay-f.$(OBJEXT) \ @@ -3239,6 +3635,7 @@ stdio/libarm32_libmingwex_a-vswscanf2.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vwscanf2.$(OBJEXT) \ stdio/libarm32_libmingwex_a-strtok_r.$(OBJEXT) \ + stdio/libarm32_libmingwex_a-scanf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-_Exit.$(OBJEXT) \ stdio/libarm32_libmingwex_a-_findfirst64i32.$(OBJEXT) \ stdio/libarm32_libmingwex_a-_findnext64i32.$(OBJEXT) \ @@ -3305,7 +3702,6 @@ stdio/libarm32_libmingwex_a-vfwscanf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vscanf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vsnprintf.$(OBJEXT) \ - stdio/libarm32_libmingwex_a-vsnprintf_s.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vsnwprintf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vsscanf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-vswscanf.$(OBJEXT) \ @@ -3313,78 +3709,98 @@ stdio/libarm32_libmingwex_a-wtoll.$(OBJEXT) \ stdio/libarm32_libmingwex_a-mingw_asprintf.$(OBJEXT) \ stdio/libarm32_libmingwex_a-mingw_vasprintf.$(OBJEXT) -am__objects_87 = math/softmath/libarm32_libmingwex_a-e_fmod.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-e_fmodf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-e_powf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-acosf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-acosh.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-acosl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-acoshf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-acoshl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-asinf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-asinh.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-asinl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-asinhf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-asinhl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atan2f.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atan2l.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atanf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atanh.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atanl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atanhf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-atanhl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-cos.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-cosf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-cosl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-exp.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-expl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-exp2.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-exp2f.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-exp2l.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-expm1.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-expm1f.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-expm1l.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-fmod.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-fmodf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-fmodl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-frexpl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-ilogb.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-ilogbf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-ilogbl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-ldexp.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-ldexpl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log10l.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log1p.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log1pf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log1pl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log2.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log2f.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-log2l.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-logb.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-logbf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-logbl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-logl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-pow.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-powl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remainder.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remainderf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remainderl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remquo.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remquof.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-remquol.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-scalbn.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-scalbnf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-scalbnl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sin.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sincos.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sincosf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sincosl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sinf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-sinl.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-tanf.$(OBJEXT) \ - math/softmath/libarm32_libmingwex_a-tanl.$(OBJEXT) -@ENABLE_DFP_TRUE@am__objects_88 = math/DFP/libarm32_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@am__objects_117 = math/softmath/libarm32_libmingwex_a-e_fmod.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-e_fmodf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-e_powf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-e_pow.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-acosf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-acosh.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-acosl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-acoshf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-acoshl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-asinf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-asinh.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-asinl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-asinhf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-asinhl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atan2f.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atan2l.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atanf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atanh.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atanl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atanhf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-atanhl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-cos.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-cosf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-cosl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-exp.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-expl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-exp2.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-exp2f.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-exp2l.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-expm1.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-expm1f.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-expm1l.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-fmod.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-fmodf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-fmodl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-frexpl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-ilogb.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-ilogbf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-ilogbl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-ldexp.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-ldexpl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log10l.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log1p.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log1pf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log1pl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log2.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log2f.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-log2l.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-logb.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-logbf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-logbl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-logl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-pow.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-powl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remainder.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remainderf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remainderl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remquo.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remquof.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-remquol.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-scalbn.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-scalbnf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-scalbnl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sin.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sincos.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sincosf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sincosl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sinf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-sinl.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-tanf.$(OBJEXT) \ +@ENABLE_SOFTMATH_TRUE@ math/softmath/libarm32_libmingwex_a-tanl.$(OBJEXT) +@ENABLE_SOFTMATH_FALSE@am__objects_118 = math/arm/libarm32_libmingwex_a-exp2.$(OBJEXT) \ +@ENABLE_SOFTMATH_FALSE@ math/arm/libarm32_libmingwex_a-ldexpl.$(OBJEXT) \ +@ENABLE_SOFTMATH_FALSE@ math/arm/libarm32_libmingwex_a-log2.$(OBJEXT) \ +@ENABLE_SOFTMATH_FALSE@ math/arm/libarm32_libmingwex_a-scalbn.$(OBJEXT) \ +@ENABLE_SOFTMATH_FALSE@ math/arm/libarm32_libmingwex_a-sincos.$(OBJEXT) +am__objects_119 = math/arm/libarm32_libmingwex_a-_chgsignl.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-ceil.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-ceilf.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-ceill.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-copysignl.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-floor.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-floorf.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-floorl.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-nearbyint.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-nearbyintf.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-nearbyintl.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-trunc.$(OBJEXT) \ + math/arm/libarm32_libmingwex_a-truncf.$(OBJEXT) \ + $(am__objects_117) $(am__objects_118) +@ENABLE_DFP_TRUE@am__objects_120 = math/DFP/libarm32_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/libarm32_libmingwex_a-__fpclassifyd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/libarm32_libmingwex_a-__fpclassifyd128.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/libarm32_libmingwex_a-__isnand32.$(OBJEXT) \ @@ -3397,28 +3813,39 @@ @ENABLE_DFP_TRUE@ math/DFP/libarm32_libmingwex_a-isinfd64.$(OBJEXT) \ @ENABLE_DFP_TRUE@ math/DFP/libarm32_libmingwex_a-isinfd128.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmingwex_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_86) \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_87) \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_88) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_116) \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_119) \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_120) libarm32_libmingwex_a_OBJECTS = $(am_libarm32_libmingwex_a_OBJECTS) libarm32_libmingwthrd_a_AR = $(AR) $(ARFLAGS) libarm32_libmingwthrd_a_LIBADD = am__libarm32_libmingwthrd_a_SOURCES_DIST = libsrc/mingwthrd_mt.c -am__objects_89 = \ +am__objects_121 = \ libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmingwthrd_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_89) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_121) libarm32_libmingwthrd_a_OBJECTS = \ $(am_libarm32_libmingwthrd_a_OBJECTS) libarm32_libmoldname_a_AR = $(AR) $(ARFLAGS) libarm32_libmoldname_a_LIBADD = am__libarm32_libmoldname_a_SOURCES_DIST = _libm_dummy.c -am__objects_90 = libarm32_libmoldname_a-_libm_dummy.$(OBJEXT) +am__objects_122 = libarm32_libmoldname_a-_libm_dummy.$(OBJEXT) @LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmoldname_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_90) +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_122) libarm32_libmoldname_a_OBJECTS = $(am_libarm32_libmoldname_a_OBJECTS) -libarm32_libmsvcrt_a_LIBADD = -am__libarm32_libmsvcrt_a_SOURCES_DIST = misc/_configthreadlocale.c \ +libarm32_libmsvcr110_a_LIBADD = +am__libarm32_libmsvcr110_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c +am__objects_123 = misc/libarm32_libmsvcr110_a-onexit_table.$(OBJEXT) \ + misc/libarm32_libmsvcr110_a-register_tls_atexit.$(OBJEXT) \ + stdio/libarm32_libmsvcr110_a-acrt_iob_func.$(OBJEXT) +@LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmsvcr110_a_OBJECTS = \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_123) +libarm32_libmsvcr110_a_OBJECTS = $(am_libarm32_libmsvcr110_a_OBJECTS) +libarm32_libmsvcrt_os_a_LIBADD = +am__libarm32_libmsvcrt_os_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + misc/_configthreadlocale.c misc/_get_current_locale.c \ misc/invalid_parameter_handler.c misc/output_format.c \ misc/purecall.c secapi/_access_s.c secapi/_cgets_s.c \ secapi/_cgetws_s.c secapi/_chsize_s.c secapi/_controlfp_s.c \ @@ -3437,107 +3864,167 @@ secapi/memcpy_s.c secapi/memmove_s.c secapi/rand_s.c \ secapi/sprintf_s.c secapi/strerror_s.c secapi/vsprintf_s.c \ secapi/wmemcpy_s.c secapi/wmemmove_s.c stdio/mingw_lock.c \ - misc/lc_locale_func.c -am__objects_91 = \ - misc/libarm32_libmsvcrt_a-_configthreadlocale.$(OBJEXT) \ - misc/libarm32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT) \ - misc/libarm32_libmsvcrt_a-output_format.$(OBJEXT) \ - misc/libarm32_libmsvcrt_a-purecall.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_access_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cgets_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cgetws_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_chsize_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_controlfp_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cprintf_s_l.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_ctime32_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_ctime64_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cwprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_gmtime32_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_gmtime64_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_localtime32_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_localtime64_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_mktemp_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_sopen_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_strdate_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_strtime_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_umask_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vcprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vcwprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vscprintf_p.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vscwprintf_p.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_vswprintf_p.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_waccess_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wasctime_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wctime32_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wctime64_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wstrtime_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wmktemp_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-_wstrdate_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-asctime_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-memcpy_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-memmove_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-rand_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-sprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-strerror_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-vsprintf_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-wmemcpy_s.$(OBJEXT) \ - secapi/libarm32_libmsvcrt_a-wmemmove_s.$(OBJEXT) \ - stdio/libarm32_libmsvcrt_a-mingw_lock.$(OBJEXT) -am__objects_92 = $(am__objects_91) \ - misc/libarm32_libmsvcrt_a-lc_locale_func.$(OBJEXT) -@LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmsvcrt_a_OBJECTS = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_92) -libarm32_libmsvcrt_a_OBJECTS = $(am_libarm32_libmsvcrt_a_OBJECTS) + misc/__p___argv.c misc/__p__acmdln.c misc/__p__fmode.c \ + misc/__p__wcmdln.c lib-common/msvcrt.def.in +am__objects_124 = misc/libarm32_libmsvcrt_os_a-onexit_table.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT) \ + stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT) +am__objects_125 = $(am__objects_124) \ + misc/libarm32_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-_get_current_locale.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-output_format.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-purecall.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_access_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cgets_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cgetws_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_chsize_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_controlfp_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_ctime32_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_ctime64_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_localtime32_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_localtime64_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_mktemp_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_sopen_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_strdate_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_strtime_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_umask_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_waccess_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wasctime_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wctime32_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wctime64_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-asctime_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-memcpy_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-memmove_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-rand_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-sprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-strerror_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-vsprintf_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT) \ + secapi/libarm32_libmsvcrt_os_a-wmemmove_s.$(OBJEXT) \ + stdio/libarm32_libmsvcrt_os_a-mingw_lock.$(OBJEXT) +am__objects_126 = $(am__objects_125) \ + misc/libarm32_libmsvcrt_os_a-__p___argv.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-__p__acmdln.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-__p__fmode.$(OBJEXT) \ + misc/libarm32_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT) +@LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libmsvcrt_os_a_OBJECTS = \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_126) +libarm32_libmsvcrt_os_a_OBJECTS = \ + $(am_libarm32_libmsvcrt_os_a_OBJECTS) libarm32_libportabledeviceguids_a_AR = $(AR) $(ARFLAGS) libarm32_libportabledeviceguids_a_LIBADD = am__libarm32_libportabledeviceguids_a_SOURCES_DIST = \ libsrc/portabledeviceguids.c -am__objects_93 = libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) +am__objects_127 = libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) @LIBARM32_TRUE@am_libarm32_libportabledeviceguids_a_OBJECTS = \ -@LIBARM32_TRUE@ $(am__objects_93) +@LIBARM32_TRUE@ $(am__objects_127) libarm32_libportabledeviceguids_a_OBJECTS = \ $(am_libarm32_libportabledeviceguids_a_OBJECTS) libarm32_libsapi_a_AR = $(AR) $(ARFLAGS) libarm32_libsapi_a_LIBADD = am__libarm32_libsapi_a_SOURCES_DIST = libsrc/sapi.c -am__objects_94 = libsrc/libarm32_libsapi_a-sapi.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libsapi_a_OBJECTS = $(am__objects_94) +am__objects_128 = libsrc/libarm32_libsapi_a-sapi.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libsapi_a_OBJECTS = $(am__objects_128) libarm32_libsapi_a_OBJECTS = $(am_libarm32_libsapi_a_OBJECTS) libarm32_libscrnsave_a_AR = $(AR) $(ARFLAGS) libarm32_libscrnsave_a_LIBADD = am__libarm32_libscrnsave_a_SOURCES_DIST = libsrc/scrnsave.c -am__objects_95 = libsrc/libarm32_libscrnsave_a-scrnsave.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libscrnsave_a_OBJECTS = $(am__objects_95) +am__objects_129 = libsrc/libarm32_libscrnsave_a-scrnsave.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libscrnsave_a_OBJECTS = $(am__objects_129) libarm32_libscrnsave_a_OBJECTS = $(am_libarm32_libscrnsave_a_OBJECTS) libarm32_libscrnsavw_a_AR = $(AR) $(ARFLAGS) libarm32_libscrnsavw_a_LIBADD = am__libarm32_libscrnsavw_a_SOURCES_DIST = libsrc/scrnsave.c -am__objects_96 = libsrc/libarm32_libscrnsavw_a-scrnsave.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libscrnsavw_a_OBJECTS = $(am__objects_96) +am__objects_130 = libsrc/libarm32_libscrnsavw_a-scrnsave.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libscrnsavw_a_OBJECTS = $(am__objects_130) libarm32_libscrnsavw_a_OBJECTS = $(am_libarm32_libscrnsavw_a_OBJECTS) libarm32_libsensorsapi_a_AR = $(AR) $(ARFLAGS) libarm32_libsensorsapi_a_LIBADD = am__libarm32_libsensorsapi_a_SOURCES_DIST = libsrc/sensorsapi.c -am__objects_97 = libsrc/libarm32_libsensorsapi_a-sensorsapi.$(OBJEXT) +am__objects_131 = \ + libsrc/libarm32_libsensorsapi_a-sensorsapi.$(OBJEXT) @LIBARM32_TRUE@am_libarm32_libsensorsapi_a_OBJECTS = \ -@LIBARM32_TRUE@ $(am__objects_97) +@LIBARM32_TRUE@ $(am__objects_131) libarm32_libsensorsapi_a_OBJECTS = \ $(am_libarm32_libsensorsapi_a_OBJECTS) libarm32_libshell32_a_LIBADD = am__libarm32_libshell32_a_SOURCES_DIST = libsrc/shell32.c -am__objects_98 = libsrc/libarm32_libshell32_a-shell32.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libshell32_a_OBJECTS = $(am__objects_98) +am__objects_132 = libsrc/libarm32_libshell32_a-shell32.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libshell32_a_OBJECTS = $(am__objects_132) libarm32_libshell32_a_OBJECTS = $(am_libarm32_libshell32_a_OBJECTS) libarm32_libstrmiids_a_AR = $(AR) $(ARFLAGS) libarm32_libstrmiids_a_LIBADD = am__libarm32_libstrmiids_a_SOURCES_DIST = libsrc/strmiids.c -am__objects_99 = libsrc/libarm32_libstrmiids_a-strmiids.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libstrmiids_a_OBJECTS = $(am__objects_99) +am__objects_133 = libsrc/libarm32_libstrmiids_a-strmiids.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libstrmiids_a_OBJECTS = $(am__objects_133) libarm32_libstrmiids_a_OBJECTS = $(am_libarm32_libstrmiids_a_OBJECTS) +libarm32_libucrt_a_AR = $(AR) $(ARFLAGS) +libarm32_libucrt_a_LIBADD = +libarm32_libucrt_a_SOURCES = libarm32/libucrt.c +libarm32_libucrt_a_OBJECTS = libarm32/libucrt.$(OBJEXT) +libarm32_libucrt_extra_a_AR = $(AR) $(ARFLAGS) +libarm32_libucrt_extra_a_LIBADD = +am__libarm32_libucrt_extra_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c +am__objects_134 = \ + crt/libarm32_libucrt_extra_a-ucrtbase_compat.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_fprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_printf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_snprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_sprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_vprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT) +@LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libucrt_extra_a_OBJECTS = \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_134) +libarm32_libucrt_extra_a_OBJECTS = \ + $(am_libarm32_libucrt_extra_a_OBJECTS) +libarm32_libucrtbase_a_LIBADD = +am__libarm32_libucrtbase_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c lib-common/ucrtbase.def.in +am__objects_135 = \ + crt/libarm32_libucrtbase_a-ucrtbase_compat.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_fprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_printf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_snprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_sprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_vprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/libarm32_libucrtbase_a-ucrt_vsprintf.$(OBJEXT) +@LIBARM32_TRUE@@W32API_FALSE@am_libarm32_libucrtbase_a_OBJECTS = \ +@LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_135) +libarm32_libucrtbase_a_OBJECTS = $(am_libarm32_libucrtbase_a_OBJECTS) libarm32_libuuid_a_AR = $(AR) $(ARFLAGS) libarm32_libuuid_a_LIBADD = am__libarm32_libuuid_a_SOURCES_DIST = libsrc/ativscp-uuid.c \ @@ -3555,9 +4042,10 @@ libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c \ libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c \ libsrc/power-uuid.c libsrc/powrprof-uuid.c \ - libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ - libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c -am__objects_100 = libsrc/libarm32_libuuid_a-ativscp-uuid.$(OBJEXT) \ + libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c \ + libsrc/usbiodef-uuid.c libsrc/uuid.c libsrc/vds-uuid.c \ + libsrc/virtdisk-uuid.c libsrc/wia-uuid.c +am__objects_136 = libsrc/libarm32_libuuid_a-ativscp-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-atsmedia-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-bth-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-cguid-uuid.$(OBJEXT) \ @@ -3593,37 +4081,37 @@ libsrc/libarm32_libuuid_a-oleidl-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-power-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-powrprof-uuid.$(OBJEXT) \ + libsrc/libarm32_libuuid_a-uianimation-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-usbcamdi-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-usbiodef-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-vds-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-virtdisk-uuid.$(OBJEXT) \ libsrc/libarm32_libuuid_a-wia-uuid.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libuuid_a_OBJECTS = $(am__objects_100) +@LIBARM32_TRUE@am_libarm32_libuuid_a_OBJECTS = $(am__objects_136) libarm32_libuuid_a_OBJECTS = $(am_libarm32_libuuid_a_OBJECTS) libarm32_libwbemuuid_a_AR = $(AR) $(ARFLAGS) libarm32_libwbemuuid_a_LIBADD = am__libarm32_libwbemuuid_a_SOURCES_DIST = libsrc/wbemuuid.c -am__objects_101 = libsrc/libarm32_libwbemuuid_a-wbemuuid.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libwbemuuid_a_OBJECTS = $(am__objects_101) +am__objects_137 = libsrc/libarm32_libwbemuuid_a-wbemuuid.$(OBJEXT) +@LIBARM32_TRUE@am_libarm32_libwbemuuid_a_OBJECTS = $(am__objects_137) libarm32_libwbemuuid_a_OBJECTS = $(am_libarm32_libwbemuuid_a_OBJECTS) -libarm32_libwindowscodecs_a_AR = $(AR) $(ARFLAGS) libarm32_libwindowscodecs_a_LIBADD = am__libarm32_libwindowscodecs_a_SOURCES_DIST = libsrc/windowscodecs.c -am__objects_102 = \ +am__objects_138 = \ libsrc/libarm32_libwindowscodecs_a-windowscodecs.$(OBJEXT) @LIBARM32_TRUE@am_libarm32_libwindowscodecs_a_OBJECTS = \ -@LIBARM32_TRUE@ $(am__objects_102) +@LIBARM32_TRUE@ $(am__objects_138) libarm32_libwindowscodecs_a_OBJECTS = \ $(am_libarm32_libwindowscodecs_a_OBJECTS) libarm32_libwmcodecdspuuid_a_AR = $(AR) $(ARFLAGS) libarm32_libwmcodecdspuuid_a_LIBADD = am__libarm32_libwmcodecdspuuid_a_SOURCES_DIST = \ libsrc/wmcodecdspuuid.c -am__objects_103 = \ +am__objects_139 = \ libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.$(OBJEXT) @LIBARM32_TRUE@am_libarm32_libwmcodecdspuuid_a_OBJECTS = \ -@LIBARM32_TRUE@ $(am__objects_103) +@LIBARM32_TRUE@ $(am__objects_139) libarm32_libwmcodecdspuuid_a_OBJECTS = \ $(am_libarm32_libwmcodecdspuuid_a_OBJECTS) libarm32_libws2_32_a_LIBADD = @@ -3660,8 +4148,9 @@ libsrc/wspiapi/WspiapiLoad.c \ libsrc/wspiapi/WspiapiGetAddrInfo.c \ libsrc/wspiapi/WspiapiGetNameInfo.c \ - libsrc/wspiapi/WspiapiFreeAddrInfo.c -am__objects_104 = libsrc/libarm32_libws2_32_a-ws2_32.$(OBJEXT) \ + libsrc/wspiapi/WspiapiFreeAddrInfo.c \ + lib-common/libws2_32.def.in +am__objects_140 = libsrc/libarm32_libws2_32_a-ws2_32.$(OBJEXT) \ libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.$(OBJEXT) \ libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.$(OBJEXT) \ libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.$(OBJEXT) \ @@ -3696,8 +4185,1093 @@ libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.$(OBJEXT) \ libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.$(OBJEXT) \ libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.$(OBJEXT) -@LIBARM32_TRUE@am_libarm32_libws2_32_a_OBJECTS = $(am__objects_104) +@LIBARM32_TRUE@am_libarm32_libws2_32_a_OBJECTS = $(am__objects_140) libarm32_libws2_32_a_OBJECTS = $(am_libarm32_libws2_32_a_OBJECTS) +libarm64_libamstrmid_a_AR = $(AR) $(ARFLAGS) +libarm64_libamstrmid_a_LIBADD = +am__libarm64_libamstrmid_a_SOURCES_DIST = libsrc/amstrmid.c +am__objects_141 = libsrc/libarm64_libamstrmid_a-amstrmid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libamstrmid_a_OBJECTS = $(am__objects_141) +libarm64_libamstrmid_a_OBJECTS = $(am_libarm64_libamstrmid_a_OBJECTS) +libarm64_libdelayimp_a_AR = $(AR) $(ARFLAGS) +libarm64_libdelayimp_a_LIBADD = +am_libarm64_libdelayimp_a_OBJECTS = +libarm64_libdelayimp_a_OBJECTS = $(am_libarm64_libdelayimp_a_OBJECTS) +libarm64_libdmoguids_a_AR = $(AR) $(ARFLAGS) +libarm64_libdmoguids_a_LIBADD = +am__libarm64_libdmoguids_a_SOURCES_DIST = libsrc/dmoguids.c +am__objects_142 = libsrc/libarm64_libdmoguids_a-dmoguids.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libdmoguids_a_OBJECTS = $(am__objects_142) +libarm64_libdmoguids_a_OBJECTS = $(am_libarm64_libdmoguids_a_OBJECTS) +libarm64_libdxerr8_a_AR = $(AR) $(ARFLAGS) +libarm64_libdxerr8_a_LIBADD = +am__libarm64_libdxerr8_a_SOURCES_DIST = libsrc/dxerr8.c \ + libsrc/dxerr8w.c +am__objects_143 = libsrc/libarm64_libdxerr8_a-dxerr8.$(OBJEXT) \ + libsrc/libarm64_libdxerr8_a-dxerr8w.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libdxerr8_a_OBJECTS = $(am__objects_143) +libarm64_libdxerr8_a_OBJECTS = $(am_libarm64_libdxerr8_a_OBJECTS) +libarm64_libdxerr9_a_AR = $(AR) $(ARFLAGS) +libarm64_libdxerr9_a_LIBADD = +am__libarm64_libdxerr9_a_SOURCES_DIST = libsrc/dxerr9.c \ + libsrc/dxerr9w.c +am__objects_144 = libsrc/libarm64_libdxerr9_a-dxerr9.$(OBJEXT) \ + libsrc/libarm64_libdxerr9_a-dxerr9w.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libdxerr9_a_OBJECTS = $(am__objects_144) +libarm64_libdxerr9_a_OBJECTS = $(am_libarm64_libdxerr9_a_OBJECTS) +libarm64_libdxguid_a_AR = $(AR) $(ARFLAGS) +libarm64_libdxguid_a_LIBADD = +am__libarm64_libdxguid_a_SOURCES_DIST = libsrc/dxguid.c +am__objects_145 = libsrc/libarm64_libdxguid_a-dxguid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libdxguid_a_OBJECTS = $(am__objects_145) +libarm64_libdxguid_a_OBJECTS = $(am_libarm64_libdxguid_a_OBJECTS) +libarm64_libgdiplus_a_LIBADD = +am__libarm64_libgdiplus_a_SOURCES_DIST = libsrc/gdiplus.c +am__objects_146 = libsrc/libarm64_libgdiplus_a-gdiplus.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libgdiplus_a_OBJECTS = $(am__objects_146) +libarm64_libgdiplus_a_OBJECTS = $(am_libarm64_libgdiplus_a_OBJECTS) +libarm64_libkernel32_a_LIBADD = +am__libarm64_libkernel32_a_SOURCES_DIST = intrincs/__movsb.c \ + intrincs/__movsd.c intrincs/__movsw.c intrincs/__stosb.c \ + intrincs/__stosd.c intrincs/__stosw.c intrincs/_rotl64.c \ + intrincs/_rotr64.c intrincs/bitscanfwd.c intrincs/bitscanrev.c \ + intrincs/bittest.c intrincs/bittestc.c intrincs/bittestci.c \ + intrincs/bittestr.c intrincs/bittestri.c intrincs/bittests.c \ + intrincs/bittestsi.c intrincs/cpuid.c intrincs/ilockadd.c \ + intrincs/ilockand.c intrincs/ilockand64.c intrincs/ilockcxch.c \ + intrincs/ilockcxch16.c intrincs/ilockcxch64.c \ + intrincs/ilockcxchptr.c intrincs/ilockdec.c \ + intrincs/ilockdec16.c intrincs/ilockdec64.c \ + intrincs/ilockexch.c intrincs/ilockexch64.c \ + intrincs/ilockexchadd.c intrincs/ilockexchadd64.c \ + intrincs/ilockexchptr.c intrincs/ilockinc.c \ + intrincs/ilockinc16.c intrincs/ilockinc64.c intrincs/ilockor.c \ + intrincs/ilockor64.c intrincs/ilockxor.c intrincs/ilockxor64.c \ + intrincs/inbyte.c intrincs/inbytestring.c intrincs/indword.c \ + intrincs/indwordstring.c intrincs/inword.c \ + intrincs/inwordstring.c intrincs/outbyte.c \ + intrincs/outbytestring.c intrincs/outdword.c \ + intrincs/outdwordstring.c intrincs/outword.c \ + intrincs/outwordstring.c intrincs/readcr0.c intrincs/readcr2.c \ + intrincs/readcr3.c intrincs/readcr4.c intrincs/readmsr.c \ + intrincs/writecr0.c intrincs/writecr2.c intrincs/writecr3.c \ + intrincs/writecr4.c intrincs/writemsr.c intrincs/__int2c.c \ + intrincs/RtlSecureZeroMemory.c lib-common/kernel32.def.in +am__objects_147 = intrincs/libarm64_libkernel32_a-__movsb.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__movsd.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__movsw.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__stosb.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__stosd.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__stosw.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-_rotl64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-_rotr64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bitscanfwd.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bitscanrev.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittest.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittestc.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittestci.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittestr.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittestri.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittests.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-bittestsi.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-cpuid.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockadd.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockand.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockand64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockcxch.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockcxch16.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockcxch64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockcxchptr.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockdec.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockdec16.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockdec64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockexch.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockexch64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockexchadd.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockexchadd64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockexchptr.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockinc.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockinc16.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockinc64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockor.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockor64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockxor.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-ilockxor64.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-inbyte.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-inbytestring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-indword.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-indwordstring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-inword.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-inwordstring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outbyte.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outbytestring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outdword.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outdwordstring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outword.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-outwordstring.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-readcr0.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-readcr2.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-readcr3.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-readcr4.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-readmsr.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-writecr0.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-writecr2.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-writecr3.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-writecr4.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-writemsr.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-__int2c.$(OBJEXT) \ + intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libkernel32_a_OBJECTS = $(am__objects_147) \ +@LIBARM64_TRUE@ $(am__objects_108) +libarm64_libkernel32_a_OBJECTS = $(am_libarm64_libkernel32_a_OBJECTS) +libarm64_libksguid_a_AR = $(AR) $(ARFLAGS) +libarm64_libksguid_a_LIBADD = +am__libarm64_libksguid_a_SOURCES_DIST = libsrc/ksuser.c +am__objects_148 = libsrc/libarm64_libksguid_a-ksuser.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libksguid_a_OBJECTS = $(am__objects_148) +libarm64_libksguid_a_OBJECTS = $(am_libarm64_libksguid_a_OBJECTS) +libarm64_libksuser_a_LIBADD = +am__libarm64_libksuser_a_SOURCES_DIST = libsrc/ksuser.c +am__objects_149 = libsrc/libarm64_libksuser_a-ksuser.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libksuser_a_OBJECTS = $(am__objects_149) +libarm64_libksuser_a_OBJECTS = $(am_libarm64_libksuser_a_OBJECTS) +libarm64_liblargeint_a_AR = $(AR) $(ARFLAGS) +libarm64_liblargeint_a_LIBADD = +am__libarm64_liblargeint_a_SOURCES_DIST = libsrc/largeint.c +am__objects_150 = libsrc/libarm64_liblargeint_a-largeint.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_liblargeint_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_150) +libarm64_liblargeint_a_OBJECTS = $(am_libarm64_liblargeint_a_OBJECTS) +libarm64_liblocationapi_a_AR = $(AR) $(ARFLAGS) +libarm64_liblocationapi_a_LIBADD = +am__libarm64_liblocationapi_a_SOURCES_DIST = libsrc/locationapi.c +am__objects_151 = \ + libsrc/libarm64_liblocationapi_a-locationapi.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_liblocationapi_a_OBJECTS = \ +@LIBARM64_TRUE@ $(am__objects_151) +libarm64_liblocationapi_a_OBJECTS = \ + $(am_libarm64_liblocationapi_a_OBJECTS) +libarm64_libm_a_AR = $(AR) $(ARFLAGS) +libarm64_libm_a_LIBADD = +am__objects_152 = libarm64_libm_a-_libm_dummy.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@nodist_libarm64_libm_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_152) +libarm64_libm_a_OBJECTS = $(nodist_libarm64_libm_a_OBJECTS) +libarm64_libmfuuid_a_AR = $(AR) $(ARFLAGS) +libarm64_libmfuuid_a_LIBADD = +am__libarm64_libmfuuid_a_SOURCES_DIST = libsrc/mfuuid.c +am__objects_153 = libsrc/libarm64_libmfuuid_a-mfuuid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libmfuuid_a_OBJECTS = $(am__objects_153) +libarm64_libmfuuid_a_OBJECTS = $(am_libarm64_libmfuuid_a_OBJECTS) +libarm64_libmingw32_a_AR = $(AR) $(ARFLAGS) +libarm64_libmingw32_a_LIBADD = +am__libarm64_libmingw32_a_SOURCES_DIST = include/oscalls.h \ + include/internal.h include/sect_attribs.h crt/crt0_c.c \ + crt/dll_argv.c crt/gccmain.c crt/natstart.c \ + crt/pseudo-reloc-list.c crt/wildcard.c crt/charmax.c \ + crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c \ + crt/tlssup.c crt/xncommod.c crt/cinitexe.c crt/merr.c \ + crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ + crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c \ + crt/udll_argv.c crt/xtxtmode.c crt/crt_handler.c crt/tlsthrd.c \ + crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c +am__objects_154 = crt/libarm64_libmingw32_a-crt0_c.$(OBJEXT) \ + crt/libarm64_libmingw32_a-dll_argv.$(OBJEXT) \ + crt/libarm64_libmingw32_a-gccmain.$(OBJEXT) \ + crt/libarm64_libmingw32_a-natstart.$(OBJEXT) \ + crt/libarm64_libmingw32_a-pseudo-reloc-list.$(OBJEXT) \ + crt/libarm64_libmingw32_a-wildcard.$(OBJEXT) \ + crt/libarm64_libmingw32_a-charmax.$(OBJEXT) \ + crt/libarm64_libmingw32_a-crt0_w.$(OBJEXT) \ + crt/libarm64_libmingw32_a-dllargv.$(OBJEXT) \ + crt/libarm64_libmingw32_a-gs_support.$(OBJEXT) \ + crt/libarm64_libmingw32_a-_newmode.$(OBJEXT) \ + crt/libarm64_libmingw32_a-tlssup.$(OBJEXT) \ + crt/libarm64_libmingw32_a-xncommod.$(OBJEXT) \ + crt/libarm64_libmingw32_a-cinitexe.$(OBJEXT) \ + crt/libarm64_libmingw32_a-crt0_w.$(OBJEXT) \ + crt/libarm64_libmingw32_a-merr.$(OBJEXT) \ + crt/libarm64_libmingw32_a-pesect.$(OBJEXT) \ + crt/libarm64_libmingw32_a-udllargc.$(OBJEXT) \ + crt/libarm64_libmingw32_a-xthdloc.$(OBJEXT) \ + crt/libarm64_libmingw32_a-CRT_fp10.$(OBJEXT) \ + crt/libarm64_libmingw32_a-mingw_custom.$(OBJEXT) \ + crt/libarm64_libmingw32_a-mingw_helpers.$(OBJEXT) \ + crt/libarm64_libmingw32_a-pseudo-reloc.$(OBJEXT) \ + crt/libarm64_libmingw32_a-udll_argv.$(OBJEXT) \ + crt/libarm64_libmingw32_a-xtxtmode.$(OBJEXT) \ + crt/libarm64_libmingw32_a-crt_handler.$(OBJEXT) \ + crt/libarm64_libmingw32_a-tlsthrd.$(OBJEXT) \ + crt/libarm64_libmingw32_a-tlsmthread.$(OBJEXT) \ + crt/libarm64_libmingw32_a-tlsmcrt.$(OBJEXT) \ + crt/libarm64_libmingw32_a-cxa_atexit.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libmingw32_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_154) +libarm64_libmingw32_a_OBJECTS = $(am_libarm64_libmingw32_a_OBJECTS) +libarm64_libmingwex_a_AR = $(AR) $(ARFLAGS) +libarm64_libmingwex_a_LIBADD = +am__libarm64_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ + complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ + complex/cacos.c complex/cacosf.c complex/cacosl.c \ + complex/carg.c complex/cargf.c complex/cargl.c complex/casin.c \ + complex/casinf.c complex/casinl.c complex/catan.c \ + complex/catanf.c complex/catanl.c complex/ccos.c \ + complex/ccosf.c complex/ccosl.c complex/cexp.c complex/cexpf.c \ + complex/cexpl.c complex/cimag.c complex/cimagf.c \ + complex/cimagl.c complex/clog.c complex/clogf.c \ + complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c \ + complex/conjl.c complex/cpow.c complex/cpowf.c complex/cpowl.c \ + complex/cproj.c complex/cprojf.c complex/cprojl.c \ + complex/creal.c complex/crealf.c complex/creall.c \ + complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c \ + complex/csqrtf.c complex/csqrtl.c complex/ctan.c \ + complex/ctanf.c complex/ctanl.c complex/cabs.def.h \ + complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h \ + complex/casin.def.h complex/casinh.def.h complex/catan.def.h \ + complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ + complex/cexp.def.h complex/cimag.def.h complex/clog.def.h \ + complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h \ + complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ + complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h \ + gdtoa/gdtoaimp.h gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c \ + gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c gdtoa/g_ffmt.c \ + gdtoa/g__fmt.c gdtoa/gmisc.c gdtoa/g_xfmt.c gdtoa/hd_init.c \ + gdtoa/hexnan.c gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c \ + gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ + gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c math/cbrt.c \ + math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c \ + math/copysignf.c math/coshf.c math/coshl.c math/erfl.c \ + math/expf.c math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c \ + math/fdimf.c math/fdiml.c math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + math/fminl.c math/fp_consts.c math/fp_constsf.c \ + math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c \ + math/fpclassifyl.c math/frexpf.c math/hypotf.c math/hypot.c \ + math/hypotl.c math/isnan.c math/isnanf.c math/isnanl.c \ + math/ldexpf.c math/lgamma.c math/lgammaf.c math/lgammal.c \ + math/llrint.c math/signgam.c math/llrintf.c math/llrintl.c \ + math/llround.c math/llroundf.c math/llroundl.c math/log10f.c \ + math/logf.c math/lrint.c math/lrintf.c math/lrintl.c \ + math/lround.c math/lroundf.c math/lroundl.c math/modf.c \ + math/modff.c math/modfl.c math/nextafterf.c math/nextafterl.c \ + math/nexttoward.c math/nexttowardf.c math/powf.c math/powi.c \ + math/powif.c math/powil.c math/rint.c math/rintf.c \ + math/rintl.c math/round.c math/roundf.c math/roundl.c \ + math/s_erf.c math/sf_erf.c math/signbit.c math/signbitf.c \ + math/signbitl.c math/sinhf.c math/sinhl.c math/sqrt.c \ + math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c \ + math/tgamma.c math/tgammaf.c math/tgammal.c math/truncl.c \ + math/powi.def.h math/sqrt.def.h math/cephes_emath.h \ + math/cephes_mconf.h math/fp_consts.h math/abs64.c \ + misc/mb_wc_common.h misc/mingw_getsp.S misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c \ + misc/delay-n.c misc/delayimp.c misc/difftime.c \ + misc/difftime32.c misc/difftime64.c misc/dirent.c \ + misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c \ + misc/execvpe.c misc/feclearexcept.c misc/fegetenv.c \ + misc/fegetexceptflag.c misc/fegetround.c misc/feholdexcept.c \ + misc/feraiseexcept.c misc/fesetenv.c misc/fesetexceptflag.c \ + misc/fesetround.c misc/fetestexcept.c misc/feupdateenv.c \ + misc/ftruncate.c misc/fwide.c misc/getlogin.c misc/getopt.c \ + misc/gettimeofday.c misc/imaxabs.c misc/imaxdiv.c \ + misc/isblank.c misc/iswblank.c misc/mbrtowc.c misc/mbsinit.c \ + misc/mempcpy.c misc/mingw-aligned-malloc.c misc/mingw-fseek.c \ + misc/mingw_matherr.c misc/mingw_mbwc_convert.c \ + misc/mingw_usleep.c misc/mingw_wcstod.c misc/mingw_wcstof.c \ + misc/mingw_wcstold.c misc/mkstemp.c misc/seterrno.c \ + misc/sleep.c misc/spawnv.c misc/spawnve.c misc/spawnvp.c \ + misc/spawnvpe.c misc/strnlen.c misc/strsafe.c misc/strtoimax.c \ + misc/strtold.c misc/strtoumax.c misc/tdelete.c misc/tfind.c \ + misc/tsearch.c misc/twalk.c misc/uchar_c16rtomb.c \ + misc/uchar_c32rtomb.c misc/uchar_mbrtoc16.c \ + misc/uchar_mbrtoc32.c misc/wassert.c misc/wcrtomb.c \ + misc/wcsnlen.c misc/wcstof.c misc/wcstoimax.c misc/wcstold.c \ + misc/wcstoumax.c misc/wctob.c misc/wctrans.c misc/wctype.c \ + misc/wdirent.c misc/winbs_uint64.c misc/winbs_ulong.c \ + misc/winbs_ushort.c misc/wmemchr.c misc/wmemcmp.c \ + misc/wmemcpy.c misc/wmemmove.c misc/wmempcpy.c misc/wmemset.c \ + misc/ftw.c misc/ftw64.c stdio/mingw_pformat.h stdio/vfscanf2.S \ + stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S \ + stdio/vswscanf2.S stdio/vwscanf2.S stdio/strtok_r.c \ + stdio/scanf.S stdio/_Exit.c stdio/_findfirst64i32.c \ + stdio/_findnext64i32.c stdio/_fstat.c stdio/_fstat64i32.c \ + stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c \ + stdio/_putc_nolock.c stdio/_putwc_nolock.c stdio/_stat.c \ + stdio/_stat64i32.c stdio/_wfindfirst64i32.c \ + stdio/_wfindnext64i32.c stdio/_wstat.c stdio/_wstat64i32.c \ + stdio/asprintf.c stdio/atoll.c stdio/fgetpos64.c \ + stdio/fopen64.c stdio/fseeko32.c stdio/fseeko64.c \ + stdio/fsetpos64.c stdio/ftello.c stdio/ftello64.c \ + stdio/ftruncate64.c stdio/lltoa.c stdio/lltow.c \ + stdio/lseek64.c stdio/mingw_fprintf.c stdio/mingw_fprintfw.c \ + stdio/mingw_fscanf.c stdio/mingw_fwscanf.c \ + stdio/mingw_pformat.c stdio/mingw_pformatw.c \ + stdio/mingw_printf.c stdio/mingw_printfw.c stdio/mingw_scanf.c \ + stdio/mingw_snprintf.c stdio/mingw_snprintfw.c \ + stdio/mingw_sprintf.c stdio/mingw_sprintfw.c \ + stdio/mingw_sscanf.c stdio/mingw_swscanf.c \ + stdio/mingw_vfprintf.c stdio/mingw_vfprintfw.c \ + stdio/mingw_vfscanf.c stdio/mingw_vprintf.c \ + stdio/mingw_vprintfw.c stdio/mingw_vsnprintf.c \ + stdio/mingw_vsnprintfw.c stdio/mingw_vsprintf.c \ + stdio/mingw_vsprintfw.c stdio/mingw_wscanf.c \ + stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c \ + stdio/strtof.c stdio/truncate.c stdio/ulltoa.c stdio/ulltow.c \ + stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c \ + stdio/vsscanf.c stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c \ + stdio/mingw_asprintf.c stdio/mingw_vasprintf.c \ + math/arm64/_chgsignl.S math/arm64/ceil.S math/arm64/ceilf.S \ + math/arm64/ceill.S math/arm64/copysignl.c math/arm64/exp2.S \ + math/arm64/exp2f.S math/arm64/floor.S math/arm64/floorf.S \ + math/arm64/floorl.S math/arm64/ldexpl.c math/arm64/log2.c \ + math/arm64/nearbyint.S math/arm64/nearbyintf.S \ + math/arm64/nearbyintl.S math/arm64/scalbn.c \ + math/arm64/sincos.c math/arm64/trunc.S math/arm64/truncf.S \ + math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c \ + math/DFP/__fpclassifyd128.c math/DFP/__isnand32.c \ + math/DFP/__isnand64.c math/DFP/__isnand128.c \ + math/DFP/__signbitd32.c math/DFP/__signbitd64.c \ + math/DFP/__signbitd128.c math/DFP/isinfd32.c \ + math/DFP/isinfd64.c math/DFP/isinfd128.c +am__objects_155 = crt/libarm64_libmingwex_a-dllentry.$(OBJEXT) \ + crt/libarm64_libmingwex_a-dllmain.$(OBJEXT) \ + complex/libarm64_libmingwex_a-_cabs.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cabs.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cabsf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cabsl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cacos.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cacosf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cacosl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-carg.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cargf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cargl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-casin.$(OBJEXT) \ + complex/libarm64_libmingwex_a-casinf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-casinl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-catan.$(OBJEXT) \ + complex/libarm64_libmingwex_a-catanf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-catanl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ccos.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ccosf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ccosl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cexp.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cexpf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cexpl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cimag.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cimagf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cimagl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clog.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clogf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clogl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clog10.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clog10f.$(OBJEXT) \ + complex/libarm64_libmingwex_a-clog10l.$(OBJEXT) \ + complex/libarm64_libmingwex_a-conj.$(OBJEXT) \ + complex/libarm64_libmingwex_a-conjf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-conjl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cpow.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cpowf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cpowl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cproj.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cprojf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-cprojl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-creal.$(OBJEXT) \ + complex/libarm64_libmingwex_a-crealf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-creall.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csin.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csinf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csinl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csqrt.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csqrtf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-csqrtl.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ctan.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ctanf.$(OBJEXT) \ + complex/libarm64_libmingwex_a-ctanl.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-arithchk.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-dmisc.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-dtoa.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-g_dfmt.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-gdtoa.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-gethex.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-g_ffmt.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-g__fmt.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-gmisc.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-g_xfmt.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-hd_init.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-hexnan.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-misc.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-qnan.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-smisc.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-strtodg.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-strtodnrp.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-strtof.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-strtopx.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-sum.$(OBJEXT) \ + gdtoa/libarm64_libmingwex_a-ulp.$(OBJEXT) \ + math/libarm64_libmingwex_a-cbrt.$(OBJEXT) \ + math/libarm64_libmingwex_a-cbrtf.$(OBJEXT) \ + math/libarm64_libmingwex_a-cbrtl.$(OBJEXT) \ + math/libarm64_libmingwex_a-cephes_emath.$(OBJEXT) \ + math/libarm64_libmingwex_a-copysign.$(OBJEXT) \ + math/libarm64_libmingwex_a-copysignf.$(OBJEXT) \ + math/libarm64_libmingwex_a-coshf.$(OBJEXT) \ + math/libarm64_libmingwex_a-coshl.$(OBJEXT) \ + math/libarm64_libmingwex_a-erfl.$(OBJEXT) \ + math/libarm64_libmingwex_a-expf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fabs.$(OBJEXT) \ + math/libarm64_libmingwex_a-fabsf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fabsl.$(OBJEXT) \ + math/libarm64_libmingwex_a-fdim.$(OBJEXT) \ + math/libarm64_libmingwex_a-fdimf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fdiml.$(OBJEXT) \ + math/libarm64_libmingwex_a-fma.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmaf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmal.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmax.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmaxf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmaxl.$(OBJEXT) \ + math/libarm64_libmingwex_a-fmin.$(OBJEXT) \ + math/libarm64_libmingwex_a-fminf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fminl.$(OBJEXT) \ + math/libarm64_libmingwex_a-fp_consts.$(OBJEXT) \ + math/libarm64_libmingwex_a-fp_constsf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fp_constsl.$(OBJEXT) \ + math/libarm64_libmingwex_a-fpclassify.$(OBJEXT) \ + math/libarm64_libmingwex_a-fpclassifyf.$(OBJEXT) \ + math/libarm64_libmingwex_a-fpclassifyl.$(OBJEXT) \ + math/libarm64_libmingwex_a-frexpf.$(OBJEXT) \ + math/libarm64_libmingwex_a-hypotf.$(OBJEXT) \ + math/libarm64_libmingwex_a-hypot.$(OBJEXT) \ + math/libarm64_libmingwex_a-hypotl.$(OBJEXT) \ + math/libarm64_libmingwex_a-isnan.$(OBJEXT) \ + math/libarm64_libmingwex_a-isnanf.$(OBJEXT) \ + math/libarm64_libmingwex_a-isnanl.$(OBJEXT) \ + math/libarm64_libmingwex_a-ldexpf.$(OBJEXT) \ + math/libarm64_libmingwex_a-lgamma.$(OBJEXT) \ + math/libarm64_libmingwex_a-lgammaf.$(OBJEXT) \ + math/libarm64_libmingwex_a-lgammal.$(OBJEXT) \ + math/libarm64_libmingwex_a-llrint.$(OBJEXT) \ + math/libarm64_libmingwex_a-signgam.$(OBJEXT) \ + math/libarm64_libmingwex_a-llrintf.$(OBJEXT) \ + math/libarm64_libmingwex_a-llrintl.$(OBJEXT) \ + math/libarm64_libmingwex_a-llround.$(OBJEXT) \ + math/libarm64_libmingwex_a-llroundf.$(OBJEXT) \ + math/libarm64_libmingwex_a-llroundl.$(OBJEXT) \ + math/libarm64_libmingwex_a-log10f.$(OBJEXT) \ + math/libarm64_libmingwex_a-logf.$(OBJEXT) \ + math/libarm64_libmingwex_a-lrint.$(OBJEXT) \ + math/libarm64_libmingwex_a-lrintf.$(OBJEXT) \ + math/libarm64_libmingwex_a-lrintl.$(OBJEXT) \ + math/libarm64_libmingwex_a-lround.$(OBJEXT) \ + math/libarm64_libmingwex_a-lroundf.$(OBJEXT) \ + math/libarm64_libmingwex_a-lroundl.$(OBJEXT) \ + math/libarm64_libmingwex_a-modf.$(OBJEXT) \ + math/libarm64_libmingwex_a-modff.$(OBJEXT) \ + math/libarm64_libmingwex_a-modfl.$(OBJEXT) \ + math/libarm64_libmingwex_a-nextafterf.$(OBJEXT) \ + math/libarm64_libmingwex_a-nextafterl.$(OBJEXT) \ + math/libarm64_libmingwex_a-nexttoward.$(OBJEXT) \ + math/libarm64_libmingwex_a-nexttowardf.$(OBJEXT) \ + math/libarm64_libmingwex_a-powf.$(OBJEXT) \ + math/libarm64_libmingwex_a-powi.$(OBJEXT) \ + math/libarm64_libmingwex_a-powif.$(OBJEXT) \ + math/libarm64_libmingwex_a-powil.$(OBJEXT) \ + math/libarm64_libmingwex_a-rint.$(OBJEXT) \ + math/libarm64_libmingwex_a-rintf.$(OBJEXT) \ + math/libarm64_libmingwex_a-rintl.$(OBJEXT) \ + math/libarm64_libmingwex_a-round.$(OBJEXT) \ + math/libarm64_libmingwex_a-roundf.$(OBJEXT) \ + math/libarm64_libmingwex_a-roundl.$(OBJEXT) \ + math/libarm64_libmingwex_a-s_erf.$(OBJEXT) \ + math/libarm64_libmingwex_a-sf_erf.$(OBJEXT) \ + math/libarm64_libmingwex_a-signbit.$(OBJEXT) \ + math/libarm64_libmingwex_a-signbitf.$(OBJEXT) \ + math/libarm64_libmingwex_a-signbitl.$(OBJEXT) \ + math/libarm64_libmingwex_a-sinhf.$(OBJEXT) \ + math/libarm64_libmingwex_a-sinhl.$(OBJEXT) \ + math/libarm64_libmingwex_a-sqrt.$(OBJEXT) \ + math/libarm64_libmingwex_a-sqrtf.$(OBJEXT) \ + math/libarm64_libmingwex_a-sqrtl.$(OBJEXT) \ + math/libarm64_libmingwex_a-tanhf.$(OBJEXT) \ + math/libarm64_libmingwex_a-tanhl.$(OBJEXT) \ + math/libarm64_libmingwex_a-tgamma.$(OBJEXT) \ + math/libarm64_libmingwex_a-tgammaf.$(OBJEXT) \ + math/libarm64_libmingwex_a-tgammal.$(OBJEXT) \ + math/libarm64_libmingwex_a-truncl.$(OBJEXT) \ + math/libarm64_libmingwex_a-abs64.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_getsp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-alarm.$(OBJEXT) \ + misc/libarm64_libmingwex_a-assert.$(OBJEXT) \ + misc/libarm64_libmingwex_a-basename.$(OBJEXT) \ + misc/libarm64_libmingwex_a-btowc.$(OBJEXT) \ + misc/libarm64_libmingwex_a-delay-f.$(OBJEXT) \ + misc/libarm64_libmingwex_a-delay-n.$(OBJEXT) \ + misc/libarm64_libmingwex_a-delayimp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-difftime.$(OBJEXT) \ + misc/libarm64_libmingwex_a-difftime32.$(OBJEXT) \ + misc/libarm64_libmingwex_a-difftime64.$(OBJEXT) \ + misc/libarm64_libmingwex_a-dirent.$(OBJEXT) \ + misc/libarm64_libmingwex_a-dirname.$(OBJEXT) \ + misc/libarm64_libmingwex_a-execv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-execve.$(OBJEXT) \ + misc/libarm64_libmingwex_a-execvp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-execvpe.$(OBJEXT) \ + misc/libarm64_libmingwex_a-feclearexcept.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fegetenv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fegetexceptflag.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fegetround.$(OBJEXT) \ + misc/libarm64_libmingwex_a-feholdexcept.$(OBJEXT) \ + misc/libarm64_libmingwex_a-feraiseexcept.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fesetenv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fesetexceptflag.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fesetround.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fetestexcept.$(OBJEXT) \ + misc/libarm64_libmingwex_a-feupdateenv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-ftruncate.$(OBJEXT) \ + misc/libarm64_libmingwex_a-fwide.$(OBJEXT) \ + misc/libarm64_libmingwex_a-getlogin.$(OBJEXT) \ + misc/libarm64_libmingwex_a-getopt.$(OBJEXT) \ + misc/libarm64_libmingwex_a-gettimeofday.$(OBJEXT) \ + misc/libarm64_libmingwex_a-imaxabs.$(OBJEXT) \ + misc/libarm64_libmingwex_a-imaxdiv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-isblank.$(OBJEXT) \ + misc/libarm64_libmingwex_a-iswblank.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mbrtowc.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mbsinit.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mempcpy.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw-aligned-malloc.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw-fseek.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_matherr.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_mbwc_convert.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_usleep.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_wcstod.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_wcstof.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mingw_wcstold.$(OBJEXT) \ + misc/libarm64_libmingwex_a-mkstemp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-seterrno.$(OBJEXT) \ + misc/libarm64_libmingwex_a-sleep.$(OBJEXT) \ + misc/libarm64_libmingwex_a-spawnv.$(OBJEXT) \ + misc/libarm64_libmingwex_a-spawnve.$(OBJEXT) \ + misc/libarm64_libmingwex_a-spawnvp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-spawnvpe.$(OBJEXT) \ + misc/libarm64_libmingwex_a-strnlen.$(OBJEXT) \ + misc/libarm64_libmingwex_a-strsafe.$(OBJEXT) \ + misc/libarm64_libmingwex_a-strtoimax.$(OBJEXT) \ + misc/libarm64_libmingwex_a-strtold.$(OBJEXT) \ + misc/libarm64_libmingwex_a-strtoumax.$(OBJEXT) \ + misc/libarm64_libmingwex_a-tdelete.$(OBJEXT) \ + misc/libarm64_libmingwex_a-tfind.$(OBJEXT) \ + misc/libarm64_libmingwex_a-tsearch.$(OBJEXT) \ + misc/libarm64_libmingwex_a-twalk.$(OBJEXT) \ + misc/libarm64_libmingwex_a-uchar_c16rtomb.$(OBJEXT) \ + misc/libarm64_libmingwex_a-uchar_c32rtomb.$(OBJEXT) \ + misc/libarm64_libmingwex_a-uchar_mbrtoc16.$(OBJEXT) \ + misc/libarm64_libmingwex_a-uchar_mbrtoc32.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wassert.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcrtomb.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcsnlen.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcstof.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcstoimax.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcstold.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wcstoumax.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wctob.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wctrans.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wctype.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wdirent.$(OBJEXT) \ + misc/libarm64_libmingwex_a-winbs_uint64.$(OBJEXT) \ + misc/libarm64_libmingwex_a-winbs_ulong.$(OBJEXT) \ + misc/libarm64_libmingwex_a-winbs_ushort.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmemchr.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmemcmp.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmemcpy.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmemmove.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmempcpy.$(OBJEXT) \ + misc/libarm64_libmingwex_a-wmemset.$(OBJEXT) \ + misc/libarm64_libmingwex_a-ftw.$(OBJEXT) \ + misc/libarm64_libmingwex_a-ftw64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vfscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vfwscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vsscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vswscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vwscanf2.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-strtok_r.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-scanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_Exit.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_findfirst64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_findnext64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_fstat.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_fstat64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_ftime.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_getc_nolock.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_getwc_nolock.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_putc_nolock.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_putwc_nolock.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_stat.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_stat64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_wfindfirst64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_wfindnext64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_wstat.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-_wstat64i32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-asprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-atoll.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-fgetpos64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-fopen64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-fseeko32.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-fseeko64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-fsetpos64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-ftello.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-ftello64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-ftruncate64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-lltoa.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-lltow.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-lseek64.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_fprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_fprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_fscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_fwscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_pformat.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_pformatw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_printf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_printfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_scanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_snprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_snprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_sprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_sprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_sscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_swscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vfprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vfprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vfscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vsnprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vsnprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vsprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vsprintfw.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_wscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_wvfscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-snprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-snwprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-strtof.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-truncate.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-ulltoa.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-ulltow.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vasprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vfscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vfwscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vsnprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vsnwprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vsscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vswscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-vwscanf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-wtoll.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_asprintf.$(OBJEXT) \ + stdio/libarm64_libmingwex_a-mingw_vasprintf.$(OBJEXT) +am__objects_156 = \ + math/arm64/libarm64_libmingwex_a-_chgsignl.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-ceil.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-ceilf.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-ceill.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-copysignl.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-exp2.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-exp2f.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-floor.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-floorf.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-floorl.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-ldexpl.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-log2.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-nearbyint.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-nearbyintf.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-nearbyintl.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-scalbn.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-sincos.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-trunc.$(OBJEXT) \ + math/arm64/libarm64_libmingwex_a-truncf.$(OBJEXT) +@ENABLE_DFP_TRUE@am__objects_157 = math/DFP/libarm64_libmingwex_a-__fpclassifyd32.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__fpclassifyd64.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__fpclassifyd128.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__isnand32.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__isnand64.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__isnand128.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__signbitd32.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__signbitd64.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-__signbitd128.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-isinfd32.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-isinfd64.$(OBJEXT) \ +@ENABLE_DFP_TRUE@ math/DFP/libarm64_libmingwex_a-isinfd128.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libmingwex_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_155) \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_156) \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_157) +libarm64_libmingwex_a_OBJECTS = $(am_libarm64_libmingwex_a_OBJECTS) +libarm64_libmingwthrd_a_AR = $(AR) $(ARFLAGS) +libarm64_libmingwthrd_a_LIBADD = +am__libarm64_libmingwthrd_a_SOURCES_DIST = libsrc/mingwthrd_mt.c +am__objects_158 = \ + libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libmingwthrd_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_158) +libarm64_libmingwthrd_a_OBJECTS = \ + $(am_libarm64_libmingwthrd_a_OBJECTS) +libarm64_libmoldname_a_AR = $(AR) $(ARFLAGS) +libarm64_libmoldname_a_LIBADD = +am__libarm64_libmoldname_a_SOURCES_DIST = _libm_dummy.c +am__objects_159 = libarm64_libmoldname_a-_libm_dummy.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libmoldname_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_159) +libarm64_libmoldname_a_OBJECTS = $(am_libarm64_libmoldname_a_OBJECTS) +libarm64_libmsvcrt_os_a_LIBADD = +am__libarm64_libmsvcrt_os_a_SOURCES_DIST = misc/onexit_table.c \ + misc/register_tls_atexit.c stdio/acrt_iob_func.c \ + misc/_configthreadlocale.c misc/_get_current_locale.c \ + misc/invalid_parameter_handler.c misc/output_format.c \ + misc/purecall.c secapi/_access_s.c secapi/_cgets_s.c \ + secapi/_cgetws_s.c secapi/_chsize_s.c secapi/_controlfp_s.c \ + secapi/_cprintf_s.c secapi/_cprintf_s_l.c secapi/_ctime32_s.c \ + secapi/_ctime64_s.c secapi/_cwprintf_s.c \ + secapi/_cwprintf_s_l.c secapi/_gmtime32_s.c \ + secapi/_gmtime64_s.c secapi/_localtime32_s.c \ + secapi/_localtime64_s.c secapi/_mktemp_s.c secapi/_sopen_s.c \ + secapi/_strdate_s.c secapi/_strtime_s.c secapi/_umask_s.c \ + secapi/_vcprintf_s.c secapi/_vcprintf_s_l.c \ + secapi/_vcwprintf_s.c secapi/_vcwprintf_s_l.c \ + secapi/_vscprintf_p.c secapi/_vscwprintf_p.c \ + secapi/_vswprintf_p.c secapi/_waccess_s.c secapi/_wasctime_s.c \ + secapi/_wctime32_s.c secapi/_wctime64_s.c secapi/_wstrtime_s.c \ + secapi/_wmktemp_s.c secapi/_wstrdate_s.c secapi/asctime_s.c \ + secapi/memcpy_s.c secapi/memmove_s.c secapi/rand_s.c \ + secapi/sprintf_s.c secapi/strerror_s.c secapi/vsprintf_s.c \ + secapi/wmemcpy_s.c secapi/wmemmove_s.c stdio/mingw_lock.c \ + misc/__p___argv.c misc/__p__acmdln.c misc/__p__fmode.c \ + misc/__p__wcmdln.c lib-common/msvcrt.def.in +am__objects_160 = misc/libarm64_libmsvcrt_os_a-onexit_table.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT) \ + stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT) +am__objects_161 = $(am__objects_160) \ + misc/libarm64_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-_get_current_locale.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-output_format.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-purecall.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_access_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cgets_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cgetws_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_chsize_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_controlfp_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_ctime32_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_ctime64_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_localtime32_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_localtime64_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_mktemp_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_sopen_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_strdate_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_strtime_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_umask_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_waccess_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wasctime_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wctime32_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wctime64_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-asctime_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-memcpy_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-memmove_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-rand_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-sprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-strerror_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-vsprintf_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT) \ + secapi/libarm64_libmsvcrt_os_a-wmemmove_s.$(OBJEXT) \ + stdio/libarm64_libmsvcrt_os_a-mingw_lock.$(OBJEXT) +am__objects_162 = $(am__objects_161) \ + misc/libarm64_libmsvcrt_os_a-__p___argv.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-__p__acmdln.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-__p__fmode.$(OBJEXT) \ + misc/libarm64_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libmsvcrt_os_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_162) +libarm64_libmsvcrt_os_a_OBJECTS = \ + $(am_libarm64_libmsvcrt_os_a_OBJECTS) +libarm64_libportabledeviceguids_a_AR = $(AR) $(ARFLAGS) +libarm64_libportabledeviceguids_a_LIBADD = +am__libarm64_libportabledeviceguids_a_SOURCES_DIST = \ + libsrc/portabledeviceguids.c +am__objects_163 = libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libportabledeviceguids_a_OBJECTS = \ +@LIBARM64_TRUE@ $(am__objects_163) +libarm64_libportabledeviceguids_a_OBJECTS = \ + $(am_libarm64_libportabledeviceguids_a_OBJECTS) +libarm64_libsapi_a_AR = $(AR) $(ARFLAGS) +libarm64_libsapi_a_LIBADD = +am__libarm64_libsapi_a_SOURCES_DIST = libsrc/sapi.c +am__objects_164 = libsrc/libarm64_libsapi_a-sapi.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libsapi_a_OBJECTS = $(am__objects_164) +libarm64_libsapi_a_OBJECTS = $(am_libarm64_libsapi_a_OBJECTS) +libarm64_libscrnsave_a_AR = $(AR) $(ARFLAGS) +libarm64_libscrnsave_a_LIBADD = +am__libarm64_libscrnsave_a_SOURCES_DIST = libsrc/scrnsave.c +am__objects_165 = libsrc/libarm64_libscrnsave_a-scrnsave.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libscrnsave_a_OBJECTS = $(am__objects_165) +libarm64_libscrnsave_a_OBJECTS = $(am_libarm64_libscrnsave_a_OBJECTS) +libarm64_libscrnsavw_a_AR = $(AR) $(ARFLAGS) +libarm64_libscrnsavw_a_LIBADD = +am__libarm64_libscrnsavw_a_SOURCES_DIST = libsrc/scrnsave.c +am__objects_166 = libsrc/libarm64_libscrnsavw_a-scrnsave.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libscrnsavw_a_OBJECTS = $(am__objects_166) +libarm64_libscrnsavw_a_OBJECTS = $(am_libarm64_libscrnsavw_a_OBJECTS) +libarm64_libsensorsapi_a_AR = $(AR) $(ARFLAGS) +libarm64_libsensorsapi_a_LIBADD = +am__libarm64_libsensorsapi_a_SOURCES_DIST = libsrc/sensorsapi.c +am__objects_167 = \ + libsrc/libarm64_libsensorsapi_a-sensorsapi.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libsensorsapi_a_OBJECTS = \ +@LIBARM64_TRUE@ $(am__objects_167) +libarm64_libsensorsapi_a_OBJECTS = \ + $(am_libarm64_libsensorsapi_a_OBJECTS) +libarm64_libshell32_a_LIBADD = +am__libarm64_libshell32_a_SOURCES_DIST = libsrc/shell32.c +am__objects_168 = libsrc/libarm64_libshell32_a-shell32.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libshell32_a_OBJECTS = $(am__objects_168) +libarm64_libshell32_a_OBJECTS = $(am_libarm64_libshell32_a_OBJECTS) +libarm64_libstrmiids_a_AR = $(AR) $(ARFLAGS) +libarm64_libstrmiids_a_LIBADD = +am__libarm64_libstrmiids_a_SOURCES_DIST = libsrc/strmiids.c +am__objects_169 = libsrc/libarm64_libstrmiids_a-strmiids.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libstrmiids_a_OBJECTS = $(am__objects_169) +libarm64_libstrmiids_a_OBJECTS = $(am_libarm64_libstrmiids_a_OBJECTS) +libarm64_libucrt_a_AR = $(AR) $(ARFLAGS) +libarm64_libucrt_a_LIBADD = +libarm64_libucrt_a_SOURCES = libarm64/libucrt.c +libarm64_libucrt_a_OBJECTS = libarm64/libucrt.$(OBJEXT) +libarm64_libucrt_extra_a_AR = $(AR) $(ARFLAGS) +libarm64_libucrt_extra_a_LIBADD = +am__libarm64_libucrt_extra_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c +am__objects_170 = \ + crt/libarm64_libucrt_extra_a-ucrtbase_compat.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_fprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_printf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_snprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_sprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_vprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libucrt_extra_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_170) +libarm64_libucrt_extra_a_OBJECTS = \ + $(am_libarm64_libucrt_extra_a_OBJECTS) +libarm64_libucrtbase_a_LIBADD = +am__libarm64_libucrtbase_a_SOURCES_DIST = crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c stdio/ucrt_printf.c stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c lib-common/ucrtbase.def.in +am__objects_171 = \ + crt/libarm64_libucrtbase_a-ucrtbase_compat.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_fprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_printf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_snprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_sprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_vfprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_vprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT) \ + stdio/libarm64_libucrtbase_a-ucrt_vsprintf.$(OBJEXT) +@LIBARM64_TRUE@@W32API_FALSE@am_libarm64_libucrtbase_a_OBJECTS = \ +@LIBARM64_TRUE@@W32API_FALSE@ $(am__objects_171) +libarm64_libucrtbase_a_OBJECTS = $(am_libarm64_libucrtbase_a_OBJECTS) +libarm64_libuuid_a_AR = $(AR) $(ARFLAGS) +libarm64_libuuid_a_LIBADD = +am__libarm64_libuuid_a_SOURCES_DIST = libsrc/ativscp-uuid.c \ + libsrc/atsmedia-uuid.c libsrc/bth-uuid.c libsrc/cguid-uuid.c \ + libsrc/comcat-uuid.c libsrc/devguid.c libsrc/docobj-uuid.c \ + libsrc/dxva-uuid.c libsrc/exdisp-uuid.c libsrc/extras-uuid.c \ + libsrc/fwp-uuid.c libsrc/guid_nul.c libsrc/hlguids-uuid.c \ + libsrc/hlink-uuid.c libsrc/mlang-uuid.c libsrc/msctf-uuid.c \ + libsrc/mshtmhst-uuid.c libsrc/mshtml-uuid.c \ + libsrc/msxml-uuid.c libsrc/netcon-uuid.c libsrc/ntddkbd-uuid.c \ + libsrc/ntddmou-uuid.c libsrc/ntddpar-uuid.c \ + libsrc/ntddscsi-uuid.c libsrc/ntddser-uuid.c \ + libsrc/ntddstor-uuid.c libsrc/ntddvdeo-uuid.c \ + libsrc/oaidl-uuid.c libsrc/objidl-uuid.c libsrc/objsafe-uuid.c \ + libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c \ + libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c \ + libsrc/power-uuid.c libsrc/powrprof-uuid.c \ + libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c \ + libsrc/usbiodef-uuid.c libsrc/uuid.c libsrc/vds-uuid.c \ + libsrc/virtdisk-uuid.c libsrc/wia-uuid.c +am__objects_172 = libsrc/libarm64_libuuid_a-ativscp-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-atsmedia-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-bth-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-cguid-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-comcat-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-devguid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-docobj-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-dxva-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-exdisp-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-extras-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-fwp-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-guid_nul.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-hlguids-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-hlink-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-mlang-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-msctf-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-mshtmhst-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-mshtml-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-msxml-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-netcon-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddkbd-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddmou-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddpar-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddscsi-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddser-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddstor-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ntddvdeo-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-oaidl-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-objidl-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-objsafe-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-ocidl-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-oleacc-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-olectlid-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-oleidl-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-power-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-powrprof-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-uianimation-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-usbcamdi-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-usbiodef-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-vds-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-virtdisk-uuid.$(OBJEXT) \ + libsrc/libarm64_libuuid_a-wia-uuid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libuuid_a_OBJECTS = $(am__objects_172) +libarm64_libuuid_a_OBJECTS = $(am_libarm64_libuuid_a_OBJECTS) +libarm64_libwbemuuid_a_AR = $(AR) $(ARFLAGS) +libarm64_libwbemuuid_a_LIBADD = +am__libarm64_libwbemuuid_a_SOURCES_DIST = libsrc/wbemuuid.c +am__objects_173 = libsrc/libarm64_libwbemuuid_a-wbemuuid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libwbemuuid_a_OBJECTS = $(am__objects_173) +libarm64_libwbemuuid_a_OBJECTS = $(am_libarm64_libwbemuuid_a_OBJECTS) +libarm64_libwindowscodecs_a_LIBADD = +am__libarm64_libwindowscodecs_a_SOURCES_DIST = libsrc/windowscodecs.c +am__objects_174 = \ + libsrc/libarm64_libwindowscodecs_a-windowscodecs.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libwindowscodecs_a_OBJECTS = \ +@LIBARM64_TRUE@ $(am__objects_174) +libarm64_libwindowscodecs_a_OBJECTS = \ + $(am_libarm64_libwindowscodecs_a_OBJECTS) +libarm64_libwmcodecdspuuid_a_AR = $(AR) $(ARFLAGS) +libarm64_libwmcodecdspuuid_a_LIBADD = +am__libarm64_libwmcodecdspuuid_a_SOURCES_DIST = \ + libsrc/wmcodecdspuuid.c +am__objects_175 = \ + libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libwmcodecdspuuid_a_OBJECTS = \ +@LIBARM64_TRUE@ $(am__objects_175) +libarm64_libwmcodecdspuuid_a_OBJECTS = \ + $(am_libarm64_libwmcodecdspuuid_a_OBJECTS) +libarm64_libws2_32_a_LIBADD = +am__libarm64_libws2_32_a_SOURCES_DIST = libsrc/ws2_32.c \ + libsrc/ws2tcpip/in6_addr_equal.c \ + libsrc/ws2tcpip/in6addr_isany.c \ + libsrc/ws2tcpip/in6addr_isloopback.c \ + libsrc/ws2tcpip/in6addr_setany.c \ + libsrc/ws2tcpip/in6addr_setloopback.c \ + libsrc/ws2tcpip/in6_is_addr_linklocal.c \ + libsrc/ws2tcpip/in6_is_addr_loopback.c \ + libsrc/ws2tcpip/in6_is_addr_mc_global.c \ + libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c \ + libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c \ + libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c \ + libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c \ + libsrc/ws2tcpip/in6_is_addr_multicast.c \ + libsrc/ws2tcpip/in6_is_addr_sitelocal.c \ + libsrc/ws2tcpip/in6_is_addr_unspecified.c \ + libsrc/ws2tcpip/in6_is_addr_v4compat.c \ + libsrc/ws2tcpip/in6_is_addr_v4mapped.c \ + libsrc/ws2tcpip/in6_set_addr_loopback.c \ + libsrc/ws2tcpip/in6_set_addr_unspecified.c \ + libsrc/ws2tcpip/gai_strerrorA.c \ + libsrc/ws2tcpip/gai_strerrorW.c libsrc/wspiapi/WspiapiStrdup.c \ + libsrc/wspiapi/WspiapiParseV4Address.c \ + libsrc/wspiapi/WspiapiNewAddrInfo.c \ + libsrc/wspiapi/WspiapiQueryDNS.c \ + libsrc/wspiapi/WspiapiLookupNode.c \ + libsrc/wspiapi/WspiapiClone.c \ + libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c \ + libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c \ + libsrc/wspiapi/WspiapiLegacyGetNameInfo.c \ + libsrc/wspiapi/WspiapiLoad.c \ + libsrc/wspiapi/WspiapiGetAddrInfo.c \ + libsrc/wspiapi/WspiapiGetNameInfo.c \ + libsrc/wspiapi/WspiapiFreeAddrInfo.c \ + lib-common/libws2_32.def.in +am__objects_176 = libsrc/libarm64_libws2_32_a-ws2_32.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.$(OBJEXT) \ + libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.$(OBJEXT) \ + libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.$(OBJEXT) +@LIBARM64_TRUE@am_libarm64_libws2_32_a_OBJECTS = $(am__objects_176) +libarm64_libws2_32_a_OBJECTS = $(am_libarm64_libws2_32_a_OBJECTS) tests32_libnewcomplextests_a_AR = $(AR) $(ARFLAGS) tests32_libnewcomplextests_a_LIBADD = am__tests32_libnewcomplextests_a_SOURCES_DIST = \ @@ -3713,7 +5287,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_105 = \ +am__objects_177 = \ testcases/complex/tests32_libnewcomplextests_a-cabs.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextests_a-cacos.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextests_a-cacosh.$(OBJEXT) \ @@ -3737,7 +5311,7 @@ testcases/complex/tests32_libnewcomplextests_a-ctan.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextests_a-ctanh.$(OBJEXT) @LIB32_TRUE@am_tests32_libnewcomplextests_a_OBJECTS = \ -@LIB32_TRUE@ $(am__objects_105) +@LIB32_TRUE@ $(am__objects_177) tests32_libnewcomplextests_a_OBJECTS = \ $(am_tests32_libnewcomplextests_a_OBJECTS) tests32_libnewcomplextestsf_a_AR = $(AR) $(ARFLAGS) @@ -3755,7 +5329,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_106 = testcases/complex/tests32_libnewcomplextestsf_a-cabs.$(OBJEXT) \ +am__objects_178 = testcases/complex/tests32_libnewcomplextestsf_a-cabs.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsf_a-cacos.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsf_a-cacosh.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsf_a-carg.$(OBJEXT) \ @@ -3778,7 +5352,7 @@ testcases/complex/tests32_libnewcomplextestsf_a-ctan.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsf_a-ctanh.$(OBJEXT) @LIB32_TRUE@am_tests32_libnewcomplextestsf_a_OBJECTS = \ -@LIB32_TRUE@ $(am__objects_106) +@LIB32_TRUE@ $(am__objects_178) tests32_libnewcomplextestsf_a_OBJECTS = \ $(am_tests32_libnewcomplextestsf_a_OBJECTS) tests32_libnewcomplextestsld_a_AR = $(AR) $(ARFLAGS) @@ -3796,7 +5370,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_107 = testcases/complex/tests32_libnewcomplextestsld_a-cabs.$(OBJEXT) \ +am__objects_179 = testcases/complex/tests32_libnewcomplextestsld_a-cabs.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsld_a-cacos.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsld_a-cacosh.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsld_a-carg.$(OBJEXT) \ @@ -3819,7 +5393,7 @@ testcases/complex/tests32_libnewcomplextestsld_a-ctan.$(OBJEXT) \ testcases/complex/tests32_libnewcomplextestsld_a-ctanh.$(OBJEXT) @LIB32_TRUE@am_tests32_libnewcomplextestsld_a_OBJECTS = \ -@LIB32_TRUE@ $(am__objects_107) +@LIB32_TRUE@ $(am__objects_179) tests32_libnewcomplextestsld_a_OBJECTS = \ $(am_tests32_libnewcomplextestsld_a_OBJECTS) tests64_libnewcomplextests_a_AR = $(AR) $(ARFLAGS) @@ -3837,7 +5411,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_108 = \ +am__objects_180 = \ testcases/complex/tests64_libnewcomplextests_a-cabs.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextests_a-cacos.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextests_a-cacosh.$(OBJEXT) \ @@ -3861,7 +5435,7 @@ testcases/complex/tests64_libnewcomplextests_a-ctan.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextests_a-ctanh.$(OBJEXT) @LIB64_TRUE@am_tests64_libnewcomplextests_a_OBJECTS = \ -@LIB64_TRUE@ $(am__objects_108) +@LIB64_TRUE@ $(am__objects_180) tests64_libnewcomplextests_a_OBJECTS = \ $(am_tests64_libnewcomplextests_a_OBJECTS) tests64_libnewcomplextestsf_a_AR = $(AR) $(ARFLAGS) @@ -3879,7 +5453,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_109 = testcases/complex/tests64_libnewcomplextestsf_a-cabs.$(OBJEXT) \ +am__objects_181 = testcases/complex/tests64_libnewcomplextestsf_a-cabs.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsf_a-cacos.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsf_a-cacosh.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsf_a-carg.$(OBJEXT) \ @@ -3902,7 +5476,7 @@ testcases/complex/tests64_libnewcomplextestsf_a-ctan.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsf_a-ctanh.$(OBJEXT) @LIB64_TRUE@am_tests64_libnewcomplextestsf_a_OBJECTS = \ -@LIB64_TRUE@ $(am__objects_109) +@LIB64_TRUE@ $(am__objects_181) tests64_libnewcomplextestsf_a_OBJECTS = \ $(am_tests64_libnewcomplextestsf_a_OBJECTS) tests64_libnewcomplextestsld_a_AR = $(AR) $(ARFLAGS) @@ -3920,7 +5494,7 @@ testcases/complex/csin.c testcases/complex/csinh.c \ testcases/complex/csqrt.c testcases/complex/ctan.c \ testcases/complex/ctanh.c -am__objects_110 = testcases/complex/tests64_libnewcomplextestsld_a-cabs.$(OBJEXT) \ +am__objects_182 = testcases/complex/tests64_libnewcomplextestsld_a-cabs.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsld_a-cacos.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsld_a-cacosh.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsld_a-carg.$(OBJEXT) \ @@ -3943,7 +5517,7 @@ testcases/complex/tests64_libnewcomplextestsld_a-ctan.$(OBJEXT) \ testcases/complex/tests64_libnewcomplextestsld_a-ctanh.$(OBJEXT) @LIB64_TRUE@am_tests64_libnewcomplextestsld_a_OBJECTS = \ -@LIB64_TRUE@ $(am__objects_110) +@LIB64_TRUE@ $(am__objects_182) tests64_libnewcomplextestsld_a_OBJECTS = \ $(am_tests64_libnewcomplextestsld_a_OBJECTS) @ENABLE_TESTS_UNICODE_TRUE@am__EXEEXT_1 = \ @@ -4435,7 +6009,7 @@ am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = -SOURCES = $(lib32_libamstrmid_a_SOURCES) \ +SOURCES = $(lib32_libamstrmid_a_SOURCES) $(lib32_libcrtdll_a_SOURCES) \ $(lib32_libdelayimp_a_SOURCES) $(lib32_libdinput_a_SOURCES) \ $(lib32_libdinput8_a_SOURCES) $(lib32_libdmoguids_a_SOURCES) \ $(lib32_libdxerr8_a_SOURCES) $(lib32_libdxerr9_a_SOURCES) \ @@ -4447,33 +6021,47 @@ $(nodist_lib32_libm_a_SOURCES) $(lib32_libmfuuid_a_SOURCES) \ $(lib32_libmingw32_a_SOURCES) $(lib32_libmingwex_a_SOURCES) \ $(lib32_libmingwthrd_a_SOURCES) $(lib32_libmoldname_a_SOURCES) \ - $(lib32_libmsvcrt_a_SOURCES) \ + $(lib32_libmsvcr100_a_SOURCES) $(lib32_libmsvcr110_a_SOURCES) \ + $(lib32_libmsvcr120_a_SOURCES) \ + $(lib32_libmsvcr120_app_a_SOURCES) \ + $(lib32_libmsvcr120d_a_SOURCES) $(lib32_libmsvcr80_a_SOURCES) \ + $(lib32_libmsvcr90_a_SOURCES) $(lib32_libmsvcr90d_a_SOURCES) \ + $(lib32_libmsvcrt_os_a_SOURCES) \ $(lib32_libportabledeviceguids_a_SOURCES) \ $(lib32_libsapi_a_SOURCES) $(lib32_libscrnsave_a_SOURCES) \ $(lib32_libscrnsavw_a_SOURCES) \ $(lib32_libsensorsapi_a_SOURCES) $(lib32_libshell32_a_SOURCES) \ - $(lib32_libstrmiids_a_SOURCES) $(lib32_libuuid_a_SOURCES) \ + $(lib32_libstrmiids_a_SOURCES) $(lib32_libtaskschd_a_SOURCES) \ + lib32/libucrt.c $(lib32_libucrt_extra_a_SOURCES) \ + $(lib32_libucrtbase_a_SOURCES) $(lib32_libuuid_a_SOURCES) \ $(lib32_libwbemuuid_a_SOURCES) \ $(lib32_libwindowscodecs_a_SOURCES) \ $(lib32_libwmcodecdspuuid_a_SOURCES) \ $(lib32_libws2_32_a_SOURCES) $(lib64_libamstrmid_a_SOURCES) \ - $(lib64_libdelayimp_a_SOURCES) $(lib64_libdinput_a_SOURCES) \ - $(lib64_libdinput8_a_SOURCES) $(lib64_libdmoguids_a_SOURCES) \ - $(lib64_libdxerr8_a_SOURCES) $(lib64_libdxerr9_a_SOURCES) \ - $(lib64_libdxguid_a_SOURCES) $(lib64_libgdiplus_a_SOURCES) \ - $(lib64_libgmon_a_SOURCES) $(lib64_libkernel32_a_SOURCES) \ - $(lib64_libksguid_a_SOURCES) $(lib64_libksuser_a_SOURCES) \ - $(lib64_liblargeint_a_SOURCES) \ + $(lib64_libcrtdll_a_SOURCES) $(lib64_libdelayimp_a_SOURCES) \ + $(lib64_libdinput_a_SOURCES) $(lib64_libdinput8_a_SOURCES) \ + $(lib64_libdmoguids_a_SOURCES) $(lib64_libdxerr8_a_SOURCES) \ + $(lib64_libdxerr9_a_SOURCES) $(lib64_libdxguid_a_SOURCES) \ + $(lib64_libgdiplus_a_SOURCES) $(lib64_libgmon_a_SOURCES) \ + $(lib64_libkernel32_a_SOURCES) $(lib64_libksguid_a_SOURCES) \ + $(lib64_libksuser_a_SOURCES) $(lib64_liblargeint_a_SOURCES) \ $(lib64_liblocationapi_a_SOURCES) \ $(nodist_lib64_libm_a_SOURCES) $(lib64_libmfuuid_a_SOURCES) \ $(lib64_libmingw32_a_SOURCES) $(lib64_libmingwex_a_SOURCES) \ $(lib64_libmingwthrd_a_SOURCES) $(lib64_libmoldname_a_SOURCES) \ - $(lib64_libmsvcrt_a_SOURCES) \ + $(lib64_libmsvcr100_a_SOURCES) $(lib64_libmsvcr110_a_SOURCES) \ + $(lib64_libmsvcr120_a_SOURCES) \ + $(lib64_libmsvcr120_app_a_SOURCES) \ + $(lib64_libmsvcr120d_a_SOURCES) $(lib64_libmsvcr80_a_SOURCES) \ + $(lib64_libmsvcr90_a_SOURCES) $(lib64_libmsvcr90d_a_SOURCES) \ + $(lib64_libmsvcrt_os_a_SOURCES) \ $(lib64_libportabledeviceguids_a_SOURCES) \ $(lib64_libsapi_a_SOURCES) $(lib64_libscrnsave_a_SOURCES) \ $(lib64_libscrnsavw_a_SOURCES) \ $(lib64_libsensorsapi_a_SOURCES) $(lib64_libshell32_a_SOURCES) \ - $(lib64_libstrmiids_a_SOURCES) $(lib64_libuuid_a_SOURCES) \ + $(lib64_libstrmiids_a_SOURCES) $(lib64_libtaskschd_a_SOURCES) \ + lib64/libucrt.c $(lib64_libucrt_extra_a_SOURCES) \ + $(lib64_libucrtbase_a_SOURCES) $(lib64_libuuid_a_SOURCES) \ $(lib64_libwbemuuid_a_SOURCES) \ $(lib64_libwindowscodecs_a_SOURCES) \ $(lib64_libwmcodecdspuuid_a_SOURCES) \ @@ -4495,19 +6083,55 @@ $(libarm32_libmingwex_a_SOURCES) \ $(libarm32_libmingwthrd_a_SOURCES) \ $(libarm32_libmoldname_a_SOURCES) \ - $(libarm32_libmsvcrt_a_SOURCES) \ + $(libarm32_libmsvcr110_a_SOURCES) \ + $(libarm32_libmsvcrt_os_a_SOURCES) \ $(libarm32_libportabledeviceguids_a_SOURCES) \ $(libarm32_libsapi_a_SOURCES) \ $(libarm32_libscrnsave_a_SOURCES) \ $(libarm32_libscrnsavw_a_SOURCES) \ $(libarm32_libsensorsapi_a_SOURCES) \ $(libarm32_libshell32_a_SOURCES) \ - $(libarm32_libstrmiids_a_SOURCES) \ + $(libarm32_libstrmiids_a_SOURCES) libarm32/libucrt.c \ + $(libarm32_libucrt_extra_a_SOURCES) \ + $(libarm32_libucrtbase_a_SOURCES) \ $(libarm32_libuuid_a_SOURCES) \ $(libarm32_libwbemuuid_a_SOURCES) \ $(libarm32_libwindowscodecs_a_SOURCES) \ $(libarm32_libwmcodecdspuuid_a_SOURCES) \ $(libarm32_libws2_32_a_SOURCES) \ + $(libarm64_libamstrmid_a_SOURCES) \ + $(libarm64_libdelayimp_a_SOURCES) \ + $(libarm64_libdmoguids_a_SOURCES) \ + $(libarm64_libdxerr8_a_SOURCES) \ + $(libarm64_libdxerr9_a_SOURCES) \ + $(libarm64_libdxguid_a_SOURCES) \ + $(libarm64_libgdiplus_a_SOURCES) \ + $(libarm64_libkernel32_a_SOURCES) \ + $(libarm64_libksguid_a_SOURCES) \ + $(libarm64_libksuser_a_SOURCES) \ + $(libarm64_liblargeint_a_SOURCES) \ + $(libarm64_liblocationapi_a_SOURCES) \ + $(nodist_libarm64_libm_a_SOURCES) \ + $(libarm64_libmfuuid_a_SOURCES) \ + $(libarm64_libmingw32_a_SOURCES) \ + $(libarm64_libmingwex_a_SOURCES) \ + $(libarm64_libmingwthrd_a_SOURCES) \ + $(libarm64_libmoldname_a_SOURCES) \ + $(libarm64_libmsvcrt_os_a_SOURCES) \ + $(libarm64_libportabledeviceguids_a_SOURCES) \ + $(libarm64_libsapi_a_SOURCES) \ + $(libarm64_libscrnsave_a_SOURCES) \ + $(libarm64_libscrnsavw_a_SOURCES) \ + $(libarm64_libsensorsapi_a_SOURCES) \ + $(libarm64_libshell32_a_SOURCES) \ + $(libarm64_libstrmiids_a_SOURCES) libarm64/libucrt.c \ + $(libarm64_libucrt_extra_a_SOURCES) \ + $(libarm64_libucrtbase_a_SOURCES) \ + $(libarm64_libuuid_a_SOURCES) \ + $(libarm64_libwbemuuid_a_SOURCES) \ + $(libarm64_libwindowscodecs_a_SOURCES) \ + $(libarm64_libwmcodecdspuuid_a_SOURCES) \ + $(libarm64_libws2_32_a_SOURCES) \ $(tests32_libnewcomplextests_a_SOURCES) \ $(tests32_libnewcomplextestsf_a_SOURCES) \ $(tests32_libnewcomplextestsld_a_SOURCES) \ @@ -4549,6 +6173,7 @@ $(tests64_csqrt_SOURCES) $(tests64_ctan_SOURCES) \ $(tests64_ctanh_SOURCES) DIST_SOURCES = $(am__lib32_libamstrmid_a_SOURCES_DIST) \ + $(am__lib32_libcrtdll_a_SOURCES_DIST) \ $(lib32_libdelayimp_a_SOURCES) \ $(am__lib32_libdinput_a_SOURCES_DIST) \ $(am__lib32_libdinput8_a_SOURCES_DIST) \ @@ -4568,7 +6193,15 @@ $(am__lib32_libmingwex_a_SOURCES_DIST) \ $(am__lib32_libmingwthrd_a_SOURCES_DIST) \ $(am__lib32_libmoldname_a_SOURCES_DIST) \ - $(am__lib32_libmsvcrt_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr100_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr110_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr120_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr120_app_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr120d_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr80_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr90_a_SOURCES_DIST) \ + $(am__lib32_libmsvcr90d_a_SOURCES_DIST) \ + $(am__lib32_libmsvcrt_os_a_SOURCES_DIST) \ $(am__lib32_libportabledeviceguids_a_SOURCES_DIST) \ $(am__lib32_libsapi_a_SOURCES_DIST) \ $(am__lib32_libscrnsave_a_SOURCES_DIST) \ @@ -4576,12 +6209,16 @@ $(am__lib32_libsensorsapi_a_SOURCES_DIST) \ $(am__lib32_libshell32_a_SOURCES_DIST) \ $(am__lib32_libstrmiids_a_SOURCES_DIST) \ + $(am__lib32_libtaskschd_a_SOURCES_DIST) lib32/libucrt.c \ + $(am__lib32_libucrt_extra_a_SOURCES_DIST) \ + $(am__lib32_libucrtbase_a_SOURCES_DIST) \ $(am__lib32_libuuid_a_SOURCES_DIST) \ $(am__lib32_libwbemuuid_a_SOURCES_DIST) \ $(am__lib32_libwindowscodecs_a_SOURCES_DIST) \ $(am__lib32_libwmcodecdspuuid_a_SOURCES_DIST) \ $(am__lib32_libws2_32_a_SOURCES_DIST) \ $(am__lib64_libamstrmid_a_SOURCES_DIST) \ + $(am__lib64_libcrtdll_a_SOURCES_DIST) \ $(lib64_libdelayimp_a_SOURCES) \ $(am__lib64_libdinput_a_SOURCES_DIST) \ $(am__lib64_libdinput8_a_SOURCES_DIST) \ @@ -4601,7 +6238,15 @@ $(am__lib64_libmingwex_a_SOURCES_DIST) \ $(am__lib64_libmingwthrd_a_SOURCES_DIST) \ $(am__lib64_libmoldname_a_SOURCES_DIST) \ - $(am__lib64_libmsvcrt_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr100_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr110_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr120_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr120_app_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr120d_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr80_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr90_a_SOURCES_DIST) \ + $(am__lib64_libmsvcr90d_a_SOURCES_DIST) \ + $(am__lib64_libmsvcrt_os_a_SOURCES_DIST) \ $(am__lib64_libportabledeviceguids_a_SOURCES_DIST) \ $(am__lib64_libsapi_a_SOURCES_DIST) \ $(am__lib64_libscrnsave_a_SOURCES_DIST) \ @@ -4609,6 +6254,9 @@ $(am__lib64_libsensorsapi_a_SOURCES_DIST) \ $(am__lib64_libshell32_a_SOURCES_DIST) \ $(am__lib64_libstrmiids_a_SOURCES_DIST) \ + $(am__lib64_libtaskschd_a_SOURCES_DIST) lib64/libucrt.c \ + $(am__lib64_libucrt_extra_a_SOURCES_DIST) \ + $(am__lib64_libucrtbase_a_SOURCES_DIST) \ $(am__lib64_libuuid_a_SOURCES_DIST) \ $(am__lib64_libwbemuuid_a_SOURCES_DIST) \ $(am__lib64_libwindowscodecs_a_SOURCES_DIST) \ @@ -4631,19 +6279,54 @@ $(am__libarm32_libmingwex_a_SOURCES_DIST) \ $(am__libarm32_libmingwthrd_a_SOURCES_DIST) \ $(am__libarm32_libmoldname_a_SOURCES_DIST) \ - $(am__libarm32_libmsvcrt_a_SOURCES_DIST) \ + $(am__libarm32_libmsvcr110_a_SOURCES_DIST) \ + $(am__libarm32_libmsvcrt_os_a_SOURCES_DIST) \ $(am__libarm32_libportabledeviceguids_a_SOURCES_DIST) \ $(am__libarm32_libsapi_a_SOURCES_DIST) \ $(am__libarm32_libscrnsave_a_SOURCES_DIST) \ $(am__libarm32_libscrnsavw_a_SOURCES_DIST) \ $(am__libarm32_libsensorsapi_a_SOURCES_DIST) \ $(am__libarm32_libshell32_a_SOURCES_DIST) \ - $(am__libarm32_libstrmiids_a_SOURCES_DIST) \ + $(am__libarm32_libstrmiids_a_SOURCES_DIST) libarm32/libucrt.c \ + $(am__libarm32_libucrt_extra_a_SOURCES_DIST) \ + $(am__libarm32_libucrtbase_a_SOURCES_DIST) \ $(am__libarm32_libuuid_a_SOURCES_DIST) \ $(am__libarm32_libwbemuuid_a_SOURCES_DIST) \ $(am__libarm32_libwindowscodecs_a_SOURCES_DIST) \ $(am__libarm32_libwmcodecdspuuid_a_SOURCES_DIST) \ $(am__libarm32_libws2_32_a_SOURCES_DIST) \ + $(am__libarm64_libamstrmid_a_SOURCES_DIST) \ + $(libarm64_libdelayimp_a_SOURCES) \ + $(am__libarm64_libdmoguids_a_SOURCES_DIST) \ + $(am__libarm64_libdxerr8_a_SOURCES_DIST) \ + $(am__libarm64_libdxerr9_a_SOURCES_DIST) \ + $(am__libarm64_libdxguid_a_SOURCES_DIST) \ + $(am__libarm64_libgdiplus_a_SOURCES_DIST) \ + $(am__libarm64_libkernel32_a_SOURCES_DIST) \ + $(am__libarm64_libksguid_a_SOURCES_DIST) \ + $(am__libarm64_libksuser_a_SOURCES_DIST) \ + $(am__libarm64_liblargeint_a_SOURCES_DIST) \ + $(am__libarm64_liblocationapi_a_SOURCES_DIST) \ + $(am__libarm64_libmfuuid_a_SOURCES_DIST) \ + $(am__libarm64_libmingw32_a_SOURCES_DIST) \ + $(am__libarm64_libmingwex_a_SOURCES_DIST) \ + $(am__libarm64_libmingwthrd_a_SOURCES_DIST) \ + $(am__libarm64_libmoldname_a_SOURCES_DIST) \ + $(am__libarm64_libmsvcrt_os_a_SOURCES_DIST) \ + $(am__libarm64_libportabledeviceguids_a_SOURCES_DIST) \ + $(am__libarm64_libsapi_a_SOURCES_DIST) \ + $(am__libarm64_libscrnsave_a_SOURCES_DIST) \ + $(am__libarm64_libscrnsavw_a_SOURCES_DIST) \ + $(am__libarm64_libsensorsapi_a_SOURCES_DIST) \ + $(am__libarm64_libshell32_a_SOURCES_DIST) \ + $(am__libarm64_libstrmiids_a_SOURCES_DIST) libarm64/libucrt.c \ + $(am__libarm64_libucrt_extra_a_SOURCES_DIST) \ + $(am__libarm64_libucrtbase_a_SOURCES_DIST) \ + $(am__libarm64_libuuid_a_SOURCES_DIST) \ + $(am__libarm64_libwbemuuid_a_SOURCES_DIST) \ + $(am__libarm64_libwindowscodecs_a_SOURCES_DIST) \ + $(am__libarm64_libwmcodecdspuuid_a_SOURCES_DIST) \ + $(am__libarm64_libws2_32_a_SOURCES_DIST) \ $(am__tests32_libnewcomplextests_a_SOURCES_DIST) \ $(am__tests32_libnewcomplextestsf_a_SOURCES_DIST) \ $(am__tests32_libnewcomplextestsld_a_SOURCES_DIST) \ @@ -4713,7 +6396,7 @@ esac DATA = $(crt32_DATA) $(crt64_DATA) $(dist_libsrc_DATA) $(dx32_DATA) \ $(dx64_DATA) $(lib32_DATA) $(lib64_DATA) $(libarm32_DATA) \ - $(winrt32_DATA) $(winrt64_DATA) + $(libarm64_DATA) HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in @@ -4914,6 +6597,19 @@ TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/lib32/Makefile.am $(srcdir)/lib64/Makefile.am \ + $(srcdir)/libarm32/Makefile.am $(srcdir)/libarm64/Makefile.am \ + $(srcdir)/testcases/complex/Makefile.am \ + $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing \ + $(top_srcdir)/build-aux/test-driver ChangeLog build-aux/ar-lib \ + build-aux/compile build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -4981,6 +6677,7 @@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ +MSVCRT_LIB = @MSVCRT_LIB@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -5053,8 +6750,8 @@ @WITHSYSROOT_TRUE@sysincludes = -I@TARGET_SYSTEM_ROOT@/include @WITHSYSROOT_FALSE@withsys = @WITHSYSROOT_TRUE@withsys = --with-sysroot=@TARGET_SYSTEM_ROOT@ -AM_CPPFLAGS = -D_CRTBLD $(sysincludes) -AM_CFLAGS = -pipe -std=gnu99 -D_WIN32_WINNT=0x0f00 @ADD_C_CXX_WARNING_FLAGS@ @ADD_C_ONLY_WARNING_FLAGS@ +AM_CPPFLAGS = $(sysincludes) +AM_CFLAGS = -pipe -std=gnu99 -D_CRTBLD -D_WIN32_WINNT=0x0f00 -D__MSVCRT_VERSION__=0x700 @ADD_C_CXX_WARNING_FLAGS@ @ADD_C_ONLY_WARNING_FLAGS@ AM_CXXFLAGS = @ADD_C_CXX_WARNING_FLAGS@ @ADD_CXX_ONLY_WARNING_FLAGS@ CPPFLAGSARM32 = -mfpu=vfp CPPFLAGS32 = -m32 @@ -5062,26 +6759,35 @@ @WITH_GENLIB_FALSE@AM_DLLTOOLFLAGS = -k --as=$(AS) --output-lib $@ \ @WITH_GENLIB_FALSE@ $(am__append_1) @WITH_GENLIB_TRUE@AM_DLLTOOLFLAGS = -o $@ $(am__append_1) -@WITH_GENLIB_FALSE@DLLTOOLFLAGSARM32 = +@WITH_GENLIB_FALSE@DLLTOOLFLAGSARM32 = -m arm @WITH_GENLIB_TRUE@DLLTOOLFLAGSARM32 = -a arm +@WITH_GENLIB_FALSE@DLLTOOLFLAGSARM64 = -m arm64 +@WITH_GENLIB_TRUE@DLLTOOLFLAGSARM64 = @WITH_GENLIB_FALSE@DLLTOOLFLAGS32 = --as-flags=--32 -m i386 @WITH_GENLIB_TRUE@DLLTOOLFLAGS32 = -a x86 @WITH_GENLIB_FALSE@DLLTOOLFLAGS64 = --as-flags=--64 -m i386:x86-64 @WITH_GENLIB_TRUE@DLLTOOLFLAGS64 = -a x86_64 @WITH_GENLIB_FALSE@DTDEFARM32 = $(DLLTOOL) $(DLLTOOLFLAGSARM32) $(AM_DLLTOOLFLAGS) --input-def @WITH_GENLIB_TRUE@DTDEFARM32 = $(GENLIB) $(DLLTOOLFLAGSARM32) $(AM_DLLTOOLFLAGS) +@WITH_GENLIB_FALSE@DTDEFARM64 = $(DLLTOOL) $(DLLTOOLFLAGSARM64) $(AM_DLLTOOLFLAGS) --input-def +@WITH_GENLIB_TRUE@DTDEFARM64 = $(GENLIB) $(DLLTOOLFLAGSARM64) $(AM_DLLTOOLFLAGS) @WITH_GENLIB_FALSE@DTDEF32 = $(DLLTOOL) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) --input-def @WITH_GENLIB_TRUE@DTDEF32 = $(GENLIB) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) @WITH_GENLIB_FALSE@DTDEF64 = $(DLLTOOL) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) --input-def @WITH_GENLIB_TRUE@DTDEF64 = $(GENLIB) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) DTLIBARM32 = $(DTDEFARM32) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` +DTLIBARM64 = $(DTDEFARM64) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` DTLIB32 = $(DTDEF32) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` DTLIB64 = $(DTDEF64) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'` LDFLAGSARM32 = -L$(top_builddir)/libarm32 +LDFLAGSARM64 = -L$(top_builddir)/libarm64 LDFLAGS32 = -m32 -L$(top_builddir)/lib32 LDFLAGS64 = -m64 -L$(top_builddir)/lib64 extra_include = -I$(top_srcdir)/include -processed_defs = $(am__append_4) $(am__append_8) $(am__append_12) +processed_defs = $(am__append_7) $(am__append_13) $(am__append_19) \ + $(am__append_25) +noinst_LIBRARIES = $(am__append_9) $(am__append_15) $(am__append_21) \ + $(am__append_26) # default directx import library names xinput = xinput1_3 @@ -5096,18 +6802,6 @@ # can move this into libsrc/dummy_libm.c or similar BUILT_SOURCES = _libm_dummy.c src_libm = _libm_dummy.c -@ENABLE_DFP_FALSE@obj_dfpsrc32 = -@ENABLE_DFP_TRUE@obj_dfpsrc32 = \ -@ENABLE_DFP_TRUE@lib32/DFP_src_basearith.dfp.obj lib32/DFP_src_context.dfp.obj lib32/DFP_src_constants.dfp.obj lib32/DFP_src_convolute.dfp.obj lib32/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@lib32/DFP_src_mpdecimal.dfp.obj lib32/DFP_src_mpsignal.dfp.obj lib32/DFP_src_difradix2.dfp.obj lib32/DFP_src_fnt.dfp.obj lib32/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@lib32/DFP_src_io.dfp.obj lib32/DFP_src_memory.dfp.obj lib32/DFP_src_numbertheory.dfp.obj lib32/DFP_src_sixstep.dfp.obj lib32/DFP_src_transpose.dfp.obj - -@ENABLE_DFP_FALSE@obj_dfpsrc64 = -@ENABLE_DFP_TRUE@obj_dfpsrc64 = \ -@ENABLE_DFP_TRUE@lib64/DFP_src_basearith.dfp.obj lib64/DFP_src_context.dfp.obj lib64/DFP_src_constants.dfp.obj lib64/DFP_src_convolute.dfp.obj lib64/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@lib64/DFP_src_mpdecimal.dfp.obj lib64/DFP_src_mpsignal.dfp.obj lib64/DFP_src_difradix2.dfp.obj lib64/DFP_src_fnt.dfp.obj lib64/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@lib64/DFP_src_io.dfp.obj lib64/DFP_src_memory.dfp.obj lib64/DFP_src_numbertheory.dfp.obj lib64/DFP_src_sixstep.dfp.obj lib64/DFP_src_transpose.dfp.obj - @ENABLE_DFP_FALSE@src_dfp_math = @ENABLE_DFP_TRUE@src_dfp_math = \ @ENABLE_DFP_TRUE@math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ @@ -5134,14 +6828,15 @@ src_libsapi = libsrc/sapi.c src_libsensorsapi = libsrc/sensorsapi.c src_libportabledeviceguids = libsrc/portabledeviceguids.c +src_libtaskschd = libsrc/taskschd.c src_libmingw32 = include/oscalls.h include/internal.h include/sect_attribs.h \ - crt/atonexit.c crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \ + crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \ crt/charmax.c crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c crt/tlssup.c crt/xncommod.c \ crt/cinitexe.c crt/crt0_w.c crt/merr.c crt/pesect.c crt/udllargc.c crt/xthdloc.c crt/CRT_fp10.c \ crt/mingw_custom.c crt/mingw_helpers.c \ crt/pseudo-reloc.c crt/udll_argv.c \ crt/xtxtmode.c crt/crt_handler.c \ - crt/tlsthrd.c crt/tlsmthread.c crt/tlsmcrt.c + crt/tlsthrd.c crt/tlsmthread.c crt/tlsmcrt.c crt/cxa_atexit.c src_libscrnsave = libsrc/scrnsave.c src_libscrnsavw = libsrc/scrnsave.c @@ -5149,15 +6844,15 @@ src_libmingwthrd = libsrc/mingwthrd_mt.c src_libgdiplus = libsrc/gdiplus.c src_libuuid = \ - libsrc/ativscp-uuid.c libsrc/atsmedia-uuid.c libsrc/bth-uuid.c libsrc/cguid-uuid.c libsrc/comcat-uuid.c \ - libsrc/devguid.c libsrc/docobj-uuid.c libsrc/dxva-uuid.c libsrc/exdisp-uuid.c libsrc/extras-uuid.c \ - libsrc/fwp-uuid.c libsrc/guid_nul.c libsrc/hlguids-uuid.c libsrc/hlink-uuid.c libsrc/mlang-uuid.c \ - libsrc/msctf-uuid.c libsrc/mshtmhst-uuid.c libsrc/mshtml-uuid.c libsrc/msxml-uuid.c libsrc/netcon-uuid.c \ - libsrc/ntddkbd-uuid.c libsrc/ntddmou-uuid.c libsrc/ntddpar-uuid.c libsrc/ntddscsi-uuid.c libsrc/ntddser-uuid.c \ - libsrc/ntddstor-uuid.c libsrc/ntddvdeo-uuid.c libsrc/oaidl-uuid.c libsrc/objidl-uuid.c libsrc/objsafe-uuid.c \ - libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c libsrc/power-uuid.c \ - libsrc/powrprof-uuid.c libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ - libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c + libsrc/ativscp-uuid.c libsrc/atsmedia-uuid.c libsrc/bth-uuid.c libsrc/cguid-uuid.c libsrc/comcat-uuid.c \ + libsrc/devguid.c libsrc/docobj-uuid.c libsrc/dxva-uuid.c libsrc/exdisp-uuid.c libsrc/extras-uuid.c \ + libsrc/fwp-uuid.c libsrc/guid_nul.c libsrc/hlguids-uuid.c libsrc/hlink-uuid.c libsrc/mlang-uuid.c \ + libsrc/msctf-uuid.c libsrc/mshtmhst-uuid.c libsrc/mshtml-uuid.c libsrc/msxml-uuid.c libsrc/netcon-uuid.c \ + libsrc/ntddkbd-uuid.c libsrc/ntddmou-uuid.c libsrc/ntddpar-uuid.c libsrc/ntddscsi-uuid.c libsrc/ntddser-uuid.c \ + libsrc/ntddstor-uuid.c libsrc/ntddvdeo-uuid.c libsrc/oaidl-uuid.c libsrc/objidl-uuid.c libsrc/objsafe-uuid.c \ + libsrc/ocidl-uuid.c libsrc/oleacc-uuid.c libsrc/olectlid-uuid.c libsrc/oleidl-uuid.c libsrc/power-uuid.c \ + libsrc/powrprof-uuid.c libsrc/uianimation-uuid.c libsrc/usbcamdi-uuid.c libsrc/usbiodef-uuid.c libsrc/uuid.c \ + libsrc/vds-uuid.c libsrc/virtdisk-uuid.c libsrc/wia-uuid.c src_libws2_32 = libsrc/ws2_32.c \ \ @@ -5175,8 +6870,15 @@ libsrc/wspiapi/WspiapiLoad.c libsrc/wspiapi/WspiapiGetAddrInfo.c libsrc/wspiapi/WspiapiGetNameInfo.c \ libsrc/wspiapi/WspiapiFreeAddrInfo.c +src_msvcrt_common = \ + misc/onexit_table.c \ + misc/register_tls_atexit.c \ + stdio/acrt_iob_func.c + src_msvcrt = \ + $(src_msvcrt_common) \ misc/_configthreadlocale.c \ + misc/_get_current_locale.c \ misc/invalid_parameter_handler.c \ misc/output_format.c \ misc/purecall.c \ @@ -5225,28 +6927,70 @@ secapi/wmemmove_s.c \ stdio/mingw_lock.c +src_ucrtbase = \ + crt/ucrtbase_compat.c \ + stdio/ucrt_fprintf.c \ + stdio/ucrt_printf.c \ + stdio/ucrt_snprintf.c \ + stdio/ucrt_sprintf.c \ + stdio/ucrt__vsnprintf.c \ + stdio/ucrt__vsnwprintf.c \ + stdio/ucrt_vfprintf.c \ + stdio/ucrt_vprintf.c \ + stdio/ucrt_vsnprintf.c \ + stdio/ucrt_vsprintf.c + src_msvcrt32 = \ $(src_msvcrt) \ misc/lc_locale_func.c +src_msvcrt64 = \ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcrtarm32 = \ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcrtarm64 = \ + $(src_msvcrt) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + +src_msvcr80_64 = \ + $(src_msvcrt_common) \ + misc/__p___argv.c \ + misc/__p__acmdln.c \ + misc/__p__fmode.c \ + misc/__p__wcmdln.c + # These mingwex sources are target independent: src_libmingwex = \ crt/dllentry.c crt/dllmain.c \ \ - complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c complex/cacos.c complex/cacosf.c complex/cacosl.c \ - complex/carg.c complex/cargf.c complex/cargl.c complex/casin.c complex/casinf.c complex/casinl.c \ - complex/catan.c complex/catanf.c complex/catanl.c complex/ccos.c complex/ccosf.c complex/ccosl.c \ - complex/cexp.c complex/cexpf.c complex/cexpl.c complex/cimag.c complex/cimagf.c complex/cimagl.c \ - complex/clog.c complex/clogf.c complex/clogl.c complex/conj.c complex/conjf.c complex/conjl.c \ - complex/cpow.c complex/cpowf.c complex/cpowl.c complex/cproj.c complex/cprojf.c complex/cprojl.c \ - complex/creal.c complex/crealf.c complex/creall.c complex/csin.c complex/csinf.c complex/csinl.c \ - complex/csqrt.c complex/csqrtf.c complex/csqrtl.c complex/ctan.c complex/ctanf.c complex/ctanl.c \ - complex/cabs.def.h complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h complex/casin.def.h \ - complex/casinh.def.h complex/catan.def.h complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ - complex/cexp.def.h complex/cimag.def.h complex/clog.def.h complex/complex_internal.h complex/conj.def.h \ - complex/cpow.def.h complex/cproj.def.h complex/creal.def.h complex/csin.def.h complex/csinh.def.h \ - complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ + complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c complex/cacos.c complex/cacosf.c \ + complex/cacosl.c complex/carg.c complex/cargf.c complex/cargl.c complex/casin.c complex/casinf.c \ + complex/casinl.c complex/catan.c complex/catanf.c complex/catanl.c complex/ccos.c complex/ccosf.c \ + complex/ccosl.c complex/cexp.c complex/cexpf.c complex/cexpl.c complex/cimag.c complex/cimagf.c \ + complex/cimagl.c complex/clog.c complex/clogf.c complex/clogl.c complex/clog10.c complex/clog10f.c \ + complex/clog10l.c complex/conj.c complex/conjf.c complex/conjl.c complex/cpow.c complex/cpowf.c \ + complex/cpowl.c complex/cproj.c complex/cprojf.c complex/cprojl.c complex/creal.c complex/crealf.c \ + complex/creall.c complex/csin.c complex/csinf.c complex/csinl.c complex/csqrt.c complex/csqrtf.c \ + complex/csqrtl.c complex/ctan.c complex/ctanf.c complex/ctanl.c \ + complex/cabs.def.h complex/cacos.def.h complex/cacosh.def.h complex/carg.def.h complex/casin.def.h \ + complex/casinh.def.h complex/catan.def.h complex/catanh.def.h complex/ccos.def.h complex/ccosh.def.h \ + complex/cexp.def.h complex/cimag.def.h complex/clog.def.h complex/clog10.def.h complex/complex_internal.h \ + complex/conj.def.h complex/cpow.def.h complex/cproj.def.h complex/creal.def.h complex/csin.def.h \ + complex/csinh.def.h complex/csqrt.def.h complex/ctan.def.h complex/ctanh.def.h \ \ gdtoa/gd_arith.h gdtoa/gd_qnan.h gdtoa/gdtoa.h gdtoa/gdtoaimp.h \ gdtoa/arithchk.c gdtoa/dmisc.c gdtoa/dtoa.c gdtoa/g_dfmt.c gdtoa/gdtoa.c gdtoa/gethex.c \ @@ -5254,17 +6998,13 @@ gdtoa/misc.c gdtoa/qnan.c gdtoa/smisc.c gdtoa/strtodg.c gdtoa/strtodnrp.c gdtoa/strtof.c \ gdtoa/strtopx.c gdtoa/sum.c gdtoa/ulp.c \ \ - math/_chgsignl.S math/ceil.S math/ceilf.S math/ceill.S math/copysignl.S \ - math/floor.S math/floorf.S math/floorl.S \ - math/fma.S math/fmaf.S \ - math/nearbyint.S math/nearbyintf.S math/nearbyintl.S \ - math/trunc.S math/truncf.S \ math/cbrt.c \ math/cbrtf.c math/cbrtl.c math/cephes_emath.c math/copysign.c math/copysignf.c \ math/coshf.c math/coshl.c math/erfl.c \ math/expf.c \ math/fabs.c math/fabsf.c math/fabsl.c math/fdim.c math/fdimf.c math/fdiml.c \ - math/fmal.c math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ + math/fma.c math/fmaf.c math/fmal.c \ + math/fmax.c math/fmaxf.c math/fmaxl.c math/fmin.c math/fminf.c \ math/fminl.c math/fp_consts.c math/fp_constsf.c \ math/fp_constsl.c math/fpclassify.c math/fpclassifyf.c math/fpclassifyl.c math/frexpf.c \ math/hypotf.c math/hypot.c math/hypotl.c math/isnan.c math/isnanf.c math/isnanl.c \ @@ -5280,13 +7020,13 @@ math/sinhf.c math/sinhl.c math/sqrt.c \ math/sqrtf.c math/sqrtl.c math/tanhf.c math/tanhl.c math/tgamma.c \ math/tgammaf.c math/tgammal.c math/truncl.c \ - math/acosh.def.h math/cos.def.h math/exp.def.h math/expm1.def.h math/log.def.h math/pow.def.h \ - math/powi.def.h math/sin.def.h math/sqrt.def.h \ - math/cephes_emath.h math/cephes_mconf.h math/fastmath.h math/fp_consts.h math/abs64.c \ + math/powi.def.h math/sqrt.def.h \ + math/cephes_emath.h math/cephes_mconf.h math/fp_consts.h math/abs64.c \ \ misc/mb_wc_common.h \ misc/mingw_getsp.S \ - misc/alarm.c misc/basename.c misc/btowc.c misc/delay-f.c misc/delay-n.c \ + misc/alarm.c \ + misc/assert.c misc/basename.c misc/btowc.c misc/delay-f.c misc/delay-n.c \ misc/delayimp.c misc/difftime.c misc/difftime32.c misc/difftime64.c misc/dirent.c \ misc/dirname.c misc/execv.c misc/execve.c misc/execvp.c misc/execvpe.c \ misc/feclearexcept.c misc/fegetenv.c misc/fegetexceptflag.c misc/fegetround.c misc/feholdexcept.c \ @@ -5307,7 +7047,7 @@ \ stdio/mingw_pformat.h \ stdio/vfscanf2.S stdio/vfwscanf2.S stdio/vscanf2.S stdio/vsscanf2.S stdio/vswscanf2.S \ - stdio/vwscanf2.S stdio/strtok_r.c \ + stdio/vwscanf2.S stdio/strtok_r.c stdio/scanf.S \ stdio/_Exit.c stdio/_findfirst64i32.c stdio/_findnext64i32.c stdio/_fstat.c \ stdio/_fstat64i32.c stdio/_ftime.c stdio/_getc_nolock.c stdio/_getwc_nolock.c stdio/_putc_nolock.c \ stdio/_putwc_nolock.c stdio/_stat.c stdio/_stat64i32.c stdio/_wfindfirst64i32.c stdio/_wfindnext64i32.c \ @@ -5321,64 +7061,50 @@ stdio/mingw_vsnprintf.c stdio/mingw_vsnprintfw.c stdio/mingw_vsprintf.c stdio/mingw_vsprintfw.c stdio/mingw_wscanf.c \ stdio/mingw_wvfscanf.c stdio/snprintf.c stdio/snwprintf.c stdio/strtof.c stdio/truncate.c \ stdio/ulltoa.c stdio/ulltow.c stdio/vasprintf.c stdio/vfscanf.c stdio/vfwscanf.c \ - stdio/vscanf.c stdio/vsnprintf.c stdio/vsnprintf_s.c stdio/vsnwprintf.c stdio/vsscanf.c \ + stdio/vscanf.c stdio/vsnprintf.c stdio/vsnwprintf.c stdio/vsscanf.c \ stdio/vswscanf.c stdio/vwscanf.c stdio/wtoll.c stdio/mingw_asprintf.c stdio/mingw_vasprintf.c -# these only go into the 64 bit version: -src_libmingwex64 = \ - math/acosf.c math/acosh.c math/acosl.c math/acoshf.c math/acoshl.c \ - math/asinf.c math/asinh.c math/asinl.c math/asinhf.c math/asinhl.c \ - math/atan2f.c math/atan2.c math/atan2l.c math/atanf.c math/atanh.c math/atanl.c \ - math/atanhf.c math/atanhl.c math/cos.c math/cosf.c math/cosl.c \ - math/cosl_internal.S math/cossin.c math/exp.c math/expl.c math/exp2.S \ - math/exp2f.S math/exp2l.S math/expm1.c math/expm1f.c math/expm1l.c \ - math/fmod.c math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S math/ldexp.c \ - math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \ - math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \ - math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \ - math/remquol.S math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c \ - math/sinf.c math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S - - -# these only go into the 32 bit version: -src_libmingwex32 = \ - math/acosf.c math/acosh.c math/acosl.c math/acoshf.c math/acoshl.c \ - math/asinf.c math/asinh.c math/asinl.c math/asinhf.c math/asinhl.c \ - math/atan2f.c math/atan2.c math/atan2l.c math/atanf.c math/atanh.c math/atanl.c \ - math/atanhf.c math/atanhl.c math/cos.c math/cosf.c math/cosl.c \ - math/cosl_internal.S math/cossin.c math/exp.c math/expl.c math/exp2.S \ - math/exp2f.S math/exp2l.S math/expm1.c math/expm1f.c math/expm1l.c \ - math/fmod.c math/fmodf.c math/fmodl.c math/frexpl.S math/fucom.c \ - math/ilogb.S math/ilogbf.S math/ilogbl.S math/internal_logl.S math/ldexp.c \ - math/ldexpl.c math/log.c math/log10l.S math/log1p.S math/log1pf.S \ - math/log1pl.S math/log2.S math/log2f.S math/log2l.S math/logb.c \ - math/logbf.c math/logbl.c math/logl.c math/pow.c math/powl.c \ - math/remainder.S math/remainderf.S math/remainderl.S math/remquo.S math/remquof.S \ - math/remquol.S math/scalbn.S math/scalbnf.S math/scalbnl.S math/sin.c \ - math/sinf.c math/sinl.c math/sinl_internal.S math/tanf.c math/tanl.S +# these go into both 32 and 64 bit x86 versions: +src_libmingwex_x86 = \ + math/x86/_chgsignl.S math/x86/acosf.c math/x86/acosh.c math/x86/acosl.c math/x86/acosh.def.h \ + math/x86/acoshf.c math/x86/acoshl.c math/x86/asinf.c math/x86/asinh.c math/x86/asinl.c \ + math/x86/asinhf.c math/x86/asinhl.c math/x86/atan2f.c math/x86/atan2.c math/x86/atan2l.c \ + math/x86/atanf.c math/x86/atanh.c math/x86/atanl.c math/x86/atanhf.c math/x86/atanhl.c \ + math/x86/ceil.S math/x86/ceilf.S math/x86/ceill.S math/x86/copysignl.S math/x86/cos.c \ + math/x86/cos.def.h math/x86/cosf.c math/x86/cosl.c math/x86/cosl_internal.S math/x86/cossin.c \ + math/x86/exp.c math/x86/exp.def.h math/x86/expl.c math/x86/exp2.S math/x86/exp2f.S \ + math/x86/exp2l.S math/x86/expm1.c math/x86/expm1.def.h math/x86/expm1f.c math/x86/expm1l.c \ + math/x86/fastmath.h math/x86/floor.S math/x86/floorf.S math/x86/floorl.S math/x86/fmod.c \ + math/x86/fmodf.c math/x86/fmodl.c math/x86/frexpl.S math/x86/fucom.c math/x86/ilogb.S \ + math/x86/ilogbf.S math/x86/ilogbl.S math/x86/internal_logl.S math/x86/ldexp.c math/x86/ldexpl.c \ + math/x86/log.c math/x86/log.def.h math/x86/log10l.S math/x86/log1p.S math/x86/log1pf.S \ + math/x86/log1pl.S math/x86/log2.S math/x86/log2f.S math/x86/log2l.S math/x86/logb.c \ + math/x86/logbf.c math/x86/logbl.c math/x86/logl.c math/x86/nearbyint.S math/x86/nearbyintf.S \ + math/x86/nearbyintl.S math/x86/pow.c math/x86/pow.def.h math/x86/powl.c math/x86/remainder.S \ + math/x86/remainderf.S math/x86/remainderl.S math/x86/remquo.S math/x86/remquof.S math/x86/remquol.S \ + math/x86/scalbn.S math/x86/scalbnf.S math/x86/scalbnl.S math/x86/sin.c math/x86/sin.def.h \ + math/x86/sinf.c math/x86/sinl.c math/x86/sinl_internal.S math/x86/tanf.c math/x86/tanl.S \ + math/x86/trunc.S math/x86/truncf.S +src_libmingwex32 = $(src_libmingwex_x86) +src_libmingwex64 = $(src_libmingwex_x86) # these only go into the ARM32 version: -src_libmingwexarm32 = \ - math/softmath/e_fmod.c math/softmath/e_fmodf.c math/softmath/e_powf.c \ - math/softmath/acosf.c math/softmath/acosh.c math/softmath/acosl.c math/softmath/acoshf.c math/softmath/acoshl.c \ - math/softmath/asinf.c math/softmath/asinh.c math/softmath/asinl.c math/softmath/asinhf.c math/softmath/asinhl.c \ - math/softmath/atan2f.c math/softmath/atan2l.c math/softmath/atanf.c math/softmath/atanh.c math/softmath/atanl.c \ - math/softmath/atanhf.c math/softmath/atanhl.c math/softmath/cos.c math/softmath/cosf.c math/softmath/cosl.c \ - math/softmath/exp.c math/softmath/expl.c math/softmath/exp2.c math/softmath/exp2f.c math/softmath/exp2l.c \ - math/softmath/expm1.c math/softmath/expm1f.c math/softmath/expm1l.c math/softmath/fmod.c math/softmath/fmodf.c \ - math/softmath/fmodl.c math/softmath/frexpl.c math/softmath/ilogb.c math/softmath/ilogbf.c math/softmath/ilogbl.c \ - math/softmath/ldexp.c math/softmath/ldexpl.c math/softmath/log.c math/softmath/log10l.c math/softmath/log1p.c \ - math/softmath/log1pf.c math/softmath/log1pl.c math/softmath/log2.c math/softmath/log2f.c math/softmath/log2l.c \ - math/softmath/logb.c math/softmath/logbf.c math/softmath/logbl.c math/softmath/logl.c math/softmath/pow.c \ - math/softmath/powl.c \ - math/softmath/remainder.c math/softmath/remainderf.c math/softmath/remainderl.c \ - math/softmath/remquo.c math/softmath/remquof.c math/softmath/remquol.c math/softmath/scalbn.c math/softmath/scalbnf.c \ - math/softmath/scalbnl.c math/softmath/sin.c math/softmath/sincos.c math/softmath/sincosf.c math/softmath/sincosl.c \ - math/softmath/sinf.c math/softmath/sinl.c math/softmath/tanf.c math/softmath/tanl.c +src_libmingwexarm32 = math/arm/_chgsignl.S math/arm/ceil.S \ + math/arm/ceilf.S math/arm/ceill.S math/arm/copysignl.c \ + math/arm/floor.S math/arm/floorf.S math/arm/floorl.S \ + math/arm/nearbyint.S math/arm/nearbyintf.S \ + math/arm/nearbyintl.S math/arm/trunc.S math/arm/truncf.S \ + $(am__append_2) $(am__append_3) + +# these only go into the ARM64 version: +src_libmingwexarm64 = \ + math/arm64/_chgsignl.S math/arm64/ceil.S math/arm64/ceilf.S math/arm64/ceill.S math/arm64/copysignl.c \ + math/arm64/exp2.S math/arm64/exp2f.S math/arm64/floor.S math/arm64/floorf.S math/arm64/floorl.S \ + math/arm64/ldexpl.c \ + math/arm64/log2.c math/arm64/nearbyint.S math/arm64/nearbyintf.S math/arm64/nearbyintl.S math/arm64/scalbn.c \ + math/arm64/sincos.c math/arm64/trunc.S math/arm64/truncf.S # These intrinsics are target independent: @@ -5420,9 +7146,9 @@ # these only go into the ARM32 version: src_intrincsarm32 = -winrtlibs = \ - winrt/libruntimeobject.a +# these only go into the ARM64 version: +src_intrincsarm64 = ######### # Compiling 32-bit runtime @@ -5434,8 +7160,6 @@ @LIBARM32_TRUE@winrt32dir = $(libarm32dir) @LIB32_TRUE@dx32dir = $(lib32dir) @LIBARM32_TRUE@dx32dir = $(libarm32dir) -@LIB32_TRUE@winrt32_DATA = $(winrtlibs) -@LIBARM32_TRUE@winrt32_DATA = $(winrtlibs) @LIB32_TRUE@@W32API_FALSE@crt32_DATA = \ @LIB32_TRUE@@W32API_FALSE@ lib32/crt1.o lib32/crt2.o lib32/crt1u.o lib32/crt2u.o lib32/dllcrt1.o lib32/dllcrt2.o \ @LIB32_TRUE@@W32API_FALSE@ lib32/CRT_fp8.o lib32/CRT_fp10.o lib32/txtmode.o lib32/binmode.o lib32/crtbegin.o lib32/crtend.o \ @@ -5466,7 +7190,15 @@ @LIBARM32_TRUE@dxerr.c \ @LIBARM32_TRUE@test.c -@LIB32_TRUE@lib32_LIBRARIES = lib32/libkernel32.a $(am__append_2) \ + +# These source files aren't compiled in to any library yet. I'm not sure how / where to do so. +# The source files that I did compile somewhere I just guessed at anyway. +# +@LIBARM64_TRUE@temp = \ +@LIBARM64_TRUE@dxerr.c \ +@LIBARM64_TRUE@test.c + +@LIB32_TRUE@lib32_LIBRARIES = lib32/libkernel32.a $(am__append_5) \ @LIB32_TRUE@ lib32/libshell32.a lib32/libdinput.a \ @LIB32_TRUE@ lib32/libdinput8.a lib32/libdmoguids.a \ @LIB32_TRUE@ lib32/libdxerr8.a lib32/libdxerr9.a \ @@ -5479,89 +7211,11 @@ @LIB32_TRUE@ lib32/libportabledeviceguids.a lib32/libscrnsave.a \ @LIB32_TRUE@ lib32/libscrnsavw.a lib32/libstrmiids.a \ @LIB32_TRUE@ lib32/libuuid.a lib32/libgdiplus.a \ -@LIB32_TRUE@ lib32/libws2_32.a $(am__append_3) +@LIB32_TRUE@ lib32/libws2_32.a lib32/libtaskschd.a \ +@LIB32_TRUE@ $(am__append_6) @LIB32_TRUE@lib32_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincs32) @LIB32_TRUE@lib32_libkernel32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) @LIB32_TRUE@lib32_libkernel32_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_a_SOURCES = $(src_msvcrt32) lib32/msvcrt.def.in -@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_a_AR = $(DTDEF32) lib32/msvcrt.def && $(AR) $(ARFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcrt_a_DEPENDENCIES = lib32/msvcrt.def -@LIB32_TRUE@lib32_libshell32_a_SOURCES = $(src_libshell32) -@LIB32_TRUE@lib32_libshell32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@lib32_libshell32_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdinput_a_SOURCES = $(src_libdinput) -@LIB32_TRUE@lib32_libdinput_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@lib32_libdinput_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdinput8_a_SOURCES = $(src_libdinput8) -@LIB32_TRUE@lib32_libdinput8_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@lib32_libdinput8_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdmoguids_a_SOURCES = $(src_libdmoguids) -@LIB32_TRUE@lib32_libdmoguids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdxerr8_a_SOURCES = $(src_libdxerr8) -@LIB32_TRUE@lib32_libdxerr8_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdxerr9_a_SOURCES = $(src_libdxerr9) -@LIB32_TRUE@lib32_libdxerr9_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libmfuuid_a_SOURCES = $(src_libmfuuid) -@LIB32_TRUE@lib32_libmfuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libamstrmid_a_SOURCES = $(src_libamstrmid) -@LIB32_TRUE@lib32_libamstrmid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) -@LIB32_TRUE@lib32_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) -@LIB32_TRUE@lib32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) -@LIB32_TRUE@lib32_libwbemuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libdxguid_a_SOURCES = $(src_libdxguid) -@LIB32_TRUE@lib32_libdxguid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libksuser_a_SOURCES = $(src_libksuser) -@LIB32_TRUE@lib32_libksuser_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libksuser_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@lib32_libksguid_a_SOURCES = $(src_libksguid) -@LIB32_TRUE@lib32_libksguid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_liblocationapi_a_SOURCES = $(src_liblocationapi) -@LIB32_TRUE@lib32_liblocationapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libsapi_a_SOURCES = $(src_libsapi) -@LIB32_TRUE@lib32_libsapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libsensorsapi_a_SOURCES = $(src_libsensorsapi) -@LIB32_TRUE@lib32_libsensorsapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) -@LIB32_TRUE@lib32_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libscrnsave_a_SOURCES = $(src_libscrnsave) -@LIB32_TRUE@lib32_libscrnsave_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libscrnsavw_a_SOURCES = $(src_libscrnsavw) -@LIB32_TRUE@lib32_libscrnsavw_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libscrnsavw_a_CFLAGS = -DUNICODE -@LIB32_TRUE@lib32_libstrmiids_a_SOURCES = $(src_libstrmiids) -@LIB32_TRUE@lib32_libstrmiids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libuuid_a_SOURCES = $(src_libuuid) -@LIB32_TRUE@lib32_libuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libgdiplus_a_SOURCES = $(src_libgdiplus) -@LIB32_TRUE@lib32_libgdiplus_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libgdiplus_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@lib32_libws2_32_a_SOURCES = $(src_libws2_32) -@LIB32_TRUE@lib32_libws2_32_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@lib32_libws2_32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libdelayimp_a_SOURCES = -@LIB32_TRUE@@W32API_FALSE@nodist_lib32_libm_a_SOURCES = $(src_libm) -@LIB32_TRUE@@W32API_FALSE@lib32_libm_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@@W32API_FALSE@lib32_libgmon_a_SOURCES = profile/mcount.c \ -@LIB32_TRUE@@W32API_FALSE@ profile/profil.h profile/profil.c \ -@LIB32_TRUE@@W32API_FALSE@ profile/gmon.h profile/gmon.c \ -@LIB32_TRUE@@W32API_FALSE@ profile/mcountFunc.S - -@LIB32_TRUE@@W32API_FALSE@lib32_libgmon_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@@W32API_FALSE@lib32_liblargeint_a_SOURCES = $(src_liblargeint) -@LIB32_TRUE@@W32API_FALSE@lib32_liblargeint_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingw32_a_CPPFLAGS = $(CPPFLAGS32) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingw32_a_SOURCES = $(src_libmingw32) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex32) $(src_dfp_math) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_LIBADD = $(obj_dfpsrc32) -@LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) -@LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_SOURCES = $(src_libm) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwthrd_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) #lib32_DATA += lib32/libcrtdll.a # Specialized for W32API conditional #lib32_DATA += lib32/libdinput.a # Handled by custom rule #lib32_DATA += lib32/libdinput8.a # Handled by custom rule @@ -5572,9 +7226,11 @@ #lib32_DATA += lib32/libmsvcp60.a # Specialized for W32API conditional #lib32_DATA += lib32/libshell32.a # Handled by custom rule #lib32_DATA += lib32/libws2_32.a # Handled by custom rule -@LIB32_TRUE@lib32_DATA = lib32/libaclui.a lib32/libactiveds.a \ -@LIB32_TRUE@ lib32/libadsldpc.a lib32/libadvapi32.a \ -@LIB32_TRUE@ lib32/libapcups.a lib32/libauthz.a \ +@LIB32_TRUE@lib32_DATA = $(am__append_4) lib32/libaclui.a \ +@LIB32_TRUE@ lib32/libactiveds.a lib32/libadsldpc.a \ +@LIB32_TRUE@ lib32/libadvapi32.a lib32/libapcups.a \ +@LIB32_TRUE@ lib32/libruntimeobject.a \ +@LIB32_TRUE@ lib32/libsynchronization.a lib32/libauthz.a \ @LIB32_TRUE@ lib32/libavicap32.a lib32/libavifil32.a \ @LIB32_TRUE@ lib32/libavrt.a lib32/libbcrypt.a \ @LIB32_TRUE@ lib32/libbootvid.a lib32/libbrowcli.a \ @@ -5627,14 +7283,14 @@ @LIB32_TRUE@ lib32/libdevrtl.a lib32/libdfscli.a \ @LIB32_TRUE@ lib32/libdhcpcsvc.a lib32/libdhcpcsvc6.a \ @LIB32_TRUE@ lib32/libdhcpsapi.a lib32/libdlcapi.a \ -@LIB32_TRUE@ lib32/libdnsapi.a lib32/libdplayx.a \ -@LIB32_TRUE@ lib32/libdpnaddr.a lib32/libdpnet.a \ -@LIB32_TRUE@ lib32/libdpnlobby.a lib32/libdpvoice.a \ -@LIB32_TRUE@ lib32/libdsetup.a lib32/libdsound.a \ -@LIB32_TRUE@ lib32/libdsrole.a lib32/libdssec.a \ -@LIB32_TRUE@ lib32/libdwmapi.a lib32/libdwrite.a \ -@LIB32_TRUE@ lib32/libdxapi.a lib32/libdxgi.a lib32/libdxva2.a \ -@LIB32_TRUE@ lib32/libeapp3hst.a lib32/libeappcfg.a \ +@LIB32_TRUE@ lib32/libdnsapi.a lib32/libdpapi.a \ +@LIB32_TRUE@ lib32/libdplayx.a lib32/libdpnaddr.a \ +@LIB32_TRUE@ lib32/libdpnet.a lib32/libdpnlobby.a \ +@LIB32_TRUE@ lib32/libdpvoice.a lib32/libdsetup.a \ +@LIB32_TRUE@ lib32/libdsound.a lib32/libdsrole.a \ +@LIB32_TRUE@ lib32/libdssec.a lib32/libdwmapi.a \ +@LIB32_TRUE@ lib32/libdwrite.a lib32/libdxapi.a lib32/libdxgi.a \ +@LIB32_TRUE@ lib32/libdxva2.a lib32/libeappcfg.a \ @LIB32_TRUE@ lib32/libeappgnui.a lib32/libeapphost.a \ @LIB32_TRUE@ lib32/libeappprxy.a lib32/libelscore.a \ @LIB32_TRUE@ lib32/libesent.a lib32/libevr.a \ @@ -5652,8 +7308,8 @@ @LIB32_TRUE@ lib32/liblogoncli.a lib32/liblz32.a \ @LIB32_TRUE@ lib32/libmapi32.a lib32/libmcd.a lib32/libmf.a \ @LIB32_TRUE@ lib32/libmfcuia32.a lib32/libmfplat.a \ -@LIB32_TRUE@ lib32/libmgmtapi.a lib32/libmpr.a \ -@LIB32_TRUE@ lib32/libmprapi.a lib32/libmqrt.a \ +@LIB32_TRUE@ lib32/libmgmtapi.a lib32/libmincore.a \ +@LIB32_TRUE@ lib32/libmpr.a lib32/libmprapi.a lib32/libmqrt.a \ @LIB32_TRUE@ lib32/libmsacm32.a lib32/libmscms.a \ @LIB32_TRUE@ lib32/libmsctf.a lib32/libmsctfmonitor.a \ @LIB32_TRUE@ lib32/libmsdmo.a lib32/libmsdrm.a \ @@ -5685,8 +7341,9 @@ @LIB32_TRUE@ lib32/librpcns4.a lib32/librpcrt4.a \ @LIB32_TRUE@ lib32/librstrmgr.a lib32/librtm.a \ @LIB32_TRUE@ lib32/librtutils.a lib32/libsamcli.a \ -@LIB32_TRUE@ lib32/libschedcli.a lib32/libscsiport.a \ -@LIB32_TRUE@ lib32/libsecur32.a lib32/libsetupapi.a \ +@LIB32_TRUE@ lib32/libschannel.a lib32/libschedcli.a \ +@LIB32_TRUE@ lib32/libscsiport.a lib32/libsecur32.a \ +@LIB32_TRUE@ lib32/libsecurity.a lib32/libsetupapi.a \ @LIB32_TRUE@ lib32/libshfolder.a lib32/libshlwapi.a \ @LIB32_TRUE@ lib32/libslc.a lib32/libslcext.a lib32/libslwga.a \ @LIB32_TRUE@ lib32/libsnmpapi.a lib32/libspoolss.a \ @@ -5702,15 +7359,14 @@ @LIB32_TRUE@ lib32/libvdmdbg.a lib32/libversion.a \ @LIB32_TRUE@ lib32/libvideoprt.a lib32/libvirtdisk.a \ @LIB32_TRUE@ lib32/libvfw32.a lib32/libvss_ps.a \ -@LIB32_TRUE@ lib32/libvssapi.a lib32/libvsstrace.a \ -@LIB32_TRUE@ lib32/libwdsclient.a lib32/libwdsclientapi.a \ -@LIB32_TRUE@ lib32/libwdscore.a lib32/libwdscsl.a \ -@LIB32_TRUE@ lib32/libwdsimage.a lib32/libwdstptc.a \ -@LIB32_TRUE@ lib32/libwdsupgcompl.a lib32/libwdsutil.a \ -@LIB32_TRUE@ lib32/libwecapi.a lib32/libwer.a \ -@LIB32_TRUE@ lib32/libwevtapi.a lib32/libwevtfwd.a \ -@LIB32_TRUE@ lib32/libwiadss.a lib32/libwin32k.a \ -@LIB32_TRUE@ lib32/libwin32spl.a lib32/libwindowscodecs.a \ +@LIB32_TRUE@ lib32/libvssapi.a lib32/libwdsclient.a \ +@LIB32_TRUE@ lib32/libwdsclientapi.a lib32/libwdscore.a \ +@LIB32_TRUE@ lib32/libwdscsl.a lib32/libwdsimage.a \ +@LIB32_TRUE@ lib32/libwdstptc.a lib32/libwdsupgcompl.a \ +@LIB32_TRUE@ lib32/libwdsutil.a lib32/libwecapi.a \ +@LIB32_TRUE@ lib32/libwer.a lib32/libwevtapi.a \ +@LIB32_TRUE@ lib32/libwevtfwd.a lib32/libwiadss.a \ +@LIB32_TRUE@ lib32/libwin32k.a lib32/libwin32spl.a \ @LIB32_TRUE@ lib32/libwinhttp.a lib32/libwininet.a \ @LIB32_TRUE@ lib32/libwinmm.a lib32/libwinscard.a \ @LIB32_TRUE@ lib32/libwinspool.a lib32/libwinstrm.a \ @@ -5731,7 +7387,129 @@ @LIB32_TRUE@ lib32/libxaudio2_8.a lib32/libxinput1_1.a \ @LIB32_TRUE@ lib32/libxinput1_2.a lib32/libxinput1_3.a \ @LIB32_TRUE@ lib32/libxinput1_4.a lib32/libxinput9_1_0.a \ -@LIB32_TRUE@ lib32/libruntimeobject.a $(am__append_5) +@LIB32_TRUE@ lib32/libwindowsapp.a $(am__append_8) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_os_a_SOURCES = $(src_msvcrt32) lib-common/msvcrt.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_os_a_AR = $(DTDEF32) lib32/msvcrt.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcrt_os_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcrt_os_a_DEPENDENCIES = lib32/msvcrt.def +@LIB32_TRUE@lib32_libshell32_a_SOURCES = $(src_libshell32) +@LIB32_TRUE@lib32_libshell32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libshell32_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdinput_a_SOURCES = $(src_libdinput) +@LIB32_TRUE@lib32_libdinput_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libdinput_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdinput8_a_SOURCES = $(src_libdinput8) +@LIB32_TRUE@lib32_libdinput8_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libdinput8_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdmoguids_a_SOURCES = $(src_libdmoguids) +@LIB32_TRUE@lib32_libdmoguids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdxerr8_a_SOURCES = $(src_libdxerr8) +@LIB32_TRUE@lib32_libdxerr8_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdxerr9_a_SOURCES = $(src_libdxerr9) +@LIB32_TRUE@lib32_libdxerr9_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libmfuuid_a_SOURCES = $(src_libmfuuid) +@LIB32_TRUE@lib32_libmfuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libamstrmid_a_SOURCES = $(src_libamstrmid) +@LIB32_TRUE@lib32_libamstrmid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) +@LIB32_TRUE@lib32_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) +@LIB32_TRUE@lib32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libwindowscodecs_a_AR = $(DTDEF32) $(top_srcdir)/lib32/windowscodecs.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) +@LIB32_TRUE@lib32_libwbemuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libdxguid_a_SOURCES = $(src_libdxguid) +@LIB32_TRUE@lib32_libdxguid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libksuser_a_SOURCES = $(src_libksuser) +@LIB32_TRUE@lib32_libksuser_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libksuser_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libksguid_a_SOURCES = $(src_libksguid) +@LIB32_TRUE@lib32_libksguid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_liblocationapi_a_SOURCES = $(src_liblocationapi) +@LIB32_TRUE@lib32_liblocationapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libsapi_a_SOURCES = $(src_libsapi) +@LIB32_TRUE@lib32_libsapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libsensorsapi_a_SOURCES = $(src_libsensorsapi) +@LIB32_TRUE@lib32_libsensorsapi_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) +@LIB32_TRUE@lib32_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libscrnsave_a_SOURCES = $(src_libscrnsave) +@LIB32_TRUE@lib32_libscrnsave_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libscrnsavw_a_SOURCES = $(src_libscrnsavw) +@LIB32_TRUE@lib32_libscrnsavw_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libscrnsavw_a_CFLAGS = -DUNICODE +@LIB32_TRUE@lib32_libstrmiids_a_SOURCES = $(src_libstrmiids) +@LIB32_TRUE@lib32_libstrmiids_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libuuid_a_SOURCES = $(src_libuuid) +@LIB32_TRUE@lib32_libuuid_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libgdiplus_a_SOURCES = $(src_libgdiplus) +@LIB32_TRUE@lib32_libgdiplus_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libgdiplus_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libws2_32_a_SOURCES = $(src_libws2_32) +@LIB32_TRUE@lib32_libws2_32_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@lib32_libws2_32_a_AR = $(DTLIB32) && $(AR) $(ARFLAGS) +@LIB32_TRUE@lib32_libtaskschd_a_SOURCES = $(src_libtaskschd) +@LIB32_TRUE@lib32_libtaskschd_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_libdelayimp_a_SOURCES = +@LIB32_TRUE@@W32API_FALSE@nodist_lib32_libm_a_SOURCES = $(src_libm) +@LIB32_TRUE@@W32API_FALSE@lib32_libm_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_libgmon_a_SOURCES = profile/mcount.c \ +@LIB32_TRUE@@W32API_FALSE@ profile/profil.h profile/profil.c \ +@LIB32_TRUE@@W32API_FALSE@ profile/gmon.h profile/gmon.c \ +@LIB32_TRUE@@W32API_FALSE@ profile/mcountFunc.S + +@LIB32_TRUE@@W32API_FALSE@lib32_libgmon_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_liblargeint_a_SOURCES = $(src_liblargeint) +@LIB32_TRUE@@W32API_FALSE@lib32_liblargeint_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingw32_a_CPPFLAGS = $(CPPFLAGS32) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingw32_a_SOURCES = $(src_libmingw32) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex32) $(src_dfp_math) +@LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_SOURCES = $(src_libm) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) +@LIB32_TRUE@@W32API_FALSE@lib32_libmingwthrd_a_CPPFLAGS = $(CPPFLAGS32) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_libcrtdll_a_SOURCES = $(src_msvcrt_common) +@LIB32_TRUE@@W32API_FALSE@lib32_libcrtdll_a_AR = $(DTDEF32) $(top_srcdir)/lib32/crtdll.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libcrtdll_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr80_a_SOURCES = $(src_msvcrt_common) lib32/msvcr80.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr80_a_AR = $(DTDEF32) lib32/msvcr80.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr80_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr80_a_DEPENDENCIES = lib32/msvcr80.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90_a_SOURCES = $(src_msvcrt_common) lib32/msvcr90.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90_a_AR = $(DTDEF32) lib32/msvcr90.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr90_a_DEPENDENCIES = lib32/msvcr90.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90d_a_SOURCES = $(src_msvcrt_common) lib32/msvcr90d.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90d_a_AR = $(DTDEF32) lib32/msvcr90d.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr90d_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr90d_a_DEPENDENCIES = lib32/msvcr90d.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr100_a_SOURCES = $(src_msvcrt_common) lib32/msvcr100.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr100_a_AR = $(DTDEF32) lib32/msvcr100.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr100_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr100_a_DEPENDENCIES = lib32/msvcr100.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr110_a_SOURCES = $(src_msvcrt_common) lib32/msvcr110.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr110_a_AR = $(DTDEF32) lib32/msvcr110.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr110_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr110_a_DEPENDENCIES = lib32/msvcr110.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_a_AR = $(DTDEF32) lib32/msvcr120.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr120_a_DEPENDENCIES = lib32/msvcr120.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120d_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120d.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120d_a_AR = $(DTDEF32) lib32/msvcr120d.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120d_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr120d_a_DEPENDENCIES = lib32/msvcr120d.def +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_app_a_SOURCES = $(src_msvcrt_common) lib32/msvcr120_app.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_app_a_AR = $(DTDEF32) lib32/msvcr120_app.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libmsvcr120_app_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libmsvcr120_app_a_DEPENDENCIES = lib32/msvcr120_app.def +@LIB32_TRUE@@W32API_FALSE@lib32_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +@LIB32_TRUE@@W32API_FALSE@lib32_libucrtbase_a_AR = $(DTDEF32) lib32/ucrtbase.def && $(AR) $(ARFLAGS) +@LIB32_TRUE@@W32API_FALSE@lib32_libucrtbase_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB32_TRUE@@W32API_FALSE@EXTRA_lib32_libucrtbase_a_DEPENDENCIES = lib32/ucrtbase.def +@LIB32_TRUE@@W32API_FALSE@lib32_libucrt_extra_a_SOURCES = $(src_ucrtbase) +@LIB32_TRUE@@W32API_FALSE@lib32_libucrt_extra_a_CPPFLAGS = $(CPPFLAGS32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) @LIB32_TRUE@dx32_DATA = lib32/libxinput.a lib32/libxapofx.a \ @LIB32_TRUE@ lib32/libx3daudio.a lib32/libd3dx9.a \ @LIB32_TRUE@ lib32/libd3dx10.a lib32/libd3dx11.a \ @@ -5747,17 +7525,26 @@ # ####################################################################### @LIB64_TRUE@lib64dir = $(prefix)/@LIBX8664SUFFIXDIR@ @LIB64_TRUE@crt64dir = $(lib64dir) +@LIBARM64_TRUE@crt64dir = $(libarm64dir) @LIB64_TRUE@winrt64dir = $(lib64dir) +@LIBARM64_TRUE@winrt64dir = $(libarm64dir) @LIB64_TRUE@dx64dir = $(lib64dir) -@LIB64_TRUE@winrt64_DATA = $(winrtlibs) +@LIBARM64_TRUE@dx64dir = $(libarm64dir) @LIB64_TRUE@@W32API_FALSE@crt64_DATA = \ @LIB64_TRUE@@W32API_FALSE@ lib64/crt1.o lib64/crt2.o lib64/crt1u.o lib64/crt2u.o lib64/dllcrt1.o lib64/dllcrt2.o \ @LIB64_TRUE@@W32API_FALSE@ lib64/CRT_fp8.o lib64/CRT_fp10.o lib64/txtmode.o lib64/binmode.o lib64/crtbegin.o lib64/crtend.o \ @LIB64_TRUE@@W32API_FALSE@ lib64/gcrt0.o lib64/gcrt1.o lib64/gcrt2.o lib64/CRT_glob.o lib64/CRT_noglob.o @LIB64_TRUE@@W32API_TRUE@crt64_DATA = +@LIBARM64_TRUE@@W32API_FALSE@crt64_DATA = \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/crt1.o libarm64/crt2.o libarm64/crt1u.o libarm64/crt2u.o libarm64/dllcrt1.o libarm64/dllcrt2.o \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/CRT_fp8.o libarm64/CRT_fp10.o libarm64/txtmode.o libarm64/binmode.o libarm64/crtbegin.o libarm64/crtend.o \ +@LIBARM64_TRUE@@W32API_FALSE@ libarm64/gcrt0.o libarm64/gcrt1.o libarm64/gcrt2.o libarm64/CRT_glob.o libarm64/CRT_noglob.o + +@LIBARM64_TRUE@@W32API_TRUE@crt64_DATA = @LIB64_TRUE@COMPILE64 = $(COMPILE) $(CPPFLAGS64) $(extra_include) -D_SYSCRT=1 -DCRTDLL=1 -@LIB64_TRUE@lib64_LIBRARIES = lib64/libkernel32.a $(am__append_6) \ +@LIBARM64_TRUE@COMPILE64 = $(COMPILE) $(CPPFLAGSARM64) $(extra_include) -D_SYSCRT=1 -DCRTDLL=1 +@LIB64_TRUE@lib64_LIBRARIES = lib64/libkernel32.a $(am__append_11) \ @LIB64_TRUE@ lib64/libshell32.a lib64/libdinput.a \ @LIB64_TRUE@ lib64/libdinput8.a lib64/libdmoguids.a \ @LIB64_TRUE@ lib64/libdxerr8.a lib64/libdxerr9.a \ @@ -5770,489 +7557,239 @@ @LIB64_TRUE@ lib64/libksguid.a lib64/libscrnsave.a \ @LIB64_TRUE@ lib64/libscrnsavw.a lib64/libstrmiids.a \ @LIB64_TRUE@ lib64/libuuid.a lib64/libgdiplus.a \ -@LIB64_TRUE@ lib64/libws2_32.a $(am__append_7) -@LIB64_TRUE@lib64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincs64) +@LIB64_TRUE@ lib64/libws2_32.a lib64/libtaskschd.a \ +@LIB64_TRUE@ $(am__append_12) +@LIB64_TRUE@lib64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincs64) lib-common/kernel32.def.in @LIB64_TRUE@lib64_libkernel32_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) -@LIB64_TRUE@lib64_libkernel32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_a_SOURCES = $(src_msvcrt) lib64/msvcrt.def.in -@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_a_AR = $(DTDEF64) lib64/msvcrt.def && $(AR) $(ARFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcrt_a_DEPENDENCIES = lib64/msvcrt.def -@LIB64_TRUE@lib64_libshell32_a_SOURCES = $(src_libshell32) -@LIB64_TRUE@lib64_libshell32_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libshell32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@lib64_libdinput_a_SOURCES = $(src_libdinput) -@LIB64_TRUE@lib64_libdinput_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libdinput_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@lib64_libdinput8_a_SOURCES = $(src_libdinput8) -@LIB64_TRUE@lib64_libdinput8_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libdinput8_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@lib64_libdmoguids_a_SOURCES = $(src_libdmoguids) -@LIB64_TRUE@lib64_libdmoguids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libdxerr8_a_SOURCES = $(src_libdxerr8) -@LIB64_TRUE@lib64_libdxerr8_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libdxerr9_a_SOURCES = $(src_libdxerr9) -@LIB64_TRUE@lib64_libdxerr9_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libmfuuid_a_SOURCES = $(src_libmfuuid) -@LIB64_TRUE@lib64_libmfuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libamstrmid_a_SOURCES = $(src_libamstrmid) -@LIB64_TRUE@lib64_libamstrmid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) -@LIB64_TRUE@lib64_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) -@LIB64_TRUE@lib64_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libwbemuuid_a_SOURCES = $(src_libwbemuuid) -@LIB64_TRUE@lib64_libwbemuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libdxguid_a_SOURCES = $(src_libdxguid) -@LIB64_TRUE@lib64_libdxguid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_liblocationapi_a_SOURCES = $(src_liblocationapi) -@LIB64_TRUE@lib64_liblocationapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libsapi_a_SOURCES = $(src_libsapi) -@LIB64_TRUE@lib64_libsapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libsensorsapi_a_SOURCES = $(src_libsensorsapi) -@LIB64_TRUE@lib64_libsensorsapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) -@LIB64_TRUE@lib64_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libksuser_a_SOURCES = $(src_libksuser) -@LIB64_TRUE@lib64_libksuser_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libksuser_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@lib64_libksguid_a_SOURCES = $(src_libksguid) -@LIB64_TRUE@lib64_libksguid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libscrnsave_a_SOURCES = $(src_libscrnsave) -@LIB64_TRUE@lib64_libscrnsave_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libscrnsavw_a_SOURCES = libsrc/scrnsave.c -@LIB64_TRUE@lib64_libscrnsavw_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libscrnsavw_a_CFLAGS = -DUNICODE -@LIB64_TRUE@lib64_libstrmiids_a_SOURCES = $(src_libstrmiids) -@LIB64_TRUE@lib64_libstrmiids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libuuid_a_SOURCES = $(src_libuuid) -@LIB64_TRUE@lib64_libuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libgdiplus_a_SOURCES = $(src_libgdiplus) -@LIB64_TRUE@lib64_libgdiplus_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libgdiplus_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@lib64_libws2_32_a_SOURCES = $(src_libws2_32) -@LIB64_TRUE@lib64_libws2_32_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libws2_32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libdelayimp_a_SOURCES = -@LIB64_TRUE@@W32API_FALSE@nodist_lib64_libm_a_SOURCES = $(src_libm) -@LIB64_TRUE@@W32API_FALSE@lib64_libm_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@@W32API_FALSE@lib64_libgmon_a_SOURCES = profile/mcount.c \ -@LIB64_TRUE@@W32API_FALSE@ profile/profil.h profile/profil.c \ -@LIB64_TRUE@@W32API_FALSE@ profile/gmon.h profile/gmon.c \ -@LIB64_TRUE@@W32API_FALSE@ profile/mcountFunc.S - -@LIB64_TRUE@@W32API_FALSE@lib64_libgmon_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@@W32API_FALSE@lib64_liblargeint_a_SOURCES = $(src_liblargeint) -@LIB64_TRUE@@W32API_FALSE@lib64_liblargeint_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingw32_a_CPPFLAGS = $(CPPFLAGS64) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingw32_a_SOURCES = $(src_libmingw32) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex64) $(src_dfp_math) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_LIBADD = $(obj_dfpsrc64) -@LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) -@LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_SOURCES = $(src_libm) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwthrd_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_DATA = lib64/libwinusb.a lib64/libavrt.a \ -@LIB64_TRUE@ lib64/lib6to4svc.a lib64/libaaaamon.a \ -@LIB64_TRUE@ lib64/libacledit.a lib64/libaclui.a \ -@LIB64_TRUE@ lib64/libactiveds.a lib64/libactxprxy.a \ +@LIB64_TRUE@lib64_libkernel32_a_AR = $(DTDEF64) lib64/kernel32.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@EXTRA_lib64_libkernel32_a_DEPENDENCIES = lib64/kernel32.def +@LIB64_TRUE@lib64_DATA = $(am__append_10) lib64/libwinusb.a \ +@LIB64_TRUE@ lib64/libavrt.a lib64/libacledit.a \ +@LIB64_TRUE@ lib64/libaclui.a lib64/libactiveds.a \ @LIB64_TRUE@ lib64/libadmparse.a lib64/libadmwprox.a \ -@LIB64_TRUE@ lib64/libadptif.a lib64/libadrot.a \ -@LIB64_TRUE@ lib64/libadsiis.a lib64/libadsiisex.a \ -@LIB64_TRUE@ lib64/libadsldpc.a lib64/libadsldp.a \ -@LIB64_TRUE@ lib64/libadsmsext.a lib64/libadsnt.a \ -@LIB64_TRUE@ lib64/libadvapi32.a lib64/libadvpack.a \ -@LIB64_TRUE@ lib64/libaelupsvc.a lib64/libagentanm.a \ -@LIB64_TRUE@ lib64/libagentctl.a lib64/libagentdp2.a \ -@LIB64_TRUE@ lib64/libagentdpv.a lib64/libagentmpx.a \ -@LIB64_TRUE@ lib64/libagentpsh.a lib64/libagentsr.a \ -@LIB64_TRUE@ lib64/libagrmco64.a lib64/libagtintl.a \ +@LIB64_TRUE@ lib64/libadptif.a lib64/libadsiisex.a \ +@LIB64_TRUE@ lib64/libadsldpc.a lib64/libadvapi32.a \ +@LIB64_TRUE@ lib64/libadvpack.a lib64/libagentanm.a \ @LIB64_TRUE@ lib64/libakscoinst.a lib64/libalrsvc.a \ -@LIB64_TRUE@ lib64/libamstream.a lib64/libapcups.a \ -@LIB64_TRUE@ lib64/libapphelp.a lib64/libappmgmts.a \ -@LIB64_TRUE@ lib64/libappmgr.a lib64/libaqadmin.a \ +@LIB64_TRUE@ lib64/libapcups.a lib64/libapphelp.a \ +@LIB64_TRUE@ lib64/libappmgmts.a lib64/libappmgr.a \ @LIB64_TRUE@ lib64/libaqueue.a lib64/libasp.a \ @LIB64_TRUE@ lib64/libaspperf.a lib64/libasycfilt.a \ @LIB64_TRUE@ lib64/libatkctrs.a lib64/libatl.a \ -@LIB64_TRUE@ lib64/libatmlib.a lib64/libatmpvcno.a \ -@LIB64_TRUE@ lib64/libatrace.a lib64/libaudiosrv.a \ -@LIB64_TRUE@ lib64/libauthz.a lib64/libautodisc.a \ -@LIB64_TRUE@ lib64/libavicap32.a lib64/libavifil32.a \ -@LIB64_TRUE@ lib64/libazroles.a lib64/libazroleui.a \ +@LIB64_TRUE@ lib64/libatmlib.a lib64/libatrace.a \ +@LIB64_TRUE@ lib64/libaudiosrv.a lib64/libauthz.a \ +@LIB64_TRUE@ lib64/libautodisc.a lib64/libavicap32.a \ +@LIB64_TRUE@ lib64/libavifil32.a lib64/libazroles.a \ @LIB64_TRUE@ lib64/libbasesrv.a lib64/libbatmeter.a \ -@LIB64_TRUE@ lib64/libbatt.a lib64/libbidispl.a \ -@LIB64_TRUE@ lib64/libbitsprx2.a lib64/libbitsprx3.a \ -@LIB64_TRUE@ lib64/libbnts.a lib64/libbootvid.a \ -@LIB64_TRUE@ lib64/libbrowscap.a lib64/libbrowser.a \ -@LIB64_TRUE@ lib64/libbrowseui.a lib64/libbrpinfo.a \ -@LIB64_TRUE@ lib64/libbthci.a lib64/libbthserv.a \ -@LIB64_TRUE@ lib64/libbtpanui.a lib64/libcabinet.a \ -@LIB64_TRUE@ lib64/libcabview.a lib64/libcamocx.a \ +@LIB64_TRUE@ lib64/libbatt.a lib64/libbootvid.a \ +@LIB64_TRUE@ lib64/libbrowser.a lib64/libbthci.a \ +@LIB64_TRUE@ lib64/libcabinet.a lib64/libcabview.a \ @LIB64_TRUE@ lib64/libcards.a lib64/libcatsrv.a \ -@LIB64_TRUE@ lib64/libcatsrvps.a lib64/libcatsrvut.a \ -@LIB64_TRUE@ lib64/libccfgnt.a lib64/libcdfview.a \ -@LIB64_TRUE@ lib64/libcdm.a lib64/libcdosys.a \ -@LIB64_TRUE@ lib64/libcertcli.a lib64/libcertmgr.a \ -@LIB64_TRUE@ lib64/libcertobj.a lib64/libcfgbkend.a \ -@LIB64_TRUE@ lib64/libcfgmgr32.a lib64/libc_g18030.a \ -@LIB64_TRUE@ lib64/libchsbrkr.a lib64/libchtbrkr.a \ -@LIB64_TRUE@ lib64/libchtskdic.a lib64/libciadmin.a \ -@LIB64_TRUE@ lib64/libcic.a lib64/libcimwin32.a \ -@LIB64_TRUE@ lib64/libCINTIME.a lib64/libciodm.a \ -@LIB64_TRUE@ lib64/libc_is2022.a lib64/libc_iscii.a \ -@LIB64_TRUE@ lib64/libclbcatex.a lib64/libclbcatq.a \ -@LIB64_TRUE@ lib64/libclb.a lib64/libcliconfg.a \ -@LIB64_TRUE@ lib64/libclasspnp.a lib64/libclusapi.a \ -@LIB64_TRUE@ lib64/libcmcfg32.a lib64/libcmdial32.a \ -@LIB64_TRUE@ lib64/libcmpbk32.a lib64/libcmprops.a \ -@LIB64_TRUE@ lib64/libcmsetacl.a lib64/libcmutil.a \ -@LIB64_TRUE@ lib64/libcnbjmon.a lib64/libcnetcfg.a \ +@LIB64_TRUE@ lib64/libcatsrvut.a lib64/libccfgnt.a \ +@LIB64_TRUE@ lib64/libcdfview.a lib64/libcdm.a \ +@LIB64_TRUE@ lib64/libcertcli.a lib64/libcfgbkend.a \ +@LIB64_TRUE@ lib64/libcfgmgr32.a lib64/libchtskdic.a \ +@LIB64_TRUE@ lib64/libcimwin32.a lib64/libCINTIME.a \ +@LIB64_TRUE@ lib64/libclbcatq.a lib64/libclb.a \ +@LIB64_TRUE@ lib64/libcliconfg.a lib64/libclasspnp.a \ +@LIB64_TRUE@ lib64/libclusapi.a lib64/libcmcfg32.a \ +@LIB64_TRUE@ lib64/libcmdial32.a lib64/libcmpbk32.a \ +@LIB64_TRUE@ lib64/libcmutil.a lib64/libcnetcfg.a \ @LIB64_TRUE@ lib64/libcnvfat.a lib64/libcoadmin.a \ -@LIB64_TRUE@ lib64/libcolbact.a lib64/libcomaddin.a \ -@LIB64_TRUE@ lib64/libcomadmin.a lib64/libcomcat.a \ -@LIB64_TRUE@ lib64/libcomctl32.a lib64/libcomdlg32.a \ -@LIB64_TRUE@ lib64/libcompatui.a lib64/libcompstui.a \ -@LIB64_TRUE@ lib64/libcomrepl.a lib64/libcomres.a \ -@LIB64_TRUE@ lib64/libcomsetup.a lib64/libcomsnap.a \ -@LIB64_TRUE@ lib64/libcomsvcs.a lib64/libcomuid.a \ -@LIB64_TRUE@ lib64/libconfmsp.a lib64/libconsole.a \ -@LIB64_TRUE@ lib64/libcontrot.a lib64/libcorpol.a \ -@LIB64_TRUE@ lib64/libcredui.a lib64/libcrypt32.a \ -@LIB64_TRUE@ lib64/libcryptdlg.a lib64/libcryptdll.a \ -@LIB64_TRUE@ lib64/libcryptext.a lib64/libcryptnet.a \ -@LIB64_TRUE@ lib64/libcryptsvc.a lib64/libcryptui.a \ -@LIB64_TRUE@ lib64/libcscdll.a lib64/libcscui.a \ -@LIB64_TRUE@ lib64/libcsrsrv.a lib64/libd3d8thk.a \ -@LIB64_TRUE@ lib64/libd3d9.a lib64/libd3dxof.a lib64/libdanim.a \ -@LIB64_TRUE@ lib64/libdataclen.a lib64/libdatime.a \ -@LIB64_TRUE@ lib64/libdavclnt.a lib64/libdavcprox.a \ +@LIB64_TRUE@ lib64/libcolbact.a lib64/libcomctl32.a \ +@LIB64_TRUE@ lib64/libcomdlg32.a lib64/libcompstui.a \ +@LIB64_TRUE@ lib64/libcomres.a lib64/libcomsetup.a \ +@LIB64_TRUE@ lib64/libcomsnap.a lib64/libcomsvcs.a \ +@LIB64_TRUE@ lib64/libcomuid.a lib64/libconsole.a \ +@LIB64_TRUE@ lib64/libcorpol.a lib64/libcredui.a \ +@LIB64_TRUE@ lib64/libcrypt32.a lib64/libcryptdlg.a \ +@LIB64_TRUE@ lib64/libcryptdll.a lib64/libcryptext.a \ +@LIB64_TRUE@ lib64/libcryptnet.a lib64/libcryptsvc.a \ +@LIB64_TRUE@ lib64/libcryptui.a lib64/libcscdll.a \ +@LIB64_TRUE@ lib64/libcscui.a lib64/libcsrsrv.a \ +@LIB64_TRUE@ lib64/libd3d8thk.a lib64/libd3d9.a \ +@LIB64_TRUE@ lib64/libd3dxof.a lib64/libdavclnt.a \ @LIB64_TRUE@ lib64/libdbgeng.a lib64/libdbghelp.a \ @LIB64_TRUE@ lib64/libdbnetlib.a lib64/libdbnmpntw.a \ @LIB64_TRUE@ lib64/libdciman32.a lib64/libddraw.a \ -@LIB64_TRUE@ lib64/libddrawex.a lib64/libdeskadp.a \ -@LIB64_TRUE@ lib64/libdeskmon.a lib64/libdeskperf.a \ -@LIB64_TRUE@ lib64/libdevenum.a lib64/libdevmgr.a \ -@LIB64_TRUE@ lib64/libdevobj.a lib64/libdevrtl.a \ -@LIB64_TRUE@ lib64/libdfrgifps.a lib64/libdfrgsnap.a \ -@LIB64_TRUE@ lib64/libdfrgui.a lib64/libdfsshlex.a \ -@LIB64_TRUE@ lib64/libdgnet.a lib64/libdhcpcsvc.a \ -@LIB64_TRUE@ lib64/libdhcpmon.a lib64/libdhcpsapi.a \ -@LIB64_TRUE@ lib64/libdiactfrm.a lib64/libdigest.a \ -@LIB64_TRUE@ lib64/libdimap.a lib64/libdimsntfy.a \ -@LIB64_TRUE@ lib64/libdimsroam.a lib64/libdirectdb.a \ -@LIB64_TRUE@ lib64/libdiskcopy.a lib64/libdispex.a \ -@LIB64_TRUE@ lib64/libdmconfig.a lib64/libdmdlgs.a \ -@LIB64_TRUE@ lib64/libdmdskmgr.a lib64/libdmintf.a \ -@LIB64_TRUE@ lib64/libdmivcitf.a lib64/libdmocx.a \ -@LIB64_TRUE@ lib64/libdmserver.a lib64/libdmutil.a \ -@LIB64_TRUE@ lib64/libdmvdsitf.a lib64/libdnsapi.a \ -@LIB64_TRUE@ lib64/libdnsrslvr.a lib64/libdocprop2.a \ -@LIB64_TRUE@ lib64/libdocprop.a lib64/libdpnaddr.a \ -@LIB64_TRUE@ lib64/libdpnet.a lib64/libdpnhpast.a \ -@LIB64_TRUE@ lib64/libdpnhupnp.a lib64/libdpnlobby.a \ -@LIB64_TRUE@ lib64/libdpvacm.a lib64/libdpvoice.a \ -@LIB64_TRUE@ lib64/libdpvvox.a lib64/libdrprov.a \ -@LIB64_TRUE@ lib64/libds32gt.a lib64/libdsauth.a \ -@LIB64_TRUE@ lib64/libdsdmo.a lib64/libdsdmoprp.a \ -@LIB64_TRUE@ lib64/libdskquota.a lib64/libdskquoui.a \ +@LIB64_TRUE@ lib64/libdevmgr.a lib64/libdevobj.a \ +@LIB64_TRUE@ lib64/libdevrtl.a lib64/libdhcpcsvc.a \ +@LIB64_TRUE@ lib64/libdhcpsapi.a lib64/libdigest.a \ +@LIB64_TRUE@ lib64/libdimsntfy.a lib64/libdimsroam.a \ +@LIB64_TRUE@ lib64/libdiskcopy.a lib64/libdmconfig.a \ +@LIB64_TRUE@ lib64/libdmdskmgr.a lib64/libdmivcitf.a \ +@LIB64_TRUE@ lib64/libdmutil.a lib64/libdmvdsitf.a \ +@LIB64_TRUE@ lib64/libdnsapi.a lib64/libdnsrslvr.a \ +@LIB64_TRUE@ lib64/libdpapi.a lib64/libdpnaddr.a \ +@LIB64_TRUE@ lib64/libdpnet.a lib64/libdpnhupnp.a \ +@LIB64_TRUE@ lib64/libdpnlobby.a lib64/libdpvoice.a \ +@LIB64_TRUE@ lib64/libdrprov.a lib64/libds32gt.a \ +@LIB64_TRUE@ lib64/libdsauth.a lib64/libdskquota.a \ @LIB64_TRUE@ lib64/libdsound3d.a lib64/libdsound.a \ -@LIB64_TRUE@ lib64/libdsprop.a lib64/libdsprov.a \ -@LIB64_TRUE@ lib64/libdsquery.a lib64/libdssec.a \ -@LIB64_TRUE@ lib64/libdssenh.a lib64/libdsuiext.a \ -@LIB64_TRUE@ lib64/libduser.a lib64/libdxdiagn.a \ -@LIB64_TRUE@ lib64/libdxtmsft.a lib64/libdxtrans.a \ -@LIB64_TRUE@ lib64/libefsadu.a lib64/libels.a lib64/libencapi.a \ -@LIB64_TRUE@ lib64/libersvc.a lib64/libes.a lib64/libesent.a \ -@LIB64_TRUE@ lib64/libesentprf.a lib64/libesscli.a \ -@LIB64_TRUE@ lib64/libeventcls.a lib64/libeventlog.a \ -@LIB64_TRUE@ lib64/libevntagnt.a lib64/libevntrprv.a \ -@LIB64_TRUE@ lib64/libevtgprov.a lib64/libexstrace.a \ -@LIB64_TRUE@ lib64/libextmgr.a lib64/libf3ahvoas.a \ +@LIB64_TRUE@ lib64/libdsprop.a lib64/libdsquery.a \ +@LIB64_TRUE@ lib64/libdssec.a lib64/libdssenh.a \ +@LIB64_TRUE@ lib64/libdsuiext.a lib64/libduser.a \ +@LIB64_TRUE@ lib64/libefsadu.a lib64/libes.a lib64/libesent.a \ +@LIB64_TRUE@ lib64/libesentprf.a lib64/libeventlog.a \ +@LIB64_TRUE@ lib64/libevntagnt.a lib64/libexstrace.a \ @LIB64_TRUE@ lib64/libfastprox.a lib64/libfaultrep.a \ -@LIB64_TRUE@ lib64/libfcachdll.a lib64/libfde.a \ -@LIB64_TRUE@ lib64/libfdeploy.a lib64/libfeclient.a \ -@LIB64_TRUE@ lib64/libfilemgmt.a lib64/libfldrclnr.a \ -@LIB64_TRUE@ lib64/libfltlib.a lib64/libfmifs.a \ -@LIB64_TRUE@ lib64/libfontext.a lib64/libfontsub.a \ -@LIB64_TRUE@ lib64/libframedyn.a lib64/libfsusd.a \ -@LIB64_TRUE@ lib64/libftpctrs2.a lib64/libftpmib.a \ -@LIB64_TRUE@ lib64/libftpsvc2.a lib64/libfwcfg.a \ -@LIB64_TRUE@ lib64/libfxsapi.a lib64/libfxscfgwz.a \ -@LIB64_TRUE@ lib64/libfxscom.a lib64/libfxscomex.a \ -@LIB64_TRUE@ lib64/libfxsdrv.a lib64/libfxsmon.a \ +@LIB64_TRUE@ lib64/libfcachdll.a lib64/libfdeploy.a \ +@LIB64_TRUE@ lib64/libfeclient.a lib64/libfilemgmt.a \ +@LIB64_TRUE@ lib64/libfldrclnr.a lib64/libfltlib.a \ +@LIB64_TRUE@ lib64/libfmifs.a lib64/libfontsub.a \ +@LIB64_TRUE@ lib64/libframedyn.a lib64/libftpctrs2.a \ +@LIB64_TRUE@ lib64/libftpmib.a lib64/libfxsapi.a \ +@LIB64_TRUE@ lib64/libfxscfgwz.a lib64/libfxsdrv.a \ @LIB64_TRUE@ lib64/libfxsocm.a lib64/libfxsperf.a \ @LIB64_TRUE@ lib64/libfxsroute.a lib64/libfxsst.a \ @LIB64_TRUE@ lib64/libfxst30.a lib64/libfxstiff.a \ @LIB64_TRUE@ lib64/libfxsui.a lib64/libfxswzrd.a \ -@LIB64_TRUE@ lib64/libgcdef.a lib64/libgdi32.a \ -@LIB64_TRUE@ lib64/libgetuname.a lib64/libglmf32.a \ -@LIB64_TRUE@ lib64/libglu32.a lib64/libgpedit.a \ -@LIB64_TRUE@ lib64/libgpkcsp.a lib64/libgptext.a \ -@LIB64_TRUE@ lib64/libguitrn.a lib64/libgzip.a \ -@LIB64_TRUE@ lib64/libh323msp.a lib64/libhal.a \ -@LIB64_TRUE@ lib64/libhbaapi.a lib64/libhgfs.a \ -@LIB64_TRUE@ lib64/libhhsetup.a lib64/libhid.a \ +@LIB64_TRUE@ lib64/libgdi32.a lib64/libgetuname.a \ +@LIB64_TRUE@ lib64/libglmf32.a lib64/libglu32.a \ +@LIB64_TRUE@ lib64/libgpedit.a lib64/libgpkcsp.a \ +@LIB64_TRUE@ lib64/libgptext.a lib64/libguitrn.a lib64/libhal.a \ +@LIB64_TRUE@ lib64/libhbaapi.a lib64/libhgfs.a lib64/libhid.a \ @LIB64_TRUE@ lib64/libhidclass.a lib64/libhidparse.a \ @LIB64_TRUE@ lib64/libhlink.a lib64/libhmmapi.a \ -@LIB64_TRUE@ lib64/libhnetcfg.a lib64/libhnetmon.a \ -@LIB64_TRUE@ lib64/libhnetwiz.a lib64/libhostmib.a \ -@LIB64_TRUE@ lib64/libhotplug.a lib64/libhticons.a \ +@LIB64_TRUE@ lib64/libhnetcfg.a lib64/libhnetwiz.a \ +@LIB64_TRUE@ lib64/libhostmib.a lib64/libhotplug.a \ @LIB64_TRUE@ lib64/libhtrn_jis.a lib64/libhttpapi.a \ @LIB64_TRUE@ lib64/libhttpext.a lib64/libhttpmib.a \ @LIB64_TRUE@ lib64/libhttpodbc.a lib64/libhtui.a \ -@LIB64_TRUE@ lib64/libhypertrm.a lib64/libiasacct.a \ -@LIB64_TRUE@ lib64/libiasads.a lib64/libiashlpr.a \ -@LIB64_TRUE@ lib64/libiasnap.a lib64/libiaspolcy.a \ -@LIB64_TRUE@ lib64/libiasrad.a lib64/libiassam.a \ -@LIB64_TRUE@ lib64/libiassdo.a lib64/libiassvcs.a \ -@LIB64_TRUE@ lib64/libicaapi.a lib64/libicfgnt5.a \ -@LIB64_TRUE@ lib64/libicm32.a lib64/libicmp.a lib64/libicmui.a \ +@LIB64_TRUE@ lib64/libhypertrm.a lib64/libiashlpr.a \ +@LIB64_TRUE@ lib64/libiaspolcy.a lib64/libiassam.a \ +@LIB64_TRUE@ lib64/libiassvcs.a lib64/libicaapi.a \ +@LIB64_TRUE@ lib64/libicfgnt5.a lib64/libicm32.a \ +@LIB64_TRUE@ lib64/libicmp.a lib64/libicmui.a \ @LIB64_TRUE@ lib64/libicwconn.a lib64/libicwdial.a \ -@LIB64_TRUE@ lib64/libicwdl.a lib64/libicwhelp.a \ -@LIB64_TRUE@ lib64/libicwphbk.a lib64/libicwutil.a \ -@LIB64_TRUE@ lib64/libidq.a lib64/libieakeng.a \ -@LIB64_TRUE@ lib64/libieaksie.a lib64/libiedkcs32.a \ -@LIB64_TRUE@ lib64/libieencode.a lib64/libiepeers.a \ -@LIB64_TRUE@ lib64/libiernonce.a lib64/libiesetup.a \ -@LIB64_TRUE@ lib64/libifmon.a lib64/libifsutil.a \ -@LIB64_TRUE@ lib64/libigmpagnt.a lib64/libiisadmin.a \ -@LIB64_TRUE@ lib64/libiiscfg.a lib64/libiisclex4.a \ -@LIB64_TRUE@ lib64/libiis.a lib64/libiisext.a lib64/libiislog.a \ -@LIB64_TRUE@ lib64/libiismap.a lib64/libiisrstap.a \ -@LIB64_TRUE@ lib64/libiisrtl.a lib64/libiissuba.a \ -@LIB64_TRUE@ lib64/libiisui.a lib64/libiisuiobj.a \ -@LIB64_TRUE@ lib64/libiisutil.a lib64/libiisw3adm.a \ -@LIB64_TRUE@ lib64/libiiswmi.a lib64/libimagehlp.a \ -@LIB64_TRUE@ lib64/libimekrcic.a lib64/libimeshare.a \ +@LIB64_TRUE@ lib64/libicwdl.a lib64/libicwphbk.a \ +@LIB64_TRUE@ lib64/libicwutil.a lib64/libidq.a \ +@LIB64_TRUE@ lib64/libieakeng.a lib64/libiedkcs32.a \ +@LIB64_TRUE@ lib64/libieencode.a lib64/libiernonce.a \ +@LIB64_TRUE@ lib64/libiesetup.a lib64/libigmpagnt.a \ +@LIB64_TRUE@ lib64/libiisadmin.a lib64/libiiscfg.a \ +@LIB64_TRUE@ lib64/libiis.a lib64/libiisrtl.a \ +@LIB64_TRUE@ lib64/libiissuba.a lib64/libiisui.a \ +@LIB64_TRUE@ lib64/libiisutil.a lib64/libiiswmi.a \ +@LIB64_TRUE@ lib64/libimagehlp.a lib64/libimeshare.a \ @LIB64_TRUE@ lib64/libimgutil.a lib64/libimjp81k.a \ -@LIB64_TRUE@ lib64/libimjpcic.a lib64/libimjpcus.a \ -@LIB64_TRUE@ lib64/libimjpdct.a lib64/libimjputyc.a \ -@LIB64_TRUE@ lib64/libimm32.a lib64/libimsinsnt.a \ -@LIB64_TRUE@ lib64/libimskdic.a lib64/libinetcfg.a \ -@LIB64_TRUE@ lib64/libinetcomm.a lib64/libinetmgr.a \ -@LIB64_TRUE@ lib64/libinetmib1.a lib64/libinetpp.a \ -@LIB64_TRUE@ lib64/libinetppui.a lib64/libinfoadmn.a \ +@LIB64_TRUE@ lib64/libimjpcus.a lib64/libimjpdct.a \ +@LIB64_TRUE@ lib64/libimjputyc.a lib64/libimm32.a \ +@LIB64_TRUE@ lib64/libimsinsnt.a lib64/libimskdic.a \ +@LIB64_TRUE@ lib64/libinetcfg.a lib64/libinetcomm.a \ +@LIB64_TRUE@ lib64/libinetmib1.a lib64/libinfoadmn.a \ @LIB64_TRUE@ lib64/libinfocomm.a lib64/libinfoctrs.a \ @LIB64_TRUE@ lib64/libinfosoft.a lib64/libinitpki.a \ @LIB64_TRUE@ lib64/libinput.a lib64/libinseng.a \ @LIB64_TRUE@ lib64/libiphlpapi.a lib64/libipmontr.a \ -@LIB64_TRUE@ lib64/libipnathlp.a lib64/libippromon.a \ -@LIB64_TRUE@ lib64/libiprip.a lib64/libiprop.a \ +@LIB64_TRUE@ lib64/libipnathlp.a lib64/libiprop.a \ @LIB64_TRUE@ lib64/libiprtprio.a lib64/libiprtrmgr.a \ -@LIB64_TRUE@ lib64/libipsecsnp.a lib64/libipsecsvc.a \ -@LIB64_TRUE@ lib64/libipsmsnap.a lib64/libipv6mon.a \ -@LIB64_TRUE@ lib64/libipxsap.a lib64/libirclass.a \ -@LIB64_TRUE@ lib64/libisapips.a lib64/libisatq.a \ +@LIB64_TRUE@ lib64/libipsecsvc.a lib64/libipxsap.a \ +@LIB64_TRUE@ lib64/libirclass.a lib64/libisatq.a \ @LIB64_TRUE@ lib64/libiscomlog.a lib64/libisign32.a \ -@LIB64_TRUE@ lib64/libitircl.a lib64/libitss.a lib64/libixsso.a \ @LIB64_TRUE@ lib64/libiyuv_32.a lib64/libjet500.a \ -@LIB64_TRUE@ lib64/libjscript.a lib64/libjsproxy.a \ -@LIB64_TRUE@ lib64/libkbd101a.a lib64/libkbd101b.a \ -@LIB64_TRUE@ lib64/libkbd101c.a lib64/libkbd101.a \ -@LIB64_TRUE@ lib64/libkbd103.a lib64/libkbd106.a \ -@LIB64_TRUE@ lib64/libkbd106n.a lib64/libkbda1.a \ -@LIB64_TRUE@ lib64/libkbda2.a lib64/libkbda3.a lib64/libkbdal.a \ -@LIB64_TRUE@ lib64/libkbdarme.a lib64/libkbdarmw.a \ -@LIB64_TRUE@ lib64/libkbdax2.a lib64/libkbdaze.a \ -@LIB64_TRUE@ lib64/libkbdazel.a lib64/libkbdbe.a \ -@LIB64_TRUE@ lib64/libkbdbene.a lib64/libkbdblr.a \ -@LIB64_TRUE@ lib64/libkbdbr.a lib64/libkbdbu.a lib64/libkbdca.a \ -@LIB64_TRUE@ lib64/libkbdcan.a lib64/libkbdcr.a \ -@LIB64_TRUE@ lib64/libkbdcz1.a lib64/libkbdcz2.a \ -@LIB64_TRUE@ lib64/libkbdcz.a lib64/libkbdda.a \ -@LIB64_TRUE@ lib64/libkbddiv1.a lib64/libkbddiv2.a \ -@LIB64_TRUE@ lib64/libkbddv.a lib64/libkbdes.a \ -@LIB64_TRUE@ lib64/libkbdest.a lib64/libkbdfa.a \ -@LIB64_TRUE@ lib64/libkbdfc.a lib64/libkbdfi.a lib64/libkbdfo.a \ -@LIB64_TRUE@ lib64/libkbdfr.a lib64/libkbdgae.a \ -@LIB64_TRUE@ lib64/libkbdgeo.a lib64/libkbdgkl.a \ -@LIB64_TRUE@ lib64/libkbdgr1.a lib64/libkbdgr.a \ -@LIB64_TRUE@ lib64/libkbdhe220.a lib64/libkbdhe319.a \ -@LIB64_TRUE@ lib64/libkbdheb.a lib64/libkbdhe.a \ -@LIB64_TRUE@ lib64/libkbdhela2.a lib64/libkbdhela3.a \ -@LIB64_TRUE@ lib64/libkbdhept.a lib64/libkbdhu1.a \ -@LIB64_TRUE@ lib64/libkbdhu.a lib64/libkbdibm02.a \ -@LIB64_TRUE@ lib64/libkbdic.a lib64/libkbdindev.a \ -@LIB64_TRUE@ lib64/libkbdinguj.a lib64/libkbdinhin.a \ -@LIB64_TRUE@ lib64/libkbdinkan.a lib64/libkbdinmar.a \ -@LIB64_TRUE@ lib64/libkbdinpun.a lib64/libkbdintam.a \ -@LIB64_TRUE@ lib64/libkbdintel.a lib64/libkbdir.a \ -@LIB64_TRUE@ lib64/libkbdit142.a lib64/libkbdit.a \ -@LIB64_TRUE@ lib64/libkbdjpn.a lib64/libkbdkaz.a \ -@LIB64_TRUE@ lib64/libkbdkor.a lib64/libkbdkyr.a \ -@LIB64_TRUE@ lib64/libkbdla.a lib64/libkbdlk41a.a \ -@LIB64_TRUE@ lib64/libkbdlk41j.a lib64/libkbdlt1.a \ -@LIB64_TRUE@ lib64/libkbdlt.a lib64/libkbdlv1.a \ -@LIB64_TRUE@ lib64/libkbdlv.a lib64/libkbdmac.a \ -@LIB64_TRUE@ lib64/libkbdmon.a lib64/libkbdnec95.a \ -@LIB64_TRUE@ lib64/libkbdnecat.a lib64/libkbdnec.a \ -@LIB64_TRUE@ lib64/libkbdnecnt.a lib64/libkbdne.a \ -@LIB64_TRUE@ lib64/libkbdno.a lib64/libkbdpl1.a \ -@LIB64_TRUE@ lib64/libkbdpl.a lib64/libkbdpo.a lib64/libkbdro.a \ -@LIB64_TRUE@ lib64/libkbdru1.a lib64/libkbdru.a \ -@LIB64_TRUE@ lib64/libkbdsf.a lib64/libkbdsg.a \ -@LIB64_TRUE@ lib64/libkbdsl1.a lib64/libkbdsl.a \ -@LIB64_TRUE@ lib64/libkbdsp.a lib64/libkbdsw.a \ -@LIB64_TRUE@ lib64/libkbdsyr1.a lib64/libkbdsyr2.a \ -@LIB64_TRUE@ lib64/libkbdtat.a lib64/libkbdth0.a \ -@LIB64_TRUE@ lib64/libkbdth1.a lib64/libkbdth2.a \ -@LIB64_TRUE@ lib64/libkbdth3.a lib64/libkbdtuf.a \ -@LIB64_TRUE@ lib64/libkbdtuq.a lib64/libkbduk.a \ -@LIB64_TRUE@ lib64/libkbdur.a lib64/libkbdurdu.a \ -@LIB64_TRUE@ lib64/libkbdusa.a lib64/libkbdus.a \ -@LIB64_TRUE@ lib64/libkbdusl.a lib64/libkbdusr.a \ -@LIB64_TRUE@ lib64/libkbdusx.a lib64/libkbduzb.a \ -@LIB64_TRUE@ lib64/libkbdvntc.a lib64/libkbdycc.a \ -@LIB64_TRUE@ lib64/libkbdycl.a lib64/libkd1394.a \ +@LIB64_TRUE@ lib64/libjsproxy.a lib64/libkd1394.a \ @LIB64_TRUE@ lib64/libkdcom.a lib64/libkerberos.a \ -@LIB64_TRUE@ lib64/libkeymgr.a lib64/libkorwbrkr.a \ -@LIB64_TRUE@ lib64/libkrnlprov.a lib64/liblangwrbk.a \ -@LIB64_TRUE@ lib64/liblicdll.a lib64/liblicmgr10.a \ -@LIB64_TRUE@ lib64/liblicwmi.a lib64/liblinkinfo.a \ -@LIB64_TRUE@ lib64/liblmhsvc.a lib64/liblmmib2.a \ -@LIB64_TRUE@ lib64/liblmrt.a lib64/libloadperf.a \ -@LIB64_TRUE@ lib64/liblocalsec.a lib64/liblocalspl.a \ -@LIB64_TRUE@ lib64/liblocalui.a lib64/liblog.a \ -@LIB64_TRUE@ lib64/libloghours.a lib64/liblogscrpt.a \ -@LIB64_TRUE@ lib64/liblonsint.a lib64/liblpdsvc.a \ +@LIB64_TRUE@ lib64/libkeymgr.a lib64/liblinkinfo.a \ +@LIB64_TRUE@ lib64/liblmmib2.a lib64/libloadperf.a \ +@LIB64_TRUE@ lib64/liblocalspl.a lib64/liblog.a \ +@LIB64_TRUE@ lib64/libloghours.a lib64/liblonsint.a \ @LIB64_TRUE@ lib64/liblpk.a lib64/liblprhelp.a \ -@LIB64_TRUE@ lib64/liblprmon.a lib64/liblprmonui.a \ @LIB64_TRUE@ lib64/liblsasrv.a lib64/liblz32.a \ -@LIB64_TRUE@ lib64/libmag_hook.a lib64/libmailmsg.a \ -@LIB64_TRUE@ lib64/libmapi32.a lib64/libmapistub.a \ -@LIB64_TRUE@ lib64/libmcastmib.a lib64/libmcd32.a \ -@LIB64_TRUE@ lib64/libmcdsrv32.a lib64/libmchgrcoi.a \ -@LIB64_TRUE@ lib64/libmciavi32.a lib64/libmcicda.a \ -@LIB64_TRUE@ lib64/libmciole32.a lib64/libmciqtz32.a \ -@LIB64_TRUE@ lib64/libmciseq.a lib64/libmciwave.a \ -@LIB64_TRUE@ lib64/libmdhcp.a lib64/libmdminst.a \ -@LIB64_TRUE@ lib64/libmetadata.a lib64/libmf3216.a \ -@LIB64_TRUE@ lib64/libmfc42.a lib64/libmfc42u.a \ -@LIB64_TRUE@ lib64/libmfcsubs.a lib64/libmgmtapi.a \ +@LIB64_TRUE@ lib64/libmag_hook.a lib64/libmapi32.a \ +@LIB64_TRUE@ lib64/libmapistub.a lib64/libmcastmib.a \ +@LIB64_TRUE@ lib64/libmcd32.a lib64/libmcdsrv32.a \ +@LIB64_TRUE@ lib64/libmchgrcoi.a lib64/libmciavi32.a \ +@LIB64_TRUE@ lib64/libmcicda.a lib64/libmciole32.a \ +@LIB64_TRUE@ lib64/libmciqtz32.a lib64/libmciseq.a \ +@LIB64_TRUE@ lib64/libmciwave.a lib64/libmdminst.a \ +@LIB64_TRUE@ lib64/libmf3216.a lib64/libmfc42.a \ +@LIB64_TRUE@ lib64/libmfc42u.a lib64/libmgmtapi.a \ @LIB64_TRUE@ lib64/libmidimap.a lib64/libmigism.a \ -@LIB64_TRUE@ lib64/libmiglibnt.a lib64/libmimefilt.a \ +@LIB64_TRUE@ lib64/libmiglibnt.a lib64/libmincore.a \ @LIB64_TRUE@ lib64/libmlang.a lib64/libmll_hp.a \ @LIB64_TRUE@ lib64/libmll_mtf.a lib64/libmll_qic.a \ -@LIB64_TRUE@ lib64/libmmcbase.a lib64/libmmcndmgr.a \ -@LIB64_TRUE@ lib64/libmmcshext.a lib64/libmmfutil.a \ -@LIB64_TRUE@ lib64/libmmutilse.a lib64/libmobsync.a \ -@LIB64_TRUE@ lib64/libmodemui.a lib64/libmofd.a \ -@LIB64_TRUE@ lib64/libmprapi.a lib64/libmprddm.a lib64/libmpr.a \ -@LIB64_TRUE@ lib64/libmprdim.a lib64/libmprmsg.a \ +@LIB64_TRUE@ lib64/libmmfutil.a lib64/libmmutilse.a \ +@LIB64_TRUE@ lib64/libmobsync.a lib64/libmodemui.a \ +@LIB64_TRUE@ lib64/libmofd.a lib64/libmprapi.a \ +@LIB64_TRUE@ lib64/libmprddm.a lib64/libmpr.a lib64/libmprmsg.a \ @LIB64_TRUE@ lib64/libmprui.a lib64/libmqad.a \ @LIB64_TRUE@ lib64/libmqcertui.a lib64/libmqdscli.a \ -@LIB64_TRUE@ lib64/libmqgentr.a lib64/libmqise.a \ -@LIB64_TRUE@ lib64/libmqlogmgr.a lib64/libmqoa.a \ -@LIB64_TRUE@ lib64/libmqperf.a lib64/libmqqm.a lib64/libmqrt.a \ +@LIB64_TRUE@ lib64/libmqise.a lib64/libmqlogmgr.a \ +@LIB64_TRUE@ lib64/libmqperf.a lib64/libmqrt.a \ @LIB64_TRUE@ lib64/libmqrtdep.a lib64/libmqsec.a \ -@LIB64_TRUE@ lib64/libmqsnap.a lib64/libmqtrig.a \ @LIB64_TRUE@ lib64/libmqupgrd.a lib64/libmqutil.a \ -@LIB64_TRUE@ lib64/libmsaatext.a lib64/libmsacm32.a \ -@LIB64_TRUE@ lib64/libmsadce.a lib64/libmsadcf.a \ -@LIB64_TRUE@ lib64/libmsadco.a lib64/libmsadcs.a \ -@LIB64_TRUE@ lib64/libmsadds.a lib64/libmsado15.a \ -@LIB64_TRUE@ lib64/libmsadomd.a lib64/libmsador15.a \ -@LIB64_TRUE@ lib64/libmsadox.a lib64/libmsadrh15.a \ -@LIB64_TRUE@ lib64/libmsafd.a lib64/libmsasn1.a \ -@LIB64_TRUE@ lib64/libmscandui.a lib64/libmscat32.a \ -@LIB64_TRUE@ lib64/libmscms.a lib64/libmsctfp.a \ -@LIB64_TRUE@ lib64/libmsdadiag.a lib64/libmsdaosp.a \ -@LIB64_TRUE@ lib64/libmsdaprst.a lib64/libmsdaps.a \ -@LIB64_TRUE@ lib64/libmsdarem.a lib64/libmsdart.a \ -@LIB64_TRUE@ lib64/libmsdatl3.a lib64/libmsdfmap.a \ -@LIB64_TRUE@ lib64/libmsdmo.a lib64/libmsdtclog.a \ -@LIB64_TRUE@ lib64/libmsdtcprx.a lib64/libmsdtcstp.a \ -@LIB64_TRUE@ lib64/libmsdtctm.a lib64/libmsdtcuiu.a \ -@LIB64_TRUE@ lib64/libmsftedit.a lib64/libmsgina.a \ -@LIB64_TRUE@ lib64/libmsgr3en.a lib64/libmsgrocm.a \ -@LIB64_TRUE@ lib64/libmsgsvc.a lib64/libmshtml.a \ -@LIB64_TRUE@ lib64/libmshtmled.a lib64/libmsi.a \ -@LIB64_TRUE@ lib64/libmsident.a lib64/libmsieftp.a \ -@LIB64_TRUE@ lib64/libmsihnd.a lib64/libmsimg32.a \ -@LIB64_TRUE@ lib64/libmsimtf.a lib64/libmsinfo.a \ -@LIB64_TRUE@ lib64/libmsiprov.a lib64/libmsir3jp.a \ -@LIB64_TRUE@ lib64/libmsisip.a lib64/libmslbui.a \ -@LIB64_TRUE@ lib64/libmsls31.a lib64/libmslwvtts.a \ -@LIB64_TRUE@ lib64/libmsmqocm.a lib64/libmsobcomm.a \ -@LIB64_TRUE@ lib64/libmsobdl.a lib64/libmsobmain.a \ -@LIB64_TRUE@ lib64/libmsobshel.a lib64/libmsobweb.a \ -@LIB64_TRUE@ lib64/libmsoeacct.a lib64/libmsoe.a \ -@LIB64_TRUE@ lib64/libmsoert2.a lib64/libmspatcha.a \ -@LIB64_TRUE@ lib64/libmspmsnsv.a lib64/libmsports.a \ +@LIB64_TRUE@ lib64/libmsacm32.a lib64/libmsadcs.a \ +@LIB64_TRUE@ lib64/libmsado15.a lib64/libmsafd.a \ +@LIB64_TRUE@ lib64/libmsasn1.a lib64/libmscat32.a \ +@LIB64_TRUE@ lib64/libmscms.a lib64/libmsdadiag.a \ +@LIB64_TRUE@ lib64/libmsdart.a lib64/libmsdmo.a \ +@LIB64_TRUE@ lib64/libmsdtclog.a lib64/libmsdtcprx.a \ +@LIB64_TRUE@ lib64/libmsdtcstp.a lib64/libmsdtctm.a \ +@LIB64_TRUE@ lib64/libmsdtcuiu.a lib64/libmsftedit.a \ +@LIB64_TRUE@ lib64/libmsgina.a lib64/libmsgr3en.a \ +@LIB64_TRUE@ lib64/libmsgrocm.a lib64/libmsgsvc.a \ +@LIB64_TRUE@ lib64/libmshtml.a lib64/libmsi.a \ +@LIB64_TRUE@ lib64/libmsimg32.a lib64/libmsimtf.a \ +@LIB64_TRUE@ lib64/libmsir3jp.a lib64/libmsisip.a \ +@LIB64_TRUE@ lib64/libmslbui.a lib64/libmsls31.a \ +@LIB64_TRUE@ lib64/libmsmqocm.a lib64/libmsobdl.a \ +@LIB64_TRUE@ lib64/libmsobmain.a lib64/libmsoeacct.a \ +@LIB64_TRUE@ lib64/libmsoe.a lib64/libmsoert2.a \ +@LIB64_TRUE@ lib64/libmspatcha.a lib64/libmsports.a \ @LIB64_TRUE@ lib64/libmsrating.a lib64/libmsrle32.a \ @LIB64_TRUE@ lib64/libmssign32.a lib64/libmssip32.a \ -@LIB64_TRUE@ lib64/libmstask.a lib64/libmstime.a \ -@LIB64_TRUE@ lib64/libmstlsapi.a lib64/libmstscax.a \ +@LIB64_TRUE@ lib64/libmstask.a lib64/libmstlsapi.a \ @LIB64_TRUE@ lib64/libmsutb.a lib64/libmsv1_0.a \ @LIB64_TRUE@ lib64/libmsvcirt.a lib64/libmsvfw32.a \ -@LIB64_TRUE@ lib64/libmsvidc32.a lib64/libmsvidctl.a \ -@LIB64_TRUE@ lib64/libmsw3prt.a lib64/libmswsock.a \ -@LIB64_TRUE@ lib64/libmsxactps.a lib64/libmsxml3.a \ -@LIB64_TRUE@ lib64/libmsxs64.a lib64/libmsyuv.a \ +@LIB64_TRUE@ lib64/libmsvidc32.a lib64/libmsw3prt.a \ +@LIB64_TRUE@ lib64/libmswsock.a lib64/libmsyuv.a \ @LIB64_TRUE@ lib64/libmtxclu.a lib64/libmtxdm.a \ @LIB64_TRUE@ lib64/libmtxex.a lib64/libmtxoci.a \ -@LIB64_TRUE@ lib64/libmycomput.a lib64/libmydocs.a \ -@LIB64_TRUE@ lib64/libnarrhook.a lib64/libncobjapi.a \ -@LIB64_TRUE@ lib64/libncprov.a lib64/libncxpnt.a \ -@LIB64_TRUE@ lib64/libnddeapi.a lib64/libnddenb32.a \ -@LIB64_TRUE@ lib64/libndisnpp.a lib64/libnetapi32.a \ -@LIB64_TRUE@ lib64/libnetcfgx.a lib64/libnetid.a \ -@LIB64_TRUE@ lib64/libnetlogon.a lib64/libnetman.a \ -@LIB64_TRUE@ lib64/libnetoc.a lib64/libnetplwiz.a \ -@LIB64_TRUE@ lib64/libnetrap.a lib64/libnetshell.a \ -@LIB64_TRUE@ lib64/libnetui0.a lib64/libnetui1.a \ -@LIB64_TRUE@ lib64/libnetui2.a lib64/libnewdev.a \ -@LIB64_TRUE@ lib64/libnextlink.a lib64/libnlhtml.a \ -@LIB64_TRUE@ lib64/libnntpadm.a lib64/libnntpapi.a \ -@LIB64_TRUE@ lib64/libnntpsnap.a lib64/libnpptools.a \ -@LIB64_TRUE@ lib64/libnshipsec.a lib64/libntdll.a \ -@LIB64_TRUE@ lib64/libntdsapi.a lib64/libntdsbcli.a \ -@LIB64_TRUE@ lib64/libntevt.a lib64/libntfsdrv.a \ -@LIB64_TRUE@ lib64/libntlanman.a lib64/libntlanui2.a \ +@LIB64_TRUE@ lib64/libmydocs.a lib64/libncobjapi.a \ +@LIB64_TRUE@ lib64/libncxpnt.a lib64/libnddeapi.a \ +@LIB64_TRUE@ lib64/libnddenb32.a lib64/libndisnpp.a \ +@LIB64_TRUE@ lib64/libnetapi32.a lib64/libnetcfgx.a \ +@LIB64_TRUE@ lib64/libnetid.a lib64/libnetlogon.a \ +@LIB64_TRUE@ lib64/libnetman.a lib64/libnetoc.a \ +@LIB64_TRUE@ lib64/libnetplwiz.a lib64/libnetrap.a \ +@LIB64_TRUE@ lib64/libnetshell.a lib64/libnetui0.a \ +@LIB64_TRUE@ lib64/libnetui1.a lib64/libnetui2.a \ +@LIB64_TRUE@ lib64/libnewdev.a lib64/libnntpapi.a \ +@LIB64_TRUE@ lib64/libnpptools.a lib64/libnshipsec.a \ +@LIB64_TRUE@ lib64/libntdll.a lib64/libntdsapi.a \ +@LIB64_TRUE@ lib64/libntdsbcli.a lib64/libntlanman.a \ @LIB64_TRUE@ lib64/libntlanui.a lib64/libntlsapi.a \ @LIB64_TRUE@ lib64/libntmarta.a lib64/libntmsapi.a \ -@LIB64_TRUE@ lib64/libntmsdba.a lib64/libntmsevt.a \ -@LIB64_TRUE@ lib64/libntmsmgr.a lib64/libntmssvc.a \ @LIB64_TRUE@ lib64/libntoc.a lib64/libntprint.a \ @LIB64_TRUE@ lib64/libntshrui.a lib64/libntvdm64.a \ @LIB64_TRUE@ lib64/libnwprovau.a lib64/liboakley.a \ -@LIB64_TRUE@ lib64/libobjsel.a lib64/liboccache.a \ -@LIB64_TRUE@ lib64/libocgen.a lib64/libocmanage.a \ -@LIB64_TRUE@ lib64/libocmsn.a lib64/libodbc32.a \ -@LIB64_TRUE@ lib64/libodbc32gt.a lib64/libodbcbcp.a \ -@LIB64_TRUE@ lib64/libodbcconf.a lib64/libodbccp32.a \ -@LIB64_TRUE@ lib64/libodbccr32.a lib64/libodbccu32.a \ -@LIB64_TRUE@ lib64/libodbctrac.a lib64/liboeimport.a \ -@LIB64_TRUE@ lib64/liboemiglib.a lib64/libofffilt.a \ +@LIB64_TRUE@ lib64/liboccache.a lib64/libocgen.a \ +@LIB64_TRUE@ lib64/libocmanage.a lib64/libocmsn.a \ +@LIB64_TRUE@ lib64/libodbc32.a lib64/libodbc32gt.a \ +@LIB64_TRUE@ lib64/libodbcbcp.a lib64/libodbcconf.a \ +@LIB64_TRUE@ lib64/libodbccp32.a lib64/libodbccr32.a \ +@LIB64_TRUE@ lib64/libodbccu32.a lib64/libodbctrac.a \ +@LIB64_TRUE@ lib64/liboeimport.a lib64/liboemiglib.a \ @LIB64_TRUE@ lib64/libole32.a lib64/liboleacc.a \ @LIB64_TRUE@ lib64/liboleaut32.a lib64/libolecli32.a \ @LIB64_TRUE@ lib64/libolecnv32.a lib64/liboledb32.a \ -@LIB64_TRUE@ lib64/liboledb32r.a lib64/liboledlg.a \ -@LIB64_TRUE@ lib64/liboleprn.a lib64/libolesvr32.a \ +@LIB64_TRUE@ lib64/liboledlg.a lib64/libolesvr32.a \ @LIB64_TRUE@ lib64/libopengl32.a lib64/libosuninst.a \ -@LIB64_TRUE@ lib64/libovprintmondll.a lib64/libpanmap.a \ -@LIB64_TRUE@ lib64/libpautoenr.a lib64/libpchshell.a \ -@LIB64_TRUE@ lib64/libpchsvc.a lib64/libpdh.a \ +@LIB64_TRUE@ lib64/libpautoenr.a lib64/libpdh.a \ @LIB64_TRUE@ lib64/libperfctrs.a lib64/libperfdisk.a \ @LIB64_TRUE@ lib64/libperfnet.a lib64/libperfos.a \ @LIB64_TRUE@ lib64/libperfproc.a lib64/libperfts.a \ -@LIB64_TRUE@ lib64/libphotowiz.a lib64/libpid.a \ -@LIB64_TRUE@ lib64/libpidgen.a lib64/libpintlcsa.a \ -@LIB64_TRUE@ lib64/libpintlcsd.a lib64/libpjlmon.a \ -@LIB64_TRUE@ lib64/libpngfilt.a lib64/libpolicman.a \ +@LIB64_TRUE@ lib64/libphotowiz.a lib64/libpidgen.a \ +@LIB64_TRUE@ lib64/libpintlcsd.a lib64/libpolicman.a \ @LIB64_TRUE@ lib64/libpolstore.a lib64/libpowrprof.a \ @LIB64_TRUE@ lib64/libprintui.a lib64/libprofmap.a \ -@LIB64_TRUE@ lib64/libprovthrd.a lib64/libPS5UI.a \ -@LIB64_TRUE@ lib64/libpsapi.a lib64/libpsbase.a \ -@LIB64_TRUE@ lib64/libpschdprf.a lib64/libPSCRIPT5.a \ -@LIB64_TRUE@ lib64/libpsnppagn.a lib64/libpstorec.a \ -@LIB64_TRUE@ lib64/libpstorsvc.a lib64/libqasf.a \ -@LIB64_TRUE@ lib64/libqcap.a lib64/libqdvd.a lib64/libqdv.a \ -@LIB64_TRUE@ lib64/libqedit.a lib64/libqmgr.a \ -@LIB64_TRUE@ lib64/libqmgrprxy.a lib64/libqosname.a \ -@LIB64_TRUE@ lib64/libquartz.a lib64/libquery.a \ -@LIB64_TRUE@ lib64/libracpldlg.a lib64/librasadhlp.a \ +@LIB64_TRUE@ lib64/libPS5UI.a lib64/libpsapi.a \ +@LIB64_TRUE@ lib64/libpsbase.a lib64/libpschdprf.a \ +@LIB64_TRUE@ lib64/libPSCRIPT5.a lib64/libpstorec.a \ +@LIB64_TRUE@ lib64/libpstorsvc.a lib64/libqmgr.a \ +@LIB64_TRUE@ lib64/libqosname.a lib64/libquartz.a \ +@LIB64_TRUE@ lib64/libquery.a lib64/librasadhlp.a \ @LIB64_TRUE@ lib64/librasapi32.a lib64/librasauto.a \ @LIB64_TRUE@ lib64/libraschap.a lib64/librasctrs.a \ @LIB64_TRUE@ lib64/librasdlg.a lib64/librasman.a \ @@ -6260,120 +7797,78 @@ @LIB64_TRUE@ lib64/librasmxs.a lib64/librasppp.a \ @LIB64_TRUE@ lib64/librasrad.a lib64/librassapi.a \ @LIB64_TRUE@ lib64/librasser.a lib64/librastapi.a \ -@LIB64_TRUE@ lib64/librastls.a lib64/librcbdyctl.a \ -@LIB64_TRUE@ lib64/librdchost.a lib64/librdpcfgex.a \ +@LIB64_TRUE@ lib64/librastls.a lib64/librdpcfgex.a \ @LIB64_TRUE@ lib64/librdpsnd.a lib64/librdpwsx.a \ @LIB64_TRUE@ lib64/libregapi.a lib64/libregsvc.a \ -@LIB64_TRUE@ lib64/libregwizc.a lib64/libremotepg.a \ -@LIB64_TRUE@ lib64/librend.a lib64/librepdrvfs.a \ @LIB64_TRUE@ lib64/libresutils.a lib64/libriched20.a \ @LIB64_TRUE@ lib64/librnr20.a lib64/libroutetab.a \ -@LIB64_TRUE@ lib64/librpcns4.a lib64/librpcnsh.a \ -@LIB64_TRUE@ lib64/librpcref.a lib64/librpcrt4.a \ -@LIB64_TRUE@ lib64/librpcss.a lib64/librsaenh.a \ -@LIB64_TRUE@ lib64/librsfsaps.a lib64/librshx32.a \ -@LIB64_TRUE@ lib64/librsmps.a lib64/librtm.a lib64/librtutils.a \ -@LIB64_TRUE@ lib64/librwnh.a lib64/libsafrcdlg.a \ -@LIB64_TRUE@ lib64/libsafrdm.a lib64/libsafrslv.a \ -@LIB64_TRUE@ lib64/libsamlib.a lib64/libsamsrv.a \ -@LIB64_TRUE@ lib64/libsapi.a lib64/libscarddlg.a \ -@LIB64_TRUE@ lib64/libsccbase.a lib64/libsccsccp.a \ +@LIB64_TRUE@ lib64/librpcns4.a lib64/librpcref.a \ +@LIB64_TRUE@ lib64/librpcrt4.a lib64/librpcss.a \ +@LIB64_TRUE@ lib64/librsaenh.a lib64/librtm.a \ +@LIB64_TRUE@ lib64/librtutils.a lib64/libsamlib.a \ +@LIB64_TRUE@ lib64/libsamsrv.a lib64/libsapi.a \ +@LIB64_TRUE@ lib64/libscarddlg.a lib64/libsccbase.a \ @LIB64_TRUE@ lib64/libscecli.a lib64/libscesrv.a \ @LIB64_TRUE@ lib64/libschannel.a lib64/libschedsvc.a \ @LIB64_TRUE@ lib64/libsclgntfy.a lib64/libscredir.a \ -@LIB64_TRUE@ lib64/libscript.a lib64/libscripto.a \ -@LIB64_TRUE@ lib64/libscriptpw.a lib64/libscrobj.a \ -@LIB64_TRUE@ lib64/libscrptutl.a lib64/libscrrun.a \ -@LIB64_TRUE@ lib64/libsdhcinst.a lib64/libsdpblb.a \ +@LIB64_TRUE@ lib64/libscript.a lib64/libscrobj.a \ +@LIB64_TRUE@ lib64/libscrrun.a lib64/libsdhcinst.a \ @LIB64_TRUE@ lib64/libseclogon.a lib64/libsecur32.a \ -@LIB64_TRUE@ lib64/libsecurity.a lib64/libsendcmsg.a \ -@LIB64_TRUE@ lib64/libsendmail.a lib64/libsensapi.a \ +@LIB64_TRUE@ lib64/libsecurity.a lib64/libsensapi.a \ @LIB64_TRUE@ lib64/libsenscfg.a lib64/libsens.a lib64/libseo.a \ -@LIB64_TRUE@ lib64/libseos.a lib64/libserialui.a \ -@LIB64_TRUE@ lib64/libservdeps.a lib64/libserwvdrv.a \ +@LIB64_TRUE@ lib64/libserialui.a lib64/libserwvdrv.a \ @LIB64_TRUE@ lib64/libsetupapi.a lib64/libsetupqry.a \ @LIB64_TRUE@ lib64/libsfc.a lib64/libsfcfiles.a \ @LIB64_TRUE@ lib64/libsfc_os.a lib64/libsfmapi.a \ @LIB64_TRUE@ lib64/libshdocvw.a lib64/libshfolder.a \ -@LIB64_TRUE@ lib64/libshgina.a lib64/libshimeng.a \ -@LIB64_TRUE@ lib64/libshimgvw.a lib64/libshlwapi.a \ -@LIB64_TRUE@ lib64/libshmedia.a lib64/libshscrap.a \ +@LIB64_TRUE@ lib64/libshimeng.a lib64/libshimgvw.a \ +@LIB64_TRUE@ lib64/libshlwapi.a lib64/libshscrap.a \ @LIB64_TRUE@ lib64/libshsvcs.a lib64/libsigtab.a \ -@LIB64_TRUE@ lib64/libsimptcp.a lib64/libsisbkup.a \ -@LIB64_TRUE@ lib64/libskdll.a lib64/libslayerxp.a \ -@LIB64_TRUE@ lib64/libslbcsp.a lib64/libslbiop.a \ -@LIB64_TRUE@ lib64/libsmlogcfg.a lib64/libsmtpadm.a \ -@LIB64_TRUE@ lib64/libsmtpapi.a lib64/libsmtpcons.a \ -@LIB64_TRUE@ lib64/libsmtpctrs.a lib64/libsmtpsnap.a \ -@LIB64_TRUE@ lib64/libsmtpsvc.a lib64/libsniffpol.a \ -@LIB64_TRUE@ lib64/libsnmpapi.a lib64/libsnmpcl.a \ -@LIB64_TRUE@ lib64/libsnmpincl.a lib64/libsnmpmib.a \ -@LIB64_TRUE@ lib64/libsnmpsmir.a lib64/libsnmpsnap.a \ -@LIB64_TRUE@ lib64/libsnmpstup.a lib64/libsnmpthrd.a \ -@LIB64_TRUE@ lib64/libsnprfdll.a lib64/libsoftkbd.a \ -@LIB64_TRUE@ lib64/libsoftpub.a lib64/libspcommon.a \ -@LIB64_TRUE@ lib64/libspoolss.a lib64/libsptip.a \ -@LIB64_TRUE@ lib64/libspttseng.a lib64/libsqlsrv32.a \ -@LIB64_TRUE@ lib64/libsqlxmlx.a lib64/libsrchctls.a \ -@LIB64_TRUE@ lib64/libsrchui.a lib64/libsrclient.a \ -@LIB64_TRUE@ lib64/libsrrstr.a lib64/libsrsvc.a \ -@LIB64_TRUE@ lib64/libsrvsvc.a lib64/libssdpapi.a \ -@LIB64_TRUE@ lib64/libssdpsrv.a lib64/libssinc.a \ -@LIB64_TRUE@ lib64/libsstub.a lib64/libstaxmem.a \ -@LIB64_TRUE@ lib64/libstclient.a lib64/libstdprov.a \ -@LIB64_TRUE@ lib64/libsti_ci.a lib64/libsti.a \ -@LIB64_TRUE@ lib64/libstobject.a lib64/libstorprop.a \ +@LIB64_TRUE@ lib64/libsisbkup.a lib64/libskdll.a \ +@LIB64_TRUE@ lib64/libslbcsp.a lib64/libsmtpapi.a \ +@LIB64_TRUE@ lib64/libsmtpctrs.a lib64/libsnmpapi.a \ +@LIB64_TRUE@ lib64/libsnmpmib.a lib64/libsnprfdll.a \ +@LIB64_TRUE@ lib64/libsoftpub.a lib64/libspoolss.a \ +@LIB64_TRUE@ lib64/libsqlsrv32.a lib64/libsqlxmlx.a \ +@LIB64_TRUE@ lib64/libsrchctls.a lib64/libsrclient.a \ +@LIB64_TRUE@ lib64/libsrrstr.a lib64/libsrvsvc.a \ +@LIB64_TRUE@ lib64/libssdpapi.a lib64/libssinc.a \ +@LIB64_TRUE@ lib64/libstaxmem.a lib64/libsti_ci.a \ +@LIB64_TRUE@ lib64/libsti.a lib64/libstorprop.a \ @LIB64_TRUE@ lib64/libstreamci.a lib64/libstrmfilt.a \ -@LIB64_TRUE@ lib64/libsvcext.a lib64/libsvcpack.a \ -@LIB64_TRUE@ lib64/libswprv.a lib64/libsxs.a lib64/libsynceng.a \ -@LIB64_TRUE@ lib64/libsyncui.a lib64/libsysinv.a \ -@LIB64_TRUE@ lib64/libsysmod.a lib64/libsyssetup.a \ -@LIB64_TRUE@ lib64/libt2embed.a lib64/libtapi32.a \ -@LIB64_TRUE@ lib64/libtapi3.a lib64/libtapiperf.a \ -@LIB64_TRUE@ lib64/libtapisrv.a lib64/libtcpmib.a \ -@LIB64_TRUE@ lib64/libtcpmon.a lib64/libtcpmonui.a \ -@LIB64_TRUE@ lib64/libtermmgr.a lib64/libtermsrv.a \ -@LIB64_TRUE@ lib64/libthawbrkr.a lib64/libthemeui.a \ -@LIB64_TRUE@ lib64/libtlntsvrp.a lib64/libtraffic.a \ -@LIB64_TRUE@ lib64/libtrialoc.a lib64/libtrkwks.a \ +@LIB64_TRUE@ lib64/libsvcpack.a lib64/libsxs.a \ +@LIB64_TRUE@ lib64/libsynceng.a lib64/libsyncui.a \ +@LIB64_TRUE@ lib64/libsysinv.a lib64/libsysmod.a \ +@LIB64_TRUE@ lib64/libsyssetup.a lib64/libt2embed.a \ +@LIB64_TRUE@ lib64/libtapi32.a lib64/libtapiperf.a \ +@LIB64_TRUE@ lib64/libtcpmib.a lib64/libtraffic.a \ @LIB64_TRUE@ lib64/libtsappcmp.a lib64/libtsbyuv.a \ -@LIB64_TRUE@ lib64/libtscfgwmi.a lib64/libtsd32.a \ -@LIB64_TRUE@ lib64/libtshoot.a lib64/libtsoc.a lib64/libtwext.a \ -@LIB64_TRUE@ lib64/libtxflog.a lib64/libudhisapi.a \ -@LIB64_TRUE@ lib64/libufat.a lib64/libuihelper.a \ -@LIB64_TRUE@ lib64/libulib.a lib64/libumandlg.a \ -@LIB64_TRUE@ lib64/libumdmxfrm.a lib64/libumpnpmgr.a \ -@LIB64_TRUE@ lib64/libUNIDRV.a lib64/libUNIDRVUI.a \ -@LIB64_TRUE@ lib64/libuniime.a lib64/libunimdmat.a \ -@LIB64_TRUE@ lib64/libuniplat.a lib64/libuntfs.a \ -@LIB64_TRUE@ lib64/libupnp.a lib64/libupnphost.a \ -@LIB64_TRUE@ lib64/libupnpui.a lib64/libureg.a \ +@LIB64_TRUE@ lib64/libtsd32.a lib64/libtsoc.a \ +@LIB64_TRUE@ lib64/libudhisapi.a lib64/libufat.a \ +@LIB64_TRUE@ lib64/libumandlg.a lib64/libumdmxfrm.a \ +@LIB64_TRUE@ lib64/libumpnpmgr.a lib64/libUNIDRV.a \ +@LIB64_TRUE@ lib64/libUNIDRVUI.a lib64/libuniime.a \ +@LIB64_TRUE@ lib64/libunimdmat.a lib64/libuniplat.a \ +@LIB64_TRUE@ lib64/libuntfs.a lib64/libupnp.a lib64/libupnpui.a \ @LIB64_TRUE@ lib64/liburlauth.a lib64/liburl.a \ -@LIB64_TRUE@ lib64/liburlmon.a lib64/libusbmon.a \ -@LIB64_TRUE@ lib64/libusbcamd2.a lib64/libusbd.a \ -@LIB64_TRUE@ lib64/libusbport.a lib64/libuser32.a \ -@LIB64_TRUE@ lib64/libuserenv.a lib64/libusp10.a \ -@LIB64_TRUE@ lib64/libutildll.a lib64/libuxtheme.a \ -@LIB64_TRUE@ lib64/libvbscript.a lib64/libvdsbas.a \ -@LIB64_TRUE@ lib64/libvdsdyndr.a lib64/libvds_ps.a \ -@LIB64_TRUE@ lib64/libvdsutil.a lib64/libvdswmi.a \ +@LIB64_TRUE@ lib64/liburlmon.a lib64/libusbcamd2.a \ +@LIB64_TRUE@ lib64/libusbd.a lib64/libusbport.a \ +@LIB64_TRUE@ lib64/libuser32.a lib64/libuserenv.a \ +@LIB64_TRUE@ lib64/libusp10.a lib64/libutildll.a \ +@LIB64_TRUE@ lib64/libuxtheme.a lib64/libvdsutil.a \ @LIB64_TRUE@ lib64/libverifier.a lib64/libversion.a \ -@LIB64_TRUE@ lib64/libvgx.a lib64/libviewprov.a \ -@LIB64_TRUE@ lib64/libvmx_mode.a lib64/libvssapi.a \ -@LIB64_TRUE@ lib64/libvss_ps.a lib64/libvsswmi.a \ -@LIB64_TRUE@ lib64/libw32time.a lib64/libw32topl.a \ -@LIB64_TRUE@ lib64/libw3cache.a lib64/libw3comlog.a \ -@LIB64_TRUE@ lib64/libw3core.a lib64/libw3ctrlps.a \ -@LIB64_TRUE@ lib64/libw3ctrs.a lib64/libw3dt.a lib64/libw3ext.a \ +@LIB64_TRUE@ lib64/libvgx.a lib64/libvmx_mode.a \ +@LIB64_TRUE@ lib64/libvssapi.a lib64/libw32time.a \ +@LIB64_TRUE@ lib64/libw32topl.a lib64/libw3core.a \ +@LIB64_TRUE@ lib64/libw3ctrs.a lib64/libw3dt.a \ @LIB64_TRUE@ lib64/libw3isapi.a lib64/libw3ssl.a \ @LIB64_TRUE@ lib64/libw3tp.a lib64/libwab32.a lib64/libwabimp.a \ -@LIB64_TRUE@ lib64/libwamreg.a lib64/libwamregps.a \ -@LIB64_TRUE@ lib64/libwbemcore.a lib64/libwbemupgd.a \ -@LIB64_TRUE@ lib64/libwdigest.a lib64/libwdmaud.a \ -@LIB64_TRUE@ lib64/libwebcheck.a lib64/libwebclnt.a \ -@LIB64_TRUE@ lib64/libwebhits.a lib64/libwiadss.a \ -@LIB64_TRUE@ lib64/libwiarpc.a lib64/libwiaservc.a \ -@LIB64_TRUE@ lib64/libwiashext.a lib64/libwin32spl.a \ +@LIB64_TRUE@ lib64/libwamreg.a lib64/libwbemcore.a \ +@LIB64_TRUE@ lib64/libwbemupgd.a lib64/libwdigest.a \ +@LIB64_TRUE@ lib64/libwdmaud.a lib64/libwebcheck.a \ +@LIB64_TRUE@ lib64/libwebclnt.a lib64/libwebhits.a \ +@LIB64_TRUE@ lib64/libwiadss.a lib64/libwiarpc.a \ +@LIB64_TRUE@ lib64/libwiaservc.a lib64/libwiashext.a \ @LIB64_TRUE@ lib64/libwinfax.a lib64/libwininet.a \ @LIB64_TRUE@ lib64/libwinipsec.a lib64/libwinmm.a \ @LIB64_TRUE@ lib64/libwinrnr.a lib64/libwinscard.a \ @@ -6388,29 +7883,28 @@ @LIB64_TRUE@ lib64/libwow64mib.a lib64/libwow64win.a \ @LIB64_TRUE@ lib64/libwpd_ci.a lib64/libws2help.a \ @LIB64_TRUE@ lib64/libwscsvc.a lib64/libwshatm.a \ -@LIB64_TRUE@ lib64/libwshbth.a lib64/libwshcon.a \ -@LIB64_TRUE@ lib64/libwsock32.a lib64/libzoneoc.a \ -@LIB64_TRUE@ lib64/libnormaliz.a lib64/libclfsw32.a \ -@LIB64_TRUE@ lib64/libdwmapi.a lib64/libntoskrnl.a \ -@LIB64_TRUE@ lib64/libuxtheme.a lib64/libwtsapi32.a \ -@LIB64_TRUE@ lib64/libbcrypt.a lib64/libbthprops.a \ -@LIB64_TRUE@ lib64/libdhcpcsvc6.a lib64/libdxva2.a \ -@LIB64_TRUE@ lib64/libeappcfg.a lib64/libeappgnui.a \ -@LIB64_TRUE@ lib64/libeapphost.a lib64/libeappprxy.a \ -@LIB64_TRUE@ lib64/libevr.a lib64/libiscsidsc.a \ -@LIB64_TRUE@ lib64/libktmw32.a lib64/libmf.a lib64/libmfplat.a \ -@LIB64_TRUE@ lib64/libmsdrm.a lib64/libncrypt.a \ -@LIB64_TRUE@ lib64/libwecapi.a lib64/libwevtapi.a \ -@LIB64_TRUE@ lib64/libwevtfwd.a lib64/libqutil.a \ -@LIB64_TRUE@ lib64/libconnect.a lib64/libfwpuclnt.a \ -@LIB64_TRUE@ lib64/libndfapi.a lib64/libp2p.a \ -@LIB64_TRUE@ lib64/libp2pcollab.a lib64/libp2pgraph.a \ -@LIB64_TRUE@ lib64/libwdstptc.a lib64/libcscapi.a \ -@LIB64_TRUE@ lib64/librstrmgr.a lib64/libqwave.a \ -@LIB64_TRUE@ lib64/libwsdapi.a lib64/libvfw32.a lib64/libks.a \ -@LIB64_TRUE@ lib64/librpcdiag.a lib64/librpchttp.a \ -@LIB64_TRUE@ lib64/libresutil.a lib64/libslwga.a lib64/libslc.a \ -@LIB64_TRUE@ lib64/libslcext.a lib64/libvsstrace.a \ +@LIB64_TRUE@ lib64/libwshbth.a lib64/libwsock32.a \ +@LIB64_TRUE@ lib64/libzoneoc.a lib64/libnormaliz.a \ +@LIB64_TRUE@ lib64/libclfsw32.a lib64/libdwmapi.a \ +@LIB64_TRUE@ lib64/libntoskrnl.a lib64/libuxtheme.a \ +@LIB64_TRUE@ lib64/libwtsapi32.a lib64/libbcrypt.a \ +@LIB64_TRUE@ lib64/libbthprops.a lib64/libdhcpcsvc6.a \ +@LIB64_TRUE@ lib64/libdxva2.a lib64/libeappcfg.a \ +@LIB64_TRUE@ lib64/libeappgnui.a lib64/libeapphost.a \ +@LIB64_TRUE@ lib64/libeappprxy.a lib64/libevr.a \ +@LIB64_TRUE@ lib64/libiscsidsc.a lib64/libktmw32.a \ +@LIB64_TRUE@ lib64/libmf.a lib64/libmfplat.a lib64/libmsdrm.a \ +@LIB64_TRUE@ lib64/libncrypt.a lib64/libwecapi.a \ +@LIB64_TRUE@ lib64/libwevtapi.a lib64/libwevtfwd.a \ +@LIB64_TRUE@ lib64/libqutil.a lib64/libconnect.a \ +@LIB64_TRUE@ lib64/libfwpuclnt.a lib64/libndfapi.a \ +@LIB64_TRUE@ lib64/libp2p.a lib64/libp2pcollab.a \ +@LIB64_TRUE@ lib64/libp2pgraph.a lib64/libwdstptc.a \ +@LIB64_TRUE@ lib64/libcscapi.a lib64/librstrmgr.a \ +@LIB64_TRUE@ lib64/libqwave.a lib64/libwsdapi.a \ +@LIB64_TRUE@ lib64/libvfw32.a lib64/libks.a lib64/librpcdiag.a \ +@LIB64_TRUE@ lib64/librpchttp.a lib64/libresutil.a \ +@LIB64_TRUE@ lib64/libslwga.a lib64/libslc.a lib64/libslcext.a \ @LIB64_TRUE@ lib64/libmsctfmonitor.a lib64/libtbs.a \ @LIB64_TRUE@ lib64/libtdh.a lib64/libtxfw32.a lib64/libwlanui.a \ @LIB64_TRUE@ lib64/libwlanapi.a lib64/libwlanutil.a \ @@ -6462,105 +7956,166 @@ @LIB64_TRUE@ lib64/libxaudio2_8.a lib64/libd3dcompiler_46.a \ @LIB64_TRUE@ lib64/libd3dcsx_46.a lib64/libd3d11.a \ @LIB64_TRUE@ lib64/libd3dcompiler_47.a lib64/libwinhttp.a \ -@LIB64_TRUE@ lib64/libruntimeobject.a $(am__append_9) -@LIB64_TRUE@dx64_DATA = lib64/libxinput.a lib64/libxapofx.a \ -@LIB64_TRUE@ lib64/libx3daudio.a lib64/libd3dx9.a \ -@LIB64_TRUE@ lib64/libd3dx10.a lib64/libd3dx11.a \ -@LIB64_TRUE@ lib64/libd3dcsxd.a lib64/libd3dcompiler.a - -# End 64-bit runtime -########## - -######### -# Compiling ARM 32-bit runtime -# -@LIBARM32_TRUE@libarm32dir = $(prefix)/@LIBARM32SUFFIXDIR@ -@LIBARM32_TRUE@libarm32_LIBRARIES = libarm32/libkernel32.a \ -@LIBARM32_TRUE@ $(am__append_10) libarm32/libshell32.a \ -@LIBARM32_TRUE@ libarm32/libdmoguids.a libarm32/libdxerr8.a \ -@LIBARM32_TRUE@ libarm32/libdxerr9.a libarm32/libmfuuid.a \ -@LIBARM32_TRUE@ libarm32/libamstrmid.a \ -@LIBARM32_TRUE@ libarm32/libwmcodecdspuuid.a \ -@LIBARM32_TRUE@ libarm32/libwindowscodecs.a \ -@LIBARM32_TRUE@ libarm32/libwbemuuid.a libarm32/libdxguid.a \ -@LIBARM32_TRUE@ libarm32/libksuser.a libarm32/libksguid.a \ -@LIBARM32_TRUE@ libarm32/liblocationapi.a \ -@LIBARM32_TRUE@ libarm32/libsensorsapi.a libarm32/libsapi.a \ -@LIBARM32_TRUE@ libarm32/libportabledeviceguids.a \ -@LIBARM32_TRUE@ libarm32/libscrnsave.a libarm32/libscrnsavw.a \ -@LIBARM32_TRUE@ libarm32/libstrmiids.a libarm32/libuuid.a \ +@LIB64_TRUE@ lib64/libruntimeobject.a \ +@LIB64_TRUE@ lib64/libsynchronization.a lib64/libwindowsapp.a \ +@LIB64_TRUE@ lib64/libwscapi.a $(am__append_14) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_os_a_SOURCES = $(src_msvcrt64) lib-common/msvcrt.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_os_a_AR = $(DTDEF64) lib64/msvcrt.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcrt_os_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcrt_os_a_DEPENDENCIES = lib64/msvcrt.def +@LIB64_TRUE@lib64_libshell32_a_SOURCES = $(src_libshell32) +@LIB64_TRUE@lib64_libshell32_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libshell32_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libdinput_a_SOURCES = $(src_libdinput) +@LIB64_TRUE@lib64_libdinput_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libdinput_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libdinput8_a_SOURCES = $(src_libdinput8) +@LIB64_TRUE@lib64_libdinput8_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libdinput8_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libdmoguids_a_SOURCES = $(src_libdmoguids) +@LIB64_TRUE@lib64_libdmoguids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libdxerr8_a_SOURCES = $(src_libdxerr8) +@LIB64_TRUE@lib64_libdxerr8_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libdxerr9_a_SOURCES = $(src_libdxerr9) +@LIB64_TRUE@lib64_libdxerr9_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libmfuuid_a_SOURCES = $(src_libmfuuid) +@LIB64_TRUE@lib64_libmfuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libamstrmid_a_SOURCES = $(src_libamstrmid) +@LIB64_TRUE@lib64_libamstrmid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) +@LIB64_TRUE@lib64_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) +@LIB64_TRUE@lib64_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libwindowscodecs_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libwbemuuid_a_SOURCES = $(src_libwbemuuid) +@LIB64_TRUE@lib64_libwbemuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libdxguid_a_SOURCES = $(src_libdxguid) +@LIB64_TRUE@lib64_libdxguid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_liblocationapi_a_SOURCES = $(src_liblocationapi) +@LIB64_TRUE@lib64_liblocationapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libsapi_a_SOURCES = $(src_libsapi) +@LIB64_TRUE@lib64_libsapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libsensorsapi_a_SOURCES = $(src_libsensorsapi) +@LIB64_TRUE@lib64_libsensorsapi_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) +@LIB64_TRUE@lib64_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libksuser_a_SOURCES = $(src_libksuser) +@LIB64_TRUE@lib64_libksuser_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libksuser_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libksguid_a_SOURCES = $(src_libksguid) +@LIB64_TRUE@lib64_libksguid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libscrnsave_a_SOURCES = $(src_libscrnsave) +@LIB64_TRUE@lib64_libscrnsave_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libscrnsavw_a_SOURCES = libsrc/scrnsave.c +@LIB64_TRUE@lib64_libscrnsavw_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libscrnsavw_a_CFLAGS = -DUNICODE +@LIB64_TRUE@lib64_libstrmiids_a_SOURCES = $(src_libstrmiids) +@LIB64_TRUE@lib64_libstrmiids_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libuuid_a_SOURCES = $(src_libuuid) +@LIB64_TRUE@lib64_libuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libgdiplus_a_SOURCES = $(src_libgdiplus) +@LIB64_TRUE@lib64_libgdiplus_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libgdiplus_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/ws2_32.def.in +@LIB64_TRUE@lib64_libws2_32_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@lib64_libws2_32_a_AR = $(DTDEF64) lib64/ws2_32.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@EXTRA_lib64_libws2_32_a_DEPENDENCIES = lib64/ws2_32.def +@LIB64_TRUE@lib64_libtaskschd_a_SOURCES = $(src_libtaskschd) +@LIB64_TRUE@lib64_libtaskschd_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_libdelayimp_a_SOURCES = +@LIB64_TRUE@@W32API_FALSE@nodist_lib64_libm_a_SOURCES = $(src_libm) +@LIB64_TRUE@@W32API_FALSE@lib64_libm_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_libgmon_a_SOURCES = profile/mcount.c \ +@LIB64_TRUE@@W32API_FALSE@ profile/profil.h profile/profil.c \ +@LIB64_TRUE@@W32API_FALSE@ profile/gmon.h profile/gmon.c \ +@LIB64_TRUE@@W32API_FALSE@ profile/mcountFunc.S + +@LIB64_TRUE@@W32API_FALSE@lib64_libgmon_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_liblargeint_a_SOURCES = $(src_liblargeint) +@LIB64_TRUE@@W32API_FALSE@lib64_liblargeint_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingw32_a_CPPFLAGS = $(CPPFLAGS64) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingw32_a_SOURCES = $(src_libmingw32) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex64) $(src_dfp_math) +@LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_SOURCES = $(src_libm) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) +@LIB64_TRUE@@W32API_FALSE@lib64_libmingwthrd_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_libcrtdll_a_SOURCES = $(src_msvcrt_common) +@LIB64_TRUE@@W32API_FALSE@lib64_libcrtdll_a_AR = $(DTDEF64) $(top_srcdir)/lib64/crtdll.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libcrtdll_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr80_a_SOURCES = $(src_msvcr80_64) lib64/msvcr80.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr80_a_AR = $(DTDEF64) lib64/msvcr80.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr80_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr80_a_DEPENDENCIES = lib64/msvcr80.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90_a_SOURCES = $(src_msvcrt_common) lib64/msvcr90.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90_a_AR = $(DTDEF64) lib64/msvcr90.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr90_a_DEPENDENCIES = lib64/msvcr90.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90d_a_SOURCES = $(src_msvcrt_common) lib64/msvcr90d.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90d_a_AR = $(DTDEF64) lib64/msvcr90d.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr90d_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr90d_a_DEPENDENCIES = lib64/msvcr90d.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr100_a_SOURCES = $(src_msvcrt_common) lib64/msvcr100.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr100_a_AR = $(DTDEF64) lib64/msvcr100.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr100_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr100_a_DEPENDENCIES = lib64/msvcr100.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr110_a_SOURCES = $(src_msvcrt_common) lib64/msvcr110.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr110_a_AR = $(DTDEF64) lib64/msvcr110.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr110_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr110_a_DEPENDENCIES = lib64/msvcr110.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_a_AR = $(DTDEF64) lib64/msvcr120.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr120_a_DEPENDENCIES = lib64/msvcr120.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120d_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120d.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120d_a_AR = $(DTDEF64) lib64/msvcr120d.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120d_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr120d_a_DEPENDENCIES = lib64/msvcr120d.def +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_app_a_SOURCES = $(src_msvcrt_common) lib64/msvcr120_app.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_app_a_AR = $(DTDEF64) lib64/msvcr120_app.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libmsvcr120_app_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libmsvcr120_app_a_DEPENDENCIES = lib64/msvcr120_app.def +@LIB64_TRUE@@W32API_FALSE@lib64_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +@LIB64_TRUE@@W32API_FALSE@lib64_libucrtbase_a_AR = $(DTDEF64) lib64/ucrtbase.def && $(AR) $(ARFLAGS) +@LIB64_TRUE@@W32API_FALSE@lib64_libucrtbase_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@@W32API_FALSE@EXTRA_lib64_libucrtbase_a_DEPENDENCIES = lib64/ucrtbase.def +@LIB64_TRUE@@W32API_FALSE@lib64_libucrt_extra_a_SOURCES = $(src_ucrtbase) +@LIB64_TRUE@@W32API_FALSE@lib64_libucrt_extra_a_CPPFLAGS = $(CPPFLAGS64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIB64_TRUE@dx64_DATA = lib64/libxinput.a lib64/libxapofx.a \ +@LIB64_TRUE@ lib64/libx3daudio.a lib64/libd3dx9.a \ +@LIB64_TRUE@ lib64/libd3dx10.a lib64/libd3dx11.a \ +@LIB64_TRUE@ lib64/libd3dcsxd.a lib64/libd3dcompiler.a +@LIBARM64_TRUE@dx64_DATA = libarm64/libxinput.a \ +@LIBARM64_TRUE@ libarm64/libd3dcompiler.a + +# End 64-bit runtime +########## + +######### +# Compiling ARM 32-bit runtime +# +@LIBARM32_TRUE@libarm32dir = $(prefix)/@LIBARM32SUFFIXDIR@ +@LIBARM32_TRUE@libarm32_LIBRARIES = libarm32/libkernel32.a \ +@LIBARM32_TRUE@ $(am__append_17) libarm32/libshell32.a \ +@LIBARM32_TRUE@ libarm32/libdmoguids.a libarm32/libdxerr8.a \ +@LIBARM32_TRUE@ libarm32/libdxerr9.a libarm32/libmfuuid.a \ +@LIBARM32_TRUE@ libarm32/libamstrmid.a \ +@LIBARM32_TRUE@ libarm32/libwmcodecdspuuid.a \ +@LIBARM32_TRUE@ libarm32/libwindowscodecs.a \ +@LIBARM32_TRUE@ libarm32/libwbemuuid.a libarm32/libdxguid.a \ +@LIBARM32_TRUE@ libarm32/libksuser.a libarm32/libksguid.a \ +@LIBARM32_TRUE@ libarm32/liblocationapi.a \ +@LIBARM32_TRUE@ libarm32/libsensorsapi.a libarm32/libsapi.a \ +@LIBARM32_TRUE@ libarm32/libportabledeviceguids.a \ +@LIBARM32_TRUE@ libarm32/libscrnsave.a libarm32/libscrnsavw.a \ +@LIBARM32_TRUE@ libarm32/libstrmiids.a libarm32/libuuid.a \ @LIBARM32_TRUE@ libarm32/libgdiplus.a libarm32/libws2_32.a \ -@LIBARM32_TRUE@ $(am__append_11) -@LIBARM32_TRUE@libarm32_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm32) -@LIBARM32_TRUE@libarm32_libkernel32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@ $(am__append_18) +@LIBARM32_TRUE@libarm32_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm32) lib-common/kernel32.def.in +@LIBARM32_TRUE@libarm32_libkernel32_a_AR = $(DTDEFARM32) libarm32/kernel32.def && $(AR) $(ARFLAGS) @LIBARM32_TRUE@libarm32_libkernel32_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_a_SOURCES = $(src_msvcrt32) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_a_CPPFLAGS = $(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) -@LIBARM32_TRUE@@W32API_FALSE@EXTRA_libarm32_libmsvcrt_a_DEPENDENCIES = libarm32/msvcrt.def -@LIBARM32_TRUE@libarm32_libshell32_a_SOURCES = $(src_libshell32) -@LIBARM32_TRUE@libarm32_libshell32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -@LIBARM32_TRUE@libarm32_libshell32_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libdmoguids_a_SOURCES = $(src_libdmoguids) -@LIBARM32_TRUE@libarm32_libdmoguids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libdxerr8_a_SOURCES = $(src_libdxerr8) -@LIBARM32_TRUE@libarm32_libdxerr8_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libdxerr9_a_SOURCES = $(src_libdxerr9) -@LIBARM32_TRUE@libarm32_libdxerr9_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libmfuuid_a_SOURCES = $(src_libmfuuid) -@LIBARM32_TRUE@libarm32_libmfuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libamstrmid_a_SOURCES = $(src_libamstrmid) -@LIBARM32_TRUE@libarm32_libamstrmid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) -@LIBARM32_TRUE@libarm32_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) -@LIBARM32_TRUE@libarm32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) -@LIBARM32_TRUE@libarm32_libwbemuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libdxguid_a_SOURCES = $(src_libdxguid) -@LIBARM32_TRUE@libarm32_libdxguid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libksuser_a_SOURCES = $(src_libksuser) -@LIBARM32_TRUE@libarm32_libksuser_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libksuser_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -@LIBARM32_TRUE@libarm32_libksguid_a_SOURCES = $(src_libksguid) -@LIBARM32_TRUE@libarm32_libksguid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_liblocationapi_a_SOURCES = $(src_liblocationapi) -@LIBARM32_TRUE@libarm32_liblocationapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libsensorsapi_a_SOURCES = $(src_libsensorsapi) -@LIBARM32_TRUE@libarm32_libsensorsapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libsapi_a_SOURCES = $(src_libsapi) -@LIBARM32_TRUE@libarm32_libsapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) -@LIBARM32_TRUE@libarm32_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libscrnsave_a_SOURCES = $(src_libscrnsave) -@LIBARM32_TRUE@libarm32_libscrnsave_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libscrnsavw_a_SOURCES = $(src_libscrnsavw) -@LIBARM32_TRUE@libarm32_libscrnsavw_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libscrnsavw_a_CFLAGS = -DUNICODE -@LIBARM32_TRUE@libarm32_libstrmiids_a_SOURCES = $(src_libstrmiids) -@LIBARM32_TRUE@libarm32_libstrmiids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libuuid_a_SOURCES = $(src_libuuid) -@LIBARM32_TRUE@libarm32_libuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libgdiplus_a_SOURCES = $(src_libgdiplus) -@LIBARM32_TRUE@libarm32_libgdiplus_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libgdiplus_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -@LIBARM32_TRUE@libarm32_libws2_32_a_SOURCES = $(src_libws2_32) -@LIBARM32_TRUE@libarm32_libws2_32_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libws2_32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libdelayimp_a_SOURCES = -@LIBARM32_TRUE@@W32API_FALSE@nodist_libarm32_libm_a_SOURCES = $(src_libm) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libm_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_liblargeint_a_SOURCES = $(src_liblargeint) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_liblargeint_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingw32_a_CPPFLAGS = $(CPPFLAGSARM32) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingw32_a_SOURCES = $(src_libmingw32) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm32) $(src_dfp_math) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_LIBADD = $(obj_dfpsrc32) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_SOURCES = $(src_libm) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwthrd_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@EXTRA_libarm32_libkernel32_a_DEPENDENCIES = libarm32/kernel32.def #libarm32_DATA += libarm32/libcrtdll.a # Specialized for W32API conditional #libarm32_DATA += libarm32/libgdiplus.a # Handled by custom rule #libarm32_DATA += libarm32/libkernel32.a # Handled by custom rule @@ -6568,77 +8123,67 @@ #libarm32_DATA += libarm32/libmsvcp60.a # Specialized for W32API conditional #libarm32_DATA += libarm32/libshell32.a # Handled by custom rule #libarm32_DATA += libarm32/libws2_32.a # Handled by custom rule -@LIBARM32_TRUE@libarm32_DATA = libarm32/libacledit.a \ +@LIBARM32_TRUE@libarm32_DATA = $(am__append_16) libarm32/libacledit.a \ @LIBARM32_TRUE@ libarm32/libaclui.a libarm32/libacppage.a \ @LIBARM32_TRUE@ libarm32/libacproxy.a libarm32/libactionqueue.a \ -@LIBARM32_TRUE@ libarm32/libactiveds.a libarm32/libactxprxy.a \ -@LIBARM32_TRUE@ libarm32/libadhapi.a libarm32/libadhsvc.a \ -@LIBARM32_TRUE@ libarm32/libadmtmpl.a libarm32/libadsldpc.a \ -@LIBARM32_TRUE@ libarm32/libadvapi32.a libarm32/libadvpack.a \ -@LIBARM32_TRUE@ libarm32/libaecache.a libarm32/libaeinv.a \ -@LIBARM32_TRUE@ libarm32/libaelupsvc.a libarm32/libaepdu.a \ -@LIBARM32_TRUE@ libarm32/libaepic.a libarm32/libapphelp.a \ -@LIBARM32_TRUE@ libarm32/libapphlpdm.a libarm32/libappinfo.a \ -@LIBARM32_TRUE@ libarm32/libappmgmts.a libarm32/libappmgr.a \ -@LIBARM32_TRUE@ libarm32/libappreadiness.a \ -@LIBARM32_TRUE@ libarm32/libapprepapi.a \ +@LIBARM32_TRUE@ libarm32/libactiveds.a libarm32/libadhapi.a \ +@LIBARM32_TRUE@ libarm32/libadhsvc.a libarm32/libadmtmpl.a \ +@LIBARM32_TRUE@ libarm32/libadsldpc.a libarm32/libadvapi32.a \ +@LIBARM32_TRUE@ libarm32/libadvpack.a libarm32/libaecache.a \ +@LIBARM32_TRUE@ libarm32/libaeinv.a libarm32/libaelupsvc.a \ +@LIBARM32_TRUE@ libarm32/libaepdu.a libarm32/libaepic.a \ +@LIBARM32_TRUE@ libarm32/libapphelp.a libarm32/libapphlpdm.a \ +@LIBARM32_TRUE@ libarm32/libappinfo.a libarm32/libappmgmts.a \ +@LIBARM32_TRUE@ libarm32/libappmgr.a libarm32/libapprepapi.a \ @LIBARM32_TRUE@ libarm32/libappsruprov.a \ @LIBARM32_TRUE@ libarm32/libappxalluserstore.a \ @LIBARM32_TRUE@ libarm32/libappxapplicabilityengine.a \ @LIBARM32_TRUE@ libarm32/libappxdeploymentclient.a \ @LIBARM32_TRUE@ libarm32/libappxdeploymentextensions.a \ @LIBARM32_TRUE@ libarm32/libappxdeploymentserver.a \ -@LIBARM32_TRUE@ libarm32/libappxpackaging.a \ @LIBARM32_TRUE@ libarm32/libappxsip.a libarm32/libappxsysprep.a \ @LIBARM32_TRUE@ libarm32/libasycfilt.a libarm32/libatl110.a \ @LIBARM32_TRUE@ libarm32/libatl.a \ @LIBARM32_TRUE@ libarm32/libaudioendpointbuilder.a \ @LIBARM32_TRUE@ libarm32/libaudioeng.a libarm32/libaudiosrv.a \ @LIBARM32_TRUE@ libarm32/libauditcse.a libarm32/libauthbroker.a \ -@LIBARM32_TRUE@ libarm32/libauthfwcfg.a libarm32/libauthz.a \ -@LIBARM32_TRUE@ libarm32/libavrt.a libarm32/libazroles.a \ -@LIBARM32_TRUE@ libarm32/libazsqlext.a libarm32/libbasecsp.a \ -@LIBARM32_TRUE@ libarm32/libbasesrv.a libarm32/libbatmeter.a \ -@LIBARM32_TRUE@ libarm32/libbcd.a libarm32/libbcp47langs.a \ -@LIBARM32_TRUE@ libarm32/libbcrypt.a \ +@LIBARM32_TRUE@ libarm32/libauthz.a libarm32/libavrt.a \ +@LIBARM32_TRUE@ libarm32/libazroles.a libarm32/libazsqlext.a \ +@LIBARM32_TRUE@ libarm32/libbasecsp.a libarm32/libbasesrv.a \ +@LIBARM32_TRUE@ libarm32/libbatmeter.a libarm32/libbcd.a \ +@LIBARM32_TRUE@ libarm32/libbcp47langs.a libarm32/libbcrypt.a \ @LIBARM32_TRUE@ libarm32/libbcryptprimitives.a \ @LIBARM32_TRUE@ libarm32/libbdehdcfglib.a \ @LIBARM32_TRUE@ libarm32/libbderepair.a libarm32/libbdesvc.a \ -@LIBARM32_TRUE@ libarm32/libbdeui.a libarm32/libbfe.a \ -@LIBARM32_TRUE@ libarm32/libbi.a libarm32/libbisrv.a \ -@LIBARM32_TRUE@ libarm32/libbitsigd.a libarm32/libbitsperf.a \ +@LIBARM32_TRUE@ libarm32/libbfe.a libarm32/libbi.a \ +@LIBARM32_TRUE@ libarm32/libbisrv.a libarm32/libbitsigd.a \ +@LIBARM32_TRUE@ libarm32/libbitsperf.a \ @LIBARM32_TRUE@ libarm32/libbluetoothapis.a \ -@LIBARM32_TRUE@ libarm32/libbootmenuux.a libarm32/libbootux.a \ -@LIBARM32_TRUE@ libarm32/libbootvid.a libarm32/libbrokerlib.a \ -@LIBARM32_TRUE@ libarm32/libbrowcli.a libarm32/libbrowser.a \ -@LIBARM32_TRUE@ libarm32/libbrowseui.a libarm32/libbthci.a \ -@LIBARM32_TRUE@ libarm32/libbthhfsrv.a libarm32/libbthpanapi.a \ -@LIBARM32_TRUE@ libarm32/libbthserv.a libarm32/libbthsqm.a \ +@LIBARM32_TRUE@ libarm32/libbootmenuux.a libarm32/libbootvid.a \ +@LIBARM32_TRUE@ libarm32/libbrokerlib.a libarm32/libbrowcli.a \ +@LIBARM32_TRUE@ libarm32/libbrowser.a libarm32/libbthci.a \ +@LIBARM32_TRUE@ libarm32/libbthpanapi.a libarm32/libbthsqm.a \ @LIBARM32_TRUE@ libarm32/libcabinet.a libarm32/libcabview.a \ @LIBARM32_TRUE@ libarm32/libcapisp.a libarm32/libcatsrv.a \ -@LIBARM32_TRUE@ libarm32/libcatsrvps.a libarm32/libcatsrvut.a \ -@LIBARM32_TRUE@ libarm32/libcertca.a libarm32/libcertcli.a \ -@LIBARM32_TRUE@ libarm32/libcertenroll.a \ +@LIBARM32_TRUE@ libarm32/libcatsrvut.a libarm32/libcertca.a \ +@LIBARM32_TRUE@ libarm32/libcertcli.a libarm32/libcertenroll.a \ @LIBARM32_TRUE@ libarm32/libcertenrollui.a \ @LIBARM32_TRUE@ libarm32/libcertpoleng.a libarm32/libcertprop.a \ @LIBARM32_TRUE@ libarm32/libcfgbkend.a libarm32/libcfgmgr32.a \ -@LIBARM32_TRUE@ libarm32/libcfmifsproxy.a \ -@LIBARM32_TRUE@ libarm32/libc_g18030.a libarm32/libchartv.a \ -@LIBARM32_TRUE@ libarm32/libchkwudrv.a \ +@LIBARM32_TRUE@ libarm32/libchartv.a libarm32/libchkwudrv.a \ @LIBARM32_TRUE@ libarm32/libchxreadingstringime.a \ -@LIBARM32_TRUE@ libarm32/libci.a libarm32/libc_is2022.a \ -@LIBARM32_TRUE@ libarm32/libc_iscii.a libarm32/libclbcatq.a \ +@LIBARM32_TRUE@ libarm32/libci.a libarm32/libclbcatq.a \ @LIBARM32_TRUE@ libarm32/libclb.a libarm32/libclfsw32.a \ @LIBARM32_TRUE@ libarm32/libcliconfg.a libarm32/libclusapi.a \ @LIBARM32_TRUE@ libarm32/libcmdext.a libarm32/libcmifw.a \ @LIBARM32_TRUE@ libarm32/libcmipnpinstall.a \ @LIBARM32_TRUE@ libarm32/libcnvfat.a libarm32/libcofiredm.a \ -@LIBARM32_TRUE@ libarm32/libcolbact.a libarm32/libcolorcnv.a \ -@LIBARM32_TRUE@ libarm32/libcolorui.a libarm32/libcombase.a \ -@LIBARM32_TRUE@ libarm32/libcomctl32.a libarm32/libcomdlg32.a \ -@LIBARM32_TRUE@ libarm32/libcomppkgsup.a libarm32/libcompstui.a \ -@LIBARM32_TRUE@ libarm32/libcomsnap.a libarm32/libcomsvcs.a \ -@LIBARM32_TRUE@ libarm32/libcomuid.a libarm32/libconnect.a \ +@LIBARM32_TRUE@ libarm32/libcolbact.a libarm32/libcolorui.a \ +@LIBARM32_TRUE@ libarm32/libcombase.a libarm32/libcomctl32.a \ +@LIBARM32_TRUE@ libarm32/libcomdlg32.a libarm32/libcomppkgsup.a \ +@LIBARM32_TRUE@ libarm32/libcompstui.a libarm32/libcomsnap.a \ +@LIBARM32_TRUE@ libarm32/libcomsvcs.a libarm32/libcomuid.a \ +@LIBARM32_TRUE@ libarm32/libconnect.a \ @LIBARM32_TRUE@ libarm32/libconnectedaccountstate.a \ @LIBARM32_TRUE@ libarm32/libconsole.a libarm32/libcredssp.a \ @LIBARM32_TRUE@ libarm32/libcredui.a libarm32/libcrypt32.a \ @@ -6659,37 +8204,31 @@ @LIBARM32_TRUE@ libarm32/libd3d10warp.a libarm32/libd3d11.a \ @LIBARM32_TRUE@ libarm32/libd3d9.a libarm32/libd3dcompiler_47.a \ @LIBARM32_TRUE@ libarm32/libdabapi.a libarm32/libdab.a \ -@LIBARM32_TRUE@ libarm32/libdas.a libarm32/libdatusage.a \ -@LIBARM32_TRUE@ libarm32/libdavclnt.a libarm32/libdavhlpr.a \ -@LIBARM32_TRUE@ libarm32/libdbgeng.a libarm32/libdbghelp.a \ -@LIBARM32_TRUE@ libarm32/libdbnetlib.a libarm32/libdbnmpntw.a \ -@LIBARM32_TRUE@ libarm32/libdcomp.a libarm32/libddraw.a \ -@LIBARM32_TRUE@ libarm32/libdefragproxy.a \ -@LIBARM32_TRUE@ libarm32/libdefragsvc.a \ +@LIBARM32_TRUE@ libarm32/libdatusage.a libarm32/libdavclnt.a \ +@LIBARM32_TRUE@ libarm32/libdavhlpr.a libarm32/libdbgeng.a \ +@LIBARM32_TRUE@ libarm32/libdbghelp.a libarm32/libdbnetlib.a \ +@LIBARM32_TRUE@ libarm32/libdbnmpntw.a libarm32/libdcomp.a \ +@LIBARM32_TRUE@ libarm32/libddraw.a \ @LIBARM32_TRUE@ libarm32/libdevdispitemprovider.a \ @LIBARM32_TRUE@ libarm32/libdeviceaccess.a \ @LIBARM32_TRUE@ libarm32/libdeviceassociation.a \ @LIBARM32_TRUE@ libarm32/libdeviceregistration.a \ -@LIBARM32_TRUE@ libarm32/libdevicesetupmanager.a \ @LIBARM32_TRUE@ libarm32/libdevinv.a libarm32/libdevmgr.a \ @LIBARM32_TRUE@ libarm32/libdevobj.a libarm32/libdevrtl.a \ @LIBARM32_TRUE@ libarm32/libdfdts.a libarm32/libdfpcommon.a \ -@LIBARM32_TRUE@ libarm32/libdfscli.a libarm32/libdhcpcmonitor.a \ -@LIBARM32_TRUE@ libarm32/libdhcpcore6.a libarm32/libdhcpcore.a \ -@LIBARM32_TRUE@ libarm32/libdhcpcsvc6.a libarm32/libdhcpcsvc.a \ -@LIBARM32_TRUE@ libarm32/libdhcpqec.a libarm32/libdhcpsapi.a \ -@LIBARM32_TRUE@ libarm32/libdiagperf.a libarm32/libdimsroam.a \ -@LIBARM32_TRUE@ libarm32/libdiskcopy.a libarm32/libdismapi.a \ -@LIBARM32_TRUE@ libarm32/libdispci.a libarm32/libdispex.a \ -@LIBARM32_TRUE@ libarm32/libdisplay.a libarm32/libdmdlgs.a \ -@LIBARM32_TRUE@ libarm32/libdmdskmgr.a libarm32/libdmintf.a \ +@LIBARM32_TRUE@ libarm32/libdfscli.a libarm32/libdhcpcore6.a \ +@LIBARM32_TRUE@ libarm32/libdhcpcore.a libarm32/libdhcpcsvc6.a \ +@LIBARM32_TRUE@ libarm32/libdhcpcsvc.a libarm32/libdhcpqec.a \ +@LIBARM32_TRUE@ libarm32/libdhcpsapi.a libarm32/libdiagperf.a \ +@LIBARM32_TRUE@ libarm32/libdimsroam.a libarm32/libdiskcopy.a \ +@LIBARM32_TRUE@ libarm32/libdismapi.a libarm32/libdispci.a \ +@LIBARM32_TRUE@ libarm32/libdisplay.a libarm32/libdmdskmgr.a \ @LIBARM32_TRUE@ libarm32/libdmutil.a libarm32/libdmvdsitf.a \ @LIBARM32_TRUE@ libarm32/libdnsapi.a libarm32/libdnsrslvr.a \ -@LIBARM32_TRUE@ libarm32/libdot3api.a libarm32/libdot3cfg.a \ -@LIBARM32_TRUE@ libarm32/libdot3dlg.a libarm32/libdot3gpclnt.a \ -@LIBARM32_TRUE@ libarm32/libdot3msm.a libarm32/libdot3svc.a \ -@LIBARM32_TRUE@ libarm32/libdot3ui.a libarm32/libdpapi.a \ -@LIBARM32_TRUE@ libarm32/libdpapisrv.a libarm32/libdps.a \ +@LIBARM32_TRUE@ libarm32/libdot3api.a libarm32/libdot3dlg.a \ +@LIBARM32_TRUE@ libarm32/libdot3gpclnt.a libarm32/libdot3msm.a \ +@LIBARM32_TRUE@ libarm32/libdot3svc.a libarm32/libdot3ui.a \ +@LIBARM32_TRUE@ libarm32/libdpapi.a libarm32/libdpapisrv.a \ @LIBARM32_TRUE@ libarm32/libdpx.a libarm32/libdrprov.a \ @LIBARM32_TRUE@ libarm32/libdrt.a libarm32/libdrtprov.a \ @LIBARM32_TRUE@ libarm32/libdrttransport.a \ @@ -6702,12 +8241,10 @@ @LIBARM32_TRUE@ libarm32/libduser.a libarm32/libdwmapi.a \ @LIBARM32_TRUE@ libarm32/libdwmcore.a libarm32/libdwmredir.a \ @LIBARM32_TRUE@ libarm32/libdwrite.a libarm32/libdxgi.a \ -@LIBARM32_TRUE@ libarm32/libdxgwdi.a libarm32/libdxtrans.a \ -@LIBARM32_TRUE@ libarm32/libdxva2.a libarm32/libeappcfg.a \ -@LIBARM32_TRUE@ libarm32/libeappgnui.a libarm32/libeapphost.a \ -@LIBARM32_TRUE@ libarm32/libeappprxy.a libarm32/libeapprovp.a \ -@LIBARM32_TRUE@ libarm32/libeapqec.a libarm32/libeapsvc.a \ -@LIBARM32_TRUE@ libarm32/libeasinvoker.proxystub.a \ +@LIBARM32_TRUE@ libarm32/libdxgwdi.a libarm32/libdxva2.a \ +@LIBARM32_TRUE@ libarm32/libeappcfg.a libarm32/libeappgnui.a \ +@LIBARM32_TRUE@ libarm32/libeapphost.a libarm32/libeappprxy.a \ +@LIBARM32_TRUE@ libarm32/libeapprovp.a libarm32/libeapqec.a \ @LIBARM32_TRUE@ libarm32/libeaswrt.a libarm32/libefsadu.a \ @LIBARM32_TRUE@ libarm32/libefscore.a libarm32/libefslsaext.a \ @LIBARM32_TRUE@ libarm32/libefssvc.a libarm32/libefsutil.a \ @@ -6719,15 +8256,13 @@ @LIBARM32_TRUE@ libarm32/libenergyprov.a libarm32/libes.a \ @LIBARM32_TRUE@ libarm32/libesent.a libarm32/libesentprf.a \ @LIBARM32_TRUE@ libarm32/libeventaggregation.a \ -@LIBARM32_TRUE@ libarm32/libevr.a libarm32/libexplorerframe.a \ -@LIBARM32_TRUE@ libarm32/libf3ahvoas.a libarm32/libfaultrep.a \ -@LIBARM32_TRUE@ libarm32/libfde.a libarm32/libfdeploy.a \ -@LIBARM32_TRUE@ libarm32/libfdphost.a libarm32/libfdprint.a \ -@LIBARM32_TRUE@ libarm32/libfdrespub.a libarm32/libfdssdp.a \ -@LIBARM32_TRUE@ libarm32/libfdwsd.a libarm32/libfeclient.a \ -@LIBARM32_TRUE@ libarm32/libfhevents.a libarm32/libfhshl.a \ -@LIBARM32_TRUE@ libarm32/libfhsvcctl.a libarm32/libfhsvc.a \ -@LIBARM32_TRUE@ libarm32/libfilemgmt.a \ +@LIBARM32_TRUE@ libarm32/libevr.a libarm32/libfaultrep.a \ +@LIBARM32_TRUE@ libarm32/libfdeploy.a libarm32/libfdphost.a \ +@LIBARM32_TRUE@ libarm32/libfdprint.a libarm32/libfdrespub.a \ +@LIBARM32_TRUE@ libarm32/libfdssdp.a libarm32/libfdwsd.a \ +@LIBARM32_TRUE@ libarm32/libfeclient.a libarm32/libfhevents.a \ +@LIBARM32_TRUE@ libarm32/libfhshl.a libarm32/libfhsvcctl.a \ +@LIBARM32_TRUE@ libarm32/libfhsvc.a libarm32/libfilemgmt.a \ @LIBARM32_TRUE@ libarm32/libfirewallapi.a \ @LIBARM32_TRUE@ libarm32/libfirewallcontrolpanel.a \ @LIBARM32_TRUE@ libarm32/libfltlib.a libarm32/libfm20.a \ @@ -6737,10 +8272,9 @@ @LIBARM32_TRUE@ libarm32/libframedyn.a libarm32/libframedynos.a \ @LIBARM32_TRUE@ libarm32/libfsutilext.a \ @LIBARM32_TRUE@ libarm32/libfveapibase.a libarm32/libfveapi.a \ -@LIBARM32_TRUE@ libarm32/libfvecerts.a libarm32/libfvecpl.a \ +@LIBARM32_TRUE@ libarm32/libfvecerts.a \ @LIBARM32_TRUE@ libarm32/libfveskybackup.a libarm32/libfveui.a \ -@LIBARM32_TRUE@ libarm32/libfvewiz.a libarm32/libfwcfg.a \ -@LIBARM32_TRUE@ libarm32/libfwpuclnt.a \ +@LIBARM32_TRUE@ libarm32/libfvewiz.a libarm32/libfwpuclnt.a \ @LIBARM32_TRUE@ libarm32/libfwremotesvr.a libarm32/libgameux.a \ @LIBARM32_TRUE@ libarm32/libgdi32.a \ @LIBARM32_TRUE@ libarm32/libgeofencemonitorservice.a \ @@ -6751,28 +8285,22 @@ @LIBARM32_TRUE@ libarm32/libgpprnext.a libarm32/libgpscript.a \ @LIBARM32_TRUE@ libarm32/libgpsvc.a libarm32/libgptext.a \ @LIBARM32_TRUE@ libarm32/libhal.a libarm32/libhbaapi.a \ -@LIBARM32_TRUE@ libarm32/libhhsetup.a libarm32/libhid.a \ -@LIBARM32_TRUE@ libarm32/libhidserv.a libarm32/libhlink.a \ -@LIBARM32_TRUE@ libarm32/libhnetcfg.a libarm32/libhnetmon.a \ +@LIBARM32_TRUE@ libarm32/libhid.a libarm32/libhidserv.a \ +@LIBARM32_TRUE@ libarm32/libhlink.a libarm32/libhnetcfg.a \ @LIBARM32_TRUE@ libarm32/libhotplug.a libarm32/libhttpapi.a \ @LIBARM32_TRUE@ libarm32/libhttpprxm.a libarm32/libhttpprxp.a \ -@LIBARM32_TRUE@ libarm32/libhtui.a libarm32/libias.a \ -@LIBARM32_TRUE@ libarm32/libiashlpr.a libarm32/libiasrad.a \ +@LIBARM32_TRUE@ libarm32/libhtui.a libarm32/libiashlpr.a \ @LIBARM32_TRUE@ libarm32/libiassam.a libarm32/libiassvcs.a \ @LIBARM32_TRUE@ libarm32/libicfupgd.a libarm32/libicm32.a \ @LIBARM32_TRUE@ libarm32/libicmp.a libarm32/libicmui.a \ @LIBARM32_TRUE@ libarm32/libidndl.a libarm32/libieadvpack.a \ -@LIBARM32_TRUE@ libarm32/libiedkcs32.a \ -@LIBARM32_TRUE@ libarm32/libieetwproxystub.a \ -@LIBARM32_TRUE@ libarm32/libieframe.a libarm32/libiernonce.a \ -@LIBARM32_TRUE@ libarm32/libiertutil.a libarm32/libiesetup.a \ -@LIBARM32_TRUE@ libarm32/libiesysprep.a libarm32/libieui.a \ -@LIBARM32_TRUE@ libarm32/libifmon.a libarm32/libifsutil.a \ -@LIBARM32_TRUE@ libarm32/libifsutilx.a libarm32/libigddiag.a \ +@LIBARM32_TRUE@ libarm32/libiedkcs32.a libarm32/libieframe.a \ +@LIBARM32_TRUE@ libarm32/libiernonce.a libarm32/libiertutil.a \ +@LIBARM32_TRUE@ libarm32/libiesetup.a libarm32/libiesysprep.a \ +@LIBARM32_TRUE@ libarm32/libieui.a libarm32/libigddiag.a \ @LIBARM32_TRUE@ libarm32/libikeext.a libarm32/libimagehlp.a \ @LIBARM32_TRUE@ libarm32/libimgutil.a libarm32/libimm32.a \ @LIBARM32_TRUE@ libarm32/libinetcomm.a libarm32/libinetmib1.a \ -@LIBARM32_TRUE@ libarm32/libinetpp.a libarm32/libinetppui.a \ @LIBARM32_TRUE@ libarm32/libinput.a libarm32/libinseng.a \ @LIBARM32_TRUE@ libarm32/libiphlpapi.a libarm32/libiphlpsvc.a \ @LIBARM32_TRUE@ libarm32/libipnathlp.a libarm32/libipsecsvc.a \ @@ -6786,49 +8314,40 @@ @LIBARM32_TRUE@ libarm32/libkernel.appcore.a \ @LIBARM32_TRUE@ libarm32/libkernelbase.a \ @LIBARM32_TRUE@ libarm32/libkeyboardfiltercore.a \ -@LIBARM32_TRUE@ libarm32/libkeyboardfiltersvc.a \ @LIBARM32_TRUE@ libarm32/libkeyiso.a libarm32/libkeymgr.a \ -@LIBARM32_TRUE@ libarm32/libkmsvc.a libarm32/libktmw32.a \ -@LIBARM32_TRUE@ libarm32/libl2gpstore.a \ +@LIBARM32_TRUE@ libarm32/libktmw32.a libarm32/libl2gpstore.a \ @LIBARM32_TRUE@ libarm32/liblangcleanupsysprepaction.a \ @LIBARM32_TRUE@ libarm32/liblinkinfo.a libarm32/liblistsvc.a \ @LIBARM32_TRUE@ libarm32/liblivessp.a libarm32/liblltdapi.a \ -@LIBARM32_TRUE@ libarm32/liblltdsvc.a libarm32/liblmhsvc.a \ -@LIBARM32_TRUE@ libarm32/libloadperf.a libarm32/liblocalspl.a \ -@LIBARM32_TRUE@ libarm32/liblocalui.a libarm32/libloghours.a \ +@LIBARM32_TRUE@ libarm32/liblltdsvc.a libarm32/libloadperf.a \ +@LIBARM32_TRUE@ libarm32/liblocalspl.a libarm32/libloghours.a \ @LIBARM32_TRUE@ libarm32/liblogoncli.a libarm32/liblpk.a \ -@LIBARM32_TRUE@ libarm32/liblsasrv.a libarm32/liblsm.a \ -@LIBARM32_TRUE@ libarm32/liblsmproxy.a libarm32/liblz32.a \ +@LIBARM32_TRUE@ libarm32/liblsasrv.a libarm32/liblz32.a \ @LIBARM32_TRUE@ libarm32/libmagnification.a \ @LIBARM32_TRUE@ libarm32/libmaintenanceui.a \ @LIBARM32_TRUE@ libarm32/libmapi32.a libarm32/libmapistub.a \ -@LIBARM32_TRUE@ libarm32/libmbaexmlparser.a \ @LIBARM32_TRUE@ libarm32/libmcicda.a libarm32/libmciseq.a \ @LIBARM32_TRUE@ libarm32/libmciwave.a libarm32/libmcxdriv.a \ @LIBARM32_TRUE@ libarm32/libmdminst.a \ @LIBARM32_TRUE@ libarm32/libmdmregistration.a \ @LIBARM32_TRUE@ libarm32/libmf3216.a libarm32/libmfasfsrcsnk.a \ -@LIBARM32_TRUE@ libarm32/libmfc110.a libarm32/libmfc110u.a \ -@LIBARM32_TRUE@ libarm32/libmfc42.a libarm32/libmfc42u.a \ @LIBARM32_TRUE@ libarm32/libmfcaptureengine.a \ -@LIBARM32_TRUE@ libarm32/libmfcore.a libarm32/libmfcsubs.a \ -@LIBARM32_TRUE@ libarm32/libmf.a libarm32/libmfnetcore.a \ -@LIBARM32_TRUE@ libarm32/libmfnetsrc.a libarm32/libmfplat.a \ -@LIBARM32_TRUE@ libarm32/libmfplay.a libarm32/libmfps.a \ +@LIBARM32_TRUE@ libarm32/libmfcore.a libarm32/libmf.a \ +@LIBARM32_TRUE@ libarm32/libmfnetcore.a libarm32/libmfnetsrc.a \ +@LIBARM32_TRUE@ libarm32/libmfplat.a libarm32/libmfplay.a \ @LIBARM32_TRUE@ libarm32/libmfreadwrite.a \ @LIBARM32_TRUE@ libarm32/libmfsrcsnk.a \ -@LIBARM32_TRUE@ libarm32/libmftranscode.a libarm32/libmgmtapi.a \ -@LIBARM32_TRUE@ libarm32/libmibincodec.a \ +@LIBARM32_TRUE@ libarm32/libmftranscode.a libarm32/libmincore.a \ +@LIBARM32_TRUE@ libarm32/libmgmtapi.a libarm32/libmibincodec.a \ @LIBARM32_TRUE@ libarm32/libmicrosoft.management.infrastructure.native.unmanaged.a \ @LIBARM32_TRUE@ libarm32/libmi.a libarm32/libmidimap.a \ -@LIBARM32_TRUE@ libarm32/libmigisol.a libarm32/libmimofcodec.a \ +@LIBARM32_TRUE@ libarm32/libmimofcodec.a \ @LIBARM32_TRUE@ libarm32/libmirrordrvcompat.a \ @LIBARM32_TRUE@ libarm32/libmiutils.a libarm32/libmlang.a \ @LIBARM32_TRUE@ libarm32/libmmcbase.a libarm32/libmmcico.a \ @LIBARM32_TRUE@ libarm32/libmmci.a libarm32/libmmcndmgr.a \ @LIBARM32_TRUE@ libarm32/libmmcss.a libarm32/libmmdevapi.a \ @LIBARM32_TRUE@ libarm32/libmodemui.a libarm32/libmontr_ci.a \ -@LIBARM32_TRUE@ libarm32/libmp3dmod.a libarm32/libmp4sdecd.a \ @LIBARM32_TRUE@ libarm32/libmprapi.a libarm32/libmpr.a \ @LIBARM32_TRUE@ libarm32/libmprext.a libarm32/libmprmsg.a \ @LIBARM32_TRUE@ libarm32/libmpssvc.a libarm32/libmrmcorer.a \ @@ -6837,65 +8356,56 @@ @LIBARM32_TRUE@ libarm32/libmsauserext.a libarm32/libmscat32.a \ @LIBARM32_TRUE@ libarm32/libmsclmd.a libarm32/libmscms.a \ @LIBARM32_TRUE@ libarm32/libmscoree.a libarm32/libmsctf.a \ -@LIBARM32_TRUE@ libarm32/libmsctfmonitor.a libarm32/libmsctfp.a \ +@LIBARM32_TRUE@ libarm32/libmsctfmonitor.a \ @LIBARM32_TRUE@ libarm32/libmsdadiag.a libarm32/libmsdart.a \ @LIBARM32_TRUE@ libarm32/libmsdelta.a libarm32/libmsdmo.a \ @LIBARM32_TRUE@ libarm32/libmsdrm.a libarm32/libmsfeeds.a \ @LIBARM32_TRUE@ libarm32/libmsftedit.a libarm32/libmshtml.a \ @LIBARM32_TRUE@ libarm32/libmsicofire.a libarm32/libmsidcrl40.a \ -@LIBARM32_TRUE@ libarm32/libmsi.a libarm32/libmsidle.a \ -@LIBARM32_TRUE@ libarm32/libmsiltcfg.a libarm32/libmsimg32.a \ -@LIBARM32_TRUE@ libarm32/libmsimtf.a libarm32/libmsisip.a \ -@LIBARM32_TRUE@ libarm32/libmsiwer.a libarm32/libmskeyprotcli.a \ +@LIBARM32_TRUE@ libarm32/libmsi.a libarm32/libmsiltcfg.a \ +@LIBARM32_TRUE@ libarm32/libmsimg32.a libarm32/libmsimtf.a \ +@LIBARM32_TRUE@ libarm32/libmsisip.a libarm32/libmsiwer.a \ +@LIBARM32_TRUE@ libarm32/libmskeyprotcli.a \ @LIBARM32_TRUE@ libarm32/libmskeyprotect.a libarm32/libmsls31.a \ -@LIBARM32_TRUE@ libarm32/libmsmpeg2vdec.a \ @LIBARM32_TRUE@ libarm32/libmsoeacct.a libarm32/libmsoert2.a \ @LIBARM32_TRUE@ libarm32/libmspatcha.a libarm32/libmspatchc.a \ @LIBARM32_TRUE@ libarm32/libmsports.a libarm32/libmsrating.a \ @LIBARM32_TRUE@ libarm32/libmsscntrs.a libarm32/libmssha.a \ @LIBARM32_TRUE@ libarm32/libmsshooks.a libarm32/libmssign32.a \ -@LIBARM32_TRUE@ libarm32/libmssip32.a libarm32/libmssprxy.a \ -@LIBARM32_TRUE@ libarm32/libmssrch.a libarm32/libmstask.a \ +@LIBARM32_TRUE@ libarm32/libmssip32.a libarm32/libmssrch.a \ +@LIBARM32_TRUE@ libarm32/libmstask.a \ @LIBARM32_TRUE@ libarm32/libmstextprediction.a \ -@LIBARM32_TRUE@ libarm32/libmstscax.a libarm32/libmsutb.a \ -@LIBARM32_TRUE@ libarm32/libmsv1_0.a libarm32/libmsvidctl.a \ +@LIBARM32_TRUE@ libarm32/libmsutb.a libarm32/libmsv1_0.a \ @LIBARM32_TRUE@ libarm32/libmswsock.a libarm32/libmsxml6.a \ @LIBARM32_TRUE@ libarm32/libmsyuv.a libarm32/libmtxdm.a \ @LIBARM32_TRUE@ libarm32/libmtxex.a libarm32/libmuifontsetup.a \ @LIBARM32_TRUE@ libarm32/libmuilanguagecleanup.a \ @LIBARM32_TRUE@ libarm32/libmvbtrcarm.a libarm32/libmydocs.a \ @LIBARM32_TRUE@ libarm32/libnapinsp.a libarm32/libnapipsec.a \ -@LIBARM32_TRUE@ libarm32/libnapmontr.a libarm32/libncaapi.a \ -@LIBARM32_TRUE@ libarm32/libncasvc.a libarm32/libncbservice.a \ +@LIBARM32_TRUE@ libarm32/libncaapi.a libarm32/libncasvc.a \ +@LIBARM32_TRUE@ libarm32/libncbservice.a \ @LIBARM32_TRUE@ libarm32/libncdautosetup.a libarm32/libnci.a \ @LIBARM32_TRUE@ libarm32/libncobjapi.a libarm32/libncrypt.a \ @LIBARM32_TRUE@ libarm32/libncryptprov.a \ @LIBARM32_TRUE@ libarm32/libncryptsslp.a libarm32/libncsi.a \ @LIBARM32_TRUE@ libarm32/libncuprov.a libarm32/libnddeapi.a \ -@LIBARM32_TRUE@ libarm32/libndfapi.a libarm32/libndproxystub.a \ -@LIBARM32_TRUE@ libarm32/libnduprov.a libarm32/libnegoexts.a \ -@LIBARM32_TRUE@ libarm32/libnetapi32.a libarm32/libnetbios.a \ -@LIBARM32_TRUE@ libarm32/libnetcfgx.a libarm32/libnetdiagfx.a \ -@LIBARM32_TRUE@ libarm32/libnetfxperf.a libarm32/libnetid.a \ -@LIBARM32_TRUE@ libarm32/libnetiohlp.a libarm32/libnetjoin.a \ +@LIBARM32_TRUE@ libarm32/libndfapi.a libarm32/libnduprov.a \ +@LIBARM32_TRUE@ libarm32/libnegoexts.a libarm32/libnetapi32.a \ +@LIBARM32_TRUE@ libarm32/libnetbios.a libarm32/libnetcfgx.a \ +@LIBARM32_TRUE@ libarm32/libnetdiagfx.a libarm32/libnetfxperf.a \ +@LIBARM32_TRUE@ libarm32/libnetid.a libarm32/libnetjoin.a \ @LIBARM32_TRUE@ libarm32/libnetlogon.a libarm32/libnetman.a \ @LIBARM32_TRUE@ libarm32/libnetplwiz.a \ @LIBARM32_TRUE@ libarm32/libnetprofmsvc.a \ @LIBARM32_TRUE@ libarm32/libnetprovisionsp.a \ @LIBARM32_TRUE@ libarm32/libnetsetupapi.a \ -@LIBARM32_TRUE@ libarm32/libnetshell.a libarm32/libnettrace.a \ -@LIBARM32_TRUE@ libarm32/libnetutils.a libarm32/libnewdev.a \ -@LIBARM32_TRUE@ libarm32/libninput.a libarm32/libnl7data0011.a \ -@LIBARM32_TRUE@ libarm32/libnl7data001e.a \ -@LIBARM32_TRUE@ libarm32/libnl7data0404.a \ -@LIBARM32_TRUE@ libarm32/libnl7data0804.a libarm32/libnlaapi.a \ -@LIBARM32_TRUE@ libarm32/libnlasvc.a libarm32/libnlmproxy.a \ +@LIBARM32_TRUE@ libarm32/libnetshell.a libarm32/libnetutils.a \ +@LIBARM32_TRUE@ libarm32/libnewdev.a libarm32/libninput.a \ +@LIBARM32_TRUE@ libarm32/libnlaapi.a libarm32/libnlasvc.a \ @LIBARM32_TRUE@ libarm32/libnlmsprep.a libarm32/libnlsdl.a \ -@LIBARM32_TRUE@ libarm32/libnormaliz.a libarm32/libnpmproxy.a \ -@LIBARM32_TRUE@ libarm32/libnrpsrv.a libarm32/libnshhttp.a \ -@LIBARM32_TRUE@ libarm32/libnshipsec.a libarm32/libnshwfp.a \ -@LIBARM32_TRUE@ libarm32/libnsi.a libarm32/libnsisvc.a \ -@LIBARM32_TRUE@ libarm32/libntasn1.a libarm32/libntdll.a \ +@LIBARM32_TRUE@ libarm32/libnormaliz.a libarm32/libnrpsrv.a \ +@LIBARM32_TRUE@ libarm32/libnshwfp.a libarm32/libnsi.a \ +@LIBARM32_TRUE@ libarm32/libnsisvc.a libarm32/libntdll.a \ @LIBARM32_TRUE@ libarm32/libntdsapi.a libarm32/libntlanman.a \ @LIBARM32_TRUE@ libarm32/libntmarta.a libarm32/libntoskrnl.a \ @LIBARM32_TRUE@ libarm32/libntprint.a libarm32/libntshrui.a \ @@ -6905,57 +8415,47 @@ @LIBARM32_TRUE@ libarm32/libodbc32.a libarm32/libodbccp32.a \ @LIBARM32_TRUE@ libarm32/libodbctrac.a libarm32/liboemlicense.a \ @LIBARM32_TRUE@ libarm32/liboffreg.a libarm32/libole32.a \ -@LIBARM32_TRUE@ libarm32/liboleacc.a libarm32/liboleacchooks.a \ -@LIBARM32_TRUE@ libarm32/liboleaut32.a libarm32/liboledlg.a \ +@LIBARM32_TRUE@ libarm32/liboleacc.a libarm32/liboleaut32.a \ +@LIBARM32_TRUE@ libarm32/liboledlg.a \ @LIBARM32_TRUE@ libarm32/libondemandconnroutehelper.a \ @LIBARM32_TRUE@ libarm32/libonex.a libarm32/libonexui.a \ -@LIBARM32_TRUE@ libarm32/liboobefldr.a \ -@LIBARM32_TRUE@ libarm32/libopcservices.a \ -@LIBARM32_TRUE@ libarm32/libosbaseln.a libarm32/libosksupport.a \ -@LIBARM32_TRUE@ libarm32/libosuninst.a libarm32/libp2p.a \ -@LIBARM32_TRUE@ libarm32/libp2pgraph.a libarm32/libp2pnetsh.a \ -@LIBARM32_TRUE@ libarm32/libp2psvc.a libarm32/libpackager.a \ -@LIBARM32_TRUE@ libarm32/libpautoenr.a libarm32/libpcacli.a \ -@LIBARM32_TRUE@ libarm32/libpcaui.a libarm32/libpcpksp.a \ -@LIBARM32_TRUE@ libarm32/libpcptpm12.a libarm32/libpcwum.a \ -@LIBARM32_TRUE@ libarm32/libpcwutl.a libarm32/libpdh.a \ -@LIBARM32_TRUE@ libarm32/libpdhui.a libarm32/libperfctrs.a \ -@LIBARM32_TRUE@ libarm32/libperfdisk.a libarm32/libperfnet.a \ -@LIBARM32_TRUE@ libarm32/libperfos.a libarm32/libperfproc.a \ -@LIBARM32_TRUE@ libarm32/libperftrack.a libarm32/libperfts.a \ -@LIBARM32_TRUE@ libarm32/libphotowiz.a libarm32/libpidgenx.a \ -@LIBARM32_TRUE@ libarm32/libpku2u.a libarm32/libpla.a \ -@LIBARM32_TRUE@ libarm32/libplaysndsrv.a libarm32/libploptin.a \ -@LIBARM32_TRUE@ libarm32/libpnpclean.a libarm32/libpnpts.a \ -@LIBARM32_TRUE@ libarm32/libpnpui.a libarm32/libpnrpauto.a \ -@LIBARM32_TRUE@ libarm32/libpnrpnsp.a libarm32/libpnrpsvc.a \ -@LIBARM32_TRUE@ libarm32/libpolstore.a \ -@LIBARM32_TRUE@ libarm32/libportabledeviceapi.a \ +@LIBARM32_TRUE@ libarm32/liboobefldr.a libarm32/libosbaseln.a \ +@LIBARM32_TRUE@ libarm32/libosksupport.a libarm32/libosuninst.a \ +@LIBARM32_TRUE@ libarm32/libp2p.a libarm32/libp2pgraph.a \ +@LIBARM32_TRUE@ libarm32/libp2psvc.a libarm32/libpautoenr.a \ +@LIBARM32_TRUE@ libarm32/libpcacli.a libarm32/libpcaui.a \ +@LIBARM32_TRUE@ libarm32/libpcpksp.a libarm32/libpcptpm12.a \ +@LIBARM32_TRUE@ libarm32/libpcwum.a libarm32/libpcwutl.a \ +@LIBARM32_TRUE@ libarm32/libpdh.a libarm32/libpdhui.a \ +@LIBARM32_TRUE@ libarm32/libperfctrs.a libarm32/libperfdisk.a \ +@LIBARM32_TRUE@ libarm32/libperfnet.a libarm32/libperfos.a \ +@LIBARM32_TRUE@ libarm32/libperfproc.a libarm32/libperftrack.a \ +@LIBARM32_TRUE@ libarm32/libperfts.a libarm32/libphotowiz.a \ +@LIBARM32_TRUE@ libarm32/libpidgenx.a libarm32/libpku2u.a \ +@LIBARM32_TRUE@ libarm32/libpla.a libarm32/libplaysndsrv.a \ +@LIBARM32_TRUE@ libarm32/libploptin.a libarm32/libpnpclean.a \ +@LIBARM32_TRUE@ libarm32/libpnpts.a libarm32/libpnpui.a \ +@LIBARM32_TRUE@ libarm32/libpnrpauto.a libarm32/libpnrpnsp.a \ +@LIBARM32_TRUE@ libarm32/libpnrpsvc.a libarm32/libpolstore.a \ @LIBARM32_TRUE@ libarm32/libportabledeviceclassextension.a \ @LIBARM32_TRUE@ libarm32/libpots.a \ @LIBARM32_TRUE@ libarm32/libpowerwmiprovider.a \ @LIBARM32_TRUE@ libarm32/libpowrprof.a \ -@LIBARM32_TRUE@ libarm32/libprintdialogs.a \ @LIBARM32_TRUE@ libarm32/libprintfilterpipelineprxy.a \ -@LIBARM32_TRUE@ libarm32/libprintisolationproxy.a \ -@LIBARM32_TRUE@ libarm32/libprintui.a libarm32/libprncache.a \ -@LIBARM32_TRUE@ libarm32/libprnntfy.a libarm32/libprntvpt.a \ -@LIBARM32_TRUE@ libarm32/libprocinst.a libarm32/libprofapi.a \ +@LIBARM32_TRUE@ libarm32/libprintui.a libarm32/libprnntfy.a \ +@LIBARM32_TRUE@ libarm32/libprntvpt.a libarm32/libprocinst.a \ @LIBARM32_TRUE@ libarm32/libprofext.a libarm32/libprofsvc.a \ @LIBARM32_TRUE@ libarm32/libprofsvcext.a libarm32/libpropsys.a \ -@LIBARM32_TRUE@ libarm32/libprovsvc.a libarm32/libprovthrd.a \ -@LIBARM32_TRUE@ libarm32/libproximitycommon.a \ -@LIBARM32_TRUE@ libarm32/libproximitycommonpal.a \ +@LIBARM32_TRUE@ libarm32/libprovsvc.a \ @LIBARM32_TRUE@ libarm32/libproximityrtapipal.a \ @LIBARM32_TRUE@ libarm32/libproximityservice.a \ @LIBARM32_TRUE@ libarm32/libproximityservicepal.a \ @LIBARM32_TRUE@ libarm32/libprvdmofcomp.a libarm32/libpsapi.a \ @LIBARM32_TRUE@ libarm32/libpshed.a \ @LIBARM32_TRUE@ libarm32/libpsmodulediscoveryprovider.a \ -@LIBARM32_TRUE@ libarm32/libpsmsrv.a libarm32/libpstorec.a \ -@LIBARM32_TRUE@ libarm32/libpuiapi.a libarm32/libpwlauncher.a \ -@LIBARM32_TRUE@ libarm32/libpwrshplugin.a \ -@LIBARM32_TRUE@ libarm32/libqagentrt.a libarm32/libqmgr.a \ +@LIBARM32_TRUE@ libarm32/libpstorec.a libarm32/libpuiapi.a \ +@LIBARM32_TRUE@ libarm32/libpwlauncher.a \ +@LIBARM32_TRUE@ libarm32/libpwrshplugin.a libarm32/libqmgr.a \ @LIBARM32_TRUE@ libarm32/libqshvhost.a libarm32/libquery.a \ @LIBARM32_TRUE@ libarm32/libqutil.a libarm32/libqwave.a \ @LIBARM32_TRUE@ libarm32/libracengn.a libarm32/libracpldlg.a \ @@ -6971,19 +8471,16 @@ @LIBARM32_TRUE@ libarm32/librastapi.a libarm32/librastls.a \ @LIBARM32_TRUE@ libarm32/librastlsext.a libarm32/librdbui.a \ @LIBARM32_TRUE@ libarm32/librdpcfgex.a libarm32/librdpcore.a \ -@LIBARM32_TRUE@ libarm32/librdpendp.a libarm32/librdpsaps.a \ +@LIBARM32_TRUE@ libarm32/librdpendp.a \ @LIBARM32_TRUE@ libarm32/librdsappxhelper.a \ @LIBARM32_TRUE@ libarm32/librdsdwmdr.a libarm32/librdvidcrl.a \ @LIBARM32_TRUE@ libarm32/librdvvmtransport.a \ @LIBARM32_TRUE@ libarm32/libreagent.a libarm32/libregapi.a \ @LIBARM32_TRUE@ libarm32/libregsvc.a libarm32/libreinfo.a \ -@LIBARM32_TRUE@ libarm32/libremovedeviceelevated.a \ -@LIBARM32_TRUE@ libarm32/libresampledmo.a \ @LIBARM32_TRUE@ libarm32/libreseteng.a libarm32/libresutils.a \ @LIBARM32_TRUE@ libarm32/librgb9rast.a libarm32/libriched20.a \ @LIBARM32_TRUE@ libarm32/librnr20.a libarm32/librometadata.a \ -@LIBARM32_TRUE@ libarm32/librpcepmap.a libarm32/librpchttp.a \ -@LIBARM32_TRUE@ libarm32/librpcns4.a libarm32/librpcnsh.a \ +@LIBARM32_TRUE@ libarm32/librpchttp.a libarm32/librpcns4.a \ @LIBARM32_TRUE@ libarm32/librpcrt4.a libarm32/librpcrtremote.a \ @LIBARM32_TRUE@ libarm32/librpcss.a libarm32/librsaenh.a \ @LIBARM32_TRUE@ libarm32/librshx32.a libarm32/librstrtmgr.a \ @@ -6995,12 +8492,12 @@ @LIBARM32_TRUE@ libarm32/libsccls.a libarm32/libscdeviceenum.a \ @LIBARM32_TRUE@ libarm32/libscecli.a libarm32/libscesrv.a \ @LIBARM32_TRUE@ libarm32/libscext.a libarm32/libschannel.a \ -@LIBARM32_TRUE@ libarm32/libschedcli.a libarm32/libschedsvc.a \ -@LIBARM32_TRUE@ libarm32/libscksp.a libarm32/libscrobj.a \ -@LIBARM32_TRUE@ libarm32/libscrptadm.a libarm32/libscrrun.a \ -@LIBARM32_TRUE@ libarm32/libsdhcinst.a libarm32/libsdiagschd.a \ -@LIBARM32_TRUE@ libarm32/libsechost.a libarm32/libseclogon.a \ -@LIBARM32_TRUE@ libarm32/libsecproc.a libarm32/libsecproc_isv.a \ +@LIBARM32_TRUE@ libarm32/libschedcli.a libarm32/libscksp.a \ +@LIBARM32_TRUE@ libarm32/libscrobj.a libarm32/libscrptadm.a \ +@LIBARM32_TRUE@ libarm32/libscrrun.a libarm32/libsdhcinst.a \ +@LIBARM32_TRUE@ libarm32/libsdiagschd.a libarm32/libsechost.a \ +@LIBARM32_TRUE@ libarm32/libseclogon.a libarm32/libsecproc.a \ +@LIBARM32_TRUE@ libarm32/libsecproc_isv.a \ @LIBARM32_TRUE@ libarm32/libsecproc_ssp.a \ @LIBARM32_TRUE@ libarm32/libsecproc_ssp_isv.a \ @LIBARM32_TRUE@ libarm32/libsecur32.a libarm32/libsecurity.a \ @@ -7010,35 +8507,28 @@ @LIBARM32_TRUE@ libarm32/libsensrsvc.a libarm32/libserialui.a \ @LIBARM32_TRUE@ libarm32/libserwvdrv.a libarm32/libsessenv.a \ @LIBARM32_TRUE@ libarm32/libsetbcdlocale.a \ -@LIBARM32_TRUE@ libarm32/libsetnetworklocation.a \ -@LIBARM32_TRUE@ libarm32/libsetproxycredential.a \ -@LIBARM32_TRUE@ libarm32/libsettingshandlers.a \ @LIBARM32_TRUE@ libarm32/libsettingsyncpolicy.a \ @LIBARM32_TRUE@ libarm32/libsetupapi.a libarm32/libsfc.a \ @LIBARM32_TRUE@ libarm32/libsfc_os.a libarm32/libshcore.a \ @LIBARM32_TRUE@ libarm32/libshdocvw.a libarm32/libshfolder.a \ -@LIBARM32_TRUE@ libarm32/libshgina.a libarm32/libshimeng.a \ -@LIBARM32_TRUE@ libarm32/libshimgvw.a libarm32/libshlwapi.a \ -@LIBARM32_TRUE@ libarm32/libshsetup.a libarm32/libshsvcs.a \ -@LIBARM32_TRUE@ libarm32/libshunimpl.a libarm32/libshwebsvc.a \ +@LIBARM32_TRUE@ libarm32/libshimeng.a libarm32/libshimgvw.a \ +@LIBARM32_TRUE@ libarm32/libshlwapi.a libarm32/libshsetup.a \ +@LIBARM32_TRUE@ libarm32/libshsvcs.a libarm32/libshwebsvc.a \ @LIBARM32_TRUE@ libarm32/libsimauth.a libarm32/libsimcfg.a \ -@LIBARM32_TRUE@ libarm32/libsisbkup.a \ -@LIBARM32_TRUE@ libarm32/libskydrivetelemetry.a \ -@LIBARM32_TRUE@ libarm32/libslc.a libarm32/libslcext.a \ -@LIBARM32_TRUE@ libarm32/libslpts.a libarm32/libslr100.a \ -@LIBARM32_TRUE@ libarm32/libslwga.a \ +@LIBARM32_TRUE@ libarm32/libsisbkup.a libarm32/libslc.a \ +@LIBARM32_TRUE@ libarm32/libslcext.a libarm32/libslpts.a \ +@LIBARM32_TRUE@ libarm32/libslr100.a libarm32/libslwga.a \ @LIBARM32_TRUE@ libarm32/libsmartcardsimulator.a \ @LIBARM32_TRUE@ libarm32/libsmbwmiv2.a libarm32/libsmiengine.a \ -@LIBARM32_TRUE@ libarm32/libsmsrouter.a libarm32/libsndvolsso.a \ -@LIBARM32_TRUE@ libarm32/libsnmpapi.a libarm32/libsoftpub.a \ -@LIBARM32_TRUE@ libarm32/libspbcd.a libarm32/libspfileq.a \ -@LIBARM32_TRUE@ libarm32/libspinf.a libarm32/libspmpm.a \ -@LIBARM32_TRUE@ libarm32/libspnet.a libarm32/libspoolss.a \ -@LIBARM32_TRUE@ libarm32/libspopk.a libarm32/libsppc.a \ -@LIBARM32_TRUE@ libarm32/libsppcext.a libarm32/libsppcommdlg.a \ -@LIBARM32_TRUE@ libarm32/libsppnp.a libarm32/libsppobjs.a \ -@LIBARM32_TRUE@ libarm32/libsppwinob.a libarm32/libspwinsat.a \ -@LIBARM32_TRUE@ libarm32/libspwizeng.a \ +@LIBARM32_TRUE@ libarm32/libsmsrouter.a libarm32/libsnmpapi.a \ +@LIBARM32_TRUE@ libarm32/libsoftpub.a libarm32/libspbcd.a \ +@LIBARM32_TRUE@ libarm32/libspfileq.a libarm32/libspinf.a \ +@LIBARM32_TRUE@ libarm32/libspmpm.a libarm32/libspnet.a \ +@LIBARM32_TRUE@ libarm32/libspoolss.a libarm32/libspopk.a \ +@LIBARM32_TRUE@ libarm32/libsppc.a libarm32/libsppcext.a \ +@LIBARM32_TRUE@ libarm32/libsppcommdlg.a libarm32/libsppnp.a \ +@LIBARM32_TRUE@ libarm32/libsppobjs.a libarm32/libsppwinob.a \ +@LIBARM32_TRUE@ libarm32/libspwinsat.a \ @LIBARM32_TRUE@ libarm32/libsqlcecompact40.a \ @LIBARM32_TRUE@ libarm32/libsqlcese40.a libarm32/libsqlsrv32.a \ @LIBARM32_TRUE@ libarm32/libsqmapi.a libarm32/libsrchadmin.a \ @@ -7054,14 +8544,11 @@ @LIBARM32_TRUE@ libarm32/libstorprop.a libarm32/libstorsvc.a \ @LIBARM32_TRUE@ libarm32/libstreamci.a \ @LIBARM32_TRUE@ libarm32/libsubscriptionmgr.a \ -@LIBARM32_TRUE@ libarm32/libsvsvc.a libarm32/libswprv.a \ -@LIBARM32_TRUE@ libarm32/libsxs.a libarm32/libsxshared.a \ -@LIBARM32_TRUE@ libarm32/libsxssrv.a libarm32/libsxsstore.a \ -@LIBARM32_TRUE@ libarm32/libsyncengine.a \ -@LIBARM32_TRUE@ libarm32/libsynchostps.a \ -@LIBARM32_TRUE@ libarm32/libsyncinfrastructureps.a \ -@LIBARM32_TRUE@ libarm32/libsysclass.a libarm32/libsysmain.a \ -@LIBARM32_TRUE@ libarm32/libsysntfy.a libarm32/libsyssetup.a \ +@LIBARM32_TRUE@ libarm32/libsvsvc.a libarm32/libsxs.a \ +@LIBARM32_TRUE@ libarm32/libsxshared.a libarm32/libsxssrv.a \ +@LIBARM32_TRUE@ libarm32/libsxsstore.a libarm32/libsysclass.a \ +@LIBARM32_TRUE@ libarm32/libsysmain.a libarm32/libsysntfy.a \ +@LIBARM32_TRUE@ libarm32/libsyssetup.a \ @LIBARM32_TRUE@ libarm32/libsystemeventsbrokerclient.a \ @LIBARM32_TRUE@ libarm32/libsystemeventsbrokerserver.a \ @LIBARM32_TRUE@ libarm32/libsystemsettingsadminflowui.a \ @@ -7070,12 +8557,12 @@ @LIBARM32_TRUE@ libarm32/libsystemsettings.handlers.a \ @LIBARM32_TRUE@ libarm32/libt2embed.a libarm32/libtabbtn.a \ @LIBARM32_TRUE@ libarm32/libtabsvc.a libarm32/libtapi32.a \ -@LIBARM32_TRUE@ libarm32/libtapilua.a libarm32/libtapiperf.a \ -@LIBARM32_TRUE@ libarm32/libtapisrv.a libarm32/libtapisysprep.a \ +@LIBARM32_TRUE@ libarm32/libtapiperf.a libarm32/libtapisrv.a \ +@LIBARM32_TRUE@ libarm32/libtapisysprep.a \ @LIBARM32_TRUE@ libarm32/libtaskcomp.a libarm32/libtbs.a \ @LIBARM32_TRUE@ libarm32/libtcpipsetup.a libarm32/libtcpmib.a \ -@LIBARM32_TRUE@ libarm32/libtcpmon.a libarm32/libtcpmonui.a \ -@LIBARM32_TRUE@ libarm32/libtdh.a libarm32/libtermsrv.a \ +@LIBARM32_TRUE@ libarm32/libtcpmonui.a libarm32/libtdh.a \ +@LIBARM32_TRUE@ libarm32/libtermsrv.a \ @LIBARM32_TRUE@ libarm32/libtetheringieprovider.a \ @LIBARM32_TRUE@ libarm32/libtetheringmgr.a \ @LIBARM32_TRUE@ libarm32/libtetheringstation.a \ @@ -7094,53 +8581,40 @@ @LIBARM32_TRUE@ libarm32/libtsusbredirectiongrouppolicyextension.a \ @LIBARM32_TRUE@ libarm32/libtsworkspace.a \ @LIBARM32_TRUE@ libarm32/libttlsauth.a libarm32/libttlscfg.a \ -@LIBARM32_TRUE@ libarm32/libttlsext.a \ -@LIBARM32_TRUE@ libarm32/libtwinapi.appcore.a \ -@LIBARM32_TRUE@ libarm32/libtwinapi.a libarm32/libtxfw32.a \ +@LIBARM32_TRUE@ libarm32/libttlsext.a libarm32/libtxfw32.a \ @LIBARM32_TRUE@ libarm32/libubpm.a libarm32/libudhisapi.a \ -@LIBARM32_TRUE@ libarm32/libudwm.a libarm32/libuexfat.a \ -@LIBARM32_TRUE@ libarm32/libufat.a \ +@LIBARM32_TRUE@ libarm32/libuexfat.a libarm32/libufat.a \ @LIBARM32_TRUE@ libarm32/libuiautomationcore.a \ -@LIBARM32_TRUE@ libarm32/libuireng.a libarm32/libulib.a \ -@LIBARM32_TRUE@ libarm32/libumdmxfrm.a libarm32/libumpnpmgr.a \ -@LIBARM32_TRUE@ libarm32/libumpo.a libarm32/libumpoext.a \ -@LIBARM32_TRUE@ libarm32/libumrdp.a libarm32/libunattend.a \ -@LIBARM32_TRUE@ libarm32/libunimdmat.a libarm32/libuniplat.a \ -@LIBARM32_TRUE@ libarm32/libuntfs.a libarm32/libupnp.a \ -@LIBARM32_TRUE@ libarm32/libupnphost.a libarm32/libureg.a \ +@LIBARM32_TRUE@ libarm32/libuireng.a libarm32/libumdmxfrm.a \ +@LIBARM32_TRUE@ libarm32/libumpnpmgr.a libarm32/libumpo.a \ +@LIBARM32_TRUE@ libarm32/libumpoext.a libarm32/libumrdp.a \ +@LIBARM32_TRUE@ libarm32/libunattend.a libarm32/libunimdmat.a \ +@LIBARM32_TRUE@ libarm32/libuniplat.a libarm32/libuntfs.a \ +@LIBARM32_TRUE@ libarm32/libupnp.a libarm32/libupnphost.a \ @LIBARM32_TRUE@ libarm32/liburl.a libarm32/liburlmon.a \ -@LIBARM32_TRUE@ libarm32/libusbceip.a libarm32/libusbmon.a \ -@LIBARM32_TRUE@ libarm32/libusbperf.a libarm32/libusbui.a \ -@LIBARM32_TRUE@ libarm32/libuser32.a libarm32/libuserenv.a \ -@LIBARM32_TRUE@ libarm32/libuserinitext.a \ +@LIBARM32_TRUE@ libarm32/libusbceip.a libarm32/libusbperf.a \ +@LIBARM32_TRUE@ libarm32/libusbui.a libarm32/libuser32.a \ +@LIBARM32_TRUE@ libarm32/libuserenv.a libarm32/libuserinitext.a \ @LIBARM32_TRUE@ libarm32/libuserlanguageprofilecallback.a \ @LIBARM32_TRUE@ libarm32/libusp10.a libarm32/libutildll.a \ @LIBARM32_TRUE@ libarm32/libuudf.a libarm32/libuxinit.a \ -@LIBARM32_TRUE@ libarm32/libuxlib.a libarm32/libuxtheme.a \ -@LIBARM32_TRUE@ libarm32/libvan.a libarm32/libvaultcli.a \ -@LIBARM32_TRUE@ libarm32/libvaultsvc.a \ -@LIBARM32_TRUE@ libarm32/libvccorlib110.a libarm32/libvdsbas.a \ -@LIBARM32_TRUE@ libarm32/libvdsdyn.a libarm32/libvds_ps.a \ -@LIBARM32_TRUE@ libarm32/libvdsutil.a libarm32/libvdsvd.a \ -@LIBARM32_TRUE@ libarm32/libverifier.a libarm32/libversion.a \ -@LIBARM32_TRUE@ libarm32/libvirtdisk.a libarm32/libvpnikeapi.a \ -@LIBARM32_TRUE@ libarm32/libvpnike.a libarm32/libvssapi.a \ -@LIBARM32_TRUE@ libarm32/libvss_ps.a libarm32/libvsstrace.a \ +@LIBARM32_TRUE@ libarm32/libuxtheme.a libarm32/libvan.a \ +@LIBARM32_TRUE@ libarm32/libvaultcli.a libarm32/libvaultsvc.a \ +@LIBARM32_TRUE@ libarm32/libvdsutil.a libarm32/libverifier.a \ +@LIBARM32_TRUE@ libarm32/libversion.a libarm32/libvirtdisk.a \ +@LIBARM32_TRUE@ libarm32/libvpnikeapi.a libarm32/libvpnike.a \ +@LIBARM32_TRUE@ libarm32/libvssapi.a libarm32/libvsstrace.a \ @LIBARM32_TRUE@ libarm32/libw32time.a libarm32/libw32topl.a \ -@LIBARM32_TRUE@ libarm32/libwabsyncprovider.a \ -@LIBARM32_TRUE@ libarm32/libwbemcomn.a libarm32/libwbiosrvc.a \ -@LIBARM32_TRUE@ libarm32/libwcl.a libarm32/libwcletw.a \ -@LIBARM32_TRUE@ libarm32/libwclpowrprof.a libarm32/libwclsqm.a \ -@LIBARM32_TRUE@ libarm32/libwclunicode.a libarm32/libwclwdi.a \ -@LIBARM32_TRUE@ libarm32/libwcmapi.a libarm32/libwcmcsp.a \ -@LIBARM32_TRUE@ libarm32/libwcmsvc.a libarm32/libwcncsvc.a \ +@LIBARM32_TRUE@ libarm32/libwbiosrvc.a libarm32/libwcl.a \ +@LIBARM32_TRUE@ libarm32/libwcletw.a libarm32/libwclpowrprof.a \ +@LIBARM32_TRUE@ libarm32/libwclsqm.a libarm32/libwclunicode.a \ +@LIBARM32_TRUE@ libarm32/libwclwdi.a libarm32/libwcmapi.a \ +@LIBARM32_TRUE@ libarm32/libwcmcsp.a libarm32/libwcmsvc.a \ +@LIBARM32_TRUE@ libarm32/libwcncsvc.a \ @LIBARM32_TRUE@ libarm32/libwcneapauthproxy.a \ -@LIBARM32_TRUE@ libarm32/libwcneappeerproxy.a \ -@LIBARM32_TRUE@ libarm32/libwcnnetsh.a \ -@LIBARM32_TRUE@ libarm32/libwcspluginservice.a \ -@LIBARM32_TRUE@ libarm32/libwdc.a libarm32/libwdiasqmmodule.a \ -@LIBARM32_TRUE@ libarm32/libwdi.a libarm32/libwdigest.a \ -@LIBARM32_TRUE@ libarm32/libwdscore.a libarm32/libwebcheck.a \ +@LIBARM32_TRUE@ libarm32/libwcneappeerproxy.a libarm32/libwdc.a \ +@LIBARM32_TRUE@ libarm32/libwdiasqmmodule.a libarm32/libwdi.a \ +@LIBARM32_TRUE@ libarm32/libwdigest.a libarm32/libwdscore.a \ @LIBARM32_TRUE@ libarm32/libwebclnt.a libarm32/libwebio.a \ @LIBARM32_TRUE@ libarm32/libwebservices.a \ @LIBARM32_TRUE@ libarm32/libwebsocket.a libarm32/libwecapi.a \ @@ -7150,14 +8624,11 @@ @LIBARM32_TRUE@ libarm32/libwersvc.a libarm32/libwerui.a \ @LIBARM32_TRUE@ libarm32/libwevtapi.a libarm32/libwevtfwd.a \ @LIBARM32_TRUE@ libarm32/libwevtsvc.a libarm32/libwfdprov.a \ -@LIBARM32_TRUE@ libarm32/libwhealogr.a libarm32/libwhhelper.a \ -@LIBARM32_TRUE@ libarm32/libwiarpc.a libarm32/libwiaservc.a \ +@LIBARM32_TRUE@ libarm32/libwhealogr.a libarm32/libwiaservc.a \ @LIBARM32_TRUE@ libarm32/libwiashext.a libarm32/libwiatrace.a \ @LIBARM32_TRUE@ libarm32/libwifidisplay.a libarm32/libwimgapi.a \ -@LIBARM32_TRUE@ libarm32/libwin32spl.a libarm32/libwinbici.a \ -@LIBARM32_TRUE@ libarm32/libwinbio.a libarm32/libwinbrand.a \ -@LIBARM32_TRUE@ libarm32/libwincorlib.a \ -@LIBARM32_TRUE@ libarm32/libwindowscodecs.a \ +@LIBARM32_TRUE@ libarm32/libwinbici.a libarm32/libwinbio.a \ +@LIBARM32_TRUE@ libarm32/libwinbrand.a libarm32/libwindowsapp.a \ @LIBARM32_TRUE@ libarm32/libwindowscodecsext.a \ @LIBARM32_TRUE@ libarm32/libwindows.data.pdf.a \ @LIBARM32_TRUE@ libarm32/libwindows.globalization.fontgroups.a \ @@ -7169,7 +8640,6 @@ @LIBARM32_TRUE@ libarm32/libwindows.networking.vpn.a \ @LIBARM32_TRUE@ libarm32/libwindows.storage.applicationdata.a \ @LIBARM32_TRUE@ libarm32/libwindows.ui.a \ -@LIBARM32_TRUE@ libarm32/libwindows.ui.immersive.a \ @LIBARM32_TRUE@ libarm32/libwindows.ui.xaml.a \ @LIBARM32_TRUE@ libarm32/libwinethc.a libarm32/libwinhttp.a \ @LIBARM32_TRUE@ libarm32/libwininet.a libarm32/libwininitext.a \ @@ -7179,17 +8649,13 @@ @LIBARM32_TRUE@ libarm32/libwinnsi.a libarm32/libwinrnr.a \ @LIBARM32_TRUE@ libarm32/libwinrscmd.a libarm32/libwinscard.a \ @LIBARM32_TRUE@ libarm32/libwinsetupui.a libarm32/libwinshfhc.a \ -@LIBARM32_TRUE@ libarm32/libwinsku.a libarm32/libwinsrpc.a \ -@LIBARM32_TRUE@ libarm32/libwinsrv.a libarm32/libwinsta.a \ -@LIBARM32_TRUE@ libarm32/libwinsync.a \ -@LIBARM32_TRUE@ libarm32/libwinsyncmetastore.a \ -@LIBARM32_TRUE@ libarm32/libwinsyncproviders.a \ -@LIBARM32_TRUE@ libarm32/libwintrust.a libarm32/libwintypes.a \ -@LIBARM32_TRUE@ libarm32/libwinusb.a \ +@LIBARM32_TRUE@ libarm32/libwinsku.a libarm32/libwinspool.a \ +@LIBARM32_TRUE@ libarm32/libwinsrpc.a libarm32/libwinsrv.a \ +@LIBARM32_TRUE@ libarm32/libwinsta.a libarm32/libwintrust.a \ +@LIBARM32_TRUE@ libarm32/libwintypes.a libarm32/libwinusb.a \ @LIBARM32_TRUE@ libarm32/libwitnesswmiv2provider.a \ -@LIBARM32_TRUE@ libarm32/libwkscli.a libarm32/libwksprtps.a \ -@LIBARM32_TRUE@ libarm32/libwkssvc.a libarm32/libwlanapi.a \ -@LIBARM32_TRUE@ libarm32/libwlancfg.a libarm32/libwlangpui.a \ +@LIBARM32_TRUE@ libarm32/libwkscli.a libarm32/libwkssvc.a \ +@LIBARM32_TRUE@ libarm32/libwlanapi.a libarm32/libwlangpui.a \ @LIBARM32_TRUE@ libarm32/libwlanhlp.a libarm32/libwlaninst.a \ @LIBARM32_TRUE@ libarm32/libwlanmm.a libarm32/libwlanmsm.a \ @LIBARM32_TRUE@ libarm32/libwlansec.a libarm32/libwlansvc.a \ @@ -7197,13 +8663,10 @@ @LIBARM32_TRUE@ libarm32/libwlanutil.a libarm32/libwldap32.a \ @LIBARM32_TRUE@ libarm32/libwldp.a libarm32/libwlgpclnt.a \ @LIBARM32_TRUE@ libarm32/libwlidcli.a libarm32/libwlidnsp.a \ -@LIBARM32_TRUE@ libarm32/libwlidsvc.a libarm32/libwmadmod.a \ -@LIBARM32_TRUE@ libarm32/libwmadmoe.a libarm32/libwmdmps.a \ -@LIBARM32_TRUE@ libarm32/libwmiclnt.a libarm32/libwmidcom.a \ -@LIBARM32_TRUE@ libarm32/libwmi.a libarm32/libwmiprop.a \ -@LIBARM32_TRUE@ libarm32/libwmitomi.a libarm32/libwmpdui.a \ -@LIBARM32_TRUE@ libarm32/libwmsgapi.a libarm32/libwmspdmod.a \ -@LIBARM32_TRUE@ libarm32/libwmvdecod.a libarm32/libwmvencod.a \ +@LIBARM32_TRUE@ libarm32/libwlidsvc.a libarm32/libwmiclnt.a \ +@LIBARM32_TRUE@ libarm32/libwmidcom.a libarm32/libwmi.a \ +@LIBARM32_TRUE@ libarm32/libwmiprop.a libarm32/libwmitomi.a \ +@LIBARM32_TRUE@ libarm32/libwmpdui.a libarm32/libwmsgapi.a \ @LIBARM32_TRUE@ libarm32/libwofutil.a \ @LIBARM32_TRUE@ libarm32/libworkfoldersgpext.a \ @LIBARM32_TRUE@ libarm32/libworkfolderssvc.a \ @@ -7212,37 +8675,367 @@ @LIBARM32_TRUE@ libarm32/libws2help.a libarm32/libwscapi.a \ @LIBARM32_TRUE@ libarm32/libwsclient.a libarm32/libwscsvc.a \ @LIBARM32_TRUE@ libarm32/libwsdapi.a libarm32/libwsdchngr.a \ -@LIBARM32_TRUE@ libarm32/libwsdmon.a libarm32/libwsecedit.a \ -@LIBARM32_TRUE@ libarm32/libwshbth.a libarm32/libwshcon.a \ -@LIBARM32_TRUE@ libarm32/libwshelper.a libarm32/libwshext.a \ -@LIBARM32_TRUE@ libarm32/libwship6.a libarm32/libwshnetbs.a \ -@LIBARM32_TRUE@ libarm32/libwshqos.a libarm32/libwshrm.a \ -@LIBARM32_TRUE@ libarm32/libwshtcpip.a libarm32/libwsmagent.a \ -@LIBARM32_TRUE@ libarm32/libwsmanmigrationplugin.a \ -@LIBARM32_TRUE@ libarm32/libwsmauto.a libarm32/libwsmsvc.a \ +@LIBARM32_TRUE@ libarm32/libwsecedit.a libarm32/libwshbth.a \ +@LIBARM32_TRUE@ libarm32/libwshext.a libarm32/libwship6.a \ +@LIBARM32_TRUE@ libarm32/libwshnetbs.a libarm32/libwshqos.a \ +@LIBARM32_TRUE@ libarm32/libwshrm.a libarm32/libwshtcpip.a \ +@LIBARM32_TRUE@ libarm32/libwsmagent.a libarm32/libwsmsvc.a \ @LIBARM32_TRUE@ libarm32/libwsmwmipl.a libarm32/libwsnmp32.a \ @LIBARM32_TRUE@ libarm32/libwsock32.a libarm32/libwsservice.a \ -@LIBARM32_TRUE@ libarm32/libwsshared.a libarm32/libwssync.a \ -@LIBARM32_TRUE@ libarm32/libwtsapi32.a libarm32/libwuaext.a \ -@LIBARM32_TRUE@ libarm32/libwuapi.a libarm32/libwuaueng.a \ -@LIBARM32_TRUE@ libarm32/libwucltux.a \ +@LIBARM32_TRUE@ libarm32/libwssync.a libarm32/libwtsapi32.a \ +@LIBARM32_TRUE@ libarm32/libwuaext.a libarm32/libwuaueng.a \ @LIBARM32_TRUE@ libarm32/libwudfcoinstaller.a \ @LIBARM32_TRUE@ libarm32/libwudfplatform.a \ @LIBARM32_TRUE@ libarm32/libwudfsvc.a libarm32/libwudfx02000.a \ @LIBARM32_TRUE@ libarm32/libwudfx.a libarm32/libwudriver.a \ -@LIBARM32_TRUE@ libarm32/libwups2.a libarm32/libwups.a \ @LIBARM32_TRUE@ libarm32/libwusettingsprovider.a \ -@LIBARM32_TRUE@ libarm32/libwwaapi.a libarm32/libwwancfg.a \ @LIBARM32_TRUE@ libarm32/libwwaninst.a libarm32/libwwanmm.a \ @LIBARM32_TRUE@ libarm32/libwwanprotdim.a libarm32/libwwansvc.a \ @LIBARM32_TRUE@ libarm32/libwwapi.a libarm32/libxaudio2_8.a \ @LIBARM32_TRUE@ libarm32/libxinput1_4.a libarm32/libxmllite.a \ -@LIBARM32_TRUE@ libarm32/libxpsgdiconverter.a \ @LIBARM32_TRUE@ libarm32/libxpsprint.a \ @LIBARM32_TRUE@ libarm32/libxpsrasterservice.a \ -@LIBARM32_TRUE@ libarm32/libxpsservices.a libarm32/libxpssvcs.a \ -@LIBARM32_TRUE@ libarm32/libxwizards.a libarm32/libzipfldr.a \ -@LIBARM32_TRUE@ $(am__append_13) +@LIBARM32_TRUE@ libarm32/libxpssvcs.a libarm32/libxwizards.a \ +@LIBARM32_TRUE@ libarm32/libzipfldr.a $(am__append_20) \ +@LIBARM32_TRUE@ libarm32/libruntimeobject.a \ +@LIBARM32_TRUE@ libarm32/libsynchronization.a +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_os_a_SOURCES = $(src_msvcrtarm32) lib-common/msvcrt.def.in +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_os_a_AR = $(DTDEFARM32) libarm32/msvcrt.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcrt_os_a_CPPFLAGS = $(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@EXTRA_libarm32_libmsvcrt_os_a_DEPENDENCIES = libarm32/msvcrt.def +@LIBARM32_TRUE@libarm32_libshell32_a_SOURCES = $(src_libshell32) +@LIBARM32_TRUE@libarm32_libshell32_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@libarm32_libshell32_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libdmoguids_a_SOURCES = $(src_libdmoguids) +@LIBARM32_TRUE@libarm32_libdmoguids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libdxerr8_a_SOURCES = $(src_libdxerr8) +@LIBARM32_TRUE@libarm32_libdxerr8_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libdxerr9_a_SOURCES = $(src_libdxerr9) +@LIBARM32_TRUE@libarm32_libdxerr9_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libmfuuid_a_SOURCES = $(src_libmfuuid) +@LIBARM32_TRUE@libarm32_libmfuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libamstrmid_a_SOURCES = $(src_libamstrmid) +@LIBARM32_TRUE@libarm32_libamstrmid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) +@LIBARM32_TRUE@libarm32_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) +@LIBARM32_TRUE@libarm32_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libwindowscodecs_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@libarm32_libwbemuuid_a_SOURCES = $(src_libwbemuuid) +@LIBARM32_TRUE@libarm32_libwbemuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libdxguid_a_SOURCES = $(src_libdxguid) +@LIBARM32_TRUE@libarm32_libdxguid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libksuser_a_SOURCES = $(src_libksuser) +@LIBARM32_TRUE@libarm32_libksuser_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libksuser_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@libarm32_libksguid_a_SOURCES = $(src_libksguid) +@LIBARM32_TRUE@libarm32_libksguid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_liblocationapi_a_SOURCES = $(src_liblocationapi) +@LIBARM32_TRUE@libarm32_liblocationapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libsensorsapi_a_SOURCES = $(src_libsensorsapi) +@LIBARM32_TRUE@libarm32_libsensorsapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libsapi_a_SOURCES = $(src_libsapi) +@LIBARM32_TRUE@libarm32_libsapi_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) +@LIBARM32_TRUE@libarm32_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libscrnsave_a_SOURCES = $(src_libscrnsave) +@LIBARM32_TRUE@libarm32_libscrnsave_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libscrnsavw_a_SOURCES = $(src_libscrnsavw) +@LIBARM32_TRUE@libarm32_libscrnsavw_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libscrnsavw_a_CFLAGS = -DUNICODE +@LIBARM32_TRUE@libarm32_libstrmiids_a_SOURCES = $(src_libstrmiids) +@LIBARM32_TRUE@libarm32_libstrmiids_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libuuid_a_SOURCES = $(src_libuuid) +@LIBARM32_TRUE@libarm32_libuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libgdiplus_a_SOURCES = $(src_libgdiplus) +@LIBARM32_TRUE@libarm32_libgdiplus_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libgdiplus_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@libarm32_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/libws2_32.def.in +@LIBARM32_TRUE@libarm32_libws2_32_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@libarm32_libws2_32_a_AR = $(DTDEFARM32) libarm32/ws2_32.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@EXTRA_libarm32_libws2_32_a_DEPENDENCIES = libarm32/ws2_32.def +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libdelayimp_a_SOURCES = +@LIBARM32_TRUE@@W32API_FALSE@nodist_libarm32_libm_a_SOURCES = $(src_libm) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libm_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_liblargeint_a_SOURCES = $(src_liblargeint) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_liblargeint_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingw32_a_CPPFLAGS = $(CPPFLAGSARM32) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingw32_a_SOURCES = $(src_libmingw32) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm32) $(src_dfp_math) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_SOURCES = $(src_libm) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwthrd_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcr110_a_SOURCES = $(src_msvcrt_common) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcr110_a_AR = $(DTDEFARM32) $(top_srcdir)/libarm32/msvcr110.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmsvcr110_a_CPPFLAGS = $(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libucrtbase_a_AR = $(DTDEFARM32) libarm32/ucrtbase.def && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libucrtbase_a_CPPFLAGS = $(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIBARM32_TRUE@@W32API_FALSE@EXTRA_libarm32_libucrtbase_a_DEPENDENCIES = libarm32/ucrtbase.def +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libucrt_extra_a_SOURCES = $(src_ucrtbase) +@LIBARM32_TRUE@@W32API_FALSE@libarm32_libucrt_extra_a_CPPFLAGS = $(CPPFLAGSARM32) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) + +# End ARM 32-bit runtime +# ########## + +######### +# Compiling ARM 64-bit runtime +# +@LIBARM64_TRUE@libarm64dir = $(prefix)/@LIBARM64SUFFIXDIR@ +@LIBARM64_TRUE@libarm64_LIBRARIES = libarm64/libkernel32.a \ +@LIBARM64_TRUE@ $(am__append_23) libarm64/libshell32.a \ +@LIBARM64_TRUE@ libarm64/libdmoguids.a libarm64/libdxerr8.a \ +@LIBARM64_TRUE@ libarm64/libdxerr9.a libarm64/libmfuuid.a \ +@LIBARM64_TRUE@ libarm64/libamstrmid.a \ +@LIBARM64_TRUE@ libarm64/libwmcodecdspuuid.a \ +@LIBARM64_TRUE@ libarm64/libwindowscodecs.a \ +@LIBARM64_TRUE@ libarm64/libwbemuuid.a libarm64/libdxguid.a \ +@LIBARM64_TRUE@ libarm64/libksuser.a libarm64/libksguid.a \ +@LIBARM64_TRUE@ libarm64/liblocationapi.a \ +@LIBARM64_TRUE@ libarm64/libsensorsapi.a libarm64/libsapi.a \ +@LIBARM64_TRUE@ libarm64/libportabledeviceguids.a \ +@LIBARM64_TRUE@ libarm64/libscrnsave.a libarm64/libscrnsavw.a \ +@LIBARM64_TRUE@ libarm64/libstrmiids.a libarm64/libuuid.a \ +@LIBARM64_TRUE@ libarm64/libgdiplus.a libarm64/libws2_32.a \ +@LIBARM64_TRUE@ $(am__append_24) +@LIBARM64_TRUE@libarm64_libkernel32_a_SOURCES = $(src_intrincs) $(src_intrincsarm64) lib-common/kernel32.def.in +@LIBARM64_TRUE@libarm64_libkernel32_a_AR = $(DTDEFARM64) libarm64/kernel32.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@libarm64_libkernel32_a_CPPFLAGS = $(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +@LIBARM64_TRUE@EXTRA_libarm64_libkernel32_a_DEPENDENCIES = libarm64/kernel32.def +#libarm64_DATA += libarm64/libgdiplus.a # Handled by custom rule +#libarm64_DATA += libarm64/libkernel32.a # Handled by custom rule +#libarm64_DATA += libarm64/libksuser.a # Handled by custom rule +#libarm64_DATA += libarm64/libmincore.a +#libarm64_DATA += libarm64/libshell32.a # Handled by custom rule +#libarm64_DATA += libarm64/libws2_32.a # Handled by custom rule +@LIBARM64_TRUE@libarm64_DATA = $(am__append_22) libarm64/libacledit.a \ +@LIBARM64_TRUE@ libarm64/libactiveds.a libarm64/libadvapi32.a \ +@LIBARM64_TRUE@ libarm64/libadvpack.a libarm64/libappmgmts.a \ +@LIBARM64_TRUE@ libarm64/libappmgr.a libarm64/libasycfilt.a \ +@LIBARM64_TRUE@ libarm64/libatl.a libarm64/libaudiosrv.a \ +@LIBARM64_TRUE@ libarm64/libavrt.a libarm64/libazroles.a \ +@LIBARM64_TRUE@ libarm64/libbasesrv.a libarm64/libbcrypt.a \ +@LIBARM64_TRUE@ libarm64/libbootvid.a libarm64/libbrowcli.a \ +@LIBARM64_TRUE@ libarm64/libbrowser.a libarm64/libbthci.a \ +@LIBARM64_TRUE@ libarm64/libcabinet.a libarm64/libcabview.a \ +@LIBARM64_TRUE@ libarm64/libcfgbkend.a libarm64/libclbcatq.a \ +@LIBARM64_TRUE@ libarm64/libclb.a libarm64/libcliconfg.a \ +@LIBARM64_TRUE@ libarm64/libclusapi.a libarm64/libcnvfat.a \ +@LIBARM64_TRUE@ libarm64/libcolbact.a libarm64/libcomctl32.a \ +@LIBARM64_TRUE@ libarm64/libcomdlg32.a libarm64/libcompstui.a \ +@LIBARM64_TRUE@ libarm64/libcomsnap.a libarm64/libcomuid.a \ +@LIBARM64_TRUE@ libarm64/libconnect.a libarm64/libconsole.a \ +@LIBARM64_TRUE@ libarm64/libcredui.a libarm64/libcrypt32.a \ +@LIBARM64_TRUE@ libarm64/libcryptdlg.a libarm64/libcryptdll.a \ +@LIBARM64_TRUE@ libarm64/libcryptext.a libarm64/libcryptnet.a \ +@LIBARM64_TRUE@ libarm64/libcryptsp.a libarm64/libcryptsvc.a \ +@LIBARM64_TRUE@ libarm64/libcryptui.a libarm64/libcryptxml.a \ +@LIBARM64_TRUE@ libarm64/libcscapi.a libarm64/libd2d1.a \ +@LIBARM64_TRUE@ libarm64/libd3d11.a libarm64/libd3d9.a \ +@LIBARM64_TRUE@ libarm64/libd3dcompiler_47.a \ +@LIBARM64_TRUE@ libarm64/libdavclnt.a libarm64/libdavhlpr.a \ +@LIBARM64_TRUE@ libarm64/libdbgeng.a libarm64/libdbghelp.a \ +@LIBARM64_TRUE@ libarm64/libdbnetlib.a libarm64/libdbnmpntw.a \ +@LIBARM64_TRUE@ libarm64/libddraw.a libarm64/libdevmgr.a \ +@LIBARM64_TRUE@ libarm64/libdevobj.a libarm64/libdevrtl.a \ +@LIBARM64_TRUE@ libarm64/libdfscli.a libarm64/libdhcpcsvc.a \ +@LIBARM64_TRUE@ libarm64/libdhcpsapi.a libarm64/libdimsroam.a \ +@LIBARM64_TRUE@ libarm64/libdiskcopy.a libarm64/libdmutil.a \ +@LIBARM64_TRUE@ libarm64/libdnsapi.a libarm64/libdnsrslvr.a \ +@LIBARM64_TRUE@ libarm64/libdrprov.a libarm64/libdsauth.a \ +@LIBARM64_TRUE@ libarm64/libdskquota.a libarm64/libdsound.a \ +@LIBARM64_TRUE@ libarm64/libdsprop.a libarm64/libdsquery.a \ +@LIBARM64_TRUE@ libarm64/libdsrole.a libarm64/libdssec.a \ +@LIBARM64_TRUE@ libarm64/libdssenh.a libarm64/libdsuiext.a \ +@LIBARM64_TRUE@ libarm64/libduser.a libarm64/libdwmapi.a \ +@LIBARM64_TRUE@ libarm64/libdwrite.a libarm64/libdxgi.a \ +@LIBARM64_TRUE@ libarm64/libdxva2.a libarm64/libeappcfg.a \ +@LIBARM64_TRUE@ libarm64/libeappgnui.a libarm64/libeapphost.a \ +@LIBARM64_TRUE@ libarm64/libeappprxy.a libarm64/libefsadu.a \ +@LIBARM64_TRUE@ libarm64/libelscore.a libarm64/libesentprf.a \ +@LIBARM64_TRUE@ libarm64/libfdeploy.a libarm64/libfeclient.a \ +@LIBARM64_TRUE@ libarm64/libfilemgmt.a libarm64/libfltlib.a \ +@LIBARM64_TRUE@ libarm64/libfmifs.a libarm64/libfontsub.a \ +@LIBARM64_TRUE@ libarm64/libgdi32.a libarm64/libgetuname.a \ +@LIBARM64_TRUE@ libarm64/libgpedit.a libarm64/libhbaapi.a \ +@LIBARM64_TRUE@ libarm64/libhid.a libarm64/libhlink.a \ +@LIBARM64_TRUE@ libarm64/libhotplug.a libarm64/libhtui.a \ +@LIBARM64_TRUE@ libarm64/libiashlpr.a libarm64/libiassam.a \ +@LIBARM64_TRUE@ libarm64/libiassvcs.a libarm64/libicm32.a \ +@LIBARM64_TRUE@ libarm64/libicmp.a libarm64/libicmui.a \ +@LIBARM64_TRUE@ libarm64/libiernonce.a libarm64/libimagehlp.a \ +@LIBARM64_TRUE@ libarm64/libimgutil.a libarm64/libimm32.a \ +@LIBARM64_TRUE@ libarm64/libinetcomm.a libarm64/libinetmib1.a \ +@LIBARM64_TRUE@ libarm64/libinput.a libarm64/libinseng.a \ +@LIBARM64_TRUE@ libarm64/libiphlpapi.a libarm64/libipnathlp.a \ +@LIBARM64_TRUE@ libarm64/libjsproxy.a libarm64/libkdcom.a \ +@LIBARM64_TRUE@ libarm64/libkeymgr.a libarm64/libktmw32.a \ +@LIBARM64_TRUE@ libarm64/liblinkinfo.a libarm64/libloadperf.a \ +@LIBARM64_TRUE@ libarm64/libloghours.a libarm64/liblogoncli.a \ +@LIBARM64_TRUE@ libarm64/liblz32.a libarm64/libmapi32.a \ +@LIBARM64_TRUE@ libarm64/libmapistub.a libarm64/libmcicda.a \ +@LIBARM64_TRUE@ libarm64/libmciseq.a libarm64/libmciwave.a \ +@LIBARM64_TRUE@ libarm64/libmdminst.a libarm64/libmf3216.a \ +@LIBARM64_TRUE@ libarm64/libmf.a libarm64/libmfplat.a \ +@LIBARM64_TRUE@ libarm64/libmgmtapi.a libarm64/libmidimap.a \ +@LIBARM64_TRUE@ libarm64/libmlang.a libarm64/libmodemui.a \ +@LIBARM64_TRUE@ libarm64/libmpr.a libarm64/libmsacm32.a \ +@LIBARM64_TRUE@ libarm64/libmsafd.a libarm64/libmscat32.a \ +@LIBARM64_TRUE@ libarm64/libmsctf.a libarm64/libmsdadiag.a \ +@LIBARM64_TRUE@ libarm64/libmsdmo.a libarm64/libmsdrm.a \ +@LIBARM64_TRUE@ libarm64/libmsi.a libarm64/libmsimg32.a \ +@LIBARM64_TRUE@ libarm64/libmsimtf.a libarm64/libmsisip.a \ +@LIBARM64_TRUE@ libarm64/libmsls31.a libarm64/libmspatcha.a \ +@LIBARM64_TRUE@ libarm64/libmsports.a libarm64/libmsrating.a \ +@LIBARM64_TRUE@ libarm64/libmssign32.a libarm64/libmssip32.a \ +@LIBARM64_TRUE@ libarm64/libmstask.a libarm64/libmsv1_0.a \ +@LIBARM64_TRUE@ libarm64/libmsyuv.a libarm64/libmtxdm.a \ +@LIBARM64_TRUE@ libarm64/libmydocs.a libarm64/libncobjapi.a \ +@LIBARM64_TRUE@ libarm64/libncrypt.a libarm64/libnddeapi.a \ +@LIBARM64_TRUE@ libarm64/libndfapi.a libarm64/libnetapi32.a \ +@LIBARM64_TRUE@ libarm64/libnetid.a libarm64/libnetshell.a \ +@LIBARM64_TRUE@ libarm64/libnetutils.a libarm64/libnormaliz.a \ +@LIBARM64_TRUE@ libarm64/libntdsapi.a libarm64/liboccache.a \ +@LIBARM64_TRUE@ libarm64/libodbc32.a libarm64/libodbccp32.a \ +@LIBARM64_TRUE@ libarm64/libole32.a libarm64/liboleacc.a \ +@LIBARM64_TRUE@ libarm64/liboleaut32.a libarm64/liboledlg.a \ +@LIBARM64_TRUE@ libarm64/libosuninst.a libarm64/libp2p.a \ +@LIBARM64_TRUE@ libarm64/libp2pgraph.a libarm64/libpcwum.a \ +@LIBARM64_TRUE@ libarm64/libperfctrs.a libarm64/libperfdisk.a \ +@LIBARM64_TRUE@ libarm64/libperfnet.a libarm64/libperfos.a \ +@LIBARM64_TRUE@ libarm64/libperfproc.a libarm64/libperfts.a \ +@LIBARM64_TRUE@ libarm64/libphotowiz.a libarm64/libpsapi.a \ +@LIBARM64_TRUE@ libarm64/libpstorec.a libarm64/libqutil.a \ +@LIBARM64_TRUE@ libarm64/libqwave.a libarm64/librasadhlp.a \ +@LIBARM64_TRUE@ libarm64/librasauto.a libarm64/libraschap.a \ +@LIBARM64_TRUE@ libarm64/librasctrs.a libarm64/librasmontr.a \ +@LIBARM64_TRUE@ libarm64/librasmxs.a libarm64/librasser.a \ +@LIBARM64_TRUE@ libarm64/librastapi.a libarm64/librdpcfgex.a \ +@LIBARM64_TRUE@ libarm64/libregapi.a libarm64/libregsvc.a \ +@LIBARM64_TRUE@ libarm64/libresutils.a libarm64/libriched20.a \ +@LIBARM64_TRUE@ libarm64/librnr20.a libarm64/librpcns4.a \ +@LIBARM64_TRUE@ libarm64/librpcrt4.a libarm64/librpcss.a \ +@LIBARM64_TRUE@ libarm64/librsaenh.a libarm64/librtutils.a \ +@LIBARM64_TRUE@ libarm64/libruntimeobject.a \ +@LIBARM64_TRUE@ libarm64/libsamcli.a libarm64/libscarddlg.a \ +@LIBARM64_TRUE@ libarm64/libscesrv.a libarm64/libschannel.a \ +@LIBARM64_TRUE@ libarm64/libschedcli.a libarm64/libscrobj.a \ +@LIBARM64_TRUE@ libarm64/libscrrun.a libarm64/libsdhcinst.a \ +@LIBARM64_TRUE@ libarm64/libseclogon.a libarm64/libsecur32.a \ +@LIBARM64_TRUE@ libarm64/libsecurity.a libarm64/libsensapi.a \ +@LIBARM64_TRUE@ libarm64/libsens.a libarm64/libserialui.a \ +@LIBARM64_TRUE@ libarm64/libserwvdrv.a libarm64/libshfolder.a \ +@LIBARM64_TRUE@ libarm64/libshimgvw.a libarm64/libshlwapi.a \ +@LIBARM64_TRUE@ libarm64/libshsvcs.a libarm64/libsisbkup.a \ +@LIBARM64_TRUE@ libarm64/libslcext.a libarm64/libslwga.a \ +@LIBARM64_TRUE@ libarm64/libsnmpapi.a libarm64/libsoftpub.a \ +@LIBARM64_TRUE@ libarm64/libsqlsrv32.a libarm64/libsrvcli.a \ +@LIBARM64_TRUE@ libarm64/libsrvsvc.a libarm64/libsspicli.a \ +@LIBARM64_TRUE@ libarm64/libstreamci.a libarm64/libsxs.a \ +@LIBARM64_TRUE@ libarm64/libsynchronization.a \ +@LIBARM64_TRUE@ libarm64/libt2embed.a libarm64/libtapi32.a \ +@LIBARM64_TRUE@ libarm64/libtapiperf.a libarm64/libtbs.a \ +@LIBARM64_TRUE@ libarm64/libtdh.a libarm64/libtraffic.a \ +@LIBARM64_TRUE@ libarm64/libtsbyuv.a libarm64/libtxfw32.a \ +@LIBARM64_TRUE@ libarm64/libumdmxfrm.a libarm64/libunimdmat.a \ +@LIBARM64_TRUE@ libarm64/libuniplat.a libarm64/libupnp.a \ +@LIBARM64_TRUE@ libarm64/liburl.a libarm64/libuser32.a \ +@LIBARM64_TRUE@ libarm64/libuserenv.a libarm64/libusp10.a \ +@LIBARM64_TRUE@ libarm64/libutildll.a libarm64/libuxtheme.a \ +@LIBARM64_TRUE@ libarm64/libversion.a libarm64/libvirtdisk.a \ +@LIBARM64_TRUE@ libarm64/libw32time.a libarm64/libw32topl.a \ +@LIBARM64_TRUE@ libarm64/libwdigest.a libarm64/libwebclnt.a \ +@LIBARM64_TRUE@ libarm64/libwecapi.a libarm64/libwevtapi.a \ +@LIBARM64_TRUE@ libarm64/libwiashext.a libarm64/libwindowsapp.a \ +@LIBARM64_TRUE@ libarm64/libwinhttp.a libarm64/libwininet.a \ +@LIBARM64_TRUE@ libarm64/libwinmm.a libarm64/libwinrnr.a \ +@LIBARM64_TRUE@ libarm64/libwinscard.a libarm64/libwinspool.a \ +@LIBARM64_TRUE@ libarm64/libwinsrv.a libarm64/libwinusb.a \ +@LIBARM64_TRUE@ libarm64/libwkscli.a libarm64/libwkssvc.a \ +@LIBARM64_TRUE@ libarm64/libwlanapi.a libarm64/libwlanui.a \ +@LIBARM64_TRUE@ libarm64/libwlanutil.a libarm64/libwldap32.a \ +@LIBARM64_TRUE@ libarm64/libwmi.a libarm64/libwmiprop.a \ +@LIBARM64_TRUE@ libarm64/libwpd_ci.a libarm64/libws2help.a \ +@LIBARM64_TRUE@ libarm64/libwscapi.a libarm64/libwscsvc.a \ +@LIBARM64_TRUE@ libarm64/libwshbth.a libarm64/libwsock32.a \ +@LIBARM64_TRUE@ libarm64/libwtsapi32.a libarm64/libxaudio2_8.a \ +@LIBARM64_TRUE@ libarm64/libxinput1_4.a $(am__append_27) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmsvcrt_os_a_SOURCES = $(src_msvcrtarm64) lib-common/msvcrt.def.in +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmsvcrt_os_a_AR = $(DTDEFARM64) libarm64/msvcrt.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmsvcrt_os_a_CPPFLAGS = $(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@EXTRA_libarm64_libmsvcrt_os_a_DEPENDENCIES = libarm64/msvcrt.def +@LIBARM64_TRUE@libarm64_libshell32_a_SOURCES = $(src_libshell32) +@LIBARM64_TRUE@libarm64_libshell32_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/shell32.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@libarm64_libshell32_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libdmoguids_a_SOURCES = $(src_libdmoguids) +@LIBARM64_TRUE@libarm64_libdmoguids_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libdxerr8_a_SOURCES = $(src_libdxerr8) +@LIBARM64_TRUE@libarm64_libdxerr8_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libdxerr9_a_SOURCES = $(src_libdxerr9) +@LIBARM64_TRUE@libarm64_libdxerr9_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libmfuuid_a_SOURCES = $(src_libmfuuid) +@LIBARM64_TRUE@libarm64_libmfuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libamstrmid_a_SOURCES = $(src_libamstrmid) +@LIBARM64_TRUE@libarm64_libamstrmid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libwmcodecdspuuid_a_SOURCES = $(src_libwmcodecdspuuid) +@LIBARM64_TRUE@libarm64_libwmcodecdspuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libwindowscodecs_a_SOURCES = $(src_libwindowscodecs) +@LIBARM64_TRUE@libarm64_libwindowscodecs_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libwindowscodecs_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/windowscodecs.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@libarm64_libwbemuuid_a_SOURCES = $(src_libwbemuuid) +@LIBARM64_TRUE@libarm64_libwbemuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libdxguid_a_SOURCES = $(src_libdxguid) +@LIBARM64_TRUE@libarm64_libdxguid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libksuser_a_SOURCES = $(src_libksuser) +@LIBARM64_TRUE@libarm64_libksuser_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libksuser_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/ksuser.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@libarm64_libksguid_a_SOURCES = $(src_libksguid) +@LIBARM64_TRUE@libarm64_libksguid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_liblocationapi_a_SOURCES = $(src_liblocationapi) +@LIBARM64_TRUE@libarm64_liblocationapi_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libsensorsapi_a_SOURCES = $(src_libsensorsapi) +@LIBARM64_TRUE@libarm64_libsensorsapi_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libsapi_a_SOURCES = $(src_libsapi) +@LIBARM64_TRUE@libarm64_libsapi_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libportabledeviceguids_a_SOURCES = $(src_libportabledeviceguids) +@LIBARM64_TRUE@libarm64_libportabledeviceguids_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libscrnsave_a_SOURCES = $(src_libscrnsave) +@LIBARM64_TRUE@libarm64_libscrnsave_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libscrnsavw_a_SOURCES = $(src_libscrnsavw) +@LIBARM64_TRUE@libarm64_libscrnsavw_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libscrnsavw_a_CFLAGS = -DUNICODE +@LIBARM64_TRUE@libarm64_libstrmiids_a_SOURCES = $(src_libstrmiids) +@LIBARM64_TRUE@libarm64_libstrmiids_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libuuid_a_SOURCES = $(src_libuuid) +@LIBARM64_TRUE@libarm64_libuuid_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libgdiplus_a_SOURCES = $(src_libgdiplus) +@LIBARM64_TRUE@libarm64_libgdiplus_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libgdiplus_a_AR = $(DTDEFARM64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@libarm64_libws2_32_a_SOURCES = $(src_libws2_32) lib-common/libws2_32.def.in +@LIBARM64_TRUE@libarm64_libws2_32_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@libarm64_libws2_32_a_AR = $(DTDEFARM64) libarm64/ws2_32.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@EXTRA_libarm64_libws2_32_a_DEPENDENCIES = libarm64/ws2_32.def +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libdelayimp_a_SOURCES = +@LIBARM64_TRUE@@W32API_FALSE@nodist_libarm64_libm_a_SOURCES = $(src_libm) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libm_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_liblargeint_a_SOURCES = $(src_liblargeint) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_liblargeint_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingw32_a_CPPFLAGS = $(CPPFLAGSARM64) -D_SYSCRT=1 -DCRTDLL=1 $(extra_include) $(AM_CPPFLAGS) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingw32_a_SOURCES = $(src_libmingw32) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingwex_a_CPPFLAGS = $(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm64) $(src_dfp_math) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmoldname_a_CPPFLAGS = $(CPPFLAGSARM64) $(extra_include) $(AM_CPPFLAGS) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmoldname_a_SOURCES = $(src_libm) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libmingwthrd_a_CPPFLAGS = $(CPPFLAGSARM64) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libucrtbase_a_SOURCES = $(src_ucrtbase) lib-common/ucrtbase.def.in +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libucrtbase_a_AR = $(DTDEFARM64) libarm64/ucrtbase.def && $(AR) $(ARFLAGS) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libucrtbase_a_CPPFLAGS = $(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) +@LIBARM64_TRUE@@W32API_FALSE@EXTRA_libarm64_libucrtbase_a_DEPENDENCIES = libarm64/ucrtbase.def +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libucrt_extra_a_SOURCES = $(src_ucrtbase) +@LIBARM64_TRUE@@W32API_FALSE@libarm64_libucrt_extra_a_CPPFLAGS = $(CPPFLAGSARM64) -D__LIBMSVCRT__ $(extra_include) $(sysincludes) # Don't compile these, but install as is: # @@ -7266,192 +9059,17 @@ # Distribution options # EXTRA_DIST = $(srcdir)/ChangeLog.* revstamp.h \ - $(top_srcdir)/lib32/*.def $(top_srcdir)/lib64/*.def \ + $(top_srcdir)/lib-common/*.def $(top_srcdir)/lib32/*.def \ + $(top_srcdir)/lib64/*.def $(top_srcdir)/libarm32/*.def \ $(top_srcdir)/lib32/*.mri $(top_srcdir)/lib64/*.mri \ + $(top_srcdir)/libarm32/*.mri $(top_srcdir)/lib-common/*.def.in \ $(top_srcdir)/lib32/*.def.in $(top_srcdir)/lib64/*.def.in \ - $(top_srcdir)/def-include/*.def.in $(top_srcdir)/$(winrtlibs) \ - crt/binmode.c crt/crtbegin.c crt/crtdll.c crt/crtend.c \ - crt/crtexe.c crt/CRT_fp8.c crt/CRT_fp10.c crt/CRT_glob.c \ - crt/CRT_noglob.c crt/txtmode.c crt/ucrtexe.c profile/gcrt0.c \ - profile/COPYING profile/CYGWIN_LICENSE \ - math/DFP/mpdecimal-2.3/.hg_archival.txt \ - math/DFP/mpdecimal-2.3/basearith.c \ - math/DFP/mpdecimal-2.3/basearith.h \ - math/DFP/mpdecimal-2.3/bench.c math/DFP/mpdecimal-2.3/bits.h \ - math/DFP/mpdecimal-2.3/cdecimal2.c \ - math/DFP/mpdecimal-2.3/cdecimal3.c \ - math/DFP/mpdecimal-2.3/CHANGELOG.txt \ - math/DFP/mpdecimal-2.3/cmd/compare.c \ - math/DFP/mpdecimal-2.3/cmd/div.c \ - math/DFP/mpdecimal-2.3/cmd/divmod.c \ - math/DFP/mpdecimal-2.3/cmd/multiply.c \ - math/DFP/mpdecimal-2.3/cmd/pow.c \ - math/DFP/mpdecimal-2.3/cmd/powmod.c \ - math/DFP/mpdecimal-2.3/cmd/README.txt \ - math/DFP/mpdecimal-2.3/cmd/shift.c \ - math/DFP/mpdecimal-2.3/cmd/sqrt.c \ - math/DFP/mpdecimal-2.3/config.h.in \ - math/DFP/mpdecimal-2.3/configure \ - math/DFP/mpdecimal-2.3/configure.in \ - math/DFP/mpdecimal-2.3/constants.c \ - math/DFP/mpdecimal-2.3/constants.h \ - math/DFP/mpdecimal-2.3/context.c \ - math/DFP/mpdecimal-2.3/convolute.c \ - math/DFP/mpdecimal-2.3/convolute.h \ - math/DFP/mpdecimal-2.3/crt.c math/DFP/mpdecimal-2.3/crt.h \ - math/DFP/mpdecimal-2.3/difradix2.c \ - math/DFP/mpdecimal-2.3/difradix2.h \ - math/DFP/mpdecimal-2.3/doc/cdecimal/index.html \ - math/DFP/mpdecimal-2.3/doc/index.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/arithmetic.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/assign-convert.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/attributes.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/context.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/decimals.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/functions.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/index.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/memory.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/various.html \ - math/DFP/mpdecimal-2.3/doc/LICENSE.txt \ - math/DFP/mpdecimal-2.3/doc/objects.inv \ - math/DFP/mpdecimal-2.3/doc/search.html \ - math/DFP/mpdecimal-2.3/doc/searchindex.js \ - math/DFP/mpdecimal-2.3/doc/_static/basic.css \ - math/DFP/mpdecimal-2.3/doc/_static/default.css \ - math/DFP/mpdecimal-2.3/doc/_static/doctools.js \ - math/DFP/mpdecimal-2.3/doc/_static/file.png \ - math/DFP/mpdecimal-2.3/doc/_static/jquery.js \ - math/DFP/mpdecimal-2.3/doc/_static/minus.png \ - math/DFP/mpdecimal-2.3/doc/_static/mpdecimal-doc.css \ - math/DFP/mpdecimal-2.3/doc/_static/plus.png \ - math/DFP/mpdecimal-2.3/doc/_static/pygments.css \ - math/DFP/mpdecimal-2.3/doc/_static/searchtools.js \ - math/DFP/mpdecimal-2.3/doc/_static/sidebar.js \ - math/DFP/mpdecimal-2.3/doc/_static/underscore.js \ - math/DFP/mpdecimal-2.3/docstrings.h \ - math/DFP/mpdecimal-2.3/fnt.c math/DFP/mpdecimal-2.3/fnt.h \ - math/DFP/mpdecimal-2.3/fourstep.c \ - math/DFP/mpdecimal-2.3/fourstep.h math/DFP/mpdecimal-2.3/io.c \ - math/DFP/mpdecimal-2.3/io.h \ - math/DFP/mpdecimal-2.3/LIBINSTALL.txt \ - math/DFP/mpdecimal-2.3/LICENSE.txt \ - math/DFP/mpdecimal-2.3/literature/mpdecimal.lisp \ - math/DFP/mpdecimal-2.3/literature/README.txt \ - math/DFP/mpdecimal-2.3/literature/umodarith.lisp \ - math/DFP/mpdecimal-2.3/Makefile.in \ - math/DFP/mpdecimal-2.3/Makefile.vc \ - math/DFP/mpdecimal-2.3/memory.c \ - math/DFP/mpdecimal-2.3/memory.h \ - math/DFP/mpdecimal-2.3/mpdecimal-i686.h \ - math/DFP/mpdecimal-2.3/mpdecimal-x86_64.h \ - math/DFP/mpdecimal-2.3/mpdecimal.c \ - math/DFP/mpdecimal-2.3/mpdecimal.h.in \ - math/DFP/mpdecimal-2.3/mpdecimal32vc.h \ - math/DFP/mpdecimal-2.3/mpdecimal64vc.h \ - math/DFP/mpdecimal-2.3/mpsignal.c \ - math/DFP/mpdecimal-2.3/mptest.h \ - math/DFP/mpdecimal-2.3/mptypes.h \ - math/DFP/mpdecimal-2.3/numbertheory.c \ - math/DFP/mpdecimal-2.3/numbertheory.h \ - math/DFP/mpdecimal-2.3/PKG-INFO \ - math/DFP/mpdecimal-2.3/PYINSTALL.txt \ - math/DFP/mpdecimal-2.3/python/Bench.class \ - math/DFP/mpdecimal-2.3/python/Bench.java \ - math/DFP/mpdecimal-2.3/python/bench.py \ - math/DFP/mpdecimal-2.3/python/BENCHMARK.txt \ - math/DFP/mpdecimal-2.3/python/build_all_branches.bat \ - math/DFP/mpdecimal-2.3/python/build_all_branches.sh \ - math/DFP/mpdecimal-2.3/python/build_all_releases.sh \ - math/DFP/mpdecimal-2.3/python/ctx-deccheck2.py \ - math/DFP/mpdecimal-2.3/python/deccheck2.py \ - math/DFP/mpdecimal-2.3/python/deccheck3.py \ - math/DFP/mpdecimal-2.3/python/failapi2.diff \ - math/DFP/mpdecimal-2.3/python/failapi3.diff \ - math/DFP/mpdecimal-2.3/python/formathelper.py \ - math/DFP/mpdecimal-2.3/python/genlocale.py \ - math/DFP/mpdecimal-2.3/python/genrandformat.py \ - math/DFP/mpdecimal-2.3/python/genrandlocale.py \ - math/DFP/mpdecimal-2.3/python/gettests.bat \ - math/DFP/mpdecimal-2.3/python/gettests.sh \ - math/DFP/mpdecimal-2.3/python/get_all_branches.bat \ - math/DFP/mpdecimal-2.3/python/get_all_branches.sh \ - math/DFP/mpdecimal-2.3/python/get_all_releases.sh \ - math/DFP/mpdecimal-2.3/python/randdec.py \ - math/DFP/mpdecimal-2.3/python/randfloat.py \ - math/DFP/mpdecimal-2.3/python/README.txt \ - math/DFP/mpdecimal-2.3/python/runall-amd64.bat \ - math/DFP/mpdecimal-2.3/python/runall-memorydebugger.sh \ - math/DFP/mpdecimal-2.3/python/runall-refleak.bat \ - math/DFP/mpdecimal-2.3/python/runall-releases.sh \ - math/DFP/mpdecimal-2.3/python/runall-x86.bat \ - math/DFP/mpdecimal-2.3/python/runall.sh \ - math/DFP/mpdecimal-2.3/python/test_cdecimal2.5.py \ - math/DFP/mpdecimal-2.3/python/test_cdecimal2.py \ - math/DFP/mpdecimal-2.3/python/test_cdecimal3.py \ - math/DFP/mpdecimal-2.3/python/valgrind.supp \ - math/DFP/mpdecimal-2.3/README.txt \ - math/DFP/mpdecimal-2.3/setup.py \ - math/DFP/mpdecimal-2.3/sixstep.c \ - math/DFP/mpdecimal-2.3/sixstep.h \ - math/DFP/mpdecimal-2.3/tests/additional.decTest \ - math/DFP/mpdecimal-2.3/tests/cov.c \ - math/DFP/mpdecimal-2.3/tests/covreport.py \ - math/DFP/mpdecimal-2.3/tests/deccheck.c \ - math/DFP/mpdecimal-2.3/tests/dnloop-windows.patch \ - math/DFP/mpdecimal-2.3/tests/dnloop.patch \ - math/DFP/mpdecimal-2.3/tests/fntcov.c \ - math/DFP/mpdecimal-2.3/tests/fullcov_header.patch \ - math/DFP/mpdecimal-2.3/tests/getdn.bat \ - math/DFP/mpdecimal-2.3/tests/getdn.sh \ - math/DFP/mpdecimal-2.3/tests/gettests.bat \ - math/DFP/mpdecimal-2.3/tests/gettests.sh \ - math/DFP/mpdecimal-2.3/tests/karatsuba_fnt.c \ - math/DFP/mpdecimal-2.3/tests/karatsuba_fnt2.c \ - math/DFP/mpdecimal-2.3/tests/Makefile.in \ - math/DFP/mpdecimal-2.3/tests/Makefile.vc \ - math/DFP/mpdecimal-2.3/tests/malloc_fail.c \ - math/DFP/mpdecimal-2.3/tests/malloc_fail.h \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_add.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_divmod.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_mul.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_sub.c \ - math/DFP/mpdecimal-2.3/tests/official.decTest \ - math/DFP/mpdecimal-2.3/tests/ppro_mulmod.c \ - math/DFP/mpdecimal-2.3/tests/README.txt \ - math/DFP/mpdecimal-2.3/tests/runallconfigs.bat \ - math/DFP/mpdecimal-2.3/tests/runallconfigs.sh \ - math/DFP/mpdecimal-2.3/tests/runalltests.bat \ - math/DFP/mpdecimal-2.3/tests/runalltests.sh \ - math/DFP/mpdecimal-2.3/tests/runshort.bat \ - math/DFP/mpdecimal-2.3/tests/runshort.sh \ - math/DFP/mpdecimal-2.3/tests/runtest.c \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/baseconv.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/binop_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/cov.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/extra.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/fma_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/format.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/getint.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/invroot.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/largeint.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/shiftlr.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/testruntest.decTest \ - math/DFP/mpdecimal-2.3/tests/test_transpose.c \ - math/DFP/mpdecimal-2.3/tools/release.sh \ - math/DFP/mpdecimal-2.3/tools/replace.sh \ - math/DFP/mpdecimal-2.3/tools/todos.sh \ - math/DFP/mpdecimal-2.3/transpose.c \ - math/DFP/mpdecimal-2.3/transpose.h \ - math/DFP/mpdecimal-2.3/typearith.h \ - math/DFP/mpdecimal-2.3/umodarith.h \ - math/DFP/mpdecimal-2.3/vars.mk \ - math/DFP/mpdecimal-2.3/vccompat.h \ - math/DFP/mpdecimal-2.3/vcdiv64.asm \ - math/DFP/mpdecimal-2.3/vcstdint.h + $(top_srcdir)/libarm32/*.def.in \ + $(top_srcdir)/def-include/*.def.in crt/binmode.c \ + crt/crtbegin.c crt/crtdll.c crt/crtend.c crt/crtexe.c \ + crt/CRT_fp8.c crt/CRT_fp10.c crt/CRT_glob.c crt/CRT_noglob.c \ + crt/txtmode.c crt/ucrtexe.c profile/gcrt0.c profile/COPYING \ + profile/CYGWIN_LICENSE stdio/scanf2-template.S DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) $(withsys) # Testsuite options @@ -7470,7 +9088,7 @@ testcases/t_setjmp testcases/t_sigv testcases/t_speed_powl \ testcases/t_stat testcases/t_stdint testcases/t_time \ testcases/t_tls1 testcases/t_trycatch testcases/t_stat_slash \ - testcases/t_wreaddir testcases/t_fseeko64 $(am__append_14) + testcases/t_wreaddir testcases/t_fseeko64 $(am__append_28) testcases_tstmaincpp_SOURCES = testcases/tstmaincpp.cpp testcases_t_trycatch_SOURCES = testcases/t_trycatch.cpp testcases_t_intrinc_CFLAGS = -std=c99 @@ -7479,7 +9097,7 @@ # Do not specify TESTS = check_PROGRAMS, because some TESTS # may not be check_PROGRAMS. -check_LIBRARIES = $(am__append_15) $(am__append_19) +check_LIBRARIES = $(am__append_29) $(am__append_33) # Complex library check sources. check_complex_lib_sources = \ @@ -7781,7 +9399,7 @@ .SUFFIXES: .S .c .cpp .log .o .obj .test .test$(EXEEXT) .trs am--refresh: Makefile @: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/lib32/Makefile.am $(srcdir)/libarm32/Makefile.am $(srcdir)/testcases/complex/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/lib32/Makefile.am $(srcdir)/lib64/Makefile.am $(srcdir)/libarm32/Makefile.am $(srcdir)/libarm64/Makefile.am $(srcdir)/testcases/complex/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -7794,7 +9412,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -7804,7 +9421,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; -$(srcdir)/lib32/Makefile.am $(srcdir)/libarm32/Makefile.am $(srcdir)/testcases/complex/Makefile.am: +$(srcdir)/lib32/Makefile.am $(srcdir)/lib64/Makefile.am $(srcdir)/libarm32/Makefile.am $(srcdir)/libarm64/Makefile.am $(srcdir)/testcases/complex/Makefile.am $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -7925,6 +9542,40 @@ clean-libarm32LIBRARIES: -test -z "$(libarm32_LIBRARIES)" || rm -f $(libarm32_LIBRARIES) +install-libarm64LIBRARIES: $(libarm64_LIBRARIES) + @$(NORMAL_INSTALL) + @list='$(libarm64_LIBRARIES)'; test -n "$(libarm64dir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libarm64dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libarm64dir)" || exit 1; \ + echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libarm64dir)'"; \ + $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libarm64dir)" || exit $$?; } + @$(POST_INSTALL) + @list='$(libarm64_LIBRARIES)'; test -n "$(libarm64dir)" || list=; \ + for p in $$list; do \ + if test -f $$p; then \ + $(am__strip_dir) \ + echo " ( cd '$(DESTDIR)$(libarm64dir)' && $(RANLIB) $$f )"; \ + ( cd "$(DESTDIR)$(libarm64dir)" && $(RANLIB) $$f ) || exit $$?; \ + else :; fi; \ + done + +uninstall-libarm64LIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(libarm64_LIBRARIES)'; test -n "$(libarm64dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(libarm64dir)'; $(am__uninstall_files_from_dir) + +clean-libarm64LIBRARIES: + -test -z "$(libarm64_LIBRARIES)" || rm -f $(libarm64_LIBRARIES) + +clean-noinstLIBRARIES: + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libsrc/$(am__dirstamp): @$(MKDIR_P) libsrc @: > libsrc/$(am__dirstamp) @@ -7941,6 +9592,29 @@ $(AM_V_at)-rm -f lib32/libamstrmid.a $(AM_V_AR)$(lib32_libamstrmid_a_AR) lib32/libamstrmid.a $(lib32_libamstrmid_a_OBJECTS) $(lib32_libamstrmid_a_LIBADD) $(AM_V_at)$(RANLIB) lib32/libamstrmid.a +misc/$(am__dirstamp): + @$(MKDIR_P) misc + @: > misc/$(am__dirstamp) +misc/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) misc/$(DEPDIR) + @: > misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libcrtdll_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libcrtdll_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/$(am__dirstamp): + @$(MKDIR_P) stdio + @: > stdio/$(am__dirstamp) +stdio/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) stdio/$(DEPDIR) + @: > stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libcrtdll_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libcrtdll.a: $(lib32_libcrtdll_a_OBJECTS) $(lib32_libcrtdll_a_DEPENDENCIES) $(EXTRA_lib32_libcrtdll_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libcrtdll.a + $(AM_V_AR)$(lib32_libcrtdll_a_AR) lib32/libcrtdll.a $(lib32_libcrtdll_a_OBJECTS) $(lib32_libcrtdll_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libcrtdll.a lib32/libdelayimp.a: $(lib32_libdelayimp_a_OBJECTS) $(lib32_libdelayimp_a_DEPENDENCIES) $(EXTRA_lib32_libdelayimp_a_DEPENDENCIES) lib32/$(am__dirstamp) $(AM_V_at)-rm -f lib32/libdelayimp.a @@ -8233,8 +9907,6 @@ crt/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) crt/$(DEPDIR) @: > crt/$(DEPDIR)/$(am__dirstamp) -crt/lib32_libmingw32_a-atonexit.$(OBJEXT): crt/$(am__dirstamp) \ - crt/$(DEPDIR)/$(am__dirstamp) crt/lib32_libmingw32_a-crt0_c.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) crt/lib32_libmingw32_a-dll_argv.$(OBJEXT): crt/$(am__dirstamp) \ @@ -8291,6 +9963,8 @@ crt/$(DEPDIR)/$(am__dirstamp) crt/lib32_libmingw32_a-tlsmcrt.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) +crt/lib32_libmingw32_a-cxa_atexit.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) lib32/libmingw32.a: $(lib32_libmingw32_a_OBJECTS) $(lib32_libmingw32_a_DEPENDENCIES) $(EXTRA_lib32_libmingw32_a_DEPENDENCIES) lib32/$(am__dirstamp) $(AM_V_at)-rm -f lib32/libmingw32.a @@ -8362,6 +10036,12 @@ complex/$(DEPDIR)/$(am__dirstamp) complex/lib32_libmingwex_a-clogl.$(OBJEXT): complex/$(am__dirstamp) \ complex/$(DEPDIR)/$(am__dirstamp) +complex/lib32_libmingwex_a-clog10.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/lib32_libmingwex_a-clog10f.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/lib32_libmingwex_a-clog10l.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) complex/lib32_libmingwex_a-conj.$(OBJEXT): complex/$(am__dirstamp) \ complex/$(DEPDIR)/$(am__dirstamp) complex/lib32_libmingwex_a-conjf.$(OBJEXT): complex/$(am__dirstamp) \ @@ -8458,36 +10138,6 @@ math/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) math/$(DEPDIR) @: > math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-_chgsignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ceil.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ceilf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ceill.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-copysignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-floor.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-floorf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-floorl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-nearbyint.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-nearbyintf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-truncf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-cbrt.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-cbrtf.$(OBJEXT): math/$(am__dirstamp) \ @@ -8520,6 +10170,10 @@ math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-fdiml.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) +math/lib32_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/lib32_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-fmal.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-fmax.$(OBJEXT): math/$(am__dirstamp) \ @@ -8666,16 +10320,12 @@ math/$(DEPDIR)/$(am__dirstamp) math/lib32_libmingwex_a-abs64.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) -misc/$(am__dirstamp): - @$(MKDIR_P) misc - @: > misc/$(am__dirstamp) -misc/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) misc/$(DEPDIR) - @: > misc/$(DEPDIR)/$(am__dirstamp) misc/lib32_libmingwex_a-mingw_getsp.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) misc/lib32_libmingwex_a-alarm.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmingwex_a-assert.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) misc/lib32_libmingwex_a-basename.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) misc/lib32_libmingwex_a-btowc.$(OBJEXT): misc/$(am__dirstamp) \ @@ -8850,12 +10500,6 @@ misc/$(DEPDIR)/$(am__dirstamp) misc/lib32_libmingwex_a-ftw64.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) -stdio/$(am__dirstamp): - @$(MKDIR_P) stdio - @: > stdio/$(am__dirstamp) -stdio/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) stdio/$(DEPDIR) - @: > stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-vfscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-vfwscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ @@ -8870,6 +10514,8 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-strtok_r.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmingwex_a-scanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-_Exit.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-_findfirst64i32.$(OBJEXT): \ @@ -9002,8 +10648,6 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-vsnprintf.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) -stdio/lib32_libmingwex_a-vsnprintf_s.$(OBJEXT): stdio/$(am__dirstamp) \ - stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-vsnwprintf.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-vsscanf.$(OBJEXT): stdio/$(am__dirstamp) \ @@ -9018,148 +10662,180 @@ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib32_libmingwex_a-mingw_vasprintf.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-acosf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-acosh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-acosl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-acoshf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-acoshl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-asinf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-asinh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-asinl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-asinhf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-asinhl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atan2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atan2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atan2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atanf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atanh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atanl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atanhf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-atanhl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-cos.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-cosf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-cosl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-cosl_internal.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-cossin.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-exp.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-expl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-exp2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-exp2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-exp2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-expm1.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-expm1f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-expm1l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fmod.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fmodf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fmodl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-frexpl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-fucom.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ilogb.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ilogbf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ilogbl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-internal_logl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ldexp.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-ldexpl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log10l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log1p.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log1pf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log1pl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-log2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-logb.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-logbf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-logbl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-logl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-powl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remainder.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remainderf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remainderl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remquo.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-remquol.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-scalbn.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-scalbnf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-scalbnl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-sin.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-sinf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-sinl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-sinl_internal.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-tanf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib32_libmingwex_a-tanl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) +math/x86/$(am__dirstamp): + @$(MKDIR_P) math/x86 + @: > math/x86/$(am__dirstamp) +math/x86/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) math/x86/$(DEPDIR) + @: > math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-_chgsignl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-acosf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-acosh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-acosl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-acoshf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-acoshl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-asinf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-asinh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-asinl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-asinhf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-asinhl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atan2f.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atan2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atan2l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atanf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atanh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atanl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atanhf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-atanhl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ceil.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ceilf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ceill.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-copysignl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-cos.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-cosf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-cosl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-cosl_internal.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-cossin.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-exp.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-expl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-exp2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-exp2f.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-exp2l.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-expm1.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-expm1f.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-expm1l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-floor.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-floorf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-floorl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-fmod.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-fmodf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-fmodl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-frexpl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-fucom.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ilogb.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ilogbf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ilogbl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-internal_logl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ldexp.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-ldexpl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log10l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log1p.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log1pf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log1pl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log2f.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-log2l.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-logb.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-logbf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-logbl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-logl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-nearbyint.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-nearbyintf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-nearbyintl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-pow.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-powl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remainder.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remainderf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remainderl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remquo.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remquof.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-remquol.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-scalbn.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-scalbnf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-scalbnl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-sin.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-sinf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-sinl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-sinl_internal.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-tanf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-tanl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-trunc.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib32_libmingwex_a-truncf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) math/DFP/$(am__dirstamp): @$(MKDIR_P) math/DFP @: > math/DFP/$(am__dirstamp) @@ -9207,13 +10883,109 @@ $(AM_V_at)-rm -f lib32/libmoldname.a $(AM_V_AR)$(lib32_libmoldname_a_AR) lib32/libmoldname.a $(lib32_libmoldname_a_OBJECTS) $(lib32_libmoldname_a_LIBADD) $(AM_V_at)$(RANLIB) lib32/libmoldname.a -misc/lib32_libmsvcrt_a-_configthreadlocale.$(OBJEXT): \ +misc/lib32_libmsvcr100_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr100_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr100_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr100.a: $(lib32_libmsvcr100_a_OBJECTS) $(lib32_libmsvcr100_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr100_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr100.a + $(AM_V_AR)$(lib32_libmsvcr100_a_AR) lib32/libmsvcr100.a $(lib32_libmsvcr100_a_OBJECTS) $(lib32_libmsvcr100_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr100.a +misc/lib32_libmsvcr110_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr110_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr110_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr110.a: $(lib32_libmsvcr110_a_OBJECTS) $(lib32_libmsvcr110_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr110_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr110.a + $(AM_V_AR)$(lib32_libmsvcr110_a_AR) lib32/libmsvcr110.a $(lib32_libmsvcr110_a_OBJECTS) $(lib32_libmsvcr110_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr110.a +misc/lib32_libmsvcr120_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr120_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr120_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr120.a: $(lib32_libmsvcr120_a_OBJECTS) $(lib32_libmsvcr120_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr120_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr120.a + $(AM_V_AR)$(lib32_libmsvcr120_a_AR) lib32/libmsvcr120.a $(lib32_libmsvcr120_a_OBJECTS) $(lib32_libmsvcr120_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr120.a +misc/lib32_libmsvcr120_app_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr120_app_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr120_app_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr120_app.a: $(lib32_libmsvcr120_app_a_OBJECTS) $(lib32_libmsvcr120_app_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr120_app_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr120_app.a + $(AM_V_AR)$(lib32_libmsvcr120_app_a_AR) lib32/libmsvcr120_app.a $(lib32_libmsvcr120_app_a_OBJECTS) $(lib32_libmsvcr120_app_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr120_app.a +misc/lib32_libmsvcr120d_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr120d_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr120d_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr120d.a: $(lib32_libmsvcr120d_a_OBJECTS) $(lib32_libmsvcr120d_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr120d_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr120d.a + $(AM_V_AR)$(lib32_libmsvcr120d_a_AR) lib32/libmsvcr120d.a $(lib32_libmsvcr120d_a_OBJECTS) $(lib32_libmsvcr120d_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr120d.a +misc/lib32_libmsvcr80_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr80_a-register_tls_atexit.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/lib32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT): \ +stdio/lib32_libmsvcr80_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr80.a: $(lib32_libmsvcr80_a_OBJECTS) $(lib32_libmsvcr80_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr80_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr80.a + $(AM_V_AR)$(lib32_libmsvcr80_a_AR) lib32/libmsvcr80.a $(lib32_libmsvcr80_a_OBJECTS) $(lib32_libmsvcr80_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr80.a +misc/lib32_libmsvcr90_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcr90_a-register_tls_atexit.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/lib32_libmsvcrt_a-output_format.$(OBJEXT): misc/$(am__dirstamp) \ +stdio/lib32_libmsvcr90_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr90.a: $(lib32_libmsvcr90_a_OBJECTS) $(lib32_libmsvcr90_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr90_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr90.a + $(AM_V_AR)$(lib32_libmsvcr90_a_AR) lib32/libmsvcr90.a $(lib32_libmsvcr90_a_OBJECTS) $(lib32_libmsvcr90_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr90.a +misc/lib32_libmsvcr90d_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) -misc/lib32_libmsvcrt_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ +misc/lib32_libmsvcr90d_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcr90d_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libmsvcr90d.a: $(lib32_libmsvcr90d_a_OBJECTS) $(lib32_libmsvcr90d_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcr90d_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcr90d.a + $(AM_V_AR)$(lib32_libmsvcr90d_a_AR) lib32/libmsvcr90d.a $(lib32_libmsvcr90d_a_OBJECTS) $(lib32_libmsvcr90d_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcr90d.a +misc/lib32_libmsvcrt_os_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-_get_current_locale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-output_format.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) secapi/$(am__dirstamp): @$(MKDIR_P) secapi @@ -9221,101 +10993,101 @@ secapi/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) secapi/$(DEPDIR) @: > secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_access_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cgets_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cgetws_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_chsize_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_controlfp_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_access_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cprintf_s_l.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cgets_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_ctime32_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_ctime64_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cwprintf_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cgetws_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_chsize_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_gmtime32_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_controlfp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_gmtime64_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_localtime32_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_localtime64_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_ctime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_mktemp_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_sopen_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_strdate_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_strtime_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_umask_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vcprintf_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_ctime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vcwprintf_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vscprintf_p.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vscwprintf_p.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_localtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_vswprintf_p.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_localtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_waccess_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wasctime_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_mktemp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wctime32_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_sopen_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wctime64_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_strdate_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wstrtime_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_strtime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wmktemp_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-_wstrdate_s.$(OBJEXT): \ +secapi/lib32_libmsvcrt_os_a-_umask_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-asctime_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-memcpy_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-memmove_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-rand_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-sprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-strerror_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-vsprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-wmemcpy_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib32_libmsvcrt_a-wmemmove_s.$(OBJEXT): secapi/$(am__dirstamp) \ +secapi/lib32_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_waccess_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wasctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wctime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wctime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-asctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-memcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-memmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-rand_s.$(OBJEXT): secapi/$(am__dirstamp) \ secapi/$(DEPDIR)/$(am__dirstamp) -stdio/lib32_libmsvcrt_a-mingw_lock.$(OBJEXT): stdio/$(am__dirstamp) \ - stdio/$(DEPDIR)/$(am__dirstamp) -misc/lib32_libmsvcrt_a-lc_locale_func.$(OBJEXT): misc/$(am__dirstamp) \ - misc/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-sprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-strerror_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-vsprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib32_libmsvcrt_os_a-wmemmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libmsvcrt_os_a-mingw_lock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/lib32_libmsvcrt_os_a-lc_locale_func.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -lib32/libmsvcrt.a: $(lib32_libmsvcrt_a_OBJECTS) $(lib32_libmsvcrt_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcrt_a_DEPENDENCIES) lib32/$(am__dirstamp) - $(AM_V_at)-rm -f lib32/libmsvcrt.a - $(AM_V_AR)$(lib32_libmsvcrt_a_AR) lib32/libmsvcrt.a $(lib32_libmsvcrt_a_OBJECTS) $(lib32_libmsvcrt_a_LIBADD) - $(AM_V_at)$(RANLIB) lib32/libmsvcrt.a +lib32/libmsvcrt-os.a: $(lib32_libmsvcrt_os_a_OBJECTS) $(lib32_libmsvcrt_os_a_DEPENDENCIES) $(EXTRA_lib32_libmsvcrt_os_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libmsvcrt-os.a + $(AM_V_AR)$(lib32_libmsvcrt_os_a_AR) lib32/libmsvcrt-os.a $(lib32_libmsvcrt_os_a_OBJECTS) $(lib32_libmsvcrt_os_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libmsvcrt-os.a libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) @@ -9365,6 +11137,77 @@ $(AM_V_at)-rm -f lib32/libstrmiids.a $(AM_V_AR)$(lib32_libstrmiids_a_AR) lib32/libstrmiids.a $(lib32_libstrmiids_a_OBJECTS) $(lib32_libstrmiids_a_LIBADD) $(AM_V_at)$(RANLIB) lib32/libstrmiids.a +libsrc/lib32_libtaskschd_a-taskschd.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) + +lib32/libtaskschd.a: $(lib32_libtaskschd_a_OBJECTS) $(lib32_libtaskschd_a_DEPENDENCIES) $(EXTRA_lib32_libtaskschd_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libtaskschd.a + $(AM_V_AR)$(lib32_libtaskschd_a_AR) lib32/libtaskschd.a $(lib32_libtaskschd_a_OBJECTS) $(lib32_libtaskschd_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libtaskschd.a +lib32/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) lib32/$(DEPDIR) + @: > lib32/$(DEPDIR)/$(am__dirstamp) +lib32/libucrt.$(OBJEXT): lib32/$(am__dirstamp) \ + lib32/$(DEPDIR)/$(am__dirstamp) + +@LIB32_FALSE@lib32/libucrt.a: $(lib32_libucrt_a_OBJECTS) $(lib32_libucrt_a_DEPENDENCIES) $(EXTRA_lib32_libucrt_a_DEPENDENCIES) lib32/$(am__dirstamp) +@LIB32_FALSE@ $(AM_V_at)-rm -f lib32/libucrt.a +@LIB32_FALSE@ $(AM_V_AR)$(lib32_libucrt_a_AR) lib32/libucrt.a $(lib32_libucrt_a_OBJECTS) $(lib32_libucrt_a_LIBADD) +@LIB32_FALSE@ $(AM_V_at)$(RANLIB) lib32/libucrt.a +crt/lib32_libucrt_extra_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libucrt_extra.a: $(lib32_libucrt_extra_a_OBJECTS) $(lib32_libucrt_extra_a_DEPENDENCIES) $(EXTRA_lib32_libucrt_extra_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libucrt_extra.a + $(AM_V_AR)$(lib32_libucrt_extra_a_AR) lib32/libucrt_extra.a $(lib32_libucrt_extra_a_OBJECTS) $(lib32_libucrt_extra_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libucrt_extra.a +crt/lib32_libucrtbase_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib32_libucrtbase_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib32/libucrtbase.a: $(lib32_libucrtbase_a_OBJECTS) $(lib32_libucrtbase_a_DEPENDENCIES) $(EXTRA_lib32_libucrtbase_a_DEPENDENCIES) lib32/$(am__dirstamp) + $(AM_V_at)-rm -f lib32/libucrtbase.a + $(AM_V_AR)$(lib32_libucrtbase_a_AR) lib32/libucrtbase.a $(lib32_libucrtbase_a_OBJECTS) $(lib32_libucrtbase_a_LIBADD) + $(AM_V_at)$(RANLIB) lib32/libucrtbase.a libsrc/lib32_libuuid_a-ativscp-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib32_libuuid_a-atsmedia-uuid.$(OBJEXT): \ @@ -9437,6 +11280,8 @@ libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib32_libuuid_a-powrprof-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/lib32_libuuid_a-uianimation-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib32_libuuid_a-usbcamdi-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib32_libuuid_a-usbiodef-uuid.$(OBJEXT): \ @@ -9606,6 +11451,17 @@ $(AM_V_at)-rm -f lib64/libamstrmid.a $(AM_V_AR)$(lib64_libamstrmid_a_AR) lib64/libamstrmid.a $(lib64_libamstrmid_a_OBJECTS) $(lib64_libamstrmid_a_LIBADD) $(AM_V_at)$(RANLIB) lib64/libamstrmid.a +misc/lib64_libcrtdll_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libcrtdll_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libcrtdll_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libcrtdll.a: $(lib64_libcrtdll_a_OBJECTS) $(lib64_libcrtdll_a_DEPENDENCIES) $(EXTRA_lib64_libcrtdll_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libcrtdll.a + $(AM_V_AR)$(lib64_libcrtdll_a_AR) lib64/libcrtdll.a $(lib64_libcrtdll_a_OBJECTS) $(lib64_libcrtdll_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libcrtdll.a lib64/libdelayimp.a: $(lib64_libdelayimp_a_OBJECTS) $(lib64_libdelayimp_a_DEPENDENCIES) $(EXTRA_lib64_libdelayimp_a_DEPENDENCIES) lib64/$(am__dirstamp) $(AM_V_at)-rm -f lib64/libdelayimp.a @@ -9926,8 +11782,6 @@ $(AM_V_at)-rm -f lib64/libmfuuid.a $(AM_V_AR)$(lib64_libmfuuid_a_AR) lib64/libmfuuid.a $(lib64_libmfuuid_a_OBJECTS) $(lib64_libmfuuid_a_LIBADD) $(AM_V_at)$(RANLIB) lib64/libmfuuid.a -crt/lib64_libmingw32_a-atonexit.$(OBJEXT): crt/$(am__dirstamp) \ - crt/$(DEPDIR)/$(am__dirstamp) crt/lib64_libmingw32_a-crt0_c.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) crt/lib64_libmingw32_a-dll_argv.$(OBJEXT): crt/$(am__dirstamp) \ @@ -9984,6 +11838,8 @@ crt/$(DEPDIR)/$(am__dirstamp) crt/lib64_libmingw32_a-tlsmcrt.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) +crt/lib64_libmingw32_a-cxa_atexit.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) lib64/libmingw32.a: $(lib64_libmingw32_a_OBJECTS) $(lib64_libmingw32_a_DEPENDENCIES) $(EXTRA_lib64_libmingw32_a_DEPENDENCIES) lib64/$(am__dirstamp) $(AM_V_at)-rm -f lib64/libmingw32.a @@ -10049,6 +11905,12 @@ complex/$(DEPDIR)/$(am__dirstamp) complex/lib64_libmingwex_a-clogl.$(OBJEXT): complex/$(am__dirstamp) \ complex/$(DEPDIR)/$(am__dirstamp) +complex/lib64_libmingwex_a-clog10.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/lib64_libmingwex_a-clog10f.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/lib64_libmingwex_a-clog10l.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) complex/lib64_libmingwex_a-conj.$(OBJEXT): complex/$(am__dirstamp) \ complex/$(DEPDIR)/$(am__dirstamp) complex/lib64_libmingwex_a-conjf.$(OBJEXT): complex/$(am__dirstamp) \ @@ -10133,36 +11995,6 @@ gdtoa/$(DEPDIR)/$(am__dirstamp) gdtoa/lib64_libmingwex_a-ulp.$(OBJEXT): gdtoa/$(am__dirstamp) \ gdtoa/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-_chgsignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ceil.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ceilf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ceill.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-copysignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-floor.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-floorf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-floorl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-nearbyint.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-nearbyintf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-truncf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) math/lib64_libmingwex_a-cbrt.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/lib64_libmingwex_a-cbrtf.$(OBJEXT): math/$(am__dirstamp) \ @@ -10195,6 +12027,10 @@ math/$(DEPDIR)/$(am__dirstamp) math/lib64_libmingwex_a-fdiml.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) +math/lib64_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/lib64_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) math/lib64_libmingwex_a-fmal.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/lib64_libmingwex_a-fmax.$(OBJEXT): math/$(am__dirstamp) \ @@ -10345,6 +12181,8 @@ misc/$(DEPDIR)/$(am__dirstamp) misc/lib64_libmingwex_a-alarm.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmingwex_a-assert.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) misc/lib64_libmingwex_a-basename.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) misc/lib64_libmingwex_a-btowc.$(OBJEXT): misc/$(am__dirstamp) \ @@ -10533,6 +12371,8 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-strtok_r.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmingwex_a-scanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-_Exit.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-_findfirst64i32.$(OBJEXT): \ @@ -10665,8 +12505,6 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-vsnprintf.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) -stdio/lib64_libmingwex_a-vsnprintf_s.$(OBJEXT): stdio/$(am__dirstamp) \ - stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-vsnwprintf.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-vsscanf.$(OBJEXT): stdio/$(am__dirstamp) \ @@ -10681,148 +12519,174 @@ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) stdio/lib64_libmingwex_a-mingw_vasprintf.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-acosf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-acosh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-acosl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-acoshf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-acoshl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-asinf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-asinh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-asinl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-asinhf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-asinhl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atan2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atan2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atan2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atanf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atanh.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atanl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atanhf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-atanhl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-cos.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-cosf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-cosl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-cosl_internal.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-cossin.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-exp.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-expl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-exp2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-exp2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-exp2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-expm1.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-expm1f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-expm1l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fmod.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fmodf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fmodl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-frexpl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-fucom.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ilogb.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ilogbf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ilogbl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-internal_logl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ldexp.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-ldexpl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log10l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log1p.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log1pf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log1pl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log2.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log2f.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-log2l.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-logb.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-logbf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-logbl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-logl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-pow.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-powl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remainder.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remainderf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remainderl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remquo.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remquof.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-remquol.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-scalbn.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-scalbnf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-scalbnl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-sin.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-sinf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-sinl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-sinl_internal.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-tanf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/lib64_libmingwex_a-tanl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-_chgsignl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-acosf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-acosh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-acosl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-acoshf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-acoshl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-asinf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-asinh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-asinl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-asinhf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-asinhl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atan2f.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atan2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atan2l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atanf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atanh.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atanl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atanhf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-atanhl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ceil.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ceilf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ceill.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-copysignl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-cos.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-cosf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-cosl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-cosl_internal.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-cossin.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-exp.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-expl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-exp2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-exp2f.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-exp2l.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-expm1.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-expm1f.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-expm1l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-floor.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-floorf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-floorl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-fmod.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-fmodf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-fmodl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-frexpl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-fucom.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ilogb.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ilogbf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ilogbl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-internal_logl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ldexp.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-ldexpl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log10l.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log1p.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log1pf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log1pl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log2.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log2f.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-log2l.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-logb.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-logbf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-logbl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-logl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-nearbyint.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-nearbyintf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-nearbyintl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-pow.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-powl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remainder.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remainderf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remainderl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remquo.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remquof.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-remquol.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-scalbn.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-scalbnf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-scalbnl.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-sin.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-sinf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-sinl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-sinl_internal.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-tanf.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-tanl.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-trunc.$(OBJEXT): math/x86/$(am__dirstamp) \ + math/x86/$(DEPDIR)/$(am__dirstamp) +math/x86/lib64_libmingwex_a-truncf.$(OBJEXT): \ + math/x86/$(am__dirstamp) math/x86/$(DEPDIR)/$(am__dirstamp) math/DFP/lib64_libmingwex_a-__fpclassifyd32.$(OBJEXT): \ math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) math/DFP/lib64_libmingwex_a-__fpclassifyd64.$(OBJEXT): \ @@ -10864,107 +12728,219 @@ $(AM_V_at)-rm -f lib64/libmoldname.a $(AM_V_AR)$(lib64_libmoldname_a_AR) lib64/libmoldname.a $(lib64_libmoldname_a_OBJECTS) $(lib64_libmoldname_a_LIBADD) $(AM_V_at)$(RANLIB) lib64/libmoldname.a -misc/lib64_libmsvcrt_a-_configthreadlocale.$(OBJEXT): \ +misc/lib64_libmsvcr100_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr100_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr100_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr100.a: $(lib64_libmsvcr100_a_OBJECTS) $(lib64_libmsvcr100_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr100_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr100.a + $(AM_V_AR)$(lib64_libmsvcr100_a_AR) lib64/libmsvcr100.a $(lib64_libmsvcr100_a_OBJECTS) $(lib64_libmsvcr100_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr100.a +misc/lib64_libmsvcr110_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr110_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr110_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr110.a: $(lib64_libmsvcr110_a_OBJECTS) $(lib64_libmsvcr110_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr110_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr110.a + $(AM_V_AR)$(lib64_libmsvcr110_a_AR) lib64/libmsvcr110.a $(lib64_libmsvcr110_a_OBJECTS) $(lib64_libmsvcr110_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr110.a +misc/lib64_libmsvcr120_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr120_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr120_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr120.a: $(lib64_libmsvcr120_a_OBJECTS) $(lib64_libmsvcr120_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr120_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr120.a + $(AM_V_AR)$(lib64_libmsvcr120_a_AR) lib64/libmsvcr120.a $(lib64_libmsvcr120_a_OBJECTS) $(lib64_libmsvcr120_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr120.a +misc/lib64_libmsvcr120_app_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr120_app_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr120_app_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr120_app.a: $(lib64_libmsvcr120_app_a_OBJECTS) $(lib64_libmsvcr120_app_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr120_app_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr120_app.a + $(AM_V_AR)$(lib64_libmsvcr120_app_a_AR) lib64/libmsvcr120_app.a $(lib64_libmsvcr120_app_a_OBJECTS) $(lib64_libmsvcr120_app_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr120_app.a +misc/lib64_libmsvcr120d_a-onexit_table.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/lib64_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT): \ +misc/lib64_libmsvcr120d_a-register_tls_atexit.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/lib64_libmsvcrt_a-output_format.$(OBJEXT): misc/$(am__dirstamp) \ +stdio/lib64_libmsvcr120d_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr120d.a: $(lib64_libmsvcr120d_a_OBJECTS) $(lib64_libmsvcr120d_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr120d_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr120d.a + $(AM_V_AR)$(lib64_libmsvcr120d_a_AR) lib64/libmsvcr120d.a $(lib64_libmsvcr120d_a_OBJECTS) $(lib64_libmsvcr120d_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr120d.a +misc/lib64_libmsvcr80_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) -misc/lib64_libmsvcrt_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ +misc/lib64_libmsvcr80_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr80_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr80_a-__p___argv.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_access_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cgets_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cgetws_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_chsize_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_controlfp_s.$(OBJEXT): \ +misc/lib64_libmsvcr80_a-__p__acmdln.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr80_a-__p__fmode.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr80_a-__p__wcmdln.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr80.a: $(lib64_libmsvcr80_a_OBJECTS) $(lib64_libmsvcr80_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr80_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr80.a + $(AM_V_AR)$(lib64_libmsvcr80_a_AR) lib64/libmsvcr80.a $(lib64_libmsvcr80_a_OBJECTS) $(lib64_libmsvcr80_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr80.a +misc/lib64_libmsvcr90_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr90_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr90_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr90.a: $(lib64_libmsvcr90_a_OBJECTS) $(lib64_libmsvcr90_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr90_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr90.a + $(AM_V_AR)$(lib64_libmsvcr90_a_AR) lib64/libmsvcr90.a $(lib64_libmsvcr90_a_OBJECTS) $(lib64_libmsvcr90_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr90.a +misc/lib64_libmsvcr90d_a-onexit_table.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcr90d_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcr90d_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libmsvcr90d.a: $(lib64_libmsvcr90d_a_OBJECTS) $(lib64_libmsvcr90d_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcr90d_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcr90d.a + $(AM_V_AR)$(lib64_libmsvcr90d_a_AR) lib64/libmsvcr90d.a $(lib64_libmsvcr90d_a_OBJECTS) $(lib64_libmsvcr90d_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcr90d.a +misc/lib64_libmsvcrt_os_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-_get_current_locale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-output_format.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_access_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cprintf_s_l.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cgets_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_ctime32_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_ctime64_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cwprintf_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cgetws_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_chsize_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_gmtime32_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_controlfp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_gmtime64_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_localtime32_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_localtime64_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_ctime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_mktemp_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_sopen_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_strdate_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_strtime_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_umask_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vcprintf_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_ctime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vcwprintf_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vscprintf_p.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vscwprintf_p.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_localtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_vswprintf_p.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_localtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_waccess_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wasctime_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_mktemp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wctime32_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_sopen_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wctime64_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_strdate_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wstrtime_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_strtime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wmktemp_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-_wstrdate_s.$(OBJEXT): \ +secapi/lib64_libmsvcrt_os_a-_umask_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-asctime_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-memcpy_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-memmove_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-rand_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-sprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-strerror_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-vsprintf_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-wmemcpy_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/lib64_libmsvcrt_a-wmemmove_s.$(OBJEXT): secapi/$(am__dirstamp) \ +secapi/lib64_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_waccess_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wasctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wctime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wctime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-asctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-memcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-memmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-rand_s.$(OBJEXT): secapi/$(am__dirstamp) \ secapi/$(DEPDIR)/$(am__dirstamp) -stdio/lib64_libmsvcrt_a-mingw_lock.$(OBJEXT): stdio/$(am__dirstamp) \ - stdio/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-sprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-strerror_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-vsprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/lib64_libmsvcrt_os_a-wmemmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libmsvcrt_os_a-mingw_lock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-__p___argv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-__p__acmdln.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-__p__fmode.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/lib64_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) -lib64/libmsvcrt.a: $(lib64_libmsvcrt_a_OBJECTS) $(lib64_libmsvcrt_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcrt_a_DEPENDENCIES) lib64/$(am__dirstamp) - $(AM_V_at)-rm -f lib64/libmsvcrt.a - $(AM_V_AR)$(lib64_libmsvcrt_a_AR) lib64/libmsvcrt.a $(lib64_libmsvcrt_a_OBJECTS) $(lib64_libmsvcrt_a_LIBADD) - $(AM_V_at)$(RANLIB) lib64/libmsvcrt.a +lib64/libmsvcrt-os.a: $(lib64_libmsvcrt_os_a_OBJECTS) $(lib64_libmsvcrt_os_a_DEPENDENCIES) $(EXTRA_lib64_libmsvcrt_os_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libmsvcrt-os.a + $(AM_V_AR)$(lib64_libmsvcrt_os_a_AR) lib64/libmsvcrt-os.a $(lib64_libmsvcrt_os_a_OBJECTS) $(lib64_libmsvcrt_os_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libmsvcrt-os.a libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) @@ -11014,6 +12990,77 @@ $(AM_V_at)-rm -f lib64/libstrmiids.a $(AM_V_AR)$(lib64_libstrmiids_a_AR) lib64/libstrmiids.a $(lib64_libstrmiids_a_OBJECTS) $(lib64_libstrmiids_a_LIBADD) $(AM_V_at)$(RANLIB) lib64/libstrmiids.a +libsrc/lib64_libtaskschd_a-taskschd.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) + +lib64/libtaskschd.a: $(lib64_libtaskschd_a_OBJECTS) $(lib64_libtaskschd_a_DEPENDENCIES) $(EXTRA_lib64_libtaskschd_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libtaskschd.a + $(AM_V_AR)$(lib64_libtaskschd_a_AR) lib64/libtaskschd.a $(lib64_libtaskschd_a_OBJECTS) $(lib64_libtaskschd_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libtaskschd.a +lib64/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) lib64/$(DEPDIR) + @: > lib64/$(DEPDIR)/$(am__dirstamp) +lib64/libucrt.$(OBJEXT): lib64/$(am__dirstamp) \ + lib64/$(DEPDIR)/$(am__dirstamp) + +@LIB64_FALSE@lib64/libucrt.a: $(lib64_libucrt_a_OBJECTS) $(lib64_libucrt_a_DEPENDENCIES) $(EXTRA_lib64_libucrt_a_DEPENDENCIES) lib64/$(am__dirstamp) +@LIB64_FALSE@ $(AM_V_at)-rm -f lib64/libucrt.a +@LIB64_FALSE@ $(AM_V_AR)$(lib64_libucrt_a_AR) lib64/libucrt.a $(lib64_libucrt_a_OBJECTS) $(lib64_libucrt_a_LIBADD) +@LIB64_FALSE@ $(AM_V_at)$(RANLIB) lib64/libucrt.a +crt/lib64_libucrt_extra_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libucrt_extra.a: $(lib64_libucrt_extra_a_OBJECTS) $(lib64_libucrt_extra_a_DEPENDENCIES) $(EXTRA_lib64_libucrt_extra_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libucrt_extra.a + $(AM_V_AR)$(lib64_libucrt_extra_a_AR) lib64/libucrt_extra.a $(lib64_libucrt_extra_a_OBJECTS) $(lib64_libucrt_extra_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libucrt_extra.a +crt/lib64_libucrtbase_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/lib64_libucrtbase_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +lib64/libucrtbase.a: $(lib64_libucrtbase_a_OBJECTS) $(lib64_libucrtbase_a_DEPENDENCIES) $(EXTRA_lib64_libucrtbase_a_DEPENDENCIES) lib64/$(am__dirstamp) + $(AM_V_at)-rm -f lib64/libucrtbase.a + $(AM_V_AR)$(lib64_libucrtbase_a_AR) lib64/libucrtbase.a $(lib64_libucrtbase_a_OBJECTS) $(lib64_libucrtbase_a_LIBADD) + $(AM_V_at)$(RANLIB) lib64/libucrtbase.a libsrc/lib64_libuuid_a-ativscp-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib64_libuuid_a-atsmedia-uuid.$(OBJEXT): \ @@ -11086,6 +13133,8 @@ libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib64_libuuid_a-powrprof-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/lib64_libuuid_a-uianimation-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib64_libuuid_a-usbcamdi-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/lib64_libuuid_a-usbiodef-uuid.$(OBJEXT): \ @@ -11460,8 +13509,6 @@ $(AM_V_at)-rm -f libarm32/libmfuuid.a $(AM_V_AR)$(libarm32_libmfuuid_a_AR) libarm32/libmfuuid.a $(libarm32_libmfuuid_a_OBJECTS) $(libarm32_libmfuuid_a_LIBADD) $(AM_V_at)$(RANLIB) libarm32/libmfuuid.a -crt/libarm32_libmingw32_a-atonexit.$(OBJEXT): crt/$(am__dirstamp) \ - crt/$(DEPDIR)/$(am__dirstamp) crt/libarm32_libmingw32_a-crt0_c.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) crt/libarm32_libmingw32_a-dll_argv.$(OBJEXT): crt/$(am__dirstamp) \ @@ -11518,6 +13565,8 @@ crt/$(DEPDIR)/$(am__dirstamp) crt/libarm32_libmingw32_a-tlsmcrt.$(OBJEXT): crt/$(am__dirstamp) \ crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm32_libmingw32_a-cxa_atexit.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) libarm32/libmingw32.a: $(libarm32_libmingw32_a_OBJECTS) $(libarm32_libmingw32_a_DEPENDENCIES) $(EXTRA_libarm32_libmingw32_a_DEPENDENCIES) libarm32/$(am__dirstamp) $(AM_V_at)-rm -f libarm32/libmingw32.a @@ -11583,6 +13632,12 @@ complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) complex/libarm32_libmingwex_a-clogl.$(OBJEXT): \ complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm32_libmingwex_a-clog10.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm32_libmingwex_a-clog10f.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm32_libmingwex_a-clog10l.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) complex/libarm32_libmingwex_a-conj.$(OBJEXT): complex/$(am__dirstamp) \ complex/$(DEPDIR)/$(am__dirstamp) complex/libarm32_libmingwex_a-conjf.$(OBJEXT): \ @@ -11667,36 +13722,6 @@ gdtoa/$(DEPDIR)/$(am__dirstamp) gdtoa/libarm32_libmingwex_a-ulp.$(OBJEXT): gdtoa/$(am__dirstamp) \ gdtoa/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-_chgsignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-ceil.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-ceilf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-ceill.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-copysignl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-floor.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-floorf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-floorl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-nearbyint.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-nearbyintf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-nearbyintl.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-trunc.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) -math/libarm32_libmingwex_a-truncf.$(OBJEXT): math/$(am__dirstamp) \ - math/$(DEPDIR)/$(am__dirstamp) math/libarm32_libmingwex_a-cbrt.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/libarm32_libmingwex_a-cbrtf.$(OBJEXT): math/$(am__dirstamp) \ @@ -11729,6 +13754,10 @@ math/$(DEPDIR)/$(am__dirstamp) math/libarm32_libmingwex_a-fdiml.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) +math/libarm32_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm32_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) math/libarm32_libmingwex_a-fmal.$(OBJEXT): math/$(am__dirstamp) \ math/$(DEPDIR)/$(am__dirstamp) math/libarm32_libmingwex_a-fmax.$(OBJEXT): math/$(am__dirstamp) \ @@ -11879,6 +13908,8 @@ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) misc/libarm32_libmingwex_a-alarm.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmingwex_a-assert.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) misc/libarm32_libmingwex_a-basename.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) misc/libarm32_libmingwex_a-btowc.$(OBJEXT): misc/$(am__dirstamp) \ @@ -12067,6 +14098,8 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-strtok_r.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libmingwex_a-scanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-_Exit.$(OBJEXT): stdio/$(am__dirstamp) \ stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-_findfirst64i32.$(OBJEXT): \ @@ -12199,8 +14232,6 @@ stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-vsnprintf.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -stdio/libarm32_libmingwex_a-vsnprintf_s.$(OBJEXT): \ - stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-vsnwprintf.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-vsscanf.$(OBJEXT): stdio/$(am__dirstamp) \ @@ -12215,6 +14246,38 @@ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) stdio/libarm32_libmingwex_a-mingw_vasprintf.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +math/arm/$(am__dirstamp): + @$(MKDIR_P) math/arm + @: > math/arm/$(am__dirstamp) +math/arm/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) math/arm/$(DEPDIR) + @: > math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-_chgsignl.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-ceil.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-ceilf.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-ceill.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-copysignl.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-floor.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-floorf.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-floorl.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-nearbyint.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-nearbyintf.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-nearbyintl.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-trunc.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-truncf.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) math/softmath/$(am__dirstamp): @$(MKDIR_P) math/softmath @: > math/softmath/$(am__dirstamp) @@ -12230,6 +14293,9 @@ math/softmath/libarm32_libmingwex_a-e_powf.$(OBJEXT): \ math/softmath/$(am__dirstamp) \ math/softmath/$(DEPDIR)/$(am__dirstamp) +math/softmath/libarm32_libmingwex_a-e_pow.$(OBJEXT): \ + math/softmath/$(am__dirstamp) \ + math/softmath/$(DEPDIR)/$(am__dirstamp) math/softmath/libarm32_libmingwex_a-acosf.$(OBJEXT): \ math/softmath/$(am__dirstamp) \ math/softmath/$(DEPDIR)/$(am__dirstamp) @@ -12434,6 +14500,16 @@ math/softmath/libarm32_libmingwex_a-tanl.$(OBJEXT): \ math/softmath/$(am__dirstamp) \ math/softmath/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-exp2.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-ldexpl.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-log2.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-scalbn.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) +math/arm/libarm32_libmingwex_a-sincos.$(OBJEXT): \ + math/arm/$(am__dirstamp) math/arm/$(DEPDIR)/$(am__dirstamp) math/DFP/libarm32_libmingwex_a-__fpclassifyd32.$(OBJEXT): \ math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) math/DFP/libarm32_libmingwex_a-__fpclassifyd64.$(OBJEXT): \ @@ -12475,109 +14551,134 @@ $(AM_V_at)-rm -f libarm32/libmoldname.a $(AM_V_AR)$(libarm32_libmoldname_a_AR) libarm32/libmoldname.a $(libarm32_libmoldname_a_OBJECTS) $(libarm32_libmoldname_a_LIBADD) $(AM_V_at)$(RANLIB) libarm32/libmoldname.a -misc/libarm32_libmsvcrt_a-_configthreadlocale.$(OBJEXT): \ +misc/libarm32_libmsvcr110_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcr110_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libmsvcr110_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +libarm32/libmsvcr110.a: $(libarm32_libmsvcr110_a_OBJECTS) $(libarm32_libmsvcr110_a_DEPENDENCIES) $(EXTRA_libarm32_libmsvcr110_a_DEPENDENCIES) libarm32/$(am__dirstamp) + $(AM_V_at)-rm -f libarm32/libmsvcr110.a + $(AM_V_AR)$(libarm32_libmsvcr110_a_AR) libarm32/libmsvcr110.a $(libarm32_libmsvcr110_a_OBJECTS) $(libarm32_libmsvcr110_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm32/libmsvcr110.a +misc/libarm32_libmsvcrt_os_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/libarm32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT): \ +misc/libarm32_libmsvcrt_os_a-_get_current_locale.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/libarm32_libmsvcrt_a-output_format.$(OBJEXT): \ +misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -misc/libarm32_libmsvcrt_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ +misc/libarm32_libmsvcrt_os_a-output_format.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ misc/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_access_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_access_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cgets_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cgets_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cgetws_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cgetws_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_chsize_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_chsize_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_controlfp_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_controlfp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cprintf_s_l.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_ctime32_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_ctime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_ctime64_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_ctime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cwprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_gmtime32_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_gmtime64_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_localtime32_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_localtime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_localtime64_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_localtime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_mktemp_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_mktemp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_sopen_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_sopen_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_strdate_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_strdate_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_strtime_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_strtime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_umask_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_umask_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vcprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vcwprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vscprintf_p.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vscwprintf_p.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_vswprintf_p.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_waccess_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_waccess_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wasctime_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wasctime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wctime32_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wctime32_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wctime64_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wctime64_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wstrtime_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wmktemp_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-_wstrdate_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-asctime_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-asctime_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-memcpy_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-memcpy_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-memmove_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-memmove_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-rand_s.$(OBJEXT): secapi/$(am__dirstamp) \ - secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-sprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-rand_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-strerror_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-sprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-vsprintf_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-strerror_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-wmemcpy_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-vsprintf_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -secapi/libarm32_libmsvcrt_a-wmemmove_s.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT): \ secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) -stdio/libarm32_libmsvcrt_a-mingw_lock.$(OBJEXT): \ +secapi/libarm32_libmsvcrt_os_a-wmemmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libmsvcrt_os_a-mingw_lock.$(OBJEXT): \ stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -misc/libarm32_libmsvcrt_a-lc_locale_func.$(OBJEXT): \ +misc/libarm32_libmsvcrt_os_a-__p___argv.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-__p__acmdln.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-__p__fmode.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm32_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT): \ misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -libarm32/libmsvcrt.a: $(libarm32_libmsvcrt_a_OBJECTS) $(libarm32_libmsvcrt_a_DEPENDENCIES) $(EXTRA_libarm32_libmsvcrt_a_DEPENDENCIES) libarm32/$(am__dirstamp) - $(AM_V_at)-rm -f libarm32/libmsvcrt.a - $(AM_V_AR)$(libarm32_libmsvcrt_a_AR) libarm32/libmsvcrt.a $(libarm32_libmsvcrt_a_OBJECTS) $(libarm32_libmsvcrt_a_LIBADD) - $(AM_V_at)$(RANLIB) libarm32/libmsvcrt.a +libarm32/libmsvcrt-os.a: $(libarm32_libmsvcrt_os_a_OBJECTS) $(libarm32_libmsvcrt_os_a_DEPENDENCIES) $(EXTRA_libarm32_libmsvcrt_os_a_DEPENDENCIES) libarm32/$(am__dirstamp) + $(AM_V_at)-rm -f libarm32/libmsvcrt-os.a + $(AM_V_AR)$(libarm32_libmsvcrt_os_a_AR) libarm32/libmsvcrt-os.a $(libarm32_libmsvcrt_os_a_OBJECTS) $(libarm32_libmsvcrt_os_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm32/libmsvcrt-os.a libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) @@ -12627,6 +14728,70 @@ $(AM_V_at)-rm -f libarm32/libstrmiids.a $(AM_V_AR)$(libarm32_libstrmiids_a_AR) libarm32/libstrmiids.a $(libarm32_libstrmiids_a_OBJECTS) $(libarm32_libstrmiids_a_LIBADD) $(AM_V_at)$(RANLIB) libarm32/libstrmiids.a +libarm32/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) libarm32/$(DEPDIR) + @: > libarm32/$(DEPDIR)/$(am__dirstamp) +libarm32/libucrt.$(OBJEXT): libarm32/$(am__dirstamp) \ + libarm32/$(DEPDIR)/$(am__dirstamp) + +@LIBARM32_FALSE@libarm32/libucrt.a: $(libarm32_libucrt_a_OBJECTS) $(libarm32_libucrt_a_DEPENDENCIES) $(EXTRA_libarm32_libucrt_a_DEPENDENCIES) libarm32/$(am__dirstamp) +@LIBARM32_FALSE@ $(AM_V_at)-rm -f libarm32/libucrt.a +@LIBARM32_FALSE@ $(AM_V_AR)$(libarm32_libucrt_a_AR) libarm32/libucrt.a $(libarm32_libucrt_a_OBJECTS) $(libarm32_libucrt_a_LIBADD) +@LIBARM32_FALSE@ $(AM_V_at)$(RANLIB) libarm32/libucrt.a +crt/libarm32_libucrt_extra_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +libarm32/libucrt_extra.a: $(libarm32_libucrt_extra_a_OBJECTS) $(libarm32_libucrt_extra_a_DEPENDENCIES) $(EXTRA_libarm32_libucrt_extra_a_DEPENDENCIES) libarm32/$(am__dirstamp) + $(AM_V_at)-rm -f libarm32/libucrt_extra.a + $(AM_V_AR)$(libarm32_libucrt_extra_a_AR) libarm32/libucrt_extra.a $(libarm32_libucrt_extra_a_OBJECTS) $(libarm32_libucrt_extra_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm32/libucrt_extra.a +crt/libarm32_libucrtbase_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm32_libucrtbase_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) + +libarm32/libucrtbase.a: $(libarm32_libucrtbase_a_OBJECTS) $(libarm32_libucrtbase_a_DEPENDENCIES) $(EXTRA_libarm32_libucrtbase_a_DEPENDENCIES) libarm32/$(am__dirstamp) + $(AM_V_at)-rm -f libarm32/libucrtbase.a + $(AM_V_AR)$(libarm32_libucrtbase_a_AR) libarm32/libucrtbase.a $(libarm32_libucrtbase_a_OBJECTS) $(libarm32_libucrtbase_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm32/libucrtbase.a libsrc/libarm32_libuuid_a-ativscp-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/libarm32_libuuid_a-atsmedia-uuid.$(OBJEXT): \ @@ -12699,6 +14864,8 @@ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/libarm32_libuuid_a-powrprof-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm32_libuuid_a-uianimation-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/libarm32_libuuid_a-usbcamdi-uuid.$(OBJEXT): \ libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) libsrc/libarm32_libuuid_a-usbiodef-uuid.$(OBJEXT): \ @@ -12846,1365 +15013,3014 @@ $(AM_V_at)-rm -f libarm32/libws2_32.a $(AM_V_AR)$(libarm32_libws2_32_a_AR) libarm32/libws2_32.a $(libarm32_libws2_32_a_OBJECTS) $(libarm32_libws2_32_a_LIBADD) $(AM_V_at)$(RANLIB) libarm32/libws2_32.a -testcases/complex/$(am__dirstamp): - @$(MKDIR_P) testcases/complex - @: > testcases/complex/$(am__dirstamp) -testcases/complex/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) testcases/complex/$(DEPDIR) - @: > testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextests_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -tests32/$(am__dirstamp): - @$(MKDIR_P) tests32 - @: > tests32/$(am__dirstamp) +libsrc/libarm64_libamstrmid_a-amstrmid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libarm64/$(am__dirstamp): + @$(MKDIR_P) libarm64 + @: > libarm64/$(am__dirstamp) -tests32/libnewcomplextests.a: $(tests32_libnewcomplextests_a_OBJECTS) $(tests32_libnewcomplextests_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextests_a_DEPENDENCIES) tests32/$(am__dirstamp) - $(AM_V_at)-rm -f tests32/libnewcomplextests.a - $(AM_V_AR)$(tests32_libnewcomplextests_a_AR) tests32/libnewcomplextests.a $(tests32_libnewcomplextests_a_OBJECTS) $(tests32_libnewcomplextests_a_LIBADD) - $(AM_V_at)$(RANLIB) tests32/libnewcomplextests.a -testcases/complex/tests32_libnewcomplextestsf_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsf_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libamstrmid.a: $(libarm64_libamstrmid_a_OBJECTS) $(libarm64_libamstrmid_a_DEPENDENCIES) $(EXTRA_libarm64_libamstrmid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libamstrmid.a + $(AM_V_AR)$(libarm64_libamstrmid_a_AR) libarm64/libamstrmid.a $(libarm64_libamstrmid_a_OBJECTS) $(libarm64_libamstrmid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libamstrmid.a -tests32/libnewcomplextestsf.a: $(tests32_libnewcomplextestsf_a_OBJECTS) $(tests32_libnewcomplextestsf_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextestsf_a_DEPENDENCIES) tests32/$(am__dirstamp) - $(AM_V_at)-rm -f tests32/libnewcomplextestsf.a - $(AM_V_AR)$(tests32_libnewcomplextestsf_a_AR) tests32/libnewcomplextestsf.a $(tests32_libnewcomplextestsf_a_OBJECTS) $(tests32_libnewcomplextestsf_a_LIBADD) - $(AM_V_at)$(RANLIB) tests32/libnewcomplextestsf.a -testcases/complex/tests32_libnewcomplextestsld_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests32_libnewcomplextestsld_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libdelayimp.a: $(libarm64_libdelayimp_a_OBJECTS) $(libarm64_libdelayimp_a_DEPENDENCIES) $(EXTRA_libarm64_libdelayimp_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libdelayimp.a + $(AM_V_AR)$(libarm64_libdelayimp_a_AR) libarm64/libdelayimp.a $(libarm64_libdelayimp_a_OBJECTS) $(libarm64_libdelayimp_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libdelayimp.a +libsrc/libarm64_libdmoguids_a-dmoguids.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/libnewcomplextestsld.a: $(tests32_libnewcomplextestsld_a_OBJECTS) $(tests32_libnewcomplextestsld_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextestsld_a_DEPENDENCIES) tests32/$(am__dirstamp) - $(AM_V_at)-rm -f tests32/libnewcomplextestsld.a - $(AM_V_AR)$(tests32_libnewcomplextestsld_a_AR) tests32/libnewcomplextestsld.a $(tests32_libnewcomplextestsld_a_OBJECTS) $(tests32_libnewcomplextestsld_a_LIBADD) - $(AM_V_at)$(RANLIB) tests32/libnewcomplextestsld.a -testcases/complex/tests64_libnewcomplextests_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextests_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -tests64/$(am__dirstamp): - @$(MKDIR_P) tests64 - @: > tests64/$(am__dirstamp) - -tests64/libnewcomplextests.a: $(tests64_libnewcomplextests_a_OBJECTS) $(tests64_libnewcomplextests_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextests_a_DEPENDENCIES) tests64/$(am__dirstamp) - $(AM_V_at)-rm -f tests64/libnewcomplextests.a - $(AM_V_AR)$(tests64_libnewcomplextests_a_AR) tests64/libnewcomplextests.a $(tests64_libnewcomplextests_a_OBJECTS) $(tests64_libnewcomplextests_a_LIBADD) - $(AM_V_at)$(RANLIB) tests64/libnewcomplextests.a -testcases/complex/tests64_libnewcomplextestsf_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsf_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/libnewcomplextestsf.a: $(tests64_libnewcomplextestsf_a_OBJECTS) $(tests64_libnewcomplextestsf_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextestsf_a_DEPENDENCIES) tests64/$(am__dirstamp) - $(AM_V_at)-rm -f tests64/libnewcomplextestsf.a - $(AM_V_AR)$(tests64_libnewcomplextestsf_a_AR) tests64/libnewcomplextestsf.a $(tests64_libnewcomplextestsf_a_OBJECTS) $(tests64_libnewcomplextestsf_a_LIBADD) - $(AM_V_at)$(RANLIB) tests64/libnewcomplextestsf.a -testcases/complex/tests64_libnewcomplextestsld_a-cabs.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cacos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cacosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-carg.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-casin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-casinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-catan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-catanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-ccos.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-ccosh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cexp.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cimag.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-clog.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-conj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cpow.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-cproj.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-creal.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-csin.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-csinh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-csqrt.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-ctan.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) -testcases/complex/tests64_libnewcomplextestsld_a-ctanh.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/libnewcomplextestsld.a: $(tests64_libnewcomplextestsld_a_OBJECTS) $(tests64_libnewcomplextestsld_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextestsld_a_DEPENDENCIES) tests64/$(am__dirstamp) - $(AM_V_at)-rm -f tests64/libnewcomplextestsld.a - $(AM_V_AR)$(tests64_libnewcomplextestsld_a_AR) tests64/libnewcomplextestsld.a $(tests64_libnewcomplextestsld_a_OBJECTS) $(tests64_libnewcomplextestsld_a_LIBADD) - $(AM_V_at)$(RANLIB) tests64/libnewcomplextestsld.a - -clean-checkPROGRAMS: - -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) -testcases/$(am__dirstamp): - @$(MKDIR_P) testcases - @: > testcases/$(am__dirstamp) -testcases/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) testcases/$(DEPDIR) - @: > testcases/$(DEPDIR)/$(am__dirstamp) -testcases/t_ansi_io.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_ansi_io$(EXEEXT): $(testcases_t_ansi_io_OBJECTS) $(testcases_t_ansi_io_DEPENDENCIES) $(EXTRA_testcases_t_ansi_io_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_ansi_io$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_ansi_io_OBJECTS) $(testcases_t_ansi_io_LDADD) $(LIBS) -testcases/t_findfirst.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_findfirst$(EXEEXT): $(testcases_t_findfirst_OBJECTS) $(testcases_t_findfirst_DEPENDENCIES) $(EXTRA_testcases_t_findfirst_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_findfirst$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_findfirst_OBJECTS) $(testcases_t_findfirst_LDADD) $(LIBS) -testcases/t_float.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_float$(EXEEXT): $(testcases_t_float_OBJECTS) $(testcases_t_float_DEPENDENCIES) $(EXTRA_testcases_t_float_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_float$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_float_OBJECTS) $(testcases_t_float_LDADD) $(LIBS) -testcases/t_fseeko64.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_fseeko64$(EXEEXT): $(testcases_t_fseeko64_OBJECTS) $(testcases_t_fseeko64_DEPENDENCIES) $(EXTRA_testcases_t_fseeko64_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_fseeko64$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_fseeko64_OBJECTS) $(testcases_t_fseeko64_LDADD) $(LIBS) -testcases/t_fstat.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_fstat$(EXEEXT): $(testcases_t_fstat_OBJECTS) $(testcases_t_fstat_DEPENDENCIES) $(EXTRA_testcases_t_fstat_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_fstat$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_fstat_OBJECTS) $(testcases_t_fstat_LDADD) $(LIBS) -testcases/t_imagebase.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_imagebase$(EXEEXT): $(testcases_t_imagebase_OBJECTS) $(testcases_t_imagebase_DEPENDENCIES) $(EXTRA_testcases_t_imagebase_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_imagebase$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_imagebase_OBJECTS) $(testcases_t_imagebase_LDADD) $(LIBS) -testcases/testcases_t_intrinc-t_intrinc.$(OBJEXT): \ - testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_intrinc$(EXEEXT): $(testcases_t_intrinc_OBJECTS) $(testcases_t_intrinc_DEPENDENCIES) $(EXTRA_testcases_t_intrinc_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_intrinc$(EXEEXT) - $(AM_V_CCLD)$(testcases_t_intrinc_LINK) $(testcases_t_intrinc_OBJECTS) $(testcases_t_intrinc_LDADD) $(LIBS) -testcases/t_matherr.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_matherr$(EXEEXT): $(testcases_t_matherr_OBJECTS) $(testcases_t_matherr_DEPENDENCIES) $(EXTRA_testcases_t_matherr_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_matherr$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_matherr_OBJECTS) $(testcases_t_matherr_LDADD) $(LIBS) -testcases/testcases_t_municode-t_municode.$(OBJEXT): \ - testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_municode$(EXEEXT): $(testcases_t_municode_OBJECTS) $(testcases_t_municode_DEPENDENCIES) $(EXTRA_testcases_t_municode_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_municode$(EXEEXT) - $(AM_V_CCLD)$(testcases_t_municode_LINK) $(testcases_t_municode_OBJECTS) $(testcases_t_municode_LDADD) $(LIBS) -testcases/t_nullptrexception.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_nullptrexception$(EXEEXT): $(testcases_t_nullptrexception_OBJECTS) $(testcases_t_nullptrexception_DEPENDENCIES) $(EXTRA_testcases_t_nullptrexception_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_nullptrexception$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_nullptrexception_OBJECTS) $(testcases_t_nullptrexception_LDADD) $(LIBS) -testcases/t_readdir.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_readdir$(EXEEXT): $(testcases_t_readdir_OBJECTS) $(testcases_t_readdir_DEPENDENCIES) $(EXTRA_testcases_t_readdir_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_readdir$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_readdir_OBJECTS) $(testcases_t_readdir_LDADD) $(LIBS) -testcases/t_setjmp.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_setjmp$(EXEEXT): $(testcases_t_setjmp_OBJECTS) $(testcases_t_setjmp_DEPENDENCIES) $(EXTRA_testcases_t_setjmp_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_setjmp$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_setjmp_OBJECTS) $(testcases_t_setjmp_LDADD) $(LIBS) -testcases/t_sigv.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_sigv$(EXEEXT): $(testcases_t_sigv_OBJECTS) $(testcases_t_sigv_DEPENDENCIES) $(EXTRA_testcases_t_sigv_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_sigv$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_sigv_OBJECTS) $(testcases_t_sigv_LDADD) $(LIBS) -testcases/t_speed_powl.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_speed_powl$(EXEEXT): $(testcases_t_speed_powl_OBJECTS) $(testcases_t_speed_powl_DEPENDENCIES) $(EXTRA_testcases_t_speed_powl_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_speed_powl$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_speed_powl_OBJECTS) $(testcases_t_speed_powl_LDADD) $(LIBS) -testcases/t_stat.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_stat$(EXEEXT): $(testcases_t_stat_OBJECTS) $(testcases_t_stat_DEPENDENCIES) $(EXTRA_testcases_t_stat_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_stat$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_stat_OBJECTS) $(testcases_t_stat_LDADD) $(LIBS) -testcases/t_stat_slash.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_stat_slash$(EXEEXT): $(testcases_t_stat_slash_OBJECTS) $(testcases_t_stat_slash_DEPENDENCIES) $(EXTRA_testcases_t_stat_slash_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_stat_slash$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_stat_slash_OBJECTS) $(testcases_t_stat_slash_LDADD) $(LIBS) -testcases/t_stdint.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_stdint$(EXEEXT): $(testcases_t_stdint_OBJECTS) $(testcases_t_stdint_DEPENDENCIES) $(EXTRA_testcases_t_stdint_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_stdint$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_stdint_OBJECTS) $(testcases_t_stdint_LDADD) $(LIBS) -testcases/t_time.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_time$(EXEEXT): $(testcases_t_time_OBJECTS) $(testcases_t_time_DEPENDENCIES) $(EXTRA_testcases_t_time_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_time$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_time_OBJECTS) $(testcases_t_time_LDADD) $(LIBS) -testcases/t_tls1.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_tls1$(EXEEXT): $(testcases_t_tls1_OBJECTS) $(testcases_t_tls1_DEPENDENCIES) $(EXTRA_testcases_t_tls1_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_tls1$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_tls1_OBJECTS) $(testcases_t_tls1_LDADD) $(LIBS) -testcases/testcases_t_tmain-t_tmain.$(OBJEXT): \ - testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_tmain$(EXEEXT): $(testcases_t_tmain_OBJECTS) $(testcases_t_tmain_DEPENDENCIES) $(EXTRA_testcases_t_tmain_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_tmain$(EXEEXT) - $(AM_V_CCLD)$(testcases_t_tmain_LINK) $(testcases_t_tmain_OBJECTS) $(testcases_t_tmain_LDADD) $(LIBS) -testcases/t_trycatch.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_trycatch$(EXEEXT): $(testcases_t_trycatch_OBJECTS) $(testcases_t_trycatch_DEPENDENCIES) $(EXTRA_testcases_t_trycatch_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_trycatch$(EXEEXT) - $(AM_V_CXXLD)$(CXXLINK) $(testcases_t_trycatch_OBJECTS) $(testcases_t_trycatch_LDADD) $(LIBS) -testcases/t_wreaddir.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/t_wreaddir$(EXEEXT): $(testcases_t_wreaddir_OBJECTS) $(testcases_t_wreaddir_DEPENDENCIES) $(EXTRA_testcases_t_wreaddir_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/t_wreaddir$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_t_wreaddir_OBJECTS) $(testcases_t_wreaddir_LDADD) $(LIBS) -testcases/tstmain_sys_xxx.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/tstmain_sys_xxx$(EXEEXT): $(testcases_tstmain_sys_xxx_OBJECTS) $(testcases_tstmain_sys_xxx_DEPENDENCIES) $(EXTRA_testcases_tstmain_sys_xxx_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/tstmain_sys_xxx$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_tstmain_sys_xxx_OBJECTS) $(testcases_tstmain_sys_xxx_LDADD) $(LIBS) -testcases/tstmainc.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/tstmainc$(EXEEXT): $(testcases_tstmainc_OBJECTS) $(testcases_tstmainc_DEPENDENCIES) $(EXTRA_testcases_tstmainc_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/tstmainc$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(testcases_tstmainc_OBJECTS) $(testcases_tstmainc_LDADD) $(LIBS) -testcases/tstmaincpp.$(OBJEXT): testcases/$(am__dirstamp) \ - testcases/$(DEPDIR)/$(am__dirstamp) - -testcases/tstmaincpp$(EXEEXT): $(testcases_tstmaincpp_OBJECTS) $(testcases_tstmaincpp_DEPENDENCIES) $(EXTRA_testcases_tstmaincpp_DEPENDENCIES) testcases/$(am__dirstamp) - @rm -f testcases/tstmaincpp$(EXEEXT) - $(AM_V_CXXLD)$(CXXLINK) $(testcases_tstmaincpp_OBJECTS) $(testcases_tstmaincpp_LDADD) $(LIBS) -testcases/complex/tests32_cabs-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libdmoguids.a: $(libarm64_libdmoguids_a_OBJECTS) $(libarm64_libdmoguids_a_DEPENDENCIES) $(EXTRA_libarm64_libdmoguids_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libdmoguids.a + $(AM_V_AR)$(libarm64_libdmoguids_a_AR) libarm64/libdmoguids.a $(libarm64_libdmoguids_a_OBJECTS) $(libarm64_libdmoguids_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libdmoguids.a +libsrc/libarm64_libdxerr8_a-dxerr8.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libdxerr8_a-dxerr8w.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/cabs$(EXEEXT): $(tests32_cabs_OBJECTS) $(tests32_cabs_DEPENDENCIES) $(EXTRA_tests32_cabs_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cabs$(EXEEXT) - $(AM_V_CCLD)$(tests32_cabs_LINK) $(tests32_cabs_OBJECTS) $(tests32_cabs_LDADD) $(LIBS) -testcases/complex/tests32_cacos-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libdxerr8.a: $(libarm64_libdxerr8_a_OBJECTS) $(libarm64_libdxerr8_a_DEPENDENCIES) $(EXTRA_libarm64_libdxerr8_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libdxerr8.a + $(AM_V_AR)$(libarm64_libdxerr8_a_AR) libarm64/libdxerr8.a $(libarm64_libdxerr8_a_OBJECTS) $(libarm64_libdxerr8_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libdxerr8.a +libsrc/libarm64_libdxerr9_a-dxerr9.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libdxerr9_a-dxerr9w.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/cacos$(EXEEXT): $(tests32_cacos_OBJECTS) $(tests32_cacos_DEPENDENCIES) $(EXTRA_tests32_cacos_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cacos$(EXEEXT) - $(AM_V_CCLD)$(tests32_cacos_LINK) $(tests32_cacos_OBJECTS) $(tests32_cacos_LDADD) $(LIBS) -testcases/complex/tests32_cacosh-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libdxerr9.a: $(libarm64_libdxerr9_a_OBJECTS) $(libarm64_libdxerr9_a_DEPENDENCIES) $(EXTRA_libarm64_libdxerr9_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libdxerr9.a + $(AM_V_AR)$(libarm64_libdxerr9_a_AR) libarm64/libdxerr9.a $(libarm64_libdxerr9_a_OBJECTS) $(libarm64_libdxerr9_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libdxerr9.a +libsrc/libarm64_libdxguid_a-dxguid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/cacosh$(EXEEXT): $(tests32_cacosh_OBJECTS) $(tests32_cacosh_DEPENDENCIES) $(EXTRA_tests32_cacosh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cacosh$(EXEEXT) - $(AM_V_CCLD)$(tests32_cacosh_LINK) $(tests32_cacosh_OBJECTS) $(tests32_cacosh_LDADD) $(LIBS) -testcases/complex/tests32_carg-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libdxguid.a: $(libarm64_libdxguid_a_OBJECTS) $(libarm64_libdxguid_a_DEPENDENCIES) $(EXTRA_libarm64_libdxguid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libdxguid.a + $(AM_V_AR)$(libarm64_libdxguid_a_AR) libarm64/libdxguid.a $(libarm64_libdxguid_a_OBJECTS) $(libarm64_libdxguid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libdxguid.a +libsrc/libarm64_libgdiplus_a-gdiplus.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/carg$(EXEEXT): $(tests32_carg_OBJECTS) $(tests32_carg_DEPENDENCIES) $(EXTRA_tests32_carg_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/carg$(EXEEXT) - $(AM_V_CCLD)$(tests32_carg_LINK) $(tests32_carg_OBJECTS) $(tests32_carg_LDADD) $(LIBS) -testcases/complex/tests32_casin-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libgdiplus.a: $(libarm64_libgdiplus_a_OBJECTS) $(libarm64_libgdiplus_a_DEPENDENCIES) $(EXTRA_libarm64_libgdiplus_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libgdiplus.a + $(AM_V_AR)$(libarm64_libgdiplus_a_AR) libarm64/libgdiplus.a $(libarm64_libgdiplus_a_OBJECTS) $(libarm64_libgdiplus_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libgdiplus.a +intrincs/libarm64_libkernel32_a-__movsb.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__movsd.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__movsw.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__stosb.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__stosd.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__stosw.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-_rotl64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-_rotr64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bitscanfwd.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bitscanrev.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittest.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittestc.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittestci.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittestr.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittestri.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittests.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-bittestsi.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-cpuid.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockadd.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockand.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockand64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockcxch.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockcxch16.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockcxch64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockcxchptr.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockdec.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockdec16.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockdec64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockexch.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockexch64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockexchadd.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockexchadd64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockexchptr.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockinc.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockinc16.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockinc64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockor.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockor64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockxor.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-ilockxor64.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-inbyte.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-inbytestring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-indword.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-indwordstring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-inword.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-inwordstring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outbyte.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outbytestring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outdword.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outdwordstring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outword.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-outwordstring.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-readcr0.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-readcr2.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-readcr3.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-readcr4.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-readmsr.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-writecr0.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-writecr2.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-writecr3.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-writecr4.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-writemsr.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-__int2c.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) +intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.$(OBJEXT): \ + intrincs/$(am__dirstamp) intrincs/$(DEPDIR)/$(am__dirstamp) -tests32/casin$(EXEEXT): $(tests32_casin_OBJECTS) $(tests32_casin_DEPENDENCIES) $(EXTRA_tests32_casin_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/casin$(EXEEXT) - $(AM_V_CCLD)$(tests32_casin_LINK) $(tests32_casin_OBJECTS) $(tests32_casin_LDADD) $(LIBS) -testcases/complex/tests32_casinh-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libkernel32.a: $(libarm64_libkernel32_a_OBJECTS) $(libarm64_libkernel32_a_DEPENDENCIES) $(EXTRA_libarm64_libkernel32_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libkernel32.a + $(AM_V_AR)$(libarm64_libkernel32_a_AR) libarm64/libkernel32.a $(libarm64_libkernel32_a_OBJECTS) $(libarm64_libkernel32_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libkernel32.a +libsrc/libarm64_libksguid_a-ksuser.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/casinh$(EXEEXT): $(tests32_casinh_OBJECTS) $(tests32_casinh_DEPENDENCIES) $(EXTRA_tests32_casinh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/casinh$(EXEEXT) - $(AM_V_CCLD)$(tests32_casinh_LINK) $(tests32_casinh_OBJECTS) $(tests32_casinh_LDADD) $(LIBS) -testcases/complex/tests32_catan-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libksguid.a: $(libarm64_libksguid_a_OBJECTS) $(libarm64_libksguid_a_DEPENDENCIES) $(EXTRA_libarm64_libksguid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libksguid.a + $(AM_V_AR)$(libarm64_libksguid_a_AR) libarm64/libksguid.a $(libarm64_libksguid_a_OBJECTS) $(libarm64_libksguid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libksguid.a +libsrc/libarm64_libksuser_a-ksuser.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/catan$(EXEEXT): $(tests32_catan_OBJECTS) $(tests32_catan_DEPENDENCIES) $(EXTRA_tests32_catan_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/catan$(EXEEXT) - $(AM_V_CCLD)$(tests32_catan_LINK) $(tests32_catan_OBJECTS) $(tests32_catan_LDADD) $(LIBS) -testcases/complex/tests32_catanh-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libksuser.a: $(libarm64_libksuser_a_OBJECTS) $(libarm64_libksuser_a_DEPENDENCIES) $(EXTRA_libarm64_libksuser_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libksuser.a + $(AM_V_AR)$(libarm64_libksuser_a_AR) libarm64/libksuser.a $(libarm64_libksuser_a_OBJECTS) $(libarm64_libksuser_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libksuser.a +libsrc/libarm64_liblargeint_a-largeint.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/catanh$(EXEEXT): $(tests32_catanh_OBJECTS) $(tests32_catanh_DEPENDENCIES) $(EXTRA_tests32_catanh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/catanh$(EXEEXT) - $(AM_V_CCLD)$(tests32_catanh_LINK) $(tests32_catanh_OBJECTS) $(tests32_catanh_LDADD) $(LIBS) -testcases/complex/tests32_ccos-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/liblargeint.a: $(libarm64_liblargeint_a_OBJECTS) $(libarm64_liblargeint_a_DEPENDENCIES) $(EXTRA_libarm64_liblargeint_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/liblargeint.a + $(AM_V_AR)$(libarm64_liblargeint_a_AR) libarm64/liblargeint.a $(libarm64_liblargeint_a_OBJECTS) $(libarm64_liblargeint_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/liblargeint.a +libsrc/libarm64_liblocationapi_a-locationapi.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/ccos$(EXEEXT): $(tests32_ccos_OBJECTS) $(tests32_ccos_DEPENDENCIES) $(EXTRA_tests32_ccos_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/ccos$(EXEEXT) - $(AM_V_CCLD)$(tests32_ccos_LINK) $(tests32_ccos_OBJECTS) $(tests32_ccos_LDADD) $(LIBS) -testcases/complex/tests32_ccosh-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/liblocationapi.a: $(libarm64_liblocationapi_a_OBJECTS) $(libarm64_liblocationapi_a_DEPENDENCIES) $(EXTRA_libarm64_liblocationapi_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/liblocationapi.a + $(AM_V_AR)$(libarm64_liblocationapi_a_AR) libarm64/liblocationapi.a $(libarm64_liblocationapi_a_OBJECTS) $(libarm64_liblocationapi_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/liblocationapi.a -tests32/ccosh$(EXEEXT): $(tests32_ccosh_OBJECTS) $(tests32_ccosh_DEPENDENCIES) $(EXTRA_tests32_ccosh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/ccosh$(EXEEXT) - $(AM_V_CCLD)$(tests32_ccosh_LINK) $(tests32_ccosh_OBJECTS) $(tests32_ccosh_LDADD) $(LIBS) -testcases/complex/tests32_cexp-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libm.a: $(libarm64_libm_a_OBJECTS) $(libarm64_libm_a_DEPENDENCIES) $(EXTRA_libarm64_libm_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libm.a + $(AM_V_AR)$(libarm64_libm_a_AR) libarm64/libm.a $(libarm64_libm_a_OBJECTS) $(libarm64_libm_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libm.a +libsrc/libarm64_libmfuuid_a-mfuuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/cexp$(EXEEXT): $(tests32_cexp_OBJECTS) $(tests32_cexp_DEPENDENCIES) $(EXTRA_tests32_cexp_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cexp$(EXEEXT) - $(AM_V_CCLD)$(tests32_cexp_LINK) $(tests32_cexp_OBJECTS) $(tests32_cexp_LDADD) $(LIBS) -testcases/complex/tests32_cimag-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libmfuuid.a: $(libarm64_libmfuuid_a_OBJECTS) $(libarm64_libmfuuid_a_DEPENDENCIES) $(EXTRA_libarm64_libmfuuid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmfuuid.a + $(AM_V_AR)$(libarm64_libmfuuid_a_AR) libarm64/libmfuuid.a $(libarm64_libmfuuid_a_OBJECTS) $(libarm64_libmfuuid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmfuuid.a +crt/libarm64_libmingw32_a-crt0_c.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-dll_argv.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-gccmain.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-natstart.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-pseudo-reloc-list.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-wildcard.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-charmax.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-crt0_w.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-dllargv.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-gs_support.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-_newmode.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-tlssup.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-xncommod.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-cinitexe.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-merr.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-pesect.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-udllargc.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-xthdloc.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-CRT_fp10.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-mingw_custom.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-mingw_helpers.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-pseudo-reloc.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-udll_argv.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-xtxtmode.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-crt_handler.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-tlsthrd.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-tlsmthread.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-tlsmcrt.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingw32_a-cxa_atexit.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) -tests32/cimag$(EXEEXT): $(tests32_cimag_OBJECTS) $(tests32_cimag_DEPENDENCIES) $(EXTRA_tests32_cimag_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cimag$(EXEEXT) - $(AM_V_CCLD)$(tests32_cimag_LINK) $(tests32_cimag_OBJECTS) $(tests32_cimag_LDADD) $(LIBS) -testcases/complex/tests32_clog-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libmingw32.a: $(libarm64_libmingw32_a_OBJECTS) $(libarm64_libmingw32_a_DEPENDENCIES) $(EXTRA_libarm64_libmingw32_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmingw32.a + $(AM_V_AR)$(libarm64_libmingw32_a_AR) libarm64/libmingw32.a $(libarm64_libmingw32_a_OBJECTS) $(libarm64_libmingw32_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmingw32.a +crt/libarm64_libmingwex_a-dllentry.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +crt/libarm64_libmingwex_a-dllmain.$(OBJEXT): crt/$(am__dirstamp) \ + crt/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-_cabs.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cabs.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cabsf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cabsl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cacos.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cacosf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cacosl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-carg.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cargf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cargl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-casin.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-casinf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-casinl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-catan.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-catanf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-catanl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ccos.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ccosf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ccosl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cexp.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cexpf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cexpl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cimag.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cimagf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cimagl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clog.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clogf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clogl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clog10.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clog10f.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-clog10l.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-conj.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-conjf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-conjl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cpow.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cpowf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cpowl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cproj.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cprojf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-cprojl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-creal.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-crealf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-creall.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csin.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csinf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csinl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csqrt.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csqrtf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-csqrtl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ctan.$(OBJEXT): complex/$(am__dirstamp) \ + complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ctanf.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +complex/libarm64_libmingwex_a-ctanl.$(OBJEXT): \ + complex/$(am__dirstamp) complex/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-arithchk.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-dmisc.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-dtoa.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-g_dfmt.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-gdtoa.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-gethex.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-g_ffmt.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-g__fmt.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-gmisc.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-g_xfmt.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-hd_init.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-hexnan.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-misc.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-qnan.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-smisc.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-strtodg.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-strtodnrp.$(OBJEXT): \ + gdtoa/$(am__dirstamp) gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-strtof.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-strtopx.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-sum.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +gdtoa/libarm64_libmingwex_a-ulp.$(OBJEXT): gdtoa/$(am__dirstamp) \ + gdtoa/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-cbrt.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-cbrtf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-cbrtl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-cephes_emath.$(OBJEXT): \ + math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-copysign.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-copysignf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-coshf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-coshl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-erfl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-expf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fabs.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fabsf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fabsl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fdim.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fdimf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fdiml.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmal.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmax.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmaxf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmaxl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fmin.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fminf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fminl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fp_consts.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fp_constsf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fp_constsl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fpclassify.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fpclassifyf.$(OBJEXT): \ + math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-fpclassifyl.$(OBJEXT): \ + math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-frexpf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-hypotf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-hypot.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-hypotl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-isnan.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-isnanf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-isnanl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-ldexpf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lgamma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lgammaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lgammal.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llrint.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-signgam.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llrintf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llrintl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llround.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llroundf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-llroundl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-log10f.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-logf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lrint.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lrintf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lrintl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lround.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lroundf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-lroundl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-modf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-modff.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-modfl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-nextafterf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-nextafterl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-nexttoward.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-nexttowardf.$(OBJEXT): \ + math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-powf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-powi.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-powif.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-powil.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-rint.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-rintf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-rintl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-round.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-roundf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-roundl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-s_erf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sf_erf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-signbit.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-signbitf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-signbitl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sinhf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sinhl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sqrt.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sqrtf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-sqrtl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-tanhf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-tanhl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-tgamma.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-tgammaf.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-tgammal.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-truncl.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +math/libarm64_libmingwex_a-abs64.$(OBJEXT): math/$(am__dirstamp) \ + math/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_getsp.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-alarm.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-assert.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-basename.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-btowc.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-delay-f.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-delay-n.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-delayimp.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-difftime.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-difftime32.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-difftime64.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-dirent.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-dirname.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-execv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-execve.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-execvp.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-execvpe.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-feclearexcept.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fegetenv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fegetexceptflag.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fegetround.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-feholdexcept.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-feraiseexcept.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fesetenv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fesetexceptflag.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fesetround.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fetestexcept.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-feupdateenv.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-ftruncate.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-fwide.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-getlogin.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-getopt.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-gettimeofday.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-imaxabs.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-imaxdiv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-isblank.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-iswblank.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mbrtowc.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mbsinit.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mempcpy.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw-aligned-malloc.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw-fseek.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_matherr.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_mbwc_convert.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_usleep.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_wcstod.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_wcstof.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mingw_wcstold.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-mkstemp.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-seterrno.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-sleep.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-spawnv.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-spawnve.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-spawnvp.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-spawnvpe.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-strnlen.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-strsafe.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-strtoimax.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-strtold.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-strtoumax.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-tdelete.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-tfind.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-tsearch.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-twalk.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-uchar_c16rtomb.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-uchar_c32rtomb.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-uchar_mbrtoc16.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-uchar_mbrtoc32.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wassert.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcrtomb.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcsnlen.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcstof.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcstoimax.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcstold.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wcstoumax.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wctob.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wctrans.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wctype.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wdirent.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-winbs_uint64.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-winbs_ulong.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-winbs_ushort.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmemchr.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmemcmp.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmemcpy.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmemmove.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmempcpy.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-wmemset.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-ftw.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmingwex_a-ftw64.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vfscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vfwscanf2.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vsscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vswscanf2.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vwscanf2.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-strtok_r.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-scanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_Exit.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_findfirst64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_findnext64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_fstat.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_fstat64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_ftime.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_getc_nolock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_getwc_nolock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_putc_nolock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_putwc_nolock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_stat.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_stat64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_wfindfirst64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_wfindnext64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_wstat.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-_wstat64i32.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-asprintf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-atoll.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-fgetpos64.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-fopen64.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-fseeko32.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-fseeko64.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-fsetpos64.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-ftello.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-ftello64.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-ftruncate64.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-lltoa.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-lltow.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-lseek64.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_fprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_fscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_fwscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_pformat.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_pformatw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_printfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_scanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_snprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_sprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_sscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_swscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vfprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vfscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vsnprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vsprintfw.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_wscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_wvfscanf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-snprintf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-snwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-strtof.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-truncate.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-ulltoa.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-ulltow.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vasprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vfscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vfwscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vsscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vswscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-vwscanf.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-wtoll.$(OBJEXT): stdio/$(am__dirstamp) \ + stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_asprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmingwex_a-mingw_vasprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +math/arm64/$(am__dirstamp): + @$(MKDIR_P) math/arm64 + @: > math/arm64/$(am__dirstamp) +math/arm64/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) math/arm64/$(DEPDIR) + @: > math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-_chgsignl.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-ceil.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-ceilf.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-ceill.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-copysignl.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-exp2.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-exp2f.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-floor.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-floorf.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-floorl.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-ldexpl.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-log2.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-nearbyint.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-nearbyintf.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-nearbyintl.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-scalbn.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-sincos.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-trunc.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/arm64/libarm64_libmingwex_a-truncf.$(OBJEXT): \ + math/arm64/$(am__dirstamp) \ + math/arm64/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__fpclassifyd32.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__fpclassifyd64.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__fpclassifyd128.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__isnand32.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__isnand64.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__isnand128.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__signbitd32.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__signbitd64.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-__signbitd128.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-isinfd32.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-isinfd64.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) +math/DFP/libarm64_libmingwex_a-isinfd128.$(OBJEXT): \ + math/DFP/$(am__dirstamp) math/DFP/$(DEPDIR)/$(am__dirstamp) -tests32/clog$(EXEEXT): $(tests32_clog_OBJECTS) $(tests32_clog_DEPENDENCIES) $(EXTRA_tests32_clog_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/clog$(EXEEXT) - $(AM_V_CCLD)$(tests32_clog_LINK) $(tests32_clog_OBJECTS) $(tests32_clog_LDADD) $(LIBS) -testcases/complex/tests32_conj-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libmingwex.a: $(libarm64_libmingwex_a_OBJECTS) $(libarm64_libmingwex_a_DEPENDENCIES) $(EXTRA_libarm64_libmingwex_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmingwex.a + $(AM_V_AR)$(libarm64_libmingwex_a_AR) libarm64/libmingwex.a $(libarm64_libmingwex_a_OBJECTS) $(libarm64_libmingwex_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmingwex.a +libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libmingwthrd.a: $(libarm64_libmingwthrd_a_OBJECTS) $(libarm64_libmingwthrd_a_DEPENDENCIES) $(EXTRA_libarm64_libmingwthrd_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmingwthrd.a + $(AM_V_AR)$(libarm64_libmingwthrd_a_AR) libarm64/libmingwthrd.a $(libarm64_libmingwthrd_a_OBJECTS) $(libarm64_libmingwthrd_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmingwthrd.a + +libarm64/libmoldname.a: $(libarm64_libmoldname_a_OBJECTS) $(libarm64_libmoldname_a_DEPENDENCIES) $(EXTRA_libarm64_libmoldname_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmoldname.a + $(AM_V_AR)$(libarm64_libmoldname_a_AR) libarm64/libmoldname.a $(libarm64_libmoldname_a_OBJECTS) $(libarm64_libmoldname_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmoldname.a +misc/libarm64_libmsvcrt_os_a-onexit_table.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-register_tls_atexit.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-_configthreadlocale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-_get_current_locale.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-output_format.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-purecall.$(OBJEXT): misc/$(am__dirstamp) \ + misc/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_access_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cgets_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cgetws_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_chsize_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_controlfp_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_ctime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_ctime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_localtime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_localtime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_mktemp_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_sopen_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_strdate_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_strtime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_umask_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_waccess_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wasctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wctime32_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wctime64_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-asctime_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-memcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-memmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-rand_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-sprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-strerror_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-vsprintf_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +secapi/libarm64_libmsvcrt_os_a-wmemmove_s.$(OBJEXT): \ + secapi/$(am__dirstamp) secapi/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libmsvcrt_os_a-mingw_lock.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-__p___argv.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-__p__acmdln.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-__p__fmode.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) +misc/libarm64_libmsvcrt_os_a-__p__wcmdln.$(OBJEXT): \ + misc/$(am__dirstamp) misc/$(DEPDIR)/$(am__dirstamp) -tests32/conj$(EXEEXT): $(tests32_conj_OBJECTS) $(tests32_conj_DEPENDENCIES) $(EXTRA_tests32_conj_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/conj$(EXEEXT) - $(AM_V_CCLD)$(tests32_conj_LINK) $(tests32_conj_OBJECTS) $(tests32_conj_LDADD) $(LIBS) -testcases/complex/tests32_cpow-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libmsvcrt-os.a: $(libarm64_libmsvcrt_os_a_OBJECTS) $(libarm64_libmsvcrt_os_a_DEPENDENCIES) $(EXTRA_libarm64_libmsvcrt_os_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libmsvcrt-os.a + $(AM_V_AR)$(libarm64_libmsvcrt_os_a_AR) libarm64/libmsvcrt-os.a $(libarm64_libmsvcrt_os_a_OBJECTS) $(libarm64_libmsvcrt_os_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libmsvcrt-os.a +libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libportabledeviceguids.a: $(libarm64_libportabledeviceguids_a_OBJECTS) $(libarm64_libportabledeviceguids_a_DEPENDENCIES) $(EXTRA_libarm64_libportabledeviceguids_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libportabledeviceguids.a + $(AM_V_AR)$(libarm64_libportabledeviceguids_a_AR) libarm64/libportabledeviceguids.a $(libarm64_libportabledeviceguids_a_OBJECTS) $(libarm64_libportabledeviceguids_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libportabledeviceguids.a +libsrc/libarm64_libsapi_a-sapi.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libsapi.a: $(libarm64_libsapi_a_OBJECTS) $(libarm64_libsapi_a_DEPENDENCIES) $(EXTRA_libarm64_libsapi_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libsapi.a + $(AM_V_AR)$(libarm64_libsapi_a_AR) libarm64/libsapi.a $(libarm64_libsapi_a_OBJECTS) $(libarm64_libsapi_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libsapi.a +libsrc/libarm64_libscrnsave_a-scrnsave.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libscrnsave.a: $(libarm64_libscrnsave_a_OBJECTS) $(libarm64_libscrnsave_a_DEPENDENCIES) $(EXTRA_libarm64_libscrnsave_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libscrnsave.a + $(AM_V_AR)$(libarm64_libscrnsave_a_AR) libarm64/libscrnsave.a $(libarm64_libscrnsave_a_OBJECTS) $(libarm64_libscrnsave_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libscrnsave.a +libsrc/libarm64_libscrnsavw_a-scrnsave.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libscrnsavw.a: $(libarm64_libscrnsavw_a_OBJECTS) $(libarm64_libscrnsavw_a_DEPENDENCIES) $(EXTRA_libarm64_libscrnsavw_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libscrnsavw.a + $(AM_V_AR)$(libarm64_libscrnsavw_a_AR) libarm64/libscrnsavw.a $(libarm64_libscrnsavw_a_OBJECTS) $(libarm64_libscrnsavw_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libscrnsavw.a +libsrc/libarm64_libsensorsapi_a-sensorsapi.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libsensorsapi.a: $(libarm64_libsensorsapi_a_OBJECTS) $(libarm64_libsensorsapi_a_DEPENDENCIES) $(EXTRA_libarm64_libsensorsapi_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libsensorsapi.a + $(AM_V_AR)$(libarm64_libsensorsapi_a_AR) libarm64/libsensorsapi.a $(libarm64_libsensorsapi_a_OBJECTS) $(libarm64_libsensorsapi_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libsensorsapi.a +libsrc/libarm64_libshell32_a-shell32.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libshell32.a: $(libarm64_libshell32_a_OBJECTS) $(libarm64_libshell32_a_DEPENDENCIES) $(EXTRA_libarm64_libshell32_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libshell32.a + $(AM_V_AR)$(libarm64_libshell32_a_AR) libarm64/libshell32.a $(libarm64_libshell32_a_OBJECTS) $(libarm64_libshell32_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libshell32.a +libsrc/libarm64_libstrmiids_a-strmiids.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libstrmiids.a: $(libarm64_libstrmiids_a_OBJECTS) $(libarm64_libstrmiids_a_DEPENDENCIES) $(EXTRA_libarm64_libstrmiids_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libstrmiids.a + $(AM_V_AR)$(libarm64_libstrmiids_a_AR) libarm64/libstrmiids.a $(libarm64_libstrmiids_a_OBJECTS) $(libarm64_libstrmiids_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libstrmiids.a +libarm64/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) libarm64/$(DEPDIR) + @: > libarm64/$(DEPDIR)/$(am__dirstamp) +libarm64/libucrt.$(OBJEXT): libarm64/$(am__dirstamp) \ + libarm64/$(DEPDIR)/$(am__dirstamp) + +@LIBARM64_FALSE@libarm64/libucrt.a: $(libarm64_libucrt_a_OBJECTS) $(libarm64_libucrt_a_DEPENDENCIES) $(EXTRA_libarm64_libucrt_a_DEPENDENCIES) libarm64/$(am__dirstamp) +@LIBARM64_FALSE@ $(AM_V_at)-rm -f libarm64/libucrt.a +@LIBARM64_FALSE@ $(AM_V_AR)$(libarm64_libucrt_a_AR) libarm64/libucrt.a $(libarm64_libucrt_a_OBJECTS) $(libarm64_libucrt_a_LIBADD) +@LIBARM64_FALSE@ $(AM_V_at)$(RANLIB) libarm64/libucrt.a +crt/libarm64_libucrt_extra_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -tests32/cpow$(EXEEXT): $(tests32_cpow_OBJECTS) $(tests32_cpow_DEPENDENCIES) $(EXTRA_tests32_cpow_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cpow$(EXEEXT) - $(AM_V_CCLD)$(tests32_cpow_LINK) $(tests32_cpow_OBJECTS) $(tests32_cpow_LDADD) $(LIBS) -testcases/complex/tests32_cproj-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libucrt_extra.a: $(libarm64_libucrt_extra_a_OBJECTS) $(libarm64_libucrt_extra_a_DEPENDENCIES) $(EXTRA_libarm64_libucrt_extra_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libucrt_extra.a + $(AM_V_AR)$(libarm64_libucrt_extra_a_AR) libarm64/libucrt_extra.a $(libarm64_libucrt_extra_a_OBJECTS) $(libarm64_libucrt_extra_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libucrt_extra.a +crt/libarm64_libucrtbase_a-ucrtbase_compat.$(OBJEXT): \ + crt/$(am__dirstamp) crt/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_fprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_printf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_snprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_sprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_vfprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_vprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) +stdio/libarm64_libucrtbase_a-ucrt_vsprintf.$(OBJEXT): \ + stdio/$(am__dirstamp) stdio/$(DEPDIR)/$(am__dirstamp) -tests32/cproj$(EXEEXT): $(tests32_cproj_OBJECTS) $(tests32_cproj_DEPENDENCIES) $(EXTRA_tests32_cproj_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/cproj$(EXEEXT) - $(AM_V_CCLD)$(tests32_cproj_LINK) $(tests32_cproj_OBJECTS) $(tests32_cproj_LDADD) $(LIBS) -testcases/complex/tests32_creal-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libucrtbase.a: $(libarm64_libucrtbase_a_OBJECTS) $(libarm64_libucrtbase_a_DEPENDENCIES) $(EXTRA_libarm64_libucrtbase_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libucrtbase.a + $(AM_V_AR)$(libarm64_libucrtbase_a_AR) libarm64/libucrtbase.a $(libarm64_libucrtbase_a_OBJECTS) $(libarm64_libucrtbase_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libucrtbase.a +libsrc/libarm64_libuuid_a-ativscp-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-atsmedia-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-bth-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-cguid-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-comcat-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-devguid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-docobj-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-dxva-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-exdisp-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-extras-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-fwp-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-guid_nul.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-hlguids-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-hlink-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-mlang-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-msctf-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-mshtmhst-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-mshtml-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-msxml-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-netcon-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddkbd-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddmou-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddpar-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddscsi-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddser-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddstor-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ntddvdeo-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-oaidl-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-objidl-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-objsafe-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-ocidl-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-oleacc-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-olectlid-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-oleidl-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-power-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-powrprof-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-uianimation-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-usbcamdi-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-usbiodef-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-vds-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-virtdisk-uuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/libarm64_libuuid_a-wia-uuid.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/creal$(EXEEXT): $(tests32_creal_OBJECTS) $(tests32_creal_DEPENDENCIES) $(EXTRA_tests32_creal_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/creal$(EXEEXT) - $(AM_V_CCLD)$(tests32_creal_LINK) $(tests32_creal_OBJECTS) $(tests32_creal_LDADD) $(LIBS) -testcases/complex/tests32_csin-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libuuid.a: $(libarm64_libuuid_a_OBJECTS) $(libarm64_libuuid_a_DEPENDENCIES) $(EXTRA_libarm64_libuuid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libuuid.a + $(AM_V_AR)$(libarm64_libuuid_a_AR) libarm64/libuuid.a $(libarm64_libuuid_a_OBJECTS) $(libarm64_libuuid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libuuid.a +libsrc/libarm64_libwbemuuid_a-wbemuuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/csin$(EXEEXT): $(tests32_csin_OBJECTS) $(tests32_csin_DEPENDENCIES) $(EXTRA_tests32_csin_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/csin$(EXEEXT) - $(AM_V_CCLD)$(tests32_csin_LINK) $(tests32_csin_OBJECTS) $(tests32_csin_LDADD) $(LIBS) -testcases/complex/tests32_csinh-main.$(OBJEXT): \ - testcases/complex/$(am__dirstamp) \ - testcases/complex/$(DEPDIR)/$(am__dirstamp) +libarm64/libwbemuuid.a: $(libarm64_libwbemuuid_a_OBJECTS) $(libarm64_libwbemuuid_a_DEPENDENCIES) $(EXTRA_libarm64_libwbemuuid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libwbemuuid.a + $(AM_V_AR)$(libarm64_libwbemuuid_a_AR) libarm64/libwbemuuid.a $(libarm64_libwbemuuid_a_OBJECTS) $(libarm64_libwbemuuid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libwbemuuid.a +libsrc/libarm64_libwindowscodecs_a-windowscodecs.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) -tests32/csinh$(EXEEXT): $(tests32_csinh_OBJECTS) $(tests32_csinh_DEPENDENCIES) $(EXTRA_tests32_csinh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/csinh$(EXEEXT) - $(AM_V_CCLD)$(tests32_csinh_LINK) $(tests32_csinh_OBJECTS) $(tests32_csinh_LDADD) $(LIBS) -testcases/complex/tests32_csqrt-main.$(OBJEXT): \ +libarm64/libwindowscodecs.a: $(libarm64_libwindowscodecs_a_OBJECTS) $(libarm64_libwindowscodecs_a_DEPENDENCIES) $(EXTRA_libarm64_libwindowscodecs_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libwindowscodecs.a + $(AM_V_AR)$(libarm64_libwindowscodecs_a_AR) libarm64/libwindowscodecs.a $(libarm64_libwindowscodecs_a_OBJECTS) $(libarm64_libwindowscodecs_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libwindowscodecs.a +libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.$(OBJEXT): \ + libsrc/$(am__dirstamp) libsrc/$(DEPDIR)/$(am__dirstamp) + +libarm64/libwmcodecdspuuid.a: $(libarm64_libwmcodecdspuuid_a_OBJECTS) $(libarm64_libwmcodecdspuuid_a_DEPENDENCIES) $(EXTRA_libarm64_libwmcodecdspuuid_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libwmcodecdspuuid.a + $(AM_V_AR)$(libarm64_libwmcodecdspuuid_a_AR) libarm64/libwmcodecdspuuid.a $(libarm64_libwmcodecdspuuid_a_OBJECTS) $(libarm64_libwmcodecdspuuid_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libwmcodecdspuuid.a +libsrc/libarm64_libws2_32_a-ws2_32.$(OBJEXT): libsrc/$(am__dirstamp) \ + libsrc/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.$(OBJEXT): \ + libsrc/ws2tcpip/$(am__dirstamp) \ + libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.$(OBJEXT): \ + libsrc/wspiapi/$(am__dirstamp) \ + libsrc/wspiapi/$(DEPDIR)/$(am__dirstamp) + +libarm64/libws2_32.a: $(libarm64_libws2_32_a_OBJECTS) $(libarm64_libws2_32_a_DEPENDENCIES) $(EXTRA_libarm64_libws2_32_a_DEPENDENCIES) libarm64/$(am__dirstamp) + $(AM_V_at)-rm -f libarm64/libws2_32.a + $(AM_V_AR)$(libarm64_libws2_32_a_AR) libarm64/libws2_32.a $(libarm64_libws2_32_a_OBJECTS) $(libarm64_libws2_32_a_LIBADD) + $(AM_V_at)$(RANLIB) libarm64/libws2_32.a +testcases/complex/$(am__dirstamp): + @$(MKDIR_P) testcases/complex + @: > testcases/complex/$(am__dirstamp) +testcases/complex/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) testcases/complex/$(DEPDIR) + @: > testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextests_a-cabs.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests32/csqrt$(EXEEXT): $(tests32_csqrt_OBJECTS) $(tests32_csqrt_DEPENDENCIES) $(EXTRA_tests32_csqrt_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/csqrt$(EXEEXT) - $(AM_V_CCLD)$(tests32_csqrt_LINK) $(tests32_csqrt_OBJECTS) $(tests32_csqrt_LDADD) $(LIBS) -testcases/complex/tests32_ctan-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cacos.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests32/ctan$(EXEEXT): $(tests32_ctan_OBJECTS) $(tests32_ctan_DEPENDENCIES) $(EXTRA_tests32_ctan_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/ctan$(EXEEXT) - $(AM_V_CCLD)$(tests32_ctan_LINK) $(tests32_ctan_OBJECTS) $(tests32_ctan_LDADD) $(LIBS) -testcases/complex/tests32_ctanh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cacosh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests32/ctanh$(EXEEXT): $(tests32_ctanh_OBJECTS) $(tests32_ctanh_DEPENDENCIES) $(EXTRA_tests32_ctanh_DEPENDENCIES) tests32/$(am__dirstamp) - @rm -f tests32/ctanh$(EXEEXT) - $(AM_V_CCLD)$(tests32_ctanh_LINK) $(tests32_ctanh_OBJECTS) $(tests32_ctanh_LDADD) $(LIBS) -testcases/complex/tests64_cabs-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-carg.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cabs$(EXEEXT): $(tests64_cabs_OBJECTS) $(tests64_cabs_DEPENDENCIES) $(EXTRA_tests64_cabs_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cabs$(EXEEXT) - $(AM_V_CCLD)$(tests64_cabs_LINK) $(tests64_cabs_OBJECTS) $(tests64_cabs_LDADD) $(LIBS) -testcases/complex/tests64_cacos-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-casin.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cacos$(EXEEXT): $(tests64_cacos_OBJECTS) $(tests64_cacos_DEPENDENCIES) $(EXTRA_tests64_cacos_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cacos$(EXEEXT) - $(AM_V_CCLD)$(tests64_cacos_LINK) $(tests64_cacos_OBJECTS) $(tests64_cacos_LDADD) $(LIBS) -testcases/complex/tests64_cacosh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-casinh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cacosh$(EXEEXT): $(tests64_cacosh_OBJECTS) $(tests64_cacosh_DEPENDENCIES) $(EXTRA_tests64_cacosh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cacosh$(EXEEXT) - $(AM_V_CCLD)$(tests64_cacosh_LINK) $(tests64_cacosh_OBJECTS) $(tests64_cacosh_LDADD) $(LIBS) -testcases/complex/tests64_carg-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-catan.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/carg$(EXEEXT): $(tests64_carg_OBJECTS) $(tests64_carg_DEPENDENCIES) $(EXTRA_tests64_carg_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/carg$(EXEEXT) - $(AM_V_CCLD)$(tests64_carg_LINK) $(tests64_carg_OBJECTS) $(tests64_carg_LDADD) $(LIBS) -testcases/complex/tests64_casin-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-catanh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/casin$(EXEEXT): $(tests64_casin_OBJECTS) $(tests64_casin_DEPENDENCIES) $(EXTRA_tests64_casin_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/casin$(EXEEXT) - $(AM_V_CCLD)$(tests64_casin_LINK) $(tests64_casin_OBJECTS) $(tests64_casin_LDADD) $(LIBS) -testcases/complex/tests64_casinh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-ccos.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/casinh$(EXEEXT): $(tests64_casinh_OBJECTS) $(tests64_casinh_DEPENDENCIES) $(EXTRA_tests64_casinh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/casinh$(EXEEXT) - $(AM_V_CCLD)$(tests64_casinh_LINK) $(tests64_casinh_OBJECTS) $(tests64_casinh_LDADD) $(LIBS) -testcases/complex/tests64_catan-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-ccosh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/catan$(EXEEXT): $(tests64_catan_OBJECTS) $(tests64_catan_DEPENDENCIES) $(EXTRA_tests64_catan_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/catan$(EXEEXT) - $(AM_V_CCLD)$(tests64_catan_LINK) $(tests64_catan_OBJECTS) $(tests64_catan_LDADD) $(LIBS) -testcases/complex/tests64_catanh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cexp.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/catanh$(EXEEXT): $(tests64_catanh_OBJECTS) $(tests64_catanh_DEPENDENCIES) $(EXTRA_tests64_catanh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/catanh$(EXEEXT) - $(AM_V_CCLD)$(tests64_catanh_LINK) $(tests64_catanh_OBJECTS) $(tests64_catanh_LDADD) $(LIBS) -testcases/complex/tests64_ccos-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cimag.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/ccos$(EXEEXT): $(tests64_ccos_OBJECTS) $(tests64_ccos_DEPENDENCIES) $(EXTRA_tests64_ccos_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/ccos$(EXEEXT) - $(AM_V_CCLD)$(tests64_ccos_LINK) $(tests64_ccos_OBJECTS) $(tests64_ccos_LDADD) $(LIBS) -testcases/complex/tests64_ccosh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-clog.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/ccosh$(EXEEXT): $(tests64_ccosh_OBJECTS) $(tests64_ccosh_DEPENDENCIES) $(EXTRA_tests64_ccosh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/ccosh$(EXEEXT) - $(AM_V_CCLD)$(tests64_ccosh_LINK) $(tests64_ccosh_OBJECTS) $(tests64_ccosh_LDADD) $(LIBS) -testcases/complex/tests64_cexp-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-conj.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cexp$(EXEEXT): $(tests64_cexp_OBJECTS) $(tests64_cexp_DEPENDENCIES) $(EXTRA_tests64_cexp_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cexp$(EXEEXT) - $(AM_V_CCLD)$(tests64_cexp_LINK) $(tests64_cexp_OBJECTS) $(tests64_cexp_LDADD) $(LIBS) -testcases/complex/tests64_cimag-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cpow.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cimag$(EXEEXT): $(tests64_cimag_OBJECTS) $(tests64_cimag_DEPENDENCIES) $(EXTRA_tests64_cimag_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cimag$(EXEEXT) - $(AM_V_CCLD)$(tests64_cimag_LINK) $(tests64_cimag_OBJECTS) $(tests64_cimag_LDADD) $(LIBS) -testcases/complex/tests64_clog-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-cproj.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/clog$(EXEEXT): $(tests64_clog_OBJECTS) $(tests64_clog_DEPENDENCIES) $(EXTRA_tests64_clog_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/clog$(EXEEXT) - $(AM_V_CCLD)$(tests64_clog_LINK) $(tests64_clog_OBJECTS) $(tests64_clog_LDADD) $(LIBS) -testcases/complex/tests64_conj-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-creal.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/conj$(EXEEXT): $(tests64_conj_OBJECTS) $(tests64_conj_DEPENDENCIES) $(EXTRA_tests64_conj_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/conj$(EXEEXT) - $(AM_V_CCLD)$(tests64_conj_LINK) $(tests64_conj_OBJECTS) $(tests64_conj_LDADD) $(LIBS) -testcases/complex/tests64_cpow-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-csin.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cpow$(EXEEXT): $(tests64_cpow_OBJECTS) $(tests64_cpow_DEPENDENCIES) $(EXTRA_tests64_cpow_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cpow$(EXEEXT) - $(AM_V_CCLD)$(tests64_cpow_LINK) $(tests64_cpow_OBJECTS) $(tests64_cpow_LDADD) $(LIBS) -testcases/complex/tests64_cproj-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-csinh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/cproj$(EXEEXT): $(tests64_cproj_OBJECTS) $(tests64_cproj_DEPENDENCIES) $(EXTRA_tests64_cproj_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/cproj$(EXEEXT) - $(AM_V_CCLD)$(tests64_cproj_LINK) $(tests64_cproj_OBJECTS) $(tests64_cproj_LDADD) $(LIBS) -testcases/complex/tests64_creal-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-csqrt.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/creal$(EXEEXT): $(tests64_creal_OBJECTS) $(tests64_creal_DEPENDENCIES) $(EXTRA_tests64_creal_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/creal$(EXEEXT) - $(AM_V_CCLD)$(tests64_creal_LINK) $(tests64_creal_OBJECTS) $(tests64_creal_LDADD) $(LIBS) -testcases/complex/tests64_csin-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-ctan.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) - -tests64/csin$(EXEEXT): $(tests64_csin_OBJECTS) $(tests64_csin_DEPENDENCIES) $(EXTRA_tests64_csin_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/csin$(EXEEXT) - $(AM_V_CCLD)$(tests64_csin_LINK) $(tests64_csin_OBJECTS) $(tests64_csin_LDADD) $(LIBS) -testcases/complex/tests64_csinh-main.$(OBJEXT): \ +testcases/complex/tests32_libnewcomplextests_a-ctanh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) +tests32/$(am__dirstamp): + @$(MKDIR_P) tests32 + @: > tests32/$(am__dirstamp) -tests64/csinh$(EXEEXT): $(tests64_csinh_OBJECTS) $(tests64_csinh_DEPENDENCIES) $(EXTRA_tests64_csinh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/csinh$(EXEEXT) - $(AM_V_CCLD)$(tests64_csinh_LINK) $(tests64_csinh_OBJECTS) $(tests64_csinh_LDADD) $(LIBS) -testcases/complex/tests64_csqrt-main.$(OBJEXT): \ +tests32/libnewcomplextests.a: $(tests32_libnewcomplextests_a_OBJECTS) $(tests32_libnewcomplextests_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextests_a_DEPENDENCIES) tests32/$(am__dirstamp) + $(AM_V_at)-rm -f tests32/libnewcomplextests.a + $(AM_V_AR)$(tests32_libnewcomplextests_a_AR) tests32/libnewcomplextests.a $(tests32_libnewcomplextests_a_OBJECTS) $(tests32_libnewcomplextests_a_LIBADD) + $(AM_V_at)$(RANLIB) tests32/libnewcomplextests.a +testcases/complex/tests32_libnewcomplextestsf_a-cabs.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cacos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cacosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-carg.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-casin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-casinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-catan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-catanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-ccos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-ccosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cexp.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cimag.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-clog.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-conj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cpow.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-cproj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-creal.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-csin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-csinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-csqrt.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-ctan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsf_a-ctanh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) -tests64/csqrt$(EXEEXT): $(tests64_csqrt_OBJECTS) $(tests64_csqrt_DEPENDENCIES) $(EXTRA_tests64_csqrt_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/csqrt$(EXEEXT) - $(AM_V_CCLD)$(tests64_csqrt_LINK) $(tests64_csqrt_OBJECTS) $(tests64_csqrt_LDADD) $(LIBS) -testcases/complex/tests64_ctan-main.$(OBJEXT): \ +tests32/libnewcomplextestsf.a: $(tests32_libnewcomplextestsf_a_OBJECTS) $(tests32_libnewcomplextestsf_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextestsf_a_DEPENDENCIES) tests32/$(am__dirstamp) + $(AM_V_at)-rm -f tests32/libnewcomplextestsf.a + $(AM_V_AR)$(tests32_libnewcomplextestsf_a_AR) tests32/libnewcomplextestsf.a $(tests32_libnewcomplextestsf_a_OBJECTS) $(tests32_libnewcomplextestsf_a_LIBADD) + $(AM_V_at)$(RANLIB) tests32/libnewcomplextestsf.a +testcases/complex/tests32_libnewcomplextestsld_a-cabs.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cacos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cacosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-carg.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-casin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-casinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-catan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-catanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-ccos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-ccosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cexp.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cimag.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-clog.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-conj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cpow.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-cproj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-creal.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-csin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-csinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-csqrt.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-ctan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests32_libnewcomplextestsld_a-ctanh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) -tests64/ctan$(EXEEXT): $(tests64_ctan_OBJECTS) $(tests64_ctan_DEPENDENCIES) $(EXTRA_tests64_ctan_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/ctan$(EXEEXT) - $(AM_V_CCLD)$(tests64_ctan_LINK) $(tests64_ctan_OBJECTS) $(tests64_ctan_LDADD) $(LIBS) -testcases/complex/tests64_ctanh-main.$(OBJEXT): \ +tests32/libnewcomplextestsld.a: $(tests32_libnewcomplextestsld_a_OBJECTS) $(tests32_libnewcomplextestsld_a_DEPENDENCIES) $(EXTRA_tests32_libnewcomplextestsld_a_DEPENDENCIES) tests32/$(am__dirstamp) + $(AM_V_at)-rm -f tests32/libnewcomplextestsld.a + $(AM_V_AR)$(tests32_libnewcomplextestsld_a_AR) tests32/libnewcomplextestsld.a $(tests32_libnewcomplextestsld_a_OBJECTS) $(tests32_libnewcomplextestsld_a_LIBADD) + $(AM_V_at)$(RANLIB) tests32/libnewcomplextestsld.a +testcases/complex/tests64_libnewcomplextests_a-cabs.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cacos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cacosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-carg.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-casin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-casinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-catan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-catanh.$(OBJEXT): \ testcases/complex/$(am__dirstamp) \ testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-ccos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-ccosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cexp.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cimag.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-clog.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-conj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cpow.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-cproj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-creal.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-csin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-csinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-csqrt.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-ctan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextests_a-ctanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +tests64/$(am__dirstamp): + @$(MKDIR_P) tests64 + @: > tests64/$(am__dirstamp) -tests64/ctanh$(EXEEXT): $(tests64_ctanh_OBJECTS) $(tests64_ctanh_DEPENDENCIES) $(EXTRA_tests64_ctanh_DEPENDENCIES) tests64/$(am__dirstamp) - @rm -f tests64/ctanh$(EXEEXT) - $(AM_V_CCLD)$(tests64_ctanh_LINK) $(tests64_ctanh_OBJECTS) $(tests64_ctanh_LDADD) $(LIBS) +tests64/libnewcomplextests.a: $(tests64_libnewcomplextests_a_OBJECTS) $(tests64_libnewcomplextests_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextests_a_DEPENDENCIES) tests64/$(am__dirstamp) + $(AM_V_at)-rm -f tests64/libnewcomplextests.a + $(AM_V_AR)$(tests64_libnewcomplextests_a_AR) tests64/libnewcomplextests.a $(tests64_libnewcomplextests_a_OBJECTS) $(tests64_libnewcomplextests_a_LIBADD) + $(AM_V_at)$(RANLIB) tests64/libnewcomplextests.a +testcases/complex/tests64_libnewcomplextestsf_a-cabs.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cacos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cacosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-carg.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-casin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-casinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-catan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-catanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-ccos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-ccosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cexp.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cimag.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-clog.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-conj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cpow.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-cproj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-creal.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-csin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-csinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-csqrt.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-ctan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsf_a-ctanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -rm -f complex/*.$(OBJEXT) - -rm -f crt/*.$(OBJEXT) - -rm -f gdtoa/*.$(OBJEXT) - -rm -f intrincs/*.$(OBJEXT) - -rm -f libsrc/*.$(OBJEXT) - -rm -f libsrc/ws2tcpip/*.$(OBJEXT) - -rm -f libsrc/wspiapi/*.$(OBJEXT) - -rm -f math/*.$(OBJEXT) - -rm -f math/DFP/*.$(OBJEXT) - -rm -f math/softmath/*.$(OBJEXT) - -rm -f misc/*.$(OBJEXT) - -rm -f profile/*.$(OBJEXT) - -rm -f secapi/*.$(OBJEXT) - -rm -f stdio/*.$(OBJEXT) - -rm -f testcases/*.$(OBJEXT) - -rm -f testcases/complex/*.$(OBJEXT) +tests64/libnewcomplextestsf.a: $(tests64_libnewcomplextestsf_a_OBJECTS) $(tests64_libnewcomplextestsf_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextestsf_a_DEPENDENCIES) tests64/$(am__dirstamp) + $(AM_V_at)-rm -f tests64/libnewcomplextestsf.a + $(AM_V_AR)$(tests64_libnewcomplextestsf_a_AR) tests64/libnewcomplextestsf.a $(tests64_libnewcomplextestsf_a_OBJECTS) $(tests64_libnewcomplextestsf_a_LIBADD) + $(AM_V_at)$(RANLIB) tests64/libnewcomplextestsf.a +testcases/complex/tests64_libnewcomplextestsld_a-cabs.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cacos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cacosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-carg.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-casin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-casinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-catan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-catanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-ccos.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-ccosh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cexp.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cimag.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-clog.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-conj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cpow.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-cproj.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-creal.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-csin.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-csinh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-csqrt.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-ctan.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) +testcases/complex/tests64_libnewcomplextestsld_a-ctanh.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) -distclean-compile: - -rm -f *.tab.c +tests64/libnewcomplextestsld.a: $(tests64_libnewcomplextestsld_a_OBJECTS) $(tests64_libnewcomplextestsld_a_DEPENDENCIES) $(EXTRA_tests64_libnewcomplextestsld_a_DEPENDENCIES) tests64/$(am__dirstamp) + $(AM_V_at)-rm -f tests64/libnewcomplextestsld.a + $(AM_V_AR)$(tests64_libnewcomplextestsld_a_AR) tests64/libnewcomplextestsld.a $(tests64_libnewcomplextestsld_a_OBJECTS) $(tests64_libnewcomplextestsld_a_LIBADD) + $(AM_V_at)$(RANLIB) tests64/libnewcomplextestsld.a -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib32_libm_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib64_libm_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm32_libm_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po@am__quote@ +clean-checkPROGRAMS: + -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) +testcases/$(am__dirstamp): + @$(MKDIR_P) testcases + @: > testcases/$(am__dirstamp) +testcases/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) testcases/$(DEPDIR) + @: > testcases/$(DEPDIR)/$(am__dirstamp) +testcases/t_ansi_io.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_ansi_io$(EXEEXT): $(testcases_t_ansi_io_OBJECTS) $(testcases_t_ansi_io_DEPENDENCIES) $(EXTRA_testcases_t_ansi_io_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_ansi_io$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_ansi_io_OBJECTS) $(testcases_t_ansi_io_LDADD) $(LIBS) +testcases/t_findfirst.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_findfirst$(EXEEXT): $(testcases_t_findfirst_OBJECTS) $(testcases_t_findfirst_DEPENDENCIES) $(EXTRA_testcases_t_findfirst_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_findfirst$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_findfirst_OBJECTS) $(testcases_t_findfirst_LDADD) $(LIBS) +testcases/t_float.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_float$(EXEEXT): $(testcases_t_float_OBJECTS) $(testcases_t_float_DEPENDENCIES) $(EXTRA_testcases_t_float_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_float$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_float_OBJECTS) $(testcases_t_float_LDADD) $(LIBS) +testcases/t_fseeko64.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_fseeko64$(EXEEXT): $(testcases_t_fseeko64_OBJECTS) $(testcases_t_fseeko64_DEPENDENCIES) $(EXTRA_testcases_t_fseeko64_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_fseeko64$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_fseeko64_OBJECTS) $(testcases_t_fseeko64_LDADD) $(LIBS) +testcases/t_fstat.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_fstat$(EXEEXT): $(testcases_t_fstat_OBJECTS) $(testcases_t_fstat_DEPENDENCIES) $(EXTRA_testcases_t_fstat_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_fstat$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_fstat_OBJECTS) $(testcases_t_fstat_LDADD) $(LIBS) +testcases/t_imagebase.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_imagebase$(EXEEXT): $(testcases_t_imagebase_OBJECTS) $(testcases_t_imagebase_DEPENDENCIES) $(EXTRA_testcases_t_imagebase_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_imagebase$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_imagebase_OBJECTS) $(testcases_t_imagebase_LDADD) $(LIBS) +testcases/testcases_t_intrinc-t_intrinc.$(OBJEXT): \ + testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_intrinc$(EXEEXT): $(testcases_t_intrinc_OBJECTS) $(testcases_t_intrinc_DEPENDENCIES) $(EXTRA_testcases_t_intrinc_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_intrinc$(EXEEXT) + $(AM_V_CCLD)$(testcases_t_intrinc_LINK) $(testcases_t_intrinc_OBJECTS) $(testcases_t_intrinc_LDADD) $(LIBS) +testcases/t_matherr.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_matherr$(EXEEXT): $(testcases_t_matherr_OBJECTS) $(testcases_t_matherr_DEPENDENCIES) $(EXTRA_testcases_t_matherr_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_matherr$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_matherr_OBJECTS) $(testcases_t_matherr_LDADD) $(LIBS) +testcases/testcases_t_municode-t_municode.$(OBJEXT): \ + testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_municode$(EXEEXT): $(testcases_t_municode_OBJECTS) $(testcases_t_municode_DEPENDENCIES) $(EXTRA_testcases_t_municode_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_municode$(EXEEXT) + $(AM_V_CCLD)$(testcases_t_municode_LINK) $(testcases_t_municode_OBJECTS) $(testcases_t_municode_LDADD) $(LIBS) +testcases/t_nullptrexception.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_nullptrexception$(EXEEXT): $(testcases_t_nullptrexception_OBJECTS) $(testcases_t_nullptrexception_DEPENDENCIES) $(EXTRA_testcases_t_nullptrexception_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_nullptrexception$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_nullptrexception_OBJECTS) $(testcases_t_nullptrexception_LDADD) $(LIBS) +testcases/t_readdir.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_readdir$(EXEEXT): $(testcases_t_readdir_OBJECTS) $(testcases_t_readdir_DEPENDENCIES) $(EXTRA_testcases_t_readdir_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_readdir$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_readdir_OBJECTS) $(testcases_t_readdir_LDADD) $(LIBS) +testcases/t_setjmp.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_setjmp$(EXEEXT): $(testcases_t_setjmp_OBJECTS) $(testcases_t_setjmp_DEPENDENCIES) $(EXTRA_testcases_t_setjmp_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_setjmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_setjmp_OBJECTS) $(testcases_t_setjmp_LDADD) $(LIBS) +testcases/t_sigv.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_sigv$(EXEEXT): $(testcases_t_sigv_OBJECTS) $(testcases_t_sigv_DEPENDENCIES) $(EXTRA_testcases_t_sigv_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_sigv$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_sigv_OBJECTS) $(testcases_t_sigv_LDADD) $(LIBS) +testcases/t_speed_powl.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_speed_powl$(EXEEXT): $(testcases_t_speed_powl_OBJECTS) $(testcases_t_speed_powl_DEPENDENCIES) $(EXTRA_testcases_t_speed_powl_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_speed_powl$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_speed_powl_OBJECTS) $(testcases_t_speed_powl_LDADD) $(LIBS) +testcases/t_stat.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_stat$(EXEEXT): $(testcases_t_stat_OBJECTS) $(testcases_t_stat_DEPENDENCIES) $(EXTRA_testcases_t_stat_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_stat$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_stat_OBJECTS) $(testcases_t_stat_LDADD) $(LIBS) +testcases/t_stat_slash.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_stat_slash$(EXEEXT): $(testcases_t_stat_slash_OBJECTS) $(testcases_t_stat_slash_DEPENDENCIES) $(EXTRA_testcases_t_stat_slash_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_stat_slash$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_stat_slash_OBJECTS) $(testcases_t_stat_slash_LDADD) $(LIBS) +testcases/t_stdint.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_stdint$(EXEEXT): $(testcases_t_stdint_OBJECTS) $(testcases_t_stdint_DEPENDENCIES) $(EXTRA_testcases_t_stdint_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_stdint$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_stdint_OBJECTS) $(testcases_t_stdint_LDADD) $(LIBS) +testcases/t_time.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_time$(EXEEXT): $(testcases_t_time_OBJECTS) $(testcases_t_time_DEPENDENCIES) $(EXTRA_testcases_t_time_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_time$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_time_OBJECTS) $(testcases_t_time_LDADD) $(LIBS) +testcases/t_tls1.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_tls1$(EXEEXT): $(testcases_t_tls1_OBJECTS) $(testcases_t_tls1_DEPENDENCIES) $(EXTRA_testcases_t_tls1_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_tls1$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_tls1_OBJECTS) $(testcases_t_tls1_LDADD) $(LIBS) +testcases/testcases_t_tmain-t_tmain.$(OBJEXT): \ + testcases/$(am__dirstamp) testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_tmain$(EXEEXT): $(testcases_t_tmain_OBJECTS) $(testcases_t_tmain_DEPENDENCIES) $(EXTRA_testcases_t_tmain_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_tmain$(EXEEXT) + $(AM_V_CCLD)$(testcases_t_tmain_LINK) $(testcases_t_tmain_OBJECTS) $(testcases_t_tmain_LDADD) $(LIBS) +testcases/t_trycatch.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_trycatch$(EXEEXT): $(testcases_t_trycatch_OBJECTS) $(testcases_t_trycatch_DEPENDENCIES) $(EXTRA_testcases_t_trycatch_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_trycatch$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(testcases_t_trycatch_OBJECTS) $(testcases_t_trycatch_LDADD) $(LIBS) +testcases/t_wreaddir.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/t_wreaddir$(EXEEXT): $(testcases_t_wreaddir_OBJECTS) $(testcases_t_wreaddir_DEPENDENCIES) $(EXTRA_testcases_t_wreaddir_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/t_wreaddir$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_t_wreaddir_OBJECTS) $(testcases_t_wreaddir_LDADD) $(LIBS) +testcases/tstmain_sys_xxx.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/tstmain_sys_xxx$(EXEEXT): $(testcases_tstmain_sys_xxx_OBJECTS) $(testcases_tstmain_sys_xxx_DEPENDENCIES) $(EXTRA_testcases_tstmain_sys_xxx_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/tstmain_sys_xxx$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_tstmain_sys_xxx_OBJECTS) $(testcases_tstmain_sys_xxx_LDADD) $(LIBS) +testcases/tstmainc.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/tstmainc$(EXEEXT): $(testcases_tstmainc_OBJECTS) $(testcases_tstmainc_DEPENDENCIES) $(EXTRA_testcases_tstmainc_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/tstmainc$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcases_tstmainc_OBJECTS) $(testcases_tstmainc_LDADD) $(LIBS) +testcases/tstmaincpp.$(OBJEXT): testcases/$(am__dirstamp) \ + testcases/$(DEPDIR)/$(am__dirstamp) + +testcases/tstmaincpp$(EXEEXT): $(testcases_tstmaincpp_OBJECTS) $(testcases_tstmaincpp_DEPENDENCIES) $(EXTRA_testcases_tstmaincpp_DEPENDENCIES) testcases/$(am__dirstamp) + @rm -f testcases/tstmaincpp$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(testcases_tstmaincpp_OBJECTS) $(testcases_tstmaincpp_LDADD) $(LIBS) +testcases/complex/tests32_cabs-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cabs$(EXEEXT): $(tests32_cabs_OBJECTS) $(tests32_cabs_DEPENDENCIES) $(EXTRA_tests32_cabs_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cabs$(EXEEXT) + $(AM_V_CCLD)$(tests32_cabs_LINK) $(tests32_cabs_OBJECTS) $(tests32_cabs_LDADD) $(LIBS) +testcases/complex/tests32_cacos-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cacos$(EXEEXT): $(tests32_cacos_OBJECTS) $(tests32_cacos_DEPENDENCIES) $(EXTRA_tests32_cacos_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cacos$(EXEEXT) + $(AM_V_CCLD)$(tests32_cacos_LINK) $(tests32_cacos_OBJECTS) $(tests32_cacos_LDADD) $(LIBS) +testcases/complex/tests32_cacosh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cacosh$(EXEEXT): $(tests32_cacosh_OBJECTS) $(tests32_cacosh_DEPENDENCIES) $(EXTRA_tests32_cacosh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cacosh$(EXEEXT) + $(AM_V_CCLD)$(tests32_cacosh_LINK) $(tests32_cacosh_OBJECTS) $(tests32_cacosh_LDADD) $(LIBS) +testcases/complex/tests32_carg-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/carg$(EXEEXT): $(tests32_carg_OBJECTS) $(tests32_carg_DEPENDENCIES) $(EXTRA_tests32_carg_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/carg$(EXEEXT) + $(AM_V_CCLD)$(tests32_carg_LINK) $(tests32_carg_OBJECTS) $(tests32_carg_LDADD) $(LIBS) +testcases/complex/tests32_casin-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/casin$(EXEEXT): $(tests32_casin_OBJECTS) $(tests32_casin_DEPENDENCIES) $(EXTRA_tests32_casin_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/casin$(EXEEXT) + $(AM_V_CCLD)$(tests32_casin_LINK) $(tests32_casin_OBJECTS) $(tests32_casin_LDADD) $(LIBS) +testcases/complex/tests32_casinh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/casinh$(EXEEXT): $(tests32_casinh_OBJECTS) $(tests32_casinh_DEPENDENCIES) $(EXTRA_tests32_casinh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/casinh$(EXEEXT) + $(AM_V_CCLD)$(tests32_casinh_LINK) $(tests32_casinh_OBJECTS) $(tests32_casinh_LDADD) $(LIBS) +testcases/complex/tests32_catan-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/catan$(EXEEXT): $(tests32_catan_OBJECTS) $(tests32_catan_DEPENDENCIES) $(EXTRA_tests32_catan_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/catan$(EXEEXT) + $(AM_V_CCLD)$(tests32_catan_LINK) $(tests32_catan_OBJECTS) $(tests32_catan_LDADD) $(LIBS) +testcases/complex/tests32_catanh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/catanh$(EXEEXT): $(tests32_catanh_OBJECTS) $(tests32_catanh_DEPENDENCIES) $(EXTRA_tests32_catanh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/catanh$(EXEEXT) + $(AM_V_CCLD)$(tests32_catanh_LINK) $(tests32_catanh_OBJECTS) $(tests32_catanh_LDADD) $(LIBS) +testcases/complex/tests32_ccos-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/ccos$(EXEEXT): $(tests32_ccos_OBJECTS) $(tests32_ccos_DEPENDENCIES) $(EXTRA_tests32_ccos_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/ccos$(EXEEXT) + $(AM_V_CCLD)$(tests32_ccos_LINK) $(tests32_ccos_OBJECTS) $(tests32_ccos_LDADD) $(LIBS) +testcases/complex/tests32_ccosh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/ccosh$(EXEEXT): $(tests32_ccosh_OBJECTS) $(tests32_ccosh_DEPENDENCIES) $(EXTRA_tests32_ccosh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/ccosh$(EXEEXT) + $(AM_V_CCLD)$(tests32_ccosh_LINK) $(tests32_ccosh_OBJECTS) $(tests32_ccosh_LDADD) $(LIBS) +testcases/complex/tests32_cexp-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cexp$(EXEEXT): $(tests32_cexp_OBJECTS) $(tests32_cexp_DEPENDENCIES) $(EXTRA_tests32_cexp_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cexp$(EXEEXT) + $(AM_V_CCLD)$(tests32_cexp_LINK) $(tests32_cexp_OBJECTS) $(tests32_cexp_LDADD) $(LIBS) +testcases/complex/tests32_cimag-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cimag$(EXEEXT): $(tests32_cimag_OBJECTS) $(tests32_cimag_DEPENDENCIES) $(EXTRA_tests32_cimag_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cimag$(EXEEXT) + $(AM_V_CCLD)$(tests32_cimag_LINK) $(tests32_cimag_OBJECTS) $(tests32_cimag_LDADD) $(LIBS) +testcases/complex/tests32_clog-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/clog$(EXEEXT): $(tests32_clog_OBJECTS) $(tests32_clog_DEPENDENCIES) $(EXTRA_tests32_clog_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/clog$(EXEEXT) + $(AM_V_CCLD)$(tests32_clog_LINK) $(tests32_clog_OBJECTS) $(tests32_clog_LDADD) $(LIBS) +testcases/complex/tests32_conj-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/conj$(EXEEXT): $(tests32_conj_OBJECTS) $(tests32_conj_DEPENDENCIES) $(EXTRA_tests32_conj_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/conj$(EXEEXT) + $(AM_V_CCLD)$(tests32_conj_LINK) $(tests32_conj_OBJECTS) $(tests32_conj_LDADD) $(LIBS) +testcases/complex/tests32_cpow-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cpow$(EXEEXT): $(tests32_cpow_OBJECTS) $(tests32_cpow_DEPENDENCIES) $(EXTRA_tests32_cpow_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cpow$(EXEEXT) + $(AM_V_CCLD)$(tests32_cpow_LINK) $(tests32_cpow_OBJECTS) $(tests32_cpow_LDADD) $(LIBS) +testcases/complex/tests32_cproj-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/cproj$(EXEEXT): $(tests32_cproj_OBJECTS) $(tests32_cproj_DEPENDENCIES) $(EXTRA_tests32_cproj_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/cproj$(EXEEXT) + $(AM_V_CCLD)$(tests32_cproj_LINK) $(tests32_cproj_OBJECTS) $(tests32_cproj_LDADD) $(LIBS) +testcases/complex/tests32_creal-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/creal$(EXEEXT): $(tests32_creal_OBJECTS) $(tests32_creal_DEPENDENCIES) $(EXTRA_tests32_creal_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/creal$(EXEEXT) + $(AM_V_CCLD)$(tests32_creal_LINK) $(tests32_creal_OBJECTS) $(tests32_creal_LDADD) $(LIBS) +testcases/complex/tests32_csin-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/csin$(EXEEXT): $(tests32_csin_OBJECTS) $(tests32_csin_DEPENDENCIES) $(EXTRA_tests32_csin_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/csin$(EXEEXT) + $(AM_V_CCLD)$(tests32_csin_LINK) $(tests32_csin_OBJECTS) $(tests32_csin_LDADD) $(LIBS) +testcases/complex/tests32_csinh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/csinh$(EXEEXT): $(tests32_csinh_OBJECTS) $(tests32_csinh_DEPENDENCIES) $(EXTRA_tests32_csinh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/csinh$(EXEEXT) + $(AM_V_CCLD)$(tests32_csinh_LINK) $(tests32_csinh_OBJECTS) $(tests32_csinh_LDADD) $(LIBS) +testcases/complex/tests32_csqrt-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/csqrt$(EXEEXT): $(tests32_csqrt_OBJECTS) $(tests32_csqrt_DEPENDENCIES) $(EXTRA_tests32_csqrt_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/csqrt$(EXEEXT) + $(AM_V_CCLD)$(tests32_csqrt_LINK) $(tests32_csqrt_OBJECTS) $(tests32_csqrt_LDADD) $(LIBS) +testcases/complex/tests32_ctan-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/ctan$(EXEEXT): $(tests32_ctan_OBJECTS) $(tests32_ctan_DEPENDENCIES) $(EXTRA_tests32_ctan_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/ctan$(EXEEXT) + $(AM_V_CCLD)$(tests32_ctan_LINK) $(tests32_ctan_OBJECTS) $(tests32_ctan_LDADD) $(LIBS) +testcases/complex/tests32_ctanh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests32/ctanh$(EXEEXT): $(tests32_ctanh_OBJECTS) $(tests32_ctanh_DEPENDENCIES) $(EXTRA_tests32_ctanh_DEPENDENCIES) tests32/$(am__dirstamp) + @rm -f tests32/ctanh$(EXEEXT) + $(AM_V_CCLD)$(tests32_ctanh_LINK) $(tests32_ctanh_OBJECTS) $(tests32_ctanh_LDADD) $(LIBS) +testcases/complex/tests64_cabs-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cabs$(EXEEXT): $(tests64_cabs_OBJECTS) $(tests64_cabs_DEPENDENCIES) $(EXTRA_tests64_cabs_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cabs$(EXEEXT) + $(AM_V_CCLD)$(tests64_cabs_LINK) $(tests64_cabs_OBJECTS) $(tests64_cabs_LDADD) $(LIBS) +testcases/complex/tests64_cacos-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cacos$(EXEEXT): $(tests64_cacos_OBJECTS) $(tests64_cacos_DEPENDENCIES) $(EXTRA_tests64_cacos_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cacos$(EXEEXT) + $(AM_V_CCLD)$(tests64_cacos_LINK) $(tests64_cacos_OBJECTS) $(tests64_cacos_LDADD) $(LIBS) +testcases/complex/tests64_cacosh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cacosh$(EXEEXT): $(tests64_cacosh_OBJECTS) $(tests64_cacosh_DEPENDENCIES) $(EXTRA_tests64_cacosh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cacosh$(EXEEXT) + $(AM_V_CCLD)$(tests64_cacosh_LINK) $(tests64_cacosh_OBJECTS) $(tests64_cacosh_LDADD) $(LIBS) +testcases/complex/tests64_carg-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/carg$(EXEEXT): $(tests64_carg_OBJECTS) $(tests64_carg_DEPENDENCIES) $(EXTRA_tests64_carg_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/carg$(EXEEXT) + $(AM_V_CCLD)$(tests64_carg_LINK) $(tests64_carg_OBJECTS) $(tests64_carg_LDADD) $(LIBS) +testcases/complex/tests64_casin-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/casin$(EXEEXT): $(tests64_casin_OBJECTS) $(tests64_casin_DEPENDENCIES) $(EXTRA_tests64_casin_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/casin$(EXEEXT) + $(AM_V_CCLD)$(tests64_casin_LINK) $(tests64_casin_OBJECTS) $(tests64_casin_LDADD) $(LIBS) +testcases/complex/tests64_casinh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/casinh$(EXEEXT): $(tests64_casinh_OBJECTS) $(tests64_casinh_DEPENDENCIES) $(EXTRA_tests64_casinh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/casinh$(EXEEXT) + $(AM_V_CCLD)$(tests64_casinh_LINK) $(tests64_casinh_OBJECTS) $(tests64_casinh_LDADD) $(LIBS) +testcases/complex/tests64_catan-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/catan$(EXEEXT): $(tests64_catan_OBJECTS) $(tests64_catan_DEPENDENCIES) $(EXTRA_tests64_catan_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/catan$(EXEEXT) + $(AM_V_CCLD)$(tests64_catan_LINK) $(tests64_catan_OBJECTS) $(tests64_catan_LDADD) $(LIBS) +testcases/complex/tests64_catanh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/catanh$(EXEEXT): $(tests64_catanh_OBJECTS) $(tests64_catanh_DEPENDENCIES) $(EXTRA_tests64_catanh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/catanh$(EXEEXT) + $(AM_V_CCLD)$(tests64_catanh_LINK) $(tests64_catanh_OBJECTS) $(tests64_catanh_LDADD) $(LIBS) +testcases/complex/tests64_ccos-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/ccos$(EXEEXT): $(tests64_ccos_OBJECTS) $(tests64_ccos_DEPENDENCIES) $(EXTRA_tests64_ccos_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/ccos$(EXEEXT) + $(AM_V_CCLD)$(tests64_ccos_LINK) $(tests64_ccos_OBJECTS) $(tests64_ccos_LDADD) $(LIBS) +testcases/complex/tests64_ccosh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/ccosh$(EXEEXT): $(tests64_ccosh_OBJECTS) $(tests64_ccosh_DEPENDENCIES) $(EXTRA_tests64_ccosh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/ccosh$(EXEEXT) + $(AM_V_CCLD)$(tests64_ccosh_LINK) $(tests64_ccosh_OBJECTS) $(tests64_ccosh_LDADD) $(LIBS) +testcases/complex/tests64_cexp-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cexp$(EXEEXT): $(tests64_cexp_OBJECTS) $(tests64_cexp_DEPENDENCIES) $(EXTRA_tests64_cexp_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cexp$(EXEEXT) + $(AM_V_CCLD)$(tests64_cexp_LINK) $(tests64_cexp_OBJECTS) $(tests64_cexp_LDADD) $(LIBS) +testcases/complex/tests64_cimag-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cimag$(EXEEXT): $(tests64_cimag_OBJECTS) $(tests64_cimag_DEPENDENCIES) $(EXTRA_tests64_cimag_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cimag$(EXEEXT) + $(AM_V_CCLD)$(tests64_cimag_LINK) $(tests64_cimag_OBJECTS) $(tests64_cimag_LDADD) $(LIBS) +testcases/complex/tests64_clog-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/clog$(EXEEXT): $(tests64_clog_OBJECTS) $(tests64_clog_DEPENDENCIES) $(EXTRA_tests64_clog_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/clog$(EXEEXT) + $(AM_V_CCLD)$(tests64_clog_LINK) $(tests64_clog_OBJECTS) $(tests64_clog_LDADD) $(LIBS) +testcases/complex/tests64_conj-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/conj$(EXEEXT): $(tests64_conj_OBJECTS) $(tests64_conj_DEPENDENCIES) $(EXTRA_tests64_conj_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/conj$(EXEEXT) + $(AM_V_CCLD)$(tests64_conj_LINK) $(tests64_conj_OBJECTS) $(tests64_conj_LDADD) $(LIBS) +testcases/complex/tests64_cpow-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cpow$(EXEEXT): $(tests64_cpow_OBJECTS) $(tests64_cpow_DEPENDENCIES) $(EXTRA_tests64_cpow_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cpow$(EXEEXT) + $(AM_V_CCLD)$(tests64_cpow_LINK) $(tests64_cpow_OBJECTS) $(tests64_cpow_LDADD) $(LIBS) +testcases/complex/tests64_cproj-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/cproj$(EXEEXT): $(tests64_cproj_OBJECTS) $(tests64_cproj_DEPENDENCIES) $(EXTRA_tests64_cproj_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/cproj$(EXEEXT) + $(AM_V_CCLD)$(tests64_cproj_LINK) $(tests64_cproj_OBJECTS) $(tests64_cproj_LDADD) $(LIBS) +testcases/complex/tests64_creal-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/creal$(EXEEXT): $(tests64_creal_OBJECTS) $(tests64_creal_DEPENDENCIES) $(EXTRA_tests64_creal_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/creal$(EXEEXT) + $(AM_V_CCLD)$(tests64_creal_LINK) $(tests64_creal_OBJECTS) $(tests64_creal_LDADD) $(LIBS) +testcases/complex/tests64_csin-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/csin$(EXEEXT): $(tests64_csin_OBJECTS) $(tests64_csin_DEPENDENCIES) $(EXTRA_tests64_csin_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/csin$(EXEEXT) + $(AM_V_CCLD)$(tests64_csin_LINK) $(tests64_csin_OBJECTS) $(tests64_csin_LDADD) $(LIBS) +testcases/complex/tests64_csinh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/csinh$(EXEEXT): $(tests64_csinh_OBJECTS) $(tests64_csinh_DEPENDENCIES) $(EXTRA_tests64_csinh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/csinh$(EXEEXT) + $(AM_V_CCLD)$(tests64_csinh_LINK) $(tests64_csinh_OBJECTS) $(tests64_csinh_LDADD) $(LIBS) +testcases/complex/tests64_csqrt-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/csqrt$(EXEEXT): $(tests64_csqrt_OBJECTS) $(tests64_csqrt_DEPENDENCIES) $(EXTRA_tests64_csqrt_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/csqrt$(EXEEXT) + $(AM_V_CCLD)$(tests64_csqrt_LINK) $(tests64_csqrt_OBJECTS) $(tests64_csqrt_LDADD) $(LIBS) +testcases/complex/tests64_ctan-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/ctan$(EXEEXT): $(tests64_ctan_OBJECTS) $(tests64_ctan_DEPENDENCIES) $(EXTRA_tests64_ctan_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/ctan$(EXEEXT) + $(AM_V_CCLD)$(tests64_ctan_LINK) $(tests64_ctan_OBJECTS) $(tests64_ctan_LDADD) $(LIBS) +testcases/complex/tests64_ctanh-main.$(OBJEXT): \ + testcases/complex/$(am__dirstamp) \ + testcases/complex/$(DEPDIR)/$(am__dirstamp) + +tests64/ctanh$(EXEEXT): $(tests64_ctanh_OBJECTS) $(tests64_ctanh_DEPENDENCIES) $(EXTRA_tests64_ctanh_DEPENDENCIES) tests64/$(am__dirstamp) + @rm -f tests64/ctanh$(EXEEXT) + $(AM_V_CCLD)$(tests64_ctanh_LINK) $(tests64_ctanh_OBJECTS) $(tests64_ctanh_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f complex/*.$(OBJEXT) + -rm -f crt/*.$(OBJEXT) + -rm -f gdtoa/*.$(OBJEXT) + -rm -f intrincs/*.$(OBJEXT) + -rm -f lib32/*.$(OBJEXT) + -rm -f lib64/*.$(OBJEXT) + -rm -f libarm32/*.$(OBJEXT) + -rm -f libarm64/*.$(OBJEXT) + -rm -f libsrc/*.$(OBJEXT) + -rm -f libsrc/ws2tcpip/*.$(OBJEXT) + -rm -f libsrc/wspiapi/*.$(OBJEXT) + -rm -f math/*.$(OBJEXT) + -rm -f math/DFP/*.$(OBJEXT) + -rm -f math/arm/*.$(OBJEXT) + -rm -f math/arm64/*.$(OBJEXT) + -rm -f math/softmath/*.$(OBJEXT) + -rm -f math/x86/*.$(OBJEXT) + -rm -f misc/*.$(OBJEXT) + -rm -f profile/*.$(OBJEXT) + -rm -f secapi/*.$(OBJEXT) + -rm -f stdio/*.$(OBJEXT) + -rm -f testcases/*.$(OBJEXT) + -rm -f testcases/complex/*.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib32_libm_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib64_libm_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm32_libm_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm64_libm_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Po@am__quote@ @@ -14312,6 +18128,74 @@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@lib32/$(DEPDIR)/libucrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@lib64/$(DEPDIR)/libucrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libarm32/$(DEPDIR)/libucrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libarm64/$(DEPDIR)/libucrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Po@am__quote@ @@ -14343,6 +18227,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Po@am__quote@ @@ -14379,6 +18264,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Po@am__quote@ @@ -14420,6 +18306,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Po@am__quote@ @@ -14456,6 +18343,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Po@am__quote@ @@ -14523,6 +18411,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Po@am__quote@ @@ -14533,6 +18422,74 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Po@am__quote@ @@ -14596,6 +18553,27 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Po@am__quote@ @@ -14635,62 +18613,36 @@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-abs64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-acosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-acosh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-acosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-asinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-asinh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-asinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atan2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atanh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-atanl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ceil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ceill.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-copysign.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cosf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-coshf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-coshl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-cossin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-erfl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-exp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-exp2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-expf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-expl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-expm1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fabs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fdim.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-floor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-floorf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-floorl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmal.Po@am__quote@ @@ -14700,9 +18652,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fminf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fminl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmod.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Po@am__quote@ @@ -14710,21 +18659,13 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-fucom.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-hypot.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-isnan.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Po@am__quote@ @@ -14734,20 +18675,8 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-llround.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log10f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log10l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log1p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-log2l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-logb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-logbf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-logbl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-logf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-logl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lrint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Po@am__quote@ @@ -14757,25 +18686,14 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-modf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-modff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-modfl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-pow.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-powf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-powi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-powif.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-powil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-powl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remainder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remquo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-remquol.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-rint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-rintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-rintl.Po@am__quote@ @@ -14783,89 +18701,39 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-roundf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-roundl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-signbit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-signgam.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sinf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tanl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-trunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-truncf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib32_libmingwex_a-truncl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-abs64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-acosf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-acosh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-acosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-asinf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-asinh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-asinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atan2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atanf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atanh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-atanl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ceil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ceill.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-copysign.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cosf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-coshf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-coshl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cosl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-cossin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-erfl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-exp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-exp2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-expf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-expl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-expm1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fabs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fdim.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-floor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-floorf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-floorl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmal.Po@am__quote@ @@ -14875,9 +18743,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fminf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fminl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmod.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Po@am__quote@ @@ -14885,21 +18750,13 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-fucom.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-hypot.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-isnan.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Po@am__quote@ @@ -14909,20 +18766,8 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-llround.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log10f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log10l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log1p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log2f.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-log2l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-logb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-logbf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-logbl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-logf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-logl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lrint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Po@am__quote@ @@ -14932,25 +18777,14 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-modf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-modff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-modfl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-pow.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-powf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-powi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-powif.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-powil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-powl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remainder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remquo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-remquol.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-rint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-rintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-rintl.Po@am__quote@ @@ -14958,45 +18792,29 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-roundf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-roundl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-signbit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-signgam.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sinf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sinl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tanl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-trunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-truncf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/lib64_libmingwex_a-truncl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Po@am__quote@ @@ -15007,9 +18825,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-floor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Po@am__quote@ @@ -15053,9 +18868,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-modf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-modff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po@am__quote@ @@ -15086,9 +18898,98 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-expf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fma.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llround.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-logf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lround.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-modf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-modff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-powf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-powi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-powif.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-powil.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-rint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-round.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Po@am__quote@ @@ -15125,6 +19026,55 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Po@am__quote@ @@ -15147,6 +19097,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po@am__quote@ @@ -15196,7 +19147,178 @@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-assert.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-basename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Po@am__quote@ @@ -15285,12 +19407,34 @@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-assert.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-basename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Po@am__quote@ @@ -15379,11 +19523,39 @@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Po@am__quote@ @@ -15472,11 +19644,120 @@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib32_libgmon_a-gmon.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Po@am__quote@ @@ -15485,135 +19766,179 @@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib64_libgmon_a-profil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Po@am__quote@ @@ -15671,6 +19996,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Po@am__quote@ @@ -15686,7 +20012,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Po@am__quote@ @@ -15695,7 +20020,37 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Po@am__quote@ @@ -15753,6 +20108,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Po@am__quote@ @@ -15768,7 +20124,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Po@am__quote@ @@ -15777,7 +20132,36 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Po@am__quote@ @@ -15835,6 +20219,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po@am__quote@ @@ -15850,7 +20235,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Po@am__quote@ @@ -15859,7 +20243,132 @@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@testcases/$(DEPDIR)/t_ansi_io.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@testcases/$(DEPDIR)/t_findfirst.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@testcases/$(DEPDIR)/t_float.Po@am__quote@ @@ -16062,29241 +20571,40609 @@ @AMDEP_TRUE@@am__include@ @am__quote@testcases/complex/$(DEPDIR)/tests64_libnewcomplextestsld_a-ctan.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@testcases/complex/$(DEPDIR)/tests64_libnewcomplextestsld_a-ctanh.Po@am__quote@ -.S.o: -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< +.S.o: +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< + +.S.obj: +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +profile/lib32_libgmon_a-mcountFunc.o: profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib32_libgmon_a-mcountFunc.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo -c -o profile/lib32_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib32_libgmon_a-mcountFunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib32_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S + +profile/lib32_libgmon_a-mcountFunc.obj: profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib32_libgmon_a-mcountFunc.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo -c -o profile/lib32_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib32_libgmon_a-mcountFunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib32_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` + +misc/lib32_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib32_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib32_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S + +misc/lib32_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib32_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib32_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` + +stdio/lib32_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib32_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S + +stdio/lib32_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib32_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` + +stdio/lib32_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib32_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S + +stdio/lib32_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib32_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` + +stdio/lib32_libmingwex_a-vscanf2.o: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib32_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S + +stdio/lib32_libmingwex_a-vscanf2.obj: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib32_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` + +stdio/lib32_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib32_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S + +stdio/lib32_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib32_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` + +stdio/lib32_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib32_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S + +stdio/lib32_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib32_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` + +stdio/lib32_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib32_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S + +stdio/lib32_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib32_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` + +stdio/lib32_libmingwex_a-scanf.o: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Tpo -c -o stdio/lib32_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/lib32_libmingwex_a-scanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S + +stdio/lib32_libmingwex_a-scanf.obj: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Tpo -c -o stdio/lib32_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/lib32_libmingwex_a-scanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` + +math/x86/lib32_libmingwex_a-_chgsignl.o: math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-_chgsignl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo -c -o math/x86/lib32_libmingwex_a-_chgsignl.o `test -f 'math/x86/_chgsignl.S' || echo '$(srcdir)/'`math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/_chgsignl.S' object='math/x86/lib32_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-_chgsignl.o `test -f 'math/x86/_chgsignl.S' || echo '$(srcdir)/'`math/x86/_chgsignl.S + +math/x86/lib32_libmingwex_a-_chgsignl.obj: math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-_chgsignl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo -c -o math/x86/lib32_libmingwex_a-_chgsignl.obj `if test -f 'math/x86/_chgsignl.S'; then $(CYGPATH_W) 'math/x86/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/_chgsignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/_chgsignl.S' object='math/x86/lib32_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-_chgsignl.obj `if test -f 'math/x86/_chgsignl.S'; then $(CYGPATH_W) 'math/x86/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/_chgsignl.S'; fi` + +math/x86/lib32_libmingwex_a-ceil.o: math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceil.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo -c -o math/x86/lib32_libmingwex_a-ceil.o `test -f 'math/x86/ceil.S' || echo '$(srcdir)/'`math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceil.S' object='math/x86/lib32_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceil.o `test -f 'math/x86/ceil.S' || echo '$(srcdir)/'`math/x86/ceil.S + +math/x86/lib32_libmingwex_a-ceil.obj: math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceil.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo -c -o math/x86/lib32_libmingwex_a-ceil.obj `if test -f 'math/x86/ceil.S'; then $(CYGPATH_W) 'math/x86/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceil.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceil.S' object='math/x86/lib32_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceil.obj `if test -f 'math/x86/ceil.S'; then $(CYGPATH_W) 'math/x86/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceil.S'; fi` + +math/x86/lib32_libmingwex_a-ceilf.o: math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceilf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo -c -o math/x86/lib32_libmingwex_a-ceilf.o `test -f 'math/x86/ceilf.S' || echo '$(srcdir)/'`math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceilf.S' object='math/x86/lib32_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceilf.o `test -f 'math/x86/ceilf.S' || echo '$(srcdir)/'`math/x86/ceilf.S + +math/x86/lib32_libmingwex_a-ceilf.obj: math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceilf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo -c -o math/x86/lib32_libmingwex_a-ceilf.obj `if test -f 'math/x86/ceilf.S'; then $(CYGPATH_W) 'math/x86/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceilf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceilf.S' object='math/x86/lib32_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceilf.obj `if test -f 'math/x86/ceilf.S'; then $(CYGPATH_W) 'math/x86/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceilf.S'; fi` + +math/x86/lib32_libmingwex_a-ceill.o: math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceill.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo -c -o math/x86/lib32_libmingwex_a-ceill.o `test -f 'math/x86/ceill.S' || echo '$(srcdir)/'`math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceill.S' object='math/x86/lib32_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceill.o `test -f 'math/x86/ceill.S' || echo '$(srcdir)/'`math/x86/ceill.S + +math/x86/lib32_libmingwex_a-ceill.obj: math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ceill.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo -c -o math/x86/lib32_libmingwex_a-ceill.obj `if test -f 'math/x86/ceill.S'; then $(CYGPATH_W) 'math/x86/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceill.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceill.S' object='math/x86/lib32_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ceill.obj `if test -f 'math/x86/ceill.S'; then $(CYGPATH_W) 'math/x86/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceill.S'; fi` + +math/x86/lib32_libmingwex_a-copysignl.o: math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-copysignl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo -c -o math/x86/lib32_libmingwex_a-copysignl.o `test -f 'math/x86/copysignl.S' || echo '$(srcdir)/'`math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/copysignl.S' object='math/x86/lib32_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-copysignl.o `test -f 'math/x86/copysignl.S' || echo '$(srcdir)/'`math/x86/copysignl.S + +math/x86/lib32_libmingwex_a-copysignl.obj: math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-copysignl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo -c -o math/x86/lib32_libmingwex_a-copysignl.obj `if test -f 'math/x86/copysignl.S'; then $(CYGPATH_W) 'math/x86/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/copysignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/copysignl.S' object='math/x86/lib32_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-copysignl.obj `if test -f 'math/x86/copysignl.S'; then $(CYGPATH_W) 'math/x86/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/copysignl.S'; fi` + +math/x86/lib32_libmingwex_a-cosl_internal.o: math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-cosl_internal.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo -c -o math/x86/lib32_libmingwex_a-cosl_internal.o `test -f 'math/x86/cosl_internal.S' || echo '$(srcdir)/'`math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/cosl_internal.S' object='math/x86/lib32_libmingwex_a-cosl_internal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-cosl_internal.o `test -f 'math/x86/cosl_internal.S' || echo '$(srcdir)/'`math/x86/cosl_internal.S + +math/x86/lib32_libmingwex_a-cosl_internal.obj: math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-cosl_internal.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo -c -o math/x86/lib32_libmingwex_a-cosl_internal.obj `if test -f 'math/x86/cosl_internal.S'; then $(CYGPATH_W) 'math/x86/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl_internal.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/cosl_internal.S' object='math/x86/lib32_libmingwex_a-cosl_internal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-cosl_internal.obj `if test -f 'math/x86/cosl_internal.S'; then $(CYGPATH_W) 'math/x86/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl_internal.S'; fi` + +math/x86/lib32_libmingwex_a-exp2.o: math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo -c -o math/x86/lib32_libmingwex_a-exp2.o `test -f 'math/x86/exp2.S' || echo '$(srcdir)/'`math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2.S' object='math/x86/lib32_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2.o `test -f 'math/x86/exp2.S' || echo '$(srcdir)/'`math/x86/exp2.S + +math/x86/lib32_libmingwex_a-exp2.obj: math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo -c -o math/x86/lib32_libmingwex_a-exp2.obj `if test -f 'math/x86/exp2.S'; then $(CYGPATH_W) 'math/x86/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2.S' object='math/x86/lib32_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2.obj `if test -f 'math/x86/exp2.S'; then $(CYGPATH_W) 'math/x86/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2.S'; fi` + +math/x86/lib32_libmingwex_a-exp2f.o: math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo -c -o math/x86/lib32_libmingwex_a-exp2f.o `test -f 'math/x86/exp2f.S' || echo '$(srcdir)/'`math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2f.S' object='math/x86/lib32_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2f.o `test -f 'math/x86/exp2f.S' || echo '$(srcdir)/'`math/x86/exp2f.S + +math/x86/lib32_libmingwex_a-exp2f.obj: math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo -c -o math/x86/lib32_libmingwex_a-exp2f.obj `if test -f 'math/x86/exp2f.S'; then $(CYGPATH_W) 'math/x86/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2f.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2f.S' object='math/x86/lib32_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2f.obj `if test -f 'math/x86/exp2f.S'; then $(CYGPATH_W) 'math/x86/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2f.S'; fi` + +math/x86/lib32_libmingwex_a-exp2l.o: math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo -c -o math/x86/lib32_libmingwex_a-exp2l.o `test -f 'math/x86/exp2l.S' || echo '$(srcdir)/'`math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2l.S' object='math/x86/lib32_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2l.o `test -f 'math/x86/exp2l.S' || echo '$(srcdir)/'`math/x86/exp2l.S + +math/x86/lib32_libmingwex_a-exp2l.obj: math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-exp2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo -c -o math/x86/lib32_libmingwex_a-exp2l.obj `if test -f 'math/x86/exp2l.S'; then $(CYGPATH_W) 'math/x86/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2l.S' object='math/x86/lib32_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-exp2l.obj `if test -f 'math/x86/exp2l.S'; then $(CYGPATH_W) 'math/x86/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2l.S'; fi` + +math/x86/lib32_libmingwex_a-floor.o: math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floor.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo -c -o math/x86/lib32_libmingwex_a-floor.o `test -f 'math/x86/floor.S' || echo '$(srcdir)/'`math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floor.S' object='math/x86/lib32_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floor.o `test -f 'math/x86/floor.S' || echo '$(srcdir)/'`math/x86/floor.S + +math/x86/lib32_libmingwex_a-floor.obj: math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floor.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo -c -o math/x86/lib32_libmingwex_a-floor.obj `if test -f 'math/x86/floor.S'; then $(CYGPATH_W) 'math/x86/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floor.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floor.S' object='math/x86/lib32_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floor.obj `if test -f 'math/x86/floor.S'; then $(CYGPATH_W) 'math/x86/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floor.S'; fi` + +math/x86/lib32_libmingwex_a-floorf.o: math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floorf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo -c -o math/x86/lib32_libmingwex_a-floorf.o `test -f 'math/x86/floorf.S' || echo '$(srcdir)/'`math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorf.S' object='math/x86/lib32_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floorf.o `test -f 'math/x86/floorf.S' || echo '$(srcdir)/'`math/x86/floorf.S + +math/x86/lib32_libmingwex_a-floorf.obj: math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floorf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo -c -o math/x86/lib32_libmingwex_a-floorf.obj `if test -f 'math/x86/floorf.S'; then $(CYGPATH_W) 'math/x86/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorf.S' object='math/x86/lib32_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floorf.obj `if test -f 'math/x86/floorf.S'; then $(CYGPATH_W) 'math/x86/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorf.S'; fi` + +math/x86/lib32_libmingwex_a-floorl.o: math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floorl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo -c -o math/x86/lib32_libmingwex_a-floorl.o `test -f 'math/x86/floorl.S' || echo '$(srcdir)/'`math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorl.S' object='math/x86/lib32_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floorl.o `test -f 'math/x86/floorl.S' || echo '$(srcdir)/'`math/x86/floorl.S + +math/x86/lib32_libmingwex_a-floorl.obj: math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-floorl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo -c -o math/x86/lib32_libmingwex_a-floorl.obj `if test -f 'math/x86/floorl.S'; then $(CYGPATH_W) 'math/x86/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorl.S' object='math/x86/lib32_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-floorl.obj `if test -f 'math/x86/floorl.S'; then $(CYGPATH_W) 'math/x86/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorl.S'; fi` + +math/x86/lib32_libmingwex_a-frexpl.o: math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-frexpl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo -c -o math/x86/lib32_libmingwex_a-frexpl.o `test -f 'math/x86/frexpl.S' || echo '$(srcdir)/'`math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/frexpl.S' object='math/x86/lib32_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-frexpl.o `test -f 'math/x86/frexpl.S' || echo '$(srcdir)/'`math/x86/frexpl.S + +math/x86/lib32_libmingwex_a-frexpl.obj: math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-frexpl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo -c -o math/x86/lib32_libmingwex_a-frexpl.obj `if test -f 'math/x86/frexpl.S'; then $(CYGPATH_W) 'math/x86/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/frexpl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/frexpl.S' object='math/x86/lib32_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-frexpl.obj `if test -f 'math/x86/frexpl.S'; then $(CYGPATH_W) 'math/x86/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/frexpl.S'; fi` + +math/x86/lib32_libmingwex_a-ilogb.o: math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogb.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo -c -o math/x86/lib32_libmingwex_a-ilogb.o `test -f 'math/x86/ilogb.S' || echo '$(srcdir)/'`math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogb.S' object='math/x86/lib32_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogb.o `test -f 'math/x86/ilogb.S' || echo '$(srcdir)/'`math/x86/ilogb.S + +math/x86/lib32_libmingwex_a-ilogb.obj: math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogb.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo -c -o math/x86/lib32_libmingwex_a-ilogb.obj `if test -f 'math/x86/ilogb.S'; then $(CYGPATH_W) 'math/x86/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogb.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogb.S' object='math/x86/lib32_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogb.obj `if test -f 'math/x86/ilogb.S'; then $(CYGPATH_W) 'math/x86/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogb.S'; fi` + +math/x86/lib32_libmingwex_a-ilogbf.o: math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogbf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo -c -o math/x86/lib32_libmingwex_a-ilogbf.o `test -f 'math/x86/ilogbf.S' || echo '$(srcdir)/'`math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbf.S' object='math/x86/lib32_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogbf.o `test -f 'math/x86/ilogbf.S' || echo '$(srcdir)/'`math/x86/ilogbf.S + +math/x86/lib32_libmingwex_a-ilogbf.obj: math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogbf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo -c -o math/x86/lib32_libmingwex_a-ilogbf.obj `if test -f 'math/x86/ilogbf.S'; then $(CYGPATH_W) 'math/x86/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbf.S' object='math/x86/lib32_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogbf.obj `if test -f 'math/x86/ilogbf.S'; then $(CYGPATH_W) 'math/x86/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbf.S'; fi` + +math/x86/lib32_libmingwex_a-ilogbl.o: math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogbl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo -c -o math/x86/lib32_libmingwex_a-ilogbl.o `test -f 'math/x86/ilogbl.S' || echo '$(srcdir)/'`math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbl.S' object='math/x86/lib32_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogbl.o `test -f 'math/x86/ilogbl.S' || echo '$(srcdir)/'`math/x86/ilogbl.S + +math/x86/lib32_libmingwex_a-ilogbl.obj: math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-ilogbl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo -c -o math/x86/lib32_libmingwex_a-ilogbl.obj `if test -f 'math/x86/ilogbl.S'; then $(CYGPATH_W) 'math/x86/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbl.S' object='math/x86/lib32_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-ilogbl.obj `if test -f 'math/x86/ilogbl.S'; then $(CYGPATH_W) 'math/x86/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbl.S'; fi` + +math/x86/lib32_libmingwex_a-internal_logl.o: math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-internal_logl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo -c -o math/x86/lib32_libmingwex_a-internal_logl.o `test -f 'math/x86/internal_logl.S' || echo '$(srcdir)/'`math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/internal_logl.S' object='math/x86/lib32_libmingwex_a-internal_logl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-internal_logl.o `test -f 'math/x86/internal_logl.S' || echo '$(srcdir)/'`math/x86/internal_logl.S + +math/x86/lib32_libmingwex_a-internal_logl.obj: math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-internal_logl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo -c -o math/x86/lib32_libmingwex_a-internal_logl.obj `if test -f 'math/x86/internal_logl.S'; then $(CYGPATH_W) 'math/x86/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/internal_logl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/internal_logl.S' object='math/x86/lib32_libmingwex_a-internal_logl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-internal_logl.obj `if test -f 'math/x86/internal_logl.S'; then $(CYGPATH_W) 'math/x86/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/internal_logl.S'; fi` + +math/x86/lib32_libmingwex_a-log10l.o: math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log10l.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo -c -o math/x86/lib32_libmingwex_a-log10l.o `test -f 'math/x86/log10l.S' || echo '$(srcdir)/'`math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log10l.S' object='math/x86/lib32_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log10l.o `test -f 'math/x86/log10l.S' || echo '$(srcdir)/'`math/x86/log10l.S + +math/x86/lib32_libmingwex_a-log10l.obj: math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log10l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo -c -o math/x86/lib32_libmingwex_a-log10l.obj `if test -f 'math/x86/log10l.S'; then $(CYGPATH_W) 'math/x86/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log10l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log10l.S' object='math/x86/lib32_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log10l.obj `if test -f 'math/x86/log10l.S'; then $(CYGPATH_W) 'math/x86/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log10l.S'; fi` + +math/x86/lib32_libmingwex_a-log1p.o: math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1p.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo -c -o math/x86/lib32_libmingwex_a-log1p.o `test -f 'math/x86/log1p.S' || echo '$(srcdir)/'`math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1p.S' object='math/x86/lib32_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1p.o `test -f 'math/x86/log1p.S' || echo '$(srcdir)/'`math/x86/log1p.S + +math/x86/lib32_libmingwex_a-log1p.obj: math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1p.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo -c -o math/x86/lib32_libmingwex_a-log1p.obj `if test -f 'math/x86/log1p.S'; then $(CYGPATH_W) 'math/x86/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1p.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1p.S' object='math/x86/lib32_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1p.obj `if test -f 'math/x86/log1p.S'; then $(CYGPATH_W) 'math/x86/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1p.S'; fi` + +math/x86/lib32_libmingwex_a-log1pf.o: math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1pf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo -c -o math/x86/lib32_libmingwex_a-log1pf.o `test -f 'math/x86/log1pf.S' || echo '$(srcdir)/'`math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pf.S' object='math/x86/lib32_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1pf.o `test -f 'math/x86/log1pf.S' || echo '$(srcdir)/'`math/x86/log1pf.S + +math/x86/lib32_libmingwex_a-log1pf.obj: math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1pf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo -c -o math/x86/lib32_libmingwex_a-log1pf.obj `if test -f 'math/x86/log1pf.S'; then $(CYGPATH_W) 'math/x86/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pf.S' object='math/x86/lib32_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1pf.obj `if test -f 'math/x86/log1pf.S'; then $(CYGPATH_W) 'math/x86/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pf.S'; fi` + +math/x86/lib32_libmingwex_a-log1pl.o: math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1pl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo -c -o math/x86/lib32_libmingwex_a-log1pl.o `test -f 'math/x86/log1pl.S' || echo '$(srcdir)/'`math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pl.S' object='math/x86/lib32_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1pl.o `test -f 'math/x86/log1pl.S' || echo '$(srcdir)/'`math/x86/log1pl.S + +math/x86/lib32_libmingwex_a-log1pl.obj: math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log1pl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo -c -o math/x86/lib32_libmingwex_a-log1pl.obj `if test -f 'math/x86/log1pl.S'; then $(CYGPATH_W) 'math/x86/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pl.S' object='math/x86/lib32_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log1pl.obj `if test -f 'math/x86/log1pl.S'; then $(CYGPATH_W) 'math/x86/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pl.S'; fi` + +math/x86/lib32_libmingwex_a-log2.o: math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo -c -o math/x86/lib32_libmingwex_a-log2.o `test -f 'math/x86/log2.S' || echo '$(srcdir)/'`math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2.S' object='math/x86/lib32_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2.o `test -f 'math/x86/log2.S' || echo '$(srcdir)/'`math/x86/log2.S + +math/x86/lib32_libmingwex_a-log2.obj: math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo -c -o math/x86/lib32_libmingwex_a-log2.obj `if test -f 'math/x86/log2.S'; then $(CYGPATH_W) 'math/x86/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2.S' object='math/x86/lib32_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2.obj `if test -f 'math/x86/log2.S'; then $(CYGPATH_W) 'math/x86/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2.S'; fi` + +math/x86/lib32_libmingwex_a-log2f.o: math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo -c -o math/x86/lib32_libmingwex_a-log2f.o `test -f 'math/x86/log2f.S' || echo '$(srcdir)/'`math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2f.S' object='math/x86/lib32_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2f.o `test -f 'math/x86/log2f.S' || echo '$(srcdir)/'`math/x86/log2f.S + +math/x86/lib32_libmingwex_a-log2f.obj: math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo -c -o math/x86/lib32_libmingwex_a-log2f.obj `if test -f 'math/x86/log2f.S'; then $(CYGPATH_W) 'math/x86/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2f.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2f.S' object='math/x86/lib32_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2f.obj `if test -f 'math/x86/log2f.S'; then $(CYGPATH_W) 'math/x86/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2f.S'; fi` + +math/x86/lib32_libmingwex_a-log2l.o: math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo -c -o math/x86/lib32_libmingwex_a-log2l.o `test -f 'math/x86/log2l.S' || echo '$(srcdir)/'`math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2l.S' object='math/x86/lib32_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2l.o `test -f 'math/x86/log2l.S' || echo '$(srcdir)/'`math/x86/log2l.S + +math/x86/lib32_libmingwex_a-log2l.obj: math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-log2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo -c -o math/x86/lib32_libmingwex_a-log2l.obj `if test -f 'math/x86/log2l.S'; then $(CYGPATH_W) 'math/x86/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2l.S' object='math/x86/lib32_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-log2l.obj `if test -f 'math/x86/log2l.S'; then $(CYGPATH_W) 'math/x86/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2l.S'; fi` + +math/x86/lib32_libmingwex_a-nearbyint.o: math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyint.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyint.o `test -f 'math/x86/nearbyint.S' || echo '$(srcdir)/'`math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyint.S' object='math/x86/lib32_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyint.o `test -f 'math/x86/nearbyint.S' || echo '$(srcdir)/'`math/x86/nearbyint.S + +math/x86/lib32_libmingwex_a-nearbyint.obj: math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyint.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyint.obj `if test -f 'math/x86/nearbyint.S'; then $(CYGPATH_W) 'math/x86/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyint.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyint.S' object='math/x86/lib32_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyint.obj `if test -f 'math/x86/nearbyint.S'; then $(CYGPATH_W) 'math/x86/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyint.S'; fi` + +math/x86/lib32_libmingwex_a-nearbyintf.o: math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyintf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyintf.o `test -f 'math/x86/nearbyintf.S' || echo '$(srcdir)/'`math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintf.S' object='math/x86/lib32_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyintf.o `test -f 'math/x86/nearbyintf.S' || echo '$(srcdir)/'`math/x86/nearbyintf.S + +math/x86/lib32_libmingwex_a-nearbyintf.obj: math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyintf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyintf.obj `if test -f 'math/x86/nearbyintf.S'; then $(CYGPATH_W) 'math/x86/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintf.S' object='math/x86/lib32_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyintf.obj `if test -f 'math/x86/nearbyintf.S'; then $(CYGPATH_W) 'math/x86/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintf.S'; fi` + +math/x86/lib32_libmingwex_a-nearbyintl.o: math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyintl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyintl.o `test -f 'math/x86/nearbyintl.S' || echo '$(srcdir)/'`math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintl.S' object='math/x86/lib32_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyintl.o `test -f 'math/x86/nearbyintl.S' || echo '$(srcdir)/'`math/x86/nearbyintl.S + +math/x86/lib32_libmingwex_a-nearbyintl.obj: math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-nearbyintl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo -c -o math/x86/lib32_libmingwex_a-nearbyintl.obj `if test -f 'math/x86/nearbyintl.S'; then $(CYGPATH_W) 'math/x86/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintl.S' object='math/x86/lib32_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-nearbyintl.obj `if test -f 'math/x86/nearbyintl.S'; then $(CYGPATH_W) 'math/x86/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintl.S'; fi` + +math/x86/lib32_libmingwex_a-remainder.o: math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainder.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo -c -o math/x86/lib32_libmingwex_a-remainder.o `test -f 'math/x86/remainder.S' || echo '$(srcdir)/'`math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainder.S' object='math/x86/lib32_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainder.o `test -f 'math/x86/remainder.S' || echo '$(srcdir)/'`math/x86/remainder.S + +math/x86/lib32_libmingwex_a-remainder.obj: math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainder.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo -c -o math/x86/lib32_libmingwex_a-remainder.obj `if test -f 'math/x86/remainder.S'; then $(CYGPATH_W) 'math/x86/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainder.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainder.S' object='math/x86/lib32_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainder.obj `if test -f 'math/x86/remainder.S'; then $(CYGPATH_W) 'math/x86/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainder.S'; fi` + +math/x86/lib32_libmingwex_a-remainderf.o: math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainderf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo -c -o math/x86/lib32_libmingwex_a-remainderf.o `test -f 'math/x86/remainderf.S' || echo '$(srcdir)/'`math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderf.S' object='math/x86/lib32_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainderf.o `test -f 'math/x86/remainderf.S' || echo '$(srcdir)/'`math/x86/remainderf.S + +math/x86/lib32_libmingwex_a-remainderf.obj: math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainderf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo -c -o math/x86/lib32_libmingwex_a-remainderf.obj `if test -f 'math/x86/remainderf.S'; then $(CYGPATH_W) 'math/x86/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderf.S' object='math/x86/lib32_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainderf.obj `if test -f 'math/x86/remainderf.S'; then $(CYGPATH_W) 'math/x86/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderf.S'; fi` + +math/x86/lib32_libmingwex_a-remainderl.o: math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainderl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo -c -o math/x86/lib32_libmingwex_a-remainderl.o `test -f 'math/x86/remainderl.S' || echo '$(srcdir)/'`math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderl.S' object='math/x86/lib32_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainderl.o `test -f 'math/x86/remainderl.S' || echo '$(srcdir)/'`math/x86/remainderl.S + +math/x86/lib32_libmingwex_a-remainderl.obj: math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remainderl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo -c -o math/x86/lib32_libmingwex_a-remainderl.obj `if test -f 'math/x86/remainderl.S'; then $(CYGPATH_W) 'math/x86/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderl.S' object='math/x86/lib32_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remainderl.obj `if test -f 'math/x86/remainderl.S'; then $(CYGPATH_W) 'math/x86/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderl.S'; fi` + +math/x86/lib32_libmingwex_a-remquo.o: math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquo.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo -c -o math/x86/lib32_libmingwex_a-remquo.o `test -f 'math/x86/remquo.S' || echo '$(srcdir)/'`math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquo.S' object='math/x86/lib32_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquo.o `test -f 'math/x86/remquo.S' || echo '$(srcdir)/'`math/x86/remquo.S + +math/x86/lib32_libmingwex_a-remquo.obj: math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquo.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo -c -o math/x86/lib32_libmingwex_a-remquo.obj `if test -f 'math/x86/remquo.S'; then $(CYGPATH_W) 'math/x86/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquo.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquo.S' object='math/x86/lib32_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquo.obj `if test -f 'math/x86/remquo.S'; then $(CYGPATH_W) 'math/x86/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquo.S'; fi` + +math/x86/lib32_libmingwex_a-remquof.o: math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquof.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/x86/lib32_libmingwex_a-remquof.o `test -f 'math/x86/remquof.S' || echo '$(srcdir)/'`math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquof.S' object='math/x86/lib32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquof.o `test -f 'math/x86/remquof.S' || echo '$(srcdir)/'`math/x86/remquof.S + +math/x86/lib32_libmingwex_a-remquof.obj: math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquof.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/x86/lib32_libmingwex_a-remquof.obj `if test -f 'math/x86/remquof.S'; then $(CYGPATH_W) 'math/x86/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquof.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquof.S' object='math/x86/lib32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquof.obj `if test -f 'math/x86/remquof.S'; then $(CYGPATH_W) 'math/x86/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquof.S'; fi` + +math/x86/lib32_libmingwex_a-remquol.o: math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquol.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo -c -o math/x86/lib32_libmingwex_a-remquol.o `test -f 'math/x86/remquol.S' || echo '$(srcdir)/'`math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquol.S' object='math/x86/lib32_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquol.o `test -f 'math/x86/remquol.S' || echo '$(srcdir)/'`math/x86/remquol.S + +math/x86/lib32_libmingwex_a-remquol.obj: math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-remquol.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo -c -o math/x86/lib32_libmingwex_a-remquol.obj `if test -f 'math/x86/remquol.S'; then $(CYGPATH_W) 'math/x86/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquol.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquol.S' object='math/x86/lib32_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-remquol.obj `if test -f 'math/x86/remquol.S'; then $(CYGPATH_W) 'math/x86/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquol.S'; fi` + +math/x86/lib32_libmingwex_a-scalbn.o: math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbn.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo -c -o math/x86/lib32_libmingwex_a-scalbn.o `test -f 'math/x86/scalbn.S' || echo '$(srcdir)/'`math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbn.S' object='math/x86/lib32_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbn.o `test -f 'math/x86/scalbn.S' || echo '$(srcdir)/'`math/x86/scalbn.S + +math/x86/lib32_libmingwex_a-scalbn.obj: math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbn.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo -c -o math/x86/lib32_libmingwex_a-scalbn.obj `if test -f 'math/x86/scalbn.S'; then $(CYGPATH_W) 'math/x86/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbn.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbn.S' object='math/x86/lib32_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbn.obj `if test -f 'math/x86/scalbn.S'; then $(CYGPATH_W) 'math/x86/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbn.S'; fi` + +math/x86/lib32_libmingwex_a-scalbnf.o: math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbnf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo -c -o math/x86/lib32_libmingwex_a-scalbnf.o `test -f 'math/x86/scalbnf.S' || echo '$(srcdir)/'`math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnf.S' object='math/x86/lib32_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbnf.o `test -f 'math/x86/scalbnf.S' || echo '$(srcdir)/'`math/x86/scalbnf.S + +math/x86/lib32_libmingwex_a-scalbnf.obj: math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbnf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo -c -o math/x86/lib32_libmingwex_a-scalbnf.obj `if test -f 'math/x86/scalbnf.S'; then $(CYGPATH_W) 'math/x86/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnf.S' object='math/x86/lib32_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbnf.obj `if test -f 'math/x86/scalbnf.S'; then $(CYGPATH_W) 'math/x86/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnf.S'; fi` + +math/x86/lib32_libmingwex_a-scalbnl.o: math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbnl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo -c -o math/x86/lib32_libmingwex_a-scalbnl.o `test -f 'math/x86/scalbnl.S' || echo '$(srcdir)/'`math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnl.S' object='math/x86/lib32_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbnl.o `test -f 'math/x86/scalbnl.S' || echo '$(srcdir)/'`math/x86/scalbnl.S + +math/x86/lib32_libmingwex_a-scalbnl.obj: math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-scalbnl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo -c -o math/x86/lib32_libmingwex_a-scalbnl.obj `if test -f 'math/x86/scalbnl.S'; then $(CYGPATH_W) 'math/x86/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnl.S' object='math/x86/lib32_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-scalbnl.obj `if test -f 'math/x86/scalbnl.S'; then $(CYGPATH_W) 'math/x86/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnl.S'; fi` + +math/x86/lib32_libmingwex_a-sinl_internal.o: math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-sinl_internal.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo -c -o math/x86/lib32_libmingwex_a-sinl_internal.o `test -f 'math/x86/sinl_internal.S' || echo '$(srcdir)/'`math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/sinl_internal.S' object='math/x86/lib32_libmingwex_a-sinl_internal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-sinl_internal.o `test -f 'math/x86/sinl_internal.S' || echo '$(srcdir)/'`math/x86/sinl_internal.S + +math/x86/lib32_libmingwex_a-sinl_internal.obj: math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-sinl_internal.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo -c -o math/x86/lib32_libmingwex_a-sinl_internal.obj `if test -f 'math/x86/sinl_internal.S'; then $(CYGPATH_W) 'math/x86/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl_internal.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/sinl_internal.S' object='math/x86/lib32_libmingwex_a-sinl_internal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-sinl_internal.obj `if test -f 'math/x86/sinl_internal.S'; then $(CYGPATH_W) 'math/x86/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl_internal.S'; fi` + +math/x86/lib32_libmingwex_a-tanl.o: math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-tanl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo -c -o math/x86/lib32_libmingwex_a-tanl.o `test -f 'math/x86/tanl.S' || echo '$(srcdir)/'`math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/tanl.S' object='math/x86/lib32_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-tanl.o `test -f 'math/x86/tanl.S' || echo '$(srcdir)/'`math/x86/tanl.S + +math/x86/lib32_libmingwex_a-tanl.obj: math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-tanl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo -c -o math/x86/lib32_libmingwex_a-tanl.obj `if test -f 'math/x86/tanl.S'; then $(CYGPATH_W) 'math/x86/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/tanl.S' object='math/x86/lib32_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-tanl.obj `if test -f 'math/x86/tanl.S'; then $(CYGPATH_W) 'math/x86/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanl.S'; fi` + +math/x86/lib32_libmingwex_a-trunc.o: math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-trunc.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo -c -o math/x86/lib32_libmingwex_a-trunc.o `test -f 'math/x86/trunc.S' || echo '$(srcdir)/'`math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/trunc.S' object='math/x86/lib32_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-trunc.o `test -f 'math/x86/trunc.S' || echo '$(srcdir)/'`math/x86/trunc.S + +math/x86/lib32_libmingwex_a-trunc.obj: math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-trunc.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo -c -o math/x86/lib32_libmingwex_a-trunc.obj `if test -f 'math/x86/trunc.S'; then $(CYGPATH_W) 'math/x86/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/trunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/trunc.S' object='math/x86/lib32_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-trunc.obj `if test -f 'math/x86/trunc.S'; then $(CYGPATH_W) 'math/x86/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/trunc.S'; fi` + +math/x86/lib32_libmingwex_a-truncf.o: math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-truncf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo -c -o math/x86/lib32_libmingwex_a-truncf.o `test -f 'math/x86/truncf.S' || echo '$(srcdir)/'`math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/truncf.S' object='math/x86/lib32_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-truncf.o `test -f 'math/x86/truncf.S' || echo '$(srcdir)/'`math/x86/truncf.S + +math/x86/lib32_libmingwex_a-truncf.obj: math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib32_libmingwex_a-truncf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo -c -o math/x86/lib32_libmingwex_a-truncf.obj `if test -f 'math/x86/truncf.S'; then $(CYGPATH_W) 'math/x86/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/truncf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/truncf.S' object='math/x86/lib32_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib32_libmingwex_a-truncf.obj `if test -f 'math/x86/truncf.S'; then $(CYGPATH_W) 'math/x86/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/truncf.S'; fi` + +profile/lib64_libgmon_a-mcountFunc.o: profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib64_libgmon_a-mcountFunc.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo -c -o profile/lib64_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib64_libgmon_a-mcountFunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib64_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S + +profile/lib64_libgmon_a-mcountFunc.obj: profile/mcountFunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib64_libgmon_a-mcountFunc.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo -c -o profile/lib64_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib64_libgmon_a-mcountFunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib64_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` + +misc/lib64_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib64_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib64_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S + +misc/lib64_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib64_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib64_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` + +stdio/lib64_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib64_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S + +stdio/lib64_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib64_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` + +stdio/lib64_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib64_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S + +stdio/lib64_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib64_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` + +stdio/lib64_libmingwex_a-vscanf2.o: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib64_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S + +stdio/lib64_libmingwex_a-vscanf2.obj: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib64_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` + +stdio/lib64_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib64_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S + +stdio/lib64_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib64_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` + +stdio/lib64_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib64_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S + +stdio/lib64_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib64_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` + +stdio/lib64_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib64_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S + +stdio/lib64_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib64_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` + +stdio/lib64_libmingwex_a-scanf.o: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Tpo -c -o stdio/lib64_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/lib64_libmingwex_a-scanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S + +stdio/lib64_libmingwex_a-scanf.obj: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Tpo -c -o stdio/lib64_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/lib64_libmingwex_a-scanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` + +math/x86/lib64_libmingwex_a-_chgsignl.o: math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-_chgsignl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo -c -o math/x86/lib64_libmingwex_a-_chgsignl.o `test -f 'math/x86/_chgsignl.S' || echo '$(srcdir)/'`math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/_chgsignl.S' object='math/x86/lib64_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-_chgsignl.o `test -f 'math/x86/_chgsignl.S' || echo '$(srcdir)/'`math/x86/_chgsignl.S + +math/x86/lib64_libmingwex_a-_chgsignl.obj: math/x86/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-_chgsignl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo -c -o math/x86/lib64_libmingwex_a-_chgsignl.obj `if test -f 'math/x86/_chgsignl.S'; then $(CYGPATH_W) 'math/x86/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/_chgsignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/_chgsignl.S' object='math/x86/lib64_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-_chgsignl.obj `if test -f 'math/x86/_chgsignl.S'; then $(CYGPATH_W) 'math/x86/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/_chgsignl.S'; fi` + +math/x86/lib64_libmingwex_a-ceil.o: math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceil.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo -c -o math/x86/lib64_libmingwex_a-ceil.o `test -f 'math/x86/ceil.S' || echo '$(srcdir)/'`math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceil.S' object='math/x86/lib64_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceil.o `test -f 'math/x86/ceil.S' || echo '$(srcdir)/'`math/x86/ceil.S + +math/x86/lib64_libmingwex_a-ceil.obj: math/x86/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceil.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo -c -o math/x86/lib64_libmingwex_a-ceil.obj `if test -f 'math/x86/ceil.S'; then $(CYGPATH_W) 'math/x86/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceil.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceil.S' object='math/x86/lib64_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceil.obj `if test -f 'math/x86/ceil.S'; then $(CYGPATH_W) 'math/x86/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceil.S'; fi` + +math/x86/lib64_libmingwex_a-ceilf.o: math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceilf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo -c -o math/x86/lib64_libmingwex_a-ceilf.o `test -f 'math/x86/ceilf.S' || echo '$(srcdir)/'`math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceilf.S' object='math/x86/lib64_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceilf.o `test -f 'math/x86/ceilf.S' || echo '$(srcdir)/'`math/x86/ceilf.S + +math/x86/lib64_libmingwex_a-ceilf.obj: math/x86/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceilf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo -c -o math/x86/lib64_libmingwex_a-ceilf.obj `if test -f 'math/x86/ceilf.S'; then $(CYGPATH_W) 'math/x86/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceilf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceilf.S' object='math/x86/lib64_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceilf.obj `if test -f 'math/x86/ceilf.S'; then $(CYGPATH_W) 'math/x86/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceilf.S'; fi` + +math/x86/lib64_libmingwex_a-ceill.o: math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceill.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo -c -o math/x86/lib64_libmingwex_a-ceill.o `test -f 'math/x86/ceill.S' || echo '$(srcdir)/'`math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceill.S' object='math/x86/lib64_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceill.o `test -f 'math/x86/ceill.S' || echo '$(srcdir)/'`math/x86/ceill.S + +math/x86/lib64_libmingwex_a-ceill.obj: math/x86/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ceill.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo -c -o math/x86/lib64_libmingwex_a-ceill.obj `if test -f 'math/x86/ceill.S'; then $(CYGPATH_W) 'math/x86/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceill.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ceill.S' object='math/x86/lib64_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ceill.obj `if test -f 'math/x86/ceill.S'; then $(CYGPATH_W) 'math/x86/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ceill.S'; fi` + +math/x86/lib64_libmingwex_a-copysignl.o: math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-copysignl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo -c -o math/x86/lib64_libmingwex_a-copysignl.o `test -f 'math/x86/copysignl.S' || echo '$(srcdir)/'`math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/copysignl.S' object='math/x86/lib64_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-copysignl.o `test -f 'math/x86/copysignl.S' || echo '$(srcdir)/'`math/x86/copysignl.S + +math/x86/lib64_libmingwex_a-copysignl.obj: math/x86/copysignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-copysignl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo -c -o math/x86/lib64_libmingwex_a-copysignl.obj `if test -f 'math/x86/copysignl.S'; then $(CYGPATH_W) 'math/x86/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/copysignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/copysignl.S' object='math/x86/lib64_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-copysignl.obj `if test -f 'math/x86/copysignl.S'; then $(CYGPATH_W) 'math/x86/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/copysignl.S'; fi` + +math/x86/lib64_libmingwex_a-cosl_internal.o: math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-cosl_internal.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo -c -o math/x86/lib64_libmingwex_a-cosl_internal.o `test -f 'math/x86/cosl_internal.S' || echo '$(srcdir)/'`math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/cosl_internal.S' object='math/x86/lib64_libmingwex_a-cosl_internal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-cosl_internal.o `test -f 'math/x86/cosl_internal.S' || echo '$(srcdir)/'`math/x86/cosl_internal.S + +math/x86/lib64_libmingwex_a-cosl_internal.obj: math/x86/cosl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-cosl_internal.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo -c -o math/x86/lib64_libmingwex_a-cosl_internal.obj `if test -f 'math/x86/cosl_internal.S'; then $(CYGPATH_W) 'math/x86/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl_internal.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/cosl_internal.S' object='math/x86/lib64_libmingwex_a-cosl_internal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-cosl_internal.obj `if test -f 'math/x86/cosl_internal.S'; then $(CYGPATH_W) 'math/x86/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl_internal.S'; fi` + +math/x86/lib64_libmingwex_a-exp2.o: math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo -c -o math/x86/lib64_libmingwex_a-exp2.o `test -f 'math/x86/exp2.S' || echo '$(srcdir)/'`math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2.S' object='math/x86/lib64_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2.o `test -f 'math/x86/exp2.S' || echo '$(srcdir)/'`math/x86/exp2.S + +math/x86/lib64_libmingwex_a-exp2.obj: math/x86/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo -c -o math/x86/lib64_libmingwex_a-exp2.obj `if test -f 'math/x86/exp2.S'; then $(CYGPATH_W) 'math/x86/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2.S' object='math/x86/lib64_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2.obj `if test -f 'math/x86/exp2.S'; then $(CYGPATH_W) 'math/x86/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2.S'; fi` + +math/x86/lib64_libmingwex_a-exp2f.o: math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo -c -o math/x86/lib64_libmingwex_a-exp2f.o `test -f 'math/x86/exp2f.S' || echo '$(srcdir)/'`math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2f.S' object='math/x86/lib64_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2f.o `test -f 'math/x86/exp2f.S' || echo '$(srcdir)/'`math/x86/exp2f.S + +math/x86/lib64_libmingwex_a-exp2f.obj: math/x86/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo -c -o math/x86/lib64_libmingwex_a-exp2f.obj `if test -f 'math/x86/exp2f.S'; then $(CYGPATH_W) 'math/x86/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2f.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2f.S' object='math/x86/lib64_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2f.obj `if test -f 'math/x86/exp2f.S'; then $(CYGPATH_W) 'math/x86/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2f.S'; fi` + +math/x86/lib64_libmingwex_a-exp2l.o: math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo -c -o math/x86/lib64_libmingwex_a-exp2l.o `test -f 'math/x86/exp2l.S' || echo '$(srcdir)/'`math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2l.S' object='math/x86/lib64_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2l.o `test -f 'math/x86/exp2l.S' || echo '$(srcdir)/'`math/x86/exp2l.S + +math/x86/lib64_libmingwex_a-exp2l.obj: math/x86/exp2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-exp2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo -c -o math/x86/lib64_libmingwex_a-exp2l.obj `if test -f 'math/x86/exp2l.S'; then $(CYGPATH_W) 'math/x86/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/exp2l.S' object='math/x86/lib64_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-exp2l.obj `if test -f 'math/x86/exp2l.S'; then $(CYGPATH_W) 'math/x86/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp2l.S'; fi` + +math/x86/lib64_libmingwex_a-floor.o: math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floor.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo -c -o math/x86/lib64_libmingwex_a-floor.o `test -f 'math/x86/floor.S' || echo '$(srcdir)/'`math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floor.S' object='math/x86/lib64_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floor.o `test -f 'math/x86/floor.S' || echo '$(srcdir)/'`math/x86/floor.S + +math/x86/lib64_libmingwex_a-floor.obj: math/x86/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floor.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo -c -o math/x86/lib64_libmingwex_a-floor.obj `if test -f 'math/x86/floor.S'; then $(CYGPATH_W) 'math/x86/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floor.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floor.S' object='math/x86/lib64_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floor.obj `if test -f 'math/x86/floor.S'; then $(CYGPATH_W) 'math/x86/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floor.S'; fi` + +math/x86/lib64_libmingwex_a-floorf.o: math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floorf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo -c -o math/x86/lib64_libmingwex_a-floorf.o `test -f 'math/x86/floorf.S' || echo '$(srcdir)/'`math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorf.S' object='math/x86/lib64_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floorf.o `test -f 'math/x86/floorf.S' || echo '$(srcdir)/'`math/x86/floorf.S + +math/x86/lib64_libmingwex_a-floorf.obj: math/x86/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floorf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo -c -o math/x86/lib64_libmingwex_a-floorf.obj `if test -f 'math/x86/floorf.S'; then $(CYGPATH_W) 'math/x86/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorf.S' object='math/x86/lib64_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floorf.obj `if test -f 'math/x86/floorf.S'; then $(CYGPATH_W) 'math/x86/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorf.S'; fi` + +math/x86/lib64_libmingwex_a-floorl.o: math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floorl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo -c -o math/x86/lib64_libmingwex_a-floorl.o `test -f 'math/x86/floorl.S' || echo '$(srcdir)/'`math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorl.S' object='math/x86/lib64_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floorl.o `test -f 'math/x86/floorl.S' || echo '$(srcdir)/'`math/x86/floorl.S + +math/x86/lib64_libmingwex_a-floorl.obj: math/x86/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-floorl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo -c -o math/x86/lib64_libmingwex_a-floorl.obj `if test -f 'math/x86/floorl.S'; then $(CYGPATH_W) 'math/x86/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/floorl.S' object='math/x86/lib64_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-floorl.obj `if test -f 'math/x86/floorl.S'; then $(CYGPATH_W) 'math/x86/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/floorl.S'; fi` + +math/x86/lib64_libmingwex_a-frexpl.o: math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-frexpl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo -c -o math/x86/lib64_libmingwex_a-frexpl.o `test -f 'math/x86/frexpl.S' || echo '$(srcdir)/'`math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/frexpl.S' object='math/x86/lib64_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-frexpl.o `test -f 'math/x86/frexpl.S' || echo '$(srcdir)/'`math/x86/frexpl.S + +math/x86/lib64_libmingwex_a-frexpl.obj: math/x86/frexpl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-frexpl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo -c -o math/x86/lib64_libmingwex_a-frexpl.obj `if test -f 'math/x86/frexpl.S'; then $(CYGPATH_W) 'math/x86/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/frexpl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/frexpl.S' object='math/x86/lib64_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-frexpl.obj `if test -f 'math/x86/frexpl.S'; then $(CYGPATH_W) 'math/x86/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/frexpl.S'; fi` + +math/x86/lib64_libmingwex_a-ilogb.o: math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogb.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo -c -o math/x86/lib64_libmingwex_a-ilogb.o `test -f 'math/x86/ilogb.S' || echo '$(srcdir)/'`math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogb.S' object='math/x86/lib64_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogb.o `test -f 'math/x86/ilogb.S' || echo '$(srcdir)/'`math/x86/ilogb.S + +math/x86/lib64_libmingwex_a-ilogb.obj: math/x86/ilogb.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogb.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo -c -o math/x86/lib64_libmingwex_a-ilogb.obj `if test -f 'math/x86/ilogb.S'; then $(CYGPATH_W) 'math/x86/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogb.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogb.S' object='math/x86/lib64_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogb.obj `if test -f 'math/x86/ilogb.S'; then $(CYGPATH_W) 'math/x86/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogb.S'; fi` + +math/x86/lib64_libmingwex_a-ilogbf.o: math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogbf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo -c -o math/x86/lib64_libmingwex_a-ilogbf.o `test -f 'math/x86/ilogbf.S' || echo '$(srcdir)/'`math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbf.S' object='math/x86/lib64_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogbf.o `test -f 'math/x86/ilogbf.S' || echo '$(srcdir)/'`math/x86/ilogbf.S + +math/x86/lib64_libmingwex_a-ilogbf.obj: math/x86/ilogbf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogbf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo -c -o math/x86/lib64_libmingwex_a-ilogbf.obj `if test -f 'math/x86/ilogbf.S'; then $(CYGPATH_W) 'math/x86/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbf.S' object='math/x86/lib64_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogbf.obj `if test -f 'math/x86/ilogbf.S'; then $(CYGPATH_W) 'math/x86/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbf.S'; fi` + +math/x86/lib64_libmingwex_a-ilogbl.o: math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogbl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo -c -o math/x86/lib64_libmingwex_a-ilogbl.o `test -f 'math/x86/ilogbl.S' || echo '$(srcdir)/'`math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbl.S' object='math/x86/lib64_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogbl.o `test -f 'math/x86/ilogbl.S' || echo '$(srcdir)/'`math/x86/ilogbl.S + +math/x86/lib64_libmingwex_a-ilogbl.obj: math/x86/ilogbl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-ilogbl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo -c -o math/x86/lib64_libmingwex_a-ilogbl.obj `if test -f 'math/x86/ilogbl.S'; then $(CYGPATH_W) 'math/x86/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/ilogbl.S' object='math/x86/lib64_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-ilogbl.obj `if test -f 'math/x86/ilogbl.S'; then $(CYGPATH_W) 'math/x86/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/ilogbl.S'; fi` + +math/x86/lib64_libmingwex_a-internal_logl.o: math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-internal_logl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo -c -o math/x86/lib64_libmingwex_a-internal_logl.o `test -f 'math/x86/internal_logl.S' || echo '$(srcdir)/'`math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/internal_logl.S' object='math/x86/lib64_libmingwex_a-internal_logl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-internal_logl.o `test -f 'math/x86/internal_logl.S' || echo '$(srcdir)/'`math/x86/internal_logl.S + +math/x86/lib64_libmingwex_a-internal_logl.obj: math/x86/internal_logl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-internal_logl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo -c -o math/x86/lib64_libmingwex_a-internal_logl.obj `if test -f 'math/x86/internal_logl.S'; then $(CYGPATH_W) 'math/x86/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/internal_logl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/internal_logl.S' object='math/x86/lib64_libmingwex_a-internal_logl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-internal_logl.obj `if test -f 'math/x86/internal_logl.S'; then $(CYGPATH_W) 'math/x86/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/internal_logl.S'; fi` + +math/x86/lib64_libmingwex_a-log10l.o: math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log10l.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo -c -o math/x86/lib64_libmingwex_a-log10l.o `test -f 'math/x86/log10l.S' || echo '$(srcdir)/'`math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log10l.S' object='math/x86/lib64_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log10l.o `test -f 'math/x86/log10l.S' || echo '$(srcdir)/'`math/x86/log10l.S + +math/x86/lib64_libmingwex_a-log10l.obj: math/x86/log10l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log10l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo -c -o math/x86/lib64_libmingwex_a-log10l.obj `if test -f 'math/x86/log10l.S'; then $(CYGPATH_W) 'math/x86/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log10l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log10l.S' object='math/x86/lib64_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log10l.obj `if test -f 'math/x86/log10l.S'; then $(CYGPATH_W) 'math/x86/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log10l.S'; fi` + +math/x86/lib64_libmingwex_a-log1p.o: math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1p.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo -c -o math/x86/lib64_libmingwex_a-log1p.o `test -f 'math/x86/log1p.S' || echo '$(srcdir)/'`math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1p.S' object='math/x86/lib64_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1p.o `test -f 'math/x86/log1p.S' || echo '$(srcdir)/'`math/x86/log1p.S + +math/x86/lib64_libmingwex_a-log1p.obj: math/x86/log1p.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1p.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo -c -o math/x86/lib64_libmingwex_a-log1p.obj `if test -f 'math/x86/log1p.S'; then $(CYGPATH_W) 'math/x86/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1p.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1p.S' object='math/x86/lib64_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1p.obj `if test -f 'math/x86/log1p.S'; then $(CYGPATH_W) 'math/x86/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1p.S'; fi` + +math/x86/lib64_libmingwex_a-log1pf.o: math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1pf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo -c -o math/x86/lib64_libmingwex_a-log1pf.o `test -f 'math/x86/log1pf.S' || echo '$(srcdir)/'`math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pf.S' object='math/x86/lib64_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1pf.o `test -f 'math/x86/log1pf.S' || echo '$(srcdir)/'`math/x86/log1pf.S + +math/x86/lib64_libmingwex_a-log1pf.obj: math/x86/log1pf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1pf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo -c -o math/x86/lib64_libmingwex_a-log1pf.obj `if test -f 'math/x86/log1pf.S'; then $(CYGPATH_W) 'math/x86/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pf.S' object='math/x86/lib64_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1pf.obj `if test -f 'math/x86/log1pf.S'; then $(CYGPATH_W) 'math/x86/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pf.S'; fi` + +math/x86/lib64_libmingwex_a-log1pl.o: math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1pl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo -c -o math/x86/lib64_libmingwex_a-log1pl.o `test -f 'math/x86/log1pl.S' || echo '$(srcdir)/'`math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pl.S' object='math/x86/lib64_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1pl.o `test -f 'math/x86/log1pl.S' || echo '$(srcdir)/'`math/x86/log1pl.S + +math/x86/lib64_libmingwex_a-log1pl.obj: math/x86/log1pl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log1pl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo -c -o math/x86/lib64_libmingwex_a-log1pl.obj `if test -f 'math/x86/log1pl.S'; then $(CYGPATH_W) 'math/x86/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log1pl.S' object='math/x86/lib64_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log1pl.obj `if test -f 'math/x86/log1pl.S'; then $(CYGPATH_W) 'math/x86/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log1pl.S'; fi` + +math/x86/lib64_libmingwex_a-log2.o: math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo -c -o math/x86/lib64_libmingwex_a-log2.o `test -f 'math/x86/log2.S' || echo '$(srcdir)/'`math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2.S' object='math/x86/lib64_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2.o `test -f 'math/x86/log2.S' || echo '$(srcdir)/'`math/x86/log2.S + +math/x86/lib64_libmingwex_a-log2.obj: math/x86/log2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo -c -o math/x86/lib64_libmingwex_a-log2.obj `if test -f 'math/x86/log2.S'; then $(CYGPATH_W) 'math/x86/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2.S' object='math/x86/lib64_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2.obj `if test -f 'math/x86/log2.S'; then $(CYGPATH_W) 'math/x86/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2.S'; fi` + +math/x86/lib64_libmingwex_a-log2f.o: math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo -c -o math/x86/lib64_libmingwex_a-log2f.o `test -f 'math/x86/log2f.S' || echo '$(srcdir)/'`math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2f.S' object='math/x86/lib64_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2f.o `test -f 'math/x86/log2f.S' || echo '$(srcdir)/'`math/x86/log2f.S + +math/x86/lib64_libmingwex_a-log2f.obj: math/x86/log2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo -c -o math/x86/lib64_libmingwex_a-log2f.obj `if test -f 'math/x86/log2f.S'; then $(CYGPATH_W) 'math/x86/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2f.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2f.S' object='math/x86/lib64_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2f.obj `if test -f 'math/x86/log2f.S'; then $(CYGPATH_W) 'math/x86/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2f.S'; fi` + +math/x86/lib64_libmingwex_a-log2l.o: math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo -c -o math/x86/lib64_libmingwex_a-log2l.o `test -f 'math/x86/log2l.S' || echo '$(srcdir)/'`math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2l.S' object='math/x86/lib64_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2l.o `test -f 'math/x86/log2l.S' || echo '$(srcdir)/'`math/x86/log2l.S + +math/x86/lib64_libmingwex_a-log2l.obj: math/x86/log2l.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-log2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo -c -o math/x86/lib64_libmingwex_a-log2l.obj `if test -f 'math/x86/log2l.S'; then $(CYGPATH_W) 'math/x86/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2l.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/log2l.S' object='math/x86/lib64_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-log2l.obj `if test -f 'math/x86/log2l.S'; then $(CYGPATH_W) 'math/x86/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/log2l.S'; fi` + +math/x86/lib64_libmingwex_a-nearbyint.o: math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyint.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyint.o `test -f 'math/x86/nearbyint.S' || echo '$(srcdir)/'`math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyint.S' object='math/x86/lib64_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyint.o `test -f 'math/x86/nearbyint.S' || echo '$(srcdir)/'`math/x86/nearbyint.S + +math/x86/lib64_libmingwex_a-nearbyint.obj: math/x86/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyint.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyint.obj `if test -f 'math/x86/nearbyint.S'; then $(CYGPATH_W) 'math/x86/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyint.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyint.S' object='math/x86/lib64_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyint.obj `if test -f 'math/x86/nearbyint.S'; then $(CYGPATH_W) 'math/x86/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyint.S'; fi` + +math/x86/lib64_libmingwex_a-nearbyintf.o: math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyintf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyintf.o `test -f 'math/x86/nearbyintf.S' || echo '$(srcdir)/'`math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintf.S' object='math/x86/lib64_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyintf.o `test -f 'math/x86/nearbyintf.S' || echo '$(srcdir)/'`math/x86/nearbyintf.S + +math/x86/lib64_libmingwex_a-nearbyintf.obj: math/x86/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyintf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyintf.obj `if test -f 'math/x86/nearbyintf.S'; then $(CYGPATH_W) 'math/x86/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintf.S' object='math/x86/lib64_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyintf.obj `if test -f 'math/x86/nearbyintf.S'; then $(CYGPATH_W) 'math/x86/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintf.S'; fi` + +math/x86/lib64_libmingwex_a-nearbyintl.o: math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyintl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyintl.o `test -f 'math/x86/nearbyintl.S' || echo '$(srcdir)/'`math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintl.S' object='math/x86/lib64_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyintl.o `test -f 'math/x86/nearbyintl.S' || echo '$(srcdir)/'`math/x86/nearbyintl.S + +math/x86/lib64_libmingwex_a-nearbyintl.obj: math/x86/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-nearbyintl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo -c -o math/x86/lib64_libmingwex_a-nearbyintl.obj `if test -f 'math/x86/nearbyintl.S'; then $(CYGPATH_W) 'math/x86/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/nearbyintl.S' object='math/x86/lib64_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-nearbyintl.obj `if test -f 'math/x86/nearbyintl.S'; then $(CYGPATH_W) 'math/x86/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/nearbyintl.S'; fi` + +math/x86/lib64_libmingwex_a-remainder.o: math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainder.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo -c -o math/x86/lib64_libmingwex_a-remainder.o `test -f 'math/x86/remainder.S' || echo '$(srcdir)/'`math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainder.S' object='math/x86/lib64_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainder.o `test -f 'math/x86/remainder.S' || echo '$(srcdir)/'`math/x86/remainder.S + +math/x86/lib64_libmingwex_a-remainder.obj: math/x86/remainder.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainder.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo -c -o math/x86/lib64_libmingwex_a-remainder.obj `if test -f 'math/x86/remainder.S'; then $(CYGPATH_W) 'math/x86/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainder.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainder.S' object='math/x86/lib64_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainder.obj `if test -f 'math/x86/remainder.S'; then $(CYGPATH_W) 'math/x86/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainder.S'; fi` + +math/x86/lib64_libmingwex_a-remainderf.o: math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainderf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo -c -o math/x86/lib64_libmingwex_a-remainderf.o `test -f 'math/x86/remainderf.S' || echo '$(srcdir)/'`math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderf.S' object='math/x86/lib64_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainderf.o `test -f 'math/x86/remainderf.S' || echo '$(srcdir)/'`math/x86/remainderf.S + +math/x86/lib64_libmingwex_a-remainderf.obj: math/x86/remainderf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainderf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo -c -o math/x86/lib64_libmingwex_a-remainderf.obj `if test -f 'math/x86/remainderf.S'; then $(CYGPATH_W) 'math/x86/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderf.S' object='math/x86/lib64_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainderf.obj `if test -f 'math/x86/remainderf.S'; then $(CYGPATH_W) 'math/x86/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderf.S'; fi` + +math/x86/lib64_libmingwex_a-remainderl.o: math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainderl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo -c -o math/x86/lib64_libmingwex_a-remainderl.o `test -f 'math/x86/remainderl.S' || echo '$(srcdir)/'`math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderl.S' object='math/x86/lib64_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainderl.o `test -f 'math/x86/remainderl.S' || echo '$(srcdir)/'`math/x86/remainderl.S + +math/x86/lib64_libmingwex_a-remainderl.obj: math/x86/remainderl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remainderl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo -c -o math/x86/lib64_libmingwex_a-remainderl.obj `if test -f 'math/x86/remainderl.S'; then $(CYGPATH_W) 'math/x86/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remainderl.S' object='math/x86/lib64_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remainderl.obj `if test -f 'math/x86/remainderl.S'; then $(CYGPATH_W) 'math/x86/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remainderl.S'; fi` + +math/x86/lib64_libmingwex_a-remquo.o: math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquo.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo -c -o math/x86/lib64_libmingwex_a-remquo.o `test -f 'math/x86/remquo.S' || echo '$(srcdir)/'`math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquo.S' object='math/x86/lib64_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquo.o `test -f 'math/x86/remquo.S' || echo '$(srcdir)/'`math/x86/remquo.S + +math/x86/lib64_libmingwex_a-remquo.obj: math/x86/remquo.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquo.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo -c -o math/x86/lib64_libmingwex_a-remquo.obj `if test -f 'math/x86/remquo.S'; then $(CYGPATH_W) 'math/x86/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquo.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquo.S' object='math/x86/lib64_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquo.obj `if test -f 'math/x86/remquo.S'; then $(CYGPATH_W) 'math/x86/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquo.S'; fi` + +math/x86/lib64_libmingwex_a-remquof.o: math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquof.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/x86/lib64_libmingwex_a-remquof.o `test -f 'math/x86/remquof.S' || echo '$(srcdir)/'`math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquof.S' object='math/x86/lib64_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquof.o `test -f 'math/x86/remquof.S' || echo '$(srcdir)/'`math/x86/remquof.S + +math/x86/lib64_libmingwex_a-remquof.obj: math/x86/remquof.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquof.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/x86/lib64_libmingwex_a-remquof.obj `if test -f 'math/x86/remquof.S'; then $(CYGPATH_W) 'math/x86/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquof.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquof.S' object='math/x86/lib64_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquof.obj `if test -f 'math/x86/remquof.S'; then $(CYGPATH_W) 'math/x86/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquof.S'; fi` + +math/x86/lib64_libmingwex_a-remquol.o: math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquol.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo -c -o math/x86/lib64_libmingwex_a-remquol.o `test -f 'math/x86/remquol.S' || echo '$(srcdir)/'`math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquol.S' object='math/x86/lib64_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquol.o `test -f 'math/x86/remquol.S' || echo '$(srcdir)/'`math/x86/remquol.S + +math/x86/lib64_libmingwex_a-remquol.obj: math/x86/remquol.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-remquol.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo -c -o math/x86/lib64_libmingwex_a-remquol.obj `if test -f 'math/x86/remquol.S'; then $(CYGPATH_W) 'math/x86/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquol.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/remquol.S' object='math/x86/lib64_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-remquol.obj `if test -f 'math/x86/remquol.S'; then $(CYGPATH_W) 'math/x86/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/remquol.S'; fi` + +math/x86/lib64_libmingwex_a-scalbn.o: math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbn.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo -c -o math/x86/lib64_libmingwex_a-scalbn.o `test -f 'math/x86/scalbn.S' || echo '$(srcdir)/'`math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbn.S' object='math/x86/lib64_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbn.o `test -f 'math/x86/scalbn.S' || echo '$(srcdir)/'`math/x86/scalbn.S + +math/x86/lib64_libmingwex_a-scalbn.obj: math/x86/scalbn.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbn.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo -c -o math/x86/lib64_libmingwex_a-scalbn.obj `if test -f 'math/x86/scalbn.S'; then $(CYGPATH_W) 'math/x86/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbn.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbn.S' object='math/x86/lib64_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbn.obj `if test -f 'math/x86/scalbn.S'; then $(CYGPATH_W) 'math/x86/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbn.S'; fi` + +math/x86/lib64_libmingwex_a-scalbnf.o: math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbnf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo -c -o math/x86/lib64_libmingwex_a-scalbnf.o `test -f 'math/x86/scalbnf.S' || echo '$(srcdir)/'`math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnf.S' object='math/x86/lib64_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbnf.o `test -f 'math/x86/scalbnf.S' || echo '$(srcdir)/'`math/x86/scalbnf.S + +math/x86/lib64_libmingwex_a-scalbnf.obj: math/x86/scalbnf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbnf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo -c -o math/x86/lib64_libmingwex_a-scalbnf.obj `if test -f 'math/x86/scalbnf.S'; then $(CYGPATH_W) 'math/x86/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnf.S' object='math/x86/lib64_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbnf.obj `if test -f 'math/x86/scalbnf.S'; then $(CYGPATH_W) 'math/x86/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnf.S'; fi` + +math/x86/lib64_libmingwex_a-scalbnl.o: math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbnl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo -c -o math/x86/lib64_libmingwex_a-scalbnl.o `test -f 'math/x86/scalbnl.S' || echo '$(srcdir)/'`math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnl.S' object='math/x86/lib64_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbnl.o `test -f 'math/x86/scalbnl.S' || echo '$(srcdir)/'`math/x86/scalbnl.S + +math/x86/lib64_libmingwex_a-scalbnl.obj: math/x86/scalbnl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-scalbnl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo -c -o math/x86/lib64_libmingwex_a-scalbnl.obj `if test -f 'math/x86/scalbnl.S'; then $(CYGPATH_W) 'math/x86/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/scalbnl.S' object='math/x86/lib64_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-scalbnl.obj `if test -f 'math/x86/scalbnl.S'; then $(CYGPATH_W) 'math/x86/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/scalbnl.S'; fi` + +math/x86/lib64_libmingwex_a-sinl_internal.o: math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-sinl_internal.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo -c -o math/x86/lib64_libmingwex_a-sinl_internal.o `test -f 'math/x86/sinl_internal.S' || echo '$(srcdir)/'`math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/sinl_internal.S' object='math/x86/lib64_libmingwex_a-sinl_internal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-sinl_internal.o `test -f 'math/x86/sinl_internal.S' || echo '$(srcdir)/'`math/x86/sinl_internal.S + +math/x86/lib64_libmingwex_a-sinl_internal.obj: math/x86/sinl_internal.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-sinl_internal.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo -c -o math/x86/lib64_libmingwex_a-sinl_internal.obj `if test -f 'math/x86/sinl_internal.S'; then $(CYGPATH_W) 'math/x86/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl_internal.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/sinl_internal.S' object='math/x86/lib64_libmingwex_a-sinl_internal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-sinl_internal.obj `if test -f 'math/x86/sinl_internal.S'; then $(CYGPATH_W) 'math/x86/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl_internal.S'; fi` + +math/x86/lib64_libmingwex_a-tanl.o: math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-tanl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo -c -o math/x86/lib64_libmingwex_a-tanl.o `test -f 'math/x86/tanl.S' || echo '$(srcdir)/'`math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/tanl.S' object='math/x86/lib64_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-tanl.o `test -f 'math/x86/tanl.S' || echo '$(srcdir)/'`math/x86/tanl.S + +math/x86/lib64_libmingwex_a-tanl.obj: math/x86/tanl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-tanl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo -c -o math/x86/lib64_libmingwex_a-tanl.obj `if test -f 'math/x86/tanl.S'; then $(CYGPATH_W) 'math/x86/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/tanl.S' object='math/x86/lib64_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-tanl.obj `if test -f 'math/x86/tanl.S'; then $(CYGPATH_W) 'math/x86/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanl.S'; fi` + +math/x86/lib64_libmingwex_a-trunc.o: math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-trunc.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo -c -o math/x86/lib64_libmingwex_a-trunc.o `test -f 'math/x86/trunc.S' || echo '$(srcdir)/'`math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/trunc.S' object='math/x86/lib64_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-trunc.o `test -f 'math/x86/trunc.S' || echo '$(srcdir)/'`math/x86/trunc.S + +math/x86/lib64_libmingwex_a-trunc.obj: math/x86/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-trunc.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo -c -o math/x86/lib64_libmingwex_a-trunc.obj `if test -f 'math/x86/trunc.S'; then $(CYGPATH_W) 'math/x86/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/trunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/trunc.S' object='math/x86/lib64_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-trunc.obj `if test -f 'math/x86/trunc.S'; then $(CYGPATH_W) 'math/x86/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/trunc.S'; fi` + +math/x86/lib64_libmingwex_a-truncf.o: math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-truncf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo -c -o math/x86/lib64_libmingwex_a-truncf.o `test -f 'math/x86/truncf.S' || echo '$(srcdir)/'`math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/truncf.S' object='math/x86/lib64_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-truncf.o `test -f 'math/x86/truncf.S' || echo '$(srcdir)/'`math/x86/truncf.S + +math/x86/lib64_libmingwex_a-truncf.obj: math/x86/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/x86/lib64_libmingwex_a-truncf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo -c -o math/x86/lib64_libmingwex_a-truncf.obj `if test -f 'math/x86/truncf.S'; then $(CYGPATH_W) 'math/x86/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/truncf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/x86/truncf.S' object='math/x86/lib64_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/x86/lib64_libmingwex_a-truncf.obj `if test -f 'math/x86/truncf.S'; then $(CYGPATH_W) 'math/x86/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/x86/truncf.S'; fi` + +misc/libarm32_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm32_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm32_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S + +misc/libarm32_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm32_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm32_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` + +stdio/libarm32_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm32_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S + +stdio/libarm32_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm32_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm32_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S + +stdio/libarm32_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm32_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-vscanf2.o: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm32_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S + +stdio/libarm32_libmingwex_a-vscanf2.obj: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm32_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm32_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S + +stdio/libarm32_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm32_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm32_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S + +stdio/libarm32_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm32_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm32_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S + +stdio/libarm32_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm32_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` + +stdio/libarm32_libmingwex_a-scanf.o: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-scanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Tpo -c -o stdio/libarm32_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/libarm32_libmingwex_a-scanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S + +stdio/libarm32_libmingwex_a-scanf.obj: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-scanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Tpo -c -o stdio/libarm32_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/libarm32_libmingwex_a-scanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` + +math/arm/libarm32_libmingwex_a-_chgsignl.o: math/arm/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-_chgsignl.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo -c -o math/arm/libarm32_libmingwex_a-_chgsignl.o `test -f 'math/arm/_chgsignl.S' || echo '$(srcdir)/'`math/arm/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/_chgsignl.S' object='math/arm/libarm32_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-_chgsignl.o `test -f 'math/arm/_chgsignl.S' || echo '$(srcdir)/'`math/arm/_chgsignl.S + +math/arm/libarm32_libmingwex_a-_chgsignl.obj: math/arm/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-_chgsignl.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo -c -o math/arm/libarm32_libmingwex_a-_chgsignl.obj `if test -f 'math/arm/_chgsignl.S'; then $(CYGPATH_W) 'math/arm/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/_chgsignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/_chgsignl.S' object='math/arm/libarm32_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-_chgsignl.obj `if test -f 'math/arm/_chgsignl.S'; then $(CYGPATH_W) 'math/arm/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/_chgsignl.S'; fi` + +math/arm/libarm32_libmingwex_a-ceil.o: math/arm/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceil.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo -c -o math/arm/libarm32_libmingwex_a-ceil.o `test -f 'math/arm/ceil.S' || echo '$(srcdir)/'`math/arm/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceil.S' object='math/arm/libarm32_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceil.o `test -f 'math/arm/ceil.S' || echo '$(srcdir)/'`math/arm/ceil.S + +math/arm/libarm32_libmingwex_a-ceil.obj: math/arm/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceil.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo -c -o math/arm/libarm32_libmingwex_a-ceil.obj `if test -f 'math/arm/ceil.S'; then $(CYGPATH_W) 'math/arm/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceil.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceil.S' object='math/arm/libarm32_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceil.obj `if test -f 'math/arm/ceil.S'; then $(CYGPATH_W) 'math/arm/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceil.S'; fi` + +math/arm/libarm32_libmingwex_a-ceilf.o: math/arm/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceilf.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo -c -o math/arm/libarm32_libmingwex_a-ceilf.o `test -f 'math/arm/ceilf.S' || echo '$(srcdir)/'`math/arm/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceilf.S' object='math/arm/libarm32_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceilf.o `test -f 'math/arm/ceilf.S' || echo '$(srcdir)/'`math/arm/ceilf.S + +math/arm/libarm32_libmingwex_a-ceilf.obj: math/arm/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceilf.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo -c -o math/arm/libarm32_libmingwex_a-ceilf.obj `if test -f 'math/arm/ceilf.S'; then $(CYGPATH_W) 'math/arm/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceilf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceilf.S' object='math/arm/libarm32_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceilf.obj `if test -f 'math/arm/ceilf.S'; then $(CYGPATH_W) 'math/arm/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceilf.S'; fi` + +math/arm/libarm32_libmingwex_a-ceill.o: math/arm/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceill.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo -c -o math/arm/libarm32_libmingwex_a-ceill.o `test -f 'math/arm/ceill.S' || echo '$(srcdir)/'`math/arm/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceill.S' object='math/arm/libarm32_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceill.o `test -f 'math/arm/ceill.S' || echo '$(srcdir)/'`math/arm/ceill.S + +math/arm/libarm32_libmingwex_a-ceill.obj: math/arm/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-ceill.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo -c -o math/arm/libarm32_libmingwex_a-ceill.obj `if test -f 'math/arm/ceill.S'; then $(CYGPATH_W) 'math/arm/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceill.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/ceill.S' object='math/arm/libarm32_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-ceill.obj `if test -f 'math/arm/ceill.S'; then $(CYGPATH_W) 'math/arm/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/ceill.S'; fi` + +math/arm/libarm32_libmingwex_a-floor.o: math/arm/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floor.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo -c -o math/arm/libarm32_libmingwex_a-floor.o `test -f 'math/arm/floor.S' || echo '$(srcdir)/'`math/arm/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floor.S' object='math/arm/libarm32_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floor.o `test -f 'math/arm/floor.S' || echo '$(srcdir)/'`math/arm/floor.S + +math/arm/libarm32_libmingwex_a-floor.obj: math/arm/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floor.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo -c -o math/arm/libarm32_libmingwex_a-floor.obj `if test -f 'math/arm/floor.S'; then $(CYGPATH_W) 'math/arm/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floor.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floor.S' object='math/arm/libarm32_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floor.obj `if test -f 'math/arm/floor.S'; then $(CYGPATH_W) 'math/arm/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floor.S'; fi` + +math/arm/libarm32_libmingwex_a-floorf.o: math/arm/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floorf.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo -c -o math/arm/libarm32_libmingwex_a-floorf.o `test -f 'math/arm/floorf.S' || echo '$(srcdir)/'`math/arm/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floorf.S' object='math/arm/libarm32_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floorf.o `test -f 'math/arm/floorf.S' || echo '$(srcdir)/'`math/arm/floorf.S + +math/arm/libarm32_libmingwex_a-floorf.obj: math/arm/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floorf.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo -c -o math/arm/libarm32_libmingwex_a-floorf.obj `if test -f 'math/arm/floorf.S'; then $(CYGPATH_W) 'math/arm/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floorf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floorf.S' object='math/arm/libarm32_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floorf.obj `if test -f 'math/arm/floorf.S'; then $(CYGPATH_W) 'math/arm/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floorf.S'; fi` + +math/arm/libarm32_libmingwex_a-floorl.o: math/arm/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floorl.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo -c -o math/arm/libarm32_libmingwex_a-floorl.o `test -f 'math/arm/floorl.S' || echo '$(srcdir)/'`math/arm/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floorl.S' object='math/arm/libarm32_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floorl.o `test -f 'math/arm/floorl.S' || echo '$(srcdir)/'`math/arm/floorl.S + +math/arm/libarm32_libmingwex_a-floorl.obj: math/arm/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-floorl.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo -c -o math/arm/libarm32_libmingwex_a-floorl.obj `if test -f 'math/arm/floorl.S'; then $(CYGPATH_W) 'math/arm/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floorl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/floorl.S' object='math/arm/libarm32_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-floorl.obj `if test -f 'math/arm/floorl.S'; then $(CYGPATH_W) 'math/arm/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/floorl.S'; fi` + +math/arm/libarm32_libmingwex_a-nearbyint.o: math/arm/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyint.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyint.o `test -f 'math/arm/nearbyint.S' || echo '$(srcdir)/'`math/arm/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyint.S' object='math/arm/libarm32_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyint.o `test -f 'math/arm/nearbyint.S' || echo '$(srcdir)/'`math/arm/nearbyint.S + +math/arm/libarm32_libmingwex_a-nearbyint.obj: math/arm/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyint.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyint.obj `if test -f 'math/arm/nearbyint.S'; then $(CYGPATH_W) 'math/arm/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyint.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyint.S' object='math/arm/libarm32_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyint.obj `if test -f 'math/arm/nearbyint.S'; then $(CYGPATH_W) 'math/arm/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyint.S'; fi` + +math/arm/libarm32_libmingwex_a-nearbyintf.o: math/arm/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyintf.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyintf.o `test -f 'math/arm/nearbyintf.S' || echo '$(srcdir)/'`math/arm/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyintf.S' object='math/arm/libarm32_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyintf.o `test -f 'math/arm/nearbyintf.S' || echo '$(srcdir)/'`math/arm/nearbyintf.S + +math/arm/libarm32_libmingwex_a-nearbyintf.obj: math/arm/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyintf.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyintf.obj `if test -f 'math/arm/nearbyintf.S'; then $(CYGPATH_W) 'math/arm/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyintf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyintf.S' object='math/arm/libarm32_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyintf.obj `if test -f 'math/arm/nearbyintf.S'; then $(CYGPATH_W) 'math/arm/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyintf.S'; fi` + +math/arm/libarm32_libmingwex_a-nearbyintl.o: math/arm/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyintl.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyintl.o `test -f 'math/arm/nearbyintl.S' || echo '$(srcdir)/'`math/arm/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyintl.S' object='math/arm/libarm32_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyintl.o `test -f 'math/arm/nearbyintl.S' || echo '$(srcdir)/'`math/arm/nearbyintl.S + +math/arm/libarm32_libmingwex_a-nearbyintl.obj: math/arm/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-nearbyintl.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo -c -o math/arm/libarm32_libmingwex_a-nearbyintl.obj `if test -f 'math/arm/nearbyintl.S'; then $(CYGPATH_W) 'math/arm/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyintl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/nearbyintl.S' object='math/arm/libarm32_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-nearbyintl.obj `if test -f 'math/arm/nearbyintl.S'; then $(CYGPATH_W) 'math/arm/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/nearbyintl.S'; fi` + +math/arm/libarm32_libmingwex_a-trunc.o: math/arm/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-trunc.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo -c -o math/arm/libarm32_libmingwex_a-trunc.o `test -f 'math/arm/trunc.S' || echo '$(srcdir)/'`math/arm/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/trunc.S' object='math/arm/libarm32_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-trunc.o `test -f 'math/arm/trunc.S' || echo '$(srcdir)/'`math/arm/trunc.S + +math/arm/libarm32_libmingwex_a-trunc.obj: math/arm/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-trunc.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo -c -o math/arm/libarm32_libmingwex_a-trunc.obj `if test -f 'math/arm/trunc.S'; then $(CYGPATH_W) 'math/arm/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/trunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/trunc.S' object='math/arm/libarm32_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-trunc.obj `if test -f 'math/arm/trunc.S'; then $(CYGPATH_W) 'math/arm/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/trunc.S'; fi` + +math/arm/libarm32_libmingwex_a-truncf.o: math/arm/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-truncf.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo -c -o math/arm/libarm32_libmingwex_a-truncf.o `test -f 'math/arm/truncf.S' || echo '$(srcdir)/'`math/arm/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/truncf.S' object='math/arm/libarm32_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-truncf.o `test -f 'math/arm/truncf.S' || echo '$(srcdir)/'`math/arm/truncf.S + +math/arm/libarm32_libmingwex_a-truncf.obj: math/arm/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm/libarm32_libmingwex_a-truncf.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo -c -o math/arm/libarm32_libmingwex_a-truncf.obj `if test -f 'math/arm/truncf.S'; then $(CYGPATH_W) 'math/arm/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/truncf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm/truncf.S' object='math/arm/libarm32_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm/libarm32_libmingwex_a-truncf.obj `if test -f 'math/arm/truncf.S'; then $(CYGPATH_W) 'math/arm/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm/truncf.S'; fi` + +misc/libarm64_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm64_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm64_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S + +misc/libarm64_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm64_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_getsp.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm64_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` + +stdio/libarm64_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm64_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S + +stdio/libarm64_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm64_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm64_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S + +stdio/libarm64_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm64_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-vscanf2.o: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm64_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S + +stdio/libarm64_libmingwex_a-vscanf2.obj: stdio/vscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm64_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm64_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S + +stdio/libarm64_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm64_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm64_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S + +stdio/libarm64_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm64_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm64_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S + +stdio/libarm64_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm64_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` + +stdio/libarm64_libmingwex_a-scanf.o: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-scanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Tpo -c -o stdio/libarm64_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/libarm64_libmingwex_a-scanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-scanf.o `test -f 'stdio/scanf.S' || echo '$(srcdir)/'`stdio/scanf.S + +stdio/libarm64_libmingwex_a-scanf.obj: stdio/scanf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm64_libmingwex_a-scanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Tpo -c -o stdio/libarm64_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-scanf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/scanf.S' object='stdio/libarm64_libmingwex_a-scanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm64_libmingwex_a-scanf.obj `if test -f 'stdio/scanf.S'; then $(CYGPATH_W) 'stdio/scanf.S'; else $(CYGPATH_W) '$(srcdir)/stdio/scanf.S'; fi` + +math/arm64/libarm64_libmingwex_a-_chgsignl.o: math/arm64/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-_chgsignl.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Tpo -c -o math/arm64/libarm64_libmingwex_a-_chgsignl.o `test -f 'math/arm64/_chgsignl.S' || echo '$(srcdir)/'`math/arm64/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/_chgsignl.S' object='math/arm64/libarm64_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-_chgsignl.o `test -f 'math/arm64/_chgsignl.S' || echo '$(srcdir)/'`math/arm64/_chgsignl.S + +math/arm64/libarm64_libmingwex_a-_chgsignl.obj: math/arm64/_chgsignl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-_chgsignl.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Tpo -c -o math/arm64/libarm64_libmingwex_a-_chgsignl.obj `if test -f 'math/arm64/_chgsignl.S'; then $(CYGPATH_W) 'math/arm64/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/_chgsignl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-_chgsignl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/_chgsignl.S' object='math/arm64/libarm64_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-_chgsignl.obj `if test -f 'math/arm64/_chgsignl.S'; then $(CYGPATH_W) 'math/arm64/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/_chgsignl.S'; fi` + +math/arm64/libarm64_libmingwex_a-ceil.o: math/arm64/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceil.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceil.o `test -f 'math/arm64/ceil.S' || echo '$(srcdir)/'`math/arm64/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceil.S' object='math/arm64/libarm64_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceil.o `test -f 'math/arm64/ceil.S' || echo '$(srcdir)/'`math/arm64/ceil.S + +math/arm64/libarm64_libmingwex_a-ceil.obj: math/arm64/ceil.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceil.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceil.obj `if test -f 'math/arm64/ceil.S'; then $(CYGPATH_W) 'math/arm64/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceil.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceil.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceil.S' object='math/arm64/libarm64_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceil.obj `if test -f 'math/arm64/ceil.S'; then $(CYGPATH_W) 'math/arm64/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceil.S'; fi` + +math/arm64/libarm64_libmingwex_a-ceilf.o: math/arm64/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceilf.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceilf.o `test -f 'math/arm64/ceilf.S' || echo '$(srcdir)/'`math/arm64/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceilf.S' object='math/arm64/libarm64_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceilf.o `test -f 'math/arm64/ceilf.S' || echo '$(srcdir)/'`math/arm64/ceilf.S + +math/arm64/libarm64_libmingwex_a-ceilf.obj: math/arm64/ceilf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceilf.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceilf.obj `if test -f 'math/arm64/ceilf.S'; then $(CYGPATH_W) 'math/arm64/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceilf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceilf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceilf.S' object='math/arm64/libarm64_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceilf.obj `if test -f 'math/arm64/ceilf.S'; then $(CYGPATH_W) 'math/arm64/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceilf.S'; fi` + +math/arm64/libarm64_libmingwex_a-ceill.o: math/arm64/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceill.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceill.o `test -f 'math/arm64/ceill.S' || echo '$(srcdir)/'`math/arm64/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceill.S' object='math/arm64/libarm64_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceill.o `test -f 'math/arm64/ceill.S' || echo '$(srcdir)/'`math/arm64/ceill.S + +math/arm64/libarm64_libmingwex_a-ceill.obj: math/arm64/ceill.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-ceill.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Tpo -c -o math/arm64/libarm64_libmingwex_a-ceill.obj `if test -f 'math/arm64/ceill.S'; then $(CYGPATH_W) 'math/arm64/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceill.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ceill.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/ceill.S' object='math/arm64/libarm64_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ceill.obj `if test -f 'math/arm64/ceill.S'; then $(CYGPATH_W) 'math/arm64/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ceill.S'; fi` + +math/arm64/libarm64_libmingwex_a-exp2.o: math/arm64/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-exp2.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Tpo -c -o math/arm64/libarm64_libmingwex_a-exp2.o `test -f 'math/arm64/exp2.S' || echo '$(srcdir)/'`math/arm64/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/exp2.S' object='math/arm64/libarm64_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-exp2.o `test -f 'math/arm64/exp2.S' || echo '$(srcdir)/'`math/arm64/exp2.S + +math/arm64/libarm64_libmingwex_a-exp2.obj: math/arm64/exp2.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-exp2.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Tpo -c -o math/arm64/libarm64_libmingwex_a-exp2.obj `if test -f 'math/arm64/exp2.S'; then $(CYGPATH_W) 'math/arm64/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/exp2.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/exp2.S' object='math/arm64/libarm64_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-exp2.obj `if test -f 'math/arm64/exp2.S'; then $(CYGPATH_W) 'math/arm64/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/exp2.S'; fi` + +math/arm64/libarm64_libmingwex_a-exp2f.o: math/arm64/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-exp2f.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Tpo -c -o math/arm64/libarm64_libmingwex_a-exp2f.o `test -f 'math/arm64/exp2f.S' || echo '$(srcdir)/'`math/arm64/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/exp2f.S' object='math/arm64/libarm64_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-exp2f.o `test -f 'math/arm64/exp2f.S' || echo '$(srcdir)/'`math/arm64/exp2f.S + +math/arm64/libarm64_libmingwex_a-exp2f.obj: math/arm64/exp2f.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-exp2f.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Tpo -c -o math/arm64/libarm64_libmingwex_a-exp2f.obj `if test -f 'math/arm64/exp2f.S'; then $(CYGPATH_W) 'math/arm64/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/exp2f.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/exp2f.S' object='math/arm64/libarm64_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-exp2f.obj `if test -f 'math/arm64/exp2f.S'; then $(CYGPATH_W) 'math/arm64/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/exp2f.S'; fi` + +math/arm64/libarm64_libmingwex_a-floor.o: math/arm64/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floor.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Tpo -c -o math/arm64/libarm64_libmingwex_a-floor.o `test -f 'math/arm64/floor.S' || echo '$(srcdir)/'`math/arm64/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floor.S' object='math/arm64/libarm64_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floor.o `test -f 'math/arm64/floor.S' || echo '$(srcdir)/'`math/arm64/floor.S + +math/arm64/libarm64_libmingwex_a-floor.obj: math/arm64/floor.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floor.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Tpo -c -o math/arm64/libarm64_libmingwex_a-floor.obj `if test -f 'math/arm64/floor.S'; then $(CYGPATH_W) 'math/arm64/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floor.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floor.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floor.S' object='math/arm64/libarm64_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floor.obj `if test -f 'math/arm64/floor.S'; then $(CYGPATH_W) 'math/arm64/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floor.S'; fi` + +math/arm64/libarm64_libmingwex_a-floorf.o: math/arm64/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floorf.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Tpo -c -o math/arm64/libarm64_libmingwex_a-floorf.o `test -f 'math/arm64/floorf.S' || echo '$(srcdir)/'`math/arm64/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floorf.S' object='math/arm64/libarm64_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floorf.o `test -f 'math/arm64/floorf.S' || echo '$(srcdir)/'`math/arm64/floorf.S + +math/arm64/libarm64_libmingwex_a-floorf.obj: math/arm64/floorf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floorf.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Tpo -c -o math/arm64/libarm64_libmingwex_a-floorf.obj `if test -f 'math/arm64/floorf.S'; then $(CYGPATH_W) 'math/arm64/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floorf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floorf.S' object='math/arm64/libarm64_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floorf.obj `if test -f 'math/arm64/floorf.S'; then $(CYGPATH_W) 'math/arm64/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floorf.S'; fi` + +math/arm64/libarm64_libmingwex_a-floorl.o: math/arm64/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floorl.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Tpo -c -o math/arm64/libarm64_libmingwex_a-floorl.o `test -f 'math/arm64/floorl.S' || echo '$(srcdir)/'`math/arm64/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floorl.S' object='math/arm64/libarm64_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floorl.o `test -f 'math/arm64/floorl.S' || echo '$(srcdir)/'`math/arm64/floorl.S + +math/arm64/libarm64_libmingwex_a-floorl.obj: math/arm64/floorl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-floorl.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Tpo -c -o math/arm64/libarm64_libmingwex_a-floorl.obj `if test -f 'math/arm64/floorl.S'; then $(CYGPATH_W) 'math/arm64/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floorl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-floorl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/floorl.S' object='math/arm64/libarm64_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-floorl.obj `if test -f 'math/arm64/floorl.S'; then $(CYGPATH_W) 'math/arm64/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/floorl.S'; fi` + +math/arm64/libarm64_libmingwex_a-nearbyint.o: math/arm64/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyint.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyint.o `test -f 'math/arm64/nearbyint.S' || echo '$(srcdir)/'`math/arm64/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyint.S' object='math/arm64/libarm64_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyint.o `test -f 'math/arm64/nearbyint.S' || echo '$(srcdir)/'`math/arm64/nearbyint.S + +math/arm64/libarm64_libmingwex_a-nearbyint.obj: math/arm64/nearbyint.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyint.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyint.obj `if test -f 'math/arm64/nearbyint.S'; then $(CYGPATH_W) 'math/arm64/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyint.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyint.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyint.S' object='math/arm64/libarm64_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyint.obj `if test -f 'math/arm64/nearbyint.S'; then $(CYGPATH_W) 'math/arm64/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyint.S'; fi` + +math/arm64/libarm64_libmingwex_a-nearbyintf.o: math/arm64/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyintf.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyintf.o `test -f 'math/arm64/nearbyintf.S' || echo '$(srcdir)/'`math/arm64/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyintf.S' object='math/arm64/libarm64_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyintf.o `test -f 'math/arm64/nearbyintf.S' || echo '$(srcdir)/'`math/arm64/nearbyintf.S + +math/arm64/libarm64_libmingwex_a-nearbyintf.obj: math/arm64/nearbyintf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyintf.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyintf.obj `if test -f 'math/arm64/nearbyintf.S'; then $(CYGPATH_W) 'math/arm64/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyintf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyintf.S' object='math/arm64/libarm64_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyintf.obj `if test -f 'math/arm64/nearbyintf.S'; then $(CYGPATH_W) 'math/arm64/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyintf.S'; fi` + +math/arm64/libarm64_libmingwex_a-nearbyintl.o: math/arm64/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyintl.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyintl.o `test -f 'math/arm64/nearbyintl.S' || echo '$(srcdir)/'`math/arm64/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyintl.S' object='math/arm64/libarm64_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyintl.o `test -f 'math/arm64/nearbyintl.S' || echo '$(srcdir)/'`math/arm64/nearbyintl.S + +math/arm64/libarm64_libmingwex_a-nearbyintl.obj: math/arm64/nearbyintl.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-nearbyintl.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Tpo -c -o math/arm64/libarm64_libmingwex_a-nearbyintl.obj `if test -f 'math/arm64/nearbyintl.S'; then $(CYGPATH_W) 'math/arm64/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyintl.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-nearbyintl.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/nearbyintl.S' object='math/arm64/libarm64_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-nearbyintl.obj `if test -f 'math/arm64/nearbyintl.S'; then $(CYGPATH_W) 'math/arm64/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/nearbyintl.S'; fi` + +math/arm64/libarm64_libmingwex_a-trunc.o: math/arm64/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-trunc.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Tpo -c -o math/arm64/libarm64_libmingwex_a-trunc.o `test -f 'math/arm64/trunc.S' || echo '$(srcdir)/'`math/arm64/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/trunc.S' object='math/arm64/libarm64_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-trunc.o `test -f 'math/arm64/trunc.S' || echo '$(srcdir)/'`math/arm64/trunc.S + +math/arm64/libarm64_libmingwex_a-trunc.obj: math/arm64/trunc.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-trunc.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Tpo -c -o math/arm64/libarm64_libmingwex_a-trunc.obj `if test -f 'math/arm64/trunc.S'; then $(CYGPATH_W) 'math/arm64/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/trunc.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-trunc.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/trunc.S' object='math/arm64/libarm64_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-trunc.obj `if test -f 'math/arm64/trunc.S'; then $(CYGPATH_W) 'math/arm64/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/trunc.S'; fi` + +math/arm64/libarm64_libmingwex_a-truncf.o: math/arm64/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-truncf.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Tpo -c -o math/arm64/libarm64_libmingwex_a-truncf.o `test -f 'math/arm64/truncf.S' || echo '$(srcdir)/'`math/arm64/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/truncf.S' object='math/arm64/libarm64_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-truncf.o `test -f 'math/arm64/truncf.S' || echo '$(srcdir)/'`math/arm64/truncf.S + +math/arm64/libarm64_libmingwex_a-truncf.obj: math/arm64/truncf.S +@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/arm64/libarm64_libmingwex_a-truncf.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Tpo -c -o math/arm64/libarm64_libmingwex_a-truncf.obj `if test -f 'math/arm64/truncf.S'; then $(CYGPATH_W) 'math/arm64/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/truncf.S'; fi` +@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-truncf.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/arm64/truncf.S' object='math/arm64/libarm64_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/arm64/libarm64_libmingwex_a-truncf.obj `if test -f 'math/arm64/truncf.S'; then $(CYGPATH_W) 'math/arm64/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/arm64/truncf.S'; fi` + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +libsrc/lib32_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib32_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c + +libsrc/lib32_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib32_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` + +misc/lib32_libcrtdll_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libcrtdll_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Tpo -c -o misc/lib32_libcrtdll_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libcrtdll_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libcrtdll_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libcrtdll_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libcrtdll_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Tpo -c -o misc/lib32_libcrtdll_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libcrtdll_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libcrtdll_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libcrtdll_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libcrtdll_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libcrtdll_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Tpo -c -o misc/lib32_libcrtdll_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libcrtdll_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libcrtdll_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libcrtdll_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libcrtdll_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Tpo -c -o misc/lib32_libcrtdll_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libcrtdll_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libcrtdll_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libcrtdll_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libcrtdll_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libcrtdll_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Tpo -c -o stdio/lib32_libcrtdll_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libcrtdll_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libcrtdll_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libcrtdll_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libcrtdll_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Tpo -c -o stdio/lib32_libcrtdll_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libcrtdll_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libcrtdll_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libcrtdll_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +libsrc/lib32_libdinput_a-dinput_kbd.o: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c + +libsrc/lib32_libdinput_a-dinput_kbd.obj: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` + +libsrc/lib32_libdinput_a-dinput_joy.o: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c + +libsrc/lib32_libdinput_a-dinput_joy.obj: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` + +libsrc/lib32_libdinput_a-dinput_joy2.o: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c + +libsrc/lib32_libdinput_a-dinput_joy2.obj: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` + +libsrc/lib32_libdinput_a-dinput_mouse.o: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c + +libsrc/lib32_libdinput_a-dinput_mouse.obj: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` + +libsrc/lib32_libdinput_a-dinput_mouse2.o: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c + +libsrc/lib32_libdinput_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` + +libsrc/lib32_libdinput8_a-dinput_joy.o: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput8_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c + +libsrc/lib32_libdinput8_a-dinput_joy.obj: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput8_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` + +libsrc/lib32_libdinput8_a-dinput_joy2.o: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput8_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c + +libsrc/lib32_libdinput8_a-dinput_joy2.obj: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput8_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` + +libsrc/lib32_libdinput8_a-dinput_mouse.o: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput8_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c + +libsrc/lib32_libdinput8_a-dinput_mouse.obj: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput8_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` + +libsrc/lib32_libdinput8_a-dinput_mouse2.o: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput8_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c + +libsrc/lib32_libdinput8_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput8_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` + +libsrc/lib32_libdinput8_a-dinput_kbd.o: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput8_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c + +libsrc/lib32_libdinput8_a-dinput_kbd.obj: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput8_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` + +libsrc/lib32_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib32_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c + +libsrc/lib32_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib32_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` + +libsrc/lib32_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib32_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c + +libsrc/lib32_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib32_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` + +libsrc/lib32_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib32_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c + +libsrc/lib32_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib32_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` + +libsrc/lib32_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib32_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c + +libsrc/lib32_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib32_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` + +libsrc/lib32_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib32_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c + +libsrc/lib32_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib32_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` + +libsrc/lib32_libdxguid_a-dxguid.o: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo -c -o libsrc/lib32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib32_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c + +libsrc/lib32_libdxguid_a-dxguid.obj: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo -c -o libsrc/lib32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib32_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` + +libsrc/lib32_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib32_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c + +libsrc/lib32_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib32_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` + +profile/lib32_libgmon_a-mcount.o: profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-mcount.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo -c -o profile/lib32_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib32_libgmon_a-mcount.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c + +profile/lib32_libgmon_a-mcount.obj: profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-mcount.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo -c -o profile/lib32_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib32_libgmon_a-mcount.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` + +profile/lib32_libgmon_a-profil.o: profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-profil.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo -c -o profile/lib32_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib32_libgmon_a-profil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib32_libgmon_a-profil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c + +profile/lib32_libgmon_a-profil.obj: profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-profil.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo -c -o profile/lib32_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib32_libgmon_a-profil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib32_libgmon_a-profil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` + +profile/lib32_libgmon_a-gmon.o: profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-gmon.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo -c -o profile/lib32_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib32_libgmon_a-gmon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib32_libgmon_a-gmon.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c + +profile/lib32_libgmon_a-gmon.obj: profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-gmon.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo -c -o profile/lib32_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib32_libgmon_a-gmon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib32_libgmon_a-gmon.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` + +intrincs/lib32_libkernel32_a-__movsb.o: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo -c -o intrincs/lib32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib32_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c + +intrincs/lib32_libkernel32_a-__movsb.obj: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo -c -o intrincs/lib32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib32_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` + +intrincs/lib32_libkernel32_a-__movsd.o: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo -c -o intrincs/lib32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib32_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c + +intrincs/lib32_libkernel32_a-__movsd.obj: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo -c -o intrincs/lib32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib32_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` + +intrincs/lib32_libkernel32_a-__movsw.o: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo -c -o intrincs/lib32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib32_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c + +intrincs/lib32_libkernel32_a-__movsw.obj: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo -c -o intrincs/lib32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib32_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` + +intrincs/lib32_libkernel32_a-__stosb.o: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo -c -o intrincs/lib32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib32_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c + +intrincs/lib32_libkernel32_a-__stosb.obj: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo -c -o intrincs/lib32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib32_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` + +intrincs/lib32_libkernel32_a-__stosd.o: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo -c -o intrincs/lib32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib32_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c + +intrincs/lib32_libkernel32_a-__stosd.obj: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo -c -o intrincs/lib32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib32_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` + +intrincs/lib32_libkernel32_a-__stosw.o: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo -c -o intrincs/lib32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib32_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c + +intrincs/lib32_libkernel32_a-__stosw.obj: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo -c -o intrincs/lib32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib32_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` + +intrincs/lib32_libkernel32_a-_rotl64.o: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib32_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c + +intrincs/lib32_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib32_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` + +intrincs/lib32_libkernel32_a-_rotr64.o: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib32_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c + +intrincs/lib32_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib32_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` + +intrincs/lib32_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib32_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c + +intrincs/lib32_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib32_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` + +intrincs/lib32_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib32_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c + +intrincs/lib32_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib32_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` + +intrincs/lib32_libkernel32_a-bittest.o: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo -c -o intrincs/lib32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib32_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c + +intrincs/lib32_libkernel32_a-bittest.obj: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo -c -o intrincs/lib32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib32_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` + +intrincs/lib32_libkernel32_a-bittestc.o: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo -c -o intrincs/lib32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib32_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c + +intrincs/lib32_libkernel32_a-bittestc.obj: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo -c -o intrincs/lib32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib32_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` + +intrincs/lib32_libkernel32_a-bittestci.o: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo -c -o intrincs/lib32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib32_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c + +intrincs/lib32_libkernel32_a-bittestci.obj: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo -c -o intrincs/lib32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib32_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` + +intrincs/lib32_libkernel32_a-bittestr.o: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo -c -o intrincs/lib32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib32_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c + +intrincs/lib32_libkernel32_a-bittestr.obj: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo -c -o intrincs/lib32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib32_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` + +intrincs/lib32_libkernel32_a-bittestri.o: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo -c -o intrincs/lib32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib32_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c + +intrincs/lib32_libkernel32_a-bittestri.obj: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo -c -o intrincs/lib32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib32_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` + +intrincs/lib32_libkernel32_a-bittests.o: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo -c -o intrincs/lib32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib32_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c + +intrincs/lib32_libkernel32_a-bittests.obj: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo -c -o intrincs/lib32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib32_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` + +intrincs/lib32_libkernel32_a-bittestsi.o: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib32_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c + +intrincs/lib32_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib32_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` + +intrincs/lib32_libkernel32_a-cpuid.o: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo -c -o intrincs/lib32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib32_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c + +intrincs/lib32_libkernel32_a-cpuid.obj: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo -c -o intrincs/lib32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib32_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` + +intrincs/lib32_libkernel32_a-ilockadd.o: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib32_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c + +intrincs/lib32_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib32_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` + +intrincs/lib32_libkernel32_a-ilockand.o: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib32_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c + +intrincs/lib32_libkernel32_a-ilockand.obj: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib32_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` + +intrincs/lib32_libkernel32_a-ilockand64.o: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib32_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c + +intrincs/lib32_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib32_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib32_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c + +intrincs/lib32_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib32_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` + +intrincs/lib32_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib32_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c + +intrincs/lib32_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib32_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` + +intrincs/lib32_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib32_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c + +intrincs/lib32_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib32_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib32_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c + +intrincs/lib32_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib32_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` + +intrincs/lib32_libkernel32_a-ilockdec.o: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib32_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c + +intrincs/lib32_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib32_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` + +intrincs/lib32_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib32_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c + +intrincs/lib32_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib32_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` + +intrincs/lib32_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib32_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c + +intrincs/lib32_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib32_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockexch.o: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib32_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c + +intrincs/lib32_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib32_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` + +intrincs/lib32_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib32_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c + +intrincs/lib32_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib32_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib32_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c + +intrincs/lib32_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib32_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` + +intrincs/lib32_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib32_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c + +intrincs/lib32_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib32_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib32_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c + +intrincs/lib32_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib32_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` + +intrincs/lib32_libkernel32_a-ilockinc.o: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib32_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c + +intrincs/lib32_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib32_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` + +intrincs/lib32_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib32_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c + +intrincs/lib32_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib32_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` + +intrincs/lib32_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib32_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c + +intrincs/lib32_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib32_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockor.o: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib32_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c + +intrincs/lib32_libkernel32_a-ilockor.obj: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib32_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` + +intrincs/lib32_libkernel32_a-ilockor64.o: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib32_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c + +intrincs/lib32_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib32_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` + +intrincs/lib32_libkernel32_a-ilockxor.o: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib32_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c + +intrincs/lib32_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib32_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` + +intrincs/lib32_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib32_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c + +intrincs/lib32_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib32_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` + +intrincs/lib32_libkernel32_a-inbyte.o: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo -c -o intrincs/lib32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib32_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c + +intrincs/lib32_libkernel32_a-inbyte.obj: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo -c -o intrincs/lib32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib32_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` + +intrincs/lib32_libkernel32_a-inbytestring.o: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib32_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c + +intrincs/lib32_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib32_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` + +intrincs/lib32_libkernel32_a-indword.o: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo -c -o intrincs/lib32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib32_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c + +intrincs/lib32_libkernel32_a-indword.obj: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo -c -o intrincs/lib32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib32_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` + +intrincs/lib32_libkernel32_a-indwordstring.o: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib32_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c + +intrincs/lib32_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib32_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` + +intrincs/lib32_libkernel32_a-inword.o: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo -c -o intrincs/lib32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib32_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c + +intrincs/lib32_libkernel32_a-inword.obj: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo -c -o intrincs/lib32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib32_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` + +intrincs/lib32_libkernel32_a-inwordstring.o: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib32_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c + +intrincs/lib32_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib32_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` + +intrincs/lib32_libkernel32_a-outbyte.o: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo -c -o intrincs/lib32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib32_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c + +intrincs/lib32_libkernel32_a-outbyte.obj: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo -c -o intrincs/lib32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib32_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` + +intrincs/lib32_libkernel32_a-outbytestring.o: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib32_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c + +intrincs/lib32_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib32_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` + +intrincs/lib32_libkernel32_a-outdword.o: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo -c -o intrincs/lib32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib32_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c + +intrincs/lib32_libkernel32_a-outdword.obj: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo -c -o intrincs/lib32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib32_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` + +intrincs/lib32_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib32_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c + +intrincs/lib32_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib32_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` + +intrincs/lib32_libkernel32_a-outword.o: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo -c -o intrincs/lib32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib32_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c + +intrincs/lib32_libkernel32_a-outword.obj: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo -c -o intrincs/lib32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib32_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` + +intrincs/lib32_libkernel32_a-outwordstring.o: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib32_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c + +intrincs/lib32_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib32_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` + +intrincs/lib32_libkernel32_a-readcr0.o: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo -c -o intrincs/lib32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib32_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c + +intrincs/lib32_libkernel32_a-readcr0.obj: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo -c -o intrincs/lib32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib32_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` + +intrincs/lib32_libkernel32_a-readcr2.o: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo -c -o intrincs/lib32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib32_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c + +intrincs/lib32_libkernel32_a-readcr2.obj: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo -c -o intrincs/lib32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib32_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` + +intrincs/lib32_libkernel32_a-readcr3.o: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo -c -o intrincs/lib32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib32_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c + +intrincs/lib32_libkernel32_a-readcr3.obj: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo -c -o intrincs/lib32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib32_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` + +intrincs/lib32_libkernel32_a-readcr4.o: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo -c -o intrincs/lib32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib32_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c + +intrincs/lib32_libkernel32_a-readcr4.obj: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo -c -o intrincs/lib32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib32_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` + +intrincs/lib32_libkernel32_a-readmsr.o: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo -c -o intrincs/lib32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib32_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c + +intrincs/lib32_libkernel32_a-readmsr.obj: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo -c -o intrincs/lib32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib32_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` + +intrincs/lib32_libkernel32_a-writecr0.o: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo -c -o intrincs/lib32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib32_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c + +intrincs/lib32_libkernel32_a-writecr0.obj: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo -c -o intrincs/lib32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib32_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` + +intrincs/lib32_libkernel32_a-writecr2.o: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo -c -o intrincs/lib32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib32_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c + +intrincs/lib32_libkernel32_a-writecr2.obj: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo -c -o intrincs/lib32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib32_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` + +intrincs/lib32_libkernel32_a-writecr3.o: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo -c -o intrincs/lib32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib32_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c + +intrincs/lib32_libkernel32_a-writecr3.obj: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo -c -o intrincs/lib32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib32_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` + +intrincs/lib32_libkernel32_a-writecr4.o: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo -c -o intrincs/lib32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib32_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c + +intrincs/lib32_libkernel32_a-writecr4.obj: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo -c -o intrincs/lib32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib32_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` + +intrincs/lib32_libkernel32_a-writemsr.o: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo -c -o intrincs/lib32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib32_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c + +intrincs/lib32_libkernel32_a-writemsr.obj: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo -c -o intrincs/lib32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib32_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` + +intrincs/lib32_libkernel32_a-__int2c.o: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo -c -o intrincs/lib32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib32_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c + +intrincs/lib32_libkernel32_a-__int2c.obj: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo -c -o intrincs/lib32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib32_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` + +intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c + +intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` + +intrincs/lib32_libkernel32_a-rdtsc.o: intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-rdtsc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib32_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib32_libkernel32_a-rdtsc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c + +intrincs/lib32_libkernel32_a-rdtsc.obj: intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-rdtsc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib32_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib32_libkernel32_a-rdtsc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` + +intrincs/lib32_libkernel32_a-readfsbyte.o: intrincs/readfsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-readfsbyte.o `test -f 'intrincs/readfsbyte.c' || echo '$(srcdir)/'`intrincs/readfsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsbyte.c' object='intrincs/lib32_libkernel32_a-readfsbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsbyte.o `test -f 'intrincs/readfsbyte.c' || echo '$(srcdir)/'`intrincs/readfsbyte.c + +intrincs/lib32_libkernel32_a-readfsbyte.obj: intrincs/readfsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-readfsbyte.obj `if test -f 'intrincs/readfsbyte.c'; then $(CYGPATH_W) 'intrincs/readfsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsbyte.c' object='intrincs/lib32_libkernel32_a-readfsbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsbyte.obj `if test -f 'intrincs/readfsbyte.c'; then $(CYGPATH_W) 'intrincs/readfsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsbyte.c'; fi` + +intrincs/lib32_libkernel32_a-readfsword.o: intrincs/readfsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsword.o `test -f 'intrincs/readfsword.c' || echo '$(srcdir)/'`intrincs/readfsword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsword.c' object='intrincs/lib32_libkernel32_a-readfsword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsword.o `test -f 'intrincs/readfsword.c' || echo '$(srcdir)/'`intrincs/readfsword.c + +intrincs/lib32_libkernel32_a-readfsword.obj: intrincs/readfsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsword.obj `if test -f 'intrincs/readfsword.c'; then $(CYGPATH_W) 'intrincs/readfsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsword.c' object='intrincs/lib32_libkernel32_a-readfsword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsword.obj `if test -f 'intrincs/readfsword.c'; then $(CYGPATH_W) 'intrincs/readfsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsword.c'; fi` + +intrincs/lib32_libkernel32_a-readfsdword.o: intrincs/readfsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsdword.o `test -f 'intrincs/readfsdword.c' || echo '$(srcdir)/'`intrincs/readfsdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsdword.c' object='intrincs/lib32_libkernel32_a-readfsdword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsdword.o `test -f 'intrincs/readfsdword.c' || echo '$(srcdir)/'`intrincs/readfsdword.c + +intrincs/lib32_libkernel32_a-readfsdword.obj: intrincs/readfsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsdword.obj `if test -f 'intrincs/readfsdword.c'; then $(CYGPATH_W) 'intrincs/readfsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsdword.c' object='intrincs/lib32_libkernel32_a-readfsdword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsdword.obj `if test -f 'intrincs/readfsdword.c'; then $(CYGPATH_W) 'intrincs/readfsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsdword.c'; fi` + +intrincs/lib32_libkernel32_a-writefsbyte.o: intrincs/writefsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-writefsbyte.o `test -f 'intrincs/writefsbyte.c' || echo '$(srcdir)/'`intrincs/writefsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsbyte.c' object='intrincs/lib32_libkernel32_a-writefsbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsbyte.o `test -f 'intrincs/writefsbyte.c' || echo '$(srcdir)/'`intrincs/writefsbyte.c + +intrincs/lib32_libkernel32_a-writefsbyte.obj: intrincs/writefsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-writefsbyte.obj `if test -f 'intrincs/writefsbyte.c'; then $(CYGPATH_W) 'intrincs/writefsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsbyte.c' object='intrincs/lib32_libkernel32_a-writefsbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsbyte.obj `if test -f 'intrincs/writefsbyte.c'; then $(CYGPATH_W) 'intrincs/writefsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsbyte.c'; fi` + +intrincs/lib32_libkernel32_a-writefsword.o: intrincs/writefsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsword.o `test -f 'intrincs/writefsword.c' || echo '$(srcdir)/'`intrincs/writefsword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsword.c' object='intrincs/lib32_libkernel32_a-writefsword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsword.o `test -f 'intrincs/writefsword.c' || echo '$(srcdir)/'`intrincs/writefsword.c + +intrincs/lib32_libkernel32_a-writefsword.obj: intrincs/writefsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsword.obj `if test -f 'intrincs/writefsword.c'; then $(CYGPATH_W) 'intrincs/writefsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsword.c' object='intrincs/lib32_libkernel32_a-writefsword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsword.obj `if test -f 'intrincs/writefsword.c'; then $(CYGPATH_W) 'intrincs/writefsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsword.c'; fi` + +intrincs/lib32_libkernel32_a-writefsdword.o: intrincs/writefsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsdword.o `test -f 'intrincs/writefsdword.c' || echo '$(srcdir)/'`intrincs/writefsdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsdword.c' object='intrincs/lib32_libkernel32_a-writefsdword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsdword.o `test -f 'intrincs/writefsdword.c' || echo '$(srcdir)/'`intrincs/writefsdword.c + +intrincs/lib32_libkernel32_a-writefsdword.obj: intrincs/writefsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsdword.obj `if test -f 'intrincs/writefsdword.c'; then $(CYGPATH_W) 'intrincs/writefsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsdword.c' object='intrincs/lib32_libkernel32_a-writefsdword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsdword.obj `if test -f 'intrincs/writefsdword.c'; then $(CYGPATH_W) 'intrincs/writefsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsdword.c'; fi` + +libsrc/lib32_libksguid_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo -c -o libsrc/lib32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c + +libsrc/lib32_libksguid_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo -c -o libsrc/lib32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` + +libsrc/lib32_libksuser_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo -c -o libsrc/lib32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c + +libsrc/lib32_libksuser_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo -c -o libsrc/lib32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` + +libsrc/lib32_liblargeint_a-largeint.o: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo -c -o libsrc/lib32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib32_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c + +libsrc/lib32_liblargeint_a-largeint.obj: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo -c -o libsrc/lib32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib32_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` + +libsrc/lib32_liblocationapi_a-locationapi.o: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib32_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c + +libsrc/lib32_liblocationapi_a-locationapi.obj: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib32_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` + +lib32_libm_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo -c -o lib32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c + +lib32_libm_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo -c -o lib32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` + +libsrc/lib32_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib32_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c + +libsrc/lib32_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib32_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` + +crt/lib32_libmingw32_a-crt0_c.o: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo -c -o crt/lib32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib32_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c + +crt/lib32_libmingw32_a-crt0_c.obj: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo -c -o crt/lib32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib32_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` + +crt/lib32_libmingw32_a-dll_argv.o: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo -c -o crt/lib32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib32_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c + +crt/lib32_libmingw32_a-dll_argv.obj: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo -c -o crt/lib32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib32_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` + +crt/lib32_libmingw32_a-gccmain.o: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo -c -o crt/lib32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib32_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c + +crt/lib32_libmingw32_a-gccmain.obj: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo -c -o crt/lib32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib32_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` + +crt/lib32_libmingw32_a-natstart.o: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo -c -o crt/lib32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib32_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c + +crt/lib32_libmingw32_a-natstart.obj: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo -c -o crt/lib32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib32_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` + +crt/lib32_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib32_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c + +crt/lib32_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib32_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` + +crt/lib32_libmingw32_a-wildcard.o: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo -c -o crt/lib32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib32_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c + +crt/lib32_libmingw32_a-wildcard.obj: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo -c -o crt/lib32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib32_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` + +crt/lib32_libmingw32_a-charmax.o: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo -c -o crt/lib32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib32_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c + +crt/lib32_libmingw32_a-charmax.obj: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo -c -o crt/lib32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib32_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` + +crt/lib32_libmingw32_a-crt0_w.o: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo -c -o crt/lib32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib32_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c + +crt/lib32_libmingw32_a-crt0_w.obj: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo -c -o crt/lib32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib32_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` + +crt/lib32_libmingw32_a-dllargv.o: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo -c -o crt/lib32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib32_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c + +crt/lib32_libmingw32_a-dllargv.obj: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo -c -o crt/lib32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib32_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` + +crt/lib32_libmingw32_a-gs_support.o: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo -c -o crt/lib32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib32_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c + +crt/lib32_libmingw32_a-gs_support.obj: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo -c -o crt/lib32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib32_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` + +crt/lib32_libmingw32_a-_newmode.o: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo -c -o crt/lib32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib32_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c + +crt/lib32_libmingw32_a-_newmode.obj: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo -c -o crt/lib32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib32_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` + +crt/lib32_libmingw32_a-tlssup.o: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo -c -o crt/lib32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib32_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c + +crt/lib32_libmingw32_a-tlssup.obj: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo -c -o crt/lib32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib32_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` + +crt/lib32_libmingw32_a-xncommod.o: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo -c -o crt/lib32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib32_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c + +crt/lib32_libmingw32_a-xncommod.obj: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo -c -o crt/lib32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib32_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` + +crt/lib32_libmingw32_a-cinitexe.o: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo -c -o crt/lib32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib32_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c + +crt/lib32_libmingw32_a-cinitexe.obj: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo -c -o crt/lib32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib32_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` + +crt/lib32_libmingw32_a-merr.o: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo -c -o crt/lib32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib32_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c + +crt/lib32_libmingw32_a-merr.obj: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo -c -o crt/lib32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib32_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` + +crt/lib32_libmingw32_a-pesect.o: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo -c -o crt/lib32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib32_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c + +crt/lib32_libmingw32_a-pesect.obj: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo -c -o crt/lib32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib32_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` + +crt/lib32_libmingw32_a-udllargc.o: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo -c -o crt/lib32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib32_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c + +crt/lib32_libmingw32_a-udllargc.obj: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo -c -o crt/lib32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib32_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` + +crt/lib32_libmingw32_a-xthdloc.o: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo -c -o crt/lib32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib32_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c + +crt/lib32_libmingw32_a-xthdloc.obj: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo -c -o crt/lib32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib32_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` + +crt/lib32_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib32_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c + +crt/lib32_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib32_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` + +crt/lib32_libmingw32_a-mingw_custom.o: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo -c -o crt/lib32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib32_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c + +crt/lib32_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo -c -o crt/lib32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib32_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` + +crt/lib32_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib32_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c + +crt/lib32_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib32_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` + +crt/lib32_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib32_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c + +crt/lib32_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib32_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` + +crt/lib32_libmingw32_a-udll_argv.o: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo -c -o crt/lib32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib32_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c + +crt/lib32_libmingw32_a-udll_argv.obj: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo -c -o crt/lib32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib32_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` + +crt/lib32_libmingw32_a-xtxtmode.o: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo -c -o crt/lib32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib32_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c + +crt/lib32_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo -c -o crt/lib32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib32_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` + +crt/lib32_libmingw32_a-crt_handler.o: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo -c -o crt/lib32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib32_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c + +crt/lib32_libmingw32_a-crt_handler.obj: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo -c -o crt/lib32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib32_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` + +crt/lib32_libmingw32_a-tlsthrd.o: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo -c -o crt/lib32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib32_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c + +crt/lib32_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo -c -o crt/lib32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib32_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` + +crt/lib32_libmingw32_a-tlsmthread.o: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo -c -o crt/lib32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib32_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c + +crt/lib32_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo -c -o crt/lib32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib32_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` + +crt/lib32_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib32_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c + +crt/lib32_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib32_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` + +crt/lib32_libmingw32_a-cxa_atexit.o: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cxa_atexit.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Tpo -c -o crt/lib32_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/lib32_libmingw32_a-cxa_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c + +crt/lib32_libmingw32_a-cxa_atexit.obj: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cxa_atexit.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Tpo -c -o crt/lib32_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/lib32_libmingw32_a-cxa_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` + +crt/lib32_libmingwex_a-dllentry.o: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo -c -o crt/lib32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib32_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c + +crt/lib32_libmingwex_a-dllentry.obj: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo -c -o crt/lib32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib32_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` + +crt/lib32_libmingwex_a-dllmain.o: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo -c -o crt/lib32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib32_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c + +crt/lib32_libmingwex_a-dllmain.obj: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo -c -o crt/lib32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib32_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` + +complex/lib32_libmingwex_a-_cabs.o: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo -c -o complex/lib32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib32_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c + +complex/lib32_libmingwex_a-_cabs.obj: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo -c -o complex/lib32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib32_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` + +complex/lib32_libmingwex_a-cabs.o: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo -c -o complex/lib32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib32_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c + +complex/lib32_libmingwex_a-cabs.obj: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo -c -o complex/lib32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib32_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` + +complex/lib32_libmingwex_a-cabsf.o: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo -c -o complex/lib32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib32_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c + +complex/lib32_libmingwex_a-cabsf.obj: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo -c -o complex/lib32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib32_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` + +complex/lib32_libmingwex_a-cabsl.o: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo -c -o complex/lib32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib32_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c + +complex/lib32_libmingwex_a-cabsl.obj: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo -c -o complex/lib32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib32_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` + +complex/lib32_libmingwex_a-cacos.o: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo -c -o complex/lib32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib32_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c + +complex/lib32_libmingwex_a-cacos.obj: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo -c -o complex/lib32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib32_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` + +complex/lib32_libmingwex_a-cacosf.o: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo -c -o complex/lib32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib32_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c + +complex/lib32_libmingwex_a-cacosf.obj: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo -c -o complex/lib32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib32_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` + +complex/lib32_libmingwex_a-cacosl.o: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo -c -o complex/lib32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib32_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c + +complex/lib32_libmingwex_a-cacosl.obj: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo -c -o complex/lib32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib32_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` + +complex/lib32_libmingwex_a-carg.o: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo -c -o complex/lib32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib32_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c + +complex/lib32_libmingwex_a-carg.obj: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo -c -o complex/lib32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib32_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` + +complex/lib32_libmingwex_a-cargf.o: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo -c -o complex/lib32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib32_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c + +complex/lib32_libmingwex_a-cargf.obj: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo -c -o complex/lib32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib32_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` + +complex/lib32_libmingwex_a-cargl.o: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo -c -o complex/lib32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib32_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c + +complex/lib32_libmingwex_a-cargl.obj: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo -c -o complex/lib32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib32_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` + +complex/lib32_libmingwex_a-casin.o: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo -c -o complex/lib32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib32_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c + +complex/lib32_libmingwex_a-casin.obj: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo -c -o complex/lib32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib32_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` + +complex/lib32_libmingwex_a-casinf.o: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo -c -o complex/lib32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib32_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c + +complex/lib32_libmingwex_a-casinf.obj: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo -c -o complex/lib32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib32_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` + +complex/lib32_libmingwex_a-casinl.o: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo -c -o complex/lib32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib32_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c + +complex/lib32_libmingwex_a-casinl.obj: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo -c -o complex/lib32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib32_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` + +complex/lib32_libmingwex_a-catan.o: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo -c -o complex/lib32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib32_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c + +complex/lib32_libmingwex_a-catan.obj: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo -c -o complex/lib32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib32_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` + +complex/lib32_libmingwex_a-catanf.o: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo -c -o complex/lib32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib32_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c + +complex/lib32_libmingwex_a-catanf.obj: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo -c -o complex/lib32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib32_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` + +complex/lib32_libmingwex_a-catanl.o: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo -c -o complex/lib32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib32_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c + +complex/lib32_libmingwex_a-catanl.obj: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo -c -o complex/lib32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib32_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` + +complex/lib32_libmingwex_a-ccos.o: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo -c -o complex/lib32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib32_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c + +complex/lib32_libmingwex_a-ccos.obj: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo -c -o complex/lib32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib32_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` + +complex/lib32_libmingwex_a-ccosf.o: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo -c -o complex/lib32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib32_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c + +complex/lib32_libmingwex_a-ccosf.obj: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo -c -o complex/lib32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib32_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` + +complex/lib32_libmingwex_a-ccosl.o: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo -c -o complex/lib32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib32_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c + +complex/lib32_libmingwex_a-ccosl.obj: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo -c -o complex/lib32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib32_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` + +complex/lib32_libmingwex_a-cexp.o: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo -c -o complex/lib32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib32_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c + +complex/lib32_libmingwex_a-cexp.obj: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo -c -o complex/lib32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib32_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` + +complex/lib32_libmingwex_a-cexpf.o: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo -c -o complex/lib32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib32_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c + +complex/lib32_libmingwex_a-cexpf.obj: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo -c -o complex/lib32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib32_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` + +complex/lib32_libmingwex_a-cexpl.o: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo -c -o complex/lib32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib32_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c + +complex/lib32_libmingwex_a-cexpl.obj: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo -c -o complex/lib32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib32_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` + +complex/lib32_libmingwex_a-cimag.o: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo -c -o complex/lib32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib32_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c + +complex/lib32_libmingwex_a-cimag.obj: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo -c -o complex/lib32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib32_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` + +complex/lib32_libmingwex_a-cimagf.o: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo -c -o complex/lib32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib32_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c + +complex/lib32_libmingwex_a-cimagf.obj: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo -c -o complex/lib32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib32_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` + +complex/lib32_libmingwex_a-cimagl.o: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo -c -o complex/lib32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib32_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c + +complex/lib32_libmingwex_a-cimagl.obj: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo -c -o complex/lib32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib32_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` + +complex/lib32_libmingwex_a-clog.o: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo -c -o complex/lib32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib32_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c + +complex/lib32_libmingwex_a-clog.obj: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo -c -o complex/lib32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib32_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` + +complex/lib32_libmingwex_a-clogf.o: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo -c -o complex/lib32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib32_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c + +complex/lib32_libmingwex_a-clogf.obj: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo -c -o complex/lib32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib32_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` + +complex/lib32_libmingwex_a-clogl.o: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo -c -o complex/lib32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib32_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c + +complex/lib32_libmingwex_a-clogl.obj: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo -c -o complex/lib32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib32_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` + +complex/lib32_libmingwex_a-clog10.o: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Tpo -c -o complex/lib32_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/lib32_libmingwex_a-clog10.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c + +complex/lib32_libmingwex_a-clog10.obj: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Tpo -c -o complex/lib32_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/lib32_libmingwex_a-clog10.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` + +complex/lib32_libmingwex_a-clog10f.o: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10f.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Tpo -c -o complex/lib32_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/lib32_libmingwex_a-clog10f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c + +complex/lib32_libmingwex_a-clog10f.obj: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10f.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Tpo -c -o complex/lib32_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/lib32_libmingwex_a-clog10f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` + +complex/lib32_libmingwex_a-clog10l.o: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10l.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Tpo -c -o complex/lib32_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/lib32_libmingwex_a-clog10l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c + +complex/lib32_libmingwex_a-clog10l.obj: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog10l.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Tpo -c -o complex/lib32_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/lib32_libmingwex_a-clog10l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` + +complex/lib32_libmingwex_a-conj.o: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo -c -o complex/lib32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib32_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c + +complex/lib32_libmingwex_a-conj.obj: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo -c -o complex/lib32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib32_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` + +complex/lib32_libmingwex_a-conjf.o: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo -c -o complex/lib32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib32_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c + +complex/lib32_libmingwex_a-conjf.obj: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo -c -o complex/lib32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib32_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` + +complex/lib32_libmingwex_a-conjl.o: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo -c -o complex/lib32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib32_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c + +complex/lib32_libmingwex_a-conjl.obj: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo -c -o complex/lib32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib32_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` + +complex/lib32_libmingwex_a-cpow.o: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo -c -o complex/lib32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib32_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c + +complex/lib32_libmingwex_a-cpow.obj: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo -c -o complex/lib32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib32_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` + +complex/lib32_libmingwex_a-cpowf.o: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo -c -o complex/lib32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib32_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c + +complex/lib32_libmingwex_a-cpowf.obj: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo -c -o complex/lib32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib32_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` + +complex/lib32_libmingwex_a-cpowl.o: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo -c -o complex/lib32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib32_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c + +complex/lib32_libmingwex_a-cpowl.obj: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo -c -o complex/lib32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib32_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` + +complex/lib32_libmingwex_a-cproj.o: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo -c -o complex/lib32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib32_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c + +complex/lib32_libmingwex_a-cproj.obj: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo -c -o complex/lib32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib32_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` + +complex/lib32_libmingwex_a-cprojf.o: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo -c -o complex/lib32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib32_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c + +complex/lib32_libmingwex_a-cprojf.obj: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo -c -o complex/lib32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib32_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` + +complex/lib32_libmingwex_a-cprojl.o: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo -c -o complex/lib32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib32_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c + +complex/lib32_libmingwex_a-cprojl.obj: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo -c -o complex/lib32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib32_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` + +complex/lib32_libmingwex_a-creal.o: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo -c -o complex/lib32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib32_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c + +complex/lib32_libmingwex_a-creal.obj: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo -c -o complex/lib32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib32_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` + +complex/lib32_libmingwex_a-crealf.o: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo -c -o complex/lib32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib32_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c + +complex/lib32_libmingwex_a-crealf.obj: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo -c -o complex/lib32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib32_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` + +complex/lib32_libmingwex_a-creall.o: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo -c -o complex/lib32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib32_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c + +complex/lib32_libmingwex_a-creall.obj: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo -c -o complex/lib32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib32_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` + +complex/lib32_libmingwex_a-csin.o: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo -c -o complex/lib32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib32_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c + +complex/lib32_libmingwex_a-csin.obj: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo -c -o complex/lib32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib32_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` + +complex/lib32_libmingwex_a-csinf.o: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo -c -o complex/lib32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib32_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c + +complex/lib32_libmingwex_a-csinf.obj: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo -c -o complex/lib32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib32_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` + +complex/lib32_libmingwex_a-csinl.o: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo -c -o complex/lib32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib32_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c + +complex/lib32_libmingwex_a-csinl.obj: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo -c -o complex/lib32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib32_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` + +complex/lib32_libmingwex_a-csqrt.o: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo -c -o complex/lib32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib32_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c + +complex/lib32_libmingwex_a-csqrt.obj: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo -c -o complex/lib32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib32_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` + +complex/lib32_libmingwex_a-csqrtf.o: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo -c -o complex/lib32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib32_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c + +complex/lib32_libmingwex_a-csqrtf.obj: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo -c -o complex/lib32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib32_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` + +complex/lib32_libmingwex_a-csqrtl.o: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo -c -o complex/lib32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib32_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c + +complex/lib32_libmingwex_a-csqrtl.obj: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo -c -o complex/lib32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib32_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` + +complex/lib32_libmingwex_a-ctan.o: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo -c -o complex/lib32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib32_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c + +complex/lib32_libmingwex_a-ctan.obj: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo -c -o complex/lib32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib32_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` + +complex/lib32_libmingwex_a-ctanf.o: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo -c -o complex/lib32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib32_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c + +complex/lib32_libmingwex_a-ctanf.obj: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo -c -o complex/lib32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib32_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` + +complex/lib32_libmingwex_a-ctanl.o: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo -c -o complex/lib32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib32_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c + +complex/lib32_libmingwex_a-ctanl.obj: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo -c -o complex/lib32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib32_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` + +gdtoa/lib32_libmingwex_a-arithchk.o: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib32_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c + +gdtoa/lib32_libmingwex_a-arithchk.obj: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib32_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` + +gdtoa/lib32_libmingwex_a-dmisc.o: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib32_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c + +gdtoa/lib32_libmingwex_a-dmisc.obj: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib32_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` + +gdtoa/lib32_libmingwex_a-dtoa.o: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib32_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c + +gdtoa/lib32_libmingwex_a-dtoa.obj: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib32_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` + +gdtoa/lib32_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib32_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c + +gdtoa/lib32_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib32_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` + +gdtoa/lib32_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib32_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c + +gdtoa/lib32_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib32_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` + +gdtoa/lib32_libmingwex_a-gethex.o: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo -c -o gdtoa/lib32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib32_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c + +gdtoa/lib32_libmingwex_a-gethex.obj: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo -c -o gdtoa/lib32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib32_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` + +gdtoa/lib32_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib32_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c + +gdtoa/lib32_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib32_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` + +gdtoa/lib32_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib32_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c + +gdtoa/lib32_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib32_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` + +gdtoa/lib32_libmingwex_a-gmisc.o: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib32_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c + +gdtoa/lib32_libmingwex_a-gmisc.obj: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib32_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` + +gdtoa/lib32_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib32_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c + +gdtoa/lib32_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib32_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` + +gdtoa/lib32_libmingwex_a-hd_init.o: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib32_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c + +gdtoa/lib32_libmingwex_a-hd_init.obj: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib32_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` + +gdtoa/lib32_libmingwex_a-hexnan.o: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib32_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c + +gdtoa/lib32_libmingwex_a-hexnan.obj: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib32_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` + +gdtoa/lib32_libmingwex_a-misc.o: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo -c -o gdtoa/lib32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib32_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c + +gdtoa/lib32_libmingwex_a-misc.obj: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo -c -o gdtoa/lib32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib32_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` + +gdtoa/lib32_libmingwex_a-qnan.o: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo -c -o gdtoa/lib32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib32_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c + +gdtoa/lib32_libmingwex_a-qnan.obj: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo -c -o gdtoa/lib32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib32_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` + +gdtoa/lib32_libmingwex_a-smisc.o: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo -c -o gdtoa/lib32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib32_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c + +gdtoa/lib32_libmingwex_a-smisc.obj: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo -c -o gdtoa/lib32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib32_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` + +gdtoa/lib32_libmingwex_a-strtodg.o: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib32_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c + +gdtoa/lib32_libmingwex_a-strtodg.obj: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib32_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` + +gdtoa/lib32_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib32_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c + +gdtoa/lib32_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib32_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` + +gdtoa/lib32_libmingwex_a-strtof.o: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o gdtoa/lib32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c + +gdtoa/lib32_libmingwex_a-strtof.obj: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o gdtoa/lib32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` + +gdtoa/lib32_libmingwex_a-strtopx.o: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib32_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c + +gdtoa/lib32_libmingwex_a-strtopx.obj: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib32_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` + +gdtoa/lib32_libmingwex_a-sum.o: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo -c -o gdtoa/lib32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib32_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c + +gdtoa/lib32_libmingwex_a-sum.obj: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo -c -o gdtoa/lib32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib32_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` + +gdtoa/lib32_libmingwex_a-ulp.o: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo -c -o gdtoa/lib32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib32_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c + +gdtoa/lib32_libmingwex_a-ulp.obj: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo -c -o gdtoa/lib32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib32_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` + +math/lib32_libmingwex_a-cbrt.o: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo -c -o math/lib32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib32_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c + +math/lib32_libmingwex_a-cbrt.obj: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo -c -o math/lib32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib32_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` + +math/lib32_libmingwex_a-cbrtf.o: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo -c -o math/lib32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib32_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c + +math/lib32_libmingwex_a-cbrtf.obj: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo -c -o math/lib32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib32_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` + +math/lib32_libmingwex_a-cbrtl.o: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo -c -o math/lib32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib32_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c + +math/lib32_libmingwex_a-cbrtl.obj: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo -c -o math/lib32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib32_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` + +math/lib32_libmingwex_a-cephes_emath.o: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo -c -o math/lib32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib32_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c + +math/lib32_libmingwex_a-cephes_emath.obj: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo -c -o math/lib32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib32_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` + +math/lib32_libmingwex_a-copysign.o: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo -c -o math/lib32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib32_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c + +math/lib32_libmingwex_a-copysign.obj: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo -c -o math/lib32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib32_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` + +math/lib32_libmingwex_a-copysignf.o: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo -c -o math/lib32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib32_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c + +math/lib32_libmingwex_a-copysignf.obj: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo -c -o math/lib32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib32_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` + +math/lib32_libmingwex_a-coshf.o: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo -c -o math/lib32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib32_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c + +math/lib32_libmingwex_a-coshf.obj: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo -c -o math/lib32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib32_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` + +math/lib32_libmingwex_a-coshl.o: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo -c -o math/lib32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib32_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c + +math/lib32_libmingwex_a-coshl.obj: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo -c -o math/lib32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib32_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` + +math/lib32_libmingwex_a-erfl.o: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo -c -o math/lib32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib32_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c + +math/lib32_libmingwex_a-erfl.obj: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo -c -o math/lib32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib32_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` + +math/lib32_libmingwex_a-expf.o: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo -c -o math/lib32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib32_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c + +math/lib32_libmingwex_a-expf.obj: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo -c -o math/lib32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib32_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` + +math/lib32_libmingwex_a-fabs.o: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo -c -o math/lib32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib32_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c + +math/lib32_libmingwex_a-fabs.obj: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo -c -o math/lib32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib32_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` + +math/lib32_libmingwex_a-fabsf.o: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo -c -o math/lib32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib32_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c + +math/lib32_libmingwex_a-fabsf.obj: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo -c -o math/lib32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib32_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` + +math/lib32_libmingwex_a-fabsl.o: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo -c -o math/lib32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib32_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c + +math/lib32_libmingwex_a-fabsl.obj: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo -c -o math/lib32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib32_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` + +math/lib32_libmingwex_a-fdim.o: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo -c -o math/lib32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib32_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c + +math/lib32_libmingwex_a-fdim.obj: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo -c -o math/lib32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib32_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` + +math/lib32_libmingwex_a-fdimf.o: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo -c -o math/lib32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib32_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c + +math/lib32_libmingwex_a-fdimf.obj: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo -c -o math/lib32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib32_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` + +math/lib32_libmingwex_a-fdiml.o: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo -c -o math/lib32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib32_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c + +math/lib32_libmingwex_a-fdiml.obj: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo -c -o math/lib32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib32_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` + +math/lib32_libmingwex_a-fma.o: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo -c -o math/lib32_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/lib32_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c + +math/lib32_libmingwex_a-fma.obj: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo -c -o math/lib32_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/lib32_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` + +math/lib32_libmingwex_a-fmaf.o: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo -c -o math/lib32_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/lib32_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c + +math/lib32_libmingwex_a-fmaf.obj: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo -c -o math/lib32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/lib32_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` + +math/lib32_libmingwex_a-fmal.o: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo -c -o math/lib32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib32_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c + +math/lib32_libmingwex_a-fmal.obj: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo -c -o math/lib32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib32_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` + +math/lib32_libmingwex_a-fmax.o: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo -c -o math/lib32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib32_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c + +math/lib32_libmingwex_a-fmax.obj: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo -c -o math/lib32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib32_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` + +math/lib32_libmingwex_a-fmaxf.o: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo -c -o math/lib32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib32_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c + +math/lib32_libmingwex_a-fmaxf.obj: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo -c -o math/lib32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib32_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` + +math/lib32_libmingwex_a-fmaxl.o: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo -c -o math/lib32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib32_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c + +math/lib32_libmingwex_a-fmaxl.obj: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo -c -o math/lib32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib32_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` + +math/lib32_libmingwex_a-fmin.o: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo -c -o math/lib32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib32_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c + +math/lib32_libmingwex_a-fmin.obj: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo -c -o math/lib32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib32_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` + +math/lib32_libmingwex_a-fminf.o: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo -c -o math/lib32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib32_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c + +math/lib32_libmingwex_a-fminf.obj: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo -c -o math/lib32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib32_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` + +math/lib32_libmingwex_a-fminl.o: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo -c -o math/lib32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib32_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c + +math/lib32_libmingwex_a-fminl.obj: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo -c -o math/lib32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib32_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` + +math/lib32_libmingwex_a-fp_consts.o: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo -c -o math/lib32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib32_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c + +math/lib32_libmingwex_a-fp_consts.obj: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo -c -o math/lib32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib32_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` + +math/lib32_libmingwex_a-fp_constsf.o: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo -c -o math/lib32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib32_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c + +math/lib32_libmingwex_a-fp_constsf.obj: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo -c -o math/lib32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib32_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` + +math/lib32_libmingwex_a-fp_constsl.o: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo -c -o math/lib32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib32_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c + +math/lib32_libmingwex_a-fp_constsl.obj: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo -c -o math/lib32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib32_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` + +math/lib32_libmingwex_a-fpclassify.o: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo -c -o math/lib32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib32_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c + +math/lib32_libmingwex_a-fpclassify.obj: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo -c -o math/lib32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib32_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` + +math/lib32_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo -c -o math/lib32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib32_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c + +math/lib32_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo -c -o math/lib32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib32_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` + +math/lib32_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo -c -o math/lib32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib32_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c + +math/lib32_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo -c -o math/lib32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib32_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` + +math/lib32_libmingwex_a-frexpf.o: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo -c -o math/lib32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib32_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c + +math/lib32_libmingwex_a-frexpf.obj: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo -c -o math/lib32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib32_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` + +math/lib32_libmingwex_a-hypotf.o: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo -c -o math/lib32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib32_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c + +math/lib32_libmingwex_a-hypotf.obj: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo -c -o math/lib32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib32_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` + +math/lib32_libmingwex_a-hypot.o: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo -c -o math/lib32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib32_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c + +math/lib32_libmingwex_a-hypot.obj: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo -c -o math/lib32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib32_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` + +math/lib32_libmingwex_a-hypotl.o: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo -c -o math/lib32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib32_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c + +math/lib32_libmingwex_a-hypotl.obj: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo -c -o math/lib32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib32_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` + +math/lib32_libmingwex_a-isnan.o: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo -c -o math/lib32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib32_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c + +math/lib32_libmingwex_a-isnan.obj: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo -c -o math/lib32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib32_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` + +math/lib32_libmingwex_a-isnanf.o: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo -c -o math/lib32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib32_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c + +math/lib32_libmingwex_a-isnanf.obj: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo -c -o math/lib32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib32_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` + +math/lib32_libmingwex_a-isnanl.o: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo -c -o math/lib32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib32_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c + +math/lib32_libmingwex_a-isnanl.obj: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo -c -o math/lib32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib32_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` + +math/lib32_libmingwex_a-ldexpf.o: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo -c -o math/lib32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib32_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c + +math/lib32_libmingwex_a-ldexpf.obj: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo -c -o math/lib32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib32_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` + +math/lib32_libmingwex_a-lgamma.o: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo -c -o math/lib32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib32_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c + +math/lib32_libmingwex_a-lgamma.obj: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo -c -o math/lib32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib32_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` + +math/lib32_libmingwex_a-lgammaf.o: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo -c -o math/lib32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib32_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c + +math/lib32_libmingwex_a-lgammaf.obj: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo -c -o math/lib32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib32_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` + +math/lib32_libmingwex_a-lgammal.o: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo -c -o math/lib32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib32_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c + +math/lib32_libmingwex_a-lgammal.obj: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo -c -o math/lib32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib32_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` + +math/lib32_libmingwex_a-llrint.o: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo -c -o math/lib32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib32_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c + +math/lib32_libmingwex_a-llrint.obj: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo -c -o math/lib32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib32_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` + +math/lib32_libmingwex_a-signgam.o: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo -c -o math/lib32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib32_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c + +math/lib32_libmingwex_a-signgam.obj: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo -c -o math/lib32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib32_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` + +math/lib32_libmingwex_a-llrintf.o: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo -c -o math/lib32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib32_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c + +math/lib32_libmingwex_a-llrintf.obj: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo -c -o math/lib32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib32_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` + +math/lib32_libmingwex_a-llrintl.o: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo -c -o math/lib32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib32_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c + +math/lib32_libmingwex_a-llrintl.obj: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo -c -o math/lib32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib32_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` + +math/lib32_libmingwex_a-llround.o: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo -c -o math/lib32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib32_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c + +math/lib32_libmingwex_a-llround.obj: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo -c -o math/lib32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib32_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` + +math/lib32_libmingwex_a-llroundf.o: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo -c -o math/lib32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib32_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c + +math/lib32_libmingwex_a-llroundf.obj: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo -c -o math/lib32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib32_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` + +math/lib32_libmingwex_a-llroundl.o: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo -c -o math/lib32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib32_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c + +math/lib32_libmingwex_a-llroundl.obj: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo -c -o math/lib32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib32_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` + +math/lib32_libmingwex_a-log10f.o: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo -c -o math/lib32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib32_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c + +math/lib32_libmingwex_a-log10f.obj: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo -c -o math/lib32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib32_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` + +math/lib32_libmingwex_a-logf.o: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo -c -o math/lib32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib32_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c + +math/lib32_libmingwex_a-logf.obj: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo -c -o math/lib32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib32_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` + +math/lib32_libmingwex_a-lrint.o: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo -c -o math/lib32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib32_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c + +math/lib32_libmingwex_a-lrint.obj: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo -c -o math/lib32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib32_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` + +math/lib32_libmingwex_a-lrintf.o: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo -c -o math/lib32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib32_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c + +math/lib32_libmingwex_a-lrintf.obj: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo -c -o math/lib32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib32_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` + +math/lib32_libmingwex_a-lrintl.o: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo -c -o math/lib32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib32_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c + +math/lib32_libmingwex_a-lrintl.obj: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo -c -o math/lib32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib32_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` + +math/lib32_libmingwex_a-lround.o: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo -c -o math/lib32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib32_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c + +math/lib32_libmingwex_a-lround.obj: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo -c -o math/lib32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib32_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` + +math/lib32_libmingwex_a-lroundf.o: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo -c -o math/lib32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib32_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c + +math/lib32_libmingwex_a-lroundf.obj: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo -c -o math/lib32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib32_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` + +math/lib32_libmingwex_a-lroundl.o: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo -c -o math/lib32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib32_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c + +math/lib32_libmingwex_a-lroundl.obj: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo -c -o math/lib32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib32_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` + +math/lib32_libmingwex_a-modf.o: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo -c -o math/lib32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib32_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c + +math/lib32_libmingwex_a-modf.obj: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo -c -o math/lib32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib32_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` + +math/lib32_libmingwex_a-modff.o: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo -c -o math/lib32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib32_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c + +math/lib32_libmingwex_a-modff.obj: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo -c -o math/lib32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib32_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` + +math/lib32_libmingwex_a-modfl.o: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo -c -o math/lib32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib32_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c + +math/lib32_libmingwex_a-modfl.obj: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo -c -o math/lib32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib32_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` + +math/lib32_libmingwex_a-nextafterf.o: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo -c -o math/lib32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib32_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c + +math/lib32_libmingwex_a-nextafterf.obj: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo -c -o math/lib32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib32_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` + +math/lib32_libmingwex_a-nextafterl.o: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo -c -o math/lib32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib32_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c + +math/lib32_libmingwex_a-nextafterl.obj: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo -c -o math/lib32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib32_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` + +math/lib32_libmingwex_a-nexttoward.o: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo -c -o math/lib32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib32_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c + +math/lib32_libmingwex_a-nexttoward.obj: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo -c -o math/lib32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib32_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` + +math/lib32_libmingwex_a-nexttowardf.o: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo -c -o math/lib32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib32_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c + +math/lib32_libmingwex_a-nexttowardf.obj: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo -c -o math/lib32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib32_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` + +math/lib32_libmingwex_a-powf.o: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo -c -o math/lib32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib32_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c + +math/lib32_libmingwex_a-powf.obj: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo -c -o math/lib32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib32_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` + +math/lib32_libmingwex_a-powi.o: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo -c -o math/lib32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib32_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c + +math/lib32_libmingwex_a-powi.obj: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo -c -o math/lib32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib32_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` + +math/lib32_libmingwex_a-powif.o: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo -c -o math/lib32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib32_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c + +math/lib32_libmingwex_a-powif.obj: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo -c -o math/lib32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib32_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` + +math/lib32_libmingwex_a-powil.o: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo -c -o math/lib32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib32_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c + +math/lib32_libmingwex_a-powil.obj: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo -c -o math/lib32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib32_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` + +math/lib32_libmingwex_a-rint.o: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo -c -o math/lib32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib32_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c + +math/lib32_libmingwex_a-rint.obj: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo -c -o math/lib32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib32_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` + +math/lib32_libmingwex_a-rintf.o: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo -c -o math/lib32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib32_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c + +math/lib32_libmingwex_a-rintf.obj: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo -c -o math/lib32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib32_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` + +math/lib32_libmingwex_a-rintl.o: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo -c -o math/lib32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib32_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c + +math/lib32_libmingwex_a-rintl.obj: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo -c -o math/lib32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib32_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` + +math/lib32_libmingwex_a-round.o: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo -c -o math/lib32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo math/$(DEPDIR)/lib32_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib32_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c + +math/lib32_libmingwex_a-round.obj: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo -c -o math/lib32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo math/$(DEPDIR)/lib32_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib32_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` + +math/lib32_libmingwex_a-roundf.o: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo -c -o math/lib32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib32_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c + +math/lib32_libmingwex_a-roundf.obj: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo -c -o math/lib32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib32_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` + +math/lib32_libmingwex_a-roundl.o: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo -c -o math/lib32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib32_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c + +math/lib32_libmingwex_a-roundl.obj: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo -c -o math/lib32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib32_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` + +math/lib32_libmingwex_a-s_erf.o: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo -c -o math/lib32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib32_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c + +math/lib32_libmingwex_a-s_erf.obj: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo -c -o math/lib32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib32_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` + +math/lib32_libmingwex_a-sf_erf.o: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo -c -o math/lib32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib32_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c + +math/lib32_libmingwex_a-sf_erf.obj: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo -c -o math/lib32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib32_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` + +math/lib32_libmingwex_a-signbit.o: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo -c -o math/lib32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib32_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c + +math/lib32_libmingwex_a-signbit.obj: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo -c -o math/lib32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib32_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` + +math/lib32_libmingwex_a-signbitf.o: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo -c -o math/lib32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib32_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c + +math/lib32_libmingwex_a-signbitf.obj: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo -c -o math/lib32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib32_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` + +math/lib32_libmingwex_a-signbitl.o: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo -c -o math/lib32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib32_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c + +math/lib32_libmingwex_a-signbitl.obj: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo -c -o math/lib32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib32_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` + +math/lib32_libmingwex_a-sinhf.o: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo -c -o math/lib32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib32_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c + +math/lib32_libmingwex_a-sinhf.obj: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo -c -o math/lib32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib32_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` + +math/lib32_libmingwex_a-sinhl.o: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo -c -o math/lib32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib32_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c + +math/lib32_libmingwex_a-sinhl.obj: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo -c -o math/lib32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib32_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` + +math/lib32_libmingwex_a-sqrt.o: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo -c -o math/lib32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib32_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c + +math/lib32_libmingwex_a-sqrt.obj: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo -c -o math/lib32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib32_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` + +math/lib32_libmingwex_a-sqrtf.o: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo -c -o math/lib32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib32_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c + +math/lib32_libmingwex_a-sqrtf.obj: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo -c -o math/lib32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib32_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` + +math/lib32_libmingwex_a-sqrtl.o: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo -c -o math/lib32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib32_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c + +math/lib32_libmingwex_a-sqrtl.obj: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo -c -o math/lib32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib32_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` + +math/lib32_libmingwex_a-tanhf.o: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo -c -o math/lib32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib32_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c + +math/lib32_libmingwex_a-tanhf.obj: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo -c -o math/lib32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib32_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` + +math/lib32_libmingwex_a-tanhl.o: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo -c -o math/lib32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib32_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c + +math/lib32_libmingwex_a-tanhl.obj: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo -c -o math/lib32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib32_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` + +math/lib32_libmingwex_a-tgamma.o: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo -c -o math/lib32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib32_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c + +math/lib32_libmingwex_a-tgamma.obj: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo -c -o math/lib32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib32_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` + +math/lib32_libmingwex_a-tgammaf.o: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo -c -o math/lib32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib32_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c + +math/lib32_libmingwex_a-tgammaf.obj: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo -c -o math/lib32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib32_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` + +math/lib32_libmingwex_a-tgammal.o: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo -c -o math/lib32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib32_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c + +math/lib32_libmingwex_a-tgammal.obj: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo -c -o math/lib32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib32_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` + +math/lib32_libmingwex_a-truncl.o: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo -c -o math/lib32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib32_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c + +math/lib32_libmingwex_a-truncl.obj: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo -c -o math/lib32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib32_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` + +math/lib32_libmingwex_a-abs64.o: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo -c -o math/lib32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib32_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib32_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c + +math/lib32_libmingwex_a-abs64.obj: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo -c -o math/lib32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib32_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib32_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` + +misc/lib32_libmingwex_a-alarm.o: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo -c -o misc/lib32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib32_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c + +misc/lib32_libmingwex_a-alarm.obj: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo -c -o misc/lib32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib32_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` + +misc/lib32_libmingwex_a-assert.o: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-assert.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-assert.Tpo -c -o misc/lib32_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-assert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/lib32_libmingwex_a-assert.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c + +misc/lib32_libmingwex_a-assert.obj: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-assert.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-assert.Tpo -c -o misc/lib32_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-assert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/lib32_libmingwex_a-assert.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` + +misc/lib32_libmingwex_a-basename.o: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo -c -o misc/lib32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib32_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c + +misc/lib32_libmingwex_a-basename.obj: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo -c -o misc/lib32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib32_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` + +misc/lib32_libmingwex_a-btowc.o: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo -c -o misc/lib32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib32_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c + +misc/lib32_libmingwex_a-btowc.obj: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo -c -o misc/lib32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib32_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` + +misc/lib32_libmingwex_a-delay-f.o: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo -c -o misc/lib32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib32_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c + +misc/lib32_libmingwex_a-delay-f.obj: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo -c -o misc/lib32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib32_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` + +misc/lib32_libmingwex_a-delay-n.o: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo -c -o misc/lib32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib32_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c + +misc/lib32_libmingwex_a-delay-n.obj: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo -c -o misc/lib32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib32_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` + +misc/lib32_libmingwex_a-delayimp.o: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo -c -o misc/lib32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib32_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c + +misc/lib32_libmingwex_a-delayimp.obj: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo -c -o misc/lib32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib32_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` + +misc/lib32_libmingwex_a-difftime.o: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo -c -o misc/lib32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib32_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c + +misc/lib32_libmingwex_a-difftime.obj: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo -c -o misc/lib32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib32_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` + +misc/lib32_libmingwex_a-difftime32.o: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo -c -o misc/lib32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib32_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c + +misc/lib32_libmingwex_a-difftime32.obj: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo -c -o misc/lib32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib32_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` + +misc/lib32_libmingwex_a-difftime64.o: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo -c -o misc/lib32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib32_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c + +misc/lib32_libmingwex_a-difftime64.obj: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo -c -o misc/lib32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib32_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` + +misc/lib32_libmingwex_a-dirent.o: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo -c -o misc/lib32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib32_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c + +misc/lib32_libmingwex_a-dirent.obj: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo -c -o misc/lib32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib32_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` + +misc/lib32_libmingwex_a-dirname.o: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo -c -o misc/lib32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib32_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c + +misc/lib32_libmingwex_a-dirname.obj: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo -c -o misc/lib32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib32_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` + +misc/lib32_libmingwex_a-execv.o: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo -c -o misc/lib32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib32_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c + +misc/lib32_libmingwex_a-execv.obj: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo -c -o misc/lib32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib32_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` + +misc/lib32_libmingwex_a-execve.o: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo -c -o misc/lib32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib32_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c + +misc/lib32_libmingwex_a-execve.obj: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo -c -o misc/lib32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib32_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` + +misc/lib32_libmingwex_a-execvp.o: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo -c -o misc/lib32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib32_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c + +misc/lib32_libmingwex_a-execvp.obj: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo -c -o misc/lib32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib32_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` + +misc/lib32_libmingwex_a-execvpe.o: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo -c -o misc/lib32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib32_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c + +misc/lib32_libmingwex_a-execvpe.obj: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo -c -o misc/lib32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib32_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` + +misc/lib32_libmingwex_a-feclearexcept.o: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo -c -o misc/lib32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib32_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c + +misc/lib32_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo -c -o misc/lib32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib32_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` + +misc/lib32_libmingwex_a-fegetenv.o: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo -c -o misc/lib32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib32_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c + +misc/lib32_libmingwex_a-fegetenv.obj: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo -c -o misc/lib32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib32_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` + +misc/lib32_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib32_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c + +misc/lib32_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib32_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` + +misc/lib32_libmingwex_a-fegetround.o: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo -c -o misc/lib32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib32_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c + +misc/lib32_libmingwex_a-fegetround.obj: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo -c -o misc/lib32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib32_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` + +misc/lib32_libmingwex_a-feholdexcept.o: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo -c -o misc/lib32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib32_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c + +misc/lib32_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo -c -o misc/lib32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib32_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` + +misc/lib32_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib32_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c + +misc/lib32_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib32_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` + +misc/lib32_libmingwex_a-fesetenv.o: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo -c -o misc/lib32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib32_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c + +misc/lib32_libmingwex_a-fesetenv.obj: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo -c -o misc/lib32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib32_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` + +misc/lib32_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib32_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c + +misc/lib32_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib32_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` + +misc/lib32_libmingwex_a-fesetround.o: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo -c -o misc/lib32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib32_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c + +misc/lib32_libmingwex_a-fesetround.obj: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo -c -o misc/lib32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib32_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` + +misc/lib32_libmingwex_a-fetestexcept.o: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo -c -o misc/lib32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib32_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c + +misc/lib32_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo -c -o misc/lib32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib32_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` + +misc/lib32_libmingwex_a-feupdateenv.o: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo -c -o misc/lib32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib32_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c + +misc/lib32_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo -c -o misc/lib32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib32_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` + +misc/lib32_libmingwex_a-ftruncate.o: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo -c -o misc/lib32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib32_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c + +misc/lib32_libmingwex_a-ftruncate.obj: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo -c -o misc/lib32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib32_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` + +misc/lib32_libmingwex_a-fwide.o: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo -c -o misc/lib32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib32_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c + +misc/lib32_libmingwex_a-fwide.obj: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo -c -o misc/lib32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib32_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` + +misc/lib32_libmingwex_a-getlogin.o: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo -c -o misc/lib32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib32_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c + +misc/lib32_libmingwex_a-getlogin.obj: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo -c -o misc/lib32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib32_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` + +misc/lib32_libmingwex_a-getopt.o: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo -c -o misc/lib32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib32_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c + +misc/lib32_libmingwex_a-getopt.obj: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo -c -o misc/lib32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib32_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` + +misc/lib32_libmingwex_a-gettimeofday.o: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo -c -o misc/lib32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib32_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c + +misc/lib32_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo -c -o misc/lib32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib32_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` + +misc/lib32_libmingwex_a-imaxabs.o: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo -c -o misc/lib32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib32_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c + +misc/lib32_libmingwex_a-imaxabs.obj: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo -c -o misc/lib32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib32_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` + +misc/lib32_libmingwex_a-imaxdiv.o: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo -c -o misc/lib32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib32_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c + +misc/lib32_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo -c -o misc/lib32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib32_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` + +misc/lib32_libmingwex_a-isblank.o: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo -c -o misc/lib32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib32_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c + +misc/lib32_libmingwex_a-isblank.obj: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo -c -o misc/lib32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib32_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` + +misc/lib32_libmingwex_a-iswblank.o: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo -c -o misc/lib32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib32_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c + +misc/lib32_libmingwex_a-iswblank.obj: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo -c -o misc/lib32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib32_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` + +misc/lib32_libmingwex_a-mbrtowc.o: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo -c -o misc/lib32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib32_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c + +misc/lib32_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo -c -o misc/lib32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib32_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` + +misc/lib32_libmingwex_a-mbsinit.o: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo -c -o misc/lib32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib32_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c + +misc/lib32_libmingwex_a-mbsinit.obj: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo -c -o misc/lib32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib32_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` + +misc/lib32_libmingwex_a-mempcpy.o: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo -c -o misc/lib32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib32_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c + +misc/lib32_libmingwex_a-mempcpy.obj: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo -c -o misc/lib32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib32_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` + +misc/lib32_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib32_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c + +misc/lib32_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib32_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` + +misc/lib32_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib32_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c + +misc/lib32_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib32_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` + +misc/lib32_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib32_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c + +misc/lib32_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib32_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` + +misc/lib32_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib32_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c + +misc/lib32_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib32_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` + +misc/lib32_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib32_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c + +misc/lib32_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib32_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` + +misc/lib32_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib32_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c + +misc/lib32_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib32_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` + +misc/lib32_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib32_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c + +misc/lib32_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib32_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` + +misc/lib32_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib32_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c + +misc/lib32_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib32_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` + +misc/lib32_libmingwex_a-mkstemp.o: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo -c -o misc/lib32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib32_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c + +misc/lib32_libmingwex_a-mkstemp.obj: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo -c -o misc/lib32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib32_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` + +misc/lib32_libmingwex_a-seterrno.o: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo -c -o misc/lib32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib32_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c + +misc/lib32_libmingwex_a-seterrno.obj: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo -c -o misc/lib32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib32_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` + +misc/lib32_libmingwex_a-sleep.o: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo -c -o misc/lib32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib32_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c + +misc/lib32_libmingwex_a-sleep.obj: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo -c -o misc/lib32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib32_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` + +misc/lib32_libmingwex_a-spawnv.o: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo -c -o misc/lib32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib32_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c + +misc/lib32_libmingwex_a-spawnv.obj: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo -c -o misc/lib32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib32_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` + +misc/lib32_libmingwex_a-spawnve.o: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo -c -o misc/lib32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib32_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c + +misc/lib32_libmingwex_a-spawnve.obj: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo -c -o misc/lib32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib32_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` + +misc/lib32_libmingwex_a-spawnvp.o: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo -c -o misc/lib32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib32_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c + +misc/lib32_libmingwex_a-spawnvp.obj: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo -c -o misc/lib32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib32_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` + +misc/lib32_libmingwex_a-spawnvpe.o: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo -c -o misc/lib32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib32_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c + +misc/lib32_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo -c -o misc/lib32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib32_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` + +misc/lib32_libmingwex_a-strnlen.o: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo -c -o misc/lib32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib32_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c + +misc/lib32_libmingwex_a-strnlen.obj: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo -c -o misc/lib32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib32_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` + +misc/lib32_libmingwex_a-strsafe.o: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo -c -o misc/lib32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib32_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c + +misc/lib32_libmingwex_a-strsafe.obj: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo -c -o misc/lib32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib32_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` + +misc/lib32_libmingwex_a-strtoimax.o: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo -c -o misc/lib32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib32_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c + +misc/lib32_libmingwex_a-strtoimax.obj: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo -c -o misc/lib32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib32_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` + +misc/lib32_libmingwex_a-strtold.o: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo -c -o misc/lib32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib32_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c + +misc/lib32_libmingwex_a-strtold.obj: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo -c -o misc/lib32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib32_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` + +misc/lib32_libmingwex_a-strtoumax.o: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo -c -o misc/lib32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib32_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c + +misc/lib32_libmingwex_a-strtoumax.obj: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo -c -o misc/lib32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib32_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` + +misc/lib32_libmingwex_a-tdelete.o: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo -c -o misc/lib32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib32_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c + +misc/lib32_libmingwex_a-tdelete.obj: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo -c -o misc/lib32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib32_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` + +misc/lib32_libmingwex_a-tfind.o: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo -c -o misc/lib32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib32_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c + +misc/lib32_libmingwex_a-tfind.obj: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo -c -o misc/lib32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib32_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` + +misc/lib32_libmingwex_a-tsearch.o: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo -c -o misc/lib32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib32_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c + +misc/lib32_libmingwex_a-tsearch.obj: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo -c -o misc/lib32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib32_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` + +misc/lib32_libmingwex_a-twalk.o: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo -c -o misc/lib32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib32_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c + +misc/lib32_libmingwex_a-twalk.obj: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo -c -o misc/lib32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib32_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` + +misc/lib32_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib32_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c + +misc/lib32_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib32_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` + +misc/lib32_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib32_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c + +misc/lib32_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib32_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` + +misc/lib32_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c + +misc/lib32_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` + +misc/lib32_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c + +misc/lib32_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` + +misc/lib32_libmingwex_a-wassert.o: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo -c -o misc/lib32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib32_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c + +misc/lib32_libmingwex_a-wassert.obj: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo -c -o misc/lib32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib32_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` + +misc/lib32_libmingwex_a-wcrtomb.o: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo -c -o misc/lib32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib32_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c + +misc/lib32_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo -c -o misc/lib32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib32_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` + +misc/lib32_libmingwex_a-wcsnlen.o: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo -c -o misc/lib32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib32_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c + +misc/lib32_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo -c -o misc/lib32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib32_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` + +misc/lib32_libmingwex_a-wcstof.o: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo -c -o misc/lib32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib32_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c + +misc/lib32_libmingwex_a-wcstof.obj: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo -c -o misc/lib32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib32_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` + +misc/lib32_libmingwex_a-wcstoimax.o: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo -c -o misc/lib32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib32_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c + +misc/lib32_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo -c -o misc/lib32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib32_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` + +misc/lib32_libmingwex_a-wcstold.o: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo -c -o misc/lib32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib32_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c + +misc/lib32_libmingwex_a-wcstold.obj: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo -c -o misc/lib32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib32_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` + +misc/lib32_libmingwex_a-wcstoumax.o: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo -c -o misc/lib32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib32_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c + +misc/lib32_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo -c -o misc/lib32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib32_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` + +misc/lib32_libmingwex_a-wctob.o: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo -c -o misc/lib32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib32_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c + +misc/lib32_libmingwex_a-wctob.obj: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo -c -o misc/lib32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib32_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` + +misc/lib32_libmingwex_a-wctrans.o: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo -c -o misc/lib32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib32_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c + +misc/lib32_libmingwex_a-wctrans.obj: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo -c -o misc/lib32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib32_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` + +misc/lib32_libmingwex_a-wctype.o: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo -c -o misc/lib32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib32_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c + +misc/lib32_libmingwex_a-wctype.obj: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo -c -o misc/lib32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib32_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` + +misc/lib32_libmingwex_a-wdirent.o: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo -c -o misc/lib32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib32_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c + +misc/lib32_libmingwex_a-wdirent.obj: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo -c -o misc/lib32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib32_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` + +misc/lib32_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib32_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c + +misc/lib32_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib32_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` + +misc/lib32_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib32_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c + +misc/lib32_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib32_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` + +misc/lib32_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib32_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c + +misc/lib32_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib32_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` + +misc/lib32_libmingwex_a-wmemchr.o: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo -c -o misc/lib32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib32_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c + +misc/lib32_libmingwex_a-wmemchr.obj: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo -c -o misc/lib32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib32_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` + +misc/lib32_libmingwex_a-wmemcmp.o: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo -c -o misc/lib32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib32_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c + +misc/lib32_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo -c -o misc/lib32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib32_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` + +misc/lib32_libmingwex_a-wmemcpy.o: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo -c -o misc/lib32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib32_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c + +misc/lib32_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo -c -o misc/lib32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib32_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` + +misc/lib32_libmingwex_a-wmemmove.o: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo -c -o misc/lib32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib32_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c + +misc/lib32_libmingwex_a-wmemmove.obj: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo -c -o misc/lib32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib32_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` + +misc/lib32_libmingwex_a-wmempcpy.o: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo -c -o misc/lib32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib32_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c + +misc/lib32_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo -c -o misc/lib32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib32_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` + +misc/lib32_libmingwex_a-wmemset.o: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo -c -o misc/lib32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib32_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c + +misc/lib32_libmingwex_a-wmemset.obj: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo -c -o misc/lib32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib32_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` + +misc/lib32_libmingwex_a-ftw.o: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo -c -o misc/lib32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib32_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c + +misc/lib32_libmingwex_a-ftw.obj: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo -c -o misc/lib32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib32_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` + +misc/lib32_libmingwex_a-ftw64.o: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo -c -o misc/lib32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib32_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c + +misc/lib32_libmingwex_a-ftw64.obj: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo -c -o misc/lib32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib32_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` + +stdio/lib32_libmingwex_a-strtok_r.o: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo -c -o stdio/lib32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib32_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c + +stdio/lib32_libmingwex_a-strtok_r.obj: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo -c -o stdio/lib32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib32_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` + +stdio/lib32_libmingwex_a-_Exit.o: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo -c -o stdio/lib32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib32_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c + +stdio/lib32_libmingwex_a-_Exit.obj: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo -c -o stdio/lib32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib32_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` + +stdio/lib32_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib32_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c + +stdio/lib32_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib32_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` + +stdio/lib32_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib32_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c + +stdio/lib32_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib32_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` + +stdio/lib32_libmingwex_a-_fstat.o: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo -c -o stdio/lib32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib32_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c + +stdio/lib32_libmingwex_a-_fstat.obj: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo -c -o stdio/lib32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib32_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` + +stdio/lib32_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib32_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c + +stdio/lib32_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib32_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` + +stdio/lib32_libmingwex_a-_ftime.o: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo -c -o stdio/lib32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib32_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c + +stdio/lib32_libmingwex_a-_ftime.obj: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo -c -o stdio/lib32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib32_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` + +stdio/lib32_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib32_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c + +stdio/lib32_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib32_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` + +stdio/lib32_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib32_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c + +stdio/lib32_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib32_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` + +stdio/lib32_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib32_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c + +stdio/lib32_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib32_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` + +stdio/lib32_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib32_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c + +stdio/lib32_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib32_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` + +stdio/lib32_libmingwex_a-_stat.o: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo -c -o stdio/lib32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib32_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c + +stdio/lib32_libmingwex_a-_stat.obj: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo -c -o stdio/lib32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib32_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` + +stdio/lib32_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib32_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c + +stdio/lib32_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib32_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` + +stdio/lib32_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib32_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c + +stdio/lib32_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib32_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` + +stdio/lib32_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib32_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c + +stdio/lib32_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib32_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` + +stdio/lib32_libmingwex_a-_wstat.o: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo -c -o stdio/lib32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib32_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c + +stdio/lib32_libmingwex_a-_wstat.obj: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo -c -o stdio/lib32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib32_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` + +stdio/lib32_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib32_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c + +stdio/lib32_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib32_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` + +stdio/lib32_libmingwex_a-asprintf.o: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo -c -o stdio/lib32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib32_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c + +stdio/lib32_libmingwex_a-asprintf.obj: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo -c -o stdio/lib32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib32_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` + +stdio/lib32_libmingwex_a-atoll.o: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo -c -o stdio/lib32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib32_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c + +stdio/lib32_libmingwex_a-atoll.obj: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo -c -o stdio/lib32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib32_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` + +stdio/lib32_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib32_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c + +stdio/lib32_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib32_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` + +stdio/lib32_libmingwex_a-fopen64.o: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo -c -o stdio/lib32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib32_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c + +stdio/lib32_libmingwex_a-fopen64.obj: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo -c -o stdio/lib32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib32_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` + +stdio/lib32_libmingwex_a-fseeko32.o: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo -c -o stdio/lib32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib32_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c + +stdio/lib32_libmingwex_a-fseeko32.obj: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo -c -o stdio/lib32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib32_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` + +stdio/lib32_libmingwex_a-fseeko64.o: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo -c -o stdio/lib32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib32_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c + +stdio/lib32_libmingwex_a-fseeko64.obj: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo -c -o stdio/lib32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib32_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` + +stdio/lib32_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib32_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c + +stdio/lib32_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib32_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` + +stdio/lib32_libmingwex_a-ftello.o: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo -c -o stdio/lib32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib32_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c + +stdio/lib32_libmingwex_a-ftello.obj: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo -c -o stdio/lib32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib32_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` + +stdio/lib32_libmingwex_a-ftello64.o: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo -c -o stdio/lib32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib32_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c + +stdio/lib32_libmingwex_a-ftello64.obj: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo -c -o stdio/lib32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib32_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` + +stdio/lib32_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib32_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c + +stdio/lib32_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib32_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` + +stdio/lib32_libmingwex_a-lltoa.o: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo -c -o stdio/lib32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib32_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c + +stdio/lib32_libmingwex_a-lltoa.obj: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo -c -o stdio/lib32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib32_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` + +stdio/lib32_libmingwex_a-lltow.o: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo -c -o stdio/lib32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib32_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c + +stdio/lib32_libmingwex_a-lltow.obj: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo -c -o stdio/lib32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib32_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` + +stdio/lib32_libmingwex_a-lseek64.o: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo -c -o stdio/lib32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib32_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c + +stdio/lib32_libmingwex_a-lseek64.obj: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo -c -o stdio/lib32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib32_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` + +stdio/lib32_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib32_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c + +stdio/lib32_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib32_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib32_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c + +stdio/lib32_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib32_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib32_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c + +stdio/lib32_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib32_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib32_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c + +stdio/lib32_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib32_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib32_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c + +stdio/lib32_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib32_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` + +stdio/lib32_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib32_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c + +stdio/lib32_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib32_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib32_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c + +stdio/lib32_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib32_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib32_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c + +stdio/lib32_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib32_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib32_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c + +stdio/lib32_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib32_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib32_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c + +stdio/lib32_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib32_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib32_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c + +stdio/lib32_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib32_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib32_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c + +stdio/lib32_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib32_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib32_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c + +stdio/lib32_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib32_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib32_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c + +stdio/lib32_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib32_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib32_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c + +stdio/lib32_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib32_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib32_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c + +stdio/lib32_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib32_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c + +stdio/lib32_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib32_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c + +stdio/lib32_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib32_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib32_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c + +stdio/lib32_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib32_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c + +stdio/lib32_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c + +stdio/lib32_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c + +stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c + +stdio/lib32_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c + +stdio/lib32_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` + +stdio/lib32_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib32_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c + +stdio/lib32_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib32_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib32_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c + +stdio/lib32_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib32_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` + +stdio/lib32_libmingwex_a-snprintf.o: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo -c -o stdio/lib32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib32_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c + +stdio/lib32_libmingwex_a-snprintf.obj: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo -c -o stdio/lib32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib32_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` + +stdio/lib32_libmingwex_a-snwprintf.o: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo -c -o stdio/lib32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib32_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c + +stdio/lib32_libmingwex_a-snwprintf.obj: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo -c -o stdio/lib32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib32_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` + +stdio/lib32_libmingwex_a-strtof.o: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o stdio/lib32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c + +stdio/lib32_libmingwex_a-strtof.obj: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o stdio/lib32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` + +stdio/lib32_libmingwex_a-truncate.o: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo -c -o stdio/lib32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib32_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c + +stdio/lib32_libmingwex_a-truncate.obj: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo -c -o stdio/lib32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib32_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` + +stdio/lib32_libmingwex_a-ulltoa.o: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo -c -o stdio/lib32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib32_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c + +stdio/lib32_libmingwex_a-ulltoa.obj: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo -c -o stdio/lib32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib32_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` + +stdio/lib32_libmingwex_a-ulltow.o: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo -c -o stdio/lib32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib32_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c + +stdio/lib32_libmingwex_a-ulltow.obj: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo -c -o stdio/lib32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib32_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` + +stdio/lib32_libmingwex_a-vasprintf.o: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib32_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c + +stdio/lib32_libmingwex_a-vasprintf.obj: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib32_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` + +stdio/lib32_libmingwex_a-vfscanf.o: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib32_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c + +stdio/lib32_libmingwex_a-vfscanf.obj: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib32_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` + +stdio/lib32_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib32_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c + +stdio/lib32_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib32_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` + +stdio/lib32_libmingwex_a-vscanf.o: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo -c -o stdio/lib32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib32_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c + +stdio/lib32_libmingwex_a-vscanf.obj: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo -c -o stdio/lib32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib32_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` + +stdio/lib32_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib32_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c + +stdio/lib32_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib32_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` + +stdio/lib32_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib32_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c + +stdio/lib32_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib32_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` + +stdio/lib32_libmingwex_a-vsscanf.o: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib32_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c + +stdio/lib32_libmingwex_a-vsscanf.obj: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib32_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` + +stdio/lib32_libmingwex_a-vswscanf.o: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib32_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c + +stdio/lib32_libmingwex_a-vswscanf.obj: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib32_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` + +stdio/lib32_libmingwex_a-vwscanf.o: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib32_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c + +stdio/lib32_libmingwex_a-vwscanf.obj: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib32_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` + +stdio/lib32_libmingwex_a-wtoll.o: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo -c -o stdio/lib32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib32_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c + +stdio/lib32_libmingwex_a-wtoll.obj: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo -c -o stdio/lib32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib32_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` + +stdio/lib32_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib32_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c + +stdio/lib32_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib32_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` + +stdio/lib32_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib32_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c + +stdio/lib32_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib32_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` + +math/x86/lib32_libmingwex_a-acosf.o: math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo -c -o math/x86/lib32_libmingwex_a-acosf.o `test -f 'math/x86/acosf.c' || echo '$(srcdir)/'`math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosf.c' object='math/x86/lib32_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosf.o `test -f 'math/x86/acosf.c' || echo '$(srcdir)/'`math/x86/acosf.c + +math/x86/lib32_libmingwex_a-acosf.obj: math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo -c -o math/x86/lib32_libmingwex_a-acosf.obj `if test -f 'math/x86/acosf.c'; then $(CYGPATH_W) 'math/x86/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosf.c' object='math/x86/lib32_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosf.obj `if test -f 'math/x86/acosf.c'; then $(CYGPATH_W) 'math/x86/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosf.c'; fi` + +math/x86/lib32_libmingwex_a-acosh.o: math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosh.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo -c -o math/x86/lib32_libmingwex_a-acosh.o `test -f 'math/x86/acosh.c' || echo '$(srcdir)/'`math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosh.c' object='math/x86/lib32_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosh.o `test -f 'math/x86/acosh.c' || echo '$(srcdir)/'`math/x86/acosh.c + +math/x86/lib32_libmingwex_a-acosh.obj: math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo -c -o math/x86/lib32_libmingwex_a-acosh.obj `if test -f 'math/x86/acosh.c'; then $(CYGPATH_W) 'math/x86/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosh.c' object='math/x86/lib32_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosh.obj `if test -f 'math/x86/acosh.c'; then $(CYGPATH_W) 'math/x86/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosh.c'; fi` + +math/x86/lib32_libmingwex_a-acosl.o: math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo -c -o math/x86/lib32_libmingwex_a-acosl.o `test -f 'math/x86/acosl.c' || echo '$(srcdir)/'`math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosl.c' object='math/x86/lib32_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosl.o `test -f 'math/x86/acosl.c' || echo '$(srcdir)/'`math/x86/acosl.c + +math/x86/lib32_libmingwex_a-acosl.obj: math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acosl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo -c -o math/x86/lib32_libmingwex_a-acosl.obj `if test -f 'math/x86/acosl.c'; then $(CYGPATH_W) 'math/x86/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosl.c' object='math/x86/lib32_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acosl.obj `if test -f 'math/x86/acosl.c'; then $(CYGPATH_W) 'math/x86/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosl.c'; fi` + +math/x86/lib32_libmingwex_a-acoshf.o: math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acoshf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo -c -o math/x86/lib32_libmingwex_a-acoshf.o `test -f 'math/x86/acoshf.c' || echo '$(srcdir)/'`math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshf.c' object='math/x86/lib32_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acoshf.o `test -f 'math/x86/acoshf.c' || echo '$(srcdir)/'`math/x86/acoshf.c + +math/x86/lib32_libmingwex_a-acoshf.obj: math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acoshf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo -c -o math/x86/lib32_libmingwex_a-acoshf.obj `if test -f 'math/x86/acoshf.c'; then $(CYGPATH_W) 'math/x86/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshf.c' object='math/x86/lib32_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acoshf.obj `if test -f 'math/x86/acoshf.c'; then $(CYGPATH_W) 'math/x86/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshf.c'; fi` + +math/x86/lib32_libmingwex_a-acoshl.o: math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acoshl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo -c -o math/x86/lib32_libmingwex_a-acoshl.o `test -f 'math/x86/acoshl.c' || echo '$(srcdir)/'`math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshl.c' object='math/x86/lib32_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acoshl.o `test -f 'math/x86/acoshl.c' || echo '$(srcdir)/'`math/x86/acoshl.c + +math/x86/lib32_libmingwex_a-acoshl.obj: math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-acoshl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo -c -o math/x86/lib32_libmingwex_a-acoshl.obj `if test -f 'math/x86/acoshl.c'; then $(CYGPATH_W) 'math/x86/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshl.c' object='math/x86/lib32_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-acoshl.obj `if test -f 'math/x86/acoshl.c'; then $(CYGPATH_W) 'math/x86/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshl.c'; fi` + +math/x86/lib32_libmingwex_a-asinf.o: math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo -c -o math/x86/lib32_libmingwex_a-asinf.o `test -f 'math/x86/asinf.c' || echo '$(srcdir)/'`math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinf.c' object='math/x86/lib32_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinf.o `test -f 'math/x86/asinf.c' || echo '$(srcdir)/'`math/x86/asinf.c + +math/x86/lib32_libmingwex_a-asinf.obj: math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo -c -o math/x86/lib32_libmingwex_a-asinf.obj `if test -f 'math/x86/asinf.c'; then $(CYGPATH_W) 'math/x86/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinf.c' object='math/x86/lib32_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinf.obj `if test -f 'math/x86/asinf.c'; then $(CYGPATH_W) 'math/x86/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinf.c'; fi` + +math/x86/lib32_libmingwex_a-asinh.o: math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinh.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo -c -o math/x86/lib32_libmingwex_a-asinh.o `test -f 'math/x86/asinh.c' || echo '$(srcdir)/'`math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinh.c' object='math/x86/lib32_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinh.o `test -f 'math/x86/asinh.c' || echo '$(srcdir)/'`math/x86/asinh.c + +math/x86/lib32_libmingwex_a-asinh.obj: math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo -c -o math/x86/lib32_libmingwex_a-asinh.obj `if test -f 'math/x86/asinh.c'; then $(CYGPATH_W) 'math/x86/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinh.c' object='math/x86/lib32_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinh.obj `if test -f 'math/x86/asinh.c'; then $(CYGPATH_W) 'math/x86/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinh.c'; fi` + +math/x86/lib32_libmingwex_a-asinl.o: math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo -c -o math/x86/lib32_libmingwex_a-asinl.o `test -f 'math/x86/asinl.c' || echo '$(srcdir)/'`math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinl.c' object='math/x86/lib32_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinl.o `test -f 'math/x86/asinl.c' || echo '$(srcdir)/'`math/x86/asinl.c + +math/x86/lib32_libmingwex_a-asinl.obj: math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo -c -o math/x86/lib32_libmingwex_a-asinl.obj `if test -f 'math/x86/asinl.c'; then $(CYGPATH_W) 'math/x86/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinl.c' object='math/x86/lib32_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinl.obj `if test -f 'math/x86/asinl.c'; then $(CYGPATH_W) 'math/x86/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinl.c'; fi` + +math/x86/lib32_libmingwex_a-asinhf.o: math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinhf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo -c -o math/x86/lib32_libmingwex_a-asinhf.o `test -f 'math/x86/asinhf.c' || echo '$(srcdir)/'`math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhf.c' object='math/x86/lib32_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinhf.o `test -f 'math/x86/asinhf.c' || echo '$(srcdir)/'`math/x86/asinhf.c + +math/x86/lib32_libmingwex_a-asinhf.obj: math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinhf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo -c -o math/x86/lib32_libmingwex_a-asinhf.obj `if test -f 'math/x86/asinhf.c'; then $(CYGPATH_W) 'math/x86/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhf.c' object='math/x86/lib32_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinhf.obj `if test -f 'math/x86/asinhf.c'; then $(CYGPATH_W) 'math/x86/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhf.c'; fi` + +math/x86/lib32_libmingwex_a-asinhl.o: math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinhl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo -c -o math/x86/lib32_libmingwex_a-asinhl.o `test -f 'math/x86/asinhl.c' || echo '$(srcdir)/'`math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhl.c' object='math/x86/lib32_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinhl.o `test -f 'math/x86/asinhl.c' || echo '$(srcdir)/'`math/x86/asinhl.c + +math/x86/lib32_libmingwex_a-asinhl.obj: math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-asinhl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo -c -o math/x86/lib32_libmingwex_a-asinhl.obj `if test -f 'math/x86/asinhl.c'; then $(CYGPATH_W) 'math/x86/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhl.c' object='math/x86/lib32_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-asinhl.obj `if test -f 'math/x86/asinhl.c'; then $(CYGPATH_W) 'math/x86/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhl.c'; fi` + +math/x86/lib32_libmingwex_a-atan2f.o: math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo -c -o math/x86/lib32_libmingwex_a-atan2f.o `test -f 'math/x86/atan2f.c' || echo '$(srcdir)/'`math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2f.c' object='math/x86/lib32_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2f.o `test -f 'math/x86/atan2f.c' || echo '$(srcdir)/'`math/x86/atan2f.c + +math/x86/lib32_libmingwex_a-atan2f.obj: math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo -c -o math/x86/lib32_libmingwex_a-atan2f.obj `if test -f 'math/x86/atan2f.c'; then $(CYGPATH_W) 'math/x86/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2f.c' object='math/x86/lib32_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2f.obj `if test -f 'math/x86/atan2f.c'; then $(CYGPATH_W) 'math/x86/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2f.c'; fi` + +math/x86/lib32_libmingwex_a-atan2.o: math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo -c -o math/x86/lib32_libmingwex_a-atan2.o `test -f 'math/x86/atan2.c' || echo '$(srcdir)/'`math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2.c' object='math/x86/lib32_libmingwex_a-atan2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2.o `test -f 'math/x86/atan2.c' || echo '$(srcdir)/'`math/x86/atan2.c + +math/x86/lib32_libmingwex_a-atan2.obj: math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo -c -o math/x86/lib32_libmingwex_a-atan2.obj `if test -f 'math/x86/atan2.c'; then $(CYGPATH_W) 'math/x86/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2.c' object='math/x86/lib32_libmingwex_a-atan2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2.obj `if test -f 'math/x86/atan2.c'; then $(CYGPATH_W) 'math/x86/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2.c'; fi` + +math/x86/lib32_libmingwex_a-atan2l.o: math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo -c -o math/x86/lib32_libmingwex_a-atan2l.o `test -f 'math/x86/atan2l.c' || echo '$(srcdir)/'`math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2l.c' object='math/x86/lib32_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2l.o `test -f 'math/x86/atan2l.c' || echo '$(srcdir)/'`math/x86/atan2l.c + +math/x86/lib32_libmingwex_a-atan2l.obj: math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atan2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo -c -o math/x86/lib32_libmingwex_a-atan2l.obj `if test -f 'math/x86/atan2l.c'; then $(CYGPATH_W) 'math/x86/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2l.c' object='math/x86/lib32_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atan2l.obj `if test -f 'math/x86/atan2l.c'; then $(CYGPATH_W) 'math/x86/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2l.c'; fi` + +math/x86/lib32_libmingwex_a-atanf.o: math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo -c -o math/x86/lib32_libmingwex_a-atanf.o `test -f 'math/x86/atanf.c' || echo '$(srcdir)/'`math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanf.c' object='math/x86/lib32_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanf.o `test -f 'math/x86/atanf.c' || echo '$(srcdir)/'`math/x86/atanf.c + +math/x86/lib32_libmingwex_a-atanf.obj: math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo -c -o math/x86/lib32_libmingwex_a-atanf.obj `if test -f 'math/x86/atanf.c'; then $(CYGPATH_W) 'math/x86/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanf.c' object='math/x86/lib32_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanf.obj `if test -f 'math/x86/atanf.c'; then $(CYGPATH_W) 'math/x86/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanf.c'; fi` + +math/x86/lib32_libmingwex_a-atanh.o: math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanh.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo -c -o math/x86/lib32_libmingwex_a-atanh.o `test -f 'math/x86/atanh.c' || echo '$(srcdir)/'`math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanh.c' object='math/x86/lib32_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanh.o `test -f 'math/x86/atanh.c' || echo '$(srcdir)/'`math/x86/atanh.c + +math/x86/lib32_libmingwex_a-atanh.obj: math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo -c -o math/x86/lib32_libmingwex_a-atanh.obj `if test -f 'math/x86/atanh.c'; then $(CYGPATH_W) 'math/x86/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanh.c' object='math/x86/lib32_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanh.obj `if test -f 'math/x86/atanh.c'; then $(CYGPATH_W) 'math/x86/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanh.c'; fi` + +math/x86/lib32_libmingwex_a-atanl.o: math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo -c -o math/x86/lib32_libmingwex_a-atanl.o `test -f 'math/x86/atanl.c' || echo '$(srcdir)/'`math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanl.c' object='math/x86/lib32_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanl.o `test -f 'math/x86/atanl.c' || echo '$(srcdir)/'`math/x86/atanl.c + +math/x86/lib32_libmingwex_a-atanl.obj: math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo -c -o math/x86/lib32_libmingwex_a-atanl.obj `if test -f 'math/x86/atanl.c'; then $(CYGPATH_W) 'math/x86/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanl.c' object='math/x86/lib32_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanl.obj `if test -f 'math/x86/atanl.c'; then $(CYGPATH_W) 'math/x86/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanl.c'; fi` + +math/x86/lib32_libmingwex_a-atanhf.o: math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanhf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo -c -o math/x86/lib32_libmingwex_a-atanhf.o `test -f 'math/x86/atanhf.c' || echo '$(srcdir)/'`math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhf.c' object='math/x86/lib32_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanhf.o `test -f 'math/x86/atanhf.c' || echo '$(srcdir)/'`math/x86/atanhf.c + +math/x86/lib32_libmingwex_a-atanhf.obj: math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanhf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo -c -o math/x86/lib32_libmingwex_a-atanhf.obj `if test -f 'math/x86/atanhf.c'; then $(CYGPATH_W) 'math/x86/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhf.c' object='math/x86/lib32_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanhf.obj `if test -f 'math/x86/atanhf.c'; then $(CYGPATH_W) 'math/x86/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhf.c'; fi` + +math/x86/lib32_libmingwex_a-atanhl.o: math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanhl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo -c -o math/x86/lib32_libmingwex_a-atanhl.o `test -f 'math/x86/atanhl.c' || echo '$(srcdir)/'`math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhl.c' object='math/x86/lib32_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanhl.o `test -f 'math/x86/atanhl.c' || echo '$(srcdir)/'`math/x86/atanhl.c + +math/x86/lib32_libmingwex_a-atanhl.obj: math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-atanhl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo -c -o math/x86/lib32_libmingwex_a-atanhl.obj `if test -f 'math/x86/atanhl.c'; then $(CYGPATH_W) 'math/x86/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhl.c' object='math/x86/lib32_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-atanhl.obj `if test -f 'math/x86/atanhl.c'; then $(CYGPATH_W) 'math/x86/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhl.c'; fi` + +math/x86/lib32_libmingwex_a-cos.o: math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cos.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo -c -o math/x86/lib32_libmingwex_a-cos.o `test -f 'math/x86/cos.c' || echo '$(srcdir)/'`math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cos.c' object='math/x86/lib32_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cos.o `test -f 'math/x86/cos.c' || echo '$(srcdir)/'`math/x86/cos.c + +math/x86/lib32_libmingwex_a-cos.obj: math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cos.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo -c -o math/x86/lib32_libmingwex_a-cos.obj `if test -f 'math/x86/cos.c'; then $(CYGPATH_W) 'math/x86/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cos.c' object='math/x86/lib32_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cos.obj `if test -f 'math/x86/cos.c'; then $(CYGPATH_W) 'math/x86/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cos.c'; fi` + +math/x86/lib32_libmingwex_a-cosf.o: math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cosf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo -c -o math/x86/lib32_libmingwex_a-cosf.o `test -f 'math/x86/cosf.c' || echo '$(srcdir)/'`math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosf.c' object='math/x86/lib32_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cosf.o `test -f 'math/x86/cosf.c' || echo '$(srcdir)/'`math/x86/cosf.c + +math/x86/lib32_libmingwex_a-cosf.obj: math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cosf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo -c -o math/x86/lib32_libmingwex_a-cosf.obj `if test -f 'math/x86/cosf.c'; then $(CYGPATH_W) 'math/x86/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosf.c' object='math/x86/lib32_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cosf.obj `if test -f 'math/x86/cosf.c'; then $(CYGPATH_W) 'math/x86/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosf.c'; fi` + +math/x86/lib32_libmingwex_a-cosl.o: math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cosl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo -c -o math/x86/lib32_libmingwex_a-cosl.o `test -f 'math/x86/cosl.c' || echo '$(srcdir)/'`math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosl.c' object='math/x86/lib32_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cosl.o `test -f 'math/x86/cosl.c' || echo '$(srcdir)/'`math/x86/cosl.c + +math/x86/lib32_libmingwex_a-cosl.obj: math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cosl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo -c -o math/x86/lib32_libmingwex_a-cosl.obj `if test -f 'math/x86/cosl.c'; then $(CYGPATH_W) 'math/x86/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosl.c' object='math/x86/lib32_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cosl.obj `if test -f 'math/x86/cosl.c'; then $(CYGPATH_W) 'math/x86/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl.c'; fi` + +math/x86/lib32_libmingwex_a-cossin.o: math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cossin.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo -c -o math/x86/lib32_libmingwex_a-cossin.o `test -f 'math/x86/cossin.c' || echo '$(srcdir)/'`math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cossin.c' object='math/x86/lib32_libmingwex_a-cossin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cossin.o `test -f 'math/x86/cossin.c' || echo '$(srcdir)/'`math/x86/cossin.c + +math/x86/lib32_libmingwex_a-cossin.obj: math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-cossin.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo -c -o math/x86/lib32_libmingwex_a-cossin.obj `if test -f 'math/x86/cossin.c'; then $(CYGPATH_W) 'math/x86/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cossin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-cossin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cossin.c' object='math/x86/lib32_libmingwex_a-cossin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-cossin.obj `if test -f 'math/x86/cossin.c'; then $(CYGPATH_W) 'math/x86/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cossin.c'; fi` + +math/x86/lib32_libmingwex_a-exp.o: math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-exp.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo -c -o math/x86/lib32_libmingwex_a-exp.o `test -f 'math/x86/exp.c' || echo '$(srcdir)/'`math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/exp.c' object='math/x86/lib32_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-exp.o `test -f 'math/x86/exp.c' || echo '$(srcdir)/'`math/x86/exp.c + +math/x86/lib32_libmingwex_a-exp.obj: math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-exp.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo -c -o math/x86/lib32_libmingwex_a-exp.obj `if test -f 'math/x86/exp.c'; then $(CYGPATH_W) 'math/x86/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/exp.c' object='math/x86/lib32_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-exp.obj `if test -f 'math/x86/exp.c'; then $(CYGPATH_W) 'math/x86/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp.c'; fi` + +math/x86/lib32_libmingwex_a-expl.o: math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo -c -o math/x86/lib32_libmingwex_a-expl.o `test -f 'math/x86/expl.c' || echo '$(srcdir)/'`math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expl.c' object='math/x86/lib32_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expl.o `test -f 'math/x86/expl.c' || echo '$(srcdir)/'`math/x86/expl.c + +math/x86/lib32_libmingwex_a-expl.obj: math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo -c -o math/x86/lib32_libmingwex_a-expl.obj `if test -f 'math/x86/expl.c'; then $(CYGPATH_W) 'math/x86/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expl.c' object='math/x86/lib32_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expl.obj `if test -f 'math/x86/expl.c'; then $(CYGPATH_W) 'math/x86/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expl.c'; fi` + +math/x86/lib32_libmingwex_a-expm1.o: math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo -c -o math/x86/lib32_libmingwex_a-expm1.o `test -f 'math/x86/expm1.c' || echo '$(srcdir)/'`math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1.c' object='math/x86/lib32_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1.o `test -f 'math/x86/expm1.c' || echo '$(srcdir)/'`math/x86/expm1.c + +math/x86/lib32_libmingwex_a-expm1.obj: math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo -c -o math/x86/lib32_libmingwex_a-expm1.obj `if test -f 'math/x86/expm1.c'; then $(CYGPATH_W) 'math/x86/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1.c' object='math/x86/lib32_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1.obj `if test -f 'math/x86/expm1.c'; then $(CYGPATH_W) 'math/x86/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1.c'; fi` + +math/x86/lib32_libmingwex_a-expm1f.o: math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1f.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo -c -o math/x86/lib32_libmingwex_a-expm1f.o `test -f 'math/x86/expm1f.c' || echo '$(srcdir)/'`math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1f.c' object='math/x86/lib32_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1f.o `test -f 'math/x86/expm1f.c' || echo '$(srcdir)/'`math/x86/expm1f.c + +math/x86/lib32_libmingwex_a-expm1f.obj: math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo -c -o math/x86/lib32_libmingwex_a-expm1f.obj `if test -f 'math/x86/expm1f.c'; then $(CYGPATH_W) 'math/x86/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1f.c' object='math/x86/lib32_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1f.obj `if test -f 'math/x86/expm1f.c'; then $(CYGPATH_W) 'math/x86/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1f.c'; fi` + +math/x86/lib32_libmingwex_a-expm1l.o: math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1l.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo -c -o math/x86/lib32_libmingwex_a-expm1l.o `test -f 'math/x86/expm1l.c' || echo '$(srcdir)/'`math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1l.c' object='math/x86/lib32_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1l.o `test -f 'math/x86/expm1l.c' || echo '$(srcdir)/'`math/x86/expm1l.c + +math/x86/lib32_libmingwex_a-expm1l.obj: math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-expm1l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo -c -o math/x86/lib32_libmingwex_a-expm1l.obj `if test -f 'math/x86/expm1l.c'; then $(CYGPATH_W) 'math/x86/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1l.c' object='math/x86/lib32_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-expm1l.obj `if test -f 'math/x86/expm1l.c'; then $(CYGPATH_W) 'math/x86/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1l.c'; fi` + +math/x86/lib32_libmingwex_a-fmod.o: math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmod.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo -c -o math/x86/lib32_libmingwex_a-fmod.o `test -f 'math/x86/fmod.c' || echo '$(srcdir)/'`math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmod.c' object='math/x86/lib32_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmod.o `test -f 'math/x86/fmod.c' || echo '$(srcdir)/'`math/x86/fmod.c + +math/x86/lib32_libmingwex_a-fmod.obj: math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmod.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo -c -o math/x86/lib32_libmingwex_a-fmod.obj `if test -f 'math/x86/fmod.c'; then $(CYGPATH_W) 'math/x86/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmod.c' object='math/x86/lib32_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmod.obj `if test -f 'math/x86/fmod.c'; then $(CYGPATH_W) 'math/x86/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmod.c'; fi` + +math/x86/lib32_libmingwex_a-fmodf.o: math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmodf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo -c -o math/x86/lib32_libmingwex_a-fmodf.o `test -f 'math/x86/fmodf.c' || echo '$(srcdir)/'`math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodf.c' object='math/x86/lib32_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmodf.o `test -f 'math/x86/fmodf.c' || echo '$(srcdir)/'`math/x86/fmodf.c + +math/x86/lib32_libmingwex_a-fmodf.obj: math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmodf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo -c -o math/x86/lib32_libmingwex_a-fmodf.obj `if test -f 'math/x86/fmodf.c'; then $(CYGPATH_W) 'math/x86/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodf.c' object='math/x86/lib32_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmodf.obj `if test -f 'math/x86/fmodf.c'; then $(CYGPATH_W) 'math/x86/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodf.c'; fi` + +math/x86/lib32_libmingwex_a-fmodl.o: math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmodl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo -c -o math/x86/lib32_libmingwex_a-fmodl.o `test -f 'math/x86/fmodl.c' || echo '$(srcdir)/'`math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodl.c' object='math/x86/lib32_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmodl.o `test -f 'math/x86/fmodl.c' || echo '$(srcdir)/'`math/x86/fmodl.c + +math/x86/lib32_libmingwex_a-fmodl.obj: math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fmodl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo -c -o math/x86/lib32_libmingwex_a-fmodl.obj `if test -f 'math/x86/fmodl.c'; then $(CYGPATH_W) 'math/x86/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodl.c' object='math/x86/lib32_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fmodl.obj `if test -f 'math/x86/fmodl.c'; then $(CYGPATH_W) 'math/x86/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodl.c'; fi` + +math/x86/lib32_libmingwex_a-fucom.o: math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fucom.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo -c -o math/x86/lib32_libmingwex_a-fucom.o `test -f 'math/x86/fucom.c' || echo '$(srcdir)/'`math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fucom.c' object='math/x86/lib32_libmingwex_a-fucom.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fucom.o `test -f 'math/x86/fucom.c' || echo '$(srcdir)/'`math/x86/fucom.c + +math/x86/lib32_libmingwex_a-fucom.obj: math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-fucom.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo -c -o math/x86/lib32_libmingwex_a-fucom.obj `if test -f 'math/x86/fucom.c'; then $(CYGPATH_W) 'math/x86/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fucom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-fucom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fucom.c' object='math/x86/lib32_libmingwex_a-fucom.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-fucom.obj `if test -f 'math/x86/fucom.c'; then $(CYGPATH_W) 'math/x86/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fucom.c'; fi` + +math/x86/lib32_libmingwex_a-ldexp.o: math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-ldexp.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo -c -o math/x86/lib32_libmingwex_a-ldexp.o `test -f 'math/x86/ldexp.c' || echo '$(srcdir)/'`math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexp.c' object='math/x86/lib32_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-ldexp.o `test -f 'math/x86/ldexp.c' || echo '$(srcdir)/'`math/x86/ldexp.c + +math/x86/lib32_libmingwex_a-ldexp.obj: math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-ldexp.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo -c -o math/x86/lib32_libmingwex_a-ldexp.obj `if test -f 'math/x86/ldexp.c'; then $(CYGPATH_W) 'math/x86/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexp.c' object='math/x86/lib32_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-ldexp.obj `if test -f 'math/x86/ldexp.c'; then $(CYGPATH_W) 'math/x86/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexp.c'; fi` + +math/x86/lib32_libmingwex_a-ldexpl.o: math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-ldexpl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo -c -o math/x86/lib32_libmingwex_a-ldexpl.o `test -f 'math/x86/ldexpl.c' || echo '$(srcdir)/'`math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexpl.c' object='math/x86/lib32_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-ldexpl.o `test -f 'math/x86/ldexpl.c' || echo '$(srcdir)/'`math/x86/ldexpl.c + +math/x86/lib32_libmingwex_a-ldexpl.obj: math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-ldexpl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo -c -o math/x86/lib32_libmingwex_a-ldexpl.obj `if test -f 'math/x86/ldexpl.c'; then $(CYGPATH_W) 'math/x86/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexpl.c' object='math/x86/lib32_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-ldexpl.obj `if test -f 'math/x86/ldexpl.c'; then $(CYGPATH_W) 'math/x86/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexpl.c'; fi` + +math/x86/lib32_libmingwex_a-log.o: math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-log.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Tpo -c -o math/x86/lib32_libmingwex_a-log.o `test -f 'math/x86/log.c' || echo '$(srcdir)/'`math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/log.c' object='math/x86/lib32_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-log.o `test -f 'math/x86/log.c' || echo '$(srcdir)/'`math/x86/log.c + +math/x86/lib32_libmingwex_a-log.obj: math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-log.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Tpo -c -o math/x86/lib32_libmingwex_a-log.obj `if test -f 'math/x86/log.c'; then $(CYGPATH_W) 'math/x86/log.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/log.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/log.c' object='math/x86/lib32_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-log.obj `if test -f 'math/x86/log.c'; then $(CYGPATH_W) 'math/x86/log.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/log.c'; fi` + +math/x86/lib32_libmingwex_a-logb.o: math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logb.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo -c -o math/x86/lib32_libmingwex_a-logb.o `test -f 'math/x86/logb.c' || echo '$(srcdir)/'`math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logb.c' object='math/x86/lib32_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logb.o `test -f 'math/x86/logb.c' || echo '$(srcdir)/'`math/x86/logb.c + +math/x86/lib32_libmingwex_a-logb.obj: math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logb.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo -c -o math/x86/lib32_libmingwex_a-logb.obj `if test -f 'math/x86/logb.c'; then $(CYGPATH_W) 'math/x86/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logb.c' object='math/x86/lib32_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logb.obj `if test -f 'math/x86/logb.c'; then $(CYGPATH_W) 'math/x86/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logb.c'; fi` + +math/x86/lib32_libmingwex_a-logbf.o: math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logbf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo -c -o math/x86/lib32_libmingwex_a-logbf.o `test -f 'math/x86/logbf.c' || echo '$(srcdir)/'`math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbf.c' object='math/x86/lib32_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logbf.o `test -f 'math/x86/logbf.c' || echo '$(srcdir)/'`math/x86/logbf.c + +math/x86/lib32_libmingwex_a-logbf.obj: math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logbf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo -c -o math/x86/lib32_libmingwex_a-logbf.obj `if test -f 'math/x86/logbf.c'; then $(CYGPATH_W) 'math/x86/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbf.c' object='math/x86/lib32_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logbf.obj `if test -f 'math/x86/logbf.c'; then $(CYGPATH_W) 'math/x86/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbf.c'; fi` + +math/x86/lib32_libmingwex_a-logbl.o: math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logbl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo -c -o math/x86/lib32_libmingwex_a-logbl.o `test -f 'math/x86/logbl.c' || echo '$(srcdir)/'`math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbl.c' object='math/x86/lib32_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logbl.o `test -f 'math/x86/logbl.c' || echo '$(srcdir)/'`math/x86/logbl.c + +math/x86/lib32_libmingwex_a-logbl.obj: math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logbl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo -c -o math/x86/lib32_libmingwex_a-logbl.obj `if test -f 'math/x86/logbl.c'; then $(CYGPATH_W) 'math/x86/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbl.c' object='math/x86/lib32_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logbl.obj `if test -f 'math/x86/logbl.c'; then $(CYGPATH_W) 'math/x86/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbl.c'; fi` + +math/x86/lib32_libmingwex_a-logl.o: math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo -c -o math/x86/lib32_libmingwex_a-logl.o `test -f 'math/x86/logl.c' || echo '$(srcdir)/'`math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logl.c' object='math/x86/lib32_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logl.o `test -f 'math/x86/logl.c' || echo '$(srcdir)/'`math/x86/logl.c + +math/x86/lib32_libmingwex_a-logl.obj: math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-logl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo -c -o math/x86/lib32_libmingwex_a-logl.obj `if test -f 'math/x86/logl.c'; then $(CYGPATH_W) 'math/x86/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logl.c' object='math/x86/lib32_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-logl.obj `if test -f 'math/x86/logl.c'; then $(CYGPATH_W) 'math/x86/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logl.c'; fi` + +math/x86/lib32_libmingwex_a-pow.o: math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-pow.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/x86/lib32_libmingwex_a-pow.o `test -f 'math/x86/pow.c' || echo '$(srcdir)/'`math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/pow.c' object='math/x86/lib32_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-pow.o `test -f 'math/x86/pow.c' || echo '$(srcdir)/'`math/x86/pow.c + +math/x86/lib32_libmingwex_a-pow.obj: math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-pow.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/x86/lib32_libmingwex_a-pow.obj `if test -f 'math/x86/pow.c'; then $(CYGPATH_W) 'math/x86/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/pow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/pow.c' object='math/x86/lib32_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-pow.obj `if test -f 'math/x86/pow.c'; then $(CYGPATH_W) 'math/x86/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/pow.c'; fi` + +math/x86/lib32_libmingwex_a-powl.o: math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-powl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo -c -o math/x86/lib32_libmingwex_a-powl.o `test -f 'math/x86/powl.c' || echo '$(srcdir)/'`math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/powl.c' object='math/x86/lib32_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-powl.o `test -f 'math/x86/powl.c' || echo '$(srcdir)/'`math/x86/powl.c + +math/x86/lib32_libmingwex_a-powl.obj: math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-powl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo -c -o math/x86/lib32_libmingwex_a-powl.obj `if test -f 'math/x86/powl.c'; then $(CYGPATH_W) 'math/x86/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/powl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/powl.c' object='math/x86/lib32_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-powl.obj `if test -f 'math/x86/powl.c'; then $(CYGPATH_W) 'math/x86/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/powl.c'; fi` + +math/x86/lib32_libmingwex_a-sin.o: math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sin.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo -c -o math/x86/lib32_libmingwex_a-sin.o `test -f 'math/x86/sin.c' || echo '$(srcdir)/'`math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sin.c' object='math/x86/lib32_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sin.o `test -f 'math/x86/sin.c' || echo '$(srcdir)/'`math/x86/sin.c + +math/x86/lib32_libmingwex_a-sin.obj: math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sin.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo -c -o math/x86/lib32_libmingwex_a-sin.obj `if test -f 'math/x86/sin.c'; then $(CYGPATH_W) 'math/x86/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sin.c' object='math/x86/lib32_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sin.obj `if test -f 'math/x86/sin.c'; then $(CYGPATH_W) 'math/x86/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sin.c'; fi` + +math/x86/lib32_libmingwex_a-sinf.o: math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sinf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo -c -o math/x86/lib32_libmingwex_a-sinf.o `test -f 'math/x86/sinf.c' || echo '$(srcdir)/'`math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinf.c' object='math/x86/lib32_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sinf.o `test -f 'math/x86/sinf.c' || echo '$(srcdir)/'`math/x86/sinf.c + +math/x86/lib32_libmingwex_a-sinf.obj: math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sinf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo -c -o math/x86/lib32_libmingwex_a-sinf.obj `if test -f 'math/x86/sinf.c'; then $(CYGPATH_W) 'math/x86/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinf.c' object='math/x86/lib32_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sinf.obj `if test -f 'math/x86/sinf.c'; then $(CYGPATH_W) 'math/x86/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinf.c'; fi` + +math/x86/lib32_libmingwex_a-sinl.o: math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sinl.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo -c -o math/x86/lib32_libmingwex_a-sinl.o `test -f 'math/x86/sinl.c' || echo '$(srcdir)/'`math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinl.c' object='math/x86/lib32_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sinl.o `test -f 'math/x86/sinl.c' || echo '$(srcdir)/'`math/x86/sinl.c + +math/x86/lib32_libmingwex_a-sinl.obj: math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-sinl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo -c -o math/x86/lib32_libmingwex_a-sinl.obj `if test -f 'math/x86/sinl.c'; then $(CYGPATH_W) 'math/x86/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinl.c' object='math/x86/lib32_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-sinl.obj `if test -f 'math/x86/sinl.c'; then $(CYGPATH_W) 'math/x86/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl.c'; fi` + +math/x86/lib32_libmingwex_a-tanf.o: math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-tanf.o -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo -c -o math/x86/lib32_libmingwex_a-tanf.o `test -f 'math/x86/tanf.c' || echo '$(srcdir)/'`math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/tanf.c' object='math/x86/lib32_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-tanf.o `test -f 'math/x86/tanf.c' || echo '$(srcdir)/'`math/x86/tanf.c + +math/x86/lib32_libmingwex_a-tanf.obj: math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib32_libmingwex_a-tanf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo -c -o math/x86/lib32_libmingwex_a-tanf.obj `if test -f 'math/x86/tanf.c'; then $(CYGPATH_W) 'math/x86/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo math/x86/$(DEPDIR)/lib32_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/tanf.c' object='math/x86/lib32_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib32_libmingwex_a-tanf.obj `if test -f 'math/x86/tanf.c'; then $(CYGPATH_W) 'math/x86/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanf.c'; fi` + +math/DFP/lib32_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c + +math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` + +math/DFP/lib32_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c + +math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` + +math/DFP/lib32_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c + +math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` + +math/DFP/lib32_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib32_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c + +math/DFP/lib32_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib32_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` + +math/DFP/lib32_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib32_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c + +math/DFP/lib32_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib32_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` + +math/DFP/lib32_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib32_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c + +math/DFP/lib32_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib32_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` + +math/DFP/lib32_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib32_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c + +math/DFP/lib32_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib32_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` + +math/DFP/lib32_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib32_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c + +math/DFP/lib32_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib32_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` + +math/DFP/lib32_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib32_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c + +math/DFP/lib32_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib32_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` + +math/DFP/lib32_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib32_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c + +math/DFP/lib32_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib32_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` + +math/DFP/lib32_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib32_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c + +math/DFP/lib32_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib32_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` + +math/DFP/lib32_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib32_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c + +math/DFP/lib32_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib32_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` + +libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c + +libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` + +lib32_libmoldname_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo -c -o lib32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c + +lib32_libmoldname_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo -c -o lib32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` + +misc/lib32_libmsvcr100_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr100_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr100_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr100_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr100_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr100_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr100_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr100_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr100_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr100_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr100_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr100_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr100_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr100_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr100_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr100_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr100_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr100_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr100_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr100_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr100_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr100_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr100_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr100_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr100_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr100_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr100_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr100_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr100_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr100_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr100_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr100_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr100_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr110_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr110_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr110_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr110_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr110_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr110_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr110_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr110_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr110_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr110_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr110_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr110_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr110_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr110_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr110_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr110_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr110_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr110_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr120_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr120_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr120_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr120_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr120_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr120_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr120_app_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_app_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120_app_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120_app_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_app_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr120_app_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_app_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120_app_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_app_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120_app_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_app_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr120_app_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_app_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120_app_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120_app_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_app_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr120_app_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120_app_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120_app_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120_app_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120_app_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120_app_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr120_app_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120_app_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120_app_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120_app_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120_app_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr120_app_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120_app_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120_app_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120_app_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120_app_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120_app_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr120d_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120d_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120d_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr120d_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120d_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr120d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr120d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr120d_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr120d_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120d_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120d_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr120d_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr120d_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr120d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr120d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr120d_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr120d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr120d_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120d_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120d_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr120d_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr120d_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr120d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr120d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr120d_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr120d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr80_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr80_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr80_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr80_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr80_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr80_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr80_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr80_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr80_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr80_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr80_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr80_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr80_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr80_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr80_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr80_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr80_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr80_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr80_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr80_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr80_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr80_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr80_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr80_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr80_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr80_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr80_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr80_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr80_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr80_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr80_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr80_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr80_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr90_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr90_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr90_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr90_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr90_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr90_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr90_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr90_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr90_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr90_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr90_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr90_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr90_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr90_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr90_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr90_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr90_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr90_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr90_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr90_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr90_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr90_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr90_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr90_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr90_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcr90d_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90d_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr90d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr90d_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcr90d_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90d_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Tpo -c -o misc/lib32_libmsvcr90d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcr90d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcr90d_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcr90d_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90d_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr90d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr90d_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcr90d_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcr90d_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcr90d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcr90d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcr90d_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcr90d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcr90d_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr90d_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr90d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr90d_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr90d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcr90d_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcr90d_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcr90d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcr90d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcr90d_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcr90d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcrt_os_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/lib32_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcrt_os_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c + +misc/lib32_libmsvcrt_os_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/lib32_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib32_libmsvcrt_os_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` + +misc/lib32_libmsvcrt_os_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcrt_os_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c + +misc/lib32_libmsvcrt_os_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/lib32_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib32_libmsvcrt_os_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` + +stdio/lib32_libmsvcrt_os_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_os_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcrt_os_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c + +stdio/lib32_libmsvcrt_os_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_os_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/lib32_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib32_libmsvcrt_os_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` + +misc/lib32_libmsvcrt_os_a-_configthreadlocale.o: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/lib32_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib32_libmsvcrt_os_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c + +misc/lib32_libmsvcrt_os_a-_configthreadlocale.obj: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/lib32_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib32_libmsvcrt_os_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` + +misc/lib32_libmsvcrt_os_a-_get_current_locale.o: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-_get_current_locale.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/lib32_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/lib32_libmsvcrt_os_a-_get_current_locale.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c + +misc/lib32_libmsvcrt_os_a-_get_current_locale.obj: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-_get_current_locale.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/lib32_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/lib32_libmsvcrt_os_a-_get_current_locale.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` + +misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c + +misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` + +misc/lib32_libmsvcrt_os_a-output_format.o: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Tpo -c -o misc/lib32_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib32_libmsvcrt_os_a-output_format.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c + +misc/lib32_libmsvcrt_os_a-output_format.obj: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Tpo -c -o misc/lib32_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib32_libmsvcrt_os_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` + +misc/lib32_libmsvcrt_os_a-purecall.o: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Tpo -c -o misc/lib32_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib32_libmsvcrt_os_a-purecall.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c + +misc/lib32_libmsvcrt_os_a-purecall.obj: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Tpo -c -o misc/lib32_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib32_libmsvcrt_os_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_access_s.o: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib32_libmsvcrt_os_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c + +secapi/lib32_libmsvcrt_os_a-_access_s.obj: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib32_libmsvcrt_os_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cgets_s.o: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib32_libmsvcrt_os_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c + +secapi/lib32_libmsvcrt_os_a-_cgets_s.obj: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib32_libmsvcrt_os_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cgetws_s.o: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib32_libmsvcrt_os_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c + +secapi/lib32_libmsvcrt_os_a-_cgetws_s.obj: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib32_libmsvcrt_os_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_chsize_s.o: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib32_libmsvcrt_os_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c + +secapi/lib32_libmsvcrt_os_a-_chsize_s.obj: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib32_libmsvcrt_os_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_controlfp_s.o: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib32_libmsvcrt_os_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c + +secapi/lib32_libmsvcrt_os_a-_controlfp_s.obj: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib32_libmsvcrt_os_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cprintf_s.o: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c + +secapi/lib32_libmsvcrt_os_a-_cprintf_s.obj: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c + +secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_ctime32_s.o: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c + +secapi/lib32_libmsvcrt_os_a-_ctime32_s.obj: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_ctime64_s.o: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c + +secapi/lib32_libmsvcrt_os_a-_ctime64_s.obj: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cwprintf_s.o: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c + +secapi/lib32_libmsvcrt_os_a-_cwprintf_s.obj: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c + +secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_gmtime32_s.o: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c + +secapi/lib32_libmsvcrt_os_a-_gmtime32_s.obj: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_gmtime64_s.o: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c + +secapi/lib32_libmsvcrt_os_a-_gmtime64_s.obj: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_localtime32_s.o: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c + +secapi/lib32_libmsvcrt_os_a-_localtime32_s.obj: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_localtime64_s.o: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c + +secapi/lib32_libmsvcrt_os_a-_localtime64_s.obj: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_mktemp_s.o: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib32_libmsvcrt_os_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c + +secapi/lib32_libmsvcrt_os_a-_mktemp_s.obj: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib32_libmsvcrt_os_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_sopen_s.o: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib32_libmsvcrt_os_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c + +secapi/lib32_libmsvcrt_os_a-_sopen_s.obj: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib32_libmsvcrt_os_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_strdate_s.o: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib32_libmsvcrt_os_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c + +secapi/lib32_libmsvcrt_os_a-_strdate_s.obj: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib32_libmsvcrt_os_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_strtime_s.o: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib32_libmsvcrt_os_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c + +secapi/lib32_libmsvcrt_os_a-_strtime_s.obj: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib32_libmsvcrt_os_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_umask_s.o: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib32_libmsvcrt_os_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c + +secapi/lib32_libmsvcrt_os_a-_umask_s.obj: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib32_libmsvcrt_os_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vcprintf_s.o: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c + +secapi/lib32_libmsvcrt_os_a-_vcprintf_s.obj: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c + +secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c + +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c + +secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vscprintf_p.o: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c + +secapi/lib32_libmsvcrt_os_a-_vscprintf_p.obj: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c + +secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_vswprintf_p.o: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c + +secapi/lib32_libmsvcrt_os_a-_vswprintf_p.obj: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib32_libmsvcrt_os_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_waccess_s.o: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib32_libmsvcrt_os_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c + +secapi/lib32_libmsvcrt_os_a-_waccess_s.obj: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib32_libmsvcrt_os_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wasctime_s.o: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib32_libmsvcrt_os_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c + +secapi/lib32_libmsvcrt_os_a-_wasctime_s.obj: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib32_libmsvcrt_os_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wctime32_s.o: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c + +secapi/lib32_libmsvcrt_os_a-_wctime32_s.obj: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib32_libmsvcrt_os_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wctime64_s.o: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c + +secapi/lib32_libmsvcrt_os_a-_wctime64_s.obj: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib32_libmsvcrt_os_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wstrtime_s.o: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib32_libmsvcrt_os_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c + +secapi/lib32_libmsvcrt_os_a-_wstrtime_s.obj: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib32_libmsvcrt_os_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wmktemp_s.o: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib32_libmsvcrt_os_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c + +secapi/lib32_libmsvcrt_os_a-_wmktemp_s.obj: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib32_libmsvcrt_os_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-_wstrdate_s.o: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib32_libmsvcrt_os_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c + +secapi/lib32_libmsvcrt_os_a-_wstrdate_s.obj: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib32_libmsvcrt_os_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-asctime_s.o: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib32_libmsvcrt_os_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c + +secapi/lib32_libmsvcrt_os_a-asctime_s.obj: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib32_libmsvcrt_os_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-memcpy_s.o: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib32_libmsvcrt_os_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c + +secapi/lib32_libmsvcrt_os_a-memcpy_s.obj: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib32_libmsvcrt_os_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-memmove_s.o: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib32_libmsvcrt_os_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c + +secapi/lib32_libmsvcrt_os_a-memmove_s.obj: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib32_libmsvcrt_os_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-rand_s.o: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib32_libmsvcrt_os_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c + +secapi/lib32_libmsvcrt_os_a-rand_s.obj: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib32_libmsvcrt_os_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-sprintf_s.o: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c + +secapi/lib32_libmsvcrt_os_a-sprintf_s.obj: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-strerror_s.o: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib32_libmsvcrt_os_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c + +secapi/lib32_libmsvcrt_os_a-strerror_s.obj: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib32_libmsvcrt_os_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-vsprintf_s.o: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c + +secapi/lib32_libmsvcrt_os_a-vsprintf_s.obj: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib32_libmsvcrt_os_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-wmemcpy_s.o: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib32_libmsvcrt_os_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c + +secapi/lib32_libmsvcrt_os_a-wmemcpy_s.obj: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib32_libmsvcrt_os_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` + +secapi/lib32_libmsvcrt_os_a-wmemmove_s.o: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib32_libmsvcrt_os_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c + +secapi/lib32_libmsvcrt_os_a-wmemmove_s.obj: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_os_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/lib32_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib32_libmsvcrt_os_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` + +stdio/lib32_libmsvcrt_os_a-mingw_lock.o: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_os_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/lib32_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib32_libmsvcrt_os_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c + +stdio/lib32_libmsvcrt_os_a-mingw_lock.obj: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_os_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/lib32_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib32_libmsvcrt_os_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` + +misc/lib32_libmsvcrt_os_a-lc_locale_func.o: misc/lc_locale_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-lc_locale_func.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Tpo -c -o misc/lib32_libmsvcrt_os_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/lib32_libmsvcrt_os_a-lc_locale_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c + +misc/lib32_libmsvcrt_os_a-lc_locale_func.obj: misc/lc_locale_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_os_a-lc_locale_func.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Tpo -c -o misc/lib32_libmsvcrt_os_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_os_a-lc_locale_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/lib32_libmsvcrt_os_a-lc_locale_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_os_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` + +libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c + +libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` + +libsrc/lib32_libsapi_a-sapi.o: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo -c -o libsrc/lib32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib32_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c + +libsrc/lib32_libsapi_a-sapi.obj: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo -c -o libsrc/lib32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib32_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` + +libsrc/lib32_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c + +libsrc/lib32_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` + +libsrc/lib32_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c + +libsrc/lib32_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` + +libsrc/lib32_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib32_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c + +libsrc/lib32_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib32_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` + +libsrc/lib32_libshell32_a-shell32.o: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo -c -o libsrc/lib32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib32_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c + +libsrc/lib32_libshell32_a-shell32.obj: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo -c -o libsrc/lib32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib32_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` + +libsrc/lib32_libstrmiids_a-strmiids.o: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib32_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c + +libsrc/lib32_libstrmiids_a-strmiids.obj: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib32_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` + +libsrc/lib32_libtaskschd_a-taskschd.o: libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libtaskschd_a-taskschd.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Tpo -c -o libsrc/lib32_libtaskschd_a-taskschd.o `test -f 'libsrc/taskschd.c' || echo '$(srcdir)/'`libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Tpo libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/taskschd.c' object='libsrc/lib32_libtaskschd_a-taskschd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libtaskschd_a-taskschd.o `test -f 'libsrc/taskschd.c' || echo '$(srcdir)/'`libsrc/taskschd.c + +libsrc/lib32_libtaskschd_a-taskschd.obj: libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libtaskschd_a-taskschd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Tpo -c -o libsrc/lib32_libtaskschd_a-taskschd.obj `if test -f 'libsrc/taskschd.c'; then $(CYGPATH_W) 'libsrc/taskschd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/taskschd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Tpo libsrc/$(DEPDIR)/lib32_libtaskschd_a-taskschd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/taskschd.c' object='libsrc/lib32_libtaskschd_a-taskschd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libtaskschd_a-taskschd.obj `if test -f 'libsrc/taskschd.c'; then $(CYGPATH_W) 'libsrc/taskschd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/taskschd.c'; fi` + +crt/lib32_libucrt_extra_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libucrt_extra_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/lib32_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib32_libucrt_extra_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c + +crt/lib32_libucrt_extra_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libucrt_extra_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/lib32_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib32_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib32_libucrt_extra_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib32_libucrt_extra_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c + +stdio/lib32_libucrt_extra_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib32_libucrt_extra_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c + +stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c + +stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` + +stdio/lib32_libucrt_extra_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c + +stdio/lib32_libucrt_extra_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrt_extra_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/lib32_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib32_libucrt_extra_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` + +crt/lib32_libucrtbase_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libucrtbase_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/lib32_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib32_libucrtbase_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c + +crt/lib32_libucrtbase_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libucrtbase_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/lib32_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib32_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib32_libucrtbase_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c + +stdio/lib32_libucrtbase_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib32_libucrtbase_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c + +stdio/lib32_libucrtbase_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib32_libucrtbase_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c + +stdio/lib32_libucrtbase_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c + +stdio/lib32_libucrtbase_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib32_libucrtbase_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c + +stdio/lib32_libucrtbase_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib32_libucrtbase_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c + +stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c + +stdio/lib32_libucrtbase_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c + +stdio/lib32_libucrtbase_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c + +stdio/lib32_libucrtbase_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` + +stdio/lib32_libucrtbase_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c + +stdio/lib32_libucrtbase_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libucrtbase_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/lib32_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib32_libucrtbase_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` + +libsrc/lib32_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib32_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c + +libsrc/lib32_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib32_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` + +libsrc/lib32_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib32_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c + +libsrc/lib32_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib32_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` + +libsrc/lib32_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib32_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c + +libsrc/lib32_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib32_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` + +libsrc/lib32_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib32_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c + +libsrc/lib32_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib32_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` + +libsrc/lib32_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib32_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c + +libsrc/lib32_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib32_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` + +libsrc/lib32_libuuid_a-devguid.o: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo -c -o libsrc/lib32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib32_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c + +libsrc/lib32_libuuid_a-devguid.obj: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo -c -o libsrc/lib32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib32_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` + +libsrc/lib32_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib32_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c + +libsrc/lib32_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib32_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -.S.obj: -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +libsrc/lib32_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib32_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -profile/lib32_libgmon_a-mcountFunc.o: profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib32_libgmon_a-mcountFunc.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo -c -o profile/lib32_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib32_libgmon_a-mcountFunc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib32_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S +libsrc/lib32_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib32_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -profile/lib32_libgmon_a-mcountFunc.obj: profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib32_libgmon_a-mcountFunc.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo -c -o profile/lib32_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcountFunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib32_libgmon_a-mcountFunc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib32_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` +libsrc/lib32_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib32_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -math/lib32_libmingwex_a-_chgsignl.o: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-_chgsignl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo -c -o math/lib32_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/lib32_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S +libsrc/lib32_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib32_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -math/lib32_libmingwex_a-_chgsignl.obj: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-_chgsignl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo -c -o math/lib32_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/lib32_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` +libsrc/lib32_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib32_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -math/lib32_libmingwex_a-ceil.o: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceil.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo -c -o math/lib32_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/lib32_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S +libsrc/lib32_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib32_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -math/lib32_libmingwex_a-ceil.obj: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceil.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo -c -o math/lib32_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/lib32_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` +libsrc/lib32_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib32_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -math/lib32_libmingwex_a-ceilf.o: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceilf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo -c -o math/lib32_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/lib32_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S +libsrc/lib32_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib32_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -math/lib32_libmingwex_a-ceilf.obj: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceilf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo -c -o math/lib32_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/lib32_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` +libsrc/lib32_libuuid_a-guid_nul.o: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo -c -o libsrc/lib32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib32_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -math/lib32_libmingwex_a-ceill.o: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceill.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo -c -o math/lib32_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/lib32_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S +libsrc/lib32_libuuid_a-guid_nul.obj: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo -c -o libsrc/lib32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib32_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -math/lib32_libmingwex_a-ceill.obj: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ceill.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo -c -o math/lib32_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ceill.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/lib32_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` +libsrc/lib32_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib32_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -math/lib32_libmingwex_a-copysignl.o: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-copysignl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo -c -o math/lib32_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/lib32_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S +libsrc/lib32_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib32_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -math/lib32_libmingwex_a-copysignl.obj: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-copysignl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo -c -o math/lib32_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/lib32_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` +libsrc/lib32_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib32_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c + +libsrc/lib32_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib32_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` + +libsrc/lib32_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib32_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c + +libsrc/lib32_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib32_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` + +libsrc/lib32_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib32_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c + +libsrc/lib32_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib32_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` + +libsrc/lib32_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib32_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c + +libsrc/lib32_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib32_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` + +libsrc/lib32_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib32_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c + +libsrc/lib32_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib32_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` + +libsrc/lib32_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib32_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c + +libsrc/lib32_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib32_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` + +libsrc/lib32_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib32_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c + +libsrc/lib32_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib32_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib32_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c + +libsrc/lib32_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib32_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib32_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c + +libsrc/lib32_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib32_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib32_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c + +libsrc/lib32_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib32_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib32_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c + +libsrc/lib32_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib32_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib32_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c + +libsrc/lib32_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib32_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib32_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c + +libsrc/lib32_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib32_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib32_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c + +libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` + +libsrc/lib32_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib32_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c + +libsrc/lib32_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib32_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` + +libsrc/lib32_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib32_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c + +libsrc/lib32_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib32_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` + +libsrc/lib32_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib32_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c + +libsrc/lib32_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib32_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` + +libsrc/lib32_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib32_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c + +libsrc/lib32_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib32_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` + +libsrc/lib32_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib32_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c + +libsrc/lib32_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib32_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` + +libsrc/lib32_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib32_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c + +libsrc/lib32_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib32_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` + +libsrc/lib32_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib32_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c + +libsrc/lib32_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib32_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` + +libsrc/lib32_libuuid_a-power-uuid.o: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo -c -o libsrc/lib32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib32_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c + +libsrc/lib32_libuuid_a-power-uuid.obj: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo -c -o libsrc/lib32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib32_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` + +libsrc/lib32_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib32_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c + +libsrc/lib32_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib32_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` + +libsrc/lib32_libuuid_a-uianimation-uuid.o: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uianimation-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/lib32_libuuid_a-uianimation-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c + +libsrc/lib32_libuuid_a-uianimation-uuid.obj: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uianimation-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/lib32_libuuid_a-uianimation-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` + +libsrc/lib32_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib32_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c + +libsrc/lib32_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib32_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` + +libsrc/lib32_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib32_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c + +libsrc/lib32_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib32_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` + +libsrc/lib32_libuuid_a-uuid.o: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib32_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c + +libsrc/lib32_libuuid_a-uuid.obj: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib32_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` + +libsrc/lib32_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib32_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c + +libsrc/lib32_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib32_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` + +libsrc/lib32_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib32_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c + +libsrc/lib32_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib32_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` + +libsrc/lib32_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib32_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -math/lib32_libmingwex_a-floor.o: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floor.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo -c -o math/lib32_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/lib32_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S +libsrc/lib32_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib32_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -math/lib32_libmingwex_a-floor.obj: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floor.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo -c -o math/lib32_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floor.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/lib32_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` +libsrc/lib32_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib32_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -math/lib32_libmingwex_a-floorf.o: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floorf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo -c -o math/lib32_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/lib32_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S +libsrc/lib32_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib32_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -math/lib32_libmingwex_a-floorf.obj: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floorf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo -c -o math/lib32_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floorf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/lib32_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` +libsrc/lib32_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib32_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -math/lib32_libmingwex_a-floorl.o: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floorl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo -c -o math/lib32_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/lib32_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S +libsrc/lib32_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib32_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -math/lib32_libmingwex_a-floorl.obj: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-floorl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo -c -o math/lib32_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-floorl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/lib32_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` +libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -math/lib32_libmingwex_a-fma.o: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo -c -o math/lib32_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/lib32_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S +libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -math/lib32_libmingwex_a-fma.obj: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo -c -o math/lib32_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/lib32_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` +libsrc/lib32_libws2_32_a-ws2_32.o: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib32_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -math/lib32_libmingwex_a-fmaf.o: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo -c -o math/lib32_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/lib32_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S +libsrc/lib32_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib32_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -math/lib32_libmingwex_a-fmaf.obj: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo -c -o math/lib32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/lib32_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -math/lib32_libmingwex_a-nearbyint.o: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo -c -o math/lib32_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/lib32_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -math/lib32_libmingwex_a-nearbyint.obj: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo -c -o math/lib32_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/lib32_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -math/lib32_libmingwex_a-nearbyintf.o: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo -c -o math/lib32_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/lib32_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -math/lib32_libmingwex_a-nearbyintf.obj: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo -c -o math/lib32_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/lib32_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -math/lib32_libmingwex_a-nearbyintl.o: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo -c -o math/lib32_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/lib32_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -math/lib32_libmingwex_a-nearbyintl.obj: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-nearbyintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo -c -o math/lib32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/lib32_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -math/lib32_libmingwex_a-trunc.o: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-trunc.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo -c -o math/lib32_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo math/$(DEPDIR)/lib32_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/lib32_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -math/lib32_libmingwex_a-trunc.obj: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-trunc.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo -c -o math/lib32_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-trunc.Tpo math/$(DEPDIR)/lib32_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/lib32_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -math/lib32_libmingwex_a-truncf.o: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-truncf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo -c -o math/lib32_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/lib32_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -math/lib32_libmingwex_a-truncf.obj: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-truncf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo -c -o math/lib32_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/lib32_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -misc/lib32_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib32_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib32_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -misc/lib32_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib32_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib32_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -stdio/lib32_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib32_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -stdio/lib32_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib32_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -stdio/lib32_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib32_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -stdio/lib32_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib32_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -stdio/lib32_libmingwex_a-vscanf2.o: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib32_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -stdio/lib32_libmingwex_a-vscanf2.obj: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib32_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -stdio/lib32_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib32_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -stdio/lib32_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib32_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -stdio/lib32_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib32_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -stdio/lib32_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib32_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -stdio/lib32_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib32_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -stdio/lib32_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib32_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -math/lib32_libmingwex_a-cosl_internal.o: math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-cosl_internal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo -c -o math/lib32_libmingwex_a-cosl_internal.o `test -f 'math/cosl_internal.S' || echo '$(srcdir)/'`math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/cosl_internal.S' object='math/lib32_libmingwex_a-cosl_internal.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-cosl_internal.o `test -f 'math/cosl_internal.S' || echo '$(srcdir)/'`math/cosl_internal.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -math/lib32_libmingwex_a-cosl_internal.obj: math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-cosl_internal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo -c -o math/lib32_libmingwex_a-cosl_internal.obj `if test -f 'math/cosl_internal.S'; then $(CYGPATH_W) 'math/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/cosl_internal.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/cosl_internal.S' object='math/lib32_libmingwex_a-cosl_internal.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-cosl_internal.obj `if test -f 'math/cosl_internal.S'; then $(CYGPATH_W) 'math/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/cosl_internal.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -math/lib32_libmingwex_a-exp2.o: math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo -c -o math/lib32_libmingwex_a-exp2.o `test -f 'math/exp2.S' || echo '$(srcdir)/'`math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2.S' object='math/lib32_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2.o `test -f 'math/exp2.S' || echo '$(srcdir)/'`math/exp2.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -math/lib32_libmingwex_a-exp2.obj: math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo -c -o math/lib32_libmingwex_a-exp2.obj `if test -f 'math/exp2.S'; then $(CYGPATH_W) 'math/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2.S' object='math/lib32_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2.obj `if test -f 'math/exp2.S'; then $(CYGPATH_W) 'math/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -math/lib32_libmingwex_a-exp2f.o: math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo -c -o math/lib32_libmingwex_a-exp2f.o `test -f 'math/exp2f.S' || echo '$(srcdir)/'`math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2f.S' object='math/lib32_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2f.o `test -f 'math/exp2f.S' || echo '$(srcdir)/'`math/exp2f.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -math/lib32_libmingwex_a-exp2f.obj: math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo -c -o math/lib32_libmingwex_a-exp2f.obj `if test -f 'math/exp2f.S'; then $(CYGPATH_W) 'math/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2f.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2f.S' object='math/lib32_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2f.obj `if test -f 'math/exp2f.S'; then $(CYGPATH_W) 'math/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2f.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -math/lib32_libmingwex_a-exp2l.o: math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2l.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo -c -o math/lib32_libmingwex_a-exp2l.o `test -f 'math/exp2l.S' || echo '$(srcdir)/'`math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2l.S' object='math/lib32_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2l.o `test -f 'math/exp2l.S' || echo '$(srcdir)/'`math/exp2l.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -math/lib32_libmingwex_a-exp2l.obj: math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-exp2l.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo -c -o math/lib32_libmingwex_a-exp2l.obj `if test -f 'math/exp2l.S'; then $(CYGPATH_W) 'math/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2l.S' object='math/lib32_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-exp2l.obj `if test -f 'math/exp2l.S'; then $(CYGPATH_W) 'math/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2l.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -math/lib32_libmingwex_a-frexpl.o: math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-frexpl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo -c -o math/lib32_libmingwex_a-frexpl.o `test -f 'math/frexpl.S' || echo '$(srcdir)/'`math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/frexpl.S' object='math/lib32_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-frexpl.o `test -f 'math/frexpl.S' || echo '$(srcdir)/'`math/frexpl.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -math/lib32_libmingwex_a-frexpl.obj: math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-frexpl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo -c -o math/lib32_libmingwex_a-frexpl.obj `if test -f 'math/frexpl.S'; then $(CYGPATH_W) 'math/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/frexpl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/frexpl.S' object='math/lib32_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-frexpl.obj `if test -f 'math/frexpl.S'; then $(CYGPATH_W) 'math/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/frexpl.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -math/lib32_libmingwex_a-ilogb.o: math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogb.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo -c -o math/lib32_libmingwex_a-ilogb.o `test -f 'math/ilogb.S' || echo '$(srcdir)/'`math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogb.S' object='math/lib32_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogb.o `test -f 'math/ilogb.S' || echo '$(srcdir)/'`math/ilogb.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -math/lib32_libmingwex_a-ilogb.obj: math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogb.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo -c -o math/lib32_libmingwex_a-ilogb.obj `if test -f 'math/ilogb.S'; then $(CYGPATH_W) 'math/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogb.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogb.S' object='math/lib32_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogb.obj `if test -f 'math/ilogb.S'; then $(CYGPATH_W) 'math/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogb.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -math/lib32_libmingwex_a-ilogbf.o: math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogbf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo -c -o math/lib32_libmingwex_a-ilogbf.o `test -f 'math/ilogbf.S' || echo '$(srcdir)/'`math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbf.S' object='math/lib32_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogbf.o `test -f 'math/ilogbf.S' || echo '$(srcdir)/'`math/ilogbf.S +libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -math/lib32_libmingwex_a-ilogbf.obj: math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogbf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo -c -o math/lib32_libmingwex_a-ilogbf.obj `if test -f 'math/ilogbf.S'; then $(CYGPATH_W) 'math/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbf.S' object='math/lib32_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogbf.obj `if test -f 'math/ilogbf.S'; then $(CYGPATH_W) 'math/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbf.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -math/lib32_libmingwex_a-ilogbl.o: math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogbl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo -c -o math/lib32_libmingwex_a-ilogbl.o `test -f 'math/ilogbl.S' || echo '$(srcdir)/'`math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbl.S' object='math/lib32_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogbl.o `test -f 'math/ilogbl.S' || echo '$(srcdir)/'`math/ilogbl.S +libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -math/lib32_libmingwex_a-ilogbl.obj: math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-ilogbl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo -c -o math/lib32_libmingwex_a-ilogbl.obj `if test -f 'math/ilogbl.S'; then $(CYGPATH_W) 'math/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbl.S' object='math/lib32_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-ilogbl.obj `if test -f 'math/ilogbl.S'; then $(CYGPATH_W) 'math/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbl.S'; fi` +libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -math/lib32_libmingwex_a-internal_logl.o: math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-internal_logl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo -c -o math/lib32_libmingwex_a-internal_logl.o `test -f 'math/internal_logl.S' || echo '$(srcdir)/'`math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/internal_logl.S' object='math/lib32_libmingwex_a-internal_logl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-internal_logl.o `test -f 'math/internal_logl.S' || echo '$(srcdir)/'`math/internal_logl.S +libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -math/lib32_libmingwex_a-internal_logl.obj: math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-internal_logl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo -c -o math/lib32_libmingwex_a-internal_logl.obj `if test -f 'math/internal_logl.S'; then $(CYGPATH_W) 'math/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/internal_logl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-internal_logl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/internal_logl.S' object='math/lib32_libmingwex_a-internal_logl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-internal_logl.obj `if test -f 'math/internal_logl.S'; then $(CYGPATH_W) 'math/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/internal_logl.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -math/lib32_libmingwex_a-log10l.o: math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log10l.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo -c -o math/lib32_libmingwex_a-log10l.o `test -f 'math/log10l.S' || echo '$(srcdir)/'`math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log10l.S' object='math/lib32_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log10l.o `test -f 'math/log10l.S' || echo '$(srcdir)/'`math/log10l.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -math/lib32_libmingwex_a-log10l.obj: math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log10l.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo -c -o math/lib32_libmingwex_a-log10l.obj `if test -f 'math/log10l.S'; then $(CYGPATH_W) 'math/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/log10l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log10l.S' object='math/lib32_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log10l.obj `if test -f 'math/log10l.S'; then $(CYGPATH_W) 'math/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/log10l.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -math/lib32_libmingwex_a-log1p.o: math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1p.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo -c -o math/lib32_libmingwex_a-log1p.o `test -f 'math/log1p.S' || echo '$(srcdir)/'`math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1p.S' object='math/lib32_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1p.o `test -f 'math/log1p.S' || echo '$(srcdir)/'`math/log1p.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -math/lib32_libmingwex_a-log1p.obj: math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1p.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo -c -o math/lib32_libmingwex_a-log1p.obj `if test -f 'math/log1p.S'; then $(CYGPATH_W) 'math/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/log1p.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1p.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1p.S' object='math/lib32_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1p.obj `if test -f 'math/log1p.S'; then $(CYGPATH_W) 'math/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/log1p.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -math/lib32_libmingwex_a-log1pf.o: math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1pf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo -c -o math/lib32_libmingwex_a-log1pf.o `test -f 'math/log1pf.S' || echo '$(srcdir)/'`math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pf.S' object='math/lib32_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1pf.o `test -f 'math/log1pf.S' || echo '$(srcdir)/'`math/log1pf.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -math/lib32_libmingwex_a-log1pf.obj: math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1pf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo -c -o math/lib32_libmingwex_a-log1pf.obj `if test -f 'math/log1pf.S'; then $(CYGPATH_W) 'math/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pf.S' object='math/lib32_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1pf.obj `if test -f 'math/log1pf.S'; then $(CYGPATH_W) 'math/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pf.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -math/lib32_libmingwex_a-log1pl.o: math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1pl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo -c -o math/lib32_libmingwex_a-log1pl.o `test -f 'math/log1pl.S' || echo '$(srcdir)/'`math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pl.S' object='math/lib32_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1pl.o `test -f 'math/log1pl.S' || echo '$(srcdir)/'`math/log1pl.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -math/lib32_libmingwex_a-log1pl.obj: math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log1pl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo -c -o math/lib32_libmingwex_a-log1pl.obj `if test -f 'math/log1pl.S'; then $(CYGPATH_W) 'math/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pl.S' object='math/lib32_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log1pl.obj `if test -f 'math/log1pl.S'; then $(CYGPATH_W) 'math/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pl.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -math/lib32_libmingwex_a-log2.o: math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo -c -o math/lib32_libmingwex_a-log2.o `test -f 'math/log2.S' || echo '$(srcdir)/'`math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2.S' object='math/lib32_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2.o `test -f 'math/log2.S' || echo '$(srcdir)/'`math/log2.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -math/lib32_libmingwex_a-log2.obj: math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo -c -o math/lib32_libmingwex_a-log2.obj `if test -f 'math/log2.S'; then $(CYGPATH_W) 'math/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/log2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2.S' object='math/lib32_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2.obj `if test -f 'math/log2.S'; then $(CYGPATH_W) 'math/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/log2.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -math/lib32_libmingwex_a-log2f.o: math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo -c -o math/lib32_libmingwex_a-log2f.o `test -f 'math/log2f.S' || echo '$(srcdir)/'`math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2f.S' object='math/lib32_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2f.o `test -f 'math/log2f.S' || echo '$(srcdir)/'`math/log2f.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -math/lib32_libmingwex_a-log2f.obj: math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo -c -o math/lib32_libmingwex_a-log2f.obj `if test -f 'math/log2f.S'; then $(CYGPATH_W) 'math/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/log2f.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2f.S' object='math/lib32_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2f.obj `if test -f 'math/log2f.S'; then $(CYGPATH_W) 'math/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/log2f.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -math/lib32_libmingwex_a-log2l.o: math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2l.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo -c -o math/lib32_libmingwex_a-log2l.o `test -f 'math/log2l.S' || echo '$(srcdir)/'`math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2l.S' object='math/lib32_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2l.o `test -f 'math/log2l.S' || echo '$(srcdir)/'`math/log2l.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -math/lib32_libmingwex_a-log2l.obj: math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-log2l.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo -c -o math/lib32_libmingwex_a-log2l.obj `if test -f 'math/log2l.S'; then $(CYGPATH_W) 'math/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/log2l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2l.S' object='math/lib32_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-log2l.obj `if test -f 'math/log2l.S'; then $(CYGPATH_W) 'math/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/log2l.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -math/lib32_libmingwex_a-remainder.o: math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainder.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo -c -o math/lib32_libmingwex_a-remainder.o `test -f 'math/remainder.S' || echo '$(srcdir)/'`math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainder.S' object='math/lib32_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainder.o `test -f 'math/remainder.S' || echo '$(srcdir)/'`math/remainder.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -math/lib32_libmingwex_a-remainder.obj: math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainder.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo -c -o math/lib32_libmingwex_a-remainder.obj `if test -f 'math/remainder.S'; then $(CYGPATH_W) 'math/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/remainder.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainder.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainder.S' object='math/lib32_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainder.obj `if test -f 'math/remainder.S'; then $(CYGPATH_W) 'math/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/remainder.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -math/lib32_libmingwex_a-remainderf.o: math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainderf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo -c -o math/lib32_libmingwex_a-remainderf.o `test -f 'math/remainderf.S' || echo '$(srcdir)/'`math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderf.S' object='math/lib32_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainderf.o `test -f 'math/remainderf.S' || echo '$(srcdir)/'`math/remainderf.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -math/lib32_libmingwex_a-remainderf.obj: math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainderf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo -c -o math/lib32_libmingwex_a-remainderf.obj `if test -f 'math/remainderf.S'; then $(CYGPATH_W) 'math/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderf.S' object='math/lib32_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainderf.obj `if test -f 'math/remainderf.S'; then $(CYGPATH_W) 'math/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderf.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -math/lib32_libmingwex_a-remainderl.o: math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainderl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo -c -o math/lib32_libmingwex_a-remainderl.o `test -f 'math/remainderl.S' || echo '$(srcdir)/'`math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderl.S' object='math/lib32_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainderl.o `test -f 'math/remainderl.S' || echo '$(srcdir)/'`math/remainderl.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -math/lib32_libmingwex_a-remainderl.obj: math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remainderl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo -c -o math/lib32_libmingwex_a-remainderl.obj `if test -f 'math/remainderl.S'; then $(CYGPATH_W) 'math/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderl.S' object='math/lib32_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remainderl.obj `if test -f 'math/remainderl.S'; then $(CYGPATH_W) 'math/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderl.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -math/lib32_libmingwex_a-remquo.o: math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquo.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo -c -o math/lib32_libmingwex_a-remquo.o `test -f 'math/remquo.S' || echo '$(srcdir)/'`math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquo.S' object='math/lib32_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquo.o `test -f 'math/remquo.S' || echo '$(srcdir)/'`math/remquo.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -math/lib32_libmingwex_a-remquo.obj: math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquo.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo -c -o math/lib32_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquo.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquo.S' object='math/lib32_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -math/lib32_libmingwex_a-remquof.o: math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -math/lib32_libmingwex_a-remquof.obj: math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi` +libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -math/lib32_libmingwex_a-remquol.o: math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquol.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo -c -o math/lib32_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquol.S' object='math/lib32_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S +libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -math/lib32_libmingwex_a-remquol.obj: math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-remquol.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo -c -o math/lib32_libmingwex_a-remquol.obj `if test -f 'math/remquol.S'; then $(CYGPATH_W) 'math/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/remquol.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib32_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquol.S' object='math/lib32_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-remquol.obj `if test -f 'math/remquol.S'; then $(CYGPATH_W) 'math/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/remquol.S'; fi` +libsrc/lib64_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib64_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -math/lib32_libmingwex_a-scalbn.o: math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbn.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo -c -o math/lib32_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbn.S' object='math/lib32_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S +libsrc/lib64_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib64_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -math/lib32_libmingwex_a-scalbn.obj: math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbn.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo -c -o math/lib32_libmingwex_a-scalbn.obj `if test -f 'math/scalbn.S'; then $(CYGPATH_W) 'math/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbn.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbn.S' object='math/lib32_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbn.obj `if test -f 'math/scalbn.S'; then $(CYGPATH_W) 'math/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbn.S'; fi` +misc/lib64_libcrtdll_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libcrtdll_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Tpo -c -o misc/lib64_libcrtdll_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libcrtdll_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libcrtdll_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-scalbnf.o: math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbnf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo -c -o math/lib32_libmingwex_a-scalbnf.o `test -f 'math/scalbnf.S' || echo '$(srcdir)/'`math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnf.S' object='math/lib32_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbnf.o `test -f 'math/scalbnf.S' || echo '$(srcdir)/'`math/scalbnf.S +misc/lib64_libcrtdll_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libcrtdll_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Tpo -c -o misc/lib64_libcrtdll_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libcrtdll_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libcrtdll_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libcrtdll_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-scalbnf.obj: math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbnf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo -c -o math/lib32_libmingwex_a-scalbnf.obj `if test -f 'math/scalbnf.S'; then $(CYGPATH_W) 'math/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnf.S' object='math/lib32_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbnf.obj `if test -f 'math/scalbnf.S'; then $(CYGPATH_W) 'math/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnf.S'; fi` +misc/lib64_libcrtdll_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libcrtdll_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Tpo -c -o misc/lib64_libcrtdll_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libcrtdll_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libcrtdll_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-scalbnl.o: math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbnl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo -c -o math/lib32_libmingwex_a-scalbnl.o `test -f 'math/scalbnl.S' || echo '$(srcdir)/'`math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnl.S' object='math/lib32_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbnl.o `test -f 'math/scalbnl.S' || echo '$(srcdir)/'`math/scalbnl.S +misc/lib64_libcrtdll_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libcrtdll_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Tpo -c -o misc/lib64_libcrtdll_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libcrtdll_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libcrtdll_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libcrtdll_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-scalbnl.obj: math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-scalbnl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo -c -o math/lib32_libmingwex_a-scalbnl.obj `if test -f 'math/scalbnl.S'; then $(CYGPATH_W) 'math/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnl.S' object='math/lib32_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-scalbnl.obj `if test -f 'math/scalbnl.S'; then $(CYGPATH_W) 'math/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnl.S'; fi` +stdio/lib64_libcrtdll_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libcrtdll_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Tpo -c -o stdio/lib64_libcrtdll_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libcrtdll_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libcrtdll_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-sinl_internal.o: math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-sinl_internal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo -c -o math/lib32_libmingwex_a-sinl_internal.o `test -f 'math/sinl_internal.S' || echo '$(srcdir)/'`math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/sinl_internal.S' object='math/lib32_libmingwex_a-sinl_internal.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-sinl_internal.o `test -f 'math/sinl_internal.S' || echo '$(srcdir)/'`math/sinl_internal.S +stdio/lib64_libcrtdll_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libcrtdll_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Tpo -c -o stdio/lib64_libcrtdll_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libcrtdll_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libcrtdll_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libcrtdll_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libcrtdll_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-sinl_internal.obj: math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-sinl_internal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo -c -o math/lib32_libmingwex_a-sinl_internal.obj `if test -f 'math/sinl_internal.S'; then $(CYGPATH_W) 'math/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/sinl_internal.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/sinl_internal.S' object='math/lib32_libmingwex_a-sinl_internal.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-sinl_internal.obj `if test -f 'math/sinl_internal.S'; then $(CYGPATH_W) 'math/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/sinl_internal.S'; fi` +libsrc/lib64_libdinput_a-dinput_kbd.o: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -math/lib32_libmingwex_a-tanl.o: math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-tanl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo -c -o math/lib32_libmingwex_a-tanl.o `test -f 'math/tanl.S' || echo '$(srcdir)/'`math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/tanl.S' object='math/lib32_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-tanl.o `test -f 'math/tanl.S' || echo '$(srcdir)/'`math/tanl.S +libsrc/lib64_libdinput_a-dinput_kbd.obj: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -math/lib32_libmingwex_a-tanl.obj: math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib32_libmingwex_a-tanl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo -c -o math/lib32_libmingwex_a-tanl.obj `if test -f 'math/tanl.S'; then $(CYGPATH_W) 'math/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/tanl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/tanl.S' object='math/lib32_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib32_libmingwex_a-tanl.obj `if test -f 'math/tanl.S'; then $(CYGPATH_W) 'math/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/tanl.S'; fi` +libsrc/lib64_libdinput_a-dinput_joy.o: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -profile/lib64_libgmon_a-mcountFunc.o: profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib64_libgmon_a-mcountFunc.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo -c -o profile/lib64_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib64_libgmon_a-mcountFunc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib64_libgmon_a-mcountFunc.o `test -f 'profile/mcountFunc.S' || echo '$(srcdir)/'`profile/mcountFunc.S +libsrc/lib64_libdinput_a-dinput_joy.obj: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -profile/lib64_libgmon_a-mcountFunc.obj: profile/mcountFunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT profile/lib64_libgmon_a-mcountFunc.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo -c -o profile/lib64_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcountFunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='profile/mcountFunc.S' object='profile/lib64_libgmon_a-mcountFunc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o profile/lib64_libgmon_a-mcountFunc.obj `if test -f 'profile/mcountFunc.S'; then $(CYGPATH_W) 'profile/mcountFunc.S'; else $(CYGPATH_W) '$(srcdir)/profile/mcountFunc.S'; fi` +libsrc/lib64_libdinput_a-dinput_joy2.o: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -math/lib64_libmingwex_a-_chgsignl.o: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-_chgsignl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo -c -o math/lib64_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/lib64_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S +libsrc/lib64_libdinput_a-dinput_joy2.obj: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -math/lib64_libmingwex_a-_chgsignl.obj: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-_chgsignl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo -c -o math/lib64_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/lib64_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` +libsrc/lib64_libdinput_a-dinput_mouse.o: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -math/lib64_libmingwex_a-ceil.o: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceil.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo -c -o math/lib64_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/lib64_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S +libsrc/lib64_libdinput_a-dinput_mouse.obj: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -math/lib64_libmingwex_a-ceil.obj: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceil.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo -c -o math/lib64_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/lib64_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` +libsrc/lib64_libdinput_a-dinput_mouse2.o: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -math/lib64_libmingwex_a-ceilf.o: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceilf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo -c -o math/lib64_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/lib64_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S +libsrc/lib64_libdinput_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -math/lib64_libmingwex_a-ceilf.obj: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceilf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo -c -o math/lib64_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/lib64_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` +libsrc/lib64_libdinput8_a-dinput_joy.o: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput8_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -math/lib64_libmingwex_a-ceill.o: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceill.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo -c -o math/lib64_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/lib64_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S +libsrc/lib64_libdinput8_a-dinput_joy.obj: libsrc/dinput_joy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput8_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -math/lib64_libmingwex_a-ceill.obj: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ceill.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo -c -o math/lib64_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ceill.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/lib64_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` +libsrc/lib64_libdinput8_a-dinput_joy2.o: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput8_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -math/lib64_libmingwex_a-copysignl.o: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-copysignl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo -c -o math/lib64_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/lib64_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S +libsrc/lib64_libdinput8_a-dinput_joy2.obj: libsrc/dinput_joy2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput8_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -math/lib64_libmingwex_a-copysignl.obj: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-copysignl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo -c -o math/lib64_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/lib64_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` +libsrc/lib64_libdinput8_a-dinput_mouse.o: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput8_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -math/lib64_libmingwex_a-floor.o: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floor.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo -c -o math/lib64_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/lib64_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S +libsrc/lib64_libdinput8_a-dinput_mouse.obj: libsrc/dinput_mouse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput8_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -math/lib64_libmingwex_a-floor.obj: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floor.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo -c -o math/lib64_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floor.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/lib64_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` +libsrc/lib64_libdinput8_a-dinput_mouse2.o: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput8_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -math/lib64_libmingwex_a-floorf.o: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floorf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo -c -o math/lib64_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/lib64_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S +libsrc/lib64_libdinput8_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput8_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -math/lib64_libmingwex_a-floorf.obj: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floorf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo -c -o math/lib64_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floorf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/lib64_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` +libsrc/lib64_libdinput8_a-dinput_kbd.o: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput8_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -math/lib64_libmingwex_a-floorl.o: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floorl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo -c -o math/lib64_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/lib64_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S +libsrc/lib64_libdinput8_a-dinput_kbd.obj: libsrc/dinput_kbd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput8_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -math/lib64_libmingwex_a-floorl.obj: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-floorl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo -c -o math/lib64_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-floorl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/lib64_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` +libsrc/lib64_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib64_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -math/lib64_libmingwex_a-fma.o: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo -c -o math/lib64_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/lib64_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S +libsrc/lib64_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib64_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -math/lib64_libmingwex_a-fma.obj: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo -c -o math/lib64_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/lib64_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` +libsrc/lib64_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib64_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -math/lib64_libmingwex_a-fmaf.o: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo -c -o math/lib64_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/lib64_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S +libsrc/lib64_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib64_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -math/lib64_libmingwex_a-fmaf.obj: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo -c -o math/lib64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/lib64_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` +libsrc/lib64_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib64_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -math/lib64_libmingwex_a-nearbyint.o: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo -c -o math/lib64_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/lib64_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S +libsrc/lib64_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib64_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -math/lib64_libmingwex_a-nearbyint.obj: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo -c -o math/lib64_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/lib64_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` +libsrc/lib64_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib64_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -math/lib64_libmingwex_a-nearbyintf.o: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo -c -o math/lib64_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/lib64_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S +libsrc/lib64_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib64_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -math/lib64_libmingwex_a-nearbyintf.obj: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo -c -o math/lib64_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/lib64_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` +libsrc/lib64_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib64_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -math/lib64_libmingwex_a-nearbyintl.o: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo -c -o math/lib64_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/lib64_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S +libsrc/lib64_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib64_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -math/lib64_libmingwex_a-nearbyintl.obj: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-nearbyintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo -c -o math/lib64_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/lib64_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` +libsrc/lib64_libdxguid_a-dxguid.o: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo -c -o libsrc/lib64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib64_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -math/lib64_libmingwex_a-trunc.o: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-trunc.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo -c -o math/lib64_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo math/$(DEPDIR)/lib64_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/lib64_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S +libsrc/lib64_libdxguid_a-dxguid.obj: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo -c -o libsrc/lib64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib64_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -math/lib64_libmingwex_a-trunc.obj: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-trunc.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo -c -o math/lib64_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-trunc.Tpo math/$(DEPDIR)/lib64_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/lib64_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` +libsrc/lib64_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib64_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -math/lib64_libmingwex_a-truncf.o: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-truncf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo -c -o math/lib64_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/lib64_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S +libsrc/lib64_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib64_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -math/lib64_libmingwex_a-truncf.obj: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-truncf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo -c -o math/lib64_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/lib64_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` +profile/lib64_libgmon_a-mcount.o: profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-mcount.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo -c -o profile/lib64_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib64_libgmon_a-mcount.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c -misc/lib64_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib64_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib64_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib64_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +profile/lib64_libgmon_a-mcount.obj: profile/mcount.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-mcount.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo -c -o profile/lib64_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib64_libgmon_a-mcount.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` -misc/lib64_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/lib64_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo -c -o misc/lib64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/lib64_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/lib64_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +profile/lib64_libgmon_a-profil.o: profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-profil.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo -c -o profile/lib64_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib64_libgmon_a-profil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib64_libgmon_a-profil.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c -stdio/lib64_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib64_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +profile/lib64_libgmon_a-profil.obj: profile/profil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-profil.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo -c -o profile/lib64_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib64_libgmon_a-profil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib64_libgmon_a-profil.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` -stdio/lib64_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/lib64_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +profile/lib64_libgmon_a-gmon.o: profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-gmon.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo -c -o profile/lib64_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib64_libgmon_a-gmon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib64_libgmon_a-gmon.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c -stdio/lib64_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib64_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +profile/lib64_libgmon_a-gmon.obj: profile/gmon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-gmon.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo -c -o profile/lib64_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib64_libgmon_a-gmon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib64_libgmon_a-gmon.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` -stdio/lib64_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/lib64_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +intrincs/lib64_libkernel32_a-__movsb.o: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo -c -o intrincs/lib64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib64_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -stdio/lib64_libmingwex_a-vscanf2.o: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib64_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +intrincs/lib64_libkernel32_a-__movsb.obj: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo -c -o intrincs/lib64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib64_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -stdio/lib64_libmingwex_a-vscanf2.obj: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/lib64_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +intrincs/lib64_libkernel32_a-__movsd.o: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo -c -o intrincs/lib64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib64_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -stdio/lib64_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib64_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +intrincs/lib64_libkernel32_a-__movsd.obj: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo -c -o intrincs/lib64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib64_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -stdio/lib64_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/lib64_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +intrincs/lib64_libkernel32_a-__movsw.o: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo -c -o intrincs/lib64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib64_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -stdio/lib64_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib64_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +intrincs/lib64_libkernel32_a-__movsw.obj: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo -c -o intrincs/lib64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib64_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -stdio/lib64_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/lib64_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +intrincs/lib64_libkernel32_a-__stosb.o: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo -c -o intrincs/lib64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib64_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -stdio/lib64_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib64_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +intrincs/lib64_libkernel32_a-__stosb.obj: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo -c -o intrincs/lib64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib64_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -stdio/lib64_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/lib64_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +intrincs/lib64_libkernel32_a-__stosd.o: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo -c -o intrincs/lib64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib64_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -math/lib64_libmingwex_a-cosl_internal.o: math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-cosl_internal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo -c -o math/lib64_libmingwex_a-cosl_internal.o `test -f 'math/cosl_internal.S' || echo '$(srcdir)/'`math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/cosl_internal.S' object='math/lib64_libmingwex_a-cosl_internal.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-cosl_internal.o `test -f 'math/cosl_internal.S' || echo '$(srcdir)/'`math/cosl_internal.S +intrincs/lib64_libkernel32_a-__stosd.obj: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo -c -o intrincs/lib64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib64_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -math/lib64_libmingwex_a-cosl_internal.obj: math/cosl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-cosl_internal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo -c -o math/lib64_libmingwex_a-cosl_internal.obj `if test -f 'math/cosl_internal.S'; then $(CYGPATH_W) 'math/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/cosl_internal.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/cosl_internal.S' object='math/lib64_libmingwex_a-cosl_internal.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-cosl_internal.obj `if test -f 'math/cosl_internal.S'; then $(CYGPATH_W) 'math/cosl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/cosl_internal.S'; fi` +intrincs/lib64_libkernel32_a-__stosw.o: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo -c -o intrincs/lib64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib64_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -math/lib64_libmingwex_a-exp2.o: math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo -c -o math/lib64_libmingwex_a-exp2.o `test -f 'math/exp2.S' || echo '$(srcdir)/'`math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2.S' object='math/lib64_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2.o `test -f 'math/exp2.S' || echo '$(srcdir)/'`math/exp2.S +intrincs/lib64_libkernel32_a-__stosw.obj: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo -c -o intrincs/lib64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib64_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -math/lib64_libmingwex_a-exp2.obj: math/exp2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo -c -o math/lib64_libmingwex_a-exp2.obj `if test -f 'math/exp2.S'; then $(CYGPATH_W) 'math/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2.S' object='math/lib64_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2.obj `if test -f 'math/exp2.S'; then $(CYGPATH_W) 'math/exp2.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2.S'; fi` +intrincs/lib64_libkernel32_a-_rotl64.o: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib64_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c -math/lib64_libmingwex_a-exp2f.o: math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo -c -o math/lib64_libmingwex_a-exp2f.o `test -f 'math/exp2f.S' || echo '$(srcdir)/'`math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2f.S' object='math/lib64_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2f.o `test -f 'math/exp2f.S' || echo '$(srcdir)/'`math/exp2f.S +intrincs/lib64_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib64_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -math/lib64_libmingwex_a-exp2f.obj: math/exp2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo -c -o math/lib64_libmingwex_a-exp2f.obj `if test -f 'math/exp2f.S'; then $(CYGPATH_W) 'math/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2f.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2f.S' object='math/lib64_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2f.obj `if test -f 'math/exp2f.S'; then $(CYGPATH_W) 'math/exp2f.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2f.S'; fi` +intrincs/lib64_libkernel32_a-_rotr64.o: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib64_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -math/lib64_libmingwex_a-exp2l.o: math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2l.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo -c -o math/lib64_libmingwex_a-exp2l.o `test -f 'math/exp2l.S' || echo '$(srcdir)/'`math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2l.S' object='math/lib64_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2l.o `test -f 'math/exp2l.S' || echo '$(srcdir)/'`math/exp2l.S +intrincs/lib64_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib64_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -math/lib64_libmingwex_a-exp2l.obj: math/exp2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-exp2l.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo -c -o math/lib64_libmingwex_a-exp2l.obj `if test -f 'math/exp2l.S'; then $(CYGPATH_W) 'math/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/exp2l.S' object='math/lib64_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-exp2l.obj `if test -f 'math/exp2l.S'; then $(CYGPATH_W) 'math/exp2l.S'; else $(CYGPATH_W) '$(srcdir)/math/exp2l.S'; fi` +intrincs/lib64_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib64_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -math/lib64_libmingwex_a-frexpl.o: math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-frexpl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo -c -o math/lib64_libmingwex_a-frexpl.o `test -f 'math/frexpl.S' || echo '$(srcdir)/'`math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/frexpl.S' object='math/lib64_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-frexpl.o `test -f 'math/frexpl.S' || echo '$(srcdir)/'`math/frexpl.S +intrincs/lib64_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib64_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -math/lib64_libmingwex_a-frexpl.obj: math/frexpl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-frexpl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo -c -o math/lib64_libmingwex_a-frexpl.obj `if test -f 'math/frexpl.S'; then $(CYGPATH_W) 'math/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/frexpl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/frexpl.S' object='math/lib64_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-frexpl.obj `if test -f 'math/frexpl.S'; then $(CYGPATH_W) 'math/frexpl.S'; else $(CYGPATH_W) '$(srcdir)/math/frexpl.S'; fi` +intrincs/lib64_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib64_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -math/lib64_libmingwex_a-ilogb.o: math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogb.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo -c -o math/lib64_libmingwex_a-ilogb.o `test -f 'math/ilogb.S' || echo '$(srcdir)/'`math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogb.S' object='math/lib64_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogb.o `test -f 'math/ilogb.S' || echo '$(srcdir)/'`math/ilogb.S +intrincs/lib64_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib64_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -math/lib64_libmingwex_a-ilogb.obj: math/ilogb.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogb.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo -c -o math/lib64_libmingwex_a-ilogb.obj `if test -f 'math/ilogb.S'; then $(CYGPATH_W) 'math/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogb.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogb.S' object='math/lib64_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogb.obj `if test -f 'math/ilogb.S'; then $(CYGPATH_W) 'math/ilogb.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogb.S'; fi` +intrincs/lib64_libkernel32_a-bittest.o: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo -c -o intrincs/lib64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib64_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -math/lib64_libmingwex_a-ilogbf.o: math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogbf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo -c -o math/lib64_libmingwex_a-ilogbf.o `test -f 'math/ilogbf.S' || echo '$(srcdir)/'`math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbf.S' object='math/lib64_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogbf.o `test -f 'math/ilogbf.S' || echo '$(srcdir)/'`math/ilogbf.S +intrincs/lib64_libkernel32_a-bittest.obj: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo -c -o intrincs/lib64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib64_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -math/lib64_libmingwex_a-ilogbf.obj: math/ilogbf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogbf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo -c -o math/lib64_libmingwex_a-ilogbf.obj `if test -f 'math/ilogbf.S'; then $(CYGPATH_W) 'math/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbf.S' object='math/lib64_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogbf.obj `if test -f 'math/ilogbf.S'; then $(CYGPATH_W) 'math/ilogbf.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbf.S'; fi` +intrincs/lib64_libkernel32_a-bittestc.o: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib64_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -math/lib64_libmingwex_a-ilogbl.o: math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogbl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo -c -o math/lib64_libmingwex_a-ilogbl.o `test -f 'math/ilogbl.S' || echo '$(srcdir)/'`math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbl.S' object='math/lib64_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogbl.o `test -f 'math/ilogbl.S' || echo '$(srcdir)/'`math/ilogbl.S +intrincs/lib64_libkernel32_a-bittestc.obj: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib64_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -math/lib64_libmingwex_a-ilogbl.obj: math/ilogbl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-ilogbl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo -c -o math/lib64_libmingwex_a-ilogbl.obj `if test -f 'math/ilogbl.S'; then $(CYGPATH_W) 'math/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ilogbl.S' object='math/lib64_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-ilogbl.obj `if test -f 'math/ilogbl.S'; then $(CYGPATH_W) 'math/ilogbl.S'; else $(CYGPATH_W) '$(srcdir)/math/ilogbl.S'; fi` +intrincs/lib64_libkernel32_a-bittestci.o: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib64_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -math/lib64_libmingwex_a-internal_logl.o: math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-internal_logl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo -c -o math/lib64_libmingwex_a-internal_logl.o `test -f 'math/internal_logl.S' || echo '$(srcdir)/'`math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/internal_logl.S' object='math/lib64_libmingwex_a-internal_logl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-internal_logl.o `test -f 'math/internal_logl.S' || echo '$(srcdir)/'`math/internal_logl.S +intrincs/lib64_libkernel32_a-bittestci.obj: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib64_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -math/lib64_libmingwex_a-internal_logl.obj: math/internal_logl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-internal_logl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo -c -o math/lib64_libmingwex_a-internal_logl.obj `if test -f 'math/internal_logl.S'; then $(CYGPATH_W) 'math/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/internal_logl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-internal_logl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/internal_logl.S' object='math/lib64_libmingwex_a-internal_logl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-internal_logl.obj `if test -f 'math/internal_logl.S'; then $(CYGPATH_W) 'math/internal_logl.S'; else $(CYGPATH_W) '$(srcdir)/math/internal_logl.S'; fi` +intrincs/lib64_libkernel32_a-bittestr.o: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib64_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -math/lib64_libmingwex_a-log10l.o: math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log10l.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo -c -o math/lib64_libmingwex_a-log10l.o `test -f 'math/log10l.S' || echo '$(srcdir)/'`math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log10l.S' object='math/lib64_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log10l.o `test -f 'math/log10l.S' || echo '$(srcdir)/'`math/log10l.S +intrincs/lib64_libkernel32_a-bittestr.obj: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib64_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -math/lib64_libmingwex_a-log10l.obj: math/log10l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log10l.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo -c -o math/lib64_libmingwex_a-log10l.obj `if test -f 'math/log10l.S'; then $(CYGPATH_W) 'math/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/log10l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log10l.S' object='math/lib64_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log10l.obj `if test -f 'math/log10l.S'; then $(CYGPATH_W) 'math/log10l.S'; else $(CYGPATH_W) '$(srcdir)/math/log10l.S'; fi` +intrincs/lib64_libkernel32_a-bittestri.o: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib64_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -math/lib64_libmingwex_a-log1p.o: math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1p.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo -c -o math/lib64_libmingwex_a-log1p.o `test -f 'math/log1p.S' || echo '$(srcdir)/'`math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1p.S' object='math/lib64_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1p.o `test -f 'math/log1p.S' || echo '$(srcdir)/'`math/log1p.S +intrincs/lib64_libkernel32_a-bittestri.obj: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib64_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -math/lib64_libmingwex_a-log1p.obj: math/log1p.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1p.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo -c -o math/lib64_libmingwex_a-log1p.obj `if test -f 'math/log1p.S'; then $(CYGPATH_W) 'math/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/log1p.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1p.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1p.S' object='math/lib64_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1p.obj `if test -f 'math/log1p.S'; then $(CYGPATH_W) 'math/log1p.S'; else $(CYGPATH_W) '$(srcdir)/math/log1p.S'; fi` +intrincs/lib64_libkernel32_a-bittests.o: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo -c -o intrincs/lib64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib64_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -math/lib64_libmingwex_a-log1pf.o: math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1pf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo -c -o math/lib64_libmingwex_a-log1pf.o `test -f 'math/log1pf.S' || echo '$(srcdir)/'`math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pf.S' object='math/lib64_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1pf.o `test -f 'math/log1pf.S' || echo '$(srcdir)/'`math/log1pf.S +intrincs/lib64_libkernel32_a-bittests.obj: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo -c -o intrincs/lib64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib64_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -math/lib64_libmingwex_a-log1pf.obj: math/log1pf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1pf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo -c -o math/lib64_libmingwex_a-log1pf.obj `if test -f 'math/log1pf.S'; then $(CYGPATH_W) 'math/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pf.S' object='math/lib64_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1pf.obj `if test -f 'math/log1pf.S'; then $(CYGPATH_W) 'math/log1pf.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pf.S'; fi` +intrincs/lib64_libkernel32_a-bittestsi.o: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib64_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -math/lib64_libmingwex_a-log1pl.o: math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1pl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo -c -o math/lib64_libmingwex_a-log1pl.o `test -f 'math/log1pl.S' || echo '$(srcdir)/'`math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pl.S' object='math/lib64_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1pl.o `test -f 'math/log1pl.S' || echo '$(srcdir)/'`math/log1pl.S +intrincs/lib64_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib64_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -math/lib64_libmingwex_a-log1pl.obj: math/log1pl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log1pl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo -c -o math/lib64_libmingwex_a-log1pl.obj `if test -f 'math/log1pl.S'; then $(CYGPATH_W) 'math/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log1pl.S' object='math/lib64_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log1pl.obj `if test -f 'math/log1pl.S'; then $(CYGPATH_W) 'math/log1pl.S'; else $(CYGPATH_W) '$(srcdir)/math/log1pl.S'; fi` +intrincs/lib64_libkernel32_a-cpuid.o: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo -c -o intrincs/lib64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib64_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -math/lib64_libmingwex_a-log2.o: math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo -c -o math/lib64_libmingwex_a-log2.o `test -f 'math/log2.S' || echo '$(srcdir)/'`math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2.S' object='math/lib64_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2.o `test -f 'math/log2.S' || echo '$(srcdir)/'`math/log2.S +intrincs/lib64_libkernel32_a-cpuid.obj: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo -c -o intrincs/lib64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib64_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -math/lib64_libmingwex_a-log2.obj: math/log2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo -c -o math/lib64_libmingwex_a-log2.obj `if test -f 'math/log2.S'; then $(CYGPATH_W) 'math/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/log2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2.S' object='math/lib64_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2.obj `if test -f 'math/log2.S'; then $(CYGPATH_W) 'math/log2.S'; else $(CYGPATH_W) '$(srcdir)/math/log2.S'; fi` +intrincs/lib64_libkernel32_a-ilockadd.o: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib64_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -math/lib64_libmingwex_a-log2f.o: math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo -c -o math/lib64_libmingwex_a-log2f.o `test -f 'math/log2f.S' || echo '$(srcdir)/'`math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2f.S' object='math/lib64_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2f.o `test -f 'math/log2f.S' || echo '$(srcdir)/'`math/log2f.S +intrincs/lib64_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib64_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -math/lib64_libmingwex_a-log2f.obj: math/log2f.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo -c -o math/lib64_libmingwex_a-log2f.obj `if test -f 'math/log2f.S'; then $(CYGPATH_W) 'math/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/log2f.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2f.S' object='math/lib64_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2f.obj `if test -f 'math/log2f.S'; then $(CYGPATH_W) 'math/log2f.S'; else $(CYGPATH_W) '$(srcdir)/math/log2f.S'; fi` +intrincs/lib64_libkernel32_a-ilockand.o: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib64_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -math/lib64_libmingwex_a-log2l.o: math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2l.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo -c -o math/lib64_libmingwex_a-log2l.o `test -f 'math/log2l.S' || echo '$(srcdir)/'`math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2l.S' object='math/lib64_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2l.o `test -f 'math/log2l.S' || echo '$(srcdir)/'`math/log2l.S +intrincs/lib64_libkernel32_a-ilockand.obj: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib64_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -math/lib64_libmingwex_a-log2l.obj: math/log2l.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-log2l.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo -c -o math/lib64_libmingwex_a-log2l.obj `if test -f 'math/log2l.S'; then $(CYGPATH_W) 'math/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/log2l.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/log2l.S' object='math/lib64_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-log2l.obj `if test -f 'math/log2l.S'; then $(CYGPATH_W) 'math/log2l.S'; else $(CYGPATH_W) '$(srcdir)/math/log2l.S'; fi` +intrincs/lib64_libkernel32_a-ilockand64.o: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib64_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -math/lib64_libmingwex_a-remainder.o: math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainder.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo -c -o math/lib64_libmingwex_a-remainder.o `test -f 'math/remainder.S' || echo '$(srcdir)/'`math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainder.S' object='math/lib64_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainder.o `test -f 'math/remainder.S' || echo '$(srcdir)/'`math/remainder.S +intrincs/lib64_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib64_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -math/lib64_libmingwex_a-remainder.obj: math/remainder.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainder.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo -c -o math/lib64_libmingwex_a-remainder.obj `if test -f 'math/remainder.S'; then $(CYGPATH_W) 'math/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/remainder.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainder.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainder.S' object='math/lib64_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainder.obj `if test -f 'math/remainder.S'; then $(CYGPATH_W) 'math/remainder.S'; else $(CYGPATH_W) '$(srcdir)/math/remainder.S'; fi` +intrincs/lib64_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib64_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -math/lib64_libmingwex_a-remainderf.o: math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainderf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo -c -o math/lib64_libmingwex_a-remainderf.o `test -f 'math/remainderf.S' || echo '$(srcdir)/'`math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderf.S' object='math/lib64_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainderf.o `test -f 'math/remainderf.S' || echo '$(srcdir)/'`math/remainderf.S +intrincs/lib64_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib64_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -math/lib64_libmingwex_a-remainderf.obj: math/remainderf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainderf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo -c -o math/lib64_libmingwex_a-remainderf.obj `if test -f 'math/remainderf.S'; then $(CYGPATH_W) 'math/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderf.S' object='math/lib64_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainderf.obj `if test -f 'math/remainderf.S'; then $(CYGPATH_W) 'math/remainderf.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderf.S'; fi` +intrincs/lib64_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib64_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -math/lib64_libmingwex_a-remainderl.o: math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainderl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo -c -o math/lib64_libmingwex_a-remainderl.o `test -f 'math/remainderl.S' || echo '$(srcdir)/'`math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderl.S' object='math/lib64_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainderl.o `test -f 'math/remainderl.S' || echo '$(srcdir)/'`math/remainderl.S +intrincs/lib64_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib64_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -math/lib64_libmingwex_a-remainderl.obj: math/remainderl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remainderl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo -c -o math/lib64_libmingwex_a-remainderl.obj `if test -f 'math/remainderl.S'; then $(CYGPATH_W) 'math/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remainderl.S' object='math/lib64_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remainderl.obj `if test -f 'math/remainderl.S'; then $(CYGPATH_W) 'math/remainderl.S'; else $(CYGPATH_W) '$(srcdir)/math/remainderl.S'; fi` +intrincs/lib64_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib64_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -math/lib64_libmingwex_a-remquo.o: math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquo.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo -c -o math/lib64_libmingwex_a-remquo.o `test -f 'math/remquo.S' || echo '$(srcdir)/'`math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquo.S' object='math/lib64_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquo.o `test -f 'math/remquo.S' || echo '$(srcdir)/'`math/remquo.S +intrincs/lib64_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib64_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -math/lib64_libmingwex_a-remquo.obj: math/remquo.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquo.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo -c -o math/lib64_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquo.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquo.S' object='math/lib64_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquo.obj `if test -f 'math/remquo.S'; then $(CYGPATH_W) 'math/remquo.S'; else $(CYGPATH_W) '$(srcdir)/math/remquo.S'; fi` +intrincs/lib64_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib64_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -math/lib64_libmingwex_a-remquof.o: math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.o `test -f 'math/remquof.S' || echo '$(srcdir)/'`math/remquof.S +intrincs/lib64_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib64_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -math/lib64_libmingwex_a-remquof.obj: math/remquof.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquof.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquof.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquof.S' object='math/lib64_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquof.obj `if test -f 'math/remquof.S'; then $(CYGPATH_W) 'math/remquof.S'; else $(CYGPATH_W) '$(srcdir)/math/remquof.S'; fi` +intrincs/lib64_libkernel32_a-ilockdec.o: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib64_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -math/lib64_libmingwex_a-remquol.o: math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquol.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo -c -o math/lib64_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquol.S' object='math/lib64_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquol.o `test -f 'math/remquol.S' || echo '$(srcdir)/'`math/remquol.S +intrincs/lib64_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib64_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -math/lib64_libmingwex_a-remquol.obj: math/remquol.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-remquol.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo -c -o math/lib64_libmingwex_a-remquol.obj `if test -f 'math/remquol.S'; then $(CYGPATH_W) 'math/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/remquol.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-remquol.Tpo math/$(DEPDIR)/lib64_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/remquol.S' object='math/lib64_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-remquol.obj `if test -f 'math/remquol.S'; then $(CYGPATH_W) 'math/remquol.S'; else $(CYGPATH_W) '$(srcdir)/math/remquol.S'; fi` +intrincs/lib64_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib64_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -math/lib64_libmingwex_a-scalbn.o: math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbn.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo -c -o math/lib64_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbn.S' object='math/lib64_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbn.o `test -f 'math/scalbn.S' || echo '$(srcdir)/'`math/scalbn.S +intrincs/lib64_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib64_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -math/lib64_libmingwex_a-scalbn.obj: math/scalbn.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbn.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo -c -o math/lib64_libmingwex_a-scalbn.obj `if test -f 'math/scalbn.S'; then $(CYGPATH_W) 'math/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbn.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbn.S' object='math/lib64_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbn.obj `if test -f 'math/scalbn.S'; then $(CYGPATH_W) 'math/scalbn.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbn.S'; fi` +intrincs/lib64_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib64_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -math/lib64_libmingwex_a-scalbnf.o: math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbnf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo -c -o math/lib64_libmingwex_a-scalbnf.o `test -f 'math/scalbnf.S' || echo '$(srcdir)/'`math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnf.S' object='math/lib64_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbnf.o `test -f 'math/scalbnf.S' || echo '$(srcdir)/'`math/scalbnf.S +intrincs/lib64_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib64_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -math/lib64_libmingwex_a-scalbnf.obj: math/scalbnf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbnf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo -c -o math/lib64_libmingwex_a-scalbnf.obj `if test -f 'math/scalbnf.S'; then $(CYGPATH_W) 'math/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnf.S' object='math/lib64_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbnf.obj `if test -f 'math/scalbnf.S'; then $(CYGPATH_W) 'math/scalbnf.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnf.S'; fi` +intrincs/lib64_libkernel32_a-ilockexch.o: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib64_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -math/lib64_libmingwex_a-scalbnl.o: math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbnl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo -c -o math/lib64_libmingwex_a-scalbnl.o `test -f 'math/scalbnl.S' || echo '$(srcdir)/'`math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnl.S' object='math/lib64_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbnl.o `test -f 'math/scalbnl.S' || echo '$(srcdir)/'`math/scalbnl.S +intrincs/lib64_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib64_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -math/lib64_libmingwex_a-scalbnl.obj: math/scalbnl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-scalbnl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo -c -o math/lib64_libmingwex_a-scalbnl.obj `if test -f 'math/scalbnl.S'; then $(CYGPATH_W) 'math/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/scalbnl.S' object='math/lib64_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-scalbnl.obj `if test -f 'math/scalbnl.S'; then $(CYGPATH_W) 'math/scalbnl.S'; else $(CYGPATH_W) '$(srcdir)/math/scalbnl.S'; fi` +intrincs/lib64_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib64_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -math/lib64_libmingwex_a-sinl_internal.o: math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-sinl_internal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo -c -o math/lib64_libmingwex_a-sinl_internal.o `test -f 'math/sinl_internal.S' || echo '$(srcdir)/'`math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/sinl_internal.S' object='math/lib64_libmingwex_a-sinl_internal.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-sinl_internal.o `test -f 'math/sinl_internal.S' || echo '$(srcdir)/'`math/sinl_internal.S +intrincs/lib64_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib64_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -math/lib64_libmingwex_a-sinl_internal.obj: math/sinl_internal.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-sinl_internal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo -c -o math/lib64_libmingwex_a-sinl_internal.obj `if test -f 'math/sinl_internal.S'; then $(CYGPATH_W) 'math/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/sinl_internal.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinl_internal.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/sinl_internal.S' object='math/lib64_libmingwex_a-sinl_internal.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-sinl_internal.obj `if test -f 'math/sinl_internal.S'; then $(CYGPATH_W) 'math/sinl_internal.S'; else $(CYGPATH_W) '$(srcdir)/math/sinl_internal.S'; fi` +intrincs/lib64_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib64_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -math/lib64_libmingwex_a-tanl.o: math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-tanl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo -c -o math/lib64_libmingwex_a-tanl.o `test -f 'math/tanl.S' || echo '$(srcdir)/'`math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/tanl.S' object='math/lib64_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-tanl.o `test -f 'math/tanl.S' || echo '$(srcdir)/'`math/tanl.S +intrincs/lib64_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib64_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -math/lib64_libmingwex_a-tanl.obj: math/tanl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/lib64_libmingwex_a-tanl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo -c -o math/lib64_libmingwex_a-tanl.obj `if test -f 'math/tanl.S'; then $(CYGPATH_W) 'math/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/tanl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/tanl.S' object='math/lib64_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/lib64_libmingwex_a-tanl.obj `if test -f 'math/tanl.S'; then $(CYGPATH_W) 'math/tanl.S'; else $(CYGPATH_W) '$(srcdir)/math/tanl.S'; fi` +intrincs/lib64_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib64_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -math/libarm32_libmingwex_a-_chgsignl.o: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-_chgsignl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo -c -o math/libarm32_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/libarm32_libmingwex_a-_chgsignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-_chgsignl.o `test -f 'math/_chgsignl.S' || echo '$(srcdir)/'`math/_chgsignl.S +intrincs/lib64_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib64_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -math/libarm32_libmingwex_a-_chgsignl.obj: math/_chgsignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-_chgsignl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo -c -o math/libarm32_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-_chgsignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/_chgsignl.S' object='math/libarm32_libmingwex_a-_chgsignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-_chgsignl.obj `if test -f 'math/_chgsignl.S'; then $(CYGPATH_W) 'math/_chgsignl.S'; else $(CYGPATH_W) '$(srcdir)/math/_chgsignl.S'; fi` +intrincs/lib64_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib64_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -math/libarm32_libmingwex_a-ceil.o: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceil.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo -c -o math/libarm32_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/libarm32_libmingwex_a-ceil.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceil.o `test -f 'math/ceil.S' || echo '$(srcdir)/'`math/ceil.S +intrincs/lib64_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib64_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -math/libarm32_libmingwex_a-ceil.obj: math/ceil.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceil.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo -c -o math/libarm32_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceil.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceil.S' object='math/libarm32_libmingwex_a-ceil.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceil.obj `if test -f 'math/ceil.S'; then $(CYGPATH_W) 'math/ceil.S'; else $(CYGPATH_W) '$(srcdir)/math/ceil.S'; fi` +intrincs/lib64_libkernel32_a-ilockinc.o: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib64_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -math/libarm32_libmingwex_a-ceilf.o: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceilf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo -c -o math/libarm32_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/libarm32_libmingwex_a-ceilf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceilf.o `test -f 'math/ceilf.S' || echo '$(srcdir)/'`math/ceilf.S +intrincs/lib64_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib64_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -math/libarm32_libmingwex_a-ceilf.obj: math/ceilf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceilf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo -c -o math/libarm32_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceilf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceilf.S' object='math/libarm32_libmingwex_a-ceilf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceilf.obj `if test -f 'math/ceilf.S'; then $(CYGPATH_W) 'math/ceilf.S'; else $(CYGPATH_W) '$(srcdir)/math/ceilf.S'; fi` +intrincs/lib64_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib64_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -math/libarm32_libmingwex_a-ceill.o: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceill.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo -c -o math/libarm32_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/libarm32_libmingwex_a-ceill.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceill.o `test -f 'math/ceill.S' || echo '$(srcdir)/'`math/ceill.S +intrincs/lib64_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib64_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -math/libarm32_libmingwex_a-ceill.obj: math/ceill.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-ceill.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo -c -o math/libarm32_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ceill.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/ceill.S' object='math/libarm32_libmingwex_a-ceill.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-ceill.obj `if test -f 'math/ceill.S'; then $(CYGPATH_W) 'math/ceill.S'; else $(CYGPATH_W) '$(srcdir)/math/ceill.S'; fi` +intrincs/lib64_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib64_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -math/libarm32_libmingwex_a-copysignl.o: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-copysignl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo -c -o math/libarm32_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/libarm32_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-copysignl.o `test -f 'math/copysignl.S' || echo '$(srcdir)/'`math/copysignl.S +intrincs/lib64_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib64_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -math/libarm32_libmingwex_a-copysignl.obj: math/copysignl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-copysignl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo -c -o math/libarm32_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/copysignl.S' object='math/libarm32_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-copysignl.obj `if test -f 'math/copysignl.S'; then $(CYGPATH_W) 'math/copysignl.S'; else $(CYGPATH_W) '$(srcdir)/math/copysignl.S'; fi` +intrincs/lib64_libkernel32_a-ilockor.o: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib64_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -math/libarm32_libmingwex_a-floor.o: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floor.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo -c -o math/libarm32_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/libarm32_libmingwex_a-floor.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floor.o `test -f 'math/floor.S' || echo '$(srcdir)/'`math/floor.S +intrincs/lib64_libkernel32_a-ilockor.obj: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib64_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -math/libarm32_libmingwex_a-floor.obj: math/floor.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floor.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo -c -o math/libarm32_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floor.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floor.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floor.S' object='math/libarm32_libmingwex_a-floor.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floor.obj `if test -f 'math/floor.S'; then $(CYGPATH_W) 'math/floor.S'; else $(CYGPATH_W) '$(srcdir)/math/floor.S'; fi` +intrincs/lib64_libkernel32_a-ilockor64.o: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib64_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -math/libarm32_libmingwex_a-floorf.o: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floorf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo -c -o math/libarm32_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/libarm32_libmingwex_a-floorf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floorf.o `test -f 'math/floorf.S' || echo '$(srcdir)/'`math/floorf.S +intrincs/lib64_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib64_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -math/libarm32_libmingwex_a-floorf.obj: math/floorf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floorf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo -c -o math/libarm32_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floorf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorf.S' object='math/libarm32_libmingwex_a-floorf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floorf.obj `if test -f 'math/floorf.S'; then $(CYGPATH_W) 'math/floorf.S'; else $(CYGPATH_W) '$(srcdir)/math/floorf.S'; fi` +intrincs/lib64_libkernel32_a-ilockxor.o: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib64_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -math/libarm32_libmingwex_a-floorl.o: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floorl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo -c -o math/libarm32_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/libarm32_libmingwex_a-floorl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floorl.o `test -f 'math/floorl.S' || echo '$(srcdir)/'`math/floorl.S +intrincs/lib64_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib64_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -math/libarm32_libmingwex_a-floorl.obj: math/floorl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-floorl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo -c -o math/libarm32_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-floorl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/floorl.S' object='math/libarm32_libmingwex_a-floorl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-floorl.obj `if test -f 'math/floorl.S'; then $(CYGPATH_W) 'math/floorl.S'; else $(CYGPATH_W) '$(srcdir)/math/floorl.S'; fi` +intrincs/lib64_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib64_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -math/libarm32_libmingwex_a-fma.o: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo -c -o math/libarm32_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/libarm32_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-fma.o `test -f 'math/fma.S' || echo '$(srcdir)/'`math/fma.S +intrincs/lib64_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib64_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -math/libarm32_libmingwex_a-fma.obj: math/fma.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo -c -o math/libarm32_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fma.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fma.S' object='math/libarm32_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-fma.obj `if test -f 'math/fma.S'; then $(CYGPATH_W) 'math/fma.S'; else $(CYGPATH_W) '$(srcdir)/math/fma.S'; fi` +intrincs/lib64_libkernel32_a-inbyte.o: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo -c -o intrincs/lib64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib64_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -math/libarm32_libmingwex_a-fmaf.o: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo -c -o math/libarm32_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/libarm32_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-fmaf.o `test -f 'math/fmaf.S' || echo '$(srcdir)/'`math/fmaf.S +intrincs/lib64_libkernel32_a-inbyte.obj: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo -c -o intrincs/lib64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib64_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -math/libarm32_libmingwex_a-fmaf.obj: math/fmaf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo -c -o math/libarm32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/fmaf.S' object='math/libarm32_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.S'; then $(CYGPATH_W) 'math/fmaf.S'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.S'; fi` +intrincs/lib64_libkernel32_a-inbytestring.o: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib64_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -math/libarm32_libmingwex_a-nearbyint.o: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo -c -o math/libarm32_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/libarm32_libmingwex_a-nearbyint.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyint.o `test -f 'math/nearbyint.S' || echo '$(srcdir)/'`math/nearbyint.S +intrincs/lib64_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib64_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -math/libarm32_libmingwex_a-nearbyint.obj: math/nearbyint.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo -c -o math/libarm32_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyint.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyint.S' object='math/libarm32_libmingwex_a-nearbyint.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyint.obj `if test -f 'math/nearbyint.S'; then $(CYGPATH_W) 'math/nearbyint.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyint.S'; fi` +intrincs/lib64_libkernel32_a-indword.o: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo -c -o intrincs/lib64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib64_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -math/libarm32_libmingwex_a-nearbyintf.o: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo -c -o math/libarm32_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/libarm32_libmingwex_a-nearbyintf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyintf.o `test -f 'math/nearbyintf.S' || echo '$(srcdir)/'`math/nearbyintf.S +intrincs/lib64_libkernel32_a-indword.obj: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo -c -o intrincs/lib64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib64_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -math/libarm32_libmingwex_a-nearbyintf.obj: math/nearbyintf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo -c -o math/libarm32_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintf.S' object='math/libarm32_libmingwex_a-nearbyintf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyintf.obj `if test -f 'math/nearbyintf.S'; then $(CYGPATH_W) 'math/nearbyintf.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintf.S'; fi` +intrincs/lib64_libkernel32_a-indwordstring.o: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib64_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -math/libarm32_libmingwex_a-nearbyintl.o: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo -c -o math/libarm32_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/libarm32_libmingwex_a-nearbyintl.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyintl.o `test -f 'math/nearbyintl.S' || echo '$(srcdir)/'`math/nearbyintl.S +intrincs/lib64_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib64_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -math/libarm32_libmingwex_a-nearbyintl.obj: math/nearbyintl.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-nearbyintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo -c -o math/libarm32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nearbyintl.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/nearbyintl.S' object='math/libarm32_libmingwex_a-nearbyintl.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-nearbyintl.obj `if test -f 'math/nearbyintl.S'; then $(CYGPATH_W) 'math/nearbyintl.S'; else $(CYGPATH_W) '$(srcdir)/math/nearbyintl.S'; fi` +intrincs/lib64_libkernel32_a-inword.o: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo -c -o intrincs/lib64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib64_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -math/libarm32_libmingwex_a-trunc.o: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-trunc.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo -c -o math/libarm32_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/libarm32_libmingwex_a-trunc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-trunc.o `test -f 'math/trunc.S' || echo '$(srcdir)/'`math/trunc.S +intrincs/lib64_libkernel32_a-inword.obj: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo -c -o intrincs/lib64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib64_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -math/libarm32_libmingwex_a-trunc.obj: math/trunc.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-trunc.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo -c -o math/libarm32_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-trunc.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/trunc.S' object='math/libarm32_libmingwex_a-trunc.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-trunc.obj `if test -f 'math/trunc.S'; then $(CYGPATH_W) 'math/trunc.S'; else $(CYGPATH_W) '$(srcdir)/math/trunc.S'; fi` +intrincs/lib64_libkernel32_a-inwordstring.o: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib64_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -math/libarm32_libmingwex_a-truncf.o: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-truncf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo -c -o math/libarm32_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/libarm32_libmingwex_a-truncf.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-truncf.o `test -f 'math/truncf.S' || echo '$(srcdir)/'`math/truncf.S +intrincs/lib64_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib64_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -math/libarm32_libmingwex_a-truncf.obj: math/truncf.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT math/libarm32_libmingwex_a-truncf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo -c -o math/libarm32_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncf.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='math/truncf.S' object='math/libarm32_libmingwex_a-truncf.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o math/libarm32_libmingwex_a-truncf.obj `if test -f 'math/truncf.S'; then $(CYGPATH_W) 'math/truncf.S'; else $(CYGPATH_W) '$(srcdir)/math/truncf.S'; fi` +intrincs/lib64_libkernel32_a-outbyte.o: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo -c -o intrincs/lib64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib64_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -misc/libarm32_libmingwex_a-mingw_getsp.o: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm32_libmingwex_a-mingw_getsp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm32_libmingwex_a-mingw_getsp.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_getsp.o `test -f 'misc/mingw_getsp.S' || echo '$(srcdir)/'`misc/mingw_getsp.S +intrincs/lib64_libkernel32_a-outbyte.obj: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo -c -o intrincs/lib64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib64_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -misc/libarm32_libmingwex_a-mingw_getsp.obj: misc/mingw_getsp.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT misc/libarm32_libmingwex_a-mingw_getsp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo -c -o misc/libarm32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_getsp.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='misc/mingw_getsp.S' object='misc/libarm32_libmingwex_a-mingw_getsp.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_getsp.obj `if test -f 'misc/mingw_getsp.S'; then $(CYGPATH_W) 'misc/mingw_getsp.S'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_getsp.S'; fi` +intrincs/lib64_libkernel32_a-outbytestring.o: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib64_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -stdio/libarm32_libmingwex_a-vfscanf2.o: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm32_libmingwex_a-vfscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf2.o `test -f 'stdio/vfscanf2.S' || echo '$(srcdir)/'`stdio/vfscanf2.S +intrincs/lib64_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib64_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -stdio/libarm32_libmingwex_a-vfscanf2.obj: stdio/vfscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfscanf2.S' object='stdio/libarm32_libmingwex_a-vfscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf2.obj `if test -f 'stdio/vfscanf2.S'; then $(CYGPATH_W) 'stdio/vfscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf2.S'; fi` +intrincs/lib64_libkernel32_a-outdword.o: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo -c -o intrincs/lib64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib64_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -stdio/libarm32_libmingwex_a-vfwscanf2.o: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm32_libmingwex_a-vfwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf2.o `test -f 'stdio/vfwscanf2.S' || echo '$(srcdir)/'`stdio/vfwscanf2.S +intrincs/lib64_libkernel32_a-outdword.obj: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo -c -o intrincs/lib64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib64_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -stdio/libarm32_libmingwex_a-vfwscanf2.obj: stdio/vfwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vfwscanf2.S' object='stdio/libarm32_libmingwex_a-vfwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf2.obj `if test -f 'stdio/vfwscanf2.S'; then $(CYGPATH_W) 'stdio/vfwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf2.S'; fi` +intrincs/lib64_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib64_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -stdio/libarm32_libmingwex_a-vscanf2.o: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm32_libmingwex_a-vscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf2.o `test -f 'stdio/vscanf2.S' || echo '$(srcdir)/'`stdio/vscanf2.S +intrincs/lib64_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib64_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -stdio/libarm32_libmingwex_a-vscanf2.obj: stdio/vscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vscanf2.S' object='stdio/libarm32_libmingwex_a-vscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf2.obj `if test -f 'stdio/vscanf2.S'; then $(CYGPATH_W) 'stdio/vscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf2.S'; fi` +intrincs/lib64_libkernel32_a-outword.o: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo -c -o intrincs/lib64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib64_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -stdio/libarm32_libmingwex_a-vsscanf2.o: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm32_libmingwex_a-vsscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf2.o `test -f 'stdio/vsscanf2.S' || echo '$(srcdir)/'`stdio/vsscanf2.S +intrincs/lib64_libkernel32_a-outword.obj: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo -c -o intrincs/lib64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib64_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -stdio/libarm32_libmingwex_a-vsscanf2.obj: stdio/vsscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vsscanf2.S' object='stdio/libarm32_libmingwex_a-vsscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf2.obj `if test -f 'stdio/vsscanf2.S'; then $(CYGPATH_W) 'stdio/vsscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf2.S'; fi` +intrincs/lib64_libkernel32_a-outwordstring.o: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib64_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -stdio/libarm32_libmingwex_a-vswscanf2.o: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm32_libmingwex_a-vswscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf2.o `test -f 'stdio/vswscanf2.S' || echo '$(srcdir)/'`stdio/vswscanf2.S +intrincs/lib64_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib64_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -stdio/libarm32_libmingwex_a-vswscanf2.obj: stdio/vswscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vswscanf2.S' object='stdio/libarm32_libmingwex_a-vswscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf2.obj `if test -f 'stdio/vswscanf2.S'; then $(CYGPATH_W) 'stdio/vswscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf2.S'; fi` +intrincs/lib64_libkernel32_a-readcr0.o: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo -c -o intrincs/lib64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib64_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -stdio/libarm32_libmingwex_a-vwscanf2.o: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf2.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm32_libmingwex_a-vwscanf2.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf2.o `test -f 'stdio/vwscanf2.S' || echo '$(srcdir)/'`stdio/vwscanf2.S +intrincs/lib64_libkernel32_a-readcr0.obj: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo -c -o intrincs/lib64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib64_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -stdio/libarm32_libmingwex_a-vwscanf2.obj: stdio/vwscanf2.S -@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf2.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` -@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf2.Po -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='stdio/vwscanf2.S' object='stdio/libarm32_libmingwex_a-vwscanf2.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf2.obj `if test -f 'stdio/vwscanf2.S'; then $(CYGPATH_W) 'stdio/vwscanf2.S'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf2.S'; fi` +intrincs/lib64_libkernel32_a-readcr2.o: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo -c -o intrincs/lib64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib64_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -.c.o: -@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr2.obj: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo -c -o intrincs/lib64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib64_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -.c.obj: -@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr3.o: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo -c -o intrincs/lib64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib64_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -libsrc/lib32_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib32_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr3.obj: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo -c -o intrincs/lib64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib64_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -libsrc/lib32_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib32_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib32_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr4.o: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo -c -o intrincs/lib64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib64_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -libsrc/lib32_libdinput_a-dinput_kbd.o: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr4.obj: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo -c -o intrincs/lib64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib64_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -libsrc/lib32_libdinput_a-dinput_kbd.obj: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readmsr.o: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo -c -o intrincs/lib64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib64_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -libsrc/lib32_libdinput_a-dinput_joy.o: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readmsr.obj: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo -c -o intrincs/lib64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib64_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -libsrc/lib32_libdinput_a-dinput_joy.obj: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr0.o: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo -c -o intrincs/lib64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib64_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -libsrc/lib32_libdinput_a-dinput_joy2.o: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr0.obj: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo -c -o intrincs/lib64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib64_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -libsrc/lib32_libdinput_a-dinput_joy2.obj: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr2.o: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo -c -o intrincs/lib64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib64_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c -libsrc/lib32_libdinput_a-dinput_mouse.o: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr2.obj: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo -c -o intrincs/lib64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib64_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -libsrc/lib32_libdinput_a-dinput_mouse.obj: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr3.o: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo -c -o intrincs/lib64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib64_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -libsrc/lib32_libdinput_a-dinput_mouse2.o: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr3.obj: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo -c -o intrincs/lib64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib64_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -libsrc/lib32_libdinput_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr4.o: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo -c -o intrincs/lib64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib64_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -libsrc/lib32_libdinput8_a-dinput_joy.o: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput8_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr4.obj: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo -c -o intrincs/lib64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib64_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -libsrc/lib32_libdinput8_a-dinput_joy.obj: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib32_libdinput8_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writemsr.o: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo -c -o intrincs/lib64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib64_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -libsrc/lib32_libdinput8_a-dinput_joy2.o: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput8_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writemsr.obj: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo -c -o intrincs/lib64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib64_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -libsrc/lib32_libdinput8_a-dinput_joy2.obj: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib32_libdinput8_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__int2c.o: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo -c -o intrincs/lib64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib64_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -libsrc/lib32_libdinput8_a-dinput_mouse.o: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput8_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__int2c.obj: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo -c -o intrincs/lib64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib64_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -libsrc/lib32_libdinput8_a-dinput_mouse.obj: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib32_libdinput8_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -libsrc/lib32_libdinput8_a-dinput_mouse2.o: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput8_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -libsrc/lib32_libdinput8_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib32_libdinput8_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittest64.o: intrincs/bittest64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo -c -o intrincs/lib64_libkernel32_a-bittest64.o `test -f 'intrincs/bittest64.c' || echo '$(srcdir)/'`intrincs/bittest64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest64.c' object='intrincs/lib64_libkernel32_a-bittest64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest64.o `test -f 'intrincs/bittest64.c' || echo '$(srcdir)/'`intrincs/bittest64.c -libsrc/lib32_libdinput8_a-dinput_kbd.o: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput8_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittest64.obj: intrincs/bittest64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo -c -o intrincs/lib64_libkernel32_a-bittest64.obj `if test -f 'intrincs/bittest64.c'; then $(CYGPATH_W) 'intrincs/bittest64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest64.c' object='intrincs/lib64_libkernel32_a-bittest64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest64.obj `if test -f 'intrincs/bittest64.c'; then $(CYGPATH_W) 'intrincs/bittest64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest64.c'; fi` -libsrc/lib32_libdinput8_a-dinput_kbd.obj: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdinput8_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib32_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib32_libdinput8_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib32_libdinput8_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestc64.o: intrincs/bittestc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc64.o `test -f 'intrincs/bittestc64.c' || echo '$(srcdir)/'`intrincs/bittestc64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc64.c' object='intrincs/lib64_libkernel32_a-bittestc64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc64.o `test -f 'intrincs/bittestc64.c' || echo '$(srcdir)/'`intrincs/bittestc64.c -libsrc/lib32_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib32_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestc64.obj: intrincs/bittestc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc64.obj `if test -f 'intrincs/bittestc64.c'; then $(CYGPATH_W) 'intrincs/bittestc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc64.c' object='intrincs/lib64_libkernel32_a-bittestc64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc64.obj `if test -f 'intrincs/bittestc64.c'; then $(CYGPATH_W) 'intrincs/bittestc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc64.c'; fi` -libsrc/lib32_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib32_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib32_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestr64.o: intrincs/bittestr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr64.o `test -f 'intrincs/bittestr64.c' || echo '$(srcdir)/'`intrincs/bittestr64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr64.c' object='intrincs/lib64_libkernel32_a-bittestr64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr64.o `test -f 'intrincs/bittestr64.c' || echo '$(srcdir)/'`intrincs/bittestr64.c -libsrc/lib32_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib32_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestr64.obj: intrincs/bittestr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr64.obj `if test -f 'intrincs/bittestr64.c'; then $(CYGPATH_W) 'intrincs/bittestr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr64.c' object='intrincs/lib64_libkernel32_a-bittestr64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr64.obj `if test -f 'intrincs/bittestr64.c'; then $(CYGPATH_W) 'intrincs/bittestr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr64.c'; fi` -libsrc/lib32_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib32_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestri64.o: intrincs/bittestri64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri64.o `test -f 'intrincs/bittestri64.c' || echo '$(srcdir)/'`intrincs/bittestri64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri64.c' object='intrincs/lib64_libkernel32_a-bittestri64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri64.o `test -f 'intrincs/bittestri64.c' || echo '$(srcdir)/'`intrincs/bittestri64.c -libsrc/lib32_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib32_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestri64.obj: intrincs/bittestri64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri64.obj `if test -f 'intrincs/bittestri64.c'; then $(CYGPATH_W) 'intrincs/bittestri64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri64.c' object='intrincs/lib64_libkernel32_a-bittestri64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri64.obj `if test -f 'intrincs/bittestri64.c'; then $(CYGPATH_W) 'intrincs/bittestri64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri64.c'; fi` -libsrc/lib32_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib32_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittests64.o: intrincs/bittests64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo -c -o intrincs/lib64_libkernel32_a-bittests64.o `test -f 'intrincs/bittests64.c' || echo '$(srcdir)/'`intrincs/bittests64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests64.c' object='intrincs/lib64_libkernel32_a-bittests64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests64.o `test -f 'intrincs/bittests64.c' || echo '$(srcdir)/'`intrincs/bittests64.c -libsrc/lib32_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib32_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittests64.obj: intrincs/bittests64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo -c -o intrincs/lib64_libkernel32_a-bittests64.obj `if test -f 'intrincs/bittests64.c'; then $(CYGPATH_W) 'intrincs/bittests64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests64.c' object='intrincs/lib64_libkernel32_a-bittests64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests64.obj `if test -f 'intrincs/bittests64.c'; then $(CYGPATH_W) 'intrincs/bittests64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests64.c'; fi` -libsrc/lib32_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib32_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestsi64.o: intrincs/bittestsi64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi64.o `test -f 'intrincs/bittestsi64.c' || echo '$(srcdir)/'`intrincs/bittestsi64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi64.c' object='intrincs/lib64_libkernel32_a-bittestsi64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi64.o `test -f 'intrincs/bittestsi64.c' || echo '$(srcdir)/'`intrincs/bittestsi64.c -libsrc/lib32_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib32_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestsi64.obj: intrincs/bittestsi64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi64.obj `if test -f 'intrincs/bittestsi64.c'; then $(CYGPATH_W) 'intrincs/bittestsi64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi64.c' object='intrincs/lib64_libkernel32_a-bittestsi64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi64.obj `if test -f 'intrincs/bittestsi64.c'; then $(CYGPATH_W) 'intrincs/bittestsi64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi64.c'; fi` -libsrc/lib32_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib32_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib32_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bitscanfwd64.o: intrincs/bitscanfwd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.o `test -f 'intrincs/bitscanfwd64.c' || echo '$(srcdir)/'`intrincs/bitscanfwd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd64.c' object='intrincs/lib64_libkernel32_a-bitscanfwd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.o `test -f 'intrincs/bitscanfwd64.c' || echo '$(srcdir)/'`intrincs/bitscanfwd64.c -libsrc/lib32_libdxguid_a-dxguid.o: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo -c -o libsrc/lib32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib32_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bitscanfwd64.obj: intrincs/bitscanfwd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.obj `if test -f 'intrincs/bitscanfwd64.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd64.c' object='intrincs/lib64_libkernel32_a-bitscanfwd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.obj `if test -f 'intrincs/bitscanfwd64.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd64.c'; fi` -libsrc/lib32_libdxguid_a-dxguid.obj: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo -c -o libsrc/lib32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib32_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib32_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bitscanrev64.o: intrincs/bitscanrev64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev64.o `test -f 'intrincs/bitscanrev64.c' || echo '$(srcdir)/'`intrincs/bitscanrev64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev64.c' object='intrincs/lib64_libkernel32_a-bitscanrev64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev64.o `test -f 'intrincs/bitscanrev64.c' || echo '$(srcdir)/'`intrincs/bitscanrev64.c -libsrc/lib32_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib32_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bitscanrev64.obj: intrincs/bitscanrev64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev64.obj `if test -f 'intrincs/bitscanrev64.c'; then $(CYGPATH_W) 'intrincs/bitscanrev64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev64.c' object='intrincs/lib64_libkernel32_a-bitscanrev64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev64.obj `if test -f 'intrincs/bitscanrev64.c'; then $(CYGPATH_W) 'intrincs/bitscanrev64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev64.c'; fi` -libsrc/lib32_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib32_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib32_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-ilockadd64.o: intrincs/ilockadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd64.o `test -f 'intrincs/ilockadd64.c' || echo '$(srcdir)/'`intrincs/ilockadd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd64.c' object='intrincs/lib64_libkernel32_a-ilockadd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd64.o `test -f 'intrincs/ilockadd64.c' || echo '$(srcdir)/'`intrincs/ilockadd64.c -profile/lib32_libgmon_a-mcount.o: profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-mcount.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo -c -o profile/lib32_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib32_libgmon_a-mcount.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-ilockadd64.obj: intrincs/ilockadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd64.obj `if test -f 'intrincs/ilockadd64.c'; then $(CYGPATH_W) 'intrincs/ilockadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd64.c' object='intrincs/lib64_libkernel32_a-ilockadd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd64.obj `if test -f 'intrincs/ilockadd64.c'; then $(CYGPATH_W) 'intrincs/ilockadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd64.c'; fi` -profile/lib32_libgmon_a-mcount.obj: profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-mcount.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo -c -o profile/lib32_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib32_libgmon_a-mcount.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-rdtsc.o: intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-rdtsc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib64_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib64_libkernel32_a-rdtsc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c -profile/lib32_libgmon_a-profil.o: profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-profil.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo -c -o profile/lib32_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib32_libgmon_a-profil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib32_libgmon_a-profil.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-rdtsc.obj: intrincs/rdtsc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-rdtsc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib64_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib64_libkernel32_a-rdtsc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` -profile/lib32_libgmon_a-profil.obj: profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-profil.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo -c -o profile/lib32_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib32_libgmon_a-profil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib32_libgmon_a-profil.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsbyte.o: intrincs/readgsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-readgsbyte.o `test -f 'intrincs/readgsbyte.c' || echo '$(srcdir)/'`intrincs/readgsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsbyte.c' object='intrincs/lib64_libkernel32_a-readgsbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsbyte.o `test -f 'intrincs/readgsbyte.c' || echo '$(srcdir)/'`intrincs/readgsbyte.c -profile/lib32_libgmon_a-gmon.o: profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-gmon.o -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo -c -o profile/lib32_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib32_libgmon_a-gmon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib32_libgmon_a-gmon.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsbyte.obj: intrincs/readgsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-readgsbyte.obj `if test -f 'intrincs/readgsbyte.c'; then $(CYGPATH_W) 'intrincs/readgsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsbyte.c' object='intrincs/lib64_libkernel32_a-readgsbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsbyte.obj `if test -f 'intrincs/readgsbyte.c'; then $(CYGPATH_W) 'intrincs/readgsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsbyte.c'; fi` -profile/lib32_libgmon_a-gmon.obj: profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib32_libgmon_a-gmon.obj -MD -MP -MF profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo -c -o profile/lib32_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib32_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib32_libgmon_a-gmon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib32_libgmon_a-gmon.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsword.o: intrincs/readgsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsword.o `test -f 'intrincs/readgsword.c' || echo '$(srcdir)/'`intrincs/readgsword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsword.c' object='intrincs/lib64_libkernel32_a-readgsword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib32_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsword.o `test -f 'intrincs/readgsword.c' || echo '$(srcdir)/'`intrincs/readgsword.c -intrincs/lib32_libkernel32_a-__movsb.o: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo -c -o intrincs/lib32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib32_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsword.obj: intrincs/readgsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsword.obj `if test -f 'intrincs/readgsword.c'; then $(CYGPATH_W) 'intrincs/readgsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsword.c' object='intrincs/lib64_libkernel32_a-readgsword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsword.obj `if test -f 'intrincs/readgsword.c'; then $(CYGPATH_W) 'intrincs/readgsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsword.c'; fi` -intrincs/lib32_libkernel32_a-__movsb.obj: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo -c -o intrincs/lib32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib32_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsdword.o: intrincs/readgsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsdword.o `test -f 'intrincs/readgsdword.c' || echo '$(srcdir)/'`intrincs/readgsdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsdword.c' object='intrincs/lib64_libkernel32_a-readgsdword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsdword.o `test -f 'intrincs/readgsdword.c' || echo '$(srcdir)/'`intrincs/readgsdword.c -intrincs/lib32_libkernel32_a-__movsd.o: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo -c -o intrincs/lib32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib32_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsdword.obj: intrincs/readgsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsdword.obj `if test -f 'intrincs/readgsdword.c'; then $(CYGPATH_W) 'intrincs/readgsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsdword.c' object='intrincs/lib64_libkernel32_a-readgsdword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsdword.obj `if test -f 'intrincs/readgsdword.c'; then $(CYGPATH_W) 'intrincs/readgsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsdword.c'; fi` -intrincs/lib32_libkernel32_a-__movsd.obj: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo -c -o intrincs/lib32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib32_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsqword.o: intrincs/readgsqword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsqword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsqword.o `test -f 'intrincs/readgsqword.c' || echo '$(srcdir)/'`intrincs/readgsqword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsqword.c' object='intrincs/lib64_libkernel32_a-readgsqword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsqword.o `test -f 'intrincs/readgsqword.c' || echo '$(srcdir)/'`intrincs/readgsqword.c -intrincs/lib32_libkernel32_a-__movsw.o: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo -c -o intrincs/lib32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib32_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readgsqword.obj: intrincs/readgsqword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsqword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsqword.obj `if test -f 'intrincs/readgsqword.c'; then $(CYGPATH_W) 'intrincs/readgsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsqword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsqword.c' object='intrincs/lib64_libkernel32_a-readgsqword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsqword.obj `if test -f 'intrincs/readgsqword.c'; then $(CYGPATH_W) 'intrincs/readgsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsqword.c'; fi` -intrincs/lib32_libkernel32_a-__movsw.obj: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo -c -o intrincs/lib32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib32_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsbyte.o: intrincs/writegsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-writegsbyte.o `test -f 'intrincs/writegsbyte.c' || echo '$(srcdir)/'`intrincs/writegsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsbyte.c' object='intrincs/lib64_libkernel32_a-writegsbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsbyte.o `test -f 'intrincs/writegsbyte.c' || echo '$(srcdir)/'`intrincs/writegsbyte.c -intrincs/lib32_libkernel32_a-__stosb.o: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo -c -o intrincs/lib32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib32_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsbyte.obj: intrincs/writegsbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-writegsbyte.obj `if test -f 'intrincs/writegsbyte.c'; then $(CYGPATH_W) 'intrincs/writegsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsbyte.c' object='intrincs/lib64_libkernel32_a-writegsbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsbyte.obj `if test -f 'intrincs/writegsbyte.c'; then $(CYGPATH_W) 'intrincs/writegsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsbyte.c'; fi` -intrincs/lib32_libkernel32_a-__stosb.obj: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo -c -o intrincs/lib32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib32_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsword.o: intrincs/writegsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsword.o `test -f 'intrincs/writegsword.c' || echo '$(srcdir)/'`intrincs/writegsword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsword.c' object='intrincs/lib64_libkernel32_a-writegsword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsword.o `test -f 'intrincs/writegsword.c' || echo '$(srcdir)/'`intrincs/writegsword.c -intrincs/lib32_libkernel32_a-__stosd.o: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo -c -o intrincs/lib32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib32_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsword.obj: intrincs/writegsword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsword.obj `if test -f 'intrincs/writegsword.c'; then $(CYGPATH_W) 'intrincs/writegsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsword.c' object='intrincs/lib64_libkernel32_a-writegsword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsword.obj `if test -f 'intrincs/writegsword.c'; then $(CYGPATH_W) 'intrincs/writegsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsword.c'; fi` -intrincs/lib32_libkernel32_a-__stosd.obj: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo -c -o intrincs/lib32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib32_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsdword.o: intrincs/writegsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsdword.o `test -f 'intrincs/writegsdword.c' || echo '$(srcdir)/'`intrincs/writegsdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsdword.c' object='intrincs/lib64_libkernel32_a-writegsdword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsdword.o `test -f 'intrincs/writegsdword.c' || echo '$(srcdir)/'`intrincs/writegsdword.c -intrincs/lib32_libkernel32_a-__stosw.o: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo -c -o intrincs/lib32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib32_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsdword.obj: intrincs/writegsdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsdword.obj `if test -f 'intrincs/writegsdword.c'; then $(CYGPATH_W) 'intrincs/writegsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsdword.c' object='intrincs/lib64_libkernel32_a-writegsdword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsdword.obj `if test -f 'intrincs/writegsdword.c'; then $(CYGPATH_W) 'intrincs/writegsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsdword.c'; fi` -intrincs/lib32_libkernel32_a-__stosw.obj: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo -c -o intrincs/lib32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib32_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsqword.o: intrincs/writegsqword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsqword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsqword.o `test -f 'intrincs/writegsqword.c' || echo '$(srcdir)/'`intrincs/writegsqword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsqword.c' object='intrincs/lib64_libkernel32_a-writegsqword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsqword.o `test -f 'intrincs/writegsqword.c' || echo '$(srcdir)/'`intrincs/writegsqword.c -intrincs/lib32_libkernel32_a-_rotl64.o: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib32_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writegsqword.obj: intrincs/writegsqword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsqword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsqword.obj `if test -f 'intrincs/writegsqword.c'; then $(CYGPATH_W) 'intrincs/writegsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsqword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsqword.c' object='intrincs/lib64_libkernel32_a-writegsqword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsqword.obj `if test -f 'intrincs/writegsqword.c'; then $(CYGPATH_W) 'intrincs/writegsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsqword.c'; fi` -intrincs/lib32_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib32_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-mul128ex.o: intrincs/mul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-mul128ex.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-mul128ex.o `test -f 'intrincs/mul128ex.c' || echo '$(srcdir)/'`intrincs/mul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/mul128ex.c' object='intrincs/lib64_libkernel32_a-mul128ex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-mul128ex.o `test -f 'intrincs/mul128ex.c' || echo '$(srcdir)/'`intrincs/mul128ex.c -intrincs/lib32_libkernel32_a-_rotr64.o: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib32_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-mul128ex.obj: intrincs/mul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-mul128ex.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-mul128ex.obj `if test -f 'intrincs/mul128ex.c'; then $(CYGPATH_W) 'intrincs/mul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/mul128ex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/mul128ex.c' object='intrincs/lib64_libkernel32_a-mul128ex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-mul128ex.obj `if test -f 'intrincs/mul128ex.c'; then $(CYGPATH_W) 'intrincs/mul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/mul128ex.c'; fi` -intrincs/lib32_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib32_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-umul128ex.o: intrincs/umul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-umul128ex.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-umul128ex.o `test -f 'intrincs/umul128ex.c' || echo '$(srcdir)/'`intrincs/umul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/umul128ex.c' object='intrincs/lib64_libkernel32_a-umul128ex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-umul128ex.o `test -f 'intrincs/umul128ex.c' || echo '$(srcdir)/'`intrincs/umul128ex.c -intrincs/lib32_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib32_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-umul128ex.obj: intrincs/umul128ex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-umul128ex.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-umul128ex.obj `if test -f 'intrincs/umul128ex.c'; then $(CYGPATH_W) 'intrincs/umul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/umul128ex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/umul128ex.c' object='intrincs/lib64_libkernel32_a-umul128ex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-umul128ex.obj `if test -f 'intrincs/umul128ex.c'; then $(CYGPATH_W) 'intrincs/umul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/umul128ex.c'; fi` -intrincs/lib32_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib32_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-_mul128.o: intrincs/_mul128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_mul128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo -c -o intrincs/lib64_libkernel32_a-_mul128.o `test -f 'intrincs/_mul128.c' || echo '$(srcdir)/'`intrincs/_mul128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_mul128.c' object='intrincs/lib64_libkernel32_a-_mul128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_mul128.o `test -f 'intrincs/_mul128.c' || echo '$(srcdir)/'`intrincs/_mul128.c -intrincs/lib32_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib32_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-_mul128.obj: intrincs/_mul128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_mul128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo -c -o intrincs/lib64_libkernel32_a-_mul128.obj `if test -f 'intrincs/_mul128.c'; then $(CYGPATH_W) 'intrincs/_mul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_mul128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_mul128.c' object='intrincs/lib64_libkernel32_a-_mul128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_mul128.obj `if test -f 'intrincs/_mul128.c'; then $(CYGPATH_W) 'intrincs/_mul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_mul128.c'; fi` -intrincs/lib32_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib32_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-_umul128.o: intrincs/_umul128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_umul128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo -c -o intrincs/lib64_libkernel32_a-_umul128.o `test -f 'intrincs/_umul128.c' || echo '$(srcdir)/'`intrincs/_umul128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_umul128.c' object='intrincs/lib64_libkernel32_a-_umul128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_umul128.o `test -f 'intrincs/_umul128.c' || echo '$(srcdir)/'`intrincs/_umul128.c -intrincs/lib32_libkernel32_a-bittest.o: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo -c -o intrincs/lib32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib32_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-_umul128.obj: intrincs/_umul128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_umul128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo -c -o intrincs/lib64_libkernel32_a-_umul128.obj `if test -f 'intrincs/_umul128.c'; then $(CYGPATH_W) 'intrincs/_umul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_umul128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_umul128.c' object='intrincs/lib64_libkernel32_a-_umul128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_umul128.obj `if test -f 'intrincs/_umul128.c'; then $(CYGPATH_W) 'intrincs/_umul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_umul128.c'; fi` -intrincs/lib32_libkernel32_a-bittest.obj: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo -c -o intrincs/lib32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib32_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__movsq.o: intrincs/__movsq.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsq.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo -c -o intrincs/lib64_libkernel32_a-__movsq.o `test -f 'intrincs/__movsq.c' || echo '$(srcdir)/'`intrincs/__movsq.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsq.c' object='intrincs/lib64_libkernel32_a-__movsq.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsq.o `test -f 'intrincs/__movsq.c' || echo '$(srcdir)/'`intrincs/__movsq.c -intrincs/lib32_libkernel32_a-bittestc.o: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo -c -o intrincs/lib32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib32_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__movsq.obj: intrincs/__movsq.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsq.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo -c -o intrincs/lib64_libkernel32_a-__movsq.obj `if test -f 'intrincs/__movsq.c'; then $(CYGPATH_W) 'intrincs/__movsq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsq.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsq.c' object='intrincs/lib64_libkernel32_a-__movsq.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsq.obj `if test -f 'intrincs/__movsq.c'; then $(CYGPATH_W) 'intrincs/__movsq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsq.c'; fi` -intrincs/lib32_libkernel32_a-bittestc.obj: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo -c -o intrincs/lib32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib32_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__stosq.o: intrincs/__stosq.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosq.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo -c -o intrincs/lib64_libkernel32_a-__stosq.o `test -f 'intrincs/__stosq.c' || echo '$(srcdir)/'`intrincs/__stosq.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosq.c' object='intrincs/lib64_libkernel32_a-__stosq.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosq.o `test -f 'intrincs/__stosq.c' || echo '$(srcdir)/'`intrincs/__stosq.c -intrincs/lib32_libkernel32_a-bittestci.o: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo -c -o intrincs/lib32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib32_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__stosq.obj: intrincs/__stosq.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosq.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo -c -o intrincs/lib64_libkernel32_a-__stosq.obj `if test -f 'intrincs/__stosq.c'; then $(CYGPATH_W) 'intrincs/__stosq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosq.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosq.c' object='intrincs/lib64_libkernel32_a-__stosq.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosq.obj `if test -f 'intrincs/__stosq.c'; then $(CYGPATH_W) 'intrincs/__stosq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosq.c'; fi` -intrincs/lib32_libkernel32_a-bittestci.obj: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo -c -o intrincs/lib32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib32_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__shiftright128.o: intrincs/__shiftright128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftright128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftright128.o `test -f 'intrincs/__shiftright128.c' || echo '$(srcdir)/'`intrincs/__shiftright128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftright128.c' object='intrincs/lib64_libkernel32_a-__shiftright128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftright128.o `test -f 'intrincs/__shiftright128.c' || echo '$(srcdir)/'`intrincs/__shiftright128.c -intrincs/lib32_libkernel32_a-bittestr.o: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo -c -o intrincs/lib32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib32_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__shiftright128.obj: intrincs/__shiftright128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftright128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftright128.obj `if test -f 'intrincs/__shiftright128.c'; then $(CYGPATH_W) 'intrincs/__shiftright128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftright128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftright128.c' object='intrincs/lib64_libkernel32_a-__shiftright128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftright128.obj `if test -f 'intrincs/__shiftright128.c'; then $(CYGPATH_W) 'intrincs/__shiftright128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftright128.c'; fi` -intrincs/lib32_libkernel32_a-bittestr.obj: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo -c -o intrincs/lib32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib32_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestci64.o: intrincs/bittestci64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci64.o `test -f 'intrincs/bittestci64.c' || echo '$(srcdir)/'`intrincs/bittestci64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci64.c' object='intrincs/lib64_libkernel32_a-bittestci64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci64.o `test -f 'intrincs/bittestci64.c' || echo '$(srcdir)/'`intrincs/bittestci64.c -intrincs/lib32_libkernel32_a-bittestri.o: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo -c -o intrincs/lib32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib32_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-bittestci64.obj: intrincs/bittestci64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci64.obj `if test -f 'intrincs/bittestci64.c'; then $(CYGPATH_W) 'intrincs/bittestci64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci64.c' object='intrincs/lib64_libkernel32_a-bittestci64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci64.obj `if test -f 'intrincs/bittestci64.c'; then $(CYGPATH_W) 'intrincs/bittestci64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci64.c'; fi` -intrincs/lib32_libkernel32_a-bittestri.obj: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo -c -o intrincs/lib32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib32_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__faststorefence.o: intrincs/__faststorefence.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__faststorefence.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo -c -o intrincs/lib64_libkernel32_a-__faststorefence.o `test -f 'intrincs/__faststorefence.c' || echo '$(srcdir)/'`intrincs/__faststorefence.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__faststorefence.c' object='intrincs/lib64_libkernel32_a-__faststorefence.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__faststorefence.o `test -f 'intrincs/__faststorefence.c' || echo '$(srcdir)/'`intrincs/__faststorefence.c -intrincs/lib32_libkernel32_a-bittests.o: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo -c -o intrincs/lib32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib32_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__faststorefence.obj: intrincs/__faststorefence.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__faststorefence.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo -c -o intrincs/lib64_libkernel32_a-__faststorefence.obj `if test -f 'intrincs/__faststorefence.c'; then $(CYGPATH_W) 'intrincs/__faststorefence.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__faststorefence.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__faststorefence.c' object='intrincs/lib64_libkernel32_a-__faststorefence.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__faststorefence.obj `if test -f 'intrincs/__faststorefence.c'; then $(CYGPATH_W) 'intrincs/__faststorefence.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__faststorefence.c'; fi` -intrincs/lib32_libkernel32_a-bittests.obj: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo -c -o intrincs/lib32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib32_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__shiftleft128.o: intrincs/__shiftleft128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftleft128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftleft128.o `test -f 'intrincs/__shiftleft128.c' || echo '$(srcdir)/'`intrincs/__shiftleft128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftleft128.c' object='intrincs/lib64_libkernel32_a-__shiftleft128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftleft128.o `test -f 'intrincs/__shiftleft128.c' || echo '$(srcdir)/'`intrincs/__shiftleft128.c -intrincs/lib32_libkernel32_a-bittestsi.o: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib32_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-__shiftleft128.obj: intrincs/__shiftleft128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftleft128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftleft128.obj `if test -f 'intrincs/__shiftleft128.c'; then $(CYGPATH_W) 'intrincs/__shiftleft128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftleft128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftleft128.c' object='intrincs/lib64_libkernel32_a-__shiftleft128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftleft128.obj `if test -f 'intrincs/__shiftleft128.c'; then $(CYGPATH_W) 'intrincs/__shiftleft128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftleft128.c'; fi` -intrincs/lib32_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib32_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr8.o: intrincs/readcr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr8.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo -c -o intrincs/lib64_libkernel32_a-readcr8.o `test -f 'intrincs/readcr8.c' || echo '$(srcdir)/'`intrincs/readcr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr8.c' object='intrincs/lib64_libkernel32_a-readcr8.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr8.o `test -f 'intrincs/readcr8.c' || echo '$(srcdir)/'`intrincs/readcr8.c -intrincs/lib32_libkernel32_a-cpuid.o: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo -c -o intrincs/lib32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib32_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-readcr8.obj: intrincs/readcr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr8.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo -c -o intrincs/lib64_libkernel32_a-readcr8.obj `if test -f 'intrincs/readcr8.c'; then $(CYGPATH_W) 'intrincs/readcr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr8.c' object='intrincs/lib64_libkernel32_a-readcr8.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr8.obj `if test -f 'intrincs/readcr8.c'; then $(CYGPATH_W) 'intrincs/readcr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr8.c'; fi` -intrincs/lib32_libkernel32_a-cpuid.obj: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo -c -o intrincs/lib32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib32_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr8.o: intrincs/writecr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr8.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo -c -o intrincs/lib64_libkernel32_a-writecr8.o `test -f 'intrincs/writecr8.c' || echo '$(srcdir)/'`intrincs/writecr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr8.c' object='intrincs/lib64_libkernel32_a-writecr8.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr8.o `test -f 'intrincs/writecr8.c' || echo '$(srcdir)/'`intrincs/writecr8.c -intrincs/lib32_libkernel32_a-ilockadd.o: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib32_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/lib64_libkernel32_a-writecr8.obj: intrincs/writecr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr8.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo -c -o intrincs/lib64_libkernel32_a-writecr8.obj `if test -f 'intrincs/writecr8.c'; then $(CYGPATH_W) 'intrincs/writecr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr8.c' object='intrincs/lib64_libkernel32_a-writecr8.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr8.obj `if test -f 'intrincs/writecr8.c'; then $(CYGPATH_W) 'intrincs/writecr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr8.c'; fi` -intrincs/lib32_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib32_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libksguid_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo -c -o libsrc/lib64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -intrincs/lib32_libkernel32_a-ilockand.o: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib32_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libksguid_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo -c -o libsrc/lib64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -intrincs/lib32_libkernel32_a-ilockand.obj: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib32_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libksuser_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo -c -o libsrc/lib64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -intrincs/lib32_libkernel32_a-ilockand64.o: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib32_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libksuser_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo -c -o libsrc/lib64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -intrincs/lib32_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib32_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_liblargeint_a-largeint.o: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo -c -o libsrc/lib64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib64_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -intrincs/lib32_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib32_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_liblargeint_a-largeint.obj: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo -c -o libsrc/lib64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib64_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -intrincs/lib32_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib32_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_liblocationapi_a-locationapi.o: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib64_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -intrincs/lib32_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib32_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_liblocationapi_a-locationapi.obj: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib64_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -intrincs/lib32_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib32_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ +lib64_libm_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo -c -o lib64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -intrincs/lib32_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib32_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ +lib64_libm_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo -c -o lib64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -intrincs/lib32_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib32_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib64_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -intrincs/lib32_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib32_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib64_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -intrincs/lib32_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib32_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt0_c.o: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo -c -o crt/lib64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib64_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -intrincs/lib32_libkernel32_a-ilockdec.o: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib32_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt0_c.obj: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo -c -o crt/lib64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib64_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -intrincs/lib32_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib32_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-dll_argv.o: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo -c -o crt/lib64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib64_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -intrincs/lib32_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib32_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-dll_argv.obj: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo -c -o crt/lib64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib64_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -intrincs/lib32_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib32_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-gccmain.o: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo -c -o crt/lib64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib64_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -intrincs/lib32_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib32_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-gccmain.obj: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo -c -o crt/lib64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib64_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -intrincs/lib32_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib32_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-natstart.o: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo -c -o crt/lib64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib64_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -intrincs/lib32_libkernel32_a-ilockexch.o: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib32_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-natstart.obj: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo -c -o crt/lib64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib64_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -intrincs/lib32_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib32_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib64_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -intrincs/lib32_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib32_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib64_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -intrincs/lib32_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib32_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-wildcard.o: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo -c -o crt/lib64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib64_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -intrincs/lib32_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib32_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-wildcard.obj: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo -c -o crt/lib64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib64_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -intrincs/lib32_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib32_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-charmax.o: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo -c -o crt/lib64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib64_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -intrincs/lib32_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib32_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-charmax.obj: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo -c -o crt/lib64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib64_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -intrincs/lib32_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib32_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt0_w.o: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo -c -o crt/lib64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib64_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -intrincs/lib32_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib32_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt0_w.obj: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo -c -o crt/lib64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib64_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -intrincs/lib32_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib32_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-dllargv.o: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo -c -o crt/lib64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib64_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -intrincs/lib32_libkernel32_a-ilockinc.o: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib32_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-dllargv.obj: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo -c -o crt/lib64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib64_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -intrincs/lib32_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib32_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-gs_support.o: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo -c -o crt/lib64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib64_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -intrincs/lib32_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib32_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-gs_support.obj: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo -c -o crt/lib64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib64_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -intrincs/lib32_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib32_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-_newmode.o: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo -c -o crt/lib64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib64_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -intrincs/lib32_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib32_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-_newmode.obj: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo -c -o crt/lib64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib64_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -intrincs/lib32_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib32_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlssup.o: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo -c -o crt/lib64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib64_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -intrincs/lib32_libkernel32_a-ilockor.o: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib32_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlssup.obj: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo -c -o crt/lib64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib64_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -intrincs/lib32_libkernel32_a-ilockor.obj: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib32_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xncommod.o: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo -c -o crt/lib64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib64_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -intrincs/lib32_libkernel32_a-ilockor64.o: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib32_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xncommod.obj: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo -c -o crt/lib64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib64_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -intrincs/lib32_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib32_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-cinitexe.o: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo -c -o crt/lib64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib64_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -intrincs/lib32_libkernel32_a-ilockxor.o: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib32_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-cinitexe.obj: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo -c -o crt/lib64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib64_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -intrincs/lib32_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib32_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-merr.o: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo -c -o crt/lib64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib64_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -intrincs/lib32_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib32_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-merr.obj: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo -c -o crt/lib64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib64_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -intrincs/lib32_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib32_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pesect.o: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo -c -o crt/lib64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib64_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -intrincs/lib32_libkernel32_a-inbyte.o: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo -c -o intrincs/lib32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib32_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pesect.obj: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo -c -o crt/lib64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib64_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` + +crt/lib64_libmingw32_a-udllargc.o: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo -c -o crt/lib64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib64_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -intrincs/lib32_libkernel32_a-inbyte.obj: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo -c -o intrincs/lib32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib32_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-udllargc.obj: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo -c -o crt/lib64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib64_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -intrincs/lib32_libkernel32_a-inbytestring.o: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib32_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xthdloc.o: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo -c -o crt/lib64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib64_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -intrincs/lib32_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib32_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xthdloc.obj: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo -c -o crt/lib64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib64_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` -intrincs/lib32_libkernel32_a-indword.o: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo -c -o intrincs/lib32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib32_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib64_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -intrincs/lib32_libkernel32_a-indword.obj: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo -c -o intrincs/lib32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib32_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib64_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -intrincs/lib32_libkernel32_a-indwordstring.o: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib32_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-mingw_custom.o: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo -c -o crt/lib64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib64_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -intrincs/lib32_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib32_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo -c -o crt/lib64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib64_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -intrincs/lib32_libkernel32_a-inword.o: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo -c -o intrincs/lib32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib32_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib64_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -intrincs/lib32_libkernel32_a-inword.obj: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo -c -o intrincs/lib32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib32_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib64_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -intrincs/lib32_libkernel32_a-inwordstring.o: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib32_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib64_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -intrincs/lib32_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib32_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib64_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -intrincs/lib32_libkernel32_a-outbyte.o: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo -c -o intrincs/lib32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib32_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-udll_argv.o: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo -c -o crt/lib64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib64_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -intrincs/lib32_libkernel32_a-outbyte.obj: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo -c -o intrincs/lib32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib32_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-udll_argv.obj: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo -c -o crt/lib64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib64_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -intrincs/lib32_libkernel32_a-outbytestring.o: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib32_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xtxtmode.o: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo -c -o crt/lib64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib64_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -intrincs/lib32_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib32_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo -c -o crt/lib64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib64_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -intrincs/lib32_libkernel32_a-outdword.o: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo -c -o intrincs/lib32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib32_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt_handler.o: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo -c -o crt/lib64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib64_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -intrincs/lib32_libkernel32_a-outdword.obj: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo -c -o intrincs/lib32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib32_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-crt_handler.obj: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo -c -o crt/lib64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib64_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -intrincs/lib32_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib32_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsthrd.o: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo -c -o crt/lib64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib64_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -intrincs/lib32_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib32_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo -c -o crt/lib64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib64_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -intrincs/lib32_libkernel32_a-outword.o: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo -c -o intrincs/lib32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib32_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsmthread.o: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo -c -o crt/lib64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib64_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -intrincs/lib32_libkernel32_a-outword.obj: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo -c -o intrincs/lib32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib32_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo -c -o crt/lib64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib64_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -intrincs/lib32_libkernel32_a-outwordstring.o: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib32_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib64_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -intrincs/lib32_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib32_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib64_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -intrincs/lib32_libkernel32_a-readcr0.o: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo -c -o intrincs/lib32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib32_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingw32_a-cxa_atexit.o: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cxa_atexit.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Tpo -c -o crt/lib64_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/lib64_libmingw32_a-cxa_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c + +crt/lib64_libmingw32_a-cxa_atexit.obj: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cxa_atexit.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Tpo -c -o crt/lib64_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/lib64_libmingw32_a-cxa_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` -intrincs/lib32_libkernel32_a-readcr0.obj: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo -c -o intrincs/lib32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib32_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingwex_a-dllentry.o: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo -c -o crt/lib64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib64_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -intrincs/lib32_libkernel32_a-readcr2.o: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo -c -o intrincs/lib32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib32_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingwex_a-dllentry.obj: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo -c -o crt/lib64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib64_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -intrincs/lib32_libkernel32_a-readcr2.obj: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo -c -o intrincs/lib32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib32_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingwex_a-dllmain.o: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo -c -o crt/lib64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib64_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -intrincs/lib32_libkernel32_a-readcr3.o: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo -c -o intrincs/lib32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib32_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libmingwex_a-dllmain.obj: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo -c -o crt/lib64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib64_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -intrincs/lib32_libkernel32_a-readcr3.obj: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo -c -o intrincs/lib32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib32_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-_cabs.o: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo -c -o complex/lib64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib64_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -intrincs/lib32_libkernel32_a-readcr4.o: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo -c -o intrincs/lib32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib32_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-_cabs.obj: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo -c -o complex/lib64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib64_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -intrincs/lib32_libkernel32_a-readcr4.obj: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo -c -o intrincs/lib32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib32_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabs.o: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo -c -o complex/lib64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib64_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -intrincs/lib32_libkernel32_a-readmsr.o: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo -c -o intrincs/lib32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib32_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabs.obj: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo -c -o complex/lib64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib64_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -intrincs/lib32_libkernel32_a-readmsr.obj: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo -c -o intrincs/lib32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib32_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabsf.o: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo -c -o complex/lib64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib64_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -intrincs/lib32_libkernel32_a-writecr0.o: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo -c -o intrincs/lib32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib32_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabsf.obj: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo -c -o complex/lib64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib64_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -intrincs/lib32_libkernel32_a-writecr0.obj: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo -c -o intrincs/lib32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib32_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabsl.o: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo -c -o complex/lib64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib64_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -intrincs/lib32_libkernel32_a-writecr2.o: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo -c -o intrincs/lib32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib32_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cabsl.obj: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo -c -o complex/lib64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib64_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -intrincs/lib32_libkernel32_a-writecr2.obj: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo -c -o intrincs/lib32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib32_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacos.o: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo -c -o complex/lib64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib64_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -intrincs/lib32_libkernel32_a-writecr3.o: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo -c -o intrincs/lib32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib32_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacos.obj: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo -c -o complex/lib64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib64_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -intrincs/lib32_libkernel32_a-writecr3.obj: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo -c -o intrincs/lib32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib32_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacosf.o: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo -c -o complex/lib64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib64_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -intrincs/lib32_libkernel32_a-writecr4.o: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo -c -o intrincs/lib32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib32_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacosf.obj: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo -c -o complex/lib64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib64_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -intrincs/lib32_libkernel32_a-writecr4.obj: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo -c -o intrincs/lib32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib32_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacosl.o: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo -c -o complex/lib64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib64_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -intrincs/lib32_libkernel32_a-writemsr.o: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo -c -o intrincs/lib32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib32_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cacosl.obj: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo -c -o complex/lib64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib64_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -intrincs/lib32_libkernel32_a-writemsr.obj: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo -c -o intrincs/lib32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib32_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-carg.o: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo -c -o complex/lib64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib64_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -intrincs/lib32_libkernel32_a-__int2c.o: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo -c -o intrincs/lib32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib32_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-carg.obj: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo -c -o complex/lib64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib64_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -intrincs/lib32_libkernel32_a-__int2c.obj: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo -c -o intrincs/lib32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib32_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cargf.o: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo -c -o complex/lib64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib64_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cargf.obj: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo -c -o complex/lib64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib64_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` -intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cargl.o: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo -c -o complex/lib64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib64_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -intrincs/lib32_libkernel32_a-rdtsc.o: intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-rdtsc.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib32_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib32_libkernel32_a-rdtsc.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cargl.obj: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo -c -o complex/lib64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib64_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -intrincs/lib32_libkernel32_a-rdtsc.obj: intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-rdtsc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib32_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-rdtsc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib32_libkernel32_a-rdtsc.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casin.o: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo -c -o complex/lib64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib64_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -intrincs/lib32_libkernel32_a-readfsbyte.o: intrincs/readfsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-readfsbyte.o `test -f 'intrincs/readfsbyte.c' || echo '$(srcdir)/'`intrincs/readfsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsbyte.c' object='intrincs/lib32_libkernel32_a-readfsbyte.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casin.obj: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo -c -o complex/lib64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib64_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsbyte.o `test -f 'intrincs/readfsbyte.c' || echo '$(srcdir)/'`intrincs/readfsbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -intrincs/lib32_libkernel32_a-readfsbyte.obj: intrincs/readfsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-readfsbyte.obj `if test -f 'intrincs/readfsbyte.c'; then $(CYGPATH_W) 'intrincs/readfsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsbyte.c' object='intrincs/lib32_libkernel32_a-readfsbyte.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casinf.o: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo -c -o complex/lib64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib64_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsbyte.obj `if test -f 'intrincs/readfsbyte.c'; then $(CYGPATH_W) 'intrincs/readfsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -intrincs/lib32_libkernel32_a-readfsword.o: intrincs/readfsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsword.o `test -f 'intrincs/readfsword.c' || echo '$(srcdir)/'`intrincs/readfsword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsword.c' object='intrincs/lib32_libkernel32_a-readfsword.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casinf.obj: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo -c -o complex/lib64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib64_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsword.o `test -f 'intrincs/readfsword.c' || echo '$(srcdir)/'`intrincs/readfsword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -intrincs/lib32_libkernel32_a-readfsword.obj: intrincs/readfsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsword.obj `if test -f 'intrincs/readfsword.c'; then $(CYGPATH_W) 'intrincs/readfsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsword.c' object='intrincs/lib32_libkernel32_a-readfsword.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casinl.o: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo -c -o complex/lib64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib64_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsword.obj `if test -f 'intrincs/readfsword.c'; then $(CYGPATH_W) 'intrincs/readfsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -intrincs/lib32_libkernel32_a-readfsdword.o: intrincs/readfsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsdword.o `test -f 'intrincs/readfsdword.c' || echo '$(srcdir)/'`intrincs/readfsdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsdword.c' object='intrincs/lib32_libkernel32_a-readfsdword.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-casinl.obj: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo -c -o complex/lib64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib64_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsdword.o `test -f 'intrincs/readfsdword.c' || echo '$(srcdir)/'`intrincs/readfsdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -intrincs/lib32_libkernel32_a-readfsdword.obj: intrincs/readfsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-readfsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo -c -o intrincs/lib32_libkernel32_a-readfsdword.obj `if test -f 'intrincs/readfsdword.c'; then $(CYGPATH_W) 'intrincs/readfsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-readfsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readfsdword.c' object='intrincs/lib32_libkernel32_a-readfsdword.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catan.o: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo -c -o complex/lib64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib64_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-readfsdword.obj `if test -f 'intrincs/readfsdword.c'; then $(CYGPATH_W) 'intrincs/readfsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readfsdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -intrincs/lib32_libkernel32_a-writefsbyte.o: intrincs/writefsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-writefsbyte.o `test -f 'intrincs/writefsbyte.c' || echo '$(srcdir)/'`intrincs/writefsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsbyte.c' object='intrincs/lib32_libkernel32_a-writefsbyte.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catan.obj: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo -c -o complex/lib64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib64_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsbyte.o `test -f 'intrincs/writefsbyte.c' || echo '$(srcdir)/'`intrincs/writefsbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -intrincs/lib32_libkernel32_a-writefsbyte.obj: intrincs/writefsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo -c -o intrincs/lib32_libkernel32_a-writefsbyte.obj `if test -f 'intrincs/writefsbyte.c'; then $(CYGPATH_W) 'intrincs/writefsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsbyte.c' object='intrincs/lib32_libkernel32_a-writefsbyte.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catanf.o: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo -c -o complex/lib64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib64_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsbyte.obj `if test -f 'intrincs/writefsbyte.c'; then $(CYGPATH_W) 'intrincs/writefsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -intrincs/lib32_libkernel32_a-writefsword.o: intrincs/writefsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsword.o `test -f 'intrincs/writefsword.c' || echo '$(srcdir)/'`intrincs/writefsword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsword.c' object='intrincs/lib32_libkernel32_a-writefsword.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catanf.obj: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo -c -o complex/lib64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib64_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsword.o `test -f 'intrincs/writefsword.c' || echo '$(srcdir)/'`intrincs/writefsword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -intrincs/lib32_libkernel32_a-writefsword.obj: intrincs/writefsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsword.obj `if test -f 'intrincs/writefsword.c'; then $(CYGPATH_W) 'intrincs/writefsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsword.c' object='intrincs/lib32_libkernel32_a-writefsword.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catanl.o: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo -c -o complex/lib64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib64_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsword.obj `if test -f 'intrincs/writefsword.c'; then $(CYGPATH_W) 'intrincs/writefsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -intrincs/lib32_libkernel32_a-writefsdword.o: intrincs/writefsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsdword.o `test -f 'intrincs/writefsdword.c' || echo '$(srcdir)/'`intrincs/writefsdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsdword.c' object='intrincs/lib32_libkernel32_a-writefsdword.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-catanl.obj: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo -c -o complex/lib64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib64_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsdword.o `test -f 'intrincs/writefsdword.c' || echo '$(srcdir)/'`intrincs/writefsdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -intrincs/lib32_libkernel32_a-writefsdword.obj: intrincs/writefsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib32_libkernel32_a-writefsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo -c -o intrincs/lib32_libkernel32_a-writefsdword.obj `if test -f 'intrincs/writefsdword.c'; then $(CYGPATH_W) 'intrincs/writefsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Tpo intrincs/$(DEPDIR)/lib32_libkernel32_a-writefsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writefsdword.c' object='intrincs/lib32_libkernel32_a-writefsdword.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccos.o: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo -c -o complex/lib64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib64_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib32_libkernel32_a-writefsdword.obj `if test -f 'intrincs/writefsdword.c'; then $(CYGPATH_W) 'intrincs/writefsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writefsdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -libsrc/lib32_libksguid_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo -c -o libsrc/lib32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccos.obj: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo -c -o complex/lib64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib64_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -libsrc/lib32_libksguid_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo -c -o libsrc/lib32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccosf.o: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo -c -o complex/lib64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib64_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -libsrc/lib32_libksuser_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo -c -o libsrc/lib32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccosf.obj: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo -c -o complex/lib64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib64_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -libsrc/lib32_libksuser_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo -c -o libsrc/lib32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib32_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib32_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccosl.o: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo -c -o complex/lib64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib64_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -libsrc/lib32_liblargeint_a-largeint.o: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo -c -o libsrc/lib32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib32_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ccosl.obj: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo -c -o complex/lib64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib64_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -libsrc/lib32_liblargeint_a-largeint.obj: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo -c -o libsrc/lib32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib32_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib32_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexp.o: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo -c -o complex/lib64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib64_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -libsrc/lib32_liblocationapi_a-locationapi.o: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib32_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexp.obj: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo -c -o complex/lib64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib64_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -libsrc/lib32_liblocationapi_a-locationapi.obj: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib32_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib32_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexpf.o: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo -c -o complex/lib64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib64_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -lib32_libm_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo -c -o lib32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexpf.obj: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo -c -o complex/lib64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib64_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -lib32_libm_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo -c -o lib32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexpl.o: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo -c -o complex/lib64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib64_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -libsrc/lib32_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib32_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cexpl.obj: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo -c -o complex/lib64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib64_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -libsrc/lib32_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib32_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib32_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimag.o: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo -c -o complex/lib64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib64_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -crt/lib32_libmingw32_a-atonexit.o: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-atonexit.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Tpo -c -o crt/lib32_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/lib32_libmingw32_a-atonexit.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c - -crt/lib32_libmingw32_a-atonexit.obj: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-atonexit.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Tpo -c -o crt/lib32_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/lib32_libmingw32_a-atonexit.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimag.obj: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo -c -o complex/lib64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib64_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -crt/lib32_libmingw32_a-crt0_c.o: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo -c -o crt/lib32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib32_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimagf.o: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo -c -o complex/lib64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib64_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -crt/lib32_libmingw32_a-crt0_c.obj: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo -c -o crt/lib32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib32_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimagf.obj: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo -c -o complex/lib64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib64_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -crt/lib32_libmingw32_a-dll_argv.o: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo -c -o crt/lib32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib32_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimagl.o: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo -c -o complex/lib64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib64_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -crt/lib32_libmingw32_a-dll_argv.obj: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo -c -o crt/lib32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib32_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cimagl.obj: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo -c -o complex/lib64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib64_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -crt/lib32_libmingw32_a-gccmain.o: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo -c -o crt/lib32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib32_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog.o: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo -c -o complex/lib64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib64_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -crt/lib32_libmingw32_a-gccmain.obj: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo -c -o crt/lib32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib32_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog.obj: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo -c -o complex/lib64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib64_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -crt/lib32_libmingw32_a-natstart.o: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo -c -o crt/lib32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib32_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clogf.o: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo -c -o complex/lib64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib64_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -crt/lib32_libmingw32_a-natstart.obj: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo -c -o crt/lib32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib32_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clogf.obj: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo -c -o complex/lib64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib64_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -crt/lib32_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib32_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clogl.o: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo -c -o complex/lib64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib64_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -crt/lib32_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib32_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clogl.obj: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo -c -o complex/lib64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib64_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -crt/lib32_libmingw32_a-wildcard.o: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo -c -o crt/lib32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib32_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10.o: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Tpo -c -o complex/lib64_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/lib64_libmingwex_a-clog10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c -crt/lib32_libmingw32_a-wildcard.obj: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo -c -o crt/lib32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib32_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10.obj: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Tpo -c -o complex/lib64_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/lib64_libmingwex_a-clog10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` -crt/lib32_libmingw32_a-charmax.o: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo -c -o crt/lib32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib32_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10f.o: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10f.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Tpo -c -o complex/lib64_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/lib64_libmingwex_a-clog10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c -crt/lib32_libmingw32_a-charmax.obj: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo -c -o crt/lib32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib32_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10f.obj: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10f.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Tpo -c -o complex/lib64_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/lib64_libmingwex_a-clog10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` -crt/lib32_libmingw32_a-crt0_w.o: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo -c -o crt/lib32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib32_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10l.o: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10l.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Tpo -c -o complex/lib64_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/lib64_libmingwex_a-clog10l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c -crt/lib32_libmingw32_a-crt0_w.obj: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo -c -o crt/lib32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib32_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-clog10l.obj: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog10l.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Tpo -c -o complex/lib64_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/lib64_libmingwex_a-clog10l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` -crt/lib32_libmingw32_a-dllargv.o: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo -c -o crt/lib32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib32_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conj.o: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo -c -o complex/lib64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib64_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -crt/lib32_libmingw32_a-dllargv.obj: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo -c -o crt/lib32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib32_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conj.obj: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo -c -o complex/lib64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib64_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -crt/lib32_libmingw32_a-gs_support.o: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo -c -o crt/lib32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib32_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conjf.o: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo -c -o complex/lib64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib64_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -crt/lib32_libmingw32_a-gs_support.obj: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo -c -o crt/lib32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib32_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conjf.obj: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo -c -o complex/lib64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib64_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -crt/lib32_libmingw32_a-_newmode.o: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo -c -o crt/lib32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib32_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conjl.o: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo -c -o complex/lib64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib64_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -crt/lib32_libmingw32_a-_newmode.obj: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo -c -o crt/lib32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib32_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-conjl.obj: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo -c -o complex/lib64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib64_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -crt/lib32_libmingw32_a-tlssup.o: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo -c -o crt/lib32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib32_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpow.o: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo -c -o complex/lib64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib64_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -crt/lib32_libmingw32_a-tlssup.obj: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo -c -o crt/lib32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib32_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpow.obj: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo -c -o complex/lib64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib64_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -crt/lib32_libmingw32_a-xncommod.o: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo -c -o crt/lib32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib32_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpowf.o: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo -c -o complex/lib64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib64_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -crt/lib32_libmingw32_a-xncommod.obj: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo -c -o crt/lib32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib32_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpowf.obj: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo -c -o complex/lib64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib64_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -crt/lib32_libmingw32_a-cinitexe.o: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo -c -o crt/lib32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib32_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpowl.o: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo -c -o complex/lib64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib64_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -crt/lib32_libmingw32_a-cinitexe.obj: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo -c -o crt/lib32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib32_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cpowl.obj: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo -c -o complex/lib64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib64_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -crt/lib32_libmingw32_a-merr.o: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo -c -o crt/lib32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib32_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cproj.o: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo -c -o complex/lib64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib64_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -crt/lib32_libmingw32_a-merr.obj: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo -c -o crt/lib32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib32_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cproj.obj: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo -c -o complex/lib64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib64_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -crt/lib32_libmingw32_a-pesect.o: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo -c -o crt/lib32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib32_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cprojf.o: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo -c -o complex/lib64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib64_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -crt/lib32_libmingw32_a-pesect.obj: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo -c -o crt/lib32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib32_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cprojf.obj: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo -c -o complex/lib64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib64_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -crt/lib32_libmingw32_a-udllargc.o: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo -c -o crt/lib32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib32_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cprojl.o: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo -c -o complex/lib64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib64_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -crt/lib32_libmingw32_a-udllargc.obj: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo -c -o crt/lib32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib32_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-cprojl.obj: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo -c -o complex/lib64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib64_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -crt/lib32_libmingw32_a-xthdloc.o: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo -c -o crt/lib32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib32_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-creal.o: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo -c -o complex/lib64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib64_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -crt/lib32_libmingw32_a-xthdloc.obj: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo -c -o crt/lib32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib32_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-creal.obj: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo -c -o complex/lib64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib64_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -crt/lib32_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib32_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-crealf.o: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo -c -o complex/lib64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib64_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -crt/lib32_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib32_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-crealf.obj: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo -c -o complex/lib64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib64_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -crt/lib32_libmingw32_a-mingw_custom.o: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo -c -o crt/lib32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib32_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-creall.o: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo -c -o complex/lib64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib64_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -crt/lib32_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo -c -o crt/lib32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib32_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-creall.obj: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo -c -o complex/lib64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib64_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -crt/lib32_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib32_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csin.o: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo -c -o complex/lib64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib64_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -crt/lib32_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib32_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csin.obj: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo -c -o complex/lib64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib64_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -crt/lib32_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib32_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csinf.o: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo -c -o complex/lib64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib64_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -crt/lib32_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib32_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csinf.obj: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo -c -o complex/lib64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib64_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -crt/lib32_libmingw32_a-udll_argv.o: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo -c -o crt/lib32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib32_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csinl.o: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo -c -o complex/lib64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib64_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -crt/lib32_libmingw32_a-udll_argv.obj: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo -c -o crt/lib32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib32_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csinl.obj: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo -c -o complex/lib64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib64_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -crt/lib32_libmingw32_a-xtxtmode.o: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo -c -o crt/lib32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib32_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrt.o: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo -c -o complex/lib64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib64_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -crt/lib32_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo -c -o crt/lib32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib32_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrt.obj: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo -c -o complex/lib64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib64_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -crt/lib32_libmingw32_a-crt_handler.o: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo -c -o crt/lib32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib32_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrtf.o: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo -c -o complex/lib64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib64_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -crt/lib32_libmingw32_a-crt_handler.obj: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo -c -o crt/lib32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib32_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrtf.obj: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo -c -o complex/lib64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib64_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -crt/lib32_libmingw32_a-tlsthrd.o: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo -c -o crt/lib32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib32_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrtl.o: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo -c -o complex/lib64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib64_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -crt/lib32_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo -c -o crt/lib32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib32_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-csqrtl.obj: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo -c -o complex/lib64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib64_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -crt/lib32_libmingw32_a-tlsmthread.o: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo -c -o crt/lib32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib32_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctan.o: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo -c -o complex/lib64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib64_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -crt/lib32_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo -c -o crt/lib32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib32_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctan.obj: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo -c -o complex/lib64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib64_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -crt/lib32_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib32_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctanf.o: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo -c -o complex/lib64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib64_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -crt/lib32_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib32_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib32_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctanf.obj: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo -c -o complex/lib64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib64_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -crt/lib32_libmingwex_a-dllentry.o: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo -c -o crt/lib32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib32_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctanl.o: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo -c -o complex/lib64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib64_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -crt/lib32_libmingwex_a-dllentry.obj: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo -c -o crt/lib32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib32_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ +complex/lib64_libmingwex_a-ctanl.obj: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo -c -o complex/lib64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib64_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -crt/lib32_libmingwex_a-dllmain.o: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo -c -o crt/lib32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib32_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-arithchk.o: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib64_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -crt/lib32_libmingwex_a-dllmain.obj: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib32_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo -c -o crt/lib32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib32_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib32_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-arithchk.obj: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib64_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -complex/lib32_libmingwex_a-_cabs.o: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo -c -o complex/lib32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib32_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-dmisc.o: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib64_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -complex/lib32_libmingwex_a-_cabs.obj: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo -c -o complex/lib32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib32_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-dmisc.obj: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib64_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -complex/lib32_libmingwex_a-cabs.o: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo -c -o complex/lib32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib32_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-dtoa.o: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib64_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -complex/lib32_libmingwex_a-cabs.obj: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo -c -o complex/lib32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib32_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-dtoa.obj: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib64_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -complex/lib32_libmingwex_a-cabsf.o: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo -c -o complex/lib32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib32_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib64_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -complex/lib32_libmingwex_a-cabsf.obj: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo -c -o complex/lib32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib32_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib64_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -complex/lib32_libmingwex_a-cabsl.o: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo -c -o complex/lib32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib32_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib64_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -complex/lib32_libmingwex_a-cabsl.obj: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo -c -o complex/lib32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib32_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib64_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -complex/lib32_libmingwex_a-cacos.o: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo -c -o complex/lib32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib32_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gethex.o: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo -c -o gdtoa/lib64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib64_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -complex/lib32_libmingwex_a-cacos.obj: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo -c -o complex/lib32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib32_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gethex.obj: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo -c -o gdtoa/lib64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib64_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -complex/lib32_libmingwex_a-cacosf.o: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo -c -o complex/lib32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib32_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib64_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -complex/lib32_libmingwex_a-cacosf.obj: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo -c -o complex/lib32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib32_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib64_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -complex/lib32_libmingwex_a-cacosl.o: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo -c -o complex/lib32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib32_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib64_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -complex/lib32_libmingwex_a-cacosl.obj: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo -c -o complex/lib32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib32_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib64_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -complex/lib32_libmingwex_a-carg.o: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo -c -o complex/lib32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib32_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gmisc.o: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib64_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c -complex/lib32_libmingwex_a-carg.obj: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo -c -o complex/lib32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib32_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-gmisc.obj: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib64_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -complex/lib32_libmingwex_a-cargf.o: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo -c -o complex/lib32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib32_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib64_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -complex/lib32_libmingwex_a-cargf.obj: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo -c -o complex/lib32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib32_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib64_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -complex/lib32_libmingwex_a-cargl.o: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo -c -o complex/lib32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib32_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-hd_init.o: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib64_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -complex/lib32_libmingwex_a-cargl.obj: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo -c -o complex/lib32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib32_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-hd_init.obj: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib64_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -complex/lib32_libmingwex_a-casin.o: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo -c -o complex/lib32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib32_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-hexnan.o: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib64_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -complex/lib32_libmingwex_a-casin.obj: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo -c -o complex/lib32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib32_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-hexnan.obj: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib64_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -complex/lib32_libmingwex_a-casinf.o: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo -c -o complex/lib32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib32_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-misc.o: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo -c -o gdtoa/lib64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib64_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c + +gdtoa/lib64_libmingwex_a-misc.obj: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo -c -o gdtoa/lib64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib64_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -complex/lib32_libmingwex_a-casinf.obj: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo -c -o complex/lib32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib32_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-qnan.o: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo -c -o gdtoa/lib64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib64_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -complex/lib32_libmingwex_a-casinl.o: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo -c -o complex/lib32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib32_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-qnan.obj: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo -c -o gdtoa/lib64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib64_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -complex/lib32_libmingwex_a-casinl.obj: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo -c -o complex/lib32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib32_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-smisc.o: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo -c -o gdtoa/lib64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib64_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c -complex/lib32_libmingwex_a-catan.o: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo -c -o complex/lib32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib32_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-smisc.obj: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo -c -o gdtoa/lib64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib64_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -complex/lib32_libmingwex_a-catan.obj: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo -c -o complex/lib32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib32_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtodg.o: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib64_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -complex/lib32_libmingwex_a-catanf.o: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo -c -o complex/lib32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib32_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtodg.obj: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib64_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -complex/lib32_libmingwex_a-catanf.obj: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo -c -o complex/lib32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib32_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib64_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -complex/lib32_libmingwex_a-catanl.o: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo -c -o complex/lib32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib32_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib64_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -complex/lib32_libmingwex_a-catanl.obj: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo -c -o complex/lib32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib32_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtof.o: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o gdtoa/lib64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -complex/lib32_libmingwex_a-ccos.o: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo -c -o complex/lib32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib32_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtof.obj: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o gdtoa/lib64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -complex/lib32_libmingwex_a-ccos.obj: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo -c -o complex/lib32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib32_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtopx.o: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib64_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -complex/lib32_libmingwex_a-ccosf.o: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo -c -o complex/lib32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib32_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-strtopx.obj: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib64_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -complex/lib32_libmingwex_a-ccosf.obj: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo -c -o complex/lib32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib32_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-sum.o: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo -c -o gdtoa/lib64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib64_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -complex/lib32_libmingwex_a-ccosl.o: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo -c -o complex/lib32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib32_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-sum.obj: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo -c -o gdtoa/lib64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib64_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -complex/lib32_libmingwex_a-ccosl.obj: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo -c -o complex/lib32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib32_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-ulp.o: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo -c -o gdtoa/lib64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib64_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -complex/lib32_libmingwex_a-cexp.o: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo -c -o complex/lib32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib32_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/lib64_libmingwex_a-ulp.obj: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo -c -o gdtoa/lib64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib64_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -complex/lib32_libmingwex_a-cexp.obj: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo -c -o complex/lib32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib32_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrt.o: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo -c -o math/lib64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib64_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -complex/lib32_libmingwex_a-cexpf.o: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo -c -o complex/lib32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib32_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrt.obj: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo -c -o math/lib64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib64_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -complex/lib32_libmingwex_a-cexpf.obj: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo -c -o complex/lib32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib32_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrtf.o: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo -c -o math/lib64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib64_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -complex/lib32_libmingwex_a-cexpl.o: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo -c -o complex/lib32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib32_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrtf.obj: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo -c -o math/lib64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib64_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -complex/lib32_libmingwex_a-cexpl.obj: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo -c -o complex/lib32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib32_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrtl.o: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo -c -o math/lib64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib64_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -complex/lib32_libmingwex_a-cimag.o: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo -c -o complex/lib32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib32_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cbrtl.obj: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo -c -o math/lib64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib64_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -complex/lib32_libmingwex_a-cimag.obj: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo -c -o complex/lib32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib32_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cephes_emath.o: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo -c -o math/lib64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib64_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -complex/lib32_libmingwex_a-cimagf.o: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo -c -o complex/lib32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib32_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-cephes_emath.obj: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo -c -o math/lib64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib64_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -complex/lib32_libmingwex_a-cimagf.obj: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo -c -o complex/lib32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib32_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-copysign.o: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo -c -o math/lib64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib64_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -complex/lib32_libmingwex_a-cimagl.o: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo -c -o complex/lib32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib32_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-copysign.obj: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo -c -o math/lib64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib64_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -complex/lib32_libmingwex_a-cimagl.obj: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo -c -o complex/lib32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib32_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-copysignf.o: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo -c -o math/lib64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib64_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -complex/lib32_libmingwex_a-clog.o: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo -c -o complex/lib32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib32_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-copysignf.obj: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo -c -o math/lib64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib64_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -complex/lib32_libmingwex_a-clog.obj: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo -c -o complex/lib32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib32_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-coshf.o: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo -c -o math/lib64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib64_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -complex/lib32_libmingwex_a-clogf.o: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo -c -o complex/lib32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib32_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-coshf.obj: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo -c -o math/lib64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib64_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -complex/lib32_libmingwex_a-clogf.obj: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo -c -o complex/lib32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib32_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-coshl.o: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo -c -o math/lib64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib64_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -complex/lib32_libmingwex_a-clogl.o: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo -c -o complex/lib32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib32_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-coshl.obj: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo -c -o math/lib64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib64_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -complex/lib32_libmingwex_a-clogl.obj: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo -c -o complex/lib32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib32_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-erfl.o: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo -c -o math/lib64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib64_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -complex/lib32_libmingwex_a-conj.o: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo -c -o complex/lib32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib32_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-erfl.obj: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo -c -o math/lib64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib64_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -complex/lib32_libmingwex_a-conj.obj: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo -c -o complex/lib32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib32_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-expf.o: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo -c -o math/lib64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib64_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -complex/lib32_libmingwex_a-conjf.o: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo -c -o complex/lib32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib32_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-expf.obj: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo -c -o math/lib64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib64_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -complex/lib32_libmingwex_a-conjf.obj: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo -c -o complex/lib32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib32_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabs.o: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo -c -o math/lib64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib64_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -complex/lib32_libmingwex_a-conjl.o: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo -c -o complex/lib32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib32_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabs.obj: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo -c -o math/lib64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib64_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -complex/lib32_libmingwex_a-conjl.obj: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo -c -o complex/lib32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib32_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabsf.o: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo -c -o math/lib64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib64_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -complex/lib32_libmingwex_a-cpow.o: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo -c -o complex/lib32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib32_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabsf.obj: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo -c -o math/lib64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib64_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -complex/lib32_libmingwex_a-cpow.obj: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo -c -o complex/lib32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib32_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabsl.o: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo -c -o math/lib64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib64_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -complex/lib32_libmingwex_a-cpowf.o: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo -c -o complex/lib32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib32_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fabsl.obj: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo -c -o math/lib64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib64_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -complex/lib32_libmingwex_a-cpowf.obj: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo -c -o complex/lib32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib32_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdim.o: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo -c -o math/lib64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib64_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -complex/lib32_libmingwex_a-cpowl.o: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo -c -o complex/lib32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib32_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdim.obj: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo -c -o math/lib64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib64_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -complex/lib32_libmingwex_a-cpowl.obj: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo -c -o complex/lib32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib32_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdimf.o: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo -c -o math/lib64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib64_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -complex/lib32_libmingwex_a-cproj.o: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo -c -o complex/lib32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib32_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdimf.obj: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo -c -o math/lib64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib64_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -complex/lib32_libmingwex_a-cproj.obj: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo -c -o complex/lib32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib32_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdiml.o: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo -c -o math/lib64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib64_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -complex/lib32_libmingwex_a-cprojf.o: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo -c -o complex/lib32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib32_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fdiml.obj: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo -c -o math/lib64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib64_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -complex/lib32_libmingwex_a-cprojf.obj: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo -c -o complex/lib32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib32_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fma.o: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo -c -o math/lib64_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/lib64_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c -complex/lib32_libmingwex_a-cprojl.o: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo -c -o complex/lib32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib32_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fma.obj: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo -c -o math/lib64_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/lib64_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` -complex/lib32_libmingwex_a-cprojl.obj: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo -c -o complex/lib32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib32_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaf.o: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo -c -o math/lib64_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/lib64_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c -complex/lib32_libmingwex_a-creal.o: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo -c -o complex/lib32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib32_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaf.obj: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo -c -o math/lib64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/lib64_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` -complex/lib32_libmingwex_a-creal.obj: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo -c -o complex/lib32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib32_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmal.o: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo -c -o math/lib64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib64_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -complex/lib32_libmingwex_a-crealf.o: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo -c -o complex/lib32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib32_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmal.obj: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo -c -o math/lib64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib64_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -complex/lib32_libmingwex_a-crealf.obj: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo -c -o complex/lib32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib32_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmax.o: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo -c -o math/lib64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib64_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -complex/lib32_libmingwex_a-creall.o: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo -c -o complex/lib32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib32_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmax.obj: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo -c -o math/lib64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib64_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -complex/lib32_libmingwex_a-creall.obj: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo -c -o complex/lib32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib32_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaxf.o: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo -c -o math/lib64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib64_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -complex/lib32_libmingwex_a-csin.o: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo -c -o complex/lib32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib32_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaxf.obj: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo -c -o math/lib64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib64_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -complex/lib32_libmingwex_a-csin.obj: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo -c -o complex/lib32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib32_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaxl.o: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo -c -o math/lib64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib64_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -complex/lib32_libmingwex_a-csinf.o: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo -c -o complex/lib32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib32_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmaxl.obj: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo -c -o math/lib64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib64_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -complex/lib32_libmingwex_a-csinf.obj: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo -c -o complex/lib32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib32_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmin.o: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo -c -o math/lib64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib64_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -complex/lib32_libmingwex_a-csinl.o: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo -c -o complex/lib32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib32_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fmin.obj: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo -c -o math/lib64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib64_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -complex/lib32_libmingwex_a-csinl.obj: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo -c -o complex/lib32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib32_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fminf.o: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo -c -o math/lib64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib64_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -complex/lib32_libmingwex_a-csqrt.o: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo -c -o complex/lib32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib32_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fminf.obj: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo -c -o math/lib64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib64_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -complex/lib32_libmingwex_a-csqrt.obj: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo -c -o complex/lib32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib32_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fminl.o: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo -c -o math/lib64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib64_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -complex/lib32_libmingwex_a-csqrtf.o: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo -c -o complex/lib32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib32_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fminl.obj: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo -c -o math/lib64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib64_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -complex/lib32_libmingwex_a-csqrtf.obj: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo -c -o complex/lib32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib32_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_consts.o: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo -c -o math/lib64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib64_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -complex/lib32_libmingwex_a-csqrtl.o: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo -c -o complex/lib32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib32_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_consts.obj: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo -c -o math/lib64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib64_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -complex/lib32_libmingwex_a-csqrtl.obj: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo -c -o complex/lib32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib32_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_constsf.o: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo -c -o math/lib64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib64_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -complex/lib32_libmingwex_a-ctan.o: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo -c -o complex/lib32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib32_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_constsf.obj: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo -c -o math/lib64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib64_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -complex/lib32_libmingwex_a-ctan.obj: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo -c -o complex/lib32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib32_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_constsl.o: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo -c -o math/lib64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib64_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -complex/lib32_libmingwex_a-ctanf.o: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo -c -o complex/lib32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib32_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fp_constsl.obj: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo -c -o math/lib64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib64_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -complex/lib32_libmingwex_a-ctanf.obj: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo -c -o complex/lib32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib32_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassify.o: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo -c -o math/lib64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib64_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -complex/lib32_libmingwex_a-ctanl.o: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo -c -o complex/lib32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib32_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassify.obj: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo -c -o math/lib64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib64_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -complex/lib32_libmingwex_a-ctanl.obj: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib32_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo -c -o complex/lib32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib32_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib32_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo -c -o math/lib64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib64_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -gdtoa/lib32_libmingwex_a-arithchk.o: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib32_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo -c -o math/lib64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib64_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -gdtoa/lib32_libmingwex_a-arithchk.obj: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib32_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo -c -o math/lib64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib64_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -gdtoa/lib32_libmingwex_a-dmisc.o: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib32_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo -c -o math/lib64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib64_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -gdtoa/lib32_libmingwex_a-dmisc.obj: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib32_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-frexpf.o: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo -c -o math/lib64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib64_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -gdtoa/lib32_libmingwex_a-dtoa.o: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib32_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-frexpf.obj: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo -c -o math/lib64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib64_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -gdtoa/lib32_libmingwex_a-dtoa.obj: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib32_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypotf.o: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo -c -o math/lib64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib64_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -gdtoa/lib32_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib32_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypotf.obj: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo -c -o math/lib64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib64_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -gdtoa/lib32_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib32_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypot.o: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo -c -o math/lib64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib64_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -gdtoa/lib32_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib32_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypot.obj: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo -c -o math/lib64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib64_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -gdtoa/lib32_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib32_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypotl.o: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo -c -o math/lib64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib64_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -gdtoa/lib32_libmingwex_a-gethex.o: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo -c -o gdtoa/lib32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib32_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-hypotl.obj: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo -c -o math/lib64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib64_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -gdtoa/lib32_libmingwex_a-gethex.obj: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo -c -o gdtoa/lib32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib32_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnan.o: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo -c -o math/lib64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib64_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -gdtoa/lib32_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib32_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnan.obj: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo -c -o math/lib64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib64_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -gdtoa/lib32_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib32_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnanf.o: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo -c -o math/lib64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib64_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -gdtoa/lib32_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib32_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnanf.obj: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo -c -o math/lib64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib64_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -gdtoa/lib32_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib32_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnanl.o: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo -c -o math/lib64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib64_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -gdtoa/lib32_libmingwex_a-gmisc.o: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib32_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-isnanl.obj: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo -c -o math/lib64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib64_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -gdtoa/lib32_libmingwex_a-gmisc.obj: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib32_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-ldexpf.o: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo -c -o math/lib64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib64_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -gdtoa/lib32_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib32_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-ldexpf.obj: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo -c -o math/lib64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib64_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` -gdtoa/lib32_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib32_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgamma.o: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo -c -o math/lib64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib64_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -gdtoa/lib32_libmingwex_a-hd_init.o: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib32_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgamma.obj: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo -c -o math/lib64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib64_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -gdtoa/lib32_libmingwex_a-hd_init.obj: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib32_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgammaf.o: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo -c -o math/lib64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib64_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -gdtoa/lib32_libmingwex_a-hexnan.o: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib32_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgammaf.obj: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo -c -o math/lib64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib64_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -gdtoa/lib32_libmingwex_a-hexnan.obj: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib32_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgammal.o: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo -c -o math/lib64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib64_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -gdtoa/lib32_libmingwex_a-misc.o: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo -c -o gdtoa/lib32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib32_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lgammal.obj: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo -c -o math/lib64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib64_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -gdtoa/lib32_libmingwex_a-misc.obj: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo -c -o gdtoa/lib32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib32_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrint.o: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo -c -o math/lib64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib64_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -gdtoa/lib32_libmingwex_a-qnan.o: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo -c -o gdtoa/lib32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib32_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrint.obj: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo -c -o math/lib64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib64_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -gdtoa/lib32_libmingwex_a-qnan.obj: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo -c -o gdtoa/lib32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib32_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signgam.o: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo -c -o math/lib64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib64_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -gdtoa/lib32_libmingwex_a-smisc.o: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo -c -o gdtoa/lib32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib32_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signgam.obj: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo -c -o math/lib64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib64_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -gdtoa/lib32_libmingwex_a-smisc.obj: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo -c -o gdtoa/lib32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib32_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrintf.o: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo -c -o math/lib64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib64_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -gdtoa/lib32_libmingwex_a-strtodg.o: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib32_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrintf.obj: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo -c -o math/lib64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib64_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -gdtoa/lib32_libmingwex_a-strtodg.obj: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib32_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrintl.o: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo -c -o math/lib64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib64_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -gdtoa/lib32_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib32_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llrintl.obj: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo -c -o math/lib64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib64_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -gdtoa/lib32_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib32_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llround.o: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo -c -o math/lib64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib64_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -gdtoa/lib32_libmingwex_a-strtof.o: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o gdtoa/lib32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llround.obj: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo -c -o math/lib64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib64_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -gdtoa/lib32_libmingwex_a-strtof.obj: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o gdtoa/lib32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llroundf.o: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo -c -o math/lib64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib64_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -gdtoa/lib32_libmingwex_a-strtopx.o: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib32_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llroundf.obj: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo -c -o math/lib64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib64_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -gdtoa/lib32_libmingwex_a-strtopx.obj: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib32_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llroundl.o: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo -c -o math/lib64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib64_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -gdtoa/lib32_libmingwex_a-sum.o: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo -c -o gdtoa/lib32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib32_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-llroundl.obj: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo -c -o math/lib64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib64_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -gdtoa/lib32_libmingwex_a-sum.obj: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo -c -o gdtoa/lib32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib32_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-log10f.o: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo -c -o math/lib64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib64_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -gdtoa/lib32_libmingwex_a-ulp.o: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo -c -o gdtoa/lib32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib32_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-log10f.obj: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo -c -o math/lib64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib64_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -gdtoa/lib32_libmingwex_a-ulp.obj: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib32_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo -c -o gdtoa/lib32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib32_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib32_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-logf.o: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo -c -o math/lib64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib64_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -math/lib32_libmingwex_a-cbrt.o: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo -c -o math/lib32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib32_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-logf.obj: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo -c -o math/lib64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib64_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -math/lib32_libmingwex_a-cbrt.obj: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo -c -o math/lib32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib32_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrint.o: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo -c -o math/lib64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib64_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -math/lib32_libmingwex_a-cbrtf.o: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo -c -o math/lib32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib32_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrint.obj: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo -c -o math/lib64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib64_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -math/lib32_libmingwex_a-cbrtf.obj: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo -c -o math/lib32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib32_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrintf.o: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo -c -o math/lib64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib64_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -math/lib32_libmingwex_a-cbrtl.o: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo -c -o math/lib32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib32_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrintf.obj: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo -c -o math/lib64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib64_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -math/lib32_libmingwex_a-cbrtl.obj: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo -c -o math/lib32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib32_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrintl.o: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo -c -o math/lib64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib64_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -math/lib32_libmingwex_a-cephes_emath.o: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo -c -o math/lib32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib32_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lrintl.obj: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo -c -o math/lib64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib64_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -math/lib32_libmingwex_a-cephes_emath.obj: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo -c -o math/lib32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib32_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lround.o: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo -c -o math/lib64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib64_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -math/lib32_libmingwex_a-copysign.o: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo -c -o math/lib32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib32_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lround.obj: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo -c -o math/lib64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib64_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -math/lib32_libmingwex_a-copysign.obj: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo -c -o math/lib32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib32_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lroundf.o: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo -c -o math/lib64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib64_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -math/lib32_libmingwex_a-copysignf.o: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo -c -o math/lib32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib32_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lroundf.obj: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo -c -o math/lib64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib64_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -math/lib32_libmingwex_a-copysignf.obj: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo -c -o math/lib32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib32_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lroundl.o: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo -c -o math/lib64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib64_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -math/lib32_libmingwex_a-coshf.o: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo -c -o math/lib32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib32_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-lroundl.obj: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo -c -o math/lib64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib64_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -math/lib32_libmingwex_a-coshf.obj: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo -c -o math/lib32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib32_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modf.o: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo -c -o math/lib64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib64_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -math/lib32_libmingwex_a-coshl.o: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo -c -o math/lib32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib32_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modf.obj: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo -c -o math/lib64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib64_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -math/lib32_libmingwex_a-coshl.obj: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo -c -o math/lib32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib32_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modff.o: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo -c -o math/lib64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib64_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -math/lib32_libmingwex_a-erfl.o: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo -c -o math/lib32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib32_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modff.obj: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo -c -o math/lib64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib64_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -math/lib32_libmingwex_a-erfl.obj: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo -c -o math/lib32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib32_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modfl.o: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo -c -o math/lib64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib64_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -math/lib32_libmingwex_a-expf.o: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo -c -o math/lib32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib32_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-modfl.obj: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo -c -o math/lib64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib64_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -math/lib32_libmingwex_a-expf.obj: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo -c -o math/lib32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib32_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nextafterf.o: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo -c -o math/lib64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib64_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -math/lib32_libmingwex_a-fabs.o: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo -c -o math/lib32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib32_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nextafterf.obj: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo -c -o math/lib64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib64_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -math/lib32_libmingwex_a-fabs.obj: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo -c -o math/lib32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib32_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nextafterl.o: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo -c -o math/lib64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib64_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -math/lib32_libmingwex_a-fabsf.o: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo -c -o math/lib32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib32_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nextafterl.obj: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo -c -o math/lib64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib64_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -math/lib32_libmingwex_a-fabsf.obj: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo -c -o math/lib32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib32_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nexttoward.o: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo -c -o math/lib64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib64_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -math/lib32_libmingwex_a-fabsl.o: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo -c -o math/lib32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib32_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nexttoward.obj: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo -c -o math/lib64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib64_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -math/lib32_libmingwex_a-fabsl.obj: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo -c -o math/lib32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib32_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nexttowardf.o: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo -c -o math/lib64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib64_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -math/lib32_libmingwex_a-fdim.o: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo -c -o math/lib32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib32_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-nexttowardf.obj: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo -c -o math/lib64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib64_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -math/lib32_libmingwex_a-fdim.obj: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo -c -o math/lib32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib32_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powf.o: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo -c -o math/lib64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib64_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -math/lib32_libmingwex_a-fdimf.o: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo -c -o math/lib32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib32_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powf.obj: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo -c -o math/lib64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib64_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -math/lib32_libmingwex_a-fdimf.obj: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo -c -o math/lib32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib32_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powi.o: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo -c -o math/lib64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib64_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -math/lib32_libmingwex_a-fdiml.o: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo -c -o math/lib32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib32_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powi.obj: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo -c -o math/lib64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib64_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -math/lib32_libmingwex_a-fdiml.obj: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo -c -o math/lib32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib32_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powif.o: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo -c -o math/lib64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib64_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -math/lib32_libmingwex_a-fmal.o: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo -c -o math/lib32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib32_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powif.obj: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo -c -o math/lib64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib64_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -math/lib32_libmingwex_a-fmal.obj: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo -c -o math/lib32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib32_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powil.o: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo -c -o math/lib64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib64_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -math/lib32_libmingwex_a-fmax.o: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo -c -o math/lib32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib32_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-powil.obj: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo -c -o math/lib64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib64_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -math/lib32_libmingwex_a-fmax.obj: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo -c -o math/lib32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib32_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rint.o: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo -c -o math/lib64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib64_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -math/lib32_libmingwex_a-fmaxf.o: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo -c -o math/lib32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib32_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rint.obj: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo -c -o math/lib64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib64_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -math/lib32_libmingwex_a-fmaxf.obj: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo -c -o math/lib32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib32_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rintf.o: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo -c -o math/lib64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib64_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -math/lib32_libmingwex_a-fmaxl.o: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo -c -o math/lib32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib32_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rintf.obj: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo -c -o math/lib64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib64_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -math/lib32_libmingwex_a-fmaxl.obj: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo -c -o math/lib32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib32_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rintl.o: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo -c -o math/lib64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib64_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -math/lib32_libmingwex_a-fmin.o: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo -c -o math/lib32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib32_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-rintl.obj: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo -c -o math/lib64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib64_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -math/lib32_libmingwex_a-fmin.obj: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo -c -o math/lib32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib32_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-round.o: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo -c -o math/lib64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo math/$(DEPDIR)/lib64_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib64_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -math/lib32_libmingwex_a-fminf.o: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo -c -o math/lib32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib32_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-round.obj: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo -c -o math/lib64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo math/$(DEPDIR)/lib64_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib64_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -math/lib32_libmingwex_a-fminf.obj: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo -c -o math/lib32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib32_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-roundf.o: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo -c -o math/lib64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib64_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -math/lib32_libmingwex_a-fminl.o: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo -c -o math/lib32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib32_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-roundf.obj: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo -c -o math/lib64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib64_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -math/lib32_libmingwex_a-fminl.obj: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo -c -o math/lib32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib32_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-roundl.o: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo -c -o math/lib64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib64_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -math/lib32_libmingwex_a-fp_consts.o: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo -c -o math/lib32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib32_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-roundl.obj: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo -c -o math/lib64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib64_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -math/lib32_libmingwex_a-fp_consts.obj: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo -c -o math/lib32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib32_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-s_erf.o: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo -c -o math/lib64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib64_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -math/lib32_libmingwex_a-fp_constsf.o: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo -c -o math/lib32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib32_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-s_erf.obj: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo -c -o math/lib64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib64_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -math/lib32_libmingwex_a-fp_constsf.obj: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo -c -o math/lib32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib32_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sf_erf.o: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo -c -o math/lib64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib64_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -math/lib32_libmingwex_a-fp_constsl.o: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo -c -o math/lib32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib32_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sf_erf.obj: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo -c -o math/lib64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib64_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -math/lib32_libmingwex_a-fp_constsl.obj: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo -c -o math/lib32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib32_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbit.o: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo -c -o math/lib64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib64_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -math/lib32_libmingwex_a-fpclassify.o: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo -c -o math/lib32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib32_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbit.obj: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo -c -o math/lib64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib64_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -math/lib32_libmingwex_a-fpclassify.obj: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo -c -o math/lib32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib32_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbitf.o: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo -c -o math/lib64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib64_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -math/lib32_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo -c -o math/lib32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib32_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbitf.obj: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo -c -o math/lib64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib64_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -math/lib32_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo -c -o math/lib32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib32_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbitl.o: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo -c -o math/lib64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib64_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -math/lib32_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo -c -o math/lib32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib32_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-signbitl.obj: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo -c -o math/lib64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib64_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -math/lib32_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo -c -o math/lib32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib32_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sinhf.o: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo -c -o math/lib64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib64_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -math/lib32_libmingwex_a-frexpf.o: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo -c -o math/lib32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib32_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sinhf.obj: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo -c -o math/lib64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib64_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -math/lib32_libmingwex_a-frexpf.obj: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo -c -o math/lib32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib32_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sinhl.o: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo -c -o math/lib64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib64_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -math/lib32_libmingwex_a-hypotf.o: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo -c -o math/lib32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib32_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sinhl.obj: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo -c -o math/lib64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib64_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -math/lib32_libmingwex_a-hypotf.obj: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo -c -o math/lib32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib32_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrt.o: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo -c -o math/lib64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib64_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -math/lib32_libmingwex_a-hypot.o: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo -c -o math/lib32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib32_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrt.obj: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo -c -o math/lib64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib64_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -math/lib32_libmingwex_a-hypot.obj: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo -c -o math/lib32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib32_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrtf.o: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo -c -o math/lib64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib64_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -math/lib32_libmingwex_a-hypotl.o: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo -c -o math/lib32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib32_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrtf.obj: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo -c -o math/lib64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib64_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -math/lib32_libmingwex_a-hypotl.obj: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo -c -o math/lib32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib32_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrtl.o: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo -c -o math/lib64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib64_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -math/lib32_libmingwex_a-isnan.o: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo -c -o math/lib32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib32_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-sqrtl.obj: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo -c -o math/lib64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib64_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -math/lib32_libmingwex_a-isnan.obj: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo -c -o math/lib32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib32_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tanhf.o: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo -c -o math/lib64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib64_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -math/lib32_libmingwex_a-isnanf.o: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo -c -o math/lib32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib32_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tanhf.obj: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo -c -o math/lib64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib64_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -math/lib32_libmingwex_a-isnanf.obj: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo -c -o math/lib32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib32_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tanhl.o: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo -c -o math/lib64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib64_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -math/lib32_libmingwex_a-isnanl.o: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo -c -o math/lib32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib32_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tanhl.obj: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo -c -o math/lib64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib64_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -math/lib32_libmingwex_a-isnanl.obj: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo -c -o math/lib32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib32_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgamma.o: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo -c -o math/lib64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib64_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -math/lib32_libmingwex_a-ldexpf.o: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo -c -o math/lib32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib32_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgamma.obj: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo -c -o math/lib64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib64_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -math/lib32_libmingwex_a-ldexpf.obj: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo -c -o math/lib32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib32_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgammaf.o: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo -c -o math/lib64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib64_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -math/lib32_libmingwex_a-lgamma.o: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo -c -o math/lib32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib32_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgammaf.obj: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo -c -o math/lib64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib64_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -math/lib32_libmingwex_a-lgamma.obj: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo -c -o math/lib32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib32_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgammal.o: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo -c -o math/lib64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib64_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -math/lib32_libmingwex_a-lgammaf.o: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo -c -o math/lib32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib32_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-tgammal.obj: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo -c -o math/lib64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib64_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -math/lib32_libmingwex_a-lgammaf.obj: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo -c -o math/lib32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib32_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-truncl.o: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo -c -o math/lib64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib64_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -math/lib32_libmingwex_a-lgammal.o: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo -c -o math/lib32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib32_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-truncl.obj: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo -c -o math/lib64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib64_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -math/lib32_libmingwex_a-lgammal.obj: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo -c -o math/lib32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib32_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-abs64.o: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo -c -o math/lib64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib64_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib64_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c -math/lib32_libmingwex_a-llrint.o: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo -c -o math/lib32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib32_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ +math/lib64_libmingwex_a-abs64.obj: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo -c -o math/lib64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib64_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib64_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -math/lib32_libmingwex_a-llrint.obj: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo -c -o math/lib32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib32_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-alarm.o: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo -c -o misc/lib64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib64_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -math/lib32_libmingwex_a-signgam.o: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo -c -o math/lib32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib32_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-alarm.obj: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo -c -o misc/lib64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib64_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -math/lib32_libmingwex_a-signgam.obj: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo -c -o math/lib32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib32_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-assert.o: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-assert.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-assert.Tpo -c -o misc/lib64_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-assert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/lib64_libmingwex_a-assert.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c + +misc/lib64_libmingwex_a-assert.obj: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-assert.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-assert.Tpo -c -o misc/lib64_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-assert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/lib64_libmingwex_a-assert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` -math/lib32_libmingwex_a-llrintf.o: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo -c -o math/lib32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib32_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-basename.o: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo -c -o misc/lib64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib64_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -math/lib32_libmingwex_a-llrintf.obj: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo -c -o math/lib32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib32_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-basename.obj: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo -c -o misc/lib64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib64_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -math/lib32_libmingwex_a-llrintl.o: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo -c -o math/lib32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib32_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-btowc.o: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo -c -o misc/lib64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib64_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -math/lib32_libmingwex_a-llrintl.obj: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo -c -o math/lib32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib32_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-btowc.obj: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo -c -o misc/lib64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib64_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -math/lib32_libmingwex_a-llround.o: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo -c -o math/lib32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib32_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-delay-f.o: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo -c -o misc/lib64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib64_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c - -math/lib32_libmingwex_a-llround.obj: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo -c -o math/lib32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib32_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c + +misc/lib64_libmingwex_a-delay-f.obj: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo -c -o misc/lib64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib64_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -math/lib32_libmingwex_a-llroundf.o: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo -c -o math/lib32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib32_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-delay-n.o: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo -c -o misc/lib64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib64_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -math/lib32_libmingwex_a-llroundf.obj: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo -c -o math/lib32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib32_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-delay-n.obj: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo -c -o misc/lib64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib64_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -math/lib32_libmingwex_a-llroundl.o: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo -c -o math/lib32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib32_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-delayimp.o: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo -c -o misc/lib64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib64_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c -math/lib32_libmingwex_a-llroundl.obj: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo -c -o math/lib32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib32_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-delayimp.obj: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo -c -o misc/lib64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib64_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -math/lib32_libmingwex_a-log10f.o: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo -c -o math/lib32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib32_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime.o: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo -c -o misc/lib64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib64_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -math/lib32_libmingwex_a-log10f.obj: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo -c -o math/lib32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib32_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime.obj: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo -c -o misc/lib64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib64_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -math/lib32_libmingwex_a-logf.o: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo -c -o math/lib32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib32_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime32.o: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo -c -o misc/lib64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib64_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -math/lib32_libmingwex_a-logf.obj: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo -c -o math/lib32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib32_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime32.obj: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo -c -o misc/lib64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib64_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -math/lib32_libmingwex_a-lrint.o: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo -c -o math/lib32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib32_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime64.o: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo -c -o misc/lib64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib64_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -math/lib32_libmingwex_a-lrint.obj: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo -c -o math/lib32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib32_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-difftime64.obj: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo -c -o misc/lib64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib64_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -math/lib32_libmingwex_a-lrintf.o: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo -c -o math/lib32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib32_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-dirent.o: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo -c -o misc/lib64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib64_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -math/lib32_libmingwex_a-lrintf.obj: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo -c -o math/lib32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib32_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-dirent.obj: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo -c -o misc/lib64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib64_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -math/lib32_libmingwex_a-lrintl.o: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo -c -o math/lib32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib32_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-dirname.o: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo -c -o misc/lib64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib64_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -math/lib32_libmingwex_a-lrintl.obj: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo -c -o math/lib32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib32_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-dirname.obj: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo -c -o misc/lib64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib64_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -math/lib32_libmingwex_a-lround.o: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo -c -o math/lib32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib32_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execv.o: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo -c -o misc/lib64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib64_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -math/lib32_libmingwex_a-lround.obj: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo -c -o math/lib32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib32_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execv.obj: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo -c -o misc/lib64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib64_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -math/lib32_libmingwex_a-lroundf.o: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo -c -o math/lib32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib32_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execve.o: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo -c -o misc/lib64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib64_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -math/lib32_libmingwex_a-lroundf.obj: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo -c -o math/lib32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib32_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execve.obj: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo -c -o misc/lib64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib64_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -math/lib32_libmingwex_a-lroundl.o: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo -c -o math/lib32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib32_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execvp.o: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo -c -o misc/lib64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib64_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -math/lib32_libmingwex_a-lroundl.obj: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo -c -o math/lib32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib32_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execvp.obj: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo -c -o misc/lib64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib64_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -math/lib32_libmingwex_a-modf.o: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo -c -o math/lib32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib32_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execvpe.o: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo -c -o misc/lib64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib64_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -math/lib32_libmingwex_a-modf.obj: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo -c -o math/lib32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib32_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-execvpe.obj: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo -c -o misc/lib64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib64_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -math/lib32_libmingwex_a-modff.o: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo -c -o math/lib32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib32_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feclearexcept.o: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo -c -o misc/lib64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib64_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -math/lib32_libmingwex_a-modff.obj: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo -c -o math/lib32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib32_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo -c -o misc/lib64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib64_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -math/lib32_libmingwex_a-modfl.o: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo -c -o math/lib32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib32_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetenv.o: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo -c -o misc/lib64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib64_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -math/lib32_libmingwex_a-modfl.obj: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo -c -o math/lib32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib32_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetenv.obj: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo -c -o misc/lib64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib64_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -math/lib32_libmingwex_a-nextafterf.o: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo -c -o math/lib32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib32_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib64_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -math/lib32_libmingwex_a-nextafterf.obj: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo -c -o math/lib32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib32_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib64_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -math/lib32_libmingwex_a-nextafterl.o: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo -c -o math/lib32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib32_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetround.o: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo -c -o misc/lib64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib64_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -math/lib32_libmingwex_a-nextafterl.obj: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo -c -o math/lib32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib32_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fegetround.obj: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo -c -o misc/lib64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib64_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -math/lib32_libmingwex_a-nexttoward.o: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo -c -o math/lib32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib32_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feholdexcept.o: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo -c -o misc/lib64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib64_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -math/lib32_libmingwex_a-nexttoward.obj: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo -c -o math/lib32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib32_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo -c -o misc/lib64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib64_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -math/lib32_libmingwex_a-nexttowardf.o: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo -c -o math/lib32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib32_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib64_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -math/lib32_libmingwex_a-nexttowardf.obj: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo -c -o math/lib32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib32_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib64_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -math/lib32_libmingwex_a-powf.o: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo -c -o math/lib32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib32_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetenv.o: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo -c -o misc/lib64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib64_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -math/lib32_libmingwex_a-powf.obj: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo -c -o math/lib32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib32_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetenv.obj: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo -c -o misc/lib64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib64_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -math/lib32_libmingwex_a-powi.o: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo -c -o math/lib32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib32_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib64_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -math/lib32_libmingwex_a-powi.obj: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo -c -o math/lib32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib32_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib64_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -math/lib32_libmingwex_a-powif.o: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo -c -o math/lib32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib32_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetround.o: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo -c -o misc/lib64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib64_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -math/lib32_libmingwex_a-powif.obj: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo -c -o math/lib32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib32_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fesetround.obj: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo -c -o misc/lib64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib64_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -math/lib32_libmingwex_a-powil.o: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo -c -o math/lib32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib32_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fetestexcept.o: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo -c -o misc/lib64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib64_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -math/lib32_libmingwex_a-powil.obj: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo -c -o math/lib32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib32_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo -c -o misc/lib64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib64_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -math/lib32_libmingwex_a-rint.o: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo -c -o math/lib32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib32_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feupdateenv.o: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo -c -o misc/lib64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib64_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -math/lib32_libmingwex_a-rint.obj: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo -c -o math/lib32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib32_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo -c -o misc/lib64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib64_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -math/lib32_libmingwex_a-rintf.o: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo -c -o math/lib32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib32_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftruncate.o: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo -c -o misc/lib64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib64_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -math/lib32_libmingwex_a-rintf.obj: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo -c -o math/lib32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib32_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftruncate.obj: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo -c -o misc/lib64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib64_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -math/lib32_libmingwex_a-rintl.o: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo -c -o math/lib32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib32_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fwide.o: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo -c -o misc/lib64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib64_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -math/lib32_libmingwex_a-rintl.obj: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo -c -o math/lib32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib32_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-fwide.obj: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo -c -o misc/lib64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib64_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -math/lib32_libmingwex_a-round.o: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo -c -o math/lib32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo math/$(DEPDIR)/lib32_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib32_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-getlogin.o: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo -c -o misc/lib64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib64_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -math/lib32_libmingwex_a-round.obj: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo -c -o math/lib32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-round.Tpo math/$(DEPDIR)/lib32_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib32_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-getlogin.obj: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo -c -o misc/lib64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib64_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -math/lib32_libmingwex_a-roundf.o: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo -c -o math/lib32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib32_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-getopt.o: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo -c -o misc/lib64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib64_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -math/lib32_libmingwex_a-roundf.obj: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo -c -o math/lib32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib32_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-getopt.obj: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo -c -o misc/lib64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib64_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -math/lib32_libmingwex_a-roundl.o: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo -c -o math/lib32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib32_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-gettimeofday.o: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo -c -o misc/lib64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib64_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -math/lib32_libmingwex_a-roundl.obj: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo -c -o math/lib32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib32_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo -c -o misc/lib64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib64_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -math/lib32_libmingwex_a-s_erf.o: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo -c -o math/lib32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib32_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-imaxabs.o: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo -c -o misc/lib64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib64_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c -math/lib32_libmingwex_a-s_erf.obj: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo -c -o math/lib32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib32_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-imaxabs.obj: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo -c -o misc/lib64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib64_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -math/lib32_libmingwex_a-sf_erf.o: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo -c -o math/lib32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib32_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-imaxdiv.o: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo -c -o misc/lib64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib64_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -math/lib32_libmingwex_a-sf_erf.obj: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo -c -o math/lib32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib32_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo -c -o misc/lib64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib64_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -math/lib32_libmingwex_a-signbit.o: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo -c -o math/lib32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib32_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-isblank.o: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo -c -o misc/lib64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib64_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -math/lib32_libmingwex_a-signbit.obj: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo -c -o math/lib32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib32_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-isblank.obj: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo -c -o misc/lib64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib64_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -math/lib32_libmingwex_a-signbitf.o: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo -c -o math/lib32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib32_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-iswblank.o: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo -c -o misc/lib64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib64_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -math/lib32_libmingwex_a-signbitf.obj: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo -c -o math/lib32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib32_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-iswblank.obj: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo -c -o misc/lib64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib64_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -math/lib32_libmingwex_a-signbitl.o: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo -c -o math/lib32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib32_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mbrtowc.o: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo -c -o misc/lib64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib64_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -math/lib32_libmingwex_a-signbitl.obj: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo -c -o math/lib32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib32_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo -c -o misc/lib64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib64_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -math/lib32_libmingwex_a-sinhf.o: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo -c -o math/lib32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib32_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mbsinit.o: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo -c -o misc/lib64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib64_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -math/lib32_libmingwex_a-sinhf.obj: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo -c -o math/lib32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib32_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mbsinit.obj: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo -c -o misc/lib64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib64_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -math/lib32_libmingwex_a-sinhl.o: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo -c -o math/lib32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib32_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mempcpy.o: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo -c -o misc/lib64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib64_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -math/lib32_libmingwex_a-sinhl.obj: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo -c -o math/lib32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib32_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mempcpy.obj: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo -c -o misc/lib64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib64_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -math/lib32_libmingwex_a-sqrt.o: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo -c -o math/lib32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib32_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib64_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -math/lib32_libmingwex_a-sqrt.obj: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo -c -o math/lib32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib32_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib64_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -math/lib32_libmingwex_a-sqrtf.o: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo -c -o math/lib32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib32_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib64_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -math/lib32_libmingwex_a-sqrtf.obj: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo -c -o math/lib32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib32_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib64_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -math/lib32_libmingwex_a-sqrtl.o: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo -c -o math/lib32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib32_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib64_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -math/lib32_libmingwex_a-sqrtl.obj: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo -c -o math/lib32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib32_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib64_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -math/lib32_libmingwex_a-tanhf.o: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo -c -o math/lib32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib32_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib64_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -math/lib32_libmingwex_a-tanhf.obj: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo -c -o math/lib32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib32_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib64_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -math/lib32_libmingwex_a-tanhl.o: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo -c -o math/lib32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib32_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib64_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -math/lib32_libmingwex_a-tanhl.obj: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo -c -o math/lib32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib32_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib64_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -math/lib32_libmingwex_a-tgamma.o: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo -c -o math/lib32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib32_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib64_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -math/lib32_libmingwex_a-tgamma.obj: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo -c -o math/lib32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib32_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib64_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -math/lib32_libmingwex_a-tgammaf.o: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo -c -o math/lib32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib32_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib64_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -math/lib32_libmingwex_a-tgammaf.obj: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo -c -o math/lib32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib32_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib64_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -math/lib32_libmingwex_a-tgammal.o: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo -c -o math/lib32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib32_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib64_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -math/lib32_libmingwex_a-tgammal.obj: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo -c -o math/lib32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib32_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib64_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -math/lib32_libmingwex_a-truncl.o: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo -c -o math/lib32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib32_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mkstemp.o: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo -c -o misc/lib64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib64_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -math/lib32_libmingwex_a-truncl.obj: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo -c -o math/lib32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib32_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-mkstemp.obj: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo -c -o misc/lib64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib64_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -math/lib32_libmingwex_a-abs64.o: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo -c -o math/lib32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib32_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib32_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-seterrno.o: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo -c -o misc/lib64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib64_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -math/lib32_libmingwex_a-abs64.obj: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo -c -o math/lib32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib32_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib32_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-seterrno.obj: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo -c -o misc/lib64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib64_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -misc/lib32_libmingwex_a-alarm.o: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo -c -o misc/lib32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib32_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-sleep.o: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo -c -o misc/lib64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib64_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -misc/lib32_libmingwex_a-alarm.obj: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo -c -o misc/lib32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib32_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-sleep.obj: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo -c -o misc/lib64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib64_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -misc/lib32_libmingwex_a-basename.o: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo -c -o misc/lib32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib32_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnv.o: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo -c -o misc/lib64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib64_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -misc/lib32_libmingwex_a-basename.obj: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo -c -o misc/lib32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib32_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnv.obj: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo -c -o misc/lib64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib64_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` -misc/lib32_libmingwex_a-btowc.o: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo -c -o misc/lib32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib32_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnve.o: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo -c -o misc/lib64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib64_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -misc/lib32_libmingwex_a-btowc.obj: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo -c -o misc/lib32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib32_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnve.obj: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo -c -o misc/lib64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib64_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -misc/lib32_libmingwex_a-delay-f.o: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo -c -o misc/lib32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib32_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnvp.o: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo -c -o misc/lib64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib64_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -misc/lib32_libmingwex_a-delay-f.obj: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo -c -o misc/lib32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib32_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnvp.obj: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo -c -o misc/lib64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib64_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -misc/lib32_libmingwex_a-delay-n.o: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo -c -o misc/lib32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib32_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnvpe.o: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo -c -o misc/lib64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib64_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -misc/lib32_libmingwex_a-delay-n.obj: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo -c -o misc/lib32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib32_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo -c -o misc/lib64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib64_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -misc/lib32_libmingwex_a-delayimp.o: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo -c -o misc/lib32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib32_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strnlen.o: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo -c -o misc/lib64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib64_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -misc/lib32_libmingwex_a-delayimp.obj: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo -c -o misc/lib32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib32_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strnlen.obj: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo -c -o misc/lib64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib64_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -misc/lib32_libmingwex_a-difftime.o: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo -c -o misc/lib32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib32_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strsafe.o: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo -c -o misc/lib64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib64_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -misc/lib32_libmingwex_a-difftime.obj: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo -c -o misc/lib32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib32_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strsafe.obj: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo -c -o misc/lib64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib64_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -misc/lib32_libmingwex_a-difftime32.o: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo -c -o misc/lib32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib32_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtoimax.o: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo -c -o misc/lib64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib64_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -misc/lib32_libmingwex_a-difftime32.obj: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo -c -o misc/lib32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib32_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtoimax.obj: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo -c -o misc/lib64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib64_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -misc/lib32_libmingwex_a-difftime64.o: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo -c -o misc/lib32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib32_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtold.o: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo -c -o misc/lib64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib64_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -misc/lib32_libmingwex_a-difftime64.obj: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo -c -o misc/lib32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib32_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtold.obj: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo -c -o misc/lib64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib64_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -misc/lib32_libmingwex_a-dirent.o: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo -c -o misc/lib32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib32_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtoumax.o: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo -c -o misc/lib64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib64_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -misc/lib32_libmingwex_a-dirent.obj: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo -c -o misc/lib32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib32_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-strtoumax.obj: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo -c -o misc/lib64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib64_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -misc/lib32_libmingwex_a-dirname.o: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo -c -o misc/lib32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib32_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tdelete.o: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo -c -o misc/lib64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib64_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -misc/lib32_libmingwex_a-dirname.obj: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo -c -o misc/lib32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib32_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tdelete.obj: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo -c -o misc/lib64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib64_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -misc/lib32_libmingwex_a-execv.o: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo -c -o misc/lib32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib32_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tfind.o: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo -c -o misc/lib64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib64_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -misc/lib32_libmingwex_a-execv.obj: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo -c -o misc/lib32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib32_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tfind.obj: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo -c -o misc/lib64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib64_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -misc/lib32_libmingwex_a-execve.o: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo -c -o misc/lib32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib32_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tsearch.o: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo -c -o misc/lib64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib64_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -misc/lib32_libmingwex_a-execve.obj: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo -c -o misc/lib32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib32_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-tsearch.obj: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo -c -o misc/lib64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib64_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -misc/lib32_libmingwex_a-execvp.o: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo -c -o misc/lib32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib32_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-twalk.o: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo -c -o misc/lib64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib64_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -misc/lib32_libmingwex_a-execvp.obj: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo -c -o misc/lib32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib32_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-twalk.obj: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo -c -o misc/lib64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib64_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -misc/lib32_libmingwex_a-execvpe.o: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo -c -o misc/lib32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib32_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib64_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -misc/lib32_libmingwex_a-execvpe.obj: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo -c -o misc/lib32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib32_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib64_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -misc/lib32_libmingwex_a-feclearexcept.o: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo -c -o misc/lib32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib32_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib64_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -misc/lib32_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo -c -o misc/lib32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib32_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib64_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -misc/lib32_libmingwex_a-fegetenv.o: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo -c -o misc/lib32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib32_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -misc/lib32_libmingwex_a-fegetenv.obj: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo -c -o misc/lib32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib32_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -misc/lib32_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib32_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -misc/lib32_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib32_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -misc/lib32_libmingwex_a-fegetround.o: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo -c -o misc/lib32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib32_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wassert.o: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo -c -o misc/lib64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib64_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -misc/lib32_libmingwex_a-fegetround.obj: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo -c -o misc/lib32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib32_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wassert.obj: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo -c -o misc/lib64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib64_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -misc/lib32_libmingwex_a-feholdexcept.o: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo -c -o misc/lib32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib32_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcrtomb.o: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo -c -o misc/lib64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib64_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -misc/lib32_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo -c -o misc/lib32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib32_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo -c -o misc/lib64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib64_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -misc/lib32_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib32_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcsnlen.o: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo -c -o misc/lib64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib64_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -misc/lib32_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib32_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo -c -o misc/lib64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib64_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -misc/lib32_libmingwex_a-fesetenv.o: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo -c -o misc/lib32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib32_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstof.o: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo -c -o misc/lib64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib64_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -misc/lib32_libmingwex_a-fesetenv.obj: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo -c -o misc/lib32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib32_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstof.obj: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo -c -o misc/lib64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib64_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -misc/lib32_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib32_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstoimax.o: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo -c -o misc/lib64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib64_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -misc/lib32_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib32_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo -c -o misc/lib64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib64_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -misc/lib32_libmingwex_a-fesetround.o: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo -c -o misc/lib32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib32_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstold.o: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo -c -o misc/lib64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib64_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -misc/lib32_libmingwex_a-fesetround.obj: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo -c -o misc/lib32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib32_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstold.obj: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo -c -o misc/lib64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib64_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -misc/lib32_libmingwex_a-fetestexcept.o: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo -c -o misc/lib32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib32_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstoumax.o: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo -c -o misc/lib64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib64_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -misc/lib32_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo -c -o misc/lib32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib32_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo -c -o misc/lib64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib64_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -misc/lib32_libmingwex_a-feupdateenv.o: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo -c -o misc/lib32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib32_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctob.o: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo -c -o misc/lib64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib64_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -misc/lib32_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo -c -o misc/lib32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib32_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctob.obj: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo -c -o misc/lib64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib64_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -misc/lib32_libmingwex_a-ftruncate.o: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo -c -o misc/lib32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib32_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctrans.o: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo -c -o misc/lib64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib64_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -misc/lib32_libmingwex_a-ftruncate.obj: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo -c -o misc/lib32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib32_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctrans.obj: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo -c -o misc/lib64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib64_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -misc/lib32_libmingwex_a-fwide.o: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo -c -o misc/lib32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib32_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctype.o: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo -c -o misc/lib64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib64_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -misc/lib32_libmingwex_a-fwide.obj: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo -c -o misc/lib32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib32_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wctype.obj: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo -c -o misc/lib64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib64_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -misc/lib32_libmingwex_a-getlogin.o: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo -c -o misc/lib32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib32_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wdirent.o: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo -c -o misc/lib64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib64_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -misc/lib32_libmingwex_a-getlogin.obj: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo -c -o misc/lib32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib32_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wdirent.obj: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo -c -o misc/lib64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib64_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -misc/lib32_libmingwex_a-getopt.o: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo -c -o misc/lib32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib32_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib64_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -misc/lib32_libmingwex_a-getopt.obj: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo -c -o misc/lib32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib32_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib64_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -misc/lib32_libmingwex_a-gettimeofday.o: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo -c -o misc/lib32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib32_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib64_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -misc/lib32_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo -c -o misc/lib32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib32_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib64_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -misc/lib32_libmingwex_a-imaxabs.o: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo -c -o misc/lib32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib32_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib64_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -misc/lib32_libmingwex_a-imaxabs.obj: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo -c -o misc/lib32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib32_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib64_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -misc/lib32_libmingwex_a-imaxdiv.o: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo -c -o misc/lib32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib32_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemchr.o: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo -c -o misc/lib64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib64_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c + +misc/lib64_libmingwex_a-wmemchr.obj: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo -c -o misc/lib64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib64_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -misc/lib32_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo -c -o misc/lib32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib32_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemcmp.o: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo -c -o misc/lib64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib64_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -misc/lib32_libmingwex_a-isblank.o: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo -c -o misc/lib32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib32_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo -c -o misc/lib64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib64_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -misc/lib32_libmingwex_a-isblank.obj: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo -c -o misc/lib32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib32_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemcpy.o: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo -c -o misc/lib64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib64_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -misc/lib32_libmingwex_a-iswblank.o: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo -c -o misc/lib32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib32_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo -c -o misc/lib64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib64_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -misc/lib32_libmingwex_a-iswblank.obj: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo -c -o misc/lib32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib32_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemmove.o: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo -c -o misc/lib64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib64_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -misc/lib32_libmingwex_a-mbrtowc.o: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo -c -o misc/lib32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib32_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemmove.obj: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo -c -o misc/lib64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib64_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -misc/lib32_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo -c -o misc/lib32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib32_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmempcpy.o: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo -c -o misc/lib64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib64_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -misc/lib32_libmingwex_a-mbsinit.o: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo -c -o misc/lib32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib32_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo -c -o misc/lib64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib64_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -misc/lib32_libmingwex_a-mbsinit.obj: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo -c -o misc/lib32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib32_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemset.o: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo -c -o misc/lib64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib64_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -misc/lib32_libmingwex_a-mempcpy.o: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo -c -o misc/lib32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib32_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-wmemset.obj: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo -c -o misc/lib64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib64_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -misc/lib32_libmingwex_a-mempcpy.obj: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo -c -o misc/lib32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib32_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftw.o: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo -c -o misc/lib64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib64_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -misc/lib32_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib32_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftw.obj: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo -c -o misc/lib64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib64_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -misc/lib32_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib32_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftw64.o: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo -c -o misc/lib64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib64_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -misc/lib32_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib32_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmingwex_a-ftw64.obj: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo -c -o misc/lib64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib64_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -misc/lib32_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib32_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-strtok_r.o: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo -c -o stdio/lib64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib64_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -misc/lib32_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib32_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-strtok_r.obj: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo -c -o stdio/lib64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib64_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -misc/lib32_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib32_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_Exit.o: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo -c -o stdio/lib64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib64_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -misc/lib32_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib32_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_Exit.obj: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo -c -o stdio/lib64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib64_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -misc/lib32_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib32_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib64_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -misc/lib32_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib32_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib64_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -misc/lib32_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib32_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib64_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -misc/lib32_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib32_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib64_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -misc/lib32_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib32_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_fstat.o: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo -c -o stdio/lib64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib64_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -misc/lib32_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib32_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_fstat.obj: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo -c -o stdio/lib64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib64_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -misc/lib32_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib32_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib64_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -misc/lib32_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib32_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib64_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -misc/lib32_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib32_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_ftime.o: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo -c -o stdio/lib64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib64_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -misc/lib32_libmingwex_a-mkstemp.o: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo -c -o misc/lib32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib32_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_ftime.obj: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo -c -o stdio/lib64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib64_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -misc/lib32_libmingwex_a-mkstemp.obj: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo -c -o misc/lib32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib32_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib64_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -misc/lib32_libmingwex_a-seterrno.o: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo -c -o misc/lib32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib32_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib64_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -misc/lib32_libmingwex_a-seterrno.obj: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo -c -o misc/lib32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib32_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib64_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -misc/lib32_libmingwex_a-sleep.o: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo -c -o misc/lib32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib32_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib64_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -misc/lib32_libmingwex_a-sleep.obj: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo -c -o misc/lib32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib32_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib64_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -misc/lib32_libmingwex_a-spawnv.o: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo -c -o misc/lib32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib32_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib64_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -misc/lib32_libmingwex_a-spawnv.obj: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo -c -o misc/lib32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib32_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib64_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -misc/lib32_libmingwex_a-spawnve.o: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo -c -o misc/lib32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib32_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib64_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -misc/lib32_libmingwex_a-spawnve.obj: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo -c -o misc/lib32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib32_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_stat.o: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo -c -o stdio/lib64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib64_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -misc/lib32_libmingwex_a-spawnvp.o: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo -c -o misc/lib32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib32_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_stat.obj: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo -c -o stdio/lib64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib64_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -misc/lib32_libmingwex_a-spawnvp.obj: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo -c -o misc/lib32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib32_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib64_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -misc/lib32_libmingwex_a-spawnvpe.o: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo -c -o misc/lib32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib32_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib64_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -misc/lib32_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo -c -o misc/lib32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib32_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib64_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c -misc/lib32_libmingwex_a-strnlen.o: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo -c -o misc/lib32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib32_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib64_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -misc/lib32_libmingwex_a-strnlen.obj: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo -c -o misc/lib32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib32_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib64_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -misc/lib32_libmingwex_a-strsafe.o: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo -c -o misc/lib32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib32_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib64_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -misc/lib32_libmingwex_a-strsafe.obj: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo -c -o misc/lib32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib32_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wstat.o: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo -c -o stdio/lib64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib64_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -misc/lib32_libmingwex_a-strtoimax.o: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo -c -o misc/lib32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib32_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wstat.obj: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo -c -o stdio/lib64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib64_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -misc/lib32_libmingwex_a-strtoimax.obj: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo -c -o misc/lib32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib32_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib64_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -misc/lib32_libmingwex_a-strtold.o: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo -c -o misc/lib32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib32_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib64_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -misc/lib32_libmingwex_a-strtold.obj: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo -c -o misc/lib32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib32_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-asprintf.o: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo -c -o stdio/lib64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib64_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -misc/lib32_libmingwex_a-strtoumax.o: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo -c -o misc/lib32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib32_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-asprintf.obj: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo -c -o stdio/lib64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib64_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -misc/lib32_libmingwex_a-strtoumax.obj: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo -c -o misc/lib32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib32_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-atoll.o: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo -c -o stdio/lib64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib64_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -misc/lib32_libmingwex_a-tdelete.o: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo -c -o misc/lib32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib32_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-atoll.obj: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo -c -o stdio/lib64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib64_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -misc/lib32_libmingwex_a-tdelete.obj: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo -c -o misc/lib32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib32_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib64_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -misc/lib32_libmingwex_a-tfind.o: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo -c -o misc/lib32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib32_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib64_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -misc/lib32_libmingwex_a-tfind.obj: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo -c -o misc/lib32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib32_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fopen64.o: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo -c -o stdio/lib64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib64_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c -misc/lib32_libmingwex_a-tsearch.o: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo -c -o misc/lib32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib32_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fopen64.obj: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo -c -o stdio/lib64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib64_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -misc/lib32_libmingwex_a-tsearch.obj: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo -c -o misc/lib32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib32_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fseeko32.o: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo -c -o stdio/lib64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib64_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -misc/lib32_libmingwex_a-twalk.o: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo -c -o misc/lib32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib32_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fseeko32.obj: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo -c -o stdio/lib64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib64_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -misc/lib32_libmingwex_a-twalk.obj: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo -c -o misc/lib32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib32_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fseeko64.o: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo -c -o stdio/lib64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib64_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -misc/lib32_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib32_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fseeko64.obj: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo -c -o stdio/lib64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib64_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -misc/lib32_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib32_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib64_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -misc/lib32_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib32_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib64_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -misc/lib32_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib32_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftello.o: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo -c -o stdio/lib64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib64_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -misc/lib32_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftello.obj: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo -c -o stdio/lib64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib64_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -misc/lib32_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftello64.o: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo -c -o stdio/lib64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib64_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -misc/lib32_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftello64.obj: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo -c -o stdio/lib64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib64_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -misc/lib32_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib32_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib64_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -misc/lib32_libmingwex_a-wassert.o: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo -c -o misc/lib32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib32_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib64_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -misc/lib32_libmingwex_a-wassert.obj: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo -c -o misc/lib32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib32_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lltoa.o: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo -c -o stdio/lib64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib64_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -misc/lib32_libmingwex_a-wcrtomb.o: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo -c -o misc/lib32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib32_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lltoa.obj: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo -c -o stdio/lib64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib64_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -misc/lib32_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo -c -o misc/lib32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib32_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lltow.o: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo -c -o stdio/lib64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib64_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -misc/lib32_libmingwex_a-wcsnlen.o: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo -c -o misc/lib32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib32_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lltow.obj: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo -c -o stdio/lib64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib64_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -misc/lib32_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo -c -o misc/lib32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib32_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lseek64.o: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo -c -o stdio/lib64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib64_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -misc/lib32_libmingwex_a-wcstof.o: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo -c -o misc/lib32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib32_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-lseek64.obj: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo -c -o stdio/lib64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib64_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -misc/lib32_libmingwex_a-wcstof.obj: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo -c -o misc/lib32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib32_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib64_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -misc/lib32_libmingwex_a-wcstoimax.o: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo -c -o misc/lib32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib32_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib64_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -misc/lib32_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo -c -o misc/lib32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib32_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib64_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -misc/lib32_libmingwex_a-wcstold.o: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo -c -o misc/lib32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib32_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib64_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -misc/lib32_libmingwex_a-wcstold.obj: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo -c -o misc/lib32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib32_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib64_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -misc/lib32_libmingwex_a-wcstoumax.o: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo -c -o misc/lib32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib32_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib64_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -misc/lib32_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo -c -o misc/lib32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib32_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib64_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -misc/lib32_libmingwex_a-wctob.o: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo -c -o misc/lib32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib32_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib64_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -misc/lib32_libmingwex_a-wctob.obj: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo -c -o misc/lib32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib32_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib64_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -misc/lib32_libmingwex_a-wctrans.o: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo -c -o misc/lib32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib32_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib64_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -misc/lib32_libmingwex_a-wctrans.obj: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo -c -o misc/lib32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib32_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib64_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -misc/lib32_libmingwex_a-wctype.o: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo -c -o misc/lib32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib32_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib64_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -misc/lib32_libmingwex_a-wctype.obj: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo -c -o misc/lib32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib32_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib64_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -misc/lib32_libmingwex_a-wdirent.o: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo -c -o misc/lib32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib32_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib64_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -misc/lib32_libmingwex_a-wdirent.obj: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo -c -o misc/lib32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib32_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib64_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -misc/lib32_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib32_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib64_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -misc/lib32_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib32_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib64_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -misc/lib32_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib32_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib64_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -misc/lib32_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib32_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib64_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -misc/lib32_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib32_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib64_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -misc/lib32_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib32_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib64_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -misc/lib32_libmingwex_a-wmemchr.o: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo -c -o misc/lib32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib32_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib64_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -misc/lib32_libmingwex_a-wmemchr.obj: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo -c -o misc/lib32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib32_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib64_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -misc/lib32_libmingwex_a-wmemcmp.o: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo -c -o misc/lib32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib32_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib64_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -misc/lib32_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo -c -o misc/lib32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib32_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib64_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -misc/lib32_libmingwex_a-wmemcpy.o: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo -c -o misc/lib32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib32_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib64_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -misc/lib32_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo -c -o misc/lib32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib32_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib64_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -misc/lib32_libmingwex_a-wmemmove.o: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo -c -o misc/lib32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib32_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib64_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -misc/lib32_libmingwex_a-wmemmove.obj: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo -c -o misc/lib32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib32_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib64_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -misc/lib32_libmingwex_a-wmempcpy.o: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo -c -o misc/lib32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib32_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib64_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -misc/lib32_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo -c -o misc/lib32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib32_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib64_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -misc/lib32_libmingwex_a-wmemset.o: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo -c -o misc/lib32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib32_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib64_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -misc/lib32_libmingwex_a-wmemset.obj: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo -c -o misc/lib32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib32_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -misc/lib32_libmingwex_a-ftw.o: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo -c -o misc/lib32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib32_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -misc/lib32_libmingwex_a-ftw.obj: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo -c -o misc/lib32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib32_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib64_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -misc/lib32_libmingwex_a-ftw64.o: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo -c -o misc/lib32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib32_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib64_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -misc/lib32_libmingwex_a-ftw64.obj: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo -c -o misc/lib32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib32_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib32_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib64_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -stdio/lib32_libmingwex_a-strtok_r.o: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo -c -o stdio/lib32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib32_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib64_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -stdio/lib32_libmingwex_a-strtok_r.obj: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo -c -o stdio/lib32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib32_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -stdio/lib32_libmingwex_a-_Exit.o: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo -c -o stdio/lib32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib32_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -stdio/lib32_libmingwex_a-_Exit.obj: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo -c -o stdio/lib32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib32_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -stdio/lib32_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib32_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -stdio/lib32_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib32_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -stdio/lib32_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib32_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -stdio/lib32_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib32_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -stdio/lib32_libmingwex_a-_fstat.o: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo -c -o stdio/lib32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib32_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -stdio/lib32_libmingwex_a-_fstat.obj: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo -c -o stdio/lib32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib32_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -stdio/lib32_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib32_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -stdio/lib32_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib32_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib64_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -stdio/lib32_libmingwex_a-_ftime.o: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo -c -o stdio/lib32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib32_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib64_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -stdio/lib32_libmingwex_a-_ftime.obj: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo -c -o stdio/lib32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib32_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib64_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -stdio/lib32_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib32_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib64_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -stdio/lib32_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib32_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-snprintf.o: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo -c -o stdio/lib64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib64_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -stdio/lib32_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib32_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-snprintf.obj: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo -c -o stdio/lib64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib64_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -stdio/lib32_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib32_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-snwprintf.o: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo -c -o stdio/lib64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib64_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -stdio/lib32_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib32_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-snwprintf.obj: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo -c -o stdio/lib64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib64_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -stdio/lib32_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib32_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-strtof.o: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o stdio/lib64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -stdio/lib32_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib32_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-strtof.obj: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o stdio/lib64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -stdio/lib32_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib32_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-truncate.o: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo -c -o stdio/lib64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib64_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -stdio/lib32_libmingwex_a-_stat.o: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo -c -o stdio/lib32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib32_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-truncate.obj: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo -c -o stdio/lib64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib64_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -stdio/lib32_libmingwex_a-_stat.obj: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo -c -o stdio/lib32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib32_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ulltoa.o: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo -c -o stdio/lib64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib64_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -stdio/lib32_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib32_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ulltoa.obj: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo -c -o stdio/lib64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib64_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -stdio/lib32_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib32_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ulltow.o: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo -c -o stdio/lib64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib64_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -stdio/lib32_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib32_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-ulltow.obj: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo -c -o stdio/lib64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib64_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -stdio/lib32_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib32_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vasprintf.o: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib64_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -stdio/lib32_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib32_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vasprintf.obj: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib64_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -stdio/lib32_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib32_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vfscanf.o: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib64_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -stdio/lib32_libmingwex_a-_wstat.o: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo -c -o stdio/lib32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib32_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vfscanf.obj: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib64_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -stdio/lib32_libmingwex_a-_wstat.obj: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo -c -o stdio/lib32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib32_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib64_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -stdio/lib32_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib32_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib64_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -stdio/lib32_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib32_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vscanf.o: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo -c -o stdio/lib64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib64_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c -stdio/lib32_libmingwex_a-asprintf.o: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo -c -o stdio/lib32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib32_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vscanf.obj: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo -c -o stdio/lib64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib64_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -stdio/lib32_libmingwex_a-asprintf.obj: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo -c -o stdio/lib32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib32_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib64_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -stdio/lib32_libmingwex_a-atoll.o: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo -c -o stdio/lib32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib32_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib64_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -stdio/lib32_libmingwex_a-atoll.obj: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo -c -o stdio/lib32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib32_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib64_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -stdio/lib32_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib32_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib64_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -stdio/lib32_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib32_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsscanf.o: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib64_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -stdio/lib32_libmingwex_a-fopen64.o: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo -c -o stdio/lib32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib32_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vsscanf.obj: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib64_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -stdio/lib32_libmingwex_a-fopen64.obj: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo -c -o stdio/lib32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib32_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vswscanf.o: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib64_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -stdio/lib32_libmingwex_a-fseeko32.o: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo -c -o stdio/lib32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib32_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vswscanf.obj: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib64_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -stdio/lib32_libmingwex_a-fseeko32.obj: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo -c -o stdio/lib32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib32_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vwscanf.o: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib64_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -stdio/lib32_libmingwex_a-fseeko64.o: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo -c -o stdio/lib32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib32_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-vwscanf.obj: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib64_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -stdio/lib32_libmingwex_a-fseeko64.obj: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo -c -o stdio/lib32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib32_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-wtoll.o: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo -c -o stdio/lib64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib64_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -stdio/lib32_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib32_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-wtoll.obj: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo -c -o stdio/lib64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib64_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -stdio/lib32_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib32_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib64_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -stdio/lib32_libmingwex_a-ftello.o: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo -c -o stdio/lib32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib32_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib64_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -stdio/lib32_libmingwex_a-ftello.obj: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo -c -o stdio/lib32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib32_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib64_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -stdio/lib32_libmingwex_a-ftello64.o: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo -c -o stdio/lib32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib32_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib64_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -stdio/lib32_libmingwex_a-ftello64.obj: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo -c -o stdio/lib32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib32_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosf.o: math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo -c -o math/x86/lib64_libmingwex_a-acosf.o `test -f 'math/x86/acosf.c' || echo '$(srcdir)/'`math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosf.c' object='math/x86/lib64_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosf.o `test -f 'math/x86/acosf.c' || echo '$(srcdir)/'`math/x86/acosf.c -stdio/lib32_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib32_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosf.obj: math/x86/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo -c -o math/x86/lib64_libmingwex_a-acosf.obj `if test -f 'math/x86/acosf.c'; then $(CYGPATH_W) 'math/x86/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosf.c' object='math/x86/lib64_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosf.obj `if test -f 'math/x86/acosf.c'; then $(CYGPATH_W) 'math/x86/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosf.c'; fi` -stdio/lib32_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib32_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosh.o: math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosh.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo -c -o math/x86/lib64_libmingwex_a-acosh.o `test -f 'math/x86/acosh.c' || echo '$(srcdir)/'`math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosh.c' object='math/x86/lib64_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosh.o `test -f 'math/x86/acosh.c' || echo '$(srcdir)/'`math/x86/acosh.c -stdio/lib32_libmingwex_a-lltoa.o: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo -c -o stdio/lib32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib32_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosh.obj: math/x86/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo -c -o math/x86/lib64_libmingwex_a-acosh.obj `if test -f 'math/x86/acosh.c'; then $(CYGPATH_W) 'math/x86/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosh.c' object='math/x86/lib64_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosh.obj `if test -f 'math/x86/acosh.c'; then $(CYGPATH_W) 'math/x86/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosh.c'; fi` -stdio/lib32_libmingwex_a-lltoa.obj: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo -c -o stdio/lib32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib32_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosl.o: math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo -c -o math/x86/lib64_libmingwex_a-acosl.o `test -f 'math/x86/acosl.c' || echo '$(srcdir)/'`math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosl.c' object='math/x86/lib64_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosl.o `test -f 'math/x86/acosl.c' || echo '$(srcdir)/'`math/x86/acosl.c -stdio/lib32_libmingwex_a-lltow.o: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo -c -o stdio/lib32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib32_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acosl.obj: math/x86/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acosl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo -c -o math/x86/lib64_libmingwex_a-acosl.obj `if test -f 'math/x86/acosl.c'; then $(CYGPATH_W) 'math/x86/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acosl.c' object='math/x86/lib64_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acosl.obj `if test -f 'math/x86/acosl.c'; then $(CYGPATH_W) 'math/x86/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acosl.c'; fi` -stdio/lib32_libmingwex_a-lltow.obj: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo -c -o stdio/lib32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib32_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acoshf.o: math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acoshf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo -c -o math/x86/lib64_libmingwex_a-acoshf.o `test -f 'math/x86/acoshf.c' || echo '$(srcdir)/'`math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshf.c' object='math/x86/lib64_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acoshf.o `test -f 'math/x86/acoshf.c' || echo '$(srcdir)/'`math/x86/acoshf.c -stdio/lib32_libmingwex_a-lseek64.o: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo -c -o stdio/lib32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib32_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acoshf.obj: math/x86/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acoshf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo -c -o math/x86/lib64_libmingwex_a-acoshf.obj `if test -f 'math/x86/acoshf.c'; then $(CYGPATH_W) 'math/x86/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshf.c' object='math/x86/lib64_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acoshf.obj `if test -f 'math/x86/acoshf.c'; then $(CYGPATH_W) 'math/x86/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshf.c'; fi` -stdio/lib32_libmingwex_a-lseek64.obj: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo -c -o stdio/lib32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib32_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acoshl.o: math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acoshl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo -c -o math/x86/lib64_libmingwex_a-acoshl.o `test -f 'math/x86/acoshl.c' || echo '$(srcdir)/'`math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshl.c' object='math/x86/lib64_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acoshl.o `test -f 'math/x86/acoshl.c' || echo '$(srcdir)/'`math/x86/acoshl.c -stdio/lib32_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib32_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-acoshl.obj: math/x86/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-acoshl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo -c -o math/x86/lib64_libmingwex_a-acoshl.obj `if test -f 'math/x86/acoshl.c'; then $(CYGPATH_W) 'math/x86/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/acoshl.c' object='math/x86/lib64_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-acoshl.obj `if test -f 'math/x86/acoshl.c'; then $(CYGPATH_W) 'math/x86/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/acoshl.c'; fi` -stdio/lib32_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib32_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinf.o: math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo -c -o math/x86/lib64_libmingwex_a-asinf.o `test -f 'math/x86/asinf.c' || echo '$(srcdir)/'`math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinf.c' object='math/x86/lib64_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinf.o `test -f 'math/x86/asinf.c' || echo '$(srcdir)/'`math/x86/asinf.c -stdio/lib32_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib32_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinf.obj: math/x86/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo -c -o math/x86/lib64_libmingwex_a-asinf.obj `if test -f 'math/x86/asinf.c'; then $(CYGPATH_W) 'math/x86/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinf.c' object='math/x86/lib64_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinf.obj `if test -f 'math/x86/asinf.c'; then $(CYGPATH_W) 'math/x86/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinf.c'; fi` -stdio/lib32_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib32_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinh.o: math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinh.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo -c -o math/x86/lib64_libmingwex_a-asinh.o `test -f 'math/x86/asinh.c' || echo '$(srcdir)/'`math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinh.c' object='math/x86/lib64_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinh.o `test -f 'math/x86/asinh.c' || echo '$(srcdir)/'`math/x86/asinh.c -stdio/lib32_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib32_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinh.obj: math/x86/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo -c -o math/x86/lib64_libmingwex_a-asinh.obj `if test -f 'math/x86/asinh.c'; then $(CYGPATH_W) 'math/x86/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinh.c' object='math/x86/lib64_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinh.obj `if test -f 'math/x86/asinh.c'; then $(CYGPATH_W) 'math/x86/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinh.c'; fi` -stdio/lib32_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib32_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinl.o: math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo -c -o math/x86/lib64_libmingwex_a-asinl.o `test -f 'math/x86/asinl.c' || echo '$(srcdir)/'`math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinl.c' object='math/x86/lib64_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinl.o `test -f 'math/x86/asinl.c' || echo '$(srcdir)/'`math/x86/asinl.c -stdio/lib32_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib32_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinl.obj: math/x86/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo -c -o math/x86/lib64_libmingwex_a-asinl.obj `if test -f 'math/x86/asinl.c'; then $(CYGPATH_W) 'math/x86/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinl.c' object='math/x86/lib64_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinl.obj `if test -f 'math/x86/asinl.c'; then $(CYGPATH_W) 'math/x86/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinl.c'; fi` -stdio/lib32_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib32_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinhf.o: math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinhf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo -c -o math/x86/lib64_libmingwex_a-asinhf.o `test -f 'math/x86/asinhf.c' || echo '$(srcdir)/'`math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhf.c' object='math/x86/lib64_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinhf.o `test -f 'math/x86/asinhf.c' || echo '$(srcdir)/'`math/x86/asinhf.c -stdio/lib32_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib32_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinhf.obj: math/x86/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinhf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo -c -o math/x86/lib64_libmingwex_a-asinhf.obj `if test -f 'math/x86/asinhf.c'; then $(CYGPATH_W) 'math/x86/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhf.c' object='math/x86/lib64_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinhf.obj `if test -f 'math/x86/asinhf.c'; then $(CYGPATH_W) 'math/x86/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhf.c'; fi` -stdio/lib32_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib32_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinhl.o: math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinhl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo -c -o math/x86/lib64_libmingwex_a-asinhl.o `test -f 'math/x86/asinhl.c' || echo '$(srcdir)/'`math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhl.c' object='math/x86/lib64_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinhl.o `test -f 'math/x86/asinhl.c' || echo '$(srcdir)/'`math/x86/asinhl.c -stdio/lib32_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib32_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-asinhl.obj: math/x86/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-asinhl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo -c -o math/x86/lib64_libmingwex_a-asinhl.obj `if test -f 'math/x86/asinhl.c'; then $(CYGPATH_W) 'math/x86/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/asinhl.c' object='math/x86/lib64_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-asinhl.obj `if test -f 'math/x86/asinhl.c'; then $(CYGPATH_W) 'math/x86/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/asinhl.c'; fi` -stdio/lib32_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib32_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2f.o: math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2f.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo -c -o math/x86/lib64_libmingwex_a-atan2f.o `test -f 'math/x86/atan2f.c' || echo '$(srcdir)/'`math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2f.c' object='math/x86/lib64_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2f.o `test -f 'math/x86/atan2f.c' || echo '$(srcdir)/'`math/x86/atan2f.c -stdio/lib32_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib32_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2f.obj: math/x86/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo -c -o math/x86/lib64_libmingwex_a-atan2f.obj `if test -f 'math/x86/atan2f.c'; then $(CYGPATH_W) 'math/x86/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2f.c' object='math/x86/lib64_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2f.obj `if test -f 'math/x86/atan2f.c'; then $(CYGPATH_W) 'math/x86/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2f.c'; fi` -stdio/lib32_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib32_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2.o: math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo -c -o math/x86/lib64_libmingwex_a-atan2.o `test -f 'math/x86/atan2.c' || echo '$(srcdir)/'`math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2.c' object='math/x86/lib64_libmingwex_a-atan2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2.o `test -f 'math/x86/atan2.c' || echo '$(srcdir)/'`math/x86/atan2.c -stdio/lib32_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib32_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2.obj: math/x86/atan2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo -c -o math/x86/lib64_libmingwex_a-atan2.obj `if test -f 'math/x86/atan2.c'; then $(CYGPATH_W) 'math/x86/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2.c' object='math/x86/lib64_libmingwex_a-atan2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2.obj `if test -f 'math/x86/atan2.c'; then $(CYGPATH_W) 'math/x86/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2.c'; fi` -stdio/lib32_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib32_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2l.o: math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2l.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo -c -o math/x86/lib64_libmingwex_a-atan2l.o `test -f 'math/x86/atan2l.c' || echo '$(srcdir)/'`math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2l.c' object='math/x86/lib64_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2l.o `test -f 'math/x86/atan2l.c' || echo '$(srcdir)/'`math/x86/atan2l.c -stdio/lib32_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib32_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atan2l.obj: math/x86/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atan2l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo -c -o math/x86/lib64_libmingwex_a-atan2l.obj `if test -f 'math/x86/atan2l.c'; then $(CYGPATH_W) 'math/x86/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atan2l.c' object='math/x86/lib64_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atan2l.obj `if test -f 'math/x86/atan2l.c'; then $(CYGPATH_W) 'math/x86/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atan2l.c'; fi` -stdio/lib32_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib32_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanf.o: math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo -c -o math/x86/lib64_libmingwex_a-atanf.o `test -f 'math/x86/atanf.c' || echo '$(srcdir)/'`math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanf.c' object='math/x86/lib64_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanf.o `test -f 'math/x86/atanf.c' || echo '$(srcdir)/'`math/x86/atanf.c -stdio/lib32_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib32_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanf.obj: math/x86/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo -c -o math/x86/lib64_libmingwex_a-atanf.obj `if test -f 'math/x86/atanf.c'; then $(CYGPATH_W) 'math/x86/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanf.c' object='math/x86/lib64_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanf.obj `if test -f 'math/x86/atanf.c'; then $(CYGPATH_W) 'math/x86/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanf.c'; fi` -stdio/lib32_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib32_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanh.o: math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanh.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo -c -o math/x86/lib64_libmingwex_a-atanh.o `test -f 'math/x86/atanh.c' || echo '$(srcdir)/'`math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanh.c' object='math/x86/lib64_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanh.o `test -f 'math/x86/atanh.c' || echo '$(srcdir)/'`math/x86/atanh.c -stdio/lib32_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib32_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanh.obj: math/x86/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanh.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo -c -o math/x86/lib64_libmingwex_a-atanh.obj `if test -f 'math/x86/atanh.c'; then $(CYGPATH_W) 'math/x86/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanh.c' object='math/x86/lib64_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanh.obj `if test -f 'math/x86/atanh.c'; then $(CYGPATH_W) 'math/x86/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanh.c'; fi` -stdio/lib32_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib32_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanl.o: math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo -c -o math/x86/lib64_libmingwex_a-atanl.o `test -f 'math/x86/atanl.c' || echo '$(srcdir)/'`math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanl.c' object='math/x86/lib64_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanl.o `test -f 'math/x86/atanl.c' || echo '$(srcdir)/'`math/x86/atanl.c -stdio/lib32_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib32_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanl.obj: math/x86/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo -c -o math/x86/lib64_libmingwex_a-atanl.obj `if test -f 'math/x86/atanl.c'; then $(CYGPATH_W) 'math/x86/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanl.c' object='math/x86/lib64_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanl.obj `if test -f 'math/x86/atanl.c'; then $(CYGPATH_W) 'math/x86/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanl.c'; fi` -stdio/lib32_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib32_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanhf.o: math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanhf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo -c -o math/x86/lib64_libmingwex_a-atanhf.o `test -f 'math/x86/atanhf.c' || echo '$(srcdir)/'`math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhf.c' object='math/x86/lib64_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanhf.o `test -f 'math/x86/atanhf.c' || echo '$(srcdir)/'`math/x86/atanhf.c -stdio/lib32_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib32_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanhf.obj: math/x86/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanhf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo -c -o math/x86/lib64_libmingwex_a-atanhf.obj `if test -f 'math/x86/atanhf.c'; then $(CYGPATH_W) 'math/x86/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhf.c' object='math/x86/lib64_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanhf.obj `if test -f 'math/x86/atanhf.c'; then $(CYGPATH_W) 'math/x86/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhf.c'; fi` -stdio/lib32_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib32_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanhl.o: math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanhl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo -c -o math/x86/lib64_libmingwex_a-atanhl.o `test -f 'math/x86/atanhl.c' || echo '$(srcdir)/'`math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhl.c' object='math/x86/lib64_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanhl.o `test -f 'math/x86/atanhl.c' || echo '$(srcdir)/'`math/x86/atanhl.c -stdio/lib32_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib32_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-atanhl.obj: math/x86/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-atanhl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo -c -o math/x86/lib64_libmingwex_a-atanhl.obj `if test -f 'math/x86/atanhl.c'; then $(CYGPATH_W) 'math/x86/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/atanhl.c' object='math/x86/lib64_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-atanhl.obj `if test -f 'math/x86/atanhl.c'; then $(CYGPATH_W) 'math/x86/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/atanhl.c'; fi` -stdio/lib32_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib32_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cos.o: math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cos.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo -c -o math/x86/lib64_libmingwex_a-cos.o `test -f 'math/x86/cos.c' || echo '$(srcdir)/'`math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cos.c' object='math/x86/lib64_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cos.o `test -f 'math/x86/cos.c' || echo '$(srcdir)/'`math/x86/cos.c -stdio/lib32_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib32_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cos.obj: math/x86/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cos.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo -c -o math/x86/lib64_libmingwex_a-cos.obj `if test -f 'math/x86/cos.c'; then $(CYGPATH_W) 'math/x86/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cos.c' object='math/x86/lib64_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cos.obj `if test -f 'math/x86/cos.c'; then $(CYGPATH_W) 'math/x86/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cos.c'; fi` -stdio/lib32_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib32_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cosf.o: math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cosf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo -c -o math/x86/lib64_libmingwex_a-cosf.o `test -f 'math/x86/cosf.c' || echo '$(srcdir)/'`math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosf.c' object='math/x86/lib64_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cosf.o `test -f 'math/x86/cosf.c' || echo '$(srcdir)/'`math/x86/cosf.c -stdio/lib32_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib32_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cosf.obj: math/x86/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cosf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo -c -o math/x86/lib64_libmingwex_a-cosf.obj `if test -f 'math/x86/cosf.c'; then $(CYGPATH_W) 'math/x86/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosf.c' object='math/x86/lib64_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cosf.obj `if test -f 'math/x86/cosf.c'; then $(CYGPATH_W) 'math/x86/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosf.c'; fi` -stdio/lib32_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib32_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cosl.o: math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cosl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo -c -o math/x86/lib64_libmingwex_a-cosl.o `test -f 'math/x86/cosl.c' || echo '$(srcdir)/'`math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosl.c' object='math/x86/lib64_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cosl.o `test -f 'math/x86/cosl.c' || echo '$(srcdir)/'`math/x86/cosl.c -stdio/lib32_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cosl.obj: math/x86/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cosl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo -c -o math/x86/lib64_libmingwex_a-cosl.obj `if test -f 'math/x86/cosl.c'; then $(CYGPATH_W) 'math/x86/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cosl.c' object='math/x86/lib64_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cosl.obj `if test -f 'math/x86/cosl.c'; then $(CYGPATH_W) 'math/x86/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cosl.c'; fi` -stdio/lib32_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cossin.o: math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cossin.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo -c -o math/x86/lib64_libmingwex_a-cossin.o `test -f 'math/x86/cossin.c' || echo '$(srcdir)/'`math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cossin.c' object='math/x86/lib64_libmingwex_a-cossin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cossin.o `test -f 'math/x86/cossin.c' || echo '$(srcdir)/'`math/x86/cossin.c -stdio/lib32_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib32_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-cossin.obj: math/x86/cossin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-cossin.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo -c -o math/x86/lib64_libmingwex_a-cossin.obj `if test -f 'math/x86/cossin.c'; then $(CYGPATH_W) 'math/x86/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cossin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-cossin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/cossin.c' object='math/x86/lib64_libmingwex_a-cossin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-cossin.obj `if test -f 'math/x86/cossin.c'; then $(CYGPATH_W) 'math/x86/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/cossin.c'; fi` -stdio/lib32_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib32_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-exp.o: math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-exp.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo -c -o math/x86/lib64_libmingwex_a-exp.o `test -f 'math/x86/exp.c' || echo '$(srcdir)/'`math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/exp.c' object='math/x86/lib64_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-exp.o `test -f 'math/x86/exp.c' || echo '$(srcdir)/'`math/x86/exp.c -stdio/lib32_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib32_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-exp.obj: math/x86/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-exp.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo -c -o math/x86/lib64_libmingwex_a-exp.obj `if test -f 'math/x86/exp.c'; then $(CYGPATH_W) 'math/x86/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/exp.c' object='math/x86/lib64_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-exp.obj `if test -f 'math/x86/exp.c'; then $(CYGPATH_W) 'math/x86/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/exp.c'; fi` -stdio/lib32_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib32_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expl.o: math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo -c -o math/x86/lib64_libmingwex_a-expl.o `test -f 'math/x86/expl.c' || echo '$(srcdir)/'`math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expl.c' object='math/x86/lib64_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expl.o `test -f 'math/x86/expl.c' || echo '$(srcdir)/'`math/x86/expl.c -stdio/lib32_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expl.obj: math/x86/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo -c -o math/x86/lib64_libmingwex_a-expl.obj `if test -f 'math/x86/expl.c'; then $(CYGPATH_W) 'math/x86/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expl.c' object='math/x86/lib64_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expl.obj `if test -f 'math/x86/expl.c'; then $(CYGPATH_W) 'math/x86/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expl.c'; fi` -stdio/lib32_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1.o: math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo -c -o math/x86/lib64_libmingwex_a-expm1.o `test -f 'math/x86/expm1.c' || echo '$(srcdir)/'`math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1.c' object='math/x86/lib64_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1.o `test -f 'math/x86/expm1.c' || echo '$(srcdir)/'`math/x86/expm1.c -stdio/lib32_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1.obj: math/x86/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo -c -o math/x86/lib64_libmingwex_a-expm1.obj `if test -f 'math/x86/expm1.c'; then $(CYGPATH_W) 'math/x86/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1.c' object='math/x86/lib64_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1.obj `if test -f 'math/x86/expm1.c'; then $(CYGPATH_W) 'math/x86/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1.c'; fi` -stdio/lib32_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1f.o: math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1f.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo -c -o math/x86/lib64_libmingwex_a-expm1f.o `test -f 'math/x86/expm1f.c' || echo '$(srcdir)/'`math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1f.c' object='math/x86/lib64_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1f.o `test -f 'math/x86/expm1f.c' || echo '$(srcdir)/'`math/x86/expm1f.c -stdio/lib32_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1f.obj: math/x86/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1f.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo -c -o math/x86/lib64_libmingwex_a-expm1f.obj `if test -f 'math/x86/expm1f.c'; then $(CYGPATH_W) 'math/x86/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1f.c' object='math/x86/lib64_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1f.obj `if test -f 'math/x86/expm1f.c'; then $(CYGPATH_W) 'math/x86/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1f.c'; fi` -stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1l.o: math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1l.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo -c -o math/x86/lib64_libmingwex_a-expm1l.o `test -f 'math/x86/expm1l.c' || echo '$(srcdir)/'`math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1l.c' object='math/x86/lib64_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1l.o `test -f 'math/x86/expm1l.c' || echo '$(srcdir)/'`math/x86/expm1l.c -stdio/lib32_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-expm1l.obj: math/x86/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-expm1l.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo -c -o math/x86/lib64_libmingwex_a-expm1l.obj `if test -f 'math/x86/expm1l.c'; then $(CYGPATH_W) 'math/x86/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/expm1l.c' object='math/x86/lib64_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-expm1l.obj `if test -f 'math/x86/expm1l.c'; then $(CYGPATH_W) 'math/x86/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/expm1l.c'; fi` -stdio/lib32_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib32_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmod.o: math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmod.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo -c -o math/x86/lib64_libmingwex_a-fmod.o `test -f 'math/x86/fmod.c' || echo '$(srcdir)/'`math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmod.c' object='math/x86/lib64_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmod.o `test -f 'math/x86/fmod.c' || echo '$(srcdir)/'`math/x86/fmod.c -stdio/lib32_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmod.obj: math/x86/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmod.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo -c -o math/x86/lib64_libmingwex_a-fmod.obj `if test -f 'math/x86/fmod.c'; then $(CYGPATH_W) 'math/x86/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmod.c' object='math/x86/lib64_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmod.obj `if test -f 'math/x86/fmod.c'; then $(CYGPATH_W) 'math/x86/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmod.c'; fi` -stdio/lib32_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib32_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmodf.o: math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmodf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo -c -o math/x86/lib64_libmingwex_a-fmodf.o `test -f 'math/x86/fmodf.c' || echo '$(srcdir)/'`math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodf.c' object='math/x86/lib64_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmodf.o `test -f 'math/x86/fmodf.c' || echo '$(srcdir)/'`math/x86/fmodf.c -stdio/lib32_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib32_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmodf.obj: math/x86/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmodf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo -c -o math/x86/lib64_libmingwex_a-fmodf.obj `if test -f 'math/x86/fmodf.c'; then $(CYGPATH_W) 'math/x86/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodf.c' object='math/x86/lib64_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmodf.obj `if test -f 'math/x86/fmodf.c'; then $(CYGPATH_W) 'math/x86/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodf.c'; fi` -stdio/lib32_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib32_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmodl.o: math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmodl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo -c -o math/x86/lib64_libmingwex_a-fmodl.o `test -f 'math/x86/fmodl.c' || echo '$(srcdir)/'`math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodl.c' object='math/x86/lib64_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmodl.o `test -f 'math/x86/fmodl.c' || echo '$(srcdir)/'`math/x86/fmodl.c -stdio/lib32_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib32_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fmodl.obj: math/x86/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fmodl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo -c -o math/x86/lib64_libmingwex_a-fmodl.obj `if test -f 'math/x86/fmodl.c'; then $(CYGPATH_W) 'math/x86/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fmodl.c' object='math/x86/lib64_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fmodl.obj `if test -f 'math/x86/fmodl.c'; then $(CYGPATH_W) 'math/x86/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fmodl.c'; fi` -stdio/lib32_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib32_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fucom.o: math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fucom.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo -c -o math/x86/lib64_libmingwex_a-fucom.o `test -f 'math/x86/fucom.c' || echo '$(srcdir)/'`math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fucom.c' object='math/x86/lib64_libmingwex_a-fucom.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fucom.o `test -f 'math/x86/fucom.c' || echo '$(srcdir)/'`math/x86/fucom.c -stdio/lib32_libmingwex_a-snprintf.o: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo -c -o stdio/lib32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib32_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-fucom.obj: math/x86/fucom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-fucom.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo -c -o math/x86/lib64_libmingwex_a-fucom.obj `if test -f 'math/x86/fucom.c'; then $(CYGPATH_W) 'math/x86/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fucom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-fucom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/fucom.c' object='math/x86/lib64_libmingwex_a-fucom.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-fucom.obj `if test -f 'math/x86/fucom.c'; then $(CYGPATH_W) 'math/x86/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/fucom.c'; fi` -stdio/lib32_libmingwex_a-snprintf.obj: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo -c -o stdio/lib32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib32_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-ldexp.o: math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-ldexp.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo -c -o math/x86/lib64_libmingwex_a-ldexp.o `test -f 'math/x86/ldexp.c' || echo '$(srcdir)/'`math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexp.c' object='math/x86/lib64_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-ldexp.o `test -f 'math/x86/ldexp.c' || echo '$(srcdir)/'`math/x86/ldexp.c -stdio/lib32_libmingwex_a-snwprintf.o: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo -c -o stdio/lib32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib32_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-ldexp.obj: math/x86/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-ldexp.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo -c -o math/x86/lib64_libmingwex_a-ldexp.obj `if test -f 'math/x86/ldexp.c'; then $(CYGPATH_W) 'math/x86/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexp.c' object='math/x86/lib64_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-ldexp.obj `if test -f 'math/x86/ldexp.c'; then $(CYGPATH_W) 'math/x86/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexp.c'; fi` -stdio/lib32_libmingwex_a-snwprintf.obj: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo -c -o stdio/lib32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib32_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-ldexpl.o: math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-ldexpl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo -c -o math/x86/lib64_libmingwex_a-ldexpl.o `test -f 'math/x86/ldexpl.c' || echo '$(srcdir)/'`math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexpl.c' object='math/x86/lib64_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-ldexpl.o `test -f 'math/x86/ldexpl.c' || echo '$(srcdir)/'`math/x86/ldexpl.c -stdio/lib32_libmingwex_a-strtof.o: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o stdio/lib32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-ldexpl.obj: math/x86/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-ldexpl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo -c -o math/x86/lib64_libmingwex_a-ldexpl.obj `if test -f 'math/x86/ldexpl.c'; then $(CYGPATH_W) 'math/x86/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/ldexpl.c' object='math/x86/lib64_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-ldexpl.obj `if test -f 'math/x86/ldexpl.c'; then $(CYGPATH_W) 'math/x86/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/ldexpl.c'; fi` -stdio/lib32_libmingwex_a-strtof.obj: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo -c -o stdio/lib32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-log.o: math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-log.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Tpo -c -o math/x86/lib64_libmingwex_a-log.o `test -f 'math/x86/log.c' || echo '$(srcdir)/'`math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/log.c' object='math/x86/lib64_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-log.o `test -f 'math/x86/log.c' || echo '$(srcdir)/'`math/x86/log.c -stdio/lib32_libmingwex_a-truncate.o: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo -c -o stdio/lib32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib32_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-log.obj: math/x86/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-log.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Tpo -c -o math/x86/lib64_libmingwex_a-log.obj `if test -f 'math/x86/log.c'; then $(CYGPATH_W) 'math/x86/log.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/log.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/log.c' object='math/x86/lib64_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-log.obj `if test -f 'math/x86/log.c'; then $(CYGPATH_W) 'math/x86/log.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/log.c'; fi` -stdio/lib32_libmingwex_a-truncate.obj: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo -c -o stdio/lib32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib32_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logb.o: math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logb.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo -c -o math/x86/lib64_libmingwex_a-logb.o `test -f 'math/x86/logb.c' || echo '$(srcdir)/'`math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logb.c' object='math/x86/lib64_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logb.o `test -f 'math/x86/logb.c' || echo '$(srcdir)/'`math/x86/logb.c -stdio/lib32_libmingwex_a-ulltoa.o: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo -c -o stdio/lib32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib32_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logb.obj: math/x86/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logb.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo -c -o math/x86/lib64_libmingwex_a-logb.obj `if test -f 'math/x86/logb.c'; then $(CYGPATH_W) 'math/x86/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logb.c' object='math/x86/lib64_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logb.obj `if test -f 'math/x86/logb.c'; then $(CYGPATH_W) 'math/x86/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logb.c'; fi` -stdio/lib32_libmingwex_a-ulltoa.obj: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo -c -o stdio/lib32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib32_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logbf.o: math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logbf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo -c -o math/x86/lib64_libmingwex_a-logbf.o `test -f 'math/x86/logbf.c' || echo '$(srcdir)/'`math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbf.c' object='math/x86/lib64_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logbf.o `test -f 'math/x86/logbf.c' || echo '$(srcdir)/'`math/x86/logbf.c -stdio/lib32_libmingwex_a-ulltow.o: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo -c -o stdio/lib32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib32_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logbf.obj: math/x86/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logbf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo -c -o math/x86/lib64_libmingwex_a-logbf.obj `if test -f 'math/x86/logbf.c'; then $(CYGPATH_W) 'math/x86/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbf.c' object='math/x86/lib64_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logbf.obj `if test -f 'math/x86/logbf.c'; then $(CYGPATH_W) 'math/x86/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbf.c'; fi` -stdio/lib32_libmingwex_a-ulltow.obj: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo -c -o stdio/lib32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib32_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logbl.o: math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logbl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo -c -o math/x86/lib64_libmingwex_a-logbl.o `test -f 'math/x86/logbl.c' || echo '$(srcdir)/'`math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbl.c' object='math/x86/lib64_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logbl.o `test -f 'math/x86/logbl.c' || echo '$(srcdir)/'`math/x86/logbl.c -stdio/lib32_libmingwex_a-vasprintf.o: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib32_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logbl.obj: math/x86/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logbl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo -c -o math/x86/lib64_libmingwex_a-logbl.obj `if test -f 'math/x86/logbl.c'; then $(CYGPATH_W) 'math/x86/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logbl.c' object='math/x86/lib64_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logbl.obj `if test -f 'math/x86/logbl.c'; then $(CYGPATH_W) 'math/x86/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logbl.c'; fi` -stdio/lib32_libmingwex_a-vasprintf.obj: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib32_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logl.o: math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo -c -o math/x86/lib64_libmingwex_a-logl.o `test -f 'math/x86/logl.c' || echo '$(srcdir)/'`math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logl.c' object='math/x86/lib64_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logl.o `test -f 'math/x86/logl.c' || echo '$(srcdir)/'`math/x86/logl.c -stdio/lib32_libmingwex_a-vfscanf.o: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib32_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-logl.obj: math/x86/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-logl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo -c -o math/x86/lib64_libmingwex_a-logl.obj `if test -f 'math/x86/logl.c'; then $(CYGPATH_W) 'math/x86/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/logl.c' object='math/x86/lib64_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-logl.obj `if test -f 'math/x86/logl.c'; then $(CYGPATH_W) 'math/x86/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/logl.c'; fi` -stdio/lib32_libmingwex_a-vfscanf.obj: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib32_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-pow.o: math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-pow.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/x86/lib64_libmingwex_a-pow.o `test -f 'math/x86/pow.c' || echo '$(srcdir)/'`math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/pow.c' object='math/x86/lib64_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-pow.o `test -f 'math/x86/pow.c' || echo '$(srcdir)/'`math/x86/pow.c -stdio/lib32_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib32_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-pow.obj: math/x86/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-pow.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/x86/lib64_libmingwex_a-pow.obj `if test -f 'math/x86/pow.c'; then $(CYGPATH_W) 'math/x86/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/pow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/pow.c' object='math/x86/lib64_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-pow.obj `if test -f 'math/x86/pow.c'; then $(CYGPATH_W) 'math/x86/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/pow.c'; fi` -stdio/lib32_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib32_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-powl.o: math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-powl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo -c -o math/x86/lib64_libmingwex_a-powl.o `test -f 'math/x86/powl.c' || echo '$(srcdir)/'`math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/powl.c' object='math/x86/lib64_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-powl.o `test -f 'math/x86/powl.c' || echo '$(srcdir)/'`math/x86/powl.c -stdio/lib32_libmingwex_a-vscanf.o: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo -c -o stdio/lib32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib32_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-powl.obj: math/x86/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-powl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo -c -o math/x86/lib64_libmingwex_a-powl.obj `if test -f 'math/x86/powl.c'; then $(CYGPATH_W) 'math/x86/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/powl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/powl.c' object='math/x86/lib64_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-powl.obj `if test -f 'math/x86/powl.c'; then $(CYGPATH_W) 'math/x86/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/powl.c'; fi` -stdio/lib32_libmingwex_a-vscanf.obj: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo -c -o stdio/lib32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib32_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-sin.o: math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sin.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo -c -o math/x86/lib64_libmingwex_a-sin.o `test -f 'math/x86/sin.c' || echo '$(srcdir)/'`math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sin.c' object='math/x86/lib64_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sin.o `test -f 'math/x86/sin.c' || echo '$(srcdir)/'`math/x86/sin.c -stdio/lib32_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib32_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-sin.obj: math/x86/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sin.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo -c -o math/x86/lib64_libmingwex_a-sin.obj `if test -f 'math/x86/sin.c'; then $(CYGPATH_W) 'math/x86/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sin.c' object='math/x86/lib64_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sin.obj `if test -f 'math/x86/sin.c'; then $(CYGPATH_W) 'math/x86/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sin.c'; fi` -stdio/lib32_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib32_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-sinf.o: math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sinf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo -c -o math/x86/lib64_libmingwex_a-sinf.o `test -f 'math/x86/sinf.c' || echo '$(srcdir)/'`math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinf.c' object='math/x86/lib64_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sinf.o `test -f 'math/x86/sinf.c' || echo '$(srcdir)/'`math/x86/sinf.c -stdio/lib32_libmingwex_a-vsnprintf_s.o: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf_s.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/lib32_libmingwex_a-vsnprintf_s.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c - -stdio/lib32_libmingwex_a-vsnprintf_s.obj: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnprintf_s.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/lib32_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/lib32_libmingwex_a-vsnprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-sinf.obj: math/x86/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sinf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo -c -o math/x86/lib64_libmingwex_a-sinf.obj `if test -f 'math/x86/sinf.c'; then $(CYGPATH_W) 'math/x86/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinf.c' object='math/x86/lib64_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` - -stdio/lib32_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib32_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sinf.obj `if test -f 'math/x86/sinf.c'; then $(CYGPATH_W) 'math/x86/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinf.c'; fi` + +math/x86/lib64_libmingwex_a-sinl.o: math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sinl.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo -c -o math/x86/lib64_libmingwex_a-sinl.o `test -f 'math/x86/sinl.c' || echo '$(srcdir)/'`math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinl.c' object='math/x86/lib64_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sinl.o `test -f 'math/x86/sinl.c' || echo '$(srcdir)/'`math/x86/sinl.c -stdio/lib32_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib32_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-sinl.obj: math/x86/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-sinl.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo -c -o math/x86/lib64_libmingwex_a-sinl.obj `if test -f 'math/x86/sinl.c'; then $(CYGPATH_W) 'math/x86/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/sinl.c' object='math/x86/lib64_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-sinl.obj `if test -f 'math/x86/sinl.c'; then $(CYGPATH_W) 'math/x86/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/sinl.c'; fi` -stdio/lib32_libmingwex_a-vsscanf.o: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib32_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-tanf.o: math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-tanf.o -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo -c -o math/x86/lib64_libmingwex_a-tanf.o `test -f 'math/x86/tanf.c' || echo '$(srcdir)/'`math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/tanf.c' object='math/x86/lib64_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-tanf.o `test -f 'math/x86/tanf.c' || echo '$(srcdir)/'`math/x86/tanf.c -stdio/lib32_libmingwex_a-vsscanf.obj: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo -c -o stdio/lib32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib32_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/x86/lib64_libmingwex_a-tanf.obj: math/x86/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/x86/lib64_libmingwex_a-tanf.obj -MD -MP -MF math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo -c -o math/x86/lib64_libmingwex_a-tanf.obj `if test -f 'math/x86/tanf.c'; then $(CYGPATH_W) 'math/x86/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo math/x86/$(DEPDIR)/lib64_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/x86/tanf.c' object='math/x86/lib64_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/x86/lib64_libmingwex_a-tanf.obj `if test -f 'math/x86/tanf.c'; then $(CYGPATH_W) 'math/x86/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/x86/tanf.c'; fi` -stdio/lib32_libmingwex_a-vswscanf.o: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib32_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -stdio/lib32_libmingwex_a-vswscanf.obj: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo -c -o stdio/lib32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib32_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -stdio/lib32_libmingwex_a-vwscanf.o: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib32_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -stdio/lib32_libmingwex_a-vwscanf.obj: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo -c -o stdio/lib32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib32_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -stdio/lib32_libmingwex_a-wtoll.o: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo -c -o stdio/lib32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib32_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -stdio/lib32_libmingwex_a-wtoll.obj: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo -c -o stdio/lib32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib32_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -stdio/lib32_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib32_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib64_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -stdio/lib32_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib32_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib64_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -stdio/lib32_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib32_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib64_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -stdio/lib32_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib32_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib32_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib64_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -math/lib32_libmingwex_a-acosf.o: math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo -c -o math/lib32_libmingwex_a-acosf.o `test -f 'math/acosf.c' || echo '$(srcdir)/'`math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosf.c' object='math/lib32_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib64_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosf.o `test -f 'math/acosf.c' || echo '$(srcdir)/'`math/acosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -math/lib32_libmingwex_a-acosf.obj: math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo -c -o math/lib32_libmingwex_a-acosf.obj `if test -f 'math/acosf.c'; then $(CYGPATH_W) 'math/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/acosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosf.c' object='math/lib32_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib64_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosf.obj `if test -f 'math/acosf.c'; then $(CYGPATH_W) 'math/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/acosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -math/lib32_libmingwex_a-acosh.o: math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosh.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo -c -o math/lib32_libmingwex_a-acosh.o `test -f 'math/acosh.c' || echo '$(srcdir)/'`math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosh.c' object='math/lib32_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib64_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosh.o `test -f 'math/acosh.c' || echo '$(srcdir)/'`math/acosh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -math/lib32_libmingwex_a-acosh.obj: math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosh.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo -c -o math/lib32_libmingwex_a-acosh.obj `if test -f 'math/acosh.c'; then $(CYGPATH_W) 'math/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/acosh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosh.c' object='math/lib32_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib64_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosh.obj `if test -f 'math/acosh.c'; then $(CYGPATH_W) 'math/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/acosh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -math/lib32_libmingwex_a-acosl.o: math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo -c -o math/lib32_libmingwex_a-acosl.o `test -f 'math/acosl.c' || echo '$(srcdir)/'`math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosl.c' object='math/lib32_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib64_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosl.o `test -f 'math/acosl.c' || echo '$(srcdir)/'`math/acosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -math/lib32_libmingwex_a-acosl.obj: math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acosl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo -c -o math/lib32_libmingwex_a-acosl.obj `if test -f 'math/acosl.c'; then $(CYGPATH_W) 'math/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/acosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acosl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosl.c' object='math/lib32_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib64_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acosl.obj `if test -f 'math/acosl.c'; then $(CYGPATH_W) 'math/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/acosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -math/lib32_libmingwex_a-acoshf.o: math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acoshf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo -c -o math/lib32_libmingwex_a-acoshf.o `test -f 'math/acoshf.c' || echo '$(srcdir)/'`math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshf.c' object='math/lib32_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib64_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acoshf.o `test -f 'math/acoshf.c' || echo '$(srcdir)/'`math/acoshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -math/lib32_libmingwex_a-acoshf.obj: math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acoshf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo -c -o math/lib32_libmingwex_a-acoshf.obj `if test -f 'math/acoshf.c'; then $(CYGPATH_W) 'math/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshf.c' object='math/lib32_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib64_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acoshf.obj `if test -f 'math/acoshf.c'; then $(CYGPATH_W) 'math/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -math/lib32_libmingwex_a-acoshl.o: math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acoshl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo -c -o math/lib32_libmingwex_a-acoshl.o `test -f 'math/acoshl.c' || echo '$(srcdir)/'`math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshl.c' object='math/lib32_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib64_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acoshl.o `test -f 'math/acoshl.c' || echo '$(srcdir)/'`math/acoshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -math/lib32_libmingwex_a-acoshl.obj: math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-acoshl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo -c -o math/lib32_libmingwex_a-acoshl.obj `if test -f 'math/acoshl.c'; then $(CYGPATH_W) 'math/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshl.c' object='math/lib32_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib64_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-acoshl.obj `if test -f 'math/acoshl.c'; then $(CYGPATH_W) 'math/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -math/lib32_libmingwex_a-asinf.o: math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo -c -o math/lib32_libmingwex_a-asinf.o `test -f 'math/asinf.c' || echo '$(srcdir)/'`math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinf.c' object='math/lib32_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib64_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinf.o `test -f 'math/asinf.c' || echo '$(srcdir)/'`math/asinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -math/lib32_libmingwex_a-asinf.obj: math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo -c -o math/lib32_libmingwex_a-asinf.obj `if test -f 'math/asinf.c'; then $(CYGPATH_W) 'math/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinf.c' object='math/lib32_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib64_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinf.obj `if test -f 'math/asinf.c'; then $(CYGPATH_W) 'math/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -math/lib32_libmingwex_a-asinh.o: math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinh.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo -c -o math/lib32_libmingwex_a-asinh.o `test -f 'math/asinh.c' || echo '$(srcdir)/'`math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinh.c' object='math/lib32_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib64_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinh.o `test -f 'math/asinh.c' || echo '$(srcdir)/'`math/asinh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -math/lib32_libmingwex_a-asinh.obj: math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinh.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo -c -o math/lib32_libmingwex_a-asinh.obj `if test -f 'math/asinh.c'; then $(CYGPATH_W) 'math/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/asinh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinh.c' object='math/lib32_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/lib64_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib64_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinh.obj `if test -f 'math/asinh.c'; then $(CYGPATH_W) 'math/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/asinh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -math/lib32_libmingwex_a-asinl.o: math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo -c -o math/lib32_libmingwex_a-asinl.o `test -f 'math/asinl.c' || echo '$(srcdir)/'`math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinl.c' object='math/lib32_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinl.o `test -f 'math/asinl.c' || echo '$(srcdir)/'`math/asinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -math/lib32_libmingwex_a-asinl.obj: math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo -c -o math/lib32_libmingwex_a-asinl.obj `if test -f 'math/asinl.c'; then $(CYGPATH_W) 'math/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinl.c' object='math/lib32_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinl.obj `if test -f 'math/asinl.c'; then $(CYGPATH_W) 'math/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -math/lib32_libmingwex_a-asinhf.o: math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo -c -o math/lib32_libmingwex_a-asinhf.o `test -f 'math/asinhf.c' || echo '$(srcdir)/'`math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhf.c' object='math/lib32_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ +lib64_libmoldname_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo -c -o lib64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinhf.o `test -f 'math/asinhf.c' || echo '$(srcdir)/'`math/asinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -math/lib32_libmingwex_a-asinhf.obj: math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo -c -o math/lib32_libmingwex_a-asinhf.obj `if test -f 'math/asinhf.c'; then $(CYGPATH_W) 'math/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhf.c' object='math/lib32_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ +lib64_libmoldname_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo -c -o lib64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinhf.obj `if test -f 'math/asinhf.c'; then $(CYGPATH_W) 'math/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -math/lib32_libmingwex_a-asinhl.o: math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo -c -o math/lib32_libmingwex_a-asinhl.o `test -f 'math/asinhl.c' || echo '$(srcdir)/'`math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhl.c' object='math/lib32_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr100_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr100_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr100_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr100_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinhl.o `test -f 'math/asinhl.c' || echo '$(srcdir)/'`math/asinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr100_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-asinhl.obj: math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-asinhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo -c -o math/lib32_libmingwex_a-asinhl.obj `if test -f 'math/asinhl.c'; then $(CYGPATH_W) 'math/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhl.c' object='math/lib32_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr100_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr100_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr100_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr100_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr100_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-asinhl.obj `if test -f 'math/asinhl.c'; then $(CYGPATH_W) 'math/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr100_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-atan2f.o: math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo -c -o math/lib32_libmingwex_a-atan2f.o `test -f 'math/atan2f.c' || echo '$(srcdir)/'`math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2f.c' object='math/lib32_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr100_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr100_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr100_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr100_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2f.o `test -f 'math/atan2f.c' || echo '$(srcdir)/'`math/atan2f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr100_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-atan2f.obj: math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo -c -o math/lib32_libmingwex_a-atan2f.obj `if test -f 'math/atan2f.c'; then $(CYGPATH_W) 'math/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2f.c' object='math/lib32_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr100_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr100_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr100_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr100_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr100_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2f.obj `if test -f 'math/atan2f.c'; then $(CYGPATH_W) 'math/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr100_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-atan2.o: math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo -c -o math/lib32_libmingwex_a-atan2.o `test -f 'math/atan2.c' || echo '$(srcdir)/'`math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2.c' object='math/lib32_libmingwex_a-atan2.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr100_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr100_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr100_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr100_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2.o `test -f 'math/atan2.c' || echo '$(srcdir)/'`math/atan2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr100_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-atan2.obj: math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo -c -o math/lib32_libmingwex_a-atan2.obj `if test -f 'math/atan2.c'; then $(CYGPATH_W) 'math/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2.c' object='math/lib32_libmingwex_a-atan2.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr100_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr100_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr100_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr100_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr100_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2.obj `if test -f 'math/atan2.c'; then $(CYGPATH_W) 'math/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr100_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr100_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-atan2l.o: math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2l.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo -c -o math/lib32_libmingwex_a-atan2l.o `test -f 'math/atan2l.c' || echo '$(srcdir)/'`math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2l.c' object='math/lib32_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr110_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr110_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr110_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2l.o `test -f 'math/atan2l.c' || echo '$(srcdir)/'`math/atan2l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-atan2l.obj: math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atan2l.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo -c -o math/lib32_libmingwex_a-atan2l.obj `if test -f 'math/atan2l.c'; then $(CYGPATH_W) 'math/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2l.c' object='math/lib32_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr110_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr110_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr110_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atan2l.obj `if test -f 'math/atan2l.c'; then $(CYGPATH_W) 'math/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-atanf.o: math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo -c -o math/lib32_libmingwex_a-atanf.o `test -f 'math/atanf.c' || echo '$(srcdir)/'`math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanf.c' object='math/lib32_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr110_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr110_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr110_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanf.o `test -f 'math/atanf.c' || echo '$(srcdir)/'`math/atanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-atanf.obj: math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo -c -o math/lib32_libmingwex_a-atanf.obj `if test -f 'math/atanf.c'; then $(CYGPATH_W) 'math/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanf.c' object='math/lib32_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr110_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr110_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr110_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanf.obj `if test -f 'math/atanf.c'; then $(CYGPATH_W) 'math/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-atanh.o: math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanh.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo -c -o math/lib32_libmingwex_a-atanh.o `test -f 'math/atanh.c' || echo '$(srcdir)/'`math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanh.c' object='math/lib32_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr110_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr110_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr110_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanh.o `test -f 'math/atanh.c' || echo '$(srcdir)/'`math/atanh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-atanh.obj: math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanh.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo -c -o math/lib32_libmingwex_a-atanh.obj `if test -f 'math/atanh.c'; then $(CYGPATH_W) 'math/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/atanh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanh.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanh.c' object='math/lib32_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr110_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr110_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr110_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanh.obj `if test -f 'math/atanh.c'; then $(CYGPATH_W) 'math/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/atanh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-atanl.o: math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo -c -o math/lib32_libmingwex_a-atanl.o `test -f 'math/atanl.c' || echo '$(srcdir)/'`math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanl.c' object='math/lib32_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanl.o `test -f 'math/atanl.c' || echo '$(srcdir)/'`math/atanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-atanl.obj: math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo -c -o math/lib32_libmingwex_a-atanl.obj `if test -f 'math/atanl.c'; then $(CYGPATH_W) 'math/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanl.c' object='math/lib32_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanl.obj `if test -f 'math/atanl.c'; then $(CYGPATH_W) 'math/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-atanhf.o: math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanhf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo -c -o math/lib32_libmingwex_a-atanhf.o `test -f 'math/atanhf.c' || echo '$(srcdir)/'`math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhf.c' object='math/lib32_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanhf.o `test -f 'math/atanhf.c' || echo '$(srcdir)/'`math/atanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-atanhf.obj: math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanhf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo -c -o math/lib32_libmingwex_a-atanhf.obj `if test -f 'math/atanhf.c'; then $(CYGPATH_W) 'math/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhf.c' object='math/lib32_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanhf.obj `if test -f 'math/atanhf.c'; then $(CYGPATH_W) 'math/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-atanhl.o: math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanhl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo -c -o math/lib32_libmingwex_a-atanhl.o `test -f 'math/atanhl.c' || echo '$(srcdir)/'`math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhl.c' object='math/lib32_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanhl.o `test -f 'math/atanhl.c' || echo '$(srcdir)/'`math/atanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-atanhl.obj: math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-atanhl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo -c -o math/lib32_libmingwex_a-atanhl.obj `if test -f 'math/atanhl.c'; then $(CYGPATH_W) 'math/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhl.c' object='math/lib32_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-atanhl.obj `if test -f 'math/atanhl.c'; then $(CYGPATH_W) 'math/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-cos.o: math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cos.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo -c -o math/lib32_libmingwex_a-cos.o `test -f 'math/cos.c' || echo '$(srcdir)/'`math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cos.c' object='math/lib32_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_app_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_app_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120_app_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120_app_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cos.o `test -f 'math/cos.c' || echo '$(srcdir)/'`math/cos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_app_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-cos.obj: math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cos.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo -c -o math/lib32_libmingwex_a-cos.obj `if test -f 'math/cos.c'; then $(CYGPATH_W) 'math/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/cos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cos.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cos.c' object='math/lib32_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_app_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_app_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120_app_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_app_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120_app_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cos.obj `if test -f 'math/cos.c'; then $(CYGPATH_W) 'math/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/cos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_app_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-cosf.o: math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cosf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo -c -o math/lib32_libmingwex_a-cosf.o `test -f 'math/cosf.c' || echo '$(srcdir)/'`math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosf.c' object='math/lib32_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_app_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_app_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120_app_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120_app_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cosf.o `test -f 'math/cosf.c' || echo '$(srcdir)/'`math/cosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_app_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-cosf.obj: math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cosf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo -c -o math/lib32_libmingwex_a-cosf.obj `if test -f 'math/cosf.c'; then $(CYGPATH_W) 'math/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/cosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosf.c' object='math/lib32_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120_app_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120_app_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120_app_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120_app_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120_app_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cosf.obj `if test -f 'math/cosf.c'; then $(CYGPATH_W) 'math/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/cosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120_app_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-cosl.o: math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cosl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo -c -o math/lib32_libmingwex_a-cosl.o `test -f 'math/cosl.c' || echo '$(srcdir)/'`math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosl.c' object='math/lib32_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120_app_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120_app_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120_app_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120_app_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cosl.o `test -f 'math/cosl.c' || echo '$(srcdir)/'`math/cosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120_app_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-cosl.obj: math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cosl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo -c -o math/lib32_libmingwex_a-cosl.obj `if test -f 'math/cosl.c'; then $(CYGPATH_W) 'math/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/cosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cosl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosl.c' object='math/lib32_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120_app_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120_app_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120_app_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120_app_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120_app_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cosl.obj `if test -f 'math/cosl.c'; then $(CYGPATH_W) 'math/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/cosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120_app_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120_app_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-cossin.o: math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cossin.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo -c -o math/lib32_libmingwex_a-cossin.o `test -f 'math/cossin.c' || echo '$(srcdir)/'`math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cossin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cossin.c' object='math/lib32_libmingwex_a-cossin.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120d_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120d_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120d_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cossin.o `test -f 'math/cossin.c' || echo '$(srcdir)/'`math/cossin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-cossin.obj: math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-cossin.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo -c -o math/lib32_libmingwex_a-cossin.obj `if test -f 'math/cossin.c'; then $(CYGPATH_W) 'math/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/cossin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-cossin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-cossin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cossin.c' object='math/lib32_libmingwex_a-cossin.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120d_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120d_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr120d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr120d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr120d_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-cossin.obj `if test -f 'math/cossin.c'; then $(CYGPATH_W) 'math/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/cossin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-exp.o: math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-exp.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo -c -o math/lib32_libmingwex_a-exp.o `test -f 'math/exp.c' || echo '$(srcdir)/'`math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/exp.c' object='math/lib32_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120d_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120d_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120d_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-exp.o `test -f 'math/exp.c' || echo '$(srcdir)/'`math/exp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-exp.obj: math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-exp.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo -c -o math/lib32_libmingwex_a-exp.obj `if test -f 'math/exp.c'; then $(CYGPATH_W) 'math/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/exp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-exp.Tpo math/$(DEPDIR)/lib32_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/exp.c' object='math/lib32_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr120d_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr120d_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr120d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr120d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr120d_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-exp.obj `if test -f 'math/exp.c'; then $(CYGPATH_W) 'math/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/exp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr120d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-expl.o: math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo -c -o math/lib32_libmingwex_a-expl.o `test -f 'math/expl.c' || echo '$(srcdir)/'`math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expl.c' object='math/lib32_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120d_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120d_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120d_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expl.o `test -f 'math/expl.c' || echo '$(srcdir)/'`math/expl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-expl.obj: math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo -c -o math/lib32_libmingwex_a-expl.obj `if test -f 'math/expl.c'; then $(CYGPATH_W) 'math/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/expl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expl.c' object='math/lib32_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr120d_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr120d_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr120d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr120d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr120d_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expl.obj `if test -f 'math/expl.c'; then $(CYGPATH_W) 'math/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/expl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr120d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr120d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-expm1.o: math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo -c -o math/lib32_libmingwex_a-expm1.o `test -f 'math/expm1.c' || echo '$(srcdir)/'`math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1.c' object='math/lib32_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr80_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr80_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1.o `test -f 'math/expm1.c' || echo '$(srcdir)/'`math/expm1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-expm1.obj: math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo -c -o math/lib32_libmingwex_a-expm1.obj `if test -f 'math/expm1.c'; then $(CYGPATH_W) 'math/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1.c' object='math/lib32_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr80_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr80_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1.obj `if test -f 'math/expm1.c'; then $(CYGPATH_W) 'math/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-expm1f.o: math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1f.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo -c -o math/lib32_libmingwex_a-expm1f.o `test -f 'math/expm1f.c' || echo '$(srcdir)/'`math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1f.c' object='math/lib32_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr80_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr80_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1f.o `test -f 'math/expm1f.c' || echo '$(srcdir)/'`math/expm1f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-expm1f.obj: math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1f.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo -c -o math/lib32_libmingwex_a-expm1f.obj `if test -f 'math/expm1f.c'; then $(CYGPATH_W) 'math/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1f.c' object='math/lib32_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr80_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr80_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1f.obj `if test -f 'math/expm1f.c'; then $(CYGPATH_W) 'math/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-expm1l.o: math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1l.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo -c -o math/lib32_libmingwex_a-expm1l.o `test -f 'math/expm1l.c' || echo '$(srcdir)/'`math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1l.c' object='math/lib32_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr80_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr80_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr80_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr80_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1l.o `test -f 'math/expm1l.c' || echo '$(srcdir)/'`math/expm1l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr80_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-expm1l.obj: math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-expm1l.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo -c -o math/lib32_libmingwex_a-expm1l.obj `if test -f 'math/expm1l.c'; then $(CYGPATH_W) 'math/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Tpo math/$(DEPDIR)/lib32_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1l.c' object='math/lib32_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr80_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr80_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr80_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr80_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr80_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-expm1l.obj `if test -f 'math/expm1l.c'; then $(CYGPATH_W) 'math/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr80_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-fmod.o: math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmod.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo -c -o math/lib32_libmingwex_a-fmod.o `test -f 'math/fmod.c' || echo '$(srcdir)/'`math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmod.c' object='math/lib32_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p___argv.o: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p___argv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Tpo -c -o misc/lib64_libmsvcr80_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/lib64_libmsvcr80_a-__p___argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmod.o `test -f 'math/fmod.c' || echo '$(srcdir)/'`math/fmod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c -math/lib32_libmingwex_a-fmod.obj: math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmod.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo -c -o math/lib32_libmingwex_a-fmod.obj `if test -f 'math/fmod.c'; then $(CYGPATH_W) 'math/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/fmod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmod.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmod.c' object='math/lib32_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p___argv.obj: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p___argv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Tpo -c -o misc/lib64_libmsvcr80_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/lib64_libmsvcr80_a-__p___argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmod.obj `if test -f 'math/fmod.c'; then $(CYGPATH_W) 'math/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/fmod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` -math/lib32_libmingwex_a-fmodf.o: math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmodf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo -c -o math/lib32_libmingwex_a-fmodf.o `test -f 'math/fmodf.c' || echo '$(srcdir)/'`math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodf.c' object='math/lib32_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__acmdln.o: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__acmdln.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Tpo -c -o misc/lib64_libmsvcr80_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/lib64_libmsvcr80_a-__p__acmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmodf.o `test -f 'math/fmodf.c' || echo '$(srcdir)/'`math/fmodf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c -math/lib32_libmingwex_a-fmodf.obj: math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmodf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo -c -o math/lib32_libmingwex_a-fmodf.obj `if test -f 'math/fmodf.c'; then $(CYGPATH_W) 'math/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodf.c' object='math/lib32_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__acmdln.obj: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__acmdln.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Tpo -c -o misc/lib64_libmsvcr80_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/lib64_libmsvcr80_a-__p__acmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmodf.obj `if test -f 'math/fmodf.c'; then $(CYGPATH_W) 'math/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` -math/lib32_libmingwex_a-fmodl.o: math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmodl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo -c -o math/lib32_libmingwex_a-fmodl.o `test -f 'math/fmodl.c' || echo '$(srcdir)/'`math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodl.c' object='math/lib32_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__fmode.o: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__fmode.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Tpo -c -o misc/lib64_libmsvcr80_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/lib64_libmsvcr80_a-__p__fmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmodl.o `test -f 'math/fmodl.c' || echo '$(srcdir)/'`math/fmodl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c -math/lib32_libmingwex_a-fmodl.obj: math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fmodl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo -c -o math/lib32_libmingwex_a-fmodl.obj `if test -f 'math/fmodl.c'; then $(CYGPATH_W) 'math/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodl.c' object='math/lib32_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__fmode.obj: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__fmode.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Tpo -c -o misc/lib64_libmsvcr80_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/lib64_libmsvcr80_a-__p__fmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fmodl.obj `if test -f 'math/fmodl.c'; then $(CYGPATH_W) 'math/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` -math/lib32_libmingwex_a-fucom.o: math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fucom.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo -c -o math/lib32_libmingwex_a-fucom.o `test -f 'math/fucom.c' || echo '$(srcdir)/'`math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fucom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fucom.c' object='math/lib32_libmingwex_a-fucom.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__wcmdln.o: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__wcmdln.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Tpo -c -o misc/lib64_libmsvcr80_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/lib64_libmsvcr80_a-__p__wcmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fucom.o `test -f 'math/fucom.c' || echo '$(srcdir)/'`math/fucom.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c -math/lib32_libmingwex_a-fucom.obj: math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-fucom.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo -c -o math/lib32_libmingwex_a-fucom.obj `if test -f 'math/fucom.c'; then $(CYGPATH_W) 'math/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/fucom.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-fucom.Tpo math/$(DEPDIR)/lib32_libmingwex_a-fucom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fucom.c' object='math/lib32_libmingwex_a-fucom.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr80_a-__p__wcmdln.obj: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr80_a-__p__wcmdln.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Tpo -c -o misc/lib64_libmsvcr80_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcr80_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/lib64_libmsvcr80_a-__p__wcmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-fucom.obj `if test -f 'math/fucom.c'; then $(CYGPATH_W) 'math/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/fucom.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr80_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr80_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` -math/lib32_libmingwex_a-ldexp.o: math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexp.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo -c -o math/lib32_libmingwex_a-ldexp.o `test -f 'math/ldexp.c' || echo '$(srcdir)/'`math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexp.c' object='math/lib32_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr90_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr90_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexp.o `test -f 'math/ldexp.c' || echo '$(srcdir)/'`math/ldexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-ldexp.obj: math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexp.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo -c -o math/lib32_libmingwex_a-ldexp.obj `if test -f 'math/ldexp.c'; then $(CYGPATH_W) 'math/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexp.c' object='math/lib32_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr90_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr90_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr90_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexp.obj `if test -f 'math/ldexp.c'; then $(CYGPATH_W) 'math/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-ldexpl.o: math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo -c -o math/lib32_libmingwex_a-ldexpl.o `test -f 'math/ldexpl.c' || echo '$(srcdir)/'`math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpl.c' object='math/lib32_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr90_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr90_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpl.o `test -f 'math/ldexpl.c' || echo '$(srcdir)/'`math/ldexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-ldexpl.obj: math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-ldexpl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo -c -o math/lib32_libmingwex_a-ldexpl.obj `if test -f 'math/ldexpl.c'; then $(CYGPATH_W) 'math/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpl.c' object='math/lib32_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr90_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr90_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr90_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-ldexpl.obj `if test -f 'math/ldexpl.c'; then $(CYGPATH_W) 'math/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-log.o: math/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log.Tpo -c -o math/lib32_libmingwex_a-log.o `test -f 'math/log.c' || echo '$(srcdir)/'`math/log.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log.c' object='math/lib32_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr90_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr90_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr90_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr90_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log.o `test -f 'math/log.c' || echo '$(srcdir)/'`math/log.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr90_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-log.obj: math/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-log.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-log.Tpo -c -o math/lib32_libmingwex_a-log.obj `if test -f 'math/log.c'; then $(CYGPATH_W) 'math/log.c'; else $(CYGPATH_W) '$(srcdir)/math/log.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-log.Tpo math/$(DEPDIR)/lib32_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log.c' object='math/lib32_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr90_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr90_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr90_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr90_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr90_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-log.obj `if test -f 'math/log.c'; then $(CYGPATH_W) 'math/log.c'; else $(CYGPATH_W) '$(srcdir)/math/log.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr90_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-logb.o: math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logb.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo -c -o math/lib32_libmingwex_a-logb.o `test -f 'math/logb.c' || echo '$(srcdir)/'`math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logb.c' object='math/lib32_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90d_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90d_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr90d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr90d_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logb.o `test -f 'math/logb.c' || echo '$(srcdir)/'`math/logb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90d_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-logb.obj: math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logb.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo -c -o math/lib32_libmingwex_a-logb.obj `if test -f 'math/logb.c'; then $(CYGPATH_W) 'math/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/logb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logb.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logb.c' object='math/lib32_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90d_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90d_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Tpo -c -o misc/lib64_libmsvcr90d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcr90d_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcr90d_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logb.obj `if test -f 'math/logb.c'; then $(CYGPATH_W) 'math/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/logb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90d_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-logbf.o: math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logbf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo -c -o math/lib32_libmingwex_a-logbf.o `test -f 'math/logbf.c' || echo '$(srcdir)/'`math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbf.c' object='math/lib32_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90d_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90d_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr90d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr90d_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logbf.o `test -f 'math/logbf.c' || echo '$(srcdir)/'`math/logbf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90d_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-logbf.obj: math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logbf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo -c -o math/lib32_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logbf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbf.c' object='math/lib32_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcr90d_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcr90d_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcr90d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcr90d_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcr90d_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcr90d_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-logbl.o: math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logbl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo -c -o math/lib32_libmingwex_a-logbl.o `test -f 'math/logbl.c' || echo '$(srcdir)/'`math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbl.c' object='math/lib32_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr90d_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr90d_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr90d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr90d_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logbl.o `test -f 'math/logbl.c' || echo '$(srcdir)/'`math/logbl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr90d_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-logbl.obj: math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logbl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo -c -o math/lib32_libmingwex_a-logbl.obj `if test -f 'math/logbl.c'; then $(CYGPATH_W) 'math/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/logbl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logbl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbl.c' object='math/lib32_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcr90d_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcr90d_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcr90d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcr90d_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcr90d_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logbl.obj `if test -f 'math/logbl.c'; then $(CYGPATH_W) 'math/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/logbl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcr90d_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcr90d_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-logl.o: math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo -c -o math/lib32_libmingwex_a-logl.o `test -f 'math/logl.c' || echo '$(srcdir)/'`math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logl.c' object='math/lib32_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/lib64_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcrt_os_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logl.o `test -f 'math/logl.c' || echo '$(srcdir)/'`math/logl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/lib32_libmingwex_a-logl.obj: math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-logl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo -c -o math/lib32_libmingwex_a-logl.obj `if test -f 'math/logl.c'; then $(CYGPATH_W) 'math/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/logl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-logl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logl.c' object='math/lib32_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/lib64_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/lib64_libmsvcrt_os_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-logl.obj `if test -f 'math/logl.c'; then $(CYGPATH_W) 'math/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/logl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/lib32_libmingwex_a-pow.o: math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcrt_os_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/lib32_libmingwex_a-pow.obj: math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib32_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/pow.c' object='math/lib32_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/lib64_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/lib64_libmsvcrt_os_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/lib32_libmingwex_a-powl.o: math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo -c -o math/lib32_libmingwex_a-powl.o `test -f 'math/powl.c' || echo '$(srcdir)/'`math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powl.c' object='math/lib32_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcrt_os_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_os_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcrt_os_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powl.o `test -f 'math/powl.c' || echo '$(srcdir)/'`math/powl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/lib32_libmingwex_a-powl.obj: math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-powl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo -c -o math/lib32_libmingwex_a-powl.obj `if test -f 'math/powl.c'; then $(CYGPATH_W) 'math/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/powl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-powl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powl.c' object='math/lib32_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcrt_os_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_os_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/lib64_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/lib64_libmsvcrt_os_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-powl.obj `if test -f 'math/powl.c'; then $(CYGPATH_W) 'math/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/powl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/lib32_libmingwex_a-sin.o: math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sin.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo -c -o math/lib32_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sin.c' object='math/lib32_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-_configthreadlocale.o: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/lib64_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib64_libmsvcrt_os_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -math/lib32_libmingwex_a-sin.obj: math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sin.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo -c -o math/lib32_libmingwex_a-sin.obj `if test -f 'math/sin.c'; then $(CYGPATH_W) 'math/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/sin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sin.c' object='math/lib32_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-_configthreadlocale.obj: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/lib64_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib64_libmsvcrt_os_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sin.obj `if test -f 'math/sin.c'; then $(CYGPATH_W) 'math/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/sin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -math/lib32_libmingwex_a-sinf.o: math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo -c -o math/lib32_libmingwex_a-sinf.o `test -f 'math/sinf.c' || echo '$(srcdir)/'`math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinf.c' object='math/lib32_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-_get_current_locale.o: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-_get_current_locale.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/lib64_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/lib64_libmsvcrt_os_a-_get_current_locale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinf.o `test -f 'math/sinf.c' || echo '$(srcdir)/'`math/sinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c -math/lib32_libmingwex_a-sinf.obj: math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo -c -o math/lib32_libmingwex_a-sinf.obj `if test -f 'math/sinf.c'; then $(CYGPATH_W) 'math/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinf.c' object='math/lib32_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-_get_current_locale.obj: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-_get_current_locale.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/lib64_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/lib64_libmsvcrt_os_a-_get_current_locale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinf.obj `if test -f 'math/sinf.c'; then $(CYGPATH_W) 'math/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` -math/lib32_libmingwex_a-sinl.o: math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinl.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo -c -o math/lib32_libmingwex_a-sinl.o `test -f 'math/sinl.c' || echo '$(srcdir)/'`math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinl.c' object='math/lib32_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinl.o `test -f 'math/sinl.c' || echo '$(srcdir)/'`math/sinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -math/lib32_libmingwex_a-sinl.obj: math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-sinl.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo -c -o math/lib32_libmingwex_a-sinl.obj `if test -f 'math/sinl.c'; then $(CYGPATH_W) 'math/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-sinl.Tpo math/$(DEPDIR)/lib32_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinl.c' object='math/lib32_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-sinl.obj `if test -f 'math/sinl.c'; then $(CYGPATH_W) 'math/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -math/lib32_libmingwex_a-tanf.o: math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanf.o -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo -c -o math/lib32_libmingwex_a-tanf.o `test -f 'math/tanf.c' || echo '$(srcdir)/'`math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanf.c' object='math/lib32_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-output_format.o: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Tpo -c -o misc/lib64_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib64_libmsvcrt_os_a-output_format.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanf.o `test -f 'math/tanf.c' || echo '$(srcdir)/'`math/tanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -math/lib32_libmingwex_a-tanf.obj: math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib32_libmingwex_a-tanf.obj -MD -MP -MF math/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo -c -o math/lib32_libmingwex_a-tanf.obj `if test -f 'math/tanf.c'; then $(CYGPATH_W) 'math/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib32_libmingwex_a-tanf.Tpo math/$(DEPDIR)/lib32_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanf.c' object='math/lib32_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-output_format.obj: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Tpo -c -o misc/lib64_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib64_libmsvcrt_os_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib32_libmingwex_a-tanf.obj `if test -f 'math/tanf.c'; then $(CYGPATH_W) 'math/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -math/DFP/lib32_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-purecall.o: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Tpo -c -o misc/lib64_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib64_libmsvcrt_os_a-purecall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-purecall.obj: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Tpo -c -o misc/lib64_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib64_libmsvcrt_os_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -math/DFP/lib32_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_access_s.o: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib64_libmsvcrt_os_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_access_s.obj: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib64_libmsvcrt_os_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -math/DFP/lib32_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cgets_s.o: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib64_libmsvcrt_os_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cgets_s.obj: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib64_libmsvcrt_os_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -math/DFP/lib32_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib32_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cgetws_s.o: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib64_libmsvcrt_os_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -math/DFP/lib32_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib32_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cgetws_s.obj: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib64_libmsvcrt_os_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -math/DFP/lib32_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib32_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_chsize_s.o: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib64_libmsvcrt_os_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -math/DFP/lib32_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib32_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_chsize_s.obj: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib64_libmsvcrt_os_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -math/DFP/lib32_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib32_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_controlfp_s.o: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib64_libmsvcrt_os_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -math/DFP/lib32_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib32_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_controlfp_s.obj: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib64_libmsvcrt_os_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -math/DFP/lib32_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib32_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cprintf_s.o: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -math/DFP/lib32_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib32_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cprintf_s.obj: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -math/DFP/lib32_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib32_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -math/DFP/lib32_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib32_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -math/DFP/lib32_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib32_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_ctime32_s.o: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -math/DFP/lib32_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib32_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_ctime32_s.obj: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -math/DFP/lib32_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib32_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_ctime64_s.o: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -math/DFP/lib32_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib32_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_ctime64_s.obj: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -math/DFP/lib32_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib32_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s.o: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -math/DFP/lib32_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib32_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s.obj: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -math/DFP/lib32_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib32_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -math/DFP/lib32_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib32_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib32_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib32_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_gmtime32_s.o: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib32_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_gmtime32_s.obj: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -lib32_libmoldname_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo -c -o lib32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_gmtime64_s.o: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -lib32_libmoldname_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib32_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo -c -o lib32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib32_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib32_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_gmtime64_s.obj: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -misc/lib32_libmsvcrt_a-_configthreadlocale.o: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/lib32_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib32_libmsvcrt_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_localtime32_s.o: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -misc/lib32_libmsvcrt_a-_configthreadlocale.obj: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/lib32_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib32_libmsvcrt_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_localtime32_s.obj: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -misc/lib32_libmsvcrt_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/lib32_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib32_libmsvcrt_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_localtime64_s.o: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -misc/lib32_libmsvcrt_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/lib32_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib32_libmsvcrt_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_localtime64_s.obj: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -misc/lib32_libmsvcrt_a-output_format.o: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Tpo -c -o misc/lib32_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib32_libmsvcrt_a-output_format.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_mktemp_s.o: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib64_libmsvcrt_os_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -misc/lib32_libmsvcrt_a-output_format.obj: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Tpo -c -o misc/lib32_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib32_libmsvcrt_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_mktemp_s.obj: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib64_libmsvcrt_os_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` -misc/lib32_libmsvcrt_a-purecall.o: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Tpo -c -o misc/lib32_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib32_libmsvcrt_a-purecall.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_sopen_s.o: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib64_libmsvcrt_os_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -misc/lib32_libmsvcrt_a-purecall.obj: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Tpo -c -o misc/lib32_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib32_libmsvcrt_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_sopen_s.obj: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib64_libmsvcrt_os_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -secapi/lib32_libmsvcrt_a-_access_s.o: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib32_libmsvcrt_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_strdate_s.o: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib64_libmsvcrt_os_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -secapi/lib32_libmsvcrt_a-_access_s.obj: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib32_libmsvcrt_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_strdate_s.obj: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib64_libmsvcrt_os_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -secapi/lib32_libmsvcrt_a-_cgets_s.o: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib32_libmsvcrt_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_strtime_s.o: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib64_libmsvcrt_os_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -secapi/lib32_libmsvcrt_a-_cgets_s.obj: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib32_libmsvcrt_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_strtime_s.obj: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib64_libmsvcrt_os_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -secapi/lib32_libmsvcrt_a-_cgetws_s.o: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib32_libmsvcrt_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_umask_s.o: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib64_libmsvcrt_os_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -secapi/lib32_libmsvcrt_a-_cgetws_s.obj: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib32_libmsvcrt_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_umask_s.obj: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib64_libmsvcrt_os_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -secapi/lib32_libmsvcrt_a-_chsize_s.o: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib32_libmsvcrt_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcprintf_s.o: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -secapi/lib32_libmsvcrt_a-_chsize_s.obj: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib32_libmsvcrt_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcprintf_s.obj: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -secapi/lib32_libmsvcrt_a-_controlfp_s.o: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib32_libmsvcrt_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -secapi/lib32_libmsvcrt_a-_controlfp_s.obj: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib32_libmsvcrt_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -secapi/lib32_libmsvcrt_a-_cprintf_s.o: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib32_libmsvcrt_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -secapi/lib32_libmsvcrt_a-_cprintf_s.obj: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib32_libmsvcrt_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -secapi/lib32_libmsvcrt_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -secapi/lib32_libmsvcrt_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -secapi/lib32_libmsvcrt_a-_ctime32_s.o: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib32_libmsvcrt_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vscprintf_p.o: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -secapi/lib32_libmsvcrt_a-_ctime32_s.obj: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib32_libmsvcrt_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vscprintf_p.obj: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -secapi/lib32_libmsvcrt_a-_ctime64_s.o: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib32_libmsvcrt_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -secapi/lib32_libmsvcrt_a-_ctime64_s.obj: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib32_libmsvcrt_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -secapi/lib32_libmsvcrt_a-_cwprintf_s.o: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib32_libmsvcrt_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vswprintf_p.o: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -secapi/lib32_libmsvcrt_a-_cwprintf_s.obj: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib32_libmsvcrt_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_vswprintf_p.obj: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib64_libmsvcrt_os_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -secapi/lib32_libmsvcrt_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_waccess_s.o: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib64_libmsvcrt_os_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -secapi/lib32_libmsvcrt_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_waccess_s.obj: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib64_libmsvcrt_os_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -secapi/lib32_libmsvcrt_a-_gmtime32_s.o: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib32_libmsvcrt_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wasctime_s.o: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib64_libmsvcrt_os_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -secapi/lib32_libmsvcrt_a-_gmtime32_s.obj: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib32_libmsvcrt_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wasctime_s.obj: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib64_libmsvcrt_os_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -secapi/lib32_libmsvcrt_a-_gmtime64_s.o: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib32_libmsvcrt_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wctime32_s.o: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -secapi/lib32_libmsvcrt_a-_gmtime64_s.obj: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib32_libmsvcrt_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wctime32_s.obj: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib64_libmsvcrt_os_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -secapi/lib32_libmsvcrt_a-_localtime32_s.o: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib32_libmsvcrt_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wctime64_s.o: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -secapi/lib32_libmsvcrt_a-_localtime32_s.obj: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib32_libmsvcrt_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wctime64_s.obj: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib64_libmsvcrt_os_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -secapi/lib32_libmsvcrt_a-_localtime64_s.o: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib32_libmsvcrt_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wstrtime_s.o: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib64_libmsvcrt_os_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -secapi/lib32_libmsvcrt_a-_localtime64_s.obj: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib32_libmsvcrt_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wstrtime_s.obj: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib64_libmsvcrt_os_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -secapi/lib32_libmsvcrt_a-_mktemp_s.o: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib32_libmsvcrt_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wmktemp_s.o: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib64_libmsvcrt_os_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -secapi/lib32_libmsvcrt_a-_mktemp_s.obj: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib32_libmsvcrt_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wmktemp_s.obj: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib64_libmsvcrt_os_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -secapi/lib32_libmsvcrt_a-_sopen_s.o: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib32_libmsvcrt_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wstrdate_s.o: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib64_libmsvcrt_os_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -secapi/lib32_libmsvcrt_a-_sopen_s.obj: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib32_libmsvcrt_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-_wstrdate_s.obj: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib64_libmsvcrt_os_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -secapi/lib32_libmsvcrt_a-_strdate_s.o: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib32_libmsvcrt_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-asctime_s.o: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib64_libmsvcrt_os_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -secapi/lib32_libmsvcrt_a-_strdate_s.obj: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib32_libmsvcrt_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-asctime_s.obj: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib64_libmsvcrt_os_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -secapi/lib32_libmsvcrt_a-_strtime_s.o: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib32_libmsvcrt_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-memcpy_s.o: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib64_libmsvcrt_os_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -secapi/lib32_libmsvcrt_a-_strtime_s.obj: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib32_libmsvcrt_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-memcpy_s.obj: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib64_libmsvcrt_os_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -secapi/lib32_libmsvcrt_a-_umask_s.o: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib32_libmsvcrt_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-memmove_s.o: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib64_libmsvcrt_os_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -secapi/lib32_libmsvcrt_a-_umask_s.obj: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib32_libmsvcrt_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-memmove_s.obj: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib64_libmsvcrt_os_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vcprintf_s.o: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib32_libmsvcrt_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-rand_s.o: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib64_libmsvcrt_os_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -secapi/lib32_libmsvcrt_a-_vcprintf_s.obj: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib32_libmsvcrt_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-rand_s.obj: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib64_libmsvcrt_os_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-sprintf_s.o: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -secapi/lib32_libmsvcrt_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-sprintf_s.obj: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib32_libmsvcrt_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-strerror_s.o: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib64_libmsvcrt_os_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -secapi/lib32_libmsvcrt_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib32_libmsvcrt_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-strerror_s.obj: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib64_libmsvcrt_os_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-vsprintf_s.o: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-vsprintf_s.obj: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib64_libmsvcrt_os_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vscprintf_p.o: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-wmemcpy_s.o: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib64_libmsvcrt_os_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -secapi/lib32_libmsvcrt_a-_vscprintf_p.obj: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-wmemcpy_s.obj: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib64_libmsvcrt_os_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-wmemmove_s.o: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib64_libmsvcrt_os_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -secapi/lib32_libmsvcrt_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +secapi/lib64_libmsvcrt_os_a-wmemmove_s.obj: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_os_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/lib64_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib64_libmsvcrt_os_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -secapi/lib32_libmsvcrt_a-_vswprintf_p.o: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcrt_os_a-mingw_lock.o: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_os_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/lib64_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib64_libmsvcrt_os_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -secapi/lib32_libmsvcrt_a-_vswprintf_p.obj: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/lib32_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib32_libmsvcrt_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libmsvcrt_os_a-mingw_lock.obj: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_os_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/lib64_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib64_libmsvcrt_os_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -secapi/lib32_libmsvcrt_a-_waccess_s.o: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib32_libmsvcrt_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p___argv.o: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p___argv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/lib64_libmsvcrt_os_a-__p___argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c -secapi/lib32_libmsvcrt_a-_waccess_s.obj: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib32_libmsvcrt_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p___argv.obj: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p___argv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/lib64_libmsvcrt_os_a-__p___argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` -secapi/lib32_libmsvcrt_a-_wasctime_s.o: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib32_libmsvcrt_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__acmdln.o: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__acmdln.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/lib64_libmsvcrt_os_a-__p__acmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c -secapi/lib32_libmsvcrt_a-_wasctime_s.obj: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib32_libmsvcrt_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__acmdln.obj: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__acmdln.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/lib64_libmsvcrt_os_a-__p__acmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` -secapi/lib32_libmsvcrt_a-_wctime32_s.o: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib32_libmsvcrt_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__fmode.o: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__fmode.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/lib64_libmsvcrt_os_a-__p__fmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c -secapi/lib32_libmsvcrt_a-_wctime32_s.obj: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib32_libmsvcrt_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__fmode.obj: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__fmode.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/lib64_libmsvcrt_os_a-__p__fmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` -secapi/lib32_libmsvcrt_a-_wctime64_s.o: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib32_libmsvcrt_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__wcmdln.o: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__wcmdln.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/lib64_libmsvcrt_os_a-__p__wcmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c -secapi/lib32_libmsvcrt_a-_wctime64_s.obj: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib32_libmsvcrt_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/lib64_libmsvcrt_os_a-__p__wcmdln.obj: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_os_a-__p__wcmdln.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/lib64_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/lib64_libmsvcrt_os_a-__p__wcmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` -secapi/lib32_libmsvcrt_a-_wstrtime_s.o: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib32_libmsvcrt_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -secapi/lib32_libmsvcrt_a-_wstrtime_s.obj: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib32_libmsvcrt_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -secapi/lib32_libmsvcrt_a-_wmktemp_s.o: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib32_libmsvcrt_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libsapi_a-sapi.o: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo -c -o libsrc/lib64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib64_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -secapi/lib32_libmsvcrt_a-_wmktemp_s.obj: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib32_libmsvcrt_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libsapi_a-sapi.obj: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo -c -o libsrc/lib64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib64_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -secapi/lib32_libmsvcrt_a-_wstrdate_s.o: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib32_libmsvcrt_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -secapi/lib32_libmsvcrt_a-_wstrdate_s.obj: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/lib32_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib32_libmsvcrt_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -secapi/lib32_libmsvcrt_a-asctime_s.o: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib32_libmsvcrt_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -secapi/lib32_libmsvcrt_a-asctime_s.obj: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Tpo -c -o secapi/lib32_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib32_libmsvcrt_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -secapi/lib32_libmsvcrt_a-memcpy_s.o: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib32_libmsvcrt_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib64_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -secapi/lib32_libmsvcrt_a-memcpy_s.obj: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib32_libmsvcrt_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib64_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -secapi/lib32_libmsvcrt_a-memmove_s.o: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Tpo -c -o secapi/lib32_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib32_libmsvcrt_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libshell32_a-shell32.o: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo -c -o libsrc/lib64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib64_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -secapi/lib32_libmsvcrt_a-memmove_s.obj: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Tpo -c -o secapi/lib32_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib32_libmsvcrt_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libshell32_a-shell32.obj: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo -c -o libsrc/lib64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib64_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -secapi/lib32_libmsvcrt_a-rand_s.o: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Tpo -c -o secapi/lib32_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib32_libmsvcrt_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libstrmiids_a-strmiids.o: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib64_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -secapi/lib32_libmsvcrt_a-rand_s.obj: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Tpo -c -o secapi/lib32_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib32_libmsvcrt_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libstrmiids_a-strmiids.obj: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib64_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -secapi/lib32_libmsvcrt_a-sprintf_s.o: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib32_libmsvcrt_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libtaskschd_a-taskschd.o: libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libtaskschd_a-taskschd.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Tpo -c -o libsrc/lib64_libtaskschd_a-taskschd.o `test -f 'libsrc/taskschd.c' || echo '$(srcdir)/'`libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Tpo libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/taskschd.c' object='libsrc/lib64_libtaskschd_a-taskschd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libtaskschd_a-taskschd.o `test -f 'libsrc/taskschd.c' || echo '$(srcdir)/'`libsrc/taskschd.c -secapi/lib32_libmsvcrt_a-sprintf_s.obj: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib32_libmsvcrt_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libtaskschd_a-taskschd.obj: libsrc/taskschd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libtaskschd_a-taskschd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Tpo -c -o libsrc/lib64_libtaskschd_a-taskschd.obj `if test -f 'libsrc/taskschd.c'; then $(CYGPATH_W) 'libsrc/taskschd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/taskschd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Tpo libsrc/$(DEPDIR)/lib64_libtaskschd_a-taskschd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/taskschd.c' object='libsrc/lib64_libtaskschd_a-taskschd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libtaskschd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libtaskschd_a-taskschd.obj `if test -f 'libsrc/taskschd.c'; then $(CYGPATH_W) 'libsrc/taskschd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/taskschd.c'; fi` -secapi/lib32_libmsvcrt_a-strerror_s.o: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Tpo -c -o secapi/lib32_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib32_libmsvcrt_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libucrt_extra_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libucrt_extra_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/lib64_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib64_libucrt_extra_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -secapi/lib32_libmsvcrt_a-strerror_s.obj: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Tpo -c -o secapi/lib32_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib32_libmsvcrt_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libucrt_extra_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libucrt_extra_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/lib64_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib64_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib64_libucrt_extra_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -secapi/lib32_libmsvcrt_a-vsprintf_s.o: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib32_libmsvcrt_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -secapi/lib32_libmsvcrt_a-vsprintf_s.obj: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/lib32_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib32_libmsvcrt_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -secapi/lib32_libmsvcrt_a-wmemcpy_s.o: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib32_libmsvcrt_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib64_libucrt_extra_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -secapi/lib32_libmsvcrt_a-wmemcpy_s.obj: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/lib32_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib32_libmsvcrt_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib64_libucrt_extra_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -secapi/lib32_libmsvcrt_a-wmemmove_s.o: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/lib32_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib32_libmsvcrt_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -secapi/lib32_libmsvcrt_a-wmemmove_s.obj: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib32_libmsvcrt_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/lib32_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib32_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib32_libmsvcrt_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib32_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -stdio/lib32_libmsvcrt_a-mingw_lock.o: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/lib32_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib32_libmsvcrt_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c -stdio/lib32_libmsvcrt_a-mingw_lock.obj: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib32_libmsvcrt_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/lib32_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib32_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib32_libmsvcrt_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib32_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -misc/lib32_libmsvcrt_a-lc_locale_func.o: misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-lc_locale_func.o -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Tpo -c -o misc/lib32_libmsvcrt_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/lib32_libmsvcrt_a-lc_locale_func.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -misc/lib32_libmsvcrt_a-lc_locale_func.obj: misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib32_libmsvcrt_a-lc_locale_func.obj -MD -MP -MF misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Tpo -c -o misc/lib32_libmsvcrt_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Tpo misc/$(DEPDIR)/lib32_libmsvcrt_a-lc_locale_func.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/lib32_libmsvcrt_a-lc_locale_func.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib32_libmsvcrt_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib32_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -libsrc/lib32_libsapi_a-sapi.o: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo -c -o libsrc/lib32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib32_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -libsrc/lib32_libsapi_a-sapi.obj: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo -c -o libsrc/lib32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib32_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib32_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -libsrc/lib32_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -libsrc/lib32_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -libsrc/lib32_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -libsrc/lib32_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib32_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib32_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -libsrc/lib32_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib32_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -libsrc/lib32_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib32_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib32_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrt_extra_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrt_extra_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/lib64_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib64_libucrt_extra_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -libsrc/lib32_libshell32_a-shell32.o: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo -c -o libsrc/lib32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib32_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libucrtbase_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libucrtbase_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/lib64_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib64_libucrtbase_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -libsrc/lib32_libshell32_a-shell32.obj: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo -c -o libsrc/lib32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib32_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib32_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ +crt/lib64_libucrtbase_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libucrtbase_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/lib64_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/lib64_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/lib64_libucrtbase_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -libsrc/lib32_libstrmiids_a-strmiids.o: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib32_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -libsrc/lib32_libstrmiids_a-strmiids.obj: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib32_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib32_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -libsrc/lib32_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib32_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib64_libucrtbase_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -libsrc/lib32_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib32_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/lib64_libucrtbase_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -libsrc/lib32_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib32_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -libsrc/lib32_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib32_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -libsrc/lib32_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib32_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c + +stdio/lib64_libucrtbase_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -libsrc/lib32_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib32_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib64_libucrtbase_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -libsrc/lib32_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib32_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/lib64_libucrtbase_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -libsrc/lib32_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib32_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -libsrc/lib32_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib32_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -libsrc/lib32_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib32_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -libsrc/lib32_libuuid_a-devguid.o: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo -c -o libsrc/lib32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib32_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -libsrc/lib32_libuuid_a-devguid.obj: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo -c -o libsrc/lib32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib32_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -libsrc/lib32_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib32_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -libsrc/lib32_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib32_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -libsrc/lib32_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib32_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -libsrc/lib32_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib32_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -libsrc/lib32_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib32_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/lib64_libucrtbase_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libucrtbase_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/lib64_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/lib64_libucrtbase_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -libsrc/lib32_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib32_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib64_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -libsrc/lib32_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib32_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib64_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -libsrc/lib32_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib32_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib64_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -libsrc/lib32_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib32_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib64_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -libsrc/lib32_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib32_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib64_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -libsrc/lib32_libuuid_a-guid_nul.o: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo -c -o libsrc/lib32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib32_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib64_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -libsrc/lib32_libuuid_a-guid_nul.obj: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo -c -o libsrc/lib32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib32_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib64_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -libsrc/lib32_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib32_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib64_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -libsrc/lib32_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib32_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib64_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -libsrc/lib32_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib32_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib64_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -libsrc/lib32_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib32_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-devguid.o: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo -c -o libsrc/lib64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib64_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -libsrc/lib32_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib32_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-devguid.obj: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo -c -o libsrc/lib64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib64_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -libsrc/lib32_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib32_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib64_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -libsrc/lib32_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib32_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib64_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -libsrc/lib32_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib32_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib64_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -libsrc/lib32_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib32_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib64_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -libsrc/lib32_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib32_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib64_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -libsrc/lib32_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib32_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib64_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -libsrc/lib32_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib32_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib64_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -libsrc/lib32_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib32_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib64_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -libsrc/lib32_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib32_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib64_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -libsrc/lib32_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib32_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib64_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -libsrc/lib32_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib32_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-guid_nul.o: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo -c -o libsrc/lib64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib64_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -libsrc/lib32_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib32_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-guid_nul.obj: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo -c -o libsrc/lib64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib64_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -libsrc/lib32_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib32_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib64_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -libsrc/lib32_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib32_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib64_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib32_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib64_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -libsrc/lib32_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib32_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib64_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib32_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib64_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -libsrc/lib32_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib32_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib64_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib32_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib64_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -libsrc/lib32_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib32_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib64_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib32_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib64_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -libsrc/lib32_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib32_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib64_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib32_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib64_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -libsrc/lib32_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib32_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib64_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib64_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -libsrc/lib32_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib32_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib64_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -libsrc/lib32_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib32_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib64_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -libsrc/lib32_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib32_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib64_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -libsrc/lib32_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib32_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib64_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -libsrc/lib32_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib32_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib64_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -libsrc/lib32_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib32_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib64_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -libsrc/lib32_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib32_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib64_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -libsrc/lib32_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib32_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib64_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -libsrc/lib32_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib32_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib64_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -libsrc/lib32_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib32_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib64_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -libsrc/lib32_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib32_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib64_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -libsrc/lib32_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib32_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib64_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -libsrc/lib32_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib32_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib64_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -libsrc/lib32_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib32_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib64_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -libsrc/lib32_libuuid_a-power-uuid.o: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo -c -o libsrc/lib32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib32_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib64_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -libsrc/lib32_libuuid_a-power-uuid.obj: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo -c -o libsrc/lib32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib32_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib64_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -libsrc/lib32_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib32_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -libsrc/lib32_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib32_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib64_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -libsrc/lib32_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib32_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib64_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -libsrc/lib32_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib32_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib64_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -libsrc/lib32_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib32_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib64_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -libsrc/lib32_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib32_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib64_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -libsrc/lib32_libuuid_a-uuid.o: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib32_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib64_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -libsrc/lib32_libuuid_a-uuid.obj: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo -c -o libsrc/lib32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib32_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib64_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -libsrc/lib32_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib32_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib64_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -libsrc/lib32_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib32_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib64_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -libsrc/lib32_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib32_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib64_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -libsrc/lib32_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib32_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib64_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -libsrc/lib32_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib32_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib64_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -libsrc/lib32_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib32_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib32_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib64_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -libsrc/lib32_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib32_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib64_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -libsrc/lib32_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib32_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib32_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-power-uuid.o: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo -c -o libsrc/lib64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib64_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -libsrc/lib32_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib32_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-power-uuid.obj: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo -c -o libsrc/lib64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib64_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -libsrc/lib32_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib32_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib32_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib64_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib64_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-uianimation-uuid.o: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uianimation-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/lib64_libuuid_a-uianimation-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c + +libsrc/lib64_libuuid_a-uianimation-uuid.obj: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uianimation-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/lib64_libuuid_a-uianimation-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` -libsrc/lib32_libws2_32_a-ws2_32.o: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib32_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib64_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -libsrc/lib32_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib32_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib32_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib32_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib64_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib64_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib64_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-uuid.o: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib64_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-uuid.obj: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib64_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib64_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib64_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib64_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib64_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib64_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib64_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib64_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib64_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib64_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib64_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libws2_32_a-ws2_32.o: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib64_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/lib64_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib64_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib32_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib32_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -libsrc/lib64_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib64_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -libsrc/lib64_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/lib64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/lib64_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/lib64_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -libsrc/lib64_libdinput_a-dinput_kbd.o: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -libsrc/lib64_libdinput_a-dinput_kbd.obj: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -libsrc/lib64_libdinput_a-dinput_joy.o: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c + +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -libsrc/lib64_libdinput_a-dinput_joy.obj: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -libsrc/lib64_libdinput_a-dinput_joy2.o: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -libsrc/lib64_libdinput_a-dinput_joy2.obj: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -libsrc/lib64_libdinput_a-dinput_mouse.o: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -libsrc/lib64_libdinput_a-dinput_mouse.obj: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -libsrc/lib64_libdinput_a-dinput_mouse2.o: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -libsrc/lib64_libdinput_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -libsrc/lib64_libdinput8_a-dinput_joy.o: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput8_a-dinput_joy.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy.o `test -f 'libsrc/dinput_joy.c' || echo '$(srcdir)/'`libsrc/dinput_joy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -libsrc/lib64_libdinput8_a-dinput_joy.obj: libsrc/dinput_joy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy.c' object='libsrc/lib64_libdinput8_a-dinput_joy.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy.obj `if test -f 'libsrc/dinput_joy.c'; then $(CYGPATH_W) 'libsrc/dinput_joy.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -libsrc/lib64_libdinput8_a-dinput_joy2.o: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput8_a-dinput_joy2.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy2.o `test -f 'libsrc/dinput_joy2.c' || echo '$(srcdir)/'`libsrc/dinput_joy2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -libsrc/lib64_libdinput8_a-dinput_joy2.obj: libsrc/dinput_joy2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_joy2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_joy2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_joy2.c' object='libsrc/lib64_libdinput8_a-dinput_joy2.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_joy2.obj `if test -f 'libsrc/dinput_joy2.c'; then $(CYGPATH_W) 'libsrc/dinput_joy2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_joy2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -libsrc/lib64_libdinput8_a-dinput_mouse.o: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput8_a-dinput_mouse.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse.o `test -f 'libsrc/dinput_mouse.c' || echo '$(srcdir)/'`libsrc/dinput_mouse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -libsrc/lib64_libdinput8_a-dinput_mouse.obj: libsrc/dinput_mouse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse.c' object='libsrc/lib64_libdinput8_a-dinput_mouse.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm32_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse.obj `if test -f 'libsrc/dinput_mouse.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -libsrc/lib64_libdinput8_a-dinput_mouse2.o: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse2.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput8_a-dinput_mouse2.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm32_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.o `test -f 'libsrc/dinput_mouse2.c' || echo '$(srcdir)/'`libsrc/dinput_mouse2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -libsrc/lib64_libdinput8_a-dinput_mouse2.obj: libsrc/dinput_mouse2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_mouse2.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_mouse2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_mouse2.c' object='libsrc/lib64_libdinput8_a-dinput_mouse2.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm32_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_mouse2.obj `if test -f 'libsrc/dinput_mouse2.c'; then $(CYGPATH_W) 'libsrc/dinput_mouse2.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_mouse2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -libsrc/lib64_libdinput8_a-dinput_kbd.o: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_kbd.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput8_a-dinput_kbd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm32_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_kbd.o `test -f 'libsrc/dinput_kbd.c' || echo '$(srcdir)/'`libsrc/dinput_kbd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -libsrc/lib64_libdinput8_a-dinput_kbd.obj: libsrc/dinput_kbd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdinput8_a-dinput_kbd.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo -c -o libsrc/lib64_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Tpo libsrc/$(DEPDIR)/lib64_libdinput8_a-dinput_kbd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dinput_kbd.c' object='libsrc/lib64_libdinput8_a-dinput_kbd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm32_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdinput8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdinput8_a-dinput_kbd.obj `if test -f 'libsrc/dinput_kbd.c'; then $(CYGPATH_W) 'libsrc/dinput_kbd.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dinput_kbd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -libsrc/lib64_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib64_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm32_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -libsrc/lib64_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/lib64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/lib64_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/lib64_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm32_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -libsrc/lib64_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib64_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm32_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -libsrc/lib64_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/lib64_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm32_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -libsrc/lib64_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib64_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm32_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -libsrc/lib64_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/lib64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/lib64_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm32_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -libsrc/lib64_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib64_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm32_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -libsrc/lib64_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/lib64_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxguid_a-dxguid.o: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm32_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -libsrc/lib64_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib64_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libdxguid_a-dxguid.obj: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm32_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -libsrc/lib64_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/lib64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/lib64_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/lib64_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm32_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -libsrc/lib64_libdxguid_a-dxguid.o: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo -c -o libsrc/lib64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib64_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm32_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -libsrc/lib64_libdxguid_a-dxguid.obj: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo -c -o libsrc/lib64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/lib64_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/lib64_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsb.o: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm32_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -libsrc/lib64_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib64_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsb.obj: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm32_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -libsrc/lib64_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/lib64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/lib64_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/lib64_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsd.o: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm32_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -profile/lib64_libgmon_a-mcount.o: profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-mcount.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo -c -o profile/lib64_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib64_libgmon_a-mcount.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsd.obj: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm32_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-mcount.o `test -f 'profile/mcount.c' || echo '$(srcdir)/'`profile/mcount.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -profile/lib64_libgmon_a-mcount.obj: profile/mcount.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-mcount.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo -c -o profile/lib64_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-mcount.Tpo profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/mcount.c' object='profile/lib64_libgmon_a-mcount.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsw.o: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm32_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-mcount.obj `if test -f 'profile/mcount.c'; then $(CYGPATH_W) 'profile/mcount.c'; else $(CYGPATH_W) '$(srcdir)/profile/mcount.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -profile/lib64_libgmon_a-profil.o: profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-profil.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo -c -o profile/lib64_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib64_libgmon_a-profil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib64_libgmon_a-profil.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__movsw.obj: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm32_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-profil.o `test -f 'profile/profil.c' || echo '$(srcdir)/'`profile/profil.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -profile/lib64_libgmon_a-profil.obj: profile/profil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-profil.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo -c -o profile/lib64_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-profil.Tpo profile/$(DEPDIR)/lib64_libgmon_a-profil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/profil.c' object='profile/lib64_libgmon_a-profil.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosb.o: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm32_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-profil.obj `if test -f 'profile/profil.c'; then $(CYGPATH_W) 'profile/profil.c'; else $(CYGPATH_W) '$(srcdir)/profile/profil.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -profile/lib64_libgmon_a-gmon.o: profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-gmon.o -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo -c -o profile/lib64_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib64_libgmon_a-gmon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib64_libgmon_a-gmon.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosb.obj: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm32_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-gmon.o `test -f 'profile/gmon.c' || echo '$(srcdir)/'`profile/gmon.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -profile/lib64_libgmon_a-gmon.obj: profile/gmon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT profile/lib64_libgmon_a-gmon.obj -MD -MP -MF profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo -c -o profile/lib64_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) profile/$(DEPDIR)/lib64_libgmon_a-gmon.Tpo profile/$(DEPDIR)/lib64_libgmon_a-gmon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile/gmon.c' object='profile/lib64_libgmon_a-gmon.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosd.o: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm32_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libgmon_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o profile/lib64_libgmon_a-gmon.obj `if test -f 'profile/gmon.c'; then $(CYGPATH_W) 'profile/gmon.c'; else $(CYGPATH_W) '$(srcdir)/profile/gmon.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -intrincs/lib64_libkernel32_a-__movsb.o: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo -c -o intrincs/lib64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib64_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosd.obj: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm32_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -intrincs/lib64_libkernel32_a-__movsb.obj: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo -c -o intrincs/lib64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/lib64_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosw.o: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm32_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -intrincs/lib64_libkernel32_a-__movsd.o: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo -c -o intrincs/lib64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib64_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__stosw.obj: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm32_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -intrincs/lib64_libkernel32_a-__movsd.obj: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo -c -o intrincs/lib64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/lib64_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-_rotl64.o: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm32_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c -intrincs/lib64_libkernel32_a-__movsw.o: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo -c -o intrincs/lib64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib64_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm32_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -intrincs/lib64_libkernel32_a-__movsw.obj: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo -c -o intrincs/lib64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/lib64_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-_rotr64.o: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm32_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -intrincs/lib64_libkernel32_a-__stosb.o: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo -c -o intrincs/lib64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib64_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm32_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -intrincs/lib64_libkernel32_a-__stosb.obj: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo -c -o intrincs/lib64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/lib64_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm32_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -intrincs/lib64_libkernel32_a-__stosd.o: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo -c -o intrincs/lib64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib64_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm32_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -intrincs/lib64_libkernel32_a-__stosd.obj: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo -c -o intrincs/lib64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/lib64_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm32_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -intrincs/lib64_libkernel32_a-__stosw.o: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo -c -o intrincs/lib64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib64_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm32_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -intrincs/lib64_libkernel32_a-__stosw.obj: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo -c -o intrincs/lib64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/lib64_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittest.o: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo -c -o intrincs/libarm32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm32_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -intrincs/lib64_libkernel32_a-_rotl64.o: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib64_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittest.obj: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo -c -o intrincs/libarm32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm32_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -intrincs/lib64_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/lib64_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestc.o: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm32_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -intrincs/lib64_libkernel32_a-_rotr64.o: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib64_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestc.obj: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm32_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -intrincs/lib64_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo -c -o intrincs/lib64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/lib64_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestci.o: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm32_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -intrincs/lib64_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib64_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestci.obj: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm32_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -intrincs/lib64_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/lib64_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestr.o: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm32_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -intrincs/lib64_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib64_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestr.obj: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm32_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -intrincs/lib64_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/lib64_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestri.o: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm32_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -intrincs/lib64_libkernel32_a-bittest.o: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo -c -o intrincs/lib64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib64_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestri.obj: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm32_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -intrincs/lib64_libkernel32_a-bittest.obj: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo -c -o intrincs/lib64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/lib64_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittests.o: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo -c -o intrincs/libarm32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm32_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -intrincs/lib64_libkernel32_a-bittestc.o: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib64_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittests.obj: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo -c -o intrincs/libarm32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm32_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -intrincs/lib64_libkernel32_a-bittestc.obj: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/lib64_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestsi.o: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm32_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -intrincs/lib64_libkernel32_a-bittestci.o: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib64_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm32_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -intrincs/lib64_libkernel32_a-bittestci.obj: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/lib64_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-cpuid.o: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm32_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -intrincs/lib64_libkernel32_a-bittestr.o: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib64_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-cpuid.obj: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm32_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -intrincs/lib64_libkernel32_a-bittestr.obj: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/lib64_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockadd.o: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm32_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -intrincs/lib64_libkernel32_a-bittestri.o: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib64_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm32_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -intrincs/lib64_libkernel32_a-bittestri.obj: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/lib64_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockand.o: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm32_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -intrincs/lib64_libkernel32_a-bittests.o: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo -c -o intrincs/lib64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib64_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockand.obj: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm32_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -intrincs/lib64_libkernel32_a-bittests.obj: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo -c -o intrincs/lib64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/lib64_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockand64.o: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm32_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -intrincs/lib64_libkernel32_a-bittestsi.o: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib64_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm32_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -intrincs/lib64_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/lib64_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm32_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -intrincs/lib64_libkernel32_a-cpuid.o: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo -c -o intrincs/lib64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib64_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm32_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -intrincs/lib64_libkernel32_a-cpuid.obj: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo -c -o intrincs/lib64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/lib64_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm32_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -intrincs/lib64_libkernel32_a-ilockadd.o: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib64_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm32_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -intrincs/lib64_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/lib64_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm32_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -intrincs/lib64_libkernel32_a-ilockand.o: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib64_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm32_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -intrincs/lib64_libkernel32_a-ilockand.obj: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/lib64_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm32_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -intrincs/lib64_libkernel32_a-ilockand64.o: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib64_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm32_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -intrincs/lib64_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/lib64_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec.o: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm32_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -intrincs/lib64_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib64_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm32_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -intrincs/lib64_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/lib64_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm32_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -intrincs/lib64_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib64_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm32_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -intrincs/lib64_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/lib64_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm32_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -intrincs/lib64_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib64_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm32_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -intrincs/lib64_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/lib64_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexch.o: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm32_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -intrincs/lib64_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib64_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm32_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -intrincs/lib64_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/lib64_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm32_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -intrincs/lib64_libkernel32_a-ilockdec.o: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib64_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm32_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -intrincs/lib64_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/lib64_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -intrincs/lib64_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib64_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -intrincs/lib64_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/lib64_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -intrincs/lib64_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib64_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -intrincs/lib64_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/lib64_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm32_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -intrincs/lib64_libkernel32_a-ilockexch.o: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib64_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm32_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -intrincs/lib64_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/lib64_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc.o: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm32_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -intrincs/lib64_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib64_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm32_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -intrincs/lib64_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/lib64_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm32_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -intrincs/lib64_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib64_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm32_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -intrincs/lib64_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/lib64_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm32_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -intrincs/lib64_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib64_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm32_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -intrincs/lib64_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/lib64_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockor.o: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm32_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -intrincs/lib64_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib64_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockor.obj: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm32_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -intrincs/lib64_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/lib64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/lib64_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockor64.o: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm32_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -intrincs/lib64_libkernel32_a-ilockinc.o: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib64_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm32_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -intrincs/lib64_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/lib64_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockxor.o: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm32_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -intrincs/lib64_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib64_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm32_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -intrincs/lib64_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/lib64_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm32_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -intrincs/lib64_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib64_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm32_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -intrincs/lib64_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/lib64_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inbyte.o: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm32_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -intrincs/lib64_libkernel32_a-ilockor.o: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib64_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inbyte.obj: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm32_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -intrincs/lib64_libkernel32_a-ilockor.obj: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/lib64_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inbytestring.o: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm32_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -intrincs/lib64_libkernel32_a-ilockor64.o: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib64_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm32_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -intrincs/lib64_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/lib64_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-indword.o: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo -c -o intrincs/libarm32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm32_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -intrincs/lib64_libkernel32_a-ilockxor.o: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib64_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-indword.obj: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo -c -o intrincs/libarm32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm32_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -intrincs/lib64_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/lib64_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-indwordstring.o: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm32_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -intrincs/lib64_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib64_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm32_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -intrincs/lib64_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/lib64_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inword.o: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo -c -o intrincs/libarm32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm32_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -intrincs/lib64_libkernel32_a-inbyte.o: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo -c -o intrincs/lib64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib64_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inword.obj: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo -c -o intrincs/libarm32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm32_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -intrincs/lib64_libkernel32_a-inbyte.obj: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo -c -o intrincs/lib64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/lib64_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inwordstring.o: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm32_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -intrincs/lib64_libkernel32_a-inbytestring.o: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib64_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm32_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -intrincs/lib64_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/lib64_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outbyte.o: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm32_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -intrincs/lib64_libkernel32_a-indword.o: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo -c -o intrincs/lib64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib64_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outbyte.obj: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm32_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -intrincs/lib64_libkernel32_a-indword.obj: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo -c -o intrincs/lib64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/lib64_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outbytestring.o: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm32_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -intrincs/lib64_libkernel32_a-indwordstring.o: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib64_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm32_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -intrincs/lib64_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/lib64_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outdword.o: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo -c -o intrincs/libarm32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm32_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -intrincs/lib64_libkernel32_a-inword.o: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo -c -o intrincs/lib64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib64_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outdword.obj: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo -c -o intrincs/libarm32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm32_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -intrincs/lib64_libkernel32_a-inword.obj: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo -c -o intrincs/lib64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/lib64_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm32_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -intrincs/lib64_libkernel32_a-inwordstring.o: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib64_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm32_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -intrincs/lib64_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/lib64_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outword.o: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo -c -o intrincs/libarm32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm32_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -intrincs/lib64_libkernel32_a-outbyte.o: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo -c -o intrincs/lib64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib64_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outword.obj: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo -c -o intrincs/libarm32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm32_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -intrincs/lib64_libkernel32_a-outbyte.obj: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo -c -o intrincs/lib64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/lib64_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outwordstring.o: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm32_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -intrincs/lib64_libkernel32_a-outbytestring.o: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib64_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm32_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -intrincs/lib64_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo -c -o intrincs/lib64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/lib64_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr0.o: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm32_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -intrincs/lib64_libkernel32_a-outdword.o: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo -c -o intrincs/lib64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib64_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr0.obj: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm32_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -intrincs/lib64_libkernel32_a-outdword.obj: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo -c -o intrincs/lib64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/lib64_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr2.o: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm32_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -intrincs/lib64_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib64_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr2.obj: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm32_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -intrincs/lib64_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/lib64_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr3.o: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm32_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -intrincs/lib64_libkernel32_a-outword.o: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo -c -o intrincs/lib64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib64_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr3.obj: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm32_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -intrincs/lib64_libkernel32_a-outword.obj: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo -c -o intrincs/lib64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/lib64_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr4.o: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm32_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -intrincs/lib64_libkernel32_a-outwordstring.o: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib64_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readcr4.obj: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm32_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -intrincs/lib64_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo -c -o intrincs/lib64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/lib64_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readmsr.o: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm32_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -intrincs/lib64_libkernel32_a-readcr0.o: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo -c -o intrincs/lib64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib64_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-readmsr.obj: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm32_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -intrincs/lib64_libkernel32_a-readcr0.obj: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo -c -o intrincs/lib64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/lib64_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr0.o: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm32_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -intrincs/lib64_libkernel32_a-readcr2.o: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo -c -o intrincs/lib64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib64_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr0.obj: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm32_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -intrincs/lib64_libkernel32_a-readcr2.obj: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo -c -o intrincs/lib64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/lib64_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr2.o: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm32_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c -intrincs/lib64_libkernel32_a-readcr3.o: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo -c -o intrincs/lib64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib64_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr2.obj: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm32_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -intrincs/lib64_libkernel32_a-readcr3.obj: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo -c -o intrincs/lib64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/lib64_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr3.o: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm32_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -intrincs/lib64_libkernel32_a-readcr4.o: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo -c -o intrincs/lib64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib64_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr3.obj: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm32_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -intrincs/lib64_libkernel32_a-readcr4.obj: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo -c -o intrincs/lib64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/lib64_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr4.o: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm32_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -intrincs/lib64_libkernel32_a-readmsr.o: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo -c -o intrincs/lib64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib64_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writecr4.obj: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm32_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -intrincs/lib64_libkernel32_a-readmsr.obj: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo -c -o intrincs/lib64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/lib64_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writemsr.o: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm32_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -intrincs/lib64_libkernel32_a-writecr0.o: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo -c -o intrincs/lib64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib64_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-writemsr.obj: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm32_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -intrincs/lib64_libkernel32_a-writecr0.obj: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo -c -o intrincs/lib64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/lib64_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__int2c.o: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm32_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -intrincs/lib64_libkernel32_a-writecr2.o: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo -c -o intrincs/lib64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib64_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-__int2c.obj: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm32_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -intrincs/lib64_libkernel32_a-writecr2.obj: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo -c -o intrincs/lib64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/lib64_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -intrincs/lib64_libkernel32_a-writecr3.o: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo -c -o intrincs/lib64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib64_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -intrincs/lib64_libkernel32_a-writecr3.obj: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo -c -o intrincs/lib64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/lib64_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libksguid_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo -c -o libsrc/libarm32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -intrincs/lib64_libkernel32_a-writecr4.o: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo -c -o intrincs/lib64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib64_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libksguid_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo -c -o libsrc/libarm32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -intrincs/lib64_libkernel32_a-writecr4.obj: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo -c -o intrincs/lib64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/lib64_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libksuser_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo -c -o libsrc/libarm32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -intrincs/lib64_libkernel32_a-writemsr.o: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo -c -o intrincs/lib64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib64_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libksuser_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo -c -o libsrc/libarm32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -intrincs/lib64_libkernel32_a-writemsr.obj: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo -c -o intrincs/lib64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/lib64_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_liblargeint_a-largeint.o: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo -c -o libsrc/libarm32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm32_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -intrincs/lib64_libkernel32_a-__int2c.o: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo -c -o intrincs/lib64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib64_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_liblargeint_a-largeint.obj: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo -c -o libsrc/libarm32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm32_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -intrincs/lib64_libkernel32_a-__int2c.obj: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo -c -o intrincs/lib64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/lib64_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_liblocationapi_a-locationapi.o: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm32_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_liblocationapi_a-locationapi.obj: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm32_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ +libarm32_libm_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo -c -o libarm32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -intrincs/lib64_libkernel32_a-bittest64.o: intrincs/bittest64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo -c -o intrincs/lib64_libkernel32_a-bittest64.o `test -f 'intrincs/bittest64.c' || echo '$(srcdir)/'`intrincs/bittest64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest64.c' object='intrincs/lib64_libkernel32_a-bittest64.o' libtool=no @AMDEPBACKSLASH@ +libarm32_libm_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo -c -o libarm32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest64.o `test -f 'intrincs/bittest64.c' || echo '$(srcdir)/'`intrincs/bittest64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -intrincs/lib64_libkernel32_a-bittest64.obj: intrincs/bittest64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittest64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo -c -o intrincs/lib64_libkernel32_a-bittest64.obj `if test -f 'intrincs/bittest64.c'; then $(CYGPATH_W) 'intrincs/bittest64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittest64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest64.c' object='intrincs/lib64_libkernel32_a-bittest64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm32_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittest64.obj `if test -f 'intrincs/bittest64.c'; then $(CYGPATH_W) 'intrincs/bittest64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -intrincs/lib64_libkernel32_a-bittestc64.o: intrincs/bittestc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc64.o `test -f 'intrincs/bittestc64.c' || echo '$(srcdir)/'`intrincs/bittestc64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc64.c' object='intrincs/lib64_libkernel32_a-bittestc64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm32_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc64.o `test -f 'intrincs/bittestc64.c' || echo '$(srcdir)/'`intrincs/bittestc64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -intrincs/lib64_libkernel32_a-bittestc64.obj: intrincs/bittestc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestc64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestc64.obj `if test -f 'intrincs/bittestc64.c'; then $(CYGPATH_W) 'intrincs/bittestc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc64.c' object='intrincs/lib64_libkernel32_a-bittestc64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt0_c.o: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo -c -o crt/libarm32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm32_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestc64.obj `if test -f 'intrincs/bittestc64.c'; then $(CYGPATH_W) 'intrincs/bittestc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -intrincs/lib64_libkernel32_a-bittestr64.o: intrincs/bittestr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr64.o `test -f 'intrincs/bittestr64.c' || echo '$(srcdir)/'`intrincs/bittestr64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr64.c' object='intrincs/lib64_libkernel32_a-bittestr64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt0_c.obj: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo -c -o crt/libarm32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm32_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr64.o `test -f 'intrincs/bittestr64.c' || echo '$(srcdir)/'`intrincs/bittestr64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -intrincs/lib64_libkernel32_a-bittestr64.obj: intrincs/bittestr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestr64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestr64.obj `if test -f 'intrincs/bittestr64.c'; then $(CYGPATH_W) 'intrincs/bittestr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr64.c' object='intrincs/lib64_libkernel32_a-bittestr64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-dll_argv.o: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo -c -o crt/libarm32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm32_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestr64.obj `if test -f 'intrincs/bittestr64.c'; then $(CYGPATH_W) 'intrincs/bittestr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -intrincs/lib64_libkernel32_a-bittestri64.o: intrincs/bittestri64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri64.o `test -f 'intrincs/bittestri64.c' || echo '$(srcdir)/'`intrincs/bittestri64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri64.c' object='intrincs/lib64_libkernel32_a-bittestri64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-dll_argv.obj: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo -c -o crt/libarm32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm32_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri64.o `test -f 'intrincs/bittestri64.c' || echo '$(srcdir)/'`intrincs/bittestri64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -intrincs/lib64_libkernel32_a-bittestri64.obj: intrincs/bittestri64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestri64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestri64.obj `if test -f 'intrincs/bittestri64.c'; then $(CYGPATH_W) 'intrincs/bittestri64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestri64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri64.c' object='intrincs/lib64_libkernel32_a-bittestri64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-gccmain.o: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo -c -o crt/libarm32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm32_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestri64.obj `if test -f 'intrincs/bittestri64.c'; then $(CYGPATH_W) 'intrincs/bittestri64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -intrincs/lib64_libkernel32_a-bittests64.o: intrincs/bittests64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo -c -o intrincs/lib64_libkernel32_a-bittests64.o `test -f 'intrincs/bittests64.c' || echo '$(srcdir)/'`intrincs/bittests64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests64.c' object='intrincs/lib64_libkernel32_a-bittests64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-gccmain.obj: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo -c -o crt/libarm32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm32_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests64.o `test -f 'intrincs/bittests64.c' || echo '$(srcdir)/'`intrincs/bittests64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -intrincs/lib64_libkernel32_a-bittests64.obj: intrincs/bittests64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittests64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo -c -o intrincs/lib64_libkernel32_a-bittests64.obj `if test -f 'intrincs/bittests64.c'; then $(CYGPATH_W) 'intrincs/bittests64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittests64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests64.c' object='intrincs/lib64_libkernel32_a-bittests64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-natstart.o: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo -c -o crt/libarm32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm32_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittests64.obj `if test -f 'intrincs/bittests64.c'; then $(CYGPATH_W) 'intrincs/bittests64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -intrincs/lib64_libkernel32_a-bittestsi64.o: intrincs/bittestsi64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi64.o `test -f 'intrincs/bittestsi64.c' || echo '$(srcdir)/'`intrincs/bittestsi64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi64.c' object='intrincs/lib64_libkernel32_a-bittestsi64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-natstart.obj: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo -c -o crt/libarm32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm32_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi64.o `test -f 'intrincs/bittestsi64.c' || echo '$(srcdir)/'`intrincs/bittestsi64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -intrincs/lib64_libkernel32_a-bittestsi64.obj: intrincs/bittestsi64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestsi64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestsi64.obj `if test -f 'intrincs/bittestsi64.c'; then $(CYGPATH_W) 'intrincs/bittestsi64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestsi64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi64.c' object='intrincs/lib64_libkernel32_a-bittestsi64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm32_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestsi64.obj `if test -f 'intrincs/bittestsi64.c'; then $(CYGPATH_W) 'intrincs/bittestsi64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -intrincs/lib64_libkernel32_a-bitscanfwd64.o: intrincs/bitscanfwd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.o `test -f 'intrincs/bitscanfwd64.c' || echo '$(srcdir)/'`intrincs/bitscanfwd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd64.c' object='intrincs/lib64_libkernel32_a-bitscanfwd64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm32_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.o `test -f 'intrincs/bitscanfwd64.c' || echo '$(srcdir)/'`intrincs/bitscanfwd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -intrincs/lib64_libkernel32_a-bitscanfwd64.obj: intrincs/bitscanfwd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanfwd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.obj `if test -f 'intrincs/bitscanfwd64.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanfwd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd64.c' object='intrincs/lib64_libkernel32_a-bitscanfwd64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-wildcard.o: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo -c -o crt/libarm32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm32_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanfwd64.obj `if test -f 'intrincs/bitscanfwd64.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -intrincs/lib64_libkernel32_a-bitscanrev64.o: intrincs/bitscanrev64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev64.o `test -f 'intrincs/bitscanrev64.c' || echo '$(srcdir)/'`intrincs/bitscanrev64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev64.c' object='intrincs/lib64_libkernel32_a-bitscanrev64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-wildcard.obj: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo -c -o crt/libarm32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm32_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev64.o `test -f 'intrincs/bitscanrev64.c' || echo '$(srcdir)/'`intrincs/bitscanrev64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -intrincs/lib64_libkernel32_a-bitscanrev64.obj: intrincs/bitscanrev64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bitscanrev64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo -c -o intrincs/lib64_libkernel32_a-bitscanrev64.obj `if test -f 'intrincs/bitscanrev64.c'; then $(CYGPATH_W) 'intrincs/bitscanrev64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bitscanrev64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev64.c' object='intrincs/lib64_libkernel32_a-bitscanrev64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-charmax.o: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo -c -o crt/libarm32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm32_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bitscanrev64.obj `if test -f 'intrincs/bitscanrev64.c'; then $(CYGPATH_W) 'intrincs/bitscanrev64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -intrincs/lib64_libkernel32_a-ilockadd64.o: intrincs/ilockadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd64.o `test -f 'intrincs/ilockadd64.c' || echo '$(srcdir)/'`intrincs/ilockadd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd64.c' object='intrincs/lib64_libkernel32_a-ilockadd64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-charmax.obj: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo -c -o crt/libarm32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm32_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd64.o `test -f 'intrincs/ilockadd64.c' || echo '$(srcdir)/'`intrincs/ilockadd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -intrincs/lib64_libkernel32_a-ilockadd64.obj: intrincs/ilockadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-ilockadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo -c -o intrincs/lib64_libkernel32_a-ilockadd64.obj `if test -f 'intrincs/ilockadd64.c'; then $(CYGPATH_W) 'intrincs/ilockadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-ilockadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd64.c' object='intrincs/lib64_libkernel32_a-ilockadd64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt0_w.o: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo -c -o crt/libarm32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm32_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-ilockadd64.obj `if test -f 'intrincs/ilockadd64.c'; then $(CYGPATH_W) 'intrincs/ilockadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -intrincs/lib64_libkernel32_a-rdtsc.o: intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-rdtsc.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib64_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib64_libkernel32_a-rdtsc.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt0_w.obj: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo -c -o crt/libarm32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm32_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-rdtsc.o `test -f 'intrincs/rdtsc.c' || echo '$(srcdir)/'`intrincs/rdtsc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -intrincs/lib64_libkernel32_a-rdtsc.obj: intrincs/rdtsc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-rdtsc.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo -c -o intrincs/lib64_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-rdtsc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/rdtsc.c' object='intrincs/lib64_libkernel32_a-rdtsc.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-dllargv.o: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo -c -o crt/libarm32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm32_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-rdtsc.obj `if test -f 'intrincs/rdtsc.c'; then $(CYGPATH_W) 'intrincs/rdtsc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/rdtsc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -intrincs/lib64_libkernel32_a-readgsbyte.o: intrincs/readgsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-readgsbyte.o `test -f 'intrincs/readgsbyte.c' || echo '$(srcdir)/'`intrincs/readgsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsbyte.c' object='intrincs/lib64_libkernel32_a-readgsbyte.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-dllargv.obj: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo -c -o crt/libarm32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm32_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsbyte.o `test -f 'intrincs/readgsbyte.c' || echo '$(srcdir)/'`intrincs/readgsbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -intrincs/lib64_libkernel32_a-readgsbyte.obj: intrincs/readgsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-readgsbyte.obj `if test -f 'intrincs/readgsbyte.c'; then $(CYGPATH_W) 'intrincs/readgsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsbyte.c' object='intrincs/lib64_libkernel32_a-readgsbyte.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-gs_support.o: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo -c -o crt/libarm32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm32_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsbyte.obj `if test -f 'intrincs/readgsbyte.c'; then $(CYGPATH_W) 'intrincs/readgsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -intrincs/lib64_libkernel32_a-readgsword.o: intrincs/readgsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsword.o `test -f 'intrincs/readgsword.c' || echo '$(srcdir)/'`intrincs/readgsword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsword.c' object='intrincs/lib64_libkernel32_a-readgsword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-gs_support.obj: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo -c -o crt/libarm32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm32_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsword.o `test -f 'intrincs/readgsword.c' || echo '$(srcdir)/'`intrincs/readgsword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -intrincs/lib64_libkernel32_a-readgsword.obj: intrincs/readgsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsword.obj `if test -f 'intrincs/readgsword.c'; then $(CYGPATH_W) 'intrincs/readgsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsword.c' object='intrincs/lib64_libkernel32_a-readgsword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-_newmode.o: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo -c -o crt/libarm32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm32_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsword.obj `if test -f 'intrincs/readgsword.c'; then $(CYGPATH_W) 'intrincs/readgsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -intrincs/lib64_libkernel32_a-readgsdword.o: intrincs/readgsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsdword.o `test -f 'intrincs/readgsdword.c' || echo '$(srcdir)/'`intrincs/readgsdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsdword.c' object='intrincs/lib64_libkernel32_a-readgsdword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-_newmode.obj: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo -c -o crt/libarm32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm32_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsdword.o `test -f 'intrincs/readgsdword.c' || echo '$(srcdir)/'`intrincs/readgsdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -intrincs/lib64_libkernel32_a-readgsdword.obj: intrincs/readgsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsdword.obj `if test -f 'intrincs/readgsdword.c'; then $(CYGPATH_W) 'intrincs/readgsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsdword.c' object='intrincs/lib64_libkernel32_a-readgsdword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlssup.o: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo -c -o crt/libarm32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm32_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsdword.obj `if test -f 'intrincs/readgsdword.c'; then $(CYGPATH_W) 'intrincs/readgsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -intrincs/lib64_libkernel32_a-readgsqword.o: intrincs/readgsqword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsqword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsqword.o `test -f 'intrincs/readgsqword.c' || echo '$(srcdir)/'`intrincs/readgsqword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsqword.c' object='intrincs/lib64_libkernel32_a-readgsqword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlssup.obj: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo -c -o crt/libarm32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm32_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsqword.o `test -f 'intrincs/readgsqword.c' || echo '$(srcdir)/'`intrincs/readgsqword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -intrincs/lib64_libkernel32_a-readgsqword.obj: intrincs/readgsqword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readgsqword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo -c -o intrincs/lib64_libkernel32_a-readgsqword.obj `if test -f 'intrincs/readgsqword.c'; then $(CYGPATH_W) 'intrincs/readgsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsqword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readgsqword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readgsqword.c' object='intrincs/lib64_libkernel32_a-readgsqword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xncommod.o: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo -c -o crt/libarm32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm32_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readgsqword.obj `if test -f 'intrincs/readgsqword.c'; then $(CYGPATH_W) 'intrincs/readgsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readgsqword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -intrincs/lib64_libkernel32_a-writegsbyte.o: intrincs/writegsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsbyte.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-writegsbyte.o `test -f 'intrincs/writegsbyte.c' || echo '$(srcdir)/'`intrincs/writegsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsbyte.c' object='intrincs/lib64_libkernel32_a-writegsbyte.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xncommod.obj: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo -c -o crt/libarm32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm32_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsbyte.o `test -f 'intrincs/writegsbyte.c' || echo '$(srcdir)/'`intrincs/writegsbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -intrincs/lib64_libkernel32_a-writegsbyte.obj: intrincs/writegsbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo -c -o intrincs/lib64_libkernel32_a-writegsbyte.obj `if test -f 'intrincs/writegsbyte.c'; then $(CYGPATH_W) 'intrincs/writegsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsbyte.c' object='intrincs/lib64_libkernel32_a-writegsbyte.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-cinitexe.o: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo -c -o crt/libarm32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm32_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsbyte.obj `if test -f 'intrincs/writegsbyte.c'; then $(CYGPATH_W) 'intrincs/writegsbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -intrincs/lib64_libkernel32_a-writegsword.o: intrincs/writegsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsword.o `test -f 'intrincs/writegsword.c' || echo '$(srcdir)/'`intrincs/writegsword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsword.c' object='intrincs/lib64_libkernel32_a-writegsword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-cinitexe.obj: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo -c -o crt/libarm32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm32_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsword.o `test -f 'intrincs/writegsword.c' || echo '$(srcdir)/'`intrincs/writegsword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -intrincs/lib64_libkernel32_a-writegsword.obj: intrincs/writegsword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsword.obj `if test -f 'intrincs/writegsword.c'; then $(CYGPATH_W) 'intrincs/writegsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsword.c' object='intrincs/lib64_libkernel32_a-writegsword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-merr.o: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo -c -o crt/libarm32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm32_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsword.obj `if test -f 'intrincs/writegsword.c'; then $(CYGPATH_W) 'intrincs/writegsword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -intrincs/lib64_libkernel32_a-writegsdword.o: intrincs/writegsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsdword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsdword.o `test -f 'intrincs/writegsdword.c' || echo '$(srcdir)/'`intrincs/writegsdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsdword.c' object='intrincs/lib64_libkernel32_a-writegsdword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-merr.obj: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo -c -o crt/libarm32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm32_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsdword.o `test -f 'intrincs/writegsdword.c' || echo '$(srcdir)/'`intrincs/writegsdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -intrincs/lib64_libkernel32_a-writegsdword.obj: intrincs/writegsdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsdword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsdword.obj `if test -f 'intrincs/writegsdword.c'; then $(CYGPATH_W) 'intrincs/writegsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsdword.c' object='intrincs/lib64_libkernel32_a-writegsdword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pesect.o: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo -c -o crt/libarm32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm32_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsdword.obj `if test -f 'intrincs/writegsdword.c'; then $(CYGPATH_W) 'intrincs/writegsdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -intrincs/lib64_libkernel32_a-writegsqword.o: intrincs/writegsqword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsqword.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsqword.o `test -f 'intrincs/writegsqword.c' || echo '$(srcdir)/'`intrincs/writegsqword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsqword.c' object='intrincs/lib64_libkernel32_a-writegsqword.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pesect.obj: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo -c -o crt/libarm32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm32_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsqword.o `test -f 'intrincs/writegsqword.c' || echo '$(srcdir)/'`intrincs/writegsqword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` -intrincs/lib64_libkernel32_a-writegsqword.obj: intrincs/writegsqword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writegsqword.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo -c -o intrincs/lib64_libkernel32_a-writegsqword.obj `if test -f 'intrincs/writegsqword.c'; then $(CYGPATH_W) 'intrincs/writegsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsqword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writegsqword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writegsqword.c' object='intrincs/lib64_libkernel32_a-writegsqword.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-udllargc.o: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo -c -o crt/libarm32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm32_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writegsqword.obj `if test -f 'intrincs/writegsqword.c'; then $(CYGPATH_W) 'intrincs/writegsqword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writegsqword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -intrincs/lib64_libkernel32_a-mul128ex.o: intrincs/mul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-mul128ex.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-mul128ex.o `test -f 'intrincs/mul128ex.c' || echo '$(srcdir)/'`intrincs/mul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/mul128ex.c' object='intrincs/lib64_libkernel32_a-mul128ex.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-udllargc.obj: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo -c -o crt/libarm32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm32_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-mul128ex.o `test -f 'intrincs/mul128ex.c' || echo '$(srcdir)/'`intrincs/mul128ex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -intrincs/lib64_libkernel32_a-mul128ex.obj: intrincs/mul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-mul128ex.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-mul128ex.obj `if test -f 'intrincs/mul128ex.c'; then $(CYGPATH_W) 'intrincs/mul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/mul128ex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-mul128ex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/mul128ex.c' object='intrincs/lib64_libkernel32_a-mul128ex.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xthdloc.o: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo -c -o crt/libarm32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm32_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-mul128ex.obj `if test -f 'intrincs/mul128ex.c'; then $(CYGPATH_W) 'intrincs/mul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/mul128ex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -intrincs/lib64_libkernel32_a-umul128ex.o: intrincs/umul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-umul128ex.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-umul128ex.o `test -f 'intrincs/umul128ex.c' || echo '$(srcdir)/'`intrincs/umul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/umul128ex.c' object='intrincs/lib64_libkernel32_a-umul128ex.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xthdloc.obj: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo -c -o crt/libarm32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm32_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` + +crt/libarm32_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm32_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-umul128ex.o `test -f 'intrincs/umul128ex.c' || echo '$(srcdir)/'`intrincs/umul128ex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -intrincs/lib64_libkernel32_a-umul128ex.obj: intrincs/umul128ex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-umul128ex.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo -c -o intrincs/lib64_libkernel32_a-umul128ex.obj `if test -f 'intrincs/umul128ex.c'; then $(CYGPATH_W) 'intrincs/umul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/umul128ex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-umul128ex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/umul128ex.c' object='intrincs/lib64_libkernel32_a-umul128ex.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm32_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-umul128ex.obj `if test -f 'intrincs/umul128ex.c'; then $(CYGPATH_W) 'intrincs/umul128ex.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/umul128ex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -intrincs/lib64_libkernel32_a-_mul128.o: intrincs/_mul128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_mul128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo -c -o intrincs/lib64_libkernel32_a-_mul128.o `test -f 'intrincs/_mul128.c' || echo '$(srcdir)/'`intrincs/_mul128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_mul128.c' object='intrincs/lib64_libkernel32_a-_mul128.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-mingw_custom.o: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm32_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_mul128.o `test -f 'intrincs/_mul128.c' || echo '$(srcdir)/'`intrincs/_mul128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -intrincs/lib64_libkernel32_a-_mul128.obj: intrincs/_mul128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_mul128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo -c -o intrincs/lib64_libkernel32_a-_mul128.obj `if test -f 'intrincs/_mul128.c'; then $(CYGPATH_W) 'intrincs/_mul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_mul128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_mul128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_mul128.c' object='intrincs/lib64_libkernel32_a-_mul128.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm32_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_mul128.obj `if test -f 'intrincs/_mul128.c'; then $(CYGPATH_W) 'intrincs/_mul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_mul128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -intrincs/lib64_libkernel32_a-_umul128.o: intrincs/_umul128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_umul128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo -c -o intrincs/lib64_libkernel32_a-_umul128.o `test -f 'intrincs/_umul128.c' || echo '$(srcdir)/'`intrincs/_umul128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_umul128.c' object='intrincs/lib64_libkernel32_a-_umul128.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm32_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_umul128.o `test -f 'intrincs/_umul128.c' || echo '$(srcdir)/'`intrincs/_umul128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -intrincs/lib64_libkernel32_a-_umul128.obj: intrincs/_umul128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-_umul128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo -c -o intrincs/lib64_libkernel32_a-_umul128.obj `if test -f 'intrincs/_umul128.c'; then $(CYGPATH_W) 'intrincs/_umul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_umul128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-_umul128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_umul128.c' object='intrincs/lib64_libkernel32_a-_umul128.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm32_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-_umul128.obj `if test -f 'intrincs/_umul128.c'; then $(CYGPATH_W) 'intrincs/_umul128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_umul128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -intrincs/lib64_libkernel32_a-__movsq.o: intrincs/__movsq.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsq.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo -c -o intrincs/lib64_libkernel32_a-__movsq.o `test -f 'intrincs/__movsq.c' || echo '$(srcdir)/'`intrincs/__movsq.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsq.c' object='intrincs/lib64_libkernel32_a-__movsq.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm32_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsq.o `test -f 'intrincs/__movsq.c' || echo '$(srcdir)/'`intrincs/__movsq.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -intrincs/lib64_libkernel32_a-__movsq.obj: intrincs/__movsq.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__movsq.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo -c -o intrincs/lib64_libkernel32_a-__movsq.obj `if test -f 'intrincs/__movsq.c'; then $(CYGPATH_W) 'intrincs/__movsq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsq.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__movsq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsq.c' object='intrincs/lib64_libkernel32_a-__movsq.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm32_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__movsq.obj `if test -f 'intrincs/__movsq.c'; then $(CYGPATH_W) 'intrincs/__movsq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsq.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -intrincs/lib64_libkernel32_a-__stosq.o: intrincs/__stosq.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosq.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo -c -o intrincs/lib64_libkernel32_a-__stosq.o `test -f 'intrincs/__stosq.c' || echo '$(srcdir)/'`intrincs/__stosq.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosq.c' object='intrincs/lib64_libkernel32_a-__stosq.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-udll_argv.o: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo -c -o crt/libarm32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm32_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosq.o `test -f 'intrincs/__stosq.c' || echo '$(srcdir)/'`intrincs/__stosq.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -intrincs/lib64_libkernel32_a-__stosq.obj: intrincs/__stosq.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__stosq.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo -c -o intrincs/lib64_libkernel32_a-__stosq.obj `if test -f 'intrincs/__stosq.c'; then $(CYGPATH_W) 'intrincs/__stosq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosq.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__stosq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosq.c' object='intrincs/lib64_libkernel32_a-__stosq.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-udll_argv.obj: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo -c -o crt/libarm32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm32_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__stosq.obj `if test -f 'intrincs/__stosq.c'; then $(CYGPATH_W) 'intrincs/__stosq.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosq.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -intrincs/lib64_libkernel32_a-__shiftright128.o: intrincs/__shiftright128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftright128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftright128.o `test -f 'intrincs/__shiftright128.c' || echo '$(srcdir)/'`intrincs/__shiftright128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftright128.c' object='intrincs/lib64_libkernel32_a-__shiftright128.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xtxtmode.o: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm32_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftright128.o `test -f 'intrincs/__shiftright128.c' || echo '$(srcdir)/'`intrincs/__shiftright128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -intrincs/lib64_libkernel32_a-__shiftright128.obj: intrincs/__shiftright128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftright128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftright128.obj `if test -f 'intrincs/__shiftright128.c'; then $(CYGPATH_W) 'intrincs/__shiftright128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftright128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftright128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftright128.c' object='intrincs/lib64_libkernel32_a-__shiftright128.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm32_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftright128.obj `if test -f 'intrincs/__shiftright128.c'; then $(CYGPATH_W) 'intrincs/__shiftright128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftright128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -intrincs/lib64_libkernel32_a-bittestci64.o: intrincs/bittestci64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci64.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci64.o `test -f 'intrincs/bittestci64.c' || echo '$(srcdir)/'`intrincs/bittestci64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci64.c' object='intrincs/lib64_libkernel32_a-bittestci64.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt_handler.o: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo -c -o crt/libarm32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm32_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci64.o `test -f 'intrincs/bittestci64.c' || echo '$(srcdir)/'`intrincs/bittestci64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -intrincs/lib64_libkernel32_a-bittestci64.obj: intrincs/bittestci64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-bittestci64.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo -c -o intrincs/lib64_libkernel32_a-bittestci64.obj `if test -f 'intrincs/bittestci64.c'; then $(CYGPATH_W) 'intrincs/bittestci64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-bittestci64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci64.c' object='intrincs/lib64_libkernel32_a-bittestci64.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-crt_handler.obj: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo -c -o crt/libarm32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm32_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-bittestci64.obj `if test -f 'intrincs/bittestci64.c'; then $(CYGPATH_W) 'intrincs/bittestci64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -intrincs/lib64_libkernel32_a-__faststorefence.o: intrincs/__faststorefence.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__faststorefence.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo -c -o intrincs/lib64_libkernel32_a-__faststorefence.o `test -f 'intrincs/__faststorefence.c' || echo '$(srcdir)/'`intrincs/__faststorefence.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__faststorefence.c' object='intrincs/lib64_libkernel32_a-__faststorefence.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsthrd.o: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm32_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__faststorefence.o `test -f 'intrincs/__faststorefence.c' || echo '$(srcdir)/'`intrincs/__faststorefence.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -intrincs/lib64_libkernel32_a-__faststorefence.obj: intrincs/__faststorefence.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__faststorefence.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo -c -o intrincs/lib64_libkernel32_a-__faststorefence.obj `if test -f 'intrincs/__faststorefence.c'; then $(CYGPATH_W) 'intrincs/__faststorefence.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__faststorefence.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__faststorefence.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__faststorefence.c' object='intrincs/lib64_libkernel32_a-__faststorefence.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm32_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__faststorefence.obj `if test -f 'intrincs/__faststorefence.c'; then $(CYGPATH_W) 'intrincs/__faststorefence.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__faststorefence.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -intrincs/lib64_libkernel32_a-__shiftleft128.o: intrincs/__shiftleft128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftleft128.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftleft128.o `test -f 'intrincs/__shiftleft128.c' || echo '$(srcdir)/'`intrincs/__shiftleft128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftleft128.c' object='intrincs/lib64_libkernel32_a-__shiftleft128.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsmthread.o: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm32_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftleft128.o `test -f 'intrincs/__shiftleft128.c' || echo '$(srcdir)/'`intrincs/__shiftleft128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -intrincs/lib64_libkernel32_a-__shiftleft128.obj: intrincs/__shiftleft128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-__shiftleft128.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo -c -o intrincs/lib64_libkernel32_a-__shiftleft128.obj `if test -f 'intrincs/__shiftleft128.c'; then $(CYGPATH_W) 'intrincs/__shiftleft128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftleft128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-__shiftleft128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__shiftleft128.c' object='intrincs/lib64_libkernel32_a-__shiftleft128.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm32_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-__shiftleft128.obj `if test -f 'intrincs/__shiftleft128.c'; then $(CYGPATH_W) 'intrincs/__shiftleft128.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__shiftleft128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -intrincs/lib64_libkernel32_a-readcr8.o: intrincs/readcr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr8.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo -c -o intrincs/lib64_libkernel32_a-readcr8.o `test -f 'intrincs/readcr8.c' || echo '$(srcdir)/'`intrincs/readcr8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr8.c' object='intrincs/lib64_libkernel32_a-readcr8.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm32_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr8.o `test -f 'intrincs/readcr8.c' || echo '$(srcdir)/'`intrincs/readcr8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -intrincs/lib64_libkernel32_a-readcr8.obj: intrincs/readcr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-readcr8.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo -c -o intrincs/lib64_libkernel32_a-readcr8.obj `if test -f 'intrincs/readcr8.c'; then $(CYGPATH_W) 'intrincs/readcr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr8.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-readcr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr8.c' object='intrincs/lib64_libkernel32_a-readcr8.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm32_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-readcr8.obj `if test -f 'intrincs/readcr8.c'; then $(CYGPATH_W) 'intrincs/readcr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr8.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -intrincs/lib64_libkernel32_a-writecr8.o: intrincs/writecr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr8.o -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo -c -o intrincs/lib64_libkernel32_a-writecr8.o `test -f 'intrincs/writecr8.c' || echo '$(srcdir)/'`intrincs/writecr8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr8.c' object='intrincs/lib64_libkernel32_a-writecr8.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingw32_a-cxa_atexit.o: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cxa_atexit.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Tpo -c -o crt/libarm32_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/libarm32_libmingw32_a-cxa_atexit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c + +crt/libarm32_libmingw32_a-cxa_atexit.obj: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cxa_atexit.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Tpo -c -o crt/libarm32_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/libarm32_libmingw32_a-cxa_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr8.o `test -f 'intrincs/writecr8.c' || echo '$(srcdir)/'`intrincs/writecr8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` -intrincs/lib64_libkernel32_a-writecr8.obj: intrincs/writecr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/lib64_libkernel32_a-writecr8.obj -MD -MP -MF intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo -c -o intrincs/lib64_libkernel32_a-writecr8.obj `if test -f 'intrincs/writecr8.c'; then $(CYGPATH_W) 'intrincs/writecr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr8.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Tpo intrincs/$(DEPDIR)/lib64_libkernel32_a-writecr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr8.c' object='intrincs/lib64_libkernel32_a-writecr8.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingwex_a-dllentry.o: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo -c -o crt/libarm32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm32_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/lib64_libkernel32_a-writecr8.obj `if test -f 'intrincs/writecr8.c'; then $(CYGPATH_W) 'intrincs/writecr8.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr8.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -libsrc/lib64_libksguid_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo -c -o libsrc/lib64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingwex_a-dllentry.obj: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo -c -o crt/libarm32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm32_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -libsrc/lib64_libksguid_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo -c -o libsrc/lib64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingwex_a-dllmain.o: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo -c -o crt/libarm32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm32_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -libsrc/lib64_libksuser_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo -c -o libsrc/lib64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libmingwex_a-dllmain.obj: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo -c -o crt/libarm32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm32_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -libsrc/lib64_libksuser_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo -c -o libsrc/lib64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/lib64_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/lib64_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-_cabs.o: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo -c -o complex/libarm32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm32_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -libsrc/lib64_liblargeint_a-largeint.o: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo -c -o libsrc/lib64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib64_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-_cabs.obj: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo -c -o complex/libarm32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm32_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -libsrc/lib64_liblargeint_a-largeint.obj: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo -c -o libsrc/lib64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/lib64_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/lib64_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabs.o: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo -c -o complex/libarm32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm32_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -libsrc/lib64_liblocationapi_a-locationapi.o: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib64_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabs.obj: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo -c -o complex/libarm32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm32_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -libsrc/lib64_liblocationapi_a-locationapi.obj: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo -c -o libsrc/lib64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/lib64_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/lib64_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabsf.o: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo -c -o complex/libarm32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm32_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -lib64_libm_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo -c -o lib64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabsf.obj: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo -c -o complex/libarm32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm32_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -lib64_libm_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo -c -o lib64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libm_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabsl.o: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo -c -o complex/libarm32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm32_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -libsrc/lib64_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib64_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cabsl.obj: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo -c -o complex/libarm32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm32_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -libsrc/lib64_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/lib64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/lib64_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/lib64_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacos.o: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo -c -o complex/libarm32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm32_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -crt/lib64_libmingw32_a-atonexit.o: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-atonexit.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Tpo -c -o crt/lib64_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/lib64_libmingw32_a-atonexit.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c - -crt/lib64_libmingw32_a-atonexit.obj: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-atonexit.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Tpo -c -o crt/lib64_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/lib64_libmingw32_a-atonexit.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacos.obj: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo -c -o complex/libarm32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm32_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -crt/lib64_libmingw32_a-crt0_c.o: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo -c -o crt/lib64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib64_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacosf.o: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo -c -o complex/libarm32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm32_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -crt/lib64_libmingw32_a-crt0_c.obj: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo -c -o crt/lib64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/lib64_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacosf.obj: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo -c -o complex/libarm32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm32_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -crt/lib64_libmingw32_a-dll_argv.o: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo -c -o crt/lib64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib64_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacosl.o: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo -c -o complex/libarm32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm32_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -crt/lib64_libmingw32_a-dll_argv.obj: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo -c -o crt/lib64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/lib64_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cacosl.obj: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo -c -o complex/libarm32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm32_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -crt/lib64_libmingw32_a-gccmain.o: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo -c -o crt/lib64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib64_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-carg.o: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo -c -o complex/libarm32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm32_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -crt/lib64_libmingw32_a-gccmain.obj: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo -c -o crt/lib64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/lib64_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-carg.obj: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo -c -o complex/libarm32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm32_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -crt/lib64_libmingw32_a-natstart.o: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo -c -o crt/lib64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib64_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cargf.o: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo -c -o complex/libarm32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm32_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -crt/lib64_libmingw32_a-natstart.obj: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo -c -o crt/lib64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/lib64_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cargf.obj: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo -c -o complex/libarm32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm32_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` -crt/lib64_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib64_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cargl.o: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo -c -o complex/libarm32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm32_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -crt/lib64_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/lib64_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cargl.obj: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo -c -o complex/libarm32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm32_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -crt/lib64_libmingw32_a-wildcard.o: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo -c -o crt/lib64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib64_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casin.o: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo -c -o complex/libarm32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm32_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -crt/lib64_libmingw32_a-wildcard.obj: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo -c -o crt/lib64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/lib64_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casin.obj: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo -c -o complex/libarm32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm32_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -crt/lib64_libmingw32_a-charmax.o: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo -c -o crt/lib64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib64_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casinf.o: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo -c -o complex/libarm32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm32_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -crt/lib64_libmingw32_a-charmax.obj: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo -c -o crt/lib64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/lib64_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casinf.obj: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo -c -o complex/libarm32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm32_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -crt/lib64_libmingw32_a-crt0_w.o: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo -c -o crt/lib64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib64_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casinl.o: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo -c -o complex/libarm32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm32_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -crt/lib64_libmingw32_a-crt0_w.obj: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo -c -o crt/lib64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/lib64_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-casinl.obj: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo -c -o complex/libarm32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm32_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -crt/lib64_libmingw32_a-dllargv.o: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo -c -o crt/lib64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib64_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catan.o: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo -c -o complex/libarm32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm32_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -crt/lib64_libmingw32_a-dllargv.obj: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo -c -o crt/lib64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/lib64_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catan.obj: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo -c -o complex/libarm32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm32_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -crt/lib64_libmingw32_a-gs_support.o: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo -c -o crt/lib64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib64_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catanf.o: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo -c -o complex/libarm32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm32_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -crt/lib64_libmingw32_a-gs_support.obj: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo -c -o crt/lib64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/lib64_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catanf.obj: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo -c -o complex/libarm32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm32_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -crt/lib64_libmingw32_a-_newmode.o: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo -c -o crt/lib64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib64_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catanl.o: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo -c -o complex/libarm32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm32_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -crt/lib64_libmingw32_a-_newmode.obj: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo -c -o crt/lib64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/lib64_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-catanl.obj: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo -c -o complex/libarm32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm32_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -crt/lib64_libmingw32_a-tlssup.o: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo -c -o crt/lib64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib64_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccos.o: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo -c -o complex/libarm32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm32_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -crt/lib64_libmingw32_a-tlssup.obj: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo -c -o crt/lib64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/lib64_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccos.obj: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo -c -o complex/libarm32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm32_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -crt/lib64_libmingw32_a-xncommod.o: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo -c -o crt/lib64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib64_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccosf.o: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo -c -o complex/libarm32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm32_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -crt/lib64_libmingw32_a-xncommod.obj: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo -c -o crt/lib64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/lib64_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccosf.obj: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo -c -o complex/libarm32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm32_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -crt/lib64_libmingw32_a-cinitexe.o: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo -c -o crt/lib64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib64_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccosl.o: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo -c -o complex/libarm32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm32_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -crt/lib64_libmingw32_a-cinitexe.obj: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo -c -o crt/lib64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/lib64_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ccosl.obj: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo -c -o complex/libarm32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm32_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -crt/lib64_libmingw32_a-merr.o: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo -c -o crt/lib64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib64_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexp.o: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo -c -o complex/libarm32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm32_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -crt/lib64_libmingw32_a-merr.obj: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo -c -o crt/lib64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/lib64_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexp.obj: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo -c -o complex/libarm32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm32_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -crt/lib64_libmingw32_a-pesect.o: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo -c -o crt/lib64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib64_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexpf.o: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo -c -o complex/libarm32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm32_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -crt/lib64_libmingw32_a-pesect.obj: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo -c -o crt/lib64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/lib64_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexpf.obj: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo -c -o complex/libarm32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm32_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -crt/lib64_libmingw32_a-udllargc.o: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo -c -o crt/lib64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib64_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexpl.o: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo -c -o complex/libarm32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm32_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -crt/lib64_libmingw32_a-udllargc.obj: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo -c -o crt/lib64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/lib64_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cexpl.obj: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo -c -o complex/libarm32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm32_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -crt/lib64_libmingw32_a-xthdloc.o: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo -c -o crt/lib64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib64_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimag.o: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo -c -o complex/libarm32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm32_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -crt/lib64_libmingw32_a-xthdloc.obj: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo -c -o crt/lib64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/lib64_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimag.obj: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo -c -o complex/libarm32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm32_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -crt/lib64_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib64_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimagf.o: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo -c -o complex/libarm32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm32_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -crt/lib64_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo -c -o crt/lib64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/lib64_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimagf.obj: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo -c -o complex/libarm32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm32_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -crt/lib64_libmingw32_a-mingw_custom.o: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo -c -o crt/lib64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib64_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimagl.o: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo -c -o complex/libarm32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm32_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -crt/lib64_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo -c -o crt/lib64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/lib64_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cimagl.obj: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo -c -o complex/libarm32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm32_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -crt/lib64_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib64_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog.o: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo -c -o complex/libarm32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm32_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -crt/lib64_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo -c -o crt/lib64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/lib64_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog.obj: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo -c -o complex/libarm32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm32_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -crt/lib64_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib64_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clogf.o: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo -c -o complex/libarm32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm32_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -crt/lib64_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/lib64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/lib64_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clogf.obj: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo -c -o complex/libarm32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm32_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -crt/lib64_libmingw32_a-udll_argv.o: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo -c -o crt/lib64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib64_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clogl.o: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo -c -o complex/libarm32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm32_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -crt/lib64_libmingw32_a-udll_argv.obj: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo -c -o crt/lib64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/lib64_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clogl.obj: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo -c -o complex/libarm32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm32_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -crt/lib64_libmingw32_a-xtxtmode.o: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo -c -o crt/lib64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib64_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10.o: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Tpo -c -o complex/libarm32_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/libarm32_libmingwex_a-clog10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c -crt/lib64_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo -c -o crt/lib64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/lib64_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10.obj: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Tpo -c -o complex/libarm32_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/libarm32_libmingwex_a-clog10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` -crt/lib64_libmingw32_a-crt_handler.o: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo -c -o crt/lib64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib64_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10f.o: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10f.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Tpo -c -o complex/libarm32_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/libarm32_libmingwex_a-clog10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c -crt/lib64_libmingw32_a-crt_handler.obj: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo -c -o crt/lib64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/lib64_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10f.obj: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10f.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Tpo -c -o complex/libarm32_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/libarm32_libmingwex_a-clog10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` -crt/lib64_libmingw32_a-tlsthrd.o: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo -c -o crt/lib64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib64_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10l.o: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10l.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Tpo -c -o complex/libarm32_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/libarm32_libmingwex_a-clog10l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c -crt/lib64_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo -c -o crt/lib64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/lib64_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-clog10l.obj: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog10l.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Tpo -c -o complex/libarm32_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/libarm32_libmingwex_a-clog10l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` -crt/lib64_libmingw32_a-tlsmthread.o: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo -c -o crt/lib64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib64_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conj.o: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo -c -o complex/libarm32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm32_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -crt/lib64_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo -c -o crt/lib64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/lib64_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conj.obj: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo -c -o complex/libarm32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm32_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -crt/lib64_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib64_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conjf.o: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo -c -o complex/libarm32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm32_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -crt/lib64_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo -c -o crt/lib64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/lib64_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/lib64_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conjf.obj: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo -c -o complex/libarm32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm32_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -crt/lib64_libmingwex_a-dllentry.o: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo -c -o crt/lib64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib64_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conjl.o: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo -c -o complex/libarm32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm32_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -crt/lib64_libmingwex_a-dllentry.obj: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo -c -o crt/lib64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/lib64_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-conjl.obj: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo -c -o complex/libarm32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm32_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -crt/lib64_libmingwex_a-dllmain.o: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo -c -o crt/lib64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib64_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpow.o: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo -c -o complex/libarm32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm32_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -crt/lib64_libmingwex_a-dllmain.obj: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/lib64_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo -c -o crt/lib64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/lib64_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/lib64_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpow.obj: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo -c -o complex/libarm32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm32_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/lib64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -complex/lib64_libmingwex_a-_cabs.o: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo -c -o complex/lib64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib64_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpowf.o: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo -c -o complex/libarm32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm32_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -complex/lib64_libmingwex_a-_cabs.obj: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo -c -o complex/lib64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/lib64_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpowf.obj: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo -c -o complex/libarm32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm32_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -complex/lib64_libmingwex_a-cabs.o: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo -c -o complex/lib64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib64_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpowl.o: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo -c -o complex/libarm32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm32_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -complex/lib64_libmingwex_a-cabs.obj: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo -c -o complex/lib64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/lib64_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cpowl.obj: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo -c -o complex/libarm32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm32_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -complex/lib64_libmingwex_a-cabsf.o: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo -c -o complex/lib64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib64_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cproj.o: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo -c -o complex/libarm32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm32_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -complex/lib64_libmingwex_a-cabsf.obj: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo -c -o complex/lib64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/lib64_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cproj.obj: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo -c -o complex/libarm32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm32_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -complex/lib64_libmingwex_a-cabsl.o: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo -c -o complex/lib64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib64_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cprojf.o: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo -c -o complex/libarm32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm32_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -complex/lib64_libmingwex_a-cabsl.obj: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo -c -o complex/lib64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/lib64_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cprojf.obj: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo -c -o complex/libarm32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm32_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -complex/lib64_libmingwex_a-cacos.o: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo -c -o complex/lib64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib64_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cprojl.o: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo -c -o complex/libarm32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm32_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -complex/lib64_libmingwex_a-cacos.obj: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo -c -o complex/lib64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/lib64_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-cprojl.obj: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo -c -o complex/libarm32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm32_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -complex/lib64_libmingwex_a-cacosf.o: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo -c -o complex/lib64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib64_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-creal.o: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo -c -o complex/libarm32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm32_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -complex/lib64_libmingwex_a-cacosf.obj: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo -c -o complex/lib64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/lib64_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-creal.obj: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo -c -o complex/libarm32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm32_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -complex/lib64_libmingwex_a-cacosl.o: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo -c -o complex/lib64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib64_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-crealf.o: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo -c -o complex/libarm32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm32_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -complex/lib64_libmingwex_a-cacosl.obj: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo -c -o complex/lib64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/lib64_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-crealf.obj: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo -c -o complex/libarm32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm32_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -complex/lib64_libmingwex_a-carg.o: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo -c -o complex/lib64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib64_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-creall.o: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo -c -o complex/libarm32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm32_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -complex/lib64_libmingwex_a-carg.obj: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo -c -o complex/lib64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/lib64_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-creall.obj: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo -c -o complex/libarm32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm32_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -complex/lib64_libmingwex_a-cargf.o: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo -c -o complex/lib64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib64_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csin.o: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo -c -o complex/libarm32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm32_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -complex/lib64_libmingwex_a-cargf.obj: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo -c -o complex/lib64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/lib64_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csin.obj: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo -c -o complex/libarm32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm32_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -complex/lib64_libmingwex_a-cargl.o: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo -c -o complex/lib64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib64_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csinf.o: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo -c -o complex/libarm32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm32_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -complex/lib64_libmingwex_a-cargl.obj: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo -c -o complex/lib64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/lib64_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csinf.obj: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo -c -o complex/libarm32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm32_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -complex/lib64_libmingwex_a-casin.o: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo -c -o complex/lib64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib64_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csinl.o: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo -c -o complex/libarm32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm32_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -complex/lib64_libmingwex_a-casin.obj: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo -c -o complex/lib64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/lib64_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csinl.obj: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo -c -o complex/libarm32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm32_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -complex/lib64_libmingwex_a-casinf.o: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo -c -o complex/lib64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib64_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrt.o: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo -c -o complex/libarm32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm32_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -complex/lib64_libmingwex_a-casinf.obj: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo -c -o complex/lib64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/lib64_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrt.obj: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo -c -o complex/libarm32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm32_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -complex/lib64_libmingwex_a-casinl.o: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo -c -o complex/lib64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib64_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrtf.o: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo -c -o complex/libarm32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm32_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -complex/lib64_libmingwex_a-casinl.obj: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo -c -o complex/lib64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/lib64_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrtf.obj: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo -c -o complex/libarm32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm32_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -complex/lib64_libmingwex_a-catan.o: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo -c -o complex/lib64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib64_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrtl.o: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo -c -o complex/libarm32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm32_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -complex/lib64_libmingwex_a-catan.obj: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo -c -o complex/lib64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/lib64_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-csqrtl.obj: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo -c -o complex/libarm32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm32_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -complex/lib64_libmingwex_a-catanf.o: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo -c -o complex/lib64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib64_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctan.o: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo -c -o complex/libarm32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm32_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -complex/lib64_libmingwex_a-catanf.obj: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo -c -o complex/lib64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/lib64_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctan.obj: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo -c -o complex/libarm32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm32_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -complex/lib64_libmingwex_a-catanl.o: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo -c -o complex/lib64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib64_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctanf.o: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo -c -o complex/libarm32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm32_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -complex/lib64_libmingwex_a-catanl.obj: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo -c -o complex/lib64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/lib64_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctanf.obj: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo -c -o complex/libarm32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm32_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -complex/lib64_libmingwex_a-ccos.o: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo -c -o complex/lib64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib64_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctanl.o: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo -c -o complex/libarm32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm32_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -complex/lib64_libmingwex_a-ccos.obj: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo -c -o complex/lib64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/lib64_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm32_libmingwex_a-ctanl.obj: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo -c -o complex/libarm32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm32_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -complex/lib64_libmingwex_a-ccosf.o: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo -c -o complex/lib64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib64_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-arithchk.o: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm32_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -complex/lib64_libmingwex_a-ccosf.obj: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo -c -o complex/lib64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/lib64_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-arithchk.obj: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm32_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -complex/lib64_libmingwex_a-ccosl.o: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo -c -o complex/lib64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib64_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-dmisc.o: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm32_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -complex/lib64_libmingwex_a-ccosl.obj: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo -c -o complex/lib64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/lib64_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-dmisc.obj: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm32_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -complex/lib64_libmingwex_a-cexp.o: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo -c -o complex/lib64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib64_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-dtoa.o: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm32_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -complex/lib64_libmingwex_a-cexp.obj: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo -c -o complex/lib64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/lib64_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-dtoa.obj: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm32_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -complex/lib64_libmingwex_a-cexpf.o: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo -c -o complex/lib64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib64_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm32_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -complex/lib64_libmingwex_a-cexpf.obj: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo -c -o complex/lib64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/lib64_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm32_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -complex/lib64_libmingwex_a-cexpl.o: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo -c -o complex/lib64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib64_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm32_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -complex/lib64_libmingwex_a-cexpl.obj: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo -c -o complex/lib64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/lib64_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm32_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -complex/lib64_libmingwex_a-cimag.o: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo -c -o complex/lib64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib64_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gethex.o: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm32_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -complex/lib64_libmingwex_a-cimag.obj: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo -c -o complex/lib64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/lib64_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gethex.obj: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm32_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -complex/lib64_libmingwex_a-cimagf.o: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo -c -o complex/lib64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib64_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm32_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -complex/lib64_libmingwex_a-cimagf.obj: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo -c -o complex/lib64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/lib64_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm32_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -complex/lib64_libmingwex_a-cimagl.o: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo -c -o complex/lib64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib64_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm32_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -complex/lib64_libmingwex_a-cimagl.obj: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo -c -o complex/lib64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/lib64_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm32_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -complex/lib64_libmingwex_a-clog.o: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo -c -o complex/lib64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib64_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gmisc.o: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm32_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c -complex/lib64_libmingwex_a-clog.obj: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo -c -o complex/lib64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/lib64_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-gmisc.obj: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm32_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -complex/lib64_libmingwex_a-clogf.o: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo -c -o complex/lib64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib64_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm32_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -complex/lib64_libmingwex_a-clogf.obj: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo -c -o complex/lib64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/lib64_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm32_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -complex/lib64_libmingwex_a-clogl.o: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo -c -o complex/lib64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib64_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-hd_init.o: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm32_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -complex/lib64_libmingwex_a-clogl.obj: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo -c -o complex/lib64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/lib64_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-hd_init.obj: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm32_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -complex/lib64_libmingwex_a-conj.o: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo -c -o complex/lib64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib64_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-hexnan.o: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm32_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -complex/lib64_libmingwex_a-conj.obj: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo -c -o complex/lib64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/lib64_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-hexnan.obj: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm32_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -complex/lib64_libmingwex_a-conjf.o: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo -c -o complex/lib64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib64_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-misc.o: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo -c -o gdtoa/libarm32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm32_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c -complex/lib64_libmingwex_a-conjf.obj: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo -c -o complex/lib64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/lib64_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-misc.obj: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo -c -o gdtoa/libarm32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm32_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -complex/lib64_libmingwex_a-conjl.o: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo -c -o complex/lib64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib64_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-qnan.o: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm32_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -complex/lib64_libmingwex_a-conjl.obj: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo -c -o complex/lib64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/lib64_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-qnan.obj: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm32_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -complex/lib64_libmingwex_a-cpow.o: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo -c -o complex/lib64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib64_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-smisc.o: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm32_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c + +gdtoa/libarm32_libmingwex_a-smisc.obj: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm32_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -complex/lib64_libmingwex_a-cpow.obj: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo -c -o complex/lib64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/lib64_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtodg.o: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm32_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -complex/lib64_libmingwex_a-cpowf.o: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo -c -o complex/lib64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib64_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtodg.obj: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm32_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -complex/lib64_libmingwex_a-cpowf.obj: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo -c -o complex/lib64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/lib64_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm32_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -complex/lib64_libmingwex_a-cpowl.o: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo -c -o complex/lib64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib64_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm32_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -complex/lib64_libmingwex_a-cpowl.obj: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo -c -o complex/lib64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/lib64_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtof.o: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -complex/lib64_libmingwex_a-cproj.o: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo -c -o complex/lib64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib64_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtof.obj: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -complex/lib64_libmingwex_a-cproj.obj: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo -c -o complex/lib64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/lib64_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtopx.o: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm32_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -complex/lib64_libmingwex_a-cprojf.o: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo -c -o complex/lib64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib64_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-strtopx.obj: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm32_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -complex/lib64_libmingwex_a-cprojf.obj: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo -c -o complex/lib64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/lib64_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-sum.o: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo -c -o gdtoa/libarm32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm32_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -complex/lib64_libmingwex_a-cprojl.o: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo -c -o complex/lib64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib64_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-sum.obj: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo -c -o gdtoa/libarm32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm32_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -complex/lib64_libmingwex_a-cprojl.obj: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo -c -o complex/lib64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/lib64_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-ulp.o: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm32_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -complex/lib64_libmingwex_a-creal.o: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo -c -o complex/lib64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib64_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm32_libmingwex_a-ulp.obj: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm32_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -complex/lib64_libmingwex_a-creal.obj: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo -c -o complex/lib64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/lib64_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrt.o: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo -c -o math/libarm32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm32_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -complex/lib64_libmingwex_a-crealf.o: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo -c -o complex/lib64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib64_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrt.obj: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo -c -o math/libarm32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm32_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -complex/lib64_libmingwex_a-crealf.obj: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo -c -o complex/lib64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/lib64_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrtf.o: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo -c -o math/libarm32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm32_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -complex/lib64_libmingwex_a-creall.o: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo -c -o complex/lib64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib64_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrtf.obj: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo -c -o math/libarm32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm32_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -complex/lib64_libmingwex_a-creall.obj: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo -c -o complex/lib64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/lib64_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrtl.o: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo -c -o math/libarm32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm32_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -complex/lib64_libmingwex_a-csin.o: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo -c -o complex/lib64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib64_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cbrtl.obj: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo -c -o math/libarm32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm32_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -complex/lib64_libmingwex_a-csin.obj: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo -c -o complex/lib64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/lib64_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cephes_emath.o: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo -c -o math/libarm32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm32_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -complex/lib64_libmingwex_a-csinf.o: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo -c -o complex/lib64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib64_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-cephes_emath.obj: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo -c -o math/libarm32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm32_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -complex/lib64_libmingwex_a-csinf.obj: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo -c -o complex/lib64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/lib64_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-copysign.o: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo -c -o math/libarm32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm32_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -complex/lib64_libmingwex_a-csinl.o: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo -c -o complex/lib64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib64_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-copysign.obj: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo -c -o math/libarm32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm32_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -complex/lib64_libmingwex_a-csinl.obj: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo -c -o complex/lib64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/lib64_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-copysignf.o: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo -c -o math/libarm32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm32_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -complex/lib64_libmingwex_a-csqrt.o: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo -c -o complex/lib64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib64_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-copysignf.obj: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo -c -o math/libarm32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm32_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -complex/lib64_libmingwex_a-csqrt.obj: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo -c -o complex/lib64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/lib64_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-coshf.o: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo -c -o math/libarm32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm32_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -complex/lib64_libmingwex_a-csqrtf.o: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo -c -o complex/lib64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib64_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-coshf.obj: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo -c -o math/libarm32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm32_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -complex/lib64_libmingwex_a-csqrtf.obj: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo -c -o complex/lib64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/lib64_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-coshl.o: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo -c -o math/libarm32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm32_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -complex/lib64_libmingwex_a-csqrtl.o: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo -c -o complex/lib64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib64_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-coshl.obj: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo -c -o math/libarm32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm32_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -complex/lib64_libmingwex_a-csqrtl.obj: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo -c -o complex/lib64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/lib64_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-erfl.o: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo -c -o math/libarm32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm32_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -complex/lib64_libmingwex_a-ctan.o: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo -c -o complex/lib64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib64_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-erfl.obj: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo -c -o math/libarm32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm32_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -complex/lib64_libmingwex_a-ctan.obj: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo -c -o complex/lib64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/lib64_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-expf.o: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo -c -o math/libarm32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm32_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -complex/lib64_libmingwex_a-ctanf.o: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo -c -o complex/lib64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib64_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-expf.obj: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo -c -o math/libarm32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm32_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -complex/lib64_libmingwex_a-ctanf.obj: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo -c -o complex/lib64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/lib64_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabs.o: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo -c -o math/libarm32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm32_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -complex/lib64_libmingwex_a-ctanl.o: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo -c -o complex/lib64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib64_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabs.obj: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo -c -o math/libarm32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm32_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -complex/lib64_libmingwex_a-ctanl.obj: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/lib64_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo -c -o complex/lib64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/lib64_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/lib64_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabsf.o: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo -c -o math/libarm32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm32_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/lib64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -gdtoa/lib64_libmingwex_a-arithchk.o: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib64_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabsf.obj: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo -c -o math/libarm32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm32_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -gdtoa/lib64_libmingwex_a-arithchk.obj: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo -c -o gdtoa/lib64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/lib64_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabsl.o: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo -c -o math/libarm32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm32_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -gdtoa/lib64_libmingwex_a-dmisc.o: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib64_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fabsl.obj: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo -c -o math/libarm32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm32_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -gdtoa/lib64_libmingwex_a-dmisc.obj: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/lib64_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdim.o: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo -c -o math/libarm32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm32_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -gdtoa/lib64_libmingwex_a-dtoa.o: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib64_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdim.obj: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo -c -o math/libarm32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm32_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -gdtoa/lib64_libmingwex_a-dtoa.obj: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/lib64_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdimf.o: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo -c -o math/libarm32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm32_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -gdtoa/lib64_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib64_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdimf.obj: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo -c -o math/libarm32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm32_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -gdtoa/lib64_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/lib64_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdiml.o: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo -c -o math/libarm32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm32_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -gdtoa/lib64_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib64_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fdiml.obj: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo -c -o math/libarm32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm32_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -gdtoa/lib64_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/lib64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/lib64_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fma.o: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo -c -o math/libarm32_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/libarm32_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c -gdtoa/lib64_libmingwex_a-gethex.o: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo -c -o gdtoa/lib64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib64_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fma.obj: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo -c -o math/libarm32_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/libarm32_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` -gdtoa/lib64_libmingwex_a-gethex.obj: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo -c -o gdtoa/lib64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/lib64_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaf.o: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo -c -o math/libarm32_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/libarm32_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c -gdtoa/lib64_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib64_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaf.obj: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo -c -o math/libarm32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/libarm32_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` -gdtoa/lib64_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/lib64_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmal.o: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo -c -o math/libarm32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm32_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -gdtoa/lib64_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib64_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmal.obj: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo -c -o math/libarm32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm32_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -gdtoa/lib64_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/lib64_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmax.o: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo -c -o math/libarm32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm32_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -gdtoa/lib64_libmingwex_a-gmisc.o: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib64_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmax.obj: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo -c -o math/libarm32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm32_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -gdtoa/lib64_libmingwex_a-gmisc.obj: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo -c -o gdtoa/lib64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/lib64_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaxf.o: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo -c -o math/libarm32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm32_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -gdtoa/lib64_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib64_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaxf.obj: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo -c -o math/libarm32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm32_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -gdtoa/lib64_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/lib64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/lib64_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaxl.o: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo -c -o math/libarm32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm32_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -gdtoa/lib64_libmingwex_a-hd_init.o: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib64_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmaxl.obj: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo -c -o math/libarm32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm32_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -gdtoa/lib64_libmingwex_a-hd_init.obj: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo -c -o gdtoa/lib64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/lib64_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmin.o: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo -c -o math/libarm32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm32_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -gdtoa/lib64_libmingwex_a-hexnan.o: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib64_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fmin.obj: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo -c -o math/libarm32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm32_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -gdtoa/lib64_libmingwex_a-hexnan.obj: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo -c -o gdtoa/lib64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/lib64_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fminf.o: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo -c -o math/libarm32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm32_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -gdtoa/lib64_libmingwex_a-misc.o: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo -c -o gdtoa/lib64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib64_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fminf.obj: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo -c -o math/libarm32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm32_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -gdtoa/lib64_libmingwex_a-misc.obj: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo -c -o gdtoa/lib64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/lib64_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fminl.o: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo -c -o math/libarm32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm32_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -gdtoa/lib64_libmingwex_a-qnan.o: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo -c -o gdtoa/lib64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib64_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fminl.obj: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo -c -o math/libarm32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm32_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -gdtoa/lib64_libmingwex_a-qnan.obj: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo -c -o gdtoa/lib64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/lib64_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_consts.o: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo -c -o math/libarm32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm32_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -gdtoa/lib64_libmingwex_a-smisc.o: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo -c -o gdtoa/lib64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib64_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_consts.obj: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo -c -o math/libarm32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm32_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -gdtoa/lib64_libmingwex_a-smisc.obj: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo -c -o gdtoa/lib64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/lib64_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_constsf.o: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo -c -o math/libarm32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm32_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -gdtoa/lib64_libmingwex_a-strtodg.o: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib64_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_constsf.obj: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo -c -o math/libarm32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm32_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -gdtoa/lib64_libmingwex_a-strtodg.obj: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/lib64_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_constsl.o: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo -c -o math/libarm32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm32_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -gdtoa/lib64_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib64_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fp_constsl.obj: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo -c -o math/libarm32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm32_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -gdtoa/lib64_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/lib64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/lib64_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassify.o: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo -c -o math/libarm32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm32_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -gdtoa/lib64_libmingwex_a-strtof.o: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o gdtoa/lib64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassify.obj: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo -c -o math/libarm32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm32_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -gdtoa/lib64_libmingwex_a-strtof.obj: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o gdtoa/lib64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/lib64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm32_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -gdtoa/lib64_libmingwex_a-strtopx.o: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib64_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm32_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -gdtoa/lib64_libmingwex_a-strtopx.obj: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo -c -o gdtoa/lib64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/lib64_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm32_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -gdtoa/lib64_libmingwex_a-sum.o: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo -c -o gdtoa/lib64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib64_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm32_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -gdtoa/lib64_libmingwex_a-sum.obj: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo -c -o gdtoa/lib64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/lib64_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-frexpf.o: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo -c -o math/libarm32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm32_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -gdtoa/lib64_libmingwex_a-ulp.o: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo -c -o gdtoa/lib64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib64_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-frexpf.obj: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo -c -o math/libarm32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm32_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -gdtoa/lib64_libmingwex_a-ulp.obj: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/lib64_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo -c -o gdtoa/lib64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/lib64_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/lib64_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypotf.o: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo -c -o math/libarm32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm32_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/lib64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -math/lib64_libmingwex_a-cbrt.o: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo -c -o math/lib64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib64_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypotf.obj: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo -c -o math/libarm32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm32_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -math/lib64_libmingwex_a-cbrt.obj: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo -c -o math/lib64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/lib64_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypot.o: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo -c -o math/libarm32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm32_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -math/lib64_libmingwex_a-cbrtf.o: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo -c -o math/lib64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib64_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypot.obj: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo -c -o math/libarm32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm32_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -math/lib64_libmingwex_a-cbrtf.obj: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo -c -o math/lib64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/lib64_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypotl.o: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo -c -o math/libarm32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm32_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -math/lib64_libmingwex_a-cbrtl.o: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo -c -o math/lib64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib64_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-hypotl.obj: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo -c -o math/libarm32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm32_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -math/lib64_libmingwex_a-cbrtl.obj: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo -c -o math/lib64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/lib64_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnan.o: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo -c -o math/libarm32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm32_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -math/lib64_libmingwex_a-cephes_emath.o: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo -c -o math/lib64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib64_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnan.obj: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo -c -o math/libarm32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm32_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -math/lib64_libmingwex_a-cephes_emath.obj: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo -c -o math/lib64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/lib64_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnanf.o: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo -c -o math/libarm32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm32_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -math/lib64_libmingwex_a-copysign.o: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo -c -o math/lib64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib64_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnanf.obj: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo -c -o math/libarm32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm32_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -math/lib64_libmingwex_a-copysign.obj: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo -c -o math/lib64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/lib64_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnanl.o: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo -c -o math/libarm32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm32_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -math/lib64_libmingwex_a-copysignf.o: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo -c -o math/lib64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib64_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-isnanl.obj: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo -c -o math/libarm32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm32_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -math/lib64_libmingwex_a-copysignf.obj: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo -c -o math/lib64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/lib64_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-ldexpf.o: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo -c -o math/libarm32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm32_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -math/lib64_libmingwex_a-coshf.o: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo -c -o math/lib64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib64_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-ldexpf.obj: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo -c -o math/libarm32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm32_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` -math/lib64_libmingwex_a-coshf.obj: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo -c -o math/lib64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/lib64_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgamma.o: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo -c -o math/libarm32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm32_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -math/lib64_libmingwex_a-coshl.o: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo -c -o math/lib64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib64_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgamma.obj: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo -c -o math/libarm32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm32_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -math/lib64_libmingwex_a-coshl.obj: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo -c -o math/lib64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/lib64_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgammaf.o: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo -c -o math/libarm32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm32_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -math/lib64_libmingwex_a-erfl.o: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo -c -o math/lib64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib64_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgammaf.obj: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo -c -o math/libarm32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm32_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -math/lib64_libmingwex_a-erfl.obj: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo -c -o math/lib64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/lib64_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgammal.o: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo -c -o math/libarm32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm32_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -math/lib64_libmingwex_a-expf.o: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo -c -o math/lib64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib64_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lgammal.obj: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo -c -o math/libarm32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm32_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -math/lib64_libmingwex_a-expf.obj: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo -c -o math/lib64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/lib64_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrint.o: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo -c -o math/libarm32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm32_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -math/lib64_libmingwex_a-fabs.o: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo -c -o math/lib64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib64_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrint.obj: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo -c -o math/libarm32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm32_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -math/lib64_libmingwex_a-fabs.obj: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo -c -o math/lib64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/lib64_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signgam.o: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo -c -o math/libarm32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm32_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -math/lib64_libmingwex_a-fabsf.o: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo -c -o math/lib64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib64_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signgam.obj: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo -c -o math/libarm32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm32_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -math/lib64_libmingwex_a-fabsf.obj: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo -c -o math/lib64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/lib64_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrintf.o: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo -c -o math/libarm32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm32_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -math/lib64_libmingwex_a-fabsl.o: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo -c -o math/lib64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib64_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrintf.obj: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo -c -o math/libarm32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm32_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -math/lib64_libmingwex_a-fabsl.obj: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo -c -o math/lib64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/lib64_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrintl.o: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo -c -o math/libarm32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm32_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -math/lib64_libmingwex_a-fdim.o: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo -c -o math/lib64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib64_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llrintl.obj: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo -c -o math/libarm32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm32_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -math/lib64_libmingwex_a-fdim.obj: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo -c -o math/lib64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/lib64_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llround.o: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo -c -o math/libarm32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm32_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -math/lib64_libmingwex_a-fdimf.o: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo -c -o math/lib64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib64_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llround.obj: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo -c -o math/libarm32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm32_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -math/lib64_libmingwex_a-fdimf.obj: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo -c -o math/lib64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/lib64_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llroundf.o: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo -c -o math/libarm32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm32_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -math/lib64_libmingwex_a-fdiml.o: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo -c -o math/lib64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib64_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llroundf.obj: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo -c -o math/libarm32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm32_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -math/lib64_libmingwex_a-fdiml.obj: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo -c -o math/lib64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/lib64_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llroundl.o: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo -c -o math/libarm32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm32_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -math/lib64_libmingwex_a-fmal.o: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo -c -o math/lib64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib64_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-llroundl.obj: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo -c -o math/libarm32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm32_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -math/lib64_libmingwex_a-fmal.obj: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo -c -o math/lib64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/lib64_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-log10f.o: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo -c -o math/libarm32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm32_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -math/lib64_libmingwex_a-fmax.o: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo -c -o math/lib64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib64_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-log10f.obj: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo -c -o math/libarm32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm32_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -math/lib64_libmingwex_a-fmax.obj: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo -c -o math/lib64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/lib64_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-logf.o: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo -c -o math/libarm32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm32_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -math/lib64_libmingwex_a-fmaxf.o: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo -c -o math/lib64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib64_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-logf.obj: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo -c -o math/libarm32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm32_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -math/lib64_libmingwex_a-fmaxf.obj: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo -c -o math/lib64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/lib64_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrint.o: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo -c -o math/libarm32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm32_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -math/lib64_libmingwex_a-fmaxl.o: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo -c -o math/lib64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib64_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrint.obj: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo -c -o math/libarm32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm32_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -math/lib64_libmingwex_a-fmaxl.obj: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo -c -o math/lib64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/lib64_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrintf.o: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo -c -o math/libarm32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm32_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -math/lib64_libmingwex_a-fmin.o: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo -c -o math/lib64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib64_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrintf.obj: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo -c -o math/libarm32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm32_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -math/lib64_libmingwex_a-fmin.obj: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo -c -o math/lib64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/lib64_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrintl.o: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo -c -o math/libarm32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm32_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -math/lib64_libmingwex_a-fminf.o: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo -c -o math/lib64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib64_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lrintl.obj: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo -c -o math/libarm32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm32_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -math/lib64_libmingwex_a-fminf.obj: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo -c -o math/lib64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/lib64_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lround.o: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo -c -o math/libarm32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm32_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -math/lib64_libmingwex_a-fminl.o: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo -c -o math/lib64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib64_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lround.obj: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo -c -o math/libarm32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm32_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -math/lib64_libmingwex_a-fminl.obj: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo -c -o math/lib64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/lib64_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lroundf.o: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo -c -o math/libarm32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm32_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -math/lib64_libmingwex_a-fp_consts.o: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo -c -o math/lib64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib64_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lroundf.obj: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo -c -o math/libarm32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm32_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -math/lib64_libmingwex_a-fp_consts.obj: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo -c -o math/lib64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/lib64_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lroundl.o: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo -c -o math/libarm32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm32_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -math/lib64_libmingwex_a-fp_constsf.o: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo -c -o math/lib64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib64_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-lroundl.obj: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo -c -o math/libarm32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm32_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -math/lib64_libmingwex_a-fp_constsf.obj: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo -c -o math/lib64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/lib64_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modf.o: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo -c -o math/libarm32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm32_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -math/lib64_libmingwex_a-fp_constsl.o: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo -c -o math/lib64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib64_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modf.obj: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo -c -o math/libarm32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm32_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -math/lib64_libmingwex_a-fp_constsl.obj: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo -c -o math/lib64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/lib64_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modff.o: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo -c -o math/libarm32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm32_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -math/lib64_libmingwex_a-fpclassify.o: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo -c -o math/lib64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib64_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modff.obj: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo -c -o math/libarm32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm32_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -math/lib64_libmingwex_a-fpclassify.obj: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo -c -o math/lib64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/lib64_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modfl.o: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo -c -o math/libarm32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm32_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -math/lib64_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo -c -o math/lib64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib64_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-modfl.obj: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo -c -o math/libarm32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm32_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -math/lib64_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo -c -o math/lib64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/lib64_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nextafterf.o: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo -c -o math/libarm32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm32_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -math/lib64_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo -c -o math/lib64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib64_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nextafterf.obj: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo -c -o math/libarm32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm32_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -math/lib64_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo -c -o math/lib64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/lib64_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nextafterl.o: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo -c -o math/libarm32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm32_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -math/lib64_libmingwex_a-frexpf.o: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo -c -o math/lib64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib64_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nextafterl.obj: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo -c -o math/libarm32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm32_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -math/lib64_libmingwex_a-frexpf.obj: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo -c -o math/lib64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/lib64_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nexttoward.o: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo -c -o math/libarm32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm32_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -math/lib64_libmingwex_a-hypotf.o: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo -c -o math/lib64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib64_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nexttoward.obj: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo -c -o math/libarm32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm32_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -math/lib64_libmingwex_a-hypotf.obj: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo -c -o math/lib64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/lib64_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nexttowardf.o: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo -c -o math/libarm32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm32_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -math/lib64_libmingwex_a-hypot.o: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo -c -o math/lib64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib64_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-nexttowardf.obj: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo -c -o math/libarm32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm32_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -math/lib64_libmingwex_a-hypot.obj: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo -c -o math/lib64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/lib64_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powf.o: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo -c -o math/libarm32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm32_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -math/lib64_libmingwex_a-hypotl.o: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo -c -o math/lib64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib64_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powf.obj: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo -c -o math/libarm32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm32_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -math/lib64_libmingwex_a-hypotl.obj: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo -c -o math/lib64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/lib64_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powi.o: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo -c -o math/libarm32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm32_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -math/lib64_libmingwex_a-isnan.o: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo -c -o math/lib64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib64_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powi.obj: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo -c -o math/libarm32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm32_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -math/lib64_libmingwex_a-isnan.obj: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo -c -o math/lib64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/lib64_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powif.o: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo -c -o math/libarm32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm32_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -math/lib64_libmingwex_a-isnanf.o: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo -c -o math/lib64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib64_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powif.obj: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo -c -o math/libarm32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm32_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -math/lib64_libmingwex_a-isnanf.obj: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo -c -o math/lib64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/lib64_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powil.o: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo -c -o math/libarm32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm32_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -math/lib64_libmingwex_a-isnanl.o: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo -c -o math/lib64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib64_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-powil.obj: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo -c -o math/libarm32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm32_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -math/lib64_libmingwex_a-isnanl.obj: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo -c -o math/lib64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/lib64_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rint.o: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo -c -o math/libarm32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm32_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -math/lib64_libmingwex_a-ldexpf.o: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo -c -o math/lib64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib64_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rint.obj: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo -c -o math/libarm32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm32_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -math/lib64_libmingwex_a-ldexpf.obj: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo -c -o math/lib64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/lib64_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rintf.o: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo -c -o math/libarm32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm32_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -math/lib64_libmingwex_a-lgamma.o: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo -c -o math/lib64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib64_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rintf.obj: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo -c -o math/libarm32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm32_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -math/lib64_libmingwex_a-lgamma.obj: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo -c -o math/lib64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/lib64_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rintl.o: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo -c -o math/libarm32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm32_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -math/lib64_libmingwex_a-lgammaf.o: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo -c -o math/lib64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib64_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-rintl.obj: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo -c -o math/libarm32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm32_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -math/lib64_libmingwex_a-lgammaf.obj: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo -c -o math/lib64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/lib64_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-round.o: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo -c -o math/libarm32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm32_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -math/lib64_libmingwex_a-lgammal.o: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo -c -o math/lib64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib64_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-round.obj: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo -c -o math/libarm32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm32_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -math/lib64_libmingwex_a-lgammal.obj: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo -c -o math/lib64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/lib64_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-roundf.o: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo -c -o math/libarm32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm32_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -math/lib64_libmingwex_a-llrint.o: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo -c -o math/lib64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib64_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-roundf.obj: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo -c -o math/libarm32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm32_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -math/lib64_libmingwex_a-llrint.obj: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo -c -o math/lib64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/lib64_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-roundl.o: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo -c -o math/libarm32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm32_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -math/lib64_libmingwex_a-signgam.o: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo -c -o math/lib64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib64_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-roundl.obj: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo -c -o math/libarm32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm32_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -math/lib64_libmingwex_a-signgam.obj: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo -c -o math/lib64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/lib64_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-s_erf.o: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo -c -o math/libarm32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm32_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -math/lib64_libmingwex_a-llrintf.o: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo -c -o math/lib64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib64_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-s_erf.obj: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo -c -o math/libarm32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm32_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -math/lib64_libmingwex_a-llrintf.obj: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo -c -o math/lib64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/lib64_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sf_erf.o: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo -c -o math/libarm32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm32_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -math/lib64_libmingwex_a-llrintl.o: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo -c -o math/lib64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib64_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sf_erf.obj: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo -c -o math/libarm32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm32_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -math/lib64_libmingwex_a-llrintl.obj: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo -c -o math/lib64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/lib64_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbit.o: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo -c -o math/libarm32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm32_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -math/lib64_libmingwex_a-llround.o: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo -c -o math/lib64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib64_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbit.obj: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo -c -o math/libarm32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm32_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -math/lib64_libmingwex_a-llround.obj: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo -c -o math/lib64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/lib64_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbitf.o: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo -c -o math/libarm32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm32_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -math/lib64_libmingwex_a-llroundf.o: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo -c -o math/lib64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib64_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbitf.obj: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo -c -o math/libarm32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm32_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -math/lib64_libmingwex_a-llroundf.obj: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo -c -o math/lib64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/lib64_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbitl.o: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo -c -o math/libarm32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm32_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -math/lib64_libmingwex_a-llroundl.o: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo -c -o math/lib64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib64_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-signbitl.obj: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo -c -o math/libarm32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm32_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -math/lib64_libmingwex_a-llroundl.obj: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo -c -o math/lib64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/lib64_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sinhf.o: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo -c -o math/libarm32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm32_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -math/lib64_libmingwex_a-log10f.o: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo -c -o math/lib64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib64_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sinhf.obj: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo -c -o math/libarm32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm32_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -math/lib64_libmingwex_a-log10f.obj: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo -c -o math/lib64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/lib64_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sinhl.o: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo -c -o math/libarm32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm32_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -math/lib64_libmingwex_a-logf.o: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo -c -o math/lib64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib64_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sinhl.obj: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo -c -o math/libarm32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm32_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -math/lib64_libmingwex_a-logf.obj: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo -c -o math/lib64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/lib64_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrt.o: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo -c -o math/libarm32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm32_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -math/lib64_libmingwex_a-lrint.o: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo -c -o math/lib64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib64_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrt.obj: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo -c -o math/libarm32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm32_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -math/lib64_libmingwex_a-lrint.obj: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo -c -o math/lib64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/lib64_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrtf.o: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo -c -o math/libarm32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm32_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -math/lib64_libmingwex_a-lrintf.o: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo -c -o math/lib64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib64_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrtf.obj: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo -c -o math/libarm32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm32_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -math/lib64_libmingwex_a-lrintf.obj: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo -c -o math/lib64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/lib64_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrtl.o: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo -c -o math/libarm32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm32_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -math/lib64_libmingwex_a-lrintl.o: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo -c -o math/lib64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib64_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-sqrtl.obj: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo -c -o math/libarm32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm32_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -math/lib64_libmingwex_a-lrintl.obj: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo -c -o math/lib64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/lib64_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tanhf.o: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo -c -o math/libarm32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm32_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -math/lib64_libmingwex_a-lround.o: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo -c -o math/lib64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib64_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tanhf.obj: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo -c -o math/libarm32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm32_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -math/lib64_libmingwex_a-lround.obj: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo -c -o math/lib64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lround.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/lib64_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tanhl.o: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo -c -o math/libarm32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm32_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -math/lib64_libmingwex_a-lroundf.o: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo -c -o math/lib64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib64_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tanhl.obj: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo -c -o math/libarm32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm32_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -math/lib64_libmingwex_a-lroundf.obj: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo -c -o math/lib64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/lib64_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgamma.o: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo -c -o math/libarm32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm32_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -math/lib64_libmingwex_a-lroundl.o: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo -c -o math/lib64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib64_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgamma.obj: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo -c -o math/libarm32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm32_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -math/lib64_libmingwex_a-lroundl.obj: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo -c -o math/lib64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/lib64_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgammaf.o: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo -c -o math/libarm32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm32_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -math/lib64_libmingwex_a-modf.o: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo -c -o math/lib64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib64_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgammaf.obj: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo -c -o math/libarm32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm32_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -math/lib64_libmingwex_a-modf.obj: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo -c -o math/lib64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/lib64_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgammal.o: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo -c -o math/libarm32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm32_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -math/lib64_libmingwex_a-modff.o: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo -c -o math/lib64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib64_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-tgammal.obj: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo -c -o math/libarm32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm32_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -math/lib64_libmingwex_a-modff.obj: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo -c -o math/lib64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modff.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/lib64_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-truncl.o: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo -c -o math/libarm32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm32_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -math/lib64_libmingwex_a-modfl.o: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo -c -o math/lib64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib64_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-truncl.obj: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo -c -o math/libarm32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm32_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -math/lib64_libmingwex_a-modfl.obj: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo -c -o math/lib64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/lib64_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-abs64.o: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo -c -o math/libarm32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm32_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c -math/lib64_libmingwex_a-nextafterf.o: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo -c -o math/lib64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib64_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm32_libmingwex_a-abs64.obj: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo -c -o math/libarm32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm32_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -math/lib64_libmingwex_a-nextafterf.obj: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo -c -o math/lib64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/lib64_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-alarm.o: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo -c -o misc/libarm32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm32_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -math/lib64_libmingwex_a-nextafterl.o: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo -c -o math/lib64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib64_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-alarm.obj: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo -c -o misc/libarm32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm32_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -math/lib64_libmingwex_a-nextafterl.obj: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo -c -o math/lib64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/lib64_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-assert.o: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-assert.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Tpo -c -o misc/libarm32_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/libarm32_libmingwex_a-assert.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c + +misc/libarm32_libmingwex_a-assert.obj: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-assert.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Tpo -c -o misc/libarm32_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/libarm32_libmingwex_a-assert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` -math/lib64_libmingwex_a-nexttoward.o: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo -c -o math/lib64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib64_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-basename.o: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo -c -o misc/libarm32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm32_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -math/lib64_libmingwex_a-nexttoward.obj: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo -c -o math/lib64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/lib64_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-basename.obj: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo -c -o misc/libarm32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm32_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -math/lib64_libmingwex_a-nexttowardf.o: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo -c -o math/lib64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib64_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-btowc.o: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo -c -o misc/libarm32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm32_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -math/lib64_libmingwex_a-nexttowardf.obj: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo -c -o math/lib64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/lib64_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-btowc.obj: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo -c -o misc/libarm32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm32_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -math/lib64_libmingwex_a-powf.o: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo -c -o math/lib64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib64_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-delay-f.o: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo -c -o misc/libarm32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm32_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c -math/lib64_libmingwex_a-powf.obj: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo -c -o math/lib64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/lib64_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-delay-f.obj: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo -c -o misc/libarm32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm32_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -math/lib64_libmingwex_a-powi.o: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo -c -o math/lib64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib64_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-delay-n.o: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo -c -o misc/libarm32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm32_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -math/lib64_libmingwex_a-powi.obj: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo -c -o math/lib64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powi.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/lib64_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-delay-n.obj: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo -c -o misc/libarm32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm32_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -math/lib64_libmingwex_a-powif.o: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo -c -o math/lib64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib64_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-delayimp.o: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo -c -o misc/libarm32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm32_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c + +misc/libarm32_libmingwex_a-delayimp.obj: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo -c -o misc/libarm32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm32_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -math/lib64_libmingwex_a-powif.obj: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo -c -o math/lib64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powif.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/lib64_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime.o: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo -c -o misc/libarm32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm32_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -math/lib64_libmingwex_a-powil.o: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo -c -o math/lib64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib64_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime.obj: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo -c -o misc/libarm32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm32_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -math/lib64_libmingwex_a-powil.obj: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo -c -o math/lib64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powil.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/lib64_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime32.o: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo -c -o misc/libarm32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm32_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -math/lib64_libmingwex_a-rint.o: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo -c -o math/lib64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib64_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime32.obj: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo -c -o misc/libarm32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm32_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -math/lib64_libmingwex_a-rint.obj: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo -c -o math/lib64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rint.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/lib64_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime64.o: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo -c -o misc/libarm32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm32_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -math/lib64_libmingwex_a-rintf.o: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo -c -o math/lib64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib64_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-difftime64.obj: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo -c -o misc/libarm32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm32_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -math/lib64_libmingwex_a-rintf.obj: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo -c -o math/lib64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/lib64_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-dirent.o: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo -c -o misc/libarm32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm32_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -math/lib64_libmingwex_a-rintl.o: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo -c -o math/lib64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib64_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-dirent.obj: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo -c -o misc/libarm32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm32_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -math/lib64_libmingwex_a-rintl.obj: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo -c -o math/lib64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/lib64_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-dirname.o: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo -c -o misc/libarm32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm32_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -math/lib64_libmingwex_a-round.o: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo -c -o math/lib64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo math/$(DEPDIR)/lib64_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib64_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-dirname.obj: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo -c -o misc/libarm32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm32_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -math/lib64_libmingwex_a-round.obj: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo -c -o math/lib64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-round.Tpo math/$(DEPDIR)/lib64_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/lib64_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execv.o: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo -c -o misc/libarm32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm32_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -math/lib64_libmingwex_a-roundf.o: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo -c -o math/lib64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib64_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execv.obj: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo -c -o misc/libarm32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm32_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -math/lib64_libmingwex_a-roundf.obj: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo -c -o math/lib64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/lib64_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execve.o: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo -c -o misc/libarm32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm32_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -math/lib64_libmingwex_a-roundl.o: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo -c -o math/lib64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib64_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execve.obj: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo -c -o misc/libarm32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm32_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -math/lib64_libmingwex_a-roundl.obj: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo -c -o math/lib64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/lib64_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execvp.o: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo -c -o misc/libarm32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm32_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -math/lib64_libmingwex_a-s_erf.o: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo -c -o math/lib64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib64_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execvp.obj: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo -c -o misc/libarm32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm32_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -math/lib64_libmingwex_a-s_erf.obj: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo -c -o math/lib64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/lib64_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execvpe.o: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo -c -o misc/libarm32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm32_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -math/lib64_libmingwex_a-sf_erf.o: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo -c -o math/lib64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib64_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-execvpe.obj: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo -c -o misc/libarm32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm32_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -math/lib64_libmingwex_a-sf_erf.obj: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo -c -o math/lib64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/lib64_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feclearexcept.o: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm32_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -math/lib64_libmingwex_a-signbit.o: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo -c -o math/lib64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib64_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm32_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -math/lib64_libmingwex_a-signbit.obj: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo -c -o math/lib64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/lib64_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetenv.o: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo -c -o misc/libarm32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm32_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -math/lib64_libmingwex_a-signbitf.o: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo -c -o math/lib64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib64_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetenv.obj: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo -c -o misc/libarm32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm32_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -math/lib64_libmingwex_a-signbitf.obj: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo -c -o math/lib64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/lib64_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm32_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -math/lib64_libmingwex_a-signbitl.o: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo -c -o math/lib64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib64_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm32_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -math/lib64_libmingwex_a-signbitl.obj: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo -c -o math/lib64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/lib64_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetround.o: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo -c -o misc/libarm32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm32_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -math/lib64_libmingwex_a-sinhf.o: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo -c -o math/lib64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib64_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fegetround.obj: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo -c -o misc/libarm32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm32_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -math/lib64_libmingwex_a-sinhf.obj: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo -c -o math/lib64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/lib64_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feholdexcept.o: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm32_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -math/lib64_libmingwex_a-sinhl.o: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo -c -o math/lib64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib64_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm32_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -math/lib64_libmingwex_a-sinhl.obj: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo -c -o math/lib64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/lib64_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm32_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -math/lib64_libmingwex_a-sqrt.o: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo -c -o math/lib64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib64_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm32_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -math/lib64_libmingwex_a-sqrt.obj: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo -c -o math/lib64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/lib64_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetenv.o: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo -c -o misc/libarm32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm32_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -math/lib64_libmingwex_a-sqrtf.o: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo -c -o math/lib64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib64_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetenv.obj: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo -c -o misc/libarm32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm32_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -math/lib64_libmingwex_a-sqrtf.obj: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo -c -o math/lib64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/lib64_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm32_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -math/lib64_libmingwex_a-sqrtl.o: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo -c -o math/lib64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib64_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm32_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -math/lib64_libmingwex_a-sqrtl.obj: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo -c -o math/lib64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/lib64_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetround.o: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo -c -o misc/libarm32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm32_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -math/lib64_libmingwex_a-tanhf.o: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo -c -o math/lib64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib64_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fesetround.obj: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo -c -o misc/libarm32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm32_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -math/lib64_libmingwex_a-tanhf.obj: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo -c -o math/lib64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/lib64_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fetestexcept.o: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm32_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -math/lib64_libmingwex_a-tanhl.o: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo -c -o math/lib64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib64_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm32_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -math/lib64_libmingwex_a-tanhl.obj: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo -c -o math/lib64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/lib64_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feupdateenv.o: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm32_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -math/lib64_libmingwex_a-tgamma.o: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo -c -o math/lib64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib64_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm32_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -math/lib64_libmingwex_a-tgamma.obj: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo -c -o math/lib64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/lib64_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftruncate.o: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo -c -o misc/libarm32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm32_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -math/lib64_libmingwex_a-tgammaf.o: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo -c -o math/lib64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib64_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftruncate.obj: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo -c -o misc/libarm32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm32_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -math/lib64_libmingwex_a-tgammaf.obj: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo -c -o math/lib64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/lib64_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fwide.o: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo -c -o misc/libarm32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm32_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -math/lib64_libmingwex_a-tgammal.o: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo -c -o math/lib64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib64_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-fwide.obj: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo -c -o misc/libarm32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm32_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -math/lib64_libmingwex_a-tgammal.obj: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo -c -o math/lib64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/lib64_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-getlogin.o: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo -c -o misc/libarm32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm32_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -math/lib64_libmingwex_a-truncl.o: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo -c -o math/lib64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib64_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-getlogin.obj: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo -c -o misc/libarm32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm32_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -math/lib64_libmingwex_a-truncl.obj: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo -c -o math/lib64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/lib64_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-getopt.o: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo -c -o misc/libarm32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm32_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -math/lib64_libmingwex_a-abs64.o: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo -c -o math/lib64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib64_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib64_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-getopt.obj: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo -c -o misc/libarm32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm32_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -math/lib64_libmingwex_a-abs64.obj: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo -c -o math/lib64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/lib64_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/lib64_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-gettimeofday.o: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm32_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -misc/lib64_libmingwex_a-alarm.o: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo -c -o misc/lib64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib64_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm32_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -misc/lib64_libmingwex_a-alarm.obj: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo -c -o misc/lib64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/lib64_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-imaxabs.o: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo -c -o misc/libarm32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm32_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c + +misc/libarm32_libmingwex_a-imaxabs.obj: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo -c -o misc/libarm32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm32_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -misc/lib64_libmingwex_a-basename.o: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo -c -o misc/lib64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib64_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-imaxdiv.o: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm32_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -misc/lib64_libmingwex_a-basename.obj: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo -c -o misc/lib64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/lib64_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm32_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -misc/lib64_libmingwex_a-btowc.o: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo -c -o misc/lib64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib64_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-isblank.o: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo -c -o misc/libarm32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm32_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -misc/lib64_libmingwex_a-btowc.obj: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo -c -o misc/lib64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/lib64_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-isblank.obj: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo -c -o misc/libarm32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm32_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -misc/lib64_libmingwex_a-delay-f.o: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo -c -o misc/lib64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib64_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-iswblank.o: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo -c -o misc/libarm32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm32_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -misc/lib64_libmingwex_a-delay-f.obj: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo -c -o misc/lib64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/lib64_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-iswblank.obj: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo -c -o misc/libarm32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm32_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -misc/lib64_libmingwex_a-delay-n.o: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo -c -o misc/lib64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib64_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mbrtowc.o: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm32_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -misc/lib64_libmingwex_a-delay-n.obj: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo -c -o misc/lib64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/lib64_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm32_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -misc/lib64_libmingwex_a-delayimp.o: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo -c -o misc/lib64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib64_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mbsinit.o: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo -c -o misc/libarm32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm32_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -misc/lib64_libmingwex_a-delayimp.obj: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo -c -o misc/lib64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/lib64_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mbsinit.obj: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo -c -o misc/libarm32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm32_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -misc/lib64_libmingwex_a-difftime.o: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo -c -o misc/lib64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib64_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mempcpy.o: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo -c -o misc/libarm32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm32_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -misc/lib64_libmingwex_a-difftime.obj: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo -c -o misc/lib64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/lib64_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mempcpy.obj: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo -c -o misc/libarm32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm32_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -misc/lib64_libmingwex_a-difftime32.o: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo -c -o misc/lib64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib64_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm32_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -misc/lib64_libmingwex_a-difftime32.obj: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo -c -o misc/lib64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/lib64_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -misc/lib64_libmingwex_a-difftime64.o: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo -c -o misc/lib64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib64_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm32_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -misc/lib64_libmingwex_a-difftime64.obj: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo -c -o misc/lib64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/lib64_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm32_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -misc/lib64_libmingwex_a-dirent.o: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo -c -o misc/lib64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib64_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm32_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -misc/lib64_libmingwex_a-dirent.obj: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo -c -o misc/lib64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/lib64_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm32_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -misc/lib64_libmingwex_a-dirname.o: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo -c -o misc/lib64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib64_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm32_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -misc/lib64_libmingwex_a-dirname.obj: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo -c -o misc/lib64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/lib64_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -misc/lib64_libmingwex_a-execv.o: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo -c -o misc/lib64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib64_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm32_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -misc/lib64_libmingwex_a-execv.obj: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo -c -o misc/lib64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/lib64_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm32_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -misc/lib64_libmingwex_a-execve.o: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo -c -o misc/lib64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib64_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm32_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -misc/lib64_libmingwex_a-execve.obj: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo -c -o misc/lib64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/lib64_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm32_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -misc/lib64_libmingwex_a-execvp.o: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo -c -o misc/lib64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib64_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm32_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -misc/lib64_libmingwex_a-execvp.obj: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo -c -o misc/lib64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/lib64_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm32_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -misc/lib64_libmingwex_a-execvpe.o: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo -c -o misc/lib64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib64_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm32_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -misc/lib64_libmingwex_a-execvpe.obj: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo -c -o misc/lib64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/lib64_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm32_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -misc/lib64_libmingwex_a-feclearexcept.o: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo -c -o misc/lib64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib64_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mkstemp.o: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo -c -o misc/libarm32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm32_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -misc/lib64_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo -c -o misc/lib64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/lib64_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-mkstemp.obj: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo -c -o misc/libarm32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm32_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -misc/lib64_libmingwex_a-fegetenv.o: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo -c -o misc/lib64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib64_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-seterrno.o: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo -c -o misc/libarm32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm32_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -misc/lib64_libmingwex_a-fegetenv.obj: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo -c -o misc/lib64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/lib64_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-seterrno.obj: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo -c -o misc/libarm32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm32_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -misc/lib64_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib64_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-sleep.o: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo -c -o misc/libarm32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm32_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -misc/lib64_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/lib64_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-sleep.obj: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo -c -o misc/libarm32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm32_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -misc/lib64_libmingwex_a-fegetround.o: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo -c -o misc/lib64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib64_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnv.o: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo -c -o misc/libarm32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm32_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -misc/lib64_libmingwex_a-fegetround.obj: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo -c -o misc/lib64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/lib64_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnv.obj: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo -c -o misc/libarm32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm32_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` -misc/lib64_libmingwex_a-feholdexcept.o: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo -c -o misc/lib64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib64_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnve.o: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo -c -o misc/libarm32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm32_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -misc/lib64_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo -c -o misc/lib64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/lib64_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnve.obj: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo -c -o misc/libarm32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm32_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -misc/lib64_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib64_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnvp.o: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo -c -o misc/libarm32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm32_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -misc/lib64_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo -c -o misc/lib64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/lib64_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnvp.obj: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo -c -o misc/libarm32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm32_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -misc/lib64_libmingwex_a-fesetenv.o: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo -c -o misc/lib64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib64_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnvpe.o: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm32_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -misc/lib64_libmingwex_a-fesetenv.obj: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo -c -o misc/lib64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/lib64_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm32_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -misc/lib64_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib64_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strnlen.o: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo -c -o misc/libarm32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm32_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -misc/lib64_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/lib64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/lib64_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strnlen.obj: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo -c -o misc/libarm32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm32_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -misc/lib64_libmingwex_a-fesetround.o: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo -c -o misc/lib64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib64_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strsafe.o: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo -c -o misc/libarm32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm32_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -misc/lib64_libmingwex_a-fesetround.obj: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo -c -o misc/lib64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/lib64_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strsafe.obj: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo -c -o misc/libarm32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm32_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -misc/lib64_libmingwex_a-fetestexcept.o: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo -c -o misc/lib64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib64_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtoimax.o: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo -c -o misc/libarm32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm32_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -misc/lib64_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo -c -o misc/lib64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/lib64_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtoimax.obj: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo -c -o misc/libarm32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm32_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -misc/lib64_libmingwex_a-feupdateenv.o: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo -c -o misc/lib64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib64_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtold.o: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo -c -o misc/libarm32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm32_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -misc/lib64_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo -c -o misc/lib64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/lib64_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtold.obj: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo -c -o misc/libarm32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm32_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -misc/lib64_libmingwex_a-ftruncate.o: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo -c -o misc/lib64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib64_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtoumax.o: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo -c -o misc/libarm32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm32_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -misc/lib64_libmingwex_a-ftruncate.obj: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo -c -o misc/lib64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/lib64_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-strtoumax.obj: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo -c -o misc/libarm32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm32_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -misc/lib64_libmingwex_a-fwide.o: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo -c -o misc/lib64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib64_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tdelete.o: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo -c -o misc/libarm32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm32_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -misc/lib64_libmingwex_a-fwide.obj: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo -c -o misc/lib64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/lib64_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tdelete.obj: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo -c -o misc/libarm32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm32_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -misc/lib64_libmingwex_a-getlogin.o: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo -c -o misc/lib64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib64_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tfind.o: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo -c -o misc/libarm32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm32_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -misc/lib64_libmingwex_a-getlogin.obj: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo -c -o misc/lib64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/lib64_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tfind.obj: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo -c -o misc/libarm32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm32_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -misc/lib64_libmingwex_a-getopt.o: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo -c -o misc/lib64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib64_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tsearch.o: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo -c -o misc/libarm32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm32_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -misc/lib64_libmingwex_a-getopt.obj: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo -c -o misc/lib64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/lib64_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-tsearch.obj: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo -c -o misc/libarm32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm32_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -misc/lib64_libmingwex_a-gettimeofday.o: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo -c -o misc/lib64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib64_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-twalk.o: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo -c -o misc/libarm32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm32_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -misc/lib64_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo -c -o misc/lib64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/lib64_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-twalk.obj: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo -c -o misc/libarm32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm32_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -misc/lib64_libmingwex_a-imaxabs.o: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo -c -o misc/lib64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib64_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -misc/lib64_libmingwex_a-imaxabs.obj: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo -c -o misc/lib64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/lib64_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -misc/lib64_libmingwex_a-imaxdiv.o: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo -c -o misc/lib64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib64_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -misc/lib64_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo -c -o misc/lib64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/lib64_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -misc/lib64_libmingwex_a-isblank.o: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo -c -o misc/lib64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib64_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -misc/lib64_libmingwex_a-isblank.obj: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo -c -o misc/lib64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/lib64_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -misc/lib64_libmingwex_a-iswblank.o: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo -c -o misc/lib64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib64_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -misc/lib64_libmingwex_a-iswblank.obj: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo -c -o misc/lib64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/lib64_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -misc/lib64_libmingwex_a-mbrtowc.o: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo -c -o misc/lib64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib64_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wassert.o: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo -c -o misc/libarm32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm32_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -misc/lib64_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo -c -o misc/lib64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/lib64_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wassert.obj: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo -c -o misc/libarm32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm32_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -misc/lib64_libmingwex_a-mbsinit.o: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo -c -o misc/lib64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib64_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcrtomb.o: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm32_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -misc/lib64_libmingwex_a-mbsinit.obj: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo -c -o misc/lib64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/lib64_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm32_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -misc/lib64_libmingwex_a-mempcpy.o: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo -c -o misc/lib64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib64_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcsnlen.o: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm32_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -misc/lib64_libmingwex_a-mempcpy.obj: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo -c -o misc/lib64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/lib64_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm32_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -misc/lib64_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib64_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstof.o: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo -c -o misc/libarm32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm32_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -misc/lib64_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/lib64_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstof.obj: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo -c -o misc/libarm32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm32_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -misc/lib64_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib64_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstoimax.o: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm32_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -misc/lib64_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo -c -o misc/lib64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/lib64_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm32_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -misc/lib64_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib64_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstold.o: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo -c -o misc/libarm32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm32_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -misc/lib64_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo -c -o misc/lib64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/lib64_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstold.obj: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo -c -o misc/libarm32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm32_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -misc/lib64_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib64_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstoumax.o: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm32_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -misc/lib64_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/lib64_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm32_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -misc/lib64_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib64_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctob.o: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo -c -o misc/libarm32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm32_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -misc/lib64_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo -c -o misc/lib64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/lib64_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctob.obj: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo -c -o misc/libarm32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm32_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -misc/lib64_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib64_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctrans.o: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo -c -o misc/libarm32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm32_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -misc/lib64_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/lib64_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctrans.obj: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo -c -o misc/libarm32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm32_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -misc/lib64_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib64_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctype.o: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo -c -o misc/libarm32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm32_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -misc/lib64_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/lib64_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wctype.obj: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo -c -o misc/libarm32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm32_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -misc/lib64_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib64_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wdirent.o: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo -c -o misc/libarm32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm32_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -misc/lib64_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/lib64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/lib64_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wdirent.obj: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo -c -o misc/libarm32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm32_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -misc/lib64_libmingwex_a-mkstemp.o: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo -c -o misc/lib64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib64_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm32_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -misc/lib64_libmingwex_a-mkstemp.obj: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo -c -o misc/lib64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/lib64_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm32_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -misc/lib64_libmingwex_a-seterrno.o: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo -c -o misc/lib64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib64_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm32_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -misc/lib64_libmingwex_a-seterrno.obj: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo -c -o misc/lib64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/lib64_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm32_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -misc/lib64_libmingwex_a-sleep.o: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo -c -o misc/lib64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib64_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm32_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -misc/lib64_libmingwex_a-sleep.obj: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo -c -o misc/lib64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/lib64_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm32_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -misc/lib64_libmingwex_a-spawnv.o: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo -c -o misc/lib64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib64_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemchr.o: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo -c -o misc/libarm32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm32_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c -misc/lib64_libmingwex_a-spawnv.obj: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo -c -o misc/lib64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/lib64_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemchr.obj: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo -c -o misc/libarm32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm32_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -misc/lib64_libmingwex_a-spawnve.o: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo -c -o misc/lib64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib64_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemcmp.o: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm32_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -misc/lib64_libmingwex_a-spawnve.obj: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo -c -o misc/lib64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/lib64_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm32_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -misc/lib64_libmingwex_a-spawnvp.o: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo -c -o misc/lib64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib64_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemcpy.o: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm32_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -misc/lib64_libmingwex_a-spawnvp.obj: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo -c -o misc/lib64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/lib64_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm32_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -misc/lib64_libmingwex_a-spawnvpe.o: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo -c -o misc/lib64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib64_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemmove.o: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo -c -o misc/libarm32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm32_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -misc/lib64_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo -c -o misc/lib64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/lib64_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemmove.obj: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo -c -o misc/libarm32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm32_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -misc/lib64_libmingwex_a-strnlen.o: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo -c -o misc/lib64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib64_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmempcpy.o: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm32_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -misc/lib64_libmingwex_a-strnlen.obj: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo -c -o misc/lib64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/lib64_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm32_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -misc/lib64_libmingwex_a-strsafe.o: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo -c -o misc/lib64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib64_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemset.o: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo -c -o misc/libarm32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm32_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -misc/lib64_libmingwex_a-strsafe.obj: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo -c -o misc/lib64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/lib64_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-wmemset.obj: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo -c -o misc/libarm32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm32_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -misc/lib64_libmingwex_a-strtoimax.o: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo -c -o misc/lib64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib64_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftw.o: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo -c -o misc/libarm32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm32_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -misc/lib64_libmingwex_a-strtoimax.obj: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo -c -o misc/lib64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/lib64_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftw.obj: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo -c -o misc/libarm32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm32_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -misc/lib64_libmingwex_a-strtold.o: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo -c -o misc/lib64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib64_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftw64.o: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo -c -o misc/libarm32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm32_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -misc/lib64_libmingwex_a-strtold.obj: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo -c -o misc/lib64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/lib64_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmingwex_a-ftw64.obj: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo -c -o misc/libarm32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm32_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -misc/lib64_libmingwex_a-strtoumax.o: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo -c -o misc/lib64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib64_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-strtok_r.o: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm32_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -misc/lib64_libmingwex_a-strtoumax.obj: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo -c -o misc/lib64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/lib64_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-strtok_r.obj: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm32_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -misc/lib64_libmingwex_a-tdelete.o: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo -c -o misc/lib64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib64_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_Exit.o: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo -c -o stdio/libarm32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm32_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -misc/lib64_libmingwex_a-tdelete.obj: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo -c -o misc/lib64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/lib64_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_Exit.obj: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo -c -o stdio/libarm32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm32_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -misc/lib64_libmingwex_a-tfind.o: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo -c -o misc/lib64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib64_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm32_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -misc/lib64_libmingwex_a-tfind.obj: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo -c -o misc/lib64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/lib64_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm32_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -misc/lib64_libmingwex_a-tsearch.o: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo -c -o misc/lib64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib64_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm32_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -misc/lib64_libmingwex_a-tsearch.obj: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo -c -o misc/lib64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/lib64_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm32_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -misc/lib64_libmingwex_a-twalk.o: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo -c -o misc/lib64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib64_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_fstat.o: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm32_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -misc/lib64_libmingwex_a-twalk.obj: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo -c -o misc/lib64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/lib64_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_fstat.obj: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm32_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -misc/lib64_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib64_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm32_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -misc/lib64_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/lib64_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm32_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -misc/lib64_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib64_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_ftime.o: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo -c -o stdio/libarm32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm32_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -misc/lib64_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/lib64_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_ftime.obj: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo -c -o stdio/libarm32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm32_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -misc/lib64_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm32_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -misc/lib64_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm32_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -misc/lib64_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm32_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -misc/lib64_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/lib64_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm32_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -misc/lib64_libmingwex_a-wassert.o: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo -c -o misc/lib64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib64_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm32_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -misc/lib64_libmingwex_a-wassert.obj: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo -c -o misc/lib64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/lib64_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm32_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -misc/lib64_libmingwex_a-wcrtomb.o: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo -c -o misc/lib64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib64_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm32_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -misc/lib64_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo -c -o misc/lib64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/lib64_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm32_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -misc/lib64_libmingwex_a-wcsnlen.o: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo -c -o misc/lib64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib64_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_stat.o: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo -c -o stdio/libarm32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm32_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -misc/lib64_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo -c -o misc/lib64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/lib64_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_stat.obj: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo -c -o stdio/libarm32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm32_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -misc/lib64_libmingwex_a-wcstof.o: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo -c -o misc/lib64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib64_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm32_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -misc/lib64_libmingwex_a-wcstof.obj: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo -c -o misc/lib64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/lib64_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm32_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -misc/lib64_libmingwex_a-wcstoimax.o: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo -c -o misc/lib64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib64_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm32_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c -misc/lib64_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo -c -o misc/lib64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/lib64_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -misc/lib64_libmingwex_a-wcstold.o: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo -c -o misc/lib64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib64_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm32_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -misc/lib64_libmingwex_a-wcstold.obj: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo -c -o misc/lib64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/lib64_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm32_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -misc/lib64_libmingwex_a-wcstoumax.o: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo -c -o misc/lib64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib64_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wstat.o: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm32_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -misc/lib64_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo -c -o misc/lib64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/lib64_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wstat.obj: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm32_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -misc/lib64_libmingwex_a-wctob.o: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo -c -o misc/lib64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib64_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm32_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -misc/lib64_libmingwex_a-wctob.obj: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo -c -o misc/lib64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/lib64_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm32_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -misc/lib64_libmingwex_a-wctrans.o: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo -c -o misc/lib64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib64_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-asprintf.o: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm32_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -misc/lib64_libmingwex_a-wctrans.obj: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo -c -o misc/lib64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/lib64_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-asprintf.obj: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm32_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -misc/lib64_libmingwex_a-wctype.o: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo -c -o misc/lib64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib64_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-atoll.o: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo -c -o stdio/libarm32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm32_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -misc/lib64_libmingwex_a-wctype.obj: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo -c -o misc/lib64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/lib64_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-atoll.obj: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo -c -o stdio/libarm32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm32_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -misc/lib64_libmingwex_a-wdirent.o: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo -c -o misc/lib64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib64_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm32_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -misc/lib64_libmingwex_a-wdirent.obj: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo -c -o misc/lib64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/lib64_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm32_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -misc/lib64_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib64_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fopen64.o: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo -c -o stdio/libarm32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm32_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c + +stdio/libarm32_libmingwex_a-fopen64.obj: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo -c -o stdio/libarm32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm32_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -misc/lib64_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo -c -o misc/lib64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/lib64_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fseeko32.o: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm32_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -misc/lib64_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib64_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fseeko32.obj: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm32_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -misc/lib64_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo -c -o misc/lib64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/lib64_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fseeko64.o: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm32_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -misc/lib64_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib64_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fseeko64.obj: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm32_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -misc/lib64_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo -c -o misc/lib64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/lib64_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm32_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -misc/lib64_libmingwex_a-wmemchr.o: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo -c -o misc/lib64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib64_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm32_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -misc/lib64_libmingwex_a-wmemchr.obj: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo -c -o misc/lib64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/lib64_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftello.o: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo -c -o stdio/libarm32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm32_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -misc/lib64_libmingwex_a-wmemcmp.o: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo -c -o misc/lib64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib64_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftello.obj: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo -c -o stdio/libarm32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm32_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -misc/lib64_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo -c -o misc/lib64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/lib64_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftello64.o: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo -c -o stdio/libarm32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm32_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -misc/lib64_libmingwex_a-wmemcpy.o: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo -c -o misc/lib64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib64_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftello64.obj: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo -c -o stdio/libarm32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm32_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -misc/lib64_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo -c -o misc/lib64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/lib64_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm32_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -misc/lib64_libmingwex_a-wmemmove.o: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo -c -o misc/lib64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib64_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm32_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -misc/lib64_libmingwex_a-wmemmove.obj: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo -c -o misc/lib64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/lib64_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lltoa.o: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo -c -o stdio/libarm32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm32_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -misc/lib64_libmingwex_a-wmempcpy.o: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo -c -o misc/lib64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib64_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lltoa.obj: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo -c -o stdio/libarm32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm32_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -misc/lib64_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo -c -o misc/lib64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/lib64_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lltow.o: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo -c -o stdio/libarm32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm32_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -misc/lib64_libmingwex_a-wmemset.o: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo -c -o misc/lib64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib64_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lltow.obj: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo -c -o stdio/libarm32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm32_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -misc/lib64_libmingwex_a-wmemset.obj: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo -c -o misc/lib64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/lib64_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lseek64.o: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo -c -o stdio/libarm32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm32_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -misc/lib64_libmingwex_a-ftw.o: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo -c -o misc/lib64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib64_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-lseek64.obj: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo -c -o stdio/libarm32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm32_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -misc/lib64_libmingwex_a-ftw.obj: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo -c -o misc/lib64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/lib64_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm32_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -misc/lib64_libmingwex_a-ftw64.o: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo -c -o misc/lib64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib64_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm32_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -misc/lib64_libmingwex_a-ftw64.obj: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo -c -o misc/lib64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/lib64_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/lib64_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -stdio/lib64_libmingwex_a-strtok_r.o: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo -c -o stdio/lib64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib64_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -stdio/lib64_libmingwex_a-strtok_r.obj: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo -c -o stdio/lib64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/lib64_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -stdio/lib64_libmingwex_a-_Exit.o: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo -c -o stdio/lib64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib64_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -stdio/lib64_libmingwex_a-_Exit.obj: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo -c -o stdio/lib64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/lib64_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -stdio/lib64_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib64_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -stdio/lib64_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/lib64_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm32_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -stdio/lib64_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib64_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm32_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -stdio/lib64_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/lib64_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm32_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -stdio/lib64_libmingwex_a-_fstat.o: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo -c -o stdio/lib64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib64_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm32_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -stdio/lib64_libmingwex_a-_fstat.obj: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo -c -o stdio/lib64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/lib64_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm32_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -stdio/lib64_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib64_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm32_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -stdio/lib64_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/lib64_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm32_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -stdio/lib64_libmingwex_a-_ftime.o: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo -c -o stdio/lib64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib64_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm32_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -stdio/lib64_libmingwex_a-_ftime.obj: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo -c -o stdio/lib64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/lib64_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm32_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -stdio/lib64_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib64_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm32_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -stdio/lib64_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/lib64_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm32_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -stdio/lib64_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib64_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm32_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -stdio/lib64_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/lib64_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -stdio/lib64_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib64_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -stdio/lib64_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/lib64_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm32_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -stdio/lib64_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib64_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm32_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -stdio/lib64_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/lib64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/lib64_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -stdio/lib64_libmingwex_a-_stat.o: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo -c -o stdio/lib64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib64_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -stdio/lib64_libmingwex_a-_stat.obj: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo -c -o stdio/lib64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/lib64_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm32_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -stdio/lib64_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib64_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm32_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -stdio/lib64_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/lib64_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm32_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -stdio/lib64_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib64_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm32_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -stdio/lib64_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/lib64_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -stdio/lib64_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib64_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -stdio/lib64_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/lib64_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -stdio/lib64_libmingwex_a-_wstat.o: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo -c -o stdio/lib64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib64_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -stdio/lib64_libmingwex_a-_wstat.obj: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo -c -o stdio/lib64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/lib64_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -stdio/lib64_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib64_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -stdio/lib64_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/lib64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/lib64_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -stdio/lib64_libmingwex_a-asprintf.o: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo -c -o stdio/lib64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib64_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -stdio/lib64_libmingwex_a-asprintf.obj: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo -c -o stdio/lib64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/lib64_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -stdio/lib64_libmingwex_a-atoll.o: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo -c -o stdio/lib64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib64_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -stdio/lib64_libmingwex_a-atoll.obj: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo -c -o stdio/lib64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/lib64_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -stdio/lib64_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib64_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -stdio/lib64_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/lib64_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -stdio/lib64_libmingwex_a-fopen64.o: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo -c -o stdio/lib64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib64_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -stdio/lib64_libmingwex_a-fopen64.obj: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo -c -o stdio/lib64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/lib64_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -stdio/lib64_libmingwex_a-fseeko32.o: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo -c -o stdio/lib64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib64_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -stdio/lib64_libmingwex_a-fseeko32.obj: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo -c -o stdio/lib64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/lib64_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -stdio/lib64_libmingwex_a-fseeko64.o: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo -c -o stdio/lib64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib64_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -stdio/lib64_libmingwex_a-fseeko64.obj: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo -c -o stdio/lib64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/lib64_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -stdio/lib64_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib64_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -stdio/lib64_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo -c -o stdio/lib64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/lib64_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -stdio/lib64_libmingwex_a-ftello.o: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo -c -o stdio/lib64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib64_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -stdio/lib64_libmingwex_a-ftello.obj: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo -c -o stdio/lib64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/lib64_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-snprintf.o: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm32_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -stdio/lib64_libmingwex_a-ftello64.o: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo -c -o stdio/lib64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib64_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-snprintf.obj: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm32_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -stdio/lib64_libmingwex_a-ftello64.obj: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo -c -o stdio/lib64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/lib64_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-snwprintf.o: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm32_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -stdio/lib64_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib64_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-snwprintf.obj: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm32_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -stdio/lib64_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo -c -o stdio/lib64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/lib64_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-strtof.o: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o stdio/libarm32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -stdio/lib64_libmingwex_a-lltoa.o: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo -c -o stdio/lib64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib64_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-strtof.obj: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o stdio/libarm32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -stdio/lib64_libmingwex_a-lltoa.obj: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo -c -o stdio/lib64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/lib64_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-truncate.o: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo -c -o stdio/libarm32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm32_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -stdio/lib64_libmingwex_a-lltow.o: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo -c -o stdio/lib64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib64_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-truncate.obj: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo -c -o stdio/libarm32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm32_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -stdio/lib64_libmingwex_a-lltow.obj: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo -c -o stdio/lib64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/lib64_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ulltoa.o: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm32_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -stdio/lib64_libmingwex_a-lseek64.o: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo -c -o stdio/lib64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib64_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ulltoa.obj: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm32_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -stdio/lib64_libmingwex_a-lseek64.obj: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo -c -o stdio/lib64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/lib64_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ulltow.o: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo -c -o stdio/libarm32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm32_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -stdio/lib64_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib64_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-ulltow.obj: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo -c -o stdio/libarm32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm32_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -stdio/lib64_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/lib64_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vasprintf.o: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm32_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -stdio/lib64_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib64_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vasprintf.obj: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm32_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -stdio/lib64_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/lib64_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vfscanf.o: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm32_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -stdio/lib64_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib64_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vfscanf.obj: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm32_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/lib64_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm32_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -stdio/lib64_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib64_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm32_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/lib64_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vscanf.o: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm32_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c -stdio/lib64_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib64_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vscanf.obj: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm32_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/lib64_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm32_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -stdio/lib64_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib64_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm32_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -stdio/lib64_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/lib64_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm32_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -stdio/lib64_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib64_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm32_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -stdio/lib64_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/lib64_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsscanf.o: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm32_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -stdio/lib64_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib64_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vsscanf.obj: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm32_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/lib64_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vswscanf.o: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm32_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -stdio/lib64_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib64_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vswscanf.obj: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm32_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/lib64_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vwscanf.o: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm32_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -stdio/lib64_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib64_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-vwscanf.obj: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm32_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -stdio/lib64_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/lib64_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-wtoll.o: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo -c -o stdio/libarm32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm32_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -stdio/lib64_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib64_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-wtoll.obj: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo -c -o stdio/libarm32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm32_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -stdio/lib64_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/lib64_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm32_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -stdio/lib64_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib64_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm32_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -stdio/lib64_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/lib64_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -stdio/lib64_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib64_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -stdio/lib64_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/lib64_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-copysignl.o: math/arm/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-copysignl.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo -c -o math/arm/libarm32_libmingwex_a-copysignl.o `test -f 'math/arm/copysignl.c' || echo '$(srcdir)/'`math/arm/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/copysignl.c' object='math/arm/libarm32_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-copysignl.o `test -f 'math/arm/copysignl.c' || echo '$(srcdir)/'`math/arm/copysignl.c + +math/arm/libarm32_libmingwex_a-copysignl.obj: math/arm/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-copysignl.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo -c -o math/arm/libarm32_libmingwex_a-copysignl.obj `if test -f 'math/arm/copysignl.c'; then $(CYGPATH_W) 'math/arm/copysignl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/copysignl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/copysignl.c' object='math/arm/libarm32_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-copysignl.obj `if test -f 'math/arm/copysignl.c'; then $(CYGPATH_W) 'math/arm/copysignl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/copysignl.c'; fi` -stdio/lib64_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib64_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_fmod.o: math/softmath/e_fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmod.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmod.o `test -f 'math/softmath/e_fmod.c' || echo '$(srcdir)/'`math/softmath/e_fmod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmod.c' object='math/softmath/libarm32_libmingwex_a-e_fmod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmod.o `test -f 'math/softmath/e_fmod.c' || echo '$(srcdir)/'`math/softmath/e_fmod.c -stdio/lib64_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/lib64_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_fmod.obj: math/softmath/e_fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmod.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmod.obj `if test -f 'math/softmath/e_fmod.c'; then $(CYGPATH_W) 'math/softmath/e_fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmod.c' object='math/softmath/libarm32_libmingwex_a-e_fmod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmod.obj `if test -f 'math/softmath/e_fmod.c'; then $(CYGPATH_W) 'math/softmath/e_fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmod.c'; fi` -stdio/lib64_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib64_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_fmodf.o: math/softmath/e_fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmodf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.o `test -f 'math/softmath/e_fmodf.c' || echo '$(srcdir)/'`math/softmath/e_fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmodf.c' object='math/softmath/libarm32_libmingwex_a-e_fmodf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.o `test -f 'math/softmath/e_fmodf.c' || echo '$(srcdir)/'`math/softmath/e_fmodf.c -stdio/lib64_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/lib64_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_fmodf.obj: math/softmath/e_fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmodf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.obj `if test -f 'math/softmath/e_fmodf.c'; then $(CYGPATH_W) 'math/softmath/e_fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmodf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmodf.c' object='math/softmath/libarm32_libmingwex_a-e_fmodf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.obj `if test -f 'math/softmath/e_fmodf.c'; then $(CYGPATH_W) 'math/softmath/e_fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmodf.c'; fi` -stdio/lib64_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib64_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_powf.o: math/softmath/e_powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_powf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_powf.o `test -f 'math/softmath/e_powf.c' || echo '$(srcdir)/'`math/softmath/e_powf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_powf.c' object='math/softmath/libarm32_libmingwex_a-e_powf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_powf.o `test -f 'math/softmath/e_powf.c' || echo '$(srcdir)/'`math/softmath/e_powf.c -stdio/lib64_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/lib64_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_powf.obj: math/softmath/e_powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_powf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_powf.obj `if test -f 'math/softmath/e_powf.c'; then $(CYGPATH_W) 'math/softmath/e_powf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_powf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_powf.c' object='math/softmath/libarm32_libmingwex_a-e_powf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_powf.obj `if test -f 'math/softmath/e_powf.c'; then $(CYGPATH_W) 'math/softmath/e_powf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_powf.c'; fi` -stdio/lib64_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-e_pow.o: math/softmath/e_pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_pow.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_pow.o `test -f 'math/softmath/e_pow.c' || echo '$(srcdir)/'`math/softmath/e_pow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_pow.c' object='math/softmath/libarm32_libmingwex_a-e_pow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_pow.o `test -f 'math/softmath/e_pow.c' || echo '$(srcdir)/'`math/softmath/e_pow.c + +math/softmath/libarm32_libmingwex_a-e_pow.obj: math/softmath/e_pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_pow.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_pow.obj `if test -f 'math/softmath/e_pow.c'; then $(CYGPATH_W) 'math/softmath/e_pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_pow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_pow.c' object='math/softmath/libarm32_libmingwex_a-e_pow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_pow.obj `if test -f 'math/softmath/e_pow.c'; then $(CYGPATH_W) 'math/softmath/e_pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_pow.c'; fi` -stdio/lib64_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosf.o: math/softmath/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosf.o `test -f 'math/softmath/acosf.c' || echo '$(srcdir)/'`math/softmath/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosf.c' object='math/softmath/libarm32_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosf.o `test -f 'math/softmath/acosf.c' || echo '$(srcdir)/'`math/softmath/acosf.c -stdio/lib64_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib64_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosf.obj: math/softmath/acosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosf.obj `if test -f 'math/softmath/acosf.c'; then $(CYGPATH_W) 'math/softmath/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosf.c' object='math/softmath/libarm32_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosf.obj `if test -f 'math/softmath/acosf.c'; then $(CYGPATH_W) 'math/softmath/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosf.c'; fi` -stdio/lib64_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/lib64_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosh.o: math/softmath/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosh.o `test -f 'math/softmath/acosh.c' || echo '$(srcdir)/'`math/softmath/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosh.c' object='math/softmath/libarm32_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosh.o `test -f 'math/softmath/acosh.c' || echo '$(srcdir)/'`math/softmath/acosh.c -stdio/lib64_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib64_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosh.obj: math/softmath/acosh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosh.obj `if test -f 'math/softmath/acosh.c'; then $(CYGPATH_W) 'math/softmath/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosh.c' object='math/softmath/libarm32_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosh.obj `if test -f 'math/softmath/acosh.c'; then $(CYGPATH_W) 'math/softmath/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosh.c'; fi` -stdio/lib64_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/lib64_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosl.o: math/softmath/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosl.o `test -f 'math/softmath/acosl.c' || echo '$(srcdir)/'`math/softmath/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosl.c' object='math/softmath/libarm32_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosl.o `test -f 'math/softmath/acosl.c' || echo '$(srcdir)/'`math/softmath/acosl.c -stdio/lib64_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acosl.obj: math/softmath/acosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosl.obj `if test -f 'math/softmath/acosl.c'; then $(CYGPATH_W) 'math/softmath/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosl.c' object='math/softmath/libarm32_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosl.obj `if test -f 'math/softmath/acosl.c'; then $(CYGPATH_W) 'math/softmath/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosl.c'; fi` -stdio/lib64_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acoshf.o: math/softmath/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshf.o `test -f 'math/softmath/acoshf.c' || echo '$(srcdir)/'`math/softmath/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshf.c' object='math/softmath/libarm32_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshf.o `test -f 'math/softmath/acoshf.c' || echo '$(srcdir)/'`math/softmath/acoshf.c -stdio/lib64_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acoshf.obj: math/softmath/acoshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshf.obj `if test -f 'math/softmath/acoshf.c'; then $(CYGPATH_W) 'math/softmath/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshf.c' object='math/softmath/libarm32_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshf.obj `if test -f 'math/softmath/acoshf.c'; then $(CYGPATH_W) 'math/softmath/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshf.c'; fi` -stdio/lib64_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acoshl.o: math/softmath/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshl.o `test -f 'math/softmath/acoshl.c' || echo '$(srcdir)/'`math/softmath/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshl.c' object='math/softmath/libarm32_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshl.o `test -f 'math/softmath/acoshl.c' || echo '$(srcdir)/'`math/softmath/acoshl.c -stdio/lib64_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-acoshl.obj: math/softmath/acoshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshl.obj `if test -f 'math/softmath/acoshl.c'; then $(CYGPATH_W) 'math/softmath/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshl.c' object='math/softmath/libarm32_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshl.obj `if test -f 'math/softmath/acoshl.c'; then $(CYGPATH_W) 'math/softmath/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshl.c'; fi` -stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinf.o: math/softmath/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinf.o `test -f 'math/softmath/asinf.c' || echo '$(srcdir)/'`math/softmath/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinf.c' object='math/softmath/libarm32_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinf.o `test -f 'math/softmath/asinf.c' || echo '$(srcdir)/'`math/softmath/asinf.c -stdio/lib64_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinf.obj: math/softmath/asinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinf.obj `if test -f 'math/softmath/asinf.c'; then $(CYGPATH_W) 'math/softmath/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinf.c' object='math/softmath/libarm32_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinf.obj `if test -f 'math/softmath/asinf.c'; then $(CYGPATH_W) 'math/softmath/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinf.c'; fi` -stdio/lib64_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/lib64_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinh.o: math/softmath/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinh.o `test -f 'math/softmath/asinh.c' || echo '$(srcdir)/'`math/softmath/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinh.c' object='math/softmath/libarm32_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinh.o `test -f 'math/softmath/asinh.c' || echo '$(srcdir)/'`math/softmath/asinh.c -stdio/lib64_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinh.obj: math/softmath/asinh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinh.obj `if test -f 'math/softmath/asinh.c'; then $(CYGPATH_W) 'math/softmath/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinh.c' object='math/softmath/libarm32_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinh.obj `if test -f 'math/softmath/asinh.c'; then $(CYGPATH_W) 'math/softmath/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinh.c'; fi` -stdio/lib64_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/lib64_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinl.o: math/softmath/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinl.o `test -f 'math/softmath/asinl.c' || echo '$(srcdir)/'`math/softmath/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinl.c' object='math/softmath/libarm32_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinl.o `test -f 'math/softmath/asinl.c' || echo '$(srcdir)/'`math/softmath/asinl.c -stdio/lib64_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib64_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinl.obj: math/softmath/asinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinl.obj `if test -f 'math/softmath/asinl.c'; then $(CYGPATH_W) 'math/softmath/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinl.c' object='math/softmath/libarm32_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinl.obj `if test -f 'math/softmath/asinl.c'; then $(CYGPATH_W) 'math/softmath/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinl.c'; fi` -stdio/lib64_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/lib64_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinhf.o: math/softmath/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhf.o `test -f 'math/softmath/asinhf.c' || echo '$(srcdir)/'`math/softmath/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhf.c' object='math/softmath/libarm32_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhf.o `test -f 'math/softmath/asinhf.c' || echo '$(srcdir)/'`math/softmath/asinhf.c -stdio/lib64_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib64_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinhf.obj: math/softmath/asinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhf.obj `if test -f 'math/softmath/asinhf.c'; then $(CYGPATH_W) 'math/softmath/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhf.c' object='math/softmath/libarm32_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhf.obj `if test -f 'math/softmath/asinhf.c'; then $(CYGPATH_W) 'math/softmath/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhf.c'; fi` -stdio/lib64_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/lib64_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinhl.o: math/softmath/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhl.o `test -f 'math/softmath/asinhl.c' || echo '$(srcdir)/'`math/softmath/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhl.c' object='math/softmath/libarm32_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhl.o `test -f 'math/softmath/asinhl.c' || echo '$(srcdir)/'`math/softmath/asinhl.c -stdio/lib64_libmingwex_a-snprintf.o: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo -c -o stdio/lib64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib64_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-asinhl.obj: math/softmath/asinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhl.obj `if test -f 'math/softmath/asinhl.c'; then $(CYGPATH_W) 'math/softmath/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhl.c' object='math/softmath/libarm32_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhl.obj `if test -f 'math/softmath/asinhl.c'; then $(CYGPATH_W) 'math/softmath/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhl.c'; fi` -stdio/lib64_libmingwex_a-snprintf.obj: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo -c -o stdio/lib64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/lib64_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atan2f.o: math/softmath/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2f.o `test -f 'math/softmath/atan2f.c' || echo '$(srcdir)/'`math/softmath/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2f.c' object='math/softmath/libarm32_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2f.o `test -f 'math/softmath/atan2f.c' || echo '$(srcdir)/'`math/softmath/atan2f.c -stdio/lib64_libmingwex_a-snwprintf.o: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo -c -o stdio/lib64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib64_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atan2f.obj: math/softmath/atan2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2f.obj `if test -f 'math/softmath/atan2f.c'; then $(CYGPATH_W) 'math/softmath/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2f.c' object='math/softmath/libarm32_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2f.obj `if test -f 'math/softmath/atan2f.c'; then $(CYGPATH_W) 'math/softmath/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2f.c'; fi` -stdio/lib64_libmingwex_a-snwprintf.obj: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo -c -o stdio/lib64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/lib64_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atan2l.o: math/softmath/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2l.o `test -f 'math/softmath/atan2l.c' || echo '$(srcdir)/'`math/softmath/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2l.c' object='math/softmath/libarm32_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2l.o `test -f 'math/softmath/atan2l.c' || echo '$(srcdir)/'`math/softmath/atan2l.c -stdio/lib64_libmingwex_a-strtof.o: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o stdio/lib64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atan2l.obj: math/softmath/atan2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2l.obj `if test -f 'math/softmath/atan2l.c'; then $(CYGPATH_W) 'math/softmath/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2l.c' object='math/softmath/libarm32_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2l.obj `if test -f 'math/softmath/atan2l.c'; then $(CYGPATH_W) 'math/softmath/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2l.c'; fi` -stdio/lib64_libmingwex_a-strtof.obj: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo -c -o stdio/lib64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/lib64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanf.o: math/softmath/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanf.o `test -f 'math/softmath/atanf.c' || echo '$(srcdir)/'`math/softmath/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanf.c' object='math/softmath/libarm32_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanf.o `test -f 'math/softmath/atanf.c' || echo '$(srcdir)/'`math/softmath/atanf.c -stdio/lib64_libmingwex_a-truncate.o: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo -c -o stdio/lib64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib64_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanf.obj: math/softmath/atanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanf.obj `if test -f 'math/softmath/atanf.c'; then $(CYGPATH_W) 'math/softmath/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanf.c' object='math/softmath/libarm32_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanf.obj `if test -f 'math/softmath/atanf.c'; then $(CYGPATH_W) 'math/softmath/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanf.c'; fi` -stdio/lib64_libmingwex_a-truncate.obj: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo -c -o stdio/lib64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/lib64_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanh.o: math/softmath/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanh.o `test -f 'math/softmath/atanh.c' || echo '$(srcdir)/'`math/softmath/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanh.c' object='math/softmath/libarm32_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanh.o `test -f 'math/softmath/atanh.c' || echo '$(srcdir)/'`math/softmath/atanh.c -stdio/lib64_libmingwex_a-ulltoa.o: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo -c -o stdio/lib64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib64_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanh.obj: math/softmath/atanh.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanh.obj `if test -f 'math/softmath/atanh.c'; then $(CYGPATH_W) 'math/softmath/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanh.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanh.c' object='math/softmath/libarm32_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanh.obj `if test -f 'math/softmath/atanh.c'; then $(CYGPATH_W) 'math/softmath/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanh.c'; fi` -stdio/lib64_libmingwex_a-ulltoa.obj: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo -c -o stdio/lib64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/lib64_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanl.o: math/softmath/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanl.o `test -f 'math/softmath/atanl.c' || echo '$(srcdir)/'`math/softmath/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanl.c' object='math/softmath/libarm32_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanl.o `test -f 'math/softmath/atanl.c' || echo '$(srcdir)/'`math/softmath/atanl.c -stdio/lib64_libmingwex_a-ulltow.o: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo -c -o stdio/lib64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib64_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanl.obj: math/softmath/atanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanl.obj `if test -f 'math/softmath/atanl.c'; then $(CYGPATH_W) 'math/softmath/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanl.c' object='math/softmath/libarm32_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanl.obj `if test -f 'math/softmath/atanl.c'; then $(CYGPATH_W) 'math/softmath/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanl.c'; fi` -stdio/lib64_libmingwex_a-ulltow.obj: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo -c -o stdio/lib64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/lib64_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanhf.o: math/softmath/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhf.o `test -f 'math/softmath/atanhf.c' || echo '$(srcdir)/'`math/softmath/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhf.c' object='math/softmath/libarm32_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhf.o `test -f 'math/softmath/atanhf.c' || echo '$(srcdir)/'`math/softmath/atanhf.c -stdio/lib64_libmingwex_a-vasprintf.o: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib64_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanhf.obj: math/softmath/atanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhf.obj `if test -f 'math/softmath/atanhf.c'; then $(CYGPATH_W) 'math/softmath/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhf.c' object='math/softmath/libarm32_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhf.obj `if test -f 'math/softmath/atanhf.c'; then $(CYGPATH_W) 'math/softmath/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhf.c'; fi` -stdio/lib64_libmingwex_a-vasprintf.obj: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/lib64_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanhl.o: math/softmath/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhl.o `test -f 'math/softmath/atanhl.c' || echo '$(srcdir)/'`math/softmath/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhl.c' object='math/softmath/libarm32_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhl.o `test -f 'math/softmath/atanhl.c' || echo '$(srcdir)/'`math/softmath/atanhl.c -stdio/lib64_libmingwex_a-vfscanf.o: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib64_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-atanhl.obj: math/softmath/atanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhl.obj `if test -f 'math/softmath/atanhl.c'; then $(CYGPATH_W) 'math/softmath/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhl.c' object='math/softmath/libarm32_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhl.obj `if test -f 'math/softmath/atanhl.c'; then $(CYGPATH_W) 'math/softmath/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhl.c'; fi` -stdio/lib64_libmingwex_a-vfscanf.obj: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/lib64_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cos.o: math/softmath/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cos.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo -c -o math/softmath/libarm32_libmingwex_a-cos.o `test -f 'math/softmath/cos.c' || echo '$(srcdir)/'`math/softmath/cos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cos.c' object='math/softmath/libarm32_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cos.o `test -f 'math/softmath/cos.c' || echo '$(srcdir)/'`math/softmath/cos.c -stdio/lib64_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib64_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cos.obj: math/softmath/cos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cos.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo -c -o math/softmath/libarm32_libmingwex_a-cos.obj `if test -f 'math/softmath/cos.c'; then $(CYGPATH_W) 'math/softmath/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cos.c' object='math/softmath/libarm32_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cos.obj `if test -f 'math/softmath/cos.c'; then $(CYGPATH_W) 'math/softmath/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cos.c'; fi` -stdio/lib64_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/lib64_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cosf.o: math/softmath/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosf.o `test -f 'math/softmath/cosf.c' || echo '$(srcdir)/'`math/softmath/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosf.c' object='math/softmath/libarm32_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosf.o `test -f 'math/softmath/cosf.c' || echo '$(srcdir)/'`math/softmath/cosf.c -stdio/lib64_libmingwex_a-vscanf.o: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo -c -o stdio/lib64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib64_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cosf.obj: math/softmath/cosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosf.obj `if test -f 'math/softmath/cosf.c'; then $(CYGPATH_W) 'math/softmath/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosf.c' object='math/softmath/libarm32_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosf.obj `if test -f 'math/softmath/cosf.c'; then $(CYGPATH_W) 'math/softmath/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosf.c'; fi` -stdio/lib64_libmingwex_a-vscanf.obj: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo -c -o stdio/lib64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/lib64_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cosl.o: math/softmath/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosl.o `test -f 'math/softmath/cosl.c' || echo '$(srcdir)/'`math/softmath/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosl.c' object='math/softmath/libarm32_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosl.o `test -f 'math/softmath/cosl.c' || echo '$(srcdir)/'`math/softmath/cosl.c -stdio/lib64_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib64_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-cosl.obj: math/softmath/cosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosl.obj `if test -f 'math/softmath/cosl.c'; then $(CYGPATH_W) 'math/softmath/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosl.c' object='math/softmath/libarm32_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosl.obj `if test -f 'math/softmath/cosl.c'; then $(CYGPATH_W) 'math/softmath/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosl.c'; fi` -stdio/lib64_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/lib64_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp.o: math/softmath/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp.o `test -f 'math/softmath/exp.c' || echo '$(srcdir)/'`math/softmath/exp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp.c' object='math/softmath/libarm32_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp.o `test -f 'math/softmath/exp.c' || echo '$(srcdir)/'`math/softmath/exp.c -stdio/lib64_libmingwex_a-vsnprintf_s.o: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf_s.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/lib64_libmingwex_a-vsnprintf_s.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c - -stdio/lib64_libmingwex_a-vsnprintf_s.obj: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnprintf_s.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/lib64_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/lib64_libmingwex_a-vsnprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp.obj: math/softmath/exp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp.obj `if test -f 'math/softmath/exp.c'; then $(CYGPATH_W) 'math/softmath/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp.c' object='math/softmath/libarm32_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp.obj `if test -f 'math/softmath/exp.c'; then $(CYGPATH_W) 'math/softmath/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp.c'; fi` -stdio/lib64_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib64_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expl.o: math/softmath/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo -c -o math/softmath/libarm32_libmingwex_a-expl.o `test -f 'math/softmath/expl.c' || echo '$(srcdir)/'`math/softmath/expl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expl.c' object='math/softmath/libarm32_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expl.o `test -f 'math/softmath/expl.c' || echo '$(srcdir)/'`math/softmath/expl.c -stdio/lib64_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/lib64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/lib64_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expl.obj: math/softmath/expl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo -c -o math/softmath/libarm32_libmingwex_a-expl.obj `if test -f 'math/softmath/expl.c'; then $(CYGPATH_W) 'math/softmath/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expl.c' object='math/softmath/libarm32_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expl.obj `if test -f 'math/softmath/expl.c'; then $(CYGPATH_W) 'math/softmath/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expl.c'; fi` -stdio/lib64_libmingwex_a-vsscanf.o: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib64_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2.o: math/softmath/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2.o `test -f 'math/softmath/exp2.c' || echo '$(srcdir)/'`math/softmath/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2.c' object='math/softmath/libarm32_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2.o `test -f 'math/softmath/exp2.c' || echo '$(srcdir)/'`math/softmath/exp2.c -stdio/lib64_libmingwex_a-vsscanf.obj: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo -c -o stdio/lib64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/lib64_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2.obj: math/softmath/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2.obj `if test -f 'math/softmath/exp2.c'; then $(CYGPATH_W) 'math/softmath/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2.c' object='math/softmath/libarm32_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2.obj `if test -f 'math/softmath/exp2.c'; then $(CYGPATH_W) 'math/softmath/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2.c'; fi` -stdio/lib64_libmingwex_a-vswscanf.o: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib64_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2f.o: math/softmath/exp2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2f.o `test -f 'math/softmath/exp2f.c' || echo '$(srcdir)/'`math/softmath/exp2f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2f.c' object='math/softmath/libarm32_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2f.o `test -f 'math/softmath/exp2f.c' || echo '$(srcdir)/'`math/softmath/exp2f.c -stdio/lib64_libmingwex_a-vswscanf.obj: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo -c -o stdio/lib64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/lib64_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2f.obj: math/softmath/exp2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2f.obj `if test -f 'math/softmath/exp2f.c'; then $(CYGPATH_W) 'math/softmath/exp2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2f.c' object='math/softmath/libarm32_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2f.obj `if test -f 'math/softmath/exp2f.c'; then $(CYGPATH_W) 'math/softmath/exp2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2f.c'; fi` -stdio/lib64_libmingwex_a-vwscanf.o: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib64_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2l.o: math/softmath/exp2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2l.o `test -f 'math/softmath/exp2l.c' || echo '$(srcdir)/'`math/softmath/exp2l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2l.c' object='math/softmath/libarm32_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2l.o `test -f 'math/softmath/exp2l.c' || echo '$(srcdir)/'`math/softmath/exp2l.c -stdio/lib64_libmingwex_a-vwscanf.obj: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo -c -o stdio/lib64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/lib64_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-exp2l.obj: math/softmath/exp2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2l.obj `if test -f 'math/softmath/exp2l.c'; then $(CYGPATH_W) 'math/softmath/exp2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2l.c' object='math/softmath/libarm32_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2l.obj `if test -f 'math/softmath/exp2l.c'; then $(CYGPATH_W) 'math/softmath/exp2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2l.c'; fi` -stdio/lib64_libmingwex_a-wtoll.o: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo -c -o stdio/lib64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib64_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1.o: math/softmath/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1.o `test -f 'math/softmath/expm1.c' || echo '$(srcdir)/'`math/softmath/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1.c' object='math/softmath/libarm32_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1.o `test -f 'math/softmath/expm1.c' || echo '$(srcdir)/'`math/softmath/expm1.c -stdio/lib64_libmingwex_a-wtoll.obj: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo -c -o stdio/lib64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/lib64_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1.obj: math/softmath/expm1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1.obj `if test -f 'math/softmath/expm1.c'; then $(CYGPATH_W) 'math/softmath/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1.c' object='math/softmath/libarm32_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1.obj `if test -f 'math/softmath/expm1.c'; then $(CYGPATH_W) 'math/softmath/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1.c'; fi` -stdio/lib64_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib64_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1f.o: math/softmath/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1f.o `test -f 'math/softmath/expm1f.c' || echo '$(srcdir)/'`math/softmath/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1f.c' object='math/softmath/libarm32_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1f.o `test -f 'math/softmath/expm1f.c' || echo '$(srcdir)/'`math/softmath/expm1f.c -stdio/lib64_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/lib64_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1f.obj: math/softmath/expm1f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1f.obj `if test -f 'math/softmath/expm1f.c'; then $(CYGPATH_W) 'math/softmath/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1f.c' object='math/softmath/libarm32_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1f.obj `if test -f 'math/softmath/expm1f.c'; then $(CYGPATH_W) 'math/softmath/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1f.c'; fi` -stdio/lib64_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib64_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1l.o: math/softmath/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1l.o `test -f 'math/softmath/expm1l.c' || echo '$(srcdir)/'`math/softmath/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1l.c' object='math/softmath/libarm32_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1l.o `test -f 'math/softmath/expm1l.c' || echo '$(srcdir)/'`math/softmath/expm1l.c -stdio/lib64_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/lib64_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/lib64_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-expm1l.obj: math/softmath/expm1l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1l.obj `if test -f 'math/softmath/expm1l.c'; then $(CYGPATH_W) 'math/softmath/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1l.c' object='math/softmath/libarm32_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1l.obj `if test -f 'math/softmath/expm1l.c'; then $(CYGPATH_W) 'math/softmath/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1l.c'; fi` -math/lib64_libmingwex_a-acosf.o: math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo -c -o math/lib64_libmingwex_a-acosf.o `test -f 'math/acosf.c' || echo '$(srcdir)/'`math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosf.c' object='math/lib64_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmod.o: math/softmath/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmod.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmod.o `test -f 'math/softmath/fmod.c' || echo '$(srcdir)/'`math/softmath/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmod.c' object='math/softmath/libarm32_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosf.o `test -f 'math/acosf.c' || echo '$(srcdir)/'`math/acosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmod.o `test -f 'math/softmath/fmod.c' || echo '$(srcdir)/'`math/softmath/fmod.c -math/lib64_libmingwex_a-acosf.obj: math/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo -c -o math/lib64_libmingwex_a-acosf.obj `if test -f 'math/acosf.c'; then $(CYGPATH_W) 'math/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/acosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosf.c' object='math/lib64_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmod.obj: math/softmath/fmod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmod.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmod.obj `if test -f 'math/softmath/fmod.c'; then $(CYGPATH_W) 'math/softmath/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmod.c' object='math/softmath/libarm32_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosf.obj `if test -f 'math/acosf.c'; then $(CYGPATH_W) 'math/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/acosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmod.obj `if test -f 'math/softmath/fmod.c'; then $(CYGPATH_W) 'math/softmath/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmod.c'; fi` -math/lib64_libmingwex_a-acosh.o: math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosh.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo -c -o math/lib64_libmingwex_a-acosh.o `test -f 'math/acosh.c' || echo '$(srcdir)/'`math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosh.c' object='math/lib64_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmodf.o: math/softmath/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodf.o `test -f 'math/softmath/fmodf.c' || echo '$(srcdir)/'`math/softmath/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodf.c' object='math/softmath/libarm32_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosh.o `test -f 'math/acosh.c' || echo '$(srcdir)/'`math/acosh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodf.o `test -f 'math/softmath/fmodf.c' || echo '$(srcdir)/'`math/softmath/fmodf.c -math/lib64_libmingwex_a-acosh.obj: math/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosh.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo -c -o math/lib64_libmingwex_a-acosh.obj `if test -f 'math/acosh.c'; then $(CYGPATH_W) 'math/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/acosh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosh.c' object='math/lib64_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmodf.obj: math/softmath/fmodf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodf.obj `if test -f 'math/softmath/fmodf.c'; then $(CYGPATH_W) 'math/softmath/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodf.c' object='math/softmath/libarm32_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosh.obj `if test -f 'math/acosh.c'; then $(CYGPATH_W) 'math/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/acosh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodf.obj `if test -f 'math/softmath/fmodf.c'; then $(CYGPATH_W) 'math/softmath/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodf.c'; fi` -math/lib64_libmingwex_a-acosl.o: math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo -c -o math/lib64_libmingwex_a-acosl.o `test -f 'math/acosl.c' || echo '$(srcdir)/'`math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosl.c' object='math/lib64_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmodl.o: math/softmath/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodl.o `test -f 'math/softmath/fmodl.c' || echo '$(srcdir)/'`math/softmath/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodl.c' object='math/softmath/libarm32_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosl.o `test -f 'math/acosl.c' || echo '$(srcdir)/'`math/acosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodl.o `test -f 'math/softmath/fmodl.c' || echo '$(srcdir)/'`math/softmath/fmodl.c -math/lib64_libmingwex_a-acosl.obj: math/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acosl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo -c -o math/lib64_libmingwex_a-acosl.obj `if test -f 'math/acosl.c'; then $(CYGPATH_W) 'math/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/acosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acosl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acosl.c' object='math/lib64_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-fmodl.obj: math/softmath/fmodl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodl.obj `if test -f 'math/softmath/fmodl.c'; then $(CYGPATH_W) 'math/softmath/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodl.c' object='math/softmath/libarm32_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acosl.obj `if test -f 'math/acosl.c'; then $(CYGPATH_W) 'math/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/acosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodl.obj `if test -f 'math/softmath/fmodl.c'; then $(CYGPATH_W) 'math/softmath/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodl.c'; fi` -math/lib64_libmingwex_a-acoshf.o: math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acoshf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo -c -o math/lib64_libmingwex_a-acoshf.o `test -f 'math/acoshf.c' || echo '$(srcdir)/'`math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshf.c' object='math/lib64_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-frexpl.o: math/softmath/frexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-frexpl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-frexpl.o `test -f 'math/softmath/frexpl.c' || echo '$(srcdir)/'`math/softmath/frexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/frexpl.c' object='math/softmath/libarm32_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acoshf.o `test -f 'math/acoshf.c' || echo '$(srcdir)/'`math/acoshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-frexpl.o `test -f 'math/softmath/frexpl.c' || echo '$(srcdir)/'`math/softmath/frexpl.c -math/lib64_libmingwex_a-acoshf.obj: math/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acoshf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo -c -o math/lib64_libmingwex_a-acoshf.obj `if test -f 'math/acoshf.c'; then $(CYGPATH_W) 'math/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshf.c' object='math/lib64_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-frexpl.obj: math/softmath/frexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-frexpl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-frexpl.obj `if test -f 'math/softmath/frexpl.c'; then $(CYGPATH_W) 'math/softmath/frexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/frexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/frexpl.c' object='math/softmath/libarm32_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acoshf.obj `if test -f 'math/acoshf.c'; then $(CYGPATH_W) 'math/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-frexpl.obj `if test -f 'math/softmath/frexpl.c'; then $(CYGPATH_W) 'math/softmath/frexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/frexpl.c'; fi` -math/lib64_libmingwex_a-acoshl.o: math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acoshl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo -c -o math/lib64_libmingwex_a-acoshl.o `test -f 'math/acoshl.c' || echo '$(srcdir)/'`math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshl.c' object='math/lib64_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogb.o: math/softmath/ilogb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogb.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogb.o `test -f 'math/softmath/ilogb.c' || echo '$(srcdir)/'`math/softmath/ilogb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogb.c' object='math/softmath/libarm32_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acoshl.o `test -f 'math/acoshl.c' || echo '$(srcdir)/'`math/acoshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogb.o `test -f 'math/softmath/ilogb.c' || echo '$(srcdir)/'`math/softmath/ilogb.c -math/lib64_libmingwex_a-acoshl.obj: math/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-acoshl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo -c -o math/lib64_libmingwex_a-acoshl.obj `if test -f 'math/acoshl.c'; then $(CYGPATH_W) 'math/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/acoshl.c' object='math/lib64_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogb.obj: math/softmath/ilogb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogb.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogb.obj `if test -f 'math/softmath/ilogb.c'; then $(CYGPATH_W) 'math/softmath/ilogb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogb.c' object='math/softmath/libarm32_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-acoshl.obj `if test -f 'math/acoshl.c'; then $(CYGPATH_W) 'math/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/acoshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogb.obj `if test -f 'math/softmath/ilogb.c'; then $(CYGPATH_W) 'math/softmath/ilogb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogb.c'; fi` -math/lib64_libmingwex_a-asinf.o: math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo -c -o math/lib64_libmingwex_a-asinf.o `test -f 'math/asinf.c' || echo '$(srcdir)/'`math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinf.c' object='math/lib64_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogbf.o: math/softmath/ilogbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbf.o `test -f 'math/softmath/ilogbf.c' || echo '$(srcdir)/'`math/softmath/ilogbf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbf.c' object='math/softmath/libarm32_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinf.o `test -f 'math/asinf.c' || echo '$(srcdir)/'`math/asinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbf.o `test -f 'math/softmath/ilogbf.c' || echo '$(srcdir)/'`math/softmath/ilogbf.c -math/lib64_libmingwex_a-asinf.obj: math/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo -c -o math/lib64_libmingwex_a-asinf.obj `if test -f 'math/asinf.c'; then $(CYGPATH_W) 'math/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinf.c' object='math/lib64_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogbf.obj: math/softmath/ilogbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbf.obj `if test -f 'math/softmath/ilogbf.c'; then $(CYGPATH_W) 'math/softmath/ilogbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbf.c' object='math/softmath/libarm32_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinf.obj `if test -f 'math/asinf.c'; then $(CYGPATH_W) 'math/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbf.obj `if test -f 'math/softmath/ilogbf.c'; then $(CYGPATH_W) 'math/softmath/ilogbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbf.c'; fi` -math/lib64_libmingwex_a-asinh.o: math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinh.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo -c -o math/lib64_libmingwex_a-asinh.o `test -f 'math/asinh.c' || echo '$(srcdir)/'`math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinh.c' object='math/lib64_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogbl.o: math/softmath/ilogbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbl.o `test -f 'math/softmath/ilogbl.c' || echo '$(srcdir)/'`math/softmath/ilogbl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbl.c' object='math/softmath/libarm32_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinh.o `test -f 'math/asinh.c' || echo '$(srcdir)/'`math/asinh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbl.o `test -f 'math/softmath/ilogbl.c' || echo '$(srcdir)/'`math/softmath/ilogbl.c -math/lib64_libmingwex_a-asinh.obj: math/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinh.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo -c -o math/lib64_libmingwex_a-asinh.obj `if test -f 'math/asinh.c'; then $(CYGPATH_W) 'math/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/asinh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinh.c' object='math/lib64_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ilogbl.obj: math/softmath/ilogbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbl.obj `if test -f 'math/softmath/ilogbl.c'; then $(CYGPATH_W) 'math/softmath/ilogbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbl.c' object='math/softmath/libarm32_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinh.obj `if test -f 'math/asinh.c'; then $(CYGPATH_W) 'math/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/asinh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbl.obj `if test -f 'math/softmath/ilogbl.c'; then $(CYGPATH_W) 'math/softmath/ilogbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbl.c'; fi` -math/lib64_libmingwex_a-asinl.o: math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo -c -o math/lib64_libmingwex_a-asinl.o `test -f 'math/asinl.c' || echo '$(srcdir)/'`math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinl.c' object='math/lib64_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ldexp.o: math/softmath/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexp.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexp.o `test -f 'math/softmath/ldexp.c' || echo '$(srcdir)/'`math/softmath/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexp.c' object='math/softmath/libarm32_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinl.o `test -f 'math/asinl.c' || echo '$(srcdir)/'`math/asinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexp.o `test -f 'math/softmath/ldexp.c' || echo '$(srcdir)/'`math/softmath/ldexp.c -math/lib64_libmingwex_a-asinl.obj: math/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo -c -o math/lib64_libmingwex_a-asinl.obj `if test -f 'math/asinl.c'; then $(CYGPATH_W) 'math/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinl.c' object='math/lib64_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ldexp.obj: math/softmath/ldexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexp.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexp.obj `if test -f 'math/softmath/ldexp.c'; then $(CYGPATH_W) 'math/softmath/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexp.c' object='math/softmath/libarm32_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinl.obj `if test -f 'math/asinl.c'; then $(CYGPATH_W) 'math/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexp.obj `if test -f 'math/softmath/ldexp.c'; then $(CYGPATH_W) 'math/softmath/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexp.c'; fi` -math/lib64_libmingwex_a-asinhf.o: math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo -c -o math/lib64_libmingwex_a-asinhf.o `test -f 'math/asinhf.c' || echo '$(srcdir)/'`math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhf.c' object='math/lib64_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ldexpl.o: math/softmath/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexpl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexpl.o `test -f 'math/softmath/ldexpl.c' || echo '$(srcdir)/'`math/softmath/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexpl.c' object='math/softmath/libarm32_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinhf.o `test -f 'math/asinhf.c' || echo '$(srcdir)/'`math/asinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexpl.o `test -f 'math/softmath/ldexpl.c' || echo '$(srcdir)/'`math/softmath/ldexpl.c -math/lib64_libmingwex_a-asinhf.obj: math/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo -c -o math/lib64_libmingwex_a-asinhf.obj `if test -f 'math/asinhf.c'; then $(CYGPATH_W) 'math/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhf.c' object='math/lib64_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-ldexpl.obj: math/softmath/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexpl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/softmath/ldexpl.c'; then $(CYGPATH_W) 'math/softmath/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexpl.c' object='math/softmath/libarm32_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinhf.obj `if test -f 'math/asinhf.c'; then $(CYGPATH_W) 'math/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/softmath/ldexpl.c'; then $(CYGPATH_W) 'math/softmath/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexpl.c'; fi` -math/lib64_libmingwex_a-asinhl.o: math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo -c -o math/lib64_libmingwex_a-asinhl.o `test -f 'math/asinhl.c' || echo '$(srcdir)/'`math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhl.c' object='math/lib64_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log.o: math/softmath/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo -c -o math/softmath/libarm32_libmingwex_a-log.o `test -f 'math/softmath/log.c' || echo '$(srcdir)/'`math/softmath/log.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log.c' object='math/softmath/libarm32_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinhl.o `test -f 'math/asinhl.c' || echo '$(srcdir)/'`math/asinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log.o `test -f 'math/softmath/log.c' || echo '$(srcdir)/'`math/softmath/log.c -math/lib64_libmingwex_a-asinhl.obj: math/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-asinhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo -c -o math/lib64_libmingwex_a-asinhl.obj `if test -f 'math/asinhl.c'; then $(CYGPATH_W) 'math/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/asinhl.c' object='math/lib64_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log.obj: math/softmath/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo -c -o math/softmath/libarm32_libmingwex_a-log.obj `if test -f 'math/softmath/log.c'; then $(CYGPATH_W) 'math/softmath/log.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log.c' object='math/softmath/libarm32_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-asinhl.obj `if test -f 'math/asinhl.c'; then $(CYGPATH_W) 'math/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/asinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log.obj `if test -f 'math/softmath/log.c'; then $(CYGPATH_W) 'math/softmath/log.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log.c'; fi` -math/lib64_libmingwex_a-atan2f.o: math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo -c -o math/lib64_libmingwex_a-atan2f.o `test -f 'math/atan2f.c' || echo '$(srcdir)/'`math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2f.c' object='math/lib64_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log10l.o: math/softmath/log10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log10l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log10l.o `test -f 'math/softmath/log10l.c' || echo '$(srcdir)/'`math/softmath/log10l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log10l.c' object='math/softmath/libarm32_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2f.o `test -f 'math/atan2f.c' || echo '$(srcdir)/'`math/atan2f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log10l.o `test -f 'math/softmath/log10l.c' || echo '$(srcdir)/'`math/softmath/log10l.c -math/lib64_libmingwex_a-atan2f.obj: math/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo -c -o math/lib64_libmingwex_a-atan2f.obj `if test -f 'math/atan2f.c'; then $(CYGPATH_W) 'math/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2f.c' object='math/lib64_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log10l.obj: math/softmath/log10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log10l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log10l.obj `if test -f 'math/softmath/log10l.c'; then $(CYGPATH_W) 'math/softmath/log10l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log10l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log10l.c' object='math/softmath/libarm32_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2f.obj `if test -f 'math/atan2f.c'; then $(CYGPATH_W) 'math/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log10l.obj `if test -f 'math/softmath/log10l.c'; then $(CYGPATH_W) 'math/softmath/log10l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log10l.c'; fi` -math/lib64_libmingwex_a-atan2.o: math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo -c -o math/lib64_libmingwex_a-atan2.o `test -f 'math/atan2.c' || echo '$(srcdir)/'`math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2.c' object='math/lib64_libmingwex_a-atan2.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1p.o: math/softmath/log1p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1p.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1p.o `test -f 'math/softmath/log1p.c' || echo '$(srcdir)/'`math/softmath/log1p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1p.c' object='math/softmath/libarm32_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2.o `test -f 'math/atan2.c' || echo '$(srcdir)/'`math/atan2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1p.o `test -f 'math/softmath/log1p.c' || echo '$(srcdir)/'`math/softmath/log1p.c -math/lib64_libmingwex_a-atan2.obj: math/atan2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo -c -o math/lib64_libmingwex_a-atan2.obj `if test -f 'math/atan2.c'; then $(CYGPATH_W) 'math/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2.c' object='math/lib64_libmingwex_a-atan2.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1p.obj: math/softmath/log1p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1p.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1p.obj `if test -f 'math/softmath/log1p.c'; then $(CYGPATH_W) 'math/softmath/log1p.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1p.c' object='math/softmath/libarm32_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2.obj `if test -f 'math/atan2.c'; then $(CYGPATH_W) 'math/atan2.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1p.obj `if test -f 'math/softmath/log1p.c'; then $(CYGPATH_W) 'math/softmath/log1p.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1p.c'; fi` -math/lib64_libmingwex_a-atan2l.o: math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2l.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo -c -o math/lib64_libmingwex_a-atan2l.o `test -f 'math/atan2l.c' || echo '$(srcdir)/'`math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2l.c' object='math/lib64_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1pf.o: math/softmath/log1pf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pf.o `test -f 'math/softmath/log1pf.c' || echo '$(srcdir)/'`math/softmath/log1pf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pf.c' object='math/softmath/libarm32_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2l.o `test -f 'math/atan2l.c' || echo '$(srcdir)/'`math/atan2l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pf.o `test -f 'math/softmath/log1pf.c' || echo '$(srcdir)/'`math/softmath/log1pf.c -math/lib64_libmingwex_a-atan2l.obj: math/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atan2l.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo -c -o math/lib64_libmingwex_a-atan2l.obj `if test -f 'math/atan2l.c'; then $(CYGPATH_W) 'math/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atan2l.c' object='math/lib64_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1pf.obj: math/softmath/log1pf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pf.obj `if test -f 'math/softmath/log1pf.c'; then $(CYGPATH_W) 'math/softmath/log1pf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pf.c' object='math/softmath/libarm32_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atan2l.obj `if test -f 'math/atan2l.c'; then $(CYGPATH_W) 'math/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/atan2l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pf.obj `if test -f 'math/softmath/log1pf.c'; then $(CYGPATH_W) 'math/softmath/log1pf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pf.c'; fi` -math/lib64_libmingwex_a-atanf.o: math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo -c -o math/lib64_libmingwex_a-atanf.o `test -f 'math/atanf.c' || echo '$(srcdir)/'`math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanf.c' object='math/lib64_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1pl.o: math/softmath/log1pl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pl.o `test -f 'math/softmath/log1pl.c' || echo '$(srcdir)/'`math/softmath/log1pl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pl.c' object='math/softmath/libarm32_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanf.o `test -f 'math/atanf.c' || echo '$(srcdir)/'`math/atanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pl.o `test -f 'math/softmath/log1pl.c' || echo '$(srcdir)/'`math/softmath/log1pl.c -math/lib64_libmingwex_a-atanf.obj: math/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo -c -o math/lib64_libmingwex_a-atanf.obj `if test -f 'math/atanf.c'; then $(CYGPATH_W) 'math/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanf.c' object='math/lib64_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log1pl.obj: math/softmath/log1pl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pl.obj `if test -f 'math/softmath/log1pl.c'; then $(CYGPATH_W) 'math/softmath/log1pl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pl.c' object='math/softmath/libarm32_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanf.obj `if test -f 'math/atanf.c'; then $(CYGPATH_W) 'math/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pl.obj `if test -f 'math/softmath/log1pl.c'; then $(CYGPATH_W) 'math/softmath/log1pl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pl.c'; fi` -math/lib64_libmingwex_a-atanh.o: math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanh.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo -c -o math/lib64_libmingwex_a-atanh.o `test -f 'math/atanh.c' || echo '$(srcdir)/'`math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanh.c' object='math/lib64_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2.o: math/softmath/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2.o `test -f 'math/softmath/log2.c' || echo '$(srcdir)/'`math/softmath/log2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2.c' object='math/softmath/libarm32_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanh.o `test -f 'math/atanh.c' || echo '$(srcdir)/'`math/atanh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2.o `test -f 'math/softmath/log2.c' || echo '$(srcdir)/'`math/softmath/log2.c -math/lib64_libmingwex_a-atanh.obj: math/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanh.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo -c -o math/lib64_libmingwex_a-atanh.obj `if test -f 'math/atanh.c'; then $(CYGPATH_W) 'math/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/atanh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanh.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanh.c' object='math/lib64_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2.obj: math/softmath/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2.obj `if test -f 'math/softmath/log2.c'; then $(CYGPATH_W) 'math/softmath/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2.c' object='math/softmath/libarm32_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanh.obj `if test -f 'math/atanh.c'; then $(CYGPATH_W) 'math/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/atanh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2.obj `if test -f 'math/softmath/log2.c'; then $(CYGPATH_W) 'math/softmath/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2.c'; fi` -math/lib64_libmingwex_a-atanl.o: math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo -c -o math/lib64_libmingwex_a-atanl.o `test -f 'math/atanl.c' || echo '$(srcdir)/'`math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanl.c' object='math/lib64_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2f.o: math/softmath/log2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2f.o `test -f 'math/softmath/log2f.c' || echo '$(srcdir)/'`math/softmath/log2f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2f.c' object='math/softmath/libarm32_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanl.o `test -f 'math/atanl.c' || echo '$(srcdir)/'`math/atanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2f.o `test -f 'math/softmath/log2f.c' || echo '$(srcdir)/'`math/softmath/log2f.c -math/lib64_libmingwex_a-atanl.obj: math/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo -c -o math/lib64_libmingwex_a-atanl.obj `if test -f 'math/atanl.c'; then $(CYGPATH_W) 'math/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanl.c' object='math/lib64_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2f.obj: math/softmath/log2f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2f.obj `if test -f 'math/softmath/log2f.c'; then $(CYGPATH_W) 'math/softmath/log2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2f.c' object='math/softmath/libarm32_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanl.obj `if test -f 'math/atanl.c'; then $(CYGPATH_W) 'math/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2f.obj `if test -f 'math/softmath/log2f.c'; then $(CYGPATH_W) 'math/softmath/log2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2f.c'; fi` -math/lib64_libmingwex_a-atanhf.o: math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanhf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo -c -o math/lib64_libmingwex_a-atanhf.o `test -f 'math/atanhf.c' || echo '$(srcdir)/'`math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhf.c' object='math/lib64_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2l.o: math/softmath/log2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2l.o `test -f 'math/softmath/log2l.c' || echo '$(srcdir)/'`math/softmath/log2l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2l.c' object='math/softmath/libarm32_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanhf.o `test -f 'math/atanhf.c' || echo '$(srcdir)/'`math/atanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2l.o `test -f 'math/softmath/log2l.c' || echo '$(srcdir)/'`math/softmath/log2l.c -math/lib64_libmingwex_a-atanhf.obj: math/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanhf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo -c -o math/lib64_libmingwex_a-atanhf.obj `if test -f 'math/atanhf.c'; then $(CYGPATH_W) 'math/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhf.c' object='math/lib64_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-log2l.obj: math/softmath/log2l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2l.obj `if test -f 'math/softmath/log2l.c'; then $(CYGPATH_W) 'math/softmath/log2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2l.c' object='math/softmath/libarm32_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanhf.obj `if test -f 'math/atanhf.c'; then $(CYGPATH_W) 'math/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2l.obj `if test -f 'math/softmath/log2l.c'; then $(CYGPATH_W) 'math/softmath/log2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2l.c'; fi` -math/lib64_libmingwex_a-atanhl.o: math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanhl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo -c -o math/lib64_libmingwex_a-atanhl.o `test -f 'math/atanhl.c' || echo '$(srcdir)/'`math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhl.c' object='math/lib64_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logb.o: math/softmath/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logb.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo -c -o math/softmath/libarm32_libmingwex_a-logb.o `test -f 'math/softmath/logb.c' || echo '$(srcdir)/'`math/softmath/logb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logb.c' object='math/softmath/libarm32_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanhl.o `test -f 'math/atanhl.c' || echo '$(srcdir)/'`math/atanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logb.o `test -f 'math/softmath/logb.c' || echo '$(srcdir)/'`math/softmath/logb.c -math/lib64_libmingwex_a-atanhl.obj: math/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-atanhl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo -c -o math/lib64_libmingwex_a-atanhl.obj `if test -f 'math/atanhl.c'; then $(CYGPATH_W) 'math/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/atanhl.c' object='math/lib64_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logb.obj: math/softmath/logb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logb.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo -c -o math/softmath/libarm32_libmingwex_a-logb.obj `if test -f 'math/softmath/logb.c'; then $(CYGPATH_W) 'math/softmath/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logb.c' object='math/softmath/libarm32_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-atanhl.obj `if test -f 'math/atanhl.c'; then $(CYGPATH_W) 'math/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/atanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logb.obj `if test -f 'math/softmath/logb.c'; then $(CYGPATH_W) 'math/softmath/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logb.c'; fi` -math/lib64_libmingwex_a-cos.o: math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cos.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo -c -o math/lib64_libmingwex_a-cos.o `test -f 'math/cos.c' || echo '$(srcdir)/'`math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cos.c' object='math/lib64_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logbf.o: math/softmath/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbf.o `test -f 'math/softmath/logbf.c' || echo '$(srcdir)/'`math/softmath/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbf.c' object='math/softmath/libarm32_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cos.o `test -f 'math/cos.c' || echo '$(srcdir)/'`math/cos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbf.o `test -f 'math/softmath/logbf.c' || echo '$(srcdir)/'`math/softmath/logbf.c -math/lib64_libmingwex_a-cos.obj: math/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cos.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo -c -o math/lib64_libmingwex_a-cos.obj `if test -f 'math/cos.c'; then $(CYGPATH_W) 'math/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/cos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cos.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cos.c' object='math/lib64_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logbf.obj: math/softmath/logbf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbf.obj `if test -f 'math/softmath/logbf.c'; then $(CYGPATH_W) 'math/softmath/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbf.c' object='math/softmath/libarm32_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cos.obj `if test -f 'math/cos.c'; then $(CYGPATH_W) 'math/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/cos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbf.obj `if test -f 'math/softmath/logbf.c'; then $(CYGPATH_W) 'math/softmath/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbf.c'; fi` -math/lib64_libmingwex_a-cosf.o: math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cosf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo -c -o math/lib64_libmingwex_a-cosf.o `test -f 'math/cosf.c' || echo '$(srcdir)/'`math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosf.c' object='math/lib64_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logbl.o: math/softmath/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbl.o `test -f 'math/softmath/logbl.c' || echo '$(srcdir)/'`math/softmath/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbl.c' object='math/softmath/libarm32_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cosf.o `test -f 'math/cosf.c' || echo '$(srcdir)/'`math/cosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbl.o `test -f 'math/softmath/logbl.c' || echo '$(srcdir)/'`math/softmath/logbl.c -math/lib64_libmingwex_a-cosf.obj: math/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cosf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo -c -o math/lib64_libmingwex_a-cosf.obj `if test -f 'math/cosf.c'; then $(CYGPATH_W) 'math/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/cosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosf.c' object='math/lib64_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logbl.obj: math/softmath/logbl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbl.obj `if test -f 'math/softmath/logbl.c'; then $(CYGPATH_W) 'math/softmath/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbl.c' object='math/softmath/libarm32_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cosf.obj `if test -f 'math/cosf.c'; then $(CYGPATH_W) 'math/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/cosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbl.obj `if test -f 'math/softmath/logbl.c'; then $(CYGPATH_W) 'math/softmath/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbl.c'; fi` -math/lib64_libmingwex_a-cosl.o: math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cosl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo -c -o math/lib64_libmingwex_a-cosl.o `test -f 'math/cosl.c' || echo '$(srcdir)/'`math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosl.c' object='math/lib64_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logl.o: math/softmath/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logl.o `test -f 'math/softmath/logl.c' || echo '$(srcdir)/'`math/softmath/logl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logl.c' object='math/softmath/libarm32_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cosl.o `test -f 'math/cosl.c' || echo '$(srcdir)/'`math/cosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logl.o `test -f 'math/softmath/logl.c' || echo '$(srcdir)/'`math/softmath/logl.c -math/lib64_libmingwex_a-cosl.obj: math/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cosl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo -c -o math/lib64_libmingwex_a-cosl.obj `if test -f 'math/cosl.c'; then $(CYGPATH_W) 'math/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/cosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cosl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cosl.c' object='math/lib64_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-logl.obj: math/softmath/logl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logl.obj `if test -f 'math/softmath/logl.c'; then $(CYGPATH_W) 'math/softmath/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logl.c' object='math/softmath/libarm32_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cosl.obj `if test -f 'math/cosl.c'; then $(CYGPATH_W) 'math/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/cosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logl.obj `if test -f 'math/softmath/logl.c'; then $(CYGPATH_W) 'math/softmath/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logl.c'; fi` -math/lib64_libmingwex_a-cossin.o: math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cossin.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo -c -o math/lib64_libmingwex_a-cossin.o `test -f 'math/cossin.c' || echo '$(srcdir)/'`math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cossin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cossin.c' object='math/lib64_libmingwex_a-cossin.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-pow.o: math/softmath/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-pow.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cossin.o `test -f 'math/cossin.c' || echo '$(srcdir)/'`math/cossin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c -math/lib64_libmingwex_a-cossin.obj: math/cossin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-cossin.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo -c -o math/lib64_libmingwex_a-cossin.obj `if test -f 'math/cossin.c'; then $(CYGPATH_W) 'math/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/cossin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-cossin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-cossin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cossin.c' object='math/lib64_libmingwex_a-cossin.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-pow.obj: math/softmath/pow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-pow.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-cossin.obj `if test -f 'math/cossin.c'; then $(CYGPATH_W) 'math/cossin.c'; else $(CYGPATH_W) '$(srcdir)/math/cossin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi` -math/lib64_libmingwex_a-exp.o: math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-exp.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo -c -o math/lib64_libmingwex_a-exp.o `test -f 'math/exp.c' || echo '$(srcdir)/'`math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/exp.c' object='math/lib64_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-powl.o: math/softmath/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-powl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo -c -o math/softmath/libarm32_libmingwex_a-powl.o `test -f 'math/softmath/powl.c' || echo '$(srcdir)/'`math/softmath/powl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/powl.c' object='math/softmath/libarm32_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-exp.o `test -f 'math/exp.c' || echo '$(srcdir)/'`math/exp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-powl.o `test -f 'math/softmath/powl.c' || echo '$(srcdir)/'`math/softmath/powl.c -math/lib64_libmingwex_a-exp.obj: math/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-exp.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo -c -o math/lib64_libmingwex_a-exp.obj `if test -f 'math/exp.c'; then $(CYGPATH_W) 'math/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/exp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-exp.Tpo math/$(DEPDIR)/lib64_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/exp.c' object='math/lib64_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-powl.obj: math/softmath/powl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-powl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo -c -o math/softmath/libarm32_libmingwex_a-powl.obj `if test -f 'math/softmath/powl.c'; then $(CYGPATH_W) 'math/softmath/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/powl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/powl.c' object='math/softmath/libarm32_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-exp.obj `if test -f 'math/exp.c'; then $(CYGPATH_W) 'math/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/exp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-powl.obj `if test -f 'math/softmath/powl.c'; then $(CYGPATH_W) 'math/softmath/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/powl.c'; fi` -math/lib64_libmingwex_a-expl.o: math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo -c -o math/lib64_libmingwex_a-expl.o `test -f 'math/expl.c' || echo '$(srcdir)/'`math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expl.c' object='math/lib64_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainder.o: math/softmath/remainder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainder.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainder.o `test -f 'math/softmath/remainder.c' || echo '$(srcdir)/'`math/softmath/remainder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainder.c' object='math/softmath/libarm32_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expl.o `test -f 'math/expl.c' || echo '$(srcdir)/'`math/expl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainder.o `test -f 'math/softmath/remainder.c' || echo '$(srcdir)/'`math/softmath/remainder.c -math/lib64_libmingwex_a-expl.obj: math/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo -c -o math/lib64_libmingwex_a-expl.obj `if test -f 'math/expl.c'; then $(CYGPATH_W) 'math/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/expl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expl.c' object='math/lib64_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainder.obj: math/softmath/remainder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainder.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainder.obj `if test -f 'math/softmath/remainder.c'; then $(CYGPATH_W) 'math/softmath/remainder.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainder.c' object='math/softmath/libarm32_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expl.obj `if test -f 'math/expl.c'; then $(CYGPATH_W) 'math/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/expl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainder.obj `if test -f 'math/softmath/remainder.c'; then $(CYGPATH_W) 'math/softmath/remainder.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainder.c'; fi` -math/lib64_libmingwex_a-expm1.o: math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo -c -o math/lib64_libmingwex_a-expm1.o `test -f 'math/expm1.c' || echo '$(srcdir)/'`math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1.c' object='math/lib64_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainderf.o: math/softmath/remainderf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderf.o `test -f 'math/softmath/remainderf.c' || echo '$(srcdir)/'`math/softmath/remainderf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderf.c' object='math/softmath/libarm32_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1.o `test -f 'math/expm1.c' || echo '$(srcdir)/'`math/expm1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderf.o `test -f 'math/softmath/remainderf.c' || echo '$(srcdir)/'`math/softmath/remainderf.c -math/lib64_libmingwex_a-expm1.obj: math/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo -c -o math/lib64_libmingwex_a-expm1.obj `if test -f 'math/expm1.c'; then $(CYGPATH_W) 'math/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1.c' object='math/lib64_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainderf.obj: math/softmath/remainderf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderf.obj `if test -f 'math/softmath/remainderf.c'; then $(CYGPATH_W) 'math/softmath/remainderf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderf.c' object='math/softmath/libarm32_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1.obj `if test -f 'math/expm1.c'; then $(CYGPATH_W) 'math/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderf.obj `if test -f 'math/softmath/remainderf.c'; then $(CYGPATH_W) 'math/softmath/remainderf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderf.c'; fi` -math/lib64_libmingwex_a-expm1f.o: math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1f.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo -c -o math/lib64_libmingwex_a-expm1f.o `test -f 'math/expm1f.c' || echo '$(srcdir)/'`math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1f.c' object='math/lib64_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainderl.o: math/softmath/remainderl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderl.o `test -f 'math/softmath/remainderl.c' || echo '$(srcdir)/'`math/softmath/remainderl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderl.c' object='math/softmath/libarm32_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1f.o `test -f 'math/expm1f.c' || echo '$(srcdir)/'`math/expm1f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderl.o `test -f 'math/softmath/remainderl.c' || echo '$(srcdir)/'`math/softmath/remainderl.c -math/lib64_libmingwex_a-expm1f.obj: math/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1f.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo -c -o math/lib64_libmingwex_a-expm1f.obj `if test -f 'math/expm1f.c'; then $(CYGPATH_W) 'math/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1f.c' object='math/lib64_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remainderl.obj: math/softmath/remainderl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderl.obj `if test -f 'math/softmath/remainderl.c'; then $(CYGPATH_W) 'math/softmath/remainderl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderl.c' object='math/softmath/libarm32_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1f.obj `if test -f 'math/expm1f.c'; then $(CYGPATH_W) 'math/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderl.obj `if test -f 'math/softmath/remainderl.c'; then $(CYGPATH_W) 'math/softmath/remainderl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderl.c'; fi` -math/lib64_libmingwex_a-expm1l.o: math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1l.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo -c -o math/lib64_libmingwex_a-expm1l.o `test -f 'math/expm1l.c' || echo '$(srcdir)/'`math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1l.c' object='math/lib64_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquo.o: math/softmath/remquo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquo.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquo.o `test -f 'math/softmath/remquo.c' || echo '$(srcdir)/'`math/softmath/remquo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquo.c' object='math/softmath/libarm32_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1l.o `test -f 'math/expm1l.c' || echo '$(srcdir)/'`math/expm1l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquo.o `test -f 'math/softmath/remquo.c' || echo '$(srcdir)/'`math/softmath/remquo.c -math/lib64_libmingwex_a-expm1l.obj: math/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-expm1l.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo -c -o math/lib64_libmingwex_a-expm1l.obj `if test -f 'math/expm1l.c'; then $(CYGPATH_W) 'math/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Tpo math/$(DEPDIR)/lib64_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expm1l.c' object='math/lib64_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquo.obj: math/softmath/remquo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquo.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquo.obj `if test -f 'math/softmath/remquo.c'; then $(CYGPATH_W) 'math/softmath/remquo.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquo.c' object='math/softmath/libarm32_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-expm1l.obj `if test -f 'math/expm1l.c'; then $(CYGPATH_W) 'math/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/expm1l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquo.obj `if test -f 'math/softmath/remquo.c'; then $(CYGPATH_W) 'math/softmath/remquo.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquo.c'; fi` -math/lib64_libmingwex_a-fmod.o: math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmod.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo -c -o math/lib64_libmingwex_a-fmod.o `test -f 'math/fmod.c' || echo '$(srcdir)/'`math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmod.c' object='math/lib64_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquof.o: math/softmath/remquof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmod.o `test -f 'math/fmod.c' || echo '$(srcdir)/'`math/fmod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c -math/lib64_libmingwex_a-fmod.obj: math/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmod.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo -c -o math/lib64_libmingwex_a-fmod.obj `if test -f 'math/fmod.c'; then $(CYGPATH_W) 'math/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/fmod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmod.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmod.c' object='math/lib64_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquof.obj: math/softmath/remquof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmod.obj `if test -f 'math/fmod.c'; then $(CYGPATH_W) 'math/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/fmod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi` -math/lib64_libmingwex_a-fmodf.o: math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmodf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo -c -o math/lib64_libmingwex_a-fmodf.o `test -f 'math/fmodf.c' || echo '$(srcdir)/'`math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodf.c' object='math/lib64_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquol.o: math/softmath/remquol.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquol.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquol.o `test -f 'math/softmath/remquol.c' || echo '$(srcdir)/'`math/softmath/remquol.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquol.c' object='math/softmath/libarm32_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmodf.o `test -f 'math/fmodf.c' || echo '$(srcdir)/'`math/fmodf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquol.o `test -f 'math/softmath/remquol.c' || echo '$(srcdir)/'`math/softmath/remquol.c -math/lib64_libmingwex_a-fmodf.obj: math/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmodf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo -c -o math/lib64_libmingwex_a-fmodf.obj `if test -f 'math/fmodf.c'; then $(CYGPATH_W) 'math/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodf.c' object='math/lib64_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-remquol.obj: math/softmath/remquol.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquol.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquol.obj `if test -f 'math/softmath/remquol.c'; then $(CYGPATH_W) 'math/softmath/remquol.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquol.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquol.c' object='math/softmath/libarm32_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmodf.obj `if test -f 'math/fmodf.c'; then $(CYGPATH_W) 'math/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquol.obj `if test -f 'math/softmath/remquol.c'; then $(CYGPATH_W) 'math/softmath/remquol.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquol.c'; fi` -math/lib64_libmingwex_a-fmodl.o: math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmodl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo -c -o math/lib64_libmingwex_a-fmodl.o `test -f 'math/fmodl.c' || echo '$(srcdir)/'`math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodl.c' object='math/lib64_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbn.o: math/softmath/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbn.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbn.o `test -f 'math/softmath/scalbn.c' || echo '$(srcdir)/'`math/softmath/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbn.c' object='math/softmath/libarm32_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmodl.o `test -f 'math/fmodl.c' || echo '$(srcdir)/'`math/fmodl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbn.o `test -f 'math/softmath/scalbn.c' || echo '$(srcdir)/'`math/softmath/scalbn.c -math/lib64_libmingwex_a-fmodl.obj: math/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fmodl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo -c -o math/lib64_libmingwex_a-fmodl.obj `if test -f 'math/fmodl.c'; then $(CYGPATH_W) 'math/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmodl.c' object='math/lib64_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbn.obj: math/softmath/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbn.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/softmath/scalbn.c'; then $(CYGPATH_W) 'math/softmath/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbn.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbn.c' object='math/softmath/libarm32_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fmodl.obj `if test -f 'math/fmodl.c'; then $(CYGPATH_W) 'math/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmodl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/softmath/scalbn.c'; then $(CYGPATH_W) 'math/softmath/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbn.c'; fi` -math/lib64_libmingwex_a-fucom.o: math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fucom.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo -c -o math/lib64_libmingwex_a-fucom.o `test -f 'math/fucom.c' || echo '$(srcdir)/'`math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fucom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fucom.c' object='math/lib64_libmingwex_a-fucom.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbnf.o: math/softmath/scalbnf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnf.o `test -f 'math/softmath/scalbnf.c' || echo '$(srcdir)/'`math/softmath/scalbnf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnf.c' object='math/softmath/libarm32_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fucom.o `test -f 'math/fucom.c' || echo '$(srcdir)/'`math/fucom.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnf.o `test -f 'math/softmath/scalbnf.c' || echo '$(srcdir)/'`math/softmath/scalbnf.c -math/lib64_libmingwex_a-fucom.obj: math/fucom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-fucom.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo -c -o math/lib64_libmingwex_a-fucom.obj `if test -f 'math/fucom.c'; then $(CYGPATH_W) 'math/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/fucom.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-fucom.Tpo math/$(DEPDIR)/lib64_libmingwex_a-fucom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fucom.c' object='math/lib64_libmingwex_a-fucom.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbnf.obj: math/softmath/scalbnf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnf.obj `if test -f 'math/softmath/scalbnf.c'; then $(CYGPATH_W) 'math/softmath/scalbnf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnf.c' object='math/softmath/libarm32_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-fucom.obj `if test -f 'math/fucom.c'; then $(CYGPATH_W) 'math/fucom.c'; else $(CYGPATH_W) '$(srcdir)/math/fucom.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnf.obj `if test -f 'math/softmath/scalbnf.c'; then $(CYGPATH_W) 'math/softmath/scalbnf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnf.c'; fi` -math/lib64_libmingwex_a-ldexp.o: math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexp.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo -c -o math/lib64_libmingwex_a-ldexp.o `test -f 'math/ldexp.c' || echo '$(srcdir)/'`math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexp.c' object='math/lib64_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbnl.o: math/softmath/scalbnl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnl.o `test -f 'math/softmath/scalbnl.c' || echo '$(srcdir)/'`math/softmath/scalbnl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnl.c' object='math/softmath/libarm32_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexp.o `test -f 'math/ldexp.c' || echo '$(srcdir)/'`math/ldexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnl.o `test -f 'math/softmath/scalbnl.c' || echo '$(srcdir)/'`math/softmath/scalbnl.c -math/lib64_libmingwex_a-ldexp.obj: math/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexp.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo -c -o math/lib64_libmingwex_a-ldexp.obj `if test -f 'math/ldexp.c'; then $(CYGPATH_W) 'math/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexp.c' object='math/lib64_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-scalbnl.obj: math/softmath/scalbnl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnl.obj `if test -f 'math/softmath/scalbnl.c'; then $(CYGPATH_W) 'math/softmath/scalbnl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnl.c' object='math/softmath/libarm32_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexp.obj `if test -f 'math/ldexp.c'; then $(CYGPATH_W) 'math/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnl.obj `if test -f 'math/softmath/scalbnl.c'; then $(CYGPATH_W) 'math/softmath/scalbnl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnl.c'; fi` -math/lib64_libmingwex_a-ldexpl.o: math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo -c -o math/lib64_libmingwex_a-ldexpl.o `test -f 'math/ldexpl.c' || echo '$(srcdir)/'`math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpl.c' object='math/lib64_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sin.o: math/softmath/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sin.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo -c -o math/softmath/libarm32_libmingwex_a-sin.o `test -f 'math/softmath/sin.c' || echo '$(srcdir)/'`math/softmath/sin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sin.c' object='math/softmath/libarm32_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpl.o `test -f 'math/ldexpl.c' || echo '$(srcdir)/'`math/ldexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sin.o `test -f 'math/softmath/sin.c' || echo '$(srcdir)/'`math/softmath/sin.c -math/lib64_libmingwex_a-ldexpl.obj: math/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-ldexpl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo -c -o math/lib64_libmingwex_a-ldexpl.obj `if test -f 'math/ldexpl.c'; then $(CYGPATH_W) 'math/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpl.c' object='math/lib64_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sin.obj: math/softmath/sin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sin.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo -c -o math/softmath/libarm32_libmingwex_a-sin.obj `if test -f 'math/softmath/sin.c'; then $(CYGPATH_W) 'math/softmath/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sin.c' object='math/softmath/libarm32_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-ldexpl.obj `if test -f 'math/ldexpl.c'; then $(CYGPATH_W) 'math/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sin.obj `if test -f 'math/softmath/sin.c'; then $(CYGPATH_W) 'math/softmath/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sin.c'; fi` -math/lib64_libmingwex_a-log.o: math/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log.Tpo -c -o math/lib64_libmingwex_a-log.o `test -f 'math/log.c' || echo '$(srcdir)/'`math/log.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log.c' object='math/lib64_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincos.o: math/softmath/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincos.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincos.o `test -f 'math/softmath/sincos.c' || echo '$(srcdir)/'`math/softmath/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincos.c' object='math/softmath/libarm32_libmingwex_a-sincos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log.o `test -f 'math/log.c' || echo '$(srcdir)/'`math/log.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincos.o `test -f 'math/softmath/sincos.c' || echo '$(srcdir)/'`math/softmath/sincos.c -math/lib64_libmingwex_a-log.obj: math/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-log.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-log.Tpo -c -o math/lib64_libmingwex_a-log.obj `if test -f 'math/log.c'; then $(CYGPATH_W) 'math/log.c'; else $(CYGPATH_W) '$(srcdir)/math/log.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-log.Tpo math/$(DEPDIR)/lib64_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log.c' object='math/lib64_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincos.obj: math/softmath/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincos.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincos.obj `if test -f 'math/softmath/sincos.c'; then $(CYGPATH_W) 'math/softmath/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincos.c' object='math/softmath/libarm32_libmingwex_a-sincos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-log.obj `if test -f 'math/log.c'; then $(CYGPATH_W) 'math/log.c'; else $(CYGPATH_W) '$(srcdir)/math/log.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincos.obj `if test -f 'math/softmath/sincos.c'; then $(CYGPATH_W) 'math/softmath/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincos.c'; fi` -math/lib64_libmingwex_a-logb.o: math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logb.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo -c -o math/lib64_libmingwex_a-logb.o `test -f 'math/logb.c' || echo '$(srcdir)/'`math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logb.c' object='math/lib64_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincosf.o: math/softmath/sincosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosf.o `test -f 'math/softmath/sincosf.c' || echo '$(srcdir)/'`math/softmath/sincosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosf.c' object='math/softmath/libarm32_libmingwex_a-sincosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logb.o `test -f 'math/logb.c' || echo '$(srcdir)/'`math/logb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosf.o `test -f 'math/softmath/sincosf.c' || echo '$(srcdir)/'`math/softmath/sincosf.c -math/lib64_libmingwex_a-logb.obj: math/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logb.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo -c -o math/lib64_libmingwex_a-logb.obj `if test -f 'math/logb.c'; then $(CYGPATH_W) 'math/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/logb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logb.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logb.c' object='math/lib64_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincosf.obj: math/softmath/sincosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosf.obj `if test -f 'math/softmath/sincosf.c'; then $(CYGPATH_W) 'math/softmath/sincosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosf.c' object='math/softmath/libarm32_libmingwex_a-sincosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logb.obj `if test -f 'math/logb.c'; then $(CYGPATH_W) 'math/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/logb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosf.obj `if test -f 'math/softmath/sincosf.c'; then $(CYGPATH_W) 'math/softmath/sincosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosf.c'; fi` -math/lib64_libmingwex_a-logbf.o: math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logbf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo -c -o math/lib64_libmingwex_a-logbf.o `test -f 'math/logbf.c' || echo '$(srcdir)/'`math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbf.c' object='math/lib64_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincosl.o: math/softmath/sincosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosl.o `test -f 'math/softmath/sincosl.c' || echo '$(srcdir)/'`math/softmath/sincosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosl.c' object='math/softmath/libarm32_libmingwex_a-sincosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logbf.o `test -f 'math/logbf.c' || echo '$(srcdir)/'`math/logbf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosl.o `test -f 'math/softmath/sincosl.c' || echo '$(srcdir)/'`math/softmath/sincosl.c -math/lib64_libmingwex_a-logbf.obj: math/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logbf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo -c -o math/lib64_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logbf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbf.c' object='math/lib64_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sincosl.obj: math/softmath/sincosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosl.obj `if test -f 'math/softmath/sincosl.c'; then $(CYGPATH_W) 'math/softmath/sincosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosl.c' object='math/softmath/libarm32_libmingwex_a-sincosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logbf.obj `if test -f 'math/logbf.c'; then $(CYGPATH_W) 'math/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/logbf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosl.obj `if test -f 'math/softmath/sincosl.c'; then $(CYGPATH_W) 'math/softmath/sincosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosl.c'; fi` -math/lib64_libmingwex_a-logbl.o: math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logbl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo -c -o math/lib64_libmingwex_a-logbl.o `test -f 'math/logbl.c' || echo '$(srcdir)/'`math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbl.c' object='math/lib64_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sinf.o: math/softmath/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinf.o `test -f 'math/softmath/sinf.c' || echo '$(srcdir)/'`math/softmath/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinf.c' object='math/softmath/libarm32_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logbl.o `test -f 'math/logbl.c' || echo '$(srcdir)/'`math/logbl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinf.o `test -f 'math/softmath/sinf.c' || echo '$(srcdir)/'`math/softmath/sinf.c -math/lib64_libmingwex_a-logbl.obj: math/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logbl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo -c -o math/lib64_libmingwex_a-logbl.obj `if test -f 'math/logbl.c'; then $(CYGPATH_W) 'math/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/logbl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logbl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logbl.c' object='math/lib64_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sinf.obj: math/softmath/sinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinf.obj `if test -f 'math/softmath/sinf.c'; then $(CYGPATH_W) 'math/softmath/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinf.c' object='math/softmath/libarm32_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logbl.obj `if test -f 'math/logbl.c'; then $(CYGPATH_W) 'math/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/logbl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinf.obj `if test -f 'math/softmath/sinf.c'; then $(CYGPATH_W) 'math/softmath/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinf.c'; fi` -math/lib64_libmingwex_a-logl.o: math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo -c -o math/lib64_libmingwex_a-logl.o `test -f 'math/logl.c' || echo '$(srcdir)/'`math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logl.c' object='math/lib64_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sinl.o: math/softmath/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinl.o `test -f 'math/softmath/sinl.c' || echo '$(srcdir)/'`math/softmath/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinl.c' object='math/softmath/libarm32_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logl.o `test -f 'math/logl.c' || echo '$(srcdir)/'`math/logl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinl.o `test -f 'math/softmath/sinl.c' || echo '$(srcdir)/'`math/softmath/sinl.c -math/lib64_libmingwex_a-logl.obj: math/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-logl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo -c -o math/lib64_libmingwex_a-logl.obj `if test -f 'math/logl.c'; then $(CYGPATH_W) 'math/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/logl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-logl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logl.c' object='math/lib64_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-sinl.obj: math/softmath/sinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinl.obj `if test -f 'math/softmath/sinl.c'; then $(CYGPATH_W) 'math/softmath/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinl.c' object='math/softmath/libarm32_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-logl.obj `if test -f 'math/logl.c'; then $(CYGPATH_W) 'math/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/logl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinl.obj `if test -f 'math/softmath/sinl.c'; then $(CYGPATH_W) 'math/softmath/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinl.c'; fi` -math/lib64_libmingwex_a-pow.o: math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-tanf.o: math/softmath/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanf.o `test -f 'math/softmath/tanf.c' || echo '$(srcdir)/'`math/softmath/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanf.c' object='math/softmath/libarm32_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.o `test -f 'math/pow.c' || echo '$(srcdir)/'`math/pow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanf.o `test -f 'math/softmath/tanf.c' || echo '$(srcdir)/'`math/softmath/tanf.c -math/lib64_libmingwex_a-pow.obj: math/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-pow.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-pow.Tpo math/$(DEPDIR)/lib64_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/pow.c' object='math/lib64_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-tanf.obj: math/softmath/tanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanf.obj `if test -f 'math/softmath/tanf.c'; then $(CYGPATH_W) 'math/softmath/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanf.c' object='math/softmath/libarm32_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-pow.obj `if test -f 'math/pow.c'; then $(CYGPATH_W) 'math/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/pow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanf.obj `if test -f 'math/softmath/tanf.c'; then $(CYGPATH_W) 'math/softmath/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanf.c'; fi` -math/lib64_libmingwex_a-powl.o: math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo -c -o math/lib64_libmingwex_a-powl.o `test -f 'math/powl.c' || echo '$(srcdir)/'`math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powl.c' object='math/lib64_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-tanl.o: math/softmath/tanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanl.o `test -f 'math/softmath/tanl.c' || echo '$(srcdir)/'`math/softmath/tanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanl.c' object='math/softmath/libarm32_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powl.o `test -f 'math/powl.c' || echo '$(srcdir)/'`math/powl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanl.o `test -f 'math/softmath/tanl.c' || echo '$(srcdir)/'`math/softmath/tanl.c -math/lib64_libmingwex_a-powl.obj: math/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-powl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo -c -o math/lib64_libmingwex_a-powl.obj `if test -f 'math/powl.c'; then $(CYGPATH_W) 'math/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/powl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-powl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powl.c' object='math/lib64_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ +math/softmath/libarm32_libmingwex_a-tanl.obj: math/softmath/tanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanl.obj `if test -f 'math/softmath/tanl.c'; then $(CYGPATH_W) 'math/softmath/tanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanl.c' object='math/softmath/libarm32_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-powl.obj `if test -f 'math/powl.c'; then $(CYGPATH_W) 'math/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/powl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanl.obj `if test -f 'math/softmath/tanl.c'; then $(CYGPATH_W) 'math/softmath/tanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanl.c'; fi` -math/lib64_libmingwex_a-sin.o: math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sin.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo -c -o math/lib64_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sin.c' object='math/lib64_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-exp2.o: math/arm/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-exp2.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/arm/libarm32_libmingwex_a-exp2.o `test -f 'math/arm/exp2.c' || echo '$(srcdir)/'`math/arm/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/exp2.c' object='math/arm/libarm32_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sin.o `test -f 'math/sin.c' || echo '$(srcdir)/'`math/sin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-exp2.o `test -f 'math/arm/exp2.c' || echo '$(srcdir)/'`math/arm/exp2.c -math/lib64_libmingwex_a-sin.obj: math/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sin.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo -c -o math/lib64_libmingwex_a-sin.obj `if test -f 'math/sin.c'; then $(CYGPATH_W) 'math/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/sin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sin.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sin.c' object='math/lib64_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-exp2.obj: math/arm/exp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-exp2.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/arm/libarm32_libmingwex_a-exp2.obj `if test -f 'math/arm/exp2.c'; then $(CYGPATH_W) 'math/arm/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/exp2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/exp2.c' object='math/arm/libarm32_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sin.obj `if test -f 'math/sin.c'; then $(CYGPATH_W) 'math/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/sin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-exp2.obj `if test -f 'math/arm/exp2.c'; then $(CYGPATH_W) 'math/arm/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/exp2.c'; fi` -math/lib64_libmingwex_a-sinf.o: math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo -c -o math/lib64_libmingwex_a-sinf.o `test -f 'math/sinf.c' || echo '$(srcdir)/'`math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinf.c' object='math/lib64_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-ldexpl.o: math/arm/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-ldexpl.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/arm/libarm32_libmingwex_a-ldexpl.o `test -f 'math/arm/ldexpl.c' || echo '$(srcdir)/'`math/arm/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/ldexpl.c' object='math/arm/libarm32_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinf.o `test -f 'math/sinf.c' || echo '$(srcdir)/'`math/sinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-ldexpl.o `test -f 'math/arm/ldexpl.c' || echo '$(srcdir)/'`math/arm/ldexpl.c -math/lib64_libmingwex_a-sinf.obj: math/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo -c -o math/lib64_libmingwex_a-sinf.obj `if test -f 'math/sinf.c'; then $(CYGPATH_W) 'math/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinf.c' object='math/lib64_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-ldexpl.obj: math/arm/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-ldexpl.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/arm/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/arm/ldexpl.c'; then $(CYGPATH_W) 'math/arm/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/ldexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/ldexpl.c' object='math/arm/libarm32_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinf.obj `if test -f 'math/sinf.c'; then $(CYGPATH_W) 'math/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/arm/ldexpl.c'; then $(CYGPATH_W) 'math/arm/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/ldexpl.c'; fi` -math/lib64_libmingwex_a-sinl.o: math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinl.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo -c -o math/lib64_libmingwex_a-sinl.o `test -f 'math/sinl.c' || echo '$(srcdir)/'`math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinl.c' object='math/lib64_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-log2.o: math/arm/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-log2.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/arm/libarm32_libmingwex_a-log2.o `test -f 'math/arm/log2.c' || echo '$(srcdir)/'`math/arm/log2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/log2.c' object='math/arm/libarm32_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinl.o `test -f 'math/sinl.c' || echo '$(srcdir)/'`math/sinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-log2.o `test -f 'math/arm/log2.c' || echo '$(srcdir)/'`math/arm/log2.c -math/lib64_libmingwex_a-sinl.obj: math/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-sinl.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo -c -o math/lib64_libmingwex_a-sinl.obj `if test -f 'math/sinl.c'; then $(CYGPATH_W) 'math/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-sinl.Tpo math/$(DEPDIR)/lib64_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinl.c' object='math/lib64_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-log2.obj: math/arm/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-log2.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/arm/libarm32_libmingwex_a-log2.obj `if test -f 'math/arm/log2.c'; then $(CYGPATH_W) 'math/arm/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/log2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/log2.c' object='math/arm/libarm32_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-sinl.obj `if test -f 'math/sinl.c'; then $(CYGPATH_W) 'math/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-log2.obj `if test -f 'math/arm/log2.c'; then $(CYGPATH_W) 'math/arm/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/log2.c'; fi` -math/lib64_libmingwex_a-tanf.o: math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanf.o -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo -c -o math/lib64_libmingwex_a-tanf.o `test -f 'math/tanf.c' || echo '$(srcdir)/'`math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanf.c' object='math/lib64_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-scalbn.o: math/arm/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-scalbn.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/arm/libarm32_libmingwex_a-scalbn.o `test -f 'math/arm/scalbn.c' || echo '$(srcdir)/'`math/arm/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/scalbn.c' object='math/arm/libarm32_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanf.o `test -f 'math/tanf.c' || echo '$(srcdir)/'`math/tanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-scalbn.o `test -f 'math/arm/scalbn.c' || echo '$(srcdir)/'`math/arm/scalbn.c -math/lib64_libmingwex_a-tanf.obj: math/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/lib64_libmingwex_a-tanf.obj -MD -MP -MF math/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo -c -o math/lib64_libmingwex_a-tanf.obj `if test -f 'math/tanf.c'; then $(CYGPATH_W) 'math/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/lib64_libmingwex_a-tanf.Tpo math/$(DEPDIR)/lib64_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanf.c' object='math/lib64_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-scalbn.obj: math/arm/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-scalbn.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/arm/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/arm/scalbn.c'; then $(CYGPATH_W) 'math/arm/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/scalbn.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/scalbn.c' object='math/arm/libarm32_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/lib64_libmingwex_a-tanf.obj `if test -f 'math/tanf.c'; then $(CYGPATH_W) 'math/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/arm/scalbn.c'; then $(CYGPATH_W) 'math/arm/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/scalbn.c'; fi` -math/DFP/lib64_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-sincos.o: math/arm/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-sincos.o -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/arm/libarm32_libmingwex_a-sincos.o `test -f 'math/arm/sincos.c' || echo '$(srcdir)/'`math/arm/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/sincos.c' object='math/arm/libarm32_libmingwex_a-sincos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-sincos.o `test -f 'math/arm/sincos.c' || echo '$(srcdir)/'`math/arm/sincos.c -math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ +math/arm/libarm32_libmingwex_a-sincos.obj: math/arm/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm/libarm32_libmingwex_a-sincos.obj -MD -MP -MF math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/arm/libarm32_libmingwex_a-sincos.obj `if test -f 'math/arm/sincos.c'; then $(CYGPATH_W) 'math/arm/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/sincos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/arm/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm/sincos.c' object='math/arm/libarm32_libmingwex_a-sincos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm/libarm32_libmingwex_a-sincos.obj `if test -f 'math/arm/sincos.c'; then $(CYGPATH_W) 'math/arm/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/arm/sincos.c'; fi` -math/DFP/lib64_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -math/DFP/lib64_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -math/DFP/lib64_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib64_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -math/DFP/lib64_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/lib64_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -math/DFP/lib64_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib64_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm32_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -math/DFP/lib64_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/lib64_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm32_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -math/DFP/lib64_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib64_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm32_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -math/DFP/lib64_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/lib64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/lib64_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm32_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -math/DFP/lib64_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib64_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm32_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -math/DFP/lib64_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/lib64_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm32_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -math/DFP/lib64_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib64_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm32_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -math/DFP/lib64_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/lib64_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm32_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -math/DFP/lib64_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib64_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm32_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -math/DFP/lib64_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/lib64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/lib64_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm32_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -math/DFP/lib64_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib64_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm32_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -math/DFP/lib64_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/lib64_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm32_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -math/DFP/lib64_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib64_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm32_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -math/DFP/lib64_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/lib64_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm32_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -math/DFP/lib64_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib64_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm32_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -math/DFP/lib64_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/lib64_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/lib64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/lib64_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/lib64_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm32_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/lib64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm32_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/lib64_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm32_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm32_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -lib64_libmoldname_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo -c -o lib64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -lib64_libmoldname_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib64_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo -c -o lib64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/lib64_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='lib64_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -misc/lib64_libmsvcrt_a-_configthreadlocale.o: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/lib64_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib64_libmsvcrt_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ +libarm32_libmoldname_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo -c -o libarm32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -misc/lib64_libmsvcrt_a-_configthreadlocale.obj: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/lib64_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/lib64_libmsvcrt_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ +libarm32_libmoldname_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo -c -o libarm32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -misc/lib64_libmsvcrt_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/lib64_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib64_libmsvcrt_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcr110_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcr110_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Tpo -c -o misc/libarm32_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm32_libmsvcr110_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcr110_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -misc/lib64_libmsvcrt_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/lib64_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/lib64_libmsvcrt_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcr110_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcr110_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Tpo -c -o misc/libarm32_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Tpo misc/$(DEPDIR)/libarm32_libmsvcr110_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm32_libmsvcr110_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcr110_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -misc/lib64_libmsvcrt_a-output_format.o: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Tpo -c -o misc/lib64_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib64_libmsvcrt_a-output_format.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcr110_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcr110_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/libarm32_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm32_libmsvcr110_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcr110_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -misc/lib64_libmsvcrt_a-output_format.obj: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Tpo -c -o misc/lib64_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/lib64_libmsvcrt_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcr110_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcr110_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Tpo -c -o misc/libarm32_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm32_libmsvcr110_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm32_libmsvcr110_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcr110_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -misc/lib64_libmsvcrt_a-purecall.o: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Tpo -c -o misc/lib64_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib64_libmsvcrt_a-purecall.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcr110_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcr110_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/libarm32_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm32_libmsvcr110_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcr110_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -misc/lib64_libmsvcrt_a-purecall.obj: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/lib64_libmsvcrt_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Tpo -c -o misc/lib64_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/lib64_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/lib64_libmsvcrt_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcr110_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcr110_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Tpo -c -o stdio/libarm32_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm32_libmsvcr110_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm32_libmsvcr110_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/lib64_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcr110_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcr110_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -secapi/lib64_libmsvcrt_a-_access_s.o: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib64_libmsvcrt_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/libarm32_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm32_libmsvcrt_os_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -secapi/lib64_libmsvcrt_a-_access_s.obj: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/lib64_libmsvcrt_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/libarm32_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm32_libmsvcrt_os_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -secapi/lib64_libmsvcrt_a-_cgets_s.o: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib64_libmsvcrt_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/libarm32_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm32_libmsvcrt_os_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -secapi/lib64_libmsvcrt_a-_cgets_s.obj: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/lib64_libmsvcrt_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/libarm32_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm32_libmsvcrt_os_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -secapi/lib64_libmsvcrt_a-_cgetws_s.o: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib64_libmsvcrt_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -secapi/lib64_libmsvcrt_a-_cgetws_s.obj: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/lib64_libmsvcrt_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -secapi/lib64_libmsvcrt_a-_chsize_s.o: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib64_libmsvcrt_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-_configthreadlocale.o: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/libarm32_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm32_libmsvcrt_os_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -secapi/lib64_libmsvcrt_a-_chsize_s.obj: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/lib64_libmsvcrt_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-_configthreadlocale.obj: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/libarm32_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm32_libmsvcrt_os_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -secapi/lib64_libmsvcrt_a-_controlfp_s.o: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib64_libmsvcrt_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-_get_current_locale.o: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-_get_current_locale.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/libarm32_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/libarm32_libmsvcrt_os_a-_get_current_locale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c -secapi/lib64_libmsvcrt_a-_controlfp_s.obj: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/lib64_libmsvcrt_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-_get_current_locale.obj: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-_get_current_locale.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/libarm32_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/libarm32_libmsvcrt_os_a-_get_current_locale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` -secapi/lib64_libmsvcrt_a-_cprintf_s.o: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib64_libmsvcrt_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -secapi/lib64_libmsvcrt_a-_cprintf_s.obj: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/lib64_libmsvcrt_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -secapi/lib64_libmsvcrt_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-output_format.o: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Tpo -c -o misc/libarm32_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm32_libmsvcrt_os_a-output_format.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -secapi/lib64_libmsvcrt_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-output_format.obj: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Tpo -c -o misc/libarm32_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm32_libmsvcrt_os_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -secapi/lib64_libmsvcrt_a-_ctime32_s.o: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib64_libmsvcrt_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-purecall.o: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Tpo -c -o misc/libarm32_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm32_libmsvcrt_os_a-purecall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -secapi/lib64_libmsvcrt_a-_ctime32_s.obj: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/lib64_libmsvcrt_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-purecall.obj: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Tpo -c -o misc/libarm32_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm32_libmsvcrt_os_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -secapi/lib64_libmsvcrt_a-_ctime64_s.o: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib64_libmsvcrt_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_access_s.o: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm32_libmsvcrt_os_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -secapi/lib64_libmsvcrt_a-_ctime64_s.obj: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/lib64_libmsvcrt_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_access_s.obj: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm32_libmsvcrt_os_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -secapi/lib64_libmsvcrt_a-_cwprintf_s.o: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib64_libmsvcrt_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cgets_s.o: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -secapi/lib64_libmsvcrt_a-_cwprintf_s.obj: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/lib64_libmsvcrt_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cgets_s.obj: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -secapi/lib64_libmsvcrt_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cgetws_s.o: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -secapi/lib64_libmsvcrt_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cgetws_s.obj: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -secapi/lib64_libmsvcrt_a-_gmtime32_s.o: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib64_libmsvcrt_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_chsize_s.o: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm32_libmsvcrt_os_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -secapi/lib64_libmsvcrt_a-_gmtime32_s.obj: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/lib64_libmsvcrt_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_chsize_s.obj: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm32_libmsvcrt_os_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -secapi/lib64_libmsvcrt_a-_gmtime64_s.o: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib64_libmsvcrt_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_controlfp_s.o: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -secapi/lib64_libmsvcrt_a-_gmtime64_s.obj: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/lib64_libmsvcrt_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_controlfp_s.obj: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -secapi/lib64_libmsvcrt_a-_localtime32_s.o: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib64_libmsvcrt_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s.o: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -secapi/lib64_libmsvcrt_a-_localtime32_s.obj: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/lib64_libmsvcrt_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s.obj: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -secapi/lib64_libmsvcrt_a-_localtime64_s.o: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib64_libmsvcrt_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -secapi/lib64_libmsvcrt_a-_localtime64_s.obj: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/lib64_libmsvcrt_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -secapi/lib64_libmsvcrt_a-_mktemp_s.o: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib64_libmsvcrt_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_ctime32_s.o: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -secapi/lib64_libmsvcrt_a-_mktemp_s.obj: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/lib64_libmsvcrt_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_ctime32_s.obj: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -secapi/lib64_libmsvcrt_a-_sopen_s.o: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib64_libmsvcrt_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_ctime64_s.o: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -secapi/lib64_libmsvcrt_a-_sopen_s.obj: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/lib64_libmsvcrt_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_ctime64_s.obj: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -secapi/lib64_libmsvcrt_a-_strdate_s.o: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib64_libmsvcrt_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.o: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -secapi/lib64_libmsvcrt_a-_strdate_s.obj: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/lib64_libmsvcrt_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.obj: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -secapi/lib64_libmsvcrt_a-_strtime_s.o: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib64_libmsvcrt_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -secapi/lib64_libmsvcrt_a-_strtime_s.obj: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/lib64_libmsvcrt_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -secapi/lib64_libmsvcrt_a-_umask_s.o: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib64_libmsvcrt_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.o: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -secapi/lib64_libmsvcrt_a-_umask_s.obj: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/lib64_libmsvcrt_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.obj: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vcprintf_s.o: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib64_libmsvcrt_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.o: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -secapi/lib64_libmsvcrt_a-_vcprintf_s.obj: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/lib64_libmsvcrt_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.obj: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_localtime32_s.o: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -secapi/lib64_libmsvcrt_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_localtime32_s.obj: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib64_libmsvcrt_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_localtime64_s.o: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -secapi/lib64_libmsvcrt_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/lib64_libmsvcrt_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_localtime64_s.obj: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_mktemp_s.o: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_mktemp_s.obj: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vscprintf_p.o: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_sopen_s.o: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm32_libmsvcrt_os_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -secapi/lib64_libmsvcrt_a-_vscprintf_p.obj: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_sopen_s.obj: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm32_libmsvcrt_os_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_strdate_s.o: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm32_libmsvcrt_os_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -secapi/lib64_libmsvcrt_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_strdate_s.obj: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm32_libmsvcrt_os_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -secapi/lib64_libmsvcrt_a-_vswprintf_p.o: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_strtime_s.o: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -secapi/lib64_libmsvcrt_a-_vswprintf_p.obj: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/lib64_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/lib64_libmsvcrt_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_strtime_s.obj: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -secapi/lib64_libmsvcrt_a-_waccess_s.o: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib64_libmsvcrt_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_umask_s.o: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm32_libmsvcrt_os_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -secapi/lib64_libmsvcrt_a-_waccess_s.obj: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/lib64_libmsvcrt_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_umask_s.obj: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm32_libmsvcrt_os_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -secapi/lib64_libmsvcrt_a-_wasctime_s.o: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib64_libmsvcrt_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.o: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -secapi/lib64_libmsvcrt_a-_wasctime_s.obj: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/lib64_libmsvcrt_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.obj: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -secapi/lib64_libmsvcrt_a-_wctime32_s.o: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib64_libmsvcrt_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -secapi/lib64_libmsvcrt_a-_wctime32_s.obj: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/lib64_libmsvcrt_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -secapi/lib64_libmsvcrt_a-_wctime64_s.o: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib64_libmsvcrt_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -secapi/lib64_libmsvcrt_a-_wctime64_s.obj: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/lib64_libmsvcrt_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -secapi/lib64_libmsvcrt_a-_wstrtime_s.o: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib64_libmsvcrt_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -secapi/lib64_libmsvcrt_a-_wstrtime_s.obj: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/lib64_libmsvcrt_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -secapi/lib64_libmsvcrt_a-_wmktemp_s.o: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib64_libmsvcrt_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.o: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -secapi/lib64_libmsvcrt_a-_wmktemp_s.obj: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/lib64_libmsvcrt_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.obj: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -secapi/lib64_libmsvcrt_a-_wstrdate_s.o: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib64_libmsvcrt_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -secapi/lib64_libmsvcrt_a-_wstrdate_s.obj: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/lib64_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/lib64_libmsvcrt_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -secapi/lib64_libmsvcrt_a-asctime_s.o: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib64_libmsvcrt_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.o: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -secapi/lib64_libmsvcrt_a-asctime_s.obj: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Tpo -c -o secapi/lib64_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/lib64_libmsvcrt_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.obj: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -secapi/lib64_libmsvcrt_a-memcpy_s.o: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib64_libmsvcrt_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_waccess_s.o: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm32_libmsvcrt_os_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -secapi/lib64_libmsvcrt_a-memcpy_s.obj: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/lib64_libmsvcrt_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_waccess_s.obj: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm32_libmsvcrt_os_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -secapi/lib64_libmsvcrt_a-memmove_s.o: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Tpo -c -o secapi/lib64_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib64_libmsvcrt_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wasctime_s.o: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -secapi/lib64_libmsvcrt_a-memmove_s.obj: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Tpo -c -o secapi/lib64_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/lib64_libmsvcrt_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wasctime_s.obj: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -secapi/lib64_libmsvcrt_a-rand_s.o: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Tpo -c -o secapi/lib64_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib64_libmsvcrt_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wctime32_s.o: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -secapi/lib64_libmsvcrt_a-rand_s.obj: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Tpo -c -o secapi/lib64_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/lib64_libmsvcrt_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wctime32_s.obj: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -secapi/lib64_libmsvcrt_a-sprintf_s.o: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib64_libmsvcrt_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wctime64_s.o: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -secapi/lib64_libmsvcrt_a-sprintf_s.obj: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/lib64_libmsvcrt_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wctime64_s.obj: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -secapi/lib64_libmsvcrt_a-strerror_s.o: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Tpo -c -o secapi/lib64_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib64_libmsvcrt_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.o: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -secapi/lib64_libmsvcrt_a-strerror_s.obj: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Tpo -c -o secapi/lib64_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/lib64_libmsvcrt_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.obj: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -secapi/lib64_libmsvcrt_a-vsprintf_s.o: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib64_libmsvcrt_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.o: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -secapi/lib64_libmsvcrt_a-vsprintf_s.obj: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/lib64_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/lib64_libmsvcrt_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.obj: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -secapi/lib64_libmsvcrt_a-wmemcpy_s.o: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib64_libmsvcrt_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.o: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -secapi/lib64_libmsvcrt_a-wmemcpy_s.obj: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/lib64_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/lib64_libmsvcrt_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.obj: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -secapi/lib64_libmsvcrt_a-wmemmove_s.o: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/lib64_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib64_libmsvcrt_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-asctime_s.o: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm32_libmsvcrt_os_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -secapi/lib64_libmsvcrt_a-wmemmove_s.obj: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/lib64_libmsvcrt_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/lib64_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/lib64_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/lib64_libmsvcrt_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-asctime_s.obj: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm32_libmsvcrt_os_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/lib64_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -stdio/lib64_libmsvcrt_a-mingw_lock.o: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/lib64_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib64_libmsvcrt_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-memcpy_s.o: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm32_libmsvcrt_os_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -stdio/lib64_libmsvcrt_a-mingw_lock.obj: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/lib64_libmsvcrt_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/lib64_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/lib64_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/lib64_libmsvcrt_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-memcpy_s.obj: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm32_libmsvcrt_os_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/lib64_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-memmove_s.o: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm32_libmsvcrt_os_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/lib64_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-memmove_s.obj: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm32_libmsvcrt_os_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -libsrc/lib64_libsapi_a-sapi.o: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo -c -o libsrc/lib64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib64_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-rand_s.o: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm32_libmsvcrt_os_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -libsrc/lib64_libsapi_a-sapi.obj: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo -c -o libsrc/lib64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/lib64_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/lib64_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-rand_s.obj: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm32_libmsvcrt_os_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -libsrc/lib64_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-sprintf_s.o: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -libsrc/lib64_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-sprintf_s.obj: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -libsrc/lib64_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-strerror_s.o: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm32_libmsvcrt_os_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -libsrc/lib64_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/lib64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/lib64_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/lib64_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-strerror_s.obj: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm32_libmsvcrt_os_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(lib64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -libsrc/lib64_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib64_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-vsprintf_s.o: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -libsrc/lib64_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/lib64_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/lib64_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-vsprintf_s.obj: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm32_libmsvcrt_os_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -libsrc/lib64_libshell32_a-shell32.o: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo -c -o libsrc/lib64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib64_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.o: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -libsrc/lib64_libshell32_a-shell32.obj: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo -c -o libsrc/lib64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/lib64_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/lib64_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.obj: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -libsrc/lib64_libstrmiids_a-strmiids.o: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib64_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-wmemmove_s.o: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm32_libmsvcrt_os_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -libsrc/lib64_libstrmiids_a-strmiids.obj: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo -c -o libsrc/lib64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/lib64_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/lib64_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm32_libmsvcrt_os_a-wmemmove_s.obj: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_os_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm32_libmsvcrt_os_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -libsrc/lib64_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib64_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcrt_os_a-mingw_lock.o: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_os_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/libarm32_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm32_libmsvcrt_os_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -libsrc/lib64_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/lib64_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libmsvcrt_os_a-mingw_lock.obj: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_os_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/libarm32_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm32_libmsvcrt_os_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -libsrc/lib64_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib64_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p___argv.o: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p___argv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/libarm32_libmsvcrt_os_a-__p___argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c -libsrc/lib64_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/lib64_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p___argv.obj: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p___argv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/libarm32_libmsvcrt_os_a-__p___argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` -libsrc/lib64_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib64_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__acmdln.o: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__acmdln.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/libarm32_libmsvcrt_os_a-__p__acmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c -libsrc/lib64_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo -c -o libsrc/lib64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/lib64_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__acmdln.obj: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__acmdln.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/libarm32_libmsvcrt_os_a-__p__acmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` -libsrc/lib64_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib64_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__fmode.o: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__fmode.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/libarm32_libmsvcrt_os_a-__p__fmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c -libsrc/lib64_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/lib64_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__fmode.obj: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__fmode.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/libarm32_libmsvcrt_os_a-__p__fmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` -libsrc/lib64_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib64_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__wcmdln.o: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__wcmdln.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/libarm32_libmsvcrt_os_a-__p__wcmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c -libsrc/lib64_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/lib64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/lib64_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm32_libmsvcrt_os_a-__p__wcmdln.obj: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_os_a-__p__wcmdln.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/libarm32_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/libarm32_libmsvcrt_os_a-__p__wcmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` -libsrc/lib64_libuuid_a-devguid.o: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo -c -o libsrc/lib64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib64_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -libsrc/lib64_libuuid_a-devguid.obj: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo -c -o libsrc/lib64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/lib64_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -libsrc/lib64_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib64_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libsapi_a-sapi.o: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo -c -o libsrc/libarm32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm32_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -libsrc/lib64_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/lib64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/lib64_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libsapi_a-sapi.obj: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo -c -o libsrc/libarm32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm32_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -libsrc/lib64_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib64_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -libsrc/lib64_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/lib64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/lib64_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -libsrc/lib64_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib64_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -libsrc/lib64_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/lib64_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -libsrc/lib64_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib64_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm32_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -libsrc/lib64_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo -c -o libsrc/lib64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/lib64_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm32_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -libsrc/lib64_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib64_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libshell32_a-shell32.o: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo -c -o libsrc/libarm32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm32_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -libsrc/lib64_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/lib64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/lib64_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libshell32_a-shell32.obj: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo -c -o libsrc/libarm32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm32_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -libsrc/lib64_libuuid_a-guid_nul.o: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo -c -o libsrc/lib64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib64_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libstrmiids_a-strmiids.o: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm32_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -libsrc/lib64_libuuid_a-guid_nul.obj: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo -c -o libsrc/lib64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/lib64_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libstrmiids_a-strmiids.obj: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm32_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -libsrc/lib64_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib64_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libucrt_extra_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libucrt_extra_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/libarm32_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm32_libucrt_extra_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -libsrc/lib64_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/lib64_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libucrt_extra_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libucrt_extra_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/libarm32_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm32_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm32_libucrt_extra_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -libsrc/lib64_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib64_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -libsrc/lib64_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/lib64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/lib64_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -libsrc/lib64_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib64_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -libsrc/lib64_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/lib64_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -libsrc/lib64_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib64_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -libsrc/lib64_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/lib64_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -libsrc/lib64_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib64_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c -libsrc/lib64_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/lib64_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -libsrc/lib64_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib64_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -libsrc/lib64_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/lib64_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -libsrc/lib64_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib64_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -libsrc/lib64_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/lib64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/lib64_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -libsrc/lib64_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib64_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -libsrc/lib64_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/lib64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/lib64_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -libsrc/lib64_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib64_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -libsrc/lib64_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/lib64_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -libsrc/lib64_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib64_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -libsrc/lib64_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/lib64_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -libsrc/lib64_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib64_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -libsrc/lib64_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/lib64_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -libsrc/lib64_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib64_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libucrtbase_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libucrtbase_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/libarm32_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm32_libucrtbase_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -libsrc/lib64_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/lib64_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm32_libucrtbase_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libucrtbase_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/libarm32_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm32_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm32_libucrtbase_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -libsrc/lib64_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib64_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -libsrc/lib64_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/lib64_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -libsrc/lib64_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib64_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm32_libucrtbase_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -libsrc/lib64_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/lib64_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm32_libucrtbase_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -libsrc/lib64_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib64_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -libsrc/lib64_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib64_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c -libsrc/lib64_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/lib64_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -libsrc/lib64_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib64_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -libsrc/lib64_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/lib64_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -libsrc/lib64_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib64_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -libsrc/lib64_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/lib64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/lib64_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -libsrc/lib64_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib64_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -libsrc/lib64_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/lib64_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -libsrc/lib64_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib64_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -libsrc/lib64_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/lib64_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -libsrc/lib64_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib64_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -libsrc/lib64_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/lib64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/lib64_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -libsrc/lib64_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib64_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -libsrc/lib64_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/lib64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/lib64_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm32_libucrtbase_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libucrtbase_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/libarm32_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm32_libucrtbase_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -libsrc/lib64_libuuid_a-power-uuid.o: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo -c -o libsrc/lib64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib64_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm32_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -libsrc/lib64_libuuid_a-power-uuid.obj: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo -c -o libsrc/lib64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/lib64_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm32_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -libsrc/lib64_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib64_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm32_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -libsrc/lib64_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/lib64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/lib64_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm32_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -libsrc/lib64_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib64_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm32_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -libsrc/lib64_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/lib64_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm32_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -libsrc/lib64_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib64_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm32_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -libsrc/lib64_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/lib64_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm32_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -libsrc/lib64_libuuid_a-uuid.o: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib64_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm32_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -libsrc/lib64_libuuid_a-uuid.obj: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo -c -o libsrc/lib64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/lib64_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm32_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -libsrc/lib64_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib64_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-devguid.o: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo -c -o libsrc/libarm32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm32_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -libsrc/lib64_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo -c -o libsrc/lib64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/lib64_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-devguid.obj: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo -c -o libsrc/libarm32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm32_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -libsrc/lib64_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib64_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm32_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -libsrc/lib64_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/lib64_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm32_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -libsrc/lib64_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib64_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm32_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -libsrc/lib64_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo -c -o libsrc/lib64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/lib64_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/lib64_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm32_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -libsrc/lib64_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib64_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm32_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -libsrc/lib64_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/lib64_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/lib64_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm32_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -libsrc/lib64_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib64_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm32_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -libsrc/lib64_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/lib64_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/lib64_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm32_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm32_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm32_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -libsrc/lib64_libws2_32_a-ws2_32.o: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib64_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-guid_nul.o: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm32_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -libsrc/lib64_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/lib64_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo -c -o libsrc/lib64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/lib64_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/lib64_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-guid_nul.obj: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm32_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/lib64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm32_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm32_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm32_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm32_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm32_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm32_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm32_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm32_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm32_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm32_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm32_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm32_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm32_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm32_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm32_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm32_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm32_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm32_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm32_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm32_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm32_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm32_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm32_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm32_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm32_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm32_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm32_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm32_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm32_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm32_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm32_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm32_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm32_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm32_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm32_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm32_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/lib64_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm32_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/lib64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm32_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm32_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-power-uuid.o: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm32_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-power-uuid.obj: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm32_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm32_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm32_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-uianimation-uuid.o: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uianimation-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/libarm32_libuuid_a-uianimation-uuid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c + +libsrc/libarm32_libuuid_a-uianimation-uuid.obj: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uianimation-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/libarm32_libuuid_a-uianimation-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm32_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm32_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm32_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-uuid.o: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm32_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-uuid.obj: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm32_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm32_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm32_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm32_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm32_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm32_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm32_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm32_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm32_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm32_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/lib64_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libws2_32_a-ws2_32.o: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm32_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/lib64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -libsrc/libarm32_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm32_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm32_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm32_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -libsrc/libarm32_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm32_libamstrmid_a-amstrmid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm32_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -libsrc/libarm32_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm32_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -libsrc/libarm32_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm32_libdmoguids_a-dmoguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm32_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -libsrc/libarm32_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm32_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -libsrc/libarm32_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm32_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -libsrc/libarm32_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm32_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -libsrc/libarm32_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr8_a-dxerr8w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm32_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -libsrc/libarm32_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm32_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -libsrc/libarm32_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm32_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -libsrc/libarm32_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm32_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -libsrc/libarm32_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm32_libdxerr9_a-dxerr9w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm32_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -libsrc/libarm32_libdxguid_a-dxguid.o: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm32_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -libsrc/libarm32_libdxguid_a-dxguid.obj: libsrc/dxguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm32_libdxguid_a-dxguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm32_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -libsrc/libarm32_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm32_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -libsrc/libarm32_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm32_libgdiplus_a-gdiplus.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm32_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -intrincs/libarm32_libkernel32_a-__movsb.o: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm32_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -intrincs/libarm32_libkernel32_a-__movsb.obj: intrincs/__movsb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm32_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -intrincs/libarm32_libkernel32_a-__movsd.o: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm32_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -intrincs/libarm32_libkernel32_a-__movsd.obj: intrincs/__movsd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm32_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -intrincs/libarm32_libkernel32_a-__movsw.o: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm32_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -intrincs/libarm32_libkernel32_a-__movsw.obj: intrincs/__movsw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__movsw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm32_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -intrincs/libarm32_libkernel32_a-__stosb.o: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm32_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -intrincs/libarm32_libkernel32_a-__stosb.obj: intrincs/__stosb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm32_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -intrincs/libarm32_libkernel32_a-__stosd.o: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm32_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -intrincs/libarm32_libkernel32_a-__stosd.obj: intrincs/__stosd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm32_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -intrincs/libarm32_libkernel32_a-__stosw.o: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm32_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -intrincs/libarm32_libkernel32_a-__stosw.obj: intrincs/__stosw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__stosw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm32_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -intrincs/libarm32_libkernel32_a-_rotl64.o: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm32_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -intrincs/libarm32_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotl64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm32_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -intrincs/libarm32_libkernel32_a-_rotr64.o: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm32_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -intrincs/libarm32_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-_rotr64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm32_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -intrincs/libarm32_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm32_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -intrincs/libarm32_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanfwd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm32_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -intrincs/libarm32_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm32_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -intrincs/libarm32_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bitscanrev.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm32_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -intrincs/libarm32_libkernel32_a-bittest.o: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo -c -o intrincs/libarm32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm32_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -intrincs/libarm32_libkernel32_a-bittest.obj: intrincs/bittest.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo -c -o intrincs/libarm32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittest.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm32_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -intrincs/libarm32_libkernel32_a-bittestc.o: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm32_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -intrincs/libarm32_libkernel32_a-bittestc.obj: intrincs/bittestc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm32_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -intrincs/libarm32_libkernel32_a-bittestci.o: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm32_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -intrincs/libarm32_libkernel32_a-bittestci.obj: intrincs/bittestci.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestci.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm32_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -intrincs/libarm32_libkernel32_a-bittestr.o: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm32_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -intrincs/libarm32_libkernel32_a-bittestr.obj: intrincs/bittestr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm32_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -intrincs/libarm32_libkernel32_a-bittestri.o: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm32_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -intrincs/libarm32_libkernel32_a-bittestri.obj: intrincs/bittestri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm32_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -intrincs/libarm32_libkernel32_a-bittests.o: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo -c -o intrincs/libarm32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm32_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -intrincs/libarm32_libkernel32_a-bittests.obj: intrincs/bittests.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo -c -o intrincs/libarm32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittests.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm32_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -intrincs/libarm32_libkernel32_a-bittestsi.o: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm32_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -intrincs/libarm32_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-bittestsi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm32_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -intrincs/libarm32_libkernel32_a-cpuid.o: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm32_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -intrincs/libarm32_libkernel32_a-cpuid.obj: intrincs/cpuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-cpuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm32_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -intrincs/libarm32_libkernel32_a-ilockadd.o: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm32_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -intrincs/libarm32_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm32_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -intrincs/libarm32_libkernel32_a-ilockand.o: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm32_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -intrincs/libarm32_libkernel32_a-ilockand.obj: intrincs/ilockand.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm32_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -intrincs/libarm32_libkernel32_a-ilockand64.o: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm32_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm32_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -intrincs/libarm32_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm32_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm32_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -intrincs/libarm32_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm32_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm32_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -intrincs/libarm32_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm32_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -intrincs/libarm32_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm32_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -intrincs/libarm32_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm32_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockcxchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm32_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -intrincs/libarm32_libkernel32_a-ilockdec.o: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm32_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm32_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -intrincs/libarm32_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm32_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -intrincs/libarm32_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm32_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libamstrmid_a-amstrmid.o: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libamstrmid_a-amstrmid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm64_libamstrmid_a-amstrmid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libamstrmid_a-amstrmid.o `test -f 'libsrc/amstrmid.c' || echo '$(srcdir)/'`libsrc/amstrmid.c -intrincs/libarm32_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm32_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libamstrmid_a-amstrmid.obj: libsrc/amstrmid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libamstrmid_a-amstrmid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Tpo -c -o libsrc/libarm64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Tpo libsrc/$(DEPDIR)/libarm64_libamstrmid_a-amstrmid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/amstrmid.c' object='libsrc/libarm64_libamstrmid_a-amstrmid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libamstrmid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libamstrmid_a-amstrmid.obj `if test -f 'libsrc/amstrmid.c'; then $(CYGPATH_W) 'libsrc/amstrmid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/amstrmid.c'; fi` -intrincs/libarm32_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockdec64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm32_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdmoguids_a-dmoguids.o: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdmoguids_a-dmoguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm64_libdmoguids_a-dmoguids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdmoguids_a-dmoguids.o `test -f 'libsrc/dmoguids.c' || echo '$(srcdir)/'`libsrc/dmoguids.c -intrincs/libarm32_libkernel32_a-ilockexch.o: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm32_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdmoguids_a-dmoguids.obj: libsrc/dmoguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdmoguids_a-dmoguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Tpo -c -o libsrc/libarm64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Tpo libsrc/$(DEPDIR)/libarm64_libdmoguids_a-dmoguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dmoguids.c' object='libsrc/libarm64_libdmoguids_a-dmoguids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdmoguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdmoguids_a-dmoguids.obj `if test -f 'libsrc/dmoguids.c'; then $(CYGPATH_W) 'libsrc/dmoguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dmoguids.c'; fi` -intrincs/libarm32_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm32_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr8_a-dxerr8.o: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr8_a-dxerr8.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm64_libdxerr8_a-dxerr8.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr8_a-dxerr8.o `test -f 'libsrc/dxerr8.c' || echo '$(srcdir)/'`libsrc/dxerr8.c -intrincs/libarm32_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm32_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr8_a-dxerr8.obj: libsrc/dxerr8.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr8_a-dxerr8.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Tpo -c -o libsrc/libarm64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8.c' object='libsrc/libarm64_libdxerr8_a-dxerr8.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr8_a-dxerr8.obj `if test -f 'libsrc/dxerr8.c'; then $(CYGPATH_W) 'libsrc/dxerr8.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8.c'; fi` -intrincs/libarm32_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexch64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm32_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr8_a-dxerr8w.o: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr8_a-dxerr8w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm64_libdxerr8_a-dxerr8w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr8_a-dxerr8w.o `test -f 'libsrc/dxerr8w.c' || echo '$(srcdir)/'`libsrc/dxerr8w.c -intrincs/libarm32_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr8_a-dxerr8w.obj: libsrc/dxerr8w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr8_a-dxerr8w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Tpo -c -o libsrc/libarm64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr8_a-dxerr8w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr8w.c' object='libsrc/libarm64_libdxerr8_a-dxerr8w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr8_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr8_a-dxerr8w.obj `if test -f 'libsrc/dxerr8w.c'; then $(CYGPATH_W) 'libsrc/dxerr8w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr8w.c'; fi` -intrincs/libarm32_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr9_a-dxerr9.o: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr9_a-dxerr9.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm64_libdxerr9_a-dxerr9.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr9_a-dxerr9.o `test -f 'libsrc/dxerr9.c' || echo '$(srcdir)/'`libsrc/dxerr9.c -intrincs/libarm32_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr9_a-dxerr9.obj: libsrc/dxerr9.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr9_a-dxerr9.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Tpo -c -o libsrc/libarm64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9.c' object='libsrc/libarm64_libdxerr9_a-dxerr9.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr9_a-dxerr9.obj `if test -f 'libsrc/dxerr9.c'; then $(CYGPATH_W) 'libsrc/dxerr9.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9.c'; fi` -intrincs/libarm32_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchadd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm32_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr9_a-dxerr9w.o: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr9_a-dxerr9w.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm64_libdxerr9_a-dxerr9w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr9_a-dxerr9w.o `test -f 'libsrc/dxerr9w.c' || echo '$(srcdir)/'`libsrc/dxerr9w.c -intrincs/libarm32_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm32_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxerr9_a-dxerr9w.obj: libsrc/dxerr9w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxerr9_a-dxerr9w.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Tpo -c -o libsrc/libarm64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Tpo libsrc/$(DEPDIR)/libarm64_libdxerr9_a-dxerr9w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxerr9w.c' object='libsrc/libarm64_libdxerr9_a-dxerr9w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxerr9_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxerr9_a-dxerr9w.obj `if test -f 'libsrc/dxerr9w.c'; then $(CYGPATH_W) 'libsrc/dxerr9w.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxerr9w.c'; fi` -intrincs/libarm32_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockexchptr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm32_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxguid_a-dxguid.o: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxguid_a-dxguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm64_libdxguid_a-dxguid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxguid_a-dxguid.o `test -f 'libsrc/dxguid.c' || echo '$(srcdir)/'`libsrc/dxguid.c -intrincs/libarm32_libkernel32_a-ilockinc.o: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm32_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libdxguid_a-dxguid.obj: libsrc/dxguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libdxguid_a-dxguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Tpo -c -o libsrc/libarm64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Tpo libsrc/$(DEPDIR)/libarm64_libdxguid_a-dxguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxguid.c' object='libsrc/libarm64_libdxguid_a-dxguid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libdxguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libdxguid_a-dxguid.obj `if test -f 'libsrc/dxguid.c'; then $(CYGPATH_W) 'libsrc/dxguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxguid.c'; fi` -intrincs/libarm32_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm32_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libgdiplus_a-gdiplus.o: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libgdiplus_a-gdiplus.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm64_libgdiplus_a-gdiplus.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libgdiplus_a-gdiplus.o `test -f 'libsrc/gdiplus.c' || echo '$(srcdir)/'`libsrc/gdiplus.c -intrincs/libarm32_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm32_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libgdiplus_a-gdiplus.obj: libsrc/gdiplus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libgdiplus_a-gdiplus.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Tpo -c -o libsrc/libarm64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Tpo libsrc/$(DEPDIR)/libarm64_libgdiplus_a-gdiplus.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/gdiplus.c' object='libsrc/libarm64_libgdiplus_a-gdiplus.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libgdiplus_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libgdiplus_a-gdiplus.obj `if test -f 'libsrc/gdiplus.c'; then $(CYGPATH_W) 'libsrc/gdiplus.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/gdiplus.c'; fi` -intrincs/libarm32_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm32_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsb.o: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm64_libkernel32_a-__movsb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsb.o `test -f 'intrincs/__movsb.c' || echo '$(srcdir)/'`intrincs/__movsb.c -intrincs/libarm32_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm32_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsb.obj: intrincs/__movsb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsb.c' object='intrincs/libarm64_libkernel32_a-__movsb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsb.obj `if test -f 'intrincs/__movsb.c'; then $(CYGPATH_W) 'intrincs/__movsb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsb.c'; fi` -intrincs/libarm32_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockinc64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm32_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsd.o: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm64_libkernel32_a-__movsd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsd.o `test -f 'intrincs/__movsd.c' || echo '$(srcdir)/'`intrincs/__movsd.c -intrincs/libarm32_libkernel32_a-ilockor.o: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm32_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsd.obj: intrincs/__movsd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsd.c' object='intrincs/libarm64_libkernel32_a-__movsd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsd.obj `if test -f 'intrincs/__movsd.c'; then $(CYGPATH_W) 'intrincs/__movsd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsd.c'; fi` -intrincs/libarm32_libkernel32_a-ilockor.obj: intrincs/ilockor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm32_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsw.o: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm64_libkernel32_a-__movsw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsw.o `test -f 'intrincs/__movsw.c' || echo '$(srcdir)/'`intrincs/__movsw.c -intrincs/libarm32_libkernel32_a-ilockor64.o: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm32_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__movsw.obj: intrincs/__movsw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__movsw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Tpo -c -o intrincs/libarm64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__movsw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__movsw.c' object='intrincs/libarm64_libkernel32_a-__movsw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__movsw.obj `if test -f 'intrincs/__movsw.c'; then $(CYGPATH_W) 'intrincs/__movsw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__movsw.c'; fi` -intrincs/libarm32_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm32_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosb.o: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosb.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm64_libkernel32_a-__stosb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosb.o `test -f 'intrincs/__stosb.c' || echo '$(srcdir)/'`intrincs/__stosb.c -intrincs/libarm32_libkernel32_a-ilockxor.o: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm32_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosb.obj: intrincs/__stosb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosb.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosb.c' object='intrincs/libarm64_libkernel32_a-__stosb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosb.obj `if test -f 'intrincs/__stosb.c'; then $(CYGPATH_W) 'intrincs/__stosb.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosb.c'; fi` -intrincs/libarm32_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm32_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosd.o: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm64_libkernel32_a-__stosd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosd.o `test -f 'intrincs/__stosd.c' || echo '$(srcdir)/'`intrincs/__stosd.c -intrincs/libarm32_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm32_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosd.obj: intrincs/__stosd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosd.c' object='intrincs/libarm64_libkernel32_a-__stosd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosd.obj `if test -f 'intrincs/__stosd.c'; then $(CYGPATH_W) 'intrincs/__stosd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosd.c'; fi` -intrincs/libarm32_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-ilockxor64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm32_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosw.o: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosw.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm64_libkernel32_a-__stosw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosw.o `test -f 'intrincs/__stosw.c' || echo '$(srcdir)/'`intrincs/__stosw.c -intrincs/libarm32_libkernel32_a-inbyte.o: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm32_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__stosw.obj: intrincs/__stosw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__stosw.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Tpo -c -o intrincs/libarm64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__stosw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__stosw.c' object='intrincs/libarm64_libkernel32_a-__stosw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__stosw.obj `if test -f 'intrincs/__stosw.c'; then $(CYGPATH_W) 'intrincs/__stosw.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__stosw.c'; fi` -intrincs/libarm32_libkernel32_a-inbyte.obj: intrincs/inbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm32_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-_rotl64.o: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-_rotl64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm64_libkernel32_a-_rotl64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` - -intrincs/libarm32_libkernel32_a-inbytestring.o: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm32_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-_rotl64.o `test -f 'intrincs/_rotl64.c' || echo '$(srcdir)/'`intrincs/_rotl64.c + +intrincs/libarm64_libkernel32_a-_rotl64.obj: intrincs/_rotl64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-_rotl64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Tpo -c -o intrincs/libarm64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotl64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotl64.c' object='intrincs/libarm64_libkernel32_a-_rotl64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-_rotl64.obj `if test -f 'intrincs/_rotl64.c'; then $(CYGPATH_W) 'intrincs/_rotl64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotl64.c'; fi` -intrincs/libarm32_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm32_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-_rotr64.o: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-_rotr64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm64_libkernel32_a-_rotr64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-_rotr64.o `test -f 'intrincs/_rotr64.c' || echo '$(srcdir)/'`intrincs/_rotr64.c -intrincs/libarm32_libkernel32_a-indword.o: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo -c -o intrincs/libarm32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm32_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-_rotr64.obj: intrincs/_rotr64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-_rotr64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Tpo -c -o intrincs/libarm64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-_rotr64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/_rotr64.c' object='intrincs/libarm64_libkernel32_a-_rotr64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-_rotr64.obj `if test -f 'intrincs/_rotr64.c'; then $(CYGPATH_W) 'intrincs/_rotr64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/_rotr64.c'; fi` -intrincs/libarm32_libkernel32_a-indword.obj: intrincs/indword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo -c -o intrincs/libarm32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm32_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bitscanfwd.o: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bitscanfwd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm64_libkernel32_a-bitscanfwd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bitscanfwd.o `test -f 'intrincs/bitscanfwd.c' || echo '$(srcdir)/'`intrincs/bitscanfwd.c -intrincs/libarm32_libkernel32_a-indwordstring.o: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm32_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bitscanfwd.obj: intrincs/bitscanfwd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bitscanfwd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Tpo -c -o intrincs/libarm64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanfwd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanfwd.c' object='intrincs/libarm64_libkernel32_a-bitscanfwd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bitscanfwd.obj `if test -f 'intrincs/bitscanfwd.c'; then $(CYGPATH_W) 'intrincs/bitscanfwd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanfwd.c'; fi` -intrincs/libarm32_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-indwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm32_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bitscanrev.o: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bitscanrev.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm64_libkernel32_a-bitscanrev.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bitscanrev.o `test -f 'intrincs/bitscanrev.c' || echo '$(srcdir)/'`intrincs/bitscanrev.c -intrincs/libarm32_libkernel32_a-inword.o: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo -c -o intrincs/libarm32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm32_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bitscanrev.obj: intrincs/bitscanrev.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bitscanrev.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Tpo -c -o intrincs/libarm64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bitscanrev.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bitscanrev.c' object='intrincs/libarm64_libkernel32_a-bitscanrev.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bitscanrev.obj `if test -f 'intrincs/bitscanrev.c'; then $(CYGPATH_W) 'intrincs/bitscanrev.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bitscanrev.c'; fi` -intrincs/libarm32_libkernel32_a-inword.obj: intrincs/inword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo -c -o intrincs/libarm32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm32_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittest.o: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittest.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Tpo -c -o intrincs/libarm64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm64_libkernel32_a-bittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittest.o `test -f 'intrincs/bittest.c' || echo '$(srcdir)/'`intrincs/bittest.c -intrincs/libarm32_libkernel32_a-inwordstring.o: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm32_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittest.obj: intrincs/bittest.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittest.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Tpo -c -o intrincs/libarm64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittest.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittest.c' object='intrincs/libarm64_libkernel32_a-bittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittest.obj `if test -f 'intrincs/bittest.c'; then $(CYGPATH_W) 'intrincs/bittest.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittest.c'; fi` -intrincs/libarm32_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-inwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm32_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestc.o: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm64_libkernel32_a-bittestc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestc.o `test -f 'intrincs/bittestc.c' || echo '$(srcdir)/'`intrincs/bittestc.c -intrincs/libarm32_libkernel32_a-outbyte.o: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm32_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestc.obj: intrincs/bittestc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestc.c' object='intrincs/libarm64_libkernel32_a-bittestc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestc.obj `if test -f 'intrincs/bittestc.c'; then $(CYGPATH_W) 'intrincs/bittestc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestc.c'; fi` -intrincs/libarm32_libkernel32_a-outbyte.obj: intrincs/outbyte.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbyte.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm32_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestci.o: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestci.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm64_libkernel32_a-bittestci.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestci.o `test -f 'intrincs/bittestci.c' || echo '$(srcdir)/'`intrincs/bittestci.c -intrincs/libarm32_libkernel32_a-outbytestring.o: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm32_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestci.obj: intrincs/bittestci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestci.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestci.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestci.c' object='intrincs/libarm64_libkernel32_a-bittestci.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestci.obj `if test -f 'intrincs/bittestci.c'; then $(CYGPATH_W) 'intrincs/bittestci.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestci.c'; fi` -intrincs/libarm32_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outbytestring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm32_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestr.o: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm64_libkernel32_a-bittestr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestr.o `test -f 'intrincs/bittestr.c' || echo '$(srcdir)/'`intrincs/bittestr.c -intrincs/libarm32_libkernel32_a-outdword.o: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo -c -o intrincs/libarm32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm32_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestr.obj: intrincs/bittestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestr.c' object='intrincs/libarm64_libkernel32_a-bittestr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestr.obj `if test -f 'intrincs/bittestr.c'; then $(CYGPATH_W) 'intrincs/bittestr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestr.c'; fi` -intrincs/libarm32_libkernel32_a-outdword.obj: intrincs/outdword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo -c -o intrincs/libarm32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm32_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestri.o: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestri.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm64_libkernel32_a-bittestri.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestri.o `test -f 'intrincs/bittestri.c' || echo '$(srcdir)/'`intrincs/bittestri.c -intrincs/libarm32_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm32_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestri.obj: intrincs/bittestri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestri.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestri.c' object='intrincs/libarm64_libkernel32_a-bittestri.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestri.obj `if test -f 'intrincs/bittestri.c'; then $(CYGPATH_W) 'intrincs/bittestri.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestri.c'; fi` -intrincs/libarm32_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outdwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm32_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittests.o: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittests.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Tpo -c -o intrincs/libarm64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm64_libkernel32_a-bittests.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittests.o `test -f 'intrincs/bittests.c' || echo '$(srcdir)/'`intrincs/bittests.c -intrincs/libarm32_libkernel32_a-outword.o: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo -c -o intrincs/libarm32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm32_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittests.obj: intrincs/bittests.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittests.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Tpo -c -o intrincs/libarm64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittests.c' object='intrincs/libarm64_libkernel32_a-bittests.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittests.obj `if test -f 'intrincs/bittests.c'; then $(CYGPATH_W) 'intrincs/bittests.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittests.c'; fi` -intrincs/libarm32_libkernel32_a-outword.obj: intrincs/outword.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo -c -o intrincs/libarm32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outword.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm32_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestsi.o: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestsi.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm64_libkernel32_a-bittestsi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestsi.o `test -f 'intrincs/bittestsi.c' || echo '$(srcdir)/'`intrincs/bittestsi.c -intrincs/libarm32_libkernel32_a-outwordstring.o: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm32_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-bittestsi.obj: intrincs/bittestsi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-bittestsi.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Tpo -c -o intrincs/libarm64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-bittestsi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/bittestsi.c' object='intrincs/libarm64_libkernel32_a-bittestsi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-bittestsi.obj `if test -f 'intrincs/bittestsi.c'; then $(CYGPATH_W) 'intrincs/bittestsi.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/bittestsi.c'; fi` -intrincs/libarm32_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-outwordstring.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm32_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-cpuid.o: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-cpuid.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm64_libkernel32_a-cpuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-cpuid.o `test -f 'intrincs/cpuid.c' || echo '$(srcdir)/'`intrincs/cpuid.c -intrincs/libarm32_libkernel32_a-readcr0.o: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm32_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-cpuid.obj: intrincs/cpuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-cpuid.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Tpo -c -o intrincs/libarm64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-cpuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/cpuid.c' object='intrincs/libarm64_libkernel32_a-cpuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-cpuid.obj `if test -f 'intrincs/cpuid.c'; then $(CYGPATH_W) 'intrincs/cpuid.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/cpuid.c'; fi` -intrincs/libarm32_libkernel32_a-readcr0.obj: intrincs/readcr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm32_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockadd.o: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm64_libkernel32_a-ilockadd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockadd.o `test -f 'intrincs/ilockadd.c' || echo '$(srcdir)/'`intrincs/ilockadd.c -intrincs/libarm32_libkernel32_a-readcr2.o: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm32_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockadd.obj: intrincs/ilockadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockadd.c' object='intrincs/libarm64_libkernel32_a-ilockadd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockadd.obj `if test -f 'intrincs/ilockadd.c'; then $(CYGPATH_W) 'intrincs/ilockadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockadd.c'; fi` -intrincs/libarm32_libkernel32_a-readcr2.obj: intrincs/readcr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm32_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockand.o: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockand.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm64_libkernel32_a-ilockand.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockand.o `test -f 'intrincs/ilockand.c' || echo '$(srcdir)/'`intrincs/ilockand.c -intrincs/libarm32_libkernel32_a-readcr3.o: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm32_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockand.obj: intrincs/ilockand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockand.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand.c' object='intrincs/libarm64_libkernel32_a-ilockand.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockand.obj `if test -f 'intrincs/ilockand.c'; then $(CYGPATH_W) 'intrincs/ilockand.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand.c'; fi` -intrincs/libarm32_libkernel32_a-readcr3.obj: intrincs/readcr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm32_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockand64.o: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockand64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm64_libkernel32_a-ilockand64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockand64.o `test -f 'intrincs/ilockand64.c' || echo '$(srcdir)/'`intrincs/ilockand64.c -intrincs/libarm32_libkernel32_a-readcr4.o: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm32_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockand64.obj: intrincs/ilockand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockand64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockand64.c' object='intrincs/libarm64_libkernel32_a-ilockand64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockand64.obj `if test -f 'intrincs/ilockand64.c'; then $(CYGPATH_W) 'intrincs/ilockand64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockand64.c'; fi` -intrincs/libarm32_libkernel32_a-readcr4.obj: intrincs/readcr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readcr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm32_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch.o: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm64_libkernel32_a-ilockcxch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch.o `test -f 'intrincs/ilockcxch.c' || echo '$(srcdir)/'`intrincs/ilockcxch.c -intrincs/libarm32_libkernel32_a-readmsr.o: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm32_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch.obj: intrincs/ilockcxch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch.c' object='intrincs/libarm64_libkernel32_a-ilockcxch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch.obj `if test -f 'intrincs/ilockcxch.c'; then $(CYGPATH_W) 'intrincs/ilockcxch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch.c'; fi` -intrincs/libarm32_libkernel32_a-readmsr.obj: intrincs/readmsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-readmsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm32_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch16.o: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm64_libkernel32_a-ilockcxch16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch16.o `test -f 'intrincs/ilockcxch16.c' || echo '$(srcdir)/'`intrincs/ilockcxch16.c -intrincs/libarm32_libkernel32_a-writecr0.o: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm32_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch16.obj: intrincs/ilockcxch16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch16.c' object='intrincs/libarm64_libkernel32_a-ilockcxch16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch16.obj `if test -f 'intrincs/ilockcxch16.c'; then $(CYGPATH_W) 'intrincs/ilockcxch16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch16.c'; fi` -intrincs/libarm32_libkernel32_a-writecr0.obj: intrincs/writecr0.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr0.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm32_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch64.o: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm64_libkernel32_a-ilockcxch64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch64.o `test -f 'intrincs/ilockcxch64.c' || echo '$(srcdir)/'`intrincs/ilockcxch64.c -intrincs/libarm32_libkernel32_a-writecr2.o: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm32_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxch64.obj: intrincs/ilockcxch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxch64.c' object='intrincs/libarm64_libkernel32_a-ilockcxch64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxch64.obj `if test -f 'intrincs/ilockcxch64.c'; then $(CYGPATH_W) 'intrincs/ilockcxch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxch64.c'; fi` -intrincs/libarm32_libkernel32_a-writecr2.obj: intrincs/writecr2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm32_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxchptr.o: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm64_libkernel32_a-ilockcxchptr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxchptr.o `test -f 'intrincs/ilockcxchptr.c' || echo '$(srcdir)/'`intrincs/ilockcxchptr.c -intrincs/libarm32_libkernel32_a-writecr3.o: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm32_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockcxchptr.obj: intrincs/ilockcxchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockcxchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockcxchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockcxchptr.c' object='intrincs/libarm64_libkernel32_a-ilockcxchptr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockcxchptr.obj `if test -f 'intrincs/ilockcxchptr.c'; then $(CYGPATH_W) 'intrincs/ilockcxchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockcxchptr.c'; fi` -intrincs/libarm32_libkernel32_a-writecr3.obj: intrincs/writecr3.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm32_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec.o: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm64_libkernel32_a-ilockdec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec.o `test -f 'intrincs/ilockdec.c' || echo '$(srcdir)/'`intrincs/ilockdec.c -intrincs/libarm32_libkernel32_a-writecr4.o: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm32_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec.obj: intrincs/ilockdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec.c' object='intrincs/libarm64_libkernel32_a-ilockdec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec.obj `if test -f 'intrincs/ilockdec.c'; then $(CYGPATH_W) 'intrincs/ilockdec.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec.c'; fi` -intrincs/libarm32_libkernel32_a-writecr4.obj: intrincs/writecr4.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writecr4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm32_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec16.o: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm64_libkernel32_a-ilockdec16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec16.o `test -f 'intrincs/ilockdec16.c' || echo '$(srcdir)/'`intrincs/ilockdec16.c -intrincs/libarm32_libkernel32_a-writemsr.o: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm32_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec16.obj: intrincs/ilockdec16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec16.c' object='intrincs/libarm64_libkernel32_a-ilockdec16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec16.obj `if test -f 'intrincs/ilockdec16.c'; then $(CYGPATH_W) 'intrincs/ilockdec16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec16.c'; fi` -intrincs/libarm32_libkernel32_a-writemsr.obj: intrincs/writemsr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-writemsr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm32_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec64.o: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm64_libkernel32_a-ilockdec64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec64.o `test -f 'intrincs/ilockdec64.c' || echo '$(srcdir)/'`intrincs/ilockdec64.c -intrincs/libarm32_libkernel32_a-__int2c.o: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm32_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockdec64.obj: intrincs/ilockdec64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockdec64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockdec64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockdec64.c' object='intrincs/libarm64_libkernel32_a-ilockdec64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockdec64.obj `if test -f 'intrincs/ilockdec64.c'; then $(CYGPATH_W) 'intrincs/ilockdec64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockdec64.c'; fi` -intrincs/libarm32_libkernel32_a-__int2c.obj: intrincs/__int2c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-__int2c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm32_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexch.o: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexch.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm64_libkernel32_a-ilockexch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexch.o `test -f 'intrincs/ilockexch.c' || echo '$(srcdir)/'`intrincs/ilockexch.c -intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexch.obj: intrincs/ilockexch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexch.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch.c' object='intrincs/libarm64_libkernel32_a-ilockexch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexch.obj `if test -f 'intrincs/ilockexch.c'; then $(CYGPATH_W) 'intrincs/ilockexch.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch.c'; fi` -intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm32_libkernel32_a-RtlSecureZeroMemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexch64.o: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexch64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm64_libkernel32_a-ilockexch64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm32_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexch64.o `test -f 'intrincs/ilockexch64.c' || echo '$(srcdir)/'`intrincs/ilockexch64.c -libsrc/libarm32_libksguid_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo -c -o libsrc/libarm32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexch64.obj: intrincs/ilockexch64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexch64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexch64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexch64.c' object='intrincs/libarm64_libkernel32_a-ilockexch64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexch64.obj `if test -f 'intrincs/ilockexch64.c'; then $(CYGPATH_W) 'intrincs/ilockexch64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexch64.c'; fi` -libsrc/libarm32_libksguid_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo -c -o libsrc/libarm32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksguid_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchadd.o: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchadd.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm64_libkernel32_a-ilockexchadd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchadd.o `test -f 'intrincs/ilockexchadd.c' || echo '$(srcdir)/'`intrincs/ilockexchadd.c -libsrc/libarm32_libksuser_a-ksuser.o: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo -c -o libsrc/libarm32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchadd.obj: intrincs/ilockexchadd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchadd.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd.c' object='intrincs/libarm64_libkernel32_a-ilockexchadd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchadd.obj `if test -f 'intrincs/ilockexchadd.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd.c'; fi` -libsrc/libarm32_libksuser_a-ksuser.obj: libsrc/ksuser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo -c -o libsrc/libarm32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm32_libksuser_a-ksuser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm32_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchadd64.o: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchadd64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm64_libkernel32_a-ilockexchadd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchadd64.o `test -f 'intrincs/ilockexchadd64.c' || echo '$(srcdir)/'`intrincs/ilockexchadd64.c -libsrc/libarm32_liblargeint_a-largeint.o: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo -c -o libsrc/libarm32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm32_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchadd64.obj: intrincs/ilockexchadd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchadd64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchadd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchadd64.c' object='intrincs/libarm64_libkernel32_a-ilockexchadd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchadd64.obj `if test -f 'intrincs/ilockexchadd64.c'; then $(CYGPATH_W) 'intrincs/ilockexchadd64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchadd64.c'; fi` -libsrc/libarm32_liblargeint_a-largeint.obj: libsrc/largeint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo -c -o libsrc/libarm32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm32_liblargeint_a-largeint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm32_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchptr.o: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchptr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm64_libkernel32_a-ilockexchptr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchptr.o `test -f 'intrincs/ilockexchptr.c' || echo '$(srcdir)/'`intrincs/ilockexchptr.c -libsrc/libarm32_liblocationapi_a-locationapi.o: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm32_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockexchptr.obj: intrincs/ilockexchptr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockexchptr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockexchptr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockexchptr.c' object='intrincs/libarm64_libkernel32_a-ilockexchptr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockexchptr.obj `if test -f 'intrincs/ilockexchptr.c'; then $(CYGPATH_W) 'intrincs/ilockexchptr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockexchptr.c'; fi` -libsrc/libarm32_liblocationapi_a-locationapi.obj: libsrc/locationapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm32_liblocationapi_a-locationapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm32_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc.o: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm64_libkernel32_a-ilockinc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc.o `test -f 'intrincs/ilockinc.c' || echo '$(srcdir)/'`intrincs/ilockinc.c -libarm32_libm_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo -c -o libarm32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc.obj: intrincs/ilockinc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc.c' object='intrincs/libarm64_libkernel32_a-ilockinc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc.obj `if test -f 'intrincs/ilockinc.c'; then $(CYGPATH_W) 'intrincs/ilockinc.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc.c'; fi` -libarm32_libm_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo -c -o libarm32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libm_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc16.o: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc16.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm64_libkernel32_a-ilockinc16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc16.o `test -f 'intrincs/ilockinc16.c' || echo '$(srcdir)/'`intrincs/ilockinc16.c -libsrc/libarm32_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm32_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc16.obj: intrincs/ilockinc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc16.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc16.c' object='intrincs/libarm64_libkernel32_a-ilockinc16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc16.obj `if test -f 'intrincs/ilockinc16.c'; then $(CYGPATH_W) 'intrincs/ilockinc16.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc16.c'; fi` -libsrc/libarm32_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm32_libmfuuid_a-mfuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm32_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc64.o: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm64_libkernel32_a-ilockinc64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc64.o `test -f 'intrincs/ilockinc64.c' || echo '$(srcdir)/'`intrincs/ilockinc64.c -crt/libarm32_libmingw32_a-atonexit.o: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-atonexit.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Tpo -c -o crt/libarm32_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/libarm32_libmingw32_a-atonexit.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-atonexit.o `test -f 'crt/atonexit.c' || echo '$(srcdir)/'`crt/atonexit.c - -crt/libarm32_libmingw32_a-atonexit.obj: crt/atonexit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-atonexit.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Tpo -c -o crt/libarm32_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-atonexit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/atonexit.c' object='crt/libarm32_libmingw32_a-atonexit.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockinc64.obj: intrincs/ilockinc64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockinc64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockinc64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockinc64.c' object='intrincs/libarm64_libkernel32_a-ilockinc64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-atonexit.obj `if test -f 'crt/atonexit.c'; then $(CYGPATH_W) 'crt/atonexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/atonexit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockinc64.obj `if test -f 'intrincs/ilockinc64.c'; then $(CYGPATH_W) 'intrincs/ilockinc64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockinc64.c'; fi` -crt/libarm32_libmingw32_a-crt0_c.o: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo -c -o crt/libarm32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm32_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockor.o: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm64_libkernel32_a-ilockor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockor.o `test -f 'intrincs/ilockor.c' || echo '$(srcdir)/'`intrincs/ilockor.c -crt/libarm32_libmingw32_a-crt0_c.obj: crt/crt0_c.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo -c -o crt/libarm32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_c.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm32_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockor.obj: intrincs/ilockor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor.c' object='intrincs/libarm64_libkernel32_a-ilockor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockor.obj `if test -f 'intrincs/ilockor.c'; then $(CYGPATH_W) 'intrincs/ilockor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor.c'; fi` -crt/libarm32_libmingw32_a-dll_argv.o: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo -c -o crt/libarm32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm32_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockor64.o: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm64_libkernel32_a-ilockor64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockor64.o `test -f 'intrincs/ilockor64.c' || echo '$(srcdir)/'`intrincs/ilockor64.c -crt/libarm32_libmingw32_a-dll_argv.obj: crt/dll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo -c -o crt/libarm32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm32_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockor64.obj: intrincs/ilockor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockor64.c' object='intrincs/libarm64_libkernel32_a-ilockor64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockor64.obj `if test -f 'intrincs/ilockor64.c'; then $(CYGPATH_W) 'intrincs/ilockor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockor64.c'; fi` -crt/libarm32_libmingw32_a-gccmain.o: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo -c -o crt/libarm32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm32_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockxor.o: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockxor.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm64_libkernel32_a-ilockxor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockxor.o `test -f 'intrincs/ilockxor.c' || echo '$(srcdir)/'`intrincs/ilockxor.c -crt/libarm32_libmingw32_a-gccmain.obj: crt/gccmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo -c -o crt/libarm32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gccmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm32_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockxor.obj: intrincs/ilockxor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockxor.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor.c' object='intrincs/libarm64_libkernel32_a-ilockxor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockxor.obj `if test -f 'intrincs/ilockxor.c'; then $(CYGPATH_W) 'intrincs/ilockxor.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor.c'; fi` -crt/libarm32_libmingw32_a-natstart.o: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo -c -o crt/libarm32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm32_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockxor64.o: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockxor64.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm64_libkernel32_a-ilockxor64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockxor64.o `test -f 'intrincs/ilockxor64.c' || echo '$(srcdir)/'`intrincs/ilockxor64.c -crt/libarm32_libmingw32_a-natstart.obj: crt/natstart.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo -c -o crt/libarm32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-natstart.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm32_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-ilockxor64.obj: intrincs/ilockxor64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-ilockxor64.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Tpo -c -o intrincs/libarm64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-ilockxor64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/ilockxor64.c' object='intrincs/libarm64_libkernel32_a-ilockxor64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-ilockxor64.obj `if test -f 'intrincs/ilockxor64.c'; then $(CYGPATH_W) 'intrincs/ilockxor64.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/ilockxor64.c'; fi` -crt/libarm32_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm32_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inbyte.o: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm64_libkernel32_a-inbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inbyte.o `test -f 'intrincs/inbyte.c' || echo '$(srcdir)/'`intrincs/inbyte.c -crt/libarm32_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm32_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inbyte.obj: intrincs/inbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Tpo -c -o intrincs/libarm64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbyte.c' object='intrincs/libarm64_libkernel32_a-inbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inbyte.obj `if test -f 'intrincs/inbyte.c'; then $(CYGPATH_W) 'intrincs/inbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbyte.c'; fi` -crt/libarm32_libmingw32_a-wildcard.o: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo -c -o crt/libarm32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm32_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inbytestring.o: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm64_libkernel32_a-inbytestring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inbytestring.o `test -f 'intrincs/inbytestring.c' || echo '$(srcdir)/'`intrincs/inbytestring.c -crt/libarm32_libmingw32_a-wildcard.obj: crt/wildcard.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo -c -o crt/libarm32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-wildcard.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm32_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inbytestring.obj: intrincs/inbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Tpo -c -o intrincs/libarm64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inbytestring.c' object='intrincs/libarm64_libkernel32_a-inbytestring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inbytestring.obj `if test -f 'intrincs/inbytestring.c'; then $(CYGPATH_W) 'intrincs/inbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inbytestring.c'; fi` -crt/libarm32_libmingw32_a-charmax.o: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo -c -o crt/libarm32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm32_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-indword.o: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-indword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Tpo -c -o intrincs/libarm64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm64_libkernel32_a-indword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-indword.o `test -f 'intrincs/indword.c' || echo '$(srcdir)/'`intrincs/indword.c -crt/libarm32_libmingw32_a-charmax.obj: crt/charmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo -c -o crt/libarm32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-charmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm32_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-indword.obj: intrincs/indword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-indword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Tpo -c -o intrincs/libarm64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-indword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indword.c' object='intrincs/libarm64_libkernel32_a-indword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-indword.obj `if test -f 'intrincs/indword.c'; then $(CYGPATH_W) 'intrincs/indword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indword.c'; fi` -crt/libarm32_libmingw32_a-crt0_w.o: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo -c -o crt/libarm32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm32_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-indwordstring.o: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-indwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm64_libkernel32_a-indwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-indwordstring.o `test -f 'intrincs/indwordstring.c' || echo '$(srcdir)/'`intrincs/indwordstring.c -crt/libarm32_libmingw32_a-crt0_w.obj: crt/crt0_w.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo -c -o crt/libarm32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt0_w.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm32_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-indwordstring.obj: intrincs/indwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-indwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-indwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/indwordstring.c' object='intrincs/libarm64_libkernel32_a-indwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-indwordstring.obj `if test -f 'intrincs/indwordstring.c'; then $(CYGPATH_W) 'intrincs/indwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/indwordstring.c'; fi` -crt/libarm32_libmingw32_a-dllargv.o: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo -c -o crt/libarm32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm32_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inword.o: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Tpo -c -o intrincs/libarm64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm64_libkernel32_a-inword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inword.o `test -f 'intrincs/inword.c' || echo '$(srcdir)/'`intrincs/inword.c -crt/libarm32_libmingw32_a-dllargv.obj: crt/dllargv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo -c -o crt/libarm32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-dllargv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm32_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inword.obj: intrincs/inword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Tpo -c -o intrincs/libarm64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inword.c' object='intrincs/libarm64_libkernel32_a-inword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inword.obj `if test -f 'intrincs/inword.c'; then $(CYGPATH_W) 'intrincs/inword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inword.c'; fi` -crt/libarm32_libmingw32_a-gs_support.o: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo -c -o crt/libarm32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm32_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inwordstring.o: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm64_libkernel32_a-inwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inwordstring.o `test -f 'intrincs/inwordstring.c' || echo '$(srcdir)/'`intrincs/inwordstring.c -crt/libarm32_libmingw32_a-gs_support.obj: crt/gs_support.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo -c -o crt/libarm32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-gs_support.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm32_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-inwordstring.obj: intrincs/inwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-inwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-inwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/inwordstring.c' object='intrincs/libarm64_libkernel32_a-inwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-inwordstring.obj `if test -f 'intrincs/inwordstring.c'; then $(CYGPATH_W) 'intrincs/inwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/inwordstring.c'; fi` -crt/libarm32_libmingw32_a-_newmode.o: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo -c -o crt/libarm32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm32_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outbyte.o: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outbyte.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm64_libkernel32_a-outbyte.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outbyte.o `test -f 'intrincs/outbyte.c' || echo '$(srcdir)/'`intrincs/outbyte.c -crt/libarm32_libmingw32_a-_newmode.obj: crt/_newmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo -c -o crt/libarm32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-_newmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm32_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outbyte.obj: intrincs/outbyte.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outbyte.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Tpo -c -o intrincs/libarm64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbyte.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbyte.c' object='intrincs/libarm64_libkernel32_a-outbyte.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outbyte.obj `if test -f 'intrincs/outbyte.c'; then $(CYGPATH_W) 'intrincs/outbyte.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbyte.c'; fi` -crt/libarm32_libmingw32_a-tlssup.o: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo -c -o crt/libarm32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm32_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outbytestring.o: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outbytestring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm64_libkernel32_a-outbytestring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outbytestring.o `test -f 'intrincs/outbytestring.c' || echo '$(srcdir)/'`intrincs/outbytestring.c -crt/libarm32_libmingw32_a-tlssup.obj: crt/tlssup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo -c -o crt/libarm32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlssup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm32_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outbytestring.obj: intrincs/outbytestring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outbytestring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Tpo -c -o intrincs/libarm64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outbytestring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outbytestring.c' object='intrincs/libarm64_libkernel32_a-outbytestring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outbytestring.obj `if test -f 'intrincs/outbytestring.c'; then $(CYGPATH_W) 'intrincs/outbytestring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outbytestring.c'; fi` -crt/libarm32_libmingw32_a-xncommod.o: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo -c -o crt/libarm32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm32_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outdword.o: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outdword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Tpo -c -o intrincs/libarm64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm64_libkernel32_a-outdword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outdword.o `test -f 'intrincs/outdword.c' || echo '$(srcdir)/'`intrincs/outdword.c -crt/libarm32_libmingw32_a-xncommod.obj: crt/xncommod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo -c -o crt/libarm32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xncommod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm32_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outdword.obj: intrincs/outdword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outdword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Tpo -c -o intrincs/libarm64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdword.c' object='intrincs/libarm64_libkernel32_a-outdword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outdword.obj `if test -f 'intrincs/outdword.c'; then $(CYGPATH_W) 'intrincs/outdword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdword.c'; fi` -crt/libarm32_libmingw32_a-cinitexe.o: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo -c -o crt/libarm32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm32_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outdwordstring.o: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outdwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm64_libkernel32_a-outdwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outdwordstring.o `test -f 'intrincs/outdwordstring.c' || echo '$(srcdir)/'`intrincs/outdwordstring.c -crt/libarm32_libmingw32_a-cinitexe.obj: crt/cinitexe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo -c -o crt/libarm32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-cinitexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm32_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outdwordstring.obj: intrincs/outdwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outdwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outdwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outdwordstring.c' object='intrincs/libarm64_libkernel32_a-outdwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outdwordstring.obj `if test -f 'intrincs/outdwordstring.c'; then $(CYGPATH_W) 'intrincs/outdwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outdwordstring.c'; fi` -crt/libarm32_libmingw32_a-merr.o: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo -c -o crt/libarm32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm32_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outword.o: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outword.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Tpo -c -o intrincs/libarm64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm64_libkernel32_a-outword.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outword.o `test -f 'intrincs/outword.c' || echo '$(srcdir)/'`intrincs/outword.c -crt/libarm32_libmingw32_a-merr.obj: crt/merr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo -c -o crt/libarm32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-merr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm32_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outword.obj: intrincs/outword.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outword.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Tpo -c -o intrincs/libarm64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outword.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outword.c' object='intrincs/libarm64_libkernel32_a-outword.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outword.obj `if test -f 'intrincs/outword.c'; then $(CYGPATH_W) 'intrincs/outword.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outword.c'; fi` -crt/libarm32_libmingw32_a-pesect.o: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo -c -o crt/libarm32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm32_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outwordstring.o: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outwordstring.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm64_libkernel32_a-outwordstring.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outwordstring.o `test -f 'intrincs/outwordstring.c' || echo '$(srcdir)/'`intrincs/outwordstring.c -crt/libarm32_libmingw32_a-pesect.obj: crt/pesect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo -c -o crt/libarm32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pesect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm32_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-outwordstring.obj: intrincs/outwordstring.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-outwordstring.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Tpo -c -o intrincs/libarm64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-outwordstring.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/outwordstring.c' object='intrincs/libarm64_libkernel32_a-outwordstring.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-outwordstring.obj `if test -f 'intrincs/outwordstring.c'; then $(CYGPATH_W) 'intrincs/outwordstring.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/outwordstring.c'; fi` -crt/libarm32_libmingw32_a-udllargc.o: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo -c -o crt/libarm32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm32_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr0.o: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm64_libkernel32_a-readcr0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr0.o `test -f 'intrincs/readcr0.c' || echo '$(srcdir)/'`intrincs/readcr0.c -crt/libarm32_libmingw32_a-udllargc.obj: crt/udllargc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo -c -o crt/libarm32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udllargc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm32_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr0.obj: intrincs/readcr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr0.c' object='intrincs/libarm64_libkernel32_a-readcr0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr0.obj `if test -f 'intrincs/readcr0.c'; then $(CYGPATH_W) 'intrincs/readcr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr0.c'; fi` -crt/libarm32_libmingw32_a-xthdloc.o: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo -c -o crt/libarm32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm32_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr2.o: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm64_libkernel32_a-readcr2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr2.o `test -f 'intrincs/readcr2.c' || echo '$(srcdir)/'`intrincs/readcr2.c -crt/libarm32_libmingw32_a-xthdloc.obj: crt/xthdloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo -c -o crt/libarm32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xthdloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm32_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr2.obj: intrincs/readcr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr2.c' object='intrincs/libarm64_libkernel32_a-readcr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr2.obj `if test -f 'intrincs/readcr2.c'; then $(CYGPATH_W) 'intrincs/readcr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr2.c'; fi` -crt/libarm32_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm32_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr3.o: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm64_libkernel32_a-readcr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr3.o `test -f 'intrincs/readcr3.c' || echo '$(srcdir)/'`intrincs/readcr3.c -crt/libarm32_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-CRT_fp10.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm32_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr3.obj: intrincs/readcr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr3.c' object='intrincs/libarm64_libkernel32_a-readcr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr3.obj `if test -f 'intrincs/readcr3.c'; then $(CYGPATH_W) 'intrincs/readcr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr3.c'; fi` -crt/libarm32_libmingw32_a-mingw_custom.o: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm32_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr4.o: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm64_libkernel32_a-readcr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr4.o `test -f 'intrincs/readcr4.c' || echo '$(srcdir)/'`intrincs/readcr4.c -crt/libarm32_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_custom.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm32_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readcr4.obj: intrincs/readcr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readcr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Tpo -c -o intrincs/libarm64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readcr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readcr4.c' object='intrincs/libarm64_libkernel32_a-readcr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readcr4.obj `if test -f 'intrincs/readcr4.c'; then $(CYGPATH_W) 'intrincs/readcr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readcr4.c'; fi` -crt/libarm32_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm32_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readmsr.o: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readmsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm64_libkernel32_a-readmsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readmsr.o `test -f 'intrincs/readmsr.c' || echo '$(srcdir)/'`intrincs/readmsr.c -crt/libarm32_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-mingw_helpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm32_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-readmsr.obj: intrincs/readmsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-readmsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Tpo -c -o intrincs/libarm64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-readmsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/readmsr.c' object='intrincs/libarm64_libkernel32_a-readmsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-readmsr.obj `if test -f 'intrincs/readmsr.c'; then $(CYGPATH_W) 'intrincs/readmsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/readmsr.c'; fi` -crt/libarm32_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm32_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr0.o: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr0.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm64_libkernel32_a-writecr0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr0.o `test -f 'intrincs/writecr0.c' || echo '$(srcdir)/'`intrincs/writecr0.c -crt/libarm32_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-pseudo-reloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm32_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr0.obj: intrincs/writecr0.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr0.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr0.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr0.c' object='intrincs/libarm64_libkernel32_a-writecr0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr0.obj `if test -f 'intrincs/writecr0.c'; then $(CYGPATH_W) 'intrincs/writecr0.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr0.c'; fi` -crt/libarm32_libmingw32_a-udll_argv.o: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo -c -o crt/libarm32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm32_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr2.o: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr2.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm64_libkernel32_a-writecr2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr2.o `test -f 'intrincs/writecr2.c' || echo '$(srcdir)/'`intrincs/writecr2.c + +intrincs/libarm64_libkernel32_a-writecr2.obj: intrincs/writecr2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr2.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr2.c' object='intrincs/libarm64_libkernel32_a-writecr2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr2.obj `if test -f 'intrincs/writecr2.c'; then $(CYGPATH_W) 'intrincs/writecr2.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr2.c'; fi` -crt/libarm32_libmingw32_a-udll_argv.obj: crt/udll_argv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo -c -o crt/libarm32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-udll_argv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm32_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr3.o: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr3.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm64_libkernel32_a-writecr3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr3.o `test -f 'intrincs/writecr3.c' || echo '$(srcdir)/'`intrincs/writecr3.c -crt/libarm32_libmingw32_a-xtxtmode.o: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm32_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr3.obj: intrincs/writecr3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr3.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr3.c' object='intrincs/libarm64_libkernel32_a-writecr3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr3.obj `if test -f 'intrincs/writecr3.c'; then $(CYGPATH_W) 'intrincs/writecr3.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr3.c'; fi` -crt/libarm32_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-xtxtmode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm32_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr4.o: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr4.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm64_libkernel32_a-writecr4.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr4.o `test -f 'intrincs/writecr4.c' || echo '$(srcdir)/'`intrincs/writecr4.c -crt/libarm32_libmingw32_a-crt_handler.o: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo -c -o crt/libarm32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm32_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writecr4.obj: intrincs/writecr4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writecr4.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Tpo -c -o intrincs/libarm64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writecr4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writecr4.c' object='intrincs/libarm64_libkernel32_a-writecr4.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writecr4.obj `if test -f 'intrincs/writecr4.c'; then $(CYGPATH_W) 'intrincs/writecr4.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writecr4.c'; fi` -crt/libarm32_libmingw32_a-crt_handler.obj: crt/crt_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo -c -o crt/libarm32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-crt_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm32_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writemsr.o: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writemsr.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm64_libkernel32_a-writemsr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writemsr.o `test -f 'intrincs/writemsr.c' || echo '$(srcdir)/'`intrincs/writemsr.c -crt/libarm32_libmingw32_a-tlsthrd.o: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm32_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-writemsr.obj: intrincs/writemsr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-writemsr.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Tpo -c -o intrincs/libarm64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-writemsr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/writemsr.c' object='intrincs/libarm64_libkernel32_a-writemsr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-writemsr.obj `if test -f 'intrincs/writemsr.c'; then $(CYGPATH_W) 'intrincs/writemsr.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/writemsr.c'; fi` -crt/libarm32_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsthrd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm32_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__int2c.o: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__int2c.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm64_libkernel32_a-__int2c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__int2c.o `test -f 'intrincs/__int2c.c' || echo '$(srcdir)/'`intrincs/__int2c.c -crt/libarm32_libmingw32_a-tlsmthread.o: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm32_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-__int2c.obj: intrincs/__int2c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-__int2c.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Tpo -c -o intrincs/libarm64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-__int2c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/__int2c.c' object='intrincs/libarm64_libkernel32_a-__int2c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-__int2c.obj `if test -f 'intrincs/__int2c.c'; then $(CYGPATH_W) 'intrincs/__int2c.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/__int2c.c'; fi` -crt/libarm32_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmthread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm32_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.o: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.o -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.o `test -f 'intrincs/RtlSecureZeroMemory.c' || echo '$(srcdir)/'`intrincs/RtlSecureZeroMemory.c -crt/libarm32_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm32_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ +intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.obj: intrincs/RtlSecureZeroMemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.obj -MD -MP -MF intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Tpo -c -o intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Tpo intrincs/$(DEPDIR)/libarm64_libkernel32_a-RtlSecureZeroMemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='intrincs/RtlSecureZeroMemory.c' object='intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libkernel32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intrincs/libarm64_libkernel32_a-RtlSecureZeroMemory.obj `if test -f 'intrincs/RtlSecureZeroMemory.c'; then $(CYGPATH_W) 'intrincs/RtlSecureZeroMemory.c'; else $(CYGPATH_W) '$(srcdir)/intrincs/RtlSecureZeroMemory.c'; fi` -crt/libarm32_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm32_libmingw32_a-tlsmcrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm32_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libksguid_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libksguid_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Tpo -c -o libsrc/libarm64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm64_libksguid_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libksguid_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -crt/libarm32_libmingwex_a-dllentry.o: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo -c -o crt/libarm32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm32_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libksguid_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libksguid_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Tpo -c -o libsrc/libarm64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm64_libksguid_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm64_libksguid_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksguid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libksguid_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -crt/libarm32_libmingwex_a-dllentry.obj: crt/dllentry.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo -c -o crt/libarm32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllentry.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm32_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libksuser_a-ksuser.o: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libksuser_a-ksuser.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Tpo -c -o libsrc/libarm64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm64_libksuser_a-ksuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libksuser_a-ksuser.o `test -f 'libsrc/ksuser.c' || echo '$(srcdir)/'`libsrc/ksuser.c -crt/libarm32_libmingwex_a-dllmain.o: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo -c -o crt/libarm32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm32_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libksuser_a-ksuser.obj: libsrc/ksuser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libksuser_a-ksuser.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Tpo -c -o libsrc/libarm64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Tpo libsrc/$(DEPDIR)/libarm64_libksuser_a-ksuser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ksuser.c' object='libsrc/libarm64_libksuser_a-ksuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libksuser_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libksuser_a-ksuser.obj `if test -f 'libsrc/ksuser.c'; then $(CYGPATH_W) 'libsrc/ksuser.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ksuser.c'; fi` -crt/libarm32_libmingwex_a-dllmain.obj: crt/dllmain.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm32_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo -c -o crt/libarm32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm32_libmingwex_a-dllmain.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm32_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_liblargeint_a-largeint.o: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_liblargeint_a-largeint.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Tpo -c -o libsrc/libarm64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm64_liblargeint_a-largeint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm32_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_liblargeint_a-largeint.o `test -f 'libsrc/largeint.c' || echo '$(srcdir)/'`libsrc/largeint.c -complex/libarm32_libmingwex_a-_cabs.o: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo -c -o complex/libarm32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm32_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_liblargeint_a-largeint.obj: libsrc/largeint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_liblargeint_a-largeint.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Tpo -c -o libsrc/libarm64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Tpo libsrc/$(DEPDIR)/libarm64_liblargeint_a-largeint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/largeint.c' object='libsrc/libarm64_liblargeint_a-largeint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblargeint_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_liblargeint_a-largeint.obj `if test -f 'libsrc/largeint.c'; then $(CYGPATH_W) 'libsrc/largeint.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/largeint.c'; fi` -complex/libarm32_libmingwex_a-_cabs.obj: complex/_cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo -c -o complex/libarm32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-_cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm32_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_liblocationapi_a-locationapi.o: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_liblocationapi_a-locationapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm64_liblocationapi_a-locationapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_liblocationapi_a-locationapi.o `test -f 'libsrc/locationapi.c' || echo '$(srcdir)/'`libsrc/locationapi.c -complex/libarm32_libmingwex_a-cabs.o: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo -c -o complex/libarm32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm32_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_liblocationapi_a-locationapi.obj: libsrc/locationapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_liblocationapi_a-locationapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Tpo -c -o libsrc/libarm64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Tpo libsrc/$(DEPDIR)/libarm64_liblocationapi_a-locationapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/locationapi.c' object='libsrc/libarm64_liblocationapi_a-locationapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_liblocationapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_liblocationapi_a-locationapi.obj `if test -f 'libsrc/locationapi.c'; then $(CYGPATH_W) 'libsrc/locationapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/locationapi.c'; fi` -complex/libarm32_libmingwex_a-cabs.obj: complex/cabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo -c -o complex/libarm32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm32_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ +libarm64_libm_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm64_libm_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm64_libm_a-_libm_dummy.Tpo -c -o libarm64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm64_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm64_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm64_libm_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm64_libm_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -complex/libarm32_libmingwex_a-cabsf.o: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo -c -o complex/libarm32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm32_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ +libarm64_libm_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm64_libm_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm64_libm_a-_libm_dummy.Tpo -c -o libarm64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm64_libm_a-_libm_dummy.Tpo $(DEPDIR)/libarm64_libm_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm64_libm_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libm_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm64_libm_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -complex/libarm32_libmingwex_a-cabsf.obj: complex/cabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo -c -o complex/libarm32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm32_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libmfuuid_a-mfuuid.o: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libmfuuid_a-mfuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm64_libmfuuid_a-mfuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libmfuuid_a-mfuuid.o `test -f 'libsrc/mfuuid.c' || echo '$(srcdir)/'`libsrc/mfuuid.c -complex/libarm32_libmingwex_a-cabsl.o: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo -c -o complex/libarm32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm32_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libmfuuid_a-mfuuid.obj: libsrc/mfuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libmfuuid_a-mfuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Tpo -c -o libsrc/libarm64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Tpo libsrc/$(DEPDIR)/libarm64_libmfuuid_a-mfuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mfuuid.c' object='libsrc/libarm64_libmfuuid_a-mfuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmfuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libmfuuid_a-mfuuid.obj `if test -f 'libsrc/mfuuid.c'; then $(CYGPATH_W) 'libsrc/mfuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mfuuid.c'; fi` -complex/libarm32_libmingwex_a-cabsl.obj: complex/cabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo -c -o complex/libarm32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm32_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt0_c.o: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt0_c.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Tpo -c -o crt/libarm64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm64_libmingw32_a-crt0_c.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt0_c.o `test -f 'crt/crt0_c.c' || echo '$(srcdir)/'`crt/crt0_c.c -complex/libarm32_libmingwex_a-cacos.o: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo -c -o complex/libarm32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm32_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt0_c.obj: crt/crt0_c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt0_c.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Tpo -c -o crt/libarm64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_c.c' object='crt/libarm64_libmingw32_a-crt0_c.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt0_c.obj `if test -f 'crt/crt0_c.c'; then $(CYGPATH_W) 'crt/crt0_c.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_c.c'; fi` -complex/libarm32_libmingwex_a-cacos.obj: complex/cacos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo -c -o complex/libarm32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm32_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-dll_argv.o: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-dll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Tpo -c -o crt/libarm64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm64_libmingw32_a-dll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-dll_argv.o `test -f 'crt/dll_argv.c' || echo '$(srcdir)/'`crt/dll_argv.c -complex/libarm32_libmingwex_a-cacosf.o: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo -c -o complex/libarm32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm32_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-dll_argv.obj: crt/dll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-dll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Tpo -c -o crt/libarm64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-dll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dll_argv.c' object='crt/libarm64_libmingw32_a-dll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-dll_argv.obj `if test -f 'crt/dll_argv.c'; then $(CYGPATH_W) 'crt/dll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dll_argv.c'; fi` -complex/libarm32_libmingwex_a-cacosf.obj: complex/cacosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo -c -o complex/libarm32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm32_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-gccmain.o: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-gccmain.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Tpo -c -o crt/libarm64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm64_libmingw32_a-gccmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-gccmain.o `test -f 'crt/gccmain.c' || echo '$(srcdir)/'`crt/gccmain.c -complex/libarm32_libmingwex_a-cacosl.o: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo -c -o complex/libarm32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm32_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-gccmain.obj: crt/gccmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-gccmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Tpo -c -o crt/libarm64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-gccmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gccmain.c' object='crt/libarm64_libmingw32_a-gccmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-gccmain.obj `if test -f 'crt/gccmain.c'; then $(CYGPATH_W) 'crt/gccmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/gccmain.c'; fi` -complex/libarm32_libmingwex_a-cacosl.obj: complex/cacosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo -c -o complex/libarm32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cacosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm32_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-natstart.o: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-natstart.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Tpo -c -o crt/libarm64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm64_libmingw32_a-natstart.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-natstart.o `test -f 'crt/natstart.c' || echo '$(srcdir)/'`crt/natstart.c -complex/libarm32_libmingwex_a-carg.o: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo -c -o complex/libarm32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm32_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-natstart.obj: crt/natstart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-natstart.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Tpo -c -o crt/libarm64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-natstart.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/natstart.c' object='crt/libarm64_libmingw32_a-natstart.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-natstart.obj `if test -f 'crt/natstart.c'; then $(CYGPATH_W) 'crt/natstart.c'; else $(CYGPATH_W) '$(srcdir)/crt/natstart.c'; fi` -complex/libarm32_libmingwex_a-carg.obj: complex/carg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo -c -o complex/libarm32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-carg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm32_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pseudo-reloc-list.o: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pseudo-reloc-list.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm64_libmingw32_a-pseudo-reloc-list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pseudo-reloc-list.o `test -f 'crt/pseudo-reloc-list.c' || echo '$(srcdir)/'`crt/pseudo-reloc-list.c -complex/libarm32_libmingwex_a-cargf.o: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo -c -o complex/libarm32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm32_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pseudo-reloc-list.obj: crt/pseudo-reloc-list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pseudo-reloc-list.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Tpo -c -o crt/libarm64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc-list.c' object='crt/libarm64_libmingw32_a-pseudo-reloc-list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pseudo-reloc-list.obj `if test -f 'crt/pseudo-reloc-list.c'; then $(CYGPATH_W) 'crt/pseudo-reloc-list.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc-list.c'; fi` -complex/libarm32_libmingwex_a-cargf.obj: complex/cargf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo -c -o complex/libarm32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm32_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-wildcard.o: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-wildcard.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Tpo -c -o crt/libarm64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm64_libmingw32_a-wildcard.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-wildcard.o `test -f 'crt/wildcard.c' || echo '$(srcdir)/'`crt/wildcard.c -complex/libarm32_libmingwex_a-cargl.o: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo -c -o complex/libarm32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm32_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-wildcard.obj: crt/wildcard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-wildcard.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Tpo -c -o crt/libarm64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-wildcard.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/wildcard.c' object='crt/libarm64_libmingw32_a-wildcard.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-wildcard.obj `if test -f 'crt/wildcard.c'; then $(CYGPATH_W) 'crt/wildcard.c'; else $(CYGPATH_W) '$(srcdir)/crt/wildcard.c'; fi` -complex/libarm32_libmingwex_a-cargl.obj: complex/cargl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo -c -o complex/libarm32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cargl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm32_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-charmax.o: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-charmax.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Tpo -c -o crt/libarm64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm64_libmingw32_a-charmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-charmax.o `test -f 'crt/charmax.c' || echo '$(srcdir)/'`crt/charmax.c -complex/libarm32_libmingwex_a-casin.o: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo -c -o complex/libarm32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm32_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-charmax.obj: crt/charmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-charmax.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Tpo -c -o crt/libarm64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-charmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/charmax.c' object='crt/libarm64_libmingw32_a-charmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-charmax.obj `if test -f 'crt/charmax.c'; then $(CYGPATH_W) 'crt/charmax.c'; else $(CYGPATH_W) '$(srcdir)/crt/charmax.c'; fi` -complex/libarm32_libmingwex_a-casin.obj: complex/casin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo -c -o complex/libarm32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm32_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt0_w.o: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt0_w.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Tpo -c -o crt/libarm64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm64_libmingw32_a-crt0_w.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt0_w.o `test -f 'crt/crt0_w.c' || echo '$(srcdir)/'`crt/crt0_w.c -complex/libarm32_libmingwex_a-casinf.o: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo -c -o complex/libarm32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm32_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt0_w.obj: crt/crt0_w.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt0_w.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Tpo -c -o crt/libarm64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt0_w.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt0_w.c' object='crt/libarm64_libmingw32_a-crt0_w.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt0_w.obj `if test -f 'crt/crt0_w.c'; then $(CYGPATH_W) 'crt/crt0_w.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt0_w.c'; fi` -complex/libarm32_libmingwex_a-casinf.obj: complex/casinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo -c -o complex/libarm32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm32_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-dllargv.o: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-dllargv.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Tpo -c -o crt/libarm64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm64_libmingw32_a-dllargv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-dllargv.o `test -f 'crt/dllargv.c' || echo '$(srcdir)/'`crt/dllargv.c -complex/libarm32_libmingwex_a-casinl.o: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo -c -o complex/libarm32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm32_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-dllargv.obj: crt/dllargv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-dllargv.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Tpo -c -o crt/libarm64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-dllargv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllargv.c' object='crt/libarm64_libmingw32_a-dllargv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-dllargv.obj `if test -f 'crt/dllargv.c'; then $(CYGPATH_W) 'crt/dllargv.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllargv.c'; fi` -complex/libarm32_libmingwex_a-casinl.obj: complex/casinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo -c -o complex/libarm32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-casinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm32_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-gs_support.o: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-gs_support.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Tpo -c -o crt/libarm64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm64_libmingw32_a-gs_support.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-gs_support.o `test -f 'crt/gs_support.c' || echo '$(srcdir)/'`crt/gs_support.c -complex/libarm32_libmingwex_a-catan.o: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo -c -o complex/libarm32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm32_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-gs_support.obj: crt/gs_support.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-gs_support.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Tpo -c -o crt/libarm64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-gs_support.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/gs_support.c' object='crt/libarm64_libmingw32_a-gs_support.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-gs_support.obj `if test -f 'crt/gs_support.c'; then $(CYGPATH_W) 'crt/gs_support.c'; else $(CYGPATH_W) '$(srcdir)/crt/gs_support.c'; fi` -complex/libarm32_libmingwex_a-catan.obj: complex/catan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo -c -o complex/libarm32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm32_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-_newmode.o: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-_newmode.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Tpo -c -o crt/libarm64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm64_libmingw32_a-_newmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-_newmode.o `test -f 'crt/_newmode.c' || echo '$(srcdir)/'`crt/_newmode.c -complex/libarm32_libmingwex_a-catanf.o: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo -c -o complex/libarm32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm32_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-_newmode.obj: crt/_newmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-_newmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Tpo -c -o crt/libarm64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-_newmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/_newmode.c' object='crt/libarm64_libmingw32_a-_newmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-_newmode.obj `if test -f 'crt/_newmode.c'; then $(CYGPATH_W) 'crt/_newmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/_newmode.c'; fi` -complex/libarm32_libmingwex_a-catanf.obj: complex/catanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo -c -o complex/libarm32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm32_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlssup.o: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlssup.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Tpo -c -o crt/libarm64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm64_libmingw32_a-tlssup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlssup.o `test -f 'crt/tlssup.c' || echo '$(srcdir)/'`crt/tlssup.c -complex/libarm32_libmingwex_a-catanl.o: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo -c -o complex/libarm32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm32_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlssup.obj: crt/tlssup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlssup.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Tpo -c -o crt/libarm64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlssup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlssup.c' object='crt/libarm64_libmingw32_a-tlssup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlssup.obj `if test -f 'crt/tlssup.c'; then $(CYGPATH_W) 'crt/tlssup.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlssup.c'; fi` -complex/libarm32_libmingwex_a-catanl.obj: complex/catanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo -c -o complex/libarm32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-catanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm32_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xncommod.o: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xncommod.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Tpo -c -o crt/libarm64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm64_libmingw32_a-xncommod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xncommod.o `test -f 'crt/xncommod.c' || echo '$(srcdir)/'`crt/xncommod.c -complex/libarm32_libmingwex_a-ccos.o: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo -c -o complex/libarm32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm32_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xncommod.obj: crt/xncommod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xncommod.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Tpo -c -o crt/libarm64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xncommod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xncommod.c' object='crt/libarm64_libmingw32_a-xncommod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xncommod.obj `if test -f 'crt/xncommod.c'; then $(CYGPATH_W) 'crt/xncommod.c'; else $(CYGPATH_W) '$(srcdir)/crt/xncommod.c'; fi` -complex/libarm32_libmingwex_a-ccos.obj: complex/ccos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo -c -o complex/libarm32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm32_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-cinitexe.o: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-cinitexe.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Tpo -c -o crt/libarm64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm64_libmingw32_a-cinitexe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-cinitexe.o `test -f 'crt/cinitexe.c' || echo '$(srcdir)/'`crt/cinitexe.c -complex/libarm32_libmingwex_a-ccosf.o: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo -c -o complex/libarm32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm32_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-cinitexe.obj: crt/cinitexe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-cinitexe.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Tpo -c -o crt/libarm64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-cinitexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cinitexe.c' object='crt/libarm64_libmingw32_a-cinitexe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-cinitexe.obj `if test -f 'crt/cinitexe.c'; then $(CYGPATH_W) 'crt/cinitexe.c'; else $(CYGPATH_W) '$(srcdir)/crt/cinitexe.c'; fi` -complex/libarm32_libmingwex_a-ccosf.obj: complex/ccosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo -c -o complex/libarm32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm32_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-merr.o: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-merr.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Tpo -c -o crt/libarm64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm64_libmingw32_a-merr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-merr.o `test -f 'crt/merr.c' || echo '$(srcdir)/'`crt/merr.c -complex/libarm32_libmingwex_a-ccosl.o: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo -c -o complex/libarm32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm32_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-merr.obj: crt/merr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-merr.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Tpo -c -o crt/libarm64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-merr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/merr.c' object='crt/libarm64_libmingw32_a-merr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-merr.obj `if test -f 'crt/merr.c'; then $(CYGPATH_W) 'crt/merr.c'; else $(CYGPATH_W) '$(srcdir)/crt/merr.c'; fi` -complex/libarm32_libmingwex_a-ccosl.obj: complex/ccosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo -c -o complex/libarm32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ccosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm32_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pesect.o: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pesect.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Tpo -c -o crt/libarm64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm64_libmingw32_a-pesect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pesect.o `test -f 'crt/pesect.c' || echo '$(srcdir)/'`crt/pesect.c -complex/libarm32_libmingwex_a-cexp.o: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo -c -o complex/libarm32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm32_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pesect.obj: crt/pesect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pesect.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Tpo -c -o crt/libarm64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pesect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pesect.c' object='crt/libarm64_libmingw32_a-pesect.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pesect.obj `if test -f 'crt/pesect.c'; then $(CYGPATH_W) 'crt/pesect.c'; else $(CYGPATH_W) '$(srcdir)/crt/pesect.c'; fi` -complex/libarm32_libmingwex_a-cexp.obj: complex/cexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo -c -o complex/libarm32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm32_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-udllargc.o: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-udllargc.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Tpo -c -o crt/libarm64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm64_libmingw32_a-udllargc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-udllargc.o `test -f 'crt/udllargc.c' || echo '$(srcdir)/'`crt/udllargc.c -complex/libarm32_libmingwex_a-cexpf.o: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo -c -o complex/libarm32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm32_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-udllargc.obj: crt/udllargc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-udllargc.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Tpo -c -o crt/libarm64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-udllargc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udllargc.c' object='crt/libarm64_libmingw32_a-udllargc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-udllargc.obj `if test -f 'crt/udllargc.c'; then $(CYGPATH_W) 'crt/udllargc.c'; else $(CYGPATH_W) '$(srcdir)/crt/udllargc.c'; fi` -complex/libarm32_libmingwex_a-cexpf.obj: complex/cexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo -c -o complex/libarm32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm32_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xthdloc.o: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xthdloc.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Tpo -c -o crt/libarm64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm64_libmingw32_a-xthdloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xthdloc.o `test -f 'crt/xthdloc.c' || echo '$(srcdir)/'`crt/xthdloc.c -complex/libarm32_libmingwex_a-cexpl.o: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo -c -o complex/libarm32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm32_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xthdloc.obj: crt/xthdloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xthdloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Tpo -c -o crt/libarm64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xthdloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xthdloc.c' object='crt/libarm64_libmingw32_a-xthdloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xthdloc.obj `if test -f 'crt/xthdloc.c'; then $(CYGPATH_W) 'crt/xthdloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/xthdloc.c'; fi` -complex/libarm32_libmingwex_a-cexpl.obj: complex/cexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo -c -o complex/libarm32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm32_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-CRT_fp10.o: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-CRT_fp10.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm64_libmingw32_a-CRT_fp10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-CRT_fp10.o `test -f 'crt/CRT_fp10.c' || echo '$(srcdir)/'`crt/CRT_fp10.c -complex/libarm32_libmingwex_a-cimag.o: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo -c -o complex/libarm32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm32_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-CRT_fp10.obj: crt/CRT_fp10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-CRT_fp10.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Tpo -c -o crt/libarm64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-CRT_fp10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/CRT_fp10.c' object='crt/libarm64_libmingw32_a-CRT_fp10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-CRT_fp10.obj `if test -f 'crt/CRT_fp10.c'; then $(CYGPATH_W) 'crt/CRT_fp10.c'; else $(CYGPATH_W) '$(srcdir)/crt/CRT_fp10.c'; fi` -complex/libarm32_libmingwex_a-cimag.obj: complex/cimag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo -c -o complex/libarm32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm32_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-mingw_custom.o: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-mingw_custom.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm64_libmingw32_a-mingw_custom.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-mingw_custom.o `test -f 'crt/mingw_custom.c' || echo '$(srcdir)/'`crt/mingw_custom.c -complex/libarm32_libmingwex_a-cimagf.o: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo -c -o complex/libarm32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm32_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-mingw_custom.obj: crt/mingw_custom.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-mingw_custom.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Tpo -c -o crt/libarm64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_custom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_custom.c' object='crt/libarm64_libmingw32_a-mingw_custom.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-mingw_custom.obj `if test -f 'crt/mingw_custom.c'; then $(CYGPATH_W) 'crt/mingw_custom.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_custom.c'; fi` -complex/libarm32_libmingwex_a-cimagf.obj: complex/cimagf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo -c -o complex/libarm32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm32_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-mingw_helpers.o: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-mingw_helpers.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm64_libmingw32_a-mingw_helpers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-mingw_helpers.o `test -f 'crt/mingw_helpers.c' || echo '$(srcdir)/'`crt/mingw_helpers.c -complex/libarm32_libmingwex_a-cimagl.o: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo -c -o complex/libarm32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm32_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-mingw_helpers.obj: crt/mingw_helpers.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-mingw_helpers.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Tpo -c -o crt/libarm64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-mingw_helpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/mingw_helpers.c' object='crt/libarm64_libmingw32_a-mingw_helpers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-mingw_helpers.obj `if test -f 'crt/mingw_helpers.c'; then $(CYGPATH_W) 'crt/mingw_helpers.c'; else $(CYGPATH_W) '$(srcdir)/crt/mingw_helpers.c'; fi` -complex/libarm32_libmingwex_a-cimagl.obj: complex/cimagl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo -c -o complex/libarm32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cimagl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm32_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pseudo-reloc.o: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pseudo-reloc.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm64_libmingw32_a-pseudo-reloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pseudo-reloc.o `test -f 'crt/pseudo-reloc.c' || echo '$(srcdir)/'`crt/pseudo-reloc.c -complex/libarm32_libmingwex_a-clog.o: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo -c -o complex/libarm32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm32_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-pseudo-reloc.obj: crt/pseudo-reloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-pseudo-reloc.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Tpo -c -o crt/libarm64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-pseudo-reloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/pseudo-reloc.c' object='crt/libarm64_libmingw32_a-pseudo-reloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-pseudo-reloc.obj `if test -f 'crt/pseudo-reloc.c'; then $(CYGPATH_W) 'crt/pseudo-reloc.c'; else $(CYGPATH_W) '$(srcdir)/crt/pseudo-reloc.c'; fi` -complex/libarm32_libmingwex_a-clog.obj: complex/clog.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo -c -o complex/libarm32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm32_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-udll_argv.o: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-udll_argv.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Tpo -c -o crt/libarm64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm64_libmingw32_a-udll_argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-udll_argv.o `test -f 'crt/udll_argv.c' || echo '$(srcdir)/'`crt/udll_argv.c -complex/libarm32_libmingwex_a-clogf.o: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo -c -o complex/libarm32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm32_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-udll_argv.obj: crt/udll_argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-udll_argv.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Tpo -c -o crt/libarm64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-udll_argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/udll_argv.c' object='crt/libarm64_libmingw32_a-udll_argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-udll_argv.obj `if test -f 'crt/udll_argv.c'; then $(CYGPATH_W) 'crt/udll_argv.c'; else $(CYGPATH_W) '$(srcdir)/crt/udll_argv.c'; fi` -complex/libarm32_libmingwex_a-clogf.obj: complex/clogf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo -c -o complex/libarm32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm32_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xtxtmode.o: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xtxtmode.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm64_libmingw32_a-xtxtmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xtxtmode.o `test -f 'crt/xtxtmode.c' || echo '$(srcdir)/'`crt/xtxtmode.c -complex/libarm32_libmingwex_a-clogl.o: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo -c -o complex/libarm32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm32_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-xtxtmode.obj: crt/xtxtmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-xtxtmode.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Tpo -c -o crt/libarm64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-xtxtmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/xtxtmode.c' object='crt/libarm64_libmingw32_a-xtxtmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-xtxtmode.obj `if test -f 'crt/xtxtmode.c'; then $(CYGPATH_W) 'crt/xtxtmode.c'; else $(CYGPATH_W) '$(srcdir)/crt/xtxtmode.c'; fi` -complex/libarm32_libmingwex_a-clogl.obj: complex/clogl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo -c -o complex/libarm32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-clogl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm32_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt_handler.o: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt_handler.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Tpo -c -o crt/libarm64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm64_libmingw32_a-crt_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt_handler.o `test -f 'crt/crt_handler.c' || echo '$(srcdir)/'`crt/crt_handler.c -complex/libarm32_libmingwex_a-conj.o: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo -c -o complex/libarm32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm32_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-crt_handler.obj: crt/crt_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-crt_handler.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Tpo -c -o crt/libarm64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-crt_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/crt_handler.c' object='crt/libarm64_libmingw32_a-crt_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-crt_handler.obj `if test -f 'crt/crt_handler.c'; then $(CYGPATH_W) 'crt/crt_handler.c'; else $(CYGPATH_W) '$(srcdir)/crt/crt_handler.c'; fi` -complex/libarm32_libmingwex_a-conj.obj: complex/conj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo -c -o complex/libarm32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm32_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsthrd.o: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsthrd.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm64_libmingw32_a-tlsthrd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsthrd.o `test -f 'crt/tlsthrd.c' || echo '$(srcdir)/'`crt/tlsthrd.c -complex/libarm32_libmingwex_a-conjf.o: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo -c -o complex/libarm32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm32_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsthrd.obj: crt/tlsthrd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsthrd.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Tpo -c -o crt/libarm64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsthrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsthrd.c' object='crt/libarm64_libmingw32_a-tlsthrd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsthrd.obj `if test -f 'crt/tlsthrd.c'; then $(CYGPATH_W) 'crt/tlsthrd.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsthrd.c'; fi` -complex/libarm32_libmingwex_a-conjf.obj: complex/conjf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo -c -o complex/libarm32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm32_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsmthread.o: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsmthread.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm64_libmingw32_a-tlsmthread.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsmthread.o `test -f 'crt/tlsmthread.c' || echo '$(srcdir)/'`crt/tlsmthread.c -complex/libarm32_libmingwex_a-conjl.o: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo -c -o complex/libarm32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm32_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsmthread.obj: crt/tlsmthread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsmthread.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Tpo -c -o crt/libarm64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmthread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmthread.c' object='crt/libarm64_libmingw32_a-tlsmthread.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsmthread.obj `if test -f 'crt/tlsmthread.c'; then $(CYGPATH_W) 'crt/tlsmthread.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmthread.c'; fi` -complex/libarm32_libmingwex_a-conjl.obj: complex/conjl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo -c -o complex/libarm32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-conjl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm32_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsmcrt.o: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsmcrt.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm64_libmingw32_a-tlsmcrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsmcrt.o `test -f 'crt/tlsmcrt.c' || echo '$(srcdir)/'`crt/tlsmcrt.c -complex/libarm32_libmingwex_a-cpow.o: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo -c -o complex/libarm32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm32_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-tlsmcrt.obj: crt/tlsmcrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-tlsmcrt.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Tpo -c -o crt/libarm64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-tlsmcrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/tlsmcrt.c' object='crt/libarm64_libmingw32_a-tlsmcrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-tlsmcrt.obj `if test -f 'crt/tlsmcrt.c'; then $(CYGPATH_W) 'crt/tlsmcrt.c'; else $(CYGPATH_W) '$(srcdir)/crt/tlsmcrt.c'; fi` -complex/libarm32_libmingwex_a-cpow.obj: complex/cpow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo -c -o complex/libarm32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm32_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-cxa_atexit.o: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-cxa_atexit.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Tpo -c -o crt/libarm64_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/libarm64_libmingw32_a-cxa_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-cxa_atexit.o `test -f 'crt/cxa_atexit.c' || echo '$(srcdir)/'`crt/cxa_atexit.c -complex/libarm32_libmingwex_a-cpowf.o: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo -c -o complex/libarm32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm32_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingw32_a-cxa_atexit.obj: crt/cxa_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingw32_a-cxa_atexit.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Tpo -c -o crt/libarm64_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Tpo crt/$(DEPDIR)/libarm64_libmingw32_a-cxa_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/cxa_atexit.c' object='crt/libarm64_libmingw32_a-cxa_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingw32_a-cxa_atexit.obj `if test -f 'crt/cxa_atexit.c'; then $(CYGPATH_W) 'crt/cxa_atexit.c'; else $(CYGPATH_W) '$(srcdir)/crt/cxa_atexit.c'; fi` -complex/libarm32_libmingwex_a-cpowf.obj: complex/cpowf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo -c -o complex/libarm32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm32_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingwex_a-dllentry.o: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingwex_a-dllentry.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Tpo -c -o crt/libarm64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm64_libmingwex_a-dllentry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingwex_a-dllentry.o `test -f 'crt/dllentry.c' || echo '$(srcdir)/'`crt/dllentry.c -complex/libarm32_libmingwex_a-cpowl.o: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo -c -o complex/libarm32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm32_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingwex_a-dllentry.obj: crt/dllentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingwex_a-dllentry.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Tpo -c -o crt/libarm64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Tpo crt/$(DEPDIR)/libarm64_libmingwex_a-dllentry.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllentry.c' object='crt/libarm64_libmingwex_a-dllentry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingwex_a-dllentry.obj `if test -f 'crt/dllentry.c'; then $(CYGPATH_W) 'crt/dllentry.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllentry.c'; fi` -complex/libarm32_libmingwex_a-cpowl.obj: complex/cpowl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo -c -o complex/libarm32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cpowl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm32_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingwex_a-dllmain.o: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingwex_a-dllmain.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Tpo -c -o crt/libarm64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm64_libmingwex_a-dllmain.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingwex_a-dllmain.o `test -f 'crt/dllmain.c' || echo '$(srcdir)/'`crt/dllmain.c -complex/libarm32_libmingwex_a-cproj.o: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo -c -o complex/libarm32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm32_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libmingwex_a-dllmain.obj: crt/dllmain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libmingwex_a-dllmain.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Tpo -c -o crt/libarm64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Tpo crt/$(DEPDIR)/libarm64_libmingwex_a-dllmain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/dllmain.c' object='crt/libarm64_libmingwex_a-dllmain.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libmingwex_a-dllmain.obj `if test -f 'crt/dllmain.c'; then $(CYGPATH_W) 'crt/dllmain.c'; else $(CYGPATH_W) '$(srcdir)/crt/dllmain.c'; fi` -complex/libarm32_libmingwex_a-cproj.obj: complex/cproj.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo -c -o complex/libarm32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cproj.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm32_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-_cabs.o: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-_cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Tpo -c -o complex/libarm64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm64_libmingwex_a-_cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-_cabs.o `test -f 'complex/_cabs.c' || echo '$(srcdir)/'`complex/_cabs.c -complex/libarm32_libmingwex_a-cprojf.o: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo -c -o complex/libarm32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm32_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-_cabs.obj: complex/_cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-_cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Tpo -c -o complex/libarm64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-_cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/_cabs.c' object='complex/libarm64_libmingwex_a-_cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-_cabs.obj `if test -f 'complex/_cabs.c'; then $(CYGPATH_W) 'complex/_cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/_cabs.c'; fi` -complex/libarm32_libmingwex_a-cprojf.obj: complex/cprojf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo -c -o complex/libarm32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm32_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabs.o: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabs.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Tpo -c -o complex/libarm64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm64_libmingwex_a-cabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabs.o `test -f 'complex/cabs.c' || echo '$(srcdir)/'`complex/cabs.c -complex/libarm32_libmingwex_a-cprojl.o: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo -c -o complex/libarm32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm32_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabs.obj: complex/cabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabs.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Tpo -c -o complex/libarm64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabs.c' object='complex/libarm64_libmingwex_a-cabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabs.obj `if test -f 'complex/cabs.c'; then $(CYGPATH_W) 'complex/cabs.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabs.c'; fi` -complex/libarm32_libmingwex_a-cprojl.obj: complex/cprojl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo -c -o complex/libarm32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-cprojl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm32_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabsf.o: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabsf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Tpo -c -o complex/libarm64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm64_libmingwex_a-cabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabsf.o `test -f 'complex/cabsf.c' || echo '$(srcdir)/'`complex/cabsf.c -complex/libarm32_libmingwex_a-creal.o: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo -c -o complex/libarm32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm32_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabsf.obj: complex/cabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabsf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Tpo -c -o complex/libarm64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsf.c' object='complex/libarm64_libmingwex_a-cabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabsf.obj `if test -f 'complex/cabsf.c'; then $(CYGPATH_W) 'complex/cabsf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsf.c'; fi` -complex/libarm32_libmingwex_a-creal.obj: complex/creal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo -c -o complex/libarm32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm32_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabsl.o: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabsl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Tpo -c -o complex/libarm64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm64_libmingwex_a-cabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabsl.o `test -f 'complex/cabsl.c' || echo '$(srcdir)/'`complex/cabsl.c -complex/libarm32_libmingwex_a-crealf.o: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo -c -o complex/libarm32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm32_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cabsl.obj: complex/cabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cabsl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Tpo -c -o complex/libarm64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cabsl.c' object='complex/libarm64_libmingwex_a-cabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cabsl.obj `if test -f 'complex/cabsl.c'; then $(CYGPATH_W) 'complex/cabsl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cabsl.c'; fi` -complex/libarm32_libmingwex_a-crealf.obj: complex/crealf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo -c -o complex/libarm32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-crealf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm32_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacos.o: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacos.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Tpo -c -o complex/libarm64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm64_libmingwex_a-cacos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacos.o `test -f 'complex/cacos.c' || echo '$(srcdir)/'`complex/cacos.c -complex/libarm32_libmingwex_a-creall.o: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo -c -o complex/libarm32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm32_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacos.obj: complex/cacos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacos.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Tpo -c -o complex/libarm64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacos.c' object='complex/libarm64_libmingwex_a-cacos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacos.obj `if test -f 'complex/cacos.c'; then $(CYGPATH_W) 'complex/cacos.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacos.c'; fi` -complex/libarm32_libmingwex_a-creall.obj: complex/creall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo -c -o complex/libarm32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-creall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm32_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacosf.o: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacosf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Tpo -c -o complex/libarm64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm64_libmingwex_a-cacosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacosf.o `test -f 'complex/cacosf.c' || echo '$(srcdir)/'`complex/cacosf.c -complex/libarm32_libmingwex_a-csin.o: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo -c -o complex/libarm32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm32_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacosf.obj: complex/cacosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Tpo -c -o complex/libarm64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosf.c' object='complex/libarm64_libmingwex_a-cacosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacosf.obj `if test -f 'complex/cacosf.c'; then $(CYGPATH_W) 'complex/cacosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosf.c'; fi` -complex/libarm32_libmingwex_a-csin.obj: complex/csin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo -c -o complex/libarm32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm32_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacosl.o: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacosl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Tpo -c -o complex/libarm64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm64_libmingwex_a-cacosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacosl.o `test -f 'complex/cacosl.c' || echo '$(srcdir)/'`complex/cacosl.c -complex/libarm32_libmingwex_a-csinf.o: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo -c -o complex/libarm32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm32_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cacosl.obj: complex/cacosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cacosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Tpo -c -o complex/libarm64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cacosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cacosl.c' object='complex/libarm64_libmingwex_a-cacosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cacosl.obj `if test -f 'complex/cacosl.c'; then $(CYGPATH_W) 'complex/cacosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cacosl.c'; fi` -complex/libarm32_libmingwex_a-csinf.obj: complex/csinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo -c -o complex/libarm32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm32_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-carg.o: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-carg.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Tpo -c -o complex/libarm64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm64_libmingwex_a-carg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-carg.o `test -f 'complex/carg.c' || echo '$(srcdir)/'`complex/carg.c -complex/libarm32_libmingwex_a-csinl.o: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo -c -o complex/libarm32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm32_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-carg.obj: complex/carg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-carg.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Tpo -c -o complex/libarm64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-carg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/carg.c' object='complex/libarm64_libmingwex_a-carg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-carg.obj `if test -f 'complex/carg.c'; then $(CYGPATH_W) 'complex/carg.c'; else $(CYGPATH_W) '$(srcdir)/complex/carg.c'; fi` -complex/libarm32_libmingwex_a-csinl.obj: complex/csinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo -c -o complex/libarm32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm32_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cargf.o: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cargf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Tpo -c -o complex/libarm64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm64_libmingwex_a-cargf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cargf.o `test -f 'complex/cargf.c' || echo '$(srcdir)/'`complex/cargf.c -complex/libarm32_libmingwex_a-csqrt.o: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo -c -o complex/libarm32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm32_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cargf.obj: complex/cargf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cargf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Tpo -c -o complex/libarm64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cargf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargf.c' object='complex/libarm64_libmingwex_a-cargf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cargf.obj `if test -f 'complex/cargf.c'; then $(CYGPATH_W) 'complex/cargf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargf.c'; fi` + +complex/libarm64_libmingwex_a-cargl.o: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cargl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Tpo -c -o complex/libarm64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm64_libmingwex_a-cargl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cargl.o `test -f 'complex/cargl.c' || echo '$(srcdir)/'`complex/cargl.c -complex/libarm32_libmingwex_a-csqrt.obj: complex/csqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo -c -o complex/libarm32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm32_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cargl.obj: complex/cargl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cargl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Tpo -c -o complex/libarm64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cargl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cargl.c' object='complex/libarm64_libmingwex_a-cargl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cargl.obj `if test -f 'complex/cargl.c'; then $(CYGPATH_W) 'complex/cargl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cargl.c'; fi` -complex/libarm32_libmingwex_a-csqrtf.o: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo -c -o complex/libarm32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm32_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casin.o: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casin.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Tpo -c -o complex/libarm64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm64_libmingwex_a-casin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casin.o `test -f 'complex/casin.c' || echo '$(srcdir)/'`complex/casin.c -complex/libarm32_libmingwex_a-csqrtf.obj: complex/csqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo -c -o complex/libarm32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm32_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casin.obj: complex/casin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casin.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Tpo -c -o complex/libarm64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casin.c' object='complex/libarm64_libmingwex_a-casin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casin.obj `if test -f 'complex/casin.c'; then $(CYGPATH_W) 'complex/casin.c'; else $(CYGPATH_W) '$(srcdir)/complex/casin.c'; fi` -complex/libarm32_libmingwex_a-csqrtl.o: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo -c -o complex/libarm32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm32_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casinf.o: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casinf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Tpo -c -o complex/libarm64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm64_libmingwex_a-casinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casinf.o `test -f 'complex/casinf.c' || echo '$(srcdir)/'`complex/casinf.c -complex/libarm32_libmingwex_a-csqrtl.obj: complex/csqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo -c -o complex/libarm32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-csqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm32_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casinf.obj: complex/casinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Tpo -c -o complex/libarm64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinf.c' object='complex/libarm64_libmingwex_a-casinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casinf.obj `if test -f 'complex/casinf.c'; then $(CYGPATH_W) 'complex/casinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinf.c'; fi` -complex/libarm32_libmingwex_a-ctan.o: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo -c -o complex/libarm32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm32_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casinl.o: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casinl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Tpo -c -o complex/libarm64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm64_libmingwex_a-casinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casinl.o `test -f 'complex/casinl.c' || echo '$(srcdir)/'`complex/casinl.c -complex/libarm32_libmingwex_a-ctan.obj: complex/ctan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo -c -o complex/libarm32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm32_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-casinl.obj: complex/casinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-casinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Tpo -c -o complex/libarm64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-casinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/casinl.c' object='complex/libarm64_libmingwex_a-casinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-casinl.obj `if test -f 'complex/casinl.c'; then $(CYGPATH_W) 'complex/casinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/casinl.c'; fi` -complex/libarm32_libmingwex_a-ctanf.o: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo -c -o complex/libarm32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm32_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catan.o: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catan.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Tpo -c -o complex/libarm64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm64_libmingwex_a-catan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catan.o `test -f 'complex/catan.c' || echo '$(srcdir)/'`complex/catan.c -complex/libarm32_libmingwex_a-ctanf.obj: complex/ctanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo -c -o complex/libarm32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm32_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catan.obj: complex/catan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catan.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Tpo -c -o complex/libarm64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catan.c' object='complex/libarm64_libmingwex_a-catan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catan.obj `if test -f 'complex/catan.c'; then $(CYGPATH_W) 'complex/catan.c'; else $(CYGPATH_W) '$(srcdir)/complex/catan.c'; fi` -complex/libarm32_libmingwex_a-ctanl.o: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo -c -o complex/libarm32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm32_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catanf.o: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catanf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Tpo -c -o complex/libarm64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm64_libmingwex_a-catanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catanf.o `test -f 'complex/catanf.c' || echo '$(srcdir)/'`complex/catanf.c -complex/libarm32_libmingwex_a-ctanl.obj: complex/ctanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm32_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo -c -o complex/libarm32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm32_libmingwex_a-ctanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm32_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catanf.obj: complex/catanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Tpo -c -o complex/libarm64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanf.c' object='complex/libarm64_libmingwex_a-catanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm32_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catanf.obj `if test -f 'complex/catanf.c'; then $(CYGPATH_W) 'complex/catanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanf.c'; fi` -gdtoa/libarm32_libmingwex_a-arithchk.o: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm32_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catanl.o: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catanl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Tpo -c -o complex/libarm64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm64_libmingwex_a-catanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catanl.o `test -f 'complex/catanl.c' || echo '$(srcdir)/'`complex/catanl.c -gdtoa/libarm32_libmingwex_a-arithchk.obj: gdtoa/arithchk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-arithchk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm32_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-catanl.obj: complex/catanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-catanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Tpo -c -o complex/libarm64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-catanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/catanl.c' object='complex/libarm64_libmingwex_a-catanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-catanl.obj `if test -f 'complex/catanl.c'; then $(CYGPATH_W) 'complex/catanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/catanl.c'; fi` -gdtoa/libarm32_libmingwex_a-dmisc.o: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm32_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccos.o: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccos.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Tpo -c -o complex/libarm64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm64_libmingwex_a-ccos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccos.o `test -f 'complex/ccos.c' || echo '$(srcdir)/'`complex/ccos.c -gdtoa/libarm32_libmingwex_a-dmisc.obj: gdtoa/dmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm32_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccos.obj: complex/ccos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccos.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Tpo -c -o complex/libarm64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccos.c' object='complex/libarm64_libmingwex_a-ccos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccos.obj `if test -f 'complex/ccos.c'; then $(CYGPATH_W) 'complex/ccos.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccos.c'; fi` -gdtoa/libarm32_libmingwex_a-dtoa.o: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm32_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccosf.o: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccosf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Tpo -c -o complex/libarm64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm64_libmingwex_a-ccosf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccosf.o `test -f 'complex/ccosf.c' || echo '$(srcdir)/'`complex/ccosf.c -gdtoa/libarm32_libmingwex_a-dtoa.obj: gdtoa/dtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-dtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm32_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccosf.obj: complex/ccosf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccosf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Tpo -c -o complex/libarm64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccosf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosf.c' object='complex/libarm64_libmingwex_a-ccosf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccosf.obj `if test -f 'complex/ccosf.c'; then $(CYGPATH_W) 'complex/ccosf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosf.c'; fi` -gdtoa/libarm32_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm32_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccosl.o: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccosl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Tpo -c -o complex/libarm64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm64_libmingwex_a-ccosl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccosl.o `test -f 'complex/ccosl.c' || echo '$(srcdir)/'`complex/ccosl.c -gdtoa/libarm32_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_dfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm32_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ccosl.obj: complex/ccosl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ccosl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Tpo -c -o complex/libarm64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ccosl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ccosl.c' object='complex/libarm64_libmingwex_a-ccosl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ccosl.obj `if test -f 'complex/ccosl.c'; then $(CYGPATH_W) 'complex/ccosl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ccosl.c'; fi` -gdtoa/libarm32_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm32_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexp.o: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexp.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Tpo -c -o complex/libarm64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm64_libmingwex_a-cexp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexp.o `test -f 'complex/cexp.c' || echo '$(srcdir)/'`complex/cexp.c -gdtoa/libarm32_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gdtoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm32_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexp.obj: complex/cexp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexp.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Tpo -c -o complex/libarm64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexp.c' object='complex/libarm64_libmingwex_a-cexp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexp.obj `if test -f 'complex/cexp.c'; then $(CYGPATH_W) 'complex/cexp.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexp.c'; fi` -gdtoa/libarm32_libmingwex_a-gethex.o: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm32_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexpf.o: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexpf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Tpo -c -o complex/libarm64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm64_libmingwex_a-cexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexpf.o `test -f 'complex/cexpf.c' || echo '$(srcdir)/'`complex/cexpf.c -gdtoa/libarm32_libmingwex_a-gethex.obj: gdtoa/gethex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gethex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm32_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexpf.obj: complex/cexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexpf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Tpo -c -o complex/libarm64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpf.c' object='complex/libarm64_libmingwex_a-cexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexpf.obj `if test -f 'complex/cexpf.c'; then $(CYGPATH_W) 'complex/cexpf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpf.c'; fi` -gdtoa/libarm32_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm32_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexpl.o: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexpl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Tpo -c -o complex/libarm64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm64_libmingwex_a-cexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexpl.o `test -f 'complex/cexpl.c' || echo '$(srcdir)/'`complex/cexpl.c -gdtoa/libarm32_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_ffmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm32_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cexpl.obj: complex/cexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cexpl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Tpo -c -o complex/libarm64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cexpl.c' object='complex/libarm64_libmingwex_a-cexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cexpl.obj `if test -f 'complex/cexpl.c'; then $(CYGPATH_W) 'complex/cexpl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cexpl.c'; fi` -gdtoa/libarm32_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm32_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimag.o: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimag.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Tpo -c -o complex/libarm64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm64_libmingwex_a-cimag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimag.o `test -f 'complex/cimag.c' || echo '$(srcdir)/'`complex/cimag.c -gdtoa/libarm32_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g__fmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm32_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimag.obj: complex/cimag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimag.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Tpo -c -o complex/libarm64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimag.c' object='complex/libarm64_libmingwex_a-cimag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimag.obj `if test -f 'complex/cimag.c'; then $(CYGPATH_W) 'complex/cimag.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimag.c'; fi` -gdtoa/libarm32_libmingwex_a-gmisc.o: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm32_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimagf.o: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimagf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Tpo -c -o complex/libarm64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm64_libmingwex_a-cimagf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimagf.o `test -f 'complex/cimagf.c' || echo '$(srcdir)/'`complex/cimagf.c -gdtoa/libarm32_libmingwex_a-gmisc.obj: gdtoa/gmisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-gmisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm32_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimagf.obj: complex/cimagf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimagf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Tpo -c -o complex/libarm64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimagf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagf.c' object='complex/libarm64_libmingwex_a-cimagf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimagf.obj `if test -f 'complex/cimagf.c'; then $(CYGPATH_W) 'complex/cimagf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagf.c'; fi` -gdtoa/libarm32_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm32_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimagl.o: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimagl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Tpo -c -o complex/libarm64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm64_libmingwex_a-cimagl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimagl.o `test -f 'complex/cimagl.c' || echo '$(srcdir)/'`complex/cimagl.c -gdtoa/libarm32_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-g_xfmt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm32_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cimagl.obj: complex/cimagl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cimagl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Tpo -c -o complex/libarm64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cimagl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cimagl.c' object='complex/libarm64_libmingwex_a-cimagl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cimagl.obj `if test -f 'complex/cimagl.c'; then $(CYGPATH_W) 'complex/cimagl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cimagl.c'; fi` -gdtoa/libarm32_libmingwex_a-hd_init.o: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm32_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog.o: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Tpo -c -o complex/libarm64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm64_libmingwex_a-clog.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog.o `test -f 'complex/clog.c' || echo '$(srcdir)/'`complex/clog.c -gdtoa/libarm32_libmingwex_a-hd_init.obj: gdtoa/hd_init.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hd_init.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm32_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog.obj: complex/clog.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Tpo -c -o complex/libarm64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog.c' object='complex/libarm64_libmingwex_a-clog.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog.obj `if test -f 'complex/clog.c'; then $(CYGPATH_W) 'complex/clog.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog.c'; fi` -gdtoa/libarm32_libmingwex_a-hexnan.o: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm32_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clogf.o: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clogf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Tpo -c -o complex/libarm64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm64_libmingwex_a-clogf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clogf.o `test -f 'complex/clogf.c' || echo '$(srcdir)/'`complex/clogf.c -gdtoa/libarm32_libmingwex_a-hexnan.obj: gdtoa/hexnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-hexnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm32_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clogf.obj: complex/clogf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clogf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Tpo -c -o complex/libarm64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clogf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogf.c' object='complex/libarm64_libmingwex_a-clogf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clogf.obj `if test -f 'complex/clogf.c'; then $(CYGPATH_W) 'complex/clogf.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogf.c'; fi` -gdtoa/libarm32_libmingwex_a-misc.o: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo -c -o gdtoa/libarm32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm32_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clogl.o: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clogl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Tpo -c -o complex/libarm64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm64_libmingwex_a-clogl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clogl.o `test -f 'complex/clogl.c' || echo '$(srcdir)/'`complex/clogl.c -gdtoa/libarm32_libmingwex_a-misc.obj: gdtoa/misc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo -c -o gdtoa/libarm32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-misc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm32_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clogl.obj: complex/clogl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clogl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Tpo -c -o complex/libarm64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clogl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clogl.c' object='complex/libarm64_libmingwex_a-clogl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clogl.obj `if test -f 'complex/clogl.c'; then $(CYGPATH_W) 'complex/clogl.c'; else $(CYGPATH_W) '$(srcdir)/complex/clogl.c'; fi` -gdtoa/libarm32_libmingwex_a-qnan.o: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm32_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10.o: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Tpo -c -o complex/libarm64_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/libarm64_libmingwex_a-clog10.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10.o `test -f 'complex/clog10.c' || echo '$(srcdir)/'`complex/clog10.c -gdtoa/libarm32_libmingwex_a-qnan.obj: gdtoa/qnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-qnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm32_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10.obj: complex/clog10.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Tpo -c -o complex/libarm64_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10.c' object='complex/libarm64_libmingwex_a-clog10.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10.obj `if test -f 'complex/clog10.c'; then $(CYGPATH_W) 'complex/clog10.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10.c'; fi` -gdtoa/libarm32_libmingwex_a-smisc.o: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm32_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10f.o: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10f.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Tpo -c -o complex/libarm64_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/libarm64_libmingwex_a-clog10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10f.o `test -f 'complex/clog10f.c' || echo '$(srcdir)/'`complex/clog10f.c -gdtoa/libarm32_libmingwex_a-smisc.obj: gdtoa/smisc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-smisc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm32_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10f.obj: complex/clog10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10f.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Tpo -c -o complex/libarm64_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10f.c' object='complex/libarm64_libmingwex_a-clog10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10f.obj `if test -f 'complex/clog10f.c'; then $(CYGPATH_W) 'complex/clog10f.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10f.c'; fi` -gdtoa/libarm32_libmingwex_a-strtodg.o: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm32_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10l.o: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10l.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Tpo -c -o complex/libarm64_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/libarm64_libmingwex_a-clog10l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10l.o `test -f 'complex/clog10l.c' || echo '$(srcdir)/'`complex/clog10l.c -gdtoa/libarm32_libmingwex_a-strtodg.obj: gdtoa/strtodg.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm32_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-clog10l.obj: complex/clog10l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-clog10l.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Tpo -c -o complex/libarm64_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-clog10l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/clog10l.c' object='complex/libarm64_libmingwex_a-clog10l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-clog10l.obj `if test -f 'complex/clog10l.c'; then $(CYGPATH_W) 'complex/clog10l.c'; else $(CYGPATH_W) '$(srcdir)/complex/clog10l.c'; fi` -gdtoa/libarm32_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm32_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conj.o: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conj.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Tpo -c -o complex/libarm64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm64_libmingwex_a-conj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conj.o `test -f 'complex/conj.c' || echo '$(srcdir)/'`complex/conj.c -gdtoa/libarm32_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtodnrp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm32_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conj.obj: complex/conj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conj.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Tpo -c -o complex/libarm64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conj.c' object='complex/libarm64_libmingwex_a-conj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conj.obj `if test -f 'complex/conj.c'; then $(CYGPATH_W) 'complex/conj.c'; else $(CYGPATH_W) '$(srcdir)/complex/conj.c'; fi` -gdtoa/libarm32_libmingwex_a-strtof.o: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conjf.o: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conjf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Tpo -c -o complex/libarm64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm64_libmingwex_a-conjf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conjf.o `test -f 'complex/conjf.c' || echo '$(srcdir)/'`complex/conjf.c -gdtoa/libarm32_libmingwex_a-strtof.obj: gdtoa/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conjf.obj: complex/conjf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conjf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Tpo -c -o complex/libarm64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conjf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjf.c' object='complex/libarm64_libmingwex_a-conjf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conjf.obj `if test -f 'complex/conjf.c'; then $(CYGPATH_W) 'complex/conjf.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjf.c'; fi` -gdtoa/libarm32_libmingwex_a-strtopx.o: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm32_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conjl.o: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conjl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Tpo -c -o complex/libarm64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm64_libmingwex_a-conjl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conjl.o `test -f 'complex/conjl.c' || echo '$(srcdir)/'`complex/conjl.c -gdtoa/libarm32_libmingwex_a-strtopx.obj: gdtoa/strtopx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-strtopx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm32_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-conjl.obj: complex/conjl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-conjl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Tpo -c -o complex/libarm64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-conjl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/conjl.c' object='complex/libarm64_libmingwex_a-conjl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-conjl.obj `if test -f 'complex/conjl.c'; then $(CYGPATH_W) 'complex/conjl.c'; else $(CYGPATH_W) '$(srcdir)/complex/conjl.c'; fi` -gdtoa/libarm32_libmingwex_a-sum.o: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo -c -o gdtoa/libarm32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm32_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpow.o: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpow.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Tpo -c -o complex/libarm64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm64_libmingwex_a-cpow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpow.o `test -f 'complex/cpow.c' || echo '$(srcdir)/'`complex/cpow.c -gdtoa/libarm32_libmingwex_a-sum.obj: gdtoa/sum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo -c -o gdtoa/libarm32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-sum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm32_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpow.obj: complex/cpow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpow.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Tpo -c -o complex/libarm64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpow.c' object='complex/libarm64_libmingwex_a-cpow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpow.obj `if test -f 'complex/cpow.c'; then $(CYGPATH_W) 'complex/cpow.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpow.c'; fi` -gdtoa/libarm32_libmingwex_a-ulp.o: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm32_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpowf.o: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpowf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Tpo -c -o complex/libarm64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm64_libmingwex_a-cpowf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpowf.o `test -f 'complex/cpowf.c' || echo '$(srcdir)/'`complex/cpowf.c -gdtoa/libarm32_libmingwex_a-ulp.obj: gdtoa/ulp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm32_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm32_libmingwex_a-ulp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm32_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpowf.obj: complex/cpowf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpowf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Tpo -c -o complex/libarm64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpowf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowf.c' object='complex/libarm64_libmingwex_a-cpowf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm32_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpowf.obj `if test -f 'complex/cpowf.c'; then $(CYGPATH_W) 'complex/cpowf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowf.c'; fi` -math/libarm32_libmingwex_a-cbrt.o: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo -c -o math/libarm32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm32_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpowl.o: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpowl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Tpo -c -o complex/libarm64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm64_libmingwex_a-cpowl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpowl.o `test -f 'complex/cpowl.c' || echo '$(srcdir)/'`complex/cpowl.c -math/libarm32_libmingwex_a-cbrt.obj: math/cbrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo -c -o math/libarm32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm32_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cpowl.obj: complex/cpowl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cpowl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Tpo -c -o complex/libarm64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cpowl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cpowl.c' object='complex/libarm64_libmingwex_a-cpowl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cpowl.obj `if test -f 'complex/cpowl.c'; then $(CYGPATH_W) 'complex/cpowl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cpowl.c'; fi` -math/libarm32_libmingwex_a-cbrtf.o: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo -c -o math/libarm32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm32_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cproj.o: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cproj.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Tpo -c -o complex/libarm64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm64_libmingwex_a-cproj.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cproj.o `test -f 'complex/cproj.c' || echo '$(srcdir)/'`complex/cproj.c -math/libarm32_libmingwex_a-cbrtf.obj: math/cbrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo -c -o math/libarm32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm32_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cproj.obj: complex/cproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cproj.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Tpo -c -o complex/libarm64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cproj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cproj.c' object='complex/libarm64_libmingwex_a-cproj.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cproj.obj `if test -f 'complex/cproj.c'; then $(CYGPATH_W) 'complex/cproj.c'; else $(CYGPATH_W) '$(srcdir)/complex/cproj.c'; fi` -math/libarm32_libmingwex_a-cbrtl.o: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo -c -o math/libarm32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm32_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cprojf.o: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cprojf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Tpo -c -o complex/libarm64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm64_libmingwex_a-cprojf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cprojf.o `test -f 'complex/cprojf.c' || echo '$(srcdir)/'`complex/cprojf.c -math/libarm32_libmingwex_a-cbrtl.obj: math/cbrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo -c -o math/libarm32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cbrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm32_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cprojf.obj: complex/cprojf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cprojf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Tpo -c -o complex/libarm64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cprojf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojf.c' object='complex/libarm64_libmingwex_a-cprojf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cprojf.obj `if test -f 'complex/cprojf.c'; then $(CYGPATH_W) 'complex/cprojf.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojf.c'; fi` -math/libarm32_libmingwex_a-cephes_emath.o: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo -c -o math/libarm32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm32_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cprojl.o: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cprojl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Tpo -c -o complex/libarm64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm64_libmingwex_a-cprojl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cprojl.o `test -f 'complex/cprojl.c' || echo '$(srcdir)/'`complex/cprojl.c -math/libarm32_libmingwex_a-cephes_emath.obj: math/cephes_emath.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo -c -o math/libarm32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-cephes_emath.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm32_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-cprojl.obj: complex/cprojl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-cprojl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Tpo -c -o complex/libarm64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-cprojl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/cprojl.c' object='complex/libarm64_libmingwex_a-cprojl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-cprojl.obj `if test -f 'complex/cprojl.c'; then $(CYGPATH_W) 'complex/cprojl.c'; else $(CYGPATH_W) '$(srcdir)/complex/cprojl.c'; fi` -math/libarm32_libmingwex_a-copysign.o: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo -c -o math/libarm32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm32_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-creal.o: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-creal.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Tpo -c -o complex/libarm64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm64_libmingwex_a-creal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-creal.o `test -f 'complex/creal.c' || echo '$(srcdir)/'`complex/creal.c -math/libarm32_libmingwex_a-copysign.obj: math/copysign.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo -c -o math/libarm32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysign.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm32_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-creal.obj: complex/creal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-creal.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Tpo -c -o complex/libarm64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-creal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creal.c' object='complex/libarm64_libmingwex_a-creal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-creal.obj `if test -f 'complex/creal.c'; then $(CYGPATH_W) 'complex/creal.c'; else $(CYGPATH_W) '$(srcdir)/complex/creal.c'; fi` -math/libarm32_libmingwex_a-copysignf.o: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo -c -o math/libarm32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm32_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-crealf.o: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-crealf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Tpo -c -o complex/libarm64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm64_libmingwex_a-crealf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-crealf.o `test -f 'complex/crealf.c' || echo '$(srcdir)/'`complex/crealf.c -math/libarm32_libmingwex_a-copysignf.obj: math/copysignf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo -c -o math/libarm32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-copysignf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm32_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-crealf.obj: complex/crealf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-crealf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Tpo -c -o complex/libarm64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-crealf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/crealf.c' object='complex/libarm64_libmingwex_a-crealf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-crealf.obj `if test -f 'complex/crealf.c'; then $(CYGPATH_W) 'complex/crealf.c'; else $(CYGPATH_W) '$(srcdir)/complex/crealf.c'; fi` -math/libarm32_libmingwex_a-coshf.o: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo -c -o math/libarm32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm32_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-creall.o: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-creall.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Tpo -c -o complex/libarm64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm64_libmingwex_a-creall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-creall.o `test -f 'complex/creall.c' || echo '$(srcdir)/'`complex/creall.c -math/libarm32_libmingwex_a-coshf.obj: math/coshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo -c -o math/libarm32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm32_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-creall.obj: complex/creall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-creall.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Tpo -c -o complex/libarm64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-creall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/creall.c' object='complex/libarm64_libmingwex_a-creall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-creall.obj `if test -f 'complex/creall.c'; then $(CYGPATH_W) 'complex/creall.c'; else $(CYGPATH_W) '$(srcdir)/complex/creall.c'; fi` -math/libarm32_libmingwex_a-coshl.o: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo -c -o math/libarm32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm32_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csin.o: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csin.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Tpo -c -o complex/libarm64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm64_libmingwex_a-csin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csin.o `test -f 'complex/csin.c' || echo '$(srcdir)/'`complex/csin.c -math/libarm32_libmingwex_a-coshl.obj: math/coshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo -c -o math/libarm32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-coshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm32_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csin.obj: complex/csin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csin.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Tpo -c -o complex/libarm64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csin.c' object='complex/libarm64_libmingwex_a-csin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csin.obj `if test -f 'complex/csin.c'; then $(CYGPATH_W) 'complex/csin.c'; else $(CYGPATH_W) '$(srcdir)/complex/csin.c'; fi` -math/libarm32_libmingwex_a-erfl.o: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo -c -o math/libarm32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm32_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csinf.o: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csinf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Tpo -c -o complex/libarm64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm64_libmingwex_a-csinf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csinf.o `test -f 'complex/csinf.c' || echo '$(srcdir)/'`complex/csinf.c -math/libarm32_libmingwex_a-erfl.obj: math/erfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo -c -o math/libarm32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-erfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm32_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csinf.obj: complex/csinf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csinf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Tpo -c -o complex/libarm64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csinf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinf.c' object='complex/libarm64_libmingwex_a-csinf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csinf.obj `if test -f 'complex/csinf.c'; then $(CYGPATH_W) 'complex/csinf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinf.c'; fi` -math/libarm32_libmingwex_a-expf.o: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo -c -o math/libarm32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm32_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csinl.o: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csinl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Tpo -c -o complex/libarm64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm64_libmingwex_a-csinl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csinl.o `test -f 'complex/csinl.c' || echo '$(srcdir)/'`complex/csinl.c -math/libarm32_libmingwex_a-expf.obj: math/expf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo -c -o math/libarm32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-expf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm32_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csinl.obj: complex/csinl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csinl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Tpo -c -o complex/libarm64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csinl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csinl.c' object='complex/libarm64_libmingwex_a-csinl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csinl.obj `if test -f 'complex/csinl.c'; then $(CYGPATH_W) 'complex/csinl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csinl.c'; fi` -math/libarm32_libmingwex_a-fabs.o: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo -c -o math/libarm32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm32_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrt.o: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrt.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Tpo -c -o complex/libarm64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm64_libmingwex_a-csqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrt.o `test -f 'complex/csqrt.c' || echo '$(srcdir)/'`complex/csqrt.c -math/libarm32_libmingwex_a-fabs.obj: math/fabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo -c -o math/libarm32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm32_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrt.obj: complex/csqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrt.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Tpo -c -o complex/libarm64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrt.c' object='complex/libarm64_libmingwex_a-csqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrt.obj `if test -f 'complex/csqrt.c'; then $(CYGPATH_W) 'complex/csqrt.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrt.c'; fi` -math/libarm32_libmingwex_a-fabsf.o: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo -c -o math/libarm32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm32_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrtf.o: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrtf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Tpo -c -o complex/libarm64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm64_libmingwex_a-csqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrtf.o `test -f 'complex/csqrtf.c' || echo '$(srcdir)/'`complex/csqrtf.c -math/libarm32_libmingwex_a-fabsf.obj: math/fabsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo -c -o math/libarm32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm32_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrtf.obj: complex/csqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrtf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Tpo -c -o complex/libarm64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtf.c' object='complex/libarm64_libmingwex_a-csqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrtf.obj `if test -f 'complex/csqrtf.c'; then $(CYGPATH_W) 'complex/csqrtf.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtf.c'; fi` -math/libarm32_libmingwex_a-fabsl.o: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo -c -o math/libarm32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm32_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrtl.o: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrtl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Tpo -c -o complex/libarm64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm64_libmingwex_a-csqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrtl.o `test -f 'complex/csqrtl.c' || echo '$(srcdir)/'`complex/csqrtl.c -math/libarm32_libmingwex_a-fabsl.obj: math/fabsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo -c -o math/libarm32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fabsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm32_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-csqrtl.obj: complex/csqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-csqrtl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Tpo -c -o complex/libarm64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-csqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/csqrtl.c' object='complex/libarm64_libmingwex_a-csqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-csqrtl.obj `if test -f 'complex/csqrtl.c'; then $(CYGPATH_W) 'complex/csqrtl.c'; else $(CYGPATH_W) '$(srcdir)/complex/csqrtl.c'; fi` -math/libarm32_libmingwex_a-fdim.o: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo -c -o math/libarm32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm32_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctan.o: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctan.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Tpo -c -o complex/libarm64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm64_libmingwex_a-ctan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctan.o `test -f 'complex/ctan.c' || echo '$(srcdir)/'`complex/ctan.c -math/libarm32_libmingwex_a-fdim.obj: math/fdim.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo -c -o math/libarm32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdim.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm32_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctan.obj: complex/ctan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctan.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Tpo -c -o complex/libarm64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctan.c' object='complex/libarm64_libmingwex_a-ctan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctan.obj `if test -f 'complex/ctan.c'; then $(CYGPATH_W) 'complex/ctan.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctan.c'; fi` -math/libarm32_libmingwex_a-fdimf.o: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo -c -o math/libarm32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm32_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctanf.o: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctanf.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Tpo -c -o complex/libarm64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm64_libmingwex_a-ctanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctanf.o `test -f 'complex/ctanf.c' || echo '$(srcdir)/'`complex/ctanf.c -math/libarm32_libmingwex_a-fdimf.obj: math/fdimf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo -c -o math/libarm32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdimf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm32_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctanf.obj: complex/ctanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctanf.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Tpo -c -o complex/libarm64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanf.c' object='complex/libarm64_libmingwex_a-ctanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctanf.obj `if test -f 'complex/ctanf.c'; then $(CYGPATH_W) 'complex/ctanf.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanf.c'; fi` -math/libarm32_libmingwex_a-fdiml.o: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo -c -o math/libarm32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm32_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctanl.o: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctanl.o -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Tpo -c -o complex/libarm64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm64_libmingwex_a-ctanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctanl.o `test -f 'complex/ctanl.c' || echo '$(srcdir)/'`complex/ctanl.c -math/libarm32_libmingwex_a-fdiml.obj: math/fdiml.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo -c -o math/libarm32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fdiml.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm32_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ +complex/libarm64_libmingwex_a-ctanl.obj: complex/ctanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT complex/libarm64_libmingwex_a-ctanl.obj -MD -MP -MF complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Tpo -c -o complex/libarm64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Tpo complex/$(DEPDIR)/libarm64_libmingwex_a-ctanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='complex/ctanl.c' object='complex/libarm64_libmingwex_a-ctanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o complex/libarm64_libmingwex_a-ctanl.obj `if test -f 'complex/ctanl.c'; then $(CYGPATH_W) 'complex/ctanl.c'; else $(CYGPATH_W) '$(srcdir)/complex/ctanl.c'; fi` -math/libarm32_libmingwex_a-fmal.o: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo -c -o math/libarm32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm32_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-arithchk.o: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-arithchk.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm64_libmingwex_a-arithchk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-arithchk.o `test -f 'gdtoa/arithchk.c' || echo '$(srcdir)/'`gdtoa/arithchk.c -math/libarm32_libmingwex_a-fmal.obj: math/fmal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo -c -o math/libarm32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm32_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-arithchk.obj: gdtoa/arithchk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-arithchk.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Tpo -c -o gdtoa/libarm64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-arithchk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/arithchk.c' object='gdtoa/libarm64_libmingwex_a-arithchk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-arithchk.obj `if test -f 'gdtoa/arithchk.c'; then $(CYGPATH_W) 'gdtoa/arithchk.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/arithchk.c'; fi` -math/libarm32_libmingwex_a-fmax.o: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo -c -o math/libarm32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm32_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-dmisc.o: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-dmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm64_libmingwex_a-dmisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-dmisc.o `test -f 'gdtoa/dmisc.c' || echo '$(srcdir)/'`gdtoa/dmisc.c -math/libarm32_libmingwex_a-fmax.obj: math/fmax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo -c -o math/libarm32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm32_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-dmisc.obj: gdtoa/dmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-dmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dmisc.c' object='gdtoa/libarm64_libmingwex_a-dmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-dmisc.obj `if test -f 'gdtoa/dmisc.c'; then $(CYGPATH_W) 'gdtoa/dmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dmisc.c'; fi` -math/libarm32_libmingwex_a-fmaxf.o: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo -c -o math/libarm32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm32_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-dtoa.o: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-dtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm64_libmingwex_a-dtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-dtoa.o `test -f 'gdtoa/dtoa.c' || echo '$(srcdir)/'`gdtoa/dtoa.c -math/libarm32_libmingwex_a-fmaxf.obj: math/fmaxf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo -c -o math/libarm32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm32_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-dtoa.obj: gdtoa/dtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-dtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Tpo -c -o gdtoa/libarm64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-dtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/dtoa.c' object='gdtoa/libarm64_libmingwex_a-dtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-dtoa.obj `if test -f 'gdtoa/dtoa.c'; then $(CYGPATH_W) 'gdtoa/dtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/dtoa.c'; fi` -math/libarm32_libmingwex_a-fmaxl.o: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo -c -o math/libarm32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm32_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_dfmt.o: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_dfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm64_libmingwex_a-g_dfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_dfmt.o `test -f 'gdtoa/g_dfmt.c' || echo '$(srcdir)/'`gdtoa/g_dfmt.c -math/libarm32_libmingwex_a-fmaxl.obj: math/fmaxl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo -c -o math/libarm32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmaxl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm32_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_dfmt.obj: gdtoa/g_dfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_dfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_dfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_dfmt.c' object='gdtoa/libarm64_libmingwex_a-g_dfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_dfmt.obj `if test -f 'gdtoa/g_dfmt.c'; then $(CYGPATH_W) 'gdtoa/g_dfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_dfmt.c'; fi` -math/libarm32_libmingwex_a-fmin.o: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo -c -o math/libarm32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm32_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-gdtoa.o: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gdtoa.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm64_libmingwex_a-gdtoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gdtoa.o `test -f 'gdtoa/gdtoa.c' || echo '$(srcdir)/'`gdtoa/gdtoa.c -math/libarm32_libmingwex_a-fmin.obj: math/fmin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo -c -o math/libarm32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fmin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm32_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-gdtoa.obj: gdtoa/gdtoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gdtoa.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Tpo -c -o gdtoa/libarm64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gdtoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gdtoa.c' object='gdtoa/libarm64_libmingwex_a-gdtoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gdtoa.obj `if test -f 'gdtoa/gdtoa.c'; then $(CYGPATH_W) 'gdtoa/gdtoa.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gdtoa.c'; fi` -math/libarm32_libmingwex_a-fminf.o: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo -c -o math/libarm32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm32_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-gethex.o: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gethex.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm64_libmingwex_a-gethex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gethex.o `test -f 'gdtoa/gethex.c' || echo '$(srcdir)/'`gdtoa/gethex.c -math/libarm32_libmingwex_a-fminf.obj: math/fminf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo -c -o math/libarm32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm32_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-gethex.obj: gdtoa/gethex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gethex.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Tpo -c -o gdtoa/libarm64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gethex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gethex.c' object='gdtoa/libarm64_libmingwex_a-gethex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gethex.obj `if test -f 'gdtoa/gethex.c'; then $(CYGPATH_W) 'gdtoa/gethex.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gethex.c'; fi` -math/libarm32_libmingwex_a-fminl.o: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo -c -o math/libarm32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm32_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_ffmt.o: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_ffmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm64_libmingwex_a-g_ffmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_ffmt.o `test -f 'gdtoa/g_ffmt.c' || echo '$(srcdir)/'`gdtoa/g_ffmt.c -math/libarm32_libmingwex_a-fminl.obj: math/fminl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo -c -o math/libarm32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fminl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm32_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_ffmt.obj: gdtoa/g_ffmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_ffmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_ffmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_ffmt.c' object='gdtoa/libarm64_libmingwex_a-g_ffmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_ffmt.obj `if test -f 'gdtoa/g_ffmt.c'; then $(CYGPATH_W) 'gdtoa/g_ffmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_ffmt.c'; fi` -math/libarm32_libmingwex_a-fp_consts.o: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo -c -o math/libarm32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm32_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g__fmt.o: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g__fmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm64_libmingwex_a-g__fmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g__fmt.o `test -f 'gdtoa/g__fmt.c' || echo '$(srcdir)/'`gdtoa/g__fmt.c -math/libarm32_libmingwex_a-fp_consts.obj: math/fp_consts.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo -c -o math/libarm32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_consts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm32_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g__fmt.obj: gdtoa/g__fmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g__fmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g__fmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g__fmt.c' object='gdtoa/libarm64_libmingwex_a-g__fmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g__fmt.obj `if test -f 'gdtoa/g__fmt.c'; then $(CYGPATH_W) 'gdtoa/g__fmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g__fmt.c'; fi` -math/libarm32_libmingwex_a-fp_constsf.o: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo -c -o math/libarm32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm32_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-gmisc.o: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gmisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm64_libmingwex_a-gmisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gmisc.o `test -f 'gdtoa/gmisc.c' || echo '$(srcdir)/'`gdtoa/gmisc.c + +gdtoa/libarm64_libmingwex_a-gmisc.obj: gdtoa/gmisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-gmisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-gmisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/gmisc.c' object='gdtoa/libarm64_libmingwex_a-gmisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-gmisc.obj `if test -f 'gdtoa/gmisc.c'; then $(CYGPATH_W) 'gdtoa/gmisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/gmisc.c'; fi` -math/libarm32_libmingwex_a-fp_constsf.obj: math/fp_constsf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo -c -o math/libarm32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm32_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_xfmt.o: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_xfmt.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm64_libmingwex_a-g_xfmt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_xfmt.o `test -f 'gdtoa/g_xfmt.c' || echo '$(srcdir)/'`gdtoa/g_xfmt.c -math/libarm32_libmingwex_a-fp_constsl.o: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo -c -o math/libarm32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm32_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-g_xfmt.obj: gdtoa/g_xfmt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-g_xfmt.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Tpo -c -o gdtoa/libarm64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-g_xfmt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/g_xfmt.c' object='gdtoa/libarm64_libmingwex_a-g_xfmt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-g_xfmt.obj `if test -f 'gdtoa/g_xfmt.c'; then $(CYGPATH_W) 'gdtoa/g_xfmt.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/g_xfmt.c'; fi` -math/libarm32_libmingwex_a-fp_constsl.obj: math/fp_constsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo -c -o math/libarm32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fp_constsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm32_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-hd_init.o: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-hd_init.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm64_libmingwex_a-hd_init.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-hd_init.o `test -f 'gdtoa/hd_init.c' || echo '$(srcdir)/'`gdtoa/hd_init.c -math/libarm32_libmingwex_a-fpclassify.o: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo -c -o math/libarm32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm32_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-hd_init.obj: gdtoa/hd_init.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-hd_init.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Tpo -c -o gdtoa/libarm64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hd_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hd_init.c' object='gdtoa/libarm64_libmingwex_a-hd_init.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-hd_init.obj `if test -f 'gdtoa/hd_init.c'; then $(CYGPATH_W) 'gdtoa/hd_init.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hd_init.c'; fi` -math/libarm32_libmingwex_a-fpclassify.obj: math/fpclassify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo -c -o math/libarm32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm32_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-hexnan.o: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-hexnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm64_libmingwex_a-hexnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-hexnan.o `test -f 'gdtoa/hexnan.c' || echo '$(srcdir)/'`gdtoa/hexnan.c -math/libarm32_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm32_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-hexnan.obj: gdtoa/hexnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-hexnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Tpo -c -o gdtoa/libarm64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-hexnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/hexnan.c' object='gdtoa/libarm64_libmingwex_a-hexnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-hexnan.obj `if test -f 'gdtoa/hexnan.c'; then $(CYGPATH_W) 'gdtoa/hexnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/hexnan.c'; fi` -math/libarm32_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm32_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-misc.o: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-misc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Tpo -c -o gdtoa/libarm64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm64_libmingwex_a-misc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-misc.o `test -f 'gdtoa/misc.c' || echo '$(srcdir)/'`gdtoa/misc.c -math/libarm32_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm32_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-misc.obj: gdtoa/misc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-misc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Tpo -c -o gdtoa/libarm64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/misc.c' object='gdtoa/libarm64_libmingwex_a-misc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-misc.obj `if test -f 'gdtoa/misc.c'; then $(CYGPATH_W) 'gdtoa/misc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/misc.c'; fi` -math/libarm32_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-fpclassifyl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm32_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-qnan.o: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-qnan.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm64_libmingwex_a-qnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-qnan.o `test -f 'gdtoa/qnan.c' || echo '$(srcdir)/'`gdtoa/qnan.c -math/libarm32_libmingwex_a-frexpf.o: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo -c -o math/libarm32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm32_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-qnan.obj: gdtoa/qnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-qnan.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Tpo -c -o gdtoa/libarm64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-qnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/qnan.c' object='gdtoa/libarm64_libmingwex_a-qnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-qnan.obj `if test -f 'gdtoa/qnan.c'; then $(CYGPATH_W) 'gdtoa/qnan.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/qnan.c'; fi` -math/libarm32_libmingwex_a-frexpf.obj: math/frexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo -c -o math/libarm32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-frexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm32_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-smisc.o: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-smisc.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm64_libmingwex_a-smisc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-smisc.o `test -f 'gdtoa/smisc.c' || echo '$(srcdir)/'`gdtoa/smisc.c -math/libarm32_libmingwex_a-hypotf.o: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo -c -o math/libarm32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm32_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-smisc.obj: gdtoa/smisc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-smisc.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Tpo -c -o gdtoa/libarm64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-smisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/smisc.c' object='gdtoa/libarm64_libmingwex_a-smisc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-smisc.obj `if test -f 'gdtoa/smisc.c'; then $(CYGPATH_W) 'gdtoa/smisc.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/smisc.c'; fi` -math/libarm32_libmingwex_a-hypotf.obj: math/hypotf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo -c -o math/libarm32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm32_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtodg.o: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtodg.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm64_libmingwex_a-strtodg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtodg.o `test -f 'gdtoa/strtodg.c' || echo '$(srcdir)/'`gdtoa/strtodg.c -math/libarm32_libmingwex_a-hypot.o: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo -c -o math/libarm32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm32_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtodg.obj: gdtoa/strtodg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtodg.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodg.c' object='gdtoa/libarm64_libmingwex_a-strtodg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtodg.obj `if test -f 'gdtoa/strtodg.c'; then $(CYGPATH_W) 'gdtoa/strtodg.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodg.c'; fi` -math/libarm32_libmingwex_a-hypot.obj: math/hypot.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo -c -o math/libarm32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypot.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm32_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtodnrp.o: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtodnrp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm64_libmingwex_a-strtodnrp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtodnrp.o `test -f 'gdtoa/strtodnrp.c' || echo '$(srcdir)/'`gdtoa/strtodnrp.c -math/libarm32_libmingwex_a-hypotl.o: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo -c -o math/libarm32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm32_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtodnrp.obj: gdtoa/strtodnrp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtodnrp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtodnrp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtodnrp.c' object='gdtoa/libarm64_libmingwex_a-strtodnrp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtodnrp.obj `if test -f 'gdtoa/strtodnrp.c'; then $(CYGPATH_W) 'gdtoa/strtodnrp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtodnrp.c'; fi` -math/libarm32_libmingwex_a-hypotl.obj: math/hypotl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo -c -o math/libarm32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-hypotl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm32_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtof.o: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtof.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtof.o `test -f 'gdtoa/strtof.c' || echo '$(srcdir)/'`gdtoa/strtof.c -math/libarm32_libmingwex_a-isnan.o: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo -c -o math/libarm32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm32_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtof.obj: gdtoa/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtof.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtof.c' object='gdtoa/libarm64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtof.obj `if test -f 'gdtoa/strtof.c'; then $(CYGPATH_W) 'gdtoa/strtof.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtof.c'; fi` -math/libarm32_libmingwex_a-isnan.obj: math/isnan.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo -c -o math/libarm32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm32_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtopx.o: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtopx.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm64_libmingwex_a-strtopx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtopx.o `test -f 'gdtoa/strtopx.c' || echo '$(srcdir)/'`gdtoa/strtopx.c -math/libarm32_libmingwex_a-isnanf.o: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo -c -o math/libarm32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm32_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-strtopx.obj: gdtoa/strtopx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-strtopx.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Tpo -c -o gdtoa/libarm64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-strtopx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/strtopx.c' object='gdtoa/libarm64_libmingwex_a-strtopx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-strtopx.obj `if test -f 'gdtoa/strtopx.c'; then $(CYGPATH_W) 'gdtoa/strtopx.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/strtopx.c'; fi` -math/libarm32_libmingwex_a-isnanf.obj: math/isnanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo -c -o math/libarm32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm32_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-sum.o: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-sum.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Tpo -c -o gdtoa/libarm64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm64_libmingwex_a-sum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-sum.o `test -f 'gdtoa/sum.c' || echo '$(srcdir)/'`gdtoa/sum.c -math/libarm32_libmingwex_a-isnanl.o: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo -c -o math/libarm32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm32_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-sum.obj: gdtoa/sum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-sum.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Tpo -c -o gdtoa/libarm64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/sum.c' object='gdtoa/libarm64_libmingwex_a-sum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-sum.obj `if test -f 'gdtoa/sum.c'; then $(CYGPATH_W) 'gdtoa/sum.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/sum.c'; fi` -math/libarm32_libmingwex_a-isnanl.obj: math/isnanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo -c -o math/libarm32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-isnanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm32_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-ulp.o: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-ulp.o -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm64_libmingwex_a-ulp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-ulp.o `test -f 'gdtoa/ulp.c' || echo '$(srcdir)/'`gdtoa/ulp.c -math/libarm32_libmingwex_a-ldexpf.o: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo -c -o math/libarm32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm32_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ +gdtoa/libarm64_libmingwex_a-ulp.obj: gdtoa/ulp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtoa/libarm64_libmingwex_a-ulp.obj -MD -MP -MF gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Tpo -c -o gdtoa/libarm64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Tpo gdtoa/$(DEPDIR)/libarm64_libmingwex_a-ulp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtoa/ulp.c' object='gdtoa/libarm64_libmingwex_a-ulp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtoa/libarm64_libmingwex_a-ulp.obj `if test -f 'gdtoa/ulp.c'; then $(CYGPATH_W) 'gdtoa/ulp.c'; else $(CYGPATH_W) '$(srcdir)/gdtoa/ulp.c'; fi` -math/libarm32_libmingwex_a-ldexpf.obj: math/ldexpf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo -c -o math/libarm32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-ldexpf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm32_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrt.o: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrt.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Tpo -c -o math/libarm64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm64_libmingwex_a-cbrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrt.o `test -f 'math/cbrt.c' || echo '$(srcdir)/'`math/cbrt.c -math/libarm32_libmingwex_a-lgamma.o: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo -c -o math/libarm32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm32_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrt.obj: math/cbrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrt.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Tpo -c -o math/libarm64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrt.c' object='math/libarm64_libmingwex_a-cbrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrt.obj `if test -f 'math/cbrt.c'; then $(CYGPATH_W) 'math/cbrt.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrt.c'; fi` -math/libarm32_libmingwex_a-lgamma.obj: math/lgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo -c -o math/libarm32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm32_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrtf.o: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrtf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Tpo -c -o math/libarm64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm64_libmingwex_a-cbrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrtf.o `test -f 'math/cbrtf.c' || echo '$(srcdir)/'`math/cbrtf.c -math/libarm32_libmingwex_a-lgammaf.o: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo -c -o math/libarm32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm32_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrtf.obj: math/cbrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Tpo -c -o math/libarm64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtf.c' object='math/libarm64_libmingwex_a-cbrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrtf.obj `if test -f 'math/cbrtf.c'; then $(CYGPATH_W) 'math/cbrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtf.c'; fi` -math/libarm32_libmingwex_a-lgammaf.obj: math/lgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo -c -o math/libarm32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm32_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrtl.o: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrtl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Tpo -c -o math/libarm64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm64_libmingwex_a-cbrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrtl.o `test -f 'math/cbrtl.c' || echo '$(srcdir)/'`math/cbrtl.c -math/libarm32_libmingwex_a-lgammal.o: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo -c -o math/libarm32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm32_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cbrtl.obj: math/cbrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cbrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Tpo -c -o math/libarm64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cbrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cbrtl.c' object='math/libarm64_libmingwex_a-cbrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cbrtl.obj `if test -f 'math/cbrtl.c'; then $(CYGPATH_W) 'math/cbrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/cbrtl.c'; fi` -math/libarm32_libmingwex_a-lgammal.obj: math/lgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo -c -o math/libarm32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm32_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cephes_emath.o: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cephes_emath.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Tpo -c -o math/libarm64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm64_libmingwex_a-cephes_emath.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cephes_emath.o `test -f 'math/cephes_emath.c' || echo '$(srcdir)/'`math/cephes_emath.c -math/libarm32_libmingwex_a-llrint.o: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo -c -o math/libarm32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm32_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-cephes_emath.obj: math/cephes_emath.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-cephes_emath.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Tpo -c -o math/libarm64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-cephes_emath.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/cephes_emath.c' object='math/libarm64_libmingwex_a-cephes_emath.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-cephes_emath.obj `if test -f 'math/cephes_emath.c'; then $(CYGPATH_W) 'math/cephes_emath.c'; else $(CYGPATH_W) '$(srcdir)/math/cephes_emath.c'; fi` -math/libarm32_libmingwex_a-llrint.obj: math/llrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo -c -o math/libarm32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm32_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-copysign.o: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-copysign.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Tpo -c -o math/libarm64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm64_libmingwex_a-copysign.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-copysign.o `test -f 'math/copysign.c' || echo '$(srcdir)/'`math/copysign.c -math/libarm32_libmingwex_a-signgam.o: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo -c -o math/libarm32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm32_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-copysign.obj: math/copysign.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-copysign.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Tpo -c -o math/libarm64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-copysign.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysign.c' object='math/libarm64_libmingwex_a-copysign.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-copysign.obj `if test -f 'math/copysign.c'; then $(CYGPATH_W) 'math/copysign.c'; else $(CYGPATH_W) '$(srcdir)/math/copysign.c'; fi` -math/libarm32_libmingwex_a-signgam.obj: math/signgam.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo -c -o math/libarm32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signgam.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm32_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-copysignf.o: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-copysignf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Tpo -c -o math/libarm64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm64_libmingwex_a-copysignf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-copysignf.o `test -f 'math/copysignf.c' || echo '$(srcdir)/'`math/copysignf.c -math/libarm32_libmingwex_a-llrintf.o: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo -c -o math/libarm32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm32_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-copysignf.obj: math/copysignf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-copysignf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Tpo -c -o math/libarm64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-copysignf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/copysignf.c' object='math/libarm64_libmingwex_a-copysignf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-copysignf.obj `if test -f 'math/copysignf.c'; then $(CYGPATH_W) 'math/copysignf.c'; else $(CYGPATH_W) '$(srcdir)/math/copysignf.c'; fi` -math/libarm32_libmingwex_a-llrintf.obj: math/llrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo -c -o math/libarm32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm32_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-coshf.o: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-coshf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Tpo -c -o math/libarm64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm64_libmingwex_a-coshf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-coshf.o `test -f 'math/coshf.c' || echo '$(srcdir)/'`math/coshf.c -math/libarm32_libmingwex_a-llrintl.o: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo -c -o math/libarm32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm32_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-coshf.obj: math/coshf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-coshf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Tpo -c -o math/libarm64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-coshf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshf.c' object='math/libarm64_libmingwex_a-coshf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-coshf.obj `if test -f 'math/coshf.c'; then $(CYGPATH_W) 'math/coshf.c'; else $(CYGPATH_W) '$(srcdir)/math/coshf.c'; fi` -math/libarm32_libmingwex_a-llrintl.obj: math/llrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo -c -o math/libarm32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm32_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-coshl.o: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-coshl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Tpo -c -o math/libarm64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm64_libmingwex_a-coshl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-coshl.o `test -f 'math/coshl.c' || echo '$(srcdir)/'`math/coshl.c -math/libarm32_libmingwex_a-llround.o: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo -c -o math/libarm32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm32_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-coshl.obj: math/coshl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-coshl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Tpo -c -o math/libarm64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-coshl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/coshl.c' object='math/libarm64_libmingwex_a-coshl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-coshl.obj `if test -f 'math/coshl.c'; then $(CYGPATH_W) 'math/coshl.c'; else $(CYGPATH_W) '$(srcdir)/math/coshl.c'; fi` -math/libarm32_libmingwex_a-llround.obj: math/llround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo -c -o math/libarm32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm32_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-erfl.o: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-erfl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Tpo -c -o math/libarm64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm64_libmingwex_a-erfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-erfl.o `test -f 'math/erfl.c' || echo '$(srcdir)/'`math/erfl.c -math/libarm32_libmingwex_a-llroundf.o: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo -c -o math/libarm32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm32_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-erfl.obj: math/erfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-erfl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Tpo -c -o math/libarm64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-erfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/erfl.c' object='math/libarm64_libmingwex_a-erfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-erfl.obj `if test -f 'math/erfl.c'; then $(CYGPATH_W) 'math/erfl.c'; else $(CYGPATH_W) '$(srcdir)/math/erfl.c'; fi` -math/libarm32_libmingwex_a-llroundf.obj: math/llroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo -c -o math/libarm32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm32_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-expf.o: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-expf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-expf.Tpo -c -o math/libarm64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm64_libmingwex_a-expf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-expf.o `test -f 'math/expf.c' || echo '$(srcdir)/'`math/expf.c -math/libarm32_libmingwex_a-llroundl.o: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo -c -o math/libarm32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm32_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-expf.obj: math/expf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-expf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-expf.Tpo -c -o math/libarm64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-expf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-expf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/expf.c' object='math/libarm64_libmingwex_a-expf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-expf.obj `if test -f 'math/expf.c'; then $(CYGPATH_W) 'math/expf.c'; else $(CYGPATH_W) '$(srcdir)/math/expf.c'; fi` -math/libarm32_libmingwex_a-llroundl.obj: math/llroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo -c -o math/libarm32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-llroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm32_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabs.o: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabs.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Tpo -c -o math/libarm64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm64_libmingwex_a-fabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabs.o `test -f 'math/fabs.c' || echo '$(srcdir)/'`math/fabs.c -math/libarm32_libmingwex_a-log10f.o: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo -c -o math/libarm32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm32_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabs.obj: math/fabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabs.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Tpo -c -o math/libarm64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabs.c' object='math/libarm64_libmingwex_a-fabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabs.obj `if test -f 'math/fabs.c'; then $(CYGPATH_W) 'math/fabs.c'; else $(CYGPATH_W) '$(srcdir)/math/fabs.c'; fi` -math/libarm32_libmingwex_a-log10f.obj: math/log10f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo -c -o math/libarm32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-log10f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm32_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabsf.o: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabsf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Tpo -c -o math/libarm64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm64_libmingwex_a-fabsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabsf.o `test -f 'math/fabsf.c' || echo '$(srcdir)/'`math/fabsf.c -math/libarm32_libmingwex_a-logf.o: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo -c -o math/libarm32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm32_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabsf.obj: math/fabsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabsf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Tpo -c -o math/libarm64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsf.c' object='math/libarm64_libmingwex_a-fabsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabsf.obj `if test -f 'math/fabsf.c'; then $(CYGPATH_W) 'math/fabsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsf.c'; fi` -math/libarm32_libmingwex_a-logf.obj: math/logf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo -c -o math/libarm32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-logf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm32_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabsl.o: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabsl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Tpo -c -o math/libarm64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm64_libmingwex_a-fabsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabsl.o `test -f 'math/fabsl.c' || echo '$(srcdir)/'`math/fabsl.c -math/libarm32_libmingwex_a-lrint.o: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo -c -o math/libarm32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm32_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fabsl.obj: math/fabsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fabsl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Tpo -c -o math/libarm64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fabsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fabsl.c' object='math/libarm64_libmingwex_a-fabsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fabsl.obj `if test -f 'math/fabsl.c'; then $(CYGPATH_W) 'math/fabsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fabsl.c'; fi` -math/libarm32_libmingwex_a-lrint.obj: math/lrint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo -c -o math/libarm32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm32_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdim.o: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdim.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Tpo -c -o math/libarm64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm64_libmingwex_a-fdim.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdim.o `test -f 'math/fdim.c' || echo '$(srcdir)/'`math/fdim.c -math/libarm32_libmingwex_a-lrintf.o: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo -c -o math/libarm32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm32_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdim.obj: math/fdim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdim.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Tpo -c -o math/libarm64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdim.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdim.c' object='math/libarm64_libmingwex_a-fdim.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdim.obj `if test -f 'math/fdim.c'; then $(CYGPATH_W) 'math/fdim.c'; else $(CYGPATH_W) '$(srcdir)/math/fdim.c'; fi` -math/libarm32_libmingwex_a-lrintf.obj: math/lrintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo -c -o math/libarm32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm32_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdimf.o: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdimf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Tpo -c -o math/libarm64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm64_libmingwex_a-fdimf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdimf.o `test -f 'math/fdimf.c' || echo '$(srcdir)/'`math/fdimf.c -math/libarm32_libmingwex_a-lrintl.o: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo -c -o math/libarm32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm32_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdimf.obj: math/fdimf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdimf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Tpo -c -o math/libarm64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdimf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdimf.c' object='math/libarm64_libmingwex_a-fdimf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdimf.obj `if test -f 'math/fdimf.c'; then $(CYGPATH_W) 'math/fdimf.c'; else $(CYGPATH_W) '$(srcdir)/math/fdimf.c'; fi` -math/libarm32_libmingwex_a-lrintl.obj: math/lrintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo -c -o math/libarm32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lrintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm32_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdiml.o: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdiml.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Tpo -c -o math/libarm64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm64_libmingwex_a-fdiml.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdiml.o `test -f 'math/fdiml.c' || echo '$(srcdir)/'`math/fdiml.c -math/libarm32_libmingwex_a-lround.o: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo -c -o math/libarm32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm32_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fdiml.obj: math/fdiml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fdiml.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Tpo -c -o math/libarm64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fdiml.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fdiml.c' object='math/libarm64_libmingwex_a-fdiml.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fdiml.obj `if test -f 'math/fdiml.c'; then $(CYGPATH_W) 'math/fdiml.c'; else $(CYGPATH_W) '$(srcdir)/math/fdiml.c'; fi` -math/libarm32_libmingwex_a-lround.obj: math/lround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo -c -o math/libarm32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm32_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fma.o: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fma.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fma.Tpo -c -o math/libarm64_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/libarm64_libmingwex_a-fma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fma.o `test -f 'math/fma.c' || echo '$(srcdir)/'`math/fma.c -math/libarm32_libmingwex_a-lroundf.o: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo -c -o math/libarm32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm32_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fma.obj: math/fma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fma.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fma.Tpo -c -o math/libarm64_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fma.c' object='math/libarm64_libmingwex_a-fma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fma.obj `if test -f 'math/fma.c'; then $(CYGPATH_W) 'math/fma.c'; else $(CYGPATH_W) '$(srcdir)/math/fma.c'; fi` -math/libarm32_libmingwex_a-lroundf.obj: math/lroundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo -c -o math/libarm32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm32_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaf.o: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Tpo -c -o math/libarm64_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/libarm64_libmingwex_a-fmaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaf.o `test -f 'math/fmaf.c' || echo '$(srcdir)/'`math/fmaf.c -math/libarm32_libmingwex_a-lroundl.o: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo -c -o math/libarm32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm32_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaf.obj: math/fmaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Tpo -c -o math/libarm64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaf.c' object='math/libarm64_libmingwex_a-fmaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaf.obj `if test -f 'math/fmaf.c'; then $(CYGPATH_W) 'math/fmaf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaf.c'; fi` -math/libarm32_libmingwex_a-lroundl.obj: math/lroundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo -c -o math/libarm32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-lroundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm32_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmal.o: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmal.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Tpo -c -o math/libarm64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm64_libmingwex_a-fmal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmal.o `test -f 'math/fmal.c' || echo '$(srcdir)/'`math/fmal.c -math/libarm32_libmingwex_a-modf.o: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo -c -o math/libarm32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm32_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmal.obj: math/fmal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmal.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Tpo -c -o math/libarm64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmal.c' object='math/libarm64_libmingwex_a-fmal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmal.obj `if test -f 'math/fmal.c'; then $(CYGPATH_W) 'math/fmal.c'; else $(CYGPATH_W) '$(srcdir)/math/fmal.c'; fi` -math/libarm32_libmingwex_a-modf.obj: math/modf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo -c -o math/libarm32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm32_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmax.o: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmax.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Tpo -c -o math/libarm64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm64_libmingwex_a-fmax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmax.o `test -f 'math/fmax.c' || echo '$(srcdir)/'`math/fmax.c -math/libarm32_libmingwex_a-modff.o: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo -c -o math/libarm32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm32_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmax.obj: math/fmax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmax.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Tpo -c -o math/libarm64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmax.c' object='math/libarm64_libmingwex_a-fmax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmax.obj `if test -f 'math/fmax.c'; then $(CYGPATH_W) 'math/fmax.c'; else $(CYGPATH_W) '$(srcdir)/math/fmax.c'; fi` -math/libarm32_libmingwex_a-modff.obj: math/modff.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo -c -o math/libarm32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modff.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm32_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaxf.o: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaxf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Tpo -c -o math/libarm64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm64_libmingwex_a-fmaxf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaxf.o `test -f 'math/fmaxf.c' || echo '$(srcdir)/'`math/fmaxf.c -math/libarm32_libmingwex_a-modfl.o: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo -c -o math/libarm32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm32_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaxf.obj: math/fmaxf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaxf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Tpo -c -o math/libarm64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaxf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxf.c' object='math/libarm64_libmingwex_a-fmaxf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaxf.obj `if test -f 'math/fmaxf.c'; then $(CYGPATH_W) 'math/fmaxf.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxf.c'; fi` -math/libarm32_libmingwex_a-modfl.obj: math/modfl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo -c -o math/libarm32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-modfl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm32_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaxl.o: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaxl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Tpo -c -o math/libarm64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm64_libmingwex_a-fmaxl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaxl.o `test -f 'math/fmaxl.c' || echo '$(srcdir)/'`math/fmaxl.c -math/libarm32_libmingwex_a-nextafterf.o: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo -c -o math/libarm32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm32_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmaxl.obj: math/fmaxl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmaxl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Tpo -c -o math/libarm64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmaxl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmaxl.c' object='math/libarm64_libmingwex_a-fmaxl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmaxl.obj `if test -f 'math/fmaxl.c'; then $(CYGPATH_W) 'math/fmaxl.c'; else $(CYGPATH_W) '$(srcdir)/math/fmaxl.c'; fi` -math/libarm32_libmingwex_a-nextafterf.obj: math/nextafterf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo -c -o math/libarm32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm32_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmin.o: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmin.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Tpo -c -o math/libarm64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm64_libmingwex_a-fmin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmin.o `test -f 'math/fmin.c' || echo '$(srcdir)/'`math/fmin.c -math/libarm32_libmingwex_a-nextafterl.o: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo -c -o math/libarm32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm32_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fmin.obj: math/fmin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fmin.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Tpo -c -o math/libarm64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fmin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fmin.c' object='math/libarm64_libmingwex_a-fmin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fmin.obj `if test -f 'math/fmin.c'; then $(CYGPATH_W) 'math/fmin.c'; else $(CYGPATH_W) '$(srcdir)/math/fmin.c'; fi` -math/libarm32_libmingwex_a-nextafterl.obj: math/nextafterl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo -c -o math/libarm32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nextafterl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm32_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fminf.o: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fminf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Tpo -c -o math/libarm64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm64_libmingwex_a-fminf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fminf.o `test -f 'math/fminf.c' || echo '$(srcdir)/'`math/fminf.c -math/libarm32_libmingwex_a-nexttoward.o: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo -c -o math/libarm32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm32_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fminf.obj: math/fminf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fminf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Tpo -c -o math/libarm64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fminf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminf.c' object='math/libarm64_libmingwex_a-fminf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fminf.obj `if test -f 'math/fminf.c'; then $(CYGPATH_W) 'math/fminf.c'; else $(CYGPATH_W) '$(srcdir)/math/fminf.c'; fi` -math/libarm32_libmingwex_a-nexttoward.obj: math/nexttoward.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo -c -o math/libarm32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttoward.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm32_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fminl.o: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fminl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Tpo -c -o math/libarm64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm64_libmingwex_a-fminl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fminl.o `test -f 'math/fminl.c' || echo '$(srcdir)/'`math/fminl.c -math/libarm32_libmingwex_a-nexttowardf.o: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo -c -o math/libarm32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm32_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fminl.obj: math/fminl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fminl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Tpo -c -o math/libarm64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fminl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fminl.c' object='math/libarm64_libmingwex_a-fminl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fminl.obj `if test -f 'math/fminl.c'; then $(CYGPATH_W) 'math/fminl.c'; else $(CYGPATH_W) '$(srcdir)/math/fminl.c'; fi` -math/libarm32_libmingwex_a-nexttowardf.obj: math/nexttowardf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo -c -o math/libarm32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-nexttowardf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm32_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_consts.o: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_consts.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Tpo -c -o math/libarm64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm64_libmingwex_a-fp_consts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_consts.o `test -f 'math/fp_consts.c' || echo '$(srcdir)/'`math/fp_consts.c -math/libarm32_libmingwex_a-powf.o: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo -c -o math/libarm32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm32_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_consts.obj: math/fp_consts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_consts.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Tpo -c -o math/libarm64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_consts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_consts.c' object='math/libarm64_libmingwex_a-fp_consts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_consts.obj `if test -f 'math/fp_consts.c'; then $(CYGPATH_W) 'math/fp_consts.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_consts.c'; fi` -math/libarm32_libmingwex_a-powf.obj: math/powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo -c -o math/libarm32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm32_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_constsf.o: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_constsf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Tpo -c -o math/libarm64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm64_libmingwex_a-fp_constsf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_constsf.o `test -f 'math/fp_constsf.c' || echo '$(srcdir)/'`math/fp_constsf.c -math/libarm32_libmingwex_a-powi.o: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo -c -o math/libarm32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm32_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_constsf.obj: math/fp_constsf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_constsf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Tpo -c -o math/libarm64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsf.c' object='math/libarm64_libmingwex_a-fp_constsf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_constsf.obj `if test -f 'math/fp_constsf.c'; then $(CYGPATH_W) 'math/fp_constsf.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsf.c'; fi` -math/libarm32_libmingwex_a-powi.obj: math/powi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo -c -o math/libarm32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm32_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_constsl.o: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_constsl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Tpo -c -o math/libarm64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm64_libmingwex_a-fp_constsl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_constsl.o `test -f 'math/fp_constsl.c' || echo '$(srcdir)/'`math/fp_constsl.c -math/libarm32_libmingwex_a-powif.o: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo -c -o math/libarm32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm32_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fp_constsl.obj: math/fp_constsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fp_constsl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Tpo -c -o math/libarm64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fp_constsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fp_constsl.c' object='math/libarm64_libmingwex_a-fp_constsl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fp_constsl.obj `if test -f 'math/fp_constsl.c'; then $(CYGPATH_W) 'math/fp_constsl.c'; else $(CYGPATH_W) '$(srcdir)/math/fp_constsl.c'; fi` -math/libarm32_libmingwex_a-powif.obj: math/powif.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo -c -o math/libarm32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powif.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm32_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassify.o: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassify.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Tpo -c -o math/libarm64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm64_libmingwex_a-fpclassify.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassify.o `test -f 'math/fpclassify.c' || echo '$(srcdir)/'`math/fpclassify.c -math/libarm32_libmingwex_a-powil.o: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo -c -o math/libarm32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm32_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassify.obj: math/fpclassify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassify.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Tpo -c -o math/libarm64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassify.c' object='math/libarm64_libmingwex_a-fpclassify.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassify.obj `if test -f 'math/fpclassify.c'; then $(CYGPATH_W) 'math/fpclassify.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassify.c'; fi` -math/libarm32_libmingwex_a-powil.obj: math/powil.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo -c -o math/libarm32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-powil.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm32_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassifyf.o: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassifyf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm64_libmingwex_a-fpclassifyf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassifyf.o `test -f 'math/fpclassifyf.c' || echo '$(srcdir)/'`math/fpclassifyf.c -math/libarm32_libmingwex_a-rint.o: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo -c -o math/libarm32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm32_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassifyf.obj: math/fpclassifyf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassifyf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Tpo -c -o math/libarm64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyf.c' object='math/libarm64_libmingwex_a-fpclassifyf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassifyf.obj `if test -f 'math/fpclassifyf.c'; then $(CYGPATH_W) 'math/fpclassifyf.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyf.c'; fi` -math/libarm32_libmingwex_a-rint.obj: math/rint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo -c -o math/libarm32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm32_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassifyl.o: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassifyl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm64_libmingwex_a-fpclassifyl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassifyl.o `test -f 'math/fpclassifyl.c' || echo '$(srcdir)/'`math/fpclassifyl.c -math/libarm32_libmingwex_a-rintf.o: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo -c -o math/libarm32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm32_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-fpclassifyl.obj: math/fpclassifyl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-fpclassifyl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Tpo -c -o math/libarm64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-fpclassifyl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/fpclassifyl.c' object='math/libarm64_libmingwex_a-fpclassifyl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-fpclassifyl.obj `if test -f 'math/fpclassifyl.c'; then $(CYGPATH_W) 'math/fpclassifyl.c'; else $(CYGPATH_W) '$(srcdir)/math/fpclassifyl.c'; fi` -math/libarm32_libmingwex_a-rintf.obj: math/rintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo -c -o math/libarm32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm32_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-frexpf.o: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-frexpf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Tpo -c -o math/libarm64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm64_libmingwex_a-frexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-frexpf.o `test -f 'math/frexpf.c' || echo '$(srcdir)/'`math/frexpf.c -math/libarm32_libmingwex_a-rintl.o: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo -c -o math/libarm32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm32_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-frexpf.obj: math/frexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-frexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Tpo -c -o math/libarm64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-frexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/frexpf.c' object='math/libarm64_libmingwex_a-frexpf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-frexpf.obj `if test -f 'math/frexpf.c'; then $(CYGPATH_W) 'math/frexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/frexpf.c'; fi` -math/libarm32_libmingwex_a-rintl.obj: math/rintl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo -c -o math/libarm32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-rintl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm32_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypotf.o: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypotf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Tpo -c -o math/libarm64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm64_libmingwex_a-hypotf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypotf.o `test -f 'math/hypotf.c' || echo '$(srcdir)/'`math/hypotf.c -math/libarm32_libmingwex_a-round.o: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo -c -o math/libarm32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm32_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypotf.obj: math/hypotf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypotf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Tpo -c -o math/libarm64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypotf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotf.c' object='math/libarm64_libmingwex_a-hypotf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypotf.obj `if test -f 'math/hypotf.c'; then $(CYGPATH_W) 'math/hypotf.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotf.c'; fi` -math/libarm32_libmingwex_a-round.obj: math/round.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo -c -o math/libarm32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-round.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm32_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypot.o: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypot.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Tpo -c -o math/libarm64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm64_libmingwex_a-hypot.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypot.o `test -f 'math/hypot.c' || echo '$(srcdir)/'`math/hypot.c -math/libarm32_libmingwex_a-roundf.o: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo -c -o math/libarm32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm32_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypot.obj: math/hypot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypot.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Tpo -c -o math/libarm64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypot.c' object='math/libarm64_libmingwex_a-hypot.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypot.obj `if test -f 'math/hypot.c'; then $(CYGPATH_W) 'math/hypot.c'; else $(CYGPATH_W) '$(srcdir)/math/hypot.c'; fi` -math/libarm32_libmingwex_a-roundf.obj: math/roundf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo -c -o math/libarm32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm32_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypotl.o: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypotl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Tpo -c -o math/libarm64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm64_libmingwex_a-hypotl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypotl.o `test -f 'math/hypotl.c' || echo '$(srcdir)/'`math/hypotl.c -math/libarm32_libmingwex_a-roundl.o: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo -c -o math/libarm32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm32_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-hypotl.obj: math/hypotl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-hypotl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Tpo -c -o math/libarm64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-hypotl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/hypotl.c' object='math/libarm64_libmingwex_a-hypotl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-hypotl.obj `if test -f 'math/hypotl.c'; then $(CYGPATH_W) 'math/hypotl.c'; else $(CYGPATH_W) '$(srcdir)/math/hypotl.c'; fi` -math/libarm32_libmingwex_a-roundl.obj: math/roundl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo -c -o math/libarm32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-roundl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm32_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnan.o: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnan.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Tpo -c -o math/libarm64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm64_libmingwex_a-isnan.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnan.o `test -f 'math/isnan.c' || echo '$(srcdir)/'`math/isnan.c -math/libarm32_libmingwex_a-s_erf.o: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo -c -o math/libarm32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm32_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnan.obj: math/isnan.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnan.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Tpo -c -o math/libarm64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnan.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnan.c' object='math/libarm64_libmingwex_a-isnan.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnan.obj `if test -f 'math/isnan.c'; then $(CYGPATH_W) 'math/isnan.c'; else $(CYGPATH_W) '$(srcdir)/math/isnan.c'; fi` -math/libarm32_libmingwex_a-s_erf.obj: math/s_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo -c -o math/libarm32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-s_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm32_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnanf.o: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnanf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Tpo -c -o math/libarm64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm64_libmingwex_a-isnanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnanf.o `test -f 'math/isnanf.c' || echo '$(srcdir)/'`math/isnanf.c -math/libarm32_libmingwex_a-sf_erf.o: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo -c -o math/libarm32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm32_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnanf.obj: math/isnanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnanf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Tpo -c -o math/libarm64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanf.c' object='math/libarm64_libmingwex_a-isnanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnanf.obj `if test -f 'math/isnanf.c'; then $(CYGPATH_W) 'math/isnanf.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanf.c'; fi` -math/libarm32_libmingwex_a-sf_erf.obj: math/sf_erf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo -c -o math/libarm32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sf_erf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm32_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnanl.o: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnanl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Tpo -c -o math/libarm64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm64_libmingwex_a-isnanl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnanl.o `test -f 'math/isnanl.c' || echo '$(srcdir)/'`math/isnanl.c -math/libarm32_libmingwex_a-signbit.o: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo -c -o math/libarm32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm32_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-isnanl.obj: math/isnanl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-isnanl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Tpo -c -o math/libarm64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-isnanl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/isnanl.c' object='math/libarm64_libmingwex_a-isnanl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-isnanl.obj `if test -f 'math/isnanl.c'; then $(CYGPATH_W) 'math/isnanl.c'; else $(CYGPATH_W) '$(srcdir)/math/isnanl.c'; fi` -math/libarm32_libmingwex_a-signbit.obj: math/signbit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo -c -o math/libarm32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm32_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-ldexpf.o: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-ldexpf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Tpo -c -o math/libarm64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm64_libmingwex_a-ldexpf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-ldexpf.o `test -f 'math/ldexpf.c' || echo '$(srcdir)/'`math/ldexpf.c -math/libarm32_libmingwex_a-signbitf.o: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo -c -o math/libarm32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm32_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-ldexpf.obj: math/ldexpf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-ldexpf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Tpo -c -o math/libarm64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-ldexpf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/ldexpf.c' object='math/libarm64_libmingwex_a-ldexpf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-ldexpf.obj `if test -f 'math/ldexpf.c'; then $(CYGPATH_W) 'math/ldexpf.c'; else $(CYGPATH_W) '$(srcdir)/math/ldexpf.c'; fi` + +math/libarm64_libmingwex_a-lgamma.o: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgamma.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Tpo -c -o math/libarm64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm64_libmingwex_a-lgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgamma.o `test -f 'math/lgamma.c' || echo '$(srcdir)/'`math/lgamma.c -math/libarm32_libmingwex_a-signbitf.obj: math/signbitf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo -c -o math/libarm32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm32_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lgamma.obj: math/lgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Tpo -c -o math/libarm64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgamma.c' object='math/libarm64_libmingwex_a-lgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgamma.obj `if test -f 'math/lgamma.c'; then $(CYGPATH_W) 'math/lgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/lgamma.c'; fi` -math/libarm32_libmingwex_a-signbitl.o: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo -c -o math/libarm32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm32_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lgammaf.o: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Tpo -c -o math/libarm64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm64_libmingwex_a-lgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgammaf.o `test -f 'math/lgammaf.c' || echo '$(srcdir)/'`math/lgammaf.c -math/libarm32_libmingwex_a-signbitl.obj: math/signbitl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo -c -o math/libarm32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-signbitl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm32_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lgammaf.obj: math/lgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Tpo -c -o math/libarm64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammaf.c' object='math/libarm64_libmingwex_a-lgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgammaf.obj `if test -f 'math/lgammaf.c'; then $(CYGPATH_W) 'math/lgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammaf.c'; fi` -math/libarm32_libmingwex_a-sinhf.o: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo -c -o math/libarm32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm32_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lgammal.o: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgammal.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Tpo -c -o math/libarm64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm64_libmingwex_a-lgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgammal.o `test -f 'math/lgammal.c' || echo '$(srcdir)/'`math/lgammal.c -math/libarm32_libmingwex_a-sinhf.obj: math/sinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo -c -o math/libarm32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm32_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lgammal.obj: math/lgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Tpo -c -o math/libarm64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lgammal.c' object='math/libarm64_libmingwex_a-lgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lgammal.obj `if test -f 'math/lgammal.c'; then $(CYGPATH_W) 'math/lgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/lgammal.c'; fi` -math/libarm32_libmingwex_a-sinhl.o: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo -c -o math/libarm32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm32_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrint.o: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrint.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Tpo -c -o math/libarm64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm64_libmingwex_a-llrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrint.o `test -f 'math/llrint.c' || echo '$(srcdir)/'`math/llrint.c -math/libarm32_libmingwex_a-sinhl.obj: math/sinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo -c -o math/libarm32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm32_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrint.obj: math/llrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrint.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Tpo -c -o math/libarm64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrint.c' object='math/libarm64_libmingwex_a-llrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrint.obj `if test -f 'math/llrint.c'; then $(CYGPATH_W) 'math/llrint.c'; else $(CYGPATH_W) '$(srcdir)/math/llrint.c'; fi` -math/libarm32_libmingwex_a-sqrt.o: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo -c -o math/libarm32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm32_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signgam.o: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signgam.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Tpo -c -o math/libarm64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm64_libmingwex_a-signgam.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signgam.o `test -f 'math/signgam.c' || echo '$(srcdir)/'`math/signgam.c -math/libarm32_libmingwex_a-sqrt.obj: math/sqrt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo -c -o math/libarm32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm32_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signgam.obj: math/signgam.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signgam.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Tpo -c -o math/libarm64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signgam.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signgam.c' object='math/libarm64_libmingwex_a-signgam.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signgam.obj `if test -f 'math/signgam.c'; then $(CYGPATH_W) 'math/signgam.c'; else $(CYGPATH_W) '$(srcdir)/math/signgam.c'; fi` -math/libarm32_libmingwex_a-sqrtf.o: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo -c -o math/libarm32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm32_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrintf.o: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrintf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Tpo -c -o math/libarm64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm64_libmingwex_a-llrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrintf.o `test -f 'math/llrintf.c' || echo '$(srcdir)/'`math/llrintf.c -math/libarm32_libmingwex_a-sqrtf.obj: math/sqrtf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo -c -o math/libarm32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm32_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrintf.obj: math/llrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Tpo -c -o math/libarm64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintf.c' object='math/libarm64_libmingwex_a-llrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrintf.obj `if test -f 'math/llrintf.c'; then $(CYGPATH_W) 'math/llrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintf.c'; fi` -math/libarm32_libmingwex_a-sqrtl.o: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo -c -o math/libarm32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm32_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrintl.o: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrintl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Tpo -c -o math/libarm64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm64_libmingwex_a-llrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrintl.o `test -f 'math/llrintl.c' || echo '$(srcdir)/'`math/llrintl.c -math/libarm32_libmingwex_a-sqrtl.obj: math/sqrtl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo -c -o math/libarm32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-sqrtl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm32_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llrintl.obj: math/llrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Tpo -c -o math/libarm64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llrintl.c' object='math/libarm64_libmingwex_a-llrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llrintl.obj `if test -f 'math/llrintl.c'; then $(CYGPATH_W) 'math/llrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/llrintl.c'; fi` -math/libarm32_libmingwex_a-tanhf.o: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo -c -o math/libarm32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm32_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llround.o: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llround.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llround.Tpo -c -o math/libarm64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm64_libmingwex_a-llround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llround.o `test -f 'math/llround.c' || echo '$(srcdir)/'`math/llround.c -math/libarm32_libmingwex_a-tanhf.obj: math/tanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo -c -o math/libarm32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm32_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llround.obj: math/llround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llround.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llround.Tpo -c -o math/libarm64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llround.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llround.c' object='math/libarm64_libmingwex_a-llround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llround.obj `if test -f 'math/llround.c'; then $(CYGPATH_W) 'math/llround.c'; else $(CYGPATH_W) '$(srcdir)/math/llround.c'; fi` -math/libarm32_libmingwex_a-tanhl.o: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo -c -o math/libarm32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm32_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llroundf.o: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llroundf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Tpo -c -o math/libarm64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm64_libmingwex_a-llroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llroundf.o `test -f 'math/llroundf.c' || echo '$(srcdir)/'`math/llroundf.c -math/libarm32_libmingwex_a-tanhl.obj: math/tanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo -c -o math/libarm32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm32_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llroundf.obj: math/llroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Tpo -c -o math/libarm64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundf.c' object='math/libarm64_libmingwex_a-llroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llroundf.obj `if test -f 'math/llroundf.c'; then $(CYGPATH_W) 'math/llroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundf.c'; fi` -math/libarm32_libmingwex_a-tgamma.o: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo -c -o math/libarm32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm32_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llroundl.o: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llroundl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Tpo -c -o math/libarm64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm64_libmingwex_a-llroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llroundl.o `test -f 'math/llroundl.c' || echo '$(srcdir)/'`math/llroundl.c -math/libarm32_libmingwex_a-tgamma.obj: math/tgamma.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo -c -o math/libarm32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgamma.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm32_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-llroundl.obj: math/llroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-llroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Tpo -c -o math/libarm64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-llroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/llroundl.c' object='math/libarm64_libmingwex_a-llroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-llroundl.obj `if test -f 'math/llroundl.c'; then $(CYGPATH_W) 'math/llroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/llroundl.c'; fi` -math/libarm32_libmingwex_a-tgammaf.o: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo -c -o math/libarm32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm32_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-log10f.o: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-log10f.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Tpo -c -o math/libarm64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm64_libmingwex_a-log10f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-log10f.o `test -f 'math/log10f.c' || echo '$(srcdir)/'`math/log10f.c -math/libarm32_libmingwex_a-tgammaf.obj: math/tgammaf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo -c -o math/libarm32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammaf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm32_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-log10f.obj: math/log10f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-log10f.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Tpo -c -o math/libarm64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-log10f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/log10f.c' object='math/libarm64_libmingwex_a-log10f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-log10f.obj `if test -f 'math/log10f.c'; then $(CYGPATH_W) 'math/log10f.c'; else $(CYGPATH_W) '$(srcdir)/math/log10f.c'; fi` -math/libarm32_libmingwex_a-tgammal.o: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo -c -o math/libarm32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm32_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-logf.o: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-logf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-logf.Tpo -c -o math/libarm64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm64_libmingwex_a-logf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-logf.o `test -f 'math/logf.c' || echo '$(srcdir)/'`math/logf.c -math/libarm32_libmingwex_a-tgammal.obj: math/tgammal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo -c -o math/libarm32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-tgammal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm32_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-logf.obj: math/logf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-logf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-logf.Tpo -c -o math/libarm64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-logf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-logf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/logf.c' object='math/libarm64_libmingwex_a-logf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-logf.obj `if test -f 'math/logf.c'; then $(CYGPATH_W) 'math/logf.c'; else $(CYGPATH_W) '$(srcdir)/math/logf.c'; fi` -math/libarm32_libmingwex_a-truncl.o: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo -c -o math/libarm32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm32_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrint.o: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrint.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Tpo -c -o math/libarm64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm64_libmingwex_a-lrint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrint.o `test -f 'math/lrint.c' || echo '$(srcdir)/'`math/lrint.c -math/libarm32_libmingwex_a-truncl.obj: math/truncl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo -c -o math/libarm32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-truncl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm32_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrint.obj: math/lrint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrint.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Tpo -c -o math/libarm64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrint.c' object='math/libarm64_libmingwex_a-lrint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrint.obj `if test -f 'math/lrint.c'; then $(CYGPATH_W) 'math/lrint.c'; else $(CYGPATH_W) '$(srcdir)/math/lrint.c'; fi` -math/libarm32_libmingwex_a-abs64.o: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo -c -o math/libarm32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm32_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrintf.o: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrintf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Tpo -c -o math/libarm64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm64_libmingwex_a-lrintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrintf.o `test -f 'math/lrintf.c' || echo '$(srcdir)/'`math/lrintf.c -math/libarm32_libmingwex_a-abs64.obj: math/abs64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm32_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo -c -o math/libarm32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm32_libmingwex_a-abs64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm32_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrintf.obj: math/lrintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrintf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Tpo -c -o math/libarm64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintf.c' object='math/libarm64_libmingwex_a-lrintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm32_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrintf.obj `if test -f 'math/lrintf.c'; then $(CYGPATH_W) 'math/lrintf.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintf.c'; fi` -misc/libarm32_libmingwex_a-alarm.o: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo -c -o misc/libarm32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm32_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrintl.o: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrintl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Tpo -c -o math/libarm64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm64_libmingwex_a-lrintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrintl.o `test -f 'math/lrintl.c' || echo '$(srcdir)/'`math/lrintl.c -misc/libarm32_libmingwex_a-alarm.obj: misc/alarm.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo -c -o misc/libarm32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-alarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm32_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lrintl.obj: math/lrintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lrintl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Tpo -c -o math/libarm64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lrintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lrintl.c' object='math/libarm64_libmingwex_a-lrintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lrintl.obj `if test -f 'math/lrintl.c'; then $(CYGPATH_W) 'math/lrintl.c'; else $(CYGPATH_W) '$(srcdir)/math/lrintl.c'; fi` -misc/libarm32_libmingwex_a-basename.o: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo -c -o misc/libarm32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm32_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lround.o: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lround.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lround.Tpo -c -o math/libarm64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm64_libmingwex_a-lround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lround.o `test -f 'math/lround.c' || echo '$(srcdir)/'`math/lround.c -misc/libarm32_libmingwex_a-basename.obj: misc/basename.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo -c -o misc/libarm32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-basename.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm32_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lround.obj: math/lround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lround.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lround.Tpo -c -o math/libarm64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lround.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lround.c' object='math/libarm64_libmingwex_a-lround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lround.obj `if test -f 'math/lround.c'; then $(CYGPATH_W) 'math/lround.c'; else $(CYGPATH_W) '$(srcdir)/math/lround.c'; fi` -misc/libarm32_libmingwex_a-btowc.o: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo -c -o misc/libarm32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm32_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lroundf.o: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lroundf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Tpo -c -o math/libarm64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm64_libmingwex_a-lroundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lroundf.o `test -f 'math/lroundf.c' || echo '$(srcdir)/'`math/lroundf.c -misc/libarm32_libmingwex_a-btowc.obj: misc/btowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo -c -o misc/libarm32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-btowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm32_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lroundf.obj: math/lroundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lroundf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Tpo -c -o math/libarm64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lroundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundf.c' object='math/libarm64_libmingwex_a-lroundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lroundf.obj `if test -f 'math/lroundf.c'; then $(CYGPATH_W) 'math/lroundf.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundf.c'; fi` -misc/libarm32_libmingwex_a-delay-f.o: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo -c -o misc/libarm32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm32_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lroundl.o: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lroundl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Tpo -c -o math/libarm64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm64_libmingwex_a-lroundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lroundl.o `test -f 'math/lroundl.c' || echo '$(srcdir)/'`math/lroundl.c -misc/libarm32_libmingwex_a-delay-f.obj: misc/delay-f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo -c -o misc/libarm32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm32_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-lroundl.obj: math/lroundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-lroundl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Tpo -c -o math/libarm64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-lroundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/lroundl.c' object='math/libarm64_libmingwex_a-lroundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-lroundl.obj `if test -f 'math/lroundl.c'; then $(CYGPATH_W) 'math/lroundl.c'; else $(CYGPATH_W) '$(srcdir)/math/lroundl.c'; fi` -misc/libarm32_libmingwex_a-delay-n.o: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo -c -o misc/libarm32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm32_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modf.o: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modf.Tpo -c -o math/libarm64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm64_libmingwex_a-modf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modf.o `test -f 'math/modf.c' || echo '$(srcdir)/'`math/modf.c -misc/libarm32_libmingwex_a-delay-n.obj: misc/delay-n.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo -c -o misc/libarm32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delay-n.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm32_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modf.obj: math/modf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modf.Tpo -c -o math/libarm64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modf.c' object='math/libarm64_libmingwex_a-modf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modf.obj `if test -f 'math/modf.c'; then $(CYGPATH_W) 'math/modf.c'; else $(CYGPATH_W) '$(srcdir)/math/modf.c'; fi` -misc/libarm32_libmingwex_a-delayimp.o: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo -c -o misc/libarm32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm32_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modff.o: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modff.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modff.Tpo -c -o math/libarm64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm64_libmingwex_a-modff.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modff.o `test -f 'math/modff.c' || echo '$(srcdir)/'`math/modff.c -misc/libarm32_libmingwex_a-delayimp.obj: misc/delayimp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo -c -o misc/libarm32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-delayimp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm32_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modff.obj: math/modff.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modff.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modff.Tpo -c -o math/libarm64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modff.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modff.c' object='math/libarm64_libmingwex_a-modff.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modff.obj `if test -f 'math/modff.c'; then $(CYGPATH_W) 'math/modff.c'; else $(CYGPATH_W) '$(srcdir)/math/modff.c'; fi` -misc/libarm32_libmingwex_a-difftime.o: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo -c -o misc/libarm32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm32_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modfl.o: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modfl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Tpo -c -o math/libarm64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm64_libmingwex_a-modfl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modfl.o `test -f 'math/modfl.c' || echo '$(srcdir)/'`math/modfl.c -misc/libarm32_libmingwex_a-difftime.obj: misc/difftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo -c -o misc/libarm32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm32_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-modfl.obj: math/modfl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-modfl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Tpo -c -o math/libarm64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-modfl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/modfl.c' object='math/libarm64_libmingwex_a-modfl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-modfl.obj `if test -f 'math/modfl.c'; then $(CYGPATH_W) 'math/modfl.c'; else $(CYGPATH_W) '$(srcdir)/math/modfl.c'; fi` -misc/libarm32_libmingwex_a-difftime32.o: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo -c -o misc/libarm32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm32_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nextafterf.o: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nextafterf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Tpo -c -o math/libarm64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm64_libmingwex_a-nextafterf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nextafterf.o `test -f 'math/nextafterf.c' || echo '$(srcdir)/'`math/nextafterf.c -misc/libarm32_libmingwex_a-difftime32.obj: misc/difftime32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo -c -o misc/libarm32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm32_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nextafterf.obj: math/nextafterf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nextafterf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Tpo -c -o math/libarm64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nextafterf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterf.c' object='math/libarm64_libmingwex_a-nextafterf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nextafterf.obj `if test -f 'math/nextafterf.c'; then $(CYGPATH_W) 'math/nextafterf.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterf.c'; fi` -misc/libarm32_libmingwex_a-difftime64.o: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo -c -o misc/libarm32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm32_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nextafterl.o: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nextafterl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Tpo -c -o math/libarm64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm64_libmingwex_a-nextafterl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nextafterl.o `test -f 'math/nextafterl.c' || echo '$(srcdir)/'`math/nextafterl.c -misc/libarm32_libmingwex_a-difftime64.obj: misc/difftime64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo -c -o misc/libarm32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-difftime64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm32_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nextafterl.obj: math/nextafterl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nextafterl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Tpo -c -o math/libarm64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nextafterl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nextafterl.c' object='math/libarm64_libmingwex_a-nextafterl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nextafterl.obj `if test -f 'math/nextafterl.c'; then $(CYGPATH_W) 'math/nextafterl.c'; else $(CYGPATH_W) '$(srcdir)/math/nextafterl.c'; fi` -misc/libarm32_libmingwex_a-dirent.o: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo -c -o misc/libarm32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm32_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nexttoward.o: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nexttoward.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Tpo -c -o math/libarm64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm64_libmingwex_a-nexttoward.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nexttoward.o `test -f 'math/nexttoward.c' || echo '$(srcdir)/'`math/nexttoward.c -misc/libarm32_libmingwex_a-dirent.obj: misc/dirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo -c -o misc/libarm32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm32_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nexttoward.obj: math/nexttoward.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nexttoward.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Tpo -c -o math/libarm64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nexttoward.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttoward.c' object='math/libarm64_libmingwex_a-nexttoward.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nexttoward.obj `if test -f 'math/nexttoward.c'; then $(CYGPATH_W) 'math/nexttoward.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttoward.c'; fi` -misc/libarm32_libmingwex_a-dirname.o: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo -c -o misc/libarm32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm32_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nexttowardf.o: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nexttowardf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Tpo -c -o math/libarm64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm64_libmingwex_a-nexttowardf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nexttowardf.o `test -f 'math/nexttowardf.c' || echo '$(srcdir)/'`math/nexttowardf.c -misc/libarm32_libmingwex_a-dirname.obj: misc/dirname.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo -c -o misc/libarm32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-dirname.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm32_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-nexttowardf.obj: math/nexttowardf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-nexttowardf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Tpo -c -o math/libarm64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-nexttowardf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/nexttowardf.c' object='math/libarm64_libmingwex_a-nexttowardf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-nexttowardf.obj `if test -f 'math/nexttowardf.c'; then $(CYGPATH_W) 'math/nexttowardf.c'; else $(CYGPATH_W) '$(srcdir)/math/nexttowardf.c'; fi` -misc/libarm32_libmingwex_a-execv.o: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo -c -o misc/libarm32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm32_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powf.o: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powf.Tpo -c -o math/libarm64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm64_libmingwex_a-powf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powf.o `test -f 'math/powf.c' || echo '$(srcdir)/'`math/powf.c -misc/libarm32_libmingwex_a-execv.obj: misc/execv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo -c -o misc/libarm32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm32_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powf.obj: math/powf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powf.Tpo -c -o math/libarm64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powf.c' object='math/libarm64_libmingwex_a-powf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powf.obj `if test -f 'math/powf.c'; then $(CYGPATH_W) 'math/powf.c'; else $(CYGPATH_W) '$(srcdir)/math/powf.c'; fi` -misc/libarm32_libmingwex_a-execve.o: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo -c -o misc/libarm32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm32_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powi.o: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powi.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powi.Tpo -c -o math/libarm64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm64_libmingwex_a-powi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powi.o `test -f 'math/powi.c' || echo '$(srcdir)/'`math/powi.c -misc/libarm32_libmingwex_a-execve.obj: misc/execve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo -c -o misc/libarm32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm32_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powi.obj: math/powi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powi.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powi.Tpo -c -o math/libarm64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powi.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powi.c' object='math/libarm64_libmingwex_a-powi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powi.obj `if test -f 'math/powi.c'; then $(CYGPATH_W) 'math/powi.c'; else $(CYGPATH_W) '$(srcdir)/math/powi.c'; fi` -misc/libarm32_libmingwex_a-execvp.o: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo -c -o misc/libarm32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm32_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powif.o: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powif.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powif.Tpo -c -o math/libarm64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm64_libmingwex_a-powif.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powif.o `test -f 'math/powif.c' || echo '$(srcdir)/'`math/powif.c -misc/libarm32_libmingwex_a-execvp.obj: misc/execvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo -c -o misc/libarm32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm32_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powif.obj: math/powif.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powif.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powif.Tpo -c -o math/libarm64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powif.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powif.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powif.c' object='math/libarm64_libmingwex_a-powif.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powif.obj `if test -f 'math/powif.c'; then $(CYGPATH_W) 'math/powif.c'; else $(CYGPATH_W) '$(srcdir)/math/powif.c'; fi` -misc/libarm32_libmingwex_a-execvpe.o: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo -c -o misc/libarm32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm32_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powil.o: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powil.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powil.Tpo -c -o math/libarm64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm64_libmingwex_a-powil.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powil.o `test -f 'math/powil.c' || echo '$(srcdir)/'`math/powil.c -misc/libarm32_libmingwex_a-execvpe.obj: misc/execvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo -c -o misc/libarm32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-execvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm32_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-powil.obj: math/powil.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-powil.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-powil.Tpo -c -o math/libarm64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-powil.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-powil.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/powil.c' object='math/libarm64_libmingwex_a-powil.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-powil.obj `if test -f 'math/powil.c'; then $(CYGPATH_W) 'math/powil.c'; else $(CYGPATH_W) '$(srcdir)/math/powil.c'; fi` -misc/libarm32_libmingwex_a-feclearexcept.o: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm32_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rint.o: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rint.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rint.Tpo -c -o math/libarm64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm64_libmingwex_a-rint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rint.o `test -f 'math/rint.c' || echo '$(srcdir)/'`math/rint.c -misc/libarm32_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feclearexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm32_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rint.obj: math/rint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rint.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rint.Tpo -c -o math/libarm64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rint.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rint.c' object='math/libarm64_libmingwex_a-rint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rint.obj `if test -f 'math/rint.c'; then $(CYGPATH_W) 'math/rint.c'; else $(CYGPATH_W) '$(srcdir)/math/rint.c'; fi` -misc/libarm32_libmingwex_a-fegetenv.o: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo -c -o misc/libarm32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm32_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rintf.o: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rintf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Tpo -c -o math/libarm64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm64_libmingwex_a-rintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rintf.o `test -f 'math/rintf.c' || echo '$(srcdir)/'`math/rintf.c -misc/libarm32_libmingwex_a-fegetenv.obj: misc/fegetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo -c -o misc/libarm32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm32_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rintf.obj: math/rintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rintf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Tpo -c -o math/libarm64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintf.c' object='math/libarm64_libmingwex_a-rintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rintf.obj `if test -f 'math/rintf.c'; then $(CYGPATH_W) 'math/rintf.c'; else $(CYGPATH_W) '$(srcdir)/math/rintf.c'; fi` -misc/libarm32_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm32_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rintl.o: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rintl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Tpo -c -o math/libarm64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm64_libmingwex_a-rintl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rintl.o `test -f 'math/rintl.c' || echo '$(srcdir)/'`math/rintl.c -misc/libarm32_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm32_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-rintl.obj: math/rintl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-rintl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Tpo -c -o math/libarm64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-rintl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/rintl.c' object='math/libarm64_libmingwex_a-rintl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-rintl.obj `if test -f 'math/rintl.c'; then $(CYGPATH_W) 'math/rintl.c'; else $(CYGPATH_W) '$(srcdir)/math/rintl.c'; fi` -misc/libarm32_libmingwex_a-fegetround.o: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo -c -o misc/libarm32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm32_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-round.o: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-round.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-round.Tpo -c -o math/libarm64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm64_libmingwex_a-round.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-round.o `test -f 'math/round.c' || echo '$(srcdir)/'`math/round.c -misc/libarm32_libmingwex_a-fegetround.obj: misc/fegetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo -c -o misc/libarm32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fegetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm32_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-round.obj: math/round.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-round.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-round.Tpo -c -o math/libarm64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-round.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-round.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/round.c' object='math/libarm64_libmingwex_a-round.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-round.obj `if test -f 'math/round.c'; then $(CYGPATH_W) 'math/round.c'; else $(CYGPATH_W) '$(srcdir)/math/round.c'; fi` -misc/libarm32_libmingwex_a-feholdexcept.o: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm32_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-roundf.o: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-roundf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Tpo -c -o math/libarm64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm64_libmingwex_a-roundf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-roundf.o `test -f 'math/roundf.c' || echo '$(srcdir)/'`math/roundf.c -misc/libarm32_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feholdexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm32_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-roundf.obj: math/roundf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-roundf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Tpo -c -o math/libarm64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-roundf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundf.c' object='math/libarm64_libmingwex_a-roundf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-roundf.obj `if test -f 'math/roundf.c'; then $(CYGPATH_W) 'math/roundf.c'; else $(CYGPATH_W) '$(srcdir)/math/roundf.c'; fi` -misc/libarm32_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm32_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-roundl.o: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-roundl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Tpo -c -o math/libarm64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm64_libmingwex_a-roundl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-roundl.o `test -f 'math/roundl.c' || echo '$(srcdir)/'`math/roundl.c -misc/libarm32_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feraiseexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm32_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-roundl.obj: math/roundl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-roundl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Tpo -c -o math/libarm64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-roundl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/roundl.c' object='math/libarm64_libmingwex_a-roundl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-roundl.obj `if test -f 'math/roundl.c'; then $(CYGPATH_W) 'math/roundl.c'; else $(CYGPATH_W) '$(srcdir)/math/roundl.c'; fi` -misc/libarm32_libmingwex_a-fesetenv.o: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo -c -o misc/libarm32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm32_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-s_erf.o: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-s_erf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Tpo -c -o math/libarm64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm64_libmingwex_a-s_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-s_erf.o `test -f 'math/s_erf.c' || echo '$(srcdir)/'`math/s_erf.c -misc/libarm32_libmingwex_a-fesetenv.obj: misc/fesetenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo -c -o misc/libarm32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm32_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-s_erf.obj: math/s_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-s_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Tpo -c -o math/libarm64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-s_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/s_erf.c' object='math/libarm64_libmingwex_a-s_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-s_erf.obj `if test -f 'math/s_erf.c'; then $(CYGPATH_W) 'math/s_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/s_erf.c'; fi` -misc/libarm32_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm32_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sf_erf.o: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sf_erf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Tpo -c -o math/libarm64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm64_libmingwex_a-sf_erf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sf_erf.o `test -f 'math/sf_erf.c' || echo '$(srcdir)/'`math/sf_erf.c -misc/libarm32_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetexceptflag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm32_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sf_erf.obj: math/sf_erf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sf_erf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Tpo -c -o math/libarm64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sf_erf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sf_erf.c' object='math/libarm64_libmingwex_a-sf_erf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sf_erf.obj `if test -f 'math/sf_erf.c'; then $(CYGPATH_W) 'math/sf_erf.c'; else $(CYGPATH_W) '$(srcdir)/math/sf_erf.c'; fi` -misc/libarm32_libmingwex_a-fesetround.o: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo -c -o misc/libarm32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm32_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbit.o: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbit.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Tpo -c -o math/libarm64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm64_libmingwex_a-signbit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbit.o `test -f 'math/signbit.c' || echo '$(srcdir)/'`math/signbit.c -misc/libarm32_libmingwex_a-fesetround.obj: misc/fesetround.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo -c -o misc/libarm32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fesetround.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm32_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbit.obj: math/signbit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbit.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Tpo -c -o math/libarm64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbit.c' object='math/libarm64_libmingwex_a-signbit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbit.obj `if test -f 'math/signbit.c'; then $(CYGPATH_W) 'math/signbit.c'; else $(CYGPATH_W) '$(srcdir)/math/signbit.c'; fi` -misc/libarm32_libmingwex_a-fetestexcept.o: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm32_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbitf.o: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbitf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Tpo -c -o math/libarm64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm64_libmingwex_a-signbitf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbitf.o `test -f 'math/signbitf.c' || echo '$(srcdir)/'`math/signbitf.c -misc/libarm32_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fetestexcept.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm32_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbitf.obj: math/signbitf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbitf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Tpo -c -o math/libarm64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbitf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitf.c' object='math/libarm64_libmingwex_a-signbitf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbitf.obj `if test -f 'math/signbitf.c'; then $(CYGPATH_W) 'math/signbitf.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitf.c'; fi` -misc/libarm32_libmingwex_a-feupdateenv.o: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm32_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbitl.o: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbitl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Tpo -c -o math/libarm64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm64_libmingwex_a-signbitl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbitl.o `test -f 'math/signbitl.c' || echo '$(srcdir)/'`math/signbitl.c -misc/libarm32_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-feupdateenv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm32_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-signbitl.obj: math/signbitl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-signbitl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Tpo -c -o math/libarm64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-signbitl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/signbitl.c' object='math/libarm64_libmingwex_a-signbitl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-signbitl.obj `if test -f 'math/signbitl.c'; then $(CYGPATH_W) 'math/signbitl.c'; else $(CYGPATH_W) '$(srcdir)/math/signbitl.c'; fi` -misc/libarm32_libmingwex_a-ftruncate.o: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo -c -o misc/libarm32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm32_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sinhf.o: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sinhf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Tpo -c -o math/libarm64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm64_libmingwex_a-sinhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sinhf.o `test -f 'math/sinhf.c' || echo '$(srcdir)/'`math/sinhf.c -misc/libarm32_libmingwex_a-ftruncate.obj: misc/ftruncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo -c -o misc/libarm32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftruncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm32_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sinhf.obj: math/sinhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sinhf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Tpo -c -o math/libarm64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sinhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhf.c' object='math/libarm64_libmingwex_a-sinhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sinhf.obj `if test -f 'math/sinhf.c'; then $(CYGPATH_W) 'math/sinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhf.c'; fi` -misc/libarm32_libmingwex_a-fwide.o: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo -c -o misc/libarm32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm32_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sinhl.o: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sinhl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Tpo -c -o math/libarm64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm64_libmingwex_a-sinhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sinhl.o `test -f 'math/sinhl.c' || echo '$(srcdir)/'`math/sinhl.c -misc/libarm32_libmingwex_a-fwide.obj: misc/fwide.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo -c -o misc/libarm32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-fwide.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm32_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sinhl.obj: math/sinhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sinhl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Tpo -c -o math/libarm64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sinhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sinhl.c' object='math/libarm64_libmingwex_a-sinhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sinhl.obj `if test -f 'math/sinhl.c'; then $(CYGPATH_W) 'math/sinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/sinhl.c'; fi` -misc/libarm32_libmingwex_a-getlogin.o: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo -c -o misc/libarm32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm32_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrt.o: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrt.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Tpo -c -o math/libarm64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm64_libmingwex_a-sqrt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrt.o `test -f 'math/sqrt.c' || echo '$(srcdir)/'`math/sqrt.c -misc/libarm32_libmingwex_a-getlogin.obj: misc/getlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo -c -o misc/libarm32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getlogin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm32_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrt.obj: math/sqrt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrt.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Tpo -c -o math/libarm64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrt.c' object='math/libarm64_libmingwex_a-sqrt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrt.obj `if test -f 'math/sqrt.c'; then $(CYGPATH_W) 'math/sqrt.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrt.c'; fi` -misc/libarm32_libmingwex_a-getopt.o: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo -c -o misc/libarm32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm32_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrtf.o: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrtf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Tpo -c -o math/libarm64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm64_libmingwex_a-sqrtf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrtf.o `test -f 'math/sqrtf.c' || echo '$(srcdir)/'`math/sqrtf.c -misc/libarm32_libmingwex_a-getopt.obj: misc/getopt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo -c -o misc/libarm32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm32_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrtf.obj: math/sqrtf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrtf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Tpo -c -o math/libarm64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrtf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtf.c' object='math/libarm64_libmingwex_a-sqrtf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrtf.obj `if test -f 'math/sqrtf.c'; then $(CYGPATH_W) 'math/sqrtf.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtf.c'; fi` -misc/libarm32_libmingwex_a-gettimeofday.o: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm32_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrtl.o: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrtl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Tpo -c -o math/libarm64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm64_libmingwex_a-sqrtl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrtl.o `test -f 'math/sqrtl.c' || echo '$(srcdir)/'`math/sqrtl.c -misc/libarm32_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-gettimeofday.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm32_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-sqrtl.obj: math/sqrtl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-sqrtl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Tpo -c -o math/libarm64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-sqrtl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/sqrtl.c' object='math/libarm64_libmingwex_a-sqrtl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-sqrtl.obj `if test -f 'math/sqrtl.c'; then $(CYGPATH_W) 'math/sqrtl.c'; else $(CYGPATH_W) '$(srcdir)/math/sqrtl.c'; fi` -misc/libarm32_libmingwex_a-imaxabs.o: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo -c -o misc/libarm32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm32_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tanhf.o: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tanhf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Tpo -c -o math/libarm64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm64_libmingwex_a-tanhf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tanhf.o `test -f 'math/tanhf.c' || echo '$(srcdir)/'`math/tanhf.c -misc/libarm32_libmingwex_a-imaxabs.obj: misc/imaxabs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo -c -o misc/libarm32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxabs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm32_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tanhf.obj: math/tanhf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tanhf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Tpo -c -o math/libarm64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tanhf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhf.c' object='math/libarm64_libmingwex_a-tanhf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tanhf.obj `if test -f 'math/tanhf.c'; then $(CYGPATH_W) 'math/tanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhf.c'; fi` -misc/libarm32_libmingwex_a-imaxdiv.o: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm32_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tanhl.o: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tanhl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Tpo -c -o math/libarm64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm64_libmingwex_a-tanhl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tanhl.o `test -f 'math/tanhl.c' || echo '$(srcdir)/'`math/tanhl.c -misc/libarm32_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-imaxdiv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm32_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tanhl.obj: math/tanhl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tanhl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Tpo -c -o math/libarm64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tanhl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tanhl.c' object='math/libarm64_libmingwex_a-tanhl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tanhl.obj `if test -f 'math/tanhl.c'; then $(CYGPATH_W) 'math/tanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/tanhl.c'; fi` -misc/libarm32_libmingwex_a-isblank.o: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo -c -o misc/libarm32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm32_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgamma.o: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgamma.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Tpo -c -o math/libarm64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm64_libmingwex_a-tgamma.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgamma.o `test -f 'math/tgamma.c' || echo '$(srcdir)/'`math/tgamma.c -misc/libarm32_libmingwex_a-isblank.obj: misc/isblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo -c -o misc/libarm32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-isblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm32_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgamma.obj: math/tgamma.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgamma.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Tpo -c -o math/libarm64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgamma.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgamma.c' object='math/libarm64_libmingwex_a-tgamma.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgamma.obj `if test -f 'math/tgamma.c'; then $(CYGPATH_W) 'math/tgamma.c'; else $(CYGPATH_W) '$(srcdir)/math/tgamma.c'; fi` -misc/libarm32_libmingwex_a-iswblank.o: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo -c -o misc/libarm32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm32_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgammaf.o: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgammaf.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Tpo -c -o math/libarm64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm64_libmingwex_a-tgammaf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgammaf.o `test -f 'math/tgammaf.c' || echo '$(srcdir)/'`math/tgammaf.c -misc/libarm32_libmingwex_a-iswblank.obj: misc/iswblank.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo -c -o misc/libarm32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-iswblank.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm32_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgammaf.obj: math/tgammaf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgammaf.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Tpo -c -o math/libarm64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgammaf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammaf.c' object='math/libarm64_libmingwex_a-tgammaf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgammaf.obj `if test -f 'math/tgammaf.c'; then $(CYGPATH_W) 'math/tgammaf.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammaf.c'; fi` -misc/libarm32_libmingwex_a-mbrtowc.o: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm32_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgammal.o: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgammal.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Tpo -c -o math/libarm64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm64_libmingwex_a-tgammal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgammal.o `test -f 'math/tgammal.c' || echo '$(srcdir)/'`math/tgammal.c -misc/libarm32_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbrtowc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm32_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-tgammal.obj: math/tgammal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-tgammal.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Tpo -c -o math/libarm64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-tgammal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/tgammal.c' object='math/libarm64_libmingwex_a-tgammal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-tgammal.obj `if test -f 'math/tgammal.c'; then $(CYGPATH_W) 'math/tgammal.c'; else $(CYGPATH_W) '$(srcdir)/math/tgammal.c'; fi` -misc/libarm32_libmingwex_a-mbsinit.o: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo -c -o misc/libarm32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm32_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-truncl.o: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-truncl.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Tpo -c -o math/libarm64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm64_libmingwex_a-truncl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-truncl.o `test -f 'math/truncl.c' || echo '$(srcdir)/'`math/truncl.c -misc/libarm32_libmingwex_a-mbsinit.obj: misc/mbsinit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo -c -o misc/libarm32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mbsinit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm32_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-truncl.obj: math/truncl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-truncl.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Tpo -c -o math/libarm64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-truncl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/truncl.c' object='math/libarm64_libmingwex_a-truncl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-truncl.obj `if test -f 'math/truncl.c'; then $(CYGPATH_W) 'math/truncl.c'; else $(CYGPATH_W) '$(srcdir)/math/truncl.c'; fi` -misc/libarm32_libmingwex_a-mempcpy.o: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo -c -o misc/libarm32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm32_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ +math/libarm64_libmingwex_a-abs64.o: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-abs64.o -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Tpo -c -o math/libarm64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm64_libmingwex_a-abs64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-abs64.o `test -f 'math/abs64.c' || echo '$(srcdir)/'`math/abs64.c + +math/libarm64_libmingwex_a-abs64.obj: math/abs64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/libarm64_libmingwex_a-abs64.obj -MD -MP -MF math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Tpo -c -o math/libarm64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Tpo math/$(DEPDIR)/libarm64_libmingwex_a-abs64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/abs64.c' object='math/libarm64_libmingwex_a-abs64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/libarm64_libmingwex_a-abs64.obj `if test -f 'math/abs64.c'; then $(CYGPATH_W) 'math/abs64.c'; else $(CYGPATH_W) '$(srcdir)/math/abs64.c'; fi` -misc/libarm32_libmingwex_a-mempcpy.obj: misc/mempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo -c -o misc/libarm32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm32_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-alarm.o: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-alarm.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Tpo -c -o misc/libarm64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm64_libmingwex_a-alarm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-alarm.o `test -f 'misc/alarm.c' || echo '$(srcdir)/'`misc/alarm.c -misc/libarm32_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm32_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-alarm.obj: misc/alarm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-alarm.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Tpo -c -o misc/libarm64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-alarm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/alarm.c' object='misc/libarm64_libmingwex_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-alarm.obj `if test -f 'misc/alarm.c'; then $(CYGPATH_W) 'misc/alarm.c'; else $(CYGPATH_W) '$(srcdir)/misc/alarm.c'; fi` -misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-aligned-malloc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-assert.o: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-assert.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Tpo -c -o misc/libarm64_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/libarm64_libmingwex_a-assert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-assert.o `test -f 'misc/assert.c' || echo '$(srcdir)/'`misc/assert.c -misc/libarm32_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm32_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-assert.obj: misc/assert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-assert.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Tpo -c -o misc/libarm64_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-assert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/assert.c' object='misc/libarm64_libmingwex_a-assert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-assert.obj `if test -f 'misc/assert.c'; then $(CYGPATH_W) 'misc/assert.c'; else $(CYGPATH_W) '$(srcdir)/misc/assert.c'; fi` -misc/libarm32_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw-fseek.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm32_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-basename.o: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-basename.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Tpo -c -o misc/libarm64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm64_libmingwex_a-basename.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-basename.o `test -f 'misc/basename.c' || echo '$(srcdir)/'`misc/basename.c -misc/libarm32_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm32_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-basename.obj: misc/basename.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-basename.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Tpo -c -o misc/libarm64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-basename.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/basename.c' object='misc/libarm64_libmingwex_a-basename.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-basename.obj `if test -f 'misc/basename.c'; then $(CYGPATH_W) 'misc/basename.c'; else $(CYGPATH_W) '$(srcdir)/misc/basename.c'; fi` -misc/libarm32_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_matherr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm32_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-btowc.o: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-btowc.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Tpo -c -o misc/libarm64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm64_libmingwex_a-btowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-btowc.o `test -f 'misc/btowc.c' || echo '$(srcdir)/'`misc/btowc.c -misc/libarm32_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm32_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-btowc.obj: misc/btowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-btowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Tpo -c -o misc/libarm64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-btowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/btowc.c' object='misc/libarm64_libmingwex_a-btowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-btowc.obj `if test -f 'misc/btowc.c'; then $(CYGPATH_W) 'misc/btowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/btowc.c'; fi` -misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_mbwc_convert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delay-f.o: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delay-f.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Tpo -c -o misc/libarm64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm64_libmingwex_a-delay-f.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delay-f.o `test -f 'misc/delay-f.c' || echo '$(srcdir)/'`misc/delay-f.c -misc/libarm32_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm32_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delay-f.obj: misc/delay-f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delay-f.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Tpo -c -o misc/libarm64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delay-f.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-f.c' object='misc/libarm64_libmingwex_a-delay-f.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delay-f.obj `if test -f 'misc/delay-f.c'; then $(CYGPATH_W) 'misc/delay-f.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-f.c'; fi` -misc/libarm32_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_usleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm32_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delay-n.o: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delay-n.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Tpo -c -o misc/libarm64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm64_libmingwex_a-delay-n.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delay-n.o `test -f 'misc/delay-n.c' || echo '$(srcdir)/'`misc/delay-n.c -misc/libarm32_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm32_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delay-n.obj: misc/delay-n.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delay-n.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Tpo -c -o misc/libarm64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delay-n.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delay-n.c' object='misc/libarm64_libmingwex_a-delay-n.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delay-n.obj `if test -f 'misc/delay-n.c'; then $(CYGPATH_W) 'misc/delay-n.c'; else $(CYGPATH_W) '$(srcdir)/misc/delay-n.c'; fi` -misc/libarm32_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm32_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delayimp.o: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delayimp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Tpo -c -o misc/libarm64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm64_libmingwex_a-delayimp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delayimp.o `test -f 'misc/delayimp.c' || echo '$(srcdir)/'`misc/delayimp.c -misc/libarm32_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm32_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-delayimp.obj: misc/delayimp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-delayimp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Tpo -c -o misc/libarm64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-delayimp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/delayimp.c' object='misc/libarm64_libmingwex_a-delayimp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-delayimp.obj `if test -f 'misc/delayimp.c'; then $(CYGPATH_W) 'misc/delayimp.c'; else $(CYGPATH_W) '$(srcdir)/misc/delayimp.c'; fi` -misc/libarm32_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm32_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime.o: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Tpo -c -o misc/libarm64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm64_libmingwex_a-difftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime.o `test -f 'misc/difftime.c' || echo '$(srcdir)/'`misc/difftime.c -misc/libarm32_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm32_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime.obj: misc/difftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Tpo -c -o misc/libarm64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime.c' object='misc/libarm64_libmingwex_a-difftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime.obj `if test -f 'misc/difftime.c'; then $(CYGPATH_W) 'misc/difftime.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime.c'; fi` -misc/libarm32_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mingw_wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm32_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime32.o: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime32.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Tpo -c -o misc/libarm64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm64_libmingwex_a-difftime32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime32.o `test -f 'misc/difftime32.c' || echo '$(srcdir)/'`misc/difftime32.c -misc/libarm32_libmingwex_a-mkstemp.o: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo -c -o misc/libarm32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm32_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime32.obj: misc/difftime32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime32.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Tpo -c -o misc/libarm64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime32.c' object='misc/libarm64_libmingwex_a-difftime32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime32.obj `if test -f 'misc/difftime32.c'; then $(CYGPATH_W) 'misc/difftime32.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime32.c'; fi` -misc/libarm32_libmingwex_a-mkstemp.obj: misc/mkstemp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo -c -o misc/libarm32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-mkstemp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm32_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime64.o: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime64.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Tpo -c -o misc/libarm64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm64_libmingwex_a-difftime64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime64.o `test -f 'misc/difftime64.c' || echo '$(srcdir)/'`misc/difftime64.c -misc/libarm32_libmingwex_a-seterrno.o: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo -c -o misc/libarm32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm32_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-difftime64.obj: misc/difftime64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-difftime64.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Tpo -c -o misc/libarm64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-difftime64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/difftime64.c' object='misc/libarm64_libmingwex_a-difftime64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-difftime64.obj `if test -f 'misc/difftime64.c'; then $(CYGPATH_W) 'misc/difftime64.c'; else $(CYGPATH_W) '$(srcdir)/misc/difftime64.c'; fi` -misc/libarm32_libmingwex_a-seterrno.obj: misc/seterrno.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo -c -o misc/libarm32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-seterrno.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm32_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-dirent.o: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-dirent.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Tpo -c -o misc/libarm64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm64_libmingwex_a-dirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-dirent.o `test -f 'misc/dirent.c' || echo '$(srcdir)/'`misc/dirent.c -misc/libarm32_libmingwex_a-sleep.o: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo -c -o misc/libarm32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm32_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-dirent.obj: misc/dirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-dirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Tpo -c -o misc/libarm64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-dirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirent.c' object='misc/libarm64_libmingwex_a-dirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-dirent.obj `if test -f 'misc/dirent.c'; then $(CYGPATH_W) 'misc/dirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirent.c'; fi` -misc/libarm32_libmingwex_a-sleep.obj: misc/sleep.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo -c -o misc/libarm32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-sleep.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm32_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-dirname.o: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-dirname.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Tpo -c -o misc/libarm64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm64_libmingwex_a-dirname.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-dirname.o `test -f 'misc/dirname.c' || echo '$(srcdir)/'`misc/dirname.c -misc/libarm32_libmingwex_a-spawnv.o: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo -c -o misc/libarm32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm32_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-dirname.obj: misc/dirname.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-dirname.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Tpo -c -o misc/libarm64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-dirname.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/dirname.c' object='misc/libarm64_libmingwex_a-dirname.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-dirname.obj `if test -f 'misc/dirname.c'; then $(CYGPATH_W) 'misc/dirname.c'; else $(CYGPATH_W) '$(srcdir)/misc/dirname.c'; fi` -misc/libarm32_libmingwex_a-spawnv.obj: misc/spawnv.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo -c -o misc/libarm32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnv.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm32_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execv.o: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Tpo -c -o misc/libarm64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm64_libmingwex_a-execv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execv.o `test -f 'misc/execv.c' || echo '$(srcdir)/'`misc/execv.c -misc/libarm32_libmingwex_a-spawnve.o: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo -c -o misc/libarm32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm32_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execv.obj: misc/execv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Tpo -c -o misc/libarm64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execv.c' object='misc/libarm64_libmingwex_a-execv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execv.obj `if test -f 'misc/execv.c'; then $(CYGPATH_W) 'misc/execv.c'; else $(CYGPATH_W) '$(srcdir)/misc/execv.c'; fi` -misc/libarm32_libmingwex_a-spawnve.obj: misc/spawnve.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo -c -o misc/libarm32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnve.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm32_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execve.o: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execve.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Tpo -c -o misc/libarm64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm64_libmingwex_a-execve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execve.o `test -f 'misc/execve.c' || echo '$(srcdir)/'`misc/execve.c -misc/libarm32_libmingwex_a-spawnvp.o: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo -c -o misc/libarm32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm32_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execve.obj: misc/execve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execve.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Tpo -c -o misc/libarm64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execve.c' object='misc/libarm64_libmingwex_a-execve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execve.obj `if test -f 'misc/execve.c'; then $(CYGPATH_W) 'misc/execve.c'; else $(CYGPATH_W) '$(srcdir)/misc/execve.c'; fi` -misc/libarm32_libmingwex_a-spawnvp.obj: misc/spawnvp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo -c -o misc/libarm32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm32_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execvp.o: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execvp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Tpo -c -o misc/libarm64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm64_libmingwex_a-execvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execvp.o `test -f 'misc/execvp.c' || echo '$(srcdir)/'`misc/execvp.c -misc/libarm32_libmingwex_a-spawnvpe.o: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm32_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execvp.obj: misc/execvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Tpo -c -o misc/libarm64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvp.c' object='misc/libarm64_libmingwex_a-execvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execvp.obj `if test -f 'misc/execvp.c'; then $(CYGPATH_W) 'misc/execvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvp.c'; fi` -misc/libarm32_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-spawnvpe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm32_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execvpe.o: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Tpo -c -o misc/libarm64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm64_libmingwex_a-execvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execvpe.o `test -f 'misc/execvpe.c' || echo '$(srcdir)/'`misc/execvpe.c -misc/libarm32_libmingwex_a-strnlen.o: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo -c -o misc/libarm32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm32_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-execvpe.obj: misc/execvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-execvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Tpo -c -o misc/libarm64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-execvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/execvpe.c' object='misc/libarm64_libmingwex_a-execvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-execvpe.obj `if test -f 'misc/execvpe.c'; then $(CYGPATH_W) 'misc/execvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/execvpe.c'; fi` -misc/libarm32_libmingwex_a-strnlen.obj: misc/strnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo -c -o misc/libarm32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm32_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feclearexcept.o: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feclearexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm64_libmingwex_a-feclearexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feclearexcept.o `test -f 'misc/feclearexcept.c' || echo '$(srcdir)/'`misc/feclearexcept.c -misc/libarm32_libmingwex_a-strsafe.o: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo -c -o misc/libarm32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm32_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feclearexcept.obj: misc/feclearexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feclearexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Tpo -c -o misc/libarm64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feclearexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feclearexcept.c' object='misc/libarm64_libmingwex_a-feclearexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feclearexcept.obj `if test -f 'misc/feclearexcept.c'; then $(CYGPATH_W) 'misc/feclearexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feclearexcept.c'; fi` -misc/libarm32_libmingwex_a-strsafe.obj: misc/strsafe.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo -c -o misc/libarm32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strsafe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm32_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetenv.o: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Tpo -c -o misc/libarm64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm64_libmingwex_a-fegetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetenv.o `test -f 'misc/fegetenv.c' || echo '$(srcdir)/'`misc/fegetenv.c -misc/libarm32_libmingwex_a-strtoimax.o: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo -c -o misc/libarm32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm32_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetenv.obj: misc/fegetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Tpo -c -o misc/libarm64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetenv.c' object='misc/libarm64_libmingwex_a-fegetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetenv.obj `if test -f 'misc/fegetenv.c'; then $(CYGPATH_W) 'misc/fegetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetenv.c'; fi` -misc/libarm32_libmingwex_a-strtoimax.obj: misc/strtoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo -c -o misc/libarm32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm32_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetexceptflag.o: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm64_libmingwex_a-fegetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetexceptflag.o `test -f 'misc/fegetexceptflag.c' || echo '$(srcdir)/'`misc/fegetexceptflag.c -misc/libarm32_libmingwex_a-strtold.o: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo -c -o misc/libarm32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm32_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetexceptflag.obj: misc/fegetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Tpo -c -o misc/libarm64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetexceptflag.c' object='misc/libarm64_libmingwex_a-fegetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetexceptflag.obj `if test -f 'misc/fegetexceptflag.c'; then $(CYGPATH_W) 'misc/fegetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetexceptflag.c'; fi` -misc/libarm32_libmingwex_a-strtold.obj: misc/strtold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo -c -o misc/libarm32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm32_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetround.o: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetround.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Tpo -c -o misc/libarm64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm64_libmingwex_a-fegetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetround.o `test -f 'misc/fegetround.c' || echo '$(srcdir)/'`misc/fegetround.c -misc/libarm32_libmingwex_a-strtoumax.o: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo -c -o misc/libarm32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm32_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fegetround.obj: misc/fegetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fegetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Tpo -c -o misc/libarm64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fegetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fegetround.c' object='misc/libarm64_libmingwex_a-fegetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fegetround.obj `if test -f 'misc/fegetround.c'; then $(CYGPATH_W) 'misc/fegetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fegetround.c'; fi` -misc/libarm32_libmingwex_a-strtoumax.obj: misc/strtoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo -c -o misc/libarm32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-strtoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm32_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feholdexcept.o: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feholdexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm64_libmingwex_a-feholdexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feholdexcept.o `test -f 'misc/feholdexcept.c' || echo '$(srcdir)/'`misc/feholdexcept.c -misc/libarm32_libmingwex_a-tdelete.o: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo -c -o misc/libarm32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm32_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feholdexcept.obj: misc/feholdexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feholdexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Tpo -c -o misc/libarm64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feholdexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feholdexcept.c' object='misc/libarm64_libmingwex_a-feholdexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feholdexcept.obj `if test -f 'misc/feholdexcept.c'; then $(CYGPATH_W) 'misc/feholdexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feholdexcept.c'; fi` -misc/libarm32_libmingwex_a-tdelete.obj: misc/tdelete.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo -c -o misc/libarm32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tdelete.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm32_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feraiseexcept.o: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feraiseexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm64_libmingwex_a-feraiseexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feraiseexcept.o `test -f 'misc/feraiseexcept.c' || echo '$(srcdir)/'`misc/feraiseexcept.c -misc/libarm32_libmingwex_a-tfind.o: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo -c -o misc/libarm32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm32_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feraiseexcept.obj: misc/feraiseexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feraiseexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Tpo -c -o misc/libarm64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feraiseexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feraiseexcept.c' object='misc/libarm64_libmingwex_a-feraiseexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feraiseexcept.obj `if test -f 'misc/feraiseexcept.c'; then $(CYGPATH_W) 'misc/feraiseexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/feraiseexcept.c'; fi` -misc/libarm32_libmingwex_a-tfind.obj: misc/tfind.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo -c -o misc/libarm32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tfind.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm32_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetenv.o: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetenv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Tpo -c -o misc/libarm64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm64_libmingwex_a-fesetenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetenv.o `test -f 'misc/fesetenv.c' || echo '$(srcdir)/'`misc/fesetenv.c -misc/libarm32_libmingwex_a-tsearch.o: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo -c -o misc/libarm32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm32_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetenv.obj: misc/fesetenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Tpo -c -o misc/libarm64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetenv.c' object='misc/libarm64_libmingwex_a-fesetenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetenv.obj `if test -f 'misc/fesetenv.c'; then $(CYGPATH_W) 'misc/fesetenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetenv.c'; fi` -misc/libarm32_libmingwex_a-tsearch.obj: misc/tsearch.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo -c -o misc/libarm32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-tsearch.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm32_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetexceptflag.o: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetexceptflag.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm64_libmingwex_a-fesetexceptflag.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetexceptflag.o `test -f 'misc/fesetexceptflag.c' || echo '$(srcdir)/'`misc/fesetexceptflag.c -misc/libarm32_libmingwex_a-twalk.o: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo -c -o misc/libarm32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm32_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetexceptflag.obj: misc/fesetexceptflag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetexceptflag.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Tpo -c -o misc/libarm64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetexceptflag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetexceptflag.c' object='misc/libarm64_libmingwex_a-fesetexceptflag.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetexceptflag.obj `if test -f 'misc/fesetexceptflag.c'; then $(CYGPATH_W) 'misc/fesetexceptflag.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetexceptflag.c'; fi` -misc/libarm32_libmingwex_a-twalk.obj: misc/twalk.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo -c -o misc/libarm32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-twalk.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm32_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetround.o: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetround.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Tpo -c -o misc/libarm64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm64_libmingwex_a-fesetround.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetround.o `test -f 'misc/fesetround.c' || echo '$(srcdir)/'`misc/fesetround.c -misc/libarm32_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fesetround.obj: misc/fesetround.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fesetround.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Tpo -c -o misc/libarm64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fesetround.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fesetround.c' object='misc/libarm64_libmingwex_a-fesetround.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fesetround.obj `if test -f 'misc/fesetround.c'; then $(CYGPATH_W) 'misc/fesetround.c'; else $(CYGPATH_W) '$(srcdir)/misc/fesetround.c'; fi` -misc/libarm32_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c16rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fetestexcept.o: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fetestexcept.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm64_libmingwex_a-fetestexcept.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fetestexcept.o `test -f 'misc/fetestexcept.c' || echo '$(srcdir)/'`misc/fetestexcept.c -misc/libarm32_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fetestexcept.obj: misc/fetestexcept.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fetestexcept.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Tpo -c -o misc/libarm64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fetestexcept.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fetestexcept.c' object='misc/libarm64_libmingwex_a-fetestexcept.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fetestexcept.obj `if test -f 'misc/fetestexcept.c'; then $(CYGPATH_W) 'misc/fetestexcept.c'; else $(CYGPATH_W) '$(srcdir)/misc/fetestexcept.c'; fi` -misc/libarm32_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_c32rtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm32_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feupdateenv.o: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feupdateenv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm64_libmingwex_a-feupdateenv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feupdateenv.o `test -f 'misc/feupdateenv.c' || echo '$(srcdir)/'`misc/feupdateenv.c -misc/libarm32_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-feupdateenv.obj: misc/feupdateenv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-feupdateenv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Tpo -c -o misc/libarm64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-feupdateenv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/feupdateenv.c' object='misc/libarm64_libmingwex_a-feupdateenv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-feupdateenv.obj `if test -f 'misc/feupdateenv.c'; then $(CYGPATH_W) 'misc/feupdateenv.c'; else $(CYGPATH_W) '$(srcdir)/misc/feupdateenv.c'; fi` -misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc16.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftruncate.o: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftruncate.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Tpo -c -o misc/libarm64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm64_libmingwex_a-ftruncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftruncate.o `test -f 'misc/ftruncate.c' || echo '$(srcdir)/'`misc/ftruncate.c -misc/libarm32_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftruncate.obj: misc/ftruncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftruncate.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Tpo -c -o misc/libarm64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftruncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftruncate.c' object='misc/libarm64_libmingwex_a-ftruncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftruncate.obj `if test -f 'misc/ftruncate.c'; then $(CYGPATH_W) 'misc/ftruncate.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftruncate.c'; fi` -misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-uchar_mbrtoc32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fwide.o: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fwide.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Tpo -c -o misc/libarm64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm64_libmingwex_a-fwide.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fwide.o `test -f 'misc/fwide.c' || echo '$(srcdir)/'`misc/fwide.c -misc/libarm32_libmingwex_a-wassert.o: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo -c -o misc/libarm32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm32_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-fwide.obj: misc/fwide.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-fwide.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Tpo -c -o misc/libarm64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-fwide.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/fwide.c' object='misc/libarm64_libmingwex_a-fwide.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-fwide.obj `if test -f 'misc/fwide.c'; then $(CYGPATH_W) 'misc/fwide.c'; else $(CYGPATH_W) '$(srcdir)/misc/fwide.c'; fi` -misc/libarm32_libmingwex_a-wassert.obj: misc/wassert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo -c -o misc/libarm32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wassert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm32_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-getlogin.o: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-getlogin.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Tpo -c -o misc/libarm64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm64_libmingwex_a-getlogin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-getlogin.o `test -f 'misc/getlogin.c' || echo '$(srcdir)/'`misc/getlogin.c -misc/libarm32_libmingwex_a-wcrtomb.o: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm32_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-getlogin.obj: misc/getlogin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-getlogin.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Tpo -c -o misc/libarm64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-getlogin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getlogin.c' object='misc/libarm64_libmingwex_a-getlogin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-getlogin.obj `if test -f 'misc/getlogin.c'; then $(CYGPATH_W) 'misc/getlogin.c'; else $(CYGPATH_W) '$(srcdir)/misc/getlogin.c'; fi` -misc/libarm32_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcrtomb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm32_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-getopt.o: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-getopt.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Tpo -c -o misc/libarm64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm64_libmingwex_a-getopt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-getopt.o `test -f 'misc/getopt.c' || echo '$(srcdir)/'`misc/getopt.c -misc/libarm32_libmingwex_a-wcsnlen.o: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm32_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-getopt.obj: misc/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-getopt.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Tpo -c -o misc/libarm64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/getopt.c' object='misc/libarm64_libmingwex_a-getopt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-getopt.obj `if test -f 'misc/getopt.c'; then $(CYGPATH_W) 'misc/getopt.c'; else $(CYGPATH_W) '$(srcdir)/misc/getopt.c'; fi` -misc/libarm32_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcsnlen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm32_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-gettimeofday.o: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-gettimeofday.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm64_libmingwex_a-gettimeofday.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-gettimeofday.o `test -f 'misc/gettimeofday.c' || echo '$(srcdir)/'`misc/gettimeofday.c -misc/libarm32_libmingwex_a-wcstof.o: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo -c -o misc/libarm32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm32_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-gettimeofday.obj: misc/gettimeofday.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-gettimeofday.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Tpo -c -o misc/libarm64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-gettimeofday.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/gettimeofday.c' object='misc/libarm64_libmingwex_a-gettimeofday.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-gettimeofday.obj `if test -f 'misc/gettimeofday.c'; then $(CYGPATH_W) 'misc/gettimeofday.c'; else $(CYGPATH_W) '$(srcdir)/misc/gettimeofday.c'; fi` -misc/libarm32_libmingwex_a-wcstof.obj: misc/wcstof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo -c -o misc/libarm32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm32_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-imaxabs.o: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-imaxabs.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Tpo -c -o misc/libarm64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm64_libmingwex_a-imaxabs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-imaxabs.o `test -f 'misc/imaxabs.c' || echo '$(srcdir)/'`misc/imaxabs.c -misc/libarm32_libmingwex_a-wcstoimax.o: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm32_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-imaxabs.obj: misc/imaxabs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-imaxabs.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Tpo -c -o misc/libarm64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-imaxabs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxabs.c' object='misc/libarm64_libmingwex_a-imaxabs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-imaxabs.obj `if test -f 'misc/imaxabs.c'; then $(CYGPATH_W) 'misc/imaxabs.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxabs.c'; fi` -misc/libarm32_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoimax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm32_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-imaxdiv.o: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-imaxdiv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm64_libmingwex_a-imaxdiv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-imaxdiv.o `test -f 'misc/imaxdiv.c' || echo '$(srcdir)/'`misc/imaxdiv.c -misc/libarm32_libmingwex_a-wcstold.o: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo -c -o misc/libarm32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm32_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-imaxdiv.obj: misc/imaxdiv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-imaxdiv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Tpo -c -o misc/libarm64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-imaxdiv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/imaxdiv.c' object='misc/libarm64_libmingwex_a-imaxdiv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-imaxdiv.obj `if test -f 'misc/imaxdiv.c'; then $(CYGPATH_W) 'misc/imaxdiv.c'; else $(CYGPATH_W) '$(srcdir)/misc/imaxdiv.c'; fi` -misc/libarm32_libmingwex_a-wcstold.obj: misc/wcstold.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo -c -o misc/libarm32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstold.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm32_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-isblank.o: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-isblank.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Tpo -c -o misc/libarm64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm64_libmingwex_a-isblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-isblank.o `test -f 'misc/isblank.c' || echo '$(srcdir)/'`misc/isblank.c -misc/libarm32_libmingwex_a-wcstoumax.o: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm32_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-isblank.obj: misc/isblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-isblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Tpo -c -o misc/libarm64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-isblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/isblank.c' object='misc/libarm64_libmingwex_a-isblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-isblank.obj `if test -f 'misc/isblank.c'; then $(CYGPATH_W) 'misc/isblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/isblank.c'; fi` -misc/libarm32_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wcstoumax.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm32_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-iswblank.o: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-iswblank.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Tpo -c -o misc/libarm64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm64_libmingwex_a-iswblank.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-iswblank.o `test -f 'misc/iswblank.c' || echo '$(srcdir)/'`misc/iswblank.c -misc/libarm32_libmingwex_a-wctob.o: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo -c -o misc/libarm32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm32_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-iswblank.obj: misc/iswblank.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-iswblank.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Tpo -c -o misc/libarm64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-iswblank.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/iswblank.c' object='misc/libarm64_libmingwex_a-iswblank.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-iswblank.obj `if test -f 'misc/iswblank.c'; then $(CYGPATH_W) 'misc/iswblank.c'; else $(CYGPATH_W) '$(srcdir)/misc/iswblank.c'; fi` -misc/libarm32_libmingwex_a-wctob.obj: misc/wctob.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo -c -o misc/libarm32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctob.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm32_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mbrtowc.o: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mbrtowc.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm64_libmingwex_a-mbrtowc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mbrtowc.o `test -f 'misc/mbrtowc.c' || echo '$(srcdir)/'`misc/mbrtowc.c -misc/libarm32_libmingwex_a-wctrans.o: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo -c -o misc/libarm32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm32_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mbrtowc.obj: misc/mbrtowc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mbrtowc.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Tpo -c -o misc/libarm64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mbrtowc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbrtowc.c' object='misc/libarm64_libmingwex_a-mbrtowc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mbrtowc.obj `if test -f 'misc/mbrtowc.c'; then $(CYGPATH_W) 'misc/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbrtowc.c'; fi` -misc/libarm32_libmingwex_a-wctrans.obj: misc/wctrans.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo -c -o misc/libarm32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctrans.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm32_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mbsinit.o: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mbsinit.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Tpo -c -o misc/libarm64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm64_libmingwex_a-mbsinit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mbsinit.o `test -f 'misc/mbsinit.c' || echo '$(srcdir)/'`misc/mbsinit.c -misc/libarm32_libmingwex_a-wctype.o: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo -c -o misc/libarm32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm32_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mbsinit.obj: misc/mbsinit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mbsinit.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Tpo -c -o misc/libarm64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mbsinit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mbsinit.c' object='misc/libarm64_libmingwex_a-mbsinit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mbsinit.obj `if test -f 'misc/mbsinit.c'; then $(CYGPATH_W) 'misc/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/misc/mbsinit.c'; fi` -misc/libarm32_libmingwex_a-wctype.obj: misc/wctype.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo -c -o misc/libarm32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wctype.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm32_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mempcpy.o: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Tpo -c -o misc/libarm64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm64_libmingwex_a-mempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mempcpy.o `test -f 'misc/mempcpy.c' || echo '$(srcdir)/'`misc/mempcpy.c -misc/libarm32_libmingwex_a-wdirent.o: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo -c -o misc/libarm32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm32_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mempcpy.obj: misc/mempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Tpo -c -o misc/libarm64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mempcpy.c' object='misc/libarm64_libmingwex_a-mempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mempcpy.obj `if test -f 'misc/mempcpy.c'; then $(CYGPATH_W) 'misc/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/mempcpy.c'; fi` -misc/libarm32_libmingwex_a-wdirent.obj: misc/wdirent.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo -c -o misc/libarm32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wdirent.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm32_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw-aligned-malloc.o: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw-aligned-malloc.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm64_libmingwex_a-mingw-aligned-malloc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw-aligned-malloc.o `test -f 'misc/mingw-aligned-malloc.c' || echo '$(srcdir)/'`misc/mingw-aligned-malloc.c -misc/libarm32_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm32_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw-aligned-malloc.obj: misc/mingw-aligned-malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw-aligned-malloc.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Tpo -c -o misc/libarm64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-aligned-malloc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-aligned-malloc.c' object='misc/libarm64_libmingwex_a-mingw-aligned-malloc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw-aligned-malloc.obj `if test -f 'misc/mingw-aligned-malloc.c'; then $(CYGPATH_W) 'misc/mingw-aligned-malloc.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-aligned-malloc.c'; fi` -misc/libarm32_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_uint64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm32_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw-fseek.o: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw-fseek.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm64_libmingwex_a-mingw-fseek.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw-fseek.o `test -f 'misc/mingw-fseek.c' || echo '$(srcdir)/'`misc/mingw-fseek.c -misc/libarm32_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm32_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw-fseek.obj: misc/mingw-fseek.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw-fseek.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Tpo -c -o misc/libarm64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw-fseek.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw-fseek.c' object='misc/libarm64_libmingwex_a-mingw-fseek.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw-fseek.obj `if test -f 'misc/mingw-fseek.c'; then $(CYGPATH_W) 'misc/mingw-fseek.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw-fseek.c'; fi` -misc/libarm32_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ulong.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm32_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_matherr.o: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_matherr.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm64_libmingwex_a-mingw_matherr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_matherr.o `test -f 'misc/mingw_matherr.c' || echo '$(srcdir)/'`misc/mingw_matherr.c -misc/libarm32_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm32_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_matherr.obj: misc/mingw_matherr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_matherr.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Tpo -c -o misc/libarm64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_matherr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_matherr.c' object='misc/libarm64_libmingwex_a-mingw_matherr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_matherr.obj `if test -f 'misc/mingw_matherr.c'; then $(CYGPATH_W) 'misc/mingw_matherr.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_matherr.c'; fi` -misc/libarm32_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-winbs_ushort.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm32_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_mbwc_convert.o: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_mbwc_convert.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm64_libmingwex_a-mingw_mbwc_convert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_mbwc_convert.o `test -f 'misc/mingw_mbwc_convert.c' || echo '$(srcdir)/'`misc/mingw_mbwc_convert.c -misc/libarm32_libmingwex_a-wmemchr.o: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo -c -o misc/libarm32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm32_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_mbwc_convert.obj: misc/mingw_mbwc_convert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_mbwc_convert.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Tpo -c -o misc/libarm64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_mbwc_convert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_mbwc_convert.c' object='misc/libarm64_libmingwex_a-mingw_mbwc_convert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_mbwc_convert.obj `if test -f 'misc/mingw_mbwc_convert.c'; then $(CYGPATH_W) 'misc/mingw_mbwc_convert.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_mbwc_convert.c'; fi` -misc/libarm32_libmingwex_a-wmemchr.obj: misc/wmemchr.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo -c -o misc/libarm32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemchr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm32_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_usleep.o: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_usleep.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm64_libmingwex_a-mingw_usleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_usleep.o `test -f 'misc/mingw_usleep.c' || echo '$(srcdir)/'`misc/mingw_usleep.c -misc/libarm32_libmingwex_a-wmemcmp.o: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm32_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_usleep.obj: misc/mingw_usleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_usleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Tpo -c -o misc/libarm64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_usleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_usleep.c' object='misc/libarm64_libmingwex_a-mingw_usleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_usleep.obj `if test -f 'misc/mingw_usleep.c'; then $(CYGPATH_W) 'misc/mingw_usleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_usleep.c'; fi` -misc/libarm32_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm32_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstod.o: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstod.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm64_libmingwex_a-mingw_wcstod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstod.o `test -f 'misc/mingw_wcstod.c' || echo '$(srcdir)/'`misc/mingw_wcstod.c -misc/libarm32_libmingwex_a-wmemcpy.o: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm32_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstod.obj: misc/mingw_wcstod.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstod.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstod.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstod.c' object='misc/libarm64_libmingwex_a-mingw_wcstod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstod.obj `if test -f 'misc/mingw_wcstod.c'; then $(CYGPATH_W) 'misc/mingw_wcstod.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstod.c'; fi` -misc/libarm32_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm32_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstof.o: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm64_libmingwex_a-mingw_wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstof.o `test -f 'misc/mingw_wcstof.c' || echo '$(srcdir)/'`misc/mingw_wcstof.c -misc/libarm32_libmingwex_a-wmemmove.o: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo -c -o misc/libarm32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm32_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstof.obj: misc/mingw_wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstof.c' object='misc/libarm64_libmingwex_a-mingw_wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstof.obj `if test -f 'misc/mingw_wcstof.c'; then $(CYGPATH_W) 'misc/mingw_wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstof.c'; fi` -misc/libarm32_libmingwex_a-wmemmove.obj: misc/wmemmove.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo -c -o misc/libarm32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemmove.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm32_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstold.o: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm64_libmingwex_a-mingw_wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstold.o `test -f 'misc/mingw_wcstold.c' || echo '$(srcdir)/'`misc/mingw_wcstold.c -misc/libarm32_libmingwex_a-wmempcpy.o: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm32_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mingw_wcstold.obj: misc/mingw_wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mingw_wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Tpo -c -o misc/libarm64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mingw_wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mingw_wcstold.c' object='misc/libarm64_libmingwex_a-mingw_wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mingw_wcstold.obj `if test -f 'misc/mingw_wcstold.c'; then $(CYGPATH_W) 'misc/mingw_wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/mingw_wcstold.c'; fi` -misc/libarm32_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmempcpy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm32_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mkstemp.o: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mkstemp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Tpo -c -o misc/libarm64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm64_libmingwex_a-mkstemp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mkstemp.o `test -f 'misc/mkstemp.c' || echo '$(srcdir)/'`misc/mkstemp.c -misc/libarm32_libmingwex_a-wmemset.o: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo -c -o misc/libarm32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm32_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-mkstemp.obj: misc/mkstemp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-mkstemp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Tpo -c -o misc/libarm64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-mkstemp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/mkstemp.c' object='misc/libarm64_libmingwex_a-mkstemp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-mkstemp.obj `if test -f 'misc/mkstemp.c'; then $(CYGPATH_W) 'misc/mkstemp.c'; else $(CYGPATH_W) '$(srcdir)/misc/mkstemp.c'; fi` -misc/libarm32_libmingwex_a-wmemset.obj: misc/wmemset.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo -c -o misc/libarm32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-wmemset.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm32_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-seterrno.o: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-seterrno.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Tpo -c -o misc/libarm64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm64_libmingwex_a-seterrno.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-seterrno.o `test -f 'misc/seterrno.c' || echo '$(srcdir)/'`misc/seterrno.c -misc/libarm32_libmingwex_a-ftw.o: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo -c -o misc/libarm32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm32_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-seterrno.obj: misc/seterrno.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-seterrno.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Tpo -c -o misc/libarm64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-seterrno.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/seterrno.c' object='misc/libarm64_libmingwex_a-seterrno.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-seterrno.obj `if test -f 'misc/seterrno.c'; then $(CYGPATH_W) 'misc/seterrno.c'; else $(CYGPATH_W) '$(srcdir)/misc/seterrno.c'; fi` -misc/libarm32_libmingwex_a-ftw.obj: misc/ftw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo -c -o misc/libarm32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm32_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-sleep.o: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-sleep.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Tpo -c -o misc/libarm64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm64_libmingwex_a-sleep.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-sleep.o `test -f 'misc/sleep.c' || echo '$(srcdir)/'`misc/sleep.c -misc/libarm32_libmingwex_a-ftw64.o: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo -c -o misc/libarm32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm32_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-sleep.obj: misc/sleep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-sleep.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Tpo -c -o misc/libarm64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-sleep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/sleep.c' object='misc/libarm64_libmingwex_a-sleep.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-sleep.obj `if test -f 'misc/sleep.c'; then $(CYGPATH_W) 'misc/sleep.c'; else $(CYGPATH_W) '$(srcdir)/misc/sleep.c'; fi` -misc/libarm32_libmingwex_a-ftw64.obj: misc/ftw64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo -c -o misc/libarm32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm32_libmingwex_a-ftw64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm32_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnv.o: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Tpo -c -o misc/libarm64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm64_libmingwex_a-spawnv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnv.o `test -f 'misc/spawnv.c' || echo '$(srcdir)/'`misc/spawnv.c -stdio/libarm32_libmingwex_a-strtok_r.o: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm32_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnv.obj: misc/spawnv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Tpo -c -o misc/libarm64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnv.c' object='misc/libarm64_libmingwex_a-spawnv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnv.obj `if test -f 'misc/spawnv.c'; then $(CYGPATH_W) 'misc/spawnv.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnv.c'; fi` + +misc/libarm64_libmingwex_a-spawnve.o: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnve.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Tpo -c -o misc/libarm64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm64_libmingwex_a-spawnve.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnve.o `test -f 'misc/spawnve.c' || echo '$(srcdir)/'`misc/spawnve.c -stdio/libarm32_libmingwex_a-strtok_r.obj: stdio/strtok_r.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtok_r.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm32_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnve.obj: misc/spawnve.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnve.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Tpo -c -o misc/libarm64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnve.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnve.c' object='misc/libarm64_libmingwex_a-spawnve.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnve.obj `if test -f 'misc/spawnve.c'; then $(CYGPATH_W) 'misc/spawnve.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnve.c'; fi` -stdio/libarm32_libmingwex_a-_Exit.o: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo -c -o stdio/libarm32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm32_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnvp.o: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnvp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Tpo -c -o misc/libarm64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm64_libmingwex_a-spawnvp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnvp.o `test -f 'misc/spawnvp.c' || echo '$(srcdir)/'`misc/spawnvp.c -stdio/libarm32_libmingwex_a-_Exit.obj: stdio/_Exit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo -c -o stdio/libarm32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_Exit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm32_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnvp.obj: misc/spawnvp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnvp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Tpo -c -o misc/libarm64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvp.c' object='misc/libarm64_libmingwex_a-spawnvp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnvp.obj `if test -f 'misc/spawnvp.c'; then $(CYGPATH_W) 'misc/spawnvp.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvp.c'; fi` -stdio/libarm32_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm32_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnvpe.o: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnvpe.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm64_libmingwex_a-spawnvpe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnvpe.o `test -f 'misc/spawnvpe.c' || echo '$(srcdir)/'`misc/spawnvpe.c -stdio/libarm32_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm32_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-spawnvpe.obj: misc/spawnvpe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-spawnvpe.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Tpo -c -o misc/libarm64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-spawnvpe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/spawnvpe.c' object='misc/libarm64_libmingwex_a-spawnvpe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-spawnvpe.obj `if test -f 'misc/spawnvpe.c'; then $(CYGPATH_W) 'misc/spawnvpe.c'; else $(CYGPATH_W) '$(srcdir)/misc/spawnvpe.c'; fi` -stdio/libarm32_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm32_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strnlen.o: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Tpo -c -o misc/libarm64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm64_libmingwex_a-strnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strnlen.o `test -f 'misc/strnlen.c' || echo '$(srcdir)/'`misc/strnlen.c -stdio/libarm32_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_findnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm32_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strnlen.obj: misc/strnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Tpo -c -o misc/libarm64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strnlen.c' object='misc/libarm64_libmingwex_a-strnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strnlen.obj `if test -f 'misc/strnlen.c'; then $(CYGPATH_W) 'misc/strnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/strnlen.c'; fi` -stdio/libarm32_libmingwex_a-_fstat.o: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm32_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strsafe.o: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strsafe.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Tpo -c -o misc/libarm64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm64_libmingwex_a-strsafe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strsafe.o `test -f 'misc/strsafe.c' || echo '$(srcdir)/'`misc/strsafe.c -stdio/libarm32_libmingwex_a-_fstat.obj: stdio/_fstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm32_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strsafe.obj: misc/strsafe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strsafe.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Tpo -c -o misc/libarm64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strsafe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strsafe.c' object='misc/libarm64_libmingwex_a-strsafe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strsafe.obj `if test -f 'misc/strsafe.c'; then $(CYGPATH_W) 'misc/strsafe.c'; else $(CYGPATH_W) '$(srcdir)/misc/strsafe.c'; fi` -stdio/libarm32_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm32_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtoimax.o: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Tpo -c -o misc/libarm64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm64_libmingwex_a-strtoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtoimax.o `test -f 'misc/strtoimax.c' || echo '$(srcdir)/'`misc/strtoimax.c -stdio/libarm32_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_fstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm32_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtoimax.obj: misc/strtoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Tpo -c -o misc/libarm64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoimax.c' object='misc/libarm64_libmingwex_a-strtoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtoimax.obj `if test -f 'misc/strtoimax.c'; then $(CYGPATH_W) 'misc/strtoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoimax.c'; fi` -stdio/libarm32_libmingwex_a-_ftime.o: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo -c -o stdio/libarm32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm32_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtold.o: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtold.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Tpo -c -o misc/libarm64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm64_libmingwex_a-strtold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtold.o `test -f 'misc/strtold.c' || echo '$(srcdir)/'`misc/strtold.c -stdio/libarm32_libmingwex_a-_ftime.obj: stdio/_ftime.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo -c -o stdio/libarm32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_ftime.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm32_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtold.obj: misc/strtold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtold.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Tpo -c -o misc/libarm64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtold.c' object='misc/libarm64_libmingwex_a-strtold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtold.obj `if test -f 'misc/strtold.c'; then $(CYGPATH_W) 'misc/strtold.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtold.c'; fi` -stdio/libarm32_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm32_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtoumax.o: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Tpo -c -o misc/libarm64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm64_libmingwex_a-strtoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtoumax.o `test -f 'misc/strtoumax.c' || echo '$(srcdir)/'`misc/strtoumax.c -stdio/libarm32_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm32_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-strtoumax.obj: misc/strtoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-strtoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Tpo -c -o misc/libarm64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-strtoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/strtoumax.c' object='misc/libarm64_libmingwex_a-strtoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-strtoumax.obj `if test -f 'misc/strtoumax.c'; then $(CYGPATH_W) 'misc/strtoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/strtoumax.c'; fi` -stdio/libarm32_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm32_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tdelete.o: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tdelete.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Tpo -c -o misc/libarm64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm64_libmingwex_a-tdelete.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tdelete.o `test -f 'misc/tdelete.c' || echo '$(srcdir)/'`misc/tdelete.c -stdio/libarm32_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_getwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm32_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tdelete.obj: misc/tdelete.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tdelete.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Tpo -c -o misc/libarm64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tdelete.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tdelete.c' object='misc/libarm64_libmingwex_a-tdelete.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tdelete.obj `if test -f 'misc/tdelete.c'; then $(CYGPATH_W) 'misc/tdelete.c'; else $(CYGPATH_W) '$(srcdir)/misc/tdelete.c'; fi` -stdio/libarm32_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm32_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tfind.o: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tfind.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Tpo -c -o misc/libarm64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm64_libmingwex_a-tfind.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tfind.o `test -f 'misc/tfind.c' || echo '$(srcdir)/'`misc/tfind.c -stdio/libarm32_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm32_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tfind.obj: misc/tfind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tfind.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Tpo -c -o misc/libarm64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tfind.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tfind.c' object='misc/libarm64_libmingwex_a-tfind.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tfind.obj `if test -f 'misc/tfind.c'; then $(CYGPATH_W) 'misc/tfind.c'; else $(CYGPATH_W) '$(srcdir)/misc/tfind.c'; fi` -stdio/libarm32_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm32_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tsearch.o: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tsearch.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Tpo -c -o misc/libarm64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm64_libmingwex_a-tsearch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tsearch.o `test -f 'misc/tsearch.c' || echo '$(srcdir)/'`misc/tsearch.c -stdio/libarm32_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_putwc_nolock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm32_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-tsearch.obj: misc/tsearch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-tsearch.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Tpo -c -o misc/libarm64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-tsearch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/tsearch.c' object='misc/libarm64_libmingwex_a-tsearch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-tsearch.obj `if test -f 'misc/tsearch.c'; then $(CYGPATH_W) 'misc/tsearch.c'; else $(CYGPATH_W) '$(srcdir)/misc/tsearch.c'; fi` -stdio/libarm32_libmingwex_a-_stat.o: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo -c -o stdio/libarm32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm32_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-twalk.o: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-twalk.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Tpo -c -o misc/libarm64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm64_libmingwex_a-twalk.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-twalk.o `test -f 'misc/twalk.c' || echo '$(srcdir)/'`misc/twalk.c -stdio/libarm32_libmingwex_a-_stat.obj: stdio/_stat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo -c -o stdio/libarm32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm32_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-twalk.obj: misc/twalk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-twalk.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Tpo -c -o misc/libarm64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-twalk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/twalk.c' object='misc/libarm64_libmingwex_a-twalk.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-twalk.obj `if test -f 'misc/twalk.c'; then $(CYGPATH_W) 'misc/twalk.c'; else $(CYGPATH_W) '$(srcdir)/misc/twalk.c'; fi` -stdio/libarm32_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm32_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_c16rtomb.o: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_c16rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm64_libmingwex_a-uchar_c16rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_c16rtomb.o `test -f 'misc/uchar_c16rtomb.c' || echo '$(srcdir)/'`misc/uchar_c16rtomb.c -stdio/libarm32_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_stat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm32_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_c16rtomb.obj: misc/uchar_c16rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_c16rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Tpo -c -o misc/libarm64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c16rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c16rtomb.c' object='misc/libarm64_libmingwex_a-uchar_c16rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_c16rtomb.obj `if test -f 'misc/uchar_c16rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c16rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c16rtomb.c'; fi` -stdio/libarm32_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm32_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_c32rtomb.o: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_c32rtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm64_libmingwex_a-uchar_c32rtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_c32rtomb.o `test -f 'misc/uchar_c32rtomb.c' || echo '$(srcdir)/'`misc/uchar_c32rtomb.c -stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindfirst64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_c32rtomb.obj: misc/uchar_c32rtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_c32rtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Tpo -c -o misc/libarm64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_c32rtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_c32rtomb.c' object='misc/libarm64_libmingwex_a-uchar_c32rtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_c32rtomb.obj `if test -f 'misc/uchar_c32rtomb.c'; then $(CYGPATH_W) 'misc/uchar_c32rtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_c32rtomb.c'; fi` -stdio/libarm32_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm32_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_mbrtoc16.o: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_mbrtoc16.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm64_libmingwex_a-uchar_mbrtoc16.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc16.o `test -f 'misc/uchar_mbrtoc16.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc16.c -stdio/libarm32_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wfindnext64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm32_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_mbrtoc16.obj: misc/uchar_mbrtoc16.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_mbrtoc16.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Tpo -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc16.c' object='misc/libarm64_libmingwex_a-uchar_mbrtoc16.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc16.obj `if test -f 'misc/uchar_mbrtoc16.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc16.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc16.c'; fi` -stdio/libarm32_libmingwex_a-_wstat.o: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm32_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_mbrtoc32.o: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_mbrtoc32.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm64_libmingwex_a-uchar_mbrtoc32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc32.o `test -f 'misc/uchar_mbrtoc32.c' || echo '$(srcdir)/'`misc/uchar_mbrtoc32.c -stdio/libarm32_libmingwex_a-_wstat.obj: stdio/_wstat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm32_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-uchar_mbrtoc32.obj: misc/uchar_mbrtoc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-uchar_mbrtoc32.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Tpo -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-uchar_mbrtoc32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/uchar_mbrtoc32.c' object='misc/libarm64_libmingwex_a-uchar_mbrtoc32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-uchar_mbrtoc32.obj `if test -f 'misc/uchar_mbrtoc32.c'; then $(CYGPATH_W) 'misc/uchar_mbrtoc32.c'; else $(CYGPATH_W) '$(srcdir)/misc/uchar_mbrtoc32.c'; fi` -stdio/libarm32_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm32_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wassert.o: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wassert.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Tpo -c -o misc/libarm64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm64_libmingwex_a-wassert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wassert.o `test -f 'misc/wassert.c' || echo '$(srcdir)/'`misc/wassert.c -stdio/libarm32_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-_wstat64i32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm32_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wassert.obj: misc/wassert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wassert.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Tpo -c -o misc/libarm64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wassert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wassert.c' object='misc/libarm64_libmingwex_a-wassert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wassert.obj `if test -f 'misc/wassert.c'; then $(CYGPATH_W) 'misc/wassert.c'; else $(CYGPATH_W) '$(srcdir)/misc/wassert.c'; fi` -stdio/libarm32_libmingwex_a-asprintf.o: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm32_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcrtomb.o: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcrtomb.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm64_libmingwex_a-wcrtomb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcrtomb.o `test -f 'misc/wcrtomb.c' || echo '$(srcdir)/'`misc/wcrtomb.c -stdio/libarm32_libmingwex_a-asprintf.obj: stdio/asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm32_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcrtomb.obj: misc/wcrtomb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcrtomb.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Tpo -c -o misc/libarm64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcrtomb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcrtomb.c' object='misc/libarm64_libmingwex_a-wcrtomb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcrtomb.obj `if test -f 'misc/wcrtomb.c'; then $(CYGPATH_W) 'misc/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcrtomb.c'; fi` -stdio/libarm32_libmingwex_a-atoll.o: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo -c -o stdio/libarm32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm32_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcsnlen.o: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcsnlen.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm64_libmingwex_a-wcsnlen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcsnlen.o `test -f 'misc/wcsnlen.c' || echo '$(srcdir)/'`misc/wcsnlen.c -stdio/libarm32_libmingwex_a-atoll.obj: stdio/atoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo -c -o stdio/libarm32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-atoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm32_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcsnlen.obj: misc/wcsnlen.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcsnlen.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Tpo -c -o misc/libarm64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcsnlen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcsnlen.c' object='misc/libarm64_libmingwex_a-wcsnlen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcsnlen.obj `if test -f 'misc/wcsnlen.c'; then $(CYGPATH_W) 'misc/wcsnlen.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcsnlen.c'; fi` -stdio/libarm32_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm32_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstof.o: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstof.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Tpo -c -o misc/libarm64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm64_libmingwex_a-wcstof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstof.o `test -f 'misc/wcstof.c' || echo '$(srcdir)/'`misc/wcstof.c -stdio/libarm32_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fgetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm32_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstof.obj: misc/wcstof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstof.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Tpo -c -o misc/libarm64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstof.c' object='misc/libarm64_libmingwex_a-wcstof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstof.obj `if test -f 'misc/wcstof.c'; then $(CYGPATH_W) 'misc/wcstof.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstof.c'; fi` -stdio/libarm32_libmingwex_a-fopen64.o: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo -c -o stdio/libarm32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm32_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstoimax.o: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstoimax.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm64_libmingwex_a-wcstoimax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstoimax.o `test -f 'misc/wcstoimax.c' || echo '$(srcdir)/'`misc/wcstoimax.c -stdio/libarm32_libmingwex_a-fopen64.obj: stdio/fopen64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo -c -o stdio/libarm32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fopen64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm32_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstoimax.obj: misc/wcstoimax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstoimax.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Tpo -c -o misc/libarm64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoimax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoimax.c' object='misc/libarm64_libmingwex_a-wcstoimax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstoimax.obj `if test -f 'misc/wcstoimax.c'; then $(CYGPATH_W) 'misc/wcstoimax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoimax.c'; fi` -stdio/libarm32_libmingwex_a-fseeko32.o: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm32_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstold.o: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstold.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Tpo -c -o misc/libarm64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm64_libmingwex_a-wcstold.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstold.o `test -f 'misc/wcstold.c' || echo '$(srcdir)/'`misc/wcstold.c -stdio/libarm32_libmingwex_a-fseeko32.obj: stdio/fseeko32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm32_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstold.obj: misc/wcstold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstold.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Tpo -c -o misc/libarm64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstold.c' object='misc/libarm64_libmingwex_a-wcstold.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstold.obj `if test -f 'misc/wcstold.c'; then $(CYGPATH_W) 'misc/wcstold.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstold.c'; fi` -stdio/libarm32_libmingwex_a-fseeko64.o: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm32_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstoumax.o: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstoumax.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm64_libmingwex_a-wcstoumax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstoumax.o `test -f 'misc/wcstoumax.c' || echo '$(srcdir)/'`misc/wcstoumax.c -stdio/libarm32_libmingwex_a-fseeko64.obj: stdio/fseeko64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fseeko64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm32_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wcstoumax.obj: misc/wcstoumax.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wcstoumax.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Tpo -c -o misc/libarm64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wcstoumax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wcstoumax.c' object='misc/libarm64_libmingwex_a-wcstoumax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wcstoumax.obj `if test -f 'misc/wcstoumax.c'; then $(CYGPATH_W) 'misc/wcstoumax.c'; else $(CYGPATH_W) '$(srcdir)/misc/wcstoumax.c'; fi` -stdio/libarm32_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm32_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctob.o: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctob.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Tpo -c -o misc/libarm64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm64_libmingwex_a-wctob.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctob.o `test -f 'misc/wctob.c' || echo '$(srcdir)/'`misc/wctob.c -stdio/libarm32_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-fsetpos64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm32_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctob.obj: misc/wctob.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctob.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Tpo -c -o misc/libarm64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctob.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctob.c' object='misc/libarm64_libmingwex_a-wctob.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctob.obj `if test -f 'misc/wctob.c'; then $(CYGPATH_W) 'misc/wctob.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctob.c'; fi` -stdio/libarm32_libmingwex_a-ftello.o: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo -c -o stdio/libarm32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm32_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctrans.o: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctrans.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Tpo -c -o misc/libarm64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm64_libmingwex_a-wctrans.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctrans.o `test -f 'misc/wctrans.c' || echo '$(srcdir)/'`misc/wctrans.c -stdio/libarm32_libmingwex_a-ftello.obj: stdio/ftello.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo -c -o stdio/libarm32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm32_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctrans.obj: misc/wctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctrans.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Tpo -c -o misc/libarm64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctrans.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctrans.c' object='misc/libarm64_libmingwex_a-wctrans.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctrans.obj `if test -f 'misc/wctrans.c'; then $(CYGPATH_W) 'misc/wctrans.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctrans.c'; fi` -stdio/libarm32_libmingwex_a-ftello64.o: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo -c -o stdio/libarm32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm32_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctype.o: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctype.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Tpo -c -o misc/libarm64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm64_libmingwex_a-wctype.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctype.o `test -f 'misc/wctype.c' || echo '$(srcdir)/'`misc/wctype.c -stdio/libarm32_libmingwex_a-ftello64.obj: stdio/ftello64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo -c -o stdio/libarm32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftello64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm32_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wctype.obj: misc/wctype.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wctype.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Tpo -c -o misc/libarm64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wctype.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wctype.c' object='misc/libarm64_libmingwex_a-wctype.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wctype.obj `if test -f 'misc/wctype.c'; then $(CYGPATH_W) 'misc/wctype.c'; else $(CYGPATH_W) '$(srcdir)/misc/wctype.c'; fi` -stdio/libarm32_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm32_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wdirent.o: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wdirent.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Tpo -c -o misc/libarm64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm64_libmingwex_a-wdirent.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wdirent.o `test -f 'misc/wdirent.c' || echo '$(srcdir)/'`misc/wdirent.c -stdio/libarm32_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ftruncate64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm32_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wdirent.obj: misc/wdirent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wdirent.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Tpo -c -o misc/libarm64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wdirent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wdirent.c' object='misc/libarm64_libmingwex_a-wdirent.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wdirent.obj `if test -f 'misc/wdirent.c'; then $(CYGPATH_W) 'misc/wdirent.c'; else $(CYGPATH_W) '$(srcdir)/misc/wdirent.c'; fi` -stdio/libarm32_libmingwex_a-lltoa.o: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo -c -o stdio/libarm32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm32_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_uint64.o: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_uint64.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm64_libmingwex_a-winbs_uint64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_uint64.o `test -f 'misc/winbs_uint64.c' || echo '$(srcdir)/'`misc/winbs_uint64.c -stdio/libarm32_libmingwex_a-lltoa.obj: stdio/lltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo -c -o stdio/libarm32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm32_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_uint64.obj: misc/winbs_uint64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_uint64.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Tpo -c -o misc/libarm64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_uint64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_uint64.c' object='misc/libarm64_libmingwex_a-winbs_uint64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_uint64.obj `if test -f 'misc/winbs_uint64.c'; then $(CYGPATH_W) 'misc/winbs_uint64.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_uint64.c'; fi` -stdio/libarm32_libmingwex_a-lltow.o: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo -c -o stdio/libarm32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm32_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_ulong.o: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_ulong.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm64_libmingwex_a-winbs_ulong.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_ulong.o `test -f 'misc/winbs_ulong.c' || echo '$(srcdir)/'`misc/winbs_ulong.c -stdio/libarm32_libmingwex_a-lltow.obj: stdio/lltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo -c -o stdio/libarm32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm32_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_ulong.obj: misc/winbs_ulong.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_ulong.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Tpo -c -o misc/libarm64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ulong.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ulong.c' object='misc/libarm64_libmingwex_a-winbs_ulong.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_ulong.obj `if test -f 'misc/winbs_ulong.c'; then $(CYGPATH_W) 'misc/winbs_ulong.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ulong.c'; fi` -stdio/libarm32_libmingwex_a-lseek64.o: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo -c -o stdio/libarm32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm32_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_ushort.o: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_ushort.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm64_libmingwex_a-winbs_ushort.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_ushort.o `test -f 'misc/winbs_ushort.c' || echo '$(srcdir)/'`misc/winbs_ushort.c -stdio/libarm32_libmingwex_a-lseek64.obj: stdio/lseek64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo -c -o stdio/libarm32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-lseek64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm32_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-winbs_ushort.obj: misc/winbs_ushort.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-winbs_ushort.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Tpo -c -o misc/libarm64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-winbs_ushort.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/winbs_ushort.c' object='misc/libarm64_libmingwex_a-winbs_ushort.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-winbs_ushort.obj `if test -f 'misc/winbs_ushort.c'; then $(CYGPATH_W) 'misc/winbs_ushort.c'; else $(CYGPATH_W) '$(srcdir)/misc/winbs_ushort.c'; fi` -stdio/libarm32_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm32_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemchr.o: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemchr.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Tpo -c -o misc/libarm64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm64_libmingwex_a-wmemchr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemchr.o `test -f 'misc/wmemchr.c' || echo '$(srcdir)/'`misc/wmemchr.c -stdio/libarm32_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm32_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemchr.obj: misc/wmemchr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemchr.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Tpo -c -o misc/libarm64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemchr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemchr.c' object='misc/libarm64_libmingwex_a-wmemchr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemchr.obj `if test -f 'misc/wmemchr.c'; then $(CYGPATH_W) 'misc/wmemchr.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemchr.c'; fi` -stdio/libarm32_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemcmp.o: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemcmp.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm64_libmingwex_a-wmemcmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemcmp.o `test -f 'misc/wmemcmp.c' || echo '$(srcdir)/'`misc/wmemcmp.c -stdio/libarm32_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemcmp.obj: misc/wmemcmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemcmp.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Tpo -c -o misc/libarm64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcmp.c' object='misc/libarm64_libmingwex_a-wmemcmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemcmp.obj `if test -f 'misc/wmemcmp.c'; then $(CYGPATH_W) 'misc/wmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcmp.c'; fi` -stdio/libarm32_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemcpy.o: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm64_libmingwex_a-wmemcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemcpy.o `test -f 'misc/wmemcpy.c' || echo '$(srcdir)/'`misc/wmemcpy.c -stdio/libarm32_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemcpy.obj: misc/wmemcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Tpo -c -o misc/libarm64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemcpy.c' object='misc/libarm64_libmingwex_a-wmemcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemcpy.obj `if test -f 'misc/wmemcpy.c'; then $(CYGPATH_W) 'misc/wmemcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemcpy.c'; fi` -stdio/libarm32_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemmove.o: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemmove.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Tpo -c -o misc/libarm64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm64_libmingwex_a-wmemmove.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemmove.o `test -f 'misc/wmemmove.c' || echo '$(srcdir)/'`misc/wmemmove.c -stdio/libarm32_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_fwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm32_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemmove.obj: misc/wmemmove.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemmove.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Tpo -c -o misc/libarm64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemmove.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemmove.c' object='misc/libarm64_libmingwex_a-wmemmove.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemmove.obj `if test -f 'misc/wmemmove.c'; then $(CYGPATH_W) 'misc/wmemmove.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemmove.c'; fi` -stdio/libarm32_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm32_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmempcpy.o: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmempcpy.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm64_libmingwex_a-wmempcpy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmempcpy.o `test -f 'misc/wmempcpy.c' || echo '$(srcdir)/'`misc/wmempcpy.c -stdio/libarm32_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm32_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmempcpy.obj: misc/wmempcpy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmempcpy.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Tpo -c -o misc/libarm64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmempcpy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmempcpy.c' object='misc/libarm64_libmingwex_a-wmempcpy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmempcpy.obj `if test -f 'misc/wmempcpy.c'; then $(CYGPATH_W) 'misc/wmempcpy.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmempcpy.c'; fi` -stdio/libarm32_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm32_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemset.o: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemset.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Tpo -c -o misc/libarm64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm64_libmingwex_a-wmemset.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemset.o `test -f 'misc/wmemset.c' || echo '$(srcdir)/'`misc/wmemset.c -stdio/libarm32_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_pformatw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm32_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-wmemset.obj: misc/wmemset.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-wmemset.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Tpo -c -o misc/libarm64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-wmemset.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/wmemset.c' object='misc/libarm64_libmingwex_a-wmemset.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-wmemset.obj `if test -f 'misc/wmemset.c'; then $(CYGPATH_W) 'misc/wmemset.c'; else $(CYGPATH_W) '$(srcdir)/misc/wmemset.c'; fi` -stdio/libarm32_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm32_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftw.o: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftw.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Tpo -c -o misc/libarm64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm64_libmingwex_a-ftw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftw.o `test -f 'misc/ftw.c' || echo '$(srcdir)/'`misc/ftw.c -stdio/libarm32_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm32_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftw.obj: misc/ftw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftw.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Tpo -c -o misc/libarm64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw.c' object='misc/libarm64_libmingwex_a-ftw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftw.obj `if test -f 'misc/ftw.c'; then $(CYGPATH_W) 'misc/ftw.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw.c'; fi` -stdio/libarm32_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm32_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftw64.o: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftw64.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Tpo -c -o misc/libarm64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm64_libmingwex_a-ftw64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftw64.o `test -f 'misc/ftw64.c' || echo '$(srcdir)/'`misc/ftw64.c -stdio/libarm32_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_printfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm32_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmingwex_a-ftw64.obj: misc/ftw64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmingwex_a-ftw64.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Tpo -c -o misc/libarm64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Tpo misc/$(DEPDIR)/libarm64_libmingwex_a-ftw64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/ftw64.c' object='misc/libarm64_libmingwex_a-ftw64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmingwex_a-ftw64.obj `if test -f 'misc/ftw64.c'; then $(CYGPATH_W) 'misc/ftw64.c'; else $(CYGPATH_W) '$(srcdir)/misc/ftw64.c'; fi` -stdio/libarm32_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm32_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-strtok_r.o: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-strtok_r.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm64_libmingwex_a-strtok_r.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-strtok_r.o `test -f 'stdio/strtok_r.c' || echo '$(srcdir)/'`stdio/strtok_r.c -stdio/libarm32_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_scanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm32_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-strtok_r.obj: stdio/strtok_r.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-strtok_r.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Tpo -c -o stdio/libarm64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-strtok_r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtok_r.c' object='stdio/libarm64_libmingwex_a-strtok_r.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-strtok_r.obj `if test -f 'stdio/strtok_r.c'; then $(CYGPATH_W) 'stdio/strtok_r.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtok_r.c'; fi` -stdio/libarm32_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm32_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_Exit.o: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_Exit.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Tpo -c -o stdio/libarm64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm64_libmingwex_a-_Exit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_Exit.o `test -f 'stdio/_Exit.c' || echo '$(srcdir)/'`stdio/_Exit.c -stdio/libarm32_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm32_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_Exit.obj: stdio/_Exit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_Exit.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Tpo -c -o stdio/libarm64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_Exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_Exit.c' object='stdio/libarm64_libmingwex_a-_Exit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_Exit.obj `if test -f 'stdio/_Exit.c'; then $(CYGPATH_W) 'stdio/_Exit.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_Exit.c'; fi` -stdio/libarm32_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_findfirst64i32.o: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_findfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm64_libmingwex_a-_findfirst64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_findfirst64i32.o `test -f 'stdio/_findfirst64i32.c' || echo '$(srcdir)/'`stdio/_findfirst64i32.c -stdio/libarm32_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_snprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_findfirst64i32.obj: stdio/_findfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_findfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_findfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findfirst64i32.c' object='stdio/libarm64_libmingwex_a-_findfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_findfirst64i32.obj `if test -f 'stdio/_findfirst64i32.c'; then $(CYGPATH_W) 'stdio/_findfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findfirst64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm32_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_findnext64i32.o: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_findnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm64_libmingwex_a-_findnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_findnext64i32.o `test -f 'stdio/_findnext64i32.c' || echo '$(srcdir)/'`stdio/_findnext64i32.c -stdio/libarm32_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm32_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_findnext64i32.obj: stdio/_findnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_findnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_findnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_findnext64i32.c' object='stdio/libarm64_libmingwex_a-_findnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_findnext64i32.obj `if test -f 'stdio/_findnext64i32.c'; then $(CYGPATH_W) 'stdio/_findnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_findnext64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_fstat.o: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_fstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Tpo -c -o stdio/libarm64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm64_libmingwex_a-_fstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_fstat.o `test -f 'stdio/_fstat.c' || echo '$(srcdir)/'`stdio/_fstat.c -stdio/libarm32_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_fstat.obj: stdio/_fstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_fstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Tpo -c -o stdio/libarm64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat.c' object='stdio/libarm64_libmingwex_a-_fstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_fstat.obj `if test -f 'stdio/_fstat.c'; then $(CYGPATH_W) 'stdio/_fstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat.c'; fi` -stdio/libarm32_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm32_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_fstat64i32.o: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_fstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm64_libmingwex_a-_fstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_fstat64i32.o `test -f 'stdio/_fstat64i32.c' || echo '$(srcdir)/'`stdio/_fstat64i32.c -stdio/libarm32_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_sscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm32_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_fstat64i32.obj: stdio/_fstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_fstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_fstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_fstat64i32.c' object='stdio/libarm64_libmingwex_a-_fstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_fstat64i32.obj `if test -f 'stdio/_fstat64i32.c'; then $(CYGPATH_W) 'stdio/_fstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_fstat64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm32_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_ftime.o: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_ftime.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Tpo -c -o stdio/libarm64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm64_libmingwex_a-_ftime.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_ftime.o `test -f 'stdio/_ftime.c' || echo '$(srcdir)/'`stdio/_ftime.c -stdio/libarm32_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_swscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm32_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_ftime.obj: stdio/_ftime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_ftime.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Tpo -c -o stdio/libarm64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_ftime.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_ftime.c' object='stdio/libarm64_libmingwex_a-_ftime.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_ftime.obj `if test -f 'stdio/_ftime.c'; then $(CYGPATH_W) 'stdio/_ftime.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_ftime.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_getc_nolock.o: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_getc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm64_libmingwex_a-_getc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_getc_nolock.o `test -f 'stdio/_getc_nolock.c' || echo '$(srcdir)/'`stdio/_getc_nolock.c -stdio/libarm32_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_getc_nolock.obj: stdio/_getc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_getc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_getc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getc_nolock.c' object='stdio/libarm64_libmingwex_a-_getc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_getc_nolock.obj `if test -f 'stdio/_getc_nolock.c'; then $(CYGPATH_W) 'stdio/_getc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getc_nolock.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_getwc_nolock.o: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_getwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm64_libmingwex_a-_getwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_getwc_nolock.o `test -f 'stdio/_getwc_nolock.c' || echo '$(srcdir)/'`stdio/_getwc_nolock.c -stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_getwc_nolock.obj: stdio/_getwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_getwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_getwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_getwc_nolock.c' object='stdio/libarm64_libmingwex_a-_getwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_getwc_nolock.obj `if test -f 'stdio/_getwc_nolock.c'; then $(CYGPATH_W) 'stdio/_getwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_getwc_nolock.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_putc_nolock.o: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_putc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm64_libmingwex_a-_putc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_putc_nolock.o `test -f 'stdio/_putc_nolock.c' || echo '$(srcdir)/'`stdio/_putc_nolock.c -stdio/libarm32_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_putc_nolock.obj: stdio/_putc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_putc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_putc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putc_nolock.c' object='stdio/libarm64_libmingwex_a-_putc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_putc_nolock.obj `if test -f 'stdio/_putc_nolock.c'; then $(CYGPATH_W) 'stdio/_putc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putc_nolock.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_putwc_nolock.o: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_putwc_nolock.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm64_libmingwex_a-_putwc_nolock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_putwc_nolock.o `test -f 'stdio/_putwc_nolock.c' || echo '$(srcdir)/'`stdio/_putwc_nolock.c -stdio/libarm32_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_putwc_nolock.obj: stdio/_putwc_nolock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_putwc_nolock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Tpo -c -o stdio/libarm64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_putwc_nolock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_putwc_nolock.c' object='stdio/libarm64_libmingwex_a-_putwc_nolock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_putwc_nolock.obj `if test -f 'stdio/_putwc_nolock.c'; then $(CYGPATH_W) 'stdio/_putwc_nolock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_putwc_nolock.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_stat.o: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_stat.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Tpo -c -o stdio/libarm64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm64_libmingwex_a-_stat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_stat.o `test -f 'stdio/_stat.c' || echo '$(srcdir)/'`stdio/_stat.c -stdio/libarm32_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_stat.obj: stdio/_stat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_stat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Tpo -c -o stdio/libarm64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat.c' object='stdio/libarm64_libmingwex_a-_stat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_stat.obj `if test -f 'stdio/_stat.c'; then $(CYGPATH_W) 'stdio/_stat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_stat64i32.o: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_stat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm64_libmingwex_a-_stat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_stat64i32.o `test -f 'stdio/_stat64i32.c' || echo '$(srcdir)/'`stdio/_stat64i32.c -stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_stat64i32.obj: stdio/_stat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_stat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_stat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_stat64i32.c' object='stdio/libarm64_libmingwex_a-_stat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_stat64i32.obj `if test -f 'stdio/_stat64i32.c'; then $(CYGPATH_W) 'stdio/_stat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_stat64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wfindfirst64i32.o: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wfindfirst64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm64_libmingwex_a-_wfindfirst64i32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wfindfirst64i32.o `test -f 'stdio/_wfindfirst64i32.c' || echo '$(srcdir)/'`stdio/_wfindfirst64i32.c + +stdio/libarm64_libmingwex_a-_wfindfirst64i32.obj: stdio/_wfindfirst64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wfindfirst64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindfirst64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindfirst64i32.c' object='stdio/libarm64_libmingwex_a-_wfindfirst64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wfindfirst64i32.obj `if test -f 'stdio/_wfindfirst64i32.c'; then $(CYGPATH_W) 'stdio/_wfindfirst64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindfirst64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsnprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wfindnext64i32.o: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wfindnext64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm64_libmingwex_a-_wfindnext64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wfindnext64i32.o `test -f 'stdio/_wfindnext64i32.c' || echo '$(srcdir)/'`stdio/_wfindnext64i32.c -stdio/libarm32_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wfindnext64i32.obj: stdio/_wfindnext64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wfindnext64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wfindnext64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wfindnext64i32.c' object='stdio/libarm64_libmingwex_a-_wfindnext64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wfindnext64i32.obj `if test -f 'stdio/_wfindnext64i32.c'; then $(CYGPATH_W) 'stdio/_wfindnext64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wfindnext64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wstat.o: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wstat.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Tpo -c -o stdio/libarm64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm64_libmingwex_a-_wstat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wstat.o `test -f 'stdio/_wstat.c' || echo '$(srcdir)/'`stdio/_wstat.c -stdio/libarm32_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wstat.obj: stdio/_wstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wstat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Tpo -c -o stdio/libarm64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat.c' object='stdio/libarm64_libmingwex_a-_wstat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wstat.obj `if test -f 'stdio/_wstat.c'; then $(CYGPATH_W) 'stdio/_wstat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vsprintfw.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wstat64i32.o: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wstat64i32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm64_libmingwex_a-_wstat64i32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wstat64i32.o `test -f 'stdio/_wstat64i32.c' || echo '$(srcdir)/'`stdio/_wstat64i32.c -stdio/libarm32_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-_wstat64i32.obj: stdio/_wstat64i32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-_wstat64i32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Tpo -c -o stdio/libarm64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-_wstat64i32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/_wstat64i32.c' object='stdio/libarm64_libmingwex_a-_wstat64i32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-_wstat64i32.obj `if test -f 'stdio/_wstat64i32.c'; then $(CYGPATH_W) 'stdio/_wstat64i32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/_wstat64i32.c'; fi` -stdio/libarm32_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-asprintf.o: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Tpo -c -o stdio/libarm64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm64_libmingwex_a-asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-asprintf.o `test -f 'stdio/asprintf.c' || echo '$(srcdir)/'`stdio/asprintf.c -stdio/libarm32_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-asprintf.obj: stdio/asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Tpo -c -o stdio/libarm64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/asprintf.c' object='stdio/libarm64_libmingwex_a-asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-asprintf.obj `if test -f 'stdio/asprintf.c'; then $(CYGPATH_W) 'stdio/asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/asprintf.c'; fi` -stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_wvfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-atoll.o: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-atoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Tpo -c -o stdio/libarm64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm64_libmingwex_a-atoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-atoll.o `test -f 'stdio/atoll.c' || echo '$(srcdir)/'`stdio/atoll.c -stdio/libarm32_libmingwex_a-snprintf.o: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm32_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-atoll.obj: stdio/atoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-atoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Tpo -c -o stdio/libarm64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-atoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/atoll.c' object='stdio/libarm64_libmingwex_a-atoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-atoll.obj `if test -f 'stdio/atoll.c'; then $(CYGPATH_W) 'stdio/atoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/atoll.c'; fi` -stdio/libarm32_libmingwex_a-snprintf.obj: stdio/snprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm32_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fgetpos64.o: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fgetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm64_libmingwex_a-fgetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fgetpos64.o `test -f 'stdio/fgetpos64.c' || echo '$(srcdir)/'`stdio/fgetpos64.c -stdio/libarm32_libmingwex_a-snwprintf.o: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm32_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fgetpos64.obj: stdio/fgetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fgetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Tpo -c -o stdio/libarm64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fgetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fgetpos64.c' object='stdio/libarm64_libmingwex_a-fgetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fgetpos64.obj `if test -f 'stdio/fgetpos64.c'; then $(CYGPATH_W) 'stdio/fgetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fgetpos64.c'; fi` -stdio/libarm32_libmingwex_a-snwprintf.obj: stdio/snwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-snwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm32_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fopen64.o: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fopen64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Tpo -c -o stdio/libarm64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm64_libmingwex_a-fopen64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fopen64.o `test -f 'stdio/fopen64.c' || echo '$(srcdir)/'`stdio/fopen64.c -stdio/libarm32_libmingwex_a-strtof.o: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o stdio/libarm32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm32_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fopen64.obj: stdio/fopen64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fopen64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Tpo -c -o stdio/libarm64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fopen64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fopen64.c' object='stdio/libarm64_libmingwex_a-fopen64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fopen64.obj `if test -f 'stdio/fopen64.c'; then $(CYGPATH_W) 'stdio/fopen64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fopen64.c'; fi` -stdio/libarm32_libmingwex_a-strtof.obj: stdio/strtof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo -c -o stdio/libarm32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-strtof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm32_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fseeko32.o: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fseeko32.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm64_libmingwex_a-fseeko32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fseeko32.o `test -f 'stdio/fseeko32.c' || echo '$(srcdir)/'`stdio/fseeko32.c -stdio/libarm32_libmingwex_a-truncate.o: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo -c -o stdio/libarm32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm32_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fseeko32.obj: stdio/fseeko32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fseeko32.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Tpo -c -o stdio/libarm64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko32.c' object='stdio/libarm64_libmingwex_a-fseeko32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fseeko32.obj `if test -f 'stdio/fseeko32.c'; then $(CYGPATH_W) 'stdio/fseeko32.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko32.c'; fi` -stdio/libarm32_libmingwex_a-truncate.obj: stdio/truncate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo -c -o stdio/libarm32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-truncate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm32_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fseeko64.o: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fseeko64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm64_libmingwex_a-fseeko64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fseeko64.o `test -f 'stdio/fseeko64.c' || echo '$(srcdir)/'`stdio/fseeko64.c -stdio/libarm32_libmingwex_a-ulltoa.o: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm32_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fseeko64.obj: stdio/fseeko64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fseeko64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Tpo -c -o stdio/libarm64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fseeko64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fseeko64.c' object='stdio/libarm64_libmingwex_a-fseeko64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fseeko64.obj `if test -f 'stdio/fseeko64.c'; then $(CYGPATH_W) 'stdio/fseeko64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fseeko64.c'; fi` -stdio/libarm32_libmingwex_a-ulltoa.obj: stdio/ulltoa.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltoa.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm32_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fsetpos64.o: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fsetpos64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm64_libmingwex_a-fsetpos64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fsetpos64.o `test -f 'stdio/fsetpos64.c' || echo '$(srcdir)/'`stdio/fsetpos64.c -stdio/libarm32_libmingwex_a-ulltow.o: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo -c -o stdio/libarm32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm32_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-fsetpos64.obj: stdio/fsetpos64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-fsetpos64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Tpo -c -o stdio/libarm64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-fsetpos64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/fsetpos64.c' object='stdio/libarm64_libmingwex_a-fsetpos64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-fsetpos64.obj `if test -f 'stdio/fsetpos64.c'; then $(CYGPATH_W) 'stdio/fsetpos64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fsetpos64.c'; fi` -stdio/libarm32_libmingwex_a-ulltow.obj: stdio/ulltow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo -c -o stdio/libarm32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-ulltow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm32_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftello.o: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftello.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Tpo -c -o stdio/libarm64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm64_libmingwex_a-ftello.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftello.o `test -f 'stdio/ftello.c' || echo '$(srcdir)/'`stdio/ftello.c -stdio/libarm32_libmingwex_a-vasprintf.o: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm32_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftello.obj: stdio/ftello.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftello.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Tpo -c -o stdio/libarm64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello.c' object='stdio/libarm64_libmingwex_a-ftello.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftello.obj `if test -f 'stdio/ftello.c'; then $(CYGPATH_W) 'stdio/ftello.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello.c'; fi` -stdio/libarm32_libmingwex_a-vasprintf.obj: stdio/vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm32_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftello64.o: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftello64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Tpo -c -o stdio/libarm64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm64_libmingwex_a-ftello64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftello64.o `test -f 'stdio/ftello64.c' || echo '$(srcdir)/'`stdio/ftello64.c -stdio/libarm32_libmingwex_a-vfscanf.o: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm32_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftello64.obj: stdio/ftello64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftello64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Tpo -c -o stdio/libarm64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftello64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftello64.c' object='stdio/libarm64_libmingwex_a-ftello64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftello64.obj `if test -f 'stdio/ftello64.c'; then $(CYGPATH_W) 'stdio/ftello64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftello64.c'; fi` -stdio/libarm32_libmingwex_a-vfscanf.obj: stdio/vfscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm32_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftruncate64.o: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftruncate64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm64_libmingwex_a-ftruncate64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftruncate64.o `test -f 'stdio/ftruncate64.c' || echo '$(srcdir)/'`stdio/ftruncate64.c -stdio/libarm32_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm32_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ftruncate64.obj: stdio/ftruncate64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ftruncate64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Tpo -c -o stdio/libarm64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ftruncate64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ftruncate64.c' object='stdio/libarm64_libmingwex_a-ftruncate64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ftruncate64.obj `if test -f 'stdio/ftruncate64.c'; then $(CYGPATH_W) 'stdio/ftruncate64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ftruncate64.c'; fi` -stdio/libarm32_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vfwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm32_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lltoa.o: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Tpo -c -o stdio/libarm64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm64_libmingwex_a-lltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lltoa.o `test -f 'stdio/lltoa.c' || echo '$(srcdir)/'`stdio/lltoa.c -stdio/libarm32_libmingwex_a-vscanf.o: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm32_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lltoa.obj: stdio/lltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Tpo -c -o stdio/libarm64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltoa.c' object='stdio/libarm64_libmingwex_a-lltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lltoa.obj `if test -f 'stdio/lltoa.c'; then $(CYGPATH_W) 'stdio/lltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltoa.c'; fi` -stdio/libarm32_libmingwex_a-vscanf.obj: stdio/vscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm32_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lltow.o: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Tpo -c -o stdio/libarm64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm64_libmingwex_a-lltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lltow.o `test -f 'stdio/lltow.c' || echo '$(srcdir)/'`stdio/lltow.c -stdio/libarm32_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm32_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lltow.obj: stdio/lltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Tpo -c -o stdio/libarm64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lltow.c' object='stdio/libarm64_libmingwex_a-lltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lltow.obj `if test -f 'stdio/lltow.c'; then $(CYGPATH_W) 'stdio/lltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lltow.c'; fi` -stdio/libarm32_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm32_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lseek64.o: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lseek64.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Tpo -c -o stdio/libarm64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm64_libmingwex_a-lseek64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lseek64.o `test -f 'stdio/lseek64.c' || echo '$(srcdir)/'`stdio/lseek64.c -stdio/libarm32_libmingwex_a-vsnprintf_s.o: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf_s.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/libarm32_libmingwex_a-vsnprintf_s.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf_s.o `test -f 'stdio/vsnprintf_s.c' || echo '$(srcdir)/'`stdio/vsnprintf_s.c - -stdio/libarm32_libmingwex_a-vsnprintf_s.obj: stdio/vsnprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnprintf_s.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Tpo -c -o stdio/libarm32_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf_s.c' object='stdio/libarm32_libmingwex_a-vsnprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-lseek64.obj: stdio/lseek64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-lseek64.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Tpo -c -o stdio/libarm64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-lseek64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/lseek64.c' object='stdio/libarm64_libmingwex_a-lseek64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnprintf_s.obj `if test -f 'stdio/vsnprintf_s.c'; then $(CYGPATH_W) 'stdio/vsnprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-lseek64.obj `if test -f 'stdio/lseek64.c'; then $(CYGPATH_W) 'stdio/lseek64.c'; else $(CYGPATH_W) '$(srcdir)/stdio/lseek64.c'; fi` -stdio/libarm32_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm32_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fprintf.o: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm64_libmingwex_a-mingw_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fprintf.o `test -f 'stdio/mingw_fprintf.c' || echo '$(srcdir)/'`stdio/mingw_fprintf.c -stdio/libarm32_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsnwprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm32_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fprintf.obj: stdio/mingw_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintf.c' object='stdio/libarm64_libmingwex_a-mingw_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fprintf.obj `if test -f 'stdio/mingw_fprintf.c'; then $(CYGPATH_W) 'stdio/mingw_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintf.c'; fi` -stdio/libarm32_libmingwex_a-vsscanf.o: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm32_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fprintfw.o: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_fprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fprintfw.o `test -f 'stdio/mingw_fprintfw.c' || echo '$(srcdir)/'`stdio/mingw_fprintfw.c -stdio/libarm32_libmingwex_a-vsscanf.obj: stdio/vsscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vsscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm32_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fprintfw.obj: stdio/mingw_fprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_fprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fprintfw.obj `if test -f 'stdio/mingw_fprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_fprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fprintfw.c'; fi` -stdio/libarm32_libmingwex_a-vswscanf.o: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm32_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fscanf.o: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm64_libmingwex_a-mingw_fscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fscanf.o `test -f 'stdio/mingw_fscanf.c' || echo '$(srcdir)/'`stdio/mingw_fscanf.c -stdio/libarm32_libmingwex_a-vswscanf.obj: stdio/vswscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vswscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm32_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fscanf.obj: stdio/mingw_fscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fscanf.c' object='stdio/libarm64_libmingwex_a-mingw_fscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fscanf.obj `if test -f 'stdio/mingw_fscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fscanf.c'; fi` -stdio/libarm32_libmingwex_a-vwscanf.o: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm32_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fwscanf.o: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm64_libmingwex_a-mingw_fwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fwscanf.o `test -f 'stdio/mingw_fwscanf.c' || echo '$(srcdir)/'`stdio/mingw_fwscanf.c -stdio/libarm32_libmingwex_a-vwscanf.obj: stdio/vwscanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-vwscanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm32_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_fwscanf.obj: stdio/mingw_fwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_fwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_fwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_fwscanf.c' object='stdio/libarm64_libmingwex_a-mingw_fwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_fwscanf.obj `if test -f 'stdio/mingw_fwscanf.c'; then $(CYGPATH_W) 'stdio/mingw_fwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_fwscanf.c'; fi` -stdio/libarm32_libmingwex_a-wtoll.o: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo -c -o stdio/libarm32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm32_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_pformat.o: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_pformat.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm64_libmingwex_a-mingw_pformat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_pformat.o `test -f 'stdio/mingw_pformat.c' || echo '$(srcdir)/'`stdio/mingw_pformat.c -stdio/libarm32_libmingwex_a-wtoll.obj: stdio/wtoll.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo -c -o stdio/libarm32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-wtoll.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm32_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_pformat.obj: stdio/mingw_pformat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_pformat.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformat.c' object='stdio/libarm64_libmingwex_a-mingw_pformat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_pformat.obj `if test -f 'stdio/mingw_pformat.c'; then $(CYGPATH_W) 'stdio/mingw_pformat.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformat.c'; fi` -stdio/libarm32_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm32_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_pformatw.o: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_pformatw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm64_libmingwex_a-mingw_pformatw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_pformatw.o `test -f 'stdio/mingw_pformatw.c' || echo '$(srcdir)/'`stdio/mingw_pformatw.c -stdio/libarm32_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_asprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm32_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_pformatw.obj: stdio/mingw_pformatw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_pformatw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_pformatw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_pformatw.c' object='stdio/libarm64_libmingwex_a-mingw_pformatw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_pformatw.obj `if test -f 'stdio/mingw_pformatw.c'; then $(CYGPATH_W) 'stdio/mingw_pformatw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_pformatw.c'; fi` -stdio/libarm32_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_printf.o: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm64_libmingwex_a-mingw_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_printf.o `test -f 'stdio/mingw_printf.c' || echo '$(srcdir)/'`stdio/mingw_printf.c -stdio/libarm32_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm32_libmingwex_a-mingw_vasprintf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm32_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_printf.obj: stdio/mingw_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printf.c' object='stdio/libarm64_libmingwex_a-mingw_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_printf.obj `if test -f 'stdio/mingw_printf.c'; then $(CYGPATH_W) 'stdio/mingw_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printf.c'; fi` -math/softmath/libarm32_libmingwex_a-e_fmod.o: math/softmath/e_fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmod.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmod.o `test -f 'math/softmath/e_fmod.c' || echo '$(srcdir)/'`math/softmath/e_fmod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmod.c' object='math/softmath/libarm32_libmingwex_a-e_fmod.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_printfw.o: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_printfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm64_libmingwex_a-mingw_printfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmod.o `test -f 'math/softmath/e_fmod.c' || echo '$(srcdir)/'`math/softmath/e_fmod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_printfw.o `test -f 'stdio/mingw_printfw.c' || echo '$(srcdir)/'`stdio/mingw_printfw.c -math/softmath/libarm32_libmingwex_a-e_fmod.obj: math/softmath/e_fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmod.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmod.obj `if test -f 'math/softmath/e_fmod.c'; then $(CYGPATH_W) 'math/softmath/e_fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmod.c' object='math/softmath/libarm32_libmingwex_a-e_fmod.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_printfw.obj: stdio/mingw_printfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_printfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_printfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_printfw.c' object='stdio/libarm64_libmingwex_a-mingw_printfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmod.obj `if test -f 'math/softmath/e_fmod.c'; then $(CYGPATH_W) 'math/softmath/e_fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_printfw.obj `if test -f 'stdio/mingw_printfw.c'; then $(CYGPATH_W) 'stdio/mingw_printfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_printfw.c'; fi` -math/softmath/libarm32_libmingwex_a-e_fmodf.o: math/softmath/e_fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmodf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.o `test -f 'math/softmath/e_fmodf.c' || echo '$(srcdir)/'`math/softmath/e_fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmodf.c' object='math/softmath/libarm32_libmingwex_a-e_fmodf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_scanf.o: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_scanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm64_libmingwex_a-mingw_scanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.o `test -f 'math/softmath/e_fmodf.c' || echo '$(srcdir)/'`math/softmath/e_fmodf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_scanf.o `test -f 'stdio/mingw_scanf.c' || echo '$(srcdir)/'`stdio/mingw_scanf.c -math/softmath/libarm32_libmingwex_a-e_fmodf.obj: math/softmath/e_fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_fmodf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.obj `if test -f 'math/softmath/e_fmodf.c'; then $(CYGPATH_W) 'math/softmath/e_fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmodf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_fmodf.c' object='math/softmath/libarm32_libmingwex_a-e_fmodf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_scanf.obj: stdio/mingw_scanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_scanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_scanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_scanf.c' object='stdio/libarm64_libmingwex_a-mingw_scanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_fmodf.obj `if test -f 'math/softmath/e_fmodf.c'; then $(CYGPATH_W) 'math/softmath/e_fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_fmodf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_scanf.obj `if test -f 'stdio/mingw_scanf.c'; then $(CYGPATH_W) 'stdio/mingw_scanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_scanf.c'; fi` -math/softmath/libarm32_libmingwex_a-e_powf.o: math/softmath/e_powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_powf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_powf.o `test -f 'math/softmath/e_powf.c' || echo '$(srcdir)/'`math/softmath/e_powf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_powf.c' object='math/softmath/libarm32_libmingwex_a-e_powf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_snprintf.o: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm64_libmingwex_a-mingw_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_powf.o `test -f 'math/softmath/e_powf.c' || echo '$(srcdir)/'`math/softmath/e_powf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_snprintf.o `test -f 'stdio/mingw_snprintf.c' || echo '$(srcdir)/'`stdio/mingw_snprintf.c -math/softmath/libarm32_libmingwex_a-e_powf.obj: math/softmath/e_powf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-e_powf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo -c -o math/softmath/libarm32_libmingwex_a-e_powf.obj `if test -f 'math/softmath/e_powf.c'; then $(CYGPATH_W) 'math/softmath/e_powf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_powf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-e_powf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/e_powf.c' object='math/softmath/libarm32_libmingwex_a-e_powf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_snprintf.obj: stdio/mingw_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintf.c' object='stdio/libarm64_libmingwex_a-mingw_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-e_powf.obj `if test -f 'math/softmath/e_powf.c'; then $(CYGPATH_W) 'math/softmath/e_powf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/e_powf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_snprintf.obj `if test -f 'stdio/mingw_snprintf.c'; then $(CYGPATH_W) 'stdio/mingw_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-acosf.o: math/softmath/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosf.o `test -f 'math/softmath/acosf.c' || echo '$(srcdir)/'`math/softmath/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosf.c' object='math/softmath/libarm32_libmingwex_a-acosf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_snprintfw.o: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_snprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_snprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosf.o `test -f 'math/softmath/acosf.c' || echo '$(srcdir)/'`math/softmath/acosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_snprintfw.o `test -f 'stdio/mingw_snprintfw.c' || echo '$(srcdir)/'`stdio/mingw_snprintfw.c -math/softmath/libarm32_libmingwex_a-acosf.obj: math/softmath/acosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosf.obj `if test -f 'math/softmath/acosf.c'; then $(CYGPATH_W) 'math/softmath/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosf.c' object='math/softmath/libarm32_libmingwex_a-acosf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_snprintfw.obj: stdio/mingw_snprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_snprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_snprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_snprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_snprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosf.obj `if test -f 'math/softmath/acosf.c'; then $(CYGPATH_W) 'math/softmath/acosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_snprintfw.obj `if test -f 'stdio/mingw_snprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_snprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_snprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-acosh.o: math/softmath/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosh.o `test -f 'math/softmath/acosh.c' || echo '$(srcdir)/'`math/softmath/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosh.c' object='math/softmath/libarm32_libmingwex_a-acosh.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sprintf.o: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm64_libmingwex_a-mingw_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosh.o `test -f 'math/softmath/acosh.c' || echo '$(srcdir)/'`math/softmath/acosh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sprintf.o `test -f 'stdio/mingw_sprintf.c' || echo '$(srcdir)/'`stdio/mingw_sprintf.c -math/softmath/libarm32_libmingwex_a-acosh.obj: math/softmath/acosh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosh.obj `if test -f 'math/softmath/acosh.c'; then $(CYGPATH_W) 'math/softmath/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosh.c' object='math/softmath/libarm32_libmingwex_a-acosh.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sprintf.obj: stdio/mingw_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintf.c' object='stdio/libarm64_libmingwex_a-mingw_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosh.obj `if test -f 'math/softmath/acosh.c'; then $(CYGPATH_W) 'math/softmath/acosh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sprintf.obj `if test -f 'stdio/mingw_sprintf.c'; then $(CYGPATH_W) 'stdio/mingw_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-acosl.o: math/softmath/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosl.o `test -f 'math/softmath/acosl.c' || echo '$(srcdir)/'`math/softmath/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosl.c' object='math/softmath/libarm32_libmingwex_a-acosl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sprintfw.o: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_sprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosl.o `test -f 'math/softmath/acosl.c' || echo '$(srcdir)/'`math/softmath/acosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sprintfw.o `test -f 'stdio/mingw_sprintfw.c' || echo '$(srcdir)/'`stdio/mingw_sprintfw.c -math/softmath/libarm32_libmingwex_a-acosl.obj: math/softmath/acosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acosl.obj `if test -f 'math/softmath/acosl.c'; then $(CYGPATH_W) 'math/softmath/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acosl.c' object='math/softmath/libarm32_libmingwex_a-acosl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sprintfw.obj: stdio/mingw_sprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_sprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acosl.obj `if test -f 'math/softmath/acosl.c'; then $(CYGPATH_W) 'math/softmath/acosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sprintfw.obj `if test -f 'stdio/mingw_sprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_sprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-acoshf.o: math/softmath/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshf.o `test -f 'math/softmath/acoshf.c' || echo '$(srcdir)/'`math/softmath/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshf.c' object='math/softmath/libarm32_libmingwex_a-acoshf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sscanf.o: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm64_libmingwex_a-mingw_sscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshf.o `test -f 'math/softmath/acoshf.c' || echo '$(srcdir)/'`math/softmath/acoshf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sscanf.o `test -f 'stdio/mingw_sscanf.c' || echo '$(srcdir)/'`stdio/mingw_sscanf.c -math/softmath/libarm32_libmingwex_a-acoshf.obj: math/softmath/acoshf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshf.obj `if test -f 'math/softmath/acoshf.c'; then $(CYGPATH_W) 'math/softmath/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshf.c' object='math/softmath/libarm32_libmingwex_a-acoshf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_sscanf.obj: stdio/mingw_sscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_sscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_sscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_sscanf.c' object='stdio/libarm64_libmingwex_a-mingw_sscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshf.obj `if test -f 'math/softmath/acoshf.c'; then $(CYGPATH_W) 'math/softmath/acoshf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_sscanf.obj `if test -f 'stdio/mingw_sscanf.c'; then $(CYGPATH_W) 'stdio/mingw_sscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_sscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-acoshl.o: math/softmath/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshl.o `test -f 'math/softmath/acoshl.c' || echo '$(srcdir)/'`math/softmath/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshl.c' object='math/softmath/libarm32_libmingwex_a-acoshl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_swscanf.o: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_swscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm64_libmingwex_a-mingw_swscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshl.o `test -f 'math/softmath/acoshl.c' || echo '$(srcdir)/'`math/softmath/acoshl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_swscanf.o `test -f 'stdio/mingw_swscanf.c' || echo '$(srcdir)/'`stdio/mingw_swscanf.c -math/softmath/libarm32_libmingwex_a-acoshl.obj: math/softmath/acoshl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-acoshl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo -c -o math/softmath/libarm32_libmingwex_a-acoshl.obj `if test -f 'math/softmath/acoshl.c'; then $(CYGPATH_W) 'math/softmath/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-acoshl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/acoshl.c' object='math/softmath/libarm32_libmingwex_a-acoshl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_swscanf.obj: stdio/mingw_swscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_swscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_swscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_swscanf.c' object='stdio/libarm64_libmingwex_a-mingw_swscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-acoshl.obj `if test -f 'math/softmath/acoshl.c'; then $(CYGPATH_W) 'math/softmath/acoshl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/acoshl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_swscanf.obj `if test -f 'stdio/mingw_swscanf.c'; then $(CYGPATH_W) 'stdio/mingw_swscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_swscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-asinf.o: math/softmath/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinf.o `test -f 'math/softmath/asinf.c' || echo '$(srcdir)/'`math/softmath/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinf.c' object='math/softmath/libarm32_libmingwex_a-asinf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfprintf.o: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinf.o `test -f 'math/softmath/asinf.c' || echo '$(srcdir)/'`math/softmath/asinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfprintf.o `test -f 'stdio/mingw_vfprintf.c' || echo '$(srcdir)/'`stdio/mingw_vfprintf.c -math/softmath/libarm32_libmingwex_a-asinf.obj: math/softmath/asinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinf.obj `if test -f 'math/softmath/asinf.c'; then $(CYGPATH_W) 'math/softmath/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinf.c' object='math/softmath/libarm32_libmingwex_a-asinf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfprintf.obj: stdio/mingw_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinf.obj `if test -f 'math/softmath/asinf.c'; then $(CYGPATH_W) 'math/softmath/asinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfprintf.obj `if test -f 'stdio/mingw_vfprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-asinh.o: math/softmath/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinh.o `test -f 'math/softmath/asinh.c' || echo '$(srcdir)/'`math/softmath/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinh.c' object='math/softmath/libarm32_libmingwex_a-asinh.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfprintfw.o: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vfprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinh.o `test -f 'math/softmath/asinh.c' || echo '$(srcdir)/'`math/softmath/asinh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfprintfw.o `test -f 'stdio/mingw_vfprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vfprintfw.c -math/softmath/libarm32_libmingwex_a-asinh.obj: math/softmath/asinh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinh.obj `if test -f 'math/softmath/asinh.c'; then $(CYGPATH_W) 'math/softmath/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinh.c' object='math/softmath/libarm32_libmingwex_a-asinh.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfprintfw.obj: stdio/mingw_vfprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vfprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinh.obj `if test -f 'math/softmath/asinh.c'; then $(CYGPATH_W) 'math/softmath/asinh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfprintfw.obj `if test -f 'stdio/mingw_vfprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vfprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-asinl.o: math/softmath/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinl.o `test -f 'math/softmath/asinl.c' || echo '$(srcdir)/'`math/softmath/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinl.c' object='math/softmath/libarm32_libmingwex_a-asinl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfscanf.o: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm64_libmingwex_a-mingw_vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinl.o `test -f 'math/softmath/asinl.c' || echo '$(srcdir)/'`math/softmath/asinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfscanf.o `test -f 'stdio/mingw_vfscanf.c' || echo '$(srcdir)/'`stdio/mingw_vfscanf.c -math/softmath/libarm32_libmingwex_a-asinl.obj: math/softmath/asinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinl.obj `if test -f 'math/softmath/asinl.c'; then $(CYGPATH_W) 'math/softmath/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinl.c' object='math/softmath/libarm32_libmingwex_a-asinl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vfscanf.obj: stdio/mingw_vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vfscanf.c' object='stdio/libarm64_libmingwex_a-mingw_vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinl.obj `if test -f 'math/softmath/asinl.c'; then $(CYGPATH_W) 'math/softmath/asinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vfscanf.obj `if test -f 'stdio/mingw_vfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vfscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-asinhf.o: math/softmath/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhf.o `test -f 'math/softmath/asinhf.c' || echo '$(srcdir)/'`math/softmath/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhf.c' object='math/softmath/libarm32_libmingwex_a-asinhf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vprintf.o: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhf.o `test -f 'math/softmath/asinhf.c' || echo '$(srcdir)/'`math/softmath/asinhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vprintf.o `test -f 'stdio/mingw_vprintf.c' || echo '$(srcdir)/'`stdio/mingw_vprintf.c -math/softmath/libarm32_libmingwex_a-asinhf.obj: math/softmath/asinhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhf.obj `if test -f 'math/softmath/asinhf.c'; then $(CYGPATH_W) 'math/softmath/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhf.c' object='math/softmath/libarm32_libmingwex_a-asinhf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vprintf.obj: stdio/mingw_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhf.obj `if test -f 'math/softmath/asinhf.c'; then $(CYGPATH_W) 'math/softmath/asinhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vprintf.obj `if test -f 'stdio/mingw_vprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-asinhl.o: math/softmath/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhl.o `test -f 'math/softmath/asinhl.c' || echo '$(srcdir)/'`math/softmath/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhl.c' object='math/softmath/libarm32_libmingwex_a-asinhl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vprintfw.o: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhl.o `test -f 'math/softmath/asinhl.c' || echo '$(srcdir)/'`math/softmath/asinhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vprintfw.o `test -f 'stdio/mingw_vprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vprintfw.c -math/softmath/libarm32_libmingwex_a-asinhl.obj: math/softmath/asinhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-asinhl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-asinhl.obj `if test -f 'math/softmath/asinhl.c'; then $(CYGPATH_W) 'math/softmath/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-asinhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/asinhl.c' object='math/softmath/libarm32_libmingwex_a-asinhl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vprintfw.obj: stdio/mingw_vprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-asinhl.obj `if test -f 'math/softmath/asinhl.c'; then $(CYGPATH_W) 'math/softmath/asinhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/asinhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vprintfw.obj `if test -f 'stdio/mingw_vprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-atan2f.o: math/softmath/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2f.o `test -f 'math/softmath/atan2f.c' || echo '$(srcdir)/'`math/softmath/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2f.c' object='math/softmath/libarm32_libmingwex_a-atan2f.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsnprintf.o: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2f.o `test -f 'math/softmath/atan2f.c' || echo '$(srcdir)/'`math/softmath/atan2f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintf.o `test -f 'stdio/mingw_vsnprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintf.c -math/softmath/libarm32_libmingwex_a-atan2f.obj: math/softmath/atan2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2f.obj `if test -f 'math/softmath/atan2f.c'; then $(CYGPATH_W) 'math/softmath/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2f.c' object='math/softmath/libarm32_libmingwex_a-atan2f.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsnprintf.obj: stdio/mingw_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2f.obj `if test -f 'math/softmath/atan2f.c'; then $(CYGPATH_W) 'math/softmath/atan2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintf.obj `if test -f 'stdio/mingw_vsnprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-atan2l.o: math/softmath/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2l.o `test -f 'math/softmath/atan2l.c' || echo '$(srcdir)/'`math/softmath/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2l.c' object='math/softmath/libarm32_libmingwex_a-atan2l.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsnprintfw.o: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsnprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vsnprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2l.o `test -f 'math/softmath/atan2l.c' || echo '$(srcdir)/'`math/softmath/atan2l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintfw.o `test -f 'stdio/mingw_vsnprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsnprintfw.c -math/softmath/libarm32_libmingwex_a-atan2l.obj: math/softmath/atan2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atan2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-atan2l.obj `if test -f 'math/softmath/atan2l.c'; then $(CYGPATH_W) 'math/softmath/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atan2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atan2l.c' object='math/softmath/libarm32_libmingwex_a-atan2l.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsnprintfw.obj: stdio/mingw_vsnprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsnprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsnprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsnprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vsnprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atan2l.obj `if test -f 'math/softmath/atan2l.c'; then $(CYGPATH_W) 'math/softmath/atan2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atan2l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsnprintfw.obj `if test -f 'stdio/mingw_vsnprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsnprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsnprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-atanf.o: math/softmath/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanf.o `test -f 'math/softmath/atanf.c' || echo '$(srcdir)/'`math/softmath/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanf.c' object='math/softmath/libarm32_libmingwex_a-atanf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsprintf.o: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanf.o `test -f 'math/softmath/atanf.c' || echo '$(srcdir)/'`math/softmath/atanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsprintf.o `test -f 'stdio/mingw_vsprintf.c' || echo '$(srcdir)/'`stdio/mingw_vsprintf.c -math/softmath/libarm32_libmingwex_a-atanf.obj: math/softmath/atanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanf.obj `if test -f 'math/softmath/atanf.c'; then $(CYGPATH_W) 'math/softmath/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanf.c' object='math/softmath/libarm32_libmingwex_a-atanf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsprintf.obj: stdio/mingw_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanf.obj `if test -f 'math/softmath/atanf.c'; then $(CYGPATH_W) 'math/softmath/atanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsprintf.obj `if test -f 'stdio/mingw_vsprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-atanh.o: math/softmath/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanh.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanh.o `test -f 'math/softmath/atanh.c' || echo '$(srcdir)/'`math/softmath/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanh.c' object='math/softmath/libarm32_libmingwex_a-atanh.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsprintfw.o: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsprintfw.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vsprintfw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanh.o `test -f 'math/softmath/atanh.c' || echo '$(srcdir)/'`math/softmath/atanh.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsprintfw.o `test -f 'stdio/mingw_vsprintfw.c' || echo '$(srcdir)/'`stdio/mingw_vsprintfw.c -math/softmath/libarm32_libmingwex_a-atanh.obj: math/softmath/atanh.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanh.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanh.obj `if test -f 'math/softmath/atanh.c'; then $(CYGPATH_W) 'math/softmath/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanh.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanh.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanh.c' object='math/softmath/libarm32_libmingwex_a-atanh.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vsprintfw.obj: stdio/mingw_vsprintfw.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vsprintfw.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vsprintfw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vsprintfw.c' object='stdio/libarm64_libmingwex_a-mingw_vsprintfw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanh.obj `if test -f 'math/softmath/atanh.c'; then $(CYGPATH_W) 'math/softmath/atanh.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanh.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vsprintfw.obj `if test -f 'stdio/mingw_vsprintfw.c'; then $(CYGPATH_W) 'stdio/mingw_vsprintfw.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vsprintfw.c'; fi` -math/softmath/libarm32_libmingwex_a-atanl.o: math/softmath/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanl.o `test -f 'math/softmath/atanl.c' || echo '$(srcdir)/'`math/softmath/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanl.c' object='math/softmath/libarm32_libmingwex_a-atanl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_wscanf.o: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_wscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm64_libmingwex_a-mingw_wscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanl.o `test -f 'math/softmath/atanl.c' || echo '$(srcdir)/'`math/softmath/atanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_wscanf.o `test -f 'stdio/mingw_wscanf.c' || echo '$(srcdir)/'`stdio/mingw_wscanf.c -math/softmath/libarm32_libmingwex_a-atanl.obj: math/softmath/atanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanl.obj `if test -f 'math/softmath/atanl.c'; then $(CYGPATH_W) 'math/softmath/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanl.c' object='math/softmath/libarm32_libmingwex_a-atanl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_wscanf.obj: stdio/mingw_wscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_wscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wscanf.c' object='stdio/libarm64_libmingwex_a-mingw_wscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanl.obj `if test -f 'math/softmath/atanl.c'; then $(CYGPATH_W) 'math/softmath/atanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_wscanf.obj `if test -f 'stdio/mingw_wscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-atanhf.o: math/softmath/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhf.o `test -f 'math/softmath/atanhf.c' || echo '$(srcdir)/'`math/softmath/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhf.c' object='math/softmath/libarm32_libmingwex_a-atanhf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_wvfscanf.o: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_wvfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm64_libmingwex_a-mingw_wvfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhf.o `test -f 'math/softmath/atanhf.c' || echo '$(srcdir)/'`math/softmath/atanhf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_wvfscanf.o `test -f 'stdio/mingw_wvfscanf.c' || echo '$(srcdir)/'`stdio/mingw_wvfscanf.c -math/softmath/libarm32_libmingwex_a-atanhf.obj: math/softmath/atanhf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhf.obj `if test -f 'math/softmath/atanhf.c'; then $(CYGPATH_W) 'math/softmath/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhf.c' object='math/softmath/libarm32_libmingwex_a-atanhf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_wvfscanf.obj: stdio/mingw_wvfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_wvfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_wvfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_wvfscanf.c' object='stdio/libarm64_libmingwex_a-mingw_wvfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhf.obj `if test -f 'math/softmath/atanhf.c'; then $(CYGPATH_W) 'math/softmath/atanhf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_wvfscanf.obj `if test -f 'stdio/mingw_wvfscanf.c'; then $(CYGPATH_W) 'stdio/mingw_wvfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_wvfscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-atanhl.o: math/softmath/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhl.o `test -f 'math/softmath/atanhl.c' || echo '$(srcdir)/'`math/softmath/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhl.c' object='math/softmath/libarm32_libmingwex_a-atanhl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-snprintf.o: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Tpo -c -o stdio/libarm64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm64_libmingwex_a-snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhl.o `test -f 'math/softmath/atanhl.c' || echo '$(srcdir)/'`math/softmath/atanhl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-snprintf.o `test -f 'stdio/snprintf.c' || echo '$(srcdir)/'`stdio/snprintf.c -math/softmath/libarm32_libmingwex_a-atanhl.obj: math/softmath/atanhl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-atanhl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo -c -o math/softmath/libarm32_libmingwex_a-atanhl.obj `if test -f 'math/softmath/atanhl.c'; then $(CYGPATH_W) 'math/softmath/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-atanhl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/atanhl.c' object='math/softmath/libarm32_libmingwex_a-atanhl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-snprintf.obj: stdio/snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Tpo -c -o stdio/libarm64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snprintf.c' object='stdio/libarm64_libmingwex_a-snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-atanhl.obj `if test -f 'math/softmath/atanhl.c'; then $(CYGPATH_W) 'math/softmath/atanhl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/atanhl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-snprintf.obj `if test -f 'stdio/snprintf.c'; then $(CYGPATH_W) 'stdio/snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-cos.o: math/softmath/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cos.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo -c -o math/softmath/libarm32_libmingwex_a-cos.o `test -f 'math/softmath/cos.c' || echo '$(srcdir)/'`math/softmath/cos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cos.c' object='math/softmath/libarm32_libmingwex_a-cos.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-snwprintf.o: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-snwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm64_libmingwex_a-snwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cos.o `test -f 'math/softmath/cos.c' || echo '$(srcdir)/'`math/softmath/cos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-snwprintf.o `test -f 'stdio/snwprintf.c' || echo '$(srcdir)/'`stdio/snwprintf.c -math/softmath/libarm32_libmingwex_a-cos.obj: math/softmath/cos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cos.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo -c -o math/softmath/libarm32_libmingwex_a-cos.obj `if test -f 'math/softmath/cos.c'; then $(CYGPATH_W) 'math/softmath/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cos.c' object='math/softmath/libarm32_libmingwex_a-cos.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-snwprintf.obj: stdio/snwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-snwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Tpo -c -o stdio/libarm64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-snwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/snwprintf.c' object='stdio/libarm64_libmingwex_a-snwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cos.obj `if test -f 'math/softmath/cos.c'; then $(CYGPATH_W) 'math/softmath/cos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-snwprintf.obj `if test -f 'stdio/snwprintf.c'; then $(CYGPATH_W) 'stdio/snwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/snwprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-cosf.o: math/softmath/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosf.o `test -f 'math/softmath/cosf.c' || echo '$(srcdir)/'`math/softmath/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosf.c' object='math/softmath/libarm32_libmingwex_a-cosf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-strtof.o: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-strtof.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo -c -o stdio/libarm64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm64_libmingwex_a-strtof.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosf.o `test -f 'math/softmath/cosf.c' || echo '$(srcdir)/'`math/softmath/cosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-strtof.o `test -f 'stdio/strtof.c' || echo '$(srcdir)/'`stdio/strtof.c -math/softmath/libarm32_libmingwex_a-cosf.obj: math/softmath/cosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosf.obj `if test -f 'math/softmath/cosf.c'; then $(CYGPATH_W) 'math/softmath/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosf.c' object='math/softmath/libarm32_libmingwex_a-cosf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-strtof.obj: stdio/strtof.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-strtof.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo -c -o stdio/libarm64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-strtof.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/strtof.c' object='stdio/libarm64_libmingwex_a-strtof.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosf.obj `if test -f 'math/softmath/cosf.c'; then $(CYGPATH_W) 'math/softmath/cosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-strtof.obj `if test -f 'stdio/strtof.c'; then $(CYGPATH_W) 'stdio/strtof.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strtof.c'; fi` -math/softmath/libarm32_libmingwex_a-cosl.o: math/softmath/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosl.o `test -f 'math/softmath/cosl.c' || echo '$(srcdir)/'`math/softmath/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosl.c' object='math/softmath/libarm32_libmingwex_a-cosl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-truncate.o: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-truncate.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Tpo -c -o stdio/libarm64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm64_libmingwex_a-truncate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosl.o `test -f 'math/softmath/cosl.c' || echo '$(srcdir)/'`math/softmath/cosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-truncate.o `test -f 'stdio/truncate.c' || echo '$(srcdir)/'`stdio/truncate.c -math/softmath/libarm32_libmingwex_a-cosl.obj: math/softmath/cosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-cosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-cosl.obj `if test -f 'math/softmath/cosl.c'; then $(CYGPATH_W) 'math/softmath/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-cosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/cosl.c' object='math/softmath/libarm32_libmingwex_a-cosl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-truncate.obj: stdio/truncate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-truncate.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Tpo -c -o stdio/libarm64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-truncate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/truncate.c' object='stdio/libarm64_libmingwex_a-truncate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-cosl.obj `if test -f 'math/softmath/cosl.c'; then $(CYGPATH_W) 'math/softmath/cosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/cosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-truncate.obj `if test -f 'stdio/truncate.c'; then $(CYGPATH_W) 'stdio/truncate.c'; else $(CYGPATH_W) '$(srcdir)/stdio/truncate.c'; fi` -math/softmath/libarm32_libmingwex_a-exp.o: math/softmath/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp.o `test -f 'math/softmath/exp.c' || echo '$(srcdir)/'`math/softmath/exp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp.c' object='math/softmath/libarm32_libmingwex_a-exp.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ulltoa.o: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ulltoa.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm64_libmingwex_a-ulltoa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp.o `test -f 'math/softmath/exp.c' || echo '$(srcdir)/'`math/softmath/exp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ulltoa.o `test -f 'stdio/ulltoa.c' || echo '$(srcdir)/'`stdio/ulltoa.c -math/softmath/libarm32_libmingwex_a-exp.obj: math/softmath/exp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp.obj `if test -f 'math/softmath/exp.c'; then $(CYGPATH_W) 'math/softmath/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp.c' object='math/softmath/libarm32_libmingwex_a-exp.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ulltoa.obj: stdio/ulltoa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ulltoa.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Tpo -c -o stdio/libarm64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltoa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltoa.c' object='stdio/libarm64_libmingwex_a-ulltoa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp.obj `if test -f 'math/softmath/exp.c'; then $(CYGPATH_W) 'math/softmath/exp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ulltoa.obj `if test -f 'stdio/ulltoa.c'; then $(CYGPATH_W) 'stdio/ulltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltoa.c'; fi` -math/softmath/libarm32_libmingwex_a-expl.o: math/softmath/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo -c -o math/softmath/libarm32_libmingwex_a-expl.o `test -f 'math/softmath/expl.c' || echo '$(srcdir)/'`math/softmath/expl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expl.c' object='math/softmath/libarm32_libmingwex_a-expl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ulltow.o: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ulltow.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Tpo -c -o stdio/libarm64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm64_libmingwex_a-ulltow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expl.o `test -f 'math/softmath/expl.c' || echo '$(srcdir)/'`math/softmath/expl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ulltow.o `test -f 'stdio/ulltow.c' || echo '$(srcdir)/'`stdio/ulltow.c -math/softmath/libarm32_libmingwex_a-expl.obj: math/softmath/expl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo -c -o math/softmath/libarm32_libmingwex_a-expl.obj `if test -f 'math/softmath/expl.c'; then $(CYGPATH_W) 'math/softmath/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expl.c' object='math/softmath/libarm32_libmingwex_a-expl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-ulltow.obj: stdio/ulltow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-ulltow.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Tpo -c -o stdio/libarm64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-ulltow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ulltow.c' object='stdio/libarm64_libmingwex_a-ulltow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expl.obj `if test -f 'math/softmath/expl.c'; then $(CYGPATH_W) 'math/softmath/expl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-ulltow.obj `if test -f 'stdio/ulltow.c'; then $(CYGPATH_W) 'stdio/ulltow.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ulltow.c'; fi` -math/softmath/libarm32_libmingwex_a-exp2.o: math/softmath/exp2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2.o `test -f 'math/softmath/exp2.c' || echo '$(srcdir)/'`math/softmath/exp2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2.c' object='math/softmath/libarm32_libmingwex_a-exp2.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vasprintf.o: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm64_libmingwex_a-vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2.o `test -f 'math/softmath/exp2.c' || echo '$(srcdir)/'`math/softmath/exp2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vasprintf.o `test -f 'stdio/vasprintf.c' || echo '$(srcdir)/'`stdio/vasprintf.c -math/softmath/libarm32_libmingwex_a-exp2.obj: math/softmath/exp2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2.obj `if test -f 'math/softmath/exp2.c'; then $(CYGPATH_W) 'math/softmath/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2.c' object='math/softmath/libarm32_libmingwex_a-exp2.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vasprintf.obj: stdio/vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vasprintf.c' object='stdio/libarm64_libmingwex_a-vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2.obj `if test -f 'math/softmath/exp2.c'; then $(CYGPATH_W) 'math/softmath/exp2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vasprintf.obj `if test -f 'stdio/vasprintf.c'; then $(CYGPATH_W) 'stdio/vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vasprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-exp2f.o: math/softmath/exp2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2f.o `test -f 'math/softmath/exp2f.c' || echo '$(srcdir)/'`math/softmath/exp2f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2f.c' object='math/softmath/libarm32_libmingwex_a-exp2f.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vfscanf.o: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vfscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm64_libmingwex_a-vfscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2f.o `test -f 'math/softmath/exp2f.c' || echo '$(srcdir)/'`math/softmath/exp2f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vfscanf.o `test -f 'stdio/vfscanf.c' || echo '$(srcdir)/'`stdio/vfscanf.c -math/softmath/libarm32_libmingwex_a-exp2f.obj: math/softmath/exp2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2f.obj `if test -f 'math/softmath/exp2f.c'; then $(CYGPATH_W) 'math/softmath/exp2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2f.c' object='math/softmath/libarm32_libmingwex_a-exp2f.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vfscanf.obj: stdio/vfscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vfscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfscanf.c' object='stdio/libarm64_libmingwex_a-vfscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2f.obj `if test -f 'math/softmath/exp2f.c'; then $(CYGPATH_W) 'math/softmath/exp2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vfscanf.obj `if test -f 'stdio/vfscanf.c'; then $(CYGPATH_W) 'stdio/vfscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-exp2l.o: math/softmath/exp2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2l.o `test -f 'math/softmath/exp2l.c' || echo '$(srcdir)/'`math/softmath/exp2l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2l.c' object='math/softmath/libarm32_libmingwex_a-exp2l.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vfwscanf.o: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vfwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm64_libmingwex_a-vfwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2l.o `test -f 'math/softmath/exp2l.c' || echo '$(srcdir)/'`math/softmath/exp2l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vfwscanf.o `test -f 'stdio/vfwscanf.c' || echo '$(srcdir)/'`stdio/vfwscanf.c -math/softmath/libarm32_libmingwex_a-exp2l.obj: math/softmath/exp2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-exp2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-exp2l.obj `if test -f 'math/softmath/exp2l.c'; then $(CYGPATH_W) 'math/softmath/exp2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-exp2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/exp2l.c' object='math/softmath/libarm32_libmingwex_a-exp2l.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vfwscanf.obj: stdio/vfwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vfwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vfwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vfwscanf.c' object='stdio/libarm64_libmingwex_a-vfwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-exp2l.obj `if test -f 'math/softmath/exp2l.c'; then $(CYGPATH_W) 'math/softmath/exp2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/exp2l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vfwscanf.obj `if test -f 'stdio/vfwscanf.c'; then $(CYGPATH_W) 'stdio/vfwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfwscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-expm1.o: math/softmath/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1.o `test -f 'math/softmath/expm1.c' || echo '$(srcdir)/'`math/softmath/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1.c' object='math/softmath/libarm32_libmingwex_a-expm1.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vscanf.o: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm64_libmingwex_a-vscanf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vscanf.o `test -f 'stdio/vscanf.c' || echo '$(srcdir)/'`stdio/vscanf.c + +stdio/libarm64_libmingwex_a-vscanf.obj: stdio/vscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vscanf.c' object='stdio/libarm64_libmingwex_a-vscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1.o `test -f 'math/softmath/expm1.c' || echo '$(srcdir)/'`math/softmath/expm1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vscanf.obj `if test -f 'stdio/vscanf.c'; then $(CYGPATH_W) 'stdio/vscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-expm1.obj: math/softmath/expm1.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1.obj `if test -f 'math/softmath/expm1.c'; then $(CYGPATH_W) 'math/softmath/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1.c' object='math/softmath/libarm32_libmingwex_a-expm1.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsnprintf.o: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm64_libmingwex_a-vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1.obj `if test -f 'math/softmath/expm1.c'; then $(CYGPATH_W) 'math/softmath/expm1.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsnprintf.o `test -f 'stdio/vsnprintf.c' || echo '$(srcdir)/'`stdio/vsnprintf.c -math/softmath/libarm32_libmingwex_a-expm1f.o: math/softmath/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1f.o `test -f 'math/softmath/expm1f.c' || echo '$(srcdir)/'`math/softmath/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1f.c' object='math/softmath/libarm32_libmingwex_a-expm1f.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsnprintf.obj: stdio/vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnprintf.c' object='stdio/libarm64_libmingwex_a-vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1f.o `test -f 'math/softmath/expm1f.c' || echo '$(srcdir)/'`math/softmath/expm1f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsnprintf.obj `if test -f 'stdio/vsnprintf.c'; then $(CYGPATH_W) 'stdio/vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-expm1f.obj: math/softmath/expm1f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1f.obj `if test -f 'math/softmath/expm1f.c'; then $(CYGPATH_W) 'math/softmath/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1f.c' object='math/softmath/libarm32_libmingwex_a-expm1f.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsnwprintf.o: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm64_libmingwex_a-vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1f.obj `if test -f 'math/softmath/expm1f.c'; then $(CYGPATH_W) 'math/softmath/expm1f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsnwprintf.o `test -f 'stdio/vsnwprintf.c' || echo '$(srcdir)/'`stdio/vsnwprintf.c -math/softmath/libarm32_libmingwex_a-expm1l.o: math/softmath/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1l.o `test -f 'math/softmath/expm1l.c' || echo '$(srcdir)/'`math/softmath/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1l.c' object='math/softmath/libarm32_libmingwex_a-expm1l.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsnwprintf.obj: stdio/vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Tpo -c -o stdio/libarm64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsnwprintf.c' object='stdio/libarm64_libmingwex_a-vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1l.o `test -f 'math/softmath/expm1l.c' || echo '$(srcdir)/'`math/softmath/expm1l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsnwprintf.obj `if test -f 'stdio/vsnwprintf.c'; then $(CYGPATH_W) 'stdio/vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsnwprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-expm1l.obj: math/softmath/expm1l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-expm1l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo -c -o math/softmath/libarm32_libmingwex_a-expm1l.obj `if test -f 'math/softmath/expm1l.c'; then $(CYGPATH_W) 'math/softmath/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-expm1l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/expm1l.c' object='math/softmath/libarm32_libmingwex_a-expm1l.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsscanf.o: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm64_libmingwex_a-vsscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-expm1l.obj `if test -f 'math/softmath/expm1l.c'; then $(CYGPATH_W) 'math/softmath/expm1l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/expm1l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsscanf.o `test -f 'stdio/vsscanf.c' || echo '$(srcdir)/'`stdio/vsscanf.c -math/softmath/libarm32_libmingwex_a-fmod.o: math/softmath/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmod.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmod.o `test -f 'math/softmath/fmod.c' || echo '$(srcdir)/'`math/softmath/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmod.c' object='math/softmath/libarm32_libmingwex_a-fmod.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vsscanf.obj: stdio/vsscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vsscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vsscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vsscanf.c' object='stdio/libarm64_libmingwex_a-vsscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmod.o `test -f 'math/softmath/fmod.c' || echo '$(srcdir)/'`math/softmath/fmod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vsscanf.obj `if test -f 'stdio/vsscanf.c'; then $(CYGPATH_W) 'stdio/vsscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-fmod.obj: math/softmath/fmod.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmod.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmod.obj `if test -f 'math/softmath/fmod.c'; then $(CYGPATH_W) 'math/softmath/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmod.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmod.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmod.c' object='math/softmath/libarm32_libmingwex_a-fmod.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vswscanf.o: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vswscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm64_libmingwex_a-vswscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmod.obj `if test -f 'math/softmath/fmod.c'; then $(CYGPATH_W) 'math/softmath/fmod.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmod.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vswscanf.o `test -f 'stdio/vswscanf.c' || echo '$(srcdir)/'`stdio/vswscanf.c -math/softmath/libarm32_libmingwex_a-fmodf.o: math/softmath/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodf.o `test -f 'math/softmath/fmodf.c' || echo '$(srcdir)/'`math/softmath/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodf.c' object='math/softmath/libarm32_libmingwex_a-fmodf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vswscanf.obj: stdio/vswscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vswscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vswscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vswscanf.c' object='stdio/libarm64_libmingwex_a-vswscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodf.o `test -f 'math/softmath/fmodf.c' || echo '$(srcdir)/'`math/softmath/fmodf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vswscanf.obj `if test -f 'stdio/vswscanf.c'; then $(CYGPATH_W) 'stdio/vswscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vswscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-fmodf.obj: math/softmath/fmodf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodf.obj `if test -f 'math/softmath/fmodf.c'; then $(CYGPATH_W) 'math/softmath/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodf.c' object='math/softmath/libarm32_libmingwex_a-fmodf.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vwscanf.o: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vwscanf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm64_libmingwex_a-vwscanf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodf.obj `if test -f 'math/softmath/fmodf.c'; then $(CYGPATH_W) 'math/softmath/fmodf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vwscanf.o `test -f 'stdio/vwscanf.c' || echo '$(srcdir)/'`stdio/vwscanf.c -math/softmath/libarm32_libmingwex_a-fmodl.o: math/softmath/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodl.o `test -f 'math/softmath/fmodl.c' || echo '$(srcdir)/'`math/softmath/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodl.c' object='math/softmath/libarm32_libmingwex_a-fmodl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-vwscanf.obj: stdio/vwscanf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-vwscanf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Tpo -c -o stdio/libarm64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-vwscanf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/vwscanf.c' object='stdio/libarm64_libmingwex_a-vwscanf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodl.o `test -f 'math/softmath/fmodl.c' || echo '$(srcdir)/'`math/softmath/fmodl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-vwscanf.obj `if test -f 'stdio/vwscanf.c'; then $(CYGPATH_W) 'stdio/vwscanf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vwscanf.c'; fi` -math/softmath/libarm32_libmingwex_a-fmodl.obj: math/softmath/fmodl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-fmodl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo -c -o math/softmath/libarm32_libmingwex_a-fmodl.obj `if test -f 'math/softmath/fmodl.c'; then $(CYGPATH_W) 'math/softmath/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-fmodl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/fmodl.c' object='math/softmath/libarm32_libmingwex_a-fmodl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-wtoll.o: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-wtoll.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Tpo -c -o stdio/libarm64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm64_libmingwex_a-wtoll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-fmodl.obj `if test -f 'math/softmath/fmodl.c'; then $(CYGPATH_W) 'math/softmath/fmodl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/fmodl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-wtoll.o `test -f 'stdio/wtoll.c' || echo '$(srcdir)/'`stdio/wtoll.c -math/softmath/libarm32_libmingwex_a-frexpl.o: math/softmath/frexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-frexpl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-frexpl.o `test -f 'math/softmath/frexpl.c' || echo '$(srcdir)/'`math/softmath/frexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/frexpl.c' object='math/softmath/libarm32_libmingwex_a-frexpl.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-wtoll.obj: stdio/wtoll.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-wtoll.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Tpo -c -o stdio/libarm64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-wtoll.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/wtoll.c' object='stdio/libarm64_libmingwex_a-wtoll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-frexpl.o `test -f 'math/softmath/frexpl.c' || echo '$(srcdir)/'`math/softmath/frexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-wtoll.obj `if test -f 'stdio/wtoll.c'; then $(CYGPATH_W) 'stdio/wtoll.c'; else $(CYGPATH_W) '$(srcdir)/stdio/wtoll.c'; fi` -math/softmath/libarm32_libmingwex_a-frexpl.obj: math/softmath/frexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-frexpl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-frexpl.obj `if test -f 'math/softmath/frexpl.c'; then $(CYGPATH_W) 'math/softmath/frexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/frexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-frexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/frexpl.c' object='math/softmath/libarm32_libmingwex_a-frexpl.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_asprintf.o: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_asprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm64_libmingwex_a-mingw_asprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-frexpl.obj `if test -f 'math/softmath/frexpl.c'; then $(CYGPATH_W) 'math/softmath/frexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/frexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_asprintf.o `test -f 'stdio/mingw_asprintf.c' || echo '$(srcdir)/'`stdio/mingw_asprintf.c -math/softmath/libarm32_libmingwex_a-ilogb.o: math/softmath/ilogb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogb.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogb.o `test -f 'math/softmath/ilogb.c' || echo '$(srcdir)/'`math/softmath/ilogb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogb.c' object='math/softmath/libarm32_libmingwex_a-ilogb.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_asprintf.obj: stdio/mingw_asprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_asprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_asprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_asprintf.c' object='stdio/libarm64_libmingwex_a-mingw_asprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogb.o `test -f 'math/softmath/ilogb.c' || echo '$(srcdir)/'`math/softmath/ilogb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_asprintf.obj `if test -f 'stdio/mingw_asprintf.c'; then $(CYGPATH_W) 'stdio/mingw_asprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_asprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-ilogb.obj: math/softmath/ilogb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogb.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogb.obj `if test -f 'math/softmath/ilogb.c'; then $(CYGPATH_W) 'math/softmath/ilogb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogb.c' object='math/softmath/libarm32_libmingwex_a-ilogb.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vasprintf.o: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vasprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vasprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogb.obj `if test -f 'math/softmath/ilogb.c'; then $(CYGPATH_W) 'math/softmath/ilogb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vasprintf.o `test -f 'stdio/mingw_vasprintf.c' || echo '$(srcdir)/'`stdio/mingw_vasprintf.c -math/softmath/libarm32_libmingwex_a-ilogbf.o: math/softmath/ilogbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbf.o `test -f 'math/softmath/ilogbf.c' || echo '$(srcdir)/'`math/softmath/ilogbf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbf.c' object='math/softmath/libarm32_libmingwex_a-ilogbf.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmingwex_a-mingw_vasprintf.obj: stdio/mingw_vasprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmingwex_a-mingw_vasprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Tpo -c -o stdio/libarm64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Tpo stdio/$(DEPDIR)/libarm64_libmingwex_a-mingw_vasprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_vasprintf.c' object='stdio/libarm64_libmingwex_a-mingw_vasprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbf.o `test -f 'math/softmath/ilogbf.c' || echo '$(srcdir)/'`math/softmath/ilogbf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmingwex_a-mingw_vasprintf.obj `if test -f 'stdio/mingw_vasprintf.c'; then $(CYGPATH_W) 'stdio/mingw_vasprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_vasprintf.c'; fi` -math/softmath/libarm32_libmingwex_a-ilogbf.obj: math/softmath/ilogbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbf.obj `if test -f 'math/softmath/ilogbf.c'; then $(CYGPATH_W) 'math/softmath/ilogbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbf.c' object='math/softmath/libarm32_libmingwex_a-ilogbf.obj' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-copysignl.o: math/arm64/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-copysignl.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Tpo -c -o math/arm64/libarm64_libmingwex_a-copysignl.o `test -f 'math/arm64/copysignl.c' || echo '$(srcdir)/'`math/arm64/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/copysignl.c' object='math/arm64/libarm64_libmingwex_a-copysignl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbf.obj `if test -f 'math/softmath/ilogbf.c'; then $(CYGPATH_W) 'math/softmath/ilogbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-copysignl.o `test -f 'math/arm64/copysignl.c' || echo '$(srcdir)/'`math/arm64/copysignl.c -math/softmath/libarm32_libmingwex_a-ilogbl.o: math/softmath/ilogbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbl.o `test -f 'math/softmath/ilogbl.c' || echo '$(srcdir)/'`math/softmath/ilogbl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbl.c' object='math/softmath/libarm32_libmingwex_a-ilogbl.o' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-copysignl.obj: math/arm64/copysignl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-copysignl.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Tpo -c -o math/arm64/libarm64_libmingwex_a-copysignl.obj `if test -f 'math/arm64/copysignl.c'; then $(CYGPATH_W) 'math/arm64/copysignl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/copysignl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-copysignl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/copysignl.c' object='math/arm64/libarm64_libmingwex_a-copysignl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbl.o `test -f 'math/softmath/ilogbl.c' || echo '$(srcdir)/'`math/softmath/ilogbl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-copysignl.obj `if test -f 'math/arm64/copysignl.c'; then $(CYGPATH_W) 'math/arm64/copysignl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/copysignl.c'; fi` -math/softmath/libarm32_libmingwex_a-ilogbl.obj: math/softmath/ilogbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ilogbl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ilogbl.obj `if test -f 'math/softmath/ilogbl.c'; then $(CYGPATH_W) 'math/softmath/ilogbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ilogbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ilogbl.c' object='math/softmath/libarm32_libmingwex_a-ilogbl.obj' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-ldexpl.o: math/arm64/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-ldexpl.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Tpo -c -o math/arm64/libarm64_libmingwex_a-ldexpl.o `test -f 'math/arm64/ldexpl.c' || echo '$(srcdir)/'`math/arm64/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/ldexpl.c' object='math/arm64/libarm64_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ilogbl.obj `if test -f 'math/softmath/ilogbl.c'; then $(CYGPATH_W) 'math/softmath/ilogbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ilogbl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ldexpl.o `test -f 'math/arm64/ldexpl.c' || echo '$(srcdir)/'`math/arm64/ldexpl.c -math/softmath/libarm32_libmingwex_a-ldexp.o: math/softmath/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexp.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexp.o `test -f 'math/softmath/ldexp.c' || echo '$(srcdir)/'`math/softmath/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexp.c' object='math/softmath/libarm32_libmingwex_a-ldexp.o' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-ldexpl.obj: math/arm64/ldexpl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-ldexpl.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Tpo -c -o math/arm64/libarm64_libmingwex_a-ldexpl.obj `if test -f 'math/arm64/ldexpl.c'; then $(CYGPATH_W) 'math/arm64/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ldexpl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-ldexpl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/ldexpl.c' object='math/arm64/libarm64_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexp.o `test -f 'math/softmath/ldexp.c' || echo '$(srcdir)/'`math/softmath/ldexp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-ldexpl.obj `if test -f 'math/arm64/ldexpl.c'; then $(CYGPATH_W) 'math/arm64/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/ldexpl.c'; fi` -math/softmath/libarm32_libmingwex_a-ldexp.obj: math/softmath/ldexp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexp.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexp.obj `if test -f 'math/softmath/ldexp.c'; then $(CYGPATH_W) 'math/softmath/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexp.c' object='math/softmath/libarm32_libmingwex_a-ldexp.obj' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-log2.o: math/arm64/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-log2.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Tpo -c -o math/arm64/libarm64_libmingwex_a-log2.o `test -f 'math/arm64/log2.c' || echo '$(srcdir)/'`math/arm64/log2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/log2.c' object='math/arm64/libarm64_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexp.obj `if test -f 'math/softmath/ldexp.c'; then $(CYGPATH_W) 'math/softmath/ldexp.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-log2.o `test -f 'math/arm64/log2.c' || echo '$(srcdir)/'`math/arm64/log2.c -math/softmath/libarm32_libmingwex_a-ldexpl.o: math/softmath/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexpl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexpl.o `test -f 'math/softmath/ldexpl.c' || echo '$(srcdir)/'`math/softmath/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexpl.c' object='math/softmath/libarm32_libmingwex_a-ldexpl.o' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-log2.obj: math/arm64/log2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-log2.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Tpo -c -o math/arm64/libarm64_libmingwex_a-log2.obj `if test -f 'math/arm64/log2.c'; then $(CYGPATH_W) 'math/arm64/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/log2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-log2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/log2.c' object='math/arm64/libarm64_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexpl.o `test -f 'math/softmath/ldexpl.c' || echo '$(srcdir)/'`math/softmath/ldexpl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-log2.obj `if test -f 'math/arm64/log2.c'; then $(CYGPATH_W) 'math/arm64/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/log2.c'; fi` -math/softmath/libarm32_libmingwex_a-ldexpl.obj: math/softmath/ldexpl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-ldexpl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo -c -o math/softmath/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/softmath/ldexpl.c'; then $(CYGPATH_W) 'math/softmath/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexpl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-ldexpl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/ldexpl.c' object='math/softmath/libarm32_libmingwex_a-ldexpl.obj' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-scalbn.o: math/arm64/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-scalbn.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Tpo -c -o math/arm64/libarm64_libmingwex_a-scalbn.o `test -f 'math/arm64/scalbn.c' || echo '$(srcdir)/'`math/arm64/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/scalbn.c' object='math/arm64/libarm64_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-ldexpl.obj `if test -f 'math/softmath/ldexpl.c'; then $(CYGPATH_W) 'math/softmath/ldexpl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/ldexpl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-scalbn.o `test -f 'math/arm64/scalbn.c' || echo '$(srcdir)/'`math/arm64/scalbn.c -math/softmath/libarm32_libmingwex_a-log.o: math/softmath/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo -c -o math/softmath/libarm32_libmingwex_a-log.o `test -f 'math/softmath/log.c' || echo '$(srcdir)/'`math/softmath/log.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log.c' object='math/softmath/libarm32_libmingwex_a-log.o' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-scalbn.obj: math/arm64/scalbn.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-scalbn.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Tpo -c -o math/arm64/libarm64_libmingwex_a-scalbn.obj `if test -f 'math/arm64/scalbn.c'; then $(CYGPATH_W) 'math/arm64/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/scalbn.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-scalbn.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/scalbn.c' object='math/arm64/libarm64_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log.o `test -f 'math/softmath/log.c' || echo '$(srcdir)/'`math/softmath/log.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-scalbn.obj `if test -f 'math/arm64/scalbn.c'; then $(CYGPATH_W) 'math/arm64/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/scalbn.c'; fi` -math/softmath/libarm32_libmingwex_a-log.obj: math/softmath/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo -c -o math/softmath/libarm32_libmingwex_a-log.obj `if test -f 'math/softmath/log.c'; then $(CYGPATH_W) 'math/softmath/log.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log.c' object='math/softmath/libarm32_libmingwex_a-log.obj' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-sincos.o: math/arm64/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-sincos.o -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Tpo -c -o math/arm64/libarm64_libmingwex_a-sincos.o `test -f 'math/arm64/sincos.c' || echo '$(srcdir)/'`math/arm64/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/sincos.c' object='math/arm64/libarm64_libmingwex_a-sincos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log.obj `if test -f 'math/softmath/log.c'; then $(CYGPATH_W) 'math/softmath/log.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-sincos.o `test -f 'math/arm64/sincos.c' || echo '$(srcdir)/'`math/arm64/sincos.c -math/softmath/libarm32_libmingwex_a-log10l.o: math/softmath/log10l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log10l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log10l.o `test -f 'math/softmath/log10l.c' || echo '$(srcdir)/'`math/softmath/log10l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log10l.c' object='math/softmath/libarm32_libmingwex_a-log10l.o' libtool=no @AMDEPBACKSLASH@ +math/arm64/libarm64_libmingwex_a-sincos.obj: math/arm64/sincos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/arm64/libarm64_libmingwex_a-sincos.obj -MD -MP -MF math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Tpo -c -o math/arm64/libarm64_libmingwex_a-sincos.obj `if test -f 'math/arm64/sincos.c'; then $(CYGPATH_W) 'math/arm64/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/sincos.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Tpo math/arm64/$(DEPDIR)/libarm64_libmingwex_a-sincos.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/arm64/sincos.c' object='math/arm64/libarm64_libmingwex_a-sincos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log10l.o `test -f 'math/softmath/log10l.c' || echo '$(srcdir)/'`math/softmath/log10l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/arm64/libarm64_libmingwex_a-sincos.obj `if test -f 'math/arm64/sincos.c'; then $(CYGPATH_W) 'math/arm64/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/arm64/sincos.c'; fi` -math/softmath/libarm32_libmingwex_a-log10l.obj: math/softmath/log10l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log10l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log10l.obj `if test -f 'math/softmath/log10l.c'; then $(CYGPATH_W) 'math/softmath/log10l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log10l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log10l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log10l.c' object='math/softmath/libarm32_libmingwex_a-log10l.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log10l.obj `if test -f 'math/softmath/log10l.c'; then $(CYGPATH_W) 'math/softmath/log10l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log10l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -math/softmath/libarm32_libmingwex_a-log1p.o: math/softmath/log1p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1p.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1p.o `test -f 'math/softmath/log1p.c' || echo '$(srcdir)/'`math/softmath/log1p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1p.c' object='math/softmath/libarm32_libmingwex_a-log1p.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1p.o `test -f 'math/softmath/log1p.c' || echo '$(srcdir)/'`math/softmath/log1p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -math/softmath/libarm32_libmingwex_a-log1p.obj: math/softmath/log1p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1p.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1p.obj `if test -f 'math/softmath/log1p.c'; then $(CYGPATH_W) 'math/softmath/log1p.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1p.c' object='math/softmath/libarm32_libmingwex_a-log1p.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1p.obj `if test -f 'math/softmath/log1p.c'; then $(CYGPATH_W) 'math/softmath/log1p.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -math/softmath/libarm32_libmingwex_a-log1pf.o: math/softmath/log1pf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pf.o `test -f 'math/softmath/log1pf.c' || echo '$(srcdir)/'`math/softmath/log1pf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pf.c' object='math/softmath/libarm32_libmingwex_a-log1pf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pf.o `test -f 'math/softmath/log1pf.c' || echo '$(srcdir)/'`math/softmath/log1pf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -math/softmath/libarm32_libmingwex_a-log1pf.obj: math/softmath/log1pf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pf.obj `if test -f 'math/softmath/log1pf.c'; then $(CYGPATH_W) 'math/softmath/log1pf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pf.c' object='math/softmath/libarm32_libmingwex_a-log1pf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pf.obj `if test -f 'math/softmath/log1pf.c'; then $(CYGPATH_W) 'math/softmath/log1pf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -math/softmath/libarm32_libmingwex_a-log1pl.o: math/softmath/log1pl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pl.o `test -f 'math/softmath/log1pl.c' || echo '$(srcdir)/'`math/softmath/log1pl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pl.c' object='math/softmath/libarm32_libmingwex_a-log1pl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__fpclassifyd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm64_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pl.o `test -f 'math/softmath/log1pl.c' || echo '$(srcdir)/'`math/softmath/log1pl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -math/softmath/libarm32_libmingwex_a-log1pl.obj: math/softmath/log1pl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log1pl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo -c -o math/softmath/libarm32_libmingwex_a-log1pl.obj `if test -f 'math/softmath/log1pl.c'; then $(CYGPATH_W) 'math/softmath/log1pl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log1pl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log1pl.c' object='math/softmath/libarm32_libmingwex_a-log1pl.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm64_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log1pl.obj `if test -f 'math/softmath/log1pl.c'; then $(CYGPATH_W) 'math/softmath/log1pl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log1pl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -math/softmath/libarm32_libmingwex_a-log2.o: math/softmath/log2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2.o `test -f 'math/softmath/log2.c' || echo '$(srcdir)/'`math/softmath/log2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2.c' object='math/softmath/libarm32_libmingwex_a-log2.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm64_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2.o `test -f 'math/softmath/log2.c' || echo '$(srcdir)/'`math/softmath/log2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -math/softmath/libarm32_libmingwex_a-log2.obj: math/softmath/log2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2.obj `if test -f 'math/softmath/log2.c'; then $(CYGPATH_W) 'math/softmath/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2.c' object='math/softmath/libarm32_libmingwex_a-log2.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm64_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2.obj `if test -f 'math/softmath/log2.c'; then $(CYGPATH_W) 'math/softmath/log2.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -math/softmath/libarm32_libmingwex_a-log2f.o: math/softmath/log2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2f.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2f.o `test -f 'math/softmath/log2f.c' || echo '$(srcdir)/'`math/softmath/log2f.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2f.c' object='math/softmath/libarm32_libmingwex_a-log2f.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm64_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2f.o `test -f 'math/softmath/log2f.c' || echo '$(srcdir)/'`math/softmath/log2f.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -math/softmath/libarm32_libmingwex_a-log2f.obj: math/softmath/log2f.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2f.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2f.obj `if test -f 'math/softmath/log2f.c'; then $(CYGPATH_W) 'math/softmath/log2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2f.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2f.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2f.c' object='math/softmath/libarm32_libmingwex_a-log2f.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm64_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2f.obj `if test -f 'math/softmath/log2f.c'; then $(CYGPATH_W) 'math/softmath/log2f.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2f.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -math/softmath/libarm32_libmingwex_a-log2l.o: math/softmath/log2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2l.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2l.o `test -f 'math/softmath/log2l.c' || echo '$(srcdir)/'`math/softmath/log2l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2l.c' object='math/softmath/libarm32_libmingwex_a-log2l.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__isnand128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm64_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2l.o `test -f 'math/softmath/log2l.c' || echo '$(srcdir)/'`math/softmath/log2l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -math/softmath/libarm32_libmingwex_a-log2l.obj: math/softmath/log2l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-log2l.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo -c -o math/softmath/libarm32_libmingwex_a-log2l.obj `if test -f 'math/softmath/log2l.c'; then $(CYGPATH_W) 'math/softmath/log2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-log2l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/log2l.c' object='math/softmath/libarm32_libmingwex_a-log2l.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm64_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-log2l.obj `if test -f 'math/softmath/log2l.c'; then $(CYGPATH_W) 'math/softmath/log2l.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/log2l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -math/softmath/libarm32_libmingwex_a-logb.o: math/softmath/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logb.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo -c -o math/softmath/libarm32_libmingwex_a-logb.o `test -f 'math/softmath/logb.c' || echo '$(srcdir)/'`math/softmath/logb.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logb.c' object='math/softmath/libarm32_libmingwex_a-logb.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm64_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logb.o `test -f 'math/softmath/logb.c' || echo '$(srcdir)/'`math/softmath/logb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -math/softmath/libarm32_libmingwex_a-logb.obj: math/softmath/logb.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logb.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo -c -o math/softmath/libarm32_libmingwex_a-logb.obj `if test -f 'math/softmath/logb.c'; then $(CYGPATH_W) 'math/softmath/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logb.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logb.c' object='math/softmath/libarm32_libmingwex_a-logb.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm64_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logb.obj `if test -f 'math/softmath/logb.c'; then $(CYGPATH_W) 'math/softmath/logb.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -math/softmath/libarm32_libmingwex_a-logbf.o: math/softmath/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbf.o `test -f 'math/softmath/logbf.c' || echo '$(srcdir)/'`math/softmath/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbf.c' object='math/softmath/libarm32_libmingwex_a-logbf.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm64_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbf.o `test -f 'math/softmath/logbf.c' || echo '$(srcdir)/'`math/softmath/logbf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -math/softmath/libarm32_libmingwex_a-logbf.obj: math/softmath/logbf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbf.obj `if test -f 'math/softmath/logbf.c'; then $(CYGPATH_W) 'math/softmath/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbf.c' object='math/softmath/libarm32_libmingwex_a-logbf.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm64_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbf.obj `if test -f 'math/softmath/logbf.c'; then $(CYGPATH_W) 'math/softmath/logbf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -math/softmath/libarm32_libmingwex_a-logbl.o: math/softmath/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbl.o `test -f 'math/softmath/logbl.c' || echo '$(srcdir)/'`math/softmath/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbl.c' object='math/softmath/libarm32_libmingwex_a-logbl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-__signbitd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm64_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbl.o `test -f 'math/softmath/logbl.c' || echo '$(srcdir)/'`math/softmath/logbl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -math/softmath/libarm32_libmingwex_a-logbl.obj: math/softmath/logbl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logbl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logbl.obj `if test -f 'math/softmath/logbl.c'; then $(CYGPATH_W) 'math/softmath/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logbl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logbl.c' object='math/softmath/libarm32_libmingwex_a-logbl.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm64_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logbl.obj `if test -f 'math/softmath/logbl.c'; then $(CYGPATH_W) 'math/softmath/logbl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logbl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -math/softmath/libarm32_libmingwex_a-logl.o: math/softmath/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logl.o `test -f 'math/softmath/logl.c' || echo '$(srcdir)/'`math/softmath/logl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logl.c' object='math/softmath/libarm32_libmingwex_a-logl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm64_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logl.o `test -f 'math/softmath/logl.c' || echo '$(srcdir)/'`math/softmath/logl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -math/softmath/libarm32_libmingwex_a-logl.obj: math/softmath/logl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-logl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo -c -o math/softmath/libarm32_libmingwex_a-logl.obj `if test -f 'math/softmath/logl.c'; then $(CYGPATH_W) 'math/softmath/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-logl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/logl.c' object='math/softmath/libarm32_libmingwex_a-logl.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm64_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-logl.obj `if test -f 'math/softmath/logl.c'; then $(CYGPATH_W) 'math/softmath/logl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/logl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -math/softmath/libarm32_libmingwex_a-pow.o: math/softmath/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-pow.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm64_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-pow.o `test -f 'math/softmath/pow.c' || echo '$(srcdir)/'`math/softmath/pow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -math/softmath/libarm32_libmingwex_a-pow.obj: math/softmath/pow.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-pow.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo -c -o math/softmath/libarm32_libmingwex_a-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-pow.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/pow.c' object='math/softmath/libarm32_libmingwex_a-pow.obj' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm64_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-pow.obj `if test -f 'math/softmath/pow.c'; then $(CYGPATH_W) 'math/softmath/pow.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/pow.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -math/softmath/libarm32_libmingwex_a-powl.o: math/softmath/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-powl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo -c -o math/softmath/libarm32_libmingwex_a-powl.o `test -f 'math/softmath/powl.c' || echo '$(srcdir)/'`math/softmath/powl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/powl.c' object='math/softmath/libarm32_libmingwex_a-powl.o' libtool=no @AMDEPBACKSLASH@ +math/DFP/libarm64_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm64_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm64_libmingwex_a-isinfd128.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm64_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-powl.o `test -f 'math/softmath/powl.c' || echo '$(srcdir)/'`math/softmath/powl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm64_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -math/softmath/libarm32_libmingwex_a-powl.obj: math/softmath/powl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-powl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo -c -o math/softmath/libarm32_libmingwex_a-powl.obj `if test -f 'math/softmath/powl.c'; then $(CYGPATH_W) 'math/softmath/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/powl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-powl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/powl.c' object='math/softmath/libarm32_libmingwex_a-powl.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-powl.obj `if test -f 'math/softmath/powl.c'; then $(CYGPATH_W) 'math/softmath/powl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/powl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -math/softmath/libarm32_libmingwex_a-remainder.o: math/softmath/remainder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainder.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainder.o `test -f 'math/softmath/remainder.c' || echo '$(srcdir)/'`math/softmath/remainder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainder.c' object='math/softmath/libarm32_libmingwex_a-remainder.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm64_libmingwthrd_a-mingwthrd_mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainder.o `test -f 'math/softmath/remainder.c' || echo '$(srcdir)/'`math/softmath/remainder.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -math/softmath/libarm32_libmingwex_a-remainder.obj: math/softmath/remainder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainder.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainder.obj `if test -f 'math/softmath/remainder.c'; then $(CYGPATH_W) 'math/softmath/remainder.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainder.c' object='math/softmath/libarm32_libmingwex_a-remainder.obj' libtool=no @AMDEPBACKSLASH@ +libarm64_libmoldname_a-_libm_dummy.o: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm64_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Tpo -c -o libarm64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm64_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainder.obj `if test -f 'math/softmath/remainder.c'; then $(CYGPATH_W) 'math/softmath/remainder.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainder.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm64_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -math/softmath/libarm32_libmingwex_a-remainderf.o: math/softmath/remainderf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderf.o `test -f 'math/softmath/remainderf.c' || echo '$(srcdir)/'`math/softmath/remainderf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderf.c' object='math/softmath/libarm32_libmingwex_a-remainderf.o' libtool=no @AMDEPBACKSLASH@ +libarm64_libmoldname_a-_libm_dummy.obj: _libm_dummy.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm64_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Tpo -c -o libarm64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm64_libmoldname_a-_libm_dummy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm64_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderf.o `test -f 'math/softmath/remainderf.c' || echo '$(srcdir)/'`math/softmath/remainderf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm64_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -math/softmath/libarm32_libmingwex_a-remainderf.obj: math/softmath/remainderf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderf.obj `if test -f 'math/softmath/remainderf.c'; then $(CYGPATH_W) 'math/softmath/remainderf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderf.c' object='math/softmath/libarm32_libmingwex_a-remainderf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-onexit_table.o: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-onexit_table.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/libarm64_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm64_libmsvcrt_os_a-onexit_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderf.obj `if test -f 'math/softmath/remainderf.c'; then $(CYGPATH_W) 'math/softmath/remainderf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-onexit_table.o `test -f 'misc/onexit_table.c' || echo '$(srcdir)/'`misc/onexit_table.c -math/softmath/libarm32_libmingwex_a-remainderl.o: math/softmath/remainderl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderl.o `test -f 'math/softmath/remainderl.c' || echo '$(srcdir)/'`math/softmath/remainderl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderl.c' object='math/softmath/libarm32_libmingwex_a-remainderl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-onexit_table.obj: misc/onexit_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-onexit_table.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Tpo -c -o misc/libarm64_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-onexit_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/onexit_table.c' object='misc/libarm64_libmsvcrt_os_a-onexit_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderl.o `test -f 'math/softmath/remainderl.c' || echo '$(srcdir)/'`math/softmath/remainderl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-onexit_table.obj `if test -f 'misc/onexit_table.c'; then $(CYGPATH_W) 'misc/onexit_table.c'; else $(CYGPATH_W) '$(srcdir)/misc/onexit_table.c'; fi` -math/softmath/libarm32_libmingwex_a-remainderl.obj: math/softmath/remainderl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remainderl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo -c -o math/softmath/libarm32_libmingwex_a-remainderl.obj `if test -f 'math/softmath/remainderl.c'; then $(CYGPATH_W) 'math/softmath/remainderl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remainderl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remainderl.c' object='math/softmath/libarm32_libmingwex_a-remainderl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-register_tls_atexit.o: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-register_tls_atexit.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/libarm64_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm64_libmsvcrt_os_a-register_tls_atexit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remainderl.obj `if test -f 'math/softmath/remainderl.c'; then $(CYGPATH_W) 'math/softmath/remainderl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remainderl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-register_tls_atexit.o `test -f 'misc/register_tls_atexit.c' || echo '$(srcdir)/'`misc/register_tls_atexit.c -math/softmath/libarm32_libmingwex_a-remquo.o: math/softmath/remquo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquo.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquo.o `test -f 'math/softmath/remquo.c' || echo '$(srcdir)/'`math/softmath/remquo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquo.c' object='math/softmath/libarm32_libmingwex_a-remquo.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-register_tls_atexit.obj: misc/register_tls_atexit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-register_tls_atexit.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Tpo -c -o misc/libarm64_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-register_tls_atexit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/register_tls_atexit.c' object='misc/libarm64_libmsvcrt_os_a-register_tls_atexit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquo.o `test -f 'math/softmath/remquo.c' || echo '$(srcdir)/'`math/softmath/remquo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-register_tls_atexit.obj `if test -f 'misc/register_tls_atexit.c'; then $(CYGPATH_W) 'misc/register_tls_atexit.c'; else $(CYGPATH_W) '$(srcdir)/misc/register_tls_atexit.c'; fi` -math/softmath/libarm32_libmingwex_a-remquo.obj: math/softmath/remquo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquo.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquo.obj `if test -f 'math/softmath/remquo.c'; then $(CYGPATH_W) 'math/softmath/remquo.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquo.c' object='math/softmath/libarm32_libmingwex_a-remquo.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.o: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquo.obj `if test -f 'math/softmath/remquo.c'; then $(CYGPATH_W) 'math/softmath/remquo.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.o `test -f 'stdio/acrt_iob_func.c' || echo '$(srcdir)/'`stdio/acrt_iob_func.c -math/softmath/libarm32_libmingwex_a-remquof.o: math/softmath/remquof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.obj: stdio/acrt_iob_func.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Tpo -c -o stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Tpo stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-acrt_iob_func.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/acrt_iob_func.c' object='stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.o `test -f 'math/softmath/remquof.c' || echo '$(srcdir)/'`math/softmath/remquof.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmsvcrt_os_a-acrt_iob_func.obj `if test -f 'stdio/acrt_iob_func.c'; then $(CYGPATH_W) 'stdio/acrt_iob_func.c'; else $(CYGPATH_W) '$(srcdir)/stdio/acrt_iob_func.c'; fi` -math/softmath/libarm32_libmingwex_a-remquof.obj: math/softmath/remquof.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquof.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquof.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquof.c' object='math/softmath/libarm32_libmingwex_a-remquof.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-_configthreadlocale.o: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/libarm64_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm64_libmsvcrt_os_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquof.obj `if test -f 'math/softmath/remquof.c'; then $(CYGPATH_W) 'math/softmath/remquof.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquof.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -math/softmath/libarm32_libmingwex_a-remquol.o: math/softmath/remquol.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquol.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquol.o `test -f 'math/softmath/remquol.c' || echo '$(srcdir)/'`math/softmath/remquol.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquol.c' object='math/softmath/libarm32_libmingwex_a-remquol.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-_configthreadlocale.obj: misc/_configthreadlocale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Tpo -c -o misc/libarm64_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_configthreadlocale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm64_libmsvcrt_os_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquol.o `test -f 'math/softmath/remquol.c' || echo '$(srcdir)/'`math/softmath/remquol.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -math/softmath/libarm32_libmingwex_a-remquol.obj: math/softmath/remquol.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-remquol.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo -c -o math/softmath/libarm32_libmingwex_a-remquol.obj `if test -f 'math/softmath/remquol.c'; then $(CYGPATH_W) 'math/softmath/remquol.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquol.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-remquol.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/remquol.c' object='math/softmath/libarm32_libmingwex_a-remquol.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-_get_current_locale.o: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-_get_current_locale.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/libarm64_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/libarm64_libmsvcrt_os_a-_get_current_locale.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-remquol.obj `if test -f 'math/softmath/remquol.c'; then $(CYGPATH_W) 'math/softmath/remquol.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/remquol.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-_get_current_locale.o `test -f 'misc/_get_current_locale.c' || echo '$(srcdir)/'`misc/_get_current_locale.c -math/softmath/libarm32_libmingwex_a-scalbn.o: math/softmath/scalbn.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbn.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbn.o `test -f 'math/softmath/scalbn.c' || echo '$(srcdir)/'`math/softmath/scalbn.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbn.c' object='math/softmath/libarm32_libmingwex_a-scalbn.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-_get_current_locale.obj: misc/_get_current_locale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-_get_current_locale.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Tpo -c -o misc/libarm64_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-_get_current_locale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_get_current_locale.c' object='misc/libarm64_libmsvcrt_os_a-_get_current_locale.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbn.o `test -f 'math/softmath/scalbn.c' || echo '$(srcdir)/'`math/softmath/scalbn.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-_get_current_locale.obj `if test -f 'misc/_get_current_locale.c'; then $(CYGPATH_W) 'misc/_get_current_locale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_get_current_locale.c'; fi` -math/softmath/libarm32_libmingwex_a-scalbn.obj: math/softmath/scalbn.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbn.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/softmath/scalbn.c'; then $(CYGPATH_W) 'math/softmath/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbn.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbn.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbn.c' object='math/softmath/libarm32_libmingwex_a-scalbn.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbn.obj `if test -f 'math/softmath/scalbn.c'; then $(CYGPATH_W) 'math/softmath/scalbn.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbn.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -math/softmath/libarm32_libmingwex_a-scalbnf.o: math/softmath/scalbnf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnf.o `test -f 'math/softmath/scalbnf.c' || echo '$(srcdir)/'`math/softmath/scalbnf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnf.c' object='math/softmath/libarm32_libmingwex_a-scalbnf.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Tpo -c -o misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-invalid_parameter_handler.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnf.o `test -f 'math/softmath/scalbnf.c' || echo '$(srcdir)/'`math/softmath/scalbnf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -math/softmath/libarm32_libmingwex_a-scalbnf.obj: math/softmath/scalbnf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnf.obj `if test -f 'math/softmath/scalbnf.c'; then $(CYGPATH_W) 'math/softmath/scalbnf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnf.c' object='math/softmath/libarm32_libmingwex_a-scalbnf.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-output_format.o: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Tpo -c -o misc/libarm64_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm64_libmsvcrt_os_a-output_format.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnf.obj `if test -f 'math/softmath/scalbnf.c'; then $(CYGPATH_W) 'math/softmath/scalbnf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -math/softmath/libarm32_libmingwex_a-scalbnl.o: math/softmath/scalbnl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnl.o `test -f 'math/softmath/scalbnl.c' || echo '$(srcdir)/'`math/softmath/scalbnl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnl.c' object='math/softmath/libarm32_libmingwex_a-scalbnl.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-output_format.obj: misc/output_format.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Tpo -c -o misc/libarm64_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-output_format.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm64_libmsvcrt_os_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnl.o `test -f 'math/softmath/scalbnl.c' || echo '$(srcdir)/'`math/softmath/scalbnl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -math/softmath/libarm32_libmingwex_a-scalbnl.obj: math/softmath/scalbnl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-scalbnl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo -c -o math/softmath/libarm32_libmingwex_a-scalbnl.obj `if test -f 'math/softmath/scalbnl.c'; then $(CYGPATH_W) 'math/softmath/scalbnl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-scalbnl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/scalbnl.c' object='math/softmath/libarm32_libmingwex_a-scalbnl.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-purecall.o: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Tpo -c -o misc/libarm64_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm64_libmsvcrt_os_a-purecall.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-scalbnl.obj `if test -f 'math/softmath/scalbnl.c'; then $(CYGPATH_W) 'math/softmath/scalbnl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/scalbnl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -math/softmath/libarm32_libmingwex_a-sin.o: math/softmath/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sin.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo -c -o math/softmath/libarm32_libmingwex_a-sin.o `test -f 'math/softmath/sin.c' || echo '$(srcdir)/'`math/softmath/sin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sin.c' object='math/softmath/libarm32_libmingwex_a-sin.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-purecall.obj: misc/purecall.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Tpo -c -o misc/libarm64_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-purecall.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm64_libmsvcrt_os_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sin.o `test -f 'math/softmath/sin.c' || echo '$(srcdir)/'`math/softmath/sin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -math/softmath/libarm32_libmingwex_a-sin.obj: math/softmath/sin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sin.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo -c -o math/softmath/libarm32_libmingwex_a-sin.obj `if test -f 'math/softmath/sin.c'; then $(CYGPATH_W) 'math/softmath/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sin.c' object='math/softmath/libarm32_libmingwex_a-sin.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_access_s.o: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm64_libmsvcrt_os_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sin.obj `if test -f 'math/softmath/sin.c'; then $(CYGPATH_W) 'math/softmath/sin.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -math/softmath/libarm32_libmingwex_a-sincos.o: math/softmath/sincos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincos.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincos.o `test -f 'math/softmath/sincos.c' || echo '$(srcdir)/'`math/softmath/sincos.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincos.c' object='math/softmath/libarm32_libmingwex_a-sincos.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_access_s.obj: secapi/_access_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_access_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm64_libmsvcrt_os_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincos.o `test -f 'math/softmath/sincos.c' || echo '$(srcdir)/'`math/softmath/sincos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -math/softmath/libarm32_libmingwex_a-sincos.obj: math/softmath/sincos.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincos.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincos.obj `if test -f 'math/softmath/sincos.c'; then $(CYGPATH_W) 'math/softmath/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincos.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincos.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincos.c' object='math/softmath/libarm32_libmingwex_a-sincos.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cgets_s.o: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincos.obj `if test -f 'math/softmath/sincos.c'; then $(CYGPATH_W) 'math/softmath/sincos.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincos.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -math/softmath/libarm32_libmingwex_a-sincosf.o: math/softmath/sincosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosf.o `test -f 'math/softmath/sincosf.c' || echo '$(srcdir)/'`math/softmath/sincosf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosf.c' object='math/softmath/libarm32_libmingwex_a-sincosf.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cgets_s.obj: secapi/_cgets_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgets_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosf.o `test -f 'math/softmath/sincosf.c' || echo '$(srcdir)/'`math/softmath/sincosf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -math/softmath/libarm32_libmingwex_a-sincosf.obj: math/softmath/sincosf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosf.obj `if test -f 'math/softmath/sincosf.c'; then $(CYGPATH_W) 'math/softmath/sincosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosf.c' object='math/softmath/libarm32_libmingwex_a-sincosf.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cgetws_s.o: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosf.obj `if test -f 'math/softmath/sincosf.c'; then $(CYGPATH_W) 'math/softmath/sincosf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -math/softmath/libarm32_libmingwex_a-sincosl.o: math/softmath/sincosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosl.o `test -f 'math/softmath/sincosl.c' || echo '$(srcdir)/'`math/softmath/sincosl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosl.c' object='math/softmath/libarm32_libmingwex_a-sincosl.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cgetws_s.obj: secapi/_cgetws_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cgetws_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosl.o `test -f 'math/softmath/sincosl.c' || echo '$(srcdir)/'`math/softmath/sincosl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -math/softmath/libarm32_libmingwex_a-sincosl.obj: math/softmath/sincosl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sincosl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sincosl.obj `if test -f 'math/softmath/sincosl.c'; then $(CYGPATH_W) 'math/softmath/sincosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sincosl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sincosl.c' object='math/softmath/libarm32_libmingwex_a-sincosl.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_chsize_s.o: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm64_libmsvcrt_os_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sincosl.obj `if test -f 'math/softmath/sincosl.c'; then $(CYGPATH_W) 'math/softmath/sincosl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sincosl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -math/softmath/libarm32_libmingwex_a-sinf.o: math/softmath/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinf.o `test -f 'math/softmath/sinf.c' || echo '$(srcdir)/'`math/softmath/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinf.c' object='math/softmath/libarm32_libmingwex_a-sinf.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_chsize_s.obj: secapi/_chsize_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_chsize_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm64_libmsvcrt_os_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinf.o `test -f 'math/softmath/sinf.c' || echo '$(srcdir)/'`math/softmath/sinf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -math/softmath/libarm32_libmingwex_a-sinf.obj: math/softmath/sinf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinf.obj `if test -f 'math/softmath/sinf.c'; then $(CYGPATH_W) 'math/softmath/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinf.c' object='math/softmath/libarm32_libmingwex_a-sinf.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_controlfp_s.o: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinf.obj `if test -f 'math/softmath/sinf.c'; then $(CYGPATH_W) 'math/softmath/sinf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -math/softmath/libarm32_libmingwex_a-sinl.o: math/softmath/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinl.o `test -f 'math/softmath/sinl.c' || echo '$(srcdir)/'`math/softmath/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinl.c' object='math/softmath/libarm32_libmingwex_a-sinl.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_controlfp_s.obj: secapi/_controlfp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_controlfp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinl.o `test -f 'math/softmath/sinl.c' || echo '$(srcdir)/'`math/softmath/sinl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -math/softmath/libarm32_libmingwex_a-sinl.obj: math/softmath/sinl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-sinl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo -c -o math/softmath/libarm32_libmingwex_a-sinl.obj `if test -f 'math/softmath/sinl.c'; then $(CYGPATH_W) 'math/softmath/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-sinl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/sinl.c' object='math/softmath/libarm32_libmingwex_a-sinl.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cprintf_s.o: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-sinl.obj `if test -f 'math/softmath/sinl.c'; then $(CYGPATH_W) 'math/softmath/sinl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/sinl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -math/softmath/libarm32_libmingwex_a-tanf.o: math/softmath/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanf.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanf.o `test -f 'math/softmath/tanf.c' || echo '$(srcdir)/'`math/softmath/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanf.c' object='math/softmath/libarm32_libmingwex_a-tanf.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cprintf_s.obj: secapi/_cprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanf.o `test -f 'math/softmath/tanf.c' || echo '$(srcdir)/'`math/softmath/tanf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -math/softmath/libarm32_libmingwex_a-tanf.obj: math/softmath/tanf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanf.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanf.obj `if test -f 'math/softmath/tanf.c'; then $(CYGPATH_W) 'math/softmath/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanf.c' object='math/softmath/libarm32_libmingwex_a-tanf.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanf.obj `if test -f 'math/softmath/tanf.c'; then $(CYGPATH_W) 'math/softmath/tanf.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -math/softmath/libarm32_libmingwex_a-tanl.o: math/softmath/tanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanl.o -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanl.o `test -f 'math/softmath/tanl.c' || echo '$(srcdir)/'`math/softmath/tanl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanl.c' object='math/softmath/libarm32_libmingwex_a-tanl.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanl.o `test -f 'math/softmath/tanl.c' || echo '$(srcdir)/'`math/softmath/tanl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -math/softmath/libarm32_libmingwex_a-tanl.obj: math/softmath/tanl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/softmath/libarm32_libmingwex_a-tanl.obj -MD -MP -MF math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo -c -o math/softmath/libarm32_libmingwex_a-tanl.obj `if test -f 'math/softmath/tanl.c'; then $(CYGPATH_W) 'math/softmath/tanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Tpo math/softmath/$(DEPDIR)/libarm32_libmingwex_a-tanl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/softmath/tanl.c' object='math/softmath/libarm32_libmingwex_a-tanl.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_ctime32_s.o: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/softmath/libarm32_libmingwex_a-tanl.obj `if test -f 'math/softmath/tanl.c'; then $(CYGPATH_W) 'math/softmath/tanl.c'; else $(CYGPATH_W) '$(srcdir)/math/softmath/tanl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_ctime32_s.obj: secapi/_ctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.o `test -f 'math/DFP/__fpclassifyd32.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj: math/DFP/__fpclassifyd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd32.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_ctime64_s.o: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd32.obj `if test -f 'math/DFP/__fpclassifyd32.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_ctime64_s.obj: secapi/_ctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_ctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.o `test -f 'math/DFP/__fpclassifyd64.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj: math/DFP/__fpclassifyd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd64.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.o: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd64.obj `if test -f 'math/DFP/__fpclassifyd64.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.obj: secapi/_cwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.o `test -f 'math/DFP/__fpclassifyd128.c' || echo '$(srcdir)/'`math/DFP/__fpclassifyd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj: math/DFP/__fpclassifyd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__fpclassifyd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__fpclassifyd128.c' object='math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__fpclassifyd128.obj `if test -f 'math/DFP/__fpclassifyd128.c'; then $(CYGPATH_W) 'math/DFP/__fpclassifyd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__fpclassifyd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -math/DFP/libarm32_libmingwex_a-__isnand32.o: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm32_libmingwex_a-__isnand32.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_cwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand32.o `test -f 'math/DFP/__isnand32.c' || echo '$(srcdir)/'`math/DFP/__isnand32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -math/DFP/libarm32_libmingwex_a-__isnand32.obj: math/DFP/__isnand32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand32.c' object='math/DFP/libarm32_libmingwex_a-__isnand32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.o: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand32.obj `if test -f 'math/DFP/__isnand32.c'; then $(CYGPATH_W) 'math/DFP/__isnand32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -math/DFP/libarm32_libmingwex_a-__isnand64.o: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm32_libmingwex_a-__isnand64.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.obj: secapi/_gmtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand64.o `test -f 'math/DFP/__isnand64.c' || echo '$(srcdir)/'`math/DFP/__isnand64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__isnand64.obj: math/DFP/__isnand64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand64.c' object='math/DFP/libarm32_libmingwex_a-__isnand64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.o: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand64.obj `if test -f 'math/DFP/__isnand64.c'; then $(CYGPATH_W) 'math/DFP/__isnand64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -math/DFP/libarm32_libmingwex_a-__isnand128.o: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm32_libmingwex_a-__isnand128.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.obj: secapi/_gmtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_gmtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand128.o `test -f 'math/DFP/__isnand128.c' || echo '$(srcdir)/'`math/DFP/__isnand128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__isnand128.obj: math/DFP/__isnand128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__isnand128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__isnand128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__isnand128.c' object='math/DFP/libarm32_libmingwex_a-__isnand128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_localtime32_s.o: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__isnand128.obj `if test -f 'math/DFP/__isnand128.c'; then $(CYGPATH_W) 'math/DFP/__isnand128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__isnand128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -math/DFP/libarm32_libmingwex_a-__signbitd32.o: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm32_libmingwex_a-__signbitd32.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_localtime32_s.obj: secapi/_localtime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.o `test -f 'math/DFP/__signbitd32.c' || echo '$(srcdir)/'`math/DFP/__signbitd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__signbitd32.obj: math/DFP/__signbitd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd32.c' object='math/DFP/libarm32_libmingwex_a-__signbitd32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_localtime64_s.o: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd32.obj `if test -f 'math/DFP/__signbitd32.c'; then $(CYGPATH_W) 'math/DFP/__signbitd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -math/DFP/libarm32_libmingwex_a-__signbitd64.o: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm32_libmingwex_a-__signbitd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_localtime64_s.obj: secapi/_localtime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_localtime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.o `test -f 'math/DFP/__signbitd64.c' || echo '$(srcdir)/'`math/DFP/__signbitd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -math/DFP/libarm32_libmingwex_a-__signbitd64.obj: math/DFP/__signbitd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd64.c' object='math/DFP/libarm32_libmingwex_a-__signbitd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_mktemp_s.o: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd64.obj `if test -f 'math/DFP/__signbitd64.c'; then $(CYGPATH_W) 'math/DFP/__signbitd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -math/DFP/libarm32_libmingwex_a-__signbitd128.o: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm32_libmingwex_a-__signbitd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_mktemp_s.obj: secapi/_mktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_mktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` + +secapi/libarm64_libmsvcrt_os_a-_sopen_s.o: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm64_libmsvcrt_os_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.o `test -f 'math/DFP/__signbitd128.c' || echo '$(srcdir)/'`math/DFP/__signbitd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -math/DFP/libarm32_libmingwex_a-__signbitd128.obj: math/DFP/__signbitd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-__signbitd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-__signbitd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/__signbitd128.c' object='math/DFP/libarm32_libmingwex_a-__signbitd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_sopen_s.obj: secapi/_sopen_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_sopen_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm64_libmsvcrt_os_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-__signbitd128.obj `if test -f 'math/DFP/__signbitd128.c'; then $(CYGPATH_W) 'math/DFP/__signbitd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/__signbitd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -math/DFP/libarm32_libmingwex_a-isinfd32.o: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd32.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm32_libmingwex_a-isinfd32.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_strdate_s.o: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm64_libmsvcrt_os_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd32.o `test -f 'math/DFP/isinfd32.c' || echo '$(srcdir)/'`math/DFP/isinfd32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -math/DFP/libarm32_libmingwex_a-isinfd32.obj: math/DFP/isinfd32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd32.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd32.c' object='math/DFP/libarm32_libmingwex_a-isinfd32.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_strdate_s.obj: secapi/_strdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm64_libmsvcrt_os_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd32.obj `if test -f 'math/DFP/isinfd32.c'; then $(CYGPATH_W) 'math/DFP/isinfd32.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -math/DFP/libarm32_libmingwex_a-isinfd64.o: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd64.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm32_libmingwex_a-isinfd64.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_strtime_s.o: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd64.o `test -f 'math/DFP/isinfd64.c' || echo '$(srcdir)/'`math/DFP/isinfd64.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -math/DFP/libarm32_libmingwex_a-isinfd64.obj: math/DFP/isinfd64.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd64.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd64.c' object='math/DFP/libarm32_libmingwex_a-isinfd64.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_strtime_s.obj: secapi/_strtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_strtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd64.obj `if test -f 'math/DFP/isinfd64.c'; then $(CYGPATH_W) 'math/DFP/isinfd64.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd64.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -math/DFP/libarm32_libmingwex_a-isinfd128.o: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd128.o -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm32_libmingwex_a-isinfd128.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_umask_s.o: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm64_libmsvcrt_os_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd128.o `test -f 'math/DFP/isinfd128.c' || echo '$(srcdir)/'`math/DFP/isinfd128.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -math/DFP/libarm32_libmingwex_a-isinfd128.obj: math/DFP/isinfd128.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT math/DFP/libarm32_libmingwex_a-isinfd128.obj -MD -MP -MF math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo -c -o math/DFP/libarm32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Tpo math/DFP/$(DEPDIR)/libarm32_libmingwex_a-isinfd128.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='math/DFP/isinfd128.c' object='math/DFP/libarm32_libmingwex_a-isinfd128.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_umask_s.obj: secapi/_umask_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_umask_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm64_libmsvcrt_os_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwex_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math/DFP/libarm32_libmingwex_a-isinfd128.obj `if test -f 'math/DFP/isinfd128.c'; then $(CYGPATH_W) 'math/DFP/isinfd128.c'; else $(CYGPATH_W) '$(srcdir)/math/DFP/isinfd128.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.o: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.o `test -f 'libsrc/mingwthrd_mt.c' || echo '$(srcdir)/'`libsrc/mingwthrd_mt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj: libsrc/mingwthrd_mt.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Tpo libsrc/$(DEPDIR)/libarm32_libmingwthrd_a-mingwthrd_mt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mingwthrd_mt.c' object='libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.obj: secapi/_vcprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmingwthrd_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libmingwthrd_a-mingwthrd_mt.obj `if test -f 'libsrc/mingwthrd_mt.c'; then $(CYGPATH_W) 'libsrc/mingwthrd_mt.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mingwthrd_mt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -libarm32_libmoldname_a-_libm_dummy.o: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libmoldname_a-_libm_dummy.o -MD -MP -MF $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo -c -o libarm32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libmoldname_a-_libm_dummy.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libmoldname_a-_libm_dummy.o `test -f '_libm_dummy.c' || echo '$(srcdir)/'`_libm_dummy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -libarm32_libmoldname_a-_libm_dummy.obj: _libm_dummy.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libarm32_libmoldname_a-_libm_dummy.obj -MD -MP -MF $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo -c -o libarm32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Tpo $(DEPDIR)/libarm32_libmoldname_a-_libm_dummy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_libm_dummy.c' object='libarm32_libmoldname_a-_libm_dummy.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmoldname_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libarm32_libmoldname_a-_libm_dummy.obj `if test -f '_libm_dummy.c'; then $(CYGPATH_W) '_libm_dummy.c'; else $(CYGPATH_W) '$(srcdir)/_libm_dummy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -misc/libarm32_libmsvcrt_a-_configthreadlocale.o: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-_configthreadlocale.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/libarm32_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm32_libmsvcrt_a-_configthreadlocale.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-_configthreadlocale.o `test -f 'misc/_configthreadlocale.c' || echo '$(srcdir)/'`misc/_configthreadlocale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -misc/libarm32_libmsvcrt_a-_configthreadlocale.obj: misc/_configthreadlocale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-_configthreadlocale.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Tpo -c -o misc/libarm32_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-_configthreadlocale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/_configthreadlocale.c' object='misc/libarm32_libmsvcrt_a-_configthreadlocale.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-_configthreadlocale.obj `if test -f 'misc/_configthreadlocale.c'; then $(CYGPATH_W) 'misc/_configthreadlocale.c'; else $(CYGPATH_W) '$(srcdir)/misc/_configthreadlocale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -misc/libarm32_libmsvcrt_a-invalid_parameter_handler.o: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-invalid_parameter_handler.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/libarm32_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm32_libmsvcrt_a-invalid_parameter_handler.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-invalid_parameter_handler.o `test -f 'misc/invalid_parameter_handler.c' || echo '$(srcdir)/'`misc/invalid_parameter_handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -misc/libarm32_libmsvcrt_a-invalid_parameter_handler.obj: misc/invalid_parameter_handler.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-invalid_parameter_handler.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Tpo -c -o misc/libarm32_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-invalid_parameter_handler.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/invalid_parameter_handler.c' object='misc/libarm32_libmsvcrt_a-invalid_parameter_handler.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-invalid_parameter_handler.obj `if test -f 'misc/invalid_parameter_handler.c'; then $(CYGPATH_W) 'misc/invalid_parameter_handler.c'; else $(CYGPATH_W) '$(srcdir)/misc/invalid_parameter_handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -misc/libarm32_libmsvcrt_a-output_format.o: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-output_format.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Tpo -c -o misc/libarm32_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm32_libmsvcrt_a-output_format.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.o: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-output_format.o `test -f 'misc/output_format.c' || echo '$(srcdir)/'`misc/output_format.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -misc/libarm32_libmsvcrt_a-output_format.obj: misc/output_format.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-output_format.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Tpo -c -o misc/libarm32_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-output_format.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/output_format.c' object='misc/libarm32_libmsvcrt_a-output_format.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.obj: secapi/_vscprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-output_format.obj `if test -f 'misc/output_format.c'; then $(CYGPATH_W) 'misc/output_format.c'; else $(CYGPATH_W) '$(srcdir)/misc/output_format.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -misc/libarm32_libmsvcrt_a-purecall.o: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-purecall.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Tpo -c -o misc/libarm32_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm32_libmsvcrt_a-purecall.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-purecall.o `test -f 'misc/purecall.c' || echo '$(srcdir)/'`misc/purecall.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -misc/libarm32_libmsvcrt_a-purecall.obj: misc/purecall.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-purecall.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Tpo -c -o misc/libarm32_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-purecall.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/purecall.c' object='misc/libarm32_libmsvcrt_a-purecall.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vscwprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-purecall.obj `if test -f 'misc/purecall.c'; then $(CYGPATH_W) 'misc/purecall.c'; else $(CYGPATH_W) '$(srcdir)/misc/purecall.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -secapi/libarm32_libmsvcrt_a-_access_s.o: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_access_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm32_libmsvcrt_a-_access_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.o: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_access_s.o `test -f 'secapi/_access_s.c' || echo '$(srcdir)/'`secapi/_access_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -secapi/libarm32_libmsvcrt_a-_access_s.obj: secapi/_access_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_access_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_access_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_access_s.c' object='secapi/libarm32_libmsvcrt_a-_access_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.obj: secapi/_vswprintf_p.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_vswprintf_p.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_access_s.obj `if test -f 'secapi/_access_s.c'; then $(CYGPATH_W) 'secapi/_access_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_access_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -secapi/libarm32_libmsvcrt_a-_cgets_s.o: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cgets_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm32_libmsvcrt_a-_cgets_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_waccess_s.o: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm64_libmsvcrt_os_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cgets_s.o `test -f 'secapi/_cgets_s.c' || echo '$(srcdir)/'`secapi/_cgets_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -secapi/libarm32_libmsvcrt_a-_cgets_s.obj: secapi/_cgets_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cgets_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgets_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgets_s.c' object='secapi/libarm32_libmsvcrt_a-_cgets_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_waccess_s.obj: secapi/_waccess_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_waccess_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm64_libmsvcrt_os_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cgets_s.obj `if test -f 'secapi/_cgets_s.c'; then $(CYGPATH_W) 'secapi/_cgets_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgets_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_cgetws_s.o: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cgetws_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm32_libmsvcrt_a-_cgetws_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wasctime_s.o: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cgetws_s.o `test -f 'secapi/_cgetws_s.c' || echo '$(srcdir)/'`secapi/_cgetws_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -secapi/libarm32_libmsvcrt_a-_cgetws_s.obj: secapi/_cgetws_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cgetws_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cgetws_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cgetws_s.c' object='secapi/libarm32_libmsvcrt_a-_cgetws_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wasctime_s.obj: secapi/_wasctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wasctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cgetws_s.obj `if test -f 'secapi/_cgetws_s.c'; then $(CYGPATH_W) 'secapi/_cgetws_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cgetws_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_chsize_s.o: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_chsize_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm32_libmsvcrt_a-_chsize_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wctime32_s.o: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_chsize_s.o `test -f 'secapi/_chsize_s.c' || echo '$(srcdir)/'`secapi/_chsize_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -secapi/libarm32_libmsvcrt_a-_chsize_s.obj: secapi/_chsize_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_chsize_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_chsize_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_chsize_s.c' object='secapi/libarm32_libmsvcrt_a-_chsize_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wctime32_s.obj: secapi/_wctime32_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime32_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_chsize_s.obj `if test -f 'secapi/_chsize_s.c'; then $(CYGPATH_W) 'secapi/_chsize_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_chsize_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_controlfp_s.o: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_controlfp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm32_libmsvcrt_a-_controlfp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wctime64_s.o: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_controlfp_s.o `test -f 'secapi/_controlfp_s.c' || echo '$(srcdir)/'`secapi/_controlfp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -secapi/libarm32_libmsvcrt_a-_controlfp_s.obj: secapi/_controlfp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_controlfp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_controlfp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_controlfp_s.c' object='secapi/libarm32_libmsvcrt_a-_controlfp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wctime64_s.obj: secapi/_wctime64_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wctime64_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_controlfp_s.obj `if test -f 'secapi/_controlfp_s.c'; then $(CYGPATH_W) 'secapi/_controlfp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_controlfp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_cprintf_s.o: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_cprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.o: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s.o `test -f 'secapi/_cprintf_s.c' || echo '$(srcdir)/'`secapi/_cprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -secapi/libarm32_libmsvcrt_a-_cprintf_s.obj: secapi/_cprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_cprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.obj: secapi/_wstrtime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrtime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s.obj `if test -f 'secapi/_cprintf_s.c'; then $(CYGPATH_W) 'secapi/_cprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_cprintf_s_l.o: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_cprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.o: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s_l.o `test -f 'secapi/_cprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -secapi/libarm32_libmsvcrt_a-_cprintf_s_l.obj: secapi/_cprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_cprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.obj: secapi/_wmktemp_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wmktemp_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cprintf_s_l.obj `if test -f 'secapi/_cprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_ctime32_s.o: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_ctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm32_libmsvcrt_a-_ctime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.o: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_ctime32_s.o `test -f 'secapi/_ctime32_s.c' || echo '$(srcdir)/'`secapi/_ctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -secapi/libarm32_libmsvcrt_a-_ctime32_s.obj: secapi/_ctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_ctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime32_s.c' object='secapi/libarm32_libmsvcrt_a-_ctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.obj: secapi/_wstrdate_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-_wstrdate_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_ctime32_s.obj `if test -f 'secapi/_ctime32_s.c'; then $(CYGPATH_W) 'secapi/_ctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_ctime64_s.o: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_ctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm32_libmsvcrt_a-_ctime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-asctime_s.o: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm64_libmsvcrt_os_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_ctime64_s.o `test -f 'secapi/_ctime64_s.c' || echo '$(srcdir)/'`secapi/_ctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -secapi/libarm32_libmsvcrt_a-_ctime64_s.obj: secapi/_ctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_ctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_ctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_ctime64_s.c' object='secapi/libarm32_libmsvcrt_a-_ctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-asctime_s.obj: secapi/asctime_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-asctime_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm64_libmsvcrt_os_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_ctime64_s.obj `if test -f 'secapi/_ctime64_s.c'; then $(CYGPATH_W) 'secapi/_ctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_ctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_cwprintf_s.o: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_cwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-memcpy_s.o: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm64_libmsvcrt_os_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s.o `test -f 'secapi/_cwprintf_s.c' || echo '$(srcdir)/'`secapi/_cwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -secapi/libarm32_libmsvcrt_a-_cwprintf_s.obj: secapi/_cwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_cwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-memcpy_s.obj: secapi/memcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm64_libmsvcrt_os_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s.obj `if test -f 'secapi/_cwprintf_s.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.o: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-memmove_s.o: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm64_libmsvcrt_os_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.o `test -f 'secapi/_cwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_cwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.obj: secapi/_cwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_cwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_cwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-memmove_s.obj: secapi/memmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-memmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm64_libmsvcrt_os_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_cwprintf_s_l.obj `if test -f 'secapi/_cwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_cwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_cwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_gmtime32_s.o: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_gmtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm32_libmsvcrt_a-_gmtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-rand_s.o: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm64_libmsvcrt_os_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_gmtime32_s.o `test -f 'secapi/_gmtime32_s.c' || echo '$(srcdir)/'`secapi/_gmtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -secapi/libarm32_libmsvcrt_a-_gmtime32_s.obj: secapi/_gmtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_gmtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime32_s.c' object='secapi/libarm32_libmsvcrt_a-_gmtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-rand_s.obj: secapi/rand_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-rand_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm64_libmsvcrt_os_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_gmtime32_s.obj `if test -f 'secapi/_gmtime32_s.c'; then $(CYGPATH_W) 'secapi/_gmtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_gmtime64_s.o: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_gmtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm32_libmsvcrt_a-_gmtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-sprintf_s.o: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_gmtime64_s.o `test -f 'secapi/_gmtime64_s.c' || echo '$(srcdir)/'`secapi/_gmtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -secapi/libarm32_libmsvcrt_a-_gmtime64_s.obj: secapi/_gmtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_gmtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_gmtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_gmtime64_s.c' object='secapi/libarm32_libmsvcrt_a-_gmtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-sprintf_s.obj: secapi/sprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-sprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_gmtime64_s.obj `if test -f 'secapi/_gmtime64_s.c'; then $(CYGPATH_W) 'secapi/_gmtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_gmtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_localtime32_s.o: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_localtime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm32_libmsvcrt_a-_localtime32_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-strerror_s.o: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm64_libmsvcrt_os_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_localtime32_s.o `test -f 'secapi/_localtime32_s.c' || echo '$(srcdir)/'`secapi/_localtime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -secapi/libarm32_libmsvcrt_a-_localtime32_s.obj: secapi/_localtime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_localtime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime32_s.c' object='secapi/libarm32_libmsvcrt_a-_localtime32_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-strerror_s.obj: secapi/strerror_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-strerror_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm64_libmsvcrt_os_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_localtime32_s.obj `if test -f 'secapi/_localtime32_s.c'; then $(CYGPATH_W) 'secapi/_localtime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_localtime64_s.o: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_localtime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm32_libmsvcrt_a-_localtime64_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-vsprintf_s.o: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_localtime64_s.o `test -f 'secapi/_localtime64_s.c' || echo '$(srcdir)/'`secapi/_localtime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -secapi/libarm32_libmsvcrt_a-_localtime64_s.obj: secapi/_localtime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_localtime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_localtime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_localtime64_s.c' object='secapi/libarm32_libmsvcrt_a-_localtime64_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-vsprintf_s.obj: secapi/vsprintf_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-vsprintf_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm64_libmsvcrt_os_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_localtime64_s.obj `if test -f 'secapi/_localtime64_s.c'; then $(CYGPATH_W) 'secapi/_localtime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_localtime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_mktemp_s.o: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_mktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm32_libmsvcrt_a-_mktemp_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.o: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_mktemp_s.o `test -f 'secapi/_mktemp_s.c' || echo '$(srcdir)/'`secapi/_mktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -secapi/libarm32_libmsvcrt_a-_mktemp_s.obj: secapi/_mktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_mktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_mktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_mktemp_s.c' object='secapi/libarm32_libmsvcrt_a-_mktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.obj: secapi/wmemcpy_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemcpy_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_mktemp_s.obj `if test -f 'secapi/_mktemp_s.c'; then $(CYGPATH_W) 'secapi/_mktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_mktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_sopen_s.o: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_sopen_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm32_libmsvcrt_a-_sopen_s.o' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-wmemmove_s.o: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm64_libmsvcrt_os_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_sopen_s.o `test -f 'secapi/_sopen_s.c' || echo '$(srcdir)/'`secapi/_sopen_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -secapi/libarm32_libmsvcrt_a-_sopen_s.obj: secapi/_sopen_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_sopen_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_sopen_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_sopen_s.c' object='secapi/libarm32_libmsvcrt_a-_sopen_s.obj' libtool=no @AMDEPBACKSLASH@ +secapi/libarm64_libmsvcrt_os_a-wmemmove_s.obj: secapi/wmemmove_s.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm64_libmsvcrt_os_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Tpo -c -o secapi/libarm64_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm64_libmsvcrt_os_a-wmemmove_s.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm64_libmsvcrt_os_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_sopen_s.obj `if test -f 'secapi/_sopen_s.c'; then $(CYGPATH_W) 'secapi/_sopen_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_sopen_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm64_libmsvcrt_os_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -secapi/libarm32_libmsvcrt_a-_strdate_s.o: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_strdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm32_libmsvcrt_a-_strdate_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmsvcrt_os_a-mingw_lock.o: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmsvcrt_os_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/libarm64_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm64_libmsvcrt_os_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_strdate_s.o `test -f 'secapi/_strdate_s.c' || echo '$(srcdir)/'`secapi/_strdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmsvcrt_os_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -secapi/libarm32_libmsvcrt_a-_strdate_s.obj: secapi/_strdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_strdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strdate_s.c' object='secapi/libarm32_libmsvcrt_a-_strdate_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libmsvcrt_os_a-mingw_lock.obj: stdio/mingw_lock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libmsvcrt_os_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Tpo -c -o stdio/libarm64_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm64_libmsvcrt_os_a-mingw_lock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm64_libmsvcrt_os_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_strdate_s.obj `if test -f 'secapi/_strdate_s.c'; then $(CYGPATH_W) 'secapi/_strdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libmsvcrt_os_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -secapi/libarm32_libmsvcrt_a-_strtime_s.o: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_strtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm32_libmsvcrt_a-_strtime_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p___argv.o: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p___argv.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/libarm64_libmsvcrt_os_a-__p___argv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_strtime_s.o `test -f 'secapi/_strtime_s.c' || echo '$(srcdir)/'`secapi/_strtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p___argv.o `test -f 'misc/__p___argv.c' || echo '$(srcdir)/'`misc/__p___argv.c -secapi/libarm32_libmsvcrt_a-_strtime_s.obj: secapi/_strtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_strtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_strtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_strtime_s.c' object='secapi/libarm32_libmsvcrt_a-_strtime_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p___argv.obj: misc/__p___argv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p___argv.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p___argv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p___argv.c' object='misc/libarm64_libmsvcrt_os_a-__p___argv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_strtime_s.obj `if test -f 'secapi/_strtime_s.c'; then $(CYGPATH_W) 'secapi/_strtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_strtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p___argv.obj `if test -f 'misc/__p___argv.c'; then $(CYGPATH_W) 'misc/__p___argv.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p___argv.c'; fi` -secapi/libarm32_libmsvcrt_a-_umask_s.o: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_umask_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm32_libmsvcrt_a-_umask_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__acmdln.o: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__acmdln.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/libarm64_libmsvcrt_os_a-__p__acmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_umask_s.o `test -f 'secapi/_umask_s.c' || echo '$(srcdir)/'`secapi/_umask_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__acmdln.o `test -f 'misc/__p__acmdln.c' || echo '$(srcdir)/'`misc/__p__acmdln.c -secapi/libarm32_libmsvcrt_a-_umask_s.obj: secapi/_umask_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_umask_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_umask_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_umask_s.c' object='secapi/libarm32_libmsvcrt_a-_umask_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__acmdln.obj: misc/__p__acmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__acmdln.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__acmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__acmdln.c' object='misc/libarm64_libmsvcrt_os_a-__p__acmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_umask_s.obj `if test -f 'secapi/_umask_s.c'; then $(CYGPATH_W) 'secapi/_umask_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_umask_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__acmdln.obj `if test -f 'misc/__p__acmdln.c'; then $(CYGPATH_W) 'misc/__p__acmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__acmdln.c'; fi` -secapi/libarm32_libmsvcrt_a-_vcprintf_s.o: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_vcprintf_s.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__fmode.o: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__fmode.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/libarm64_libmsvcrt_os_a-__p__fmode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s.o `test -f 'secapi/_vcprintf_s.c' || echo '$(srcdir)/'`secapi/_vcprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__fmode.o `test -f 'misc/__p__fmode.c' || echo '$(srcdir)/'`misc/__p__fmode.c -secapi/libarm32_libmsvcrt_a-_vcprintf_s.obj: secapi/_vcprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_vcprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__fmode.obj: misc/__p__fmode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__fmode.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__fmode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__fmode.c' object='misc/libarm64_libmsvcrt_os_a-__p__fmode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s.obj `if test -f 'secapi/_vcprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__fmode.obj `if test -f 'misc/__p__fmode.c'; then $(CYGPATH_W) 'misc/__p__fmode.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__fmode.c'; fi` -secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.o: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__wcmdln.o: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__wcmdln.o -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/libarm64_libmsvcrt_os_a-__p__wcmdln.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.o `test -f 'secapi/_vcprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__wcmdln.o `test -f 'misc/__p__wcmdln.c' || echo '$(srcdir)/'`misc/__p__wcmdln.c -secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.obj: secapi/_vcprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +misc/libarm64_libmsvcrt_os_a-__p__wcmdln.obj: misc/__p__wcmdln.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm64_libmsvcrt_os_a-__p__wcmdln.obj -MD -MP -MF misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Tpo -c -o misc/libarm64_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Tpo misc/$(DEPDIR)/libarm64_libmsvcrt_os_a-__p__wcmdln.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/__p__wcmdln.c' object='misc/libarm64_libmsvcrt_os_a-__p__wcmdln.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcprintf_s_l.obj `if test -f 'secapi/_vcprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libmsvcrt_os_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm64_libmsvcrt_os_a-__p__wcmdln.obj `if test -f 'misc/__p__wcmdln.c'; then $(CYGPATH_W) 'misc/__p__wcmdln.c'; else $(CYGPATH_W) '$(srcdir)/misc/__p__wcmdln.c'; fi` -secapi/libarm32_libmsvcrt_a-_vcwprintf_s.o: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcwprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_vcwprintf_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s.o `test -f 'secapi/_vcwprintf_s.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -secapi/libarm32_libmsvcrt_a-_vcwprintf_s.obj: secapi/_vcwprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcwprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s.c' object='secapi/libarm32_libmsvcrt_a-_vcwprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm64_libportabledeviceguids_a-portabledeviceguids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s.obj `if test -f 'secapi/_vcwprintf_s.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.o: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libsapi_a-sapi.o: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Tpo -c -o libsrc/libarm64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm64_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.o `test -f 'secapi/_vcwprintf_s_l.c' || echo '$(srcdir)/'`secapi/_vcwprintf_s_l.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.obj: secapi/_vcwprintf_s_l.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vcwprintf_s_l.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vcwprintf_s_l.c' object='secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libsapi_a-sapi.obj: libsrc/sapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Tpo -c -o libsrc/libarm64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm64_libsapi_a-sapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm64_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vcwprintf_s_l.obj `if test -f 'secapi/_vcwprintf_s_l.c'; then $(CYGPATH_W) 'secapi/_vcwprintf_s_l.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vcwprintf_s_l.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -secapi/libarm32_libmsvcrt_a-_vscprintf_p.o: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vscprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vscprintf_p.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm64_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vscprintf_p.o `test -f 'secapi/_vscprintf_p.c' || echo '$(srcdir)/'`secapi/_vscprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -secapi/libarm32_libmsvcrt_a-_vscprintf_p.obj: secapi/_vscprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vscprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vscprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm64_libscrnsave_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm64_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vscprintf_p.obj `if test -f 'secapi/_vscprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -secapi/libarm32_libmsvcrt_a-_vscwprintf_p.o: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vscwprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vscwprintf_p.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm64_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vscwprintf_p.o `test -f 'secapi/_vscwprintf_p.c' || echo '$(srcdir)/'`secapi/_vscwprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -secapi/libarm32_libmsvcrt_a-_vscwprintf_p.obj: secapi/_vscwprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vscwprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vscwprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vscwprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vscwprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm64_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm64_libscrnsavw_a-scrnsave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm64_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vscwprintf_p.obj `if test -f 'secapi/_vscwprintf_p.c'; then $(CYGPATH_W) 'secapi/_vscwprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vscwprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm64_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -secapi/libarm32_libmsvcrt_a-_vswprintf_p.o: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vswprintf_p.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vswprintf_p.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm64_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vswprintf_p.o `test -f 'secapi/_vswprintf_p.c' || echo '$(srcdir)/'`secapi/_vswprintf_p.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -secapi/libarm32_libmsvcrt_a-_vswprintf_p.obj: secapi/_vswprintf_p.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_vswprintf_p.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Tpo -c -o secapi/libarm32_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_vswprintf_p.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_vswprintf_p.c' object='secapi/libarm32_libmsvcrt_a-_vswprintf_p.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm64_libsensorsapi_a-sensorsapi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm64_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_vswprintf_p.obj `if test -f 'secapi/_vswprintf_p.c'; then $(CYGPATH_W) 'secapi/_vswprintf_p.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_vswprintf_p.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -secapi/libarm32_libmsvcrt_a-_waccess_s.o: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_waccess_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm32_libmsvcrt_a-_waccess_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libshell32_a-shell32.o: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Tpo -c -o libsrc/libarm64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm64_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_waccess_s.o `test -f 'secapi/_waccess_s.c' || echo '$(srcdir)/'`secapi/_waccess_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -secapi/libarm32_libmsvcrt_a-_waccess_s.obj: secapi/_waccess_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_waccess_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_waccess_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_waccess_s.c' object='secapi/libarm32_libmsvcrt_a-_waccess_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libshell32_a-shell32.obj: libsrc/shell32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Tpo -c -o libsrc/libarm64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm64_libshell32_a-shell32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm64_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_waccess_s.obj `if test -f 'secapi/_waccess_s.c'; then $(CYGPATH_W) 'secapi/_waccess_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_waccess_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -secapi/libarm32_libmsvcrt_a-_wasctime_s.o: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wasctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm32_libmsvcrt_a-_wasctime_s.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libstrmiids_a-strmiids.o: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm64_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wasctime_s.o `test -f 'secapi/_wasctime_s.c' || echo '$(srcdir)/'`secapi/_wasctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -secapi/libarm32_libmsvcrt_a-_wasctime_s.obj: secapi/_wasctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wasctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wasctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wasctime_s.c' object='secapi/libarm32_libmsvcrt_a-_wasctime_s.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libstrmiids_a-strmiids.obj: libsrc/strmiids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm64_libstrmiids_a-strmiids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm64_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wasctime_s.obj `if test -f 'secapi/_wasctime_s.c'; then $(CYGPATH_W) 'secapi/_wasctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wasctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -secapi/libarm32_libmsvcrt_a-_wctime32_s.o: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wctime32_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm32_libmsvcrt_a-_wctime32_s.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libucrt_extra_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libucrt_extra_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/libarm64_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm64_libucrt_extra_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wctime32_s.o `test -f 'secapi/_wctime32_s.c' || echo '$(srcdir)/'`secapi/_wctime32_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libucrt_extra_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -secapi/libarm32_libmsvcrt_a-_wctime32_s.obj: secapi/_wctime32_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wctime32_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime32_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime32_s.c' object='secapi/libarm32_libmsvcrt_a-_wctime32_s.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libucrt_extra_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libucrt_extra_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Tpo -c -o crt/libarm64_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm64_libucrt_extra_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm64_libucrt_extra_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wctime32_s.obj `if test -f 'secapi/_wctime32_s.c'; then $(CYGPATH_W) 'secapi/_wctime32_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime32_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libucrt_extra_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -secapi/libarm32_libmsvcrt_a-_wctime64_s.o: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wctime64_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm32_libmsvcrt_a-_wctime64_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wctime64_s.o `test -f 'secapi/_wctime64_s.c' || echo '$(srcdir)/'`secapi/_wctime64_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -secapi/libarm32_libmsvcrt_a-_wctime64_s.obj: secapi/_wctime64_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wctime64_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wctime64_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wctime64_s.c' object='secapi/libarm32_libmsvcrt_a-_wctime64_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wctime64_s.obj `if test -f 'secapi/_wctime64_s.c'; then $(CYGPATH_W) 'secapi/_wctime64_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wctime64_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-_wstrtime_s.o: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wstrtime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm32_libmsvcrt_a-_wstrtime_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wstrtime_s.o `test -f 'secapi/_wstrtime_s.c' || echo '$(srcdir)/'`secapi/_wstrtime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -secapi/libarm32_libmsvcrt_a-_wstrtime_s.obj: secapi/_wstrtime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wstrtime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrtime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrtime_s.c' object='secapi/libarm32_libmsvcrt_a-_wstrtime_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wstrtime_s.obj `if test -f 'secapi/_wstrtime_s.c'; then $(CYGPATH_W) 'secapi/_wstrtime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrtime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -secapi/libarm32_libmsvcrt_a-_wmktemp_s.o: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wmktemp_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm32_libmsvcrt_a-_wmktemp_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wmktemp_s.o `test -f 'secapi/_wmktemp_s.c' || echo '$(srcdir)/'`secapi/_wmktemp_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -secapi/libarm32_libmsvcrt_a-_wmktemp_s.obj: secapi/_wmktemp_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wmktemp_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wmktemp_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wmktemp_s.c' object='secapi/libarm32_libmsvcrt_a-_wmktemp_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wmktemp_s.obj `if test -f 'secapi/_wmktemp_s.c'; then $(CYGPATH_W) 'secapi/_wmktemp_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wmktemp_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-_wstrdate_s.o: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wstrdate_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm32_libmsvcrt_a-_wstrdate_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wstrdate_s.o `test -f 'secapi/_wstrdate_s.c' || echo '$(srcdir)/'`secapi/_wstrdate_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c -secapi/libarm32_libmsvcrt_a-_wstrdate_s.obj: secapi/_wstrdate_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-_wstrdate_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-_wstrdate_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/_wstrdate_s.c' object='secapi/libarm32_libmsvcrt_a-_wstrdate_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-_wstrdate_s.obj `if test -f 'secapi/_wstrdate_s.c'; then $(CYGPATH_W) 'secapi/_wstrdate_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/_wstrdate_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-asctime_s.o: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-asctime_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm32_libmsvcrt_a-asctime_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-asctime_s.o `test -f 'secapi/asctime_s.c' || echo '$(srcdir)/'`secapi/asctime_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -secapi/libarm32_libmsvcrt_a-asctime_s.obj: secapi/asctime_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-asctime_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-asctime_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/asctime_s.c' object='secapi/libarm32_libmsvcrt_a-asctime_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-asctime_s.obj `if test -f 'secapi/asctime_s.c'; then $(CYGPATH_W) 'secapi/asctime_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/asctime_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-memcpy_s.o: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-memcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm32_libmsvcrt_a-memcpy_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-memcpy_s.o `test -f 'secapi/memcpy_s.c' || echo '$(srcdir)/'`secapi/memcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -secapi/libarm32_libmsvcrt_a-memcpy_s.obj: secapi/memcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-memcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memcpy_s.c' object='secapi/libarm32_libmsvcrt_a-memcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-memcpy_s.obj `if test -f 'secapi/memcpy_s.c'; then $(CYGPATH_W) 'secapi/memcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-memmove_s.o: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-memmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm32_libmsvcrt_a-memmove_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-memmove_s.o `test -f 'secapi/memmove_s.c' || echo '$(srcdir)/'`secapi/memmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -secapi/libarm32_libmsvcrt_a-memmove_s.obj: secapi/memmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-memmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-memmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/memmove_s.c' object='secapi/libarm32_libmsvcrt_a-memmove_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-memmove_s.obj `if test -f 'secapi/memmove_s.c'; then $(CYGPATH_W) 'secapi/memmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/memmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-rand_s.o: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-rand_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm32_libmsvcrt_a-rand_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-rand_s.o `test -f 'secapi/rand_s.c' || echo '$(srcdir)/'`secapi/rand_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -secapi/libarm32_libmsvcrt_a-rand_s.obj: secapi/rand_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-rand_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-rand_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/rand_s.c' object='secapi/libarm32_libmsvcrt_a-rand_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-rand_s.obj `if test -f 'secapi/rand_s.c'; then $(CYGPATH_W) 'secapi/rand_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/rand_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-sprintf_s.o: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-sprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm32_libmsvcrt_a-sprintf_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-sprintf_s.o `test -f 'secapi/sprintf_s.c' || echo '$(srcdir)/'`secapi/sprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -secapi/libarm32_libmsvcrt_a-sprintf_s.obj: secapi/sprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-sprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-sprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/sprintf_s.c' object='secapi/libarm32_libmsvcrt_a-sprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-sprintf_s.obj `if test -f 'secapi/sprintf_s.c'; then $(CYGPATH_W) 'secapi/sprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/sprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-strerror_s.o: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-strerror_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm32_libmsvcrt_a-strerror_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-strerror_s.o `test -f 'secapi/strerror_s.c' || echo '$(srcdir)/'`secapi/strerror_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -secapi/libarm32_libmsvcrt_a-strerror_s.obj: secapi/strerror_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-strerror_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-strerror_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/strerror_s.c' object='secapi/libarm32_libmsvcrt_a-strerror_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Tpo -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrt_extra_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-strerror_s.obj `if test -f 'secapi/strerror_s.c'; then $(CYGPATH_W) 'secapi/strerror_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/strerror_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrt_extra_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrt_extra_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-vsprintf_s.o: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-vsprintf_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm32_libmsvcrt_a-vsprintf_s.o' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libucrtbase_a-ucrtbase_compat.o: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libucrtbase_a-ucrtbase_compat.o -MD -MP -MF crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/libarm64_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm64_libucrtbase_a-ucrtbase_compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-vsprintf_s.o `test -f 'secapi/vsprintf_s.c' || echo '$(srcdir)/'`secapi/vsprintf_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libucrtbase_a-ucrtbase_compat.o `test -f 'crt/ucrtbase_compat.c' || echo '$(srcdir)/'`crt/ucrtbase_compat.c -secapi/libarm32_libmsvcrt_a-vsprintf_s.obj: secapi/vsprintf_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-vsprintf_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-vsprintf_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/vsprintf_s.c' object='secapi/libarm32_libmsvcrt_a-vsprintf_s.obj' libtool=no @AMDEPBACKSLASH@ +crt/libarm64_libucrtbase_a-ucrtbase_compat.obj: crt/ucrtbase_compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crt/libarm64_libucrtbase_a-ucrtbase_compat.obj -MD -MP -MF crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Tpo -c -o crt/libarm64_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Tpo crt/$(DEPDIR)/libarm64_libucrtbase_a-ucrtbase_compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crt/ucrtbase_compat.c' object='crt/libarm64_libucrtbase_a-ucrtbase_compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-vsprintf_s.obj `if test -f 'secapi/vsprintf_s.c'; then $(CYGPATH_W) 'secapi/vsprintf_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/vsprintf_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crt/libarm64_libucrtbase_a-ucrtbase_compat.obj `if test -f 'crt/ucrtbase_compat.c'; then $(CYGPATH_W) 'crt/ucrtbase_compat.c'; else $(CYGPATH_W) '$(srcdir)/crt/ucrtbase_compat.c'; fi` -secapi/libarm32_libmsvcrt_a-wmemcpy_s.o: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-wmemcpy_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm32_libmsvcrt_a-wmemcpy_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_fprintf.o: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_fprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_fprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-wmemcpy_s.o `test -f 'secapi/wmemcpy_s.c' || echo '$(srcdir)/'`secapi/wmemcpy_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_fprintf.o `test -f 'stdio/ucrt_fprintf.c' || echo '$(srcdir)/'`stdio/ucrt_fprintf.c -secapi/libarm32_libmsvcrt_a-wmemcpy_s.obj: secapi/wmemcpy_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-wmemcpy_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemcpy_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemcpy_s.c' object='secapi/libarm32_libmsvcrt_a-wmemcpy_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_fprintf.obj: stdio/ucrt_fprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_fprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_fprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_fprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_fprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-wmemcpy_s.obj `if test -f 'secapi/wmemcpy_s.c'; then $(CYGPATH_W) 'secapi/wmemcpy_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemcpy_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_fprintf.obj `if test -f 'stdio/ucrt_fprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_fprintf.c'; fi` -secapi/libarm32_libmsvcrt_a-wmemmove_s.o: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-wmemmove_s.o -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm32_libmsvcrt_a-wmemmove_s.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_printf.o: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_printf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm64_libucrtbase_a-ucrt_printf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-wmemmove_s.o `test -f 'secapi/wmemmove_s.c' || echo '$(srcdir)/'`secapi/wmemmove_s.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_printf.o `test -f 'stdio/ucrt_printf.c' || echo '$(srcdir)/'`stdio/ucrt_printf.c -secapi/libarm32_libmsvcrt_a-wmemmove_s.obj: secapi/wmemmove_s.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT secapi/libarm32_libmsvcrt_a-wmemmove_s.obj -MD -MP -MF secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Tpo -c -o secapi/libarm32_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Tpo secapi/$(DEPDIR)/libarm32_libmsvcrt_a-wmemmove_s.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='secapi/wmemmove_s.c' object='secapi/libarm32_libmsvcrt_a-wmemmove_s.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_printf.obj: stdio/ucrt_printf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_printf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_printf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_printf.c' object='stdio/libarm64_libucrtbase_a-ucrt_printf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o secapi/libarm32_libmsvcrt_a-wmemmove_s.obj `if test -f 'secapi/wmemmove_s.c'; then $(CYGPATH_W) 'secapi/wmemmove_s.c'; else $(CYGPATH_W) '$(srcdir)/secapi/wmemmove_s.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_printf.obj `if test -f 'stdio/ucrt_printf.c'; then $(CYGPATH_W) 'stdio/ucrt_printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_printf.c'; fi` -stdio/libarm32_libmsvcrt_a-mingw_lock.o: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_a-mingw_lock.o -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/libarm32_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm32_libmsvcrt_a-mingw_lock.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_snprintf.o: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_snprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_snprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_a-mingw_lock.o `test -f 'stdio/mingw_lock.c' || echo '$(srcdir)/'`stdio/mingw_lock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_snprintf.o `test -f 'stdio/ucrt_snprintf.c' || echo '$(srcdir)/'`stdio/ucrt_snprintf.c -stdio/libarm32_libmsvcrt_a-mingw_lock.obj: stdio/mingw_lock.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm32_libmsvcrt_a-mingw_lock.obj -MD -MP -MF stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Tpo -c -o stdio/libarm32_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Tpo stdio/$(DEPDIR)/libarm32_libmsvcrt_a-mingw_lock.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/mingw_lock.c' object='stdio/libarm32_libmsvcrt_a-mingw_lock.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_snprintf.obj: stdio/ucrt_snprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_snprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_snprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_snprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_snprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm32_libmsvcrt_a-mingw_lock.obj `if test -f 'stdio/mingw_lock.c'; then $(CYGPATH_W) 'stdio/mingw_lock.c'; else $(CYGPATH_W) '$(srcdir)/stdio/mingw_lock.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_snprintf.obj `if test -f 'stdio/ucrt_snprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_snprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_snprintf.c'; fi` -misc/libarm32_libmsvcrt_a-lc_locale_func.o: misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-lc_locale_func.o -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Tpo -c -o misc/libarm32_libmsvcrt_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/libarm32_libmsvcrt_a-lc_locale_func.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_sprintf.o: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_sprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_sprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-lc_locale_func.o `test -f 'misc/lc_locale_func.c' || echo '$(srcdir)/'`misc/lc_locale_func.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_sprintf.o `test -f 'stdio/ucrt_sprintf.c' || echo '$(srcdir)/'`stdio/ucrt_sprintf.c -misc/libarm32_libmsvcrt_a-lc_locale_func.obj: misc/lc_locale_func.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc/libarm32_libmsvcrt_a-lc_locale_func.obj -MD -MP -MF misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Tpo -c -o misc/libarm32_libmsvcrt_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Tpo misc/$(DEPDIR)/libarm32_libmsvcrt_a-lc_locale_func.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc/lc_locale_func.c' object='misc/libarm32_libmsvcrt_a-lc_locale_func.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_sprintf.obj: stdio/ucrt_sprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_sprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_sprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_sprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_sprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libmsvcrt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc/libarm32_libmsvcrt_a-lc_locale_func.obj `if test -f 'misc/lc_locale_func.c'; then $(CYGPATH_W) 'misc/lc_locale_func.c'; else $(CYGPATH_W) '$(srcdir)/misc/lc_locale_func.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_sprintf.obj `if test -f 'stdio/ucrt_sprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_sprintf.c'; fi` -libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.o: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.o `test -f 'libsrc/portabledeviceguids.c' || echo '$(srcdir)/'`libsrc/portabledeviceguids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.o `test -f 'stdio/ucrt__vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnprintf.c -libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj: libsrc/portabledeviceguids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Tpo libsrc/$(DEPDIR)/libarm32_libportabledeviceguids_a-portabledeviceguids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/portabledeviceguids.c' object='libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.obj: stdio/ucrt__vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libportabledeviceguids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libportabledeviceguids_a-portabledeviceguids.obj `if test -f 'libsrc/portabledeviceguids.c'; then $(CYGPATH_W) 'libsrc/portabledeviceguids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/portabledeviceguids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnprintf.obj `if test -f 'stdio/ucrt__vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnprintf.c'; fi` -libsrc/libarm32_libsapi_a-sapi.o: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsapi_a-sapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo -c -o libsrc/libarm32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm32_libsapi_a-sapi.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.o: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsapi_a-sapi.o `test -f 'libsrc/sapi.c' || echo '$(srcdir)/'`libsrc/sapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.o `test -f 'stdio/ucrt__vsnwprintf.c' || echo '$(srcdir)/'`stdio/ucrt__vsnwprintf.c -libsrc/libarm32_libsapi_a-sapi.obj: libsrc/sapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsapi_a-sapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo -c -o libsrc/libarm32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Tpo libsrc/$(DEPDIR)/libarm32_libsapi_a-sapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sapi.c' object='libsrc/libarm32_libsapi_a-sapi.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.obj: stdio/ucrt__vsnwprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt__vsnwprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt__vsnwprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsapi_a-sapi.obj `if test -f 'libsrc/sapi.c'; then $(CYGPATH_W) 'libsrc/sapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt__vsnwprintf.obj `if test -f 'stdio/ucrt__vsnwprintf.c'; then $(CYGPATH_W) 'stdio/ucrt__vsnwprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt__vsnwprintf.c'; fi` -libsrc/libarm32_libscrnsave_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsave_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsave_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vfprintf.o: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vfprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vfprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsave_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vfprintf.o `test -f 'stdio/ucrt_vfprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vfprintf.c -libsrc/libarm32_libscrnsave_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsave_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsave_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsave_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vfprintf.obj: stdio/ucrt_vfprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vfprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vfprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vfprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vfprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsave_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsave_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vfprintf.obj `if test -f 'stdio/ucrt_vfprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vfprintf.c'; fi` -libsrc/libarm32_libscrnsavw_a-scrnsave.o: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsavw_a-scrnsave.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsavw_a-scrnsave.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vprintf.o: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.o `test -f 'libsrc/scrnsave.c' || echo '$(srcdir)/'`libsrc/scrnsave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vprintf.o `test -f 'stdio/ucrt_vprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vprintf.c -libsrc/libarm32_libscrnsavw_a-scrnsave.obj: libsrc/scrnsave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libscrnsavw_a-scrnsave.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Tpo libsrc/$(DEPDIR)/libarm32_libscrnsavw_a-scrnsave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/scrnsave.c' object='libsrc/libarm32_libscrnsavw_a-scrnsave.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vprintf.obj: stdio/ucrt_vprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libscrnsavw_a_CPPFLAGS) $(CPPFLAGS) $(libarm32_libscrnsavw_a_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libscrnsavw_a-scrnsave.obj `if test -f 'libsrc/scrnsave.c'; then $(CYGPATH_W) 'libsrc/scrnsave.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/scrnsave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vprintf.obj `if test -f 'stdio/ucrt_vprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vprintf.c'; fi` -libsrc/libarm32_libsensorsapi_a-sensorsapi.o: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsensorsapi_a-sensorsapi.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm32_libsensorsapi_a-sensorsapi.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.o: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.o `test -f 'libsrc/sensorsapi.c' || echo '$(srcdir)/'`libsrc/sensorsapi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.o `test -f 'stdio/ucrt_vsnprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsnprintf.c -libsrc/libarm32_libsensorsapi_a-sensorsapi.obj: libsrc/sensorsapi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libsensorsapi_a-sensorsapi.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Tpo libsrc/$(DEPDIR)/libarm32_libsensorsapi_a-sensorsapi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/sensorsapi.c' object='libsrc/libarm32_libsensorsapi_a-sensorsapi.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.obj: stdio/ucrt_vsnprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsnprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsnprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libsensorsapi_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libsensorsapi_a-sensorsapi.obj `if test -f 'libsrc/sensorsapi.c'; then $(CYGPATH_W) 'libsrc/sensorsapi.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/sensorsapi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vsnprintf.obj `if test -f 'stdio/ucrt_vsnprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsnprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsnprintf.c'; fi` -libsrc/libarm32_libshell32_a-shell32.o: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libshell32_a-shell32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo -c -o libsrc/libarm32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm32_libshell32_a-shell32.o' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vsprintf.o: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vsprintf.o -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vsprintf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libshell32_a-shell32.o `test -f 'libsrc/shell32.c' || echo '$(srcdir)/'`libsrc/shell32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vsprintf.o `test -f 'stdio/ucrt_vsprintf.c' || echo '$(srcdir)/'`stdio/ucrt_vsprintf.c -libsrc/libarm32_libshell32_a-shell32.obj: libsrc/shell32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libshell32_a-shell32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo -c -o libsrc/libarm32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Tpo libsrc/$(DEPDIR)/libarm32_libshell32_a-shell32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/shell32.c' object='libsrc/libarm32_libshell32_a-shell32.obj' libtool=no @AMDEPBACKSLASH@ +stdio/libarm64_libucrtbase_a-ucrt_vsprintf.obj: stdio/ucrt_vsprintf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio/libarm64_libucrtbase_a-ucrt_vsprintf.obj -MD -MP -MF stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Tpo -c -o stdio/libarm64_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Tpo stdio/$(DEPDIR)/libarm64_libucrtbase_a-ucrt_vsprintf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdio/ucrt_vsprintf.c' object='stdio/libarm64_libucrtbase_a-ucrt_vsprintf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libshell32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libshell32_a-shell32.obj `if test -f 'libsrc/shell32.c'; then $(CYGPATH_W) 'libsrc/shell32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/shell32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libucrtbase_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio/libarm64_libucrtbase_a-ucrt_vsprintf.obj `if test -f 'stdio/ucrt_vsprintf.c'; then $(CYGPATH_W) 'stdio/ucrt_vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/ucrt_vsprintf.c'; fi` -libsrc/libarm32_libstrmiids_a-strmiids.o: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libstrmiids_a-strmiids.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm32_libstrmiids_a-strmiids.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm64_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libstrmiids_a-strmiids.o `test -f 'libsrc/strmiids.c' || echo '$(srcdir)/'`libsrc/strmiids.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -libsrc/libarm32_libstrmiids_a-strmiids.obj: libsrc/strmiids.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libstrmiids_a-strmiids.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo -c -o libsrc/libarm32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Tpo libsrc/$(DEPDIR)/libarm32_libstrmiids_a-strmiids.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/strmiids.c' object='libsrc/libarm32_libstrmiids_a-strmiids.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ativscp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm64_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libstrmiids_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libstrmiids_a-strmiids.obj `if test -f 'libsrc/strmiids.c'; then $(CYGPATH_W) 'libsrc/strmiids.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/strmiids.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ativscp-uuid.o: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ativscp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm32_libuuid_a-ativscp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm64_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.o `test -f 'libsrc/ativscp-uuid.c' || echo '$(srcdir)/'`libsrc/ativscp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -libsrc/libarm32_libuuid_a-ativscp-uuid.obj: libsrc/ativscp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ativscp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ativscp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ativscp-uuid.c' object='libsrc/libarm32_libuuid_a-ativscp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-atsmedia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm64_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ativscp-uuid.obj `if test -f 'libsrc/ativscp-uuid.c'; then $(CYGPATH_W) 'libsrc/ativscp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ativscp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -libsrc/libarm32_libuuid_a-atsmedia-uuid.o: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-atsmedia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm32_libuuid_a-atsmedia-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm64_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.o `test -f 'libsrc/atsmedia-uuid.c' || echo '$(srcdir)/'`libsrc/atsmedia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -libsrc/libarm32_libuuid_a-atsmedia-uuid.obj: libsrc/atsmedia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-atsmedia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-atsmedia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/atsmedia-uuid.c' object='libsrc/libarm32_libuuid_a-atsmedia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-bth-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm64_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-atsmedia-uuid.obj `if test -f 'libsrc/atsmedia-uuid.c'; then $(CYGPATH_W) 'libsrc/atsmedia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/atsmedia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -libsrc/libarm32_libuuid_a-bth-uuid.o: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-bth-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm32_libuuid_a-bth-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm64_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-bth-uuid.o `test -f 'libsrc/bth-uuid.c' || echo '$(srcdir)/'`libsrc/bth-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -libsrc/libarm32_libuuid_a-bth-uuid.obj: libsrc/bth-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-bth-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-bth-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/bth-uuid.c' object='libsrc/libarm32_libuuid_a-bth-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-cguid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm64_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-bth-uuid.obj `if test -f 'libsrc/bth-uuid.c'; then $(CYGPATH_W) 'libsrc/bth-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/bth-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -libsrc/libarm32_libuuid_a-cguid-uuid.o: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-cguid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm32_libuuid_a-cguid-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm64_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-cguid-uuid.o `test -f 'libsrc/cguid-uuid.c' || echo '$(srcdir)/'`libsrc/cguid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -libsrc/libarm32_libuuid_a-cguid-uuid.obj: libsrc/cguid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-cguid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-cguid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/cguid-uuid.c' object='libsrc/libarm32_libuuid_a-cguid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-comcat-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm64_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-cguid-uuid.obj `if test -f 'libsrc/cguid-uuid.c'; then $(CYGPATH_W) 'libsrc/cguid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/cguid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -libsrc/libarm32_libuuid_a-comcat-uuid.o: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-comcat-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm32_libuuid_a-comcat-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-devguid.o: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Tpo -c -o libsrc/libarm64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm64_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-comcat-uuid.o `test -f 'libsrc/comcat-uuid.c' || echo '$(srcdir)/'`libsrc/comcat-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -libsrc/libarm32_libuuid_a-comcat-uuid.obj: libsrc/comcat-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-comcat-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-comcat-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/comcat-uuid.c' object='libsrc/libarm32_libuuid_a-comcat-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-devguid.obj: libsrc/devguid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Tpo -c -o libsrc/libarm64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-devguid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm64_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-comcat-uuid.obj `if test -f 'libsrc/comcat-uuid.c'; then $(CYGPATH_W) 'libsrc/comcat-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/comcat-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -libsrc/libarm32_libuuid_a-devguid.o: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-devguid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo -c -o libsrc/libarm32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm32_libuuid_a-devguid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm64_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-devguid.o `test -f 'libsrc/devguid.c' || echo '$(srcdir)/'`libsrc/devguid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -libsrc/libarm32_libuuid_a-devguid.obj: libsrc/devguid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-devguid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo -c -o libsrc/libarm32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-devguid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/devguid.c' object='libsrc/libarm32_libuuid_a-devguid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-docobj-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm64_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-devguid.obj `if test -f 'libsrc/devguid.c'; then $(CYGPATH_W) 'libsrc/devguid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/devguid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -libsrc/libarm32_libuuid_a-docobj-uuid.o: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-docobj-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm32_libuuid_a-docobj-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm64_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-docobj-uuid.o `test -f 'libsrc/docobj-uuid.c' || echo '$(srcdir)/'`libsrc/docobj-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -libsrc/libarm32_libuuid_a-docobj-uuid.obj: libsrc/docobj-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-docobj-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-docobj-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/docobj-uuid.c' object='libsrc/libarm32_libuuid_a-docobj-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-dxva-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm64_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-docobj-uuid.obj `if test -f 'libsrc/docobj-uuid.c'; then $(CYGPATH_W) 'libsrc/docobj-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/docobj-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -libsrc/libarm32_libuuid_a-dxva-uuid.o: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-dxva-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm32_libuuid_a-dxva-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm64_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-dxva-uuid.o `test -f 'libsrc/dxva-uuid.c' || echo '$(srcdir)/'`libsrc/dxva-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -libsrc/libarm32_libuuid_a-dxva-uuid.obj: libsrc/dxva-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-dxva-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-dxva-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/dxva-uuid.c' object='libsrc/libarm32_libuuid_a-dxva-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-exdisp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm64_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-dxva-uuid.obj `if test -f 'libsrc/dxva-uuid.c'; then $(CYGPATH_W) 'libsrc/dxva-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/dxva-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -libsrc/libarm32_libuuid_a-exdisp-uuid.o: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-exdisp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm32_libuuid_a-exdisp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm64_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.o `test -f 'libsrc/exdisp-uuid.c' || echo '$(srcdir)/'`libsrc/exdisp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -libsrc/libarm32_libuuid_a-exdisp-uuid.obj: libsrc/exdisp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-exdisp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-exdisp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/exdisp-uuid.c' object='libsrc/libarm32_libuuid_a-exdisp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-extras-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm64_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-exdisp-uuid.obj `if test -f 'libsrc/exdisp-uuid.c'; then $(CYGPATH_W) 'libsrc/exdisp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/exdisp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -libsrc/libarm32_libuuid_a-extras-uuid.o: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-extras-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm32_libuuid_a-extras-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm64_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-extras-uuid.o `test -f 'libsrc/extras-uuid.c' || echo '$(srcdir)/'`libsrc/extras-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -libsrc/libarm32_libuuid_a-extras-uuid.obj: libsrc/extras-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-extras-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-extras-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/extras-uuid.c' object='libsrc/libarm32_libuuid_a-extras-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-fwp-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm64_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-extras-uuid.obj `if test -f 'libsrc/extras-uuid.c'; then $(CYGPATH_W) 'libsrc/extras-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/extras-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -libsrc/libarm32_libuuid_a-fwp-uuid.o: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-fwp-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm32_libuuid_a-fwp-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-guid_nul.o: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm64_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-fwp-uuid.o `test -f 'libsrc/fwp-uuid.c' || echo '$(srcdir)/'`libsrc/fwp-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -libsrc/libarm32_libuuid_a-fwp-uuid.obj: libsrc/fwp-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-fwp-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-fwp-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/fwp-uuid.c' object='libsrc/libarm32_libuuid_a-fwp-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-guid_nul.obj: libsrc/guid_nul.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-guid_nul.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm64_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-fwp-uuid.obj `if test -f 'libsrc/fwp-uuid.c'; then $(CYGPATH_W) 'libsrc/fwp-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/fwp-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -libsrc/libarm32_libuuid_a-guid_nul.o: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-guid_nul.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm32_libuuid_a-guid_nul.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm64_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-guid_nul.o `test -f 'libsrc/guid_nul.c' || echo '$(srcdir)/'`libsrc/guid_nul.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -libsrc/libarm32_libuuid_a-guid_nul.obj: libsrc/guid_nul.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-guid_nul.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo -c -o libsrc/libarm32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-guid_nul.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/guid_nul.c' object='libsrc/libarm32_libuuid_a-guid_nul.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-hlguids-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm64_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-guid_nul.obj `if test -f 'libsrc/guid_nul.c'; then $(CYGPATH_W) 'libsrc/guid_nul.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/guid_nul.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -libsrc/libarm32_libuuid_a-hlguids-uuid.o: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlguids-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm32_libuuid_a-hlguids-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm64_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.o `test -f 'libsrc/hlguids-uuid.c' || echo '$(srcdir)/'`libsrc/hlguids-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -libsrc/libarm32_libuuid_a-hlguids-uuid.obj: libsrc/hlguids-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlguids-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlguids-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlguids-uuid.c' object='libsrc/libarm32_libuuid_a-hlguids-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-hlink-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm64_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlguids-uuid.obj `if test -f 'libsrc/hlguids-uuid.c'; then $(CYGPATH_W) 'libsrc/hlguids-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlguids-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -libsrc/libarm32_libuuid_a-hlink-uuid.o: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlink-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm32_libuuid_a-hlink-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm64_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlink-uuid.o `test -f 'libsrc/hlink-uuid.c' || echo '$(srcdir)/'`libsrc/hlink-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -libsrc/libarm32_libuuid_a-hlink-uuid.obj: libsrc/hlink-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-hlink-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-hlink-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/hlink-uuid.c' object='libsrc/libarm32_libuuid_a-hlink-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mlang-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm64_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-hlink-uuid.obj `if test -f 'libsrc/hlink-uuid.c'; then $(CYGPATH_W) 'libsrc/hlink-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/hlink-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -libsrc/libarm32_libuuid_a-mlang-uuid.o: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mlang-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm32_libuuid_a-mlang-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm64_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mlang-uuid.o `test -f 'libsrc/mlang-uuid.c' || echo '$(srcdir)/'`libsrc/mlang-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -libsrc/libarm32_libuuid_a-mlang-uuid.obj: libsrc/mlang-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mlang-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mlang-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mlang-uuid.c' object='libsrc/libarm32_libuuid_a-mlang-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-msctf-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm64_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mlang-uuid.obj `if test -f 'libsrc/mlang-uuid.c'; then $(CYGPATH_W) 'libsrc/mlang-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mlang-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -libsrc/libarm32_libuuid_a-msctf-uuid.o: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msctf-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm32_libuuid_a-msctf-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm64_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msctf-uuid.o `test -f 'libsrc/msctf-uuid.c' || echo '$(srcdir)/'`libsrc/msctf-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -libsrc/libarm32_libuuid_a-msctf-uuid.obj: libsrc/msctf-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msctf-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msctf-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msctf-uuid.c' object='libsrc/libarm32_libuuid_a-msctf-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtmhst-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm64_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msctf-uuid.obj `if test -f 'libsrc/msctf-uuid.c'; then $(CYGPATH_W) 'libsrc/msctf-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msctf-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -libsrc/libarm32_libuuid_a-mshtmhst-uuid.o: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtmhst-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm32_libuuid_a-mshtmhst-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm64_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.o `test -f 'libsrc/mshtmhst-uuid.c' || echo '$(srcdir)/'`libsrc/mshtmhst-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj: libsrc/mshtmhst-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtmhst-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtmhst-uuid.c' object='libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-mshtml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm64_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtmhst-uuid.obj `if test -f 'libsrc/mshtmhst-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtmhst-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtmhst-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -libsrc/libarm32_libuuid_a-mshtml-uuid.o: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm32_libuuid_a-mshtml-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm64_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.o `test -f 'libsrc/mshtml-uuid.c' || echo '$(srcdir)/'`libsrc/mshtml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -libsrc/libarm32_libuuid_a-mshtml-uuid.obj: libsrc/mshtml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-mshtml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-mshtml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/mshtml-uuid.c' object='libsrc/libarm32_libuuid_a-mshtml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-msxml-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm64_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-mshtml-uuid.obj `if test -f 'libsrc/mshtml-uuid.c'; then $(CYGPATH_W) 'libsrc/mshtml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/mshtml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -libsrc/libarm32_libuuid_a-msxml-uuid.o: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msxml-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm32_libuuid_a-msxml-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm64_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msxml-uuid.o `test -f 'libsrc/msxml-uuid.c' || echo '$(srcdir)/'`libsrc/msxml-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -libsrc/libarm32_libuuid_a-msxml-uuid.obj: libsrc/msxml-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-msxml-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-msxml-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/msxml-uuid.c' object='libsrc/libarm32_libuuid_a-msxml-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-netcon-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm64_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-msxml-uuid.obj `if test -f 'libsrc/msxml-uuid.c'; then $(CYGPATH_W) 'libsrc/msxml-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/msxml-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -libsrc/libarm32_libuuid_a-netcon-uuid.o: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-netcon-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm32_libuuid_a-netcon-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm64_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-netcon-uuid.o `test -f 'libsrc/netcon-uuid.c' || echo '$(srcdir)/'`libsrc/netcon-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -libsrc/libarm32_libuuid_a-netcon-uuid.obj: libsrc/netcon-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-netcon-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-netcon-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/netcon-uuid.c' object='libsrc/libarm32_libuuid_a-netcon-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddkbd-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm64_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-netcon-uuid.obj `if test -f 'libsrc/netcon-uuid.c'; then $(CYGPATH_W) 'libsrc/netcon-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/netcon-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddkbd-uuid.o: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddkbd-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm32_libuuid_a-ntddkbd-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm64_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.o `test -f 'libsrc/ntddkbd-uuid.c' || echo '$(srcdir)/'`libsrc/ntddkbd-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj: libsrc/ntddkbd-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddkbd-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddkbd-uuid.c' object='libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddmou-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm64_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddkbd-uuid.obj `if test -f 'libsrc/ntddkbd-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddkbd-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddkbd-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddmou-uuid.o: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddmou-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm32_libuuid_a-ntddmou-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm64_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.o `test -f 'libsrc/ntddmou-uuid.c' || echo '$(srcdir)/'`libsrc/ntddmou-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -libsrc/libarm32_libuuid_a-ntddmou-uuid.obj: libsrc/ntddmou-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddmou-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddmou-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddmou-uuid.c' object='libsrc/libarm32_libuuid_a-ntddmou-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddpar-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm64_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddmou-uuid.obj `if test -f 'libsrc/ntddmou-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddmou-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddmou-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddpar-uuid.o: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddpar-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm32_libuuid_a-ntddpar-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm64_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.o `test -f 'libsrc/ntddpar-uuid.c' || echo '$(srcdir)/'`libsrc/ntddpar-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -libsrc/libarm32_libuuid_a-ntddpar-uuid.obj: libsrc/ntddpar-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddpar-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddpar-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddpar-uuid.c' object='libsrc/libarm32_libuuid_a-ntddpar-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddscsi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm64_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddpar-uuid.obj `if test -f 'libsrc/ntddpar-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddpar-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddpar-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddscsi-uuid.o: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddscsi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm32_libuuid_a-ntddscsi-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm64_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.o `test -f 'libsrc/ntddscsi-uuid.c' || echo '$(srcdir)/'`libsrc/ntddscsi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj: libsrc/ntddscsi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddscsi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddscsi-uuid.c' object='libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddser-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm64_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddscsi-uuid.obj `if test -f 'libsrc/ntddscsi-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddscsi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddscsi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddser-uuid.o: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddser-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm32_libuuid_a-ntddser-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm64_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.o `test -f 'libsrc/ntddser-uuid.c' || echo '$(srcdir)/'`libsrc/ntddser-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -libsrc/libarm32_libuuid_a-ntddser-uuid.obj: libsrc/ntddser-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddser-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddser-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddser-uuid.c' object='libsrc/libarm32_libuuid_a-ntddser-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddstor-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm64_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddser-uuid.obj `if test -f 'libsrc/ntddser-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddser-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddser-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddstor-uuid.o: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddstor-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm32_libuuid_a-ntddstor-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm64_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.o `test -f 'libsrc/ntddstor-uuid.c' || echo '$(srcdir)/'`libsrc/ntddstor-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -libsrc/libarm32_libuuid_a-ntddstor-uuid.obj: libsrc/ntddstor-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddstor-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddstor-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddstor-uuid.c' object='libsrc/libarm32_libuuid_a-ntddstor-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ntddvdeo-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm64_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddstor-uuid.obj `if test -f 'libsrc/ntddstor-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddstor-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddstor-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm64_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.o `test -f 'libsrc/ntddvdeo-uuid.c' || echo '$(srcdir)/'`libsrc/ntddvdeo-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj: libsrc/ntddvdeo-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ntddvdeo-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ntddvdeo-uuid.c' object='libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oaidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm64_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ntddvdeo-uuid.obj `if test -f 'libsrc/ntddvdeo-uuid.c'; then $(CYGPATH_W) 'libsrc/ntddvdeo-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ntddvdeo-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -libsrc/libarm32_libuuid_a-oaidl-uuid.o: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oaidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm32_libuuid_a-oaidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm64_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.o `test -f 'libsrc/oaidl-uuid.c' || echo '$(srcdir)/'`libsrc/oaidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -libsrc/libarm32_libuuid_a-oaidl-uuid.obj: libsrc/oaidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oaidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oaidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oaidl-uuid.c' object='libsrc/libarm32_libuuid_a-oaidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-objidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm64_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oaidl-uuid.obj `if test -f 'libsrc/oaidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oaidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oaidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -libsrc/libarm32_libuuid_a-objidl-uuid.o: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm32_libuuid_a-objidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm64_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objidl-uuid.o `test -f 'libsrc/objidl-uuid.c' || echo '$(srcdir)/'`libsrc/objidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -libsrc/libarm32_libuuid_a-objidl-uuid.obj: libsrc/objidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objidl-uuid.c' object='libsrc/libarm32_libuuid_a-objidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-objsafe-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm64_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objidl-uuid.obj `if test -f 'libsrc/objidl-uuid.c'; then $(CYGPATH_W) 'libsrc/objidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -libsrc/libarm32_libuuid_a-objsafe-uuid.o: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objsafe-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm32_libuuid_a-objsafe-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm64_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.o `test -f 'libsrc/objsafe-uuid.c' || echo '$(srcdir)/'`libsrc/objsafe-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -libsrc/libarm32_libuuid_a-objsafe-uuid.obj: libsrc/objsafe-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-objsafe-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-objsafe-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/objsafe-uuid.c' object='libsrc/libarm32_libuuid_a-objsafe-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-ocidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm64_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-objsafe-uuid.obj `if test -f 'libsrc/objsafe-uuid.c'; then $(CYGPATH_W) 'libsrc/objsafe-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/objsafe-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -libsrc/libarm32_libuuid_a-ocidl-uuid.o: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ocidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm32_libuuid_a-ocidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm64_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.o `test -f 'libsrc/ocidl-uuid.c' || echo '$(srcdir)/'`libsrc/ocidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -libsrc/libarm32_libuuid_a-ocidl-uuid.obj: libsrc/ocidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-ocidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-ocidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ocidl-uuid.c' object='libsrc/libarm32_libuuid_a-ocidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oleacc-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm64_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-ocidl-uuid.obj `if test -f 'libsrc/ocidl-uuid.c'; then $(CYGPATH_W) 'libsrc/ocidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ocidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -libsrc/libarm32_libuuid_a-oleacc-uuid.o: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleacc-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm32_libuuid_a-oleacc-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm64_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.o `test -f 'libsrc/oleacc-uuid.c' || echo '$(srcdir)/'`libsrc/oleacc-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -libsrc/libarm32_libuuid_a-oleacc-uuid.obj: libsrc/oleacc-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleacc-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleacc-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleacc-uuid.c' object='libsrc/libarm32_libuuid_a-oleacc-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-olectlid-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm64_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleacc-uuid.obj `if test -f 'libsrc/oleacc-uuid.c'; then $(CYGPATH_W) 'libsrc/oleacc-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleacc-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -libsrc/libarm32_libuuid_a-olectlid-uuid.o: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-olectlid-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm32_libuuid_a-olectlid-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm64_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.o `test -f 'libsrc/olectlid-uuid.c' || echo '$(srcdir)/'`libsrc/olectlid-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -libsrc/libarm32_libuuid_a-olectlid-uuid.obj: libsrc/olectlid-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-olectlid-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-olectlid-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/olectlid-uuid.c' object='libsrc/libarm32_libuuid_a-olectlid-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-oleidl-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm64_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-olectlid-uuid.obj `if test -f 'libsrc/olectlid-uuid.c'; then $(CYGPATH_W) 'libsrc/olectlid-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/olectlid-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -libsrc/libarm32_libuuid_a-oleidl-uuid.o: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleidl-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm32_libuuid_a-oleidl-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-power-uuid.o: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm64_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.o `test -f 'libsrc/oleidl-uuid.c' || echo '$(srcdir)/'`libsrc/oleidl-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -libsrc/libarm32_libuuid_a-oleidl-uuid.obj: libsrc/oleidl-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-oleidl-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-oleidl-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/oleidl-uuid.c' object='libsrc/libarm32_libuuid_a-oleidl-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-power-uuid.obj: libsrc/power-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-power-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm64_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-oleidl-uuid.obj `if test -f 'libsrc/oleidl-uuid.c'; then $(CYGPATH_W) 'libsrc/oleidl-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/oleidl-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -libsrc/libarm32_libuuid_a-power-uuid.o: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-power-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm32_libuuid_a-power-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm64_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-power-uuid.o `test -f 'libsrc/power-uuid.c' || echo '$(srcdir)/'`libsrc/power-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -libsrc/libarm32_libuuid_a-power-uuid.obj: libsrc/power-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-power-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-power-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/power-uuid.c' object='libsrc/libarm32_libuuid_a-power-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-powrprof-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm64_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-power-uuid.obj `if test -f 'libsrc/power-uuid.c'; then $(CYGPATH_W) 'libsrc/power-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/power-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -libsrc/libarm32_libuuid_a-powrprof-uuid.o: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-powrprof-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm32_libuuid_a-powrprof-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-uianimation-uuid.o: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-uianimation-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/libarm64_libuuid_a-uianimation-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.o `test -f 'libsrc/powrprof-uuid.c' || echo '$(srcdir)/'`libsrc/powrprof-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-uianimation-uuid.o `test -f 'libsrc/uianimation-uuid.c' || echo '$(srcdir)/'`libsrc/uianimation-uuid.c -libsrc/libarm32_libuuid_a-powrprof-uuid.obj: libsrc/powrprof-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-powrprof-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-powrprof-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/powrprof-uuid.c' object='libsrc/libarm32_libuuid_a-powrprof-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-uianimation-uuid.obj: libsrc/uianimation-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-uianimation-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-uianimation-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uianimation-uuid.c' object='libsrc/libarm64_libuuid_a-uianimation-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-powrprof-uuid.obj `if test -f 'libsrc/powrprof-uuid.c'; then $(CYGPATH_W) 'libsrc/powrprof-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/powrprof-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-uianimation-uuid.obj `if test -f 'libsrc/uianimation-uuid.c'; then $(CYGPATH_W) 'libsrc/uianimation-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uianimation-uuid.c'; fi` -libsrc/libarm32_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm32_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-usbcamdi-uuid.o: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-usbcamdi-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm64_libuuid_a-usbcamdi-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-usbcamdi-uuid.o `test -f 'libsrc/usbcamdi-uuid.c' || echo '$(srcdir)/'`libsrc/usbcamdi-uuid.c -libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbcamdi-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-usbcamdi-uuid.obj: libsrc/usbcamdi-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-usbcamdi-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-usbcamdi-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbcamdi-uuid.c' object='libsrc/libarm64_libuuid_a-usbcamdi-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-usbcamdi-uuid.obj `if test -f 'libsrc/usbcamdi-uuid.c'; then $(CYGPATH_W) 'libsrc/usbcamdi-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbcamdi-uuid.c'; fi` -libsrc/libarm32_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm32_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-usbiodef-uuid.o: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-usbiodef-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm64_libuuid_a-usbiodef-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-usbiodef-uuid.o `test -f 'libsrc/usbiodef-uuid.c' || echo '$(srcdir)/'`libsrc/usbiodef-uuid.c -libsrc/libarm32_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-usbiodef-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm32_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-usbiodef-uuid.obj: libsrc/usbiodef-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-usbiodef-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-usbiodef-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/usbiodef-uuid.c' object='libsrc/libarm64_libuuid_a-usbiodef-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-usbiodef-uuid.obj `if test -f 'libsrc/usbiodef-uuid.c'; then $(CYGPATH_W) 'libsrc/usbiodef-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/usbiodef-uuid.c'; fi` -libsrc/libarm32_libuuid_a-uuid.o: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm32_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-uuid.o: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm64_libuuid_a-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-uuid.o `test -f 'libsrc/uuid.c' || echo '$(srcdir)/'`libsrc/uuid.c -libsrc/libarm32_libuuid_a-uuid.obj: libsrc/uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm32_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-uuid.obj: libsrc/uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/uuid.c' object='libsrc/libarm64_libuuid_a-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-uuid.obj `if test -f 'libsrc/uuid.c'; then $(CYGPATH_W) 'libsrc/uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/uuid.c'; fi` -libsrc/libarm32_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm32_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-vds-uuid.o: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-vds-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm64_libuuid_a-vds-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-vds-uuid.o `test -f 'libsrc/vds-uuid.c' || echo '$(srcdir)/'`libsrc/vds-uuid.c -libsrc/libarm32_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-vds-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm32_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-vds-uuid.obj: libsrc/vds-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-vds-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-vds-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/vds-uuid.c' object='libsrc/libarm64_libuuid_a-vds-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-vds-uuid.obj `if test -f 'libsrc/vds-uuid.c'; then $(CYGPATH_W) 'libsrc/vds-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/vds-uuid.c'; fi` -libsrc/libarm32_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm32_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-virtdisk-uuid.o: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-virtdisk-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm64_libuuid_a-virtdisk-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-virtdisk-uuid.o `test -f 'libsrc/virtdisk-uuid.c' || echo '$(srcdir)/'`libsrc/virtdisk-uuid.c -libsrc/libarm32_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-virtdisk-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm32_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-virtdisk-uuid.obj: libsrc/virtdisk-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-virtdisk-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-virtdisk-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/virtdisk-uuid.c' object='libsrc/libarm64_libuuid_a-virtdisk-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-virtdisk-uuid.obj `if test -f 'libsrc/virtdisk-uuid.c'; then $(CYGPATH_W) 'libsrc/virtdisk-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/virtdisk-uuid.c'; fi` -libsrc/libarm32_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm32_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-wia-uuid.o: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-wia-uuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm64_libuuid_a-wia-uuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-wia-uuid.o `test -f 'libsrc/wia-uuid.c' || echo '$(srcdir)/'`libsrc/wia-uuid.c -libsrc/libarm32_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm32_libuuid_a-wia-uuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm32_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libuuid_a-wia-uuid.obj: libsrc/wia-uuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libuuid_a-wia-uuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Tpo -c -o libsrc/libarm64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Tpo libsrc/$(DEPDIR)/libarm64_libuuid_a-wia-uuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wia-uuid.c' object='libsrc/libarm64_libuuid_a-wia-uuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libuuid_a-wia-uuid.obj `if test -f 'libsrc/wia-uuid.c'; then $(CYGPATH_W) 'libsrc/wia-uuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wia-uuid.c'; fi` -libsrc/libarm32_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm32_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwbemuuid_a-wbemuuid.o: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwbemuuid_a-wbemuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm64_libwbemuuid_a-wbemuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwbemuuid_a-wbemuuid.o `test -f 'libsrc/wbemuuid.c' || echo '$(srcdir)/'`libsrc/wbemuuid.c -libsrc/libarm32_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwbemuuid_a-wbemuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm32_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwbemuuid_a-wbemuuid.obj: libsrc/wbemuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwbemuuid_a-wbemuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Tpo -c -o libsrc/libarm64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Tpo libsrc/$(DEPDIR)/libarm64_libwbemuuid_a-wbemuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wbemuuid.c' object='libsrc/libarm64_libwbemuuid_a-wbemuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwbemuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwbemuuid_a-wbemuuid.obj `if test -f 'libsrc/wbemuuid.c'; then $(CYGPATH_W) 'libsrc/wbemuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wbemuuid.c'; fi` -libsrc/libarm32_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm32_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwindowscodecs_a-windowscodecs.o: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwindowscodecs_a-windowscodecs.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm64_libwindowscodecs_a-windowscodecs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwindowscodecs_a-windowscodecs.o `test -f 'libsrc/windowscodecs.c' || echo '$(srcdir)/'`libsrc/windowscodecs.c -libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm32_libwindowscodecs_a-windowscodecs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwindowscodecs_a-windowscodecs.obj: libsrc/windowscodecs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwindowscodecs_a-windowscodecs.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Tpo -c -o libsrc/libarm64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Tpo libsrc/$(DEPDIR)/libarm64_libwindowscodecs_a-windowscodecs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/windowscodecs.c' object='libsrc/libarm64_libwindowscodecs_a-windowscodecs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwindowscodecs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwindowscodecs_a-windowscodecs.obj `if test -f 'libsrc/windowscodecs.c'; then $(CYGPATH_W) 'libsrc/windowscodecs.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/windowscodecs.c'; fi` -libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.o: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.o `test -f 'libsrc/wmcodecdspuuid.c' || echo '$(srcdir)/'`libsrc/wmcodecdspuuid.c -libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.obj: libsrc/wmcodecdspuuid.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo -c -o libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo libsrc/$(DEPDIR)/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wmcodecdspuuid.c' object='libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libwmcodecdspuuid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libwmcodecdspuuid_a-wmcodecdspuuid.obj `if test -f 'libsrc/wmcodecdspuuid.c'; then $(CYGPATH_W) 'libsrc/wmcodecdspuuid.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wmcodecdspuuid.c'; fi` -libsrc/libarm32_libws2_32_a-ws2_32.o: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm32_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libws2_32_a-ws2_32.o: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libws2_32_a-ws2_32.o -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm64_libws2_32_a-ws2_32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libws2_32_a-ws2_32.o `test -f 'libsrc/ws2_32.c' || echo '$(srcdir)/'`libsrc/ws2_32.c -libsrc/libarm32_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm32_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm32_libws2_32_a-ws2_32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm32_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/libarm64_libws2_32_a-ws2_32.obj: libsrc/ws2_32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/libarm64_libws2_32_a-ws2_32.obj -MD -MP -MF libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Tpo -c -o libsrc/libarm64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Tpo libsrc/$(DEPDIR)/libarm64_libws2_32_a-ws2_32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2_32.c' object='libsrc/libarm64_libws2_32_a-ws2_32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm32_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/libarm64_libws2_32_a-ws2_32.obj `if test -f 'libsrc/ws2_32.c'; then $(CYGPATH_W) 'libsrc/ws2_32.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2_32.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.o: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.o `test -f 'libsrc/ws2tcpip/in6_addr_equal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_addr_equal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_addr_equal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.obj: libsrc/ws2tcpip/in6_addr_equal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_addr_equal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_addr_equal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_addr_equal.obj `if test -f 'libsrc/ws2tcpip/in6_addr_equal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_addr_equal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_addr_equal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.o: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.o `test -f 'libsrc/ws2tcpip/in6addr_isany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isany.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.obj: libsrc/ws2tcpip/in6addr_isany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isany.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isany.obj `if test -f 'libsrc/ws2tcpip/in6addr_isany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isany.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.o: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.o `test -f 'libsrc/ws2tcpip/in6addr_isloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_isloopback.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_isloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.obj: libsrc/ws2tcpip/in6addr_isloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_isloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_isloopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_isloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_isloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_isloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_isloopback.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.o: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.o `test -f 'libsrc/ws2tcpip/in6addr_setany.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setany.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setany.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.obj: libsrc/ws2tcpip/in6addr_setany.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setany.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setany.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setany.obj `if test -f 'libsrc/ws2tcpip/in6addr_setany.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setany.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setany.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.o: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.o `test -f 'libsrc/ws2tcpip/in6addr_setloopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6addr_setloopback.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6addr_setloopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.obj: libsrc/ws2tcpip/in6addr_setloopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6addr_setloopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6addr_setloopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6addr_setloopback.obj `if test -f 'libsrc/ws2tcpip/in6addr_setloopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6addr_setloopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6addr_setloopback.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.o: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_linklocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_linklocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_linklocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.o: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_loopback.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.obj: libsrc/ws2tcpip/in6_is_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_loopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_loopback.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.o: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_global.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_global.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.obj: libsrc/ws2tcpip/in6_is_addr_mc_global.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_global.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_global.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_global.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_global.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_global.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.o: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_linklocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_linklocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_nodelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_nodelocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.o: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_orglocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_orglocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_mc_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_mc_sitelocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.o: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.o `test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_multicast.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_multicast.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.obj: libsrc/ws2tcpip/in6_is_addr_multicast.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_multicast.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_multicast.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_multicast.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_multicast.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_multicast.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.o: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.o `test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_sitelocal.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_sitelocal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.obj: libsrc/ws2tcpip/in6_is_addr_sitelocal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_sitelocal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_sitelocal.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_sitelocal.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_sitelocal.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.o: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_unspecified.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.obj: libsrc/ws2tcpip/in6_is_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_unspecified.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_unspecified.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.o: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4compat.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4compat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.obj: libsrc/ws2tcpip/in6_is_addr_v4compat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4compat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4compat.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4compat.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4compat.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4compat.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.o: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.o `test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_is_addr_v4mapped.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_is_addr_v4mapped.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.obj: libsrc/ws2tcpip/in6_is_addr_v4mapped.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_is_addr_v4mapped.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_is_addr_v4mapped.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_is_addr_v4mapped.obj `if test -f 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_is_addr_v4mapped.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.o: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.o `test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_loopback.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_loopback.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.obj: libsrc/ws2tcpip/in6_set_addr_loopback.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_loopback.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_loopback.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_loopback.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_loopback.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_loopback.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.o: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.o `test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/in6_set_addr_unspecified.c -libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-in6_set_addr_unspecified.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.obj: libsrc/ws2tcpip/in6_set_addr_unspecified.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-in6_set_addr_unspecified.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/in6_set_addr_unspecified.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-in6_set_addr_unspecified.obj `if test -f 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/in6_set_addr_unspecified.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/in6_set_addr_unspecified.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.o: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.o `test -f 'libsrc/ws2tcpip/gai_strerrorA.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorA.c -libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorA.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.obj: libsrc/ws2tcpip/gai_strerrorA.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorA.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorA.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorA.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorA.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorA.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorA.c'; fi` -libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.o: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.o -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.o `test -f 'libsrc/ws2tcpip/gai_strerrorW.c' || echo '$(srcdir)/'`libsrc/ws2tcpip/gai_strerrorW.c -libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm32_libws2_32_a-gai_strerrorW.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.obj: libsrc/ws2tcpip/gai_strerrorW.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.obj -MD -MP -MF libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Tpo -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Tpo libsrc/ws2tcpip/$(DEPDIR)/libarm64_libws2_32_a-gai_strerrorW.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/ws2tcpip/gai_strerrorW.c' object='libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm32_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/ws2tcpip/libarm64_libws2_32_a-gai_strerrorW.obj `if test -f 'libsrc/ws2tcpip/gai_strerrorW.c'; then $(CYGPATH_W) 'libsrc/ws2tcpip/gai_strerrorW.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/ws2tcpip/gai_strerrorW.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.o: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.o `test -f 'libsrc/wspiapi/WspiapiStrdup.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiStrdup.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiStrdup.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.obj: libsrc/wspiapi/WspiapiStrdup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiStrdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiStrdup.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiStrdup.obj `if test -f 'libsrc/wspiapi/WspiapiStrdup.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiStrdup.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiStrdup.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.o: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.o `test -f 'libsrc/wspiapi/WspiapiParseV4Address.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiParseV4Address.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiParseV4Address.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.obj: libsrc/wspiapi/WspiapiParseV4Address.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiParseV4Address.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiParseV4Address.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiParseV4Address.obj `if test -f 'libsrc/wspiapi/WspiapiParseV4Address.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiParseV4Address.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiParseV4Address.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.o: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiNewAddrInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiNewAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.obj: libsrc/wspiapi/WspiapiNewAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiNewAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiNewAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiNewAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiNewAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiNewAddrInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.o: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.o `test -f 'libsrc/wspiapi/WspiapiQueryDNS.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiQueryDNS.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiQueryDNS.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.obj: libsrc/wspiapi/WspiapiQueryDNS.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiQueryDNS.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiQueryDNS.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiQueryDNS.obj `if test -f 'libsrc/wspiapi/WspiapiQueryDNS.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiQueryDNS.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiQueryDNS.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.o: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.o `test -f 'libsrc/wspiapi/WspiapiLookupNode.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLookupNode.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLookupNode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.obj: libsrc/wspiapi/WspiapiLookupNode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLookupNode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLookupNode.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLookupNode.obj `if test -f 'libsrc/wspiapi/WspiapiLookupNode.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLookupNode.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLookupNode.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.o: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.o `test -f 'libsrc/wspiapi/WspiapiClone.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiClone.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiClone.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.obj: libsrc/wspiapi/WspiapiClone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiClone.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiClone.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiClone.obj `if test -f 'libsrc/wspiapi/WspiapiClone.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiClone.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiClone.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyFreeAddrInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.o: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj: libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetAddrInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.o: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.obj: libsrc/wspiapi/WspiapiLegacyGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLegacyGetNameInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLegacyGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLegacyGetNameInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.o: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.o `test -f 'libsrc/wspiapi/WspiapiLoad.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiLoad.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiLoad.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.obj: libsrc/wspiapi/WspiapiLoad.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiLoad.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiLoad.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiLoad.obj `if test -f 'libsrc/wspiapi/WspiapiLoad.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiLoad.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiLoad.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.o: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetAddrInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.obj: libsrc/wspiapi/WspiapiGetAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetAddrInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.o: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.o `test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiGetNameInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiGetNameInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.obj: libsrc/wspiapi/WspiapiGetNameInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiGetNameInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiGetNameInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiGetNameInfo.obj `if test -f 'libsrc/wspiapi/WspiapiGetNameInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiGetNameInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiGetNameInfo.c'; fi` -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.o: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.o -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.o `test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c' || echo '$(srcdir)/'`libsrc/wspiapi/WspiapiFreeAddrInfo.c -libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm32_libws2_32_a-WspiapiFreeAddrInfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ +libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.obj: libsrc/wspiapi/WspiapiFreeAddrInfo.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.obj -MD -MP -MF libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Tpo -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Tpo libsrc/wspiapi/$(DEPDIR)/libarm64_libws2_32_a-WspiapiFreeAddrInfo.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libsrc/wspiapi/WspiapiFreeAddrInfo.c' object='libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm32_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm32_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libarm64_libws2_32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsrc/wspiapi/libarm64_libws2_32_a-WspiapiFreeAddrInfo.obj `if test -f 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; then $(CYGPATH_W) 'libsrc/wspiapi/WspiapiFreeAddrInfo.c'; else $(CYGPATH_W) '$(srcdir)/libsrc/wspiapi/WspiapiFreeAddrInfo.c'; fi` testcases/complex/tests32_libnewcomplextests_a-cabs.o: testcases/complex/cabs.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests32_libnewcomplextests_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcases/complex/tests32_libnewcomplextests_a-cabs.o -MD -MP -MF testcases/complex/$(DEPDIR)/tests32_libnewcomplextests_a-cabs.Tpo -c -o testcases/complex/tests32_libnewcomplextests_a-cabs.o `test -f 'testcases/complex/cabs.c' || echo '$(srcdir)/'`testcases/complex/cabs.c @@ -47987,48 +63864,27 @@ @list='$(libarm32_DATA)'; test -n "$(libarm32dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libarm32dir)'; $(am__uninstall_files_from_dir) -install-winrt32DATA: $(winrt32_DATA) - @$(NORMAL_INSTALL) - @list='$(winrt32_DATA)'; test -n "$(winrt32dir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(winrt32dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(winrt32dir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(winrt32dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(winrt32dir)" || exit $$?; \ - done - -uninstall-winrt32DATA: - @$(NORMAL_UNINSTALL) - @list='$(winrt32_DATA)'; test -n "$(winrt32dir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(winrt32dir)'; $(am__uninstall_files_from_dir) -install-winrt64DATA: $(winrt64_DATA) +install-libarm64DATA: $(libarm64_DATA) @$(NORMAL_INSTALL) - @list='$(winrt64_DATA)'; test -n "$(winrt64dir)" || list=; \ + @list='$(libarm64_DATA)'; test -n "$(libarm64dir)" || list=; \ if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(winrt64dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(winrt64dir)" || exit 1; \ + echo " $(MKDIR_P) '$(DESTDIR)$(libarm64dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libarm64dir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(winrt64dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(winrt64dir)" || exit $$?; \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libarm64dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(libarm64dir)" || exit $$?; \ done -uninstall-winrt64DATA: +uninstall-libarm64DATA: @$(NORMAL_UNINSTALL) - @list='$(winrt64_DATA)'; test -n "$(winrt64dir)" || list=; \ + @list='$(libarm64_DATA)'; test -n "$(libarm64dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(winrt64dir)'; $(am__uninstall_files_from_dir) + dir='$(DESTDIR)$(libarm64dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique @@ -48119,7 +63975,7 @@ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ - else \ + elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ @@ -48771,7 +64627,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -48787,17 +64643,17 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -48815,7 +64671,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -48825,23 +64681,23 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -48901,7 +64757,7 @@ $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS) config.h installdirs: - for dir in "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(crt32dir)" "$(DESTDIR)$(crt64dir)" "$(DESTDIR)$(libsrcdir)" "$(DESTDIR)$(dx32dir)" "$(DESTDIR)$(dx64dir)" "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(winrt32dir)" "$(DESTDIR)$(winrt64dir)"; do \ + for dir in "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(libarm64dir)" "$(DESTDIR)$(crt32dir)" "$(DESTDIR)$(crt64dir)" "$(DESTDIR)$(libsrcdir)" "$(DESTDIR)$(dx32dir)" "$(DESTDIR)$(dx64dir)" "$(DESTDIR)$(lib32dir)" "$(DESTDIR)$(lib64dir)" "$(DESTDIR)$(libarm32dir)" "$(DESTDIR)$(libarm64dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) @@ -48943,9 +64799,14 @@ -rm -f gdtoa/$(am__dirstamp) -rm -f intrincs/$(DEPDIR)/$(am__dirstamp) -rm -f intrincs/$(am__dirstamp) + -rm -f lib32/$(DEPDIR)/$(am__dirstamp) -rm -f lib32/$(am__dirstamp) + -rm -f lib64/$(DEPDIR)/$(am__dirstamp) -rm -f lib64/$(am__dirstamp) + -rm -f libarm32/$(DEPDIR)/$(am__dirstamp) -rm -f libarm32/$(am__dirstamp) + -rm -f libarm64/$(DEPDIR)/$(am__dirstamp) + -rm -f libarm64/$(am__dirstamp) -rm -f libsrc/$(DEPDIR)/$(am__dirstamp) -rm -f libsrc/$(am__dirstamp) -rm -f libsrc/ws2tcpip/$(DEPDIR)/$(am__dirstamp) @@ -48956,8 +64817,14 @@ -rm -f math/$(am__dirstamp) -rm -f math/DFP/$(DEPDIR)/$(am__dirstamp) -rm -f math/DFP/$(am__dirstamp) + -rm -f math/arm/$(DEPDIR)/$(am__dirstamp) + -rm -f math/arm/$(am__dirstamp) + -rm -f math/arm64/$(DEPDIR)/$(am__dirstamp) + -rm -f math/arm64/$(am__dirstamp) -rm -f math/softmath/$(DEPDIR)/$(am__dirstamp) -rm -f math/softmath/$(am__dirstamp) + -rm -f math/x86/$(DEPDIR)/$(am__dirstamp) + -rm -f math/x86/$(am__dirstamp) -rm -f misc/$(DEPDIR)/$(am__dirstamp) -rm -f misc/$(am__dirstamp) -rm -f profile/$(DEPDIR)/$(am__dirstamp) @@ -48981,11 +64848,12 @@ clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ clean-lib32LIBRARIES clean-lib64LIBRARIES \ - clean-libarm32LIBRARIES mostlyclean-am + clean-libarm32LIBRARIES clean-libarm64LIBRARIES \ + clean-noinstLIBRARIES mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) complex/$(DEPDIR) crt/$(DEPDIR) gdtoa/$(DEPDIR) intrincs/$(DEPDIR) libsrc/$(DEPDIR) libsrc/ws2tcpip/$(DEPDIR) libsrc/wspiapi/$(DEPDIR) math/$(DEPDIR) math/DFP/$(DEPDIR) math/softmath/$(DEPDIR) misc/$(DEPDIR) profile/$(DEPDIR) secapi/$(DEPDIR) stdio/$(DEPDIR) testcases/$(DEPDIR) testcases/complex/$(DEPDIR) + -rm -rf ./$(DEPDIR) complex/$(DEPDIR) crt/$(DEPDIR) gdtoa/$(DEPDIR) intrincs/$(DEPDIR) lib32/$(DEPDIR) lib64/$(DEPDIR) libarm32/$(DEPDIR) libarm64/$(DEPDIR) libsrc/$(DEPDIR) libsrc/ws2tcpip/$(DEPDIR) libsrc/wspiapi/$(DEPDIR) math/$(DEPDIR) math/DFP/$(DEPDIR) math/arm/$(DEPDIR) math/arm64/$(DEPDIR) math/softmath/$(DEPDIR) math/x86/$(DEPDIR) misc/$(DEPDIR) profile/$(DEPDIR) secapi/$(DEPDIR) stdio/$(DEPDIR) testcases/$(DEPDIR) testcases/complex/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-tags @@ -49006,8 +64874,8 @@ install-dist_libsrcDATA install-dx32DATA install-dx64DATA \ install-lib32DATA install-lib32LIBRARIES install-lib64DATA \ install-lib64LIBRARIES install-libarm32DATA \ - install-libarm32LIBRARIES install-winrt32DATA \ - install-winrt64DATA + install-libarm32LIBRARIES install-libarm64DATA \ + install-libarm64LIBRARIES install-dvi: install-dvi-am @@ -49038,7 +64906,7 @@ maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) complex/$(DEPDIR) crt/$(DEPDIR) gdtoa/$(DEPDIR) intrincs/$(DEPDIR) libsrc/$(DEPDIR) libsrc/ws2tcpip/$(DEPDIR) libsrc/wspiapi/$(DEPDIR) math/$(DEPDIR) math/DFP/$(DEPDIR) math/softmath/$(DEPDIR) misc/$(DEPDIR) profile/$(DEPDIR) secapi/$(DEPDIR) stdio/$(DEPDIR) testcases/$(DEPDIR) testcases/complex/$(DEPDIR) + -rm -rf ./$(DEPDIR) complex/$(DEPDIR) crt/$(DEPDIR) gdtoa/$(DEPDIR) intrincs/$(DEPDIR) lib32/$(DEPDIR) lib64/$(DEPDIR) libarm32/$(DEPDIR) libarm64/$(DEPDIR) libsrc/$(DEPDIR) libsrc/ws2tcpip/$(DEPDIR) libsrc/wspiapi/$(DEPDIR) math/$(DEPDIR) math/DFP/$(DEPDIR) math/arm/$(DEPDIR) math/arm64/$(DEPDIR) math/softmath/$(DEPDIR) math/x86/$(DEPDIR) misc/$(DEPDIR) profile/$(DEPDIR) secapi/$(DEPDIR) stdio/$(DEPDIR) testcases/$(DEPDIR) testcases/complex/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -49059,15 +64927,16 @@ uninstall-dx64DATA uninstall-lib32DATA \ uninstall-lib32LIBRARIES uninstall-lib64DATA \ uninstall-lib64LIBRARIES uninstall-libarm32DATA \ - uninstall-libarm32LIBRARIES uninstall-winrt32DATA \ - uninstall-winrt64DATA + uninstall-libarm32LIBRARIES uninstall-libarm64DATA \ + uninstall-libarm64LIBRARIES .MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ check-am clean clean-checkLIBRARIES clean-checkPROGRAMS \ clean-cscope clean-generic clean-lib32LIBRARIES \ - clean-lib64LIBRARIES clean-libarm32LIBRARIES cscope \ + clean-lib64LIBRARIES clean-libarm32LIBRARIES \ + clean-libarm64LIBRARIES clean-noinstLIBRARIES cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ dist-zip distcheck distclean distclean-compile \ @@ -49080,10 +64949,10 @@ install-info install-info-am install-lib32DATA \ install-lib32LIBRARIES install-lib64DATA \ install-lib64LIBRARIES install-libarm32DATA \ - install-libarm32LIBRARIES install-man install-pdf \ + install-libarm32LIBRARIES install-libarm64DATA \ + install-libarm64LIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ - install-winrt32DATA install-winrt64DATA installcheck \ - installcheck-am installdirs maintainer-clean \ + installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \ uninstall uninstall-am uninstall-crt32DATA uninstall-crt64DATA \ @@ -49091,17 +64960,13 @@ uninstall-dx64DATA uninstall-lib32DATA \ uninstall-lib32LIBRARIES uninstall-lib64DATA \ uninstall-lib64LIBRARIES uninstall-libarm32DATA \ - uninstall-libarm32LIBRARIES uninstall-winrt32DATA \ - uninstall-winrt64DATA + uninstall-libarm32LIBRARIES uninstall-libarm64DATA \ + uninstall-libarm64LIBRARIES + +.PRECIOUS: Makefile _libm_dummy.c: echo "static int __attribute__((unused)) __mingw_libm_dummy;" > _libm_dummy.c - -lib32/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS32) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_32 -DASM -DPPRO -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"mpdecimal-bugs@bytereef.org"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=4 -DSIZEOF___UINT128_T=0 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-i686.h\" -c $< -o $@ - -lib64/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS64) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_64 -DASM -DHAVE_GCC_ASM_FOR_X64=1 -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UINT128_T=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"mpdecimal-bugs@bytereef.org"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=8 -DSIZEOF___UINT128_T=16 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-x86_64.h\" -c $< -o $@ @LIB32_TRUE@lib32/crt1.o: crt/crtexe.c @LIB32_TRUE@ $(COMPILE32) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ @LIB32_TRUE@lib32/crt2.o: crt/crtexe.c @@ -49124,15 +64989,15 @@ @LIB32_TRUE@lib32/%.o: crt/%.c @LIB32_TRUE@ $(COMPILE) $(CPPFLAGS32) -c $< -o $@ - -# combine these two rules with the ones for lib64 -# Use two patterns, one for 32/64 in lib32/ and lib64/ -@LIB32_TRUE@lib32/libcrtdll.a lib32/libmsvcr80.a: lib32/lib%.a: lib32/%.def -@LIB32_TRUE@ $(DTDEF32) $< --dllname $*.dll +@LIB32_TRUE@@W32API_FALSE@lib32/libmsvcrt.a: lib32/@MSVCRT_LIB@ +@LIB32_TRUE@@W32API_FALSE@ cp $< $@ @LIB32_TRUE@lib32/lib%.a: lib32/%.def @LIB32_TRUE@ $(DTDEF32) $< +@LIB32_TRUE@lib32/lib%.a: lib-common/%.def +@LIB32_TRUE@ $(DTDEF32) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -49142,6 +65007,53 @@ @LIB32_TRUE@ $(AR) -M < $< @LIB32_TRUE@ $(RANLIB) $@ +@LIB32_TRUE@lib32/libruntimeobject.a: lib32/runtimeobject.mri lib32/libapi-ms-win-core-winrt-string-l1-1-0.a lib32/libapi-ms-win-core-winrt-l1-1-0.a +@LIB32_TRUE@ rm -f $@ +@LIB32_TRUE@ $(AR) -M < $< +@LIB32_TRUE@ $(RANLIB) $@ + +@LIB32_TRUE@lib32/libsynchronization.a: lib32/synchronization.mri lib32/libapi-ms-win-core-synch-l1-2-0.a +@LIB32_TRUE@ rm -f $@ +@LIB32_TRUE@ $(AR) -M < $< +@LIB32_TRUE@ $(RANLIB) $@ + +@LIB32_TRUE@lib32/libwindowsapp.a: lib32/windowsapp.mri lib32/libapi-ms-win-core-com-l1-1-1.a lib32/libapi-ms-win-core-com-l2-1-1.a lib32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-datetime-l1-1-1.a lib32/libapi-ms-win-core-datetime-l1-1-2.a lib32/libapi-ms-win-core-debug-l1-1-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-delayload-l1-1-1.a lib32/libapi-ms-win-core-errorhandling-l1-1-1.a lib32/libapi-ms-win-core-errorhandling-l1-1-3.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-featurestaging-l1-1-0.a lib32/libapi-ms-win-core-fibers-l1-1-1.a lib32/libapi-ms-win-core-fibers-l2-1-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-file-ansi-l2-1-0.a lib32/libapi-ms-win-core-file-l1-2-1.a lib32/libapi-ms-win-core-file-l2-1-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-handle-l1-1-0.a lib32/libapi-ms-win-core-heap-l1-2-0.a lib32/libapi-ms-win-core-heap-l2-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-heap-obsolete-l1-1-0.a lib32/libapi-ms-win-core-interlocked-l1-2-0.a lib32/libapi-ms-win-core-io-l1-1-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a lib32/libapi-ms-win-core-largeinteger-l1-1-0.a lib32/libapi-ms-win-core-libraryloader-l1-2-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-libraryloader-l2-1-0.a lib32/libapi-ms-win-core-localization-ansi-l1-1-0.a lib32/libapi-ms-win-core-localization-l1-2-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-localization-l1-2-2.a lib32/libapi-ms-win-core-localization-l2-1-0.a lib32/libapi-ms-win-core-memory-l1-1-2.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-memory-l1-1-4.a lib32/libapi-ms-win-core-normalization-l1-1-0.a lib32/libapi-ms-win-core-processenvironment-l1-2-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-processthreads-l1-1-2.a lib32/libapi-ms-win-core-processthreads-l1-1-3.a lib32/libapi-ms-win-core-profile-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-psapi-l1-1-0.a lib32/libapi-ms-win-core-realtime-l1-1-0.a lib32/libapi-ms-win-core-realtime-l1-1-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-rtlsupport-l1-2-0.a lib32/libapi-ms-win-core-slapi-l1-1-0.a lib32/libapi-ms-win-core-string-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-synch-ansi-l1-1-0.a lib32/libapi-ms-win-core-synch-l1-2-0.a lib32/libapi-ms-win-core-synch-l1-2-1.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-sysinfo-l1-2-1.a lib32/libapi-ms-win-core-sysinfo-l1-2-3.a lib32/libapi-ms-win-core-threadpool-l1-2-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-timezone-l1-1-0.a lib32/libapi-ms-win-core-util-l1-1-0.a lib32/libapi-ms-win-core-windowsceip-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a lib32/libapi-ms-win-core-winrt-error-l1-1-1.a lib32/libapi-ms-win-core-winrt-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-winrt-registration-l1-1-0.a lib32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a lib32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-core-winrt-string-l1-1-0.a lib32/libapi-ms-win-core-xstate-l2-1-0.a lib32/libapi-ms-win-eventing-classicprovider-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-eventing-consumer-l1-1-0.a lib32/libapi-ms-win-eventing-controller-l1-1-0.a lib32/libapi-ms-win-eventing-legacy-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-eventing-provider-l1-1-0.a lib32/libapi-ms-win-gaming-tcui-l1-1-2.a lib32/libapi-ms-win-ro-typeresolution-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-security-base-l1-2-1.a lib32/libapi-ms-win-security-cryptoapi-l1-1-0.a lib32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a +@LIB32_TRUE@ rm -f $@ +@LIB32_TRUE@ $(AR) -M < $< +@LIB32_TRUE@ $(RANLIB) $@ + +@LIB32_TRUE@lib32/libucrt.a: lib32/ucrt.mri lib32/libucrt_extra.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-crt-conio-l1-1-0.a lib32/libapi-ms-win-crt-convert-l1-1-0.a lib32/libapi-ms-win-crt-environment-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-crt-filesystem-l1-1-0.a lib32/libapi-ms-win-crt-heap-l1-1-0.a lib32/libapi-ms-win-crt-locale-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-crt-math-l1-1-0.a lib32/libapi-ms-win-crt-multibyte-l1-1-0.a lib32/libapi-ms-win-crt-private-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-crt-process-l1-1-0.a lib32/libapi-ms-win-crt-runtime-l1-1-0.a lib32/libapi-ms-win-crt-stdio-l1-1-0.a \ +@LIB32_TRUE@ lib32/libapi-ms-win-crt-string-l1-1-0.a lib32/libapi-ms-win-crt-time-l1-1-0.a lib32/libapi-ms-win-crt-utility-l1-1-0.a +@LIB32_TRUE@ rm -f $@ +@LIB32_TRUE@ $(AR) -M < $< +@LIB32_TRUE@ $(RANLIB) $@ + @LIB32_TRUE@lib32/libxinput.a: lib32/$(xinput).def @LIB32_TRUE@ $(DTDEF32) $< @LIB32_TRUE@lib32/libxapofx.a: lib32/$(xapofx).def @@ -49180,13 +65092,15 @@ @LIB64_TRUE@lib64/%.o: crt/%.c @LIB64_TRUE@ $(COMPILE) $(CPPFLAGS64) -c $< -o $@ - -@LIB64_TRUE@lib64/libcrtdll.a lib64/libmsvcr80.a: lib64/lib%.a: lib64/%.def -@LIB64_TRUE@ $(DTDEF64) $< --dllname $*.dll +@LIB64_TRUE@@W32API_FALSE@lib64/libmsvcrt.a: lib64/@MSVCRT_LIB@ +@LIB64_TRUE@@W32API_FALSE@ cp $< $@ @LIB64_TRUE@lib64/lib%.a: lib64/%.def @LIB64_TRUE@ $(DTDEF64) $< +@LIB64_TRUE@lib64/lib%.a: lib-common/%.def +@LIB64_TRUE@ $(DTDEF64) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -49196,6 +65110,53 @@ @LIB64_TRUE@ $(AR) -M < $< @LIB64_TRUE@ $(RANLIB) $@ +@LIB64_TRUE@lib64/libruntimeobject.a: lib64/runtimeobject.mri lib64/libapi-ms-win-core-winrt-string-l1-1-0.a lib64/libapi-ms-win-core-winrt-l1-1-0.a +@LIB64_TRUE@ rm -f $@ +@LIB64_TRUE@ $(AR) -M < $< +@LIB64_TRUE@ $(RANLIB) $@ + +@LIB64_TRUE@lib64/libsynchronization.a: lib64/synchronization.mri lib64/libapi-ms-win-core-synch-l1-2-0.a +@LIB64_TRUE@ rm -f $@ +@LIB64_TRUE@ $(AR) -M < $< +@LIB64_TRUE@ $(RANLIB) $@ + +@LIB64_TRUE@lib64/libwindowsapp.a: lib64/windowsapp.mri lib64/libapi-ms-win-core-com-l1-1-1.a lib64/libapi-ms-win-core-com-l2-1-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a lib64/libapi-ms-win-core-datetime-l1-1-1.a lib64/libapi-ms-win-core-datetime-l1-1-2.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-debug-l1-1-1.a lib64/libapi-ms-win-core-delayload-l1-1-1.a lib64/libapi-ms-win-core-errorhandling-l1-1-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-errorhandling-l1-1-3.a lib64/libapi-ms-win-core-fibers-l1-1-1.a lib64/libapi-ms-win-core-fibers-l2-1-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-file-ansi-l2-1-0.a lib64/libapi-ms-win-core-file-l1-2-1.a lib64/libapi-ms-win-core-file-l2-1-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-handle-l1-1-0.a lib64/libapi-ms-win-core-heap-l1-2-0.a lib64/libapi-ms-win-core-interlocked-l1-2-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-io-l1-1-1.a lib64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a lib64/libapi-ms-win-core-largeinteger-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-libraryloader-l1-2-0.a lib64/libapi-ms-win-core-libraryloader-l2-1-0.a lib64/libapi-ms-win-core-localization-ansi-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-localization-l1-2-1.a lib64/libapi-ms-win-core-localization-l1-2-2.a lib64/libapi-ms-win-core-localization-l2-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-memory-l1-1-2.a lib64/libapi-ms-win-core-memory-l1-1-3.a lib64/libapi-ms-win-core-normalization-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-processenvironment-l1-2-0.a lib64/libapi-ms-win-core-processthreads-l1-1-2.a lib64/libapi-ms-win-core-processthreads-l1-1-3.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-profile-l1-1-0.a lib64/libapi-ms-win-core-realtime-l1-1-0.a lib64/libapi-ms-win-core-realtime-l1-1-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-rtlsupport-l1-2-0.a lib64/libapi-ms-win-core-string-l1-1-0.a lib64/libapi-ms-win-core-synch-ansi-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-synch-l1-2-0.a lib64/libapi-ms-win-core-synch-l1-2-1.a lib64/libapi-ms-win-core-sysinfo-l1-2-1.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-sysinfo-l1-2-3.a lib64/libapi-ms-win-core-threadpool-l1-2-0.a lib64/libapi-ms-win-core-timezone-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-util-l1-1-0.a lib64/libapi-ms-win-core-windowsceip-l1-1-0.a lib64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-winrt-error-l1-1-1.a lib64/libapi-ms-win-core-winrt-l1-1-0.a lib64/libapi-ms-win-core-winrt-registration-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a lib64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a lib64/libapi-ms-win-core-winrt-string-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-core-xstate-l2-1-0.a lib64/libapi-ms-win-eventing-classicprovider-l1-1-0.a lib64/libapi-ms-win-eventing-consumer-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-eventing-controller-l1-1-0.a lib64/libapi-ms-win-eventing-legacy-l1-1-0.a lib64/libapi-ms-win-eventing-provider-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-gaming-tcui-l1-1-0.a lib64/libapi-ms-win-ro-typeresolution-l1-1-0.a lib64/libapi-ms-win-security-cryptoapi-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + +@LIB64_TRUE@ rm -f $@ +@LIB64_TRUE@ $(AR) -M < $< +@LIB64_TRUE@ $(RANLIB) $@ + +@LIB64_TRUE@lib64/libucrt.a: lib64/ucrt.mri lib64/libucrt_extra.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-crt-conio-l1-1-0.a lib64/libapi-ms-win-crt-convert-l1-1-0.a lib64/libapi-ms-win-crt-environment-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-crt-filesystem-l1-1-0.a lib64/libapi-ms-win-crt-heap-l1-1-0.a lib64/libapi-ms-win-crt-locale-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-crt-math-l1-1-0.a lib64/libapi-ms-win-crt-multibyte-l1-1-0.a lib64/libapi-ms-win-crt-private-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-crt-process-l1-1-0.a lib64/libapi-ms-win-crt-runtime-l1-1-0.a lib64/libapi-ms-win-crt-stdio-l1-1-0.a \ +@LIB64_TRUE@ lib64/libapi-ms-win-crt-string-l1-1-0.a lib64/libapi-ms-win-crt-time-l1-1-0.a lib64/libapi-ms-win-crt-utility-l1-1-0.a +@LIB64_TRUE@ rm -f $@ +@LIB64_TRUE@ $(AR) -M < $< +@LIB64_TRUE@ $(RANLIB) $@ + @LIB64_TRUE@lib64/libxinput.a: lib64/$(xinput).def @LIB64_TRUE@ $(DTDEF64) $< @LIB64_TRUE@lib64/libxapofx.a: lib64/$(xapofx).def @@ -49234,15 +65195,15 @@ @LIBARM32_TRUE@libarm32/%.o: crt/%.c @LIBARM32_TRUE@ $(COMPILE) $(CPPFLAGSARM32) -c $< -o $@ - -# combine these two rules with the ones for lib64 -# Use two patterns, one for 32/64 in libarm32/ and lib64/ -@LIBARM32_TRUE@libarm32/libcrtdll.a libarm32/libmsvcr80.a: libarm32/lib%.a: libarm32/%.def -@LIBARM32_TRUE@ $(DTDEFARM32) $< --dllname $*.dll +@LIBARM32_TRUE@@W32API_FALSE@libarm32/libmsvcrt.a: libarm32/@MSVCRT_LIB@ +@LIBARM32_TRUE@@W32API_FALSE@ cp $< $@ @LIBARM32_TRUE@libarm32/lib%.a: libarm32/%.def @LIBARM32_TRUE@ $(DTDEFARM32) $< +@LIBARM32_TRUE@libarm32/lib%.a: lib-common/%.def +@LIBARM32_TRUE@ $(DTDEFARM32) $< + # libvfw32.a contains import stubs for 3 dll's. Using an MRI script # seems to be the simplest way to combine them into one archive. # NB: With older dlltool, the object file members will not have unique @@ -49252,16 +65213,235 @@ @LIBARM32_TRUE@ $(AR) -M < $< @LIBARM32_TRUE@ $(RANLIB) $@ -@LIBARM32_TRUE@libarm32/libxinput.a: libarm32/xinput1_4.def +@LIBARM32_TRUE@libarm32/libruntimeobject.a: libarm32/runtimeobject.mri libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a libarm32/libapi-ms-win-core-winrt-l1-1-0.a +@LIBARM32_TRUE@ rm -f $@ +@LIBARM32_TRUE@ $(AR) -M < $< +@LIBARM32_TRUE@ $(RANLIB) $@ + +@LIBARM32_TRUE@libarm32/libsynchronization.a: libarm32/synchronization.mri libarm32/libapi-ms-win-core-synch-l1-2-0.a +@LIBARM32_TRUE@ rm -f $@ +@LIBARM32_TRUE@ $(AR) -M < $< +@LIBARM32_TRUE@ $(RANLIB) $@ + +@LIBARM32_TRUE@libarm32/libwindowsapp.a: libarm32/windowsapp.mri libarm32/libapi-ms-win-core-com-l1-1-1.a libarm32/libapi-ms-win-core-com-l2-1-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-com-midlproxystub-l1-1-0.a libarm32/libapi-ms-win-core-datetime-l1-1-1.a libarm32/libapi-ms-win-core-datetime-l1-1-2.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-debug-l1-1-1.a libarm32/libapi-ms-win-core-delayload-l1-1-1.a libarm32/libapi-ms-win-core-errorhandling-l1-1-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-errorhandling-l1-1-3.a libarm32/libapi-ms-win-core-fibers-l1-1-1.a libarm32/libapi-ms-win-core-fibers-l2-1-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-file-ansi-l2-1-0.a libarm32/libapi-ms-win-core-file-l1-2-1.a libarm32/libapi-ms-win-core-file-l2-1-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-handle-l1-1-0.a libarm32/libapi-ms-win-core-heap-l1-2-0.a libarm32/libapi-ms-win-core-interlocked-l1-2-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-io-l1-1-1.a libarm32/libapi-ms-win-core-kernel32-legacy-l1-1-1.a libarm32/libapi-ms-win-core-largeinteger-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-libraryloader-l1-2-0.a libarm32/libapi-ms-win-core-libraryloader-l2-1-0.a libarm32/libapi-ms-win-core-localization-ansi-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-localization-l1-2-1.a libarm32/libapi-ms-win-core-localization-l1-2-2.a libarm32/libapi-ms-win-core-localization-l2-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-memory-l1-1-2.a libarm32/libapi-ms-win-core-memory-l1-1-3.a libarm32/libapi-ms-win-core-normalization-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-processenvironment-l1-2-0.a libarm32/libapi-ms-win-core-processthreads-l1-1-2.a libarm32/libapi-ms-win-core-processthreads-l1-1-3.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-profile-l1-1-0.a libarm32/libapi-ms-win-core-realtime-l1-1-0.a libarm32/libapi-ms-win-core-realtime-l1-1-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-rtlsupport-l1-2-0.a libarm32/libapi-ms-win-core-string-l1-1-0.a libarm32/libapi-ms-win-core-synch-ansi-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-synch-l1-2-0.a libarm32/libapi-ms-win-core-synch-l1-2-1.a libarm32/libapi-ms-win-core-sysinfo-l1-2-1.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-sysinfo-l1-2-3.a libarm32/libapi-ms-win-core-threadpool-l1-2-0.a libarm32/libapi-ms-win-core-timezone-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-util-l1-1-0.a libarm32/libapi-ms-win-core-windowsceip-l1-1-0.a libarm32/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-winrt-error-l1-1-1.a libarm32/libapi-ms-win-core-winrt-l1-1-0.a libarm32/libapi-ms-win-core-winrt-registration-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-winrt-robuffer-l1-1-0.a libarm32/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a libarm32/libapi-ms-win-core-winrt-string-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-core-xstate-l2-1-0.a libarm32/libapi-ms-win-eventing-classicprovider-l1-1-0.a libarm32/libapi-ms-win-eventing-consumer-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-eventing-controller-l1-1-0.a libarm32/libapi-ms-win-eventing-legacy-l1-1-0.a libarm32/libapi-ms-win-eventing-provider-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-gaming-tcui-l1-1-0.a libarm32/libapi-ms-win-ro-typeresolution-l1-1-0.a libarm32/libapi-ms-win-security-cryptoapi-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + +@LIBARM32_TRUE@ rm -f $@ +@LIBARM32_TRUE@ $(AR) -M < $< +@LIBARM32_TRUE@ $(RANLIB) $@ + +@LIBARM32_TRUE@libarm32/libucrt.a: libarm32/ucrt.mri libarm32/libucrt_extra.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-crt-conio-l1-1-0.a libarm32/libapi-ms-win-crt-convert-l1-1-0.a libarm32/libapi-ms-win-crt-environment-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-crt-filesystem-l1-1-0.a libarm32/libapi-ms-win-crt-heap-l1-1-0.a libarm32/libapi-ms-win-crt-locale-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-crt-math-l1-1-0.a libarm32/libapi-ms-win-crt-multibyte-l1-1-0.a libarm32/libapi-ms-win-crt-private-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-crt-process-l1-1-0.a libarm32/libapi-ms-win-crt-runtime-l1-1-0.a libarm32/libapi-ms-win-crt-stdio-l1-1-0.a \ +@LIBARM32_TRUE@ libarm32/libapi-ms-win-crt-string-l1-1-0.a libarm32/libapi-ms-win-crt-time-l1-1-0.a libarm32/libapi-ms-win-crt-utility-l1-1-0.a +@LIBARM32_TRUE@ rm -f $@ +@LIBARM32_TRUE@ $(AR) -M < $< +@LIBARM32_TRUE@ $(RANLIB) $@ + +@LIBARM32_TRUE@libarm32/libxinput.a: lib-common/xinput1_4.def @LIBARM32_TRUE@ $(DTDEFARM32) $< -@LIBARM32_TRUE@libarm32/libd3dcompiler.a: libarm32/d3dcompiler_47.def +@LIBARM32_TRUE@libarm32/libd3dcompiler.a: lib-common/d3dcompiler_47.def @LIBARM32_TRUE@ $(DTDEFARM32) $< +@LIBARM64_TRUE@libarm64/crt1.o: crt/crtexe.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +@LIBARM64_TRUE@libarm64/crt2.o: crt/crtexe.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ +@LIBARM64_TRUE@libarm64/crt1u.o: crt/ucrtexe.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +@LIBARM64_TRUE@libarm64/crt2u.o: crt/ucrtexe.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ +@LIBARM64_TRUE@libarm64/dllcrt1.o: crt/crtdll.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ +@LIBARM64_TRUE@libarm64/dllcrt2.o: crt/crtdll.c +@LIBARM64_TRUE@ $(COMPILE64) -c $< -o $@ -U__CRTDLL__ -D__MSVCRT__ + +@LIBARM64_TRUE@libarm64/gcrt0.o: profile/gcrt0.c +@LIBARM64_TRUE@ $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ +@LIBARM64_TRUE@libarm64/gcrt1.o: profile/gcrt0.c +@LIBARM64_TRUE@ $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ -U__MSVCRT__ +@LIBARM64_TRUE@libarm64/gcrt2.o: profile/gcrt0.c +@LIBARM64_TRUE@ $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ -D__MSVCRT__ + +@LIBARM64_TRUE@libarm64/%.o: crt/%.c +@LIBARM64_TRUE@ $(COMPILE) $(CPPFLAGSARM64) -c $< -o $@ +@LIBARM64_TRUE@@W32API_FALSE@libarm64/libmsvcrt.a: libarm64/@MSVCRT_LIB@ +@LIBARM64_TRUE@@W32API_FALSE@ cp $< $@ -# End ARM 32-bit runtime +@LIBARM64_TRUE@libarm64/lib%.a: libarm64/%.def +@LIBARM64_TRUE@ $(DTDEFARM64) $< + +@LIBARM64_TRUE@libarm64/lib%.a: lib-common/%.def +@LIBARM64_TRUE@ $(DTDEFARM64) $< + +# libvfw32.a contains import stubs for 3 dll's. Using an MRI script +# seems to be the simplest way to combine them into one archive. +# NB: With older dlltool, the object file members will not have unique +# names. +# TODO: These libraries files aren't yet built for arm64. +@LIBARM64_TRUE@libarm64/libvfw32.a: libarm64/vfw32.mri libarm64/libmsvfw32.a libarm64/libavifil32.a libarm64/libavicap32.a +@LIBARM64_TRUE@ rm -f $@ +@LIBARM64_TRUE@ $(AR) -M < $< +@LIBARM64_TRUE@ $(RANLIB) $@ + +@LIBARM64_TRUE@libarm64/libruntimeobject.a: libarm64/runtimeobject.mri libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a libarm64/libapi-ms-win-core-winrt-l1-1-0.a +@LIBARM64_TRUE@ rm -f $@ +@LIBARM64_TRUE@ $(AR) -M < $< +@LIBARM64_TRUE@ $(RANLIB) $@ + +@LIBARM64_TRUE@libarm64/libsynchronization.a: libarm64/synchronization.mri libarm64/libapi-ms-win-core-synch-l1-2-0.a +@LIBARM64_TRUE@ rm -f $@ +@LIBARM64_TRUE@ $(AR) -M < $< +@LIBARM64_TRUE@ $(RANLIB) $@ + +@LIBARM64_TRUE@libarm64/libwindowsapp.a: libarm64/windowsapp.mri libarm64/libapi-ms-win-core-com-l1-1-1.a libarm64/libapi-ms-win-core-com-l2-1-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-com-midlproxystub-l1-1-0.a libarm64/libapi-ms-win-core-datetime-l1-1-1.a libarm64/libapi-ms-win-core-datetime-l1-1-2.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-debug-l1-1-1.a libarm64/libapi-ms-win-core-delayload-l1-1-1.a libarm64/libapi-ms-win-core-errorhandling-l1-1-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-errorhandling-l1-1-3.a libarm64/libapi-ms-win-core-fibers-l1-1-1.a libarm64/libapi-ms-win-core-fibers-l2-1-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-file-ansi-l2-1-0.a libarm64/libapi-ms-win-core-file-l1-2-1.a libarm64/libapi-ms-win-core-file-l2-1-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-handle-l1-1-0.a libarm64/libapi-ms-win-core-heap-l1-2-0.a libarm64/libapi-ms-win-core-interlocked-l1-2-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-io-l1-1-1.a libarm64/libapi-ms-win-core-kernel32-legacy-l1-1-1.a libarm64/libapi-ms-win-core-largeinteger-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-libraryloader-l1-2-0.a libarm64/libapi-ms-win-core-libraryloader-l2-1-0.a libarm64/libapi-ms-win-core-localization-ansi-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-localization-l1-2-1.a libarm64/libapi-ms-win-core-localization-l1-2-2.a libarm64/libapi-ms-win-core-localization-l2-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-memory-l1-1-2.a libarm64/libapi-ms-win-core-memory-l1-1-3.a libarm64/libapi-ms-win-core-normalization-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-processenvironment-l1-2-0.a libarm64/libapi-ms-win-core-processthreads-l1-1-2.a libarm64/libapi-ms-win-core-processthreads-l1-1-3.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-profile-l1-1-0.a libarm64/libapi-ms-win-core-realtime-l1-1-0.a libarm64/libapi-ms-win-core-realtime-l1-1-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-rtlsupport-l1-2-0.a libarm64/libapi-ms-win-core-string-l1-1-0.a libarm64/libapi-ms-win-core-synch-ansi-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-synch-l1-2-0.a libarm64/libapi-ms-win-core-synch-l1-2-1.a libarm64/libapi-ms-win-core-sysinfo-l1-2-1.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-sysinfo-l1-2-3.a libarm64/libapi-ms-win-core-threadpool-l1-2-0.a libarm64/libapi-ms-win-core-timezone-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-util-l1-1-0.a libarm64/libapi-ms-win-core-windowsceip-l1-1-0.a libarm64/libapi-ms-win-core-windowserrorreporting-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-winrt-error-l1-1-1.a libarm64/libapi-ms-win-core-winrt-l1-1-0.a libarm64/libapi-ms-win-core-winrt-registration-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-winrt-robuffer-l1-1-0.a libarm64/libapi-ms-win-core-winrt-roparameterizediid-l1-1-0.a libarm64/libapi-ms-win-core-winrt-string-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-core-xstate-l2-1-0.a libarm64/libapi-ms-win-eventing-classicprovider-l1-1-0.a libarm64/libapi-ms-win-eventing-consumer-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-eventing-controller-l1-1-0.a libarm64/libapi-ms-win-eventing-legacy-l1-1-0.a libarm64/libapi-ms-win-eventing-provider-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-gaming-tcui-l1-1-0.a libarm64/libapi-ms-win-ro-typeresolution-l1-1-0.a libarm64/libapi-ms-win-security-cryptoapi-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-shcore-stream-winrt-l1-1-0.a + +@LIBARM64_TRUE@ rm -f $@ +@LIBARM64_TRUE@ $(AR) -M < $< +@LIBARM64_TRUE@ $(RANLIB) $@ + +@LIBARM64_TRUE@libarm64/libucrt.a: libarm64/ucrt.mri libarm64/libucrt_extra.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-crt-conio-l1-1-0.a libarm64/libapi-ms-win-crt-convert-l1-1-0.a libarm64/libapi-ms-win-crt-environment-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-crt-filesystem-l1-1-0.a libarm64/libapi-ms-win-crt-heap-l1-1-0.a libarm64/libapi-ms-win-crt-locale-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-crt-math-l1-1-0.a libarm64/libapi-ms-win-crt-multibyte-l1-1-0.a libarm64/libapi-ms-win-crt-private-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-crt-process-l1-1-0.a libarm64/libapi-ms-win-crt-runtime-l1-1-0.a libarm64/libapi-ms-win-crt-stdio-l1-1-0.a \ +@LIBARM64_TRUE@ libarm64/libapi-ms-win-crt-string-l1-1-0.a libarm64/libapi-ms-win-crt-time-l1-1-0.a libarm64/libapi-ms-win-crt-utility-l1-1-0.a +@LIBARM64_TRUE@ rm -f $@ +@LIBARM64_TRUE@ $(AR) -M < $< +@LIBARM64_TRUE@ $(RANLIB) $@ +#libarm64_DATA += libarm64/libruntimeobject.a libarm64/libsynchronization.a + +@LIBARM64_TRUE@libarm64/libxinput.a: lib-common/xinput1_4.def +@LIBARM64_TRUE@ $(DTDEFARM64) $< +@LIBARM64_TRUE@libarm64/libd3dcompiler.a: lib-common/d3dcompiler_47.def +@LIBARM64_TRUE@ $(DTDEFARM64) $< + +# End ARM 64-bit runtime # ########## +%/libmincore.a: lib-common/mincore.mri \ + %/libapi-ms-win-core-com-l1-1-1.a \ + %/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \ + %/libapi-ms-win-core-datetime-l1-1-1.a \ + %/libapi-ms-win-core-datetime-l1-1-2.a \ + %/libapi-ms-win-core-debug-l1-1-1.a \ + %/libapi-ms-win-core-delayload-l1-1-1.a \ + %/libapi-ms-win-core-errorhandling-l1-1-1.a \ + %/libapi-ms-win-core-errorhandling-l1-1-3.a \ + %/libapi-ms-win-core-fibers-l1-1-1.a \ + %/libapi-ms-win-core-file-l1-2-1.a \ + %/libapi-ms-win-core-file-l2-1-1.a \ + %/libapi-ms-win-core-handle-l1-1-0.a \ + %/libapi-ms-win-core-interlocked-l1-2-0.a \ + %/libapi-ms-win-core-io-l1-1-1.a \ + %/libapi-ms-win-core-libraryloader-l1-2-0.a \ + %/libapi-ms-win-core-libraryloader-l2-1-0.a \ + %/libapi-ms-win-core-localization-l1-2-1.a \ + %/libapi-ms-win-core-localization-l1-2-2.a \ + %/libapi-ms-win-core-localization-l2-1-0.a \ + %/libapi-ms-win-core-memory-l1-1-2.a \ + %/libapi-ms-win-core-memory-l1-1-3.a \ + %/libapi-ms-win-core-processenvironment-l1-2-0.a \ + %/libapi-ms-win-core-processthreads-l1-1-2.a \ + %/libapi-ms-win-core-processthreads-l1-1-3.a \ + %/libapi-ms-win-core-profile-l1-1-0.a \ + %/libapi-ms-win-core-realtime-l1-1-0.a \ + %/libapi-ms-win-core-realtime-l1-1-1.a \ + %/libapi-ms-win-core-rtlsupport-l1-2-0.a \ + %/libapi-ms-win-core-string-l1-1-0.a \ + %/libapi-ms-win-core-synch-l1-2-0.a \ + %/libapi-ms-win-core-synch-l1-2-1.a \ + %/libapi-ms-win-core-sysinfo-l1-2-1.a \ + %/libapi-ms-win-core-sysinfo-l1-2-3.a \ + %/libapi-ms-win-core-threadpool-l1-2-0.a \ + %/libapi-ms-win-core-timezone-l1-1-0.a \ + %/libapi-ms-win-core-util-l1-1-0.a \ + %/libapi-ms-win-core-version-l1-1-1.a \ + %/libapi-ms-win-core-winrt-error-l1-1-1.a \ + %/libapi-ms-win-core-winrt-l1-1-0.a \ + %/libapi-ms-win-core-winrt-string-l1-1-0.a \ + %/libapi-ms-win-core-xstate-l2-1-0.a \ + %/libapi-ms-win-eventing-classicprovider-l1-1-0.a \ + %/libapi-ms-win-eventing-consumer-l1-1-0.a \ + %/libapi-ms-win-eventing-controller-l1-1-0.a \ + %/libapi-ms-win-eventing-provider-l1-1-0.a \ + %/libauthz.a \ + %/libbcrypt.a \ + %/libcabinet.a \ + %/libcrypt32.a \ + %/libcryptnet.a \ + %/libdnsapi.a \ + %/libiphlpapi.a \ + %/libmpr.a \ + %/libmswsock.a \ + %/libncrypt.a \ + %/liboleaut32.a \ + %/librpcrt4.a \ + %/libsspicli.a \ + %/libuserenv.a \ + %/libwinhttp.a \ + %/libwldap32.a \ + %/libws2_32.a + rm -f $@ + cd $(dir $@) && $(AR) -M < $(abspath $<) + $(RANLIB) $@ + %.def: %.def.in - $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -I$(top_srcdir)/def-include | $(SED) 's/^#/;/' > $@ + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include > $@ + +lib32/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_I386 > $@ + +lib64/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_X64 > $@ + +libarm32/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM32 > $@ + +libarm64/%.def: lib-common/%.def.in + $(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM64 > $@ dist-hook: find $(top_distdir) -name ".svn" -delete diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/abs64.c mingw-w64-6.0.0/mingw-w64-crt/math/abs64.c --- mingw-w64-5.0.4/mingw-w64-crt/math/abs64.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/abs64.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,5 @@ #include +#include __MINGW_EXTENSION __int64 __cdecl _abs64(__int64 x) { return llabs(x); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acosf.c mingw-w64-6.0.0/mingw-w64-crt/math/acosf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/acosf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acosf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - */ - -#include - -float -acosf (float x) -{ - float res = 0.0F; - - /* acosl = atanl (sqrtl(1 - x^2) / x) */ - asm ( "fld %%st\n\t" - "fmul %%st(0)\n\t" /* x^2 */ - "fld1\n\t" - "fsubp\n\t" /* 1 - x^2 */ - "fsqrt\n\t" /* sqrtl (1 - x^2) */ - "fxch %%st(1)\n\t" - "fpatan" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acosh.c mingw-w64-6.0.0/mingw-w64-crt/math/acosh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/acosh.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acosh.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acosh.def.h mingw-w64-6.0.0/mingw-w64-crt/math/acosh.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/acosh.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acosh.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include -#include "fastmath.h" - -__FLT_TYPE -__FLT_ABI(acosh) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_NAN || x < __FLT_CST(1.0)) - { - __FLT_RPT_DOMAIN ("acosh", x, 0.0, __FLT_NAN); - return __FLT_NAN; - } - else if (x_class == FP_INFINITE) - { - __FLT_RPT_DOMAIN ("acosh", x, 0.0, __FLT_NAN); - return __FLT_NAN; - } - - if (x > __FLT_CST(0x1p32)) - return __FLT_ABI (__fast_log) (x) + 6.9314718055994530941723E-1L; - - return __FLT_ABI (__fast_log) (x + - __FLT_ABI (__fast_sqrt) ((x + __FLT_CST(1.0)) * (x - __FLT_CST(1.0)))); -} - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acoshf.c mingw-w64-6.0.0/mingw-w64-crt/math/acoshf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/acoshf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acoshf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_FLOAT 1 -#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acoshl.c mingw-w64-6.0.0/mingw-w64-crt/math/acoshl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/acoshl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acoshl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/acosl.c mingw-w64-6.0.0/mingw-w64-crt/math/acosl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/acosl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/acosl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -long double acosl (long double x); - -long double acosl (long double x) -{ - long double res = 0.0L; - - /* acosl = atanl (sqrtl(1 - x^2) / x) */ - asm ( "fld %%st\n\t" - "fmul %%st(0)\n\t" /* x^2 */ - "fld1\n\t" - "fsubp\n\t" /* 1 - x^2 */ - "fsqrt\n\t" /* sqrtl (1 - x^2) */ - "fxch %%st(1)\n\t" - "fpatan" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceilf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceilf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceilf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceilf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceilf.S" + .text + .align 4 + .globl __MINGW_USYMBOL(ceilf) + .def __MINGW_USYMBOL(ceilf); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(ceilf): + vmov r2, s0 + lsr r2, r2, #23 + bic r2, r2, #0x100 + cmp r2, #0xff /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f32 s0, s0 + vcvt.f32.s32 s0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceill.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceill.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceill.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceill.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceill.S" + .text + .align 4 + .globl __MINGW_USYMBOL(ceill) + .def __MINGW_USYMBOL(ceill); .scl 2; .type 32; .endef +__MINGW_USYMBOL(ceill): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceil.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceil.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/ceil.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/ceil.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceil.S" + .text + .align 4 + .globl __MINGW_USYMBOL(ceil) + .def __MINGW_USYMBOL(ceil); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(ceil): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/_chgsignl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/_chgsignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/_chgsignl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/_chgsignl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include <_mingw_mac.h> + + .file "_chgignl.S" + .text + .align 4 + .globl __MINGW_USYMBOL(_chgsignl) + .def __MINGW_USYMBOL(_chgsignl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(_chgsignl): + vneg.f64 d0, d0 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/copysignl.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/copysignl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/copysignl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/copysignl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include + +long double copysignl(long double x, long double y) +{ + return copysign(x, y); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/exp2.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/exp2.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/exp2.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/exp2.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,64 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2014 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include + +double exp2(double x) +{ + return pow(2, x); +} + +float exp2f(float x) +{ + return powf(2, x); +} + +long double exp2l(long double x) +{ +#if defined(__arm__) || defined(_ARM_) + return exp2(x); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/floorf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/floorf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/floorf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/floorf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,27 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + #include <_mingw_mac.h> + + .file "floorf.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(floorf) + .def __MINGW_USYMBOL(floorf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floorf): + vmov r2, s0 + lsr r2, r2, #23 + bic r2, r2, #0x100 + cmp r2, #0xff /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f32 s0, s0 + vcvt.f32.s32 s0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/floorl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/floorl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/floorl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/floorl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floorl.S" + .text + .align 4 + .globl __MINGW_USYMBOL(floorl) + .def __MINGW_USYMBOL(floorl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floorl): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/floor.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/floor.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/floor.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/floor.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floor.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(floor) + .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floor): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + bic r0, r1, #0x00c00000 + orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ + vmsr fpscr, r0 + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/ldexpl.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/ldexpl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/ldexpl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/ldexpl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +long double ldexpl(long double x, int n) +{ +#if defined(__arm__) || defined(_ARM_) + return ldexp(x, n); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/log2.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/log2.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/log2.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/log2.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,64 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2014 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include + +double log2(double x) +{ + return log(x) / 0.69314718246459960938; +} + +float log2f(float x) +{ + return logf(x) / 0.69314718246459960938f; +} + +long double log2l(long double x) +{ +#if defined(__arm__) || defined(_ARM_) + return log2(x); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyintf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyintf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyintf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyintf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintf.S" + .text + .align 4 + .globl __MINGW_USYMBOL(nearbyintf) + .def __MINGW_USYMBOL(nearbyintf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintf): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + vcvtr.s32.f32 s0, s0 + vcvt.f32.s32 s0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyintl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyintl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyintl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyintl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintl.S" + .text + .align 4 + .globl __MINGW_USYMBOL(nearbyintl) + .def __MINGW_USYMBOL(nearbyintl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintl): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyint.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyint.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/nearbyint.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/nearbyint.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,25 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyint.S" + .text + .align 4 + .globl __MINGW_USYMBOL(nearbyint) + .def __MINGW_USYMBOL(nearbyint); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyint): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/scalbn.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/scalbn.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/scalbn.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/scalbn.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,64 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2014 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include + +double scalbn(double x, int exp) +{ + return x * exp2(exp); +} + +float scalbnf(float x, int exp) +{ + return x * exp2f(exp); +} + +long double scalbnl(long double x, int exp) +{ +#if defined(__arm__) || defined(_ARM_) + return scalbn(x, exp); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/sincos.c mingw-w64-6.0.0/mingw-w64-crt/math/arm/sincos.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/sincos.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/sincos.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +void sincos (double __x, double *p_sin, double *p_cos) +{ + *p_sin = sin(__x); + *p_cos = cos(__x); +} + +void sincosf (float __x, float *p_sin, float *p_cos) +{ + *p_sin = sinf(__x); + *p_cos = cosf(__x); +} + +void sincosl (long double __x, long double *p_sin, long double *p_cos) +{ +#if defined(__arm__) || defined(_ARM_) + *p_sin = sin(__x); + *p_cos = cos(__x); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/truncf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/truncf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/truncf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/truncf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "truncf.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(truncf) + .def __MINGW_USYMBOL(truncf); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(truncf): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + orr r0, r1, #0x00c00000 /* Round towards Zero */ + vmsr fpscr, r0 + vcvt.s32.f32 s0, s0 + vcvt.f32.s32 s0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm/trunc.S mingw-w64-6.0.0/mingw-w64-crt/math/arm/trunc.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm/trunc.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm/trunc.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "trunc.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(trunc) + .def __MINGW_USYMBOL(trunc); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(trunc): + vmov r2, r3, d0 + lsr r3, r3, #20 + bic r3, r3, #0x800 + movw r2, #0x7ff + cmp r2, r3 /* Check for INF/NAN, just return the input in those cases */ + it eq + bxeq lr + vmrs r1, fpscr + orr r0, r1, #0x00c00000 /* Round towards Zero */ + vmsr fpscr, r0 + vcvtr.s32.f64 s0, d0 + vcvt.f64.s32 d0, s0 + vmsr fpscr, r1 + bx lr diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceilf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceilf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceilf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceilf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceilf.S" + .text + .align 2 + .globl __MINGW_USYMBOL(ceilf) + .def __MINGW_USYMBOL(ceilf); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(ceilf): + frintp s0, s0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceill.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceill.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceill.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceill.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceill.S" + .text + .align 2 + .globl __MINGW_USYMBOL(ceill) + .def __MINGW_USYMBOL(ceill); .scl 2; .type 32; .endef +__MINGW_USYMBOL(ceill): + frintp d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceil.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceil.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ceil.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ceil.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceil.S" + .text + .align 2 + .globl __MINGW_USYMBOL(ceil) + .def __MINGW_USYMBOL(ceil); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(ceil): + frintp d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/_chgsignl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/_chgsignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/_chgsignl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/_chgsignl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include <_mingw_mac.h> + + .file "_chgignl.S" + .text + .align 2 + .globl __MINGW_USYMBOL(_chgsignl) + .def __MINGW_USYMBOL(_chgsignl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(_chgsignl): + fneg d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/copysignl.c mingw-w64-6.0.0/mingw-w64-crt/math/arm64/copysignl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/copysignl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/copysignl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include + +long double copysignl(long double x, long double y) +{ + return copysign(x, y); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/exp2f.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/exp2f.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/exp2f.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/exp2f.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "exp2f.S" + .text + .align 2 + .globl __MINGW_USYMBOL(exp2f) + .def __MINGW_USYMBOL(exp2f); .scl 2; .type 32; .endef +__MINGW_USYMBOL(exp2f): + fmov s1, s0 + fmov s0, #2.0 + b powf diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/exp2.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/exp2.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/exp2.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/exp2.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "exp2.S" + .text + .align 2 + .globl __MINGW_USYMBOL(exp2) + .globl __MINGW_USYMBOL(exp2l) + .def __MINGW_USYMBOL(exp2); .scl 2; .type 32; .endef + .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef +__MINGW_USYMBOL(exp2): +__MINGW_USYMBOL(exp2l): + fmov d1, d0 + fmov d0, #2.0 + b pow diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floorf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floorf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floorf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floorf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + #include <_mingw_mac.h> + + .file "floorf.S" + .text + .p2align 2 + .globl __MINGW_USYMBOL(floorf) + .def __MINGW_USYMBOL(floorf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floorf): + frintm s0, s0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floorl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floorl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floorl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floorl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floorl.S" + .text + .align 2 + .globl __MINGW_USYMBOL(floorl) + .def __MINGW_USYMBOL(floorl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floorl): + frintm d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floor.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floor.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/floor.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/floor.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floor.S" + .text + .p2align 2 + .globl __MINGW_USYMBOL(floor) + .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floor): + frintm d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ldexpl.c mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ldexpl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/ldexpl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/ldexpl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +long double ldexpl(long double x, int n) +{ +#if defined(__aarch64__) || defined(_ARM64_) + return ldexp(x, n); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/log2.c mingw-w64-6.0.0/mingw-w64-crt/math/arm64/log2.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/log2.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/log2.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +double log2(double x) +{ + return log(x) / 0.69314718246459960938; +} + +float log2f(float x) +{ + return logf(x) / 0.69314718246459960938f; +} + +long double log2l(long double x) +{ +#if defined(__aarch64__) || defined(_ARM64_) + return log2(x); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyintf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyintf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyintf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyintf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintf.S" + .text + .align 2 + .globl __MINGW_USYMBOL(nearbyintf) + .def __MINGW_USYMBOL(nearbyintf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintf): + mrs x1, fpcr + frintx s0, s0 + msr fpcr, x1 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyintl.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyintl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyintl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyintl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintl.S" + .text + .align 2 + .globl __MINGW_USYMBOL(nearbyintl) + .def __MINGW_USYMBOL(nearbyintl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintl): + mrs x1, fpcr + frintx d0, d0 + msr fpcr, x1 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyint.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyint.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/nearbyint.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/nearbyint.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyint.S" + .text + .align 2 + .globl __MINGW_USYMBOL(nearbyint) + .def __MINGW_USYMBOL(nearbyint); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyint): + mrs x1, fpcr + frintx d0, d0 + msr fpcr, x1 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/scalbn.c mingw-w64-6.0.0/mingw-w64-crt/math/arm64/scalbn.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/scalbn.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/scalbn.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +double scalbn(double x, int exp) +{ + return x * exp2(exp); +} + +float scalbnf(float x, int exp) +{ + return x * exp2f(exp); +} + +long double scalbnl(long double x, int exp) +{ +#if defined(__aarch64__) || defined(_ARM64_) + return scalbn(x, exp); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/sincos.c mingw-w64-6.0.0/mingw-w64-crt/math/arm64/sincos.c --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/sincos.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/sincos.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +void sincos (double __x, double *p_sin, double *p_cos) +{ + *p_sin = sin(__x); + *p_cos = cos(__x); +} + +void sincosf (float __x, float *p_sin, float *p_cos) +{ + *p_sin = sinf(__x); + *p_cos = cosf(__x); +} + +void sincosl (long double __x, long double *p_sin, long double *p_cos) +{ +#if defined(__aarch64__) || defined(_ARM64_) + *p_sin = sin(__x); + *p_cos = cos(__x); +#else +#error Not supported on your platform yet +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/truncf.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/truncf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/truncf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/truncf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "truncf.S" + .text + .p2align 2 + .globl __MINGW_USYMBOL(truncf) + .def __MINGW_USYMBOL(truncf); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(truncf): + frintz s0, s0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/arm64/trunc.S mingw-w64-6.0.0/mingw-w64-crt/math/arm64/trunc.S --- mingw-w64-5.0.4/mingw-w64-crt/math/arm64/trunc.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/arm64/trunc.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,16 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "trunc.S" + .text + .p2align 2 + .globl __MINGW_USYMBOL(trunc) + .def __MINGW_USYMBOL(trunc); .scl 2; .type 32; .endef + +__MINGW_USYMBOL(trunc): + frintz d0, d0 + ret diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/asinf.c mingw-w64-6.0.0/mingw-w64-crt/math/asinf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/asinf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/asinf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - */ - -/* asin = atan (x / sqrt(1 - x^2)) */ - -float asinf (float x); - -float asinf (float x) -{ - float res = 0.0F; - - asm ( "fld %%st\n\t" - "fmul %%st(0)\n\t" /* x^2 */ - "fld1\n\t" - "fsubp\n\t" /* 1 - x^2 */ - "fsqrt\n\t" /* sqrt (1 - x^2) */ - "fpatan" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/asinh.c mingw-w64-6.0.0/mingw-w64-crt/math/asinh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/asinh.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/asinh.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - - /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ -double asinh(double x) -{ - double z; - if (!isfinite (x)) - return x; - z = fabs (x); - - /* Avoid setting FPU underflow exception flag in x * x. */ -#if 0 - if ( z < 0x1p-32) - return x; -#endif - - /* Use log1p to avoid cancellation with small x. Put - x * x in denom, so overflow is harmless. - asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) - = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ - - z = __fast_log1p (z + z * z / (__fast_sqrt (z * z + 1.0) + 1.0)); - - return ( x > 0.0 ? z : -z); -} - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/asinhf.c mingw-w64-6.0.0/mingw-w64-crt/math/asinhf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/asinhf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/asinhf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - - /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ -float asinhf(float x) -{ - float z; - if (!isfinite (x)) - return x; - z = fabsf (x); - - /* Avoid setting FPU underflow exception flag in x * x. */ -#if 0 - if ( z < 0x1p-32) - return x; -#endif - - - /* Use log1p to avoid cancellation with small x. Put - x * x in denom, so overflow is harmless. - asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) - = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ - - z = __fast_log1p (z + z * z / (__fast_sqrt (z * z + 1.0) + 1.0)); - - return ( x > 0.0 ? z : -z); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/asinhl.c mingw-w64-6.0.0/mingw-w64-crt/math/asinhl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/asinhl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/asinhl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - - /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ -long double asinhl(long double x) -{ - long double z; - if (!isfinite (x)) - return x; - - z = fabsl (x); - - /* Avoid setting FPU underflow exception flag in x * x. */ -#if 0 - if ( z < 0x1p-32) - return x; -#endif - - /* Use log1p to avoid cancellation with small x. Put - x * x in denom, so overflow is harmless. - asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) - = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ - - z = __fast_log1pl (z + z * z / (__fast_sqrtl (z * z + 1.0L) + 1.0L)); - - return ( x > 0.0 ? z : -z); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/asinl.c mingw-w64-6.0.0/mingw-w64-crt/math/asinl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/asinl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/asinl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - * Adapted for long double type by Danny Smith . - */ - -/* asin = atan (x / sqrt(1 - x^2)) */ -long double asinl (long double x); - -long double asinl (long double x) -{ - long double res = 0.0L; - - asm ( "fld %%st\n\t" - "fmul %%st(0)\n\t" /* x^2 */ - "fld1\n\t" - "fsubp\n\t" /* 1 - x^2 */ - "fsqrt\n\t" /* sqrt (1 - x^2) */ - "fpatan" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atan2.c mingw-w64-6.0.0/mingw-w64-crt/math/atan2.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atan2.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atan2.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ - -#include - -double -atan2 (double y, double x) -{ - double res = 0.0; - asm ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atan2f.c mingw-w64-6.0.0/mingw-w64-crt/math/atan2f.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atan2f.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atan2f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - * - */ - -#include - -float -atan2f (float y, float x) -{ - float res = 0.0F; - asm ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atan2l.c mingw-w64-6.0.0/mingw-w64-crt/math/atan2l.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atan2l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atan2l.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -long double atan2l (long double y, long double x); - -long double -atan2l (long double y, long double x) -{ - long double res = 0.0L; - asm ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atanf.c mingw-w64-6.0.0/mingw-w64-crt/math/atanf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atanf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - * - */ - -#include - -float -atanf (float x) -{ - float res = 0.0F; - - asm ("fld1\n\t" - "fpatan" : "=t" (res) : "0" (x)); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atanh.c mingw-w64-6.0.0/mingw-w64-crt/math/atanh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atanh.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atanh.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - -/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ - -double atanh(double x) -{ - double z; - if (isnan (x)) - return x; - z = fabs (x); - if (z == 1.0) - { - errno = ERANGE; - return (x > 0 ? INFINITY : -INFINITY); - } - if (z > 1.0) - { - errno = EDOM; - return nan(""); - } - /* Rearrange formula to avoid precision loss for small x. - - atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) - = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) - = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) - = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ - z = 0.5 * __fast_log1p ((z + z) / (1.0 - z)); - return x >= 0 ? z : -z; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atanhf.c mingw-w64-6.0.0/mingw-w64-crt/math/atanhf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atanhf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atanhf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - -/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ -float atanhf (float x) -{ - float z; - if (isnan (x)) - return x; - z = fabsf (x); - if (z == 1.0) - { - errno = ERANGE; - return (x > 0 ? INFINITY : -INFINITY); - } - if ( z > 1.0) - { - errno = EDOM; - return nanf(""); - } - /* Rearrange formula to avoid precision loss for small x. - - atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) - = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) - = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) - = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ - z = 0.5 * __fast_log1p ((z + z) / (1.0 - z)); - return x >= 0 ? z : -z; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atanhl.c mingw-w64-6.0.0/mingw-w64-crt/math/atanhl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atanhl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atanhl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include -#include "fastmath.h" - -/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ -long double atanhl (long double x) -{ - long double z; - if (isnan (x)) - return x; - z = fabsl (x); - if (z == 1.0L) - { - errno = ERANGE; - return (x > 0 ? INFINITY : -INFINITY); - } - if ( z > 1.0L) - { - errno = EDOM; - return nanl(""); - } - /* Rearrange formula to avoid precision loss for small x. - atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) - = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) - = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) - = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ - z = 0.5L * __fast_log1pl ((z + z) / (1.0L - z)); - return x >= 0 ? z : -z; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/atanl.c mingw-w64-6.0.0/mingw-w64-crt/math/atanl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/atanl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/atanl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -long double atanl (long double x); - -long double -atanl (long double x) -{ - long double res = 0.0L; - - asm ("fld1\n\t" - "fpatan" - : "=t" (res) : "0" (x)); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ceilf.S mingw-w64-6.0.0/mingw-w64-crt/math/ceilf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ceilf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ceilf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ceilf.S" - .text - .align 4 - .globl __MINGW_USYMBOL(ceilf) - .def __MINGW_USYMBOL(ceilf); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(ceilf) -#endif - -__MINGW_USYMBOL(ceilf): -#if defined(_AMD64_) || defined(__x86_64__) - subq $24, %rsp - .seh_stackalloc 24 - .seh_endprologue - movd %xmm0, 12(%rsp) - movl 12(%rsp), %eax - movl %eax, %ecx - movl %eax, %edx - sarl $23, %ecx - andl $255, %ecx - subl $127, %ecx - cmpl $22, %ecx - jg .l4 - testl %ecx, %ecx - js .l5 - movl $8388607, %r8d - sarl %cl, %r8d - testl %eax, %r8d - je .l3 - addss .hugeval(%rip), %xmm0 - ucomiss .zeroval(%rip), %xmm0 - jbe .l2 - testl %eax, %eax - jle .l1 - movl $8388608, %eax - sarl %cl, %eax - addl %eax, %edx -.l1: - movl %r8d, %eax - notl %eax - andl %edx, %eax -.l2: - movl %eax, 8(%rsp) - movss 8(%rsp), %xmm0 -.l3: - addq $24, %rsp - ret - .p2align 4,,10 -.l4: - addl $-128, %ecx - jne .l3 - addss %xmm0, %xmm0 - addq $24, %rsp - ret - .p2align 4,,10 -.l5: - addss .hugeval(%rip), %xmm0 - ucomiss .zeroval(%rip), %xmm0 - jbe .islesseqzero - testl %eax, %eax - js .l6 - movl $1065353216, %edx - cmovne %edx, %eax -.islesseqzero: - movl %eax, 8(%rsp) - movss 8(%rsp), %xmm0 - addq $24, %rsp - ret - .p2align 4,,10 -.l6: - movl $-2147483648, 8(%rsp) - movss 8(%rsp), %xmm0 - addq $24, %rsp - ret - .seh_endproc - .section .rdata,"dr" - .align 4 -.hugeval: - .long 1900671690 - .align 4 -.zeroval: - .long 0 -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f32 s0, s0 - vcvt.f32.s32 s0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - flds 4(%esp) - subl $8,%esp - - fstcw 4(%esp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x0800,%edx /* round towards +oo */ - orl 4(%esp),%edx - andl $0xfbff,%edx - movl %edx,(%esp) - fldcw (%esp) /* load modified control word */ - - frndint /* round */ - - fldcw 4(%esp) /* restore original control word */ - - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ceill.S mingw-w64-6.0.0/mingw-w64-crt/math/ceill.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ceill.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ceill.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ceill.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(ceill) - .def __MINGW_USYMBOL(ceill); .scl 2; .type 32; .endef -__MINGW_USYMBOL(ceill): -#if defined(_AMD64_) || defined(__x86_64__) - fldt (%rdx) - subq $24,%rsp - - fstcw 8(%rsp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x0800,%edx /* round towards +oo */ - orl 8(%rsp),%edx - andl $0xfbff,%edx - movl %edx,(%rsp) - fldcw (%rsp) /* load modified control word */ - - frndint /* round */ - - fldcw 8(%rsp) /* restore original control word */ - - addq $24,%rsp - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldt 4(%esp) - subl $8,%esp - fstcw 4(%esp) - movl $0x0800,%edx - orl 4(%esp),%edx - andl $0xfbff,%edx - movl %edx,(%esp) - fldcw (%esp) - frndint - fldcw 4(%esp) - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ceil.S mingw-w64-6.0.0/mingw-w64-crt/math/ceil.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ceil.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ceil.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,124 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ceil.S" - .text - .align 4 - .globl __MINGW_USYMBOL(ceil) - .def __MINGW_USYMBOL(ceil); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(ceil) -#endif - -__MINGW_USYMBOL(ceil): -#if defined(_AMD64_) || defined(__x86_64__) - .seh_endprologue - movd %xmm0, %rax - movq %rax, %rcx - sarq $52, %rcx - andl $2047, %ecx - subl $1023, %ecx - cmpl $51, %ecx - jg .is_intnaninf - /* Is x zero? */ - testq %rax, %rax - je .ret_org - /* Is x signed? */ - testl %ecx, %ecx - js .signed_val - /* Is x integral? */ - movabsq $4503599627370495, %rdx - sarq %cl, %rdx - testq %rax, %rdx - je .ret_org - addsd .huge(%rip), %xmm0 - ucomisd .zero(%rip), %xmm0 - jbe .doret - testq %rax, %rax - jle .l1 - /* inexact ... */ - movabsq $4503599627370496, %r8 - shrq %cl, %r8 - addq %r8, %rax -.l1: - notq %rdx - andq %rdx, %rax -.doret: - movd %rax, %xmm0 - ret - .p2align 4,,10 -.signed_val: - addsd .huge(%rip), %xmm0 - ucomisd .zero(%rip), %xmm0 - jbe .doret2 - testq %rax, %rax - movabsq $4607182418800017408, %rdx - movabsq $-9223372036854775808, %rax - cmovns %rdx, %rax - .p2align 4,,10 -.doret2: - movd %rax, %xmm0 - ret - - .p2align 4,,10 -.is_intnaninf: - /* Is Nan or Inf? */ - cmpl $1024, %ecx - je .ret_naninf - .p2align 4,,10 -.ret_org: - /* return x. */ - rep - ret - .p2align 4,,10 -.ret_naninf: - /* return x + x; */ - addsd %xmm0, %xmm0 - ret - .seh_endproc - -/* local data. */ - .section .rdata,"dr" - .align 8 -.huge: - .long -2013235812 - .long 2117592124 - .align 8 -.zero: - .long 0 - .long 0 -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00400000 /* Round towards Plus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldl 4(%esp) - subl $8,%esp - - fstcw 4(%esp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x0800,%edx /* round towards +oo */ - orl 4(%esp),%edx - andl $0xfbff,%edx - movl %edx,(%esp) - fldcw (%esp) /* load modified control word */ - - frndint /* round */ - - fldcw 4(%esp) /* restore original control word */ - - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cephes_mconf.h mingw-w64-6.0.0/mingw-w64-crt/math/cephes_mconf.h --- mingw-w64-5.0.4/mingw-w64-crt/math/cephes_mconf.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cephes_mconf.h 2018-09-14 14:16:43.000000000 +0000 @@ -66,7 +66,7 @@ #endif /*long double*/ -#if defined(__arm__) || defined(_ARM_) +#if defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) #define MAXNUML 1.7976931348623158E308 #define MAXLOGL 7.09782712893383996843E2 #define MINLOGL -7.08396418532264106224E2 @@ -84,7 +84,7 @@ #define PIL 3.1415926535897932384626L #define PIO2L 1.5707963267948966192313L #define PIO4L 7.8539816339744830961566E-1L -#endif /* defined(__arm__) || defined(_ARM_) */ +#endif /* defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) */ #define isfinitel isfinite #define isinfl isinf diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/_chgsignl.S mingw-w64-6.0.0/mingw-w64-crt/math/_chgsignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/_chgsignl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/_chgsignl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - * - * IEEE 854 double-extended-precision format - * unsigned int mantissa1:32 - * unsigned int mantissa0:32 - * unsigned int exponent:15 - * unsigned int negative:1 - * unsigned int empty:16 - * - * long double _chgsignl(long double x) { - * ((unsigned int *) &x)[2] ^= 0x00008000; - * return x; - * } - */ - -#include <_mingw_mac.h> - - .file "_chgignl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(_chgsignl) - .def __MINGW_USYMBOL(_chgsignl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(_chgsignl): -#if defined(_AMD64_) || defined(__x86_64__) - movq (%rdx), %rax - movq 8(%rdx), %rdx - xorq $0x8000, %rdx - movq %rax, (%rcx) - movq %rdx, 8(%rcx) - movq %rcx, %rax - ret -#elif defined(_ARM_) || defined(__arm__) - vneg.f64 d0, d0 - bx lr -#elif defined(_X86_) || defined(__i386__) - movl 12(%esp),%eax - xorl $0x8000,%eax - movl %eax,12(%esp) - fldt 4(%esp) - ret -#endif - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/copysignl.S mingw-w64-6.0.0/mingw-w64-crt/math/copysignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/copysignl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/copysignl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Public domain. - */ -#include <_mingw_mac.h> - - .file "copysignl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - - .globl __MINGW_USYMBOL(copysignl) - .def __MINGW_USYMBOL(copysignl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(copysignl): -#if defined(_AMD64_) || defined(__x86_64__) - movq (%rdx), %rax - movq %rax, (%rcx) - movq 8(%rdx), %rax - movq 8(%r8), %rdx - andq $0x777f, %rax - andq $0x8000, %rdx - orq %rdx, %rax - movq %rax, 8(%rcx) - movq %rcx, %rax - ret -#elif defined(_ARM_) || defined(__arm__) - fcmpzd d1 - fmstat - bmi 1f /* jump if d1 is negative */ - fcmpzd d0 - fmstat - it mi - vnegmi.f64 d0, d0 /* negate d0 if it is negative */ - bx lr - 1: fcmpzd d0 - fmstat - it pl - vnegpl.f64 d0, d0 /* negate d0 if it is positive */ - bx lr -#elif defined(_X86_) || defined(__i386__) - movl 24(%esp),%edx - movl 12(%esp),%eax - andl $0x8000,%edx - andl $0x7fff,%eax - orl %edx,%eax - movl %eax,12(%esp) - fldt 4(%esp) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cos.c mingw-w64-6.0.0/mingw-w64-crt/math/cos.c --- mingw-w64-5.0.4/mingw-w64-crt/math/cos.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cos.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "cos.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cos.def.h mingw-w64-6.0.0/mingw-w64-crt/math/cos.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/cos.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cos.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include - -extern long double __cosl_internal (long double); - -__FLT_TYPE -__FLT_ABI(cos) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_NAN) - { - __FLT_RPT_DOMAIN ("cos", x, 0.0, x); - return x; - } - else if (x_class == FP_INFINITE) - { - __FLT_RPT_DOMAIN ("cos", x, 0.0, __FLT_NAN); - return __FLT_NAN; - } - return (__FLT_TYPE) __cosl_internal ((long double) x); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cosf.c mingw-w64-6.0.0/mingw-w64-crt/math/cosf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/cosf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cosf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include - -float cosf(float _X) -{ - return ((float)cos((double)_X)); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cosl.c mingw-w64-6.0.0/mingw-w64-crt/math/cosl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/cosl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cosl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "cos.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cosl_internal.S mingw-w64-6.0.0/mingw-w64-crt/math/cosl_internal.S --- mingw-w64-5.0.4/mingw-w64-crt/math/cosl_internal.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cosl_internal.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "cosl_internal.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(__cosl_internal) - .def __MINGW_USYMBOL(__cosl_internal); .scl 2; .type 32; .endef -__MINGW_USYMBOL(__cosl_internal): -#ifdef __x86_64__ - fldt (%rdx) - fcos - fnstsw %ax - testl $0x400,%eax - jz 1f - fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fnstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fcos -1: movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 4(%esp) - fcos - fnstsw %ax - testl $0x400,%eax - jnz 1f - ret -1: fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fnstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fcos - ret -#endif - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/cossin.c mingw-w64-6.0.0/mingw-w64-crt/math/cossin.c --- mingw-w64-5.0.4/mingw-w64-crt/math/cossin.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/cossin.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ - -void sincos (double __x, double *p_sin, double *p_cos); -void sincosl (long double __x, long double *p_sin, long double *p_cos); -void sincosf (float __x, float *p_sin, float *p_cos); - -void sincos (double __x, double *p_sin, double *p_cos) -{ - long double c, s; - - __asm__ __volatile__ ("fsincos\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jz 1f\n\t" - "fldpi\n\t" - "fadd %%st(0)\n\t" - "fxch %%st(1)\n\t" - "2: fprem1\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jnz 2b\n\t" - "fstp %%st(1)\n\t" - "fsincos\n\t" - "1:" : "=t" (c), "=u" (s) : "0" (__x)); - *p_sin = (double) s; - *p_cos = (double) c; -} - -void sincosf (float __x, float *p_sin, float *p_cos) -{ - long double c, s; - - __asm__ __volatile__ ("fsincos\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jz 1f\n\t" - "fldpi\n\t" - "fadd %%st(0)\n\t" - "fxch %%st(1)\n\t" - "2: fprem1\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jnz 2b\n\t" - "fstp %%st(1)\n\t" - "fsincos\n\t" - "1:" : "=t" (c), "=u" (s) : "0" (__x)); - *p_sin = (float) s; - *p_cos = (float) c; -} - -void sincosl (long double __x, long double *p_sin, long double *p_cos) -{ - long double c, s; - - __asm__ __volatile__ ("fsincos\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jz 1f\n\t" - "fldpi\n\t" - "fadd %%st(0)\n\t" - "fxch %%st(1)\n\t" - "2: fprem1\n\t" - "fnstsw %%ax\n\t" - "testl $0x400, %%eax\n\t" - "jnz 2b\n\t" - "fstp %%st(1)\n\t" - "fsincos\n\t" - "1:" : "=t" (c), "=u" (s) : "0" (__x)); - *p_sin = s; - *p_cos = c; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/exp2f.S mingw-w64-6.0.0/mingw-w64-crt/math/exp2f.S --- mingw-w64-5.0.4/mingw-w64-crt/math/exp2f.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/exp2f.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "exp2f.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(exp2f) - .def __MINGW_USYMBOL(exp2f); .scl 2; .type 32; .endef -__MINGW_USYMBOL(exp2f): -#ifdef __x86_64__ - subq $24, %rsp - movss %xmm0,(%rsp) - flds (%rsp) - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subq $8, %rsp /* int(x) */ - fnstcw 4(%rsp) - movzwl 4(%rsp), %eax - orb $12, %ah - movw %ax, (%rsp) - fldcw (%rsp) - frndint - fldcw 4(%rsp) - addq $8, %rsp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - fstps (%rsp) - movss (%rsp),%xmm0 - addq $24, %rsp - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: fstps (%rsp) - movss (%rsp),%xmm0 - addq $24, %rsp - ret -#else - flds 4(%esp) -/* I added the following ugly construct because exp(+-Inf) resulted - in NaN. The ugliness results from the bright minds at Intel. - For the i686 the code can be written better. - -- drepper@cygnus.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subl $8, %esp /* int(x) */ - fnstcw 4(%esp) - movzwl 4(%esp), %eax - orb $12, %ah - movw %ax, (%esp) - fldcw (%esp) - frndint - fldcw 4(%esp) - addl $8, %esp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/exp2l.S mingw-w64-6.0.0/mingw-w64-crt/math/exp2l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/exp2l.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/exp2l.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "exp2l.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(exp2l) - .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef -__MINGW_USYMBOL(exp2l): -#ifdef __x86_64__ - fldt (%rdx) - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subq $8, %rsp /* int(x) */ - fnstcw 4(%rsp) - movzwl 4(%rsp), %eax - orb $12, %ah - movw %ax, (%rsp) - fldcw (%rsp) - frndint - fldcw 4(%rsp) - addq $8, %rsp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 4(%esp) -/* I added the following ugly construct because exp(+-Inf) resulted - in NaN. The ugliness results from the bright minds at Intel. - For the i686 the code can be written better. - -- drepper@cygnus.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subl $8, %esp /* int(x) */ - fnstcw 4(%esp) - movzwl 4(%esp), %eax - orb $12, %ah - movw %ax, (%esp) - fldcw (%esp) - frndint - fldcw 4(%esp) - addl $8, %esp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/exp2.S mingw-w64-6.0.0/mingw-w64-crt/math/exp2.S --- mingw-w64-5.0.4/mingw-w64-crt/math/exp2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/exp2.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "exp2.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(exp2) - .def __MINGW_USYMBOL(exp2); .scl 2; .type 32; .endef -__MINGW_USYMBOL(exp2): -#ifdef __x86_64__ - subq $24, %rsp - movsd %xmm0,(%rsp) - fldl (%rsp) - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subq $8, %rsp /* int(x) */ - fnstcw 4(%rsp) - movzwl 4(%rsp), %eax - orb $12, %ah - movw %ax, (%rsp) - fldcw (%rsp) - frndint - fldcw 4(%rsp) - addq $8, %rsp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - fstpl (%rsp) - movsd (%rsp),%xmm0 - addq $24, %rsp - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: fstpl (%rsp) - movsd (%rsp),%xmm0 - addq $24,%rsp - ret -#else - fldl 4(%esp) -/* I added the following ugly construct because exp(+-Inf) resulted - in NaN. The ugliness results from the bright minds at Intel. - For the i686 the code can be written better. - -- drepper@cygnus.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - fld %st - subl $8, %esp /* int(x) */ - fnstcw 4(%esp) - movzwl 4(%esp), %eax - orb $12, %ah - movw %ax, (%esp) - fldcw (%esp) - frndint - fldcw 4(%esp) - addl $8, %esp - fsubr %st,%st(1) /* fract(x) */ - fxch - f2xm1 /* 2^(fract(x)) - 1 */ - fld1 - faddp /* 2^(fract(x)) */ - fscale /* e^x */ - fstp %st(1) - ret - -1: testl $0x200, %eax /* Test sign. */ - jz 2f /* If positive, jump. */ - fstp %st - fldz /* Set result to 0. */ -2: ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/exp.c mingw-w64-6.0.0/mingw-w64-crt/math/exp.c --- mingw-w64-5.0.4/mingw-w64-crt/math/exp.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/exp.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "exp.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/exp.def.h mingw-w64-6.0.0/mingw-w64-crt/math/exp.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/exp.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/exp.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,136 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include - -static long double c0 = 1.44268798828125L; // INV_LN2 -static long double c1 = 7.05260771340735992468e-6L; - -static long double -__expl_internal (long double x) -{ - long double res = 0.0L; - asm ("fldl2e\n\t" /* 1 log2(e) */ - "fmul %%st(1),%%st\n\t" /* 1 x log2(e) */ - -#ifdef __x86_64__ - "subq $8, %%rsp\n" - "fnstcw 4(%%rsp)\n" - "movzwl 4(%%rsp), %%eax\n" - "orb $12, %%ah\n" - "movw %%ax, (%%rsp)\n" - "fldcw (%%rsp)\n" - "frndint\n\t" /* 1 i */ - "fld %%st(1)\n\t" /* 2 x */ - "frndint\n\t" /* 2 xi */ - "fldcw 4(%%rsp)\n" - "addq $8, %%rsp\n" -#else - "push %%eax\n\tsubl $8, %%esp\n" - "fnstcw 4(%%esp)\n" - "movzwl 4(%%esp), %%eax\n" - "orb $12, %%ah\n" - "movw %%ax, (%%esp)\n" - "fldcw (%%esp)\n" - "frndint\n\t" /* 1 i */ - "fld %%st(1)\n\t" /* 2 x */ - "frndint\n\t" /* 2 xi */ - "fldcw 4(%%esp)\n" - "addl $8, %%esp\n\tpop %%eax\n" -#endif - "fld %%st(1)\n\t" /* 3 i */ - "fldt %2\n\t" /* 4 c0 */ - "fld %%st(2)\n\t" /* 5 xi */ - "fmul %%st(1),%%st\n\t" /* 5 c0 xi */ - "fsubp %%st,%%st(2)\n\t" /* 4 f = c0 xi - i */ - "fld %%st(4)\n\t" /* 5 x */ - "fsub %%st(3),%%st\n\t" /* 5 xf = x - xi */ - "fmulp %%st,%%st(1)\n\t" /* 4 c0 xf */ - "faddp %%st,%%st(1)\n\t" /* 3 f = f + c0 xf */ - "fldt %3\n\t" /* 4 */ - "fmul %%st(4),%%st\n\t" /* 4 c1 * x */ - "faddp %%st,%%st(1)\n\t" /* 3 f = f + c1 * x */ - "f2xm1\n\t" /* 3 2^(fract(x * log2(e))) - 1 */ - "fld1\n\t" /* 4 1.0 */ - "faddp\n\t" /* 3 2^(fract(x * log2(e))) */ - "fstp %%st(1)\n\t" /* 2 */ - "fscale\n\t" /* 2 scale factor is st(1); e^x */ - "fstp %%st(1)\n\t" /* 1 */ - "fstp %%st(1)\n\t" /* 0 */ - : "=t" (res) : "0" (x), "m" (c0), "m" (c1) : "ax", "dx"); - return res; -} - -__FLT_TYPE -__FLT_ABI(exp) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_NAN) - { - __FLT_RPT_DOMAIN ("exp", x, 0.0, x); - return x; - } - else if (x_class == FP_INFINITE) - { - __FLT_TYPE r = (signbit (x) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); - __FLT_RPT_ERANGE ("exp", x, 0.0, r, signbit (x)); - return r; - } - else if (x_class == FP_ZERO) - { - return __FLT_CST (1.0); - } - else if (x > __FLT_MAXLOG) - { - __FLT_RPT_ERANGE ("exp", x, 0.0, __FLT_HUGE_VAL, 1); - return __FLT_HUGE_VAL; - } - else if (x < __FLT_MINLOG) - { - return __FLT_CST(0.0); - } - else - return (__FLT_TYPE) __expl_internal ((long double) x); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/expl.c mingw-w64-6.0.0/mingw-w64-crt/math/expl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/expl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/expl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "exp.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/expm1.c mingw-w64-6.0.0/mingw-w64-crt/math/expm1.c --- mingw-w64-5.0.4/mingw-w64-crt/math/expm1.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/expm1.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/expm1.def.h mingw-w64-6.0.0/mingw-w64-crt/math/expm1.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/expm1.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/expm1.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include - -__FLT_TYPE -__FLT_ABI(expm1) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_NAN) - { - __FLT_RPT_DOMAIN ("expm1", x, 0.0, x); - return x; - } - else if (x_class == FP_INFINITE) - { - return (signbit (x) ? -__FLT_CST(1.0) : __FLT_HUGE_VAL); - } - else if (x_class == FP_ZERO) - { - return x; - } - if (__FLT_ABI (fabs) (x) < __FLT_LOGE2) - { - x /= __FLT_LOGE2; - __asm__ __volatile__ ("f2xm1" : "=t" (x) : "0" (x)); - return x; - } - return __FLT_ABI (exp) (x) - __FLT_CST (1.0); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/expm1f.c mingw-w64-6.0.0/mingw-w64-crt/math/expm1f.c --- mingw-w64-5.0.4/mingw-w64-crt/math/expm1f.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/expm1f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_FLOAT 1 -#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/expm1l.c mingw-w64-6.0.0/mingw-w64-crt/math/expm1l.c --- mingw-w64-5.0.4/mingw-w64-crt/math/expm1l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/expm1l.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fabs.c mingw-w64-6.0.0/mingw-w64-crt/math/fabs.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fabs.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fabs.c 2018-09-14 14:16:43.000000000 +0000 @@ -9,12 +9,12 @@ double fabs (double x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __builtin_fabs (x); #elif defined(__i386__) || defined(_X86_) double res = 0.0; - asm ("fabs;" : "=t" (res) : "0" (x)); + asm volatile ("fabs;" : "=t" (res) : "0" (x)); return res; -#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) */ +#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fabsf.c mingw-w64-6.0.0/mingw-w64-crt/math/fabsf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fabsf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fabsf.c 2018-09-14 14:16:43.000000000 +0000 @@ -8,11 +8,11 @@ float fabsf (float x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __builtin_fabsf (x); #elif defined(__i386__) || defined(_X86_) float res = 0.0F; - asm ("fabs;" : "=t" (res) : "0" (x)); + asm volatile ("fabs;" : "=t" (res) : "0" (x)); return res; -#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) */ +#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fabsl.c mingw-w64-6.0.0/mingw-w64-crt/math/fabsl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fabsl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fabsl.c 2018-09-14 14:16:43.000000000 +0000 @@ -10,9 +10,9 @@ { #if defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) long double res = 0.0L; - asm ("fabs;" : "=t" (res) : "0" (x)); + asm volatile ("fabs;" : "=t" (res) : "0" (x)); return res; -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __builtin_fabsl (x); #endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fastmath.h mingw-w64-6.0.0/mingw-w64-crt/math/fastmath.h --- mingw-w64-5.0.4/mingw-w64-crt/math/fastmath.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fastmath.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,120 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#ifndef _MINGWEX_FASTMATH_H_ -#define _MINGWEX_FASTMATH_H_ - -/* Fast math inlines - No range or domain checks. No setting of errno. No tweaks to - protect precision near range limits. */ - -/* For now this is an internal header with just the functions that - are currently used in building libmingwex.a math components */ - -/* FIXME: We really should get rid of the code duplication using euther - C++ templates or tgmath-type macros. */ - -static __inline__ double __fast_sqrt (double x) -{ - double res; - asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); - return res; -} - -static __inline__ long double __fast_sqrtl (long double x) -{ - long double res; - asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); - return res; -} - -static __inline__ float __fast_sqrtf (float x) -{ - float res; - asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); - return res; -} - - -static __inline__ double __fast_log (double x) -{ - double res; - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2x" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - -static __inline__ long double __fast_logl (long double x) -{ - long double res; - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2x" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - - -static __inline__ float __fast_logf (float x) -{ - float res; - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2x" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - -static __inline__ double __fast_log1p (double x) -{ - double res; - /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ - if (fabs (x) >= 1.0 - 0.5 * 1.41421356237309504880) - res = __fast_log (1.0 + x); - else - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2xp1" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - -static __inline__ long double __fast_log1pl (long double x) -{ - long double res; - /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ - if (fabsl (x) >= 1.0L - 0.5L * 1.41421356237309504880L) - res = __fast_logl (1.0L + x); - else - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2xp1" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - -static __inline__ float __fast_log1pf (float x) -{ - float res; - /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ - if (fabsf (x) >= 1.0 - 0.5 * 1.41421356237309504880) - res = __fast_logf (1.0 + x); - else - asm __volatile__ - ("fldln2\n\t" - "fxch\n\t" - "fyl2xp1" - : "=t" (res) : "0" (x) : "st(1)"); - return res; -} - -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/floorf.S mingw-w64-6.0.0/mingw-w64-crt/math/floorf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/floorf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/floorf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ - #include <_mingw_mac.h> - - .file "floorf.S" - .text - .p2align 4,,15 - .globl __MINGW_USYMBOL(floorf) - .def __MINGW_USYMBOL(floorf); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(floorf) -#endif -__MINGW_USYMBOL(floorf): -#if defined(_AMD64_) || defined(__x86_64__) - subq $40, %rsp - .seh_stackalloc 40 - .seh_endprologue - unpcklps %xmm0, %xmm0 - cvtps2pd %xmm0, %xmm0 - call floor - unpcklpd %xmm0, %xmm0 - cvtpd2ps %xmm0, %xmm0 - addq $40, %rsp - ret - .seh_endproc - .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f32 s0, s0 - vcvt.f32.s32 s0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - flds 4(%esp) - subl $8,%esp - - fstcw 4(%esp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x400,%edx /* round towards -oo */ - orl 4(%esp),%edx - andl $0xf7ff,%edx - movl %edx,(%esp) - fldcw (%esp) /* load modified control word */ - - frndint /* round */ - - fldcw 4(%esp) /* restore original control word */ - - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/floorl.S mingw-w64-6.0.0/mingw-w64-crt/math/floorl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/floorl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/floorl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "floorl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(floorl) - .def __MINGW_USYMBOL(floorl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(floorl): -#if defined(_AMD64_) || defined(__x86_64__) - fldt (%rdx) - subq $24,%rsp - - fstcw 8(%rsp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x400,%edx /* round towards -oo */ - orl 8(%rsp),%edx - andl $0xf7ff,%edx - movl %edx,(%rsp) - fldcw (%rsp) /* load modified control word */ - - frndint /* round */ - - fldcw 8(%rsp) /* restore original control word */ - - addq $24,%rsp - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldt 4(%esp) - subl $8,%esp - - fstcw 4(%esp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x400,%edx /* round towards -oo */ - orl 4(%esp),%edx - andl $0xf7ff,%edx - movl %edx,(%esp) - fldcw (%esp) /* load modified control word */ - - frndint /* round */ - - fldcw 4(%esp) /* restore original control word */ - - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/floor.S mingw-w64-6.0.0/mingw-w64-crt/math/floor.S --- mingw-w64-5.0.4/mingw-w64-crt/math/floor.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/floor.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,176 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "floor.S" - .text - .p2align 4,,15 - .globl __MINGW_USYMBOL(floor) - .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(floor) -#endif -__MINGW_USYMBOL(floor): -#if defined(_AMD64_) || defined(__x86_64__) - pushq %rbx - .seh_pushreg %rbx - subq $16, %rsp - .seh_stackalloc 16 - .seh_endprologue - movsd %xmm0, 8(%rsp) - movq 8(%rsp), %r9 - movq %r9, %rdx - movl %r9d, %r10d - shrq $32, %rdx - movl %edx, %eax - movl %edx, %r11d - sarl $20, %eax - andl $2047, %eax - leal -1023(%rax), %r8d - cmpl $51, %r8d - jle .L2 - cmpl $1024, %r8d - je .L27 -.L3: - addq $16, %rsp - popq %rbx - ret - .p2align 4,,10 -.L2: - cmpl $19, %r8d - jg .L4 - testl %r8d, %r8d - js .L28 - movl $1048575, %eax - movl %r8d, %ecx - shrl %cl, %eax - testl %r9d, %r9d - jne .L8 - testl %edx, %eax - je .L3 -.L8: - movsd .hugeval(%rip), %xmm1 - xorpd %xmm2, %xmm2 - addsd %xmm0, %xmm1 - ucomisd %xmm1, %xmm2 - jae .L3 - xorl %r9d, %r9d - testl %edx, %edx - jns .L9 - movl $1048576, %r9d - movl %r8d, %ecx - sarl %cl, %r9d -.L9: - addl %r9d, %edx - notl %eax - andl %edx, %eax - salq $32, %rax - movq %rax, 8(%rsp) - movsd 8(%rsp), %xmm0 - addq $16, %rsp - popq %rbx - ret - .p2align 4,,10 -.L4: - leal -1043(%rax), %ecx - movl $-1, %ebx - shrl %cl, %ebx - testl %r9d, %ebx - je .L3 - movsd .hugeval(%rip), %xmm1 - xorpd %xmm2, %xmm2 - addsd %xmm0, %xmm1 - ucomisd %xmm1, %xmm2 - jae .L3 - testl %edx, %edx - js .L29 -.L11: - notl %ebx - salq $32, %r11 - andl %ebx, %r10d - orq %r10, %r11 - movq %r11, 8(%rsp) - movsd 8(%rsp), %xmm0 - addq $16, %rsp - popq %rbx - ret - .p2align 4,,10 -.L27: - addsd %xmm0, %xmm0 - addq $16, %rsp - popq %rbx - ret - .p2align 4,,10 -.L28: - movsd .hugeval(%rip), %xmm2 - xorpd %xmm1, %xmm1 - addsd %xmm0, %xmm2 - ucomisd %xmm1, %xmm2 - jbe .L3 - testl %edx, %edx - js .L7 - movapd %xmm1, %xmm0 - jmp .L3 - .p2align 4,,10 -.L7: - andl $2147483647, %edx - orl %r9d, %edx - je .L3 - movabsq $-4616189618054758400, %rax - movq %rax, 8(%rsp) - movsd 8(%rsp), %xmm0 - jmp .L3 - .p2align 4,,10 -.L29: - cmpl $20, %r8d - je .L25 - movl $1075, %ecx - movl $1, %r10d - subl %eax, %ecx - sall %cl, %r10d - addl %r9d, %r10d - jae .L11 -.L25: - leal 1(%rdx), %r11d - jmp .L11 - .seh_endproc - - .section .rdata,"dr" - .align 8 -.hugeval: - .long -2013235812 - .long 2117592124 -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - bic r0, r1, #0x00c00000 - orr r0, r0, #0x00800000 /* Round towards Minus Infinity */ - vmsr fpscr, r0 - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldl 4(%esp) - subl $8,%esp - - fstcw 4(%esp) /* store fpu control word */ - - /* We use here %edx although only the low 1 bits are defined. - But none of the operations should care and they are faster - than the 16 bit operations. */ - movl $0x400,%edx /* round towards -oo */ - orl 4(%esp),%edx - andl $0xf7ff,%edx - movl %edx,(%esp) - fldcw (%esp) /* load modified control word */ - - frndint /* round */ - - fldcw 4(%esp) /* restore original control word */ - - addl $8,%esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fma.c mingw-w64-6.0.0/mingw-w64-crt/math/fma.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fma.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fma.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +double fma(double x, double y, double z); + +#if defined(_ARM_) || defined(__arm__) + +/* Use hardware FMA on ARM. */ +double fma(double x, double y, double z){ + __asm__ ( + "fmacd %0, %1, %2 \n" + : "+w"(z) + : "w"(x), "w"(y) + ); + return z; +} + +#elif defined(_ARM64_) || defined(__aarch64__) + +/* Use hardware FMA on ARM64. */ +double fma(double x, double y, double z){ + __asm__ ( + "fmadd %d0, %d1, %d2, %d0 \n" + : "+w"(z) + : "w"(x), "w"(y) + ); + return z; +} + +#else + +long double fmal(long double x, long double y, long double z); + +/* For platforms that don't have hardware FMA, emulate it. */ +double fma(double x, double y, double z){ + return (double)fmal(x, y, z); +} + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmaf.c mingw-w64-6.0.0/mingw-w64-crt/math/fmaf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fmaf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmaf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +float fmaf(float x, float y, float z); + +#if defined(_ARM_) || defined(__arm__) + +/* Use hardware FMA on ARM. */ +float fmaf(float x, float y, float z){ + __asm__ ( + "fmacs %0, %1, %2 \n" + : "+t"(z) + : "t"(x), "t"(y) + ); + return z; +} + +#elif defined(_ARM64_) || defined(__aarch64__) + +/* Use hardware FMA on ARM64. */ +float fmaf(float x, float y, float z){ + __asm__ ( + "fmadd %s0, %s1, %s2, %s0 \n" + : "+w"(z) + : "w"(x), "w"(y) + ); + return z; +} + +#else + +long double fmal(long double x, long double y, long double z); + +/* For platforms that don't have hardware FMA, emulate it. */ +float fmaf(float x, float y, float z){ + return (float)fmal(x, y, z); +} + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmaf.S mingw-w64-6.0.0/mingw-w64-crt/math/fmaf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/fmaf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmaf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "fmaf.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 2 -#endif - .p2align 4,,15 - .globl __MINGW_USYMBOL(fmaf) - .def __MINGW_USYMBOL(fmaf); .scl 2; .type 32; .endef -__MINGW_USYMBOL(fmaf): -#if defined(_AMD64_) || defined(__x86_64__) - subq $56, %rsp - movss %xmm0,(%rsp) - movss %xmm1,16(%rsp) - movss %xmm2,32(%rsp) - flds (%rsp) - fmuls 16(%rsp) - flds 32(%rsp) - faddp - fstps (%rsp) - movss (%rsp),%xmm0 - addq $56, %rsp - ret -#elif defined(_ARM_) || defined(__arm__) - fmacs s2, s0, s1 - fcpys s0, s2 - bx lr -#elif defined(_X86_) || defined(__i386__) - flds 4(%esp) - fmuls 8(%esp) - flds 12(%esp) - faddp - ret -#endif - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmal.c mingw-w64-6.0.0/mingw-w64-crt/math/fmal.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fmal.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmal.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,10 +3,143 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -long double fmal ( long double _x, long double _y, long double _z); +long double fmal(long double x, long double y, long double z); -long double -fmal ( long double _x, long double _y, long double _z) -{ - return ((_x * _y) + _z); +#if defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) + +double fma(double x, double y, double z); + +/* On ARM `long double` is 64 bits. And ARM has hardware FMA. */ +long double fmal(long double x, long double y, long double z){ + return fma(x, y, z); } + +#elif defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) + +/** + * x87-specific software-emulated FMA by LH_Mouse (lh_mouse at 126 dot com). + * This file is donated to the mingw-w64 project. + * Note: This file requires C99 support to compile. + */ + +#include +#include +#include +#include + +/* https://en.wikipedia.org/wiki/Extended_precision#x86_extended_precision_format */ +typedef union x87reg_ { + struct __attribute__((__packed__)) { + union { + uint64_t f64; + struct { + uint32_t flo; + uint32_t fhi; + }; + }; + uint16_t exp : 15; + uint16_t sgn : 1; + }; + long double f; +} x87reg; + +static inline void break_down(x87reg *restrict lo, x87reg *restrict hi, long double x){ + hi->f = x; + const uint32_t flo = hi->flo; + const long exp = hi->exp; + const bool sgn = hi->sgn; + /* Erase low-order significant bits. `hi->f` now has only 32 significant bits. */ + hi->flo = 0; + + if(flo == 0){ + /* If the low-order significant bits are all zeroes, return zero in `lo->f`. */ + lo->f64 = 0; + lo->exp = 0; + } else { + /* How many bits should we shift to normalize the floating point value? */ + const long shn = __builtin_clzl(flo) - (sizeof(long) - sizeof(uint32_t)) * CHAR_BIT + 32; +#if 0 /* Naive implementation */ + if(shn < exp){ + /* `x` can be normalized, normalize it. */ + lo->f64 = (uint64_t)flo << shn; + lo->exp = (exp - shn) & 0x7FFF; + } else { + /* Otherwise, go with a denormal number. */ + if(exp > 0){ + /* Denormalize the source normal number. */ + lo->f64 = (uint64_t)flo << (exp - 1); + } else { + /* Leave the source denormal number as is. */ + lo->f64 = flo; + } + lo->exp = 0; + } +#else /* Optimal implementation */ + const long mask = (shn - exp) >> 31; /* mask = (shn < exp) ? -1 : 0 */ + long expm1 = exp - 1; + expm1 &= ~(expm1 >> 31); /* expm1 = (exp - 1 >= 0) ? (exp - 1) : 0 */ + lo->f64 = (uint64_t)flo << (((shn ^ expm1) & mask) ^ expm1); + /* f64 = flo << ((shn < exp) ? shn : expm1) */ + lo->exp = (exp - shn) & mask; /* exp = (shn < exp) ? (exp - shn) : 0 */ +#endif + } + lo->sgn = sgn; +} +static inline long double fpu_fma(long double x, long double y, long double z){ + /* + POSIX-2013: + 1. If x or y are NaN, a NaN shall be returned. + 2. If x multiplied by y is an exact infinity and z is also an infinity + but with the opposite sign, a domain error shall occur, and either a NaN + (if supported), or an implementation-defined value shall be returned. + 3. If one of x and y is infinite, the other is zero, and z is not a NaN, + a domain error shall occur, and either a NaN (if supported), or an + implementation-defined value shall be returned. + 4. If one of x and y is infinite, the other is zero, and z is a NaN, a NaN + shall be returned and a domain error may occur. + 5. If x* y is not 0*Inf nor Inf*0 and z is a NaN, a NaN shall be returned. + */ + if(__fpclassifyl(x) == FP_NAN){ + return x; /* Handle case 1. */ + } + if(__fpclassifyl(y) == FP_NAN){ + return y; /* Handle case 1. */ + } + /* Handle case 2, 3 and 4 universally. Thanks to x87 a NaN is generated + if an INF is multiplied with zero, saving us a huge amount of work. */ + const long double xy = x * y; + if(__fpclassifyl(xy) == FP_NAN){ + return xy; /* Handle case 2, 3 and 4. */ + } + if(__fpclassifyl(z) == FP_NAN){ + return z; /* Handle case 5. */ + } + /* Check whether the result is finite. */ + const long double xyz = xy + z; + const int cxyz = __fpclassifyl(xyz); + if((cxyz == FP_NAN) || (cxyz == FP_INFINITE)){ + return xyz; /* If this naive check doesn't yield a finite value, the FMA isn't + likely to return one either. Forward the value as is. */ + } + + long double ret; + x87reg xlo, xhi, ylo, yhi; + break_down(&xlo, &xhi, x); + break_down(&ylo, &yhi, y); + /* The order of these four statements is essential. Don't move them around. */ + ret = z; + ret += xhi.f * yhi.f; /* The most significant item comes first. */ + ret += xhi.f * ylo.f + xlo.f * yhi.f; /* They are equally significant. */ + ret += xlo.f * ylo.f; /* The least significant item comes last. */ + return ret; +} + +long double fmal(long double x, long double y, long double z){ + return fpu_fma(x, y, z); +} + +#else + +#error Please add FMA implementation for this platform. + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fma.S mingw-w64-6.0.0/mingw-w64-crt/math/fma.S --- mingw-w64-5.0.4/mingw-w64-crt/math/fma.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fma.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "fma.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .p2align 4,,15 - .globl __MINGW_USYMBOL(fma) - .def __MINGW_USYMBOL(fma); .scl 2; .type 32; .endef -__MINGW_USYMBOL(fma): -#if defined(_AMD64_) || defined(__x86_64__) - subq $56, %rsp - movsd %xmm0,(%rsp) - movsd %xmm1,16(%rsp) - movsd %xmm2,32(%rsp) - fldl (%rsp) - fmull 16(%rsp) - fldl 32(%rsp) - faddp - fstpl (%rsp) - movsd (%rsp),%xmm0 - addq $56, %rsp - ret -#elif defined(_ARM_) || defined(__arm__) - fmacd d2, d0, d1 - fcpyd d0, d2 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldl 4(%esp) - fmull 12(%esp) - fldl 20(%esp) - faddp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmod.c mingw-w64-6.0.0/mingw-w64-crt/math/fmod.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fmod.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmod.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -double fmod (double x, double y); - -double -fmod (double x, double y) -{ - double res = 0.0; - - asm ("1:\tfprem\n\t" - "fstsw %%ax\n\t" - "sahf\n\t" - "jp 1b\n\t" - "fstp %%st(1)" - : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmodf.c mingw-w64-6.0.0/mingw-w64-crt/math/fmodf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fmodf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmodf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Public domain. - * - * Adapted for float type by Danny Smith - * . - */ - -#include - -float -fmodf (float x, float y) -{ - float res = 0.0F; - - asm ("1:\tfprem\n\t" - "fstsw %%ax\n\t" - "sahf\n\t" - "jp 1b\n\t" - "fstp %%st(1)" - : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fmodl.c mingw-w64-6.0.0/mingw-w64-crt/math/fmodl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fmodl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fmodl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -long double fmodl (long double x, long double y); - -long double -fmodl (long double x, long double y) -{ - long double res = 0.0L; - - asm ("1:\tfprem\n\t" - "fstsw %%ax\n\t" - "sahf\n\t" - "jp 1b\n\t" - "fstp %%st(1)" - : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fpclassifyf.c mingw-w64-6.0.0/mingw-w64-crt/math/fpclassifyf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fpclassifyf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fpclassifyf.c 2018-09-14 14:16:43.000000000 +0000 @@ -8,7 +8,7 @@ int __fpclassifyf (float _x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_flt_type_t hlp; hlp.x = _x; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fpclassifyl.c mingw-w64-6.0.0/mingw-w64-crt/math/fpclassifyl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fpclassifyl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fpclassifyl.c 2018-09-14 14:16:43.000000000 +0000 @@ -23,7 +23,7 @@ return (((hlp.ldt->lh.high & 0x7fffffff) | hlp.ldt->lh.low) == 0 ? FP_INFINITE : FP_NAN); return FP_NORMAL; -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __fpclassify(_x); #elif defined(__i386__) || defined(_X86_) unsigned short sw; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/frexpl.S mingw-w64-6.0.0/mingw-w64-crt/math/frexpl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/frexpl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/frexpl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,130 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - -/* - * frexpl(long double x, int* expnt) extracts the exponent from x. - * It returns an integer power of two to expnt and the significand - * between 0.5 and 1 to y. Thus x = y * 2**expn. - */ -#ifdef __x86_64__ - .align 8 -#else - .align 2 -#endif -.globl __MINGW_USYMBOL(frexpl) -__MINGW_USYMBOL(frexpl): -#ifdef __x86_64__ - pushq %rbp - movq %rsp,%rbp - subq $48,%rsp - pushq %rsi - fldt (%rdx) - movq %rcx,%r9 - fld %st(0) - fstpt -12(%rbp) - leaq -4(%rbp),%rcx - movw -4(%rbp),%dx - andl $32767,%edx - jne L25 - fldz - fucompp - fnstsw %ax - andb $68,%ah - xorb $64,%ah - jne L21 - movl $0,(%r8) - fldz - jmp L24 - .align 4,0x90 - .align 4,0x90 -L21: - fldt -12(%rbp) - fadd %st(0),%st - fstpt -12(%rbp) - decl %edx - movw (%rcx),%si - andl $32767,%esi - jne L22 - cmpl $-66,%edx - jg L21 -L22: - add %esi,%edx - jmp L19 - .align 2,0x90 -L25: - fstp %st(0) -L19: - addl $-16382,%edx - movl %edx,(%r8) - movw (%rcx),%ax - andl $-32768,%eax - orl $16382,%eax - movw %ax,(%rcx) - fldt -12(%rbp) -L24: - popq %rsi - movq %r9,%rax - movq $0,8(%r9) - fstpt (%r9) - leave - ret -#else - pushl %ebp - movl %esp,%ebp - subl $24,%esp - pushl %esi - pushl %ebx - fldt 8(%ebp) - movl 20(%ebp),%ebx - fld %st(0) - fstpt -12(%ebp) - leal -4(%ebp),%ecx - movw -4(%ebp),%dx - andl $32767,%edx - jne L25 - fldz - fucompp - fnstsw %ax - andb $68,%ah - xorb $64,%ah - jne L21 - movl $0,(%ebx) - fldz - jmp L24 - .align 2,0x90 - .align 2,0x90 -L21: - fldt -12(%ebp) - fadd %st(0),%st - fstpt -12(%ebp) - decl %edx - movw (%ecx),%si - andl $32767,%esi - jne L22 - cmpl $-66,%edx - jg L21 -L22: - addl %esi,%edx - jmp L19 - .align 2,0x90 -L25: - fstp %st(0) -L19: - addl $-16382,%edx - movl %edx,(%ebx) - movw (%ecx),%ax - andl $-32768,%eax - orl $16382,%eax - movw %ax,(%ecx) - fldt -12(%ebp) -L24: - leal -32(%ebp),%esp - popl %ebx - popl %esi - leave - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/fucom.c mingw-w64-6.0.0/mingw-w64-crt/math/fucom.c --- mingw-w64-5.0.4/mingw-w64-crt/math/fucom.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/fucom.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -int __fp_unordered_compare (long double x, long double y); - -int -__fp_unordered_compare (long double x, long double y){ - unsigned short retval; - __asm__ __volatile__ ( - "fucom %%st(1);" - "fnstsw;" - : "=a" (retval) - : "t" (x), "u" (y) - ); - return retval; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ilogbf.S mingw-w64-6.0.0/mingw-w64-crt/math/ilogbf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ilogbf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ilogbf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,109 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ilogbf.S" - .text - .p2align 4,,15 -.globl __MINGW_USYMBOL(ilogbf) - .def __MINGW_USYMBOL(ilogbf); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(ilogbf) -#endif -__MINGW_USYMBOL(ilogbf): -#ifdef __x86_64__ -/* generated code for: -int -ilogbf (float x) -{ - __mingw_flt_type_t hlp; - int hx, ix; - - hlp.x = x; - hx = (int) hlp.val & 0x7fffffff; - if (hx < 0x800000) - { - if (hx == 0) - return 0x80000000; // ilogb(0) = FP_ILOGB0 - for (ix = -126, hx <<= 8; hx > 0; hx <<= 1) - ix -= 1; - return ix; - } - if (hx < 0x7f800000) - return (hx >> 23) - 127; - if (hx == 0x7f800000) - return 0x7fffffff; - return 0x80000000; -} */ - subq $24, %rsp - .seh_stackalloc 24 - .seh_endprologue - movss %xmm0, 12(%rsp) - movl 12(%rsp), %edx - andl $2147483647, %edx - cmpl $8388607, %edx - jg .L2 - testl %edx, %edx - je .L6 - sall $8, %edx - movl $-126, %eax - testl %edx, %edx - jle .L3 - .p2align 4,,10 -.L4: - addl %edx, %edx - subl $1, %eax - testl %edx, %edx - jg .L4 -.L3: - addq $24, %rsp - ret - .p2align 4,,10 -.L2: - cmpl $2139095039, %edx - jle .L10 - cmpl $2139095040, %edx - movl $2147483647, %eax - movl $-2147483648, %edx - cmovne %edx, %eax - addq $24, %rsp - ret - .p2align 4,,10 -.L10: - sarl $23, %edx - leal -127(%rdx), %eax - addq $24, %rsp - ret -.L6: - movl $-2147483648, %eax - jmp .L3 - .seh_endproc -#else - flds 4(%esp) -/* I added the following ugly construct because ilogb(+-Inf) is - required to return INT_MAX in ISO C99. - -- jakub@redhat.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - - fxtract - pushl %eax - fstp %st - - fistpl (%esp) - fwait - popl %eax - - ret - -1: fstp %st - movl $0x7fffffff, %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ilogbl.S mingw-w64-6.0.0/mingw-w64-crt/math/ilogbl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ilogbl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ilogbl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ilogbl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(ilogbl) - .def __MINGW_USYMBOL(ilogbl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(ilogbl): -#ifdef __x86_64__ - fldt (%rcx) - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - - fxtract - pushq %rax - fstp %st - - fistpl (%rsp) - fwait - popq %rax - - ret - -1: fstp %st - movl $0x7fffffff, %eax - ret -#else - fldt 4(%esp) -/* I added the following ugly construct because ilogb(+-Inf) is - required to return INT_MAX in ISO C99. - -- jakub@redhat.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - - fxtract - pushl %eax - fstp %st - - fistpl (%esp) - fwait - popl %eax - - ret - -1: fstp %st - movl $0x7fffffff, %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ilogb.S mingw-w64-6.0.0/mingw-w64-crt/math/ilogb.S --- mingw-w64-5.0.4/mingw-w64-crt/math/ilogb.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ilogb.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,143 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "ilogb.S" - .text - .p2align 4,,15 -.globl __MINGW_USYMBOL(ilogb) - .def __MINGW_USYMBOL(ilogb); .scl 2; .type 32; .endef -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(ilogb) -#endif -__MINGW_USYMBOL(ilogb): -#ifdef __x86_64__ -/* Generated code by: -int -ilogb (double x) -{ - __mingw_dbl_type_t hlp; - int hx, lx, ix; - - hlp.x = x; - hx = hpl.lh.high & 0x7fffffff; - if (hx < 0x100000) - { - lx = hlp.lh.low; - if ((hx | lx) == 0) - return 0x80000000; // ilogb(0) = FP_ILOGB0 - // subnormal x - if (hx == 0) - { - for (ix = -1043; lx > 0; lx <<= 1) - ix -=1; - } - else - { - for (ix = -1022,hx <<= 11; hx > 0; hx <<= 1) - ix -=1; - } - return ix; - } - if (hx < 0x7ff00000) - return (hx >> 20) - 1023; - lx = hlp.lh.low; - if (((hx ^ 0x7ff00000) | lx) == 0) - return 0x7fffffff; - return 0x80000000; -} */ - subq $24, %rsp - .seh_stackalloc 24 - .seh_endprologue - movsd %xmm0, 8(%rsp) - movq 8(%rsp), %rdx - shrq $32, %rdx - andl $2147483647, %edx - cmpl $1048575, %edx - jg .L2 - movq 8(%rsp), %rcx - movl %edx, %eax - orl %ecx, %eax - je .L8 - testl %edx, %edx - jne .L4 - testl %ecx, %ecx - movl %ecx, %edx - movl $-1043, %eax - jle .L3 - .p2align 4,,10 -.L5: - addl %edx, %edx - subl $1, %eax - testl %edx, %edx - jg .L5 - addq $24, %rsp - ret - .p2align 4,,10 -.L2: - cmpl $2146435071, %edx - jle .L13 - movsd %xmm0, 8(%rsp) - movq 8(%rsp), %rax - xorl $2146435072, %edx - orl %eax, %edx - cmpl $1, %edx - sbbl %eax, %eax - addl $-2147483648, %eax -.L3: - addq $24, %rsp - ret - .p2align 4,,10 -.L4: - sall $11, %edx - movl $-1022, %eax - testl %edx, %edx - jle .L3 - .p2align 4,,10 -.L6: - addl %edx, %edx - subl $1, %eax - testl %edx, %edx - jg .L6 - addq $24, %rsp - ret - .p2align 4,,10 -.L13: - sarl $20, %edx - leal -1023(%rdx), %eax - addq $24, %rsp - ret -.L8: - movl $-2147483648, %eax - jmp .L3 - .seh_endproc -#else - - fldl 4(%esp) -/* I added the following ugly construct because ilogb(+-Inf) is - required to return INT_MAX in ISO C99. - -- jakub@redhat.com. */ - fxam /* Is NaN or +-Inf? */ - fstsw %ax - movb $0x45, %dh - andb %ah, %dh - cmpb $0x05, %dh - je 1f /* Is +-Inf, jump. */ - - fxtract - pushl %eax - fstp %st - - fistpl (%esp) - fwait - popl %eax - - ret - -1: fstp %st - movl $0x7fffffff, %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/internal_logl.S mingw-w64-6.0.0/mingw-w64-crt/math/internal_logl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/internal_logl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/internal_logl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "internal_logl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -one: .double 1.0 - /* It is not important that this constant is precise. It is only - a value which is known to be on the safe side for using the - fyl2xp1 instruction. */ -limit: .double 0.29 - -.globl __MINGW_USYMBOL(__logl_internal) - .def __MINGW_USYMBOL(__logl_internal); .scl 2; .type 32; .endef -__MINGW_USYMBOL(__logl_internal): -#ifdef __x86_64__ - fldln2 // log(2) - fldt (%rdx) // x : log(2) - fld %st // x : x : log(2) - fsubl one(%rip) // x-1 : x : log(2) - fld %st // x-1 : x-1 : x : log(2) - fabs // |x-1| : x-1 : x : log(2) - fcompl limit(%rip) // x-1 : x : log(2) - fnstsw // x-1 : x : log(2) - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : log(2) - fyl2xp1 // log(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -2: fstp %st(0) // x : log(2) - fyl2x // log(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldln2 // log(2) - fldt 4(%esp) // x : log(2) - fld %st // x : x : log(2) - fsubl one // x-1 : x : log(2) - fld %st // x-1 : x-1 : x : log(2) - fabs // |x-1| : x-1 : x : log(2) - fcompl limit // x-1 : x : log(2) - fnstsw // x-1 : x : log(2) - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : log(2) - fyl2xp1 // log(x) - ret - -2: fstp %st(0) // x : log(2) - fyl2x // log(x) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/isnan.c mingw-w64-6.0.0/mingw-w64-crt/math/isnan.c --- mingw-w64-5.0.4/mingw-w64-crt/math/isnan.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/isnan.c 2018-09-14 14:16:43.000000000 +0000 @@ -8,7 +8,7 @@ int __isnan (double _x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_dbl_type_t hlp; int l, h; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/isnanf.c mingw-w64-6.0.0/mingw-w64-crt/math/isnanf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/isnanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/isnanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -7,7 +7,7 @@ int __isnanf (float _x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_flt_type_t hlp; int i; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/isnanl.c mingw-w64-6.0.0/mingw-w64-crt/math/isnanl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/isnanl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/isnanl.c 2018-09-14 14:16:43.000000000 +0000 @@ -18,7 +18,7 @@ signexp |= (unsigned int) (xx | (-xx)) >> 31; signexp = 0xfffe - signexp; return (int) ((unsigned int) signexp) >> 16; -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __isnan(_x); #elif defined(__i386__) || defined(_X86_) unsigned short _sw; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ldexp.c mingw-w64-6.0.0/mingw-w64-crt/math/ldexp.c --- mingw-w64-5.0.4/mingw-w64-crt/math/ldexp.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ldexp.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include - -double ldexp(double x, int expn) -{ - double res = 0.0; - if (!isfinite (x) || x == 0.0) - return x; - - __asm__ __volatile__ ("fscale" - : "=t" (res) - : "0" (x), "u" ((double) expn)); - - if (!isfinite (res) || res == 0.0L) - errno = ERANGE; - - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/ldexpl.c mingw-w64-6.0.0/mingw-w64-crt/math/ldexpl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/ldexpl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/ldexpl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include -#include - -long double ldexpl(long double x, int expn) -{ - long double res = 0.0L; - if (!isfinite (x) || x == 0.0L) - return x; - - __asm__ __volatile__ ("fscale" - : "=t" (res) - : "0" (x), "u" ((long double) expn)); - - if (!isfinite (res) || res == 0.0L) - errno = ERANGE; - - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/lgammal.c mingw-w64-6.0.0/mingw-w64-crt/math/lgammal.c --- mingw-w64-5.0.4/mingw-w64-crt/math/lgammal.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/lgammal.c 2018-09-14 14:16:43.000000000 +0000 @@ -198,11 +198,11 @@ /* log( sqrt( 2*pi ) ) */ static const long double LS2PI = 0.91893853320467274178L; -#if defined(__arm__) || defined(_ARM_) +#if defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) #define MAXLGM 2.035093e36 #else #define MAXLGM 1.04848146839019521116e+4928L -#endif /* defined(__arm__) || defined(_ARM_) */ +#endif /* defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) */ /* Logarithm of gamma function */ /* Reentrant version */ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log10l.S mingw-w64-6.0.0/mingw-w64-crt/math/log10l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log10l.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log10l.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,93 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log10l.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -one: .double 1.0 - /* It is not important that this constant is precise. It is only - a value which is known to be on the safe side for using the - fyl2xp1 instruction. */ -limit: .double 0.29 - - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(log10l) - .def __MINGW_USYMBOL(log10l); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log10l): -#ifdef __x86_64__ - fldlg2 // log10(2) - fldt (%rdx) // x : log10(2) - fxam - fnstsw - fld %st // x : x : log10(2) - sahf - jc 3f // in case x is NaN or Inf -4: fsubl one(%rip) // x-1 : x : log10(2) - fld %st // x-1 : x-1 : x : log10(2) - fabs // |x-1| : x-1 : x : log10(2) - fcompl limit(%rip) // x-1 : x : log10(2) - fnstsw // x-1 : x : log10(2) - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : log10(2) - fyl2xp1 // log10(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -2: fstp %st(0) // x : log10(2) - fyl2x // log10(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldlg2 // log10(2) - fldt 4(%esp) // x : log10(2) - fxam - fnstsw - fld %st // x : x : log10(2) - sahf - jc 3f // in case x is NaN or Inf -4: fsubl one // x-1 : x : log10(2) - fld %st // x-1 : x-1 : x : log10(2) - fabs // |x-1| : x-1 : x : log10(2) - fcompl limit // x-1 : x : log10(2) - fnstsw // x-1 : x : log10(2) - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : log10(2) - fyl2xp1 // log10(x) - ret - -2: fstp %st(0) // x : log10(2) - fyl2x // log10(x) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log1pf.S mingw-w64-6.0.0/mingw-w64-crt/math/log1pf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log1pf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log1pf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log1pf.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - /* The fyl2xp1 can only be used for values in - -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 - 0.29 is a safe value. - */ -limit: .float 0.29 -one: .float 1.0 -/* - * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, - * otherwise fyl2x with the needed extra computation. - */ -.globl __MINGW_USYMBOL(log1pf) - .def __MINGW_USYMBOL(log1pf); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log1pf): -#ifdef __x86_64__ - movss %xmm0,-12(%rsp) - fldln2 - flds -12(%rsp) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf - -4: fabs - fcomps limit(%rip) - fnstsw - sahf - jc 2f - fadds one(%rip) - fyl2x - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret - -2: fyl2xp1 - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret -#else - fldln2 - flds 4(%esp) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf - -4: fabs - fcomps limit - fnstsw - sahf - jc 2f - fadds one - fyl2x - ret - -2: fyl2xp1 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log1pl.S mingw-w64-6.0.0/mingw-w64-crt/math/log1pl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log1pl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log1pl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log1pl.S" - .text - /* The fyl2xp1 can only be used for values in - -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 - 0.29 is a safe value. - */ - - /* Only gcc understands the .tfloat type - The series of .long below represents - limit: .tfloat 0.29 - */ - .align 16 -limit: - .long 2920577761 - .long 2491081031 - .long 16381 -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - /* Please note: we use a double value here. Since 1.0 has - an exact representation this does not effect the accuracy - but it helps to optimize the code. */ -one: .double 1.0 - -/* - * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, - * otherwise fyl2x with the needed extra computation. - */ -.globl __MINGW_USYMBOL(log1pl) - .def __MINGW_USYMBOL(log1pl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log1pl): -#ifdef __x86_64__ - fldln2 - fldt (%rdx) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf -4: - fabs - fldt limit(%rip) - fcompp - fnstsw - sahf - jnc 2f - faddl one(%rip) - fyl2x - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -2: fyl2xp1 - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldln2 - fldt 4(%esp) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf -4: - fabs - fldt limit - fcompp - fnstsw - sahf - jnc 2f - faddl one - fyl2x - ret - -2: fyl2xp1 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log1p.S mingw-w64-6.0.0/mingw-w64-crt/math/log1p.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log1p.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log1p.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log1p.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - /* The fyl2xp1 can only be used for values in - -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 - 0.29 is a safe value. - */ -limit: .double 0.29 -one: .double 1.0 -/* - * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, - * otherwise fyl2x with the needed extra computation. - */ -.globl __MINGW_USYMBOL(log1p) - .def __MINGW_USYMBOL(log1p); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log1p): -#ifdef __x86_64__ - movsd %xmm0,-16(%rsp) - fldln2 - fldl -16(%rsp) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf - -4: fabs - fcompl limit(%rip) - fnstsw - sahf - jc 2f - faddl one(%rip) - fyl2x - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret - -2: fyl2xp1 - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret -#else - fldln2 - fldl 4(%esp) - fxam - fnstsw - fld %st - sahf - jc 3f // in case x is NaN or Inf - -4: fabs - fcompl limit - fnstsw - sahf - jc 2f - faddl one - fyl2x - ret - -2: fyl2xp1 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log2f.S mingw-w64-6.0.0/mingw-w64-crt/math/log2f.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log2f.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log2f.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log2f.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -one: .double 1.0 - /* It is not important that this constant is precise. It is only - a value which is known to be on the safe side for using the - fyl2xp1 instruction. */ -limit: .double 0.29 - -.globl __MINGW_USYMBOL(log2f) - .def __MINGW_USYMBOL(log2f); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log2f): -#ifdef __x86_64__ - movss %xmm0,-12(%rsp) - fldl one(%rip) - flds -12(%rsp) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit(%rip) // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret -#else - fldl one - flds 4(%esp) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log2l.S mingw-w64-6.0.0/mingw-w64-crt/math/log2l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log2l.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log2l.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log2l.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -one: .double 1.0 - /* It is not important that this constant is precise. It is only - a value which is known to be on the safe side for using the - fyl2xp1 instruction. */ -limit: .double 0.29 - -.globl __MINGW_USYMBOL(log2l) - .def __MINGW_USYMBOL(log2l); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log2l): -#ifdef __x86_64__ - fldl one(%rip) - fldt (%rdx) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit(%rip) // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldl one - fldt 4(%esp) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log2.S mingw-w64-6.0.0/mingw-w64-crt/math/log2.S --- mingw-w64-5.0.4/mingw-w64-crt/math/log2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log2.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "log2.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -one: .double 1.0 - /* It is not important that this constant is precise. It is only - a value which is known to be on the safe side for using the - fyl2xp1 instruction. */ -limit: .double 0.29 - -.globl __MINGW_USYMBOL(log2) - .def __MINGW_USYMBOL(log2); .scl 2; .type 32; .endef -__MINGW_USYMBOL(log2): -#ifdef __x86_64__ - movsd %xmm0,-16(%rsp) - fldl one(%rip) - fldl -16(%rsp) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit(%rip) // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret -#else - fldl one - fldl 4(%esp) // x : 1 - fxam - fnstsw - fld %st // x : x : 1 - sahf - jc 3f // in case x is NaN or Inf -4: fsub %st(2), %st // x-1 : x : 1 - fld %st // x-1 : x-1 : x : 1 - fabs // |x-1| : x-1 : x : 1 - fcompl limit // x-1 : x : 1 - fnstsw // x-1 : x : 1 - andb $0x45, %ah - jz 2f - fstp %st(1) // x-1 : 1 - fyl2xp1 // log(x) - ret - -2: fstp %st(0) // x : 1 - fyl2x // log(x) - ret - -3: jp 4b // in case x is Inf - fstp %st(1) - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/logb.c mingw-w64-6.0.0/mingw-w64-crt/math/logb.c --- mingw-w64-5.0.4/mingw-w64-crt/math/logb.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/logb.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Public domain. - */ - -#include - -double -logb (double x) -{ -#ifdef __x86_64__ - __mingw_dbl_type_t hlp; - int lx, hx; - - hlp.x = x; - lx = hlp.lh.low; - hx = hlp.lh.high & 0x7fffffff; /* high |x| */ - if ((hx | lx) == 0) - return -1.0 / fabs (x); - if (hx >= 0x7ff00000) - return x * x; - if ((hx >>= 20) == 0) /* IEEE 754 logb */ - return -1022.0; - return (double) (hx - 1023); -#else - double res = 0.0; - asm ("fxtract\n\t" - "fstp %%st" : "=t" (res) : "0" (x)); - return res; -#endif -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/logbf.c mingw-w64-6.0.0/mingw-w64-crt/math/logbf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/logbf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/logbf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Public domain. - */ - -#include - -float -logbf (float x) -{ -#ifdef __x86_64__ - int v; - __mingw_flt_type_t hlp; - - hlp.x = x; - v = hlp.val & 0x7fffffff; /* high |x| */ - if (!v) - return (float)-1.0 / fabsf (x); - if (v >= 0x7f800000) - return x * x; - if ((v >>= 23) == 0) /* IEEE 754 logb */ - return -126.0; - return (float) (v - 127); -#else - float res = 0.0F; - asm ("fxtract\n\t" - "fstp %%st" : "=t" (res) : "0" (x)); - return res; -#endif -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/logbl.c mingw-w64-6.0.0/mingw-w64-crt/math/logbl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/logbl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/logbl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -/* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Public domain. - */ - -#include - -long double -logbl (long double x) -{ - long double res = 0.0L; - - asm ("fxtract\n\t" - "fstp %%st" : "=t" (res) : "0" (x)); - return res; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log.c mingw-w64-6.0.0/mingw-w64-crt/math/log.c --- mingw-w64-5.0.4/mingw-w64-crt/math/log.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "log.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/log.def.h mingw-w64-6.0.0/mingw-w64-crt/math/log.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/log.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/log.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,69 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include - -extern long double __cdecl __logl_internal (long double); - -__FLT_TYPE __cdecl -__FLT_ABI(log) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_ZERO) - { - __FLT_RPT_ERANGE ("log", x, 0.0, -__FLT_HUGE_VAL, 1); - return -__FLT_HUGE_VAL; - } - else if (signbit (x)) - { - __FLT_RPT_DOMAIN ("log", x, 0.0, __FLT_NAN); - return __FLT_NAN; - } - else if (x_class == FP_INFINITE) - return __FLT_HUGE_VAL; - else if (x_class == FP_NAN) - return __FLT_NAN; - return (__FLT_TYPE) __logl_internal ((long double) x); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/logl.c mingw-w64-6.0.0/mingw-w64-crt/math/logl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/logl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/logl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "log.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/lrint.c mingw-w64-6.0.0/mingw-w64-crt/math/lrint.c --- mingw-w64-5.0.4/mingw-w64-crt/math/lrint.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/lrint.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,26 +5,22 @@ */ #include -#if defined(__arm__) || defined(_ARM_) -/* This works around a compiler bug */ -long __lrint_internal( double x ); -asm(".def __lrint_internal; .scl 2; .type 32; .endef\n" - "\t.text\n" - "\t.align 4\n" - "\t.globl __lrint_internal\n" - "__lrint_internal:\n" - "\tvcvtr.s32.f64 s0, d0\n" - "\tfmrs r0, s0\n" - "\tbx lr"); -#endif /* defined(__arm__) || defined(_ARM_) */ - long lrint (double x) { long retval = 0L; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); #elif defined(__arm__) || defined(_ARM_) - retval = __lrint_internal(x); + float temp; + __asm__ __volatile__ ( + "vcvtr.s32.f64 %[tmp], %[src]\n\t" + "fmrs %[dst], %[tmp]\n\t" + : [dst] "=r" (retval), [tmp] "=t" (temp) : [src] "w" (x)); +#elif defined(__aarch64__) || defined(_ARM64_) + __asm__ __volatile__ ( + "frintx %d1, %d1\n\t" + "fcvtzs %w0, %d1\n\t" + : "=r" (retval), "+w" (x)); #endif return retval; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/lrintf.c mingw-w64-6.0.0/mingw-w64-crt/math/lrintf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/lrintf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/lrintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,26 +5,21 @@ */ #include -#if defined(__arm__) || defined(_ARM_) -/* This works around a compiler bug */ -long __lrintf_internal( float x ); -asm(".def __lrintf_internal; .scl 2; .type 32; .endef\n" - "\t.text\n" - "\t.align 4\n" - "\t.globl __lrintf_internal\n" - "__lrintf_internal:\n" - "\tvcvtr.s32.f32 s0, s0\n" - "\tfmrs r0, s0\n" - "\tbx lr"); -#endif /* defined(__arm__) || defined(_ARM_) */ - long lrintf (float x) { long retval = 0l; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); #elif defined(__arm__) || defined(_ARM_) - retval = __lrintf_internal(x); + __asm__ __volatile__ ( + "vcvtr.s32.f32 %[src], %[src]\n\t" + "fmrs %[dst], %[src]\n\t" + : [dst] "=r" (retval), [src] "+w" (x)); +#elif defined(__aarch64__) || defined(_ARM64_) + __asm__ __volatile__ ( + "frintx %s1, %s1\n\t" + "fcvtzs %w0, %s1\n\t" + : "=r" (retval), "+w" (x)); #endif return retval; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/lrintl.c mingw-w64-6.0.0/mingw-w64-crt/math/lrintl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/lrintl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/lrintl.c 2018-09-14 14:16:43.000000000 +0000 @@ -10,7 +10,7 @@ long retval = 0l; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) retval = lrint(x); #endif return retval; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/modf.c mingw-w64-6.0.0/mingw-w64-crt/math/modf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/modf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/modf.c 2018-09-14 14:16:43.000000000 +0000 @@ -13,7 +13,7 @@ double int_part = 0.0; /* truncate */ #if defined(_AMD64_) || defined(__x86_64__) - asm ("subq $8, %%rsp\n" + asm volatile ("subq $8, %%rsp\n" "fnstcw 4(%%rsp)\n" "movzwl 4(%%rsp), %%eax\n" "orb $12, %%ah\n" @@ -23,7 +23,7 @@ "fldcw 4(%%rsp)\n" "addq $8, %%rsp\n" : "=t" (int_part) : "0" (value) : "eax"); /* round */ #elif defined(_X86_) || defined(__i386__) - asm ("push %%eax\n\tsubl $8, %%esp\n" + asm volatile ("push %%eax\n\tsubl $8, %%esp\n" "fnstcw 4(%%esp)\n" "movzwl 4(%%esp), %%eax\n" "orb $12, %%ah\n" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/modff.c mingw-w64-6.0.0/mingw-w64-crt/math/modff.c --- mingw-w64-5.0.4/mingw-w64-crt/math/modff.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/modff.c 2018-09-14 14:16:43.000000000 +0000 @@ -14,7 +14,7 @@ /* truncate */ /* truncate */ #if defined(_AMD64_) || defined(__x86_64__) - asm ("subq $8, %%rsp\n" + asm volatile ("subq $8, %%rsp\n" "fnstcw 4(%%rsp)\n" "movzwl 4(%%rsp), %%eax\n" "orb $12, %%ah\n" @@ -24,7 +24,7 @@ "fldcw 4(%%rsp)\n" "addq $8, %%rsp\n" : "=t" (int_part) : "0" (value) : "eax"); /* round */ #elif defined(_X86_) || defined(__i386__) - asm ("push %%eax\n\tsubl $8, %%esp\n" + asm volatile ("push %%eax\n\tsubl $8, %%esp\n" "fnstcw 4(%%esp)\n" "movzwl 4(%%esp), %%eax\n" "orb $12, %%ah\n" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/modfl.c mingw-w64-6.0.0/mingw-w64-crt/math/modfl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/modfl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/modfl.c 2018-09-14 14:16:43.000000000 +0000 @@ -13,7 +13,7 @@ long double int_part = 0.0L; /* truncate */ #if defined(_AMD64_) || defined(__x86_64__) - asm ("subq $8, %%rsp\n" + asm volatile ("subq $8, %%rsp\n" "fnstcw 4(%%rsp)\n" "movzwl 4(%%rsp), %%eax\n" "orb $12, %%ah\n" @@ -23,7 +23,7 @@ "fldcw 4(%%rsp)\n" "addq $8, %%rsp\n" : "=t" (int_part) : "0" (value) : "eax"); /* round */ #elif defined(_X86_) || defined(__i386__) - asm ("push %%eax\n\tsubl $8, %%esp\n" + asm volatile ("push %%eax\n\tsubl $8, %%esp\n" "fnstcw 4(%%esp)\n" "movzwl 4(%%esp), %%eax\n" "orb $12, %%ah\n" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/nearbyintf.S mingw-w64-6.0.0/mingw-w64-crt/math/nearbyintf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/nearbyintf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/nearbyintf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "nearbyintf.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(nearbyintf) - .def __MINGW_USYMBOL(nearbyintf); .scl 2; .type 32; .endef -__MINGW_USYMBOL(nearbyintf): -#if defined(_AMD64_) || defined(__x86_64__) - movss %xmm0,-12(%rsp) - flds -12(%rsp) - pushq %rax - pushq %rcx - fnstcw (%rsp) - movq (%rsp), %rax - orq $0x20, %rax - movq %rax, 8(%rsp) - fldcw 8(%rsp) - frndint - fclex - fldcw (%rsp) - popq %rcx - popq %rax - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - vcvt.s32.f32 s0, s0 - vcvt.f32.s32 s0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - flds 4(%esp) - pushl %eax - pushl %ecx - fnstcw (%esp) - movl (%esp), %eax - orl $0x20, %eax - movl %eax, 4(%esp) - fldcw 4(%esp) - frndint - fclex - fldcw (%esp) - popl %ecx - popl %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/nearbyintl.S mingw-w64-6.0.0/mingw-w64-crt/math/nearbyintl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/nearbyintl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/nearbyintl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "nearbyintl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(nearbyintl) - .def __MINGW_USYMBOL(nearbyintl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(nearbyintl): -#if defined(_AMD64_) || defined(__x86_64__) - fldt (%rdx) - movq %rcx,%r8 - pushq %rax - pushq %rcx - fnstcw (%rsp) - movl (%rsp), %eax - orl $0x20, %eax - movl %eax, 8(%rsp) - fldcw 8(%rsp) - frndint - fclex - fldcw (%rsp) - popq %rcx - popq %rax - movq %r8,%rax - movq $0,8(%r8) - fstpt (%r8) - ret -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldt 4(%esp) - pushl %eax - pushl %ecx - fnstcw (%esp) - movl (%esp), %eax - orl $0x20, %eax - movl %eax, 4(%esp) - fldcw 4(%esp) - frndint - fclex - fldcw (%esp) - popl %ecx - popl %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/nearbyint.S mingw-w64-6.0.0/mingw-w64-crt/math/nearbyint.S --- mingw-w64-5.0.4/mingw-w64-crt/math/nearbyint.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/nearbyint.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "nearbyint.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif - .globl __MINGW_USYMBOL(nearbyint) - .def __MINGW_USYMBOL(nearbyint); .scl 2; .type 32; .endef -__MINGW_USYMBOL(nearbyint): -#if defined(_AMD64_) || defined(__x86_64__) - movsd %xmm0,-16(%rsp) - fldl -16(%rsp) - pushq %rax - pushq %rcx - fnstcw (%rsp) - movq (%rsp), %rax - orq $0x20, %rax - movq %rax, 8(%rsp) - fldcw 8(%rsp) - frndint - fclex - fldcw (%rsp) - popq %rcx - popq %rax - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldl 4(%esp) - pushl %eax - pushl %ecx - fnstcw (%esp) - movl (%esp), %eax - orl $0x20, %eax - movl %eax, 4(%esp) - fldcw 4(%esp) - frndint - fclex - fldcw (%esp) - popl %ecx - popl %eax - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/pow.c mingw-w64-6.0.0/mingw-w64-crt/math/pow.c --- mingw-w64-5.0.4/mingw-w64-crt/math/pow.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/pow.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "pow.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/pow.def.h mingw-w64-6.0.0/mingw-w64-crt/math/pow.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/pow.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/pow.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -/* IEEE 754 - Elementary Functions - Special Cases - * pow(+/-0, oo) is +0 - * pow(+/-0, -oo) is +oo - * pow (x, +/-0) is 1 for any x (even a zero, quiet NaN, or infinity) - * pow (+1, y) is 1 for any y (even a quiet NaN) - * pow (+/-0, y) is +/-oo and signals the divideByZero exception for y an odd integer < 0 - * pow (+/-0, y) is +oo and signals the divideByZero exception for finite y < 0 and not an odd integer - * pow (+/-0, y) is +/-0 for finite y > 0 an odd integer - * pow (+/-0, y) is +0 for finite y > 0 and not an odd integer - * pow (-1, +/-oo) is 1 with no exception - pow( -inf, y) = +0 for y<0 and not an odd integer - pow( -inf, y) = -inf for y an odd integer > 0 - pow( -inf, y) = +inf for y>0 and not an odd integer - pow (+/-inf, y) is +/-0 with no exception for y an odd integer < 0 - pow (+/-inf, -inf) is +0 with no exception - pow (+/-inf, +inf) is +inf with no exception - pow (+/-inf, y) is +0 with no exception for finite y < 0 and not an odd integer - pow (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer - pow (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer - pow (x, y) signals the invalid operation exception for finite x < 0 and finite non-integer y. - - For x /= 0: lim y->oo (1/x)^y results as: for |x| < 1 that sgn(x)*0 and for |x| > 0 that sgn(x)*Infinity - -*/ -#include "../complex/complex_internal.h" -#include -#include -#include -#include -#include -#define FE_ROUNDING_MASK \ - (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO) - -static __FLT_TYPE -internal_modf (__FLT_TYPE value, __FLT_TYPE *iptr) -{ - __FLT_TYPE int_part = (__FLT_TYPE) 0.0; - /* truncate */ - /* truncate */ -#ifdef __x86_64__ - asm ("pushq %%rax\n\tsubq $8, %%rsp\n" - "fnstcw 4(%%rsp)\n" - "movzwl 4(%%rsp), %%eax\n" - "orb $12, %%ah\n" - "movw %%ax, (%%rsp)\n" - "fldcw (%%rsp)\n" - "frndint\n" - "fldcw 4(%%rsp)\n" - "addq $8, %%rsp\npopq %%rax" : "=t" (int_part) : "0" (value)); /* round */ -#else - asm ("push %%eax\n\tsubl $8, %%esp\n" - "fnstcw 4(%%esp)\n" - "movzwl 4(%%esp), %%eax\n" - "orb $12, %%ah\n" - "movw %%ax, (%%esp)\n" - "fldcw (%%esp)\n" - "frndint\n" - "fldcw 4(%%esp)\n" - "addl $8, %%esp\n\tpop %%eax\n" : "=t" (int_part) : "0" (value)); /* round */ -#endif - if (iptr) - *iptr = int_part; - return (isinf (value) ? (__FLT_TYPE) 0.0 : value - int_part); -} - -__FLT_TYPE __cdecl __FLT_ABI(__powi) (__FLT_TYPE x, int n); - -__FLT_TYPE __cdecl -__FLT_ABI(pow) (__FLT_TYPE x, __FLT_TYPE y) -{ - int x_class = fpclassify (x); - int y_class = fpclassify (y); - long odd_y = 0; - __FLT_TYPE d, rslt; - - if (y_class == FP_ZERO || x == __FLT_CST(1.0)) - return __FLT_CST(1.0); - else if (x_class == FP_NAN || y_class == FP_NAN) - { - rslt = (signbit(x) ? -__FLT_NAN : __FLT_NAN); - __FLT_RPT_DOMAIN ("pow", x, y, rslt); - return rslt; - } - else if (x_class == FP_ZERO) - { - if (y_class == FP_INFINITE) - return (signbit(y) ? __FLT_HUGE_VAL : __FLT_CST(0.0)); - - if (signbit(x) && internal_modf (y, &d) != 0.0) - { - return signbit (y) ? (1.0 / -x) : __FLT_CST (0.0); - /*__FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); - return -__FLT_NAN; */ - } - odd_y = (internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) ? 1 : 0; - if (!signbit(y)) - { - if (!odd_y || !signbit (x)) - return __FLT_CST (0.0); - return -__FLT_CST(0.0); - } - - if (!odd_y || !signbit (x)) - return __FLT_HUGE_VAL; - return (signbit(x) ? -__FLT_HUGE_VAL : __FLT_HUGE_VAL); - } - else if (y_class == FP_INFINITE) - { - __FLT_TYPE a_x; - - if (x_class == FP_INFINITE) - return (signbit (y) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); - a_x = (signbit (x) ? -x : x); - if (a_x == 1.0) - return __FLT_CST (1.0); - if (a_x > 1.0) - return (signbit (y) == 0 ? __FLT_HUGE_VAL : __FLT_CST (0.0)); - return (!signbit (y) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); - } - else if (x_class == FP_INFINITE) - { - /* pow (x, y) signals the invalid operation exception for finite x < 0 and finite non-integer y. */ - if (signbit(x) && internal_modf (y, &d) != 0.0) - { - return signbit(y) ? 1.0 / -x : -x; - /*__FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); - return -__FLT_NAN;*/ - } - odd_y = (internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) ? 1 : 0; - /* pow( -inf, y) = +0 for y<0 and not an odd integer, */ - if (signbit(x) && signbit(y) && !odd_y) - return __FLT_CST(0.0); - /* pow( -inf, y) = -inf for y an odd integer > 0. */ - if (signbit(x) && !signbit(y) && odd_y) - return -__FLT_HUGE_VAL; - /* pow( -inf, y) = +inf for y>0 and not an odd integer. */ - if (signbit(x) && !signbit(y) && !odd_y) - return __FLT_HUGE_VAL; - /* pow (+/-inf, y) is +/-0 with no exception for y an odd integer < 0. */ - if (signbit(y)) - { - /* pow (+/-inf, y) is +0 with no exception for finite y < 0 and not an odd integer. */ - return (odd_y && signbit(x) ? -__FLT_CST(0.0) : __FLT_CST(0.0)); - } - /* pow (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer. */ - /* pow (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer. */ - return (odd_y && signbit(x) ? -__FLT_HUGE_VAL : __FLT_HUGE_VAL); - } - - if (internal_modf (y, &d) != 0.0) - { - if (signbit (x)) - { - __FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); - return -__FLT_NAN; - } - if (y == __FLT_CST(0.5)) - { - asm ("fsqrt" : "=t" (rslt) : "0" (x)); - return rslt; - } - } - else if ((d <= (__FLT_TYPE) INT_MAX && d >= (__FLT_TYPE) INT_MIN)) - return __FLT_ABI (__powi) (x, (int) y); - /* As exp already checks for minlog and maxlog no further checks are necessary. */ - rslt = (__FLT_TYPE) exp2l ((long double) y * log2l ((long double) __FLT_ABI(fabs) (x))); - - if (signbit (x) && internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) - rslt = -rslt; - return rslt; -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/powl.c mingw-w64-6.0.0/mingw-w64-crt/math/powl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/powl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/powl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "pow.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remainderf.S mingw-w64-6.0.0/mingw-w64-crt/math/remainderf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remainderf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remainderf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remainderf.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remainder) - .def __MINGW_USYMBOL(remainderf); .scl 2; .type 32; .endef -__MINGW_USYMBOL(remainderf): -#ifdef __x86_64__ - movss %xmm1,-12(%rsp) - flds -12(%rsp) - movss %xmm0,-12(%rsp) - flds -12(%rsp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret -#else - flds 8(%esp) - flds 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remainderl.S mingw-w64-6.0.0/mingw-w64-crt/math/remainderl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remainderl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remainderl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remainderl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remainderl) - .def __MINGW_USYMBOL(remainderl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(remainderl): -#ifdef __x86_64__ - fldt (%r8) - fldt (%rdx) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 16(%esp) - fldt 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remainder.S mingw-w64-6.0.0/mingw-w64-crt/math/remainder.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remainder.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remainder.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remainder.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remainder) - .def __MINGW_USYMBOL(remainder); .scl 2; .type 32; .endef -__MINGW_USYMBOL(remainder): -#ifdef __x86_64__ - movsd %xmm0,-16(%rsp) - movsd %xmm1,-32(%rsp) - fldl -32(%rsp) - fldl -16(%rsp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret -#else - fldl 12(%esp) - fldl 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remquof.S mingw-w64-6.0.0/mingw-w64-crt/math/remquof.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remquof.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remquof.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,76 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remquof.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remquof) -__MINGW_USYMBOL(remquof): -#ifdef __x86_64__ - movss %xmm1,-12(%rsp) - flds -12(%rsp) - movss %xmm0,-12(%rsp) - flds -12(%rsp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - movl $0xef2a60, %eax - leal (%ecx,%ecx,2),%ecx - shrl %cl, %eax - andl $7, %eax - movss %xmm0,-12(%rsp) - movl -12(%rsp), %edx - movss %xmm1,-12(%rsp) - xorl -12(%rsp), %edx - testl $0x80000000, %edx - jz 1f - negl %eax -1: movl %eax, (%r8) - - fstps -12(%rsp) - movss -12(%rsp),%xmm0 - ret -#else - flds 4 +4(%esp) - flds 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - movl $0xef2a60, %eax - leal (%ecx,%ecx,2),%ecx - shrl %cl, %eax - andl $7, %eax - movl 4 +4 +4(%esp), %ecx - movl 4(%esp), %edx - xorl 4 +4(%esp), %edx - testl $0x80000000, %edx - jz 1f - negl %eax -1: movl %eax, (%ecx) - - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remquol.S mingw-w64-6.0.0/mingw-w64-crt/math/remquol.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remquol.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remquol.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remquol.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remquol) -__MINGW_USYMBOL(remquol): -#ifdef __x86_64__ - pushq %rcx - fldt (%r8) - fldt (%rdx) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - movl $0xef2a60, %eax - leal (%ecx,%ecx,2),%ecx - shrl %cl, %eax - andl $7, %eax - movl 8(%rdx), %edx - xorl 8(%r8), %edx - testl $0x8000, %edx - jz 1f - negl %eax -1: movl %eax, (%r9) - - popq %rcx - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 4 +12(%esp) - fldt 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - movl $0xef2a60, %eax - leal (%ecx,%ecx,2),%ecx - shrl %cl, %eax - andl $7, %eax - movl 4 +12 +12(%esp), %ecx - movl 4 +8(%esp), %edx - xorl 4 +12 +8(%esp), %edx - testl $0x8000, %edx - jz 1f - negl %eax -1: movl %eax, (%ecx) - - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/remquo.S mingw-w64-6.0.0/mingw-w64-crt/math/remquo.S --- mingw-w64-5.0.4/mingw-w64-crt/math/remquo.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/remquo.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "remquo.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(remquo) -__MINGW_USYMBOL(remquo): -#ifdef __x86_64__ - movsd %xmm1,-16(%rsp) - fldl -16(%rsp) - movsd %xmm0,-16(%rsp) - fldl -16(%rsp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - leal (%ecx,%ecx,2),%ecx - movl $0xef2a60, %eax - shrl %cl, %eax - andl $7, %eax - movl -12(%rsp), %edx - movsd %xmm1,-16(%rsp) - xorl -12(%rsp), %edx - testl $0x80000000, %edx - jz 1f - negl %eax -1: movl %eax, (%r8) - - fstpl -16(%rsp) - movsd -16(%rsp),%xmm0 - ret -#else - fldl 4 +8(%esp) - fldl 4(%esp) -1: fprem1 - fstsw %ax - sahf - jp 1b - fstp %st(1) - movl %eax, %ecx - shrl $8, %eax - shrl $12, %ecx - andl $4, %ecx - andl $3, %eax - orl %eax, %ecx - leal (%ecx,%ecx,2),%ecx - movl $0xef2a60, %eax - shrl %cl, %eax - andl $7, %eax - movl 4 +8 +8(%esp), %ecx - movl 4 +4(%esp), %edx - xorl 4 +8 +4(%esp), %edx - testl $0x80000000, %edx - jz 1f - negl %eax -1: movl %eax, (%ecx) - - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/rint.c mingw-w64-6.0.0/mingw-w64-crt/math/rint.c --- mingw-w64-5.0.4/mingw-w64-crt/math/rint.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/rint.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,27 +5,20 @@ */ #include -#if defined(__arm__) || defined(_ARM_) -/* This works around a compiler bug */ -double __rint_internal( double x ); -asm(".def __rint_internal; .scl 2; .type 32; .endef\n" - "\t.text\n" - "\t.align 4\n" - "\t.globl __rint_internal\n" - "__rint_internal:\n" - "\tvcvtr.s32.f64 s0, d0\n" - "\tvcvt.f64.s32 d0, s0\n" - "\tbx lr"); -#endif /* defined(__arm__) || defined(_ARM_) */ - double rint (double x) { double retval = 0.0; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("frndint;" : "=t" (retval) : "0" (x)); #elif defined(__arm__) || defined(_ARM_) - if (isnan(x) || isinf(x)) - return x; - retval = __rint_internal(x); + if (isnan(x) || isinf(x)) + return x; + float temp; + __asm__ __volatile__ ( + "vcvtr.s32.f64 %[tmp], %[src]\n\t" + "vcvt.f64.s32 %[dst], %[tmp]\n\t" + : [dst] "=w" (retval), [tmp] "=t" (temp) : [src] "w" (x)); +#elif defined(__aarch64__) || defined(_ARM64_) + __asm__ __volatile__ ("frintx %d0, %d1\n\t" : "=w" (retval) : "w" (x)); #endif return retval; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/rintf.c mingw-w64-6.0.0/mingw-w64-crt/math/rintf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/rintf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/rintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,27 +5,19 @@ */ #include -#if defined(__arm__) || defined(_ARM_) -/* This works around a compiler bug */ -float __rintf_internal( float x ); -asm(".def __rintf_internal; .scl 2; .type 32; .endef\n" - "\t.text\n" - "\t.align 4\n" - "\t.globl __rintf_internal\n" - "__rintf_internal:\n" - "\tvcvtr.s32.f32 s0, s0\n" - "\tvcvt.f32.s32 s0, s0\n" - "\tbx lr"); -#endif /* defined(__arm__) || defined(_ARM_) */ - float rintf (float x) { float retval = 0.0F; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("frndint;": "=t" (retval) : "0" (x)); #elif defined(__arm__) || defined(_ARM_) - if (isnan(x) || isinf(x)) - return x; - retval = __rintf_internal(x); + if (isnan(x) || isinf(x)) + return x; + __asm__ __volatile__ ( + "vcvtr.s32.f32 %[dst], %[src]\n\t" + "vcvt.f32.s32 %[dst], %[dst]\n\t" + : [dst] "=t" (retval) : [src] "w" (x)); +#elif defined(__aarch64__) || defined(_ARM64_) + __asm__ __volatile__ ("frintx %s0, %s1\n\t" : "=w" (retval) : "w" (x)); #endif return retval; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/rintl.c mingw-w64-6.0.0/mingw-w64-crt/math/rintl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/rintl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/rintl.c 2018-09-14 14:16:43.000000000 +0000 @@ -9,7 +9,7 @@ long double retval = 0.0L; #if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) __asm__ __volatile__ ("frndint;": "=t" (retval) : "0" (x)); -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) retval = rint(x); #endif return retval; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/scalbnf.S mingw-w64-6.0.0/mingw-w64-crt/math/scalbnf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/scalbnf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/scalbnf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "scalbnf.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(scalbnf) - .def __MINGW_USYMBOL(scalbnf); .scl 2; .type 32; .endef -__MINGW_USYMBOL(scalbnf): -#ifdef __x86_64__ - subq $24, %rsp - movq %rdx,(%rsp) - fildl (%rsp) - movss %xmm0,(%rsp) - flds (%rsp) - fscale - fstp %st(1) - fstps (%rsp) - movss (%rsp),%xmm0 - addq $24, %rsp - ret -#else - fildl 8(%esp) - flds 4(%esp) - fscale - fstp %st(1) - ret -#endif - -.globl __MINGW_USYMBOL(scalblnf) - .set __MINGW_USYMBOL(scalblnf),__MINGW_USYMBOL(scalbnf) - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/scalbnl.S mingw-w64-6.0.0/mingw-w64-crt/math/scalbnl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/scalbnl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/scalbnl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "scalbnl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(scalbnl) - .def __MINGW_USYMBOL(scalbnl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(scalbnl): -#ifdef __x86_64__ - subq $24, %rsp - andl $-1, %r8d - movq %r8, (%rsp) - fildl (%rsp) - fldt (%rdx) - fscale - fstp %st(1) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - addq $24, %rsp - ret -#else - fildl 16(%esp) - fldt 4(%esp) - fscale - fstp %st(1) - ret -#endif - -.globl __MINGW_USYMBOL(scalblnl) - .set __MINGW_USYMBOL(scalblnl),__MINGW_USYMBOL(scalbnl) - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/scalbn.S mingw-w64-6.0.0/mingw-w64-crt/math/scalbn.S --- mingw-w64-5.0.4/mingw-w64-crt/math/scalbn.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/scalbn.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "scalbn.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(scalbn) - .def __MINGW_USYMBOL(scalbn); .scl 2; .type 32; .endef -__MINGW_USYMBOL(scalbn): -#ifdef __x86_64__ - subq $24, %rsp - movq %rdx,(%rsp) - fildl (%rsp) - movsd %xmm0,(%rsp) - fldl (%rsp) - fscale - fstp %st(1) - fstpl (%rsp) - movsd (%rsp),%xmm0 - addq $24, %rsp - ret - -#else - fildl 12(%esp) - fldl 4(%esp) - fscale - fstp %st(1) - ret -#endif - -.globl __MINGW_USYMBOL(scalbln) - .set __MINGW_USYMBOL(scalbln),__MINGW_USYMBOL(scalbn) - diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/signbit.c mingw-w64-6.0.0/mingw-w64-crt/math/signbit.c --- mingw-w64-5.0.4/mingw-w64-crt/math/signbit.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/signbit.c 2018-09-14 14:16:43.000000000 +0000 @@ -16,7 +16,7 @@ int __signbit (double x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_dbl_type_t hlp; hlp.x = x; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/signbitf.c mingw-w64-6.0.0/mingw-w64-crt/math/signbitf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/signbitf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/signbitf.c 2018-09-14 14:16:43.000000000 +0000 @@ -13,7 +13,7 @@ int __signbitf (float x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_flt_type_t hlp; hlp.x = x; return ((hlp.val & 0x80000000) != 0); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/signbitl.c mingw-w64-6.0.0/mingw-w64-crt/math/signbitl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/signbitl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/signbitl.c 2018-09-14 14:16:43.000000000 +0000 @@ -30,7 +30,7 @@ __mingw_fp_types_t ld; ld.ld = &x; return ((ld.ldt->lh.sign_exponent & 0x8000) != 0); -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __signbit(x); #elif defined(__i386__) || defined(_X86_) unsigned short sw; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sin.c mingw-w64-6.0.0/mingw-w64-crt/math/sin.c --- mingw-w64-5.0.4/mingw-w64-crt/math/sin.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sin.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_DOUBLE 1 -#include "sin.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sin.def.h mingw-w64-6.0.0/mingw-w64-crt/math/sin.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/sin.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sin.def.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "../complex/complex_internal.h" -#include - -extern long double __sinl_internal (long double); - -__FLT_TYPE -__FLT_ABI(sin) (__FLT_TYPE x) -{ - int x_class = fpclassify (x); - if (x_class == FP_NAN) - { - __FLT_RPT_DOMAIN ("sin", x, 0.0, x); - return x; - } - else if (x_class == FP_INFINITE) - { - __FLT_RPT_DOMAIN ("sin", x, 0.0, __FLT_NAN); - return __FLT_NAN; - } - return (__FLT_TYPE) __sinl_internal ((long double) x); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sinf.c mingw-w64-6.0.0/mingw-w64-crt/math/sinf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/sinf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sinf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include - -float sinf(float _X) -{ - return ((float) sin ((double) _X)); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sinl.c mingw-w64-6.0.0/mingw-w64-crt/math/sinl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/sinl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sinl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -/* - This Software is provided under the Zope Public License (ZPL) Version 2.1. - - Copyright (c) 2009, 2010 by the mingw-w64 project - - See the AUTHORS file for the list of contributors to the mingw-w64 project. - - This license has been certified as open source. It has also been designated - as GPL compatible by the Free Software Foundation (FSF). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - - Disclaimer - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO - EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _NEW_COMPLEX_LDOUBLE 1 -#include "sin.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sinl_internal.S mingw-w64-6.0.0/mingw-w64-crt/math/sinl_internal.S --- mingw-w64-5.0.4/mingw-w64-crt/math/sinl_internal.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sinl_internal.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "sinl_internal.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(__sinl_internal) - .def __MINGW_USYMBOL(__sinl_internal); .scl 2; .type 32; .endef -__MINGW_USYMBOL(__sinl_internal): -#ifdef __x86_64__ - fldt (%rdx) - fsin - fnstsw %ax - testl $0x400,%eax - jnz 1f - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -1: fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fnstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fsin - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 4(%esp) - fsin - fnstsw %ax - testl $0x400,%eax - jnz 1f - ret -1: fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fnstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fsin - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/softmath/e_pow.c mingw-w64-6.0.0/mingw-w64-crt/math/softmath/e_pow.c --- mingw-w64-5.0.4/mingw-w64-crt/math/softmath/e_pow.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/softmath/e_pow.c 2018-09-14 14:16:43.000000000 +0000 @@ -45,7 +45,7 @@ k = (iy>>20)-0x3ff; /* exponent */ if(k>20) { j = ly>>(52-k); - if((j<<(52-k))==ly) yisint = 2-(j&1); + if((u_int32_t)(j<<(52-k))==ly) yisint = 2-(j&1); } else if(ly==0) { j = iy>>(20-k); if((j<<(20-k))==iy) yisint = 2-(j&1); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/sqrt.def.h mingw-w64-6.0.0/mingw-w64-crt/math/sqrt.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/sqrt.def.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/sqrt.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -45,22 +45,6 @@ #include "../complex/complex_internal.h" #include -#if defined(__arm__) || defined(_ARM_) -/* This works around a compiler bug, normally you would inline it with e.g. - * asm ("fsqrts %[dst], %[src];\n" : [dst] "=w" (res) : [src] "w" (x)); - */ -__FLT_TYPE __fsqrt_internal( __FLT_TYPE x ); -asm("\t.text\n" - "\t.align 4\n" - "__fsqrt_internal:\n" -#if _NEW_COMPLEX_FLOAT - "\t" "fsqrts s0, s0\n" -#else - "\t" "fsqrtd d0, d0\n" -#endif /* _NEW_COMPLEX_FLOAT */ - "\tbx lr"); -#endif /* defined(__arm__) || defined(_ARM_) */ - __FLT_TYPE __FLT_ABI (sqrt) (__FLT_TYPE x) { @@ -88,9 +72,19 @@ else if (x == __FLT_CST (1.0)) return __FLT_CST (1.0); #if defined(__arm__) || defined(_ARM_) - __fsqrt_internal(x); +#if _NEW_COMPLEX_FLOAT + asm volatile ("fsqrts %[dst], %[src];\n" : [dst] "=t" (res) : [src] "t" (x)); +#else + asm volatile ("fsqrtd %[dst], %[src];\n" : [dst] "=w" (res) : [src] "w" (x)); +#endif +#elif defined(__aarch64__) || defined(_ARM64_) +#if _NEW_COMPLEX_FLOAT + asm volatile ("fsqrt %s[dst], %s[src]\n" : [dst] "=w" (res) : [src] "w" (x)); +#else + asm volatile ("fsqrt %d[dst], %d[src]\n" : [dst] "=w" (res) : [src] "w" (x)); +#endif #elif defined(_X86_) || defined(__i386__) || defined(_AMD64_) || defined(__x86_64__) - asm ("fsqrt" : "=t" (res) : "0" (x)); + asm volatile ("fsqrt" : "=t" (res) : "0" (x)); #else #error Not supported on your platform yet #endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/tanf.c mingw-w64-6.0.0/mingw-w64-crt/math/tanf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/tanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/tanf.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include - -float tanf(float _X) -{ - return ((float)tan((double)_X)); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/tanl.S mingw-w64-6.0.0/mingw-w64-crt/math/tanl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/tanl.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/tanl.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "tanl.S" - .text -#ifdef __x86_64__ - .align 8 -#else - .align 4 -#endif -.globl __MINGW_USYMBOL(tanl) - .def __MINGW_USYMBOL(tanl); .scl 2; .type 32; .endef -__MINGW_USYMBOL(tanl): -#ifdef __x86_64__ - fldt (%rdx) - fptan - fnstsw %ax - testl $0x400,%eax - jnz 1f - fstp %st(0) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -1: fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fptan - fstp %st(0) - movq %rcx,%rax - movq $0,8(%rcx) - fstpt (%rcx) - ret -#else - fldt 4(%esp) - fptan - fnstsw %ax - testl $0x400,%eax - jnz 1f - fstp %st(0) - ret -1: fldpi - fadd %st(0) - fxch %st(1) -2: fprem1 - fstsw %ax - testl $0x400,%eax - jnz 2b - fstp %st(1) - fptan - fstp %st(0) - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/truncf.S mingw-w64-6.0.0/mingw-w64-crt/math/truncf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/truncf.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/truncf.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,79 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "truncf.S" - .text - .p2align 4,,15 - .globl __MINGW_USYMBOL(truncf) - .def __MINGW_USYMBOL(truncf); .scl 2; .type 32; .endef - -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(truncf) -#endif -__MINGW_USYMBOL(truncf): -#if defined(_AMD64_) || defined(__x86_64__) - subq $24, %rsp - .seh_stackalloc 24 - .seh_endprologue - movd %xmm0, 12(%rsp) - movl 12(%rsp), %edx - movl %edx, %ecx - sarl $23, %ecx - andl $255, %ecx - subl $127, %ecx - cmpl $22, %ecx - jg .l1 - movl %edx, %r8d - andl $-2147483648, %r8d - testl %ecx, %ecx - js .l2 - movl $8388607, %eax - sarl %cl, %eax - notl %eax - andl %edx, %eax - orl %r8d, %eax - movl %eax, 8(%rsp) - movss 8(%rsp), %xmm0 - addq $24, %rsp - ret - .p2align 4,,10 -.l1: - addl $-128, %ecx - jne .noinfnan - addss %xmm0, %xmm0 -.noinfnan: - addq $24, %rsp - ret - .p2align 4,,10 -.l2: - movl %r8d, 8(%rsp) - movss 8(%rsp), %xmm0 - addq $24, %rsp - ret - .seh_endproc -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - orr r0, r1, #0x00c00000 /* Round towards Zero */ - vmsr fpscr, r0 - vcvt.s32.f32 s0, s0 - vcvt.f32.s32 s0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - flds 4(%esp) - subl $8, %esp - fstcw (%esp) - /* FE_TOWARDZERO */ - movzwl (%esp), %eax - orb $0xc, %ah - movw %ax, 4(%esp) - fldcw 4(%esp) - frndint - fldcw (%esp) - addl $8, %esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/truncl.c mingw-w64-6.0.0/mingw-w64-crt/math/truncl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/truncl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/truncl.c 2018-09-14 14:16:43.000000000 +0000 @@ -9,7 +9,7 @@ long double truncl (long double _x) { -#if defined(_ARM_) || defined(__arm__) +#if defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) return trunc(_x); #else long double retval = 0.0L; @@ -22,5 +22,5 @@ __asm__ __volatile__ ("frndint;" : "=t" (retval) : "0" (_x)); /* round towards zero */ __asm__ __volatile__ ("fldcw %0;" : : "m" (saved_cw) ); /* restore saved control word */ return retval; -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/trunc.S mingw-w64-6.0.0/mingw-w64-crt/math/trunc.S --- mingw-w64-5.0.4/mingw-w64-crt/math/trunc.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/trunc.S 1970-01-01 00:00:00.000000000 +0000 @@ -1,99 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#include <_mingw_mac.h> - - .file "trunc.S" - .text - .p2align 4,,15 - .globl __MINGW_USYMBOL(trunc) - .def __MINGW_USYMBOL(trunc); .scl 2; .type 32; .endef - -#ifdef __x86_64__ - .seh_proc __MINGW_USYMBOL(trunc) -#endif -__MINGW_USYMBOL(trunc): -#if defined(_AMD64_) || defined(__x86_64__) - subq $24, %rsp - .seh_stackalloc 24 - .seh_endprologue - movsd %xmm0, 8(%rsp) - movq 8(%rsp), %r8 - movq %r8, %rdx - shrq $32, %rdx - movl %edx, %eax - sarl $20, %eax - andl $2047, %eax - leal -1023(%rax), %ecx - cmpl $19, %ecx - jg .l1 - movl %edx, %r8d - andl $-2147483648, %r8d - testl %ecx, %ecx - js .l3 - movl $1048575, %eax - sarl %cl, %eax - notl %eax - andl %edx, %eax - orl %r8d, %eax - salq $32, %rax - movq %rax, 8(%rsp) - movsd 8(%rsp), %xmm0 - addq $24, %rsp - ret - .p2align 4,,10 -.l1: - cmpl $51, %ecx - jle .l2 - /* Is x inf/nan? */ - cmpl $1024, %ecx - jne .noinfnan - addsd %xmm0, %xmm0 -.noinfnan: - addq $24, %rsp - ret - .p2align 4,,10 -.l2: - leal -1043(%rax), %ecx - movl $-1, %r9d - salq $32, %rdx - shrl %cl, %r9d - notl %r9d - andl %r9d, %r8d - orq %r8, %rdx - movq %rdx, 8(%rsp) - movsd 8(%rsp), %xmm0 - addq $24, %rsp - ret - .p2align 4,,10 -.l3: - salq $32, %r8 - movq %r8, 8(%rsp) - movsd 8(%rsp), %xmm0 - addq $24, %rsp - ret - .seh_endproc -#elif defined(_ARM_) || defined(__arm__) - vmrs r1, fpscr - orr r0, r1, #0x00c00000 /* Round towards Zero */ - vmsr fpscr, r0 - vcvtr.s32.f64 s0, d0 - vcvt.f64.s32 d0, s0 - vmsr fpscr, r1 - bx lr -#elif defined(_X86_) || defined(__i386__) - fldl 4(%esp) - subl $8, %esp - fstcw (%esp) - /* FE_TOWARDZERO */ - movzwl (%esp), %eax - orb $0xc, %ah - movw %ax, 4(%esp) - fldcw 4(%esp) - frndint - fldcw (%esp) - addl $8, %esp - ret -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + */ + +#include + +float +acosf (float x) +{ + float res = 0.0F; + + /* acosl = atanl (sqrtl(1 - x^2) / x) */ + asm volatile ( + "fld %%st\n\t" + "fmul %%st(0)\n\t" /* x^2 */ + "fld1\n\t" + "fsubp\n\t" /* 1 - x^2 */ + "fsqrt\n\t" /* sqrtl (1 - x^2) */ + "fxch %%st(1)\n\t" + "fpatan" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosh.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosh.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosh.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosh.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosh.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosh.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosh.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,70 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include +#include "fastmath.h" + +__FLT_TYPE +__FLT_ABI(acosh) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_NAN || x < __FLT_CST(1.0)) + { + __FLT_RPT_DOMAIN ("acosh", x, 0.0, __FLT_NAN); + return __FLT_NAN; + } + else if (x_class == FP_INFINITE) + { + __FLT_RPT_DOMAIN ("acosh", x, 0.0, __FLT_NAN); + return __FLT_NAN; + } + + if (x > __FLT_CST(0x1p32)) + return __FLT_ABI (__fast_log) (x) + 6.9314718055994530941723E-1L; + + return __FLT_ABI (__fast_log) (x + + __FLT_ABI (__fast_sqrt) ((x + __FLT_CST(1.0)) * (x - __FLT_CST(1.0)))); +} + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acoshf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/acoshf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acoshf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acoshf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_FLOAT 1 +#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acoshl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/acoshl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acoshl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acoshl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "acosh.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/acosl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/acosl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +long double acosl (long double x); + +long double acosl (long double x) +{ + long double res = 0.0L; + + /* acosl = atanl (sqrtl(1 - x^2) / x) */ + asm volatile ( + "fld %%st\n\t" + "fmul %%st(0)\n\t" /* x^2 */ + "fld1\n\t" + "fsubp\n\t" /* 1 - x^2 */ + "fsqrt\n\t" /* sqrtl (1 - x^2) */ + "fxch %%st(1)\n\t" + "fpatan" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + */ + +/* asin = atan (x / sqrt(1 - x^2)) */ + +float asinf (float x); + +float asinf (float x) +{ + float res = 0.0F; + + asm volatile ( + "fld %%st\n\t" + "fmul %%st(0)\n\t" /* x^2 */ + "fld1\n\t" + "fsubp\n\t" /* 1 - x^2 */ + "fsqrt\n\t" /* sqrt (1 - x^2) */ + "fpatan" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinh.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinh.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinh.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + + /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ +double asinh(double x) +{ + double z; + if (!isfinite (x)) + return x; + z = fabs (x); + + /* Avoid setting FPU underflow exception flag in x * x. */ +#if 0 + if ( z < 0x1p-32) + return x; +#endif + + /* Use log1p to avoid cancellation with small x. Put + x * x in denom, so overflow is harmless. + asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) + = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ + + z = __fast_log1p (z + z * z / (__fast_sqrt (z * z + 1.0) + 1.0)); + + return ( x > 0.0 ? z : -z); +} + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinhf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinhf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinhf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinhf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + + /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ +float asinhf(float x) +{ + float z; + if (!isfinite (x)) + return x; + z = fabsf (x); + + /* Avoid setting FPU underflow exception flag in x * x. */ +#if 0 + if ( z < 0x1p-32) + return x; +#endif + + + /* Use log1p to avoid cancellation with small x. Put + x * x in denom, so overflow is harmless. + asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) + = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ + + z = __fast_log1p (z + z * z / (__fast_sqrt (z * z + 1.0) + 1.0)); + + return ( x > 0.0 ? z : -z); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinhl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinhl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinhl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinhl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,33 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + + /* asinh(x) = copysign(log(fabs(x) + sqrt(x * x + 1.0)), x) */ +long double asinhl(long double x) +{ + long double z; + if (!isfinite (x)) + return x; + + z = fabsl (x); + + /* Avoid setting FPU underflow exception flag in x * x. */ +#if 0 + if ( z < 0x1p-32) + return x; +#endif + + /* Use log1p to avoid cancellation with small x. Put + x * x in denom, so overflow is harmless. + asinh(x) = log1p (x + sqrt (x * x + 1.0) - 1.0) + = log1p (x + x * x / (sqrt (x * x + 1.0) + 1.0)) */ + + z = __fast_log1pl (z + z * z / (__fast_sqrtl (z * z + 1.0L) + 1.0L)); + + return ( x > 0.0 ? z : -z); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/asinl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/asinl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,28 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + * Adapted for long double type by Danny Smith . + */ + +/* asin = atan (x / sqrt(1 - x^2)) */ +long double asinl (long double x); + +long double asinl (long double x) +{ + long double res = 0.0L; + + asm volatile ( + "fld %%st\n\t" + "fmul %%st(0)\n\t" /* x^2 */ + "fld1\n\t" + "fsubp\n\t" /* 1 - x^2 */ + "fsqrt\n\t" /* sqrt (1 - x^2) */ + "fpatan" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +double +atan2 (double y, double x) +{ + double res = 0.0; + asm volatile ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2f.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2f.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2f.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2f.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + * + */ + +#include + +float +atan2f (float y, float x) +{ + float res = 0.0F; + asm volatile ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2l.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2l.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atan2l.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atan2l.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,14 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +long double atan2l (long double y, long double x); + +long double +atan2l (long double y, long double x) +{ + long double res = 0.0L; + asm volatile ("fpatan" : "=t" (res) : "u" (y), "0" (x) : "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + * + */ + +#include + +float +atanf (float x) +{ + float res = 0.0F; + + asm volatile ( + "fld1\n\t" + "fpatan" : "=t" (res) : "0" (x)); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanh.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanh.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanh.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanh.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + +/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ + +double atanh(double x) +{ + double z; + if (isnan (x)) + return x; + z = fabs (x); + if (z == 1.0) + { + errno = ERANGE; + return (x > 0 ? INFINITY : -INFINITY); + } + if (z > 1.0) + { + errno = EDOM; + return nan(""); + } + /* Rearrange formula to avoid precision loss for small x. + + atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) + = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) + = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) + = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ + z = 0.5 * __fast_log1p ((z + z) / (1.0 - z)); + return x >= 0 ? z : -z; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanhf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanhf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanhf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanhf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,35 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + +/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ +float atanhf (float x) +{ + float z; + if (isnan (x)) + return x; + z = fabsf (x); + if (z == 1.0) + { + errno = ERANGE; + return (x > 0 ? INFINITY : -INFINITY); + } + if ( z > 1.0) + { + errno = EDOM; + return nanf(""); + } + /* Rearrange formula to avoid precision loss for small x. + + atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) + = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) + = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) + = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ + z = 0.5 * __fast_log1p ((z + z) / (1.0 - z)); + return x >= 0 ? z : -z; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanhl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanhl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanhl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanhl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,34 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include "fastmath.h" + +/* atanh (x) = 0.5 * log ((1.0 + x)/(1.0 - x)) */ +long double atanhl (long double x) +{ + long double z; + if (isnan (x)) + return x; + z = fabsl (x); + if (z == 1.0L) + { + errno = ERANGE; + return (x > 0 ? INFINITY : -INFINITY); + } + if ( z > 1.0L) + { + errno = EDOM; + return nanl(""); + } + /* Rearrange formula to avoid precision loss for small x. + atanh(x) = 0.5 * log ((1.0 + x)/(1.0 - x)) + = 0.5 * log1p ((1.0 + x)/(1.0 - x) - 1.0) + = 0.5 * log1p ((1.0 + x - 1.0 + x) /(1.0 - x)) + = 0.5 * log1p ((2.0 * x ) / (1.0 - x)) */ + z = 0.5L * __fast_log1pl ((z + z) / (1.0L - z)); + return x >= 0 ? z : -z; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/atanl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/atanl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +long double atanl (long double x); + +long double +atanl (long double x) +{ + long double res = 0.0L; + + asm volatile ( + "fld1\n\t" + "fpatan" + : "=t" (res) : "0" (x)); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceilf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceilf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceilf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceilf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,111 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceilf.S" + .text + .align 4 + .globl __MINGW_USYMBOL(ceilf) + .def __MINGW_USYMBOL(ceilf); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(ceilf) +#endif + +__MINGW_USYMBOL(ceilf): +#if defined(_AMD64_) || defined(__x86_64__) + subq $24, %rsp + .seh_stackalloc 24 + .seh_endprologue + movd %xmm0, 12(%rsp) + movl 12(%rsp), %eax + movl %eax, %ecx + movl %eax, %edx + sarl $23, %ecx + andl $255, %ecx + subl $127, %ecx + cmpl $22, %ecx + jg .l4 + testl %ecx, %ecx + js .l5 + movl $8388607, %r8d + sarl %cl, %r8d + testl %eax, %r8d + je .l3 + addss .hugeval(%rip), %xmm0 + ucomiss .zeroval(%rip), %xmm0 + jbe .l2 + testl %eax, %eax + jle .l1 + movl $8388608, %eax + sarl %cl, %eax + addl %eax, %edx +.l1: + movl %r8d, %eax + notl %eax + andl %edx, %eax +.l2: + movl %eax, 8(%rsp) + movss 8(%rsp), %xmm0 +.l3: + addq $24, %rsp + ret + .p2align 4,,10 +.l4: + addl $-128, %ecx + jne .l3 + addss %xmm0, %xmm0 + addq $24, %rsp + ret + .p2align 4,,10 +.l5: + addss .hugeval(%rip), %xmm0 + ucomiss .zeroval(%rip), %xmm0 + jbe .islesseqzero + testl %eax, %eax + js .l6 + movl $1065353216, %edx + cmovne %edx, %eax +.islesseqzero: + movl %eax, 8(%rsp) + movss 8(%rsp), %xmm0 + addq $24, %rsp + ret + .p2align 4,,10 +.l6: + movl $-2147483648, 8(%rsp) + movss 8(%rsp), %xmm0 + addq $24, %rsp + ret + .seh_endproc + .section .rdata,"dr" + .align 4 +.hugeval: + .long 1900671690 + .align 4 +.zeroval: + .long 0 +#elif defined(_X86_) || defined(__i386__) + flds 4(%esp) + subl $8,%esp + + fstcw 4(%esp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x0800,%edx /* round towards +oo */ + orl 4(%esp),%edx + andl $0xfbff,%edx + movl %edx,(%esp) + fldcw (%esp) /* load modified control word */ + + frndint /* round */ + + fldcw 4(%esp) /* restore original control word */ + + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceill.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceill.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceill.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceill.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,55 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceill.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(ceill) + .def __MINGW_USYMBOL(ceill); .scl 2; .type 32; .endef +__MINGW_USYMBOL(ceill): +#if defined(_AMD64_) || defined(__x86_64__) + fldt (%rdx) + subq $24,%rsp + + fstcw 8(%rsp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x0800,%edx /* round towards +oo */ + orl 8(%rsp),%edx + andl $0xfbff,%edx + movl %edx,(%rsp) + fldcw (%rsp) /* load modified control word */ + + frndint /* round */ + + fldcw 8(%rsp) /* restore original control word */ + + addq $24,%rsp + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#elif defined(_X86_) || defined(__i386__) + fldt 4(%esp) + subl $8,%esp + fstcw 4(%esp) + movl $0x0800,%edx + orl 4(%esp),%edx + andl $0xfbff,%edx + movl %edx,(%esp) + fldcw (%esp) + frndint + fldcw 4(%esp) + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceil.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceil.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ceil.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ceil.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,115 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ceil.S" + .text + .align 4 + .globl __MINGW_USYMBOL(ceil) + .def __MINGW_USYMBOL(ceil); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(ceil) +#endif + +__MINGW_USYMBOL(ceil): +#if defined(_AMD64_) || defined(__x86_64__) + .seh_endprologue + movd %xmm0, %rax + movq %rax, %rcx + sarq $52, %rcx + andl $2047, %ecx + subl $1023, %ecx + cmpl $51, %ecx + jg .is_intnaninf + /* Is x zero? */ + testq %rax, %rax + je .ret_org + /* Is x signed? */ + testl %ecx, %ecx + js .signed_val + /* Is x integral? */ + movabsq $4503599627370495, %rdx + sarq %cl, %rdx + testq %rax, %rdx + je .ret_org + addsd .huge(%rip), %xmm0 + ucomisd .zero(%rip), %xmm0 + jbe .doret + testq %rax, %rax + jle .l1 + /* inexact ... */ + movabsq $4503599627370496, %r8 + shrq %cl, %r8 + addq %r8, %rax +.l1: + notq %rdx + andq %rdx, %rax +.doret: + movd %rax, %xmm0 + ret + .p2align 4,,10 +.signed_val: + addsd .huge(%rip), %xmm0 + ucomisd .zero(%rip), %xmm0 + jbe .doret2 + testq %rax, %rax + movabsq $4607182418800017408, %rdx + movabsq $-9223372036854775808, %rax + cmovns %rdx, %rax + .p2align 4,,10 +.doret2: + movd %rax, %xmm0 + ret + + .p2align 4,,10 +.is_intnaninf: + /* Is Nan or Inf? */ + cmpl $1024, %ecx + je .ret_naninf + .p2align 4,,10 +.ret_org: + /* return x. */ + rep + ret + .p2align 4,,10 +.ret_naninf: + /* return x + x; */ + addsd %xmm0, %xmm0 + ret + .seh_endproc + +/* local data. */ + .section .rdata,"dr" + .align 8 +.huge: + .long -2013235812 + .long 2117592124 + .align 8 +.zero: + .long 0 + .long 0 +#elif defined(_X86_) || defined(__i386__) + fldl 4(%esp) + subl $8,%esp + + fstcw 4(%esp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x0800,%edx /* round towards +oo */ + orl 4(%esp),%edx + andl $0xfbff,%edx + movl %edx,(%esp) + fldcw (%esp) /* load modified control word */ + + frndint /* round */ + + fldcw 4(%esp) /* restore original control word */ + + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/_chgsignl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/_chgsignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/_chgsignl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/_chgsignl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + * + * IEEE 854 double-extended-precision format + * unsigned int mantissa1:32 + * unsigned int mantissa0:32 + * unsigned int exponent:15 + * unsigned int negative:1 + * unsigned int empty:16 + * + * long double _chgsignl(long double x) { + * ((unsigned int *) &x)[2] ^= 0x00008000; + * return x; + * } + */ + +#include <_mingw_mac.h> + + .file "_chgignl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(_chgsignl) + .def __MINGW_USYMBOL(_chgsignl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(_chgsignl): +#if defined(_AMD64_) || defined(__x86_64__) + movq (%rdx), %rax + movq 8(%rdx), %rdx + xorq $0x8000, %rdx + movq %rax, (%rcx) + movq %rdx, 8(%rcx) + movq %rcx, %rax + ret +#elif defined(_X86_) || defined(__i386__) + movl 12(%esp),%eax + xorl $0x8000,%eax + movl %eax,12(%esp) + fldt 4(%esp) + ret +#endif + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/copysignl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/copysignl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/copysignl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/copysignl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,44 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Changes for long double by Ulrich Drepper + * Public domain. + */ +#include <_mingw_mac.h> + + .file "copysignl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + + .globl __MINGW_USYMBOL(copysignl) + .def __MINGW_USYMBOL(copysignl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(copysignl): +#if defined(_AMD64_) || defined(__x86_64__) + movq (%rdx), %rax + movq %rax, (%rcx) + movq 8(%rdx), %rax + movq 8(%r8), %rdx + andq $0x7fff, %rax + andq $0x8000, %rdx + orq %rdx, %rax + movq %rax, 8(%rcx) + movq %rcx, %rax + ret +#elif defined(_X86_) || defined(__i386__) + movl 24(%esp),%edx + movl 12(%esp),%eax + andl $0x8000,%edx + andl $0x7fff,%eax + orl %edx,%eax + movl %eax,12(%esp) + fldt 4(%esp) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cos.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/cos.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cos.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cos.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "cos.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cos.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/cos.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cos.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cos.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,65 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include + +extern long double __cosl_internal (long double); + +__FLT_TYPE +__FLT_ABI(cos) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_NAN) + { + __FLT_RPT_DOMAIN ("cos", x, 0.0, x); + return x; + } + else if (x_class == FP_INFINITE) + { + __FLT_RPT_DOMAIN ("cos", x, 0.0, __FLT_NAN); + return __FLT_NAN; + } + return (__FLT_TYPE) __cosl_internal ((long double) x); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include + +float cosf(float _X) +{ + return ((float)cos((double)_X)); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "cos.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosl_internal.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosl_internal.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cosl_internal.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cosl_internal.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,55 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "cosl_internal.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(__cosl_internal) + .def __MINGW_USYMBOL(__cosl_internal); .scl 2; .type 32; .endef +__MINGW_USYMBOL(__cosl_internal): +#ifdef __x86_64__ + fldt (%rdx) + fcos + fnstsw %ax + testl $0x400,%eax + jz 1f + fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fnstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fcos +1: movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 4(%esp) + fcos + fnstsw %ax + testl $0x400,%eax + jnz 1f + ret +1: fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fnstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fcos + ret +#endif + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/cossin.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/cossin.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/cossin.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/cossin.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,75 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +void sincos (double __x, double *p_sin, double *p_cos); +void sincosl (long double __x, long double *p_sin, long double *p_cos); +void sincosf (float __x, float *p_sin, float *p_cos); + +void sincos (double __x, double *p_sin, double *p_cos) +{ + long double c, s; + + __asm__ __volatile__ ("fsincos\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jz 1f\n\t" + "fldpi\n\t" + "fadd %%st(0)\n\t" + "fxch %%st(1)\n\t" + "2: fprem1\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jnz 2b\n\t" + "fstp %%st(1)\n\t" + "fsincos\n\t" + "1:" : "=t" (c), "=u" (s) : "0" (__x) : "eax"); + *p_sin = (double) s; + *p_cos = (double) c; +} + +void sincosf (float __x, float *p_sin, float *p_cos) +{ + long double c, s; + + __asm__ __volatile__ ("fsincos\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jz 1f\n\t" + "fldpi\n\t" + "fadd %%st(0)\n\t" + "fxch %%st(1)\n\t" + "2: fprem1\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jnz 2b\n\t" + "fstp %%st(1)\n\t" + "fsincos\n\t" + "1:" : "=t" (c), "=u" (s) : "0" (__x) : "eax"); + *p_sin = (float) s; + *p_cos = (float) c; +} + +void sincosl (long double __x, long double *p_sin, long double *p_cos) +{ + long double c, s; + + __asm__ __volatile__ ("fsincos\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jz 1f\n\t" + "fldpi\n\t" + "fadd %%st(0)\n\t" + "fxch %%st(1)\n\t" + "2: fprem1\n\t" + "fnstsw %%ax\n\t" + "testl $0x400, %%eax\n\t" + "jnz 2b\n\t" + "fstp %%st(1)\n\t" + "fsincos\n\t" + "1:" : "=t" (c), "=u" (s) : "0" (__x) : "eax"); + *p_sin = s; + *p_cos = c; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2f.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2f.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2f.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2f.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,94 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "exp2f.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(exp2f) + .def __MINGW_USYMBOL(exp2f); .scl 2; .type 32; .endef +__MINGW_USYMBOL(exp2f): +#ifdef __x86_64__ + subq $24, %rsp + movss %xmm0,(%rsp) + flds (%rsp) + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subq $8, %rsp /* int(x) */ + fnstcw 4(%rsp) + movzwl 4(%rsp), %eax + orb $12, %ah + movw %ax, (%rsp) + fldcw (%rsp) + frndint + fldcw 4(%rsp) + addq $8, %rsp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + fstps (%rsp) + movss (%rsp),%xmm0 + addq $24, %rsp + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: fstps (%rsp) + movss (%rsp),%xmm0 + addq $24, %rsp + ret +#else + flds 4(%esp) +/* I added the following ugly construct because exp(+-Inf) resulted + in NaN. The ugliness results from the bright minds at Intel. + For the i686 the code can be written better. + -- drepper@cygnus.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subl $8, %esp /* int(x) */ + fnstcw 4(%esp) + movzwl 4(%esp), %eax + orb $12, %ah + movw %ax, (%esp) + fldcw (%esp) + frndint + fldcw 4(%esp) + addl $8, %esp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2l.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2l.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2l.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,92 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "exp2l.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(exp2l) + .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef +__MINGW_USYMBOL(exp2l): +#ifdef __x86_64__ + fldt (%rdx) + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subq $8, %rsp /* int(x) */ + fnstcw 4(%rsp) + movzwl 4(%rsp), %eax + orb $12, %ah + movw %ax, (%rsp) + fldcw (%rsp) + frndint + fldcw 4(%rsp) + addq $8, %rsp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 4(%esp) +/* I added the following ugly construct because exp(+-Inf) resulted + in NaN. The ugliness results from the bright minds at Intel. + For the i686 the code can be written better. + -- drepper@cygnus.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subl $8, %esp /* int(x) */ + fnstcw 4(%esp) + movzwl 4(%esp), %eax + orb $12, %ah + movw %ax, (%esp) + fldcw (%esp) + frndint + fldcw 4(%esp) + addl $8, %esp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp2.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp2.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,94 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "exp2.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(exp2) + .def __MINGW_USYMBOL(exp2); .scl 2; .type 32; .endef +__MINGW_USYMBOL(exp2): +#ifdef __x86_64__ + subq $24, %rsp + movsd %xmm0,(%rsp) + fldl (%rsp) + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subq $8, %rsp /* int(x) */ + fnstcw 4(%rsp) + movzwl 4(%rsp), %eax + orb $12, %ah + movw %ax, (%rsp) + fldcw (%rsp) + frndint + fldcw 4(%rsp) + addq $8, %rsp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + fstpl (%rsp) + movsd (%rsp),%xmm0 + addq $24, %rsp + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: fstpl (%rsp) + movsd (%rsp),%xmm0 + addq $24,%rsp + ret +#else + fldl 4(%esp) +/* I added the following ugly construct because exp(+-Inf) resulted + in NaN. The ugliness results from the bright minds at Intel. + For the i686 the code can be written better. + -- drepper@cygnus.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fld %st + subl $8, %esp /* int(x) */ + fnstcw 4(%esp) + movzwl 4(%esp), %eax + orb $12, %ah + movw %ax, (%esp) + fldcw (%esp) + frndint + fldcw 4(%esp) + addl $8, %esp + fsubr %st,%st(1) /* fract(x) */ + fxch + f2xm1 /* 2^(fract(x)) - 1 */ + fld1 + faddp /* 2^(fract(x)) */ + fscale /* e^x */ + fstp %st(1) + ret + +1: testl $0x200, %eax /* Test sign. */ + jz 2f /* If positive, jump. */ + fstp %st + fldz /* Set result to 0. */ +2: ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "exp.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/exp.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/exp.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,137 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include + +static long double c0 = 1.44268798828125L; // INV_LN2 +static long double c1 = 7.05260771340735992468e-6L; + +static long double +__expl_internal (long double x) +{ + long double res = 0.0L; + asm volatile ( + "fldl2e\n\t" /* 1 log2(e) */ + "fmul %%st(1),%%st\n\t" /* 1 x log2(e) */ + +#ifdef __x86_64__ + "subq $8, %%rsp\n" + "fnstcw 4(%%rsp)\n" + "movzwl 4(%%rsp), %%eax\n" + "orb $12, %%ah\n" + "movw %%ax, (%%rsp)\n" + "fldcw (%%rsp)\n" + "frndint\n\t" /* 1 i */ + "fld %%st(1)\n\t" /* 2 x */ + "frndint\n\t" /* 2 xi */ + "fldcw 4(%%rsp)\n" + "addq $8, %%rsp\n" +#else + "push %%eax\n\tsubl $8, %%esp\n" + "fnstcw 4(%%esp)\n" + "movzwl 4(%%esp), %%eax\n" + "orb $12, %%ah\n" + "movw %%ax, (%%esp)\n" + "fldcw (%%esp)\n" + "frndint\n\t" /* 1 i */ + "fld %%st(1)\n\t" /* 2 x */ + "frndint\n\t" /* 2 xi */ + "fldcw 4(%%esp)\n" + "addl $8, %%esp\n\tpop %%eax\n" +#endif + "fld %%st(1)\n\t" /* 3 i */ + "fldt %2\n\t" /* 4 c0 */ + "fld %%st(2)\n\t" /* 5 xi */ + "fmul %%st(1),%%st\n\t" /* 5 c0 xi */ + "fsubp %%st,%%st(2)\n\t" /* 4 f = c0 xi - i */ + "fld %%st(4)\n\t" /* 5 x */ + "fsub %%st(3),%%st\n\t" /* 5 xf = x - xi */ + "fmulp %%st,%%st(1)\n\t" /* 4 c0 xf */ + "faddp %%st,%%st(1)\n\t" /* 3 f = f + c0 xf */ + "fldt %3\n\t" /* 4 */ + "fmul %%st(4),%%st\n\t" /* 4 c1 * x */ + "faddp %%st,%%st(1)\n\t" /* 3 f = f + c1 * x */ + "f2xm1\n\t" /* 3 2^(fract(x * log2(e))) - 1 */ + "fld1\n\t" /* 4 1.0 */ + "faddp\n\t" /* 3 2^(fract(x * log2(e))) */ + "fstp %%st(1)\n\t" /* 2 */ + "fscale\n\t" /* 2 scale factor is st(1); e^x */ + "fstp %%st(1)\n\t" /* 1 */ + "fstp %%st(1)\n\t" /* 0 */ + : "=t" (res) : "0" (x), "m" (c0), "m" (c1) : "ax", "dx"); + return res; +} + +__FLT_TYPE +__FLT_ABI(exp) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_NAN) + { + __FLT_RPT_DOMAIN ("exp", x, 0.0, x); + return x; + } + else if (x_class == FP_INFINITE) + { + __FLT_TYPE r = (signbit (x) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); + __FLT_RPT_ERANGE ("exp", x, 0.0, r, signbit (x)); + return r; + } + else if (x_class == FP_ZERO) + { + return __FLT_CST (1.0); + } + else if (x > __FLT_MAXLOG) + { + __FLT_RPT_ERANGE ("exp", x, 0.0, __FLT_HUGE_VAL, 1); + return __FLT_HUGE_VAL; + } + else if (x < __FLT_MINLOG) + { + return __FLT_CST(0.0); + } + else + return (__FLT_TYPE) __expl_internal ((long double) x); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/expl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/expl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/expl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/expl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "exp.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,72 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include + +__FLT_TYPE +__FLT_ABI(expm1) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_NAN) + { + __FLT_RPT_DOMAIN ("expm1", x, 0.0, x); + return x; + } + else if (x_class == FP_INFINITE) + { + return (signbit (x) ? -__FLT_CST(1.0) : __FLT_HUGE_VAL); + } + else if (x_class == FP_ZERO) + { + return x; + } + if (__FLT_ABI (fabs) (x) < __FLT_LOGE2) + { + x /= __FLT_LOGE2; + __asm__ __volatile__ ("f2xm1" : "=t" (x) : "0" (x)); + return x; + } + return __FLT_ABI (exp) (x) - __FLT_CST (1.0); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1f.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1f.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1f.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1f.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_FLOAT 1 +#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1l.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1l.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/expm1l.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/expm1l.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "expm1.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/fastmath.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/fastmath.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/fastmath.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/fastmath.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,120 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#ifndef _MINGWEX_FASTMATH_H_ +#define _MINGWEX_FASTMATH_H_ + +/* Fast math inlines + No range or domain checks. No setting of errno. No tweaks to + protect precision near range limits. */ + +/* For now this is an internal header with just the functions that + are currently used in building libmingwex.a math components */ + +/* FIXME: We really should get rid of the code duplication using euther + C++ templates or tgmath-type macros. */ + +static __inline__ double __fast_sqrt (double x) +{ + double res; + asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); + return res; +} + +static __inline__ long double __fast_sqrtl (long double x) +{ + long double res; + asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); + return res; +} + +static __inline__ float __fast_sqrtf (float x) +{ + float res; + asm __volatile__ ("fsqrt" : "=t" (res) : "0" (x)); + return res; +} + + +static __inline__ double __fast_log (double x) +{ + double res; + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2x" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + +static __inline__ long double __fast_logl (long double x) +{ + long double res; + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2x" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + + +static __inline__ float __fast_logf (float x) +{ + float res; + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2x" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + +static __inline__ double __fast_log1p (double x) +{ + double res; + /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ + if (fabs (x) >= 1.0 - 0.5 * 1.41421356237309504880) + res = __fast_log (1.0 + x); + else + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2xp1" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + +static __inline__ long double __fast_log1pl (long double x) +{ + long double res; + /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ + if (fabsl (x) >= 1.0L - 0.5L * 1.41421356237309504880L) + res = __fast_logl (1.0L + x); + else + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2xp1" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + +static __inline__ float __fast_log1pf (float x) +{ + float res; + /* fyl2xp1 accurate only for |x| <= 1.0 - 0.5 * sqrt (2.0) */ + if (fabsf (x) >= 1.0 - 0.5 * 1.41421356237309504880) + res = __fast_logf (1.0 + x); + else + asm __volatile__ + ("fldln2\n\t" + "fxch\n\t" + "fyl2xp1" + : "=t" (res) : "0" (x) : "st(1)"); + return res; +} + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/floorf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/floorf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/floorf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/floorf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + #include <_mingw_mac.h> + + .file "floorf.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(floorf) + .def __MINGW_USYMBOL(floorf); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(floorf) +#endif +__MINGW_USYMBOL(floorf): +#if defined(_AMD64_) || defined(__x86_64__) + subq $40, %rsp + .seh_stackalloc 40 + .seh_endprologue + unpcklps %xmm0, %xmm0 + cvtps2pd %xmm0, %xmm0 + call floor + unpcklpd %xmm0, %xmm0 + cvtpd2ps %xmm0, %xmm0 + addq $40, %rsp + ret + .seh_endproc + .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef +#elif defined(_X86_) || defined(__i386__) + flds 4(%esp) + subl $8,%esp + + fstcw 4(%esp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x400,%edx /* round towards -oo */ + orl 4(%esp),%edx + andl $0xf7ff,%edx + movl %edx,(%esp) + fldcw (%esp) /* load modified control word */ + + frndint /* round */ + + fldcw 4(%esp) /* restore original control word */ + + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/floorl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/floorl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/floorl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/floorl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,63 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floorl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(floorl) + .def __MINGW_USYMBOL(floorl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(floorl): +#if defined(_AMD64_) || defined(__x86_64__) + fldt (%rdx) + subq $24,%rsp + + fstcw 8(%rsp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x400,%edx /* round towards -oo */ + orl 8(%rsp),%edx + andl $0xf7ff,%edx + movl %edx,(%rsp) + fldcw (%rsp) /* load modified control word */ + + frndint /* round */ + + fldcw 8(%rsp) /* restore original control word */ + + addq $24,%rsp + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#elif defined(_X86_) || defined(__i386__) + fldt 4(%esp) + subl $8,%esp + + fstcw 4(%esp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x400,%edx /* round towards -oo */ + orl 4(%esp),%edx + andl $0xf7ff,%edx + movl %edx,(%esp) + fldcw (%esp) /* load modified control word */ + + frndint /* round */ + + fldcw 4(%esp) /* restore original control word */ + + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/floor.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/floor.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/floor.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/floor.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,167 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "floor.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(floor) + .def __MINGW_USYMBOL(floor); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(floor) +#endif +__MINGW_USYMBOL(floor): +#if defined(_AMD64_) || defined(__x86_64__) + pushq %rbx + .seh_pushreg %rbx + subq $16, %rsp + .seh_stackalloc 16 + .seh_endprologue + movsd %xmm0, 8(%rsp) + movq 8(%rsp), %r9 + movq %r9, %rdx + movl %r9d, %r10d + shrq $32, %rdx + movl %edx, %eax + movl %edx, %r11d + sarl $20, %eax + andl $2047, %eax + leal -1023(%rax), %r8d + cmpl $51, %r8d + jle .L2 + cmpl $1024, %r8d + je .L27 +.L3: + addq $16, %rsp + popq %rbx + ret + .p2align 4,,10 +.L2: + cmpl $19, %r8d + jg .L4 + testl %r8d, %r8d + js .L28 + movl $1048575, %eax + movl %r8d, %ecx + shrl %cl, %eax + testl %r9d, %r9d + jne .L8 + testl %edx, %eax + je .L3 +.L8: + movsd .hugeval(%rip), %xmm1 + xorpd %xmm2, %xmm2 + addsd %xmm0, %xmm1 + ucomisd %xmm1, %xmm2 + jae .L3 + xorl %r9d, %r9d + testl %edx, %edx + jns .L9 + movl $1048576, %r9d + movl %r8d, %ecx + sarl %cl, %r9d +.L9: + addl %r9d, %edx + notl %eax + andl %edx, %eax + salq $32, %rax + movq %rax, 8(%rsp) + movsd 8(%rsp), %xmm0 + addq $16, %rsp + popq %rbx + ret + .p2align 4,,10 +.L4: + leal -1043(%rax), %ecx + movl $-1, %ebx + shrl %cl, %ebx + testl %r9d, %ebx + je .L3 + movsd .hugeval(%rip), %xmm1 + xorpd %xmm2, %xmm2 + addsd %xmm0, %xmm1 + ucomisd %xmm1, %xmm2 + jae .L3 + testl %edx, %edx + js .L29 +.L11: + notl %ebx + salq $32, %r11 + andl %ebx, %r10d + orq %r10, %r11 + movq %r11, 8(%rsp) + movsd 8(%rsp), %xmm0 + addq $16, %rsp + popq %rbx + ret + .p2align 4,,10 +.L27: + addsd %xmm0, %xmm0 + addq $16, %rsp + popq %rbx + ret + .p2align 4,,10 +.L28: + movsd .hugeval(%rip), %xmm2 + xorpd %xmm1, %xmm1 + addsd %xmm0, %xmm2 + ucomisd %xmm1, %xmm2 + jbe .L3 + testl %edx, %edx + js .L7 + movapd %xmm1, %xmm0 + jmp .L3 + .p2align 4,,10 +.L7: + andl $2147483647, %edx + orl %r9d, %edx + je .L3 + movabsq $-4616189618054758400, %rax + movq %rax, 8(%rsp) + movsd 8(%rsp), %xmm0 + jmp .L3 + .p2align 4,,10 +.L29: + cmpl $20, %r8d + je .L25 + movl $1075, %ecx + movl $1, %r10d + subl %eax, %ecx + sall %cl, %r10d + addl %r9d, %r10d + jae .L11 +.L25: + leal 1(%rdx), %r11d + jmp .L11 + .seh_endproc + + .section .rdata,"dr" + .align 8 +.hugeval: + .long -2013235812 + .long 2117592124 +#elif defined(_X86_) || defined(__i386__) + fldl 4(%esp) + subl $8,%esp + + fstcw 4(%esp) /* store fpu control word */ + + /* We use here %edx although only the low 1 bits are defined. + But none of the operations should care and they are faster + than the 16 bit operations. */ + movl $0x400,%edx /* round towards -oo */ + orl 4(%esp),%edx + andl $0xf7ff,%edx + movl %edx,(%esp) + fldcw (%esp) /* load modified control word */ + + frndint /* round */ + + fldcw 4(%esp) /* restore original control word */ + + addl $8,%esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmod.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmod.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmod.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmod.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +double fmod (double x, double y); + +double +fmod (double x, double y) +{ + double res = 0.0; + + asm volatile ( + "1:\tfprem\n\t" + "fstsw %%ax\n\t" + "sahf\n\t" + "jp 1b\n\t" + "fstp %%st(1)" + : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmodf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmodf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmodf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmodf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Public domain. + * + * Adapted for float type by Danny Smith + * . + */ + +#include + +float +fmodf (float x, float y) +{ + float res = 0.0F; + + asm volatile ( + "1:\tfprem\n\t" + "fstsw %%ax\n\t" + "sahf\n\t" + "jp 1b\n\t" + "fstp %%st(1)" + : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmodl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmodl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/fmodl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/fmodl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,21 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +long double fmodl (long double x, long double y); + +long double +fmodl (long double x, long double y) +{ + long double res = 0.0L; + + asm volatile ( + "1:\tfprem\n\t" + "fstsw %%ax\n\t" + "sahf\n\t" + "jp 1b\n\t" + "fstp %%st(1)" + : "=t" (res) : "0" (x), "u" (y) : "ax", "st(1)"); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/frexpl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/frexpl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/frexpl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/frexpl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,130 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + +/* + * frexpl(long double x, int* expnt) extracts the exponent from x. + * It returns an integer power of two to expnt and the significand + * between 0.5 and 1 to y. Thus x = y * 2**expn. + */ +#ifdef __x86_64__ + .align 8 +#else + .align 2 +#endif +.globl __MINGW_USYMBOL(frexpl) +__MINGW_USYMBOL(frexpl): +#ifdef __x86_64__ + pushq %rbp + movq %rsp,%rbp + subq $48,%rsp + pushq %rsi + fldt (%rdx) + movq %rcx,%r9 + fld %st(0) + fstpt -12(%rbp) + leaq -4(%rbp),%rcx + movw -4(%rbp),%dx + andl $32767,%edx + jne L25 + fldz + fucompp + fnstsw %ax + andb $68,%ah + xorb $64,%ah + jne L21 + movl $0,(%r8) + fldz + jmp L24 + .align 4,0x90 + .align 4,0x90 +L21: + fldt -12(%rbp) + fadd %st(0),%st + fstpt -12(%rbp) + decl %edx + movw (%rcx),%si + andl $32767,%esi + jne L22 + cmpl $-66,%edx + jg L21 +L22: + add %esi,%edx + jmp L19 + .align 2,0x90 +L25: + fstp %st(0) +L19: + addl $-16382,%edx + movl %edx,(%r8) + movw (%rcx),%ax + andl $-32768,%eax + orl $16382,%eax + movw %ax,(%rcx) + fldt -12(%rbp) +L24: + popq %rsi + movq %r9,%rax + movq $0,8(%r9) + fstpt (%r9) + leave + ret +#else + pushl %ebp + movl %esp,%ebp + subl $24,%esp + pushl %esi + pushl %ebx + fldt 8(%ebp) + movl 20(%ebp),%ebx + fld %st(0) + fstpt -12(%ebp) + leal -4(%ebp),%ecx + movw -4(%ebp),%dx + andl $32767,%edx + jne L25 + fldz + fucompp + fnstsw %ax + andb $68,%ah + xorb $64,%ah + jne L21 + movl $0,(%ebx) + fldz + jmp L24 + .align 2,0x90 + .align 2,0x90 +L21: + fldt -12(%ebp) + fadd %st(0),%st + fstpt -12(%ebp) + decl %edx + movw (%ecx),%si + andl $32767,%esi + jne L22 + cmpl $-66,%edx + jg L21 +L22: + addl %esi,%edx + jmp L19 + .align 2,0x90 +L25: + fstp %st(0) +L19: + addl $-16382,%edx + movl %edx,(%ebx) + movw (%ecx),%ax + andl $-32768,%eax + orl $16382,%eax + movw %ax,(%ecx) + fldt -12(%ebp) +L24: + leal -32(%ebp),%esp + popl %ebx + popl %esi + leave + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/fucom.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/fucom.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/fucom.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/fucom.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +int __fp_unordered_compare (long double x, long double y); + +int +__fp_unordered_compare (long double x, long double y){ + unsigned short retval; + __asm__ __volatile__ ( + "fucom %%st(1);" + "fnstsw;" + : "=a" (retval) + : "t" (x), "u" (y) + ); + return retval; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogbf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogbf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogbf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogbf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,109 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ilogbf.S" + .text + .p2align 4,,15 +.globl __MINGW_USYMBOL(ilogbf) + .def __MINGW_USYMBOL(ilogbf); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(ilogbf) +#endif +__MINGW_USYMBOL(ilogbf): +#ifdef __x86_64__ +/* generated code for: +int +ilogbf (float x) +{ + __mingw_flt_type_t hlp; + int hx, ix; + + hlp.x = x; + hx = (int) hlp.val & 0x7fffffff; + if (hx < 0x800000) + { + if (hx == 0) + return 0x80000000; // ilogb(0) = FP_ILOGB0 + for (ix = -126, hx <<= 8; hx > 0; hx <<= 1) + ix -= 1; + return ix; + } + if (hx < 0x7f800000) + return (hx >> 23) - 127; + if (hx == 0x7f800000) + return 0x7fffffff; + return 0x80000000; +} */ + subq $24, %rsp + .seh_stackalloc 24 + .seh_endprologue + movss %xmm0, 12(%rsp) + movl 12(%rsp), %edx + andl $2147483647, %edx + cmpl $8388607, %edx + jg .L2 + testl %edx, %edx + je .L6 + sall $8, %edx + movl $-126, %eax + testl %edx, %edx + jle .L3 + .p2align 4,,10 +.L4: + addl %edx, %edx + subl $1, %eax + testl %edx, %edx + jg .L4 +.L3: + addq $24, %rsp + ret + .p2align 4,,10 +.L2: + cmpl $2139095039, %edx + jle .L10 + cmpl $2139095040, %edx + movl $2147483647, %eax + movl $-2147483648, %edx + cmovne %edx, %eax + addq $24, %rsp + ret + .p2align 4,,10 +.L10: + sarl $23, %edx + leal -127(%rdx), %eax + addq $24, %rsp + ret +.L6: + movl $-2147483648, %eax + jmp .L3 + .seh_endproc +#else + flds 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + + fxtract + pushl %eax + fstp %st + + fistpl (%esp) + fwait + popl %eax + + ret + +1: fstp %st + movl $0x7fffffff, %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogbl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogbl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogbl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogbl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,65 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ilogbl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(ilogbl) + .def __MINGW_USYMBOL(ilogbl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(ilogbl): +#ifdef __x86_64__ + fldt (%rcx) + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + + fxtract + pushq %rax + fstp %st + + fistpl (%rsp) + fwait + popq %rax + + ret + +1: fstp %st + movl $0x7fffffff, %eax + ret +#else + fldt 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + + fxtract + pushl %eax + fstp %st + + fistpl (%esp) + fwait + popl %eax + + ret + +1: fstp %st + movl $0x7fffffff, %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogb.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogb.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ilogb.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ilogb.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,143 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "ilogb.S" + .text + .p2align 4,,15 +.globl __MINGW_USYMBOL(ilogb) + .def __MINGW_USYMBOL(ilogb); .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(ilogb) +#endif +__MINGW_USYMBOL(ilogb): +#ifdef __x86_64__ +/* Generated code by: +int +ilogb (double x) +{ + __mingw_dbl_type_t hlp; + int hx, lx, ix; + + hlp.x = x; + hx = hpl.lh.high & 0x7fffffff; + if (hx < 0x100000) + { + lx = hlp.lh.low; + if ((hx | lx) == 0) + return 0x80000000; // ilogb(0) = FP_ILOGB0 + // subnormal x + if (hx == 0) + { + for (ix = -1043; lx > 0; lx <<= 1) + ix -=1; + } + else + { + for (ix = -1022,hx <<= 11; hx > 0; hx <<= 1) + ix -=1; + } + return ix; + } + if (hx < 0x7ff00000) + return (hx >> 20) - 1023; + lx = hlp.lh.low; + if (((hx ^ 0x7ff00000) | lx) == 0) + return 0x7fffffff; + return 0x80000000; +} */ + subq $24, %rsp + .seh_stackalloc 24 + .seh_endprologue + movsd %xmm0, 8(%rsp) + movq 8(%rsp), %rdx + shrq $32, %rdx + andl $2147483647, %edx + cmpl $1048575, %edx + jg .L2 + movq 8(%rsp), %rcx + movl %edx, %eax + orl %ecx, %eax + je .L8 + testl %edx, %edx + jne .L4 + testl %ecx, %ecx + movl %ecx, %edx + movl $-1043, %eax + jle .L3 + .p2align 4,,10 +.L5: + addl %edx, %edx + subl $1, %eax + testl %edx, %edx + jg .L5 + addq $24, %rsp + ret + .p2align 4,,10 +.L2: + cmpl $2146435071, %edx + jle .L13 + movsd %xmm0, 8(%rsp) + movq 8(%rsp), %rax + xorl $2146435072, %edx + orl %eax, %edx + cmpl $1, %edx + sbbl %eax, %eax + addl $-2147483648, %eax +.L3: + addq $24, %rsp + ret + .p2align 4,,10 +.L4: + sall $11, %edx + movl $-1022, %eax + testl %edx, %edx + jle .L3 + .p2align 4,,10 +.L6: + addl %edx, %edx + subl $1, %eax + testl %edx, %edx + jg .L6 + addq $24, %rsp + ret + .p2align 4,,10 +.L13: + sarl $20, %edx + leal -1023(%rdx), %eax + addq $24, %rsp + ret +.L8: + movl $-2147483648, %eax + jmp .L3 + .seh_endproc +#else + + fldl 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + + fxtract + pushl %eax + fstp %st + + fistpl (%esp) + fwait + popl %eax + + ret + +1: fstp %st + movl $0x7fffffff, %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/internal_logl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/internal_logl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/internal_logl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/internal_logl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,66 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "internal_logl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +one: .double 1.0 + /* It is not important that this constant is precise. It is only + a value which is known to be on the safe side for using the + fyl2xp1 instruction. */ +limit: .double 0.29 + +.globl __MINGW_USYMBOL(__logl_internal) + .def __MINGW_USYMBOL(__logl_internal); .scl 2; .type 32; .endef +__MINGW_USYMBOL(__logl_internal): +#ifdef __x86_64__ + fldln2 // log(2) + fldt (%rdx) // x : log(2) + fld %st // x : x : log(2) + fsubl one(%rip) // x-1 : x : log(2) + fld %st // x-1 : x-1 : x : log(2) + fabs // |x-1| : x-1 : x : log(2) + fcompl limit(%rip) // x-1 : x : log(2) + fnstsw // x-1 : x : log(2) + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : log(2) + fyl2xp1 // log(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +2: fstp %st(0) // x : log(2) + fyl2x // log(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldln2 // log(2) + fldt 4(%esp) // x : log(2) + fld %st // x : x : log(2) + fsubl one // x-1 : x : log(2) + fld %st // x-1 : x-1 : x : log(2) + fabs // |x-1| : x-1 : x : log(2) + fcompl limit // x-1 : x : log(2) + fnstsw // x-1 : x : log(2) + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : log(2) + fyl2xp1 // log(x) + ret + +2: fstp %st(0) // x : log(2) + fyl2x // log(x) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ldexp.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/ldexp.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ldexp.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ldexp.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include + +double ldexp(double x, int expn) +{ + double res = 0.0; + if (!isfinite (x) || x == 0.0) + return x; + + __asm__ __volatile__ ("fscale" + : "=t" (res) + : "0" (x), "u" ((double) expn)); + + if (!isfinite (res) || res == 0.0L) + errno = ERANGE; + + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/ldexpl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/ldexpl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/ldexpl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/ldexpl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include + +long double ldexpl(long double x, int expn) +{ + long double res = 0.0L; + if (!isfinite (x) || x == 0.0L) + return x; + + __asm__ __volatile__ ("fscale" + : "=t" (res) + : "0" (x), "u" ((long double) expn)); + + if (!isfinite (res) || res == 0.0L) + errno = ERANGE; + + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log10l.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log10l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log10l.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log10l.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,93 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log10l.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +one: .double 1.0 + /* It is not important that this constant is precise. It is only + a value which is known to be on the safe side for using the + fyl2xp1 instruction. */ +limit: .double 0.29 + + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(log10l) + .def __MINGW_USYMBOL(log10l); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log10l): +#ifdef __x86_64__ + fldlg2 // log10(2) + fldt (%rdx) // x : log10(2) + fxam + fnstsw + fld %st // x : x : log10(2) + sahf + jc 3f // in case x is NaN or Inf +4: fsubl one(%rip) // x-1 : x : log10(2) + fld %st // x-1 : x-1 : x : log10(2) + fabs // |x-1| : x-1 : x : log10(2) + fcompl limit(%rip) // x-1 : x : log10(2) + fnstsw // x-1 : x : log10(2) + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : log10(2) + fyl2xp1 // log10(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +2: fstp %st(0) // x : log10(2) + fyl2x // log10(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldlg2 // log10(2) + fldt 4(%esp) // x : log10(2) + fxam + fnstsw + fld %st // x : x : log10(2) + sahf + jc 3f // in case x is NaN or Inf +4: fsubl one // x-1 : x : log10(2) + fld %st // x-1 : x-1 : x : log10(2) + fabs // |x-1| : x-1 : x : log10(2) + fcompl limit // x-1 : x : log10(2) + fnstsw // x-1 : x : log10(2) + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : log10(2) + fyl2xp1 // log10(x) + ret + +2: fstp %st(0) // x : log10(2) + fyl2x // log10(x) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1pf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1pf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1pf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1pf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,85 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log1pf.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + /* The fyl2xp1 can only be used for values in + -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 + 0.29 is a safe value. + */ +limit: .float 0.29 +one: .float 1.0 +/* + * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, + * otherwise fyl2x with the needed extra computation. + */ +.globl __MINGW_USYMBOL(log1pf) + .def __MINGW_USYMBOL(log1pf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log1pf): +#ifdef __x86_64__ + movss %xmm0,-12(%rsp) + fldln2 + flds -12(%rsp) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf + +4: fabs + fcomps limit(%rip) + fnstsw + sahf + jc 2f + fadds one(%rip) + fyl2x + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret + +2: fyl2xp1 + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret +#else + fldln2 + flds 4(%esp) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf + +4: fabs + fcomps limit + fnstsw + sahf + jc 2f + fadds one + fyl2x + ret + +2: fyl2xp1 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1pl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1pl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1pl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1pl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,102 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log1pl.S" + .text + /* The fyl2xp1 can only be used for values in + -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 + 0.29 is a safe value. + */ + + /* Only gcc understands the .tfloat type + The series of .long below represents + limit: .tfloat 0.29 + */ + .align 16 +limit: + .long 2920577761 + .long 2491081031 + .long 16381 +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + /* Please note: we use a double value here. Since 1.0 has + an exact representation this does not effect the accuracy + but it helps to optimize the code. */ +one: .double 1.0 + +/* + * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, + * otherwise fyl2x with the needed extra computation. + */ +.globl __MINGW_USYMBOL(log1pl) + .def __MINGW_USYMBOL(log1pl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log1pl): +#ifdef __x86_64__ + fldln2 + fldt (%rdx) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf +4: + fabs + fldt limit(%rip) + fcompp + fnstsw + sahf + jnc 2f + faddl one(%rip) + fyl2x + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +2: fyl2xp1 + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldln2 + fldt 4(%esp) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf +4: + fabs + fldt limit + fcompp + fnstsw + sahf + jnc 2f + faddl one + fyl2x + ret + +2: fyl2xp1 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1p.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1p.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log1p.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log1p.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,85 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log1p.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + /* The fyl2xp1 can only be used for values in + -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 + 0.29 is a safe value. + */ +limit: .double 0.29 +one: .double 1.0 +/* + * Use the fyl2xp1 function when the argument is in the range -0.29 to 0.29, + * otherwise fyl2x with the needed extra computation. + */ +.globl __MINGW_USYMBOL(log1p) + .def __MINGW_USYMBOL(log1p); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log1p): +#ifdef __x86_64__ + movsd %xmm0,-16(%rsp) + fldln2 + fldl -16(%rsp) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf + +4: fabs + fcompl limit(%rip) + fnstsw + sahf + jc 2f + faddl one(%rip) + fyl2x + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret + +2: fyl2xp1 + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret +#else + fldln2 + fldl 4(%esp) + fxam + fnstsw + fld %st + sahf + jc 3f // in case x is NaN or Inf + +4: fabs + fcompl limit + fnstsw + sahf + jc 2f + faddl one + fyl2x + ret + +2: fyl2xp1 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2f.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2f.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2f.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2f.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,85 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log2f.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +one: .double 1.0 + /* It is not important that this constant is precise. It is only + a value which is known to be on the safe side for using the + fyl2xp1 instruction. */ +limit: .double 0.29 + +.globl __MINGW_USYMBOL(log2f) + .def __MINGW_USYMBOL(log2f); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log2f): +#ifdef __x86_64__ + movss %xmm0,-12(%rsp) + fldl one(%rip) + flds -12(%rsp) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit(%rip) // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret +#else + fldl one + flds 4(%esp) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2l.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2l.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2l.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2l.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,87 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log2l.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +one: .double 1.0 + /* It is not important that this constant is precise. It is only + a value which is known to be on the safe side for using the + fyl2xp1 instruction. */ +limit: .double 0.29 + +.globl __MINGW_USYMBOL(log2l) + .def __MINGW_USYMBOL(log2l); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log2l): +#ifdef __x86_64__ + fldl one(%rip) + fldt (%rdx) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit(%rip) // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldl one + fldt 4(%esp) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log2.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log2.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,85 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "log2.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +one: .double 1.0 + /* It is not important that this constant is precise. It is only + a value which is known to be on the safe side for using the + fyl2xp1 instruction. */ +limit: .double 0.29 + +.globl __MINGW_USYMBOL(log2) + .def __MINGW_USYMBOL(log2); .scl 2; .type 32; .endef +__MINGW_USYMBOL(log2): +#ifdef __x86_64__ + movsd %xmm0,-16(%rsp) + fldl one(%rip) + fldl -16(%rsp) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit(%rip) // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret +#else + fldl one + fldl 4(%esp) // x : 1 + fxam + fnstsw + fld %st // x : x : 1 + sahf + jc 3f // in case x is NaN or Inf +4: fsub %st(2), %st // x-1 : x : 1 + fld %st // x-1 : x-1 : x : 1 + fabs // |x-1| : x-1 : x : 1 + fcompl limit // x-1 : x : 1 + fnstsw // x-1 : x : 1 + andb $0x45, %ah + jz 2f + fstp %st(1) // x-1 : 1 + fyl2xp1 // log(x) + ret + +2: fstp %st(0) // x : 1 + fyl2x // log(x) + ret + +3: jp 4b // in case x is Inf + fstp %st(1) + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/logb.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/logb.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/logb.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/logb.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Changes for long double by Ulrich Drepper + * Public domain. + */ + +#include + +double +logb (double x) +{ +#ifdef __x86_64__ + __mingw_dbl_type_t hlp; + int lx, hx; + + hlp.x = x; + lx = hlp.lh.low; + hx = hlp.lh.high & 0x7fffffff; /* high |x| */ + if ((hx | lx) == 0) + return -1.0 / fabs (x); + if (hx >= 0x7ff00000) + return x * x; + if ((hx >>= 20) == 0) /* IEEE 754 logb */ + return -1022.0; + return (double) (hx - 1023); +#else + double res = 0.0; + asm volatile ( + "fxtract\n\t" + "fstp %%st" : "=t" (res) : "0" (x)); + return res; +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/logbf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/logbf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/logbf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/logbf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,37 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Changes for long double by Ulrich Drepper + * Public domain. + */ + +#include + +float +logbf (float x) +{ +#ifdef __x86_64__ + int v; + __mingw_flt_type_t hlp; + + hlp.x = x; + v = hlp.val & 0x7fffffff; /* high |x| */ + if (!v) + return (float)-1.0 / fabsf (x); + if (v >= 0x7f800000) + return x * x; + if ((v >>= 23) == 0) /* IEEE 754 logb */ + return -126.0; + return (float) (v - 127); +#else + float res = 0.0F; + asm volatile ( + "fxtract\n\t" + "fstp %%st" : "=t" (res) : "0" (x)); + return res; +#endif +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/logbl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/logbl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/logbl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/logbl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,23 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +/* + * Written by J.T. Conklin . + * Changes for long double by Ulrich Drepper + * Public domain. + */ + +#include + +long double +logbl (long double x) +{ + long double res = 0.0L; + + asm volatile ( + "fxtract\n\t" + "fstp %%st" : "=t" (res) : "0" (x)); + return res; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/log.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "log.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/log.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/log.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/log.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/log.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,69 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include + +extern long double __cdecl __logl_internal (long double); + +__FLT_TYPE __cdecl +__FLT_ABI(log) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_ZERO) + { + __FLT_RPT_ERANGE ("log", x, 0.0, -__FLT_HUGE_VAL, 1); + return -__FLT_HUGE_VAL; + } + else if (signbit (x)) + { + __FLT_RPT_DOMAIN ("log", x, 0.0, __FLT_NAN); + return __FLT_NAN; + } + else if (x_class == FP_INFINITE) + return __FLT_HUGE_VAL; + else if (x_class == FP_NAN) + return __FLT_NAN; + return (__FLT_TYPE) __logl_internal ((long double) x); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/logl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/logl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/logl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/logl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "log.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyintf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyintf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyintf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyintf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintf.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(nearbyintf) + .def __MINGW_USYMBOL(nearbyintf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintf): +#if defined(_AMD64_) || defined(__x86_64__) + movss %xmm0,-12(%rsp) + flds -12(%rsp) + pushq %rax + pushq %rcx + fnstcw (%rsp) + movq (%rsp), %rax + orq $0x20, %rax + movq %rax, 8(%rsp) + fldcw 8(%rsp) + frndint + fclex + fldcw (%rsp) + popq %rcx + popq %rax + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret +#elif defined(_X86_) || defined(__i386__) + flds 4(%esp) + pushl %eax + pushl %ecx + fnstcw (%esp) + movl (%esp), %eax + orl $0x20, %eax + movl %eax, 4(%esp) + fldcw 4(%esp) + frndint + fclex + fldcw (%esp) + popl %ecx + popl %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyintl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyintl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyintl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyintl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,52 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyintl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(nearbyintl) + .def __MINGW_USYMBOL(nearbyintl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyintl): +#if defined(_AMD64_) || defined(__x86_64__) + fldt (%rdx) + movq %rcx,%r8 + pushq %rax + pushq %rcx + fnstcw (%rsp) + movl (%rsp), %eax + orl $0x20, %eax + movl %eax, 8(%rsp) + fldcw 8(%rsp) + frndint + fclex + fldcw (%rsp) + popq %rcx + popq %rax + movq %r8,%rax + movq $0,8(%r8) + fstpt (%r8) + ret +#elif defined(_X86_) || defined(__i386__) + fldt 4(%esp) + pushl %eax + pushl %ecx + fnstcw (%esp) + movl (%esp), %eax + orl $0x20, %eax + movl %eax, 4(%esp) + fldcw 4(%esp) + frndint + fclex + fldcw (%esp) + popl %ecx + popl %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyint.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyint.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/nearbyint.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/nearbyint.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,51 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "nearbyint.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif + .globl __MINGW_USYMBOL(nearbyint) + .def __MINGW_USYMBOL(nearbyint); .scl 2; .type 32; .endef +__MINGW_USYMBOL(nearbyint): +#if defined(_AMD64_) || defined(__x86_64__) + movsd %xmm0,-16(%rsp) + fldl -16(%rsp) + pushq %rax + pushq %rcx + fnstcw (%rsp) + movq (%rsp), %rax + orq $0x20, %rax + movq %rax, 8(%rsp) + fldcw 8(%rsp) + frndint + fclex + fldcw (%rsp) + popq %rcx + popq %rax + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret +#elif defined(_X86_) || defined(__i386__) + fldl 4(%esp) + pushl %eax + pushl %ecx + fnstcw (%esp) + movl (%esp), %eax + orl $0x20, %eax + movl %eax, 4(%esp) + fldcw 4(%esp) + frndint + fclex + fldcw (%esp) + popl %ecx + popl %eax + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/pow.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/pow.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/pow.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/pow.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "pow.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/pow.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/pow.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/pow.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/pow.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,215 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +/* IEEE 754 - Elementary Functions - Special Cases + * pow(+/-0, oo) is +0 + * pow(+/-0, -oo) is +oo + * pow (x, +/-0) is 1 for any x (even a zero, quiet NaN, or infinity) + * pow (+1, y) is 1 for any y (even a quiet NaN) + * pow (+/-0, y) is +/-oo and signals the divideByZero exception for y an odd integer < 0 + * pow (+/-0, y) is +oo and signals the divideByZero exception for finite y < 0 and not an odd integer + * pow (+/-0, y) is +/-0 for finite y > 0 an odd integer + * pow (+/-0, y) is +0 for finite y > 0 and not an odd integer + * pow (-1, +/-oo) is 1 with no exception + pow( -inf, y) = +0 for y<0 and not an odd integer + pow( -inf, y) = -inf for y an odd integer > 0 + pow( -inf, y) = +inf for y>0 and not an odd integer + pow (+/-inf, y) is +/-0 with no exception for y an odd integer < 0 + pow (+/-inf, -inf) is +0 with no exception + pow (+/-inf, +inf) is +inf with no exception + pow (+/-inf, y) is +0 with no exception for finite y < 0 and not an odd integer + pow (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer + pow (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer + pow (x, y) signals the invalid operation exception for finite x < 0 and finite non-integer y. + + For x /= 0: lim y->oo (1/x)^y results as: for |x| < 1 that sgn(x)*0 and for |x| > 0 that sgn(x)*Infinity + +*/ +#include "../complex/complex_internal.h" +#include +#include +#include +#include +#include +#define FE_ROUNDING_MASK \ + (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO) + +static __FLT_TYPE +internal_modf (__FLT_TYPE value, __FLT_TYPE *iptr) +{ + __FLT_TYPE int_part = (__FLT_TYPE) 0.0; + /* truncate */ + /* truncate */ +#ifdef __x86_64__ + asm volatile ("pushq %%rax\n\tsubq $8, %%rsp\n" + "fnstcw 4(%%rsp)\n" + "movzwl 4(%%rsp), %%eax\n" + "orb $12, %%ah\n" + "movw %%ax, (%%rsp)\n" + "fldcw (%%rsp)\n" + "frndint\n" + "fldcw 4(%%rsp)\n" + "addq $8, %%rsp\npopq %%rax" : "=t" (int_part) : "0" (value)); /* round */ +#else + asm volatile ("push %%eax\n\tsubl $8, %%esp\n" + "fnstcw 4(%%esp)\n" + "movzwl 4(%%esp), %%eax\n" + "orb $12, %%ah\n" + "movw %%ax, (%%esp)\n" + "fldcw (%%esp)\n" + "frndint\n" + "fldcw 4(%%esp)\n" + "addl $8, %%esp\n\tpop %%eax\n" : "=t" (int_part) : "0" (value)); /* round */ +#endif + if (iptr) + *iptr = int_part; + return (isinf (value) ? (__FLT_TYPE) 0.0 : value - int_part); +} + +__FLT_TYPE __cdecl __FLT_ABI(__powi) (__FLT_TYPE x, int n); + +__FLT_TYPE __cdecl +__FLT_ABI(pow) (__FLT_TYPE x, __FLT_TYPE y) +{ + int x_class = fpclassify (x); + int y_class = fpclassify (y); + long odd_y = 0; + __FLT_TYPE d, rslt; + + if (y_class == FP_ZERO || x == __FLT_CST(1.0)) + return __FLT_CST(1.0); + else if (x_class == FP_NAN || y_class == FP_NAN) + { + rslt = (signbit(x) ? -__FLT_NAN : __FLT_NAN); + __FLT_RPT_DOMAIN ("pow", x, y, rslt); + return rslt; + } + else if (x_class == FP_ZERO) + { + if (y_class == FP_INFINITE) + return (signbit(y) ? __FLT_HUGE_VAL : __FLT_CST(0.0)); + + if (signbit(x) && internal_modf (y, &d) != 0.0) + { + return signbit (y) ? (1.0 / -x) : __FLT_CST (0.0); + /*__FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); + return -__FLT_NAN; */ + } + odd_y = (internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) ? 1 : 0; + if (!signbit(y)) + { + if (!odd_y || !signbit (x)) + return __FLT_CST (0.0); + return -__FLT_CST(0.0); + } + + if (!odd_y || !signbit (x)) + return __FLT_HUGE_VAL; + return (signbit(x) ? -__FLT_HUGE_VAL : __FLT_HUGE_VAL); + } + else if (y_class == FP_INFINITE) + { + __FLT_TYPE a_x; + + if (x_class == FP_INFINITE) + return (signbit (y) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); + a_x = (signbit (x) ? -x : x); + if (a_x == 1.0) + return __FLT_CST (1.0); + if (a_x > 1.0) + return (signbit (y) == 0 ? __FLT_HUGE_VAL : __FLT_CST (0.0)); + return (!signbit (y) ? __FLT_CST (0.0) : __FLT_HUGE_VAL); + } + else if (x_class == FP_INFINITE) + { + /* pow (x, y) signals the invalid operation exception for finite x < 0 and finite non-integer y. */ + if (signbit(x) && internal_modf (y, &d) != 0.0) + { + return signbit(y) ? 1.0 / -x : -x; + /*__FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); + return -__FLT_NAN;*/ + } + odd_y = (internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) ? 1 : 0; + /* pow( -inf, y) = +0 for y<0 and not an odd integer, */ + if (signbit(x) && signbit(y) && !odd_y) + return __FLT_CST(0.0); + /* pow( -inf, y) = -inf for y an odd integer > 0. */ + if (signbit(x) && !signbit(y) && odd_y) + return -__FLT_HUGE_VAL; + /* pow( -inf, y) = +inf for y>0 and not an odd integer. */ + if (signbit(x) && !signbit(y) && !odd_y) + return __FLT_HUGE_VAL; + /* pow (+/-inf, y) is +/-0 with no exception for y an odd integer < 0. */ + if (signbit(y)) + { + /* pow (+/-inf, y) is +0 with no exception for finite y < 0 and not an odd integer. */ + return (odd_y && signbit(x) ? -__FLT_CST(0.0) : __FLT_CST(0.0)); + } + /* pow (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer. */ + /* pow (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer. */ + return (odd_y && signbit(x) ? -__FLT_HUGE_VAL : __FLT_HUGE_VAL); + } + + if (internal_modf (y, &d) != 0.0) + { + if (signbit (x)) + { + __FLT_RPT_DOMAIN ("pow", x, y, -__FLT_NAN); + return -__FLT_NAN; + } + if (y == __FLT_CST(0.5)) + { + asm volatile ("fsqrt" : "=t" (rslt) : "0" (x)); + return rslt; + } + } + else if ((d <= (__FLT_TYPE) INT_MAX && d >= (__FLT_TYPE) INT_MIN)) + return __FLT_ABI (__powi) (x, (int) y); + /* As exp already checks for minlog and maxlog no further checks are necessary. */ + rslt = (__FLT_TYPE) exp2l ((long double) y * log2l ((long double) __FLT_ABI(fabs) (x))); + + if (signbit (x) && internal_modf (__FLT_ABI (ldexp) (y, -1), &d) != 0.0) + rslt = -rslt; + return rslt; +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/powl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/powl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/powl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/powl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "pow.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainderf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainderf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainderf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainderf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remainderf.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remainder) + .def __MINGW_USYMBOL(remainderf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(remainderf): +#ifdef __x86_64__ + movss %xmm1,-12(%rsp) + flds -12(%rsp) + movss %xmm0,-12(%rsp) + flds -12(%rsp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret +#else + flds 8(%esp) + flds 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainderl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainderl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainderl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainderl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remainderl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remainderl) + .def __MINGW_USYMBOL(remainderl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(remainderl): +#ifdef __x86_64__ + fldt (%r8) + fldt (%rdx) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 16(%esp) + fldt 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainder.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainder.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remainder.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remainder.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remainder.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remainder) + .def __MINGW_USYMBOL(remainder); .scl 2; .type 32; .endef +__MINGW_USYMBOL(remainder): +#ifdef __x86_64__ + movsd %xmm0,-16(%rsp) + movsd %xmm1,-32(%rsp) + fldl -32(%rsp) + fldl -16(%rsp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret +#else + fldl 12(%esp) + fldl 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquof.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquof.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquof.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquof.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,76 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remquof.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remquof) +__MINGW_USYMBOL(remquof): +#ifdef __x86_64__ + movss %xmm1,-12(%rsp) + flds -12(%rsp) + movss %xmm0,-12(%rsp) + flds -12(%rsp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + movl $0xef2a60, %eax + leal (%ecx,%ecx,2),%ecx + shrl %cl, %eax + andl $7, %eax + movss %xmm0,-12(%rsp) + movl -12(%rsp), %edx + movss %xmm1,-12(%rsp) + xorl -12(%rsp), %edx + testl $0x80000000, %edx + jz 1f + negl %eax +1: movl %eax, (%r8) + + fstps -12(%rsp) + movss -12(%rsp),%xmm0 + ret +#else + flds 4 +4(%esp) + flds 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + movl $0xef2a60, %eax + leal (%ecx,%ecx,2),%ecx + shrl %cl, %eax + andl $7, %eax + movl 4 +4 +4(%esp), %ecx + movl 4(%esp), %edx + xorl 4 +4(%esp), %edx + testl $0x80000000, %edx + jz 1f + negl %eax +1: movl %eax, (%ecx) + + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquol.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquol.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquol.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquol.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,75 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remquol.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remquol) +__MINGW_USYMBOL(remquol): +#ifdef __x86_64__ + pushq %rcx + fldt (%r8) + fldt (%rdx) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + movl $0xef2a60, %eax + leal (%ecx,%ecx,2),%ecx + shrl %cl, %eax + andl $7, %eax + movl 8(%rdx), %edx + xorl 8(%r8), %edx + testl $0x8000, %edx + jz 1f + negl %eax +1: movl %eax, (%r9) + + popq %rcx + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 4 +12(%esp) + fldt 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + movl $0xef2a60, %eax + leal (%ecx,%ecx,2),%ecx + shrl %cl, %eax + andl $7, %eax + movl 4 +12 +12(%esp), %ecx + movl 4 +8(%esp), %edx + xorl 4 +12 +8(%esp), %edx + testl $0x8000, %edx + jz 1f + negl %eax +1: movl %eax, (%ecx) + + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquo.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquo.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/remquo.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/remquo.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,75 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "remquo.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(remquo) +__MINGW_USYMBOL(remquo): +#ifdef __x86_64__ + movsd %xmm1,-16(%rsp) + fldl -16(%rsp) + movsd %xmm0,-16(%rsp) + fldl -16(%rsp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + leal (%ecx,%ecx,2),%ecx + movl $0xef2a60, %eax + shrl %cl, %eax + andl $7, %eax + movl -12(%rsp), %edx + movsd %xmm1,-16(%rsp) + xorl -12(%rsp), %edx + testl $0x80000000, %edx + jz 1f + negl %eax +1: movl %eax, (%r8) + + fstpl -16(%rsp) + movsd -16(%rsp),%xmm0 + ret +#else + fldl 4 +8(%esp) + fldl 4(%esp) +1: fprem1 + fstsw %ax + sahf + jp 1b + fstp %st(1) + movl %eax, %ecx + shrl $8, %eax + shrl $12, %ecx + andl $4, %ecx + andl $3, %eax + orl %eax, %ecx + leal (%ecx,%ecx,2),%ecx + movl $0xef2a60, %eax + shrl %cl, %eax + andl $7, %eax + movl 4 +8 +8(%esp), %ecx + movl 4 +4(%esp), %edx + xorl 4 +8 +4(%esp), %edx + testl $0x80000000, %edx + jz 1f + negl %eax +1: movl %eax, (%ecx) + + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbnf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbnf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbnf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbnf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,40 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "scalbnf.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(scalbnf) + .def __MINGW_USYMBOL(scalbnf); .scl 2; .type 32; .endef +__MINGW_USYMBOL(scalbnf): +#ifdef __x86_64__ + subq $24, %rsp + movq %rdx,(%rsp) + fildl (%rsp) + movss %xmm0,(%rsp) + flds (%rsp) + fscale + fstp %st(1) + fstps (%rsp) + movss (%rsp),%xmm0 + addq $24, %rsp + ret +#else + fildl 8(%esp) + flds 4(%esp) + fscale + fstp %st(1) + ret +#endif + +.globl __MINGW_USYMBOL(scalblnf) + .set __MINGW_USYMBOL(scalblnf),__MINGW_USYMBOL(scalbnf) + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbnl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbnl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbnl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbnl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "scalbnl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(scalbnl) + .def __MINGW_USYMBOL(scalbnl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(scalbnl): +#ifdef __x86_64__ + subq $24, %rsp + andl $-1, %r8d + movq %r8, (%rsp) + fildl (%rsp) + fldt (%rdx) + fscale + fstp %st(1) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + addq $24, %rsp + ret +#else + fildl 16(%esp) + fldt 4(%esp) + fscale + fstp %st(1) + ret +#endif + +.globl __MINGW_USYMBOL(scalblnl) + .set __MINGW_USYMBOL(scalblnl),__MINGW_USYMBOL(scalbnl) + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbn.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbn.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/scalbn.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/scalbn.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,41 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "scalbn.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(scalbn) + .def __MINGW_USYMBOL(scalbn); .scl 2; .type 32; .endef +__MINGW_USYMBOL(scalbn): +#ifdef __x86_64__ + subq $24, %rsp + movq %rdx,(%rsp) + fildl (%rsp) + movsd %xmm0,(%rsp) + fldl (%rsp) + fscale + fstp %st(1) + fstpl (%rsp) + movsd (%rsp),%xmm0 + addq $24, %rsp + ret + +#else + fildl 12(%esp) + fldl 4(%esp) + fscale + fstp %st(1) + ret +#endif + +.globl __MINGW_USYMBOL(scalbln) + .set __MINGW_USYMBOL(scalbln),__MINGW_USYMBOL(scalbn) + diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/sin.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/sin.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/sin.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/sin.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_DOUBLE 1 +#include "sin.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/sin.def.h mingw-w64-6.0.0/mingw-w64-crt/math/x86/sin.def.h --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/sin.def.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/sin.def.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,65 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#include "../complex/complex_internal.h" +#include + +extern long double __sinl_internal (long double); + +__FLT_TYPE +__FLT_ABI(sin) (__FLT_TYPE x) +{ + int x_class = fpclassify (x); + if (x_class == FP_NAN) + { + __FLT_RPT_DOMAIN ("sin", x, 0.0, x); + return x; + } + else if (x_class == FP_INFINITE) + { + __FLT_RPT_DOMAIN ("sin", x, 0.0, __FLT_NAN); + return __FLT_NAN; + } + return (__FLT_TYPE) __sinl_internal ((long double) x); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include + +float sinf(float _X) +{ + return ((float) sin ((double) _X)); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinl.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinl.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinl.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinl.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,46 @@ +/* + This Software is provided under the Zope Public License (ZPL) Version 2.1. + + Copyright (c) 2009, 2010 by the mingw-w64 project + + See the AUTHORS file for the list of contributors to the mingw-w64 project. + + This license has been certified as open source. It has also been designated + as GPL compatible by the Free Software Foundation (FSF). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. + + Disclaimer + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#define _NEW_COMPLEX_LDOUBLE 1 +#include "sin.def.h" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinl_internal.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinl_internal.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/sinl_internal.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/sinl_internal.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,58 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "sinl_internal.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(__sinl_internal) + .def __MINGW_USYMBOL(__sinl_internal); .scl 2; .type 32; .endef +__MINGW_USYMBOL(__sinl_internal): +#ifdef __x86_64__ + fldt (%rdx) + fsin + fnstsw %ax + testl $0x400,%eax + jnz 1f + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +1: fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fnstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fsin + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 4(%esp) + fsin + fnstsw %ax + testl $0x400,%eax + jnz 1f + ret +1: fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fnstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fsin + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/tanf.c mingw-w64-6.0.0/mingw-w64-crt/math/x86/tanf.c --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/tanf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/tanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,11 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include + +float tanf(float _X) +{ + return ((float)tan((double)_X)); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/tanl.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/tanl.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/tanl.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/tanl.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,62 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "tanl.S" + .text +#ifdef __x86_64__ + .align 8 +#else + .align 4 +#endif +.globl __MINGW_USYMBOL(tanl) + .def __MINGW_USYMBOL(tanl); .scl 2; .type 32; .endef +__MINGW_USYMBOL(tanl): +#ifdef __x86_64__ + fldt (%rdx) + fptan + fnstsw %ax + testl $0x400,%eax + jnz 1f + fstp %st(0) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +1: fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fptan + fstp %st(0) + movq %rcx,%rax + movq $0,8(%rcx) + fstpt (%rcx) + ret +#else + fldt 4(%esp) + fptan + fnstsw %ax + testl $0x400,%eax + jnz 1f + fstp %st(0) + ret +1: fldpi + fadd %st(0) + fxch %st(1) +2: fprem1 + fstsw %ax + testl $0x400,%eax + jnz 2b + fstp %st(1) + fptan + fstp %st(0) + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/truncf.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/truncf.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/truncf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/truncf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,71 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "truncf.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(truncf) + .def __MINGW_USYMBOL(truncf); .scl 2; .type 32; .endef + +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(truncf) +#endif +__MINGW_USYMBOL(truncf): +#if defined(_AMD64_) || defined(__x86_64__) + subq $24, %rsp + .seh_stackalloc 24 + .seh_endprologue + movd %xmm0, 12(%rsp) + movl 12(%rsp), %edx + movl %edx, %ecx + sarl $23, %ecx + andl $255, %ecx + subl $127, %ecx + cmpl $22, %ecx + jg .l1 + movl %edx, %r8d + andl $-2147483648, %r8d + testl %ecx, %ecx + js .l2 + movl $8388607, %eax + sarl %cl, %eax + notl %eax + andl %edx, %eax + orl %r8d, %eax + movl %eax, 8(%rsp) + movss 8(%rsp), %xmm0 + addq $24, %rsp + ret + .p2align 4,,10 +.l1: + addl $-128, %ecx + jne .noinfnan + addss %xmm0, %xmm0 +.noinfnan: + addq $24, %rsp + ret + .p2align 4,,10 +.l2: + movl %r8d, 8(%rsp) + movss 8(%rsp), %xmm0 + addq $24, %rsp + ret + .seh_endproc +#elif defined(_X86_) || defined(__i386__) + flds 4(%esp) + subl $8, %esp + fstcw (%esp) + /* FE_TOWARDZERO */ + movzwl (%esp), %eax + orb $0xc, %ah + movw %ax, 4(%esp) + fldcw 4(%esp) + frndint + fldcw (%esp) + addl $8, %esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/math/x86/trunc.S mingw-w64-6.0.0/mingw-w64-crt/math/x86/trunc.S --- mingw-w64-5.0.4/mingw-w64-crt/math/x86/trunc.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/math/x86/trunc.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,91 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include <_mingw_mac.h> + + .file "trunc.S" + .text + .p2align 4,,15 + .globl __MINGW_USYMBOL(trunc) + .def __MINGW_USYMBOL(trunc); .scl 2; .type 32; .endef + +#ifdef __x86_64__ + .seh_proc __MINGW_USYMBOL(trunc) +#endif +__MINGW_USYMBOL(trunc): +#if defined(_AMD64_) || defined(__x86_64__) + subq $24, %rsp + .seh_stackalloc 24 + .seh_endprologue + movsd %xmm0, 8(%rsp) + movq 8(%rsp), %r8 + movq %r8, %rdx + shrq $32, %rdx + movl %edx, %eax + sarl $20, %eax + andl $2047, %eax + leal -1023(%rax), %ecx + cmpl $19, %ecx + jg .l1 + movl %edx, %r8d + andl $-2147483648, %r8d + testl %ecx, %ecx + js .l3 + movl $1048575, %eax + sarl %cl, %eax + notl %eax + andl %edx, %eax + orl %r8d, %eax + salq $32, %rax + movq %rax, 8(%rsp) + movsd 8(%rsp), %xmm0 + addq $24, %rsp + ret + .p2align 4,,10 +.l1: + cmpl $51, %ecx + jle .l2 + /* Is x inf/nan? */ + cmpl $1024, %ecx + jne .noinfnan + addsd %xmm0, %xmm0 +.noinfnan: + addq $24, %rsp + ret + .p2align 4,,10 +.l2: + leal -1043(%rax), %ecx + movl $-1, %r9d + salq $32, %rdx + shrl %cl, %r9d + notl %r9d + andl %r9d, %r8d + orq %r8, %rdx + movq %rdx, 8(%rsp) + movsd 8(%rsp), %xmm0 + addq $24, %rsp + ret + .p2align 4,,10 +.l3: + salq $32, %r8 + movq %r8, 8(%rsp) + movsd 8(%rsp), %xmm0 + addq $24, %rsp + ret + .seh_endproc +#elif defined(_X86_) || defined(__i386__) + fldl 4(%esp) + subl $8, %esp + fstcw (%esp) + /* FE_TOWARDZERO */ + movzwl (%esp), %eax + orb $0xc, %ah + movw %ax, 4(%esp) + fldcw 4(%esp) + frndint + fldcw (%esp) + addl $8, %esp + ret +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/assert.c mingw-w64-6.0.0/mingw-w64-crt/misc/assert.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/assert.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/assert.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ +#include +#include +#include +#include +#include + +void __cdecl _wassert (const wchar_t *, const wchar_t *,unsigned); +void __cdecl _assert (const char *, const char *, unsigned); + +void __cdecl +_assert (const char *_Message, const char *_File, unsigned _Line) +{ + wchar_t *m, *f; + int i; + m = (wchar_t *) malloc ((strlen (_Message) + 1) * sizeof (wchar_t)); + f = (wchar_t *) malloc ((strlen (_File) + 1) * sizeof (wchar_t)); + for (i = 0; _Message[i] != 0; i++) + m[i] = ((wchar_t) _Message[i]) & 0xff; + m[i] = 0; + for (i = 0; _File[i] != 0; i++) + f[i] = ((wchar_t) _File[i]) & 0xff; + f[i] = 0; + _wassert (m, f, _Line); + free (m); + free (f); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/difftime32.c mingw-w64-6.0.0/mingw-w64-crt/misc/difftime32.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/difftime32.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/difftime32.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ -double _difftime32(unsigned int _Time1,unsigned int _Time2); +#include -double _difftime32(unsigned int _Time1,unsigned int _Time2) +double __cdecl _difftime32(__time32_t _Time1,__time32_t _Time2) { - unsigned int r = _Time1 - _Time2; + __time32_t r = _Time1 - _Time2; if (r > _Time1) return -((double) (_Time2 - _Time1)); return (double) r; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/difftime64.c mingw-w64-6.0.0/mingw-w64-crt/misc/difftime64.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/difftime64.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/difftime64.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ -double _difftime64(unsigned long long _Time1,unsigned long long _Time2); +#include -double _difftime64(unsigned long long _Time1,unsigned long long _Time2) +double __cdecl _difftime64(__time64_t _Time1,__time64_t _Time2) { - unsigned long long r = _Time1 - _Time2; + __time64_t r = _Time1 - _Time2; if (r > _Time1) return -((double) (_Time2 - _Time1)); return (double) r; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/feclearexcept.c mingw-w64-6.0.0/mingw-w64-crt/misc/feclearexcept.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/feclearexcept.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/feclearexcept.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,7 +5,7 @@ */ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) int __mingw_has_sse (void); int __mingw_has_sse(void) @@ -32,7 +32,7 @@ return 1; return 0; } -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.2.1 The feclearexcept function clears the supported exceptions @@ -45,6 +45,12 @@ __asm__ volatile ("fmrx %0, FPSCR" : "=r" (_env)); _env.__cw &= ~(excepts & FE_ALL_EXCEPT); __asm__ volatile ("fmxr FPSCR, %0" : : "r" (_env)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + (void) _env; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + fpcr &= ~(excepts & FE_ALL_EXCEPT); + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); #else int _mxcsr; if (excepts == FE_ALL_EXCEPT) @@ -63,6 +69,6 @@ _mxcsr &= ~(((excepts & FE_ALL_EXCEPT))); __asm__ volatile ("ldmxcsr %0" : : "m" (_mxcsr)); } -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return (0); } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fegetenv.c mingw-w64-6.0.0/mingw-w64-crt/misc/fegetenv.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fegetenv.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fegetenv.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,9 +5,9 @@ */ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.4.1 The fegetenv function stores the current floating-point environment @@ -17,6 +17,10 @@ { #if defined(_ARM_) || defined(__arm__) __asm__ volatile ("fmrx %0, FPSCR" : "=r" (*envp)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + envp->__cw = fpcr; #else __asm__ __volatile__ ("fnstenv %0;": "=m" (*envp)); /* fnstenv sets control word to non-stop for all exceptions, so we @@ -29,7 +33,7 @@ envp->__unused0 = (((unsigned int) _mxcsr) >> 16); envp->__unused1 = (((unsigned int) _mxcsr) & 0xffff); } -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fegetexceptflag.c mingw-w64-6.0.0/mingw-w64-crt/misc/fegetexceptflag.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fegetexceptflag.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fegetexceptflag.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,9 +5,9 @@ */ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) extern int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.2.2 The fegetexceptflag function stores an implementation-defined @@ -20,6 +20,10 @@ fenv_t _env; __asm__ volatile ("fmrx %0, FPSCR" : "=r" (_env)); *flagp = _env.__cw & excepts & FE_ALL_EXCEPT; +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + *flagp = fpcr & excepts & FE_ALL_EXCEPT; #else int _mxcsr; unsigned short _status; @@ -30,6 +34,6 @@ __asm__ volatile ("stmxcsr %0" : "=m" (_mxcsr)); *flagp = (_mxcsr | _status) & excepts & FE_ALL_EXCEPT; -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fegetround.c mingw-w64-6.0.0/mingw-w64-crt/misc/fegetround.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fegetround.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fegetround.c 2018-09-14 14:16:43.000000000 +0000 @@ -16,9 +16,13 @@ fenv_t _env; __asm__ volatile ("fmrx %0, FPSCR" : "=r" (_env)); return (_env.__cw & (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + return (fpcr & (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)); #else int _control; __asm__ volatile ("fnstcw %0" : "=m" (*&_control)); return (_control & (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)); -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/feholdexcept.c mingw-w64-6.0.0/mingw-w64-crt/misc/feholdexcept.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/feholdexcept.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/feholdexcept.c 2018-09-14 14:16:43.000000000 +0000 @@ -19,11 +19,17 @@ envp->__cw = _env.__cw; _env.__cw &= ~(FE_ALL_EXCEPT); __asm__ volatile ("fmxr FPSCR, %0" : : "r" (_env)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + envp->__cw = fpcr; + fpcr &= ~(FE_ALL_EXCEPT); + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); #else __asm__ __volatile__ ("fnstenv %0;" : "=m" (* envp)); /* save current into envp */ /* fnstenv sets control word to non-stop for all exceptions, so all we need to do is clear the exception flags. */ __asm__ __volatile__ ("fnclex"); -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/feraiseexcept.c mingw-w64-6.0.0/mingw-w64-crt/misc/feraiseexcept.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/feraiseexcept.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/feraiseexcept.c 2018-09-14 14:16:43.000000000 +0000 @@ -20,11 +20,17 @@ __asm__ volatile ("fmrx %0, FPSCR" : "=r" (_env)); _env.__cw |= excepts & FE_ALL_EXCEPT; __asm__ volatile ("fmxr FPSCR, %0" : : "r" (_env)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + (void) _env; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + fpcr |= excepts & FE_ALL_EXCEPT; + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); #else __asm__ volatile ("fnstenv %0;" : "=m" (_env)); _env.__status_word |= excepts & FE_ALL_EXCEPT; __asm__ volatile ("fldenv %0;" "fwait;" : : "m" (_env)); -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fesetenv.c mingw-w64-6.0.0/mingw-w64-crt/misc/fesetenv.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fesetenv.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fesetenv.c 2018-09-14 14:16:43.000000000 +0000 @@ -7,9 +7,9 @@ #include #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) extern int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.4.3 The fesetenv function establishes the floating-point environment @@ -32,6 +32,14 @@ _fpreset(); else __asm__ volatile ("fmxr FPSCR, %0" : : "r" (*envp)); +#elif defined(_ARM64_) || defined(__aarch64__) + if (envp == FE_DFL_ENV) { + /* Use the choice made at app startup */ + _fpreset(); + } else { + unsigned __int64 fpcr = envp->__cw; + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); + } #else if (envp == FE_PC64_ENV) /* @@ -70,6 +78,6 @@ __asm__ volatile ("ldmxcsr %0" : : "m" (*&_mxcsr)); } -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fesetexceptflag.c mingw-w64-6.0.0/mingw-w64-crt/misc/fesetexceptflag.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fesetexceptflag.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fesetexceptflag.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,9 +5,9 @@ */ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) extern int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.2.4 The fesetexceptflag function sets the complete status for those @@ -29,6 +29,13 @@ _env.__cw &= ~excepts; _env.__cw |= (*flagp & excepts); __asm__ volatile ("fmxr FPSCR, %0" : : "r" (_env)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + (void) _env; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + fpcr &= ~excepts; + fpcr |= (*flagp & excepts); + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); #else __asm__ volatile ("fnstenv %0;" : "=m" (_env)); _env.__status_word &= ~excepts; @@ -44,6 +51,6 @@ __asm__ volatile ("ldmxcsr %0" : : "m" (sse_cw)); } -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fesetround.c mingw-w64-6.0.0/mingw-w64-crt/misc/fesetround.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fesetround.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fesetround.c 2018-09-14 14:16:43.000000000 +0000 @@ -5,9 +5,9 @@ */ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.3.2 The fesetround function establishes the rounding direction @@ -25,6 +25,14 @@ _env.__cw &= ~(FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO); _env.__cw |= mode; __asm__ volatile ("fmxr FPSCR, %0" : : "r" (_env)); +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + if ((mode & ~(FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)) != 0) + return -1; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + fpcr &= ~(FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO); + fpcr |= mode; + __asm__ volatile ("msr fpcr, %0" : : "r" (fpcr)); #else unsigned short _cw; if ((mode & ~(FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)) @@ -44,6 +52,6 @@ mxcsr |= mode << 3; __asm__ volatile ("ldmxcsr %0" : : "m" (*&mxcsr)); } -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/fetestexcept.c mingw-w64-6.0.0/mingw-w64-crt/misc/fetestexcept.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/fetestexcept.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/fetestexcept.c 2018-09-14 14:16:43.000000000 +0000 @@ -6,9 +6,9 @@ #include -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) extern int __mingw_has_sse (void); -#endif /* !(defined(_ARM_) || defined(__arm__)) */ +#endif /* !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) */ /* 7.6.2.5 The fetestexcept function determines which of a specified subset of @@ -24,6 +24,10 @@ fenv_t _env; __asm__ volatile ("fmrx %0, FPSCR" : "=r" (_env)); return _env.__cw & excepts & FE_ALL_EXCEPT; +#elif defined(_ARM64_) || defined(__aarch64__) + unsigned __int64 fpcr; + __asm__ volatile ("mrs %0, fpcr" : "=r" (fpcr)); + return fpcr & excepts & FE_ALL_EXCEPT; #else unsigned short _sw; __asm__ __volatile__ ("fnstsw %%ax" : "=a" (_sw)); @@ -35,5 +39,5 @@ _sw |= sse_sw; } return _sw & excepts & FE_ALL_EXCEPT; -#endif /* defined(_ARM_) || defined(__arm__) */ +#endif /* defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) */ } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/_get_current_locale.c mingw-w64-6.0.0/mingw-w64-crt/misc/_get_current_locale.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/_get_current_locale.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/_get_current_locale.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,26 @@ +#include +#include +#include + +static _locale_t __cdecl init_func(void); +_locale_t (__cdecl *__MINGW_IMP_SYMBOL(_get_current_locale))(void) = init_func; + +static _locale_t __cdecl null_func(void) +{ + return NULL; +} + +static _locale_t __cdecl init_func(void) +{ + HMODULE msvcrt = __mingw_get_msvcrt_handle(); + _locale_t (__cdecl *func)(void) = NULL; + + if (msvcrt) { + func = (void*)GetProcAddress(msvcrt, "_get_current_locale"); + } + + if (!func) + func = null_func; + + return (__MINGW_IMP_SYMBOL(_get_current_locale) = func)(); +} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/imaxdiv.c mingw-w64-6.0.0/mingw-w64-crt/misc/imaxdiv.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/imaxdiv.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/imaxdiv.c 2018-09-14 14:16:43.000000000 +0000 @@ -16,6 +16,7 @@ */ #include +#include imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom) @@ -26,5 +27,5 @@ return result; } -long long __attribute__ ((alias ("imaxdiv"))) +lldiv_t __attribute__ ((alias ("imaxdiv"))) lldiv (long long, long long); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/mingw_getsp.S mingw-w64-6.0.0/mingw-w64-crt/misc/mingw_getsp.S --- mingw-w64-5.0.4/mingw-w64-crt/misc/mingw_getsp.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/mingw_getsp.S 2018-09-14 14:16:43.000000000 +0000 @@ -24,6 +24,9 @@ #elif defined(_ARM_) || defined(__arm__) mov r0, sp bx lr +#elif defined(_ARM64_) || defined(__aarch64__) + mov x0, sp + ret #endif /* On ARM: @@ -33,7 +36,7 @@ ldr pc, [pc, ip] 1: .long __imp_longjmp - (1b + 4) */ -#if !(defined(_ARM_) || defined(__arm__)) +#if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__)) .globl __MINGW_USYMBOL(longjmp) .def __MINGW_USYMBOL(longjmp); .scl 2; .type 32; .endef __MINGW_USYMBOL(longjmp): @@ -48,3 +51,102 @@ jmp *__imp__longjmp #endif #endif /* !(defined(_ARM_) || defined(__arm__)) */ + +#if defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) + .globl __MINGW_USYMBOL(__mingw_setjmp) + .def __MINGW_USYMBOL(__mingw_setjmp); .scl 2; .type 32; .endef +__MINGW_USYMBOL(__mingw_setjmp): +#if defined(_ARM_) || defined(__arm__) + mov r1, #0 + str r1, [r0] /* jmp_buf->Frame */ + str r4, [r0, #0x4] /* jmp_buf->R4 */ + str r5, [r0, #0x8] /* jmp_buf->R5 */ + str r6, [r0, #0xc] /* jmp_buf->R6 */ + str r7, [r0, #0x10] /* jmp_buf->R7 */ + str r8, [r0, #0x14] /* jmp_buf->R8 */ + str r9, [r0, #0x18] /* jmp_buf->R9 */ + str r10, [r0, #0x1c] /* jmp_buf->R10 */ + str r11, [r0, #0x20] /* jmp_buf->R11 */ + str sp, [r0, #0x24] /* jmp_buf->Sp */ + str lr, [r0, #0x28] /* jmp_buf->Pc */ + vmrs r2, fpscr + str r2, [r0, #0x2c] /* jmp_buf->Fpscr */ + vstr d8, [r0, #0x30] /* jmp_buf->D[0] */ + vstr d9, [r0, #0x38] /* jmp_buf->D[1] */ + vstr d10, [r0, #0x40] /* jmp_buf->D[2] */ + vstr d11, [r0, #0x48] /* jmp_buf->D[3] */ + vstr d12, [r0, #0x50] /* jmp_buf->D[4] */ + vstr d13, [r0, #0x58] /* jmp_buf->D[5] */ + vstr d14, [r0, #0x60] /* jmp_buf->D[6] */ + vstr d15, [r0, #0x68] /* jmp_buf->D[7] */ + mov r0, #0 + bx lr +#elif defined(_ARM64_) || defined(__aarch64__) + str xzr, [x0] /* jmp_buf->Frame */ + stp x19, x20, [x0, #0x10] /* jmp_buf->X19, X20 */ + stp x21, x22, [x0, #0x20] /* jmp_buf->X21, X22 */ + stp x23, x24, [x0, #0x30] /* jmp_buf->X23, X24 */ + stp x25, x26, [x0, #0x40] /* jmp_buf->X25, X26 */ + stp x27, x28, [x0, #0x50] /* jmp_buf->X27, X28 */ + stp x29, x30, [x0, #0x60] /* jmp_buf->Fp, Lr */ + mov x2, sp + str x2, [x0, #0x70] /* jmp_buf->Sp */ + mrs x2, fpcr + str w2, [x0, #0x78] /* jmp_buf->Fpcr */ + mrs x2, fpsr + str w2, [x0, #0x7c] /* jmp_buf->Fpsr */ + stp d8, d9, [x0, #0x80] /* jmp_buf->D[0-1] */ + stp d10, d11, [x0, #0x90] /* jmp_buf->D[2-3] */ + stp d12, d13, [x0, #0xa0] /* jmp_buf->D[4-5] */ + stp d14, d15, [x0, #0xb0] /* jmp_buf->D[6-7] */ + mov x0, #0 + ret +#endif + + .globl __MINGW_USYMBOL(__mingw_longjmp) + .def __MINGW_USYMBOL(__mingw_longjmp); .scl 2; .type 32; .endef +__MINGW_USYMBOL(__mingw_longjmp): +#if defined(_ARM_) || defined(__arm__) + ldr r4, [r0, #0x4] /* jmp_buf->R4 */ + ldr r5, [r0, #0x8] /* jmp_buf->R5 */ + ldr r6, [r0, #0xc] /* jmp_buf->R6 */ + ldr r7, [r0, #0x10] /* jmp_buf->R7 */ + ldr r8, [r0, #0x14] /* jmp_buf->R8 */ + ldr r9, [r0, #0x18] /* jmp_buf->R9 */ + ldr r10, [r0, #0x1c] /* jmp_buf->R10 */ + ldr r11, [r0, #0x20] /* jmp_buf->R11 */ + ldr sp, [r0, #0x24] /* jmp_buf->Sp */ + ldr r2, [r0, #0x28] /* jmp_buf->Pc */ + ldr r3, [r0, #0x2c] /* jmp_buf->Fpscr */ + vmsr fpscr, r3 + vldr d8, [r0, #0x30] /* jmp_buf->D[0] */ + vldr d9, [r0, #0x38] /* jmp_buf->D[1] */ + vldr d10, [r0, #0x40] /* jmp_buf->D[2] */ + vldr d11, [r0, #0x48] /* jmp_buf->D[3] */ + vldr d12, [r0, #0x50] /* jmp_buf->D[4] */ + vldr d13, [r0, #0x58] /* jmp_buf->D[5] */ + vldr d14, [r0, #0x60] /* jmp_buf->D[6] */ + vldr d15, [r0, #0x68] /* jmp_buf->D[7] */ + mov r0, r1 /* retval */ + bx r2 +#elif defined(_ARM64_) || defined(__aarch64__) + ldp x19, x20, [x0, #0x10] /* jmp_buf->X19, X20 */ + ldp x21, x22, [x0, #0x20] /* jmp_buf->X21, X22 */ + ldp x23, x24, [x0, #0x30] /* jmp_buf->X23, X24 */ + ldp x25, x26, [x0, #0x40] /* jmp_buf->X25, X26 */ + ldp x27, x28, [x0, #0x50] /* jmp_buf->X27, X28 */ + ldp x29, x30, [x0, #0x60] /* jmp_buf->Fp, Lr */ + ldr x2, [x0, #0x70] /* jmp_buf->Sp */ + mov sp, x2 + ldr w2, [x0, #0x78] /* jmp_buf->Fpcr */ + msr fpcr, x2 + ldr w2, [x0, #0x7c] /* jmp_buf->Fpsr */ + msr fpsr, x2 + ldp d8, d9, [x0, #0x80] /* jmp_buf->D[0-1] */ + ldp d10, d11, [x0, #0x90] /* jmp_buf->D[2-3] */ + ldp d12, d13, [x0, #0xa0] /* jmp_buf->D[4-5] */ + ldp d14, d15, [x0, #0xb0] /* jmp_buf->D[6-7] */ + mov x0, x1 /* retval */ + ret +#endif +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/mingw_usleep.c mingw-w64-6.0.0/mingw-w64-crt/misc/mingw_usleep.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/mingw_usleep.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/mingw_usleep.c 2018-09-14 14:16:43.000000000 +0000 @@ -10,9 +10,7 @@ int __cdecl usleep (useconds_t us) { - if (us >= 1000000) - return EINVAL; - else if (us != 0) + if (us != 0) Sleep (us / 1000); return 0; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/onexit_table.c mingw-w64-6.0.0/mingw-w64-crt/misc/onexit_table.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/onexit_table.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/onexit_table.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,77 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include +#include + +#define _EXIT_LOCK1 8 + +void __cdecl _lock (int _File); +void __cdecl _unlock (int _File); + +int __cdecl _initialize_onexit_table(_onexit_table_t *table) +{ + if (!table) return -1; + table->_first = table->_last = table->_end = NULL; + return 0; +} + +int __cdecl _register_onexit_function(_onexit_table_t *table, _onexit_t func) +{ + if (!table) return -1; + + _lock(_EXIT_LOCK1); + + if (!table->_first) { + table->_first = calloc(32, sizeof(void*)); + if (!table->_first) { + _unlock(_EXIT_LOCK1); + return -1; + } + table->_last = table->_first; + table->_end = table->_first + 32; + } + + if (table->_last == table->_end) { + size_t len = table->_end - table->_first; + _PVFV *new_buf = realloc(table->_first, len * sizeof(void*) * 2); + if (!new_buf) { + _unlock(_EXIT_LOCK1); + return -1; + } + table->_first = new_buf; + table->_last = new_buf + len; + table->_end = new_buf + len * 2; + } + + *table->_last++ = (_PVFV)func; + _unlock(_EXIT_LOCK1); + return 0; +} + +int __cdecl _execute_onexit_table(_onexit_table_t *table) +{ + _PVFV *first, *last; + + _lock(_EXIT_LOCK1); + first = table->_first; + last = table->_last; + _initialize_onexit_table(table); + _unlock(_EXIT_LOCK1); + + if (!first) return 0; + + while (--last >= first) + if (*last) + (**last)(); + + free(first); + return 0; +} + +typeof(_initialize_onexit_table) *__MINGW_IMP_SYMBOL(_initialize_onexit_table) = _initialize_onexit_table; +typeof(_register_onexit_function) *__MINGW_IMP_SYMBOL(_register_onexit_function) = _register_onexit_function; +typeof(_execute_onexit_table) *__MINGW_IMP_SYMBOL(_execute_onexit_table) = _execute_onexit_table; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/__p__acmdln.c mingw-w64-6.0.0/mingw-w64-crt/misc/__p__acmdln.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/__p__acmdln.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/__p__acmdln.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include <_mingw.h> + +extern char ** __MINGW_IMP_SYMBOL(_acmdln); + +char **__cdecl __p__acmdln(void); +char **__cdecl __p__acmdln(void) +{ + return __MINGW_IMP_SYMBOL(_acmdln); +} + +typedef char **__cdecl (*_f__p__acmdln)(void); +_f__p__acmdln __MINGW_IMP_SYMBOL(__p__acmdln) = __p__acmdln; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/__p___argv.c mingw-w64-6.0.0/mingw-w64-crt/misc/__p___argv.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/__p___argv.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/__p___argv.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +char ***__cdecl __p___argv(void) +{ + return __MINGW_IMP_SYMBOL(__argv); +} + +typedef char ***__cdecl (*_f__p___argv)(void); +_f__p___argv __MINGW_IMP_SYMBOL(__p___argv) = __p___argv; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/__p__fmode.c mingw-w64-6.0.0/mingw-w64-crt/misc/__p__fmode.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/__p__fmode.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/__p__fmode.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,17 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include <_mingw.h> + +extern int * __MINGW_IMP_SYMBOL(_fmode); + +int *__cdecl __p__fmode(void); +int *__cdecl __p__fmode(void) +{ + return __MINGW_IMP_SYMBOL(_fmode); +} + +typeof(__p__fmode) *__MINGW_IMP_SYMBOL(__p__fmode) = __p__fmode; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/__p__wcmdln.c mingw-w64-6.0.0/mingw-w64-crt/misc/__p__wcmdln.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/__p__wcmdln.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/__p__wcmdln.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,18 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +extern wchar_t ** __MINGW_IMP_SYMBOL(_wcmdln); + +wchar_t **__cdecl __p__wcmdln(void); +wchar_t **__cdecl __p__wcmdln(void) +{ + return __MINGW_IMP_SYMBOL(_wcmdln); +} + +typedef wchar_t **__cdecl (*_f__p__wcmdln)(void); +_f__p__wcmdln __MINGW_IMP_SYMBOL(__p__wcmdln) = __p__wcmdln; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/register_tls_atexit.c mingw-w64-6.0.0/mingw-w64-crt/misc/register_tls_atexit.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/register_tls_atexit.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/register_tls_atexit.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,29 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include +#include +#include +#include + +static _tls_callback_type callback; + +static void run_callback(void) +{ + if (callback) + callback(NULL, DLL_PROCESS_DETACH, 0); + callback = NULL; +} + +void __cdecl _register_thread_local_exe_atexit_callback(_tls_callback_type cb) +{ + callback = cb; + /* This should guarantee that the callback is called. It won't be run in the + * exact right spot as intended to, but it will be run. */ + atexit(run_callback); +} + +typeof(_register_thread_local_exe_atexit_callback) *__MINGW_IMP_SYMBOL(_register_thread_local_exe_atexit_callback) = _register_thread_local_exe_atexit_callback; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/strtold.c mingw-w64-6.0.0/mingw-w64-crt/misc/strtold.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/strtold.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/strtold.c 2018-09-14 14:16:43.000000000 +0000 @@ -87,7 +87,7 @@ /* Copy the input string. */ c = strlen (ss) + 2; - lstr = (char *) malloc (c); + lstr = (char *) alloca (c); s = (char *) ss; while( isspace ((int)(unsigned char)*s)) /* skip leading spaces */ { @@ -375,6 +375,7 @@ if (prec || valid_lead_string) return (lenldstr + (s - lstr)); + return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/tdelete.c mingw-w64-6.0.0/mingw-w64-crt/misc/tdelete.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/tdelete.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/tdelete.c 2018-09-14 14:16:43.000000000 +0000 @@ -30,7 +30,7 @@ node_t *p, *q, *r; int cmp; - _DIAGASSERT(compar != NULL); + _DIAGASSERT((uintptr_t)compar != (uintptr_t)NULL); if (rootp == NULL || (p = *rootp) == NULL) return NULL; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/wassert.c mingw-w64-6.0.0/mingw-w64-crt/misc/wassert.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/wassert.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/wassert.c 2018-09-14 14:16:43.000000000 +0000 @@ -15,24 +15,6 @@ void __cdecl _assert (const char *, const char *, unsigned); void __cdecl -_assert (const char *_Message, const char *_File, unsigned _Line) -{ - wchar_t *m, *f; - int i; - m = (wchar_t *) malloc ((strlen (_Message) + 1) * sizeof (wchar_t)); - f = (wchar_t *) malloc ((strlen (_File) + 1) * sizeof (wchar_t)); - for (i = 0; _Message[i] != 0; i++) - m[i] = ((wchar_t) _Message[i]) & 0xff; - m[i] = 0; - for (i = 0; _File[i] != 0; i++) - f[i] = ((wchar_t) _File[i]) & 0xff; - f[i] = 0; - _wassert (m, f, _Line); - free (m); - free (f); -} - -void __cdecl _wassert (const wchar_t *_Message, const wchar_t *_File, unsigned _Line) { wchar_t *msgbuf = (wchar_t *) malloc (8192*sizeof(wchar_t)); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/wcstof.c mingw-w64-6.0.0/mingw-w64-crt/misc/wcstof.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/wcstof.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/wcstof.c 2018-09-14 14:16:43.000000000 +0000 @@ -55,7 +55,9 @@ { /* Make sure temp mbstring cs has 0 at cse. */ *cse = '\0'; - i = _mbslen ((unsigned char*) cs); /* Number of chars, not bytes */ + i = MultiByteToWideChar (cp, MB_ERR_INVALID_CHARS, cs, -1, NULL, 0); + if (i > 0) + i -= 1; /* Remove zero terminator from length. */ *wcse = (wchar_t *) wcs + i; } free (cs); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/misc/wcstold.c mingw-w64-6.0.0/mingw-w64-crt/misc/wcstold.c --- mingw-w64-5.0.4/mingw-w64-crt/misc/wcstold.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/misc/wcstold.c 2018-09-14 14:16:43.000000000 +0000 @@ -63,7 +63,9 @@ { /* Make sure temp mbstring has 0 at cse. */ *cse = '\0'; - i = _mbslen ((unsigned char*) cs); /* Number of chars, not bytes */ + i = MultiByteToWideChar (cp, MB_ERR_INVALID_CHARS, cs, -1, NULL, 0); + if (i > 0) + i -= 1; /* Remove zero terminator from length. */ *wcse = (wchar_t *) wcs + i; } free (cs); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_access_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_access_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_access_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_access_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -2,9 +2,8 @@ #include #include #include +#include -int __cdecl _access (const char *, int); -errno_t __cdecl _access_s (const char *, int); static errno_t __cdecl _int_access_s (const char *, int); static errno_t __cdecl _stub (const char *, int); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/asctime_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/asctime_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/asctime_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/asctime_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -errno_t __cdecl asctime_s (char *, size_t, const struct tm *); -/* char * __cdecl asctime (const struct tm *); */ static errno_t __cdecl _int_asctime_s (char *, size_t, const struct tm *); static errno_t __cdecl _stub (char *, size_t, const struct tm *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cgets_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cgets_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cgets_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cgets_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -char * __cdecl _cgets (char *); -errno_t __cdecl _cgets_s (char *, size_t, size_t *); static errno_t __cdecl _int_cgets_s (char *, size_t, size_t *); static errno_t __cdecl _stub (char *, size_t, size_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cgetws_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cgetws_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cgetws_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cgetws_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -wchar_t * __cdecl _cgetws (wchar_t *); -errno_t __cdecl _cgetws_s (wchar_t *, size_t, size_t *); static errno_t __cdecl _int_cgetws_s (wchar_t *, size_t, size_t *); static errno_t __cdecl _stub (wchar_t *, size_t, size_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_chsize_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_chsize_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_chsize_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_chsize_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -2,9 +2,8 @@ #include #include #include +#include -int __cdecl _chsize (int, long); -errno_t __cdecl _chsize_s (int, long long); static errno_t __cdecl _int_chsize_s (int, long long); static errno_t __cdecl _stub (int, long long); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include - -int __cdecl _cprintf_s (const char *,...); -int __cdecl _vcprintf_s (const char *,va_list); +#include int __cdecl (*__MINGW_IMP_SYMBOL(_cprintf_s))(const char *,...) = _cprintf_s; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cprintf_s_l.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cprintf_s_l.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cprintf_s_l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cprintf_s_l.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include - -int __cdecl _cprintf_s_l (const char *, _locale_t, ...); -int __cdecl _vcprintf_s_l(const char *,_locale_t,va_list); +#include int __cdecl (*__MINGW_IMP_SYMBOL(_cprintf_s_l))(const char *, _locale_t, ...) = _cprintf_s_l; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_ctime32_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_ctime32_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_ctime32_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_ctime32_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,9 +4,6 @@ #include #include -errno_t __cdecl _localtime32_s (struct tm *, const __time32_t *); -errno_t __cdecl asctime_s (char *, size_t, const struct tm *); -errno_t __cdecl _ctime32_s (char *, size_t, const __time32_t *); static errno_t __cdecl _int_ctime32_s (char *, size_t, const __time32_t *); static errno_t __cdecl _stub (char *, size_t, const __time32_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_ctime64_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_ctime64_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_ctime64_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_ctime64_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,9 +4,6 @@ #include #include -errno_t __cdecl _localtime64_s (struct tm *, const __time64_t *); -errno_t __cdecl asctime_s (char *, size_t, const struct tm *); -errno_t __cdecl _ctime64_s (char *, size_t, const __time64_t *); static errno_t __cdecl _int_ctime64_s (char *, size_t, const __time64_t *); static errno_t __cdecl _stub (char *, size_t, const __time64_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cwprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cwprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cwprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cwprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include - -int __cdecl _cwprintf_s (const wchar_t *,...); -int __cdecl _vcwprintf_s (const wchar_t *,va_list); +#include int __cdecl (*__MINGW_IMP_SYMBOL(_cwprintf_s))(const wchar_t *,...) = _cwprintf_s; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_cwprintf_s_l.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_cwprintf_s_l.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_cwprintf_s_l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_cwprintf_s_l.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include - -int __cdecl _cwprintf_s_l (const wchar_t *, _locale_t, ...); -int __cdecl _vcwprintf_s_l(const wchar_t *,_locale_t,va_list); +#include int __cdecl (*__MINGW_IMP_SYMBOL(_cwprintf_s_l))(const wchar_t *, _locale_t, ...) = _cwprintf_s_l; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_gmtime32_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_gmtime32_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_gmtime32_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_gmtime32_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -/* struct tm * __cdecl _gmtime32 (const __time32_t *); */ -errno_t __cdecl _gmtime32_s (struct tm *, const __time32_t *); static errno_t __cdecl _int_gmtime32_s (struct tm *, const __time32_t *); static errno_t __cdecl _stub (struct tm *, const __time32_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_gmtime64_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_gmtime64_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_gmtime64_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_gmtime64_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -/* struct tm * __cdecl _gmtime64 (const __time64_t *); */ -errno_t __cdecl _gmtime64_s (struct tm *, const __time64_t *); static errno_t __cdecl _int_gmtime64_s (struct tm *, const __time64_t *); static errno_t __cdecl _stub (struct tm *, const __time64_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_localtime32_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_localtime32_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_localtime32_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_localtime32_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -/* struct tm * __cdecl _localtime32 (const __time32_t *); */ -errno_t __cdecl _localtime32_s (struct tm *, const __time32_t *); static errno_t __cdecl _int_localtime32_s (struct tm *, const __time32_t *); static errno_t __cdecl _stub (struct tm *, const __time32_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_localtime64_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_localtime64_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_localtime64_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_localtime64_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -/* struct tm * __cdecl _localtime64 (const __time64_t *); */ -errno_t __cdecl _localtime64_s (struct tm *, const __time64_t *); static errno_t __cdecl _int_localtime64_s (struct tm *, const __time64_t *); static errno_t __cdecl _stub (struct tm *, const __time64_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/memcpy_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/memcpy_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/memcpy_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/memcpy_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,6 @@ #include #include -errno_t __cdecl memcpy_s (void *, size_t, const void *, size_t); static errno_t __cdecl _int_memcpy_s (void *, size_t, const void *, size_t); static errno_t __cdecl _stub (void *, size_t, const void *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/memmove_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/memmove_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/memmove_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/memmove_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include -errno_t __cdecl memmove_s (void *, size_t, const void *, size_t); static errno_t __cdecl _int_memmove_s (void *, size_t, const void *, size_t); static errno_t __cdecl _stub (void *, size_t, const void *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_mktemp_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_mktemp_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_mktemp_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_mktemp_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -2,10 +2,8 @@ #include #include #include +#include -size_t __cdecl strnlen (const char *, size_t); -char * __cdecl _mktemp (char *); -errno_t __cdecl _mktemp_s (char *, size_t); static errno_t __cdecl _int_mktemp_s (char *, size_t); static errno_t __cdecl _stub (char *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_sopen_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_sopen_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_sopen_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_sopen_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,6 @@ #include #include -errno_t __cdecl _sopen_s(int *, const char *, int, int, int); static errno_t __cdecl _int_sopen_s(int *, const char *, int, int, int); static errno_t __cdecl _stub(int *, const char *, int, int, int); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/sprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/sprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/sprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/sprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,9 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include - -int __cdecl sprintf_s (char *, size_t, const char *, ...); -int __cdecl vsprintf_s (char *, size_t, const char *, va_list); +#include int __cdecl (*__MINGW_IMP_SYMBOL(sprintf_s))(char *, size_t, const char *,...) = sprintf_s; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_strdate_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_strdate_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_strdate_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_strdate_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #include #include +#include #include #include -errno_t __cdecl _strdate_s (char *, size_t); static errno_t __cdecl _int_strdate_s (char *, size_t); static errno_t __cdecl _stub (char *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/strerror_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/strerror_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/strerror_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/strerror_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,11 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -char * __cdecl strerror (int); -errno_t __cdecl strerror_s (char *, size_t, int); -int __cdecl sprintf_s (char *, size_t, const char *, ...); static errno_t __cdecl _int_strerror_s (char *, size_t, int); static errno_t __cdecl _stub (char *, size_t, int); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_strtime_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_strtime_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_strtime_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_strtime_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #include #include +#include #include #include -errno_t __cdecl _strtime_s (char *, size_t); static errno_t __cdecl _int_strtime_s (char *, size_t); static errno_t __cdecl _stub (char *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_umask_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_umask_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_umask_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_umask_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -2,9 +2,8 @@ #include #include #include +#include -int __cdecl _umask (int); -errno_t __cdecl _umask_s (int, int *); static errno_t __cdecl _int_umask_s (int, int *); static errno_t __cdecl _stub (int, int *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -int __cdecl _vcprintf (const char *, va_list); -int __cdecl _vcprintf_s (const char *, va_list); static int __cdecl _int_vcprintf_s (const char *, va_list); static int __cdecl _stub (const char *, va_list); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcprintf_s_l.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcprintf_s_l.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcprintf_s_l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcprintf_s_l.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -int __cdecl _vcprintf_l (const char *, _locale_t, va_list); -int __cdecl _vcprintf_s_l (const char *, _locale_t, va_list); static int __cdecl _int_vcprintf_s_l (const char *, _locale_t, va_list); static int __cdecl _stub (const char *, _locale_t, va_list); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcwprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcwprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcwprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcwprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -int __cdecl _vcwprintf (const wchar_t *, va_list); -int __cdecl _vcwprintf_s (const wchar_t *, va_list); static int __cdecl _int_vcwprintf_s (const wchar_t *, va_list); static int __cdecl _stub (const wchar_t *, va_list); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcwprintf_s_l.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcwprintf_s_l.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vcwprintf_s_l.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vcwprintf_s_l.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -int __cdecl _vcwprintf_l (const wchar_t *, _locale_t, va_list); -int __cdecl _vcwprintf_s_l (const wchar_t *, _locale_t, va_list); static int __cdecl _int_vcwprintf_s_l (const wchar_t *, _locale_t, va_list); static int __cdecl _stub (const wchar_t *, _locale_t, va_list); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vscprintf_p.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vscprintf_p.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vscprintf_p.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vscprintf_p.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,6 @@ -#define _vscprintf_p SAVE__vscprintf_p -#include -#undef _vscprintf_p +#define MINGW_HAS_SECURE_API 1 +#include -int __cdecl _vscprintf_p(const char *format, va_list arglist); int __cdecl _vscprintf_p(const char *format, va_list arglist) { return _vscprintf_p_l(format, NULL, arglist); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vscwprintf_p.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vscwprintf_p.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vscwprintf_p.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vscwprintf_p.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,6 @@ -#define _vscwprintf_p SAVE__vscwprintf_p -#include -#undef _vscwprintf_p +#define MINGW_HAS_SECURE_API 1 +#include -int __cdecl _vscwprintf_p(const wchar_t *format, va_list arglist); int __cdecl _vscwprintf_p(const wchar_t *format, va_list arglist) { return _vscwprintf_p_l(format, NULL, arglist); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/vsprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/vsprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/vsprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/vsprintf_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,11 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include #include +#include -int __cdecl vsprintf_s (char *, size_t, const char *, va_list); static int __cdecl _int_vsprintf_s (char *, size_t, const char *, va_list); static int __cdecl _stub (char *, size_t, const char *, va_list); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_vswprintf_p.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_vswprintf_p.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_vswprintf_p.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_vswprintf_p.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,6 @@ -#define _vswprintf_p SAVE__vswprintf_p -#include -#undef _vswprintf_p +#define MINGW_HAS_SECURE_API 1 +#include -int __cdecl _vswprintf_p(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, va_list _ArgList); int __cdecl _vswprintf_p(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, va_list _ArgList) { return _vswprintf_p_l(_DstBuf, _MaxCount, _Format, NULL, _ArgList); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_waccess_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_waccess_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_waccess_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_waccess_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -int __cdecl _waccess (const wchar_t *e, int); -errno_t __cdecl _waccess_s (const wchar_t *, int); static errno_t __cdecl _int_waccess_s (const wchar_t *, int); static errno_t __cdecl _stub (const wchar_t *, int); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wasctime_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wasctime_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wasctime_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wasctime_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,8 +4,6 @@ #include #include -errno_t __cdecl _wasctime_s (wchar_t *, size_t, const struct tm *); -/* wchar_t * __cdecl _wasctime (const struct tm *); */ static errno_t __cdecl _int_wasctime_s (wchar_t *, size_t, const struct tm *); static errno_t __cdecl _stub (wchar_t *, size_t, const struct tm *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wctime32_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wctime32_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wctime32_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wctime32_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,9 +4,6 @@ #include #include -errno_t __cdecl _localtime32_s (struct tm *, const __time32_t *); -errno_t __cdecl _wasctime_s (wchar_t *, size_t, const struct tm *); -errno_t __cdecl _wctime32_s (wchar_t *, size_t, const __time32_t *); static errno_t __cdecl _int_wctime32_s (wchar_t *, size_t, const __time32_t *); static errno_t __cdecl _stub (wchar_t *, size_t, const __time32_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wctime64_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wctime64_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wctime64_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wctime64_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -4,9 +4,6 @@ #include #include -errno_t __cdecl _localtime64_s (struct tm *, const __time64_t *); -errno_t __cdecl _wasctime_s (wchar_t *, size_t, const struct tm *); -errno_t __cdecl _wctime64_s (wchar_t *, size_t, const __time64_t *); static errno_t __cdecl _int_wctime64_s (wchar_t *, size_t, const __time64_t *); static errno_t __cdecl _stub (wchar_t *, size_t, const __time64_t *); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/wmemcpy_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/wmemcpy_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/wmemcpy_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/wmemcpy_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -errno_t __cdecl wmemcpy_s (wchar_t *, size_t, const wchar_t *, size_t); static errno_t __cdecl _int_wmemcpy_s (wchar_t *, size_t, const wchar_t *, size_t); static errno_t __cdecl _stub (wchar_t *, size_t, const wchar_t *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/wmemmove_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/wmemmove_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/wmemmove_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/wmemmove_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -errno_t __cdecl wmemmove_s (wchar_t *, size_t, const wchar_t *, size_t); static errno_t __cdecl _int_wmemmove_s (wchar_t *, size_t, const wchar_t*, size_t); static errno_t __cdecl _stub (wchar_t *, size_t, const wchar_t *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wmktemp_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wmktemp_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wmktemp_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wmktemp_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,11 +1,10 @@ +#define MINGW_HAS_SECURE_API 1 #include #include #include #include +#include -size_t __cdecl wcsnlen (const wchar_t *, size_t); -char * __cdecl _wmktemp (wchar_t *); -errno_t __cdecl _wmktemp_s (wchar_t *, size_t); static errno_t __cdecl _int_wmktemp_s (wchar_t *, size_t); static errno_t __cdecl _stub (wchar_t *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wstrdate_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wstrdate_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wstrdate_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wstrdate_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #include #include +#include #include #include -errno_t __cdecl _wstrdate_s (wchar_t *, size_t); static errno_t __cdecl _int_wstrdate_s (wchar_t *, size_t); static errno_t __cdecl _stub (wchar_t *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/secapi/_wstrtime_s.c mingw-w64-6.0.0/mingw-w64-crt/secapi/_wstrtime_s.c --- mingw-w64-5.0.4/mingw-w64-crt/secapi/_wstrtime_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/secapi/_wstrtime_s.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #include #include +#include #include #include -errno_t __cdecl _wstrtime_s (wchar_t *, size_t); static errno_t __cdecl _int_wstrtime_s (wchar_t *, size_t); static errno_t __cdecl _stub (wchar_t *, size_t); diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/acrt_iob_func.c mingw-w64-6.0.0/mingw-w64-crt/stdio/acrt_iob_func.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/acrt_iob_func.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/acrt_iob_func.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#include + +FILE *__cdecl __acrt_iob_func(unsigned index) +{ + return &(__iob_func()[index]); +} + +typedef FILE *__cdecl (*_f__acrt_iob_func)(unsigned index); +_f__acrt_iob_func __MINGW_IMP_SYMBOL(__acrt_iob_func) = __acrt_iob_func; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/mingw_lock.c mingw-w64-6.0.0/mingw-w64-crt/stdio/mingw_lock.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/mingw_lock.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/mingw_lock.c 2018-09-14 14:16:43.000000000 +0000 @@ -39,12 +39,12 @@ * The way the FILE (pointed to by pf) is locked depends on whether * it is part of _iob[] or not */ - if ( (pf >= (&__iob_func()[0])) && (pf <= (&__iob_func()[_IOB_ENTRIES-1])) ) + if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) { /* * FILE lies in _iob[] so the lock lies in _locktable[]. */ - _lock( _STREAM_LOCKS + (int)(pf - (&__iob_func()[0])) ); + _lock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); /* We set _IOLOCKED to indicate we locked the stream */ pf->_flag |= _IOLOCKED; } @@ -81,14 +81,14 @@ * The way the FILE (pointed to by pf) is unlocked depends on whether * it is part of _iob[] or not */ - if ( (pf >= (&__iob_func()[0])) && (pf <= (&__iob_func()[_IOB_ENTRIES-1])) ) + if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) { /* * FILE lies in _iob[] so the lock lies in _locktable[]. * We reset _IOLOCKED to indicate we unlock the stream. */ pf->_flag &= ~_IOLOCKED; - _unlock( _STREAM_LOCKS + (int)(pf - (&__iob_func()[0])) ); + _unlock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); } else /* diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/mingw_pformat.c mingw-w64-6.0.0/mingw-w64-crt/stdio/mingw_pformat.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/mingw_pformat.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/mingw_pformat.c 2018-09-14 14:16:43.000000000 +0000 @@ -1056,9 +1056,32 @@ int k; unsigned int e = 0; char *ep; static FPI fpi = { 64, 1-16383-64+1, 32766-16383-64+1, FPI_Round_near, 0, 14 /* Int_max */ }; + if( sizeof( double ) == sizeof( long double ) ) + { + /* The caller has written into x.__pformat_fpreg_ldouble_t, which + * actually isn't laid out in the way the rest of the union expects it. + */ + int exp = (x.__pformat_fpreg_mantissa >> 52) & 0x7ff; + unsigned long long mant = x.__pformat_fpreg_mantissa & 0x000fffffffffffffULL; + int integer = exp ? 1 : 0; + int signbit = x.__pformat_fpreg_mantissa >> 63; + + k = __fpclassify( x.__pformat_fpreg_double_t ); + + if (exp == 0x7ff) + exp = 0x7fff; + else if (exp != 0) + exp = exp - 1023 + 16383; + x.__pformat_fpreg_mantissa = (mant << 11) | ((unsigned long long)integer << 63); + x.__pformat_fpreg_exponent = exp | (signbit << 15); + } + else + k = __fpclassifyl( x.__pformat_fpreg_ldouble_t ); + + /* Classify the argument into an appropriate `__gdtoa()' category... */ - if( (k = __fpclassifyl( x.__pformat_fpreg_ldouble_t )) & FP_NAN ) + if( k & FP_NAN ) /* * identifying infinities or not-a-number... */ diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/scanf2-template.S mingw-w64-6.0.0/mingw-w64-crt/stdio/scanf2-template.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/scanf2-template.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/scanf2-template.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,32 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#if defined(_ARM_) || defined(__arm__) + .thumb +#endif + .text + .p2align 4,,15 + .globl FCT + .def FCT; .scl 2; .type 32; .endef +#ifdef __x86_64__ + .seh_proc FCT +#endif +FCT: +#ifdef __x86_64__ + .seh_endprologue +#endif +#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) + jmp FWD +#elif defined(_ARM_) || defined(__arm__) + .thumb_func + b FWD +#elif defined(_ARM64_) || defined(__aarch64__) + b FWD +#endif +#ifdef __x86_64__ + .seh_endproc +#endif + .def FWD; .scl 2; .type 32; .endef diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/scanf.S mingw-w64-6.0.0/mingw-w64-crt/stdio/scanf.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/scanf.S 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/scanf.S 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,232 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +/* vsscanf, vswscanf, vfscanf, and vfwscanf all come here for i386 and arm. + + The goal of this routine is to turn a call to v*scanf into a call to + s*scanf. This is needed because mingw-w64 uses msvcr100.dll, which doesn't + support the v*scanf functions instead of msvcr120.dll which does. + Unfortunately, there is no defined way to know exactly how big a va_list + is, so we use a hard-coded buffer. + + I suppose a sufficiently-motivated person could try to parse the format + to figure out how many tokens there are... */ + +/* The function prototype here is (essentially): + + int __ms_vsscanf_internal (void *s, + void *format, + void *arg, + void *func); + + I say 'essentially' because passing a function pointer as void in ISO + is not supported. But in the end, I take the first parameter (which + may be a char *, a wchar_t *, or a FILE *) and put it into the newly + formed stack, and eventually call the address in func. */ + +#if defined (__x86_64__) + + .text + .align 16 + + /* scl 2: C_EXT - External (public) symbol - covers globals and externs + type 32: DT_FCN - function returning T + */ + .def __argtos; .scl 2; .type 32; .endef + + /* The max number of pointers we support. Must be an even number + to keep the 64bit stack 16byte aligned. Must not be less than 4. */ + .equ entries, 30 + + /* 64bit pointers are 8 bytes. */ + .equ sizeof, 8 + + /* Size of our buffer. */ + .equ iBytes, entries * sizeof + + /* Stack space for first 2 args to s*scanf. */ + .equ iOffset, (2 * sizeof) + + .seh_proc __argtos +__argtos: + + /* When we are done: + - s must be in rcx. That's where it is on entry. + - format must be in rdx. That's where it is on entry. + - The first pointer in arg must be in r8. arg is in r8 on entry. + - The second pointer in arg must be in r9. arg is in r8 on entry. + - The ($entries - 2) other pointers in arg must be on the stack, + starting 32bytes into rsp. */ + + /* We need enough room to shadow (s + format) + + (enough room for all the other args). */ + subq $(iOffset + iBytes), %rsp + .seh_stackalloc iOffset + iBytes + + .seh_endprologue + + /* We are going to copy $entries pointers from arg to our + local stack. Except the first 2, since they will be + loaded in registers. */ + movq $entries - 2, %r10 /* # of ptrs to copy. */ + + /* The first 32 bytes are in registers, but by spec, space + must still be reserved for them on the stack. Put the + rest of the pointers in the stack after that. */ + lea 32(%rsp), %r11 /* dst. */ + +.LOOP: + subq $1, %r10 + + /* Use 16 to skip over the first 2 pointers. */ + movq 16(%r8, %r10, 8), %rax + movq %rax, (%r11, %r10, 8) + jnz .LOOP + + /* r9 contains the routine we are going to call. Since we are about to + overwrite it, move it somewhere safe. */ + movq %r9, %r10 + + /* The stack is now correctly populated, and so are rcx and rdx. + But we need to load the last 2 regs before making the call. */ + movq 0x8(%r8), %r9 /* 2nd dest location (may be garbage if only 1 arg). */ + movq (%r8), %r8 /* 1st dest location. */ + + /* Make the call. */ + callq *%r10 + + addq $(iOffset + iBytes), %rsp + + retq + .seh_endproc + +#elif defined (_X86_) + + .text + .align 16 + + /* scl 2: C_EXT - External (public) symbol - covers globals and externs + type 32: DT_FCN - function returning T + */ + .def __argtos; .scl 2; .type 32; .endef + + /* The max number of pointers we support. Must not be less than 1. */ + .equ entries, 30 + + /* 64bit pointers are 8 bytes. */ + .equ sizeof, 4 + + /* Size of our buffer. */ + .set iBytes, entries * sizeof + + /* Stack space for first 2 args to s*scanf. */ + .equ iOffset, (2 * sizeof) + +__argtos: + pushl %ebp + movl %esp, %ebp + pushl %edi + + /* Reserve enough stack space for everything. + + Stack usage will look like: + 4 bytes - s + 4 bytes - format + (iBytes) bytes - variable # of parameters for sscanf (all ptrs). */ + + subl $(iOffset + iBytes), %esp + + /* Write out s and format where they need to be for the sscanf call. */ + movl 8(%ebp), %eax + movl %eax, (%esp) /* s. */ + movl 12(%ebp), %edx + movl %edx, 0x4(%esp) /* format. */ + + /* We are going to copy $entries pointers from arg to our + local stack. */ + movl $entries, %ecx /* # of ptrs to copy. */ + lea iOffset(%esp), %edi /* dst. */ + movl 16(%ebp), %edx /* src. */ + +.LOOP: + subl $1, %ecx + + movl (%edx, %ecx, 4), %eax + movl %eax, (%edi, %ecx, 4) + jnz .LOOP + + /* The stack is now correctly populated. */ + + /* Make the call. */ + call *20(%ebp) + + /* Restore stack. */ + popl %edi + leave + + ret + +#elif defined (__arm__) + + .text + .align 2 + .thumb_func + .globl __argtos + +__argtos: + push {r4-r7, lr} + sub sp, sp, #128 + mov r12, r3 + mov r4, sp + + ldr r5, [r2], #4 + ldr r6, [r2], #4 + + mov r3, #116 +1: ldr r7, [r2], #4 + str r7, [r4], #4 + subs r3, r3, #4 + bne 1b + + mov r2, r5 + mov r3, r6 + blx r12 + add sp, sp, #128 + pop {r4-r7, pc} + +#elif defined (__aarch64__) + + .text + .align 2 + .globl __argtos + +__argtos: + stp x29, x30, [sp, #-16]! + mov x29, sp + sub sp, sp, #256 + mov x9, sp + mov x10, x2 + mov x11, x3 + + ldr x2, [x10], #8 + ldr x3, [x10], #8 + ldr x4, [x10], #8 + ldr x5, [x10], #8 + ldr x6, [x10], #8 + ldr x7, [x10], #8 + + mov x12, #240 +1: ldr x13, [x10], #8 + str x13, [x9], #8 + subs x12, x12, #8 + b.ne 1b + + blr x11 + mov sp, x29 + ldp x29, x30, [sp], #16 + ret + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/_stat64i32.c mingw-w64-6.0.0/mingw-w64-crt/stdio/_stat64i32.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/_stat64i32.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/_stat64i32.c 2018-09-14 14:16:43.000000000 +0000 @@ -17,7 +17,6 @@ { int len; char *p; - int start; p = (char*)_path; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_fprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_fprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_fprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_fprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) +{ + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfprintf(0, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; +} +int __cdecl (*__MINGW_IMP_SYMBOL(fprintf))(FILE *__restrict__, const char *__restrict__, ...) = fprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_printf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_printf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_printf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_printf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl printf(const char * __restrict__ _Format,...) +{ + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfprintf(0, stdout, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; +} +int __cdecl (*__MINGW_IMP_SYMBOL(printf))(const char *__restrict__, ...) = printf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_snprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_snprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_snprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_snprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int snprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, ...) +{ + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, __format); + ret = __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, __stream, __n, __format, NULL, ap); + __builtin_va_end(ap); + return ret; +} +int __cdecl (*__MINGW_IMP_SYMBOL(snprintf))(char *__restrict__, size_t, const char *__restrict__, ...) = snprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_sprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_sprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_sprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_sprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,20 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN +{ + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, _Dest, (size_t)-1, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; +} +int __cdecl (*__MINGW_IMP_SYMBOL(sprintf))(char *__restrict__, const char *__restrict__, ...) = sprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vfprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vfprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vfprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vfprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl vfprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,va_list _ArgList) +{ + return __stdio_common_vfprintf(0, _File, _Format, NULL, _ArgList); +} +int __cdecl (*__MINGW_IMP_SYMBOL(vfprintf))(FILE *__restrict__, const char *__restrict__, va_list) = vfprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList) +{ + return __stdio_common_vfprintf(0, stdout, _Format, NULL, _ArgList); +} +int __cdecl (*__MINGW_IMP_SYMBOL(vprintf))(const char *__restrict__, va_list) = vprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt__vsnprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt__vsnprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt__vsnprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt__vsnprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl _vsnprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN +{ + return __stdio_common_vsprintf(UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, _Args); +} +int __cdecl (*__MINGW_IMP_SYMBOL(_vsnprintf))(char *__restrict__, size_t, const char *__restrict__, va_list) = _vsnprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vsnprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vsnprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vsnprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vsnprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int vsnprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, va_list __local_argv) +{ + return __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, __stream, __n, __format, NULL, __local_argv); +} +int __cdecl (*__MINGW_IMP_SYMBOL(vsnprintf))(char *__restrict__, size_t, const char *__restrict__, va_list) = vsnprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt__vsnwprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt__vsnwprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt__vsnwprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt__vsnwprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN +{ + return __stdio_common_vsprintf(UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, _Args); +} +int __cdecl (*__MINGW_IMP_SYMBOL(_vsnwprintf))(wchar_t *__restrict__, size_t, const wchar_t *__restrict__, va_list) = _vsnwprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vsprintf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vsprintf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/ucrt_vsprintf.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/ucrt_vsprintf.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,15 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#undef __MSVCRT_VERSION__ +#define __MSVCRT_VERSION__ 0x1400 +#include + +int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN +{ + return __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, _Dest, (size_t)-1, _Format, NULL, _Args); +} +int __cdecl (*__MINGW_IMP_SYMBOL(vsprintf))(char *__restrict__, const char *__restrict__, va_list) = vsprintf; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vfscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vfscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vfscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vfscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vfscanf) .file "vfscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vfscanf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/vfscanf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vfscanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vfscanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,121 +3,28 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -// By aaronwl 2003-01-28 for mingw-msvcrt -// Public domain: all copyrights disclaimed, absolutely no warranties */ #include -#include #include -#include -#include -#define QUOTE_(x) #x -#define QUOTE(x) QUOTE_(x) - -#if defined(__arm__) || defined(_ARM_) -int __ms_vfscanf_internal(FILE * __restrict__, const char * __restrict__, va_list); -asm("\t.text\n" - "\t.align 2\n" - "\t.thumb_func\n" - "\t.globl __ms_vfscanf_internal\n" - "__ms_vfscanf_internal:\n\t" - "push {r4-r7, lr}\n\t" - "mov r4, sp\n\t" - "sub r4, r4, #128\n\t" - - "ldr r5, [r2]\n\t" - "add r2, r2, #4\n\t" - "ldr r6, [r2]\n\t" - "add r2, r2, #4\n\t" - - "mov r3, #116\n\t" - "1: ldr r7, [r2]\n\t" - "add r2, r2, #4\n\t" - "str r7, [r4]\n\t" - "add r4, r4, #4\n\t" - "sub r3, r3, #4\n\t" - "cmp r3, #0\n\t" - "bne 1b\n\t" - - "sub sp, sp, #128\n\t" - "mov r2, r5\n\t" - "mov r3, r6\n\t" - "bl " QUOTE(__MINGW_USYMBOL(fscanf)) "\n\t" - "add sp, sp, #128\n\t" - "pop {r4-r7, pc}"); -#endif /* defined(__arm__) || defined(_ARM_) */ +extern int __ms_vfscanf_internal ( + FILE * s, + const char * format, + va_list arg, + int (*func)(FILE * __restrict__, const char * __restrict__, ...)) + asm("__argtos"); int __ms_vfscanf (FILE * __restrict__ stream, const char * __restrict__ format, va_list arg) { int ret; -#if defined(_AMD64_) || defined(__x86_64__) - __asm__ __volatile__ ( - - /* allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) */ - "movq %%rsp, %%rbx\n\t" - "lea 0xFFFFFFFFFFFFFFD8(%%rsp, %6), %%rsp\n\t" - "subq %5, %%rsp\n\t" - - // set up stack - "movq %1, 0x18(%%rsp)\n\t" // stream - "movq %2, 0x20(%%rsp)\n\t" // format - "lea 0x28(%%rsp), %%rdi\n\t" - "movq %%rdi, (%%rsp)\n\t" // memcpy dest - "movq %5, 0x8(%%rsp)\n\t" // memcpy src - "movq %5, 0x10(%%rsp)\n\t" - "subq %6, 0x10(%%rsp)\n\t" // memcpy len - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addq $24, %%rsp\n\t" - - // call fscanf - "movq 0x18(%%rsp), %%r9\n\t" - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(fscanf)) "\n\t" - - // restore stack - "movq %%rbx, %%rsp\n\t" - - : "=a"(ret), "=c"(stream), "=d"(format) - : "1"(stream), "2"(format), "S"(arg), - "a"(&ret) - : "rbx", "rdi"); -#elif defined(_X86_) || defined(__i386__) - __asm__ __volatile__ ( - - /* allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) */ - "movl %%esp, %%ebx\n\t" - "lea 0xFFFFFFEC(%%esp, %6), %%esp\n\t" - "subl %5, %%esp\n\t" - - // set up stack - "movl %1, 0xC(%%esp)\n\t" // stream - "movl %2, 0x10(%%esp)\n\t" // format - "lea 0x14(%%esp), %%edi\n\t" - "movl %%edi, (%%esp)\n\t" // memcpy dest - "movl %5, 0x4(%%esp)\n\t" // memcpy src - "movl %5, 0x8(%%esp)\n\t" - "subl %6, 0x8(%%esp)\n\t" // memcpy len - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addl $12, %%esp\n\t" - - // call fscanf - "call " QUOTE(__MINGW_USYMBOL(fscanf)) "\n\t" - - // restore stack - "movl %%ebx, %%esp\n\t" - : "=a"(ret), "=c"(stream), "=d"(format) - : "1"(stream), "2"(format), "S"(arg), - "a"(&ret) - : "ebx", "edi"); -#elif defined(_ARM_) || defined(__arm__) - ret = __ms_vfscanf_internal(stream, format, arg); +#if defined(_AMD64_) || defined(__x86_64__) || \ + defined(_X86_) || defined(__i386__) || \ + defined(_ARM_) || defined(__arm__) || \ + defined(_ARM64_) || defined(__aarch64__) + ret = __ms_vfscanf_internal (stream, format, arg, fscanf); +#else +#error "unknown platform" #endif return ret; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vfwscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vfwscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vfwscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vfwscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vfwscanf) .file "vfwscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vfwscanf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/vfwscanf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vfwscanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vfwscanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,120 +3,29 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -// By aaronwl 2003-01-28 for mingw-msvcrt. -// Public domain: all copyrights disclaimed, absolutely no warranties. #include #include -#define QUOTE_(x) #x -#define QUOTE(x) QUOTE_(x) - -#if defined(__arm__) || defined(_ARM_) -int __ms_vfwscanf_internal(FILE * __restrict__, const char * __restrict__, va_list); -asm("\t.text\n" - "\t.align 2\n" - "\t.thumb_func\n" - "\t.globl __ms_vfwscanf_internal\n" - "__ms_vfwscanf_internal:\n\t" - "push {r4-r7, lr}\n\t" - "mov r4, sp\n\t" - "sub r4, r4, #128\n\t" - - "ldr r5, [r2]\n\t" - "add r2, r2, #4\n\t" - "ldr r6, [r2]\n\t" - "add r2, r2, #4\n\t" - - "mov r3, #116\n\t" - "1: ldr r7, [r2]\n\t" - "add r2, r2, #4\n\t" - "str r7, [r4]\n\t" - "add r4, r4, #4\n\t" - "sub r3, r3, #4\n\t" - "cmp r3, #0\n\t" - "bne 1b\n\t" - - "sub sp, sp, #128\n\t" - "mov r2, r5\n\t" - "mov r3, r6\n\t" - "bl " QUOTE(__MINGW_USYMBOL(fwscanf)) "\n\t" - "add sp, sp, #128\n\t" - "pop {r4-r7, pc}"); -#endif /* defined(__arm__) || defined(_ARM_) */ - -int __ms_vfwscanf (FILE * __restrict__ stream, const wchar_t * __restrict__ format, - va_list arg) { - +extern int __ms_vfwscanf_internal ( + FILE * s, + const wchar_t * format, + va_list arg, + int (*func)(FILE * __restrict__, const wchar_t * __restrict__, ...)) + asm("__argtos"); + +int __ms_vfwscanf (FILE * __restrict__ stream, + const wchar_t * __restrict__ format, va_list arg) +{ int ret; -#if defined(_AMD64_) || defined(__x86_64__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movq %%rsp, %%rbx\n\t" - "lea 0xFFFFFFFFFFFFFFD8(%%rsp, %6), %%rsp\n\t" - "subq %5, %%rsp\n\t" - - // set up stack - "movq %1, 0x18(%%rsp)\n\t" // stream - "movq %2, 0x20(%%rsp)\n\t" // format - "lea 0x28(%%rsp), %%rdi\n\t" - "movq %%rdi, (%%rsp)\n\t" // memcpy dest - "movq %5, 0x8(%%rsp)\n\t" // memcpy src - "movq %5, 0x10(%%rsp)\n\t" - "subq %6, 0x10(%%rsp)\n\t" // memcpy len - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addq $24, %%rsp\n\t" - - // call fwscanf - "movq 0x18(%%rsp), %%r9\n\t" - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(fwscanf)) "\n\t" - - // restore stack - "movq %%rbx, %%rsp\n\t" - - : "=a"(ret), "=c"(stream), "=d"(format) - : "1"(stream), "2"(format), "S"(arg), - "a"(&ret) - : "rbx", "rdi"); -#elif defined(_X86_) || defined(__i386__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movl %%esp, %%ebx\n\t" - "lea 0xFFFFFFEC(%%esp, %6), %%esp\n\t" - "subl %5, %%esp\n\t" - - // set up stack - "movl %1, 0xC(%%esp)\n\t" // stream - "movl %2, 0x10(%%esp)\n\t" // format - "lea 0x14(%%esp), %%edi\n\t" - "movl %%edi, (%%esp)\n\t" // memcpy dest - "movl %5, 0x4(%%esp)\n\t" // memcpy src - "movl %5, 0x8(%%esp)\n\t" - "subl %6, 0x8(%%esp)\n\t" // memcpy len - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addl $12, %%esp\n\t" - - // call fscanf - "call " QUOTE(__MINGW_USYMBOL(fwscanf)) "\n\t" - - // restore stack - "movl %%ebx, %%esp\n\t" - - : "=a"(ret), "=c"(stream), "=d"(format) - : "1"(stream), "2"(format), "S"(arg), - "a"(&ret) - : "ebx", "edi"); -#elif defined(_ARM_) || defined(__arm__) - ret = __ms_vfwscanf_internal(stream, format, arg); +#if defined(_AMD64_) || defined(__x86_64__) || \ + defined(_X86_) || defined(__i386__) || \ + defined(_ARM_) || defined(__arm__) || \ + defined (_ARM64_) || defined (__aarch64__) + ret = __ms_vfwscanf_internal (stream, format, arg, fwscanf); +#else +#error "unknown platform" #endif return ret; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vscanf) .file "vscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vsnprintf_s.c mingw-w64-6.0.0/mingw-w64-crt/stdio/vsnprintf_s.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vsnprintf_s.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vsnprintf_s.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#define __CRT__NO_INLINE -#include -#include - -int __cdecl vsnprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,va_list _ArgList); -_CRTIMP int __cdecl _vsnprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,va_list _ArgList); - -int __cdecl vsnprintf_s (char *s, size_t _DstSize, size_t _MaxCount, const char *format, va_list arg) -{ - return _vsnprintf_s(s, _DstSize, _MaxCount, format, arg); -} diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vsscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vsscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vsscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vsscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vsscanf) .file "vsscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vsscanf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/vsscanf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vsscanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vsscanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,117 +3,29 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -// By aaronwl 2003-01-28 for mingw-msvcrt. -// Public domain: all copyrights disclaimed, absolutely no warranties. #include #include -#define QUOTE_(x) #x -#define QUOTE(x) QUOTE_(x) - -#if defined(__arm__) || defined(_ARM_) -int __ms_vsscanf_internal(const char * __restrict__, const char * __restrict__, va_list); -asm("\t.text\n" - "\t.align 2\n" - "\t.thumb_func\n" - "\t.globl __ms_vsscanf_internal\n" - "__ms_vsscanf_internal:\n\t" - "push {r4-r7, lr}\n\t" - "mov r4, sp\n\t" - "sub r4, r4, #128\n\t" - - "ldr r5, [r2]\n\t" - "add r2, r2, #4\n\t" - "ldr r6, [r2]\n\t" - "add r2, r2, #4\n\t" - - "mov r3, #116\n\t" - "1: ldr r7, [r2]\n\t" - "add r2, r2, #4\n\t" - "str r7, [r4]\n\t" - "add r4, r4, #4\n\t" - "sub r3, r3, #4\n\t" - "cmp r3, #0\n\t" - "bne 1b\n\t" - - "sub sp, sp, #128\n\t" - "mov r2, r5\n\t" - "mov r3, r6\n\t" - "bl " QUOTE(__MINGW_USYMBOL(sscanf)) "\n\t" - "add sp, sp, #128\n\t" - "pop {r4-r7, pc}"); -#endif /* defined(__arm__) || defined(_ARM_) */ - -int __ms_vsscanf (const char * __restrict__ s, const char * __restrict__ format, va_list arg) { +extern int __ms_vsscanf_internal ( + const char * s, + const char * format, + va_list arg, + int (*func)(const char * __restrict__, const char * __restrict__, ...)) + asm("__argtos"); + +int __ms_vsscanf (const char * __restrict__ s, + const char * __restrict__ format, va_list arg) +{ int ret; -#if defined(_AMD64_) || defined(__x86_64__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movq %%rsp, %%rbx\n\t" - "lea 0xFFFFFFFFFFFFFFD8(%%rsp, %6), %%rsp\n\t" - "subq %5, %%rsp\n\t" - - // set up stack - "movq %1, 0x18(%%rsp)\n\t" // s - "movq %2, 0x20(%%rsp)\n\t" // format - "lea 0x28(%%rsp), %%rdi\n\t" - "movq %%rdi, (%%rsp)\n\t" // memcpy dest - "movq %5, 0x8(%%rsp)\n\t" // memcpy src - "movq %5, 0x10(%%rsp)\n\t" - "subq %6, 0x10(%%rsp)\n\t" // memcpy len - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addq $24, %%rsp\n\t" - - // call sscanf - "movq 0x18(%%rsp), %%r9\n\t" - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(sscanf)) "\n\t" - - // restore stack - "movq %%rbx, %%rsp\n\t" - - : "=a"(ret), "=c"(s), "=d"(format) - : "1"(s), "2"(format), "S"(arg), - "a"(&ret) - : "rbx", "rdi"); -#elif defined(_X86_) || defined(__i386__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movl %%esp, %%ebx\n\t" - "lea 0xFFFFFFEC(%%esp, %6), %%esp\n\t" - "subl %5, %%esp\n\t" - - // set up stack - "movl %1, 0xC(%%esp)\n\t" // s - "movl %2, 0x10(%%esp)\n\t" // format - "lea 0x14(%%esp), %%edi\n\t" - "movl %%edi, (%%esp)\n\t" // memcpy dest - "movl %5, 0x4(%%esp)\n\t" // memcpy src - "movl %5, 0x8(%%esp)\n\t" - "subl %6, 0x8(%%esp)\n\t" // memcpy len - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addl $12, %%esp\n\t" - - // call sscanf - "call " QUOTE(__MINGW_USYMBOL(sscanf)) "\n\t" - - // restore stack - "movl %%ebx, %%esp\n\t" - : "=a"(ret), "=c"(s), "=d"(format) - : "1"(s), "2"(format), "S"(arg), - "a"(&ret) - : "ebx", "edi"); -#elif defined(_ARM_) || defined(__arm__) - ret = __ms_vsscanf_internal(s, format, arg); +#if defined(_AMD64_) || defined(__x86_64__) || \ + defined(_X86_) || defined(__i386__) || \ + defined(_ARM_) || defined(__arm__) || \ + defined(_ARM64_) || defined(__aarch64__) + ret = __ms_vsscanf_internal (s, format, arg, sscanf); +#else +#error "unknown platform" #endif return ret; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vswscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vswscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vswscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vswscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vswscanf) .file "vswscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vswscanf.c mingw-w64-6.0.0/mingw-w64-crt/stdio/vswscanf.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vswscanf.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vswscanf.c 2018-09-14 14:16:43.000000000 +0000 @@ -3,120 +3,30 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -// By aaronwl 2003-01-28 for mingw-msvcrt -// Public domain: all copyrights disclaimed, absolutely no warranties */ #include #include -#define QUOTE_(x) #x -#define QUOTE(x) QUOTE_(x) - -#if defined(__arm__) || defined(_ARM_) -int __ms_vswscanf_internal(FILE * __restrict__, const char * __restrict__, va_list); -asm("\t.text\n" - "\t.align 2\n" - "\t.thumb_func\n" - "\t.globl __ms_vswscanf_internal\n" - "__ms_vswscanf_internal:\n\t" - "push {r4-r7, lr}\n\t" - "mov r4, sp\n\t" - "sub r4, r4, #128\n\t" - - "ldr r5, [r2]\n\t" - "add r2, r2, #4\n\t" - "ldr r6, [r2]\n\t" - "add r2, r2, #4\n\t" - - "mov r3, #116\n\t" - "1: ldr r7, [r2]\n\t" - "add r2, r2, #4\n\t" - "str r7, [r4]\n\t" - "add r4, r4, #4\n\t" - "sub r3, r3, #4\n\t" - "cmp r3, #0\n\t" - "bne 1b\n\t" - - "sub sp, sp, #128\n\t" - "mov r2, r5\n\t" - "mov r3, r6\n\t" - "bl " QUOTE(__MINGW_USYMBOL(swscanf)) "\n\t" - "add sp, sp, #128\n\t" - "pop {r4-r7, pc}"); -#endif /* defined(__arm__) || defined(_ARM_) */ +extern int __ms_vswscanf_internal ( + const wchar_t * s, + const wchar_t * format, + va_list arg, + int (*func)(const wchar_t * __restrict__, const wchar_t * __restrict__, ...)) + asm("__argtos"); int __ms_vswscanf(const wchar_t * __restrict__ s, const wchar_t * __restrict__ format, va_list arg) { int ret; -#if defined(_AMD64_) || defined(__x86_64__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movq %%rsp, %%rbx\n\t" - "lea 0xFFFFFFFFFFFFFFD8(%%rsp, %6), %%rsp\n\t" - "subq %5, %%rsp\n\t" - - // set up stack - "movq %1, 0x18(%%rsp)\n\t" // s - "movq %2, 0x20(%%rsp)\n\t" // format - "lea 0x28(%%rsp), %%rdi\n\t" - "movq %%rdi, (%%rsp)\n\t" // memcpy dest - "movq %5, 0x8(%%rsp)\n\t" // memcpy src - "movq %5, 0x10(%%rsp)\n\t" - "subq %6, 0x10(%%rsp)\n\t" // memcpy len - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addq $24, %%rsp\n\t" - - // call sscanf - "movq 0x18(%%rsp), %%r9\n\t" - "movq 0x10(%%rsp), %%r8\n\t" - "movq 0x8(%%rsp), %%rdx\n\t" - "movq (%%rsp), %%rcx\n\t" - "call " QUOTE(__MINGW_USYMBOL(swscanf)) "\n\t" - - // restore stack - "movq %%rbx, %%rsp\n\t" - - : "=a"(ret), "=c"(s), "=d"(format) - : "1"(s), "2"(format), "S"(arg), - "a"(&ret) - : "rbx", "rdi"); -#elif defined(_X86_) || defined(__i386__) - __asm__ __volatile__ ( - - // allocate stack (esp += frame - arg3 - (8[arg1,2] + 12)) - "movl %%esp, %%ebx\n\t" - "lea 0xFFFFFFEC(%%esp, %6), %%esp\n\t" - "subl %5, %%esp\n\t" - - // set up stack - "movl %1, 0xC(%%esp)\n\t" // s - "movl %2, 0x10(%%esp)\n\t" // format - "lea 0x14(%%esp), %%edi\n\t" - "movl %%edi, (%%esp)\n\t" // memcpy dest - "movl %5, 0x4(%%esp)\n\t" // memcpy src - "movl %5, 0x8(%%esp)\n\t" - "subl %6, 0x8(%%esp)\n\t" // memcpy len - "call " QUOTE(__MINGW_USYMBOL(memcpy)) "\n\t" - "addl $12, %%esp\n\t" - - // call sscanf - "call " QUOTE(__MINGW_USYMBOL(swscanf)) "\n\t" - - // restore stack - "movl %%ebx, %%esp\n\t" - - : "=a"(ret), "=c"(s), "=d"(format) - : "1"(s), "2"(format), "S"(arg), - "a"(&ret) - : "ebx", "edi"); -#elif defined(_ARM_) || defined(__arm__) - ret = __ms_vswscanf_internal(s, format, arg); +#if defined(_AMD64_) || defined(__x86_64__) || \ + defined(_X86_) || defined(__i386__) || \ + defined(_ARM_) || defined(__arm__) || \ + defined(_ARM64_) || defined(__aarch64__) + ret = __ms_vswscanf_internal (s, format, arg, swscanf); +#else +#error "unknown platform" #endif + return ret; } diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/vwscanf2.S mingw-w64-6.0.0/mingw-w64-crt/stdio/vwscanf2.S --- mingw-w64-5.0.4/mingw-w64-crt/stdio/vwscanf2.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/vwscanf2.S 2018-09-14 14:16:43.000000000 +0000 @@ -9,27 +9,4 @@ #define FWD __MINGW_USYMBOL(__ms_vwscanf) .file "vwscanf2.S" -#if defined(_ARM_) || defined(__arm__) - .thumb -#endif - .text - .p2align 4,,15 - .globl FCT - .def FCT; .scl 2; .type 32; .endef -#ifdef _WIN64 - .seh_proc FCT -#endif -FCT: -#ifdef _WIN64 - .seh_endprologue -#endif -#if defined(_AMD64_) || defined(__x86_64__) || defined(_X86_) || defined(__i386__) - jmp FWD -#elif defined(_ARM_) || defined(__arm__) - .thumb_func - b FWD -#endif -#ifdef _WIN64 - .seh_endproc -#endif - .def FWD; .scl 2; .type 32; .endef +#include "scanf2-template.S" diff -Nru mingw-w64-5.0.4/mingw-w64-crt/stdio/_wstat64i32.c mingw-w64-6.0.0/mingw-w64-crt/stdio/_wstat64i32.c --- mingw-w64-5.0.4/mingw-w64-crt/stdio/_wstat64i32.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/stdio/_wstat64i32.c 2018-09-14 14:16:43.000000000 +0000 @@ -17,7 +17,6 @@ { int len; wchar_t *p; - int start; p = (wchar_t*)_path; diff -Nru mingw-w64-5.0.4/mingw-w64-crt/winrt/libruntimeobject.a mingw-w64-6.0.0/mingw-w64-crt/winrt/libruntimeobject.a --- mingw-w64-5.0.4/mingw-w64-crt/winrt/libruntimeobject.a 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-crt/winrt/libruntimeobject.a 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -INPUT(libapi-ms-win-core-winrt-string-l1-1-0.a) -INPUT(libapi-ms-win-core-winrt-l1-1-0.a) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/aclocal.m4 mingw-w64-6.0.0/mingw-w64-headers/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-headers/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.12.6 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, @@ -19,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -31,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.12' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.12.6], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.12.6])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -102,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -143,7 +143,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -152,6 +152,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -164,7 +170,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -194,8 +200,7 @@ dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], -[$0: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) + [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], @@ -228,8 +233,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -249,21 +254,63 @@ [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -dnl Support for Objective C++ was only introduced in Autoconf 2.65, -dnl but we still cater to Autoconf 2.62. -m4_ifdef([AC_PROG_OBJCXX], -[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not @@ -272,7 +319,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -294,7 +340,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -305,7 +351,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -315,7 +361,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -337,7 +383,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -370,11 +416,9 @@ ] ) -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -389,8 +433,8 @@ # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -403,8 +447,8 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) @@ -413,7 +457,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -444,7 +488,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -525,7 +569,67 @@ rm -f conftest.file ]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# +# This file 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. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -553,7 +657,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -572,7 +676,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -591,76 +695,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru mingw-w64-5.0.4/mingw-w64-headers/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-headers/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-headers/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/build-aux/missing mingw-w64-6.0.0/mingw-w64-headers/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-headers/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/configure mingw-w64-6.0.0/mingw-w64-headers/configure --- mingw-w64-5.0.4/mingw-w64-headers/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/configure 2018-09-14 14:16:43.000000000 +0000 @@ -588,6 +588,8 @@ ac_unique_file="crt/_mingw.h.in" ac_subst_vars='LTLIBOBJS LIBOBJS +DEFAULT_MSVCRT_VERSION +DEFAULT_WIN32_WINNT MINGW_HAS_SECURE_API IDLHEAD_LIST MINGW_HAS_DDK @@ -622,6 +624,10 @@ MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -686,6 +692,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_maintainer_mode with_widl enable_w32api @@ -693,6 +700,8 @@ enable_sdk enable_idl enable_secure_api +with_default_win32_winnt +with_default_msvcrt ' ac_precious_vars='build_alias host_alias @@ -1316,6 +1325,8 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer @@ -1333,6 +1344,10 @@ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-widl=PATH use widl to update idl-based headers. Optionally search for a compatible widl in PATH + --with-default-win32-winnt=VER + Default value of _WIN32_WINNT (default: 0x502) + --with-default-msvcrt=LIB + Default msvcrt to target (default: msvcrt) Report bugs to . _ACEOF @@ -1795,7 +1810,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.12' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -1967,8 +1982,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -1979,15 +1994,15 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2220,6 +2235,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2276,12 +2330,16 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2289,6 +2347,49 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -2694,7 +2795,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_idl" >&5 $as_echo "$enable_idl" >&6; } if test "x$enable_idl" = xyes; then : - IDLHEAD_LIST=$srcdir/include/*.idl + IDLHEAD_LIST=$srcdir/include/*.idl" "$srcdir/tlb/*.tlb else IDLHEAD_LIST="" fi @@ -2718,6 +2819,59 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default _WIN32_WINNT version" >&5 +$as_echo_n "checking default _WIN32_WINNT version... " >&6; } + +# Check whether --with-default-win32-winnt was given. +if test "${with_default_win32_winnt+set}" = set; then : + withval=$with_default_win32_winnt; +else + with_default_win32_winnt=0x502 +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_default_win32_winnt" >&5 +$as_echo "$with_default_win32_winnt" >&6; } +DEFAULT_WIN32_WINNT=$with_default_win32_winnt + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default msvcrt" >&5 +$as_echo_n "checking default msvcrt... " >&6; } + +# Check whether --with-default-msvcrt was given. +if test "${with_default_msvcrt+set}" = set; then : + withval=$with_default_msvcrt; +else + with_default_msvcrt=msvcrt +fi + +case $with_default_msvcrt in +msvcr80*) + default_msvcrt_version=0x800 + ;; +msvcr90*) + default_msvcrt_version=0x900 + ;; +msvcr100*) + default_msvcrt_version=0x1000 + ;; +msvcr110*) + default_msvcrt_version=0x1100 + ;; +msvcr120*) + default_msvcrt_version=0x1200 + ;; +ucrt*) + default_msvcrt_version=0x1400 + ;; +msvcrt|*) + default_msvcrt_version=0x700 + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_default_msvcrt ($default_msvcrt_version)" >&5 +$as_echo "$with_default_msvcrt ($default_msvcrt_version)" >&6; } +DEFAULT_MSVCRT_VERSION=$default_msvcrt_version + + # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. diff -Nru mingw-w64-5.0.4/mingw-w64-headers/configure.ac mingw-w64-6.0.0/mingw-w64-headers/configure.ac --- mingw-w64-5.0.4/mingw-w64-headers/configure.ac 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/configure.ac 2018-09-14 14:16:43.000000000 +0000 @@ -136,7 +136,7 @@ [enable_idl=no]) AC_MSG_RESULT([$enable_idl]) AS_VAR_IF([enable_idl],[yes], - [IDLHEAD_LIST=$srcdir/include/*.idl], + [IDLHEAD_LIST=$srcdir/include/*.idl" "$srcdir/tlb/*.tlb], [IDLHEAD_LIST=""]) AC_SUBST([IDLHEAD_LIST]) @@ -152,6 +152,49 @@ [MINGW_HAS_SECURE_API=""]) AC_SUBST([MINGW_HAS_SECURE_API]) +AC_MSG_CHECKING([default _WIN32_WINNT version]) +AC_ARG_WITH([default-win32-winnt], + [AS_HELP_STRING([--with-default-win32-winnt=VER], + [Default value of _WIN32_WINNT (default: 0x502)])], + [], + [with_default_win32_winnt=0x502]) +AC_MSG_RESULT([$with_default_win32_winnt]) +AS_VAR_SET([DEFAULT_WIN32_WINNT],[$with_default_win32_winnt]) +AC_SUBST([DEFAULT_WIN32_WINNT]) + +AC_MSG_CHECKING([default msvcrt]) +AC_ARG_WITH([default-msvcrt], + [AS_HELP_STRING([--with-default-msvcrt=LIB], + [Default msvcrt to target (default: msvcrt)])], + [], + [with_default_msvcrt=msvcrt]) +case $with_default_msvcrt in +msvcr80*) + default_msvcrt_version=0x800 + ;; +msvcr90*) + default_msvcrt_version=0x900 + ;; +msvcr100*) + default_msvcrt_version=0x1000 + ;; +msvcr110*) + default_msvcrt_version=0x1100 + ;; +msvcr120*) + default_msvcrt_version=0x1200 + ;; +ucrt*) + default_msvcrt_version=0x1400 + ;; +msvcrt|*) + default_msvcrt_version=0x700 + ;; +esac +AC_MSG_RESULT([$with_default_msvcrt ($default_msvcrt_version)]) +AS_VAR_SET([DEFAULT_MSVCRT_VERSION],[$default_msvcrt_version]) +AC_SUBST([DEFAULT_MSVCRT_VERSION]) + # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/assert.h mingw-w64-6.0.0/mingw-w64-headers/crt/assert.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/assert.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/assert.h 2018-09-14 14:16:43.000000000 +0000 @@ -37,7 +37,7 @@ #pragma push_macro("abort") #undef abort - void __cdecl __declspec(noreturn) abort(void); + void __cdecl __MINGW_ATTRIB_NORETURN abort(void); #pragma pop_macro("abort") #endif /* _CRT_TERMINATE_DEFINED */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/complex.h mingw-w64-6.0.0/mingw-w64-headers/crt/complex.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/complex.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/complex.h 2018-09-14 14:16:43.000000000 +0000 @@ -44,7 +44,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif #ifndef RC_INVOKED @@ -67,6 +67,9 @@ double _Complex ctanh (double _Complex); double _Complex cexp (double _Complex); double _Complex clog (double _Complex); +#ifdef _GNU_SOURCE +double _Complex clog10(double _Complex); +#endif /* _GNU_SOURCE */ double _Complex cpow (double _Complex, double _Complex); double _Complex csqrt (double _Complex); double _Complex __MINGW_ATTRIB_CONST cproj (double _Complex); @@ -90,6 +93,9 @@ float _Complex ctanhf (float _Complex); float _Complex cexpf (float _Complex); float _Complex clogf (float _Complex); +#ifdef _GNU_SOURCE +float _Complex clog10f(float _Complex); +#endif /* _GNU_SOURCE */ float _Complex cpowf (float _Complex, float _Complex); float _Complex csqrtf (float _Complex); float _Complex __MINGW_ATTRIB_CONST cprojf (float _Complex); @@ -113,6 +119,9 @@ long double _Complex ctanhl (long double _Complex); long double _Complex cexpl (long double _Complex); long double _Complex clogl (long double _Complex); +#ifdef _GNU_SOURCE +long double _Complex clog10l(long double _Complex); +#endif /* _GNU_SOURCE */ long double _Complex cpowl (long double _Complex, long double _Complex); long double _Complex csqrtl (long double _Complex); long double _Complex __MINGW_ATTRIB_CONST cprojl (long double _Complex); @@ -204,6 +213,6 @@ #ifdef __cplusplus } -#endif +#endif #endif /* _COMPLEX_H */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/conio.h mingw-w64-6.0.0/mingw-w64-headers/crt/conio.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/conio.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/conio.h 2018-09-14 14:16:43.000000000 +0000 @@ -8,17 +8,121 @@ #include +#if !defined(_UCRTBASE_STDIO_DEFINED) && __MSVCRT_VERSION__ >= 0x1400 +#define _UCRTBASE_STDIO_DEFINED + +#define UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION (0x0001) +#define UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR (0x0002) +#define UCRTBASE_PRINTF_LEGACY_WIDE_SPECIFIERS (0x0004) +#define UCRTBASE_PRINTF_LEGACY_MSVCRT_COMPATIBILITY (0x0008) +#define UCRTBASE_PRINTF_LEGACY_THREE_DIGIT_EXPONENTS (0x0010) + +#define UCRTBASE_SCANF_SECURECRT (0x0001) +#define UCRTBASE_SCANF_LEGACY_WIDE_SPECIFIERS (0x0002) +#define UCRTBASE_SCANF_LEGACY_MSVCRT_COMPATIBILITY (0x0004) + +// Default wide printfs and scanfs to the standard mode +#ifndef UCRTBASE_PRINTF_DEFAULT_WIDE +#define UCRTBASE_PRINTF_DEFAULT_WIDE 0 +#endif +#ifndef UCRTBASE_SCANF_DEFAULT_WIDE +#define UCRTBASE_SCANF_DEFAULT_WIDE 0 +#endif +#endif + + #ifdef __cplusplus extern "C" { #endif _CRTIMP char *_cgets(char *_Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; - _CRTIMP int __cdecl _cprintf(const char * __restrict__ _Format,...); _CRTIMP int __cdecl _cputs(const char *_Str); - _CRTIMP int __cdecl _cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; - _CRTIMP int __cdecl _cscanf_l(const char * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _getch(void); _CRTIMP int __cdecl _getche(void); + _CRTIMP int __cdecl _kbhit(void); + +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __conio_common_vcprintf(unsigned __int64 _Options, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcprintf_p(unsigned __int64 _Options, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcprintf_s(unsigned __int64 _Options, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcscanf(unsigned __int64 _Options, const char *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vcprintf(const char * __restrict__ _Format,va_list _ArgList) + { + return __conio_common_vcprintf(0, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _cprintf(const char * __restrict__ _Format,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vcprintf(_Format, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = __conio_common_vcscanf(0, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _cscanf_l(const char * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = __conio_common_vcscanf(0, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vcprintf_p(const char * __restrict__ _Format,va_list _ArgList) + { + return __conio_common_vcprintf_p(0, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _cprintf_p(const char * __restrict__ _Format,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vcprintf_p(_Format, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vcprintf_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) + { + return __conio_common_vcprintf(0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _cprintf_l(const char * __restrict__ _Format,_locale_t _Locale,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vcprintf_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vcprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) + { + return __conio_common_vcprintf_p(0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _cprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vcprintf_p_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else + _CRTIMP int __cdecl _cprintf(const char * __restrict__ _Format,...); + _CRTIMP int __cdecl _cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + _CRTIMP int __cdecl _cscanf_l(const char * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + _CRTIMP int __cdecl _vcprintf(const char * __restrict__ _Format,va_list _ArgList); _CRTIMP int __cdecl _cprintf_p(const char * __restrict__ _Format,...); _CRTIMP int __cdecl _vcprintf_p(const char * __restrict__ _Format,va_list _ArgList); @@ -26,7 +130,7 @@ _CRTIMP int __cdecl _vcprintf_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); _CRTIMP int __cdecl _cprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,...); _CRTIMP int __cdecl _vcprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); - _CRTIMP int __cdecl _kbhit(void); +#endif #if defined(_X86_) && !defined(__x86_64) int __cdecl _inp(unsigned short); @@ -57,6 +161,83 @@ _CRTIMP wint_t __cdecl _putwch(wchar_t _WCh); _CRTIMP wint_t __cdecl _ungetwch(wint_t _WCh); _CRTIMP int __cdecl _cputws(const wchar_t *_String); +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __conio_common_vcwprintf(unsigned __int64 _Options, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcwprintf_p(unsigned __int64 _Options, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcwprintf_s(unsigned __int64 _Options, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __conio_common_vcwscanf(unsigned __int64 _Options, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vcwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __conio_common_vcwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _cwprintf(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vcwprintf(_Format, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _cwscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = __conio_common_vcwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _cwscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = __conio_common_vcwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vcwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __conio_common_vcwprintf_p(UCRTBASE_PRINTF_DEFAULT_WIDE, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _cwprintf_p(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vcwprintf_p(_Format, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) + { + return __conio_common_vcwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _cwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vcwprintf_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) + { + return __conio_common_vcwprintf_p(UCRTBASE_PRINTF_DEFAULT_WIDE, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _cwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vcwprintf_p_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else _CRTIMP int __cdecl _cwprintf(const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _cwscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _cwscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -67,6 +248,7 @@ _CRTIMP int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); _CRTIMP int __cdecl _cwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...); _CRTIMP int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); +#endif _CRTIMP wint_t __cdecl _putwch_nolock(wchar_t _WCh); _CRTIMP wint_t __cdecl _getwch_nolock(void); _CRTIMP wint_t __cdecl _getwche_nolock(void); @@ -75,9 +257,31 @@ #ifndef NO_OLDNAMES char *__cdecl cgets(char *_Buffer) __MINGW_ATTRIB_DEPRECATED_MSVC2005; + +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr int __cdecl cprintf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005 + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vcprintf(_Format, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005 + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = __conio_common_vcscanf(0, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else int __cdecl cprintf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; - int __cdecl cputs(const char *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005; int __cdecl cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; +#endif + int __cdecl cputs(const char *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005; int __cdecl getch(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005; int __cdecl getche(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005; int __cdecl kbhit(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/corecrt_startup.h mingw-w64-6.0.0/mingw-w64-headers/crt/corecrt_startup.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/corecrt_startup.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/corecrt_startup.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#ifndef _INC_CORECRT_STARTUP +#define _INC_CORECRT_STARTUP + +#ifdef __cplusplus +extern "C" { +#endif + +_CRTIMP char **__cdecl __p__acmdln(void); +#define _acmdln (*__p__acmdln()) + +_CRTIMP wchar_t **__cdecl __p__wcmdln(void); +#define _wcmdln (*__p__wcmdln()) + +typedef void (__cdecl *_PVFV)(void); +typedef int (__cdecl *_PIFV)(void); +typedef void (__cdecl *_PVFI)(int); + +typedef struct _onexit_table_t { + _PVFV* _first; + _PVFV* _last; + _PVFV* _end; +} _onexit_table_t; + +typedef int (__cdecl *_onexit_t)(void); + +_CRTIMP int __cdecl _initialize_onexit_table(_onexit_table_t*); +_CRTIMP int __cdecl _register_onexit_function(_onexit_table_t*,_onexit_t); +_CRTIMP int __cdecl _execute_onexit_table(_onexit_table_t*); + +#ifdef __cplusplus +} +#endif +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/ctype.h mingw-w64-6.0.0/mingw-w64-headers/crt/ctype.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/ctype.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/ctype.h 2018-09-14 14:16:43.000000000 +0000 @@ -25,18 +25,26 @@ #ifdef _MSVCRT_ #define __pctype_func() (_pctype) #else +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP unsigned short* __pctype_func(void); +#else #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif +#endif #ifndef _pctype #ifdef _MSVCRT_ extern unsigned short *_pctype; #else +#if __MSVCRT_VERSION__ >= 0x1400 +#define _pctype (__pctype_func()) +#else extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype); #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif +#endif #endif #endif @@ -191,15 +199,17 @@ extern int __mb_cur_max; #define __mb_cur_max __mb_cur_max #else +#if __MSVCRT_VERSION__ < 0x1400 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max); -#define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) +#endif +#define __mb_cur_max (___mb_cur_max_func()) #endif #endif -#define ___mb_cur_max_func() (__mb_cur_max) +_CRTIMP int __cdecl ___mb_cur_max_func(void); #endif -#define __chvalidchk(a,b) (__PCTYPE_FUNC[(a)] & (b)) -#define _chvalidchk_l(_Char,_Flag,_Locale) (!_Locale ? __chvalidchk(_Char,_Flag) : ((_locale_t)_Locale)->locinfo->pctype[_Char] & (_Flag)) +#define __chvalidchk(a,b) (__PCTYPE_FUNC[(unsigned char)(a)] & (b)) +#define _chvalidchk_l(_Char,_Flag,_Locale) (!_Locale ? __chvalidchk(_Char,_Flag) : ((_locale_t)_Locale)->locinfo->pctype[(unsigned char)(_Char)] & (_Flag)) #define _ischartype_l(_Char,_Flag,_Locale) (((_Locale)!=NULL && (((_locale_t)(_Locale))->locinfo->mb_cur_max) > 1) ? _isctype_l(_Char,(_Flag),_Locale) : _chvalidchk_l(_Char,_Flag,_Locale)) #define _isalpha_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA,_Locale) #define _isupper_l(_Char,_Locale) _ischartype_l(_Char,_UPPER,_Locale) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/eh.h mingw-w64-6.0.0/mingw-w64-headers/crt/eh.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/eh.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/eh.h 2018-09-14 14:16:43.000000000 +0000 @@ -24,7 +24,7 @@ struct _EXCEPTION_POINTERS; typedef void (__cdecl *_se_translator_function)(unsigned int,struct _EXCEPTION_POINTERS *); -_CRTIMP __declspec(noreturn) void __cdecl terminate(void); +_CRTIMP __MINGW_ATTRIB_NORETURN void __cdecl terminate(void); _CRTIMP void __cdecl unexpected(void); _CRTIMP int __cdecl _is_exception_typeof(const std::type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr); _CRTIMP terminate_function __cdecl set_terminate(terminate_function _NewPtFunc); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/errno.h mingw-w64-6.0.0/mingw-w64-headers/crt/errno.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/errno.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/errno.h 2018-09-14 14:16:43.000000000 +0000 @@ -178,6 +178,46 @@ #define EPROTONOSUPPORT 135 #endif +#ifndef EBADMSG +#define EBADMSG 104 +#endif + +#ifndef EIDRM +#define EIDRM 111 +#endif + +#ifndef ENODATA +#define ENODATA 120 +#endif + +#ifndef ENOLINK +#define ENOLINK 121 +#endif + +#ifndef ENOMSG +#define ENOMSG 122 +#endif + +#ifndef ENOSR +#define ENOSR 124 +#endif + +#ifndef ENOSTR +#define ENOSTR 125 +#endif + +#ifndef ENOTRECOVERABLE +#define ENOTRECOVERABLE 127 +#endif + +#ifndef ETIME +#define ETIME 137 +#endif + +#ifndef ETXTBSY +#define ETXTBSY 139 +#endif + /* Defined as WSAETIMEDOUT. */ #ifndef ETIMEDOUT #define ETIMEDOUT 138 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/excpt.h mingw-w64-6.0.0/mingw-w64-headers/crt/excpt.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/excpt.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/excpt.h 2018-09-14 14:16:43.000000000 +0000 @@ -38,10 +38,13 @@ struct _DISPATCHER_CONTEXT; __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord,unsigned __int64 _MemoryStackFp,unsigned __int64 _BackingStoreFp,struct _CONTEXT *_ContextRecord,struct _DISPATCHER_CONTEXT *_DispatcherContext,unsigned __int64 _GlobalPointer); -#elif defined(__x86_64) +#elif defined(__x86_64) || defined(__arm__) || defined(__aarch64__) struct _EXCEPTION_RECORD; struct _CONTEXT; + struct _DISPATCHER_CONTEXT; + + __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord, void *_EstablisherFrame, struct _CONTEXT *_ContextRecord, struct _DISPATCHER_CONTEXT *_DispatcherContext); #endif #define GetExceptionCode _exception_code diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/fenv.h mingw-w64-6.0.0/mingw-w64-headers/crt/fenv.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/fenv.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/fenv.h 2018-09-14 14:16:43.000000000 +0000 @@ -8,7 +8,7 @@ #include -#if defined(_ARM_) || defined(__arm__) +#if defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) /* FPU status word exception flags */ #define FE_INVALID 0x01 @@ -60,7 +60,7 @@ #ifndef RC_INVOKED -#if defined(_ARM_) || defined(__arm__) +#if defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) /* Type representing exception flags. */ typedef unsigned int fexcept_t; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/float.h mingw-w64-6.0.0/mingw-w64-headers/crt/float.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/float.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/float.h 2018-09-14 14:16:43.000000000 +0000 @@ -24,7 +24,7 @@ || (defined(__clang__) && defined(__clang_major__)) #if (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)) \ || (__clang_major__ >=3) -#if !defined(_FLOAT_H___) && !defined(__FLOAT_H) +#if !defined(_FLOAT_H___) && !defined(__FLOAT_H) && !defined(__CLANG_FLOAT_H) #include_next #endif #elif !defined (_FLOAT_H___) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/io.h mingw-w64-6.0.0/mingw-w64-headers/crt/io.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/io.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/io.h 2018-09-14 14:16:43.000000000 +0000 @@ -72,8 +72,8 @@ #define _finddata_t _finddata32_t #define _finddatai64_t _finddata32i64_t -#define _findfirst32 _findfirst -#define _findnext32 _findnext +#define _findfirst _findfirst32 +#define _findnext _findnext32 #define _findfirsti64 _findfirst32i64 #define _findnexti64 _findnext32i64 #else @@ -131,8 +131,8 @@ #define _wfinddata_t _wfinddata32_t #define _wfinddatai64_t _wfinddata32i64_t -#define _wfindfirst32 _wfindfirst -#define _wfindnext32 _wfindnext +#define _wfindfirst _wfindfirst32 +#define _wfindnext _wfindnext32 #define _wfindfirst32i64 _wfindfirsti64 #define _wfindnext32i64 _wfindnexti64 #else diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/locale.h mingw-w64-6.0.0/mingw-w64-headers/crt/locale.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/locale.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/locale.h 2018-09-14 14:16:43.000000000 +0000 @@ -79,7 +79,7 @@ int __cdecl _configthreadlocale(int _Flag); char *__cdecl setlocale(int _Category,const char *_Locale); _CRTIMP struct lconv *__cdecl localeconv(void); - _locale_t __cdecl _get_current_locale(void); + _CRTIMP _locale_t __cdecl _get_current_locale(void); _locale_t __cdecl _create_locale(int _Category,const char *_Locale); void __cdecl _free_locale(_locale_t _Locale); _locale_t __cdecl __get_current_locale(void); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/malloc.h mingw-w64-6.0.0/mingw-w64-headers/crt/malloc.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/malloc.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/malloc.h 2018-09-14 14:16:43.000000000 +0000 @@ -136,7 +136,7 @@ #if defined(_ARM_) || (defined(_X86_) && !defined(__x86_64)) #define _ALLOCA_S_MARKER_SIZE 8 -#elif defined(__ia64__) || defined(__x86_64) +#elif defined(__ia64__) || defined(__x86_64) || defined(__aarch64__) #define _ALLOCA_S_MARKER_SIZE 16 #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/math.h mingw-w64-6.0.0/mingw-w64-headers/crt/math.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/math.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/math.h 2018-09-14 14:16:43.000000000 +0000 @@ -207,7 +207,7 @@ #if !defined (__ia64__) __CRT_INLINE float __cdecl fabsf (float x) { -#if defined(__x86_64__) || defined(__arm__) +#if defined(__x86_64__) || defined(__arm__) || defined(__aarch64__) return __builtin_fabsf (x); #else float res = 0.0F; @@ -218,7 +218,7 @@ __CRT_INLINE long double __cdecl fabsl (long double x) { -#ifdef __arm__ +#if defined(__arm__) || defined(__aarch64__) return __builtin_fabsl (x); #else long double res = 0.0l; @@ -229,7 +229,7 @@ __CRT_INLINE double __cdecl fabs (double x) { -#if defined(__x86_64__) || defined(__arm__) +#if defined(__x86_64__) || defined(__arm__) || defined(__aarch64__) return __builtin_fabs (x); #else double res = 0.0; @@ -353,16 +353,16 @@ #ifdef __GNUC__ #define HUGE_VALF __builtin_huge_valf() #define HUGE_VALL __builtin_huge_vall() -#define INFINITY __builtin_inf() -#define NAN __builtin_nan("") +#define INFINITY __builtin_inff() +#define NAN __builtin_nanf("") #else extern const float __INFF; #define HUGE_VALF __INFF extern const long double __INFL; #define HUGE_VALL __INFL #define INFINITY HUGE_VALF -extern const double __QNAN; -#define NAN __QNAN +extern const double __QNANF; +#define NAN __QNANF #endif /* __GNUC__ */ /* Use the compiler's builtin define for FLT_EVAL_METHOD to @@ -427,7 +427,7 @@ return (((hlp.ldt->lh.high & 0x7fffffff) | hlp.ldt->lh.low) == 0 ? FP_INFINITE : FP_NAN); return FP_NORMAL; -#elif defined(__arm__) || defined(_ARM_) +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) return __fpclassify(x); #elif defined(__i386__) || defined(_X86_) unsigned short sw; @@ -436,7 +436,7 @@ #endif } __CRT_INLINE int __cdecl __fpclassify (double x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; unsigned int l, h; @@ -458,7 +458,7 @@ #endif } __CRT_INLINE int __cdecl __fpclassifyf (float x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; hlp.f = &x; @@ -524,7 +524,7 @@ #ifndef __CRT__NO_INLINE __CRT_INLINE int __cdecl __isnan (double _x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; int l, h; @@ -545,7 +545,7 @@ __CRT_INLINE int __cdecl __isnanf (float _x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; int i; @@ -574,8 +574,8 @@ signexp |= (unsigned int) (xx | (-xx)) >> 31; signexp = 0xfffe - signexp; return (int) ((unsigned int) signexp) >> 16; -#elif defined(__arm__) || defined(_ARM_) - __isnan(_x); +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) + return __isnan(_x); #elif defined(__i386__) || defined(_X86_) unsigned short sw; __asm__ __volatile__ ("fxam;" @@ -609,7 +609,7 @@ extern int __cdecl __signbitl (long double); #ifndef __CRT__NO_INLINE __CRT_INLINE int __cdecl __signbit (double x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; hlp.d = &x; @@ -622,7 +622,7 @@ } __CRT_INLINE int __cdecl __signbitf (float x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; hlp.f = &x; return ((hlp.ft->val & 0x80000000) != 0); @@ -638,8 +638,8 @@ __mingw_fp_types_t ld; ld.ld = &x; return ((ld.ldt->lh.sign_exponent & 0x8000) != 0); -#elif defined(__arm__) || defined(_ARM_) - __signbit(x); +#elif defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) + return __signbit(x); #elif defined(__i386__) || defined(_X86_) unsigned short stw; __asm__ __volatile__ ("fxam; fstsw %%ax;": "=a" (stw) : "t" (x)); @@ -788,7 +788,7 @@ #if 0 /*defined(__GNUC__) && defined(__FAST_MATH__)*/ __CRT_INLINE double __cdecl logb (double x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; int lx, hx; @@ -812,7 +812,7 @@ __CRT_INLINE float __cdecl logbf (float x) { -#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) int v; __mingw_fp_types_t hlp; @@ -835,7 +835,7 @@ __CRT_INLINE long double __cdecl logbl (long double x) { -#if defined(__arm__) || defined(_ARM_) +#if defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) __mingw_fp_types_t hlp; int lx, hx; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw.h.in mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw.h.in --- mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw.h.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw.h.in 2018-09-14 14:16:43.000000000 +0000 @@ -181,6 +181,9 @@ #if __MINGW_GNUC_PREREQ (3, 1) #define __MINGW_ATTRIB_USED __attribute__ ((__used__)) #define __MINGW_ATTRIB_DEPRECATED __attribute__ ((__deprecated__)) +#if __MINGW_GNUC_PREREQ (4, 5) || defined (__clang__) +#define __MINGW_ATTRIB_DEPRECATED_MSG(x) __attribute__ ((__deprecated__(x))) +#endif #elif __MINGW_MSC_PREREQ(12, 0) #define __MINGW_ATTRIB_USED #define __MINGW_ATTRIB_DEPRECATED __declspec(deprecated) @@ -189,6 +192,10 @@ #define __MINGW_ATTRIB_DEPRECATED #endif /* GNUC >= 3.1 */ +#ifndef __MINGW_ATTRIB_DEPRECATED_MSG +#define __MINGW_ATTRIB_DEPRECATED_MSG(x) __MINGW_ATTRIB_DEPRECATED +#endif + #if __MINGW_GNUC_PREREQ (3, 3) #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) #elif __MINGW_MSC_PREREQ(12, 0) && defined (__cplusplus) @@ -217,12 +224,12 @@ #ifndef __MSVCRT_VERSION__ /* High byte is the major version, low byte is the minor. */ -# define __MSVCRT_VERSION__ 0x0700 +# define __MSVCRT_VERSION__ @DEFAULT_MSVCRT_VERSION@ #endif #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x502 +#define _WIN32_WINNT @DEFAULT_WIN32_WINNT@ #endif #ifndef _INT128_DEFINED @@ -266,7 +273,7 @@ #ifndef __nothrow #ifdef __cplusplus -#define __nothrow __declspec(nothrow) +#define __nothrow __MINGW_NOTHROW #else #define __nothrow #endif @@ -511,6 +518,22 @@ /* Macros for __uuidof template-based emulation */ #if defined(__cplusplus) && (USE___UUIDOF == 0) +#if __cpp_constexpr >= 200704l && __cpp_inline_variables >= 201606L +#define __CRT_UUID_DECL(type,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ + extern "C++" { \ + template<> struct __mingw_uuidof_s { \ + static constexpr IID __uuid_inst = { \ + l,w1,w2, {b1,b2,b3,b4,b5,b6,b7,b8} \ + }; \ + }; \ + template<> constexpr const GUID &__mingw_uuidof() { \ + return __mingw_uuidof_s::__uuid_inst; \ + } \ + template<> constexpr const GUID &__mingw_uuidof() { \ + return __mingw_uuidof_s::__uuid_inst; \ + } \ + } +#else #define __CRT_UUID_DECL(type,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ extern "C++" { \ template<> inline const GUID &__mingw_uuidof() { \ @@ -521,6 +544,7 @@ return __mingw_uuidof(); \ } \ } +#endif #define __uuidof(type) __mingw_uuidof<__typeof(type)>() @@ -534,8 +558,14 @@ extern "C" { #endif + #ifdef __MINGW_INTRIN_INLINE -#if !defined (__clang__) +#ifdef __has_builtin +#define __MINGW_DEBUGBREAK_IMPL !__has_builtin(__debugbreak) +#else +#define __MINGW_DEBUGBREAK_IMPL 1 +#endif +#if __MINGW_DEBUGBREAK_IMPL == 1 void __cdecl __debugbreak(void); __MINGW_INTRIN_INLINE void __cdecl __debugbreak(void) { diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw_mac.h mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw_mac.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw_mac.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw_mac.h 2018-09-14 14:16:43.000000000 +0000 @@ -11,9 +11,9 @@ #define __MINGW64_STRINGIFY(x) \ __STRINGIFY(x) -#define __MINGW64_VERSION_MAJOR 5 +#define __MINGW64_VERSION_MAJOR 6 #define __MINGW64_VERSION_MINOR 0 -#define __MINGW64_VERSION_BUGFIX 4 +#define __MINGW64_VERSION_BUGFIX 0 /* This macro holds an monotonic increasing value, which indicates a specific fix/patch is present on trunk. This value isn't related to @@ -50,10 +50,10 @@ # define _M_IX86 400 # elif defined(__i586__) # define _M_IX86 500 -# else - /* This gives wrong (600 instead of 300) value if -march=i386 is specified - but we cannot check for__i386__ as it is defined for all 32-bit CPUs. */ +# elif defined(__i686__) # define _M_IX86 600 +# else +# define _M_IX86 300 # endif #endif /* if defined(_X86_) && !defined(_M_IX86) && !defined(_M_IA64) ... */ @@ -81,6 +81,13 @@ # endif #endif +#if defined(__aarch64__) && !defined(_M_ARM64) +# define _M_ARM64 1 +# ifndef _ARM64_ +# define _ARM64_ 1 +# endif +#endif + #ifndef _X86_ /* MS does not prefix symbols by underscores for 64-bit. */ # ifndef __MINGW_USE_UNDERSCORE_PREFIX @@ -270,14 +277,18 @@ __attribute__((__format__(gnu_scanf, __format,__args))) #undef __mingw_ovr +#undef __mingw_static_ovr #ifdef __cplusplus # define __mingw_ovr inline __cdecl +# define __mingw_static_ovr static __mingw_ovr #elif defined (__GNUC__) # define __mingw_ovr static \ __attribute__ ((__unused__)) __inline__ __cdecl +# define __mingw_static_ovr __mingw_ovr #else # define __mingw_ovr static __cdecl +# define __mingw_static_ovr __mingw_ovr #endif /* __cplusplus */ #endif /* _INC_CRTDEFS_MACRO */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw_stat64.h mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw_stat64.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/_mingw_stat64.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/_mingw_stat64.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,12 +1,18 @@ #ifndef _STAT_DEFINED #ifdef _USE_32BIT_TIME_T -#define _fstat32 _fstat -#define _stat32 _stat -#define _wstat32 _wstat +#define _fstat _fstat32 +#define _stat _stat32 +#define _wstat _wstat32 +#if __MSVCRT_VERSION__ >= 0x1400 +#define _fstati64 _fstat32i64 +#define _stati64 _stat32i64 +#define _wstati64 _wstat32i64 +#else #define _fstat32i64 _fstati64 #define _stat32i64 _stati64 #define _wstat32i64 _wstati64 +#endif #else #define _fstat _fstat64i32 #define _fstati64 _fstat64 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/process.h mingw-w64-6.0.0/mingw-w64-headers/crt/process.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/process.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/process.h 2018-09-14 14:16:43.000000000 +0000 @@ -7,6 +7,7 @@ #define _INC_PROCESS #include +#include /* Includes a definition of _pid_t and pid_t */ #include @@ -49,11 +50,14 @@ #pragma push_macro("abort") #undef abort - void __cdecl __declspec(noreturn) abort(void); + void __cdecl __MINGW_ATTRIB_NORETURN abort(void); #pragma pop_macro("abort") #endif /* _CRT_TERMINATE_DEFINED */ + typedef void (__stdcall *_tls_callback_type)(void*,unsigned long,void*); + _CRTIMP void __cdecl _register_thread_local_exe_atexit_callback(_tls_callback_type callback); + void __cdecl __MINGW_NOTHROW _cexit(void); void __cdecl __MINGW_NOTHROW _c_exit(void); _CRTIMP int __cdecl _getpid(void); @@ -116,10 +120,10 @@ void __cdecl __security_init_cookie(void); #if (defined(_X86_) && !defined(__x86_64)) void __fastcall __security_check_cookie(uintptr_t _StackCookie); - __declspec(noreturn) void __cdecl __report_gsfailure(void); + __MINGW_ATTRIB_NORETURN void __cdecl __report_gsfailure(void); #else void __cdecl __security_check_cookie(uintptr_t _StackCookie); - __declspec(noreturn) void __cdecl __report_gsfailure(uintptr_t _StackCookie); + __MINGW_ATTRIB_NORETURN void __cdecl __report_gsfailure(uintptr_t _StackCookie); #endif extern uintptr_t __security_cookie; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/stdio_s.h mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/stdio_s.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/stdio_s.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/stdio_s.h 2018-09-14 14:16:43.000000000 +0000 @@ -26,8 +26,449 @@ #ifndef _STDIO_S_DEFINED #define _STDIO_S_DEFINED _CRTIMP errno_t __cdecl clearerr_s(FILE *_File); - int __cdecl fprintf_s(FILE *_File,const char *_Format,...); + size_t __cdecl fread_s(void *_DstBuf,size_t _DstSize,size_t _ElementSize,size_t _Count,FILE *_File); + +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vsprintf_s(unsigned __int64 _Options, char *_Str, size_t _Len, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vsprintf_p(unsigned __int64 _Options, char *_Str, size_t _Len, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vsnprintf_s(unsigned __int64 _Options, char *_Str, size_t _Len, size_t _MaxCount, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vfprintf_s(unsigned __int64 _Options, FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vfprintf_p(unsigned __int64 _Options, FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vfscanf_s_l(FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfscanf(UCRTBASE_SCANF_SECURECRT, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fscanf_s_l(FILE *_File, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfscanf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _scanf_s_l(const char *_Format, _locale_t _Locale ,...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfscanf_s_l(stdin, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfscanf_l(FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfscanf(0, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fscanf_l(FILE *_File, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfscanf_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _scanf_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfscanf_l(stdin, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsscanf_s_l(const char *_Src, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsscanf(UCRTBASE_SCANF_SECURECRT, _Src, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vsscanf_s(const char *_Src, const char *_Format, va_list _ArgList) + { + return _vsscanf_s_l(_Src, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _sscanf_s_l(const char *_Src, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsscanf_s_l(_Src, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl sscanf_s(const char *_Src, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsscanf_s_l(_Src, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsscanf_l(const char *_Src, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsscanf(0, _Src, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _sscanf_l(const char *_Src, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsscanf_l(_Src, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + // There is no _vsnscanf_s_l nor _vsnscanf_s + __mingw_ovr int __cdecl _snscanf_s_l(const char *_Src, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = __stdio_common_vsscanf(UCRTBASE_SCANF_SECURECRT, _Src, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snscanf_s(const char *_Src, size_t _MaxCount, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = __stdio_common_vsscanf(UCRTBASE_SCANF_SECURECRT, _Src, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + // There is no _vsnscanf_l + __mingw_ovr int __cdecl _snscanf_l(const char *_Src, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = __stdio_common_vsscanf(0, _Src, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + + __mingw_ovr int __cdecl _vfprintf_s_l(FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfprintf_s(0, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vfprintf_s(FILE *_File, const char *_Format, va_list _ArgList) + { + return _vfprintf_s_l(_File, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _vprintf_s_l(const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfprintf_s_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vprintf_s(const char *_Format, va_list _ArgList) + { + return _vfprintf_s_l(stdout, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _fprintf_s_l(FILE *_File, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfprintf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _printf_s_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfprintf_s_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl fprintf_s(FILE *_File, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfprintf_s_l(_File, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl printf_s(const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfprintf_s_l(stdout, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnprintf_c_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf(0, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vsnprintf_c(char *_DstBuf, size_t _MaxCount, const char *_Format, va_list _ArgList) + { + return _vsnprintf_c_l(_DstBuf, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _snprintf_c_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnprintf_c_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snprintf_c(char *_DstBuf, size_t _MaxCount, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnprintf_c_l(_DstBuf, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnprintf_s_l(char *_DstBuf, size_t _DstSize, size_t _MaxCount, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsnprintf_s(0, _DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vsnprintf_s(char *_DstBuf, size_t _DstSize, size_t _MaxCount, const char *_Format, va_list _ArgList) + { + return _vsnprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _vsnprintf_s(char *_DstBuf, size_t _DstSize, size_t _MaxCount, const char *_Format, va_list _ArgList) + { + return _vsnprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _snprintf_s_l(char *_DstBuf, size_t _DstSize, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snprintf_s(char *_DstBuf, size_t _DstSize, size_t _MaxCount, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsprintf_s_l(char *_DstBuf, size_t _DstSize, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf_s(0, _DstBuf, _DstSize, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vsprintf_s(char *_DstBuf, size_t _Size, const char *_Format, va_list _ArgList) + { + return _vsprintf_s_l(_DstBuf, _Size, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _sprintf_s_l(char *_DstBuf, size_t _DstSize, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsprintf_s_l(_DstBuf, _DstSize, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl sprintf_s(char *_DstBuf, size_t _DstSize, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsprintf_s_l(_DstBuf, _DstSize, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfprintf_p_l(FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfprintf_p(0, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vfprintf_p(FILE *_File, const char *_Format, va_list _ArgList) + { + return _vfprintf_p_l(_File, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _vprintf_p_l(const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfprintf_p_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vprintf_p(const char *_Format, va_list _ArgList) + { + return _vfprintf_p_l(stdout, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _fprintf_p_l(FILE *_File, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = __stdio_common_vfprintf_p(0, _File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _fprintf_p(FILE *_File, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfprintf_p_l(_File, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _printf_p_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfprintf_p_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _printf_p(const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfprintf_p_l(stdout, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsprintf_p_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf_p(0, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vsprintf_p(char *_Dst, size_t _MaxCount, const char *_Format, va_list _ArgList) + { + return _vsprintf_p_l(_Dst, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _sprintf_p_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsprintf_p_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _sprintf_p(char *_Dst, size_t _MaxCount, const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsprintf_p_l(_Dst, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vscprintf_p_l(const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf_p(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vscprintf_p(const char *_Format, va_list _ArgList) + { + return _vscprintf_p_l(_Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _scprintf_p_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vscprintf_p_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _scprintf_p(const char *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vscprintf_p_l(_Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfprintf_l(FILE *_File, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfprintf(0, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vprintf_l(const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfprintf_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fprintf_l(FILE *_File, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfprintf_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _printf_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfprintf_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnprintf_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf(UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _snprintf_l(char *_DstBuf, size_t _MaxCount, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnprintf_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _vsprintf_l(char *_DstBuf, const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vsnprintf_l(_DstBuf, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _sprintf_l(char *_DstBuf, const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsprintf_l(_DstBuf, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vscprintf_l(const char *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _scprintf_l(const char *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vscprintf_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else /* __MSVCRT_VERSION__ >= 0x1400 */ + int __cdecl fprintf_s(FILE *_File,const char *_Format,...); _CRTIMP int __cdecl _fscanf_s_l(FILE *_File,const char *_Format,_locale_t _Locale,...); int __cdecl printf_s(const char *_Format,...); _CRTIMP int __cdecl _scanf_l(const char *_Format,_locale_t _Locale,...); @@ -46,19 +487,14 @@ int __cdecl vprintf_s(const char *_Format,va_list _ArgList); int __cdecl vsnprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format,va_list,_ArgList) _CRTIMP int __cdecl _vsnprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format,va_list,_ArgList) _SECIMP int __cdecl vsprintf_s(char *_DstBuf,size_t _Size,const char *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vsprintf_s, char, _DstBuf, const char*, _Format, va_list, _ArgList) _SECIMP int __cdecl sprintf_s(char *_DstBuf,size_t _DstSize,const char *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,sprintf_s,vsprintf_s,char,_DstBuf,const char*,_Format) _CRTIMP int __cdecl _snprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snprintf_s,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format) _CRTIMP int __cdecl _fprintf_p(FILE *_File,const char *_Format,...); _CRTIMP int __cdecl _printf_p(const char *_Format,...); @@ -96,6 +532,14 @@ _CRTIMP int __cdecl _snprintf_c_l(char *_DstBuf,size_t _MaxCount,const char *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _vsnprintf_l(char *_DstBuf,size_t _MaxCount,const char *_Format,_locale_t _Locale,va_list _ArgList); _CRTIMP int __cdecl _vsnprintf_c_l(char *_DstBuf,size_t _MaxCount,const char *,_locale_t _Locale,va_list _ArgList); +#endif /* __MSVCRT_VERSION__ < 0x1400 */ + + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format,va_list,_ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format,va_list,_ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vsprintf_s, char, _DstBuf, const char*, _Format, va_list, _ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,sprintf_s,vsprintf_s,char,_DstBuf,const char*,_Format) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snprintf_s,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format) + _CRTIMP errno_t __cdecl fopen_s(FILE **_File,const char *_Filename,const char *_Mode); _CRTIMP errno_t __cdecl freopen_s(FILE** _File, const char *_Filename, const char *_Mode, FILE *_Stream); @@ -111,22 +555,199 @@ _CRTIMP wchar_t *__cdecl _getws_s(wchar_t *_Str,size_t _SizeInWords); __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(wchar_t*,_getws_s,wchar_t,_DstBuf) +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vswprintf_s(unsigned __int64 _Options, wchar_t *_Str, size_t _Len, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vsnwprintf_s(unsigned __int64 _Options, wchar_t *_Str, size_t _Len, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vfwprintf_s(unsigned __int64 _Options, FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vfwscanf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fwscanf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wscanf_s_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_s_l(stdin, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswscanf_s_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _Src, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _swscanf_s_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswscanf_s_l(_Src, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl swscanf_s(const wchar_t *_Src, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswscanf_s_l(_Src, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwscanf_s_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _Src, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _snwscanf_s_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwscanf_s_l(_Src, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snwscanf_s(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnwscanf_s_l(_Src, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfwprintf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vwprintf_s_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfwprintf_s_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vfwprintf_s(FILE *_File, const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_s_l(_File, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl vwprintf_s(const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_s_l(stdout, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _fwprintf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wprintf_s_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_s_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl fwprintf_s(FILE *_File, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_s_l(_File, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl wprintf_s(const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_s_l(stdout, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _DstSize, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vswprintf_s(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, va_list _ArgList) + { + return _vswprintf_s_l(_DstBuf, _DstSize, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _swprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswprintf_s_l(_DstBuf, _DstSize, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl swprintf_s(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswprintf_s_l(_DstBuf, _DstSize, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsnwprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vsnwprintf_s(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, va_list _ArgList) + { + return _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _snwprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snwprintf_s(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else /* __MSVCRT_VERSION__ >= 0x1400 */ int __cdecl fwprintf_s(FILE *_File,const wchar_t *_Format,...); int __cdecl wprintf_s(const wchar_t *_Format,...); int __cdecl vfwprintf_s(FILE *_File,const wchar_t *_Format,va_list _ArgList); int __cdecl vwprintf_s(const wchar_t *_Format,va_list _ArgList); int __cdecl vswprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vswprintf_s, wchar_t, _Dst, const wchar_t*, _Format, va_list, _ArgList) int __cdecl swprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,swprintf_s,vswprintf_s,wchar_t,_Dst,const wchar_t*,_Format) _CRTIMP int __cdecl _vsnwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format,va_list,_ArgList) _CRTIMP int __cdecl _snwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snwprintf_s,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format) _CRTIMP int __cdecl _wprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...); @@ -143,12 +764,20 @@ _CRTIMP int __cdecl _snwscanf_s(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...); _CRTIMP int __cdecl _snwscanf_s_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _wscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...); +#endif /* __MSVCRT_VERSION__ < 0x1400 */ + + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vswprintf_s, wchar_t, _Dst, const wchar_t*, _Format, va_list, _ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,swprintf_s,vswprintf_s,wchar_t,_Dst,const wchar_t*,_Format) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format,va_list,_ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snwprintf_s,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format) + _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode); _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile); _CRTIMP errno_t __cdecl _wtmpnam_s(wchar_t *_DstBuf,size_t _SizeInWords); __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(errno_t,_wtmpnam_s,wchar_t,_DstBuf) +#if __MSVCRT_VERSION__ < 0x1400 _CRTIMP int __cdecl _fwprintf_p(FILE *_File,const wchar_t *_Format,...); _CRTIMP int __cdecl _wprintf_p(const wchar_t *_Format,...); _CRTIMP int __cdecl _vfwprintf_p(FILE *_File,const wchar_t *_Format,va_list _ArgList); @@ -181,8 +810,10 @@ _CRTIMP int __cdecl _swscanf_l(const wchar_t *_Src,const wchar_t *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _snwscanf_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _wscanf_l(const wchar_t *_Format,_locale_t _Locale,...); -#endif -#endif +#endif /* __MSVCRT_VERSION__ < 0x1400 */ + +#endif /* _WSTDIO_S_DEFINED */ +#endif /* _STDIO_S_DEFINED */ _CRTIMP size_t __cdecl _fread_nolock_s(void *_DstBuf,size_t _DstSize,size_t _ElementSize,size_t _Count,FILE *_File); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/stdlib_s.h mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/stdlib_s.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/stdlib_s.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/stdlib_s.h 2018-09-14 14:16:43.000000000 +0000 @@ -16,6 +16,7 @@ _CRTIMP errno_t __cdecl _dupenv_s(char **_PBuffer,size_t *_PBufferSizeInBytes,const char *_VarName); _CRTIMP errno_t __cdecl _itoa_s(int _Value,char *_DstBuf,size_t _Size,int _Radix); + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_1(errno_t, _itoa_s, int, _Value, char, _Dest, int, _Radix) _CRTIMP errno_t __cdecl _i64toa_s(__int64 _Val,char *_DstBuf,size_t _Size,int _Radix); _CRTIMP errno_t __cdecl _ui64toa_s(unsigned __int64 _Val,char *_DstBuf,size_t _Size,int _Radix); _CRTIMP errno_t __cdecl _ltoa_s(long _Val,char *_DstBuf,size_t _Size,int _Radix); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/wchar_s.h mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/wchar_s.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/sec_api/wchar_s.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/sec_api/wchar_s.h 2018-09-14 14:16:43.000000000 +0000 @@ -43,22 +43,202 @@ #ifndef _WSTDIO_S_DEFINED #define _WSTDIO_S_DEFINED _CRTIMP wchar_t *__cdecl _getws_s(wchar_t *_Str,size_t _SizeInWords); + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(wchar_t*,_getws_s,wchar_t,_DstBuf) + +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vswprintf_s(unsigned __int64 _Options, wchar_t *_Str, size_t _Len, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vsnwprintf_s(unsigned __int64 _Options, wchar_t *_Str, size_t _Len, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vfwprintf_s(unsigned __int64 _Options, FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vfwscanf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fwscanf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wscanf_s_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_s_l(stdin, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswscanf_s_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _Src, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _swscanf_s_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswscanf_s_l(_Src, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl swscanf_s(const wchar_t *_Src, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswscanf_s_l(_Src, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwscanf_s_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE | UCRTBASE_SCANF_SECURECRT, _Src, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _snwscanf_s_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwscanf_s_l(_Src, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snwscanf_s(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnwscanf_s_l(_Src, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfwprintf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vwprintf_s_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfwprintf_s_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vfwprintf_s(FILE *_File, const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_s_l(_File, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl vwprintf_s(const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_s_l(stdout, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _fwprintf_s_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_s_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wprintf_s_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_s_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl fwprintf_s(FILE *_File, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_s_l(_File, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl wprintf_s(const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_s_l(stdout, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _DstSize, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl vswprintf_s(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, va_list _ArgList) + { + return _vswprintf_s_l(_DstBuf, _DstSize, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _swprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswprintf_s_l(_DstBuf, _DstSize, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl swprintf_s(wchar_t *_DstBuf, size_t _DstSize, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswprintf_s_l(_DstBuf, _DstSize, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vsnwprintf_s(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vsnwprintf_s(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, va_list _ArgList) + { + return _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _snwprintf_s_l(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snwprintf_s(wchar_t *_DstBuf, size_t _DstSize, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnwprintf_s_l(_DstBuf, _DstSize, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else /* __MSVCRT_VERSION__ >= 0x1400 */ int __cdecl fwprintf_s(FILE *_File,const wchar_t *_Format,...); int __cdecl wprintf_s(const wchar_t *_Format,...); int __cdecl vfwprintf_s(FILE *_File,const wchar_t *_Format,va_list _ArgList); int __cdecl vwprintf_s(const wchar_t *_Format,va_list _ArgList); int __cdecl vswprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vswprintf_s, wchar_t, _Dst, const wchar_t*, _Format, va_list, _ArgList) int __cdecl swprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,swprintf_s,vswprintf_s,wchar_t,_Dst,const wchar_t*,_Format) _CRTIMP int __cdecl _vsnwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,va_list _ArgList); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format,va_list,_ArgList) _CRTIMP int __cdecl _snwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,...); - __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snwprintf_s,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format) + _CRTIMP int __cdecl _wprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _vwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,va_list _ArgList); @@ -74,10 +254,19 @@ _CRTIMP int __cdecl _snwscanf_s(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...); _CRTIMP int __cdecl _snwscanf_s_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...); _CRTIMP int __cdecl _wscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...); +#endif /* __MSVCRT_VERSION__ < 0x1400 */ + + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(int, vswprintf_s, wchar_t, _Dst, const wchar_t*, _Format, va_list, _ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,swprintf_s,vswprintf_s,wchar_t,_Dst,const wchar_t*,_Format) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format,va_list,_ArgList) + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snwprintf_s,_vsnwprintf_s,wchar_t,_DstBuf,size_t,_MaxCount,const wchar_t*,_Format) + _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode); _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile); + _CRTIMP errno_t __cdecl _wtmpnam_s(wchar_t *_DstBuf,size_t _SizeInWords); -#endif + __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(errno_t,_wtmpnam_s,wchar_t,_DstBuf) +#endif /* _WSTDIO_S_DEFINED */ #ifndef _WSTDLIB_S_DEFINED #define _WSTDLIB_S_DEFINED diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/setjmp.h mingw-w64-6.0.0/mingw-w64-headers/crt/setjmp.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/setjmp.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/setjmp.h 2018-09-14 14:16:43.000000000 +0000 @@ -162,6 +162,37 @@ unsigned long long D[8]; } _JUMP_BUFFER; +#elif defined(_ARM64_) + +#define _JBLEN 24 +#define _JBTYPE unsigned __int64 + + typedef struct __JUMP_BUFFER { + unsigned __int64 Frame; + unsigned __int64 Reserved; + unsigned __int64 X19; + unsigned __int64 X20; + unsigned __int64 X21; + unsigned __int64 X22; + unsigned __int64 X23; + unsigned __int64 X24; + unsigned __int64 X25; + unsigned __int64 X26; + unsigned __int64 X27; + unsigned __int64 X28; + unsigned __int64 Fp; + unsigned __int64 Lr; + unsigned __int64 Sp; + unsigned long Fpcr; + unsigned long Fpsr; + double D[8]; + } _JUMP_BUFFER; + +#else + +#define _JBLEN 1 +#define _JBTYPE int + #endif #ifndef _JMP_BUF_DEFINED @@ -171,16 +202,27 @@ void * __cdecl __attribute__ ((__nothrow__)) mingw_getsp (void); -#ifndef USE_NO_MINGW_SETJMP_TWO_ARGS -# ifndef _INC_SETJMPEX +#if !defined(USE_NO_MINGW_SETJMP_TWO_ARGS) +# if __MSVCRT_VERSION__ >= 0x1400 # ifdef _WIN64 +# define _setjmp __intrinsic_setjmpex +# else +# define _setjmp __intrinsic_setjmp +# endif +# endif +# ifndef _INC_SETJMPEX +# if defined(_X86_) || defined(__i386__) +# define setjmp(BUF) _setjmp3((BUF), NULL) +# elif defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__) +# define setjmp(BUF) __mingw_setjmp((BUF)) +# define longjmp __mingw_longjmp + int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) __mingw_setjmp(jmp_buf _Buf); +# else # if (__MINGW_GCC_VERSION < 40702) # define setjmp(BUF) _setjmp((BUF), mingw_getsp()) # else # define setjmp(BUF) _setjmp((BUF), __builtin_frame_address (0)) # endif -# else -# define setjmp(BUF) _setjmp3((BUF), NULL) # endif int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp(jmp_buf _Buf, void *_Ctx); int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp3(jmp_buf _Buf, void *_Ctx); @@ -203,15 +245,15 @@ #else -# ifndef _INC_SETJMPEX +# if !defined(_INC_SETJMPEX) # define setjmp _setjmp # endif int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) setjmp(jmp_buf _Buf); #endif - __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl ms_longjmp(jmp_buf _Buf,int _Value)/* throw(...)*/; - __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value); + __MINGW_ATTRIB_NORETURN __attribute__ ((__nothrow__)) void __cdecl ms_longjmp(jmp_buf _Buf,int _Value)/* throw(...)*/; + __MINGW_ATTRIB_NORETURN __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value); #ifdef __cplusplus } diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/stddef.h mingw-w64-6.0.0/mingw-w64-headers/crt/stddef.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/stddef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/stddef.h 2018-09-14 14:16:43.000000000 +0000 @@ -415,8 +415,9 @@ #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) \ || (defined(__cplusplus) && __cplusplus >= 201103L) -#ifndef _GCC_MAX_ALIGN_T +#if !defined(_GCC_MAX_ALIGN_T) && !defined(__CLANG_MAX_ALIGN_T_DEFINED) #define _GCC_MAX_ALIGN_T +#define __CLANG_MAX_ALIGN_T_DEFINED /* Type whose alignment is supported in every context and is at least as great as that of any standard type not using alignment specifiers. */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/stdio.h mingw-w64-6.0.0/mingw-w64-headers/crt/stdio.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/stdio.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/stdio.h 2018-09-14 14:16:43.000000000 +0000 @@ -79,6 +79,7 @@ #include <_mingw_off_t.h> +_CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index); #ifndef _STDIO_DEFINED #ifdef _WIN64 _CRTIMP FILE *__cdecl __iob_func(void); @@ -112,9 +113,9 @@ #ifndef _STDSTREAM_DEFINED #define _STDSTREAM_DEFINED -#define stdin (&__iob_func()[0]) -#define stdout (&__iob_func()[1]) -#define stderr (&__iob_func()[2]) +#define stdin (__acrt_iob_func(0)) +#define stdout (__acrt_iob_func(1)) +#define stderr (__acrt_iob_func(2)) #endif #define _IOREAD 0x0001 @@ -135,6 +136,28 @@ #define _TWO_DIGIT_EXPONENT 0x1 +#if !defined(_UCRTBASE_STDIO_DEFINED) && __MSVCRT_VERSION__ >= 0x1400 +#define _UCRTBASE_STDIO_DEFINED + +#define UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION (0x0001) +#define UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR (0x0002) +#define UCRTBASE_PRINTF_LEGACY_WIDE_SPECIFIERS (0x0004) +#define UCRTBASE_PRINTF_LEGACY_MSVCRT_COMPATIBILITY (0x0008) +#define UCRTBASE_PRINTF_LEGACY_THREE_DIGIT_EXPONENTS (0x0010) + +#define UCRTBASE_SCANF_SECURECRT (0x0001) +#define UCRTBASE_SCANF_LEGACY_WIDE_SPECIFIERS (0x0002) +#define UCRTBASE_SCANF_LEGACY_MSVCRT_COMPATIBILITY (0x0004) + +// Default wide printfs and scanfs to the standard mode +#ifndef UCRTBASE_PRINTF_DEFAULT_WIDE +#define UCRTBASE_PRINTF_DEFAULT_WIDE 0 +#endif +#ifndef UCRTBASE_SCANF_DEFAULT_WIDE +#define UCRTBASE_SCANF_DEFAULT_WIDE 0 +#endif +#endif + #ifndef _STDIO_DEFINED extern __attribute__((__format__ (gnu_scanf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) @@ -187,21 +210,38 @@ __attribute__((__format__ (gnu_printf, 2, 0))) __attribute__((nonnull (1,2))) int __cdecl __mingw_vasprintf(char ** __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW; -#if __USE_MINGW_ANSI_STDIO -/* - * User has expressed a preference for C99 conformance... - */ +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vsprintf(unsigned __int64 options, char *str, size_t len, const char *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfprintf(unsigned __int64 options, FILE *file, const char *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vsscanf(unsigned __int64 options, const char *input, size_t length, const char *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfscanf(unsigned __int64 options, FILE *file, const char *format, _locale_t locale, va_list valist); +#endif + #undef __MINGW_PRINTF_FORMAT #undef __MINGW_SCANF_FORMAT + +#if defined(__clang__) +#define __MINGW_PRINTF_FORMAT printf +#define __MINGW_SCANF_FORMAT scanf +#elif defined(__USE_MINGW_ANSI_STDIO) #define __MINGW_PRINTF_FORMAT gnu_printf #define __MINGW_SCANF_FORMAT gnu_scanf +#else +#define __MINGW_PRINTF_FORMAT ms_printf +#define __MINGW_SCANF_FORMAT ms_scanf +#endif + +#if __USE_MINGW_ANSI_STDIO +/* + * User has expressed a preference for C99 conformance... + */ #ifdef _GNU_SOURCE __mingw_ovr __attribute__ ((__format__ (gnu_printf, 2, 3))) __attribute__((nonnull (1,2))) int asprintf(char **__ret, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vasprintf( __ret, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -226,7 +266,7 @@ __attribute__((__format__ (gnu_scanf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int sscanf(const char *__source, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vsscanf( __source, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -237,9 +277,9 @@ __attribute__((__format__ (gnu_scanf, 1, 2))) __MINGW_ATTRIB_NONNULL(1) int scanf(const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vscanf( __format, __local_argv ); + __retval = __mingw_vfscanf( stdin, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -248,7 +288,7 @@ __attribute__((__format__ (gnu_scanf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int fscanf(FILE *__stream, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfscanf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -256,6 +296,11 @@ } #ifndef __NO_ISOCEXT /* externs in libmingwex.a */ +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow" +#endif + __mingw_ovr __attribute__((__format__ (gnu_scanf, 2, 0))) __MINGW_ATTRIB_NONNULL(2) int vsscanf (const char *__source, const char *__format, __builtin_va_list __local_argv) @@ -267,7 +312,7 @@ __attribute__((__format__ (gnu_scanf, 1, 0))) __MINGW_ATTRIB_NONNULL(1) int vscanf(const char *__format, __builtin_va_list __local_argv) { - return __mingw_vscanf( __format, __local_argv ); + return __mingw_vfscanf( stdin, __format, __local_argv ); } __mingw_ovr @@ -276,6 +321,10 @@ { return __mingw_vfscanf( __stream, __format, __local_argv ); } + +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif #endif /* __NO_ISOCEXT */ @@ -284,7 +333,7 @@ __attribute__((__format__ (gnu_printf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int fprintf (FILE *__stream, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfprintf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -295,9 +344,9 @@ __attribute__((__format__ (gnu_printf, 1, 2))) __MINGW_ATTRIB_NONNULL(1) int printf (const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vprintf( __format, __local_argv ); + __retval = __mingw_vfprintf( stdout, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -306,7 +355,7 @@ __attribute__((__format__ (gnu_printf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int sprintf (char *__stream, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vsprintf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -324,7 +373,7 @@ __attribute__((__format__ (gnu_printf, 1, 0))) __MINGW_ATTRIB_NONNULL(1) int vprintf (const char *__format, __builtin_va_list __local_argv) { - return __mingw_vprintf( __format, __local_argv ); + return __mingw_vfprintf( stdout, __format, __local_argv ); } __mingw_ovr @@ -338,7 +387,7 @@ __attribute__((__format__ (gnu_printf, 3, 4))) __MINGW_ATTRIB_NONNULL(3) int snprintf (char *__stream, size_t __n, const char *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vsnprintf( __stream, __n, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -364,16 +413,96 @@ #else /* !__USE_MINGW_ANSI_STDIO */ -#undef __MINGW_PRINTF_FORMAT -#undef __MINGW_SCANF_FORMAT -#define __MINGW_PRINTF_FORMAT ms_printf -#define __MINGW_SCANF_FORMAT ms_scanf #undef __builtin_vsnprintf #undef __builtin_vsprintf /* * Default configuration: simply direct all calls to MSVCRT... */ +#if __MSVCRT_VERSION__ >= 0x1400 +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow" +#endif + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 2, 3))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...); + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 1, 2))) __MINGW_ATTRIB_NONNULL(1) + int __cdecl printf(const char * __restrict__ _Format,...); + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 2, 3))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 2, 0))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl vfprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,va_list _ArgList); + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 1, 0))) __MINGW_ATTRIB_NONNULL(1) + int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList); + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 2, 0))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 2, 3))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfscanf(0, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 1, 2))) __MINGW_ATTRIB_NONNULL(1) + int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfscanf(0, stdin, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 2, 3))) __MINGW_ATTRIB_NONNULL(2) + int __cdecl sscanf(const char * __restrict__ _Src,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vsscanf(0, _Src, (size_t)-1, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } +#ifdef _GNU_SOURCE + __attribute__ ((__format__ (__MINGW_PRINTF_FORMAT, 2, 0))) + int __cdecl vasprintf(char ** __restrict__ _Ret,const char * __restrict__ _Format,va_list _Args); + __attribute__ ((__format__ (__MINGW_PRINTF_FORMAT, 2, 3))) + int __cdecl asprintf(char ** __restrict__ _Ret,const char * __restrict__ _Format,...); +#endif /*_GNU_SOURCE*/ + + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 2, 0))) __MINGW_ATTRIB_NONNULL(2) + int vfscanf (FILE *__stream, const char *__format, __builtin_va_list __local_argv) + { + return __stdio_common_vfscanf(0, __stream, __format, NULL, __local_argv); + } + + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 2, 0))) __MINGW_ATTRIB_NONNULL(2) + int vsscanf (const char * __restrict__ __source, const char * __restrict__ __format, __builtin_va_list __local_argv) + { + return __stdio_common_vsscanf(0, __source, (size_t)-1, __format, NULL, __local_argv); + } + __mingw_ovr + __attribute__((__format__ (__MINGW_SCANF_FORMAT, 1, 0))) __MINGW_ATTRIB_NONNULL(1) + int vscanf(const char *__format, __builtin_va_list __local_argv) + { + return __stdio_common_vfscanf(0, stdin, __format, NULL, __local_argv); + } + +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif + +#else __attribute__((__format__ (ms_printf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...); __attribute__((__format__ (ms_printf, 1, 2))) __MINGW_ATTRIB_NONNULL(1) @@ -395,10 +524,15 @@ __attribute__((__format__ (ms_scanf, 2, 3))) __MINGW_ATTRIB_NONNULL(2) int __cdecl sscanf(const char * __restrict__ _Src,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; #ifdef _GNU_SOURCE - int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0)));; + int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0))); int __cdecl asprintf(char ** __restrict__ ret,const char * __restrict__ format,...) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 3))); #endif /*_GNU_SOURCE*/ #ifndef __NO_ISOCEXT /* externs in libmingwex.a */ +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow" +#endif + __attribute__((__format__ (ms_scanf, 1, 0))) __MINGW_ATTRIB_NONNULL(1) int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp); __attribute__((__format__ (ms_scanf, 2, 0))) __MINGW_ATTRIB_NONNULL(2) @@ -426,7 +560,12 @@ return __ms_vscanf (__format, __local_argv); } +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif + #endif /* __NO_ISOCEXT */ +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ #endif /* __USE_MINGW_ANSI_STDIO */ _CRTIMP int __cdecl _filbuf(FILE *_File); @@ -468,11 +607,35 @@ int __cdecl fsetpos(FILE *_File,const fpos_t *_Pos); int __cdecl fsetpos64(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */ int __cdecl fseek(FILE *_File,long _Offset,int _Origin); + long __cdecl ftell(FILE *_File); /* Shouldn't be any fseeko32 in glibc, 32bit to 64bit casting should be fine */ /* int fseeko32(FILE* stream, _off_t offset, int whence);*/ /* fseeko32 redirects to fseeko64 */ +#if __MSVCRT_VERSION__ >= 0x1400 + // Mark these as _CRTIMP to avoid trying to link in the mingwex versions. + _CRTIMP int __cdecl _fseeki64(FILE *_File,__int64 _Offset,int _Origin); + _CRTIMP __int64 __cdecl _ftelli64(FILE *_File); + __mingw_static_ovr int fseeko(FILE *_File, _off_t _Offset, int _Origin) { + return fseek(_File, _Offset, _Origin); + } + __mingw_static_ovr int fseeko64(FILE *_File, _off64_t _Offset, int _Origin) { + return _fseeki64(_File, _Offset, _Origin); + } + __mingw_static_ovr _off_t ftello(FILE *_File) { + return ftell(_File); + } + __mingw_static_ovr _off64_t ftello64(FILE *_File) { + return _ftelli64(_File); + } +#else + __MINGW_EXTENSION int __cdecl _fseeki64(FILE *_File,__int64 _Offset,int _Origin); + __MINGW_EXTENSION __int64 __cdecl _ftelli64(FILE *_File); int fseeko64(FILE* stream, _off64_t offset, int whence); int fseeko(FILE* stream, _off_t offset, int whence); + /* Returns truncated 64bit off_t */ + _off_t ftello(FILE * stream); + _off64_t ftello64(FILE * stream); +#endif #ifndef _FILE_OFFSET_BITS_SET_FSEEKO #define _FILE_OFFSET_BITS_SET_FSEEKO @@ -481,11 +644,6 @@ #endif /* (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)) */ #endif /* _FILE_OFFSET_BITS_SET_FSEEKO */ - long __cdecl ftell(FILE *_File); - /* Returns truncated 64bit off_t */ - _off_t ftello(FILE * stream); - _off64_t ftello64(FILE * stream); - #ifndef _FILE_OFFSET_BITS_SET_FTELLO #define _FILE_OFFSET_BITS_SET_FTELLO #if (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)) @@ -493,8 +651,6 @@ #endif /* (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)) */ #endif /* _FILE_OFFSET_BITS_SET_FTELLO */ - __MINGW_EXTENSION int __cdecl _fseeki64(FILE *_File,__int64 _Offset,int _Origin); - __MINGW_EXTENSION __int64 __cdecl _ftelli64(FILE *_File); size_t __cdecl fwrite(const void * __restrict__ _Str,size_t _Size,size_t _Count,FILE * __restrict__ _File); int __cdecl getc(FILE *_File); int __cdecl getchar(void); @@ -531,20 +687,81 @@ _CRTIMP unsigned int __cdecl _set_output_format(unsigned int _Format); _CRTIMP unsigned int __cdecl _get_output_format(void); int __cdecl setvbuf(FILE * __restrict__ _File,char * __restrict__ _Buf,int _Mode,size_t _Size); +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl _scprintf(const char * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl _snscanf(const char * __restrict__ _Src,size_t _MaxCount,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vsscanf(0, _Src, _MaxCount, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } +#else _CRTIMP int __cdecl _scprintf(const char * __restrict__ _Format,...); _CRTIMP int __cdecl _snscanf(const char * __restrict__ _Src,size_t _MaxCount,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; +#endif FILE *__cdecl tmpfile(void) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; char *__cdecl tmpnam(char *_Buffer); int __cdecl ungetc(int _Ch,FILE *_File); +#if __MSVCRT_VERSION__ >= 0x1400 + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 3, 0))) __MINGW_ATTRIB_NONNULL(3) + int __cdecl _vsnprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + __mingw_ovr + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 3, 4))) __MINGW_ATTRIB_NONNULL(3) + int __cdecl _snprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = _vsnprintf(_Dest, _Count, _Format, ap); + __builtin_va_end(ap); + return ret; + } +#else __attribute__((__format__ (ms_printf, 3, 4))) __MINGW_ATTRIB_NONNULL(3) _CRTIMP int __cdecl _snprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; __attribute__((__format__ (ms_printf, 3, 0))) __MINGW_ATTRIB_NONNULL(3) _CRTIMP int __cdecl _vsnprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; +#endif #if !defined (__USE_MINGW_ANSI_STDIO) || __USE_MINGW_ANSI_STDIO == 0 + +#if __MSVCRT_VERSION__ >= 0x1400 +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow" +#endif + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 3, 0))) __MINGW_ATTRIB_NONNULL(3) + int vsnprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, va_list __local_argv); + + __attribute__((__format__ (__MINGW_PRINTF_FORMAT, 3, 4))) __MINGW_ATTRIB_NONNULL(3) + int snprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, ...); +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif +#else + /* this is here to deal with software defining * vsnprintf as _vsnprintf, eg. libxml2. */ + +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow" +#endif + #pragma push_macro("snprintf") #pragma push_macro("vsnprintf") # undef snprintf @@ -568,7 +785,7 @@ __attribute__((__format__ (ms_printf, 3, 4))) __MINGW_ATTRIB_NONNULL(3) int snprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __ms_vsnprintf (__stream, __n, __format, __local_argv); __builtin_va_end( __local_argv ); @@ -578,9 +795,22 @@ #pragma pop_macro ("vsnprintf") #pragma pop_macro ("snprintf") +#ifdef __GNUC__ +#pragma GCC diagnostic pop #endif +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ +#endif /* __USE_MINGW_ANSI_STDIO */ +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl _vscprintf(const char * __restrict__ _Format,va_list _ArgList) + { + return __stdio_common_vsprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, NULL, _ArgList); + } +#else _CRTIMP int __cdecl _vscprintf(const char * __restrict__ _Format,va_list _ArgList); +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ + _CRTIMP int __cdecl _set_printf_count_output(int _Value); _CRTIMP int __cdecl _get_printf_count_output(void); @@ -617,6 +847,13 @@ /* __attribute__((__format__ (gnu_wprintf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2) int __cdecl __mingw_vswprintf(wchar_t * __restrict__ , const wchar_t * __restrict__ ,va_list); +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vswprintf(unsigned __int64 options, wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfwprintf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vswscanf(unsigned __int64 options, const wchar_t *input, size_t length, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfwscanf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist); +#endif + #if __USE_MINGW_ANSI_STDIO /* * User has expressed a preference for C99 conformance... @@ -626,7 +863,7 @@ /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int swscanf(const wchar_t *__source, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vswscanf( __source, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -637,9 +874,9 @@ /* __attribute__((__format__ (gnu_wscanf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) int wscanf(const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vwscanf( __format, __local_argv ); + __retval = __mingw_vfwscanf( stdin, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -648,7 +885,7 @@ /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int fwscanf(FILE *__stream, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfwscanf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -667,7 +904,7 @@ /* __attribute__((__format__ (gnu_wscanf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1) int vwscanf(const wchar_t *__format, __builtin_va_list __local_argv) { - return __mingw_vwscanf( __format, __local_argv ); + return __mingw_vfwscanf( stdin, __format, __local_argv ); } __mingw_ovr @@ -684,7 +921,7 @@ /* __attribute__((__format__ (gnu_wprintf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int fwprintf (FILE *__stream, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfwprintf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -695,9 +932,9 @@ /* __attribute__((__format__ (gnu_wprintf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) int wprintf (const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vwprintf( __format, __local_argv ); + __retval = __mingw_vfwprintf( stdout, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -713,7 +950,7 @@ /* __attribute__((__format__ (gnu_wprintf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1) int vwprintf (const wchar_t *__format, __builtin_va_list __local_argv) { - return __mingw_vwprintf( __format, __local_argv ); + return __mingw_vfwprintf( stdout, __format, __local_argv ); } #ifndef __NO_ISOCEXT /* externs in libmingwex.a */ @@ -721,7 +958,7 @@ /* __attribute__((__format__ (gnu_wprintf, 3, 4))) */ __MINGW_ATTRIB_NONNULL(3) int snwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vsnwprintf( __stream, __n, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -738,6 +975,89 @@ #else /* !__USE_MINGW_ANSI_STDIO */ +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Src, (size_t)-1, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, stdin, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + __MINGW_ATTRIB_NONNULL(2) + int vfwscanf (FILE *__stream, const wchar_t *__format, va_list __local_argv) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, __stream, __format, NULL, __local_argv); + } + + __mingw_ovr + __MINGW_ATTRIB_NONNULL(2) + int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, __source, (size_t)-1, __format, NULL, __local_argv); + } + __mingw_ovr + __MINGW_ATTRIB_NONNULL(1) + int vwscanf(const wchar_t *__format, va_list __local_argv) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, stdin, __format, NULL, __local_argv); + } + + __mingw_static_ovr + int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl wprintf(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, stdout, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, NULL, _ArgList); + } + __mingw_ovr + int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, stdout, _Format, NULL, _ArgList); + } +#else + int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -772,6 +1092,7 @@ int __cdecl wprintf(const wchar_t * __restrict__ _Format,...); int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList); int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ #endif /* __USE_MINGW_ANSI_STDIO */ #ifndef WEOF @@ -798,11 +1119,76 @@ _CRTIMP wchar_t *__cdecl _getws(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _putws(const wchar_t *_Str); +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_static_ovr + int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + +#if !defined (__USE_MINGW_ANSI_STDIO) || __USE_MINGW_ANSI_STDIO == 0 + __mingw_ovr + int snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, s, n, format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, s, n, format, NULL, arg); + } +#endif + + __mingw_ovr + int __cdecl _swprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _Dest, (size_t)-1, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _Dest, (size_t)-1, _Format, NULL, _Args); + } + + __mingw_ovr + int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format, va_list _ArgList) + { + int _Result = __stdio_common_vswprintf(UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, NULL, _ArgList); + return _Result < 0 ? -1 : _Result; + } +#else _CRTIMP int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _swprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _vswprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,va_list _ArgList); _CRTIMP int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; + _CRTIMP int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); #ifndef __NO_ISOCEXT /* externs in libmingwex.a */ @@ -835,6 +1221,7 @@ #endif /* ! __NO_ISOCEXT */ _CRTIMP int __cdecl _swprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args); +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ #ifndef RC_INVOKED #include @@ -848,7 +1235,6 @@ #endif _CRTIMP wchar_t *__cdecl _wtempnam(const wchar_t *_Directory,const wchar_t *_FilePrefix); - _CRTIMP int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); _CRTIMP int __cdecl _snwscanf(const wchar_t * __restrict__ _Src,size_t _MaxCount,const wchar_t * __restrict__ _Format,...); _CRTIMP FILE *__cdecl _wfdopen(int _FileHandle ,const wchar_t *_Mode); _CRTIMP FILE *__cdecl _wfopen(const wchar_t * __restrict__ _Filename,const wchar_t *__restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -888,10 +1274,17 @@ #define _STDIO_DEFINED #endif +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP int __cdecl _fgetc_nolock(FILE *_File); + _CRTIMP int __cdecl _fputc_nolock(int _Char, FILE *_File); + _CRTIMP int __cdecl _getc_nolock(FILE *_File); + _CRTIMP int __cdecl _putc_nolock(int _Char, FILE *_File); +#else #define _fgetc_nolock(_stream) (--(_stream)->_cnt >= 0 ? 0xff & *(_stream)->_ptr++ : _filbuf(_stream)) #define _fputc_nolock(_c,_stream) (--(_stream)->_cnt >= 0 ? 0xff & (*(_stream)->_ptr++ = (char)(_c)) : _flsbuf((_c),(_stream))) #define _getc_nolock(_stream) _fgetc_nolock(_stream) #define _putc_nolock(_c,_stream) _fputc_nolock(_c,_stream) +#endif #define _getchar_nolock() _getc_nolock(stdin) #define _putchar_nolock(_c) _putc_nolock((_c),stdout) #define _getwchar_nolock() _getwc_nolock(stdin) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/stdlib.h mingw-w64-6.0.0/mingw-w64-headers/crt/stdlib.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/stdlib.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/stdlib.h 2018-09-14 14:16:43.000000000 +0000 @@ -111,11 +111,13 @@ extern int __mb_cur_max; #define __mb_cur_max __mb_cur_max #else +#if __MSVCRT_VERSION__ < 0x1400 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max); -#define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) #endif +#define __mb_cur_max (___mb_cur_max_func()) #endif -#define ___mb_cur_max_func() (__mb_cur_max) +#endif +_CRTIMP int __cdecl ___mb_cur_max_func(void); #endif #define __max(a,b) (((a) > (b)) ? (a) : (b)) @@ -161,138 +163,181 @@ extern char *_sys_errlist[]; extern int _sys_nerr; #else +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP char **__cdecl __sys_errlist(void); + _CRTIMP int *__cdecl __sys_nerr(void); +#define _sys_nerr (*__sys_nerr()) +#define _sys_errlist (__sys_errlist()) +#else extern __declspec(dllimport) char *_sys_errlist[1]; extern __declspec(dllimport) int _sys_nerr; +#endif /* __MSVCRT_VERSION__ < 0x1400 */ #endif -#if (defined(_X86_) && !defined(__x86_64)) - _CRTIMP int *__cdecl __p___argc(void); + + /* We have a fallback definition of __p___argv and __p__fmode for + msvcrt versions that lack it. */ _CRTIMP char ***__cdecl __p___argv(void); + _CRTIMP int *__cdecl __p__fmode(void); +#if (defined(_X86_) && !defined(__x86_64)) || (__MSVCRT_VERSION__ >= 0x1400) + _CRTIMP int *__cdecl __p___argc(void); _CRTIMP wchar_t ***__cdecl __p___wargv(void); _CRTIMP char ***__cdecl __p__environ(void); _CRTIMP wchar_t ***__cdecl __p__wenviron(void); _CRTIMP char **__cdecl __p__pgmptr(void); _CRTIMP wchar_t **__cdecl __p__wpgmptr(void); #endif -#ifndef __argc + + errno_t __cdecl _get_pgmptr(char **_Value); + errno_t __cdecl _get_wpgmptr(wchar_t **_Value); + _CRTIMP errno_t __cdecl _set_fmode(int _Mode); + _CRTIMP errno_t __cdecl _get_fmode(int *_PMode); + +#ifndef _fmode +#define _fmode (* __p__fmode()) +#endif + #ifdef _MSVCRT_ + +#ifndef __argc extern int __argc; -#else +#endif +#ifndef __argv + extern char **__argv; +#endif +#ifndef __wargv + extern wchar_t **__wargv; +#endif + +#ifndef _POSIX_ +#ifndef _environ + extern char **_environ; +#endif +#ifndef _wenviron + extern wchar_t **_wenviron; +#endif +#endif /* !_POSIX_ */ + +#ifndef _pgmptr + extern char *_pgmptr; +#endif + +#ifndef _wpgmptr + extern wchar_t *_wpgmptr; +#endif + +#ifndef _osplatform + extern unsigned int _osplatform; +#endif + +#ifndef _osver + extern unsigned int _osver; +#endif + +#ifndef _winver + extern unsigned int _winver; +#endif + +#ifndef _winmajor + extern unsigned int _winmajor; +#endif + +#ifndef _winminor + extern unsigned int _winminor; +#endif + +#elif __MSVCRT_VERSION__ >= 0x1400 + +#ifndef __argc +#define __argc (* __p___argc()) +#endif +#ifndef __argv +#define __argv (* __p___argv()) +#endif +#ifndef __wargv +#define __wargv (* __p___wargv()) +#endif + +#ifndef _POSIX_ +#ifndef _environ +#define _environ (* __p__environ()) +#endif + +#ifndef _wenviron +#define _wenviron (* __p__wenviron()) +#endif +#endif /* !_POSIX_ */ + +#ifndef _pgmptr +#define _pgmptr (* __p__pgmptr()) +#endif + +#ifndef _wpgmptr +#define _wpgmptr (* __p__wpgmptr()) +#endif + +#else /* __MSVCRT_VERSION__ >= 0x1400 */ + +#ifndef __argc extern int * __MINGW_IMP_SYMBOL(__argc); #define __argc (* __MINGW_IMP_SYMBOL(__argc)) #endif -#endif #ifndef __argv -#ifdef _MSVCRT_ - extern char **__argv; -#else extern char *** __MINGW_IMP_SYMBOL(__argv); -#define __argv (* __MINGW_IMP_SYMBOL(__argv)) -#endif +#define __argv (* __p___argv()) #endif #ifndef __wargv -#ifdef _MSVCRT_ - extern wchar_t **__wargv; -#else extern wchar_t *** __MINGW_IMP_SYMBOL(__wargv); #define __wargv (* __MINGW_IMP_SYMBOL(__wargv)) #endif -#endif -#ifdef _POSIX_ - extern char **environ; -#else +#ifndef _POSIX_ #ifndef _environ -#ifdef _MSVCRT_ - extern char **_environ; -#else extern char *** __MINGW_IMP_SYMBOL(_environ); #define _environ (* __MINGW_IMP_SYMBOL(_environ)) #endif -#endif #ifndef _wenviron -#ifdef _MSVCRT_ - extern wchar_t **_wenviron; -#else extern wchar_t *** __MINGW_IMP_SYMBOL(_wenviron); #define _wenviron (* __MINGW_IMP_SYMBOL(_wenviron)) #endif -#endif -#endif +#endif /* !_POSIX_ */ + #ifndef _pgmptr -#ifdef _MSVCRT_ - extern char *_pgmptr; -#else extern char ** __MINGW_IMP_SYMBOL(_pgmptr); #define _pgmptr (* __MINGW_IMP_SYMBOL(_pgmptr)) #endif -#endif #ifndef _wpgmptr -#ifdef _MSVCRT_ - extern wchar_t *_wpgmptr; -#else extern wchar_t ** __MINGW_IMP_SYMBOL(_wpgmptr); #define _wpgmptr (* __MINGW_IMP_SYMBOL(_wpgmptr)) #endif -#endif - errno_t __cdecl _get_pgmptr(char **_Value); - errno_t __cdecl _get_wpgmptr(wchar_t **_Value); -#ifndef _fmode -#ifdef _MSVCRT_ - extern int _fmode; -#else - extern int * __MINGW_IMP_SYMBOL(_fmode); -#define _fmode (* __MINGW_IMP_SYMBOL(_fmode)) -#endif -#endif - _CRTIMP errno_t __cdecl _set_fmode(int _Mode); - _CRTIMP errno_t __cdecl _get_fmode(int *_PMode); #ifndef _osplatform -#ifdef _MSVCRT_ - extern unsigned int _osplatform; -#else extern unsigned int * __MINGW_IMP_SYMBOL(_osplatform); #define _osplatform (* __MINGW_IMP_SYMBOL(_osplatform)) #endif -#endif #ifndef _osver -#ifdef _MSVCRT_ - extern unsigned int _osver; -#else extern unsigned int * __MINGW_IMP_SYMBOL(_osver); #define _osver (* __MINGW_IMP_SYMBOL(_osver)) #endif -#endif #ifndef _winver -#ifdef _MSVCRT_ - extern unsigned int _winver; -#else extern unsigned int * __MINGW_IMP_SYMBOL(_winver); #define _winver (* __MINGW_IMP_SYMBOL(_winver)) #endif -#endif #ifndef _winmajor -#ifdef _MSVCRT_ - extern unsigned int _winmajor; -#else extern unsigned int * __MINGW_IMP_SYMBOL(_winmajor); #define _winmajor (* __MINGW_IMP_SYMBOL(_winmajor)) #endif -#endif #ifndef _winminor -#ifdef _MSVCRT_ - extern unsigned int _winminor; -#else extern unsigned int * __MINGW_IMP_SYMBOL(_winminor); #define _winminor (* __MINGW_IMP_SYMBOL(_winminor)) #endif -#endif + +#endif /* !_MSVCRT_ && __MSVCRT_VERSION__ < 0x1400 */ errno_t __cdecl _get_osplatform(unsigned int *_Value); errno_t __cdecl _get_osver(unsigned int *_Value); @@ -326,7 +371,7 @@ #pragma push_macro("abort") #undef abort - void __cdecl __declspec(noreturn) abort(void); + void __cdecl __MINGW_ATTRIB_NORETURN abort(void); #pragma pop_macro("abort") #endif /* _CRT_TERMINATE_DEFINED */ @@ -425,7 +470,8 @@ /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */ extern double __cdecl __MINGW_NOTHROW __strtod (const char * __restrict__ , char ** __restrict__); -#if !defined(__USE_MINGW_STRTOX) +// The ucrtbase version of strtod is C99 compliant, so we don't need to redirect it to the mingw version. +#if !defined(__USE_MINGW_STRTOX) && __MSVCRT_VERSION__ < 0x1400 #define strtod __strtod #endif /* !defined(__USE_MINGW_STRTOX) */ #endif /* __NO_ISOCEXT */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/swprintf.inl mingw-w64-6.0.0/mingw-w64-headers/crt/swprintf.inl --- mingw-w64-5.0.4/mingw-w64-headers/crt/swprintf.inl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/swprintf.inl 2018-09-14 14:16:43.000000000 +0000 @@ -12,6 +12,10 @@ #undef __mingw_ovr #if defined (__GNUC__) #define __mingw_ovr static __attribute__ ((__unused__)) __inline__ __cdecl +#ifdef __mingw_static_ovr +#undef __mingw_static_ovr +#define __mingw_static_ovr __mingw_ovr +#endif #elif defined(__cplusplus) #define __mingw_ovr inline __cdecl #else @@ -29,7 +33,7 @@ /* __attribute__((__format__ (gnu_wprintf, 3, 4))) */ __MINGW_ATTRIB_NONNULL(3) int swprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); @@ -57,7 +61,7 @@ /* __attribute__((__format__ (gnu_wprintf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int swprintf (wchar_t *__stream, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); @@ -80,4 +84,4 @@ #endif /* __cplusplus */ -#endif /* _INC_SWPRINTF_INL */ \ No newline at end of file +#endif /* _INC_SWPRINTF_INL */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/sys/stat.h mingw-w64-6.0.0/mingw-w64-headers/crt/sys/stat.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/sys/stat.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/sys/stat.h 2018-09-14 14:16:43.000000000 +0000 @@ -171,9 +171,20 @@ #endif #if !defined (RC_INVOKED) && !defined (NO_OLDNAMES) -int __cdecl stat(const char *_Filename,struct stat *_Stat); int __cdecl fstat(int _Desc,struct stat *_Stat); +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr int __cdecl stat(const char *_Filename,struct stat *_Stat) + { + return _stat(_Filename, (struct _stat *)_Stat); + } + __mingw_ovr int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat) + { + return _wstat(_Filename, (struct _stat *)_Stat); + } +#else +int __cdecl stat(const char *_Filename,struct stat *_Stat); int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat); +#endif #ifndef __CRT__NO_INLINE #ifdef _USE_32BIT_TIME_T diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/time.h mingw-w64-6.0.0/mingw-w64-headers/crt/time.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/time.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/time.h 2018-09-14 14:16:43.000000000 +0000 @@ -109,10 +109,21 @@ #define CLOCKS_PER_SEC 1000 +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP int *__cdecl __daylight(void); + _CRTIMP long *__cdecl __dstbias(void); + _CRTIMP long *__cdecl __timezone(void); + _CRTIMP char **__cdecl __tzname(void); +#define _daylight (* __daylight()) +#define _dstbias (* __dstbias()) +#define _timezone (* __timezone()) +#define _tzname (__tzname()) +#else __MINGW_IMPORT int _daylight; __MINGW_IMPORT long _dstbias; __MINGW_IMPORT long _timezone; __MINGW_IMPORT char * _tzname[2]; +#endif _CRTIMP errno_t __cdecl _get_daylight(int *_Daylight); _CRTIMP errno_t __cdecl _get_dstbias(long *_Daylight_savings_bias); @@ -142,7 +153,10 @@ void __cdecl tzset(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005; #endif #if !defined (_POSIX_) - _CRTIMP void __cdecl _tzset(void); +#if __MSVCRT_VERSION__ < 0x1400 + _CRTIMP +#endif + void __cdecl _tzset(void); #endif double __cdecl _difftime64(__time64_t _Time1,__time64_t _Time2); @@ -200,6 +214,7 @@ #endif #ifndef RC_INVOKED +#if __MSVCRT_VERSION__ < 0x1400 double __cdecl difftime(time_t _Time1,time_t _Time2); char *__cdecl ctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; struct tm *__cdecl gmtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -208,26 +223,32 @@ time_t __cdecl mktime(struct tm *_Tm); time_t __cdecl _mkgmtime(struct tm *_Tm); time_t __cdecl time(time_t *_Time); +#endif -#ifndef __CRT__NO_INLINE +#if !defined(__CRT__NO_INLINE) || __MSVCRT_VERSION__ >= 0x1400 +#if __MSVCRT_VERSION__ >= 0x1400 +#define __TIME_INLINE __mingw_static_ovr +#else +#define __TIME_INLINE __CRT_INLINE +#endif #if !defined(_USE_32BIT_TIME_T) -__CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2) +__TIME_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2) { return _difftime64(_Time1,_Time2); } -__CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); } -__CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); } -__CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } -__CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); } -__CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); } -__CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); } +__TIME_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); } +__TIME_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); } +__TIME_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } +__TIME_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); } +__TIME_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); } +__TIME_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); } #else -__CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2) +__TIME_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2) { return _difftime32(_Time1,_Time2); } -__CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime32(_Time); } -__CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime32(_Time); } -__CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime32(_Tm); } -__CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime32(_Time); } -__CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime32(_Tm); } -__CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time32(_Time); } +__TIME_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime32(_Time); } +__TIME_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime32(_Time); } +__TIME_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime32(_Tm); } +__TIME_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime32(_Time); } +__TIME_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime32(_Tm); } +__TIME_INLINE time_t __cdecl time(time_t *_Time) { return _time32(_Time); } #endif /* !_USE_32BIT_TIME_T */ #endif /* !__CRT__NO_INLINE */ @@ -246,9 +267,18 @@ #if !defined(NO_OLDNAMES) || defined(_POSIX) #define CLK_TCK CLOCKS_PER_SEC - _CRTIMP extern int daylight; - _CRTIMP extern long timezone; - _CRTIMP extern char *tzname[2]; +#if __MSVCRT_VERSION__ >= 0x1400 +#define __MINGW_ATTRIB_DEPRECATED_UCRT \ + __MINGW_ATTRIB_DEPRECATED_MSG( \ + "Only provided for source compatibility; this variable might " \ + "not always be accurate when linking to ucrtbase.dll.") +#else +#define __MINGW_ATTRIB_DEPRECATED_UCRT +#endif + + _CRTIMP extern int daylight __MINGW_ATTRIB_DEPRECATED_UCRT; + _CRTIMP extern long timezone __MINGW_ATTRIB_DEPRECATED_UCRT; + _CRTIMP extern char *tzname[2] __MINGW_ATTRIB_DEPRECATED_UCRT; void __cdecl tzset(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005; #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/uchar.h mingw-w64-6.0.0/mingw-w64-headers/crt/uchar.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/uchar.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/uchar.h 2018-09-14 14:16:43.000000000 +0000 @@ -35,8 +35,13 @@ typedef uint_least32_t char32_t; #endif +#ifndef __STDC_UTF_16__ #define __STDC_UTF_16__ 1 +#endif + +#ifndef __STDC_UTF_32__ #define __STDC_UTF_32__ 1 +#endif #ifdef __cplusplus extern "C" { diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/wchar.h mingw-w64-6.0.0/mingw-w64-headers/crt/wchar.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/wchar.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/wchar.h 2018-09-14 14:16:43.000000000 +0000 @@ -52,6 +52,7 @@ #define _FILE_DEFINED #endif +_CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index); #ifndef _STDIO_DEFINED #ifdef _WIN64 _CRTIMP FILE *__cdecl __iob_func(void); @@ -70,9 +71,9 @@ #endif #ifndef _STDSTREAM_DEFINED -#define stdin (&__iob_func()[0]) -#define stdout (&__iob_func()[1]) -#define stderr (&__iob_func()[2]) +#define stdin (__acrt_iob_func(0)) +#define stdout (__acrt_iob_func(1)) +#define stderr (__acrt_iob_func(2)) #define _STDSTREAM_DEFINED #endif @@ -123,8 +124,8 @@ #define _wfinddata_t _wfinddata32_t #define _wfinddatai64_t _wfinddata32i64_t -#define _wfindfirst32 _wfindfirst -#define _wfindnext32 _wfindnext +#define _wfindfirst _wfindfirst32 +#define _wfindnext _wfindnext32 #define _wfindfirst32i64 _wfindfirsti64 #define _wfindnext32i64 _wfindnexti64 #else @@ -167,20 +168,28 @@ #ifdef _MSVCRT_ #define __pctype_func() (_pctype) #else +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP unsigned short* __pctype_func(void); +#else #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif +#endif #ifndef _pctype #ifdef _MSVCRT_ extern unsigned short *_pctype; #else +#if __MSVCRT_VERSION__ >= 0x1400 +#define _pctype (__pctype_func()) +#else extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype); #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif #endif #endif +#endif #ifndef _CRT_WCTYPEDATA_DEFINED #define _CRT_WCTYPEDATA_DEFINED @@ -225,6 +234,28 @@ #define _LEADBYTE 0x8000 #define _ALPHA (0x0100|_UPPER|_LOWER) +#if !defined(_UCRTBASE_STDIO_DEFINED) && __MSVCRT_VERSION__ >= 0x1400 +#define _UCRTBASE_STDIO_DEFINED + +#define UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION (0x0001) +#define UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR (0x0002) +#define UCRTBASE_PRINTF_LEGACY_WIDE_SPECIFIERS (0x0004) +#define UCRTBASE_PRINTF_LEGACY_MSVCRT_COMPATIBILITY (0x0008) +#define UCRTBASE_PRINTF_LEGACY_THREE_DIGIT_EXPONENTS (0x0010) + +#define UCRTBASE_SCANF_SECURECRT (0x0001) +#define UCRTBASE_SCANF_LEGACY_WIDE_SPECIFIERS (0x0002) +#define UCRTBASE_SCANF_LEGACY_MSVCRT_COMPATIBILITY (0x0004) + +// Default wide printfs and scanfs to the standard mode +#ifndef UCRTBASE_PRINTF_DEFAULT_WIDE +#define UCRTBASE_PRINTF_DEFAULT_WIDE 0 +#endif +#ifndef UCRTBASE_SCANF_DEFAULT_WIDE +#define UCRTBASE_SCANF_DEFAULT_WIDE 0 +#endif +#endif + #ifndef _WCTYPE_DEFINED #define _WCTYPE_DEFINED @@ -466,9 +497,20 @@ /* __attribute__((__format__ (gnu_wprintf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2) int __cdecl __mingw_vswprintf(wchar_t * __restrict__ , const wchar_t * __restrict__ ,va_list); +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vswprintf(unsigned __int64 options, wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfwprintf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vswscanf(unsigned __int64 options, const wchar_t *input, size_t length, const wchar_t *format, _locale_t locale, va_list valist); + int __cdecl __stdio_common_vfwscanf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist); +#endif + #undef __mingw_ovr #if defined (__GNUC__) #define __mingw_ovr static __attribute__ ((__unused__)) __inline__ __cdecl +#ifdef __mingw_static_ovr +#undef __mingw_static_ovr +#define __mingw_static_ovr __mingw_ovr +#endif #elif defined(__cplusplus) #define __mingw_ovr inline __cdecl #else @@ -484,7 +526,7 @@ /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int swscanf(const wchar_t *__source, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vswscanf( __source, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -495,9 +537,9 @@ /* __attribute__((__format__ (gnu_wscanf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) int wscanf(const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vwscanf( __format, __local_argv ); + __retval = __mingw_vfwscanf( stdin, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -506,7 +548,7 @@ /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int fwscanf(FILE *__stream, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfwscanf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -525,7 +567,7 @@ /* __attribute__((__format__ (gnu_wscanf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1) int vwscanf(const wchar_t *__format, __builtin_va_list __local_argv) { - return __mingw_vwscanf( __format, __local_argv ); + return __mingw_vfwscanf( stdin, __format, __local_argv ); } __mingw_ovr @@ -542,7 +584,7 @@ /* __attribute__((__format__ (gnu_wprintf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) int fwprintf (FILE *__stream, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vfwprintf( __stream, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -553,9 +595,9 @@ /* __attribute__((__format__ (gnu_wprintf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) int wprintf (const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); - __retval = __mingw_vwprintf( __format, __local_argv ); + __retval = __mingw_vfwprintf( stdout, __format, __local_argv ); __builtin_va_end( __local_argv ); return __retval; } @@ -571,7 +613,7 @@ /* __attribute__((__format__ (gnu_wprintf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1) int vwprintf (const wchar_t *__format, __builtin_va_list __local_argv) { - return __mingw_vwprintf( __format, __local_argv ); + return __mingw_vfwprintf( stdout, __format, __local_argv ); } /*#ifndef __NO_ISOCEXT */ /* externs in libmingwex.a */ @@ -579,7 +621,7 @@ /* __attribute__((__format__ (gnu_wprintf, 3, 4))) */ __MINGW_ATTRIB_NONNULL(3) int snwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, ...) { - register int __retval; + int __retval; __builtin_va_list __local_argv; __builtin_va_start( __local_argv, __format ); __retval = __mingw_vsnwprintf( __stream, __n, __format, __local_argv ); __builtin_va_end( __local_argv ); @@ -595,6 +637,89 @@ /* #endif */ /* __NO_ISOCEXT */ #else /* !__USE_MINGW_ANSI_STDIO */ +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Src, (size_t)-1, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, stdin, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + __MINGW_ATTRIB_NONNULL(2) + int vfwscanf (FILE *__stream, const wchar_t *__format, va_list __local_argv) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, __stream, __format, NULL, __local_argv); + } + + __mingw_ovr + __MINGW_ATTRIB_NONNULL(2) + int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, __source, (size_t)-1, __format, NULL, __local_argv); + } + __mingw_ovr + __MINGW_ATTRIB_NONNULL(1) + int vwscanf(const wchar_t *__format, va_list __local_argv) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, stdin, __format, NULL, __local_argv); + } + + __mingw_static_ovr + int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl wprintf(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, stdout, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, NULL, _ArgList); + } + __mingw_ovr + int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList) + { + return __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, stdout, _Format, NULL, _ArgList); + } +#else + int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -629,6 +754,7 @@ int __cdecl wprintf(const wchar_t * __restrict__ _Format,...); int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList); int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ #endif /* __USE_MINGW_ANSI_STDIO */ @@ -655,6 +781,53 @@ int __cdecl fputws(const wchar_t * __restrict__ _Str,FILE * __restrict__ _File); _CRTIMP wchar_t *__cdecl _getws(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _putws(const wchar_t *_Str); + +#if __MSVCRT_VERSION__ >= 0x1400 + __mingw_ovr + int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_static_ovr + int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, _Format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, _Args); + } + +#if !defined (__USE_MINGW_ANSI_STDIO) || __USE_MINGW_ANSI_STDIO == 0 + __mingw_ovr + int snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...) + { + __builtin_va_list ap; + int ret; + __builtin_va_start(ap, format); + ret = __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, s, n, format, NULL, ap); + __builtin_va_end(ap); + return ret; + } + __mingw_ovr + int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, s, n, format, NULL, arg); + } +#endif + +#else _CRTIMP int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _swprintf_l(wchar_t * __restrict__ ,size_t _SizeInWords,const wchar_t * __restrict__ _Format,_locale_t _Locale,... ) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _swprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,...); @@ -690,8 +863,285 @@ #pragma pop_macro ("snwprintf") #endif -#endif +#endif /* __MSVCRT_VERSION__ >= 0x1400 */ + +#endif /* _WSTDIO_DEFINED */ + +#if __MSVCRT_VERSION__ >= 0x1400 + int __cdecl __stdio_common_vswprintf_p(unsigned __int64 _Options, wchar_t *_Str, size_t _Len, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + int __cdecl __stdio_common_vfwprintf_p(unsigned __int64 _Options, FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList); + + __mingw_ovr int __cdecl _vfwscanf_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fwscanf_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wscanf_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwscanf_l(stdin, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwscanf_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Src, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _snwscanf_l(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwscanf_l(_Src, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _snwscanf(const wchar_t *_Src, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vsnwscanf_l(_Src, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswscanf_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswscanf(UCRTBASE_SCANF_DEFAULT_WIDE, _Src, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _swscanf_l(const wchar_t *_Src, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswscanf_l(_Src, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfwprintf_p_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwprintf_p(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vwprintf_p_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfwprintf_p_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vfwprintf_p(FILE *_File, const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_p_l(_File, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _vwprintf_p(const wchar_t *_Format, va_list _ArgList) + { + return _vfwprintf_p_l(stdout, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _fwprintf_p_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_p_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wprintf_p_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_p_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _fwprintf_p(FILE *_File, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_p_l(_File, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wprintf_p(const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vfwprintf_p_l(stdout, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vfwprintf_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vfwprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _File, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vwprintf_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vfwprintf_l(stdout, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _fwprintf_l(FILE *_File, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_l(_File, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _wprintf_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vfwprintf_l(stdout, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswprintf_p_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf_p(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vswprintf_p(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, va_list _ArgList) + { + return _vswprintf_p_l(_DstBuf, _MaxCount, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _swprintf_p_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswprintf_p_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _swprintf_p(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswprintf_p_l(_DstBuf, _MaxCount, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vsnwprintf_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _snwprintf_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vsnwprintf_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vscwprintf_p_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf_p(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vscwprintf_p(const wchar_t *_Format, va_list _ArgList) + { + return _vscwprintf_p_l(_Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _scwprintf_p_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vscwprintf_p_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _scwprintf_p(const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vscwprintf_p_l(_Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vscwprintf_l(const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE | UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR, NULL, 0, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vscwprintf(const wchar_t *_Format, va_list _ArgList) + { + return _vscwprintf_l(_Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _scwprintf_l(const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vscwprintf_l(_Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + + __mingw_ovr int __cdecl _vswprintf_c_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return __stdio_common_vswprintf(UCRTBASE_PRINTF_DEFAULT_WIDE, _DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl __vswprintf_l(wchar_t *_DstBuf, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vswprintf_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, va_list _ArgList) + { + return _vswprintf_c_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + } + __mingw_ovr int __cdecl _vswprintf(wchar_t *_DstBuf, const wchar_t *_Format, va_list _ArgList) + { + return _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, NULL, _ArgList); + } + __mingw_ovr int __cdecl _swprintf_c_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswprintf_c_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl __swprintf_l(wchar_t *_DstBuf, const wchar_t *_Format, _locale_t _Locale, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Locale); + _Ret = _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, _Locale, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } + __mingw_ovr int __cdecl _swprintf(wchar_t *_DstBuf, const wchar_t *_Format, ...) + { + __builtin_va_list _ArgList; + int _Ret; + __builtin_va_start(_ArgList, _Format); + _Ret = _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, NULL, _ArgList); + __builtin_va_end(_ArgList); + return _Ret; + } +#else /* __MSVCRT_VERSION__ >= 0x1400 */ _CRTIMP int __cdecl _fwprintf_p(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _wprintf_p(const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _vfwprintf_p(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList); @@ -722,6 +1172,7 @@ _CRTIMP int __cdecl __swprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl _vswprintf_l(wchar_t * __restrict__ _Dest,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP int __cdecl __vswprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; +#endif /* __MSVCRT_VERSION__ < 0x1400 */ #ifndef RC_INVOKED #include @@ -735,6 +1186,7 @@ #endif _CRTIMP wchar_t *__cdecl _wtempnam(const wchar_t *_Directory,const wchar_t *_FilePrefix); +#if __MSVCRT_VERSION__ < 0x1400 _CRTIMP int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); _CRTIMP int __cdecl _vscwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); _CRTIMP int __cdecl _fwscanf_l(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; @@ -742,6 +1194,7 @@ _CRTIMP int __cdecl _snwscanf(const wchar_t * __restrict__ _Src,size_t _MaxCount,const wchar_t * __restrict__ _Format,...); _CRTIMP int __cdecl _snwscanf_l(const wchar_t * __restrict__ _Src,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,...); _CRTIMP int __cdecl _wscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; +#endif /* __MSVCRT_VERSION__ < 0x1400 */ _CRTIMP FILE *__cdecl _wfdopen(int _FileHandle ,const wchar_t *_Mode); _CRTIMP FILE *__cdecl _wfopen(const wchar_t * __restrict__ _Filename,const wchar_t * __restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; _CRTIMP FILE *__cdecl _wfreopen(const wchar_t * __restrict__ _Filename,const wchar_t * __restrict__ _Mode,FILE * __restrict__ _OldFile) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/wctype.h mingw-w64-6.0.0/mingw-w64-headers/crt/wctype.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/wctype.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/wctype.h 2018-09-14 14:16:43.000000000 +0000 @@ -48,18 +48,26 @@ #ifdef _MSVCRT_ #define __pctype_func() (_pctype) #else +#if __MSVCRT_VERSION__ >= 0x1400 + _CRTIMP unsigned short* __pctype_func(void); +#else #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif +#endif #ifndef _pctype #ifdef _MSVCRT_ extern unsigned short *_pctype; #else +#if __MSVCRT_VERSION__ >= 0x1400 +#define _pctype (__pctype_func()) +#else extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype); #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) #endif #endif +#endif #endif #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/crt/yvals.h mingw-w64-6.0.0/mingw-w64-headers/crt/yvals.h --- mingw-w64-5.0.4/mingw-w64-headers/crt/yvals.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/crt/yvals.h 2018-09-14 14:16:43.000000000 +0000 @@ -163,9 +163,12 @@ #define _Restrict __restrict__ #ifdef __cplusplus +#pragma push_macro("_Bool") +#undef _Bool _STD_BEGIN typedef bool _Bool; _STD_END +#pragma pop_macro("_Bool") #endif #define _LONGLONG /* __MINGW_EXTENSION */ __int64 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/ntifs.h mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/ntifs.h --- mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/ntifs.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/ntifs.h 2018-09-14 14:16:43.000000000 +0000 @@ -94,7 +94,8 @@ SidTypeInvalid, SidTypeUnknown, SidTypeComputer, - SidTypeLabel + SidTypeLabel, + SidTypeLogonSession } SID_NAME_USE, *PSID_NAME_USE; typedef struct _SID_AND_ATTRIBUTES { diff -Nru mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/scsi.h mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/scsi.h --- mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/scsi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/scsi.h 2018-09-14 14:16:43.000000000 +0000 @@ -746,7 +746,7 @@ UCHAR Flag:1; UCHAR Reserved:4; UCHAR VendorUnique:2; - } CDB6GENERIC, *PCDB6GENERIC; + } CDB6GENERIC; struct _CDB6READWRITE { UCHAR OperationCode; UCHAR LogicalBlockMsb1:5; @@ -755,7 +755,7 @@ UCHAR LogicalBlockLsb; UCHAR TransferBlocks; UCHAR Control; - } CDB6READWRITE, *PCDB6READWRITE; + } CDB6READWRITE; struct _CDB6INQUIRY { UCHAR OperationCode; UCHAR Reserved1:5; @@ -764,7 +764,7 @@ UCHAR IReserved; UCHAR AllocationLength; UCHAR Control; - } CDB6INQUIRY, *PCDB6INQUIRY; + } CDB6INQUIRY; struct _CDB6INQUIRY3 { UCHAR OperationCode; UCHAR EnableVitalProductData:1; @@ -774,7 +774,7 @@ UCHAR Reserved2; UCHAR AllocationLength; UCHAR Control; - } CDB6INQUIRY3, *PCDB6INQUIRY3; + } CDB6INQUIRY3; struct _CDB6VERIFY { UCHAR OperationCode; UCHAR Fixed:1; @@ -784,7 +784,7 @@ UCHAR LogicalUnitNumber:3; UCHAR VerificationLength[3]; UCHAR Control; - } CDB6VERIFY, *PCDB6VERIFY; + } CDB6VERIFY; struct _CDB6FORMAT { UCHAR OperationCode; UCHAR FormatControl:5; @@ -793,7 +793,7 @@ UCHAR InterleaveMsb; UCHAR InterleaveLsb; UCHAR FReserved2; - } CDB6FORMAT, *PCDB6FORMAT; + } CDB6FORMAT; struct _CDB10 { UCHAR OperationCode; UCHAR RelativeAddress:1; @@ -809,7 +809,7 @@ UCHAR TransferBlocksMsb; UCHAR TransferBlocksLsb; UCHAR Control; - } CDB10, *PCDB10; + } CDB10; struct _CDB12 { UCHAR OperationCode; UCHAR RelativeAddress:1; @@ -821,7 +821,7 @@ UCHAR TransferLength[4]; UCHAR Reserved2; UCHAR Control; - } CDB12, *PCDB12; + } CDB12; struct _CDB16 { UCHAR OperationCode; UCHAR Reserved1:3; @@ -832,7 +832,7 @@ UCHAR TransferLength[4]; UCHAR Reserved2; UCHAR Control; - } CDB16, *PCDB16; + } CDB16; struct _PAUSE_RESUME { UCHAR OperationCode; UCHAR Reserved1:5; @@ -840,7 +840,7 @@ UCHAR Reserved2[6]; UCHAR Action; UCHAR Control; - } PAUSE_RESUME, *PPAUSE_RESUME; + } PAUSE_RESUME; struct _READ_TOC { UCHAR OperationCode; UCHAR Reserved0:1; @@ -854,7 +854,7 @@ UCHAR AllocationLength[2]; UCHAR Control:6; UCHAR Format:2; - } READ_TOC, *PREAD_TOC; + } READ_TOC; struct _READ_DISK_INFORMATION { UCHAR OperationCode; UCHAR Reserved1:5; @@ -862,7 +862,7 @@ UCHAR Reserved2[5]; UCHAR AllocationLength[2]; UCHAR Control; - } READ_DISK_INFORMATION, *PREAD_DISK_INFORMATION; + } READ_DISK_INFORMATION; struct _READ_TRACK_INFORMATION { UCHAR OperationCode; UCHAR Track:1; @@ -873,13 +873,13 @@ UCHAR Reserved3; UCHAR AllocationLength[2]; UCHAR Control; - } READ_TRACK_INFORMATION, *PREAD_TRACK_INFORMATION; + } READ_TRACK_INFORMATION; struct _RESERVE_TRACK_RZONE { UCHAR OperationCode; UCHAR Reserved1[4]; UCHAR ReservationSize[4]; UCHAR Control; - } RESERVE_TRACK_RZONE, *PRESERVE_TRACK_RZONE; + } RESERVE_TRACK_RZONE; struct _SEND_OPC_INFORMATION { UCHAR OperationCode; UCHAR DoOpc:1; @@ -890,7 +890,7 @@ UCHAR Reserved3[4]; UCHAR ParameterListLength[2]; UCHAR Reserved4; - } SEND_OPC_INFORMATION, *PSEND_OPC_INFORMATION; + } SEND_OPC_INFORMATION; struct _REPAIR_TRACK { UCHAR OperationCode; UCHAR Immediate:1; @@ -899,7 +899,7 @@ UCHAR TrackNumber[2]; UCHAR Reserved3[3]; UCHAR Control; - } REPAIR_TRACK, *PREPAIR_TRACK; + } REPAIR_TRACK; struct _CLOSE_TRACK { UCHAR OperationCode; UCHAR Immediate:1; @@ -911,7 +911,7 @@ UCHAR TrackNumber[2]; UCHAR Reserved4[3]; UCHAR Control; - } CLOSE_TRACK, *PCLOSE_TRACK; + } CLOSE_TRACK; struct _READ_BUFFER_CAPACITY { UCHAR OperationCode; UCHAR BlockInfo:1; @@ -919,13 +919,13 @@ UCHAR Reserved2[5]; UCHAR AllocationLength[2]; UCHAR Control; - } READ_BUFFER_CAPACITY, *PREAD_BUFFER_CAPACITY; + } READ_BUFFER_CAPACITY; struct _SEND_CUE_SHEET { UCHAR OperationCode; UCHAR Reserved[5]; UCHAR CueSheetSize[3]; UCHAR Control; - } SEND_CUE_SHEET, *PSEND_CUE_SHEET; + } SEND_CUE_SHEET; struct _READ_HEADER { UCHAR OperationCode; UCHAR Reserved1:1; @@ -936,7 +936,7 @@ UCHAR Reserved3; UCHAR AllocationLength[2]; UCHAR Control; - } READ_HEADER, *PREAD_HEADER; + } READ_HEADER; struct _PLAY_AUDIO { UCHAR OperationCode; UCHAR Reserved1:5; @@ -945,7 +945,7 @@ UCHAR Reserved2; UCHAR PlayLength[2]; UCHAR Control; - } PLAY_AUDIO, *PPLAY_AUDIO; + } PLAY_AUDIO; struct _PLAY_AUDIO_MSF { UCHAR OperationCode; UCHAR Reserved1:5; @@ -958,7 +958,7 @@ UCHAR EndingS; UCHAR EndingF; UCHAR Control; - } PLAY_AUDIO_MSF, *PPLAY_AUDIO_MSF; + } PLAY_AUDIO_MSF; struct _BLANK_MEDIA { UCHAR OperationCode; UCHAR BlankType:3; @@ -968,28 +968,30 @@ UCHAR AddressOrTrack[4]; UCHAR Reserved3[5]; UCHAR Control; - } BLANK_MEDIA, *PBLANK_MEDIA; + } BLANK_MEDIA; struct _PLAY_CD { UCHAR OperationCode; UCHAR Reserved1:1; UCHAR CMSF:1; UCHAR ExpectedSectorType:3; UCHAR Lun:3; + struct _LBA { + UCHAR StartingBlockAddress[4]; + UCHAR PlayLength[4]; + }; + struct _MSF { + UCHAR Reserved1; + UCHAR StartingM; + UCHAR StartingS; + UCHAR StartingF; + UCHAR EndingM; + UCHAR EndingS; + UCHAR EndingF; + UCHAR Reserved2; + }; _ANONYMOUS_UNION union { - struct _LBA { - UCHAR StartingBlockAddress[4]; - UCHAR PlayLength[4]; - } LBA; - struct _MSF { - UCHAR Reserved1; - UCHAR StartingM; - UCHAR StartingS; - UCHAR StartingF; - UCHAR EndingM; - UCHAR EndingS; - UCHAR EndingF; - UCHAR Reserved2; - } MSF; + struct _LBA LBA; + struct _MSF MSF; } DUMMYUNIONNAME; UCHAR Audio:1; UCHAR Composite:1; @@ -998,7 +1000,7 @@ UCHAR Reserved2:3; UCHAR Speed:1; UCHAR Control; - } PLAY_CD, *PPLAY_CD; + } PLAY_CD; struct _SCAN_CD { UCHAR OperationCode; UCHAR RelativeAddress:1; @@ -1011,14 +1013,14 @@ UCHAR Type:2; UCHAR Reserved4; UCHAR Control; - } SCAN_CD, *PSCAN_CD; + } SCAN_CD; struct _STOP_PLAY_SCAN { UCHAR OperationCode; UCHAR Reserved1:5; UCHAR Lun:3; UCHAR Reserved2[7]; UCHAR Control; - } STOP_PLAY_SCAN, *PSTOP_PLAY_SCAN; + } STOP_PLAY_SCAN; struct _SUBCHANNEL { UCHAR OperationCode; UCHAR Reserved0:1; @@ -1033,7 +1035,7 @@ UCHAR TrackNumber; UCHAR AllocationLength[2]; UCHAR Control; - } SUBCHANNEL, *PSUBCHANNEL; + } SUBCHANNEL; struct _READ_CD { UCHAR OperationCode; UCHAR RelativeAddress:1; @@ -1051,7 +1053,7 @@ UCHAR SubChannelSelection:3; UCHAR Reserved3:5; UCHAR Control; - } READ_CD, *PREAD_CD; + } READ_CD; struct _READ_CD_MSF { UCHAR OperationCode; UCHAR RelativeAddress:1; @@ -1075,7 +1077,7 @@ UCHAR SubChannelSelection:3; UCHAR Reserved5:5; UCHAR Control; - } READ_CD_MSF, *PREAD_CD_MSF; + } READ_CD_MSF; struct _PLXTR_READ_CDDA { UCHAR OperationCode; UCHAR Reserved0:5; @@ -1090,7 +1092,7 @@ UCHAR TransferBlockByte3; UCHAR SubCode; UCHAR Control; - } PLXTR_READ_CDDA, *PPLXTR_READ_CDDA; + } PLXTR_READ_CDDA; struct _NEC_READ_CDDA { UCHAR OperationCode; UCHAR Reserved0; @@ -1102,7 +1104,7 @@ UCHAR TransferBlockByte0; UCHAR TransferBlockByte1; UCHAR Control; - } NEC_READ_CDDA, *PNEC_READ_CDDA; + } NEC_READ_CDDA; struct _MODE_SENSE { UCHAR OperationCode; UCHAR Reserved1:3; @@ -1114,7 +1116,7 @@ UCHAR Reserved3; UCHAR AllocationLength; UCHAR Control; - } MODE_SENSE, *PMODE_SENSE; + } MODE_SENSE; struct _MODE_SENSE10 { UCHAR OperationCode; UCHAR Reserved1:3; @@ -1126,7 +1128,7 @@ UCHAR Reserved3[4]; UCHAR AllocationLength[2]; UCHAR Control; - } MODE_SENSE10, *PMODE_SENSE10; + } MODE_SENSE10; struct _MODE_SELECT { UCHAR OperationCode; UCHAR SPBit:1; @@ -1136,7 +1138,7 @@ UCHAR Reserved2[2]; UCHAR ParameterListLength; UCHAR Control; - } MODE_SELECT, *PMODE_SELECT; + } MODE_SELECT; struct _MODE_SELECT10 { UCHAR OperationCode; UCHAR SPBit:1; @@ -1146,7 +1148,7 @@ UCHAR Reserved2[5]; UCHAR ParameterListLength[2]; UCHAR Control; - } MODE_SELECT10, *PMODE_SELECT10; + } MODE_SELECT10; struct _LOCATE { UCHAR OperationCode; UCHAR Immediate:1; @@ -1159,7 +1161,7 @@ UCHAR Reserved4; UCHAR Partition; UCHAR Control; - } LOCATE, *PLOCATE; + } LOCATE; struct _LOGSENSE { UCHAR OperationCode; UCHAR SPBit:1; @@ -1173,7 +1175,7 @@ UCHAR ParameterPointer[2]; UCHAR AllocationLength[2]; UCHAR Control; - } LOGSENSE, *PLOGSENSE; + } LOGSENSE; struct _LOGSELECT { UCHAR OperationCode; UCHAR SPBit:1; @@ -1185,14 +1187,14 @@ UCHAR Reserved2[4]; UCHAR ParameterListLength[2]; UCHAR Control; - } LOGSELECT, *PLOGSELECT; + } LOGSELECT; struct _PRINT { UCHAR OperationCode; UCHAR Reserved:5; UCHAR LogicalUnitNumber:3; UCHAR TransferLength[3]; UCHAR Control; - } PRINT, *PPRINT; + } PRINT; struct _SEEK { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1200,7 +1202,7 @@ UCHAR LogicalBlockAddress[4]; UCHAR Reserved2[3]; UCHAR Control; - } SEEK, *PSEEK; + } SEEK; struct _ERASE { UCHAR OperationCode; UCHAR Long:1; @@ -1209,7 +1211,7 @@ UCHAR LogicalUnitNumber:3; UCHAR Reserved2[3]; UCHAR Control; - } ERASE, *PERASE; + } ERASE; struct _START_STOP { UCHAR OperationCode; UCHAR Immediate:1; @@ -1220,7 +1222,7 @@ UCHAR LoadEject:1; UCHAR Reserved3:6; UCHAR Control; - } START_STOP, *PSTART_STOP; + } START_STOP; struct _MEDIA_REMOVAL { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1230,7 +1232,7 @@ UCHAR Persistant:1; UCHAR Reserved3:6; UCHAR Control; - } MEDIA_REMOVAL, *PMEDIA_REMOVAL; + } MEDIA_REMOVAL; struct _SEEK_BLOCK { UCHAR OperationCode; UCHAR Immediate:1; @@ -1240,7 +1242,7 @@ UCHAR Flag:1; UCHAR Reserved2:4; UCHAR VendorUnique:2; - } SEEK_BLOCK, *PSEEK_BLOCK; + } SEEK_BLOCK; struct _REQUEST_BLOCK_ADDRESS { UCHAR OperationCode; UCHAR Reserved1[3]; @@ -1249,7 +1251,7 @@ UCHAR Flag:1; UCHAR Reserved2:4; UCHAR VendorUnique:2; - } REQUEST_BLOCK_ADDRESS, *PREQUEST_BLOCK_ADDRESS; + } REQUEST_BLOCK_ADDRESS; struct _PARTITION { UCHAR OperationCode; UCHAR Immediate:1; @@ -1257,7 +1259,7 @@ UCHAR PartitionSelect:6; UCHAR Reserved1[3]; UCHAR Control; - } PARTITION, *PPARTITION; + } PARTITION; struct _WRITE_TAPE_MARKS { UCHAR OperationCode; UCHAR Immediate:1; @@ -1266,7 +1268,7 @@ UCHAR LogicalUnitNumber:3; UCHAR TransferLength[3]; UCHAR Control; - } WRITE_TAPE_MARKS, *PWRITE_TAPE_MARKS; + } WRITE_TAPE_MARKS; struct _SPACE_TAPE_MARKS { UCHAR OperationCode; UCHAR Code:3; @@ -1284,7 +1286,7 @@ UCHAR VendorUnique:2; } Fields; } Byte6; - } SPACE_TAPE_MARKS, *PSPACE_TAPE_MARKS; + } SPACE_TAPE_MARKS; struct _READ_POSITION { UCHAR Operation; UCHAR BlockType:1; @@ -1292,7 +1294,7 @@ UCHAR Lun:3; UCHAR Reserved2[7]; UCHAR Control; - } READ_POSITION, *PREAD_POSITION; + } READ_POSITION; struct _CDB6READWRITETAPE { UCHAR OperationCode; UCHAR VendorSpecific:5; @@ -1304,7 +1306,7 @@ UCHAR Flag:1; UCHAR Reserved1:4; UCHAR VendorUnique:2; - } CDB6READWRITETAPE, *PCDB6READWRITETAPE; + } CDB6READWRITETAPE; struct _INIT_ELEMENT_STATUS { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1312,7 +1314,7 @@ UCHAR Reserved2[3]; UCHAR Reserved3:7; UCHAR NoBarCode:1; - } INIT_ELEMENT_STATUS, *PINIT_ELEMENT_STATUS; + } INIT_ELEMENT_STATUS; struct _INITIALIZE_ELEMENT_RANGE { UCHAR OperationCode; UCHAR Range:1; @@ -1324,7 +1326,7 @@ UCHAR Reserved3; UCHAR Reserved4:7; UCHAR NoBarCode:1; - } INITIALIZE_ELEMENT_RANGE, *PINITIALIZE_ELEMENT_RANGE; + } INITIALIZE_ELEMENT_RANGE; struct _POSITION_TO_ELEMENT { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1335,7 +1337,7 @@ UCHAR Flip:1; UCHAR Reserved3:7; UCHAR Control; - } POSITION_TO_ELEMENT, *PPOSITION_TO_ELEMENT; + } POSITION_TO_ELEMENT; struct _MOVE_MEDIUM { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1347,7 +1349,7 @@ UCHAR Flip:1; UCHAR Reserved3:7; UCHAR Control; - } MOVE_MEDIUM, *PMOVE_MEDIUM; + } MOVE_MEDIUM; struct _EXCHANGE_MEDIUM { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1360,7 +1362,7 @@ UCHAR Flip2:1; UCHAR Reserved3:6; UCHAR Control; - } EXCHANGE_MEDIUM, *PEXCHANGE_MEDIUM; + } EXCHANGE_MEDIUM; struct _READ_ELEMENT_STATUS { UCHAR OperationCode; UCHAR ElementType:4; @@ -1372,7 +1374,7 @@ UCHAR AllocationLength[3]; UCHAR Reserved2; UCHAR Control; - } READ_ELEMENT_STATUS, *PREAD_ELEMENT_STATUS; + } READ_ELEMENT_STATUS; struct _SEND_VOLUME_TAG { UCHAR OperationCode; UCHAR ElementType:4; @@ -1386,7 +1388,7 @@ UCHAR ParameterListLength[2]; UCHAR Reserved5; UCHAR Control; - } SEND_VOLUME_TAG, *PSEND_VOLUME_TAG; + } SEND_VOLUME_TAG; struct _REQUEST_VOLUME_ELEMENT_ADDRESS { UCHAR OperationCode; UCHAR ElementType:4; @@ -1398,7 +1400,7 @@ UCHAR AllocationLength[3]; UCHAR Reserved2; UCHAR Control; - } REQUEST_VOLUME_ELEMENT_ADDRESS, *PREQUEST_VOLUME_ELEMENT_ADDRESS; + } REQUEST_VOLUME_ELEMENT_ADDRESS; struct _LOAD_UNLOAD { UCHAR OperationCode; UCHAR Immediate:1; @@ -1411,7 +1413,7 @@ UCHAR Reserved4[3]; UCHAR Slot; UCHAR Reserved5[3]; - } LOAD_UNLOAD, *PLOAD_UNLOAD; + } LOAD_UNLOAD; struct _MECH_STATUS { UCHAR OperationCode; UCHAR Reserved:5; @@ -1420,7 +1422,7 @@ UCHAR AllocationLength[2]; UCHAR Reserved2[1]; UCHAR Control; - } MECH_STATUS, *PMECH_STATUS; + } MECH_STATUS; struct _SYNCHRONIZE_CACHE10 { UCHAR OperationCode; UCHAR RelAddr:1; @@ -1431,7 +1433,7 @@ UCHAR Reserved2; UCHAR BlockCount[2]; UCHAR Control; - } SYNCHRONIZE_CACHE10, *PSYNCHRONIZE_CACHE10; + } SYNCHRONIZE_CACHE10; struct _GET_EVENT_STATUS_NOTIFICATION { UCHAR OperationCode; UCHAR Immediate:1; @@ -1442,7 +1444,7 @@ UCHAR Reserved3[2]; UCHAR EventListLength[2]; UCHAR Control; - } GET_EVENT_STATUS_NOTIFICATION, *PGET_EVENT_STATUS_NOTIFICATION; + } GET_EVENT_STATUS_NOTIFICATION; struct _GET_PERFORMANCE { UCHAR OperationCode; UCHAR Except:2; @@ -1466,7 +1468,7 @@ UCHAR Reserved3:6; UCHAR AGID:2; UCHAR Control; - } READ_DVD_STRUCTURE, *PREAD_DVD_STRUCTURE; + } READ_DVD_STRUCTURE; struct _SET_STREAMING { UCHAR OperationCode; UCHAR Reserved[8]; @@ -1482,7 +1484,7 @@ UCHAR ParameterListLength[2]; UCHAR Reserved3; UCHAR Control; - } SEND_DVD_STRUCTURE, *PSEND_DVD_STRUCTURE; + } SEND_DVD_STRUCTURE; struct _SEND_KEY { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1492,7 +1494,7 @@ UCHAR KeyFormat:6; UCHAR AGID:2; UCHAR Control; - } SEND_KEY, *PSEND_KEY; + } SEND_KEY; struct _REPORT_KEY { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1503,7 +1505,7 @@ UCHAR KeyFormat:6; UCHAR AGID:2; UCHAR Control; - } REPORT_KEY, *PREPORT_KEY; + } REPORT_KEY; struct _SET_READ_AHEAD { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1512,7 +1514,7 @@ UCHAR ReadAheadLBA[4]; UCHAR Reserved2; UCHAR Control; - } SET_READ_AHEAD, *PSET_READ_AHEAD; + } SET_READ_AHEAD; struct _READ_FORMATTED_CAPACITIES { UCHAR OperationCode; UCHAR Reserved1:5; @@ -1520,14 +1522,14 @@ UCHAR Reserved2[5]; UCHAR AllocationLength[2]; UCHAR Control; - } READ_FORMATTED_CAPACITIES, *PREAD_FORMATTED_CAPACITIES; + } READ_FORMATTED_CAPACITIES; struct _REPORT_LUNS { UCHAR OperationCode; UCHAR Reserved1[5]; UCHAR AllocationLength[4]; UCHAR Reserved2[1]; UCHAR Control; - } REPORT_LUNS, *PREPORT_LUNS; + } REPORT_LUNS; struct _PERSISTENT_RESERVE_IN { UCHAR OperationCode; UCHAR ServiceAction:5; @@ -1535,7 +1537,7 @@ UCHAR Reserved2[5]; UCHAR AllocationLength[2]; UCHAR Control; - } PERSISTENT_RESERVE_IN, *PPERSISTENT_RESERVE_IN; + } PERSISTENT_RESERVE_IN; struct _PERSISTENT_RESERVE_OUT { UCHAR OperationCode; UCHAR ServiceAction:5; @@ -1545,7 +1547,7 @@ UCHAR Reserved2[4]; UCHAR ParameterListLength[2]; UCHAR Control; - } PERSISTENT_RESERVE_OUT, *PPERSISTENT_RESERVE_OUT; + } PERSISTENT_RESERVE_OUT; struct _GET_CONFIGURATION { UCHAR OperationCode; UCHAR RequestType:1; @@ -1554,7 +1556,7 @@ UCHAR Reserved2[3]; UCHAR AllocationLength[2]; UCHAR Control; - } GET_CONFIGURATION, *PGET_CONFIGURATION; + } GET_CONFIGURATION; struct _SET_CD_SPEED { UCHAR OperationCode; _ANONYMOUS_UNION union { @@ -1568,7 +1570,7 @@ UCHAR WriteSpeed[2]; UCHAR Reserved2[5]; UCHAR Control; - } SET_CD_SPEED, *PSET_CD_SPEED; + } SET_CD_SPEED; struct _READ12 { UCHAR OperationCode; UCHAR RelativeAddress:1; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/wdm.h mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/wdm.h --- mingw-w64-5.0.4/mingw-w64-headers/ddk/include/ddk/wdm.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/ddk/include/ddk/wdm.h 2018-09-14 14:16:43.000000000 +0000 @@ -669,7 +669,7 @@ CACHE_RELATIONSHIP Cache; GROUP_RELATIONSHIP Group; } DUMMYUNIONNAME; -} SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX, *PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX;; +} SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX, *PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; /* Processor features */ #define PF_FLOATING_POINT_PRECISION_ERRATA 0 @@ -3517,7 +3517,7 @@ typedef struct _REG_PRE_CREATE_KEY_INFORMATION { PUNICODE_STRING CompleteName; -} REG_PRE_CREATE_KEY_INFORMATION, REG_PRE_OPEN_KEY_INFORMATION,*PREG_PRE_CREATE_KEY_INFORMATION, *PREG_PRE_OPEN_KEY_INFORMATION;; +} REG_PRE_CREATE_KEY_INFORMATION, REG_PRE_OPEN_KEY_INFORMATION,*PREG_PRE_CREATE_KEY_INFORMATION, *PREG_PRE_OPEN_KEY_INFORMATION; typedef struct _REG_POST_CREATE_KEY_INFORMATION { PUNICODE_STRING CompleteName; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amstream.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amstream.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amstream.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amstream.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/amstream.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/amstream.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,41 +20,65 @@ #ifndef __IDirectShowStream_FWD_DEFINED__ #define __IDirectShowStream_FWD_DEFINED__ typedef interface IDirectShowStream IDirectShowStream; +#ifdef __cplusplus +interface IDirectShowStream; +#endif /* __cplusplus */ #endif #ifndef __IAMMultiMediaStream_FWD_DEFINED__ #define __IAMMultiMediaStream_FWD_DEFINED__ typedef interface IAMMultiMediaStream IAMMultiMediaStream; +#ifdef __cplusplus +interface IAMMultiMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaStream_FWD_DEFINED__ #define __IAMMediaStream_FWD_DEFINED__ typedef interface IAMMediaStream IAMMediaStream; +#ifdef __cplusplus +interface IAMMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IMediaStreamFilter_FWD_DEFINED__ #define __IMediaStreamFilter_FWD_DEFINED__ typedef interface IMediaStreamFilter IMediaStreamFilter; +#ifdef __cplusplus +interface IMediaStreamFilter; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawMediaSampleAllocator_FWD_DEFINED__ #define __IDirectDrawMediaSampleAllocator_FWD_DEFINED__ typedef interface IDirectDrawMediaSampleAllocator IDirectDrawMediaSampleAllocator; +#ifdef __cplusplus +interface IDirectDrawMediaSampleAllocator; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawMediaSample_FWD_DEFINED__ #define __IDirectDrawMediaSample_FWD_DEFINED__ typedef interface IDirectDrawMediaSample IDirectDrawMediaSample; +#ifdef __cplusplus +interface IDirectDrawMediaSample; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaTypeStream_FWD_DEFINED__ #define __IAMMediaTypeStream_FWD_DEFINED__ typedef interface IAMMediaTypeStream IAMMediaTypeStream; +#ifdef __cplusplus +interface IAMMediaTypeStream; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaTypeSample_FWD_DEFINED__ #define __IAMMediaTypeSample_FWD_DEFINED__ typedef interface IAMMediaTypeSample IAMMediaTypeSample; +#ifdef __cplusplus +interface IAMMediaTypeSample; +#endif /* __cplusplus */ #endif #ifndef __AMMultiMediaStream_FWD_DEFINED__ @@ -85,50 +109,69 @@ #ifndef __IDirectDraw_FWD_DEFINED__ #define __IDirectDraw_FWD_DEFINED__ typedef interface IDirectDraw IDirectDraw; +#ifdef __cplusplus +interface IDirectDraw; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawSurface_FWD_DEFINED__ #define __IDirectDrawSurface_FWD_DEFINED__ typedef interface IDirectDrawSurface IDirectDrawSurface; +#ifdef __cplusplus +interface IDirectDrawSurface; +#endif /* __cplusplus */ #endif #endif #ifndef __IAMMultiMediaStream_FWD_DEFINED__ #define __IAMMultiMediaStream_FWD_DEFINED__ typedef interface IAMMultiMediaStream IAMMultiMediaStream; +#ifdef __cplusplus +interface IAMMultiMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaStream_FWD_DEFINED__ #define __IAMMediaStream_FWD_DEFINED__ typedef interface IAMMediaStream IAMMediaStream; +#ifdef __cplusplus +interface IAMMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IMediaStreamFilter_FWD_DEFINED__ #define __IMediaStreamFilter_FWD_DEFINED__ typedef interface IMediaStreamFilter IMediaStreamFilter; +#ifdef __cplusplus +interface IMediaStreamFilter; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaTypeStream_FWD_DEFINED__ #define __IAMMediaTypeStream_FWD_DEFINED__ typedef interface IAMMediaTypeStream IAMMediaTypeStream; +#ifdef __cplusplus +interface IAMMediaTypeStream; +#endif /* __cplusplus */ #endif #ifndef __IAMMediaTypeSample_FWD_DEFINED__ #define __IAMMediaTypeSample_FWD_DEFINED__ typedef interface IAMMediaTypeSample IAMMediaTypeSample; +#ifdef __cplusplus +interface IAMMediaTypeSample; +#endif /* __cplusplus */ #endif enum { AMMSF_NOGRAPHTHREAD = 0x1 }; - enum { AMMSF_ADDDEFAULTRENDERER = 0x1, AMMSF_CREATEPEER = 0x2, AMMSF_STOPIFNOSAMPLES = 0x4, AMMSF_NOSTALL = 0x8 }; - enum { AMMSF_RENDERTYPEMASK = 0x3, AMMSF_RENDERTOEXISTING = 0x0, @@ -137,7 +180,6 @@ AMMSF_NOCLOCK = 0x4, AMMSF_RUN = 0x8 }; - typedef enum __WIDL_amstream_generated_name_0000000C { Disabled = 0, ReadData = 1, @@ -182,29 +224,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectShowStream* This, + IDirectShowStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectShowStream* This); + IDirectShowStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectShowStream* This); + IDirectShowStream *This); /*** IDispatch methods ***/ HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( - IDirectShowStream* This, + IDirectShowStream *This, UINT *pctinfo); HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( - IDirectShowStream* This, + IDirectShowStream *This, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo); HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( - IDirectShowStream* This, + IDirectShowStream *This, REFIID riid, LPOLESTR *rgszNames, UINT cNames, @@ -212,7 +254,7 @@ DISPID *rgDispId); HRESULT (STDMETHODCALLTYPE *Invoke)( - IDirectShowStream* This, + IDirectShowStream *This, DISPID dispIdMember, REFIID riid, LCID lcid, @@ -224,31 +266,32 @@ /*** IDirectShowStream methods ***/ HRESULT (STDMETHODCALLTYPE *get_FileName)( - IDirectShowStream* This, + IDirectShowStream *This, BSTR *pVal); HRESULT (STDMETHODCALLTYPE *put_FileName)( - IDirectShowStream* This, + IDirectShowStream *This, BSTR newVal); HRESULT (STDMETHODCALLTYPE *get_Video)( - IDirectShowStream* This, + IDirectShowStream *This, OUTPUT_STATE *pVal); HRESULT (STDMETHODCALLTYPE *put_Video)( - IDirectShowStream* This, + IDirectShowStream *This, OUTPUT_STATE newVal); HRESULT (STDMETHODCALLTYPE *get_Audio)( - IDirectShowStream* This, + IDirectShowStream *This, OUTPUT_STATE *pVal); HRESULT (STDMETHODCALLTYPE *put_Audio)( - IDirectShowStream* This, + IDirectShowStream *This, OUTPUT_STATE newVal); END_INTERFACE } IDirectShowStreamVtbl; + interface IDirectShowStream { CONST_VTBL IDirectShowStreamVtbl* lpVtbl; }; @@ -319,54 +362,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectShowStream_get_FileName_Proxy( - IDirectShowStream* This, - BSTR *pVal); -void __RPC_STUB IDirectShowStream_get_FileName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectShowStream_put_FileName_Proxy( - IDirectShowStream* This, - BSTR newVal); -void __RPC_STUB IDirectShowStream_put_FileName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectShowStream_get_Video_Proxy( - IDirectShowStream* This, - OUTPUT_STATE *pVal); -void __RPC_STUB IDirectShowStream_get_Video_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectShowStream_put_Video_Proxy( - IDirectShowStream* This, - OUTPUT_STATE newVal); -void __RPC_STUB IDirectShowStream_put_Video_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectShowStream_get_Audio_Proxy( - IDirectShowStream* This, - OUTPUT_STATE *pVal); -void __RPC_STUB IDirectShowStream_get_Audio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectShowStream_put_Audio_Proxy( - IDirectShowStream* This, - OUTPUT_STATE newVal); -void __RPC_STUB IDirectShowStream_put_Audio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectShowStream_INTERFACE_DEFINED__ */ @@ -420,95 +415,96 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAMMultiMediaStream* This); + IAMMultiMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IAMMultiMediaStream* This); + IAMMultiMediaStream *This); /*** IMultiMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetInformation)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, DWORD *pdwFlags, STREAM_TYPE *pStreamType); HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, REFMSPID idPurpose, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *EnumMediaStreams)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, LONG Index, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetState)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_STATE *pCurrentState); HRESULT (STDMETHODCALLTYPE *SetState)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_STATE NewState); HRESULT (STDMETHODCALLTYPE *GetTime)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *GetDuration)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_TIME *pDuration); HRESULT (STDMETHODCALLTYPE *Seek)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_TIME SeekTime); HRESULT (STDMETHODCALLTYPE *GetEndOfStreamEventHandle)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, HANDLE *phEOS); /*** IAMMultiMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *Initialize)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, STREAM_TYPE StreamType, DWORD dwFlags, IGraphBuilder *pFilterGraph); HRESULT (STDMETHODCALLTYPE *GetFilterGraph)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, IGraphBuilder **ppGraphBuilder); HRESULT (STDMETHODCALLTYPE *GetFilter)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, IMediaStreamFilter **ppFilter); HRESULT (STDMETHODCALLTYPE *AddMediaStream)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, IUnknown *pStreamObject, const MSPID *PurposeId, DWORD dwFlags, IMediaStream **ppNewStream); HRESULT (STDMETHODCALLTYPE *OpenFile)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, LPCWSTR pszFileName, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *OpenMoniker)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, IBindCtx *pCtx, IMoniker *pMoniker, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *Render)( - IAMMultiMediaStream* This, + IAMMultiMediaStream *This, DWORD dwFlags); END_INTERFACE } IAMMultiMediaStreamVtbl; + interface IAMMultiMediaStream { CONST_VTBL IAMMultiMediaStreamVtbl* lpVtbl; }; @@ -603,70 +599,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_Initialize_Proxy( - IAMMultiMediaStream* This, - STREAM_TYPE StreamType, - DWORD dwFlags, - IGraphBuilder *pFilterGraph); -void __RPC_STUB IAMMultiMediaStream_Initialize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_GetFilterGraph_Proxy( - IAMMultiMediaStream* This, - IGraphBuilder **ppGraphBuilder); -void __RPC_STUB IAMMultiMediaStream_GetFilterGraph_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_GetFilter_Proxy( - IAMMultiMediaStream* This, - IMediaStreamFilter **ppFilter); -void __RPC_STUB IAMMultiMediaStream_GetFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_AddMediaStream_Proxy( - IAMMultiMediaStream* This, - IUnknown *pStreamObject, - const MSPID *PurposeId, - DWORD dwFlags, - IMediaStream **ppNewStream); -void __RPC_STUB IAMMultiMediaStream_AddMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_OpenFile_Proxy( - IAMMultiMediaStream* This, - LPCWSTR pszFileName, - DWORD dwFlags); -void __RPC_STUB IAMMultiMediaStream_OpenFile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_OpenMoniker_Proxy( - IAMMultiMediaStream* This, - IBindCtx *pCtx, - IMoniker *pMoniker, - DWORD dwFlags); -void __RPC_STUB IAMMultiMediaStream_OpenMoniker_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMultiMediaStream_Render_Proxy( - IAMMultiMediaStream* This, - DWORD dwFlags); -void __RPC_STUB IAMMultiMediaStream_Render_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAMMultiMediaStream_INTERFACE_DEFINED__ */ @@ -709,72 +641,73 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAMMediaStream* This, + IAMMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAMMediaStream* This); + IAMMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IAMMediaStream* This); + IAMMediaStream *This); /*** IMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetMultiMediaStream)( - IAMMediaStream* This, + IAMMediaStream *This, IMultiMediaStream **ppMultiMediaStream); HRESULT (STDMETHODCALLTYPE *GetInformation)( - IAMMediaStream* This, + IAMMediaStream *This, MSPID *pPurposeId, STREAM_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetSameFormat)( - IAMMediaStream* This, + IAMMediaStream *This, IMediaStream *pStreamThatHasDesiredFormat, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IAMMediaStream* This, + IAMMediaStream *This, DWORD dwFlags, IStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *CreateSharedSample)( - IAMMediaStream* This, + IAMMediaStream *This, IStreamSample *pExistingSample, DWORD dwFlags, IStreamSample **ppNewSample); HRESULT (STDMETHODCALLTYPE *SendEndOfStream)( - IAMMediaStream* This, + IAMMediaStream *This, DWORD dwFlags); /*** IAMMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *Initialize)( - IAMMediaStream* This, + IAMMediaStream *This, IUnknown *pSourceObject, DWORD dwFlags, REFMSPID PurposeId, const STREAM_TYPE StreamType); HRESULT (STDMETHODCALLTYPE *SetState)( - IAMMediaStream* This, + IAMMediaStream *This, FILTER_STATE State); HRESULT (STDMETHODCALLTYPE *JoinAMMultiMediaStream)( - IAMMediaStream* This, + IAMMediaStream *This, IAMMultiMediaStream *pAMMultiMediaStream); HRESULT (STDMETHODCALLTYPE *JoinFilter)( - IAMMediaStream* This, + IAMMediaStream *This, IMediaStreamFilter *pMediaStreamFilter); HRESULT (STDMETHODCALLTYPE *JoinFilterGraph)( - IAMMediaStream* This, + IAMMediaStream *This, IFilterGraph *pFilterGraph); END_INTERFACE } IAMMediaStreamVtbl; + interface IAMMediaStream { CONST_VTBL IAMMediaStreamVtbl* lpVtbl; }; @@ -849,49 +782,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAMMediaStream_Initialize_Proxy( - IAMMediaStream* This, - IUnknown *pSourceObject, - DWORD dwFlags, - REFMSPID PurposeId, - const STREAM_TYPE StreamType); -void __RPC_STUB IAMMediaStream_Initialize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaStream_SetState_Proxy( - IAMMediaStream* This, - FILTER_STATE State); -void __RPC_STUB IAMMediaStream_SetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaStream_JoinAMMultiMediaStream_Proxy( - IAMMediaStream* This, - IAMMultiMediaStream *pAMMultiMediaStream); -void __RPC_STUB IAMMediaStream_JoinAMMultiMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaStream_JoinFilter_Proxy( - IAMMediaStream* This, - IMediaStreamFilter *pMediaStreamFilter); -void __RPC_STUB IAMMediaStream_JoinFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaStream_JoinFilterGraph_Proxy( - IAMMediaStream* This, - IFilterGraph *pFilterGraph); -void __RPC_STUB IAMMediaStream_JoinFilterGraph_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAMMediaStream_INTERFACE_DEFINED__ */ @@ -945,108 +835,109 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaStreamFilter* This); + IMediaStreamFilter *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaStreamFilter* This); + IMediaStreamFilter *This); /*** IPersist methods ***/ HRESULT (STDMETHODCALLTYPE *GetClassID)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, CLSID *pClassID); /*** IMediaFilter methods ***/ HRESULT (STDMETHODCALLTYPE *Stop)( - IMediaStreamFilter* This); + IMediaStreamFilter *This); HRESULT (STDMETHODCALLTYPE *Pause)( - IMediaStreamFilter* This); + IMediaStreamFilter *This); HRESULT (STDMETHODCALLTYPE *Run)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFERENCE_TIME tStart); HRESULT (STDMETHODCALLTYPE *GetState)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, DWORD dwMilliSecsTimeout, FILTER_STATE *State); HRESULT (STDMETHODCALLTYPE *SetSyncSource)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, IReferenceClock *pClock); HRESULT (STDMETHODCALLTYPE *GetSyncSource)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, IReferenceClock **pClock); /*** IBaseFilter methods ***/ HRESULT (STDMETHODCALLTYPE *EnumPins)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, IEnumPins **ppEnum); HRESULT (STDMETHODCALLTYPE *FindPin)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, LPCWSTR Id, IPin **ppPin); HRESULT (STDMETHODCALLTYPE *QueryFilterInfo)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, FILTER_INFO *pInfo); HRESULT (STDMETHODCALLTYPE *JoinFilterGraph)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, IFilterGraph *pGraph, LPCWSTR pName); HRESULT (STDMETHODCALLTYPE *QueryVendorInfo)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, LPWSTR *pVendorInfo); /*** IMediaStreamFilter methods ***/ HRESULT (STDMETHODCALLTYPE *AddMediaStream)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, IAMMediaStream *pAMMediaStream); HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFMSPID idPurpose, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *EnumMediaStreams)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, LONG Index, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *SupportSeeking)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, WINBOOL bRenderer); HRESULT (STDMETHODCALLTYPE *ReferenceTimeToStreamTime)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFERENCE_TIME *pTime); HRESULT (STDMETHODCALLTYPE *GetCurrentStreamTime)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFERENCE_TIME *pCurrentStreamTime); HRESULT (STDMETHODCALLTYPE *WaitUntil)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, REFERENCE_TIME WaitStreamTime); HRESULT (STDMETHODCALLTYPE *Flush)( - IMediaStreamFilter* This, + IMediaStreamFilter *This, WINBOOL bCancelEOS); HRESULT (STDMETHODCALLTYPE *EndOfStream)( - IMediaStreamFilter* This); + IMediaStreamFilter *This); END_INTERFACE } IMediaStreamFilterVtbl; + interface IMediaStreamFilter { CONST_VTBL IMediaStreamFilterVtbl* lpVtbl; }; @@ -1165,79 +1056,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_AddMediaStream_Proxy( - IMediaStreamFilter* This, - IAMMediaStream *pAMMediaStream); -void __RPC_STUB IMediaStreamFilter_AddMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_GetMediaStream_Proxy( - IMediaStreamFilter* This, - REFMSPID idPurpose, - IMediaStream **ppMediaStream); -void __RPC_STUB IMediaStreamFilter_GetMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_EnumMediaStreams_Proxy( - IMediaStreamFilter* This, - LONG Index, - IMediaStream **ppMediaStream); -void __RPC_STUB IMediaStreamFilter_EnumMediaStreams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_SupportSeeking_Proxy( - IMediaStreamFilter* This, - WINBOOL bRenderer); -void __RPC_STUB IMediaStreamFilter_SupportSeeking_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_ReferenceTimeToStreamTime_Proxy( - IMediaStreamFilter* This, - REFERENCE_TIME *pTime); -void __RPC_STUB IMediaStreamFilter_ReferenceTimeToStreamTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_GetCurrentStreamTime_Proxy( - IMediaStreamFilter* This, - REFERENCE_TIME *pCurrentStreamTime); -void __RPC_STUB IMediaStreamFilter_GetCurrentStreamTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_WaitUntil_Proxy( - IMediaStreamFilter* This, - REFERENCE_TIME WaitStreamTime); -void __RPC_STUB IMediaStreamFilter_WaitUntil_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_Flush_Proxy( - IMediaStreamFilter* This, - WINBOOL bCancelEOS); -void __RPC_STUB IMediaStreamFilter_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStreamFilter_EndOfStream_Proxy( - IMediaStreamFilter* This); -void __RPC_STUB IMediaStreamFilter_EndOfStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaStreamFilter_INTERFACE_DEFINED__ */ @@ -1265,23 +1083,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectDrawMediaSampleAllocator* This, + IDirectDrawMediaSampleAllocator *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectDrawMediaSampleAllocator* This); + IDirectDrawMediaSampleAllocator *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectDrawMediaSampleAllocator* This); + IDirectDrawMediaSampleAllocator *This); /*** IDirectDrawMediaSampleAllocator methods ***/ HRESULT (STDMETHODCALLTYPE *GetDirectDraw)( - IDirectDrawMediaSampleAllocator* This, + IDirectDrawMediaSampleAllocator *This, IDirectDraw **ppDirectDraw); END_INTERFACE } IDirectDrawMediaSampleAllocatorVtbl; + interface IDirectDrawMediaSampleAllocator { CONST_VTBL IDirectDrawMediaSampleAllocatorVtbl* lpVtbl; }; @@ -1314,14 +1133,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectDrawMediaSampleAllocator_GetDirectDraw_Proxy( - IDirectDrawMediaSampleAllocator* This, - IDirectDraw **ppDirectDraw); -void __RPC_STUB IDirectDrawMediaSampleAllocator_GetDirectDraw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectDrawMediaSampleAllocator_INTERFACE_DEFINED__ */ @@ -1353,27 +1164,28 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectDrawMediaSample* This, + IDirectDrawMediaSample *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectDrawMediaSample* This); + IDirectDrawMediaSample *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectDrawMediaSample* This); + IDirectDrawMediaSample *This); /*** IDirectDrawMediaSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetSurfaceAndReleaseLock)( - IDirectDrawMediaSample* This, + IDirectDrawMediaSample *This, IDirectDrawSurface **ppDirectDrawSurface, RECT *pRect); HRESULT (STDMETHODCALLTYPE *LockMediaSamplePointer)( - IDirectDrawMediaSample* This); + IDirectDrawMediaSample *This); END_INTERFACE } IDirectDrawMediaSampleVtbl; + interface IDirectDrawMediaSample { CONST_VTBL IDirectDrawMediaSampleVtbl* lpVtbl; }; @@ -1410,22 +1222,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectDrawMediaSample_GetSurfaceAndReleaseLock_Proxy( - IDirectDrawMediaSample* This, - IDirectDrawSurface **ppDirectDrawSurface, - RECT *pRect); -void __RPC_STUB IDirectDrawMediaSample_GetSurfaceAndReleaseLock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaSample_LockMediaSamplePointer_Proxy( - IDirectDrawMediaSample* This); -void __RPC_STUB IDirectDrawMediaSample_LockMediaSamplePointer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectDrawMediaSample_INTERFACE_DEFINED__ */ @@ -1471,59 +1267,59 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAMMediaTypeStream* This); + IAMMediaTypeStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IAMMediaTypeStream* This); + IAMMediaTypeStream *This); /*** IMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetMultiMediaStream)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, IMultiMediaStream **ppMultiMediaStream); HRESULT (STDMETHODCALLTYPE *GetInformation)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, MSPID *pPurposeId, STREAM_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetSameFormat)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, IMediaStream *pStreamThatHasDesiredFormat, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, DWORD dwFlags, IStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *CreateSharedSample)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, IStreamSample *pExistingSample, DWORD dwFlags, IStreamSample **ppNewSample); HRESULT (STDMETHODCALLTYPE *SendEndOfStream)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, DWORD dwFlags); /*** IAMMediaTypeStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetFormat)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, AM_MEDIA_TYPE *pMediaType, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *SetFormat)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, AM_MEDIA_TYPE *pMediaType, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *CreateSample)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, LONG lSampleSize, BYTE *pbBuffer, DWORD dwFlags, @@ -1531,15 +1327,16 @@ IAMMediaTypeSample **ppAMMediaTypeSample); HRESULT (STDMETHODCALLTYPE *GetStreamAllocatorRequirements)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, ALLOCATOR_PROPERTIES *pProps); HRESULT (STDMETHODCALLTYPE *SetStreamAllocatorRequirements)( - IAMMediaTypeStream* This, + IAMMediaTypeStream *This, ALLOCATOR_PROPERTIES *pProps); END_INTERFACE } IAMMediaTypeStreamVtbl; + interface IAMMediaTypeStream { CONST_VTBL IAMMediaTypeStreamVtbl* lpVtbl; }; @@ -1614,52 +1411,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAMMediaTypeStream_GetFormat_Proxy( - IAMMediaTypeStream* This, - AM_MEDIA_TYPE *pMediaType, - DWORD dwFlags); -void __RPC_STUB IAMMediaTypeStream_GetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeStream_SetFormat_Proxy( - IAMMediaTypeStream* This, - AM_MEDIA_TYPE *pMediaType, - DWORD dwFlags); -void __RPC_STUB IAMMediaTypeStream_SetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeStream_CreateSample_Proxy( - IAMMediaTypeStream* This, - LONG lSampleSize, - BYTE *pbBuffer, - DWORD dwFlags, - IUnknown *pUnkOuter, - IAMMediaTypeSample **ppAMMediaTypeSample); -void __RPC_STUB IAMMediaTypeStream_CreateSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeStream_GetStreamAllocatorRequirements_Proxy( - IAMMediaTypeStream* This, - ALLOCATOR_PROPERTIES *pProps); -void __RPC_STUB IAMMediaTypeStream_GetStreamAllocatorRequirements_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeStream_SetStreamAllocatorRequirements_Proxy( - IAMMediaTypeStream* This, - ALLOCATOR_PROPERTIES *pProps); -void __RPC_STUB IAMMediaTypeStream_SetStreamAllocatorRequirements_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAMMediaTypeStream_INTERFACE_DEFINED__ */ @@ -1740,115 +1491,116 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); ULONG (STDMETHODCALLTYPE *Release)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); /*** IStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetSampleTimes)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, STREAM_TIME *pStartTime, STREAM_TIME *pEndTime, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *SetSampleTimes)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, const STREAM_TIME *pStartTime, const STREAM_TIME *pEndTime); HRESULT (STDMETHODCALLTYPE *Update)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, DWORD dwFlags, HANDLE hEvent, PAPCFUNC pfnAPC, DWORD dwAPCData); HRESULT (STDMETHODCALLTYPE *CompletionStatus)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, DWORD dwFlags, DWORD dwMilliseconds); /*** IAMMediaTypeSample methods ***/ HRESULT (STDMETHODCALLTYPE *SetPointer)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, BYTE *pBuffer, LONG lSize); HRESULT (STDMETHODCALLTYPE *GetPointer)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, BYTE **ppBuffer); LONG (STDMETHODCALLTYPE *GetSize)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); HRESULT (STDMETHODCALLTYPE *GetTime)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, REFERENCE_TIME *pTimeStart, REFERENCE_TIME *pTimeEnd); HRESULT (STDMETHODCALLTYPE *SetTime)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, REFERENCE_TIME *pTimeStart, REFERENCE_TIME *pTimeEnd); HRESULT (STDMETHODCALLTYPE *IsSyncPoint)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); HRESULT (STDMETHODCALLTYPE *SetSyncPoint)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, WINBOOL bIsSyncPoint); HRESULT (STDMETHODCALLTYPE *IsPreroll)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); HRESULT (STDMETHODCALLTYPE *SetPreroll)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, WINBOOL bIsPreroll); LONG (STDMETHODCALLTYPE *GetActualDataLength)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); HRESULT (STDMETHODCALLTYPE *SetActualDataLength)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, LONG Len); HRESULT (STDMETHODCALLTYPE *GetMediaType)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, AM_MEDIA_TYPE **ppMediaType); HRESULT (STDMETHODCALLTYPE *SetMediaType)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, AM_MEDIA_TYPE *pMediaType); HRESULT (STDMETHODCALLTYPE *IsDiscontinuity)( - IAMMediaTypeSample* This); + IAMMediaTypeSample *This); HRESULT (STDMETHODCALLTYPE *SetDiscontinuity)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, WINBOOL bDiscontinuity); HRESULT (STDMETHODCALLTYPE *GetMediaTime)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, LONGLONG *pTimeStart, LONGLONG *pTimeEnd); HRESULT (STDMETHODCALLTYPE *SetMediaTime)( - IAMMediaTypeSample* This, + IAMMediaTypeSample *This, LONGLONG *pTimeStart, LONGLONG *pTimeEnd); END_INTERFACE } IAMMediaTypeSampleVtbl; + interface IAMMediaTypeSample { CONST_VTBL IAMMediaTypeSampleVtbl* lpVtbl; }; @@ -1967,142 +1719,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetPointer_Proxy( - IAMMediaTypeSample* This, - BYTE *pBuffer, - LONG lSize); -void __RPC_STUB IAMMediaTypeSample_SetPointer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_GetPointer_Proxy( - IAMMediaTypeSample* This, - BYTE **ppBuffer); -void __RPC_STUB IAMMediaTypeSample_GetPointer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -LONG STDMETHODCALLTYPE IAMMediaTypeSample_GetSize_Proxy( - IAMMediaTypeSample* This); -void __RPC_STUB IAMMediaTypeSample_GetSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_GetTime_Proxy( - IAMMediaTypeSample* This, - REFERENCE_TIME *pTimeStart, - REFERENCE_TIME *pTimeEnd); -void __RPC_STUB IAMMediaTypeSample_GetTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetTime_Proxy( - IAMMediaTypeSample* This, - REFERENCE_TIME *pTimeStart, - REFERENCE_TIME *pTimeEnd); -void __RPC_STUB IAMMediaTypeSample_SetTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_IsSyncPoint_Proxy( - IAMMediaTypeSample* This); -void __RPC_STUB IAMMediaTypeSample_IsSyncPoint_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetSyncPoint_Proxy( - IAMMediaTypeSample* This, - WINBOOL bIsSyncPoint); -void __RPC_STUB IAMMediaTypeSample_SetSyncPoint_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_IsPreroll_Proxy( - IAMMediaTypeSample* This); -void __RPC_STUB IAMMediaTypeSample_IsPreroll_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetPreroll_Proxy( - IAMMediaTypeSample* This, - WINBOOL bIsPreroll); -void __RPC_STUB IAMMediaTypeSample_SetPreroll_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -LONG STDMETHODCALLTYPE IAMMediaTypeSample_GetActualDataLength_Proxy( - IAMMediaTypeSample* This); -void __RPC_STUB IAMMediaTypeSample_GetActualDataLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetActualDataLength_Proxy( - IAMMediaTypeSample* This, - LONG Len); -void __RPC_STUB IAMMediaTypeSample_SetActualDataLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_GetMediaType_Proxy( - IAMMediaTypeSample* This, - AM_MEDIA_TYPE **ppMediaType); -void __RPC_STUB IAMMediaTypeSample_GetMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetMediaType_Proxy( - IAMMediaTypeSample* This, - AM_MEDIA_TYPE *pMediaType); -void __RPC_STUB IAMMediaTypeSample_SetMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_IsDiscontinuity_Proxy( - IAMMediaTypeSample* This); -void __RPC_STUB IAMMediaTypeSample_IsDiscontinuity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetDiscontinuity_Proxy( - IAMMediaTypeSample* This, - WINBOOL bDiscontinuity); -void __RPC_STUB IAMMediaTypeSample_SetDiscontinuity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_GetMediaTime_Proxy( - IAMMediaTypeSample* This, - LONGLONG *pTimeStart, - LONGLONG *pTimeEnd); -void __RPC_STUB IAMMediaTypeSample_GetMediaTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAMMediaTypeSample_SetMediaTime_Proxy( - IAMMediaTypeSample* This, - LONGLONG *pTimeStart, - LONGLONG *pTimeEnd); -void __RPC_STUB IAMMediaTypeSample_SetMediaTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAMMediaTypeSample_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amstream.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amstream.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amstream.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amstream.idl 2018-09-14 14:16:43.000000000 +0000 @@ -76,10 +76,10 @@ [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal); [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal); [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal); - [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal); + [propput, id(2), helpstring("property Video")] HRESULT Video([in] OUTPUT_STATE newVal); [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal); - [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal); -}; + [propput, id(3), helpstring("property Audio")] HRESULT Audio([in] OUTPUT_STATE newVal); +} [ object, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amvideo.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amvideo.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/amvideo.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/amvideo.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/amvideo.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/amvideo.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,26 +20,41 @@ #ifndef __IDirectDrawVideo_FWD_DEFINED__ #define __IDirectDrawVideo_FWD_DEFINED__ typedef interface IDirectDrawVideo IDirectDrawVideo; +#ifdef __cplusplus +interface IDirectDrawVideo; +#endif /* __cplusplus */ #endif #ifndef __IQualProp_FWD_DEFINED__ #define __IQualProp_FWD_DEFINED__ typedef interface IQualProp IQualProp; +#ifdef __cplusplus +interface IQualProp; +#endif /* __cplusplus */ #endif #ifndef __IFullScreenVideo_FWD_DEFINED__ #define __IFullScreenVideo_FWD_DEFINED__ typedef interface IFullScreenVideo IFullScreenVideo; +#ifdef __cplusplus +interface IFullScreenVideo; +#endif /* __cplusplus */ #endif #ifndef __IFullScreenVideoEx_FWD_DEFINED__ #define __IFullScreenVideoEx_FWD_DEFINED__ typedef interface IFullScreenVideoEx IFullScreenVideoEx; +#ifdef __cplusplus +interface IFullScreenVideoEx; +#endif /* __cplusplus */ #endif #ifndef __IBaseVideoMixer_FWD_DEFINED__ #define __IBaseVideoMixer_FWD_DEFINED__ typedef interface IBaseVideoMixer IBaseVideoMixer; +#ifdef __cplusplus +interface IBaseVideoMixer; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -54,6 +69,9 @@ #ifndef __IDirectDraw_FWD_DEFINED__ #define __IDirectDraw_FWD_DEFINED__ typedef interface IDirectDraw IDirectDraw; +#ifdef __cplusplus +interface IDirectDraw; +#endif /* __cplusplus */ #endif typedef void DDSURFACEDESC; @@ -156,83 +174,84 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectDrawVideo* This); + IDirectDrawVideo *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectDrawVideo* This); + IDirectDrawVideo *This); /*** IDirectDrawVideo methods ***/ HRESULT (STDMETHODCALLTYPE *GetSwitches)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DWORD *pSwitches); HRESULT (STDMETHODCALLTYPE *SetSwitches)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DWORD Switches); HRESULT (STDMETHODCALLTYPE *GetCaps)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DDCAPS *pCaps); HRESULT (STDMETHODCALLTYPE *GetEmulatedCaps)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DDCAPS *pCaps); HRESULT (STDMETHODCALLTYPE *GetSurfaceDesc)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DDSURFACEDESC *pSurfaceDesc); HRESULT (STDMETHODCALLTYPE *GetFourCCCodes)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DWORD *pCount, DWORD *pCodes); HRESULT (STDMETHODCALLTYPE *SetDirectDraw)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, IDirectDraw *ddraw); HRESULT (STDMETHODCALLTYPE *GetDirectDraw)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, IDirectDraw **ddraw); HRESULT (STDMETHODCALLTYPE *GetSurfaceType)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, DWORD *pSurfaceType); HRESULT (STDMETHODCALLTYPE *SetDefault)( - IDirectDrawVideo* This); + IDirectDrawVideo *This); HRESULT (STDMETHODCALLTYPE *UseScanLine)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG UseScanLine); HRESULT (STDMETHODCALLTYPE *CanUseScanLine)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG *UseScanLine); HRESULT (STDMETHODCALLTYPE *UseOverlayStretch)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG UseOverlayStretch); HRESULT (STDMETHODCALLTYPE *CanUseOverlayStretch)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG *UseOverlayStretch); HRESULT (STDMETHODCALLTYPE *UseWhenFullScreen)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG UseWhenFullScreen); HRESULT (STDMETHODCALLTYPE *WillUseFullScreen)( - IDirectDrawVideo* This, + IDirectDrawVideo *This, LONG *UseWhenFullScreen); END_INTERFACE } IDirectDrawVideoVtbl; + interface IDirectDrawVideo { CONST_VTBL IDirectDrawVideoVtbl* lpVtbl; }; @@ -325,134 +344,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetSwitches_Proxy( - IDirectDrawVideo* This, - DWORD *pSwitches); -void __RPC_STUB IDirectDrawVideo_GetSwitches_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_SetSwitches_Proxy( - IDirectDrawVideo* This, - DWORD Switches); -void __RPC_STUB IDirectDrawVideo_SetSwitches_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetCaps_Proxy( - IDirectDrawVideo* This, - DDCAPS *pCaps); -void __RPC_STUB IDirectDrawVideo_GetCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetEmulatedCaps_Proxy( - IDirectDrawVideo* This, - DDCAPS *pCaps); -void __RPC_STUB IDirectDrawVideo_GetEmulatedCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetSurfaceDesc_Proxy( - IDirectDrawVideo* This, - DDSURFACEDESC *pSurfaceDesc); -void __RPC_STUB IDirectDrawVideo_GetSurfaceDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetFourCCCodes_Proxy( - IDirectDrawVideo* This, - DWORD *pCount, - DWORD *pCodes); -void __RPC_STUB IDirectDrawVideo_GetFourCCCodes_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_SetDirectDraw_Proxy( - IDirectDrawVideo* This, - IDirectDraw *ddraw); -void __RPC_STUB IDirectDrawVideo_SetDirectDraw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetDirectDraw_Proxy( - IDirectDrawVideo* This, - IDirectDraw **ddraw); -void __RPC_STUB IDirectDrawVideo_GetDirectDraw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_GetSurfaceType_Proxy( - IDirectDrawVideo* This, - DWORD *pSurfaceType); -void __RPC_STUB IDirectDrawVideo_GetSurfaceType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_SetDefault_Proxy( - IDirectDrawVideo* This); -void __RPC_STUB IDirectDrawVideo_SetDefault_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_UseScanLine_Proxy( - IDirectDrawVideo* This, - LONG UseScanLine); -void __RPC_STUB IDirectDrawVideo_UseScanLine_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_CanUseScanLine_Proxy( - IDirectDrawVideo* This, - LONG *UseScanLine); -void __RPC_STUB IDirectDrawVideo_CanUseScanLine_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_UseOverlayStretch_Proxy( - IDirectDrawVideo* This, - LONG UseOverlayStretch); -void __RPC_STUB IDirectDrawVideo_UseOverlayStretch_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_CanUseOverlayStretch_Proxy( - IDirectDrawVideo* This, - LONG *UseOverlayStretch); -void __RPC_STUB IDirectDrawVideo_CanUseOverlayStretch_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_UseWhenFullScreen_Proxy( - IDirectDrawVideo* This, - LONG UseWhenFullScreen); -void __RPC_STUB IDirectDrawVideo_UseWhenFullScreen_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawVideo_WillUseFullScreen_Proxy( - IDirectDrawVideo* This, - LONG *UseWhenFullScreen); -void __RPC_STUB IDirectDrawVideo_WillUseFullScreen_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectDrawVideo_INTERFACE_DEFINED__ */ @@ -490,43 +381,44 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IQualProp* This, + IQualProp *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IQualProp* This); + IQualProp *This); ULONG (STDMETHODCALLTYPE *Release)( - IQualProp* This); + IQualProp *This); /*** IQualProp methods ***/ HRESULT (STDMETHODCALLTYPE *get_FramesDroppedInRenderer)( - IQualProp* This, + IQualProp *This, int *pcFrames); HRESULT (STDMETHODCALLTYPE *get_FramesDrawn)( - IQualProp* This, + IQualProp *This, int *pcFramesDrawn); HRESULT (STDMETHODCALLTYPE *get_AvgFrameRate)( - IQualProp* This, + IQualProp *This, int *piAvgFrameRate); HRESULT (STDMETHODCALLTYPE *get_Jitter)( - IQualProp* This, + IQualProp *This, int *iJitter); HRESULT (STDMETHODCALLTYPE *get_AvgSyncOffset)( - IQualProp* This, + IQualProp *This, int *piAvg); HRESULT (STDMETHODCALLTYPE *get_DevSyncOffset)( - IQualProp* This, + IQualProp *This, int *piDev); END_INTERFACE } IQualPropVtbl; + interface IQualProp { CONST_VTBL IQualPropVtbl* lpVtbl; }; @@ -579,54 +471,6 @@ #endif -HRESULT STDMETHODCALLTYPE IQualProp_get_FramesDroppedInRenderer_Proxy( - IQualProp* This, - int *pcFrames); -void __RPC_STUB IQualProp_get_FramesDroppedInRenderer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IQualProp_get_FramesDrawn_Proxy( - IQualProp* This, - int *pcFramesDrawn); -void __RPC_STUB IQualProp_get_FramesDrawn_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IQualProp_get_AvgFrameRate_Proxy( - IQualProp* This, - int *piAvgFrameRate); -void __RPC_STUB IQualProp_get_AvgFrameRate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IQualProp_get_Jitter_Proxy( - IQualProp* This, - int *iJitter); -void __RPC_STUB IQualProp_get_Jitter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IQualProp_get_AvgSyncOffset_Proxy( - IQualProp* This, - int *piAvg); -void __RPC_STUB IQualProp_get_AvgSyncOffset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IQualProp_get_DevSyncOffset_Proxy( - IQualProp* This, - int *piDev); -void __RPC_STUB IQualProp_get_DevSyncOffset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IQualProp_INTERFACE_DEFINED__ */ @@ -701,89 +545,90 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IFullScreenVideo* This, + IFullScreenVideo *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IFullScreenVideo* This); + IFullScreenVideo *This); ULONG (STDMETHODCALLTYPE *Release)( - IFullScreenVideo* This); + IFullScreenVideo *This); /*** IFullScreenVideo methods ***/ HRESULT (STDMETHODCALLTYPE *CountModes)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG *pModes); HRESULT (STDMETHODCALLTYPE *GetModeInfo)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Mode, LONG *pWidth, LONG *pHeight, LONG *pDepth); HRESULT (STDMETHODCALLTYPE *GetCurrentMode)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG *pMode); HRESULT (STDMETHODCALLTYPE *IsModeAvailable)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Mode); HRESULT (STDMETHODCALLTYPE *IsModeEnabled)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Mode); HRESULT (STDMETHODCALLTYPE *SetEnabled)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Mode, LONG bEnabled); HRESULT (STDMETHODCALLTYPE *GetClipFactor)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG *pClipFactor); HRESULT (STDMETHODCALLTYPE *SetClipFactor)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG ClipFactor); HRESULT (STDMETHODCALLTYPE *SetMessageDrain)( - IFullScreenVideo* This, + IFullScreenVideo *This, HWND hwnd); HRESULT (STDMETHODCALLTYPE *GetMessageDrain)( - IFullScreenVideo* This, + IFullScreenVideo *This, HWND *hwnd); HRESULT (STDMETHODCALLTYPE *SetMonitor)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Monitor); HRESULT (STDMETHODCALLTYPE *GetMonitor)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG *Monitor); HRESULT (STDMETHODCALLTYPE *HideOnDeactivate)( - IFullScreenVideo* This, + IFullScreenVideo *This, LONG Hide); HRESULT (STDMETHODCALLTYPE *IsHideOnDeactivate)( - IFullScreenVideo* This); + IFullScreenVideo *This); HRESULT (STDMETHODCALLTYPE *SetCaption)( - IFullScreenVideo* This, + IFullScreenVideo *This, BSTR strCaption); HRESULT (STDMETHODCALLTYPE *GetCaption)( - IFullScreenVideo* This, + IFullScreenVideo *This, BSTR *pstrCaption); HRESULT (STDMETHODCALLTYPE *SetDefault)( - IFullScreenVideo* This); + IFullScreenVideo *This); END_INTERFACE } IFullScreenVideoVtbl; + interface IFullScreenVideo { CONST_VTBL IFullScreenVideoVtbl* lpVtbl; }; @@ -880,144 +725,6 @@ #endif -HRESULT STDMETHODCALLTYPE IFullScreenVideo_CountModes_Proxy( - IFullScreenVideo* This, - LONG *pModes); -void __RPC_STUB IFullScreenVideo_CountModes_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetModeInfo_Proxy( - IFullScreenVideo* This, - LONG Mode, - LONG *pWidth, - LONG *pHeight, - LONG *pDepth); -void __RPC_STUB IFullScreenVideo_GetModeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetCurrentMode_Proxy( - IFullScreenVideo* This, - LONG *pMode); -void __RPC_STUB IFullScreenVideo_GetCurrentMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_IsModeAvailable_Proxy( - IFullScreenVideo* This, - LONG Mode); -void __RPC_STUB IFullScreenVideo_IsModeAvailable_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_IsModeEnabled_Proxy( - IFullScreenVideo* This, - LONG Mode); -void __RPC_STUB IFullScreenVideo_IsModeEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetEnabled_Proxy( - IFullScreenVideo* This, - LONG Mode, - LONG bEnabled); -void __RPC_STUB IFullScreenVideo_SetEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetClipFactor_Proxy( - IFullScreenVideo* This, - LONG *pClipFactor); -void __RPC_STUB IFullScreenVideo_GetClipFactor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetClipFactor_Proxy( - IFullScreenVideo* This, - LONG ClipFactor); -void __RPC_STUB IFullScreenVideo_SetClipFactor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetMessageDrain_Proxy( - IFullScreenVideo* This, - HWND hwnd); -void __RPC_STUB IFullScreenVideo_SetMessageDrain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetMessageDrain_Proxy( - IFullScreenVideo* This, - HWND *hwnd); -void __RPC_STUB IFullScreenVideo_GetMessageDrain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetMonitor_Proxy( - IFullScreenVideo* This, - LONG Monitor); -void __RPC_STUB IFullScreenVideo_SetMonitor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetMonitor_Proxy( - IFullScreenVideo* This, - LONG *Monitor); -void __RPC_STUB IFullScreenVideo_GetMonitor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_HideOnDeactivate_Proxy( - IFullScreenVideo* This, - LONG Hide); -void __RPC_STUB IFullScreenVideo_HideOnDeactivate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_IsHideOnDeactivate_Proxy( - IFullScreenVideo* This); -void __RPC_STUB IFullScreenVideo_IsHideOnDeactivate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetCaption_Proxy( - IFullScreenVideo* This, - BSTR strCaption); -void __RPC_STUB IFullScreenVideo_SetCaption_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_GetCaption_Proxy( - IFullScreenVideo* This, - BSTR *pstrCaption); -void __RPC_STUB IFullScreenVideo_GetCaption_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideo_SetDefault_Proxy( - IFullScreenVideo* This); -void __RPC_STUB IFullScreenVideo_SetDefault_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IFullScreenVideo_INTERFACE_DEFINED__ */ @@ -1051,108 +758,109 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IFullScreenVideoEx* This); + IFullScreenVideoEx *This); ULONG (STDMETHODCALLTYPE *Release)( - IFullScreenVideoEx* This); + IFullScreenVideoEx *This); /*** IFullScreenVideo methods ***/ HRESULT (STDMETHODCALLTYPE *CountModes)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG *pModes); HRESULT (STDMETHODCALLTYPE *GetModeInfo)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Mode, LONG *pWidth, LONG *pHeight, LONG *pDepth); HRESULT (STDMETHODCALLTYPE *GetCurrentMode)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG *pMode); HRESULT (STDMETHODCALLTYPE *IsModeAvailable)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Mode); HRESULT (STDMETHODCALLTYPE *IsModeEnabled)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Mode); HRESULT (STDMETHODCALLTYPE *SetEnabled)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Mode, LONG bEnabled); HRESULT (STDMETHODCALLTYPE *GetClipFactor)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG *pClipFactor); HRESULT (STDMETHODCALLTYPE *SetClipFactor)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG ClipFactor); HRESULT (STDMETHODCALLTYPE *SetMessageDrain)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, HWND hwnd); HRESULT (STDMETHODCALLTYPE *GetMessageDrain)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, HWND *hwnd); HRESULT (STDMETHODCALLTYPE *SetMonitor)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Monitor); HRESULT (STDMETHODCALLTYPE *GetMonitor)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG *Monitor); HRESULT (STDMETHODCALLTYPE *HideOnDeactivate)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG Hide); HRESULT (STDMETHODCALLTYPE *IsHideOnDeactivate)( - IFullScreenVideoEx* This); + IFullScreenVideoEx *This); HRESULT (STDMETHODCALLTYPE *SetCaption)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, BSTR strCaption); HRESULT (STDMETHODCALLTYPE *GetCaption)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, BSTR *pstrCaption); HRESULT (STDMETHODCALLTYPE *SetDefault)( - IFullScreenVideoEx* This); + IFullScreenVideoEx *This); /*** IFullScreenVideoEx methods ***/ HRESULT (STDMETHODCALLTYPE *SetAcceleratorTable)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, HWND hwnd, HACCEL hAccel); HRESULT (STDMETHODCALLTYPE *GetAcceleratorTable)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, HWND *phwnd, HACCEL *phAccel); HRESULT (STDMETHODCALLTYPE *KeepPixelAspectRatio)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG KeepAspect); HRESULT (STDMETHODCALLTYPE *IsKeepPixelAspectRatio)( - IFullScreenVideoEx* This, + IFullScreenVideoEx *This, LONG *pKeepAspect); END_INTERFACE } IFullScreenVideoExVtbl; + interface IFullScreenVideoEx { CONST_VTBL IFullScreenVideoExVtbl* lpVtbl; }; @@ -1267,40 +975,6 @@ #endif -HRESULT STDMETHODCALLTYPE IFullScreenVideoEx_SetAcceleratorTable_Proxy( - IFullScreenVideoEx* This, - HWND hwnd, - HACCEL hAccel); -void __RPC_STUB IFullScreenVideoEx_SetAcceleratorTable_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideoEx_GetAcceleratorTable_Proxy( - IFullScreenVideoEx* This, - HWND *phwnd, - HACCEL *phAccel); -void __RPC_STUB IFullScreenVideoEx_GetAcceleratorTable_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideoEx_KeepPixelAspectRatio_Proxy( - IFullScreenVideoEx* This, - LONG KeepAspect); -void __RPC_STUB IFullScreenVideoEx_KeepPixelAspectRatio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IFullScreenVideoEx_IsKeepPixelAspectRatio_Proxy( - IFullScreenVideoEx* This, - LONG *pKeepAspect); -void __RPC_STUB IFullScreenVideoEx_IsKeepPixelAspectRatio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IFullScreenVideoEx_INTERFACE_DEFINED__ */ @@ -1341,47 +1015,48 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IBaseVideoMixer* This); + IBaseVideoMixer *This); ULONG (STDMETHODCALLTYPE *Release)( - IBaseVideoMixer* This); + IBaseVideoMixer *This); /*** IBaseVideoMixer methods ***/ HRESULT (STDMETHODCALLTYPE *SetLeadPin)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int iPin); HRESULT (STDMETHODCALLTYPE *GetLeadPin)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int *piPin); HRESULT (STDMETHODCALLTYPE *GetInputPinCount)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int *piPinCount); HRESULT (STDMETHODCALLTYPE *IsUsingClock)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int *pbValue); HRESULT (STDMETHODCALLTYPE *SetUsingClock)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int bValue); HRESULT (STDMETHODCALLTYPE *GetClockPeriod)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int *pbValue); HRESULT (STDMETHODCALLTYPE *SetClockPeriod)( - IBaseVideoMixer* This, + IBaseVideoMixer *This, int bValue); END_INTERFACE } IBaseVideoMixerVtbl; + interface IBaseVideoMixer { CONST_VTBL IBaseVideoMixerVtbl* lpVtbl; }; @@ -1438,62 +1113,6 @@ #endif -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_SetLeadPin_Proxy( - IBaseVideoMixer* This, - int iPin); -void __RPC_STUB IBaseVideoMixer_SetLeadPin_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_GetLeadPin_Proxy( - IBaseVideoMixer* This, - int *piPin); -void __RPC_STUB IBaseVideoMixer_GetLeadPin_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_GetInputPinCount_Proxy( - IBaseVideoMixer* This, - int *piPinCount); -void __RPC_STUB IBaseVideoMixer_GetInputPinCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_IsUsingClock_Proxy( - IBaseVideoMixer* This, - int *pbValue); -void __RPC_STUB IBaseVideoMixer_IsUsingClock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_SetUsingClock_Proxy( - IBaseVideoMixer* This, - int bValue); -void __RPC_STUB IBaseVideoMixer_SetUsingClock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_GetClockPeriod_Proxy( - IBaseVideoMixer* This, - int *pbValue); -void __RPC_STUB IBaseVideoMixer_GetClockPeriod_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IBaseVideoMixer_SetClockPeriod_Proxy( - IBaseVideoMixer* This, - int bValue); -void __RPC_STUB IBaseVideoMixer_SetClockPeriod_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IBaseVideoMixer_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/austream.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/austream.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/austream.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/austream.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/austream.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/austream.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,21 +20,33 @@ #ifndef __IAudioMediaStream_FWD_DEFINED__ #define __IAudioMediaStream_FWD_DEFINED__ typedef interface IAudioMediaStream IAudioMediaStream; +#ifdef __cplusplus +interface IAudioMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IAudioStreamSample_FWD_DEFINED__ #define __IAudioStreamSample_FWD_DEFINED__ typedef interface IAudioStreamSample IAudioStreamSample; +#ifdef __cplusplus +interface IAudioStreamSample; +#endif /* __cplusplus */ #endif #ifndef __IMemoryData_FWD_DEFINED__ #define __IMemoryData_FWD_DEFINED__ typedef interface IMemoryData IMemoryData; +#ifdef __cplusplus +interface IMemoryData; +#endif /* __cplusplus */ #endif #ifndef __IAudioData_FWD_DEFINED__ #define __IAudioData_FWD_DEFINED__ typedef interface IAudioData IAudioData; +#ifdef __cplusplus +interface IAudioData; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -52,21 +64,33 @@ #ifndef __IAudioMediaStream_FWD_DEFINED__ #define __IAudioMediaStream_FWD_DEFINED__ typedef interface IAudioMediaStream IAudioMediaStream; +#ifdef __cplusplus +interface IAudioMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IAudioStreamSample_FWD_DEFINED__ #define __IAudioStreamSample_FWD_DEFINED__ typedef interface IAudioStreamSample IAudioStreamSample; +#ifdef __cplusplus +interface IAudioStreamSample; +#endif /* __cplusplus */ #endif #ifndef __IMemoryData_FWD_DEFINED__ #define __IMemoryData_FWD_DEFINED__ typedef interface IMemoryData IMemoryData; +#ifdef __cplusplus +interface IMemoryData; +#endif /* __cplusplus */ #endif #ifndef __IAudioData_FWD_DEFINED__ #define __IAudioData_FWD_DEFINED__ typedef interface IAudioData IAudioData; +#ifdef __cplusplus +interface IAudioData; +#endif /* __cplusplus */ #endif /***************************************************************************** @@ -101,63 +125,64 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioMediaStream* This, + IAudioMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioMediaStream* This); + IAudioMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioMediaStream* This); + IAudioMediaStream *This); /*** IMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetMultiMediaStream)( - IAudioMediaStream* This, + IAudioMediaStream *This, IMultiMediaStream **ppMultiMediaStream); HRESULT (STDMETHODCALLTYPE *GetInformation)( - IAudioMediaStream* This, + IAudioMediaStream *This, MSPID *pPurposeId, STREAM_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetSameFormat)( - IAudioMediaStream* This, + IAudioMediaStream *This, IMediaStream *pStreamThatHasDesiredFormat, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IAudioMediaStream* This, + IAudioMediaStream *This, DWORD dwFlags, IStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *CreateSharedSample)( - IAudioMediaStream* This, + IAudioMediaStream *This, IStreamSample *pExistingSample, DWORD dwFlags, IStreamSample **ppNewSample); HRESULT (STDMETHODCALLTYPE *SendEndOfStream)( - IAudioMediaStream* This, + IAudioMediaStream *This, DWORD dwFlags); /*** IAudioMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetFormat)( - IAudioMediaStream* This, + IAudioMediaStream *This, WAVEFORMATEX *pWaveFormatCurrent); HRESULT (STDMETHODCALLTYPE *SetFormat)( - IAudioMediaStream* This, + IAudioMediaStream *This, const WAVEFORMATEX *lpWaveFormat); HRESULT (STDMETHODCALLTYPE *CreateSample)( - IAudioMediaStream* This, + IAudioMediaStream *This, IAudioData *pAudioData, DWORD dwFlags, IAudioStreamSample **ppSample); END_INTERFACE } IAudioMediaStreamVtbl; + interface IAudioMediaStream { CONST_VTBL IAudioMediaStreamVtbl* lpVtbl; }; @@ -224,32 +249,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioMediaStream_GetFormat_Proxy( - IAudioMediaStream* This, - WAVEFORMATEX *pWaveFormatCurrent); -void __RPC_STUB IAudioMediaStream_GetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioMediaStream_SetFormat_Proxy( - IAudioMediaStream* This, - const WAVEFORMATEX *lpWaveFormat); -void __RPC_STUB IAudioMediaStream_SetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioMediaStream_CreateSample_Proxy( - IAudioMediaStream* This, - IAudioData *pAudioData, - DWORD dwFlags, - IAudioStreamSample **ppSample); -void __RPC_STUB IAudioMediaStream_CreateSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioMediaStream_INTERFACE_DEFINED__ */ @@ -277,51 +276,52 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioStreamSample* This, + IAudioStreamSample *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioStreamSample* This); + IAudioStreamSample *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioStreamSample* This); + IAudioStreamSample *This); /*** IStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IAudioStreamSample* This, + IAudioStreamSample *This, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetSampleTimes)( - IAudioStreamSample* This, + IAudioStreamSample *This, STREAM_TIME *pStartTime, STREAM_TIME *pEndTime, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *SetSampleTimes)( - IAudioStreamSample* This, + IAudioStreamSample *This, const STREAM_TIME *pStartTime, const STREAM_TIME *pEndTime); HRESULT (STDMETHODCALLTYPE *Update)( - IAudioStreamSample* This, + IAudioStreamSample *This, DWORD dwFlags, HANDLE hEvent, PAPCFUNC pfnAPC, DWORD dwAPCData); HRESULT (STDMETHODCALLTYPE *CompletionStatus)( - IAudioStreamSample* This, + IAudioStreamSample *This, DWORD dwFlags, DWORD dwMilliseconds); /*** IAudioStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetAudioData)( - IAudioStreamSample* This, + IAudioStreamSample *This, IAudioData **ppAudio); END_INTERFACE } IAudioStreamSampleVtbl; + interface IAudioStreamSample { CONST_VTBL IAudioStreamSampleVtbl* lpVtbl; }; @@ -376,14 +376,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioStreamSample_GetAudioData_Proxy( - IAudioStreamSample* This, - IAudioData **ppAudio); -void __RPC_STUB IAudioStreamSample_GetAudioData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioStreamSample_INTERFACE_DEFINED__ */ @@ -421,35 +413,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMemoryData* This, + IMemoryData *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMemoryData* This); + IMemoryData *This); ULONG (STDMETHODCALLTYPE *Release)( - IMemoryData* This); + IMemoryData *This); /*** IMemoryData methods ***/ HRESULT (STDMETHODCALLTYPE *SetBuffer)( - IMemoryData* This, + IMemoryData *This, DWORD cbSize, BYTE *pbData, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetInfo)( - IMemoryData* This, + IMemoryData *This, DWORD *pdwLength, BYTE **ppbData, DWORD *pcbActualData); HRESULT (STDMETHODCALLTYPE *SetActual)( - IMemoryData* This, + IMemoryData *This, DWORD cbDataValid); END_INTERFACE } IMemoryDataVtbl; + interface IMemoryData { CONST_VTBL IMemoryDataVtbl* lpVtbl; }; @@ -490,34 +483,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMemoryData_SetBuffer_Proxy( - IMemoryData* This, - DWORD cbSize, - BYTE *pbData, - DWORD dwFlags); -void __RPC_STUB IMemoryData_SetBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMemoryData_GetInfo_Proxy( - IMemoryData* This, - DWORD *pdwLength, - BYTE **ppbData, - DWORD *pcbActualData); -void __RPC_STUB IMemoryData_GetInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMemoryData_SetActual_Proxy( - IMemoryData* This, - DWORD cbDataValid); -void __RPC_STUB IMemoryData_SetActual_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMemoryData_INTERFACE_DEFINED__ */ @@ -548,44 +513,45 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioData* This, + IAudioData *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioData* This); + IAudioData *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioData* This); + IAudioData *This); /*** IMemoryData methods ***/ HRESULT (STDMETHODCALLTYPE *SetBuffer)( - IAudioData* This, + IAudioData *This, DWORD cbSize, BYTE *pbData, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetInfo)( - IAudioData* This, + IAudioData *This, DWORD *pdwLength, BYTE **ppbData, DWORD *pcbActualData); HRESULT (STDMETHODCALLTYPE *SetActual)( - IAudioData* This, + IAudioData *This, DWORD cbDataValid); /*** IAudioData methods ***/ HRESULT (STDMETHODCALLTYPE *GetFormat)( - IAudioData* This, + IAudioData *This, WAVEFORMATEX *pWaveFormatCurrent); HRESULT (STDMETHODCALLTYPE *SetFormat)( - IAudioData* This, + IAudioData *This, const WAVEFORMATEX *lpWaveFormat); END_INTERFACE } IAudioDataVtbl; + interface IAudioData { CONST_VTBL IAudioDataVtbl* lpVtbl; }; @@ -636,22 +602,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioData_GetFormat_Proxy( - IAudioData* This, - WAVEFORMATEX *pWaveFormatCurrent); -void __RPC_STUB IAudioData_GetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioData_SetFormat_Proxy( - IAudioData* This, - const WAVEFORMATEX *lpWaveFormat); -void __RPC_STUB IAudioData_SetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioData_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10_1.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10_1.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10_1.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10_1.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3d10_1.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d10_1.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,16 +20,25 @@ #ifndef __ID3D10BlendState1_FWD_DEFINED__ #define __ID3D10BlendState1_FWD_DEFINED__ typedef interface ID3D10BlendState1 ID3D10BlendState1; +#ifdef __cplusplus +interface ID3D10BlendState1; +#endif /* __cplusplus */ #endif #ifndef __ID3D10ShaderResourceView1_FWD_DEFINED__ #define __ID3D10ShaderResourceView1_FWD_DEFINED__ typedef interface ID3D10ShaderResourceView1 ID3D10ShaderResourceView1; +#ifdef __cplusplus +interface ID3D10ShaderResourceView1; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Device1_FWD_DEFINED__ #define __ID3D10Device1_FWD_DEFINED__ typedef interface ID3D10Device1 ID3D10Device1; +#ifdef __cplusplus +interface ID3D10Device1; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -132,50 +141,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10BlendState1* This); + ID3D10BlendState1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10BlendState1* This); + ID3D10BlendState1 *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, REFGUID guid, const IUnknown *pData); /*** ID3D10BlendState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, D3D10_BLEND_DESC *pDesc); /*** ID3D10BlendState1 methods ***/ void (STDMETHODCALLTYPE *GetDesc1)( - ID3D10BlendState1* This, + ID3D10BlendState1 *This, D3D10_BLEND_DESC1 *pDesc); END_INTERFACE } ID3D10BlendState1Vtbl; + interface ID3D10BlendState1 { CONST_VTBL ID3D10BlendState1Vtbl* lpVtbl; }; @@ -232,14 +242,6 @@ #endif -void STDMETHODCALLTYPE ID3D10BlendState1_GetDesc1_Proxy( - ID3D10BlendState1* This, - D3D10_BLEND_DESC1 *pDesc); -void __RPC_STUB ID3D10BlendState1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10BlendState1_INTERFACE_DEFINED__ */ @@ -290,55 +292,56 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10ShaderResourceView1* This); + ID3D10ShaderResourceView1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10ShaderResourceView1* This); + ID3D10ShaderResourceView1 *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, REFGUID guid, const IUnknown *pData); /*** ID3D10View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, ID3D10Resource **ppResource); /*** ID3D10ShaderResourceView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc); /*** ID3D10ShaderResourceView1 methods ***/ void (STDMETHODCALLTYPE *GetDesc1)( - ID3D10ShaderResourceView1* This, + ID3D10ShaderResourceView1 *This, D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc); END_INTERFACE } ID3D10ShaderResourceView1Vtbl; + interface ID3D10ShaderResourceView1 { CONST_VTBL ID3D10ShaderResourceView1Vtbl* lpVtbl; }; @@ -401,14 +404,6 @@ #endif -void STDMETHODCALLTYPE ID3D10ShaderResourceView1_GetDesc1_Proxy( - ID3D10ShaderResourceView1* This, - D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc); -void __RPC_STUB ID3D10ShaderResourceView1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10ShaderResourceView1_INTERFACE_DEFINED__ */ @@ -445,66 +440,66 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Device1* This, + ID3D10Device1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Device1* This); + ID3D10Device1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Device1* This); + ID3D10Device1 *This); /*** ID3D10Device methods ***/ void (STDMETHODCALLTYPE *VSSetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *PSSetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *PSSetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10PixelShader *pPixelShader); void (STDMETHODCALLTYPE *PSSetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *VSSetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10VertexShader *pVertexShader); void (STDMETHODCALLTYPE *DrawIndexed)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation); void (STDMETHODCALLTYPE *Draw)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT VertexCount, UINT StartVertexLocation); void (STDMETHODCALLTYPE *PSSetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *IASetInputLayout)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10InputLayout *pInputLayout); void (STDMETHODCALLTYPE *IASetVertexBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppVertexBuffers, @@ -512,13 +507,13 @@ const UINT *pOffsets); void (STDMETHODCALLTYPE *IASetIndexBuffer)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Buffer *pIndexBuffer, DXGI_FORMAT Format, UINT Offset); void (STDMETHODCALLTYPE *DrawIndexedInstanced)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT IndexCountPerInstance, UINT InstanceCount, UINT StartIndexLocation, @@ -526,97 +521,97 @@ UINT StartInstanceLocation); void (STDMETHODCALLTYPE *DrawInstanced)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT VertexCountPerInstance, UINT InstanceCount, UINT StartVertexLocation, UINT StartInstanceLocation); void (STDMETHODCALLTYPE *GSSetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *GSSetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10GeometryShader *pShader); void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( - ID3D10Device1* This, + ID3D10Device1 *This, D3D10_PRIMITIVE_TOPOLOGY Topology); void (STDMETHODCALLTYPE *VSSetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *VSSetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *SetPredication)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Predicate *pPredicate, WINBOOL PredicateValue); void (STDMETHODCALLTYPE *GSSetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *GSSetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *OMSetRenderTargets)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumViews, ID3D10RenderTargetView *const *ppRenderTargetViews, ID3D10DepthStencilView *pDepthStencilView); void (STDMETHODCALLTYPE *OMSetBlendState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10BlendState *pBlendState, const FLOAT BlendFactor[4], UINT SampleMask); void (STDMETHODCALLTYPE *OMSetDepthStencilState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10DepthStencilState *pDepthStencilState, UINT StencilRef); void (STDMETHODCALLTYPE *SOSetTargets)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumBuffers, ID3D10Buffer *const *ppSOTargets, const UINT *pOffsets); void (STDMETHODCALLTYPE *DrawAuto)( - ID3D10Device1* This); + ID3D10Device1 *This); void (STDMETHODCALLTYPE *RSSetState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10RasterizerState *pRasterizerState); void (STDMETHODCALLTYPE *RSSetViewports)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumViewports, const D3D10_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSSetScissorRects)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumRects, const D3D10_RECT *pRects); void (STDMETHODCALLTYPE *CopySubresourceRegion)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pDstResource, UINT DstSubresource, UINT DstX, @@ -627,12 +622,12 @@ const D3D10_BOX *pSrcBox); void (STDMETHODCALLTYPE *CopyResource)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pDstResource, ID3D10Resource *pSrcResource); void (STDMETHODCALLTYPE *UpdateSubresource)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pDstResource, UINT DstSubresource, const D3D10_BOX *pDstBox, @@ -641,23 +636,23 @@ UINT SrcDepthPitch); void (STDMETHODCALLTYPE *ClearRenderTargetView)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10RenderTargetView *pRenderTargetView, const FLOAT ColorRGBA[4]); void (STDMETHODCALLTYPE *ClearDepthStencilView)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10DepthStencilView *pDepthStencilView, UINT ClearFlags, FLOAT Depth, UINT8 Stencil); void (STDMETHODCALLTYPE *GenerateMips)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10ShaderResourceView *pShaderResourceView); void (STDMETHODCALLTYPE *ResolveSubresource)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pDstResource, UINT DstSubresource, ID3D10Resource *pSrcResource, @@ -665,43 +660,43 @@ DXGI_FORMAT Format); void (STDMETHODCALLTYPE *VSGetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *PSGetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *PSGetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10PixelShader **ppPixelShader); void (STDMETHODCALLTYPE *PSGetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *VSGetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10VertexShader **ppVertexShader); void (STDMETHODCALLTYPE *PSGetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *IAGetInputLayout)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10InputLayout **ppInputLayout); void (STDMETHODCALLTYPE *IAGetVertexBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppVertexBuffers, @@ -709,168 +704,168 @@ UINT *pOffsets); void (STDMETHODCALLTYPE *IAGetIndexBuffer)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Buffer **pIndexBuffer, DXGI_FORMAT *Format, UINT *Offset); void (STDMETHODCALLTYPE *GSGetConstantBuffers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *GSGetShader)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10GeometryShader **ppGeometryShader); void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( - ID3D10Device1* This, + ID3D10Device1 *This, D3D10_PRIMITIVE_TOPOLOGY *pTopology); void (STDMETHODCALLTYPE *VSGetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *VSGetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *GetPredication)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Predicate **ppPredicate, WINBOOL *pPredicateValue); void (STDMETHODCALLTYPE *GSGetShaderResources)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *GSGetSamplers)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *OMGetRenderTargets)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumViews, ID3D10RenderTargetView **ppRenderTargetViews, ID3D10DepthStencilView **ppDepthStencilView); void (STDMETHODCALLTYPE *OMGetBlendState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10BlendState **ppBlendState, FLOAT BlendFactor[4], UINT *pSampleMask); void (STDMETHODCALLTYPE *OMGetDepthStencilState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10DepthStencilState **ppDepthStencilState, UINT *pStencilRef); void (STDMETHODCALLTYPE *SOGetTargets)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT NumBuffers, ID3D10Buffer **ppSOTargets, UINT *pOffsets); void (STDMETHODCALLTYPE *RSGetState)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10RasterizerState **ppRasterizerState); void (STDMETHODCALLTYPE *RSGetViewports)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT *NumViewports, D3D10_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSGetScissorRects)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT *NumRects, D3D10_RECT *pRects); HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( - ID3D10Device1* This); + ID3D10Device1 *This); HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT RaiseFlags); UINT (STDMETHODCALLTYPE *GetExceptionMode)( - ID3D10Device1* This); + ID3D10Device1 *This); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Device1* This, + ID3D10Device1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Device1* This, + ID3D10Device1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Device1* This, + ID3D10Device1 *This, REFGUID guid, const IUnknown *pData); void (STDMETHODCALLTYPE *ClearState)( - ID3D10Device1* This); + ID3D10Device1 *This); void (STDMETHODCALLTYPE *Flush)( - ID3D10Device1* This); + ID3D10Device1 *This); HRESULT (STDMETHODCALLTYPE *CreateBuffer)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_BUFFER_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Buffer **ppBuffer); HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_TEXTURE1D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture1D **ppTexture1D); HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_TEXTURE2D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture2D **ppTexture2D); HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_TEXTURE3D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture3D **ppTexture3D); HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pResource, const D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc, ID3D10ShaderResourceView **ppSRView); HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pResource, const D3D10_RENDER_TARGET_VIEW_DESC *pDesc, ID3D10RenderTargetView **ppRTView); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pResource, const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc, ID3D10DepthStencilView **ppDepthStencilView); HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_INPUT_ELEMENT_DESC *pInputElementDescs, UINT NumElements, const void *pShaderBytecodeWithInputSignature, @@ -878,19 +873,19 @@ ID3D10InputLayout **ppInputLayout); HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( - ID3D10Device1* This, + ID3D10Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10VertexShader **ppVertexShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( - ID3D10Device1* This, + ID3D10Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( - ID3D10Device1* This, + ID3D10Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, const D3D10_SO_DECLARATION_ENTRY *pSODeclaration, @@ -899,63 +894,63 @@ ID3D10GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( - ID3D10Device1* This, + ID3D10Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10PixelShader **ppPixelShader); HRESULT (STDMETHODCALLTYPE *CreateBlendState)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_BLEND_DESC *pBlendStateDesc, ID3D10BlendState **ppBlendState); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_DEPTH_STENCIL_DESC *pDepthStencilDesc, ID3D10DepthStencilState **ppDepthStencilState); HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_RASTERIZER_DESC *pRasterizerDesc, ID3D10RasterizerState **ppRasterizerState); HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_SAMPLER_DESC *pSamplerDesc, ID3D10SamplerState **ppSamplerState); HRESULT (STDMETHODCALLTYPE *CreateQuery)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_QUERY_DESC *pQueryDesc, ID3D10Query **ppQuery); HRESULT (STDMETHODCALLTYPE *CreatePredicate)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_QUERY_DESC *pPredicateDesc, ID3D10Predicate **ppPredicate); HRESULT (STDMETHODCALLTYPE *CreateCounter)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_COUNTER_DESC *pCounterDesc, ID3D10Counter **ppCounter); HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( - ID3D10Device1* This, + ID3D10Device1 *This, DXGI_FORMAT Format, UINT *pFormatSupport); HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( - ID3D10Device1* This, + ID3D10Device1 *This, DXGI_FORMAT Format, UINT SampleCount, UINT *pNumQualityLevels); void (STDMETHODCALLTYPE *CheckCounterInfo)( - ID3D10Device1* This, + ID3D10Device1 *This, D3D10_COUNTER_INFO *pCounterInfo); HRESULT (STDMETHODCALLTYPE *CheckCounter)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_COUNTER_DESC *pDesc, D3D10_COUNTER_TYPE *pType, UINT *pActiveCounters, @@ -967,41 +962,42 @@ UINT *pDescriptionLength); UINT (STDMETHODCALLTYPE *GetCreationFlags)( - ID3D10Device1* This); + ID3D10Device1 *This); HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( - ID3D10Device1* This, + ID3D10Device1 *This, HANDLE hResource, REFIID ReturnedInterface, void **ppResource); void (STDMETHODCALLTYPE *SetTextFilterSize)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT Width, UINT Height); void (STDMETHODCALLTYPE *GetTextFilterSize)( - ID3D10Device1* This, + ID3D10Device1 *This, UINT *pWidth, UINT *pHeight); /*** ID3D10Device1 methods ***/ HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView1)( - ID3D10Device1* This, + ID3D10Device1 *This, ID3D10Resource *pResource, const D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc, ID3D10ShaderResourceView1 **ppSRView); HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( - ID3D10Device1* This, + ID3D10Device1 *This, const D3D10_BLEND_DESC1 *pBlendStateDesc, ID3D10BlendState1 **ppBlendState); D3D10_FEATURE_LEVEL1 (STDMETHODCALLTYPE *GetFeatureLevel)( - ID3D10Device1* This); + ID3D10Device1 *This); END_INTERFACE } ID3D10Device1Vtbl; + interface ID3D10Device1 { CONST_VTBL ID3D10Device1Vtbl* lpVtbl; }; @@ -1424,32 +1420,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D10Device1_CreateShaderResourceView1_Proxy( - ID3D10Device1* This, - ID3D10Resource *pResource, - const D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc, - ID3D10ShaderResourceView1 **ppSRView); -void __RPC_STUB ID3D10Device1_CreateShaderResourceView1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device1_CreateBlendState1_Proxy( - ID3D10Device1* This, - const D3D10_BLEND_DESC1 *pBlendStateDesc, - ID3D10BlendState1 **ppBlendState); -void __RPC_STUB ID3D10Device1_CreateBlendState1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -D3D10_FEATURE_LEVEL1 STDMETHODCALLTYPE ID3D10Device1_GetFeatureLevel_Proxy( - ID3D10Device1* This); -void __RPC_STUB ID3D10Device1_GetFeatureLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Device1_INTERFACE_DEFINED__ */ @@ -1457,6 +1427,8 @@ HRESULT WINAPI D3D10CreateDevice1(IDXGIAdapter*,D3D10_DRIVER_TYPE, HMODULE,UINT,D3D10_FEATURE_LEVEL1,UINT,ID3D10Device1**); +HRESULT __stdcall D3D10CreateDeviceAndSwapChain1(IDXGIAdapter *adapter,enum D3D10_DRIVER_TYPE driver_type,HMODULE swrast,UINT flags,D3D10_FEATURE_LEVEL1 feature_level,UINT sdk_version,DXGI_SWAP_CHAIN_DESC *swapchain_desc,IDXGISwapChain **swapchain,ID3D10Device1 **device); + /* Begin additional prototypes for all interfaces */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10_1.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10_1.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10_1.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10_1.idl 2018-09-14 14:16:43.000000000 +0000 @@ -151,3 +151,7 @@ cpp_quote("HRESULT WINAPI D3D10CreateDevice1(IDXGIAdapter*,D3D10_DRIVER_TYPE,") cpp_quote(" HMODULE,UINT,D3D10_FEATURE_LEVEL1,UINT,ID3D10Device1**);") + +[local] HRESULT __stdcall D3D10CreateDeviceAndSwapChain1(IDXGIAdapter *adapter, enum D3D10_DRIVER_TYPE driver_type, + HMODULE swrast, UINT flags, D3D10_FEATURE_LEVEL1 feature_level, UINT sdk_version, + DXGI_SWAP_CHAIN_DESC *swapchain_desc, IDXGISwapChain **swapchain, ID3D10Device1 **device); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10effect.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10effect.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10effect.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10effect.h 2018-09-14 14:16:43.000000000 +0000 @@ -833,6 +833,8 @@ ID3D10Blob **effect, ID3D10Blob **errors); HRESULT WINAPI D3D10CreateEffectFromMemory(void *data, SIZE_T data_size, UINT flags, ID3D10Device *device, ID3D10EffectPool *effect_pool, ID3D10Effect **effect); +HRESULT WINAPI D3D10CreateEffectPoolFromMemory(void *data, SIZE_T data_size, UINT fx_flags, + ID3D10Device *device, ID3D10EffectPool **effect_pool); HRESULT WINAPI D3D10CreateStateBlock(ID3D10Device *device, D3D10_STATE_BLOCK_MASK *mask, ID3D10StateBlock **stateblock); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3d10.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d10.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,121 +20,193 @@ #ifndef __ID3D10DeviceChild_FWD_DEFINED__ #define __ID3D10DeviceChild_FWD_DEFINED__ typedef interface ID3D10DeviceChild ID3D10DeviceChild; +#ifdef __cplusplus +interface ID3D10DeviceChild; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Resource_FWD_DEFINED__ #define __ID3D10Resource_FWD_DEFINED__ typedef interface ID3D10Resource ID3D10Resource; +#ifdef __cplusplus +interface ID3D10Resource; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Buffer_FWD_DEFINED__ #define __ID3D10Buffer_FWD_DEFINED__ typedef interface ID3D10Buffer ID3D10Buffer; +#ifdef __cplusplus +interface ID3D10Buffer; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Texture1D_FWD_DEFINED__ #define __ID3D10Texture1D_FWD_DEFINED__ typedef interface ID3D10Texture1D ID3D10Texture1D; +#ifdef __cplusplus +interface ID3D10Texture1D; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Texture2D_FWD_DEFINED__ #define __ID3D10Texture2D_FWD_DEFINED__ typedef interface ID3D10Texture2D ID3D10Texture2D; +#ifdef __cplusplus +interface ID3D10Texture2D; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Texture3D_FWD_DEFINED__ #define __ID3D10Texture3D_FWD_DEFINED__ typedef interface ID3D10Texture3D ID3D10Texture3D; +#ifdef __cplusplus +interface ID3D10Texture3D; +#endif /* __cplusplus */ #endif #ifndef __ID3D10View_FWD_DEFINED__ #define __ID3D10View_FWD_DEFINED__ typedef interface ID3D10View ID3D10View; +#ifdef __cplusplus +interface ID3D10View; +#endif /* __cplusplus */ #endif #ifndef __ID3D10DepthStencilView_FWD_DEFINED__ #define __ID3D10DepthStencilView_FWD_DEFINED__ typedef interface ID3D10DepthStencilView ID3D10DepthStencilView; +#ifdef __cplusplus +interface ID3D10DepthStencilView; +#endif /* __cplusplus */ #endif #ifndef __ID3D10RenderTargetView_FWD_DEFINED__ #define __ID3D10RenderTargetView_FWD_DEFINED__ typedef interface ID3D10RenderTargetView ID3D10RenderTargetView; +#ifdef __cplusplus +interface ID3D10RenderTargetView; +#endif /* __cplusplus */ #endif #ifndef __ID3D10ShaderResourceView_FWD_DEFINED__ #define __ID3D10ShaderResourceView_FWD_DEFINED__ typedef interface ID3D10ShaderResourceView ID3D10ShaderResourceView; +#ifdef __cplusplus +interface ID3D10ShaderResourceView; +#endif /* __cplusplus */ #endif #ifndef __ID3D10BlendState_FWD_DEFINED__ #define __ID3D10BlendState_FWD_DEFINED__ typedef interface ID3D10BlendState ID3D10BlendState; +#ifdef __cplusplus +interface ID3D10BlendState; +#endif /* __cplusplus */ #endif #ifndef __ID3D10DepthStencilState_FWD_DEFINED__ #define __ID3D10DepthStencilState_FWD_DEFINED__ typedef interface ID3D10DepthStencilState ID3D10DepthStencilState; +#ifdef __cplusplus +interface ID3D10DepthStencilState; +#endif /* __cplusplus */ #endif #ifndef __ID3D10GeometryShader_FWD_DEFINED__ #define __ID3D10GeometryShader_FWD_DEFINED__ typedef interface ID3D10GeometryShader ID3D10GeometryShader; +#ifdef __cplusplus +interface ID3D10GeometryShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D10InputLayout_FWD_DEFINED__ #define __ID3D10InputLayout_FWD_DEFINED__ typedef interface ID3D10InputLayout ID3D10InputLayout; +#ifdef __cplusplus +interface ID3D10InputLayout; +#endif /* __cplusplus */ #endif #ifndef __ID3D10PixelShader_FWD_DEFINED__ #define __ID3D10PixelShader_FWD_DEFINED__ typedef interface ID3D10PixelShader ID3D10PixelShader; +#ifdef __cplusplus +interface ID3D10PixelShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D10RasterizerState_FWD_DEFINED__ #define __ID3D10RasterizerState_FWD_DEFINED__ typedef interface ID3D10RasterizerState ID3D10RasterizerState; +#ifdef __cplusplus +interface ID3D10RasterizerState; +#endif /* __cplusplus */ #endif #ifndef __ID3D10SamplerState_FWD_DEFINED__ #define __ID3D10SamplerState_FWD_DEFINED__ typedef interface ID3D10SamplerState ID3D10SamplerState; +#ifdef __cplusplus +interface ID3D10SamplerState; +#endif /* __cplusplus */ #endif #ifndef __ID3D10VertexShader_FWD_DEFINED__ #define __ID3D10VertexShader_FWD_DEFINED__ typedef interface ID3D10VertexShader ID3D10VertexShader; +#ifdef __cplusplus +interface ID3D10VertexShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Asynchronous_FWD_DEFINED__ #define __ID3D10Asynchronous_FWD_DEFINED__ typedef interface ID3D10Asynchronous ID3D10Asynchronous; +#ifdef __cplusplus +interface ID3D10Asynchronous; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Counter_FWD_DEFINED__ #define __ID3D10Counter_FWD_DEFINED__ typedef interface ID3D10Counter ID3D10Counter; +#ifdef __cplusplus +interface ID3D10Counter; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Query_FWD_DEFINED__ #define __ID3D10Query_FWD_DEFINED__ typedef interface ID3D10Query ID3D10Query; +#ifdef __cplusplus +interface ID3D10Query; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Predicate_FWD_DEFINED__ #define __ID3D10Predicate_FWD_DEFINED__ typedef interface ID3D10Predicate ID3D10Predicate; +#ifdef __cplusplus +interface ID3D10Predicate; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Device_FWD_DEFINED__ #define __ID3D10Device_FWD_DEFINED__ typedef interface ID3D10Device ID3D10Device; +#ifdef __cplusplus +interface ID3D10Device; +#endif /* __cplusplus */ #endif #ifndef __ID3D10Multithread_FWD_DEFINED__ #define __ID3D10Multithread_FWD_DEFINED__ typedef interface ID3D10Multithread ID3D10Multithread; +#ifdef __cplusplus +interface ID3D10Multithread; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -585,7 +657,7 @@ #endif #define D3D10_APPEND_ALIGNED_ELEMENT (0xffffffff) -#define _FACD3D10 (0x87) +#define _FACD3D10 (0x879) #define _FACD3D10DEBUG (_FACD3D10 + 1) @@ -1158,6 +1230,33 @@ D3D10_COLOR_WRITE_ENABLE_ALPHA = 0x8, D3D10_COLOR_WRITE_ENABLE_ALL = ((D3D10_COLOR_WRITE_ENABLE_RED | D3D10_COLOR_WRITE_ENABLE_GREEN) | D3D10_COLOR_WRITE_ENABLE_BLUE) | D3D10_COLOR_WRITE_ENABLE_ALPHA } D3D10_COLOR_WRITE_ENABLE; +typedef enum D3D10_FORMAT_SUPPORT { + D3D10_FORMAT_SUPPORT_BUFFER = 0x1, + D3D10_FORMAT_SUPPORT_IA_VERTEX_BUFFER = 0x2, + D3D10_FORMAT_SUPPORT_IA_INDEX_BUFFER = 0x4, + D3D10_FORMAT_SUPPORT_SO_BUFFER = 0x8, + D3D10_FORMAT_SUPPORT_TEXTURE1D = 0x10, + D3D10_FORMAT_SUPPORT_TEXTURE2D = 0x20, + D3D10_FORMAT_SUPPORT_TEXTURE3D = 0x40, + D3D10_FORMAT_SUPPORT_TEXTURECUBE = 0x80, + D3D10_FORMAT_SUPPORT_SHADER_LOAD = 0x100, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE = 0x200, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON = 0x400, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT = 0x800, + D3D10_FORMAT_SUPPORT_MIP = 0x1000, + D3D10_FORMAT_SUPPORT_MIP_AUTOGEN = 0x2000, + D3D10_FORMAT_SUPPORT_RENDER_TARGET = 0x4000, + D3D10_FORMAT_SUPPORT_BLENDABLE = 0x8000, + D3D10_FORMAT_SUPPORT_DEPTH_STENCIL = 0x10000, + D3D10_FORMAT_SUPPORT_CPU_LOCKABLE = 0x20000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE = 0x40000, + D3D10_FORMAT_SUPPORT_DISPLAY = 0x80000, + D3D10_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT = 0x100000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET = 0x200000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_LOAD = 0x400000, + D3D10_FORMAT_SUPPORT_SHADER_GATHER = 0x800000, + D3D10_FORMAT_SUPPORT_BACK_BUFFER_CAST = 0x1000000 +} D3D10_FORMAT_SUPPORT; typedef enum D3D10_TEXTURECUBE_FACE { D3D10_TEXTURECUBE_FACE_POSITIVE_X = 0, D3D10_TEXTURECUBE_FACE_NEGATIVE_X = 1, @@ -1206,6 +1305,9 @@ #ifndef __ID3D10Device_FWD_DEFINED__ #define __ID3D10Device_FWD_DEFINED__ typedef interface ID3D10Device ID3D10Device; +#ifdef __cplusplus +interface ID3D10Device; +#endif /* __cplusplus */ #endif /***************************************************************************** @@ -1246,40 +1348,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10DeviceChild* This, + ID3D10DeviceChild *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10DeviceChild* This); + ID3D10DeviceChild *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10DeviceChild* This); + ID3D10DeviceChild *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10DeviceChild* This, + ID3D10DeviceChild *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10DeviceChild* This, + ID3D10DeviceChild *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10DeviceChild* This, + ID3D10DeviceChild *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10DeviceChild* This, + ID3D10DeviceChild *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D10DeviceChildVtbl; + interface ID3D10DeviceChild { CONST_VTBL ID3D10DeviceChildVtbl* lpVtbl; }; @@ -1324,43 +1427,6 @@ #endif -void STDMETHODCALLTYPE ID3D10DeviceChild_GetDevice_Proxy( - ID3D10DeviceChild* This, - ID3D10Device **ppDevice); -void __RPC_STUB ID3D10DeviceChild_GetDevice_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10DeviceChild_GetPrivateData_Proxy( - ID3D10DeviceChild* This, - REFGUID guid, - UINT *pDataSize, - void *pData); -void __RPC_STUB ID3D10DeviceChild_GetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10DeviceChild_SetPrivateData_Proxy( - ID3D10DeviceChild* This, - REFGUID guid, - UINT DataSize, - const void *pData); -void __RPC_STUB ID3D10DeviceChild_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10DeviceChild_SetPrivateDataInterface_Proxy( - ID3D10DeviceChild* This, - REFGUID guid, - const IUnknown *pData); -void __RPC_STUB ID3D10DeviceChild_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10DeviceChild_INTERFACE_DEFINED__ */ @@ -1394,52 +1460,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Resource* This, + ID3D10Resource *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Resource* This); + ID3D10Resource *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Resource* This); + ID3D10Resource *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Resource* This, + ID3D10Resource *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Resource* This, + ID3D10Resource *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Resource* This, + ID3D10Resource *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Resource* This, + ID3D10Resource *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D10Resource* This, + ID3D10Resource *This, D3D10_RESOURCE_DIMENSION *rType); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D10Resource* This, + ID3D10Resource *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D10Resource* This); + ID3D10Resource *This); END_INTERFACE } ID3D10ResourceVtbl; + interface ID3D10Resource { CONST_VTBL ID3D10ResourceVtbl* lpVtbl; }; @@ -1498,29 +1565,6 @@ #endif -void STDMETHODCALLTYPE ID3D10Resource_GetType_Proxy( - ID3D10Resource* This, - D3D10_RESOURCE_DIMENSION *rType); -void __RPC_STUB ID3D10Resource_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Resource_SetEvictionPriority_Proxy( - ID3D10Resource* This, - UINT EvictionPriority); -void __RPC_STUB ID3D10Resource_SetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D10Resource_GetEvictionPriority_Proxy( - ID3D10Resource* This); -void __RPC_STUB ID3D10Resource_GetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Resource_INTERFACE_DEFINED__ */ @@ -1556,66 +1600,67 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Buffer* This, + ID3D10Buffer *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Buffer* This); + ID3D10Buffer *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Buffer* This); + ID3D10Buffer *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Buffer* This, + ID3D10Buffer *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Buffer* This, + ID3D10Buffer *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Buffer* This, + ID3D10Buffer *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Buffer* This, + ID3D10Buffer *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D10Buffer* This, + ID3D10Buffer *This, D3D10_RESOURCE_DIMENSION *rType); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D10Buffer* This, + ID3D10Buffer *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D10Buffer* This); + ID3D10Buffer *This); /*** ID3D10Buffer methods ***/ HRESULT (STDMETHODCALLTYPE *Map)( - ID3D10Buffer* This, + ID3D10Buffer *This, D3D10_MAP MapType, UINT MapFlags, void **ppData); void (STDMETHODCALLTYPE *Unmap)( - ID3D10Buffer* This); + ID3D10Buffer *This); void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Buffer* This, + ID3D10Buffer *This, D3D10_BUFFER_DESC *pDesc); END_INTERFACE } ID3D10BufferVtbl; + interface ID3D10Buffer { CONST_VTBL ID3D10BufferVtbl* lpVtbl; }; @@ -1688,31 +1733,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D10Buffer_Map_Proxy( - ID3D10Buffer* This, - D3D10_MAP MapType, - UINT MapFlags, - void **ppData); -void __RPC_STUB ID3D10Buffer_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Buffer_Unmap_Proxy( - ID3D10Buffer* This); -void __RPC_STUB ID3D10Buffer_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Buffer_GetDesc_Proxy( - ID3D10Buffer* This, - D3D10_BUFFER_DESC *pDesc); -void __RPC_STUB ID3D10Buffer_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Buffer_INTERFACE_DEFINED__ */ @@ -1749,68 +1769,69 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Texture1D* This); + ID3D10Texture1D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Texture1D* This); + ID3D10Texture1D *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, D3D10_RESOURCE_DIMENSION *rType); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D10Texture1D* This); + ID3D10Texture1D *This); /*** ID3D10Texture1D methods ***/ HRESULT (STDMETHODCALLTYPE *Map)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, UINT Subresource, D3D10_MAP MapType, UINT MapFlags, void **ppData); void (STDMETHODCALLTYPE *Unmap)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, UINT Subresource); void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Texture1D* This, + ID3D10Texture1D *This, D3D10_TEXTURE1D_DESC *pDesc); END_INTERFACE } ID3D10Texture1DVtbl; + interface ID3D10Texture1D { CONST_VTBL ID3D10Texture1DVtbl* lpVtbl; }; @@ -1883,33 +1904,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D10Texture1D_Map_Proxy( - ID3D10Texture1D* This, - UINT Subresource, - D3D10_MAP MapType, - UINT MapFlags, - void **ppData); -void __RPC_STUB ID3D10Texture1D_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture1D_Unmap_Proxy( - ID3D10Texture1D* This, - UINT Subresource); -void __RPC_STUB ID3D10Texture1D_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture1D_GetDesc_Proxy( - ID3D10Texture1D* This, - D3D10_TEXTURE1D_DESC *pDesc); -void __RPC_STUB ID3D10Texture1D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Texture1D_INTERFACE_DEFINED__ */ @@ -1946,68 +1940,69 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Texture2D* This); + ID3D10Texture2D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Texture2D* This); + ID3D10Texture2D *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, D3D10_RESOURCE_DIMENSION *rType); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D10Texture2D* This); + ID3D10Texture2D *This); /*** ID3D10Texture2D methods ***/ HRESULT (STDMETHODCALLTYPE *Map)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, UINT Subresource, D3D10_MAP MapType, UINT MapFlags, D3D10_MAPPED_TEXTURE2D *pMappedTex2D); void (STDMETHODCALLTYPE *Unmap)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, UINT Subresource); void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Texture2D* This, + ID3D10Texture2D *This, D3D10_TEXTURE2D_DESC *pDesc); END_INTERFACE } ID3D10Texture2DVtbl; + interface ID3D10Texture2D { CONST_VTBL ID3D10Texture2DVtbl* lpVtbl; }; @@ -2080,33 +2075,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D10Texture2D_Map_Proxy( - ID3D10Texture2D* This, - UINT Subresource, - D3D10_MAP MapType, - UINT MapFlags, - D3D10_MAPPED_TEXTURE2D *pMappedTex2D); -void __RPC_STUB ID3D10Texture2D_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture2D_Unmap_Proxy( - ID3D10Texture2D* This, - UINT Subresource); -void __RPC_STUB ID3D10Texture2D_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture2D_GetDesc_Proxy( - ID3D10Texture2D* This, - D3D10_TEXTURE2D_DESC *pDesc); -void __RPC_STUB ID3D10Texture2D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Texture2D_INTERFACE_DEFINED__ */ @@ -2143,68 +2111,69 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Texture3D* This); + ID3D10Texture3D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Texture3D* This); + ID3D10Texture3D *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, D3D10_RESOURCE_DIMENSION *rType); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D10Texture3D* This); + ID3D10Texture3D *This); /*** ID3D10Texture3D methods ***/ HRESULT (STDMETHODCALLTYPE *Map)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, UINT Subresource, D3D10_MAP MapType, UINT MapFlags, D3D10_MAPPED_TEXTURE3D *pMappedTex3D); void (STDMETHODCALLTYPE *Unmap)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, UINT Subresource); void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Texture3D* This, + ID3D10Texture3D *This, D3D10_TEXTURE3D_DESC *pDesc); END_INTERFACE } ID3D10Texture3DVtbl; + interface ID3D10Texture3D { CONST_VTBL ID3D10Texture3DVtbl* lpVtbl; }; @@ -2277,33 +2246,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D10Texture3D_Map_Proxy( - ID3D10Texture3D* This, - UINT Subresource, - D3D10_MAP MapType, - UINT MapFlags, - D3D10_MAPPED_TEXTURE3D *pMappedTex3D); -void __RPC_STUB ID3D10Texture3D_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture3D_Unmap_Proxy( - ID3D10Texture3D* This, - UINT Subresource); -void __RPC_STUB ID3D10Texture3D_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Texture3D_GetDesc_Proxy( - ID3D10Texture3D* This, - D3D10_TEXTURE3D_DESC *pDesc); -void __RPC_STUB ID3D10Texture3D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Texture3D_INTERFACE_DEFINED__ */ @@ -2331,45 +2273,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10View* This, + ID3D10View *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10View* This); + ID3D10View *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10View* This); + ID3D10View *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10View* This, + ID3D10View *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10View* This, + ID3D10View *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10View* This, + ID3D10View *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10View* This, + ID3D10View *This, REFGUID guid, const IUnknown *pData); /*** ID3D10View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D10View* This, + ID3D10View *This, ID3D10Resource **ppResource); END_INTERFACE } ID3D10ViewVtbl; + interface ID3D10View { CONST_VTBL ID3D10ViewVtbl* lpVtbl; }; @@ -2420,14 +2363,6 @@ #endif -void STDMETHODCALLTYPE ID3D10View_GetResource_Proxy( - ID3D10View* This, - ID3D10Resource **ppResource); -void __RPC_STUB ID3D10View_GetResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10View_INTERFACE_DEFINED__ */ @@ -2455,50 +2390,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10DepthStencilView* This); + ID3D10DepthStencilView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10DepthStencilView* This); + ID3D10DepthStencilView *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, REFGUID guid, const IUnknown *pData); /*** ID3D10View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, ID3D10Resource **ppResource); /*** ID3D10DepthStencilView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10DepthStencilView* This, + ID3D10DepthStencilView *This, D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc); END_INTERFACE } ID3D10DepthStencilViewVtbl; + interface ID3D10DepthStencilView { CONST_VTBL ID3D10DepthStencilViewVtbl* lpVtbl; }; @@ -2555,14 +2491,6 @@ #endif -void STDMETHODCALLTYPE ID3D10DepthStencilView_GetDesc_Proxy( - ID3D10DepthStencilView* This, - D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc); -void __RPC_STUB ID3D10DepthStencilView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10DepthStencilView_INTERFACE_DEFINED__ */ @@ -2590,50 +2518,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10RenderTargetView* This); + ID3D10RenderTargetView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10RenderTargetView* This); + ID3D10RenderTargetView *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, REFGUID guid, const IUnknown *pData); /*** ID3D10View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, ID3D10Resource **ppResource); /*** ID3D10RenderTargetView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10RenderTargetView* This, + ID3D10RenderTargetView *This, D3D10_RENDER_TARGET_VIEW_DESC *pDesc); END_INTERFACE } ID3D10RenderTargetViewVtbl; + interface ID3D10RenderTargetView { CONST_VTBL ID3D10RenderTargetViewVtbl* lpVtbl; }; @@ -2690,14 +2619,6 @@ #endif -void STDMETHODCALLTYPE ID3D10RenderTargetView_GetDesc_Proxy( - ID3D10RenderTargetView* This, - D3D10_RENDER_TARGET_VIEW_DESC *pDesc); -void __RPC_STUB ID3D10RenderTargetView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10RenderTargetView_INTERFACE_DEFINED__ */ @@ -2725,50 +2646,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10ShaderResourceView* This); + ID3D10ShaderResourceView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10ShaderResourceView* This); + ID3D10ShaderResourceView *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, REFGUID guid, const IUnknown *pData); /*** ID3D10View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, ID3D10Resource **ppResource); /*** ID3D10ShaderResourceView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10ShaderResourceView* This, + ID3D10ShaderResourceView *This, D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc); END_INTERFACE } ID3D10ShaderResourceViewVtbl; + interface ID3D10ShaderResourceView { CONST_VTBL ID3D10ShaderResourceViewVtbl* lpVtbl; }; @@ -2825,14 +2747,6 @@ #endif -void STDMETHODCALLTYPE ID3D10ShaderResourceView_GetDesc_Proxy( - ID3D10ShaderResourceView* This, - D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc); -void __RPC_STUB ID3D10ShaderResourceView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10ShaderResourceView_INTERFACE_DEFINED__ */ @@ -2860,45 +2774,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10BlendState* This, + ID3D10BlendState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10BlendState* This); + ID3D10BlendState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10BlendState* This); + ID3D10BlendState *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10BlendState* This, + ID3D10BlendState *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10BlendState* This, + ID3D10BlendState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10BlendState* This, + ID3D10BlendState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10BlendState* This, + ID3D10BlendState *This, REFGUID guid, const IUnknown *pData); /*** ID3D10BlendState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10BlendState* This, + ID3D10BlendState *This, D3D10_BLEND_DESC *pDesc); END_INTERFACE } ID3D10BlendStateVtbl; + interface ID3D10BlendState { CONST_VTBL ID3D10BlendStateVtbl* lpVtbl; }; @@ -2949,14 +2864,6 @@ #endif -void STDMETHODCALLTYPE ID3D10BlendState_GetDesc_Proxy( - ID3D10BlendState* This, - D3D10_BLEND_DESC *pDesc); -void __RPC_STUB ID3D10BlendState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10BlendState_INTERFACE_DEFINED__ */ @@ -2984,45 +2891,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10DepthStencilState* This); + ID3D10DepthStencilState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10DepthStencilState* This); + ID3D10DepthStencilState *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, REFGUID guid, const IUnknown *pData); /*** ID3D10DepthStencilState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10DepthStencilState* This, + ID3D10DepthStencilState *This, D3D10_DEPTH_STENCIL_DESC *pDesc); END_INTERFACE } ID3D10DepthStencilStateVtbl; + interface ID3D10DepthStencilState { CONST_VTBL ID3D10DepthStencilStateVtbl* lpVtbl; }; @@ -3073,14 +2981,6 @@ #endif -void STDMETHODCALLTYPE ID3D10DepthStencilState_GetDesc_Proxy( - ID3D10DepthStencilState* This, - D3D10_DEPTH_STENCIL_DESC *pDesc); -void __RPC_STUB ID3D10DepthStencilState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10DepthStencilState_INTERFACE_DEFINED__ */ @@ -3105,40 +3005,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10GeometryShader* This, + ID3D10GeometryShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10GeometryShader* This); + ID3D10GeometryShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10GeometryShader* This); + ID3D10GeometryShader *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10GeometryShader* This, + ID3D10GeometryShader *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10GeometryShader* This, + ID3D10GeometryShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10GeometryShader* This, + ID3D10GeometryShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10GeometryShader* This, + ID3D10GeometryShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D10GeometryShaderVtbl; + interface ID3D10GeometryShader { CONST_VTBL ID3D10GeometryShaderVtbl* lpVtbl; }; @@ -3207,40 +3108,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10InputLayout* This, + ID3D10InputLayout *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10InputLayout* This); + ID3D10InputLayout *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10InputLayout* This); + ID3D10InputLayout *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10InputLayout* This, + ID3D10InputLayout *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10InputLayout* This, + ID3D10InputLayout *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10InputLayout* This, + ID3D10InputLayout *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10InputLayout* This, + ID3D10InputLayout *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D10InputLayoutVtbl; + interface ID3D10InputLayout { CONST_VTBL ID3D10InputLayoutVtbl* lpVtbl; }; @@ -3309,40 +3211,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10PixelShader* This, + ID3D10PixelShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10PixelShader* This); + ID3D10PixelShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10PixelShader* This); + ID3D10PixelShader *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10PixelShader* This, + ID3D10PixelShader *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10PixelShader* This, + ID3D10PixelShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10PixelShader* This, + ID3D10PixelShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10PixelShader* This, + ID3D10PixelShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D10PixelShaderVtbl; + interface ID3D10PixelShader { CONST_VTBL ID3D10PixelShaderVtbl* lpVtbl; }; @@ -3414,45 +3317,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10RasterizerState* This); + ID3D10RasterizerState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10RasterizerState* This); + ID3D10RasterizerState *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, REFGUID guid, const IUnknown *pData); /*** ID3D10RasterizerState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10RasterizerState* This, + ID3D10RasterizerState *This, D3D10_RASTERIZER_DESC *pDesc); END_INTERFACE } ID3D10RasterizerStateVtbl; + interface ID3D10RasterizerState { CONST_VTBL ID3D10RasterizerStateVtbl* lpVtbl; }; @@ -3503,14 +3407,6 @@ #endif -void STDMETHODCALLTYPE ID3D10RasterizerState_GetDesc_Proxy( - ID3D10RasterizerState* This, - D3D10_RASTERIZER_DESC *pDesc); -void __RPC_STUB ID3D10RasterizerState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10RasterizerState_INTERFACE_DEFINED__ */ @@ -3538,45 +3434,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10SamplerState* This); + ID3D10SamplerState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10SamplerState* This); + ID3D10SamplerState *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, REFGUID guid, const IUnknown *pData); /*** ID3D10SamplerState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10SamplerState* This, + ID3D10SamplerState *This, D3D10_SAMPLER_DESC *pDesc); END_INTERFACE } ID3D10SamplerStateVtbl; + interface ID3D10SamplerState { CONST_VTBL ID3D10SamplerStateVtbl* lpVtbl; }; @@ -3627,14 +3524,6 @@ #endif -void STDMETHODCALLTYPE ID3D10SamplerState_GetDesc_Proxy( - ID3D10SamplerState* This, - D3D10_SAMPLER_DESC *pDesc); -void __RPC_STUB ID3D10SamplerState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10SamplerState_INTERFACE_DEFINED__ */ @@ -3659,40 +3548,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10VertexShader* This, + ID3D10VertexShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10VertexShader* This); + ID3D10VertexShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10VertexShader* This); + ID3D10VertexShader *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10VertexShader* This, + ID3D10VertexShader *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10VertexShader* This, + ID3D10VertexShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10VertexShader* This, + ID3D10VertexShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10VertexShader* This, + ID3D10VertexShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D10VertexShaderVtbl; + interface ID3D10VertexShader { CONST_VTBL ID3D10VertexShaderVtbl* lpVtbl; }; @@ -3775,56 +3665,57 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Asynchronous* This); + ID3D10Asynchronous *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Asynchronous* This); + ID3D10Asynchronous *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Asynchronous methods ***/ void (STDMETHODCALLTYPE *Begin)( - ID3D10Asynchronous* This); + ID3D10Asynchronous *This); void (STDMETHODCALLTYPE *End)( - ID3D10Asynchronous* This); + ID3D10Asynchronous *This); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D10Asynchronous* This, + ID3D10Asynchronous *This, void *pData, UINT DataSize, UINT GetDataFlags); UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D10Asynchronous* This); + ID3D10Asynchronous *This); END_INTERFACE } ID3D10AsynchronousVtbl; + interface ID3D10Asynchronous { CONST_VTBL ID3D10AsynchronousVtbl* lpVtbl; }; @@ -3887,37 +3778,6 @@ #endif -void STDMETHODCALLTYPE ID3D10Asynchronous_Begin_Proxy( - ID3D10Asynchronous* This); -void __RPC_STUB ID3D10Asynchronous_Begin_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Asynchronous_End_Proxy( - ID3D10Asynchronous* This); -void __RPC_STUB ID3D10Asynchronous_End_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Asynchronous_GetData_Proxy( - ID3D10Asynchronous* This, - void *pData, - UINT DataSize, - UINT GetDataFlags); -void __RPC_STUB ID3D10Asynchronous_GetData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D10Asynchronous_GetDataSize_Proxy( - ID3D10Asynchronous* This); -void __RPC_STUB ID3D10Asynchronous_GetDataSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Asynchronous_INTERFACE_DEFINED__ */ @@ -3945,61 +3805,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Counter* This, + ID3D10Counter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Counter* This); + ID3D10Counter *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Counter* This); + ID3D10Counter *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Counter* This, + ID3D10Counter *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Counter* This, + ID3D10Counter *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Counter* This, + ID3D10Counter *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Counter* This, + ID3D10Counter *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Asynchronous methods ***/ void (STDMETHODCALLTYPE *Begin)( - ID3D10Counter* This); + ID3D10Counter *This); void (STDMETHODCALLTYPE *End)( - ID3D10Counter* This); + ID3D10Counter *This); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D10Counter* This, + ID3D10Counter *This, void *pData, UINT DataSize, UINT GetDataFlags); UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D10Counter* This); + ID3D10Counter *This); /*** ID3D10Counter methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Counter* This, + ID3D10Counter *This, D3D10_COUNTER_DESC *pDesc); END_INTERFACE } ID3D10CounterVtbl; + interface ID3D10Counter { CONST_VTBL ID3D10CounterVtbl* lpVtbl; }; @@ -4068,14 +3929,6 @@ #endif -void STDMETHODCALLTYPE ID3D10Counter_GetDesc_Proxy( - ID3D10Counter* This, - D3D10_COUNTER_DESC *pDesc); -void __RPC_STUB ID3D10Counter_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Counter_INTERFACE_DEFINED__ */ @@ -4103,61 +3956,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Query* This, + ID3D10Query *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Query* This); + ID3D10Query *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Query* This); + ID3D10Query *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Query* This, + ID3D10Query *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Query* This, + ID3D10Query *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Query* This, + ID3D10Query *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Query* This, + ID3D10Query *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Asynchronous methods ***/ void (STDMETHODCALLTYPE *Begin)( - ID3D10Query* This); + ID3D10Query *This); void (STDMETHODCALLTYPE *End)( - ID3D10Query* This); + ID3D10Query *This); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D10Query* This, + ID3D10Query *This, void *pData, UINT DataSize, UINT GetDataFlags); UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D10Query* This); + ID3D10Query *This); /*** ID3D10Query methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Query* This, + ID3D10Query *This, D3D10_QUERY_DESC *pDesc); END_INTERFACE } ID3D10QueryVtbl; + interface ID3D10Query { CONST_VTBL ID3D10QueryVtbl* lpVtbl; }; @@ -4226,14 +4080,6 @@ #endif -void STDMETHODCALLTYPE ID3D10Query_GetDesc_Proxy( - ID3D10Query* This, - D3D10_QUERY_DESC *pDesc); -void __RPC_STUB ID3D10Query_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Query_INTERFACE_DEFINED__ */ @@ -4258,61 +4104,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Predicate* This, + ID3D10Predicate *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Predicate* This); + ID3D10Predicate *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Predicate* This); + ID3D10Predicate *This); /*** ID3D10DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D10Predicate* This, + ID3D10Predicate *This, ID3D10Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Predicate* This, + ID3D10Predicate *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Predicate* This, + ID3D10Predicate *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Predicate* This, + ID3D10Predicate *This, REFGUID guid, const IUnknown *pData); /*** ID3D10Asynchronous methods ***/ void (STDMETHODCALLTYPE *Begin)( - ID3D10Predicate* This); + ID3D10Predicate *This); void (STDMETHODCALLTYPE *End)( - ID3D10Predicate* This); + ID3D10Predicate *This); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D10Predicate* This, + ID3D10Predicate *This, void *pData, UINT DataSize, UINT GetDataFlags); UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D10Predicate* This); + ID3D10Predicate *This); /*** ID3D10Query methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D10Predicate* This, + ID3D10Predicate *This, D3D10_QUERY_DESC *pDesc); END_INTERFACE } ID3D10PredicateVtbl; + interface ID3D10Predicate { CONST_VTBL ID3D10PredicateVtbl* lpVtbl; }; @@ -4845,66 +4692,66 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Device* This, + ID3D10Device *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Device* This); + ID3D10Device *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Device* This); + ID3D10Device *This); /*** ID3D10Device methods ***/ void (STDMETHODCALLTYPE *VSSetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *PSSetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *PSSetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10PixelShader *pPixelShader); void (STDMETHODCALLTYPE *PSSetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *VSSetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10VertexShader *pVertexShader); void (STDMETHODCALLTYPE *DrawIndexed)( - ID3D10Device* This, + ID3D10Device *This, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation); void (STDMETHODCALLTYPE *Draw)( - ID3D10Device* This, + ID3D10Device *This, UINT VertexCount, UINT StartVertexLocation); void (STDMETHODCALLTYPE *PSSetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *IASetInputLayout)( - ID3D10Device* This, + ID3D10Device *This, ID3D10InputLayout *pInputLayout); void (STDMETHODCALLTYPE *IASetVertexBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppVertexBuffers, @@ -4912,13 +4759,13 @@ const UINT *pOffsets); void (STDMETHODCALLTYPE *IASetIndexBuffer)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Buffer *pIndexBuffer, DXGI_FORMAT Format, UINT Offset); void (STDMETHODCALLTYPE *DrawIndexedInstanced)( - ID3D10Device* This, + ID3D10Device *This, UINT IndexCountPerInstance, UINT InstanceCount, UINT StartIndexLocation, @@ -4926,97 +4773,97 @@ UINT StartInstanceLocation); void (STDMETHODCALLTYPE *DrawInstanced)( - ID3D10Device* This, + ID3D10Device *This, UINT VertexCountPerInstance, UINT InstanceCount, UINT StartVertexLocation, UINT StartInstanceLocation); void (STDMETHODCALLTYPE *GSSetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *GSSetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10GeometryShader *pShader); void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( - ID3D10Device* This, + ID3D10Device *This, D3D10_PRIMITIVE_TOPOLOGY Topology); void (STDMETHODCALLTYPE *VSSetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *VSSetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *SetPredication)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Predicate *pPredicate, WINBOOL PredicateValue); void (STDMETHODCALLTYPE *GSSetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *GSSetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *OMSetRenderTargets)( - ID3D10Device* This, + ID3D10Device *This, UINT NumViews, ID3D10RenderTargetView *const *ppRenderTargetViews, ID3D10DepthStencilView *pDepthStencilView); void (STDMETHODCALLTYPE *OMSetBlendState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10BlendState *pBlendState, const FLOAT BlendFactor[4], UINT SampleMask); void (STDMETHODCALLTYPE *OMSetDepthStencilState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10DepthStencilState *pDepthStencilState, UINT StencilRef); void (STDMETHODCALLTYPE *SOSetTargets)( - ID3D10Device* This, + ID3D10Device *This, UINT NumBuffers, ID3D10Buffer *const *ppSOTargets, const UINT *pOffsets); void (STDMETHODCALLTYPE *DrawAuto)( - ID3D10Device* This); + ID3D10Device *This); void (STDMETHODCALLTYPE *RSSetState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10RasterizerState *pRasterizerState); void (STDMETHODCALLTYPE *RSSetViewports)( - ID3D10Device* This, + ID3D10Device *This, UINT NumViewports, const D3D10_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSSetScissorRects)( - ID3D10Device* This, + ID3D10Device *This, UINT NumRects, const D3D10_RECT *pRects); void (STDMETHODCALLTYPE *CopySubresourceRegion)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pDstResource, UINT DstSubresource, UINT DstX, @@ -5027,12 +4874,12 @@ const D3D10_BOX *pSrcBox); void (STDMETHODCALLTYPE *CopyResource)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pDstResource, ID3D10Resource *pSrcResource); void (STDMETHODCALLTYPE *UpdateSubresource)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pDstResource, UINT DstSubresource, const D3D10_BOX *pDstBox, @@ -5041,23 +4888,23 @@ UINT SrcDepthPitch); void (STDMETHODCALLTYPE *ClearRenderTargetView)( - ID3D10Device* This, + ID3D10Device *This, ID3D10RenderTargetView *pRenderTargetView, const FLOAT ColorRGBA[4]); void (STDMETHODCALLTYPE *ClearDepthStencilView)( - ID3D10Device* This, + ID3D10Device *This, ID3D10DepthStencilView *pDepthStencilView, UINT ClearFlags, FLOAT Depth, UINT8 Stencil); void (STDMETHODCALLTYPE *GenerateMips)( - ID3D10Device* This, + ID3D10Device *This, ID3D10ShaderResourceView *pShaderResourceView); void (STDMETHODCALLTYPE *ResolveSubresource)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pDstResource, UINT DstSubresource, ID3D10Resource *pSrcResource, @@ -5065,43 +4912,43 @@ DXGI_FORMAT Format); void (STDMETHODCALLTYPE *VSGetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *PSGetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *PSGetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10PixelShader **ppPixelShader); void (STDMETHODCALLTYPE *PSGetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *VSGetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10VertexShader **ppVertexShader); void (STDMETHODCALLTYPE *PSGetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *IAGetInputLayout)( - ID3D10Device* This, + ID3D10Device *This, ID3D10InputLayout **ppInputLayout); void (STDMETHODCALLTYPE *IAGetVertexBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppVertexBuffers, @@ -5109,168 +4956,168 @@ UINT *pOffsets); void (STDMETHODCALLTYPE *IAGetIndexBuffer)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Buffer **pIndexBuffer, DXGI_FORMAT *Format, UINT *Offset); void (STDMETHODCALLTYPE *GSGetConstantBuffers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumBuffers, ID3D10Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *GSGetShader)( - ID3D10Device* This, + ID3D10Device *This, ID3D10GeometryShader **ppGeometryShader); void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( - ID3D10Device* This, + ID3D10Device *This, D3D10_PRIMITIVE_TOPOLOGY *pTopology); void (STDMETHODCALLTYPE *VSGetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *VSGetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *GetPredication)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Predicate **ppPredicate, WINBOOL *pPredicateValue); void (STDMETHODCALLTYPE *GSGetShaderResources)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumViews, ID3D10ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *GSGetSamplers)( - ID3D10Device* This, + ID3D10Device *This, UINT StartSlot, UINT NumSamplers, ID3D10SamplerState **ppSamplers); void (STDMETHODCALLTYPE *OMGetRenderTargets)( - ID3D10Device* This, + ID3D10Device *This, UINT NumViews, ID3D10RenderTargetView **ppRenderTargetViews, ID3D10DepthStencilView **ppDepthStencilView); void (STDMETHODCALLTYPE *OMGetBlendState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10BlendState **ppBlendState, FLOAT BlendFactor[4], UINT *pSampleMask); void (STDMETHODCALLTYPE *OMGetDepthStencilState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10DepthStencilState **ppDepthStencilState, UINT *pStencilRef); void (STDMETHODCALLTYPE *SOGetTargets)( - ID3D10Device* This, + ID3D10Device *This, UINT NumBuffers, ID3D10Buffer **ppSOTargets, UINT *pOffsets); void (STDMETHODCALLTYPE *RSGetState)( - ID3D10Device* This, + ID3D10Device *This, ID3D10RasterizerState **ppRasterizerState); void (STDMETHODCALLTYPE *RSGetViewports)( - ID3D10Device* This, + ID3D10Device *This, UINT *NumViewports, D3D10_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSGetScissorRects)( - ID3D10Device* This, + ID3D10Device *This, UINT *NumRects, D3D10_RECT *pRects); HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( - ID3D10Device* This); + ID3D10Device *This); HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( - ID3D10Device* This, + ID3D10Device *This, UINT RaiseFlags); UINT (STDMETHODCALLTYPE *GetExceptionMode)( - ID3D10Device* This); + ID3D10Device *This); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D10Device* This, + ID3D10Device *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D10Device* This, + ID3D10Device *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D10Device* This, + ID3D10Device *This, REFGUID guid, const IUnknown *pData); void (STDMETHODCALLTYPE *ClearState)( - ID3D10Device* This); + ID3D10Device *This); void (STDMETHODCALLTYPE *Flush)( - ID3D10Device* This); + ID3D10Device *This); HRESULT (STDMETHODCALLTYPE *CreateBuffer)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_BUFFER_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Buffer **ppBuffer); HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_TEXTURE1D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture1D **ppTexture1D); HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_TEXTURE2D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture2D **ppTexture2D); HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_TEXTURE3D_DESC *pDesc, const D3D10_SUBRESOURCE_DATA *pInitialData, ID3D10Texture3D **ppTexture3D); HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pResource, const D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc, ID3D10ShaderResourceView **ppSRView); HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pResource, const D3D10_RENDER_TARGET_VIEW_DESC *pDesc, ID3D10RenderTargetView **ppRTView); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( - ID3D10Device* This, + ID3D10Device *This, ID3D10Resource *pResource, const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc, ID3D10DepthStencilView **ppDepthStencilView); HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_INPUT_ELEMENT_DESC *pInputElementDescs, UINT NumElements, const void *pShaderBytecodeWithInputSignature, @@ -5278,19 +5125,19 @@ ID3D10InputLayout **ppInputLayout); HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( - ID3D10Device* This, + ID3D10Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10VertexShader **ppVertexShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( - ID3D10Device* This, + ID3D10Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( - ID3D10Device* This, + ID3D10Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, const D3D10_SO_DECLARATION_ENTRY *pSODeclaration, @@ -5299,63 +5146,63 @@ ID3D10GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( - ID3D10Device* This, + ID3D10Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10PixelShader **ppPixelShader); HRESULT (STDMETHODCALLTYPE *CreateBlendState)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_BLEND_DESC *pBlendStateDesc, ID3D10BlendState **ppBlendState); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_DEPTH_STENCIL_DESC *pDepthStencilDesc, ID3D10DepthStencilState **ppDepthStencilState); HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_RASTERIZER_DESC *pRasterizerDesc, ID3D10RasterizerState **ppRasterizerState); HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_SAMPLER_DESC *pSamplerDesc, ID3D10SamplerState **ppSamplerState); HRESULT (STDMETHODCALLTYPE *CreateQuery)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_QUERY_DESC *pQueryDesc, ID3D10Query **ppQuery); HRESULT (STDMETHODCALLTYPE *CreatePredicate)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_QUERY_DESC *pPredicateDesc, ID3D10Predicate **ppPredicate); HRESULT (STDMETHODCALLTYPE *CreateCounter)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_COUNTER_DESC *pCounterDesc, ID3D10Counter **ppCounter); HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( - ID3D10Device* This, + ID3D10Device *This, DXGI_FORMAT Format, UINT *pFormatSupport); HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( - ID3D10Device* This, + ID3D10Device *This, DXGI_FORMAT Format, UINT SampleCount, UINT *pNumQualityLevels); void (STDMETHODCALLTYPE *CheckCounterInfo)( - ID3D10Device* This, + ID3D10Device *This, D3D10_COUNTER_INFO *pCounterInfo); HRESULT (STDMETHODCALLTYPE *CheckCounter)( - ID3D10Device* This, + ID3D10Device *This, const D3D10_COUNTER_DESC *pDesc, D3D10_COUNTER_TYPE *pType, UINT *pActiveCounters, @@ -5367,26 +5214,27 @@ UINT *pDescriptionLength); UINT (STDMETHODCALLTYPE *GetCreationFlags)( - ID3D10Device* This); + ID3D10Device *This); HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( - ID3D10Device* This, + ID3D10Device *This, HANDLE hResource, REFIID ReturnedInterface, void **ppResource); void (STDMETHODCALLTYPE *SetTextFilterSize)( - ID3D10Device* This, + ID3D10Device *This, UINT Width, UINT Height); void (STDMETHODCALLTYPE *GetTextFilterSize)( - ID3D10Device* This, + ID3D10Device *This, UINT *pWidth, UINT *pHeight); END_INTERFACE } ID3D10DeviceVtbl; + interface ID3D10Device { CONST_VTBL ID3D10DeviceVtbl* lpVtbl; }; @@ -5795,915 +5643,6 @@ #endif -void STDMETHODCALLTYPE ID3D10Device_VSSetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D10Device_VSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSSetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D10Device_PSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSSetShader_Proxy( - ID3D10Device* This, - ID3D10PixelShader *pPixelShader); -void __RPC_STUB ID3D10Device_PSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSSetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState *const *ppSamplers); -void __RPC_STUB ID3D10Device_PSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSSetShader_Proxy( - ID3D10Device* This, - ID3D10VertexShader *pVertexShader); -void __RPC_STUB ID3D10Device_VSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_DrawIndexed_Proxy( - ID3D10Device* This, - UINT IndexCount, - UINT StartIndexLocation, - INT BaseVertexLocation); -void __RPC_STUB ID3D10Device_DrawIndexed_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_Draw_Proxy( - ID3D10Device* This, - UINT VertexCount, - UINT StartVertexLocation); -void __RPC_STUB ID3D10Device_Draw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSSetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D10Device_PSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IASetInputLayout_Proxy( - ID3D10Device* This, - ID3D10InputLayout *pInputLayout); -void __RPC_STUB ID3D10Device_IASetInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IASetVertexBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer *const *ppVertexBuffers, - const UINT *pStrides, - const UINT *pOffsets); -void __RPC_STUB ID3D10Device_IASetVertexBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IASetIndexBuffer_Proxy( - ID3D10Device* This, - ID3D10Buffer *pIndexBuffer, - DXGI_FORMAT Format, - UINT Offset); -void __RPC_STUB ID3D10Device_IASetIndexBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_DrawIndexedInstanced_Proxy( - ID3D10Device* This, - UINT IndexCountPerInstance, - UINT InstanceCount, - UINT StartIndexLocation, - INT BaseVertexLocation, - UINT StartInstanceLocation); -void __RPC_STUB ID3D10Device_DrawIndexedInstanced_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_DrawInstanced_Proxy( - ID3D10Device* This, - UINT VertexCountPerInstance, - UINT InstanceCount, - UINT StartVertexLocation, - UINT StartInstanceLocation); -void __RPC_STUB ID3D10Device_DrawInstanced_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSSetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D10Device_GSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSSetShader_Proxy( - ID3D10Device* This, - ID3D10GeometryShader *pShader); -void __RPC_STUB ID3D10Device_GSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IASetPrimitiveTopology_Proxy( - ID3D10Device* This, - D3D10_PRIMITIVE_TOPOLOGY Topology); -void __RPC_STUB ID3D10Device_IASetPrimitiveTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSSetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D10Device_VSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSSetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState *const *ppSamplers); -void __RPC_STUB ID3D10Device_VSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_SetPredication_Proxy( - ID3D10Device* This, - ID3D10Predicate *pPredicate, - WINBOOL PredicateValue); -void __RPC_STUB ID3D10Device_SetPredication_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSSetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D10Device_GSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSSetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState *const *ppSamplers); -void __RPC_STUB ID3D10Device_GSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMSetRenderTargets_Proxy( - ID3D10Device* This, - UINT NumViews, - ID3D10RenderTargetView *const *ppRenderTargetViews, - ID3D10DepthStencilView *pDepthStencilView); -void __RPC_STUB ID3D10Device_OMSetRenderTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMSetBlendState_Proxy( - ID3D10Device* This, - ID3D10BlendState *pBlendState, - const FLOAT BlendFactor[4], - UINT SampleMask); -void __RPC_STUB ID3D10Device_OMSetBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMSetDepthStencilState_Proxy( - ID3D10Device* This, - ID3D10DepthStencilState *pDepthStencilState, - UINT StencilRef); -void __RPC_STUB ID3D10Device_OMSetDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_SOSetTargets_Proxy( - ID3D10Device* This, - UINT NumBuffers, - ID3D10Buffer *const *ppSOTargets, - const UINT *pOffsets); -void __RPC_STUB ID3D10Device_SOSetTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_DrawAuto_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_DrawAuto_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSSetState_Proxy( - ID3D10Device* This, - ID3D10RasterizerState *pRasterizerState); -void __RPC_STUB ID3D10Device_RSSetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSSetViewports_Proxy( - ID3D10Device* This, - UINT NumViewports, - const D3D10_VIEWPORT *pViewports); -void __RPC_STUB ID3D10Device_RSSetViewports_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSSetScissorRects_Proxy( - ID3D10Device* This, - UINT NumRects, - const D3D10_RECT *pRects); -void __RPC_STUB ID3D10Device_RSSetScissorRects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_CopySubresourceRegion_Proxy( - ID3D10Device* This, - ID3D10Resource *pDstResource, - UINT DstSubresource, - UINT DstX, - UINT DstY, - UINT DstZ, - ID3D10Resource *pSrcResource, - UINT SrcSubresource, - const D3D10_BOX *pSrcBox); -void __RPC_STUB ID3D10Device_CopySubresourceRegion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_CopyResource_Proxy( - ID3D10Device* This, - ID3D10Resource *pDstResource, - ID3D10Resource *pSrcResource); -void __RPC_STUB ID3D10Device_CopyResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_UpdateSubresource_Proxy( - ID3D10Device* This, - ID3D10Resource *pDstResource, - UINT DstSubresource, - const D3D10_BOX *pDstBox, - const void *pSrcData, - UINT SrcRowPitch, - UINT SrcDepthPitch); -void __RPC_STUB ID3D10Device_UpdateSubresource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_ClearRenderTargetView_Proxy( - ID3D10Device* This, - ID3D10RenderTargetView *pRenderTargetView, - const FLOAT ColorRGBA[4]); -void __RPC_STUB ID3D10Device_ClearRenderTargetView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_ClearDepthStencilView_Proxy( - ID3D10Device* This, - ID3D10DepthStencilView *pDepthStencilView, - UINT ClearFlags, - FLOAT Depth, - UINT8 Stencil); -void __RPC_STUB ID3D10Device_ClearDepthStencilView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GenerateMips_Proxy( - ID3D10Device* This, - ID3D10ShaderResourceView *pShaderResourceView); -void __RPC_STUB ID3D10Device_GenerateMips_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_ResolveSubresource_Proxy( - ID3D10Device* This, - ID3D10Resource *pDstResource, - UINT DstSubresource, - ID3D10Resource *pSrcResource, - UINT SrcSubresource, - DXGI_FORMAT Format); -void __RPC_STUB ID3D10Device_ResolveSubresource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSGetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer **ppConstantBuffers); -void __RPC_STUB ID3D10Device_VSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSGetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D10Device_PSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSGetShader_Proxy( - ID3D10Device* This, - ID3D10PixelShader **ppPixelShader); -void __RPC_STUB ID3D10Device_PSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSGetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState **ppSamplers); -void __RPC_STUB ID3D10Device_PSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSGetShader_Proxy( - ID3D10Device* This, - ID3D10VertexShader **ppVertexShader); -void __RPC_STUB ID3D10Device_VSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_PSGetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer **ppConstantBuffers); -void __RPC_STUB ID3D10Device_PSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IAGetInputLayout_Proxy( - ID3D10Device* This, - ID3D10InputLayout **ppInputLayout); -void __RPC_STUB ID3D10Device_IAGetInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IAGetVertexBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer **ppVertexBuffers, - UINT *pStrides, - UINT *pOffsets); -void __RPC_STUB ID3D10Device_IAGetVertexBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IAGetIndexBuffer_Proxy( - ID3D10Device* This, - ID3D10Buffer **pIndexBuffer, - DXGI_FORMAT *Format, - UINT *Offset); -void __RPC_STUB ID3D10Device_IAGetIndexBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSGetConstantBuffers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumBuffers, - ID3D10Buffer **ppConstantBuffers); -void __RPC_STUB ID3D10Device_GSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSGetShader_Proxy( - ID3D10Device* This, - ID3D10GeometryShader **ppGeometryShader); -void __RPC_STUB ID3D10Device_GSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_IAGetPrimitiveTopology_Proxy( - ID3D10Device* This, - D3D10_PRIMITIVE_TOPOLOGY *pTopology); -void __RPC_STUB ID3D10Device_IAGetPrimitiveTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSGetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D10Device_VSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_VSGetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState **ppSamplers); -void __RPC_STUB ID3D10Device_VSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GetPredication_Proxy( - ID3D10Device* This, - ID3D10Predicate **ppPredicate, - WINBOOL *pPredicateValue); -void __RPC_STUB ID3D10Device_GetPredication_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSGetShaderResources_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumViews, - ID3D10ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D10Device_GSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GSGetSamplers_Proxy( - ID3D10Device* This, - UINT StartSlot, - UINT NumSamplers, - ID3D10SamplerState **ppSamplers); -void __RPC_STUB ID3D10Device_GSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMGetRenderTargets_Proxy( - ID3D10Device* This, - UINT NumViews, - ID3D10RenderTargetView **ppRenderTargetViews, - ID3D10DepthStencilView **ppDepthStencilView); -void __RPC_STUB ID3D10Device_OMGetRenderTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMGetBlendState_Proxy( - ID3D10Device* This, - ID3D10BlendState **ppBlendState, - FLOAT BlendFactor[4], - UINT *pSampleMask); -void __RPC_STUB ID3D10Device_OMGetBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_OMGetDepthStencilState_Proxy( - ID3D10Device* This, - ID3D10DepthStencilState **ppDepthStencilState, - UINT *pStencilRef); -void __RPC_STUB ID3D10Device_OMGetDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_SOGetTargets_Proxy( - ID3D10Device* This, - UINT NumBuffers, - ID3D10Buffer **ppSOTargets, - UINT *pOffsets); -void __RPC_STUB ID3D10Device_SOGetTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSGetState_Proxy( - ID3D10Device* This, - ID3D10RasterizerState **ppRasterizerState); -void __RPC_STUB ID3D10Device_RSGetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSGetViewports_Proxy( - ID3D10Device* This, - UINT *NumViewports, - D3D10_VIEWPORT *pViewports); -void __RPC_STUB ID3D10Device_RSGetViewports_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_RSGetScissorRects_Proxy( - ID3D10Device* This, - UINT *NumRects, - D3D10_RECT *pRects); -void __RPC_STUB ID3D10Device_RSGetScissorRects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_GetDeviceRemovedReason_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_GetDeviceRemovedReason_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_SetExceptionMode_Proxy( - ID3D10Device* This, - UINT RaiseFlags); -void __RPC_STUB ID3D10Device_SetExceptionMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D10Device_GetExceptionMode_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_GetExceptionMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_GetPrivateData_Proxy( - ID3D10Device* This, - REFGUID guid, - UINT *pDataSize, - void *pData); -void __RPC_STUB ID3D10Device_GetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_SetPrivateData_Proxy( - ID3D10Device* This, - REFGUID guid, - UINT DataSize, - const void *pData); -void __RPC_STUB ID3D10Device_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_SetPrivateDataInterface_Proxy( - ID3D10Device* This, - REFGUID guid, - const IUnknown *pData); -void __RPC_STUB ID3D10Device_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_ClearState_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_ClearState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_Flush_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateBuffer_Proxy( - ID3D10Device* This, - const D3D10_BUFFER_DESC *pDesc, - const D3D10_SUBRESOURCE_DATA *pInitialData, - ID3D10Buffer **ppBuffer); -void __RPC_STUB ID3D10Device_CreateBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateTexture1D_Proxy( - ID3D10Device* This, - const D3D10_TEXTURE1D_DESC *pDesc, - const D3D10_SUBRESOURCE_DATA *pInitialData, - ID3D10Texture1D **ppTexture1D); -void __RPC_STUB ID3D10Device_CreateTexture1D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateTexture2D_Proxy( - ID3D10Device* This, - const D3D10_TEXTURE2D_DESC *pDesc, - const D3D10_SUBRESOURCE_DATA *pInitialData, - ID3D10Texture2D **ppTexture2D); -void __RPC_STUB ID3D10Device_CreateTexture2D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateTexture3D_Proxy( - ID3D10Device* This, - const D3D10_TEXTURE3D_DESC *pDesc, - const D3D10_SUBRESOURCE_DATA *pInitialData, - ID3D10Texture3D **ppTexture3D); -void __RPC_STUB ID3D10Device_CreateTexture3D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateShaderResourceView_Proxy( - ID3D10Device* This, - ID3D10Resource *pResource, - const D3D10_SHADER_RESOURCE_VIEW_DESC *pDesc, - ID3D10ShaderResourceView **ppSRView); -void __RPC_STUB ID3D10Device_CreateShaderResourceView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateRenderTargetView_Proxy( - ID3D10Device* This, - ID3D10Resource *pResource, - const D3D10_RENDER_TARGET_VIEW_DESC *pDesc, - ID3D10RenderTargetView **ppRTView); -void __RPC_STUB ID3D10Device_CreateRenderTargetView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateDepthStencilView_Proxy( - ID3D10Device* This, - ID3D10Resource *pResource, - const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc, - ID3D10DepthStencilView **ppDepthStencilView); -void __RPC_STUB ID3D10Device_CreateDepthStencilView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateInputLayout_Proxy( - ID3D10Device* This, - const D3D10_INPUT_ELEMENT_DESC *pInputElementDescs, - UINT NumElements, - const void *pShaderBytecodeWithInputSignature, - SIZE_T BytecodeLength, - ID3D10InputLayout **ppInputLayout); -void __RPC_STUB ID3D10Device_CreateInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateVertexShader_Proxy( - ID3D10Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D10VertexShader **ppVertexShader); -void __RPC_STUB ID3D10Device_CreateVertexShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateGeometryShader_Proxy( - ID3D10Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D10GeometryShader **ppGeometryShader); -void __RPC_STUB ID3D10Device_CreateGeometryShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateGeometryShaderWithStreamOutput_Proxy( - ID3D10Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - const D3D10_SO_DECLARATION_ENTRY *pSODeclaration, - UINT NumEntries, - UINT OutputStreamStride, - ID3D10GeometryShader **ppGeometryShader); -void __RPC_STUB ID3D10Device_CreateGeometryShaderWithStreamOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreatePixelShader_Proxy( - ID3D10Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D10PixelShader **ppPixelShader); -void __RPC_STUB ID3D10Device_CreatePixelShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateBlendState_Proxy( - ID3D10Device* This, - const D3D10_BLEND_DESC *pBlendStateDesc, - ID3D10BlendState **ppBlendState); -void __RPC_STUB ID3D10Device_CreateBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateDepthStencilState_Proxy( - ID3D10Device* This, - const D3D10_DEPTH_STENCIL_DESC *pDepthStencilDesc, - ID3D10DepthStencilState **ppDepthStencilState); -void __RPC_STUB ID3D10Device_CreateDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateRasterizerState_Proxy( - ID3D10Device* This, - const D3D10_RASTERIZER_DESC *pRasterizerDesc, - ID3D10RasterizerState **ppRasterizerState); -void __RPC_STUB ID3D10Device_CreateRasterizerState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateSamplerState_Proxy( - ID3D10Device* This, - const D3D10_SAMPLER_DESC *pSamplerDesc, - ID3D10SamplerState **ppSamplerState); -void __RPC_STUB ID3D10Device_CreateSamplerState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateQuery_Proxy( - ID3D10Device* This, - const D3D10_QUERY_DESC *pQueryDesc, - ID3D10Query **ppQuery); -void __RPC_STUB ID3D10Device_CreateQuery_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreatePredicate_Proxy( - ID3D10Device* This, - const D3D10_QUERY_DESC *pPredicateDesc, - ID3D10Predicate **ppPredicate); -void __RPC_STUB ID3D10Device_CreatePredicate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CreateCounter_Proxy( - ID3D10Device* This, - const D3D10_COUNTER_DESC *pCounterDesc, - ID3D10Counter **ppCounter); -void __RPC_STUB ID3D10Device_CreateCounter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CheckFormatSupport_Proxy( - ID3D10Device* This, - DXGI_FORMAT Format, - UINT *pFormatSupport); -void __RPC_STUB ID3D10Device_CheckFormatSupport_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CheckMultisampleQualityLevels_Proxy( - ID3D10Device* This, - DXGI_FORMAT Format, - UINT SampleCount, - UINT *pNumQualityLevels); -void __RPC_STUB ID3D10Device_CheckMultisampleQualityLevels_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_CheckCounterInfo_Proxy( - ID3D10Device* This, - D3D10_COUNTER_INFO *pCounterInfo); -void __RPC_STUB ID3D10Device_CheckCounterInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_CheckCounter_Proxy( - ID3D10Device* This, - const D3D10_COUNTER_DESC *pDesc, - D3D10_COUNTER_TYPE *pType, - UINT *pActiveCounters, - char *name, - UINT *pNameLength, - char *units, - UINT *pUnitsLength, - char *description, - UINT *pDescriptionLength); -void __RPC_STUB ID3D10Device_CheckCounter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D10Device_GetCreationFlags_Proxy( - ID3D10Device* This); -void __RPC_STUB ID3D10Device_GetCreationFlags_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D10Device_OpenSharedResource_Proxy( - ID3D10Device* This, - HANDLE hResource, - REFIID ReturnedInterface, - void **ppResource); -void __RPC_STUB ID3D10Device_OpenSharedResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_SetTextFilterSize_Proxy( - ID3D10Device* This, - UINT Width, - UINT Height); -void __RPC_STUB ID3D10Device_SetTextFilterSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Device_GetTextFilterSize_Proxy( - ID3D10Device* This, - UINT *pWidth, - UINT *pHeight); -void __RPC_STUB ID3D10Device_GetTextFilterSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Device_INTERFACE_DEFINED__ */ @@ -6740,32 +5679,33 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Multithread* This, + ID3D10Multithread *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Multithread* This); + ID3D10Multithread *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Multithread* This); + ID3D10Multithread *This); /*** ID3D10Multithread methods ***/ void (STDMETHODCALLTYPE *Enter)( - ID3D10Multithread* This); + ID3D10Multithread *This); void (STDMETHODCALLTYPE *Leave)( - ID3D10Multithread* This); + ID3D10Multithread *This); WINBOOL (STDMETHODCALLTYPE *SetMultithreadProtected)( - ID3D10Multithread* This, + ID3D10Multithread *This, WINBOOL bMTProtect); WINBOOL (STDMETHODCALLTYPE *GetMultithreadProtected)( - ID3D10Multithread* This); + ID3D10Multithread *This); END_INTERFACE } ID3D10MultithreadVtbl; + interface ID3D10Multithread { CONST_VTBL ID3D10MultithreadVtbl* lpVtbl; }; @@ -6810,40 +5750,11 @@ #endif -void STDMETHODCALLTYPE ID3D10Multithread_Enter_Proxy( - ID3D10Multithread* This); -void __RPC_STUB ID3D10Multithread_Enter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D10Multithread_Leave_Proxy( - ID3D10Multithread* This); -void __RPC_STUB ID3D10Multithread_Leave_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D10Multithread_SetMultithreadProtected_Proxy( - ID3D10Multithread* This, - WINBOOL bMTProtect); -void __RPC_STUB ID3D10Multithread_SetMultithreadProtected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D10Multithread_GetMultithreadProtected_Proxy( - ID3D10Multithread* This); -void __RPC_STUB ID3D10Multithread_GetMultithreadProtected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Multithread_INTERFACE_DEFINED__ */ #ifndef D3D10_IGNORE_SDK_LAYERS -/* FIXME: # include */ +#include "d3d10sdklayers.h" #endif #include "d3d10misc.h" #include "d3d10shader.h" diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10.idl 2018-09-14 14:16:43.000000000 +0000 @@ -242,7 +242,7 @@ cpp_quote("#endif") const unsigned int D3D10_APPEND_ALIGNED_ELEMENT = 0xffffffff; -const unsigned int _FACD3D10 = 0x87; +const unsigned int _FACD3D10 = 0x879; const unsigned int _FACD3D10DEBUG = _FACD3D10 + 1; const unsigned int D3D10_FILTER_TYPE_MASK = 0x3; const unsigned int D3D10_SDK_VERSION = 29; @@ -893,6 +893,35 @@ D3D10_COLOR_WRITE_ENABLE_BLUE | D3D10_COLOR_WRITE_ENABLE_ALPHA) } D3D10_COLOR_WRITE_ENABLE; +typedef enum D3D10_FORMAT_SUPPORT +{ + D3D10_FORMAT_SUPPORT_BUFFER = 0x00000001, + D3D10_FORMAT_SUPPORT_IA_VERTEX_BUFFER = 0x00000002, + D3D10_FORMAT_SUPPORT_IA_INDEX_BUFFER = 0x00000004, + D3D10_FORMAT_SUPPORT_SO_BUFFER = 0x00000008, + D3D10_FORMAT_SUPPORT_TEXTURE1D = 0x00000010, + D3D10_FORMAT_SUPPORT_TEXTURE2D = 0x00000020, + D3D10_FORMAT_SUPPORT_TEXTURE3D = 0x00000040, + D3D10_FORMAT_SUPPORT_TEXTURECUBE = 0x00000080, + D3D10_FORMAT_SUPPORT_SHADER_LOAD = 0x00000100, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE = 0x00000200, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON = 0x00000400, + D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT = 0x00000800, + D3D10_FORMAT_SUPPORT_MIP = 0x00001000, + D3D10_FORMAT_SUPPORT_MIP_AUTOGEN = 0x00002000, + D3D10_FORMAT_SUPPORT_RENDER_TARGET = 0x00004000, + D3D10_FORMAT_SUPPORT_BLENDABLE = 0x00008000, + D3D10_FORMAT_SUPPORT_DEPTH_STENCIL = 0x00010000, + D3D10_FORMAT_SUPPORT_CPU_LOCKABLE = 0x00020000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE = 0x00040000, + D3D10_FORMAT_SUPPORT_DISPLAY = 0x00080000, + D3D10_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT = 0x00100000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET = 0x00200000, + D3D10_FORMAT_SUPPORT_MULTISAMPLE_LOAD = 0x00400000, + D3D10_FORMAT_SUPPORT_SHADER_GATHER = 0x00800000, + D3D10_FORMAT_SUPPORT_BACK_BUFFER_CAST = 0x01000000, +} D3D10_FORMAT_SUPPORT; + typedef enum D3D10_TEXTURECUBE_FACE { D3D10_TEXTURECUBE_FACE_POSITIVE_X, D3D10_TEXTURECUBE_FACE_NEGATIVE_X, @@ -1595,7 +1624,7 @@ } cpp_quote("#ifndef D3D10_IGNORE_SDK_LAYERS") -cpp_quote("/* FIXME: # include */") +cpp_quote("#include \"d3d10sdklayers.h\"") cpp_quote("#endif") cpp_quote("#include \"d3d10misc.h\"") cpp_quote("#include \"d3d10shader.h\"") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10sdklayers.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10sdklayers.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10sdklayers.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10sdklayers.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1053 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d10sdklayers.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __d3d10sdklayers_h__ +#define __d3d10sdklayers_h__ + +/* Forward declarations */ + +#ifndef __ID3D10InfoQueue_FWD_DEFINED__ +#define __ID3D10InfoQueue_FWD_DEFINED__ +typedef interface ID3D10InfoQueue ID3D10InfoQueue; +#ifdef __cplusplus +interface ID3D10InfoQueue; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef WINE_NO_UNICODE_MACROS +#undef GetMessage +#endif +typedef enum D3D10_MESSAGE_CATEGORY { + D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED = 0, + D3D10_MESSAGE_CATEGORY_MISCELLANEOUS = 1, + D3D10_MESSAGE_CATEGORY_INITIALIZATION = 2, + D3D10_MESSAGE_CATEGORY_CLEANUP = 3, + D3D10_MESSAGE_CATEGORY_COMPILATION = 4, + D3D10_MESSAGE_CATEGORY_STATE_CREATION = 5, + D3D10_MESSAGE_CATEGORY_STATE_SETTING = 6, + D3D10_MESSAGE_CATEGORY_STATE_GETTING = 7, + D3D10_MESSAGE_CATEGORY_RESOURCE_MANIPULATION = 8, + D3D10_MESSAGE_CATEGORY_EXECUTION = 9, + D3D10_MESSAGE_CATEGORY_SHADER = 10 +} D3D10_MESSAGE_CATEGORY; +typedef enum D3D10_MESSAGE_SEVERITY { + D3D10_MESSAGE_SEVERITY_CORRUPTION = 0, + D3D10_MESSAGE_SEVERITY_ERROR = 1, + D3D10_MESSAGE_SEVERITY_WARNING = 2, + D3D10_MESSAGE_SEVERITY_INFO = 3, + D3D10_MESSAGE_SEVERITY_MESSAGE = 4 +} D3D10_MESSAGE_SEVERITY; +typedef enum D3D10_MESSAGE_ID { + D3D10_MESSAGE_ID_UNKNOWN = 0, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD = 1, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD = 2, + D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD = 3, + D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD = 4, + D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD = 5, + D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD = 6, + D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD = 7, + D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD = 8, + D3D10_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD = 9, + D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD = 10, + D3D10_MESSAGE_ID_STRING_FROM_APPLICATION = 11, + D3D10_MESSAGE_ID_CORRUPTED_THIS = 12, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER1 = 13, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER2 = 14, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER3 = 15, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER4 = 16, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER5 = 17, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER6 = 18, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER7 = 19, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER8 = 20, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER9 = 21, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER10 = 22, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER11 = 23, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER12 = 24, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER13 = 25, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER14 = 26, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER15 = 27, + D3D10_MESSAGE_ID_CORRUPTED_MULTITHREADING = 28, + D3D10_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY = 29, + D3D10_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT = 30, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT = 31, + D3D10_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT = 32, + D3D10_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT = 33, + D3D10_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT = 34, + D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT = 35, + D3D10_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT = 36, + D3D10_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT = 37, + D3D10_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT = 38, + D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT = 39, + D3D10_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT = 40, + D3D10_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT = 41, + D3D10_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT = 42, + D3D10_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT = 43, + D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT = 44, + D3D10_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT = 45, + D3D10_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT = 46, + D3D10_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT = 47, + D3D10_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT = 48, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT = 49, + D3D10_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT = 50, + D3D10_MESSAGE_ID_GETPRIVATEDATA_MOREDATA = 51, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA = 52, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN = 53, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS = 54, + D3D10_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS = 55, + D3D10_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY = 56, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT = 57, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES = 58, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE = 59, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS = 60, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS = 61, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS = 62, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS = 63, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS = 64, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA = 65, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS = 66, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS = 67, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS = 68, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN = 69, + D3D10_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN = 70, + D3D10_MESSAGE_ID_CREATEBUFFER_NULLDESC = 71, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS = 72, + D3D10_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION = 73, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT = 74, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT = 75, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES = 76, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE = 77, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS = 78, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS = 79, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS = 80, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS = 81, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS = 82, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA = 83, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS = 84, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS = 85, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS = 86, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN = 87, + D3D10_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN = 88, + D3D10_MESSAGE_ID_CREATETEXTURE1D_NULLDESC = 89, + D3D10_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION = 90, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT = 91, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT = 92, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES = 93, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE = 94, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS = 95, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS = 96, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS = 97, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS = 98, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS = 99, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA = 100, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS = 101, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS = 102, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS = 103, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN = 104, + D3D10_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN = 105, + D3D10_MESSAGE_ID_CREATETEXTURE2D_NULLDESC = 106, + D3D10_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION = 107, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT = 108, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT = 109, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES = 110, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE = 111, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS = 112, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS = 113, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS = 114, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS = 115, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS = 116, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA = 117, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS = 118, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS = 119, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS = 120, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN = 121, + D3D10_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN = 122, + D3D10_MESSAGE_ID_CREATETEXTURE3D_NULLDESC = 123, + D3D10_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION = 124, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT = 125, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC = 126, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT = 127, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS = 128, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE = 129, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS = 130, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN = 131, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN = 132, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT = 133, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT = 134, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC = 135, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT = 136, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS = 137, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE = 138, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS = 139, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN = 140, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN = 141, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT = 142, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC = 143, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT = 144, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS = 145, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE = 146, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS = 147, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN = 148, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN = 149, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY = 150, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS = 151, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT = 152, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT = 153, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT = 154, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS = 155, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH = 156, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE = 157, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE = 158, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT = 159, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC = 160, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE = 161, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC = 162, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT = 163, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC = 164, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY = 165, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE = 166, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE = 167, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY = 168, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE = 169, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE = 170, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY = 171, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE = 172, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE = 173, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES = 174, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED = 175, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL = 176, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL = 177, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED = 178, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT = 179, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT = 180, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT = 181, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT = 182, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION = 183, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT = 184, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE = 185, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC = 186, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH = 187, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS = 188, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX = 189, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE = 190, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY = 191, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE = 192, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE = 193, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE = 194, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE = 195, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP = 196, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS = 197, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS = 198, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC = 199, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK = 200, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC = 201, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP = 202, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP = 203, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP = 204, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC = 205, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP = 206, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP = 207, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP = 208, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC = 209, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS = 210, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC = 211, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND = 212, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND = 213, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP = 214, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA = 215, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA = 216, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA = 217, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK = 218, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS = 219, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC = 220, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER = 221, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU = 222, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV = 223, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW = 224, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS = 225, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY = 226, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC = 227, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD = 228, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD = 229, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS = 230, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC = 231, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY = 232, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS = 233, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG = 234, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC = 235, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED = 236, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED = 237, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER = 238, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE = 239, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY = 240, + D3D10_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER = 241, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID = 242, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE = 243, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED = 244, + D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY = 245, + D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER = 246, + D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY = 247, + D3D10_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY = 248, + D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY = 249, + D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER = 250, + D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY = 251, + D3D10_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY = 252, + D3D10_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER = 253, + D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED = 254, + D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY = 255, + D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER = 256, + D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY = 257, + D3D10_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY = 258, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT = 259, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR = 260, + D3D10_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH = 261, + D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH = 262, + D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID = 263, + D3D10_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY = 264, + D3D10_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY = 265, + D3D10_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY = 266, + D3D10_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY = 267, + D3D10_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY = 268, + D3D10_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY = 269, + D3D10_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY = 270, + D3D10_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY = 271, + D3D10_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY = 272, + D3D10_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY = 273, + D3D10_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY = 274, + D3D10_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY = 275, + D3D10_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY = 276, + D3D10_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID = 277, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE = 278, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE = 279, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX = 280, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE = 281, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE = 282, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE = 283, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE = 284, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE = 285, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE = 286, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE = 287, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX = 288, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE = 289, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID = 290, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID = 291, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID = 292, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID = 293, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID = 294, + D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE = 295, + D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS = 296, + D3D10_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED = 297, + D3D10_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN = 298, + D3D10_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED = 299, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE = 300, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE = 301, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS = 302, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED = 303, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN = 304, + D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE = 305, + D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED = 306, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE = 307, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE = 308, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS = 309, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED = 310, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN = 311, + D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE = 312, + D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED = 313, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE = 314, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE = 315, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS = 316, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED = 317, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN = 318, + D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE = 319, + D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED = 320, + D3D10_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED = 321, + D3D10_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED = 322, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS = 323, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN = 324, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN = 325, + D3D10_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE = 326, + D3D10_MESSAGE_ID_REF_THREADING_MODE = 327, + D3D10_MESSAGE_ID_REF_UMDRIVER_EXCEPTION = 328, + D3D10_MESSAGE_ID_REF_KMDRIVER_EXCEPTION = 329, + D3D10_MESSAGE_ID_REF_HARDWARE_EXCEPTION = 330, + D3D10_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE = 331, + D3D10_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER = 332, + D3D10_MESSAGE_ID_REF_OUT_OF_MEMORY = 333, + D3D10_MESSAGE_ID_REF_INFO = 334, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW = 335, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW = 336, + D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW = 337, + D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW = 338, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW = 339, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW = 340, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET = 341, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND = 342, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX = 343, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE = 344, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK = 345, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE = 346, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS = 347, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET = 348, + D3D10_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET = 349, + D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET = 350, + D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL = 351, + D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET = 352, + D3D10_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET = 353, + D3D10_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH = 354, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL = 355, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL = 356, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET = 357, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID = 358, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL = 359, + D3D10_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH = 360, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH = 361, + D3D10_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT = 362, + D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET = 363, + D3D10_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED = 364, + D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY = 365, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED = 366, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED = 367, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED = 368, + D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED = 369, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED = 370, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED = 371, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED = 372, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED = 373, + D3D10_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE = 374, + D3D10_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER = 375, + D3D10_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING = 376, + D3D10_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0 = 377, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT = 378, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT = 379, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT = 380, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN = 381, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN = 382, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN = 383, + D3D10_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET = 384, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC = 385, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC = 386, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH = 387, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW = 388, + D3D10_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS = 389, + D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH = 390, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH = 391, + D3D10_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY = 392, + D3D10_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY = 393, + D3D10_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN = 394, + D3D10_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN = 395, + D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER = 396, + D3D10_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED = 397, + D3D10_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER = 398, + D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN = 399, + D3D10_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN = 400, + D3D10_MESSAGE_ID_CREATECOUNTER_NULLDESC = 401, + D3D10_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER = 402, + D3D10_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER = 403, + D3D10_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE = 404, + D3D10_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED = 405, + D3D10_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION = 406, + D3D10_MESSAGE_ID_QUERY_BEGIN_DUPLICATE = 407, + D3D10_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS = 408, + D3D10_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION = 409, + D3D10_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS = 410, + D3D10_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN = 411, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE = 412, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS = 413, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL = 414, + D3D10_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH = 415, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED = 416, + D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN = 417, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE = 418, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE = 419, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT = 420, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH = 421, + D3D10_MESSAGE_ID_LIVE_OBJECT_SUMMARY = 422, + D3D10_MESSAGE_ID_LIVE_BUFFER = 423, + D3D10_MESSAGE_ID_LIVE_TEXTURE1D = 424, + D3D10_MESSAGE_ID_LIVE_TEXTURE2D = 425, + D3D10_MESSAGE_ID_LIVE_TEXTURE3D = 426, + D3D10_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW = 427, + D3D10_MESSAGE_ID_LIVE_RENDERTARGETVIEW = 428, + D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW = 429, + D3D10_MESSAGE_ID_LIVE_VERTEXSHADER = 430, + D3D10_MESSAGE_ID_LIVE_GEOMETRYSHADER = 431, + D3D10_MESSAGE_ID_LIVE_PIXELSHADER = 432, + D3D10_MESSAGE_ID_LIVE_INPUTLAYOUT = 433, + D3D10_MESSAGE_ID_LIVE_SAMPLER = 434, + D3D10_MESSAGE_ID_LIVE_BLENDSTATE = 435, + D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE = 436, + D3D10_MESSAGE_ID_LIVE_RASTERIZERSTATE = 437, + D3D10_MESSAGE_ID_LIVE_QUERY = 438, + D3D10_MESSAGE_ID_LIVE_PREDICATE = 439, + D3D10_MESSAGE_ID_LIVE_COUNTER = 440, + D3D10_MESSAGE_ID_LIVE_DEVICE = 441, + D3D10_MESSAGE_ID_LIVE_SWAPCHAIN = 442, + D3D10_MESSAGE_ID_D3D10_MESSAGES_END = 443, + D3D10_MESSAGE_ID_D3D10L9_MESSAGES_START = 0x100000, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED = 0x100001, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED = 0x100002, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT = 0x100003, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY = 0x100004, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE = 0x100005, + D3D10_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED = 0x100006, + D3D10_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS = 0x100007, + D3D10_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS = 0x100008, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS = 0x100009, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND = 0x10000a, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D = 0x10000b, + D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE = 0x10000c, + D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE = 0x10000d, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS = 0x10000e, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS = 0x10000f, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX = 0x100010, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS = 0x100011, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED = 0x100012, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS = 0x100013, + D3D10_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY = 0x100014, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK = 0x100015, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK = 0x100016, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT = 0x100017, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE = 0x100018, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE = 0x100019, + D3D10_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE = 0x10001a, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD = 0x10001b, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL = 0x10001c, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX = 0x10001d, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO = 0x10001e, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES = 0x10001f, + D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET = 0x100020, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER = 0x100021, + D3D10_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE = 0x100022, + D3D10_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE = 0x100023, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE = 0x100024, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS = 0x100025, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT = 0x100026, + D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS = 0x100027, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES = 0x100028, + D3D10_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED = 0x100029, + D3D10_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED = 0x10002a, + D3D10_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED = 0x10002b, + D3D10_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED = 0x10002c, + D3D10_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED = 0x10002d, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND = 0x10002e, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND = 0x10002f, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED = 0x100030, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE = 0x100031, + D3D10_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED = 0x100032, + D3D10_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3 = 0x100033, + D3D10_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED = 0x100034, + D3D10_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO = 0x100035, + D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION = 0x100036, + D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED = 0x100037, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR = 0x100038, + D3D10_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA = 0x100039, + D3D10_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP = 0x10003a, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED = 0x10003b, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT = 0x10003c, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES = 0x10003d, + D3D10_MESSAGE_ID_D3D10L9_MESSAGES_END = 0x10003e +} D3D10_MESSAGE_ID; +typedef struct D3D10_MESSAGE { + D3D10_MESSAGE_CATEGORY Category; + D3D10_MESSAGE_SEVERITY Severity; + D3D10_MESSAGE_ID ID; + const char *pDescription; + SIZE_T DescriptionByteLength; +} D3D10_MESSAGE; +typedef struct D3D10_INFO_QUEUE_FILTER_DESC { + UINT NumCategories; + D3D10_MESSAGE_CATEGORY *pCategoryList; + UINT NumSeverities; + D3D10_MESSAGE_SEVERITY *pSeverityList; + UINT NumIDs; + D3D10_MESSAGE_ID *pIDList; +} D3D10_INFO_QUEUE_FILTER_DESC; +typedef struct D3D10_INFO_QUEUE_FILTER { + D3D10_INFO_QUEUE_FILTER_DESC AllowList; + D3D10_INFO_QUEUE_FILTER_DESC DenyList; +} D3D10_INFO_QUEUE_FILTER; +/***************************************************************************** + * ID3D10InfoQueue interface + */ +#ifndef __ID3D10InfoQueue_INTERFACE_DEFINED__ +#define __ID3D10InfoQueue_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D10InfoQueue, 0x1b940b17, 0x2642, 0x4d1f, 0xab,0x1f, 0xb9,0x9b,0xad,0x0c,0x39,0x5f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("1b940b17-2642-4d1f-ab1f-b99bad0c395f") +ID3D10InfoQueue : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetMessageCountLimit( + UINT64 limit) = 0; + + virtual void STDMETHODCALLTYPE ClearStoredMessages( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMessage( + UINT64 message_idx, + D3D10_MESSAGE *message, + SIZE_T *message_size) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetNumMessagesAllowedByStorageFilter( + ) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetNumMessagesDeniedByStorageFilter( + ) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetNumStoredMessages( + ) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetNumStoredMessagesAllowedByRetrievalFilter( + ) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetNumMessagesDiscardedByMessageCountLimit( + ) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetMessageCountLimit( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddStorageFilterEntries( + D3D10_INFO_QUEUE_FILTER *filter) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStorageFilter( + D3D10_INFO_QUEUE_FILTER *filter, + SIZE_T *filter_size) = 0; + + virtual void STDMETHODCALLTYPE ClearStorageFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushEmptyStorageFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushCopyOfStorageFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushStorageFilter( + D3D10_INFO_QUEUE_FILTER *filter) = 0; + + virtual void STDMETHODCALLTYPE PopStorageFilter( + ) = 0; + + virtual UINT STDMETHODCALLTYPE GetStorageFilterStackSize( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddRetrievalFilterEntries( + D3D10_INFO_QUEUE_FILTER *filter) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetRetrievalFilter( + D3D10_INFO_QUEUE_FILTER *filter, + SIZE_T *filterbytelength) = 0; + + virtual void STDMETHODCALLTYPE ClearRetrievalFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushEmptyRetrievalFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushCopyOfRetrievalFilter( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE PushRetrievalFilter( + D3D10_INFO_QUEUE_FILTER *filter) = 0; + + virtual void STDMETHODCALLTYPE PopRetrievalFilter( + ) = 0; + + virtual UINT STDMETHODCALLTYPE GetRetrievalFilterStackSize( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddMessage( + D3D10_MESSAGE_CATEGORY category, + D3D10_MESSAGE_SEVERITY severity, + D3D10_MESSAGE_ID id, + const char *description) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddApplicationMessage( + D3D10_MESSAGE_SEVERITY severity, + const char *description) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBreakOnCategory( + D3D10_MESSAGE_CATEGORY category, + WINBOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBreakOnSeverity( + D3D10_MESSAGE_SEVERITY severity, + WINBOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBreakOnID( + D3D10_MESSAGE_ID id, + WINBOOL enable) = 0; + + virtual WINBOOL STDMETHODCALLTYPE GetBreakOnCategory( + D3D10_MESSAGE_CATEGORY category) = 0; + + virtual WINBOOL STDMETHODCALLTYPE GetBreakOnSeverity( + D3D10_MESSAGE_SEVERITY severity) = 0; + + virtual WINBOOL STDMETHODCALLTYPE GetBreakOnID( + D3D10_MESSAGE_ID id) = 0; + + virtual void STDMETHODCALLTYPE SetMuteDebugOutput( + WINBOOL mute) = 0; + + virtual WINBOOL STDMETHODCALLTYPE GetMuteDebugOutput( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D10InfoQueue, 0x1b940b17, 0x2642, 0x4d1f, 0xab,0x1f, 0xb9,0x9b,0xad,0x0c,0x39,0x5f) +#endif +#else +typedef struct ID3D10InfoQueueVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D10InfoQueue *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D10InfoQueue *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D10InfoQueue *This); + + /*** ID3D10InfoQueue methods ***/ + HRESULT (STDMETHODCALLTYPE *SetMessageCountLimit)( + ID3D10InfoQueue *This, + UINT64 limit); + + void (STDMETHODCALLTYPE *ClearStoredMessages)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *GetMessage)( + ID3D10InfoQueue *This, + UINT64 message_idx, + D3D10_MESSAGE *message, + SIZE_T *message_size); + + UINT64 (STDMETHODCALLTYPE *GetNumMessagesAllowedByStorageFilter)( + ID3D10InfoQueue *This); + + UINT64 (STDMETHODCALLTYPE *GetNumMessagesDeniedByStorageFilter)( + ID3D10InfoQueue *This); + + UINT64 (STDMETHODCALLTYPE *GetNumStoredMessages)( + ID3D10InfoQueue *This); + + UINT64 (STDMETHODCALLTYPE *GetNumStoredMessagesAllowedByRetrievalFilter)( + ID3D10InfoQueue *This); + + UINT64 (STDMETHODCALLTYPE *GetNumMessagesDiscardedByMessageCountLimit)( + ID3D10InfoQueue *This); + + UINT64 (STDMETHODCALLTYPE *GetMessageCountLimit)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *AddStorageFilterEntries)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter); + + HRESULT (STDMETHODCALLTYPE *GetStorageFilter)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter, + SIZE_T *filter_size); + + void (STDMETHODCALLTYPE *ClearStorageFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushEmptyStorageFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushCopyOfStorageFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushStorageFilter)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter); + + void (STDMETHODCALLTYPE *PopStorageFilter)( + ID3D10InfoQueue *This); + + UINT (STDMETHODCALLTYPE *GetStorageFilterStackSize)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *AddRetrievalFilterEntries)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter); + + HRESULT (STDMETHODCALLTYPE *GetRetrievalFilter)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter, + SIZE_T *filterbytelength); + + void (STDMETHODCALLTYPE *ClearRetrievalFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushEmptyRetrievalFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushCopyOfRetrievalFilter)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *PushRetrievalFilter)( + ID3D10InfoQueue *This, + D3D10_INFO_QUEUE_FILTER *filter); + + void (STDMETHODCALLTYPE *PopRetrievalFilter)( + ID3D10InfoQueue *This); + + UINT (STDMETHODCALLTYPE *GetRetrievalFilterStackSize)( + ID3D10InfoQueue *This); + + HRESULT (STDMETHODCALLTYPE *AddMessage)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_CATEGORY category, + D3D10_MESSAGE_SEVERITY severity, + D3D10_MESSAGE_ID id, + const char *description); + + HRESULT (STDMETHODCALLTYPE *AddApplicationMessage)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_SEVERITY severity, + const char *description); + + HRESULT (STDMETHODCALLTYPE *SetBreakOnCategory)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_CATEGORY category, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *SetBreakOnSeverity)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_SEVERITY severity, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *SetBreakOnID)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_ID id, + WINBOOL enable); + + WINBOOL (STDMETHODCALLTYPE *GetBreakOnCategory)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_CATEGORY category); + + WINBOOL (STDMETHODCALLTYPE *GetBreakOnSeverity)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_SEVERITY severity); + + WINBOOL (STDMETHODCALLTYPE *GetBreakOnID)( + ID3D10InfoQueue *This, + D3D10_MESSAGE_ID id); + + void (STDMETHODCALLTYPE *SetMuteDebugOutput)( + ID3D10InfoQueue *This, + WINBOOL mute); + + WINBOOL (STDMETHODCALLTYPE *GetMuteDebugOutput)( + ID3D10InfoQueue *This); + + END_INTERFACE +} ID3D10InfoQueueVtbl; + +interface ID3D10InfoQueue { + CONST_VTBL ID3D10InfoQueueVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D10InfoQueue_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D10InfoQueue_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D10InfoQueue_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D10InfoQueue methods ***/ +#define ID3D10InfoQueue_SetMessageCountLimit(This,limit) (This)->lpVtbl->SetMessageCountLimit(This,limit) +#define ID3D10InfoQueue_ClearStoredMessages(This) (This)->lpVtbl->ClearStoredMessages(This) +#define ID3D10InfoQueue_GetMessage(This,message_idx,message,message_size) (This)->lpVtbl->GetMessage(This,message_idx,message,message_size) +#define ID3D10InfoQueue_GetNumMessagesAllowedByStorageFilter(This) (This)->lpVtbl->GetNumMessagesAllowedByStorageFilter(This) +#define ID3D10InfoQueue_GetNumMessagesDeniedByStorageFilter(This) (This)->lpVtbl->GetNumMessagesDeniedByStorageFilter(This) +#define ID3D10InfoQueue_GetNumStoredMessages(This) (This)->lpVtbl->GetNumStoredMessages(This) +#define ID3D10InfoQueue_GetNumStoredMessagesAllowedByRetrievalFilter(This) (This)->lpVtbl->GetNumStoredMessagesAllowedByRetrievalFilter(This) +#define ID3D10InfoQueue_GetNumMessagesDiscardedByMessageCountLimit(This) (This)->lpVtbl->GetNumMessagesDiscardedByMessageCountLimit(This) +#define ID3D10InfoQueue_GetMessageCountLimit(This) (This)->lpVtbl->GetMessageCountLimit(This) +#define ID3D10InfoQueue_AddStorageFilterEntries(This,filter) (This)->lpVtbl->AddStorageFilterEntries(This,filter) +#define ID3D10InfoQueue_GetStorageFilter(This,filter,filter_size) (This)->lpVtbl->GetStorageFilter(This,filter,filter_size) +#define ID3D10InfoQueue_ClearStorageFilter(This) (This)->lpVtbl->ClearStorageFilter(This) +#define ID3D10InfoQueue_PushEmptyStorageFilter(This) (This)->lpVtbl->PushEmptyStorageFilter(This) +#define ID3D10InfoQueue_PushCopyOfStorageFilter(This) (This)->lpVtbl->PushCopyOfStorageFilter(This) +#define ID3D10InfoQueue_PushStorageFilter(This,filter) (This)->lpVtbl->PushStorageFilter(This,filter) +#define ID3D10InfoQueue_PopStorageFilter(This) (This)->lpVtbl->PopStorageFilter(This) +#define ID3D10InfoQueue_GetStorageFilterStackSize(This) (This)->lpVtbl->GetStorageFilterStackSize(This) +#define ID3D10InfoQueue_AddRetrievalFilterEntries(This,filter) (This)->lpVtbl->AddRetrievalFilterEntries(This,filter) +#define ID3D10InfoQueue_GetRetrievalFilter(This,filter,filterbytelength) (This)->lpVtbl->GetRetrievalFilter(This,filter,filterbytelength) +#define ID3D10InfoQueue_ClearRetrievalFilter(This) (This)->lpVtbl->ClearRetrievalFilter(This) +#define ID3D10InfoQueue_PushEmptyRetrievalFilter(This) (This)->lpVtbl->PushEmptyRetrievalFilter(This) +#define ID3D10InfoQueue_PushCopyOfRetrievalFilter(This) (This)->lpVtbl->PushCopyOfRetrievalFilter(This) +#define ID3D10InfoQueue_PushRetrievalFilter(This,filter) (This)->lpVtbl->PushRetrievalFilter(This,filter) +#define ID3D10InfoQueue_PopRetrievalFilter(This) (This)->lpVtbl->PopRetrievalFilter(This) +#define ID3D10InfoQueue_GetRetrievalFilterStackSize(This) (This)->lpVtbl->GetRetrievalFilterStackSize(This) +#define ID3D10InfoQueue_AddMessage(This,category,severity,id,description) (This)->lpVtbl->AddMessage(This,category,severity,id,description) +#define ID3D10InfoQueue_AddApplicationMessage(This,severity,description) (This)->lpVtbl->AddApplicationMessage(This,severity,description) +#define ID3D10InfoQueue_SetBreakOnCategory(This,category,enable) (This)->lpVtbl->SetBreakOnCategory(This,category,enable) +#define ID3D10InfoQueue_SetBreakOnSeverity(This,severity,enable) (This)->lpVtbl->SetBreakOnSeverity(This,severity,enable) +#define ID3D10InfoQueue_SetBreakOnID(This,id,enable) (This)->lpVtbl->SetBreakOnID(This,id,enable) +#define ID3D10InfoQueue_GetBreakOnCategory(This,category) (This)->lpVtbl->GetBreakOnCategory(This,category) +#define ID3D10InfoQueue_GetBreakOnSeverity(This,severity) (This)->lpVtbl->GetBreakOnSeverity(This,severity) +#define ID3D10InfoQueue_GetBreakOnID(This,id) (This)->lpVtbl->GetBreakOnID(This,id) +#define ID3D10InfoQueue_SetMuteDebugOutput(This,mute) (This)->lpVtbl->SetMuteDebugOutput(This,mute) +#define ID3D10InfoQueue_GetMuteDebugOutput(This) (This)->lpVtbl->GetMuteDebugOutput(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D10InfoQueue_QueryInterface(ID3D10InfoQueue* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D10InfoQueue_AddRef(ID3D10InfoQueue* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D10InfoQueue_Release(ID3D10InfoQueue* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D10InfoQueue methods ***/ +static FORCEINLINE HRESULT ID3D10InfoQueue_SetMessageCountLimit(ID3D10InfoQueue* This,UINT64 limit) { + return This->lpVtbl->SetMessageCountLimit(This,limit); +} +static FORCEINLINE void ID3D10InfoQueue_ClearStoredMessages(ID3D10InfoQueue* This) { + This->lpVtbl->ClearStoredMessages(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_GetMessage(ID3D10InfoQueue* This,UINT64 message_idx,D3D10_MESSAGE *message,SIZE_T *message_size) { + return This->lpVtbl->GetMessage(This,message_idx,message,message_size); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetNumMessagesAllowedByStorageFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->GetNumMessagesAllowedByStorageFilter(This); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetNumMessagesDeniedByStorageFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->GetNumMessagesDeniedByStorageFilter(This); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetNumStoredMessages(ID3D10InfoQueue* This) { + return This->lpVtbl->GetNumStoredMessages(This); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetNumStoredMessagesAllowedByRetrievalFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->GetNumStoredMessagesAllowedByRetrievalFilter(This); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetNumMessagesDiscardedByMessageCountLimit(ID3D10InfoQueue* This) { + return This->lpVtbl->GetNumMessagesDiscardedByMessageCountLimit(This); +} +static FORCEINLINE UINT64 ID3D10InfoQueue_GetMessageCountLimit(ID3D10InfoQueue* This) { + return This->lpVtbl->GetMessageCountLimit(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_AddStorageFilterEntries(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter) { + return This->lpVtbl->AddStorageFilterEntries(This,filter); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_GetStorageFilter(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter,SIZE_T *filter_size) { + return This->lpVtbl->GetStorageFilter(This,filter,filter_size); +} +static FORCEINLINE void ID3D10InfoQueue_ClearStorageFilter(ID3D10InfoQueue* This) { + This->lpVtbl->ClearStorageFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushEmptyStorageFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->PushEmptyStorageFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushCopyOfStorageFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->PushCopyOfStorageFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushStorageFilter(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter) { + return This->lpVtbl->PushStorageFilter(This,filter); +} +static FORCEINLINE void ID3D10InfoQueue_PopStorageFilter(ID3D10InfoQueue* This) { + This->lpVtbl->PopStorageFilter(This); +} +static FORCEINLINE UINT ID3D10InfoQueue_GetStorageFilterStackSize(ID3D10InfoQueue* This) { + return This->lpVtbl->GetStorageFilterStackSize(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_AddRetrievalFilterEntries(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter) { + return This->lpVtbl->AddRetrievalFilterEntries(This,filter); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_GetRetrievalFilter(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter,SIZE_T *filterbytelength) { + return This->lpVtbl->GetRetrievalFilter(This,filter,filterbytelength); +} +static FORCEINLINE void ID3D10InfoQueue_ClearRetrievalFilter(ID3D10InfoQueue* This) { + This->lpVtbl->ClearRetrievalFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushEmptyRetrievalFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->PushEmptyRetrievalFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushCopyOfRetrievalFilter(ID3D10InfoQueue* This) { + return This->lpVtbl->PushCopyOfRetrievalFilter(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_PushRetrievalFilter(ID3D10InfoQueue* This,D3D10_INFO_QUEUE_FILTER *filter) { + return This->lpVtbl->PushRetrievalFilter(This,filter); +} +static FORCEINLINE void ID3D10InfoQueue_PopRetrievalFilter(ID3D10InfoQueue* This) { + This->lpVtbl->PopRetrievalFilter(This); +} +static FORCEINLINE UINT ID3D10InfoQueue_GetRetrievalFilterStackSize(ID3D10InfoQueue* This) { + return This->lpVtbl->GetRetrievalFilterStackSize(This); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_AddMessage(ID3D10InfoQueue* This,D3D10_MESSAGE_CATEGORY category,D3D10_MESSAGE_SEVERITY severity,D3D10_MESSAGE_ID id,const char *description) { + return This->lpVtbl->AddMessage(This,category,severity,id,description); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_AddApplicationMessage(ID3D10InfoQueue* This,D3D10_MESSAGE_SEVERITY severity,const char *description) { + return This->lpVtbl->AddApplicationMessage(This,severity,description); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_SetBreakOnCategory(ID3D10InfoQueue* This,D3D10_MESSAGE_CATEGORY category,WINBOOL enable) { + return This->lpVtbl->SetBreakOnCategory(This,category,enable); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_SetBreakOnSeverity(ID3D10InfoQueue* This,D3D10_MESSAGE_SEVERITY severity,WINBOOL enable) { + return This->lpVtbl->SetBreakOnSeverity(This,severity,enable); +} +static FORCEINLINE HRESULT ID3D10InfoQueue_SetBreakOnID(ID3D10InfoQueue* This,D3D10_MESSAGE_ID id,WINBOOL enable) { + return This->lpVtbl->SetBreakOnID(This,id,enable); +} +static FORCEINLINE WINBOOL ID3D10InfoQueue_GetBreakOnCategory(ID3D10InfoQueue* This,D3D10_MESSAGE_CATEGORY category) { + return This->lpVtbl->GetBreakOnCategory(This,category); +} +static FORCEINLINE WINBOOL ID3D10InfoQueue_GetBreakOnSeverity(ID3D10InfoQueue* This,D3D10_MESSAGE_SEVERITY severity) { + return This->lpVtbl->GetBreakOnSeverity(This,severity); +} +static FORCEINLINE WINBOOL ID3D10InfoQueue_GetBreakOnID(ID3D10InfoQueue* This,D3D10_MESSAGE_ID id) { + return This->lpVtbl->GetBreakOnID(This,id); +} +static FORCEINLINE void ID3D10InfoQueue_SetMuteDebugOutput(ID3D10InfoQueue* This,WINBOOL mute) { + This->lpVtbl->SetMuteDebugOutput(This,mute); +} +static FORCEINLINE WINBOOL ID3D10InfoQueue_GetMuteDebugOutput(ID3D10InfoQueue* This) { + return This->lpVtbl->GetMuteDebugOutput(This); +} +#endif +#endif + +#endif + + +#endif /* __ID3D10InfoQueue_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __d3d10sdklayers_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10sdklayers.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10sdklayers.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d10sdklayers.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d10sdklayers.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,676 @@ +/* + * Copyright 2016 Alistair Leslie-Hughes + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; +import "ocidl.idl"; +import "dxgi.idl"; + +cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") +cpp_quote("#undef GetMessage") +cpp_quote("#endif") + +typedef enum D3D10_MESSAGE_CATEGORY +{ + D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED, + D3D10_MESSAGE_CATEGORY_MISCELLANEOUS, + D3D10_MESSAGE_CATEGORY_INITIALIZATION, + D3D10_MESSAGE_CATEGORY_CLEANUP, + D3D10_MESSAGE_CATEGORY_COMPILATION, + D3D10_MESSAGE_CATEGORY_STATE_CREATION, + D3D10_MESSAGE_CATEGORY_STATE_SETTING, + D3D10_MESSAGE_CATEGORY_STATE_GETTING, + D3D10_MESSAGE_CATEGORY_RESOURCE_MANIPULATION, + D3D10_MESSAGE_CATEGORY_EXECUTION, + D3D10_MESSAGE_CATEGORY_SHADER, +} D3D10_MESSAGE_CATEGORY; + +typedef enum D3D10_MESSAGE_SEVERITY +{ + D3D10_MESSAGE_SEVERITY_CORRUPTION, + D3D10_MESSAGE_SEVERITY_ERROR, + D3D10_MESSAGE_SEVERITY_WARNING, + D3D10_MESSAGE_SEVERITY_INFO, + D3D10_MESSAGE_SEVERITY_MESSAGE, +} D3D10_MESSAGE_SEVERITY; + +typedef enum D3D10_MESSAGE_ID +{ + D3D10_MESSAGE_ID_UNKNOWN = 0, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD, + D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD, + D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD, + D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD, + D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD, + D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD, + D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD, + D3D10_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD, + D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD, + D3D10_MESSAGE_ID_STRING_FROM_APPLICATION, + D3D10_MESSAGE_ID_CORRUPTED_THIS, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER1, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER2, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER3, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER4, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER5, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER6, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER7, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER8, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER9, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER10, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER11, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER12, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER13, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER14, + D3D10_MESSAGE_ID_CORRUPTED_PARAMETER15, + D3D10_MESSAGE_ID_CORRUPTED_MULTITHREADING, + D3D10_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY, + D3D10_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT, + D3D10_MESSAGE_ID_GETPRIVATEDATA_MOREDATA, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN, + D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS, + D3D10_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS, + D3D10_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATEBUFFER_NULLDESC, + D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS, + D3D10_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE1D_NULLDESC, + D3D10_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE2D_NULLDESC, + D3D10_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS, + D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATETEXTURE3D_NULLDESC, + D3D10_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE, + D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE, + D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG, + D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE, + D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER, + D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR, + D3D10_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH, + D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH, + D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID, + D3D10_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY, + D3D10_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE, + D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE, + D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX, + D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID, + D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID, + D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE, + D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS, + D3D10_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED, + D3D10_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN, + D3D10_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED, + D3D10_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN, + D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED, + D3D10_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN, + D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED, + D3D10_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN, + D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE, + D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED, + D3D10_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED, + D3D10_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN, + D3D10_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE, + D3D10_MESSAGE_ID_REF_THREADING_MODE, + D3D10_MESSAGE_ID_REF_UMDRIVER_EXCEPTION, + D3D10_MESSAGE_ID_REF_KMDRIVER_EXCEPTION, + D3D10_MESSAGE_ID_REF_HARDWARE_EXCEPTION, + D3D10_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE, + D3D10_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER, + D3D10_MESSAGE_ID_REF_OUT_OF_MEMORY, + D3D10_MESSAGE_ID_REF_INFO, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE, + D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL, + D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL, + D3D10_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH, + D3D10_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT, + D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET, + D3D10_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED, + D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE, + D3D10_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER, + D3D10_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING, + D3D10_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT, + D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN, + D3D10_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC, + D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW, + D3D10_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS, + D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH, + D3D10_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY, + D3D10_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY, + D3D10_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER, + D3D10_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED, + D3D10_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER, + D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN, + D3D10_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN, + D3D10_MESSAGE_ID_CREATECOUNTER_NULLDESC, + D3D10_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER, + D3D10_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER, + D3D10_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE, + D3D10_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED, + D3D10_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION, + D3D10_MESSAGE_ID_QUERY_BEGIN_DUPLICATE, + D3D10_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS, + D3D10_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION, + D3D10_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS, + D3D10_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS, + D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL, + D3D10_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE, + D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT, + D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH, + D3D10_MESSAGE_ID_LIVE_OBJECT_SUMMARY, + D3D10_MESSAGE_ID_LIVE_BUFFER, + D3D10_MESSAGE_ID_LIVE_TEXTURE1D, + D3D10_MESSAGE_ID_LIVE_TEXTURE2D, + D3D10_MESSAGE_ID_LIVE_TEXTURE3D, + D3D10_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW, + D3D10_MESSAGE_ID_LIVE_RENDERTARGETVIEW, + D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW, + D3D10_MESSAGE_ID_LIVE_VERTEXSHADER, + D3D10_MESSAGE_ID_LIVE_GEOMETRYSHADER, + D3D10_MESSAGE_ID_LIVE_PIXELSHADER, + D3D10_MESSAGE_ID_LIVE_INPUTLAYOUT, + D3D10_MESSAGE_ID_LIVE_SAMPLER, + D3D10_MESSAGE_ID_LIVE_BLENDSTATE, + D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE, + D3D10_MESSAGE_ID_LIVE_RASTERIZERSTATE, + D3D10_MESSAGE_ID_LIVE_QUERY, + D3D10_MESSAGE_ID_LIVE_PREDICATE, + D3D10_MESSAGE_ID_LIVE_COUNTER, + D3D10_MESSAGE_ID_LIVE_DEVICE, + D3D10_MESSAGE_ID_LIVE_SWAPCHAIN, + D3D10_MESSAGE_ID_D3D10_MESSAGES_END, + + D3D10_MESSAGE_ID_D3D10L9_MESSAGES_START = 0x00100000, + D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE, + D3D10_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED, + D3D10_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS, + D3D10_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D, + D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE, + D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS, + D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX, + D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS, + D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS, + D3D10_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK, + D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE, + D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE, + D3D10_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO, + D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES, + D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER, + D3D10_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE, + D3D10_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT, + D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS, + D3D10_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES, + D3D10_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED, + D3D10_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED, + D3D10_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED, + D3D10_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED, + D3D10_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND, + D3D10_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE, + D3D10_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED, + D3D10_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3, + D3D10_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED, + D3D10_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO, + D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION, + D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED, + D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR, + D3D10_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA, + D3D10_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP, + D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED, + D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT, + D3D10_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES, + D3D10_MESSAGE_ID_D3D10L9_MESSAGES_END, +} D3D10_MESSAGE_ID; + +typedef struct D3D10_MESSAGE +{ + D3D10_MESSAGE_CATEGORY Category; + D3D10_MESSAGE_SEVERITY Severity; + D3D10_MESSAGE_ID ID; + const char *pDescription; + SIZE_T DescriptionByteLength; +} D3D10_MESSAGE; + +typedef struct D3D10_INFO_QUEUE_FILTER_DESC +{ + UINT NumCategories; + D3D10_MESSAGE_CATEGORY *pCategoryList; + UINT NumSeverities; + D3D10_MESSAGE_SEVERITY *pSeverityList; + UINT NumIDs; + D3D10_MESSAGE_ID *pIDList; +} D3D10_INFO_QUEUE_FILTER_DESC; + +typedef struct D3D10_INFO_QUEUE_FILTER +{ + D3D10_INFO_QUEUE_FILTER_DESC AllowList; + D3D10_INFO_QUEUE_FILTER_DESC DenyList; +} D3D10_INFO_QUEUE_FILTER; + +[ + local, + object, + uuid(1b940b17-2642-4d1f-ab1f-b99bad0c395f), + pointer_default(unique) +] +interface ID3D10InfoQueue : IUnknown +{ + HRESULT SetMessageCountLimit( + [in] UINT64 limit + ); + void ClearStoredMessages(); + HRESULT GetMessage( + [in] UINT64 message_idx, + [out] D3D10_MESSAGE *message, + [in, out] SIZE_T *message_size + ); + UINT64 GetNumMessagesAllowedByStorageFilter(); + UINT64 GetNumMessagesDeniedByStorageFilter(); + UINT64 GetNumStoredMessages(); + UINT64 GetNumStoredMessagesAllowedByRetrievalFilter(); + UINT64 GetNumMessagesDiscardedByMessageCountLimit(); + UINT64 GetMessageCountLimit(); + HRESULT AddStorageFilterEntries( + [in] D3D10_INFO_QUEUE_FILTER *filter + ); + HRESULT GetStorageFilter( + [out] D3D10_INFO_QUEUE_FILTER *filter, + [in, out] SIZE_T *filter_size + ); + void ClearStorageFilter(); + HRESULT PushEmptyStorageFilter(); + HRESULT PushCopyOfStorageFilter(); + HRESULT PushStorageFilter( + [in] D3D10_INFO_QUEUE_FILTER *filter + ); + void PopStorageFilter(); + UINT GetStorageFilterStackSize(); + HRESULT AddRetrievalFilterEntries( + [in] D3D10_INFO_QUEUE_FILTER *filter + ); + HRESULT GetRetrievalFilter( + [out] D3D10_INFO_QUEUE_FILTER *filter, + [in, out] SIZE_T *filterbytelength + ); + void ClearRetrievalFilter(); + HRESULT PushEmptyRetrievalFilter(); + HRESULT PushCopyOfRetrievalFilter(); + HRESULT PushRetrievalFilter( + [in] D3D10_INFO_QUEUE_FILTER *filter + ); + void PopRetrievalFilter(); + UINT GetRetrievalFilterStackSize(); + HRESULT AddMessage( + [in] D3D10_MESSAGE_CATEGORY category, + [in] D3D10_MESSAGE_SEVERITY severity, + [in] D3D10_MESSAGE_ID id, + [in] const char *description + ); + HRESULT AddApplicationMessage( + [in] D3D10_MESSAGE_SEVERITY severity, + [in] const char *description + ); + HRESULT SetBreakOnCategory( + [in] D3D10_MESSAGE_CATEGORY category, + [in] BOOL enable + ); + HRESULT SetBreakOnSeverity( + [in] D3D10_MESSAGE_SEVERITY severity, + [in] BOOL enable + ); + HRESULT SetBreakOnID( + [in] D3D10_MESSAGE_ID id, + [in] BOOL enable + ); + BOOL GetBreakOnCategory( + [in] D3D10_MESSAGE_CATEGORY category + ); + BOOL GetBreakOnSeverity( + [in] D3D10_MESSAGE_SEVERITY severity + ); + BOOL GetBreakOnID( + [in] D3D10_MESSAGE_ID id + ); + void SetMuteDebugOutput( + [in] BOOL mute + ); + BOOL GetMuteDebugOutput(); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_1.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_1.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_1.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_1.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3d11_1.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11_1.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,31 +20,73 @@ #ifndef __ID3D11BlendState1_FWD_DEFINED__ #define __ID3D11BlendState1_FWD_DEFINED__ typedef interface ID3D11BlendState1 ID3D11BlendState1; +#ifdef __cplusplus +interface ID3D11BlendState1; +#endif /* __cplusplus */ #endif #ifndef __ID3DDeviceContextState_FWD_DEFINED__ #define __ID3DDeviceContextState_FWD_DEFINED__ typedef interface ID3DDeviceContextState ID3DDeviceContextState; +#ifdef __cplusplus +interface ID3DDeviceContextState; +#endif /* __cplusplus */ #endif #ifndef __ID3D11DeviceContext1_FWD_DEFINED__ #define __ID3D11DeviceContext1_FWD_DEFINED__ typedef interface ID3D11DeviceContext1 ID3D11DeviceContext1; +#ifdef __cplusplus +interface ID3D11DeviceContext1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11VideoContext1_FWD_DEFINED__ +#define __ID3D11VideoContext1_FWD_DEFINED__ +typedef interface ID3D11VideoContext1 ID3D11VideoContext1; +#ifdef __cplusplus +interface ID3D11VideoContext1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11VideoDevice1_FWD_DEFINED__ +#define __ID3D11VideoDevice1_FWD_DEFINED__ +typedef interface ID3D11VideoDevice1 ID3D11VideoDevice1; +#ifdef __cplusplus +interface ID3D11VideoDevice1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11VideoProcessorEnumerator1_FWD_DEFINED__ +#define __ID3D11VideoProcessorEnumerator1_FWD_DEFINED__ +typedef interface ID3D11VideoProcessorEnumerator1 ID3D11VideoProcessorEnumerator1; +#ifdef __cplusplus +interface ID3D11VideoProcessorEnumerator1; +#endif /* __cplusplus */ #endif #ifndef __ID3DUserDefinedAnnotation_FWD_DEFINED__ #define __ID3DUserDefinedAnnotation_FWD_DEFINED__ typedef interface ID3DUserDefinedAnnotation ID3DUserDefinedAnnotation; +#ifdef __cplusplus +interface ID3DUserDefinedAnnotation; +#endif /* __cplusplus */ #endif #ifndef __ID3D11RasterizerState1_FWD_DEFINED__ #define __ID3D11RasterizerState1_FWD_DEFINED__ typedef interface ID3D11RasterizerState1 ID3D11RasterizerState1; +#ifdef __cplusplus +interface ID3D11RasterizerState1; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Device1_FWD_DEFINED__ #define __ID3D11Device1_FWD_DEFINED__ typedef interface ID3D11Device1 ID3D11Device1; +#ifdef __cplusplus +interface ID3D11Device1; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -77,7 +119,32 @@ D3D11_LOGIC_OP_OR_REVERSE = 14, D3D11_LOGIC_OP_OR_INVERTED = 15 } D3D11_LOGIC_OP; -typedef struct _D3D11_RENDER_TARGET_BLEND_DESC1 { +typedef enum D3D11_COPY_FLAGS { + D3D11_COPY_NO_OVERWRITE = 0x1, + D3D11_COPY_DISCARD = 0x2 +} D3D11_COPY_FLAGS; +typedef enum D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG { + D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED = 0x1 +} D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG; +typedef enum D3D11_VIDEO_DECODER_CAPS { + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE = 0x1, + D3D11_VIDEO_DECODER_CAPS_NON_REAL_TIME = 0x2, + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_DYNAMIC = 0x4, + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_REQUIRED = 0x8, + D3D11_VIDEO_DECODER_CAPS_UNSUPPORTED = 0x10 +} D3D11_VIDEO_DECODER_CAPS; +typedef enum D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS { + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATION = 0x1, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZE = 0x2, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSION = 0x4, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_TRIPLE_BUFFER_OUTPUT = 0x8 +} D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS; +typedef enum D3D11_CRYPTO_SESSION_STATUS { + D3D11_CRYPTO_SESSION_STATUS_OK = 0x0, + D3D11_CRYPTO_SESSION_STATUS_KEY_LOST = 0x1, + D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST = 0x2 +} D3D11_CRYPTO_SESSION_STATUS; +typedef struct D3D11_RENDER_TARGET_BLEND_DESC1 { WINBOOL BlendEnable; WINBOOL LogicOpEnable; D3D11_BLEND SrcBlend; @@ -89,12 +156,12 @@ D3D11_LOGIC_OP LogicOp; UINT8 RenderTargetWriteMask; } D3D11_RENDER_TARGET_BLEND_DESC1; -typedef struct _D3D11_BLEND_DESC1 { +typedef struct D3D11_BLEND_DESC1 { WINBOOL AlphaToCoverageEnable; WINBOOL IndependentBlendEnable; D3D11_RENDER_TARGET_BLEND_DESC1 RenderTarget[8]; } D3D11_BLEND_DESC1; -typedef struct _D3D11_RASTERIZER_DESC1 { +typedef struct D3D11_RASTERIZER_DESC1 { D3D11_FILL_MODE FillMode; D3D11_CULL_MODE CullMode; WINBOOL FrontCounterClockwise; @@ -107,6 +174,58 @@ WINBOOL AntialiasedLineEnable; UINT ForcedSampleCount; } D3D11_RASTERIZER_DESC1; +typedef struct D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK { + UINT ClearSize; + UINT EncryptedSize; +} D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK; +typedef struct D3D11_VIDEO_DECODER_BUFFER_DESC1 { + D3D11_VIDEO_DECODER_BUFFER_TYPE BufferType; + UINT DataOffset; + UINT DataSize; + void *pIV; + UINT IVSize; + D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK *pSubSampleMappingBlock; + UINT SubSampleMappingCount; +} D3D11_VIDEO_DECODER_BUFFER_DESC1; +typedef struct D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION { + ID3D11CryptoSession *pCryptoSession; + UINT BlobSize; + void *pBlob; + GUID *pKeyInfoId; + UINT PrivateDataSize; + void *pPrivateData; +} D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION; +typedef struct D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT { + WINBOOL Enable; + UINT Width; + UINT Height; + DXGI_FORMAT Format; +} D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT; +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA { + UINT PrivateDataSize; + UINT HWProtectionDataSize; + BYTE pbInput[4]; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA; +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA { + UINT PrivateDataSize; + UINT MaxHWProtectionDataSize; + UINT HWProtectionDataSize; + UINT64 TransportTime; + UINT64 ExecutionTime; + BYTE pbOutput[4]; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA; +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA { + UINT HWProtectionFunctionID; + D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA *pInputData; + D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA *pOutputData; + HRESULT Status; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA; +typedef struct D3D11_VIDEO_SAMPLE_DESC { + UINT Width; + UINT Height; + DXGI_FORMAT Format; + DXGI_COLOR_SPACE_TYPE ColorSpace; +} D3D11_VIDEO_SAMPLE_DESC; /***************************************************************************** * ID3D11BlendState1 interface */ @@ -131,50 +250,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11BlendState1* This); + ID3D11BlendState1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11BlendState1* This); + ID3D11BlendState1 *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, REFGUID guid, const IUnknown *pData); /*** ID3D11BlendState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, D3D11_BLEND_DESC *pDesc); /*** ID3D11BlendState1 methods ***/ void (STDMETHODCALLTYPE *GetDesc1)( - ID3D11BlendState1* This, + ID3D11BlendState1 *This, D3D11_BLEND_DESC1 *pDesc); END_INTERFACE } ID3D11BlendState1Vtbl; + interface ID3D11BlendState1 { CONST_VTBL ID3D11BlendState1Vtbl* lpVtbl; }; @@ -231,14 +351,6 @@ #endif -void STDMETHODCALLTYPE ID3D11BlendState1_GetDesc1_Proxy( - ID3D11BlendState1* This, - D3D11_BLEND_DESC1 *pDesc); -void __RPC_STUB ID3D11BlendState1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11BlendState1_INTERFACE_DEFINED__ */ @@ -263,40 +375,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3DDeviceContextState* This, + ID3DDeviceContextState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3DDeviceContextState* This); + ID3DDeviceContextState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3DDeviceContextState* This); + ID3DDeviceContextState *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3DDeviceContextState* This, + ID3DDeviceContextState *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3DDeviceContextState* This, + ID3DDeviceContextState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3DDeviceContextState* This, + ID3DDeviceContextState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3DDeviceContextState* This, + ID3DDeviceContextState *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3DDeviceContextStateVtbl; + interface ID3DDeviceContextState { CONST_VTBL ID3DDeviceContextStateVtbl* lpVtbl; }; @@ -490,82 +603,82 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, REFGUID guid, const IUnknown *pData); /*** ID3D11DeviceContext methods ***/ void (STDMETHODCALLTYPE *VSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *PSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *PSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11PixelShader *pPixelShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *PSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *VSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11VertexShader *pVertexShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *DrawIndexed)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation); void (STDMETHODCALLTYPE *Draw)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT VertexCount, UINT StartVertexLocation); HRESULT (STDMETHODCALLTYPE *Map)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pResource, UINT Subresource, D3D11_MAP MapType, @@ -573,22 +686,22 @@ D3D11_MAPPED_SUBRESOURCE *pMappedResource); void (STDMETHODCALLTYPE *Unmap)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pResource, UINT Subresource); void (STDMETHODCALLTYPE *PSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *IASetInputLayout)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11InputLayout *pInputLayout); void (STDMETHODCALLTYPE *IASetVertexBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppVertexBuffers, @@ -596,13 +709,13 @@ const UINT *pOffsets); void (STDMETHODCALLTYPE *IASetIndexBuffer)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer *pIndexBuffer, DXGI_FORMAT Format, UINT Offset); void (STDMETHODCALLTYPE *DrawIndexedInstanced)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT IndexCountPerInstance, UINT InstanceCount, UINT StartIndexLocation, @@ -610,80 +723,80 @@ UINT StartInstanceLocation); void (STDMETHODCALLTYPE *DrawInstanced)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT VertexCountPerInstance, UINT InstanceCount, UINT StartVertexLocation, UINT StartInstanceLocation); void (STDMETHODCALLTYPE *GSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *GSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11GeometryShader *pShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, D3D11_PRIMITIVE_TOPOLOGY Topology); void (STDMETHODCALLTYPE *VSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *VSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *Begin)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Asynchronous *pAsync); void (STDMETHODCALLTYPE *End)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Asynchronous *pAsync); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Asynchronous *pAsync, void *pData, UINT DataSize, UINT GetDataFlags); void (STDMETHODCALLTYPE *SetPredication)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Predicate *pPredicate, WINBOOL PredicateValue); void (STDMETHODCALLTYPE *GSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *GSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *OMSetRenderTargets)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumViews, ID3D11RenderTargetView *const *ppRenderTargetViews, ID3D11DepthStencilView *pDepthStencilView); void (STDMETHODCALLTYPE *OMSetRenderTargetsAndUnorderedAccessViews)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumRTVs, ID3D11RenderTargetView *const *ppRenderTargetViews, ID3D11DepthStencilView *pDepthStencilView, @@ -693,62 +806,62 @@ const UINT *pUAVInitialCounts); void (STDMETHODCALLTYPE *OMSetBlendState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11BlendState *pBlendState, const FLOAT BlendFactor[4], UINT SampleMask); void (STDMETHODCALLTYPE *OMSetDepthStencilState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11DepthStencilState *pDepthStencilState, UINT StencilRef); void (STDMETHODCALLTYPE *SOSetTargets)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumBuffers, ID3D11Buffer *const *ppSOTargets, const UINT *pOffsets); void (STDMETHODCALLTYPE *DrawAuto)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); void (STDMETHODCALLTYPE *DrawIndexedInstancedIndirect)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *DrawInstancedIndirect)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *Dispatch)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT ThreadGroupCountX, UINT ThreadGroupCountY, UINT ThreadGroupCountZ); void (STDMETHODCALLTYPE *DispatchIndirect)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *RSSetState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11RasterizerState *pRasterizerState); void (STDMETHODCALLTYPE *RSSetViewports)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumViewports, const D3D11_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSSetScissorRects)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumRects, const D3D11_RECT *pRects); void (STDMETHODCALLTYPE *CopySubresourceRegion)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, UINT DstSubresource, UINT DstX, @@ -759,12 +872,12 @@ const D3D11_BOX *pSrcBox); void (STDMETHODCALLTYPE *CopyResource)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, ID3D11Resource *pSrcResource); void (STDMETHODCALLTYPE *UpdateSubresource)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, UINT DstSubresource, const D3D11_BOX *pDstBox, @@ -773,48 +886,48 @@ UINT SrcDepthPitch); void (STDMETHODCALLTYPE *CopyStructureCount)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer *pDstBuffer, UINT DstAlignedByteOffset, ID3D11UnorderedAccessView *pSrcView); void (STDMETHODCALLTYPE *ClearRenderTargetView)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11RenderTargetView *pRenderTargetView, const FLOAT ColorRGBA[4]); void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11UnorderedAccessView *pUnorderedAccessView, const UINT Values[4]); void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11UnorderedAccessView *pUnorderedAccessView, const FLOAT Values[4]); void (STDMETHODCALLTYPE *ClearDepthStencilView)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11DepthStencilView *pDepthStencilView, UINT ClearFlags, FLOAT Depth, UINT8 Stencil); void (STDMETHODCALLTYPE *GenerateMips)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11ShaderResourceView *pShaderResourceView); void (STDMETHODCALLTYPE *SetResourceMinLOD)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pResource, FLOAT MinLOD); FLOAT (STDMETHODCALLTYPE *GetResourceMinLOD)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pResource); void (STDMETHODCALLTYPE *ResolveSubresource)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, UINT DstSubresource, ID3D11Resource *pSrcResource, @@ -822,131 +935,131 @@ DXGI_FORMAT Format); void (STDMETHODCALLTYPE *ExecuteCommandList)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11CommandList *pCommandList, WINBOOL RestoreContextState); void (STDMETHODCALLTYPE *HSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *HSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11HullShader *pHullShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *HSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *HSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *DSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *DSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11DomainShader *pDomainShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *DSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *DSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *CSSetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *CSSetUnorderedAccessViews)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumUAVs, ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, const UINT *pUAVInitialCounts); void (STDMETHODCALLTYPE *CSSetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11ComputeShader *pComputeShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *CSSetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *CSSetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *VSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *PSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *PSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11PixelShader **ppPixelShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *PSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *VSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11VertexShader **ppVertexShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *PSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *IAGetInputLayout)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11InputLayout **ppInputLayout); void (STDMETHODCALLTYPE *IAGetVertexBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppVertexBuffers, @@ -954,64 +1067,64 @@ UINT *pOffsets); void (STDMETHODCALLTYPE *IAGetIndexBuffer)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Buffer **pIndexBuffer, DXGI_FORMAT *Format, UINT *Offset); void (STDMETHODCALLTYPE *GSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *GSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11GeometryShader **ppGeometryShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, D3D11_PRIMITIVE_TOPOLOGY *pTopology); void (STDMETHODCALLTYPE *VSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *VSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *GetPredication)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Predicate **ppPredicate, WINBOOL *pPredicateValue); void (STDMETHODCALLTYPE *GSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *GSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *OMGetRenderTargets)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumViews, ID3D11RenderTargetView **ppRenderTargetViews, ID3D11DepthStencilView **ppDepthStencilView); void (STDMETHODCALLTYPE *OMGetRenderTargetsAndUnorderedAccessViews)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumRTVs, ID3D11RenderTargetView **ppRenderTargetViews, ID3D11DepthStencilView **ppDepthStencilView, @@ -1020,133 +1133,133 @@ ID3D11UnorderedAccessView **ppUnorderedAccessViews); void (STDMETHODCALLTYPE *OMGetBlendState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11BlendState **ppBlendState, FLOAT BlendFactor[4], UINT *pSampleMask); void (STDMETHODCALLTYPE *OMGetDepthStencilState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11DepthStencilState **ppDepthStencilState, UINT *pStencilRef); void (STDMETHODCALLTYPE *SOGetTargets)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT NumBuffers, ID3D11Buffer **ppSOTargets); void (STDMETHODCALLTYPE *RSGetState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11RasterizerState **ppRasterizerState); void (STDMETHODCALLTYPE *RSGetViewports)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT *pNumViewports, D3D11_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSGetScissorRects)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT *pNumRects, D3D11_RECT *pRects); void (STDMETHODCALLTYPE *HSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *HSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11HullShader **ppHullShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *HSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *HSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *DSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *DSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11DomainShader **ppDomainShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *DSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *DSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *CSGetShaderResources)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *CSGetUnorderedAccessViews)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumUAVs, ID3D11UnorderedAccessView **ppUnorderedAccessViews); void (STDMETHODCALLTYPE *CSGetShader)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11ComputeShader **ppComputeShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *CSGetSamplers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *CSGetConstantBuffers)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *ClearState)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); void (STDMETHODCALLTYPE *Flush)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); D3D11_DEVICE_CONTEXT_TYPE (STDMETHODCALLTYPE *GetType)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); UINT (STDMETHODCALLTYPE *GetContextFlags)( - ID3D11DeviceContext1* This); + ID3D11DeviceContext1 *This); HRESULT (STDMETHODCALLTYPE *FinishCommandList)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, WINBOOL RestoreDeferredContextState, ID3D11CommandList **ppCommandList); /*** ID3D11DeviceContext1 methods ***/ void (STDMETHODCALLTYPE *CopySubresourceRegion1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, UINT DstSubresource, UINT DstX, @@ -1158,7 +1271,7 @@ UINT CopyFlags); void (STDMETHODCALLTYPE *UpdateSubresource1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pDstResource, UINT DstSubresource, const D3D11_BOX *pDstBox, @@ -1168,15 +1281,15 @@ UINT CopyFlags); void (STDMETHODCALLTYPE *DiscardResource)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11Resource *pResource); void (STDMETHODCALLTYPE *DiscardView)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11View *pResourceView); void (STDMETHODCALLTYPE *VSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1184,7 +1297,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *HSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1192,7 +1305,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *DSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1200,7 +1313,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *GSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1208,7 +1321,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *PSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1216,7 +1329,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *CSSetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers, @@ -1224,7 +1337,7 @@ const UINT *pNumConstants); void (STDMETHODCALLTYPE *VSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1232,7 +1345,7 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *HSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1240,7 +1353,7 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *DSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1248,7 +1361,7 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *GSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1256,7 +1369,7 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *PSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1264,7 +1377,7 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *CSGetConstantBuffers1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers, @@ -1272,25 +1385,26 @@ UINT *pNumConstants); void (STDMETHODCALLTYPE *SwapDeviceContextState)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3DDeviceContextState *pState, ID3DDeviceContextState **ppPreviousState); void (STDMETHODCALLTYPE *ClearView)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11View *pView, const FLOAT Color[4], const D3D11_RECT *pRect, UINT NumRects); void (STDMETHODCALLTYPE *DiscardView1)( - ID3D11DeviceContext1* This, + ID3D11DeviceContext1 *This, ID3D11View *pResourceView, const D3D11_RECT *pRects, UINT NumRects); END_INTERFACE } ID3D11DeviceContext1Vtbl; + interface ID3D11DeviceContext1 { CONST_VTBL ID3D11DeviceContext1Vtbl* lpVtbl; }; @@ -1847,230 +1961,1463 @@ #endif -void STDMETHODCALLTYPE ID3D11DeviceContext1_CopySubresourceRegion1_Proxy( - ID3D11DeviceContext1* This, - ID3D11Resource *pDstResource, - UINT DstSubresource, - UINT DstX, - UINT DstY, - UINT DstZ, - ID3D11Resource *pSrcResource, - UINT SrcSubresource, - const D3D11_BOX *pSrcBox, - UINT CopyFlags); -void __RPC_STUB ID3D11DeviceContext1_CopySubresourceRegion1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_UpdateSubresource1_Proxy( - ID3D11DeviceContext1* This, - ID3D11Resource *pDstResource, - UINT DstSubresource, - const D3D11_BOX *pDstBox, - const void *pSrcData, - UINT SrcRowPitch, - UINT SrcDepthPitch, - UINT CopyFlags); -void __RPC_STUB ID3D11DeviceContext1_UpdateSubresource1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_DiscardResource_Proxy( - ID3D11DeviceContext1* This, - ID3D11Resource *pResource); -void __RPC_STUB ID3D11DeviceContext1_DiscardResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_DiscardView_Proxy( - ID3D11DeviceContext1* This, - ID3D11View *pResourceView); -void __RPC_STUB ID3D11DeviceContext1_DiscardView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_VSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_VSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_HSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_HSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_DSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_DSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_GSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_GSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_PSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_PSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_CSSetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers, - const UINT *pFirstConstant, - const UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_CSSetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_VSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_VSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_HSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_HSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_DSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_DSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_GSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_GSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_PSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_PSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_CSGetConstantBuffers1_Proxy( - ID3D11DeviceContext1* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers, - UINT *pFirstConstant, - UINT *pNumConstants); -void __RPC_STUB ID3D11DeviceContext1_CSGetConstantBuffers1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_SwapDeviceContextState_Proxy( - ID3D11DeviceContext1* This, - ID3DDeviceContextState *pState, - ID3DDeviceContextState **ppPreviousState); -void __RPC_STUB ID3D11DeviceContext1_SwapDeviceContextState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_ClearView_Proxy( - ID3D11DeviceContext1* This, - ID3D11View *pView, - const FLOAT Color[4], - const D3D11_RECT *pRect, - UINT NumRects); -void __RPC_STUB ID3D11DeviceContext1_ClearView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext1_DiscardView1_Proxy( - ID3D11DeviceContext1* This, - ID3D11View *pResourceView, - const D3D11_RECT *pRects, - UINT NumRects); -void __RPC_STUB ID3D11DeviceContext1_DiscardView1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11DeviceContext1_INTERFACE_DEFINED__ */ /***************************************************************************** + * ID3D11VideoContext1 interface + */ +#ifndef __ID3D11VideoContext1_INTERFACE_DEFINED__ +#define __ID3D11VideoContext1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11VideoContext1, 0xa7f026da, 0xa5f8, 0x4487, 0xa5,0x64, 0x15,0xe3,0x43,0x57,0x65,0x1e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a7f026da-a5f8-4487-a564-15e34357651e") +ID3D11VideoContext1 : public ID3D11VideoContext +{ + virtual HRESULT STDMETHODCALLTYPE SubmitDecoderBuffers1( + ID3D11VideoDecoder *decoder, + UINT buffer_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDataForNewHardwareKey( + ID3D11CryptoSession *session, + UINT input_size, + const void *input_data, + UINT64 *output_data) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckCryptoSessionStatus( + ID3D11CryptoSession *session, + D3D11_CRYPTO_SESSION_STATUS *status) = 0; + + virtual HRESULT STDMETHODCALLTYPE DecoderEnableDownsampling( + ID3D11VideoDecoder *decoder, + DXGI_COLOR_SPACE_TYPE colour_space, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + UINT reference_frame_count) = 0; + + virtual HRESULT STDMETHODCALLTYPE DecoderUpdateDownsampling( + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_SAMPLE_DESC *output_desc) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorSetOutputColorSpace1( + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE colour_space) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorSetOutputShaderUsage( + ID3D11VideoProcessor *processor, + WINBOOL shader_usage) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetOutputColorSpace1( + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE *colour_space) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetOutputShaderUsage( + ID3D11VideoProcessor *processor, + WINBOOL *shader_usage) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorSetStreamColorSpace1( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE colour_space) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorSetStreamMirror( + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL enable, + WINBOOL flip_horizontal, + WINBOOL flip_vertical) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetStreamColorSpace1( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE *colour_space) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetStreamMirror( + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL *enable, + WINBOOL *flip_horizontal, + WINBOOL *flip_vertical) = 0; + + virtual HRESULT STDMETHODCALLTYPE VideoProcessorGetBehaviorHints( + ID3D11VideoProcessor *processor, + UINT output_width, + UINT output_height, + DXGI_FORMAT output_format, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams, + UINT *behaviour_hints) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11VideoContext1, 0xa7f026da, 0xa5f8, 0x4487, 0xa5,0x64, 0x15,0xe3,0x43,0x57,0x65,0x1e) +#endif +#else +typedef struct ID3D11VideoContext1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11VideoContext1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11VideoContext1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11VideoContext1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11VideoContext1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11VideoContext1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11VideoContext1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11VideoContext1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11VideoContext methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDecoderBuffer)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + D3D11_VIDEO_DECODER_BUFFER_TYPE type, + UINT *buffer_size, + void **buffer); + + HRESULT (STDMETHODCALLTYPE *ReleaseDecoderBuffer)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + D3D11_VIDEO_DECODER_BUFFER_TYPE type); + + HRESULT (STDMETHODCALLTYPE *DecoderBeginFrame)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + ID3D11VideoDecoderOutputView *view, + UINT key_size, + const void *key); + + HRESULT (STDMETHODCALLTYPE *DecoderEndFrame)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder); + + HRESULT (STDMETHODCALLTYPE *SubmitDecoderBuffers)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + UINT buffers_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc); + + HRESULT (STDMETHODCALLTYPE *DecoderExtension)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_DECODER_EXTENSION *extension); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputTargetRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputBackgroundColor)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL y_cb_cr, + const D3D11_VIDEO_COLOR *color); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputColorSpace)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputAlphaFillMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode, + UINT stream_idx); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputConstriction)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable, + SIZE size); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputStereoMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorSetOutputExtension)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputTargetRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputBackgroundColor)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL *y_cb_cr, + D3D11_VIDEO_COLOR *color); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputColorSpace)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputAlphaFillMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode, + UINT *stream_idx); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputConstriction)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled, + SIZE *size); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputStereoMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetOutputExtension)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamFrameFormat)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_FRAME_FORMAT format); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamColorSpace)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamOutputRate)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate, + WINBOOL repeat, + const DXGI_RATIONAL *custom_rate); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamSourceRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamDestRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamAlpha)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + float alpha); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamPalette)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + UINT entry_count, + const UINT *entries); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamPixelAspectRatio)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const DXGI_RATIONAL *src_aspect_ratio, + const DXGI_RATIONAL *dst_aspect_ratio); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamLumaKey)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + float lower, + float upper); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamStereoFormat)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + D3D11_VIDEO_PROCESSOR_STEREO_FORMAT format, + WINBOOL left_view_frame0, + WINBOOL base_view_frame0, + D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE flip_mode, + int mono_offset); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamAutoProcessingMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamFilter)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_FILTER filter, + WINBOOL enable, + int level); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorSetStreamExtension)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamFrameFormat)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_FRAME_FORMAT *format); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamColorSpace)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamOutputRate)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate, + WINBOOL *repeat, + DXGI_RATIONAL *custom_rate); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamSourceRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamDestRect)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamAlpha)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + float *alpha); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamPalette)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + UINT entry_count, + UINT *entries); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamPixelAspectRatio)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + DXGI_RATIONAL *src_aspect_ratio, + DXGI_RATIONAL *dst_aspect_ratio); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamLumaKey)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + float *lower, + float *upper); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamStereoFormat)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + D3D11_VIDEO_PROCESSOR_STEREO_FORMAT *format, + WINBOOL *left_view_frame0, + WINBOOL *base_view_frame0, + D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE *flip_mode, + int *mono_offset); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamAutoProcessingMode)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamFilter)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_FILTER filter, + WINBOOL *enabled, + int *level); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetStreamExtension)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const GUID *guid, + UINT data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorBlt)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + ID3D11VideoProcessorOutputView *view, + UINT frame_idx, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM *streams); + + HRESULT (STDMETHODCALLTYPE *NegotiateCryptoSessionKeyExchange)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *EncryptionBlt)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + ID3D11Texture2D *src_surface, + ID3D11Texture2D *dst_surface, + UINT iv_size, + void *iv); + + void (STDMETHODCALLTYPE *DecryptionBlt)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + ID3D11Texture2D *src_surface, + ID3D11Texture2D *dst_surface, + D3D11_ENCRYPTED_BLOCK_INFO *block_info, + UINT key_size, + const void *key, + UINT iv_size, + void *iv); + + void (STDMETHODCALLTYPE *StartSessionKeyRefresh)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + UINT random_number_size, + void *random_number); + + void (STDMETHODCALLTYPE *FinishSessionKeyRefresh)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session); + + HRESULT (STDMETHODCALLTYPE *GetEncryptionBltKey)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + UINT key_size, + void *key); + + HRESULT (STDMETHODCALLTYPE *NegotiateAuthenticatedChannelKeyExchange)( + ID3D11VideoContext1 *This, + ID3D11AuthenticatedChannel *channel, + UINT data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *QueryAuthenticatedChannel)( + ID3D11VideoContext1 *This, + ID3D11AuthenticatedChannel *channel, + UINT input_size, + const void *input, + UINT output_size, + void *output); + + HRESULT (STDMETHODCALLTYPE *ConfigureAuthenticatedChannel)( + ID3D11VideoContext1 *This, + ID3D11AuthenticatedChannel *channel, + UINT input_size, + const void *input, + D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamRotation)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + D3D11_VIDEO_PROCESSOR_ROTATION rotation); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamRotation)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enable, + D3D11_VIDEO_PROCESSOR_ROTATION *rotation); + + /*** ID3D11VideoContext1 methods ***/ + HRESULT (STDMETHODCALLTYPE *SubmitDecoderBuffers1)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + UINT buffer_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc); + + HRESULT (STDMETHODCALLTYPE *GetDataForNewHardwareKey)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + UINT input_size, + const void *input_data, + UINT64 *output_data); + + HRESULT (STDMETHODCALLTYPE *CheckCryptoSessionStatus)( + ID3D11VideoContext1 *This, + ID3D11CryptoSession *session, + D3D11_CRYPTO_SESSION_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *DecoderEnableDownsampling)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + DXGI_COLOR_SPACE_TYPE colour_space, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + UINT reference_frame_count); + + HRESULT (STDMETHODCALLTYPE *DecoderUpdateDownsampling)( + ID3D11VideoContext1 *This, + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_SAMPLE_DESC *output_desc); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputColorSpace1)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputShaderUsage)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL shader_usage); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputColorSpace1)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE *colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputShaderUsage)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + WINBOOL *shader_usage); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamColorSpace1)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamMirror)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL enable, + WINBOOL flip_horizontal, + WINBOOL flip_vertical); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamColorSpace1)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE *colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamMirror)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL *enable, + WINBOOL *flip_horizontal, + WINBOOL *flip_vertical); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetBehaviorHints)( + ID3D11VideoContext1 *This, + ID3D11VideoProcessor *processor, + UINT output_width, + UINT output_height, + DXGI_FORMAT output_format, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams, + UINT *behaviour_hints); + + END_INTERFACE +} ID3D11VideoContext1Vtbl; + +interface ID3D11VideoContext1 { + CONST_VTBL ID3D11VideoContext1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11VideoContext1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11VideoContext1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11VideoContext1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11VideoContext1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11VideoContext1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11VideoContext1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11VideoContext1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11VideoContext methods ***/ +#define ID3D11VideoContext1_GetDecoderBuffer(This,decoder,type,buffer_size,buffer) (This)->lpVtbl->GetDecoderBuffer(This,decoder,type,buffer_size,buffer) +#define ID3D11VideoContext1_ReleaseDecoderBuffer(This,decoder,type) (This)->lpVtbl->ReleaseDecoderBuffer(This,decoder,type) +#define ID3D11VideoContext1_DecoderBeginFrame(This,decoder,view,key_size,key) (This)->lpVtbl->DecoderBeginFrame(This,decoder,view,key_size,key) +#define ID3D11VideoContext1_DecoderEndFrame(This,decoder) (This)->lpVtbl->DecoderEndFrame(This,decoder) +#define ID3D11VideoContext1_SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc) (This)->lpVtbl->SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc) +#define ID3D11VideoContext1_DecoderExtension(This,decoder,extension) (This)->lpVtbl->DecoderExtension(This,decoder,extension) +#define ID3D11VideoContext1_VideoProcessorSetOutputTargetRect(This,processor,enable,rect) (This)->lpVtbl->VideoProcessorSetOutputTargetRect(This,processor,enable,rect) +#define ID3D11VideoContext1_VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color) (This)->lpVtbl->VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color) +#define ID3D11VideoContext1_VideoProcessorSetOutputColorSpace(This,processor,color_space) (This)->lpVtbl->VideoProcessorSetOutputColorSpace(This,processor,color_space) +#define ID3D11VideoContext1_VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) (This)->lpVtbl->VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) +#define ID3D11VideoContext1_VideoProcessorSetOutputConstriction(This,processor,enable,size) (This)->lpVtbl->VideoProcessorSetOutputConstriction(This,processor,enable,size) +#define ID3D11VideoContext1_VideoProcessorSetOutputStereoMode(This,processor,enable) (This)->lpVtbl->VideoProcessorSetOutputStereoMode(This,processor,enable) +#define ID3D11VideoContext1_VideoProcessorSetOutputExtension(This,processor,guid,data_size,data) (This)->lpVtbl->VideoProcessorSetOutputExtension(This,processor,guid,data_size,data) +#define ID3D11VideoContext1_VideoProcessorGetOutputTargetRect(This,processor,enabled,rect) (This)->lpVtbl->VideoProcessorGetOutputTargetRect(This,processor,enabled,rect) +#define ID3D11VideoContext1_VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color) (This)->lpVtbl->VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color) +#define ID3D11VideoContext1_VideoProcessorGetOutputColorSpace(This,processor,color_space) (This)->lpVtbl->VideoProcessorGetOutputColorSpace(This,processor,color_space) +#define ID3D11VideoContext1_VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) (This)->lpVtbl->VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) +#define ID3D11VideoContext1_VideoProcessorGetOutputConstriction(This,processor,enabled,size) (This)->lpVtbl->VideoProcessorGetOutputConstriction(This,processor,enabled,size) +#define ID3D11VideoContext1_VideoProcessorGetOutputStereoMode(This,processor,enabled) (This)->lpVtbl->VideoProcessorGetOutputStereoMode(This,processor,enabled) +#define ID3D11VideoContext1_VideoProcessorGetOutputExtension(This,processor,guid,data_size,data) (This)->lpVtbl->VideoProcessorGetOutputExtension(This,processor,guid,data_size,data) +#define ID3D11VideoContext1_VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format) (This)->lpVtbl->VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format) +#define ID3D11VideoContext1_VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space) (This)->lpVtbl->VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space) +#define ID3D11VideoContext1_VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) (This)->lpVtbl->VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) +#define ID3D11VideoContext1_VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect) (This)->lpVtbl->VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect) +#define ID3D11VideoContext1_VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect) (This)->lpVtbl->VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect) +#define ID3D11VideoContext1_VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha) (This)->lpVtbl->VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha) +#define ID3D11VideoContext1_VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries) (This)->lpVtbl->VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries) +#define ID3D11VideoContext1_VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio) (This)->lpVtbl->VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio) +#define ID3D11VideoContext1_VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper) (This)->lpVtbl->VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper) +#define ID3D11VideoContext1_VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) (This)->lpVtbl->VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) +#define ID3D11VideoContext1_VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable) (This)->lpVtbl->VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable) +#define ID3D11VideoContext1_VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level) (This)->lpVtbl->VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level) +#define ID3D11VideoContext1_VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data) (This)->lpVtbl->VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data) +#define ID3D11VideoContext1_VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format) (This)->lpVtbl->VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format) +#define ID3D11VideoContext1_VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space) (This)->lpVtbl->VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space) +#define ID3D11VideoContext1_VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) (This)->lpVtbl->VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) +#define ID3D11VideoContext1_VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect) (This)->lpVtbl->VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect) +#define ID3D11VideoContext1_VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect) (This)->lpVtbl->VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect) +#define ID3D11VideoContext1_VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha) (This)->lpVtbl->VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha) +#define ID3D11VideoContext1_VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries) (This)->lpVtbl->VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries) +#define ID3D11VideoContext1_VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio) (This)->lpVtbl->VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio) +#define ID3D11VideoContext1_VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper) (This)->lpVtbl->VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper) +#define ID3D11VideoContext1_VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) (This)->lpVtbl->VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) +#define ID3D11VideoContext1_VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled) (This)->lpVtbl->VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled) +#define ID3D11VideoContext1_VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level) (This)->lpVtbl->VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level) +#define ID3D11VideoContext1_VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data) (This)->lpVtbl->VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data) +#define ID3D11VideoContext1_VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams) (This)->lpVtbl->VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams) +#define ID3D11VideoContext1_NegotiateCryptoSessionKeyExchange(This,session,data_size,data) (This)->lpVtbl->NegotiateCryptoSessionKeyExchange(This,session,data_size,data) +#define ID3D11VideoContext1_EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv) (This)->lpVtbl->EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv) +#define ID3D11VideoContext1_DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv) (This)->lpVtbl->DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv) +#define ID3D11VideoContext1_StartSessionKeyRefresh(This,session,random_number_size,random_number) (This)->lpVtbl->StartSessionKeyRefresh(This,session,random_number_size,random_number) +#define ID3D11VideoContext1_FinishSessionKeyRefresh(This,session) (This)->lpVtbl->FinishSessionKeyRefresh(This,session) +#define ID3D11VideoContext1_GetEncryptionBltKey(This,session,key_size,key) (This)->lpVtbl->GetEncryptionBltKey(This,session,key_size,key) +#define ID3D11VideoContext1_NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data) (This)->lpVtbl->NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data) +#define ID3D11VideoContext1_QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output) (This)->lpVtbl->QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output) +#define ID3D11VideoContext1_ConfigureAuthenticatedChannel(This,channel,input_size,input,output) (This)->lpVtbl->ConfigureAuthenticatedChannel(This,channel,input_size,input,output) +#define ID3D11VideoContext1_VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation) (This)->lpVtbl->VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation) +#define ID3D11VideoContext1_VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation) (This)->lpVtbl->VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation) +/*** ID3D11VideoContext1 methods ***/ +#define ID3D11VideoContext1_SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc) (This)->lpVtbl->SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc) +#define ID3D11VideoContext1_GetDataForNewHardwareKey(This,session,input_size,input_data,output_data) (This)->lpVtbl->GetDataForNewHardwareKey(This,session,input_size,input_data,output_data) +#define ID3D11VideoContext1_CheckCryptoSessionStatus(This,session,status) (This)->lpVtbl->CheckCryptoSessionStatus(This,session,status) +#define ID3D11VideoContext1_DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count) (This)->lpVtbl->DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count) +#define ID3D11VideoContext1_DecoderUpdateDownsampling(This,decoder,output_desc) (This)->lpVtbl->DecoderUpdateDownsampling(This,decoder,output_desc) +#define ID3D11VideoContext1_VideoProcessorSetOutputColorSpace1(This,processor,colour_space) (This)->lpVtbl->VideoProcessorSetOutputColorSpace1(This,processor,colour_space) +#define ID3D11VideoContext1_VideoProcessorSetOutputShaderUsage(This,processor,shader_usage) (This)->lpVtbl->VideoProcessorSetOutputShaderUsage(This,processor,shader_usage) +#define ID3D11VideoContext1_VideoProcessorGetOutputColorSpace1(This,processor,colour_space) (This)->lpVtbl->VideoProcessorGetOutputColorSpace1(This,processor,colour_space) +#define ID3D11VideoContext1_VideoProcessorGetOutputShaderUsage(This,processor,shader_usage) (This)->lpVtbl->VideoProcessorGetOutputShaderUsage(This,processor,shader_usage) +#define ID3D11VideoContext1_VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space) (This)->lpVtbl->VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space) +#define ID3D11VideoContext1_VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) (This)->lpVtbl->VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) +#define ID3D11VideoContext1_VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space) (This)->lpVtbl->VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space) +#define ID3D11VideoContext1_VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) (This)->lpVtbl->VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) +#define ID3D11VideoContext1_VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints) (This)->lpVtbl->VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext1_QueryInterface(ID3D11VideoContext1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11VideoContext1_AddRef(ID3D11VideoContext1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11VideoContext1_Release(ID3D11VideoContext1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11VideoContext1_GetDevice(ID3D11VideoContext1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_GetPrivateData(ID3D11VideoContext1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_SetPrivateData(ID3D11VideoContext1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_SetPrivateDataInterface(ID3D11VideoContext1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11VideoContext methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext1_GetDecoderBuffer(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,D3D11_VIDEO_DECODER_BUFFER_TYPE type,UINT *buffer_size,void **buffer) { + return This->lpVtbl->GetDecoderBuffer(This,decoder,type,buffer_size,buffer); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_ReleaseDecoderBuffer(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,D3D11_VIDEO_DECODER_BUFFER_TYPE type) { + return This->lpVtbl->ReleaseDecoderBuffer(This,decoder,type); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_DecoderBeginFrame(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,ID3D11VideoDecoderOutputView *view,UINT key_size,const void *key) { + return This->lpVtbl->DecoderBeginFrame(This,decoder,view,key_size,key); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_DecoderEndFrame(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder) { + return This->lpVtbl->DecoderEndFrame(This,decoder); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_SubmitDecoderBuffers(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,UINT buffers_count,const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc) { + return This->lpVtbl->SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_DecoderExtension(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,const D3D11_VIDEO_DECODER_EXTENSION *extension) { + return This->lpVtbl->DecoderExtension(This,decoder,extension); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputTargetRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetOutputTargetRect(This,processor,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputBackgroundColor(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL y_cb_cr,const D3D11_VIDEO_COLOR *color) { + This->lpVtbl->VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputColorSpace(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorSetOutputColorSpace(This,processor,color_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputAlphaFillMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode,UINT stream_idx) { + This->lpVtbl->VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputConstriction(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL enable,SIZE size) { + This->lpVtbl->VideoProcessorSetOutputConstriction(This,processor,enable,size); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputStereoMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL enable) { + This->lpVtbl->VideoProcessorSetOutputStereoMode(This,processor,enable); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorSetOutputExtension(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorSetOutputExtension(This,processor,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputTargetRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetOutputTargetRect(This,processor,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputBackgroundColor(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL *y_cb_cr,D3D11_VIDEO_COLOR *color) { + This->lpVtbl->VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputColorSpace(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorGetOutputColorSpace(This,processor,color_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputAlphaFillMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode,UINT *stream_idx) { + This->lpVtbl->VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputConstriction(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL *enabled,SIZE *size) { + This->lpVtbl->VideoProcessorGetOutputConstriction(This,processor,enabled,size); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputStereoMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL *enabled) { + This->lpVtbl->VideoProcessorGetOutputStereoMode(This,processor,enabled); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorGetOutputExtension(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorGetOutputExtension(This,processor,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamFrameFormat(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_FRAME_FORMAT format) { + This->lpVtbl->VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamColorSpace(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamOutputRate(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate,WINBOOL repeat,const DXGI_RATIONAL *custom_rate) { + This->lpVtbl->VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamSourceRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamDestRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamAlpha(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,float alpha) { + This->lpVtbl->VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamPalette(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,UINT entry_count,const UINT *entries) { + This->lpVtbl->VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamPixelAspectRatio(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const DXGI_RATIONAL *src_aspect_ratio,const DXGI_RATIONAL *dst_aspect_ratio) { + This->lpVtbl->VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamLumaKey(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,float lower,float upper) { + This->lpVtbl->VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamStereoFormat(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,D3D11_VIDEO_PROCESSOR_STEREO_FORMAT format,WINBOOL left_view_frame0,WINBOOL base_view_frame0,D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE flip_mode,int mono_offset) { + This->lpVtbl->VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamAutoProcessingMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable) { + This->lpVtbl->VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamFilter(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_FILTER filter,WINBOOL enable,int level) { + This->lpVtbl->VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorSetStreamExtension(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamFrameFormat(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_FRAME_FORMAT *format) { + This->lpVtbl->VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamColorSpace(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamOutputRate(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate,WINBOOL *repeat,DXGI_RATIONAL *custom_rate) { + This->lpVtbl->VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamSourceRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamDestRect(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamAlpha(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,float *alpha) { + This->lpVtbl->VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamPalette(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,UINT entry_count,UINT *entries) { + This->lpVtbl->VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamPixelAspectRatio(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,DXGI_RATIONAL *src_aspect_ratio,DXGI_RATIONAL *dst_aspect_ratio) { + This->lpVtbl->VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamLumaKey(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,float *lower,float *upper) { + This->lpVtbl->VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamStereoFormat(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,D3D11_VIDEO_PROCESSOR_STEREO_FORMAT *format,WINBOOL *left_view_frame0,WINBOOL *base_view_frame0,D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE *flip_mode,int *mono_offset) { + This->lpVtbl->VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamAutoProcessingMode(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled) { + This->lpVtbl->VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamFilter(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_FILTER filter,WINBOOL *enabled,int *level) { + This->lpVtbl->VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorGetStreamExtension(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorBlt(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,ID3D11VideoProcessorOutputView *view,UINT frame_idx,UINT stream_count,const D3D11_VIDEO_PROCESSOR_STREAM *streams) { + return This->lpVtbl->VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_NegotiateCryptoSessionKeyExchange(ID3D11VideoContext1* This,ID3D11CryptoSession *session,UINT data_size,void *data) { + return This->lpVtbl->NegotiateCryptoSessionKeyExchange(This,session,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext1_EncryptionBlt(ID3D11VideoContext1* This,ID3D11CryptoSession *session,ID3D11Texture2D *src_surface,ID3D11Texture2D *dst_surface,UINT iv_size,void *iv) { + This->lpVtbl->EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv); +} +static FORCEINLINE void ID3D11VideoContext1_DecryptionBlt(ID3D11VideoContext1* This,ID3D11CryptoSession *session,ID3D11Texture2D *src_surface,ID3D11Texture2D *dst_surface,D3D11_ENCRYPTED_BLOCK_INFO *block_info,UINT key_size,const void *key,UINT iv_size,void *iv) { + This->lpVtbl->DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv); +} +static FORCEINLINE void ID3D11VideoContext1_StartSessionKeyRefresh(ID3D11VideoContext1* This,ID3D11CryptoSession *session,UINT random_number_size,void *random_number) { + This->lpVtbl->StartSessionKeyRefresh(This,session,random_number_size,random_number); +} +static FORCEINLINE void ID3D11VideoContext1_FinishSessionKeyRefresh(ID3D11VideoContext1* This,ID3D11CryptoSession *session) { + This->lpVtbl->FinishSessionKeyRefresh(This,session); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_GetEncryptionBltKey(ID3D11VideoContext1* This,ID3D11CryptoSession *session,UINT key_size,void *key) { + return This->lpVtbl->GetEncryptionBltKey(This,session,key_size,key); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_NegotiateAuthenticatedChannelKeyExchange(ID3D11VideoContext1* This,ID3D11AuthenticatedChannel *channel,UINT data_size,void *data) { + return This->lpVtbl->NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_QueryAuthenticatedChannel(ID3D11VideoContext1* This,ID3D11AuthenticatedChannel *channel,UINT input_size,const void *input,UINT output_size,void *output) { + return This->lpVtbl->QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_ConfigureAuthenticatedChannel(ID3D11VideoContext1* This,ID3D11AuthenticatedChannel *channel,UINT input_size,const void *input,D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output) { + return This->lpVtbl->ConfigureAuthenticatedChannel(This,channel,input_size,input,output); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamRotation(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,D3D11_VIDEO_PROCESSOR_ROTATION rotation) { + This->lpVtbl->VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamRotation(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enable,D3D11_VIDEO_PROCESSOR_ROTATION *rotation) { + This->lpVtbl->VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation); +} +/*** ID3D11VideoContext1 methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext1_SubmitDecoderBuffers1(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,UINT buffer_count,const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc) { + return This->lpVtbl->SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_GetDataForNewHardwareKey(ID3D11VideoContext1* This,ID3D11CryptoSession *session,UINT input_size,const void *input_data,UINT64 *output_data) { + return This->lpVtbl->GetDataForNewHardwareKey(This,session,input_size,input_data,output_data); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_CheckCryptoSessionStatus(ID3D11VideoContext1* This,ID3D11CryptoSession *session,D3D11_CRYPTO_SESSION_STATUS *status) { + return This->lpVtbl->CheckCryptoSessionStatus(This,session,status); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_DecoderEnableDownsampling(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,DXGI_COLOR_SPACE_TYPE colour_space,const D3D11_VIDEO_SAMPLE_DESC *output_desc,UINT reference_frame_count) { + return This->lpVtbl->DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_DecoderUpdateDownsampling(ID3D11VideoContext1* This,ID3D11VideoDecoder *decoder,const D3D11_VIDEO_SAMPLE_DESC *output_desc) { + return This->lpVtbl->DecoderUpdateDownsampling(This,decoder,output_desc); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputColorSpace1(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,DXGI_COLOR_SPACE_TYPE colour_space) { + This->lpVtbl->VideoProcessorSetOutputColorSpace1(This,processor,colour_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetOutputShaderUsage(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL shader_usage) { + This->lpVtbl->VideoProcessorSetOutputShaderUsage(This,processor,shader_usage); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputColorSpace1(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,DXGI_COLOR_SPACE_TYPE *colour_space) { + This->lpVtbl->VideoProcessorGetOutputColorSpace1(This,processor,colour_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetOutputShaderUsage(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,WINBOOL *shader_usage) { + This->lpVtbl->VideoProcessorGetOutputShaderUsage(This,processor,shader_usage); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamColorSpace1(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_COLOR_SPACE_TYPE colour_space) { + This->lpVtbl->VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorSetStreamMirror(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_index,WINBOOL enable,WINBOOL flip_horizontal,WINBOOL flip_vertical) { + This->lpVtbl->VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamColorSpace1(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_COLOR_SPACE_TYPE *colour_space) { + This->lpVtbl->VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space); +} +static FORCEINLINE void ID3D11VideoContext1_VideoProcessorGetStreamMirror(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT stream_index,WINBOOL *enable,WINBOOL *flip_horizontal,WINBOOL *flip_vertical) { + This->lpVtbl->VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical); +} +static FORCEINLINE HRESULT ID3D11VideoContext1_VideoProcessorGetBehaviorHints(ID3D11VideoContext1* This,ID3D11VideoProcessor *processor,UINT output_width,UINT output_height,DXGI_FORMAT output_format,UINT stream_count,const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams,UINT *behaviour_hints) { + return This->lpVtbl->VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11VideoContext1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11VideoDevice1 interface + */ +#ifndef __ID3D11VideoDevice1_INTERFACE_DEFINED__ +#define __ID3D11VideoDevice1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11VideoDevice1, 0x29da1d51, 0x1321, 0x4454, 0x80,0x4b, 0xf5,0xfc,0x9f,0x86,0x1f,0x0f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("29da1d51-1321-4454-804b-f5fc9f861f0f") +ID3D11VideoDevice1 : public ID3D11VideoDevice +{ + virtual HRESULT STDMETHODCALLTYPE GetCryptoSessionPrivateDataSize( + const GUID *crypto_type, + const GUID *decoder_profile, + const GUID *key_exchange_type, + UINT *input_size, + UINT *output_size) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVideoDecoderCaps( + const GUID *decoder_profile, + UINT sample_width, + UINT sample_height, + const DXGI_RATIONAL *framerate, + UINT bitrate, + const GUID *crypto_type, + UINT *decoder_caps) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckVideoDecoderDownsampling( + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + WINBOOL *supported, + WINBOOL *real_time_hint) = 0; + + virtual HRESULT STDMETHODCALLTYPE RecommendVideoDecoderDownsampleParameters( + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + D3D11_VIDEO_SAMPLE_DESC *recommended_output_desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11VideoDevice1, 0x29da1d51, 0x1321, 0x4454, 0x80,0x4b, 0xf5,0xfc,0x9f,0x86,0x1f,0x0f) +#endif +#else +typedef struct ID3D11VideoDevice1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11VideoDevice1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11VideoDevice1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11VideoDevice1 *This); + + /*** ID3D11VideoDevice methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateVideoDecoder)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_DECODER_DESC *pVideoDesc, + const D3D11_VIDEO_DECODER_CONFIG *pConfig, + ID3D11VideoDecoder **ppDecoder); + + HRESULT (STDMETHODCALLTYPE *CreateVideoProcessor)( + ID3D11VideoDevice1 *This, + ID3D11VideoProcessorEnumerator *pEnum, + UINT RateConversionIndex, + ID3D11VideoProcessor **ppVideoProcessor); + + HRESULT (STDMETHODCALLTYPE *CreateAuthenticatedChannel)( + ID3D11VideoDevice1 *This, + D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType, + ID3D11AuthenticatedChannel **ppAuthenticatedChannel); + + HRESULT (STDMETHODCALLTYPE *CreateCryptoSession)( + ID3D11VideoDevice1 *This, + const GUID *pCryptoType, + const GUID *pDecoderProfile, + const GUID *pKeyExchangeType, + ID3D11CryptoSession **ppCryptoSession); + + HRESULT (STDMETHODCALLTYPE *CreateVideoDecoderOutputView)( + ID3D11VideoDevice1 *This, + ID3D11Resource *pResource, + const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc, + ID3D11VideoDecoderOutputView **ppVDOVView); + + HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorInputView)( + ID3D11VideoDevice1 *This, + ID3D11Resource *pResource, + ID3D11VideoProcessorEnumerator *pEnum, + const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc, + ID3D11VideoProcessorInputView **ppVPIView); + + HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorOutputView)( + ID3D11VideoDevice1 *This, + ID3D11Resource *pResource, + ID3D11VideoProcessorEnumerator *pEnum, + const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc, + ID3D11VideoProcessorOutputView **ppVPOView); + + HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorEnumerator)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc, + ID3D11VideoProcessorEnumerator **ppEnum); + + UINT (STDMETHODCALLTYPE *GetVideoDecoderProfileCount)( + ID3D11VideoDevice1 *This); + + HRESULT (STDMETHODCALLTYPE *GetVideoDecoderProfile)( + ID3D11VideoDevice1 *This, + UINT Index, + GUID *pDecoderProfile); + + HRESULT (STDMETHODCALLTYPE *CheckVideoDecoderFormat)( + ID3D11VideoDevice1 *This, + const GUID *pDecoderProfile, + DXGI_FORMAT Format, + WINBOOL *pSupported); + + HRESULT (STDMETHODCALLTYPE *GetVideoDecoderConfigCount)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_DECODER_DESC *pDesc, + UINT *pCount); + + HRESULT (STDMETHODCALLTYPE *GetVideoDecoderConfig)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_DECODER_DESC *pDesc, + UINT Index, + D3D11_VIDEO_DECODER_CONFIG *pConfig); + + HRESULT (STDMETHODCALLTYPE *GetContentProtectionCaps)( + ID3D11VideoDevice1 *This, + const GUID *pCryptoType, + const GUID *pDecoderProfile, + D3D11_VIDEO_CONTENT_PROTECTION_CAPS *pCaps); + + HRESULT (STDMETHODCALLTYPE *CheckCryptoKeyExchange)( + ID3D11VideoDevice1 *This, + const GUID *pCryptoType, + const GUID *pDecoderProfile, + UINT Index, + GUID *pKeyExchangeType); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11VideoDevice1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11VideoDevice1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11VideoDevice1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCryptoSessionPrivateDataSize)( + ID3D11VideoDevice1 *This, + const GUID *crypto_type, + const GUID *decoder_profile, + const GUID *key_exchange_type, + UINT *input_size, + UINT *output_size); + + HRESULT (STDMETHODCALLTYPE *GetVideoDecoderCaps)( + ID3D11VideoDevice1 *This, + const GUID *decoder_profile, + UINT sample_width, + UINT sample_height, + const DXGI_RATIONAL *framerate, + UINT bitrate, + const GUID *crypto_type, + UINT *decoder_caps); + + HRESULT (STDMETHODCALLTYPE *CheckVideoDecoderDownsampling)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + WINBOOL *supported, + WINBOOL *real_time_hint); + + HRESULT (STDMETHODCALLTYPE *RecommendVideoDecoderDownsampleParameters)( + ID3D11VideoDevice1 *This, + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + D3D11_VIDEO_SAMPLE_DESC *recommended_output_desc); + + END_INTERFACE +} ID3D11VideoDevice1Vtbl; + +interface ID3D11VideoDevice1 { + CONST_VTBL ID3D11VideoDevice1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11VideoDevice1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11VideoDevice1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11VideoDevice1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11VideoDevice methods ***/ +#define ID3D11VideoDevice1_CreateVideoDecoder(This,pVideoDesc,pConfig,ppDecoder) (This)->lpVtbl->CreateVideoDecoder(This,pVideoDesc,pConfig,ppDecoder) +#define ID3D11VideoDevice1_CreateVideoProcessor(This,pEnum,RateConversionIndex,ppVideoProcessor) (This)->lpVtbl->CreateVideoProcessor(This,pEnum,RateConversionIndex,ppVideoProcessor) +#define ID3D11VideoDevice1_CreateAuthenticatedChannel(This,ChannelType,ppAuthenticatedChannel) (This)->lpVtbl->CreateAuthenticatedChannel(This,ChannelType,ppAuthenticatedChannel) +#define ID3D11VideoDevice1_CreateCryptoSession(This,pCryptoType,pDecoderProfile,pKeyExchangeType,ppCryptoSession) (This)->lpVtbl->CreateCryptoSession(This,pCryptoType,pDecoderProfile,pKeyExchangeType,ppCryptoSession) +#define ID3D11VideoDevice1_CreateVideoDecoderOutputView(This,pResource,pDesc,ppVDOVView) (This)->lpVtbl->CreateVideoDecoderOutputView(This,pResource,pDesc,ppVDOVView) +#define ID3D11VideoDevice1_CreateVideoProcessorInputView(This,pResource,pEnum,pDesc,ppVPIView) (This)->lpVtbl->CreateVideoProcessorInputView(This,pResource,pEnum,pDesc,ppVPIView) +#define ID3D11VideoDevice1_CreateVideoProcessorOutputView(This,pResource,pEnum,pDesc,ppVPOView) (This)->lpVtbl->CreateVideoProcessorOutputView(This,pResource,pEnum,pDesc,ppVPOView) +#define ID3D11VideoDevice1_CreateVideoProcessorEnumerator(This,pDesc,ppEnum) (This)->lpVtbl->CreateVideoProcessorEnumerator(This,pDesc,ppEnum) +#define ID3D11VideoDevice1_GetVideoDecoderProfileCount(This) (This)->lpVtbl->GetVideoDecoderProfileCount(This) +#define ID3D11VideoDevice1_GetVideoDecoderProfile(This,Index,pDecoderProfile) (This)->lpVtbl->GetVideoDecoderProfile(This,Index,pDecoderProfile) +#define ID3D11VideoDevice1_CheckVideoDecoderFormat(This,pDecoderProfile,Format,pSupported) (This)->lpVtbl->CheckVideoDecoderFormat(This,pDecoderProfile,Format,pSupported) +#define ID3D11VideoDevice1_GetVideoDecoderConfigCount(This,pDesc,pCount) (This)->lpVtbl->GetVideoDecoderConfigCount(This,pDesc,pCount) +#define ID3D11VideoDevice1_GetVideoDecoderConfig(This,pDesc,Index,pConfig) (This)->lpVtbl->GetVideoDecoderConfig(This,pDesc,Index,pConfig) +#define ID3D11VideoDevice1_GetContentProtectionCaps(This,pCryptoType,pDecoderProfile,pCaps) (This)->lpVtbl->GetContentProtectionCaps(This,pCryptoType,pDecoderProfile,pCaps) +#define ID3D11VideoDevice1_CheckCryptoKeyExchange(This,pCryptoType,pDecoderProfile,Index,pKeyExchangeType) (This)->lpVtbl->CheckCryptoKeyExchange(This,pCryptoType,pDecoderProfile,Index,pKeyExchangeType) +#define ID3D11VideoDevice1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11VideoDevice1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11VideoDevice1 methods ***/ +#define ID3D11VideoDevice1_GetCryptoSessionPrivateDataSize(This,crypto_type,decoder_profile,key_exchange_type,input_size,output_size) (This)->lpVtbl->GetCryptoSessionPrivateDataSize(This,crypto_type,decoder_profile,key_exchange_type,input_size,output_size) +#define ID3D11VideoDevice1_GetVideoDecoderCaps(This,decoder_profile,sample_width,sample_height,framerate,bitrate,crypto_type,decoder_caps) (This)->lpVtbl->GetVideoDecoderCaps(This,decoder_profile,sample_width,sample_height,framerate,bitrate,crypto_type,decoder_caps) +#define ID3D11VideoDevice1_CheckVideoDecoderDownsampling(This,input_desc,input_colour_space,input_config,framerate,output_desc,supported,real_time_hint) (This)->lpVtbl->CheckVideoDecoderDownsampling(This,input_desc,input_colour_space,input_config,framerate,output_desc,supported,real_time_hint) +#define ID3D11VideoDevice1_RecommendVideoDecoderDownsampleParameters(This,input_desc,input_colour_space,input_config,framerate,recommended_output_desc) (This)->lpVtbl->RecommendVideoDecoderDownsampleParameters(This,input_desc,input_colour_space,input_config,framerate,recommended_output_desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11VideoDevice1_QueryInterface(ID3D11VideoDevice1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11VideoDevice1_AddRef(ID3D11VideoDevice1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11VideoDevice1_Release(ID3D11VideoDevice1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11VideoDevice methods ***/ +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoDecoder(ID3D11VideoDevice1* This,const D3D11_VIDEO_DECODER_DESC *pVideoDesc,const D3D11_VIDEO_DECODER_CONFIG *pConfig,ID3D11VideoDecoder **ppDecoder) { + return This->lpVtbl->CreateVideoDecoder(This,pVideoDesc,pConfig,ppDecoder); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoProcessor(ID3D11VideoDevice1* This,ID3D11VideoProcessorEnumerator *pEnum,UINT RateConversionIndex,ID3D11VideoProcessor **ppVideoProcessor) { + return This->lpVtbl->CreateVideoProcessor(This,pEnum,RateConversionIndex,ppVideoProcessor); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateAuthenticatedChannel(ID3D11VideoDevice1* This,D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType,ID3D11AuthenticatedChannel **ppAuthenticatedChannel) { + return This->lpVtbl->CreateAuthenticatedChannel(This,ChannelType,ppAuthenticatedChannel); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateCryptoSession(ID3D11VideoDevice1* This,const GUID *pCryptoType,const GUID *pDecoderProfile,const GUID *pKeyExchangeType,ID3D11CryptoSession **ppCryptoSession) { + return This->lpVtbl->CreateCryptoSession(This,pCryptoType,pDecoderProfile,pKeyExchangeType,ppCryptoSession); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoDecoderOutputView(ID3D11VideoDevice1* This,ID3D11Resource *pResource,const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc,ID3D11VideoDecoderOutputView **ppVDOVView) { + return This->lpVtbl->CreateVideoDecoderOutputView(This,pResource,pDesc,ppVDOVView); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoProcessorInputView(ID3D11VideoDevice1* This,ID3D11Resource *pResource,ID3D11VideoProcessorEnumerator *pEnum,const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc,ID3D11VideoProcessorInputView **ppVPIView) { + return This->lpVtbl->CreateVideoProcessorInputView(This,pResource,pEnum,pDesc,ppVPIView); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoProcessorOutputView(ID3D11VideoDevice1* This,ID3D11Resource *pResource,ID3D11VideoProcessorEnumerator *pEnum,const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc,ID3D11VideoProcessorOutputView **ppVPOView) { + return This->lpVtbl->CreateVideoProcessorOutputView(This,pResource,pEnum,pDesc,ppVPOView); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CreateVideoProcessorEnumerator(ID3D11VideoDevice1* This,const D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc,ID3D11VideoProcessorEnumerator **ppEnum) { + return This->lpVtbl->CreateVideoProcessorEnumerator(This,pDesc,ppEnum); +} +static FORCEINLINE UINT ID3D11VideoDevice1_GetVideoDecoderProfileCount(ID3D11VideoDevice1* This) { + return This->lpVtbl->GetVideoDecoderProfileCount(This); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetVideoDecoderProfile(ID3D11VideoDevice1* This,UINT Index,GUID *pDecoderProfile) { + return This->lpVtbl->GetVideoDecoderProfile(This,Index,pDecoderProfile); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CheckVideoDecoderFormat(ID3D11VideoDevice1* This,const GUID *pDecoderProfile,DXGI_FORMAT Format,WINBOOL *pSupported) { + return This->lpVtbl->CheckVideoDecoderFormat(This,pDecoderProfile,Format,pSupported); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetVideoDecoderConfigCount(ID3D11VideoDevice1* This,const D3D11_VIDEO_DECODER_DESC *pDesc,UINT *pCount) { + return This->lpVtbl->GetVideoDecoderConfigCount(This,pDesc,pCount); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetVideoDecoderConfig(ID3D11VideoDevice1* This,const D3D11_VIDEO_DECODER_DESC *pDesc,UINT Index,D3D11_VIDEO_DECODER_CONFIG *pConfig) { + return This->lpVtbl->GetVideoDecoderConfig(This,pDesc,Index,pConfig); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetContentProtectionCaps(ID3D11VideoDevice1* This,const GUID *pCryptoType,const GUID *pDecoderProfile,D3D11_VIDEO_CONTENT_PROTECTION_CAPS *pCaps) { + return This->lpVtbl->GetContentProtectionCaps(This,pCryptoType,pDecoderProfile,pCaps); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CheckCryptoKeyExchange(ID3D11VideoDevice1* This,const GUID *pCryptoType,const GUID *pDecoderProfile,UINT Index,GUID *pKeyExchangeType) { + return This->lpVtbl->CheckCryptoKeyExchange(This,pCryptoType,pDecoderProfile,Index,pKeyExchangeType); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_SetPrivateData(ID3D11VideoDevice1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_SetPrivateDataInterface(ID3D11VideoDevice1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11VideoDevice1 methods ***/ +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetCryptoSessionPrivateDataSize(ID3D11VideoDevice1* This,const GUID *crypto_type,const GUID *decoder_profile,const GUID *key_exchange_type,UINT *input_size,UINT *output_size) { + return This->lpVtbl->GetCryptoSessionPrivateDataSize(This,crypto_type,decoder_profile,key_exchange_type,input_size,output_size); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_GetVideoDecoderCaps(ID3D11VideoDevice1* This,const GUID *decoder_profile,UINT sample_width,UINT sample_height,const DXGI_RATIONAL *framerate,UINT bitrate,const GUID *crypto_type,UINT *decoder_caps) { + return This->lpVtbl->GetVideoDecoderCaps(This,decoder_profile,sample_width,sample_height,framerate,bitrate,crypto_type,decoder_caps); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_CheckVideoDecoderDownsampling(ID3D11VideoDevice1* This,const D3D11_VIDEO_DECODER_DESC *input_desc,DXGI_COLOR_SPACE_TYPE input_colour_space,const D3D11_VIDEO_DECODER_CONFIG *input_config,const DXGI_RATIONAL *framerate,const D3D11_VIDEO_SAMPLE_DESC *output_desc,WINBOOL *supported,WINBOOL *real_time_hint) { + return This->lpVtbl->CheckVideoDecoderDownsampling(This,input_desc,input_colour_space,input_config,framerate,output_desc,supported,real_time_hint); +} +static FORCEINLINE HRESULT ID3D11VideoDevice1_RecommendVideoDecoderDownsampleParameters(ID3D11VideoDevice1* This,const D3D11_VIDEO_DECODER_DESC *input_desc,DXGI_COLOR_SPACE_TYPE input_colour_space,const D3D11_VIDEO_DECODER_CONFIG *input_config,const DXGI_RATIONAL *framerate,D3D11_VIDEO_SAMPLE_DESC *recommended_output_desc) { + return This->lpVtbl->RecommendVideoDecoderDownsampleParameters(This,input_desc,input_colour_space,input_config,framerate,recommended_output_desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11VideoDevice1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11VideoProcessorEnumerator1 interface + */ +#ifndef __ID3D11VideoProcessorEnumerator1_INTERFACE_DEFINED__ +#define __ID3D11VideoProcessorEnumerator1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11VideoProcessorEnumerator1, 0x465217f2, 0x5568, 0x43cf, 0xb5,0xb9, 0xf6,0x1d,0x54,0x53,0x1c,0xa1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("465217f2-5568-43cf-b5b9-f61d54531ca1") +ID3D11VideoProcessorEnumerator1 : public ID3D11VideoProcessorEnumerator +{ + virtual HRESULT STDMETHODCALLTYPE CheckVideoProcessorFormatConversion( + DXGI_FORMAT input_format, + DXGI_COLOR_SPACE_TYPE input_colour_space, + DXGI_FORMAT output_format, + DXGI_COLOR_SPACE_TYPE output_colour_space, + WINBOOL *supported) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11VideoProcessorEnumerator1, 0x465217f2, 0x5568, 0x43cf, 0xb5,0xb9, 0xf6,0x1d,0x54,0x53,0x1c,0xa1) +#endif +#else +typedef struct ID3D11VideoProcessorEnumerator1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11VideoProcessorEnumerator1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11VideoProcessorEnumerator1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11VideoProcessorEnumerator1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11VideoProcessorEnumerator1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11VideoProcessorEnumerator1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11VideoProcessorEnumerator1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11VideoProcessorEnumerator1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11VideoProcessorEnumerator methods ***/ + HRESULT (STDMETHODCALLTYPE *GetVideoProcessorContentDesc)( + ID3D11VideoProcessorEnumerator1 *This, + D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc); + + HRESULT (STDMETHODCALLTYPE *CheckVideoProcessorFormat)( + ID3D11VideoProcessorEnumerator1 *This, + DXGI_FORMAT Format, + UINT *pFlags); + + HRESULT (STDMETHODCALLTYPE *GetVideoProcessorCaps)( + ID3D11VideoProcessorEnumerator1 *This, + D3D11_VIDEO_PROCESSOR_CAPS *pCaps); + + HRESULT (STDMETHODCALLTYPE *GetVideoProcessorRateConversionCaps)( + ID3D11VideoProcessorEnumerator1 *This, + UINT TypeIndex, + D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps); + + HRESULT (STDMETHODCALLTYPE *GetVideoProcessorCustomRate)( + ID3D11VideoProcessorEnumerator1 *This, + UINT TypeIndex, + UINT CustomRateIndex, + D3D11_VIDEO_PROCESSOR_CUSTOM_RATE *pRate); + + HRESULT (STDMETHODCALLTYPE *GetVideoProcessorFilterRange)( + ID3D11VideoProcessorEnumerator1 *This, + D3D11_VIDEO_PROCESSOR_FILTER Filter, + D3D11_VIDEO_PROCESSOR_FILTER_RANGE *pRange); + + /*** ID3D11VideoProcessorEnumerator1 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckVideoProcessorFormatConversion)( + ID3D11VideoProcessorEnumerator1 *This, + DXGI_FORMAT input_format, + DXGI_COLOR_SPACE_TYPE input_colour_space, + DXGI_FORMAT output_format, + DXGI_COLOR_SPACE_TYPE output_colour_space, + WINBOOL *supported); + + END_INTERFACE +} ID3D11VideoProcessorEnumerator1Vtbl; + +interface ID3D11VideoProcessorEnumerator1 { + CONST_VTBL ID3D11VideoProcessorEnumerator1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11VideoProcessorEnumerator1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11VideoProcessorEnumerator1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11VideoProcessorEnumerator1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11VideoProcessorEnumerator1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11VideoProcessorEnumerator1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11VideoProcessorEnumerator1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11VideoProcessorEnumerator1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11VideoProcessorEnumerator methods ***/ +#define ID3D11VideoProcessorEnumerator1_GetVideoProcessorContentDesc(This,pContentDesc) (This)->lpVtbl->GetVideoProcessorContentDesc(This,pContentDesc) +#define ID3D11VideoProcessorEnumerator1_CheckVideoProcessorFormat(This,Format,pFlags) (This)->lpVtbl->CheckVideoProcessorFormat(This,Format,pFlags) +#define ID3D11VideoProcessorEnumerator1_GetVideoProcessorCaps(This,pCaps) (This)->lpVtbl->GetVideoProcessorCaps(This,pCaps) +#define ID3D11VideoProcessorEnumerator1_GetVideoProcessorRateConversionCaps(This,TypeIndex,pCaps) (This)->lpVtbl->GetVideoProcessorRateConversionCaps(This,TypeIndex,pCaps) +#define ID3D11VideoProcessorEnumerator1_GetVideoProcessorCustomRate(This,TypeIndex,CustomRateIndex,pRate) (This)->lpVtbl->GetVideoProcessorCustomRate(This,TypeIndex,CustomRateIndex,pRate) +#define ID3D11VideoProcessorEnumerator1_GetVideoProcessorFilterRange(This,Filter,pRange) (This)->lpVtbl->GetVideoProcessorFilterRange(This,Filter,pRange) +/*** ID3D11VideoProcessorEnumerator1 methods ***/ +#define ID3D11VideoProcessorEnumerator1_CheckVideoProcessorFormatConversion(This,input_format,input_colour_space,output_format,output_colour_space,supported) (This)->lpVtbl->CheckVideoProcessorFormatConversion(This,input_format,input_colour_space,output_format,output_colour_space,supported) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_QueryInterface(ID3D11VideoProcessorEnumerator1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11VideoProcessorEnumerator1_AddRef(ID3D11VideoProcessorEnumerator1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11VideoProcessorEnumerator1_Release(ID3D11VideoProcessorEnumerator1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11VideoProcessorEnumerator1_GetDevice(ID3D11VideoProcessorEnumerator1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetPrivateData(ID3D11VideoProcessorEnumerator1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_SetPrivateData(ID3D11VideoProcessorEnumerator1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_SetPrivateDataInterface(ID3D11VideoProcessorEnumerator1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11VideoProcessorEnumerator methods ***/ +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetVideoProcessorContentDesc(ID3D11VideoProcessorEnumerator1* This,D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc) { + return This->lpVtbl->GetVideoProcessorContentDesc(This,pContentDesc); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_CheckVideoProcessorFormat(ID3D11VideoProcessorEnumerator1* This,DXGI_FORMAT Format,UINT *pFlags) { + return This->lpVtbl->CheckVideoProcessorFormat(This,Format,pFlags); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetVideoProcessorCaps(ID3D11VideoProcessorEnumerator1* This,D3D11_VIDEO_PROCESSOR_CAPS *pCaps) { + return This->lpVtbl->GetVideoProcessorCaps(This,pCaps); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetVideoProcessorRateConversionCaps(ID3D11VideoProcessorEnumerator1* This,UINT TypeIndex,D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps) { + return This->lpVtbl->GetVideoProcessorRateConversionCaps(This,TypeIndex,pCaps); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetVideoProcessorCustomRate(ID3D11VideoProcessorEnumerator1* This,UINT TypeIndex,UINT CustomRateIndex,D3D11_VIDEO_PROCESSOR_CUSTOM_RATE *pRate) { + return This->lpVtbl->GetVideoProcessorCustomRate(This,TypeIndex,CustomRateIndex,pRate); +} +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_GetVideoProcessorFilterRange(ID3D11VideoProcessorEnumerator1* This,D3D11_VIDEO_PROCESSOR_FILTER Filter,D3D11_VIDEO_PROCESSOR_FILTER_RANGE *pRange) { + return This->lpVtbl->GetVideoProcessorFilterRange(This,Filter,pRange); +} +/*** ID3D11VideoProcessorEnumerator1 methods ***/ +static FORCEINLINE HRESULT ID3D11VideoProcessorEnumerator1_CheckVideoProcessorFormatConversion(ID3D11VideoProcessorEnumerator1* This,DXGI_FORMAT input_format,DXGI_COLOR_SPACE_TYPE input_colour_space,DXGI_FORMAT output_format,DXGI_COLOR_SPACE_TYPE output_colour_space,WINBOOL *supported) { + return This->lpVtbl->CheckVideoProcessorFormatConversion(This,input_format,input_colour_space,output_format,output_colour_space,supported); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11VideoProcessorEnumerator1_INTERFACE_DEFINED__ */ + +/***************************************************************************** * ID3DUserDefinedAnnotation interface */ #ifndef __ID3DUserDefinedAnnotation_INTERFACE_DEFINED__ @@ -2103,33 +3450,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3DUserDefinedAnnotation* This, + ID3DUserDefinedAnnotation *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3DUserDefinedAnnotation* This); + ID3DUserDefinedAnnotation *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3DUserDefinedAnnotation* This); + ID3DUserDefinedAnnotation *This); /*** ID3DUserDefinedAnnotation methods ***/ INT (STDMETHODCALLTYPE *BeginEvent)( - ID3DUserDefinedAnnotation* This, + ID3DUserDefinedAnnotation *This, LPCWSTR Name); INT (STDMETHODCALLTYPE *EndEvent)( - ID3DUserDefinedAnnotation* This); + ID3DUserDefinedAnnotation *This); void (STDMETHODCALLTYPE *SetMarker)( - ID3DUserDefinedAnnotation* This, + ID3DUserDefinedAnnotation *This, LPCWSTR Name); WINBOOL (STDMETHODCALLTYPE *GetStatus)( - ID3DUserDefinedAnnotation* This); + ID3DUserDefinedAnnotation *This); END_INTERFACE } ID3DUserDefinedAnnotationVtbl; + interface ID3DUserDefinedAnnotation { CONST_VTBL ID3DUserDefinedAnnotationVtbl* lpVtbl; }; @@ -2174,36 +3522,6 @@ #endif -INT STDMETHODCALLTYPE ID3DUserDefinedAnnotation_BeginEvent_Proxy( - ID3DUserDefinedAnnotation* This, - LPCWSTR Name); -void __RPC_STUB ID3DUserDefinedAnnotation_BeginEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -INT STDMETHODCALLTYPE ID3DUserDefinedAnnotation_EndEvent_Proxy( - ID3DUserDefinedAnnotation* This); -void __RPC_STUB ID3DUserDefinedAnnotation_EndEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3DUserDefinedAnnotation_SetMarker_Proxy( - ID3DUserDefinedAnnotation* This, - LPCWSTR Name); -void __RPC_STUB ID3DUserDefinedAnnotation_SetMarker_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3DUserDefinedAnnotation_GetStatus_Proxy( - ID3DUserDefinedAnnotation* This); -void __RPC_STUB ID3DUserDefinedAnnotation_GetStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3DUserDefinedAnnotation_INTERFACE_DEFINED__ */ @@ -2231,50 +3549,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11RasterizerState1* This); + ID3D11RasterizerState1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11RasterizerState1* This); + ID3D11RasterizerState1 *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, REFGUID guid, const IUnknown *pData); /*** ID3D11RasterizerState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, D3D11_RASTERIZER_DESC *pDesc); /*** ID3D11RasterizerState1 methods ***/ void (STDMETHODCALLTYPE *GetDesc1)( - ID3D11RasterizerState1* This, + ID3D11RasterizerState1 *This, D3D11_RASTERIZER_DESC1 *pDesc); END_INTERFACE } ID3D11RasterizerState1Vtbl; + interface ID3D11RasterizerState1 { CONST_VTBL ID3D11RasterizerState1Vtbl* lpVtbl; }; @@ -2331,14 +3650,6 @@ #endif -void STDMETHODCALLTYPE ID3D11RasterizerState1_GetDesc1_Proxy( - ID3D11RasterizerState1* This, - D3D11_RASTERIZER_DESC1 *pDesc); -void __RPC_STUB ID3D11RasterizerState1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11RasterizerState1_INTERFACE_DEFINED__ */ @@ -2398,67 +3709,67 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Device1* This, + ID3D11Device1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Device1* This); + ID3D11Device1 *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Device1* This); + ID3D11Device1 *This); /*** ID3D11Device methods ***/ HRESULT (STDMETHODCALLTYPE *CreateBuffer)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_BUFFER_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Buffer **ppBuffer); HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_TEXTURE1D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture1D **ppTexture1D); HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_TEXTURE2D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture2D **ppTexture2D); HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_TEXTURE3D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture3D **ppTexture3D); HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11Resource *pResource, const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, ID3D11ShaderResourceView **ppSRView); HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11Resource *pResource, const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, ID3D11UnorderedAccessView **ppUAView); HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11Resource *pResource, const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, ID3D11RenderTargetView **ppRTView); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11Resource *pResource, const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, ID3D11DepthStencilView **ppDepthStencilView); HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, UINT NumElements, const void *pShaderBytecodeWithInputSignature, @@ -2466,21 +3777,21 @@ ID3D11InputLayout **ppInputLayout); HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11VertexShader **ppVertexShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, @@ -2492,100 +3803,100 @@ ID3D11GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11PixelShader **ppPixelShader); HRESULT (STDMETHODCALLTYPE *CreateHullShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11HullShader **ppHullShader); HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11DomainShader **ppDomainShader); HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( - ID3D11Device1* This, + ID3D11Device1 *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11ComputeShader **ppComputeShader); HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11ClassLinkage **ppLinkage); HRESULT (STDMETHODCALLTYPE *CreateBlendState)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_BLEND_DESC *pBlendStateDesc, ID3D11BlendState **ppBlendState); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, ID3D11DepthStencilState **ppDepthStencilState); HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_RASTERIZER_DESC *pRasterizerDesc, ID3D11RasterizerState **ppRasterizerState); HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_SAMPLER_DESC *pSamplerDesc, ID3D11SamplerState **ppSamplerState); HRESULT (STDMETHODCALLTYPE *CreateQuery)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_QUERY_DESC *pQueryDesc, ID3D11Query **ppQuery); HRESULT (STDMETHODCALLTYPE *CreatePredicate)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_QUERY_DESC *pPredicateDesc, ID3D11Predicate **ppPredicate); HRESULT (STDMETHODCALLTYPE *CreateCounter)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_COUNTER_DESC *pCounterDesc, ID3D11Counter **ppCounter); HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( - ID3D11Device1* This, + ID3D11Device1 *This, UINT ContextFlags, ID3D11DeviceContext **ppDeferredContext); HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( - ID3D11Device1* This, + ID3D11Device1 *This, HANDLE hResource, REFIID ReturnedInterface, void **ppResource); HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( - ID3D11Device1* This, + ID3D11Device1 *This, DXGI_FORMAT Format, UINT *pFormatSupport); HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( - ID3D11Device1* This, + ID3D11Device1 *This, DXGI_FORMAT Format, UINT SampleCount, UINT *pNumQualityLevels); void (STDMETHODCALLTYPE *CheckCounterInfo)( - ID3D11Device1* This, + ID3D11Device1 *This, D3D11_COUNTER_INFO *pCounterInfo); HRESULT (STDMETHODCALLTYPE *CheckCounter)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_COUNTER_DESC *pDesc, D3D11_COUNTER_TYPE *pType, UINT *pActiveCounters, @@ -2597,70 +3908,70 @@ UINT *pDescriptionLength); HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( - ID3D11Device1* This, + ID3D11Device1 *This, D3D11_FEATURE Feature, void *pFeatureSupportData, UINT FeatureSupportDataSize); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Device1* This, + ID3D11Device1 *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Device1* This, + ID3D11Device1 *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Device1* This, + ID3D11Device1 *This, REFGUID guid, const IUnknown *pData); D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( - ID3D11Device1* This); + ID3D11Device1 *This); UINT (STDMETHODCALLTYPE *GetCreationFlags)( - ID3D11Device1* This); + ID3D11Device1 *This); HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( - ID3D11Device1* This); + ID3D11Device1 *This); void (STDMETHODCALLTYPE *GetImmediateContext)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11DeviceContext **ppImmediateContext); HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( - ID3D11Device1* This, + ID3D11Device1 *This, UINT RaiseFlags); UINT (STDMETHODCALLTYPE *GetExceptionMode)( - ID3D11Device1* This); + ID3D11Device1 *This); /*** ID3D11Device1 methods ***/ void (STDMETHODCALLTYPE *GetImmediateContext1)( - ID3D11Device1* This, + ID3D11Device1 *This, ID3D11DeviceContext1 **ppImmediateContext); HRESULT (STDMETHODCALLTYPE *CreateDeferredContext1)( - ID3D11Device1* This, + ID3D11Device1 *This, UINT ContextFlags, ID3D11DeviceContext1 **ppDeferredContext); HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_BLEND_DESC1 *pBlendStateDesc, ID3D11BlendState1 **ppBlendState); HRESULT (STDMETHODCALLTYPE *CreateRasterizerState1)( - ID3D11Device1* This, + ID3D11Device1 *This, const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, ID3D11RasterizerState1 **ppRasterizerState); HRESULT (STDMETHODCALLTYPE *CreateDeviceContextState)( - ID3D11Device1* This, + ID3D11Device1 *This, UINT Flags, const D3D_FEATURE_LEVEL *pFeatureLevels, UINT FeatureLevels, @@ -2670,13 +3981,13 @@ ID3DDeviceContextState **ppContextState); HRESULT (STDMETHODCALLTYPE *OpenSharedResource1)( - ID3D11Device1* This, + ID3D11Device1 *This, HANDLE hResource, REFIID returnedInterface, void **ppResource); HRESULT (STDMETHODCALLTYPE *OpenSharedResourceByName)( - ID3D11Device1* This, + ID3D11Device1 *This, LPCWSTR lpName, DWORD dwDesiredAccess, REFIID returnedInterface, @@ -2684,6 +3995,7 @@ END_INTERFACE } ID3D11Device1Vtbl; + interface ID3D11Device1 { CONST_VTBL ID3D11Device1Vtbl* lpVtbl; }; @@ -2902,76 +4214,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Device1_GetImmediateContext1_Proxy( - ID3D11Device1* This, - ID3D11DeviceContext1 **ppImmediateContext); -void __RPC_STUB ID3D11Device1_GetImmediateContext1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_CreateDeferredContext1_Proxy( - ID3D11Device1* This, - UINT ContextFlags, - ID3D11DeviceContext1 **ppDeferredContext); -void __RPC_STUB ID3D11Device1_CreateDeferredContext1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_CreateBlendState1_Proxy( - ID3D11Device1* This, - const D3D11_BLEND_DESC1 *pBlendStateDesc, - ID3D11BlendState1 **ppBlendState); -void __RPC_STUB ID3D11Device1_CreateBlendState1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_CreateRasterizerState1_Proxy( - ID3D11Device1* This, - const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, - ID3D11RasterizerState1 **ppRasterizerState); -void __RPC_STUB ID3D11Device1_CreateRasterizerState1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_CreateDeviceContextState_Proxy( - ID3D11Device1* This, - UINT Flags, - const D3D_FEATURE_LEVEL *pFeatureLevels, - UINT FeatureLevels, - UINT SDKVersion, - REFIID EmulatedInterface, - D3D_FEATURE_LEVEL *pChosenFeatureLevel, - ID3DDeviceContextState **ppContextState); -void __RPC_STUB ID3D11Device1_CreateDeviceContextState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_OpenSharedResource1_Proxy( - ID3D11Device1* This, - HANDLE hResource, - REFIID returnedInterface, - void **ppResource); -void __RPC_STUB ID3D11Device1_OpenSharedResource1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device1_OpenSharedResourceByName_Proxy( - ID3D11Device1* This, - LPCWSTR lpName, - DWORD dwDesiredAccess, - REFIID returnedInterface, - void **ppResource); -void __RPC_STUB ID3D11Device1_OpenSharedResourceByName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Device1_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_1.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_1.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_1.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_1.idl 2018-09-14 14:16:43.000000000 +0000 @@ -22,7 +22,8 @@ import "d3dcommon.idl"; import "d3d11.idl"; -typedef enum D3D11_LOGIC_OP { +typedef enum D3D11_LOGIC_OP +{ D3D11_LOGIC_OP_CLEAR = 0, D3D11_LOGIC_OP_SET, D3D11_LOGIC_OP_COPY, @@ -41,7 +42,43 @@ D3D11_LOGIC_OP_OR_INVERTED } D3D11_LOGIC_OP; -typedef struct _D3D11_RENDER_TARGET_BLEND_DESC1 { +typedef enum D3D11_COPY_FLAGS +{ + D3D11_COPY_NO_OVERWRITE = 0x00000001, + D3D11_COPY_DISCARD = 0x00000002, +} D3D11_COPY_FLAGS; + +typedef enum D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG +{ + D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED = 0x1, +} D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG; + +typedef enum D3D11_VIDEO_DECODER_CAPS +{ + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE = 0x01, + D3D11_VIDEO_DECODER_CAPS_NON_REAL_TIME = 0x02, + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_DYNAMIC = 0x04, + D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_REQUIRED = 0x08, + D3D11_VIDEO_DECODER_CAPS_UNSUPPORTED = 0x10, +} D3D11_VIDEO_DECODER_CAPS; + +typedef enum D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS +{ + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATION = 0x01, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZE = 0x02, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSION = 0x04, + D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_TRIPLE_BUFFER_OUTPUT = 0x08, +} D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS; + +typedef enum D3D11_CRYPTO_SESSION_STATUS +{ + D3D11_CRYPTO_SESSION_STATUS_OK = 0x0, + D3D11_CRYPTO_SESSION_STATUS_KEY_LOST = 0x1, + D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST = 0x2, +} D3D11_CRYPTO_SESSION_STATUS; + +typedef struct D3D11_RENDER_TARGET_BLEND_DESC1 +{ BOOL BlendEnable; BOOL LogicOpEnable; D3D11_BLEND SrcBlend; @@ -54,13 +91,15 @@ UINT8 RenderTargetWriteMask; } D3D11_RENDER_TARGET_BLEND_DESC1; -typedef struct _D3D11_BLEND_DESC1 { +typedef struct D3D11_BLEND_DESC1 +{ BOOL AlphaToCoverageEnable; BOOL IndependentBlendEnable; D3D11_RENDER_TARGET_BLEND_DESC1 RenderTarget[D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT]; } D3D11_BLEND_DESC1; -typedef struct _D3D11_RASTERIZER_DESC1 { +typedef struct D3D11_RASTERIZER_DESC1 +{ D3D11_FILL_MODE FillMode; D3D11_CULL_MODE CullMode; BOOL FrontCounterClockwise; @@ -74,6 +113,74 @@ UINT ForcedSampleCount; } D3D11_RASTERIZER_DESC1; +typedef struct D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK +{ + UINT ClearSize; + UINT EncryptedSize; +} D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK; + +typedef struct D3D11_VIDEO_DECODER_BUFFER_DESC1 +{ + D3D11_VIDEO_DECODER_BUFFER_TYPE BufferType; + UINT DataOffset; + UINT DataSize; + void *pIV; + UINT IVSize; + D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK *pSubSampleMappingBlock; + UINT SubSampleMappingCount; +} D3D11_VIDEO_DECODER_BUFFER_DESC1; + +typedef struct D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION +{ + ID3D11CryptoSession *pCryptoSession; + UINT BlobSize; + void *pBlob; + GUID *pKeyInfoId; + UINT PrivateDataSize; + void *pPrivateData; +} D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION; + +typedef struct D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT +{ + BOOL Enable; + UINT Width; + UINT Height; + DXGI_FORMAT Format; +} D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT; + +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA +{ + UINT PrivateDataSize; + UINT HWProtectionDataSize; + BYTE pbInput[4]; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA; + +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA +{ + UINT PrivateDataSize; + UINT MaxHWProtectionDataSize; + UINT HWProtectionDataSize; + UINT64 TransportTime; + UINT64 ExecutionTime; + BYTE pbOutput[4]; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA; + +typedef struct D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA +{ + UINT HWProtectionFunctionID; + D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA *pInputData; + D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA *pOutputData; + HRESULT Status; +} D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA; + +typedef struct D3D11_VIDEO_SAMPLE_DESC +{ + UINT Width; + UINT Height; + DXGI_FORMAT Format; + DXGI_COLOR_SPACE_TYPE ColorSpace; +} D3D11_VIDEO_SAMPLE_DESC; + [ uuid(cc86fabe-da55-401d-85e7-e3c9de2877e9), object, @@ -228,6 +335,149 @@ } [ + uuid(a7f026da-a5f8-4487-a564-15e34357651e), + object, + local, + pointer_default(unique) +] +interface ID3D11VideoContext1 : ID3D11VideoContext +{ + HRESULT SubmitDecoderBuffers1( + ID3D11VideoDecoder *decoder, + UINT buffer_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc + ); + HRESULT GetDataForNewHardwareKey( + ID3D11CryptoSession *session, + UINT input_size, + const void *input_data, + UINT64 *output_data + ); + HRESULT CheckCryptoSessionStatus( + ID3D11CryptoSession *session, + D3D11_CRYPTO_SESSION_STATUS *status + ); + HRESULT DecoderEnableDownsampling( + ID3D11VideoDecoder *decoder, + DXGI_COLOR_SPACE_TYPE colour_space, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + UINT reference_frame_count + ); + HRESULT DecoderUpdateDownsampling( + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_SAMPLE_DESC *output_desc + ); + void VideoProcessorSetOutputColorSpace1( + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE colour_space + ); + void VideoProcessorSetOutputShaderUsage( + ID3D11VideoProcessor *processor, + BOOL shader_usage + ); + void VideoProcessorGetOutputColorSpace1( + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE *colour_space + ); + void VideoProcessorGetOutputShaderUsage( + ID3D11VideoProcessor *processor, + BOOL *shader_usage + ); + void VideoProcessorSetStreamColorSpace1( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE colour_space + ); + void VideoProcessorSetStreamMirror( + ID3D11VideoProcessor *processor, + UINT stream_index, + BOOL enable, + BOOL flip_horizontal, + BOOL flip_vertical + ); + void VideoProcessorGetStreamColorSpace1( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE *colour_space + ); + void VideoProcessorGetStreamMirror( + ID3D11VideoProcessor *processor, + UINT stream_index, + BOOL *enable, + BOOL *flip_horizontal, + BOOL *flip_vertical + ); + HRESULT VideoProcessorGetBehaviorHints( + ID3D11VideoProcessor *processor, + UINT output_width, + UINT output_height, + DXGI_FORMAT output_format, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams, + UINT *behaviour_hints + ); +} + +[ + uuid(29da1d51-1321-4454-804b-f5fc9f861f0f), + object, + local, + pointer_default(unique) +] +interface ID3D11VideoDevice1 : ID3D11VideoDevice +{ + HRESULT GetCryptoSessionPrivateDataSize( + const GUID *crypto_type, + const GUID *decoder_profile, + const GUID *key_exchange_type, + UINT *input_size, + UINT *output_size + ); + HRESULT GetVideoDecoderCaps( + const GUID *decoder_profile, + UINT sample_width, + UINT sample_height, + const DXGI_RATIONAL *framerate, + UINT bitrate, + const GUID *crypto_type, + UINT *decoder_caps + ); + HRESULT CheckVideoDecoderDownsampling( + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + BOOL *supported, + BOOL *real_time_hint + ); + HRESULT RecommendVideoDecoderDownsampleParameters( + const D3D11_VIDEO_DECODER_DESC *input_desc, + DXGI_COLOR_SPACE_TYPE input_colour_space, + const D3D11_VIDEO_DECODER_CONFIG *input_config, + const DXGI_RATIONAL *framerate, + D3D11_VIDEO_SAMPLE_DESC *recommended_output_desc + ); +} + +[ + uuid(465217f2-5568-43cf-b5b9-f61d54531ca1), + object, + local, + pointer_default(unique) +] +interface ID3D11VideoProcessorEnumerator1 : ID3D11VideoProcessorEnumerator +{ + HRESULT CheckVideoProcessorFormatConversion( + DXGI_FORMAT input_format, + DXGI_COLOR_SPACE_TYPE input_colour_space, + DXGI_FORMAT output_format, + DXGI_COLOR_SPACE_TYPE output_colour_space, + BOOL *supported + ); +} + +[ uuid(b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab), object, local, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_2.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_2.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_2.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_2.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,2248 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11_2.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __d3d11_2_h__ +#define __d3d11_2_h__ + +/* Forward declarations */ + +#ifndef __ID3D11DeviceContext2_FWD_DEFINED__ +#define __ID3D11DeviceContext2_FWD_DEFINED__ +typedef interface ID3D11DeviceContext2 ID3D11DeviceContext2; +#ifdef __cplusplus +interface ID3D11DeviceContext2; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Device2_FWD_DEFINED__ +#define __ID3D11Device2_FWD_DEFINED__ +typedef interface ID3D11Device2 ID3D11Device2; +#ifdef __cplusplus +interface ID3D11Device2; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#define D3D11_PACKED_TILE (0xffffffff) + +typedef enum D3D11_TILE_MAPPING_FLAG { + D3D11_TILE_MAPPING_NO_OVERWRITE = 0x1 +} D3D11_TILE_MAPPING_FLAG; +typedef enum D3D11_TILE_RANGE_FLAG { + D3D11_TILE_RANGE_NULL = 0x1, + D3D11_TILE_RANGE_SKIP = 0x2, + D3D11_TILE_RANGE_REUSE_SINGLE_TILE = 0x4 +} D3D11_TILE_RANGE_FLAG; +typedef enum D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG { + D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_TILED_RESOURCE = 0x1 +} D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG; +typedef enum D3D11_TILE_COPY_FLAG { + D3D11_TILE_COPY_NO_OVERWRITE = 0x1, + D3D11_TILE_COPY_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE = 0x2, + D3D11_TILE_COPY_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER = 0x4 +} D3D11_TILE_COPY_FLAG; +typedef struct D3D11_TILED_RESOURCE_COORDINATE { + UINT X; + UINT Y; + UINT Z; + UINT Subresource; +} D3D11_TILED_RESOURCE_COORDINATE; +typedef struct D3D11_TILE_REGION_SIZE { + UINT NumTiles; + WINBOOL bUseBox; + UINT Width; + UINT16 Height; + UINT16 Depth; +} D3D11_TILE_REGION_SIZE; +typedef struct D3D11_SUBRESOURCE_TILING { + UINT WidthInTiles; + UINT16 HeightInTiles; + UINT16 DepthInTiles; + UINT StartTileIndexInOverallResource; +} D3D11_SUBRESOURCE_TILING; +typedef struct D3D11_TILE_SHAPE { + UINT WidthInTexels; + UINT HeightInTexels; + UINT DepthInTexels; +} D3D11_TILE_SHAPE; +typedef struct D3D11_PACKED_MIP_DESC { + UINT8 NumStandardMips; + UINT8 NumPackedMips; + UINT NumTilesForPackedMips; + UINT StartTileIndexInOverallResource; +} D3D11_PACKED_MIP_DESC; +/***************************************************************************** + * ID3D11DeviceContext2 interface + */ +#ifndef __ID3D11DeviceContext2_INTERFACE_DEFINED__ +#define __ID3D11DeviceContext2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11DeviceContext2, 0x420d5b32, 0xb90c, 0x4da4, 0xbe,0xf0, 0x35,0x9f,0x6a,0x24,0xa8,0x3a); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("420d5b32-b90c-4da4-bef0-359f6a24a83a") +ID3D11DeviceContext2 : public ID3D11DeviceContext1 +{ + virtual HRESULT STDMETHODCALLTYPE UpdateTileMappings( + ID3D11Resource *resource, + UINT region_count, + const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates, + const D3D11_TILE_REGION_SIZE *region_sizes, + ID3D11Buffer *pool, + UINT range_count, + const UINT *range_flags, + const UINT *pool_start_offsets, + const UINT *range_tile_counts, + UINT flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE CopyTileMappings( + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + ID3D11Resource *src_resource, + const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate, + const D3D11_TILE_REGION_SIZE *region_size, + UINT flags) = 0; + + virtual void STDMETHODCALLTYPE CopyTiles( + ID3D11Resource *resource, + const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate, + const D3D11_TILE_REGION_SIZE *size, + ID3D11Buffer *buffer, + UINT64 start_offset, + UINT flags) = 0; + + virtual void STDMETHODCALLTYPE UpdateTiles( + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + const D3D11_TILE_REGION_SIZE *dst_region_size, + const void *src_data, + UINT flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE ResizeTilePool( + ID3D11Buffer *pool, + UINT64 size) = 0; + + virtual void STDMETHODCALLTYPE TiledResourceBarrier( + ID3D11DeviceChild *before_barrier, + ID3D11DeviceChild *after_barrier) = 0; + + virtual WINBOOL STDMETHODCALLTYPE IsAnnotationEnabled( + ) = 0; + + virtual void STDMETHODCALLTYPE SetMarkerInt( + const WCHAR *label, + int data) = 0; + + virtual void STDMETHODCALLTYPE BeginEventInt( + const WCHAR *label, + int data) = 0; + + virtual void STDMETHODCALLTYPE EndEvent( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11DeviceContext2, 0x420d5b32, 0xb90c, 0x4da4, 0xbe,0xf0, 0x35,0x9f,0x6a,0x24,0xa8,0x3a) +#endif +#else +typedef struct ID3D11DeviceContext2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11DeviceContext2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11DeviceContext2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11DeviceContext2 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11DeviceContext2 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11DeviceContext2 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11DeviceContext2 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11DeviceContext2 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11DeviceContext methods ***/ + void (STDMETHODCALLTYPE *VSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11PixelShader *pPixelShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *PSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *VSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11VertexShader *pVertexShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DrawIndexed)( + ID3D11DeviceContext2 *This, + UINT IndexCount, + UINT StartIndexLocation, + INT BaseVertexLocation); + + void (STDMETHODCALLTYPE *Draw)( + ID3D11DeviceContext2 *This, + UINT VertexCount, + UINT StartVertexLocation); + + HRESULT (STDMETHODCALLTYPE *Map)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pResource, + UINT Subresource, + D3D11_MAP MapType, + UINT MapFlags, + D3D11_MAPPED_SUBRESOURCE *pMappedResource); + + void (STDMETHODCALLTYPE *Unmap)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pResource, + UINT Subresource); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *IASetInputLayout)( + ID3D11DeviceContext2 *This, + ID3D11InputLayout *pInputLayout); + + void (STDMETHODCALLTYPE *IASetVertexBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppVertexBuffers, + const UINT *pStrides, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *IASetIndexBuffer)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pIndexBuffer, + DXGI_FORMAT Format, + UINT Offset); + + void (STDMETHODCALLTYPE *DrawIndexedInstanced)( + ID3D11DeviceContext2 *This, + UINT IndexCountPerInstance, + UINT InstanceCount, + UINT StartIndexLocation, + INT BaseVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *DrawInstanced)( + ID3D11DeviceContext2 *This, + UINT VertexCountPerInstance, + UINT InstanceCount, + UINT StartVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11GeometryShader *pShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( + ID3D11DeviceContext2 *This, + D3D11_PRIMITIVE_TOPOLOGY Topology); + + void (STDMETHODCALLTYPE *VSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *Begin)( + ID3D11DeviceContext2 *This, + ID3D11Asynchronous *pAsync); + + void (STDMETHODCALLTYPE *End)( + ID3D11DeviceContext2 *This, + ID3D11Asynchronous *pAsync); + + HRESULT (STDMETHODCALLTYPE *GetData)( + ID3D11DeviceContext2 *This, + ID3D11Asynchronous *pAsync, + void *pData, + UINT DataSize, + UINT GetDataFlags); + + void (STDMETHODCALLTYPE *SetPredication)( + ID3D11DeviceContext2 *This, + ID3D11Predicate *pPredicate, + WINBOOL PredicateValue); + + void (STDMETHODCALLTYPE *GSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *OMSetRenderTargets)( + ID3D11DeviceContext2 *This, + UINT NumViews, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView); + + void (STDMETHODCALLTYPE *OMSetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext2 *This, + UINT NumRTVs, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *OMSetBlendState)( + ID3D11DeviceContext2 *This, + ID3D11BlendState *pBlendState, + const FLOAT BlendFactor[4], + UINT SampleMask); + + void (STDMETHODCALLTYPE *OMSetDepthStencilState)( + ID3D11DeviceContext2 *This, + ID3D11DepthStencilState *pDepthStencilState, + UINT StencilRef); + + void (STDMETHODCALLTYPE *SOSetTargets)( + ID3D11DeviceContext2 *This, + UINT NumBuffers, + ID3D11Buffer *const *ppSOTargets, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *DrawAuto)( + ID3D11DeviceContext2 *This); + + void (STDMETHODCALLTYPE *DrawIndexedInstancedIndirect)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *DrawInstancedIndirect)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *Dispatch)( + ID3D11DeviceContext2 *This, + UINT ThreadGroupCountX, + UINT ThreadGroupCountY, + UINT ThreadGroupCountZ); + + void (STDMETHODCALLTYPE *DispatchIndirect)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *RSSetState)( + ID3D11DeviceContext2 *This, + ID3D11RasterizerState *pRasterizerState); + + void (STDMETHODCALLTYPE *RSSetViewports)( + ID3D11DeviceContext2 *This, + UINT NumViewports, + const D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSSetScissorRects)( + ID3D11DeviceContext2 *This, + UINT NumRects, + const D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *CopySubresourceRegion)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox); + + void (STDMETHODCALLTYPE *CopyResource)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + ID3D11Resource *pSrcResource); + + void (STDMETHODCALLTYPE *UpdateSubresource)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch); + + void (STDMETHODCALLTYPE *CopyStructureCount)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pDstBuffer, + UINT DstAlignedByteOffset, + ID3D11UnorderedAccessView *pSrcView); + + void (STDMETHODCALLTYPE *ClearRenderTargetView)( + ID3D11DeviceContext2 *This, + ID3D11RenderTargetView *pRenderTargetView, + const FLOAT ColorRGBA[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)( + ID3D11DeviceContext2 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const UINT Values[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)( + ID3D11DeviceContext2 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const FLOAT Values[4]); + + void (STDMETHODCALLTYPE *ClearDepthStencilView)( + ID3D11DeviceContext2 *This, + ID3D11DepthStencilView *pDepthStencilView, + UINT ClearFlags, + FLOAT Depth, + UINT8 Stencil); + + void (STDMETHODCALLTYPE *GenerateMips)( + ID3D11DeviceContext2 *This, + ID3D11ShaderResourceView *pShaderResourceView); + + void (STDMETHODCALLTYPE *SetResourceMinLOD)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pResource, + FLOAT MinLOD); + + FLOAT (STDMETHODCALLTYPE *GetResourceMinLOD)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *ResolveSubresource)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + DXGI_FORMAT Format); + + void (STDMETHODCALLTYPE *ExecuteCommandList)( + ID3D11DeviceContext2 *This, + ID3D11CommandList *pCommandList, + WINBOOL RestoreContextState); + + void (STDMETHODCALLTYPE *HSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11HullShader *pHullShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *HSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11DomainShader *pDomainShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSSetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSSetUnorderedAccessViews)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *CSSetShader)( + ID3D11DeviceContext2 *This, + ID3D11ComputeShader *pComputeShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *CSSetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11PixelShader **ppPixelShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *VSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11VertexShader **ppVertexShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *IAGetInputLayout)( + ID3D11DeviceContext2 *This, + ID3D11InputLayout **ppInputLayout); + + void (STDMETHODCALLTYPE *IAGetVertexBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppVertexBuffers, + UINT *pStrides, + UINT *pOffsets); + + void (STDMETHODCALLTYPE *IAGetIndexBuffer)( + ID3D11DeviceContext2 *This, + ID3D11Buffer **pIndexBuffer, + DXGI_FORMAT *Format, + UINT *Offset); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11GeometryShader **ppGeometryShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( + ID3D11DeviceContext2 *This, + D3D11_PRIMITIVE_TOPOLOGY *pTopology); + + void (STDMETHODCALLTYPE *VSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *GetPredication)( + ID3D11DeviceContext2 *This, + ID3D11Predicate **ppPredicate, + WINBOOL *pPredicateValue); + + void (STDMETHODCALLTYPE *GSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *OMGetRenderTargets)( + ID3D11DeviceContext2 *This, + UINT NumViews, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView); + + void (STDMETHODCALLTYPE *OMGetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext2 *This, + UINT NumRTVs, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *OMGetBlendState)( + ID3D11DeviceContext2 *This, + ID3D11BlendState **ppBlendState, + FLOAT BlendFactor[4], + UINT *pSampleMask); + + void (STDMETHODCALLTYPE *OMGetDepthStencilState)( + ID3D11DeviceContext2 *This, + ID3D11DepthStencilState **ppDepthStencilState, + UINT *pStencilRef); + + void (STDMETHODCALLTYPE *SOGetTargets)( + ID3D11DeviceContext2 *This, + UINT NumBuffers, + ID3D11Buffer **ppSOTargets); + + void (STDMETHODCALLTYPE *RSGetState)( + ID3D11DeviceContext2 *This, + ID3D11RasterizerState **ppRasterizerState); + + void (STDMETHODCALLTYPE *RSGetViewports)( + ID3D11DeviceContext2 *This, + UINT *pNumViewports, + D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSGetScissorRects)( + ID3D11DeviceContext2 *This, + UINT *pNumRects, + D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *HSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11HullShader **ppHullShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *HSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11DomainShader **ppDomainShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *DSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSGetShaderResources)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSGetUnorderedAccessViews)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *CSGetShader)( + ID3D11DeviceContext2 *This, + ID3D11ComputeShader **ppComputeShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *CSGetSamplers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *ClearState)( + ID3D11DeviceContext2 *This); + + void (STDMETHODCALLTYPE *Flush)( + ID3D11DeviceContext2 *This); + + D3D11_DEVICE_CONTEXT_TYPE (STDMETHODCALLTYPE *GetType)( + ID3D11DeviceContext2 *This); + + UINT (STDMETHODCALLTYPE *GetContextFlags)( + ID3D11DeviceContext2 *This); + + HRESULT (STDMETHODCALLTYPE *FinishCommandList)( + ID3D11DeviceContext2 *This, + WINBOOL RestoreDeferredContextState, + ID3D11CommandList **ppCommandList); + + /*** ID3D11DeviceContext1 methods ***/ + void (STDMETHODCALLTYPE *CopySubresourceRegion1)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *UpdateSubresource1)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *DiscardResource)( + ID3D11DeviceContext2 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *DiscardView)( + ID3D11DeviceContext2 *This, + ID3D11View *pResourceView); + + void (STDMETHODCALLTYPE *VSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers1)( + ID3D11DeviceContext2 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *SwapDeviceContextState)( + ID3D11DeviceContext2 *This, + ID3DDeviceContextState *pState, + ID3DDeviceContextState **ppPreviousState); + + void (STDMETHODCALLTYPE *ClearView)( + ID3D11DeviceContext2 *This, + ID3D11View *pView, + const FLOAT Color[4], + const D3D11_RECT *pRect, + UINT NumRects); + + void (STDMETHODCALLTYPE *DiscardView1)( + ID3D11DeviceContext2 *This, + ID3D11View *pResourceView, + const D3D11_RECT *pRects, + UINT NumRects); + + /*** ID3D11DeviceContext2 methods ***/ + HRESULT (STDMETHODCALLTYPE *UpdateTileMappings)( + ID3D11DeviceContext2 *This, + ID3D11Resource *resource, + UINT region_count, + const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates, + const D3D11_TILE_REGION_SIZE *region_sizes, + ID3D11Buffer *pool, + UINT range_count, + const UINT *range_flags, + const UINT *pool_start_offsets, + const UINT *range_tile_counts, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *CopyTileMappings)( + ID3D11DeviceContext2 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + ID3D11Resource *src_resource, + const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate, + const D3D11_TILE_REGION_SIZE *region_size, + UINT flags); + + void (STDMETHODCALLTYPE *CopyTiles)( + ID3D11DeviceContext2 *This, + ID3D11Resource *resource, + const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate, + const D3D11_TILE_REGION_SIZE *size, + ID3D11Buffer *buffer, + UINT64 start_offset, + UINT flags); + + void (STDMETHODCALLTYPE *UpdateTiles)( + ID3D11DeviceContext2 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + const D3D11_TILE_REGION_SIZE *dst_region_size, + const void *src_data, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTilePool)( + ID3D11DeviceContext2 *This, + ID3D11Buffer *pool, + UINT64 size); + + void (STDMETHODCALLTYPE *TiledResourceBarrier)( + ID3D11DeviceContext2 *This, + ID3D11DeviceChild *before_barrier, + ID3D11DeviceChild *after_barrier); + + WINBOOL (STDMETHODCALLTYPE *IsAnnotationEnabled)( + ID3D11DeviceContext2 *This); + + void (STDMETHODCALLTYPE *SetMarkerInt)( + ID3D11DeviceContext2 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *BeginEventInt)( + ID3D11DeviceContext2 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *EndEvent)( + ID3D11DeviceContext2 *This); + + END_INTERFACE +} ID3D11DeviceContext2Vtbl; + +interface ID3D11DeviceContext2 { + CONST_VTBL ID3D11DeviceContext2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11DeviceContext2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11DeviceContext2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11DeviceContext2_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11DeviceContext2_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11DeviceContext2_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11DeviceContext2_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11DeviceContext2_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11DeviceContext methods ***/ +#define ID3D11DeviceContext2_VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) (This)->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) +#define ID3D11DeviceContext2_Draw(This,VertexCount,StartVertexLocation) (This)->lpVtbl->Draw(This,VertexCount,StartVertexLocation) +#define ID3D11DeviceContext2_Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) (This)->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) +#define ID3D11DeviceContext2_Unmap(This,pResource,Subresource) (This)->lpVtbl->Unmap(This,pResource,Subresource) +#define ID3D11DeviceContext2_PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_IASetInputLayout(This,pInputLayout) (This)->lpVtbl->IASetInputLayout(This,pInputLayout) +#define ID3D11DeviceContext2_IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext2_IASetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext2_DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext2_DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext2_GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_GSSetShader(This,pShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_IASetPrimitiveTopology(This,Topology) (This)->lpVtbl->IASetPrimitiveTopology(This,Topology) +#define ID3D11DeviceContext2_VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_Begin(This,pAsync) (This)->lpVtbl->Begin(This,pAsync) +#define ID3D11DeviceContext2_End(This,pAsync) (This)->lpVtbl->End(This,pAsync) +#define ID3D11DeviceContext2_GetData(This,pAsync,pData,DataSize,GetDataFlags) (This)->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags) +#define ID3D11DeviceContext2_SetPredication(This,pPredicate,PredicateValue) (This)->lpVtbl->SetPredication(This,pPredicate,PredicateValue) +#define ID3D11DeviceContext2_GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) (This)->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) +#define ID3D11DeviceContext2_OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext2_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) +#define ID3D11DeviceContext2_OMSetDepthStencilState(This,pDepthStencilState,StencilRef) (This)->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef) +#define ID3D11DeviceContext2_SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) (This)->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) +#define ID3D11DeviceContext2_DrawAuto(This) (This)->lpVtbl->DrawAuto(This) +#define ID3D11DeviceContext2_DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext2_DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext2_Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) (This)->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) +#define ID3D11DeviceContext2_DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext2_RSSetState(This,pRasterizerState) (This)->lpVtbl->RSSetState(This,pRasterizerState) +#define ID3D11DeviceContext2_RSSetViewports(This,NumViewports,pViewports) (This)->lpVtbl->RSSetViewports(This,NumViewports,pViewports) +#define ID3D11DeviceContext2_RSSetScissorRects(This,NumRects,pRects) (This)->lpVtbl->RSSetScissorRects(This,NumRects,pRects) +#define ID3D11DeviceContext2_CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) (This)->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) +#define ID3D11DeviceContext2_CopyResource(This,pDstResource,pSrcResource) (This)->lpVtbl->CopyResource(This,pDstResource,pSrcResource) +#define ID3D11DeviceContext2_UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) (This)->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) +#define ID3D11DeviceContext2_CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) (This)->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) +#define ID3D11DeviceContext2_ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) (This)->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) +#define ID3D11DeviceContext2_ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext2_ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext2_ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) (This)->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) +#define ID3D11DeviceContext2_GenerateMips(This,pShaderResourceView) (This)->lpVtbl->GenerateMips(This,pShaderResourceView) +#define ID3D11DeviceContext2_SetResourceMinLOD(This,pResource,MinLOD) (This)->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD) +#define ID3D11DeviceContext2_GetResourceMinLOD(This,pResource) (This)->lpVtbl->GetResourceMinLOD(This,pResource) +#define ID3D11DeviceContext2_ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) (This)->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) +#define ID3D11DeviceContext2_ExecuteCommandList(This,pCommandList,RestoreContextState) (This)->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState) +#define ID3D11DeviceContext2_HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext2_CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext2_CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_IAGetInputLayout(This,ppInputLayout) (This)->lpVtbl->IAGetInputLayout(This,ppInputLayout) +#define ID3D11DeviceContext2_IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext2_IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext2_GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_IAGetPrimitiveTopology(This,pTopology) (This)->lpVtbl->IAGetPrimitiveTopology(This,pTopology) +#define ID3D11DeviceContext2_VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_GetPredication(This,ppPredicate,pPredicateValue) (This)->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue) +#define ID3D11DeviceContext2_GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) (This)->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) +#define ID3D11DeviceContext2_OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext2_OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) (This)->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) +#define ID3D11DeviceContext2_OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) (This)->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) +#define ID3D11DeviceContext2_SOGetTargets(This,NumBuffers,ppSOTargets) (This)->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets) +#define ID3D11DeviceContext2_RSGetState(This,ppRasterizerState) (This)->lpVtbl->RSGetState(This,ppRasterizerState) +#define ID3D11DeviceContext2_RSGetViewports(This,pNumViewports,pViewports) (This)->lpVtbl->RSGetViewports(This,pNumViewports,pViewports) +#define ID3D11DeviceContext2_RSGetScissorRects(This,pNumRects,pRects) (This)->lpVtbl->RSGetScissorRects(This,pNumRects,pRects) +#define ID3D11DeviceContext2_HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext2_CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext2_CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext2_CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext2_CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext2_ClearState(This) (This)->lpVtbl->ClearState(This) +#define ID3D11DeviceContext2_Flush(This) (This)->lpVtbl->Flush(This) +#define ID3D11DeviceContext2_GetType(This) (This)->lpVtbl->GetType(This) +#define ID3D11DeviceContext2_GetContextFlags(This) (This)->lpVtbl->GetContextFlags(This) +#define ID3D11DeviceContext2_FinishCommandList(This,RestoreDeferredContextState,ppCommandList) (This)->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList) +/*** ID3D11DeviceContext1 methods ***/ +#define ID3D11DeviceContext2_CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) (This)->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) +#define ID3D11DeviceContext2_UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) (This)->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) +#define ID3D11DeviceContext2_DiscardResource(This,pResource) (This)->lpVtbl->DiscardResource(This,pResource) +#define ID3D11DeviceContext2_DiscardView(This,pResourceView) (This)->lpVtbl->DiscardView(This,pResourceView) +#define ID3D11DeviceContext2_VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext2_SwapDeviceContextState(This,pState,ppPreviousState) (This)->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState) +#define ID3D11DeviceContext2_ClearView(This,pView,Color,pRect,NumRects) (This)->lpVtbl->ClearView(This,pView,Color,pRect,NumRects) +#define ID3D11DeviceContext2_DiscardView1(This,pResourceView,pRects,NumRects) (This)->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects) +/*** ID3D11DeviceContext2 methods ***/ +#define ID3D11DeviceContext2_UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) (This)->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) +#define ID3D11DeviceContext2_CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) (This)->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) +#define ID3D11DeviceContext2_CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) (This)->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) +#define ID3D11DeviceContext2_UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) (This)->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) +#define ID3D11DeviceContext2_ResizeTilePool(This,pool,size) (This)->lpVtbl->ResizeTilePool(This,pool,size) +#define ID3D11DeviceContext2_TiledResourceBarrier(This,before_barrier,after_barrier) (This)->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier) +#define ID3D11DeviceContext2_IsAnnotationEnabled(This) (This)->lpVtbl->IsAnnotationEnabled(This) +#define ID3D11DeviceContext2_SetMarkerInt(This,label,data) (This)->lpVtbl->SetMarkerInt(This,label,data) +#define ID3D11DeviceContext2_BeginEventInt(This,label,data) (This)->lpVtbl->BeginEventInt(This,label,data) +#define ID3D11DeviceContext2_EndEvent(This) (This)->lpVtbl->EndEvent(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext2_QueryInterface(ID3D11DeviceContext2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11DeviceContext2_AddRef(ID3D11DeviceContext2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11DeviceContext2_Release(ID3D11DeviceContext2* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11DeviceContext2_GetDevice(ID3D11DeviceContext2* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_GetPrivateData(ID3D11DeviceContext2* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_SetPrivateData(ID3D11DeviceContext2* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_SetPrivateDataInterface(ID3D11DeviceContext2* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11DeviceContext methods ***/ +static FORCEINLINE void ID3D11DeviceContext2_VSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_PSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_PSSetShader(ID3D11DeviceContext2* This,ID3D11PixelShader *pPixelShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_PSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_VSSetShader(ID3D11DeviceContext2* This,ID3D11VertexShader *pVertexShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawIndexed(ID3D11DeviceContext2* This,UINT IndexCount,UINT StartIndexLocation,INT BaseVertexLocation) { + This->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation); +} +static FORCEINLINE void ID3D11DeviceContext2_Draw(ID3D11DeviceContext2* This,UINT VertexCount,UINT StartVertexLocation) { + This->lpVtbl->Draw(This,VertexCount,StartVertexLocation); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_Map(ID3D11DeviceContext2* This,ID3D11Resource *pResource,UINT Subresource,D3D11_MAP MapType,UINT MapFlags,D3D11_MAPPED_SUBRESOURCE *pMappedResource) { + return This->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource); +} +static FORCEINLINE void ID3D11DeviceContext2_Unmap(ID3D11DeviceContext2* This,ID3D11Resource *pResource,UINT Subresource) { + This->lpVtbl->Unmap(This,pResource,Subresource); +} +static FORCEINLINE void ID3D11DeviceContext2_PSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_IASetInputLayout(ID3D11DeviceContext2* This,ID3D11InputLayout *pInputLayout) { + This->lpVtbl->IASetInputLayout(This,pInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext2_IASetVertexBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppVertexBuffers,const UINT *pStrides,const UINT *pOffsets) { + This->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext2_IASetIndexBuffer(ID3D11DeviceContext2* This,ID3D11Buffer *pIndexBuffer,DXGI_FORMAT Format,UINT Offset) { + This->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawIndexedInstanced(ID3D11DeviceContext2* This,UINT IndexCountPerInstance,UINT InstanceCount,UINT StartIndexLocation,INT BaseVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawInstanced(ID3D11DeviceContext2* This,UINT VertexCountPerInstance,UINT InstanceCount,UINT StartVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext2_GSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_GSSetShader(ID3D11DeviceContext2* This,ID3D11GeometryShader *pShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_IASetPrimitiveTopology(ID3D11DeviceContext2* This,D3D11_PRIMITIVE_TOPOLOGY Topology) { + This->lpVtbl->IASetPrimitiveTopology(This,Topology); +} +static FORCEINLINE void ID3D11DeviceContext2_VSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_VSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_Begin(ID3D11DeviceContext2* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->Begin(This,pAsync); +} +static FORCEINLINE void ID3D11DeviceContext2_End(ID3D11DeviceContext2* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->End(This,pAsync); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_GetData(ID3D11DeviceContext2* This,ID3D11Asynchronous *pAsync,void *pData,UINT DataSize,UINT GetDataFlags) { + return This->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags); +} +static FORCEINLINE void ID3D11DeviceContext2_SetPredication(ID3D11DeviceContext2* This,ID3D11Predicate *pPredicate,WINBOOL PredicateValue) { + This->lpVtbl->SetPredication(This,pPredicate,PredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext2_GSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_GSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_OMSetRenderTargets(ID3D11DeviceContext2* This,UINT NumViews,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView) { + This->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext2_OMSetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext2* This,UINT NumRTVs,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext2_OMSetBlendState(ID3D11DeviceContext2* This,ID3D11BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) { + This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask); +} +static FORCEINLINE void ID3D11DeviceContext2_OMSetDepthStencilState(ID3D11DeviceContext2* This,ID3D11DepthStencilState *pDepthStencilState,UINT StencilRef) { + This->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef); +} +static FORCEINLINE void ID3D11DeviceContext2_SOSetTargets(ID3D11DeviceContext2* This,UINT NumBuffers,ID3D11Buffer *const *ppSOTargets,const UINT *pOffsets) { + This->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawAuto(ID3D11DeviceContext2* This) { + This->lpVtbl->DrawAuto(This); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawIndexedInstancedIndirect(ID3D11DeviceContext2* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext2_DrawInstancedIndirect(ID3D11DeviceContext2* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext2_Dispatch(ID3D11DeviceContext2* This,UINT ThreadGroupCountX,UINT ThreadGroupCountY,UINT ThreadGroupCountZ) { + This->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ); +} +static FORCEINLINE void ID3D11DeviceContext2_DispatchIndirect(ID3D11DeviceContext2* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext2_RSSetState(ID3D11DeviceContext2* This,ID3D11RasterizerState *pRasterizerState) { + This->lpVtbl->RSSetState(This,pRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext2_RSSetViewports(ID3D11DeviceContext2* This,UINT NumViewports,const D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSSetViewports(This,NumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext2_RSSetScissorRects(ID3D11DeviceContext2* This,UINT NumRects,const D3D11_RECT *pRects) { + This->lpVtbl->RSSetScissorRects(This,NumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext2_CopySubresourceRegion(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox) { + This->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox); +} +static FORCEINLINE void ID3D11DeviceContext2_CopyResource(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,ID3D11Resource *pSrcResource) { + This->lpVtbl->CopyResource(This,pDstResource,pSrcResource); +} +static FORCEINLINE void ID3D11DeviceContext2_UpdateSubresource(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch) { + This->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch); +} +static FORCEINLINE void ID3D11DeviceContext2_CopyStructureCount(ID3D11DeviceContext2* This,ID3D11Buffer *pDstBuffer,UINT DstAlignedByteOffset,ID3D11UnorderedAccessView *pSrcView) { + This->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearRenderTargetView(ID3D11DeviceContext2* This,ID3D11RenderTargetView *pRenderTargetView,const FLOAT ColorRGBA[4]) { + This->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearUnorderedAccessViewUint(ID3D11DeviceContext2* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const UINT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearUnorderedAccessViewFloat(ID3D11DeviceContext2* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const FLOAT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearDepthStencilView(ID3D11DeviceContext2* This,ID3D11DepthStencilView *pDepthStencilView,UINT ClearFlags,FLOAT Depth,UINT8 Stencil) { + This->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil); +} +static FORCEINLINE void ID3D11DeviceContext2_GenerateMips(ID3D11DeviceContext2* This,ID3D11ShaderResourceView *pShaderResourceView) { + This->lpVtbl->GenerateMips(This,pShaderResourceView); +} +static FORCEINLINE void ID3D11DeviceContext2_SetResourceMinLOD(ID3D11DeviceContext2* This,ID3D11Resource *pResource,FLOAT MinLOD) { + This->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD); +} +static FORCEINLINE FLOAT ID3D11DeviceContext2_GetResourceMinLOD(ID3D11DeviceContext2* This,ID3D11Resource *pResource) { + return This->lpVtbl->GetResourceMinLOD(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext2_ResolveSubresource(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,UINT DstSubresource,ID3D11Resource *pSrcResource,UINT SrcSubresource,DXGI_FORMAT Format) { + This->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format); +} +static FORCEINLINE void ID3D11DeviceContext2_ExecuteCommandList(ID3D11DeviceContext2* This,ID3D11CommandList *pCommandList,WINBOOL RestoreContextState) { + This->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState); +} +static FORCEINLINE void ID3D11DeviceContext2_HSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_HSSetShader(ID3D11DeviceContext2* This,ID3D11HullShader *pHullShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_HSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_HSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_DSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_DSSetShader(ID3D11DeviceContext2* This,ID3D11DomainShader *pDomainShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_DSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_DSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetUnorderedAccessViews(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetShader(ID3D11DeviceContext2* This,ID3D11ComputeShader *pComputeShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_VSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_PSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_PSGetShader(ID3D11DeviceContext2* This,ID3D11PixelShader **ppPixelShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_PSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_VSGetShader(ID3D11DeviceContext2* This,ID3D11VertexShader **ppVertexShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_PSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_IAGetInputLayout(ID3D11DeviceContext2* This,ID3D11InputLayout **ppInputLayout) { + This->lpVtbl->IAGetInputLayout(This,ppInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext2_IAGetVertexBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppVertexBuffers,UINT *pStrides,UINT *pOffsets) { + This->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext2_IAGetIndexBuffer(ID3D11DeviceContext2* This,ID3D11Buffer **pIndexBuffer,DXGI_FORMAT *Format,UINT *Offset) { + This->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext2_GSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_GSGetShader(ID3D11DeviceContext2* This,ID3D11GeometryShader **ppGeometryShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_IAGetPrimitiveTopology(ID3D11DeviceContext2* This,D3D11_PRIMITIVE_TOPOLOGY *pTopology) { + This->lpVtbl->IAGetPrimitiveTopology(This,pTopology); +} +static FORCEINLINE void ID3D11DeviceContext2_VSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_VSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_GetPredication(ID3D11DeviceContext2* This,ID3D11Predicate **ppPredicate,WINBOOL *pPredicateValue) { + This->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext2_GSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_GSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_OMGetRenderTargets(ID3D11DeviceContext2* This,UINT NumViews,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView) { + This->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext2_OMGetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext2* This,UINT NumRTVs,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext2_OMGetBlendState(ID3D11DeviceContext2* This,ID3D11BlendState **ppBlendState,FLOAT BlendFactor[4],UINT *pSampleMask) { + This->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask); +} +static FORCEINLINE void ID3D11DeviceContext2_OMGetDepthStencilState(ID3D11DeviceContext2* This,ID3D11DepthStencilState **ppDepthStencilState,UINT *pStencilRef) { + This->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef); +} +static FORCEINLINE void ID3D11DeviceContext2_SOGetTargets(ID3D11DeviceContext2* This,UINT NumBuffers,ID3D11Buffer **ppSOTargets) { + This->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets); +} +static FORCEINLINE void ID3D11DeviceContext2_RSGetState(ID3D11DeviceContext2* This,ID3D11RasterizerState **ppRasterizerState) { + This->lpVtbl->RSGetState(This,ppRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext2_RSGetViewports(ID3D11DeviceContext2* This,UINT *pNumViewports,D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSGetViewports(This,pNumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext2_RSGetScissorRects(ID3D11DeviceContext2* This,UINT *pNumRects,D3D11_RECT *pRects) { + This->lpVtbl->RSGetScissorRects(This,pNumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext2_HSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_HSGetShader(ID3D11DeviceContext2* This,ID3D11HullShader **ppHullShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_HSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_HSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_DSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_DSGetShader(ID3D11DeviceContext2* This,ID3D11DomainShader **ppDomainShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_DSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_DSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetShaderResources(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetUnorderedAccessViews(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetShader(ID3D11DeviceContext2* This,ID3D11ComputeShader **ppComputeShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetSamplers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetConstantBuffers(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearState(ID3D11DeviceContext2* This) { + This->lpVtbl->ClearState(This); +} +static FORCEINLINE void ID3D11DeviceContext2_Flush(ID3D11DeviceContext2* This) { + This->lpVtbl->Flush(This); +} +static FORCEINLINE D3D11_DEVICE_CONTEXT_TYPE ID3D11DeviceContext2_GetType(ID3D11DeviceContext2* This) { + return This->lpVtbl->GetType(This); +} +static FORCEINLINE UINT ID3D11DeviceContext2_GetContextFlags(ID3D11DeviceContext2* This) { + return This->lpVtbl->GetContextFlags(This); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_FinishCommandList(ID3D11DeviceContext2* This,WINBOOL RestoreDeferredContextState,ID3D11CommandList **ppCommandList) { + return This->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList); +} +/*** ID3D11DeviceContext1 methods ***/ +static FORCEINLINE void ID3D11DeviceContext2_CopySubresourceRegion1(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox,UINT CopyFlags) { + This->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext2_UpdateSubresource1(ID3D11DeviceContext2* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch,UINT CopyFlags) { + This->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext2_DiscardResource(ID3D11DeviceContext2* This,ID3D11Resource *pResource) { + This->lpVtbl->DiscardResource(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext2_DiscardView(ID3D11DeviceContext2* This,ID3D11View *pResourceView) { + This->lpVtbl->DiscardView(This,pResourceView); +} +static FORCEINLINE void ID3D11DeviceContext2_VSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_HSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_DSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_GSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_PSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_CSSetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_VSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_HSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_DSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_GSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_PSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_CSGetConstantBuffers1(ID3D11DeviceContext2* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext2_SwapDeviceContextState(ID3D11DeviceContext2* This,ID3DDeviceContextState *pState,ID3DDeviceContextState **ppPreviousState) { + This->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState); +} +static FORCEINLINE void ID3D11DeviceContext2_ClearView(ID3D11DeviceContext2* This,ID3D11View *pView,const FLOAT Color[4],const D3D11_RECT *pRect,UINT NumRects) { + This->lpVtbl->ClearView(This,pView,Color,pRect,NumRects); +} +static FORCEINLINE void ID3D11DeviceContext2_DiscardView1(ID3D11DeviceContext2* This,ID3D11View *pResourceView,const D3D11_RECT *pRects,UINT NumRects) { + This->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects); +} +/*** ID3D11DeviceContext2 methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext2_UpdateTileMappings(ID3D11DeviceContext2* This,ID3D11Resource *resource,UINT region_count,const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates,const D3D11_TILE_REGION_SIZE *region_sizes,ID3D11Buffer *pool,UINT range_count,const UINT *range_flags,const UINT *pool_start_offsets,const UINT *range_tile_counts,UINT flags) { + return This->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_CopyTileMappings(ID3D11DeviceContext2* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,ID3D11Resource *src_resource,const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate,const D3D11_TILE_REGION_SIZE *region_size,UINT flags) { + return This->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags); +} +static FORCEINLINE void ID3D11DeviceContext2_CopyTiles(ID3D11DeviceContext2* This,ID3D11Resource *resource,const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate,const D3D11_TILE_REGION_SIZE *size,ID3D11Buffer *buffer,UINT64 start_offset,UINT flags) { + This->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags); +} +static FORCEINLINE void ID3D11DeviceContext2_UpdateTiles(ID3D11DeviceContext2* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,const D3D11_TILE_REGION_SIZE *dst_region_size,const void *src_data,UINT flags) { + This->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext2_ResizeTilePool(ID3D11DeviceContext2* This,ID3D11Buffer *pool,UINT64 size) { + return This->lpVtbl->ResizeTilePool(This,pool,size); +} +static FORCEINLINE void ID3D11DeviceContext2_TiledResourceBarrier(ID3D11DeviceContext2* This,ID3D11DeviceChild *before_barrier,ID3D11DeviceChild *after_barrier) { + This->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier); +} +static FORCEINLINE WINBOOL ID3D11DeviceContext2_IsAnnotationEnabled(ID3D11DeviceContext2* This) { + return This->lpVtbl->IsAnnotationEnabled(This); +} +static FORCEINLINE void ID3D11DeviceContext2_SetMarkerInt(ID3D11DeviceContext2* This,const WCHAR *label,int data) { + This->lpVtbl->SetMarkerInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext2_BeginEventInt(ID3D11DeviceContext2* This,const WCHAR *label,int data) { + This->lpVtbl->BeginEventInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext2_EndEvent(ID3D11DeviceContext2* This) { + This->lpVtbl->EndEvent(This); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11DeviceContext2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Device2 interface + */ +#ifndef __ID3D11Device2_INTERFACE_DEFINED__ +#define __ID3D11Device2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Device2, 0x9d06dffa, 0xd1e5, 0x4d07, 0x83,0xa8, 0x1b,0xb1,0x23,0xf2,0xf8,0x41); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9d06dffa-d1e5-4d07-83a8-1bb123f2f841") +ID3D11Device2 : public ID3D11Device1 +{ + virtual void STDMETHODCALLTYPE GetImmediateContext2( + ID3D11DeviceContext2 **context) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDeferredContext2( + UINT flags, + ID3D11DeviceContext2 **context) = 0; + + virtual void STDMETHODCALLTYPE GetResourceTiling( + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckMultisampleQualityLevels1( + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Device2, 0x9d06dffa, 0xd1e5, 0x4d07, 0x83,0xa8, 0x1b,0xb1,0x23,0xf2,0xf8,0x41) +#endif +#else +typedef struct ID3D11Device2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Device2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Device2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Device2 *This); + + /*** ID3D11Device methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateBuffer)( + ID3D11Device2 *This, + const D3D11_BUFFER_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Buffer **ppBuffer); + + HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( + ID3D11Device2 *This, + const D3D11_TEXTURE1D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture1D **ppTexture1D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( + ID3D11Device2 *This, + const D3D11_TEXTURE2D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture2D **ppTexture2D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( + ID3D11Device2 *This, + const D3D11_TEXTURE3D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture3D **ppTexture3D); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( + ID3D11Device2 *This, + ID3D11Resource *pResource, + const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, + ID3D11ShaderResourceView **ppSRView); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( + ID3D11Device2 *This, + ID3D11Resource *pResource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, + ID3D11UnorderedAccessView **ppUAView); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( + ID3D11Device2 *This, + ID3D11Resource *pResource, + const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, + ID3D11RenderTargetView **ppRTView); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( + ID3D11Device2 *This, + ID3D11Resource *pResource, + const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, + ID3D11DepthStencilView **ppDepthStencilView); + + HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( + ID3D11Device2 *This, + const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, + UINT NumElements, + const void *pShaderBytecodeWithInputSignature, + SIZE_T BytecodeLength, + ID3D11InputLayout **ppInputLayout); + + HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11VertexShader **ppVertexShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, + UINT NumEntries, + const UINT *pBufferStrides, + UINT NumStrides, + UINT RasterizedStream, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11PixelShader **ppPixelShader); + + HRESULT (STDMETHODCALLTYPE *CreateHullShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11HullShader **ppHullShader); + + HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11DomainShader **ppDomainShader); + + HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( + ID3D11Device2 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11ComputeShader **ppComputeShader); + + HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( + ID3D11Device2 *This, + ID3D11ClassLinkage **ppLinkage); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState)( + ID3D11Device2 *This, + const D3D11_BLEND_DESC *pBlendStateDesc, + ID3D11BlendState **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( + ID3D11Device2 *This, + const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, + ID3D11DepthStencilState **ppDepthStencilState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( + ID3D11Device2 *This, + const D3D11_RASTERIZER_DESC *pRasterizerDesc, + ID3D11RasterizerState **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( + ID3D11Device2 *This, + const D3D11_SAMPLER_DESC *pSamplerDesc, + ID3D11SamplerState **ppSamplerState); + + HRESULT (STDMETHODCALLTYPE *CreateQuery)( + ID3D11Device2 *This, + const D3D11_QUERY_DESC *pQueryDesc, + ID3D11Query **ppQuery); + + HRESULT (STDMETHODCALLTYPE *CreatePredicate)( + ID3D11Device2 *This, + const D3D11_QUERY_DESC *pPredicateDesc, + ID3D11Predicate **ppPredicate); + + HRESULT (STDMETHODCALLTYPE *CreateCounter)( + ID3D11Device2 *This, + const D3D11_COUNTER_DESC *pCounterDesc, + ID3D11Counter **ppCounter); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( + ID3D11Device2 *This, + UINT ContextFlags, + ID3D11DeviceContext **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( + ID3D11Device2 *This, + HANDLE hResource, + REFIID ReturnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( + ID3D11Device2 *This, + DXGI_FORMAT Format, + UINT *pFormatSupport); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( + ID3D11Device2 *This, + DXGI_FORMAT Format, + UINT SampleCount, + UINT *pNumQualityLevels); + + void (STDMETHODCALLTYPE *CheckCounterInfo)( + ID3D11Device2 *This, + D3D11_COUNTER_INFO *pCounterInfo); + + HRESULT (STDMETHODCALLTYPE *CheckCounter)( + ID3D11Device2 *This, + const D3D11_COUNTER_DESC *pDesc, + D3D11_COUNTER_TYPE *pType, + UINT *pActiveCounters, + LPSTR szName, + UINT *pNameLength, + LPSTR szUnits, + UINT *pUnitsLength, + LPSTR szDescription, + UINT *pDescriptionLength); + + HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( + ID3D11Device2 *This, + D3D11_FEATURE Feature, + void *pFeatureSupportData, + UINT FeatureSupportDataSize); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Device2 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Device2 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Device2 *This, + REFGUID guid, + const IUnknown *pData); + + D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( + ID3D11Device2 *This); + + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + ID3D11Device2 *This); + + HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( + ID3D11Device2 *This); + + void (STDMETHODCALLTYPE *GetImmediateContext)( + ID3D11Device2 *This, + ID3D11DeviceContext **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( + ID3D11Device2 *This, + UINT RaiseFlags); + + UINT (STDMETHODCALLTYPE *GetExceptionMode)( + ID3D11Device2 *This); + + /*** ID3D11Device1 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext1)( + ID3D11Device2 *This, + ID3D11DeviceContext1 **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext1)( + ID3D11Device2 *This, + UINT ContextFlags, + ID3D11DeviceContext1 **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( + ID3D11Device2 *This, + const D3D11_BLEND_DESC1 *pBlendStateDesc, + ID3D11BlendState1 **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState1)( + ID3D11Device2 *This, + const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, + ID3D11RasterizerState1 **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateDeviceContextState)( + ID3D11Device2 *This, + UINT Flags, + const D3D_FEATURE_LEVEL *pFeatureLevels, + UINT FeatureLevels, + UINT SDKVersion, + REFIID EmulatedInterface, + D3D_FEATURE_LEVEL *pChosenFeatureLevel, + ID3DDeviceContextState **ppContextState); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource1)( + ID3D11Device2 *This, + HANDLE hResource, + REFIID returnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResourceByName)( + ID3D11Device2 *This, + LPCWSTR lpName, + DWORD dwDesiredAccess, + REFIID returnedInterface, + void **ppResource); + + /*** ID3D11Device2 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext2)( + ID3D11Device2 *This, + ID3D11DeviceContext2 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext2)( + ID3D11Device2 *This, + UINT flags, + ID3D11DeviceContext2 **context); + + void (STDMETHODCALLTYPE *GetResourceTiling)( + ID3D11Device2 *This, + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels1)( + ID3D11Device2 *This, + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count); + + END_INTERFACE +} ID3D11Device2Vtbl; + +interface ID3D11Device2 { + CONST_VTBL ID3D11Device2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Device2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Device2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Device2_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11Device methods ***/ +#define ID3D11Device2_CreateBuffer(This,pDesc,pInitialData,ppBuffer) (This)->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer) +#define ID3D11Device2_CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) (This)->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) +#define ID3D11Device2_CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) (This)->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) +#define ID3D11Device2_CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) (This)->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) +#define ID3D11Device2_CreateShaderResourceView(This,pResource,pDesc,ppSRView) (This)->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView) +#define ID3D11Device2_CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) (This)->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) +#define ID3D11Device2_CreateRenderTargetView(This,pResource,pDesc,ppRTView) (This)->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView) +#define ID3D11Device2_CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) +#define ID3D11Device2_CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) +#define ID3D11Device2_CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) +#define ID3D11Device2_CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) +#define ID3D11Device2_CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) +#define ID3D11Device2_CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) (This)->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) +#define ID3D11Device2_CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) (This)->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) +#define ID3D11Device2_CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) (This)->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) +#define ID3D11Device2_CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) (This)->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) +#define ID3D11Device2_CreateClassLinkage(This,ppLinkage) (This)->lpVtbl->CreateClassLinkage(This,ppLinkage) +#define ID3D11Device2_CreateBlendState(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device2_CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) (This)->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) +#define ID3D11Device2_CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device2_CreateSamplerState(This,pSamplerDesc,ppSamplerState) (This)->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState) +#define ID3D11Device2_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery) +#define ID3D11Device2_CreatePredicate(This,pPredicateDesc,ppPredicate) (This)->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate) +#define ID3D11Device2_CreateCounter(This,pCounterDesc,ppCounter) (This)->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter) +#define ID3D11Device2_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext) +#define ID3D11Device2_OpenSharedResource(This,hResource,ReturnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource) +#define ID3D11Device2_CheckFormatSupport(This,Format,pFormatSupport) (This)->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport) +#define ID3D11Device2_CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) (This)->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) +#define ID3D11Device2_CheckCounterInfo(This,pCounterInfo) (This)->lpVtbl->CheckCounterInfo(This,pCounterInfo) +#define ID3D11Device2_CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) (This)->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) +#define ID3D11Device2_CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) (This)->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) +#define ID3D11Device2_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Device2_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Device2_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +#define ID3D11Device2_GetFeatureLevel(This) (This)->lpVtbl->GetFeatureLevel(This) +#define ID3D11Device2_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +#define ID3D11Device2_GetDeviceRemovedReason(This) (This)->lpVtbl->GetDeviceRemovedReason(This) +#define ID3D11Device2_GetImmediateContext(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext(This,ppImmediateContext) +#define ID3D11Device2_SetExceptionMode(This,RaiseFlags) (This)->lpVtbl->SetExceptionMode(This,RaiseFlags) +#define ID3D11Device2_GetExceptionMode(This) (This)->lpVtbl->GetExceptionMode(This) +/*** ID3D11Device1 methods ***/ +#define ID3D11Device2_GetImmediateContext1(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext1(This,ppImmediateContext) +#define ID3D11Device2_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext) +#define ID3D11Device2_CreateBlendState1(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device2_CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device2_CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) (This)->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) +#define ID3D11Device2_OpenSharedResource1(This,hResource,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource) +#define ID3D11Device2_OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) +/*** ID3D11Device2 methods ***/ +#define ID3D11Device2_GetImmediateContext2(This,context) (This)->lpVtbl->GetImmediateContext2(This,context) +#define ID3D11Device2_CreateDeferredContext2(This,flags,context) (This)->lpVtbl->CreateDeferredContext2(This,flags,context) +#define ID3D11Device2_GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) (This)->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) +#define ID3D11Device2_CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) (This)->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Device2_QueryInterface(ID3D11Device2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Device2_AddRef(ID3D11Device2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Device2_Release(ID3D11Device2* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11Device methods ***/ +static FORCEINLINE HRESULT ID3D11Device2_CreateBuffer(ID3D11Device2* This,const D3D11_BUFFER_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Buffer **ppBuffer) { + return This->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateTexture1D(ID3D11Device2* This,const D3D11_TEXTURE1D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture1D **ppTexture1D) { + return This->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateTexture2D(ID3D11Device2* This,const D3D11_TEXTURE2D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture2D **ppTexture2D) { + return This->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateTexture3D(ID3D11Device2* This,const D3D11_TEXTURE3D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture3D **ppTexture3D) { + return This->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateShaderResourceView(ID3D11Device2* This,ID3D11Resource *pResource,const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc,ID3D11ShaderResourceView **ppSRView) { + return This->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateUnorderedAccessView(ID3D11Device2* This,ID3D11Resource *pResource,const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc,ID3D11UnorderedAccessView **ppUAView) { + return This->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateRenderTargetView(ID3D11Device2* This,ID3D11Resource *pResource,const D3D11_RENDER_TARGET_VIEW_DESC *pDesc,ID3D11RenderTargetView **ppRTView) { + return This->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDepthStencilView(ID3D11Device2* This,ID3D11Resource *pResource,const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc,ID3D11DepthStencilView **ppDepthStencilView) { + return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateInputLayout(ID3D11Device2* This,const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs,UINT NumElements,const void *pShaderBytecodeWithInputSignature,SIZE_T BytecodeLength,ID3D11InputLayout **ppInputLayout) { + return This->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateVertexShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11VertexShader **ppVertexShader) { + return This->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateGeometryShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateGeometryShaderWithStreamOutput(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,const D3D11_SO_DECLARATION_ENTRY *pSODeclaration,UINT NumEntries,const UINT *pBufferStrides,UINT NumStrides,UINT RasterizedStream,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreatePixelShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11PixelShader **ppPixelShader) { + return This->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateHullShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11HullShader **ppHullShader) { + return This->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDomainShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11DomainShader **ppDomainShader) { + return This->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateComputeShader(ID3D11Device2* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11ComputeShader **ppComputeShader) { + return This->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateClassLinkage(ID3D11Device2* This,ID3D11ClassLinkage **ppLinkage) { + return This->lpVtbl->CreateClassLinkage(This,ppLinkage); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateBlendState(ID3D11Device2* This,const D3D11_BLEND_DESC *pBlendStateDesc,ID3D11BlendState **ppBlendState) { + return This->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDepthStencilState(ID3D11Device2* This,const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc,ID3D11DepthStencilState **ppDepthStencilState) { + return This->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateRasterizerState(ID3D11Device2* This,const D3D11_RASTERIZER_DESC *pRasterizerDesc,ID3D11RasterizerState **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateSamplerState(ID3D11Device2* This,const D3D11_SAMPLER_DESC *pSamplerDesc,ID3D11SamplerState **ppSamplerState) { + return This->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateQuery(ID3D11Device2* This,const D3D11_QUERY_DESC *pQueryDesc,ID3D11Query **ppQuery) { + return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery); +} +static FORCEINLINE HRESULT ID3D11Device2_CreatePredicate(ID3D11Device2* This,const D3D11_QUERY_DESC *pPredicateDesc,ID3D11Predicate **ppPredicate) { + return This->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateCounter(ID3D11Device2* This,const D3D11_COUNTER_DESC *pCounterDesc,ID3D11Counter **ppCounter) { + return This->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDeferredContext(ID3D11Device2* This,UINT ContextFlags,ID3D11DeviceContext **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device2_OpenSharedResource(ID3D11Device2* This,HANDLE hResource,REFIID ReturnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device2_CheckFormatSupport(ID3D11Device2* This,DXGI_FORMAT Format,UINT *pFormatSupport) { + return This->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport); +} +static FORCEINLINE HRESULT ID3D11Device2_CheckMultisampleQualityLevels(ID3D11Device2* This,DXGI_FORMAT Format,UINT SampleCount,UINT *pNumQualityLevels) { + return This->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels); +} +static FORCEINLINE void ID3D11Device2_CheckCounterInfo(ID3D11Device2* This,D3D11_COUNTER_INFO *pCounterInfo) { + This->lpVtbl->CheckCounterInfo(This,pCounterInfo); +} +static FORCEINLINE HRESULT ID3D11Device2_CheckCounter(ID3D11Device2* This,const D3D11_COUNTER_DESC *pDesc,D3D11_COUNTER_TYPE *pType,UINT *pActiveCounters,LPSTR szName,UINT *pNameLength,LPSTR szUnits,UINT *pUnitsLength,LPSTR szDescription,UINT *pDescriptionLength) { + return This->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength); +} +static FORCEINLINE HRESULT ID3D11Device2_CheckFeatureSupport(ID3D11Device2* This,D3D11_FEATURE Feature,void *pFeatureSupportData,UINT FeatureSupportDataSize) { + return This->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize); +} +static FORCEINLINE HRESULT ID3D11Device2_GetPrivateData(ID3D11Device2* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device2_SetPrivateData(ID3D11Device2* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device2_SetPrivateDataInterface(ID3D11Device2* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +static FORCEINLINE D3D_FEATURE_LEVEL ID3D11Device2_GetFeatureLevel(ID3D11Device2* This) { + return This->lpVtbl->GetFeatureLevel(This); +} +static FORCEINLINE UINT ID3D11Device2_GetCreationFlags(ID3D11Device2* This) { + return This->lpVtbl->GetCreationFlags(This); +} +static FORCEINLINE HRESULT ID3D11Device2_GetDeviceRemovedReason(ID3D11Device2* This) { + return This->lpVtbl->GetDeviceRemovedReason(This); +} +static FORCEINLINE void ID3D11Device2_GetImmediateContext(ID3D11Device2* This,ID3D11DeviceContext **ppImmediateContext) { + This->lpVtbl->GetImmediateContext(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device2_SetExceptionMode(ID3D11Device2* This,UINT RaiseFlags) { + return This->lpVtbl->SetExceptionMode(This,RaiseFlags); +} +static FORCEINLINE UINT ID3D11Device2_GetExceptionMode(ID3D11Device2* This) { + return This->lpVtbl->GetExceptionMode(This); +} +/*** ID3D11Device1 methods ***/ +static FORCEINLINE void ID3D11Device2_GetImmediateContext1(ID3D11Device2* This,ID3D11DeviceContext1 **ppImmediateContext) { + This->lpVtbl->GetImmediateContext1(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDeferredContext1(ID3D11Device2* This,UINT ContextFlags,ID3D11DeviceContext1 **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateBlendState1(ID3D11Device2* This,const D3D11_BLEND_DESC1 *pBlendStateDesc,ID3D11BlendState1 **ppBlendState) { + return This->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateRasterizerState1(ID3D11Device2* This,const D3D11_RASTERIZER_DESC1 *pRasterizerDesc,ID3D11RasterizerState1 **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDeviceContextState(ID3D11Device2* This,UINT Flags,const D3D_FEATURE_LEVEL *pFeatureLevels,UINT FeatureLevels,UINT SDKVersion,REFIID EmulatedInterface,D3D_FEATURE_LEVEL *pChosenFeatureLevel,ID3DDeviceContextState **ppContextState) { + return This->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState); +} +static FORCEINLINE HRESULT ID3D11Device2_OpenSharedResource1(ID3D11Device2* This,HANDLE hResource,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device2_OpenSharedResourceByName(ID3D11Device2* This,LPCWSTR lpName,DWORD dwDesiredAccess,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource); +} +/*** ID3D11Device2 methods ***/ +static FORCEINLINE void ID3D11Device2_GetImmediateContext2(ID3D11Device2* This,ID3D11DeviceContext2 **context) { + This->lpVtbl->GetImmediateContext2(This,context); +} +static FORCEINLINE HRESULT ID3D11Device2_CreateDeferredContext2(ID3D11Device2* This,UINT flags,ID3D11DeviceContext2 **context) { + return This->lpVtbl->CreateDeferredContext2(This,flags,context); +} +static FORCEINLINE void ID3D11Device2_GetResourceTiling(ID3D11Device2* This,ID3D11Resource *resource,UINT *tile_count,D3D11_PACKED_MIP_DESC *mip_desc,D3D11_TILE_SHAPE *tile_shape,UINT *subresource_tiling_count,UINT first_subresource_tiling,D3D11_SUBRESOURCE_TILING *subresource_tiling) { + This->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling); +} +static FORCEINLINE HRESULT ID3D11Device2_CheckMultisampleQualityLevels1(ID3D11Device2* This,DXGI_FORMAT format,UINT sample_count,UINT flags,UINT *quality_level_count) { + return This->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Device2_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __d3d11_2_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_2.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_2.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_2.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_2.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,173 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; +import "ocidl.idl"; +import "dxgi1_3.idl"; +import "d3dcommon.idl"; +import "d3d11_1.idl"; + +const UINT D3D11_PACKED_TILE = 0xffffffff; + +typedef enum D3D11_TILE_MAPPING_FLAG +{ + D3D11_TILE_MAPPING_NO_OVERWRITE = 0x1, +} D3D11_TILE_MAPPING_FLAG; + +typedef enum D3D11_TILE_RANGE_FLAG +{ + D3D11_TILE_RANGE_NULL = 0x1, + D3D11_TILE_RANGE_SKIP = 0x2, + D3D11_TILE_RANGE_REUSE_SINGLE_TILE = 0x4, +} D3D11_TILE_RANGE_FLAG; + +typedef enum D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG +{ + D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_TILED_RESOURCE = 0x1, +} D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG; + +typedef enum D3D11_TILE_COPY_FLAG +{ + D3D11_TILE_COPY_NO_OVERWRITE = 0x1, + D3D11_TILE_COPY_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE = 0x2, + D3D11_TILE_COPY_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER = 0x4, +} D3D11_TILE_COPY_FLAG; + +typedef struct D3D11_TILED_RESOURCE_COORDINATE +{ + UINT X; + UINT Y; + UINT Z; + UINT Subresource; +} D3D11_TILED_RESOURCE_COORDINATE; + +typedef struct D3D11_TILE_REGION_SIZE +{ + UINT NumTiles; + BOOL bUseBox; + UINT Width; + UINT16 Height; + UINT16 Depth; +} D3D11_TILE_REGION_SIZE; + +typedef struct D3D11_SUBRESOURCE_TILING +{ + UINT WidthInTiles; + UINT16 HeightInTiles; + UINT16 DepthInTiles; + UINT StartTileIndexInOverallResource; +} D3D11_SUBRESOURCE_TILING; + +typedef struct D3D11_TILE_SHAPE +{ + UINT WidthInTexels; + UINT HeightInTexels; + UINT DepthInTexels; +} D3D11_TILE_SHAPE; + +typedef struct D3D11_PACKED_MIP_DESC +{ + UINT8 NumStandardMips; + UINT8 NumPackedMips; + UINT NumTilesForPackedMips; + UINT StartTileIndexInOverallResource; +} D3D11_PACKED_MIP_DESC; + +[ + uuid(420d5b32-b90c-4da4-bef0-359f6a24a83a), + object, + local, + pointer_default(unique) +] +interface ID3D11DeviceContext2 : ID3D11DeviceContext1 +{ + HRESULT UpdateTileMappings( + ID3D11Resource *resource, + UINT region_count, + const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates, + const D3D11_TILE_REGION_SIZE *region_sizes, + ID3D11Buffer *pool, + UINT range_count, + const UINT *range_flags, + const UINT *pool_start_offsets, + const UINT *range_tile_counts, + UINT flags + ); + HRESULT CopyTileMappings( + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + ID3D11Resource *src_resource, + const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate, + const D3D11_TILE_REGION_SIZE *region_size, + UINT flags + ); + void CopyTiles( + ID3D11Resource *resource, + const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate, + const D3D11_TILE_REGION_SIZE *size, + ID3D11Buffer *buffer, + UINT64 start_offset, + UINT flags + ); + void UpdateTiles( + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + const D3D11_TILE_REGION_SIZE *dst_region_size, + const void *src_data, + UINT flags + ); + HRESULT ResizeTilePool( + ID3D11Buffer *pool, + UINT64 size + ); + void TiledResourceBarrier( + ID3D11DeviceChild *before_barrier, + ID3D11DeviceChild *after_barrier + ); + BOOL IsAnnotationEnabled(); + void SetMarkerInt(const WCHAR *label, int data); + void BeginEventInt(const WCHAR *label, int data); + void EndEvent(); +} + +[ + uuid(9d06dffa-d1e5-4d07-83a8-1bb123f2f841), + object, + local, + pointer_default(unique) +] +interface ID3D11Device2 : ID3D11Device1 +{ + void GetImmediateContext2(ID3D11DeviceContext2 **context); + HRESULT CreateDeferredContext2(UINT flags, ID3D11DeviceContext2 **context); + void GetResourceTiling( + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling + ); + HRESULT CheckMultisampleQualityLevels1( + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_3.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_3.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_3.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_3.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5236 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11_3.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __d3d11_3_h__ +#define __d3d11_3_h__ + +/* Forward declarations */ + +#ifndef __ID3D11Texture2D1_FWD_DEFINED__ +#define __ID3D11Texture2D1_FWD_DEFINED__ +typedef interface ID3D11Texture2D1 ID3D11Texture2D1; +#ifdef __cplusplus +interface ID3D11Texture2D1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Texture3D1_FWD_DEFINED__ +#define __ID3D11Texture3D1_FWD_DEFINED__ +typedef interface ID3D11Texture3D1 ID3D11Texture3D1; +#ifdef __cplusplus +interface ID3D11Texture3D1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11RasterizerState2_FWD_DEFINED__ +#define __ID3D11RasterizerState2_FWD_DEFINED__ +typedef interface ID3D11RasterizerState2 ID3D11RasterizerState2; +#ifdef __cplusplus +interface ID3D11RasterizerState2; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11ShaderResourceView1_FWD_DEFINED__ +#define __ID3D11ShaderResourceView1_FWD_DEFINED__ +typedef interface ID3D11ShaderResourceView1 ID3D11ShaderResourceView1; +#ifdef __cplusplus +interface ID3D11ShaderResourceView1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11RenderTargetView1_FWD_DEFINED__ +#define __ID3D11RenderTargetView1_FWD_DEFINED__ +typedef interface ID3D11RenderTargetView1 ID3D11RenderTargetView1; +#ifdef __cplusplus +interface ID3D11RenderTargetView1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11UnorderedAccessView1_FWD_DEFINED__ +#define __ID3D11UnorderedAccessView1_FWD_DEFINED__ +typedef interface ID3D11UnorderedAccessView1 ID3D11UnorderedAccessView1; +#ifdef __cplusplus +interface ID3D11UnorderedAccessView1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Query1_FWD_DEFINED__ +#define __ID3D11Query1_FWD_DEFINED__ +typedef interface ID3D11Query1 ID3D11Query1; +#ifdef __cplusplus +interface ID3D11Query1; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11DeviceContext3_FWD_DEFINED__ +#define __ID3D11DeviceContext3_FWD_DEFINED__ +typedef interface ID3D11DeviceContext3 ID3D11DeviceContext3; +#ifdef __cplusplus +interface ID3D11DeviceContext3; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Fence_FWD_DEFINED__ +#define __ID3D11Fence_FWD_DEFINED__ +typedef interface ID3D11Fence ID3D11Fence; +#ifdef __cplusplus +interface ID3D11Fence; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11DeviceContext4_FWD_DEFINED__ +#define __ID3D11DeviceContext4_FWD_DEFINED__ +typedef interface ID3D11DeviceContext4 ID3D11DeviceContext4; +#ifdef __cplusplus +interface ID3D11DeviceContext4; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Device3_FWD_DEFINED__ +#define __ID3D11Device3_FWD_DEFINED__ +typedef interface ID3D11Device3 ID3D11Device3; +#ifdef __cplusplus +interface ID3D11Device3; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum D3D11_CONTEXT_TYPE { + D3D11_CONTEXT_TYPE_ALL = 0x0, + D3D11_CONTEXT_TYPE_3D = 0x1, + D3D11_CONTEXT_TYPE_COMPUTE = 0x2, + D3D11_CONTEXT_TYPE_COPY = 0x3, + D3D11_CONTEXT_TYPE_VIDEO = 0x4 +} D3D11_CONTEXT_TYPE; +typedef enum D3D11_TEXTURE_LAYOUT { + D3D11_TEXTURE_LAYOUT_UNDEFINED = 0x0, + D3D11_TEXTURE_LAYOUT_ROW_MAJOR = 0x1, + D3D11_TEXTURE_LAYOUT_64K_STANDARD_SWIZZLE = 0x2 +} D3D11_TEXTURE_LAYOUT; +typedef enum D3D11_CONSERVATIVE_RASTERIZATION_MODE { + D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF = 0x0, + D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON = 0x1 +} D3D11_CONSERVATIVE_RASTERIZATION_MODE; +typedef enum D3D11_FENCE_FLAG { + D3D11_FENCE_FLAG_NONE = 0x1, + D3D11_FENCE_FLAG_SHARED = 0x2, + D3D11_FENCE_FLAG_SHARED_CROSS_ADAPTER = 0x4 +} D3D11_FENCE_FLAG; +typedef struct D3D11_TEXTURE2D_DESC1 { + UINT Width; + UINT Height; + UINT MipLevels; + UINT ArraySize; + DXGI_FORMAT Format; + DXGI_SAMPLE_DESC SampleDesc; + D3D11_USAGE Usage; + UINT BindFlags; + UINT CPUAccessFlags; + UINT MiscFlags; + D3D11_TEXTURE_LAYOUT TextureLayout; +} D3D11_TEXTURE2D_DESC1; +typedef struct D3D11_TEXTURE3D_DESC1 { + UINT Width; + UINT Height; + UINT Depth; + UINT MipLevels; + DXGI_FORMAT Format; + D3D11_USAGE Usage; + UINT BindFlags; + UINT CPUAccessFlags; + UINT MiscFlags; + D3D11_TEXTURE_LAYOUT TextureLayout; +} D3D11_TEXTURE3D_DESC1; +typedef struct D3D11_RASTERIZER_DESC2 { + D3D11_FILL_MODE FillMode; + D3D11_CULL_MODE CullMode; + WINBOOL FrontCounterClockwise; + int DepthBias; + float DepthBiasClamp; + float SlopeScaledDepthBias; + WINBOOL DepthClipEnable; + WINBOOL ScissorEnable; + WINBOOL MultisampleEnable; + WINBOOL AntialiasedLineEnable; + UINT ForcedSampleCount; + D3D11_CONSERVATIVE_RASTERIZATION_MODE ConservativeRaster; +} D3D11_RASTERIZER_DESC2; +typedef struct D3D11_TEX2D_SRV1 { + UINT MostDetailedMip; + UINT MipLevels; + UINT PlaneSlice; +} D3D11_TEX2D_SRV1; +typedef struct D3D11_TEX2D_ARRAY_SRV1 { + UINT MostDetailedMip; + UINT MipLevels; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_SRV1; +typedef struct D3D11_SHADER_RESOURCE_VIEW_DESC1 { + DXGI_FORMAT Format; + D3D11_SRV_DIMENSION ViewDimension; + __C89_NAMELESS union { + D3D11_BUFFER_SRV Buffer; + D3D11_TEX1D_SRV Texture1D; + D3D11_TEX1D_ARRAY_SRV Texture1DArray; + D3D11_TEX2D_SRV1 Texture2D; + D3D11_TEX2D_ARRAY_SRV1 Texture2DArray; + D3D11_TEX2DMS_SRV Texture2DMS; + D3D11_TEX2DMS_ARRAY_SRV Texture2DMSArray; + D3D11_TEX3D_SRV Texture3D; + D3D11_TEXCUBE_SRV TextureCube; + D3D11_TEXCUBE_ARRAY_SRV TextureCubeArray; + D3D11_BUFFEREX_SRV BufferEx; + } __C89_NAMELESSUNIONNAME; +} D3D11_SHADER_RESOURCE_VIEW_DESC1; +typedef struct D3D11_TEX2D_RTV1 { + UINT MipSlice; + UINT PlaneSlice; +} D3D11_TEX2D_RTV1; +typedef struct D3D11_TEX2D_ARRAY_RTV1 { + UINT MipSlice; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_RTV1; +typedef struct D3D11_RENDER_TARGET_VIEW_DESC1 { + DXGI_FORMAT Format; + D3D11_RTV_DIMENSION ViewDimension; + __C89_NAMELESS union { + D3D11_BUFFER_RTV Buffer; + D3D11_TEX1D_RTV Texture1D; + D3D11_TEX1D_ARRAY_RTV Texture1DArray; + D3D11_TEX2D_RTV1 Texture2D; + D3D11_TEX2D_ARRAY_RTV1 Texture2DArray; + D3D11_TEX2DMS_RTV Texture2DMS; + D3D11_TEX2DMS_ARRAY_RTV Texture2DMSArray; + D3D11_TEX3D_RTV Texture3D; + } __C89_NAMELESSUNIONNAME; +} D3D11_RENDER_TARGET_VIEW_DESC1; +typedef struct D3D11_TEX2D_UAV1 { + UINT MipSlice; + UINT PlaneSlice; +} D3D11_TEX2D_UAV1; +typedef struct D3D11_TEX2D_ARRAY_UAV1 { + UINT MipSlice; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_UAV1; +typedef struct D3D11_UNORDERED_ACCESS_VIEW_DESC1 { + DXGI_FORMAT Format; + D3D11_UAV_DIMENSION ViewDimension; + __C89_NAMELESS union { + D3D11_BUFFER_UAV Buffer; + D3D11_TEX1D_UAV Texture1D; + D3D11_TEX1D_ARRAY_UAV Texture1DArray; + D3D11_TEX2D_UAV1 Texture2D; + D3D11_TEX2D_ARRAY_UAV1 Texture2DArray; + D3D11_TEX3D_UAV Texture3D; + } __C89_NAMELESSUNIONNAME; +} D3D11_UNORDERED_ACCESS_VIEW_DESC1; +typedef struct D3D11_QUERY_DESC1 { + D3D11_QUERY Query; + UINT MiscFlags; + D3D11_CONTEXT_TYPE ContextType; +} D3D11_QUERY_DESC1; +/***************************************************************************** + * ID3D11Texture2D1 interface + */ +#ifndef __ID3D11Texture2D1_INTERFACE_DEFINED__ +#define __ID3D11Texture2D1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Texture2D1, 0x51218251, 0x1e33, 0x4617, 0x9c,0xcb, 0x4d,0x3a,0x43,0x67,0xe7,0xbb); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("51218251-1e33-4617-9ccb-4d3a4367e7bb") +ID3D11Texture2D1 : public ID3D11Texture2D +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_TEXTURE2D_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Texture2D1, 0x51218251, 0x1e33, 0x4617, 0x9c,0xcb, 0x4d,0x3a,0x43,0x67,0xe7,0xbb) +#endif +#else +typedef struct ID3D11Texture2D1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Texture2D1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Texture2D1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Texture2D1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11Texture2D1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Texture2D1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Texture2D1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Texture2D1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11Resource methods ***/ + void (STDMETHODCALLTYPE *GetType)( + ID3D11Texture2D1 *This, + D3D11_RESOURCE_DIMENSION *pResourceDimension); + + void (STDMETHODCALLTYPE *SetEvictionPriority)( + ID3D11Texture2D1 *This, + UINT EvictionPriority); + + UINT (STDMETHODCALLTYPE *GetEvictionPriority)( + ID3D11Texture2D1 *This); + + /*** ID3D11Texture2D methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11Texture2D1 *This, + D3D11_TEXTURE2D_DESC *pDesc); + + /*** ID3D11Texture2D1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11Texture2D1 *This, + D3D11_TEXTURE2D_DESC1 *desc); + + END_INTERFACE +} ID3D11Texture2D1Vtbl; + +interface ID3D11Texture2D1 { + CONST_VTBL ID3D11Texture2D1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Texture2D1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Texture2D1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Texture2D1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11Texture2D1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11Texture2D1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Texture2D1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Texture2D1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11Resource methods ***/ +#define ID3D11Texture2D1_GetType(This,pResourceDimension) (This)->lpVtbl->GetType(This,pResourceDimension) +#define ID3D11Texture2D1_SetEvictionPriority(This,EvictionPriority) (This)->lpVtbl->SetEvictionPriority(This,EvictionPriority) +#define ID3D11Texture2D1_GetEvictionPriority(This) (This)->lpVtbl->GetEvictionPriority(This) +/*** ID3D11Texture2D methods ***/ +#define ID3D11Texture2D1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11Texture2D1 methods ***/ +#define ID3D11Texture2D1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Texture2D1_QueryInterface(ID3D11Texture2D1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Texture2D1_AddRef(ID3D11Texture2D1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Texture2D1_Release(ID3D11Texture2D1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11Texture2D1_GetDevice(ID3D11Texture2D1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11Texture2D1_GetPrivateData(ID3D11Texture2D1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Texture2D1_SetPrivateData(ID3D11Texture2D1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Texture2D1_SetPrivateDataInterface(ID3D11Texture2D1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11Resource methods ***/ +static FORCEINLINE void ID3D11Texture2D1_GetType(ID3D11Texture2D1* This,D3D11_RESOURCE_DIMENSION *pResourceDimension) { + This->lpVtbl->GetType(This,pResourceDimension); +} +static FORCEINLINE void ID3D11Texture2D1_SetEvictionPriority(ID3D11Texture2D1* This,UINT EvictionPriority) { + This->lpVtbl->SetEvictionPriority(This,EvictionPriority); +} +static FORCEINLINE UINT ID3D11Texture2D1_GetEvictionPriority(ID3D11Texture2D1* This) { + return This->lpVtbl->GetEvictionPriority(This); +} +/*** ID3D11Texture2D methods ***/ +static FORCEINLINE void ID3D11Texture2D1_GetDesc(ID3D11Texture2D1* This,D3D11_TEXTURE2D_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11Texture2D1 methods ***/ +static FORCEINLINE void ID3D11Texture2D1_GetDesc1(ID3D11Texture2D1* This,D3D11_TEXTURE2D_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Texture2D1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Texture3D1 interface + */ +#ifndef __ID3D11Texture3D1_INTERFACE_DEFINED__ +#define __ID3D11Texture3D1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Texture3D1, 0x0c711683, 0x2853, 0x4846, 0x9b,0xb0, 0xf3,0xe6,0x06,0x39,0xe4,0x6a); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("0c711683-2853-4846-9bb0-f3e60639e46a") +ID3D11Texture3D1 : public ID3D11Texture3D +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_TEXTURE3D_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Texture3D1, 0x0c711683, 0x2853, 0x4846, 0x9b,0xb0, 0xf3,0xe6,0x06,0x39,0xe4,0x6a) +#endif +#else +typedef struct ID3D11Texture3D1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Texture3D1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Texture3D1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Texture3D1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11Texture3D1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Texture3D1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Texture3D1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Texture3D1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11Resource methods ***/ + void (STDMETHODCALLTYPE *GetType)( + ID3D11Texture3D1 *This, + D3D11_RESOURCE_DIMENSION *pResourceDimension); + + void (STDMETHODCALLTYPE *SetEvictionPriority)( + ID3D11Texture3D1 *This, + UINT EvictionPriority); + + UINT (STDMETHODCALLTYPE *GetEvictionPriority)( + ID3D11Texture3D1 *This); + + /*** ID3D11Texture3D methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11Texture3D1 *This, + D3D11_TEXTURE3D_DESC *pDesc); + + /*** ID3D11Texture3D1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11Texture3D1 *This, + D3D11_TEXTURE3D_DESC1 *desc); + + END_INTERFACE +} ID3D11Texture3D1Vtbl; + +interface ID3D11Texture3D1 { + CONST_VTBL ID3D11Texture3D1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Texture3D1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Texture3D1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Texture3D1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11Texture3D1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11Texture3D1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Texture3D1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Texture3D1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11Resource methods ***/ +#define ID3D11Texture3D1_GetType(This,pResourceDimension) (This)->lpVtbl->GetType(This,pResourceDimension) +#define ID3D11Texture3D1_SetEvictionPriority(This,EvictionPriority) (This)->lpVtbl->SetEvictionPriority(This,EvictionPriority) +#define ID3D11Texture3D1_GetEvictionPriority(This) (This)->lpVtbl->GetEvictionPriority(This) +/*** ID3D11Texture3D methods ***/ +#define ID3D11Texture3D1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11Texture3D1 methods ***/ +#define ID3D11Texture3D1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Texture3D1_QueryInterface(ID3D11Texture3D1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Texture3D1_AddRef(ID3D11Texture3D1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Texture3D1_Release(ID3D11Texture3D1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11Texture3D1_GetDevice(ID3D11Texture3D1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11Texture3D1_GetPrivateData(ID3D11Texture3D1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Texture3D1_SetPrivateData(ID3D11Texture3D1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Texture3D1_SetPrivateDataInterface(ID3D11Texture3D1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11Resource methods ***/ +static FORCEINLINE void ID3D11Texture3D1_GetType(ID3D11Texture3D1* This,D3D11_RESOURCE_DIMENSION *pResourceDimension) { + This->lpVtbl->GetType(This,pResourceDimension); +} +static FORCEINLINE void ID3D11Texture3D1_SetEvictionPriority(ID3D11Texture3D1* This,UINT EvictionPriority) { + This->lpVtbl->SetEvictionPriority(This,EvictionPriority); +} +static FORCEINLINE UINT ID3D11Texture3D1_GetEvictionPriority(ID3D11Texture3D1* This) { + return This->lpVtbl->GetEvictionPriority(This); +} +/*** ID3D11Texture3D methods ***/ +static FORCEINLINE void ID3D11Texture3D1_GetDesc(ID3D11Texture3D1* This,D3D11_TEXTURE3D_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11Texture3D1 methods ***/ +static FORCEINLINE void ID3D11Texture3D1_GetDesc1(ID3D11Texture3D1* This,D3D11_TEXTURE3D_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Texture3D1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11RasterizerState2 interface + */ +#ifndef __ID3D11RasterizerState2_INTERFACE_DEFINED__ +#define __ID3D11RasterizerState2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11RasterizerState2, 0x6fbd02fb, 0x209f, 0x46c4, 0xb0,0x59, 0x2e,0xd1,0x55,0x86,0xa6,0xac); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("6fbd02fb-209f-46c4-b059-2ed15586a6ac") +ID3D11RasterizerState2 : public ID3D11RasterizerState1 +{ + virtual void STDMETHODCALLTYPE GetDesc2( + D3D11_RASTERIZER_DESC2 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11RasterizerState2, 0x6fbd02fb, 0x209f, 0x46c4, 0xb0,0x59, 0x2e,0xd1,0x55,0x86,0xa6,0xac) +#endif +#else +typedef struct ID3D11RasterizerState2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11RasterizerState2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11RasterizerState2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11RasterizerState2 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11RasterizerState2 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11RasterizerState2 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11RasterizerState2 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11RasterizerState2 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11RasterizerState methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11RasterizerState2 *This, + D3D11_RASTERIZER_DESC *pDesc); + + /*** ID3D11RasterizerState1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11RasterizerState2 *This, + D3D11_RASTERIZER_DESC1 *pDesc); + + /*** ID3D11RasterizerState2 methods ***/ + void (STDMETHODCALLTYPE *GetDesc2)( + ID3D11RasterizerState2 *This, + D3D11_RASTERIZER_DESC2 *desc); + + END_INTERFACE +} ID3D11RasterizerState2Vtbl; + +interface ID3D11RasterizerState2 { + CONST_VTBL ID3D11RasterizerState2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11RasterizerState2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11RasterizerState2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11RasterizerState2_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11RasterizerState2_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11RasterizerState2_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11RasterizerState2_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11RasterizerState2_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11RasterizerState methods ***/ +#define ID3D11RasterizerState2_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11RasterizerState1 methods ***/ +#define ID3D11RasterizerState2_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +/*** ID3D11RasterizerState2 methods ***/ +#define ID3D11RasterizerState2_GetDesc2(This,desc) (This)->lpVtbl->GetDesc2(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11RasterizerState2_QueryInterface(ID3D11RasterizerState2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11RasterizerState2_AddRef(ID3D11RasterizerState2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11RasterizerState2_Release(ID3D11RasterizerState2* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11RasterizerState2_GetDevice(ID3D11RasterizerState2* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11RasterizerState2_GetPrivateData(ID3D11RasterizerState2* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11RasterizerState2_SetPrivateData(ID3D11RasterizerState2* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11RasterizerState2_SetPrivateDataInterface(ID3D11RasterizerState2* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11RasterizerState methods ***/ +static FORCEINLINE void ID3D11RasterizerState2_GetDesc(ID3D11RasterizerState2* This,D3D11_RASTERIZER_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11RasterizerState1 methods ***/ +static FORCEINLINE void ID3D11RasterizerState2_GetDesc1(ID3D11RasterizerState2* This,D3D11_RASTERIZER_DESC1 *pDesc) { + This->lpVtbl->GetDesc1(This,pDesc); +} +/*** ID3D11RasterizerState2 methods ***/ +static FORCEINLINE void ID3D11RasterizerState2_GetDesc2(ID3D11RasterizerState2* This,D3D11_RASTERIZER_DESC2 *desc) { + This->lpVtbl->GetDesc2(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11RasterizerState2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11ShaderResourceView1 interface + */ +#ifndef __ID3D11ShaderResourceView1_INTERFACE_DEFINED__ +#define __ID3D11ShaderResourceView1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11ShaderResourceView1, 0x91308b87, 0x9040, 0x411d, 0x8c,0x67, 0xc3,0x92,0x53,0xce,0x38,0x02); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("91308b87-9040-411d-8c67-c39253ce3802") +ID3D11ShaderResourceView1 : public ID3D11ShaderResourceView +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11ShaderResourceView1, 0x91308b87, 0x9040, 0x411d, 0x8c,0x67, 0xc3,0x92,0x53,0xce,0x38,0x02) +#endif +#else +typedef struct ID3D11ShaderResourceView1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11ShaderResourceView1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11ShaderResourceView1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11ShaderResourceView1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11ShaderResourceView1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11ShaderResourceView1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11ShaderResourceView1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11ShaderResourceView1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11View methods ***/ + void (STDMETHODCALLTYPE *GetResource)( + ID3D11ShaderResourceView1 *This, + ID3D11Resource **ppResource); + + /*** ID3D11ShaderResourceView methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11ShaderResourceView1 *This, + D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc); + + /*** ID3D11ShaderResourceView1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11ShaderResourceView1 *This, + D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc); + + END_INTERFACE +} ID3D11ShaderResourceView1Vtbl; + +interface ID3D11ShaderResourceView1 { + CONST_VTBL ID3D11ShaderResourceView1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11ShaderResourceView1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11ShaderResourceView1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11ShaderResourceView1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11ShaderResourceView1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11ShaderResourceView1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11ShaderResourceView1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11ShaderResourceView1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11View methods ***/ +#define ID3D11ShaderResourceView1_GetResource(This,ppResource) (This)->lpVtbl->GetResource(This,ppResource) +/*** ID3D11ShaderResourceView methods ***/ +#define ID3D11ShaderResourceView1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11ShaderResourceView1 methods ***/ +#define ID3D11ShaderResourceView1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11ShaderResourceView1_QueryInterface(ID3D11ShaderResourceView1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11ShaderResourceView1_AddRef(ID3D11ShaderResourceView1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11ShaderResourceView1_Release(ID3D11ShaderResourceView1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11ShaderResourceView1_GetDevice(ID3D11ShaderResourceView1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11ShaderResourceView1_GetPrivateData(ID3D11ShaderResourceView1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11ShaderResourceView1_SetPrivateData(ID3D11ShaderResourceView1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11ShaderResourceView1_SetPrivateDataInterface(ID3D11ShaderResourceView1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11View methods ***/ +static FORCEINLINE void ID3D11ShaderResourceView1_GetResource(ID3D11ShaderResourceView1* This,ID3D11Resource **ppResource) { + This->lpVtbl->GetResource(This,ppResource); +} +/*** ID3D11ShaderResourceView methods ***/ +static FORCEINLINE void ID3D11ShaderResourceView1_GetDesc(ID3D11ShaderResourceView1* This,D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11ShaderResourceView1 methods ***/ +static FORCEINLINE void ID3D11ShaderResourceView1_GetDesc1(ID3D11ShaderResourceView1* This,D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11ShaderResourceView1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11RenderTargetView1 interface + */ +#ifndef __ID3D11RenderTargetView1_INTERFACE_DEFINED__ +#define __ID3D11RenderTargetView1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11RenderTargetView1, 0xffbe2e23, 0xf011, 0x418a, 0xac,0x56, 0x5c,0xee,0xd7,0xc5,0xb9,0x4b); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ffbe2e23-f011-418a-ac56-5ceed7c5b94b") +ID3D11RenderTargetView1 : public ID3D11RenderTargetView +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_RENDER_TARGET_VIEW_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11RenderTargetView1, 0xffbe2e23, 0xf011, 0x418a, 0xac,0x56, 0x5c,0xee,0xd7,0xc5,0xb9,0x4b) +#endif +#else +typedef struct ID3D11RenderTargetView1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11RenderTargetView1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11RenderTargetView1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11RenderTargetView1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11RenderTargetView1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11RenderTargetView1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11RenderTargetView1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11RenderTargetView1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11View methods ***/ + void (STDMETHODCALLTYPE *GetResource)( + ID3D11RenderTargetView1 *This, + ID3D11Resource **ppResource); + + /*** ID3D11RenderTargetView methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11RenderTargetView1 *This, + D3D11_RENDER_TARGET_VIEW_DESC *pDesc); + + /*** ID3D11RenderTargetView1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11RenderTargetView1 *This, + D3D11_RENDER_TARGET_VIEW_DESC1 *desc); + + END_INTERFACE +} ID3D11RenderTargetView1Vtbl; + +interface ID3D11RenderTargetView1 { + CONST_VTBL ID3D11RenderTargetView1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11RenderTargetView1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11RenderTargetView1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11RenderTargetView1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11RenderTargetView1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11RenderTargetView1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11RenderTargetView1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11RenderTargetView1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11View methods ***/ +#define ID3D11RenderTargetView1_GetResource(This,ppResource) (This)->lpVtbl->GetResource(This,ppResource) +/*** ID3D11RenderTargetView methods ***/ +#define ID3D11RenderTargetView1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11RenderTargetView1 methods ***/ +#define ID3D11RenderTargetView1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11RenderTargetView1_QueryInterface(ID3D11RenderTargetView1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11RenderTargetView1_AddRef(ID3D11RenderTargetView1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11RenderTargetView1_Release(ID3D11RenderTargetView1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11RenderTargetView1_GetDevice(ID3D11RenderTargetView1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11RenderTargetView1_GetPrivateData(ID3D11RenderTargetView1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11RenderTargetView1_SetPrivateData(ID3D11RenderTargetView1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11RenderTargetView1_SetPrivateDataInterface(ID3D11RenderTargetView1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11View methods ***/ +static FORCEINLINE void ID3D11RenderTargetView1_GetResource(ID3D11RenderTargetView1* This,ID3D11Resource **ppResource) { + This->lpVtbl->GetResource(This,ppResource); +} +/*** ID3D11RenderTargetView methods ***/ +static FORCEINLINE void ID3D11RenderTargetView1_GetDesc(ID3D11RenderTargetView1* This,D3D11_RENDER_TARGET_VIEW_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11RenderTargetView1 methods ***/ +static FORCEINLINE void ID3D11RenderTargetView1_GetDesc1(ID3D11RenderTargetView1* This,D3D11_RENDER_TARGET_VIEW_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11RenderTargetView1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11UnorderedAccessView1 interface + */ +#ifndef __ID3D11UnorderedAccessView1_INTERFACE_DEFINED__ +#define __ID3D11UnorderedAccessView1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11UnorderedAccessView1, 0x7b3b6153, 0xa886, 0x4544, 0xab,0x37, 0x65,0x37,0xc8,0x50,0x04,0x03); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("7b3b6153-a886-4544-ab37-6537c8500403") +ID3D11UnorderedAccessView1 : public ID3D11UnorderedAccessView +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11UnorderedAccessView1, 0x7b3b6153, 0xa886, 0x4544, 0xab,0x37, 0x65,0x37,0xc8,0x50,0x04,0x03) +#endif +#else +typedef struct ID3D11UnorderedAccessView1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11UnorderedAccessView1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11UnorderedAccessView1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11UnorderedAccessView1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11UnorderedAccessView1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11UnorderedAccessView1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11UnorderedAccessView1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11UnorderedAccessView1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11View methods ***/ + void (STDMETHODCALLTYPE *GetResource)( + ID3D11UnorderedAccessView1 *This, + ID3D11Resource **ppResource); + + /*** ID3D11UnorderedAccessView methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11UnorderedAccessView1 *This, + D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc); + + /*** ID3D11UnorderedAccessView1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11UnorderedAccessView1 *This, + D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc); + + END_INTERFACE +} ID3D11UnorderedAccessView1Vtbl; + +interface ID3D11UnorderedAccessView1 { + CONST_VTBL ID3D11UnorderedAccessView1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11UnorderedAccessView1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11UnorderedAccessView1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11UnorderedAccessView1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11UnorderedAccessView1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11UnorderedAccessView1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11UnorderedAccessView1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11UnorderedAccessView1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11View methods ***/ +#define ID3D11UnorderedAccessView1_GetResource(This,ppResource) (This)->lpVtbl->GetResource(This,ppResource) +/*** ID3D11UnorderedAccessView methods ***/ +#define ID3D11UnorderedAccessView1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11UnorderedAccessView1 methods ***/ +#define ID3D11UnorderedAccessView1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11UnorderedAccessView1_QueryInterface(ID3D11UnorderedAccessView1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11UnorderedAccessView1_AddRef(ID3D11UnorderedAccessView1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11UnorderedAccessView1_Release(ID3D11UnorderedAccessView1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11UnorderedAccessView1_GetDevice(ID3D11UnorderedAccessView1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11UnorderedAccessView1_GetPrivateData(ID3D11UnorderedAccessView1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11UnorderedAccessView1_SetPrivateData(ID3D11UnorderedAccessView1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11UnorderedAccessView1_SetPrivateDataInterface(ID3D11UnorderedAccessView1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11View methods ***/ +static FORCEINLINE void ID3D11UnorderedAccessView1_GetResource(ID3D11UnorderedAccessView1* This,ID3D11Resource **ppResource) { + This->lpVtbl->GetResource(This,ppResource); +} +/*** ID3D11UnorderedAccessView methods ***/ +static FORCEINLINE void ID3D11UnorderedAccessView1_GetDesc(ID3D11UnorderedAccessView1* This,D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11UnorderedAccessView1 methods ***/ +static FORCEINLINE void ID3D11UnorderedAccessView1_GetDesc1(ID3D11UnorderedAccessView1* This,D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11UnorderedAccessView1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Query1 interface + */ +#ifndef __ID3D11Query1_INTERFACE_DEFINED__ +#define __ID3D11Query1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Query1, 0x631b4766, 0x36dc, 0x461d, 0x8d,0xb6, 0xc4,0x7e,0x13,0xe6,0x09,0x16); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("631b4766-36dc-461d-8db6-c47e13e60916") +ID3D11Query1 : public ID3D11Query +{ + virtual void STDMETHODCALLTYPE GetDesc1( + D3D11_QUERY_DESC1 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Query1, 0x631b4766, 0x36dc, 0x461d, 0x8d,0xb6, 0xc4,0x7e,0x13,0xe6,0x09,0x16) +#endif +#else +typedef struct ID3D11Query1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Query1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Query1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Query1 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11Query1 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Query1 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Query1 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Query1 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11Asynchronous methods ***/ + UINT (STDMETHODCALLTYPE *GetDataSize)( + ID3D11Query1 *This); + + /*** ID3D11Query methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + ID3D11Query1 *This, + D3D11_QUERY_DESC *pDesc); + + /*** ID3D11Query1 methods ***/ + void (STDMETHODCALLTYPE *GetDesc1)( + ID3D11Query1 *This, + D3D11_QUERY_DESC1 *desc); + + END_INTERFACE +} ID3D11Query1Vtbl; + +interface ID3D11Query1 { + CONST_VTBL ID3D11Query1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Query1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Query1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Query1_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11Query1_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11Query1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Query1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Query1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11Asynchronous methods ***/ +#define ID3D11Query1_GetDataSize(This) (This)->lpVtbl->GetDataSize(This) +/*** ID3D11Query methods ***/ +#define ID3D11Query1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) +/*** ID3D11Query1 methods ***/ +#define ID3D11Query1_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Query1_QueryInterface(ID3D11Query1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Query1_AddRef(ID3D11Query1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Query1_Release(ID3D11Query1* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11Query1_GetDevice(ID3D11Query1* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11Query1_GetPrivateData(ID3D11Query1* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Query1_SetPrivateData(ID3D11Query1* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Query1_SetPrivateDataInterface(ID3D11Query1* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11Asynchronous methods ***/ +static FORCEINLINE UINT ID3D11Query1_GetDataSize(ID3D11Query1* This) { + return This->lpVtbl->GetDataSize(This); +} +/*** ID3D11Query methods ***/ +static FORCEINLINE void ID3D11Query1_GetDesc(ID3D11Query1* This,D3D11_QUERY_DESC *pDesc) { + This->lpVtbl->GetDesc(This,pDesc); +} +/*** ID3D11Query1 methods ***/ +static FORCEINLINE void ID3D11Query1_GetDesc1(ID3D11Query1* This,D3D11_QUERY_DESC1 *desc) { + This->lpVtbl->GetDesc1(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Query1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11DeviceContext3 interface + */ +#ifndef __ID3D11DeviceContext3_INTERFACE_DEFINED__ +#define __ID3D11DeviceContext3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11DeviceContext3, 0xb4e3c01d, 0xe79e, 0x4637, 0x91,0xb2, 0x51,0x0e,0x9f,0x4c,0x9b,0x8f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("b4e3c01d-e79e-4637-91b2-510e9f4c9b8f") +ID3D11DeviceContext3 : public ID3D11DeviceContext2 +{ + virtual void STDMETHODCALLTYPE Flush1( + D3D11_CONTEXT_TYPE type, + HANDLE event) = 0; + + virtual void STDMETHODCALLTYPE SetHardwareProtectionState( + WINBOOL enable) = 0; + + virtual void STDMETHODCALLTYPE GetHardwareProtectionState( + WINBOOL *enable) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11DeviceContext3, 0xb4e3c01d, 0xe79e, 0x4637, 0x91,0xb2, 0x51,0x0e,0x9f,0x4c,0x9b,0x8f) +#endif +#else +typedef struct ID3D11DeviceContext3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11DeviceContext3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11DeviceContext3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11DeviceContext3 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11DeviceContext3 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11DeviceContext3 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11DeviceContext3 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11DeviceContext3 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11DeviceContext methods ***/ + void (STDMETHODCALLTYPE *VSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11PixelShader *pPixelShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *PSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *VSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11VertexShader *pVertexShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DrawIndexed)( + ID3D11DeviceContext3 *This, + UINT IndexCount, + UINT StartIndexLocation, + INT BaseVertexLocation); + + void (STDMETHODCALLTYPE *Draw)( + ID3D11DeviceContext3 *This, + UINT VertexCount, + UINT StartVertexLocation); + + HRESULT (STDMETHODCALLTYPE *Map)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pResource, + UINT Subresource, + D3D11_MAP MapType, + UINT MapFlags, + D3D11_MAPPED_SUBRESOURCE *pMappedResource); + + void (STDMETHODCALLTYPE *Unmap)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pResource, + UINT Subresource); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *IASetInputLayout)( + ID3D11DeviceContext3 *This, + ID3D11InputLayout *pInputLayout); + + void (STDMETHODCALLTYPE *IASetVertexBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppVertexBuffers, + const UINT *pStrides, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *IASetIndexBuffer)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pIndexBuffer, + DXGI_FORMAT Format, + UINT Offset); + + void (STDMETHODCALLTYPE *DrawIndexedInstanced)( + ID3D11DeviceContext3 *This, + UINT IndexCountPerInstance, + UINT InstanceCount, + UINT StartIndexLocation, + INT BaseVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *DrawInstanced)( + ID3D11DeviceContext3 *This, + UINT VertexCountPerInstance, + UINT InstanceCount, + UINT StartVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11GeometryShader *pShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( + ID3D11DeviceContext3 *This, + D3D11_PRIMITIVE_TOPOLOGY Topology); + + void (STDMETHODCALLTYPE *VSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *Begin)( + ID3D11DeviceContext3 *This, + ID3D11Asynchronous *pAsync); + + void (STDMETHODCALLTYPE *End)( + ID3D11DeviceContext3 *This, + ID3D11Asynchronous *pAsync); + + HRESULT (STDMETHODCALLTYPE *GetData)( + ID3D11DeviceContext3 *This, + ID3D11Asynchronous *pAsync, + void *pData, + UINT DataSize, + UINT GetDataFlags); + + void (STDMETHODCALLTYPE *SetPredication)( + ID3D11DeviceContext3 *This, + ID3D11Predicate *pPredicate, + WINBOOL PredicateValue); + + void (STDMETHODCALLTYPE *GSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *OMSetRenderTargets)( + ID3D11DeviceContext3 *This, + UINT NumViews, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView); + + void (STDMETHODCALLTYPE *OMSetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext3 *This, + UINT NumRTVs, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *OMSetBlendState)( + ID3D11DeviceContext3 *This, + ID3D11BlendState *pBlendState, + const FLOAT BlendFactor[4], + UINT SampleMask); + + void (STDMETHODCALLTYPE *OMSetDepthStencilState)( + ID3D11DeviceContext3 *This, + ID3D11DepthStencilState *pDepthStencilState, + UINT StencilRef); + + void (STDMETHODCALLTYPE *SOSetTargets)( + ID3D11DeviceContext3 *This, + UINT NumBuffers, + ID3D11Buffer *const *ppSOTargets, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *DrawAuto)( + ID3D11DeviceContext3 *This); + + void (STDMETHODCALLTYPE *DrawIndexedInstancedIndirect)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *DrawInstancedIndirect)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *Dispatch)( + ID3D11DeviceContext3 *This, + UINT ThreadGroupCountX, + UINT ThreadGroupCountY, + UINT ThreadGroupCountZ); + + void (STDMETHODCALLTYPE *DispatchIndirect)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *RSSetState)( + ID3D11DeviceContext3 *This, + ID3D11RasterizerState *pRasterizerState); + + void (STDMETHODCALLTYPE *RSSetViewports)( + ID3D11DeviceContext3 *This, + UINT NumViewports, + const D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSSetScissorRects)( + ID3D11DeviceContext3 *This, + UINT NumRects, + const D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *CopySubresourceRegion)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox); + + void (STDMETHODCALLTYPE *CopyResource)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + ID3D11Resource *pSrcResource); + + void (STDMETHODCALLTYPE *UpdateSubresource)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch); + + void (STDMETHODCALLTYPE *CopyStructureCount)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pDstBuffer, + UINT DstAlignedByteOffset, + ID3D11UnorderedAccessView *pSrcView); + + void (STDMETHODCALLTYPE *ClearRenderTargetView)( + ID3D11DeviceContext3 *This, + ID3D11RenderTargetView *pRenderTargetView, + const FLOAT ColorRGBA[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)( + ID3D11DeviceContext3 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const UINT Values[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)( + ID3D11DeviceContext3 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const FLOAT Values[4]); + + void (STDMETHODCALLTYPE *ClearDepthStencilView)( + ID3D11DeviceContext3 *This, + ID3D11DepthStencilView *pDepthStencilView, + UINT ClearFlags, + FLOAT Depth, + UINT8 Stencil); + + void (STDMETHODCALLTYPE *GenerateMips)( + ID3D11DeviceContext3 *This, + ID3D11ShaderResourceView *pShaderResourceView); + + void (STDMETHODCALLTYPE *SetResourceMinLOD)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pResource, + FLOAT MinLOD); + + FLOAT (STDMETHODCALLTYPE *GetResourceMinLOD)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *ResolveSubresource)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + DXGI_FORMAT Format); + + void (STDMETHODCALLTYPE *ExecuteCommandList)( + ID3D11DeviceContext3 *This, + ID3D11CommandList *pCommandList, + WINBOOL RestoreContextState); + + void (STDMETHODCALLTYPE *HSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11HullShader *pHullShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *HSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11DomainShader *pDomainShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSSetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSSetUnorderedAccessViews)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *CSSetShader)( + ID3D11DeviceContext3 *This, + ID3D11ComputeShader *pComputeShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *CSSetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11PixelShader **ppPixelShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *VSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11VertexShader **ppVertexShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *IAGetInputLayout)( + ID3D11DeviceContext3 *This, + ID3D11InputLayout **ppInputLayout); + + void (STDMETHODCALLTYPE *IAGetVertexBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppVertexBuffers, + UINT *pStrides, + UINT *pOffsets); + + void (STDMETHODCALLTYPE *IAGetIndexBuffer)( + ID3D11DeviceContext3 *This, + ID3D11Buffer **pIndexBuffer, + DXGI_FORMAT *Format, + UINT *Offset); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11GeometryShader **ppGeometryShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( + ID3D11DeviceContext3 *This, + D3D11_PRIMITIVE_TOPOLOGY *pTopology); + + void (STDMETHODCALLTYPE *VSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *GetPredication)( + ID3D11DeviceContext3 *This, + ID3D11Predicate **ppPredicate, + WINBOOL *pPredicateValue); + + void (STDMETHODCALLTYPE *GSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *OMGetRenderTargets)( + ID3D11DeviceContext3 *This, + UINT NumViews, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView); + + void (STDMETHODCALLTYPE *OMGetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext3 *This, + UINT NumRTVs, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *OMGetBlendState)( + ID3D11DeviceContext3 *This, + ID3D11BlendState **ppBlendState, + FLOAT BlendFactor[4], + UINT *pSampleMask); + + void (STDMETHODCALLTYPE *OMGetDepthStencilState)( + ID3D11DeviceContext3 *This, + ID3D11DepthStencilState **ppDepthStencilState, + UINT *pStencilRef); + + void (STDMETHODCALLTYPE *SOGetTargets)( + ID3D11DeviceContext3 *This, + UINT NumBuffers, + ID3D11Buffer **ppSOTargets); + + void (STDMETHODCALLTYPE *RSGetState)( + ID3D11DeviceContext3 *This, + ID3D11RasterizerState **ppRasterizerState); + + void (STDMETHODCALLTYPE *RSGetViewports)( + ID3D11DeviceContext3 *This, + UINT *pNumViewports, + D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSGetScissorRects)( + ID3D11DeviceContext3 *This, + UINT *pNumRects, + D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *HSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11HullShader **ppHullShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *HSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11DomainShader **ppDomainShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *DSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSGetShaderResources)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSGetUnorderedAccessViews)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *CSGetShader)( + ID3D11DeviceContext3 *This, + ID3D11ComputeShader **ppComputeShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *CSGetSamplers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *ClearState)( + ID3D11DeviceContext3 *This); + + void (STDMETHODCALLTYPE *Flush)( + ID3D11DeviceContext3 *This); + + D3D11_DEVICE_CONTEXT_TYPE (STDMETHODCALLTYPE *GetType)( + ID3D11DeviceContext3 *This); + + UINT (STDMETHODCALLTYPE *GetContextFlags)( + ID3D11DeviceContext3 *This); + + HRESULT (STDMETHODCALLTYPE *FinishCommandList)( + ID3D11DeviceContext3 *This, + WINBOOL RestoreDeferredContextState, + ID3D11CommandList **ppCommandList); + + /*** ID3D11DeviceContext1 methods ***/ + void (STDMETHODCALLTYPE *CopySubresourceRegion1)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *UpdateSubresource1)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *DiscardResource)( + ID3D11DeviceContext3 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *DiscardView)( + ID3D11DeviceContext3 *This, + ID3D11View *pResourceView); + + void (STDMETHODCALLTYPE *VSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers1)( + ID3D11DeviceContext3 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *SwapDeviceContextState)( + ID3D11DeviceContext3 *This, + ID3DDeviceContextState *pState, + ID3DDeviceContextState **ppPreviousState); + + void (STDMETHODCALLTYPE *ClearView)( + ID3D11DeviceContext3 *This, + ID3D11View *pView, + const FLOAT Color[4], + const D3D11_RECT *pRect, + UINT NumRects); + + void (STDMETHODCALLTYPE *DiscardView1)( + ID3D11DeviceContext3 *This, + ID3D11View *pResourceView, + const D3D11_RECT *pRects, + UINT NumRects); + + /*** ID3D11DeviceContext2 methods ***/ + HRESULT (STDMETHODCALLTYPE *UpdateTileMappings)( + ID3D11DeviceContext3 *This, + ID3D11Resource *resource, + UINT region_count, + const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates, + const D3D11_TILE_REGION_SIZE *region_sizes, + ID3D11Buffer *pool, + UINT range_count, + const UINT *range_flags, + const UINT *pool_start_offsets, + const UINT *range_tile_counts, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *CopyTileMappings)( + ID3D11DeviceContext3 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + ID3D11Resource *src_resource, + const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate, + const D3D11_TILE_REGION_SIZE *region_size, + UINT flags); + + void (STDMETHODCALLTYPE *CopyTiles)( + ID3D11DeviceContext3 *This, + ID3D11Resource *resource, + const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate, + const D3D11_TILE_REGION_SIZE *size, + ID3D11Buffer *buffer, + UINT64 start_offset, + UINT flags); + + void (STDMETHODCALLTYPE *UpdateTiles)( + ID3D11DeviceContext3 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + const D3D11_TILE_REGION_SIZE *dst_region_size, + const void *src_data, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTilePool)( + ID3D11DeviceContext3 *This, + ID3D11Buffer *pool, + UINT64 size); + + void (STDMETHODCALLTYPE *TiledResourceBarrier)( + ID3D11DeviceContext3 *This, + ID3D11DeviceChild *before_barrier, + ID3D11DeviceChild *after_barrier); + + WINBOOL (STDMETHODCALLTYPE *IsAnnotationEnabled)( + ID3D11DeviceContext3 *This); + + void (STDMETHODCALLTYPE *SetMarkerInt)( + ID3D11DeviceContext3 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *BeginEventInt)( + ID3D11DeviceContext3 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *EndEvent)( + ID3D11DeviceContext3 *This); + + /*** ID3D11DeviceContext3 methods ***/ + void (STDMETHODCALLTYPE *Flush1)( + ID3D11DeviceContext3 *This, + D3D11_CONTEXT_TYPE type, + HANDLE event); + + void (STDMETHODCALLTYPE *SetHardwareProtectionState)( + ID3D11DeviceContext3 *This, + WINBOOL enable); + + void (STDMETHODCALLTYPE *GetHardwareProtectionState)( + ID3D11DeviceContext3 *This, + WINBOOL *enable); + + END_INTERFACE +} ID3D11DeviceContext3Vtbl; + +interface ID3D11DeviceContext3 { + CONST_VTBL ID3D11DeviceContext3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11DeviceContext3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11DeviceContext3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11DeviceContext3_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11DeviceContext3_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11DeviceContext3_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11DeviceContext3_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11DeviceContext3_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11DeviceContext methods ***/ +#define ID3D11DeviceContext3_VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) (This)->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) +#define ID3D11DeviceContext3_Draw(This,VertexCount,StartVertexLocation) (This)->lpVtbl->Draw(This,VertexCount,StartVertexLocation) +#define ID3D11DeviceContext3_Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) (This)->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) +#define ID3D11DeviceContext3_Unmap(This,pResource,Subresource) (This)->lpVtbl->Unmap(This,pResource,Subresource) +#define ID3D11DeviceContext3_PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_IASetInputLayout(This,pInputLayout) (This)->lpVtbl->IASetInputLayout(This,pInputLayout) +#define ID3D11DeviceContext3_IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext3_IASetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext3_DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext3_DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext3_GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_GSSetShader(This,pShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_IASetPrimitiveTopology(This,Topology) (This)->lpVtbl->IASetPrimitiveTopology(This,Topology) +#define ID3D11DeviceContext3_VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_Begin(This,pAsync) (This)->lpVtbl->Begin(This,pAsync) +#define ID3D11DeviceContext3_End(This,pAsync) (This)->lpVtbl->End(This,pAsync) +#define ID3D11DeviceContext3_GetData(This,pAsync,pData,DataSize,GetDataFlags) (This)->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags) +#define ID3D11DeviceContext3_SetPredication(This,pPredicate,PredicateValue) (This)->lpVtbl->SetPredication(This,pPredicate,PredicateValue) +#define ID3D11DeviceContext3_GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) (This)->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) +#define ID3D11DeviceContext3_OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext3_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) +#define ID3D11DeviceContext3_OMSetDepthStencilState(This,pDepthStencilState,StencilRef) (This)->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef) +#define ID3D11DeviceContext3_SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) (This)->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) +#define ID3D11DeviceContext3_DrawAuto(This) (This)->lpVtbl->DrawAuto(This) +#define ID3D11DeviceContext3_DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext3_DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext3_Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) (This)->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) +#define ID3D11DeviceContext3_DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext3_RSSetState(This,pRasterizerState) (This)->lpVtbl->RSSetState(This,pRasterizerState) +#define ID3D11DeviceContext3_RSSetViewports(This,NumViewports,pViewports) (This)->lpVtbl->RSSetViewports(This,NumViewports,pViewports) +#define ID3D11DeviceContext3_RSSetScissorRects(This,NumRects,pRects) (This)->lpVtbl->RSSetScissorRects(This,NumRects,pRects) +#define ID3D11DeviceContext3_CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) (This)->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) +#define ID3D11DeviceContext3_CopyResource(This,pDstResource,pSrcResource) (This)->lpVtbl->CopyResource(This,pDstResource,pSrcResource) +#define ID3D11DeviceContext3_UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) (This)->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) +#define ID3D11DeviceContext3_CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) (This)->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) +#define ID3D11DeviceContext3_ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) (This)->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) +#define ID3D11DeviceContext3_ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext3_ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext3_ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) (This)->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) +#define ID3D11DeviceContext3_GenerateMips(This,pShaderResourceView) (This)->lpVtbl->GenerateMips(This,pShaderResourceView) +#define ID3D11DeviceContext3_SetResourceMinLOD(This,pResource,MinLOD) (This)->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD) +#define ID3D11DeviceContext3_GetResourceMinLOD(This,pResource) (This)->lpVtbl->GetResourceMinLOD(This,pResource) +#define ID3D11DeviceContext3_ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) (This)->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) +#define ID3D11DeviceContext3_ExecuteCommandList(This,pCommandList,RestoreContextState) (This)->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState) +#define ID3D11DeviceContext3_HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext3_CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext3_CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_IAGetInputLayout(This,ppInputLayout) (This)->lpVtbl->IAGetInputLayout(This,ppInputLayout) +#define ID3D11DeviceContext3_IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext3_IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext3_GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_IAGetPrimitiveTopology(This,pTopology) (This)->lpVtbl->IAGetPrimitiveTopology(This,pTopology) +#define ID3D11DeviceContext3_VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_GetPredication(This,ppPredicate,pPredicateValue) (This)->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue) +#define ID3D11DeviceContext3_GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) (This)->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) +#define ID3D11DeviceContext3_OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext3_OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) (This)->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) +#define ID3D11DeviceContext3_OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) (This)->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) +#define ID3D11DeviceContext3_SOGetTargets(This,NumBuffers,ppSOTargets) (This)->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets) +#define ID3D11DeviceContext3_RSGetState(This,ppRasterizerState) (This)->lpVtbl->RSGetState(This,ppRasterizerState) +#define ID3D11DeviceContext3_RSGetViewports(This,pNumViewports,pViewports) (This)->lpVtbl->RSGetViewports(This,pNumViewports,pViewports) +#define ID3D11DeviceContext3_RSGetScissorRects(This,pNumRects,pRects) (This)->lpVtbl->RSGetScissorRects(This,pNumRects,pRects) +#define ID3D11DeviceContext3_HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext3_CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext3_CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext3_CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext3_CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext3_ClearState(This) (This)->lpVtbl->ClearState(This) +#define ID3D11DeviceContext3_Flush(This) (This)->lpVtbl->Flush(This) +#define ID3D11DeviceContext3_GetType(This) (This)->lpVtbl->GetType(This) +#define ID3D11DeviceContext3_GetContextFlags(This) (This)->lpVtbl->GetContextFlags(This) +#define ID3D11DeviceContext3_FinishCommandList(This,RestoreDeferredContextState,ppCommandList) (This)->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList) +/*** ID3D11DeviceContext1 methods ***/ +#define ID3D11DeviceContext3_CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) (This)->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) +#define ID3D11DeviceContext3_UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) (This)->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) +#define ID3D11DeviceContext3_DiscardResource(This,pResource) (This)->lpVtbl->DiscardResource(This,pResource) +#define ID3D11DeviceContext3_DiscardView(This,pResourceView) (This)->lpVtbl->DiscardView(This,pResourceView) +#define ID3D11DeviceContext3_VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext3_SwapDeviceContextState(This,pState,ppPreviousState) (This)->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState) +#define ID3D11DeviceContext3_ClearView(This,pView,Color,pRect,NumRects) (This)->lpVtbl->ClearView(This,pView,Color,pRect,NumRects) +#define ID3D11DeviceContext3_DiscardView1(This,pResourceView,pRects,NumRects) (This)->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects) +/*** ID3D11DeviceContext2 methods ***/ +#define ID3D11DeviceContext3_UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) (This)->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) +#define ID3D11DeviceContext3_CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) (This)->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) +#define ID3D11DeviceContext3_CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) (This)->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) +#define ID3D11DeviceContext3_UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) (This)->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) +#define ID3D11DeviceContext3_ResizeTilePool(This,pool,size) (This)->lpVtbl->ResizeTilePool(This,pool,size) +#define ID3D11DeviceContext3_TiledResourceBarrier(This,before_barrier,after_barrier) (This)->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier) +#define ID3D11DeviceContext3_IsAnnotationEnabled(This) (This)->lpVtbl->IsAnnotationEnabled(This) +#define ID3D11DeviceContext3_SetMarkerInt(This,label,data) (This)->lpVtbl->SetMarkerInt(This,label,data) +#define ID3D11DeviceContext3_BeginEventInt(This,label,data) (This)->lpVtbl->BeginEventInt(This,label,data) +#define ID3D11DeviceContext3_EndEvent(This) (This)->lpVtbl->EndEvent(This) +/*** ID3D11DeviceContext3 methods ***/ +#define ID3D11DeviceContext3_Flush1(This,type,event) (This)->lpVtbl->Flush1(This,type,event) +#define ID3D11DeviceContext3_SetHardwareProtectionState(This,enable) (This)->lpVtbl->SetHardwareProtectionState(This,enable) +#define ID3D11DeviceContext3_GetHardwareProtectionState(This,enable) (This)->lpVtbl->GetHardwareProtectionState(This,enable) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext3_QueryInterface(ID3D11DeviceContext3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11DeviceContext3_AddRef(ID3D11DeviceContext3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11DeviceContext3_Release(ID3D11DeviceContext3* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11DeviceContext3_GetDevice(ID3D11DeviceContext3* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_GetPrivateData(ID3D11DeviceContext3* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_SetPrivateData(ID3D11DeviceContext3* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_SetPrivateDataInterface(ID3D11DeviceContext3* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11DeviceContext methods ***/ +static FORCEINLINE void ID3D11DeviceContext3_VSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_PSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_PSSetShader(ID3D11DeviceContext3* This,ID3D11PixelShader *pPixelShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_PSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_VSSetShader(ID3D11DeviceContext3* This,ID3D11VertexShader *pVertexShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawIndexed(ID3D11DeviceContext3* This,UINT IndexCount,UINT StartIndexLocation,INT BaseVertexLocation) { + This->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation); +} +static FORCEINLINE void ID3D11DeviceContext3_Draw(ID3D11DeviceContext3* This,UINT VertexCount,UINT StartVertexLocation) { + This->lpVtbl->Draw(This,VertexCount,StartVertexLocation); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_Map(ID3D11DeviceContext3* This,ID3D11Resource *pResource,UINT Subresource,D3D11_MAP MapType,UINT MapFlags,D3D11_MAPPED_SUBRESOURCE *pMappedResource) { + return This->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource); +} +static FORCEINLINE void ID3D11DeviceContext3_Unmap(ID3D11DeviceContext3* This,ID3D11Resource *pResource,UINT Subresource) { + This->lpVtbl->Unmap(This,pResource,Subresource); +} +static FORCEINLINE void ID3D11DeviceContext3_PSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_IASetInputLayout(ID3D11DeviceContext3* This,ID3D11InputLayout *pInputLayout) { + This->lpVtbl->IASetInputLayout(This,pInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext3_IASetVertexBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppVertexBuffers,const UINT *pStrides,const UINT *pOffsets) { + This->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext3_IASetIndexBuffer(ID3D11DeviceContext3* This,ID3D11Buffer *pIndexBuffer,DXGI_FORMAT Format,UINT Offset) { + This->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawIndexedInstanced(ID3D11DeviceContext3* This,UINT IndexCountPerInstance,UINT InstanceCount,UINT StartIndexLocation,INT BaseVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawInstanced(ID3D11DeviceContext3* This,UINT VertexCountPerInstance,UINT InstanceCount,UINT StartVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext3_GSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_GSSetShader(ID3D11DeviceContext3* This,ID3D11GeometryShader *pShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_IASetPrimitiveTopology(ID3D11DeviceContext3* This,D3D11_PRIMITIVE_TOPOLOGY Topology) { + This->lpVtbl->IASetPrimitiveTopology(This,Topology); +} +static FORCEINLINE void ID3D11DeviceContext3_VSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_VSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_Begin(ID3D11DeviceContext3* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->Begin(This,pAsync); +} +static FORCEINLINE void ID3D11DeviceContext3_End(ID3D11DeviceContext3* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->End(This,pAsync); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_GetData(ID3D11DeviceContext3* This,ID3D11Asynchronous *pAsync,void *pData,UINT DataSize,UINT GetDataFlags) { + return This->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags); +} +static FORCEINLINE void ID3D11DeviceContext3_SetPredication(ID3D11DeviceContext3* This,ID3D11Predicate *pPredicate,WINBOOL PredicateValue) { + This->lpVtbl->SetPredication(This,pPredicate,PredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext3_GSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_GSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_OMSetRenderTargets(ID3D11DeviceContext3* This,UINT NumViews,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView) { + This->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext3_OMSetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext3* This,UINT NumRTVs,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext3_OMSetBlendState(ID3D11DeviceContext3* This,ID3D11BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) { + This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask); +} +static FORCEINLINE void ID3D11DeviceContext3_OMSetDepthStencilState(ID3D11DeviceContext3* This,ID3D11DepthStencilState *pDepthStencilState,UINT StencilRef) { + This->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef); +} +static FORCEINLINE void ID3D11DeviceContext3_SOSetTargets(ID3D11DeviceContext3* This,UINT NumBuffers,ID3D11Buffer *const *ppSOTargets,const UINT *pOffsets) { + This->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawAuto(ID3D11DeviceContext3* This) { + This->lpVtbl->DrawAuto(This); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawIndexedInstancedIndirect(ID3D11DeviceContext3* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext3_DrawInstancedIndirect(ID3D11DeviceContext3* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext3_Dispatch(ID3D11DeviceContext3* This,UINT ThreadGroupCountX,UINT ThreadGroupCountY,UINT ThreadGroupCountZ) { + This->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ); +} +static FORCEINLINE void ID3D11DeviceContext3_DispatchIndirect(ID3D11DeviceContext3* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext3_RSSetState(ID3D11DeviceContext3* This,ID3D11RasterizerState *pRasterizerState) { + This->lpVtbl->RSSetState(This,pRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext3_RSSetViewports(ID3D11DeviceContext3* This,UINT NumViewports,const D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSSetViewports(This,NumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext3_RSSetScissorRects(ID3D11DeviceContext3* This,UINT NumRects,const D3D11_RECT *pRects) { + This->lpVtbl->RSSetScissorRects(This,NumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext3_CopySubresourceRegion(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox) { + This->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox); +} +static FORCEINLINE void ID3D11DeviceContext3_CopyResource(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,ID3D11Resource *pSrcResource) { + This->lpVtbl->CopyResource(This,pDstResource,pSrcResource); +} +static FORCEINLINE void ID3D11DeviceContext3_UpdateSubresource(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch) { + This->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch); +} +static FORCEINLINE void ID3D11DeviceContext3_CopyStructureCount(ID3D11DeviceContext3* This,ID3D11Buffer *pDstBuffer,UINT DstAlignedByteOffset,ID3D11UnorderedAccessView *pSrcView) { + This->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearRenderTargetView(ID3D11DeviceContext3* This,ID3D11RenderTargetView *pRenderTargetView,const FLOAT ColorRGBA[4]) { + This->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearUnorderedAccessViewUint(ID3D11DeviceContext3* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const UINT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearUnorderedAccessViewFloat(ID3D11DeviceContext3* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const FLOAT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearDepthStencilView(ID3D11DeviceContext3* This,ID3D11DepthStencilView *pDepthStencilView,UINT ClearFlags,FLOAT Depth,UINT8 Stencil) { + This->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil); +} +static FORCEINLINE void ID3D11DeviceContext3_GenerateMips(ID3D11DeviceContext3* This,ID3D11ShaderResourceView *pShaderResourceView) { + This->lpVtbl->GenerateMips(This,pShaderResourceView); +} +static FORCEINLINE void ID3D11DeviceContext3_SetResourceMinLOD(ID3D11DeviceContext3* This,ID3D11Resource *pResource,FLOAT MinLOD) { + This->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD); +} +static FORCEINLINE FLOAT ID3D11DeviceContext3_GetResourceMinLOD(ID3D11DeviceContext3* This,ID3D11Resource *pResource) { + return This->lpVtbl->GetResourceMinLOD(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext3_ResolveSubresource(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,UINT DstSubresource,ID3D11Resource *pSrcResource,UINT SrcSubresource,DXGI_FORMAT Format) { + This->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format); +} +static FORCEINLINE void ID3D11DeviceContext3_ExecuteCommandList(ID3D11DeviceContext3* This,ID3D11CommandList *pCommandList,WINBOOL RestoreContextState) { + This->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState); +} +static FORCEINLINE void ID3D11DeviceContext3_HSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_HSSetShader(ID3D11DeviceContext3* This,ID3D11HullShader *pHullShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_HSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_HSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_DSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_DSSetShader(ID3D11DeviceContext3* This,ID3D11DomainShader *pDomainShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_DSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_DSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetUnorderedAccessViews(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetShader(ID3D11DeviceContext3* This,ID3D11ComputeShader *pComputeShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_VSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_PSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_PSGetShader(ID3D11DeviceContext3* This,ID3D11PixelShader **ppPixelShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_PSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_VSGetShader(ID3D11DeviceContext3* This,ID3D11VertexShader **ppVertexShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_PSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_IAGetInputLayout(ID3D11DeviceContext3* This,ID3D11InputLayout **ppInputLayout) { + This->lpVtbl->IAGetInputLayout(This,ppInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext3_IAGetVertexBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppVertexBuffers,UINT *pStrides,UINT *pOffsets) { + This->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext3_IAGetIndexBuffer(ID3D11DeviceContext3* This,ID3D11Buffer **pIndexBuffer,DXGI_FORMAT *Format,UINT *Offset) { + This->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext3_GSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_GSGetShader(ID3D11DeviceContext3* This,ID3D11GeometryShader **ppGeometryShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_IAGetPrimitiveTopology(ID3D11DeviceContext3* This,D3D11_PRIMITIVE_TOPOLOGY *pTopology) { + This->lpVtbl->IAGetPrimitiveTopology(This,pTopology); +} +static FORCEINLINE void ID3D11DeviceContext3_VSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_VSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_GetPredication(ID3D11DeviceContext3* This,ID3D11Predicate **ppPredicate,WINBOOL *pPredicateValue) { + This->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext3_GSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_GSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_OMGetRenderTargets(ID3D11DeviceContext3* This,UINT NumViews,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView) { + This->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext3_OMGetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext3* This,UINT NumRTVs,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext3_OMGetBlendState(ID3D11DeviceContext3* This,ID3D11BlendState **ppBlendState,FLOAT BlendFactor[4],UINT *pSampleMask) { + This->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask); +} +static FORCEINLINE void ID3D11DeviceContext3_OMGetDepthStencilState(ID3D11DeviceContext3* This,ID3D11DepthStencilState **ppDepthStencilState,UINT *pStencilRef) { + This->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef); +} +static FORCEINLINE void ID3D11DeviceContext3_SOGetTargets(ID3D11DeviceContext3* This,UINT NumBuffers,ID3D11Buffer **ppSOTargets) { + This->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets); +} +static FORCEINLINE void ID3D11DeviceContext3_RSGetState(ID3D11DeviceContext3* This,ID3D11RasterizerState **ppRasterizerState) { + This->lpVtbl->RSGetState(This,ppRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext3_RSGetViewports(ID3D11DeviceContext3* This,UINT *pNumViewports,D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSGetViewports(This,pNumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext3_RSGetScissorRects(ID3D11DeviceContext3* This,UINT *pNumRects,D3D11_RECT *pRects) { + This->lpVtbl->RSGetScissorRects(This,pNumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext3_HSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_HSGetShader(ID3D11DeviceContext3* This,ID3D11HullShader **ppHullShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_HSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_HSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_DSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_DSGetShader(ID3D11DeviceContext3* This,ID3D11DomainShader **ppDomainShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_DSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_DSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetShaderResources(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetUnorderedAccessViews(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetShader(ID3D11DeviceContext3* This,ID3D11ComputeShader **ppComputeShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetSamplers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetConstantBuffers(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearState(ID3D11DeviceContext3* This) { + This->lpVtbl->ClearState(This); +} +static FORCEINLINE void ID3D11DeviceContext3_Flush(ID3D11DeviceContext3* This) { + This->lpVtbl->Flush(This); +} +static FORCEINLINE D3D11_DEVICE_CONTEXT_TYPE ID3D11DeviceContext3_GetType(ID3D11DeviceContext3* This) { + return This->lpVtbl->GetType(This); +} +static FORCEINLINE UINT ID3D11DeviceContext3_GetContextFlags(ID3D11DeviceContext3* This) { + return This->lpVtbl->GetContextFlags(This); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_FinishCommandList(ID3D11DeviceContext3* This,WINBOOL RestoreDeferredContextState,ID3D11CommandList **ppCommandList) { + return This->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList); +} +/*** ID3D11DeviceContext1 methods ***/ +static FORCEINLINE void ID3D11DeviceContext3_CopySubresourceRegion1(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox,UINT CopyFlags) { + This->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext3_UpdateSubresource1(ID3D11DeviceContext3* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch,UINT CopyFlags) { + This->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext3_DiscardResource(ID3D11DeviceContext3* This,ID3D11Resource *pResource) { + This->lpVtbl->DiscardResource(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext3_DiscardView(ID3D11DeviceContext3* This,ID3D11View *pResourceView) { + This->lpVtbl->DiscardView(This,pResourceView); +} +static FORCEINLINE void ID3D11DeviceContext3_VSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_HSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_DSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_GSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_PSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_CSSetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_VSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_HSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_DSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_GSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_PSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_CSGetConstantBuffers1(ID3D11DeviceContext3* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext3_SwapDeviceContextState(ID3D11DeviceContext3* This,ID3DDeviceContextState *pState,ID3DDeviceContextState **ppPreviousState) { + This->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState); +} +static FORCEINLINE void ID3D11DeviceContext3_ClearView(ID3D11DeviceContext3* This,ID3D11View *pView,const FLOAT Color[4],const D3D11_RECT *pRect,UINT NumRects) { + This->lpVtbl->ClearView(This,pView,Color,pRect,NumRects); +} +static FORCEINLINE void ID3D11DeviceContext3_DiscardView1(ID3D11DeviceContext3* This,ID3D11View *pResourceView,const D3D11_RECT *pRects,UINT NumRects) { + This->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects); +} +/*** ID3D11DeviceContext2 methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext3_UpdateTileMappings(ID3D11DeviceContext3* This,ID3D11Resource *resource,UINT region_count,const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates,const D3D11_TILE_REGION_SIZE *region_sizes,ID3D11Buffer *pool,UINT range_count,const UINT *range_flags,const UINT *pool_start_offsets,const UINT *range_tile_counts,UINT flags) { + return This->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_CopyTileMappings(ID3D11DeviceContext3* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,ID3D11Resource *src_resource,const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate,const D3D11_TILE_REGION_SIZE *region_size,UINT flags) { + return This->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags); +} +static FORCEINLINE void ID3D11DeviceContext3_CopyTiles(ID3D11DeviceContext3* This,ID3D11Resource *resource,const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate,const D3D11_TILE_REGION_SIZE *size,ID3D11Buffer *buffer,UINT64 start_offset,UINT flags) { + This->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags); +} +static FORCEINLINE void ID3D11DeviceContext3_UpdateTiles(ID3D11DeviceContext3* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,const D3D11_TILE_REGION_SIZE *dst_region_size,const void *src_data,UINT flags) { + This->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext3_ResizeTilePool(ID3D11DeviceContext3* This,ID3D11Buffer *pool,UINT64 size) { + return This->lpVtbl->ResizeTilePool(This,pool,size); +} +static FORCEINLINE void ID3D11DeviceContext3_TiledResourceBarrier(ID3D11DeviceContext3* This,ID3D11DeviceChild *before_barrier,ID3D11DeviceChild *after_barrier) { + This->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier); +} +static FORCEINLINE WINBOOL ID3D11DeviceContext3_IsAnnotationEnabled(ID3D11DeviceContext3* This) { + return This->lpVtbl->IsAnnotationEnabled(This); +} +static FORCEINLINE void ID3D11DeviceContext3_SetMarkerInt(ID3D11DeviceContext3* This,const WCHAR *label,int data) { + This->lpVtbl->SetMarkerInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext3_BeginEventInt(ID3D11DeviceContext3* This,const WCHAR *label,int data) { + This->lpVtbl->BeginEventInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext3_EndEvent(ID3D11DeviceContext3* This) { + This->lpVtbl->EndEvent(This); +} +/*** ID3D11DeviceContext3 methods ***/ +static FORCEINLINE void ID3D11DeviceContext3_Flush1(ID3D11DeviceContext3* This,D3D11_CONTEXT_TYPE type,HANDLE event) { + This->lpVtbl->Flush1(This,type,event); +} +static FORCEINLINE void ID3D11DeviceContext3_SetHardwareProtectionState(ID3D11DeviceContext3* This,WINBOOL enable) { + This->lpVtbl->SetHardwareProtectionState(This,enable); +} +static FORCEINLINE void ID3D11DeviceContext3_GetHardwareProtectionState(ID3D11DeviceContext3* This,WINBOOL *enable) { + This->lpVtbl->GetHardwareProtectionState(This,enable); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11DeviceContext3_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Fence interface + */ +#ifndef __ID3D11Fence_INTERFACE_DEFINED__ +#define __ID3D11Fence_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Fence, 0xaffde9d1, 0x1df7, 0x4bb7, 0x8a,0x34, 0x0f,0x46,0x25,0x1d,0xab,0x80); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("affde9d1-1df7-4bb7-8a34-0f46251dab80") +ID3D11Fence : public ID3D11DeviceChild +{ + virtual HRESULT STDMETHODCALLTYPE CreateSharedHandle( + const SECURITY_ATTRIBUTES *attributes, + DWORD access, + const WCHAR *name, + HANDLE *handle) = 0; + + virtual UINT64 STDMETHODCALLTYPE GetCompletedValue( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetEventOnCompletion( + UINT64 value, + HANDLE event) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Fence, 0xaffde9d1, 0x1df7, 0x4bb7, 0x8a,0x34, 0x0f,0x46,0x25,0x1d,0xab,0x80) +#endif +#else +typedef struct ID3D11FenceVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Fence *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Fence *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Fence *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11Fence *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Fence *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Fence *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Fence *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11Fence methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateSharedHandle)( + ID3D11Fence *This, + const SECURITY_ATTRIBUTES *attributes, + DWORD access, + const WCHAR *name, + HANDLE *handle); + + UINT64 (STDMETHODCALLTYPE *GetCompletedValue)( + ID3D11Fence *This); + + HRESULT (STDMETHODCALLTYPE *SetEventOnCompletion)( + ID3D11Fence *This, + UINT64 value, + HANDLE event); + + END_INTERFACE +} ID3D11FenceVtbl; + +interface ID3D11Fence { + CONST_VTBL ID3D11FenceVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Fence_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Fence_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Fence_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11Fence_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11Fence_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Fence_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Fence_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11Fence methods ***/ +#define ID3D11Fence_CreateSharedHandle(This,attributes,access,name,handle) (This)->lpVtbl->CreateSharedHandle(This,attributes,access,name,handle) +#define ID3D11Fence_GetCompletedValue(This) (This)->lpVtbl->GetCompletedValue(This) +#define ID3D11Fence_SetEventOnCompletion(This,value,event) (This)->lpVtbl->SetEventOnCompletion(This,value,event) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Fence_QueryInterface(ID3D11Fence* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Fence_AddRef(ID3D11Fence* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Fence_Release(ID3D11Fence* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11Fence_GetDevice(ID3D11Fence* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11Fence_GetPrivateData(ID3D11Fence* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Fence_SetPrivateData(ID3D11Fence* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Fence_SetPrivateDataInterface(ID3D11Fence* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11Fence methods ***/ +static FORCEINLINE HRESULT ID3D11Fence_CreateSharedHandle(ID3D11Fence* This,const SECURITY_ATTRIBUTES *attributes,DWORD access,const WCHAR *name,HANDLE *handle) { + return This->lpVtbl->CreateSharedHandle(This,attributes,access,name,handle); +} +static FORCEINLINE UINT64 ID3D11Fence_GetCompletedValue(ID3D11Fence* This) { + return This->lpVtbl->GetCompletedValue(This); +} +static FORCEINLINE HRESULT ID3D11Fence_SetEventOnCompletion(ID3D11Fence* This,UINT64 value,HANDLE event) { + return This->lpVtbl->SetEventOnCompletion(This,value,event); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Fence_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11DeviceContext4 interface + */ +#ifndef __ID3D11DeviceContext4_INTERFACE_DEFINED__ +#define __ID3D11DeviceContext4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11DeviceContext4, 0x917600da, 0xf58c, 0x4c33, 0x98,0xd8, 0x3e,0x15,0xb3,0x90,0xfa,0x24); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("917600da-f58c-4c33-98d8-3e15b390fa24") +ID3D11DeviceContext4 : public ID3D11DeviceContext3 +{ + virtual HRESULT STDMETHODCALLTYPE Signal( + ID3D11Fence *fence, + UINT64 value) = 0; + + virtual HRESULT STDMETHODCALLTYPE Wait( + ID3D11Fence *fence, + UINT64 value) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11DeviceContext4, 0x917600da, 0xf58c, 0x4c33, 0x98,0xd8, 0x3e,0x15,0xb3,0x90,0xfa,0x24) +#endif +#else +typedef struct ID3D11DeviceContext4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11DeviceContext4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11DeviceContext4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11DeviceContext4 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11DeviceContext4 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11DeviceContext4 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11DeviceContext4 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11DeviceContext4 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11DeviceContext methods ***/ + void (STDMETHODCALLTYPE *VSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11PixelShader *pPixelShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *PSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *VSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11VertexShader *pVertexShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DrawIndexed)( + ID3D11DeviceContext4 *This, + UINT IndexCount, + UINT StartIndexLocation, + INT BaseVertexLocation); + + void (STDMETHODCALLTYPE *Draw)( + ID3D11DeviceContext4 *This, + UINT VertexCount, + UINT StartVertexLocation); + + HRESULT (STDMETHODCALLTYPE *Map)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pResource, + UINT Subresource, + D3D11_MAP MapType, + UINT MapFlags, + D3D11_MAPPED_SUBRESOURCE *pMappedResource); + + void (STDMETHODCALLTYPE *Unmap)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pResource, + UINT Subresource); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *IASetInputLayout)( + ID3D11DeviceContext4 *This, + ID3D11InputLayout *pInputLayout); + + void (STDMETHODCALLTYPE *IASetVertexBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppVertexBuffers, + const UINT *pStrides, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *IASetIndexBuffer)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pIndexBuffer, + DXGI_FORMAT Format, + UINT Offset); + + void (STDMETHODCALLTYPE *DrawIndexedInstanced)( + ID3D11DeviceContext4 *This, + UINT IndexCountPerInstance, + UINT InstanceCount, + UINT StartIndexLocation, + INT BaseVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *DrawInstanced)( + ID3D11DeviceContext4 *This, + UINT VertexCountPerInstance, + UINT InstanceCount, + UINT StartVertexLocation, + UINT StartInstanceLocation); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11GeometryShader *pShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( + ID3D11DeviceContext4 *This, + D3D11_PRIMITIVE_TOPOLOGY Topology); + + void (STDMETHODCALLTYPE *VSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *Begin)( + ID3D11DeviceContext4 *This, + ID3D11Asynchronous *pAsync); + + void (STDMETHODCALLTYPE *End)( + ID3D11DeviceContext4 *This, + ID3D11Asynchronous *pAsync); + + HRESULT (STDMETHODCALLTYPE *GetData)( + ID3D11DeviceContext4 *This, + ID3D11Asynchronous *pAsync, + void *pData, + UINT DataSize, + UINT GetDataFlags); + + void (STDMETHODCALLTYPE *SetPredication)( + ID3D11DeviceContext4 *This, + ID3D11Predicate *pPredicate, + WINBOOL PredicateValue); + + void (STDMETHODCALLTYPE *GSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *OMSetRenderTargets)( + ID3D11DeviceContext4 *This, + UINT NumViews, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView); + + void (STDMETHODCALLTYPE *OMSetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext4 *This, + UINT NumRTVs, + ID3D11RenderTargetView *const *ppRenderTargetViews, + ID3D11DepthStencilView *pDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *OMSetBlendState)( + ID3D11DeviceContext4 *This, + ID3D11BlendState *pBlendState, + const FLOAT BlendFactor[4], + UINT SampleMask); + + void (STDMETHODCALLTYPE *OMSetDepthStencilState)( + ID3D11DeviceContext4 *This, + ID3D11DepthStencilState *pDepthStencilState, + UINT StencilRef); + + void (STDMETHODCALLTYPE *SOSetTargets)( + ID3D11DeviceContext4 *This, + UINT NumBuffers, + ID3D11Buffer *const *ppSOTargets, + const UINT *pOffsets); + + void (STDMETHODCALLTYPE *DrawAuto)( + ID3D11DeviceContext4 *This); + + void (STDMETHODCALLTYPE *DrawIndexedInstancedIndirect)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *DrawInstancedIndirect)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *Dispatch)( + ID3D11DeviceContext4 *This, + UINT ThreadGroupCountX, + UINT ThreadGroupCountY, + UINT ThreadGroupCountZ); + + void (STDMETHODCALLTYPE *DispatchIndirect)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pBufferForArgs, + UINT AlignedByteOffsetForArgs); + + void (STDMETHODCALLTYPE *RSSetState)( + ID3D11DeviceContext4 *This, + ID3D11RasterizerState *pRasterizerState); + + void (STDMETHODCALLTYPE *RSSetViewports)( + ID3D11DeviceContext4 *This, + UINT NumViewports, + const D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSSetScissorRects)( + ID3D11DeviceContext4 *This, + UINT NumRects, + const D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *CopySubresourceRegion)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox); + + void (STDMETHODCALLTYPE *CopyResource)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + ID3D11Resource *pSrcResource); + + void (STDMETHODCALLTYPE *UpdateSubresource)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch); + + void (STDMETHODCALLTYPE *CopyStructureCount)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pDstBuffer, + UINT DstAlignedByteOffset, + ID3D11UnorderedAccessView *pSrcView); + + void (STDMETHODCALLTYPE *ClearRenderTargetView)( + ID3D11DeviceContext4 *This, + ID3D11RenderTargetView *pRenderTargetView, + const FLOAT ColorRGBA[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)( + ID3D11DeviceContext4 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const UINT Values[4]); + + void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)( + ID3D11DeviceContext4 *This, + ID3D11UnorderedAccessView *pUnorderedAccessView, + const FLOAT Values[4]); + + void (STDMETHODCALLTYPE *ClearDepthStencilView)( + ID3D11DeviceContext4 *This, + ID3D11DepthStencilView *pDepthStencilView, + UINT ClearFlags, + FLOAT Depth, + UINT8 Stencil); + + void (STDMETHODCALLTYPE *GenerateMips)( + ID3D11DeviceContext4 *This, + ID3D11ShaderResourceView *pShaderResourceView); + + void (STDMETHODCALLTYPE *SetResourceMinLOD)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pResource, + FLOAT MinLOD); + + FLOAT (STDMETHODCALLTYPE *GetResourceMinLOD)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *ResolveSubresource)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + DXGI_FORMAT Format); + + void (STDMETHODCALLTYPE *ExecuteCommandList)( + ID3D11DeviceContext4 *This, + ID3D11CommandList *pCommandList, + WINBOOL RestoreContextState); + + void (STDMETHODCALLTYPE *HSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11HullShader *pHullShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *HSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11DomainShader *pDomainShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *DSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSSetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView *const *ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSSetUnorderedAccessViews)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, + const UINT *pUAVInitialCounts); + + void (STDMETHODCALLTYPE *CSSetShader)( + ID3D11DeviceContext4 *This, + ID3D11ComputeShader *pComputeShader, + ID3D11ClassInstance *const *ppClassInstances, + UINT NumClassInstances); + + void (STDMETHODCALLTYPE *CSSetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState *const *ppSamplers); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *PSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *PSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11PixelShader **ppPixelShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *VSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11VertexShader **ppVertexShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *IAGetInputLayout)( + ID3D11DeviceContext4 *This, + ID3D11InputLayout **ppInputLayout); + + void (STDMETHODCALLTYPE *IAGetVertexBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppVertexBuffers, + UINT *pStrides, + UINT *pOffsets); + + void (STDMETHODCALLTYPE *IAGetIndexBuffer)( + ID3D11DeviceContext4 *This, + ID3D11Buffer **pIndexBuffer, + DXGI_FORMAT *Format, + UINT *Offset); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *GSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11GeometryShader **ppGeometryShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( + ID3D11DeviceContext4 *This, + D3D11_PRIMITIVE_TOPOLOGY *pTopology); + + void (STDMETHODCALLTYPE *VSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *VSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *GetPredication)( + ID3D11DeviceContext4 *This, + ID3D11Predicate **ppPredicate, + WINBOOL *pPredicateValue); + + void (STDMETHODCALLTYPE *GSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *GSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *OMGetRenderTargets)( + ID3D11DeviceContext4 *This, + UINT NumViews, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView); + + void (STDMETHODCALLTYPE *OMGetRenderTargetsAndUnorderedAccessViews)( + ID3D11DeviceContext4 *This, + UINT NumRTVs, + ID3D11RenderTargetView **ppRenderTargetViews, + ID3D11DepthStencilView **ppDepthStencilView, + UINT UAVStartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *OMGetBlendState)( + ID3D11DeviceContext4 *This, + ID3D11BlendState **ppBlendState, + FLOAT BlendFactor[4], + UINT *pSampleMask); + + void (STDMETHODCALLTYPE *OMGetDepthStencilState)( + ID3D11DeviceContext4 *This, + ID3D11DepthStencilState **ppDepthStencilState, + UINT *pStencilRef); + + void (STDMETHODCALLTYPE *SOGetTargets)( + ID3D11DeviceContext4 *This, + UINT NumBuffers, + ID3D11Buffer **ppSOTargets); + + void (STDMETHODCALLTYPE *RSGetState)( + ID3D11DeviceContext4 *This, + ID3D11RasterizerState **ppRasterizerState); + + void (STDMETHODCALLTYPE *RSGetViewports)( + ID3D11DeviceContext4 *This, + UINT *pNumViewports, + D3D11_VIEWPORT *pViewports); + + void (STDMETHODCALLTYPE *RSGetScissorRects)( + ID3D11DeviceContext4 *This, + UINT *pNumRects, + D3D11_RECT *pRects); + + void (STDMETHODCALLTYPE *HSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *HSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11HullShader **ppHullShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *HSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *DSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *DSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11DomainShader **ppDomainShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *DSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *CSGetShaderResources)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumViews, + ID3D11ShaderResourceView **ppShaderResourceViews); + + void (STDMETHODCALLTYPE *CSGetUnorderedAccessViews)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumUAVs, + ID3D11UnorderedAccessView **ppUnorderedAccessViews); + + void (STDMETHODCALLTYPE *CSGetShader)( + ID3D11DeviceContext4 *This, + ID3D11ComputeShader **ppComputeShader, + ID3D11ClassInstance **ppClassInstances, + UINT *pNumClassInstances); + + void (STDMETHODCALLTYPE *CSGetSamplers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumSamplers, + ID3D11SamplerState **ppSamplers); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers); + + void (STDMETHODCALLTYPE *ClearState)( + ID3D11DeviceContext4 *This); + + void (STDMETHODCALLTYPE *Flush)( + ID3D11DeviceContext4 *This); + + D3D11_DEVICE_CONTEXT_TYPE (STDMETHODCALLTYPE *GetType)( + ID3D11DeviceContext4 *This); + + UINT (STDMETHODCALLTYPE *GetContextFlags)( + ID3D11DeviceContext4 *This); + + HRESULT (STDMETHODCALLTYPE *FinishCommandList)( + ID3D11DeviceContext4 *This, + WINBOOL RestoreDeferredContextState, + ID3D11CommandList **ppCommandList); + + /*** ID3D11DeviceContext1 methods ***/ + void (STDMETHODCALLTYPE *CopySubresourceRegion1)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + UINT DstX, + UINT DstY, + UINT DstZ, + ID3D11Resource *pSrcResource, + UINT SrcSubresource, + const D3D11_BOX *pSrcBox, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *UpdateSubresource1)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pDstResource, + UINT DstSubresource, + const D3D11_BOX *pDstBox, + const void *pSrcData, + UINT SrcRowPitch, + UINT SrcDepthPitch, + UINT CopyFlags); + + void (STDMETHODCALLTYPE *DiscardResource)( + ID3D11DeviceContext4 *This, + ID3D11Resource *pResource); + + void (STDMETHODCALLTYPE *DiscardView)( + ID3D11DeviceContext4 *This, + ID3D11View *pResourceView); + + void (STDMETHODCALLTYPE *VSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSSetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer *const *ppConstantBuffers, + const UINT *pFirstConstant, + const UINT *pNumConstants); + + void (STDMETHODCALLTYPE *VSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *HSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *DSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *GSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *PSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *CSGetConstantBuffers1)( + ID3D11DeviceContext4 *This, + UINT StartSlot, + UINT NumBuffers, + ID3D11Buffer **ppConstantBuffers, + UINT *pFirstConstant, + UINT *pNumConstants); + + void (STDMETHODCALLTYPE *SwapDeviceContextState)( + ID3D11DeviceContext4 *This, + ID3DDeviceContextState *pState, + ID3DDeviceContextState **ppPreviousState); + + void (STDMETHODCALLTYPE *ClearView)( + ID3D11DeviceContext4 *This, + ID3D11View *pView, + const FLOAT Color[4], + const D3D11_RECT *pRect, + UINT NumRects); + + void (STDMETHODCALLTYPE *DiscardView1)( + ID3D11DeviceContext4 *This, + ID3D11View *pResourceView, + const D3D11_RECT *pRects, + UINT NumRects); + + /*** ID3D11DeviceContext2 methods ***/ + HRESULT (STDMETHODCALLTYPE *UpdateTileMappings)( + ID3D11DeviceContext4 *This, + ID3D11Resource *resource, + UINT region_count, + const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates, + const D3D11_TILE_REGION_SIZE *region_sizes, + ID3D11Buffer *pool, + UINT range_count, + const UINT *range_flags, + const UINT *pool_start_offsets, + const UINT *range_tile_counts, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *CopyTileMappings)( + ID3D11DeviceContext4 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + ID3D11Resource *src_resource, + const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate, + const D3D11_TILE_REGION_SIZE *region_size, + UINT flags); + + void (STDMETHODCALLTYPE *CopyTiles)( + ID3D11DeviceContext4 *This, + ID3D11Resource *resource, + const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate, + const D3D11_TILE_REGION_SIZE *size, + ID3D11Buffer *buffer, + UINT64 start_offset, + UINT flags); + + void (STDMETHODCALLTYPE *UpdateTiles)( + ID3D11DeviceContext4 *This, + ID3D11Resource *dst_resource, + const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate, + const D3D11_TILE_REGION_SIZE *dst_region_size, + const void *src_data, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTilePool)( + ID3D11DeviceContext4 *This, + ID3D11Buffer *pool, + UINT64 size); + + void (STDMETHODCALLTYPE *TiledResourceBarrier)( + ID3D11DeviceContext4 *This, + ID3D11DeviceChild *before_barrier, + ID3D11DeviceChild *after_barrier); + + WINBOOL (STDMETHODCALLTYPE *IsAnnotationEnabled)( + ID3D11DeviceContext4 *This); + + void (STDMETHODCALLTYPE *SetMarkerInt)( + ID3D11DeviceContext4 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *BeginEventInt)( + ID3D11DeviceContext4 *This, + const WCHAR *label, + int data); + + void (STDMETHODCALLTYPE *EndEvent)( + ID3D11DeviceContext4 *This); + + /*** ID3D11DeviceContext3 methods ***/ + void (STDMETHODCALLTYPE *Flush1)( + ID3D11DeviceContext4 *This, + D3D11_CONTEXT_TYPE type, + HANDLE event); + + void (STDMETHODCALLTYPE *SetHardwareProtectionState)( + ID3D11DeviceContext4 *This, + WINBOOL enable); + + void (STDMETHODCALLTYPE *GetHardwareProtectionState)( + ID3D11DeviceContext4 *This, + WINBOOL *enable); + + /*** ID3D11DeviceContext4 methods ***/ + HRESULT (STDMETHODCALLTYPE *Signal)( + ID3D11DeviceContext4 *This, + ID3D11Fence *fence, + UINT64 value); + + HRESULT (STDMETHODCALLTYPE *Wait)( + ID3D11DeviceContext4 *This, + ID3D11Fence *fence, + UINT64 value); + + END_INTERFACE +} ID3D11DeviceContext4Vtbl; + +interface ID3D11DeviceContext4 { + CONST_VTBL ID3D11DeviceContext4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11DeviceContext4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11DeviceContext4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11DeviceContext4_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11DeviceContext4_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11DeviceContext4_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11DeviceContext4_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11DeviceContext4_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11DeviceContext methods ***/ +#define ID3D11DeviceContext4_VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) (This)->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation) +#define ID3D11DeviceContext4_Draw(This,VertexCount,StartVertexLocation) (This)->lpVtbl->Draw(This,VertexCount,StartVertexLocation) +#define ID3D11DeviceContext4_Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) (This)->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource) +#define ID3D11DeviceContext4_Unmap(This,pResource,Subresource) (This)->lpVtbl->Unmap(This,pResource,Subresource) +#define ID3D11DeviceContext4_PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_IASetInputLayout(This,pInputLayout) (This)->lpVtbl->IASetInputLayout(This,pInputLayout) +#define ID3D11DeviceContext4_IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext4_IASetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext4_DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext4_DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) (This)->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation) +#define ID3D11DeviceContext4_GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_GSSetShader(This,pShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_IASetPrimitiveTopology(This,Topology) (This)->lpVtbl->IASetPrimitiveTopology(This,Topology) +#define ID3D11DeviceContext4_VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_Begin(This,pAsync) (This)->lpVtbl->Begin(This,pAsync) +#define ID3D11DeviceContext4_End(This,pAsync) (This)->lpVtbl->End(This,pAsync) +#define ID3D11DeviceContext4_GetData(This,pAsync,pData,DataSize,GetDataFlags) (This)->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags) +#define ID3D11DeviceContext4_SetPredication(This,pPredicate,PredicateValue) (This)->lpVtbl->SetPredication(This,pPredicate,PredicateValue) +#define ID3D11DeviceContext4_GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) (This)->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) +#define ID3D11DeviceContext4_OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext4_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) +#define ID3D11DeviceContext4_OMSetDepthStencilState(This,pDepthStencilState,StencilRef) (This)->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef) +#define ID3D11DeviceContext4_SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) (This)->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets) +#define ID3D11DeviceContext4_DrawAuto(This) (This)->lpVtbl->DrawAuto(This) +#define ID3D11DeviceContext4_DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext4_DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext4_Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) (This)->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ) +#define ID3D11DeviceContext4_DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) (This)->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs) +#define ID3D11DeviceContext4_RSSetState(This,pRasterizerState) (This)->lpVtbl->RSSetState(This,pRasterizerState) +#define ID3D11DeviceContext4_RSSetViewports(This,NumViewports,pViewports) (This)->lpVtbl->RSSetViewports(This,NumViewports,pViewports) +#define ID3D11DeviceContext4_RSSetScissorRects(This,NumRects,pRects) (This)->lpVtbl->RSSetScissorRects(This,NumRects,pRects) +#define ID3D11DeviceContext4_CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) (This)->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox) +#define ID3D11DeviceContext4_CopyResource(This,pDstResource,pSrcResource) (This)->lpVtbl->CopyResource(This,pDstResource,pSrcResource) +#define ID3D11DeviceContext4_UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) (This)->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch) +#define ID3D11DeviceContext4_CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) (This)->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView) +#define ID3D11DeviceContext4_ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) (This)->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA) +#define ID3D11DeviceContext4_ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext4_ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) (This)->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values) +#define ID3D11DeviceContext4_ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) (This)->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil) +#define ID3D11DeviceContext4_GenerateMips(This,pShaderResourceView) (This)->lpVtbl->GenerateMips(This,pShaderResourceView) +#define ID3D11DeviceContext4_SetResourceMinLOD(This,pResource,MinLOD) (This)->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD) +#define ID3D11DeviceContext4_GetResourceMinLOD(This,pResource) (This)->lpVtbl->GetResourceMinLOD(This,pResource) +#define ID3D11DeviceContext4_ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) (This)->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format) +#define ID3D11DeviceContext4_ExecuteCommandList(This,pCommandList,RestoreContextState) (This)->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState) +#define ID3D11DeviceContext4_HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) (This)->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts) +#define ID3D11DeviceContext4_CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) (This)->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances) +#define ID3D11DeviceContext4_CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_IAGetInputLayout(This,ppInputLayout) (This)->lpVtbl->IAGetInputLayout(This,ppInputLayout) +#define ID3D11DeviceContext4_IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) +#define ID3D11DeviceContext4_IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) +#define ID3D11DeviceContext4_GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_IAGetPrimitiveTopology(This,pTopology) (This)->lpVtbl->IAGetPrimitiveTopology(This,pTopology) +#define ID3D11DeviceContext4_VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_GetPredication(This,ppPredicate,pPredicateValue) (This)->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue) +#define ID3D11DeviceContext4_GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) (This)->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView) +#define ID3D11DeviceContext4_OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext4_OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) (This)->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) +#define ID3D11DeviceContext4_OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) (This)->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef) +#define ID3D11DeviceContext4_SOGetTargets(This,NumBuffers,ppSOTargets) (This)->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets) +#define ID3D11DeviceContext4_RSGetState(This,ppRasterizerState) (This)->lpVtbl->RSGetState(This,ppRasterizerState) +#define ID3D11DeviceContext4_RSGetViewports(This,pNumViewports,pViewports) (This)->lpVtbl->RSGetViewports(This,pNumViewports,pViewports) +#define ID3D11DeviceContext4_RSGetScissorRects(This,pNumRects,pRects) (This)->lpVtbl->RSGetScissorRects(This,pNumRects,pRects) +#define ID3D11DeviceContext4_HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) (This)->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews) +#define ID3D11DeviceContext4_CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) (This)->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews) +#define ID3D11DeviceContext4_CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) (This)->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances) +#define ID3D11DeviceContext4_CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) (This)->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers) +#define ID3D11DeviceContext4_CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) (This)->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers) +#define ID3D11DeviceContext4_ClearState(This) (This)->lpVtbl->ClearState(This) +#define ID3D11DeviceContext4_Flush(This) (This)->lpVtbl->Flush(This) +#define ID3D11DeviceContext4_GetType(This) (This)->lpVtbl->GetType(This) +#define ID3D11DeviceContext4_GetContextFlags(This) (This)->lpVtbl->GetContextFlags(This) +#define ID3D11DeviceContext4_FinishCommandList(This,RestoreDeferredContextState,ppCommandList) (This)->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList) +/*** ID3D11DeviceContext1 methods ***/ +#define ID3D11DeviceContext4_CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) (This)->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags) +#define ID3D11DeviceContext4_UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) (This)->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags) +#define ID3D11DeviceContext4_DiscardResource(This,pResource) (This)->lpVtbl->DiscardResource(This,pResource) +#define ID3D11DeviceContext4_DiscardView(This,pResourceView) (This)->lpVtbl->DiscardView(This,pResourceView) +#define ID3D11DeviceContext4_VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) (This)->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants) +#define ID3D11DeviceContext4_SwapDeviceContextState(This,pState,ppPreviousState) (This)->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState) +#define ID3D11DeviceContext4_ClearView(This,pView,Color,pRect,NumRects) (This)->lpVtbl->ClearView(This,pView,Color,pRect,NumRects) +#define ID3D11DeviceContext4_DiscardView1(This,pResourceView,pRects,NumRects) (This)->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects) +/*** ID3D11DeviceContext2 methods ***/ +#define ID3D11DeviceContext4_UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) (This)->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags) +#define ID3D11DeviceContext4_CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) (This)->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags) +#define ID3D11DeviceContext4_CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) (This)->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags) +#define ID3D11DeviceContext4_UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) (This)->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags) +#define ID3D11DeviceContext4_ResizeTilePool(This,pool,size) (This)->lpVtbl->ResizeTilePool(This,pool,size) +#define ID3D11DeviceContext4_TiledResourceBarrier(This,before_barrier,after_barrier) (This)->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier) +#define ID3D11DeviceContext4_IsAnnotationEnabled(This) (This)->lpVtbl->IsAnnotationEnabled(This) +#define ID3D11DeviceContext4_SetMarkerInt(This,label,data) (This)->lpVtbl->SetMarkerInt(This,label,data) +#define ID3D11DeviceContext4_BeginEventInt(This,label,data) (This)->lpVtbl->BeginEventInt(This,label,data) +#define ID3D11DeviceContext4_EndEvent(This) (This)->lpVtbl->EndEvent(This) +/*** ID3D11DeviceContext3 methods ***/ +#define ID3D11DeviceContext4_Flush1(This,type,event) (This)->lpVtbl->Flush1(This,type,event) +#define ID3D11DeviceContext4_SetHardwareProtectionState(This,enable) (This)->lpVtbl->SetHardwareProtectionState(This,enable) +#define ID3D11DeviceContext4_GetHardwareProtectionState(This,enable) (This)->lpVtbl->GetHardwareProtectionState(This,enable) +/*** ID3D11DeviceContext4 methods ***/ +#define ID3D11DeviceContext4_Signal(This,fence,value) (This)->lpVtbl->Signal(This,fence,value) +#define ID3D11DeviceContext4_Wait(This,fence,value) (This)->lpVtbl->Wait(This,fence,value) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext4_QueryInterface(ID3D11DeviceContext4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11DeviceContext4_AddRef(ID3D11DeviceContext4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11DeviceContext4_Release(ID3D11DeviceContext4* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11DeviceContext4_GetDevice(ID3D11DeviceContext4* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_GetPrivateData(ID3D11DeviceContext4* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_SetPrivateData(ID3D11DeviceContext4* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_SetPrivateDataInterface(ID3D11DeviceContext4* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11DeviceContext methods ***/ +static FORCEINLINE void ID3D11DeviceContext4_VSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->VSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_PSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->PSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_PSSetShader(ID3D11DeviceContext4* This,ID3D11PixelShader *pPixelShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->PSSetShader(This,pPixelShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_PSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->PSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_VSSetShader(ID3D11DeviceContext4* This,ID3D11VertexShader *pVertexShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->VSSetShader(This,pVertexShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawIndexed(ID3D11DeviceContext4* This,UINT IndexCount,UINT StartIndexLocation,INT BaseVertexLocation) { + This->lpVtbl->DrawIndexed(This,IndexCount,StartIndexLocation,BaseVertexLocation); +} +static FORCEINLINE void ID3D11DeviceContext4_Draw(ID3D11DeviceContext4* This,UINT VertexCount,UINT StartVertexLocation) { + This->lpVtbl->Draw(This,VertexCount,StartVertexLocation); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_Map(ID3D11DeviceContext4* This,ID3D11Resource *pResource,UINT Subresource,D3D11_MAP MapType,UINT MapFlags,D3D11_MAPPED_SUBRESOURCE *pMappedResource) { + return This->lpVtbl->Map(This,pResource,Subresource,MapType,MapFlags,pMappedResource); +} +static FORCEINLINE void ID3D11DeviceContext4_Unmap(ID3D11DeviceContext4* This,ID3D11Resource *pResource,UINT Subresource) { + This->lpVtbl->Unmap(This,pResource,Subresource); +} +static FORCEINLINE void ID3D11DeviceContext4_PSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->PSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_IASetInputLayout(ID3D11DeviceContext4* This,ID3D11InputLayout *pInputLayout) { + This->lpVtbl->IASetInputLayout(This,pInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext4_IASetVertexBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppVertexBuffers,const UINT *pStrides,const UINT *pOffsets) { + This->lpVtbl->IASetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext4_IASetIndexBuffer(ID3D11DeviceContext4* This,ID3D11Buffer *pIndexBuffer,DXGI_FORMAT Format,UINT Offset) { + This->lpVtbl->IASetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawIndexedInstanced(ID3D11DeviceContext4* This,UINT IndexCountPerInstance,UINT InstanceCount,UINT StartIndexLocation,INT BaseVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawIndexedInstanced(This,IndexCountPerInstance,InstanceCount,StartIndexLocation,BaseVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawInstanced(ID3D11DeviceContext4* This,UINT VertexCountPerInstance,UINT InstanceCount,UINT StartVertexLocation,UINT StartInstanceLocation) { + This->lpVtbl->DrawInstanced(This,VertexCountPerInstance,InstanceCount,StartVertexLocation,StartInstanceLocation); +} +static FORCEINLINE void ID3D11DeviceContext4_GSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->GSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_GSSetShader(ID3D11DeviceContext4* This,ID3D11GeometryShader *pShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->GSSetShader(This,pShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_IASetPrimitiveTopology(ID3D11DeviceContext4* This,D3D11_PRIMITIVE_TOPOLOGY Topology) { + This->lpVtbl->IASetPrimitiveTopology(This,Topology); +} +static FORCEINLINE void ID3D11DeviceContext4_VSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->VSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_VSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->VSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_Begin(ID3D11DeviceContext4* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->Begin(This,pAsync); +} +static FORCEINLINE void ID3D11DeviceContext4_End(ID3D11DeviceContext4* This,ID3D11Asynchronous *pAsync) { + This->lpVtbl->End(This,pAsync); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_GetData(ID3D11DeviceContext4* This,ID3D11Asynchronous *pAsync,void *pData,UINT DataSize,UINT GetDataFlags) { + return This->lpVtbl->GetData(This,pAsync,pData,DataSize,GetDataFlags); +} +static FORCEINLINE void ID3D11DeviceContext4_SetPredication(ID3D11DeviceContext4* This,ID3D11Predicate *pPredicate,WINBOOL PredicateValue) { + This->lpVtbl->SetPredication(This,pPredicate,PredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext4_GSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->GSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_GSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->GSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_OMSetRenderTargets(ID3D11DeviceContext4* This,UINT NumViews,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView) { + This->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext4_OMSetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext4* This,UINT NumRTVs,ID3D11RenderTargetView *const *ppRenderTargetViews,ID3D11DepthStencilView *pDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->OMSetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,pDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext4_OMSetBlendState(ID3D11DeviceContext4* This,ID3D11BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) { + This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask); +} +static FORCEINLINE void ID3D11DeviceContext4_OMSetDepthStencilState(ID3D11DeviceContext4* This,ID3D11DepthStencilState *pDepthStencilState,UINT StencilRef) { + This->lpVtbl->OMSetDepthStencilState(This,pDepthStencilState,StencilRef); +} +static FORCEINLINE void ID3D11DeviceContext4_SOSetTargets(ID3D11DeviceContext4* This,UINT NumBuffers,ID3D11Buffer *const *ppSOTargets,const UINT *pOffsets) { + This->lpVtbl->SOSetTargets(This,NumBuffers,ppSOTargets,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawAuto(ID3D11DeviceContext4* This) { + This->lpVtbl->DrawAuto(This); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawIndexedInstancedIndirect(ID3D11DeviceContext4* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawIndexedInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext4_DrawInstancedIndirect(ID3D11DeviceContext4* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DrawInstancedIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext4_Dispatch(ID3D11DeviceContext4* This,UINT ThreadGroupCountX,UINT ThreadGroupCountY,UINT ThreadGroupCountZ) { + This->lpVtbl->Dispatch(This,ThreadGroupCountX,ThreadGroupCountY,ThreadGroupCountZ); +} +static FORCEINLINE void ID3D11DeviceContext4_DispatchIndirect(ID3D11DeviceContext4* This,ID3D11Buffer *pBufferForArgs,UINT AlignedByteOffsetForArgs) { + This->lpVtbl->DispatchIndirect(This,pBufferForArgs,AlignedByteOffsetForArgs); +} +static FORCEINLINE void ID3D11DeviceContext4_RSSetState(ID3D11DeviceContext4* This,ID3D11RasterizerState *pRasterizerState) { + This->lpVtbl->RSSetState(This,pRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext4_RSSetViewports(ID3D11DeviceContext4* This,UINT NumViewports,const D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSSetViewports(This,NumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext4_RSSetScissorRects(ID3D11DeviceContext4* This,UINT NumRects,const D3D11_RECT *pRects) { + This->lpVtbl->RSSetScissorRects(This,NumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext4_CopySubresourceRegion(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox) { + This->lpVtbl->CopySubresourceRegion(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox); +} +static FORCEINLINE void ID3D11DeviceContext4_CopyResource(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,ID3D11Resource *pSrcResource) { + This->lpVtbl->CopyResource(This,pDstResource,pSrcResource); +} +static FORCEINLINE void ID3D11DeviceContext4_UpdateSubresource(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch) { + This->lpVtbl->UpdateSubresource(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch); +} +static FORCEINLINE void ID3D11DeviceContext4_CopyStructureCount(ID3D11DeviceContext4* This,ID3D11Buffer *pDstBuffer,UINT DstAlignedByteOffset,ID3D11UnorderedAccessView *pSrcView) { + This->lpVtbl->CopyStructureCount(This,pDstBuffer,DstAlignedByteOffset,pSrcView); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearRenderTargetView(ID3D11DeviceContext4* This,ID3D11RenderTargetView *pRenderTargetView,const FLOAT ColorRGBA[4]) { + This->lpVtbl->ClearRenderTargetView(This,pRenderTargetView,ColorRGBA); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearUnorderedAccessViewUint(ID3D11DeviceContext4* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const UINT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewUint(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearUnorderedAccessViewFloat(ID3D11DeviceContext4* This,ID3D11UnorderedAccessView *pUnorderedAccessView,const FLOAT Values[4]) { + This->lpVtbl->ClearUnorderedAccessViewFloat(This,pUnorderedAccessView,Values); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearDepthStencilView(ID3D11DeviceContext4* This,ID3D11DepthStencilView *pDepthStencilView,UINT ClearFlags,FLOAT Depth,UINT8 Stencil) { + This->lpVtbl->ClearDepthStencilView(This,pDepthStencilView,ClearFlags,Depth,Stencil); +} +static FORCEINLINE void ID3D11DeviceContext4_GenerateMips(ID3D11DeviceContext4* This,ID3D11ShaderResourceView *pShaderResourceView) { + This->lpVtbl->GenerateMips(This,pShaderResourceView); +} +static FORCEINLINE void ID3D11DeviceContext4_SetResourceMinLOD(ID3D11DeviceContext4* This,ID3D11Resource *pResource,FLOAT MinLOD) { + This->lpVtbl->SetResourceMinLOD(This,pResource,MinLOD); +} +static FORCEINLINE FLOAT ID3D11DeviceContext4_GetResourceMinLOD(ID3D11DeviceContext4* This,ID3D11Resource *pResource) { + return This->lpVtbl->GetResourceMinLOD(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext4_ResolveSubresource(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,UINT DstSubresource,ID3D11Resource *pSrcResource,UINT SrcSubresource,DXGI_FORMAT Format) { + This->lpVtbl->ResolveSubresource(This,pDstResource,DstSubresource,pSrcResource,SrcSubresource,Format); +} +static FORCEINLINE void ID3D11DeviceContext4_ExecuteCommandList(ID3D11DeviceContext4* This,ID3D11CommandList *pCommandList,WINBOOL RestoreContextState) { + This->lpVtbl->ExecuteCommandList(This,pCommandList,RestoreContextState); +} +static FORCEINLINE void ID3D11DeviceContext4_HSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->HSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_HSSetShader(ID3D11DeviceContext4* This,ID3D11HullShader *pHullShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->HSSetShader(This,pHullShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_HSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->HSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_HSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->HSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_DSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->DSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_DSSetShader(ID3D11DeviceContext4* This,ID3D11DomainShader *pDomainShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->DSSetShader(This,pDomainShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_DSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->DSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_DSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->DSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView *const *ppShaderResourceViews) { + This->lpVtbl->CSSetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetUnorderedAccessViews(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView *const *ppUnorderedAccessViews,const UINT *pUAVInitialCounts) { + This->lpVtbl->CSSetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews,pUAVInitialCounts); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetShader(ID3D11DeviceContext4* This,ID3D11ComputeShader *pComputeShader,ID3D11ClassInstance *const *ppClassInstances,UINT NumClassInstances) { + This->lpVtbl->CSSetShader(This,pComputeShader,ppClassInstances,NumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState *const *ppSamplers) { + This->lpVtbl->CSSetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers) { + This->lpVtbl->CSSetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_VSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->VSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_PSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->PSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_PSGetShader(ID3D11DeviceContext4* This,ID3D11PixelShader **ppPixelShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->PSGetShader(This,ppPixelShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_PSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->PSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_VSGetShader(ID3D11DeviceContext4* This,ID3D11VertexShader **ppVertexShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->VSGetShader(This,ppVertexShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_PSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->PSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_IAGetInputLayout(ID3D11DeviceContext4* This,ID3D11InputLayout **ppInputLayout) { + This->lpVtbl->IAGetInputLayout(This,ppInputLayout); +} +static FORCEINLINE void ID3D11DeviceContext4_IAGetVertexBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppVertexBuffers,UINT *pStrides,UINT *pOffsets) { + This->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets); +} +static FORCEINLINE void ID3D11DeviceContext4_IAGetIndexBuffer(ID3D11DeviceContext4* This,ID3D11Buffer **pIndexBuffer,DXGI_FORMAT *Format,UINT *Offset) { + This->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset); +} +static FORCEINLINE void ID3D11DeviceContext4_GSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->GSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_GSGetShader(ID3D11DeviceContext4* This,ID3D11GeometryShader **ppGeometryShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->GSGetShader(This,ppGeometryShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_IAGetPrimitiveTopology(ID3D11DeviceContext4* This,D3D11_PRIMITIVE_TOPOLOGY *pTopology) { + This->lpVtbl->IAGetPrimitiveTopology(This,pTopology); +} +static FORCEINLINE void ID3D11DeviceContext4_VSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->VSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_VSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->VSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_GetPredication(ID3D11DeviceContext4* This,ID3D11Predicate **ppPredicate,WINBOOL *pPredicateValue) { + This->lpVtbl->GetPredication(This,ppPredicate,pPredicateValue); +} +static FORCEINLINE void ID3D11DeviceContext4_GSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->GSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_GSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->GSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_OMGetRenderTargets(ID3D11DeviceContext4* This,UINT NumViews,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView) { + This->lpVtbl->OMGetRenderTargets(This,NumViews,ppRenderTargetViews,ppDepthStencilView); +} +static FORCEINLINE void ID3D11DeviceContext4_OMGetRenderTargetsAndUnorderedAccessViews(ID3D11DeviceContext4* This,UINT NumRTVs,ID3D11RenderTargetView **ppRenderTargetViews,ID3D11DepthStencilView **ppDepthStencilView,UINT UAVStartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->OMGetRenderTargetsAndUnorderedAccessViews(This,NumRTVs,ppRenderTargetViews,ppDepthStencilView,UAVStartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext4_OMGetBlendState(ID3D11DeviceContext4* This,ID3D11BlendState **ppBlendState,FLOAT BlendFactor[4],UINT *pSampleMask) { + This->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask); +} +static FORCEINLINE void ID3D11DeviceContext4_OMGetDepthStencilState(ID3D11DeviceContext4* This,ID3D11DepthStencilState **ppDepthStencilState,UINT *pStencilRef) { + This->lpVtbl->OMGetDepthStencilState(This,ppDepthStencilState,pStencilRef); +} +static FORCEINLINE void ID3D11DeviceContext4_SOGetTargets(ID3D11DeviceContext4* This,UINT NumBuffers,ID3D11Buffer **ppSOTargets) { + This->lpVtbl->SOGetTargets(This,NumBuffers,ppSOTargets); +} +static FORCEINLINE void ID3D11DeviceContext4_RSGetState(ID3D11DeviceContext4* This,ID3D11RasterizerState **ppRasterizerState) { + This->lpVtbl->RSGetState(This,ppRasterizerState); +} +static FORCEINLINE void ID3D11DeviceContext4_RSGetViewports(ID3D11DeviceContext4* This,UINT *pNumViewports,D3D11_VIEWPORT *pViewports) { + This->lpVtbl->RSGetViewports(This,pNumViewports,pViewports); +} +static FORCEINLINE void ID3D11DeviceContext4_RSGetScissorRects(ID3D11DeviceContext4* This,UINT *pNumRects,D3D11_RECT *pRects) { + This->lpVtbl->RSGetScissorRects(This,pNumRects,pRects); +} +static FORCEINLINE void ID3D11DeviceContext4_HSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->HSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_HSGetShader(ID3D11DeviceContext4* This,ID3D11HullShader **ppHullShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->HSGetShader(This,ppHullShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_HSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->HSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_HSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->HSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_DSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->DSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_DSGetShader(ID3D11DeviceContext4* This,ID3D11DomainShader **ppDomainShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->DSGetShader(This,ppDomainShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_DSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->DSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_DSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->DSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetShaderResources(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumViews,ID3D11ShaderResourceView **ppShaderResourceViews) { + This->lpVtbl->CSGetShaderResources(This,StartSlot,NumViews,ppShaderResourceViews); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetUnorderedAccessViews(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumUAVs,ID3D11UnorderedAccessView **ppUnorderedAccessViews) { + This->lpVtbl->CSGetUnorderedAccessViews(This,StartSlot,NumUAVs,ppUnorderedAccessViews); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetShader(ID3D11DeviceContext4* This,ID3D11ComputeShader **ppComputeShader,ID3D11ClassInstance **ppClassInstances,UINT *pNumClassInstances) { + This->lpVtbl->CSGetShader(This,ppComputeShader,ppClassInstances,pNumClassInstances); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetSamplers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumSamplers,ID3D11SamplerState **ppSamplers) { + This->lpVtbl->CSGetSamplers(This,StartSlot,NumSamplers,ppSamplers); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetConstantBuffers(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers) { + This->lpVtbl->CSGetConstantBuffers(This,StartSlot,NumBuffers,ppConstantBuffers); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearState(ID3D11DeviceContext4* This) { + This->lpVtbl->ClearState(This); +} +static FORCEINLINE void ID3D11DeviceContext4_Flush(ID3D11DeviceContext4* This) { + This->lpVtbl->Flush(This); +} +static FORCEINLINE D3D11_DEVICE_CONTEXT_TYPE ID3D11DeviceContext4_GetType(ID3D11DeviceContext4* This) { + return This->lpVtbl->GetType(This); +} +static FORCEINLINE UINT ID3D11DeviceContext4_GetContextFlags(ID3D11DeviceContext4* This) { + return This->lpVtbl->GetContextFlags(This); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_FinishCommandList(ID3D11DeviceContext4* This,WINBOOL RestoreDeferredContextState,ID3D11CommandList **ppCommandList) { + return This->lpVtbl->FinishCommandList(This,RestoreDeferredContextState,ppCommandList); +} +/*** ID3D11DeviceContext1 methods ***/ +static FORCEINLINE void ID3D11DeviceContext4_CopySubresourceRegion1(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,UINT DstSubresource,UINT DstX,UINT DstY,UINT DstZ,ID3D11Resource *pSrcResource,UINT SrcSubresource,const D3D11_BOX *pSrcBox,UINT CopyFlags) { + This->lpVtbl->CopySubresourceRegion1(This,pDstResource,DstSubresource,DstX,DstY,DstZ,pSrcResource,SrcSubresource,pSrcBox,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext4_UpdateSubresource1(ID3D11DeviceContext4* This,ID3D11Resource *pDstResource,UINT DstSubresource,const D3D11_BOX *pDstBox,const void *pSrcData,UINT SrcRowPitch,UINT SrcDepthPitch,UINT CopyFlags) { + This->lpVtbl->UpdateSubresource1(This,pDstResource,DstSubresource,pDstBox,pSrcData,SrcRowPitch,SrcDepthPitch,CopyFlags); +} +static FORCEINLINE void ID3D11DeviceContext4_DiscardResource(ID3D11DeviceContext4* This,ID3D11Resource *pResource) { + This->lpVtbl->DiscardResource(This,pResource); +} +static FORCEINLINE void ID3D11DeviceContext4_DiscardView(ID3D11DeviceContext4* This,ID3D11View *pResourceView) { + This->lpVtbl->DiscardView(This,pResourceView); +} +static FORCEINLINE void ID3D11DeviceContext4_VSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->VSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_HSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->HSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_DSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->DSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_GSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->GSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_PSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->PSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_CSSetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer *const *ppConstantBuffers,const UINT *pFirstConstant,const UINT *pNumConstants) { + This->lpVtbl->CSSetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_VSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->VSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_HSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->HSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_DSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->DSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_GSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->GSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_PSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->PSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_CSGetConstantBuffers1(ID3D11DeviceContext4* This,UINT StartSlot,UINT NumBuffers,ID3D11Buffer **ppConstantBuffers,UINT *pFirstConstant,UINT *pNumConstants) { + This->lpVtbl->CSGetConstantBuffers1(This,StartSlot,NumBuffers,ppConstantBuffers,pFirstConstant,pNumConstants); +} +static FORCEINLINE void ID3D11DeviceContext4_SwapDeviceContextState(ID3D11DeviceContext4* This,ID3DDeviceContextState *pState,ID3DDeviceContextState **ppPreviousState) { + This->lpVtbl->SwapDeviceContextState(This,pState,ppPreviousState); +} +static FORCEINLINE void ID3D11DeviceContext4_ClearView(ID3D11DeviceContext4* This,ID3D11View *pView,const FLOAT Color[4],const D3D11_RECT *pRect,UINT NumRects) { + This->lpVtbl->ClearView(This,pView,Color,pRect,NumRects); +} +static FORCEINLINE void ID3D11DeviceContext4_DiscardView1(ID3D11DeviceContext4* This,ID3D11View *pResourceView,const D3D11_RECT *pRects,UINT NumRects) { + This->lpVtbl->DiscardView1(This,pResourceView,pRects,NumRects); +} +/*** ID3D11DeviceContext2 methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext4_UpdateTileMappings(ID3D11DeviceContext4* This,ID3D11Resource *resource,UINT region_count,const D3D11_TILED_RESOURCE_COORDINATE *region_start_coordinates,const D3D11_TILE_REGION_SIZE *region_sizes,ID3D11Buffer *pool,UINT range_count,const UINT *range_flags,const UINT *pool_start_offsets,const UINT *range_tile_counts,UINT flags) { + return This->lpVtbl->UpdateTileMappings(This,resource,region_count,region_start_coordinates,region_sizes,pool,range_count,range_flags,pool_start_offsets,range_tile_counts,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_CopyTileMappings(ID3D11DeviceContext4* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,ID3D11Resource *src_resource,const D3D11_TILED_RESOURCE_COORDINATE *src_start_coordinate,const D3D11_TILE_REGION_SIZE *region_size,UINT flags) { + return This->lpVtbl->CopyTileMappings(This,dst_resource,dst_start_coordinate,src_resource,src_start_coordinate,region_size,flags); +} +static FORCEINLINE void ID3D11DeviceContext4_CopyTiles(ID3D11DeviceContext4* This,ID3D11Resource *resource,const D3D11_TILED_RESOURCE_COORDINATE *start_coordinate,const D3D11_TILE_REGION_SIZE *size,ID3D11Buffer *buffer,UINT64 start_offset,UINT flags) { + This->lpVtbl->CopyTiles(This,resource,start_coordinate,size,buffer,start_offset,flags); +} +static FORCEINLINE void ID3D11DeviceContext4_UpdateTiles(ID3D11DeviceContext4* This,ID3D11Resource *dst_resource,const D3D11_TILED_RESOURCE_COORDINATE *dst_start_coordinate,const D3D11_TILE_REGION_SIZE *dst_region_size,const void *src_data,UINT flags) { + This->lpVtbl->UpdateTiles(This,dst_resource,dst_start_coordinate,dst_region_size,src_data,flags); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_ResizeTilePool(ID3D11DeviceContext4* This,ID3D11Buffer *pool,UINT64 size) { + return This->lpVtbl->ResizeTilePool(This,pool,size); +} +static FORCEINLINE void ID3D11DeviceContext4_TiledResourceBarrier(ID3D11DeviceContext4* This,ID3D11DeviceChild *before_barrier,ID3D11DeviceChild *after_barrier) { + This->lpVtbl->TiledResourceBarrier(This,before_barrier,after_barrier); +} +static FORCEINLINE WINBOOL ID3D11DeviceContext4_IsAnnotationEnabled(ID3D11DeviceContext4* This) { + return This->lpVtbl->IsAnnotationEnabled(This); +} +static FORCEINLINE void ID3D11DeviceContext4_SetMarkerInt(ID3D11DeviceContext4* This,const WCHAR *label,int data) { + This->lpVtbl->SetMarkerInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext4_BeginEventInt(ID3D11DeviceContext4* This,const WCHAR *label,int data) { + This->lpVtbl->BeginEventInt(This,label,data); +} +static FORCEINLINE void ID3D11DeviceContext4_EndEvent(ID3D11DeviceContext4* This) { + This->lpVtbl->EndEvent(This); +} +/*** ID3D11DeviceContext3 methods ***/ +static FORCEINLINE void ID3D11DeviceContext4_Flush1(ID3D11DeviceContext4* This,D3D11_CONTEXT_TYPE type,HANDLE event) { + This->lpVtbl->Flush1(This,type,event); +} +static FORCEINLINE void ID3D11DeviceContext4_SetHardwareProtectionState(ID3D11DeviceContext4* This,WINBOOL enable) { + This->lpVtbl->SetHardwareProtectionState(This,enable); +} +static FORCEINLINE void ID3D11DeviceContext4_GetHardwareProtectionState(ID3D11DeviceContext4* This,WINBOOL *enable) { + This->lpVtbl->GetHardwareProtectionState(This,enable); +} +/*** ID3D11DeviceContext4 methods ***/ +static FORCEINLINE HRESULT ID3D11DeviceContext4_Signal(ID3D11DeviceContext4* This,ID3D11Fence *fence,UINT64 value) { + return This->lpVtbl->Signal(This,fence,value); +} +static FORCEINLINE HRESULT ID3D11DeviceContext4_Wait(ID3D11DeviceContext4* This,ID3D11Fence *fence,UINT64 value) { + return This->lpVtbl->Wait(This,fence,value); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11DeviceContext4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Device3 interface + */ +#ifndef __ID3D11Device3_INTERFACE_DEFINED__ +#define __ID3D11Device3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Device3, 0xa05c8c37, 0xd2c6, 0x4732, 0xb3,0xa0, 0x9c,0xe0,0xb0,0xdc,0x9a,0xe6); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a05c8c37-d2c6-4732-b3a0-9ce0b0dc9ae6") +ID3D11Device3 : public ID3D11Device2 +{ + virtual HRESULT STDMETHODCALLTYPE CreateTexture2D1( + const D3D11_TEXTURE2D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture2D1 **texture) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateTexture3D1( + const D3D11_TEXTURE3D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture3D1 **texture) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateRasterizerState2( + const D3D11_RASTERIZER_DESC2 *desc, + ID3D11RasterizerState2 **state) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateShaderResourceView1( + ID3D11Resource *resource, + const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc, + ID3D11ShaderResourceView1 **view) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateUnorderedAccessView1( + ID3D11Resource *resource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc, + ID3D11UnorderedAccessView1 **view) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateRenderTargetView1( + ID3D11Resource *resource, + const D3D11_RENDER_TARGET_VIEW_DESC1 *desc, + ID3D11RenderTargetView1 **view) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateQuery1( + const D3D11_QUERY_DESC1 *desc, + ID3D11Query1 **query) = 0; + + virtual void STDMETHODCALLTYPE GetImmediateContext3( + ID3D11DeviceContext3 **context) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDeferredContext3( + UINT flags, + ID3D11DeviceContext3 **context) = 0; + + virtual void STDMETHODCALLTYPE WriteToSubresource( + ID3D11Resource *dst_resource, + UINT dst_subresource, + const D3D11_BOX *dst_box, + const void *src_data, + UINT src_row_pitch, + UINT src_depth_pitch) = 0; + + virtual void STDMETHODCALLTYPE ReadFromSubresource( + void *dst_data, + UINT dst_row_pitch, + UINT dst_depth_pitch, + ID3D11Resource *src_resource, + UINT src_subresource, + const D3D11_BOX *src_box) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Device3, 0xa05c8c37, 0xd2c6, 0x4732, 0xb3,0xa0, 0x9c,0xe0,0xb0,0xdc,0x9a,0xe6) +#endif +#else +typedef struct ID3D11Device3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Device3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Device3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Device3 *This); + + /*** ID3D11Device methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateBuffer)( + ID3D11Device3 *This, + const D3D11_BUFFER_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Buffer **ppBuffer); + + HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( + ID3D11Device3 *This, + const D3D11_TEXTURE1D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture1D **ppTexture1D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( + ID3D11Device3 *This, + const D3D11_TEXTURE2D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture2D **ppTexture2D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( + ID3D11Device3 *This, + const D3D11_TEXTURE3D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture3D **ppTexture3D); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( + ID3D11Device3 *This, + ID3D11Resource *pResource, + const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, + ID3D11ShaderResourceView **ppSRView); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( + ID3D11Device3 *This, + ID3D11Resource *pResource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, + ID3D11UnorderedAccessView **ppUAView); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( + ID3D11Device3 *This, + ID3D11Resource *pResource, + const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, + ID3D11RenderTargetView **ppRTView); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( + ID3D11Device3 *This, + ID3D11Resource *pResource, + const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, + ID3D11DepthStencilView **ppDepthStencilView); + + HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( + ID3D11Device3 *This, + const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, + UINT NumElements, + const void *pShaderBytecodeWithInputSignature, + SIZE_T BytecodeLength, + ID3D11InputLayout **ppInputLayout); + + HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11VertexShader **ppVertexShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, + UINT NumEntries, + const UINT *pBufferStrides, + UINT NumStrides, + UINT RasterizedStream, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11PixelShader **ppPixelShader); + + HRESULT (STDMETHODCALLTYPE *CreateHullShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11HullShader **ppHullShader); + + HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11DomainShader **ppDomainShader); + + HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( + ID3D11Device3 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11ComputeShader **ppComputeShader); + + HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( + ID3D11Device3 *This, + ID3D11ClassLinkage **ppLinkage); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState)( + ID3D11Device3 *This, + const D3D11_BLEND_DESC *pBlendStateDesc, + ID3D11BlendState **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( + ID3D11Device3 *This, + const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, + ID3D11DepthStencilState **ppDepthStencilState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( + ID3D11Device3 *This, + const D3D11_RASTERIZER_DESC *pRasterizerDesc, + ID3D11RasterizerState **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( + ID3D11Device3 *This, + const D3D11_SAMPLER_DESC *pSamplerDesc, + ID3D11SamplerState **ppSamplerState); + + HRESULT (STDMETHODCALLTYPE *CreateQuery)( + ID3D11Device3 *This, + const D3D11_QUERY_DESC *pQueryDesc, + ID3D11Query **ppQuery); + + HRESULT (STDMETHODCALLTYPE *CreatePredicate)( + ID3D11Device3 *This, + const D3D11_QUERY_DESC *pPredicateDesc, + ID3D11Predicate **ppPredicate); + + HRESULT (STDMETHODCALLTYPE *CreateCounter)( + ID3D11Device3 *This, + const D3D11_COUNTER_DESC *pCounterDesc, + ID3D11Counter **ppCounter); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( + ID3D11Device3 *This, + UINT ContextFlags, + ID3D11DeviceContext **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( + ID3D11Device3 *This, + HANDLE hResource, + REFIID ReturnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( + ID3D11Device3 *This, + DXGI_FORMAT Format, + UINT *pFormatSupport); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( + ID3D11Device3 *This, + DXGI_FORMAT Format, + UINT SampleCount, + UINT *pNumQualityLevels); + + void (STDMETHODCALLTYPE *CheckCounterInfo)( + ID3D11Device3 *This, + D3D11_COUNTER_INFO *pCounterInfo); + + HRESULT (STDMETHODCALLTYPE *CheckCounter)( + ID3D11Device3 *This, + const D3D11_COUNTER_DESC *pDesc, + D3D11_COUNTER_TYPE *pType, + UINT *pActiveCounters, + LPSTR szName, + UINT *pNameLength, + LPSTR szUnits, + UINT *pUnitsLength, + LPSTR szDescription, + UINT *pDescriptionLength); + + HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( + ID3D11Device3 *This, + D3D11_FEATURE Feature, + void *pFeatureSupportData, + UINT FeatureSupportDataSize); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Device3 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Device3 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Device3 *This, + REFGUID guid, + const IUnknown *pData); + + D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( + ID3D11Device3 *This); + + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + ID3D11Device3 *This); + + HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( + ID3D11Device3 *This); + + void (STDMETHODCALLTYPE *GetImmediateContext)( + ID3D11Device3 *This, + ID3D11DeviceContext **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( + ID3D11Device3 *This, + UINT RaiseFlags); + + UINT (STDMETHODCALLTYPE *GetExceptionMode)( + ID3D11Device3 *This); + + /*** ID3D11Device1 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext1)( + ID3D11Device3 *This, + ID3D11DeviceContext1 **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext1)( + ID3D11Device3 *This, + UINT ContextFlags, + ID3D11DeviceContext1 **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( + ID3D11Device3 *This, + const D3D11_BLEND_DESC1 *pBlendStateDesc, + ID3D11BlendState1 **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState1)( + ID3D11Device3 *This, + const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, + ID3D11RasterizerState1 **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateDeviceContextState)( + ID3D11Device3 *This, + UINT Flags, + const D3D_FEATURE_LEVEL *pFeatureLevels, + UINT FeatureLevels, + UINT SDKVersion, + REFIID EmulatedInterface, + D3D_FEATURE_LEVEL *pChosenFeatureLevel, + ID3DDeviceContextState **ppContextState); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource1)( + ID3D11Device3 *This, + HANDLE hResource, + REFIID returnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResourceByName)( + ID3D11Device3 *This, + LPCWSTR lpName, + DWORD dwDesiredAccess, + REFIID returnedInterface, + void **ppResource); + + /*** ID3D11Device2 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext2)( + ID3D11Device3 *This, + ID3D11DeviceContext2 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext2)( + ID3D11Device3 *This, + UINT flags, + ID3D11DeviceContext2 **context); + + void (STDMETHODCALLTYPE *GetResourceTiling)( + ID3D11Device3 *This, + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels1)( + ID3D11Device3 *This, + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count); + + /*** ID3D11Device3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateTexture2D1)( + ID3D11Device3 *This, + const D3D11_TEXTURE2D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture2D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D1)( + ID3D11Device3 *This, + const D3D11_TEXTURE3D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture3D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState2)( + ID3D11Device3 *This, + const D3D11_RASTERIZER_DESC2 *desc, + ID3D11RasterizerState2 **state); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView1)( + ID3D11Device3 *This, + ID3D11Resource *resource, + const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc, + ID3D11ShaderResourceView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView1)( + ID3D11Device3 *This, + ID3D11Resource *resource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc, + ID3D11UnorderedAccessView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView1)( + ID3D11Device3 *This, + ID3D11Resource *resource, + const D3D11_RENDER_TARGET_VIEW_DESC1 *desc, + ID3D11RenderTargetView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateQuery1)( + ID3D11Device3 *This, + const D3D11_QUERY_DESC1 *desc, + ID3D11Query1 **query); + + void (STDMETHODCALLTYPE *GetImmediateContext3)( + ID3D11Device3 *This, + ID3D11DeviceContext3 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext3)( + ID3D11Device3 *This, + UINT flags, + ID3D11DeviceContext3 **context); + + void (STDMETHODCALLTYPE *WriteToSubresource)( + ID3D11Device3 *This, + ID3D11Resource *dst_resource, + UINT dst_subresource, + const D3D11_BOX *dst_box, + const void *src_data, + UINT src_row_pitch, + UINT src_depth_pitch); + + void (STDMETHODCALLTYPE *ReadFromSubresource)( + ID3D11Device3 *This, + void *dst_data, + UINT dst_row_pitch, + UINT dst_depth_pitch, + ID3D11Resource *src_resource, + UINT src_subresource, + const D3D11_BOX *src_box); + + END_INTERFACE +} ID3D11Device3Vtbl; + +interface ID3D11Device3 { + CONST_VTBL ID3D11Device3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Device3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Device3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Device3_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11Device methods ***/ +#define ID3D11Device3_CreateBuffer(This,pDesc,pInitialData,ppBuffer) (This)->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer) +#define ID3D11Device3_CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) (This)->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) +#define ID3D11Device3_CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) (This)->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) +#define ID3D11Device3_CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) (This)->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) +#define ID3D11Device3_CreateShaderResourceView(This,pResource,pDesc,ppSRView) (This)->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView) +#define ID3D11Device3_CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) (This)->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) +#define ID3D11Device3_CreateRenderTargetView(This,pResource,pDesc,ppRTView) (This)->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView) +#define ID3D11Device3_CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) +#define ID3D11Device3_CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) +#define ID3D11Device3_CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) +#define ID3D11Device3_CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) +#define ID3D11Device3_CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) +#define ID3D11Device3_CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) (This)->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) +#define ID3D11Device3_CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) (This)->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) +#define ID3D11Device3_CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) (This)->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) +#define ID3D11Device3_CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) (This)->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) +#define ID3D11Device3_CreateClassLinkage(This,ppLinkage) (This)->lpVtbl->CreateClassLinkage(This,ppLinkage) +#define ID3D11Device3_CreateBlendState(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device3_CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) (This)->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) +#define ID3D11Device3_CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device3_CreateSamplerState(This,pSamplerDesc,ppSamplerState) (This)->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState) +#define ID3D11Device3_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery) +#define ID3D11Device3_CreatePredicate(This,pPredicateDesc,ppPredicate) (This)->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate) +#define ID3D11Device3_CreateCounter(This,pCounterDesc,ppCounter) (This)->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter) +#define ID3D11Device3_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext) +#define ID3D11Device3_OpenSharedResource(This,hResource,ReturnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource) +#define ID3D11Device3_CheckFormatSupport(This,Format,pFormatSupport) (This)->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport) +#define ID3D11Device3_CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) (This)->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) +#define ID3D11Device3_CheckCounterInfo(This,pCounterInfo) (This)->lpVtbl->CheckCounterInfo(This,pCounterInfo) +#define ID3D11Device3_CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) (This)->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) +#define ID3D11Device3_CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) (This)->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) +#define ID3D11Device3_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Device3_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Device3_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +#define ID3D11Device3_GetFeatureLevel(This) (This)->lpVtbl->GetFeatureLevel(This) +#define ID3D11Device3_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +#define ID3D11Device3_GetDeviceRemovedReason(This) (This)->lpVtbl->GetDeviceRemovedReason(This) +#define ID3D11Device3_GetImmediateContext(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext(This,ppImmediateContext) +#define ID3D11Device3_SetExceptionMode(This,RaiseFlags) (This)->lpVtbl->SetExceptionMode(This,RaiseFlags) +#define ID3D11Device3_GetExceptionMode(This) (This)->lpVtbl->GetExceptionMode(This) +/*** ID3D11Device1 methods ***/ +#define ID3D11Device3_GetImmediateContext1(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext1(This,ppImmediateContext) +#define ID3D11Device3_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext) +#define ID3D11Device3_CreateBlendState1(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device3_CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device3_CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) (This)->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) +#define ID3D11Device3_OpenSharedResource1(This,hResource,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource) +#define ID3D11Device3_OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) +/*** ID3D11Device2 methods ***/ +#define ID3D11Device3_GetImmediateContext2(This,context) (This)->lpVtbl->GetImmediateContext2(This,context) +#define ID3D11Device3_CreateDeferredContext2(This,flags,context) (This)->lpVtbl->CreateDeferredContext2(This,flags,context) +#define ID3D11Device3_GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) (This)->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) +#define ID3D11Device3_CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) (This)->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) +/*** ID3D11Device3 methods ***/ +#define ID3D11Device3_CreateTexture2D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture) +#define ID3D11Device3_CreateTexture3D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture) +#define ID3D11Device3_CreateRasterizerState2(This,desc,state) (This)->lpVtbl->CreateRasterizerState2(This,desc,state) +#define ID3D11Device3_CreateShaderResourceView1(This,resource,desc,view) (This)->lpVtbl->CreateShaderResourceView1(This,resource,desc,view) +#define ID3D11Device3_CreateUnorderedAccessView1(This,resource,desc,view) (This)->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view) +#define ID3D11Device3_CreateRenderTargetView1(This,resource,desc,view) (This)->lpVtbl->CreateRenderTargetView1(This,resource,desc,view) +#define ID3D11Device3_CreateQuery1(This,desc,query) (This)->lpVtbl->CreateQuery1(This,desc,query) +#define ID3D11Device3_GetImmediateContext3(This,context) (This)->lpVtbl->GetImmediateContext3(This,context) +#define ID3D11Device3_CreateDeferredContext3(This,flags,context) (This)->lpVtbl->CreateDeferredContext3(This,flags,context) +#define ID3D11Device3_WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) (This)->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) +#define ID3D11Device3_ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) (This)->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Device3_QueryInterface(ID3D11Device3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Device3_AddRef(ID3D11Device3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Device3_Release(ID3D11Device3* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11Device methods ***/ +static FORCEINLINE HRESULT ID3D11Device3_CreateBuffer(ID3D11Device3* This,const D3D11_BUFFER_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Buffer **ppBuffer) { + return This->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateTexture1D(ID3D11Device3* This,const D3D11_TEXTURE1D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture1D **ppTexture1D) { + return This->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateTexture2D(ID3D11Device3* This,const D3D11_TEXTURE2D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture2D **ppTexture2D) { + return This->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateTexture3D(ID3D11Device3* This,const D3D11_TEXTURE3D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture3D **ppTexture3D) { + return This->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateShaderResourceView(ID3D11Device3* This,ID3D11Resource *pResource,const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc,ID3D11ShaderResourceView **ppSRView) { + return This->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateUnorderedAccessView(ID3D11Device3* This,ID3D11Resource *pResource,const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc,ID3D11UnorderedAccessView **ppUAView) { + return This->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateRenderTargetView(ID3D11Device3* This,ID3D11Resource *pResource,const D3D11_RENDER_TARGET_VIEW_DESC *pDesc,ID3D11RenderTargetView **ppRTView) { + return This->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDepthStencilView(ID3D11Device3* This,ID3D11Resource *pResource,const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc,ID3D11DepthStencilView **ppDepthStencilView) { + return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateInputLayout(ID3D11Device3* This,const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs,UINT NumElements,const void *pShaderBytecodeWithInputSignature,SIZE_T BytecodeLength,ID3D11InputLayout **ppInputLayout) { + return This->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateVertexShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11VertexShader **ppVertexShader) { + return This->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateGeometryShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateGeometryShaderWithStreamOutput(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,const D3D11_SO_DECLARATION_ENTRY *pSODeclaration,UINT NumEntries,const UINT *pBufferStrides,UINT NumStrides,UINT RasterizedStream,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreatePixelShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11PixelShader **ppPixelShader) { + return This->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateHullShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11HullShader **ppHullShader) { + return This->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDomainShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11DomainShader **ppDomainShader) { + return This->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateComputeShader(ID3D11Device3* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11ComputeShader **ppComputeShader) { + return This->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateClassLinkage(ID3D11Device3* This,ID3D11ClassLinkage **ppLinkage) { + return This->lpVtbl->CreateClassLinkage(This,ppLinkage); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateBlendState(ID3D11Device3* This,const D3D11_BLEND_DESC *pBlendStateDesc,ID3D11BlendState **ppBlendState) { + return This->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDepthStencilState(ID3D11Device3* This,const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc,ID3D11DepthStencilState **ppDepthStencilState) { + return This->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateRasterizerState(ID3D11Device3* This,const D3D11_RASTERIZER_DESC *pRasterizerDesc,ID3D11RasterizerState **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateSamplerState(ID3D11Device3* This,const D3D11_SAMPLER_DESC *pSamplerDesc,ID3D11SamplerState **ppSamplerState) { + return This->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateQuery(ID3D11Device3* This,const D3D11_QUERY_DESC *pQueryDesc,ID3D11Query **ppQuery) { + return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery); +} +static FORCEINLINE HRESULT ID3D11Device3_CreatePredicate(ID3D11Device3* This,const D3D11_QUERY_DESC *pPredicateDesc,ID3D11Predicate **ppPredicate) { + return This->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateCounter(ID3D11Device3* This,const D3D11_COUNTER_DESC *pCounterDesc,ID3D11Counter **ppCounter) { + return This->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDeferredContext(ID3D11Device3* This,UINT ContextFlags,ID3D11DeviceContext **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device3_OpenSharedResource(ID3D11Device3* This,HANDLE hResource,REFIID ReturnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device3_CheckFormatSupport(ID3D11Device3* This,DXGI_FORMAT Format,UINT *pFormatSupport) { + return This->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport); +} +static FORCEINLINE HRESULT ID3D11Device3_CheckMultisampleQualityLevels(ID3D11Device3* This,DXGI_FORMAT Format,UINT SampleCount,UINT *pNumQualityLevels) { + return This->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels); +} +static FORCEINLINE void ID3D11Device3_CheckCounterInfo(ID3D11Device3* This,D3D11_COUNTER_INFO *pCounterInfo) { + This->lpVtbl->CheckCounterInfo(This,pCounterInfo); +} +static FORCEINLINE HRESULT ID3D11Device3_CheckCounter(ID3D11Device3* This,const D3D11_COUNTER_DESC *pDesc,D3D11_COUNTER_TYPE *pType,UINT *pActiveCounters,LPSTR szName,UINT *pNameLength,LPSTR szUnits,UINT *pUnitsLength,LPSTR szDescription,UINT *pDescriptionLength) { + return This->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength); +} +static FORCEINLINE HRESULT ID3D11Device3_CheckFeatureSupport(ID3D11Device3* This,D3D11_FEATURE Feature,void *pFeatureSupportData,UINT FeatureSupportDataSize) { + return This->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize); +} +static FORCEINLINE HRESULT ID3D11Device3_GetPrivateData(ID3D11Device3* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device3_SetPrivateData(ID3D11Device3* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device3_SetPrivateDataInterface(ID3D11Device3* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +static FORCEINLINE D3D_FEATURE_LEVEL ID3D11Device3_GetFeatureLevel(ID3D11Device3* This) { + return This->lpVtbl->GetFeatureLevel(This); +} +static FORCEINLINE UINT ID3D11Device3_GetCreationFlags(ID3D11Device3* This) { + return This->lpVtbl->GetCreationFlags(This); +} +static FORCEINLINE HRESULT ID3D11Device3_GetDeviceRemovedReason(ID3D11Device3* This) { + return This->lpVtbl->GetDeviceRemovedReason(This); +} +static FORCEINLINE void ID3D11Device3_GetImmediateContext(ID3D11Device3* This,ID3D11DeviceContext **ppImmediateContext) { + This->lpVtbl->GetImmediateContext(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device3_SetExceptionMode(ID3D11Device3* This,UINT RaiseFlags) { + return This->lpVtbl->SetExceptionMode(This,RaiseFlags); +} +static FORCEINLINE UINT ID3D11Device3_GetExceptionMode(ID3D11Device3* This) { + return This->lpVtbl->GetExceptionMode(This); +} +/*** ID3D11Device1 methods ***/ +static FORCEINLINE void ID3D11Device3_GetImmediateContext1(ID3D11Device3* This,ID3D11DeviceContext1 **ppImmediateContext) { + This->lpVtbl->GetImmediateContext1(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDeferredContext1(ID3D11Device3* This,UINT ContextFlags,ID3D11DeviceContext1 **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateBlendState1(ID3D11Device3* This,const D3D11_BLEND_DESC1 *pBlendStateDesc,ID3D11BlendState1 **ppBlendState) { + return This->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateRasterizerState1(ID3D11Device3* This,const D3D11_RASTERIZER_DESC1 *pRasterizerDesc,ID3D11RasterizerState1 **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDeviceContextState(ID3D11Device3* This,UINT Flags,const D3D_FEATURE_LEVEL *pFeatureLevels,UINT FeatureLevels,UINT SDKVersion,REFIID EmulatedInterface,D3D_FEATURE_LEVEL *pChosenFeatureLevel,ID3DDeviceContextState **ppContextState) { + return This->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState); +} +static FORCEINLINE HRESULT ID3D11Device3_OpenSharedResource1(ID3D11Device3* This,HANDLE hResource,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device3_OpenSharedResourceByName(ID3D11Device3* This,LPCWSTR lpName,DWORD dwDesiredAccess,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource); +} +/*** ID3D11Device2 methods ***/ +static FORCEINLINE void ID3D11Device3_GetImmediateContext2(ID3D11Device3* This,ID3D11DeviceContext2 **context) { + This->lpVtbl->GetImmediateContext2(This,context); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDeferredContext2(ID3D11Device3* This,UINT flags,ID3D11DeviceContext2 **context) { + return This->lpVtbl->CreateDeferredContext2(This,flags,context); +} +static FORCEINLINE void ID3D11Device3_GetResourceTiling(ID3D11Device3* This,ID3D11Resource *resource,UINT *tile_count,D3D11_PACKED_MIP_DESC *mip_desc,D3D11_TILE_SHAPE *tile_shape,UINT *subresource_tiling_count,UINT first_subresource_tiling,D3D11_SUBRESOURCE_TILING *subresource_tiling) { + This->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling); +} +static FORCEINLINE HRESULT ID3D11Device3_CheckMultisampleQualityLevels1(ID3D11Device3* This,DXGI_FORMAT format,UINT sample_count,UINT flags,UINT *quality_level_count) { + return This->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count); +} +/*** ID3D11Device3 methods ***/ +static FORCEINLINE HRESULT ID3D11Device3_CreateTexture2D1(ID3D11Device3* This,const D3D11_TEXTURE2D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture2D1 **texture) { + return This->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateTexture3D1(ID3D11Device3* This,const D3D11_TEXTURE3D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture3D1 **texture) { + return This->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateRasterizerState2(ID3D11Device3* This,const D3D11_RASTERIZER_DESC2 *desc,ID3D11RasterizerState2 **state) { + return This->lpVtbl->CreateRasterizerState2(This,desc,state); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateShaderResourceView1(ID3D11Device3* This,ID3D11Resource *resource,const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc,ID3D11ShaderResourceView1 **view) { + return This->lpVtbl->CreateShaderResourceView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateUnorderedAccessView1(ID3D11Device3* This,ID3D11Resource *resource,const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc,ID3D11UnorderedAccessView1 **view) { + return This->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateRenderTargetView1(ID3D11Device3* This,ID3D11Resource *resource,const D3D11_RENDER_TARGET_VIEW_DESC1 *desc,ID3D11RenderTargetView1 **view) { + return This->lpVtbl->CreateRenderTargetView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateQuery1(ID3D11Device3* This,const D3D11_QUERY_DESC1 *desc,ID3D11Query1 **query) { + return This->lpVtbl->CreateQuery1(This,desc,query); +} +static FORCEINLINE void ID3D11Device3_GetImmediateContext3(ID3D11Device3* This,ID3D11DeviceContext3 **context) { + This->lpVtbl->GetImmediateContext3(This,context); +} +static FORCEINLINE HRESULT ID3D11Device3_CreateDeferredContext3(ID3D11Device3* This,UINT flags,ID3D11DeviceContext3 **context) { + return This->lpVtbl->CreateDeferredContext3(This,flags,context); +} +static FORCEINLINE void ID3D11Device3_WriteToSubresource(ID3D11Device3* This,ID3D11Resource *dst_resource,UINT dst_subresource,const D3D11_BOX *dst_box,const void *src_data,UINT src_row_pitch,UINT src_depth_pitch) { + This->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch); +} +static FORCEINLINE void ID3D11Device3_ReadFromSubresource(ID3D11Device3* This,void *dst_data,UINT dst_row_pitch,UINT dst_depth_pitch,ID3D11Resource *src_resource,UINT src_subresource,const D3D11_BOX *src_box) { + This->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Device3_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __d3d11_3_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_3.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_3.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_3.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_3.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,384 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; +import "ocidl.idl"; +import "dxgi1_3.idl"; +import "d3dcommon.idl"; +import "d3d11_2.idl"; + +typedef enum D3D11_CONTEXT_TYPE +{ + D3D11_CONTEXT_TYPE_ALL = 0x0, + D3D11_CONTEXT_TYPE_3D = 0x1, + D3D11_CONTEXT_TYPE_COMPUTE = 0x2, + D3D11_CONTEXT_TYPE_COPY = 0x3, + D3D11_CONTEXT_TYPE_VIDEO = 0x4, +} D3D11_CONTEXT_TYPE; + +typedef enum D3D11_TEXTURE_LAYOUT +{ + D3D11_TEXTURE_LAYOUT_UNDEFINED = 0x0, + D3D11_TEXTURE_LAYOUT_ROW_MAJOR = 0x1, + D3D11_TEXTURE_LAYOUT_64K_STANDARD_SWIZZLE = 0x2, +} D3D11_TEXTURE_LAYOUT; + +typedef enum D3D11_CONSERVATIVE_RASTERIZATION_MODE +{ + D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF = 0x0, + D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON = 0x1, +} D3D11_CONSERVATIVE_RASTERIZATION_MODE; + +typedef enum D3D11_FENCE_FLAG +{ + D3D11_FENCE_FLAG_NONE = 0x1, + D3D11_FENCE_FLAG_SHARED = 0x2, + D3D11_FENCE_FLAG_SHARED_CROSS_ADAPTER = 0x4, +} D3D11_FENCE_FLAG; + +typedef struct D3D11_TEXTURE2D_DESC1 +{ + UINT Width; + UINT Height; + UINT MipLevels; + UINT ArraySize; + DXGI_FORMAT Format; + DXGI_SAMPLE_DESC SampleDesc; + D3D11_USAGE Usage; + UINT BindFlags; + UINT CPUAccessFlags; + UINT MiscFlags; + D3D11_TEXTURE_LAYOUT TextureLayout; +} D3D11_TEXTURE2D_DESC1; + +typedef struct D3D11_TEXTURE3D_DESC1 +{ + UINT Width; + UINT Height; + UINT Depth; + UINT MipLevels; + DXGI_FORMAT Format; + D3D11_USAGE Usage; + UINT BindFlags; + UINT CPUAccessFlags; + UINT MiscFlags; + D3D11_TEXTURE_LAYOUT TextureLayout; +} D3D11_TEXTURE3D_DESC1; + +typedef struct D3D11_RASTERIZER_DESC2 +{ + D3D11_FILL_MODE FillMode; + D3D11_CULL_MODE CullMode; + BOOL FrontCounterClockwise; + int DepthBias; + float DepthBiasClamp; + float SlopeScaledDepthBias; + BOOL DepthClipEnable; + BOOL ScissorEnable; + BOOL MultisampleEnable; + BOOL AntialiasedLineEnable; + UINT ForcedSampleCount; + D3D11_CONSERVATIVE_RASTERIZATION_MODE ConservativeRaster; +} D3D11_RASTERIZER_DESC2; + +typedef struct D3D11_TEX2D_SRV1 +{ + UINT MostDetailedMip; + UINT MipLevels; + UINT PlaneSlice; +} D3D11_TEX2D_SRV1; + +typedef struct D3D11_TEX2D_ARRAY_SRV1 +{ + UINT MostDetailedMip; + UINT MipLevels; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_SRV1; + +typedef struct D3D11_SHADER_RESOURCE_VIEW_DESC1 +{ + DXGI_FORMAT Format; + D3D11_SRV_DIMENSION ViewDimension; + + union + { + D3D11_BUFFER_SRV Buffer; + D3D11_TEX1D_SRV Texture1D; + D3D11_TEX1D_ARRAY_SRV Texture1DArray; + D3D11_TEX2D_SRV1 Texture2D; + D3D11_TEX2D_ARRAY_SRV1 Texture2DArray; + D3D11_TEX2DMS_SRV Texture2DMS; + D3D11_TEX2DMS_ARRAY_SRV Texture2DMSArray; + D3D11_TEX3D_SRV Texture3D; + D3D11_TEXCUBE_SRV TextureCube; + D3D11_TEXCUBE_ARRAY_SRV TextureCubeArray; + D3D11_BUFFEREX_SRV BufferEx; + }; +} D3D11_SHADER_RESOURCE_VIEW_DESC1; + +typedef struct D3D11_TEX2D_RTV1 +{ + UINT MipSlice; + UINT PlaneSlice; +} D3D11_TEX2D_RTV1; + +typedef struct D3D11_TEX2D_ARRAY_RTV1 +{ + UINT MipSlice; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_RTV1; + +typedef struct D3D11_RENDER_TARGET_VIEW_DESC1 +{ + DXGI_FORMAT Format; + D3D11_RTV_DIMENSION ViewDimension; + + union + { + D3D11_BUFFER_RTV Buffer; + D3D11_TEX1D_RTV Texture1D; + D3D11_TEX1D_ARRAY_RTV Texture1DArray; + D3D11_TEX2D_RTV1 Texture2D; + D3D11_TEX2D_ARRAY_RTV1 Texture2DArray; + D3D11_TEX2DMS_RTV Texture2DMS; + D3D11_TEX2DMS_ARRAY_RTV Texture2DMSArray; + D3D11_TEX3D_RTV Texture3D; + }; +} D3D11_RENDER_TARGET_VIEW_DESC1; + +typedef struct D3D11_TEX2D_UAV1 +{ + UINT MipSlice; + UINT PlaneSlice; +} D3D11_TEX2D_UAV1; + +typedef struct D3D11_TEX2D_ARRAY_UAV1 +{ + UINT MipSlice; + UINT FirstArraySlice; + UINT ArraySize; + UINT PlaneSlice; +} D3D11_TEX2D_ARRAY_UAV1; + +typedef struct D3D11_UNORDERED_ACCESS_VIEW_DESC1 +{ + DXGI_FORMAT Format; + D3D11_UAV_DIMENSION ViewDimension; + + union + { + D3D11_BUFFER_UAV Buffer; + D3D11_TEX1D_UAV Texture1D; + D3D11_TEX1D_ARRAY_UAV Texture1DArray; + D3D11_TEX2D_UAV1 Texture2D; + D3D11_TEX2D_ARRAY_UAV1 Texture2DArray; + D3D11_TEX3D_UAV Texture3D; + }; +} D3D11_UNORDERED_ACCESS_VIEW_DESC1; + +typedef struct D3D11_QUERY_DESC1 +{ + D3D11_QUERY Query; + UINT MiscFlags; + D3D11_CONTEXT_TYPE ContextType; +} D3D11_QUERY_DESC1; + +[ + uuid(51218251-1e33-4617-9ccb-4d3a4367e7bb), + object, + local, + pointer_default(unique) +] +interface ID3D11Texture2D1 : ID3D11Texture2D +{ + void GetDesc1(D3D11_TEXTURE2D_DESC1 *desc); +} + +[ + uuid(0c711683-2853-4846-9bb0-f3e60639e46a), + object, + local, + pointer_default(unique) +] +interface ID3D11Texture3D1 : ID3D11Texture3D +{ + void GetDesc1(D3D11_TEXTURE3D_DESC1 *desc); +} + +[ + uuid(6fbd02fb-209f-46c4-b059-2ed15586a6ac), + object, + local, + pointer_default(unique) +] +interface ID3D11RasterizerState2 : ID3D11RasterizerState1 +{ + void GetDesc2(D3D11_RASTERIZER_DESC2 *desc); +} + +[ + uuid(91308b87-9040-411d-8c67-c39253ce3802), + object, + local, + pointer_default(unique) +] +interface ID3D11ShaderResourceView1 : ID3D11ShaderResourceView +{ + void GetDesc1(D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc); +} + +[ + uuid(ffbe2e23-f011-418a-ac56-5ceed7c5b94b), + object, + local, + pointer_default(unique) +] +interface ID3D11RenderTargetView1 : ID3D11RenderTargetView +{ + void GetDesc1(D3D11_RENDER_TARGET_VIEW_DESC1 *desc); +} + +[ + uuid(7b3b6153-a886-4544-ab37-6537c8500403), + object, + local, + pointer_default(unique) +] +interface ID3D11UnorderedAccessView1 : ID3D11UnorderedAccessView +{ + void GetDesc1(D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc); +} + +[ + uuid(631b4766-36dc-461d-8db6-c47e13e60916), + object, + local, + pointer_default(unique) +] +interface ID3D11Query1 : ID3D11Query +{ + void GetDesc1(D3D11_QUERY_DESC1 *desc); +} + +[ + uuid(b4e3c01d-e79e-4637-91b2-510e9f4c9b8f), + object, + local, + pointer_default(unique) +] +interface ID3D11DeviceContext3 : ID3D11DeviceContext2 +{ + void Flush1(D3D11_CONTEXT_TYPE type, HANDLE event); + void SetHardwareProtectionState(BOOL enable); + void GetHardwareProtectionState(BOOL *enable); +} + +[ + uuid(affde9d1-1df7-4bb7-8a34-0f46251dab80), + object, + local, + pointer_default(unique) +] +interface ID3D11Fence : ID3D11DeviceChild +{ + HRESULT CreateSharedHandle( + const SECURITY_ATTRIBUTES *attributes, + DWORD access, + const WCHAR *name, + HANDLE *handle + ); + UINT64 GetCompletedValue(); + HRESULT SetEventOnCompletion( + UINT64 value, + HANDLE event + ); +} + +[ + uuid(917600da-f58c-4c33-98d8-3e15b390fa24), + object, + local, + pointer_default(unique) +] +interface ID3D11DeviceContext4 : ID3D11DeviceContext3 +{ + HRESULT Signal(ID3D11Fence *fence, UINT64 value); + HRESULT Wait(ID3D11Fence *fence, UINT64 value); +} + +[ + uuid(a05c8c37-d2c6-4732-b3a0-9ce0b0dc9ae6), + object, + local, + pointer_default(unique) +] +interface ID3D11Device3 : ID3D11Device2 +{ + HRESULT CreateTexture2D1( + const D3D11_TEXTURE2D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture2D1 **texture + ); + HRESULT CreateTexture3D1( + const D3D11_TEXTURE3D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture3D1 **texture + ); + HRESULT CreateRasterizerState2( + const D3D11_RASTERIZER_DESC2 *desc, + ID3D11RasterizerState2 **state + ); + HRESULT CreateShaderResourceView1( + ID3D11Resource *resource, + const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc, + ID3D11ShaderResourceView1 **view + ); + HRESULT CreateUnorderedAccessView1( + ID3D11Resource *resource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc, + ID3D11UnorderedAccessView1 **view + ); + HRESULT CreateRenderTargetView1( + ID3D11Resource *resource, + const D3D11_RENDER_TARGET_VIEW_DESC1 *desc, + ID3D11RenderTargetView1 **view + ); + HRESULT CreateQuery1(const D3D11_QUERY_DESC1 *desc, ID3D11Query1 **query); + void GetImmediateContext3(ID3D11DeviceContext3 **context); + HRESULT CreateDeferredContext3(UINT flags, ID3D11DeviceContext3 **context); + void WriteToSubresource( + ID3D11Resource *dst_resource, + UINT dst_subresource, + const D3D11_BOX *dst_box, + const void *src_data, + UINT src_row_pitch, + UINT src_depth_pitch + ); + void ReadFromSubresource( + void *dst_data, + UINT dst_row_pitch, + UINT dst_depth_pitch, + ID3D11Resource *src_resource, + UINT src_subresource, + const D3D11_BOX *src_box + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_4.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_4.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_4.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_4.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,2595 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11_4.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __d3d11_4_h__ +#define __d3d11_4_h__ + +/* Forward declarations */ + +#ifndef __ID3D11Device4_FWD_DEFINED__ +#define __ID3D11Device4_FWD_DEFINED__ +typedef interface ID3D11Device4 ID3D11Device4; +#ifdef __cplusplus +interface ID3D11Device4; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Device5_FWD_DEFINED__ +#define __ID3D11Device5_FWD_DEFINED__ +typedef interface ID3D11Device5 ID3D11Device5; +#ifdef __cplusplus +interface ID3D11Device5; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11Multithread_FWD_DEFINED__ +#define __ID3D11Multithread_FWD_DEFINED__ +typedef interface ID3D11Multithread ID3D11Multithread; +#ifdef __cplusplus +interface ID3D11Multithread; +#endif /* __cplusplus */ +#endif + +#ifndef __ID3D11VideoContext2_FWD_DEFINED__ +#define __ID3D11VideoContext2_FWD_DEFINED__ +typedef interface ID3D11VideoContext2 ID3D11VideoContext2; +#ifdef __cplusplus +interface ID3D11VideoContext2; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS4 { + WINBOOL ExtendedNV12SharedTextureSupported; +} D3D11_FEATURE_DATA_D3D11_OPTIONS4; +/***************************************************************************** + * ID3D11Device4 interface + */ +#ifndef __ID3D11Device4_INTERFACE_DEFINED__ +#define __ID3D11Device4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Device4, 0x8992ab71, 0x02e6, 0x4b8d, 0xba,0x48, 0xb0,0x56,0xdc,0xda,0x42,0xc4); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8992ab71-02e6-4b8d-ba48-b056dcda42c4") +ID3D11Device4 : public ID3D11Device3 +{ + virtual HRESULT STDMETHODCALLTYPE RegisterDeviceRemovedEvent( + HANDLE event, + DWORD *cookie) = 0; + + virtual void STDMETHODCALLTYPE UnregisterDeviceRemoved( + DWORD cookie) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Device4, 0x8992ab71, 0x02e6, 0x4b8d, 0xba,0x48, 0xb0,0x56,0xdc,0xda,0x42,0xc4) +#endif +#else +typedef struct ID3D11Device4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Device4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Device4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Device4 *This); + + /*** ID3D11Device methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateBuffer)( + ID3D11Device4 *This, + const D3D11_BUFFER_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Buffer **ppBuffer); + + HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( + ID3D11Device4 *This, + const D3D11_TEXTURE1D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture1D **ppTexture1D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( + ID3D11Device4 *This, + const D3D11_TEXTURE2D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture2D **ppTexture2D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( + ID3D11Device4 *This, + const D3D11_TEXTURE3D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture3D **ppTexture3D); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( + ID3D11Device4 *This, + ID3D11Resource *pResource, + const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, + ID3D11ShaderResourceView **ppSRView); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( + ID3D11Device4 *This, + ID3D11Resource *pResource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, + ID3D11UnorderedAccessView **ppUAView); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( + ID3D11Device4 *This, + ID3D11Resource *pResource, + const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, + ID3D11RenderTargetView **ppRTView); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( + ID3D11Device4 *This, + ID3D11Resource *pResource, + const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, + ID3D11DepthStencilView **ppDepthStencilView); + + HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( + ID3D11Device4 *This, + const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, + UINT NumElements, + const void *pShaderBytecodeWithInputSignature, + SIZE_T BytecodeLength, + ID3D11InputLayout **ppInputLayout); + + HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11VertexShader **ppVertexShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, + UINT NumEntries, + const UINT *pBufferStrides, + UINT NumStrides, + UINT RasterizedStream, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11PixelShader **ppPixelShader); + + HRESULT (STDMETHODCALLTYPE *CreateHullShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11HullShader **ppHullShader); + + HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11DomainShader **ppDomainShader); + + HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( + ID3D11Device4 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11ComputeShader **ppComputeShader); + + HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( + ID3D11Device4 *This, + ID3D11ClassLinkage **ppLinkage); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState)( + ID3D11Device4 *This, + const D3D11_BLEND_DESC *pBlendStateDesc, + ID3D11BlendState **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( + ID3D11Device4 *This, + const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, + ID3D11DepthStencilState **ppDepthStencilState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( + ID3D11Device4 *This, + const D3D11_RASTERIZER_DESC *pRasterizerDesc, + ID3D11RasterizerState **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( + ID3D11Device4 *This, + const D3D11_SAMPLER_DESC *pSamplerDesc, + ID3D11SamplerState **ppSamplerState); + + HRESULT (STDMETHODCALLTYPE *CreateQuery)( + ID3D11Device4 *This, + const D3D11_QUERY_DESC *pQueryDesc, + ID3D11Query **ppQuery); + + HRESULT (STDMETHODCALLTYPE *CreatePredicate)( + ID3D11Device4 *This, + const D3D11_QUERY_DESC *pPredicateDesc, + ID3D11Predicate **ppPredicate); + + HRESULT (STDMETHODCALLTYPE *CreateCounter)( + ID3D11Device4 *This, + const D3D11_COUNTER_DESC *pCounterDesc, + ID3D11Counter **ppCounter); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( + ID3D11Device4 *This, + UINT ContextFlags, + ID3D11DeviceContext **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( + ID3D11Device4 *This, + HANDLE hResource, + REFIID ReturnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( + ID3D11Device4 *This, + DXGI_FORMAT Format, + UINT *pFormatSupport); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( + ID3D11Device4 *This, + DXGI_FORMAT Format, + UINT SampleCount, + UINT *pNumQualityLevels); + + void (STDMETHODCALLTYPE *CheckCounterInfo)( + ID3D11Device4 *This, + D3D11_COUNTER_INFO *pCounterInfo); + + HRESULT (STDMETHODCALLTYPE *CheckCounter)( + ID3D11Device4 *This, + const D3D11_COUNTER_DESC *pDesc, + D3D11_COUNTER_TYPE *pType, + UINT *pActiveCounters, + LPSTR szName, + UINT *pNameLength, + LPSTR szUnits, + UINT *pUnitsLength, + LPSTR szDescription, + UINT *pDescriptionLength); + + HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( + ID3D11Device4 *This, + D3D11_FEATURE Feature, + void *pFeatureSupportData, + UINT FeatureSupportDataSize); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Device4 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Device4 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Device4 *This, + REFGUID guid, + const IUnknown *pData); + + D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( + ID3D11Device4 *This); + + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + ID3D11Device4 *This); + + HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( + ID3D11Device4 *This); + + void (STDMETHODCALLTYPE *GetImmediateContext)( + ID3D11Device4 *This, + ID3D11DeviceContext **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( + ID3D11Device4 *This, + UINT RaiseFlags); + + UINT (STDMETHODCALLTYPE *GetExceptionMode)( + ID3D11Device4 *This); + + /*** ID3D11Device1 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext1)( + ID3D11Device4 *This, + ID3D11DeviceContext1 **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext1)( + ID3D11Device4 *This, + UINT ContextFlags, + ID3D11DeviceContext1 **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( + ID3D11Device4 *This, + const D3D11_BLEND_DESC1 *pBlendStateDesc, + ID3D11BlendState1 **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState1)( + ID3D11Device4 *This, + const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, + ID3D11RasterizerState1 **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateDeviceContextState)( + ID3D11Device4 *This, + UINT Flags, + const D3D_FEATURE_LEVEL *pFeatureLevels, + UINT FeatureLevels, + UINT SDKVersion, + REFIID EmulatedInterface, + D3D_FEATURE_LEVEL *pChosenFeatureLevel, + ID3DDeviceContextState **ppContextState); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource1)( + ID3D11Device4 *This, + HANDLE hResource, + REFIID returnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResourceByName)( + ID3D11Device4 *This, + LPCWSTR lpName, + DWORD dwDesiredAccess, + REFIID returnedInterface, + void **ppResource); + + /*** ID3D11Device2 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext2)( + ID3D11Device4 *This, + ID3D11DeviceContext2 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext2)( + ID3D11Device4 *This, + UINT flags, + ID3D11DeviceContext2 **context); + + void (STDMETHODCALLTYPE *GetResourceTiling)( + ID3D11Device4 *This, + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels1)( + ID3D11Device4 *This, + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count); + + /*** ID3D11Device3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateTexture2D1)( + ID3D11Device4 *This, + const D3D11_TEXTURE2D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture2D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D1)( + ID3D11Device4 *This, + const D3D11_TEXTURE3D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture3D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState2)( + ID3D11Device4 *This, + const D3D11_RASTERIZER_DESC2 *desc, + ID3D11RasterizerState2 **state); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView1)( + ID3D11Device4 *This, + ID3D11Resource *resource, + const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc, + ID3D11ShaderResourceView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView1)( + ID3D11Device4 *This, + ID3D11Resource *resource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc, + ID3D11UnorderedAccessView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView1)( + ID3D11Device4 *This, + ID3D11Resource *resource, + const D3D11_RENDER_TARGET_VIEW_DESC1 *desc, + ID3D11RenderTargetView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateQuery1)( + ID3D11Device4 *This, + const D3D11_QUERY_DESC1 *desc, + ID3D11Query1 **query); + + void (STDMETHODCALLTYPE *GetImmediateContext3)( + ID3D11Device4 *This, + ID3D11DeviceContext3 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext3)( + ID3D11Device4 *This, + UINT flags, + ID3D11DeviceContext3 **context); + + void (STDMETHODCALLTYPE *WriteToSubresource)( + ID3D11Device4 *This, + ID3D11Resource *dst_resource, + UINT dst_subresource, + const D3D11_BOX *dst_box, + const void *src_data, + UINT src_row_pitch, + UINT src_depth_pitch); + + void (STDMETHODCALLTYPE *ReadFromSubresource)( + ID3D11Device4 *This, + void *dst_data, + UINT dst_row_pitch, + UINT dst_depth_pitch, + ID3D11Resource *src_resource, + UINT src_subresource, + const D3D11_BOX *src_box); + + /*** ID3D11Device4 methods ***/ + HRESULT (STDMETHODCALLTYPE *RegisterDeviceRemovedEvent)( + ID3D11Device4 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterDeviceRemoved)( + ID3D11Device4 *This, + DWORD cookie); + + END_INTERFACE +} ID3D11Device4Vtbl; + +interface ID3D11Device4 { + CONST_VTBL ID3D11Device4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Device4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Device4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Device4_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11Device methods ***/ +#define ID3D11Device4_CreateBuffer(This,pDesc,pInitialData,ppBuffer) (This)->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer) +#define ID3D11Device4_CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) (This)->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) +#define ID3D11Device4_CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) (This)->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) +#define ID3D11Device4_CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) (This)->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) +#define ID3D11Device4_CreateShaderResourceView(This,pResource,pDesc,ppSRView) (This)->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView) +#define ID3D11Device4_CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) (This)->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) +#define ID3D11Device4_CreateRenderTargetView(This,pResource,pDesc,ppRTView) (This)->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView) +#define ID3D11Device4_CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) +#define ID3D11Device4_CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) +#define ID3D11Device4_CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) +#define ID3D11Device4_CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) +#define ID3D11Device4_CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) +#define ID3D11Device4_CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) (This)->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) +#define ID3D11Device4_CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) (This)->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) +#define ID3D11Device4_CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) (This)->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) +#define ID3D11Device4_CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) (This)->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) +#define ID3D11Device4_CreateClassLinkage(This,ppLinkage) (This)->lpVtbl->CreateClassLinkage(This,ppLinkage) +#define ID3D11Device4_CreateBlendState(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device4_CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) (This)->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) +#define ID3D11Device4_CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device4_CreateSamplerState(This,pSamplerDesc,ppSamplerState) (This)->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState) +#define ID3D11Device4_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery) +#define ID3D11Device4_CreatePredicate(This,pPredicateDesc,ppPredicate) (This)->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate) +#define ID3D11Device4_CreateCounter(This,pCounterDesc,ppCounter) (This)->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter) +#define ID3D11Device4_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext) +#define ID3D11Device4_OpenSharedResource(This,hResource,ReturnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource) +#define ID3D11Device4_CheckFormatSupport(This,Format,pFormatSupport) (This)->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport) +#define ID3D11Device4_CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) (This)->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) +#define ID3D11Device4_CheckCounterInfo(This,pCounterInfo) (This)->lpVtbl->CheckCounterInfo(This,pCounterInfo) +#define ID3D11Device4_CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) (This)->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) +#define ID3D11Device4_CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) (This)->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) +#define ID3D11Device4_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Device4_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Device4_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +#define ID3D11Device4_GetFeatureLevel(This) (This)->lpVtbl->GetFeatureLevel(This) +#define ID3D11Device4_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +#define ID3D11Device4_GetDeviceRemovedReason(This) (This)->lpVtbl->GetDeviceRemovedReason(This) +#define ID3D11Device4_GetImmediateContext(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext(This,ppImmediateContext) +#define ID3D11Device4_SetExceptionMode(This,RaiseFlags) (This)->lpVtbl->SetExceptionMode(This,RaiseFlags) +#define ID3D11Device4_GetExceptionMode(This) (This)->lpVtbl->GetExceptionMode(This) +/*** ID3D11Device1 methods ***/ +#define ID3D11Device4_GetImmediateContext1(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext1(This,ppImmediateContext) +#define ID3D11Device4_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext) +#define ID3D11Device4_CreateBlendState1(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device4_CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device4_CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) (This)->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) +#define ID3D11Device4_OpenSharedResource1(This,hResource,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource) +#define ID3D11Device4_OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) +/*** ID3D11Device2 methods ***/ +#define ID3D11Device4_GetImmediateContext2(This,context) (This)->lpVtbl->GetImmediateContext2(This,context) +#define ID3D11Device4_CreateDeferredContext2(This,flags,context) (This)->lpVtbl->CreateDeferredContext2(This,flags,context) +#define ID3D11Device4_GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) (This)->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) +#define ID3D11Device4_CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) (This)->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) +/*** ID3D11Device3 methods ***/ +#define ID3D11Device4_CreateTexture2D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture) +#define ID3D11Device4_CreateTexture3D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture) +#define ID3D11Device4_CreateRasterizerState2(This,desc,state) (This)->lpVtbl->CreateRasterizerState2(This,desc,state) +#define ID3D11Device4_CreateShaderResourceView1(This,resource,desc,view) (This)->lpVtbl->CreateShaderResourceView1(This,resource,desc,view) +#define ID3D11Device4_CreateUnorderedAccessView1(This,resource,desc,view) (This)->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view) +#define ID3D11Device4_CreateRenderTargetView1(This,resource,desc,view) (This)->lpVtbl->CreateRenderTargetView1(This,resource,desc,view) +#define ID3D11Device4_CreateQuery1(This,desc,query) (This)->lpVtbl->CreateQuery1(This,desc,query) +#define ID3D11Device4_GetImmediateContext3(This,context) (This)->lpVtbl->GetImmediateContext3(This,context) +#define ID3D11Device4_CreateDeferredContext3(This,flags,context) (This)->lpVtbl->CreateDeferredContext3(This,flags,context) +#define ID3D11Device4_WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) (This)->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) +#define ID3D11Device4_ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) (This)->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) +/*** ID3D11Device4 methods ***/ +#define ID3D11Device4_RegisterDeviceRemovedEvent(This,event,cookie) (This)->lpVtbl->RegisterDeviceRemovedEvent(This,event,cookie) +#define ID3D11Device4_UnregisterDeviceRemoved(This,cookie) (This)->lpVtbl->UnregisterDeviceRemoved(This,cookie) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Device4_QueryInterface(ID3D11Device4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Device4_AddRef(ID3D11Device4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Device4_Release(ID3D11Device4* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11Device methods ***/ +static FORCEINLINE HRESULT ID3D11Device4_CreateBuffer(ID3D11Device4* This,const D3D11_BUFFER_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Buffer **ppBuffer) { + return This->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateTexture1D(ID3D11Device4* This,const D3D11_TEXTURE1D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture1D **ppTexture1D) { + return This->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateTexture2D(ID3D11Device4* This,const D3D11_TEXTURE2D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture2D **ppTexture2D) { + return This->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateTexture3D(ID3D11Device4* This,const D3D11_TEXTURE3D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture3D **ppTexture3D) { + return This->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateShaderResourceView(ID3D11Device4* This,ID3D11Resource *pResource,const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc,ID3D11ShaderResourceView **ppSRView) { + return This->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateUnorderedAccessView(ID3D11Device4* This,ID3D11Resource *pResource,const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc,ID3D11UnorderedAccessView **ppUAView) { + return This->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateRenderTargetView(ID3D11Device4* This,ID3D11Resource *pResource,const D3D11_RENDER_TARGET_VIEW_DESC *pDesc,ID3D11RenderTargetView **ppRTView) { + return This->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDepthStencilView(ID3D11Device4* This,ID3D11Resource *pResource,const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc,ID3D11DepthStencilView **ppDepthStencilView) { + return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateInputLayout(ID3D11Device4* This,const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs,UINT NumElements,const void *pShaderBytecodeWithInputSignature,SIZE_T BytecodeLength,ID3D11InputLayout **ppInputLayout) { + return This->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateVertexShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11VertexShader **ppVertexShader) { + return This->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateGeometryShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateGeometryShaderWithStreamOutput(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,const D3D11_SO_DECLARATION_ENTRY *pSODeclaration,UINT NumEntries,const UINT *pBufferStrides,UINT NumStrides,UINT RasterizedStream,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreatePixelShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11PixelShader **ppPixelShader) { + return This->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateHullShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11HullShader **ppHullShader) { + return This->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDomainShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11DomainShader **ppDomainShader) { + return This->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateComputeShader(ID3D11Device4* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11ComputeShader **ppComputeShader) { + return This->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateClassLinkage(ID3D11Device4* This,ID3D11ClassLinkage **ppLinkage) { + return This->lpVtbl->CreateClassLinkage(This,ppLinkage); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateBlendState(ID3D11Device4* This,const D3D11_BLEND_DESC *pBlendStateDesc,ID3D11BlendState **ppBlendState) { + return This->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDepthStencilState(ID3D11Device4* This,const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc,ID3D11DepthStencilState **ppDepthStencilState) { + return This->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateRasterizerState(ID3D11Device4* This,const D3D11_RASTERIZER_DESC *pRasterizerDesc,ID3D11RasterizerState **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateSamplerState(ID3D11Device4* This,const D3D11_SAMPLER_DESC *pSamplerDesc,ID3D11SamplerState **ppSamplerState) { + return This->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateQuery(ID3D11Device4* This,const D3D11_QUERY_DESC *pQueryDesc,ID3D11Query **ppQuery) { + return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery); +} +static FORCEINLINE HRESULT ID3D11Device4_CreatePredicate(ID3D11Device4* This,const D3D11_QUERY_DESC *pPredicateDesc,ID3D11Predicate **ppPredicate) { + return This->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateCounter(ID3D11Device4* This,const D3D11_COUNTER_DESC *pCounterDesc,ID3D11Counter **ppCounter) { + return This->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDeferredContext(ID3D11Device4* This,UINT ContextFlags,ID3D11DeviceContext **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device4_OpenSharedResource(ID3D11Device4* This,HANDLE hResource,REFIID ReturnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device4_CheckFormatSupport(ID3D11Device4* This,DXGI_FORMAT Format,UINT *pFormatSupport) { + return This->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport); +} +static FORCEINLINE HRESULT ID3D11Device4_CheckMultisampleQualityLevels(ID3D11Device4* This,DXGI_FORMAT Format,UINT SampleCount,UINT *pNumQualityLevels) { + return This->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels); +} +static FORCEINLINE void ID3D11Device4_CheckCounterInfo(ID3D11Device4* This,D3D11_COUNTER_INFO *pCounterInfo) { + This->lpVtbl->CheckCounterInfo(This,pCounterInfo); +} +static FORCEINLINE HRESULT ID3D11Device4_CheckCounter(ID3D11Device4* This,const D3D11_COUNTER_DESC *pDesc,D3D11_COUNTER_TYPE *pType,UINT *pActiveCounters,LPSTR szName,UINT *pNameLength,LPSTR szUnits,UINT *pUnitsLength,LPSTR szDescription,UINT *pDescriptionLength) { + return This->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength); +} +static FORCEINLINE HRESULT ID3D11Device4_CheckFeatureSupport(ID3D11Device4* This,D3D11_FEATURE Feature,void *pFeatureSupportData,UINT FeatureSupportDataSize) { + return This->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize); +} +static FORCEINLINE HRESULT ID3D11Device4_GetPrivateData(ID3D11Device4* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device4_SetPrivateData(ID3D11Device4* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device4_SetPrivateDataInterface(ID3D11Device4* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +static FORCEINLINE D3D_FEATURE_LEVEL ID3D11Device4_GetFeatureLevel(ID3D11Device4* This) { + return This->lpVtbl->GetFeatureLevel(This); +} +static FORCEINLINE UINT ID3D11Device4_GetCreationFlags(ID3D11Device4* This) { + return This->lpVtbl->GetCreationFlags(This); +} +static FORCEINLINE HRESULT ID3D11Device4_GetDeviceRemovedReason(ID3D11Device4* This) { + return This->lpVtbl->GetDeviceRemovedReason(This); +} +static FORCEINLINE void ID3D11Device4_GetImmediateContext(ID3D11Device4* This,ID3D11DeviceContext **ppImmediateContext) { + This->lpVtbl->GetImmediateContext(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device4_SetExceptionMode(ID3D11Device4* This,UINT RaiseFlags) { + return This->lpVtbl->SetExceptionMode(This,RaiseFlags); +} +static FORCEINLINE UINT ID3D11Device4_GetExceptionMode(ID3D11Device4* This) { + return This->lpVtbl->GetExceptionMode(This); +} +/*** ID3D11Device1 methods ***/ +static FORCEINLINE void ID3D11Device4_GetImmediateContext1(ID3D11Device4* This,ID3D11DeviceContext1 **ppImmediateContext) { + This->lpVtbl->GetImmediateContext1(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDeferredContext1(ID3D11Device4* This,UINT ContextFlags,ID3D11DeviceContext1 **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateBlendState1(ID3D11Device4* This,const D3D11_BLEND_DESC1 *pBlendStateDesc,ID3D11BlendState1 **ppBlendState) { + return This->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateRasterizerState1(ID3D11Device4* This,const D3D11_RASTERIZER_DESC1 *pRasterizerDesc,ID3D11RasterizerState1 **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDeviceContextState(ID3D11Device4* This,UINT Flags,const D3D_FEATURE_LEVEL *pFeatureLevels,UINT FeatureLevels,UINT SDKVersion,REFIID EmulatedInterface,D3D_FEATURE_LEVEL *pChosenFeatureLevel,ID3DDeviceContextState **ppContextState) { + return This->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState); +} +static FORCEINLINE HRESULT ID3D11Device4_OpenSharedResource1(ID3D11Device4* This,HANDLE hResource,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device4_OpenSharedResourceByName(ID3D11Device4* This,LPCWSTR lpName,DWORD dwDesiredAccess,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource); +} +/*** ID3D11Device2 methods ***/ +static FORCEINLINE void ID3D11Device4_GetImmediateContext2(ID3D11Device4* This,ID3D11DeviceContext2 **context) { + This->lpVtbl->GetImmediateContext2(This,context); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDeferredContext2(ID3D11Device4* This,UINT flags,ID3D11DeviceContext2 **context) { + return This->lpVtbl->CreateDeferredContext2(This,flags,context); +} +static FORCEINLINE void ID3D11Device4_GetResourceTiling(ID3D11Device4* This,ID3D11Resource *resource,UINT *tile_count,D3D11_PACKED_MIP_DESC *mip_desc,D3D11_TILE_SHAPE *tile_shape,UINT *subresource_tiling_count,UINT first_subresource_tiling,D3D11_SUBRESOURCE_TILING *subresource_tiling) { + This->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling); +} +static FORCEINLINE HRESULT ID3D11Device4_CheckMultisampleQualityLevels1(ID3D11Device4* This,DXGI_FORMAT format,UINT sample_count,UINT flags,UINT *quality_level_count) { + return This->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count); +} +/*** ID3D11Device3 methods ***/ +static FORCEINLINE HRESULT ID3D11Device4_CreateTexture2D1(ID3D11Device4* This,const D3D11_TEXTURE2D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture2D1 **texture) { + return This->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateTexture3D1(ID3D11Device4* This,const D3D11_TEXTURE3D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture3D1 **texture) { + return This->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateRasterizerState2(ID3D11Device4* This,const D3D11_RASTERIZER_DESC2 *desc,ID3D11RasterizerState2 **state) { + return This->lpVtbl->CreateRasterizerState2(This,desc,state); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateShaderResourceView1(ID3D11Device4* This,ID3D11Resource *resource,const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc,ID3D11ShaderResourceView1 **view) { + return This->lpVtbl->CreateShaderResourceView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateUnorderedAccessView1(ID3D11Device4* This,ID3D11Resource *resource,const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc,ID3D11UnorderedAccessView1 **view) { + return This->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateRenderTargetView1(ID3D11Device4* This,ID3D11Resource *resource,const D3D11_RENDER_TARGET_VIEW_DESC1 *desc,ID3D11RenderTargetView1 **view) { + return This->lpVtbl->CreateRenderTargetView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateQuery1(ID3D11Device4* This,const D3D11_QUERY_DESC1 *desc,ID3D11Query1 **query) { + return This->lpVtbl->CreateQuery1(This,desc,query); +} +static FORCEINLINE void ID3D11Device4_GetImmediateContext3(ID3D11Device4* This,ID3D11DeviceContext3 **context) { + This->lpVtbl->GetImmediateContext3(This,context); +} +static FORCEINLINE HRESULT ID3D11Device4_CreateDeferredContext3(ID3D11Device4* This,UINT flags,ID3D11DeviceContext3 **context) { + return This->lpVtbl->CreateDeferredContext3(This,flags,context); +} +static FORCEINLINE void ID3D11Device4_WriteToSubresource(ID3D11Device4* This,ID3D11Resource *dst_resource,UINT dst_subresource,const D3D11_BOX *dst_box,const void *src_data,UINT src_row_pitch,UINT src_depth_pitch) { + This->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch); +} +static FORCEINLINE void ID3D11Device4_ReadFromSubresource(ID3D11Device4* This,void *dst_data,UINT dst_row_pitch,UINT dst_depth_pitch,ID3D11Resource *src_resource,UINT src_subresource,const D3D11_BOX *src_box) { + This->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box); +} +/*** ID3D11Device4 methods ***/ +static FORCEINLINE HRESULT ID3D11Device4_RegisterDeviceRemovedEvent(ID3D11Device4* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterDeviceRemovedEvent(This,event,cookie); +} +static FORCEINLINE void ID3D11Device4_UnregisterDeviceRemoved(ID3D11Device4* This,DWORD cookie) { + This->lpVtbl->UnregisterDeviceRemoved(This,cookie); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Device4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Device5 interface + */ +#ifndef __ID3D11Device5_INTERFACE_DEFINED__ +#define __ID3D11Device5_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Device5, 0x8ffde202, 0xa0e7, 0x45df, 0x9e,0x01, 0xe8,0x37,0x80,0x1b,0x5e,0xa0); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8ffde202-a0e7-45df-9e01-e837801b5ea0") +ID3D11Device5 : public ID3D11Device4 +{ + virtual HRESULT STDMETHODCALLTYPE OpenSharedFence( + HANDLE handle, + REFIID iid, + void **fence) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateFence( + UINT64 initial_value, + D3D11_FENCE_FLAG flags, + REFIID iid, + void **fence) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Device5, 0x8ffde202, 0xa0e7, 0x45df, 0x9e,0x01, 0xe8,0x37,0x80,0x1b,0x5e,0xa0) +#endif +#else +typedef struct ID3D11Device5Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Device5 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Device5 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Device5 *This); + + /*** ID3D11Device methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateBuffer)( + ID3D11Device5 *This, + const D3D11_BUFFER_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Buffer **ppBuffer); + + HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( + ID3D11Device5 *This, + const D3D11_TEXTURE1D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture1D **ppTexture1D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( + ID3D11Device5 *This, + const D3D11_TEXTURE2D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture2D **ppTexture2D); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( + ID3D11Device5 *This, + const D3D11_TEXTURE3D_DESC *pDesc, + const D3D11_SUBRESOURCE_DATA *pInitialData, + ID3D11Texture3D **ppTexture3D); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( + ID3D11Device5 *This, + ID3D11Resource *pResource, + const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, + ID3D11ShaderResourceView **ppSRView); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( + ID3D11Device5 *This, + ID3D11Resource *pResource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, + ID3D11UnorderedAccessView **ppUAView); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( + ID3D11Device5 *This, + ID3D11Resource *pResource, + const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, + ID3D11RenderTargetView **ppRTView); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( + ID3D11Device5 *This, + ID3D11Resource *pResource, + const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, + ID3D11DepthStencilView **ppDepthStencilView); + + HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( + ID3D11Device5 *This, + const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, + UINT NumElements, + const void *pShaderBytecodeWithInputSignature, + SIZE_T BytecodeLength, + ID3D11InputLayout **ppInputLayout); + + HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11VertexShader **ppVertexShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, + UINT NumEntries, + const UINT *pBufferStrides, + UINT NumStrides, + UINT RasterizedStream, + ID3D11ClassLinkage *pClassLinkage, + ID3D11GeometryShader **ppGeometryShader); + + HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11PixelShader **ppPixelShader); + + HRESULT (STDMETHODCALLTYPE *CreateHullShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11HullShader **ppHullShader); + + HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11DomainShader **ppDomainShader); + + HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( + ID3D11Device5 *This, + const void *pShaderBytecode, + SIZE_T BytecodeLength, + ID3D11ClassLinkage *pClassLinkage, + ID3D11ComputeShader **ppComputeShader); + + HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( + ID3D11Device5 *This, + ID3D11ClassLinkage **ppLinkage); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState)( + ID3D11Device5 *This, + const D3D11_BLEND_DESC *pBlendStateDesc, + ID3D11BlendState **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( + ID3D11Device5 *This, + const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, + ID3D11DepthStencilState **ppDepthStencilState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( + ID3D11Device5 *This, + const D3D11_RASTERIZER_DESC *pRasterizerDesc, + ID3D11RasterizerState **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( + ID3D11Device5 *This, + const D3D11_SAMPLER_DESC *pSamplerDesc, + ID3D11SamplerState **ppSamplerState); + + HRESULT (STDMETHODCALLTYPE *CreateQuery)( + ID3D11Device5 *This, + const D3D11_QUERY_DESC *pQueryDesc, + ID3D11Query **ppQuery); + + HRESULT (STDMETHODCALLTYPE *CreatePredicate)( + ID3D11Device5 *This, + const D3D11_QUERY_DESC *pPredicateDesc, + ID3D11Predicate **ppPredicate); + + HRESULT (STDMETHODCALLTYPE *CreateCounter)( + ID3D11Device5 *This, + const D3D11_COUNTER_DESC *pCounterDesc, + ID3D11Counter **ppCounter); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( + ID3D11Device5 *This, + UINT ContextFlags, + ID3D11DeviceContext **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( + ID3D11Device5 *This, + HANDLE hResource, + REFIID ReturnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( + ID3D11Device5 *This, + DXGI_FORMAT Format, + UINT *pFormatSupport); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( + ID3D11Device5 *This, + DXGI_FORMAT Format, + UINT SampleCount, + UINT *pNumQualityLevels); + + void (STDMETHODCALLTYPE *CheckCounterInfo)( + ID3D11Device5 *This, + D3D11_COUNTER_INFO *pCounterInfo); + + HRESULT (STDMETHODCALLTYPE *CheckCounter)( + ID3D11Device5 *This, + const D3D11_COUNTER_DESC *pDesc, + D3D11_COUNTER_TYPE *pType, + UINT *pActiveCounters, + LPSTR szName, + UINT *pNameLength, + LPSTR szUnits, + UINT *pUnitsLength, + LPSTR szDescription, + UINT *pDescriptionLength); + + HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( + ID3D11Device5 *This, + D3D11_FEATURE Feature, + void *pFeatureSupportData, + UINT FeatureSupportDataSize); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11Device5 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11Device5 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11Device5 *This, + REFGUID guid, + const IUnknown *pData); + + D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( + ID3D11Device5 *This); + + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + ID3D11Device5 *This); + + HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( + ID3D11Device5 *This); + + void (STDMETHODCALLTYPE *GetImmediateContext)( + ID3D11Device5 *This, + ID3D11DeviceContext **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( + ID3D11Device5 *This, + UINT RaiseFlags); + + UINT (STDMETHODCALLTYPE *GetExceptionMode)( + ID3D11Device5 *This); + + /*** ID3D11Device1 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext1)( + ID3D11Device5 *This, + ID3D11DeviceContext1 **ppImmediateContext); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext1)( + ID3D11Device5 *This, + UINT ContextFlags, + ID3D11DeviceContext1 **ppDeferredContext); + + HRESULT (STDMETHODCALLTYPE *CreateBlendState1)( + ID3D11Device5 *This, + const D3D11_BLEND_DESC1 *pBlendStateDesc, + ID3D11BlendState1 **ppBlendState); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState1)( + ID3D11Device5 *This, + const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, + ID3D11RasterizerState1 **ppRasterizerState); + + HRESULT (STDMETHODCALLTYPE *CreateDeviceContextState)( + ID3D11Device5 *This, + UINT Flags, + const D3D_FEATURE_LEVEL *pFeatureLevels, + UINT FeatureLevels, + UINT SDKVersion, + REFIID EmulatedInterface, + D3D_FEATURE_LEVEL *pChosenFeatureLevel, + ID3DDeviceContextState **ppContextState); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResource1)( + ID3D11Device5 *This, + HANDLE hResource, + REFIID returnedInterface, + void **ppResource); + + HRESULT (STDMETHODCALLTYPE *OpenSharedResourceByName)( + ID3D11Device5 *This, + LPCWSTR lpName, + DWORD dwDesiredAccess, + REFIID returnedInterface, + void **ppResource); + + /*** ID3D11Device2 methods ***/ + void (STDMETHODCALLTYPE *GetImmediateContext2)( + ID3D11Device5 *This, + ID3D11DeviceContext2 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext2)( + ID3D11Device5 *This, + UINT flags, + ID3D11DeviceContext2 **context); + + void (STDMETHODCALLTYPE *GetResourceTiling)( + ID3D11Device5 *This, + ID3D11Resource *resource, + UINT *tile_count, + D3D11_PACKED_MIP_DESC *mip_desc, + D3D11_TILE_SHAPE *tile_shape, + UINT *subresource_tiling_count, + UINT first_subresource_tiling, + D3D11_SUBRESOURCE_TILING *subresource_tiling); + + HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels1)( + ID3D11Device5 *This, + DXGI_FORMAT format, + UINT sample_count, + UINT flags, + UINT *quality_level_count); + + /*** ID3D11Device3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateTexture2D1)( + ID3D11Device5 *This, + const D3D11_TEXTURE2D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture2D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateTexture3D1)( + ID3D11Device5 *This, + const D3D11_TEXTURE3D_DESC1 *desc, + const D3D11_SUBRESOURCE_DATA *initial_data, + ID3D11Texture3D1 **texture); + + HRESULT (STDMETHODCALLTYPE *CreateRasterizerState2)( + ID3D11Device5 *This, + const D3D11_RASTERIZER_DESC2 *desc, + ID3D11RasterizerState2 **state); + + HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView1)( + ID3D11Device5 *This, + ID3D11Resource *resource, + const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc, + ID3D11ShaderResourceView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView1)( + ID3D11Device5 *This, + ID3D11Resource *resource, + const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc, + ID3D11UnorderedAccessView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView1)( + ID3D11Device5 *This, + ID3D11Resource *resource, + const D3D11_RENDER_TARGET_VIEW_DESC1 *desc, + ID3D11RenderTargetView1 **view); + + HRESULT (STDMETHODCALLTYPE *CreateQuery1)( + ID3D11Device5 *This, + const D3D11_QUERY_DESC1 *desc, + ID3D11Query1 **query); + + void (STDMETHODCALLTYPE *GetImmediateContext3)( + ID3D11Device5 *This, + ID3D11DeviceContext3 **context); + + HRESULT (STDMETHODCALLTYPE *CreateDeferredContext3)( + ID3D11Device5 *This, + UINT flags, + ID3D11DeviceContext3 **context); + + void (STDMETHODCALLTYPE *WriteToSubresource)( + ID3D11Device5 *This, + ID3D11Resource *dst_resource, + UINT dst_subresource, + const D3D11_BOX *dst_box, + const void *src_data, + UINT src_row_pitch, + UINT src_depth_pitch); + + void (STDMETHODCALLTYPE *ReadFromSubresource)( + ID3D11Device5 *This, + void *dst_data, + UINT dst_row_pitch, + UINT dst_depth_pitch, + ID3D11Resource *src_resource, + UINT src_subresource, + const D3D11_BOX *src_box); + + /*** ID3D11Device4 methods ***/ + HRESULT (STDMETHODCALLTYPE *RegisterDeviceRemovedEvent)( + ID3D11Device5 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterDeviceRemoved)( + ID3D11Device5 *This, + DWORD cookie); + + /*** ID3D11Device5 methods ***/ + HRESULT (STDMETHODCALLTYPE *OpenSharedFence)( + ID3D11Device5 *This, + HANDLE handle, + REFIID iid, + void **fence); + + HRESULT (STDMETHODCALLTYPE *CreateFence)( + ID3D11Device5 *This, + UINT64 initial_value, + D3D11_FENCE_FLAG flags, + REFIID iid, + void **fence); + + END_INTERFACE +} ID3D11Device5Vtbl; + +interface ID3D11Device5 { + CONST_VTBL ID3D11Device5Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Device5_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Device5_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Device5_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11Device methods ***/ +#define ID3D11Device5_CreateBuffer(This,pDesc,pInitialData,ppBuffer) (This)->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer) +#define ID3D11Device5_CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) (This)->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D) +#define ID3D11Device5_CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) (This)->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D) +#define ID3D11Device5_CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) (This)->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D) +#define ID3D11Device5_CreateShaderResourceView(This,pResource,pDesc,ppSRView) (This)->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView) +#define ID3D11Device5_CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) (This)->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView) +#define ID3D11Device5_CreateRenderTargetView(This,pResource,pDesc,ppRTView) (This)->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView) +#define ID3D11Device5_CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView) +#define ID3D11Device5_CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) (This)->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout) +#define ID3D11Device5_CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) (This)->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader) +#define ID3D11Device5_CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader) +#define ID3D11Device5_CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) (This)->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader) +#define ID3D11Device5_CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) (This)->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader) +#define ID3D11Device5_CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) (This)->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader) +#define ID3D11Device5_CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) (This)->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader) +#define ID3D11Device5_CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) (This)->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader) +#define ID3D11Device5_CreateClassLinkage(This,ppLinkage) (This)->lpVtbl->CreateClassLinkage(This,ppLinkage) +#define ID3D11Device5_CreateBlendState(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device5_CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) (This)->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState) +#define ID3D11Device5_CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device5_CreateSamplerState(This,pSamplerDesc,ppSamplerState) (This)->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState) +#define ID3D11Device5_CreateQuery(This,pQueryDesc,ppQuery) (This)->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery) +#define ID3D11Device5_CreatePredicate(This,pPredicateDesc,ppPredicate) (This)->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate) +#define ID3D11Device5_CreateCounter(This,pCounterDesc,ppCounter) (This)->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter) +#define ID3D11Device5_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext) +#define ID3D11Device5_OpenSharedResource(This,hResource,ReturnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource) +#define ID3D11Device5_CheckFormatSupport(This,Format,pFormatSupport) (This)->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport) +#define ID3D11Device5_CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) (This)->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels) +#define ID3D11Device5_CheckCounterInfo(This,pCounterInfo) (This)->lpVtbl->CheckCounterInfo(This,pCounterInfo) +#define ID3D11Device5_CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) (This)->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength) +#define ID3D11Device5_CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) (This)->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize) +#define ID3D11Device5_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11Device5_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11Device5_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +#define ID3D11Device5_GetFeatureLevel(This) (This)->lpVtbl->GetFeatureLevel(This) +#define ID3D11Device5_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +#define ID3D11Device5_GetDeviceRemovedReason(This) (This)->lpVtbl->GetDeviceRemovedReason(This) +#define ID3D11Device5_GetImmediateContext(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext(This,ppImmediateContext) +#define ID3D11Device5_SetExceptionMode(This,RaiseFlags) (This)->lpVtbl->SetExceptionMode(This,RaiseFlags) +#define ID3D11Device5_GetExceptionMode(This) (This)->lpVtbl->GetExceptionMode(This) +/*** ID3D11Device1 methods ***/ +#define ID3D11Device5_GetImmediateContext1(This,ppImmediateContext) (This)->lpVtbl->GetImmediateContext1(This,ppImmediateContext) +#define ID3D11Device5_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext) +#define ID3D11Device5_CreateBlendState1(This,pBlendStateDesc,ppBlendState) (This)->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState) +#define ID3D11Device5_CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) (This)->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState) +#define ID3D11Device5_CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) (This)->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState) +#define ID3D11Device5_OpenSharedResource1(This,hResource,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource) +#define ID3D11Device5_OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) (This)->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource) +/*** ID3D11Device2 methods ***/ +#define ID3D11Device5_GetImmediateContext2(This,context) (This)->lpVtbl->GetImmediateContext2(This,context) +#define ID3D11Device5_CreateDeferredContext2(This,flags,context) (This)->lpVtbl->CreateDeferredContext2(This,flags,context) +#define ID3D11Device5_GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) (This)->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling) +#define ID3D11Device5_CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) (This)->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count) +/*** ID3D11Device3 methods ***/ +#define ID3D11Device5_CreateTexture2D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture) +#define ID3D11Device5_CreateTexture3D1(This,desc,initial_data,texture) (This)->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture) +#define ID3D11Device5_CreateRasterizerState2(This,desc,state) (This)->lpVtbl->CreateRasterizerState2(This,desc,state) +#define ID3D11Device5_CreateShaderResourceView1(This,resource,desc,view) (This)->lpVtbl->CreateShaderResourceView1(This,resource,desc,view) +#define ID3D11Device5_CreateUnorderedAccessView1(This,resource,desc,view) (This)->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view) +#define ID3D11Device5_CreateRenderTargetView1(This,resource,desc,view) (This)->lpVtbl->CreateRenderTargetView1(This,resource,desc,view) +#define ID3D11Device5_CreateQuery1(This,desc,query) (This)->lpVtbl->CreateQuery1(This,desc,query) +#define ID3D11Device5_GetImmediateContext3(This,context) (This)->lpVtbl->GetImmediateContext3(This,context) +#define ID3D11Device5_CreateDeferredContext3(This,flags,context) (This)->lpVtbl->CreateDeferredContext3(This,flags,context) +#define ID3D11Device5_WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) (This)->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch) +#define ID3D11Device5_ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) (This)->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box) +/*** ID3D11Device4 methods ***/ +#define ID3D11Device5_RegisterDeviceRemovedEvent(This,event,cookie) (This)->lpVtbl->RegisterDeviceRemovedEvent(This,event,cookie) +#define ID3D11Device5_UnregisterDeviceRemoved(This,cookie) (This)->lpVtbl->UnregisterDeviceRemoved(This,cookie) +/*** ID3D11Device5 methods ***/ +#define ID3D11Device5_OpenSharedFence(This,handle,iid,fence) (This)->lpVtbl->OpenSharedFence(This,handle,iid,fence) +#define ID3D11Device5_CreateFence(This,initial_value,flags,iid,fence) (This)->lpVtbl->CreateFence(This,initial_value,flags,iid,fence) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Device5_QueryInterface(ID3D11Device5* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Device5_AddRef(ID3D11Device5* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Device5_Release(ID3D11Device5* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11Device methods ***/ +static FORCEINLINE HRESULT ID3D11Device5_CreateBuffer(ID3D11Device5* This,const D3D11_BUFFER_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Buffer **ppBuffer) { + return This->lpVtbl->CreateBuffer(This,pDesc,pInitialData,ppBuffer); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateTexture1D(ID3D11Device5* This,const D3D11_TEXTURE1D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture1D **ppTexture1D) { + return This->lpVtbl->CreateTexture1D(This,pDesc,pInitialData,ppTexture1D); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateTexture2D(ID3D11Device5* This,const D3D11_TEXTURE2D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture2D **ppTexture2D) { + return This->lpVtbl->CreateTexture2D(This,pDesc,pInitialData,ppTexture2D); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateTexture3D(ID3D11Device5* This,const D3D11_TEXTURE3D_DESC *pDesc,const D3D11_SUBRESOURCE_DATA *pInitialData,ID3D11Texture3D **ppTexture3D) { + return This->lpVtbl->CreateTexture3D(This,pDesc,pInitialData,ppTexture3D); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateShaderResourceView(ID3D11Device5* This,ID3D11Resource *pResource,const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc,ID3D11ShaderResourceView **ppSRView) { + return This->lpVtbl->CreateShaderResourceView(This,pResource,pDesc,ppSRView); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateUnorderedAccessView(ID3D11Device5* This,ID3D11Resource *pResource,const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc,ID3D11UnorderedAccessView **ppUAView) { + return This->lpVtbl->CreateUnorderedAccessView(This,pResource,pDesc,ppUAView); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateRenderTargetView(ID3D11Device5* This,ID3D11Resource *pResource,const D3D11_RENDER_TARGET_VIEW_DESC *pDesc,ID3D11RenderTargetView **ppRTView) { + return This->lpVtbl->CreateRenderTargetView(This,pResource,pDesc,ppRTView); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDepthStencilView(ID3D11Device5* This,ID3D11Resource *pResource,const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc,ID3D11DepthStencilView **ppDepthStencilView) { + return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateInputLayout(ID3D11Device5* This,const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs,UINT NumElements,const void *pShaderBytecodeWithInputSignature,SIZE_T BytecodeLength,ID3D11InputLayout **ppInputLayout) { + return This->lpVtbl->CreateInputLayout(This,pInputElementDescs,NumElements,pShaderBytecodeWithInputSignature,BytecodeLength,ppInputLayout); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateVertexShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11VertexShader **ppVertexShader) { + return This->lpVtbl->CreateVertexShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppVertexShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateGeometryShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateGeometryShaderWithStreamOutput(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,const D3D11_SO_DECLARATION_ENTRY *pSODeclaration,UINT NumEntries,const UINT *pBufferStrides,UINT NumStrides,UINT RasterizedStream,ID3D11ClassLinkage *pClassLinkage,ID3D11GeometryShader **ppGeometryShader) { + return This->lpVtbl->CreateGeometryShaderWithStreamOutput(This,pShaderBytecode,BytecodeLength,pSODeclaration,NumEntries,pBufferStrides,NumStrides,RasterizedStream,pClassLinkage,ppGeometryShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreatePixelShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11PixelShader **ppPixelShader) { + return This->lpVtbl->CreatePixelShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppPixelShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateHullShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11HullShader **ppHullShader) { + return This->lpVtbl->CreateHullShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppHullShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDomainShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11DomainShader **ppDomainShader) { + return This->lpVtbl->CreateDomainShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppDomainShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateComputeShader(ID3D11Device5* This,const void *pShaderBytecode,SIZE_T BytecodeLength,ID3D11ClassLinkage *pClassLinkage,ID3D11ComputeShader **ppComputeShader) { + return This->lpVtbl->CreateComputeShader(This,pShaderBytecode,BytecodeLength,pClassLinkage,ppComputeShader); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateClassLinkage(ID3D11Device5* This,ID3D11ClassLinkage **ppLinkage) { + return This->lpVtbl->CreateClassLinkage(This,ppLinkage); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateBlendState(ID3D11Device5* This,const D3D11_BLEND_DESC *pBlendStateDesc,ID3D11BlendState **ppBlendState) { + return This->lpVtbl->CreateBlendState(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDepthStencilState(ID3D11Device5* This,const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc,ID3D11DepthStencilState **ppDepthStencilState) { + return This->lpVtbl->CreateDepthStencilState(This,pDepthStencilDesc,ppDepthStencilState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateRasterizerState(ID3D11Device5* This,const D3D11_RASTERIZER_DESC *pRasterizerDesc,ID3D11RasterizerState **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateSamplerState(ID3D11Device5* This,const D3D11_SAMPLER_DESC *pSamplerDesc,ID3D11SamplerState **ppSamplerState) { + return This->lpVtbl->CreateSamplerState(This,pSamplerDesc,ppSamplerState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateQuery(ID3D11Device5* This,const D3D11_QUERY_DESC *pQueryDesc,ID3D11Query **ppQuery) { + return This->lpVtbl->CreateQuery(This,pQueryDesc,ppQuery); +} +static FORCEINLINE HRESULT ID3D11Device5_CreatePredicate(ID3D11Device5* This,const D3D11_QUERY_DESC *pPredicateDesc,ID3D11Predicate **ppPredicate) { + return This->lpVtbl->CreatePredicate(This,pPredicateDesc,ppPredicate); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateCounter(ID3D11Device5* This,const D3D11_COUNTER_DESC *pCounterDesc,ID3D11Counter **ppCounter) { + return This->lpVtbl->CreateCounter(This,pCounterDesc,ppCounter); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDeferredContext(ID3D11Device5* This,UINT ContextFlags,ID3D11DeviceContext **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device5_OpenSharedResource(ID3D11Device5* This,HANDLE hResource,REFIID ReturnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource(This,hResource,ReturnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device5_CheckFormatSupport(ID3D11Device5* This,DXGI_FORMAT Format,UINT *pFormatSupport) { + return This->lpVtbl->CheckFormatSupport(This,Format,pFormatSupport); +} +static FORCEINLINE HRESULT ID3D11Device5_CheckMultisampleQualityLevels(ID3D11Device5* This,DXGI_FORMAT Format,UINT SampleCount,UINT *pNumQualityLevels) { + return This->lpVtbl->CheckMultisampleQualityLevels(This,Format,SampleCount,pNumQualityLevels); +} +static FORCEINLINE void ID3D11Device5_CheckCounterInfo(ID3D11Device5* This,D3D11_COUNTER_INFO *pCounterInfo) { + This->lpVtbl->CheckCounterInfo(This,pCounterInfo); +} +static FORCEINLINE HRESULT ID3D11Device5_CheckCounter(ID3D11Device5* This,const D3D11_COUNTER_DESC *pDesc,D3D11_COUNTER_TYPE *pType,UINT *pActiveCounters,LPSTR szName,UINT *pNameLength,LPSTR szUnits,UINT *pUnitsLength,LPSTR szDescription,UINT *pDescriptionLength) { + return This->lpVtbl->CheckCounter(This,pDesc,pType,pActiveCounters,szName,pNameLength,szUnits,pUnitsLength,szDescription,pDescriptionLength); +} +static FORCEINLINE HRESULT ID3D11Device5_CheckFeatureSupport(ID3D11Device5* This,D3D11_FEATURE Feature,void *pFeatureSupportData,UINT FeatureSupportDataSize) { + return This->lpVtbl->CheckFeatureSupport(This,Feature,pFeatureSupportData,FeatureSupportDataSize); +} +static FORCEINLINE HRESULT ID3D11Device5_GetPrivateData(ID3D11Device5* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device5_SetPrivateData(ID3D11Device5* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11Device5_SetPrivateDataInterface(ID3D11Device5* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +static FORCEINLINE D3D_FEATURE_LEVEL ID3D11Device5_GetFeatureLevel(ID3D11Device5* This) { + return This->lpVtbl->GetFeatureLevel(This); +} +static FORCEINLINE UINT ID3D11Device5_GetCreationFlags(ID3D11Device5* This) { + return This->lpVtbl->GetCreationFlags(This); +} +static FORCEINLINE HRESULT ID3D11Device5_GetDeviceRemovedReason(ID3D11Device5* This) { + return This->lpVtbl->GetDeviceRemovedReason(This); +} +static FORCEINLINE void ID3D11Device5_GetImmediateContext(ID3D11Device5* This,ID3D11DeviceContext **ppImmediateContext) { + This->lpVtbl->GetImmediateContext(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device5_SetExceptionMode(ID3D11Device5* This,UINT RaiseFlags) { + return This->lpVtbl->SetExceptionMode(This,RaiseFlags); +} +static FORCEINLINE UINT ID3D11Device5_GetExceptionMode(ID3D11Device5* This) { + return This->lpVtbl->GetExceptionMode(This); +} +/*** ID3D11Device1 methods ***/ +static FORCEINLINE void ID3D11Device5_GetImmediateContext1(ID3D11Device5* This,ID3D11DeviceContext1 **ppImmediateContext) { + This->lpVtbl->GetImmediateContext1(This,ppImmediateContext); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDeferredContext1(ID3D11Device5* This,UINT ContextFlags,ID3D11DeviceContext1 **ppDeferredContext) { + return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateBlendState1(ID3D11Device5* This,const D3D11_BLEND_DESC1 *pBlendStateDesc,ID3D11BlendState1 **ppBlendState) { + return This->lpVtbl->CreateBlendState1(This,pBlendStateDesc,ppBlendState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateRasterizerState1(ID3D11Device5* This,const D3D11_RASTERIZER_DESC1 *pRasterizerDesc,ID3D11RasterizerState1 **ppRasterizerState) { + return This->lpVtbl->CreateRasterizerState1(This,pRasterizerDesc,ppRasterizerState); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDeviceContextState(ID3D11Device5* This,UINT Flags,const D3D_FEATURE_LEVEL *pFeatureLevels,UINT FeatureLevels,UINT SDKVersion,REFIID EmulatedInterface,D3D_FEATURE_LEVEL *pChosenFeatureLevel,ID3DDeviceContextState **ppContextState) { + return This->lpVtbl->CreateDeviceContextState(This,Flags,pFeatureLevels,FeatureLevels,SDKVersion,EmulatedInterface,pChosenFeatureLevel,ppContextState); +} +static FORCEINLINE HRESULT ID3D11Device5_OpenSharedResource1(ID3D11Device5* This,HANDLE hResource,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResource1(This,hResource,returnedInterface,ppResource); +} +static FORCEINLINE HRESULT ID3D11Device5_OpenSharedResourceByName(ID3D11Device5* This,LPCWSTR lpName,DWORD dwDesiredAccess,REFIID returnedInterface,void **ppResource) { + return This->lpVtbl->OpenSharedResourceByName(This,lpName,dwDesiredAccess,returnedInterface,ppResource); +} +/*** ID3D11Device2 methods ***/ +static FORCEINLINE void ID3D11Device5_GetImmediateContext2(ID3D11Device5* This,ID3D11DeviceContext2 **context) { + This->lpVtbl->GetImmediateContext2(This,context); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDeferredContext2(ID3D11Device5* This,UINT flags,ID3D11DeviceContext2 **context) { + return This->lpVtbl->CreateDeferredContext2(This,flags,context); +} +static FORCEINLINE void ID3D11Device5_GetResourceTiling(ID3D11Device5* This,ID3D11Resource *resource,UINT *tile_count,D3D11_PACKED_MIP_DESC *mip_desc,D3D11_TILE_SHAPE *tile_shape,UINT *subresource_tiling_count,UINT first_subresource_tiling,D3D11_SUBRESOURCE_TILING *subresource_tiling) { + This->lpVtbl->GetResourceTiling(This,resource,tile_count,mip_desc,tile_shape,subresource_tiling_count,first_subresource_tiling,subresource_tiling); +} +static FORCEINLINE HRESULT ID3D11Device5_CheckMultisampleQualityLevels1(ID3D11Device5* This,DXGI_FORMAT format,UINT sample_count,UINT flags,UINT *quality_level_count) { + return This->lpVtbl->CheckMultisampleQualityLevels1(This,format,sample_count,flags,quality_level_count); +} +/*** ID3D11Device3 methods ***/ +static FORCEINLINE HRESULT ID3D11Device5_CreateTexture2D1(ID3D11Device5* This,const D3D11_TEXTURE2D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture2D1 **texture) { + return This->lpVtbl->CreateTexture2D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateTexture3D1(ID3D11Device5* This,const D3D11_TEXTURE3D_DESC1 *desc,const D3D11_SUBRESOURCE_DATA *initial_data,ID3D11Texture3D1 **texture) { + return This->lpVtbl->CreateTexture3D1(This,desc,initial_data,texture); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateRasterizerState2(ID3D11Device5* This,const D3D11_RASTERIZER_DESC2 *desc,ID3D11RasterizerState2 **state) { + return This->lpVtbl->CreateRasterizerState2(This,desc,state); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateShaderResourceView1(ID3D11Device5* This,ID3D11Resource *resource,const D3D11_SHADER_RESOURCE_VIEW_DESC1 *desc,ID3D11ShaderResourceView1 **view) { + return This->lpVtbl->CreateShaderResourceView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateUnorderedAccessView1(ID3D11Device5* This,ID3D11Resource *resource,const D3D11_UNORDERED_ACCESS_VIEW_DESC1 *desc,ID3D11UnorderedAccessView1 **view) { + return This->lpVtbl->CreateUnorderedAccessView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateRenderTargetView1(ID3D11Device5* This,ID3D11Resource *resource,const D3D11_RENDER_TARGET_VIEW_DESC1 *desc,ID3D11RenderTargetView1 **view) { + return This->lpVtbl->CreateRenderTargetView1(This,resource,desc,view); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateQuery1(ID3D11Device5* This,const D3D11_QUERY_DESC1 *desc,ID3D11Query1 **query) { + return This->lpVtbl->CreateQuery1(This,desc,query); +} +static FORCEINLINE void ID3D11Device5_GetImmediateContext3(ID3D11Device5* This,ID3D11DeviceContext3 **context) { + This->lpVtbl->GetImmediateContext3(This,context); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateDeferredContext3(ID3D11Device5* This,UINT flags,ID3D11DeviceContext3 **context) { + return This->lpVtbl->CreateDeferredContext3(This,flags,context); +} +static FORCEINLINE void ID3D11Device5_WriteToSubresource(ID3D11Device5* This,ID3D11Resource *dst_resource,UINT dst_subresource,const D3D11_BOX *dst_box,const void *src_data,UINT src_row_pitch,UINT src_depth_pitch) { + This->lpVtbl->WriteToSubresource(This,dst_resource,dst_subresource,dst_box,src_data,src_row_pitch,src_depth_pitch); +} +static FORCEINLINE void ID3D11Device5_ReadFromSubresource(ID3D11Device5* This,void *dst_data,UINT dst_row_pitch,UINT dst_depth_pitch,ID3D11Resource *src_resource,UINT src_subresource,const D3D11_BOX *src_box) { + This->lpVtbl->ReadFromSubresource(This,dst_data,dst_row_pitch,dst_depth_pitch,src_resource,src_subresource,src_box); +} +/*** ID3D11Device4 methods ***/ +static FORCEINLINE HRESULT ID3D11Device5_RegisterDeviceRemovedEvent(ID3D11Device5* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterDeviceRemovedEvent(This,event,cookie); +} +static FORCEINLINE void ID3D11Device5_UnregisterDeviceRemoved(ID3D11Device5* This,DWORD cookie) { + This->lpVtbl->UnregisterDeviceRemoved(This,cookie); +} +/*** ID3D11Device5 methods ***/ +static FORCEINLINE HRESULT ID3D11Device5_OpenSharedFence(ID3D11Device5* This,HANDLE handle,REFIID iid,void **fence) { + return This->lpVtbl->OpenSharedFence(This,handle,iid,fence); +} +static FORCEINLINE HRESULT ID3D11Device5_CreateFence(ID3D11Device5* This,UINT64 initial_value,D3D11_FENCE_FLAG flags,REFIID iid,void **fence) { + return This->lpVtbl->CreateFence(This,initial_value,flags,iid,fence); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Device5_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11Multithread interface + */ +#ifndef __ID3D11Multithread_INTERFACE_DEFINED__ +#define __ID3D11Multithread_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11Multithread, 0x9b7e4e00, 0x342c, 0x4106, 0xa1,0x9f, 0x4f,0x27,0x04,0xf6,0x89,0xf0); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9b7e4e00-342c-4106-a19f-4f2704f689f0") +ID3D11Multithread : public IUnknown +{ + virtual void STDMETHODCALLTYPE Enter( + ) = 0; + + virtual void STDMETHODCALLTYPE Leave( + ) = 0; + + virtual WINBOOL STDMETHODCALLTYPE SetMultithreadProtected( + WINBOOL enable) = 0; + + virtual WINBOOL STDMETHODCALLTYPE GetMultithreadProtected( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11Multithread, 0x9b7e4e00, 0x342c, 0x4106, 0xa1,0x9f, 0x4f,0x27,0x04,0xf6,0x89,0xf0) +#endif +#else +typedef struct ID3D11MultithreadVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11Multithread *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11Multithread *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11Multithread *This); + + /*** ID3D11Multithread methods ***/ + void (STDMETHODCALLTYPE *Enter)( + ID3D11Multithread *This); + + void (STDMETHODCALLTYPE *Leave)( + ID3D11Multithread *This); + + WINBOOL (STDMETHODCALLTYPE *SetMultithreadProtected)( + ID3D11Multithread *This, + WINBOOL enable); + + WINBOOL (STDMETHODCALLTYPE *GetMultithreadProtected)( + ID3D11Multithread *This); + + END_INTERFACE +} ID3D11MultithreadVtbl; + +interface ID3D11Multithread { + CONST_VTBL ID3D11MultithreadVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11Multithread_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11Multithread_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11Multithread_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11Multithread methods ***/ +#define ID3D11Multithread_Enter(This) (This)->lpVtbl->Enter(This) +#define ID3D11Multithread_Leave(This) (This)->lpVtbl->Leave(This) +#define ID3D11Multithread_SetMultithreadProtected(This,enable) (This)->lpVtbl->SetMultithreadProtected(This,enable) +#define ID3D11Multithread_GetMultithreadProtected(This) (This)->lpVtbl->GetMultithreadProtected(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11Multithread_QueryInterface(ID3D11Multithread* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11Multithread_AddRef(ID3D11Multithread* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11Multithread_Release(ID3D11Multithread* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11Multithread methods ***/ +static FORCEINLINE void ID3D11Multithread_Enter(ID3D11Multithread* This) { + This->lpVtbl->Enter(This); +} +static FORCEINLINE void ID3D11Multithread_Leave(ID3D11Multithread* This) { + This->lpVtbl->Leave(This); +} +static FORCEINLINE WINBOOL ID3D11Multithread_SetMultithreadProtected(ID3D11Multithread* This,WINBOOL enable) { + return This->lpVtbl->SetMultithreadProtected(This,enable); +} +static FORCEINLINE WINBOOL ID3D11Multithread_GetMultithreadProtected(ID3D11Multithread* This) { + return This->lpVtbl->GetMultithreadProtected(This); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11Multithread_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ID3D11VideoContext2 interface + */ +#ifndef __ID3D11VideoContext2_INTERFACE_DEFINED__ +#define __ID3D11VideoContext2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ID3D11VideoContext2, 0xc4e7374c, 0x6243, 0x4d1b, 0xae,0x87, 0x52,0xb4,0xf7,0x40,0xe2,0x61); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("c4e7374c-6243-4d1b-ae87-52b4f740e261") +ID3D11VideoContext2 : public ID3D11VideoContext1 +{ + virtual void STDMETHODCALLTYPE VideoProcessorSetOutputHDRMetaData( + ID3D11VideoProcessor *processor, + DXGI_HDR_METADATA_TYPE type, + UINT size, + const void *meta_data) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetOutputHDRMetaData( + ID3D11VideoProcessor *processor, + DXGI_HDR_METADATA_TYPE *type, + UINT size, + void *meta_data) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorSetStreamHDRMetaData( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_HDR_METADATA_TYPE type, + UINT size, + const void *meta_data) = 0; + + virtual void STDMETHODCALLTYPE VideoProcessorGetStreamHDRMetaData( + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_HDR_METADATA_TYPE *type, + UINT size, + void *meta_data) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ID3D11VideoContext2, 0xc4e7374c, 0x6243, 0x4d1b, 0xae,0x87, 0x52,0xb4,0xf7,0x40,0xe2,0x61) +#endif +#else +typedef struct ID3D11VideoContext2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ID3D11VideoContext2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ID3D11VideoContext2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ID3D11VideoContext2 *This); + + /*** ID3D11DeviceChild methods ***/ + void (STDMETHODCALLTYPE *GetDevice)( + ID3D11VideoContext2 *This, + ID3D11Device **ppDevice); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + ID3D11VideoContext2 *This, + REFGUID guid, + UINT *pDataSize, + void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + ID3D11VideoContext2 *This, + REFGUID guid, + UINT DataSize, + const void *pData); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + ID3D11VideoContext2 *This, + REFGUID guid, + const IUnknown *pData); + + /*** ID3D11VideoContext methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDecoderBuffer)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + D3D11_VIDEO_DECODER_BUFFER_TYPE type, + UINT *buffer_size, + void **buffer); + + HRESULT (STDMETHODCALLTYPE *ReleaseDecoderBuffer)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + D3D11_VIDEO_DECODER_BUFFER_TYPE type); + + HRESULT (STDMETHODCALLTYPE *DecoderBeginFrame)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + ID3D11VideoDecoderOutputView *view, + UINT key_size, + const void *key); + + HRESULT (STDMETHODCALLTYPE *DecoderEndFrame)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder); + + HRESULT (STDMETHODCALLTYPE *SubmitDecoderBuffers)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + UINT buffers_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc); + + HRESULT (STDMETHODCALLTYPE *DecoderExtension)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_DECODER_EXTENSION *extension); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputTargetRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputBackgroundColor)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL y_cb_cr, + const D3D11_VIDEO_COLOR *color); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputColorSpace)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputAlphaFillMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode, + UINT stream_idx); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputConstriction)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable, + SIZE size); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputStereoMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorSetOutputExtension)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputTargetRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputBackgroundColor)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL *y_cb_cr, + D3D11_VIDEO_COLOR *color); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputColorSpace)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputAlphaFillMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode, + UINT *stream_idx); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputConstriction)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled, + SIZE *size); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputStereoMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetOutputExtension)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamFrameFormat)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_FRAME_FORMAT format); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamColorSpace)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamOutputRate)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate, + WINBOOL repeat, + const DXGI_RATIONAL *custom_rate); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamSourceRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamDestRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamAlpha)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + float alpha); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamPalette)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + UINT entry_count, + const UINT *entries); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamPixelAspectRatio)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + const DXGI_RATIONAL *src_aspect_ratio, + const DXGI_RATIONAL *dst_aspect_ratio); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamLumaKey)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + float lower, + float upper); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamStereoFormat)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + D3D11_VIDEO_PROCESSOR_STEREO_FORMAT format, + WINBOOL left_view_frame0, + WINBOOL base_view_frame0, + D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE flip_mode, + int mono_offset); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamAutoProcessingMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamFilter)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_FILTER filter, + WINBOOL enable, + int level); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorSetStreamExtension)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const GUID *guid, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamFrameFormat)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_FRAME_FORMAT *format); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamColorSpace)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamOutputRate)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate, + WINBOOL *repeat, + DXGI_RATIONAL *custom_rate); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamSourceRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamDestRect)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + RECT *rect); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamAlpha)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + float *alpha); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamPalette)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + UINT entry_count, + UINT *entries); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamPixelAspectRatio)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + DXGI_RATIONAL *src_aspect_ratio, + DXGI_RATIONAL *dst_aspect_ratio); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamLumaKey)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + float *lower, + float *upper); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamStereoFormat)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled, + D3D11_VIDEO_PROCESSOR_STEREO_FORMAT *format, + WINBOOL *left_view_frame0, + WINBOOL *base_view_frame0, + D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE *flip_mode, + int *mono_offset); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamAutoProcessingMode)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enabled); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamFilter)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + D3D11_VIDEO_PROCESSOR_FILTER filter, + WINBOOL *enabled, + int *level); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetStreamExtension)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + const GUID *guid, + UINT data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorBlt)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + ID3D11VideoProcessorOutputView *view, + UINT frame_idx, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM *streams); + + HRESULT (STDMETHODCALLTYPE *NegotiateCryptoSessionKeyExchange)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + UINT data_size, + void *data); + + void (STDMETHODCALLTYPE *EncryptionBlt)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + ID3D11Texture2D *src_surface, + ID3D11Texture2D *dst_surface, + UINT iv_size, + void *iv); + + void (STDMETHODCALLTYPE *DecryptionBlt)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + ID3D11Texture2D *src_surface, + ID3D11Texture2D *dst_surface, + D3D11_ENCRYPTED_BLOCK_INFO *block_info, + UINT key_size, + const void *key, + UINT iv_size, + void *iv); + + void (STDMETHODCALLTYPE *StartSessionKeyRefresh)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + UINT random_number_size, + void *random_number); + + void (STDMETHODCALLTYPE *FinishSessionKeyRefresh)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session); + + HRESULT (STDMETHODCALLTYPE *GetEncryptionBltKey)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + UINT key_size, + void *key); + + HRESULT (STDMETHODCALLTYPE *NegotiateAuthenticatedChannelKeyExchange)( + ID3D11VideoContext2 *This, + ID3D11AuthenticatedChannel *channel, + UINT data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *QueryAuthenticatedChannel)( + ID3D11VideoContext2 *This, + ID3D11AuthenticatedChannel *channel, + UINT input_size, + const void *input, + UINT output_size, + void *output); + + HRESULT (STDMETHODCALLTYPE *ConfigureAuthenticatedChannel)( + ID3D11VideoContext2 *This, + ID3D11AuthenticatedChannel *channel, + UINT input_size, + const void *input, + D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamRotation)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL enable, + D3D11_VIDEO_PROCESSOR_ROTATION rotation); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamRotation)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_idx, + WINBOOL *enable, + D3D11_VIDEO_PROCESSOR_ROTATION *rotation); + + /*** ID3D11VideoContext1 methods ***/ + HRESULT (STDMETHODCALLTYPE *SubmitDecoderBuffers1)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + UINT buffer_count, + const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc); + + HRESULT (STDMETHODCALLTYPE *GetDataForNewHardwareKey)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + UINT input_size, + const void *input_data, + UINT64 *output_data); + + HRESULT (STDMETHODCALLTYPE *CheckCryptoSessionStatus)( + ID3D11VideoContext2 *This, + ID3D11CryptoSession *session, + D3D11_CRYPTO_SESSION_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *DecoderEnableDownsampling)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + DXGI_COLOR_SPACE_TYPE colour_space, + const D3D11_VIDEO_SAMPLE_DESC *output_desc, + UINT reference_frame_count); + + HRESULT (STDMETHODCALLTYPE *DecoderUpdateDownsampling)( + ID3D11VideoContext2 *This, + ID3D11VideoDecoder *decoder, + const D3D11_VIDEO_SAMPLE_DESC *output_desc); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputColorSpace1)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetOutputShaderUsage)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL shader_usage); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputColorSpace1)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + DXGI_COLOR_SPACE_TYPE *colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputShaderUsage)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + WINBOOL *shader_usage); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamColorSpace1)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamMirror)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL enable, + WINBOOL flip_horizontal, + WINBOOL flip_vertical); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamColorSpace1)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_COLOR_SPACE_TYPE *colour_space); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamMirror)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + WINBOOL *enable, + WINBOOL *flip_horizontal, + WINBOOL *flip_vertical); + + HRESULT (STDMETHODCALLTYPE *VideoProcessorGetBehaviorHints)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT output_width, + UINT output_height, + DXGI_FORMAT output_format, + UINT stream_count, + const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams, + UINT *behaviour_hints); + + /*** ID3D11VideoContext2 methods ***/ + void (STDMETHODCALLTYPE *VideoProcessorSetOutputHDRMetaData)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + DXGI_HDR_METADATA_TYPE type, + UINT size, + const void *meta_data); + + void (STDMETHODCALLTYPE *VideoProcessorGetOutputHDRMetaData)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + DXGI_HDR_METADATA_TYPE *type, + UINT size, + void *meta_data); + + void (STDMETHODCALLTYPE *VideoProcessorSetStreamHDRMetaData)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_HDR_METADATA_TYPE type, + UINT size, + const void *meta_data); + + void (STDMETHODCALLTYPE *VideoProcessorGetStreamHDRMetaData)( + ID3D11VideoContext2 *This, + ID3D11VideoProcessor *processor, + UINT stream_index, + DXGI_HDR_METADATA_TYPE *type, + UINT size, + void *meta_data); + + END_INTERFACE +} ID3D11VideoContext2Vtbl; + +interface ID3D11VideoContext2 { + CONST_VTBL ID3D11VideoContext2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ID3D11VideoContext2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ID3D11VideoContext2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ID3D11VideoContext2_Release(This) (This)->lpVtbl->Release(This) +/*** ID3D11DeviceChild methods ***/ +#define ID3D11VideoContext2_GetDevice(This,ppDevice) (This)->lpVtbl->GetDevice(This,ppDevice) +#define ID3D11VideoContext2_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData) +#define ID3D11VideoContext2_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData) +#define ID3D11VideoContext2_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData) +/*** ID3D11VideoContext methods ***/ +#define ID3D11VideoContext2_GetDecoderBuffer(This,decoder,type,buffer_size,buffer) (This)->lpVtbl->GetDecoderBuffer(This,decoder,type,buffer_size,buffer) +#define ID3D11VideoContext2_ReleaseDecoderBuffer(This,decoder,type) (This)->lpVtbl->ReleaseDecoderBuffer(This,decoder,type) +#define ID3D11VideoContext2_DecoderBeginFrame(This,decoder,view,key_size,key) (This)->lpVtbl->DecoderBeginFrame(This,decoder,view,key_size,key) +#define ID3D11VideoContext2_DecoderEndFrame(This,decoder) (This)->lpVtbl->DecoderEndFrame(This,decoder) +#define ID3D11VideoContext2_SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc) (This)->lpVtbl->SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc) +#define ID3D11VideoContext2_DecoderExtension(This,decoder,extension) (This)->lpVtbl->DecoderExtension(This,decoder,extension) +#define ID3D11VideoContext2_VideoProcessorSetOutputTargetRect(This,processor,enable,rect) (This)->lpVtbl->VideoProcessorSetOutputTargetRect(This,processor,enable,rect) +#define ID3D11VideoContext2_VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color) (This)->lpVtbl->VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color) +#define ID3D11VideoContext2_VideoProcessorSetOutputColorSpace(This,processor,color_space) (This)->lpVtbl->VideoProcessorSetOutputColorSpace(This,processor,color_space) +#define ID3D11VideoContext2_VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) (This)->lpVtbl->VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) +#define ID3D11VideoContext2_VideoProcessorSetOutputConstriction(This,processor,enable,size) (This)->lpVtbl->VideoProcessorSetOutputConstriction(This,processor,enable,size) +#define ID3D11VideoContext2_VideoProcessorSetOutputStereoMode(This,processor,enable) (This)->lpVtbl->VideoProcessorSetOutputStereoMode(This,processor,enable) +#define ID3D11VideoContext2_VideoProcessorSetOutputExtension(This,processor,guid,data_size,data) (This)->lpVtbl->VideoProcessorSetOutputExtension(This,processor,guid,data_size,data) +#define ID3D11VideoContext2_VideoProcessorGetOutputTargetRect(This,processor,enabled,rect) (This)->lpVtbl->VideoProcessorGetOutputTargetRect(This,processor,enabled,rect) +#define ID3D11VideoContext2_VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color) (This)->lpVtbl->VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color) +#define ID3D11VideoContext2_VideoProcessorGetOutputColorSpace(This,processor,color_space) (This)->lpVtbl->VideoProcessorGetOutputColorSpace(This,processor,color_space) +#define ID3D11VideoContext2_VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) (This)->lpVtbl->VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx) +#define ID3D11VideoContext2_VideoProcessorGetOutputConstriction(This,processor,enabled,size) (This)->lpVtbl->VideoProcessorGetOutputConstriction(This,processor,enabled,size) +#define ID3D11VideoContext2_VideoProcessorGetOutputStereoMode(This,processor,enabled) (This)->lpVtbl->VideoProcessorGetOutputStereoMode(This,processor,enabled) +#define ID3D11VideoContext2_VideoProcessorGetOutputExtension(This,processor,guid,data_size,data) (This)->lpVtbl->VideoProcessorGetOutputExtension(This,processor,guid,data_size,data) +#define ID3D11VideoContext2_VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format) (This)->lpVtbl->VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format) +#define ID3D11VideoContext2_VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space) (This)->lpVtbl->VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space) +#define ID3D11VideoContext2_VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) (This)->lpVtbl->VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) +#define ID3D11VideoContext2_VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect) (This)->lpVtbl->VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect) +#define ID3D11VideoContext2_VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect) (This)->lpVtbl->VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect) +#define ID3D11VideoContext2_VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha) (This)->lpVtbl->VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha) +#define ID3D11VideoContext2_VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries) (This)->lpVtbl->VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries) +#define ID3D11VideoContext2_VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio) (This)->lpVtbl->VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio) +#define ID3D11VideoContext2_VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper) (This)->lpVtbl->VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper) +#define ID3D11VideoContext2_VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) (This)->lpVtbl->VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) +#define ID3D11VideoContext2_VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable) (This)->lpVtbl->VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable) +#define ID3D11VideoContext2_VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level) (This)->lpVtbl->VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level) +#define ID3D11VideoContext2_VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data) (This)->lpVtbl->VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data) +#define ID3D11VideoContext2_VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format) (This)->lpVtbl->VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format) +#define ID3D11VideoContext2_VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space) (This)->lpVtbl->VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space) +#define ID3D11VideoContext2_VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) (This)->lpVtbl->VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate) +#define ID3D11VideoContext2_VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect) (This)->lpVtbl->VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect) +#define ID3D11VideoContext2_VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect) (This)->lpVtbl->VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect) +#define ID3D11VideoContext2_VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha) (This)->lpVtbl->VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha) +#define ID3D11VideoContext2_VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries) (This)->lpVtbl->VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries) +#define ID3D11VideoContext2_VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio) (This)->lpVtbl->VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio) +#define ID3D11VideoContext2_VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper) (This)->lpVtbl->VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper) +#define ID3D11VideoContext2_VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) (This)->lpVtbl->VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset) +#define ID3D11VideoContext2_VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled) (This)->lpVtbl->VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled) +#define ID3D11VideoContext2_VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level) (This)->lpVtbl->VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level) +#define ID3D11VideoContext2_VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data) (This)->lpVtbl->VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data) +#define ID3D11VideoContext2_VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams) (This)->lpVtbl->VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams) +#define ID3D11VideoContext2_NegotiateCryptoSessionKeyExchange(This,session,data_size,data) (This)->lpVtbl->NegotiateCryptoSessionKeyExchange(This,session,data_size,data) +#define ID3D11VideoContext2_EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv) (This)->lpVtbl->EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv) +#define ID3D11VideoContext2_DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv) (This)->lpVtbl->DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv) +#define ID3D11VideoContext2_StartSessionKeyRefresh(This,session,random_number_size,random_number) (This)->lpVtbl->StartSessionKeyRefresh(This,session,random_number_size,random_number) +#define ID3D11VideoContext2_FinishSessionKeyRefresh(This,session) (This)->lpVtbl->FinishSessionKeyRefresh(This,session) +#define ID3D11VideoContext2_GetEncryptionBltKey(This,session,key_size,key) (This)->lpVtbl->GetEncryptionBltKey(This,session,key_size,key) +#define ID3D11VideoContext2_NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data) (This)->lpVtbl->NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data) +#define ID3D11VideoContext2_QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output) (This)->lpVtbl->QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output) +#define ID3D11VideoContext2_ConfigureAuthenticatedChannel(This,channel,input_size,input,output) (This)->lpVtbl->ConfigureAuthenticatedChannel(This,channel,input_size,input,output) +#define ID3D11VideoContext2_VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation) (This)->lpVtbl->VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation) +#define ID3D11VideoContext2_VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation) (This)->lpVtbl->VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation) +/*** ID3D11VideoContext1 methods ***/ +#define ID3D11VideoContext2_SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc) (This)->lpVtbl->SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc) +#define ID3D11VideoContext2_GetDataForNewHardwareKey(This,session,input_size,input_data,output_data) (This)->lpVtbl->GetDataForNewHardwareKey(This,session,input_size,input_data,output_data) +#define ID3D11VideoContext2_CheckCryptoSessionStatus(This,session,status) (This)->lpVtbl->CheckCryptoSessionStatus(This,session,status) +#define ID3D11VideoContext2_DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count) (This)->lpVtbl->DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count) +#define ID3D11VideoContext2_DecoderUpdateDownsampling(This,decoder,output_desc) (This)->lpVtbl->DecoderUpdateDownsampling(This,decoder,output_desc) +#define ID3D11VideoContext2_VideoProcessorSetOutputColorSpace1(This,processor,colour_space) (This)->lpVtbl->VideoProcessorSetOutputColorSpace1(This,processor,colour_space) +#define ID3D11VideoContext2_VideoProcessorSetOutputShaderUsage(This,processor,shader_usage) (This)->lpVtbl->VideoProcessorSetOutputShaderUsage(This,processor,shader_usage) +#define ID3D11VideoContext2_VideoProcessorGetOutputColorSpace1(This,processor,colour_space) (This)->lpVtbl->VideoProcessorGetOutputColorSpace1(This,processor,colour_space) +#define ID3D11VideoContext2_VideoProcessorGetOutputShaderUsage(This,processor,shader_usage) (This)->lpVtbl->VideoProcessorGetOutputShaderUsage(This,processor,shader_usage) +#define ID3D11VideoContext2_VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space) (This)->lpVtbl->VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space) +#define ID3D11VideoContext2_VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) (This)->lpVtbl->VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) +#define ID3D11VideoContext2_VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space) (This)->lpVtbl->VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space) +#define ID3D11VideoContext2_VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) (This)->lpVtbl->VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical) +#define ID3D11VideoContext2_VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints) (This)->lpVtbl->VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints) +/*** ID3D11VideoContext2 methods ***/ +#define ID3D11VideoContext2_VideoProcessorSetOutputHDRMetaData(This,processor,type,size,meta_data) (This)->lpVtbl->VideoProcessorSetOutputHDRMetaData(This,processor,type,size,meta_data) +#define ID3D11VideoContext2_VideoProcessorGetOutputHDRMetaData(This,processor,type,size,meta_data) (This)->lpVtbl->VideoProcessorGetOutputHDRMetaData(This,processor,type,size,meta_data) +#define ID3D11VideoContext2_VideoProcessorSetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data) (This)->lpVtbl->VideoProcessorSetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data) +#define ID3D11VideoContext2_VideoProcessorGetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data) (This)->lpVtbl->VideoProcessorGetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext2_QueryInterface(ID3D11VideoContext2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ID3D11VideoContext2_AddRef(ID3D11VideoContext2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ID3D11VideoContext2_Release(ID3D11VideoContext2* This) { + return This->lpVtbl->Release(This); +} +/*** ID3D11DeviceChild methods ***/ +static FORCEINLINE void ID3D11VideoContext2_GetDevice(ID3D11VideoContext2* This,ID3D11Device **ppDevice) { + This->lpVtbl->GetDevice(This,ppDevice); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_GetPrivateData(ID3D11VideoContext2* This,REFGUID guid,UINT *pDataSize,void *pData) { + return This->lpVtbl->GetPrivateData(This,guid,pDataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_SetPrivateData(ID3D11VideoContext2* This,REFGUID guid,UINT DataSize,const void *pData) { + return This->lpVtbl->SetPrivateData(This,guid,DataSize,pData); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_SetPrivateDataInterface(ID3D11VideoContext2* This,REFGUID guid,const IUnknown *pData) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,pData); +} +/*** ID3D11VideoContext methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext2_GetDecoderBuffer(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,D3D11_VIDEO_DECODER_BUFFER_TYPE type,UINT *buffer_size,void **buffer) { + return This->lpVtbl->GetDecoderBuffer(This,decoder,type,buffer_size,buffer); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_ReleaseDecoderBuffer(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,D3D11_VIDEO_DECODER_BUFFER_TYPE type) { + return This->lpVtbl->ReleaseDecoderBuffer(This,decoder,type); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_DecoderBeginFrame(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,ID3D11VideoDecoderOutputView *view,UINT key_size,const void *key) { + return This->lpVtbl->DecoderBeginFrame(This,decoder,view,key_size,key); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_DecoderEndFrame(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder) { + return This->lpVtbl->DecoderEndFrame(This,decoder); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_SubmitDecoderBuffers(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,UINT buffers_count,const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc) { + return This->lpVtbl->SubmitDecoderBuffers(This,decoder,buffers_count,buffer_desc); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_DecoderExtension(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,const D3D11_VIDEO_DECODER_EXTENSION *extension) { + return This->lpVtbl->DecoderExtension(This,decoder,extension); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputTargetRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetOutputTargetRect(This,processor,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputBackgroundColor(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL y_cb_cr,const D3D11_VIDEO_COLOR *color) { + This->lpVtbl->VideoProcessorSetOutputBackgroundColor(This,processor,y_cb_cr,color); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputColorSpace(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorSetOutputColorSpace(This,processor,color_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputAlphaFillMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode,UINT stream_idx) { + This->lpVtbl->VideoProcessorSetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputConstriction(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL enable,SIZE size) { + This->lpVtbl->VideoProcessorSetOutputConstriction(This,processor,enable,size); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputStereoMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL enable) { + This->lpVtbl->VideoProcessorSetOutputStereoMode(This,processor,enable); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorSetOutputExtension(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorSetOutputExtension(This,processor,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputTargetRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetOutputTargetRect(This,processor,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputBackgroundColor(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL *y_cb_cr,D3D11_VIDEO_COLOR *color) { + This->lpVtbl->VideoProcessorGetOutputBackgroundColor(This,processor,y_cb_cr,color); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputColorSpace(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorGetOutputColorSpace(This,processor,color_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputAlphaFillMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode,UINT *stream_idx) { + This->lpVtbl->VideoProcessorGetOutputAlphaFillMode(This,processor,alpha_fill_mode,stream_idx); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputConstriction(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL *enabled,SIZE *size) { + This->lpVtbl->VideoProcessorGetOutputConstriction(This,processor,enabled,size); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputStereoMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL *enabled) { + This->lpVtbl->VideoProcessorGetOutputStereoMode(This,processor,enabled); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorGetOutputExtension(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorGetOutputExtension(This,processor,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamFrameFormat(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_FRAME_FORMAT format) { + This->lpVtbl->VideoProcessorSetStreamFrameFormat(This,processor,stream_idx,format); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamColorSpace(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorSetStreamColorSpace(This,processor,stream_idx,color_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamOutputRate(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate,WINBOOL repeat,const DXGI_RATIONAL *custom_rate) { + This->lpVtbl->VideoProcessorSetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamSourceRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetStreamSourceRect(This,processor,stream_idx,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamDestRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const RECT *rect) { + This->lpVtbl->VideoProcessorSetStreamDestRect(This,processor,stream_idx,enable,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamAlpha(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,float alpha) { + This->lpVtbl->VideoProcessorSetStreamAlpha(This,processor,stream_idx,enable,alpha); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamPalette(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,UINT entry_count,const UINT *entries) { + This->lpVtbl->VideoProcessorSetStreamPalette(This,processor,stream_idx,entry_count,entries); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamPixelAspectRatio(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,const DXGI_RATIONAL *src_aspect_ratio,const DXGI_RATIONAL *dst_aspect_ratio) { + This->lpVtbl->VideoProcessorSetStreamPixelAspectRatio(This,processor,stream_idx,enable,src_aspect_ratio,dst_aspect_ratio); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamLumaKey(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,float lower,float upper) { + This->lpVtbl->VideoProcessorSetStreamLumaKey(This,processor,stream_idx,enable,lower,upper); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamStereoFormat(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,D3D11_VIDEO_PROCESSOR_STEREO_FORMAT format,WINBOOL left_view_frame0,WINBOOL base_view_frame0,D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE flip_mode,int mono_offset) { + This->lpVtbl->VideoProcessorSetStreamStereoFormat(This,processor,stream_idx,enable,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamAutoProcessingMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable) { + This->lpVtbl->VideoProcessorSetStreamAutoProcessingMode(This,processor,stream_idx,enable); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamFilter(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_FILTER filter,WINBOOL enable,int level) { + This->lpVtbl->VideoProcessorSetStreamFilter(This,processor,stream_idx,filter,enable,level); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorSetStreamExtension(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorSetStreamExtension(This,processor,stream_idx,guid,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamFrameFormat(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_FRAME_FORMAT *format) { + This->lpVtbl->VideoProcessorGetStreamFrameFormat(This,processor,stream_idx,format); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamColorSpace(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space) { + This->lpVtbl->VideoProcessorGetStreamColorSpace(This,processor,stream_idx,color_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamOutputRate(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate,WINBOOL *repeat,DXGI_RATIONAL *custom_rate) { + This->lpVtbl->VideoProcessorGetStreamOutputRate(This,processor,stream_idx,rate,repeat,custom_rate); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamSourceRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetStreamSourceRect(This,processor,stream_idx,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamDestRect(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,RECT *rect) { + This->lpVtbl->VideoProcessorGetStreamDestRect(This,processor,stream_idx,enabled,rect); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamAlpha(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,float *alpha) { + This->lpVtbl->VideoProcessorGetStreamAlpha(This,processor,stream_idx,enabled,alpha); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamPalette(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,UINT entry_count,UINT *entries) { + This->lpVtbl->VideoProcessorGetStreamPalette(This,processor,stream_idx,entry_count,entries); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamPixelAspectRatio(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,DXGI_RATIONAL *src_aspect_ratio,DXGI_RATIONAL *dst_aspect_ratio) { + This->lpVtbl->VideoProcessorGetStreamPixelAspectRatio(This,processor,stream_idx,enabled,src_aspect_ratio,dst_aspect_ratio); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamLumaKey(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,float *lower,float *upper) { + This->lpVtbl->VideoProcessorGetStreamLumaKey(This,processor,stream_idx,enabled,lower,upper); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamStereoFormat(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled,D3D11_VIDEO_PROCESSOR_STEREO_FORMAT *format,WINBOOL *left_view_frame0,WINBOOL *base_view_frame0,D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE *flip_mode,int *mono_offset) { + This->lpVtbl->VideoProcessorGetStreamStereoFormat(This,processor,stream_idx,enabled,format,left_view_frame0,base_view_frame0,flip_mode,mono_offset); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamAutoProcessingMode(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enabled) { + This->lpVtbl->VideoProcessorGetStreamAutoProcessingMode(This,processor,stream_idx,enabled); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamFilter(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,D3D11_VIDEO_PROCESSOR_FILTER filter,WINBOOL *enabled,int *level) { + This->lpVtbl->VideoProcessorGetStreamFilter(This,processor,stream_idx,filter,enabled,level); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorGetStreamExtension(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,const GUID *guid,UINT data_size,void *data) { + return This->lpVtbl->VideoProcessorGetStreamExtension(This,processor,stream_idx,guid,data_size,data); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorBlt(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,ID3D11VideoProcessorOutputView *view,UINT frame_idx,UINT stream_count,const D3D11_VIDEO_PROCESSOR_STREAM *streams) { + return This->lpVtbl->VideoProcessorBlt(This,processor,view,frame_idx,stream_count,streams); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_NegotiateCryptoSessionKeyExchange(ID3D11VideoContext2* This,ID3D11CryptoSession *session,UINT data_size,void *data) { + return This->lpVtbl->NegotiateCryptoSessionKeyExchange(This,session,data_size,data); +} +static FORCEINLINE void ID3D11VideoContext2_EncryptionBlt(ID3D11VideoContext2* This,ID3D11CryptoSession *session,ID3D11Texture2D *src_surface,ID3D11Texture2D *dst_surface,UINT iv_size,void *iv) { + This->lpVtbl->EncryptionBlt(This,session,src_surface,dst_surface,iv_size,iv); +} +static FORCEINLINE void ID3D11VideoContext2_DecryptionBlt(ID3D11VideoContext2* This,ID3D11CryptoSession *session,ID3D11Texture2D *src_surface,ID3D11Texture2D *dst_surface,D3D11_ENCRYPTED_BLOCK_INFO *block_info,UINT key_size,const void *key,UINT iv_size,void *iv) { + This->lpVtbl->DecryptionBlt(This,session,src_surface,dst_surface,block_info,key_size,key,iv_size,iv); +} +static FORCEINLINE void ID3D11VideoContext2_StartSessionKeyRefresh(ID3D11VideoContext2* This,ID3D11CryptoSession *session,UINT random_number_size,void *random_number) { + This->lpVtbl->StartSessionKeyRefresh(This,session,random_number_size,random_number); +} +static FORCEINLINE void ID3D11VideoContext2_FinishSessionKeyRefresh(ID3D11VideoContext2* This,ID3D11CryptoSession *session) { + This->lpVtbl->FinishSessionKeyRefresh(This,session); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_GetEncryptionBltKey(ID3D11VideoContext2* This,ID3D11CryptoSession *session,UINT key_size,void *key) { + return This->lpVtbl->GetEncryptionBltKey(This,session,key_size,key); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_NegotiateAuthenticatedChannelKeyExchange(ID3D11VideoContext2* This,ID3D11AuthenticatedChannel *channel,UINT data_size,void *data) { + return This->lpVtbl->NegotiateAuthenticatedChannelKeyExchange(This,channel,data_size,data); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_QueryAuthenticatedChannel(ID3D11VideoContext2* This,ID3D11AuthenticatedChannel *channel,UINT input_size,const void *input,UINT output_size,void *output) { + return This->lpVtbl->QueryAuthenticatedChannel(This,channel,input_size,input,output_size,output); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_ConfigureAuthenticatedChannel(ID3D11VideoContext2* This,ID3D11AuthenticatedChannel *channel,UINT input_size,const void *input,D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output) { + return This->lpVtbl->ConfigureAuthenticatedChannel(This,channel,input_size,input,output); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamRotation(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL enable,D3D11_VIDEO_PROCESSOR_ROTATION rotation) { + This->lpVtbl->VideoProcessorSetStreamRotation(This,processor,stream_idx,enable,rotation); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamRotation(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_idx,WINBOOL *enable,D3D11_VIDEO_PROCESSOR_ROTATION *rotation) { + This->lpVtbl->VideoProcessorGetStreamRotation(This,processor,stream_idx,enable,rotation); +} +/*** ID3D11VideoContext1 methods ***/ +static FORCEINLINE HRESULT ID3D11VideoContext2_SubmitDecoderBuffers1(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,UINT buffer_count,const D3D11_VIDEO_DECODER_BUFFER_DESC1 *buffer_desc) { + return This->lpVtbl->SubmitDecoderBuffers1(This,decoder,buffer_count,buffer_desc); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_GetDataForNewHardwareKey(ID3D11VideoContext2* This,ID3D11CryptoSession *session,UINT input_size,const void *input_data,UINT64 *output_data) { + return This->lpVtbl->GetDataForNewHardwareKey(This,session,input_size,input_data,output_data); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_CheckCryptoSessionStatus(ID3D11VideoContext2* This,ID3D11CryptoSession *session,D3D11_CRYPTO_SESSION_STATUS *status) { + return This->lpVtbl->CheckCryptoSessionStatus(This,session,status); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_DecoderEnableDownsampling(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,DXGI_COLOR_SPACE_TYPE colour_space,const D3D11_VIDEO_SAMPLE_DESC *output_desc,UINT reference_frame_count) { + return This->lpVtbl->DecoderEnableDownsampling(This,decoder,colour_space,output_desc,reference_frame_count); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_DecoderUpdateDownsampling(ID3D11VideoContext2* This,ID3D11VideoDecoder *decoder,const D3D11_VIDEO_SAMPLE_DESC *output_desc) { + return This->lpVtbl->DecoderUpdateDownsampling(This,decoder,output_desc); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputColorSpace1(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,DXGI_COLOR_SPACE_TYPE colour_space) { + This->lpVtbl->VideoProcessorSetOutputColorSpace1(This,processor,colour_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputShaderUsage(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL shader_usage) { + This->lpVtbl->VideoProcessorSetOutputShaderUsage(This,processor,shader_usage); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputColorSpace1(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,DXGI_COLOR_SPACE_TYPE *colour_space) { + This->lpVtbl->VideoProcessorGetOutputColorSpace1(This,processor,colour_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputShaderUsage(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,WINBOOL *shader_usage) { + This->lpVtbl->VideoProcessorGetOutputShaderUsage(This,processor,shader_usage); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamColorSpace1(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_COLOR_SPACE_TYPE colour_space) { + This->lpVtbl->VideoProcessorSetStreamColorSpace1(This,processor,stream_index,colour_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamMirror(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,WINBOOL enable,WINBOOL flip_horizontal,WINBOOL flip_vertical) { + This->lpVtbl->VideoProcessorSetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamColorSpace1(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_COLOR_SPACE_TYPE *colour_space) { + This->lpVtbl->VideoProcessorGetStreamColorSpace1(This,processor,stream_index,colour_space); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamMirror(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,WINBOOL *enable,WINBOOL *flip_horizontal,WINBOOL *flip_vertical) { + This->lpVtbl->VideoProcessorGetStreamMirror(This,processor,stream_index,enable,flip_horizontal,flip_vertical); +} +static FORCEINLINE HRESULT ID3D11VideoContext2_VideoProcessorGetBehaviorHints(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT output_width,UINT output_height,DXGI_FORMAT output_format,UINT stream_count,const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT *streams,UINT *behaviour_hints) { + return This->lpVtbl->VideoProcessorGetBehaviorHints(This,processor,output_width,output_height,output_format,stream_count,streams,behaviour_hints); +} +/*** ID3D11VideoContext2 methods ***/ +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetOutputHDRMetaData(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,DXGI_HDR_METADATA_TYPE type,UINT size,const void *meta_data) { + This->lpVtbl->VideoProcessorSetOutputHDRMetaData(This,processor,type,size,meta_data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetOutputHDRMetaData(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,DXGI_HDR_METADATA_TYPE *type,UINT size,void *meta_data) { + This->lpVtbl->VideoProcessorGetOutputHDRMetaData(This,processor,type,size,meta_data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorSetStreamHDRMetaData(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_HDR_METADATA_TYPE type,UINT size,const void *meta_data) { + This->lpVtbl->VideoProcessorSetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data); +} +static FORCEINLINE void ID3D11VideoContext2_VideoProcessorGetStreamHDRMetaData(ID3D11VideoContext2* This,ID3D11VideoProcessor *processor,UINT stream_index,DXGI_HDR_METADATA_TYPE *type,UINT size,void *meta_data) { + This->lpVtbl->VideoProcessorGetStreamHDRMetaData(This,processor,stream_index,type,size,meta_data); +} +#endif +#endif + +#endif + + +#endif /* __ID3D11VideoContext2_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __d3d11_4_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_4.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_4.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11_4.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11_4.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,120 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +*/ + +import "oaidl.idl"; +import "ocidl.idl"; +import "dxgi1_5.idl"; +import "d3dcommon.idl"; +import "d3d11_3.idl"; + +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS4 +{ + BOOL ExtendedNV12SharedTextureSupported; +} D3D11_FEATURE_DATA_D3D11_OPTIONS4; + +[ + uuid(8992ab71-02e6-4b8d-ba48-b056dcda42c4), + object, + local, + pointer_default(unique) +] +interface ID3D11Device4 : ID3D11Device3 +{ + HRESULT RegisterDeviceRemovedEvent( + [in] HANDLE event, + [out] DWORD *cookie + ); + void UnregisterDeviceRemoved( + [in] DWORD cookie + ); +} + +[ + uuid(8ffde202-a0e7-45df-9e01-e837801b5ea0), + object, + local, + pointer_default(unique) +] +interface ID3D11Device5 : ID3D11Device4 +{ + HRESULT OpenSharedFence( + [in] HANDLE handle, + [in] REFIID iid, + [out] void **fence + ); + HRESULT CreateFence( + [in] UINT64 initial_value, + [in] D3D11_FENCE_FLAG flags, + [in] REFIID iid, + [out] void **fence + ); +} + +[ + uuid(9b7e4e00-342c-4106-a19f-4f2704f689f0), + object, + local, + pointer_default(unique) +] +interface ID3D11Multithread : IUnknown +{ + void Enter(); + void Leave(); + BOOL SetMultithreadProtected( + [in] BOOL enable + ); + BOOL GetMultithreadProtected(); +} + +[ + uuid(c4e7374c-6243-4d1b-ae87-52b4f740e261), + object, + local, + pointer_default(unique) +] +interface ID3D11VideoContext2 : ID3D11VideoContext1 +{ + void VideoProcessorSetOutputHDRMetaData( + [in] ID3D11VideoProcessor *processor, + [in] DXGI_HDR_METADATA_TYPE type, + [in] UINT size, + [in] const void *meta_data + ); + void VideoProcessorGetOutputHDRMetaData( + [in] ID3D11VideoProcessor *processor, + [out] DXGI_HDR_METADATA_TYPE *type, + [in] UINT size, + [out] void *meta_data + ); + + void VideoProcessorSetStreamHDRMetaData( + [in] ID3D11VideoProcessor *processor, + [in] UINT stream_index, + [in] DXGI_HDR_METADATA_TYPE type, + [in] UINT size, + [in] const void *meta_data + ); + + void VideoProcessorGetStreamHDRMetaData( + [in] ID3D11VideoProcessor *processor, + [in] UINT stream_index, + [out] DXGI_HDR_METADATA_TYPE *type, + [in] UINT size, + [out] void *meta_data + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3d11.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,206 +20,329 @@ #ifndef __ID3D11DeviceChild_FWD_DEFINED__ #define __ID3D11DeviceChild_FWD_DEFINED__ typedef interface ID3D11DeviceChild ID3D11DeviceChild; +#ifdef __cplusplus +interface ID3D11DeviceChild; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Asynchronous_FWD_DEFINED__ #define __ID3D11Asynchronous_FWD_DEFINED__ typedef interface ID3D11Asynchronous ID3D11Asynchronous; +#ifdef __cplusplus +interface ID3D11Asynchronous; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Query_FWD_DEFINED__ #define __ID3D11Query_FWD_DEFINED__ typedef interface ID3D11Query ID3D11Query; +#ifdef __cplusplus +interface ID3D11Query; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Resource_FWD_DEFINED__ #define __ID3D11Resource_FWD_DEFINED__ typedef interface ID3D11Resource ID3D11Resource; +#ifdef __cplusplus +interface ID3D11Resource; +#endif /* __cplusplus */ #endif #ifndef __ID3D11View_FWD_DEFINED__ #define __ID3D11View_FWD_DEFINED__ typedef interface ID3D11View ID3D11View; +#ifdef __cplusplus +interface ID3D11View; +#endif /* __cplusplus */ #endif #ifndef __ID3D11BlendState_FWD_DEFINED__ #define __ID3D11BlendState_FWD_DEFINED__ typedef interface ID3D11BlendState ID3D11BlendState; +#ifdef __cplusplus +interface ID3D11BlendState; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Buffer_FWD_DEFINED__ #define __ID3D11Buffer_FWD_DEFINED__ typedef interface ID3D11Buffer ID3D11Buffer; +#ifdef __cplusplus +interface ID3D11Buffer; +#endif /* __cplusplus */ #endif #ifndef __ID3D11ClassInstance_FWD_DEFINED__ #define __ID3D11ClassInstance_FWD_DEFINED__ typedef interface ID3D11ClassInstance ID3D11ClassInstance; +#ifdef __cplusplus +interface ID3D11ClassInstance; +#endif /* __cplusplus */ #endif #ifndef __ID3D11ClassLinkage_FWD_DEFINED__ #define __ID3D11ClassLinkage_FWD_DEFINED__ typedef interface ID3D11ClassLinkage ID3D11ClassLinkage; +#ifdef __cplusplus +interface ID3D11ClassLinkage; +#endif /* __cplusplus */ #endif #ifndef __ID3D11CommandList_FWD_DEFINED__ #define __ID3D11CommandList_FWD_DEFINED__ typedef interface ID3D11CommandList ID3D11CommandList; +#ifdef __cplusplus +interface ID3D11CommandList; +#endif /* __cplusplus */ #endif #ifndef __ID3D11ComputeShader_FWD_DEFINED__ #define __ID3D11ComputeShader_FWD_DEFINED__ typedef interface ID3D11ComputeShader ID3D11ComputeShader; +#ifdef __cplusplus +interface ID3D11ComputeShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Counter_FWD_DEFINED__ #define __ID3D11Counter_FWD_DEFINED__ typedef interface ID3D11Counter ID3D11Counter; +#ifdef __cplusplus +interface ID3D11Counter; +#endif /* __cplusplus */ #endif #ifndef __ID3D11DepthStencilState_FWD_DEFINED__ #define __ID3D11DepthStencilState_FWD_DEFINED__ typedef interface ID3D11DepthStencilState ID3D11DepthStencilState; +#ifdef __cplusplus +interface ID3D11DepthStencilState; +#endif /* __cplusplus */ #endif #ifndef __ID3D11DepthStencilView_FWD_DEFINED__ #define __ID3D11DepthStencilView_FWD_DEFINED__ typedef interface ID3D11DepthStencilView ID3D11DepthStencilView; +#ifdef __cplusplus +interface ID3D11DepthStencilView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11DomainShader_FWD_DEFINED__ #define __ID3D11DomainShader_FWD_DEFINED__ typedef interface ID3D11DomainShader ID3D11DomainShader; +#ifdef __cplusplus +interface ID3D11DomainShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11GeometryShader_FWD_DEFINED__ #define __ID3D11GeometryShader_FWD_DEFINED__ typedef interface ID3D11GeometryShader ID3D11GeometryShader; +#ifdef __cplusplus +interface ID3D11GeometryShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11HullShader_FWD_DEFINED__ #define __ID3D11HullShader_FWD_DEFINED__ typedef interface ID3D11HullShader ID3D11HullShader; +#ifdef __cplusplus +interface ID3D11HullShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11InputLayout_FWD_DEFINED__ #define __ID3D11InputLayout_FWD_DEFINED__ typedef interface ID3D11InputLayout ID3D11InputLayout; +#ifdef __cplusplus +interface ID3D11InputLayout; +#endif /* __cplusplus */ #endif #ifndef __ID3D11PixelShader_FWD_DEFINED__ #define __ID3D11PixelShader_FWD_DEFINED__ typedef interface ID3D11PixelShader ID3D11PixelShader; +#ifdef __cplusplus +interface ID3D11PixelShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Predicate_FWD_DEFINED__ #define __ID3D11Predicate_FWD_DEFINED__ typedef interface ID3D11Predicate ID3D11Predicate; +#ifdef __cplusplus +interface ID3D11Predicate; +#endif /* __cplusplus */ #endif #ifndef __ID3D11RasterizerState_FWD_DEFINED__ #define __ID3D11RasterizerState_FWD_DEFINED__ typedef interface ID3D11RasterizerState ID3D11RasterizerState; +#ifdef __cplusplus +interface ID3D11RasterizerState; +#endif /* __cplusplus */ #endif #ifndef __ID3D11RenderTargetView_FWD_DEFINED__ #define __ID3D11RenderTargetView_FWD_DEFINED__ typedef interface ID3D11RenderTargetView ID3D11RenderTargetView; +#ifdef __cplusplus +interface ID3D11RenderTargetView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11SamplerState_FWD_DEFINED__ #define __ID3D11SamplerState_FWD_DEFINED__ typedef interface ID3D11SamplerState ID3D11SamplerState; +#ifdef __cplusplus +interface ID3D11SamplerState; +#endif /* __cplusplus */ #endif #ifndef __ID3D11ShaderResourceView_FWD_DEFINED__ #define __ID3D11ShaderResourceView_FWD_DEFINED__ typedef interface ID3D11ShaderResourceView ID3D11ShaderResourceView; +#ifdef __cplusplus +interface ID3D11ShaderResourceView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Texture1D_FWD_DEFINED__ #define __ID3D11Texture1D_FWD_DEFINED__ typedef interface ID3D11Texture1D ID3D11Texture1D; +#ifdef __cplusplus +interface ID3D11Texture1D; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Texture2D_FWD_DEFINED__ #define __ID3D11Texture2D_FWD_DEFINED__ typedef interface ID3D11Texture2D ID3D11Texture2D; +#ifdef __cplusplus +interface ID3D11Texture2D; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Texture3D_FWD_DEFINED__ #define __ID3D11Texture3D_FWD_DEFINED__ typedef interface ID3D11Texture3D ID3D11Texture3D; +#ifdef __cplusplus +interface ID3D11Texture3D; +#endif /* __cplusplus */ #endif #ifndef __ID3D11UnorderedAccessView_FWD_DEFINED__ #define __ID3D11UnorderedAccessView_FWD_DEFINED__ typedef interface ID3D11UnorderedAccessView ID3D11UnorderedAccessView; +#ifdef __cplusplus +interface ID3D11UnorderedAccessView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VertexShader_FWD_DEFINED__ #define __ID3D11VertexShader_FWD_DEFINED__ typedef interface ID3D11VertexShader ID3D11VertexShader; +#ifdef __cplusplus +interface ID3D11VertexShader; +#endif /* __cplusplus */ #endif #ifndef __ID3D11DeviceContext_FWD_DEFINED__ #define __ID3D11DeviceContext_FWD_DEFINED__ typedef interface ID3D11DeviceContext ID3D11DeviceContext; +#ifdef __cplusplus +interface ID3D11DeviceContext; +#endif /* __cplusplus */ #endif #ifndef __ID3D11AuthenticatedChannel_FWD_DEFINED__ #define __ID3D11AuthenticatedChannel_FWD_DEFINED__ typedef interface ID3D11AuthenticatedChannel ID3D11AuthenticatedChannel; +#ifdef __cplusplus +interface ID3D11AuthenticatedChannel; +#endif /* __cplusplus */ #endif #ifndef __ID3D11CryptoSession_FWD_DEFINED__ #define __ID3D11CryptoSession_FWD_DEFINED__ typedef interface ID3D11CryptoSession ID3D11CryptoSession; +#ifdef __cplusplus +interface ID3D11CryptoSession; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoDecoder_FWD_DEFINED__ #define __ID3D11VideoDecoder_FWD_DEFINED__ typedef interface ID3D11VideoDecoder ID3D11VideoDecoder; +#ifdef __cplusplus +interface ID3D11VideoDecoder; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoProcessorEnumerator_FWD_DEFINED__ #define __ID3D11VideoProcessorEnumerator_FWD_DEFINED__ typedef interface ID3D11VideoProcessorEnumerator ID3D11VideoProcessorEnumerator; +#ifdef __cplusplus +interface ID3D11VideoProcessorEnumerator; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoProcessor_FWD_DEFINED__ #define __ID3D11VideoProcessor_FWD_DEFINED__ typedef interface ID3D11VideoProcessor ID3D11VideoProcessor; +#ifdef __cplusplus +interface ID3D11VideoProcessor; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoDecoderOutputView_FWD_DEFINED__ #define __ID3D11VideoDecoderOutputView_FWD_DEFINED__ typedef interface ID3D11VideoDecoderOutputView ID3D11VideoDecoderOutputView; +#ifdef __cplusplus +interface ID3D11VideoDecoderOutputView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoProcessorInputView_FWD_DEFINED__ #define __ID3D11VideoProcessorInputView_FWD_DEFINED__ typedef interface ID3D11VideoProcessorInputView ID3D11VideoProcessorInputView; +#ifdef __cplusplus +interface ID3D11VideoProcessorInputView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoProcessorOutputView_FWD_DEFINED__ #define __ID3D11VideoProcessorOutputView_FWD_DEFINED__ typedef interface ID3D11VideoProcessorOutputView ID3D11VideoProcessorOutputView; +#ifdef __cplusplus +interface ID3D11VideoProcessorOutputView; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoDevice_FWD_DEFINED__ #define __ID3D11VideoDevice_FWD_DEFINED__ typedef interface ID3D11VideoDevice ID3D11VideoDevice; +#ifdef __cplusplus +interface ID3D11VideoDevice; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoContext_FWD_DEFINED__ #define __ID3D11VideoContext_FWD_DEFINED__ typedef interface ID3D11VideoContext ID3D11VideoContext; +#ifdef __cplusplus +interface ID3D11VideoContext; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Device_FWD_DEFINED__ #define __ID3D11Device_FWD_DEFINED__ typedef interface ID3D11Device ID3D11Device; +#ifdef __cplusplus +interface ID3D11Device; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -240,23 +363,37 @@ #ifndef __ID3D11Device_FWD_DEFINED__ #define __ID3D11Device_FWD_DEFINED__ typedef interface ID3D11Device ID3D11Device; +#ifdef __cplusplus +interface ID3D11Device; +#endif /* __cplusplus */ #endif #ifndef __ID3D11ClassLinkage_FWD_DEFINED__ #define __ID3D11ClassLinkage_FWD_DEFINED__ typedef interface ID3D11ClassLinkage ID3D11ClassLinkage; +#ifdef __cplusplus +interface ID3D11ClassLinkage; +#endif /* __cplusplus */ #endif #ifndef __ID3D11Resource_FWD_DEFINED__ #define __ID3D11Resource_FWD_DEFINED__ typedef interface ID3D11Resource ID3D11Resource; +#ifdef __cplusplus +interface ID3D11Resource; +#endif /* __cplusplus */ #endif #ifndef __ID3D11VideoProcessorInputView_FWD_DEFINED__ #define __ID3D11VideoProcessorInputView_FWD_DEFINED__ typedef interface ID3D11VideoProcessorInputView ID3D11VideoProcessorInputView; +#ifdef __cplusplus +interface ID3D11VideoProcessorInputView; +#endif /* __cplusplus */ #endif +#ifndef _D3D11_CONSTANTS +#define _D3D11_CONSTANTS #define D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT (14) #define D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS (4) @@ -327,6 +464,108 @@ #define D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE (7) +#define D3D11_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (256) + +#define D3D11_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP (64) + +#define D3D11_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (240) + +#define D3D11_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP (68) + +#define D3D11_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (224) + +#define D3D11_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP (72) + +#define D3D11_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (208) + +#define D3D11_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP (76) + +#define D3D11_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (192) + +#define D3D11_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP (84) + +#define D3D11_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (176) + +#define D3D11_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP (92) + +#define D3D11_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (160) + +#define D3D11_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP (100) + +#define D3D11_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (144) + +#define D3D11_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP (112) + +#define D3D11_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (128) + +#define D3D11_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP (128) + +#define D3D11_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (112) + +#define D3D11_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP (144) + +#define D3D11_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (96) + +#define D3D11_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP (168) + +#define D3D11_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (80) + +#define D3D11_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP (204) + +#define D3D11_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (64) + +#define D3D11_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP (256) + +#define D3D11_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (48) + +#define D3D11_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP (340) + +#define D3D11_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (32) + +#define D3D11_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP (512) + +#define D3D11_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD (16) + +#define D3D11_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP (768) + +#define D3D11_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION (1) + +#define D3D11_CS_4_X_RAW_UAV_BYTE_ALIGNMENT (256) + +#define D3D11_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP (768) + +#define D3D11_CS_4_X_THREAD_GROUP_MAX_X (768) + +#define D3D11_CS_4_X_THREAD_GROUP_MAX_Y (768) + +#define D3D11_CS_4_X_UAV_REGISTER_COUNT (1) + +#define D3D11_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION (65535) + +#define D3D11_CS_TGSM_REGISTER_COUNT (8192) + +#define D3D11_CS_TGSM_REGISTER_READS_PER_INST (1) + +#define D3D11_CS_TGSM_RESOURCE_REGISTER_COMPONENTS (1) + +#define D3D11_CS_TGSM_RESOURCE_REGISTER_READ_PORTS (1) + +#define D3D11_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP (1024) + +#define D3D11_CS_THREAD_GROUP_MAX_X (1024) + +#define D3D11_CS_THREAD_GROUP_MAX_Y (1024) + +#define D3D11_CS_THREAD_GROUP_MAX_Z (64) + +#define D3D11_CS_THREAD_GROUP_MIN_X (1) + +#define D3D11_CS_THREAD_GROUP_MIN_Y (1) + +#define D3D11_CS_THREAD_GROUP_MIN_Z (1) + +#define D3D11_CS_THREAD_LOCAL_TEMP_REGISTER_POOL (16384) + #define D3D11_DEFAULT_DEPTH_BIAS (0) #define D3D11_DEFAULT_DEPTH_BIAS_CLAMP 0.0f @@ -381,6 +620,10 @@ #define D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE (16) +#define D3D11_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL (0xffffffff) + +#define D3D11_KEEP_UNORDERED_ACCESS_VIEWS (0xffffffff) + #define D3D11_SHADER_MAJOR_VERSION (5) #define D3D11_SHADER_MAX_INSTANCES (65535) @@ -542,6 +785,17 @@ #define D3D11_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT (64) +#endif +#ifndef _D3D11_1_CONSTANTS +#define _D3D11_1_CONSTANTS +#define D3D11_1_UAV_SLOT_COUNT (64) + +#endif +#ifndef _D3D11_2_CONSTANTS +#define _D3D11_2_CONSTANTS +#define D3D11_2_TILED_RESOURCE_TILE_SIZE_IN_BYTES (0x10000) + +#endif #if !defined(D3D11_NO_HELPERS) && defined(__cplusplus) struct CD3D11_DEFAULT {}; extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT; @@ -615,6 +869,66 @@ D3D11_VIDEO_PROCESSOR_ROTATION_180 = 2, D3D11_VIDEO_PROCESSOR_ROTATION_270 = 3 } D3D11_VIDEO_PROCESSOR_ROTATION; +typedef enum D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS { + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND = 0x1, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB = 0x2, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE = 0x4, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION = 0x8, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE = 0x10, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION = 0x20 +} D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS; +typedef enum D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS { + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 = 0x1, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 = 0x2, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 = 0x4, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 = 0x8, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 = 0x10, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 = 0x20, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 = 0x40, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 = 0x80, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 = 0x100, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER = 0x80000000 +} D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS; +typedef enum D3D11_CONTENT_PROTECTION_CAPS { + D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE = 0x1, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE = 0x2, + D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON = 0x4, + D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION = 0x8, + D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY = 0x10, + D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY = 0x20, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK = 0x40, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY = 0x80, + D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV = 0x100, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY = 0x200, + D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT = 0x400, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED = 0x800, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE = 0x1000, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN = 0x2000, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION = 0x4000 +} D3D11_CONTENT_PROTECTION_CAPS; +typedef enum D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE { + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED = 0x0, + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235 = 0x1, + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255 = 0x2 +} D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE; +typedef enum D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE { + D3D11_PROCESSIDTYPE_UNKNOWN = 0x0, + D3D11_PROCESSIDTYPE_DWM = 0x1, + D3D11_PROCESSIDTYPE_HANDLE = 0x2 +} D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE; +typedef enum D3D11_BUS_TYPE { + D3D11_BUS_TYPE_OTHER = 0x0, + D3D11_BUS_TYPE_PCI = 0x1, + D3D11_BUS_TYPE_PCIX = 0x2, + D3D11_BUS_TYPE_PCIEXPRESS = 0x3, + D3D11_BUS_TYPE_AGP = 0x4, + D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET = 0x10000, + D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP = 0x20000, + D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET = 0x30000, + D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR = 0x40000, + D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE = 0x50000, + D3D11_BUS_IMPL_MODIFIER_NON_STANDARD = 0x80000000 +} D3D11_BUS_TYPE; typedef struct D3D11_BOX { UINT left; UINT top; @@ -700,6 +1014,10 @@ D3D11_DEPTH_WRITE_MASK_ZERO = 0, D3D11_DEPTH_WRITE_MASK_ALL = 1 } D3D11_DEPTH_WRITE_MASK; +typedef enum D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS { + D3D11_STANDARD_MULTISAMPLE_PATTERN = 0xffffffff, + D3D11_CENTER_MULTISAMPLE_PATTERN = 0xfffffffe +} D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS; typedef enum D3D11_DEVICE_CONTEXT_TYPE { D3D11_DEVICE_CONTEXT_IMMEDIATE = 0, D3D11_DEVICE_CONTEXT_DEFERRED = 1 @@ -723,8 +1041,35 @@ D3D11_FEATURE_ARCHITECTURE_INFO = 6, D3D11_FEATURE_D3D9_OPTIONS = 7, D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT = 8, - D3D11_FEATURE_D3D9_SHADOW_SUPPORT = 9 + D3D11_FEATURE_D3D9_SHADOW_SUPPORT = 9, + D3D11_FEATURE_D3D11_OPTIONS1 = 10, + D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT = 11, + D3D11_FEATURE_MARKER_SUPPORT = 12, + D3D11_FEATURE_D3D9_OPTIONS1 = 13, + D3D11_FEATURE_D3D11_OPTIONS2 = 14, + D3D11_FEATURE_D3D11_OPTIONS3 = 15, + D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT = 16, + D3D11_FEATURE_D3D11_OPTIONS4 = 17, + D3D11_FEATURE_SHADER_CACHE = 18 } D3D11_FEATURE; +typedef struct D3D11_FEATURE_DATA_THREADING { + WINBOOL DriverConcurrentCreates; + WINBOOL DriverCommandLists; +} D3D11_FEATURE_DATA_THREADING; +typedef struct D3D11_FEATURE_DATA_DOUBLES { + WINBOOL DoublePrecisionFloatShaderOps; +} D3D11_FEATURE_DATA_DOUBLES; +typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT { + DXGI_FORMAT InFormat; + UINT OutFormatSupport; +} D3D11_FEATURE_DATA_FORMAT_SUPPORT; +typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT2 { + DXGI_FORMAT InFormat; + UINT OutFormatSupport2; +} D3D11_FEATURE_DATA_FORMAT_SUPPORT2; +typedef struct D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS { + WINBOOL ComputeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x; +} D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS; typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS { WINBOOL OutputMergerLogicOp; WINBOOL UAVOnlyRenderingForcedSampleCount; @@ -741,6 +1086,78 @@ WINBOOL ExtendedDoublesShaderInstructions; WINBOOL ExtendedResourceSharing; } D3D11_FEATURE_DATA_D3D11_OPTIONS; +typedef struct D3D11_FEATURE_DATA_ARCHITECTURE_INFO { + WINBOOL TileBasedDeferredRenderer; +} D3D11_FEATURE_DATA_ARCHITECTURE_INFO; +typedef struct D3D11_FEATURE_DATA_D3D9_OPTIONS { + WINBOOL FullNonPow2TextureSupport; +} D3D11_FEATURE_DATA_D3D9_OPTIONS; +typedef struct D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT { + WINBOOL SupportsDepthAsTextureWithLessEqualComparisonFilter; +} D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT; +typedef enum D3D11_SHADER_MIN_PRECISION_SUPPORT { + D3D11_SHADER_MIN_PRECISION_10_BIT = 0x1, + D3D11_SHADER_MIN_PRECISION_16_BIT = 0x2 +} D3D11_SHADER_MIN_PRECISION_SUPPORT; +typedef struct D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT { + UINT PixelShaderMinPrecision; + UINT AllOtherShaderStagesMinPrecision; +} D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT; +typedef enum D3D11_TILED_RESOURCES_TIER { + D3D11_TILED_RESOURCES_NOT_SUPPORTED = 0x0, + D3D11_TILED_RESOURCES_TIER_1 = 0x1, + D3D11_TILED_RESOURCES_TIER_2 = 0x2, + D3D11_TILED_RESOURCES_TIER_3 = 0x3 +} D3D11_TILED_RESOURCES_TIER; +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS1 { + D3D11_TILED_RESOURCES_TIER TiledResourcesTier; + WINBOOL MinMaxFiltering; + WINBOOL ClearViewAlsoSupportsDepthOnlyFormats; + WINBOOL MapOnDefaultBuffers; +} D3D11_FEATURE_DATA_D3D11_OPTIONS1; +typedef struct D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT { + WINBOOL SimpleInstancingSupported; +} D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT; +typedef struct D3D11_FEATURE_DATA_MARKER_SUPPORT { + WINBOOL Profile; +} D3D11_FEATURE_DATA_MARKER_SUPPORT; +typedef struct D3D11_FEATURE_DATA_D3D9_OPTIONS1 { + WINBOOL FullNonPow2TextureSupported; + WINBOOL DepthAsTextureWithLessEqualComparisonFilterSupported; + WINBOOL SimpleInstancingSupported; + WINBOOL TextureCubeFaceRenderTargetWithNonCubeDepthStencilSupported; +} D3D11_FEATURE_DATA_D3D9_OPTIONS1; +typedef enum D3D11_CONSERVATIVE_RASTERIZATION_TIER { + D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED = 0x0, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_1 = 0x1, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_2 = 0x2, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_3 = 0x3 +} D3D11_CONSERVATIVE_RASTERIZATION_TIER; +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS2 { + WINBOOL PSSpecifiedStencilRefSupported; + WINBOOL TypedUAVLoadAdditionalFormats; + WINBOOL ROVsSupported; + D3D11_CONSERVATIVE_RASTERIZATION_TIER ConservativeRasterizationTier; + D3D11_TILED_RESOURCES_TIER TiledResourcesTier; + WINBOOL MapOnDefaultTextures; + WINBOOL StandardSwizzle; + WINBOOL UnifiedMemoryArchitecture; +} D3D11_FEATURE_DATA_D3D11_OPTIONS2; +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS3 { + WINBOOL VPAndRTArrayIndexFromAnyShaderFeedingRasterizer; +} D3D11_FEATURE_DATA_D3D11_OPTIONS3; +typedef struct D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT { + UINT MaxGPUVirtualAddressBitsPerResource; + UINT MaxGPUVirtualAddressBitsPerProcess; +} D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT; +typedef enum D3D11_SHADER_CACHE_SUPPORT_FLAGS { + D3D11_SHADER_CACHE_SUPPORT_NONE = 0x0, + D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE = 0x1, + D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE = 0x2 +} D3D11_SHADER_CACHE_SUPPORT_FLAGS; +typedef struct D3D11_FEATURE_DATA_SHADER_CACHE { + UINT SupportFlags; +} D3D11_FEATURE_DATA_SHADER_CACHE; typedef enum D3D11_FILL_MODE { D3D11_FILL_WIREFRAME = 2, D3D11_FILL_SOLID = 3 @@ -806,6 +1223,14 @@ D3D11_DSV_READ_ONLY_DEPTH = 0x1, D3D11_DSV_READ_ONLY_STENCIL = 0x2 } D3D11_DSV_FLAG; +typedef enum D3D11_BUFFEREX_SRV_FLAG { + D3D11_BUFFEREX_SRV_FLAG_RAW = 0x1 +} D3D11_BUFFEREX_SRV_FLAG; +typedef enum D3D11_UAV_FLAG { + D3D11_BUFFER_UAV_FLAG_RAW = 0x1, + D3D11_BUFFER_UAV_FLAG_APPEND = 0x2, + D3D11_BUFFER_UAV_FLAG_COUNTER = 0x4 +} D3D11_UAV_FLAG; typedef enum D3D11_INPUT_CLASSIFICATION { D3D11_INPUT_PER_VERTEX_DATA = 0, D3D11_INPUT_PER_INSTANCE_DATA = 1 @@ -884,6 +1309,20 @@ D3D11_QUERY Query; UINT MiscFlags; } D3D11_QUERY_DESC; +#if !defined(D3D11_NO_HELPERS) && defined(__cplusplus) +struct CD3D11_QUERY_DESC : public D3D11_QUERY_DESC { + CD3D11_QUERY_DESC() {} + ~CD3D11_QUERY_DESC() {} + explicit CD3D11_QUERY_DESC(const D3D11_QUERY_DESC &other) : D3D11_QUERY_DESC(other) {} + explicit CD3D11_QUERY_DESC(D3D11_QUERY query, UINT misc_flags = 0) { + Query = query; + MiscFlags = misc_flags; + } + operator const D3D11_QUERY_DESC&() const { + return *this; + } +}; +#endif typedef struct D3D11_RASTERIZER_DESC { D3D11_FILL_MODE FillMode; D3D11_CULL_MODE CullMode; @@ -1215,7 +1654,9 @@ explicit CD3D11_BLEND_DESC(CD3D11_DEFAULT) { AlphaToCoverageEnable = FALSE; IndependentBlendEnable = FALSE; - for(D3D11_RENDER_TARGET_BLEND_DESC *target; target < RenderTarget+D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT; target++) { + for(D3D11_RENDER_TARGET_BLEND_DESC *target = RenderTarget; + target < RenderTarget + D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT; + target++) { target->BlendEnable = FALSE; target->SrcBlend = target->SrcBlendAlpha = D3D11_BLEND_ONE; target->DestBlend = target->DestBlendAlpha = D3D11_BLEND_ZERO; @@ -1282,6 +1723,56 @@ D3D11_DEPTH_STENCILOP_DESC FrontFace; D3D11_DEPTH_STENCILOP_DESC BackFace; } D3D11_DEPTH_STENCIL_DESC; +#if !defined( D3D11_NO_HELPERS ) && defined( __cplusplus ) +struct CD3D11_DEPTH_STENCIL_DESC : public D3D11_DEPTH_STENCIL_DESC { + CD3D11_DEPTH_STENCIL_DESC() {} + explicit CD3D11_DEPTH_STENCIL_DESC(const D3D11_DEPTH_STENCIL_DESC &other) : D3D11_DEPTH_STENCIL_DESC(other) {} + explicit CD3D11_DEPTH_STENCIL_DESC(CD3D11_DEFAULT) { + const D3D11_DEPTH_STENCILOP_DESC default_op = + {D3D11_STENCIL_OP_KEEP, D3D11_STENCIL_OP_KEEP, D3D11_STENCIL_OP_KEEP, D3D11_COMPARISON_ALWAYS}; + DepthEnable = TRUE; + DepthWriteMask = D3D11_DEPTH_WRITE_MASK_ALL; + DepthFunc = D3D11_COMPARISON_LESS; + StencilEnable = FALSE; + StencilReadMask = D3D11_DEFAULT_STENCIL_READ_MASK; + StencilWriteMask = D3D11_DEFAULT_STENCIL_WRITE_MASK; + FrontFace = default_op; + BackFace = default_op; + } + explicit CD3D11_DEPTH_STENCIL_DESC( + WINBOOL depth_enable, + D3D11_DEPTH_WRITE_MASK depth_write_mask, + D3D11_COMPARISON_FUNC depth_func, + WINBOOL stencil_enable, + UINT8 stencil_read_mask, + UINT8 stencil_write_mask, + D3D11_STENCIL_OP front_stencil_fail_op, + D3D11_STENCIL_OP front_stencil_depth_fail_op, + D3D11_STENCIL_OP front_stencil_pass_op, + D3D11_COMPARISON_FUNC front_stencil_func, + D3D11_STENCIL_OP back_stencil_fail_op, + D3D11_STENCIL_OP back_stencil_depth_fail_op, + D3D11_STENCIL_OP back_stencil_pass_op, + D3D11_COMPARISON_FUNC back_stencil_func) { + DepthEnable = depth_enable; + DepthWriteMask = depth_write_mask; + DepthFunc = depth_func; + StencilEnable = stencil_enable; + StencilReadMask = stencil_read_mask; + StencilWriteMask = stencil_write_mask; + FrontFace.StencilFailOp = front_stencil_fail_op; + FrontFace.StencilDepthFailOp = front_stencil_depth_fail_op; + FrontFace.StencilPassOp = front_stencil_pass_op; + FrontFace.StencilFunc = front_stencil_func; + BackFace.StencilFailOp = back_stencil_fail_op; + BackFace.StencilDepthFailOp = back_stencil_depth_fail_op; + BackFace.StencilPassOp = back_stencil_pass_op; + BackFace.StencilFunc = back_stencil_func; + } + ~CD3D11_DEPTH_STENCIL_DESC() {} + operator const D3D11_DEPTH_STENCIL_DESC&() const { return *this; } +}; +#endif typedef struct D3D11_RENDER_TARGET_VIEW_DESC { DXGI_FORMAT Format; D3D11_RTV_DIMENSION ViewDimension; @@ -1794,6 +2285,170 @@ UINT64 Frequency; WINBOOL Disjoint; } D3D11_QUERY_DATA_TIMESTAMP_DISJOINT; +typedef struct D3D11_QUERY_DATA_PIPELINE_STATISTICS { + UINT64 IAVertices; + UINT64 IAPrimitives; + UINT64 VSInvocations; + UINT64 GSInvocations; + UINT64 GSPrimitives; + UINT64 CInvocations; + UINT64 CPrimitives; + UINT64 PSInvocations; + UINT64 HSInvocations; + UINT64 DSInvocations; + UINT64 CSInvocations; +} D3D11_QUERY_DATA_PIPELINE_STATISTICS; +typedef struct D3D11_DRAW_INSTANCED_INDIRECT_ARGS { + UINT VertexCountPerInstance; + UINT InstanceCount; + UINT StartVertexLocation; + UINT StartInstanceLocation; +} D3D11_DRAW_INSTANCED_INDIRECT_ARGS; +typedef struct D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS { + UINT IndexCountPerInstance; + UINT InstanceCount; + UINT StartIndexLocation; + INT BaseVertexLocation; + UINT StartInstanceLocation; +} D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_INPUT { + D3D11_OMAC omac; + GUID ConfigureType; + HANDLE hChannel; + UINT SequenceNumber; +} D3D11_AUTHENTICATED_CONFIGURE_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_INPUT { + GUID QueryType; + HANDLE hChannel; + UINT SequenceNumber; +} D3D11_AUTHENTICATED_QUERY_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT { + D3D11_OMAC omac; + GUID QueryType; + HANDLE hChannel; + UINT SequenceNumber; + HRESULT ReturnCode; +} D3D11_AUTHENTICATED_QUERY_OUTPUT; +typedef union D3D11_AUTHENTICATED_PROTECTION_FLAGS { + struct { + UINT ProtectionEnabled : 1; + UINT OverlayOrFullscreenRequired : 1; + UINT Reserved : 30; + } Flags; + UINT Value; +} D3D11_AUTHENTICATED_PROTECTION_FLAGS; +typedef struct D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_AUTHENTICATED_PROTECTION_FLAGS ProtectionFlags; +} D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType; +} D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT { + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DecoderHandle; +} D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DecoderHandle; + HANDLE CryptoSessionHandle; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT RestrictedSharedResourceProcessCount; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT { + D3D11_AUTHENTICATED_QUERY_INPUT Input; + UINT ProcessIndex; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT ProcessIndex; + D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE ProcessIdentifier; + HANDLE ProcessHandle; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT UnrestrictedProtectedSharedResourceCount; +} D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT { + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDCount; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT { + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDIndex; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDIndex; + UINT64 OutputID; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_ACESSIBILITY_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_BUS_TYPE BusType; + WINBOOL AccessibleInContiguousBlocks; + WINBOOL AccessibleInNonContiguousBlocks; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT EncryptionGuidCount; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT { + D3D11_AUTHENTICATED_QUERY_INPUT Input; + UINT EncryptionGuidIndex; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT EncryptionGuidIndex; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT; +typedef struct D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT { + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT { + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + UINT StartSequenceQuery; + UINT StartSequenceConfigure; +} D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT { + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + D3D11_AUTHENTICATED_PROTECTION_FLAGS Protections; +} D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT { + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + HANDLE DecoderHandle; + HANDLE CryptoSessionHandle; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT { + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE ProcessType; + HANDLE ProcessHandle; + WINBOOL AllowAccess; +} D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT; +typedef struct D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT { + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT; /***************************************************************************** * ID3D11DeviceChild interface */ @@ -1832,40 +2487,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DeviceChild* This, + ID3D11DeviceChild *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DeviceChild* This); + ID3D11DeviceChild *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DeviceChild* This); + ID3D11DeviceChild *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DeviceChild* This, + ID3D11DeviceChild *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DeviceChild* This, + ID3D11DeviceChild *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DeviceChild* This, + ID3D11DeviceChild *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DeviceChild* This, + ID3D11DeviceChild *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11DeviceChildVtbl; + interface ID3D11DeviceChild { CONST_VTBL ID3D11DeviceChildVtbl* lpVtbl; }; @@ -1910,43 +2566,6 @@ #endif -void STDMETHODCALLTYPE ID3D11DeviceChild_GetDevice_Proxy( - ID3D11DeviceChild* This, - ID3D11Device **ppDevice); -void __RPC_STUB ID3D11DeviceChild_GetDevice_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceChild_GetPrivateData_Proxy( - ID3D11DeviceChild* This, - REFGUID guid, - UINT *pDataSize, - void *pData); -void __RPC_STUB ID3D11DeviceChild_GetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceChild_SetPrivateData_Proxy( - ID3D11DeviceChild* This, - REFGUID guid, - UINT DataSize, - const void *pData); -void __RPC_STUB ID3D11DeviceChild_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceChild_SetPrivateDataInterface_Proxy( - ID3D11DeviceChild* This, - REFGUID guid, - const IUnknown *pData); -void __RPC_STUB ID3D11DeviceChild_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11DeviceChild_INTERFACE_DEFINED__ */ @@ -1974,44 +2593,45 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Asynchronous* This, + ID3D11Asynchronous *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Asynchronous* This); + ID3D11Asynchronous *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Asynchronous* This); + ID3D11Asynchronous *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Asynchronous* This, + ID3D11Asynchronous *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Asynchronous* This, + ID3D11Asynchronous *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Asynchronous* This, + ID3D11Asynchronous *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Asynchronous* This, + ID3D11Asynchronous *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Asynchronous methods ***/ UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D11Asynchronous* This); + ID3D11Asynchronous *This); END_INTERFACE } ID3D11AsynchronousVtbl; + interface ID3D11Asynchronous { CONST_VTBL ID3D11AsynchronousVtbl* lpVtbl; }; @@ -2062,13 +2682,6 @@ #endif -UINT STDMETHODCALLTYPE ID3D11Asynchronous_GetDataSize_Proxy( - ID3D11Asynchronous* This); -void __RPC_STUB ID3D11Asynchronous_GetDataSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Asynchronous_INTERFACE_DEFINED__ */ @@ -2096,49 +2709,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Query* This, + ID3D11Query *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Query* This); + ID3D11Query *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Query* This); + ID3D11Query *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Query* This, + ID3D11Query *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Query* This, + ID3D11Query *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Query* This, + ID3D11Query *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Query* This, + ID3D11Query *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Asynchronous methods ***/ UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D11Query* This); + ID3D11Query *This); /*** ID3D11Query methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Query* This, + ID3D11Query *This, D3D11_QUERY_DESC *pDesc); END_INTERFACE } ID3D11QueryVtbl; + interface ID3D11Query { CONST_VTBL ID3D11QueryVtbl* lpVtbl; }; @@ -2195,14 +2809,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Query_GetDesc_Proxy( - ID3D11Query* This, - D3D11_QUERY_DESC *pDesc); -void __RPC_STUB ID3D11Query_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Query_INTERFACE_DEFINED__ */ @@ -2236,52 +2842,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Resource* This, + ID3D11Resource *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Resource* This); + ID3D11Resource *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Resource* This); + ID3D11Resource *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Resource* This, + ID3D11Resource *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Resource* This, + ID3D11Resource *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Resource* This, + ID3D11Resource *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Resource* This, + ID3D11Resource *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D11Resource* This, + ID3D11Resource *This, D3D11_RESOURCE_DIMENSION *pResourceDimension); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D11Resource* This, + ID3D11Resource *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D11Resource* This); + ID3D11Resource *This); END_INTERFACE } ID3D11ResourceVtbl; + interface ID3D11Resource { CONST_VTBL ID3D11ResourceVtbl* lpVtbl; }; @@ -2340,29 +2947,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Resource_GetType_Proxy( - ID3D11Resource* This, - D3D11_RESOURCE_DIMENSION *pResourceDimension); -void __RPC_STUB ID3D11Resource_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11Resource_SetEvictionPriority_Proxy( - ID3D11Resource* This, - UINT EvictionPriority); -void __RPC_STUB ID3D11Resource_SetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11Resource_GetEvictionPriority_Proxy( - ID3D11Resource* This); -void __RPC_STUB ID3D11Resource_GetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Resource_INTERFACE_DEFINED__ */ @@ -2390,45 +2974,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11View* This, + ID3D11View *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11View* This); + ID3D11View *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11View* This); + ID3D11View *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11View* This, + ID3D11View *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11View* This, + ID3D11View *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11View* This, + ID3D11View *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11View* This, + ID3D11View *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11View* This, + ID3D11View *This, ID3D11Resource **ppResource); END_INTERFACE } ID3D11ViewVtbl; + interface ID3D11View { CONST_VTBL ID3D11ViewVtbl* lpVtbl; }; @@ -2479,14 +3064,6 @@ #endif -void STDMETHODCALLTYPE ID3D11View_GetResource_Proxy( - ID3D11View* This, - ID3D11Resource **ppResource); -void __RPC_STUB ID3D11View_GetResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11View_INTERFACE_DEFINED__ */ @@ -2514,45 +3091,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11BlendState* This, + ID3D11BlendState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11BlendState* This); + ID3D11BlendState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11BlendState* This); + ID3D11BlendState *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11BlendState* This, + ID3D11BlendState *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11BlendState* This, + ID3D11BlendState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11BlendState* This, + ID3D11BlendState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11BlendState* This, + ID3D11BlendState *This, REFGUID guid, const IUnknown *pData); /*** ID3D11BlendState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11BlendState* This, + ID3D11BlendState *This, D3D11_BLEND_DESC *pDesc); END_INTERFACE } ID3D11BlendStateVtbl; + interface ID3D11BlendState { CONST_VTBL ID3D11BlendStateVtbl* lpVtbl; }; @@ -2603,14 +3181,6 @@ #endif -void STDMETHODCALLTYPE ID3D11BlendState_GetDesc_Proxy( - ID3D11BlendState* This, - D3D11_BLEND_DESC *pDesc); -void __RPC_STUB ID3D11BlendState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11BlendState_INTERFACE_DEFINED__ */ @@ -2638,57 +3208,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Buffer* This, + ID3D11Buffer *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Buffer* This); + ID3D11Buffer *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Buffer* This); + ID3D11Buffer *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Buffer* This, + ID3D11Buffer *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Buffer* This, + ID3D11Buffer *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Buffer* This, + ID3D11Buffer *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Buffer* This, + ID3D11Buffer *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D11Buffer* This, + ID3D11Buffer *This, D3D11_RESOURCE_DIMENSION *pResourceDimension); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D11Buffer* This, + ID3D11Buffer *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D11Buffer* This); + ID3D11Buffer *This); /*** ID3D11Buffer methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Buffer* This, + ID3D11Buffer *This, D3D11_BUFFER_DESC *pDesc); END_INTERFACE } ID3D11BufferVtbl; + interface ID3D11Buffer { CONST_VTBL ID3D11BufferVtbl* lpVtbl; }; @@ -2753,14 +3324,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Buffer_GetDesc_Proxy( - ID3D11Buffer* This, - D3D11_BUFFER_DESC *pDesc); -void __RPC_STUB ID3D11Buffer_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Buffer_INTERFACE_DEFINED__ */ @@ -2799,59 +3362,60 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11ClassInstance* This); + ID3D11ClassInstance *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11ClassInstance* This); + ID3D11ClassInstance *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, REFGUID guid, const IUnknown *pData); /*** ID3D11ClassInstance methods ***/ void (STDMETHODCALLTYPE *GetClassLinkage)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, ID3D11ClassLinkage **ppLinkage); void (STDMETHODCALLTYPE *GetDesc)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, D3D11_CLASS_INSTANCE_DESC *pDesc); void (STDMETHODCALLTYPE *GetInstanceName)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, LPSTR pInstanceName, SIZE_T *pBufferLength); void (STDMETHODCALLTYPE *GetTypeName)( - ID3D11ClassInstance* This, + ID3D11ClassInstance *This, LPSTR pTypeName, SIZE_T *pBufferLength); END_INTERFACE } ID3D11ClassInstanceVtbl; + interface ID3D11ClassInstance { CONST_VTBL ID3D11ClassInstanceVtbl* lpVtbl; }; @@ -2914,40 +3478,6 @@ #endif -void STDMETHODCALLTYPE ID3D11ClassInstance_GetClassLinkage_Proxy( - ID3D11ClassInstance* This, - ID3D11ClassLinkage **ppLinkage); -void __RPC_STUB ID3D11ClassInstance_GetClassLinkage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11ClassInstance_GetDesc_Proxy( - ID3D11ClassInstance* This, - D3D11_CLASS_INSTANCE_DESC *pDesc); -void __RPC_STUB ID3D11ClassInstance_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11ClassInstance_GetInstanceName_Proxy( - ID3D11ClassInstance* This, - LPSTR pInstanceName, - SIZE_T *pBufferLength); -void __RPC_STUB ID3D11ClassInstance_GetInstanceName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11ClassInstance_GetTypeName_Proxy( - ID3D11ClassInstance* This, - LPSTR pTypeName, - SIZE_T *pBufferLength); -void __RPC_STUB ID3D11ClassInstance_GetTypeName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11ClassInstance_INTERFACE_DEFINED__ */ @@ -2985,47 +3515,47 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11ClassLinkage* This); + ID3D11ClassLinkage *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11ClassLinkage* This); + ID3D11ClassLinkage *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, REFGUID guid, const IUnknown *pData); /*** ID3D11ClassLinkage methods ***/ HRESULT (STDMETHODCALLTYPE *GetClassInstance)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, LPCSTR pClassInstanceName, UINT InstanceIndex, ID3D11ClassInstance **ppInstance); HRESULT (STDMETHODCALLTYPE *CreateClassInstance)( - ID3D11ClassLinkage* This, + ID3D11ClassLinkage *This, LPCSTR pClassTypeName, UINT ConstantBufferOffset, UINT ConstantVectorOffset, @@ -3035,6 +3565,7 @@ END_INTERFACE } ID3D11ClassLinkageVtbl; + interface ID3D11ClassLinkage { CONST_VTBL ID3D11ClassLinkageVtbl* lpVtbl; }; @@ -3089,29 +3620,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11ClassLinkage_GetClassInstance_Proxy( - ID3D11ClassLinkage* This, - LPCSTR pClassInstanceName, - UINT InstanceIndex, - ID3D11ClassInstance **ppInstance); -void __RPC_STUB ID3D11ClassLinkage_GetClassInstance_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11ClassLinkage_CreateClassInstance_Proxy( - ID3D11ClassLinkage* This, - LPCSTR pClassTypeName, - UINT ConstantBufferOffset, - UINT ConstantVectorOffset, - UINT TextureOffset, - UINT SamplerOffset, - ID3D11ClassInstance **ppInstance); -void __RPC_STUB ID3D11ClassLinkage_CreateClassInstance_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11ClassLinkage_INTERFACE_DEFINED__ */ @@ -3139,44 +3647,45 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11CommandList* This, + ID3D11CommandList *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11CommandList* This); + ID3D11CommandList *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11CommandList* This); + ID3D11CommandList *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11CommandList* This, + ID3D11CommandList *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11CommandList* This, + ID3D11CommandList *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11CommandList* This, + ID3D11CommandList *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11CommandList* This, + ID3D11CommandList *This, REFGUID guid, const IUnknown *pData); /*** ID3D11CommandList methods ***/ UINT (STDMETHODCALLTYPE *GetContextFlags)( - ID3D11CommandList* This); + ID3D11CommandList *This); END_INTERFACE } ID3D11CommandListVtbl; + interface ID3D11CommandList { CONST_VTBL ID3D11CommandListVtbl* lpVtbl; }; @@ -3227,13 +3736,6 @@ #endif -UINT STDMETHODCALLTYPE ID3D11CommandList_GetContextFlags_Proxy( - ID3D11CommandList* This); -void __RPC_STUB ID3D11CommandList_GetContextFlags_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11CommandList_INTERFACE_DEFINED__ */ @@ -3258,40 +3760,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11ComputeShader* This, + ID3D11ComputeShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11ComputeShader* This); + ID3D11ComputeShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11ComputeShader* This); + ID3D11ComputeShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11ComputeShader* This, + ID3D11ComputeShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11ComputeShader* This, + ID3D11ComputeShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11ComputeShader* This, + ID3D11ComputeShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11ComputeShader* This, + ID3D11ComputeShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11ComputeShaderVtbl; + interface ID3D11ComputeShader { CONST_VTBL ID3D11ComputeShaderVtbl* lpVtbl; }; @@ -3363,49 +3866,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Counter* This, + ID3D11Counter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Counter* This); + ID3D11Counter *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Counter* This); + ID3D11Counter *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Counter* This, + ID3D11Counter *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Counter* This, + ID3D11Counter *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Counter* This, + ID3D11Counter *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Counter* This, + ID3D11Counter *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Asynchronous methods ***/ UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D11Counter* This); + ID3D11Counter *This); /*** ID3D11Counter methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Counter* This, + ID3D11Counter *This, D3D11_COUNTER_DESC *pDesc); END_INTERFACE } ID3D11CounterVtbl; + interface ID3D11Counter { CONST_VTBL ID3D11CounterVtbl* lpVtbl; }; @@ -3462,14 +3966,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Counter_GetDesc_Proxy( - ID3D11Counter* This, - D3D11_COUNTER_DESC *pDesc); -void __RPC_STUB ID3D11Counter_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Counter_INTERFACE_DEFINED__ */ @@ -3497,45 +3993,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DepthStencilState* This); + ID3D11DepthStencilState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DepthStencilState* This); + ID3D11DepthStencilState *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, REFGUID guid, const IUnknown *pData); /*** ID3D11DepthStencilState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11DepthStencilState* This, + ID3D11DepthStencilState *This, D3D11_DEPTH_STENCIL_DESC *pDesc); END_INTERFACE } ID3D11DepthStencilStateVtbl; + interface ID3D11DepthStencilState { CONST_VTBL ID3D11DepthStencilStateVtbl* lpVtbl; }; @@ -3586,14 +4083,6 @@ #endif -void STDMETHODCALLTYPE ID3D11DepthStencilState_GetDesc_Proxy( - ID3D11DepthStencilState* This, - D3D11_DEPTH_STENCIL_DESC *pDesc); -void __RPC_STUB ID3D11DepthStencilState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11DepthStencilState_INTERFACE_DEFINED__ */ @@ -3621,50 +4110,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DepthStencilView* This); + ID3D11DepthStencilView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DepthStencilView* This); + ID3D11DepthStencilView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, ID3D11Resource **ppResource); /*** ID3D11DepthStencilView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11DepthStencilView* This, + ID3D11DepthStencilView *This, D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc); END_INTERFACE } ID3D11DepthStencilViewVtbl; + interface ID3D11DepthStencilView { CONST_VTBL ID3D11DepthStencilViewVtbl* lpVtbl; }; @@ -3721,14 +4211,6 @@ #endif -void STDMETHODCALLTYPE ID3D11DepthStencilView_GetDesc_Proxy( - ID3D11DepthStencilView* This, - D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11DepthStencilView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11DepthStencilView_INTERFACE_DEFINED__ */ @@ -3753,40 +4235,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DomainShader* This, + ID3D11DomainShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DomainShader* This); + ID3D11DomainShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DomainShader* This); + ID3D11DomainShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DomainShader* This, + ID3D11DomainShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DomainShader* This, + ID3D11DomainShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DomainShader* This, + ID3D11DomainShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DomainShader* This, + ID3D11DomainShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11DomainShaderVtbl; + interface ID3D11DomainShader { CONST_VTBL ID3D11DomainShaderVtbl* lpVtbl; }; @@ -3855,40 +4338,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11GeometryShader* This, + ID3D11GeometryShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11GeometryShader* This); + ID3D11GeometryShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11GeometryShader* This); + ID3D11GeometryShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11GeometryShader* This, + ID3D11GeometryShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11GeometryShader* This, + ID3D11GeometryShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11GeometryShader* This, + ID3D11GeometryShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11GeometryShader* This, + ID3D11GeometryShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11GeometryShaderVtbl; + interface ID3D11GeometryShader { CONST_VTBL ID3D11GeometryShaderVtbl* lpVtbl; }; @@ -3957,40 +4441,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11HullShader* This, + ID3D11HullShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11HullShader* This); + ID3D11HullShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11HullShader* This); + ID3D11HullShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11HullShader* This, + ID3D11HullShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11HullShader* This, + ID3D11HullShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11HullShader* This, + ID3D11HullShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11HullShader* This, + ID3D11HullShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11HullShaderVtbl; + interface ID3D11HullShader { CONST_VTBL ID3D11HullShaderVtbl* lpVtbl; }; @@ -4059,40 +4544,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11InputLayout* This, + ID3D11InputLayout *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11InputLayout* This); + ID3D11InputLayout *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11InputLayout* This); + ID3D11InputLayout *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11InputLayout* This, + ID3D11InputLayout *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11InputLayout* This, + ID3D11InputLayout *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11InputLayout* This, + ID3D11InputLayout *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11InputLayout* This, + ID3D11InputLayout *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11InputLayoutVtbl; + interface ID3D11InputLayout { CONST_VTBL ID3D11InputLayoutVtbl* lpVtbl; }; @@ -4161,40 +4647,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11PixelShader* This, + ID3D11PixelShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11PixelShader* This); + ID3D11PixelShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11PixelShader* This); + ID3D11PixelShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11PixelShader* This, + ID3D11PixelShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11PixelShader* This, + ID3D11PixelShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11PixelShader* This, + ID3D11PixelShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11PixelShader* This, + ID3D11PixelShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11PixelShaderVtbl; + interface ID3D11PixelShader { CONST_VTBL ID3D11PixelShaderVtbl* lpVtbl; }; @@ -4263,49 +4750,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Predicate* This, + ID3D11Predicate *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Predicate* This); + ID3D11Predicate *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Predicate* This); + ID3D11Predicate *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Predicate* This, + ID3D11Predicate *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Predicate* This, + ID3D11Predicate *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Predicate* This, + ID3D11Predicate *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Predicate* This, + ID3D11Predicate *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Asynchronous methods ***/ UINT (STDMETHODCALLTYPE *GetDataSize)( - ID3D11Predicate* This); + ID3D11Predicate *This); /*** ID3D11Query methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Predicate* This, + ID3D11Predicate *This, D3D11_QUERY_DESC *pDesc); END_INTERFACE } ID3D11PredicateVtbl; + interface ID3D11Predicate { CONST_VTBL ID3D11PredicateVtbl* lpVtbl; }; @@ -4389,45 +4877,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11RasterizerState* This); + ID3D11RasterizerState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11RasterizerState* This); + ID3D11RasterizerState *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, REFGUID guid, const IUnknown *pData); /*** ID3D11RasterizerState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11RasterizerState* This, + ID3D11RasterizerState *This, D3D11_RASTERIZER_DESC *pDesc); END_INTERFACE } ID3D11RasterizerStateVtbl; + interface ID3D11RasterizerState { CONST_VTBL ID3D11RasterizerStateVtbl* lpVtbl; }; @@ -4478,14 +4967,6 @@ #endif -void STDMETHODCALLTYPE ID3D11RasterizerState_GetDesc_Proxy( - ID3D11RasterizerState* This, - D3D11_RASTERIZER_DESC *pDesc); -void __RPC_STUB ID3D11RasterizerState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11RasterizerState_INTERFACE_DEFINED__ */ @@ -4513,50 +4994,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11RenderTargetView* This); + ID3D11RenderTargetView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11RenderTargetView* This); + ID3D11RenderTargetView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, ID3D11Resource **ppResource); /*** ID3D11RenderTargetView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11RenderTargetView* This, + ID3D11RenderTargetView *This, D3D11_RENDER_TARGET_VIEW_DESC *pDesc); END_INTERFACE } ID3D11RenderTargetViewVtbl; + interface ID3D11RenderTargetView { CONST_VTBL ID3D11RenderTargetViewVtbl* lpVtbl; }; @@ -4613,14 +5095,6 @@ #endif -void STDMETHODCALLTYPE ID3D11RenderTargetView_GetDesc_Proxy( - ID3D11RenderTargetView* This, - D3D11_RENDER_TARGET_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11RenderTargetView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11RenderTargetView_INTERFACE_DEFINED__ */ @@ -4648,45 +5122,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11SamplerState* This); + ID3D11SamplerState *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11SamplerState* This); + ID3D11SamplerState *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, REFGUID guid, const IUnknown *pData); /*** ID3D11SamplerState methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11SamplerState* This, + ID3D11SamplerState *This, D3D11_SAMPLER_DESC *pDesc); END_INTERFACE } ID3D11SamplerStateVtbl; + interface ID3D11SamplerState { CONST_VTBL ID3D11SamplerStateVtbl* lpVtbl; }; @@ -4737,14 +5212,6 @@ #endif -void STDMETHODCALLTYPE ID3D11SamplerState_GetDesc_Proxy( - ID3D11SamplerState* This, - D3D11_SAMPLER_DESC *pDesc); -void __RPC_STUB ID3D11SamplerState_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11SamplerState_INTERFACE_DEFINED__ */ @@ -4772,50 +5239,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11ShaderResourceView* This); + ID3D11ShaderResourceView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11ShaderResourceView* This); + ID3D11ShaderResourceView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, ID3D11Resource **ppResource); /*** ID3D11ShaderResourceView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11ShaderResourceView* This, + ID3D11ShaderResourceView *This, D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc); END_INTERFACE } ID3D11ShaderResourceViewVtbl; + interface ID3D11ShaderResourceView { CONST_VTBL ID3D11ShaderResourceViewVtbl* lpVtbl; }; @@ -4872,14 +5340,6 @@ #endif -void STDMETHODCALLTYPE ID3D11ShaderResourceView_GetDesc_Proxy( - ID3D11ShaderResourceView* This, - D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11ShaderResourceView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11ShaderResourceView_INTERFACE_DEFINED__ */ @@ -4907,57 +5367,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Texture1D* This); + ID3D11Texture1D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Texture1D* This); + ID3D11Texture1D *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, D3D11_RESOURCE_DIMENSION *pResourceDimension); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D11Texture1D* This); + ID3D11Texture1D *This); /*** ID3D11Texture1D methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Texture1D* This, + ID3D11Texture1D *This, D3D11_TEXTURE1D_DESC *pDesc); END_INTERFACE } ID3D11Texture1DVtbl; + interface ID3D11Texture1D { CONST_VTBL ID3D11Texture1DVtbl* lpVtbl; }; @@ -5022,14 +5483,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Texture1D_GetDesc_Proxy( - ID3D11Texture1D* This, - D3D11_TEXTURE1D_DESC *pDesc); -void __RPC_STUB ID3D11Texture1D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Texture1D_INTERFACE_DEFINED__ */ @@ -5057,57 +5510,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Texture2D* This); + ID3D11Texture2D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Texture2D* This); + ID3D11Texture2D *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, D3D11_RESOURCE_DIMENSION *pResourceDimension); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D11Texture2D* This); + ID3D11Texture2D *This); /*** ID3D11Texture2D methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Texture2D* This, + ID3D11Texture2D *This, D3D11_TEXTURE2D_DESC *pDesc); END_INTERFACE } ID3D11Texture2DVtbl; + interface ID3D11Texture2D { CONST_VTBL ID3D11Texture2DVtbl* lpVtbl; }; @@ -5172,14 +5626,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Texture2D_GetDesc_Proxy( - ID3D11Texture2D* This, - D3D11_TEXTURE2D_DESC *pDesc); -void __RPC_STUB ID3D11Texture2D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Texture2D_INTERFACE_DEFINED__ */ @@ -5207,57 +5653,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Texture3D* This); + ID3D11Texture3D *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Texture3D* This); + ID3D11Texture3D *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, REFGUID guid, const IUnknown *pData); /*** ID3D11Resource methods ***/ void (STDMETHODCALLTYPE *GetType)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, D3D11_RESOURCE_DIMENSION *pResourceDimension); void (STDMETHODCALLTYPE *SetEvictionPriority)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, UINT EvictionPriority); UINT (STDMETHODCALLTYPE *GetEvictionPriority)( - ID3D11Texture3D* This); + ID3D11Texture3D *This); /*** ID3D11Texture3D methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11Texture3D* This, + ID3D11Texture3D *This, D3D11_TEXTURE3D_DESC *pDesc); END_INTERFACE } ID3D11Texture3DVtbl; + interface ID3D11Texture3D { CONST_VTBL ID3D11Texture3DVtbl* lpVtbl; }; @@ -5322,14 +5769,6 @@ #endif -void STDMETHODCALLTYPE ID3D11Texture3D_GetDesc_Proxy( - ID3D11Texture3D* This, - D3D11_TEXTURE3D_DESC *pDesc); -void __RPC_STUB ID3D11Texture3D_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Texture3D_INTERFACE_DEFINED__ */ @@ -5357,50 +5796,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11UnorderedAccessView* This); + ID3D11UnorderedAccessView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11UnorderedAccessView* This); + ID3D11UnorderedAccessView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, ID3D11Resource **ppResource); /*** ID3D11UnorderedAccessView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11UnorderedAccessView* This, + ID3D11UnorderedAccessView *This, D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc); END_INTERFACE } ID3D11UnorderedAccessViewVtbl; + interface ID3D11UnorderedAccessView { CONST_VTBL ID3D11UnorderedAccessViewVtbl* lpVtbl; }; @@ -5457,14 +5897,6 @@ #endif -void STDMETHODCALLTYPE ID3D11UnorderedAccessView_GetDesc_Proxy( - ID3D11UnorderedAccessView* This, - D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11UnorderedAccessView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11UnorderedAccessView_INTERFACE_DEFINED__ */ @@ -5489,40 +5921,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VertexShader* This, + ID3D11VertexShader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VertexShader* This); + ID3D11VertexShader *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VertexShader* This); + ID3D11VertexShader *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VertexShader* This, + ID3D11VertexShader *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VertexShader* This, + ID3D11VertexShader *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VertexShader* This, + ID3D11VertexShader *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VertexShader* This, + ID3D11VertexShader *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11VertexShaderVtbl; + interface ID3D11VertexShader { CONST_VTBL ID3D11VertexShaderVtbl* lpVtbl; }; @@ -6109,82 +6542,82 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, REFGUID guid, const IUnknown *pData); /*** ID3D11DeviceContext methods ***/ void (STDMETHODCALLTYPE *VSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *PSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *PSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11PixelShader *pPixelShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *PSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *VSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11VertexShader *pVertexShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *DrawIndexed)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation); void (STDMETHODCALLTYPE *Draw)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT VertexCount, UINT StartVertexLocation); HRESULT (STDMETHODCALLTYPE *Map)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pResource, UINT Subresource, D3D11_MAP MapType, @@ -6192,22 +6625,22 @@ D3D11_MAPPED_SUBRESOURCE *pMappedResource); void (STDMETHODCALLTYPE *Unmap)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pResource, UINT Subresource); void (STDMETHODCALLTYPE *PSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *IASetInputLayout)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11InputLayout *pInputLayout); void (STDMETHODCALLTYPE *IASetVertexBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppVertexBuffers, @@ -6215,13 +6648,13 @@ const UINT *pOffsets); void (STDMETHODCALLTYPE *IASetIndexBuffer)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer *pIndexBuffer, DXGI_FORMAT Format, UINT Offset); void (STDMETHODCALLTYPE *DrawIndexedInstanced)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT IndexCountPerInstance, UINT InstanceCount, UINT StartIndexLocation, @@ -6229,80 +6662,80 @@ UINT StartInstanceLocation); void (STDMETHODCALLTYPE *DrawInstanced)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT VertexCountPerInstance, UINT InstanceCount, UINT StartVertexLocation, UINT StartInstanceLocation); void (STDMETHODCALLTYPE *GSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *GSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11GeometryShader *pShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *IASetPrimitiveTopology)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, D3D11_PRIMITIVE_TOPOLOGY Topology); void (STDMETHODCALLTYPE *VSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *VSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *Begin)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Asynchronous *pAsync); void (STDMETHODCALLTYPE *End)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Asynchronous *pAsync); HRESULT (STDMETHODCALLTYPE *GetData)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Asynchronous *pAsync, void *pData, UINT DataSize, UINT GetDataFlags); void (STDMETHODCALLTYPE *SetPredication)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Predicate *pPredicate, WINBOOL PredicateValue); void (STDMETHODCALLTYPE *GSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *GSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *OMSetRenderTargets)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumViews, ID3D11RenderTargetView *const *ppRenderTargetViews, ID3D11DepthStencilView *pDepthStencilView); void (STDMETHODCALLTYPE *OMSetRenderTargetsAndUnorderedAccessViews)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumRTVs, ID3D11RenderTargetView *const *ppRenderTargetViews, ID3D11DepthStencilView *pDepthStencilView, @@ -6312,62 +6745,62 @@ const UINT *pUAVInitialCounts); void (STDMETHODCALLTYPE *OMSetBlendState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11BlendState *pBlendState, const FLOAT BlendFactor[4], UINT SampleMask); void (STDMETHODCALLTYPE *OMSetDepthStencilState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11DepthStencilState *pDepthStencilState, UINT StencilRef); void (STDMETHODCALLTYPE *SOSetTargets)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumBuffers, ID3D11Buffer *const *ppSOTargets, const UINT *pOffsets); void (STDMETHODCALLTYPE *DrawAuto)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); void (STDMETHODCALLTYPE *DrawIndexedInstancedIndirect)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *DrawInstancedIndirect)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *Dispatch)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT ThreadGroupCountX, UINT ThreadGroupCountY, UINT ThreadGroupCountZ); void (STDMETHODCALLTYPE *DispatchIndirect)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer *pBufferForArgs, UINT AlignedByteOffsetForArgs); void (STDMETHODCALLTYPE *RSSetState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11RasterizerState *pRasterizerState); void (STDMETHODCALLTYPE *RSSetViewports)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumViewports, const D3D11_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSSetScissorRects)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumRects, const D3D11_RECT *pRects); void (STDMETHODCALLTYPE *CopySubresourceRegion)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pDstResource, UINT DstSubresource, UINT DstX, @@ -6378,12 +6811,12 @@ const D3D11_BOX *pSrcBox); void (STDMETHODCALLTYPE *CopyResource)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pDstResource, ID3D11Resource *pSrcResource); void (STDMETHODCALLTYPE *UpdateSubresource)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pDstResource, UINT DstSubresource, const D3D11_BOX *pDstBox, @@ -6392,48 +6825,48 @@ UINT SrcDepthPitch); void (STDMETHODCALLTYPE *CopyStructureCount)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer *pDstBuffer, UINT DstAlignedByteOffset, ID3D11UnorderedAccessView *pSrcView); void (STDMETHODCALLTYPE *ClearRenderTargetView)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11RenderTargetView *pRenderTargetView, const FLOAT ColorRGBA[4]); void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11UnorderedAccessView *pUnorderedAccessView, const UINT Values[4]); void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11UnorderedAccessView *pUnorderedAccessView, const FLOAT Values[4]); void (STDMETHODCALLTYPE *ClearDepthStencilView)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11DepthStencilView *pDepthStencilView, UINT ClearFlags, FLOAT Depth, UINT8 Stencil); void (STDMETHODCALLTYPE *GenerateMips)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11ShaderResourceView *pShaderResourceView); void (STDMETHODCALLTYPE *SetResourceMinLOD)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pResource, FLOAT MinLOD); FLOAT (STDMETHODCALLTYPE *GetResourceMinLOD)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pResource); void (STDMETHODCALLTYPE *ResolveSubresource)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Resource *pDstResource, UINT DstSubresource, ID3D11Resource *pSrcResource, @@ -6441,131 +6874,131 @@ DXGI_FORMAT Format); void (STDMETHODCALLTYPE *ExecuteCommandList)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11CommandList *pCommandList, WINBOOL RestoreContextState); void (STDMETHODCALLTYPE *HSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *HSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11HullShader *pHullShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *HSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *HSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *DSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *DSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11DomainShader *pDomainShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *DSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *DSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *CSSetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView *const *ppShaderResourceViews); void (STDMETHODCALLTYPE *CSSetUnorderedAccessViews)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumUAVs, ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, const UINT *pUAVInitialCounts); void (STDMETHODCALLTYPE *CSSetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11ComputeShader *pComputeShader, ID3D11ClassInstance *const *ppClassInstances, UINT NumClassInstances); void (STDMETHODCALLTYPE *CSSetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState *const *ppSamplers); void (STDMETHODCALLTYPE *CSSetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer *const *ppConstantBuffers); void (STDMETHODCALLTYPE *VSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *PSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *PSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11PixelShader **ppPixelShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *PSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *VSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11VertexShader **ppVertexShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *PSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *IAGetInputLayout)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11InputLayout **ppInputLayout); void (STDMETHODCALLTYPE *IAGetVertexBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppVertexBuffers, @@ -6573,64 +7006,64 @@ UINT *pOffsets); void (STDMETHODCALLTYPE *IAGetIndexBuffer)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Buffer **pIndexBuffer, DXGI_FORMAT *Format, UINT *Offset); void (STDMETHODCALLTYPE *GSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *GSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11GeometryShader **ppGeometryShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *IAGetPrimitiveTopology)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, D3D11_PRIMITIVE_TOPOLOGY *pTopology); void (STDMETHODCALLTYPE *VSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *VSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *GetPredication)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11Predicate **ppPredicate, WINBOOL *pPredicateValue); void (STDMETHODCALLTYPE *GSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *GSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *OMGetRenderTargets)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumViews, ID3D11RenderTargetView **ppRenderTargetViews, ID3D11DepthStencilView **ppDepthStencilView); void (STDMETHODCALLTYPE *OMGetRenderTargetsAndUnorderedAccessViews)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumRTVs, ID3D11RenderTargetView **ppRenderTargetViews, ID3D11DepthStencilView **ppDepthStencilView, @@ -6639,132 +7072,133 @@ ID3D11UnorderedAccessView **ppUnorderedAccessViews); void (STDMETHODCALLTYPE *OMGetBlendState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11BlendState **ppBlendState, FLOAT BlendFactor[4], UINT *pSampleMask); void (STDMETHODCALLTYPE *OMGetDepthStencilState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11DepthStencilState **ppDepthStencilState, UINT *pStencilRef); void (STDMETHODCALLTYPE *SOGetTargets)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT NumBuffers, ID3D11Buffer **ppSOTargets); void (STDMETHODCALLTYPE *RSGetState)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11RasterizerState **ppRasterizerState); void (STDMETHODCALLTYPE *RSGetViewports)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT *pNumViewports, D3D11_VIEWPORT *pViewports); void (STDMETHODCALLTYPE *RSGetScissorRects)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT *pNumRects, D3D11_RECT *pRects); void (STDMETHODCALLTYPE *HSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *HSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11HullShader **ppHullShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *HSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *HSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *DSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *DSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11DomainShader **ppDomainShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *DSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *DSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *CSGetShaderResources)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumViews, ID3D11ShaderResourceView **ppShaderResourceViews); void (STDMETHODCALLTYPE *CSGetUnorderedAccessViews)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumUAVs, ID3D11UnorderedAccessView **ppUnorderedAccessViews); void (STDMETHODCALLTYPE *CSGetShader)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, ID3D11ComputeShader **ppComputeShader, ID3D11ClassInstance **ppClassInstances, UINT *pNumClassInstances); void (STDMETHODCALLTYPE *CSGetSamplers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumSamplers, ID3D11SamplerState **ppSamplers); void (STDMETHODCALLTYPE *CSGetConstantBuffers)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, UINT StartSlot, UINT NumBuffers, ID3D11Buffer **ppConstantBuffers); void (STDMETHODCALLTYPE *ClearState)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); void (STDMETHODCALLTYPE *Flush)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); D3D11_DEVICE_CONTEXT_TYPE (STDMETHODCALLTYPE *GetType)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); UINT (STDMETHODCALLTYPE *GetContextFlags)( - ID3D11DeviceContext* This); + ID3D11DeviceContext *This); HRESULT (STDMETHODCALLTYPE *FinishCommandList)( - ID3D11DeviceContext* This, + ID3D11DeviceContext *This, WINBOOL RestoreDeferredContextState, ID3D11CommandList **ppCommandList); END_INTERFACE } ID3D11DeviceContextVtbl; + interface ID3D11DeviceContext { CONST_VTBL ID3D11DeviceContextVtbl* lpVtbl; }; @@ -7243,1059 +7677,6 @@ #endif -void STDMETHODCALLTYPE ID3D11DeviceContext_VSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_VSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_PSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11PixelShader *pPixelShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_PSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_PSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11VertexShader *pVertexShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_VSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawIndexed_Proxy( - ID3D11DeviceContext* This, - UINT IndexCount, - UINT StartIndexLocation, - INT BaseVertexLocation); -void __RPC_STUB ID3D11DeviceContext_DrawIndexed_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_Draw_Proxy( - ID3D11DeviceContext* This, - UINT VertexCount, - UINT StartVertexLocation); -void __RPC_STUB ID3D11DeviceContext_Draw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceContext_Map_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pResource, - UINT Subresource, - D3D11_MAP MapType, - UINT MapFlags, - D3D11_MAPPED_SUBRESOURCE *pMappedResource); -void __RPC_STUB ID3D11DeviceContext_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_Unmap_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pResource, - UINT Subresource); -void __RPC_STUB ID3D11DeviceContext_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_PSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IASetInputLayout_Proxy( - ID3D11DeviceContext* This, - ID3D11InputLayout *pInputLayout); -void __RPC_STUB ID3D11DeviceContext_IASetInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IASetVertexBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppVertexBuffers, - const UINT *pStrides, - const UINT *pOffsets); -void __RPC_STUB ID3D11DeviceContext_IASetVertexBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IASetIndexBuffer_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer *pIndexBuffer, - DXGI_FORMAT Format, - UINT Offset); -void __RPC_STUB ID3D11DeviceContext_IASetIndexBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawIndexedInstanced_Proxy( - ID3D11DeviceContext* This, - UINT IndexCountPerInstance, - UINT InstanceCount, - UINT StartIndexLocation, - INT BaseVertexLocation, - UINT StartInstanceLocation); -void __RPC_STUB ID3D11DeviceContext_DrawIndexedInstanced_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawInstanced_Proxy( - ID3D11DeviceContext* This, - UINT VertexCountPerInstance, - UINT InstanceCount, - UINT StartVertexLocation, - UINT StartInstanceLocation); -void __RPC_STUB ID3D11DeviceContext_DrawInstanced_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_GSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11GeometryShader *pShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_GSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IASetPrimitiveTopology_Proxy( - ID3D11DeviceContext* This, - D3D11_PRIMITIVE_TOPOLOGY Topology); -void __RPC_STUB ID3D11DeviceContext_IASetPrimitiveTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_VSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_VSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_Begin_Proxy( - ID3D11DeviceContext* This, - ID3D11Asynchronous *pAsync); -void __RPC_STUB ID3D11DeviceContext_Begin_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_End_Proxy( - ID3D11DeviceContext* This, - ID3D11Asynchronous *pAsync); -void __RPC_STUB ID3D11DeviceContext_End_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceContext_GetData_Proxy( - ID3D11DeviceContext* This, - ID3D11Asynchronous *pAsync, - void *pData, - UINT DataSize, - UINT GetDataFlags); -void __RPC_STUB ID3D11DeviceContext_GetData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_SetPredication_Proxy( - ID3D11DeviceContext* This, - ID3D11Predicate *pPredicate, - WINBOOL PredicateValue); -void __RPC_STUB ID3D11DeviceContext_SetPredication_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_GSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_GSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMSetRenderTargets_Proxy( - ID3D11DeviceContext* This, - UINT NumViews, - ID3D11RenderTargetView *const *ppRenderTargetViews, - ID3D11DepthStencilView *pDepthStencilView); -void __RPC_STUB ID3D11DeviceContext_OMSetRenderTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMSetRenderTargetsAndUnorderedAccessViews_Proxy( - ID3D11DeviceContext* This, - UINT NumRTVs, - ID3D11RenderTargetView *const *ppRenderTargetViews, - ID3D11DepthStencilView *pDepthStencilView, - UINT UAVStartSlot, - UINT NumUAVs, - ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, - const UINT *pUAVInitialCounts); -void __RPC_STUB ID3D11DeviceContext_OMSetRenderTargetsAndUnorderedAccessViews_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMSetBlendState_Proxy( - ID3D11DeviceContext* This, - ID3D11BlendState *pBlendState, - const FLOAT BlendFactor[4], - UINT SampleMask); -void __RPC_STUB ID3D11DeviceContext_OMSetBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMSetDepthStencilState_Proxy( - ID3D11DeviceContext* This, - ID3D11DepthStencilState *pDepthStencilState, - UINT StencilRef); -void __RPC_STUB ID3D11DeviceContext_OMSetDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_SOSetTargets_Proxy( - ID3D11DeviceContext* This, - UINT NumBuffers, - ID3D11Buffer *const *ppSOTargets, - const UINT *pOffsets); -void __RPC_STUB ID3D11DeviceContext_SOSetTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawAuto_Proxy( - ID3D11DeviceContext* This); -void __RPC_STUB ID3D11DeviceContext_DrawAuto_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawIndexedInstancedIndirect_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer *pBufferForArgs, - UINT AlignedByteOffsetForArgs); -void __RPC_STUB ID3D11DeviceContext_DrawIndexedInstancedIndirect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DrawInstancedIndirect_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer *pBufferForArgs, - UINT AlignedByteOffsetForArgs); -void __RPC_STUB ID3D11DeviceContext_DrawInstancedIndirect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_Dispatch_Proxy( - ID3D11DeviceContext* This, - UINT ThreadGroupCountX, - UINT ThreadGroupCountY, - UINT ThreadGroupCountZ); -void __RPC_STUB ID3D11DeviceContext_Dispatch_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DispatchIndirect_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer *pBufferForArgs, - UINT AlignedByteOffsetForArgs); -void __RPC_STUB ID3D11DeviceContext_DispatchIndirect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSSetState_Proxy( - ID3D11DeviceContext* This, - ID3D11RasterizerState *pRasterizerState); -void __RPC_STUB ID3D11DeviceContext_RSSetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSSetViewports_Proxy( - ID3D11DeviceContext* This, - UINT NumViewports, - const D3D11_VIEWPORT *pViewports); -void __RPC_STUB ID3D11DeviceContext_RSSetViewports_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSSetScissorRects_Proxy( - ID3D11DeviceContext* This, - UINT NumRects, - const D3D11_RECT *pRects); -void __RPC_STUB ID3D11DeviceContext_RSSetScissorRects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CopySubresourceRegion_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pDstResource, - UINT DstSubresource, - UINT DstX, - UINT DstY, - UINT DstZ, - ID3D11Resource *pSrcResource, - UINT SrcSubresource, - const D3D11_BOX *pSrcBox); -void __RPC_STUB ID3D11DeviceContext_CopySubresourceRegion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CopyResource_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pDstResource, - ID3D11Resource *pSrcResource); -void __RPC_STUB ID3D11DeviceContext_CopyResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_UpdateSubresource_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pDstResource, - UINT DstSubresource, - const D3D11_BOX *pDstBox, - const void *pSrcData, - UINT SrcRowPitch, - UINT SrcDepthPitch); -void __RPC_STUB ID3D11DeviceContext_UpdateSubresource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CopyStructureCount_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer *pDstBuffer, - UINT DstAlignedByteOffset, - ID3D11UnorderedAccessView *pSrcView); -void __RPC_STUB ID3D11DeviceContext_CopyStructureCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ClearRenderTargetView_Proxy( - ID3D11DeviceContext* This, - ID3D11RenderTargetView *pRenderTargetView, - const FLOAT ColorRGBA[4]); -void __RPC_STUB ID3D11DeviceContext_ClearRenderTargetView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ClearUnorderedAccessViewUint_Proxy( - ID3D11DeviceContext* This, - ID3D11UnorderedAccessView *pUnorderedAccessView, - const UINT Values[4]); -void __RPC_STUB ID3D11DeviceContext_ClearUnorderedAccessViewUint_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ClearUnorderedAccessViewFloat_Proxy( - ID3D11DeviceContext* This, - ID3D11UnorderedAccessView *pUnorderedAccessView, - const FLOAT Values[4]); -void __RPC_STUB ID3D11DeviceContext_ClearUnorderedAccessViewFloat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ClearDepthStencilView_Proxy( - ID3D11DeviceContext* This, - ID3D11DepthStencilView *pDepthStencilView, - UINT ClearFlags, - FLOAT Depth, - UINT8 Stencil); -void __RPC_STUB ID3D11DeviceContext_ClearDepthStencilView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GenerateMips_Proxy( - ID3D11DeviceContext* This, - ID3D11ShaderResourceView *pShaderResourceView); -void __RPC_STUB ID3D11DeviceContext_GenerateMips_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_SetResourceMinLOD_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pResource, - FLOAT MinLOD); -void __RPC_STUB ID3D11DeviceContext_SetResourceMinLOD_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -FLOAT STDMETHODCALLTYPE ID3D11DeviceContext_GetResourceMinLOD_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pResource); -void __RPC_STUB ID3D11DeviceContext_GetResourceMinLOD_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ResolveSubresource_Proxy( - ID3D11DeviceContext* This, - ID3D11Resource *pDstResource, - UINT DstSubresource, - ID3D11Resource *pSrcResource, - UINT SrcSubresource, - DXGI_FORMAT Format); -void __RPC_STUB ID3D11DeviceContext_ResolveSubresource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ExecuteCommandList_Proxy( - ID3D11DeviceContext* This, - ID3D11CommandList *pCommandList, - WINBOOL RestoreContextState); -void __RPC_STUB ID3D11DeviceContext_ExecuteCommandList_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_HSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11HullShader *pHullShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_HSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_HSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_HSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_DSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11DomainShader *pDomainShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_DSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_DSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_DSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSSetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView *const *ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_CSSetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSSetUnorderedAccessViews_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumUAVs, - ID3D11UnorderedAccessView *const *ppUnorderedAccessViews, - const UINT *pUAVInitialCounts); -void __RPC_STUB ID3D11DeviceContext_CSSetUnorderedAccessViews_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSSetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11ComputeShader *pComputeShader, - ID3D11ClassInstance *const *ppClassInstances, - UINT NumClassInstances); -void __RPC_STUB ID3D11DeviceContext_CSSetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSSetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState *const *ppSamplers); -void __RPC_STUB ID3D11DeviceContext_CSSetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSSetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer *const *ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_CSSetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_VSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_PSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11PixelShader **ppPixelShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_PSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_PSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11VertexShader **ppVertexShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_VSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_PSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_PSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IAGetInputLayout_Proxy( - ID3D11DeviceContext* This, - ID3D11InputLayout **ppInputLayout); -void __RPC_STUB ID3D11DeviceContext_IAGetInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IAGetVertexBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppVertexBuffers, - UINT *pStrides, - UINT *pOffsets); -void __RPC_STUB ID3D11DeviceContext_IAGetVertexBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IAGetIndexBuffer_Proxy( - ID3D11DeviceContext* This, - ID3D11Buffer **pIndexBuffer, - DXGI_FORMAT *Format, - UINT *Offset); -void __RPC_STUB ID3D11DeviceContext_IAGetIndexBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_GSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11GeometryShader **ppGeometryShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_GSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_IAGetPrimitiveTopology_Proxy( - ID3D11DeviceContext* This, - D3D11_PRIMITIVE_TOPOLOGY *pTopology); -void __RPC_STUB ID3D11DeviceContext_IAGetPrimitiveTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_VSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_VSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_VSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GetPredication_Proxy( - ID3D11DeviceContext* This, - ID3D11Predicate **ppPredicate, - WINBOOL *pPredicateValue); -void __RPC_STUB ID3D11DeviceContext_GetPredication_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_GSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_GSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_GSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMGetRenderTargets_Proxy( - ID3D11DeviceContext* This, - UINT NumViews, - ID3D11RenderTargetView **ppRenderTargetViews, - ID3D11DepthStencilView **ppDepthStencilView); -void __RPC_STUB ID3D11DeviceContext_OMGetRenderTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMGetRenderTargetsAndUnorderedAccessViews_Proxy( - ID3D11DeviceContext* This, - UINT NumRTVs, - ID3D11RenderTargetView **ppRenderTargetViews, - ID3D11DepthStencilView **ppDepthStencilView, - UINT UAVStartSlot, - UINT NumUAVs, - ID3D11UnorderedAccessView **ppUnorderedAccessViews); -void __RPC_STUB ID3D11DeviceContext_OMGetRenderTargetsAndUnorderedAccessViews_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMGetBlendState_Proxy( - ID3D11DeviceContext* This, - ID3D11BlendState **ppBlendState, - FLOAT BlendFactor[4], - UINT *pSampleMask); -void __RPC_STUB ID3D11DeviceContext_OMGetBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_OMGetDepthStencilState_Proxy( - ID3D11DeviceContext* This, - ID3D11DepthStencilState **ppDepthStencilState, - UINT *pStencilRef); -void __RPC_STUB ID3D11DeviceContext_OMGetDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_SOGetTargets_Proxy( - ID3D11DeviceContext* This, - UINT NumBuffers, - ID3D11Buffer **ppSOTargets); -void __RPC_STUB ID3D11DeviceContext_SOGetTargets_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSGetState_Proxy( - ID3D11DeviceContext* This, - ID3D11RasterizerState **ppRasterizerState); -void __RPC_STUB ID3D11DeviceContext_RSGetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSGetViewports_Proxy( - ID3D11DeviceContext* This, - UINT *pNumViewports, - D3D11_VIEWPORT *pViewports); -void __RPC_STUB ID3D11DeviceContext_RSGetViewports_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_RSGetScissorRects_Proxy( - ID3D11DeviceContext* This, - UINT *pNumRects, - D3D11_RECT *pRects); -void __RPC_STUB ID3D11DeviceContext_RSGetScissorRects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_HSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11HullShader **ppHullShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_HSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_HSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_HSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_HSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_DSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11DomainShader **ppDomainShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_DSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_DSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_DSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_DSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSGetShaderResources_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumViews, - ID3D11ShaderResourceView **ppShaderResourceViews); -void __RPC_STUB ID3D11DeviceContext_CSGetShaderResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSGetUnorderedAccessViews_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumUAVs, - ID3D11UnorderedAccessView **ppUnorderedAccessViews); -void __RPC_STUB ID3D11DeviceContext_CSGetUnorderedAccessViews_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSGetShader_Proxy( - ID3D11DeviceContext* This, - ID3D11ComputeShader **ppComputeShader, - ID3D11ClassInstance **ppClassInstances, - UINT *pNumClassInstances); -void __RPC_STUB ID3D11DeviceContext_CSGetShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSGetSamplers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumSamplers, - ID3D11SamplerState **ppSamplers); -void __RPC_STUB ID3D11DeviceContext_CSGetSamplers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_CSGetConstantBuffers_Proxy( - ID3D11DeviceContext* This, - UINT StartSlot, - UINT NumBuffers, - ID3D11Buffer **ppConstantBuffers); -void __RPC_STUB ID3D11DeviceContext_CSGetConstantBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_ClearState_Proxy( - ID3D11DeviceContext* This); -void __RPC_STUB ID3D11DeviceContext_ClearState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11DeviceContext_Flush_Proxy( - ID3D11DeviceContext* This); -void __RPC_STUB ID3D11DeviceContext_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -D3D11_DEVICE_CONTEXT_TYPE STDMETHODCALLTYPE ID3D11DeviceContext_GetType_Proxy( - ID3D11DeviceContext* This); -void __RPC_STUB ID3D11DeviceContext_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11DeviceContext_GetContextFlags_Proxy( - ID3D11DeviceContext* This); -void __RPC_STUB ID3D11DeviceContext_GetContextFlags_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11DeviceContext_FinishCommandList_Proxy( - ID3D11DeviceContext* This, - WINBOOL RestoreDeferredContextState, - ID3D11CommandList **ppCommandList); -void __RPC_STUB ID3D11DeviceContext_FinishCommandList_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11DeviceContext_INTERFACE_DEFINED__ */ @@ -8330,54 +7711,55 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11AuthenticatedChannel* This); + ID3D11AuthenticatedChannel *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11AuthenticatedChannel* This); + ID3D11AuthenticatedChannel *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, REFGUID guid, const IUnknown *pData); /*** ID3D11AuthenticatedChannel methods ***/ HRESULT (STDMETHODCALLTYPE *GetCertificateSize)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, UINT *pCertificateSize); HRESULT (STDMETHODCALLTYPE *GetCertificate)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, UINT CertificateSize, BYTE *pCertificate); void (STDMETHODCALLTYPE *GetChannelHandle)( - ID3D11AuthenticatedChannel* This, + ID3D11AuthenticatedChannel *This, HANDLE *pChannelHandle); END_INTERFACE } ID3D11AuthenticatedChannelVtbl; + interface ID3D11AuthenticatedChannel { CONST_VTBL ID3D11AuthenticatedChannelVtbl* lpVtbl; }; @@ -8436,31 +7818,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11AuthenticatedChannel_GetCertificateSize_Proxy( - ID3D11AuthenticatedChannel* This, - UINT *pCertificateSize); -void __RPC_STUB ID3D11AuthenticatedChannel_GetCertificateSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11AuthenticatedChannel_GetCertificate_Proxy( - ID3D11AuthenticatedChannel* This, - UINT CertificateSize, - BYTE *pCertificate); -void __RPC_STUB ID3D11AuthenticatedChannel_GetCertificate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11AuthenticatedChannel_GetChannelHandle_Proxy( - ID3D11AuthenticatedChannel* This, - HANDLE *pChannelHandle); -void __RPC_STUB ID3D11AuthenticatedChannel_GetChannelHandle_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11AuthenticatedChannel_INTERFACE_DEFINED__ */ @@ -8501,62 +7858,63 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11CryptoSession* This); + ID3D11CryptoSession *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11CryptoSession* This); + ID3D11CryptoSession *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, REFGUID guid, const IUnknown *pData); /*** ID3D11CryptoSession methods ***/ void (STDMETHODCALLTYPE *GetCryptoType)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, GUID *pCryptoType); void (STDMETHODCALLTYPE *GetDecoderProfile)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, GUID *pDecoderProfile); HRESULT (STDMETHODCALLTYPE *GetCertificateSize)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, UINT *pCertificateSize); HRESULT (STDMETHODCALLTYPE *GetCertificate)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, UINT CertificateSize, BYTE *pCertificate); void (STDMETHODCALLTYPE *GetCryptoSessionHandle)( - ID3D11CryptoSession* This, + ID3D11CryptoSession *This, HANDLE *pCryptoSessionHandle); END_INTERFACE } ID3D11CryptoSessionVtbl; + interface ID3D11CryptoSession { CONST_VTBL ID3D11CryptoSessionVtbl* lpVtbl; }; @@ -8623,47 +7981,6 @@ #endif -void STDMETHODCALLTYPE ID3D11CryptoSession_GetCryptoType_Proxy( - ID3D11CryptoSession* This, - GUID *pCryptoType); -void __RPC_STUB ID3D11CryptoSession_GetCryptoType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11CryptoSession_GetDecoderProfile_Proxy( - ID3D11CryptoSession* This, - GUID *pDecoderProfile); -void __RPC_STUB ID3D11CryptoSession_GetDecoderProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11CryptoSession_GetCertificateSize_Proxy( - ID3D11CryptoSession* This, - UINT *pCertificateSize); -void __RPC_STUB ID3D11CryptoSession_GetCertificateSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11CryptoSession_GetCertificate_Proxy( - ID3D11CryptoSession* This, - UINT CertificateSize, - BYTE *pCertificate); -void __RPC_STUB ID3D11CryptoSession_GetCertificate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11CryptoSession_GetCryptoSessionHandle_Proxy( - ID3D11CryptoSession* This, - HANDLE *pCryptoSessionHandle); -void __RPC_STUB ID3D11CryptoSession_GetCryptoSessionHandle_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11CryptoSession_INTERFACE_DEFINED__ */ @@ -8695,50 +8012,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoDecoder* This); + ID3D11VideoDecoder *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoDecoder* This); + ID3D11VideoDecoder *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, REFGUID guid, const IUnknown *pData); /*** ID3D11VideoDecoder methods ***/ HRESULT (STDMETHODCALLTYPE *GetCreationParameters)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, D3D11_VIDEO_DECODER_DESC *pVideoDesc, D3D11_VIDEO_DECODER_CONFIG *pConfig); HRESULT (STDMETHODCALLTYPE *GetDriverHandle)( - ID3D11VideoDecoder* This, + ID3D11VideoDecoder *This, HANDLE *pDriverHandle); END_INTERFACE } ID3D11VideoDecoderVtbl; + interface ID3D11VideoDecoder { CONST_VTBL ID3D11VideoDecoderVtbl* lpVtbl; }; @@ -8793,23 +8111,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11VideoDecoder_GetCreationParameters_Proxy( - ID3D11VideoDecoder* This, - D3D11_VIDEO_DECODER_DESC *pVideoDesc, - D3D11_VIDEO_DECODER_CONFIG *pConfig); -void __RPC_STUB ID3D11VideoDecoder_GetCreationParameters_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDecoder_GetDriverHandle_Proxy( - ID3D11VideoDecoder* This, - HANDLE *pDriverHandle); -void __RPC_STUB ID3D11VideoDecoder_GetDriverHandle_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoDecoder_INTERFACE_DEFINED__ */ @@ -8857,70 +8158,71 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoProcessorEnumerator* This); + ID3D11VideoProcessorEnumerator *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoProcessorEnumerator* This); + ID3D11VideoProcessorEnumerator *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, REFGUID guid, const IUnknown *pData); /*** ID3D11VideoProcessorEnumerator methods ***/ HRESULT (STDMETHODCALLTYPE *GetVideoProcessorContentDesc)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc); HRESULT (STDMETHODCALLTYPE *CheckVideoProcessorFormat)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, DXGI_FORMAT Format, UINT *pFlags); HRESULT (STDMETHODCALLTYPE *GetVideoProcessorCaps)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, D3D11_VIDEO_PROCESSOR_CAPS *pCaps); HRESULT (STDMETHODCALLTYPE *GetVideoProcessorRateConversionCaps)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, UINT TypeIndex, D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps); HRESULT (STDMETHODCALLTYPE *GetVideoProcessorCustomRate)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, UINT TypeIndex, UINT CustomRateIndex, D3D11_VIDEO_PROCESSOR_CUSTOM_RATE *pRate); HRESULT (STDMETHODCALLTYPE *GetVideoProcessorFilterRange)( - ID3D11VideoProcessorEnumerator* This, + ID3D11VideoProcessorEnumerator *This, D3D11_VIDEO_PROCESSOR_FILTER Filter, D3D11_VIDEO_PROCESSOR_FILTER_RANGE *pRange); END_INTERFACE } ID3D11VideoProcessorEnumeratorVtbl; + interface ID3D11VideoProcessorEnumerator { CONST_VTBL ID3D11VideoProcessorEnumeratorVtbl* lpVtbl; }; @@ -8991,59 +8293,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_GetVideoProcessorContentDesc_Proxy( - ID3D11VideoProcessorEnumerator* This, - D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc); -void __RPC_STUB ID3D11VideoProcessorEnumerator_GetVideoProcessorContentDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_CheckVideoProcessorFormat_Proxy( - ID3D11VideoProcessorEnumerator* This, - DXGI_FORMAT Format, - UINT *pFlags); -void __RPC_STUB ID3D11VideoProcessorEnumerator_CheckVideoProcessorFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_GetVideoProcessorCaps_Proxy( - ID3D11VideoProcessorEnumerator* This, - D3D11_VIDEO_PROCESSOR_CAPS *pCaps); -void __RPC_STUB ID3D11VideoProcessorEnumerator_GetVideoProcessorCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_GetVideoProcessorRateConversionCaps_Proxy( - ID3D11VideoProcessorEnumerator* This, - UINT TypeIndex, - D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps); -void __RPC_STUB ID3D11VideoProcessorEnumerator_GetVideoProcessorRateConversionCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_GetVideoProcessorCustomRate_Proxy( - ID3D11VideoProcessorEnumerator* This, - UINT TypeIndex, - UINT CustomRateIndex, - D3D11_VIDEO_PROCESSOR_CUSTOM_RATE *pRate); -void __RPC_STUB ID3D11VideoProcessorEnumerator_GetVideoProcessorCustomRate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoProcessorEnumerator_GetVideoProcessorFilterRange_Proxy( - ID3D11VideoProcessorEnumerator* This, - D3D11_VIDEO_PROCESSOR_FILTER Filter, - D3D11_VIDEO_PROCESSOR_FILTER_RANGE *pRange); -void __RPC_STUB ID3D11VideoProcessorEnumerator_GetVideoProcessorFilterRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoProcessorEnumerator_INTERFACE_DEFINED__ */ @@ -9074,49 +8323,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoProcessor* This); + ID3D11VideoProcessor *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoProcessor* This); + ID3D11VideoProcessor *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, REFGUID guid, const IUnknown *pData); /*** ID3D11VideoProcessor methods ***/ void (STDMETHODCALLTYPE *GetContentDesc)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc); void (STDMETHODCALLTYPE *GetRateConversionCaps)( - ID3D11VideoProcessor* This, + ID3D11VideoProcessor *This, D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps); END_INTERFACE } ID3D11VideoProcessorVtbl; + interface ID3D11VideoProcessor { CONST_VTBL ID3D11VideoProcessorVtbl* lpVtbl; }; @@ -9171,22 +8421,6 @@ #endif -void STDMETHODCALLTYPE ID3D11VideoProcessor_GetContentDesc_Proxy( - ID3D11VideoProcessor* This, - D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc); -void __RPC_STUB ID3D11VideoProcessor_GetContentDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoProcessor_GetRateConversionCaps_Proxy( - ID3D11VideoProcessor* This, - D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps); -void __RPC_STUB ID3D11VideoProcessor_GetRateConversionCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoProcessor_INTERFACE_DEFINED__ */ @@ -9214,50 +8448,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoDecoderOutputView* This); + ID3D11VideoDecoderOutputView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoDecoderOutputView* This); + ID3D11VideoDecoderOutputView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, ID3D11Resource **ppResource); /*** ID3D11VideoDecoderOutputView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11VideoDecoderOutputView* This, + ID3D11VideoDecoderOutputView *This, D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc); END_INTERFACE } ID3D11VideoDecoderOutputViewVtbl; + interface ID3D11VideoDecoderOutputView { CONST_VTBL ID3D11VideoDecoderOutputViewVtbl* lpVtbl; }; @@ -9314,14 +8549,6 @@ #endif -void STDMETHODCALLTYPE ID3D11VideoDecoderOutputView_GetDesc_Proxy( - ID3D11VideoDecoderOutputView* This, - D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11VideoDecoderOutputView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoDecoderOutputView_INTERFACE_DEFINED__ */ @@ -9349,50 +8576,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoProcessorInputView* This); + ID3D11VideoProcessorInputView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoProcessorInputView* This); + ID3D11VideoProcessorInputView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, ID3D11Resource **ppResource); /*** ID3D11VideoProcessorInputView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11VideoProcessorInputView* This, + ID3D11VideoProcessorInputView *This, D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc); END_INTERFACE } ID3D11VideoProcessorInputViewVtbl; + interface ID3D11VideoProcessorInputView { CONST_VTBL ID3D11VideoProcessorInputViewVtbl* lpVtbl; }; @@ -9449,14 +8677,6 @@ #endif -void STDMETHODCALLTYPE ID3D11VideoProcessorInputView_GetDesc_Proxy( - ID3D11VideoProcessorInputView* This, - D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11VideoProcessorInputView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoProcessorInputView_INTERFACE_DEFINED__ */ @@ -9484,50 +8704,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoProcessorOutputView* This); + ID3D11VideoProcessorOutputView *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoProcessorOutputView* This); + ID3D11VideoProcessorOutputView *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, REFGUID guid, const IUnknown *pData); /*** ID3D11View methods ***/ void (STDMETHODCALLTYPE *GetResource)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, ID3D11Resource **ppResource); /*** ID3D11VideoProcessorOutputView methods ***/ void (STDMETHODCALLTYPE *GetDesc)( - ID3D11VideoProcessorOutputView* This, + ID3D11VideoProcessorOutputView *This, D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc); END_INTERFACE } ID3D11VideoProcessorOutputViewVtbl; + interface ID3D11VideoProcessorOutputView { CONST_VTBL ID3D11VideoProcessorOutputViewVtbl* lpVtbl; }; @@ -9584,14 +8805,6 @@ #endif -void STDMETHODCALLTYPE ID3D11VideoProcessorOutputView_GetDesc_Proxy( - ID3D11VideoProcessorOutputView* This, - D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc); -void __RPC_STUB ID3D11VideoProcessorOutputView_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoProcessorOutputView_INTERFACE_DEFINED__ */ @@ -9698,117 +8911,118 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoDevice* This); + ID3D11VideoDevice *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoDevice* This); + ID3D11VideoDevice *This); /*** ID3D11VideoDevice methods ***/ HRESULT (STDMETHODCALLTYPE *CreateVideoDecoder)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const D3D11_VIDEO_DECODER_DESC *pVideoDesc, const D3D11_VIDEO_DECODER_CONFIG *pConfig, ID3D11VideoDecoder **ppDecoder); HRESULT (STDMETHODCALLTYPE *CreateVideoProcessor)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, ID3D11VideoProcessorEnumerator *pEnum, UINT RateConversionIndex, ID3D11VideoProcessor **ppVideoProcessor); HRESULT (STDMETHODCALLTYPE *CreateAuthenticatedChannel)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType, ID3D11AuthenticatedChannel **ppAuthenticatedChannel); HRESULT (STDMETHODCALLTYPE *CreateCryptoSession)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const GUID *pCryptoType, const GUID *pDecoderProfile, const GUID *pKeyExchangeType, ID3D11CryptoSession **ppCryptoSession); HRESULT (STDMETHODCALLTYPE *CreateVideoDecoderOutputView)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, ID3D11Resource *pResource, const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc, ID3D11VideoDecoderOutputView **ppVDOVView); HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorInputView)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, ID3D11Resource *pResource, ID3D11VideoProcessorEnumerator *pEnum, const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc, ID3D11VideoProcessorInputView **ppVPIView); HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorOutputView)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, ID3D11Resource *pResource, ID3D11VideoProcessorEnumerator *pEnum, const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc, ID3D11VideoProcessorOutputView **ppVPOView); HRESULT (STDMETHODCALLTYPE *CreateVideoProcessorEnumerator)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc, ID3D11VideoProcessorEnumerator **ppEnum); UINT (STDMETHODCALLTYPE *GetVideoDecoderProfileCount)( - ID3D11VideoDevice* This); + ID3D11VideoDevice *This); HRESULT (STDMETHODCALLTYPE *GetVideoDecoderProfile)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, UINT Index, GUID *pDecoderProfile); HRESULT (STDMETHODCALLTYPE *CheckVideoDecoderFormat)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const GUID *pDecoderProfile, DXGI_FORMAT Format, WINBOOL *pSupported); HRESULT (STDMETHODCALLTYPE *GetVideoDecoderConfigCount)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const D3D11_VIDEO_DECODER_DESC *pDesc, UINT *pCount); HRESULT (STDMETHODCALLTYPE *GetVideoDecoderConfig)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const D3D11_VIDEO_DECODER_DESC *pDesc, UINT Index, D3D11_VIDEO_DECODER_CONFIG *pConfig); HRESULT (STDMETHODCALLTYPE *GetContentProtectionCaps)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const GUID *pCryptoType, const GUID *pDecoderProfile, D3D11_VIDEO_CONTENT_PROTECTION_CAPS *pCaps); HRESULT (STDMETHODCALLTYPE *CheckCryptoKeyExchange)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, const GUID *pCryptoType, const GUID *pDecoderProfile, UINT Index, GUID *pKeyExchangeType); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoDevice* This, + ID3D11VideoDevice *This, REFGUID guid, const IUnknown *pData); END_INTERFACE } ID3D11VideoDeviceVtbl; + interface ID3D11VideoDevice { CONST_VTBL ID3D11VideoDeviceVtbl* lpVtbl; }; @@ -9905,172 +9119,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoDecoder_Proxy( - ID3D11VideoDevice* This, - const D3D11_VIDEO_DECODER_DESC *pVideoDesc, - const D3D11_VIDEO_DECODER_CONFIG *pConfig, - ID3D11VideoDecoder **ppDecoder); -void __RPC_STUB ID3D11VideoDevice_CreateVideoDecoder_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoProcessor_Proxy( - ID3D11VideoDevice* This, - ID3D11VideoProcessorEnumerator *pEnum, - UINT RateConversionIndex, - ID3D11VideoProcessor **ppVideoProcessor); -void __RPC_STUB ID3D11VideoDevice_CreateVideoProcessor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateAuthenticatedChannel_Proxy( - ID3D11VideoDevice* This, - D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType, - ID3D11AuthenticatedChannel **ppAuthenticatedChannel); -void __RPC_STUB ID3D11VideoDevice_CreateAuthenticatedChannel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateCryptoSession_Proxy( - ID3D11VideoDevice* This, - const GUID *pCryptoType, - const GUID *pDecoderProfile, - const GUID *pKeyExchangeType, - ID3D11CryptoSession **ppCryptoSession); -void __RPC_STUB ID3D11VideoDevice_CreateCryptoSession_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoDecoderOutputView_Proxy( - ID3D11VideoDevice* This, - ID3D11Resource *pResource, - const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc, - ID3D11VideoDecoderOutputView **ppVDOVView); -void __RPC_STUB ID3D11VideoDevice_CreateVideoDecoderOutputView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoProcessorInputView_Proxy( - ID3D11VideoDevice* This, - ID3D11Resource *pResource, - ID3D11VideoProcessorEnumerator *pEnum, - const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC *pDesc, - ID3D11VideoProcessorInputView **ppVPIView); -void __RPC_STUB ID3D11VideoDevice_CreateVideoProcessorInputView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoProcessorOutputView_Proxy( - ID3D11VideoDevice* This, - ID3D11Resource *pResource, - ID3D11VideoProcessorEnumerator *pEnum, - const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC *pDesc, - ID3D11VideoProcessorOutputView **ppVPOView); -void __RPC_STUB ID3D11VideoDevice_CreateVideoProcessorOutputView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CreateVideoProcessorEnumerator_Proxy( - ID3D11VideoDevice* This, - const D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc, - ID3D11VideoProcessorEnumerator **ppEnum); -void __RPC_STUB ID3D11VideoDevice_CreateVideoProcessorEnumerator_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11VideoDevice_GetVideoDecoderProfileCount_Proxy( - ID3D11VideoDevice* This); -void __RPC_STUB ID3D11VideoDevice_GetVideoDecoderProfileCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_GetVideoDecoderProfile_Proxy( - ID3D11VideoDevice* This, - UINT Index, - GUID *pDecoderProfile); -void __RPC_STUB ID3D11VideoDevice_GetVideoDecoderProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CheckVideoDecoderFormat_Proxy( - ID3D11VideoDevice* This, - const GUID *pDecoderProfile, - DXGI_FORMAT Format, - WINBOOL *pSupported); -void __RPC_STUB ID3D11VideoDevice_CheckVideoDecoderFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_GetVideoDecoderConfigCount_Proxy( - ID3D11VideoDevice* This, - const D3D11_VIDEO_DECODER_DESC *pDesc, - UINT *pCount); -void __RPC_STUB ID3D11VideoDevice_GetVideoDecoderConfigCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_GetVideoDecoderConfig_Proxy( - ID3D11VideoDevice* This, - const D3D11_VIDEO_DECODER_DESC *pDesc, - UINT Index, - D3D11_VIDEO_DECODER_CONFIG *pConfig); -void __RPC_STUB ID3D11VideoDevice_GetVideoDecoderConfig_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_GetContentProtectionCaps_Proxy( - ID3D11VideoDevice* This, - const GUID *pCryptoType, - const GUID *pDecoderProfile, - D3D11_VIDEO_CONTENT_PROTECTION_CAPS *pCaps); -void __RPC_STUB ID3D11VideoDevice_GetContentProtectionCaps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_CheckCryptoKeyExchange_Proxy( - ID3D11VideoDevice* This, - const GUID *pCryptoType, - const GUID *pDecoderProfile, - UINT Index, - GUID *pKeyExchangeType); -void __RPC_STUB ID3D11VideoDevice_CheckCryptoKeyExchange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_SetPrivateData_Proxy( - ID3D11VideoDevice* This, - REFGUID guid, - UINT DataSize, - const void *pData); -void __RPC_STUB ID3D11VideoDevice_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoDevice_SetPrivateDataInterface_Proxy( - ID3D11VideoDevice* This, - REFGUID guid, - const IUnknown *pData); -void __RPC_STUB ID3D11VideoDevice_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoDevice_INTERFACE_DEFINED__ */ @@ -10431,169 +9479,169 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11VideoContext* This); + ID3D11VideoContext *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11VideoContext* This); + ID3D11VideoContext *This); /*** ID3D11DeviceChild methods ***/ void (STDMETHODCALLTYPE *GetDevice)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11Device **ppDevice); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, REFGUID guid, const IUnknown *pData); /*** ID3D11VideoContext methods ***/ HRESULT (STDMETHODCALLTYPE *GetDecoderBuffer)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder, D3D11_VIDEO_DECODER_BUFFER_TYPE type, UINT *buffer_size, void **buffer); HRESULT (STDMETHODCALLTYPE *ReleaseDecoderBuffer)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder, D3D11_VIDEO_DECODER_BUFFER_TYPE type); HRESULT (STDMETHODCALLTYPE *DecoderBeginFrame)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder, ID3D11VideoDecoderOutputView *view, UINT key_size, const void *key); HRESULT (STDMETHODCALLTYPE *DecoderEndFrame)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder); HRESULT (STDMETHODCALLTYPE *SubmitDecoderBuffers)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder, UINT buffers_count, const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc); HRESULT (STDMETHODCALLTYPE *DecoderExtension)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoDecoder *decoder, const D3D11_VIDEO_DECODER_EXTENSION *extension); void (STDMETHODCALLTYPE *VideoProcessorSetOutputTargetRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL enable, const RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorSetOutputBackgroundColor)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL y_cb_cr, const D3D11_VIDEO_COLOR *color); void (STDMETHODCALLTYPE *VideoProcessorSetOutputColorSpace)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); void (STDMETHODCALLTYPE *VideoProcessorSetOutputAlphaFillMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode, UINT stream_idx); void (STDMETHODCALLTYPE *VideoProcessorSetOutputConstriction)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL enable, SIZE size); void (STDMETHODCALLTYPE *VideoProcessorSetOutputStereoMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL enable); HRESULT (STDMETHODCALLTYPE *VideoProcessorSetOutputExtension)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, const GUID *guid, UINT data_size, void *data); void (STDMETHODCALLTYPE *VideoProcessorGetOutputTargetRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL *enabled, RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorGetOutputBackgroundColor)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL *y_cb_cr, D3D11_VIDEO_COLOR *color); void (STDMETHODCALLTYPE *VideoProcessorGetOutputColorSpace)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); void (STDMETHODCALLTYPE *VideoProcessorGetOutputAlphaFillMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode, UINT *stream_idx); void (STDMETHODCALLTYPE *VideoProcessorGetOutputConstriction)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL *enabled, SIZE *size); void (STDMETHODCALLTYPE *VideoProcessorGetOutputStereoMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, WINBOOL *enabled); HRESULT (STDMETHODCALLTYPE *VideoProcessorGetOutputExtension)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, const GUID *guid, UINT data_size, void *data); void (STDMETHODCALLTYPE *VideoProcessorSetStreamFrameFormat)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_FRAME_FORMAT format); void (STDMETHODCALLTYPE *VideoProcessorSetStreamColorSpace)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); void (STDMETHODCALLTYPE *VideoProcessorSetStreamOutputRate)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate, @@ -10601,35 +9649,35 @@ const DXGI_RATIONAL *custom_rate); void (STDMETHODCALLTYPE *VideoProcessorSetStreamSourceRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, const RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorSetStreamDestRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, const RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorSetStreamAlpha)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, float alpha); void (STDMETHODCALLTYPE *VideoProcessorSetStreamPalette)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, UINT entry_count, const UINT *entries); void (STDMETHODCALLTYPE *VideoProcessorSetStreamPixelAspectRatio)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, @@ -10637,7 +9685,7 @@ const DXGI_RATIONAL *dst_aspect_ratio); void (STDMETHODCALLTYPE *VideoProcessorSetStreamLumaKey)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, @@ -10645,7 +9693,7 @@ float upper); void (STDMETHODCALLTYPE *VideoProcessorSetStreamStereoFormat)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, @@ -10656,13 +9704,13 @@ int mono_offset); void (STDMETHODCALLTYPE *VideoProcessorSetStreamAutoProcessingMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable); void (STDMETHODCALLTYPE *VideoProcessorSetStreamFilter)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_PROCESSOR_FILTER filter, @@ -10670,7 +9718,7 @@ int level); HRESULT (STDMETHODCALLTYPE *VideoProcessorSetStreamExtension)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, const GUID *guid, @@ -10678,19 +9726,19 @@ void *data); void (STDMETHODCALLTYPE *VideoProcessorGetStreamFrameFormat)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_FRAME_FORMAT *format); void (STDMETHODCALLTYPE *VideoProcessorGetStreamColorSpace)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); void (STDMETHODCALLTYPE *VideoProcessorGetStreamOutputRate)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate, @@ -10698,35 +9746,35 @@ DXGI_RATIONAL *custom_rate); void (STDMETHODCALLTYPE *VideoProcessorGetStreamSourceRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorGetStreamDestRect)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, RECT *rect); void (STDMETHODCALLTYPE *VideoProcessorGetStreamAlpha)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, float *alpha); void (STDMETHODCALLTYPE *VideoProcessorGetStreamPalette)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, UINT entry_count, UINT *entries); void (STDMETHODCALLTYPE *VideoProcessorGetStreamPixelAspectRatio)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, @@ -10734,7 +9782,7 @@ DXGI_RATIONAL *dst_aspect_ratio); void (STDMETHODCALLTYPE *VideoProcessorGetStreamLumaKey)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, @@ -10742,7 +9790,7 @@ float *upper); void (STDMETHODCALLTYPE *VideoProcessorGetStreamStereoFormat)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled, @@ -10753,13 +9801,13 @@ int *mono_offset); void (STDMETHODCALLTYPE *VideoProcessorGetStreamAutoProcessingMode)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enabled); void (STDMETHODCALLTYPE *VideoProcessorGetStreamFilter)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, D3D11_VIDEO_PROCESSOR_FILTER filter, @@ -10767,7 +9815,7 @@ int *level); HRESULT (STDMETHODCALLTYPE *VideoProcessorGetStreamExtension)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, const GUID *guid, @@ -10775,7 +9823,7 @@ void *data); HRESULT (STDMETHODCALLTYPE *VideoProcessorBlt)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, ID3D11VideoProcessorOutputView *view, UINT frame_idx, @@ -10783,13 +9831,13 @@ const D3D11_VIDEO_PROCESSOR_STREAM *streams); HRESULT (STDMETHODCALLTYPE *NegotiateCryptoSessionKeyExchange)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session, UINT data_size, void *data); void (STDMETHODCALLTYPE *EncryptionBlt)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session, ID3D11Texture2D *src_surface, ID3D11Texture2D *dst_surface, @@ -10797,7 +9845,7 @@ void *iv); void (STDMETHODCALLTYPE *DecryptionBlt)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session, ID3D11Texture2D *src_surface, ID3D11Texture2D *dst_surface, @@ -10808,29 +9856,29 @@ void *iv); void (STDMETHODCALLTYPE *StartSessionKeyRefresh)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session, UINT random_number_size, void *random_number); void (STDMETHODCALLTYPE *FinishSessionKeyRefresh)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session); HRESULT (STDMETHODCALLTYPE *GetEncryptionBltKey)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11CryptoSession *session, UINT key_size, void *key); HRESULT (STDMETHODCALLTYPE *NegotiateAuthenticatedChannelKeyExchange)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11AuthenticatedChannel *channel, UINT data_size, void *data); HRESULT (STDMETHODCALLTYPE *QueryAuthenticatedChannel)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11AuthenticatedChannel *channel, UINT input_size, const void *input, @@ -10838,21 +9886,21 @@ void *output); HRESULT (STDMETHODCALLTYPE *ConfigureAuthenticatedChannel)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11AuthenticatedChannel *channel, UINT input_size, const void *input, D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output); void (STDMETHODCALLTYPE *VideoProcessorSetStreamRotation)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL enable, D3D11_VIDEO_PROCESSOR_ROTATION rotation); void (STDMETHODCALLTYPE *VideoProcessorGetStreamRotation)( - ID3D11VideoContext* This, + ID3D11VideoContext *This, ID3D11VideoProcessor *processor, UINT stream_idx, WINBOOL *enable, @@ -10860,6 +9908,7 @@ END_INTERFACE } ID3D11VideoContextVtbl; + interface ID3D11VideoContext { CONST_VTBL ID3D11VideoContextVtbl* lpVtbl; }; @@ -11138,632 +10187,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_GetDecoderBuffer_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder, - D3D11_VIDEO_DECODER_BUFFER_TYPE type, - UINT *buffer_size, - void **buffer); -void __RPC_STUB ID3D11VideoContext_GetDecoderBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_ReleaseDecoderBuffer_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder, - D3D11_VIDEO_DECODER_BUFFER_TYPE type); -void __RPC_STUB ID3D11VideoContext_ReleaseDecoderBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_DecoderBeginFrame_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder, - ID3D11VideoDecoderOutputView *view, - UINT key_size, - const void *key); -void __RPC_STUB ID3D11VideoContext_DecoderBeginFrame_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_DecoderEndFrame_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder); -void __RPC_STUB ID3D11VideoContext_DecoderEndFrame_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_SubmitDecoderBuffers_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder, - UINT buffers_count, - const D3D11_VIDEO_DECODER_BUFFER_DESC *buffer_desc); -void __RPC_STUB ID3D11VideoContext_SubmitDecoderBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_DecoderExtension_Proxy( - ID3D11VideoContext* This, - ID3D11VideoDecoder *decoder, - const D3D11_VIDEO_DECODER_EXTENSION *extension); -void __RPC_STUB ID3D11VideoContext_DecoderExtension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputTargetRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL enable, - const RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputTargetRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputBackgroundColor_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL y_cb_cr, - const D3D11_VIDEO_COLOR *color); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputBackgroundColor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputColorSpace_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputColorSpace_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputAlphaFillMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE alpha_fill_mode, - UINT stream_idx); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputAlphaFillMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputConstriction_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL enable, - SIZE size); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputConstriction_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputStereoMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL enable); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputStereoMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetOutputExtension_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - const GUID *guid, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetOutputExtension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputTargetRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL *enabled, - RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputTargetRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputBackgroundColor_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL *y_cb_cr, - D3D11_VIDEO_COLOR *color); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputBackgroundColor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputColorSpace_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputColorSpace_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputAlphaFillMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE *alpha_fill_mode, - UINT *stream_idx); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputAlphaFillMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputConstriction_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL *enabled, - SIZE *size); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputConstriction_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputStereoMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - WINBOOL *enabled); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputStereoMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetOutputExtension_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - const GUID *guid, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetOutputExtension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamFrameFormat_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_FRAME_FORMAT format); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamFrameFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamColorSpace_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - const D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamColorSpace_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamOutputRate_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_PROCESSOR_OUTPUT_RATE rate, - WINBOOL repeat, - const DXGI_RATIONAL *custom_rate); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamOutputRate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamSourceRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - const RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamSourceRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamDestRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - const RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamDestRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamAlpha_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - float alpha); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamAlpha_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamPalette_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - UINT entry_count, - const UINT *entries); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamPalette_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamPixelAspectRatio_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - const DXGI_RATIONAL *src_aspect_ratio, - const DXGI_RATIONAL *dst_aspect_ratio); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamPixelAspectRatio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamLumaKey_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - float lower, - float upper); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamLumaKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamStereoFormat_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - D3D11_VIDEO_PROCESSOR_STEREO_FORMAT format, - WINBOOL left_view_frame0, - WINBOOL base_view_frame0, - D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE flip_mode, - int mono_offset); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamStereoFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamAutoProcessingMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamAutoProcessingMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamFilter_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_PROCESSOR_FILTER filter, - WINBOOL enable, - int level); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamExtension_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - const GUID *guid, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamExtension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamFrameFormat_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_FRAME_FORMAT *format); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamFrameFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamColorSpace_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_PROCESSOR_COLOR_SPACE *color_space); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamColorSpace_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamOutputRate_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_PROCESSOR_OUTPUT_RATE *rate, - WINBOOL *repeat, - DXGI_RATIONAL *custom_rate); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamOutputRate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamSourceRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamSourceRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamDestRect_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - RECT *rect); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamDestRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamAlpha_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - float *alpha); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamAlpha_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamPalette_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - UINT entry_count, - UINT *entries); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamPalette_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamPixelAspectRatio_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - DXGI_RATIONAL *src_aspect_ratio, - DXGI_RATIONAL *dst_aspect_ratio); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamPixelAspectRatio_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamLumaKey_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - float *lower, - float *upper); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamLumaKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamStereoFormat_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled, - D3D11_VIDEO_PROCESSOR_STEREO_FORMAT *format, - WINBOOL *left_view_frame0, - WINBOOL *base_view_frame0, - D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE *flip_mode, - int *mono_offset); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamStereoFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamAutoProcessingMode_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enabled); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamAutoProcessingMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamFilter_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - D3D11_VIDEO_PROCESSOR_FILTER filter, - WINBOOL *enabled, - int *level); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamExtension_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - const GUID *guid, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamExtension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorBlt_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - ID3D11VideoProcessorOutputView *view, - UINT frame_idx, - UINT stream_count, - const D3D11_VIDEO_PROCESSOR_STREAM *streams); -void __RPC_STUB ID3D11VideoContext_VideoProcessorBlt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_NegotiateCryptoSessionKeyExchange_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_NegotiateCryptoSessionKeyExchange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_EncryptionBlt_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session, - ID3D11Texture2D *src_surface, - ID3D11Texture2D *dst_surface, - UINT iv_size, - void *iv); -void __RPC_STUB ID3D11VideoContext_EncryptionBlt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_DecryptionBlt_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session, - ID3D11Texture2D *src_surface, - ID3D11Texture2D *dst_surface, - D3D11_ENCRYPTED_BLOCK_INFO *block_info, - UINT key_size, - const void *key, - UINT iv_size, - void *iv); -void __RPC_STUB ID3D11VideoContext_DecryptionBlt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_StartSessionKeyRefresh_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session, - UINT random_number_size, - void *random_number); -void __RPC_STUB ID3D11VideoContext_StartSessionKeyRefresh_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_FinishSessionKeyRefresh_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session); -void __RPC_STUB ID3D11VideoContext_FinishSessionKeyRefresh_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_GetEncryptionBltKey_Proxy( - ID3D11VideoContext* This, - ID3D11CryptoSession *session, - UINT key_size, - void *key); -void __RPC_STUB ID3D11VideoContext_GetEncryptionBltKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_NegotiateAuthenticatedChannelKeyExchange_Proxy( - ID3D11VideoContext* This, - ID3D11AuthenticatedChannel *channel, - UINT data_size, - void *data); -void __RPC_STUB ID3D11VideoContext_NegotiateAuthenticatedChannelKeyExchange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_QueryAuthenticatedChannel_Proxy( - ID3D11VideoContext* This, - ID3D11AuthenticatedChannel *channel, - UINT input_size, - const void *input, - UINT output_size, - void *output); -void __RPC_STUB ID3D11VideoContext_QueryAuthenticatedChannel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11VideoContext_ConfigureAuthenticatedChannel_Proxy( - ID3D11VideoContext* This, - ID3D11AuthenticatedChannel *channel, - UINT input_size, - const void *input, - D3D11_AUTHENTICATED_CONFIGURE_OUTPUT *output); -void __RPC_STUB ID3D11VideoContext_ConfigureAuthenticatedChannel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorSetStreamRotation_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL enable, - D3D11_VIDEO_PROCESSOR_ROTATION rotation); -void __RPC_STUB ID3D11VideoContext_VideoProcessorSetStreamRotation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11VideoContext_VideoProcessorGetStreamRotation_Proxy( - ID3D11VideoContext* This, - ID3D11VideoProcessor *processor, - UINT stream_idx, - WINBOOL *enable, - D3D11_VIDEO_PROCESSOR_ROTATION *rotation); -void __RPC_STUB ID3D11VideoContext_VideoProcessorGetStreamRotation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11VideoContext_INTERFACE_DEFINED__ */ @@ -11982,67 +10405,67 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Device* This, + ID3D11Device *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Device* This); + ID3D11Device *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Device* This); + ID3D11Device *This); /*** ID3D11Device methods ***/ HRESULT (STDMETHODCALLTYPE *CreateBuffer)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_BUFFER_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Buffer **ppBuffer); HRESULT (STDMETHODCALLTYPE *CreateTexture1D)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_TEXTURE1D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture1D **ppTexture1D); HRESULT (STDMETHODCALLTYPE *CreateTexture2D)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_TEXTURE2D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture2D **ppTexture2D); HRESULT (STDMETHODCALLTYPE *CreateTexture3D)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_TEXTURE3D_DESC *pDesc, const D3D11_SUBRESOURCE_DATA *pInitialData, ID3D11Texture3D **ppTexture3D); HRESULT (STDMETHODCALLTYPE *CreateShaderResourceView)( - ID3D11Device* This, + ID3D11Device *This, ID3D11Resource *pResource, const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, ID3D11ShaderResourceView **ppSRView); HRESULT (STDMETHODCALLTYPE *CreateUnorderedAccessView)( - ID3D11Device* This, + ID3D11Device *This, ID3D11Resource *pResource, const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, ID3D11UnorderedAccessView **ppUAView); HRESULT (STDMETHODCALLTYPE *CreateRenderTargetView)( - ID3D11Device* This, + ID3D11Device *This, ID3D11Resource *pResource, const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, ID3D11RenderTargetView **ppRTView); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( - ID3D11Device* This, + ID3D11Device *This, ID3D11Resource *pResource, const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, ID3D11DepthStencilView **ppDepthStencilView); HRESULT (STDMETHODCALLTYPE *CreateInputLayout)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, UINT NumElements, const void *pShaderBytecodeWithInputSignature, @@ -12050,21 +10473,21 @@ ID3D11InputLayout **ppInputLayout); HRESULT (STDMETHODCALLTYPE *CreateVertexShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11VertexShader **ppVertexShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreateGeometryShaderWithStreamOutput)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, @@ -12076,100 +10499,100 @@ ID3D11GeometryShader **ppGeometryShader); HRESULT (STDMETHODCALLTYPE *CreatePixelShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11PixelShader **ppPixelShader); HRESULT (STDMETHODCALLTYPE *CreateHullShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11HullShader **ppHullShader); HRESULT (STDMETHODCALLTYPE *CreateDomainShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11DomainShader **ppDomainShader); HRESULT (STDMETHODCALLTYPE *CreateComputeShader)( - ID3D11Device* This, + ID3D11Device *This, const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D11ClassLinkage *pClassLinkage, ID3D11ComputeShader **ppComputeShader); HRESULT (STDMETHODCALLTYPE *CreateClassLinkage)( - ID3D11Device* This, + ID3D11Device *This, ID3D11ClassLinkage **ppLinkage); HRESULT (STDMETHODCALLTYPE *CreateBlendState)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_BLEND_DESC *pBlendStateDesc, ID3D11BlendState **ppBlendState); HRESULT (STDMETHODCALLTYPE *CreateDepthStencilState)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, ID3D11DepthStencilState **ppDepthStencilState); HRESULT (STDMETHODCALLTYPE *CreateRasterizerState)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_RASTERIZER_DESC *pRasterizerDesc, ID3D11RasterizerState **ppRasterizerState); HRESULT (STDMETHODCALLTYPE *CreateSamplerState)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_SAMPLER_DESC *pSamplerDesc, ID3D11SamplerState **ppSamplerState); HRESULT (STDMETHODCALLTYPE *CreateQuery)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_QUERY_DESC *pQueryDesc, ID3D11Query **ppQuery); HRESULT (STDMETHODCALLTYPE *CreatePredicate)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_QUERY_DESC *pPredicateDesc, ID3D11Predicate **ppPredicate); HRESULT (STDMETHODCALLTYPE *CreateCounter)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_COUNTER_DESC *pCounterDesc, ID3D11Counter **ppCounter); HRESULT (STDMETHODCALLTYPE *CreateDeferredContext)( - ID3D11Device* This, + ID3D11Device *This, UINT ContextFlags, ID3D11DeviceContext **ppDeferredContext); HRESULT (STDMETHODCALLTYPE *OpenSharedResource)( - ID3D11Device* This, + ID3D11Device *This, HANDLE hResource, REFIID ReturnedInterface, void **ppResource); HRESULT (STDMETHODCALLTYPE *CheckFormatSupport)( - ID3D11Device* This, + ID3D11Device *This, DXGI_FORMAT Format, UINT *pFormatSupport); HRESULT (STDMETHODCALLTYPE *CheckMultisampleQualityLevels)( - ID3D11Device* This, + ID3D11Device *This, DXGI_FORMAT Format, UINT SampleCount, UINT *pNumQualityLevels); void (STDMETHODCALLTYPE *CheckCounterInfo)( - ID3D11Device* This, + ID3D11Device *This, D3D11_COUNTER_INFO *pCounterInfo); HRESULT (STDMETHODCALLTYPE *CheckCounter)( - ID3D11Device* This, + ID3D11Device *This, const D3D11_COUNTER_DESC *pDesc, D3D11_COUNTER_TYPE *pType, UINT *pActiveCounters, @@ -12181,50 +10604,51 @@ UINT *pDescriptionLength); HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( - ID3D11Device* This, + ID3D11Device *This, D3D11_FEATURE Feature, void *pFeatureSupportData, UINT FeatureSupportDataSize); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - ID3D11Device* This, + ID3D11Device *This, REFGUID guid, UINT *pDataSize, void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - ID3D11Device* This, + ID3D11Device *This, REFGUID guid, UINT DataSize, const void *pData); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - ID3D11Device* This, + ID3D11Device *This, REFGUID guid, const IUnknown *pData); D3D_FEATURE_LEVEL (STDMETHODCALLTYPE *GetFeatureLevel)( - ID3D11Device* This); + ID3D11Device *This); UINT (STDMETHODCALLTYPE *GetCreationFlags)( - ID3D11Device* This); + ID3D11Device *This); HRESULT (STDMETHODCALLTYPE *GetDeviceRemovedReason)( - ID3D11Device* This); + ID3D11Device *This); void (STDMETHODCALLTYPE *GetImmediateContext)( - ID3D11Device* This, + ID3D11Device *This, ID3D11DeviceContext **ppImmediateContext); HRESULT (STDMETHODCALLTYPE *SetExceptionMode)( - ID3D11Device* This, + ID3D11Device *This, UINT RaiseFlags); UINT (STDMETHODCALLTYPE *GetExceptionMode)( - ID3D11Device* This); + ID3D11Device *This); END_INTERFACE } ID3D11DeviceVtbl; + interface ID3D11Device { CONST_VTBL ID3D11DeviceVtbl* lpVtbl; }; @@ -12413,396 +10837,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateBuffer_Proxy( - ID3D11Device* This, - const D3D11_BUFFER_DESC *pDesc, - const D3D11_SUBRESOURCE_DATA *pInitialData, - ID3D11Buffer **ppBuffer); -void __RPC_STUB ID3D11Device_CreateBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateTexture1D_Proxy( - ID3D11Device* This, - const D3D11_TEXTURE1D_DESC *pDesc, - const D3D11_SUBRESOURCE_DATA *pInitialData, - ID3D11Texture1D **ppTexture1D); -void __RPC_STUB ID3D11Device_CreateTexture1D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateTexture2D_Proxy( - ID3D11Device* This, - const D3D11_TEXTURE2D_DESC *pDesc, - const D3D11_SUBRESOURCE_DATA *pInitialData, - ID3D11Texture2D **ppTexture2D); -void __RPC_STUB ID3D11Device_CreateTexture2D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateTexture3D_Proxy( - ID3D11Device* This, - const D3D11_TEXTURE3D_DESC *pDesc, - const D3D11_SUBRESOURCE_DATA *pInitialData, - ID3D11Texture3D **ppTexture3D); -void __RPC_STUB ID3D11Device_CreateTexture3D_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateShaderResourceView_Proxy( - ID3D11Device* This, - ID3D11Resource *pResource, - const D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc, - ID3D11ShaderResourceView **ppSRView); -void __RPC_STUB ID3D11Device_CreateShaderResourceView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateUnorderedAccessView_Proxy( - ID3D11Device* This, - ID3D11Resource *pResource, - const D3D11_UNORDERED_ACCESS_VIEW_DESC *pDesc, - ID3D11UnorderedAccessView **ppUAView); -void __RPC_STUB ID3D11Device_CreateUnorderedAccessView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateRenderTargetView_Proxy( - ID3D11Device* This, - ID3D11Resource *pResource, - const D3D11_RENDER_TARGET_VIEW_DESC *pDesc, - ID3D11RenderTargetView **ppRTView); -void __RPC_STUB ID3D11Device_CreateRenderTargetView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateDepthStencilView_Proxy( - ID3D11Device* This, - ID3D11Resource *pResource, - const D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, - ID3D11DepthStencilView **ppDepthStencilView); -void __RPC_STUB ID3D11Device_CreateDepthStencilView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateInputLayout_Proxy( - ID3D11Device* This, - const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs, - UINT NumElements, - const void *pShaderBytecodeWithInputSignature, - SIZE_T BytecodeLength, - ID3D11InputLayout **ppInputLayout); -void __RPC_STUB ID3D11Device_CreateInputLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateVertexShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11VertexShader **ppVertexShader); -void __RPC_STUB ID3D11Device_CreateVertexShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateGeometryShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11GeometryShader **ppGeometryShader); -void __RPC_STUB ID3D11Device_CreateGeometryShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateGeometryShaderWithStreamOutput_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - const D3D11_SO_DECLARATION_ENTRY *pSODeclaration, - UINT NumEntries, - const UINT *pBufferStrides, - UINT NumStrides, - UINT RasterizedStream, - ID3D11ClassLinkage *pClassLinkage, - ID3D11GeometryShader **ppGeometryShader); -void __RPC_STUB ID3D11Device_CreateGeometryShaderWithStreamOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreatePixelShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11PixelShader **ppPixelShader); -void __RPC_STUB ID3D11Device_CreatePixelShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateHullShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11HullShader **ppHullShader); -void __RPC_STUB ID3D11Device_CreateHullShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateDomainShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11DomainShader **ppDomainShader); -void __RPC_STUB ID3D11Device_CreateDomainShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateComputeShader_Proxy( - ID3D11Device* This, - const void *pShaderBytecode, - SIZE_T BytecodeLength, - ID3D11ClassLinkage *pClassLinkage, - ID3D11ComputeShader **ppComputeShader); -void __RPC_STUB ID3D11Device_CreateComputeShader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateClassLinkage_Proxy( - ID3D11Device* This, - ID3D11ClassLinkage **ppLinkage); -void __RPC_STUB ID3D11Device_CreateClassLinkage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateBlendState_Proxy( - ID3D11Device* This, - const D3D11_BLEND_DESC *pBlendStateDesc, - ID3D11BlendState **ppBlendState); -void __RPC_STUB ID3D11Device_CreateBlendState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateDepthStencilState_Proxy( - ID3D11Device* This, - const D3D11_DEPTH_STENCIL_DESC *pDepthStencilDesc, - ID3D11DepthStencilState **ppDepthStencilState); -void __RPC_STUB ID3D11Device_CreateDepthStencilState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateRasterizerState_Proxy( - ID3D11Device* This, - const D3D11_RASTERIZER_DESC *pRasterizerDesc, - ID3D11RasterizerState **ppRasterizerState); -void __RPC_STUB ID3D11Device_CreateRasterizerState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateSamplerState_Proxy( - ID3D11Device* This, - const D3D11_SAMPLER_DESC *pSamplerDesc, - ID3D11SamplerState **ppSamplerState); -void __RPC_STUB ID3D11Device_CreateSamplerState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateQuery_Proxy( - ID3D11Device* This, - const D3D11_QUERY_DESC *pQueryDesc, - ID3D11Query **ppQuery); -void __RPC_STUB ID3D11Device_CreateQuery_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreatePredicate_Proxy( - ID3D11Device* This, - const D3D11_QUERY_DESC *pPredicateDesc, - ID3D11Predicate **ppPredicate); -void __RPC_STUB ID3D11Device_CreatePredicate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateCounter_Proxy( - ID3D11Device* This, - const D3D11_COUNTER_DESC *pCounterDesc, - ID3D11Counter **ppCounter); -void __RPC_STUB ID3D11Device_CreateCounter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CreateDeferredContext_Proxy( - ID3D11Device* This, - UINT ContextFlags, - ID3D11DeviceContext **ppDeferredContext); -void __RPC_STUB ID3D11Device_CreateDeferredContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_OpenSharedResource_Proxy( - ID3D11Device* This, - HANDLE hResource, - REFIID ReturnedInterface, - void **ppResource); -void __RPC_STUB ID3D11Device_OpenSharedResource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CheckFormatSupport_Proxy( - ID3D11Device* This, - DXGI_FORMAT Format, - UINT *pFormatSupport); -void __RPC_STUB ID3D11Device_CheckFormatSupport_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CheckMultisampleQualityLevels_Proxy( - ID3D11Device* This, - DXGI_FORMAT Format, - UINT SampleCount, - UINT *pNumQualityLevels); -void __RPC_STUB ID3D11Device_CheckMultisampleQualityLevels_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11Device_CheckCounterInfo_Proxy( - ID3D11Device* This, - D3D11_COUNTER_INFO *pCounterInfo); -void __RPC_STUB ID3D11Device_CheckCounterInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CheckCounter_Proxy( - ID3D11Device* This, - const D3D11_COUNTER_DESC *pDesc, - D3D11_COUNTER_TYPE *pType, - UINT *pActiveCounters, - LPSTR szName, - UINT *pNameLength, - LPSTR szUnits, - UINT *pUnitsLength, - LPSTR szDescription, - UINT *pDescriptionLength); -void __RPC_STUB ID3D11Device_CheckCounter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_CheckFeatureSupport_Proxy( - ID3D11Device* This, - D3D11_FEATURE Feature, - void *pFeatureSupportData, - UINT FeatureSupportDataSize); -void __RPC_STUB ID3D11Device_CheckFeatureSupport_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_GetPrivateData_Proxy( - ID3D11Device* This, - REFGUID guid, - UINT *pDataSize, - void *pData); -void __RPC_STUB ID3D11Device_GetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_SetPrivateData_Proxy( - ID3D11Device* This, - REFGUID guid, - UINT DataSize, - const void *pData); -void __RPC_STUB ID3D11Device_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_SetPrivateDataInterface_Proxy( - ID3D11Device* This, - REFGUID guid, - const IUnknown *pData); -void __RPC_STUB ID3D11Device_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -D3D_FEATURE_LEVEL STDMETHODCALLTYPE ID3D11Device_GetFeatureLevel_Proxy( - ID3D11Device* This); -void __RPC_STUB ID3D11Device_GetFeatureLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11Device_GetCreationFlags_Proxy( - ID3D11Device* This); -void __RPC_STUB ID3D11Device_GetCreationFlags_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_GetDeviceRemovedReason_Proxy( - ID3D11Device* This); -void __RPC_STUB ID3D11Device_GetDeviceRemovedReason_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11Device_GetImmediateContext_Proxy( - ID3D11Device* This, - ID3D11DeviceContext **ppImmediateContext); -void __RPC_STUB ID3D11Device_GetImmediateContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Device_SetExceptionMode_Proxy( - ID3D11Device* This, - UINT RaiseFlags); -void __RPC_STUB ID3D11Device_SetExceptionMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11Device_GetExceptionMode_Proxy( - ID3D11Device* This); -void __RPC_STUB ID3D11Device_GetExceptionMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Device_INTERFACE_DEFINED__ */ @@ -12827,6 +10861,9 @@ #include #include #include +#define _FACD3D11 (0x87c) + +#define MAKE_D3D11_HRESULT(code) MAKE_HRESULT(SEVERITY_ERROR, _FACD3D11, code) typedef HRESULT (WINAPI* PFN_D3D11_CREATE_DEVICE)(IDXGIAdapter*,D3D_DRIVER_TYPE,HMODULE,UINT, const D3D_FEATURE_LEVEL*,UINT,UINT,ID3D11Device**,D3D_FEATURE_LEVEL*,ID3D11DeviceContext**); HRESULT WINAPI D3D11CreateDevice(IDXGIAdapter*,D3D_DRIVER_TYPE,HMODULE,UINT,const D3D_FEATURE_LEVEL*, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11.idl 2018-09-14 14:16:43.000000000 +0000 @@ -32,6 +32,9 @@ interface ID3D11Resource; interface ID3D11VideoProcessorInputView; +cpp_quote("#ifndef _D3D11_CONSTANTS") +cpp_quote("#define _D3D11_CONSTANTS") + const UINT D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT = 14; const UINT D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS = 4; const UINT D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT = 32; @@ -68,6 +71,58 @@ const INT D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE = -8; const UINT D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE = 7; +const UINT D3D11_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 256; +const UINT D3D11_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP = 64; +const UINT D3D11_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 240; +const UINT D3D11_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP = 68; +const UINT D3D11_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 224; +const UINT D3D11_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP = 72; +const UINT D3D11_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 208; +const UINT D3D11_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP = 76; +const UINT D3D11_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 192; +const UINT D3D11_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP = 84; +const UINT D3D11_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 176; +const UINT D3D11_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP = 92; +const UINT D3D11_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 160; +const UINT D3D11_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP = 100; +const UINT D3D11_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 144; +const UINT D3D11_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP = 112; +const UINT D3D11_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 128; +const UINT D3D11_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP = 128; +const UINT D3D11_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 112; +const UINT D3D11_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP = 144; +const UINT D3D11_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 96; +const UINT D3D11_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP = 168; +const UINT D3D11_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 80; +const UINT D3D11_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP = 204; +const UINT D3D11_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 64; +const UINT D3D11_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP = 256; +const UINT D3D11_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 48; +const UINT D3D11_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP = 340; +const UINT D3D11_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 32; +const UINT D3D11_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP = 512; +const UINT D3D11_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD = 16; +const UINT D3D11_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP = 768; +const UINT D3D11_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION = 1; +const UINT D3D11_CS_4_X_RAW_UAV_BYTE_ALIGNMENT = 256; +const UINT D3D11_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP = 768; +const UINT D3D11_CS_4_X_THREAD_GROUP_MAX_X = 768; +const UINT D3D11_CS_4_X_THREAD_GROUP_MAX_Y = 768; +const UINT D3D11_CS_4_X_UAV_REGISTER_COUNT = 1; +const UINT D3D11_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION = 65535; +const UINT D3D11_CS_TGSM_REGISTER_COUNT = 8192; +const UINT D3D11_CS_TGSM_REGISTER_READS_PER_INST = 1; +const UINT D3D11_CS_TGSM_RESOURCE_REGISTER_COMPONENTS = 1; +const UINT D3D11_CS_TGSM_RESOURCE_REGISTER_READ_PORTS = 1; +const UINT D3D11_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP = 1024; +const UINT D3D11_CS_THREAD_GROUP_MAX_X = 1024; +const UINT D3D11_CS_THREAD_GROUP_MAX_Y = 1024; +const UINT D3D11_CS_THREAD_GROUP_MAX_Z = 64; +const UINT D3D11_CS_THREAD_GROUP_MIN_X = 1; +const UINT D3D11_CS_THREAD_GROUP_MIN_Y = 1; +const UINT D3D11_CS_THREAD_GROUP_MIN_Z = 1; +const UINT D3D11_CS_THREAD_LOCAL_TEMP_REGISTER_POOL = 16384; + const UINT D3D11_DEFAULT_DEPTH_BIAS = 0; cpp_quote("#define D3D11_DEFAULT_DEPTH_BIAS_CLAMP 0.0f") const UINT D3D11_DEFAULT_MAX_ANISOTROPY = 16; @@ -103,6 +158,9 @@ const UINT D3D11_VIEWPORT_AND_SCISSORRECT_MAX_INDEX = 15; const UINT D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE = 16; +const UINT D3D11_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL = 0xffffffff; +const UINT D3D11_KEEP_UNORDERED_ACCESS_VIEWS = 0xffffffff; + const UINT D3D11_SHADER_MAJOR_VERSION = 5; const UINT D3D11_SHADER_MAX_INSTANCES = 65535; const UINT D3D11_SHADER_MAX_INTERFACES = 253; @@ -200,6 +258,18 @@ const UINT D3D11_STANDARD_VERTEX_ELEMENT_COUNT = 32; const UINT D3D11_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT = 64; +cpp_quote("#endif") + +cpp_quote("#ifndef _D3D11_1_CONSTANTS") +cpp_quote("#define _D3D11_1_CONSTANTS") +const UINT D3D11_1_UAV_SLOT_COUNT = 64; +cpp_quote("#endif") + +cpp_quote("#ifndef _D3D11_2_CONSTANTS") +cpp_quote("#define _D3D11_2_CONSTANTS") +const UINT D3D11_2_TILED_RESOURCE_TILE_SIZE_IN_BYTES = 0x10000; +cpp_quote("#endif") + cpp_quote("#if !defined(D3D11_NO_HELPERS) && defined(__cplusplus)") cpp_quote("struct CD3D11_DEFAULT {};") cpp_quote("extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT;") @@ -290,6 +360,78 @@ D3D11_VIDEO_PROCESSOR_ROTATION_270 = 3, } D3D11_VIDEO_PROCESSOR_ROTATION; +typedef enum D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS +{ + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND = 0x01, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB = 0x02, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE = 0x04, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION = 0x08, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE = 0x10, + D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION = 0x20, +} D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS; + +typedef enum D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS +{ + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 = 0x00000001, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 = 0x00000002, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 = 0x00000004, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 = 0x00000008, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 = 0x00000010, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 = 0x00000020, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 = 0x00000040, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 = 0x00000080, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 = 0x00000100, + D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER = 0x80000000, +} D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS; + +typedef enum D3D11_CONTENT_PROTECTION_CAPS +{ + D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE = 0x00000001, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE = 0x00000002, + D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON = 0x00000004, + D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION = 0x00000008, + D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY = 0x00000010, + D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY = 0x00000020, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK = 0x00000040, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY = 0x00000080, + D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV = 0x00000100, + D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY = 0x00000200, + D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT = 0x00000400, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED = 0x00000800, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE = 0x00001000, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN = 0x00002000, + D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION = 0x00004000, +} D3D11_CONTENT_PROTECTION_CAPS; + +typedef enum D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE +{ + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED = 0x00000000, + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235 = 0x00000001, + D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255 = 0x00000002, +} D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE; + +typedef enum D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE +{ + D3D11_PROCESSIDTYPE_UNKNOWN = 0x00000000, + D3D11_PROCESSIDTYPE_DWM = 0x00000001, + D3D11_PROCESSIDTYPE_HANDLE = 0x00000002, +} D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE; + +typedef enum D3D11_BUS_TYPE +{ + D3D11_BUS_TYPE_OTHER = 0x00000000, + D3D11_BUS_TYPE_PCI = 0x00000001, + D3D11_BUS_TYPE_PCIX = 0x00000002, + D3D11_BUS_TYPE_PCIEXPRESS = 0x00000003, + D3D11_BUS_TYPE_AGP = 0x00000004, + D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET = 0x00010000, + D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP = 0x00020000, + D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET = 0x00030000, + D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR = 0x00040000, + D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE = 0x00050000, + D3D11_BUS_IMPL_MODIFIER_NON_STANDARD = 0x80000000, +} D3D11_BUS_TYPE; + typedef struct D3D11_BOX { UINT left; @@ -405,6 +547,12 @@ D3D11_DEPTH_WRITE_MASK_ALL, } D3D11_DEPTH_WRITE_MASK; +typedef enum D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS +{ + D3D11_STANDARD_MULTISAMPLE_PATTERN = 0xffffffff, + D3D11_CENTER_MULTISAMPLE_PATTERN = 0xfffffffe, +} D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS; + typedef enum D3D11_DEVICE_CONTEXT_TYPE { D3D11_DEVICE_CONTEXT_IMMEDIATE, @@ -433,9 +581,46 @@ D3D11_FEATURE_ARCHITECTURE_INFO, D3D11_FEATURE_D3D9_OPTIONS, D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT, - D3D11_FEATURE_D3D9_SHADOW_SUPPORT + D3D11_FEATURE_D3D9_SHADOW_SUPPORT, + D3D11_FEATURE_D3D11_OPTIONS1, + D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT, + D3D11_FEATURE_MARKER_SUPPORT, + D3D11_FEATURE_D3D9_OPTIONS1, + D3D11_FEATURE_D3D11_OPTIONS2, + D3D11_FEATURE_D3D11_OPTIONS3, + D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT, + D3D11_FEATURE_D3D11_OPTIONS4, + D3D11_FEATURE_SHADER_CACHE, } D3D11_FEATURE; +typedef struct D3D11_FEATURE_DATA_THREADING +{ + BOOL DriverConcurrentCreates; + BOOL DriverCommandLists; +} D3D11_FEATURE_DATA_THREADING; + +typedef struct D3D11_FEATURE_DATA_DOUBLES +{ + BOOL DoublePrecisionFloatShaderOps; +} D3D11_FEATURE_DATA_DOUBLES; + +typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT +{ + DXGI_FORMAT InFormat; + UINT OutFormatSupport; +} D3D11_FEATURE_DATA_FORMAT_SUPPORT; + +typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT2 +{ + DXGI_FORMAT InFormat; + UINT OutFormatSupport2; +} D3D11_FEATURE_DATA_FORMAT_SUPPORT2; + +typedef struct D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS +{ + BOOL ComputeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x; +} D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS; + typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS { BOOL OutputMergerLogicOp; @@ -454,6 +639,110 @@ BOOL ExtendedResourceSharing; } D3D11_FEATURE_DATA_D3D11_OPTIONS; +typedef struct D3D11_FEATURE_DATA_ARCHITECTURE_INFO +{ + BOOL TileBasedDeferredRenderer; +} D3D11_FEATURE_DATA_ARCHITECTURE_INFO; + +typedef struct D3D11_FEATURE_DATA_D3D9_OPTIONS +{ + BOOL FullNonPow2TextureSupport; +} D3D11_FEATURE_DATA_D3D9_OPTIONS; + +typedef struct D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT +{ + BOOL SupportsDepthAsTextureWithLessEqualComparisonFilter; +} D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT; + +typedef enum D3D11_SHADER_MIN_PRECISION_SUPPORT +{ + D3D11_SHADER_MIN_PRECISION_10_BIT = 0x1, + D3D11_SHADER_MIN_PRECISION_16_BIT = 0x2, +} D3D11_SHADER_MIN_PRECISION_SUPPORT; + +typedef struct D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT +{ + UINT PixelShaderMinPrecision; + UINT AllOtherShaderStagesMinPrecision; +} D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT; + +typedef enum D3D11_TILED_RESOURCES_TIER +{ + D3D11_TILED_RESOURCES_NOT_SUPPORTED = 0x0, + D3D11_TILED_RESOURCES_TIER_1 = 0x1, + D3D11_TILED_RESOURCES_TIER_2 = 0x2, + D3D11_TILED_RESOURCES_TIER_3 = 0x3, +} D3D11_TILED_RESOURCES_TIER; + +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS1 +{ + D3D11_TILED_RESOURCES_TIER TiledResourcesTier; + BOOL MinMaxFiltering; + BOOL ClearViewAlsoSupportsDepthOnlyFormats; + BOOL MapOnDefaultBuffers; +} D3D11_FEATURE_DATA_D3D11_OPTIONS1; + +typedef struct D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT +{ + BOOL SimpleInstancingSupported; +} D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT; + +typedef struct D3D11_FEATURE_DATA_MARKER_SUPPORT +{ + BOOL Profile; +} D3D11_FEATURE_DATA_MARKER_SUPPORT; + +typedef struct D3D11_FEATURE_DATA_D3D9_OPTIONS1 +{ + BOOL FullNonPow2TextureSupported; + BOOL DepthAsTextureWithLessEqualComparisonFilterSupported; + BOOL SimpleInstancingSupported; + BOOL TextureCubeFaceRenderTargetWithNonCubeDepthStencilSupported; +} D3D11_FEATURE_DATA_D3D9_OPTIONS1; + +typedef enum D3D11_CONSERVATIVE_RASTERIZATION_TIER +{ + D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED = 0x0, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_1 = 0x1, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_2 = 0x2, + D3D11_CONSERVATIVE_RASTERIZATION_TIER_3 = 0x3, +} D3D11_CONSERVATIVE_RASTERIZATION_TIER; + +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS2 +{ + BOOL PSSpecifiedStencilRefSupported; + BOOL TypedUAVLoadAdditionalFormats; + BOOL ROVsSupported; + D3D11_CONSERVATIVE_RASTERIZATION_TIER ConservativeRasterizationTier; + D3D11_TILED_RESOURCES_TIER TiledResourcesTier; + BOOL MapOnDefaultTextures; + BOOL StandardSwizzle; + BOOL UnifiedMemoryArchitecture; +} D3D11_FEATURE_DATA_D3D11_OPTIONS2; + +typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS3 +{ + BOOL VPAndRTArrayIndexFromAnyShaderFeedingRasterizer; +} D3D11_FEATURE_DATA_D3D11_OPTIONS3; + +typedef struct D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT +{ + UINT MaxGPUVirtualAddressBitsPerResource; + UINT MaxGPUVirtualAddressBitsPerProcess; +} D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT; + +typedef enum D3D11_SHADER_CACHE_SUPPORT_FLAGS +{ + D3D11_SHADER_CACHE_SUPPORT_NONE = 0x0, + D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE = 0x1, + D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE = 0x2, +} D3D11_SHADER_CACHE_SUPPORT_FLAGS; + +typedef struct D3D11_FEATURE_DATA_SHADER_CACHE +{ + UINT SupportFlags; +} D3D11_FEATURE_DATA_SHADER_CACHE; + typedef enum D3D11_FILL_MODE { D3D11_FILL_WIREFRAME = 2, @@ -529,6 +818,18 @@ D3D11_DSV_READ_ONLY_STENCIL = 0x2, } D3D11_DSV_FLAG; +typedef enum D3D11_BUFFEREX_SRV_FLAG +{ + D3D11_BUFFEREX_SRV_FLAG_RAW = 0x1, +} D3D11_BUFFEREX_SRV_FLAG; + +typedef enum D3D11_UAV_FLAG +{ + D3D11_BUFFER_UAV_FLAG_RAW = 0x1, + D3D11_BUFFER_UAV_FLAG_APPEND = 0x2, + D3D11_BUFFER_UAV_FLAG_COUNTER = 0x4, +} D3D11_UAV_FLAG; + typedef enum D3D11_INPUT_CLASSIFICATION { D3D11_INPUT_PER_VERTEX_DATA, @@ -629,6 +930,21 @@ UINT MiscFlags; } D3D11_QUERY_DESC; +cpp_quote("#if !defined(D3D11_NO_HELPERS) && defined(__cplusplus)") +cpp_quote("struct CD3D11_QUERY_DESC : public D3D11_QUERY_DESC {") +cpp_quote(" CD3D11_QUERY_DESC() {}") +cpp_quote(" ~CD3D11_QUERY_DESC() {}") +cpp_quote(" explicit CD3D11_QUERY_DESC(const D3D11_QUERY_DESC &other) : D3D11_QUERY_DESC(other) {}") +cpp_quote(" explicit CD3D11_QUERY_DESC(D3D11_QUERY query, UINT misc_flags = 0) {") +cpp_quote(" Query = query;") +cpp_quote(" MiscFlags = misc_flags;") +cpp_quote(" }") +cpp_quote(" operator const D3D11_QUERY_DESC&() const {") +cpp_quote(" return *this;") +cpp_quote(" }") +cpp_quote("};") +cpp_quote("#endif") + typedef struct D3D11_RASTERIZER_DESC { D3D11_FILL_MODE FillMode; @@ -1055,7 +1371,9 @@ cpp_quote(" explicit CD3D11_BLEND_DESC(CD3D11_DEFAULT) {") cpp_quote(" AlphaToCoverageEnable = FALSE;") cpp_quote(" IndependentBlendEnable = FALSE;") -cpp_quote(" for(D3D11_RENDER_TARGET_BLEND_DESC *target; target < RenderTarget+D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT; target++) {") +cpp_quote(" for(D3D11_RENDER_TARGET_BLEND_DESC *target = RenderTarget;") +cpp_quote(" target < RenderTarget + D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT;") +cpp_quote(" target++) {") cpp_quote(" target->BlendEnable = FALSE;") cpp_quote(" target->SrcBlend = target->SrcBlendAlpha = D3D11_BLEND_ONE;") cpp_quote(" target->DestBlend = target->DestBlendAlpha = D3D11_BLEND_ZERO;") @@ -1134,6 +1452,57 @@ D3D11_DEPTH_STENCILOP_DESC BackFace; } D3D11_DEPTH_STENCIL_DESC; +cpp_quote("#if !defined( D3D11_NO_HELPERS ) && defined( __cplusplus )") +cpp_quote("struct CD3D11_DEPTH_STENCIL_DESC : public D3D11_DEPTH_STENCIL_DESC {") +cpp_quote(" CD3D11_DEPTH_STENCIL_DESC() {}") +cpp_quote(" explicit CD3D11_DEPTH_STENCIL_DESC(const D3D11_DEPTH_STENCIL_DESC &other) : D3D11_DEPTH_STENCIL_DESC(other) {}") +cpp_quote(" explicit CD3D11_DEPTH_STENCIL_DESC(CD3D11_DEFAULT) {") +cpp_quote(" const D3D11_DEPTH_STENCILOP_DESC default_op =") +cpp_quote(" {D3D11_STENCIL_OP_KEEP, D3D11_STENCIL_OP_KEEP, D3D11_STENCIL_OP_KEEP, D3D11_COMPARISON_ALWAYS};") +cpp_quote(" DepthEnable = TRUE;") +cpp_quote(" DepthWriteMask = D3D11_DEPTH_WRITE_MASK_ALL;") +cpp_quote(" DepthFunc = D3D11_COMPARISON_LESS;") +cpp_quote(" StencilEnable = FALSE;") +cpp_quote(" StencilReadMask = D3D11_DEFAULT_STENCIL_READ_MASK;") +cpp_quote(" StencilWriteMask = D3D11_DEFAULT_STENCIL_WRITE_MASK;") +cpp_quote(" FrontFace = default_op;") +cpp_quote(" BackFace = default_op;") +cpp_quote(" }") +cpp_quote(" explicit CD3D11_DEPTH_STENCIL_DESC(") +cpp_quote(" WINBOOL depth_enable,") +cpp_quote(" D3D11_DEPTH_WRITE_MASK depth_write_mask,") +cpp_quote(" D3D11_COMPARISON_FUNC depth_func,") +cpp_quote(" WINBOOL stencil_enable,") +cpp_quote(" UINT8 stencil_read_mask,") +cpp_quote(" UINT8 stencil_write_mask,") +cpp_quote(" D3D11_STENCIL_OP front_stencil_fail_op,") +cpp_quote(" D3D11_STENCIL_OP front_stencil_depth_fail_op,") +cpp_quote(" D3D11_STENCIL_OP front_stencil_pass_op,") +cpp_quote(" D3D11_COMPARISON_FUNC front_stencil_func,") +cpp_quote(" D3D11_STENCIL_OP back_stencil_fail_op,") +cpp_quote(" D3D11_STENCIL_OP back_stencil_depth_fail_op,") +cpp_quote(" D3D11_STENCIL_OP back_stencil_pass_op,") +cpp_quote(" D3D11_COMPARISON_FUNC back_stencil_func) {") +cpp_quote(" DepthEnable = depth_enable;") +cpp_quote(" DepthWriteMask = depth_write_mask;") +cpp_quote(" DepthFunc = depth_func;") +cpp_quote(" StencilEnable = stencil_enable;") +cpp_quote(" StencilReadMask = stencil_read_mask;") +cpp_quote(" StencilWriteMask = stencil_write_mask;") +cpp_quote(" FrontFace.StencilFailOp = front_stencil_fail_op;") +cpp_quote(" FrontFace.StencilDepthFailOp = front_stencil_depth_fail_op;") +cpp_quote(" FrontFace.StencilPassOp = front_stencil_pass_op;") +cpp_quote(" FrontFace.StencilFunc = front_stencil_func;") +cpp_quote(" BackFace.StencilFailOp = back_stencil_fail_op;") +cpp_quote(" BackFace.StencilDepthFailOp = back_stencil_depth_fail_op;") +cpp_quote(" BackFace.StencilPassOp = back_stencil_pass_op;") +cpp_quote(" BackFace.StencilFunc = back_stencil_func;") +cpp_quote(" }") +cpp_quote(" ~CD3D11_DEPTH_STENCIL_DESC() {}") +cpp_quote(" operator const D3D11_DEPTH_STENCIL_DESC&() const { return *this; }") +cpp_quote("};") +cpp_quote("#endif") + typedef struct D3D11_RENDER_TARGET_VIEW_DESC { DXGI_FORMAT Format; @@ -1734,6 +2103,231 @@ BOOL Disjoint; } D3D11_QUERY_DATA_TIMESTAMP_DISJOINT; +typedef struct D3D11_QUERY_DATA_PIPELINE_STATISTICS +{ + UINT64 IAVertices; + UINT64 IAPrimitives; + UINT64 VSInvocations; + UINT64 GSInvocations; + UINT64 GSPrimitives; + UINT64 CInvocations; + UINT64 CPrimitives; + UINT64 PSInvocations; + UINT64 HSInvocations; + UINT64 DSInvocations; + UINT64 CSInvocations; +} D3D11_QUERY_DATA_PIPELINE_STATISTICS; + +typedef struct D3D11_DRAW_INSTANCED_INDIRECT_ARGS +{ + UINT VertexCountPerInstance; + UINT InstanceCount; + UINT StartVertexLocation; + UINT StartInstanceLocation; +} D3D11_DRAW_INSTANCED_INDIRECT_ARGS; + +typedef struct D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS +{ + UINT IndexCountPerInstance; + UINT InstanceCount; + UINT StartIndexLocation; + INT BaseVertexLocation; + UINT StartInstanceLocation; +} D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_INPUT +{ + D3D11_OMAC omac; + GUID ConfigureType; + HANDLE hChannel; + UINT SequenceNumber; +} D3D11_AUTHENTICATED_CONFIGURE_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_INPUT +{ + GUID QueryType; + HANDLE hChannel; + UINT SequenceNumber; +} D3D11_AUTHENTICATED_QUERY_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT +{ + D3D11_OMAC omac; + GUID QueryType; + HANDLE hChannel; + UINT SequenceNumber; + HRESULT ReturnCode; +} D3D11_AUTHENTICATED_QUERY_OUTPUT; + +typedef union D3D11_AUTHENTICATED_PROTECTION_FLAGS +{ + struct + { + UINT ProtectionEnabled : 1; + UINT OverlayOrFullscreenRequired : 1; + UINT Reserved : 30; + } Flags; + UINT Value; +} D3D11_AUTHENTICATED_PROTECTION_FLAGS; + +typedef struct D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_AUTHENTICATED_PROTECTION_FLAGS ProtectionFlags; +} D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType; +} D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT +{ + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DecoderHandle; +} D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DecoderHandle; + HANDLE CryptoSessionHandle; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT RestrictedSharedResourceProcessCount; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT +{ + D3D11_AUTHENTICATED_QUERY_INPUT Input; + UINT ProcessIndex; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT ProcessIndex; + D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE ProcessIdentifier; + HANDLE ProcessHandle; +} D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT UnrestrictedProtectedSharedResourceCount; +} D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT +{ + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDCount; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT +{ + D3D11_AUTHENTICATED_QUERY_INPUT Input; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDIndex; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + HANDLE DeviceHandle; + HANDLE CryptoSessionHandle; + UINT OutputIDIndex; + UINT64 OutputID; +} D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_ACESSIBILITY_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + D3D11_BUS_TYPE BusType; + BOOL AccessibleInContiguousBlocks; + BOOL AccessibleInNonContiguousBlocks; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT EncryptionGuidCount; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT +{ + D3D11_AUTHENTICATED_QUERY_INPUT Input; + UINT EncryptionGuidIndex; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + UINT EncryptionGuidIndex; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT +{ + D3D11_AUTHENTICATED_QUERY_OUTPUT Output; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT +{ + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + UINT StartSequenceQuery; + UINT StartSequenceConfigure; +} D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT +{ + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + D3D11_AUTHENTICATED_PROTECTION_FLAGS Protections; +} D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT +{ + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + HANDLE DecoderHandle; + HANDLE CryptoSessionHandle; + HANDLE DeviceHandle; +} D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT +{ + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE ProcessType; + HANDLE ProcessHandle; + BOOL AllowAccess; +} D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT; + +typedef struct D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT +{ + D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters; + GUID EncryptionGuid; +} D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT; + [ object, local, @@ -3210,6 +3804,9 @@ cpp_quote("#include ") cpp_quote("#include ") +const UINT _FACD3D11 = 0x87c; +cpp_quote("#define MAKE_D3D11_HRESULT(code) MAKE_HRESULT(SEVERITY_ERROR, _FACD3D11, code)") + cpp_quote("typedef HRESULT (WINAPI* PFN_D3D11_CREATE_DEVICE)(IDXGIAdapter*,D3D_DRIVER_TYPE,HMODULE,UINT,") cpp_quote(" const D3D_FEATURE_LEVEL*,UINT,UINT,ID3D11Device**,D3D_FEATURE_LEVEL*,ID3D11DeviceContext**);") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11sdklayers.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11sdklayers.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11sdklayers.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11sdklayers.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3d11sdklayers.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3d11sdklayers.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __ID3D11Debug_FWD_DEFINED__ #define __ID3D11Debug_FWD_DEFINED__ typedef interface ID3D11Debug ID3D11Debug; +#ifdef __cplusplus +interface ID3D11Debug; +#endif /* __cplusplus */ #endif #ifndef __ID3D11InfoQueue_FWD_DEFINED__ #define __ID3D11InfoQueue_FWD_DEFINED__ typedef interface ID3D11InfoQueue ID3D11InfoQueue; +#ifdef __cplusplus +interface ID3D11InfoQueue; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -1267,53 +1273,54 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11Debug* This, + ID3D11Debug *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11Debug* This); + ID3D11Debug *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11Debug* This); + ID3D11Debug *This); /*** ID3D11Debug methods ***/ HRESULT (STDMETHODCALLTYPE *SetFeatureMask)( - ID3D11Debug* This, + ID3D11Debug *This, UINT Mask); UINT (STDMETHODCALLTYPE *GetFeatureMask)( - ID3D11Debug* This); + ID3D11Debug *This); HRESULT (STDMETHODCALLTYPE *SetPresentPerRenderOpDelay)( - ID3D11Debug* This, + ID3D11Debug *This, UINT Milliseconds); UINT (STDMETHODCALLTYPE *GetPresentPerRenderOpDelay)( - ID3D11Debug* This); + ID3D11Debug *This); HRESULT (STDMETHODCALLTYPE *SetSwapChain)( - ID3D11Debug* This, + ID3D11Debug *This, IDXGISwapChain *pSwapChain); HRESULT (STDMETHODCALLTYPE *GetSwapChain)( - ID3D11Debug* This, + ID3D11Debug *This, IDXGISwapChain **ppSwapChain); HRESULT (STDMETHODCALLTYPE *ValidateContext)( - ID3D11Debug* This, + ID3D11Debug *This, ID3D11DeviceContext *pContext); HRESULT (STDMETHODCALLTYPE *ReportLiveDeviceObjects)( - ID3D11Debug* This, + ID3D11Debug *This, D3D11_RLDO_FLAGS Flags); HRESULT (STDMETHODCALLTYPE *ValidateContextForDispatch)( - ID3D11Debug* This, + ID3D11Debug *This, ID3D11DeviceContext *pContext); END_INTERFACE } ID3D11DebugVtbl; + interface ID3D11Debug { CONST_VTBL ID3D11DebugVtbl* lpVtbl; }; @@ -1378,76 +1385,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11Debug_SetFeatureMask_Proxy( - ID3D11Debug* This, - UINT Mask); -void __RPC_STUB ID3D11Debug_SetFeatureMask_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11Debug_GetFeatureMask_Proxy( - ID3D11Debug* This); -void __RPC_STUB ID3D11Debug_GetFeatureMask_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_SetPresentPerRenderOpDelay_Proxy( - ID3D11Debug* This, - UINT Milliseconds); -void __RPC_STUB ID3D11Debug_SetPresentPerRenderOpDelay_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11Debug_GetPresentPerRenderOpDelay_Proxy( - ID3D11Debug* This); -void __RPC_STUB ID3D11Debug_GetPresentPerRenderOpDelay_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_SetSwapChain_Proxy( - ID3D11Debug* This, - IDXGISwapChain *pSwapChain); -void __RPC_STUB ID3D11Debug_SetSwapChain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_GetSwapChain_Proxy( - ID3D11Debug* This, - IDXGISwapChain **ppSwapChain); -void __RPC_STUB ID3D11Debug_GetSwapChain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_ValidateContext_Proxy( - ID3D11Debug* This, - ID3D11DeviceContext *pContext); -void __RPC_STUB ID3D11Debug_ValidateContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_ReportLiveDeviceObjects_Proxy( - ID3D11Debug* This, - D3D11_RLDO_FLAGS Flags); -void __RPC_STUB ID3D11Debug_ReportLiveDeviceObjects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11Debug_ValidateContextForDispatch_Proxy( - ID3D11Debug* This, - ID3D11DeviceContext *pContext); -void __RPC_STUB ID3D11Debug_ValidateContextForDispatch_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11Debug_INTERFACE_DEFINED__ */ @@ -1591,152 +1528,153 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); /*** ID3D11InfoQueue methods ***/ HRESULT (STDMETHODCALLTYPE *SetMessageCountLimit)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, UINT64 MessageCountLimit); void (STDMETHODCALLTYPE *ClearStoredMessages)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *GetMessage)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, UINT64 MessageIndex, D3D11_MESSAGE *pMessage, SIZE_T *pMessageByteLength); UINT64 (STDMETHODCALLTYPE *GetNumMessagesAllowedByStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT64 (STDMETHODCALLTYPE *GetNumMessagesDeniedByStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT64 (STDMETHODCALLTYPE *GetNumStoredMessages)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT64 (STDMETHODCALLTYPE *GetNumStoredMessagesAllowedByRetrievalFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT64 (STDMETHODCALLTYPE *GetNumMessagesDiscardedByMessageCountLimit)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT64 (STDMETHODCALLTYPE *GetMessageCountLimit)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *AddStorageFilterEntries)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter); HRESULT (STDMETHODCALLTYPE *GetStorageFilter)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter, SIZE_T *pFilterByteLength); void (STDMETHODCALLTYPE *ClearStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushEmptyStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushCopyOfStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushStorageFilter)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter); void (STDMETHODCALLTYPE *PopStorageFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT (STDMETHODCALLTYPE *GetStorageFilterStackSize)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *AddRetrievalFilterEntries)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter); HRESULT (STDMETHODCALLTYPE *GetRetrievalFilter)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter, SIZE_T *pFilterByteLength); void (STDMETHODCALLTYPE *ClearRetrievalFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushEmptyRetrievalFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushCopyOfRetrievalFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *PushRetrievalFilter)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_INFO_QUEUE_FILTER *pFilter); void (STDMETHODCALLTYPE *PopRetrievalFilter)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); UINT (STDMETHODCALLTYPE *GetRetrievalFilterStackSize)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); HRESULT (STDMETHODCALLTYPE *AddMessage)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_CATEGORY Category, D3D11_MESSAGE_SEVERITY Severity, D3D11_MESSAGE_ID ID, LPCSTR pDescription); HRESULT (STDMETHODCALLTYPE *AddApplicationMessage)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_SEVERITY Severity, LPCSTR pDescription); HRESULT (STDMETHODCALLTYPE *SetBreakOnCategory)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_CATEGORY Category, WINBOOL bEnable); HRESULT (STDMETHODCALLTYPE *SetBreakOnSeverity)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_SEVERITY Severity, WINBOOL bEnable); HRESULT (STDMETHODCALLTYPE *SetBreakOnID)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_ID ID, WINBOOL bEnable); WINBOOL (STDMETHODCALLTYPE *GetBreakOnCategory)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_CATEGORY Category); WINBOOL (STDMETHODCALLTYPE *GetBreakOnSeverity)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_SEVERITY Severity); WINBOOL (STDMETHODCALLTYPE *GetBreakOnID)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, D3D11_MESSAGE_ID ID); void (STDMETHODCALLTYPE *SetMuteDebugOutput)( - ID3D11InfoQueue* This, + ID3D11InfoQueue *This, WINBOOL bMute); WINBOOL (STDMETHODCALLTYPE *GetMuteDebugOutput)( - ID3D11InfoQueue* This); + ID3D11InfoQueue *This); END_INTERFACE } ID3D11InfoQueueVtbl; + interface ID3D11InfoQueue { CONST_VTBL ID3D11InfoQueueVtbl* lpVtbl; }; @@ -1905,279 +1843,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_SetMessageCountLimit_Proxy( - ID3D11InfoQueue* This, - UINT64 MessageCountLimit); -void __RPC_STUB ID3D11InfoQueue_SetMessageCountLimit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_ClearStoredMessages_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_ClearStoredMessages_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_GetMessage_Proxy( - ID3D11InfoQueue* This, - UINT64 MessageIndex, - D3D11_MESSAGE *pMessage, - SIZE_T *pMessageByteLength); -void __RPC_STUB ID3D11InfoQueue_GetMessage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetNumMessagesAllowedByStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetNumMessagesAllowedByStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetNumMessagesDeniedByStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetNumMessagesDeniedByStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetNumStoredMessages_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetNumStoredMessages_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetNumStoredMessagesAllowedByRetrievalFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetNumStoredMessagesAllowedByRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetNumMessagesDiscardedByMessageCountLimit_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetNumMessagesDiscardedByMessageCountLimit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT64 STDMETHODCALLTYPE ID3D11InfoQueue_GetMessageCountLimit_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetMessageCountLimit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_AddStorageFilterEntries_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter); -void __RPC_STUB ID3D11InfoQueue_AddStorageFilterEntries_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_GetStorageFilter_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter, - SIZE_T *pFilterByteLength); -void __RPC_STUB ID3D11InfoQueue_GetStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_ClearStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_ClearStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushEmptyStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PushEmptyStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushCopyOfStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PushCopyOfStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushStorageFilter_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter); -void __RPC_STUB ID3D11InfoQueue_PushStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_PopStorageFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PopStorageFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11InfoQueue_GetStorageFilterStackSize_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetStorageFilterStackSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_AddRetrievalFilterEntries_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter); -void __RPC_STUB ID3D11InfoQueue_AddRetrievalFilterEntries_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_GetRetrievalFilter_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter, - SIZE_T *pFilterByteLength); -void __RPC_STUB ID3D11InfoQueue_GetRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_ClearRetrievalFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_ClearRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushEmptyRetrievalFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PushEmptyRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushCopyOfRetrievalFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PushCopyOfRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_PushRetrievalFilter_Proxy( - ID3D11InfoQueue* This, - D3D11_INFO_QUEUE_FILTER *pFilter); -void __RPC_STUB ID3D11InfoQueue_PushRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_PopRetrievalFilter_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_PopRetrievalFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -UINT STDMETHODCALLTYPE ID3D11InfoQueue_GetRetrievalFilterStackSize_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetRetrievalFilterStackSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_AddMessage_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_CATEGORY Category, - D3D11_MESSAGE_SEVERITY Severity, - D3D11_MESSAGE_ID ID, - LPCSTR pDescription); -void __RPC_STUB ID3D11InfoQueue_AddMessage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_AddApplicationMessage_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_SEVERITY Severity, - LPCSTR pDescription); -void __RPC_STUB ID3D11InfoQueue_AddApplicationMessage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_SetBreakOnCategory_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_CATEGORY Category, - WINBOOL bEnable); -void __RPC_STUB ID3D11InfoQueue_SetBreakOnCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_SetBreakOnSeverity_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_SEVERITY Severity, - WINBOOL bEnable); -void __RPC_STUB ID3D11InfoQueue_SetBreakOnSeverity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3D11InfoQueue_SetBreakOnID_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_ID ID, - WINBOOL bEnable); -void __RPC_STUB ID3D11InfoQueue_SetBreakOnID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D11InfoQueue_GetBreakOnCategory_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_CATEGORY Category); -void __RPC_STUB ID3D11InfoQueue_GetBreakOnCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D11InfoQueue_GetBreakOnSeverity_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_SEVERITY Severity); -void __RPC_STUB ID3D11InfoQueue_GetBreakOnSeverity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D11InfoQueue_GetBreakOnID_Proxy( - ID3D11InfoQueue* This, - D3D11_MESSAGE_ID ID); -void __RPC_STUB ID3D11InfoQueue_GetBreakOnID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE ID3D11InfoQueue_SetMuteDebugOutput_Proxy( - ID3D11InfoQueue* This, - WINBOOL bMute); -void __RPC_STUB ID3D11InfoQueue_SetMuteDebugOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE ID3D11InfoQueue_GetMuteDebugOutput_Proxy( - ID3D11InfoQueue* This); -void __RPC_STUB ID3D11InfoQueue_GetMuteDebugOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D11InfoQueue_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11shader.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11shader.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d11shader.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d11shader.h 2018-09-14 14:16:43.000000000 +0000 @@ -206,4 +206,45 @@ }; #undef INTERFACE +DEFINE_GUID(IID_ID3D11ModuleInstance, 0x469e07f7, 0x45a, 0x48d5, 0xaa, 0x12, 0x68, 0xa4, 0x78, 0xcd, 0xf7, 0x5d); + +#define INTERFACE ID3D11ModuleInstance +DECLARE_INTERFACE_(ID3D11ModuleInstance, IUnknown) +{ + STDMETHOD(QueryInterface)(THIS_ REFIID iid, void **out) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* ID3D11ModuleInstance methods */ + STDMETHOD(BindConstantBuffer)(THIS_ UINT srcslot, UINT dstslot, UINT dstoffset) PURE; + STDMETHOD(BindConstantBufferByName)(THIS_ const char *name, UINT dstslot, UINT dstoffset) PURE; + + STDMETHOD(BindResource)(THIS_ UINT srcslot, UINT dstslot, UINT count) PURE; + STDMETHOD(BindResourceByName)(THIS_ const char *name, UINT dstslot, UINT count) PURE; + + STDMETHOD(BindSampler)(THIS_ UINT srcslot, UINT dstslot, UINT count) PURE; + STDMETHOD(BindSamplerByName)(THIS_ const char *name, UINT dstslot, UINT count) PURE; + + STDMETHOD(BindUnorderedAccessView)(THIS_ UINT srcslot, UINT dstslot, UINT count) PURE; + STDMETHOD(BindUnorderedAccessViewByName)(THIS_ const char *name, UINT dstslot, UINT count) PURE; + + STDMETHOD(BindResourceAsUnorderedAccessView)(THIS_ UINT srcslot, UINT dstslot, UINT count) PURE; + STDMETHOD(BindResourceAsUnorderedAccessViewByName)(THIS_ const char *name, UINT dstslot, UINT count) PURE; +}; +#undef INTERFACE + +DEFINE_GUID(IID_ID3D11Module, 0xcac701ee, 0x80fc, 0x4122, 0x82, 0x42, 0x10, 0xb3, 0x9c, 0x8c, 0xec, 0x34); + +#define INTERFACE ID3D11Module +DECLARE_INTERFACE_(ID3D11Module, IUnknown) +{ + STDMETHOD(QueryInterface)(THIS_ REFIID iid, void **out) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* ID3D11Module methods */ + STDMETHOD(CreateInstance)(THIS_ const char *instnamespace, ID3D11ModuleInstance **moduleinstance) PURE; +}; +#undef INTERFACE + #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d8caps.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d8caps.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d8caps.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d8caps.h 2018-09-14 14:16:43.000000000 +0000 @@ -86,16 +86,17 @@ #define D3DPCMPCAPS_GREATEREQUAL 0x40 #define D3DPCMPCAPS_ALWAYS 0x80 -#define D3DPMISCCAPS_MASKZ 0x0002 -#define D3DPMISCCAPS_LINEPATTERNREP 0x0004 -#define D3DPMISCCAPS_CULLNONE 0x0010 -#define D3DPMISCCAPS_CULLCW 0x0020 -#define D3DPMISCCAPS_CULLCCW 0x0040 -#define D3DPMISCCAPS_COLORWRITEENABLE 0x0080 -#define D3DPMISCCAPS_CLIPPLANESCALEDPOINTS 0x0100 -#define D3DPMISCCAPS_CLIPTLVERTS 0x0200 -#define D3DPMISCCAPS_TSSARGTEMP 0x0400 -#define D3DPMISCCAPS_BLENDOP 0x0800 +#define D3DPMISCCAPS_MASKZ __MSABI_LONG(0x00000002) +#define D3DPMISCCAPS_LINEPATTERNREP __MSABI_LONG(0x00000004) +#define D3DPMISCCAPS_CULLNONE __MSABI_LONG(0x00000010) +#define D3DPMISCCAPS_CULLCW __MSABI_LONG(0x00000020) +#define D3DPMISCCAPS_CULLCCW __MSABI_LONG(0x00000040) +#define D3DPMISCCAPS_COLORWRITEENABLE __MSABI_LONG(0x00000080) +#define D3DPMISCCAPS_CLIPPLANESCALEDPOINTS __MSABI_LONG(0x00000100) +#define D3DPMISCCAPS_CLIPTLVERTS __MSABI_LONG(0x00000200) +#define D3DPMISCCAPS_TSSARGTEMP __MSABI_LONG(0x00000400) +#define D3DPMISCCAPS_BLENDOP __MSABI_LONG(0x00000800) +#define D3DPMISCCAPS_NULLREFERENCE __MSABI_LONG(0x00001000) #define D3DPRASTERCAPS_DITHER 0x00000001 #define D3DPRASTERCAPS_PAT 0x00000008 @@ -196,12 +197,13 @@ #define D3DTEXOPCAPS_MULTIPLYADD 0x1000000 #define D3DTEXOPCAPS_LERP 0x2000000 -#define D3DVTXPCAPS_TEXGEN 0x01 -#define D3DVTXPCAPS_MATERIALSOURCE7 0x02 -#define D3DVTXPCAPS_DIRECTIONALLIGHTS 0x08 -#define D3DVTXPCAPS_POSITIONALLIGHTS 0x10 -#define D3DVTXPCAPS_LOCALVIEWER 0x20 -#define D3DVTXPCAPS_TWEENING 0x40 +#define D3DVTXPCAPS_TEXGEN __MSABI_LONG(0x00000001) +#define D3DVTXPCAPS_MATERIALSOURCE7 __MSABI_LONG(0x00000002) +#define D3DVTXPCAPS_DIRECTIONALLIGHTS __MSABI_LONG(0x00000008) +#define D3DVTXPCAPS_POSITIONALLIGHTS __MSABI_LONG(0x00000010) +#define D3DVTXPCAPS_LOCALVIEWER __MSABI_LONG(0x00000020) +#define D3DVTXPCAPS_TWEENING __MSABI_LONG(0x00000040) +#define D3DVTXPCAPS_NO_VSDT_UBYTE4 __MSABI_LONG(0x00000080) #define D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD 0x00000020 #define D3DCAPS3_RESERVED 0x8000001f diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9caps.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9caps.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9caps.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9caps.h 2018-09-14 14:16:43.000000000 +0000 @@ -27,7 +27,8 @@ /* * Definitions */ -#define D3DCAPS_READ_SCANLINE 0x20000 +#define D3DCAPS_OVERLAY __MSABI_LONG(0x00000800) +#define D3DCAPS_READ_SCANLINE __MSABI_LONG(0x00020000) #define D3DCURSORCAPS_COLOR 1 #define D3DCURSORCAPS_LOWRES 2 @@ -73,20 +74,24 @@ #define D3DLINECAPS_FOG 0x10 #define D3DLINECAPS_ANTIALIAS 0x20 -#define D3DPBLENDCAPS_ZERO 0x00000001 -#define D3DPBLENDCAPS_ONE 0x00000002 -#define D3DPBLENDCAPS_SRCCOLOR 0x00000004 -#define D3DPBLENDCAPS_INVSRCCOLOR 0x00000008 -#define D3DPBLENDCAPS_SRCALPHA 0x00000010 -#define D3DPBLENDCAPS_INVSRCALPHA 0x00000020 -#define D3DPBLENDCAPS_DESTALPHA 0x00000040 -#define D3DPBLENDCAPS_INVDESTALPHA 0x00000080 -#define D3DPBLENDCAPS_DESTCOLOR 0x00000100 -#define D3DPBLENDCAPS_INVDESTCOLOR 0x00000200 -#define D3DPBLENDCAPS_SRCALPHASAT 0x00000400 -#define D3DPBLENDCAPS_BOTHSRCALPHA 0x00000800 -#define D3DPBLENDCAPS_BOTHINVSRCALPHA 0x00001000 -#define D3DPBLENDCAPS_BLENDFACTOR 0x00002000 +#define D3DPBLENDCAPS_ZERO __MSABI_LONG(0x00000001) +#define D3DPBLENDCAPS_ONE __MSABI_LONG(0x00000002) +#define D3DPBLENDCAPS_SRCCOLOR __MSABI_LONG(0x00000004) +#define D3DPBLENDCAPS_INVSRCCOLOR __MSABI_LONG(0x00000008) +#define D3DPBLENDCAPS_SRCALPHA __MSABI_LONG(0x00000010) +#define D3DPBLENDCAPS_INVSRCALPHA __MSABI_LONG(0x00000020) +#define D3DPBLENDCAPS_DESTALPHA __MSABI_LONG(0x00000040) +#define D3DPBLENDCAPS_INVDESTALPHA __MSABI_LONG(0x00000080) +#define D3DPBLENDCAPS_DESTCOLOR __MSABI_LONG(0x00000100) +#define D3DPBLENDCAPS_INVDESTCOLOR __MSABI_LONG(0x00000200) +#define D3DPBLENDCAPS_SRCALPHASAT __MSABI_LONG(0x00000400) +#define D3DPBLENDCAPS_BOTHSRCALPHA __MSABI_LONG(0x00000800) +#define D3DPBLENDCAPS_BOTHINVSRCALPHA __MSABI_LONG(0x00001000) +#define D3DPBLENDCAPS_BLENDFACTOR __MSABI_LONG(0x00002000) +#ifndef D3D_DISABLE_9EX +#define D3DPBLENDCAPS_SRCCOLOR2 __MSABI_LONG(0x00004000) +#define D3DPBLENDCAPS_INVSRCCOLOR2 __MSABI_LONG(0x00008000) +#endif #define D3DPCMPCAPS_NEVER 0x01 #define D3DPCMPCAPS_LESS 0x02 @@ -115,7 +120,6 @@ #define D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS __MSABI_LONG(0x00040000) #define D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING __MSABI_LONG(0x00080000) #define D3DPMISCCAPS_FOGVERTEXCLAMPED __MSABI_LONG(0x00100000) - #ifndef D3D_DISABLE_9EX #define D3DPMISCCAPS_POSTBLENDSRGBCONVERT __MSABI_LONG(0x00200000) #endif @@ -176,18 +180,21 @@ #define D3DPTEXTURECAPS_VOLUMEMAP_POW2 __MSABI_LONG(0x00040000) #define D3DPTEXTURECAPS_NOPROJECTEDBUMPENV __MSABI_LONG(0x00200000) -#define D3DPTFILTERCAPS_MINFPOINT 0x00000100 -#define D3DPTFILTERCAPS_MINFLINEAR 0x00000200 -#define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 -#define D3DPTFILTERCAPS_MINFPYRAMIDALQUAD 0x00000800 -#define D3DPTFILTERCAPS_MINFGAUSSIANQUAD 0x00001000 -#define D3DPTFILTERCAPS_MIPFPOINT 0x00010000 -#define D3DPTFILTERCAPS_MIPFLINEAR 0x00020000 -#define D3DPTFILTERCAPS_MAGFPOINT 0x01000000 -#define D3DPTFILTERCAPS_MAGFLINEAR 0x02000000 -#define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 -#define D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD 0x08000000 -#define D3DPTFILTERCAPS_MAGFGAUSSIANQUAD 0x10000000 +#define D3DPTFILTERCAPS_MINFPOINT __MSABI_LONG(0x00000100) +#define D3DPTFILTERCAPS_MINFLINEAR __MSABI_LONG(0x00000200) +#define D3DPTFILTERCAPS_MINFANISOTROPIC __MSABI_LONG(0x00000400) +#define D3DPTFILTERCAPS_MINFPYRAMIDALQUAD __MSABI_LONG(0x00000800) +#define D3DPTFILTERCAPS_MINFGAUSSIANQUAD __MSABI_LONG(0x00001000) +#define D3DPTFILTERCAPS_MIPFPOINT __MSABI_LONG(0x00010000) +#define D3DPTFILTERCAPS_MIPFLINEAR __MSABI_LONG(0x00020000) +#ifndef D3D_DISABLE_9EX +#define D3DPTFILTERCAPS_CONVOLUTIONMONO __MSABI_LONG(0x00040000) +#endif +#define D3DPTFILTERCAPS_MAGFPOINT __MSABI_LONG(0x01000000) +#define D3DPTFILTERCAPS_MAGFLINEAR __MSABI_LONG(0x02000000) +#define D3DPTFILTERCAPS_MAGFANISOTROPIC __MSABI_LONG(0x04000000) +#define D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD __MSABI_LONG(0x08000000) +#define D3DPTFILTERCAPS_MAGFGAUSSIANQUAD __MSABI_LONG(0x10000000) #define D3DSTENCILCAPS_KEEP 0x01 #define D3DSTENCILCAPS_ZERO 0x02 @@ -250,6 +257,8 @@ #define D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION __MSABI_LONG(0x00000080) #define D3DCAPS3_COPY_TO_VIDMEM __MSABI_LONG(0x00000100) #define D3DCAPS3_COPY_TO_SYSTEMMEM __MSABI_LONG(0x00000200) +#define D3DCAPS3_DXVAHD __MSABI_LONG(0x00000400) +#define D3DCAPS3_DXVAHD_LIMITED __MSABI_LONG(0x00000800) #define D3DCAPS3_RESERVED __MSABI_LONG(0x8000001F) #define D3DCAPS2_NO2DDURING3DSCENE __MSABI_LONG(0x00000002) @@ -260,7 +269,9 @@ #define D3DCAPS2_CANMANAGERESOURCE __MSABI_LONG(0x10000000) #define D3DCAPS2_DYNAMICTEXTURES __MSABI_LONG(0x20000000) #define D3DCAPS2_CANAUTOGENMIPMAP __MSABI_LONG(0x40000000) - +#ifndef D3D_DISABLE_9EX +#define D3DCAPS2_CANSHARERESOURCE __MSABI_LONG(0x80000000) +#endif #define D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH 24 #define D3DVS20_MIN_DYNAMICFLOWCONTROLDEPTH 0 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9.h 2018-09-14 14:16:43.000000000 +0000 @@ -120,15 +120,9 @@ DEFINE_GUID(IID_IDirect3D9, 0x81BDCBCA, 0x64D4, 0x426D, 0xAE, 0x8D, 0xAD, 0x1, 0x47, 0xF4, 0x27, 0x5C); typedef struct IDirect3D9 *LPDIRECT3D9, *PDIRECT3D9; -DEFINE_GUID(IID_IDirect3D9Ex, 0x02177241, 0x69FC, 0x400C, 0x8F, 0xF1, 0x93, 0xA4, 0x4D, 0xF6, 0x86, 0x1D); -typedef struct IDirect3D9Ex *LPDIRECT3D9EX, *PDIRECT3D9EX; - DEFINE_GUID(IID_IDirect3DDevice9, 0xd0223b96, 0xbf7a, 0x43fd, 0x92, 0xbd, 0xa4, 0x3b, 0xd, 0x82, 0xb9, 0xeb); typedef struct IDirect3DDevice9 *LPDIRECT3DDEVICE9; -DEFINE_GUID(IID_IDirect3DDevice9Ex, 0xb18b10ce, 0x2649, 0x405a, 0x87, 0xf, 0x95, 0xf7, 0x77, 0xd4, 0x31, 0x3a); -typedef struct IDirect3DDevice9Ex *LPDIRECT3DDEVICE9EX, *PDIRECT3DDEVICE9EX; - DEFINE_GUID(IID_IDirect3DResource9, 0x5eec05d, 0x8f7d, 0x4362, 0xb9, 0x99, 0xd1, 0xba, 0xf3, 0x57, 0xc7, 0x4); typedef struct IDirect3DResource9 *LPDIRECT3DRESOURCE9, *PDIRECT3DRESOURCE9; @@ -141,9 +135,6 @@ DEFINE_GUID(IID_IDirect3DSwapChain9, 0x794950f2, 0xadfc, 0x458a, 0x90, 0x5e, 0x10, 0xa1, 0xb, 0xb, 0x50, 0x3b); typedef struct IDirect3DSwapChain9 *LPDIRECT3DSWAPCHAIN9, *PDIRECT3DSWAPCHAIN9; -DEFINE_GUID(IID_IDirect3DSwapChain9Ex, 0x91886caf, 0x1c3d, 0x4d2e, 0xa0, 0xab, 0x3e, 0x4c, 0x7d, 0x8d, 0x33, 0x3); -typedef struct IDirect3DSwapChain9Ex *LPDIRECT3DSWAPCHAIN9EX, *PDIRECT3DSWAPCHAIN9EX; - DEFINE_GUID(IID_IDirect3DSurface9, 0xcfbaf3a, 0x9ff6, 0x429a, 0x99, 0xb3, 0xa2, 0x79, 0x6a, 0xf8, 0xb8, 0x9b); typedef struct IDirect3DSurface9 *LPDIRECT3DSURFACE9, *PDIRECT3DSURFACE9; @@ -253,101 +244,6 @@ #endif /***************************************************************************** - * IDirect3D9Ex interface - */ -#define INTERFACE IDirect3D9Ex -DECLARE_INTERFACE_(IDirect3D9Ex,IDirect3D9) -{ - /*** IUnknown methods ***/ - STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; - STDMETHOD_(ULONG,AddRef)(THIS) PURE; - STDMETHOD_(ULONG,Release)(THIS) PURE; - /*** IDirect3D9 methods ***/ - - /* Note: Microsoft's d3d9.h does not declare IDirect3D9Ex::RegisterSoftwareDevice . This would mean that - * the offsets of the other methods in the Vtable change too. This is wrong. In Microsoft's - * d3d9.dll, the offsets for the other functions are still compatible with IDirect3D9. - * This is probably because even in MS header IDirect3D9Ex inherits from IDirect3D9, which makes the - * C++ interface compatible, and nobody uses the C interface in Windows world. - */ - STDMETHOD(RegisterSoftwareDevice)(THIS_ void* pInitializeFunction) PURE; - - STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; - STDMETHOD(GetAdapterIdentifier)(THIS_ UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9* pIdentifier) PURE; - STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter, D3DFORMAT Format) PURE; - STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE; - STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE; - STDMETHOD(CheckDeviceType)(THIS_ UINT iAdapter, D3DDEVTYPE DevType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, WINBOOL bWindowed) PURE; - STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE; - STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE; - STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE; - STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE; - STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; - STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE; - STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE; - /*** IDirect3D9Ex methods ***/ - STDMETHOD_(UINT, GetAdapterModeCountEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter) PURE; - STDMETHOD(EnumAdapterModesEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter, - UINT mode_idx, D3DDISPLAYMODEEX *mode) PURE; - STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation); - STDMETHOD(CreateDeviceEx)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, D3DDISPLAYMODEEX* pFullscreenDisplayMode, struct IDirect3DDevice9Ex **ppReturnedDeviceInterface) PURE; - STDMETHOD(GetAdapterLUID)(THIS_ UINT Adatper, LUID *pLUID) PURE; -}; -#undef INTERFACE - -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IDirect3D9Ex, 0x02177241, 0x69FC, 0x400C, 0x8F, 0xF1, 0x93, 0xA4, 0x4D, 0xF6, 0x86, 0x1D); -#endif - -#if !defined(__cplusplus) || defined(CINTERFACE) -/*** IUnknown methods ***/ -#define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) -#define IDirect3D9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) -#define IDirect3D9Ex_Release(p) (p)->lpVtbl->Release(p) -/*** IDirect3D9 methods ***/ -#define IDirect3D9Ex_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) -#define IDirect3D9Ex_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) -#define IDirect3D9Ex_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) -#define IDirect3D9Ex_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) -#define IDirect3D9Ex_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) -#define IDirect3D9Ex_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) -#define IDirect3D9Ex_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) -#define IDirect3D9Ex_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) -#define IDirect3D9Ex_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleType(p,a,b,c,d,e,f) -#define IDirect3D9Ex_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,d,e) -#define IDirect3D9Ex_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(p,a,b,c,d) -#define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) -#define IDirect3D9Ex_GetAdapterMonitor(p,a) (p)->lpVtbl->GetAdapterMonitor(p,a) -#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f) -/*** IDirect3D9Ex methods ***/ -#define IDirect3D9Ex_GetAdapterModeCountEx(p,a,b) (p)->lpVtbl->GetAdapterModeCountEx(p,a,b) -#define IDirect3D9Ex_EnumAdapterModesEx(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModesEx(p,a,b,c,d) -#define IDirect3D9Ex_GetAdapterDisplayModeEx(p,a,b,c) (p)->lpVtbl->GetAdapterDisplayModeEx(p,a,b,c) -#define IDirect3D9Ex_CreateDeviceEx(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateDeviceEx(p,a,b,c,d,e,f,g) -#define IDirect3D9Ex_GetAdapterLUID(p,a,b) (p)->lpVtbl->GetAdapterLUID(p,a,b) -#else -/*** IUnknown methods ***/ -#define IDirect3D9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) -#define IDirect3D9Ex_AddRef(p) (p)->AddRef() -#define IDirect3D9Ex_Release(p) (p)->Release() -/*** IDirect3D9 methods ***/ -#define IDirect3D9Ex_RegisterSoftwareDevice(p,a) (p)->RegisterSoftwareDevice(a) -#define IDirect3D9Ex_GetAdapterCount(p) (p)->GetAdapterCount() -#define IDirect3D9Ex_GetAdapterIdentifier(p,a,b,c) (p)->GetAdapterIdentifier(a,b,c) -#define IDirect3D9Ex_GetAdapterModeCount(p,a,b) (p)->GetAdapterModeCount(a,b) -#define IDirect3D9Ex_EnumAdapterModes(p,a,b,c,d) (p)->EnumAdapterModes(a,b,c,d) -#define IDirect3D9Ex_GetAdapterDisplayMode(p,a,b) (p)->GetAdapterDisplayMode(a,b) -#define IDirect3D9Ex_CheckDeviceType(p,a,b,c,d,e) (p)->CheckDeviceType(a,b,c,d,e) -#define IDirect3D9Ex_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->CheckDeviceFormat(a,b,c,d,e,f) -#define IDirect3D9Ex_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->CheckDeviceMultiSampleType(a,b,c,d,e,f) -#define IDirect3D9Ex_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->CheckDepthStencilMatch(a,b,c,d,e) -#define IDirect3D9Ex_CheckDeviceFormatConversion(p,a,b,c,d) (p)->CheckDeviceFormatConversion(a,b,c,d) -#define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->GetDeviceCaps(a,b,c) -#define IDirect3D9Ex_GetAdapterMonitor(p,a) (p)->GetAdapterMonitor(a) -#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f) -#endif - -/***************************************************************************** * IDirect3DVolume9 interface */ #define INTERFACE IDirect3DVolume9 @@ -458,72 +354,6 @@ #endif /***************************************************************************** - * IDirect3DSwapChain9Ex interface - */ -#define INTERFACE IDirect3DSwapChain9Ex -DECLARE_INTERFACE_(IDirect3DSwapChain9Ex,IDirect3DSwapChain9) -{ - /*** IUnknown methods ***/ - STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG,AddRef)(THIS) PURE; - STDMETHOD_(ULONG,Release)(THIS) PURE; - /*** IDirect3DSwapChain9 methods ***/ - STDMETHOD(Present)(THIS_ const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, - const RGNDATA *dirty_region, DWORD flags) PURE; - STDMETHOD(GetFrontBufferData)(THIS_ struct IDirect3DSurface9 *pDestSurface) PURE; - STDMETHOD(GetBackBuffer)(THIS_ UINT iBackBuffer, D3DBACKBUFFER_TYPE Type, struct IDirect3DSurface9 **ppBackBuffer) PURE; - STDMETHOD(GetRasterStatus)(THIS_ D3DRASTER_STATUS *pRasterStatus) PURE; - STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE *pMode) PURE; - STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **ppDevice) PURE; - STDMETHOD(GetPresentParameters)(THIS_ D3DPRESENT_PARAMETERS *pPresentationParameters) PURE; - /*** IDirect3DSwapChain9Ex methods ***/ - STDMETHOD(GetLastPresentCount)(THIS_ UINT *pLastPresentCount) PURE; - STDMETHOD(GetPresentStats)(THIS_ D3DPRESENTSTATS *pPresentationStatistics) PURE; - STDMETHOD(GetDisplayModeEx)(THIS_ D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) PURE; -}; -#undef INTERFACE - -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IDirect3DSwapChain9Ex, 0x91886caf, 0x1c3d, 0x4d2e, 0xa0, 0xab, 0x3e, 0x4c, 0x7d, 0x8d, 0x33, 0x3); -#endif - -#if !defined(__cplusplus) || defined(CINTERFACE) -/*** IUnknown methods ***/ -#define IDirect3DSwapChain9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) -#define IDirect3DSwapChain9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) -#define IDirect3DSwapChain9Ex_Release(p) (p)->lpVtbl->Release(p) -/*** IDirect3DSwapChain9 methods ***/ -#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->lpVtbl->Present(p,a,b,c,d,e) -#define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a) -#define IDirect3DSwapChain9Ex_GetBackBuffer(p,a,b,c) (p)->lpVtbl->GetBackBuffer(p,a,b,c) -#define IDirect3DSwapChain9Ex_GetRasterStatus(p,a) (p)->lpVtbl->GetRasterStatus(p,a) -#define IDirect3DSwapChain9Ex_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) -#define IDirect3DSwapChain9Ex_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) -#define IDirect3DSwapChain9Ex_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a) -/*** IDirect3DSwapChain9Ex methods ***/ -#define IDirect3DSwapChain9Ex_GetLastPresentCount(p,a) (p)->lpVtbl->GetLastPresentCount(p,a) -#define IDirect3DSwapChain9Ex_GetPresentStats(p,a) (p)->lpVtbl->GetPresentStats(p,a) -#define IDirect3DSwapChain9Ex_GetDisplayModeEx(p,a,b) (p)->lpVtbl->GetDisplayModeEx(p,a,b) -#else -/*** IUnknown methods ***/ -#define IDirect3DSwapChain9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) -#define IDirect3DSwapChain9Ex_AddRef(p) (p)->AddRef() -#define IDirect3DSwapChain9Ex_Release(p) (p)->Release() -/*** IDirect3DSwapChain9 methods ***/ -#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->Present(a,b,c,d,e) -#define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->GetFrontBufferData(a) -#define IDirect3DSwapChain9Ex_GetBackBuffer(p,a,b,c) (p)->GetBackBuffer(a,b,c) -#define IDirect3DSwapChain9Ex_GetRasterStatus(p,a) (p)->GetRasterStatus(a) -#define IDirect3DSwapChain9Ex_GetDisplayMode(p,a) (p)->GetDisplayMode(a) -#define IDirect3DSwapChain9Ex_GetDevice(p,a) (p)->GetDevice(a) -#define IDirect3DSwapChain9Ex_GetPresentParameters(p,a) (p)->GetPresentParameters(a) -/*** IDirect3DSwapChain9Ex methods ***/ -#define IDirect3DSwapChain9Ex_GetLastPresentCount(p,a) (p)->GetLastPresentCount(a) -#define IDirect3DSwapChain9Ex_GetPresentStats(p,a) (p)->GetPresentStats(a) -#define IDirect3DSwapChain9Ex_GetDisplayModeEx(p,a,b) (p)->GetDisplayModeEx(a,b) -#endif - -/***************************************************************************** * IDirect3DResource9 interface */ #define INTERFACE IDirect3DResource9 @@ -1745,446 +1575,632 @@ #endif -/***************************************************************************** - * IDirect3DDevice9Ex interface - */ +#if !defined(D3D_DISABLE_9EX) + +typedef struct IDirect3D9Ex *LPDIRECT3D9EX, *PDIRECT3D9EX; +typedef struct IDirect3DSwapChain9Ex *LPDIRECT3DSWAPCHAIN9EX, *PDIRECT3DSWAPCHAIN9EX; +typedef struct IDirect3DDevice9Ex *LPDIRECT3DDEVICE9EX, *PDIRECT3DDEVICE9EX; + +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDirect3D9Ex, 0x02177241, 0x69fc, 0x400c, 0x8f, 0xf1, 0x93, 0xa4, 0x4d, 0xf6, 0x86, 0x1d); +#endif +DEFINE_GUID(IID_IDirect3D9Ex, 0x02177241, 0x69fc, 0x400c, 0x8f, 0xf1, 0x93, 0xa4, 0x4d, 0xf6, 0x86, 0x1d); + +#define INTERFACE IDirect3D9Ex +DECLARE_INTERFACE_(IDirect3D9Ex, IDirect3D9) +{ + /* IUnknown */ + STDMETHOD_(HRESULT, QueryInterface)(THIS_ REFIID iid, void **out) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + /* IDirect3D9 */ + STDMETHOD(RegisterSoftwareDevice)(THIS_ void *init) PURE; + STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; + STDMETHOD(GetAdapterIdentifier)(THIS_ UINT adapter_idx, DWORD flags, D3DADAPTER_IDENTIFIER9 *identifier) PURE; + STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT adapter_idx, D3DFORMAT format) PURE; + STDMETHOD(EnumAdapterModes)(THIS_ UINT adapter_idx, D3DFORMAT format, UINT mode_idx, D3DDISPLAYMODE *mode) PURE; + STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT adapter_idx, D3DDISPLAYMODE *mode) PURE; + STDMETHOD(CheckDeviceType)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, + D3DFORMAT display_format, D3DFORMAT backbuffer_format, WINBOOL windowed) PURE; + STDMETHOD(CheckDeviceFormat)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, D3DFORMAT adapter_format, + DWORD usage, D3DRESOURCETYPE resource_type, D3DFORMAT format) PURE; + STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, D3DFORMAT surface_format, + WINBOOL windowed, D3DMULTISAMPLE_TYPE multisample_type, DWORD *quality_levels) PURE; + STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, + D3DFORMAT adapter_format, D3DFORMAT rt_format, D3DFORMAT ds_format) PURE; + STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, + D3DFORMAT src_format, D3DFORMAT dst_format) PURE; + STDMETHOD(GetDeviceCaps)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, D3DCAPS9 *caps) PURE; + STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT adapter_idx) PURE; + STDMETHOD(CreateDevice)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, + D3DPRESENT_PARAMETERS *parameters, struct IDirect3DDevice9 **device) PURE; + /* IDirect3D9Ex */ + STDMETHOD_(UINT, GetAdapterModeCountEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter) PURE; + STDMETHOD(EnumAdapterModesEx)(THIS_ UINT adapter_idx, const D3DDISPLAYMODEFILTER *filter, + UINT mode_idx, D3DDISPLAYMODEEX *mode) PURE; + STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT adapter_idx, D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation); + STDMETHOD(CreateDeviceEx)(THIS_ UINT adapter_idx, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, + D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode, struct IDirect3DDevice9Ex **device) PURE; + STDMETHOD(GetAdapterLUID)(THIS_ UINT adapter_idx, LUID *luid) PURE; +}; +#undef INTERFACE + +#if !defined(__cplusplus) || defined(CINTERFACE) +/* IUnknown */ +#define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) +#define IDirect3D9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) +#define IDirect3D9Ex_Release(p) (p)->lpVtbl->Release(p) +/* IDirect3D9 */ +#define IDirect3D9Ex_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) +#define IDirect3D9Ex_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) +#define IDirect3D9Ex_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) +#define IDirect3D9Ex_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) +#define IDirect3D9Ex_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) +#define IDirect3D9Ex_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) +#define IDirect3D9Ex_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) +#define IDirect3D9Ex_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) +#define IDirect3D9Ex_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleType(p,a,b,c,d,e,f) +#define IDirect3D9Ex_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,d,e) +#define IDirect3D9Ex_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(p,a,b,c,d) +#define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) +#define IDirect3D9Ex_GetAdapterMonitor(p,a) (p)->lpVtbl->GetAdapterMonitor(p,a) +#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f) +/* IDirect3D9Ex */ +#define IDirect3D9Ex_GetAdapterModeCountEx(p,a,b) (p)->lpVtbl->GetAdapterModeCountEx(p,a,b) +#define IDirect3D9Ex_EnumAdapterModesEx(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModesEx(p,a,b,c,d) +#define IDirect3D9Ex_GetAdapterDisplayModeEx(p,a,b,c) (p)->lpVtbl->GetAdapterDisplayModeEx(p,a,b,c) +#define IDirect3D9Ex_CreateDeviceEx(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateDeviceEx(p,a,b,c,d,e,f,g) +#define IDirect3D9Ex_GetAdapterLUID(p,a,b) (p)->lpVtbl->GetAdapterLUID(p,a,b) +#else +/* IUnknown */ +#define IDirect3D9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) +#define IDirect3D9Ex_AddRef(p) (p)->AddRef() +#define IDirect3D9Ex_Release(p) (p)->Release() +/* IDirect3D9 */ +#define IDirect3D9Ex_RegisterSoftwareDevice(p,a) (p)->RegisterSoftwareDevice(a) +#define IDirect3D9Ex_GetAdapterCount(p) (p)->GetAdapterCount() +#define IDirect3D9Ex_GetAdapterIdentifier(p,a,b,c) (p)->GetAdapterIdentifier(a,b,c) +#define IDirect3D9Ex_GetAdapterModeCount(p,a,b) (p)->GetAdapterModeCount(a,b) +#define IDirect3D9Ex_EnumAdapterModes(p,a,b,c,d) (p)->EnumAdapterModes(a,b,c,d) +#define IDirect3D9Ex_GetAdapterDisplayMode(p,a,b) (p)->GetAdapterDisplayMode(a,b) +#define IDirect3D9Ex_CheckDeviceType(p,a,b,c,d,e) (p)->CheckDeviceType(a,b,c,d,e) +#define IDirect3D9Ex_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->CheckDeviceFormat(a,b,c,d,e,f) +#define IDirect3D9Ex_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->CheckDeviceMultiSampleType(a,b,c,d,e,f) +#define IDirect3D9Ex_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->CheckDepthStencilMatch(a,b,c,d,e) +#define IDirect3D9Ex_CheckDeviceFormatConversion(p,a,b,c,d) (p)->CheckDeviceFormatConversion(a,b,c,d) +#define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->GetDeviceCaps(a,b,c) +#define IDirect3D9Ex_GetAdapterMonitor(p,a) (p)->GetAdapterMonitor(a) +#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f) +/* IDirect3D9Ex */ +#define IDirect3D9Ex_GetAdapterModeCountEx(p,a,b) (p)->GetAdapterModeCountEx(a,b) +#define IDirect3D9Ex_EnumAdapterModesEx(p,a,b,c,d) (p)->EnumAdapterModesEx(a,b,c,d) +#define IDirect3D9Ex_GetAdapterDisplayModeEx(p,a,b,c) (p)->GetAdapterDisplayModeEx(a,b,c) +#define IDirect3D9Ex_CreateDeviceEx(p,a,b,c,d,e,f,g) (p)->CreateDeviceEx(a,b,c,d,e,f,g) +#define IDirect3D9Ex_GetAdapterLUID(p,a,b) (p)->GetAdapterLUID(a,b) +#endif + +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDirect3DSwapChain9Ex, 0x91886caf, 0x1c3d, 0x4d2e, 0xa0, 0xab, 0x3e, 0x4c, 0x7d, 0x8d, 0x33, 0x3); +#endif +DEFINE_GUID(IID_IDirect3DSwapChain9Ex, 0x91886caf, 0x1c3d, 0x4d2e, 0xa0, 0xab, 0x3e, 0x4c, 0x7d, 0x8d, 0x33, 0x3); + +#define INTERFACE IDirect3DSwapChain9Ex +DECLARE_INTERFACE_(IDirect3DSwapChain9Ex, IDirect3DSwapChain9) +{ + /* IUnknown */ + STDMETHOD_(HRESULT, QueryInterface)(THIS_ REFIID iid, void **out) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + /* IDirect3DSwapChain9 */ + STDMETHOD(Present)(THIS_ const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, + const RGNDATA *dirty_region, DWORD flags) PURE; + STDMETHOD(GetFrontBufferData)(THIS_ struct IDirect3DSurface9 *dst_surface) PURE; + STDMETHOD(GetBackBuffer)(THIS_ UINT backbuffer_idx, D3DBACKBUFFER_TYPE backbuffer_type, + struct IDirect3DSurface9 **backbuffer) PURE; + STDMETHOD(GetRasterStatus)(THIS_ D3DRASTER_STATUS *raster_status) PURE; + STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE *mode) PURE; + STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; + STDMETHOD(GetPresentParameters)(THIS_ D3DPRESENT_PARAMETERS *parameters) PURE; + /* IDirect3DSwapChain9Ex */ + STDMETHOD(GetLastPresentCount)(THIS_ UINT *last_present_count) PURE; + STDMETHOD(GetPresentStats)(THIS_ D3DPRESENTSTATS *stats) PURE; + STDMETHOD(GetDisplayModeEx)(THIS_ D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation) PURE; +}; +#undef INTERFACE + +#if !defined(__cplusplus) || defined(CINTERFACE) +/* IUnknown */ +#define IDirect3DSwapChain9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) +#define IDirect3DSwapChain9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) +#define IDirect3DSwapChain9Ex_Release(p) (p)->lpVtbl->Release(p) +/* IDirect3DSwapChain9 */ +#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->lpVtbl->Present(p,a,b,c,d,e) +#define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a) +#define IDirect3DSwapChain9Ex_GetBackBuffer(p,a,b,c) (p)->lpVtbl->GetBackBuffer(p,a,b,c) +#define IDirect3DSwapChain9Ex_GetRasterStatus(p,a) (p)->lpVtbl->GetRasterStatus(p,a) +#define IDirect3DSwapChain9Ex_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) +#define IDirect3DSwapChain9Ex_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) +#define IDirect3DSwapChain9Ex_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a) +/* IDirect3DSwapChain9Ex */ +#define IDirect3DSwapChain9Ex_GetLastPresentCount(p,a) (p)->lpVtbl->GetLastPresentCount(p,a) +#define IDirect3DSwapChain9Ex_GetPresentStats(p,a) (p)->lpVtbl->GetPresentStats(p,a) +#define IDirect3DSwapChain9Ex_GetDisplayModeEx(p,a,b) (p)->lpVtbl->GetDisplayModeEx(p,a,b) +#else +/* IUnknown */ +#define IDirect3DSwapChain9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) +#define IDirect3DSwapChain9Ex_AddRef(p) (p)->AddRef() +#define IDirect3DSwapChain9Ex_Release(p) (p)->Release() +/* IDirect3DSwapChain9 */ +#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->Present(a,b,c,d,e) +#define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->GetFrontBufferData(a) +#define IDirect3DSwapChain9Ex_GetBackBuffer(p,a,b,c) (p)->GetBackBuffer(a,b,c) +#define IDirect3DSwapChain9Ex_GetRasterStatus(p,a) (p)->GetRasterStatus(a) +#define IDirect3DSwapChain9Ex_GetDisplayMode(p,a) (p)->GetDisplayMode(a) +#define IDirect3DSwapChain9Ex_GetDevice(p,a) (p)->GetDevice(a) +#define IDirect3DSwapChain9Ex_GetPresentParameters(p,a) (p)->GetPresentParameters(a) +/* IDirect3DSwapChain9Ex */ +#define IDirect3DSwapChain9Ex_GetLastPresentCount(p,a) (p)->GetLastPresentCount(a) +#define IDirect3DSwapChain9Ex_GetPresentStats(p,a) (p)->GetPresentStats(a) +#define IDirect3DSwapChain9Ex_GetDisplayModeEx(p,a,b) (p)->GetDisplayModeEx(a,b) +#endif + +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDirect3DDevice9Ex, 0xb18b10ce, 0x2649, 0x405a, 0x87, 0xf, 0x95, 0xf7, 0x77, 0xd4, 0x31, 0x3a); +#endif +DEFINE_GUID(IID_IDirect3DDevice9Ex, 0xb18b10ce, 0x2649, 0x405a, 0x87, 0xf, 0x95, 0xf7, 0x77, 0xd4, 0x31, 0x3a); + #define INTERFACE IDirect3DDevice9Ex -DECLARE_INTERFACE_(IDirect3DDevice9Ex,IDirect3DDevice9) +DECLARE_INTERFACE_(IDirect3DDevice9Ex, IDirect3DDevice9) { - /*** IUnknown methods ***/ - STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; - STDMETHOD_(ULONG,AddRef)(THIS) PURE; - STDMETHOD_(ULONG,Release)(THIS) PURE; - /*** IDirect3DDevice9 methods ***/ + /* IUnknown */ + STDMETHOD_(HRESULT, QueryInterface)(THIS_ REFIID iid, void **out) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + /* IDirect3DDevice9 */ STDMETHOD(TestCooperativeLevel)(THIS) PURE; STDMETHOD_(UINT, GetAvailableTextureMem)(THIS) PURE; STDMETHOD(EvictManagedResources)(THIS) PURE; - STDMETHOD(GetDirect3D)(THIS_ IDirect3D9** ppD3D9) PURE; - STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; - STDMETHOD(GetDisplayMode)(THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode) PURE; - STDMETHOD(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters) PURE; - STDMETHOD(SetCursorProperties)(THIS_ UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9* pCursorBitmap) PURE; - STDMETHOD_(void, SetCursorPosition)(THIS_ int X,int Y, DWORD Flags) PURE; - STDMETHOD_(WINBOOL, ShowCursor)(THIS_ WINBOOL bShow) PURE; - STDMETHOD(CreateAdditionalSwapChain)(THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters, IDirect3DSwapChain9** pSwapChain) PURE; - STDMETHOD(GetSwapChain)(THIS_ UINT iSwapChain, IDirect3DSwapChain9** pSwapChain) PURE; + STDMETHOD(GetDirect3D)(THIS_ IDirect3D9 **d3d9) PURE; + STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9 *caps) PURE; + STDMETHOD(GetDisplayMode)(THIS_ UINT swapchain_idx, D3DDISPLAYMODE *mode) PURE; + STDMETHOD(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *parameters) PURE; + STDMETHOD(SetCursorProperties)(THIS_ UINT hotspot_x, UINT hotspot_y, IDirect3DSurface9 *bitmap) PURE; + STDMETHOD_(void, SetCursorPosition)(THIS_ int x, int y, DWORD flags) PURE; + STDMETHOD_(WINBOOL, ShowCursor)(THIS_ WINBOOL show) PURE; + STDMETHOD(CreateAdditionalSwapChain)(THIS_ D3DPRESENT_PARAMETERS *parameters, + IDirect3DSwapChain9 **swapchain) PURE; + STDMETHOD(GetSwapChain)(THIS_ UINT swapchain_idx, IDirect3DSwapChain9 **swapchain) PURE; STDMETHOD_(UINT, GetNumberOfSwapChains)(THIS) PURE; - STDMETHOD(Reset)(THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters) PURE; + STDMETHOD(Reset)(THIS_ D3DPRESENT_PARAMETERS *parameters) PURE; STDMETHOD(Present)(THIS_ const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, const RGNDATA *dirty_region) PURE; - STDMETHOD(GetBackBuffer)(THIS_ UINT iSwapChain, UINT iBackBuffer, D3DBACKBUFFER_TYPE Type, IDirect3DSurface9** ppBackBuffer) PURE; - STDMETHOD(GetRasterStatus)(THIS_ UINT iSwapChain, D3DRASTER_STATUS* pRasterStatus) PURE; - STDMETHOD(SetDialogBoxMode)(THIS_ WINBOOL bEnableDialogs) PURE; + STDMETHOD(GetBackBuffer)(THIS_ UINT swapchain_idx, UINT backbuffer_idx, + D3DBACKBUFFER_TYPE backbuffer_type, IDirect3DSurface9 **backbuffer) PURE; + STDMETHOD(GetRasterStatus)(THIS_ UINT swapchain_idx, D3DRASTER_STATUS *raster_status) PURE; + STDMETHOD(SetDialogBoxMode)(THIS_ WINBOOL enable) PURE; STDMETHOD_(void, SetGammaRamp)(THIS_ UINT swapchain_idx, DWORD flags, const D3DGAMMARAMP *ramp) PURE; - STDMETHOD_(void, GetGammaRamp)(THIS_ UINT iSwapChain, D3DGAMMARAMP* pRamp) PURE; - STDMETHOD(CreateTexture)(THIS_ UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateVolumeTexture)(THIS_ UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9** ppVolumeTexture, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateCubeTexture)(THIS_ UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9** ppCubeTexture, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateVertexBuffer)(THIS_ UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9** ppVertexBuffer, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateIndexBuffer)(THIS_ UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DIndexBuffer9** ppIndexBuffer, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateRenderTarget)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, WINBOOL Lockable, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle) PURE; - STDMETHOD(CreateDepthStencilSurface)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, WINBOOL Discard, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle) PURE; + STDMETHOD_(void, GetGammaRamp)(THIS_ UINT swapchain_idx, D3DGAMMARAMP *ramp) PURE; + STDMETHOD(CreateTexture)(THIS_ UINT width, UINT height, UINT levels, DWORD usage, + D3DFORMAT format, D3DPOOL pool, IDirect3DTexture9 **texture, HANDLE *shared_handle) PURE; + STDMETHOD(CreateVolumeTexture)(THIS_ UINT width, UINT height, UINT depth, UINT levels, DWORD usage, + D3DFORMAT format, D3DPOOL pool, IDirect3DVolumeTexture9 **texture, HANDLE *shared_handle) PURE; + STDMETHOD(CreateCubeTexture)(THIS_ UINT edge_length, UINT levels, DWORD usage, + D3DFORMAT format, D3DPOOL pool, IDirect3DCubeTexture9 **texture, HANDLE *shared_handle) PURE; + STDMETHOD(CreateVertexBuffer)(THIS_ UINT size, DWORD usage, DWORD fvf, D3DPOOL pool, + IDirect3DVertexBuffer9 **buffer, HANDLE *shared_handle) PURE; + STDMETHOD(CreateIndexBuffer)(THIS_ UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool, + IDirect3DIndexBuffer9 **buffer, HANDLE *shared_handle) PURE; + STDMETHOD(CreateRenderTarget)(THIS_ UINT width, UINT height, D3DFORMAT format, + D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality, WINBOOL lockable, + IDirect3DSurface9 **surface, HANDLE *shared_handle) PURE; + STDMETHOD(CreateDepthStencilSurface)(THIS_ UINT width, UINT height, D3DFORMAT format, + D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality, WINBOOL discard, + IDirect3DSurface9 **surface, HANDLE *shared_handle) PURE; STDMETHOD(UpdateSurface)(THIS_ IDirect3DSurface9 *src_surface, const RECT *src_rect, IDirect3DSurface9 *dst_surface, const POINT *dst_point) PURE; - STDMETHOD(UpdateTexture)(THIS_ IDirect3DBaseTexture9* pSourceTexture, IDirect3DBaseTexture9* pDestinationTexture) PURE; - STDMETHOD(GetRenderTargetData)(THIS_ IDirect3DSurface9* pRenderTarget, IDirect3DSurface9* pDestSurface) PURE; - STDMETHOD(GetFrontBufferData)(THIS_ UINT iSwapChain, IDirect3DSurface9* pDestSurface) PURE; + STDMETHOD(UpdateTexture)(THIS_ IDirect3DBaseTexture9 *src_texture, IDirect3DBaseTexture9 *dst_texture) PURE; + STDMETHOD(GetRenderTargetData)(THIS_ IDirect3DSurface9 *render_target, IDirect3DSurface9 *dst_surface) PURE; + STDMETHOD(GetFrontBufferData)(THIS_ UINT swapchain_idx, IDirect3DSurface9 *dst_surface) PURE; STDMETHOD(StretchRect)(THIS_ IDirect3DSurface9 *src_surface, const RECT *src_rect, IDirect3DSurface9 *dst_surface, const RECT *dst_rect, D3DTEXTUREFILTERTYPE filter) PURE; - STDMETHOD(ColorFill)(THIS_ IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) PURE; - STDMETHOD(CreateOffscreenPlainSurface)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle) PURE; - STDMETHOD(SetRenderTarget)(THIS_ DWORD RenderTargetIndex, IDirect3DSurface9* pRenderTarget) PURE; - STDMETHOD(GetRenderTarget)(THIS_ DWORD RenderTargetIndex, IDirect3DSurface9** ppRenderTarget) PURE; - STDMETHOD(SetDepthStencilSurface)(THIS_ IDirect3DSurface9* pNewZStencil) PURE; - STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE; + STDMETHOD(ColorFill)(THIS_ IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR colour) PURE; + STDMETHOD(CreateOffscreenPlainSurface)(THIS_ UINT width, UINT height, D3DFORMAT format, D3DPOOL pool, + IDirect3DSurface9 **surface, HANDLE *shared_handle) PURE; + STDMETHOD(SetRenderTarget)(THIS_ DWORD idx, IDirect3DSurface9 *surface) PURE; + STDMETHOD(GetRenderTarget)(THIS_ DWORD idx, IDirect3DSurface9 **surface) PURE; + STDMETHOD(SetDepthStencilSurface)(THIS_ IDirect3DSurface9 *depth_stencil) PURE; + STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9 **depth_stencil) PURE; STDMETHOD(BeginScene)(THIS) PURE; STDMETHOD(EndScene)(THIS) PURE; STDMETHOD(Clear)(THIS_ DWORD rect_count, const D3DRECT *rects, DWORD flags, - D3DCOLOR color, float z, DWORD stencil) PURE; + D3DCOLOR colour, float z, DWORD stencil) PURE; STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; - STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE State, D3DMATRIX* pMatrix) PURE; + STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE State, D3DMATRIX *matrix) PURE; STDMETHOD(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; STDMETHOD(SetViewport)(THIS_ const D3DVIEWPORT9 *viewport) PURE; - STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE; + STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9 *viewport) PURE; STDMETHOD(SetMaterial)(THIS_ const D3DMATERIAL9 *material) PURE; - STDMETHOD(GetMaterial)(THIS_ D3DMATERIAL9* pMaterial) PURE; - STDMETHOD(SetLight)(THIS_ DWORD index, const D3DLIGHT9 *light) PURE; - STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE; - STDMETHOD(LightEnable)(THIS_ DWORD Index, WINBOOL Enable) PURE; - STDMETHOD(GetLightEnable)(THIS_ DWORD Index, WINBOOL* pEnable) PURE; - STDMETHOD(SetClipPlane)(THIS_ DWORD index, const float *plane) PURE; - STDMETHOD(GetClipPlane)(THIS_ DWORD Index, float* pPlane) PURE; - STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE State, DWORD Value) PURE; - STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE State, DWORD* pValue) PURE; - STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9** ppSB) PURE; + STDMETHOD(GetMaterial)(THIS_ D3DMATERIAL9 *material) PURE; + STDMETHOD(SetLight)(THIS_ DWORD idx, const D3DLIGHT9 *light) PURE; + STDMETHOD(GetLight)(THIS_ DWORD idx, D3DLIGHT9 *light) PURE; + STDMETHOD(LightEnable)(THIS_ DWORD idx, WINBOOL enable) PURE; + STDMETHOD(GetLightEnable)(THIS_ DWORD idx, WINBOOL *enable) PURE; + STDMETHOD(SetClipPlane)(THIS_ DWORD idx, const float *plane) PURE; + STDMETHOD(GetClipPlane)(THIS_ DWORD idx, float *plane) PURE; + STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE state, DWORD value) PURE; + STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE state, DWORD *value) PURE; + STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateblock) PURE; STDMETHOD(BeginStateBlock)(THIS) PURE; - STDMETHOD(EndStateBlock)(THIS_ IDirect3DStateBlock9** ppSB) PURE; + STDMETHOD(EndStateBlock)(THIS_ IDirect3DStateBlock9 **stateblock) PURE; STDMETHOD(SetClipStatus)(THIS_ const D3DCLIPSTATUS9 *clip_status) PURE; - STDMETHOD(GetClipStatus)(THIS_ D3DCLIPSTATUS9* pClipStatus) PURE; - STDMETHOD(GetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9** ppTexture) PURE; - STDMETHOD(SetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9* pTexture) PURE; - STDMETHOD(GetTextureStageState)(THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD* pValue) PURE; - STDMETHOD(SetTextureStageState)(THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value) PURE; - STDMETHOD(GetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD* pValue) PURE; - STDMETHOD(SetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) PURE; - STDMETHOD(ValidateDevice)(THIS_ DWORD* pNumPasses) PURE; + STDMETHOD(GetClipStatus)(THIS_ D3DCLIPSTATUS9 *clip_status) PURE; + STDMETHOD(GetTexture)(THIS_ DWORD stage, IDirect3DBaseTexture9 **texture) PURE; + STDMETHOD(SetTexture)(THIS_ DWORD stage, IDirect3DBaseTexture9 *texture) PURE; + STDMETHOD(GetTextureStageState)(THIS_ DWORD stage, D3DTEXTURESTAGESTATETYPE state, DWORD *value) PURE; + STDMETHOD(SetTextureStageState)(THIS_ DWORD stage, D3DTEXTURESTAGESTATETYPE state, DWORD value) PURE; + STDMETHOD(GetSamplerState)(THIS_ DWORD sampler_idx, D3DSAMPLERSTATETYPE state, DWORD *value) PURE; + STDMETHOD(SetSamplerState)(THIS_ DWORD sampler_idx, D3DSAMPLERSTATETYPE state, DWORD value) PURE; + STDMETHOD(ValidateDevice)(THIS_ DWORD *pass_count) PURE; STDMETHOD(SetPaletteEntries)(THIS_ UINT palette_idx, const PALETTEENTRY *entries) PURE; - STDMETHOD(GetPaletteEntries)(THIS_ UINT PaletteNumber,PALETTEENTRY* pEntries) PURE; - STDMETHOD(SetCurrentTexturePalette)(THIS_ UINT PaletteNumber) PURE; - STDMETHOD(GetCurrentTexturePalette)(THIS_ UINT *PaletteNumber) PURE; + STDMETHOD(GetPaletteEntries)(THIS_ UINT palette_idx, PALETTEENTRY *entries) PURE; + STDMETHOD(SetCurrentTexturePalette)(THIS_ UINT palette_idx) PURE; + STDMETHOD(GetCurrentTexturePalette)(THIS_ UINT *palette_idx) PURE; STDMETHOD(SetScissorRect)(THIS_ const RECT *rect) PURE; - STDMETHOD(GetScissorRect)(THIS_ RECT* pRect) PURE; - STDMETHOD(SetSoftwareVertexProcessing)(THIS_ WINBOOL bSoftware) PURE; + STDMETHOD(GetScissorRect)(THIS_ RECT *rect) PURE; + STDMETHOD(SetSoftwareVertexProcessing)(THIS_ WINBOOL software) PURE; STDMETHOD_(WINBOOL, GetSoftwareVertexProcessing)(THIS) PURE; - STDMETHOD(SetNPatchMode)(THIS_ float nSegments) PURE; + STDMETHOD(SetNPatchMode)(THIS_ float segment_count) PURE; STDMETHOD_(float, GetNPatchMode)(THIS) PURE; - STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount) PURE; - STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) PURE; + STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE primitive_type, UINT start_vertex, UINT primitive_count) PURE; + STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE primitive_type, INT base_vertex_idx, UINT min_vertex_idx, + UINT vertex_count, UINT start_idx, UINT primitive_count) PURE; STDMETHOD(DrawPrimitiveUP)(THIS_ D3DPRIMITIVETYPE primitive_type, UINT primitive_count, const void *data, UINT stride) PURE; STDMETHOD(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT primitive_count, const void *index_data, D3DFORMAT index_format, const void *data, UINT stride) PURE; - STDMETHOD(ProcessVertices)(THIS_ UINT SrcStartIndex, UINT DestIndex, UINT VertexCount, IDirect3DVertexBuffer9* pDestBuffer, IDirect3DVertexDeclaration9* pVertexDecl, DWORD Flags) PURE; + STDMETHOD(ProcessVertices)(THIS_ UINT src_start_idx, UINT dst_idx, UINT vertex_count, + IDirect3DVertexBuffer9 *dst_buffer, IDirect3DVertexDeclaration9 *declaration, DWORD flags) PURE; STDMETHOD(CreateVertexDeclaration)(THIS_ const D3DVERTEXELEMENT9 *elements, IDirect3DVertexDeclaration9 **declaration) PURE; - STDMETHOD(SetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9* pDecl) PURE; - STDMETHOD(GetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9** ppDecl) PURE; - STDMETHOD(SetFVF)(THIS_ DWORD FVF) PURE; - STDMETHOD(GetFVF)(THIS_ DWORD* pFVF) PURE; - STDMETHOD(CreateVertexShader)(THIS_ const DWORD *byte_core, IDirect3DVertexShader9 **shader) PURE; - STDMETHOD(SetVertexShader)(THIS_ IDirect3DVertexShader9* pShader) PURE; - STDMETHOD(GetVertexShader)(THIS_ IDirect3DVertexShader9** ppShader) PURE; + STDMETHOD(SetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9 *declaration) PURE; + STDMETHOD(GetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9 **declaration) PURE; + STDMETHOD(SetFVF)(THIS_ DWORD fvf) PURE; + STDMETHOD(GetFVF)(THIS_ DWORD *fvf) PURE; + STDMETHOD(CreateVertexShader)(THIS_ const DWORD *byte_code, IDirect3DVertexShader9 **shader) PURE; + STDMETHOD(SetVertexShader)(THIS_ IDirect3DVertexShader9 *shader) PURE; + STDMETHOD(GetVertexShader)(THIS_ IDirect3DVertexShader9 **shader) PURE; STDMETHOD(SetVertexShaderConstantF)(THIS_ UINT reg_idx, const float *data, UINT count) PURE; - STDMETHOD(GetVertexShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; + STDMETHOD(GetVertexShaderConstantF)(THIS_ UINT reg_idx, float *data, UINT count) PURE; STDMETHOD(SetVertexShaderConstantI)(THIS_ UINT reg_idx, const int *data, UINT count) PURE; - STDMETHOD(GetVertexShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount) PURE; + STDMETHOD(GetVertexShaderConstantI)(THIS_ UINT reg_idx, int *data, UINT count) PURE; STDMETHOD(SetVertexShaderConstantB)(THIS_ UINT reg_idx, const WINBOOL *data, UINT count) PURE; - STDMETHOD(GetVertexShaderConstantB)(THIS_ UINT StartRegister, WINBOOL* pConstantData, UINT BoolCount) PURE; - STDMETHOD(SetStreamSource)(THIS_ UINT StreamNumber, IDirect3DVertexBuffer9* pStreamData, UINT OffsetInBytes, UINT Stride) PURE; - STDMETHOD(GetStreamSource)(THIS_ UINT StreamNumber, IDirect3DVertexBuffer9** ppStreamData, UINT* OffsetInBytes, UINT* pStride) PURE; - STDMETHOD(SetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT Divider) PURE; - STDMETHOD(GetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT* Divider) PURE; - STDMETHOD(SetIndices)(THIS_ IDirect3DIndexBuffer9* pIndexData) PURE; - STDMETHOD(GetIndices)(THIS_ IDirect3DIndexBuffer9** ppIndexData) PURE; + STDMETHOD(GetVertexShaderConstantB)(THIS_ UINT reg_idx, WINBOOL *data, UINT count) PURE; + STDMETHOD(SetStreamSource)(THIS_ UINT stream_idx, IDirect3DVertexBuffer9 *buffer, UINT offset, UINT stride) PURE; + STDMETHOD(GetStreamSource)(THIS_ UINT stream_idx, IDirect3DVertexBuffer9 **buffer, UINT *offset, UINT *stride) PURE; + STDMETHOD(SetStreamSourceFreq)(THIS_ UINT stream_idx, UINT frequency) PURE; + STDMETHOD(GetStreamSourceFreq)(THIS_ UINT stream_idx, UINT *frequency) PURE; + STDMETHOD(SetIndices)(THIS_ IDirect3DIndexBuffer9 *buffer) PURE; + STDMETHOD(GetIndices)(THIS_ IDirect3DIndexBuffer9 **buffer) PURE; STDMETHOD(CreatePixelShader)(THIS_ const DWORD *byte_code, IDirect3DPixelShader9 **shader) PURE; - STDMETHOD(SetPixelShader)(THIS_ IDirect3DPixelShader9* pShader) PURE; - STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE; + STDMETHOD(SetPixelShader)(THIS_ IDirect3DPixelShader9 *shader) PURE; + STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9 **shader) PURE; STDMETHOD(SetPixelShaderConstantF)(THIS_ UINT reg_idx, const float *data, UINT count) PURE; - STDMETHOD(GetPixelShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE; + STDMETHOD(GetPixelShaderConstantF)(THIS_ UINT reg_idx, float *data, UINT count) PURE; STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT reg_idx, const int *data, UINT count) PURE; - STDMETHOD(GetPixelShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount) PURE; + STDMETHOD(GetPixelShaderConstantI)(THIS_ UINT reg_idx, int *data, UINT count) PURE; STDMETHOD(SetPixelShaderConstantB)(THIS_ UINT reg_idx, const WINBOOL *data, UINT count) PURE; - STDMETHOD(GetPixelShaderConstantB)(THIS_ UINT StartRegister, WINBOOL* pConstantData, UINT BoolCount) PURE; + STDMETHOD(GetPixelShaderConstantB)(THIS_ UINT reg_idx, WINBOOL *data, UINT count) PURE; STDMETHOD(DrawRectPatch)(THIS_ UINT handle, const float *segment_count, const D3DRECTPATCH_INFO *patch_info) PURE; STDMETHOD(DrawTriPatch)(THIS_ UINT handle, const float *segment_count, const D3DTRIPATCH_INFO *patch_info) PURE; - STDMETHOD(DeletePatch)(THIS_ UINT Handle) PURE; - STDMETHOD(CreateQuery)(THIS_ D3DQUERYTYPE Type, IDirect3DQuery9** ppQuery) PURE; - /* IDirect3DDevice9Ex methods */ + STDMETHOD(DeletePatch)(THIS_ UINT handle) PURE; + STDMETHOD(CreateQuery)(THIS_ D3DQUERYTYPE type, IDirect3DQuery9 **query) PURE; + /* IDirect3DDevice9Ex */ STDMETHOD(SetConvolutionMonoKernel)(THIS_ UINT width, UINT height, float *rows, float *columns) PURE; STDMETHOD(ComposeRects)(THIS_ IDirect3DSurface9 *src_surface, IDirect3DSurface9 *dst_surface, IDirect3DVertexBuffer9 *src_descs, UINT rect_count, IDirect3DVertexBuffer9 *dst_descs, D3DCOMPOSERECTSOP operation, INT offset_x, INT offset_y) PURE; STDMETHOD(PresentEx)(THIS_ const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, const RGNDATA *dirty_region, DWORD flags) PURE; - STDMETHOD(GetGPUThreadPriority)(THIS_ INT *pPriority) PURE; - STDMETHOD(SetGPUThreadPriority)(THIS_ INT Priority) PURE; - STDMETHOD(WaitForVBlank)(THIS_ UINT iSwapChain) PURE; + STDMETHOD(GetGPUThreadPriority)(THIS_ INT *priority) PURE; + STDMETHOD(SetGPUThreadPriority)(THIS_ INT priority) PURE; + STDMETHOD(WaitForVBlank)(THIS_ UINT swapchain_idx) PURE; STDMETHOD(CheckResourceResidency)(THIS_ IDirect3DResource9 **resources, UINT32 resource_count) PURE; - STDMETHOD(SetMaximumFrameLatency)(THIS_ UINT MaxLatency) PURE; - STDMETHOD(GetMaximumFrameLatency)(THIS_ UINT *pMaxLatenxy) PURE; + STDMETHOD(SetMaximumFrameLatency)(THIS_ UINT max_latency) PURE; + STDMETHOD(GetMaximumFrameLatency)(THIS_ UINT *max_latency) PURE; STDMETHOD(CheckDeviceState)(THIS_ HWND dst_window) PURE; - STDMETHOD(CreateRenderTargetEx)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultiSampleQuality, WINBOOL Lockable, IDirect3DSurface9 ** ppSurface, HANDLE *pSharedHandle, DWORD Usage) PURE; - STDMETHOD(CreateOffscreenPlainSurfaceEx)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle, DWORD Usage) PURE; + STDMETHOD(CreateRenderTargetEx)(THIS_ UINT width, UINT height, D3DFORMAT format, + D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality, WINBOOL lockable, + IDirect3DSurface9 **surface, HANDLE *shared_handle, DWORD usage) PURE; + STDMETHOD(CreateOffscreenPlainSurfaceEx)(THIS_ UINT width, UINT Height, D3DFORMAT format, + D3DPOOL pool, IDirect3DSurface9 **surface, HANDLE *shared_handle, DWORD usage) PURE; STDMETHOD(CreateDepthStencilSurfaceEx)(THIS_ UINT width, UINT height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality, WINBOOL discard, IDirect3DSurface9 **surface, HANDLE *shared_handle, DWORD usage) PURE; - STDMETHOD(ResetEx)(THIS_ D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode) PURE; - STDMETHOD(GetDisplayModeEx)(THIS_ UINT iSwapChain, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) PURE; + STDMETHOD(ResetEx)(THIS_ D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode) PURE; + STDMETHOD(GetDisplayModeEx)(THIS_ UINT swapchain_idx, D3DDISPLAYMODEEX *mode, D3DDISPLAYROTATION *rotation) PURE; }; #undef INTERFACE -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IDirect3DDevice9Ex, 0xb18b10ce, 0x2649, 0x405a, 0x87, 0xf, 0x95, 0xf7, 0x77, 0xd4, 0x31, 0x3a); -#endif - #if !defined(__cplusplus) || defined(CINTERFACE) -/*** IUnknown methods ***/ -#define IDirect3DDevice9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) -#define IDirect3DDevice9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) -#define IDirect3DDevice9Ex_Release(p) (p)->lpVtbl->Release(p) -/*** IDirect3DDevice9 methods ***/ -#define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) -#define IDirect3DDevice9Ex_GetAvailableTextureMem(p) (p)->lpVtbl->GetAvailableTextureMem(p) -#define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p) -#define IDirect3DDevice9Ex_GetDirect3D(p,a) (p)->lpVtbl->GetDirect3D(p,a) -#define IDirect3DDevice9Ex_GetDeviceCaps(p,a) (p)->lpVtbl->GetDeviceCaps(p,a) -#define IDirect3DDevice9Ex_GetDisplayMode(p,a,b) (p)->lpVtbl->GetDisplayMode(p,a,b) -#define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a) -#define IDirect3DDevice9Ex_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c) -#define IDirect3DDevice9Ex_SetCursorPosition(p,a,b,c) (p)->lpVtbl->SetCursorPosition(p,a,b,c) -#define IDirect3DDevice9Ex_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a) -#define IDirect3DDevice9Ex_CreateAdditionalSwapChain(p,a,b) (p)->lpVtbl->CreateAdditionalSwapChain(p,a,b) -#define IDirect3DDevice9Ex_GetSwapChain(p,a,b) (p)->lpVtbl->GetSwapChain(p,a,b) -#define IDirect3DDevice9Ex_GetNumberOfSwapChains(p) (p)->lpVtbl->GetNumberOfSwapChains(p) -#define IDirect3DDevice9Ex_Reset(p,a) (p)->lpVtbl->Reset(p,a) -#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d) -#define IDirect3DDevice9Ex_GetBackBuffer(p,a,b,c,d) (p)->lpVtbl->GetBackBuffer(p,a,b,c,d) -#define IDirect3DDevice9Ex_GetRasterStatus(p,a,b) (p)->lpVtbl->GetRasterStatus(p,a,b) -#define IDirect3DDevice9Ex_SetDialogBoxMode(p,a) (p)->lpVtbl->SetDialogBoxMode(p,a) -#define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c) -#define IDirect3DDevice9Ex_GetGammaRamp(p,a,b) (p)->lpVtbl->GetGammaRamp(p,a,b) -#define IDirect3DDevice9Ex_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_CreateCubeTexture(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateCubeTexture(p,a,b,c,d,e,f,g) -#define IDirect3DDevice9Ex_CreateVertexBuffer(p,a,b,c,d,e,f) (p)->lpVtbl->CreateVertexBuffer(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateIndexBuffer(p,a,b,c,d,e,f) (p)->lpVtbl->CreateIndexBuffer(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateRenderTarget(p,a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_UpdateSurface(p,a,b,c,d) (p)->lpVtbl->UpdateSurface(p,a,b,c,d) -#define IDirect3DDevice9Ex_UpdateTexture(p,a,b) (p)->lpVtbl->UpdateTexture(p,a,b) -#define IDirect3DDevice9Ex_GetRenderTargetData(p,a,b) (p)->lpVtbl->GetRenderTargetData(p,a,b) -#define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b) -#define IDirect3DDevice9Ex_StretchRect(p,a,b,c,d,e) (p)->lpVtbl->StretchRect(p,a,b,c,d,e) -#define IDirect3DDevice9Ex_ColorFill(p,a,b,c) (p)->lpVtbl->ColorFill(p,a,b,c) -#define IDirect3DDevice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_SetRenderTarget(p,a,b) (p)->lpVtbl->SetRenderTarget(p,a,b) -#define IDirect3DDevice9Ex_GetRenderTarget(p,a,b) (p)->lpVtbl->GetRenderTarget(p,a,b) -#define IDirect3DDevice9Ex_SetDepthStencilSurface(p,a) (p)->lpVtbl->SetDepthStencilSurface(p,a) -#define IDirect3DDevice9Ex_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a) -#define IDirect3DDevice9Ex_BeginScene(p) (p)->lpVtbl->BeginScene(p) -#define IDirect3DDevice9Ex_EndScene(p) (p)->lpVtbl->EndScene(p) -#define IDirect3DDevice9Ex_Clear(p,a,b,c,d,e,f) (p)->lpVtbl->Clear(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b) -#define IDirect3DDevice9Ex_GetTransform(p,a,b) (p)->lpVtbl->GetTransform(p,a,b) -#define IDirect3DDevice9Ex_MultiplyTransform(p,a,b) (p)->lpVtbl->MultiplyTransform(p,a,b) -#define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a) -#define IDirect3DDevice9Ex_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a) -#define IDirect3DDevice9Ex_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a) -#define IDirect3DDevice9Ex_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a) -#define IDirect3DDevice9Ex_SetLight(p,a,b) (p)->lpVtbl->SetLight(p,a,b) -#define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b) -#define IDirect3DDevice9Ex_LightEnable(p,a,b) (p)->lpVtbl->LightEnable(p,a,b) -#define IDirect3DDevice9Ex_GetLightEnable(p,a,b) (p)->lpVtbl->GetLightEnable(p,a,b) -#define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b) -#define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b) -#define IDirect3DDevice9Ex_SetRenderState(p,a,b) (p)->lpVtbl->SetRenderState(p,a,b) -#define IDirect3DDevice9Ex_GetRenderState(p,a,b) (p)->lpVtbl->GetRenderState(p,a,b) -#define IDirect3DDevice9Ex_CreateStateBlock(p,a,b) (p)->lpVtbl->CreateStateBlock(p,a,b) -#define IDirect3DDevice9Ex_BeginStateBlock(p) (p)->lpVtbl->BeginStateBlock(p) -#define IDirect3DDevice9Ex_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a) -#define IDirect3DDevice9Ex_SetClipStatus(p,a) (p)->lpVtbl->SetClipStatus(p,a) -#define IDirect3DDevice9Ex_GetClipStatus(p,a) (p)->lpVtbl->GetClipStatus(p,a) -#define IDirect3DDevice9Ex_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b) -#define IDirect3DDevice9Ex_SetTexture(p,a,b) (p)->lpVtbl->SetTexture(p,a,b) -#define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c) -#define IDirect3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c) -#define IDirect3DDevice9Ex_GetSamplerState(p,a,b,c) (p)->lpVtbl->GetSamplerState(p,a,b,c) -#define IDirect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->lpVtbl->SetSamplerState(p,a,b,c) -#define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a) -#define IDirect3DDevice9Ex_SetPaletteEntries(p,a,b) (p)->lpVtbl->SetPaletteEntries(p,a,b) -#define IDirect3DDevice9Ex_GetPaletteEntries(p,a,b) (p)->lpVtbl->GetPaletteEntries(p,a,b) -#define IDirect3DDevice9Ex_SetCurrentTexturePalette(p,a) (p)->lpVtbl->SetCurrentTexturePalette(p,a) -#define IDirect3DDevice9Ex_GetCurrentTexturePalette(p,a) (p)->lpVtbl->GetCurrentTexturePalette(p,a) -#define IDirect3DDevice9Ex_SetScissorRect(p,a) (p)->lpVtbl->SetScissorRect(p,a) -#define IDirect3DDevice9Ex_GetScissorRect(p,a) (p)->lpVtbl->GetScissorRect(p,a) -#define IDirect3DDevice9Ex_SetSoftwareVertexProcessing(p,a) (p)->lpVtbl->SetSoftwareVertexProcessing(p,a) -#define IDirect3DDevice9Ex_GetSoftwareVertexProcessing(p) (p)->lpVtbl->GetSoftwareVertexProcessing(p) -#define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a) -#define IDirect3DDevice9Ex_GetNPatchMode(p) (p)->lpVtbl->GetNPatchMode(p) -#define IDirect3DDevice9Ex_DrawPrimitive(p,a,b,c) (p)->lpVtbl->DrawPrimitive(p,a,b,c) -#define IDirect3DDevice9Ex_DrawIndexedPrimitive(p,a,b,c,d,e,f) (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_DrawPrimitiveUP(p,a,b,c,d) (p)->lpVtbl->DrawPrimitiveUP(p,a,b,c,d) -#define IDirect3DDevice9Ex_DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_ProcessVertices(p,a,b,c,d,e,f) (p)->lpVtbl->ProcessVertices(p,a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateVertexDeclaration(p,a,b) (p)->lpVtbl->CreateVertexDeclaration(p,a,b) -#define IDirect3DDevice9Ex_SetVertexDeclaration(p,a) (p)->lpVtbl->SetVertexDeclaration(p,a) -#define IDirect3DDevice9Ex_GetVertexDeclaration(p,a) (p)->lpVtbl->GetVertexDeclaration(p,a) -#define IDirect3DDevice9Ex_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a) -#define IDirect3DDevice9Ex_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a) -#define IDirect3DDevice9Ex_CreateVertexShader(p,a,b) (p)->lpVtbl->CreateVertexShader(p,a,b) -#define IDirect3DDevice9Ex_SetVertexShader(p,a) (p)->lpVtbl->SetVertexShader(p,a) -#define IDirect3DDevice9Ex_GetVertexShader(p,a) (p)->lpVtbl->GetVertexShader(p,a) -#define IDirect3DDevice9Ex_SetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantF(p,a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantF(p,a,b,c) -#define IDirect3DDevice9Ex_SetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantI(p,a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantI(p,a,b,c) -#define IDirect3DDevice9Ex_SetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantB(p,a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantB(p,a,b,c) -#define IDirect3DDevice9Ex_SetStreamSource(p,a,b,c,d) (p)->lpVtbl->SetStreamSource(p,a,b,c,d) -#define IDirect3DDevice9Ex_GetStreamSource(p,a,b,c,d) (p)->lpVtbl->GetStreamSource(p,a,b,c,d) -#define IDirect3DDevice9Ex_SetStreamSourceFreq(p,a,b) (p)->lpVtbl->SetStreamSourceFreq(p,a,b) -#define IDirect3DDevice9Ex_GetStreamSourceFreq(p,a,b) (p)->lpVtbl->GetStreamSourceFreq(p,a,b) -#define IDirect3DDevice9Ex_SetIndices(p,a) (p)->lpVtbl->SetIndices(p,a) -#define IDirect3DDevice9Ex_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a) -#define IDirect3DDevice9Ex_CreatePixelShader(p,a,b) (p)->lpVtbl->CreatePixelShader(p,a,b) -#define IDirect3DDevice9Ex_SetPixelShader(p,a) (p)->lpVtbl->SetPixelShader(p,a) -#define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a) -#define IDirect3DDevice9Ex_SetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantF(p,a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantF(p,a,b,c) -#define IDirect3DDevice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantI(p,a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantI(p,a,b,c) -#define IDirect3DDevice9Ex_SetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantB(p,a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantB(p,a,b,c) -#define IDirect3DDevice9Ex_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c) -#define IDirect3DDevice9Ex_DrawTriPatch(p,a,b,c) (p)->lpVtbl->DrawTriPatch(p,a,b,c) -#define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a) -#define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) +/* IUnknown */ +#define IDirect3DDevice9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) +#define IDirect3DDevice9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) +#define IDirect3DDevice9Ex_Release(p) (p)->lpVtbl->Release(p) +/* IDirect3DDevice9 */ +#define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) +#define IDirect3DDevice9Ex_GetAvailableTextureMem(p) (p)->lpVtbl->GetAvailableTextureMem(p) +#define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p) +#define IDirect3DDevice9Ex_GetDirect3D(p,a) (p)->lpVtbl->GetDirect3D(p,a) +#define IDirect3DDevice9Ex_GetDeviceCaps(p,a) (p)->lpVtbl->GetDeviceCaps(p,a) +#define IDirect3DDevice9Ex_GetDisplayMode(p,a,b) (p)->lpVtbl->GetDisplayMode(p,a,b) +#define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a) +#define IDirect3DDevice9Ex_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c) +#define IDirect3DDevice9Ex_SetCursorPosition(p,a,b,c) (p)->lpVtbl->SetCursorPosition(p,a,b,c) +#define IDirect3DDevice9Ex_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a) +#define IDirect3DDevice9Ex_CreateAdditionalSwapChain(p,a,b) (p)->lpVtbl->CreateAdditionalSwapChain(p,a,b) +#define IDirect3DDevice9Ex_GetSwapChain(p,a,b) (p)->lpVtbl->GetSwapChain(p,a,b) +#define IDirect3DDevice9Ex_GetNumberOfSwapChains(p) (p)->lpVtbl->GetNumberOfSwapChains(p) +#define IDirect3DDevice9Ex_Reset(p,a) (p)->lpVtbl->Reset(p,a) +#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d) +#define IDirect3DDevice9Ex_GetBackBuffer(p,a,b,c,d) (p)->lpVtbl->GetBackBuffer(p,a,b,c,d) +#define IDirect3DDevice9Ex_GetRasterStatus(p,a,b) (p)->lpVtbl->GetRasterStatus(p,a,b) +#define IDirect3DDevice9Ex_SetDialogBoxMode(p,a) (p)->lpVtbl->SetDialogBoxMode(p,a) +#define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c) +#define IDirect3DDevice9Ex_GetGammaRamp(p,a,b) (p)->lpVtbl->GetGammaRamp(p,a,b) +#define IDirect3DDevice9Ex_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_CreateCubeTexture(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateCubeTexture(p,a,b,c,d,e,f,g) +#define IDirect3DDevice9Ex_CreateVertexBuffer(p,a,b,c,d,e,f) (p)->lpVtbl->CreateVertexBuffer(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateIndexBuffer(p,a,b,c,d,e,f) (p)->lpVtbl->CreateIndexBuffer(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateRenderTarget(p,a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_UpdateSurface(p,a,b,c,d) (p)->lpVtbl->UpdateSurface(p,a,b,c,d) +#define IDirect3DDevice9Ex_UpdateTexture(p,a,b) (p)->lpVtbl->UpdateTexture(p,a,b) +#define IDirect3DDevice9Ex_GetRenderTargetData(p,a,b) (p)->lpVtbl->GetRenderTargetData(p,a,b) +#define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b) +#define IDirect3DDevice9Ex_StretchRect(p,a,b,c,d,e) (p)->lpVtbl->StretchRect(p,a,b,c,d,e) +#define IDirect3DDevice9Ex_ColorFill(p,a,b,c) (p)->lpVtbl->ColorFill(p,a,b,c) +#define IDirect3DDevice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->lpVtbl->CreateOffscreenPlainSurface(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_SetRenderTarget(p,a,b) (p)->lpVtbl->SetRenderTarget(p,a,b) +#define IDirect3DDevice9Ex_GetRenderTarget(p,a,b) (p)->lpVtbl->GetRenderTarget(p,a,b) +#define IDirect3DDevice9Ex_SetDepthStencilSurface(p,a) (p)->lpVtbl->SetDepthStencilSurface(p,a) +#define IDirect3DDevice9Ex_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a) +#define IDirect3DDevice9Ex_BeginScene(p) (p)->lpVtbl->BeginScene(p) +#define IDirect3DDevice9Ex_EndScene(p) (p)->lpVtbl->EndScene(p) +#define IDirect3DDevice9Ex_Clear(p,a,b,c,d,e,f) (p)->lpVtbl->Clear(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b) +#define IDirect3DDevice9Ex_GetTransform(p,a,b) (p)->lpVtbl->GetTransform(p,a,b) +#define IDirect3DDevice9Ex_MultiplyTransform(p,a,b) (p)->lpVtbl->MultiplyTransform(p,a,b) +#define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a) +#define IDirect3DDevice9Ex_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a) +#define IDirect3DDevice9Ex_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a) +#define IDirect3DDevice9Ex_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a) +#define IDirect3DDevice9Ex_SetLight(p,a,b) (p)->lpVtbl->SetLight(p,a,b) +#define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b) +#define IDirect3DDevice9Ex_LightEnable(p,a,b) (p)->lpVtbl->LightEnable(p,a,b) +#define IDirect3DDevice9Ex_GetLightEnable(p,a,b) (p)->lpVtbl->GetLightEnable(p,a,b) +#define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b) +#define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b) +#define IDirect3DDevice9Ex_SetRenderState(p,a,b) (p)->lpVtbl->SetRenderState(p,a,b) +#define IDirect3DDevice9Ex_GetRenderState(p,a,b) (p)->lpVtbl->GetRenderState(p,a,b) +#define IDirect3DDevice9Ex_CreateStateBlock(p,a,b) (p)->lpVtbl->CreateStateBlock(p,a,b) +#define IDirect3DDevice9Ex_BeginStateBlock(p) (p)->lpVtbl->BeginStateBlock(p) +#define IDirect3DDevice9Ex_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a) +#define IDirect3DDevice9Ex_SetClipStatus(p,a) (p)->lpVtbl->SetClipStatus(p,a) +#define IDirect3DDevice9Ex_GetClipStatus(p,a) (p)->lpVtbl->GetClipStatus(p,a) +#define IDirect3DDevice9Ex_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b) +#define IDirect3DDevice9Ex_SetTexture(p,a,b) (p)->lpVtbl->SetTexture(p,a,b) +#define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c) +#define IDirect3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c) +#define IDirect3DDevice9Ex_GetSamplerState(p,a,b,c) (p)->lpVtbl->GetSamplerState(p,a,b,c) +#define IDirect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->lpVtbl->SetSamplerState(p,a,b,c) +#define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a) +#define IDirect3DDevice9Ex_SetPaletteEntries(p,a,b) (p)->lpVtbl->SetPaletteEntries(p,a,b) +#define IDirect3DDevice9Ex_GetPaletteEntries(p,a,b) (p)->lpVtbl->GetPaletteEntries(p,a,b) +#define IDirect3DDevice9Ex_SetCurrentTexturePalette(p,a) (p)->lpVtbl->SetCurrentTexturePalette(p,a) +#define IDirect3DDevice9Ex_GetCurrentTexturePalette(p,a) (p)->lpVtbl->GetCurrentTexturePalette(p,a) +#define IDirect3DDevice9Ex_SetScissorRect(p,a) (p)->lpVtbl->SetScissorRect(p,a) +#define IDirect3DDevice9Ex_GetScissorRect(p,a) (p)->lpVtbl->GetScissorRect(p,a) +#define IDirect3DDevice9Ex_SetSoftwareVertexProcessing(p,a) (p)->lpVtbl->SetSoftwareVertexProcessing(p,a) +#define IDirect3DDevice9Ex_GetSoftwareVertexProcessing(p) (p)->lpVtbl->GetSoftwareVertexProcessing(p) +#define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a) +#define IDirect3DDevice9Ex_GetNPatchMode(p) (p)->lpVtbl->GetNPatchMode(p) +#define IDirect3DDevice9Ex_DrawPrimitive(p,a,b,c) (p)->lpVtbl->DrawPrimitive(p,a,b,c) +#define IDirect3DDevice9Ex_DrawIndexedPrimitive(p,a,b,c,d,e,f) (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_DrawPrimitiveUP(p,a,b,c,d) (p)->lpVtbl->DrawPrimitiveUP(p,a,b,c,d) +#define IDirect3DDevice9Ex_DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_ProcessVertices(p,a,b,c,d,e,f) (p)->lpVtbl->ProcessVertices(p,a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateVertexDeclaration(p,a,b) (p)->lpVtbl->CreateVertexDeclaration(p,a,b) +#define IDirect3DDevice9Ex_SetVertexDeclaration(p,a) (p)->lpVtbl->SetVertexDeclaration(p,a) +#define IDirect3DDevice9Ex_GetVertexDeclaration(p,a) (p)->lpVtbl->GetVertexDeclaration(p,a) +#define IDirect3DDevice9Ex_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a) +#define IDirect3DDevice9Ex_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a) +#define IDirect3DDevice9Ex_CreateVertexShader(p,a,b) (p)->lpVtbl->CreateVertexShader(p,a,b) +#define IDirect3DDevice9Ex_SetVertexShader(p,a) (p)->lpVtbl->SetVertexShader(p,a) +#define IDirect3DDevice9Ex_GetVertexShader(p,a) (p)->lpVtbl->GetVertexShader(p,a) +#define IDirect3DDevice9Ex_SetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantF(p,a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantF(p,a,b,c) +#define IDirect3DDevice9Ex_SetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantI(p,a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantI(p,a,b,c) +#define IDirect3DDevice9Ex_SetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantB(p,a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantB(p,a,b,c) +#define IDirect3DDevice9Ex_SetStreamSource(p,a,b,c,d) (p)->lpVtbl->SetStreamSource(p,a,b,c,d) +#define IDirect3DDevice9Ex_GetStreamSource(p,a,b,c,d) (p)->lpVtbl->GetStreamSource(p,a,b,c,d) +#define IDirect3DDevice9Ex_SetStreamSourceFreq(p,a,b) (p)->lpVtbl->SetStreamSourceFreq(p,a,b) +#define IDirect3DDevice9Ex_GetStreamSourceFreq(p,a,b) (p)->lpVtbl->GetStreamSourceFreq(p,a,b) +#define IDirect3DDevice9Ex_SetIndices(p,a) (p)->lpVtbl->SetIndices(p,a) +#define IDirect3DDevice9Ex_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a) +#define IDirect3DDevice9Ex_CreatePixelShader(p,a,b) (p)->lpVtbl->CreatePixelShader(p,a,b) +#define IDirect3DDevice9Ex_SetPixelShader(p,a) (p)->lpVtbl->SetPixelShader(p,a) +#define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a) +#define IDirect3DDevice9Ex_SetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantF(p,a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantF(p,a,b,c) +#define IDirect3DDevice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantI(p,a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantI(p,a,b,c) +#define IDirect3DDevice9Ex_SetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantB(p,a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantB(p,a,b,c) +#define IDirect3DDevice9Ex_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c) +#define IDirect3DDevice9Ex_DrawTriPatch(p,a,b,c) (p)->lpVtbl->DrawTriPatch(p,a,b,c) +#define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a) +#define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) /* IDirect3DDevice9Ex */ -#define IDirect3DDevice9Ex_SetConvolutionMonoKernel(p,a,b,c,d) (p)->lpVtbl->SetConvolutionMonoKernel(p,a,b,c,d) -#define IDirect3DDevice9Ex_ComposeRects(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->ComposeRects(p,a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_PresentEx(p,a,b,c,d,e) (p)->lpVtbl->PresentEx(p,a,b,c,d,e) -#define IDirect3DDevice9Ex_GetGPUThreadPriority(p,a) (p)->lpVtbl->GetGPUThreadPriority(p,a) -#define IDirect3DDevice9Ex_SetGPUThreadPriority(p,a) (p)->lpVtbl->SetGPUThreadPriority(p,a) -#define IDirect3DDevice9Ex_WaitForVBlank(p,a) (p)->lpVtbl->WaitForVBlank(p,a) -#define IDirect3DDevice9Ex_CheckResourceResidency(p,a,b) (p)->lpVtbl->CheckResourceResidency(p,a,b) -#define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->lpVtbl->SetMaximumFrameLatency(p,a) -#define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->lpVtbl->GetMaximumFrameLatency(p,a) -#define IDirect3DDevice9Ex_CheckDeviceState(p,a) (p)->lpVtbl->CheckDeviceState(p,a) -#define IDirect3DDevice9Ex_CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g)(p)->lpVtbl->CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g) -#define IDirect3DDevice9Ex_CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i)(p)->lpVtbl->CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->lpVtbl->ResetEx(p,a,b) -#define IDirect3DDevice9Ex_GetDisplayModeEx(p,a,b,c) (p)->lpVtbl->GetDisplayModeEx(p,a,b,c) +#define IDirect3DDevice9Ex_SetConvolutionMonoKernel(p,a,b,c,d) (p)->lpVtbl->SetConvolutionMonoKernel(p,a,b,c,d) +#define IDirect3DDevice9Ex_ComposeRects(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->ComposeRects(p,a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_PresentEx(p,a,b,c,d,e) (p)->lpVtbl->PresentEx(p,a,b,c,d,e) +#define IDirect3DDevice9Ex_GetGPUThreadPriority(p,a) (p)->lpVtbl->GetGPUThreadPriority(p,a) +#define IDirect3DDevice9Ex_SetGPUThreadPriority(p,a) (p)->lpVtbl->SetGPUThreadPriority(p,a) +#define IDirect3DDevice9Ex_WaitForVBlank(p,a) (p)->lpVtbl->WaitForVBlank(p,a) +#define IDirect3DDevice9Ex_CheckResourceResidency(p,a,b) (p)->lpVtbl->CheckResourceResidency(p,a,b) +#define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->lpVtbl->SetMaximumFrameLatency(p,a) +#define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->lpVtbl->GetMaximumFrameLatency(p,a) +#define IDirect3DDevice9Ex_CheckDeviceState(p,a) (p)->lpVtbl->CheckDeviceState(p,a) +#define IDirect3DDevice9Ex_CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g) +#define IDirect3DDevice9Ex_CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->lpVtbl->ResetEx(p,a,b) +#define IDirect3DDevice9Ex_GetDisplayModeEx(p,a,b,c) (p)->lpVtbl->GetDisplayModeEx(p,a,b,c) #else -/*** IUnknown methods ***/ -#define IDirect3DDevice9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) -#define IDirect3DDevice9Ex_AddRef(p) (p)->AddRef() -#define IDirect3DDevice9Ex_Release(p) (p)->Release() -/*** IDirect3DDevice9 methods ***/ -#define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->TestCooperativeLevel() -#define IDirect3DDevice9Ex_GetAvailableTextureMem(p) (p)->GetAvailableTextureMem() -#define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->EvictManagedResources() -#define IDirect3DDevice9Ex_GetDirect3D(p,a) (p)->GetDirect3D(a) -#define IDirect3DDevice9Ex_GetDeviceCaps(p,a) (p)->GetDeviceCaps(a) -#define IDirect3DDevice9Ex_GetDisplayMode(p,a,b) (p)->GetDisplayMode(a,b) -#define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->GetCreationParameters(a) -#define IDirect3DDevice9Ex_SetCursorProperties(p,a,b,c) (p)->SetCursorProperties(a,b,c) -#define IDirect3DDevice9Ex_SetCursorPosition(p,a,b,c) (p)->SetCursorPosition(a,b,c) -#define IDirect3DDevice9Ex_ShowCursor(p,a) (p)->ShowCursor(a) -#define IDirect3DDevice9Ex_CreateAdditionalSwapChain(p,a,b) (p)->CreateAdditionalSwapChain(a,b) -#define IDirect3DDevice9Ex_GetSwapChain(p,a,b) (p)->GetSwapChain(a,b) -#define IDirect3DDevice9Ex_GetNumberOfSwapChains(p) (p)->GetNumberOfSwapChains() -#define IDirect3DDevice9Ex_Reset(p,a) (p)->Reset(a) -#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->Present(a,b,c,d) -#define IDirect3DDevice9Ex_GetBackBuffer(p,a,b,c,d) (p)->GetBackBuffer(a,b,c,d) -#define IDirect3DDevice9Ex_GetRasterStatus(p,a,b) (p)->GetRasterStatus(a,b) -#define IDirect3DDevice9Ex_SetDialogBoxMode(p,a) (p)->SetDialogBoxMode(a) -#define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->SetGammaRamp(a,b,c) -#define IDirect3DDevice9Ex_GetGammaRamp(p,a,b) (p)->GetGammaRamp(a,b) -#define IDirect3DDevice9Ex_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->CreateTexture(a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) (p)->CreateVolumeTexture(a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_CreateCubeTexture(p,a,b,c,d,e,f,g) (p)->CreateCubeTexture(a,b,c,d,e,f,g) -#define IDirect3DDevice9Ex_CreateVertexBuffer(p,a,b,c,d,e,f) (p)->CreateVertexBuffer(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateIndexBuffer(p,a,b,c,d,e,f) (p)->CreateIndexBuffer(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->CreateRenderTarget(a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->CreateDepthStencilSurface(a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_UpdateSurface(p,a,b,c,d) (p)->UpdateSurface(a,b,c,d) -#define IDirect3DDevice9Ex_UpdateTexture(p,a,b) (p)->UpdateTexture(a,b) -#define IDirect3DDevice9Ex_GetRenderTargetData(p,a,b) (p)->GetRenderTargetData(a,b) -#define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->GetFrontBufferData(a,b) -#define IDirect3DDevice9Ex_StretchRect(p,a,b,c,d,e) (p)->StretchRect(a,b,c,d,e) -#define IDirect3DDevice9Ex_ColorFill(p,a,b,c) (p)->ColorFill(a,b,c) -#define IDirect3DDevice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->CreateOffscreenPlainSurface(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_SetRenderTarget(p,a,b) (p)->SetRenderTarget(a,b) -#define IDirect3DDevice9Ex_GetRenderTarget(p,a,b) (p)->GetRenderTarget(a,b) -#define IDirect3DDevice9Ex_SetDepthStencilSurface(p,a) (p)->SetDepthStencilSurface(a) -#define IDirect3DDevice9Ex_GetDepthStencilSurface(p,a) (p)->GetDepthStencilSurface(a) -#define IDirect3DDevice9Ex_BeginScene(p) (p)->BeginScene() -#define IDirect3DDevice9Ex_EndScene(p) (p)->EndScene() -#define IDirect3DDevice9Ex_Clear(p,a,b,c,d,e,f) (p)->Clear(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->SetTransform(a,b) -#define IDirect3DDevice9Ex_GetTransform(p,a,b) (p)->GetTransform(a,b) -#define IDirect3DDevice9Ex_MultiplyTransform(p,a,b) (p)->MultiplyTransform(a,b) -#define IDirect3DDevice9Ex_SetViewport(p,a) (p)->SetViewport(a) -#define IDirect3DDevice9Ex_GetViewport(p,a) (p)->GetViewport(a) -#define IDirect3DDevice9Ex_SetMaterial(p,a) (p)->SetMaterial(a) -#define IDirect3DDevice9Ex_GetMaterial(p,a) (p)->GetMaterial(a) -#define IDirect3DDevice9Ex_SetLight(p,a,b) (p)->SetLight(a,b) -#define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b) -#define IDirect3DDevice9Ex_LightEnable(p,a,b) (p)->LightEnable(a,b) -#define IDirect3DDevice9Ex_GetLightEnable(p,a,b) (p)->GetLightEnable(a,b) -#define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->SetClipPlane(a,b) -#define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b) -#define IDirect3DDevice9Ex_SetRenderState(p,a,b) (p)->SetRenderState(a,b) -#define IDirect3DDevice9Ex_GetRenderState(p,a,b) (p)->GetRenderState(a,b) -#define IDirect3DDevice9Ex_CreateStateBlock(p,a,b) (p)->CreateStateBlock(a,b) -#define IDirect3DDevice9Ex_BeginStateBlock(p) (p)->BeginStateBlock() -#define IDirect3DDevice9Ex_EndStateBlock(p,a) (p)->EndStateBlock(a) -#define IDirect3DDevice9Ex_SetClipStatus(p,a) (p)->SetClipStatus(a) -#define IDirect3DDevice9Ex_GetClipStatus(p,a) (p)->GetClipStatus(a) -#define IDirect3DDevice9Ex_GetTexture(p,a,b) (p)->GetTexture(a,b) -#define IDirect3DDevice9Ex_SetTexture(p,a,b) (p)->SetTexture(a,b) -#define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->GetTextureStageState(a,b,c) -#define IDirect3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b,c) -#define IDirect3DDevice9Ex_GetSamplerState(p,a,b,c) (p)->GetSamplerState(a,b,c) -#define IDirect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->SetSamplerState(a,b,c) -#define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->ValidateDevice(a) -#define IDirect3DDevice9Ex_SetPaletteEntries(p,a,b) (p)->SetPaletteEntries(a,b) -#define IDirect3DDevice9Ex_GetPaletteEntries(p,a,b) (p)->GetPaletteEntries(a,b) -#define IDirect3DDevice9Ex_SetCurrentTexturePalette(p,a) (p)->SetCurrentTexturePalette(a) -#define IDirect3DDevice9Ex_GetCurrentTexturePalette(p,a) (p)->GetCurrentTexturePalette(a) -#define IDirect3DDevice9Ex_SetScissorRect(p,a) (p)->SetScissorRect(a) -#define IDirect3DDevice9Ex_GetScissorRect(p,a) (p)->GetScissorRect(a) -#define IDirect3DDevice9Ex_SetSoftwareVertexProcessing(p,a) (p)->SetSoftwareVertexProcessing(a) -#define IDirect3DDevice9Ex_GetSoftwareVertexProcessing(p) (p)->GetSoftwareVertexProcessing() -#define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->SetNPatchMode(a) -#define IDirect3DDevice9Ex_GetNPatchMode(p) (p)->GetNPatchMode() -#define IDirect3DDevice9Ex_DrawPrimitive(p,a,b,c) (p)->DrawPrimitive(a,b,c) -#define IDirect3DDevice9Ex_DrawIndexedPrimitive(p,a,b,c,d,e,f) (p)->DrawIndexedPrimitive(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_DrawPrimitiveUP(p,a,b,c,d) (p)->DrawPrimitiveUP(a,b,c,d) -#define IDirect3DDevice9Ex_DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) (p)->DrawIndexedPrimitiveUP(a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_ProcessVertices(p,a,b,c,d,e,f) (p)->ProcessVertices(a,b,c,d,e,f) -#define IDirect3DDevice9Ex_CreateVertexDeclaration(p,a,b) (p)->CreateVertexDeclaration(a,b) -#define IDirect3DDevice9Ex_SetVertexDeclaration(p,a) (p)->SetVertexDeclaration(a) -#define IDirect3DDevice9Ex_GetVertexDeclaration(p,a) (p)->GetVertexDeclaration(a) -#define IDirect3DDevice9Ex_SetFVF(p,a) (p)->SetFVF(a) -#define IDirect3DDevice9Ex_GetFVF(p,a) (p)->GetFVF(a) -#define IDirect3DDevice9Ex_CreateVertexShader(p,a,b) (p)->CreateVertexShader(a,b) -#define IDirect3DDevice9Ex_SetVertexShader(p,a) (p)->SetVertexShader(a) -#define IDirect3DDevice9Ex_GetVertexShader(p,a) (p)->GetVertexShader(a) -#define IDirect3DDevice9Ex_SetVertexShaderConstantF(p,a,b,c) (p)->SetVertexShaderConstantF(a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantF(p,a,b,c) (p)->GetVertexShaderConstantF(a,b,c) -#define IDirect3DDevice9Ex_SetVertexShaderConstantI(p,a,b,c) (p)->SetVertexShaderConstantI(a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantI(p,a,b,c) (p)->GetVertexShaderConstantI(a,b,c) -#define IDirect3DDevice9Ex_SetVertexShaderConstantB(p,a,b,c) (p)->SetVertexShaderConstantB(a,b,c) -#define IDirect3DDevice9Ex_GetVertexShaderConstantB(p,a,b,c) (p)->GetVertexShaderConstantB(a,b,c) -#define IDirect3DDevice9Ex_SetStreamSource(p,a,b,c,d) (p)->SetStreamSource(a,b,c,d) -#define IDirect3DDevice9Ex_GetStreamSource(p,a,b,c,d) (p)->GetStreamSource(a,b,c,d) -#define IDirect3DDevice9Ex_SetStreamSourceFreq(p,a,b) (p)->SetStreamSourceFreq(a,b) -#define IDirect3DDevice9Ex_GetStreamSourceFreq(p,a,b) (p)->GetStreamSourceFreq(a,b) -#define IDirect3DDevice9Ex_SetIndices(p,a) (p)->SetIndices(a) -#define IDirect3DDevice9Ex_GetIndices(p,a) (p)->GetIndices(a) -#define IDirect3DDevice9Ex_CreatePixelShader(p,a,b) (p)->CreatePixelShader(a,b) -#define IDirect3DDevice9Ex_SetPixelShader(p,a) (p)->SetPixelShader(a) -#define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a) -#define IDirect3DDevice9Ex_SetPixelShaderConstantF(p,a,b,c) (p)->SetPixelShaderConstantF(a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantF(p,a,b,c) (p)->GetPixelShaderConstantF(a,b,c) -#define IDirect3DDevice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->SetPixelShaderConstantI(a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantI(p,a,b,c) (p)->GetPixelShaderConstantI(a,b,c) -#define IDirect3DDevice9Ex_SetPixelShaderConstantB(p,a,b,c) (p)->SetPixelShaderConstantB(a,b,c) -#define IDirect3DDevice9Ex_GetPixelShaderConstantB(p,a,b,c) (p)->GetPixelShaderConstantB(a,b,c) -#define IDirect3DDevice9Ex_DrawRectPatch(p,a,b,c) (p)->DrawRectPatch(a,b,c) -#define IDirect3DDevice9Ex_DrawTriPatch(p,a,b,c) (p)->DrawTriPatch(a,b,c) -#define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->DeletePatch(a) -#define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->CreateQuery(a,b) +/* IUnknown */ +#define IDirect3DDevice9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) +#define IDirect3DDevice9Ex_AddRef(p) (p)->AddRef() +#define IDirect3DDevice9Ex_Release(p) (p)->Release() +/* IDirect3DDevice9 */ +#define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->TestCooperativeLevel() +#define IDirect3DDevice9Ex_GetAvailableTextureMem(p) (p)->GetAvailableTextureMem() +#define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->EvictManagedResources() +#define IDirect3DDevice9Ex_GetDirect3D(p,a) (p)->GetDirect3D(a) +#define IDirect3DDevice9Ex_GetDeviceCaps(p,a) (p)->GetDeviceCaps(a) +#define IDirect3DDevice9Ex_GetDisplayMode(p,a,b) (p)->GetDisplayMode(a,b) +#define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->GetCreationParameters(a) +#define IDirect3DDevice9Ex_SetCursorProperties(p,a,b,c) (p)->SetCursorProperties(a,b,c) +#define IDirect3DDevice9Ex_SetCursorPosition(p,a,b,c) (p)->SetCursorPosition(a,b,c) +#define IDirect3DDevice9Ex_ShowCursor(p,a) (p)->ShowCursor(a) +#define IDirect3DDevice9Ex_CreateAdditionalSwapChain(p,a,b) (p)->CreateAdditionalSwapChain(a,b) +#define IDirect3DDevice9Ex_GetSwapChain(p,a,b) (p)->GetSwapChain(a,b) +#define IDirect3DDevice9Ex_GetNumberOfSwapChains(p) (p)->GetNumberOfSwapChains() +#define IDirect3DDevice9Ex_Reset(p,a) (p)->Reset(a) +#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->Present(a,b,c,d) +#define IDirect3DDevice9Ex_GetBackBuffer(p,a,b,c,d) (p)->GetBackBuffer(a,b,c,d) +#define IDirect3DDevice9Ex_GetRasterStatus(p,a,b) (p)->GetRasterStatus(a,b) +#define IDirect3DDevice9Ex_SetDialogBoxMode(p,a) (p)->SetDialogBoxMode(a) +#define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->SetGammaRamp(a,b,c) +#define IDirect3DDevice9Ex_GetGammaRamp(p,a,b) (p)->GetGammaRamp(a,b) +#define IDirect3DDevice9Ex_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->CreateTexture(a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i) (p)->CreateVolumeTexture(a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_CreateCubeTexture(p,a,b,c,d,e,f,g) (p)->CreateCubeTexture(a,b,c,d,e,f,g) +#define IDirect3DDevice9Ex_CreateVertexBuffer(p,a,b,c,d,e,f) (p)->CreateVertexBuffer(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateIndexBuffer(p,a,b,c,d,e,f) (p)->CreateIndexBuffer(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->CreateRenderTarget(a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_CreateDepthStencilSurface(p,a,b,c,d,e,f,g,h) (p)->CreateDepthStencilSurface(a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_UpdateSurface(p,a,b,c,d) (p)->UpdateSurface(a,b,c,d) +#define IDirect3DDevice9Ex_UpdateTexture(p,a,b) (p)->UpdateTexture(a,b) +#define IDirect3DDevice9Ex_GetRenderTargetData(p,a,b) (p)->GetRenderTargetData(a,b) +#define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->GetFrontBufferData(a,b) +#define IDirect3DDevice9Ex_StretchRect(p,a,b,c,d,e) (p)->StretchRect(a,b,c,d,e) +#define IDirect3DDevice9Ex_ColorFill(p,a,b,c) (p)->ColorFill(a,b,c) +#define IDirect3DDevice9Ex_CreateOffscreenPlainSurface(p,a,b,c,d,e,f) (p)->CreateOffscreenPlainSurface(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_SetRenderTarget(p,a,b) (p)->SetRenderTarget(a,b) +#define IDirect3DDevice9Ex_GetRenderTarget(p,a,b) (p)->GetRenderTarget(a,b) +#define IDirect3DDevice9Ex_SetDepthStencilSurface(p,a) (p)->SetDepthStencilSurface(a) +#define IDirect3DDevice9Ex_GetDepthStencilSurface(p,a) (p)->GetDepthStencilSurface(a) +#define IDirect3DDevice9Ex_BeginScene(p) (p)->BeginScene() +#define IDirect3DDevice9Ex_EndScene(p) (p)->EndScene() +#define IDirect3DDevice9Ex_Clear(p,a,b,c,d,e,f) (p)->Clear(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->SetTransform(a,b) +#define IDirect3DDevice9Ex_GetTransform(p,a,b) (p)->GetTransform(a,b) +#define IDirect3DDevice9Ex_MultiplyTransform(p,a,b) (p)->MultiplyTransform(a,b) +#define IDirect3DDevice9Ex_SetViewport(p,a) (p)->SetViewport(a) +#define IDirect3DDevice9Ex_GetViewport(p,a) (p)->GetViewport(a) +#define IDirect3DDevice9Ex_SetMaterial(p,a) (p)->SetMaterial(a) +#define IDirect3DDevice9Ex_GetMaterial(p,a) (p)->GetMaterial(a) +#define IDirect3DDevice9Ex_SetLight(p,a,b) (p)->SetLight(a,b) +#define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b) +#define IDirect3DDevice9Ex_LightEnable(p,a,b) (p)->LightEnable(a,b) +#define IDirect3DDevice9Ex_GetLightEnable(p,a,b) (p)->GetLightEnable(a,b) +#define IDirect3DDevice9Ex_SetClipPlane(p,a,b) (p)->SetClipPlane(a,b) +#define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b) +#define IDirect3DDevice9Ex_SetRenderState(p,a,b) (p)->SetRenderState(a,b) +#define IDirect3DDevice9Ex_GetRenderState(p,a,b) (p)->GetRenderState(a,b) +#define IDirect3DDevice9Ex_CreateStateBlock(p,a,b) (p)->CreateStateBlock(a,b) +#define IDirect3DDevice9Ex_BeginStateBlock(p) (p)->BeginStateBlock() +#define IDirect3DDevice9Ex_EndStateBlock(p,a) (p)->EndStateBlock(a) +#define IDirect3DDevice9Ex_SetClipStatus(p,a) (p)->SetClipStatus(a) +#define IDirect3DDevice9Ex_GetClipStatus(p,a) (p)->GetClipStatus(a) +#define IDirect3DDevice9Ex_GetTexture(p,a,b) (p)->GetTexture(a,b) +#define IDirect3DDevice9Ex_SetTexture(p,a,b) (p)->SetTexture(a,b) +#define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->GetTextureStageState(a,b,c) +#define IDirect3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b,c) +#define IDirect3DDevice9Ex_GetSamplerState(p,a,b,c) (p)->GetSamplerState(a,b,c) +#define IDirect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->SetSamplerState(a,b,c) +#define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->ValidateDevice(a) +#define IDirect3DDevice9Ex_SetPaletteEntries(p,a,b) (p)->SetPaletteEntries(a,b) +#define IDirect3DDevice9Ex_GetPaletteEntries(p,a,b) (p)->GetPaletteEntries(a,b) +#define IDirect3DDevice9Ex_SetCurrentTexturePalette(p,a) (p)->SetCurrentTexturePalette(a) +#define IDirect3DDevice9Ex_GetCurrentTexturePalette(p,a) (p)->GetCurrentTexturePalette(a) +#define IDirect3DDevice9Ex_SetScissorRect(p,a) (p)->SetScissorRect(a) +#define IDirect3DDevice9Ex_GetScissorRect(p,a) (p)->GetScissorRect(a) +#define IDirect3DDevice9Ex_SetSoftwareVertexProcessing(p,a) (p)->SetSoftwareVertexProcessing(a) +#define IDirect3DDevice9Ex_GetSoftwareVertexProcessing(p) (p)->GetSoftwareVertexProcessing() +#define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->SetNPatchMode(a) +#define IDirect3DDevice9Ex_GetNPatchMode(p) (p)->GetNPatchMode() +#define IDirect3DDevice9Ex_DrawPrimitive(p,a,b,c) (p)->DrawPrimitive(a,b,c) +#define IDirect3DDevice9Ex_DrawIndexedPrimitive(p,a,b,c,d,e,f) (p)->DrawIndexedPrimitive(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_DrawPrimitiveUP(p,a,b,c,d) (p)->DrawPrimitiveUP(a,b,c,d) +#define IDirect3DDevice9Ex_DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) (p)->DrawIndexedPrimitiveUP(a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_ProcessVertices(p,a,b,c,d,e,f) (p)->ProcessVertices(a,b,c,d,e,f) +#define IDirect3DDevice9Ex_CreateVertexDeclaration(p,a,b) (p)->CreateVertexDeclaration(a,b) +#define IDirect3DDevice9Ex_SetVertexDeclaration(p,a) (p)->SetVertexDeclaration(a) +#define IDirect3DDevice9Ex_GetVertexDeclaration(p,a) (p)->GetVertexDeclaration(a) +#define IDirect3DDevice9Ex_SetFVF(p,a) (p)->SetFVF(a) +#define IDirect3DDevice9Ex_GetFVF(p,a) (p)->GetFVF(a) +#define IDirect3DDevice9Ex_CreateVertexShader(p,a,b) (p)->CreateVertexShader(a,b) +#define IDirect3DDevice9Ex_SetVertexShader(p,a) (p)->SetVertexShader(a) +#define IDirect3DDevice9Ex_GetVertexShader(p,a) (p)->GetVertexShader(a) +#define IDirect3DDevice9Ex_SetVertexShaderConstantF(p,a,b,c) (p)->SetVertexShaderConstantF(a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantF(p,a,b,c) (p)->GetVertexShaderConstantF(a,b,c) +#define IDirect3DDevice9Ex_SetVertexShaderConstantI(p,a,b,c) (p)->SetVertexShaderConstantI(a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantI(p,a,b,c) (p)->GetVertexShaderConstantI(a,b,c) +#define IDirect3DDevice9Ex_SetVertexShaderConstantB(p,a,b,c) (p)->SetVertexShaderConstantB(a,b,c) +#define IDirect3DDevice9Ex_GetVertexShaderConstantB(p,a,b,c) (p)->GetVertexShaderConstantB(a,b,c) +#define IDirect3DDevice9Ex_SetStreamSource(p,a,b,c,d) (p)->SetStreamSource(a,b,c,d) +#define IDirect3DDevice9Ex_GetStreamSource(p,a,b,c,d) (p)->GetStreamSource(a,b,c,d) +#define IDirect3DDevice9Ex_SetStreamSourceFreq(p,a,b) (p)->SetStreamSourceFreq(a,b) +#define IDirect3DDevice9Ex_GetStreamSourceFreq(p,a,b) (p)->GetStreamSourceFreq(a,b) +#define IDirect3DDevice9Ex_SetIndices(p,a) (p)->SetIndices(a) +#define IDirect3DDevice9Ex_GetIndices(p,a) (p)->GetIndices(a) +#define IDirect3DDevice9Ex_CreatePixelShader(p,a,b) (p)->CreatePixelShader(a,b) +#define IDirect3DDevice9Ex_SetPixelShader(p,a) (p)->SetPixelShader(a) +#define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a) +#define IDirect3DDevice9Ex_SetPixelShaderConstantF(p,a,b,c) (p)->SetPixelShaderConstantF(a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantF(p,a,b,c) (p)->GetPixelShaderConstantF(a,b,c) +#define IDirect3DDevice9Ex_SetPixelShaderConstantI(p,a,b,c) (p)->SetPixelShaderConstantI(a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantI(p,a,b,c) (p)->GetPixelShaderConstantI(a,b,c) +#define IDirect3DDevice9Ex_SetPixelShaderConstantB(p,a,b,c) (p)->SetPixelShaderConstantB(a,b,c) +#define IDirect3DDevice9Ex_GetPixelShaderConstantB(p,a,b,c) (p)->GetPixelShaderConstantB(a,b,c) +#define IDirect3DDevice9Ex_DrawRectPatch(p,a,b,c) (p)->DrawRectPatch(a,b,c) +#define IDirect3DDevice9Ex_DrawTriPatch(p,a,b,c) (p)->DrawTriPatch(a,b,c) +#define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->DeletePatch(a) +#define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->CreateQuery(a,b) /* IDirect3DDevice9Ex */ -#define IDirect3DDevice9Ex_SetConvolutionMonoKernel(p,a,b,c,d) (p)->SetConvolutionMonoKernel(a,b,c,d) -#define IDirect3DDevice9Ex_ComposeRects(p,a,b,c,d,e,f,g,h) (p)->ComposeRects(a,b,c,d,e,f,g,h) -#define IDirect3DDevice9Ex_PresentEx(p,a,b,c,d,e) (p)->PresentEx(a,b,c,d,e) -#define IDirect3DDevice9Ex_GetGPUThreadPriority(p,a) (p)->GetGPUThreadPriority(a) -#define IDirect3DDevice9Ex_SetGPUThreadPriority(p,a) (p)->SetGPUThreadPriority(a) -#define IDirect3DDevice9Ex_WaitForVBlank(p,a) (p)->WaitForVBlank(a) -#define IDirect3DDevice9Ex_CheckResourceResidency(p,a,b) (p)->CheckResourceResidency(a,b) -#define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->SetMaximumFrameLatency(a) -#define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->GetMaximumFrameLatency(a) -#define IDirect3DDevice9Ex_CheckDeviceState(p,a) (p)->CheckDeviceState(a) -#define IDirect3DDevice9Ex_CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) (p)->CreateRenderTargetEx(a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g)(p)->CreateOffscreenPlainSurfaceEx(a,b,c,d,e,f,g) -#define IDirect3DDevice9Ex_CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i)(p)->CreateDepthStencilSurfaceEx(a,b,c,d,e,f,g,h,i) -#define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->ResetEx(a,b) -#define IDirect3DDevice9Ex_GetDisplayModeEx(p,a,b,c) (p)->GetDisplayModeEx(a,b,c) +#define IDirect3DDevice9Ex_SetConvolutionMonoKernel(p,a,b,c,d) (p)->SetConvolutionMonoKernel(a,b,c,d) +#define IDirect3DDevice9Ex_ComposeRects(p,a,b,c,d,e,f,g,h) (p)->ComposeRects(a,b,c,d,e,f,g,h) +#define IDirect3DDevice9Ex_PresentEx(p,a,b,c,d,e) (p)->PresentEx(a,b,c,d,e) +#define IDirect3DDevice9Ex_GetGPUThreadPriority(p,a) (p)->GetGPUThreadPriority(a) +#define IDirect3DDevice9Ex_SetGPUThreadPriority(p,a) (p)->SetGPUThreadPriority(a) +#define IDirect3DDevice9Ex_WaitForVBlank(p,a) (p)->WaitForVBlank(a) +#define IDirect3DDevice9Ex_CheckResourceResidency(p,a,b) (p)->CheckResourceResidency(a,b) +#define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->SetMaximumFrameLatency(a) +#define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->GetMaximumFrameLatency(a) +#define IDirect3DDevice9Ex_CheckDeviceState(p,a) (p)->CheckDeviceState(a) +#define IDirect3DDevice9Ex_CreateRenderTargetEx(p,a,b,c,d,e,f,g,h,i) (p)->CreateRenderTargetEx(a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_CreateOffscreenPlainSurfaceEx(p,a,b,c,d,e,f,g) (p)->CreateOffscreenPlainSurfaceEx(a,b,c,d,e,f,g) +#define IDirect3DDevice9Ex_CreateDepthStencilSurfaceEx(p,a,b,c,d,e,f,g,h,i) (p)->CreateDepthStencilSurfaceEx(a,b,c,d,e,f,g,h,i) +#define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->ResetEx(a,b) +#define IDirect3DDevice9Ex_GetDisplayModeEx(p,a,b,c) (p)->GetDisplayModeEx(a,b,c) #endif +#endif /* !defined(D3D_DISABLE_9EX) */ + #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */ @@ -2197,9 +2213,10 @@ void WINAPI D3DPERF_SetOptions(DWORD options); void WINAPI D3DPERF_SetRegion(D3DCOLOR color, const WCHAR *name); -/* Define the main entrypoint as well */ -IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion); -HRESULT WINAPI Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex**); +IDirect3D9 * WINAPI Direct3DCreate9(UINT sdk_version); +#ifndef D3D_DISABLE_9EX +HRESULT WINAPI Direct3DCreate9Ex(UINT sdk_version, IDirect3D9Ex **d3d9ex); +#endif #ifdef __cplusplus } /* extern "C" */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9types.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9types.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3d9types.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3d9types.h 2018-09-14 14:16:43.000000000 +0000 @@ -39,7 +39,7 @@ #define D3DCLIPPLANE4 (1 << 4) #define D3DCLIPPLANE5 (1 << 5) -#define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff))) +#define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xffu)<<24)|(((r)&0xffu)<<16)|(((g)&0xffu)<<8)|((b)&0xffu))) #define D3DCOLOR_COLORVALUE(r,g,b,a) D3DCOLOR_RGBA((DWORD)((r)*255.f),(DWORD)((g)*255.f),(DWORD)((b)*255.f),(DWORD)((a)*255.f)) #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) #define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xff,r,g,b) @@ -118,14 +118,15 @@ #define D3DUSAGE_RESTRICTED_CONTENT __MSABI_LONG(0x00000800) #define D3DUSAGE_RESTRICT_SHARED_RESOURCE_DRIVER __MSABI_LONG(0x00001000) #define D3DUSAGE_RESTRICT_SHARED_RESOURCE __MSABI_LONG(0x00002000) +#define D3DUSAGE_NONSECURE __MSABI_LONG(0x00800000) #define D3DUSAGE_TEXTAPI __MSABI_LONG(0x10000000) #endif /* D3D_DISABLE_9EX */ -#define D3DUSAGE_QUERY_FILTER __MSABI_LONG(0x00020000) #define D3DUSAGE_QUERY_LEGACYBUMPMAP __MSABI_LONG(0x00008000) -#define D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING __MSABI_LONG(0x00080000) #define D3DUSAGE_QUERY_SRGBREAD __MSABI_LONG(0x00010000) +#define D3DUSAGE_QUERY_FILTER __MSABI_LONG(0x00020000) #define D3DUSAGE_QUERY_SRGBWRITE __MSABI_LONG(0x00040000) +#define D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING __MSABI_LONG(0x00080000) #define D3DUSAGE_QUERY_VERTEXTEXTURE __MSABI_LONG(0x00100000) #define D3DUSAGE_QUERY_WRAPANDMIP __MSABI_LONG(0x00200000) @@ -211,14 +212,21 @@ /* Constants used by D3DPRESENT_PARAMETERS. when creating a device or swapchain */ -#define D3DPRESENTFLAG_LOCKABLE_BACKBUFFER 0x00000001 /* Create a lockable backbuffer */ -#define D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL 0x00000002 /* Discard Z buffer */ -#define D3DPRESENTFLAG_DEVICECLIP 0x00000004 /* Clip the window blited into the client area 2k + xp only */ -#define D3DPRESENTFLAG_VIDEO 0x00000010 /* backbuffer 'may' contain video data */ -#define D3DPRESENTFLAG_NOAUTOROTATE 0x00000020 /* d3d9ex, ignore display rotation */ -#define D3DPRESENTFLAG_UNPRUNEDMODE 0x00000040 /* d3d9ex, specify invalid display modes */ +#define D3DPRESENTFLAG_LOCKABLE_BACKBUFFER 0x00000001 /* Create a lockable backbuffer */ +#define D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL 0x00000002 /* Discard Z buffer */ +#define D3DPRESENTFLAG_DEVICECLIP 0x00000004 /* Clip the window blited into the client area 2k + xp only */ +#define D3DPRESENTFLAG_VIDEO 0x00000010 /* backbuffer 'may' contain video data */ +#ifndef D3D_DISABLE_9EX +#define D3DPRESENTFLAG_NOAUTOROTATE 0x00000020 /* d3d9ex, ignore display rotation */ +#define D3DPRESENTFLAG_UNPRUNEDMODE 0x00000040 /* d3d9ex, specify invalid display modes */ +#define D3DPRESENTFLAG_OVERLAY_LIMITEDRGB 0x00000080 +#define D3DPRESENTFLAG_OVERLAY_YCbCr_BT709 0x00000100 +#define D3DPRESENTFLAG_OVERLAY_YCbCr_xvYCC 0x00000200 +#define D3DPRESENTFLAG_RESTRICTED_CONTENT 0x00000400 +#define D3DPRESENTFLAG_RESTRICT_SHARED_RESOURCE_DRIVER 0x00000800 +#endif -#define D3DPRESENT_RATE_DEFAULT 0x00000000 +#define D3DPRESENT_RATE_DEFAULT 0x00000000 /**************************** * Vertex Shaders Declaration @@ -307,7 +315,10 @@ D3DQUERYTYPE_VERTEXTIMINGS = 15, D3DQUERYTYPE_PIXELTIMINGS = 16, D3DQUERYTYPE_BANDWIDTHTIMINGS = 17, - D3DQUERYTYPE_CACHEUTILIZATION = 18 + D3DQUERYTYPE_CACHEUTILIZATION = 18, +#ifndef D3D_DISABLE_9EX + D3DQUERYTYPE_MEMORYPRESSURE = 19, +#endif } D3DQUERYTYPE; #define D3DISSUE_BEGIN (1 << 1) @@ -514,31 +525,32 @@ #define D3DSP_REGTYPE_MASK (0x7 << D3DSP_REGTYPE_SHIFT) #define D3DSP_REGTYPE_MASK2 0x00001800 -typedef enum _D3DSHADER_PARAM_REGISTER_TYPE { - D3DSPR_TEMP = 0, - D3DSPR_INPUT = 1, - D3DSPR_CONST = 2, - D3DSPR_ADDR = 3, - D3DSPR_TEXTURE = 3, - D3DSPR_RASTOUT = 4, - D3DSPR_ATTROUT = 5, - D3DSPR_TEXCRDOUT = 6, - D3DSPR_OUTPUT = 6, - D3DSPR_CONSTINT = 7, - D3DSPR_COLOROUT = 8, - D3DSPR_DEPTHOUT = 9, - D3DSPR_SAMPLER = 10, - D3DSPR_CONST2 = 11, - D3DSPR_CONST3 = 12, - D3DSPR_CONST4 = 13, - D3DSPR_CONSTBOOL = 14, - D3DSPR_LOOP = 15, - D3DSPR_TEMPFLOAT16 = 16, - D3DSPR_MISCTYPE = 17, - D3DSPR_LABEL = 18, - D3DSPR_PREDICATE = 19, +typedef enum _D3DSHADER_PARAM_REGISTER_TYPE +{ + D3DSPR_TEMP = 0, + D3DSPR_INPUT = 1, + D3DSPR_CONST = 2, + D3DSPR_ADDR = 3, + D3DSPR_TEXTURE = 3, + D3DSPR_RASTOUT = 4, + D3DSPR_ATTROUT = 5, + D3DSPR_TEXCRDOUT = 6, + D3DSPR_OUTPUT = 6, + D3DSPR_CONSTINT = 7, + D3DSPR_COLOROUT = 8, + D3DSPR_DEPTHOUT = 9, + D3DSPR_SAMPLER = 10, + D3DSPR_CONST2 = 11, + D3DSPR_CONST3 = 12, + D3DSPR_CONST4 = 13, + D3DSPR_CONSTBOOL = 14, + D3DSPR_LOOP = 15, + D3DSPR_TEMPFLOAT16 = 16, + D3DSPR_MISCTYPE = 17, + D3DSPR_LABEL = 18, + D3DSPR_PREDICATE = 19, - D3DSPR_FORCE_DWORD = 0x7FFFFFFF + D3DSPR_FORCE_DWORD = 0x7fffffff } D3DSHADER_PARAM_REGISTER_TYPE; typedef enum _D3DSHADER_MISCTYPE_OFFSETS { @@ -678,6 +690,10 @@ D3DBLEND_BOTHINVSRCALPHA = 13, D3DBLEND_BLENDFACTOR = 14, D3DBLEND_INVBLENDFACTOR = 15, +#ifndef D3D_DISABLE_9EX + D3DBLEND_SRCCOLOR2 = 16, + D3DBLEND_INVSRCCOLOR2 = 17, +#endif D3DBLEND_FORCE_DWORD = 0x7fffffff } D3DBLEND; @@ -822,6 +838,10 @@ D3DFMT_L16 = 81, D3DFMT_D32F_LOCKABLE = 82, D3DFMT_D24FS8 = 83, +#ifndef D3D_DISABLE_9EX + D3DFMT_D32_LOCKABLE = 84, + D3DFMT_S8_LOCKABLE = 85, +#endif D3DFMT_VERTEXDATA = 100, D3DFMT_INDEX16 = 101, @@ -838,7 +858,11 @@ D3DFMT_A32B32G32R32F = 116, D3DFMT_CxV8U8 = 117, - +#ifndef D3D_DISABLE_9EX + D3DFMT_A1 = 118, + D3DFMT_A2B10G10R10_XR_BIAS = 119, + D3DFMT_BINARYBUFFER = 199, +#endif D3DFMT_FORCE_DWORD = 0xFFFFFFFF } D3DFORMAT; @@ -1073,8 +1097,10 @@ D3DSWAPEFFECT_DISCARD = 1, D3DSWAPEFFECT_FLIP = 2, D3DSWAPEFFECT_COPY = 3, +#ifndef D3D_DISABLE_9EX D3DSWAPEFFECT_OVERLAY = 4, D3DSWAPEFFECT_FLIPEX = 5, +#endif D3DSWAPEFFECT_FORCE_DWORD = 0xFFFFFFFF } D3DSWAPEFFECT; @@ -1097,6 +1123,9 @@ D3DTEXF_GAUSSIANCUBIC = 5, D3DTEXF_PYRAMIDALQUAD = 6, D3DTEXF_GAUSSIANQUAD = 7, +#ifndef D3D_DISABLE_9EX + D3DTEXF_CONVOLUTIONMONO = 8, +#endif D3DTEXF_FORCE_DWORD = 0x7fffffff } D3DTEXTUREFILTERTYPE; @@ -1561,6 +1590,13 @@ D3DDISPLAYROTATION_270 } D3DDISPLAYROTATION; +typedef struct _D3DMEMORYPRESSURE +{ + UINT64 BytesEvictedFromProcess; + UINT64 SizeOfInefficientAllocation; + DWORD LevelOfEfficiency; +} D3DMEMORYPRESSURE; + typedef enum _D3DCOMPOSERECTSOP{ D3DCOMPOSERECTS_COPY = 1, D3DCOMPOSERECTS_OR, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcommon.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcommon.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcommon.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcommon.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/d3dcommon.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/d3dcommon.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __ID3D10Blob_FWD_DEFINED__ #define __ID3D10Blob_FWD_DEFINED__ typedef interface ID3D10Blob ID3D10Blob; +#ifdef __cplusplus +interface ID3D10Blob; +#endif /* __cplusplus */ #endif #ifndef __ID3DInclude_FWD_DEFINED__ #define __ID3DInclude_FWD_DEFINED__ typedef interface ID3DInclude ID3DInclude; +#ifdef __cplusplus +interface ID3DInclude; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -68,25 +74,26 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ID3D10Blob* This, + ID3D10Blob *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ID3D10Blob* This); + ID3D10Blob *This); ULONG (STDMETHODCALLTYPE *Release)( - ID3D10Blob* This); + ID3D10Blob *This); /*** ID3D10Blob methods ***/ void * (STDMETHODCALLTYPE *GetBufferPointer)( - ID3D10Blob* This); + ID3D10Blob *This); SIZE_T (STDMETHODCALLTYPE *GetBufferSize)( - ID3D10Blob* This); + ID3D10Blob *This); END_INTERFACE } ID3D10BlobVtbl; + interface ID3D10Blob { CONST_VTBL ID3D10BlobVtbl* lpVtbl; }; @@ -123,20 +130,6 @@ #endif -void * STDMETHODCALLTYPE ID3D10Blob_GetBufferPointer_Proxy( - ID3D10Blob* This); -void __RPC_STUB ID3D10Blob_GetBufferPointer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -SIZE_T STDMETHODCALLTYPE ID3D10Blob_GetBufferSize_Proxy( - ID3D10Blob* This); -void __RPC_STUB ID3D10Blob_GetBufferSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3D10Blob_INTERFACE_DEFINED__ */ @@ -160,6 +153,7 @@ #if defined(__cplusplus) && !defined(CINTERFACE) interface ID3DInclude { + BEGIN_INTERFACE virtual HRESULT STDMETHODCALLTYPE Open( @@ -173,6 +167,7 @@ const void *data) = 0; END_INTERFACE + }; #else typedef struct ID3DIncludeVtbl { @@ -180,7 +175,7 @@ /*** ID3DInclude methods ***/ HRESULT (STDMETHODCALLTYPE *Open)( - ID3DInclude* This, + ID3DInclude *This, D3D_INCLUDE_TYPE include_type, const char *filename, const void *parent_data, @@ -188,11 +183,12 @@ UINT *bytes); HRESULT (STDMETHODCALLTYPE *Close)( - ID3DInclude* This, + ID3DInclude *This, const void *data); END_INTERFACE } ID3DIncludeVtbl; + interface ID3DInclude { CONST_VTBL ID3DIncludeVtbl* lpVtbl; }; @@ -215,26 +211,6 @@ #endif -HRESULT STDMETHODCALLTYPE ID3DInclude_Open_Proxy( - ID3DInclude* This, - D3D_INCLUDE_TYPE include_type, - const char *filename, - const void *parent_data, - const void **data, - UINT *bytes); -void __RPC_STUB ID3DInclude_Open_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ID3DInclude_Close_Proxy( - ID3DInclude* This, - const void *data); -void __RPC_STUB ID3DInclude_Close_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ID3DInclude_INTERFACE_DEFINED__ */ @@ -254,7 +230,9 @@ D3D_FEATURE_LEVEL_10_0 = 0xa000, D3D_FEATURE_LEVEL_10_1 = 0xa100, D3D_FEATURE_LEVEL_11_0 = 0xb000, - D3D_FEATURE_LEVEL_11_1 = 0xb100 + D3D_FEATURE_LEVEL_11_1 = 0xb100, + D3D_FEATURE_LEVEL_12_0 = 0xc000, + D3D_FEATURE_LEVEL_12_1 = 0xc100 } D3D_FEATURE_LEVEL; #define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048 #define D3D_FL9_3_REQ_TEXTURE1D_U_DIMENSION 4096 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcommon.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcommon.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcommon.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcommon.idl 2018-09-14 14:16:43.000000000 +0000 @@ -86,7 +86,9 @@ D3D_FEATURE_LEVEL_10_0 = 0xa000, D3D_FEATURE_LEVEL_10_1 = 0xa100, D3D_FEATURE_LEVEL_11_0 = 0xb000, - D3D_FEATURE_LEVEL_11_1 = 0xb100 + D3D_FEATURE_LEVEL_11_1 = 0xb100, + D3D_FEATURE_LEVEL_12_0 = 0xc000, + D3D_FEATURE_LEVEL_12_1 = 0xc100, } D3D_FEATURE_LEVEL; cpp_quote("#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcompiler.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcompiler.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dcompiler.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dcompiler.h 2018-09-14 14:16:43.000000000 +0000 @@ -121,6 +121,8 @@ const D3D_SHADER_MACRO *defines, ID3DInclude *include, ID3DBlob **shader, ID3DBlob **error_messages); +HRESULT WINAPI D3DLoadModule(const void *data, SIZE_T size, ID3D11Module **module); + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3drm.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3drm.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3drm.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3drm.h 2018-09-14 14:16:43.000000000 +0000 @@ -111,7 +111,7 @@ #define IDirect3DRM_AddRef(p) (p)->lpVtbl->AddRef(p) #define IDirect3DRM_Release(p) (p)->lpVtbl->Release(p) /*** IDirect3DRM methods ***/ -#define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d) +#define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,c,d) #define IDirect3DRM_CreateFrame(p,a,b) (p)->lpVtbl->CreateFrame(p,a,b) #define IDirect3DRM_CreateMesh(p,a) (p)->lpVtbl->CreateMesh(p,a) #define IDirect3DRM_CreateMeshBuilder(p,a) (p)->lpVtbl->CreateMeshBuilder(p,a) @@ -149,7 +149,7 @@ #define IDirect3DRM_AddRef(p) (p)->AddRef() #define IDirect3DRM_Release(p) (p)->Release() /*** IDirect3DRM methods ***/ -#define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,d) +#define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,c,d) #define IDirect3DRM_CreateFrame(p,a,b) (p)->CreateFrame(a,b) #define IDirect3DRM_CreateMesh(p,a) (p)->CreateMesh(a) #define IDirect3DRM_CreateMeshBuilder(p,a) (p)->CreateMeshBuilder(a) @@ -252,7 +252,7 @@ #define IDirect3DRM2_AddRef(p) (p)->lpVtbl->AddRef(p) #define IDirect3DRM2_Release(p) (p)->lpVtbl->Release(p) /*** IDirect3DRM2 methods ***/ -#define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d) +#define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,c,d) #define IDirect3DRM2_CreateFrame(p,a,b) (p)->lpVtbl->CreateFrame(p,a,b) #define IDirect3DRM2_CreateMesh(p,a) (p)->lpVtbl->CreateMesh(p,a) #define IDirect3DRM2_CreateMeshBuilder(p,a) (p)->lpVtbl->CreateMeshBuilder(p,a) @@ -291,7 +291,7 @@ #define IDirect3DRM2_AddRef(p) (p)->AddRef() #define IDirect3DRM2_Release(p) (p)->Release() /*** IDirect3DRM2 methods ***/ -#define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,d) +#define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,c,d) #define IDirect3DRM2_CreateFrame(p,a,b) (p)->CreateFrame(a,b) #define IDirect3DRM2_CreateMesh(p,a) (p)->CreateMesh(a) #define IDirect3DRM2_CreateMeshBuilder(p,a) (p)->CreateMeshBuilder(a) @@ -400,7 +400,7 @@ #define IDirect3DRM3_AddRef(p) (p)->lpVtbl->AddRef(p) #define IDirect3DRM3_Release(p) (p)->lpVtbl->Release(p) /*** IDirect3DRM3 methods ***/ -#define IDirect3DRM3_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d) +#define IDirect3DRM3_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,c,d) #define IDirect3DRM3_CreateFrame(p,a,b) (p)->lpVtbl->CreateFrame(p,a,b) #define IDirect3DRM3_CreateMesh(p,a) (p)->lpVtbl->CreateMesh(p,a) #define IDirect3DRM3_CreateMeshBuilder(p,a) (p)->lpVtbl->CreateMeshBuilder(p,a) @@ -444,7 +444,7 @@ #define IDirect3DRM3_AddRef(p) (p)->AddRef() #define IDirect3DRM3_Release(p) (p)->Release() /*** IDirect3DRM3 methods ***/ -#define IDirect3DRM3_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,d) +#define IDirect3DRM3_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,c,d) #define IDirect3DRM3_CreateFrame(p,a,b) (p)->CreateFrame(a,b) #define IDirect3DRM3_CreateMesh(p,a) (p)->CreateMesh(a) #define IDirect3DRM3_CreateMeshBuilder(p,a) (p)->CreateMeshBuilder(a) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3drmobj.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3drmobj.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3drmobj.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3drmobj.h 2018-09-14 14:16:43.000000000 +0000 @@ -856,7 +856,7 @@ #define IDirect3DRMViewport_GetName(p,a,b) (p)->lpVtbl->GetName(p,a,b) #define IDirect3DRMViewport_GetClassName(p,a,b) (p)->lpVtbl->GetClassName(p,a,b) /*** IDirect3DRMViewport methods ***/ -#define IDirect3DRMViewport_Init(p,a,b,c,d) (p)->lpVtbl->Init(p,a,b,c,d) +#define IDirect3DRMViewport_Init(p,a,b,c,d,e,f) (p)->lpVtbl->Init(p,a,b,c,d,e,f) #define IDirect3DRMViewport_Clear(p) (p)->lpVtbl->Clear(p) #define IDirect3DRMViewport_Render(p,a) (p)->lpVtbl->Render(p,a) #define IDirect3DRMViewport_SetFront(p,a) (p)->lpVtbl->SetFront(p,a) @@ -899,7 +899,7 @@ #define IDirect3DRMViewport_GetName(p,a,b) (p)->GetName(a,b) #define IDirect3DRMViewport_GetClassName(p,a,b) (p)->GetClassName(a,b) /*** IDirect3DRMViewport methods ***/ -#define IDirect3DRMViewport_Init(p,a,b,c,d) (p)->Init(a,b,c,d) +#define IDirect3DRMViewport_Init(p,a,b,c,d,e,f) (p)->Init(a,b,c,d,e,f) #define IDirect3DRMViewport_Clear(p) (p)->Clear() #define IDirect3DRMViewport_Render(p,a) (p)->Render(a) #define IDirect3DRMViewport_SetFront(p,a) (p)->SetFront(a) @@ -1045,7 +1045,7 @@ #define IDirect3DRMViewport2_GetName(p,a,b) (p)->GetName(a,b) #define IDirect3DRMViewport2_GetClassName(p,a,b) (p)->GetClassName(a,b) /*** IDirect3DRMViewport2 methods ***/ -#define IDirect3DRMViewport2_Init(p,a,b,c,d) (p)->Init(a,b,c,d) +#define IDirect3DRMViewport2_Init(p,a,b,c,d,e,f) (p)->Init(a,b,c,d,e,f) #define IDirect3DRMViewport2_Clear(p) (p)->Clear() #define IDirect3DRMViewport2_Render(p,a) (p)->Render(a) #define IDirect3DRMViewport2_SetFront(p,a) (p)->SetFront(a) @@ -2336,7 +2336,7 @@ #define IDirect3DRMFace_GetVertexCount(p) (p)->lpVtbl->GetVertexCount(p) #define IDirect3DRMFace_GetVertexIndex(p,a) (p)->lpVtbl->GetVertexIndex(p,a) #define IDirect3DRMFace_GetTextureCoordinateIndex(p,a) (p)->lpVtbl->GetTextureCoordinateIndex(p,a) -#define IDirect3DRMFace_GetColor(p,a) (p)->lpVtbl->GetColor(p,a) +#define IDirect3DRMFace_GetColor(p) (p)->lpVtbl->GetColor(p) #else /*** IUnknown methods ***/ #define IDirect3DRMFace_QueryInterface(p,a,b) (p)->QueryInterface(a,b) @@ -2369,7 +2369,7 @@ #define IDirect3DRMFace_GetVertexCount(p) (p)->GetVertexCount() #define IDirect3DRMFace_GetVertexIndex(p,a) (p)->GetVertexIndex(a) #define IDirect3DRMFace_GetTextureCoordinateIndex(p,a) (p)->GetTextureCoordinateIndex(a) -#define IDirect3DRMFace_GetColor(p,a) (p)->GetColor(a) +#define IDirect3DRMFace_GetColor(p) (p)->GetColor() #endif /***************************************************************************** @@ -2446,7 +2446,7 @@ #define IDirect3DRMFace2_GetVertexCount(p) (p)->lpVtbl->GetVertexCount(p) #define IDirect3DRMFace2_GetVertexIndex(p,a) (p)->lpVtbl->GetVertexIndex(p,a) #define IDirect3DRMFace2_GetTextureCoordinateIndex(p,a) (p)->lpVtbl->GetTextureCoordinateIndex(p,a) -#define IDirect3DRMFace2_GetColor(p,a) (p)->lpVtbl->GetColor(p,a) +#define IDirect3DRMFace2_GetColor(p) (p)->lpVtbl->GetColor(p) #else /*** IUnknown methods ***/ #define IDirect3DRMFace2_QueryInterface(p,a,b) (p)->QueryInterface(a,b) @@ -2479,7 +2479,7 @@ #define IDirect3DRMFace2_GetVertexCount(p) (p)->GetVertexCount() #define IDirect3DRMFace2_GetVertexIndex(p,a) (p)->GetVertexIndex(a) #define IDirect3DRMFace2_GetTextureCoordinateIndex(p,a) (p)->GetTextureCoordinateIndex(a) -#define IDirect3DRMFace2_GetColor(p,a) (p)->GetColor(a) +#define IDirect3DRMFace2_GetColor(p) (p)->GetColor() #endif /***************************************************************************** diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dtypes.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dtypes.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dtypes.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dtypes.h 2018-09-14 14:16:43.000000000 +0000 @@ -829,15 +829,15 @@ D3DRENDERSTATE_ANTIALIAS = 2, D3DRENDERSTATE_TEXTUREADDRESS = 3, D3DRENDERSTATE_TEXTUREPERSPECTIVE = 4, - D3DRENDERSTATE_WRAPU = 5, - D3DRENDERSTATE_WRAPV = 6, + D3DRENDERSTATE_WRAPU = 5, /* <= d3d6 */ + D3DRENDERSTATE_WRAPV = 6, /* <= d3d6 */ D3DRENDERSTATE_ZENABLE = 7, D3DRENDERSTATE_FILLMODE = 8, D3DRENDERSTATE_SHADEMODE = 9, D3DRENDERSTATE_LINEPATTERN = 10, - D3DRENDERSTATE_MONOENABLE = 11, - D3DRENDERSTATE_ROP2 = 12, - D3DRENDERSTATE_PLANEMASK = 13, + D3DRENDERSTATE_MONOENABLE = 11, /* <= d3d6 */ + D3DRENDERSTATE_ROP2 = 12, /* <= d3d6 */ + D3DRENDERSTATE_PLANEMASK = 13, /* <= d3d6 */ D3DRENDERSTATE_ZWRITEENABLE = 14, D3DRENDERSTATE_ALPHATESTENABLE = 15, D3DRENDERSTATE_LASTPIXEL = 16, @@ -855,8 +855,8 @@ D3DRENDERSTATE_FOGENABLE = 28, D3DRENDERSTATE_SPECULARENABLE = 29, D3DRENDERSTATE_ZVISIBLE = 30, - D3DRENDERSTATE_SUBPIXEL = 31, - D3DRENDERSTATE_SUBPIXELX = 32, + D3DRENDERSTATE_SUBPIXEL = 31, /* <= d3d6 */ + D3DRENDERSTATE_SUBPIXELX = 32, /* <= d3d6 */ D3DRENDERSTATE_STIPPLEDALPHA = 33, D3DRENDERSTATE_FOGCOLOR = 34, D3DRENDERSTATE_FOGTABLEMODE = 35, @@ -866,18 +866,20 @@ D3DRENDERSTATE_FOGSTART = 36, D3DRENDERSTATE_FOGEND = 37, D3DRENDERSTATE_FOGDENSITY = 38, - D3DRENDERSTATE_STIPPLEENABLE = 39, + D3DRENDERSTATE_STIPPLEENABLE = 39, /* <= d3d6 */ + /* d3d5 */ D3DRENDERSTATE_EDGEANTIALIAS = 40, D3DRENDERSTATE_COLORKEYENABLE = 41, D3DRENDERSTATE_BORDERCOLOR = 43, D3DRENDERSTATE_TEXTUREADDRESSU = 44, D3DRENDERSTATE_TEXTUREADDRESSV = 45, - D3DRENDERSTATE_MIPMAPLODBIAS = 46, + D3DRENDERSTATE_MIPMAPLODBIAS = 46, /* <= d3d6 */ D3DRENDERSTATE_ZBIAS = 47, D3DRENDERSTATE_RANGEFOGENABLE = 48, - D3DRENDERSTATE_ANISOTROPY = 49, - D3DRENDERSTATE_FLUSHBATCH = 50, - D3DRENDERSTATE_TRANSLUCENTSORTINDEPENDENT = 51, + D3DRENDERSTATE_ANISOTROPY = 49, /* <= d3d6 */ + D3DRENDERSTATE_FLUSHBATCH = 50, /* <= d3d6 */ + /* d3d6 */ + D3DRENDERSTATE_TRANSLUCENTSORTINDEPENDENT = 51, /* <= d3d6 */ D3DRENDERSTATE_STENCILENABLE = 52, D3DRENDERSTATE_STENCILFAIL = 53, @@ -930,6 +932,7 @@ D3DRENDERSTATE_WRAP5 = 133, D3DRENDERSTATE_WRAP6 = 134, D3DRENDERSTATE_WRAP7 = 135, + /* d3d7 */ D3DRENDERSTATE_CLIPPING = 136, D3DRENDERSTATE_LIGHTING = 137, D3DRENDERSTATE_EXTENTS = 138, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9core.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9core.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9core.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9core.h 2018-09-14 14:16:43.000000000 +0000 @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9CORE_H #define __WINE_D3DX9CORE_H @@ -26,11 +26,9 @@ /********************************************** ***************** Definitions **************** **********************************************/ -/* D3DX_VERSION will be completely ignored since we are - implementing all dlls from d3dx9_24 to d3dx9_36 */ #define D3DX_VERSION 0x0902 #ifndef D3DX_SDK_VERSION -#define D3DX_SDK_VERSION 36 +#define D3DX_SDK_VERSION 43 #endif #define D3DXSPRITE_DONOTSAVESTATE 0x00000001 #define D3DXSPRITE_DONOTMODIFY_RENDERSTATE 0x00000002 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9effect.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9effect.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9effect.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9effect.h 2018-09-14 14:16:43.000000000 +0000 @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __D3DX9EFFECT_H__ #define __D3DX9EFFECT_H__ @@ -199,7 +199,13 @@ typedef struct ID3DXEffect *LPD3DXEFFECT; -DEFINE_GUID(IID_ID3DXEffect, 0xf6ceb4b3, 0x4e4c, 0x40dd, 0xb8, 0x83, 0x8d, 0x8d, 0xe5, 0xea, 0xc, 0xd5); +#if D3DX_SDK_VERSION <= 25 +DEFINE_GUID(IID_ID3DXEffect, 0xd165ccb1, 0x62b0, 0x4a33, 0xb3, 0xfa, 0xa9, 0x23, 0x00, 0x30, 0x5a, 0x11); +#elif D3DX_SDK_VERSION == 26 +DEFINE_GUID(IID_ID3DXEffect, 0xc7b17651, 0x5420, 0x490e, 0x8a, 0x7f, 0x92, 0x36, 0x75, 0xa2, 0xd6, 0x87); +#else +DEFINE_GUID(IID_ID3DXEffect, 0xf6ceb4b3, 0x4e4c, 0x40dd, 0xb8, 0x83, 0x8d, 0x8d, 0xe5, 0xea, 0x0c, 0xd5); +#endif #define INTERFACE ID3DXEffect @@ -284,10 +290,15 @@ STDMETHOD(BeginParameterBlock)(THIS) PURE; STDMETHOD_(D3DXHANDLE, EndParameterBlock)(THIS) PURE; STDMETHOD(ApplyParameterBlock)(THIS_ D3DXHANDLE parameter_block) PURE; +#if D3DX_SDK_VERSION >= 26 STDMETHOD(DeleteParameterBlock)(THIS_ D3DXHANDLE parameter_block) PURE; +#endif STDMETHOD(CloneEffect)(THIS_ struct IDirect3DDevice9 *device, struct ID3DXEffect **effect) PURE; +#if D3DX_SDK_VERSION >= 27 STDMETHOD(SetRawValue)(THIS_ D3DXHANDLE parameter, const void *data, UINT byte_offset, UINT bytes) PURE; +#endif }; + #undef INTERFACE typedef struct ID3DXEffectCompiler *LPD3DXEFFECTCOMPILER; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9math.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9math.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9math.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9math.h 2018-09-14 14:16:43.000000000 +0000 @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __D3DX9MATH_H__ #define __D3DX9MATH_H__ @@ -470,6 +470,6 @@ } #endif -#include +#include "d3dx9math.inl" #endif /* __D3DX9MATH_H__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9mesh.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9mesh.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9mesh.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9mesh.h 2018-09-14 14:16:43.000000000 +0000 @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9MESH_H #define __WINE_D3DX9MESH_H diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9tex.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9tex.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/d3dx9tex.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/d3dx9tex.h 2018-09-14 14:16:43.000000000 +0000 @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9TEX_H #define __WINE_D3DX9TEX_H @@ -338,12 +338,9 @@ HRESULT WINAPI D3DXFillCubeTexture(struct IDirect3DCubeTexture9 *cube, LPD3DXFILL3D function, void *data); HRESULT WINAPI D3DXFillVolumeTexture(struct IDirect3DVolumeTexture9 *volume, LPD3DXFILL3D function, void *data); -HRESULT WINAPI D3DXFillTextureTX(struct IDirect3DTexture9 *texture, const DWORD *function, - const D3DXVECTOR4 *constants, UINT numconstants); -HRESULT WINAPI D3DXFillCubeTextureTX(struct IDirect3DCubeTexture9 *cube, const DWORD *function, - const D3DXVECTOR4 *constants, UINT numconstants); -HRESULT WINAPI D3DXFillVolumeTextureTX(struct IDirect3DVolumeTexture9 *volume, const DWORD *function, - const D3DXVECTOR4 *constants, UINT numconstants); +HRESULT WINAPI D3DXFillTextureTX(struct IDirect3DTexture9 *texture, ID3DXTextureShader *texture_shader); +HRESULT WINAPI D3DXFillCubeTextureTX(struct IDirect3DCubeTexture9 *cube, ID3DXTextureShader *texture_shader); +HRESULT WINAPI D3DXFillVolumeTextureTX(struct IDirect3DVolumeTexture9 *volume, ID3DXTextureShader *texture_shader); HRESULT WINAPI D3DXComputeNormalMap(IDirect3DTexture9 *texture, IDirect3DTexture9 *srctexture, const PALETTEENTRY *srcpalette, DWORD flags, DWORD channel, float amplitude); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/ddstream.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/ddstream.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/ddstream.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/ddstream.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/ddstream.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/ddstream.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __IDirectDrawMediaStream_FWD_DEFINED__ #define __IDirectDrawMediaStream_FWD_DEFINED__ typedef interface IDirectDrawMediaStream IDirectDrawMediaStream; +#ifdef __cplusplus +interface IDirectDrawMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawStreamSample_FWD_DEFINED__ #define __IDirectDrawStreamSample_FWD_DEFINED__ typedef interface IDirectDrawStreamSample IDirectDrawStreamSample; +#ifdef __cplusplus +interface IDirectDrawStreamSample; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -42,16 +48,25 @@ #ifndef __IDirectDraw_FWD_DEFINED__ #define __IDirectDraw_FWD_DEFINED__ typedef interface IDirectDraw IDirectDraw; +#ifdef __cplusplus +interface IDirectDraw; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawSurface_FWD_DEFINED__ #define __IDirectDrawSurface_FWD_DEFINED__ typedef interface IDirectDrawSurface IDirectDrawSurface; +#ifdef __cplusplus +interface IDirectDrawSurface; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawPalette_FWD_DEFINED__ #define __IDirectDrawPalette_FWD_DEFINED__ typedef interface IDirectDrawPalette IDirectDrawPalette; +#ifdef __cplusplus +interface IDirectDrawPalette; +#endif /* __cplusplus */ #endif #endif @@ -59,15 +74,20 @@ enum { DDSFF_PROGRESSIVERENDER = 0x1 }; - #ifndef __IDirectDrawMediaStream_FWD_DEFINED__ #define __IDirectDrawMediaStream_FWD_DEFINED__ typedef interface IDirectDrawMediaStream IDirectDrawMediaStream; +#ifdef __cplusplus +interface IDirectDrawMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IDirectDrawStreamSample_FWD_DEFINED__ #define __IDirectDrawStreamSample_FWD_DEFINED__ typedef interface IDirectDrawStreamSample IDirectDrawStreamSample; +#ifdef __cplusplus +interface IDirectDrawStreamSample; +#endif /* __cplusplus */ #endif /***************************************************************************** @@ -116,80 +136,81 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectDrawMediaStream* This); + IDirectDrawMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectDrawMediaStream* This); + IDirectDrawMediaStream *This); /*** IMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetMultiMediaStream)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IMultiMediaStream **ppMultiMediaStream); HRESULT (STDMETHODCALLTYPE *GetInformation)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, MSPID *pPurposeId, STREAM_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetSameFormat)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IMediaStream *pStreamThatHasDesiredFormat, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, DWORD dwFlags, IStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *CreateSharedSample)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IStreamSample *pExistingSample, DWORD dwFlags, IStreamSample **ppNewSample); HRESULT (STDMETHODCALLTYPE *SendEndOfStream)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, DWORD dwFlags); /*** IDirectDrawMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetFormat)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, DDSURFACEDESC *pDDSDCurrent, IDirectDrawPalette **ppDirectDrawPalette, DDSURFACEDESC *pDDSDDesired, DWORD *pdwFlags); HRESULT (STDMETHODCALLTYPE *SetFormat)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, const DDSURFACEDESC *pDDSurfaceDesc, IDirectDrawPalette *pDirectDrawPalette); HRESULT (STDMETHODCALLTYPE *GetDirectDraw)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IDirectDraw **ppDirectDraw); HRESULT (STDMETHODCALLTYPE *SetDirectDraw)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IDirectDraw *pDirectDraw); HRESULT (STDMETHODCALLTYPE *CreateSample)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, IDirectDrawSurface *pSurface, const RECT *pRect, DWORD dwFlags, IDirectDrawStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *GetTimePerFrame)( - IDirectDrawMediaStream* This, + IDirectDrawMediaStream *This, STREAM_TIME *pFrameTime); END_INTERFACE } IDirectDrawMediaStreamVtbl; + interface IDirectDrawMediaStream { CONST_VTBL IDirectDrawMediaStreamVtbl* lpVtbl; }; @@ -268,61 +289,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_GetFormat_Proxy( - IDirectDrawMediaStream* This, - DDSURFACEDESC *pDDSDCurrent, - IDirectDrawPalette **ppDirectDrawPalette, - DDSURFACEDESC *pDDSDDesired, - DWORD *pdwFlags); -void __RPC_STUB IDirectDrawMediaStream_GetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_SetFormat_Proxy( - IDirectDrawMediaStream* This, - const DDSURFACEDESC *pDDSurfaceDesc, - IDirectDrawPalette *pDirectDrawPalette); -void __RPC_STUB IDirectDrawMediaStream_SetFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_GetDirectDraw_Proxy( - IDirectDrawMediaStream* This, - IDirectDraw **ppDirectDraw); -void __RPC_STUB IDirectDrawMediaStream_GetDirectDraw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_SetDirectDraw_Proxy( - IDirectDrawMediaStream* This, - IDirectDraw *pDirectDraw); -void __RPC_STUB IDirectDrawMediaStream_SetDirectDraw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_CreateSample_Proxy( - IDirectDrawMediaStream* This, - IDirectDrawSurface *pSurface, - const RECT *pRect, - DWORD dwFlags, - IDirectDrawStreamSample **ppSample); -void __RPC_STUB IDirectDrawMediaStream_CreateSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawMediaStream_GetTimePerFrame_Proxy( - IDirectDrawMediaStream* This, - STREAM_TIME *pFrameTime); -void __RPC_STUB IDirectDrawMediaStream_GetTimePerFrame_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectDrawMediaStream_INTERFACE_DEFINED__ */ @@ -354,56 +320,57 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDirectDrawStreamSample* This); + IDirectDrawStreamSample *This); ULONG (STDMETHODCALLTYPE *Release)( - IDirectDrawStreamSample* This); + IDirectDrawStreamSample *This); /*** IStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetSampleTimes)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, STREAM_TIME *pStartTime, STREAM_TIME *pEndTime, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *SetSampleTimes)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, const STREAM_TIME *pStartTime, const STREAM_TIME *pEndTime); HRESULT (STDMETHODCALLTYPE *Update)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, DWORD dwFlags, HANDLE hEvent, PAPCFUNC pfnAPC, DWORD dwAPCData); HRESULT (STDMETHODCALLTYPE *CompletionStatus)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, DWORD dwFlags, DWORD dwMilliseconds); /*** IDirectDrawStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetSurface)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, IDirectDrawSurface **ppDirectDrawSurface, RECT *pRect); HRESULT (STDMETHODCALLTYPE *SetRect)( - IDirectDrawStreamSample* This, + IDirectDrawStreamSample *This, const RECT *pRect); END_INTERFACE } IDirectDrawStreamSampleVtbl; + interface IDirectDrawStreamSample { CONST_VTBL IDirectDrawStreamSampleVtbl* lpVtbl; }; @@ -462,23 +429,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDirectDrawStreamSample_GetSurface_Proxy( - IDirectDrawStreamSample* This, - IDirectDrawSurface **ppDirectDrawSurface, - RECT *pRect); -void __RPC_STUB IDirectDrawStreamSample_GetSurface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDirectDrawStreamSample_SetRect_Proxy( - IDirectDrawStreamSample* This, - const RECT *pRect); -void __RPC_STUB IDirectDrawStreamSample_SetRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDirectDrawStreamSample_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dmusici.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dmusici.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dmusici.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dmusici.h 2018-09-14 14:16:43.000000000 +0000 @@ -856,7 +856,7 @@ STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; /*** IDirectMusicLoader methods ***/ - STDMETHOD(_GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE; + STDMETHOD(GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE; STDMETHOD(SetObject)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE; STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, WINBOOL fClear) PURE; STDMETHOD(ScanDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzFileExtension, WCHAR *pwzScanFileName) PURE; @@ -874,7 +874,7 @@ #define IDirectMusicLoader_AddRef(p) (p)->lpVtbl->AddRef(p) #define IDirectMusicLoader_Release(p) (p)->lpVtbl->Release(p) /*** IDirectMusicLoader methods ***/ -#define IDirectMusicLoader_GetObject(p,a,b,c) (p)->lpVtbl->_GetObject(p,a,b,c) +#define IDirectMusicLoader_GetObject(p,a,b,c) (p)->lpVtbl->GetObject(p,a,b,c) #define IDirectMusicLoader_SetObject(p,a) (p)->lpVtbl->SetObject(p,a) #define IDirectMusicLoader_SetSearchDirectory(p,a,b,c) (p)->lpVtbl->SetSearchDirectory(p,a,b,c) #define IDirectMusicLoader_ScanDirectory(p,a,b,c) (p)->lpVtbl->ScanDirectory(p,a,b,c) @@ -897,7 +897,7 @@ STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; /*** IDirectMusicLoader methods ***/ - STDMETHOD(_GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE; + STDMETHOD(GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE; STDMETHOD(SetObject)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE; STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, WINBOOL fClear) PURE; STDMETHOD(ScanDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzFileExtension, WCHAR *pwzScanFileName) PURE; @@ -919,7 +919,7 @@ #define IDirectMusicLoader8_AddRef(p) (p)->lpVtbl->AddRef(p) #define IDirectMusicLoader8_Release(p) (p)->lpVtbl->Release(p) /*** IDirectMusicLoader methods ***/ -#define IDirectMusicLoader8_GetObject(p,a,b,c) (p)->lpVtbl->_GetObject(p,a,b,c) +#define IDirectMusicLoader8_GetObject(p,a,b,c) (p)->lpVtbl->GetObject(p,a,b,c) #define IDirectMusicLoader8_SetObject(p,a) (p)->lpVtbl->SetObject(p,a) #define IDirectMusicLoader8_SetSearchDirectory(p,a,b,c) (p)->lpVtbl->SetSearchDirectory(p,a,b,c) #define IDirectMusicLoader8_ScanDirectory(p,a,b,c) (p)->lpVtbl->ScanDirectory(p,a,b,c) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dpaddr.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dpaddr.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dpaddr.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dpaddr.h 2018-09-14 14:16:43.000000000 +0000 @@ -28,7 +28,9 @@ #endif /* defined(__cplusplus) */ typedef REFIID DPNAREFIID; +#ifndef _WINSOCK2API_ typedef struct sockaddr SOCKADDR; +#endif /***************************************************************************** * DirectPlay8Addr defines diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_2.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_2.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_2.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_2.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/dxgi1_2.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi1_2.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -17,24 +17,76 @@ /* Forward declarations */ +#ifndef __IDXGIOutputDuplication_FWD_DEFINED__ +#define __IDXGIOutputDuplication_FWD_DEFINED__ +typedef interface IDXGIOutputDuplication IDXGIOutputDuplication; +#ifdef __cplusplus +interface IDXGIOutputDuplication; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGISurface2_FWD_DEFINED__ +#define __IDXGISurface2_FWD_DEFINED__ +typedef interface IDXGISurface2 IDXGISurface2; +#ifdef __cplusplus +interface IDXGISurface2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIResource1_FWD_DEFINED__ +#define __IDXGIResource1_FWD_DEFINED__ +typedef interface IDXGIResource1 IDXGIResource1; +#ifdef __cplusplus +interface IDXGIResource1; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIDisplayControl_FWD_DEFINED__ +#define __IDXGIDisplayControl_FWD_DEFINED__ +typedef interface IDXGIDisplayControl IDXGIDisplayControl; +#ifdef __cplusplus +interface IDXGIDisplayControl; +#endif /* __cplusplus */ +#endif + #ifndef __IDXGIDevice2_FWD_DEFINED__ #define __IDXGIDevice2_FWD_DEFINED__ typedef interface IDXGIDevice2 IDXGIDevice2; +#ifdef __cplusplus +interface IDXGIDevice2; +#endif /* __cplusplus */ #endif #ifndef __IDXGISwapChain1_FWD_DEFINED__ #define __IDXGISwapChain1_FWD_DEFINED__ typedef interface IDXGISwapChain1 IDXGISwapChain1; +#ifdef __cplusplus +interface IDXGISwapChain1; +#endif /* __cplusplus */ #endif #ifndef __IDXGIFactory2_FWD_DEFINED__ #define __IDXGIFactory2_FWD_DEFINED__ typedef interface IDXGIFactory2 IDXGIFactory2; +#ifdef __cplusplus +interface IDXGIFactory2; +#endif /* __cplusplus */ #endif #ifndef __IDXGIAdapter2_FWD_DEFINED__ #define __IDXGIAdapter2_FWD_DEFINED__ typedef interface IDXGIAdapter2 IDXGIAdapter2; +#ifdef __cplusplus +interface IDXGIAdapter2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIOutput1_FWD_DEFINED__ +#define __IDXGIOutput1_FWD_DEFINED__ +typedef interface IDXGIOutput1 IDXGIOutput1; +#ifdef __cplusplus +interface IDXGIOutput1; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -45,6 +97,14 @@ extern "C" { #endif +#define DXGI_ENUM_MODES_STEREO (0x4) + +#define DXGI_ENUM_MODES_DISABLED_STEREO (0x8) + +#define DXGI_SHARED_RESOURCE_READ (0x80000000) + +#define DXGI_SHARED_RESOURCE_WRITE (0x1) + typedef enum _DXGI_OFFER_RESOURCE_PRIORITY { DXGI_OFFER_RESOURCE_PRIORITY_LOW = 1, DXGI_OFFER_RESOURCE_PRIORITY_NORMAL = 2, @@ -57,6 +117,713 @@ DXGI_ALPHA_MODE_IGNORE = 3, DXGI_ALPHA_MODE_FORCE_DWORD = 0xffffffff } DXGI_ALPHA_MODE; +typedef struct DXGI_OUTDUPL_MOVE_RECT { + POINT SourcePoint; + RECT DestinationRect; +} DXGI_OUTDUPL_MOVE_RECT; +typedef struct DXGI_OUTDUPL_DESC { + DXGI_MODE_DESC ModeDesc; + DXGI_MODE_ROTATION Rotation; + WINBOOL DesktopImageInSystemMemory; +} DXGI_OUTDUPL_DESC; +typedef struct DXGI_OUTDUPL_POINTER_POSITION { + POINT Position; + WINBOOL Visible; +} DXGI_OUTDUPL_POINTER_POSITION; +typedef enum DXGI_OUTDUPL_POINTER_SHAPE_TYPE { + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME = 0x1, + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR = 0x2, + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR = 0x4 +} DXGI_OUTDUPL_POINTER_SHAPE_TYPE; +typedef struct DXGI_OUTDUPL_POINTER_SHAPE_INFO { + UINT Type; + UINT Width; + UINT Height; + UINT Pitch; + POINT HotSpot; +} DXGI_OUTDUPL_POINTER_SHAPE_INFO; +typedef struct DXGI_OUTDUPL_FRAME_INFO { + LARGE_INTEGER LastPresentTime; + LARGE_INTEGER LastMouseUpdateTime; + UINT AccumulatedFrames; + WINBOOL RectsCoalesced; + WINBOOL ProtectedContentMaskedOut; + DXGI_OUTDUPL_POINTER_POSITION PointerPosition; + UINT TotalMetadataBufferSize; + UINT PointerShapeBufferSize; +} DXGI_OUTDUPL_FRAME_INFO; +typedef struct DXGI_MODE_DESC1 { + UINT Width; + UINT Height; + DXGI_RATIONAL RefreshRate; + DXGI_FORMAT Format; + DXGI_MODE_SCANLINE_ORDER ScanlineOrdering; + DXGI_MODE_SCALING Scaling; + WINBOOL Stereo; +} DXGI_MODE_DESC1; +/***************************************************************************** + * IDXGIOutputDuplication interface + */ +#ifndef __IDXGIOutputDuplication_INTERFACE_DEFINED__ +#define __IDXGIOutputDuplication_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutputDuplication, 0x191cfac3, 0xa341, 0x470d, 0xb2,0x6e, 0xa8,0x64,0xf4,0x28,0x31,0x9c); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("191cfac3-a341-470d-b26e-a864f428319c") +IDXGIOutputDuplication : public IDXGIObject +{ + virtual void STDMETHODCALLTYPE GetDesc( + DXGI_OUTDUPL_DESC *desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE AcquireNextFrame( + UINT timeout_in_milliseconds, + DXGI_OUTDUPL_FRAME_INFO *frame_info, + IDXGIResource **desktop_resource) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFrameDirtyRects( + UINT dirty_rects_buffer_size, + RECT *dirty_rects_buffer, + UINT *dirty_rects_buffer_size_required) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFrameMoveRects( + UINT move_rects_buffer_size, + DXGI_OUTDUPL_MOVE_RECT *move_rect_buffer, + UINT *move_rects_buffer_size_required) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFramePointerShape( + UINT pointer_shape_buffer_size, + void *pointer_shape_buffer, + UINT *pointer_shape_buffer_size_required, + DXGI_OUTDUPL_POINTER_SHAPE_INFO *pointer_shape_info) = 0; + + virtual HRESULT STDMETHODCALLTYPE MapDesktopSurface( + DXGI_MAPPED_RECT *locked_rect) = 0; + + virtual HRESULT STDMETHODCALLTYPE UnMapDesktopSurface( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE ReleaseFrame( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutputDuplication, 0x191cfac3, 0xa341, 0x470d, 0xb2,0x6e, 0xa8,0x64,0xf4,0x28,0x31,0x9c) +#endif +#else +typedef struct IDXGIOutputDuplicationVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutputDuplication *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutputDuplication *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutputDuplication *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutputDuplication *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutputDuplication *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutputDuplication *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutputDuplication *This, + REFIID riid, + void **parent); + + /*** IDXGIOutputDuplication methods ***/ + void (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutputDuplication *This, + DXGI_OUTDUPL_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *AcquireNextFrame)( + IDXGIOutputDuplication *This, + UINT timeout_in_milliseconds, + DXGI_OUTDUPL_FRAME_INFO *frame_info, + IDXGIResource **desktop_resource); + + HRESULT (STDMETHODCALLTYPE *GetFrameDirtyRects)( + IDXGIOutputDuplication *This, + UINT dirty_rects_buffer_size, + RECT *dirty_rects_buffer, + UINT *dirty_rects_buffer_size_required); + + HRESULT (STDMETHODCALLTYPE *GetFrameMoveRects)( + IDXGIOutputDuplication *This, + UINT move_rects_buffer_size, + DXGI_OUTDUPL_MOVE_RECT *move_rect_buffer, + UINT *move_rects_buffer_size_required); + + HRESULT (STDMETHODCALLTYPE *GetFramePointerShape)( + IDXGIOutputDuplication *This, + UINT pointer_shape_buffer_size, + void *pointer_shape_buffer, + UINT *pointer_shape_buffer_size_required, + DXGI_OUTDUPL_POINTER_SHAPE_INFO *pointer_shape_info); + + HRESULT (STDMETHODCALLTYPE *MapDesktopSurface)( + IDXGIOutputDuplication *This, + DXGI_MAPPED_RECT *locked_rect); + + HRESULT (STDMETHODCALLTYPE *UnMapDesktopSurface)( + IDXGIOutputDuplication *This); + + HRESULT (STDMETHODCALLTYPE *ReleaseFrame)( + IDXGIOutputDuplication *This); + + END_INTERFACE +} IDXGIOutputDuplicationVtbl; + +interface IDXGIOutputDuplication { + CONST_VTBL IDXGIOutputDuplicationVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutputDuplication_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutputDuplication_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutputDuplication_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutputDuplication_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutputDuplication_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutputDuplication_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutputDuplication_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutputDuplication methods ***/ +#define IDXGIOutputDuplication_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutputDuplication_AcquireNextFrame(This,timeout_in_milliseconds,frame_info,desktop_resource) (This)->lpVtbl->AcquireNextFrame(This,timeout_in_milliseconds,frame_info,desktop_resource) +#define IDXGIOutputDuplication_GetFrameDirtyRects(This,dirty_rects_buffer_size,dirty_rects_buffer,dirty_rects_buffer_size_required) (This)->lpVtbl->GetFrameDirtyRects(This,dirty_rects_buffer_size,dirty_rects_buffer,dirty_rects_buffer_size_required) +#define IDXGIOutputDuplication_GetFrameMoveRects(This,move_rects_buffer_size,move_rect_buffer,move_rects_buffer_size_required) (This)->lpVtbl->GetFrameMoveRects(This,move_rects_buffer_size,move_rect_buffer,move_rects_buffer_size_required) +#define IDXGIOutputDuplication_GetFramePointerShape(This,pointer_shape_buffer_size,pointer_shape_buffer,pointer_shape_buffer_size_required,pointer_shape_info) (This)->lpVtbl->GetFramePointerShape(This,pointer_shape_buffer_size,pointer_shape_buffer,pointer_shape_buffer_size_required,pointer_shape_info) +#define IDXGIOutputDuplication_MapDesktopSurface(This,locked_rect) (This)->lpVtbl->MapDesktopSurface(This,locked_rect) +#define IDXGIOutputDuplication_UnMapDesktopSurface(This) (This)->lpVtbl->UnMapDesktopSurface(This) +#define IDXGIOutputDuplication_ReleaseFrame(This) (This)->lpVtbl->ReleaseFrame(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutputDuplication_QueryInterface(IDXGIOutputDuplication* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutputDuplication_AddRef(IDXGIOutputDuplication* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutputDuplication_Release(IDXGIOutputDuplication* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutputDuplication_SetPrivateData(IDXGIOutputDuplication* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_SetPrivateDataInterface(IDXGIOutputDuplication* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_GetPrivateData(IDXGIOutputDuplication* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_GetParent(IDXGIOutputDuplication* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutputDuplication methods ***/ +static FORCEINLINE void IDXGIOutputDuplication_GetDesc(IDXGIOutputDuplication* This,DXGI_OUTDUPL_DESC *desc) { + This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_AcquireNextFrame(IDXGIOutputDuplication* This,UINT timeout_in_milliseconds,DXGI_OUTDUPL_FRAME_INFO *frame_info,IDXGIResource **desktop_resource) { + return This->lpVtbl->AcquireNextFrame(This,timeout_in_milliseconds,frame_info,desktop_resource); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_GetFrameDirtyRects(IDXGIOutputDuplication* This,UINT dirty_rects_buffer_size,RECT *dirty_rects_buffer,UINT *dirty_rects_buffer_size_required) { + return This->lpVtbl->GetFrameDirtyRects(This,dirty_rects_buffer_size,dirty_rects_buffer,dirty_rects_buffer_size_required); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_GetFrameMoveRects(IDXGIOutputDuplication* This,UINT move_rects_buffer_size,DXGI_OUTDUPL_MOVE_RECT *move_rect_buffer,UINT *move_rects_buffer_size_required) { + return This->lpVtbl->GetFrameMoveRects(This,move_rects_buffer_size,move_rect_buffer,move_rects_buffer_size_required); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_GetFramePointerShape(IDXGIOutputDuplication* This,UINT pointer_shape_buffer_size,void *pointer_shape_buffer,UINT *pointer_shape_buffer_size_required,DXGI_OUTDUPL_POINTER_SHAPE_INFO *pointer_shape_info) { + return This->lpVtbl->GetFramePointerShape(This,pointer_shape_buffer_size,pointer_shape_buffer,pointer_shape_buffer_size_required,pointer_shape_info); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_MapDesktopSurface(IDXGIOutputDuplication* This,DXGI_MAPPED_RECT *locked_rect) { + return This->lpVtbl->MapDesktopSurface(This,locked_rect); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_UnMapDesktopSurface(IDXGIOutputDuplication* This) { + return This->lpVtbl->UnMapDesktopSurface(This); +} +static FORCEINLINE HRESULT IDXGIOutputDuplication_ReleaseFrame(IDXGIOutputDuplication* This) { + return This->lpVtbl->ReleaseFrame(This); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutputDuplication_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGISurface2 interface + */ +#ifndef __IDXGISurface2_INTERFACE_DEFINED__ +#define __IDXGISurface2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISurface2, 0xaba496dd, 0xb617, 0x4cb8, 0xa8,0x66, 0xbc,0x44,0xd7,0xeb,0x1f,0xa2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("aba496dd-b617-4cb8-a866-bc44d7eb1fa2") +IDXGISurface2 : public IDXGISurface1 +{ + virtual HRESULT STDMETHODCALLTYPE GetResource( + REFIID iid, + void **parent_resource, + UINT *subresource_idx) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISurface2, 0xaba496dd, 0xb617, 0x4cb8, 0xa8,0x66, 0xbc,0x44,0xd7,0xeb,0x1f,0xa2) +#endif +#else +typedef struct IDXGISurface2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISurface2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISurface2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISurface2 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGISurface2 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGISurface2 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGISurface2 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGISurface2 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGISurface2 *This, + REFIID riid, + void **device); + + /*** IDXGISurface methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGISurface2 *This, + DXGI_SURFACE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *Map)( + IDXGISurface2 *This, + DXGI_MAPPED_RECT *mapped_rect, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *Unmap)( + IDXGISurface2 *This); + + /*** IDXGISurface1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDC)( + IDXGISurface2 *This, + WINBOOL discard, + HDC *hdc); + + HRESULT (STDMETHODCALLTYPE *ReleaseDC)( + IDXGISurface2 *This, + RECT *dirty_rect); + + /*** IDXGISurface2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetResource)( + IDXGISurface2 *This, + REFIID iid, + void **parent_resource, + UINT *subresource_idx); + + END_INTERFACE +} IDXGISurface2Vtbl; + +interface IDXGISurface2 { + CONST_VTBL IDXGISurface2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISurface2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISurface2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISurface2_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGISurface2_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGISurface2_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGISurface2_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGISurface2_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGISurface2_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGISurface methods ***/ +#define IDXGISurface2_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGISurface2_Map(This,mapped_rect,flags) (This)->lpVtbl->Map(This,mapped_rect,flags) +#define IDXGISurface2_Unmap(This) (This)->lpVtbl->Unmap(This) +/*** IDXGISurface1 methods ***/ +#define IDXGISurface2_GetDC(This,discard,hdc) (This)->lpVtbl->GetDC(This,discard,hdc) +#define IDXGISurface2_ReleaseDC(This,dirty_rect) (This)->lpVtbl->ReleaseDC(This,dirty_rect) +/*** IDXGISurface2 methods ***/ +#define IDXGISurface2_GetResource(This,iid,parent_resource,subresource_idx) (This)->lpVtbl->GetResource(This,iid,parent_resource,subresource_idx) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_QueryInterface(IDXGISurface2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISurface2_AddRef(IDXGISurface2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISurface2_Release(IDXGISurface2* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_SetPrivateData(IDXGISurface2* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISurface2_SetPrivateDataInterface(IDXGISurface2* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGISurface2_GetPrivateData(IDXGISurface2* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISurface2_GetParent(IDXGISurface2* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_GetDevice(IDXGISurface2* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGISurface methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_GetDesc(IDXGISurface2* This,DXGI_SURFACE_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGISurface2_Map(IDXGISurface2* This,DXGI_MAPPED_RECT *mapped_rect,UINT flags) { + return This->lpVtbl->Map(This,mapped_rect,flags); +} +static FORCEINLINE HRESULT IDXGISurface2_Unmap(IDXGISurface2* This) { + return This->lpVtbl->Unmap(This); +} +/*** IDXGISurface1 methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_GetDC(IDXGISurface2* This,WINBOOL discard,HDC *hdc) { + return This->lpVtbl->GetDC(This,discard,hdc); +} +static FORCEINLINE HRESULT IDXGISurface2_ReleaseDC(IDXGISurface2* This,RECT *dirty_rect) { + return This->lpVtbl->ReleaseDC(This,dirty_rect); +} +/*** IDXGISurface2 methods ***/ +static FORCEINLINE HRESULT IDXGISurface2_GetResource(IDXGISurface2* This,REFIID iid,void **parent_resource,UINT *subresource_idx) { + return This->lpVtbl->GetResource(This,iid,parent_resource,subresource_idx); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISurface2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIResource1 interface + */ +#ifndef __IDXGIResource1_INTERFACE_DEFINED__ +#define __IDXGIResource1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIResource1, 0x30961379, 0x4609, 0x4a41, 0x99,0x8e, 0x54,0xfe,0x56,0x7e,0xe0,0xc1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("30961379-4609-4a41-998e-54fe567ee0c1") +IDXGIResource1 : public IDXGIResource +{ + virtual HRESULT STDMETHODCALLTYPE CreateSubresourceSurface( + UINT index, + IDXGISurface2 **surface) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSharedHandle( + const SECURITY_ATTRIBUTES *attributes, + DWORD access, + const WCHAR *name, + HANDLE *handle) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIResource1, 0x30961379, 0x4609, 0x4a41, 0x99,0x8e, 0x54,0xfe,0x56,0x7e,0xe0,0xc1) +#endif +#else +typedef struct IDXGIResource1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIResource1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIResource1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIResource1 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIResource1 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIResource1 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIResource1 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIResource1 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGIResource1 *This, + REFIID riid, + void **device); + + /*** IDXGIResource methods ***/ + HRESULT (STDMETHODCALLTYPE *GetSharedHandle)( + IDXGIResource1 *This, + HANDLE *pSharedHandle); + + HRESULT (STDMETHODCALLTYPE *GetUsage)( + IDXGIResource1 *This, + DXGI_USAGE *pUsage); + + HRESULT (STDMETHODCALLTYPE *SetEvictionPriority)( + IDXGIResource1 *This, + UINT EvictionPriority); + + HRESULT (STDMETHODCALLTYPE *GetEvictionPriority)( + IDXGIResource1 *This, + UINT *pEvictionPriority); + + /*** IDXGIResource1 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateSubresourceSurface)( + IDXGIResource1 *This, + UINT index, + IDXGISurface2 **surface); + + HRESULT (STDMETHODCALLTYPE *CreateSharedHandle)( + IDXGIResource1 *This, + const SECURITY_ATTRIBUTES *attributes, + DWORD access, + const WCHAR *name, + HANDLE *handle); + + END_INTERFACE +} IDXGIResource1Vtbl; + +interface IDXGIResource1 { + CONST_VTBL IDXGIResource1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIResource1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIResource1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIResource1_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIResource1_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIResource1_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIResource1_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIResource1_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGIResource1_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGIResource methods ***/ +#define IDXGIResource1_GetSharedHandle(This,pSharedHandle) (This)->lpVtbl->GetSharedHandle(This,pSharedHandle) +#define IDXGIResource1_GetUsage(This,pUsage) (This)->lpVtbl->GetUsage(This,pUsage) +#define IDXGIResource1_SetEvictionPriority(This,EvictionPriority) (This)->lpVtbl->SetEvictionPriority(This,EvictionPriority) +#define IDXGIResource1_GetEvictionPriority(This,pEvictionPriority) (This)->lpVtbl->GetEvictionPriority(This,pEvictionPriority) +/*** IDXGIResource1 methods ***/ +#define IDXGIResource1_CreateSubresourceSurface(This,index,surface) (This)->lpVtbl->CreateSubresourceSurface(This,index,surface) +#define IDXGIResource1_CreateSharedHandle(This,attributes,access,name,handle) (This)->lpVtbl->CreateSharedHandle(This,attributes,access,name,handle) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIResource1_QueryInterface(IDXGIResource1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIResource1_AddRef(IDXGIResource1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIResource1_Release(IDXGIResource1* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIResource1_SetPrivateData(IDXGIResource1* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIResource1_SetPrivateDataInterface(IDXGIResource1* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIResource1_GetPrivateData(IDXGIResource1* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIResource1_GetParent(IDXGIResource1* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGIResource1_GetDevice(IDXGIResource1* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGIResource methods ***/ +static FORCEINLINE HRESULT IDXGIResource1_GetSharedHandle(IDXGIResource1* This,HANDLE *pSharedHandle) { + return This->lpVtbl->GetSharedHandle(This,pSharedHandle); +} +static FORCEINLINE HRESULT IDXGIResource1_GetUsage(IDXGIResource1* This,DXGI_USAGE *pUsage) { + return This->lpVtbl->GetUsage(This,pUsage); +} +static FORCEINLINE HRESULT IDXGIResource1_SetEvictionPriority(IDXGIResource1* This,UINT EvictionPriority) { + return This->lpVtbl->SetEvictionPriority(This,EvictionPriority); +} +static FORCEINLINE HRESULT IDXGIResource1_GetEvictionPriority(IDXGIResource1* This,UINT *pEvictionPriority) { + return This->lpVtbl->GetEvictionPriority(This,pEvictionPriority); +} +/*** IDXGIResource1 methods ***/ +static FORCEINLINE HRESULT IDXGIResource1_CreateSubresourceSurface(IDXGIResource1* This,UINT index,IDXGISurface2 **surface) { + return This->lpVtbl->CreateSubresourceSurface(This,index,surface); +} +static FORCEINLINE HRESULT IDXGIResource1_CreateSharedHandle(IDXGIResource1* This,const SECURITY_ATTRIBUTES *attributes,DWORD access,const WCHAR *name,HANDLE *handle) { + return This->lpVtbl->CreateSharedHandle(This,attributes,access,name,handle); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIResource1_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIDisplayControl interface + */ +#ifndef __IDXGIDisplayControl_INTERFACE_DEFINED__ +#define __IDXGIDisplayControl_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIDisplayControl, 0xea9dbf1a, 0xc88e, 0x4486, 0x85,0x4a, 0x98,0xaa,0x01,0x38,0xf3,0x0c); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ea9dbf1a-c88e-4486-854a-98aa0138f30c") +IDXGIDisplayControl : public IUnknown +{ + virtual WINBOOL STDMETHODCALLTYPE IsStereoEnabled( + ) = 0; + + virtual void STDMETHODCALLTYPE SetStereoEnabled( + WINBOOL enabled) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIDisplayControl, 0xea9dbf1a, 0xc88e, 0x4486, 0x85,0x4a, 0x98,0xaa,0x01,0x38,0xf3,0x0c) +#endif +#else +typedef struct IDXGIDisplayControlVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIDisplayControl *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIDisplayControl *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIDisplayControl *This); + + /*** IDXGIDisplayControl methods ***/ + WINBOOL (STDMETHODCALLTYPE *IsStereoEnabled)( + IDXGIDisplayControl *This); + + void (STDMETHODCALLTYPE *SetStereoEnabled)( + IDXGIDisplayControl *This, + WINBOOL enabled); + + END_INTERFACE +} IDXGIDisplayControlVtbl; + +interface IDXGIDisplayControl { + CONST_VTBL IDXGIDisplayControlVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIDisplayControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIDisplayControl_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIDisplayControl_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIDisplayControl methods ***/ +#define IDXGIDisplayControl_IsStereoEnabled(This) (This)->lpVtbl->IsStereoEnabled(This) +#define IDXGIDisplayControl_SetStereoEnabled(This,enabled) (This)->lpVtbl->SetStereoEnabled(This,enabled) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIDisplayControl_QueryInterface(IDXGIDisplayControl* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIDisplayControl_AddRef(IDXGIDisplayControl* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIDisplayControl_Release(IDXGIDisplayControl* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIDisplayControl methods ***/ +static FORCEINLINE WINBOOL IDXGIDisplayControl_IsStereoEnabled(IDXGIDisplayControl* This) { + return This->lpVtbl->IsStereoEnabled(This); +} +static FORCEINLINE void IDXGIDisplayControl_SetStereoEnabled(IDXGIDisplayControl* This,WINBOOL enabled) { + This->lpVtbl->SetStereoEnabled(This,enabled); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIDisplayControl_INTERFACE_DEFINED__ */ + /***************************************************************************** * IDXGIDevice2 interface */ @@ -91,46 +858,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIDevice2* This, + IDXGIDevice2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIDevice2* This); + IDXGIDevice2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIDevice2* This); + IDXGIDevice2 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIDevice2* This, + IDXGIDevice2 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIDevice2* This, + IDXGIDevice2 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIDevice2* This, + IDXGIDevice2 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIDevice2* This, + IDXGIDevice2 *This, REFIID riid, void **parent); /*** IDXGIDevice methods ***/ HRESULT (STDMETHODCALLTYPE *GetAdapter)( - IDXGIDevice2* This, + IDXGIDevice2 *This, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *CreateSurface)( - IDXGIDevice2* This, + IDXGIDevice2 *This, const DXGI_SURFACE_DESC *desc, UINT surface_count, DXGI_USAGE usage, @@ -138,47 +905,48 @@ IDXGISurface **surface); HRESULT (STDMETHODCALLTYPE *QueryResourceResidency)( - IDXGIDevice2* This, + IDXGIDevice2 *This, IUnknown *const *resources, DXGI_RESIDENCY *residency, UINT resource_count); HRESULT (STDMETHODCALLTYPE *SetGPUThreadPriority)( - IDXGIDevice2* This, + IDXGIDevice2 *This, INT priority); HRESULT (STDMETHODCALLTYPE *GetGPUThreadPriority)( - IDXGIDevice2* This, + IDXGIDevice2 *This, INT *priority); /*** IDXGIDevice1 methods ***/ HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( - IDXGIDevice2* This, + IDXGIDevice2 *This, UINT MaxLatency); HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( - IDXGIDevice2* This, + IDXGIDevice2 *This, UINT *pMaxLatency); /*** IDXGIDevice2 methods ***/ HRESULT (STDMETHODCALLTYPE *OfferResources)( - IDXGIDevice2* This, + IDXGIDevice2 *This, UINT NumResources, IDXGIResource *const *ppResources, DXGI_OFFER_RESOURCE_PRIORITY Priority); HRESULT (STDMETHODCALLTYPE *ReclaimResources)( - IDXGIDevice2* This, + IDXGIDevice2 *This, UINT NumResources, IDXGIResource *const *ppResources, WINBOOL *pDiscarded); HRESULT (STDMETHODCALLTYPE *EnqueueSetEvent)( - IDXGIDevice2* This, + IDXGIDevice2 *This, HANDLE hEvent); END_INTERFACE } IDXGIDevice2Vtbl; + interface IDXGIDevice2 { CONST_VTBL IDXGIDevice2Vtbl* lpVtbl; }; @@ -269,34 +1037,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIDevice2_OfferResources_Proxy( - IDXGIDevice2* This, - UINT NumResources, - IDXGIResource *const *ppResources, - DXGI_OFFER_RESOURCE_PRIORITY Priority); -void __RPC_STUB IDXGIDevice2_OfferResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice2_ReclaimResources_Proxy( - IDXGIDevice2* This, - UINT NumResources, - IDXGIResource *const *ppResources, - WINBOOL *pDiscarded); -void __RPC_STUB IDXGIDevice2_ReclaimResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice2_EnqueueSetEvent_Proxy( - IDXGIDevice2* This, - HANDLE hEvent); -void __RPC_STUB IDXGIDevice2_EnqueueSetEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIDevice2_INTERFACE_DEFINED__ */ @@ -386,73 +1126,73 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGISwapChain1* This); + IDXGISwapChain1 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGISwapChain1* This); + IDXGISwapChain1 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFIID riid, void **device); /*** IDXGISwapChain methods ***/ HRESULT (STDMETHODCALLTYPE *Present)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, UINT sync_interval, UINT flags); HRESULT (STDMETHODCALLTYPE *GetBuffer)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, UINT buffer_idx, REFIID riid, void **surface); HRESULT (STDMETHODCALLTYPE *SetFullscreenState)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, WINBOOL fullscreen, IDXGIOutput *target); HRESULT (STDMETHODCALLTYPE *GetFullscreenState)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, WINBOOL *fullscreen, IDXGIOutput **target); HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_SWAP_CHAIN_DESC *desc); HRESULT (STDMETHODCALLTYPE *ResizeBuffers)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, UINT buffer_count, UINT width, UINT height, @@ -460,70 +1200,71 @@ UINT flags); HRESULT (STDMETHODCALLTYPE *ResizeTarget)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, const DXGI_MODE_DESC *target_mode_desc); HRESULT (STDMETHODCALLTYPE *GetContainingOutput)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, IDXGIOutput **output); HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_FRAME_STATISTICS *stats); HRESULT (STDMETHODCALLTYPE *GetLastPresentCount)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, UINT *last_present_count); /*** IDXGISwapChain1 methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc1)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_SWAP_CHAIN_DESC1 *pDesc); HRESULT (STDMETHODCALLTYPE *GetFullscreenDesc)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc); HRESULT (STDMETHODCALLTYPE *GetHwnd)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, HWND *pHwnd); HRESULT (STDMETHODCALLTYPE *GetCoreWindow)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, REFIID refiid, void **ppUnk); HRESULT (STDMETHODCALLTYPE *Present1)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, UINT SyncInterval, UINT PresentFlags, const DXGI_PRESENT_PARAMETERS *pPresentParameters); WINBOOL (STDMETHODCALLTYPE *IsTemporaryMonoSupported)( - IDXGISwapChain1* This); + IDXGISwapChain1 *This); HRESULT (STDMETHODCALLTYPE *GetRestrictToOutput)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, IDXGIOutput **ppRestrictToOutput); HRESULT (STDMETHODCALLTYPE *SetBackgroundColor)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, const DXGI_RGBA *pColor); HRESULT (STDMETHODCALLTYPE *GetBackgroundColor)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_RGBA *pColor); HRESULT (STDMETHODCALLTYPE *SetRotation)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_MODE_ROTATION Rotation); HRESULT (STDMETHODCALLTYPE *GetRotation)( - IDXGISwapChain1* This, + IDXGISwapChain1 *This, DXGI_MODE_ROTATION *pRotation); END_INTERFACE } IDXGISwapChain1Vtbl; + interface IDXGISwapChain1 { CONST_VTBL IDXGISwapChain1Vtbl* lpVtbl; }; @@ -662,96 +1403,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetDesc1_Proxy( - IDXGISwapChain1* This, - DXGI_SWAP_CHAIN_DESC1 *pDesc); -void __RPC_STUB IDXGISwapChain1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetFullscreenDesc_Proxy( - IDXGISwapChain1* This, - DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc); -void __RPC_STUB IDXGISwapChain1_GetFullscreenDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetHwnd_Proxy( - IDXGISwapChain1* This, - HWND *pHwnd); -void __RPC_STUB IDXGISwapChain1_GetHwnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetCoreWindow_Proxy( - IDXGISwapChain1* This, - REFIID refiid, - void **ppUnk); -void __RPC_STUB IDXGISwapChain1_GetCoreWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_Present1_Proxy( - IDXGISwapChain1* This, - UINT SyncInterval, - UINT PresentFlags, - const DXGI_PRESENT_PARAMETERS *pPresentParameters); -void __RPC_STUB IDXGISwapChain1_Present1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE IDXGISwapChain1_IsTemporaryMonoSupported_Proxy( - IDXGISwapChain1* This); -void __RPC_STUB IDXGISwapChain1_IsTemporaryMonoSupported_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetRestrictToOutput_Proxy( - IDXGISwapChain1* This, - IDXGIOutput **ppRestrictToOutput); -void __RPC_STUB IDXGISwapChain1_GetRestrictToOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_SetBackgroundColor_Proxy( - IDXGISwapChain1* This, - const DXGI_RGBA *pColor); -void __RPC_STUB IDXGISwapChain1_SetBackgroundColor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetBackgroundColor_Proxy( - IDXGISwapChain1* This, - DXGI_RGBA *pColor); -void __RPC_STUB IDXGISwapChain1_GetBackgroundColor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_SetRotation_Proxy( - IDXGISwapChain1* This, - DXGI_MODE_ROTATION Rotation); -void __RPC_STUB IDXGISwapChain1_SetRotation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain1_GetRotation_Proxy( - IDXGISwapChain1* This, - DXGI_MODE_ROTATION *pRotation); -void __RPC_STUB IDXGISwapChain1_GetRotation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGISwapChain1_INTERFACE_DEFINED__ */ @@ -828,80 +1479,80 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIFactory2* This, + IDXGIFactory2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIFactory2* This); + IDXGIFactory2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIFactory2* This); + IDXGIFactory2 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIFactory2* This, + IDXGIFactory2 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIFactory2* This, + IDXGIFactory2 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIFactory2* This, + IDXGIFactory2 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIFactory2* This, + IDXGIFactory2 *This, REFIID riid, void **parent); /*** IDXGIFactory methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAdapters)( - IDXGIFactory2* This, + IDXGIFactory2 *This, UINT adapter_idx, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HWND window, UINT flags); HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HWND *window); HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( - IDXGIFactory2* This, + IDXGIFactory2 *This, IUnknown *device, DXGI_SWAP_CHAIN_DESC *desc, IDXGISwapChain **swapchain); HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HMODULE swrast, IDXGIAdapter **adapter); /*** IDXGIFactory1 methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAdapters1)( - IDXGIFactory2* This, + IDXGIFactory2 *This, UINT Adapter, IDXGIAdapter1 **ppAdapter); WINBOOL (STDMETHODCALLTYPE *IsCurrent)( - IDXGIFactory2* This); + IDXGIFactory2 *This); /*** IDXGIFactory2 methods ***/ WINBOOL (STDMETHODCALLTYPE *IsWindowedStereoEnabled)( - IDXGIFactory2* This); + IDXGIFactory2 *This); HRESULT (STDMETHODCALLTYPE *CreateSwapChainForHwnd)( - IDXGIFactory2* This, + IDXGIFactory2 *This, IUnknown *pDevice, HWND hWnd, const DXGI_SWAP_CHAIN_DESC1 *pDesc, @@ -910,7 +1561,7 @@ IDXGISwapChain1 **ppSwapChain); HRESULT (STDMETHODCALLTYPE *CreateSwapChainForCoreWindow)( - IDXGIFactory2* This, + IDXGIFactory2 *This, IUnknown *pDevice, IUnknown *pWindow, const DXGI_SWAP_CHAIN_DESC1 *pDesc, @@ -918,42 +1569,42 @@ IDXGISwapChain1 **ppSwapChain); HRESULT (STDMETHODCALLTYPE *GetSharedResourceAdapterLuid)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HANDLE hResource, LUID *pLuid); HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusWindow)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HWND WindowHandle, UINT wMsg, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusEvent)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HANDLE hEvent, DWORD *pdwCookie); void (STDMETHODCALLTYPE *UnregisterStereoStatus)( - IDXGIFactory2* This, + IDXGIFactory2 *This, DWORD dwCookie); HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusWindow)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HWND WindowHandle, UINT wMsg, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusEvent)( - IDXGIFactory2* This, + IDXGIFactory2 *This, HANDLE hEvent, DWORD *pdwCookie); void (STDMETHODCALLTYPE *UnregisterOcclusionStatus)( - IDXGIFactory2* This, + IDXGIFactory2 *This, DWORD dwCookie); HRESULT (STDMETHODCALLTYPE *CreateSwapChainForComposition)( - IDXGIFactory2* This, + IDXGIFactory2 *This, IUnknown *pDevice, const DXGI_SWAP_CHAIN_DESC1 *pDesc, IDXGIOutput *pRestrictToOutput, @@ -961,6 +1612,7 @@ END_INTERFACE } IDXGIFactory2Vtbl; + interface IDXGIFactory2 { CONST_VTBL IDXGIFactory2Vtbl* lpVtbl; }; @@ -1083,112 +1735,6 @@ #endif -WINBOOL STDMETHODCALLTYPE IDXGIFactory2_IsWindowedStereoEnabled_Proxy( - IDXGIFactory2* This); -void __RPC_STUB IDXGIFactory2_IsWindowedStereoEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_CreateSwapChainForHwnd_Proxy( - IDXGIFactory2* This, - IUnknown *pDevice, - HWND hWnd, - const DXGI_SWAP_CHAIN_DESC1 *pDesc, - const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc, - IDXGIOutput *pRestrictToOutput, - IDXGISwapChain1 **ppSwapChain); -void __RPC_STUB IDXGIFactory2_CreateSwapChainForHwnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_CreateSwapChainForCoreWindow_Proxy( - IDXGIFactory2* This, - IUnknown *pDevice, - IUnknown *pWindow, - const DXGI_SWAP_CHAIN_DESC1 *pDesc, - IDXGIOutput *pRestrictToOutput, - IDXGISwapChain1 **ppSwapChain); -void __RPC_STUB IDXGIFactory2_CreateSwapChainForCoreWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_GetSharedResourceAdapterLuid_Proxy( - IDXGIFactory2* This, - HANDLE hResource, - LUID *pLuid); -void __RPC_STUB IDXGIFactory2_GetSharedResourceAdapterLuid_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_RegisterOcclusionStatusWindow_Proxy( - IDXGIFactory2* This, - HWND WindowHandle, - UINT wMsg, - DWORD *pdwCookie); -void __RPC_STUB IDXGIFactory2_RegisterOcclusionStatusWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_RegisterStereoStatusEvent_Proxy( - IDXGIFactory2* This, - HANDLE hEvent, - DWORD *pdwCookie); -void __RPC_STUB IDXGIFactory2_RegisterStereoStatusEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE IDXGIFactory2_UnregisterStereoStatus_Proxy( - IDXGIFactory2* This, - DWORD dwCookie); -void __RPC_STUB IDXGIFactory2_UnregisterStereoStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_RegisterStereoStatusWindow_Proxy( - IDXGIFactory2* This, - HWND WindowHandle, - UINT wMsg, - DWORD *pdwCookie); -void __RPC_STUB IDXGIFactory2_RegisterStereoStatusWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_RegisterOcclusionStatusEvent_Proxy( - IDXGIFactory2* This, - HANDLE hEvent, - DWORD *pdwCookie); -void __RPC_STUB IDXGIFactory2_RegisterOcclusionStatusEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE IDXGIFactory2_UnregisterOcclusionStatus_Proxy( - IDXGIFactory2* This, - DWORD dwCookie); -void __RPC_STUB IDXGIFactory2_UnregisterOcclusionStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory2_CreateSwapChainForComposition_Proxy( - IDXGIFactory2* This, - IUnknown *pDevice, - const DXGI_SWAP_CHAIN_DESC1 *pDesc, - IDXGIOutput *pRestrictToOutput, - IDXGISwapChain1 **ppSwapChain); -void __RPC_STUB IDXGIFactory2_CreateSwapChainForComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIFactory2_INTERFACE_DEFINED__ */ @@ -1244,66 +1790,67 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIAdapter2* This); + IDXGIAdapter2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIAdapter2* This); + IDXGIAdapter2 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFIID riid, void **parent); /*** IDXGIAdapter methods ***/ HRESULT (STDMETHODCALLTYPE *EnumOutputs)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, UINT output_idx, IDXGIOutput **output); HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, DXGI_ADAPTER_DESC *desc); HRESULT (STDMETHODCALLTYPE *CheckInterfaceSupport)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, REFGUID guid, LARGE_INTEGER *umd_version); /*** IDXGIAdapter1 methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc1)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, DXGI_ADAPTER_DESC1 *pDesc); /*** IDXGIAdapter2 methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc2)( - IDXGIAdapter2* This, + IDXGIAdapter2 *This, DXGI_ADAPTER_DESC2 *pDesc); END_INTERFACE } IDXGIAdapter2Vtbl; + interface IDXGIAdapter2 { CONST_VTBL IDXGIAdapter2Vtbl* lpVtbl; }; @@ -1374,17 +1921,275 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIAdapter2_GetDesc2_Proxy( - IDXGIAdapter2* This, - DXGI_ADAPTER_DESC2 *pDesc); -void __RPC_STUB IDXGIAdapter2_GetDesc2_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIAdapter2_INTERFACE_DEFINED__ */ +/***************************************************************************** + * IDXGIOutput1 interface + */ +#ifndef __IDXGIOutput1_INTERFACE_DEFINED__ +#define __IDXGIOutput1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput1, 0x00cddea8, 0x939b, 0x4b83, 0xa3,0x40, 0xa6,0x85,0x22,0x66,0x66,0xcc); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("00cddea8-939b-4b83-a340-a685226666cc") +IDXGIOutput1 : public IDXGIOutput +{ + virtual HRESULT STDMETHODCALLTYPE GetDisplayModeList1( + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE FindClosestMatchingMode1( + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDisplaySurfaceData1( + IDXGIResource *destination) = 0; + + virtual HRESULT STDMETHODCALLTYPE DuplicateOutput( + IUnknown *device, + IDXGIOutputDuplication **output_duplication) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput1, 0x00cddea8, 0x939b, 0x4b83, 0xa3,0x40, 0xa6,0x85,0x22,0x66,0x66,0xcc) +#endif +#else +typedef struct IDXGIOutput1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput1 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput1 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput1 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput1 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput1 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput1 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput1 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput1 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput1 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput1 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput1 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput1 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput1 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput1 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput1 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput1 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput1 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput1 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput1 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput1 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput1 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + END_INTERFACE +} IDXGIOutput1Vtbl; + +interface IDXGIOutput1 { + CONST_VTBL IDXGIOutput1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput1_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput1_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput1_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput1_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput1_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput1_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput1_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput1_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput1_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput1_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput1_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput1_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput1_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput1_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput1_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput1_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput1_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput1_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput1_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput1_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput1_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput1_QueryInterface(IDXGIOutput1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput1_AddRef(IDXGIOutput1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput1_Release(IDXGIOutput1* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput1_SetPrivateData(IDXGIOutput1* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput1_SetPrivateDataInterface(IDXGIOutput1* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetPrivateData(IDXGIOutput1* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetParent(IDXGIOutput1* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput1_GetDesc(IDXGIOutput1* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetDisplayModeList(IDXGIOutput1* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput1_FindClosestMatchingMode(IDXGIOutput1* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput1_WaitForVBlank(IDXGIOutput1* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput1_TakeOwnership(IDXGIOutput1* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput1_ReleaseOwnership(IDXGIOutput1* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetGammaControlCapabilities(IDXGIOutput1* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput1_SetGammaControl(IDXGIOutput1* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetGammaControl(IDXGIOutput1* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput1_SetDisplaySurface(IDXGIOutput1* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetDisplaySurfaceData(IDXGIOutput1* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetFrameStatistics(IDXGIOutput1* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput1_GetDisplayModeList1(IDXGIOutput1* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput1_FindClosestMatchingMode1(IDXGIOutput1* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput1_GetDisplaySurfaceData1(IDXGIOutput1* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput1_DuplicateOutput(IDXGIOutput1* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput1_INTERFACE_DEFINED__ */ + /* Begin additional prototypes for all interfaces */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_2.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_2.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_2.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_2.idl 2018-09-14 14:16:43.000000000 +0000 @@ -18,6 +18,12 @@ import "dxgi.idl"; +const UINT DXGI_ENUM_MODES_STEREO = 0x4; +const UINT DXGI_ENUM_MODES_DISABLED_STEREO = 0x8; + +const DWORD DXGI_SHARED_RESOURCE_READ = 0x80000000; +const DWORD DXGI_SHARED_RESOURCE_WRITE = 0x00000001; + typedef enum _DXGI_OFFER_RESOURCE_PRIORITY { DXGI_OFFER_RESOURCE_PRIORITY_LOW = 1, DXGI_OFFER_RESOURCE_PRIORITY_NORMAL, @@ -32,6 +38,157 @@ DXGI_ALPHA_MODE_FORCE_DWORD = 0xffffffff } DXGI_ALPHA_MODE; +typedef struct DXGI_OUTDUPL_MOVE_RECT +{ + POINT SourcePoint; + RECT DestinationRect; +} DXGI_OUTDUPL_MOVE_RECT; + +typedef struct DXGI_OUTDUPL_DESC +{ + DXGI_MODE_DESC ModeDesc; + DXGI_MODE_ROTATION Rotation; + BOOL DesktopImageInSystemMemory; +} DXGI_OUTDUPL_DESC; + +typedef struct DXGI_OUTDUPL_POINTER_POSITION +{ + POINT Position; + BOOL Visible; +} DXGI_OUTDUPL_POINTER_POSITION; + +typedef enum DXGI_OUTDUPL_POINTER_SHAPE_TYPE +{ + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME = 0x00000001, + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR = 0x00000002, + DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR = 0x00000004 +} DXGI_OUTDUPL_POINTER_SHAPE_TYPE; + +typedef struct DXGI_OUTDUPL_POINTER_SHAPE_INFO +{ + UINT Type; + UINT Width; + UINT Height; + UINT Pitch; + POINT HotSpot; +} DXGI_OUTDUPL_POINTER_SHAPE_INFO; + +typedef struct DXGI_OUTDUPL_FRAME_INFO +{ + LARGE_INTEGER LastPresentTime; + LARGE_INTEGER LastMouseUpdateTime; + UINT AccumulatedFrames; + BOOL RectsCoalesced; + BOOL ProtectedContentMaskedOut; + DXGI_OUTDUPL_POINTER_POSITION PointerPosition; + UINT TotalMetadataBufferSize; + UINT PointerShapeBufferSize; +} DXGI_OUTDUPL_FRAME_INFO; + +typedef struct DXGI_MODE_DESC1 +{ + UINT Width; + UINT Height; + DXGI_RATIONAL RefreshRate; + DXGI_FORMAT Format; + DXGI_MODE_SCANLINE_ORDER ScanlineOrdering; + DXGI_MODE_SCALING Scaling; + BOOL Stereo; +} DXGI_MODE_DESC1; + +[ + object, + uuid(191cfac3-a341-470d-b26e-a864f428319c), + local, + pointer_default(unique) +] +interface IDXGIOutputDuplication : IDXGIObject +{ + void GetDesc( + [out] DXGI_OUTDUPL_DESC *desc + ); + + HRESULT AcquireNextFrame( + [in] UINT timeout_in_milliseconds, + [out] DXGI_OUTDUPL_FRAME_INFO *frame_info, + [out] IDXGIResource **desktop_resource + ); + + HRESULT GetFrameDirtyRects( + [in] UINT dirty_rects_buffer_size, + [out] RECT *dirty_rects_buffer, + [out] UINT *dirty_rects_buffer_size_required + ); + + HRESULT GetFrameMoveRects( + [in] UINT move_rects_buffer_size, + [out] DXGI_OUTDUPL_MOVE_RECT *move_rect_buffer, + [out] UINT *move_rects_buffer_size_required + ); + + HRESULT GetFramePointerShape( + [in] UINT pointer_shape_buffer_size, + [out] void *pointer_shape_buffer, + [out] UINT *pointer_shape_buffer_size_required, + [out] DXGI_OUTDUPL_POINTER_SHAPE_INFO *pointer_shape_info + ); + + HRESULT MapDesktopSurface( + [out] DXGI_MAPPED_RECT *locked_rect + ); + + HRESULT UnMapDesktopSurface(); + + HRESULT ReleaseFrame(); +} + +[ + object, + uuid(aba496dd-b617-4cb8-a866-bc44d7eb1fa2), + local, + pointer_default(unique) +] +interface IDXGISurface2 : IDXGISurface1 +{ + HRESULT GetResource( + [in] REFIID iid, + [out] void **parent_resource, + [out] UINT *subresource_idx + ); +} + +[ + object, + uuid(30961379-4609-4a41-998e-54fe567ee0c1), + local, + pointer_default(unique) +] +interface IDXGIResource1 : IDXGIResource +{ + HRESULT CreateSubresourceSurface( + UINT index, + [out] IDXGISurface2 **surface + ); + HRESULT CreateSharedHandle( + [in] const SECURITY_ATTRIBUTES *attributes, + [in] DWORD access, + [in] const WCHAR *name, + [out] HANDLE *handle + ); +} + +[ + object, + uuid(ea9dbf1a-c88e-4486-854a-98aa0138f30c), + local, + pointer_default(unique) +] +interface IDXGIDisplayControl : IUnknown +{ + BOOL IsStereoEnabled(); + void SetStereoEnabled(BOOL enabled); +} + [ object, uuid(05008617-fbfd-4051-a790-144884b4f6a9), @@ -232,3 +389,34 @@ { HRESULT GetDesc2([out] DXGI_ADAPTER_DESC2 *pDesc); } + +[ + object, + uuid(00cddea8-939b-4b83-a340-a685226666cc), + local, + pointer_default(unique) +] +interface IDXGIOutput1 : IDXGIOutput +{ + HRESULT GetDisplayModeList1( + [in] DXGI_FORMAT enum_format, + [in] UINT flags, + [in, out] UINT *num_modes, + [out] DXGI_MODE_DESC1 *desc + ); + + HRESULT FindClosestMatchingMode1( + [in] const DXGI_MODE_DESC1 *mode_to_match, + [out] DXGI_MODE_DESC1 *closest_match, + [in] IUnknown *concerned_device + ); + + HRESULT GetDisplaySurfaceData1( + [in] IDXGIResource *destination + ); + + HRESULT DuplicateOutput( + [in] IUnknown *device, + [out] IDXGIOutputDuplication **output_duplication + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_3.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_3.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_3.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_3.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1953 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi1_3.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __dxgi1_3_h__ +#define __dxgi1_3_h__ + +/* Forward declarations */ + +#ifndef __IDXGIDevice3_FWD_DEFINED__ +#define __IDXGIDevice3_FWD_DEFINED__ +typedef interface IDXGIDevice3 IDXGIDevice3; +#ifdef __cplusplus +interface IDXGIDevice3; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGISwapChain2_FWD_DEFINED__ +#define __IDXGISwapChain2_FWD_DEFINED__ +typedef interface IDXGISwapChain2 IDXGISwapChain2; +#ifdef __cplusplus +interface IDXGISwapChain2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIOutput2_FWD_DEFINED__ +#define __IDXGIOutput2_FWD_DEFINED__ +typedef interface IDXGIOutput2 IDXGIOutput2; +#ifdef __cplusplus +interface IDXGIOutput2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIFactory3_FWD_DEFINED__ +#define __IDXGIFactory3_FWD_DEFINED__ +typedef interface IDXGIFactory3 IDXGIFactory3; +#ifdef __cplusplus +interface IDXGIFactory3; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIDecodeSwapChain_FWD_DEFINED__ +#define __IDXGIDecodeSwapChain_FWD_DEFINED__ +typedef interface IDXGIDecodeSwapChain IDXGIDecodeSwapChain; +#ifdef __cplusplus +interface IDXGIDecodeSwapChain; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIFactoryMedia_FWD_DEFINED__ +#define __IDXGIFactoryMedia_FWD_DEFINED__ +typedef interface IDXGIFactoryMedia IDXGIFactoryMedia; +#ifdef __cplusplus +interface IDXGIFactoryMedia; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGISwapChainMedia_FWD_DEFINED__ +#define __IDXGISwapChainMedia_FWD_DEFINED__ +typedef interface IDXGISwapChainMedia IDXGISwapChainMedia; +#ifdef __cplusplus +interface IDXGISwapChainMedia; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIOutput3_FWD_DEFINED__ +#define __IDXGIOutput3_FWD_DEFINED__ +typedef interface IDXGIOutput3 IDXGIOutput3; +#ifdef __cplusplus +interface IDXGIOutput3; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct DXGI_MATRIX_3X2_F { + float _11; + float _12; + float _21; + float _22; + float _31; + float _32; +} DXGI_MATRIX_3X2_F; +typedef struct DXGI_DECODE_SWAP_CHAIN_DESC { + UINT Flags; +} DXGI_DECODE_SWAP_CHAIN_DESC; +typedef enum DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS { + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE = 0x1, + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709 = 0x2, + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC = 0x4 +} DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS; +typedef enum DXGI_FRAME_PRESENTATION_MODE { + DXGI_FRAME_PRESENTATION_MODE_COMPOSED = 0, + DXGI_FRAME_PRESENTATION_MODE_OVERLAY = 1, + DXGI_FRAME_PRESENTATION_MODE_NONE = 2, + DXGI_FRAME_PRESENTATION_MODE_COMPOSITION_FAILURE = 3 +} DXGI_FRAME_PRESENTATION_MODE; +typedef struct DXGI_FRAME_STATISTICS_MEDIA { + UINT PresentCount; + UINT PresentRefreshCount; + UINT SyncRefreshCount; + LARGE_INTEGER SyncQPCTime; + LARGE_INTEGER SyncGPUTime; + DXGI_FRAME_PRESENTATION_MODE CompositionMode; + UINT ApprovedPresentDuration; +} DXGI_FRAME_STATISTICS_MEDIA; +typedef enum DXGI_OVERLAY_SUPPORT_FLAG { + DXGI_OVERLAY_SUPPORT_FLAG_DIRECT = 0x1, + DXGI_OVERLAY_SUPPORT_FLAG_SCALING = 0x2 +} DXGI_OVERLAY_SUPPORT_FLAG; +/***************************************************************************** + * IDXGIDevice3 interface + */ +#ifndef __IDXGIDevice3_INTERFACE_DEFINED__ +#define __IDXGIDevice3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIDevice3, 0x6007896c, 0x3244, 0x4afd, 0xbf,0x18, 0xa6,0xd3,0xbe,0xda,0x50,0x23); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("6007896c-3244-4afd-bf18-a6d3beda5023") +IDXGIDevice3 : public IDXGIDevice2 +{ + virtual void STDMETHODCALLTYPE Trim( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIDevice3, 0x6007896c, 0x3244, 0x4afd, 0xbf,0x18, 0xa6,0xd3,0xbe,0xda,0x50,0x23) +#endif +#else +typedef struct IDXGIDevice3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIDevice3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIDevice3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIDevice3 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIDevice3 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIDevice3 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIDevice3 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIDevice3 *This, + REFIID riid, + void **parent); + + /*** IDXGIDevice methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAdapter)( + IDXGIDevice3 *This, + IDXGIAdapter **adapter); + + HRESULT (STDMETHODCALLTYPE *CreateSurface)( + IDXGIDevice3 *This, + const DXGI_SURFACE_DESC *desc, + UINT surface_count, + DXGI_USAGE usage, + const DXGI_SHARED_RESOURCE *shared_resource, + IDXGISurface **surface); + + HRESULT (STDMETHODCALLTYPE *QueryResourceResidency)( + IDXGIDevice3 *This, + IUnknown *const *resources, + DXGI_RESIDENCY *residency, + UINT resource_count); + + HRESULT (STDMETHODCALLTYPE *SetGPUThreadPriority)( + IDXGIDevice3 *This, + INT priority); + + HRESULT (STDMETHODCALLTYPE *GetGPUThreadPriority)( + IDXGIDevice3 *This, + INT *priority); + + /*** IDXGIDevice1 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( + IDXGIDevice3 *This, + UINT MaxLatency); + + HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( + IDXGIDevice3 *This, + UINT *pMaxLatency); + + /*** IDXGIDevice2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OfferResources)( + IDXGIDevice3 *This, + UINT NumResources, + IDXGIResource *const *ppResources, + DXGI_OFFER_RESOURCE_PRIORITY Priority); + + HRESULT (STDMETHODCALLTYPE *ReclaimResources)( + IDXGIDevice3 *This, + UINT NumResources, + IDXGIResource *const *ppResources, + WINBOOL *pDiscarded); + + HRESULT (STDMETHODCALLTYPE *EnqueueSetEvent)( + IDXGIDevice3 *This, + HANDLE hEvent); + + /*** IDXGIDevice3 methods ***/ + void (STDMETHODCALLTYPE *Trim)( + IDXGIDevice3 *This); + + END_INTERFACE +} IDXGIDevice3Vtbl; + +interface IDXGIDevice3 { + CONST_VTBL IDXGIDevice3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIDevice3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIDevice3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIDevice3_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIDevice3_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIDevice3_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIDevice3_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIDevice3_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDevice methods ***/ +#define IDXGIDevice3_GetAdapter(This,adapter) (This)->lpVtbl->GetAdapter(This,adapter) +#define IDXGIDevice3_CreateSurface(This,desc,surface_count,usage,shared_resource,surface) (This)->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface) +#define IDXGIDevice3_QueryResourceResidency(This,resources,residency,resource_count) (This)->lpVtbl->QueryResourceResidency(This,resources,residency,resource_count) +#define IDXGIDevice3_SetGPUThreadPriority(This,priority) (This)->lpVtbl->SetGPUThreadPriority(This,priority) +#define IDXGIDevice3_GetGPUThreadPriority(This,priority) (This)->lpVtbl->GetGPUThreadPriority(This,priority) +/*** IDXGIDevice1 methods ***/ +#define IDXGIDevice3_SetMaximumFrameLatency(This,MaxLatency) (This)->lpVtbl->SetMaximumFrameLatency(This,MaxLatency) +#define IDXGIDevice3_GetMaximumFrameLatency(This,pMaxLatency) (This)->lpVtbl->GetMaximumFrameLatency(This,pMaxLatency) +/*** IDXGIDevice2 methods ***/ +#define IDXGIDevice3_OfferResources(This,NumResources,ppResources,Priority) (This)->lpVtbl->OfferResources(This,NumResources,ppResources,Priority) +#define IDXGIDevice3_ReclaimResources(This,NumResources,ppResources,pDiscarded) (This)->lpVtbl->ReclaimResources(This,NumResources,ppResources,pDiscarded) +#define IDXGIDevice3_EnqueueSetEvent(This,hEvent) (This)->lpVtbl->EnqueueSetEvent(This,hEvent) +/*** IDXGIDevice3 methods ***/ +#define IDXGIDevice3_Trim(This) (This)->lpVtbl->Trim(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIDevice3_QueryInterface(IDXGIDevice3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIDevice3_AddRef(IDXGIDevice3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIDevice3_Release(IDXGIDevice3* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIDevice3_SetPrivateData(IDXGIDevice3* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIDevice3_SetPrivateDataInterface(IDXGIDevice3* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIDevice3_GetPrivateData(IDXGIDevice3* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIDevice3_GetParent(IDXGIDevice3* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDevice methods ***/ +static FORCEINLINE HRESULT IDXGIDevice3_GetAdapter(IDXGIDevice3* This,IDXGIAdapter **adapter) { + return This->lpVtbl->GetAdapter(This,adapter); +} +static FORCEINLINE HRESULT IDXGIDevice3_CreateSurface(IDXGIDevice3* This,const DXGI_SURFACE_DESC *desc,UINT surface_count,DXGI_USAGE usage,const DXGI_SHARED_RESOURCE *shared_resource,IDXGISurface **surface) { + return This->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface); +} +static FORCEINLINE HRESULT IDXGIDevice3_QueryResourceResidency(IDXGIDevice3* This,IUnknown *const *resources,DXGI_RESIDENCY *residency,UINT resource_count) { + return This->lpVtbl->QueryResourceResidency(This,resources,residency,resource_count); +} +static FORCEINLINE HRESULT IDXGIDevice3_SetGPUThreadPriority(IDXGIDevice3* This,INT priority) { + return This->lpVtbl->SetGPUThreadPriority(This,priority); +} +static FORCEINLINE HRESULT IDXGIDevice3_GetGPUThreadPriority(IDXGIDevice3* This,INT *priority) { + return This->lpVtbl->GetGPUThreadPriority(This,priority); +} +/*** IDXGIDevice1 methods ***/ +static FORCEINLINE HRESULT IDXGIDevice3_SetMaximumFrameLatency(IDXGIDevice3* This,UINT MaxLatency) { + return This->lpVtbl->SetMaximumFrameLatency(This,MaxLatency); +} +static FORCEINLINE HRESULT IDXGIDevice3_GetMaximumFrameLatency(IDXGIDevice3* This,UINT *pMaxLatency) { + return This->lpVtbl->GetMaximumFrameLatency(This,pMaxLatency); +} +/*** IDXGIDevice2 methods ***/ +static FORCEINLINE HRESULT IDXGIDevice3_OfferResources(IDXGIDevice3* This,UINT NumResources,IDXGIResource *const *ppResources,DXGI_OFFER_RESOURCE_PRIORITY Priority) { + return This->lpVtbl->OfferResources(This,NumResources,ppResources,Priority); +} +static FORCEINLINE HRESULT IDXGIDevice3_ReclaimResources(IDXGIDevice3* This,UINT NumResources,IDXGIResource *const *ppResources,WINBOOL *pDiscarded) { + return This->lpVtbl->ReclaimResources(This,NumResources,ppResources,pDiscarded); +} +static FORCEINLINE HRESULT IDXGIDevice3_EnqueueSetEvent(IDXGIDevice3* This,HANDLE hEvent) { + return This->lpVtbl->EnqueueSetEvent(This,hEvent); +} +/*** IDXGIDevice3 methods ***/ +static FORCEINLINE void IDXGIDevice3_Trim(IDXGIDevice3* This) { + This->lpVtbl->Trim(This); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIDevice3_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGISwapChain2 interface + */ +#ifndef __IDXGISwapChain2_INTERFACE_DEFINED__ +#define __IDXGISwapChain2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISwapChain2, 0xa8be2ac4, 0x199f, 0x4946, 0xb3,0x31, 0x79,0x59,0x9f,0xb9,0x8d,0xe7); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a8be2ac4-199f-4946-b331-79599fb98de7") +IDXGISwapChain2 : public IDXGISwapChain1 +{ + virtual HRESULT STDMETHODCALLTYPE SetSourceSize( + UINT width, + UINT height) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSourceSize( + UINT *width, + UINT *height) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMaximumFrameLatency( + UINT max_latency) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMaximumFrameLatency( + UINT *max_latency) = 0; + + virtual HANDLE STDMETHODCALLTYPE GetFrameLatencyWaitableObject( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMatrixTransform( + const DXGI_MATRIX_3X2_F *matrix) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMatrixTransform( + DXGI_MATRIX_3X2_F *matrix) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISwapChain2, 0xa8be2ac4, 0x199f, 0x4946, 0xb3,0x31, 0x79,0x59,0x9f,0xb9,0x8d,0xe7) +#endif +#else +typedef struct IDXGISwapChain2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISwapChain2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISwapChain2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISwapChain2 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGISwapChain2 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGISwapChain2 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGISwapChain2 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGISwapChain2 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGISwapChain2 *This, + REFIID riid, + void **device); + + /*** IDXGISwapChain methods ***/ + HRESULT (STDMETHODCALLTYPE *Present)( + IDXGISwapChain2 *This, + UINT sync_interval, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetBuffer)( + IDXGISwapChain2 *This, + UINT buffer_idx, + REFIID riid, + void **surface); + + HRESULT (STDMETHODCALLTYPE *SetFullscreenState)( + IDXGISwapChain2 *This, + WINBOOL fullscreen, + IDXGIOutput *target); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenState)( + IDXGISwapChain2 *This, + WINBOOL *fullscreen, + IDXGIOutput **target); + + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGISwapChain2 *This, + DXGI_SWAP_CHAIN_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *ResizeBuffers)( + IDXGISwapChain2 *This, + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTarget)( + IDXGISwapChain2 *This, + const DXGI_MODE_DESC *target_mode_desc); + + HRESULT (STDMETHODCALLTYPE *GetContainingOutput)( + IDXGISwapChain2 *This, + IDXGIOutput **output); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGISwapChain2 *This, + DXGI_FRAME_STATISTICS *stats); + + HRESULT (STDMETHODCALLTYPE *GetLastPresentCount)( + IDXGISwapChain2 *This, + UINT *last_present_count); + + /*** IDXGISwapChain1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGISwapChain2 *This, + DXGI_SWAP_CHAIN_DESC1 *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenDesc)( + IDXGISwapChain2 *This, + DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetHwnd)( + IDXGISwapChain2 *This, + HWND *pHwnd); + + HRESULT (STDMETHODCALLTYPE *GetCoreWindow)( + IDXGISwapChain2 *This, + REFIID refiid, + void **ppUnk); + + HRESULT (STDMETHODCALLTYPE *Present1)( + IDXGISwapChain2 *This, + UINT SyncInterval, + UINT PresentFlags, + const DXGI_PRESENT_PARAMETERS *pPresentParameters); + + WINBOOL (STDMETHODCALLTYPE *IsTemporaryMonoSupported)( + IDXGISwapChain2 *This); + + HRESULT (STDMETHODCALLTYPE *GetRestrictToOutput)( + IDXGISwapChain2 *This, + IDXGIOutput **ppRestrictToOutput); + + HRESULT (STDMETHODCALLTYPE *SetBackgroundColor)( + IDXGISwapChain2 *This, + const DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *GetBackgroundColor)( + IDXGISwapChain2 *This, + DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *SetRotation)( + IDXGISwapChain2 *This, + DXGI_MODE_ROTATION Rotation); + + HRESULT (STDMETHODCALLTYPE *GetRotation)( + IDXGISwapChain2 *This, + DXGI_MODE_ROTATION *pRotation); + + /*** IDXGISwapChain2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetSourceSize)( + IDXGISwapChain2 *This, + UINT width, + UINT height); + + HRESULT (STDMETHODCALLTYPE *GetSourceSize)( + IDXGISwapChain2 *This, + UINT *width, + UINT *height); + + HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( + IDXGISwapChain2 *This, + UINT max_latency); + + HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( + IDXGISwapChain2 *This, + UINT *max_latency); + + HANDLE (STDMETHODCALLTYPE *GetFrameLatencyWaitableObject)( + IDXGISwapChain2 *This); + + HRESULT (STDMETHODCALLTYPE *SetMatrixTransform)( + IDXGISwapChain2 *This, + const DXGI_MATRIX_3X2_F *matrix); + + HRESULT (STDMETHODCALLTYPE *GetMatrixTransform)( + IDXGISwapChain2 *This, + DXGI_MATRIX_3X2_F *matrix); + + END_INTERFACE +} IDXGISwapChain2Vtbl; + +interface IDXGISwapChain2 { + CONST_VTBL IDXGISwapChain2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISwapChain2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISwapChain2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISwapChain2_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGISwapChain2_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain2_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGISwapChain2_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain2_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGISwapChain2_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGISwapChain methods ***/ +#define IDXGISwapChain2_Present(This,sync_interval,flags) (This)->lpVtbl->Present(This,sync_interval,flags) +#define IDXGISwapChain2_GetBuffer(This,buffer_idx,riid,surface) (This)->lpVtbl->GetBuffer(This,buffer_idx,riid,surface) +#define IDXGISwapChain2_SetFullscreenState(This,fullscreen,target) (This)->lpVtbl->SetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain2_GetFullscreenState(This,fullscreen,target) (This)->lpVtbl->GetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain2_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGISwapChain2_ResizeBuffers(This,buffer_count,width,height,format,flags) (This)->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags) +#define IDXGISwapChain2_ResizeTarget(This,target_mode_desc) (This)->lpVtbl->ResizeTarget(This,target_mode_desc) +#define IDXGISwapChain2_GetContainingOutput(This,output) (This)->lpVtbl->GetContainingOutput(This,output) +#define IDXGISwapChain2_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +#define IDXGISwapChain2_GetLastPresentCount(This,last_present_count) (This)->lpVtbl->GetLastPresentCount(This,last_present_count) +/*** IDXGISwapChain1 methods ***/ +#define IDXGISwapChain2_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +#define IDXGISwapChain2_GetFullscreenDesc(This,pDesc) (This)->lpVtbl->GetFullscreenDesc(This,pDesc) +#define IDXGISwapChain2_GetHwnd(This,pHwnd) (This)->lpVtbl->GetHwnd(This,pHwnd) +#define IDXGISwapChain2_GetCoreWindow(This,refiid,ppUnk) (This)->lpVtbl->GetCoreWindow(This,refiid,ppUnk) +#define IDXGISwapChain2_Present1(This,SyncInterval,PresentFlags,pPresentParameters) (This)->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters) +#define IDXGISwapChain2_IsTemporaryMonoSupported(This) (This)->lpVtbl->IsTemporaryMonoSupported(This) +#define IDXGISwapChain2_GetRestrictToOutput(This,ppRestrictToOutput) (This)->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput) +#define IDXGISwapChain2_SetBackgroundColor(This,pColor) (This)->lpVtbl->SetBackgroundColor(This,pColor) +#define IDXGISwapChain2_GetBackgroundColor(This,pColor) (This)->lpVtbl->GetBackgroundColor(This,pColor) +#define IDXGISwapChain2_SetRotation(This,Rotation) (This)->lpVtbl->SetRotation(This,Rotation) +#define IDXGISwapChain2_GetRotation(This,pRotation) (This)->lpVtbl->GetRotation(This,pRotation) +/*** IDXGISwapChain2 methods ***/ +#define IDXGISwapChain2_SetSourceSize(This,width,height) (This)->lpVtbl->SetSourceSize(This,width,height) +#define IDXGISwapChain2_GetSourceSize(This,width,height) (This)->lpVtbl->GetSourceSize(This,width,height) +#define IDXGISwapChain2_SetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->SetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain2_GetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->GetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain2_GetFrameLatencyWaitableObject(This) (This)->lpVtbl->GetFrameLatencyWaitableObject(This) +#define IDXGISwapChain2_SetMatrixTransform(This,matrix) (This)->lpVtbl->SetMatrixTransform(This,matrix) +#define IDXGISwapChain2_GetMatrixTransform(This,matrix) (This)->lpVtbl->GetMatrixTransform(This,matrix) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_QueryInterface(IDXGISwapChain2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISwapChain2_AddRef(IDXGISwapChain2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISwapChain2_Release(IDXGISwapChain2* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_SetPrivateData(IDXGISwapChain2* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetPrivateDataInterface(IDXGISwapChain2* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetPrivateData(IDXGISwapChain2* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetParent(IDXGISwapChain2* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_GetDevice(IDXGISwapChain2* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGISwapChain methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_Present(IDXGISwapChain2* This,UINT sync_interval,UINT flags) { + return This->lpVtbl->Present(This,sync_interval,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetBuffer(IDXGISwapChain2* This,UINT buffer_idx,REFIID riid,void **surface) { + return This->lpVtbl->GetBuffer(This,buffer_idx,riid,surface); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetFullscreenState(IDXGISwapChain2* This,WINBOOL fullscreen,IDXGIOutput *target) { + return This->lpVtbl->SetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetFullscreenState(IDXGISwapChain2* This,WINBOOL *fullscreen,IDXGIOutput **target) { + return This->lpVtbl->GetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetDesc(IDXGISwapChain2* This,DXGI_SWAP_CHAIN_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGISwapChain2_ResizeBuffers(IDXGISwapChain2* This,UINT buffer_count,UINT width,UINT height,DXGI_FORMAT format,UINT flags) { + return This->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain2_ResizeTarget(IDXGISwapChain2* This,const DXGI_MODE_DESC *target_mode_desc) { + return This->lpVtbl->ResizeTarget(This,target_mode_desc); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetContainingOutput(IDXGISwapChain2* This,IDXGIOutput **output) { + return This->lpVtbl->GetContainingOutput(This,output); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetFrameStatistics(IDXGISwapChain2* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetLastPresentCount(IDXGISwapChain2* This,UINT *last_present_count) { + return This->lpVtbl->GetLastPresentCount(This,last_present_count); +} +/*** IDXGISwapChain1 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_GetDesc1(IDXGISwapChain2* This,DXGI_SWAP_CHAIN_DESC1 *pDesc) { + return This->lpVtbl->GetDesc1(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetFullscreenDesc(IDXGISwapChain2* This,DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc) { + return This->lpVtbl->GetFullscreenDesc(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetHwnd(IDXGISwapChain2* This,HWND *pHwnd) { + return This->lpVtbl->GetHwnd(This,pHwnd); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetCoreWindow(IDXGISwapChain2* This,REFIID refiid,void **ppUnk) { + return This->lpVtbl->GetCoreWindow(This,refiid,ppUnk); +} +static FORCEINLINE HRESULT IDXGISwapChain2_Present1(IDXGISwapChain2* This,UINT SyncInterval,UINT PresentFlags,const DXGI_PRESENT_PARAMETERS *pPresentParameters) { + return This->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters); +} +static FORCEINLINE WINBOOL IDXGISwapChain2_IsTemporaryMonoSupported(IDXGISwapChain2* This) { + return This->lpVtbl->IsTemporaryMonoSupported(This); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetRestrictToOutput(IDXGISwapChain2* This,IDXGIOutput **ppRestrictToOutput) { + return This->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetBackgroundColor(IDXGISwapChain2* This,const DXGI_RGBA *pColor) { + return This->lpVtbl->SetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetBackgroundColor(IDXGISwapChain2* This,DXGI_RGBA *pColor) { + return This->lpVtbl->GetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetRotation(IDXGISwapChain2* This,DXGI_MODE_ROTATION Rotation) { + return This->lpVtbl->SetRotation(This,Rotation); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetRotation(IDXGISwapChain2* This,DXGI_MODE_ROTATION *pRotation) { + return This->lpVtbl->GetRotation(This,pRotation); +} +/*** IDXGISwapChain2 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain2_SetSourceSize(IDXGISwapChain2* This,UINT width,UINT height) { + return This->lpVtbl->SetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetSourceSize(IDXGISwapChain2* This,UINT *width,UINT *height) { + return This->lpVtbl->GetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetMaximumFrameLatency(IDXGISwapChain2* This,UINT max_latency) { + return This->lpVtbl->SetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetMaximumFrameLatency(IDXGISwapChain2* This,UINT *max_latency) { + return This->lpVtbl->GetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HANDLE IDXGISwapChain2_GetFrameLatencyWaitableObject(IDXGISwapChain2* This) { + return This->lpVtbl->GetFrameLatencyWaitableObject(This); +} +static FORCEINLINE HRESULT IDXGISwapChain2_SetMatrixTransform(IDXGISwapChain2* This,const DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->SetMatrixTransform(This,matrix); +} +static FORCEINLINE HRESULT IDXGISwapChain2_GetMatrixTransform(IDXGISwapChain2* This,DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->GetMatrixTransform(This,matrix); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISwapChain2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIOutput2 interface + */ +#ifndef __IDXGIOutput2_INTERFACE_DEFINED__ +#define __IDXGIOutput2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput2, 0x595e39d1, 0x2724, 0x4663, 0x99,0xb1, 0xda,0x96,0x9d,0xe2,0x83,0x64); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("595e39d1-2724-4663-99b1-da969de28364") +IDXGIOutput2 : public IDXGIOutput1 +{ + virtual WINBOOL STDMETHODCALLTYPE SupportsOverlays( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput2, 0x595e39d1, 0x2724, 0x4663, 0x99,0xb1, 0xda,0x96,0x9d,0xe2,0x83,0x64) +#endif +#else +typedef struct IDXGIOutput2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput2 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput2 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput2 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput2 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput2 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput2 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput2 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput2 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput2 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput2 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput2 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput2 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput2 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput2 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput2 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput2 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput2 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput2 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput2 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput2 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput2 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + /*** IDXGIOutput2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *SupportsOverlays)( + IDXGIOutput2 *This); + + END_INTERFACE +} IDXGIOutput2Vtbl; + +interface IDXGIOutput2 { + CONST_VTBL IDXGIOutput2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput2_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput2_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput2_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput2_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput2_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput2_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput2_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput2_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput2_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput2_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput2_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput2_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput2_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput2_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput2_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput2_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput2_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput2_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput2_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput2_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput2_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +/*** IDXGIOutput2 methods ***/ +#define IDXGIOutput2_SupportsOverlays(This) (This)->lpVtbl->SupportsOverlays(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput2_QueryInterface(IDXGIOutput2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput2_AddRef(IDXGIOutput2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput2_Release(IDXGIOutput2* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput2_SetPrivateData(IDXGIOutput2* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput2_SetPrivateDataInterface(IDXGIOutput2* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetPrivateData(IDXGIOutput2* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetParent(IDXGIOutput2* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput2_GetDesc(IDXGIOutput2* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetDisplayModeList(IDXGIOutput2* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput2_FindClosestMatchingMode(IDXGIOutput2* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput2_WaitForVBlank(IDXGIOutput2* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput2_TakeOwnership(IDXGIOutput2* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput2_ReleaseOwnership(IDXGIOutput2* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetGammaControlCapabilities(IDXGIOutput2* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput2_SetGammaControl(IDXGIOutput2* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetGammaControl(IDXGIOutput2* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput2_SetDisplaySurface(IDXGIOutput2* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetDisplaySurfaceData(IDXGIOutput2* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetFrameStatistics(IDXGIOutput2* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput2_GetDisplayModeList1(IDXGIOutput2* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput2_FindClosestMatchingMode1(IDXGIOutput2* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput2_GetDisplaySurfaceData1(IDXGIOutput2* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput2_DuplicateOutput(IDXGIOutput2* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +/*** IDXGIOutput2 methods ***/ +static FORCEINLINE WINBOOL IDXGIOutput2_SupportsOverlays(IDXGIOutput2* This) { + return This->lpVtbl->SupportsOverlays(This); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIFactory3 interface + */ +#ifndef __IDXGIFactory3_INTERFACE_DEFINED__ +#define __IDXGIFactory3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIFactory3, 0x25483823, 0xcd46, 0x4c7d, 0x86,0xca, 0x47,0xaa,0x95,0xb8,0x37,0xbd); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("25483823-cd46-4c7d-86ca-47aa95b837bd") +IDXGIFactory3 : public IDXGIFactory2 +{ + virtual UINT STDMETHODCALLTYPE GetCreationFlags( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIFactory3, 0x25483823, 0xcd46, 0x4c7d, 0x86,0xca, 0x47,0xaa,0x95,0xb8,0x37,0xbd) +#endif +#else +typedef struct IDXGIFactory3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIFactory3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIFactory3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIFactory3 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIFactory3 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIFactory3 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIFactory3 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIFactory3 *This, + REFIID riid, + void **parent); + + /*** IDXGIFactory methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters)( + IDXGIFactory3 *This, + UINT adapter_idx, + IDXGIAdapter **adapter); + + HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( + IDXGIFactory3 *This, + HWND window, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( + IDXGIFactory3 *This, + HWND *window); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( + IDXGIFactory3 *This, + IUnknown *device, + DXGI_SWAP_CHAIN_DESC *desc, + IDXGISwapChain **swapchain); + + HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( + IDXGIFactory3 *This, + HMODULE swrast, + IDXGIAdapter **adapter); + + /*** IDXGIFactory1 methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters1)( + IDXGIFactory3 *This, + UINT Adapter, + IDXGIAdapter1 **ppAdapter); + + WINBOOL (STDMETHODCALLTYPE *IsCurrent)( + IDXGIFactory3 *This); + + /*** IDXGIFactory2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *IsWindowedStereoEnabled)( + IDXGIFactory3 *This); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForHwnd)( + IDXGIFactory3 *This, + IUnknown *pDevice, + HWND hWnd, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForCoreWindow)( + IDXGIFactory3 *This, + IUnknown *pDevice, + IUnknown *pWindow, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *GetSharedResourceAdapterLuid)( + IDXGIFactory3 *This, + HANDLE hResource, + LUID *pLuid); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusWindow)( + IDXGIFactory3 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusEvent)( + IDXGIFactory3 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterStereoStatus)( + IDXGIFactory3 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusWindow)( + IDXGIFactory3 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusEvent)( + IDXGIFactory3 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterOcclusionStatus)( + IDXGIFactory3 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForComposition)( + IDXGIFactory3 *This, + IUnknown *pDevice, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + /*** IDXGIFactory3 methods ***/ + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + IDXGIFactory3 *This); + + END_INTERFACE +} IDXGIFactory3Vtbl; + +interface IDXGIFactory3 { + CONST_VTBL IDXGIFactory3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIFactory3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIFactory3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIFactory3_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIFactory3_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIFactory3_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIFactory3_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIFactory3_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIFactory methods ***/ +#define IDXGIFactory3_EnumAdapters(This,adapter_idx,adapter) (This)->lpVtbl->EnumAdapters(This,adapter_idx,adapter) +#define IDXGIFactory3_MakeWindowAssociation(This,window,flags) (This)->lpVtbl->MakeWindowAssociation(This,window,flags) +#define IDXGIFactory3_GetWindowAssociation(This,window) (This)->lpVtbl->GetWindowAssociation(This,window) +#define IDXGIFactory3_CreateSwapChain(This,device,desc,swapchain) (This)->lpVtbl->CreateSwapChain(This,device,desc,swapchain) +#define IDXGIFactory3_CreateSoftwareAdapter(This,swrast,adapter) (This)->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter) +/*** IDXGIFactory1 methods ***/ +#define IDXGIFactory3_EnumAdapters1(This,Adapter,ppAdapter) (This)->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter) +#define IDXGIFactory3_IsCurrent(This) (This)->lpVtbl->IsCurrent(This) +/*** IDXGIFactory2 methods ***/ +#define IDXGIFactory3_IsWindowedStereoEnabled(This) (This)->lpVtbl->IsWindowedStereoEnabled(This) +#define IDXGIFactory3_CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory3_CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory3_GetSharedResourceAdapterLuid(This,hResource,pLuid) (This)->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid) +#define IDXGIFactory3_RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory3_RegisterStereoStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory3_UnregisterStereoStatus(This,dwCookie) (This)->lpVtbl->UnregisterStereoStatus(This,dwCookie) +#define IDXGIFactory3_RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory3_RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory3_UnregisterOcclusionStatus(This,dwCookie) (This)->lpVtbl->UnregisterOcclusionStatus(This,dwCookie) +#define IDXGIFactory3_CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) +/*** IDXGIFactory3 methods ***/ +#define IDXGIFactory3_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIFactory3_QueryInterface(IDXGIFactory3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIFactory3_AddRef(IDXGIFactory3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIFactory3_Release(IDXGIFactory3* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIFactory3_SetPrivateData(IDXGIFactory3* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory3_SetPrivateDataInterface(IDXGIFactory3* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIFactory3_GetPrivateData(IDXGIFactory3* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory3_GetParent(IDXGIFactory3* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIFactory methods ***/ +static FORCEINLINE HRESULT IDXGIFactory3_EnumAdapters(IDXGIFactory3* This,UINT adapter_idx,IDXGIAdapter **adapter) { + return This->lpVtbl->EnumAdapters(This,adapter_idx,adapter); +} +static FORCEINLINE HRESULT IDXGIFactory3_MakeWindowAssociation(IDXGIFactory3* This,HWND window,UINT flags) { + return This->lpVtbl->MakeWindowAssociation(This,window,flags); +} +static FORCEINLINE HRESULT IDXGIFactory3_GetWindowAssociation(IDXGIFactory3* This,HWND *window) { + return This->lpVtbl->GetWindowAssociation(This,window); +} +static FORCEINLINE HRESULT IDXGIFactory3_CreateSwapChain(IDXGIFactory3* This,IUnknown *device,DXGI_SWAP_CHAIN_DESC *desc,IDXGISwapChain **swapchain) { + return This->lpVtbl->CreateSwapChain(This,device,desc,swapchain); +} +static FORCEINLINE HRESULT IDXGIFactory3_CreateSoftwareAdapter(IDXGIFactory3* This,HMODULE swrast,IDXGIAdapter **adapter) { + return This->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter); +} +/*** IDXGIFactory1 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory3_EnumAdapters1(IDXGIFactory3* This,UINT Adapter,IDXGIAdapter1 **ppAdapter) { + return This->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter); +} +static FORCEINLINE WINBOOL IDXGIFactory3_IsCurrent(IDXGIFactory3* This) { + return This->lpVtbl->IsCurrent(This); +} +/*** IDXGIFactory2 methods ***/ +static FORCEINLINE WINBOOL IDXGIFactory3_IsWindowedStereoEnabled(IDXGIFactory3* This) { + return This->lpVtbl->IsWindowedStereoEnabled(This); +} +static FORCEINLINE HRESULT IDXGIFactory3_CreateSwapChainForHwnd(IDXGIFactory3* This,IUnknown *pDevice,HWND hWnd,const DXGI_SWAP_CHAIN_DESC1 *pDesc,const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory3_CreateSwapChainForCoreWindow(IDXGIFactory3* This,IUnknown *pDevice,IUnknown *pWindow,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory3_GetSharedResourceAdapterLuid(IDXGIFactory3* This,HANDLE hResource,LUID *pLuid) { + return This->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid); +} +static FORCEINLINE HRESULT IDXGIFactory3_RegisterOcclusionStatusWindow(IDXGIFactory3* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory3_RegisterStereoStatusEvent(IDXGIFactory3* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory3_UnregisterStereoStatus(IDXGIFactory3* This,DWORD dwCookie) { + This->lpVtbl->UnregisterStereoStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory3_RegisterStereoStatusWindow(IDXGIFactory3* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory3_RegisterOcclusionStatusEvent(IDXGIFactory3* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory3_UnregisterOcclusionStatus(IDXGIFactory3* This,DWORD dwCookie) { + This->lpVtbl->UnregisterOcclusionStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory3_CreateSwapChainForComposition(IDXGIFactory3* This,IUnknown *pDevice,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain); +} +/*** IDXGIFactory3 methods ***/ +static FORCEINLINE UINT IDXGIFactory3_GetCreationFlags(IDXGIFactory3* This) { + return This->lpVtbl->GetCreationFlags(This); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIFactory3_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIDecodeSwapChain interface + */ +#ifndef __IDXGIDecodeSwapChain_INTERFACE_DEFINED__ +#define __IDXGIDecodeSwapChain_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIDecodeSwapChain, 0x2633066b, 0x4514, 0x4c7a, 0x8f,0xd8, 0x12,0xea,0x98,0x05,0x9d,0x18); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("2633066b-4514-4c7a-8fd8-12ea98059d18") +IDXGIDecodeSwapChain : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE PresentBuffer( + UINT buffer_to_present, + UINT sync_interval, + UINT flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSourceRect( + const RECT *rect) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTargetRect( + const RECT *rect) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDestSize( + UINT width, + UINT height) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSourceRect( + RECT *rect) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTargetRect( + RECT *rect) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDestSize( + UINT *width, + UINT *height) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetColorSpace( + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS colorspace) = 0; + + virtual DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS STDMETHODCALLTYPE GetColorSpace( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIDecodeSwapChain, 0x2633066b, 0x4514, 0x4c7a, 0x8f,0xd8, 0x12,0xea,0x98,0x05,0x9d,0x18) +#endif +#else +typedef struct IDXGIDecodeSwapChainVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIDecodeSwapChain *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIDecodeSwapChain *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIDecodeSwapChain *This); + + /*** IDXGIDecodeSwapChain methods ***/ + HRESULT (STDMETHODCALLTYPE *PresentBuffer)( + IDXGIDecodeSwapChain *This, + UINT buffer_to_present, + UINT sync_interval, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *SetSourceRect)( + IDXGIDecodeSwapChain *This, + const RECT *rect); + + HRESULT (STDMETHODCALLTYPE *SetTargetRect)( + IDXGIDecodeSwapChain *This, + const RECT *rect); + + HRESULT (STDMETHODCALLTYPE *SetDestSize)( + IDXGIDecodeSwapChain *This, + UINT width, + UINT height); + + HRESULT (STDMETHODCALLTYPE *GetSourceRect)( + IDXGIDecodeSwapChain *This, + RECT *rect); + + HRESULT (STDMETHODCALLTYPE *GetTargetRect)( + IDXGIDecodeSwapChain *This, + RECT *rect); + + HRESULT (STDMETHODCALLTYPE *GetDestSize)( + IDXGIDecodeSwapChain *This, + UINT *width, + UINT *height); + + HRESULT (STDMETHODCALLTYPE *SetColorSpace)( + IDXGIDecodeSwapChain *This, + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS colorspace); + + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS (STDMETHODCALLTYPE *GetColorSpace)( + IDXGIDecodeSwapChain *This); + + END_INTERFACE +} IDXGIDecodeSwapChainVtbl; + +interface IDXGIDecodeSwapChain { + CONST_VTBL IDXGIDecodeSwapChainVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIDecodeSwapChain_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIDecodeSwapChain_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIDecodeSwapChain_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIDecodeSwapChain methods ***/ +#define IDXGIDecodeSwapChain_PresentBuffer(This,buffer_to_present,sync_interval,flags) (This)->lpVtbl->PresentBuffer(This,buffer_to_present,sync_interval,flags) +#define IDXGIDecodeSwapChain_SetSourceRect(This,rect) (This)->lpVtbl->SetSourceRect(This,rect) +#define IDXGIDecodeSwapChain_SetTargetRect(This,rect) (This)->lpVtbl->SetTargetRect(This,rect) +#define IDXGIDecodeSwapChain_SetDestSize(This,width,height) (This)->lpVtbl->SetDestSize(This,width,height) +#define IDXGIDecodeSwapChain_GetSourceRect(This,rect) (This)->lpVtbl->GetSourceRect(This,rect) +#define IDXGIDecodeSwapChain_GetTargetRect(This,rect) (This)->lpVtbl->GetTargetRect(This,rect) +#define IDXGIDecodeSwapChain_GetDestSize(This,width,height) (This)->lpVtbl->GetDestSize(This,width,height) +#define IDXGIDecodeSwapChain_SetColorSpace(This,colorspace) (This)->lpVtbl->SetColorSpace(This,colorspace) +#define IDXGIDecodeSwapChain_GetColorSpace(This) (This)->lpVtbl->GetColorSpace(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_QueryInterface(IDXGIDecodeSwapChain* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIDecodeSwapChain_AddRef(IDXGIDecodeSwapChain* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIDecodeSwapChain_Release(IDXGIDecodeSwapChain* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIDecodeSwapChain methods ***/ +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_PresentBuffer(IDXGIDecodeSwapChain* This,UINT buffer_to_present,UINT sync_interval,UINT flags) { + return This->lpVtbl->PresentBuffer(This,buffer_to_present,sync_interval,flags); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_SetSourceRect(IDXGIDecodeSwapChain* This,const RECT *rect) { + return This->lpVtbl->SetSourceRect(This,rect); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_SetTargetRect(IDXGIDecodeSwapChain* This,const RECT *rect) { + return This->lpVtbl->SetTargetRect(This,rect); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_SetDestSize(IDXGIDecodeSwapChain* This,UINT width,UINT height) { + return This->lpVtbl->SetDestSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_GetSourceRect(IDXGIDecodeSwapChain* This,RECT *rect) { + return This->lpVtbl->GetSourceRect(This,rect); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_GetTargetRect(IDXGIDecodeSwapChain* This,RECT *rect) { + return This->lpVtbl->GetTargetRect(This,rect); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_GetDestSize(IDXGIDecodeSwapChain* This,UINT *width,UINT *height) { + return This->lpVtbl->GetDestSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGIDecodeSwapChain_SetColorSpace(IDXGIDecodeSwapChain* This,DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS colorspace) { + return This->lpVtbl->SetColorSpace(This,colorspace); +} +static FORCEINLINE DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS IDXGIDecodeSwapChain_GetColorSpace(IDXGIDecodeSwapChain* This) { + return This->lpVtbl->GetColorSpace(This); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIDecodeSwapChain_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIFactoryMedia interface + */ +#ifndef __IDXGIFactoryMedia_INTERFACE_DEFINED__ +#define __IDXGIFactoryMedia_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIFactoryMedia, 0x41e7d1f2, 0xa591, 0x4f7b, 0xa2,0xe5, 0xfa,0x9c,0x84,0x3e,0x1c,0x12); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("41e7d1f2-a591-4f7b-a2e5-fa9c843e1c12") +IDXGIFactoryMedia : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateSwapChainForCompositionSurfaceHandle( + IUnknown *device, + HANDLE surface, + const DXGI_SWAP_CHAIN_DESC1 *desc, + IDXGIOutput *restrict_to_output, + IDXGISwapChain1 **swapchain) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDecodeSwapChainForCompositionSurfaceHandle( + IUnknown *device, + HANDLE surface, + DXGI_DECODE_SWAP_CHAIN_DESC *desc, + IDXGIResource *yuv_decode_buffers, + IDXGIOutput *restrict_to_output, + IDXGIDecodeSwapChain **swapchain) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIFactoryMedia, 0x41e7d1f2, 0xa591, 0x4f7b, 0xa2,0xe5, 0xfa,0x9c,0x84,0x3e,0x1c,0x12) +#endif +#else +typedef struct IDXGIFactoryMediaVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIFactoryMedia *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIFactoryMedia *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIFactoryMedia *This); + + /*** IDXGIFactoryMedia methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForCompositionSurfaceHandle)( + IDXGIFactoryMedia *This, + IUnknown *device, + HANDLE surface, + const DXGI_SWAP_CHAIN_DESC1 *desc, + IDXGIOutput *restrict_to_output, + IDXGISwapChain1 **swapchain); + + HRESULT (STDMETHODCALLTYPE *CreateDecodeSwapChainForCompositionSurfaceHandle)( + IDXGIFactoryMedia *This, + IUnknown *device, + HANDLE surface, + DXGI_DECODE_SWAP_CHAIN_DESC *desc, + IDXGIResource *yuv_decode_buffers, + IDXGIOutput *restrict_to_output, + IDXGIDecodeSwapChain **swapchain); + + END_INTERFACE +} IDXGIFactoryMediaVtbl; + +interface IDXGIFactoryMedia { + CONST_VTBL IDXGIFactoryMediaVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIFactoryMedia_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIFactoryMedia_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIFactoryMedia_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIFactoryMedia methods ***/ +#define IDXGIFactoryMedia_CreateSwapChainForCompositionSurfaceHandle(This,device,surface,desc,restrict_to_output,swapchain) (This)->lpVtbl->CreateSwapChainForCompositionSurfaceHandle(This,device,surface,desc,restrict_to_output,swapchain) +#define IDXGIFactoryMedia_CreateDecodeSwapChainForCompositionSurfaceHandle(This,device,surface,desc,yuv_decode_buffers,restrict_to_output,swapchain) (This)->lpVtbl->CreateDecodeSwapChainForCompositionSurfaceHandle(This,device,surface,desc,yuv_decode_buffers,restrict_to_output,swapchain) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIFactoryMedia_QueryInterface(IDXGIFactoryMedia* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIFactoryMedia_AddRef(IDXGIFactoryMedia* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIFactoryMedia_Release(IDXGIFactoryMedia* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIFactoryMedia methods ***/ +static FORCEINLINE HRESULT IDXGIFactoryMedia_CreateSwapChainForCompositionSurfaceHandle(IDXGIFactoryMedia* This,IUnknown *device,HANDLE surface,const DXGI_SWAP_CHAIN_DESC1 *desc,IDXGIOutput *restrict_to_output,IDXGISwapChain1 **swapchain) { + return This->lpVtbl->CreateSwapChainForCompositionSurfaceHandle(This,device,surface,desc,restrict_to_output,swapchain); +} +static FORCEINLINE HRESULT IDXGIFactoryMedia_CreateDecodeSwapChainForCompositionSurfaceHandle(IDXGIFactoryMedia* This,IUnknown *device,HANDLE surface,DXGI_DECODE_SWAP_CHAIN_DESC *desc,IDXGIResource *yuv_decode_buffers,IDXGIOutput *restrict_to_output,IDXGIDecodeSwapChain **swapchain) { + return This->lpVtbl->CreateDecodeSwapChainForCompositionSurfaceHandle(This,device,surface,desc,yuv_decode_buffers,restrict_to_output,swapchain); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIFactoryMedia_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGISwapChainMedia interface + */ +#ifndef __IDXGISwapChainMedia_INTERFACE_DEFINED__ +#define __IDXGISwapChainMedia_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISwapChainMedia, 0xdd95b90b, 0xf05f, 0x4f6a, 0xbd,0x65, 0x25,0xbf,0xb2,0x64,0xbd,0x84); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("dd95b90b-f05f-4f6a-bd65-25bfb264bd84") +IDXGISwapChainMedia : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetFrameStatisticsMedia( + DXGI_FRAME_STATISTICS_MEDIA *stats) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetPresentDuration( + UINT duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckPresentDurationSupport( + UINT desired_present_duration, + UINT *closest_smaller_present_duration, + UINT *closest_larger_present_duration) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISwapChainMedia, 0xdd95b90b, 0xf05f, 0x4f6a, 0xbd,0x65, 0x25,0xbf,0xb2,0x64,0xbd,0x84) +#endif +#else +typedef struct IDXGISwapChainMediaVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISwapChainMedia *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISwapChainMedia *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISwapChainMedia *This); + + /*** IDXGISwapChainMedia methods ***/ + HRESULT (STDMETHODCALLTYPE *GetFrameStatisticsMedia)( + IDXGISwapChainMedia *This, + DXGI_FRAME_STATISTICS_MEDIA *stats); + + HRESULT (STDMETHODCALLTYPE *SetPresentDuration)( + IDXGISwapChainMedia *This, + UINT duration); + + HRESULT (STDMETHODCALLTYPE *CheckPresentDurationSupport)( + IDXGISwapChainMedia *This, + UINT desired_present_duration, + UINT *closest_smaller_present_duration, + UINT *closest_larger_present_duration); + + END_INTERFACE +} IDXGISwapChainMediaVtbl; + +interface IDXGISwapChainMedia { + CONST_VTBL IDXGISwapChainMediaVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISwapChainMedia_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISwapChainMedia_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISwapChainMedia_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGISwapChainMedia methods ***/ +#define IDXGISwapChainMedia_GetFrameStatisticsMedia(This,stats) (This)->lpVtbl->GetFrameStatisticsMedia(This,stats) +#define IDXGISwapChainMedia_SetPresentDuration(This,duration) (This)->lpVtbl->SetPresentDuration(This,duration) +#define IDXGISwapChainMedia_CheckPresentDurationSupport(This,desired_present_duration,closest_smaller_present_duration,closest_larger_present_duration) (This)->lpVtbl->CheckPresentDurationSupport(This,desired_present_duration,closest_smaller_present_duration,closest_larger_present_duration) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISwapChainMedia_QueryInterface(IDXGISwapChainMedia* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISwapChainMedia_AddRef(IDXGISwapChainMedia* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISwapChainMedia_Release(IDXGISwapChainMedia* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGISwapChainMedia methods ***/ +static FORCEINLINE HRESULT IDXGISwapChainMedia_GetFrameStatisticsMedia(IDXGISwapChainMedia* This,DXGI_FRAME_STATISTICS_MEDIA *stats) { + return This->lpVtbl->GetFrameStatisticsMedia(This,stats); +} +static FORCEINLINE HRESULT IDXGISwapChainMedia_SetPresentDuration(IDXGISwapChainMedia* This,UINT duration) { + return This->lpVtbl->SetPresentDuration(This,duration); +} +static FORCEINLINE HRESULT IDXGISwapChainMedia_CheckPresentDurationSupport(IDXGISwapChainMedia* This,UINT desired_present_duration,UINT *closest_smaller_present_duration,UINT *closest_larger_present_duration) { + return This->lpVtbl->CheckPresentDurationSupport(This,desired_present_duration,closest_smaller_present_duration,closest_larger_present_duration); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISwapChainMedia_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIOutput3 interface + */ +#ifndef __IDXGIOutput3_INTERFACE_DEFINED__ +#define __IDXGIOutput3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput3, 0x8a6bb301, 0x7e7e, 0x41f4, 0xa8,0xe0, 0x5b,0x32,0xf7,0xf9,0x9b,0x18); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8a6bb301-7e7e-41f4-a8e0-5b32f7f99b18") +IDXGIOutput3 : public IDXGIOutput2 +{ + virtual HRESULT STDMETHODCALLTYPE CheckOverlaySupport( + DXGI_FORMAT enum_format, + IUnknown *concerned_device, + UINT *flags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput3, 0x8a6bb301, 0x7e7e, 0x41f4, 0xa8,0xe0, 0x5b,0x32,0xf7,0xf9,0x9b,0x18) +#endif +#else +typedef struct IDXGIOutput3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput3 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput3 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput3 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput3 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput3 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput3 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput3 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput3 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput3 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput3 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput3 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput3 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput3 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput3 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput3 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput3 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput3 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput3 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput3 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput3 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput3 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + /*** IDXGIOutput2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *SupportsOverlays)( + IDXGIOutput3 *This); + + /*** IDXGIOutput3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlaySupport)( + IDXGIOutput3 *This, + DXGI_FORMAT enum_format, + IUnknown *concerned_device, + UINT *flags); + + END_INTERFACE +} IDXGIOutput3Vtbl; + +interface IDXGIOutput3 { + CONST_VTBL IDXGIOutput3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput3_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput3_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput3_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput3_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput3_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput3_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput3_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput3_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput3_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput3_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput3_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput3_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput3_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput3_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput3_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput3_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput3_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput3_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput3_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput3_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput3_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +/*** IDXGIOutput2 methods ***/ +#define IDXGIOutput3_SupportsOverlays(This) (This)->lpVtbl->SupportsOverlays(This) +/*** IDXGIOutput3 methods ***/ +#define IDXGIOutput3_CheckOverlaySupport(This,enum_format,concerned_device,flags) (This)->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput3_QueryInterface(IDXGIOutput3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput3_AddRef(IDXGIOutput3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput3_Release(IDXGIOutput3* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput3_SetPrivateData(IDXGIOutput3* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput3_SetPrivateDataInterface(IDXGIOutput3* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetPrivateData(IDXGIOutput3* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetParent(IDXGIOutput3* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput3_GetDesc(IDXGIOutput3* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetDisplayModeList(IDXGIOutput3* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput3_FindClosestMatchingMode(IDXGIOutput3* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput3_WaitForVBlank(IDXGIOutput3* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput3_TakeOwnership(IDXGIOutput3* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput3_ReleaseOwnership(IDXGIOutput3* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetGammaControlCapabilities(IDXGIOutput3* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput3_SetGammaControl(IDXGIOutput3* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetGammaControl(IDXGIOutput3* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput3_SetDisplaySurface(IDXGIOutput3* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetDisplaySurfaceData(IDXGIOutput3* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetFrameStatistics(IDXGIOutput3* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput3_GetDisplayModeList1(IDXGIOutput3* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput3_FindClosestMatchingMode1(IDXGIOutput3* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput3_GetDisplaySurfaceData1(IDXGIOutput3* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput3_DuplicateOutput(IDXGIOutput3* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +/*** IDXGIOutput2 methods ***/ +static FORCEINLINE WINBOOL IDXGIOutput3_SupportsOverlays(IDXGIOutput3* This) { + return This->lpVtbl->SupportsOverlays(This); +} +/*** IDXGIOutput3 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput3_CheckOverlaySupport(IDXGIOutput3* This,DXGI_FORMAT enum_format,IUnknown *concerned_device,UINT *flags) { + return This->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput3_INTERFACE_DEFINED__ */ + +#define DXGI_CREATE_FACTORY_DEBUG (0x1) + +HRESULT __stdcall CreateDXGIFactory2(UINT flags,REFIID iid,void **factory); + +HRESULT __stdcall DXGIGetDebugInterface1(UINT flags,REFIID iid,void **debug); + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __dxgi1_3_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_3.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_3.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_3.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_3.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,231 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "dxgi1_2.idl"; + +typedef struct DXGI_MATRIX_3X2_F +{ + float _11; + float _12; + float _21; + float _22; + float _31; + float _32; +} DXGI_MATRIX_3X2_F; + +typedef struct DXGI_DECODE_SWAP_CHAIN_DESC +{ + UINT Flags; +} DXGI_DECODE_SWAP_CHAIN_DESC; + +typedef enum DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS +{ + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE = 0x1, + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709 = 0x2, + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC = 0x4, +} DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS; + +typedef enum DXGI_FRAME_PRESENTATION_MODE +{ + DXGI_FRAME_PRESENTATION_MODE_COMPOSED = 0, + DXGI_FRAME_PRESENTATION_MODE_OVERLAY = 1, + DXGI_FRAME_PRESENTATION_MODE_NONE = 2, + DXGI_FRAME_PRESENTATION_MODE_COMPOSITION_FAILURE = 3, +} DXGI_FRAME_PRESENTATION_MODE; + +typedef struct DXGI_FRAME_STATISTICS_MEDIA +{ + UINT PresentCount; + UINT PresentRefreshCount; + UINT SyncRefreshCount; + LARGE_INTEGER SyncQPCTime; + LARGE_INTEGER SyncGPUTime; + DXGI_FRAME_PRESENTATION_MODE CompositionMode; + UINT ApprovedPresentDuration; +} DXGI_FRAME_STATISTICS_MEDIA; + +typedef enum DXGI_OVERLAY_SUPPORT_FLAG +{ + DXGI_OVERLAY_SUPPORT_FLAG_DIRECT = 0x1, + DXGI_OVERLAY_SUPPORT_FLAG_SCALING = 0x2, +} DXGI_OVERLAY_SUPPORT_FLAG; + +[ + object, + uuid(6007896c-3244-4afd-bf18-a6d3beda5023), + local, + pointer_default(unique) +] +interface IDXGIDevice3 : IDXGIDevice2 +{ + void Trim(); +} + +[ + object, + uuid(a8be2ac4-199f-4946-b331-79599fb98de7), + local, + pointer_default(unique) +] +interface IDXGISwapChain2 : IDXGISwapChain1 +{ + HRESULT SetSourceSize(UINT width, UINT height); + + HRESULT GetSourceSize( + [out] UINT *width, + [out] UINT *height + ); + + HRESULT SetMaximumFrameLatency(UINT max_latency); + + HRESULT GetMaximumFrameLatency( + [out] UINT *max_latency + ); + + HANDLE GetFrameLatencyWaitableObject(); + + HRESULT SetMatrixTransform(const DXGI_MATRIX_3X2_F *matrix); + + HRESULT GetMatrixTransform( + [out] DXGI_MATRIX_3X2_F *matrix + ); +} + +[ + object, + uuid(595e39d1-2724-4663-99b1-da969de28364), + local, + pointer_default(unique) +] +interface IDXGIOutput2 : IDXGIOutput1 +{ + BOOL SupportsOverlays(); +} + +[ + object, + uuid(25483823-cd46-4c7d-86ca-47aa95b837bd), + local, + pointer_default(unique) +] +interface IDXGIFactory3 : IDXGIFactory2 +{ + UINT GetCreationFlags(); +} + +[ + object, + uuid(2633066b-4514-4c7a-8fd8-12ea98059d18), + local, + pointer_default(unique) +] +interface IDXGIDecodeSwapChain : IUnknown +{ + HRESULT PresentBuffer(UINT buffer_to_present, UINT sync_interval, UINT flags); + + HRESULT SetSourceRect(const RECT *rect); + + HRESULT SetTargetRect(const RECT *rect); + + HRESULT SetDestSize(UINT width, UINT height); + + HRESULT GetSourceRect( + [out] RECT *rect + ); + + HRESULT GetTargetRect( + [out] RECT *rect + ); + + HRESULT GetDestSize( + [out] UINT *width, + [out] UINT *height + ); + + HRESULT SetColorSpace(DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS colorspace); + + DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS GetColorSpace(); +} + +[ + object, + uuid(41e7d1f2-a591-4f7b-a2e5-fa9c843e1c12), + local, + pointer_default(unique) +] +interface IDXGIFactoryMedia : IUnknown +{ + HRESULT CreateSwapChainForCompositionSurfaceHandle( + [in] IUnknown *device, + [in] HANDLE surface, + [in] const DXGI_SWAP_CHAIN_DESC1 *desc, + [in] IDXGIOutput *restrict_to_output, + [out] IDXGISwapChain1 **swapchain + ); + + HRESULT CreateDecodeSwapChainForCompositionSurfaceHandle( + [in] IUnknown *device, + [in] HANDLE surface, + [in] DXGI_DECODE_SWAP_CHAIN_DESC *desc, + [in] IDXGIResource *yuv_decode_buffers, + [in] IDXGIOutput *restrict_to_output, + [out] IDXGIDecodeSwapChain **swapchain + ); +} + +[ + object, + uuid(dd95b90b-f05f-4f6a-bd65-25bfb264bd84), + local, + pointer_default(unique) +] +interface IDXGISwapChainMedia : IUnknown +{ + HRESULT GetFrameStatisticsMedia( + [out] DXGI_FRAME_STATISTICS_MEDIA *stats + ); + + HRESULT SetPresentDuration(UINT duration); + + HRESULT CheckPresentDurationSupport( + UINT desired_present_duration, + [out] UINT *closest_smaller_present_duration, + [out] UINT *closest_larger_present_duration + ); +} + +[ + object, + uuid(8a6bb301-7e7e-41F4-a8e0-5b32f7f99b18), + local, + pointer_default(unique) +] +interface IDXGIOutput3 : IDXGIOutput2 +{ + HRESULT CheckOverlaySupport( + [in] DXGI_FORMAT enum_format, + [out] IUnknown *concerned_device, + [out] UINT *flags + ); +} + +const UINT DXGI_CREATE_FACTORY_DEBUG = 0x1; + +[local] HRESULT __stdcall CreateDXGIFactory2(UINT flags, REFIID iid, void **factory); + +[local] HRESULT __stdcall DXGIGetDebugInterface1(UINT flags, REFIID iid, void **debug); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_4.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_4.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_4.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_4.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1355 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi1_4.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __dxgi1_4_h__ +#define __dxgi1_4_h__ + +/* Forward declarations */ + +#ifndef __IDXGISwapChain3_FWD_DEFINED__ +#define __IDXGISwapChain3_FWD_DEFINED__ +typedef interface IDXGISwapChain3 IDXGISwapChain3; +#ifdef __cplusplus +interface IDXGISwapChain3; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIOutput4_FWD_DEFINED__ +#define __IDXGIOutput4_FWD_DEFINED__ +typedef interface IDXGIOutput4 IDXGIOutput4; +#ifdef __cplusplus +interface IDXGIOutput4; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIFactory4_FWD_DEFINED__ +#define __IDXGIFactory4_FWD_DEFINED__ +typedef interface IDXGIFactory4 IDXGIFactory4; +#ifdef __cplusplus +interface IDXGIFactory4; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIAdapter3_FWD_DEFINED__ +#define __IDXGIAdapter3_FWD_DEFINED__ +typedef interface IDXGIAdapter3 IDXGIAdapter3; +#ifdef __cplusplus +interface IDXGIAdapter3; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG { + DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT = 0x1, + DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT = 0x2 +} DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG; +typedef enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG { + DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT = 0x1 +} DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; +typedef enum DXGI_MEMORY_SEGMENT_GROUP { + DXGI_MEMORY_SEGMENT_GROUP_LOCAL = 0x0, + DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL = 0x1 +} DXGI_MEMORY_SEGMENT_GROUP; +typedef struct DXGI_QUERY_VIDEO_MEMORY_INFO { + UINT64 Budget; + UINT64 CurrentUsage; + UINT64 AvailableForReservation; + UINT64 CurrentReservation; +} DXGI_QUERY_VIDEO_MEMORY_INFO; +/***************************************************************************** + * IDXGISwapChain3 interface + */ +#ifndef __IDXGISwapChain3_INTERFACE_DEFINED__ +#define __IDXGISwapChain3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISwapChain3, 0x94d99bdb, 0xf1f8, 0x4ab0, 0xb2,0x36, 0x7d,0xa0,0x17,0x0e,0xda,0xb1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("94d99bdb-f1f8-4ab0-b236-7da0170edab1") +IDXGISwapChain3 : public IDXGISwapChain2 +{ + virtual UINT STDMETHODCALLTYPE GetCurrentBackBufferIndex( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckColorSpaceSupport( + DXGI_COLOR_SPACE_TYPE colour_space, + UINT *colour_space_support) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetColorSpace1( + DXGI_COLOR_SPACE_TYPE colour_space) = 0; + + virtual HRESULT STDMETHODCALLTYPE ResizeBuffers1( + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags, + const UINT *node_mask, + IUnknown *const *present_queue) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISwapChain3, 0x94d99bdb, 0xf1f8, 0x4ab0, 0xb2,0x36, 0x7d,0xa0,0x17,0x0e,0xda,0xb1) +#endif +#else +typedef struct IDXGISwapChain3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISwapChain3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISwapChain3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISwapChain3 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGISwapChain3 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGISwapChain3 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGISwapChain3 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGISwapChain3 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGISwapChain3 *This, + REFIID riid, + void **device); + + /*** IDXGISwapChain methods ***/ + HRESULT (STDMETHODCALLTYPE *Present)( + IDXGISwapChain3 *This, + UINT sync_interval, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetBuffer)( + IDXGISwapChain3 *This, + UINT buffer_idx, + REFIID riid, + void **surface); + + HRESULT (STDMETHODCALLTYPE *SetFullscreenState)( + IDXGISwapChain3 *This, + WINBOOL fullscreen, + IDXGIOutput *target); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenState)( + IDXGISwapChain3 *This, + WINBOOL *fullscreen, + IDXGIOutput **target); + + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGISwapChain3 *This, + DXGI_SWAP_CHAIN_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *ResizeBuffers)( + IDXGISwapChain3 *This, + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTarget)( + IDXGISwapChain3 *This, + const DXGI_MODE_DESC *target_mode_desc); + + HRESULT (STDMETHODCALLTYPE *GetContainingOutput)( + IDXGISwapChain3 *This, + IDXGIOutput **output); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGISwapChain3 *This, + DXGI_FRAME_STATISTICS *stats); + + HRESULT (STDMETHODCALLTYPE *GetLastPresentCount)( + IDXGISwapChain3 *This, + UINT *last_present_count); + + /*** IDXGISwapChain1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGISwapChain3 *This, + DXGI_SWAP_CHAIN_DESC1 *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenDesc)( + IDXGISwapChain3 *This, + DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetHwnd)( + IDXGISwapChain3 *This, + HWND *pHwnd); + + HRESULT (STDMETHODCALLTYPE *GetCoreWindow)( + IDXGISwapChain3 *This, + REFIID refiid, + void **ppUnk); + + HRESULT (STDMETHODCALLTYPE *Present1)( + IDXGISwapChain3 *This, + UINT SyncInterval, + UINT PresentFlags, + const DXGI_PRESENT_PARAMETERS *pPresentParameters); + + WINBOOL (STDMETHODCALLTYPE *IsTemporaryMonoSupported)( + IDXGISwapChain3 *This); + + HRESULT (STDMETHODCALLTYPE *GetRestrictToOutput)( + IDXGISwapChain3 *This, + IDXGIOutput **ppRestrictToOutput); + + HRESULT (STDMETHODCALLTYPE *SetBackgroundColor)( + IDXGISwapChain3 *This, + const DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *GetBackgroundColor)( + IDXGISwapChain3 *This, + DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *SetRotation)( + IDXGISwapChain3 *This, + DXGI_MODE_ROTATION Rotation); + + HRESULT (STDMETHODCALLTYPE *GetRotation)( + IDXGISwapChain3 *This, + DXGI_MODE_ROTATION *pRotation); + + /*** IDXGISwapChain2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetSourceSize)( + IDXGISwapChain3 *This, + UINT width, + UINT height); + + HRESULT (STDMETHODCALLTYPE *GetSourceSize)( + IDXGISwapChain3 *This, + UINT *width, + UINT *height); + + HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( + IDXGISwapChain3 *This, + UINT max_latency); + + HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( + IDXGISwapChain3 *This, + UINT *max_latency); + + HANDLE (STDMETHODCALLTYPE *GetFrameLatencyWaitableObject)( + IDXGISwapChain3 *This); + + HRESULT (STDMETHODCALLTYPE *SetMatrixTransform)( + IDXGISwapChain3 *This, + const DXGI_MATRIX_3X2_F *matrix); + + HRESULT (STDMETHODCALLTYPE *GetMatrixTransform)( + IDXGISwapChain3 *This, + DXGI_MATRIX_3X2_F *matrix); + + /*** IDXGISwapChain3 methods ***/ + UINT (STDMETHODCALLTYPE *GetCurrentBackBufferIndex)( + IDXGISwapChain3 *This); + + HRESULT (STDMETHODCALLTYPE *CheckColorSpaceSupport)( + IDXGISwapChain3 *This, + DXGI_COLOR_SPACE_TYPE colour_space, + UINT *colour_space_support); + + HRESULT (STDMETHODCALLTYPE *SetColorSpace1)( + IDXGISwapChain3 *This, + DXGI_COLOR_SPACE_TYPE colour_space); + + HRESULT (STDMETHODCALLTYPE *ResizeBuffers1)( + IDXGISwapChain3 *This, + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags, + const UINT *node_mask, + IUnknown *const *present_queue); + + END_INTERFACE +} IDXGISwapChain3Vtbl; + +interface IDXGISwapChain3 { + CONST_VTBL IDXGISwapChain3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISwapChain3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISwapChain3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISwapChain3_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGISwapChain3_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain3_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGISwapChain3_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain3_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGISwapChain3_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGISwapChain methods ***/ +#define IDXGISwapChain3_Present(This,sync_interval,flags) (This)->lpVtbl->Present(This,sync_interval,flags) +#define IDXGISwapChain3_GetBuffer(This,buffer_idx,riid,surface) (This)->lpVtbl->GetBuffer(This,buffer_idx,riid,surface) +#define IDXGISwapChain3_SetFullscreenState(This,fullscreen,target) (This)->lpVtbl->SetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain3_GetFullscreenState(This,fullscreen,target) (This)->lpVtbl->GetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain3_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGISwapChain3_ResizeBuffers(This,buffer_count,width,height,format,flags) (This)->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags) +#define IDXGISwapChain3_ResizeTarget(This,target_mode_desc) (This)->lpVtbl->ResizeTarget(This,target_mode_desc) +#define IDXGISwapChain3_GetContainingOutput(This,output) (This)->lpVtbl->GetContainingOutput(This,output) +#define IDXGISwapChain3_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +#define IDXGISwapChain3_GetLastPresentCount(This,last_present_count) (This)->lpVtbl->GetLastPresentCount(This,last_present_count) +/*** IDXGISwapChain1 methods ***/ +#define IDXGISwapChain3_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +#define IDXGISwapChain3_GetFullscreenDesc(This,pDesc) (This)->lpVtbl->GetFullscreenDesc(This,pDesc) +#define IDXGISwapChain3_GetHwnd(This,pHwnd) (This)->lpVtbl->GetHwnd(This,pHwnd) +#define IDXGISwapChain3_GetCoreWindow(This,refiid,ppUnk) (This)->lpVtbl->GetCoreWindow(This,refiid,ppUnk) +#define IDXGISwapChain3_Present1(This,SyncInterval,PresentFlags,pPresentParameters) (This)->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters) +#define IDXGISwapChain3_IsTemporaryMonoSupported(This) (This)->lpVtbl->IsTemporaryMonoSupported(This) +#define IDXGISwapChain3_GetRestrictToOutput(This,ppRestrictToOutput) (This)->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput) +#define IDXGISwapChain3_SetBackgroundColor(This,pColor) (This)->lpVtbl->SetBackgroundColor(This,pColor) +#define IDXGISwapChain3_GetBackgroundColor(This,pColor) (This)->lpVtbl->GetBackgroundColor(This,pColor) +#define IDXGISwapChain3_SetRotation(This,Rotation) (This)->lpVtbl->SetRotation(This,Rotation) +#define IDXGISwapChain3_GetRotation(This,pRotation) (This)->lpVtbl->GetRotation(This,pRotation) +/*** IDXGISwapChain2 methods ***/ +#define IDXGISwapChain3_SetSourceSize(This,width,height) (This)->lpVtbl->SetSourceSize(This,width,height) +#define IDXGISwapChain3_GetSourceSize(This,width,height) (This)->lpVtbl->GetSourceSize(This,width,height) +#define IDXGISwapChain3_SetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->SetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain3_GetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->GetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain3_GetFrameLatencyWaitableObject(This) (This)->lpVtbl->GetFrameLatencyWaitableObject(This) +#define IDXGISwapChain3_SetMatrixTransform(This,matrix) (This)->lpVtbl->SetMatrixTransform(This,matrix) +#define IDXGISwapChain3_GetMatrixTransform(This,matrix) (This)->lpVtbl->GetMatrixTransform(This,matrix) +/*** IDXGISwapChain3 methods ***/ +#define IDXGISwapChain3_GetCurrentBackBufferIndex(This) (This)->lpVtbl->GetCurrentBackBufferIndex(This) +#define IDXGISwapChain3_CheckColorSpaceSupport(This,colour_space,colour_space_support) (This)->lpVtbl->CheckColorSpaceSupport(This,colour_space,colour_space_support) +#define IDXGISwapChain3_SetColorSpace1(This,colour_space) (This)->lpVtbl->SetColorSpace1(This,colour_space) +#define IDXGISwapChain3_ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue) (This)->lpVtbl->ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_QueryInterface(IDXGISwapChain3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISwapChain3_AddRef(IDXGISwapChain3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISwapChain3_Release(IDXGISwapChain3* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_SetPrivateData(IDXGISwapChain3* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetPrivateDataInterface(IDXGISwapChain3* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetPrivateData(IDXGISwapChain3* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetParent(IDXGISwapChain3* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_GetDevice(IDXGISwapChain3* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGISwapChain methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_Present(IDXGISwapChain3* This,UINT sync_interval,UINT flags) { + return This->lpVtbl->Present(This,sync_interval,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetBuffer(IDXGISwapChain3* This,UINT buffer_idx,REFIID riid,void **surface) { + return This->lpVtbl->GetBuffer(This,buffer_idx,riid,surface); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetFullscreenState(IDXGISwapChain3* This,WINBOOL fullscreen,IDXGIOutput *target) { + return This->lpVtbl->SetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetFullscreenState(IDXGISwapChain3* This,WINBOOL *fullscreen,IDXGIOutput **target) { + return This->lpVtbl->GetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetDesc(IDXGISwapChain3* This,DXGI_SWAP_CHAIN_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGISwapChain3_ResizeBuffers(IDXGISwapChain3* This,UINT buffer_count,UINT width,UINT height,DXGI_FORMAT format,UINT flags) { + return This->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain3_ResizeTarget(IDXGISwapChain3* This,const DXGI_MODE_DESC *target_mode_desc) { + return This->lpVtbl->ResizeTarget(This,target_mode_desc); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetContainingOutput(IDXGISwapChain3* This,IDXGIOutput **output) { + return This->lpVtbl->GetContainingOutput(This,output); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetFrameStatistics(IDXGISwapChain3* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetLastPresentCount(IDXGISwapChain3* This,UINT *last_present_count) { + return This->lpVtbl->GetLastPresentCount(This,last_present_count); +} +/*** IDXGISwapChain1 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_GetDesc1(IDXGISwapChain3* This,DXGI_SWAP_CHAIN_DESC1 *pDesc) { + return This->lpVtbl->GetDesc1(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetFullscreenDesc(IDXGISwapChain3* This,DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc) { + return This->lpVtbl->GetFullscreenDesc(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetHwnd(IDXGISwapChain3* This,HWND *pHwnd) { + return This->lpVtbl->GetHwnd(This,pHwnd); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetCoreWindow(IDXGISwapChain3* This,REFIID refiid,void **ppUnk) { + return This->lpVtbl->GetCoreWindow(This,refiid,ppUnk); +} +static FORCEINLINE HRESULT IDXGISwapChain3_Present1(IDXGISwapChain3* This,UINT SyncInterval,UINT PresentFlags,const DXGI_PRESENT_PARAMETERS *pPresentParameters) { + return This->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters); +} +static FORCEINLINE WINBOOL IDXGISwapChain3_IsTemporaryMonoSupported(IDXGISwapChain3* This) { + return This->lpVtbl->IsTemporaryMonoSupported(This); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetRestrictToOutput(IDXGISwapChain3* This,IDXGIOutput **ppRestrictToOutput) { + return This->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetBackgroundColor(IDXGISwapChain3* This,const DXGI_RGBA *pColor) { + return This->lpVtbl->SetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetBackgroundColor(IDXGISwapChain3* This,DXGI_RGBA *pColor) { + return This->lpVtbl->GetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetRotation(IDXGISwapChain3* This,DXGI_MODE_ROTATION Rotation) { + return This->lpVtbl->SetRotation(This,Rotation); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetRotation(IDXGISwapChain3* This,DXGI_MODE_ROTATION *pRotation) { + return This->lpVtbl->GetRotation(This,pRotation); +} +/*** IDXGISwapChain2 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain3_SetSourceSize(IDXGISwapChain3* This,UINT width,UINT height) { + return This->lpVtbl->SetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetSourceSize(IDXGISwapChain3* This,UINT *width,UINT *height) { + return This->lpVtbl->GetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetMaximumFrameLatency(IDXGISwapChain3* This,UINT max_latency) { + return This->lpVtbl->SetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetMaximumFrameLatency(IDXGISwapChain3* This,UINT *max_latency) { + return This->lpVtbl->GetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HANDLE IDXGISwapChain3_GetFrameLatencyWaitableObject(IDXGISwapChain3* This) { + return This->lpVtbl->GetFrameLatencyWaitableObject(This); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetMatrixTransform(IDXGISwapChain3* This,const DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->SetMatrixTransform(This,matrix); +} +static FORCEINLINE HRESULT IDXGISwapChain3_GetMatrixTransform(IDXGISwapChain3* This,DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->GetMatrixTransform(This,matrix); +} +/*** IDXGISwapChain3 methods ***/ +static FORCEINLINE UINT IDXGISwapChain3_GetCurrentBackBufferIndex(IDXGISwapChain3* This) { + return This->lpVtbl->GetCurrentBackBufferIndex(This); +} +static FORCEINLINE HRESULT IDXGISwapChain3_CheckColorSpaceSupport(IDXGISwapChain3* This,DXGI_COLOR_SPACE_TYPE colour_space,UINT *colour_space_support) { + return This->lpVtbl->CheckColorSpaceSupport(This,colour_space,colour_space_support); +} +static FORCEINLINE HRESULT IDXGISwapChain3_SetColorSpace1(IDXGISwapChain3* This,DXGI_COLOR_SPACE_TYPE colour_space) { + return This->lpVtbl->SetColorSpace1(This,colour_space); +} +static FORCEINLINE HRESULT IDXGISwapChain3_ResizeBuffers1(IDXGISwapChain3* This,UINT buffer_count,UINT width,UINT height,DXGI_FORMAT format,UINT flags,const UINT *node_mask,IUnknown *const *present_queue) { + return This->lpVtbl->ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISwapChain3_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIOutput4 interface + */ +#ifndef __IDXGIOutput4_INTERFACE_DEFINED__ +#define __IDXGIOutput4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput4, 0xdc7dca35, 0x2196, 0x414d, 0x9f,0x53, 0x61,0x78,0x84,0x03,0x2a,0x60); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("dc7dca35-2196-414d-9f53-617884032a60") +IDXGIOutput4 : public IDXGIOutput3 +{ + virtual HRESULT STDMETHODCALLTYPE CheckOverlayColorSpaceSupport( + DXGI_FORMAT format, + DXGI_COLOR_SPACE_TYPE colour_space, + IUnknown *device, + UINT *flags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput4, 0xdc7dca35, 0x2196, 0x414d, 0x9f,0x53, 0x61,0x78,0x84,0x03,0x2a,0x60) +#endif +#else +typedef struct IDXGIOutput4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput4 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput4 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput4 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput4 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput4 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput4 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput4 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput4 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput4 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput4 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput4 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput4 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput4 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput4 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput4 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput4 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput4 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput4 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput4 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput4 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput4 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + /*** IDXGIOutput2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *SupportsOverlays)( + IDXGIOutput4 *This); + + /*** IDXGIOutput3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlaySupport)( + IDXGIOutput4 *This, + DXGI_FORMAT enum_format, + IUnknown *concerned_device, + UINT *flags); + + /*** IDXGIOutput4 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlayColorSpaceSupport)( + IDXGIOutput4 *This, + DXGI_FORMAT format, + DXGI_COLOR_SPACE_TYPE colour_space, + IUnknown *device, + UINT *flags); + + END_INTERFACE +} IDXGIOutput4Vtbl; + +interface IDXGIOutput4 { + CONST_VTBL IDXGIOutput4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput4_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput4_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput4_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput4_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput4_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput4_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput4_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput4_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput4_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput4_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput4_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput4_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput4_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput4_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput4_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput4_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput4_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput4_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput4_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput4_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput4_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +/*** IDXGIOutput2 methods ***/ +#define IDXGIOutput4_SupportsOverlays(This) (This)->lpVtbl->SupportsOverlays(This) +/*** IDXGIOutput3 methods ***/ +#define IDXGIOutput4_CheckOverlaySupport(This,enum_format,concerned_device,flags) (This)->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags) +/*** IDXGIOutput4 methods ***/ +#define IDXGIOutput4_CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) (This)->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_QueryInterface(IDXGIOutput4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput4_AddRef(IDXGIOutput4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput4_Release(IDXGIOutput4* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_SetPrivateData(IDXGIOutput4* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput4_SetPrivateDataInterface(IDXGIOutput4* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetPrivateData(IDXGIOutput4* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetParent(IDXGIOutput4* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_GetDesc(IDXGIOutput4* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetDisplayModeList(IDXGIOutput4* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput4_FindClosestMatchingMode(IDXGIOutput4* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput4_WaitForVBlank(IDXGIOutput4* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput4_TakeOwnership(IDXGIOutput4* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput4_ReleaseOwnership(IDXGIOutput4* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetGammaControlCapabilities(IDXGIOutput4* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput4_SetGammaControl(IDXGIOutput4* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetGammaControl(IDXGIOutput4* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput4_SetDisplaySurface(IDXGIOutput4* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetDisplaySurfaceData(IDXGIOutput4* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetFrameStatistics(IDXGIOutput4* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_GetDisplayModeList1(IDXGIOutput4* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput4_FindClosestMatchingMode1(IDXGIOutput4* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput4_GetDisplaySurfaceData1(IDXGIOutput4* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput4_DuplicateOutput(IDXGIOutput4* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +/*** IDXGIOutput2 methods ***/ +static FORCEINLINE WINBOOL IDXGIOutput4_SupportsOverlays(IDXGIOutput4* This) { + return This->lpVtbl->SupportsOverlays(This); +} +/*** IDXGIOutput3 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_CheckOverlaySupport(IDXGIOutput4* This,DXGI_FORMAT enum_format,IUnknown *concerned_device,UINT *flags) { + return This->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags); +} +/*** IDXGIOutput4 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput4_CheckOverlayColorSpaceSupport(IDXGIOutput4* This,DXGI_FORMAT format,DXGI_COLOR_SPACE_TYPE colour_space,IUnknown *device,UINT *flags) { + return This->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIFactory4 interface + */ +#ifndef __IDXGIFactory4_INTERFACE_DEFINED__ +#define __IDXGIFactory4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIFactory4, 0x1bc6ea02, 0xef36, 0x464f, 0xbf,0x0c, 0x21,0xca,0x39,0xe5,0x16,0x8a); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("1bc6ea02-ef36-464f-bf0c-21ca39e5168a") +IDXGIFactory4 : public IDXGIFactory3 +{ + virtual HRESULT STDMETHODCALLTYPE EnumAdapterByLuid( + LUID luid, + REFIID iid, + void **adapter) = 0; + + virtual HRESULT STDMETHODCALLTYPE EnumWarpAdapter( + REFIID iid, + void **adapter) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIFactory4, 0x1bc6ea02, 0xef36, 0x464f, 0xbf,0x0c, 0x21,0xca,0x39,0xe5,0x16,0x8a) +#endif +#else +typedef struct IDXGIFactory4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIFactory4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIFactory4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIFactory4 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIFactory4 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIFactory4 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIFactory4 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIFactory4 *This, + REFIID riid, + void **parent); + + /*** IDXGIFactory methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters)( + IDXGIFactory4 *This, + UINT adapter_idx, + IDXGIAdapter **adapter); + + HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( + IDXGIFactory4 *This, + HWND window, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( + IDXGIFactory4 *This, + HWND *window); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( + IDXGIFactory4 *This, + IUnknown *device, + DXGI_SWAP_CHAIN_DESC *desc, + IDXGISwapChain **swapchain); + + HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( + IDXGIFactory4 *This, + HMODULE swrast, + IDXGIAdapter **adapter); + + /*** IDXGIFactory1 methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters1)( + IDXGIFactory4 *This, + UINT Adapter, + IDXGIAdapter1 **ppAdapter); + + WINBOOL (STDMETHODCALLTYPE *IsCurrent)( + IDXGIFactory4 *This); + + /*** IDXGIFactory2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *IsWindowedStereoEnabled)( + IDXGIFactory4 *This); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForHwnd)( + IDXGIFactory4 *This, + IUnknown *pDevice, + HWND hWnd, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForCoreWindow)( + IDXGIFactory4 *This, + IUnknown *pDevice, + IUnknown *pWindow, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *GetSharedResourceAdapterLuid)( + IDXGIFactory4 *This, + HANDLE hResource, + LUID *pLuid); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusWindow)( + IDXGIFactory4 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusEvent)( + IDXGIFactory4 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterStereoStatus)( + IDXGIFactory4 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusWindow)( + IDXGIFactory4 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusEvent)( + IDXGIFactory4 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterOcclusionStatus)( + IDXGIFactory4 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForComposition)( + IDXGIFactory4 *This, + IUnknown *pDevice, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + /*** IDXGIFactory3 methods ***/ + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + IDXGIFactory4 *This); + + /*** IDXGIFactory4 methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapterByLuid)( + IDXGIFactory4 *This, + LUID luid, + REFIID iid, + void **adapter); + + HRESULT (STDMETHODCALLTYPE *EnumWarpAdapter)( + IDXGIFactory4 *This, + REFIID iid, + void **adapter); + + END_INTERFACE +} IDXGIFactory4Vtbl; + +interface IDXGIFactory4 { + CONST_VTBL IDXGIFactory4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIFactory4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIFactory4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIFactory4_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIFactory4_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIFactory4_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIFactory4_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIFactory4_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIFactory methods ***/ +#define IDXGIFactory4_EnumAdapters(This,adapter_idx,adapter) (This)->lpVtbl->EnumAdapters(This,adapter_idx,adapter) +#define IDXGIFactory4_MakeWindowAssociation(This,window,flags) (This)->lpVtbl->MakeWindowAssociation(This,window,flags) +#define IDXGIFactory4_GetWindowAssociation(This,window) (This)->lpVtbl->GetWindowAssociation(This,window) +#define IDXGIFactory4_CreateSwapChain(This,device,desc,swapchain) (This)->lpVtbl->CreateSwapChain(This,device,desc,swapchain) +#define IDXGIFactory4_CreateSoftwareAdapter(This,swrast,adapter) (This)->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter) +/*** IDXGIFactory1 methods ***/ +#define IDXGIFactory4_EnumAdapters1(This,Adapter,ppAdapter) (This)->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter) +#define IDXGIFactory4_IsCurrent(This) (This)->lpVtbl->IsCurrent(This) +/*** IDXGIFactory2 methods ***/ +#define IDXGIFactory4_IsWindowedStereoEnabled(This) (This)->lpVtbl->IsWindowedStereoEnabled(This) +#define IDXGIFactory4_CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory4_CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory4_GetSharedResourceAdapterLuid(This,hResource,pLuid) (This)->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid) +#define IDXGIFactory4_RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory4_RegisterStereoStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory4_UnregisterStereoStatus(This,dwCookie) (This)->lpVtbl->UnregisterStereoStatus(This,dwCookie) +#define IDXGIFactory4_RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory4_RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory4_UnregisterOcclusionStatus(This,dwCookie) (This)->lpVtbl->UnregisterOcclusionStatus(This,dwCookie) +#define IDXGIFactory4_CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) +/*** IDXGIFactory3 methods ***/ +#define IDXGIFactory4_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +/*** IDXGIFactory4 methods ***/ +#define IDXGIFactory4_EnumAdapterByLuid(This,luid,iid,adapter) (This)->lpVtbl->EnumAdapterByLuid(This,luid,iid,adapter) +#define IDXGIFactory4_EnumWarpAdapter(This,iid,adapter) (This)->lpVtbl->EnumWarpAdapter(This,iid,adapter) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIFactory4_QueryInterface(IDXGIFactory4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIFactory4_AddRef(IDXGIFactory4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIFactory4_Release(IDXGIFactory4* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIFactory4_SetPrivateData(IDXGIFactory4* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory4_SetPrivateDataInterface(IDXGIFactory4* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIFactory4_GetPrivateData(IDXGIFactory4* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory4_GetParent(IDXGIFactory4* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIFactory methods ***/ +static FORCEINLINE HRESULT IDXGIFactory4_EnumAdapters(IDXGIFactory4* This,UINT adapter_idx,IDXGIAdapter **adapter) { + return This->lpVtbl->EnumAdapters(This,adapter_idx,adapter); +} +static FORCEINLINE HRESULT IDXGIFactory4_MakeWindowAssociation(IDXGIFactory4* This,HWND window,UINT flags) { + return This->lpVtbl->MakeWindowAssociation(This,window,flags); +} +static FORCEINLINE HRESULT IDXGIFactory4_GetWindowAssociation(IDXGIFactory4* This,HWND *window) { + return This->lpVtbl->GetWindowAssociation(This,window); +} +static FORCEINLINE HRESULT IDXGIFactory4_CreateSwapChain(IDXGIFactory4* This,IUnknown *device,DXGI_SWAP_CHAIN_DESC *desc,IDXGISwapChain **swapchain) { + return This->lpVtbl->CreateSwapChain(This,device,desc,swapchain); +} +static FORCEINLINE HRESULT IDXGIFactory4_CreateSoftwareAdapter(IDXGIFactory4* This,HMODULE swrast,IDXGIAdapter **adapter) { + return This->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter); +} +/*** IDXGIFactory1 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory4_EnumAdapters1(IDXGIFactory4* This,UINT Adapter,IDXGIAdapter1 **ppAdapter) { + return This->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter); +} +static FORCEINLINE WINBOOL IDXGIFactory4_IsCurrent(IDXGIFactory4* This) { + return This->lpVtbl->IsCurrent(This); +} +/*** IDXGIFactory2 methods ***/ +static FORCEINLINE WINBOOL IDXGIFactory4_IsWindowedStereoEnabled(IDXGIFactory4* This) { + return This->lpVtbl->IsWindowedStereoEnabled(This); +} +static FORCEINLINE HRESULT IDXGIFactory4_CreateSwapChainForHwnd(IDXGIFactory4* This,IUnknown *pDevice,HWND hWnd,const DXGI_SWAP_CHAIN_DESC1 *pDesc,const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory4_CreateSwapChainForCoreWindow(IDXGIFactory4* This,IUnknown *pDevice,IUnknown *pWindow,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory4_GetSharedResourceAdapterLuid(IDXGIFactory4* This,HANDLE hResource,LUID *pLuid) { + return This->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid); +} +static FORCEINLINE HRESULT IDXGIFactory4_RegisterOcclusionStatusWindow(IDXGIFactory4* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory4_RegisterStereoStatusEvent(IDXGIFactory4* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory4_UnregisterStereoStatus(IDXGIFactory4* This,DWORD dwCookie) { + This->lpVtbl->UnregisterStereoStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory4_RegisterStereoStatusWindow(IDXGIFactory4* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory4_RegisterOcclusionStatusEvent(IDXGIFactory4* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory4_UnregisterOcclusionStatus(IDXGIFactory4* This,DWORD dwCookie) { + This->lpVtbl->UnregisterOcclusionStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory4_CreateSwapChainForComposition(IDXGIFactory4* This,IUnknown *pDevice,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain); +} +/*** IDXGIFactory3 methods ***/ +static FORCEINLINE UINT IDXGIFactory4_GetCreationFlags(IDXGIFactory4* This) { + return This->lpVtbl->GetCreationFlags(This); +} +/*** IDXGIFactory4 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory4_EnumAdapterByLuid(IDXGIFactory4* This,LUID luid,REFIID iid,void **adapter) { + return This->lpVtbl->EnumAdapterByLuid(This,luid,iid,adapter); +} +static FORCEINLINE HRESULT IDXGIFactory4_EnumWarpAdapter(IDXGIFactory4* This,REFIID iid,void **adapter) { + return This->lpVtbl->EnumWarpAdapter(This,iid,adapter); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIFactory4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIAdapter3 interface + */ +#ifndef __IDXGIAdapter3_INTERFACE_DEFINED__ +#define __IDXGIAdapter3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIAdapter3, 0x645967a4, 0x1392, 0x4310, 0xa7,0x98, 0x80,0x53,0xce,0x3e,0x93,0xfd); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("645967a4-1392-4310-a798-8053ce3e93fd") +IDXGIAdapter3 : public IDXGIAdapter2 +{ + virtual HRESULT STDMETHODCALLTYPE RegisterHardwareContentProtectionTeardownStatusEvent( + HANDLE event, + DWORD *cookie) = 0; + + virtual void STDMETHODCALLTYPE UnregisterHardwareContentProtectionTeardownStatus( + DWORD cookie) = 0; + + virtual HRESULT STDMETHODCALLTYPE QueryVideoMemoryInfo( + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVideoMemoryReservation( + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + UINT64 reservation) = 0; + + virtual HRESULT STDMETHODCALLTYPE RegisterVideoMemoryBudgetChangeNotificationEvent( + HANDLE event, + DWORD *cookie) = 0; + + virtual void STDMETHODCALLTYPE UnregisterVideoMemoryBudgetChangeNotification( + DWORD cookie) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIAdapter3, 0x645967a4, 0x1392, 0x4310, 0xa7,0x98, 0x80,0x53,0xce,0x3e,0x93,0xfd) +#endif +#else +typedef struct IDXGIAdapter3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIAdapter3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIAdapter3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIAdapter3 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIAdapter3 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIAdapter3 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIAdapter3 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIAdapter3 *This, + REFIID riid, + void **parent); + + /*** IDXGIAdapter methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumOutputs)( + IDXGIAdapter3 *This, + UINT output_idx, + IDXGIOutput **output); + + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIAdapter3 *This, + DXGI_ADAPTER_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *CheckInterfaceSupport)( + IDXGIAdapter3 *This, + REFGUID guid, + LARGE_INTEGER *umd_version); + + /*** IDXGIAdapter1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGIAdapter3 *This, + DXGI_ADAPTER_DESC1 *pDesc); + + /*** IDXGIAdapter2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc2)( + IDXGIAdapter3 *This, + DXGI_ADAPTER_DESC2 *pDesc); + + /*** IDXGIAdapter3 methods ***/ + HRESULT (STDMETHODCALLTYPE *RegisterHardwareContentProtectionTeardownStatusEvent)( + IDXGIAdapter3 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterHardwareContentProtectionTeardownStatus)( + IDXGIAdapter3 *This, + DWORD cookie); + + HRESULT (STDMETHODCALLTYPE *QueryVideoMemoryInfo)( + IDXGIAdapter3 *This, + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info); + + HRESULT (STDMETHODCALLTYPE *SetVideoMemoryReservation)( + IDXGIAdapter3 *This, + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + UINT64 reservation); + + HRESULT (STDMETHODCALLTYPE *RegisterVideoMemoryBudgetChangeNotificationEvent)( + IDXGIAdapter3 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterVideoMemoryBudgetChangeNotification)( + IDXGIAdapter3 *This, + DWORD cookie); + + END_INTERFACE +} IDXGIAdapter3Vtbl; + +interface IDXGIAdapter3 { + CONST_VTBL IDXGIAdapter3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIAdapter3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIAdapter3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIAdapter3_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIAdapter3_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIAdapter3_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIAdapter3_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIAdapter3_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIAdapter methods ***/ +#define IDXGIAdapter3_EnumOutputs(This,output_idx,output) (This)->lpVtbl->EnumOutputs(This,output_idx,output) +#define IDXGIAdapter3_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIAdapter3_CheckInterfaceSupport(This,guid,umd_version) (This)->lpVtbl->CheckInterfaceSupport(This,guid,umd_version) +/*** IDXGIAdapter1 methods ***/ +#define IDXGIAdapter3_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +/*** IDXGIAdapter2 methods ***/ +#define IDXGIAdapter3_GetDesc2(This,pDesc) (This)->lpVtbl->GetDesc2(This,pDesc) +/*** IDXGIAdapter3 methods ***/ +#define IDXGIAdapter3_RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie) (This)->lpVtbl->RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie) +#define IDXGIAdapter3_UnregisterHardwareContentProtectionTeardownStatus(This,cookie) (This)->lpVtbl->UnregisterHardwareContentProtectionTeardownStatus(This,cookie) +#define IDXGIAdapter3_QueryVideoMemoryInfo(This,node_index,segment_group,memory_info) (This)->lpVtbl->QueryVideoMemoryInfo(This,node_index,segment_group,memory_info) +#define IDXGIAdapter3_SetVideoMemoryReservation(This,node_index,segment_group,reservation) (This)->lpVtbl->SetVideoMemoryReservation(This,node_index,segment_group,reservation) +#define IDXGIAdapter3_RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie) (This)->lpVtbl->RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie) +#define IDXGIAdapter3_UnregisterVideoMemoryBudgetChangeNotification(This,cookie) (This)->lpVtbl->UnregisterVideoMemoryBudgetChangeNotification(This,cookie) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_QueryInterface(IDXGIAdapter3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIAdapter3_AddRef(IDXGIAdapter3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIAdapter3_Release(IDXGIAdapter3* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_SetPrivateData(IDXGIAdapter3* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIAdapter3_SetPrivateDataInterface(IDXGIAdapter3* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIAdapter3_GetPrivateData(IDXGIAdapter3* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIAdapter3_GetParent(IDXGIAdapter3* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIAdapter methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_EnumOutputs(IDXGIAdapter3* This,UINT output_idx,IDXGIOutput **output) { + return This->lpVtbl->EnumOutputs(This,output_idx,output); +} +static FORCEINLINE HRESULT IDXGIAdapter3_GetDesc(IDXGIAdapter3* This,DXGI_ADAPTER_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIAdapter3_CheckInterfaceSupport(IDXGIAdapter3* This,REFGUID guid,LARGE_INTEGER *umd_version) { + return This->lpVtbl->CheckInterfaceSupport(This,guid,umd_version); +} +/*** IDXGIAdapter1 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_GetDesc1(IDXGIAdapter3* This,DXGI_ADAPTER_DESC1 *pDesc) { + return This->lpVtbl->GetDesc1(This,pDesc); +} +/*** IDXGIAdapter2 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_GetDesc2(IDXGIAdapter3* This,DXGI_ADAPTER_DESC2 *pDesc) { + return This->lpVtbl->GetDesc2(This,pDesc); +} +/*** IDXGIAdapter3 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter3_RegisterHardwareContentProtectionTeardownStatusEvent(IDXGIAdapter3* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie); +} +static FORCEINLINE void IDXGIAdapter3_UnregisterHardwareContentProtectionTeardownStatus(IDXGIAdapter3* This,DWORD cookie) { + This->lpVtbl->UnregisterHardwareContentProtectionTeardownStatus(This,cookie); +} +static FORCEINLINE HRESULT IDXGIAdapter3_QueryVideoMemoryInfo(IDXGIAdapter3* This,UINT node_index,DXGI_MEMORY_SEGMENT_GROUP segment_group,DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info) { + return This->lpVtbl->QueryVideoMemoryInfo(This,node_index,segment_group,memory_info); +} +static FORCEINLINE HRESULT IDXGIAdapter3_SetVideoMemoryReservation(IDXGIAdapter3* This,UINT node_index,DXGI_MEMORY_SEGMENT_GROUP segment_group,UINT64 reservation) { + return This->lpVtbl->SetVideoMemoryReservation(This,node_index,segment_group,reservation); +} +static FORCEINLINE HRESULT IDXGIAdapter3_RegisterVideoMemoryBudgetChangeNotificationEvent(IDXGIAdapter3* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie); +} +static FORCEINLINE void IDXGIAdapter3_UnregisterVideoMemoryBudgetChangeNotification(IDXGIAdapter3* This,DWORD cookie) { + This->lpVtbl->UnregisterVideoMemoryBudgetChangeNotification(This,cookie); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIAdapter3_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __dxgi1_4_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_4.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_4.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_4.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_4.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,140 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "dxgi1_3.idl"; + +typedef enum DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG +{ + DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT = 0x1, + DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT = 0x2, +} DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG; + +typedef enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG +{ + DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT = 0x1, +} DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; + +typedef enum DXGI_MEMORY_SEGMENT_GROUP +{ + DXGI_MEMORY_SEGMENT_GROUP_LOCAL = 0x0, + DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL = 0x1, +} DXGI_MEMORY_SEGMENT_GROUP; + +typedef struct DXGI_QUERY_VIDEO_MEMORY_INFO +{ + UINT64 Budget; + UINT64 CurrentUsage; + UINT64 AvailableForReservation; + UINT64 CurrentReservation; +} DXGI_QUERY_VIDEO_MEMORY_INFO; + +[ + object, + uuid(94d99bdb-f1f8-4ab0-b236-7da0170edab1), + local, + pointer_default(unique) +] +interface IDXGISwapChain3 : IDXGISwapChain2 +{ + UINT GetCurrentBackBufferIndex(); + HRESULT CheckColorSpaceSupport( + [in] DXGI_COLOR_SPACE_TYPE colour_space, + [out] UINT *colour_space_support + ); + HRESULT SetColorSpace1( + [in] DXGI_COLOR_SPACE_TYPE colour_space + ); + HRESULT ResizeBuffers1( + [in] UINT buffer_count, + [in] UINT width, + [in] UINT height, + [in] DXGI_FORMAT format, + [in] UINT flags, + [in] const UINT *node_mask, + [in] IUnknown *const *present_queue + ); +} + +[ + object, + uuid(dc7dca35-2196-414d-9F53-617884032a60), + local, + pointer_default(unique) +] +interface IDXGIOutput4 : IDXGIOutput3 +{ + HRESULT CheckOverlayColorSpaceSupport( + [in] DXGI_FORMAT format, + [in] DXGI_COLOR_SPACE_TYPE colour_space, + [in] IUnknown *device, + [out] UINT *flags + ); +} + +[ + object, + uuid(1bc6ea02-ef36-464f-bf0c-21ca39e5168a), + local, + pointer_default(unique) +] +interface IDXGIFactory4 : IDXGIFactory3 +{ + HRESULT EnumAdapterByLuid( + [in] LUID luid, + [in] REFIID iid, + [out] void **adapter + ); + HRESULT EnumWarpAdapter( + [in] REFIID iid, + [out] void **adapter + ); +} + +[ + object, + uuid(645967a4-1392-4310-a798-8053ce3e93fd), + local, + pointer_default(unique) +] +interface IDXGIAdapter3 : IDXGIAdapter2 +{ + HRESULT RegisterHardwareContentProtectionTeardownStatusEvent( + [in] HANDLE event, + [out] DWORD *cookie + ); + void UnregisterHardwareContentProtectionTeardownStatus( + [in] DWORD cookie + ); + HRESULT QueryVideoMemoryInfo( + [in] UINT node_index, + [in] DXGI_MEMORY_SEGMENT_GROUP segment_group, + [out] DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info + ); + HRESULT SetVideoMemoryReservation( + [in] UINT node_index, + [in] DXGI_MEMORY_SEGMENT_GROUP segment_group, + [in] UINT64 reservation + ); + HRESULT RegisterVideoMemoryBudgetChangeNotificationEvent( + [in] HANDLE event, + [out] DWORD *cookie + ); + void UnregisterVideoMemoryBudgetChangeNotification( + [in] DWORD cookie + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_5.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_5.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_5.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_5.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1402 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi1_5.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __dxgi1_5_h__ +#define __dxgi1_5_h__ + +/* Forward declarations */ + +#ifndef __IDXGIOutput5_FWD_DEFINED__ +#define __IDXGIOutput5_FWD_DEFINED__ +typedef interface IDXGIOutput5 IDXGIOutput5; +#ifdef __cplusplus +interface IDXGIOutput5; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGISwapChain4_FWD_DEFINED__ +#define __IDXGISwapChain4_FWD_DEFINED__ +typedef interface IDXGISwapChain4 IDXGISwapChain4; +#ifdef __cplusplus +interface IDXGISwapChain4; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIDevice4_FWD_DEFINED__ +#define __IDXGIDevice4_FWD_DEFINED__ +typedef interface IDXGIDevice4 IDXGIDevice4; +#ifdef __cplusplus +interface IDXGIDevice4; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIFactory5_FWD_DEFINED__ +#define __IDXGIFactory5_FWD_DEFINED__ +typedef interface IDXGIFactory5 IDXGIFactory5; +#ifdef __cplusplus +interface IDXGIFactory5; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum DXGI_OUTDUPL_FLAG { + DXGI_OUTDUPL_COMPOSITED_UI_CAPTURE_ONLY = 0x1 +} DXGI_OUTDUPL_FLAG; +typedef enum DXGI_HDR_METADATA_TYPE { + DXGI_HDR_METADATA_TYPE_NONE = 0x0, + DXGI_HDR_METADATA_TYPE_HDR10 = 0x1 +} DXGI_HDR_METADATA_TYPE; +typedef enum _DXGI_OFFER_RESOURCE_FLAGS { + DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT = 0x1 +} DXGI_OFFER_RESOURCE_FLAGS; +typedef enum _DXGI_RECLAIM_RESOURCE_RESULTS { + DXGI_RECLAIM_RESOURCE_RESULT_OK = 0x0, + DXGI_RECLAIM_RESOURCE_RESULT_DISCARDED = 0x1, + DXGI_RECLAIM_RESOURCE_RESULT_NOT_COMMITTED = 0x2 +} DXGI_RECLAIM_RESOURCE_RESULTS; +typedef enum DXGI_FEATURE { + DXGI_FEATURE_PRESENT_ALLOW_TEARING = 0x0 +} DXGI_FEATURE; +typedef struct DXGI_HDR_METADATA_HDR10 { + UINT16 RedPrimary[2]; + UINT16 GreenPrimary[2]; + UINT16 BluePrimary[2]; + UINT16 WhitePoint[2]; + UINT MaxMasteringLuminance; + UINT MinMasteringLuminance; + UINT16 MaxContentLightLevel; + UINT16 MaxFrameAverageLightLevel; +} DXGI_HDR_METADATA_HDR10; +/***************************************************************************** + * IDXGIOutput5 interface + */ +#ifndef __IDXGIOutput5_INTERFACE_DEFINED__ +#define __IDXGIOutput5_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput5, 0x80a07424, 0xab52, 0x42eb, 0x83,0x3c, 0x0c,0x42,0xfd,0x28,0x2d,0x98); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("80a07424-ab52-42eb-833c-0c42fd282d98") +IDXGIOutput5 : public IDXGIOutput4 +{ + virtual HRESULT STDMETHODCALLTYPE DuplicateOutput1( + IUnknown *device, + UINT flags, + UINT format_count, + const DXGI_FORMAT *formats, + IDXGIOutputDuplication **duplication) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput5, 0x80a07424, 0xab52, 0x42eb, 0x83,0x3c, 0x0c,0x42,0xfd,0x28,0x2d,0x98) +#endif +#else +typedef struct IDXGIOutput5Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput5 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput5 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput5 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput5 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput5 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput5 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput5 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput5 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput5 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput5 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput5 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput5 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput5 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput5 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput5 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput5 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput5 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput5 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput5 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput5 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput5 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput5 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput5 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + /*** IDXGIOutput2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *SupportsOverlays)( + IDXGIOutput5 *This); + + /*** IDXGIOutput3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlaySupport)( + IDXGIOutput5 *This, + DXGI_FORMAT enum_format, + IUnknown *concerned_device, + UINT *flags); + + /*** IDXGIOutput4 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlayColorSpaceSupport)( + IDXGIOutput5 *This, + DXGI_FORMAT format, + DXGI_COLOR_SPACE_TYPE colour_space, + IUnknown *device, + UINT *flags); + + /*** IDXGIOutput5 methods ***/ + HRESULT (STDMETHODCALLTYPE *DuplicateOutput1)( + IDXGIOutput5 *This, + IUnknown *device, + UINT flags, + UINT format_count, + const DXGI_FORMAT *formats, + IDXGIOutputDuplication **duplication); + + END_INTERFACE +} IDXGIOutput5Vtbl; + +interface IDXGIOutput5 { + CONST_VTBL IDXGIOutput5Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput5_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput5_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput5_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput5_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput5_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput5_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput5_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput5_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput5_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput5_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput5_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput5_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput5_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput5_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput5_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput5_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput5_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput5_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput5_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput5_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput5_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput5_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput5_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +/*** IDXGIOutput2 methods ***/ +#define IDXGIOutput5_SupportsOverlays(This) (This)->lpVtbl->SupportsOverlays(This) +/*** IDXGIOutput3 methods ***/ +#define IDXGIOutput5_CheckOverlaySupport(This,enum_format,concerned_device,flags) (This)->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags) +/*** IDXGIOutput4 methods ***/ +#define IDXGIOutput5_CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) (This)->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) +/*** IDXGIOutput5 methods ***/ +#define IDXGIOutput5_DuplicateOutput1(This,device,flags,format_count,formats,duplication) (This)->lpVtbl->DuplicateOutput1(This,device,flags,format_count,formats,duplication) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_QueryInterface(IDXGIOutput5* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput5_AddRef(IDXGIOutput5* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput5_Release(IDXGIOutput5* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_SetPrivateData(IDXGIOutput5* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput5_SetPrivateDataInterface(IDXGIOutput5* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetPrivateData(IDXGIOutput5* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetParent(IDXGIOutput5* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_GetDesc(IDXGIOutput5* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetDisplayModeList(IDXGIOutput5* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput5_FindClosestMatchingMode(IDXGIOutput5* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput5_WaitForVBlank(IDXGIOutput5* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput5_TakeOwnership(IDXGIOutput5* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput5_ReleaseOwnership(IDXGIOutput5* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetGammaControlCapabilities(IDXGIOutput5* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput5_SetGammaControl(IDXGIOutput5* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetGammaControl(IDXGIOutput5* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput5_SetDisplaySurface(IDXGIOutput5* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetDisplaySurfaceData(IDXGIOutput5* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetFrameStatistics(IDXGIOutput5* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_GetDisplayModeList1(IDXGIOutput5* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput5_FindClosestMatchingMode1(IDXGIOutput5* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput5_GetDisplaySurfaceData1(IDXGIOutput5* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput5_DuplicateOutput(IDXGIOutput5* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +/*** IDXGIOutput2 methods ***/ +static FORCEINLINE WINBOOL IDXGIOutput5_SupportsOverlays(IDXGIOutput5* This) { + return This->lpVtbl->SupportsOverlays(This); +} +/*** IDXGIOutput3 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_CheckOverlaySupport(IDXGIOutput5* This,DXGI_FORMAT enum_format,IUnknown *concerned_device,UINT *flags) { + return This->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags); +} +/*** IDXGIOutput4 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_CheckOverlayColorSpaceSupport(IDXGIOutput5* This,DXGI_FORMAT format,DXGI_COLOR_SPACE_TYPE colour_space,IUnknown *device,UINT *flags) { + return This->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags); +} +/*** IDXGIOutput5 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput5_DuplicateOutput1(IDXGIOutput5* This,IUnknown *device,UINT flags,UINT format_count,const DXGI_FORMAT *formats,IDXGIOutputDuplication **duplication) { + return This->lpVtbl->DuplicateOutput1(This,device,flags,format_count,formats,duplication); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput5_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGISwapChain4 interface + */ +#ifndef __IDXGISwapChain4_INTERFACE_DEFINED__ +#define __IDXGISwapChain4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISwapChain4, 0x3d585d5a, 0xbd4a, 0x489e, 0xb1,0xf4, 0x3d,0xbc,0xb6,0x45,0x2f,0xfb); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("3d585d5a-bd4a-489e-b1f4-3dbcb6452ffb") +IDXGISwapChain4 : public IDXGISwapChain3 +{ + virtual HRESULT STDMETHODCALLTYPE SetHDRMetaData( + DXGI_HDR_METADATA_TYPE type, + UINT size, + void *metadata) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISwapChain4, 0x3d585d5a, 0xbd4a, 0x489e, 0xb1,0xf4, 0x3d,0xbc,0xb6,0x45,0x2f,0xfb) +#endif +#else +typedef struct IDXGISwapChain4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISwapChain4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISwapChain4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISwapChain4 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGISwapChain4 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGISwapChain4 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGISwapChain4 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGISwapChain4 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGISwapChain4 *This, + REFIID riid, + void **device); + + /*** IDXGISwapChain methods ***/ + HRESULT (STDMETHODCALLTYPE *Present)( + IDXGISwapChain4 *This, + UINT sync_interval, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetBuffer)( + IDXGISwapChain4 *This, + UINT buffer_idx, + REFIID riid, + void **surface); + + HRESULT (STDMETHODCALLTYPE *SetFullscreenState)( + IDXGISwapChain4 *This, + WINBOOL fullscreen, + IDXGIOutput *target); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenState)( + IDXGISwapChain4 *This, + WINBOOL *fullscreen, + IDXGIOutput **target); + + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGISwapChain4 *This, + DXGI_SWAP_CHAIN_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *ResizeBuffers)( + IDXGISwapChain4 *This, + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ResizeTarget)( + IDXGISwapChain4 *This, + const DXGI_MODE_DESC *target_mode_desc); + + HRESULT (STDMETHODCALLTYPE *GetContainingOutput)( + IDXGISwapChain4 *This, + IDXGIOutput **output); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGISwapChain4 *This, + DXGI_FRAME_STATISTICS *stats); + + HRESULT (STDMETHODCALLTYPE *GetLastPresentCount)( + IDXGISwapChain4 *This, + UINT *last_present_count); + + /*** IDXGISwapChain1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGISwapChain4 *This, + DXGI_SWAP_CHAIN_DESC1 *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetFullscreenDesc)( + IDXGISwapChain4 *This, + DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc); + + HRESULT (STDMETHODCALLTYPE *GetHwnd)( + IDXGISwapChain4 *This, + HWND *pHwnd); + + HRESULT (STDMETHODCALLTYPE *GetCoreWindow)( + IDXGISwapChain4 *This, + REFIID refiid, + void **ppUnk); + + HRESULT (STDMETHODCALLTYPE *Present1)( + IDXGISwapChain4 *This, + UINT SyncInterval, + UINT PresentFlags, + const DXGI_PRESENT_PARAMETERS *pPresentParameters); + + WINBOOL (STDMETHODCALLTYPE *IsTemporaryMonoSupported)( + IDXGISwapChain4 *This); + + HRESULT (STDMETHODCALLTYPE *GetRestrictToOutput)( + IDXGISwapChain4 *This, + IDXGIOutput **ppRestrictToOutput); + + HRESULT (STDMETHODCALLTYPE *SetBackgroundColor)( + IDXGISwapChain4 *This, + const DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *GetBackgroundColor)( + IDXGISwapChain4 *This, + DXGI_RGBA *pColor); + + HRESULT (STDMETHODCALLTYPE *SetRotation)( + IDXGISwapChain4 *This, + DXGI_MODE_ROTATION Rotation); + + HRESULT (STDMETHODCALLTYPE *GetRotation)( + IDXGISwapChain4 *This, + DXGI_MODE_ROTATION *pRotation); + + /*** IDXGISwapChain2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetSourceSize)( + IDXGISwapChain4 *This, + UINT width, + UINT height); + + HRESULT (STDMETHODCALLTYPE *GetSourceSize)( + IDXGISwapChain4 *This, + UINT *width, + UINT *height); + + HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( + IDXGISwapChain4 *This, + UINT max_latency); + + HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( + IDXGISwapChain4 *This, + UINT *max_latency); + + HANDLE (STDMETHODCALLTYPE *GetFrameLatencyWaitableObject)( + IDXGISwapChain4 *This); + + HRESULT (STDMETHODCALLTYPE *SetMatrixTransform)( + IDXGISwapChain4 *This, + const DXGI_MATRIX_3X2_F *matrix); + + HRESULT (STDMETHODCALLTYPE *GetMatrixTransform)( + IDXGISwapChain4 *This, + DXGI_MATRIX_3X2_F *matrix); + + /*** IDXGISwapChain3 methods ***/ + UINT (STDMETHODCALLTYPE *GetCurrentBackBufferIndex)( + IDXGISwapChain4 *This); + + HRESULT (STDMETHODCALLTYPE *CheckColorSpaceSupport)( + IDXGISwapChain4 *This, + DXGI_COLOR_SPACE_TYPE colour_space, + UINT *colour_space_support); + + HRESULT (STDMETHODCALLTYPE *SetColorSpace1)( + IDXGISwapChain4 *This, + DXGI_COLOR_SPACE_TYPE colour_space); + + HRESULT (STDMETHODCALLTYPE *ResizeBuffers1)( + IDXGISwapChain4 *This, + UINT buffer_count, + UINT width, + UINT height, + DXGI_FORMAT format, + UINT flags, + const UINT *node_mask, + IUnknown *const *present_queue); + + /*** IDXGISwapChain4 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetHDRMetaData)( + IDXGISwapChain4 *This, + DXGI_HDR_METADATA_TYPE type, + UINT size, + void *metadata); + + END_INTERFACE +} IDXGISwapChain4Vtbl; + +interface IDXGISwapChain4 { + CONST_VTBL IDXGISwapChain4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISwapChain4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISwapChain4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISwapChain4_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGISwapChain4_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain4_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGISwapChain4_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGISwapChain4_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGISwapChain4_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGISwapChain methods ***/ +#define IDXGISwapChain4_Present(This,sync_interval,flags) (This)->lpVtbl->Present(This,sync_interval,flags) +#define IDXGISwapChain4_GetBuffer(This,buffer_idx,riid,surface) (This)->lpVtbl->GetBuffer(This,buffer_idx,riid,surface) +#define IDXGISwapChain4_SetFullscreenState(This,fullscreen,target) (This)->lpVtbl->SetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain4_GetFullscreenState(This,fullscreen,target) (This)->lpVtbl->GetFullscreenState(This,fullscreen,target) +#define IDXGISwapChain4_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGISwapChain4_ResizeBuffers(This,buffer_count,width,height,format,flags) (This)->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags) +#define IDXGISwapChain4_ResizeTarget(This,target_mode_desc) (This)->lpVtbl->ResizeTarget(This,target_mode_desc) +#define IDXGISwapChain4_GetContainingOutput(This,output) (This)->lpVtbl->GetContainingOutput(This,output) +#define IDXGISwapChain4_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +#define IDXGISwapChain4_GetLastPresentCount(This,last_present_count) (This)->lpVtbl->GetLastPresentCount(This,last_present_count) +/*** IDXGISwapChain1 methods ***/ +#define IDXGISwapChain4_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +#define IDXGISwapChain4_GetFullscreenDesc(This,pDesc) (This)->lpVtbl->GetFullscreenDesc(This,pDesc) +#define IDXGISwapChain4_GetHwnd(This,pHwnd) (This)->lpVtbl->GetHwnd(This,pHwnd) +#define IDXGISwapChain4_GetCoreWindow(This,refiid,ppUnk) (This)->lpVtbl->GetCoreWindow(This,refiid,ppUnk) +#define IDXGISwapChain4_Present1(This,SyncInterval,PresentFlags,pPresentParameters) (This)->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters) +#define IDXGISwapChain4_IsTemporaryMonoSupported(This) (This)->lpVtbl->IsTemporaryMonoSupported(This) +#define IDXGISwapChain4_GetRestrictToOutput(This,ppRestrictToOutput) (This)->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput) +#define IDXGISwapChain4_SetBackgroundColor(This,pColor) (This)->lpVtbl->SetBackgroundColor(This,pColor) +#define IDXGISwapChain4_GetBackgroundColor(This,pColor) (This)->lpVtbl->GetBackgroundColor(This,pColor) +#define IDXGISwapChain4_SetRotation(This,Rotation) (This)->lpVtbl->SetRotation(This,Rotation) +#define IDXGISwapChain4_GetRotation(This,pRotation) (This)->lpVtbl->GetRotation(This,pRotation) +/*** IDXGISwapChain2 methods ***/ +#define IDXGISwapChain4_SetSourceSize(This,width,height) (This)->lpVtbl->SetSourceSize(This,width,height) +#define IDXGISwapChain4_GetSourceSize(This,width,height) (This)->lpVtbl->GetSourceSize(This,width,height) +#define IDXGISwapChain4_SetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->SetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain4_GetMaximumFrameLatency(This,max_latency) (This)->lpVtbl->GetMaximumFrameLatency(This,max_latency) +#define IDXGISwapChain4_GetFrameLatencyWaitableObject(This) (This)->lpVtbl->GetFrameLatencyWaitableObject(This) +#define IDXGISwapChain4_SetMatrixTransform(This,matrix) (This)->lpVtbl->SetMatrixTransform(This,matrix) +#define IDXGISwapChain4_GetMatrixTransform(This,matrix) (This)->lpVtbl->GetMatrixTransform(This,matrix) +/*** IDXGISwapChain3 methods ***/ +#define IDXGISwapChain4_GetCurrentBackBufferIndex(This) (This)->lpVtbl->GetCurrentBackBufferIndex(This) +#define IDXGISwapChain4_CheckColorSpaceSupport(This,colour_space,colour_space_support) (This)->lpVtbl->CheckColorSpaceSupport(This,colour_space,colour_space_support) +#define IDXGISwapChain4_SetColorSpace1(This,colour_space) (This)->lpVtbl->SetColorSpace1(This,colour_space) +#define IDXGISwapChain4_ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue) (This)->lpVtbl->ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue) +/*** IDXGISwapChain4 methods ***/ +#define IDXGISwapChain4_SetHDRMetaData(This,type,size,metadata) (This)->lpVtbl->SetHDRMetaData(This,type,size,metadata) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_QueryInterface(IDXGISwapChain4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISwapChain4_AddRef(IDXGISwapChain4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISwapChain4_Release(IDXGISwapChain4* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_SetPrivateData(IDXGISwapChain4* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetPrivateDataInterface(IDXGISwapChain4* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetPrivateData(IDXGISwapChain4* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetParent(IDXGISwapChain4* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_GetDevice(IDXGISwapChain4* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGISwapChain methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_Present(IDXGISwapChain4* This,UINT sync_interval,UINT flags) { + return This->lpVtbl->Present(This,sync_interval,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetBuffer(IDXGISwapChain4* This,UINT buffer_idx,REFIID riid,void **surface) { + return This->lpVtbl->GetBuffer(This,buffer_idx,riid,surface); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetFullscreenState(IDXGISwapChain4* This,WINBOOL fullscreen,IDXGIOutput *target) { + return This->lpVtbl->SetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetFullscreenState(IDXGISwapChain4* This,WINBOOL *fullscreen,IDXGIOutput **target) { + return This->lpVtbl->GetFullscreenState(This,fullscreen,target); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetDesc(IDXGISwapChain4* This,DXGI_SWAP_CHAIN_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGISwapChain4_ResizeBuffers(IDXGISwapChain4* This,UINT buffer_count,UINT width,UINT height,DXGI_FORMAT format,UINT flags) { + return This->lpVtbl->ResizeBuffers(This,buffer_count,width,height,format,flags); +} +static FORCEINLINE HRESULT IDXGISwapChain4_ResizeTarget(IDXGISwapChain4* This,const DXGI_MODE_DESC *target_mode_desc) { + return This->lpVtbl->ResizeTarget(This,target_mode_desc); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetContainingOutput(IDXGISwapChain4* This,IDXGIOutput **output) { + return This->lpVtbl->GetContainingOutput(This,output); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetFrameStatistics(IDXGISwapChain4* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetLastPresentCount(IDXGISwapChain4* This,UINT *last_present_count) { + return This->lpVtbl->GetLastPresentCount(This,last_present_count); +} +/*** IDXGISwapChain1 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_GetDesc1(IDXGISwapChain4* This,DXGI_SWAP_CHAIN_DESC1 *pDesc) { + return This->lpVtbl->GetDesc1(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetFullscreenDesc(IDXGISwapChain4* This,DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc) { + return This->lpVtbl->GetFullscreenDesc(This,pDesc); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetHwnd(IDXGISwapChain4* This,HWND *pHwnd) { + return This->lpVtbl->GetHwnd(This,pHwnd); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetCoreWindow(IDXGISwapChain4* This,REFIID refiid,void **ppUnk) { + return This->lpVtbl->GetCoreWindow(This,refiid,ppUnk); +} +static FORCEINLINE HRESULT IDXGISwapChain4_Present1(IDXGISwapChain4* This,UINT SyncInterval,UINT PresentFlags,const DXGI_PRESENT_PARAMETERS *pPresentParameters) { + return This->lpVtbl->Present1(This,SyncInterval,PresentFlags,pPresentParameters); +} +static FORCEINLINE WINBOOL IDXGISwapChain4_IsTemporaryMonoSupported(IDXGISwapChain4* This) { + return This->lpVtbl->IsTemporaryMonoSupported(This); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetRestrictToOutput(IDXGISwapChain4* This,IDXGIOutput **ppRestrictToOutput) { + return This->lpVtbl->GetRestrictToOutput(This,ppRestrictToOutput); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetBackgroundColor(IDXGISwapChain4* This,const DXGI_RGBA *pColor) { + return This->lpVtbl->SetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetBackgroundColor(IDXGISwapChain4* This,DXGI_RGBA *pColor) { + return This->lpVtbl->GetBackgroundColor(This,pColor); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetRotation(IDXGISwapChain4* This,DXGI_MODE_ROTATION Rotation) { + return This->lpVtbl->SetRotation(This,Rotation); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetRotation(IDXGISwapChain4* This,DXGI_MODE_ROTATION *pRotation) { + return This->lpVtbl->GetRotation(This,pRotation); +} +/*** IDXGISwapChain2 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_SetSourceSize(IDXGISwapChain4* This,UINT width,UINT height) { + return This->lpVtbl->SetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetSourceSize(IDXGISwapChain4* This,UINT *width,UINT *height) { + return This->lpVtbl->GetSourceSize(This,width,height); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetMaximumFrameLatency(IDXGISwapChain4* This,UINT max_latency) { + return This->lpVtbl->SetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetMaximumFrameLatency(IDXGISwapChain4* This,UINT *max_latency) { + return This->lpVtbl->GetMaximumFrameLatency(This,max_latency); +} +static FORCEINLINE HANDLE IDXGISwapChain4_GetFrameLatencyWaitableObject(IDXGISwapChain4* This) { + return This->lpVtbl->GetFrameLatencyWaitableObject(This); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetMatrixTransform(IDXGISwapChain4* This,const DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->SetMatrixTransform(This,matrix); +} +static FORCEINLINE HRESULT IDXGISwapChain4_GetMatrixTransform(IDXGISwapChain4* This,DXGI_MATRIX_3X2_F *matrix) { + return This->lpVtbl->GetMatrixTransform(This,matrix); +} +/*** IDXGISwapChain3 methods ***/ +static FORCEINLINE UINT IDXGISwapChain4_GetCurrentBackBufferIndex(IDXGISwapChain4* This) { + return This->lpVtbl->GetCurrentBackBufferIndex(This); +} +static FORCEINLINE HRESULT IDXGISwapChain4_CheckColorSpaceSupport(IDXGISwapChain4* This,DXGI_COLOR_SPACE_TYPE colour_space,UINT *colour_space_support) { + return This->lpVtbl->CheckColorSpaceSupport(This,colour_space,colour_space_support); +} +static FORCEINLINE HRESULT IDXGISwapChain4_SetColorSpace1(IDXGISwapChain4* This,DXGI_COLOR_SPACE_TYPE colour_space) { + return This->lpVtbl->SetColorSpace1(This,colour_space); +} +static FORCEINLINE HRESULT IDXGISwapChain4_ResizeBuffers1(IDXGISwapChain4* This,UINT buffer_count,UINT width,UINT height,DXGI_FORMAT format,UINT flags,const UINT *node_mask,IUnknown *const *present_queue) { + return This->lpVtbl->ResizeBuffers1(This,buffer_count,width,height,format,flags,node_mask,present_queue); +} +/*** IDXGISwapChain4 methods ***/ +static FORCEINLINE HRESULT IDXGISwapChain4_SetHDRMetaData(IDXGISwapChain4* This,DXGI_HDR_METADATA_TYPE type,UINT size,void *metadata) { + return This->lpVtbl->SetHDRMetaData(This,type,size,metadata); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISwapChain4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIDevice4 interface + */ +#ifndef __IDXGIDevice4_INTERFACE_DEFINED__ +#define __IDXGIDevice4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIDevice4, 0x95b4f95f, 0xd8da, 0x4ca4, 0x9e,0xe6, 0x3b,0x76,0xd5,0x96,0x8a,0x10); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("95b4f95f-d8da-4ca4-9ee6-3b76d5968a10") +IDXGIDevice4 : public IDXGIDevice3 +{ + virtual HRESULT STDMETHODCALLTYPE OfferResources1( + UINT resource_count, + IDXGIResource *const *resources, + DXGI_OFFER_RESOURCE_PRIORITY priority, + UINT flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE ReclaimResources1( + UINT resource_count, + IDXGIResource *const *resources, + DXGI_RECLAIM_RESOURCE_RESULTS *results) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIDevice4, 0x95b4f95f, 0xd8da, 0x4ca4, 0x9e,0xe6, 0x3b,0x76,0xd5,0x96,0x8a,0x10) +#endif +#else +typedef struct IDXGIDevice4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIDevice4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIDevice4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIDevice4 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIDevice4 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIDevice4 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIDevice4 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIDevice4 *This, + REFIID riid, + void **parent); + + /*** IDXGIDevice methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAdapter)( + IDXGIDevice4 *This, + IDXGIAdapter **adapter); + + HRESULT (STDMETHODCALLTYPE *CreateSurface)( + IDXGIDevice4 *This, + const DXGI_SURFACE_DESC *desc, + UINT surface_count, + DXGI_USAGE usage, + const DXGI_SHARED_RESOURCE *shared_resource, + IDXGISurface **surface); + + HRESULT (STDMETHODCALLTYPE *QueryResourceResidency)( + IDXGIDevice4 *This, + IUnknown *const *resources, + DXGI_RESIDENCY *residency, + UINT resource_count); + + HRESULT (STDMETHODCALLTYPE *SetGPUThreadPriority)( + IDXGIDevice4 *This, + INT priority); + + HRESULT (STDMETHODCALLTYPE *GetGPUThreadPriority)( + IDXGIDevice4 *This, + INT *priority); + + /*** IDXGIDevice1 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( + IDXGIDevice4 *This, + UINT MaxLatency); + + HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( + IDXGIDevice4 *This, + UINT *pMaxLatency); + + /*** IDXGIDevice2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OfferResources)( + IDXGIDevice4 *This, + UINT NumResources, + IDXGIResource *const *ppResources, + DXGI_OFFER_RESOURCE_PRIORITY Priority); + + HRESULT (STDMETHODCALLTYPE *ReclaimResources)( + IDXGIDevice4 *This, + UINT NumResources, + IDXGIResource *const *ppResources, + WINBOOL *pDiscarded); + + HRESULT (STDMETHODCALLTYPE *EnqueueSetEvent)( + IDXGIDevice4 *This, + HANDLE hEvent); + + /*** IDXGIDevice3 methods ***/ + void (STDMETHODCALLTYPE *Trim)( + IDXGIDevice4 *This); + + /*** IDXGIDevice4 methods ***/ + HRESULT (STDMETHODCALLTYPE *OfferResources1)( + IDXGIDevice4 *This, + UINT resource_count, + IDXGIResource *const *resources, + DXGI_OFFER_RESOURCE_PRIORITY priority, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *ReclaimResources1)( + IDXGIDevice4 *This, + UINT resource_count, + IDXGIResource *const *resources, + DXGI_RECLAIM_RESOURCE_RESULTS *results); + + END_INTERFACE +} IDXGIDevice4Vtbl; + +interface IDXGIDevice4 { + CONST_VTBL IDXGIDevice4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIDevice4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIDevice4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIDevice4_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIDevice4_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIDevice4_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIDevice4_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIDevice4_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDevice methods ***/ +#define IDXGIDevice4_GetAdapter(This,adapter) (This)->lpVtbl->GetAdapter(This,adapter) +#define IDXGIDevice4_CreateSurface(This,desc,surface_count,usage,shared_resource,surface) (This)->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface) +#define IDXGIDevice4_QueryResourceResidency(This,resources,residency,resource_count) (This)->lpVtbl->QueryResourceResidency(This,resources,residency,resource_count) +#define IDXGIDevice4_SetGPUThreadPriority(This,priority) (This)->lpVtbl->SetGPUThreadPriority(This,priority) +#define IDXGIDevice4_GetGPUThreadPriority(This,priority) (This)->lpVtbl->GetGPUThreadPriority(This,priority) +/*** IDXGIDevice1 methods ***/ +#define IDXGIDevice4_SetMaximumFrameLatency(This,MaxLatency) (This)->lpVtbl->SetMaximumFrameLatency(This,MaxLatency) +#define IDXGIDevice4_GetMaximumFrameLatency(This,pMaxLatency) (This)->lpVtbl->GetMaximumFrameLatency(This,pMaxLatency) +/*** IDXGIDevice2 methods ***/ +#define IDXGIDevice4_OfferResources(This,NumResources,ppResources,Priority) (This)->lpVtbl->OfferResources(This,NumResources,ppResources,Priority) +#define IDXGIDevice4_ReclaimResources(This,NumResources,ppResources,pDiscarded) (This)->lpVtbl->ReclaimResources(This,NumResources,ppResources,pDiscarded) +#define IDXGIDevice4_EnqueueSetEvent(This,hEvent) (This)->lpVtbl->EnqueueSetEvent(This,hEvent) +/*** IDXGIDevice3 methods ***/ +#define IDXGIDevice4_Trim(This) (This)->lpVtbl->Trim(This) +/*** IDXGIDevice4 methods ***/ +#define IDXGIDevice4_OfferResources1(This,resource_count,resources,priority,flags) (This)->lpVtbl->OfferResources1(This,resource_count,resources,priority,flags) +#define IDXGIDevice4_ReclaimResources1(This,resource_count,resources,results) (This)->lpVtbl->ReclaimResources1(This,resource_count,resources,results) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_QueryInterface(IDXGIDevice4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIDevice4_AddRef(IDXGIDevice4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIDevice4_Release(IDXGIDevice4* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_SetPrivateData(IDXGIDevice4* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIDevice4_SetPrivateDataInterface(IDXGIDevice4* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIDevice4_GetPrivateData(IDXGIDevice4* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIDevice4_GetParent(IDXGIDevice4* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDevice methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_GetAdapter(IDXGIDevice4* This,IDXGIAdapter **adapter) { + return This->lpVtbl->GetAdapter(This,adapter); +} +static FORCEINLINE HRESULT IDXGIDevice4_CreateSurface(IDXGIDevice4* This,const DXGI_SURFACE_DESC *desc,UINT surface_count,DXGI_USAGE usage,const DXGI_SHARED_RESOURCE *shared_resource,IDXGISurface **surface) { + return This->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface); +} +static FORCEINLINE HRESULT IDXGIDevice4_QueryResourceResidency(IDXGIDevice4* This,IUnknown *const *resources,DXGI_RESIDENCY *residency,UINT resource_count) { + return This->lpVtbl->QueryResourceResidency(This,resources,residency,resource_count); +} +static FORCEINLINE HRESULT IDXGIDevice4_SetGPUThreadPriority(IDXGIDevice4* This,INT priority) { + return This->lpVtbl->SetGPUThreadPriority(This,priority); +} +static FORCEINLINE HRESULT IDXGIDevice4_GetGPUThreadPriority(IDXGIDevice4* This,INT *priority) { + return This->lpVtbl->GetGPUThreadPriority(This,priority); +} +/*** IDXGIDevice1 methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_SetMaximumFrameLatency(IDXGIDevice4* This,UINT MaxLatency) { + return This->lpVtbl->SetMaximumFrameLatency(This,MaxLatency); +} +static FORCEINLINE HRESULT IDXGIDevice4_GetMaximumFrameLatency(IDXGIDevice4* This,UINT *pMaxLatency) { + return This->lpVtbl->GetMaximumFrameLatency(This,pMaxLatency); +} +/*** IDXGIDevice2 methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_OfferResources(IDXGIDevice4* This,UINT NumResources,IDXGIResource *const *ppResources,DXGI_OFFER_RESOURCE_PRIORITY Priority) { + return This->lpVtbl->OfferResources(This,NumResources,ppResources,Priority); +} +static FORCEINLINE HRESULT IDXGIDevice4_ReclaimResources(IDXGIDevice4* This,UINT NumResources,IDXGIResource *const *ppResources,WINBOOL *pDiscarded) { + return This->lpVtbl->ReclaimResources(This,NumResources,ppResources,pDiscarded); +} +static FORCEINLINE HRESULT IDXGIDevice4_EnqueueSetEvent(IDXGIDevice4* This,HANDLE hEvent) { + return This->lpVtbl->EnqueueSetEvent(This,hEvent); +} +/*** IDXGIDevice3 methods ***/ +static FORCEINLINE void IDXGIDevice4_Trim(IDXGIDevice4* This) { + This->lpVtbl->Trim(This); +} +/*** IDXGIDevice4 methods ***/ +static FORCEINLINE HRESULT IDXGIDevice4_OfferResources1(IDXGIDevice4* This,UINT resource_count,IDXGIResource *const *resources,DXGI_OFFER_RESOURCE_PRIORITY priority,UINT flags) { + return This->lpVtbl->OfferResources1(This,resource_count,resources,priority,flags); +} +static FORCEINLINE HRESULT IDXGIDevice4_ReclaimResources1(IDXGIDevice4* This,UINT resource_count,IDXGIResource *const *resources,DXGI_RECLAIM_RESOURCE_RESULTS *results) { + return This->lpVtbl->ReclaimResources1(This,resource_count,resources,results); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIDevice4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIFactory5 interface + */ +#ifndef __IDXGIFactory5_INTERFACE_DEFINED__ +#define __IDXGIFactory5_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIFactory5, 0x7632e1f5, 0xee65, 0x4dca, 0x87,0xfd, 0x84,0xcd,0x75,0xf8,0x83,0x8d); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("7632e1f5-ee65-4dca-87fd-84cd75f8838d") +IDXGIFactory5 : public IDXGIFactory4 +{ + virtual HRESULT STDMETHODCALLTYPE CheckFeatureSupport( + DXGI_FEATURE feature, + void *support_data, + UINT support_data_size) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIFactory5, 0x7632e1f5, 0xee65, 0x4dca, 0x87,0xfd, 0x84,0xcd,0x75,0xf8,0x83,0x8d) +#endif +#else +typedef struct IDXGIFactory5Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIFactory5 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIFactory5 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIFactory5 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIFactory5 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIFactory5 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIFactory5 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIFactory5 *This, + REFIID riid, + void **parent); + + /*** IDXGIFactory methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters)( + IDXGIFactory5 *This, + UINT adapter_idx, + IDXGIAdapter **adapter); + + HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( + IDXGIFactory5 *This, + HWND window, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( + IDXGIFactory5 *This, + HWND *window); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( + IDXGIFactory5 *This, + IUnknown *device, + DXGI_SWAP_CHAIN_DESC *desc, + IDXGISwapChain **swapchain); + + HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( + IDXGIFactory5 *This, + HMODULE swrast, + IDXGIAdapter **adapter); + + /*** IDXGIFactory1 methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapters1)( + IDXGIFactory5 *This, + UINT Adapter, + IDXGIAdapter1 **ppAdapter); + + WINBOOL (STDMETHODCALLTYPE *IsCurrent)( + IDXGIFactory5 *This); + + /*** IDXGIFactory2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *IsWindowedStereoEnabled)( + IDXGIFactory5 *This); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForHwnd)( + IDXGIFactory5 *This, + IUnknown *pDevice, + HWND hWnd, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForCoreWindow)( + IDXGIFactory5 *This, + IUnknown *pDevice, + IUnknown *pWindow, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + HRESULT (STDMETHODCALLTYPE *GetSharedResourceAdapterLuid)( + IDXGIFactory5 *This, + HANDLE hResource, + LUID *pLuid); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusWindow)( + IDXGIFactory5 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusEvent)( + IDXGIFactory5 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterStereoStatus)( + IDXGIFactory5 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterStereoStatusWindow)( + IDXGIFactory5 *This, + HWND WindowHandle, + UINT wMsg, + DWORD *pdwCookie); + + HRESULT (STDMETHODCALLTYPE *RegisterOcclusionStatusEvent)( + IDXGIFactory5 *This, + HANDLE hEvent, + DWORD *pdwCookie); + + void (STDMETHODCALLTYPE *UnregisterOcclusionStatus)( + IDXGIFactory5 *This, + DWORD dwCookie); + + HRESULT (STDMETHODCALLTYPE *CreateSwapChainForComposition)( + IDXGIFactory5 *This, + IUnknown *pDevice, + const DXGI_SWAP_CHAIN_DESC1 *pDesc, + IDXGIOutput *pRestrictToOutput, + IDXGISwapChain1 **ppSwapChain); + + /*** IDXGIFactory3 methods ***/ + UINT (STDMETHODCALLTYPE *GetCreationFlags)( + IDXGIFactory5 *This); + + /*** IDXGIFactory4 methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumAdapterByLuid)( + IDXGIFactory5 *This, + LUID luid, + REFIID iid, + void **adapter); + + HRESULT (STDMETHODCALLTYPE *EnumWarpAdapter)( + IDXGIFactory5 *This, + REFIID iid, + void **adapter); + + /*** IDXGIFactory5 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckFeatureSupport)( + IDXGIFactory5 *This, + DXGI_FEATURE feature, + void *support_data, + UINT support_data_size); + + END_INTERFACE +} IDXGIFactory5Vtbl; + +interface IDXGIFactory5 { + CONST_VTBL IDXGIFactory5Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIFactory5_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIFactory5_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIFactory5_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIFactory5_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIFactory5_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIFactory5_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIFactory5_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIFactory methods ***/ +#define IDXGIFactory5_EnumAdapters(This,adapter_idx,adapter) (This)->lpVtbl->EnumAdapters(This,adapter_idx,adapter) +#define IDXGIFactory5_MakeWindowAssociation(This,window,flags) (This)->lpVtbl->MakeWindowAssociation(This,window,flags) +#define IDXGIFactory5_GetWindowAssociation(This,window) (This)->lpVtbl->GetWindowAssociation(This,window) +#define IDXGIFactory5_CreateSwapChain(This,device,desc,swapchain) (This)->lpVtbl->CreateSwapChain(This,device,desc,swapchain) +#define IDXGIFactory5_CreateSoftwareAdapter(This,swrast,adapter) (This)->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter) +/*** IDXGIFactory1 methods ***/ +#define IDXGIFactory5_EnumAdapters1(This,Adapter,ppAdapter) (This)->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter) +#define IDXGIFactory5_IsCurrent(This) (This)->lpVtbl->IsCurrent(This) +/*** IDXGIFactory2 methods ***/ +#define IDXGIFactory5_IsWindowedStereoEnabled(This) (This)->lpVtbl->IsWindowedStereoEnabled(This) +#define IDXGIFactory5_CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory5_CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain) +#define IDXGIFactory5_GetSharedResourceAdapterLuid(This,hResource,pLuid) (This)->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid) +#define IDXGIFactory5_RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory5_RegisterStereoStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory5_UnregisterStereoStatus(This,dwCookie) (This)->lpVtbl->UnregisterStereoStatus(This,dwCookie) +#define IDXGIFactory5_RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) (This)->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie) +#define IDXGIFactory5_RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) (This)->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie) +#define IDXGIFactory5_UnregisterOcclusionStatus(This,dwCookie) (This)->lpVtbl->UnregisterOcclusionStatus(This,dwCookie) +#define IDXGIFactory5_CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) (This)->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain) +/*** IDXGIFactory3 methods ***/ +#define IDXGIFactory5_GetCreationFlags(This) (This)->lpVtbl->GetCreationFlags(This) +/*** IDXGIFactory4 methods ***/ +#define IDXGIFactory5_EnumAdapterByLuid(This,luid,iid,adapter) (This)->lpVtbl->EnumAdapterByLuid(This,luid,iid,adapter) +#define IDXGIFactory5_EnumWarpAdapter(This,iid,adapter) (This)->lpVtbl->EnumWarpAdapter(This,iid,adapter) +/*** IDXGIFactory5 methods ***/ +#define IDXGIFactory5_CheckFeatureSupport(This,feature,support_data,support_data_size) (This)->lpVtbl->CheckFeatureSupport(This,feature,support_data,support_data_size) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_QueryInterface(IDXGIFactory5* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIFactory5_AddRef(IDXGIFactory5* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIFactory5_Release(IDXGIFactory5* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_SetPrivateData(IDXGIFactory5* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory5_SetPrivateDataInterface(IDXGIFactory5* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIFactory5_GetPrivateData(IDXGIFactory5* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIFactory5_GetParent(IDXGIFactory5* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIFactory methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_EnumAdapters(IDXGIFactory5* This,UINT adapter_idx,IDXGIAdapter **adapter) { + return This->lpVtbl->EnumAdapters(This,adapter_idx,adapter); +} +static FORCEINLINE HRESULT IDXGIFactory5_MakeWindowAssociation(IDXGIFactory5* This,HWND window,UINT flags) { + return This->lpVtbl->MakeWindowAssociation(This,window,flags); +} +static FORCEINLINE HRESULT IDXGIFactory5_GetWindowAssociation(IDXGIFactory5* This,HWND *window) { + return This->lpVtbl->GetWindowAssociation(This,window); +} +static FORCEINLINE HRESULT IDXGIFactory5_CreateSwapChain(IDXGIFactory5* This,IUnknown *device,DXGI_SWAP_CHAIN_DESC *desc,IDXGISwapChain **swapchain) { + return This->lpVtbl->CreateSwapChain(This,device,desc,swapchain); +} +static FORCEINLINE HRESULT IDXGIFactory5_CreateSoftwareAdapter(IDXGIFactory5* This,HMODULE swrast,IDXGIAdapter **adapter) { + return This->lpVtbl->CreateSoftwareAdapter(This,swrast,adapter); +} +/*** IDXGIFactory1 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_EnumAdapters1(IDXGIFactory5* This,UINT Adapter,IDXGIAdapter1 **ppAdapter) { + return This->lpVtbl->EnumAdapters1(This,Adapter,ppAdapter); +} +static FORCEINLINE WINBOOL IDXGIFactory5_IsCurrent(IDXGIFactory5* This) { + return This->lpVtbl->IsCurrent(This); +} +/*** IDXGIFactory2 methods ***/ +static FORCEINLINE WINBOOL IDXGIFactory5_IsWindowedStereoEnabled(IDXGIFactory5* This) { + return This->lpVtbl->IsWindowedStereoEnabled(This); +} +static FORCEINLINE HRESULT IDXGIFactory5_CreateSwapChainForHwnd(IDXGIFactory5* This,IUnknown *pDevice,HWND hWnd,const DXGI_SWAP_CHAIN_DESC1 *pDesc,const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFullscreenDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForHwnd(This,pDevice,hWnd,pDesc,pFullscreenDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory5_CreateSwapChainForCoreWindow(IDXGIFactory5* This,IUnknown *pDevice,IUnknown *pWindow,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForCoreWindow(This,pDevice,pWindow,pDesc,pRestrictToOutput,ppSwapChain); +} +static FORCEINLINE HRESULT IDXGIFactory5_GetSharedResourceAdapterLuid(IDXGIFactory5* This,HANDLE hResource,LUID *pLuid) { + return This->lpVtbl->GetSharedResourceAdapterLuid(This,hResource,pLuid); +} +static FORCEINLINE HRESULT IDXGIFactory5_RegisterOcclusionStatusWindow(IDXGIFactory5* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory5_RegisterStereoStatusEvent(IDXGIFactory5* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory5_UnregisterStereoStatus(IDXGIFactory5* This,DWORD dwCookie) { + This->lpVtbl->UnregisterStereoStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory5_RegisterStereoStatusWindow(IDXGIFactory5* This,HWND WindowHandle,UINT wMsg,DWORD *pdwCookie) { + return This->lpVtbl->RegisterStereoStatusWindow(This,WindowHandle,wMsg,pdwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory5_RegisterOcclusionStatusEvent(IDXGIFactory5* This,HANDLE hEvent,DWORD *pdwCookie) { + return This->lpVtbl->RegisterOcclusionStatusEvent(This,hEvent,pdwCookie); +} +static FORCEINLINE void IDXGIFactory5_UnregisterOcclusionStatus(IDXGIFactory5* This,DWORD dwCookie) { + This->lpVtbl->UnregisterOcclusionStatus(This,dwCookie); +} +static FORCEINLINE HRESULT IDXGIFactory5_CreateSwapChainForComposition(IDXGIFactory5* This,IUnknown *pDevice,const DXGI_SWAP_CHAIN_DESC1 *pDesc,IDXGIOutput *pRestrictToOutput,IDXGISwapChain1 **ppSwapChain) { + return This->lpVtbl->CreateSwapChainForComposition(This,pDevice,pDesc,pRestrictToOutput,ppSwapChain); +} +/*** IDXGIFactory3 methods ***/ +static FORCEINLINE UINT IDXGIFactory5_GetCreationFlags(IDXGIFactory5* This) { + return This->lpVtbl->GetCreationFlags(This); +} +/*** IDXGIFactory4 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_EnumAdapterByLuid(IDXGIFactory5* This,LUID luid,REFIID iid,void **adapter) { + return This->lpVtbl->EnumAdapterByLuid(This,luid,iid,adapter); +} +static FORCEINLINE HRESULT IDXGIFactory5_EnumWarpAdapter(IDXGIFactory5* This,REFIID iid,void **adapter) { + return This->lpVtbl->EnumWarpAdapter(This,iid,adapter); +} +/*** IDXGIFactory5 methods ***/ +static FORCEINLINE HRESULT IDXGIFactory5_CheckFeatureSupport(IDXGIFactory5* This,DXGI_FEATURE feature,void *support_data,UINT support_data_size) { + return This->lpVtbl->CheckFeatureSupport(This,feature,support_data,support_data_size); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIFactory5_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __dxgi1_5_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_5.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_5.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_5.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_5.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,127 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "dxgi1_4.idl"; + +typedef enum DXGI_OUTDUPL_FLAG +{ + DXGI_OUTDUPL_COMPOSITED_UI_CAPTURE_ONLY = 0x1, +} DXGI_OUTDUPL_FLAG; + +typedef enum DXGI_HDR_METADATA_TYPE +{ + DXGI_HDR_METADATA_TYPE_NONE = 0x0, + DXGI_HDR_METADATA_TYPE_HDR10 = 0x1, +} DXGI_HDR_METADATA_TYPE; + +typedef enum _DXGI_OFFER_RESOURCE_FLAGS +{ + DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT = 0x1, +} DXGI_OFFER_RESOURCE_FLAGS; + +typedef enum _DXGI_RECLAIM_RESOURCE_RESULTS +{ + DXGI_RECLAIM_RESOURCE_RESULT_OK = 0x0, + DXGI_RECLAIM_RESOURCE_RESULT_DISCARDED = 0x1, + DXGI_RECLAIM_RESOURCE_RESULT_NOT_COMMITTED = 0x2, +} DXGI_RECLAIM_RESOURCE_RESULTS; + +typedef enum DXGI_FEATURE +{ + DXGI_FEATURE_PRESENT_ALLOW_TEARING = 0x0, +} DXGI_FEATURE; + +typedef struct DXGI_HDR_METADATA_HDR10 +{ + UINT16 RedPrimary[2]; + UINT16 GreenPrimary[2]; + UINT16 BluePrimary[2]; + UINT16 WhitePoint[2]; + UINT MaxMasteringLuminance; + UINT MinMasteringLuminance; + UINT16 MaxContentLightLevel; + UINT16 MaxFrameAverageLightLevel; +} DXGI_HDR_METADATA_HDR10; + +[ + object, + uuid(80a07424-ab52-42eb-833c-0c42fd282d98), + local, + pointer_default(unique) +] +interface IDXGIOutput5 : IDXGIOutput4 +{ + HRESULT DuplicateOutput1( + [in] IUnknown *device, + [in] UINT flags, + [in] UINT format_count, + [in] const DXGI_FORMAT *formats, + [out] IDXGIOutputDuplication **duplication + ); +} + +[ + object, + uuid(3d585d5a-bd4a-489e-b1f4-3dbcb6452ffb), + local, + pointer_default(unique) +] +interface IDXGISwapChain4 : IDXGISwapChain3 +{ + HRESULT SetHDRMetaData( + [in] DXGI_HDR_METADATA_TYPE type, + [in] UINT size, + [in] void *metadata + ); +} + +[ + object, + uuid(95b4f95f-d8da-4ca4-9ee6-3b76d5968a10), + local, + pointer_default(unique) +] +interface IDXGIDevice4 : IDXGIDevice3 +{ + HRESULT OfferResources1( + [in] UINT resource_count, + [in] IDXGIResource *const *resources, + [in] DXGI_OFFER_RESOURCE_PRIORITY priority, + [in] UINT flags + ); + HRESULT ReclaimResources1( + [in] UINT resource_count, + [in] IDXGIResource *const *resources, + [out] DXGI_RECLAIM_RESOURCE_RESULTS *results + ); +} + +[ + object, + uuid(7632e1f5-ee65-4dca-87fd-84cd75f8838d), + local, + pointer_default(unique) +] +interface IDXGIFactory5 : IDXGIFactory4 +{ + HRESULT CheckFeatureSupport( + DXGI_FEATURE feature, + [in, out] void *support_data, + UINT support_data_size + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_6.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_6.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_6.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_6.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,646 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi1_6.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __dxgi1_6_h__ +#define __dxgi1_6_h__ + +/* Forward declarations */ + +#ifndef __IDXGIAdapter4_FWD_DEFINED__ +#define __IDXGIAdapter4_FWD_DEFINED__ +typedef interface IDXGIAdapter4 IDXGIAdapter4; +#ifdef __cplusplus +interface IDXGIAdapter4; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGIOutput6_FWD_DEFINED__ +#define __IDXGIOutput6_FWD_DEFINED__ +typedef interface IDXGIOutput6 IDXGIOutput6; +#ifdef __cplusplus +interface IDXGIOutput6; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum DXGI_ADAPTER_FLAG3 { + DXGI_ADAPTER_FLAG3_NONE = 0x0, + DXGI_ADAPTER_FLAG3_REMOTE = 0x1, + DXGI_ADAPTER_FLAG3_SOFTWARE = 0x2, + DXGI_ADAPTER_FLAG3_ACG_COMPATIBLE = 0x4, + DXGI_ADAPTER_FLAG3_FORCE_DWORD = 0xffffffff +} DXGI_ADAPTER_FLAG3; +typedef enum DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS { + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_FULLSCREEN = 0x1, + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_WINDOWED = 0x2, + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_CURSOR_STRETCHED = 0x4 +} DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS; +typedef struct DXGI_ADAPTER_DESC3 { + WCHAR Description[128]; + UINT VendorId; + UINT DeviceId; + UINT SubSysId; + UINT Revision; + SIZE_T DedicatedVideoMemory; + SIZE_T DedicatedSystemMemory; + SIZE_T SharedSystemMemory; + LUID AdapterLuid; + DXGI_ADAPTER_FLAG3 Flags; + DXGI_GRAPHICS_PREEMPTION_GRANULARITY GraphicsPreemptionGranularity; + DXGI_COMPUTE_PREEMPTION_GRANULARITY ComputePreemptionGranularity; +} DXGI_ADAPTER_DESC3; +typedef struct DXGI_OUTPUT_DESC1 { + WCHAR DeviceName[32]; + RECT DesktopCoordinates; + WINBOOL AttachedToDesktop; + DXGI_MODE_ROTATION Rotation; + HMONITOR Monitor; + UINT BitsPerColor; + DXGI_COLOR_SPACE_TYPE ColorSpace; + FLOAT RedPrimary[2]; + FLOAT GreenPrimary[2]; + FLOAT BluePrimary[2]; + FLOAT WhitePoint[2]; + FLOAT MinLuminance; + FLOAT MaxLuminance; + FLOAT MaxFullFrameLuminance; +} DXGI_OUTPUT_DESC1; +/***************************************************************************** + * IDXGIAdapter4 interface + */ +#ifndef __IDXGIAdapter4_INTERFACE_DEFINED__ +#define __IDXGIAdapter4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIAdapter4, 0x3c8d99d1, 0x4fbf, 0x4181, 0xa8,0x2c, 0xaf,0x66,0xbf,0x7b,0xd2,0x4e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("3c8d99d1-4fbf-4181-a82c-af66bf7bd24e") +IDXGIAdapter4 : public IDXGIAdapter3 +{ + virtual HRESULT STDMETHODCALLTYPE GetDesc3( + DXGI_ADAPTER_DESC3 *desc) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIAdapter4, 0x3c8d99d1, 0x4fbf, 0x4181, 0xa8,0x2c, 0xaf,0x66,0xbf,0x7b,0xd2,0x4e) +#endif +#else +typedef struct IDXGIAdapter4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIAdapter4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIAdapter4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIAdapter4 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIAdapter4 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIAdapter4 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIAdapter4 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIAdapter4 *This, + REFIID riid, + void **parent); + + /*** IDXGIAdapter methods ***/ + HRESULT (STDMETHODCALLTYPE *EnumOutputs)( + IDXGIAdapter4 *This, + UINT output_idx, + IDXGIOutput **output); + + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIAdapter4 *This, + DXGI_ADAPTER_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *CheckInterfaceSupport)( + IDXGIAdapter4 *This, + REFGUID guid, + LARGE_INTEGER *umd_version); + + /*** IDXGIAdapter1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGIAdapter4 *This, + DXGI_ADAPTER_DESC1 *pDesc); + + /*** IDXGIAdapter2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc2)( + IDXGIAdapter4 *This, + DXGI_ADAPTER_DESC2 *pDesc); + + /*** IDXGIAdapter3 methods ***/ + HRESULT (STDMETHODCALLTYPE *RegisterHardwareContentProtectionTeardownStatusEvent)( + IDXGIAdapter4 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterHardwareContentProtectionTeardownStatus)( + IDXGIAdapter4 *This, + DWORD cookie); + + HRESULT (STDMETHODCALLTYPE *QueryVideoMemoryInfo)( + IDXGIAdapter4 *This, + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info); + + HRESULT (STDMETHODCALLTYPE *SetVideoMemoryReservation)( + IDXGIAdapter4 *This, + UINT node_index, + DXGI_MEMORY_SEGMENT_GROUP segment_group, + UINT64 reservation); + + HRESULT (STDMETHODCALLTYPE *RegisterVideoMemoryBudgetChangeNotificationEvent)( + IDXGIAdapter4 *This, + HANDLE event, + DWORD *cookie); + + void (STDMETHODCALLTYPE *UnregisterVideoMemoryBudgetChangeNotification)( + IDXGIAdapter4 *This, + DWORD cookie); + + /*** IDXGIAdapter4 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc3)( + IDXGIAdapter4 *This, + DXGI_ADAPTER_DESC3 *desc); + + END_INTERFACE +} IDXGIAdapter4Vtbl; + +interface IDXGIAdapter4 { + CONST_VTBL IDXGIAdapter4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIAdapter4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIAdapter4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIAdapter4_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIAdapter4_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIAdapter4_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIAdapter4_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIAdapter4_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIAdapter methods ***/ +#define IDXGIAdapter4_EnumOutputs(This,output_idx,output) (This)->lpVtbl->EnumOutputs(This,output_idx,output) +#define IDXGIAdapter4_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIAdapter4_CheckInterfaceSupport(This,guid,umd_version) (This)->lpVtbl->CheckInterfaceSupport(This,guid,umd_version) +/*** IDXGIAdapter1 methods ***/ +#define IDXGIAdapter4_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) +/*** IDXGIAdapter2 methods ***/ +#define IDXGIAdapter4_GetDesc2(This,pDesc) (This)->lpVtbl->GetDesc2(This,pDesc) +/*** IDXGIAdapter3 methods ***/ +#define IDXGIAdapter4_RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie) (This)->lpVtbl->RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie) +#define IDXGIAdapter4_UnregisterHardwareContentProtectionTeardownStatus(This,cookie) (This)->lpVtbl->UnregisterHardwareContentProtectionTeardownStatus(This,cookie) +#define IDXGIAdapter4_QueryVideoMemoryInfo(This,node_index,segment_group,memory_info) (This)->lpVtbl->QueryVideoMemoryInfo(This,node_index,segment_group,memory_info) +#define IDXGIAdapter4_SetVideoMemoryReservation(This,node_index,segment_group,reservation) (This)->lpVtbl->SetVideoMemoryReservation(This,node_index,segment_group,reservation) +#define IDXGIAdapter4_RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie) (This)->lpVtbl->RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie) +#define IDXGIAdapter4_UnregisterVideoMemoryBudgetChangeNotification(This,cookie) (This)->lpVtbl->UnregisterVideoMemoryBudgetChangeNotification(This,cookie) +/*** IDXGIAdapter4 methods ***/ +#define IDXGIAdapter4_GetDesc3(This,desc) (This)->lpVtbl->GetDesc3(This,desc) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_QueryInterface(IDXGIAdapter4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIAdapter4_AddRef(IDXGIAdapter4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIAdapter4_Release(IDXGIAdapter4* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_SetPrivateData(IDXGIAdapter4* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIAdapter4_SetPrivateDataInterface(IDXGIAdapter4* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIAdapter4_GetPrivateData(IDXGIAdapter4* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIAdapter4_GetParent(IDXGIAdapter4* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIAdapter methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_EnumOutputs(IDXGIAdapter4* This,UINT output_idx,IDXGIOutput **output) { + return This->lpVtbl->EnumOutputs(This,output_idx,output); +} +static FORCEINLINE HRESULT IDXGIAdapter4_GetDesc(IDXGIAdapter4* This,DXGI_ADAPTER_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIAdapter4_CheckInterfaceSupport(IDXGIAdapter4* This,REFGUID guid,LARGE_INTEGER *umd_version) { + return This->lpVtbl->CheckInterfaceSupport(This,guid,umd_version); +} +/*** IDXGIAdapter1 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_GetDesc1(IDXGIAdapter4* This,DXGI_ADAPTER_DESC1 *pDesc) { + return This->lpVtbl->GetDesc1(This,pDesc); +} +/*** IDXGIAdapter2 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_GetDesc2(IDXGIAdapter4* This,DXGI_ADAPTER_DESC2 *pDesc) { + return This->lpVtbl->GetDesc2(This,pDesc); +} +/*** IDXGIAdapter3 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_RegisterHardwareContentProtectionTeardownStatusEvent(IDXGIAdapter4* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterHardwareContentProtectionTeardownStatusEvent(This,event,cookie); +} +static FORCEINLINE void IDXGIAdapter4_UnregisterHardwareContentProtectionTeardownStatus(IDXGIAdapter4* This,DWORD cookie) { + This->lpVtbl->UnregisterHardwareContentProtectionTeardownStatus(This,cookie); +} +static FORCEINLINE HRESULT IDXGIAdapter4_QueryVideoMemoryInfo(IDXGIAdapter4* This,UINT node_index,DXGI_MEMORY_SEGMENT_GROUP segment_group,DXGI_QUERY_VIDEO_MEMORY_INFO *memory_info) { + return This->lpVtbl->QueryVideoMemoryInfo(This,node_index,segment_group,memory_info); +} +static FORCEINLINE HRESULT IDXGIAdapter4_SetVideoMemoryReservation(IDXGIAdapter4* This,UINT node_index,DXGI_MEMORY_SEGMENT_GROUP segment_group,UINT64 reservation) { + return This->lpVtbl->SetVideoMemoryReservation(This,node_index,segment_group,reservation); +} +static FORCEINLINE HRESULT IDXGIAdapter4_RegisterVideoMemoryBudgetChangeNotificationEvent(IDXGIAdapter4* This,HANDLE event,DWORD *cookie) { + return This->lpVtbl->RegisterVideoMemoryBudgetChangeNotificationEvent(This,event,cookie); +} +static FORCEINLINE void IDXGIAdapter4_UnregisterVideoMemoryBudgetChangeNotification(IDXGIAdapter4* This,DWORD cookie) { + This->lpVtbl->UnregisterVideoMemoryBudgetChangeNotification(This,cookie); +} +/*** IDXGIAdapter4 methods ***/ +static FORCEINLINE HRESULT IDXGIAdapter4_GetDesc3(IDXGIAdapter4* This,DXGI_ADAPTER_DESC3 *desc) { + return This->lpVtbl->GetDesc3(This,desc); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIAdapter4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDXGIOutput6 interface + */ +#ifndef __IDXGIOutput6_INTERFACE_DEFINED__ +#define __IDXGIOutput6_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGIOutput6, 0x068346e8, 0xaaec, 0x4b84, 0xad,0xd7, 0x13,0x7f,0x51,0x3f,0x77,0xa1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("068346e8-aaec-4b84-add7-137f513f77a1") +IDXGIOutput6 : public IDXGIOutput5 +{ + virtual HRESULT STDMETHODCALLTYPE GetDesc1( + DXGI_OUTPUT_DESC1 *desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE CheckHardwareCompositionSupport( + UINT *flags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGIOutput6, 0x068346e8, 0xaaec, 0x4b84, 0xad,0xd7, 0x13,0x7f,0x51,0x3f,0x77,0xa1) +#endif +#else +typedef struct IDXGIOutput6Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGIOutput6 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGIOutput6 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGIOutput6 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGIOutput6 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGIOutput6 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGIOutput6 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGIOutput6 *This, + REFIID riid, + void **parent); + + /*** IDXGIOutput methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGIOutput6 *This, + DXGI_OUTPUT_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( + IDXGIOutput6 *This, + DXGI_FORMAT format, + UINT flags, + UINT *mode_count, + DXGI_MODE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( + IDXGIOutput6 *This, + const DXGI_MODE_DESC *mode, + DXGI_MODE_DESC *closest_match, + IUnknown *device); + + HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( + IDXGIOutput6 *This); + + HRESULT (STDMETHODCALLTYPE *TakeOwnership)( + IDXGIOutput6 *This, + IUnknown *device, + WINBOOL exclusive); + + void (STDMETHODCALLTYPE *ReleaseOwnership)( + IDXGIOutput6 *This); + + HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( + IDXGIOutput6 *This, + DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); + + HRESULT (STDMETHODCALLTYPE *SetGammaControl)( + IDXGIOutput6 *This, + const DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *GetGammaControl)( + IDXGIOutput6 *This, + DXGI_GAMMA_CONTROL *gamma_control); + + HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( + IDXGIOutput6 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( + IDXGIOutput6 *This, + IDXGISurface *surface); + + HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( + IDXGIOutput6 *This, + DXGI_FRAME_STATISTICS *stats); + + /*** IDXGIOutput1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDisplayModeList1)( + IDXGIOutput6 *This, + DXGI_FORMAT enum_format, + UINT flags, + UINT *num_modes, + DXGI_MODE_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode1)( + IDXGIOutput6 *This, + const DXGI_MODE_DESC1 *mode_to_match, + DXGI_MODE_DESC1 *closest_match, + IUnknown *concerned_device); + + HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData1)( + IDXGIOutput6 *This, + IDXGIResource *destination); + + HRESULT (STDMETHODCALLTYPE *DuplicateOutput)( + IDXGIOutput6 *This, + IUnknown *device, + IDXGIOutputDuplication **output_duplication); + + /*** IDXGIOutput2 methods ***/ + WINBOOL (STDMETHODCALLTYPE *SupportsOverlays)( + IDXGIOutput6 *This); + + /*** IDXGIOutput3 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlaySupport)( + IDXGIOutput6 *This, + DXGI_FORMAT enum_format, + IUnknown *concerned_device, + UINT *flags); + + /*** IDXGIOutput4 methods ***/ + HRESULT (STDMETHODCALLTYPE *CheckOverlayColorSpaceSupport)( + IDXGIOutput6 *This, + DXGI_FORMAT format, + DXGI_COLOR_SPACE_TYPE colour_space, + IUnknown *device, + UINT *flags); + + /*** IDXGIOutput5 methods ***/ + HRESULT (STDMETHODCALLTYPE *DuplicateOutput1)( + IDXGIOutput6 *This, + IUnknown *device, + UINT flags, + UINT format_count, + const DXGI_FORMAT *formats, + IDXGIOutputDuplication **duplication); + + /*** IDXGIOutput6 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc1)( + IDXGIOutput6 *This, + DXGI_OUTPUT_DESC1 *desc); + + HRESULT (STDMETHODCALLTYPE *CheckHardwareCompositionSupport)( + IDXGIOutput6 *This, + UINT *flags); + + END_INTERFACE +} IDXGIOutput6Vtbl; + +interface IDXGIOutput6 { + CONST_VTBL IDXGIOutput6Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGIOutput6_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGIOutput6_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGIOutput6_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGIOutput6_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGIOutput6_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGIOutput6_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGIOutput6_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIOutput methods ***/ +#define IDXGIOutput6_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGIOutput6_GetDisplayModeList(This,format,flags,mode_count,desc) (This)->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc) +#define IDXGIOutput6_FindClosestMatchingMode(This,mode,closest_match,device) (This)->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device) +#define IDXGIOutput6_WaitForVBlank(This) (This)->lpVtbl->WaitForVBlank(This) +#define IDXGIOutput6_TakeOwnership(This,device,exclusive) (This)->lpVtbl->TakeOwnership(This,device,exclusive) +#define IDXGIOutput6_ReleaseOwnership(This) (This)->lpVtbl->ReleaseOwnership(This) +#define IDXGIOutput6_GetGammaControlCapabilities(This,gamma_caps) (This)->lpVtbl->GetGammaControlCapabilities(This,gamma_caps) +#define IDXGIOutput6_SetGammaControl(This,gamma_control) (This)->lpVtbl->SetGammaControl(This,gamma_control) +#define IDXGIOutput6_GetGammaControl(This,gamma_control) (This)->lpVtbl->GetGammaControl(This,gamma_control) +#define IDXGIOutput6_SetDisplaySurface(This,surface) (This)->lpVtbl->SetDisplaySurface(This,surface) +#define IDXGIOutput6_GetDisplaySurfaceData(This,surface) (This)->lpVtbl->GetDisplaySurfaceData(This,surface) +#define IDXGIOutput6_GetFrameStatistics(This,stats) (This)->lpVtbl->GetFrameStatistics(This,stats) +/*** IDXGIOutput1 methods ***/ +#define IDXGIOutput6_GetDisplayModeList1(This,enum_format,flags,num_modes,desc) (This)->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc) +#define IDXGIOutput6_FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) (This)->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device) +#define IDXGIOutput6_GetDisplaySurfaceData1(This,destination) (This)->lpVtbl->GetDisplaySurfaceData1(This,destination) +#define IDXGIOutput6_DuplicateOutput(This,device,output_duplication) (This)->lpVtbl->DuplicateOutput(This,device,output_duplication) +/*** IDXGIOutput2 methods ***/ +#define IDXGIOutput6_SupportsOverlays(This) (This)->lpVtbl->SupportsOverlays(This) +/*** IDXGIOutput3 methods ***/ +#define IDXGIOutput6_CheckOverlaySupport(This,enum_format,concerned_device,flags) (This)->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags) +/*** IDXGIOutput4 methods ***/ +#define IDXGIOutput6_CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) (This)->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags) +/*** IDXGIOutput5 methods ***/ +#define IDXGIOutput6_DuplicateOutput1(This,device,flags,format_count,formats,duplication) (This)->lpVtbl->DuplicateOutput1(This,device,flags,format_count,formats,duplication) +/*** IDXGIOutput6 methods ***/ +#define IDXGIOutput6_GetDesc1(This,desc) (This)->lpVtbl->GetDesc1(This,desc) +#define IDXGIOutput6_CheckHardwareCompositionSupport(This,flags) (This)->lpVtbl->CheckHardwareCompositionSupport(This,flags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_QueryInterface(IDXGIOutput6* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGIOutput6_AddRef(IDXGIOutput6* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGIOutput6_Release(IDXGIOutput6* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_SetPrivateData(IDXGIOutput6* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput6_SetPrivateDataInterface(IDXGIOutput6* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetPrivateData(IDXGIOutput6* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetParent(IDXGIOutput6* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIOutput methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_GetDesc(IDXGIOutput6* This,DXGI_OUTPUT_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetDisplayModeList(IDXGIOutput6* This,DXGI_FORMAT format,UINT flags,UINT *mode_count,DXGI_MODE_DESC *desc) { + return This->lpVtbl->GetDisplayModeList(This,format,flags,mode_count,desc); +} +static FORCEINLINE HRESULT IDXGIOutput6_FindClosestMatchingMode(IDXGIOutput6* This,const DXGI_MODE_DESC *mode,DXGI_MODE_DESC *closest_match,IUnknown *device) { + return This->lpVtbl->FindClosestMatchingMode(This,mode,closest_match,device); +} +static FORCEINLINE HRESULT IDXGIOutput6_WaitForVBlank(IDXGIOutput6* This) { + return This->lpVtbl->WaitForVBlank(This); +} +static FORCEINLINE HRESULT IDXGIOutput6_TakeOwnership(IDXGIOutput6* This,IUnknown *device,WINBOOL exclusive) { + return This->lpVtbl->TakeOwnership(This,device,exclusive); +} +static FORCEINLINE void IDXGIOutput6_ReleaseOwnership(IDXGIOutput6* This) { + This->lpVtbl->ReleaseOwnership(This); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetGammaControlCapabilities(IDXGIOutput6* This,DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) { + return This->lpVtbl->GetGammaControlCapabilities(This,gamma_caps); +} +static FORCEINLINE HRESULT IDXGIOutput6_SetGammaControl(IDXGIOutput6* This,const DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->SetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetGammaControl(IDXGIOutput6* This,DXGI_GAMMA_CONTROL *gamma_control) { + return This->lpVtbl->GetGammaControl(This,gamma_control); +} +static FORCEINLINE HRESULT IDXGIOutput6_SetDisplaySurface(IDXGIOutput6* This,IDXGISurface *surface) { + return This->lpVtbl->SetDisplaySurface(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetDisplaySurfaceData(IDXGIOutput6* This,IDXGISurface *surface) { + return This->lpVtbl->GetDisplaySurfaceData(This,surface); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetFrameStatistics(IDXGIOutput6* This,DXGI_FRAME_STATISTICS *stats) { + return This->lpVtbl->GetFrameStatistics(This,stats); +} +/*** IDXGIOutput1 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_GetDisplayModeList1(IDXGIOutput6* This,DXGI_FORMAT enum_format,UINT flags,UINT *num_modes,DXGI_MODE_DESC1 *desc) { + return This->lpVtbl->GetDisplayModeList1(This,enum_format,flags,num_modes,desc); +} +static FORCEINLINE HRESULT IDXGIOutput6_FindClosestMatchingMode1(IDXGIOutput6* This,const DXGI_MODE_DESC1 *mode_to_match,DXGI_MODE_DESC1 *closest_match,IUnknown *concerned_device) { + return This->lpVtbl->FindClosestMatchingMode1(This,mode_to_match,closest_match,concerned_device); +} +static FORCEINLINE HRESULT IDXGIOutput6_GetDisplaySurfaceData1(IDXGIOutput6* This,IDXGIResource *destination) { + return This->lpVtbl->GetDisplaySurfaceData1(This,destination); +} +static FORCEINLINE HRESULT IDXGIOutput6_DuplicateOutput(IDXGIOutput6* This,IUnknown *device,IDXGIOutputDuplication **output_duplication) { + return This->lpVtbl->DuplicateOutput(This,device,output_duplication); +} +/*** IDXGIOutput2 methods ***/ +static FORCEINLINE WINBOOL IDXGIOutput6_SupportsOverlays(IDXGIOutput6* This) { + return This->lpVtbl->SupportsOverlays(This); +} +/*** IDXGIOutput3 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_CheckOverlaySupport(IDXGIOutput6* This,DXGI_FORMAT enum_format,IUnknown *concerned_device,UINT *flags) { + return This->lpVtbl->CheckOverlaySupport(This,enum_format,concerned_device,flags); +} +/*** IDXGIOutput4 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_CheckOverlayColorSpaceSupport(IDXGIOutput6* This,DXGI_FORMAT format,DXGI_COLOR_SPACE_TYPE colour_space,IUnknown *device,UINT *flags) { + return This->lpVtbl->CheckOverlayColorSpaceSupport(This,format,colour_space,device,flags); +} +/*** IDXGIOutput5 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_DuplicateOutput1(IDXGIOutput6* This,IUnknown *device,UINT flags,UINT format_count,const DXGI_FORMAT *formats,IDXGIOutputDuplication **duplication) { + return This->lpVtbl->DuplicateOutput1(This,device,flags,format_count,formats,duplication); +} +/*** IDXGIOutput6 methods ***/ +static FORCEINLINE HRESULT IDXGIOutput6_GetDesc1(IDXGIOutput6* This,DXGI_OUTPUT_DESC1 *desc) { + return This->lpVtbl->GetDesc1(This,desc); +} +static FORCEINLINE HRESULT IDXGIOutput6_CheckHardwareCompositionSupport(IDXGIOutput6* This,UINT *flags) { + return This->lpVtbl->CheckHardwareCompositionSupport(This,flags); +} +#endif +#endif + +#endif + + +#endif /* __IDXGIOutput6_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __dxgi1_6_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_6.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_6.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi1_6.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi1_6.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,98 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "dxgi1_5.idl"; + +typedef enum DXGI_ADAPTER_FLAG3 +{ + DXGI_ADAPTER_FLAG3_NONE = 0x0, + DXGI_ADAPTER_FLAG3_REMOTE = 0x1, + DXGI_ADAPTER_FLAG3_SOFTWARE = 0x2, + DXGI_ADAPTER_FLAG3_ACG_COMPATIBLE = 0x4, + DXGI_ADAPTER_FLAG3_FORCE_DWORD = 0xffffffff, +} DXGI_ADAPTER_FLAG3; + +typedef enum DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS +{ + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_FULLSCREEN = 0x1, + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_WINDOWED = 0x2, + DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_CURSOR_STRETCHED = 0x4, +} DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS; + +typedef struct DXGI_ADAPTER_DESC3 +{ + WCHAR Description[128]; + UINT VendorId; + UINT DeviceId; + UINT SubSysId; + UINT Revision; + SIZE_T DedicatedVideoMemory; + SIZE_T DedicatedSystemMemory; + SIZE_T SharedSystemMemory; + LUID AdapterLuid; + DXGI_ADAPTER_FLAG3 Flags; + DXGI_GRAPHICS_PREEMPTION_GRANULARITY GraphicsPreemptionGranularity; + DXGI_COMPUTE_PREEMPTION_GRANULARITY ComputePreemptionGranularity; +} DXGI_ADAPTER_DESC3; + +typedef struct DXGI_OUTPUT_DESC1 +{ + WCHAR DeviceName[32]; + RECT DesktopCoordinates; + BOOL AttachedToDesktop; + DXGI_MODE_ROTATION Rotation; + HMONITOR Monitor; + UINT BitsPerColor; + DXGI_COLOR_SPACE_TYPE ColorSpace; + FLOAT RedPrimary[2]; + FLOAT GreenPrimary[2]; + FLOAT BluePrimary[2]; + FLOAT WhitePoint[2]; + FLOAT MinLuminance; + FLOAT MaxLuminance; + FLOAT MaxFullFrameLuminance; +} DXGI_OUTPUT_DESC1; + +[ + object, + uuid(3c8d99d1-4fbf-4181-a82c-af66bf7bd24e), + local, + pointer_default(unique) +] +interface IDXGIAdapter4 : IDXGIAdapter3 +{ + HRESULT GetDesc3( + [out] DXGI_ADAPTER_DESC3 *desc + ); +} + +[ + object, + uuid(068346e8-aaec-4b84-add7-137f513f77a1), + local, + pointer_default(unique) +] +interface IDXGIOutput6 : IDXGIOutput5 +{ + HRESULT GetDesc1( + [out] DXGI_OUTPUT_DESC1 *desc + ); + HRESULT CheckHardwareCompositionSupport( + [out] UINT *flags + ); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgicommon.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgicommon.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgicommon.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgicommon.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,74 @@ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgicommon.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __dxgicommon_h__ +#define __dxgicommon_h__ + +/* Forward declarations */ + +/* Headers for imported files */ + + +#ifdef __cplusplus +extern "C" { +#endif + +#if 0 +typedef unsigned int UINT; +#endif +#define DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN (0xffffffff) + +#define DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN (0xfffffffe) + +typedef enum DXGI_COLOR_SPACE_TYPE { + DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709 = 0x0, + DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709 = 0x1, + DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709 = 0x2, + DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020 = 0x3, + DXGI_COLOR_SPACE_RESERVED = 0x4, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601 = 0x5, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601 = 0x6, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601 = 0x7, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709 = 0x8, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709 = 0x9, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020 = 0xa, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020 = 0xb, + DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020 = 0xc, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020 = 0xd, + DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020 = 0xe, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020 = 0xf, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020 = 0x10, + DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020 = 0x11, + DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020 = 0x12, + DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020 = 0x13, + DXGI_COLOR_SPACE_CUSTOM = 0xffffffff +} DXGI_COLOR_SPACE_TYPE; +typedef struct DXGI_SAMPLE_DESC { + UINT Count; + UINT Quality; +} DXGI_SAMPLE_DESC; +typedef struct DXGI_RATIONAL { + UINT Numerator; + UINT Denominator; +} DXGI_RATIONAL; +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __dxgicommon_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgicommon.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgicommon.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgicommon.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgicommon.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,61 @@ +/* + * Copyright 2017 Ihsan Akmal + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +cpp_quote("#if 0") +typedef unsigned int UINT; +cpp_quote("#endif") + +const UINT DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN = 0xffffffff; +const UINT DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN = 0xfffffffe; + +typedef enum DXGI_COLOR_SPACE_TYPE +{ + DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709 = 0x00, + DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709 = 0x01, + DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709 = 0x02, + DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020 = 0x03, + DXGI_COLOR_SPACE_RESERVED = 0x04, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601 = 0x05, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601 = 0x06, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601 = 0x07, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709 = 0x08, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709 = 0x09, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020 = 0x0a, + DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020 = 0x0b, + DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020 = 0x0c, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020 = 0x0d, + DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020 = 0x0e, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020 = 0x0f, + DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020 = 0x10, + DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020 = 0x11, + DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020 = 0x12, + DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020 = 0x13, + DXGI_COLOR_SPACE_CUSTOM = 0xffffffff, +} DXGI_COLOR_SPACE_TYPE; + +typedef struct DXGI_SAMPLE_DESC +{ + UINT Count; + UINT Quality; +} DXGI_SAMPLE_DESC; + +typedef struct DXGI_RATIONAL +{ + UINT Numerator; + UINT Denominator; +} DXGI_RATIONAL; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgiformat.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgiformat.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgiformat.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgiformat.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,144 +1,160 @@ -/* - * Copyright 2007 Andras Kovacs - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgiformat.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif #ifndef __dxgiformat_h__ #define __dxgiformat_h__ -#define DXGI_FORMAT_DEFINED 1 +/* Forward declarations */ + +/* Headers for imported files */ + + +#ifdef __cplusplus +extern "C" { +#endif + +#define DXGI_FORMAT_DEFINED (1) typedef enum DXGI_FORMAT { - DXGI_FORMAT_UNKNOWN = 0, - DXGI_FORMAT_R32G32B32A32_TYPELESS = 1, - DXGI_FORMAT_R32G32B32A32_FLOAT = 2, - DXGI_FORMAT_R32G32B32A32_UINT = 3, - DXGI_FORMAT_R32G32B32A32_SINT = 4, - DXGI_FORMAT_R32G32B32_TYPELESS = 5, - DXGI_FORMAT_R32G32B32_FLOAT = 6, - DXGI_FORMAT_R32G32B32_UINT = 7, - DXGI_FORMAT_R32G32B32_SINT = 8, - DXGI_FORMAT_R16G16B16A16_TYPELESS = 9, - DXGI_FORMAT_R16G16B16A16_FLOAT = 10, - DXGI_FORMAT_R16G16B16A16_UNORM = 11, - DXGI_FORMAT_R16G16B16A16_UINT = 12, - DXGI_FORMAT_R16G16B16A16_SNORM = 13, - DXGI_FORMAT_R16G16B16A16_SINT = 14, - DXGI_FORMAT_R32G32_TYPELESS = 15, - DXGI_FORMAT_R32G32_FLOAT = 16, - DXGI_FORMAT_R32G32_UINT = 17, - DXGI_FORMAT_R32G32_SINT = 18, - DXGI_FORMAT_R32G8X24_TYPELESS = 19, - DXGI_FORMAT_D32_FLOAT_S8X24_UINT = 20, - DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS= 21, - DXGI_FORMAT_X32_TYPELESS_G8X24_UINT = 22, - DXGI_FORMAT_R10G10B10A2_TYPELESS = 23, - DXGI_FORMAT_R10G10B10A2_UNORM = 24, - DXGI_FORMAT_R10G10B10A2_UINT = 25, - DXGI_FORMAT_R11G11B10_FLOAT = 26, - DXGI_FORMAT_R8G8B8A8_TYPELESS = 27, - DXGI_FORMAT_R8G8B8A8_UNORM = 28, - DXGI_FORMAT_R8G8B8A8_UNORM_SRGB = 29, - DXGI_FORMAT_R8G8B8A8_UINT = 30, - DXGI_FORMAT_R8G8B8A8_SNORM = 31, - DXGI_FORMAT_R8G8B8A8_SINT = 32, - DXGI_FORMAT_R16G16_TYPELESS = 33, - DXGI_FORMAT_R16G16_FLOAT = 34, - DXGI_FORMAT_R16G16_UNORM = 35, - DXGI_FORMAT_R16G16_UINT = 36, - DXGI_FORMAT_R16G16_SNORM = 37, - DXGI_FORMAT_R16G16_SINT = 38, - DXGI_FORMAT_R32_TYPELESS = 39, - DXGI_FORMAT_D32_FLOAT = 40, - DXGI_FORMAT_R32_FLOAT = 41, - DXGI_FORMAT_R32_UINT = 42, - DXGI_FORMAT_R32_SINT = 43, - DXGI_FORMAT_R24G8_TYPELESS = 44, - DXGI_FORMAT_D24_UNORM_S8_UINT = 45, - DXGI_FORMAT_R24_UNORM_X8_TYPELESS = 46, - DXGI_FORMAT_X24_TYPELESS_G8_UINT = 47, - DXGI_FORMAT_R8G8_TYPELESS = 48, - DXGI_FORMAT_R8G8_UNORM = 49, - DXGI_FORMAT_R8G8_UINT = 50, - DXGI_FORMAT_R8G8_SNORM = 51, - DXGI_FORMAT_R8G8_SINT = 52, - DXGI_FORMAT_R16_TYPELESS = 53, - DXGI_FORMAT_R16_FLOAT = 54, - DXGI_FORMAT_D16_UNORM = 55, - DXGI_FORMAT_R16_UNORM = 56, - DXGI_FORMAT_R16_UINT = 57, - DXGI_FORMAT_R16_SNORM = 58, - DXGI_FORMAT_R16_SINT = 59, - DXGI_FORMAT_R8_TYPELESS = 60, - DXGI_FORMAT_R8_UNORM = 61, - DXGI_FORMAT_R8_UINT = 62, - DXGI_FORMAT_R8_SNORM = 63, - DXGI_FORMAT_R8_SINT = 64, - DXGI_FORMAT_A8_UNORM = 65, - DXGI_FORMAT_R1_UNORM = 66, - DXGI_FORMAT_R9G9B9E5_SHAREDEXP = 67, - DXGI_FORMAT_R8G8_B8G8_UNORM = 68, - DXGI_FORMAT_G8R8_G8B8_UNORM = 69, - DXGI_FORMAT_BC1_TYPELESS = 70, - DXGI_FORMAT_BC1_UNORM = 71, - DXGI_FORMAT_BC1_UNORM_SRGB = 72, - DXGI_FORMAT_BC2_TYPELESS = 73, - DXGI_FORMAT_BC2_UNORM = 74, - DXGI_FORMAT_BC2_UNORM_SRGB = 75, - DXGI_FORMAT_BC3_TYPELESS = 76, - DXGI_FORMAT_BC3_UNORM = 77, - DXGI_FORMAT_BC3_UNORM_SRGB = 78, - DXGI_FORMAT_BC4_TYPELESS = 79, - DXGI_FORMAT_BC4_UNORM = 80, - DXGI_FORMAT_BC4_SNORM = 81, - DXGI_FORMAT_BC5_TYPELESS = 82, - DXGI_FORMAT_BC5_UNORM = 83, - DXGI_FORMAT_BC5_SNORM = 84, - DXGI_FORMAT_B5G6R5_UNORM = 85, - DXGI_FORMAT_B5G5R5A1_UNORM = 86, - DXGI_FORMAT_B8G8R8A8_UNORM = 87, - DXGI_FORMAT_B8G8R8X8_UNORM = 88, - DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM = 89, - DXGI_FORMAT_B8G8R8A8_TYPELESS = 90, - DXGI_FORMAT_B8G8R8A8_UNORM_SRGB = 91, - DXGI_FORMAT_B8G8R8X8_TYPELESS = 92, - DXGI_FORMAT_B8G8R8X8_UNORM_SRGB = 93, - DXGI_FORMAT_BC6H_TYPELESS = 94, - DXGI_FORMAT_BC6H_UF16 = 95, - DXGI_FORMAT_BC6H_SF16 = 96, - DXGI_FORMAT_BC7_TYPELESS = 97, - DXGI_FORMAT_BC7_UNORM = 98, - DXGI_FORMAT_BC7_UNORM_SRGB = 99, - DXGI_FORMAT_AYUV = 100, - DXGI_FORMAT_Y410 = 101, - DXGI_FORMAT_Y416 = 102, - DXGI_FORMAT_NV12 = 103, - DXGI_FORMAT_P010 = 104, - DXGI_FORMAT_P016 = 105, - DXGI_FORMAT_420_OPAQUE = 106, - DXGI_FORMAT_YUY2 = 107, - DXGI_FORMAT_Y210 = 108, - DXGI_FORMAT_Y216 = 109, - DXGI_FORMAT_NV11 = 110, - DXGI_FORMAT_AI44 = 111, - DXGI_FORMAT_IA44 = 112, - DXGI_FORMAT_P8 = 113, - DXGI_FORMAT_A8P8 = 114, - DXGI_FORMAT_B4G4R4A4_UNORM = 115, - DXGI_FORMAT_FORCE_UINT = 0xffffffff + DXGI_FORMAT_UNKNOWN = 0x0, + DXGI_FORMAT_R32G32B32A32_TYPELESS = 0x1, + DXGI_FORMAT_R32G32B32A32_FLOAT = 0x2, + DXGI_FORMAT_R32G32B32A32_UINT = 0x3, + DXGI_FORMAT_R32G32B32A32_SINT = 0x4, + DXGI_FORMAT_R32G32B32_TYPELESS = 0x5, + DXGI_FORMAT_R32G32B32_FLOAT = 0x6, + DXGI_FORMAT_R32G32B32_UINT = 0x7, + DXGI_FORMAT_R32G32B32_SINT = 0x8, + DXGI_FORMAT_R16G16B16A16_TYPELESS = 0x9, + DXGI_FORMAT_R16G16B16A16_FLOAT = 0xa, + DXGI_FORMAT_R16G16B16A16_UNORM = 0xb, + DXGI_FORMAT_R16G16B16A16_UINT = 0xc, + DXGI_FORMAT_R16G16B16A16_SNORM = 0xd, + DXGI_FORMAT_R16G16B16A16_SINT = 0xe, + DXGI_FORMAT_R32G32_TYPELESS = 0xf, + DXGI_FORMAT_R32G32_FLOAT = 0x10, + DXGI_FORMAT_R32G32_UINT = 0x11, + DXGI_FORMAT_R32G32_SINT = 0x12, + DXGI_FORMAT_R32G8X24_TYPELESS = 0x13, + DXGI_FORMAT_D32_FLOAT_S8X24_UINT = 0x14, + DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS = 0x15, + DXGI_FORMAT_X32_TYPELESS_G8X24_UINT = 0x16, + DXGI_FORMAT_R10G10B10A2_TYPELESS = 0x17, + DXGI_FORMAT_R10G10B10A2_UNORM = 0x18, + DXGI_FORMAT_R10G10B10A2_UINT = 0x19, + DXGI_FORMAT_R11G11B10_FLOAT = 0x1a, + DXGI_FORMAT_R8G8B8A8_TYPELESS = 0x1b, + DXGI_FORMAT_R8G8B8A8_UNORM = 0x1c, + DXGI_FORMAT_R8G8B8A8_UNORM_SRGB = 0x1d, + DXGI_FORMAT_R8G8B8A8_UINT = 0x1e, + DXGI_FORMAT_R8G8B8A8_SNORM = 0x1f, + DXGI_FORMAT_R8G8B8A8_SINT = 0x20, + DXGI_FORMAT_R16G16_TYPELESS = 0x21, + DXGI_FORMAT_R16G16_FLOAT = 0x22, + DXGI_FORMAT_R16G16_UNORM = 0x23, + DXGI_FORMAT_R16G16_UINT = 0x24, + DXGI_FORMAT_R16G16_SNORM = 0x25, + DXGI_FORMAT_R16G16_SINT = 0x26, + DXGI_FORMAT_R32_TYPELESS = 0x27, + DXGI_FORMAT_D32_FLOAT = 0x28, + DXGI_FORMAT_R32_FLOAT = 0x29, + DXGI_FORMAT_R32_UINT = 0x2a, + DXGI_FORMAT_R32_SINT = 0x2b, + DXGI_FORMAT_R24G8_TYPELESS = 0x2c, + DXGI_FORMAT_D24_UNORM_S8_UINT = 0x2d, + DXGI_FORMAT_R24_UNORM_X8_TYPELESS = 0x2e, + DXGI_FORMAT_X24_TYPELESS_G8_UINT = 0x2f, + DXGI_FORMAT_R8G8_TYPELESS = 0x30, + DXGI_FORMAT_R8G8_UNORM = 0x31, + DXGI_FORMAT_R8G8_UINT = 0x32, + DXGI_FORMAT_R8G8_SNORM = 0x33, + DXGI_FORMAT_R8G8_SINT = 0x34, + DXGI_FORMAT_R16_TYPELESS = 0x35, + DXGI_FORMAT_R16_FLOAT = 0x36, + DXGI_FORMAT_D16_UNORM = 0x37, + DXGI_FORMAT_R16_UNORM = 0x38, + DXGI_FORMAT_R16_UINT = 0x39, + DXGI_FORMAT_R16_SNORM = 0x3a, + DXGI_FORMAT_R16_SINT = 0x3b, + DXGI_FORMAT_R8_TYPELESS = 0x3c, + DXGI_FORMAT_R8_UNORM = 0x3d, + DXGI_FORMAT_R8_UINT = 0x3e, + DXGI_FORMAT_R8_SNORM = 0x3f, + DXGI_FORMAT_R8_SINT = 0x40, + DXGI_FORMAT_A8_UNORM = 0x41, + DXGI_FORMAT_R1_UNORM = 0x42, + DXGI_FORMAT_R9G9B9E5_SHAREDEXP = 0x43, + DXGI_FORMAT_R8G8_B8G8_UNORM = 0x44, + DXGI_FORMAT_G8R8_G8B8_UNORM = 0x45, + DXGI_FORMAT_BC1_TYPELESS = 0x46, + DXGI_FORMAT_BC1_UNORM = 0x47, + DXGI_FORMAT_BC1_UNORM_SRGB = 0x48, + DXGI_FORMAT_BC2_TYPELESS = 0x49, + DXGI_FORMAT_BC2_UNORM = 0x4a, + DXGI_FORMAT_BC2_UNORM_SRGB = 0x4b, + DXGI_FORMAT_BC3_TYPELESS = 0x4c, + DXGI_FORMAT_BC3_UNORM = 0x4d, + DXGI_FORMAT_BC3_UNORM_SRGB = 0x4e, + DXGI_FORMAT_BC4_TYPELESS = 0x4f, + DXGI_FORMAT_BC4_UNORM = 0x50, + DXGI_FORMAT_BC4_SNORM = 0x51, + DXGI_FORMAT_BC5_TYPELESS = 0x52, + DXGI_FORMAT_BC5_UNORM = 0x53, + DXGI_FORMAT_BC5_SNORM = 0x54, + DXGI_FORMAT_B5G6R5_UNORM = 0x55, + DXGI_FORMAT_B5G5R5A1_UNORM = 0x56, + DXGI_FORMAT_B8G8R8A8_UNORM = 0x57, + DXGI_FORMAT_B8G8R8X8_UNORM = 0x58, + DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM = 0x59, + DXGI_FORMAT_B8G8R8A8_TYPELESS = 0x5a, + DXGI_FORMAT_B8G8R8A8_UNORM_SRGB = 0x5b, + DXGI_FORMAT_B8G8R8X8_TYPELESS = 0x5c, + DXGI_FORMAT_B8G8R8X8_UNORM_SRGB = 0x5d, + DXGI_FORMAT_BC6H_TYPELESS = 0x5e, + DXGI_FORMAT_BC6H_UF16 = 0x5f, + DXGI_FORMAT_BC6H_SF16 = 0x60, + DXGI_FORMAT_BC7_TYPELESS = 0x61, + DXGI_FORMAT_BC7_UNORM = 0x62, + DXGI_FORMAT_BC7_UNORM_SRGB = 0x63, + DXGI_FORMAT_AYUV = 0x64, + DXGI_FORMAT_Y410 = 0x65, + DXGI_FORMAT_Y416 = 0x66, + DXGI_FORMAT_NV12 = 0x67, + DXGI_FORMAT_P010 = 0x68, + DXGI_FORMAT_P016 = 0x69, + DXGI_FORMAT_420_OPAQUE = 0x6a, + DXGI_FORMAT_YUY2 = 0x6b, + DXGI_FORMAT_Y210 = 0x6c, + DXGI_FORMAT_Y216 = 0x6d, + DXGI_FORMAT_NV11 = 0x6e, + DXGI_FORMAT_AI44 = 0x6f, + DXGI_FORMAT_IA44 = 0x70, + DXGI_FORMAT_P8 = 0x71, + DXGI_FORMAT_A8P8 = 0x72, + DXGI_FORMAT_B4G4R4A4_UNORM = 0x73, + DXGI_FORMAT_P208 = 0x82, + DXGI_FORMAT_V208 = 0x83, + DXGI_FORMAT_V408 = 0x84, + DXGI_FORMAT_FORCE_UINT = 0xffffffff } DXGI_FORMAT; +/* Begin additional prototypes for all interfaces */ + +/* End additional prototypes */ + +#ifdef __cplusplus +} #endif + +#endif /* __dxgiformat_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgiformat.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgiformat.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgiformat.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgiformat.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,145 @@ +/* + * Copyright 2016 Józef Kucia for CodeWeavers + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +const unsigned int DXGI_FORMAT_DEFINED = 1; + +typedef enum DXGI_FORMAT +{ + DXGI_FORMAT_UNKNOWN = 0x00, + DXGI_FORMAT_R32G32B32A32_TYPELESS = 0x01, + DXGI_FORMAT_R32G32B32A32_FLOAT = 0x02, + DXGI_FORMAT_R32G32B32A32_UINT = 0x03, + DXGI_FORMAT_R32G32B32A32_SINT = 0x04, + DXGI_FORMAT_R32G32B32_TYPELESS = 0x05, + DXGI_FORMAT_R32G32B32_FLOAT = 0x06, + DXGI_FORMAT_R32G32B32_UINT = 0x07, + DXGI_FORMAT_R32G32B32_SINT = 0x08, + DXGI_FORMAT_R16G16B16A16_TYPELESS = 0x09, + DXGI_FORMAT_R16G16B16A16_FLOAT = 0x0a, + DXGI_FORMAT_R16G16B16A16_UNORM = 0x0b, + DXGI_FORMAT_R16G16B16A16_UINT = 0x0c, + DXGI_FORMAT_R16G16B16A16_SNORM = 0x0d, + DXGI_FORMAT_R16G16B16A16_SINT = 0x0e, + DXGI_FORMAT_R32G32_TYPELESS = 0x0f, + DXGI_FORMAT_R32G32_FLOAT = 0x10, + DXGI_FORMAT_R32G32_UINT = 0x11, + DXGI_FORMAT_R32G32_SINT = 0x12, + DXGI_FORMAT_R32G8X24_TYPELESS = 0x13, + DXGI_FORMAT_D32_FLOAT_S8X24_UINT = 0x14, + DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS = 0x15, + DXGI_FORMAT_X32_TYPELESS_G8X24_UINT = 0x16, + DXGI_FORMAT_R10G10B10A2_TYPELESS = 0x17, + DXGI_FORMAT_R10G10B10A2_UNORM = 0x18, + DXGI_FORMAT_R10G10B10A2_UINT = 0x19, + DXGI_FORMAT_R11G11B10_FLOAT = 0x1a, + DXGI_FORMAT_R8G8B8A8_TYPELESS = 0x1b, + DXGI_FORMAT_R8G8B8A8_UNORM = 0x1c, + DXGI_FORMAT_R8G8B8A8_UNORM_SRGB = 0x1d, + DXGI_FORMAT_R8G8B8A8_UINT = 0x1e, + DXGI_FORMAT_R8G8B8A8_SNORM = 0x1f, + DXGI_FORMAT_R8G8B8A8_SINT = 0x20, + DXGI_FORMAT_R16G16_TYPELESS = 0x21, + DXGI_FORMAT_R16G16_FLOAT = 0x22, + DXGI_FORMAT_R16G16_UNORM = 0x23, + DXGI_FORMAT_R16G16_UINT = 0x24, + DXGI_FORMAT_R16G16_SNORM = 0x25, + DXGI_FORMAT_R16G16_SINT = 0x26, + DXGI_FORMAT_R32_TYPELESS = 0x27, + DXGI_FORMAT_D32_FLOAT = 0x28, + DXGI_FORMAT_R32_FLOAT = 0x29, + DXGI_FORMAT_R32_UINT = 0x2a, + DXGI_FORMAT_R32_SINT = 0x2b, + DXGI_FORMAT_R24G8_TYPELESS = 0x2c, + DXGI_FORMAT_D24_UNORM_S8_UINT = 0x2d, + DXGI_FORMAT_R24_UNORM_X8_TYPELESS = 0x2e, + DXGI_FORMAT_X24_TYPELESS_G8_UINT = 0x2f, + DXGI_FORMAT_R8G8_TYPELESS = 0x30, + DXGI_FORMAT_R8G8_UNORM = 0x31, + DXGI_FORMAT_R8G8_UINT = 0x32, + DXGI_FORMAT_R8G8_SNORM = 0x33, + DXGI_FORMAT_R8G8_SINT = 0x34, + DXGI_FORMAT_R16_TYPELESS = 0x35, + DXGI_FORMAT_R16_FLOAT = 0x36, + DXGI_FORMAT_D16_UNORM = 0x37, + DXGI_FORMAT_R16_UNORM = 0x38, + DXGI_FORMAT_R16_UINT = 0x39, + DXGI_FORMAT_R16_SNORM = 0x3a, + DXGI_FORMAT_R16_SINT = 0x3b, + DXGI_FORMAT_R8_TYPELESS = 0x3c, + DXGI_FORMAT_R8_UNORM = 0x3d, + DXGI_FORMAT_R8_UINT = 0x3e, + DXGI_FORMAT_R8_SNORM = 0x3f, + DXGI_FORMAT_R8_SINT = 0x40, + DXGI_FORMAT_A8_UNORM = 0x41, + DXGI_FORMAT_R1_UNORM = 0x42, + DXGI_FORMAT_R9G9B9E5_SHAREDEXP = 0x43, + DXGI_FORMAT_R8G8_B8G8_UNORM = 0x44, + DXGI_FORMAT_G8R8_G8B8_UNORM = 0x45, + DXGI_FORMAT_BC1_TYPELESS = 0x46, + DXGI_FORMAT_BC1_UNORM = 0x47, + DXGI_FORMAT_BC1_UNORM_SRGB = 0x48, + DXGI_FORMAT_BC2_TYPELESS = 0x49, + DXGI_FORMAT_BC2_UNORM = 0x4a, + DXGI_FORMAT_BC2_UNORM_SRGB = 0x4b, + DXGI_FORMAT_BC3_TYPELESS = 0x4c, + DXGI_FORMAT_BC3_UNORM = 0x4d, + DXGI_FORMAT_BC3_UNORM_SRGB = 0x4e, + DXGI_FORMAT_BC4_TYPELESS = 0x4f, + DXGI_FORMAT_BC4_UNORM = 0x50, + DXGI_FORMAT_BC4_SNORM = 0x51, + DXGI_FORMAT_BC5_TYPELESS = 0x52, + DXGI_FORMAT_BC5_UNORM = 0x53, + DXGI_FORMAT_BC5_SNORM = 0x54, + DXGI_FORMAT_B5G6R5_UNORM = 0x55, + DXGI_FORMAT_B5G5R5A1_UNORM = 0x56, + DXGI_FORMAT_B8G8R8A8_UNORM = 0x57, + DXGI_FORMAT_B8G8R8X8_UNORM = 0x58, + DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM = 0x59, + DXGI_FORMAT_B8G8R8A8_TYPELESS = 0x5a, + DXGI_FORMAT_B8G8R8A8_UNORM_SRGB = 0x5b, + DXGI_FORMAT_B8G8R8X8_TYPELESS = 0x5c, + DXGI_FORMAT_B8G8R8X8_UNORM_SRGB = 0x5d, + DXGI_FORMAT_BC6H_TYPELESS = 0x5e, + DXGI_FORMAT_BC6H_UF16 = 0x5f, + DXGI_FORMAT_BC6H_SF16 = 0x60, + DXGI_FORMAT_BC7_TYPELESS = 0x61, + DXGI_FORMAT_BC7_UNORM = 0x62, + DXGI_FORMAT_BC7_UNORM_SRGB = 0x63, + DXGI_FORMAT_AYUV = 0x64, + DXGI_FORMAT_Y410 = 0x65, + DXGI_FORMAT_Y416 = 0x66, + DXGI_FORMAT_NV12 = 0x67, + DXGI_FORMAT_P010 = 0x68, + DXGI_FORMAT_P016 = 0x69, + DXGI_FORMAT_420_OPAQUE = 0x6a, + DXGI_FORMAT_YUY2 = 0x6b, + DXGI_FORMAT_Y210 = 0x6c, + DXGI_FORMAT_Y216 = 0x6d, + DXGI_FORMAT_NV11 = 0x6e, + DXGI_FORMAT_AI44 = 0x6f, + DXGI_FORMAT_IA44 = 0x70, + DXGI_FORMAT_P8 = 0x71, + DXGI_FORMAT_A8P8 = 0x72, + DXGI_FORMAT_B4G4R4A4_UNORM = 0x73, + + DXGI_FORMAT_P208 = 0x82, + DXGI_FORMAT_V208 = 0x83, + DXGI_FORMAT_V408 = 0x84, + + DXGI_FORMAT_FORCE_UINT = 0xffffffff, +} DXGI_FORMAT; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/dxgi.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgi.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,66 +20,113 @@ #ifndef __IDXGIObject_FWD_DEFINED__ #define __IDXGIObject_FWD_DEFINED__ typedef interface IDXGIObject IDXGIObject; +#ifdef __cplusplus +interface IDXGIObject; +#endif /* __cplusplus */ #endif #ifndef __IDXGIDeviceSubObject_FWD_DEFINED__ #define __IDXGIDeviceSubObject_FWD_DEFINED__ typedef interface IDXGIDeviceSubObject IDXGIDeviceSubObject; +#ifdef __cplusplus +interface IDXGIDeviceSubObject; +#endif /* __cplusplus */ #endif #ifndef __IDXGIResource_FWD_DEFINED__ #define __IDXGIResource_FWD_DEFINED__ typedef interface IDXGIResource IDXGIResource; +#ifdef __cplusplus +interface IDXGIResource; +#endif /* __cplusplus */ #endif #ifndef __IDXGIKeyedMutex_FWD_DEFINED__ #define __IDXGIKeyedMutex_FWD_DEFINED__ typedef interface IDXGIKeyedMutex IDXGIKeyedMutex; +#ifdef __cplusplus +interface IDXGIKeyedMutex; +#endif /* __cplusplus */ #endif #ifndef __IDXGISurface_FWD_DEFINED__ #define __IDXGISurface_FWD_DEFINED__ typedef interface IDXGISurface IDXGISurface; +#ifdef __cplusplus +interface IDXGISurface; +#endif /* __cplusplus */ +#endif + +#ifndef __IDXGISurface1_FWD_DEFINED__ +#define __IDXGISurface1_FWD_DEFINED__ +typedef interface IDXGISurface1 IDXGISurface1; +#ifdef __cplusplus +interface IDXGISurface1; +#endif /* __cplusplus */ #endif #ifndef __IDXGIOutput_FWD_DEFINED__ #define __IDXGIOutput_FWD_DEFINED__ typedef interface IDXGIOutput IDXGIOutput; +#ifdef __cplusplus +interface IDXGIOutput; +#endif /* __cplusplus */ #endif #ifndef __IDXGIAdapter_FWD_DEFINED__ #define __IDXGIAdapter_FWD_DEFINED__ typedef interface IDXGIAdapter IDXGIAdapter; +#ifdef __cplusplus +interface IDXGIAdapter; +#endif /* __cplusplus */ #endif #ifndef __IDXGISwapChain_FWD_DEFINED__ #define __IDXGISwapChain_FWD_DEFINED__ typedef interface IDXGISwapChain IDXGISwapChain; +#ifdef __cplusplus +interface IDXGISwapChain; +#endif /* __cplusplus */ #endif #ifndef __IDXGIFactory_FWD_DEFINED__ #define __IDXGIFactory_FWD_DEFINED__ typedef interface IDXGIFactory IDXGIFactory; +#ifdef __cplusplus +interface IDXGIFactory; +#endif /* __cplusplus */ #endif #ifndef __IDXGIDevice_FWD_DEFINED__ #define __IDXGIDevice_FWD_DEFINED__ typedef interface IDXGIDevice IDXGIDevice; +#ifdef __cplusplus +interface IDXGIDevice; +#endif /* __cplusplus */ #endif #ifndef __IDXGIAdapter1_FWD_DEFINED__ #define __IDXGIAdapter1_FWD_DEFINED__ typedef interface IDXGIAdapter1 IDXGIAdapter1; +#ifdef __cplusplus +interface IDXGIAdapter1; +#endif /* __cplusplus */ #endif #ifndef __IDXGIDevice1_FWD_DEFINED__ #define __IDXGIDevice1_FWD_DEFINED__ typedef interface IDXGIDevice1 IDXGIDevice1; +#ifdef __cplusplus +interface IDXGIDevice1; +#endif /* __cplusplus */ #endif #ifndef __IDXGIFactory1_FWD_DEFINED__ #define __IDXGIFactory1_FWD_DEFINED__ typedef interface IDXGIFactory1 IDXGIFactory1; +#ifdef __cplusplus +interface IDXGIFactory1; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -95,27 +142,7 @@ #define _FACDXGI (0x87a) #define MAKE_DXGI_STATUS(x) MAKE_HRESULT(0, _FACDXGI, x) -#define DXGI_STATUS_OCCLUDED MAKE_DXGI_STATUS(1) -#define DXGI_STATUS_CLIPPED MAKE_DXGI_STATUS(2) -#define DXGI_STATUS_NO_REDIRECTION MAKE_DXGI_STATUS(4) -#define DXGI_STATUS_NO_DESKTOP_ACCESS MAKE_DXGI_STATUS(5) -#define DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE MAKE_DXGI_STATUS(6) -#define DXGI_STATUS_MODE_CHANGED MAKE_DXGI_STATUS(7) -#define DXGI_STATUS_MODE_CHANGE_IN_PROGRESS MAKE_DXGI_STATUS(8) #define MAKE_DXGI_HRESULT(x) MAKE_HRESULT(1, _FACDXGI, x) -#define DXGI_ERROR_INVALID_CALL MAKE_DXGI_HRESULT(1) -#define DXGI_ERROR_NOT_FOUND MAKE_DXGI_HRESULT(2) -#define DXGI_ERROR_MORE_DATA MAKE_DXGI_HRESULT(3) -#define DXGI_ERROR_UNSUPPORTED MAKE_DXGI_HRESULT(4) -#define DXGI_ERROR_DEVICE_REMOVED MAKE_DXGI_HRESULT(5) -#define DXGI_ERROR_DEVICE_HUNG MAKE_DXGI_HRESULT(6) -#define DXGI_ERROR_DEVICE_RESET MAKE_DXGI_HRESULT(7) -#define DXGI_ERROR_WAS_STILL_DRAWING MAKE_DXGI_HRESULT(10) -#define DXGI_ERROR_FRAME_STATISTICS_DISJOINT MAKE_DXGI_HRESULT(11) -#define DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE MAKE_DXGI_HRESULT(12) -#define DXGI_ERROR_DRIVER_INTERNAL_ERROR MAKE_DXGI_HRESULT(32) -#define DXGI_ERROR_NONEXCLUSIVE MAKE_DXGI_HRESULT(33) -#define DXGI_ERROR_NOT_CURRENTLY_AVAILABLE MAKE_DXGI_HRESULT(34) #if 0 typedef HANDLE HMONITOR; typedef struct _LUID { @@ -143,6 +170,22 @@ #define DXGI_ENUM_MODES_SCALING (2) +#define DXGI_RESOURCE_PRIORITY_MINIMUM (0x28000000) + +#define DXGI_RESOURCE_PRIORITY_LOW (0x50000000) + +#define DXGI_RESOURCE_PRIORITY_NORMAL (0x78000000) + +#define DXGI_RESOURCE_PRIORITY_HIGH (0xa0000000) + +#define DXGI_RESOURCE_PRIORITY_MAXIMUM (0xc8000000) + +#define DXGI_MAP_READ (0x1) + +#define DXGI_MAP_WRITE (0x2) + +#define DXGI_MAP_DISCARD (0x4) + typedef enum DXGI_SWAP_EFFECT { DXGI_SWAP_EFFECT_DISCARD = 0, DXGI_SWAP_EFFECT_SEQUENTIAL = 1, @@ -190,9 +233,19 @@ LUID AdapterLuid; } DXGI_ADAPTER_DESC; typedef enum DXGI_SWAP_CHAIN_FLAG { - DXGI_SWAP_CHAIN_FLAG_NONPREROTATED = 1, - DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH = 2, - DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE = 4 + DXGI_SWAP_CHAIN_FLAG_NONPREROTATED = 0x1, + DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH = 0x2, + DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE = 0x4, + DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTEXT = 0x8, + DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER = 0x10, + DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY = 0x20, + DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT = 0x40, + DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER = 0x80, + DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO = 0x100, + DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO = 0x200, + DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED = 0x400, + DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING = 0x800, + DXGI_SWAP_CHAIN_FLAG_RESTRICTED_TO_ALL_HOLOGRAPHIC_DISPLAYS = 0x1000 } DXGI_SWAP_CHAIN_FLAG; typedef struct DXGI_SWAP_CHAIN_DESC { DXGI_MODE_DESC BufferDesc; @@ -246,41 +299,42 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIObject* This, + IDXGIObject *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIObject* This); + IDXGIObject *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIObject* This); + IDXGIObject *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIObject* This, + IDXGIObject *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIObject* This, + IDXGIObject *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIObject* This, + IDXGIObject *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIObject* This, + IDXGIObject *This, REFIID riid, void **parent); END_INTERFACE } IDXGIObjectVtbl; + interface IDXGIObject { CONST_VTBL IDXGIObjectVtbl* lpVtbl; }; @@ -325,44 +379,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIObject_SetPrivateData_Proxy( - IDXGIObject* This, - REFGUID guid, - UINT data_size, - const void *data); -void __RPC_STUB IDXGIObject_SetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIObject_SetPrivateDataInterface_Proxy( - IDXGIObject* This, - REFGUID guid, - const IUnknown *object); -void __RPC_STUB IDXGIObject_SetPrivateDataInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIObject_GetPrivateData_Proxy( - IDXGIObject* This, - REFGUID guid, - UINT *data_size, - void *data); -void __RPC_STUB IDXGIObject_GetPrivateData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIObject_GetParent_Proxy( - IDXGIObject* This, - REFIID riid, - void **parent); -void __RPC_STUB IDXGIObject_GetParent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIObject_INTERFACE_DEFINED__ */ @@ -391,47 +407,48 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIDeviceSubObject* This); + IDXGIDeviceSubObject *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIDeviceSubObject* This); + IDXGIDeviceSubObject *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGIDeviceSubObject* This, + IDXGIDeviceSubObject *This, REFIID riid, void **device); END_INTERFACE } IDXGIDeviceSubObjectVtbl; + interface IDXGIDeviceSubObject { CONST_VTBL IDXGIDeviceSubObjectVtbl* lpVtbl; }; @@ -482,15 +499,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIDeviceSubObject_GetDevice_Proxy( - IDXGIDeviceSubObject* This, - REFIID riid, - void **device); -void __RPC_STUB IDXGIDeviceSubObject_GetDevice_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIDeviceSubObject_INTERFACE_DEFINED__ */ @@ -527,64 +535,65 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIResource* This, + IDXGIResource *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIResource* This); + IDXGIResource *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIResource* This); + IDXGIResource *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIResource* This, + IDXGIResource *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIResource* This, + IDXGIResource *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIResource* This, + IDXGIResource *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIResource* This, + IDXGIResource *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGIResource* This, + IDXGIResource *This, REFIID riid, void **device); /*** IDXGIResource methods ***/ HRESULT (STDMETHODCALLTYPE *GetSharedHandle)( - IDXGIResource* This, + IDXGIResource *This, HANDLE *pSharedHandle); HRESULT (STDMETHODCALLTYPE *GetUsage)( - IDXGIResource* This, + IDXGIResource *This, DXGI_USAGE *pUsage); HRESULT (STDMETHODCALLTYPE *SetEvictionPriority)( - IDXGIResource* This, + IDXGIResource *This, UINT EvictionPriority); HRESULT (STDMETHODCALLTYPE *GetEvictionPriority)( - IDXGIResource* This, + IDXGIResource *This, UINT *pEvictionPriority); END_INTERFACE } IDXGIResourceVtbl; + interface IDXGIResource { CONST_VTBL IDXGIResourceVtbl* lpVtbl; }; @@ -653,38 +662,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIResource_GetSharedHandle_Proxy( - IDXGIResource* This, - HANDLE *pSharedHandle); -void __RPC_STUB IDXGIResource_GetSharedHandle_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIResource_GetUsage_Proxy( - IDXGIResource* This, - DXGI_USAGE *pUsage); -void __RPC_STUB IDXGIResource_GetUsage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIResource_SetEvictionPriority_Proxy( - IDXGIResource* This, - UINT EvictionPriority); -void __RPC_STUB IDXGIResource_SetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIResource_GetEvictionPriority_Proxy( - IDXGIResource* This, - UINT *pEvictionPriority); -void __RPC_STUB IDXGIResource_GetEvictionPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIResource_INTERFACE_DEFINED__ */ @@ -716,57 +693,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIKeyedMutex* This); + IDXGIKeyedMutex *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIKeyedMutex* This); + IDXGIKeyedMutex *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, REFIID riid, void **device); /*** IDXGIKeyedMutex methods ***/ HRESULT (STDMETHODCALLTYPE *AcquireSync)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, UINT64 Key, DWORD dwMilliseconds); HRESULT (STDMETHODCALLTYPE *ReleaseSync)( - IDXGIKeyedMutex* This, + IDXGIKeyedMutex *This, UINT64 Key); END_INTERFACE } IDXGIKeyedMutexVtbl; + interface IDXGIKeyedMutex { CONST_VTBL IDXGIKeyedMutexVtbl* lpVtbl; }; @@ -827,23 +805,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIKeyedMutex_AcquireSync_Proxy( - IDXGIKeyedMutex* This, - UINT64 Key, - DWORD dwMilliseconds); -void __RPC_STUB IDXGIKeyedMutex_AcquireSync_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIKeyedMutex_ReleaseSync_Proxy( - IDXGIKeyedMutex* This, - UINT64 Key); -void __RPC_STUB IDXGIKeyedMutex_ReleaseSync_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIKeyedMutex_INTERFACE_DEFINED__ */ @@ -878,60 +839,61 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGISurface* This, + IDXGISurface *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGISurface* This); + IDXGISurface *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGISurface* This); + IDXGISurface *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGISurface* This, + IDXGISurface *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGISurface* This, + IDXGISurface *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGISurface* This, + IDXGISurface *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGISurface* This, + IDXGISurface *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGISurface* This, + IDXGISurface *This, REFIID riid, void **device); /*** IDXGISurface methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGISurface* This, + IDXGISurface *This, DXGI_SURFACE_DESC *desc); HRESULT (STDMETHODCALLTYPE *Map)( - IDXGISurface* This, + IDXGISurface *This, DXGI_MAPPED_RECT *mapped_rect, UINT flags); HRESULT (STDMETHODCALLTYPE *Unmap)( - IDXGISurface* This); + IDXGISurface *This); END_INTERFACE } IDXGISurfaceVtbl; + interface IDXGISurface { CONST_VTBL IDXGISurfaceVtbl* lpVtbl; }; @@ -996,34 +958,180 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGISurface_GetDesc_Proxy( - IDXGISurface* This, - DXGI_SURFACE_DESC *desc); -void __RPC_STUB IDXGISurface_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISurface_Map_Proxy( - IDXGISurface* This, - DXGI_MAPPED_RECT *mapped_rect, - UINT flags); -void __RPC_STUB IDXGISurface_Map_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISurface_Unmap_Proxy( - IDXGISurface* This); -void __RPC_STUB IDXGISurface_Unmap_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGISurface_INTERFACE_DEFINED__ */ /***************************************************************************** + * IDXGISurface1 interface + */ +#ifndef __IDXGISurface1_INTERFACE_DEFINED__ +#define __IDXGISurface1_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDXGISurface1, 0x4ae63092, 0x6327, 0x4c1b, 0x80,0xae, 0xbf,0xe1,0x2e,0xa3,0x2b,0x86); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("4ae63092-6327-4c1b-80ae-bfe12ea32b86") +IDXGISurface1 : public IDXGISurface +{ + virtual HRESULT STDMETHODCALLTYPE GetDC( + WINBOOL discard, + HDC *hdc) = 0; + + virtual HRESULT STDMETHODCALLTYPE ReleaseDC( + RECT *dirty_rect) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDXGISurface1, 0x4ae63092, 0x6327, 0x4c1b, 0x80,0xae, 0xbf,0xe1,0x2e,0xa3,0x2b,0x86) +#endif +#else +typedef struct IDXGISurface1Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDXGISurface1 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDXGISurface1 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDXGISurface1 *This); + + /*** IDXGIObject methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPrivateData)( + IDXGISurface1 *This, + REFGUID guid, + UINT data_size, + const void *data); + + HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( + IDXGISurface1 *This, + REFGUID guid, + const IUnknown *object); + + HRESULT (STDMETHODCALLTYPE *GetPrivateData)( + IDXGISurface1 *This, + REFGUID guid, + UINT *data_size, + void *data); + + HRESULT (STDMETHODCALLTYPE *GetParent)( + IDXGISurface1 *This, + REFIID riid, + void **parent); + + /*** IDXGIDeviceSubObject methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDevice)( + IDXGISurface1 *This, + REFIID riid, + void **device); + + /*** IDXGISurface methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesc)( + IDXGISurface1 *This, + DXGI_SURFACE_DESC *desc); + + HRESULT (STDMETHODCALLTYPE *Map)( + IDXGISurface1 *This, + DXGI_MAPPED_RECT *mapped_rect, + UINT flags); + + HRESULT (STDMETHODCALLTYPE *Unmap)( + IDXGISurface1 *This); + + /*** IDXGISurface1 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDC)( + IDXGISurface1 *This, + WINBOOL discard, + HDC *hdc); + + HRESULT (STDMETHODCALLTYPE *ReleaseDC)( + IDXGISurface1 *This, + RECT *dirty_rect); + + END_INTERFACE +} IDXGISurface1Vtbl; + +interface IDXGISurface1 { + CONST_VTBL IDXGISurface1Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDXGISurface1_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDXGISurface1_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDXGISurface1_Release(This) (This)->lpVtbl->Release(This) +/*** IDXGIObject methods ***/ +#define IDXGISurface1_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data) +#define IDXGISurface1_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object) +#define IDXGISurface1_GetPrivateData(This,guid,data_size,data) (This)->lpVtbl->GetPrivateData(This,guid,data_size,data) +#define IDXGISurface1_GetParent(This,riid,parent) (This)->lpVtbl->GetParent(This,riid,parent) +/*** IDXGIDeviceSubObject methods ***/ +#define IDXGISurface1_GetDevice(This,riid,device) (This)->lpVtbl->GetDevice(This,riid,device) +/*** IDXGISurface methods ***/ +#define IDXGISurface1_GetDesc(This,desc) (This)->lpVtbl->GetDesc(This,desc) +#define IDXGISurface1_Map(This,mapped_rect,flags) (This)->lpVtbl->Map(This,mapped_rect,flags) +#define IDXGISurface1_Unmap(This) (This)->lpVtbl->Unmap(This) +/*** IDXGISurface1 methods ***/ +#define IDXGISurface1_GetDC(This,discard,hdc) (This)->lpVtbl->GetDC(This,discard,hdc) +#define IDXGISurface1_ReleaseDC(This,dirty_rect) (This)->lpVtbl->ReleaseDC(This,dirty_rect) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDXGISurface1_QueryInterface(IDXGISurface1* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDXGISurface1_AddRef(IDXGISurface1* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDXGISurface1_Release(IDXGISurface1* This) { + return This->lpVtbl->Release(This); +} +/*** IDXGIObject methods ***/ +static FORCEINLINE HRESULT IDXGISurface1_SetPrivateData(IDXGISurface1* This,REFGUID guid,UINT data_size,const void *data) { + return This->lpVtbl->SetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISurface1_SetPrivateDataInterface(IDXGISurface1* This,REFGUID guid,const IUnknown *object) { + return This->lpVtbl->SetPrivateDataInterface(This,guid,object); +} +static FORCEINLINE HRESULT IDXGISurface1_GetPrivateData(IDXGISurface1* This,REFGUID guid,UINT *data_size,void *data) { + return This->lpVtbl->GetPrivateData(This,guid,data_size,data); +} +static FORCEINLINE HRESULT IDXGISurface1_GetParent(IDXGISurface1* This,REFIID riid,void **parent) { + return This->lpVtbl->GetParent(This,riid,parent); +} +/*** IDXGIDeviceSubObject methods ***/ +static FORCEINLINE HRESULT IDXGISurface1_GetDevice(IDXGISurface1* This,REFIID riid,void **device) { + return This->lpVtbl->GetDevice(This,riid,device); +} +/*** IDXGISurface methods ***/ +static FORCEINLINE HRESULT IDXGISurface1_GetDesc(IDXGISurface1* This,DXGI_SURFACE_DESC *desc) { + return This->lpVtbl->GetDesc(This,desc); +} +static FORCEINLINE HRESULT IDXGISurface1_Map(IDXGISurface1* This,DXGI_MAPPED_RECT *mapped_rect,UINT flags) { + return This->lpVtbl->Map(This,mapped_rect,flags); +} +static FORCEINLINE HRESULT IDXGISurface1_Unmap(IDXGISurface1* This) { + return This->lpVtbl->Unmap(This); +} +/*** IDXGISurface1 methods ***/ +static FORCEINLINE HRESULT IDXGISurface1_GetDC(IDXGISurface1* This,WINBOOL discard,HDC *hdc) { + return This->lpVtbl->GetDC(This,discard,hdc); +} +static FORCEINLINE HRESULT IDXGISurface1_ReleaseDC(IDXGISurface1* This,RECT *dirty_rect) { + return This->lpVtbl->ReleaseDC(This,dirty_rect); +} +#endif +#endif + +#endif + + +#endif /* __IDXGISurface1_INTERFACE_DEFINED__ */ + +/***************************************************************************** * IDXGIOutput interface */ #ifndef __IDXGIOutput_INTERFACE_DEFINED__ @@ -1086,94 +1194,95 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIOutput* This, + IDXGIOutput *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIOutput* This); + IDXGIOutput *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIOutput* This); + IDXGIOutput *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIOutput* This, + IDXGIOutput *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIOutput* This, + IDXGIOutput *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIOutput* This, + IDXGIOutput *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIOutput* This, + IDXGIOutput *This, REFIID riid, void **parent); /*** IDXGIOutput methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGIOutput* This, + IDXGIOutput *This, DXGI_OUTPUT_DESC *desc); HRESULT (STDMETHODCALLTYPE *GetDisplayModeList)( - IDXGIOutput* This, + IDXGIOutput *This, DXGI_FORMAT format, UINT flags, UINT *mode_count, DXGI_MODE_DESC *desc); HRESULT (STDMETHODCALLTYPE *FindClosestMatchingMode)( - IDXGIOutput* This, + IDXGIOutput *This, const DXGI_MODE_DESC *mode, DXGI_MODE_DESC *closest_match, IUnknown *device); HRESULT (STDMETHODCALLTYPE *WaitForVBlank)( - IDXGIOutput* This); + IDXGIOutput *This); HRESULT (STDMETHODCALLTYPE *TakeOwnership)( - IDXGIOutput* This, + IDXGIOutput *This, IUnknown *device, WINBOOL exclusive); void (STDMETHODCALLTYPE *ReleaseOwnership)( - IDXGIOutput* This); + IDXGIOutput *This); HRESULT (STDMETHODCALLTYPE *GetGammaControlCapabilities)( - IDXGIOutput* This, + IDXGIOutput *This, DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); HRESULT (STDMETHODCALLTYPE *SetGammaControl)( - IDXGIOutput* This, + IDXGIOutput *This, const DXGI_GAMMA_CONTROL *gamma_control); HRESULT (STDMETHODCALLTYPE *GetGammaControl)( - IDXGIOutput* This, + IDXGIOutput *This, DXGI_GAMMA_CONTROL *gamma_control); HRESULT (STDMETHODCALLTYPE *SetDisplaySurface)( - IDXGIOutput* This, + IDXGIOutput *This, IDXGISurface *surface); HRESULT (STDMETHODCALLTYPE *GetDisplaySurfaceData)( - IDXGIOutput* This, + IDXGIOutput *This, IDXGISurface *surface); HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( - IDXGIOutput* This, + IDXGIOutput *This, DXGI_FRAME_STATISTICS *stats); END_INTERFACE } IDXGIOutputVtbl; + interface IDXGIOutput { CONST_VTBL IDXGIOutputVtbl* lpVtbl; }; @@ -1268,106 +1377,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetDesc_Proxy( - IDXGIOutput* This, - DXGI_OUTPUT_DESC *desc); -void __RPC_STUB IDXGIOutput_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetDisplayModeList_Proxy( - IDXGIOutput* This, - DXGI_FORMAT format, - UINT flags, - UINT *mode_count, - DXGI_MODE_DESC *desc); -void __RPC_STUB IDXGIOutput_GetDisplayModeList_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_FindClosestMatchingMode_Proxy( - IDXGIOutput* This, - const DXGI_MODE_DESC *mode, - DXGI_MODE_DESC *closest_match, - IUnknown *device); -void __RPC_STUB IDXGIOutput_FindClosestMatchingMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_WaitForVBlank_Proxy( - IDXGIOutput* This); -void __RPC_STUB IDXGIOutput_WaitForVBlank_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_TakeOwnership_Proxy( - IDXGIOutput* This, - IUnknown *device, - WINBOOL exclusive); -void __RPC_STUB IDXGIOutput_TakeOwnership_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -void STDMETHODCALLTYPE IDXGIOutput_ReleaseOwnership_Proxy( - IDXGIOutput* This); -void __RPC_STUB IDXGIOutput_ReleaseOwnership_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetGammaControlCapabilities_Proxy( - IDXGIOutput* This, - DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps); -void __RPC_STUB IDXGIOutput_GetGammaControlCapabilities_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_SetGammaControl_Proxy( - IDXGIOutput* This, - const DXGI_GAMMA_CONTROL *gamma_control); -void __RPC_STUB IDXGIOutput_SetGammaControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetGammaControl_Proxy( - IDXGIOutput* This, - DXGI_GAMMA_CONTROL *gamma_control); -void __RPC_STUB IDXGIOutput_GetGammaControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_SetDisplaySurface_Proxy( - IDXGIOutput* This, - IDXGISurface *surface); -void __RPC_STUB IDXGIOutput_SetDisplaySurface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetDisplaySurfaceData_Proxy( - IDXGIOutput* This, - IDXGISurface *surface); -void __RPC_STUB IDXGIOutput_GetDisplaySurfaceData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIOutput_GetFrameStatistics_Proxy( - IDXGIOutput* This, - DXGI_FRAME_STATISTICS *stats); -void __RPC_STUB IDXGIOutput_GetFrameStatistics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIOutput_INTERFACE_DEFINED__ */ @@ -1403,56 +1412,57 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIAdapter* This); + IDXGIAdapter *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIAdapter* This); + IDXGIAdapter *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFIID riid, void **parent); /*** IDXGIAdapter methods ***/ HRESULT (STDMETHODCALLTYPE *EnumOutputs)( - IDXGIAdapter* This, + IDXGIAdapter *This, UINT output_idx, IDXGIOutput **output); HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGIAdapter* This, + IDXGIAdapter *This, DXGI_ADAPTER_DESC *desc); HRESULT (STDMETHODCALLTYPE *CheckInterfaceSupport)( - IDXGIAdapter* This, + IDXGIAdapter *This, REFGUID guid, LARGE_INTEGER *umd_version); END_INTERFACE } IDXGIAdapterVtbl; + interface IDXGIAdapter { CONST_VTBL IDXGIAdapterVtbl* lpVtbl; }; @@ -1511,32 +1521,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIAdapter_EnumOutputs_Proxy( - IDXGIAdapter* This, - UINT output_idx, - IDXGIOutput **output); -void __RPC_STUB IDXGIAdapter_EnumOutputs_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIAdapter_GetDesc_Proxy( - IDXGIAdapter* This, - DXGI_ADAPTER_DESC *desc); -void __RPC_STUB IDXGIAdapter_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIAdapter_CheckInterfaceSupport_Proxy( - IDXGIAdapter* This, - REFGUID guid, - LARGE_INTEGER *umd_version); -void __RPC_STUB IDXGIAdapter_CheckInterfaceSupport_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIAdapter_INTERFACE_DEFINED__ */ @@ -1548,6 +1532,8 @@ #define DXGI_PRESENT_STEREO_PREFER_RIGHT __MSABI_LONG(0x00000010U) #define DXGI_PRESENT_STEREO_TEMPORARY_MONO __MSABI_LONG(0x00000020U) #define DXGI_PRESENT_RESTRICT_TO_OUTPUT __MSABI_LONG(0x00000040U) +#define DXGI_PRESENT_USE_DURATION __MSABI_LONG(0x00000100U) +#define DXGI_PRESENT_ALLOW_TEARING __MSABI_LONG(0x00000200U) /***************************************************************************** * IDXGISwapChain interface */ @@ -1608,73 +1594,73 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGISwapChain* This); + IDXGISwapChain *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGISwapChain* This); + IDXGISwapChain *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFIID riid, void **parent); /*** IDXGIDeviceSubObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetDevice)( - IDXGISwapChain* This, + IDXGISwapChain *This, REFIID riid, void **device); /*** IDXGISwapChain methods ***/ HRESULT (STDMETHODCALLTYPE *Present)( - IDXGISwapChain* This, + IDXGISwapChain *This, UINT sync_interval, UINT flags); HRESULT (STDMETHODCALLTYPE *GetBuffer)( - IDXGISwapChain* This, + IDXGISwapChain *This, UINT buffer_idx, REFIID riid, void **surface); HRESULT (STDMETHODCALLTYPE *SetFullscreenState)( - IDXGISwapChain* This, + IDXGISwapChain *This, WINBOOL fullscreen, IDXGIOutput *target); HRESULT (STDMETHODCALLTYPE *GetFullscreenState)( - IDXGISwapChain* This, + IDXGISwapChain *This, WINBOOL *fullscreen, IDXGIOutput **target); HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGISwapChain* This, + IDXGISwapChain *This, DXGI_SWAP_CHAIN_DESC *desc); HRESULT (STDMETHODCALLTYPE *ResizeBuffers)( - IDXGISwapChain* This, + IDXGISwapChain *This, UINT buffer_count, UINT width, UINT height, @@ -1682,23 +1668,24 @@ UINT flags); HRESULT (STDMETHODCALLTYPE *ResizeTarget)( - IDXGISwapChain* This, + IDXGISwapChain *This, const DXGI_MODE_DESC *target_mode_desc); HRESULT (STDMETHODCALLTYPE *GetContainingOutput)( - IDXGISwapChain* This, + IDXGISwapChain *This, IDXGIOutput **output); HRESULT (STDMETHODCALLTYPE *GetFrameStatistics)( - IDXGISwapChain* This, + IDXGISwapChain *This, DXGI_FRAME_STATISTICS *stats); HRESULT (STDMETHODCALLTYPE *GetLastPresentCount)( - IDXGISwapChain* This, + IDXGISwapChain *This, UINT *last_present_count); END_INTERFACE } IDXGISwapChainVtbl; + interface IDXGISwapChain { CONST_VTBL IDXGISwapChainVtbl* lpVtbl; }; @@ -1791,95 +1778,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGISwapChain_Present_Proxy( - IDXGISwapChain* This, - UINT sync_interval, - UINT flags); -void __RPC_STUB IDXGISwapChain_Present_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetBuffer_Proxy( - IDXGISwapChain* This, - UINT buffer_idx, - REFIID riid, - void **surface); -void __RPC_STUB IDXGISwapChain_GetBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_SetFullscreenState_Proxy( - IDXGISwapChain* This, - WINBOOL fullscreen, - IDXGIOutput *target); -void __RPC_STUB IDXGISwapChain_SetFullscreenState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetFullscreenState_Proxy( - IDXGISwapChain* This, - WINBOOL *fullscreen, - IDXGIOutput **target); -void __RPC_STUB IDXGISwapChain_GetFullscreenState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetDesc_Proxy( - IDXGISwapChain* This, - DXGI_SWAP_CHAIN_DESC *desc); -void __RPC_STUB IDXGISwapChain_GetDesc_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_ResizeBuffers_Proxy( - IDXGISwapChain* This, - UINT buffer_count, - UINT width, - UINT height, - DXGI_FORMAT format, - UINT flags); -void __RPC_STUB IDXGISwapChain_ResizeBuffers_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_ResizeTarget_Proxy( - IDXGISwapChain* This, - const DXGI_MODE_DESC *target_mode_desc); -void __RPC_STUB IDXGISwapChain_ResizeTarget_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetContainingOutput_Proxy( - IDXGISwapChain* This, - IDXGIOutput **output); -void __RPC_STUB IDXGISwapChain_GetContainingOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetFrameStatistics_Proxy( - IDXGISwapChain* This, - DXGI_FRAME_STATISTICS *stats); -void __RPC_STUB IDXGISwapChain_GetFrameStatistics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGISwapChain_GetLastPresentCount_Proxy( - IDXGISwapChain* This, - UINT *last_present_count); -void __RPC_STUB IDXGISwapChain_GetLastPresentCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGISwapChain_INTERFACE_DEFINED__ */ @@ -1928,67 +1826,68 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIFactory* This, + IDXGIFactory *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIFactory* This); + IDXGIFactory *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIFactory* This); + IDXGIFactory *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIFactory* This, + IDXGIFactory *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIFactory* This, + IDXGIFactory *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIFactory* This, + IDXGIFactory *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIFactory* This, + IDXGIFactory *This, REFIID riid, void **parent); /*** IDXGIFactory methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAdapters)( - IDXGIFactory* This, + IDXGIFactory *This, UINT adapter_idx, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( - IDXGIFactory* This, + IDXGIFactory *This, HWND window, UINT flags); HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( - IDXGIFactory* This, + IDXGIFactory *This, HWND *window); HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( - IDXGIFactory* This, + IDXGIFactory *This, IUnknown *device, DXGI_SWAP_CHAIN_DESC *desc, IDXGISwapChain **swapchain); HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( - IDXGIFactory* This, + IDXGIFactory *This, HMODULE swrast, IDXGIAdapter **adapter); END_INTERFACE } IDXGIFactoryVtbl; + interface IDXGIFactory { CONST_VTBL IDXGIFactoryVtbl* lpVtbl; }; @@ -2055,51 +1954,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIFactory_EnumAdapters_Proxy( - IDXGIFactory* This, - UINT adapter_idx, - IDXGIAdapter **adapter); -void __RPC_STUB IDXGIFactory_EnumAdapters_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory_MakeWindowAssociation_Proxy( - IDXGIFactory* This, - HWND window, - UINT flags); -void __RPC_STUB IDXGIFactory_MakeWindowAssociation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory_GetWindowAssociation_Proxy( - IDXGIFactory* This, - HWND *window); -void __RPC_STUB IDXGIFactory_GetWindowAssociation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory_CreateSwapChain_Proxy( - IDXGIFactory* This, - IUnknown *device, - DXGI_SWAP_CHAIN_DESC *desc, - IDXGISwapChain **swapchain); -void __RPC_STUB IDXGIFactory_CreateSwapChain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIFactory_CreateSoftwareAdapter_Proxy( - IDXGIFactory* This, - HMODULE swrast, - IDXGIAdapter **adapter); -void __RPC_STUB IDXGIFactory_CreateSoftwareAdapter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIFactory_INTERFACE_DEFINED__ */ @@ -2149,46 +2003,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIDevice* This, + IDXGIDevice *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIDevice* This); + IDXGIDevice *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIDevice* This); + IDXGIDevice *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIDevice* This, + IDXGIDevice *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIDevice* This, + IDXGIDevice *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIDevice* This, + IDXGIDevice *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIDevice* This, + IDXGIDevice *This, REFIID riid, void **parent); /*** IDXGIDevice methods ***/ HRESULT (STDMETHODCALLTYPE *GetAdapter)( - IDXGIDevice* This, + IDXGIDevice *This, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *CreateSurface)( - IDXGIDevice* This, + IDXGIDevice *This, const DXGI_SURFACE_DESC *desc, UINT surface_count, DXGI_USAGE usage, @@ -2196,21 +2050,22 @@ IDXGISurface **surface); HRESULT (STDMETHODCALLTYPE *QueryResourceResidency)( - IDXGIDevice* This, + IDXGIDevice *This, IUnknown *const *resources, DXGI_RESIDENCY *residency, UINT resource_count); HRESULT (STDMETHODCALLTYPE *SetGPUThreadPriority)( - IDXGIDevice* This, + IDXGIDevice *This, INT priority); HRESULT (STDMETHODCALLTYPE *GetGPUThreadPriority)( - IDXGIDevice* This, + IDXGIDevice *This, INT *priority); END_INTERFACE } IDXGIDeviceVtbl; + interface IDXGIDevice { CONST_VTBL IDXGIDeviceVtbl* lpVtbl; }; @@ -2277,52 +2132,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIDevice_GetAdapter_Proxy( - IDXGIDevice* This, - IDXGIAdapter **adapter); -void __RPC_STUB IDXGIDevice_GetAdapter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice_CreateSurface_Proxy( - IDXGIDevice* This, - const DXGI_SURFACE_DESC *desc, - UINT surface_count, - DXGI_USAGE usage, - const DXGI_SHARED_RESOURCE *shared_resource, - IDXGISurface **surface); -void __RPC_STUB IDXGIDevice_CreateSurface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice_QueryResourceResidency_Proxy( - IDXGIDevice* This, - IUnknown *const *resources, - DXGI_RESIDENCY *residency, - UINT resource_count); -void __RPC_STUB IDXGIDevice_QueryResourceResidency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice_SetGPUThreadPriority_Proxy( - IDXGIDevice* This, - INT priority); -void __RPC_STUB IDXGIDevice_SetGPUThreadPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice_GetGPUThreadPriority_Proxy( - IDXGIDevice* This, - INT *priority); -void __RPC_STUB IDXGIDevice_GetGPUThreadPriority_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIDevice_INTERFACE_DEFINED__ */ @@ -2367,61 +2176,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIAdapter1* This); + IDXGIAdapter1 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIAdapter1* This); + IDXGIAdapter1 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFIID riid, void **parent); /*** IDXGIAdapter methods ***/ HRESULT (STDMETHODCALLTYPE *EnumOutputs)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, UINT output_idx, IDXGIOutput **output); HRESULT (STDMETHODCALLTYPE *GetDesc)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, DXGI_ADAPTER_DESC *desc); HRESULT (STDMETHODCALLTYPE *CheckInterfaceSupport)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, REFGUID guid, LARGE_INTEGER *umd_version); /*** IDXGIAdapter1 methods ***/ HRESULT (STDMETHODCALLTYPE *GetDesc1)( - IDXGIAdapter1* This, + IDXGIAdapter1 *This, DXGI_ADAPTER_DESC1 *pDesc); END_INTERFACE } IDXGIAdapter1Vtbl; + interface IDXGIAdapter1 { CONST_VTBL IDXGIAdapter1Vtbl* lpVtbl; }; @@ -2486,14 +2296,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIAdapter1_GetDesc1_Proxy( - IDXGIAdapter1* This, - DXGI_ADAPTER_DESC1 *pDesc); -void __RPC_STUB IDXGIAdapter1_GetDesc1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIAdapter1_INTERFACE_DEFINED__ */ @@ -2524,46 +2326,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIDevice1* This, + IDXGIDevice1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIDevice1* This); + IDXGIDevice1 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIDevice1* This); + IDXGIDevice1 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIDevice1* This, + IDXGIDevice1 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIDevice1* This, + IDXGIDevice1 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIDevice1* This, + IDXGIDevice1 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIDevice1* This, + IDXGIDevice1 *This, REFIID riid, void **parent); /*** IDXGIDevice methods ***/ HRESULT (STDMETHODCALLTYPE *GetAdapter)( - IDXGIDevice1* This, + IDXGIDevice1 *This, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *CreateSurface)( - IDXGIDevice1* This, + IDXGIDevice1 *This, const DXGI_SURFACE_DESC *desc, UINT surface_count, DXGI_USAGE usage, @@ -2571,30 +2373,31 @@ IDXGISurface **surface); HRESULT (STDMETHODCALLTYPE *QueryResourceResidency)( - IDXGIDevice1* This, + IDXGIDevice1 *This, IUnknown *const *resources, DXGI_RESIDENCY *residency, UINT resource_count); HRESULT (STDMETHODCALLTYPE *SetGPUThreadPriority)( - IDXGIDevice1* This, + IDXGIDevice1 *This, INT priority); HRESULT (STDMETHODCALLTYPE *GetGPUThreadPriority)( - IDXGIDevice1* This, + IDXGIDevice1 *This, INT *priority); /*** IDXGIDevice1 methods ***/ HRESULT (STDMETHODCALLTYPE *SetMaximumFrameLatency)( - IDXGIDevice1* This, + IDXGIDevice1 *This, UINT MaxLatency); HRESULT (STDMETHODCALLTYPE *GetMaximumFrameLatency)( - IDXGIDevice1* This, + IDXGIDevice1 *This, UINT *pMaxLatency); END_INTERFACE } IDXGIDevice1Vtbl; + interface IDXGIDevice1 { CONST_VTBL IDXGIDevice1Vtbl* lpVtbl; }; @@ -2671,22 +2474,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIDevice1_SetMaximumFrameLatency_Proxy( - IDXGIDevice1* This, - UINT MaxLatency); -void __RPC_STUB IDXGIDevice1_SetMaximumFrameLatency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDXGIDevice1_GetMaximumFrameLatency_Proxy( - IDXGIDevice1* This, - UINT *pMaxLatency); -void __RPC_STUB IDXGIDevice1_GetMaximumFrameLatency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIDevice1_INTERFACE_DEFINED__ */ @@ -2718,76 +2505,77 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDXGIFactory1* This, + IDXGIFactory1 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDXGIFactory1* This); + IDXGIFactory1 *This); ULONG (STDMETHODCALLTYPE *Release)( - IDXGIFactory1* This); + IDXGIFactory1 *This); /*** IDXGIObject methods ***/ HRESULT (STDMETHODCALLTYPE *SetPrivateData)( - IDXGIFactory1* This, + IDXGIFactory1 *This, REFGUID guid, UINT data_size, const void *data); HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)( - IDXGIFactory1* This, + IDXGIFactory1 *This, REFGUID guid, const IUnknown *object); HRESULT (STDMETHODCALLTYPE *GetPrivateData)( - IDXGIFactory1* This, + IDXGIFactory1 *This, REFGUID guid, UINT *data_size, void *data); HRESULT (STDMETHODCALLTYPE *GetParent)( - IDXGIFactory1* This, + IDXGIFactory1 *This, REFIID riid, void **parent); /*** IDXGIFactory methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAdapters)( - IDXGIFactory1* This, + IDXGIFactory1 *This, UINT adapter_idx, IDXGIAdapter **adapter); HRESULT (STDMETHODCALLTYPE *MakeWindowAssociation)( - IDXGIFactory1* This, + IDXGIFactory1 *This, HWND window, UINT flags); HRESULT (STDMETHODCALLTYPE *GetWindowAssociation)( - IDXGIFactory1* This, + IDXGIFactory1 *This, HWND *window); HRESULT (STDMETHODCALLTYPE *CreateSwapChain)( - IDXGIFactory1* This, + IDXGIFactory1 *This, IUnknown *device, DXGI_SWAP_CHAIN_DESC *desc, IDXGISwapChain **swapchain); HRESULT (STDMETHODCALLTYPE *CreateSoftwareAdapter)( - IDXGIFactory1* This, + IDXGIFactory1 *This, HMODULE swrast, IDXGIAdapter **adapter); /*** IDXGIFactory1 methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAdapters1)( - IDXGIFactory1* This, + IDXGIFactory1 *This, UINT Adapter, IDXGIAdapter1 **ppAdapter); WINBOOL (STDMETHODCALLTYPE *IsCurrent)( - IDXGIFactory1* This); + IDXGIFactory1 *This); END_INTERFACE } IDXGIFactory1Vtbl; + interface IDXGIFactory1 { CONST_VTBL IDXGIFactory1Vtbl* lpVtbl; }; @@ -2864,22 +2652,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDXGIFactory1_EnumAdapters1_Proxy( - IDXGIFactory1* This, - UINT Adapter, - IDXGIAdapter1 **ppAdapter); -void __RPC_STUB IDXGIFactory1_EnumAdapters1_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE IDXGIFactory1_IsCurrent_Proxy( - IDXGIFactory1* This); -void __RPC_STUB IDXGIFactory1_IsCurrent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDXGIFactory1_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgi.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgi.idl 2018-09-14 14:16:43.000000000 +0000 @@ -18,33 +18,12 @@ import "oaidl.idl"; import "ocidl.idl"; -import "dxgitype.h"; +import "dxgitype.idl"; const UINT _FACDXGI = 0x87a; cpp_quote("#define MAKE_DXGI_STATUS(x) MAKE_HRESULT(0, _FACDXGI, x)") -cpp_quote("#define DXGI_STATUS_OCCLUDED MAKE_DXGI_STATUS(1)") -cpp_quote("#define DXGI_STATUS_CLIPPED MAKE_DXGI_STATUS(2)") -cpp_quote("#define DXGI_STATUS_NO_REDIRECTION MAKE_DXGI_STATUS(4)") -cpp_quote("#define DXGI_STATUS_NO_DESKTOP_ACCESS MAKE_DXGI_STATUS(5)") -cpp_quote("#define DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE MAKE_DXGI_STATUS(6)") -cpp_quote("#define DXGI_STATUS_MODE_CHANGED MAKE_DXGI_STATUS(7)") -cpp_quote("#define DXGI_STATUS_MODE_CHANGE_IN_PROGRESS MAKE_DXGI_STATUS(8)") - cpp_quote("#define MAKE_DXGI_HRESULT(x) MAKE_HRESULT(1, _FACDXGI, x)") -cpp_quote("#define DXGI_ERROR_INVALID_CALL MAKE_DXGI_HRESULT(1)") -cpp_quote("#define DXGI_ERROR_NOT_FOUND MAKE_DXGI_HRESULT(2)") -cpp_quote("#define DXGI_ERROR_MORE_DATA MAKE_DXGI_HRESULT(3)") -cpp_quote("#define DXGI_ERROR_UNSUPPORTED MAKE_DXGI_HRESULT(4)") -cpp_quote("#define DXGI_ERROR_DEVICE_REMOVED MAKE_DXGI_HRESULT(5)") -cpp_quote("#define DXGI_ERROR_DEVICE_HUNG MAKE_DXGI_HRESULT(6)") -cpp_quote("#define DXGI_ERROR_DEVICE_RESET MAKE_DXGI_HRESULT(7)") -cpp_quote("#define DXGI_ERROR_WAS_STILL_DRAWING MAKE_DXGI_HRESULT(10)") -cpp_quote("#define DXGI_ERROR_FRAME_STATISTICS_DISJOINT MAKE_DXGI_HRESULT(11)") -cpp_quote("#define DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE MAKE_DXGI_HRESULT(12)") -cpp_quote("#define DXGI_ERROR_DRIVER_INTERNAL_ERROR MAKE_DXGI_HRESULT(32)") -cpp_quote("#define DXGI_ERROR_NONEXCLUSIVE MAKE_DXGI_HRESULT(33)") -cpp_quote("#define DXGI_ERROR_NOT_CURRENTLY_AVAILABLE MAKE_DXGI_HRESULT(34)") cpp_quote("#if 0") typedef HANDLE HMONITOR; @@ -66,6 +45,16 @@ const UINT DXGI_ENUM_MODES_INTERLACED = 1; const UINT DXGI_ENUM_MODES_SCALING = 2; +const UINT DXGI_RESOURCE_PRIORITY_MINIMUM = 0x28000000; +const UINT DXGI_RESOURCE_PRIORITY_LOW = 0x50000000; +const UINT DXGI_RESOURCE_PRIORITY_NORMAL = 0x78000000; +const UINT DXGI_RESOURCE_PRIORITY_HIGH = 0xa0000000; +const UINT DXGI_RESOURCE_PRIORITY_MAXIMUM = 0xc8000000; + +const UINT DXGI_MAP_READ = 0x1; +const UINT DXGI_MAP_WRITE = 0x2; +const UINT DXGI_MAP_DISCARD = 0x4; + typedef enum DXGI_SWAP_EFFECT { DXGI_SWAP_EFFECT_DISCARD = 0, DXGI_SWAP_EFFECT_SEQUENTIAL = 1, @@ -119,10 +108,21 @@ LUID AdapterLuid; } DXGI_ADAPTER_DESC; -typedef enum DXGI_SWAP_CHAIN_FLAG { - DXGI_SWAP_CHAIN_FLAG_NONPREROTATED = 1, - DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH = 2, - DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE = 4 +typedef enum DXGI_SWAP_CHAIN_FLAG +{ + DXGI_SWAP_CHAIN_FLAG_NONPREROTATED = 0x0001, + DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH = 0x0002, + DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE = 0x0004, + DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTEXT = 0x0008, + DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER = 0x0010, + DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY = 0x0020, + DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT = 0x0040, + DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER = 0x0080, + DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO = 0x0100, + DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO = 0x0200, + DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED = 0x0400, + DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING = 0x0800, + DXGI_SWAP_CHAIN_FLAG_RESTRICTED_TO_ALL_HOLOGRAPHIC_DISPLAYS = 0x1000, } DXGI_SWAP_CHAIN_FLAG; typedef struct DXGI_SWAP_CHAIN_DESC { @@ -227,6 +227,22 @@ [ object, local, + uuid(4ae63092-6327-4c1b-80ae-bfe12ea32b86) +] +interface IDXGISurface1 : IDXGISurface +{ + HRESULT GetDC( + [in] BOOL discard, + [out] HDC *hdc + ); + HRESULT ReleaseDC( + [in] RECT *dirty_rect + ); +} + +[ + object, + local, uuid(ae02eedb-c735-4690-8d52-5a8dc20213aa) ] interface IDXGIOutput : IDXGIObject @@ -302,6 +318,8 @@ cpp_quote("#define DXGI_PRESENT_STEREO_PREFER_RIGHT __MSABI_LONG(0x00000010U)") cpp_quote("#define DXGI_PRESENT_STEREO_TEMPORARY_MONO __MSABI_LONG(0x00000020U)") cpp_quote("#define DXGI_PRESENT_RESTRICT_TO_OUTPUT __MSABI_LONG(0x00000040U)") +cpp_quote("#define DXGI_PRESENT_USE_DURATION __MSABI_LONG(0x00000100U)") +cpp_quote("#define DXGI_PRESENT_ALLOW_TEARING __MSABI_LONG(0x00000200U)") [ object, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgitype.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgitype.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgitype.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgitype.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,69 +1,63 @@ -/* - * Copyright 2007 Andras Kovacs - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ +/*** Autogenerated by WIDL 3.1 from direct-x/include/dxgitype.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif #ifndef __dxgitype_h__ #define __dxgitype_h__ -#include "dxgiformat.h" +/* Forward declarations */ -#ifndef D3DCOLORVALUE_DEFINED -typedef struct _D3DCOLORVALUE { - float r; - float g; - float b; - float a; -} D3DCOLORVALUE; -#define D3DCOLORVALUE_DEFINED -#endif +/* Headers for imported files */ -typedef D3DCOLORVALUE DXGI_RGBA; +#include +#include -typedef struct DXGI_SAMPLE_DESC { - UINT Count; - UINT Quality; -} DXGI_SAMPLE_DESC; +#ifdef __cplusplus +extern "C" { +#endif +#if 0 +typedef unsigned int UINT; +typedef LONG WINBOOL; +#endif typedef enum DXGI_MODE_ROTATION { - DXGI_MODE_ROTATION_UNSPECIFIED = 0, - DXGI_MODE_ROTATION_IDENTITY = 1, - DXGI_MODE_ROTATION_ROTATE90 = 2, - DXGI_MODE_ROTATION_ROTATE180 = 3, - DXGI_MODE_ROTATION_ROTATE270 = 4, + DXGI_MODE_ROTATION_UNSPECIFIED = 0x0, + DXGI_MODE_ROTATION_IDENTITY = 0x1, + DXGI_MODE_ROTATION_ROTATE90 = 0x2, + DXGI_MODE_ROTATION_ROTATE180 = 0x3, + DXGI_MODE_ROTATION_ROTATE270 = 0x4 } DXGI_MODE_ROTATION; - typedef enum DXGI_MODE_SCANLINE_ORDER { - DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED = 0, - DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE = 1, - DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST = 2, - DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST = 3, + DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED = 0x0, + DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE = 0x1, + DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST = 0x2, + DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST = 0x3 } DXGI_MODE_SCANLINE_ORDER; - typedef enum DXGI_MODE_SCALING { - DXGI_MODE_SCALING_UNSPECIFIED = 0, - DXGI_MODE_SCALING_CENTERED = 1, - DXGI_MODE_SCALING_STRETCHED = 2, + DXGI_MODE_SCALING_UNSPECIFIED = 0x0, + DXGI_MODE_SCALING_CENTERED = 0x1, + DXGI_MODE_SCALING_STRETCHED = 0x2 } DXGI_MODE_SCALING; - -typedef struct DXGI_RATIONAL { - UINT Numerator; - UINT Denominator; -} DXGI_RATIONAL; - +#ifndef D3DCOLORVALUE_DEFINED +#define D3DCOLORVALUE_DEFINED +typedef struct _D3DCOLORVALUE { + float r; + float g; + float b; + float a; +} D3DCOLORVALUE; +#endif +typedef D3DCOLORVALUE DXGI_RGBA; typedef struct DXGI_MODE_DESC { UINT Width; UINT Height; @@ -72,7 +66,6 @@ DXGI_MODE_SCANLINE_ORDER ScanlineOrdering; DXGI_MODE_SCALING Scaling; } DXGI_MODE_DESC; - typedef struct DXGI_GAMMA_CONTROL_CAPABILITIES { WINBOOL ScaleAndOffsetSupported; float MaxConvertedValue; @@ -80,17 +73,23 @@ UINT NumGammaControlPoints; float ControlPointPositions[1025]; } DXGI_GAMMA_CONTROL_CAPABILITIES; - typedef struct DXGI_RGB { float Red; float Green; float Blue; } DXGI_RGB; - typedef struct DXGI_GAMMA_CONTROL { DXGI_RGB Scale; DXGI_RGB Offset; DXGI_RGB GammaCurve[1025]; } DXGI_GAMMA_CONTROL; +/* Begin additional prototypes for all interfaces */ + +/* End additional prototypes */ + +#ifdef __cplusplus +} #endif + +#endif /* __dxgitype_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgitype.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgitype.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/dxgitype.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/dxgitype.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,94 @@ +/* + * Copyright 2007 Andras Kovacs + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "dxgicommon.idl"; +import "dxgiformat.idl"; + +cpp_quote("#if 0") +typedef unsigned int UINT; +typedef long BOOL; +cpp_quote("#endif") + +typedef enum DXGI_MODE_ROTATION +{ + DXGI_MODE_ROTATION_UNSPECIFIED = 0x0, + DXGI_MODE_ROTATION_IDENTITY = 0x1, + DXGI_MODE_ROTATION_ROTATE90 = 0x2, + DXGI_MODE_ROTATION_ROTATE180 = 0x3, + DXGI_MODE_ROTATION_ROTATE270 = 0x4, +} DXGI_MODE_ROTATION; + +typedef enum DXGI_MODE_SCANLINE_ORDER +{ + DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED = 0x0, + DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE = 0x1, + DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST = 0x2, + DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST = 0x3, +} DXGI_MODE_SCANLINE_ORDER; + +typedef enum DXGI_MODE_SCALING +{ + DXGI_MODE_SCALING_UNSPECIFIED = 0x0, + DXGI_MODE_SCALING_CENTERED = 0x1, + DXGI_MODE_SCALING_STRETCHED = 0x2, +} DXGI_MODE_SCALING; + +cpp_quote("#ifndef D3DCOLORVALUE_DEFINED") +cpp_quote("#define D3DCOLORVALUE_DEFINED") +typedef struct _D3DCOLORVALUE +{ + float r; + float g; + float b; + float a; +} D3DCOLORVALUE; +cpp_quote("#endif") +typedef D3DCOLORVALUE DXGI_RGBA; + +typedef struct DXGI_MODE_DESC +{ + UINT Width; + UINT Height; + DXGI_RATIONAL RefreshRate; + DXGI_FORMAT Format; + DXGI_MODE_SCANLINE_ORDER ScanlineOrdering; + DXGI_MODE_SCALING Scaling; +} DXGI_MODE_DESC; + +typedef struct DXGI_GAMMA_CONTROL_CAPABILITIES +{ + BOOL ScaleAndOffsetSupported; + float MaxConvertedValue; + float MinConvertedValue; + UINT NumGammaControlPoints; + float ControlPointPositions[1025]; +} DXGI_GAMMA_CONTROL_CAPABILITIES; + +typedef struct DXGI_RGB +{ + float Red; + float Green; + float Blue; +} DXGI_RGB; + +typedef struct DXGI_GAMMA_CONTROL +{ + DXGI_RGB Scale; + DXGI_RGB Offset; + DXGI_RGB GammaCurve[1025]; +} DXGI_GAMMA_CONTROL; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mediaobj.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mediaobj.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mediaobj.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mediaobj.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/mediaobj.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/mediaobj.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,21 +20,33 @@ #ifndef __IEnumDMO_FWD_DEFINED__ #define __IEnumDMO_FWD_DEFINED__ typedef interface IEnumDMO IEnumDMO; +#ifdef __cplusplus +interface IEnumDMO; +#endif /* __cplusplus */ #endif #ifndef __IMediaBuffer_FWD_DEFINED__ #define __IMediaBuffer_FWD_DEFINED__ typedef interface IMediaBuffer IMediaBuffer; +#ifdef __cplusplus +interface IMediaBuffer; +#endif /* __cplusplus */ #endif #ifndef __IMediaObject_FWD_DEFINED__ #define __IMediaObject_FWD_DEFINED__ typedef interface IMediaObject IMediaObject; +#ifdef __cplusplus +interface IMediaObject; +#endif /* __cplusplus */ #endif #ifndef __IMediaObjectInPlace_FWD_DEFINED__ #define __IMediaObjectInPlace_FWD_DEFINED__ typedef interface IMediaObjectInPlace IMediaObjectInPlace; +#ifdef __cplusplus +interface IMediaObjectInPlace; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -50,11 +62,17 @@ #ifndef __IDMOQualityControl_FWD_DEFINED__ #define __IDMOQualityControl_FWD_DEFINED__ typedef interface IDMOQualityControl IDMOQualityControl; +#ifdef __cplusplus +interface IDMOQualityControl; +#endif /* __cplusplus */ #endif #ifndef __IDMOVideoOutputOptimizations_FWD_DEFINED__ #define __IDMOVideoOutputOptimizations_FWD_DEFINED__ typedef interface IDMOVideoOutputOptimizations IDMOVideoOutputOptimizations; +#ifdef __cplusplus +interface IDMOVideoOutputOptimizations; +#endif /* __cplusplus */ #endif typedef struct _DMOMediaType { @@ -104,37 +122,38 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumDMO* This, + IEnumDMO *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumDMO* This); + IEnumDMO *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumDMO* This); + IEnumDMO *This); /*** IEnumDMO methods ***/ HRESULT (STDMETHODCALLTYPE *Next)( - IEnumDMO* This, + IEnumDMO *This, DWORD cItemsToFetch, CLSID *pCLSID, WCHAR **Names, DWORD *pcItemsFetched); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumDMO* This, + IEnumDMO *This, DWORD cItemsToSkip); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumDMO* This); + IEnumDMO *This); HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumDMO* This, + IEnumDMO *This, IEnumDMO **ppEnum); END_INTERFACE } IEnumDMOVtbl; + interface IEnumDMO { CONST_VTBL IEnumDMOVtbl* lpVtbl; }; @@ -179,29 +198,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumDMO_Skip_Proxy( - IEnumDMO* This, - DWORD cItemsToSkip); -void __RPC_STUB IEnumDMO_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumDMO_Reset_Proxy( - IEnumDMO* This); -void __RPC_STUB IEnumDMO_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumDMO_Clone_Proxy( - IEnumDMO* This, - IEnumDMO **ppEnum); -void __RPC_STUB IEnumDMO_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumDMO_INTERFACE_DEFINED__ */ @@ -236,32 +232,33 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaBuffer* This, + IMediaBuffer *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaBuffer* This); + IMediaBuffer *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaBuffer* This); + IMediaBuffer *This); /*** IMediaBuffer methods ***/ HRESULT (STDMETHODCALLTYPE *SetLength)( - IMediaBuffer* This, + IMediaBuffer *This, DWORD cbLength); HRESULT (STDMETHODCALLTYPE *GetMaxLength)( - IMediaBuffer* This, + IMediaBuffer *This, DWORD *pcbMaxLength); HRESULT (STDMETHODCALLTYPE *GetBufferAndLength)( - IMediaBuffer* This, + IMediaBuffer *This, BYTE **ppBuffer, DWORD *pcbLength); END_INTERFACE } IMediaBufferVtbl; + interface IMediaBuffer { CONST_VTBL IMediaBufferVtbl* lpVtbl; }; @@ -302,31 +299,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaBuffer_SetLength_Proxy( - IMediaBuffer* This, - DWORD cbLength); -void __RPC_STUB IMediaBuffer_SetLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaBuffer_GetMaxLength_Proxy( - IMediaBuffer* This, - DWORD *pcbMaxLength); -void __RPC_STUB IMediaBuffer_GetMaxLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaBuffer_GetBufferAndLength_Proxy( - IMediaBuffer* This, - BYTE **ppBuffer, - DWORD *pcbLength); -void __RPC_STUB IMediaBuffer_GetBufferAndLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaBuffer_INTERFACE_DEFINED__ */ @@ -341,7 +313,16 @@ DMO_INPLACE_NORMAL = 0x0, DMO_INPLACE_ZERO = 0x1 }; - +enum _DMO_SET_TYPE_FLAGS { + DMO_SET_TYPEF_TEST_ONLY = 0x1, + DMO_SET_TYPEF_CLEAR = 0x2 +}; +enum _DMO_OUTPUT_DATA_BUFFERF_FLAGS { + DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT = 0x1, + DMO_OUTPUT_DATA_BUFFERF_TIME = 0x2, + DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH = 0x4, + DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE = 0x1000000 +}; /***************************************************************************** * IMediaObject interface */ @@ -454,109 +435,109 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaObject* This, + IMediaObject *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaObject* This); + IMediaObject *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaObject* This); + IMediaObject *This); /*** IMediaObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreamCount)( - IMediaObject* This, + IMediaObject *This, DWORD *pcInputStreams, DWORD *pcOutputStreams); HRESULT (STDMETHODCALLTYPE *GetInputStreamInfo)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, DWORD *pdwFlags); HRESULT (STDMETHODCALLTYPE *GetOutputStreamInfo)( - IMediaObject* This, + IMediaObject *This, DWORD dwOutputStreamIndex, DWORD *pdwFlags); HRESULT (STDMETHODCALLTYPE *GetInputType)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, DWORD dwTypeIndex, DMO_MEDIA_TYPE *pmt); HRESULT (STDMETHODCALLTYPE *GetOutputType)( - IMediaObject* This, + IMediaObject *This, DWORD dwOutputStreamIndex, DWORD dwTypeIndex, DMO_MEDIA_TYPE *pmt); HRESULT (STDMETHODCALLTYPE *SetInputType)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, const DMO_MEDIA_TYPE *pmt, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *SetOutputType)( - IMediaObject* This, + IMediaObject *This, DWORD dwOutputStreamIndex, const DMO_MEDIA_TYPE *pmt, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetInputCurrentType)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, DMO_MEDIA_TYPE *pmt); HRESULT (STDMETHODCALLTYPE *GetOutputCurrentType)( - IMediaObject* This, + IMediaObject *This, DWORD dwOutputStreamIndex, DMO_MEDIA_TYPE *pmt); HRESULT (STDMETHODCALLTYPE *GetInputSizeInfo)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, DWORD *pcbSize, DWORD *pcbMaxLookahead, DWORD *pcbAlignment); HRESULT (STDMETHODCALLTYPE *GetOutputSizeInfo)( - IMediaObject* This, + IMediaObject *This, DWORD dwOutputStreamIndex, DWORD *pcbSize, DWORD *pcbAlignment); HRESULT (STDMETHODCALLTYPE *GetInputMaxLatency)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, REFERENCE_TIME *prtMaxLatency); HRESULT (STDMETHODCALLTYPE *SetInputMaxLatency)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, REFERENCE_TIME rtMaxLatency); HRESULT (STDMETHODCALLTYPE *Flush)( - IMediaObject* This); + IMediaObject *This); HRESULT (STDMETHODCALLTYPE *Discontinuity)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex); HRESULT (STDMETHODCALLTYPE *AllocateStreamingResources)( - IMediaObject* This); + IMediaObject *This); HRESULT (STDMETHODCALLTYPE *FreeStreamingResources)( - IMediaObject* This); + IMediaObject *This); HRESULT (STDMETHODCALLTYPE *GetInputStatus)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, DWORD *dwFlags); HRESULT (STDMETHODCALLTYPE *ProcessInput)( - IMediaObject* This, + IMediaObject *This, DWORD dwInputStreamIndex, IMediaBuffer *pBuffer, DWORD dwFlags, @@ -564,18 +545,19 @@ REFERENCE_TIME rtTimelength); HRESULT (STDMETHODCALLTYPE *ProcessOutput)( - IMediaObject* This, + IMediaObject *This, DWORD dwFlags, DWORD cOutputBufferCount, DMO_OUTPUT_DATA_BUFFER *pOutputBuffers, DWORD *pdwStatus); HRESULT (STDMETHODCALLTYPE *Lock)( - IMediaObject* This, + IMediaObject *This, LONG bLock); END_INTERFACE } IMediaObjectVtbl; + interface IMediaObject { CONST_VTBL IMediaObjectVtbl* lpVtbl; }; @@ -688,199 +670,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaObject_GetStreamCount_Proxy( - IMediaObject* This, - DWORD *pcInputStreams, - DWORD *pcOutputStreams); -void __RPC_STUB IMediaObject_GetStreamCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputStreamInfo_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - DWORD *pdwFlags); -void __RPC_STUB IMediaObject_GetInputStreamInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetOutputStreamInfo_Proxy( - IMediaObject* This, - DWORD dwOutputStreamIndex, - DWORD *pdwFlags); -void __RPC_STUB IMediaObject_GetOutputStreamInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputType_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - DWORD dwTypeIndex, - DMO_MEDIA_TYPE *pmt); -void __RPC_STUB IMediaObject_GetInputType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetOutputType_Proxy( - IMediaObject* This, - DWORD dwOutputStreamIndex, - DWORD dwTypeIndex, - DMO_MEDIA_TYPE *pmt); -void __RPC_STUB IMediaObject_GetOutputType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_SetInputType_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - const DMO_MEDIA_TYPE *pmt, - DWORD dwFlags); -void __RPC_STUB IMediaObject_SetInputType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_SetOutputType_Proxy( - IMediaObject* This, - DWORD dwOutputStreamIndex, - const DMO_MEDIA_TYPE *pmt, - DWORD dwFlags); -void __RPC_STUB IMediaObject_SetOutputType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputCurrentType_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - DMO_MEDIA_TYPE *pmt); -void __RPC_STUB IMediaObject_GetInputCurrentType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetOutputCurrentType_Proxy( - IMediaObject* This, - DWORD dwOutputStreamIndex, - DMO_MEDIA_TYPE *pmt); -void __RPC_STUB IMediaObject_GetOutputCurrentType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputSizeInfo_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - DWORD *pcbSize, - DWORD *pcbMaxLookahead, - DWORD *pcbAlignment); -void __RPC_STUB IMediaObject_GetInputSizeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetOutputSizeInfo_Proxy( - IMediaObject* This, - DWORD dwOutputStreamIndex, - DWORD *pcbSize, - DWORD *pcbAlignment); -void __RPC_STUB IMediaObject_GetOutputSizeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputMaxLatency_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - REFERENCE_TIME *prtMaxLatency); -void __RPC_STUB IMediaObject_GetInputMaxLatency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_SetInputMaxLatency_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - REFERENCE_TIME rtMaxLatency); -void __RPC_STUB IMediaObject_SetInputMaxLatency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_Flush_Proxy( - IMediaObject* This); -void __RPC_STUB IMediaObject_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_Discontinuity_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex); -void __RPC_STUB IMediaObject_Discontinuity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_AllocateStreamingResources_Proxy( - IMediaObject* This); -void __RPC_STUB IMediaObject_AllocateStreamingResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_FreeStreamingResources_Proxy( - IMediaObject* This); -void __RPC_STUB IMediaObject_FreeStreamingResources_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_GetInputStatus_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - DWORD *dwFlags); -void __RPC_STUB IMediaObject_GetInputStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_ProcessInput_Proxy( - IMediaObject* This, - DWORD dwInputStreamIndex, - IMediaBuffer *pBuffer, - DWORD dwFlags, - REFERENCE_TIME rtTimestamp, - REFERENCE_TIME rtTimelength); -void __RPC_STUB IMediaObject_ProcessInput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_ProcessOutput_Proxy( - IMediaObject* This, - DWORD dwFlags, - DWORD cOutputBufferCount, - DMO_OUTPUT_DATA_BUFFER *pOutputBuffers, - DWORD *pdwStatus); -void __RPC_STUB IMediaObject_ProcessOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObject_Lock_Proxy( - IMediaObject* This, - LONG bLock); -void __RPC_STUB IMediaObject_Lock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaObject_INTERFACE_DEFINED__ */ @@ -917,34 +706,35 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaObjectInPlace* This, + IMediaObjectInPlace *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaObjectInPlace* This); + IMediaObjectInPlace *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaObjectInPlace* This); + IMediaObjectInPlace *This); /*** IMediaObjectInPlace methods ***/ HRESULT (STDMETHODCALLTYPE *Process)( - IMediaObjectInPlace* This, + IMediaObjectInPlace *This, ULONG ulSize, BYTE *pData, REFERENCE_TIME refTimeStart, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *Clone)( - IMediaObjectInPlace* This, + IMediaObjectInPlace *This, IMediaObjectInPlace **ppMediaObject); HRESULT (STDMETHODCALLTYPE *GetLatency)( - IMediaObjectInPlace* This, + IMediaObjectInPlace *This, REFERENCE_TIME *pLatencyTime); END_INTERFACE } IMediaObjectInPlaceVtbl; + interface IMediaObjectInPlace { CONST_VTBL IMediaObjectInPlaceVtbl* lpVtbl; }; @@ -985,33 +775,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaObjectInPlace_Process_Proxy( - IMediaObjectInPlace* This, - ULONG ulSize, - BYTE *pData, - REFERENCE_TIME refTimeStart, - DWORD dwFlags); -void __RPC_STUB IMediaObjectInPlace_Process_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObjectInPlace_Clone_Proxy( - IMediaObjectInPlace* This, - IMediaObjectInPlace **ppMediaObject); -void __RPC_STUB IMediaObjectInPlace_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaObjectInPlace_GetLatency_Proxy( - IMediaObjectInPlace* This, - REFERENCE_TIME *pLatencyTime); -void __RPC_STUB IMediaObjectInPlace_GetLatency_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaObjectInPlace_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mediaobj.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mediaobj.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mediaobj.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mediaobj.idl 2018-09-14 14:16:43.000000000 +0000 @@ -102,6 +102,18 @@ DMO_INPLACE_ZERO = 0x00000001 }; +enum _DMO_SET_TYPE_FLAGS { + DMO_SET_TYPEF_TEST_ONLY = 0x00000001, + DMO_SET_TYPEF_CLEAR = 0x00000002, +}; + +enum _DMO_OUTPUT_DATA_BUFFERF_FLAGS { + DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT = 0x00000001, + DMO_OUTPUT_DATA_BUFFERF_TIME = 0x00000002, + DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH = 0x00000004, + DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE = 0x01000000, +}; + /***************************************************************************** * IMediaObject interface */ @@ -213,7 +225,7 @@ ); HRESULT Lock(LONG bLock); -}; +} /***************************************************************************** * IMediaObjectInPlace interface diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mmstream.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mmstream.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/mmstream.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/mmstream.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/mmstream.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/mmstream.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,16 +20,25 @@ #ifndef __IMultiMediaStream_FWD_DEFINED__ #define __IMultiMediaStream_FWD_DEFINED__ typedef interface IMultiMediaStream IMultiMediaStream; +#ifdef __cplusplus +interface IMultiMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IMediaStream_FWD_DEFINED__ #define __IMediaStream_FWD_DEFINED__ typedef interface IMediaStream IMediaStream; +#ifdef __cplusplus +interface IMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IStreamSample_FWD_DEFINED__ #define __IStreamSample_FWD_DEFINED__ typedef interface IStreamSample IStreamSample; +#ifdef __cplusplus +interface IStreamSample; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -82,25 +91,32 @@ MMSSF_SUPPORTSEEK = 0x2, MMSSF_ASYNCHRONOUS = 0x4 }; - enum { SSUPDATE_ASYNC = 0x1, SSUPDATE_CONTINUOUS = 0x2 }; - #ifndef __IMultiMediaStream_FWD_DEFINED__ #define __IMultiMediaStream_FWD_DEFINED__ typedef interface IMultiMediaStream IMultiMediaStream; +#ifdef __cplusplus +interface IMultiMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IMediaStream_FWD_DEFINED__ #define __IMediaStream_FWD_DEFINED__ typedef interface IMediaStream IMediaStream; +#ifdef __cplusplus +interface IMediaStream; +#endif /* __cplusplus */ #endif #ifndef __IStreamSample_FWD_DEFINED__ #define __IStreamSample_FWD_DEFINED__ typedef interface IStreamSample IStreamSample; +#ifdef __cplusplus +interface IStreamSample; +#endif /* __cplusplus */ #endif /***************************************************************************** @@ -154,58 +170,59 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMultiMediaStream* This, + IMultiMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMultiMediaStream* This); + IMultiMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IMultiMediaStream* This); + IMultiMediaStream *This); /*** IMultiMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetInformation)( - IMultiMediaStream* This, + IMultiMediaStream *This, DWORD *pdwFlags, STREAM_TYPE *pStreamType); HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IMultiMediaStream* This, + IMultiMediaStream *This, REFMSPID idPurpose, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *EnumMediaStreams)( - IMultiMediaStream* This, + IMultiMediaStream *This, LONG Index, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetState)( - IMultiMediaStream* This, + IMultiMediaStream *This, STREAM_STATE *pCurrentState); HRESULT (STDMETHODCALLTYPE *SetState)( - IMultiMediaStream* This, + IMultiMediaStream *This, STREAM_STATE NewState); HRESULT (STDMETHODCALLTYPE *GetTime)( - IMultiMediaStream* This, + IMultiMediaStream *This, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *GetDuration)( - IMultiMediaStream* This, + IMultiMediaStream *This, STREAM_TIME *pDuration); HRESULT (STDMETHODCALLTYPE *Seek)( - IMultiMediaStream* This, + IMultiMediaStream *This, STREAM_TIME SeekTime); HRESULT (STDMETHODCALLTYPE *GetEndOfStreamEventHandle)( - IMultiMediaStream* This, + IMultiMediaStream *This, HANDLE *phEOS); END_INTERFACE } IMultiMediaStreamVtbl; + interface IMultiMediaStream { CONST_VTBL IMultiMediaStreamVtbl* lpVtbl; }; @@ -270,81 +287,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetInformation_Proxy( - IMultiMediaStream* This, - DWORD *pdwFlags, - STREAM_TYPE *pStreamType); -void __RPC_STUB IMultiMediaStream_GetInformation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetMediaStream_Proxy( - IMultiMediaStream* This, - REFMSPID idPurpose, - IMediaStream **ppMediaStream); -void __RPC_STUB IMultiMediaStream_GetMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_EnumMediaStreams_Proxy( - IMultiMediaStream* This, - LONG Index, - IMediaStream **ppMediaStream); -void __RPC_STUB IMultiMediaStream_EnumMediaStreams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetState_Proxy( - IMultiMediaStream* This, - STREAM_STATE *pCurrentState); -void __RPC_STUB IMultiMediaStream_GetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_SetState_Proxy( - IMultiMediaStream* This, - STREAM_STATE NewState); -void __RPC_STUB IMultiMediaStream_SetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetTime_Proxy( - IMultiMediaStream* This, - STREAM_TIME *pCurrentTime); -void __RPC_STUB IMultiMediaStream_GetTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetDuration_Proxy( - IMultiMediaStream* This, - STREAM_TIME *pDuration); -void __RPC_STUB IMultiMediaStream_GetDuration_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_Seek_Proxy( - IMultiMediaStream* This, - STREAM_TIME SeekTime); -void __RPC_STUB IMultiMediaStream_Seek_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMultiMediaStream_GetEndOfStreamEventHandle_Proxy( - IMultiMediaStream* This, - HANDLE *phEOS); -void __RPC_STUB IMultiMediaStream_GetEndOfStreamEventHandle_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMultiMediaStream_INTERFACE_DEFINED__ */ @@ -392,48 +334,49 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaStream* This, + IMediaStream *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaStream* This); + IMediaStream *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaStream* This); + IMediaStream *This); /*** IMediaStream methods ***/ HRESULT (STDMETHODCALLTYPE *GetMultiMediaStream)( - IMediaStream* This, + IMediaStream *This, IMultiMediaStream **ppMultiMediaStream); HRESULT (STDMETHODCALLTYPE *GetInformation)( - IMediaStream* This, + IMediaStream *This, MSPID *pPurposeId, STREAM_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetSameFormat)( - IMediaStream* This, + IMediaStream *This, IMediaStream *pStreamThatHasDesiredFormat, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IMediaStream* This, + IMediaStream *This, DWORD dwFlags, IStreamSample **ppSample); HRESULT (STDMETHODCALLTYPE *CreateSharedSample)( - IMediaStream* This, + IMediaStream *This, IStreamSample *pExistingSample, DWORD dwFlags, IStreamSample **ppNewSample); HRESULT (STDMETHODCALLTYPE *SendEndOfStream)( - IMediaStream* This, + IMediaStream *This, DWORD dwFlags); END_INTERFACE } IMediaStreamVtbl; + interface IMediaStream { CONST_VTBL IMediaStreamVtbl* lpVtbl; }; @@ -486,59 +429,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaStream_GetMultiMediaStream_Proxy( - IMediaStream* This, - IMultiMediaStream **ppMultiMediaStream); -void __RPC_STUB IMediaStream_GetMultiMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStream_GetInformation_Proxy( - IMediaStream* This, - MSPID *pPurposeId, - STREAM_TYPE *pType); -void __RPC_STUB IMediaStream_GetInformation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStream_SetSameFormat_Proxy( - IMediaStream* This, - IMediaStream *pStreamThatHasDesiredFormat, - DWORD dwFlags); -void __RPC_STUB IMediaStream_SetSameFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStream_AllocateSample_Proxy( - IMediaStream* This, - DWORD dwFlags, - IStreamSample **ppSample); -void __RPC_STUB IMediaStream_AllocateSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStream_CreateSharedSample_Proxy( - IMediaStream* This, - IStreamSample *pExistingSample, - DWORD dwFlags, - IStreamSample **ppNewSample); -void __RPC_STUB IMediaStream_CreateSharedSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaStream_SendEndOfStream_Proxy( - IMediaStream* This, - DWORD dwFlags); -void __RPC_STUB IMediaStream_SendEndOfStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaStream_INTERFACE_DEFINED__ */ @@ -585,46 +475,47 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IStreamSample* This, + IStreamSample *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IStreamSample* This); + IStreamSample *This); ULONG (STDMETHODCALLTYPE *Release)( - IStreamSample* This); + IStreamSample *This); /*** IStreamSample methods ***/ HRESULT (STDMETHODCALLTYPE *GetMediaStream)( - IStreamSample* This, + IStreamSample *This, IMediaStream **ppMediaStream); HRESULT (STDMETHODCALLTYPE *GetSampleTimes)( - IStreamSample* This, + IStreamSample *This, STREAM_TIME *pStartTime, STREAM_TIME *pEndTime, STREAM_TIME *pCurrentTime); HRESULT (STDMETHODCALLTYPE *SetSampleTimes)( - IStreamSample* This, + IStreamSample *This, const STREAM_TIME *pStartTime, const STREAM_TIME *pEndTime); HRESULT (STDMETHODCALLTYPE *Update)( - IStreamSample* This, + IStreamSample *This, DWORD dwFlags, HANDLE hEvent, PAPCFUNC pfnAPC, DWORD dwAPCData); HRESULT (STDMETHODCALLTYPE *CompletionStatus)( - IStreamSample* This, + IStreamSample *This, DWORD dwFlags, DWORD dwMilliseconds); END_INTERFACE } IStreamSampleVtbl; + interface IStreamSample { CONST_VTBL IStreamSampleVtbl* lpVtbl; }; @@ -673,53 +564,6 @@ #endif -HRESULT STDMETHODCALLTYPE IStreamSample_GetMediaStream_Proxy( - IStreamSample* This, - IMediaStream **ppMediaStream); -void __RPC_STUB IStreamSample_GetMediaStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IStreamSample_GetSampleTimes_Proxy( - IStreamSample* This, - STREAM_TIME *pStartTime, - STREAM_TIME *pEndTime, - STREAM_TIME *pCurrentTime); -void __RPC_STUB IStreamSample_GetSampleTimes_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IStreamSample_SetSampleTimes_Proxy( - IStreamSample* This, - const STREAM_TIME *pStartTime, - const STREAM_TIME *pEndTime); -void __RPC_STUB IStreamSample_SetSampleTimes_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IStreamSample_Update_Proxy( - IStreamSample* This, - DWORD dwFlags, - HANDLE hEvent, - PAPCFUNC pfnAPC, - DWORD dwAPCData); -void __RPC_STUB IStreamSample_Update_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IStreamSample_CompletionStatus_Proxy( - IStreamSample* This, - DWORD dwFlags, - DWORD dwMilliseconds); -void __RPC_STUB IStreamSample_CompletionStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IStreamSample_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/qedit.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/qedit.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/qedit.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/qedit.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from direct-x/include/qedit.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from direct-x/include/qedit.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,16 +20,25 @@ #ifndef __ISampleGrabberCB_FWD_DEFINED__ #define __ISampleGrabberCB_FWD_DEFINED__ typedef interface ISampleGrabberCB ISampleGrabberCB; +#ifdef __cplusplus +interface ISampleGrabberCB; +#endif /* __cplusplus */ #endif #ifndef __ISampleGrabber_FWD_DEFINED__ #define __ISampleGrabber_FWD_DEFINED__ typedef interface ISampleGrabber ISampleGrabber; +#ifdef __cplusplus +interface ISampleGrabber; +#endif /* __cplusplus */ #endif #ifndef __IMediaDet_FWD_DEFINED__ #define __IMediaDet_FWD_DEFINED__ typedef interface IMediaDet IMediaDet; +#ifdef __cplusplus +interface IMediaDet; +#endif /* __cplusplus */ #endif #ifndef __MediaDet_FWD_DEFINED__ @@ -41,6 +50,79 @@ #endif /* defined __cplusplus */ #endif /* defined __MediaDet_FWD_DEFINED__ */ +#ifndef __IMediaLocator_FWD_DEFINED__ +#define __IMediaLocator_FWD_DEFINED__ +typedef interface IMediaLocator IMediaLocator; +#ifdef __cplusplus +interface IMediaLocator; +#endif /* __cplusplus */ +#endif + +#ifndef __IPropertySetter_FWD_DEFINED__ +#define __IPropertySetter_FWD_DEFINED__ +typedef interface IPropertySetter IPropertySetter; +#ifdef __cplusplus +interface IPropertySetter; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMErrorLog_FWD_DEFINED__ +#define __IAMErrorLog_FWD_DEFINED__ +typedef interface IAMErrorLog IAMErrorLog; +#ifdef __cplusplus +interface IAMErrorLog; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMSetErrorLog_FWD_DEFINED__ +#define __IAMSetErrorLog_FWD_DEFINED__ +typedef interface IAMSetErrorLog IAMSetErrorLog; +#ifdef __cplusplus +interface IAMSetErrorLog; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimeline_FWD_DEFINED__ +#define __IAMTimeline_FWD_DEFINED__ +typedef interface IAMTimeline IAMTimeline; +#ifdef __cplusplus +interface IAMTimeline; +#endif /* __cplusplus */ +#endif + +#ifndef __AMTimeline_FWD_DEFINED__ +#define __AMTimeline_FWD_DEFINED__ +#ifdef __cplusplus +typedef class AMTimeline AMTimeline; +#else +typedef struct AMTimeline AMTimeline; +#endif /* defined __cplusplus */ +#endif /* defined __AMTimeline_FWD_DEFINED__ */ + +#ifndef __IAMTimelineGroup_FWD_DEFINED__ +#define __IAMTimelineGroup_FWD_DEFINED__ +typedef interface IAMTimelineGroup IAMTimelineGroup; +#ifdef __cplusplus +interface IAMTimelineGroup; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimelineObj_FWD_DEFINED__ +#define __IAMTimelineObj_FWD_DEFINED__ +typedef interface IAMTimelineObj IAMTimelineObj; +#ifdef __cplusplus +interface IAMTimelineObj; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimelineSrc_FWD_DEFINED__ +#define __IAMTimelineSrc_FWD_DEFINED__ +typedef interface IAMTimelineSrc IAMTimelineSrc; +#ifdef __cplusplus +interface IAMTimelineSrc; +#endif /* __cplusplus */ +#endif + /* Headers for imported files */ #include @@ -82,30 +164,31 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ISampleGrabberCB* This, + ISampleGrabberCB *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ISampleGrabberCB* This); + ISampleGrabberCB *This); ULONG (STDMETHODCALLTYPE *Release)( - ISampleGrabberCB* This); + ISampleGrabberCB *This); /*** ISampleGrabberCB methods ***/ HRESULT (STDMETHODCALLTYPE *SampleCB)( - ISampleGrabberCB* This, + ISampleGrabberCB *This, double SampleTime, IMediaSample *pSample); HRESULT (STDMETHODCALLTYPE *BufferCB)( - ISampleGrabberCB* This, + ISampleGrabberCB *This, double SampleTime, BYTE *pBuffer, LONG BufferLen); END_INTERFACE } ISampleGrabberCBVtbl; + interface ISampleGrabberCB { CONST_VTBL ISampleGrabberCBVtbl* lpVtbl; }; @@ -142,25 +225,6 @@ #endif -HRESULT STDMETHODCALLTYPE ISampleGrabberCB_SampleCB_Proxy( - ISampleGrabberCB* This, - double SampleTime, - IMediaSample *pSample); -void __RPC_STUB ISampleGrabberCB_SampleCB_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabberCB_BufferCB_Proxy( - ISampleGrabberCB* This, - double SampleTime, - BYTE *pBuffer, - LONG BufferLen); -void __RPC_STUB ISampleGrabberCB_BufferCB_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ISampleGrabberCB_INTERFACE_DEFINED__ */ @@ -208,49 +272,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ISampleGrabber* This, + ISampleGrabber *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ISampleGrabber* This); + ISampleGrabber *This); ULONG (STDMETHODCALLTYPE *Release)( - ISampleGrabber* This); + ISampleGrabber *This); /*** ISampleGrabber methods ***/ HRESULT (STDMETHODCALLTYPE *SetOneShot)( - ISampleGrabber* This, + ISampleGrabber *This, WINBOOL OneShot); HRESULT (STDMETHODCALLTYPE *SetMediaType)( - ISampleGrabber* This, + ISampleGrabber *This, const AM_MEDIA_TYPE *pType); HRESULT (STDMETHODCALLTYPE *GetConnectedMediaType)( - ISampleGrabber* This, + ISampleGrabber *This, AM_MEDIA_TYPE *pType); HRESULT (STDMETHODCALLTYPE *SetBufferSamples)( - ISampleGrabber* This, + ISampleGrabber *This, WINBOOL BufferThem); HRESULT (STDMETHODCALLTYPE *GetCurrentBuffer)( - ISampleGrabber* This, + ISampleGrabber *This, LONG *pBufferSize, LONG *pBuffer); HRESULT (STDMETHODCALLTYPE *GetCurrentSample)( - ISampleGrabber* This, + ISampleGrabber *This, IMediaSample **ppSample); HRESULT (STDMETHODCALLTYPE *SetCallback)( - ISampleGrabber* This, + ISampleGrabber *This, ISampleGrabberCB *pCallback, LONG WhichMethodToCallback); END_INTERFACE } ISampleGrabberVtbl; + interface ISampleGrabber { CONST_VTBL ISampleGrabberVtbl* lpVtbl; }; @@ -307,64 +372,6 @@ #endif -HRESULT STDMETHODCALLTYPE ISampleGrabber_SetOneShot_Proxy( - ISampleGrabber* This, - WINBOOL OneShot); -void __RPC_STUB ISampleGrabber_SetOneShot_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_SetMediaType_Proxy( - ISampleGrabber* This, - const AM_MEDIA_TYPE *pType); -void __RPC_STUB ISampleGrabber_SetMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_GetConnectedMediaType_Proxy( - ISampleGrabber* This, - AM_MEDIA_TYPE *pType); -void __RPC_STUB ISampleGrabber_GetConnectedMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_SetBufferSamples_Proxy( - ISampleGrabber* This, - WINBOOL BufferThem); -void __RPC_STUB ISampleGrabber_SetBufferSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_GetCurrentBuffer_Proxy( - ISampleGrabber* This, - LONG *pBufferSize, - LONG *pBuffer); -void __RPC_STUB ISampleGrabber_GetCurrentBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_GetCurrentSample_Proxy( - ISampleGrabber* This, - IMediaSample **ppSample); -void __RPC_STUB ISampleGrabber_GetCurrentSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ISampleGrabber_SetCallback_Proxy( - ISampleGrabber* This, - ISampleGrabberCB *pCallback, - LONG WhichMethodToCallback); -void __RPC_STUB ISampleGrabber_SetCallback_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ISampleGrabber_INTERFACE_DEFINED__ */ @@ -444,59 +451,59 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMediaDet* This, + IMediaDet *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMediaDet* This); + IMediaDet *This); ULONG (STDMETHODCALLTYPE *Release)( - IMediaDet* This); + IMediaDet *This); /*** IMediaDet methods ***/ HRESULT (STDMETHODCALLTYPE *get_Filter)( - IMediaDet* This, + IMediaDet *This, IUnknown **pVal); HRESULT (STDMETHODCALLTYPE *put_Filter)( - IMediaDet* This, + IMediaDet *This, IUnknown *newVal); HRESULT (STDMETHODCALLTYPE *get_OutputStreams)( - IMediaDet* This, + IMediaDet *This, LONG *pVal); HRESULT (STDMETHODCALLTYPE *get_CurrentStream)( - IMediaDet* This, + IMediaDet *This, LONG *pVal); HRESULT (STDMETHODCALLTYPE *put_CurrentStream)( - IMediaDet* This, + IMediaDet *This, LONG newVal); HRESULT (STDMETHODCALLTYPE *get_StreamType)( - IMediaDet* This, + IMediaDet *This, GUID *pVal); HRESULT (STDMETHODCALLTYPE *get_StreamTypeB)( - IMediaDet* This, + IMediaDet *This, BSTR *pVal); HRESULT (STDMETHODCALLTYPE *get_StreamLength)( - IMediaDet* This, + IMediaDet *This, double *pVal); HRESULT (STDMETHODCALLTYPE *get_Filename)( - IMediaDet* This, + IMediaDet *This, BSTR *pVal); HRESULT (STDMETHODCALLTYPE *put_Filename)( - IMediaDet* This, + IMediaDet *This, BSTR newVal); HRESULT (STDMETHODCALLTYPE *GetBitmapBits)( - IMediaDet* This, + IMediaDet *This, double StreamTime, LONG *pBufferSize, char *pBuffer, @@ -504,30 +511,31 @@ LONG Height); HRESULT (STDMETHODCALLTYPE *WriteBitmapBits)( - IMediaDet* This, + IMediaDet *This, double StreamTime, LONG Width, LONG Height, BSTR Filename); HRESULT (STDMETHODCALLTYPE *get_StreamMediaType)( - IMediaDet* This, + IMediaDet *This, AM_MEDIA_TYPE *pVal); HRESULT (STDMETHODCALLTYPE *GetSampleGrabber)( - IMediaDet* This, + IMediaDet *This, ISampleGrabber **ppVal); HRESULT (STDMETHODCALLTYPE *get_FrameRate)( - IMediaDet* This, + IMediaDet *This, double *pVal); HRESULT (STDMETHODCALLTYPE *EnterBitmapGrabMode)( - IMediaDet* This, + IMediaDet *This, double SeekTime); END_INTERFACE } IMediaDetVtbl; + interface IMediaDet { CONST_VTBL IMediaDetVtbl* lpVtbl; }; @@ -620,141 +628,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMediaDet_get_Filter_Proxy( - IMediaDet* This, - IUnknown **pVal); -void __RPC_STUB IMediaDet_get_Filter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_put_Filter_Proxy( - IMediaDet* This, - IUnknown *newVal); -void __RPC_STUB IMediaDet_put_Filter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_OutputStreams_Proxy( - IMediaDet* This, - LONG *pVal); -void __RPC_STUB IMediaDet_get_OutputStreams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_CurrentStream_Proxy( - IMediaDet* This, - LONG *pVal); -void __RPC_STUB IMediaDet_get_CurrentStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_put_CurrentStream_Proxy( - IMediaDet* This, - LONG newVal); -void __RPC_STUB IMediaDet_put_CurrentStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_StreamType_Proxy( - IMediaDet* This, - GUID *pVal); -void __RPC_STUB IMediaDet_get_StreamType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_StreamTypeB_Proxy( - IMediaDet* This, - BSTR *pVal); -void __RPC_STUB IMediaDet_get_StreamTypeB_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_StreamLength_Proxy( - IMediaDet* This, - double *pVal); -void __RPC_STUB IMediaDet_get_StreamLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_Filename_Proxy( - IMediaDet* This, - BSTR *pVal); -void __RPC_STUB IMediaDet_get_Filename_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_put_Filename_Proxy( - IMediaDet* This, - BSTR newVal); -void __RPC_STUB IMediaDet_put_Filename_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_GetBitmapBits_Proxy( - IMediaDet* This, - double StreamTime, - LONG *pBufferSize, - char *pBuffer, - LONG Width, - LONG Height); -void __RPC_STUB IMediaDet_GetBitmapBits_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_WriteBitmapBits_Proxy( - IMediaDet* This, - double StreamTime, - LONG Width, - LONG Height, - BSTR Filename); -void __RPC_STUB IMediaDet_WriteBitmapBits_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_StreamMediaType_Proxy( - IMediaDet* This, - AM_MEDIA_TYPE *pVal); -void __RPC_STUB IMediaDet_get_StreamMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_GetSampleGrabber_Proxy( - IMediaDet* This, - ISampleGrabber **ppVal); -void __RPC_STUB IMediaDet_GetSampleGrabber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_get_FrameRate_Proxy( - IMediaDet* This, - double *pVal); -void __RPC_STUB IMediaDet_get_FrameRate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMediaDet_EnterBitmapGrabMode_Proxy( - IMediaDet* This, - double SeekTime); -void __RPC_STUB IMediaDet_EnterBitmapGrabMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMediaDet_INTERFACE_DEFINED__ */ @@ -771,21 +644,2067 @@ #endif #endif -enum { - E_NOTINTREE = 0x80040400, - E_RENDER_ENGINE_IS_BROKEN = 0x80040401, - E_MUST_INIT_RENDERER = 0x80040402, - E_NOTDETERMINED = 0x80040403, - E_NO_TIMELINE = 0x80040404, - S_WARN_OUTPUTRESET = 40404 +/***************************************************************************** + * IMediaLocator interface + */ +#ifndef __IMediaLocator_INTERFACE_DEFINED__ +#define __IMediaLocator_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMediaLocator, 0x288581e0, 0x66ce, 0x11d2, 0x91,0x8f, 0x00,0xc0,0xdf,0x10,0xd4,0x34); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("288581e0-66ce-11d2-918f-00c0df10d434") +IMediaLocator : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE FindMediaFile( + BSTR input, + BSTR filter, + BSTR *output, + LONG flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddFoundLocation( + BSTR dir) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMediaLocator, 0x288581e0, 0x66ce, 0x11d2, 0x91,0x8f, 0x00,0xc0,0xdf,0x10,0xd4,0x34) +#endif +#else +typedef struct IMediaLocatorVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMediaLocator *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMediaLocator *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMediaLocator *This); + + /*** IMediaLocator methods ***/ + HRESULT (STDMETHODCALLTYPE *FindMediaFile)( + IMediaLocator *This, + BSTR input, + BSTR filter, + BSTR *output, + LONG flags); + + HRESULT (STDMETHODCALLTYPE *AddFoundLocation)( + IMediaLocator *This, + BSTR dir); + + END_INTERFACE +} IMediaLocatorVtbl; + +interface IMediaLocator { + CONST_VTBL IMediaLocatorVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMediaLocator_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMediaLocator_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMediaLocator_Release(This) (This)->lpVtbl->Release(This) +/*** IMediaLocator methods ***/ +#define IMediaLocator_FindMediaFile(This,input,filter,output,flags) (This)->lpVtbl->FindMediaFile(This,input,filter,output,flags) +#define IMediaLocator_AddFoundLocation(This,dir) (This)->lpVtbl->AddFoundLocation(This,dir) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMediaLocator_QueryInterface(IMediaLocator* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMediaLocator_AddRef(IMediaLocator* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMediaLocator_Release(IMediaLocator* This) { + return This->lpVtbl->Release(This); +} +/*** IMediaLocator methods ***/ +static FORCEINLINE HRESULT IMediaLocator_FindMediaFile(IMediaLocator* This,BSTR input,BSTR filter,BSTR *output,LONG flags) { + return This->lpVtbl->FindMediaFile(This,input,filter,output,flags); +} +static FORCEINLINE HRESULT IMediaLocator_AddFoundLocation(IMediaLocator* This,BSTR dir) { + return This->lpVtbl->AddFoundLocation(This,dir); +} +#endif +#endif + +#endif + + +#endif /* __IMediaLocator_INTERFACE_DEFINED__ */ + +typedef struct __WIDL_qedit_generated_name_0000001E { + BSTR name; + DISPID dispID; + LONG nValues; +} DEXTER_PARAM; +typedef struct __WIDL_qedit_generated_name_0000001F { + VARIANT v; + REFERENCE_TIME rt; + DWORD dwInterp; +} DEXTER_VALUE; +/***************************************************************************** + * IPropertySetter interface + */ +#ifndef __IPropertySetter_INTERFACE_DEFINED__ +#define __IPropertySetter_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IPropertySetter, 0xae9472bd, 0xb0c3, 0x11d2, 0x8d,0x24, 0x00,0xa0,0xc9,0x44,0x1e,0x20); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ae9472bd-b0c3-11d2-8d24-00a0c9441e20") +IPropertySetter : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE LoadXML( + IUnknown *pxml) = 0; + + virtual HRESULT STDMETHODCALLTYPE PrintXML( + char *xml, + int size, + int *printed, + int indent) = 0; + + virtual HRESULT STDMETHODCALLTYPE CloneProps( + IPropertySetter **setter, + REFERENCE_TIME start, + REFERENCE_TIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddProp( + DEXTER_PARAM param, + DEXTER_VALUE *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetProps( + LONG *params, + DEXTER_PARAM **param, + DEXTER_VALUE **value) = 0; + + virtual HRESULT STDMETHODCALLTYPE FreeProps( + LONG params, + DEXTER_PARAM *param, + DEXTER_VALUE *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearProps( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SaveToBlob( + LONG *size, + BYTE **blob) = 0; + + virtual HRESULT STDMETHODCALLTYPE LoadFromBlob( + LONG size, + BYTE *blob) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetProps( + IUnknown *target, + REFERENCE_TIME now) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IPropertySetter, 0xae9472bd, 0xb0c3, 0x11d2, 0x8d,0x24, 0x00,0xa0,0xc9,0x44,0x1e,0x20) +#endif +#else +typedef struct IPropertySetterVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IPropertySetter *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IPropertySetter *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IPropertySetter *This); + + /*** IPropertySetter methods ***/ + HRESULT (STDMETHODCALLTYPE *LoadXML)( + IPropertySetter *This, + IUnknown *pxml); + + HRESULT (STDMETHODCALLTYPE *PrintXML)( + IPropertySetter *This, + char *xml, + int size, + int *printed, + int indent); + + HRESULT (STDMETHODCALLTYPE *CloneProps)( + IPropertySetter *This, + IPropertySetter **setter, + REFERENCE_TIME start, + REFERENCE_TIME stop); + + HRESULT (STDMETHODCALLTYPE *AddProp)( + IPropertySetter *This, + DEXTER_PARAM param, + DEXTER_VALUE *value); + + HRESULT (STDMETHODCALLTYPE *GetProps)( + IPropertySetter *This, + LONG *params, + DEXTER_PARAM **param, + DEXTER_VALUE **value); + + HRESULT (STDMETHODCALLTYPE *FreeProps)( + IPropertySetter *This, + LONG params, + DEXTER_PARAM *param, + DEXTER_VALUE *value); + + HRESULT (STDMETHODCALLTYPE *ClearProps)( + IPropertySetter *This); + + HRESULT (STDMETHODCALLTYPE *SaveToBlob)( + IPropertySetter *This, + LONG *size, + BYTE **blob); + + HRESULT (STDMETHODCALLTYPE *LoadFromBlob)( + IPropertySetter *This, + LONG size, + BYTE *blob); + + HRESULT (STDMETHODCALLTYPE *SetProps)( + IPropertySetter *This, + IUnknown *target, + REFERENCE_TIME now); + + END_INTERFACE +} IPropertySetterVtbl; + +interface IPropertySetter { + CONST_VTBL IPropertySetterVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IPropertySetter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IPropertySetter_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IPropertySetter_Release(This) (This)->lpVtbl->Release(This) +/*** IPropertySetter methods ***/ +#define IPropertySetter_LoadXML(This,pxml) (This)->lpVtbl->LoadXML(This,pxml) +#define IPropertySetter_PrintXML(This,xml,size,printed,indent) (This)->lpVtbl->PrintXML(This,xml,size,printed,indent) +#define IPropertySetter_CloneProps(This,setter,start,stop) (This)->lpVtbl->CloneProps(This,setter,start,stop) +#define IPropertySetter_AddProp(This,param,value) (This)->lpVtbl->AddProp(This,param,value) +#define IPropertySetter_GetProps(This,params,param,value) (This)->lpVtbl->GetProps(This,params,param,value) +#define IPropertySetter_FreeProps(This,params,param,value) (This)->lpVtbl->FreeProps(This,params,param,value) +#define IPropertySetter_ClearProps(This) (This)->lpVtbl->ClearProps(This) +#define IPropertySetter_SaveToBlob(This,size,blob) (This)->lpVtbl->SaveToBlob(This,size,blob) +#define IPropertySetter_LoadFromBlob(This,size,blob) (This)->lpVtbl->LoadFromBlob(This,size,blob) +#define IPropertySetter_SetProps(This,target,now) (This)->lpVtbl->SetProps(This,target,now) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IPropertySetter_QueryInterface(IPropertySetter* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IPropertySetter_AddRef(IPropertySetter* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IPropertySetter_Release(IPropertySetter* This) { + return This->lpVtbl->Release(This); +} +/*** IPropertySetter methods ***/ +static FORCEINLINE HRESULT IPropertySetter_LoadXML(IPropertySetter* This,IUnknown *pxml) { + return This->lpVtbl->LoadXML(This,pxml); +} +static FORCEINLINE HRESULT IPropertySetter_PrintXML(IPropertySetter* This,char *xml,int size,int *printed,int indent) { + return This->lpVtbl->PrintXML(This,xml,size,printed,indent); +} +static FORCEINLINE HRESULT IPropertySetter_CloneProps(IPropertySetter* This,IPropertySetter **setter,REFERENCE_TIME start,REFERENCE_TIME stop) { + return This->lpVtbl->CloneProps(This,setter,start,stop); +} +static FORCEINLINE HRESULT IPropertySetter_AddProp(IPropertySetter* This,DEXTER_PARAM param,DEXTER_VALUE *value) { + return This->lpVtbl->AddProp(This,param,value); +} +static FORCEINLINE HRESULT IPropertySetter_GetProps(IPropertySetter* This,LONG *params,DEXTER_PARAM **param,DEXTER_VALUE **value) { + return This->lpVtbl->GetProps(This,params,param,value); +} +static FORCEINLINE HRESULT IPropertySetter_FreeProps(IPropertySetter* This,LONG params,DEXTER_PARAM *param,DEXTER_VALUE *value) { + return This->lpVtbl->FreeProps(This,params,param,value); +} +static FORCEINLINE HRESULT IPropertySetter_ClearProps(IPropertySetter* This) { + return This->lpVtbl->ClearProps(This); +} +static FORCEINLINE HRESULT IPropertySetter_SaveToBlob(IPropertySetter* This,LONG *size,BYTE **blob) { + return This->lpVtbl->SaveToBlob(This,size,blob); +} +static FORCEINLINE HRESULT IPropertySetter_LoadFromBlob(IPropertySetter* This,LONG size,BYTE *blob) { + return This->lpVtbl->LoadFromBlob(This,size,blob); +} +static FORCEINLINE HRESULT IPropertySetter_SetProps(IPropertySetter* This,IUnknown *target,REFERENCE_TIME now) { + return This->lpVtbl->SetProps(This,target,now); +} +#endif +#endif + +#endif + + +#endif /* __IPropertySetter_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAMErrorLog interface + */ +#ifndef __IAMErrorLog_INTERFACE_DEFINED__ +#define __IAMErrorLog_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMErrorLog, 0xe43e73a2, 0x0efa, 0x11d3, 0x96,0x01, 0x00,0xa0,0xc9,0x44,0x1e,0x20); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("e43e73a2-0efa-11d3-9601-00a0c9441e20") +IAMErrorLog : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE LogError( + LONG severity, + BSTR error_str, + LONG error_code, + LONG hresult, + VARIANT *extra) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMErrorLog, 0xe43e73a2, 0x0efa, 0x11d3, 0x96,0x01, 0x00,0xa0,0xc9,0x44,0x1e,0x20) +#endif +#else +typedef struct IAMErrorLogVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMErrorLog *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMErrorLog *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMErrorLog *This); + + /*** IAMErrorLog methods ***/ + HRESULT (STDMETHODCALLTYPE *LogError)( + IAMErrorLog *This, + LONG severity, + BSTR error_str, + LONG error_code, + LONG hresult, + VARIANT *extra); + + END_INTERFACE +} IAMErrorLogVtbl; + +interface IAMErrorLog { + CONST_VTBL IAMErrorLogVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMErrorLog_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMErrorLog_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMErrorLog_Release(This) (This)->lpVtbl->Release(This) +/*** IAMErrorLog methods ***/ +#define IAMErrorLog_LogError(This,severity,error_str,error_code,hresult,extra) (This)->lpVtbl->LogError(This,severity,error_str,error_code,hresult,extra) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMErrorLog_QueryInterface(IAMErrorLog* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMErrorLog_AddRef(IAMErrorLog* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMErrorLog_Release(IAMErrorLog* This) { + return This->lpVtbl->Release(This); +} +/*** IAMErrorLog methods ***/ +static FORCEINLINE HRESULT IAMErrorLog_LogError(IAMErrorLog* This,LONG severity,BSTR error_str,LONG error_code,LONG hresult,VARIANT *extra) { + return This->lpVtbl->LogError(This,severity,error_str,error_code,hresult,extra); +} +#endif +#endif + +#endif + + +#endif /* __IAMErrorLog_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAMSetErrorLog interface + */ +#ifndef __IAMSetErrorLog_INTERFACE_DEFINED__ +#define __IAMSetErrorLog_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMSetErrorLog, 0x963566da, 0xbe21, 0x4eaf, 0x88,0xe9, 0x35,0x70,0x4f,0x8f,0x52,0xa1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("963566da-be21-4eaf-88e9-35704f8f52a1") +IAMSetErrorLog : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE get_ErrorLog( + IAMErrorLog **log) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ErrorLog( + IAMErrorLog *log) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMSetErrorLog, 0x963566da, 0xbe21, 0x4eaf, 0x88,0xe9, 0x35,0x70,0x4f,0x8f,0x52,0xa1) +#endif +#else +typedef struct IAMSetErrorLogVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMSetErrorLog *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMSetErrorLog *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMSetErrorLog *This); + + /*** IAMSetErrorLog methods ***/ + HRESULT (STDMETHODCALLTYPE *get_ErrorLog)( + IAMSetErrorLog *This, + IAMErrorLog **log); + + HRESULT (STDMETHODCALLTYPE *put_ErrorLog)( + IAMSetErrorLog *This, + IAMErrorLog *log); + + END_INTERFACE +} IAMSetErrorLogVtbl; + +interface IAMSetErrorLog { + CONST_VTBL IAMSetErrorLogVtbl* lpVtbl; }; +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMSetErrorLog_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMSetErrorLog_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMSetErrorLog_Release(This) (This)->lpVtbl->Release(This) +/*** IAMSetErrorLog methods ***/ +#define IAMSetErrorLog_get_ErrorLog(This,log) (This)->lpVtbl->get_ErrorLog(This,log) +#define IAMSetErrorLog_put_ErrorLog(This,log) (This)->lpVtbl->put_ErrorLog(This,log) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMSetErrorLog_QueryInterface(IAMSetErrorLog* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMSetErrorLog_AddRef(IAMSetErrorLog* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMSetErrorLog_Release(IAMSetErrorLog* This) { + return This->lpVtbl->Release(This); +} +/*** IAMSetErrorLog methods ***/ +static FORCEINLINE HRESULT IAMSetErrorLog_get_ErrorLog(IAMSetErrorLog* This,IAMErrorLog **log) { + return This->lpVtbl->get_ErrorLog(This,log); +} +static FORCEINLINE HRESULT IAMSetErrorLog_put_ErrorLog(IAMSetErrorLog* This,IAMErrorLog *log) { + return This->lpVtbl->put_ErrorLog(This,log); +} +#endif +#endif + +#endif + + +#endif /* __IAMSetErrorLog_INTERFACE_DEFINED__ */ + +#ifndef __IAMTimeline_FWD_DEFINED__ +#define __IAMTimeline_FWD_DEFINED__ +typedef interface IAMTimeline IAMTimeline; +#ifdef __cplusplus +interface IAMTimeline; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimelineGroup_FWD_DEFINED__ +#define __IAMTimelineGroup_FWD_DEFINED__ +typedef interface IAMTimelineGroup IAMTimelineGroup; +#ifdef __cplusplus +interface IAMTimelineGroup; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimelineObj_FWD_DEFINED__ +#define __IAMTimelineObj_FWD_DEFINED__ +typedef interface IAMTimelineObj IAMTimelineObj; +#ifdef __cplusplus +interface IAMTimelineObj; +#endif /* __cplusplus */ +#endif + +#ifndef __IAMTimelineSrc_FWD_DEFINED__ +#define __IAMTimelineSrc_FWD_DEFINED__ +typedef interface IAMTimelineSrc IAMTimelineSrc; +#ifdef __cplusplus +interface IAMTimelineSrc; +#endif /* __cplusplus */ +#endif + +typedef enum __WIDL_qedit_generated_name_00000020 { + TIMELINE_MAJOR_TYPE_COMPOSITE = 1, + TIMELINE_MAJOR_TYPE_TRACK = 2, + TIMELINE_MAJOR_TYPE_SOURCE = 4, + TIMELINE_MAJOR_TYPE_TRANSITION = 8, + TIMELINE_MAJOR_TYPE_EFFECT = 16, + TIMELINE_MAJOR_TYPE_GROUP = 128 +} TIMELINE_MAJOR_TYPE; +/***************************************************************************** + * IAMTimeline interface + */ +#ifndef __IAMTimeline_INTERFACE_DEFINED__ +#define __IAMTimeline_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMTimeline, 0x78530b74, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("78530b74-61f9-11d2-8cad-00a024580902") +IAMTimeline : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateEmptyNode( + IAMTimelineObj **obj, + TIMELINE_MAJOR_TYPE type) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddGroup( + IAMTimelineObj *group) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemGroupFromList( + IAMTimelineObj *group) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGroup( + IAMTimelineObj **group, + LONG index) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGroupCount( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearAllGroups( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInsertMode( + LONG *mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInsertMode( + LONG mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE EnableTransitions( + WINBOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE TransitionsEnabled( + WINBOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE EnableEffects( + WINBOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE EffectsEnabled( + WINBOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInterestRange( + REFERENCE_TIME start, + REFERENCE_TIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + REFERENCE_TIME *duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration2( + double *duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultFPS( + double fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultFPS( + double *fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsDirty( + WINBOOL *dirty) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDirtyRange( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCountOfType( + LONG group, + LONG *value, + LONG *value_with_comps, + TIMELINE_MAJOR_TYPE type) = 0; + + virtual HRESULT STDMETHODCALLTYPE ValidateSourceNames( + LONG flags, + IMediaLocator *override, + LONG_PTR notify_event) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultTransition( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultTransition( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultEffect( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultEffect( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultTransitionB( + BSTR guidb) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultTransitionB( + BSTR *guidb) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultEffectB( + BSTR guidb) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultEffectB( + BSTR *guidb) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMTimeline, 0x78530b74, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02) +#endif +#else +typedef struct IAMTimelineVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMTimeline *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMTimeline *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMTimeline *This); + + /*** IAMTimeline methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateEmptyNode)( + IAMTimeline *This, + IAMTimelineObj **obj, + TIMELINE_MAJOR_TYPE type); + + HRESULT (STDMETHODCALLTYPE *AddGroup)( + IAMTimeline *This, + IAMTimelineObj *group); + + HRESULT (STDMETHODCALLTYPE *RemGroupFromList)( + IAMTimeline *This, + IAMTimelineObj *group); + + HRESULT (STDMETHODCALLTYPE *GetGroup)( + IAMTimeline *This, + IAMTimelineObj **group, + LONG index); + + HRESULT (STDMETHODCALLTYPE *GetGroupCount)( + IAMTimeline *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *ClearAllGroups)( + IAMTimeline *This); + + HRESULT (STDMETHODCALLTYPE *GetInsertMode)( + IAMTimeline *This, + LONG *mode); + + HRESULT (STDMETHODCALLTYPE *SetInsertMode)( + IAMTimeline *This, + LONG mode); + + HRESULT (STDMETHODCALLTYPE *EnableTransitions)( + IAMTimeline *This, + WINBOOL enabled); + + HRESULT (STDMETHODCALLTYPE *TransitionsEnabled)( + IAMTimeline *This, + WINBOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *EnableEffects)( + IAMTimeline *This, + WINBOOL enabled); + + HRESULT (STDMETHODCALLTYPE *EffectsEnabled)( + IAMTimeline *This, + WINBOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *SetInterestRange)( + IAMTimeline *This, + REFERENCE_TIME start, + REFERENCE_TIME stop); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IAMTimeline *This, + REFERENCE_TIME *duration); + + HRESULT (STDMETHODCALLTYPE *GetDuration2)( + IAMTimeline *This, + double *duration); + + HRESULT (STDMETHODCALLTYPE *SetDefaultFPS)( + IAMTimeline *This, + double fps); + + HRESULT (STDMETHODCALLTYPE *GetDefaultFPS)( + IAMTimeline *This, + double *fps); + + HRESULT (STDMETHODCALLTYPE *IsDirty)( + IAMTimeline *This, + WINBOOL *dirty); + + HRESULT (STDMETHODCALLTYPE *GetDirtyRange)( + IAMTimeline *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *GetCountOfType)( + IAMTimeline *This, + LONG group, + LONG *value, + LONG *value_with_comps, + TIMELINE_MAJOR_TYPE type); + + HRESULT (STDMETHODCALLTYPE *ValidateSourceNames)( + IAMTimeline *This, + LONG flags, + IMediaLocator *override, + LONG_PTR notify_event); + + HRESULT (STDMETHODCALLTYPE *SetDefaultTransition)( + IAMTimeline *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *GetDefaultTransition)( + IAMTimeline *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *SetDefaultEffect)( + IAMTimeline *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *GetDefaultEffect)( + IAMTimeline *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *SetDefaultTransitionB)( + IAMTimeline *This, + BSTR guidb); + + HRESULT (STDMETHODCALLTYPE *GetDefaultTransitionB)( + IAMTimeline *This, + BSTR *guidb); + + HRESULT (STDMETHODCALLTYPE *SetDefaultEffectB)( + IAMTimeline *This, + BSTR guidb); + + HRESULT (STDMETHODCALLTYPE *GetDefaultEffectB)( + IAMTimeline *This, + BSTR *guidb); + + END_INTERFACE +} IAMTimelineVtbl; + +interface IAMTimeline { + CONST_VTBL IAMTimelineVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMTimeline_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMTimeline_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMTimeline_Release(This) (This)->lpVtbl->Release(This) +/*** IAMTimeline methods ***/ +#define IAMTimeline_CreateEmptyNode(This,obj,type) (This)->lpVtbl->CreateEmptyNode(This,obj,type) +#define IAMTimeline_AddGroup(This,group) (This)->lpVtbl->AddGroup(This,group) +#define IAMTimeline_RemGroupFromList(This,group) (This)->lpVtbl->RemGroupFromList(This,group) +#define IAMTimeline_GetGroup(This,group,index) (This)->lpVtbl->GetGroup(This,group,index) +#define IAMTimeline_GetGroupCount(This,count) (This)->lpVtbl->GetGroupCount(This,count) +#define IAMTimeline_ClearAllGroups(This) (This)->lpVtbl->ClearAllGroups(This) +#define IAMTimeline_GetInsertMode(This,mode) (This)->lpVtbl->GetInsertMode(This,mode) +#define IAMTimeline_SetInsertMode(This,mode) (This)->lpVtbl->SetInsertMode(This,mode) +#define IAMTimeline_EnableTransitions(This,enabled) (This)->lpVtbl->EnableTransitions(This,enabled) +#define IAMTimeline_TransitionsEnabled(This,enabled) (This)->lpVtbl->TransitionsEnabled(This,enabled) +#define IAMTimeline_EnableEffects(This,enabled) (This)->lpVtbl->EnableEffects(This,enabled) +#define IAMTimeline_EffectsEnabled(This,enabled) (This)->lpVtbl->EffectsEnabled(This,enabled) +#define IAMTimeline_SetInterestRange(This,start,stop) (This)->lpVtbl->SetInterestRange(This,start,stop) +#define IAMTimeline_GetDuration(This,duration) (This)->lpVtbl->GetDuration(This,duration) +#define IAMTimeline_GetDuration2(This,duration) (This)->lpVtbl->GetDuration2(This,duration) +#define IAMTimeline_SetDefaultFPS(This,fps) (This)->lpVtbl->SetDefaultFPS(This,fps) +#define IAMTimeline_GetDefaultFPS(This,fps) (This)->lpVtbl->GetDefaultFPS(This,fps) +#define IAMTimeline_IsDirty(This,dirty) (This)->lpVtbl->IsDirty(This,dirty) +#define IAMTimeline_GetDirtyRange(This,start,stop) (This)->lpVtbl->GetDirtyRange(This,start,stop) +#define IAMTimeline_GetCountOfType(This,group,value,value_with_comps,type) (This)->lpVtbl->GetCountOfType(This,group,value,value_with_comps,type) +#define IAMTimeline_ValidateSourceNames(This,flags,override,notify_event) (This)->lpVtbl->ValidateSourceNames(This,flags,override,notify_event) +#define IAMTimeline_SetDefaultTransition(This,guid) (This)->lpVtbl->SetDefaultTransition(This,guid) +#define IAMTimeline_GetDefaultTransition(This,guid) (This)->lpVtbl->GetDefaultTransition(This,guid) +#define IAMTimeline_SetDefaultEffect(This,guid) (This)->lpVtbl->SetDefaultEffect(This,guid) +#define IAMTimeline_GetDefaultEffect(This,guid) (This)->lpVtbl->GetDefaultEffect(This,guid) +#define IAMTimeline_SetDefaultTransitionB(This,guidb) (This)->lpVtbl->SetDefaultTransitionB(This,guidb) +#define IAMTimeline_GetDefaultTransitionB(This,guidb) (This)->lpVtbl->GetDefaultTransitionB(This,guidb) +#define IAMTimeline_SetDefaultEffectB(This,guidb) (This)->lpVtbl->SetDefaultEffectB(This,guidb) +#define IAMTimeline_GetDefaultEffectB(This,guidb) (This)->lpVtbl->GetDefaultEffectB(This,guidb) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMTimeline_QueryInterface(IAMTimeline* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMTimeline_AddRef(IAMTimeline* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMTimeline_Release(IAMTimeline* This) { + return This->lpVtbl->Release(This); +} +/*** IAMTimeline methods ***/ +static FORCEINLINE HRESULT IAMTimeline_CreateEmptyNode(IAMTimeline* This,IAMTimelineObj **obj,TIMELINE_MAJOR_TYPE type) { + return This->lpVtbl->CreateEmptyNode(This,obj,type); +} +static FORCEINLINE HRESULT IAMTimeline_AddGroup(IAMTimeline* This,IAMTimelineObj *group) { + return This->lpVtbl->AddGroup(This,group); +} +static FORCEINLINE HRESULT IAMTimeline_RemGroupFromList(IAMTimeline* This,IAMTimelineObj *group) { + return This->lpVtbl->RemGroupFromList(This,group); +} +static FORCEINLINE HRESULT IAMTimeline_GetGroup(IAMTimeline* This,IAMTimelineObj **group,LONG index) { + return This->lpVtbl->GetGroup(This,group,index); +} +static FORCEINLINE HRESULT IAMTimeline_GetGroupCount(IAMTimeline* This,LONG *count) { + return This->lpVtbl->GetGroupCount(This,count); +} +static FORCEINLINE HRESULT IAMTimeline_ClearAllGroups(IAMTimeline* This) { + return This->lpVtbl->ClearAllGroups(This); +} +static FORCEINLINE HRESULT IAMTimeline_GetInsertMode(IAMTimeline* This,LONG *mode) { + return This->lpVtbl->GetInsertMode(This,mode); +} +static FORCEINLINE HRESULT IAMTimeline_SetInsertMode(IAMTimeline* This,LONG mode) { + return This->lpVtbl->SetInsertMode(This,mode); +} +static FORCEINLINE HRESULT IAMTimeline_EnableTransitions(IAMTimeline* This,WINBOOL enabled) { + return This->lpVtbl->EnableTransitions(This,enabled); +} +static FORCEINLINE HRESULT IAMTimeline_TransitionsEnabled(IAMTimeline* This,WINBOOL *enabled) { + return This->lpVtbl->TransitionsEnabled(This,enabled); +} +static FORCEINLINE HRESULT IAMTimeline_EnableEffects(IAMTimeline* This,WINBOOL enabled) { + return This->lpVtbl->EnableEffects(This,enabled); +} +static FORCEINLINE HRESULT IAMTimeline_EffectsEnabled(IAMTimeline* This,WINBOOL *enabled) { + return This->lpVtbl->EffectsEnabled(This,enabled); +} +static FORCEINLINE HRESULT IAMTimeline_SetInterestRange(IAMTimeline* This,REFERENCE_TIME start,REFERENCE_TIME stop) { + return This->lpVtbl->SetInterestRange(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimeline_GetDuration(IAMTimeline* This,REFERENCE_TIME *duration) { + return This->lpVtbl->GetDuration(This,duration); +} +static FORCEINLINE HRESULT IAMTimeline_GetDuration2(IAMTimeline* This,double *duration) { + return This->lpVtbl->GetDuration2(This,duration); +} +static FORCEINLINE HRESULT IAMTimeline_SetDefaultFPS(IAMTimeline* This,double fps) { + return This->lpVtbl->SetDefaultFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimeline_GetDefaultFPS(IAMTimeline* This,double *fps) { + return This->lpVtbl->GetDefaultFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimeline_IsDirty(IAMTimeline* This,WINBOOL *dirty) { + return This->lpVtbl->IsDirty(This,dirty); +} +static FORCEINLINE HRESULT IAMTimeline_GetDirtyRange(IAMTimeline* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->GetDirtyRange(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimeline_GetCountOfType(IAMTimeline* This,LONG group,LONG *value,LONG *value_with_comps,TIMELINE_MAJOR_TYPE type) { + return This->lpVtbl->GetCountOfType(This,group,value,value_with_comps,type); +} +static FORCEINLINE HRESULT IAMTimeline_ValidateSourceNames(IAMTimeline* This,LONG flags,IMediaLocator *override,LONG_PTR notify_event) { + return This->lpVtbl->ValidateSourceNames(This,flags,override,notify_event); +} +static FORCEINLINE HRESULT IAMTimeline_SetDefaultTransition(IAMTimeline* This,GUID *guid) { + return This->lpVtbl->SetDefaultTransition(This,guid); +} +static FORCEINLINE HRESULT IAMTimeline_GetDefaultTransition(IAMTimeline* This,GUID *guid) { + return This->lpVtbl->GetDefaultTransition(This,guid); +} +static FORCEINLINE HRESULT IAMTimeline_SetDefaultEffect(IAMTimeline* This,GUID *guid) { + return This->lpVtbl->SetDefaultEffect(This,guid); +} +static FORCEINLINE HRESULT IAMTimeline_GetDefaultEffect(IAMTimeline* This,GUID *guid) { + return This->lpVtbl->GetDefaultEffect(This,guid); +} +static FORCEINLINE HRESULT IAMTimeline_SetDefaultTransitionB(IAMTimeline* This,BSTR guidb) { + return This->lpVtbl->SetDefaultTransitionB(This,guidb); +} +static FORCEINLINE HRESULT IAMTimeline_GetDefaultTransitionB(IAMTimeline* This,BSTR *guidb) { + return This->lpVtbl->GetDefaultTransitionB(This,guidb); +} +static FORCEINLINE HRESULT IAMTimeline_SetDefaultEffectB(IAMTimeline* This,BSTR guidb) { + return This->lpVtbl->SetDefaultEffectB(This,guidb); +} +static FORCEINLINE HRESULT IAMTimeline_GetDefaultEffectB(IAMTimeline* This,BSTR *guidb) { + return This->lpVtbl->GetDefaultEffectB(This,guidb); +} +#endif +#endif + +#endif + + +#endif /* __IAMTimeline_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * AMTimeline coclass + */ + +DEFINE_GUID(CLSID_AMTimeline, 0x78530b75, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02); + +#ifdef __cplusplus +class DECLSPEC_UUID("78530b75-61f9-11d2-8cad-00a024580902") AMTimeline; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(AMTimeline, 0x78530b75, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02) +#endif +#endif + +/***************************************************************************** + * IAMTimelineGroup interface + */ +#ifndef __IAMTimelineGroup_INTERFACE_DEFINED__ +#define __IAMTimelineGroup_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMTimelineGroup, 0x9eed4f00, 0xb8a6, 0x11d2, 0x80,0x23, 0x00,0xc0,0xdf,0x10,0xd4,0x34); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9eed4f00-b8a6-11d2-8023-00c0df10d434") +IAMTimelineGroup : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetTimeline( + IAMTimeline *timeline) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTimeline( + IAMTimeline **timeline) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPriority( + LONG *priority) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaType( + AM_MEDIA_TYPE *a) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaType( + AM_MEDIA_TYPE *a) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputFPS( + double fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputFPS( + double *fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetGroupName( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGroupName( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetPreviewMode( + WINBOOL preview) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviewMode( + WINBOOL *preview) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaTypeForVB( + LONG type) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputBuffering( + int *buffer) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputBuffering( + int buffer) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSmartRecompressFormat( + LONG *format) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSmartRecompressFormat( + LONG **format) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsSmartRecompressFormatSet( + WINBOOL *set) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsRecompressFormatDirty( + WINBOOL *dirty) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearRecompressFormatDirty( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRecompFormatFromSource( + IAMTimelineSrc *source) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMTimelineGroup, 0x9eed4f00, 0xb8a6, 0x11d2, 0x80,0x23, 0x00,0xc0,0xdf,0x10,0xd4,0x34) +#endif +#else +typedef struct IAMTimelineGroupVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMTimelineGroup *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMTimelineGroup *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMTimelineGroup *This); + + /*** IAMTimelineGroup methods ***/ + HRESULT (STDMETHODCALLTYPE *SetTimeline)( + IAMTimelineGroup *This, + IAMTimeline *timeline); + + HRESULT (STDMETHODCALLTYPE *GetTimeline)( + IAMTimelineGroup *This, + IAMTimeline **timeline); + + HRESULT (STDMETHODCALLTYPE *GetPriority)( + IAMTimelineGroup *This, + LONG *priority); + + HRESULT (STDMETHODCALLTYPE *GetMediaType)( + IAMTimelineGroup *This, + AM_MEDIA_TYPE *a); + + HRESULT (STDMETHODCALLTYPE *SetMediaType)( + IAMTimelineGroup *This, + AM_MEDIA_TYPE *a); + + HRESULT (STDMETHODCALLTYPE *SetOutputFPS)( + IAMTimelineGroup *This, + double fps); + + HRESULT (STDMETHODCALLTYPE *GetOutputFPS)( + IAMTimelineGroup *This, + double *fps); + + HRESULT (STDMETHODCALLTYPE *SetGroupName)( + IAMTimelineGroup *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *GetGroupName)( + IAMTimelineGroup *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *SetPreviewMode)( + IAMTimelineGroup *This, + WINBOOL preview); + + HRESULT (STDMETHODCALLTYPE *GetPreviewMode)( + IAMTimelineGroup *This, + WINBOOL *preview); + + HRESULT (STDMETHODCALLTYPE *SetMediaTypeForVB)( + IAMTimelineGroup *This, + LONG type); + + HRESULT (STDMETHODCALLTYPE *GetOutputBuffering)( + IAMTimelineGroup *This, + int *buffer); + + HRESULT (STDMETHODCALLTYPE *SetOutputBuffering)( + IAMTimelineGroup *This, + int buffer); + + HRESULT (STDMETHODCALLTYPE *SetSmartRecompressFormat)( + IAMTimelineGroup *This, + LONG *format); + + HRESULT (STDMETHODCALLTYPE *GetSmartRecompressFormat)( + IAMTimelineGroup *This, + LONG **format); + + HRESULT (STDMETHODCALLTYPE *IsSmartRecompressFormatSet)( + IAMTimelineGroup *This, + WINBOOL *set); + + HRESULT (STDMETHODCALLTYPE *IsRecompressFormatDirty)( + IAMTimelineGroup *This, + WINBOOL *dirty); + + HRESULT (STDMETHODCALLTYPE *ClearRecompressFormatDirty)( + IAMTimelineGroup *This); + + HRESULT (STDMETHODCALLTYPE *SetRecompFormatFromSource)( + IAMTimelineGroup *This, + IAMTimelineSrc *source); + + END_INTERFACE +} IAMTimelineGroupVtbl; + +interface IAMTimelineGroup { + CONST_VTBL IAMTimelineGroupVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMTimelineGroup_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMTimelineGroup_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMTimelineGroup_Release(This) (This)->lpVtbl->Release(This) +/*** IAMTimelineGroup methods ***/ +#define IAMTimelineGroup_SetTimeline(This,timeline) (This)->lpVtbl->SetTimeline(This,timeline) +#define IAMTimelineGroup_GetTimeline(This,timeline) (This)->lpVtbl->GetTimeline(This,timeline) +#define IAMTimelineGroup_GetPriority(This,priority) (This)->lpVtbl->GetPriority(This,priority) +#define IAMTimelineGroup_GetMediaType(This,a) (This)->lpVtbl->GetMediaType(This,a) +#define IAMTimelineGroup_SetMediaType(This,a) (This)->lpVtbl->SetMediaType(This,a) +#define IAMTimelineGroup_SetOutputFPS(This,fps) (This)->lpVtbl->SetOutputFPS(This,fps) +#define IAMTimelineGroup_GetOutputFPS(This,fps) (This)->lpVtbl->GetOutputFPS(This,fps) +#define IAMTimelineGroup_SetGroupName(This,name) (This)->lpVtbl->SetGroupName(This,name) +#define IAMTimelineGroup_GetGroupName(This,name) (This)->lpVtbl->GetGroupName(This,name) +#define IAMTimelineGroup_SetPreviewMode(This,preview) (This)->lpVtbl->SetPreviewMode(This,preview) +#define IAMTimelineGroup_GetPreviewMode(This,preview) (This)->lpVtbl->GetPreviewMode(This,preview) +#define IAMTimelineGroup_SetMediaTypeForVB(This,type) (This)->lpVtbl->SetMediaTypeForVB(This,type) +#define IAMTimelineGroup_GetOutputBuffering(This,buffer) (This)->lpVtbl->GetOutputBuffering(This,buffer) +#define IAMTimelineGroup_SetOutputBuffering(This,buffer) (This)->lpVtbl->SetOutputBuffering(This,buffer) +#define IAMTimelineGroup_SetSmartRecompressFormat(This,format) (This)->lpVtbl->SetSmartRecompressFormat(This,format) +#define IAMTimelineGroup_GetSmartRecompressFormat(This,format) (This)->lpVtbl->GetSmartRecompressFormat(This,format) +#define IAMTimelineGroup_IsSmartRecompressFormatSet(This,set) (This)->lpVtbl->IsSmartRecompressFormatSet(This,set) +#define IAMTimelineGroup_IsRecompressFormatDirty(This,dirty) (This)->lpVtbl->IsRecompressFormatDirty(This,dirty) +#define IAMTimelineGroup_ClearRecompressFormatDirty(This) (This)->lpVtbl->ClearRecompressFormatDirty(This) +#define IAMTimelineGroup_SetRecompFormatFromSource(This,source) (This)->lpVtbl->SetRecompFormatFromSource(This,source) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMTimelineGroup_QueryInterface(IAMTimelineGroup* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMTimelineGroup_AddRef(IAMTimelineGroup* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMTimelineGroup_Release(IAMTimelineGroup* This) { + return This->lpVtbl->Release(This); +} +/*** IAMTimelineGroup methods ***/ +static FORCEINLINE HRESULT IAMTimelineGroup_SetTimeline(IAMTimelineGroup* This,IAMTimeline *timeline) { + return This->lpVtbl->SetTimeline(This,timeline); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetTimeline(IAMTimelineGroup* This,IAMTimeline **timeline) { + return This->lpVtbl->GetTimeline(This,timeline); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetPriority(IAMTimelineGroup* This,LONG *priority) { + return This->lpVtbl->GetPriority(This,priority); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetMediaType(IAMTimelineGroup* This,AM_MEDIA_TYPE *a) { + return This->lpVtbl->GetMediaType(This,a); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetMediaType(IAMTimelineGroup* This,AM_MEDIA_TYPE *a) { + return This->lpVtbl->SetMediaType(This,a); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetOutputFPS(IAMTimelineGroup* This,double fps) { + return This->lpVtbl->SetOutputFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetOutputFPS(IAMTimelineGroup* This,double *fps) { + return This->lpVtbl->GetOutputFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetGroupName(IAMTimelineGroup* This,BSTR name) { + return This->lpVtbl->SetGroupName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetGroupName(IAMTimelineGroup* This,BSTR *name) { + return This->lpVtbl->GetGroupName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetPreviewMode(IAMTimelineGroup* This,WINBOOL preview) { + return This->lpVtbl->SetPreviewMode(This,preview); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetPreviewMode(IAMTimelineGroup* This,WINBOOL *preview) { + return This->lpVtbl->GetPreviewMode(This,preview); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetMediaTypeForVB(IAMTimelineGroup* This,LONG type) { + return This->lpVtbl->SetMediaTypeForVB(This,type); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetOutputBuffering(IAMTimelineGroup* This,int *buffer) { + return This->lpVtbl->GetOutputBuffering(This,buffer); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetOutputBuffering(IAMTimelineGroup* This,int buffer) { + return This->lpVtbl->SetOutputBuffering(This,buffer); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetSmartRecompressFormat(IAMTimelineGroup* This,LONG *format) { + return This->lpVtbl->SetSmartRecompressFormat(This,format); +} +static FORCEINLINE HRESULT IAMTimelineGroup_GetSmartRecompressFormat(IAMTimelineGroup* This,LONG **format) { + return This->lpVtbl->GetSmartRecompressFormat(This,format); +} +static FORCEINLINE HRESULT IAMTimelineGroup_IsSmartRecompressFormatSet(IAMTimelineGroup* This,WINBOOL *set) { + return This->lpVtbl->IsSmartRecompressFormatSet(This,set); +} +static FORCEINLINE HRESULT IAMTimelineGroup_IsRecompressFormatDirty(IAMTimelineGroup* This,WINBOOL *dirty) { + return This->lpVtbl->IsRecompressFormatDirty(This,dirty); +} +static FORCEINLINE HRESULT IAMTimelineGroup_ClearRecompressFormatDirty(IAMTimelineGroup* This) { + return This->lpVtbl->ClearRecompressFormatDirty(This); +} +static FORCEINLINE HRESULT IAMTimelineGroup_SetRecompFormatFromSource(IAMTimelineGroup* This,IAMTimelineSrc *source) { + return This->lpVtbl->SetRecompFormatFromSource(This,source); +} +#endif +#endif + +#endif + + +#endif /* __IAMTimelineGroup_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAMTimelineObj interface + */ +#ifndef __IAMTimelineObj_INTERFACE_DEFINED__ +#define __IAMTimelineObj_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMTimelineObj, 0x78530b77, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("78530b77-61f9-11d2-8cad-00a024580902") +IAMTimelineObj : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetStartStop( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStartStop2( + REFTIME *start, + REFTIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE FixTimes( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE FixTimes2( + REFTIME *start, + REFTIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStartStop( + REFERENCE_TIME start, + REFERENCE_TIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStartStop2( + REFTIME start, + REFTIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPropertySetter( + IPropertySetter **setter) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetPropertySetter( + IPropertySetter *setter) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSubObject( + IUnknown **obj) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSubObject( + IUnknown *obj) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSubObjectGUID( + GUID guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSubObjectGUIDB( + BSTR guidb) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSubObjectGUID( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSubObjectGUIDB( + BSTR *guidb) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSubObjectLoaded( + WINBOOL *loaded) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTimelineType( + TIMELINE_MAJOR_TYPE *type) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTimelineType( + TIMELINE_MAJOR_TYPE type) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetUserID( + LONG *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUserID( + LONG id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGenID( + LONG *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetUserName( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUserName( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetUserData( + BYTE *data, + LONG *size) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUserData( + BYTE *data, + LONG size) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMuted( + WINBOOL *muted) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMuted( + WINBOOL muted) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetLocked( + WINBOOL *locked) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLocked( + WINBOOL locked) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDirtyRange( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDirtyRange2( + REFTIME *start, + REFTIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDirtyRange( + REFERENCE_TIME start, + REFERENCE_TIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDirtyRange2( + REFTIME start, + REFTIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearDirty( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemoveAll( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTimelineNoRef( + IAMTimeline **timeline) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGroupIBelongTo( + IAMTimelineGroup **group) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetEmbedDepth( + LONG *depth) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMTimelineObj, 0x78530b77, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02) +#endif +#else +typedef struct IAMTimelineObjVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMTimelineObj *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMTimelineObj *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMTimelineObj *This); + + /*** IAMTimelineObj methods ***/ + HRESULT (STDMETHODCALLTYPE *GetStartStop)( + IAMTimelineObj *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *GetStartStop2)( + IAMTimelineObj *This, + REFTIME *start, + REFTIME *stop); + + HRESULT (STDMETHODCALLTYPE *FixTimes)( + IAMTimelineObj *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *FixTimes2)( + IAMTimelineObj *This, + REFTIME *start, + REFTIME *stop); + + HRESULT (STDMETHODCALLTYPE *SetStartStop)( + IAMTimelineObj *This, + REFERENCE_TIME start, + REFERENCE_TIME stop); + + HRESULT (STDMETHODCALLTYPE *SetStartStop2)( + IAMTimelineObj *This, + REFTIME start, + REFTIME stop); + + HRESULT (STDMETHODCALLTYPE *GetPropertySetter)( + IAMTimelineObj *This, + IPropertySetter **setter); + + HRESULT (STDMETHODCALLTYPE *SetPropertySetter)( + IAMTimelineObj *This, + IPropertySetter *setter); + + HRESULT (STDMETHODCALLTYPE *GetSubObject)( + IAMTimelineObj *This, + IUnknown **obj); + + HRESULT (STDMETHODCALLTYPE *SetSubObject)( + IAMTimelineObj *This, + IUnknown *obj); + + HRESULT (STDMETHODCALLTYPE *SetSubObjectGUID)( + IAMTimelineObj *This, + GUID guid); + + HRESULT (STDMETHODCALLTYPE *SetSubObjectGUIDB)( + IAMTimelineObj *This, + BSTR guidb); + + HRESULT (STDMETHODCALLTYPE *GetSubObjectGUID)( + IAMTimelineObj *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *GetSubObjectGUIDB)( + IAMTimelineObj *This, + BSTR *guidb); + + HRESULT (STDMETHODCALLTYPE *GetSubObjectLoaded)( + IAMTimelineObj *This, + WINBOOL *loaded); + + HRESULT (STDMETHODCALLTYPE *GetTimelineType)( + IAMTimelineObj *This, + TIMELINE_MAJOR_TYPE *type); + + HRESULT (STDMETHODCALLTYPE *SetTimelineType)( + IAMTimelineObj *This, + TIMELINE_MAJOR_TYPE type); + + HRESULT (STDMETHODCALLTYPE *GetUserID)( + IAMTimelineObj *This, + LONG *id); + + HRESULT (STDMETHODCALLTYPE *SetUserID)( + IAMTimelineObj *This, + LONG id); + + HRESULT (STDMETHODCALLTYPE *GetGenID)( + IAMTimelineObj *This, + LONG *id); + + HRESULT (STDMETHODCALLTYPE *GetUserName)( + IAMTimelineObj *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *SetUserName)( + IAMTimelineObj *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *GetUserData)( + IAMTimelineObj *This, + BYTE *data, + LONG *size); + + HRESULT (STDMETHODCALLTYPE *SetUserData)( + IAMTimelineObj *This, + BYTE *data, + LONG size); + + HRESULT (STDMETHODCALLTYPE *GetMuted)( + IAMTimelineObj *This, + WINBOOL *muted); + + HRESULT (STDMETHODCALLTYPE *SetMuted)( + IAMTimelineObj *This, + WINBOOL muted); + + HRESULT (STDMETHODCALLTYPE *GetLocked)( + IAMTimelineObj *This, + WINBOOL *locked); + + HRESULT (STDMETHODCALLTYPE *SetLocked)( + IAMTimelineObj *This, + WINBOOL locked); + + HRESULT (STDMETHODCALLTYPE *GetDirtyRange)( + IAMTimelineObj *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *GetDirtyRange2)( + IAMTimelineObj *This, + REFTIME *start, + REFTIME *stop); + + HRESULT (STDMETHODCALLTYPE *SetDirtyRange)( + IAMTimelineObj *This, + REFERENCE_TIME start, + REFERENCE_TIME stop); + + HRESULT (STDMETHODCALLTYPE *SetDirtyRange2)( + IAMTimelineObj *This, + REFTIME start, + REFTIME stop); + + HRESULT (STDMETHODCALLTYPE *ClearDirty)( + IAMTimelineObj *This); + + HRESULT (STDMETHODCALLTYPE *Remove)( + IAMTimelineObj *This); + + HRESULT (STDMETHODCALLTYPE *RemoveAll)( + IAMTimelineObj *This); + + HRESULT (STDMETHODCALLTYPE *GetTimelineNoRef)( + IAMTimelineObj *This, + IAMTimeline **timeline); + + HRESULT (STDMETHODCALLTYPE *GetGroupIBelongTo)( + IAMTimelineObj *This, + IAMTimelineGroup **group); + + HRESULT (STDMETHODCALLTYPE *GetEmbedDepth)( + IAMTimelineObj *This, + LONG *depth); + + END_INTERFACE +} IAMTimelineObjVtbl; + +interface IAMTimelineObj { + CONST_VTBL IAMTimelineObjVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMTimelineObj_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMTimelineObj_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMTimelineObj_Release(This) (This)->lpVtbl->Release(This) +/*** IAMTimelineObj methods ***/ +#define IAMTimelineObj_GetStartStop(This,start,stop) (This)->lpVtbl->GetStartStop(This,start,stop) +#define IAMTimelineObj_GetStartStop2(This,start,stop) (This)->lpVtbl->GetStartStop2(This,start,stop) +#define IAMTimelineObj_FixTimes(This,start,stop) (This)->lpVtbl->FixTimes(This,start,stop) +#define IAMTimelineObj_FixTimes2(This,start,stop) (This)->lpVtbl->FixTimes2(This,start,stop) +#define IAMTimelineObj_SetStartStop(This,start,stop) (This)->lpVtbl->SetStartStop(This,start,stop) +#define IAMTimelineObj_SetStartStop2(This,start,stop) (This)->lpVtbl->SetStartStop2(This,start,stop) +#define IAMTimelineObj_GetPropertySetter(This,setter) (This)->lpVtbl->GetPropertySetter(This,setter) +#define IAMTimelineObj_SetPropertySetter(This,setter) (This)->lpVtbl->SetPropertySetter(This,setter) +#define IAMTimelineObj_GetSubObject(This,obj) (This)->lpVtbl->GetSubObject(This,obj) +#define IAMTimelineObj_SetSubObject(This,obj) (This)->lpVtbl->SetSubObject(This,obj) +#define IAMTimelineObj_SetSubObjectGUID(This,guid) (This)->lpVtbl->SetSubObjectGUID(This,guid) +#define IAMTimelineObj_SetSubObjectGUIDB(This,guidb) (This)->lpVtbl->SetSubObjectGUIDB(This,guidb) +#define IAMTimelineObj_GetSubObjectGUID(This,guid) (This)->lpVtbl->GetSubObjectGUID(This,guid) +#define IAMTimelineObj_GetSubObjectGUIDB(This,guidb) (This)->lpVtbl->GetSubObjectGUIDB(This,guidb) +#define IAMTimelineObj_GetSubObjectLoaded(This,loaded) (This)->lpVtbl->GetSubObjectLoaded(This,loaded) +#define IAMTimelineObj_GetTimelineType(This,type) (This)->lpVtbl->GetTimelineType(This,type) +#define IAMTimelineObj_SetTimelineType(This,type) (This)->lpVtbl->SetTimelineType(This,type) +#define IAMTimelineObj_GetUserID(This,id) (This)->lpVtbl->GetUserID(This,id) +#define IAMTimelineObj_SetUserID(This,id) (This)->lpVtbl->SetUserID(This,id) +#define IAMTimelineObj_GetGenID(This,id) (This)->lpVtbl->GetGenID(This,id) +#define IAMTimelineObj_GetUserName(This,name) (This)->lpVtbl->GetUserName(This,name) +#define IAMTimelineObj_SetUserName(This,name) (This)->lpVtbl->SetUserName(This,name) +#define IAMTimelineObj_GetUserData(This,data,size) (This)->lpVtbl->GetUserData(This,data,size) +#define IAMTimelineObj_SetUserData(This,data,size) (This)->lpVtbl->SetUserData(This,data,size) +#define IAMTimelineObj_GetMuted(This,muted) (This)->lpVtbl->GetMuted(This,muted) +#define IAMTimelineObj_SetMuted(This,muted) (This)->lpVtbl->SetMuted(This,muted) +#define IAMTimelineObj_GetLocked(This,locked) (This)->lpVtbl->GetLocked(This,locked) +#define IAMTimelineObj_SetLocked(This,locked) (This)->lpVtbl->SetLocked(This,locked) +#define IAMTimelineObj_GetDirtyRange(This,start,stop) (This)->lpVtbl->GetDirtyRange(This,start,stop) +#define IAMTimelineObj_GetDirtyRange2(This,start,stop) (This)->lpVtbl->GetDirtyRange2(This,start,stop) +#define IAMTimelineObj_SetDirtyRange(This,start,stop) (This)->lpVtbl->SetDirtyRange(This,start,stop) +#define IAMTimelineObj_SetDirtyRange2(This,start,stop) (This)->lpVtbl->SetDirtyRange2(This,start,stop) +#define IAMTimelineObj_ClearDirty(This) (This)->lpVtbl->ClearDirty(This) +#define IAMTimelineObj_Remove(This) (This)->lpVtbl->Remove(This) +#define IAMTimelineObj_RemoveAll(This) (This)->lpVtbl->RemoveAll(This) +#define IAMTimelineObj_GetTimelineNoRef(This,timeline) (This)->lpVtbl->GetTimelineNoRef(This,timeline) +#define IAMTimelineObj_GetGroupIBelongTo(This,group) (This)->lpVtbl->GetGroupIBelongTo(This,group) +#define IAMTimelineObj_GetEmbedDepth(This,depth) (This)->lpVtbl->GetEmbedDepth(This,depth) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMTimelineObj_QueryInterface(IAMTimelineObj* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMTimelineObj_AddRef(IAMTimelineObj* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMTimelineObj_Release(IAMTimelineObj* This) { + return This->lpVtbl->Release(This); +} +/*** IAMTimelineObj methods ***/ +static FORCEINLINE HRESULT IAMTimelineObj_GetStartStop(IAMTimelineObj* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->GetStartStop(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetStartStop2(IAMTimelineObj* This,REFTIME *start,REFTIME *stop) { + return This->lpVtbl->GetStartStop2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_FixTimes(IAMTimelineObj* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->FixTimes(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_FixTimes2(IAMTimelineObj* This,REFTIME *start,REFTIME *stop) { + return This->lpVtbl->FixTimes2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetStartStop(IAMTimelineObj* This,REFERENCE_TIME start,REFERENCE_TIME stop) { + return This->lpVtbl->SetStartStop(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetStartStop2(IAMTimelineObj* This,REFTIME start,REFTIME stop) { + return This->lpVtbl->SetStartStop2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetPropertySetter(IAMTimelineObj* This,IPropertySetter **setter) { + return This->lpVtbl->GetPropertySetter(This,setter); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetPropertySetter(IAMTimelineObj* This,IPropertySetter *setter) { + return This->lpVtbl->SetPropertySetter(This,setter); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetSubObject(IAMTimelineObj* This,IUnknown **obj) { + return This->lpVtbl->GetSubObject(This,obj); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetSubObject(IAMTimelineObj* This,IUnknown *obj) { + return This->lpVtbl->SetSubObject(This,obj); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetSubObjectGUID(IAMTimelineObj* This,GUID guid) { + return This->lpVtbl->SetSubObjectGUID(This,guid); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetSubObjectGUIDB(IAMTimelineObj* This,BSTR guidb) { + return This->lpVtbl->SetSubObjectGUIDB(This,guidb); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetSubObjectGUID(IAMTimelineObj* This,GUID *guid) { + return This->lpVtbl->GetSubObjectGUID(This,guid); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetSubObjectGUIDB(IAMTimelineObj* This,BSTR *guidb) { + return This->lpVtbl->GetSubObjectGUIDB(This,guidb); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetSubObjectLoaded(IAMTimelineObj* This,WINBOOL *loaded) { + return This->lpVtbl->GetSubObjectLoaded(This,loaded); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetTimelineType(IAMTimelineObj* This,TIMELINE_MAJOR_TYPE *type) { + return This->lpVtbl->GetTimelineType(This,type); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetTimelineType(IAMTimelineObj* This,TIMELINE_MAJOR_TYPE type) { + return This->lpVtbl->SetTimelineType(This,type); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetUserID(IAMTimelineObj* This,LONG *id) { + return This->lpVtbl->GetUserID(This,id); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetUserID(IAMTimelineObj* This,LONG id) { + return This->lpVtbl->SetUserID(This,id); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetGenID(IAMTimelineObj* This,LONG *id) { + return This->lpVtbl->GetGenID(This,id); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetUserName(IAMTimelineObj* This,BSTR *name) { + return This->lpVtbl->GetUserName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetUserName(IAMTimelineObj* This,BSTR name) { + return This->lpVtbl->SetUserName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetUserData(IAMTimelineObj* This,BYTE *data,LONG *size) { + return This->lpVtbl->GetUserData(This,data,size); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetUserData(IAMTimelineObj* This,BYTE *data,LONG size) { + return This->lpVtbl->SetUserData(This,data,size); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetMuted(IAMTimelineObj* This,WINBOOL *muted) { + return This->lpVtbl->GetMuted(This,muted); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetMuted(IAMTimelineObj* This,WINBOOL muted) { + return This->lpVtbl->SetMuted(This,muted); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetLocked(IAMTimelineObj* This,WINBOOL *locked) { + return This->lpVtbl->GetLocked(This,locked); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetLocked(IAMTimelineObj* This,WINBOOL locked) { + return This->lpVtbl->SetLocked(This,locked); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetDirtyRange(IAMTimelineObj* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->GetDirtyRange(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetDirtyRange2(IAMTimelineObj* This,REFTIME *start,REFTIME *stop) { + return This->lpVtbl->GetDirtyRange2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetDirtyRange(IAMTimelineObj* This,REFERENCE_TIME start,REFERENCE_TIME stop) { + return This->lpVtbl->SetDirtyRange(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_SetDirtyRange2(IAMTimelineObj* This,REFTIME start,REFTIME stop) { + return This->lpVtbl->SetDirtyRange2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineObj_ClearDirty(IAMTimelineObj* This) { + return This->lpVtbl->ClearDirty(This); +} +static FORCEINLINE HRESULT IAMTimelineObj_Remove(IAMTimelineObj* This) { + return This->lpVtbl->Remove(This); +} +static FORCEINLINE HRESULT IAMTimelineObj_RemoveAll(IAMTimelineObj* This) { + return This->lpVtbl->RemoveAll(This); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetTimelineNoRef(IAMTimelineObj* This,IAMTimeline **timeline) { + return This->lpVtbl->GetTimelineNoRef(This,timeline); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetGroupIBelongTo(IAMTimelineObj* This,IAMTimelineGroup **group) { + return This->lpVtbl->GetGroupIBelongTo(This,group); +} +static FORCEINLINE HRESULT IAMTimelineObj_GetEmbedDepth(IAMTimelineObj* This,LONG *depth) { + return This->lpVtbl->GetEmbedDepth(This,depth); +} +#endif +#endif + +#endif + + +#endif /* __IAMTimelineObj_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAMTimelineSrc interface + */ +#ifndef __IAMTimelineSrc_INTERFACE_DEFINED__ +#define __IAMTimelineSrc_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMTimelineSrc, 0x78530b79, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("78530b79-61f9-11d2-8cad-00a024580902") +IAMTimelineSrc : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetMediaTimes( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaTimes2( + REFTIME *start, + REFTIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE ModifyStopTime( + REFERENCE_TIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE ModifyStopTime2( + REFTIME stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE FixMediaTimes( + REFERENCE_TIME *start, + REFERENCE_TIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE FixMediaTimes2( + REFTIME *start, + REFTIME *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaTimes( + REFERENCE_TIME Start, + REFERENCE_TIME Stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaTimes2( + REFTIME Start, + REFTIME Stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaLength( + REFERENCE_TIME length) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaLength2( + REFTIME length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaLength( + REFERENCE_TIME *length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaLength2( + REFTIME *length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaName( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaName( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE SpliceWithNext( + IAMTimelineObj *next) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamNumber( + LONG *num) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamNumber( + LONG num) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsNormalRate( + WINBOOL *normal) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDefaultFPS( + double *fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultFPS( + double fps) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStretchMode( + int *mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStretchMode( + int mode) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMTimelineSrc, 0x78530b79, 0x61f9, 0x11d2, 0x8c,0xad, 0x00,0xa0,0x24,0x58,0x09,0x02) +#endif +#else +typedef struct IAMTimelineSrcVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMTimelineSrc *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMTimelineSrc *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMTimelineSrc *This); + + /*** IAMTimelineSrc methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMediaTimes)( + IAMTimelineSrc *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *GetMediaTimes2)( + IAMTimelineSrc *This, + REFTIME *start, + REFTIME *stop); + + HRESULT (STDMETHODCALLTYPE *ModifyStopTime)( + IAMTimelineSrc *This, + REFERENCE_TIME stop); + + HRESULT (STDMETHODCALLTYPE *ModifyStopTime2)( + IAMTimelineSrc *This, + REFTIME stop); + + HRESULT (STDMETHODCALLTYPE *FixMediaTimes)( + IAMTimelineSrc *This, + REFERENCE_TIME *start, + REFERENCE_TIME *stop); + + HRESULT (STDMETHODCALLTYPE *FixMediaTimes2)( + IAMTimelineSrc *This, + REFTIME *start, + REFTIME *stop); + + HRESULT (STDMETHODCALLTYPE *SetMediaTimes)( + IAMTimelineSrc *This, + REFERENCE_TIME Start, + REFERENCE_TIME Stop); + + HRESULT (STDMETHODCALLTYPE *SetMediaTimes2)( + IAMTimelineSrc *This, + REFTIME Start, + REFTIME Stop); + + HRESULT (STDMETHODCALLTYPE *SetMediaLength)( + IAMTimelineSrc *This, + REFERENCE_TIME length); + + HRESULT (STDMETHODCALLTYPE *SetMediaLength2)( + IAMTimelineSrc *This, + REFTIME length); + + HRESULT (STDMETHODCALLTYPE *GetMediaLength)( + IAMTimelineSrc *This, + REFERENCE_TIME *length); + + HRESULT (STDMETHODCALLTYPE *GetMediaLength2)( + IAMTimelineSrc *This, + REFTIME *length); + + HRESULT (STDMETHODCALLTYPE *GetMediaName)( + IAMTimelineSrc *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *SetMediaName)( + IAMTimelineSrc *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *SpliceWithNext)( + IAMTimelineSrc *This, + IAMTimelineObj *next); + + HRESULT (STDMETHODCALLTYPE *GetStreamNumber)( + IAMTimelineSrc *This, + LONG *num); + + HRESULT (STDMETHODCALLTYPE *SetStreamNumber)( + IAMTimelineSrc *This, + LONG num); + + HRESULT (STDMETHODCALLTYPE *IsNormalRate)( + IAMTimelineSrc *This, + WINBOOL *normal); + + HRESULT (STDMETHODCALLTYPE *GetDefaultFPS)( + IAMTimelineSrc *This, + double *fps); + + HRESULT (STDMETHODCALLTYPE *SetDefaultFPS)( + IAMTimelineSrc *This, + double fps); + + HRESULT (STDMETHODCALLTYPE *GetStretchMode)( + IAMTimelineSrc *This, + int *mode); + + HRESULT (STDMETHODCALLTYPE *SetStretchMode)( + IAMTimelineSrc *This, + int mode); + + END_INTERFACE +} IAMTimelineSrcVtbl; + +interface IAMTimelineSrc { + CONST_VTBL IAMTimelineSrcVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMTimelineSrc_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMTimelineSrc_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMTimelineSrc_Release(This) (This)->lpVtbl->Release(This) +/*** IAMTimelineSrc methods ***/ +#define IAMTimelineSrc_GetMediaTimes(This,start,stop) (This)->lpVtbl->GetMediaTimes(This,start,stop) +#define IAMTimelineSrc_GetMediaTimes2(This,start,stop) (This)->lpVtbl->GetMediaTimes2(This,start,stop) +#define IAMTimelineSrc_ModifyStopTime(This,stop) (This)->lpVtbl->ModifyStopTime(This,stop) +#define IAMTimelineSrc_ModifyStopTime2(This,stop) (This)->lpVtbl->ModifyStopTime2(This,stop) +#define IAMTimelineSrc_FixMediaTimes(This,start,stop) (This)->lpVtbl->FixMediaTimes(This,start,stop) +#define IAMTimelineSrc_FixMediaTimes2(This,start,stop) (This)->lpVtbl->FixMediaTimes2(This,start,stop) +#define IAMTimelineSrc_SetMediaTimes(This,Start,Stop) (This)->lpVtbl->SetMediaTimes(This,Start,Stop) +#define IAMTimelineSrc_SetMediaTimes2(This,Start,Stop) (This)->lpVtbl->SetMediaTimes2(This,Start,Stop) +#define IAMTimelineSrc_SetMediaLength(This,length) (This)->lpVtbl->SetMediaLength(This,length) +#define IAMTimelineSrc_SetMediaLength2(This,length) (This)->lpVtbl->SetMediaLength2(This,length) +#define IAMTimelineSrc_GetMediaLength(This,length) (This)->lpVtbl->GetMediaLength(This,length) +#define IAMTimelineSrc_GetMediaLength2(This,length) (This)->lpVtbl->GetMediaLength2(This,length) +#define IAMTimelineSrc_GetMediaName(This,name) (This)->lpVtbl->GetMediaName(This,name) +#define IAMTimelineSrc_SetMediaName(This,name) (This)->lpVtbl->SetMediaName(This,name) +#define IAMTimelineSrc_SpliceWithNext(This,next) (This)->lpVtbl->SpliceWithNext(This,next) +#define IAMTimelineSrc_GetStreamNumber(This,num) (This)->lpVtbl->GetStreamNumber(This,num) +#define IAMTimelineSrc_SetStreamNumber(This,num) (This)->lpVtbl->SetStreamNumber(This,num) +#define IAMTimelineSrc_IsNormalRate(This,normal) (This)->lpVtbl->IsNormalRate(This,normal) +#define IAMTimelineSrc_GetDefaultFPS(This,fps) (This)->lpVtbl->GetDefaultFPS(This,fps) +#define IAMTimelineSrc_SetDefaultFPS(This,fps) (This)->lpVtbl->SetDefaultFPS(This,fps) +#define IAMTimelineSrc_GetStretchMode(This,mode) (This)->lpVtbl->GetStretchMode(This,mode) +#define IAMTimelineSrc_SetStretchMode(This,mode) (This)->lpVtbl->SetStretchMode(This,mode) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMTimelineSrc_QueryInterface(IAMTimelineSrc* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMTimelineSrc_AddRef(IAMTimelineSrc* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMTimelineSrc_Release(IAMTimelineSrc* This) { + return This->lpVtbl->Release(This); +} +/*** IAMTimelineSrc methods ***/ +static FORCEINLINE HRESULT IAMTimelineSrc_GetMediaTimes(IAMTimelineSrc* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->GetMediaTimes(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetMediaTimes2(IAMTimelineSrc* This,REFTIME *start,REFTIME *stop) { + return This->lpVtbl->GetMediaTimes2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_ModifyStopTime(IAMTimelineSrc* This,REFERENCE_TIME stop) { + return This->lpVtbl->ModifyStopTime(This,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_ModifyStopTime2(IAMTimelineSrc* This,REFTIME stop) { + return This->lpVtbl->ModifyStopTime2(This,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_FixMediaTimes(IAMTimelineSrc* This,REFERENCE_TIME *start,REFERENCE_TIME *stop) { + return This->lpVtbl->FixMediaTimes(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_FixMediaTimes2(IAMTimelineSrc* This,REFTIME *start,REFTIME *stop) { + return This->lpVtbl->FixMediaTimes2(This,start,stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetMediaTimes(IAMTimelineSrc* This,REFERENCE_TIME Start,REFERENCE_TIME Stop) { + return This->lpVtbl->SetMediaTimes(This,Start,Stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetMediaTimes2(IAMTimelineSrc* This,REFTIME Start,REFTIME Stop) { + return This->lpVtbl->SetMediaTimes2(This,Start,Stop); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetMediaLength(IAMTimelineSrc* This,REFERENCE_TIME length) { + return This->lpVtbl->SetMediaLength(This,length); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetMediaLength2(IAMTimelineSrc* This,REFTIME length) { + return This->lpVtbl->SetMediaLength2(This,length); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetMediaLength(IAMTimelineSrc* This,REFERENCE_TIME *length) { + return This->lpVtbl->GetMediaLength(This,length); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetMediaLength2(IAMTimelineSrc* This,REFTIME *length) { + return This->lpVtbl->GetMediaLength2(This,length); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetMediaName(IAMTimelineSrc* This,BSTR *name) { + return This->lpVtbl->GetMediaName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetMediaName(IAMTimelineSrc* This,BSTR name) { + return This->lpVtbl->SetMediaName(This,name); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SpliceWithNext(IAMTimelineSrc* This,IAMTimelineObj *next) { + return This->lpVtbl->SpliceWithNext(This,next); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetStreamNumber(IAMTimelineSrc* This,LONG *num) { + return This->lpVtbl->GetStreamNumber(This,num); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetStreamNumber(IAMTimelineSrc* This,LONG num) { + return This->lpVtbl->SetStreamNumber(This,num); +} +static FORCEINLINE HRESULT IAMTimelineSrc_IsNormalRate(IAMTimelineSrc* This,WINBOOL *normal) { + return This->lpVtbl->IsNormalRate(This,normal); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetDefaultFPS(IAMTimelineSrc* This,double *fps) { + return This->lpVtbl->GetDefaultFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetDefaultFPS(IAMTimelineSrc* This,double fps) { + return This->lpVtbl->SetDefaultFPS(This,fps); +} +static FORCEINLINE HRESULT IAMTimelineSrc_GetStretchMode(IAMTimelineSrc* This,int *mode) { + return This->lpVtbl->GetStretchMode(This,mode); +} +static FORCEINLINE HRESULT IAMTimelineSrc_SetStretchMode(IAMTimelineSrc* This,int mode) { + return This->lpVtbl->SetStretchMode(This,mode); +} +#endif +#endif + +#endif + + +#endif /* __IAMTimelineSrc_INTERFACE_DEFINED__ */ + +enum { + E_NOTINTREE = 0x80040400, + E_RENDER_ENGINE_IS_BROKEN = 0x80040401, + E_MUST_INIT_RENDERER = 0x80040402, + E_NOTDETERMINED = 0x80040403, + E_NO_TIMELINE = 0x80040404, + S_WARN_OUTPUTRESET = 40404 +}; /* Begin additional prototypes for all interfaces */ ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *); unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *); unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *); void __RPC_USER BSTR_UserFree (ULONG *, BSTR *); +ULONG __RPC_USER VARIANT_UserSize (ULONG *, ULONG, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserMarshal (ULONG *, unsigned char *, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserUnmarshal(ULONG *, unsigned char *, VARIANT *); +void __RPC_USER VARIANT_UserFree (ULONG *, VARIANT *); /* End additional prototypes */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/qedit.idl mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/qedit.idl --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/qedit.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/qedit.idl 2018-09-14 14:16:43.000000000 +0000 @@ -78,7 +78,7 @@ ISampleGrabberCB * pCallback, LONG WhichMethodToCallback ); -}; +} [ object, @@ -157,7 +157,7 @@ HRESULT EnterBitmapGrabMode( double SeekTime ); -}; +} [ uuid(65BD0711-24D2-4ff7-9324-ED2E5D3ABAFA), @@ -165,7 +165,646 @@ coclass MediaDet { [default] interface IMediaDet; -}; +} + +[ + object, + uuid(288581E0-66CE-11d2-918F-00C0DF10D434), + odl, + pointer_default(unique) +] +interface IMediaLocator : IUnknown +{ + HRESULT FindMediaFile( + BSTR input, + BSTR filter, + BSTR * output, + long flags + ); + + HRESULT AddFoundLocation( + BSTR dir + ); +} + +typedef struct +{ + BSTR name; + DISPID dispID; + LONG nValues; +} DEXTER_PARAM; + +typedef struct +{ + VARIANT v; + REFERENCE_TIME rt; + DWORD dwInterp; +} DEXTER_VALUE; + +[ + object, + uuid(AE9472BD-B0C3-11D2-8D24-00A0C9441E20), + pointer_default(unique) +] +interface IPropertySetter : IUnknown +{ + HRESULT LoadXML( + [in] IUnknown * pxml + ); + + HRESULT PrintXML( + [out] char * xml, + [in] int size, + [out] int * printed, + [in] int indent + ); + + HRESULT CloneProps( + [out] IPropertySetter ** setter, + [in] REFERENCE_TIME start, + [in] REFERENCE_TIME stop + ); + + HRESULT AddProp( + [in] DEXTER_PARAM param, + [in] DEXTER_VALUE * value + ); + + HRESULT GetProps( + [out] LONG * params, + [out] DEXTER_PARAM ** param, + [out] DEXTER_VALUE ** value + ); + + HRESULT FreeProps( + [in] LONG params, + [in] DEXTER_PARAM * param, + [in] DEXTER_VALUE * value + ); + + HRESULT ClearProps(); + + HRESULT SaveToBlob( + [out] LONG * size, + [out] BYTE ** blob + ); + + HRESULT LoadFromBlob( + [in] LONG size, + [in] BYTE * blob + ); + + HRESULT SetProps( + [in] IUnknown * target, + [in] REFERENCE_TIME now + ); +} + +[ + object, + uuid(E43E73A2-0EFA-11d3-9601-00A0C9441E20), + odl, + pointer_default(unique) +] +interface IAMErrorLog : IUnknown +{ + HRESULT LogError( + long severity, + BSTR error_str, + long error_code, + long hresult, + [in] VARIANT * extra + ); +} + +[ + object, + uuid(963566DA-BE21-4eaf-88E9-35704F8F52A1), + odl, + pointer_default(unique) +] +interface IAMSetErrorLog : IUnknown +{ + [propget] HRESULT ErrorLog( + [out, retval] IAMErrorLog ** log + ); + + [propput] HRESULT ErrorLog( + [in] IAMErrorLog * log + ); +} + +interface IAMTimeline; +interface IAMTimelineGroup; +interface IAMTimelineObj; +interface IAMTimelineSrc; + +typedef enum +{ + TIMELINE_MAJOR_TYPE_COMPOSITE = 1, + TIMELINE_MAJOR_TYPE_TRACK = 2, + TIMELINE_MAJOR_TYPE_SOURCE = 4, + TIMELINE_MAJOR_TYPE_TRANSITION = 8, + TIMELINE_MAJOR_TYPE_EFFECT = 16, + TIMELINE_MAJOR_TYPE_GROUP = 128 +} TIMELINE_MAJOR_TYPE; + +[ + object, + uuid(78530B74-61F9-11D2-8CAD-00A024580902), + odl, + pointer_default(unique) +] +interface IAMTimeline : IUnknown +{ + HRESULT CreateEmptyNode( + [out] IAMTimelineObj ** obj, + TIMELINE_MAJOR_TYPE type + ); + + HRESULT AddGroup( + IAMTimelineObj * group + ); + + HRESULT RemGroupFromList( + IAMTimelineObj * group + ); + + HRESULT GetGroup( + [out] IAMTimelineObj ** group, + long index + ); + + HRESULT GetGroupCount( + long * count + ); + + HRESULT ClearAllGroups(); + + HRESULT GetInsertMode( + long * mode + ); + + HRESULT SetInsertMode( + long mode + ); + + HRESULT EnableTransitions( + BOOL enabled + ); + + HRESULT TransitionsEnabled( + BOOL * enabled + ); + + HRESULT EnableEffects( + BOOL enabled + ); + + HRESULT EffectsEnabled( + BOOL * enabled + ); + + HRESULT SetInterestRange( + REFERENCE_TIME start, + REFERENCE_TIME stop + ); + + HRESULT GetDuration( + REFERENCE_TIME * duration + ); + + HRESULT GetDuration2( + double * duration + ); + + HRESULT SetDefaultFPS( + double fps + ); + + HRESULT GetDefaultFPS( + double * fps + ); + + HRESULT IsDirty( + BOOL * dirty + ); + + HRESULT GetDirtyRange( + REFERENCE_TIME * start, + REFERENCE_TIME * stop + ); + + HRESULT GetCountOfType( + long group, + long * value, + long * value_with_comps, + TIMELINE_MAJOR_TYPE type + ); + + HRESULT ValidateSourceNames( + long flags, + IMediaLocator * override, + LONG_PTR notify_event + ); + + HRESULT SetDefaultTransition( + GUID * guid + ); + + HRESULT GetDefaultTransition( + GUID * guid + ); + + HRESULT SetDefaultEffect( + GUID * guid + ); + + HRESULT GetDefaultEffect( + GUID * guid + ); + + HRESULT SetDefaultTransitionB( + BSTR guidb + ); + + HRESULT GetDefaultTransitionB( + [out,retval] BSTR * guidb + ); + + HRESULT SetDefaultEffectB( + BSTR guidb + ); + + HRESULT GetDefaultEffectB( + [out,retval] BSTR * guidb + ); +} + +[ + uuid(78530B75-61F9-11D2-8CAD-00A024580902) +] +coclass AMTimeline +{ + [default] interface IAMTimeline; + interface IPersistStream; + interface IAMSetErrorLog; +} + +[ + object, + uuid(9EED4F00-B8A6-11d2-8023-00C0DF10D434), + odl, + pointer_default(unique) +] +interface IAMTimelineGroup : IUnknown +{ + HRESULT SetTimeline( + IAMTimeline * timeline + ); + + HRESULT GetTimeline( + [out] IAMTimeline ** timeline + ); + + HRESULT GetPriority( + long * priority + ); + + HRESULT GetMediaType( + [out] AM_MEDIA_TYPE * + ); + + HRESULT SetMediaType( + [in] AM_MEDIA_TYPE * + ); + + HRESULT SetOutputFPS( + double fps + ); + + HRESULT GetOutputFPS( + double * fps + ); + + HRESULT SetGroupName( + BSTR name + ); + + HRESULT GetGroupName( + [out,retval] BSTR * name + ); + + HRESULT SetPreviewMode( + BOOL preview + ); + + HRESULT GetPreviewMode( + BOOL * preview + ); + + HRESULT SetMediaTypeForVB( + [in] long type + ); + + HRESULT GetOutputBuffering( + [out] int * buffer + ); + + HRESULT SetOutputBuffering( + [in] int buffer + ); + + HRESULT SetSmartRecompressFormat( + long * format + ); + + HRESULT GetSmartRecompressFormat( + long ** format + ); + + HRESULT IsSmartRecompressFormatSet( + BOOL * set + ); + + HRESULT IsRecompressFormatDirty( + BOOL * dirty + ); + + HRESULT ClearRecompressFormatDirty(); + + HRESULT SetRecompFormatFromSource( + IAMTimelineSrc * source + ); +} + +[ + object, + local, + uuid(78530B77-61F9-11D2-8CAD-00A024580902), + odl, + pointer_default(unique) +] +interface IAMTimelineObj : IUnknown +{ + HRESULT GetStartStop( + REFERENCE_TIME * start, + REFERENCE_TIME * stop + ); + + HRESULT GetStartStop2( + REFTIME * start, REFTIME * stop + ); + + HRESULT FixTimes( + REFERENCE_TIME * start, REFERENCE_TIME * stop + ); + + HRESULT FixTimes2( + REFTIME * start, REFTIME * stop + ); + + HRESULT SetStartStop( + REFERENCE_TIME start, + REFERENCE_TIME stop + ); + + HRESULT SetStartStop2( + REFTIME start, + REFTIME stop + ); + + HRESULT GetPropertySetter( + [out,retval] IPropertySetter ** setter + ); + + HRESULT SetPropertySetter( + IPropertySetter * setter + ); + + HRESULT GetSubObject( + [out,retval] IUnknown ** obj + ); + + HRESULT SetSubObject( + IUnknown * obj + ); + + HRESULT SetSubObjectGUID( + GUID guid + ); + + HRESULT SetSubObjectGUIDB( + BSTR guidb + ); + + HRESULT GetSubObjectGUID( + GUID * guid + ); + + HRESULT GetSubObjectGUIDB( + [out,retval] BSTR * guidb + ); + + HRESULT GetSubObjectLoaded( + BOOL * loaded + ); + + HRESULT GetTimelineType( + TIMELINE_MAJOR_TYPE * type + ); + + HRESULT SetTimelineType( + TIMELINE_MAJOR_TYPE type + ); + + HRESULT GetUserID( + long * id + ); + + HRESULT SetUserID( + long id + ); + + HRESULT GetGenID( + long * id + ); + + HRESULT GetUserName( + [out,retval] BSTR * name + ); + + HRESULT SetUserName( + BSTR name + ); + + HRESULT GetUserData( + BYTE * data, + long * size + ); + + HRESULT SetUserData( + BYTE * data, + long size + ); + + HRESULT GetMuted( + BOOL * muted + ); + + HRESULT SetMuted( + BOOL muted + ); + + HRESULT GetLocked( + BOOL * locked + ); + + HRESULT SetLocked( + BOOL locked + ); + + HRESULT GetDirtyRange( + REFERENCE_TIME * start, + REFERENCE_TIME * stop + ); + + HRESULT GetDirtyRange2( + REFTIME * start, + REFTIME * stop + ); + + HRESULT SetDirtyRange( + REFERENCE_TIME start, + REFERENCE_TIME stop + ); + + HRESULT SetDirtyRange2( + REFTIME start, + REFTIME stop + ); + + HRESULT ClearDirty(); + + HRESULT Remove(); + + HRESULT RemoveAll(); + + HRESULT GetTimelineNoRef( + IAMTimeline ** timeline + ); + + HRESULT GetGroupIBelongTo( + [out] IAMTimelineGroup ** group + ); + + HRESULT GetEmbedDepth( + long * depth + ); +} + +[ + object, + uuid(78530B79-61F9-11D2-8CAD-00A024580902), + odl, + pointer_default(unique) +] +interface IAMTimelineSrc : IUnknown +{ + HRESULT GetMediaTimes( + REFERENCE_TIME * start, + REFERENCE_TIME * stop + ); + + HRESULT GetMediaTimes2( + REFTIME * start, + REFTIME * stop + ); + + HRESULT ModifyStopTime( + REFERENCE_TIME stop + ); + + HRESULT ModifyStopTime2( + REFTIME stop + ); + + HRESULT FixMediaTimes( + REFERENCE_TIME * start, + REFERENCE_TIME * stop + ); + + HRESULT FixMediaTimes2( + REFTIME * start, + REFTIME * stop + ); + + HRESULT SetMediaTimes( + REFERENCE_TIME Start, + REFERENCE_TIME Stop + ); + + HRESULT SetMediaTimes2( + REFTIME Start, + REFTIME Stop + ); + + HRESULT SetMediaLength( + REFERENCE_TIME length + ); + + HRESULT SetMediaLength2( + REFTIME length + ); + + HRESULT GetMediaLength( + REFERENCE_TIME * length + ); + + HRESULT GetMediaLength2( + REFTIME * length + ); + + HRESULT GetMediaName( + [out,retval] BSTR * name + ); + + HRESULT SetMediaName( + BSTR name + ); + + HRESULT SpliceWithNext( + IAMTimelineObj * next + ); + + HRESULT GetStreamNumber( + long * num + ); + + HRESULT SetStreamNumber( + long num + ); + + HRESULT IsNormalRate( + BOOL * normal + ); + + HRESULT GetDefaultFPS( + double * fps + ); + + HRESULT SetDefaultFPS( + double fps + ); + + HRESULT GetStretchMode( + int * mode + ); + + HRESULT SetStretchMode( + int mode + ); +} enum { diff -Nru mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/xinput.h mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/xinput.h --- mingw-w64-5.0.4/mingw-w64-headers/direct-x/include/xinput.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/direct-x/include/xinput.h 2018-09-14 14:16:43.000000000 +0000 @@ -156,6 +156,8 @@ #define XUSER_MAX_COUNT 4 #define XUSER_INDEX_ANY 0x000000FF +#define XINPUT_CAPS_FFB_SUPPORTED 0x0001 + /* * Defines the structure of an xbox 360 joystick. */ @@ -232,6 +234,8 @@ DWORD WINAPI XInputGetDSoundAudioDeviceGuids(DWORD, GUID*, GUID*); DWORD WINAPI XInputGetBatteryInformation(DWORD, BYTE, XINPUT_BATTERY_INFORMATION*); +DWORD WINAPI XInputGetStateEx(DWORD, XINPUT_STATE*); + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/axextend.idl mingw-w64-6.0.0/mingw-w64-headers/include/axextend.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/axextend.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/axextend.idl 2018-09-14 14:16:43.000000000 +0000 @@ -1292,3 +1292,49 @@ [in] long data1, [in] long data2); }; + +cpp_quote("#if (_WIN32_WINNT >= 0x0601)") +[ + local, + object, + uuid(cf7b26fc-9a00-485b-8147-3e789d5e8f67), + pointer_default(unique) +] +interface IAMAsyncReaderTimestampScaling : IUnknown +{ + HRESULT GetTimestampMode( + [out] BOOL *pfRaw); + HRESULT SetTimestampMode( + [in] BOOL fRaw); +}; + +[ + local, + object, + uuid(0e26a181-f40c-4635-8786-976284b52981), + pointer_default(unique) +] +interface IAMPluginControl : IUnknown +{ + HRESULT GetPreferredClsid( + [in] REFGUID subType, + [out] CLSID *clsid); + HRESULT GetPreferredClsidByIndex( + [in] DWORD index, + [out] GUID *subType, + [out] CLSID *clsid); + HRESULT SetPreferredClsid( + [in] REFGUID subType, + [in] const CLSID *clsid); + HRESULT IsDisabled( + [in] REFCLSID clsid); + HRESULT GetDisabledByIndex( + [in] DWORD index, + [out] CLSID *clsid); + HRESULT SetDisabled( + [in] REFCLSID clsid, + [in] BOOL disabled); + HRESULT IsLegacyDisabled( + [in] LPCWSTR dllName); +} +cpp_quote("#endif /*(_WIN32_WINNT >= 0x0601)*/") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/bcrypt.h mingw-w64-6.0.0/mingw-w64-headers/include/bcrypt.h --- mingw-w64-5.0.4/mingw-w64-headers/include/bcrypt.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/bcrypt.h 2018-09-14 14:16:43.000000000 +0000 @@ -12,7 +12,7 @@ extern "C" { #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 #ifndef WINAPI #if defined(_ARM_) @@ -189,7 +189,7 @@ } BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO,*PBCRYPT_AUTHENTICATED_CIPHER_MODE_INFO; #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) || _WIN32_WINNT >= 0x0A00 typedef struct _BCryptBuffer { ULONG cbBuffer; ULONG BufferType; @@ -203,7 +203,7 @@ } BCryptBufferDesc,*PBCryptBufferDesc; #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 #define BCRYPT_PUBLIC_KEY_BLOB L"PUBLICBLOB" #define BCRYPT_PRIVATE_KEY_BLOB L"PRIVATEBLOB" @@ -584,6 +584,8 @@ NTSTATUS WINAPI BCryptDeriveKeyPBKDF2 (BCRYPT_ALG_HANDLE hPrf, PUCHAR pbPassword, ULONG cbPassword, PUCHAR pbSalt, ULONG cbSalt, ULONGLONG cIterations, PUCHAR pbDerivedKey, ULONG cbDerivedKey, ULONG dwFlags); NTSTATUS WINAPI BCryptResolveProviders (LPCWSTR pszContext, ULONG dwInterface, LPCWSTR pszFunction, LPCWSTR pszProvider, ULONG dwMode, ULONG dwFlags, ULONG *pcbBuffer, PCRYPT_PROVIDER_REFS *ppBuffer); NTSTATUS WINAPI BCryptGetFipsAlgorithmMode (BOOLEAN *pfEnabled); +#endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #ifndef KERNEL_MODE_CNG NTSTATUS WINAPI BCryptQueryProviderRegistration (LPCWSTR pszProvider, ULONG dwMode, ULONG dwInterface, ULONG *pcbBuffer, PCRYPT_PROVIDER_REG *ppBuffer); NTSTATUS WINAPI BCryptEnumRegisteredProviders (ULONG *pcbBuffer, PCRYPT_PROVIDERS *ppBuffer); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/cguid.h mingw-w64-6.0.0/mingw-w64-headers/include/cguid.h --- mingw-w64-5.0.4/mingw-w64-headers/include/cguid.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/cguid.h 2018-09-14 14:16:43.000000000 +0000 @@ -46,6 +46,7 @@ extern const CLSID CLSID_StaticDib; extern const CLSID CID_CDfsVolume; extern const CLSID CLSID_DCOMAccessControl; + extern const CLSID CLSID_GlobalOptions; extern const CLSID CLSID_StdGlobalInterfaceTable; extern const CLSID CLSID_ComBinding; extern const CLSID CLSID_StdEvent; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/comutil.h mingw-w64-6.0.0/mingw-w64-headers/include/comutil.h --- mingw-w64-5.0.4/mingw-w64-headers/include/comutil.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/comutil.h 2018-09-14 14:16:43.000000000 +0000 @@ -1211,6 +1211,10 @@ #pragma pop_macro("new") +/* We use _com_issue_error here, but we only provide its inline version in comdef.h, + * so we need to make sure that it's included as well. */ +#include + #endif /* __cplusplus */ #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/ctfutb.h mingw-w64-6.0.0/mingw-w64-headers/include/ctfutb.h --- mingw-w64-5.0.4/mingw-w64-headers/include/ctfutb.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/ctfutb.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/ctfutb.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/ctfutb.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,31 +20,49 @@ #ifndef __ITfLangBarItem_FWD_DEFINED__ #define __ITfLangBarItem_FWD_DEFINED__ typedef interface ITfLangBarItem ITfLangBarItem; +#ifdef __cplusplus +interface ITfLangBarItem; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfLangBarItems_FWD_DEFINED__ #define __IEnumTfLangBarItems_FWD_DEFINED__ typedef interface IEnumTfLangBarItems IEnumTfLangBarItems; +#ifdef __cplusplus +interface IEnumTfLangBarItems; +#endif /* __cplusplus */ #endif #ifndef __ITfLangBarItemSink_FWD_DEFINED__ #define __ITfLangBarItemSink_FWD_DEFINED__ typedef interface ITfLangBarItemSink ITfLangBarItemSink; +#ifdef __cplusplus +interface ITfLangBarItemSink; +#endif /* __cplusplus */ #endif #ifndef __ITfLangBarItemMgr_FWD_DEFINED__ #define __ITfLangBarItemMgr_FWD_DEFINED__ typedef interface ITfLangBarItemMgr ITfLangBarItemMgr; +#ifdef __cplusplus +interface ITfLangBarItemMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfLangBarMgr_FWD_DEFINED__ #define __ITfLangBarMgr_FWD_DEFINED__ typedef interface ITfLangBarMgr ITfLangBarMgr; +#ifdef __cplusplus +interface ITfLangBarMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfLangBarEventSink_FWD_DEFINED__ #define __ITfLangBarEventSink_FWD_DEFINED__ typedef interface ITfLangBarEventSink ITfLangBarEventSink; +#ifdef __cplusplus +interface ITfLangBarEventSink; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -58,16 +76,25 @@ #ifndef __ITfLangBarEventSink_FWD_DEFINED__ #define __ITfLangBarEventSink_FWD_DEFINED__ typedef interface ITfLangBarEventSink ITfLangBarEventSink; +#ifdef __cplusplus +interface ITfLangBarEventSink; +#endif /* __cplusplus */ #endif #ifndef __ITfLangBarItemMgr_FWD_DEFINED__ #define __ITfLangBarItemMgr_FWD_DEFINED__ typedef interface ITfLangBarItemMgr ITfLangBarItemMgr; +#ifdef __cplusplus +interface ITfLangBarItemMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfInputProcessorProfiles_FWD_DEFINED__ #define __ITfInputProcessorProfiles_FWD_DEFINED__ typedef interface ITfInputProcessorProfiles ITfInputProcessorProfiles; +#ifdef __cplusplus +interface ITfInputProcessorProfiles; +#endif /* __cplusplus */ #endif #define TF_LBI_DESC_MAXLEN (32) @@ -112,35 +139,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLangBarItem* This, + ITfLangBarItem *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLangBarItem* This); + ITfLangBarItem *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLangBarItem* This); + ITfLangBarItem *This); /*** ITfLangBarItem methods ***/ HRESULT (STDMETHODCALLTYPE *GetInfo)( - ITfLangBarItem* This, + ITfLangBarItem *This, TF_LANGBARITEMINFO *pInfo); HRESULT (STDMETHODCALLTYPE *GetStatus)( - ITfLangBarItem* This, + ITfLangBarItem *This, DWORD *pdwStatus); HRESULT (STDMETHODCALLTYPE *Show)( - ITfLangBarItem* This, + ITfLangBarItem *This, WINBOOL fShow); HRESULT (STDMETHODCALLTYPE *GetTooltipString)( - ITfLangBarItem* This, + ITfLangBarItem *This, BSTR *pbstrToolTip); END_INTERFACE } ITfLangBarItemVtbl; + interface ITfLangBarItem { CONST_VTBL ITfLangBarItemVtbl* lpVtbl; }; @@ -185,38 +213,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLangBarItem_GetInfo_Proxy( - ITfLangBarItem* This, - TF_LANGBARITEMINFO *pInfo); -void __RPC_STUB ITfLangBarItem_GetInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItem_GetStatus_Proxy( - ITfLangBarItem* This, - DWORD *pdwStatus); -void __RPC_STUB ITfLangBarItem_GetStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItem_Show_Proxy( - ITfLangBarItem* This, - WINBOOL fShow); -void __RPC_STUB ITfLangBarItem_Show_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItem_GetTooltipString_Proxy( - ITfLangBarItem* This, - BSTR *pbstrToolTip); -void __RPC_STUB ITfLangBarItem_GetTooltipString_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLangBarItem_INTERFACE_DEFINED__ */ @@ -255,36 +251,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfLangBarItems* This, + IEnumTfLangBarItems *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfLangBarItems* This); + IEnumTfLangBarItems *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfLangBarItems* This); + IEnumTfLangBarItems *This); /*** IEnumTfLangBarItems methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfLangBarItems* This, + IEnumTfLangBarItems *This, IEnumTfLangBarItems **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfLangBarItems* This, + IEnumTfLangBarItems *This, ULONG ulCount, ITfLangBarItem **ppItem, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfLangBarItems* This); + IEnumTfLangBarItems *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfLangBarItems* This, + IEnumTfLangBarItems *This, ULONG ulCount); END_INTERFACE } IEnumTfLangBarItemsVtbl; + interface IEnumTfLangBarItems { CONST_VTBL IEnumTfLangBarItemsVtbl* lpVtbl; }; @@ -329,39 +326,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfLangBarItems_Clone_Proxy( - IEnumTfLangBarItems* This, - IEnumTfLangBarItems **ppEnum); -void __RPC_STUB IEnumTfLangBarItems_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLangBarItems_Next_Proxy( - IEnumTfLangBarItems* This, - ULONG ulCount, - ITfLangBarItem **ppItem, - ULONG *pcFetched); -void __RPC_STUB IEnumTfLangBarItems_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLangBarItems_Reset_Proxy( - IEnumTfLangBarItems* This); -void __RPC_STUB IEnumTfLangBarItems_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLangBarItems_Skip_Proxy( - IEnumTfLangBarItems* This, - ULONG ulCount); -void __RPC_STUB IEnumTfLangBarItems_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfLangBarItems_INTERFACE_DEFINED__ */ @@ -389,23 +353,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLangBarItemSink* This, + ITfLangBarItemSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLangBarItemSink* This); + ITfLangBarItemSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLangBarItemSink* This); + ITfLangBarItemSink *This); /*** ITfLangBarItemSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnUpdate)( - ITfLangBarItemSink* This, + ITfLangBarItemSink *This, DWORD dwFlags); END_INTERFACE } ITfLangBarItemSinkVtbl; + interface ITfLangBarItemSink { CONST_VTBL ITfLangBarItemSinkVtbl* lpVtbl; }; @@ -438,14 +403,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLangBarItemSink_OnUpdate_Proxy( - ITfLangBarItemSink* This, - DWORD dwFlags); -void __RPC_STUB ITfLangBarItemSink_OnUpdate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLangBarItemSink_INTERFACE_DEFINED__ */ @@ -521,62 +478,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLangBarItemMgr* This); + ITfLangBarItemMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLangBarItemMgr* This); + ITfLangBarItemMgr *This); /*** ITfLangBarItemMgr methods ***/ HRESULT (STDMETHODCALLTYPE *EnumItems)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, IEnumTfLangBarItems **ppEnum); HRESULT (STDMETHODCALLTYPE *GetItem)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, REFGUID rguid, ITfLangBarItem **ppItem); HRESULT (STDMETHODCALLTYPE *AddItem)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ITfLangBarItem *punk); HRESULT (STDMETHODCALLTYPE *RemoveItem)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ITfLangBarItem *punk); HRESULT (STDMETHODCALLTYPE *AdviseItemSink)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ITfLangBarItemSink *punk, DWORD *pdwCookie, REFGUID rguidItem); HRESULT (STDMETHODCALLTYPE *UnadviseItemSink)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, DWORD dwCookie); HRESULT (STDMETHODCALLTYPE *GetItemFloatingRect)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, DWORD dwThreadId, REFGUID rguid, RECT *prc); HRESULT (STDMETHODCALLTYPE *GetItemsStatus)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ULONG ulCount, const GUID *prgguid, DWORD *pdwStatus); HRESULT (STDMETHODCALLTYPE *GetItemNum)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ULONG *pulCount); HRESULT (STDMETHODCALLTYPE *GetItems)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ULONG ulCount, ITfLangBarItem **ppItem, TF_LANGBARITEMINFO *pInfo, @@ -584,19 +541,20 @@ ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *AdviseItemsSink)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ULONG ulCount, ITfLangBarItemSink **ppunk, const GUID *pguidItem, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *UnadviseItemsSink)( - ITfLangBarItemMgr* This, + ITfLangBarItemMgr *This, ULONG ulCount, DWORD *pdwCookie); END_INTERFACE } ITfLangBarItemMgrVtbl; + interface ITfLangBarItemMgr { CONST_VTBL ITfLangBarItemMgrVtbl* lpVtbl; }; @@ -673,117 +631,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_EnumItems_Proxy( - ITfLangBarItemMgr* This, - IEnumTfLangBarItems **ppEnum); -void __RPC_STUB ITfLangBarItemMgr_EnumItems_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_GetItem_Proxy( - ITfLangBarItemMgr* This, - REFGUID rguid, - ITfLangBarItem **ppItem); -void __RPC_STUB ITfLangBarItemMgr_GetItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_AddItem_Proxy( - ITfLangBarItemMgr* This, - ITfLangBarItem *punk); -void __RPC_STUB ITfLangBarItemMgr_AddItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_RemoveItem_Proxy( - ITfLangBarItemMgr* This, - ITfLangBarItem *punk); -void __RPC_STUB ITfLangBarItemMgr_RemoveItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_AdviseItemSink_Proxy( - ITfLangBarItemMgr* This, - ITfLangBarItemSink *punk, - DWORD *pdwCookie, - REFGUID rguidItem); -void __RPC_STUB ITfLangBarItemMgr_AdviseItemSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_UnadviseItemSink_Proxy( - ITfLangBarItemMgr* This, - DWORD dwCookie); -void __RPC_STUB ITfLangBarItemMgr_UnadviseItemSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_GetItemFloatingRect_Proxy( - ITfLangBarItemMgr* This, - DWORD dwThreadId, - REFGUID rguid, - RECT *prc); -void __RPC_STUB ITfLangBarItemMgr_GetItemFloatingRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_GetItemsStatus_Proxy( - ITfLangBarItemMgr* This, - ULONG ulCount, - const GUID *prgguid, - DWORD *pdwStatus); -void __RPC_STUB ITfLangBarItemMgr_GetItemsStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_GetItemNum_Proxy( - ITfLangBarItemMgr* This, - ULONG *pulCount); -void __RPC_STUB ITfLangBarItemMgr_GetItemNum_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_GetItems_Proxy( - ITfLangBarItemMgr* This, - ULONG ulCount, - ITfLangBarItem **ppItem, - TF_LANGBARITEMINFO *pInfo, - DWORD *pdwStatus, - ULONG *pcFetched); -void __RPC_STUB ITfLangBarItemMgr_GetItems_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_AdviseItemsSink_Proxy( - ITfLangBarItemMgr* This, - ULONG ulCount, - ITfLangBarItemSink **ppunk, - const GUID *pguidItem, - DWORD *pdwCookie); -void __RPC_STUB ITfLangBarItemMgr_AdviseItemsSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarItemMgr_UnadviseItemsSink_Proxy( - ITfLangBarItemMgr* This, - ULONG ulCount, - DWORD *pdwCookie); -void __RPC_STUB ITfLangBarItemMgr_UnadviseItemsSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLangBarItemMgr_INTERFACE_DEFINED__ */ @@ -848,68 +695,69 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLangBarMgr* This); + ITfLangBarMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLangBarMgr* This); + ITfLangBarMgr *This); /*** ITfLangBarMgr methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseEventSink)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, ITfLangBarEventSink *pSink, HWND hwnd, DWORD dwflags, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *UnAdviseEventSink)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD dwCookie); HRESULT (STDMETHODCALLTYPE *GetThreadMarshalInterface)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD dwThreadId, DWORD dwType, REFIID riid, IUnknown **ppunk); HRESULT (STDMETHODCALLTYPE *GetThreadLangBarItemMgr)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD dwThreadId, ITfLangBarItemMgr **pplbie, DWORD *pdwThreadid); HRESULT (STDMETHODCALLTYPE *GetInputProcessorProfiles)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD dwThreadId, ITfInputProcessorProfiles **ppaip, DWORD *pdwThreadid); HRESULT (STDMETHODCALLTYPE *RestoreLastFocus)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD *dwThreadId, WINBOOL fPrev); HRESULT (STDMETHODCALLTYPE *SetModalInput)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, ITfLangBarEventSink *pSink, DWORD dwThreadId, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *ShowFloating)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetShowFloatingStatus)( - ITfLangBarMgr* This, + ITfLangBarMgr *This, DWORD *pdwFlags); END_INTERFACE } ITfLangBarMgrVtbl; + interface ITfLangBarMgr { CONST_VTBL ITfLangBarMgrVtbl* lpVtbl; }; @@ -974,91 +822,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_AdviseEventSink_Proxy( - ITfLangBarMgr* This, - ITfLangBarEventSink *pSink, - HWND hwnd, - DWORD dwflags, - DWORD *pdwCookie); -void __RPC_STUB ITfLangBarMgr_AdviseEventSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_UnAdviseEventSink_Proxy( - ITfLangBarMgr* This, - DWORD dwCookie); -void __RPC_STUB ITfLangBarMgr_UnAdviseEventSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_GetThreadMarshalInterface_Proxy( - ITfLangBarMgr* This, - DWORD dwThreadId, - DWORD dwType, - REFIID riid, - IUnknown **ppunk); -void __RPC_STUB ITfLangBarMgr_GetThreadMarshalInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_GetThreadLangBarItemMgr_Proxy( - ITfLangBarMgr* This, - DWORD dwThreadId, - ITfLangBarItemMgr **pplbie, - DWORD *pdwThreadid); -void __RPC_STUB ITfLangBarMgr_GetThreadLangBarItemMgr_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_GetInputProcessorProfiles_Proxy( - ITfLangBarMgr* This, - DWORD dwThreadId, - ITfInputProcessorProfiles **ppaip, - DWORD *pdwThreadid); -void __RPC_STUB ITfLangBarMgr_GetInputProcessorProfiles_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_RestoreLastFocus_Proxy( - ITfLangBarMgr* This, - DWORD *dwThreadId, - WINBOOL fPrev); -void __RPC_STUB ITfLangBarMgr_RestoreLastFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_SetModalInput_Proxy( - ITfLangBarMgr* This, - ITfLangBarEventSink *pSink, - DWORD dwThreadId, - DWORD dwFlags); -void __RPC_STUB ITfLangBarMgr_SetModalInput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_ShowFloating_Proxy( - ITfLangBarMgr* This, - DWORD dwFlags); -void __RPC_STUB ITfLangBarMgr_ShowFloating_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarMgr_GetShowFloatingStatus_Proxy( - ITfLangBarMgr* This, - DWORD *pdwFlags); -void __RPC_STUB ITfLangBarMgr_GetShowFloatingStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLangBarMgr_INTERFACE_DEFINED__ */ @@ -1106,48 +869,49 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLangBarEventSink* This); + ITfLangBarEventSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLangBarEventSink* This); + ITfLangBarEventSink *This); /*** ITfLangBarEventSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnSetFocus)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwThreadId); HRESULT (STDMETHODCALLTYPE *OnThreadTerminate)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwThreadId); HRESULT (STDMETHODCALLTYPE *OnThreadItemChange)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwThreadId); HRESULT (STDMETHODCALLTYPE *OnModalInput)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwThreadId, UINT uMsg, WPARAM wParam, LPARAM lParam); HRESULT (STDMETHODCALLTYPE *ShowFloating)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetItemFloatingRect)( - ITfLangBarEventSink* This, + ITfLangBarEventSink *This, DWORD dwThreadId, REFGUID rguid, RECT *prc); END_INTERFACE } ITfLangBarEventSinkVtbl; + interface ITfLangBarEventSink { CONST_VTBL ITfLangBarEventSinkVtbl* lpVtbl; }; @@ -1200,59 +964,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_OnSetFocus_Proxy( - ITfLangBarEventSink* This, - DWORD dwThreadId); -void __RPC_STUB ITfLangBarEventSink_OnSetFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_OnThreadTerminate_Proxy( - ITfLangBarEventSink* This, - DWORD dwThreadId); -void __RPC_STUB ITfLangBarEventSink_OnThreadTerminate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_OnThreadItemChange_Proxy( - ITfLangBarEventSink* This, - DWORD dwThreadId); -void __RPC_STUB ITfLangBarEventSink_OnThreadItemChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_OnModalInput_Proxy( - ITfLangBarEventSink* This, - DWORD dwThreadId, - UINT uMsg, - WPARAM wParam, - LPARAM lParam); -void __RPC_STUB ITfLangBarEventSink_OnModalInput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_ShowFloating_Proxy( - ITfLangBarEventSink* This, - DWORD dwFlags); -void __RPC_STUB ITfLangBarEventSink_ShowFloating_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLangBarEventSink_GetItemFloatingRect_Proxy( - ITfLangBarEventSink* This, - DWORD dwThreadId, - REFGUID rguid, - RECT *prc); -void __RPC_STUB ITfLangBarEventSink_GetItemFloatingRect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLangBarEventSink_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/d2d1_1.h mingw-w64-6.0.0/mingw-w64-headers/include/d2d1_1.h --- mingw-w64-5.0.4/mingw-w64-headers/include/d2d1_1.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/d2d1_1.h 2018-09-14 14:16:43.000000000 +0000 @@ -36,7 +36,6 @@ typedef HRESULT (CALLBACK *PD2D1_EFFECT_FACTORY)(IUnknown**); typedef D2D_RECT_L D2D1_RECT_L; -typedef D2D_POINT_2L D2D1_POINT_2L; typedef enum D2D1_PROPERTY_TYPE { D2D1_PROPERTY_TYPE_UNKNOWN = 0, @@ -1007,6 +1006,25 @@ DEFINE_GUID(IID_ID2D1Factory1, 0xbb12d362,0xdaee,0x4b9a,0xaa,0x1d,0x14,0xba,0x40,0x1c,0xfa,0x1f); __CRT_UUID_DECL(ID2D1Factory1, 0xbb12d362,0xdaee,0x4b9a,0xaa,0x1d,0x14,0xba,0x40,0x1c,0xfa,0x1f); +#ifndef D2D_USE_C_DEFINITIONS + +interface ID2D1Multithread : public IUnknown +{ + STDMETHOD_(BOOL, GetMultithreadProtected)() CONST PURE; + STDMETHOD_(void, Enter)() PURE; + STDMETHOD_(void, Leave)() PURE; +}; + +#else + +typedef interface ID2D1Multithread ID2D1Multithread; +/* FIXME: Add full C declaration */ + +#endif + +DEFINE_GUID(IID_ID2D1Multithread, 0x31e6e7bc,0xe0ff,0x4d46,0x8c,0x64,0xa0,0xa8,0xc4,0x1c,0x15,0xd3); +__CRT_UUID_DECL(ID2D1Multithread, 0x31e6e7bc,0xe0ff,0x4d46,0x8c,0x64,0xa0,0xa8,0xc4,0x1c,0x15,0xd3); + #include #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/d2d1_1helper.h mingw-w64-6.0.0/mingw-w64-headers/include/d2d1_1helper.h --- mingw-w64-5.0.4/mingw-w64-headers/include/d2d1_1helper.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/d2d1_1helper.h 2018-09-14 14:16:43.000000000 +0000 @@ -43,6 +43,13 @@ return r; } + D2D1FORCEINLINE D2D1_BITMAP_BRUSH_PROPERTIES1 BitmapBrushProperties1(D2D1_EXTEND_MODE extendmodeX = D2D1_EXTEND_MODE_CLAMP, + D2D1_EXTEND_MODE extendmodeY = D2D1_EXTEND_MODE_CLAMP, + D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR) { + D2D1_BITMAP_BRUSH_PROPERTIES1 r = {extendmodeX, extendmodeY, interpolationMode}; + return r; + } + class Matrix5x4F : public D2D1_MATRIX_5X4_F { public: inline Matrix5x4F( diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/d2d1.h mingw-w64-6.0.0/mingw-w64-headers/include/d2d1.h --- mingw-w64-5.0.4/mingw-w64-headers/include/d2d1.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/d2d1.h 2018-09-14 14:16:43.000000000 +0000 @@ -664,9 +664,39 @@ #ifndef D2D_USE_C_DEFINITIONS interface ID2D1Bitmap : public ID2D1Image { +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_SIZE_F, GetSize)(void) const PURE; +#else + virtual D2D1_SIZE_F* STDMETHODCALLTYPE GetSize(D2D1_SIZE_F*) const = 0; + D2D1_SIZE_F STDMETHODCALLTYPE GetSize() const { + D2D1_SIZE_F __ret; + GetSize(&__ret); + return __ret; + } +#endif + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_SIZE_U, GetPixelSize)(void) const PURE; +#else + virtual D2D1_SIZE_U* STDMETHODCALLTYPE GetPixelSize(D2D1_SIZE_U*) const = 0; + D2D1_SIZE_U STDMETHODCALLTYPE GetPixelSize() const { + D2D1_SIZE_U __ret; + GetPixelSize(&__ret); + return __ret; + } +#endif + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_PIXEL_FORMAT, GetPixelFormat)(void) const PURE; +#else + virtual D2D1_PIXEL_FORMAT* STDMETHODCALLTYPE GetPixelFormat(D2D1_PIXEL_FORMAT*) const = 0; + D2D1_PIXEL_FORMAT STDMETHODCALLTYPE GetPixelFormat() const { + D2D1_PIXEL_FORMAT __ret; + GetPixelFormat(&__ret); + return __ret; + } +#endif + STDMETHOD_(void, GetDpi)(FLOAT *dpiX, FLOAT *dpiY) const PURE; STDMETHOD(CopyFromBitmap)(const D2D1_POINT_2U *destPoint, ID2D1Bitmap *bitmap, const D2D1_RECT_U *srcRect) PURE; STDMETHOD(CopyFromRenderTarget)(const D2D1_POINT_2U *destPoint, ID2D1RenderTarget *renderTarget, const D2D1_RECT_U *srcRect) PURE; @@ -809,11 +839,43 @@ STDMETHOD_(void, Clear)(const D2D1_COLOR_F *clearColor = NULL) PURE; STDMETHOD_(void, BeginDraw)(void) PURE; STDMETHOD(EndDraw)(D2D1_TAG *tag1 = NULL, D2D1_TAG *tag2 = NULL) PURE; + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_PIXEL_FORMAT, GetPixelFormat)(void) const PURE; +#else + virtual D2D1_PIXEL_FORMAT* STDMETHODCALLTYPE GetPixelFormat(D2D1_PIXEL_FORMAT*) const = 0; + D2D1_PIXEL_FORMAT STDMETHODCALLTYPE GetPixelFormat() const { + D2D1_PIXEL_FORMAT __ret; + GetPixelFormat(&__ret); + return __ret; + } +#endif + STDMETHOD_(void, SetDpi)(FLOAT dpiX, FLOAT dpiY) PURE; STDMETHOD_(void, GetDpi)(FLOAT *dpiX, FLOAT *dpiY) const PURE; + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_SIZE_F, GetSize)(void) const PURE; +#else + virtual D2D1_SIZE_F* STDMETHODCALLTYPE GetSize(D2D1_SIZE_F*) const = 0; + D2D1_SIZE_F STDMETHODCALLTYPE GetSize() const { + D2D1_SIZE_F __ret; + GetSize(&__ret); + return __ret; + } +#endif + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_SIZE_U, GetPixelSize)(void) const PURE; +#else + virtual D2D1_SIZE_U* STDMETHODCALLTYPE GetPixelSize(D2D1_SIZE_U*) const = 0; + D2D1_SIZE_U STDMETHODCALLTYPE GetPixelSize() const { + D2D1_SIZE_U __ret; + GetPixelSize(&__ret); + return __ret; + } +#endif + STDMETHOD_(UINT32, GetMaximumBitmapSize)(void) const PURE; STDMETHOD_(BOOL, IsSupported)(const D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties) const PURE; @@ -1962,7 +2024,16 @@ #ifndef D2D_USE_C_DEFINITIONS interface ID2D1Layer : public ID2D1Resource { +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_SIZE_F, GetSize)(void) const PURE; +#else + virtual D2D1_SIZE_F* STDMETHODCALLTYPE GetSize(D2D1_SIZE_F*) const = 0; + D2D1_SIZE_F STDMETHODCALLTYPE GetSize() const { + D2D1_SIZE_F __ret; + GetSize(&__ret); + return __ret; + } +#endif }; #else @@ -1992,8 +2063,29 @@ interface ID2D1LinearGradientBrush : public ID2D1Brush { STDMETHOD_(void, SetStartPoint)(D2D1_POINT_2F startPoint) PURE; STDMETHOD_(void, SetEndPoint)(D2D1_POINT_2F endPoint) PURE; + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_POINT_2F, GetStartPoint)(void) const PURE; +#else + virtual D2D1_POINT_2F* STDMETHODCALLTYPE GetStartPoint(D2D1_POINT_2F*) const = 0; + D2D1_POINT_2F STDMETHODCALLTYPE GetStartPoint() const { + D2D1_POINT_2F __ret; + GetStartPoint(&__ret); + return __ret; + } +#endif + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_POINT_2F, GetEndPoint)(void) const PURE; +#else + virtual D2D1_POINT_2F* STDMETHODCALLTYPE GetEndPoint(D2D1_POINT_2F*) const = 0; + D2D1_POINT_2F STDMETHODCALLTYPE GetEndPoint() const { + D2D1_POINT_2F __ret; + GetEndPoint(&__ret); + return __ret; + } +#endif + STDMETHOD_(void, GetGradientStopCollection)(ID2D1GradientStopCollection **gradientStopCollection) const PURE; }; @@ -2116,8 +2208,31 @@ STDMETHOD_(void, SetGradientOriginOffset)(D2D1_POINT_2F gradientOriginOffset) PURE; STDMETHOD_(void, SetRadiusX)(FLOAT radiusX) PURE; STDMETHOD_(void, SetRadiusY)(FLOAT radiusY) PURE; + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_POINT_2F, GetCenter)(void) const PURE; +#else + virtual D2D1_POINT_2F* STDMETHODCALLTYPE GetCenter(D2D1_POINT_2F *__ret) const = 0; + D2D1_POINT_2F STDMETHODCALLTYPE GetCenter() const + { + D2D1_POINT_2F __ret; + GetCenter(&__ret); + return __ret; + } +#endif + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_POINT_2F, GetGradientOriginOffset)(void) const PURE; +#else + virtual D2D1_POINT_2F* STDMETHODCALLTYPE GetGradientOriginOffset(D2D1_POINT_2F *__ret) const = 0; + D2D1_POINT_2F STDMETHODCALLTYPE GetGradientOriginOffset() const + { + D2D1_POINT_2F __ret; + GetGradientOriginOffset(&__ret); + return __ret; + } +#endif + STDMETHOD_(FLOAT, GetRadiusX)(void) const PURE; STDMETHOD_(FLOAT, GetRadiusY)(void) const PURE; STDMETHOD_(void, GetGradientStopCollection)(ID2D1GradientStopCollection **gradientStopCollection) const PURE; @@ -2251,7 +2366,17 @@ interface ID2D1SolidColorBrush : public ID2D1Brush { STDMETHOD_(void, SetColor)(const D2D1_COLOR_F *color) PURE; + +#ifndef WIDL_EXPLICIT_AGGREGATE_RETURNS STDMETHOD_(D2D1_COLOR_F, GetColor)(void) const PURE; +#else + virtual D2D1_COLOR_F* STDMETHODCALLTYPE GetColor(D2D1_COLOR_F*) const = 0; + D2D1_COLOR_F STDMETHODCALLTYPE GetColor() const { + D2D1_COLOR_F __ret; + GetColor(&__ret); + return __ret; + } +#endif void SetColor(const D2D1_COLOR_F &color) { SetColor(&color); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/d2dbasetypes.h mingw-w64-6.0.0/mingw-w64-headers/include/d2dbasetypes.h --- mingw-w64-5.0.4/mingw-w64-headers/include/d2dbasetypes.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/d2dbasetypes.h 2018-09-14 14:16:43.000000000 +0000 @@ -67,8 +67,6 @@ FLOAT y; }; -typedef POINT D2D_POINT_2L; - struct D2D_POINT_2U { UINT32 x; UINT32 y; @@ -95,11 +93,6 @@ FLOAT height; }; -struct D2D_SIZE_U { - UINT32 width; - UINT32 height; -}; - typedef D2D_COLOR_F D2D1_COLOR_F; typedef struct D2D_POINT_2F D2D1_POINT_2F; @@ -112,8 +105,6 @@ typedef struct D2D_SIZE_F D2D1_SIZE_F; -typedef struct D2D_SIZE_U D2D1_SIZE_U; - typedef struct D2D_VECTOR_2F { FLOAT x; FLOAT y; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dcommon.h mingw-w64-6.0.0/mingw-w64-headers/include/dcommon.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dcommon.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dcommon.h 2018-09-14 14:16:43.000000000 +0000 @@ -12,4 +12,26 @@ DWRITE_MEASURING_MODE_GDI_NATURAL } DWRITE_MEASURING_MODE; +enum DWRITE_GLYPH_IMAGE_FORMATS { + DWRITE_GLYPH_IMAGE_FORMATS_NONE = 0x0000, + DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE = 0x0001, + DWRITE_GLYPH_IMAGE_FORMATS_CFF = 0x0002, + DWRITE_GLYPH_IMAGE_FORMATS_COLR = 0x0004, + DWRITE_GLYPH_IMAGE_FORMATS_SVG = 0x0008, + DWRITE_GLYPH_IMAGE_FORMATS_PNG = 0x0010, + DWRITE_GLYPH_IMAGE_FORMATS_JPEG = 0x0020, + DWRITE_GLYPH_IMAGE_FORMATS_TIFF = 0x0040, + DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8 = 0x0080, +}; + +typedef POINT D2D_POINT_2L; +typedef D2D_POINT_2L D2D1_POINT_2L; + +struct D2D_SIZE_U { + UINT32 width; + UINT32 height; +}; + +typedef struct D2D_SIZE_U D2D1_SIZE_U; + #endif /*#define __INC_DCOMMON__*/ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dcomp.h mingw-w64-6.0.0/mingw-w64-headers/include/dcomp.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dcomp.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dcomp.h 2018-09-14 14:16:43.000000000 +0000 @@ -220,6 +220,29 @@ }; #undef INTERFACE +#define INTERFACE IDCompositionVisual +DECLARE_INTERFACE_IID_(IDCompositionVisual,IUnknown,"4d93059d-097b-4651-9a60-f0f25116e2f3") +{ + STDMETHOD(SetOffsetX)(THIS_ float) PURE; + STDMETHOD(SetOffsetX)(THIS_ IDCompositionAnimation*) PURE; + STDMETHOD(SetOffsetY)(THIS_ float) PURE; + STDMETHOD(SetOffsetY)(THIS_ IDCompositionAnimation*) PURE; + STDMETHOD(SetTransform)(THIS_ const D2D_MATRIX_3X2_F&) PURE; + STDMETHOD(SetTransform)(THIS_ IDCompositionTransform*) PURE; + STDMETHOD(SetTransformParent)(THIS_ IDCompositionVisual*) PURE; + STDMETHOD(SetEffect)(THIS_ IDCompositionEffect*) PURE; + STDMETHOD(SetBitmapInterpolationMode)(THIS_ DCOMPOSITION_BITMAP_INTERPOLATION_MODE) PURE; + STDMETHOD(SetBorderMode)(THIS_ DCOMPOSITION_BORDER_MODE) PURE; + STDMETHOD(SetClip)(THIS_ const D2D_RECT_F&) PURE; + STDMETHOD(SetClip)(THIS_ IDCompositionClip*) PURE; + STDMETHOD(SetContent)(THIS_ IUnknown*) PURE; + STDMETHOD(AddVisual)(THIS_ IDCompositionVisual*,BOOL,IDCompositionVisual*) PURE; + STDMETHOD(RemoveVisual)(THIS_ IDCompositionVisual*) PURE; + STDMETHOD(RemoveAllVisuals)(THIS_) PURE; + STDMETHOD(SetCompositeMode)(THIS_ DCOMPOSITION_COMPOSITE_MODE) PURE; +}; + +#undef INTERFACE #define INTERFACE IDCompositionTarget DECLARE_INTERFACE_IID_(IDCompositionTarget,IUnknown,"eacdd04c-117e-4e17-88f4-d1b12b0e3d89") { @@ -260,28 +283,5 @@ __CRT_UUID_DECL(IDCompositionDevice,0xc37ea93a,0xe7aa,0x450d,0xb1,0x6f,0x97,0x46,0xcb,0x04,0x07,0xf3); #endif -#undef INTERFACE -#define INTERFACE IDCompositionVisual -DECLARE_INTERFACE_IID_(IDCompositionVisual,IUnknown,"4d93059d-097b-4651-9a60-f0f25116e2f3") -{ - STDMETHOD(SetOffsetX)(THIS_ float) PURE; - STDMETHOD(SetOffsetX)(THIS_ IDCompositionAnimation*) PURE; - STDMETHOD(SetOffsetY)(THIS_ float) PURE; - STDMETHOD(SetOffsetY)(THIS_ IDCompositionAnimation*) PURE; - STDMETHOD(SetTransform)(THIS_ const D2D_MATRIX_3X2_F&) PURE; - STDMETHOD(SetTransform)(THIS_ IDCompositionTransform*) PURE; - STDMETHOD(SetTransformParent)(THIS_ IDCompositionVisual*) PURE; - STDMETHOD(SetEffect)(THIS_ IDCompositionEffect*) PURE; - STDMETHOD(SetBitmapInterpolationMode)(THIS_ DCOMPOSITION_BITMAP_INTERPOLATION_MODE) PURE; - STDMETHOD(SetBorderMode)(THIS_ DCOMPOSITION_BORDER_MODE) PURE; - STDMETHOD(SetClip)(THIS_ const D2D_RECT_F&) PURE; - STDMETHOD(SetClip)(THIS_ IDCompositionClip*) PURE; - STDMETHOD(SetContent)(THIS_ IUnknown*) PURE; - STDMETHOD(AddVisual)(THIS_ IDCompositionVisual*,BOOL,IDCompositionVisual*) PURE; - STDMETHOD(RemoveVisual)(THIS_ IDCompositionVisual*) PURE; - STDMETHOD(RemoveAllVisuals)(THIS_) PURE; - STDMETHOD(SetCompositeMode)(THIS_ DCOMPOSITION_COMPOSITE_MODE) PURE; -}; - #endif #endif /* _DCOMP_H_ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/devicetopology.h mingw-w64-6.0.0/mingw-w64-headers/include/devicetopology.h --- mingw-w64-5.0.4/mingw-w64-headers/include/devicetopology.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/devicetopology.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/devicetopology.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/devicetopology.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,126 +20,201 @@ #ifndef __IKsControl_FWD_DEFINED__ #define __IKsControl_FWD_DEFINED__ typedef interface IKsControl IKsControl; +#ifdef __cplusplus +interface IKsControl; +#endif /* __cplusplus */ #endif #ifndef __IPerChannelDbLevel_FWD_DEFINED__ #define __IPerChannelDbLevel_FWD_DEFINED__ typedef interface IPerChannelDbLevel IPerChannelDbLevel; +#ifdef __cplusplus +interface IPerChannelDbLevel; +#endif /* __cplusplus */ #endif #ifndef __IAudioVolumeLevel_FWD_DEFINED__ #define __IAudioVolumeLevel_FWD_DEFINED__ typedef interface IAudioVolumeLevel IAudioVolumeLevel; +#ifdef __cplusplus +interface IAudioVolumeLevel; +#endif /* __cplusplus */ #endif #ifndef __IAudioChannelConfig_FWD_DEFINED__ #define __IAudioChannelConfig_FWD_DEFINED__ typedef interface IAudioChannelConfig IAudioChannelConfig; +#ifdef __cplusplus +interface IAudioChannelConfig; +#endif /* __cplusplus */ #endif #ifndef __IAudioLoudness_FWD_DEFINED__ #define __IAudioLoudness_FWD_DEFINED__ typedef interface IAudioLoudness IAudioLoudness; +#ifdef __cplusplus +interface IAudioLoudness; +#endif /* __cplusplus */ #endif #ifndef __IAudioInputSelector_FWD_DEFINED__ #define __IAudioInputSelector_FWD_DEFINED__ typedef interface IAudioInputSelector IAudioInputSelector; +#ifdef __cplusplus +interface IAudioInputSelector; +#endif /* __cplusplus */ #endif #ifndef __IAudioOutputSelector_FWD_DEFINED__ #define __IAudioOutputSelector_FWD_DEFINED__ typedef interface IAudioOutputSelector IAudioOutputSelector; +#ifdef __cplusplus +interface IAudioOutputSelector; +#endif /* __cplusplus */ #endif #ifndef __IAudioMute_FWD_DEFINED__ #define __IAudioMute_FWD_DEFINED__ typedef interface IAudioMute IAudioMute; +#ifdef __cplusplus +interface IAudioMute; +#endif /* __cplusplus */ #endif #ifndef __IAudioBass_FWD_DEFINED__ #define __IAudioBass_FWD_DEFINED__ typedef interface IAudioBass IAudioBass; +#ifdef __cplusplus +interface IAudioBass; +#endif /* __cplusplus */ #endif #ifndef __IAudioMidRange_FWD_DEFINED__ #define __IAudioMidRange_FWD_DEFINED__ typedef interface IAudioMidRange IAudioMidRange; +#ifdef __cplusplus +interface IAudioMidRange; +#endif /* __cplusplus */ #endif #ifndef __IAudioTreble_FWD_DEFINED__ #define __IAudioTreble_FWD_DEFINED__ typedef interface IAudioTreble IAudioTreble; +#ifdef __cplusplus +interface IAudioTreble; +#endif /* __cplusplus */ #endif #ifndef __IAudioAutoGainControl_FWD_DEFINED__ #define __IAudioAutoGainControl_FWD_DEFINED__ typedef interface IAudioAutoGainControl IAudioAutoGainControl; +#ifdef __cplusplus +interface IAudioAutoGainControl; +#endif /* __cplusplus */ #endif #ifndef __IAudioPeakMeter_FWD_DEFINED__ #define __IAudioPeakMeter_FWD_DEFINED__ typedef interface IAudioPeakMeter IAudioPeakMeter; +#ifdef __cplusplus +interface IAudioPeakMeter; +#endif /* __cplusplus */ #endif #ifndef __IDeviceSpecificProperty_FWD_DEFINED__ #define __IDeviceSpecificProperty_FWD_DEFINED__ typedef interface IDeviceSpecificProperty IDeviceSpecificProperty; +#ifdef __cplusplus +interface IDeviceSpecificProperty; +#endif /* __cplusplus */ #endif #ifndef __IKsFormatSupport_FWD_DEFINED__ #define __IKsFormatSupport_FWD_DEFINED__ typedef interface IKsFormatSupport IKsFormatSupport; +#ifdef __cplusplus +interface IKsFormatSupport; +#endif /* __cplusplus */ #endif #ifndef __IKsJackDescription_FWD_DEFINED__ #define __IKsJackDescription_FWD_DEFINED__ typedef interface IKsJackDescription IKsJackDescription; +#ifdef __cplusplus +interface IKsJackDescription; +#endif /* __cplusplus */ #endif #ifndef __IKsJackDescription2_FWD_DEFINED__ #define __IKsJackDescription2_FWD_DEFINED__ typedef interface IKsJackDescription2 IKsJackDescription2; +#ifdef __cplusplus +interface IKsJackDescription2; +#endif /* __cplusplus */ #endif #ifndef __IKsJackSinkInformation_FWD_DEFINED__ #define __IKsJackSinkInformation_FWD_DEFINED__ typedef interface IKsJackSinkInformation IKsJackSinkInformation; +#ifdef __cplusplus +interface IKsJackSinkInformation; +#endif /* __cplusplus */ #endif #ifndef __IPartsList_FWD_DEFINED__ #define __IPartsList_FWD_DEFINED__ typedef interface IPartsList IPartsList; +#ifdef __cplusplus +interface IPartsList; +#endif /* __cplusplus */ #endif #ifndef __IPart_FWD_DEFINED__ #define __IPart_FWD_DEFINED__ typedef interface IPart IPart; +#ifdef __cplusplus +interface IPart; +#endif /* __cplusplus */ #endif #ifndef __IConnector_FWD_DEFINED__ #define __IConnector_FWD_DEFINED__ typedef interface IConnector IConnector; +#ifdef __cplusplus +interface IConnector; +#endif /* __cplusplus */ #endif #ifndef __ISubUnit_FWD_DEFINED__ #define __ISubUnit_FWD_DEFINED__ typedef interface ISubUnit ISubUnit; +#ifdef __cplusplus +interface ISubUnit; +#endif /* __cplusplus */ #endif #ifndef __IControlInterface_FWD_DEFINED__ #define __IControlInterface_FWD_DEFINED__ typedef interface IControlInterface IControlInterface; +#ifdef __cplusplus +interface IControlInterface; +#endif /* __cplusplus */ #endif #ifndef __IControlChangeNotify_FWD_DEFINED__ #define __IControlChangeNotify_FWD_DEFINED__ typedef interface IControlChangeNotify IControlChangeNotify; +#ifdef __cplusplus +interface IControlChangeNotify; +#endif /* __cplusplus */ #endif #ifndef __IDeviceTopology_FWD_DEFINED__ #define __IDeviceTopology_FWD_DEFINED__ typedef interface IDeviceTopology IDeviceTopology; +#ifdef __cplusplus +interface IDeviceTopology; +#endif /* __cplusplus */ #endif #ifndef __DeviceTopology_FWD_DEFINED__ @@ -164,21 +239,33 @@ #ifndef __IPart_FWD_DEFINED__ #define __IPart_FWD_DEFINED__ typedef interface IPart IPart; +#ifdef __cplusplus +interface IPart; +#endif /* __cplusplus */ #endif #ifndef __IControlInterface_FWD_DEFINED__ #define __IControlInterface_FWD_DEFINED__ typedef interface IControlInterface IControlInterface; +#ifdef __cplusplus +interface IControlInterface; +#endif /* __cplusplus */ #endif #ifndef __IDeviceTopology_FWD_DEFINED__ #define __IDeviceTopology_FWD_DEFINED__ typedef interface IDeviceTopology IDeviceTopology; +#ifdef __cplusplus +interface IDeviceTopology; +#endif /* __cplusplus */ #endif #ifndef __IControlChangeNotify_FWD_DEFINED__ #define __IControlChangeNotify_FWD_DEFINED__ typedef interface IControlChangeNotify IControlChangeNotify; +#ifdef __cplusplus +interface IControlChangeNotify; +#endif /* __cplusplus */ #endif #ifndef E_NOTFOUND @@ -353,19 +440,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IKsControl* This, + IKsControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IKsControl* This); + IKsControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IKsControl* This); + IKsControl *This); /*** IKsControl methods ***/ HRESULT (STDMETHODCALLTYPE *KsProperty)( - IKsControl* This, + IKsControl *This, PKSPROPERTY Property, ULONG PropertyLength, void *PropertyData, @@ -373,7 +460,7 @@ ULONG *BytesReturned); HRESULT (STDMETHODCALLTYPE *KsMethod)( - IKsControl* This, + IKsControl *This, PKSMETHOD Method, ULONG MethodLength, void *MethodData, @@ -381,7 +468,7 @@ ULONG *BytesReturned); HRESULT (STDMETHODCALLTYPE *KsEvent)( - IKsControl* This, + IKsControl *This, PKSEVENT Event, ULONG EventLength, void *EventData, @@ -390,6 +477,7 @@ END_INTERFACE } IKsControlVtbl; + interface IKsControl { CONST_VTBL IKsControlVtbl* lpVtbl; }; @@ -430,42 +518,6 @@ #endif -HRESULT STDMETHODCALLTYPE IKsControl_KsProperty_Proxy( - IKsControl* This, - PKSPROPERTY Property, - ULONG PropertyLength, - void *PropertyData, - ULONG DataLength, - ULONG *BytesReturned); -void __RPC_STUB IKsControl_KsProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IKsControl_KsMethod_Proxy( - IKsControl* This, - PKSMETHOD Method, - ULONG MethodLength, - void *MethodData, - ULONG DataLength, - ULONG *BytesReturned); -void __RPC_STUB IKsControl_KsMethod_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IKsControl_KsEvent_Proxy( - IKsControl* This, - PKSEVENT Event, - ULONG EventLength, - void *EventData, - ULONG DataLength, - ULONG *BytesReturned); -void __RPC_STUB IKsControl_KsEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IKsControl_INTERFACE_DEFINED__ */ @@ -517,52 +569,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IPerChannelDbLevel* This); + IPerChannelDbLevel *This); ULONG (STDMETHODCALLTYPE *Release)( - IPerChannelDbLevel* This); + IPerChannelDbLevel *This); /*** IPerChannelDbLevel methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevelRange)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, UINT nChannel, float *pfMinLevelDB, float *pfMaxLevelDB, float *pfStepping); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, UINT nChannel, float *pfLevelDB); HRESULT (STDMETHODCALLTYPE *SetLevel)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, UINT nChannel, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelUniform)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelAllChannels)( - IPerChannelDbLevel* This, + IPerChannelDbLevel *This, float *aLevelsDB, ULONG cChannels, LPCGUID pguidEventContext); END_INTERFACE } IPerChannelDbLevelVtbl; + interface IPerChannelDbLevel { CONST_VTBL IPerChannelDbLevelVtbl* lpVtbl; }; @@ -615,63 +668,6 @@ #endif -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_GetChannelCount_Proxy( - IPerChannelDbLevel* This, - UINT *pcChannels); -void __RPC_STUB IPerChannelDbLevel_GetChannelCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_GetLevelRange_Proxy( - IPerChannelDbLevel* This, - UINT nChannel, - float *pfMinLevelDB, - float *pfMaxLevelDB, - float *pfStepping); -void __RPC_STUB IPerChannelDbLevel_GetLevelRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_GetLevel_Proxy( - IPerChannelDbLevel* This, - UINT nChannel, - float *pfLevelDB); -void __RPC_STUB IPerChannelDbLevel_GetLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_SetLevel_Proxy( - IPerChannelDbLevel* This, - UINT nChannel, - float fLevelDB, - LPCGUID pguidEventContext); -void __RPC_STUB IPerChannelDbLevel_SetLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_SetLevelUniform_Proxy( - IPerChannelDbLevel* This, - float fLevelDB, - LPCGUID pguidEventContext); -void __RPC_STUB IPerChannelDbLevel_SetLevelUniform_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPerChannelDbLevel_SetLevelAllChannels_Proxy( - IPerChannelDbLevel* This, - float *aLevelsDB, - ULONG cChannels, - LPCGUID pguidEventContext); -void __RPC_STUB IPerChannelDbLevel_SetLevelAllChannels_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IPerChannelDbLevel_INTERFACE_DEFINED__ */ @@ -696,52 +692,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioVolumeLevel* This); + IAudioVolumeLevel *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioVolumeLevel* This); + IAudioVolumeLevel *This); /*** IPerChannelDbLevel methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevelRange)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, UINT nChannel, float *pfMinLevelDB, float *pfMaxLevelDB, float *pfStepping); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, UINT nChannel, float *pfLevelDB); HRESULT (STDMETHODCALLTYPE *SetLevel)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, UINT nChannel, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelUniform)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelAllChannels)( - IAudioVolumeLevel* This, + IAudioVolumeLevel *This, float *aLevelsDB, ULONG cChannels, LPCGUID pguidEventContext); END_INTERFACE } IAudioVolumeLevelVtbl; + interface IAudioVolumeLevel { CONST_VTBL IAudioVolumeLevelVtbl* lpVtbl; }; @@ -826,29 +823,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioChannelConfig* This, + IAudioChannelConfig *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioChannelConfig* This); + IAudioChannelConfig *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioChannelConfig* This); + IAudioChannelConfig *This); /*** IAudioChannelConfig methods ***/ HRESULT (STDMETHODCALLTYPE *SetChannelConfig)( - IAudioChannelConfig* This, + IAudioChannelConfig *This, DWORD dwConfig, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetChannelConfig)( - IAudioChannelConfig* This, + IAudioChannelConfig *This, DWORD dwConfig, DWORD *pdwConfig); END_INTERFACE } IAudioChannelConfigVtbl; + interface IAudioChannelConfig { CONST_VTBL IAudioChannelConfigVtbl* lpVtbl; }; @@ -885,24 +883,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioChannelConfig_SetChannelConfig_Proxy( - IAudioChannelConfig* This, - DWORD dwConfig, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioChannelConfig_SetChannelConfig_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioChannelConfig_GetChannelConfig_Proxy( - IAudioChannelConfig* This, - DWORD dwConfig, - DWORD *pdwConfig); -void __RPC_STUB IAudioChannelConfig_GetChannelConfig_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioChannelConfig_INTERFACE_DEFINED__ */ @@ -934,28 +914,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioLoudness* This, + IAudioLoudness *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioLoudness* This); + IAudioLoudness *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioLoudness* This); + IAudioLoudness *This); /*** IAudioLoudness methods ***/ HRESULT (STDMETHODCALLTYPE *GetEnabled)( - IAudioLoudness* This, + IAudioLoudness *This, WINBOOL *pbEnabled); HRESULT (STDMETHODCALLTYPE *SetEnabled)( - IAudioLoudness* This, + IAudioLoudness *This, WINBOOL bEnabled, LPCGUID pguidEventContext); END_INTERFACE } IAudioLoudnessVtbl; + interface IAudioLoudness { CONST_VTBL IAudioLoudnessVtbl* lpVtbl; }; @@ -992,23 +973,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioLoudness_GetEnabled_Proxy( - IAudioLoudness* This, - WINBOOL *pbEnabled); -void __RPC_STUB IAudioLoudness_GetEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioLoudness_SetEnabled_Proxy( - IAudioLoudness* This, - WINBOOL bEnabled, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioLoudness_SetEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioLoudness_INTERFACE_DEFINED__ */ @@ -1040,28 +1004,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioInputSelector* This, + IAudioInputSelector *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioInputSelector* This); + IAudioInputSelector *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioInputSelector* This); + IAudioInputSelector *This); /*** IAudioInputSelector methods ***/ HRESULT (STDMETHODCALLTYPE *GetSelection)( - IAudioInputSelector* This, + IAudioInputSelector *This, UINT *pnIdSelected); HRESULT (STDMETHODCALLTYPE *SetSelection)( - IAudioInputSelector* This, + IAudioInputSelector *This, UINT nIdSelect, LPCGUID pguidEventContext); END_INTERFACE } IAudioInputSelectorVtbl; + interface IAudioInputSelector { CONST_VTBL IAudioInputSelectorVtbl* lpVtbl; }; @@ -1098,23 +1063,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioInputSelector_GetSelection_Proxy( - IAudioInputSelector* This, - UINT *pnIdSelected); -void __RPC_STUB IAudioInputSelector_GetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioInputSelector_SetSelection_Proxy( - IAudioInputSelector* This, - UINT nIdSelect, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioInputSelector_SetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioInputSelector_INTERFACE_DEFINED__ */ @@ -1146,28 +1094,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioOutputSelector* This, + IAudioOutputSelector *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioOutputSelector* This); + IAudioOutputSelector *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioOutputSelector* This); + IAudioOutputSelector *This); /*** IAudioOutputSelector methods ***/ HRESULT (STDMETHODCALLTYPE *GetSelection)( - IAudioOutputSelector* This, + IAudioOutputSelector *This, UINT *pnIdSelected); HRESULT (STDMETHODCALLTYPE *SetSelection)( - IAudioOutputSelector* This, + IAudioOutputSelector *This, UINT nIdSelect, LPCGUID pguidEventContext); END_INTERFACE } IAudioOutputSelectorVtbl; + interface IAudioOutputSelector { CONST_VTBL IAudioOutputSelectorVtbl* lpVtbl; }; @@ -1204,23 +1153,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioOutputSelector_GetSelection_Proxy( - IAudioOutputSelector* This, - UINT *pnIdSelected); -void __RPC_STUB IAudioOutputSelector_GetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioOutputSelector_SetSelection_Proxy( - IAudioOutputSelector* This, - UINT nIdSelect, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioOutputSelector_SetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioOutputSelector_INTERFACE_DEFINED__ */ @@ -1252,28 +1184,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioMute* This, + IAudioMute *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioMute* This); + IAudioMute *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioMute* This); + IAudioMute *This); /*** IAudioMute methods ***/ HRESULT (STDMETHODCALLTYPE *SetMute)( - IAudioMute* This, + IAudioMute *This, WINBOOL bMute, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMute)( - IAudioMute* This, + IAudioMute *This, WINBOOL *pbMute); END_INTERFACE } IAudioMuteVtbl; + interface IAudioMute { CONST_VTBL IAudioMuteVtbl* lpVtbl; }; @@ -1310,23 +1243,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioMute_SetMute_Proxy( - IAudioMute* This, - WINBOOL bMute, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioMute_SetMute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioMute_GetMute_Proxy( - IAudioMute* This, - WINBOOL *pbMute); -void __RPC_STUB IAudioMute_GetMute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioMute_INTERFACE_DEFINED__ */ @@ -1351,52 +1267,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioBass* This, + IAudioBass *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioBass* This); + IAudioBass *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioBass* This); + IAudioBass *This); /*** IPerChannelDbLevel methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioBass* This, + IAudioBass *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevelRange)( - IAudioBass* This, + IAudioBass *This, UINT nChannel, float *pfMinLevelDB, float *pfMaxLevelDB, float *pfStepping); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IAudioBass* This, + IAudioBass *This, UINT nChannel, float *pfLevelDB); HRESULT (STDMETHODCALLTYPE *SetLevel)( - IAudioBass* This, + IAudioBass *This, UINT nChannel, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelUniform)( - IAudioBass* This, + IAudioBass *This, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelAllChannels)( - IAudioBass* This, + IAudioBass *This, float *aLevelsDB, ULONG cChannels, LPCGUID pguidEventContext); END_INTERFACE } IAudioBassVtbl; + interface IAudioBass { CONST_VTBL IAudioBassVtbl* lpVtbl; }; @@ -1473,52 +1390,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioMidRange* This, + IAudioMidRange *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioMidRange* This); + IAudioMidRange *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioMidRange* This); + IAudioMidRange *This); /*** IPerChannelDbLevel methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioMidRange* This, + IAudioMidRange *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevelRange)( - IAudioMidRange* This, + IAudioMidRange *This, UINT nChannel, float *pfMinLevelDB, float *pfMaxLevelDB, float *pfStepping); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IAudioMidRange* This, + IAudioMidRange *This, UINT nChannel, float *pfLevelDB); HRESULT (STDMETHODCALLTYPE *SetLevel)( - IAudioMidRange* This, + IAudioMidRange *This, UINT nChannel, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelUniform)( - IAudioMidRange* This, + IAudioMidRange *This, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelAllChannels)( - IAudioMidRange* This, + IAudioMidRange *This, float *aLevelsDB, ULONG cChannels, LPCGUID pguidEventContext); END_INTERFACE } IAudioMidRangeVtbl; + interface IAudioMidRange { CONST_VTBL IAudioMidRangeVtbl* lpVtbl; }; @@ -1595,52 +1513,53 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioTreble* This, + IAudioTreble *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioTreble* This); + IAudioTreble *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioTreble* This); + IAudioTreble *This); /*** IPerChannelDbLevel methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioTreble* This, + IAudioTreble *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevelRange)( - IAudioTreble* This, + IAudioTreble *This, UINT nChannel, float *pfMinLevelDB, float *pfMaxLevelDB, float *pfStepping); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IAudioTreble* This, + IAudioTreble *This, UINT nChannel, float *pfLevelDB); HRESULT (STDMETHODCALLTYPE *SetLevel)( - IAudioTreble* This, + IAudioTreble *This, UINT nChannel, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelUniform)( - IAudioTreble* This, + IAudioTreble *This, float fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetLevelAllChannels)( - IAudioTreble* This, + IAudioTreble *This, float *aLevelsDB, ULONG cChannels, LPCGUID pguidEventContext); END_INTERFACE } IAudioTrebleVtbl; + interface IAudioTreble { CONST_VTBL IAudioTrebleVtbl* lpVtbl; }; @@ -1724,28 +1643,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioAutoGainControl* This, + IAudioAutoGainControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioAutoGainControl* This); + IAudioAutoGainControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioAutoGainControl* This); + IAudioAutoGainControl *This); /*** IAudioAutoGainControl methods ***/ HRESULT (STDMETHODCALLTYPE *GetEnabled)( - IAudioAutoGainControl* This, + IAudioAutoGainControl *This, WINBOOL bEnabled, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMute)( - IAudioAutoGainControl* This, + IAudioAutoGainControl *This, WINBOOL *pbEnabled); END_INTERFACE } IAudioAutoGainControlVtbl; + interface IAudioAutoGainControl { CONST_VTBL IAudioAutoGainControlVtbl* lpVtbl; }; @@ -1782,23 +1702,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioAutoGainControl_GetEnabled_Proxy( - IAudioAutoGainControl* This, - WINBOOL bEnabled, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioAutoGainControl_GetEnabled_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioAutoGainControl_GetMute_Proxy( - IAudioAutoGainControl* This, - WINBOOL *pbEnabled); -void __RPC_STUB IAudioAutoGainControl_GetMute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioAutoGainControl_INTERFACE_DEFINED__ */ @@ -1830,28 +1733,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioPeakMeter* This, + IAudioPeakMeter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioPeakMeter* This); + IAudioPeakMeter *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioPeakMeter* This); + IAudioPeakMeter *This); /*** IAudioPeakMeter methods ***/ HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioPeakMeter* This, + IAudioPeakMeter *This, UINT *pcChannels); HRESULT (STDMETHODCALLTYPE *GetLevel)( - IAudioPeakMeter* This, + IAudioPeakMeter *This, UINT nChannel, float *pfLevel); END_INTERFACE } IAudioPeakMeterVtbl; + interface IAudioPeakMeter { CONST_VTBL IAudioPeakMeterVtbl* lpVtbl; }; @@ -1888,23 +1792,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioPeakMeter_GetChannelCount_Proxy( - IAudioPeakMeter* This, - UINT *pcChannels); -void __RPC_STUB IAudioPeakMeter_GetChannelCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioPeakMeter_GetLevel_Proxy( - IAudioPeakMeter* This, - UINT nChannel, - float *pfLevel); -void __RPC_STUB IAudioPeakMeter_GetLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioPeakMeter_INTERFACE_DEFINED__ */ @@ -1946,40 +1833,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDeviceSpecificProperty* This, + IDeviceSpecificProperty *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDeviceSpecificProperty* This); + IDeviceSpecificProperty *This); ULONG (STDMETHODCALLTYPE *Release)( - IDeviceSpecificProperty* This); + IDeviceSpecificProperty *This); /*** IDeviceSpecificProperty methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - IDeviceSpecificProperty* This, + IDeviceSpecificProperty *This, VARTYPE *pVType); HRESULT (STDMETHODCALLTYPE *GetValue)( - IDeviceSpecificProperty* This, + IDeviceSpecificProperty *This, VARTYPE *pvType, DWORD *pcbValue); HRESULT (STDMETHODCALLTYPE *SetValue)( - IDeviceSpecificProperty* This, + IDeviceSpecificProperty *This, void *pvValue, DWORD cbValue, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *Get4BRange)( - IDeviceSpecificProperty* This, + IDeviceSpecificProperty *This, LONG *plMin, LONG *plMax, LONG *plStepping); END_INTERFACE } IDeviceSpecificPropertyVtbl; + interface IDeviceSpecificProperty { CONST_VTBL IDeviceSpecificPropertyVtbl* lpVtbl; }; @@ -2024,43 +1912,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDeviceSpecificProperty_GetType_Proxy( - IDeviceSpecificProperty* This, - VARTYPE *pVType); -void __RPC_STUB IDeviceSpecificProperty_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceSpecificProperty_GetValue_Proxy( - IDeviceSpecificProperty* This, - VARTYPE *pvType, - DWORD *pcbValue); -void __RPC_STUB IDeviceSpecificProperty_GetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceSpecificProperty_SetValue_Proxy( - IDeviceSpecificProperty* This, - void *pvValue, - DWORD cbValue, - LPCGUID pguidEventContext); -void __RPC_STUB IDeviceSpecificProperty_SetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceSpecificProperty_Get4BRange_Proxy( - IDeviceSpecificProperty* This, - LONG *plMin, - LONG *plMax, - LONG *plStepping); -void __RPC_STUB IDeviceSpecificProperty_Get4BRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDeviceSpecificProperty_INTERFACE_DEFINED__ */ @@ -2093,29 +1944,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IKsFormatSupport* This, + IKsFormatSupport *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IKsFormatSupport* This); + IKsFormatSupport *This); ULONG (STDMETHODCALLTYPE *Release)( - IKsFormatSupport* This); + IKsFormatSupport *This); /*** IKsFormatSupport methods ***/ HRESULT (STDMETHODCALLTYPE *IsFormatSupported)( - IKsFormatSupport* This, + IKsFormatSupport *This, PKSDATAFORMAT pKsFormat, DWORD cbFormat, WINBOOL *pbSupported); HRESULT (STDMETHODCALLTYPE *GetDevicePreferredFormat)( - IKsFormatSupport* This, + IKsFormatSupport *This, PKSDATAFORMAT *ppKsFormat); END_INTERFACE } IKsFormatSupportVtbl; + interface IKsFormatSupport { CONST_VTBL IKsFormatSupportVtbl* lpVtbl; }; @@ -2152,24 +2004,6 @@ #endif -HRESULT STDMETHODCALLTYPE IKsFormatSupport_IsFormatSupported_Proxy( - IKsFormatSupport* This, - PKSDATAFORMAT pKsFormat, - DWORD cbFormat, - WINBOOL *pbSupported); -void __RPC_STUB IKsFormatSupport_IsFormatSupported_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IKsFormatSupport_GetDevicePreferredFormat_Proxy( - IKsFormatSupport* This, - PKSDATAFORMAT *ppKsFormat); -void __RPC_STUB IKsFormatSupport_GetDevicePreferredFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IKsFormatSupport_INTERFACE_DEFINED__ */ @@ -2201,28 +2035,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IKsJackDescription* This, + IKsJackDescription *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IKsJackDescription* This); + IKsJackDescription *This); ULONG (STDMETHODCALLTYPE *Release)( - IKsJackDescription* This); + IKsJackDescription *This); /*** IKsJackDescription methods ***/ HRESULT (STDMETHODCALLTYPE *GetJackCount)( - IKsJackDescription* This, + IKsJackDescription *This, UINT *pcJacks); HRESULT (STDMETHODCALLTYPE *GetJackDescription)( - IKsJackDescription* This, + IKsJackDescription *This, UINT nJack, KSJACK_DESCRIPTION *pDescription); END_INTERFACE } IKsJackDescriptionVtbl; + interface IKsJackDescription { CONST_VTBL IKsJackDescriptionVtbl* lpVtbl; }; @@ -2259,23 +2094,6 @@ #endif -HRESULT STDMETHODCALLTYPE IKsJackDescription_GetJackCount_Proxy( - IKsJackDescription* This, - UINT *pcJacks); -void __RPC_STUB IKsJackDescription_GetJackCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IKsJackDescription_GetJackDescription_Proxy( - IKsJackDescription* This, - UINT nJack, - KSJACK_DESCRIPTION *pDescription); -void __RPC_STUB IKsJackDescription_GetJackDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IKsJackDescription_INTERFACE_DEFINED__ */ @@ -2307,28 +2125,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IKsJackDescription2* This, + IKsJackDescription2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IKsJackDescription2* This); + IKsJackDescription2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IKsJackDescription2* This); + IKsJackDescription2 *This); /*** IKsJackDescription2 methods ***/ HRESULT (STDMETHODCALLTYPE *GetJackCount)( - IKsJackDescription2* This, + IKsJackDescription2 *This, UINT *pcJacks); HRESULT (STDMETHODCALLTYPE *GetJackDescription2)( - IKsJackDescription2* This, + IKsJackDescription2 *This, UINT nJack, KSJACK_DESCRIPTION2 *pDescription2); END_INTERFACE } IKsJackDescription2Vtbl; + interface IKsJackDescription2 { CONST_VTBL IKsJackDescription2Vtbl* lpVtbl; }; @@ -2365,23 +2184,6 @@ #endif -HRESULT STDMETHODCALLTYPE IKsJackDescription2_GetJackCount_Proxy( - IKsJackDescription2* This, - UINT *pcJacks); -void __RPC_STUB IKsJackDescription2_GetJackCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IKsJackDescription2_GetJackDescription2_Proxy( - IKsJackDescription2* This, - UINT nJack, - KSJACK_DESCRIPTION2 *pDescription2); -void __RPC_STUB IKsJackDescription2_GetJackDescription2_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IKsJackDescription2_INTERFACE_DEFINED__ */ @@ -2409,23 +2211,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IKsJackSinkInformation* This, + IKsJackSinkInformation *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IKsJackSinkInformation* This); + IKsJackSinkInformation *This); ULONG (STDMETHODCALLTYPE *Release)( - IKsJackSinkInformation* This); + IKsJackSinkInformation *This); /*** IKsJackSinkInformation methods ***/ HRESULT (STDMETHODCALLTYPE *GetJackSinkInformation)( - IKsJackSinkInformation* This, + IKsJackSinkInformation *This, KSJACK_SINK_INFORMATION *pJackSinkInformation); END_INTERFACE } IKsJackSinkInformationVtbl; + interface IKsJackSinkInformation { CONST_VTBL IKsJackSinkInformationVtbl* lpVtbl; }; @@ -2458,14 +2261,6 @@ #endif -HRESULT STDMETHODCALLTYPE IKsJackSinkInformation_GetJackSinkInformation_Proxy( - IKsJackSinkInformation* This, - KSJACK_SINK_INFORMATION *pJackSinkInformation); -void __RPC_STUB IKsJackSinkInformation_GetJackSinkInformation_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IKsJackSinkInformation_INTERFACE_DEFINED__ */ @@ -2497,28 +2292,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IPartsList* This, + IPartsList *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IPartsList* This); + IPartsList *This); ULONG (STDMETHODCALLTYPE *Release)( - IPartsList* This); + IPartsList *This); /*** IPartsList methods ***/ HRESULT (STDMETHODCALLTYPE *GetCount)( - IPartsList* This, + IPartsList *This, UINT *pCount); HRESULT (STDMETHODCALLTYPE *GetPart)( - IPartsList* This, + IPartsList *This, UINT nIndex, IPart **ppPart); END_INTERFACE } IPartsListVtbl; + interface IPartsList { CONST_VTBL IPartsListVtbl* lpVtbl; }; @@ -2555,23 +2351,6 @@ #endif -HRESULT STDMETHODCALLTYPE IPartsList_GetCount_Proxy( - IPartsList* This, - UINT *pCount); -void __RPC_STUB IPartsList_GetCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPartsList_GetPart_Proxy( - IPartsList* This, - UINT nIndex, - IPart **ppPart); -void __RPC_STUB IPartsList_GetPart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IPartsList_INTERFACE_DEFINED__ */ @@ -2639,75 +2418,76 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IPart* This, + IPart *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IPart* This); + IPart *This); ULONG (STDMETHODCALLTYPE *Release)( - IPart* This); + IPart *This); /*** IPart methods ***/ HRESULT (STDMETHODCALLTYPE *GetName)( - IPart* This, + IPart *This, LPWSTR *ppwstrName); HRESULT (STDMETHODCALLTYPE *GetLocalId)( - IPart* This, + IPart *This, UINT *pnId); HRESULT (STDMETHODCALLTYPE *GetGlobalId)( - IPart* This, + IPart *This, LPWSTR *ppwstrGlobalId); HRESULT (STDMETHODCALLTYPE *GetPartType)( - IPart* This, + IPart *This, PartType *pPartType); HRESULT (STDMETHODCALLTYPE *GetSubType)( - IPart* This, + IPart *This, GUID *pSubType); HRESULT (STDMETHODCALLTYPE *GetControlInterfaceCount)( - IPart* This, + IPart *This, UINT *pCount); HRESULT (STDMETHODCALLTYPE *GetControlInterface)( - IPart* This, + IPart *This, UINT nIndex, IControlInterface **ppInterfaceDesc); HRESULT (STDMETHODCALLTYPE *EnumPartsIncoming)( - IPart* This, + IPart *This, IPartsList **ppParts); HRESULT (STDMETHODCALLTYPE *EnumPartsOutgoing)( - IPart* This, + IPart *This, IPartsList **ppParts); HRESULT (STDMETHODCALLTYPE *GetTopologyObjects)( - IPart* This, + IPart *This, IDeviceTopology **ppTopology); HRESULT (STDMETHODCALLTYPE *Activate)( - IPart* This, + IPart *This, DWORD dwClsContext, REFIID refiid, void **ppvObject); HRESULT (STDMETHODCALLTYPE *RegisterControlChangeCallback)( - IPart* This, + IPart *This, REFGUID riid, IControlChangeNotify *pNotify); HRESULT (STDMETHODCALLTYPE *UnregisterControlChangeCallback)( - IPart* This, + IPart *This, IControlChangeNotify *pNotify); END_INTERFACE } IPartVtbl; + interface IPart { CONST_VTBL IPartVtbl* lpVtbl; }; @@ -2788,114 +2568,6 @@ #endif -HRESULT STDMETHODCALLTYPE IPart_GetName_Proxy( - IPart* This, - LPWSTR *ppwstrName); -void __RPC_STUB IPart_GetName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetLocalId_Proxy( - IPart* This, - UINT *pnId); -void __RPC_STUB IPart_GetLocalId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetGlobalId_Proxy( - IPart* This, - LPWSTR *ppwstrGlobalId); -void __RPC_STUB IPart_GetGlobalId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetPartType_Proxy( - IPart* This, - PartType *pPartType); -void __RPC_STUB IPart_GetPartType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetSubType_Proxy( - IPart* This, - GUID *pSubType); -void __RPC_STUB IPart_GetSubType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetControlInterfaceCount_Proxy( - IPart* This, - UINT *pCount); -void __RPC_STUB IPart_GetControlInterfaceCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetControlInterface_Proxy( - IPart* This, - UINT nIndex, - IControlInterface **ppInterfaceDesc); -void __RPC_STUB IPart_GetControlInterface_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_EnumPartsIncoming_Proxy( - IPart* This, - IPartsList **ppParts); -void __RPC_STUB IPart_EnumPartsIncoming_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_EnumPartsOutgoing_Proxy( - IPart* This, - IPartsList **ppParts); -void __RPC_STUB IPart_EnumPartsOutgoing_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_GetTopologyObjects_Proxy( - IPart* This, - IDeviceTopology **ppTopology); -void __RPC_STUB IPart_GetTopologyObjects_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_Activate_Proxy( - IPart* This, - DWORD dwClsContext, - REFIID refiid, - void **ppvObject); -void __RPC_STUB IPart_Activate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_RegisterControlChangeCallback_Proxy( - IPart* This, - REFGUID riid, - IControlChangeNotify *pNotify); -void __RPC_STUB IPart_RegisterControlChangeCallback_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IPart_UnregisterControlChangeCallback_Proxy( - IPart* This, - IControlChangeNotify *pNotify); -void __RPC_STUB IPart_UnregisterControlChangeCallback_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IPart_INTERFACE_DEFINED__ */ @@ -2944,50 +2616,51 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IConnector* This, + IConnector *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IConnector* This); + IConnector *This); ULONG (STDMETHODCALLTYPE *Release)( - IConnector* This); + IConnector *This); /*** IConnector methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - IConnector* This, + IConnector *This, ConnectorType *pType); HRESULT (STDMETHODCALLTYPE *GetDataFlow)( - IConnector* This, + IConnector *This, DataFlow *pFlow); HRESULT (STDMETHODCALLTYPE *ConnectTo)( - IConnector* This, + IConnector *This, IConnector *pConnectTo); HRESULT (STDMETHODCALLTYPE *Disconnect)( - IConnector* This); + IConnector *This); HRESULT (STDMETHODCALLTYPE *IsConnected)( - IConnector* This, + IConnector *This, WINBOOL *pbConnected); HRESULT (STDMETHODCALLTYPE *GetConnectedTo)( - IConnector* This, + IConnector *This, IConnector **ppConTo); HRESULT (STDMETHODCALLTYPE *GetConnectorIdConnectedTo)( - IConnector* This, + IConnector *This, LPWSTR *ppwstrConnectorId); HRESULT (STDMETHODCALLTYPE *GetDeviceIdConnectedTo)( - IConnector* This, + IConnector *This, LPWSTR *ppwstrDeviceId); END_INTERFACE } IConnectorVtbl; + interface IConnector { CONST_VTBL IConnectorVtbl* lpVtbl; }; @@ -3048,69 +2721,6 @@ #endif -HRESULT STDMETHODCALLTYPE IConnector_GetType_Proxy( - IConnector* This, - ConnectorType *pType); -void __RPC_STUB IConnector_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_GetDataFlow_Proxy( - IConnector* This, - DataFlow *pFlow); -void __RPC_STUB IConnector_GetDataFlow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_ConnectTo_Proxy( - IConnector* This, - IConnector *pConnectTo); -void __RPC_STUB IConnector_ConnectTo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_Disconnect_Proxy( - IConnector* This); -void __RPC_STUB IConnector_Disconnect_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_IsConnected_Proxy( - IConnector* This, - WINBOOL *pbConnected); -void __RPC_STUB IConnector_IsConnected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_GetConnectedTo_Proxy( - IConnector* This, - IConnector **ppConTo); -void __RPC_STUB IConnector_GetConnectedTo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_GetConnectorIdConnectedTo_Proxy( - IConnector* This, - LPWSTR *ppwstrConnectorId); -void __RPC_STUB IConnector_GetConnectorIdConnectedTo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IConnector_GetDeviceIdConnectedTo_Proxy( - IConnector* This, - LPWSTR *ppwstrDeviceId); -void __RPC_STUB IConnector_GetDeviceIdConnectedTo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IConnector_INTERFACE_DEFINED__ */ @@ -3135,18 +2745,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ISubUnit* This, + ISubUnit *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ISubUnit* This); + ISubUnit *This); ULONG (STDMETHODCALLTYPE *Release)( - ISubUnit* This); + ISubUnit *This); END_INTERFACE } ISubUnitVtbl; + interface ISubUnit { CONST_VTBL ISubUnitVtbl* lpVtbl; }; @@ -3203,27 +2814,28 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IControlInterface* This, + IControlInterface *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IControlInterface* This); + IControlInterface *This); ULONG (STDMETHODCALLTYPE *Release)( - IControlInterface* This); + IControlInterface *This); /*** IControlInterface methods ***/ HRESULT (STDMETHODCALLTYPE *GetName)( - IControlInterface* This, + IControlInterface *This, LPWSTR *ppwstrName); HRESULT (STDMETHODCALLTYPE *GetIID)( - IControlInterface* This, + IControlInterface *This, GUID *pIID); END_INTERFACE } IControlInterfaceVtbl; + interface IControlInterface { CONST_VTBL IControlInterfaceVtbl* lpVtbl; }; @@ -3260,22 +2872,6 @@ #endif -HRESULT STDMETHODCALLTYPE IControlInterface_GetName_Proxy( - IControlInterface* This, - LPWSTR *ppwstrName); -void __RPC_STUB IControlInterface_GetName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IControlInterface_GetIID_Proxy( - IControlInterface* This, - GUID *pIID); -void __RPC_STUB IControlInterface_GetIID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IControlInterface_INTERFACE_DEFINED__ */ @@ -3304,24 +2900,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IControlChangeNotify* This, + IControlChangeNotify *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IControlChangeNotify* This); + IControlChangeNotify *This); ULONG (STDMETHODCALLTYPE *Release)( - IControlChangeNotify* This); + IControlChangeNotify *This); /*** IControlChangeNotify methods ***/ HRESULT (STDMETHODCALLTYPE *OnNotify)( - IControlChangeNotify* This, + IControlChangeNotify *This, DWORD dwSenderProcessId, LPCGUID ppguidEventContext); END_INTERFACE } IControlChangeNotifyVtbl; + interface IControlChangeNotify { CONST_VTBL IControlChangeNotifyVtbl* lpVtbl; }; @@ -3354,15 +2951,6 @@ #endif -HRESULT STDMETHODCALLTYPE IControlChangeNotify_OnNotify_Proxy( - IControlChangeNotify* This, - DWORD dwSenderProcessId, - LPCGUID ppguidEventContext); -void __RPC_STUB IControlChangeNotify_OnNotify_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IControlChangeNotify_INTERFACE_DEFINED__ */ @@ -3414,46 +3002,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDeviceTopology* This, + IDeviceTopology *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDeviceTopology* This); + IDeviceTopology *This); ULONG (STDMETHODCALLTYPE *Release)( - IDeviceTopology* This); + IDeviceTopology *This); /*** IDeviceTopology methods ***/ HRESULT (STDMETHODCALLTYPE *GetConnectorCount)( - IDeviceTopology* This, + IDeviceTopology *This, UINT *pCount); HRESULT (STDMETHODCALLTYPE *GetConnector)( - IDeviceTopology* This, + IDeviceTopology *This, UINT nIndex, IConnector **ppConnector); HRESULT (STDMETHODCALLTYPE *GetSubunitCount)( - IDeviceTopology* This, + IDeviceTopology *This, UINT *pCount); HRESULT (STDMETHODCALLTYPE *GetSubunit)( - IDeviceTopology* This, + IDeviceTopology *This, UINT nIndex, ISubUnit **ppConnector); HRESULT (STDMETHODCALLTYPE *GetPartById)( - IDeviceTopology* This, + IDeviceTopology *This, UINT nId, IPart **ppPart); HRESULT (STDMETHODCALLTYPE *GetDeviceId)( - IDeviceTopology* This, + IDeviceTopology *This, LPWSTR *ppwstrDeviceId); HRESULT (STDMETHODCALLTYPE *GetSignalPath)( - IDeviceTopology* This, + IDeviceTopology *This, IPart *pIPartFrom, IPart *pIPartTo, WINBOOL bRejectMixedPaths, @@ -3461,6 +3049,7 @@ END_INTERFACE } IDeviceTopologyVtbl; + interface IDeviceTopology { CONST_VTBL IDeviceTopologyVtbl* lpVtbl; }; @@ -3517,68 +3106,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetConnectorCount_Proxy( - IDeviceTopology* This, - UINT *pCount); -void __RPC_STUB IDeviceTopology_GetConnectorCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetConnector_Proxy( - IDeviceTopology* This, - UINT nIndex, - IConnector **ppConnector); -void __RPC_STUB IDeviceTopology_GetConnector_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetSubunitCount_Proxy( - IDeviceTopology* This, - UINT *pCount); -void __RPC_STUB IDeviceTopology_GetSubunitCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetSubunit_Proxy( - IDeviceTopology* This, - UINT nIndex, - ISubUnit **ppConnector); -void __RPC_STUB IDeviceTopology_GetSubunit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetPartById_Proxy( - IDeviceTopology* This, - UINT nId, - IPart **ppPart); -void __RPC_STUB IDeviceTopology_GetPartById_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetDeviceId_Proxy( - IDeviceTopology* This, - LPWSTR *ppwstrDeviceId); -void __RPC_STUB IDeviceTopology_GetDeviceId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDeviceTopology_GetSignalPath_Proxy( - IDeviceTopology* This, - IPart *pIPartFrom, - IPart *pIPartTo, - WINBOOL bRejectMixedPaths, - IPartsList **ppParts); -void __RPC_STUB IDeviceTopology_GetSignalPath_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDeviceTopology_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/devicetopology.idl mingw-w64-6.0.0/mingw-w64-headers/include/devicetopology.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/devicetopology.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/devicetopology.idl 2018-09-14 14:16:43.000000000 +0000 @@ -604,7 +604,7 @@ HRESULT UnregisterControlChangeCallback( [in] IControlChangeNotify *pNotify ); -}; +} [ pointer_default(unique), diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/downloadmgr.h mingw-w64-6.0.0/mingw-w64-headers/include/downloadmgr.h --- mingw-w64-5.0.4/mingw-w64-headers/include/downloadmgr.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/downloadmgr.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/downloadmgr.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/downloadmgr.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,6 +20,9 @@ #ifndef __IDownloadManager_FWD_DEFINED__ #define __IDownloadManager_FWD_DEFINED__ typedef interface IDownloadManager IDownloadManager; +#ifdef __cplusplus +interface IDownloadManager; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -64,19 +67,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDownloadManager* This, + IDownloadManager *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDownloadManager* This); + IDownloadManager *This); ULONG (STDMETHODCALLTYPE *Release)( - IDownloadManager* This); + IDownloadManager *This); /*** IDownloadManager methods ***/ HRESULT (STDMETHODCALLTYPE *Download)( - IDownloadManager* This, + IDownloadManager *This, IMoniker *pmk, IBindCtx *pbc, DWORD dwBindVerb, @@ -88,6 +91,7 @@ END_INTERFACE } IDownloadManagerVtbl; + interface IDownloadManager { CONST_VTBL IDownloadManagerVtbl* lpVtbl; }; @@ -120,21 +124,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDownloadManager_Download_Proxy( - IDownloadManager* This, - IMoniker *pmk, - IBindCtx *pbc, - DWORD dwBindVerb, - LONG grfBINDF, - BINDINFO *pBindInfo, - LPCOLESTR pszHeaders, - LPCOLESTR pszRedir, - UINT uiCP); -void __RPC_STUB IDownloadManager_Download_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDownloadManager_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dpapi.h mingw-w64-6.0.0/mingw-w64-headers/include/dpapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dpapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dpapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -14,7 +14,7 @@ extern "C" { #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10 #define CRYPTPROTECT_DEFAULT_PROVIDER { 0xdf9d8cd0, 0x1501, 0x11d1,{ 0x8c, 0x7a, 0x00, 0xc0, 0x4f, 0xc2, 0x97, 0xeb } } @@ -41,12 +41,6 @@ #define CRYPTPROTECT_FIRST_RESERVED_FLAGVAL 0x0fffffff #define CRYPTPROTECT_LAST_RESERVED_FLAGVAL 0xffffffff -#define CRYPTPROTECTMEMORY_BLOCK_SIZE 16 - -#define CRYPTPROTECTMEMORY_SAME_PROCESS 0x0 -#define CRYPTPROTECTMEMORY_CROSS_PROCESS 0x1 -#define CRYPTPROTECTMEMORY_SAME_LOGON 0x2 - #ifndef CRYPTO_BLOBS_DEFINED #define CRYPTO_BLOBS_DEFINED typedef struct _CRYPTOAPI_BLOB { @@ -77,8 +71,7 @@ DPAPI_IMP WINBOOL WINAPI CryptProtectData (DATA_BLOB *pDataIn, LPCWSTR szDataDescr, DATA_BLOB *pOptionalEntropy, PVOID pvReserved, CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, DWORD dwFlags, DATA_BLOB *pDataOut); DPAPI_IMP WINBOOL WINAPI CryptUnprotectData (DATA_BLOB *pDataIn, LPWSTR *ppszDataDescr, DATA_BLOB *pOptionalEntropy, PVOID pvReserved, CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, DWORD dwFlags, DATA_BLOB *pDataOut); - DPAPI_IMP WINBOOL WINAPI CryptProtectMemory (LPVOID pDataIn, DWORD cbDataIn, DWORD dwFlags); - DPAPI_IMP WINBOOL WINAPI CryptUnprotectMemory (LPVOID pDataIn, DWORD cbDataIn, DWORD dwFlags); + #if NTDDI_VERSION >= 0x06020000 WINBOOL WINAPI CryptProtectDataNoUI (DATA_BLOB *pDataIn, LPCWSTR szDataDescr, DATA_BLOB *pOptionalEntropy, PVOID pvReserved, CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, DWORD dwFlags, const BYTE *pbOptionalPassword, DWORD cbOptionalPassword, DATA_BLOB *pDataOut); WINBOOL WINAPI CryptUnprotectDataNoUI (DATA_BLOB *pDataIn, LPWSTR *ppszDataDescr, DATA_BLOB *pOptionalEntropy, PVOID pvReserved, CRYPTPROTECT_PROMPTSTRUCT *pPromptStruct, DWORD dwFlags, const BYTE *pbOptionalPassword, DWORD cbOptionalPassword, DATA_BLOB *pDataOut); @@ -89,6 +82,19 @@ #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + +#define CRYPTPROTECTMEMORY_BLOCK_SIZE 16 + +#define CRYPTPROTECTMEMORY_SAME_PROCESS 0x0 +#define CRYPTPROTECTMEMORY_CROSS_PROCESS 0x1 +#define CRYPTPROTECTMEMORY_SAME_LOGON 0x2 + +DPAPI_IMP WINBOOL WINAPI CryptProtectMemory (LPVOID pDataIn, DWORD cbDataIn, DWORD dwFlags); +DPAPI_IMP WINBOOL WINAPI CryptUnprotectMemory (LPVOID pDataIn, DWORD cbDataIn, DWORD dwFlags); + +#endif + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/driverspecs.h mingw-w64-6.0.0/mingw-w64-headers/include/driverspecs.h --- mingw-w64-5.0.4/mingw-w64-headers/include/driverspecs.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/driverspecs.h 2018-09-14 14:16:43.000000000 +0000 @@ -12,22 +12,6 @@ #define __drv_dispatchType(x) #define __drv_dispatchType_other -/* - * FIXME: These annotations are not driver-only and does not belong here - */ -#define __in -#define __in_bcount(Size) -#define __in_ecount(Size) - -#define __out -#define __out_bcount(Size) -#define __out_bcount_part(Size, Length) -#define __out_ecount(Size) - -#define __inout - -#define __deref_out_ecount(Size) - #define __drv_aliasesMem #define __drv_allocatesMem(kind) #define __drv_freesMem(kind) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/drmexternals.h mingw-w64-6.0.0/mingw-w64-headers/include/drmexternals.h --- mingw-w64-5.0.4/mingw-w64-headers/include/drmexternals.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/drmexternals.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,37 @@ +/*** Autogenerated by WIDL 3.1 from include/drmexternals.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __drmexternals_h__ +#define __drmexternals_h__ + +/* Forward declarations */ + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __drmexternals_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/drmexternals.idl mingw-w64-6.0.0/mingw-w64-headers/include/drmexternals.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/drmexternals.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/drmexternals.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,19 @@ +/* + * Copyright 2017 Alistair Leslie-Hughes + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "wmdrmsdk.idl"; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_1.h mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_1.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_1.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_1.h 2018-09-14 14:16:43.000000000 +0000 @@ -14,6 +14,27 @@ DWRITE_OUTLINE_THRESHOLD_ALIASED }; +enum DWRITE_BASELINE +{ + DWRITE_BASELINE_DEFAULT, + DWRITE_BASELINE_ROMAN, + DWRITE_BASELINE_CENTRAL, + DWRITE_BASELINE_MATH, + DWRITE_BASELINE_HANGING, + DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM, + DWRITE_BASELINE_IDEOGRAPHIC_TOP, + DWRITE_BASELINE_MINIMUM, + DWRITE_BASELINE_MAXIMUM, +}; + +enum DWRITE_GLYPH_ORIENTATION_ANGLE +{ + DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES, + DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES, + DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES, + DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES, +}; + enum DWRITE_TEXT_ANTIALIAS_MODE { DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE, @@ -47,6 +68,89 @@ BOOL hasTypographicMetrics; }; +struct DWRITE_SCRIPT_PROPERTIES +{ + UINT32 isoScriptCode; + UINT32 isoScriptNumber; + UINT32 clusterLookahead; + UINT32 justificationCharacter; + UINT32 restrictCaretToClusters : 1; + UINT32 usesWordDividers : 1; + UINT32 isDiscreteWriting : 1; + UINT32 isBlockWriting : 1; + UINT32 isDistributedWithinCluster : 1; + UINT32 isConnectedWriting : 1; + UINT32 isCursiveWriting : 1; + UINT32 reserved : 25; +}; + +struct DWRITE_JUSTIFICATION_OPPORTUNITY +{ + FLOAT expansionMinimum; + FLOAT expansionMaximum; + FLOAT compressionMaximum; + UINT32 expansionPriority : 8; + UINT32 compressionPriority : 8; + UINT32 allowResidualExpansion : 1; + UINT32 allowResidualCompression : 1; + UINT32 applyToLeadingEdge : 1; + UINT32 applyToTrailingEdge : 1; + UINT32 reserved : 12; +}; + +union DWRITE_PANOSE { + UINT8 values[10]; + UINT8 familyKind; + struct { + UINT8 familyKind; + UINT8 serifStyle; + UINT8 weight; + UINT8 proportion; + UINT8 contrast; + UINT8 strokeVariation; + UINT8 armStyle; + UINT8 letterform; + UINT8 midline; + UINT8 xHeight; + } text; + struct { + UINT8 familyKind; + UINT8 toolKind; + UINT8 weight; + UINT8 spacing; + UINT8 aspectRatio; + UINT8 contrast; + UINT8 scriptTopology; + UINT8 scriptForm; + UINT8 finials; + UINT8 xAscent; + } script; + struct { + UINT8 familyKind; + UINT8 decorativeClass; + UINT8 weight; + UINT8 aspect; + UINT8 contrast; + UINT8 serifVariant; + UINT8 fill; + UINT8 lining; + UINT8 decorativeTopology; + UINT8 characterRange; + } decorative; + struct { + UINT8 familyKind; + UINT8 symbolKind; + UINT8 weight; + UINT8 spacing; + UINT8 aspectRatioAndContrast; + UINT8 aspectRatio94; + UINT8 aspectRatio119; + UINT8 aspectRatio157; + UINT8 aspectRatio163; + UINT8 aspectRatio211; + } symbol; +}; + #undef INTERFACE #define INTERFACE IDWriteFontCollection DECLARE_INTERFACE_(IDWriteFontFace1, IDWriteFontFace) @@ -132,7 +236,7 @@ #endif /* IDWriteFontFace1 methods */ - STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS*) PURE; + STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; STDMETHOD(GetGdiCompatibleMetrics)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,DWRITE_FONT_METRICS1*) PURE; STDMETHOD_(void, GetCaretMetrics)(THIS_ DWRITE_CARET_METRICS*) PURE; STDMETHOD(GetUnicodeRanges)(THIS_ UINT32, DWRITE_UNICODE_RANGE*,UINT32*) PURE; @@ -178,6 +282,209 @@ __CRT_UUID_DECL(IDWriteRenderingParams1, 0x94413cf4,0xa6fc,0x4248,0x8b,0x50,0x66,0x74,0x34,0x8f,0xca,0xd3) +interface IDWriteTextAnalysisSource1; +interface IDWriteTextAnalysisSink1; +interface IDWriteRenderingParams1; + +#undef INTERFACE +#define INTERFACE IDWriteTextAnalyzer1 +DECLARE_INTERFACE_(IDWriteTextAnalyzer1,IDWriteTextAnalyzer) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteTextAnalyzer methods */ + STDMETHOD(AnalyzeScript)(THIS_ + IDWriteTextAnalysisSource* analysisSource, + UINT32 textPosition, + UINT32 textLength, + IDWriteTextAnalysisSink *analysisSink) PURE; + + STDMETHOD(AnalyzeBidi)(THIS_ + IDWriteTextAnalysisSource *analysisSource, + UINT32 textPosition, + UINT32 textLength, + IDWriteTextAnalysisSink *analysisSink) PURE; + + STDMETHOD(AnalyzeNumberSubstitution)(THIS_ + IDWriteTextAnalysisSource *analysisSource, + UINT32 textPosition, + UINT32 textLength, + IDWriteTextAnalysisSink *analysisSink) PURE; + + STDMETHOD(AnalyzeLineBreakpoints)(THIS_ + IDWriteTextAnalysisSource *analysisSource, + UINT32 textPosition, + UINT32 textLength, + IDWriteTextAnalysisSink *analysisSink) PURE; + + STDMETHOD(GetGlyphs)(THIS_ + WCHAR const *textString, + UINT32 textLength, + IDWriteFontFace *fontFace, + WINBOOL isSideways, + WINBOOL isRightToLeft, + DWRITE_SCRIPT_ANALYSIS const *scriptAnalysis, + WCHAR const *localeName, + IDWriteNumberSubstitution *numberSubstitution, + DWRITE_TYPOGRAPHIC_FEATURES const **features, + UINT32 const *featureRangeLengths, + UINT32 featureRanges, + UINT32 maxGlyphCount, + UINT16 *clusterMap, + DWRITE_SHAPING_TEXT_PROPERTIES *textProps, + UINT16 *glyphIndices, + DWRITE_SHAPING_GLYPH_PROPERTIES *glyphProps, + UINT32 *actualGlyphCount) PURE; + + STDMETHOD(GetGlyphPlacements)(THIS_ + WCHAR const *textString, + UINT16 const *clusterMap, + DWRITE_SHAPING_TEXT_PROPERTIES *textProps, + UINT32 textLength, + UINT16 const *glyphIndices, + DWRITE_SHAPING_GLYPH_PROPERTIES const *glyphProps, + UINT32 glyphCount, + IDWriteFontFace *fontFace, + FLOAT fontEmSize, + WINBOOL isSideways, + WINBOOL isRightToLeft, + DWRITE_SCRIPT_ANALYSIS const *scriptAnalysis, + WCHAR const *localeName, + DWRITE_TYPOGRAPHIC_FEATURES const **features, + UINT32 const *featureRangeLengths, + UINT32 featureRanges, + FLOAT *glyphAdvances, + DWRITE_GLYPH_OFFSET *glyphOffsets) PURE; + + STDMETHOD(GetGdiCompatibleGlyphPlacements)(THIS_ + WCHAR const *textString, + UINT16 const *clusterMap, + DWRITE_SHAPING_TEXT_PROPERTIES *textProps, + UINT32 textLength, + UINT16 const *glyphIndices, + DWRITE_SHAPING_GLYPH_PROPERTIES const *glyphProps, + UINT32 glyphCount, + IDWriteFontFace *fontFace, + FLOAT fontEmSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + WINBOOL useGdiNatural, + WINBOOL isSideways, + WINBOOL isRightToLeft, + DWRITE_SCRIPT_ANALYSIS const* scriptAnalysis, + WCHAR const *localeName, + DWRITE_TYPOGRAPHIC_FEATURES const **features, + UINT32 const *featureRangeLengths, + UINT32 featureRanges, + FLOAT *glyphAdvances, + DWRITE_GLYPH_OFFSET *glyphOffsets) PURE; +#endif + + /* IDWriteTextAnalyzer1 methods */ + STDMETHOD(ApplyCharacterSpacing)(THIS_ + FLOAT leadingSpacing, + FLOAT trailingSpacing, + FLOAT minimumAdvanceWidth, + UINT32 textLength, + UINT32 glyphCount, + UINT16 const* clusterMap, + FLOAT const* glyphAdvances, + DWRITE_GLYPH_OFFSET const* glyphOffsets, + DWRITE_SHAPING_GLYPH_PROPERTIES const* glyphProperties, + FLOAT* modifiedGlyphAdvances, + DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets) PURE; + + STDMETHOD(GetBaseline)(THIS_ + IDWriteFontFace* fontFace, + DWRITE_BASELINE baseline, + BOOL isVertical, + BOOL isSimulationAllowed, + DWRITE_SCRIPT_ANALYSIS scriptAnalysis, + WCHAR const* localeName, + INT32* baselineCoordinate, + BOOL* exists + ) PURE; + + STDMETHOD(AnalyzeVerticalGlyphOrientation)( + IDWriteTextAnalysisSource1* analysisSource, + UINT32 textPosition, + UINT32 textLength, + IDWriteTextAnalysisSink1* analysisSink + ) PURE; + + STDMETHOD(GetGlyphOrientationTransform)( + DWRITE_GLYPH_ORIENTATION_ANGLE glyphOrientationAngle, + BOOL isSideways, + DWRITE_MATRIX* transform + ) PURE; + + STDMETHOD(GetScriptProperties)( + DWRITE_SCRIPT_ANALYSIS scriptAnalysis, + DWRITE_SCRIPT_PROPERTIES* scriptProperties + ) PURE; + + STDMETHOD(GetTextComplexity)( + WCHAR const* textString, + UINT32 textLength, + IDWriteFontFace* fontFace, + BOOL* isTextSimple, + UINT32* textLengthRead, + UINT16* glyphIndices + ) PURE; + + STDMETHOD(GetJustificationOpportunities)( + IDWriteFontFace* fontFace, + FLOAT fontEmSize, + DWRITE_SCRIPT_ANALYSIS scriptAnalysis, + UINT32 textLength, + UINT32 glyphCount, + WCHAR const* textString, + UINT16 const* clusterMap, + DWRITE_SHAPING_GLYPH_PROPERTIES const* glyphProperties, + DWRITE_JUSTIFICATION_OPPORTUNITY* justificationOpportunities + ) PURE; + + STDMETHOD(JustifyGlyphAdvances)( + FLOAT lineWidth, + UINT32 glyphCount, + DWRITE_JUSTIFICATION_OPPORTUNITY const* justificationOpportunities, + FLOAT const* glyphAdvances, + DWRITE_GLYPH_OFFSET const* glyphOffsets, + FLOAT* justifiedGlyphAdvances, + DWRITE_GLYPH_OFFSET* justifiedGlyphOffsets + ) PURE; + + STDMETHOD(GetJustifiedGlyphs)( + IDWriteFontFace* fontFace, + FLOAT fontEmSize, + DWRITE_SCRIPT_ANALYSIS scriptAnalysis, + UINT32 textLength, + UINT32 glyphCount, + UINT32 maxGlyphCount, + UINT16 const* clusterMap, + UINT16 const* glyphIndices, + FLOAT const* glyphAdvances, + FLOAT const* justifiedGlyphAdvances, + DWRITE_GLYPH_OFFSET const* justifiedGlyphOffsets, + DWRITE_SHAPING_GLYPH_PROPERTIES const* glyphProperties, + UINT32* actualGlyphCount, + UINT16* modifiedClusterMap, + UINT16* modifiedGlyphIndices, + FLOAT* modifiedGlyphAdvances, + DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets + ) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteTextAnalyzer1, 0x80dad800,0xe21f,0x4e83,0x4e,0xce,0xbf,0xcc,0xe5,0x00,0xdb,0x7c); + #undef INTERFACE #define INTERFACE IDWriteFactory1 DECLARE_INTERFACE_(IDWriteFactory1,IDWriteFactory) @@ -329,4 +636,57 @@ __CRT_UUID_DECL(IDWriteFactory1, 0x30572f99,0xdac6,0x41db,0xa1,0x6e,0x04,0x86,0x30,0x7e,0x60,0x6a) +#undef INTERFACE +#define INTERFACE IDWriteBitmapRenderTarget1 +DECLARE_INTERFACE_(IDWriteBitmapRenderTarget1,IDWriteBitmapRenderTarget) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteBitmapRenderTarget methods */ + STDMETHOD(DrawGlyphRun)(THIS_ + FLOAT baselineOriginX, + FLOAT baselineOriginY, + DWRITE_MEASURING_MODE measuringMode, + DWRITE_GLYPH_RUN const *glyphRun, + IDWriteRenderingParams *renderingParams, + COLORREF textColor, + RECT *blackBoxRect __MINGW_DEF_ARG_VAL(NULL)) PURE; + + STDMETHOD_(HDC, GetMemoryDC)(THIS) PURE; + STDMETHOD_(FLOAT, GetPixelsPerDip)(THIS) PURE; + + STDMETHOD(SetPixelsPerDip)(THIS_ + FLOAT pixelsPerDip) PURE; + + STDMETHOD(GetCurrentTransform)(THIS_ + DWRITE_MATRIX* transform) PURE; + + STDMETHOD(SetCurrentTransform)(THIS_ + DWRITE_MATRIX const *transform) PURE; + + STDMETHOD(GetSize)(THIS_ + SIZE *size) PURE; + + STDMETHOD(Resize)(THIS_ + UINT32 width, + UINT32 height) PURE; + +#endif + + STDMETHOD_(DWRITE_TEXT_ANTIALIAS_MODE, GetTextAntialiasMode)(THIS) PURE; + + STDMETHOD(SetTextAntialiasMode)(THIS_ + DWRITE_TEXT_ANTIALIAS_MODE antialiasMode) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteBitmapRenderTarget1, 0x791e8298,0x3ef3,0x4230,0x98,0x80,0xc9,0xbd,0xec,0xc4,0x20,0x64) + #endif /* DWRITE_1_H_INCLUDED */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_2.h mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_2.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_2.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_2.h 2018-09-14 14:16:43.000000000 +0000 @@ -364,4 +364,132 @@ __CRT_UUID_DECL(IDWriteFactory2, 0x0439fc60,0xca44,0x4994,0x8d,0xee,0x3a,0x9a,0xf7,0xb7,0x32,0xec) +#undef INTERFACE +#define INTERFACE IDWriteFontFace2 +DECLARE_INTERFACE_(IDWriteFontFace2,IDWriteFontFace1) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteFontFace methods */ + STDMETHOD_(DWRITE_FONT_FACE_TYPE, GetType)(THIS) PURE; + + STDMETHOD(GetFiles)(THIS_ + UINT32 *numberOfFiles, + IDWriteFontFile **fontFiles) PURE; + + STDMETHOD_(UINT32, GetIndex)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_SIMULATIONS, GetSimulations)(THIS) PURE; + STDMETHOD_(WINBOOL, IsSymbolFont)(THIS) PURE; + + STDMETHOD_(void, GetMetrics)(THIS_ + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD_(UINT16, GetGlyphCount)(THIS) PURE; + + STDMETHOD(GetDesignGlyphMetrics)(THIS_ + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + STDMETHOD(GetGlyphIndices)(THIS_ + UINT32 const *codePoints, + UINT32 codePointCount, + UINT16 *glyphIndices) PURE; + + STDMETHOD(TryGetFontTable)(THIS_ + UINT32 openTypeTableTag, + const void **tableData, + UINT32 *tableSize, + void **tableContext, + WINBOOL *exists) PURE; + + STDMETHOD_(void, ReleaseFontTable)(THIS_ + void *tableContext) PURE; + + STDMETHOD(GetGlyphRunOutline)(THIS_ + FLOAT emSize, + UINT16 const *glyphIndices, + FLOAT const *glyphAdvances, + DWRITE_GLYPH_OFFSET const *glyphOffsets, + UINT32 glyphCount, + WINBOOL isSideways, + WINBOOL isRightToLeft, + IDWriteGeometrySink *geometrySink) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE *renderingMode) PURE; + + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD(GetGdiCompatibleGlyphMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + WINBOOL useGdiNatural, + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + /* IDWriteFontFace1 methods */ + STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,DWRITE_FONT_METRICS1*) PURE; + STDMETHOD_(void, GetCaretMetrics)(THIS_ DWRITE_CARET_METRICS*) PURE; + STDMETHOD(GetUnicodeRanges)(THIS_ UINT32, DWRITE_UNICODE_RANGE*,UINT32*) PURE; + STDMETHOD_(BOOL, IsMonospacedFont)(THIS) PURE; + STDMETHOD(GetDesignGlyphAdvances)(THIS_ UINT32,UINT16 const*,INT32*,BOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + STDMETHOD(GetGdiCompatibleGlyphAdvances)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL,BOOL,UINT32, + UINT16 const*,INT32*) PURE; + STDMETHOD(GetKerningPairAdjustments)(THIS_ UINT32,UINT16 const*,INT32*) PURE; + STDMETHOD_(BOOL, HasKerningPairs)(THIS); + STDMETHOD(GetRecommendedRenderingMode)(FLOAT,FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL, + DWRITE_OUTLINE_THRESHOLD,DWRITE_MEASURING_MODE,DWRITE_RENDERING_MODE*) PURE; + STDMETHOD(GetVerticalGlyphVariants)(THIS_ UINT32,UINT16 const*,UINT16*); + STDMETHOD_(BOOL, HasVerticalGlyphVariants)(THIS); +#endif + + /* IDWriteFontFace2 methods */ + STDMETHOD_(BOOL, IsColorFont)(THIS) PURE; + STDMETHOD_(UINT32, GetColorPaletteCount)(THIS) PURE; + STDMETHOD_(UINT32, GetPaletteEntryCount)(THIS) PURE; + STDMETHOD(GetPaletteEntries)(THIS_ + UINT32 colorPaletteIndex, + UINT32 firstEntryIndex, + UINT32 entryCount, + DWRITE_COLOR_F* paletteEntries + ) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT fontEmSize, + FLOAT dpiX, + FLOAT dpiY, + DWRITE_MATRIX const* transform, + BOOL isSideways, + DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams* renderingParams, + DWRITE_RENDERING_MODE* renderingMode, + DWRITE_GRID_FIT_MODE* gridFitMode + ) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteFontFace2, 0xd8b768ff,0x64bc,0x4e66,0x98,0x2b,0xec,0x8e,0x87,0xf6,0x93,0xf7) + #endif /* DWRITE_2_H_INCLUDED */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_3.h mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_3.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dwrite_3.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dwrite_3.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,587 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ + +#ifndef DWRITE_3_H_INCLUDED +#define DWRITE_3_H_INCLUDED + +#include + +#define DWRITE_MAKE_FONT_AXIS_TAG(a,b,c,d) \ + (static_cast(DWRITE_MAKE_OPENTYPE_TAG(a,b,c,d))) + +enum DWRITE_RENDERING_MODE1 { + DWRITE_RENDERING_MODE1_DEFAULT = DWRITE_RENDERING_MODE_DEFAULT, + DWRITE_RENDERING_MODE1_ALIASED = DWRITE_RENDERING_MODE_ALIASED, + DWRITE_RENDERING_MODE1_GDI_CLASSIC = DWRITE_RENDERING_MODE_GDI_CLASSIC, + DWRITE_RENDERING_MODE1_GDI_NATURAL = DWRITE_RENDERING_MODE_GDI_NATURAL, + DWRITE_RENDERING_MODE1_NATURAL = DWRITE_RENDERING_MODE_NATURAL, + DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC = DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC, + DWRITE_RENDERING_MODE1_OUTLINE = DWRITE_RENDERING_MODE_OUTLINE, + DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED +}; + +enum DWRITE_FONT_AXIS_TAG : UINT32 { + DWRITE_FONT_AXIS_TAG_WEIGHT = DWRITE_MAKE_FONT_AXIS_TAG('w','g','h','t'), + DWRITE_FONT_AXIS_TAG_WIDTH = DWRITE_MAKE_FONT_AXIS_TAG('w','d','t','h'), + DWRITE_FONT_AXIS_TAG_SLANT = DWRITE_MAKE_FONT_AXIS_TAG('s','l','n','t'), + DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE = DWRITE_MAKE_FONT_AXIS_TAG('o','p','s','z'), + DWRITE_FONT_AXIS_TAG_ITALIC = DWRITE_MAKE_FONT_AXIS_TAG('i','t','a','l') +}; + +enum DWRITE_FONT_AXIS_ATTRIBUTES { + DWRITE_FONT_AXIS_ATTRIBUTES_NONE = 0x0000, + DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE = 0x0001, + DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN = 0x0002 +}; + +struct DWRITE_GLYPH_IMAGE_DATA { + void const *imageData; + UINT32 imageDataSize; + UINT32 uniqueDataId; + UINT32 pixelsPerEm; + D2D1_SIZE_U pixelSize; + D2D1_POINT_2L horizontalLeftOrigin; + D2D1_POINT_2L horizontalRightOrigin; + D2D1_POINT_2L verticalTopOrigin; + D2D1_POINT_2L verticalBottomOrigin; +}; + +struct DWRITE_FONT_AXIS_VALUE { + DWRITE_FONT_AXIS_TAG axisTag; + FLOAT value; +}; + +struct DWRITE_FONT_AXIS_RANGE { + DWRITE_FONT_AXIS_TAG axisTag; + FLOAT minValue; + FLOAT maxValue; +}; + +interface IDWriteFontResource; +interface IDWriteFontFaceReference1; +interface IDWriteFontFaceReference; + +#undef INTERFACE +#define INTERFACE IDWriteFontFace3 +DECLARE_INTERFACE_(IDWriteFontFace3,IDWriteFontFace2) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteFontFace methods */ + STDMETHOD_(DWRITE_FONT_FACE_TYPE, GetType)(THIS) PURE; + + STDMETHOD(GetFiles)(THIS_ + UINT32 *numberOfFiles, + IDWriteFontFile **fontFiles) PURE; + + STDMETHOD_(UINT32, GetIndex)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_SIMULATIONS, GetSimulations)(THIS) PURE; + STDMETHOD_(WINBOOL, IsSymbolFont)(THIS) PURE; + + STDMETHOD_(void, GetMetrics)(THIS_ + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD_(UINT16, GetGlyphCount)(THIS) PURE; + + STDMETHOD(GetDesignGlyphMetrics)(THIS_ + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + STDMETHOD(GetGlyphIndices)(THIS_ + UINT32 const *codePoints, + UINT32 codePointCount, + UINT16 *glyphIndices) PURE; + + STDMETHOD(TryGetFontTable)(THIS_ + UINT32 openTypeTableTag, + const void **tableData, + UINT32 *tableSize, + void **tableContext, + WINBOOL *exists) PURE; + + STDMETHOD_(void, ReleaseFontTable)(THIS_ + void *tableContext) PURE; + + STDMETHOD(GetGlyphRunOutline)(THIS_ + FLOAT emSize, + UINT16 const *glyphIndices, + FLOAT const *glyphAdvances, + DWRITE_GLYPH_OFFSET const *glyphOffsets, + UINT32 glyphCount, + WINBOOL isSideways, + WINBOOL isRightToLeft, + IDWriteGeometrySink *geometrySink) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE *renderingMode) PURE; + + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD(GetGdiCompatibleGlyphMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + WINBOOL useGdiNatural, + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + /* IDWriteFontFace1 methods */ + STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,DWRITE_FONT_METRICS1*) PURE; + STDMETHOD_(void, GetCaretMetrics)(THIS_ DWRITE_CARET_METRICS*) PURE; + STDMETHOD(GetUnicodeRanges)(THIS_ UINT32, DWRITE_UNICODE_RANGE*,UINT32*) PURE; + STDMETHOD_(BOOL, IsMonospacedFont)(THIS) PURE; + STDMETHOD(GetDesignGlyphAdvances)(THIS_ UINT32,UINT16 const*,INT32*,BOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + STDMETHOD(GetGdiCompatibleGlyphAdvances)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL,BOOL,UINT32, + UINT16 const*,INT32*) PURE; + STDMETHOD(GetKerningPairAdjustments)(THIS_ UINT32,UINT16 const*,INT32*) PURE; + STDMETHOD_(BOOL, HasKerningPairs)(THIS); + STDMETHOD(GetRecommendedRenderingMode)(FLOAT,FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL, + DWRITE_OUTLINE_THRESHOLD,DWRITE_MEASURING_MODE,DWRITE_RENDERING_MODE*) PURE; + STDMETHOD(GetVerticalGlyphVariants)(THIS_ UINT32,UINT16 const*,UINT16*); + STDMETHOD_(BOOL, HasVerticalGlyphVariants)(THIS); + + /* IDWriteFontFace2 methods */ + STDMETHOD_(BOOL, IsColorFont)(THIS) PURE; + STDMETHOD_(UINT32, GetColorPaletteCount)(THIS) PURE; + STDMETHOD_(UINT32, GetPaletteEntryCount)(THIS) PURE; + STDMETHOD(GetPaletteEntries)(THIS_ + UINT32 colorPaletteIndex, + UINT32 firstEntryIndex, + UINT32 entryCount, + DWRITE_COLOR_F* paletteEntries + ) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT fontEmSize, + FLOAT dpiX, + FLOAT dpiY, + DWRITE_MATRIX const* transform, + BOOL isSideways, + DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams* renderingParams, + DWRITE_RENDERING_MODE* renderingMode, + DWRITE_GRID_FIT_MODE* gridFitMode + ) PURE; +#endif + + /* IDWriteFontFace3 methods */ + STDMETHOD(GetFontFaceReference)(THIS_ IDWriteFontFaceReference **fontFaceReference) PURE; + STDMETHOD_(void, GetPanose)(THIS_ DWRITE_PANOSE *panose) PURE; + STDMETHOD_(DWRITE_FONT_WEIGHT, GetWeight)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STRETCH, GetStretch)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STYLE, GetStyle)(THIS) PURE; + STDMETHOD(GetFamilyNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetFaceNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetInformationalStrings)(THIS_ DWRITE_INFORMATIONAL_STRING_ID informationalStringID, + IDWriteLocalizedStrings **informationalStrings, BOOL *exists) PURE; + STDMETHOD_(BOOL, HasCharacter)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD(GetRecommendedRenderingMode)(THIS_ FLOAT fontEmSize, FLOAT dpiX, FLOAT dpiY, + DWRITE_MATRIX const *transform, BOOL isSideways, DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE1 *renderingMode, DWRITE_GRID_FIT_MODE *gridFitMode) PURE; + +#ifdef __cplusplus + using IDWriteFontFace2::GetRecommendedRenderingMode; +#endif + + STDMETHOD_(BOOL, IsCharacterLocal)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD_(BOOL, IsGlyphLocal)(THIS_ UINT16 glyphId) PURE; + STDMETHOD(AreCharactersLocal)(THIS_ WCHAR const *characters, UINT32 characterCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; + STDMETHOD(AreGlyphsLocal)(THIS_ UINT16 const *glyphIndices, UINT32 glyphCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteFontFace3, 0xd37d7598,0x09be,0x4222,0xa2,0x36,0x20,0x81,0x34,0x1c,0xc1,0xf2) + +#undef INTERFACE +#define INTERFACE IDWriteFontFace4 +DECLARE_INTERFACE_(IDWriteFontFace4,IDWriteFontFace3) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteFontFace methods */ + STDMETHOD_(DWRITE_FONT_FACE_TYPE, GetType)(THIS) PURE; + + STDMETHOD(GetFiles)(THIS_ + UINT32 *numberOfFiles, + IDWriteFontFile **fontFiles) PURE; + + STDMETHOD_(UINT32, GetIndex)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_SIMULATIONS, GetSimulations)(THIS) PURE; + STDMETHOD_(WINBOOL, IsSymbolFont)(THIS) PURE; + + STDMETHOD_(void, GetMetrics)(THIS_ + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD_(UINT16, GetGlyphCount)(THIS) PURE; + + STDMETHOD(GetDesignGlyphMetrics)(THIS_ + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + STDMETHOD(GetGlyphIndices)(THIS_ + UINT32 const *codePoints, + UINT32 codePointCount, + UINT16 *glyphIndices) PURE; + + STDMETHOD(TryGetFontTable)(THIS_ + UINT32 openTypeTableTag, + const void **tableData, + UINT32 *tableSize, + void **tableContext, + WINBOOL *exists) PURE; + + STDMETHOD_(void, ReleaseFontTable)(THIS_ + void *tableContext) PURE; + + STDMETHOD(GetGlyphRunOutline)(THIS_ + FLOAT emSize, + UINT16 const *glyphIndices, + FLOAT const *glyphAdvances, + DWRITE_GLYPH_OFFSET const *glyphOffsets, + UINT32 glyphCount, + WINBOOL isSideways, + WINBOOL isRightToLeft, + IDWriteGeometrySink *geometrySink) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE *renderingMode) PURE; + + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD(GetGdiCompatibleGlyphMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + WINBOOL useGdiNatural, + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + /* IDWriteFontFace1 methods */ + STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,DWRITE_FONT_METRICS1*) PURE; + STDMETHOD_(void, GetCaretMetrics)(THIS_ DWRITE_CARET_METRICS*) PURE; + STDMETHOD(GetUnicodeRanges)(THIS_ UINT32, DWRITE_UNICODE_RANGE*,UINT32*) PURE; + STDMETHOD_(BOOL, IsMonospacedFont)(THIS) PURE; + STDMETHOD(GetDesignGlyphAdvances)(THIS_ UINT32,UINT16 const*,INT32*,BOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + STDMETHOD(GetGdiCompatibleGlyphAdvances)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL,BOOL,UINT32, + UINT16 const*,INT32*) PURE; + STDMETHOD(GetKerningPairAdjustments)(THIS_ UINT32,UINT16 const*,INT32*) PURE; + STDMETHOD_(BOOL, HasKerningPairs)(THIS); + STDMETHOD(GetRecommendedRenderingMode)(FLOAT,FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL, + DWRITE_OUTLINE_THRESHOLD,DWRITE_MEASURING_MODE,DWRITE_RENDERING_MODE*) PURE; + STDMETHOD(GetVerticalGlyphVariants)(THIS_ UINT32,UINT16 const*,UINT16*); + STDMETHOD_(BOOL, HasVerticalGlyphVariants)(THIS); + + /* IDWriteFontFace2 methods */ + STDMETHOD_(BOOL, IsColorFont)(THIS) PURE; + STDMETHOD_(UINT32, GetColorPaletteCount)(THIS) PURE; + STDMETHOD_(UINT32, GetPaletteEntryCount)(THIS) PURE; + STDMETHOD(GetPaletteEntries)(THIS_ + UINT32 colorPaletteIndex, + UINT32 firstEntryIndex, + UINT32 entryCount, + DWRITE_COLOR_F* paletteEntries + ) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT fontEmSize, + FLOAT dpiX, + FLOAT dpiY, + DWRITE_MATRIX const* transform, + BOOL isSideways, + DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams* renderingParams, + DWRITE_RENDERING_MODE* renderingMode, + DWRITE_GRID_FIT_MODE* gridFitMode + ) PURE; + + /* IDWriteFontFace3 methods */ + STDMETHOD(GetFontFaceReference)(THIS_ IDWriteFontFaceReference **fontFaceReference) PURE; + STDMETHOD_(void, GetPanose)(THIS_ DWRITE_PANOSE *panose) PURE; + STDMETHOD_(DWRITE_FONT_WEIGHT, GetWeight)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STRETCH, GetStretch)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STYLE, GetStyle)(THIS) PURE; + STDMETHOD(GetFamilyNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetFaceNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetInformationalStrings)(THIS_ DWRITE_INFORMATIONAL_STRING_ID informationalStringID, + IDWriteLocalizedStrings **informationalStrings, BOOL *exists) PURE; + STDMETHOD_(BOOL, HasCharacter)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD(GetRecommendedRenderingMode)(THIS_ FLOAT fontEmSize, FLOAT dpiX, FLOAT dpiY, + DWRITE_MATRIX const *transform, BOOL isSideways, DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE1 *renderingMode, DWRITE_GRID_FIT_MODE *gridFitMode) PURE; + STDMETHOD_(BOOL, IsCharacterLocal)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD_(BOOL, IsGlyphLocal)(THIS_ UINT16 glyphId) PURE; + STDMETHOD(AreCharactersLocal)(THIS_ WCHAR const *characters, UINT32 characterCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; + STDMETHOD(AreGlyphsLocal)(THIS_ UINT16 const *glyphIndices, UINT32 glyphCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; +#endif + + /* IDWriteFontFace4 methods */ + STDMETHOD_(DWRITE_GLYPH_IMAGE_FORMATS, GetGlyphImageFormats)(THIS) PURE; + STDMETHOD(GetGlyphImageFormats)(THIS_ UINT16 glyphId, UINT32 pixelsPerEmFirst, + UINT32 pixelsPerEmLast, DWRITE_GLYPH_IMAGE_FORMATS *glyphImageFormats) PURE; + STDMETHOD(GetGlyphImageData)(THIS_ UINT16 glyphId, UINT32 pixelsPerEm, + DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat, DWRITE_GLYPH_IMAGE_DATA *glyphData, + void **glyphDataContext) PURE; + STDMETHOD_(void, ReleaseGlyphImageData)(THIS_ void *glyphDataContext) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteFontFace4, 0x27f2a904,0x4eb8,0x441d,0x96,0x78,0x05,0x63,0xf5,0x3e,0x3e,0x2f) + +#undef INTERFACE +#define INTERFACE IDWriteFontFace5 +DECLARE_INTERFACE_(IDWriteFontFace5,IDWriteFontFace4) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteFontFace methods */ + STDMETHOD_(DWRITE_FONT_FACE_TYPE, GetType)(THIS) PURE; + + STDMETHOD(GetFiles)(THIS_ + UINT32 *numberOfFiles, + IDWriteFontFile **fontFiles) PURE; + + STDMETHOD_(UINT32, GetIndex)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_SIMULATIONS, GetSimulations)(THIS) PURE; + STDMETHOD_(WINBOOL, IsSymbolFont)(THIS) PURE; + + STDMETHOD_(void, GetMetrics)(THIS_ + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD_(UINT16, GetGlyphCount)(THIS) PURE; + + STDMETHOD(GetDesignGlyphMetrics)(THIS_ + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + STDMETHOD(GetGlyphIndices)(THIS_ + UINT32 const *codePoints, + UINT32 codePointCount, + UINT16 *glyphIndices) PURE; + + STDMETHOD(TryGetFontTable)(THIS_ + UINT32 openTypeTableTag, + const void **tableData, + UINT32 *tableSize, + void **tableContext, + WINBOOL *exists) PURE; + + STDMETHOD_(void, ReleaseFontTable)(THIS_ + void *tableContext) PURE; + + STDMETHOD(GetGlyphRunOutline)(THIS_ + FLOAT emSize, + UINT16 const *glyphIndices, + FLOAT const *glyphAdvances, + DWRITE_GLYPH_OFFSET const *glyphOffsets, + UINT32 glyphCount, + WINBOOL isSideways, + WINBOOL isRightToLeft, + IDWriteGeometrySink *geometrySink) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE *renderingMode) PURE; + + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + DWRITE_FONT_METRICS *fontFaceMetrics) PURE; + + STDMETHOD(GetGdiCompatibleGlyphMetrics)(THIS_ + FLOAT emSize, + FLOAT pixelsPerDip, + DWRITE_MATRIX const *transform, + WINBOOL useGdiNatural, + UINT16 const *glyphIndices, + UINT32 glyphCount, + DWRITE_GLYPH_METRICS *glyphMetrics, + WINBOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + + /* IDWriteFontFace1 methods */ + STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; + STDMETHOD(GetGdiCompatibleMetrics)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,DWRITE_FONT_METRICS1*) PURE; + STDMETHOD_(void, GetCaretMetrics)(THIS_ DWRITE_CARET_METRICS*) PURE; + STDMETHOD(GetUnicodeRanges)(THIS_ UINT32, DWRITE_UNICODE_RANGE*,UINT32*) PURE; + STDMETHOD_(BOOL, IsMonospacedFont)(THIS) PURE; + STDMETHOD(GetDesignGlyphAdvances)(THIS_ UINT32,UINT16 const*,INT32*,BOOL isSideways __MINGW_DEF_ARG_VAL(FALSE)) PURE; + STDMETHOD(GetGdiCompatibleGlyphAdvances)(THIS_ FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL,BOOL,UINT32, + UINT16 const*,INT32*) PURE; + STDMETHOD(GetKerningPairAdjustments)(THIS_ UINT32,UINT16 const*,INT32*) PURE; + STDMETHOD_(BOOL, HasKerningPairs)(THIS); + STDMETHOD(GetRecommendedRenderingMode)(FLOAT,FLOAT,FLOAT,DWRITE_MATRIX const*,BOOL, + DWRITE_OUTLINE_THRESHOLD,DWRITE_MEASURING_MODE,DWRITE_RENDERING_MODE*) PURE; + STDMETHOD(GetVerticalGlyphVariants)(THIS_ UINT32,UINT16 const*,UINT16*); + STDMETHOD_(BOOL, HasVerticalGlyphVariants)(THIS); + + /* IDWriteFontFace2 methods */ + STDMETHOD_(BOOL, IsColorFont)(THIS) PURE; + STDMETHOD_(UINT32, GetColorPaletteCount)(THIS) PURE; + STDMETHOD_(UINT32, GetPaletteEntryCount)(THIS) PURE; + STDMETHOD(GetPaletteEntries)(THIS_ + UINT32 colorPaletteIndex, + UINT32 firstEntryIndex, + UINT32 entryCount, + DWRITE_COLOR_F* paletteEntries + ) PURE; + + STDMETHOD(GetRecommendedRenderingMode)(THIS_ + FLOAT fontEmSize, + FLOAT dpiX, + FLOAT dpiY, + DWRITE_MATRIX const* transform, + BOOL isSideways, + DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, + IDWriteRenderingParams* renderingParams, + DWRITE_RENDERING_MODE* renderingMode, + DWRITE_GRID_FIT_MODE* gridFitMode + ) PURE; + + /* IDWriteFontFace3 methods */ + STDMETHOD(GetFontFaceReference)(THIS_ IDWriteFontFaceReference **fontFaceReference) PURE; + STDMETHOD_(void, GetPanose)(THIS_ DWRITE_PANOSE *panose) PURE; + STDMETHOD_(DWRITE_FONT_WEIGHT, GetWeight)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STRETCH, GetStretch)(THIS) PURE; + STDMETHOD_(DWRITE_FONT_STYLE, GetStyle)(THIS) PURE; + STDMETHOD(GetFamilyNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetFaceNames)(THIS_ IDWriteLocalizedStrings **names) PURE; + STDMETHOD(GetInformationalStrings)(THIS_ DWRITE_INFORMATIONAL_STRING_ID informationalStringID, + IDWriteLocalizedStrings **informationalStrings, BOOL *exists) PURE; + STDMETHOD_(BOOL, HasCharacter)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD(GetRecommendedRenderingMode)(THIS_ FLOAT fontEmSize, FLOAT dpiX, FLOAT dpiY, + DWRITE_MATRIX const *transform, BOOL isSideways, DWRITE_OUTLINE_THRESHOLD outlineThreshold, + DWRITE_MEASURING_MODE measuringMode, IDWriteRenderingParams *renderingParams, + DWRITE_RENDERING_MODE1 *renderingMode, DWRITE_GRID_FIT_MODE *gridFitMode) PURE; + STDMETHOD_(BOOL, IsCharacterLocal)(THIS_ UINT32 unicodeValue) PURE; + STDMETHOD_(BOOL, IsGlyphLocal)(THIS_ UINT16 glyphId) PURE; + STDMETHOD(AreCharactersLocal)(THIS_ WCHAR const *characters, UINT32 characterCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; + STDMETHOD(AreGlyphsLocal)(THIS_ UINT16 const *glyphIndices, UINT32 glyphCount, + BOOL enqueueIfNotLocal, BOOL *isLocal) PURE; + + /* IDWriteFontFace4 methods */ + STDMETHOD_(DWRITE_GLYPH_IMAGE_FORMATS, GetGlyphImageFormats)(THIS) PURE; + STDMETHOD(GetGlyphImageFormats)(THIS_ UINT16 glyphId, UINT32 pixelsPerEmFirst, + UINT32 pixelsPerEmLast, DWRITE_GLYPH_IMAGE_FORMATS *glyphImageFormats) PURE; + STDMETHOD(GetGlyphImageData)(THIS_ UINT16 glyphId, UINT32 pixelsPerEm, + DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat, DWRITE_GLYPH_IMAGE_DATA *glyphData, + void **glyphDataContext) PURE; + STDMETHOD_(void, ReleaseGlyphImageData)(THIS_ void *glyphDataContext) PURE; +#endif + + /* IDWriteFontFace5 methods */ + STDMETHOD_(UINT32, GetFontAxisValueCount)(THIS) PURE; + STDMETHOD(GetFontAxisValues)(THIS_ DWRITE_FONT_AXIS_VALUE *fontAxisValues, + UINT32 fontAxisValueCount) PURE; + STDMETHOD_(BOOL, HasVariations)(THIS) PURE; + STDMETHOD(GetFontResource)(THIS_ IDWriteFontResource **fontResource) PURE; + STDMETHOD_(BOOL, Equals)(THIS_ IDWriteFontFace *fontFace) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteFontFace5, 0x98eff3a5,0xb667,0x479a,0xb1,0x45,0xe2,0xfa,0x5b,0x9f,0xdc,0x29) + +#undef INTERFACE +#define INTERFACE IDWriteFontResource +DECLARE_INTERFACE_(IDWriteFontResource,IUnknown) +{ + BEGIN_INTERFACE + +#ifndef __cplusplus + /* IUnknown methods */ + STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; + STDMETHOD_(ULONG, AddRef)(THIS) PURE; + STDMETHOD_(ULONG, Release)(THIS) PURE; +#endif + + STDMETHOD(GetFontFile)(THIS_ IDWriteFontFile **fontFile) PURE; + STDMETHOD_(UINT32, GetFontFaceIndex)(THIS) PURE; + STDMETHOD_(UINT32, GetFontAxisCount)(THIS) PURE; + STDMETHOD(GetDefaultFontAxisValues)(THIS_ DWRITE_FONT_AXIS_VALUE *fontAxisValues, + UINT32 fontAxisValueCount) PURE; + STDMETHOD(GetFontAxisRanges)(THIS_ DWRITE_FONT_AXIS_RANGE *fontAxisRanges, + UINT32 fontAxisRangeCount) PURE; + STDMETHOD_(DWRITE_FONT_AXIS_ATTRIBUTES, GetFontAxisAttributes)(THIS_ UINT32 axisIndex) PURE; + STDMETHOD(GetAxisNames)(THIS_ UINT32 axisIndex, IDWriteLocalizedStrings **names) PURE; + STDMETHOD_(UINT32, GetAxisValueNameCount)(THIS_ UINT32 axisIndex) PURE; + STDMETHOD(GetAxisValueNames)(THIS_ UINT32 axisIndex, UINT32 axisValueIndex, + DWRITE_FONT_AXIS_RANGE* fontAxisRange, IDWriteLocalizedStrings **names) PURE; + STDMETHOD_(BOOL, HasVariations)(THIS) PURE; + STDMETHOD(CreateFontFace)(THIS_ DWRITE_FONT_SIMULATIONS fontSimulations, + DWRITE_FONT_AXIS_VALUE const *fontAxisValues, UINT32 fontAxisValueCount, + IDWriteFontFace5 **fontFace) PURE; + STDMETHOD(CreateFontFaceReference)(THIS_ DWRITE_FONT_SIMULATIONS fontSimulations, + DWRITE_FONT_AXIS_VALUE const *fontAxisValues, UINT32 fontAxisValueCount, + IDWriteFontFaceReference1 **fontFaceReference) PURE; + + END_INTERFACE +}; + +__CRT_UUID_DECL(IDWriteFontResource, 0x1f803a76,0x6871,0x48e8,0x98,0x7f,0xb9,0x75,0x55,0x1c,0x50,0xf2) + + +#endif /* DWRITE_3_H_INCLUDED */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/dwrite.h mingw-w64-6.0.0/mingw-w64-headers/include/dwrite.h --- mingw-w64-5.0.4/mingw-w64-headers/include/dwrite.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/dwrite.h 2018-09-14 14:16:43.000000000 +0000 @@ -8,15 +8,12 @@ #define DWRITEAPI DECLSPEC_IMPORT -#ifdef __MINGW_USE_BROKEN_INTERFACE -#define __MINGW_POISON_NAME(__IFACE) __IFACE -#else -#define __MINGW_POISON_NAME(__IFACE)\ - __IFACE##_layout_has_not_been_verified_and_its_declaration_is_most_likely_incorrect -#endif - #include +#ifndef DWRITE_DECLARE_INTERFACE +#define DWRITE_DECLARE_INTERFACE(iid) DECLSPEC_UUID(iid) DECLSPEC_NOVTABLE +#endif + #ifndef __IDWriteBitmapRenderTarget_FWD_DEFINED__ #define __IDWriteBitmapRenderTarget_FWD_DEFINED__ typedef struct IDWriteBitmapRenderTarget IDWriteBitmapRenderTarget; @@ -383,11 +380,15 @@ typedef enum DWRITE_RENDERING_MODE { DWRITE_RENDERING_MODE_DEFAULT = 0, DWRITE_RENDERING_MODE_ALIASED, - DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC, - DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL, - DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL, - DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC, - DWRITE_RENDERING_MODE_OUTLINE + DWRITE_RENDERING_MODE_GDI_CLASSIC, + DWRITE_RENDERING_MODE_GDI_NATURAL, + DWRITE_RENDERING_MODE_NATURAL, + DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC, + DWRITE_RENDERING_MODE_OUTLINE, + DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC = DWRITE_RENDERING_MODE_GDI_CLASSIC, + DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL = DWRITE_RENDERING_MODE_GDI_NATURAL, + DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL = DWRITE_RENDERING_MODE_NATURAL, + DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC = DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC } DWRITE_RENDERING_MODE; typedef enum DWRITE_SCRIPT_SHAPES { @@ -496,6 +497,7 @@ FLOAT height; UINT32 bidiLevel; WINBOOL isText; + WINBOOL isTrimmed; } DWRITE_HIT_TEST_METRICS; typedef struct DWRITE_INLINE_OBJECT_METRICS { @@ -1417,7 +1419,7 @@ #undef INTERFACE #define INTERFACE IDWriteLocalFontFileLoader -DECLARE_INTERFACE_(IDWriteLocalFontFileLoader,IUnknown) +DECLARE_INTERFACE_(IDWriteLocalFontFileLoader,IDWriteFontFileLoader) { BEGIN_INTERFACE @@ -1426,12 +1428,15 @@ STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; STDMETHOD_(ULONG, AddRef)(THIS) PURE; STDMETHOD_(ULONG, Release)(THIS) PURE; + + /* IDWriteFontFileLoader methods */ + STDMETHOD(CreateStreamFromKey(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,IDWriteFontFileStream **fileStream) PURE; #endif /* IDWriteLocalFontFileLoader methods */ - STDMETHOD_(HRESULT,GetFilePathLengthFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,UINT32 *filePathLength) PURE; - STDMETHOD_(HRESULT,GetFilePathFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,WCHAR *filePath,UINT32 filePathSize) PURE; - STDMETHOD_(HRESULT,GetLastWriteTimeFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,FILETIME *lastWriteTime) PURE; + STDMETHOD(GetFilePathLengthFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,UINT32 *filePathLength) PURE; + STDMETHOD(GetFilePathFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,WCHAR *filePath,UINT32 filePathSize) PURE; + STDMETHOD(GetLastWriteTimeFromKey)(THIS_ const void *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,FILETIME *lastWriteTime) PURE; END_INTERFACE }; @@ -1439,6 +1444,7 @@ #define IDWriteLocalFontFileLoader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) #define IDWriteLocalFontFileLoader_AddRef(This) (This)->lpVtbl->AddRef(This) #define IDWriteLocalFontFileLoader_Release(This) (This)->lpVtbl->Release(This) +#define IDWriteLocalFontFileLoader_CreateStreamFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,fileStream) (This)->lpVtbl->CreateStreamFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,fileStream) #define IDWriteLocalFontFileLoader_GetFilePathLengthFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,filePathLength) (This)->lpVtbl->GetFilePathLengthFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,filePathLength) #define IDWriteLocalFontFileLoader_GetFilePathFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,filePath,filePathSize) (This)->lpVtbl->GetFilePathFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,filePath,filePathSize) #define IDWriteLocalFontFileLoader_GetLastWriteTimeFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,lastWriteTime) (This)->lpVtbl->GetLastWriteTimeFromKey(This,fontFileReferenceKey,fontFileReferenceKeySize,lastWriteTime) @@ -2250,9 +2256,9 @@ #endif /* IDWriteTypography methods */ - STDMETHOD_(HRESULT,AddFontFeature)(THIS_ DWRITE_FONT_FEATURE fontFeature) PURE; - STDMETHOD_(HRESULT,GetFontFeature)(THIS_ UINT32 fontFeatureIndex,DWRITE_FONT_FEATURE * fontFeature) PURE; + STDMETHOD(AddFontFeature)(THIS_ DWRITE_FONT_FEATURE fontFeature) PURE; STDMETHOD_(UINT32,GetFontFeatureCount)(THIS) PURE; + STDMETHOD(GetFontFeature)(THIS_ UINT32 fontFeatureIndex, DWRITE_FONT_FEATURE *fontFeature) PURE; END_INTERFACE }; @@ -2261,8 +2267,8 @@ #define IDWriteTypography_AddRef(This) (This)->lpVtbl->AddRef(This) #define IDWriteTypography_Release(This) (This)->lpVtbl->Release(This) #define IDWriteTypography_AddFontFeature(This,fontFeature) (This)->lpVtbl->AddFontFeature(This,fontFeature) -#define IDWriteTypography_GetFontFeature(This,fontFeatureIndex,fontFeature) (This)->lpVtbl->GetFontFeature(This,fontFeatureIndex,fontFeature) #define IDWriteTypography_GetFontFeatureCount() (This)->lpVtbl->GetFontFeatureCount(This) +#define IDWriteTypography_GetFontFeature(This,fontFeatureIndex,fontFeature) (This)->lpVtbl->GetFontFeature(This,fontFeatureIndex,fontFeature) #endif /*COBJMACROS*/ #ifdef __cplusplus @@ -2303,8 +2309,7 @@ __CRT_UUID_DECL(IDWriteTextLayout, 0x53737037,0x6d14,0x410b,0x9b,0xfe,0x0b,0x18,0x2b,0xb7,0x09,0x61); __CRT_UUID_DECL(IDWriteFontFileEnumerator, 0x72755049,0x5ff7,0x435d,0x83,0x48,0x4b,0xe9,0x7c,0xfa,0x6c,0x7c); __CRT_UUID_DECL(IDWriteFontCollectionLoader, 0xcca920e4,0x52f0,0x492b,0xbf,0xa8,0x29,0xc7,0x2e,0xe0,0xa4,0x68); - -#define IDWriteLocalFontFileLoader __MINGW_POISON_NAME(IDWriteLocalFontFileLoader) -#define IDWriteTypography __MINGW_POISON_NAME(IDWriteTypography) +__CRT_UUID_DECL(IDWriteTypography, 0x55f1112b,0x1dc2,0x4b3c,0x95,0x41,0xf4,0x68,0x94,0xed,0x85,0xb6); +__CRT_UUID_DECL(IDWriteLocalFontFileLoader,0xb2d9f3ec,0xc9fe,0x4a11,0xa2,0xec,0xd8,0x62,0x08,0xf7,0xc0,0xa2); #endif /* __INC_DWRITE__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/endpointvolume.h mingw-w64-6.0.0/mingw-w64-headers/include/endpointvolume.h --- mingw-w64-5.0.4/mingw-w64-headers/include/endpointvolume.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/endpointvolume.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/endpointvolume.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/endpointvolume.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,16 +20,25 @@ #ifndef __IAudioEndpointVolumeCallback_FWD_DEFINED__ #define __IAudioEndpointVolumeCallback_FWD_DEFINED__ typedef interface IAudioEndpointVolumeCallback IAudioEndpointVolumeCallback; +#ifdef __cplusplus +interface IAudioEndpointVolumeCallback; +#endif /* __cplusplus */ #endif #ifndef __IAudioEndpointVolume_FWD_DEFINED__ #define __IAudioEndpointVolume_FWD_DEFINED__ typedef interface IAudioEndpointVolume IAudioEndpointVolume; +#ifdef __cplusplus +interface IAudioEndpointVolume; +#endif /* __cplusplus */ #endif #ifndef __IAudioEndpointVolumeEx_FWD_DEFINED__ #define __IAudioEndpointVolumeEx_FWD_DEFINED__ typedef interface IAudioEndpointVolumeEx IAudioEndpointVolumeEx; +#ifdef __cplusplus +interface IAudioEndpointVolumeEx; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -55,21 +64,33 @@ #ifndef __IAudioEndpointVolumeCallback_FWD_DEFINED__ #define __IAudioEndpointVolumeCallback_FWD_DEFINED__ typedef interface IAudioEndpointVolumeCallback IAudioEndpointVolumeCallback; +#ifdef __cplusplus +interface IAudioEndpointVolumeCallback; +#endif /* __cplusplus */ #endif #ifndef __IAudioEndpointVolume_FWD_DEFINED__ #define __IAudioEndpointVolume_FWD_DEFINED__ typedef interface IAudioEndpointVolume IAudioEndpointVolume; +#ifdef __cplusplus +interface IAudioEndpointVolume; +#endif /* __cplusplus */ #endif #ifndef __IAudioEndpointVolumeEx_FWD_DEFINED__ #define __IAudioEndpointVolumeEx_FWD_DEFINED__ typedef interface IAudioEndpointVolumeEx IAudioEndpointVolumeEx; +#ifdef __cplusplus +interface IAudioEndpointVolumeEx; +#endif /* __cplusplus */ #endif #ifndef __IAudioMeterInformation_FWD_DEFINED__ #define __IAudioMeterInformation_FWD_DEFINED__ typedef interface IAudioMeterInformation IAudioMeterInformation; +#ifdef __cplusplus +interface IAudioMeterInformation; +#endif /* __cplusplus */ #endif /***************************************************************************** @@ -96,23 +117,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioEndpointVolumeCallback* This, + IAudioEndpointVolumeCallback *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioEndpointVolumeCallback* This); + IAudioEndpointVolumeCallback *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioEndpointVolumeCallback* This); + IAudioEndpointVolumeCallback *This); /*** IAudioEndpointVolumeCallback methods ***/ HRESULT (STDMETHODCALLTYPE *OnNotify)( - IAudioEndpointVolumeCallback* This, + IAudioEndpointVolumeCallback *This, AUDIO_VOLUME_NOTIFICATION_DATA *pNotify); END_INTERFACE } IAudioEndpointVolumeCallbackVtbl; + interface IAudioEndpointVolumeCallback { CONST_VTBL IAudioEndpointVolumeCallbackVtbl* lpVtbl; }; @@ -145,14 +167,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioEndpointVolumeCallback_OnNotify_Proxy( - IAudioEndpointVolumeCallback* This, - AUDIO_VOLUME_NOTIFICATION_DATA *pNotify); -void __RPC_STUB IAudioEndpointVolumeCallback_OnNotify_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioEndpointVolumeCallback_INTERFACE_DEFINED__ */ @@ -243,103 +257,104 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioEndpointVolume* This); + IAudioEndpointVolume *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioEndpointVolume* This); + IAudioEndpointVolume *This); /*** IAudioEndpointVolume methods ***/ HRESULT (STDMETHODCALLTYPE *RegisterControlChangeNotify)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, IAudioEndpointVolumeCallback *pNotify); HRESULT (STDMETHODCALLTYPE *UnregisterControlChangeNotify)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, IAudioEndpointVolumeCallback *pNotify); HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT *pnChannelCount); HRESULT (STDMETHODCALLTYPE *SetMasterVolumeLevel)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, FLOAT fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetMasterVolumeLevelScalar)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, FLOAT fLevel, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMasterVolumeLevel)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, FLOAT *fLevelDB); HRESULT (STDMETHODCALLTYPE *GetMasterVolumeLevelScalar)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, FLOAT *fLevel); HRESULT (STDMETHODCALLTYPE *SetChannelVolumeLevel)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT nChannel, FLOAT fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetChannelVolumeLevelScalar)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT nChannel, FLOAT fLevel, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetChannelVolumeLevel)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT nChannel, FLOAT *fLevelDB); HRESULT (STDMETHODCALLTYPE *GetChannelVolumeLevelScalar)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT nChannel, FLOAT *fLevel); HRESULT (STDMETHODCALLTYPE *SetMute)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, WINBOOL bMute, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMute)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, WINBOOL *bMute); HRESULT (STDMETHODCALLTYPE *GetVolumeStepInfo)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, UINT *pnStep, UINT *pnStepCount); HRESULT (STDMETHODCALLTYPE *VolumeStepUp)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *VolumeStepDown)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *QueryHardwareSupport)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, DWORD *pdwHardwareSupportMask); HRESULT (STDMETHODCALLTYPE *GetVolumeRange)( - IAudioEndpointVolume* This, + IAudioEndpointVolume *This, FLOAT *pflVolumeMindB, FLOAT *pflVolumeMaxdB, FLOAT *pflVolumeIncrementdB); END_INTERFACE } IAudioEndpointVolumeVtbl; + interface IAudioEndpointVolume { CONST_VTBL IAudioEndpointVolumeVtbl* lpVtbl; }; @@ -440,162 +455,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_RegisterControlChangeNotify_Proxy( - IAudioEndpointVolume* This, - IAudioEndpointVolumeCallback *pNotify); -void __RPC_STUB IAudioEndpointVolume_RegisterControlChangeNotify_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_UnregisterControlChangeNotify_Proxy( - IAudioEndpointVolume* This, - IAudioEndpointVolumeCallback *pNotify); -void __RPC_STUB IAudioEndpointVolume_UnregisterControlChangeNotify_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetChannelCount_Proxy( - IAudioEndpointVolume* This, - UINT *pnChannelCount); -void __RPC_STUB IAudioEndpointVolume_GetChannelCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_SetMasterVolumeLevel_Proxy( - IAudioEndpointVolume* This, - FLOAT fLevelDB, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_SetMasterVolumeLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_SetMasterVolumeLevelScalar_Proxy( - IAudioEndpointVolume* This, - FLOAT fLevel, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_SetMasterVolumeLevelScalar_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetMasterVolumeLevel_Proxy( - IAudioEndpointVolume* This, - FLOAT *fLevelDB); -void __RPC_STUB IAudioEndpointVolume_GetMasterVolumeLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetMasterVolumeLevelScalar_Proxy( - IAudioEndpointVolume* This, - FLOAT *fLevel); -void __RPC_STUB IAudioEndpointVolume_GetMasterVolumeLevelScalar_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_SetChannelVolumeLevel_Proxy( - IAudioEndpointVolume* This, - UINT nChannel, - FLOAT fLevelDB, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_SetChannelVolumeLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_SetChannelVolumeLevelScalar_Proxy( - IAudioEndpointVolume* This, - UINT nChannel, - FLOAT fLevel, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_SetChannelVolumeLevelScalar_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetChannelVolumeLevel_Proxy( - IAudioEndpointVolume* This, - UINT nChannel, - FLOAT *fLevelDB); -void __RPC_STUB IAudioEndpointVolume_GetChannelVolumeLevel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetChannelVolumeLevelScalar_Proxy( - IAudioEndpointVolume* This, - UINT nChannel, - FLOAT *fLevel); -void __RPC_STUB IAudioEndpointVolume_GetChannelVolumeLevelScalar_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_SetMute_Proxy( - IAudioEndpointVolume* This, - WINBOOL bMute, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_SetMute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetMute_Proxy( - IAudioEndpointVolume* This, - WINBOOL *bMute); -void __RPC_STUB IAudioEndpointVolume_GetMute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetVolumeStepInfo_Proxy( - IAudioEndpointVolume* This, - UINT *pnStep, - UINT *pnStepCount); -void __RPC_STUB IAudioEndpointVolume_GetVolumeStepInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_VolumeStepUp_Proxy( - IAudioEndpointVolume* This, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_VolumeStepUp_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_VolumeStepDown_Proxy( - IAudioEndpointVolume* This, - LPCGUID pguidEventContext); -void __RPC_STUB IAudioEndpointVolume_VolumeStepDown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_QueryHardwareSupport_Proxy( - IAudioEndpointVolume* This, - DWORD *pdwHardwareSupportMask); -void __RPC_STUB IAudioEndpointVolume_QueryHardwareSupport_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAudioEndpointVolume_GetVolumeRange_Proxy( - IAudioEndpointVolume* This, - FLOAT *pflVolumeMindB, - FLOAT *pflVolumeMaxdB, - FLOAT *pflVolumeIncrementdB); -void __RPC_STUB IAudioEndpointVolume_GetVolumeRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioEndpointVolume_INTERFACE_DEFINED__ */ @@ -626,104 +485,104 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAudioEndpointVolumeEx* This); + IAudioEndpointVolumeEx *This); ULONG (STDMETHODCALLTYPE *Release)( - IAudioEndpointVolumeEx* This); + IAudioEndpointVolumeEx *This); /*** IAudioEndpointVolume methods ***/ HRESULT (STDMETHODCALLTYPE *RegisterControlChangeNotify)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, IAudioEndpointVolumeCallback *pNotify); HRESULT (STDMETHODCALLTYPE *UnregisterControlChangeNotify)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, IAudioEndpointVolumeCallback *pNotify); HRESULT (STDMETHODCALLTYPE *GetChannelCount)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT *pnChannelCount); HRESULT (STDMETHODCALLTYPE *SetMasterVolumeLevel)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, FLOAT fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetMasterVolumeLevelScalar)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, FLOAT fLevel, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMasterVolumeLevel)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, FLOAT *fLevelDB); HRESULT (STDMETHODCALLTYPE *GetMasterVolumeLevelScalar)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, FLOAT *fLevel); HRESULT (STDMETHODCALLTYPE *SetChannelVolumeLevel)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT nChannel, FLOAT fLevelDB, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *SetChannelVolumeLevelScalar)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT nChannel, FLOAT fLevel, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetChannelVolumeLevel)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT nChannel, FLOAT *fLevelDB); HRESULT (STDMETHODCALLTYPE *GetChannelVolumeLevelScalar)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT nChannel, FLOAT *fLevel); HRESULT (STDMETHODCALLTYPE *SetMute)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, WINBOOL bMute, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *GetMute)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, WINBOOL *bMute); HRESULT (STDMETHODCALLTYPE *GetVolumeStepInfo)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT *pnStep, UINT *pnStepCount); HRESULT (STDMETHODCALLTYPE *VolumeStepUp)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *VolumeStepDown)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, LPCGUID pguidEventContext); HRESULT (STDMETHODCALLTYPE *QueryHardwareSupport)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, DWORD *pdwHardwareSupportMask); HRESULT (STDMETHODCALLTYPE *GetVolumeRange)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, FLOAT *pflVolumeMindB, FLOAT *pflVolumeMaxdB, FLOAT *pflVolumeIncrementdB); /*** IAudioEndpointVolumeEx methods ***/ HRESULT (STDMETHODCALLTYPE *GetVolumeRangeChannel)( - IAudioEndpointVolumeEx* This, + IAudioEndpointVolumeEx *This, UINT iChannel, FLOAT *pflVolumeMindB, FLOAT *pflVolumeMaxdB, @@ -731,6 +590,7 @@ END_INTERFACE } IAudioEndpointVolumeExVtbl; + interface IAudioEndpointVolumeEx { CONST_VTBL IAudioEndpointVolumeExVtbl* lpVtbl; }; @@ -837,17 +697,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAudioEndpointVolumeEx_GetVolumeRangeChannel_Proxy( - IAudioEndpointVolumeEx* This, - UINT iChannel, - FLOAT *pflVolumeMindB, - FLOAT *pflVolumeMaxdB, - FLOAT *pflVolumeIncrementdB); -void __RPC_STUB IAudioEndpointVolumeEx_GetVolumeRangeChannel_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAudioEndpointVolumeEx_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/errhandlingapi.h mingw-w64-6.0.0/mingw-w64-headers/include/errhandlingapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/errhandlingapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/errhandlingapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -13,14 +13,15 @@ extern "C" { #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) +typedef LONG (WINAPI *PTOP_LEVEL_EXCEPTION_FILTER) (struct _EXCEPTION_POINTERS *ExceptionInfo); +typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER; + WINBASEAPI UINT WINAPI SetErrorMode (UINT uMode); + WINBASEAPI LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter (LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter); + WINBASEAPI LONG WINAPI UnhandledExceptionFilter (struct _EXCEPTION_POINTERS *ExceptionInfo); +#endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) - typedef LONG (WINAPI *PTOP_LEVEL_EXCEPTION_FILTER) (struct _EXCEPTION_POINTERS *ExceptionInfo); - typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER; - - WINBASEAPI LONG WINAPI UnhandledExceptionFilter (struct _EXCEPTION_POINTERS *ExceptionInfo); - WINBASEAPI LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter (LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter); - WINBASEAPI UINT WINAPI SetErrorMode (UINT uMode); - WINBASEAPI PVOID WINAPI AddVectoredExceptionHandler (ULONG First, PVECTORED_EXCEPTION_HANDLER Handler); + WINBASEAPI PVOID WINAPI AddVectoredExceptionHandler (ULONG First, PVECTORED_EXCEPTION_HANDLER Handler); WINBASEAPI ULONG WINAPI RemoveVectoredExceptionHandler (PVOID Handle); WINBASEAPI PVOID WINAPI AddVectoredContinueHandler (ULONG First, PVECTORED_EXCEPTION_HANDLER Handler); WINBASEAPI ULONG WINAPI RemoveVectoredContinueHandler (PVOID Handle); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/error.h mingw-w64-6.0.0/mingw-w64-headers/include/error.h --- mingw-w64-5.0.4/mingw-w64-headers/include/error.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/error.h 2018-09-14 14:16:43.000000000 +0000 @@ -157,6 +157,7 @@ #define ERROR_BAD_DYNALINK 213 #define ERROR_TOO_MANY_MODULES 214 #define ERROR_NESTING_NOT_ALLOWED 215 +#define ERROR_INVALID_TOKEN 315 #define ERROR_USER_DEFINED_BASE 0xF000 #define ERROR_I24_WRITE_PROTECT 0 #define ERROR_I24_BAD_UNIT 1 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/evr.h mingw-w64-6.0.0/mingw-w64-headers/include/evr.h --- mingw-w64-5.0.4/mingw-w64-headers/include/evr.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/evr.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,323 +1,1912 @@ +/*** Autogenerated by WIDL 3.1 from include/evr.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __evr_h__ +#define __evr_h__ + +/* Forward declarations */ + +#ifndef __IMFVideoPositionMapper_FWD_DEFINED__ +#define __IMFVideoPositionMapper_FWD_DEFINED__ +typedef interface IMFVideoPositionMapper IMFVideoPositionMapper; +#ifdef __cplusplus +interface IMFVideoPositionMapper; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoDeviceID_FWD_DEFINED__ +#define __IMFVideoDeviceID_FWD_DEFINED__ +typedef interface IMFVideoDeviceID IMFVideoDeviceID; +#ifdef __cplusplus +interface IMFVideoDeviceID; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoDisplayControl_FWD_DEFINED__ +#define __IMFVideoDisplayControl_FWD_DEFINED__ +typedef interface IMFVideoDisplayControl IMFVideoDisplayControl; +#ifdef __cplusplus +interface IMFVideoDisplayControl; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoPresenter_FWD_DEFINED__ +#define __IMFVideoPresenter_FWD_DEFINED__ +typedef interface IMFVideoPresenter IMFVideoPresenter; +#ifdef __cplusplus +interface IMFVideoPresenter; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFDesiredSample_FWD_DEFINED__ +#define __IMFDesiredSample_FWD_DEFINED__ +typedef interface IMFDesiredSample IMFDesiredSample; +#ifdef __cplusplus +interface IMFDesiredSample; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFTrackedSample_FWD_DEFINED__ +#define __IMFTrackedSample_FWD_DEFINED__ +typedef interface IMFTrackedSample IMFTrackedSample; +#ifdef __cplusplus +interface IMFTrackedSample; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoMixerControl_FWD_DEFINED__ +#define __IMFVideoMixerControl_FWD_DEFINED__ +typedef interface IMFVideoMixerControl IMFVideoMixerControl; +#ifdef __cplusplus +interface IMFVideoMixerControl; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoMixerControl2_FWD_DEFINED__ +#define __IMFVideoMixerControl2_FWD_DEFINED__ +typedef interface IMFVideoMixerControl2 IMFVideoMixerControl2; +#ifdef __cplusplus +interface IMFVideoMixerControl2; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoRenderer_FWD_DEFINED__ +#define __IMFVideoRenderer_FWD_DEFINED__ +typedef interface IMFVideoRenderer IMFVideoRenderer; +#ifdef __cplusplus +interface IMFVideoRenderer; +#endif /* __cplusplus */ +#endif + +#ifndef __IEVRFilterConfig_FWD_DEFINED__ +#define __IEVRFilterConfig_FWD_DEFINED__ +typedef interface IEVRFilterConfig IEVRFilterConfig; +#ifdef __cplusplus +interface IEVRFilterConfig; +#endif /* __cplusplus */ +#endif + +#ifndef __IEVRFilterConfigEx_FWD_DEFINED__ +#define __IEVRFilterConfigEx_FWD_DEFINED__ +typedef interface IEVRFilterConfigEx IEVRFilterConfigEx; +#ifdef __cplusplus +interface IEVRFilterConfigEx; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFTopologyServiceLookup_FWD_DEFINED__ +#define __IMFTopologyServiceLookup_FWD_DEFINED__ +typedef interface IMFTopologyServiceLookup IMFTopologyServiceLookup; +#ifdef __cplusplus +interface IMFTopologyServiceLookup; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFTopologyServiceLookupClient_FWD_DEFINED__ +#define __IMFTopologyServiceLookupClient_FWD_DEFINED__ +typedef interface IMFTopologyServiceLookupClient IMFTopologyServiceLookupClient; +#ifdef __cplusplus +interface IMFTopologyServiceLookupClient; +#endif /* __cplusplus */ +#endif + +#ifndef __IEVRTrustedVideoPlugin_FWD_DEFINED__ +#define __IEVRTrustedVideoPlugin_FWD_DEFINED__ +typedef interface IEVRTrustedVideoPlugin IEVRTrustedVideoPlugin; +#ifdef __cplusplus +interface IEVRTrustedVideoPlugin; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + /** - * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. + * No warranty is given; refer to the file DISCLAIMER within this package. + */ + +#include + +#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) +#ifndef __IMFTrackedSample_FWD_DEFINED__ +#define __IMFTrackedSample_FWD_DEFINED__ +typedef interface IMFTrackedSample IMFTrackedSample; +#ifdef __cplusplus +interface IMFTrackedSample; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoDisplayControl_FWD_DEFINED__ +#define __IMFVideoDisplayControl_FWD_DEFINED__ +typedef interface IMFVideoDisplayControl IMFVideoDisplayControl; +#ifdef __cplusplus +interface IMFVideoDisplayControl; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoPresenter_FWD_DEFINED__ +#define __IMFVideoPresenter_FWD_DEFINED__ +typedef interface IMFVideoPresenter IMFVideoPresenter; +#ifdef __cplusplus +interface IMFVideoPresenter; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoPositionMapper_FWD_DEFINED__ +#define __IMFVideoPositionMapper_FWD_DEFINED__ +typedef interface IMFVideoPositionMapper IMFVideoPositionMapper; +#ifdef __cplusplus +interface IMFVideoPositionMapper; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFDesiredSample_FWD_DEFINED__ +#define __IMFDesiredSample_FWD_DEFINED__ +typedef interface IMFDesiredSample IMFDesiredSample; +#ifdef __cplusplus +interface IMFDesiredSample; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoMixerControl_FWD_DEFINED__ +#define __IMFVideoMixerControl_FWD_DEFINED__ +typedef interface IMFVideoMixerControl IMFVideoMixerControl; +#ifdef __cplusplus +interface IMFVideoMixerControl; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoRenderer_FWD_DEFINED__ +#define __IMFVideoRenderer_FWD_DEFINED__ +typedef interface IMFVideoRenderer IMFVideoRenderer; +#ifdef __cplusplus +interface IMFVideoRenderer; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFVideoDeviceID_FWD_DEFINED__ +#define __IMFVideoDeviceID_FWD_DEFINED__ +typedef interface IMFVideoDeviceID IMFVideoDeviceID; +#ifdef __cplusplus +interface IMFVideoDeviceID; +#endif /* __cplusplus */ +#endif + +#ifndef __IEVRFilterConfig_FWD_DEFINED__ +#define __IEVRFilterConfig_FWD_DEFINED__ +typedef interface IEVRFilterConfig IEVRFilterConfig; +#ifdef __cplusplus +interface IEVRFilterConfig; +#endif /* __cplusplus */ +#endif + +#if defined(__midl) + +typedef enum _D3DFORMAT { + D3DFMT_UNKNOWN = 0, + D3DFMT_R8G8B8 = 20, + D3DFMT_A8R8G8B8 = 21, + D3DFMT_X8R8G8B8 = 22, + D3DFMT_R5G6B5 = 23, + D3DFMT_X1R5G5B5 = 24, + D3DFMT_A1R5G5B5 = 25, + D3DFMT_A4R4G4B4 = 26, + D3DFMT_R3G3B2 = 27, + D3DFMT_A8 = 28, + D3DFMT_A8R3G3B2 = 29, + D3DFMT_X4R4G4B4 = 30, + D3DFMT_A2B10G10R10 = 31, + D3DFMT_G16R16 = 34, + D3DFMT_A8P8 = 40, + D3DFMT_P8 = 41, + D3DFMT_L8 = 50, + D3DFMT_A8L8 = 51, + D3DFMT_A4L4 = 52, + D3DFMT_V8U8 = 60, + D3DFMT_L6V5U5 = 61, + D3DFMT_X8L8V8U8 = 62, + D3DFMT_Q8W8V8U8 = 63, + D3DFMT_V16U16 = 64, + D3DFMT_W11V11U10 = 65, + D3DFMT_A2W10V10U10 = 67, + D3DFMT_D16_LOCKABLE = 70, + D3DFMT_D32 = 71, + D3DFMT_D15S1 = 73, + D3DFMT_D24S8 = 75, + D3DFMT_D16 = 80, + D3DFMT_D24X8 = 77, + D3DFMT_D24X4S4 = 79, + D3DFMT_VERTEXDATA = 100, + D3DFMT_INDEX16 = 101, + D3DFMT_INDEX32 = 102, + D3DFMT_FORCE_DWORD = 0x7fffffff +} D3DFORMAT; +#endif + +typedef enum MFVideoAspectRatioMode { + MFVideoARMode_None = 0x0, + MFVideoARMode_PreservePicture = 0x1, + MFVideoARMode_PreservePixel = 0x2, + MFVideoARMode_NonLinearStretch = 0x4, + MFVideoARMode_Mask = 0x7 +} MFVideoAspectRatioMode; + +typedef enum MFVideoRenderPrefs { + MFVideoRenderPrefs_DoNotRenderBorder = 0x1, + MFVideoRenderPrefs_DoNotClipToDevice = 0x2, + MFVideoRenderPrefs_AllowOutputThrottling = 0x4, + MFVideoRenderPrefs_ForceOutputThrottling = 0x8, + MFVideoRenderPrefs_ForceBatching = 0x10, + MFVideoRenderPrefs_AllowBatching = 0x20, + MFVideoRenderPrefs_ForceScaling = 0x40, + MFVideoRenderPrefs_AllowScaling = 0x80, + MFVideoRenderPrefs_DoNotRepaintOnStop = 0x100, + MFVideoRenderPrefs_Mask = 0x1ff +} MFVideoRenderPrefs; + +#ifndef _MFVideoNormalizedRect_ +#define _MFVideoNormalizedRect_ +typedef struct MFVideoNormalizedRect { + float left; + float top; + float right; + float bottom; +} MFVideoNormalizedRect; +#endif + +typedef enum MFVP_MESSAGE_TYPE { + MFVP_MESSAGE_FLUSH = 0x0, + MFVP_MESSAGE_INVALIDATEMEDIATYPE = 0x1, + MFVP_MESSAGE_PROCESSINPUTNOTIFY = 0x2, + MFVP_MESSAGE_BEGINSTREAMING = 0x3, + MFVP_MESSAGE_ENDSTREAMING = 0x4, + MFVP_MESSAGE_ENDOFSTREAM = 0x5, + MFVP_MESSAGE_STEP = 0x6, + MFVP_MESSAGE_CANCELSTEP = 0x7 +} MFVP_MESSAGE_TYPE; + +typedef enum _MFVideoMixPrefs { + MFVideoMixPrefs_ForceHalfInterlace = 0x1, + MFVideoMixPrefs_AllowDropToHalfInterlace = 0x2, + MFVideoMixPrefs_AllowDropToBob = 0x4, + MFVideoMixPrefs_ForceBob = 0x8, + MFVideoMixPrefs_EnableRotation = 0x10, + MFVideoMixPrefs_Mask = 0x1f +} MFVideoMixPrefs; + +typedef enum _EVRFilterConfig_Prefs { + EVRFilterConfigPrefs_EnableQoS = 0x1, + EVRFilterConfigPrefs_Mask = 0x1 +} EVRFilterConfigPrefs; + +typedef enum _MF_SERVICE_LOOKUP_TYPE { + MF_SERVICE_LOOKUP_UPSTREAM = 0, + MF_SERVICE_LOOKUP_UPSTREAM_DIRECT = 1, + MF_SERVICE_LOOKUP_DOWNSTREAM = 2, + MF_SERVICE_LOOKUP_DOWNSTREAM_DIRECT = 3, + MF_SERVICE_LOOKUP_ALL = 4, + MF_SERVICE_LOOKUP_GLOBAL = 5 +} MF_SERVICE_LOOKUP_TYPE; + +DEFINE_GUID(MR_VIDEO_RENDER_SERVICE, 0x1092a86c, 0xab1a, 0x459a, 0xa3, 0x36, 0x83, 0x1f, 0xbc, 0x4d, 0x11, 0xff); +DEFINE_GUID(MR_VIDEO_MIXER_SERVICE, 0x73cd2fc, 0x6cf4, 0x40b7, 0x88, 0x59, 0xe8, 0x95, 0x52, 0xc8, 0x41, 0xf8); +DEFINE_GUID(MR_VIDEO_ACCELERATION_SERVICE, 0xefef5175, 0x5c7d, 0x4ce2, 0xbb, 0xbd, 0x34, 0xff, 0x8b, 0xca, 0x65, 0x54); +DEFINE_GUID(MR_BUFFER_SERVICE, 0xa562248c, 0x9ac6, 0x4ffc, 0x9f, 0xba, 0x3a, 0xf8, 0xf8, 0xad, 0x1a, 0x4d); +DEFINE_GUID(VIDEO_ZOOM_RECT, 0x7aaa1638, 0x1b7f, 0x4c93, 0xbd, 0x89, 0x5b, 0x9c, 0x9f, 0xb6, 0xfc, 0xf0); + +/***************************************************************************** + * IMFVideoPositionMapper interface + */ +#ifndef __IMFVideoPositionMapper_INTERFACE_DEFINED__ +#define __IMFVideoPositionMapper_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoPositionMapper, 0x1f6a9f17, 0xe70b, 0x4e24, 0x8a,0xe4, 0x0b,0x2c,0x3b,0xa7,0xa4,0xae); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("1f6a9f17-e70b-4e24-8ae4-0b2c3ba7a4ae") +IMFVideoPositionMapper : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE MapOutputCoordinateToInputStream( + float xOut, + float yOut, + DWORD dwOutputStreamIndex, + DWORD dwInputStreamIndex, + float *pxIn, + float *pyIn) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoPositionMapper, 0x1f6a9f17, 0xe70b, 0x4e24, 0x8a,0xe4, 0x0b,0x2c,0x3b,0xa7,0xa4,0xae) +#endif +#else +typedef struct IMFVideoPositionMapperVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoPositionMapper *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoPositionMapper *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoPositionMapper *This); + + /*** IMFVideoPositionMapper methods ***/ + HRESULT (STDMETHODCALLTYPE *MapOutputCoordinateToInputStream)( + IMFVideoPositionMapper *This, + float xOut, + float yOut, + DWORD dwOutputStreamIndex, + DWORD dwInputStreamIndex, + float *pxIn, + float *pyIn); + + END_INTERFACE +} IMFVideoPositionMapperVtbl; + +interface IMFVideoPositionMapper { + CONST_VTBL IMFVideoPositionMapperVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoPositionMapper_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoPositionMapper_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoPositionMapper_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoPositionMapper methods ***/ +#define IMFVideoPositionMapper_MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn) (This)->lpVtbl->MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoPositionMapper_QueryInterface(IMFVideoPositionMapper* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoPositionMapper_AddRef(IMFVideoPositionMapper* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoPositionMapper_Release(IMFVideoPositionMapper* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoPositionMapper methods ***/ +static FORCEINLINE HRESULT IMFVideoPositionMapper_MapOutputCoordinateToInputStream(IMFVideoPositionMapper* This,float xOut,float yOut,DWORD dwOutputStreamIndex,DWORD dwInputStreamIndex,float *pxIn,float *pyIn) { + return This->lpVtbl->MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn); +} +#endif +#endif + +#endif + + +#endif /* __IMFVideoPositionMapper_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFVideoDeviceID interface + */ +#ifndef __IMFVideoDeviceID_INTERFACE_DEFINED__ +#define __IMFVideoDeviceID_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoDeviceID, 0xa38d9567, 0x5a9c, 0x4f3c, 0xb2,0x93, 0x8e,0xb4,0x15,0xb2,0x79,0xba); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a38d9567-5a9c-4f3c-b293-8eb415b279ba") +IMFVideoDeviceID : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetDeviceID( + IID *pDeviceID) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoDeviceID, 0xa38d9567, 0x5a9c, 0x4f3c, 0xb2,0x93, 0x8e,0xb4,0x15,0xb2,0x79,0xba) +#endif +#else +typedef struct IMFVideoDeviceIDVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoDeviceID *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoDeviceID *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoDeviceID *This); + + /*** IMFVideoDeviceID methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDeviceID)( + IMFVideoDeviceID *This, + IID *pDeviceID); + + END_INTERFACE +} IMFVideoDeviceIDVtbl; + +interface IMFVideoDeviceID { + CONST_VTBL IMFVideoDeviceIDVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoDeviceID_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoDeviceID_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoDeviceID_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoDeviceID methods ***/ +#define IMFVideoDeviceID_GetDeviceID(This,pDeviceID) (This)->lpVtbl->GetDeviceID(This,pDeviceID) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoDeviceID_QueryInterface(IMFVideoDeviceID* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoDeviceID_AddRef(IMFVideoDeviceID* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoDeviceID_Release(IMFVideoDeviceID* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoDeviceID methods ***/ +static FORCEINLINE HRESULT IMFVideoDeviceID_GetDeviceID(IMFVideoDeviceID* This,IID *pDeviceID) { + return This->lpVtbl->GetDeviceID(This,pDeviceID); +} +#endif +#endif + +#endif + + +#endif /* __IMFVideoDeviceID_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFVideoDisplayControl interface + */ +#ifndef __IMFVideoDisplayControl_INTERFACE_DEFINED__ +#define __IMFVideoDisplayControl_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoDisplayControl, 0xa490b1e4, 0xab84, 0x4d31, 0xa1,0xb2, 0x18,0x1e,0x03,0xb1,0x07,0x7a); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a490b1e4-ab84-4d31-a1b2-181e03b1077a") +IMFVideoDisplayControl : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetNativeVideoSize( + SIZE *pszVideo, + SIZE *pszARVideo) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetIdealVideoSize( + SIZE *pszMin, + SIZE *pszMax) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVideoPosition( + const MFVideoNormalizedRect *pnrcSource, + const LPRECT prcDest) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVideoPosition( + MFVideoNormalizedRect *pnrcSource, + LPRECT prcDest) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAspectRatioMode( + DWORD dwAspectRatioMode) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAspectRatioMode( + DWORD *pdwAspectRatioMode) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVideoWindow( + HWND hwndVideo) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVideoWindow( + HWND *phwndVideo) = 0; + + virtual HRESULT STDMETHODCALLTYPE RepaintVideo( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCurrentImage( + BITMAPINFOHEADER *pBih, + BYTE **pDib, + DWORD *pcbDib, + LONGLONG *pTimeStamp) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBorderColor( + COLORREF Clr) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetBorderColor( + COLORREF *pClr) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRenderingPrefs( + DWORD dwRenderFlags) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetRenderingPrefs( + DWORD *pdwRenderFlags) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetFullscreen( + WINBOOL fFullscreen) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFullscreen( + WINBOOL *pfFullscreen) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoDisplayControl, 0xa490b1e4, 0xab84, 0x4d31, 0xa1,0xb2, 0x18,0x1e,0x03,0xb1,0x07,0x7a) +#endif +#else +typedef struct IMFVideoDisplayControlVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoDisplayControl *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoDisplayControl *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoDisplayControl *This); + + /*** IMFVideoDisplayControl methods ***/ + HRESULT (STDMETHODCALLTYPE *GetNativeVideoSize)( + IMFVideoDisplayControl *This, + SIZE *pszVideo, + SIZE *pszARVideo); + + HRESULT (STDMETHODCALLTYPE *GetIdealVideoSize)( + IMFVideoDisplayControl *This, + SIZE *pszMin, + SIZE *pszMax); + + HRESULT (STDMETHODCALLTYPE *SetVideoPosition)( + IMFVideoDisplayControl *This, + const MFVideoNormalizedRect *pnrcSource, + const LPRECT prcDest); + + HRESULT (STDMETHODCALLTYPE *GetVideoPosition)( + IMFVideoDisplayControl *This, + MFVideoNormalizedRect *pnrcSource, + LPRECT prcDest); + + HRESULT (STDMETHODCALLTYPE *SetAspectRatioMode)( + IMFVideoDisplayControl *This, + DWORD dwAspectRatioMode); + + HRESULT (STDMETHODCALLTYPE *GetAspectRatioMode)( + IMFVideoDisplayControl *This, + DWORD *pdwAspectRatioMode); + + HRESULT (STDMETHODCALLTYPE *SetVideoWindow)( + IMFVideoDisplayControl *This, + HWND hwndVideo); + + HRESULT (STDMETHODCALLTYPE *GetVideoWindow)( + IMFVideoDisplayControl *This, + HWND *phwndVideo); + + HRESULT (STDMETHODCALLTYPE *RepaintVideo)( + IMFVideoDisplayControl *This); + + HRESULT (STDMETHODCALLTYPE *GetCurrentImage)( + IMFVideoDisplayControl *This, + BITMAPINFOHEADER *pBih, + BYTE **pDib, + DWORD *pcbDib, + LONGLONG *pTimeStamp); + + HRESULT (STDMETHODCALLTYPE *SetBorderColor)( + IMFVideoDisplayControl *This, + COLORREF Clr); + + HRESULT (STDMETHODCALLTYPE *GetBorderColor)( + IMFVideoDisplayControl *This, + COLORREF *pClr); + + HRESULT (STDMETHODCALLTYPE *SetRenderingPrefs)( + IMFVideoDisplayControl *This, + DWORD dwRenderFlags); + + HRESULT (STDMETHODCALLTYPE *GetRenderingPrefs)( + IMFVideoDisplayControl *This, + DWORD *pdwRenderFlags); + + HRESULT (STDMETHODCALLTYPE *SetFullscreen)( + IMFVideoDisplayControl *This, + WINBOOL fFullscreen); + + HRESULT (STDMETHODCALLTYPE *GetFullscreen)( + IMFVideoDisplayControl *This, + WINBOOL *pfFullscreen); + + END_INTERFACE +} IMFVideoDisplayControlVtbl; + +interface IMFVideoDisplayControl { + CONST_VTBL IMFVideoDisplayControlVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoDisplayControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoDisplayControl_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoDisplayControl_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoDisplayControl methods ***/ +#define IMFVideoDisplayControl_GetNativeVideoSize(This,pszVideo,pszARVideo) (This)->lpVtbl->GetNativeVideoSize(This,pszVideo,pszARVideo) +#define IMFVideoDisplayControl_GetIdealVideoSize(This,pszMin,pszMax) (This)->lpVtbl->GetIdealVideoSize(This,pszMin,pszMax) +#define IMFVideoDisplayControl_SetVideoPosition(This,pnrcSource,prcDest) (This)->lpVtbl->SetVideoPosition(This,pnrcSource,prcDest) +#define IMFVideoDisplayControl_GetVideoPosition(This,pnrcSource,prcDest) (This)->lpVtbl->GetVideoPosition(This,pnrcSource,prcDest) +#define IMFVideoDisplayControl_SetAspectRatioMode(This,dwAspectRatioMode) (This)->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode) +#define IMFVideoDisplayControl_GetAspectRatioMode(This,pdwAspectRatioMode) (This)->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode) +#define IMFVideoDisplayControl_SetVideoWindow(This,hwndVideo) (This)->lpVtbl->SetVideoWindow(This,hwndVideo) +#define IMFVideoDisplayControl_GetVideoWindow(This,phwndVideo) (This)->lpVtbl->GetVideoWindow(This,phwndVideo) +#define IMFVideoDisplayControl_RepaintVideo(This) (This)->lpVtbl->RepaintVideo(This) +#define IMFVideoDisplayControl_GetCurrentImage(This,pBih,pDib,pcbDib,pTimeStamp) (This)->lpVtbl->GetCurrentImage(This,pBih,pDib,pcbDib,pTimeStamp) +#define IMFVideoDisplayControl_SetBorderColor(This,Clr) (This)->lpVtbl->SetBorderColor(This,Clr) +#define IMFVideoDisplayControl_GetBorderColor(This,pClr) (This)->lpVtbl->GetBorderColor(This,pClr) +#define IMFVideoDisplayControl_SetRenderingPrefs(This,dwRenderFlags) (This)->lpVtbl->SetRenderingPrefs(This,dwRenderFlags) +#define IMFVideoDisplayControl_GetRenderingPrefs(This,pdwRenderFlags) (This)->lpVtbl->GetRenderingPrefs(This,pdwRenderFlags) +#define IMFVideoDisplayControl_SetFullscreen(This,fFullscreen) (This)->lpVtbl->SetFullscreen(This,fFullscreen) +#define IMFVideoDisplayControl_GetFullscreen(This,pfFullscreen) (This)->lpVtbl->GetFullscreen(This,pfFullscreen) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoDisplayControl_QueryInterface(IMFVideoDisplayControl* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoDisplayControl_AddRef(IMFVideoDisplayControl* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoDisplayControl_Release(IMFVideoDisplayControl* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoDisplayControl methods ***/ +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetNativeVideoSize(IMFVideoDisplayControl* This,SIZE *pszVideo,SIZE *pszARVideo) { + return This->lpVtbl->GetNativeVideoSize(This,pszVideo,pszARVideo); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetIdealVideoSize(IMFVideoDisplayControl* This,SIZE *pszMin,SIZE *pszMax) { + return This->lpVtbl->GetIdealVideoSize(This,pszMin,pszMax); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetVideoPosition(IMFVideoDisplayControl* This,const MFVideoNormalizedRect *pnrcSource,const LPRECT prcDest) { + return This->lpVtbl->SetVideoPosition(This,pnrcSource,prcDest); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetVideoPosition(IMFVideoDisplayControl* This,MFVideoNormalizedRect *pnrcSource,LPRECT prcDest) { + return This->lpVtbl->GetVideoPosition(This,pnrcSource,prcDest); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetAspectRatioMode(IMFVideoDisplayControl* This,DWORD dwAspectRatioMode) { + return This->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetAspectRatioMode(IMFVideoDisplayControl* This,DWORD *pdwAspectRatioMode) { + return This->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetVideoWindow(IMFVideoDisplayControl* This,HWND hwndVideo) { + return This->lpVtbl->SetVideoWindow(This,hwndVideo); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetVideoWindow(IMFVideoDisplayControl* This,HWND *phwndVideo) { + return This->lpVtbl->GetVideoWindow(This,phwndVideo); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_RepaintVideo(IMFVideoDisplayControl* This) { + return This->lpVtbl->RepaintVideo(This); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetCurrentImage(IMFVideoDisplayControl* This,BITMAPINFOHEADER *pBih,BYTE **pDib,DWORD *pcbDib,LONGLONG *pTimeStamp) { + return This->lpVtbl->GetCurrentImage(This,pBih,pDib,pcbDib,pTimeStamp); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetBorderColor(IMFVideoDisplayControl* This,COLORREF Clr) { + return This->lpVtbl->SetBorderColor(This,Clr); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetBorderColor(IMFVideoDisplayControl* This,COLORREF *pClr) { + return This->lpVtbl->GetBorderColor(This,pClr); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetRenderingPrefs(IMFVideoDisplayControl* This,DWORD dwRenderFlags) { + return This->lpVtbl->SetRenderingPrefs(This,dwRenderFlags); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetRenderingPrefs(IMFVideoDisplayControl* This,DWORD *pdwRenderFlags) { + return This->lpVtbl->GetRenderingPrefs(This,pdwRenderFlags); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_SetFullscreen(IMFVideoDisplayControl* This,WINBOOL fFullscreen) { + return This->lpVtbl->SetFullscreen(This,fFullscreen); +} +static FORCEINLINE HRESULT IMFVideoDisplayControl_GetFullscreen(IMFVideoDisplayControl* This,WINBOOL *pfFullscreen) { + return This->lpVtbl->GetFullscreen(This,pfFullscreen); +} +#endif +#endif + +#endif + + +#endif /* __IMFVideoDisplayControl_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFVideoPresenter interface */ -#ifndef _INC_EVR -#define _INC_EVR +#ifndef __IMFVideoPresenter_INTERFACE_DEFINED__ +#define __IMFVideoPresenter_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoPresenter, 0x29aff080, 0x182a, 0x4a5d, 0xaf,0x3b, 0x44,0x8f,0x3a,0x63,0x46,0xcb); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("29aff080-182a-4a5d-af3b-448f3a6346cb") +IMFVideoPresenter : public IMFClockStateSink +{ + virtual HRESULT STDMETHODCALLTYPE ProcessMessage( + MFVP_MESSAGE_TYPE eMessage, + ULONG_PTR ulParam) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCurrentMediaType( + IMFVideoMediaType **ppMediaType) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoPresenter, 0x29aff080, 0x182a, 0x4a5d, 0xaf,0x3b, 0x44,0x8f,0x3a,0x63,0x46,0xcb) +#endif +#else +typedef struct IMFVideoPresenterVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoPresenter *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoPresenter *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoPresenter *This); + + /*** IMFClockStateSink methods ***/ + HRESULT (STDMETHODCALLTYPE *OnClockStart)( + IMFVideoPresenter *This, + MFTIME hnsSystemTime, + LONGLONG llClockStartOffset); + + HRESULT (STDMETHODCALLTYPE *OnClockStop)( + IMFVideoPresenter *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockPause)( + IMFVideoPresenter *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockRestart)( + IMFVideoPresenter *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockSetRate)( + IMFVideoPresenter *This, + MFTIME hnsSystemTime, + float flRate); + + /*** IMFVideoPresenter methods ***/ + HRESULT (STDMETHODCALLTYPE *ProcessMessage)( + IMFVideoPresenter *This, + MFVP_MESSAGE_TYPE eMessage, + ULONG_PTR ulParam); + + HRESULT (STDMETHODCALLTYPE *GetCurrentMediaType)( + IMFVideoPresenter *This, + IMFVideoMediaType **ppMediaType); + + END_INTERFACE +} IMFVideoPresenterVtbl; + +interface IMFVideoPresenter { + CONST_VTBL IMFVideoPresenterVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoPresenter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoPresenter_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoPresenter_Release(This) (This)->lpVtbl->Release(This) +/*** IMFClockStateSink methods ***/ +#define IMFVideoPresenter_OnClockStart(This,hnsSystemTime,llClockStartOffset) (This)->lpVtbl->OnClockStart(This,hnsSystemTime,llClockStartOffset) +#define IMFVideoPresenter_OnClockStop(This,hnsSystemTime) (This)->lpVtbl->OnClockStop(This,hnsSystemTime) +#define IMFVideoPresenter_OnClockPause(This,hnsSystemTime) (This)->lpVtbl->OnClockPause(This,hnsSystemTime) +#define IMFVideoPresenter_OnClockRestart(This,hnsSystemTime) (This)->lpVtbl->OnClockRestart(This,hnsSystemTime) +#define IMFVideoPresenter_OnClockSetRate(This,hnsSystemTime,flRate) (This)->lpVtbl->OnClockSetRate(This,hnsSystemTime,flRate) +/*** IMFVideoPresenter methods ***/ +#define IMFVideoPresenter_ProcessMessage(This,eMessage,ulParam) (This)->lpVtbl->ProcessMessage(This,eMessage,ulParam) +#define IMFVideoPresenter_GetCurrentMediaType(This,ppMediaType) (This)->lpVtbl->GetCurrentMediaType(This,ppMediaType) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoPresenter_QueryInterface(IMFVideoPresenter* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoPresenter_AddRef(IMFVideoPresenter* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoPresenter_Release(IMFVideoPresenter* This) { + return This->lpVtbl->Release(This); +} +/*** IMFClockStateSink methods ***/ +static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStart(IMFVideoPresenter* This,MFTIME hnsSystemTime,LONGLONG llClockStartOffset) { + return This->lpVtbl->OnClockStart(This,hnsSystemTime,llClockStartOffset); +} +static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStop(IMFVideoPresenter* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockStop(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFVideoPresenter_OnClockPause(IMFVideoPresenter* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockPause(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFVideoPresenter_OnClockRestart(IMFVideoPresenter* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockRestart(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFVideoPresenter_OnClockSetRate(IMFVideoPresenter* This,MFTIME hnsSystemTime,float flRate) { + return This->lpVtbl->OnClockSetRate(This,hnsSystemTime,flRate); +} +/*** IMFVideoPresenter methods ***/ +static FORCEINLINE HRESULT IMFVideoPresenter_ProcessMessage(IMFVideoPresenter* This,MFVP_MESSAGE_TYPE eMessage,ULONG_PTR ulParam) { + return This->lpVtbl->ProcessMessage(This,eMessage,ulParam); +} +static FORCEINLINE HRESULT IMFVideoPresenter_GetCurrentMediaType(IMFVideoPresenter* This,IMFVideoMediaType **ppMediaType) { + return This->lpVtbl->GetCurrentMediaType(This,ppMediaType); +} +#endif +#endif + +#endif + + +#endif /* __IMFVideoPresenter_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFDesiredSample interface + */ +#ifndef __IMFDesiredSample_INTERFACE_DEFINED__ +#define __IMFDesiredSample_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFDesiredSample, 0x56c294d0, 0x753e, 0x4260, 0x8d,0x61, 0xa3,0xd8,0x82,0x0b,0x1d,0x54); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("56c294d0-753e-4260-8d61-a3d8820b1d54") +IMFDesiredSample : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetDesiredSampleTimeAndDuration( + LONGLONG *phnsSampleTime, + LONGLONG *phnsSampleDuration) = 0; + + virtual void STDMETHODCALLTYPE SetDesiredSampleTimeAndDuration( + LONGLONG hnsSampleTime, + LONGLONG hnsSampleDuration) = 0; + + virtual void STDMETHODCALLTYPE Clear( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFDesiredSample, 0x56c294d0, 0x753e, 0x4260, 0x8d,0x61, 0xa3,0xd8,0x82,0x0b,0x1d,0x54) +#endif +#else +typedef struct IMFDesiredSampleVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFDesiredSample *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFDesiredSample *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFDesiredSample *This); + + /*** IMFDesiredSample methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDesiredSampleTimeAndDuration)( + IMFDesiredSample *This, + LONGLONG *phnsSampleTime, + LONGLONG *phnsSampleDuration); + + void (STDMETHODCALLTYPE *SetDesiredSampleTimeAndDuration)( + IMFDesiredSample *This, + LONGLONG hnsSampleTime, + LONGLONG hnsSampleDuration); + + void (STDMETHODCALLTYPE *Clear)( + IMFDesiredSample *This); + + END_INTERFACE +} IMFDesiredSampleVtbl; + +interface IMFDesiredSample { + CONST_VTBL IMFDesiredSampleVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFDesiredSample_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFDesiredSample_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFDesiredSample_Release(This) (This)->lpVtbl->Release(This) +/*** IMFDesiredSample methods ***/ +#define IMFDesiredSample_GetDesiredSampleTimeAndDuration(This,phnsSampleTime,phnsSampleDuration) (This)->lpVtbl->GetDesiredSampleTimeAndDuration(This,phnsSampleTime,phnsSampleDuration) +#define IMFDesiredSample_SetDesiredSampleTimeAndDuration(This,hnsSampleTime,hnsSampleDuration) (This)->lpVtbl->SetDesiredSampleTimeAndDuration(This,hnsSampleTime,hnsSampleDuration) +#define IMFDesiredSample_Clear(This) (This)->lpVtbl->Clear(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFDesiredSample_QueryInterface(IMFDesiredSample* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFDesiredSample_AddRef(IMFDesiredSample* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFDesiredSample_Release(IMFDesiredSample* This) { + return This->lpVtbl->Release(This); +} +/*** IMFDesiredSample methods ***/ +static FORCEINLINE HRESULT IMFDesiredSample_GetDesiredSampleTimeAndDuration(IMFDesiredSample* This,LONGLONG *phnsSampleTime,LONGLONG *phnsSampleDuration) { + return This->lpVtbl->GetDesiredSampleTimeAndDuration(This,phnsSampleTime,phnsSampleDuration); +} +static FORCEINLINE void IMFDesiredSample_SetDesiredSampleTimeAndDuration(IMFDesiredSample* This,LONGLONG hnsSampleTime,LONGLONG hnsSampleDuration) { + This->lpVtbl->SetDesiredSampleTimeAndDuration(This,hnsSampleTime,hnsSampleDuration); +} +static FORCEINLINE void IMFDesiredSample_Clear(IMFDesiredSample* This) { + This->lpVtbl->Clear(This); +} +#endif +#endif + +#endif + + +#endif /* __IMFDesiredSample_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFTrackedSample interface + */ +#ifndef __IMFTrackedSample_INTERFACE_DEFINED__ +#define __IMFTrackedSample_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFTrackedSample, 0x245bf8e9, 0x0755, 0x40f7, 0x88,0xa5, 0xae,0x0f,0x18,0xd5,0x5e,0x17); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("245bf8e9-0755-40f7-88a5-ae0f18d55e17") +IMFTrackedSample : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetAllocator( + IMFAsyncCallback *pSampleAllocator, + IUnknown *pUnkState) = 0; -#if (_WIN32_WINNT >= 0x0600) +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFTrackedSample, 0x245bf8e9, 0x0755, 0x40f7, 0x88,0xa5, 0xae,0x0f,0x18,0xd5,0x5e,0x17) +#endif +#else +typedef struct IMFTrackedSampleVtbl { + BEGIN_INTERFACE -#ifdef __cplusplus -extern "C" { + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFTrackedSample *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFTrackedSample *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFTrackedSample *This); + + /*** IMFTrackedSample methods ***/ + HRESULT (STDMETHODCALLTYPE *SetAllocator)( + IMFTrackedSample *This, + IMFAsyncCallback *pSampleAllocator, + IUnknown *pUnkState); + + END_INTERFACE +} IMFTrackedSampleVtbl; + +interface IMFTrackedSample { + CONST_VTBL IMFTrackedSampleVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFTrackedSample_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFTrackedSample_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFTrackedSample_Release(This) (This)->lpVtbl->Release(This) +/*** IMFTrackedSample methods ***/ +#define IMFTrackedSample_SetAllocator(This,pSampleAllocator,pUnkState) (This)->lpVtbl->SetAllocator(This,pSampleAllocator,pUnkState) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFTrackedSample_QueryInterface(IMFTrackedSample* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFTrackedSample_AddRef(IMFTrackedSample* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFTrackedSample_Release(IMFTrackedSample* This) { + return This->lpVtbl->Release(This); +} +/*** IMFTrackedSample methods ***/ +static FORCEINLINE HRESULT IMFTrackedSample_SetAllocator(IMFTrackedSample* This,IMFAsyncCallback *pSampleAllocator,IUnknown *pUnkState) { + return This->lpVtbl->SetAllocator(This,pSampleAllocator,pUnkState); +} +#endif #endif -DEFINE_GUID(MR_VIDEO_RENDER_SERVICE,0x1092a86c,0xab1a,0x459a,0xa3,0x36,0x83,0x1f,0xbc,0x4d,0x11,0xff); -DEFINE_GUID(MR_VIDEO_MIXER_SERVICE,0x73cd2fc,0x6cf4,0x40b7,0x88,0x59,0xe8,0x95,0x52,0xc8,0x41,0xf8); -DEFINE_GUID(MR_VIDEO_ACCELERATION_SERVICE,0xefef5175,0x5c7d,0x4ce2,0xbb,0xbd,0x34,0xff,0x8b,0xca,0x65,0x54); -DEFINE_GUID(MR_BUFFER_SERVICE,0xa562248c,0x9ac6,0x4ffc,0x9f,0xba,0x3a,0xf8,0xf8,0xad,0x1a,0x4d); -DEFINE_GUID(VIDEO_ZOOM_RECT,0x7aaa1638,0x1b7f,0x4c93,0xbd,0x89,0x5b,0x9c,0x9f,0xb6,0xfc,0xf0); +#endif -#if (_WIN32_WINNT >= 0x0601) -typedef enum _EVRFilterConfig_Prefs { - EVRFilterConfigPrefs_EnableQoS = 0x00000001, - EVRFilterConfigPrefs_Mask = 0x00000001 -} EVRFilterConfigPrefs; -#endif /*(_WIN32_WINNT >= 0x0601)*/ -typedef enum MFVideoAspectRatioMode { - MFVideoARMode_None = 0x00000000, - MFVideoARMode_PreservePicture = 0x00000001, - MFVideoARMode_PreservePixel = 0x00000002, - MFVideoARMode_NonLinearStretch = 0x00000004, - MFVideoARMode_Mask = 0x00000007 -} MFVideoAspectRatioMode; +#endif /* __IMFTrackedSample_INTERFACE_DEFINED__ */ -#if (_WIN32_WINNT >= 0x0601) -typedef enum _MFVideoMixPrefs { - MFVideoMixPrefs_ForceHalfInterlace = 0x00000001, - MFVideoMixPrefs_AllowDropToHalfInterlace = 0x00000002, - MFVideoMixPrefs_AllowDropToBob = 0x00000004, - MFVideoMixPrefs_ForceBob = 0x00000008, - MFVideoMixPrefs_Mask = 0x0000000f -} MFVideoMixPrefs; -#endif /*(_WIN32_WINNT >= 0x0601)*/ -typedef enum MFVideoRenderPrefs { - MFVideoRenderPrefs_DoNotRenderBorder = 0x00000001, - MFVideoRenderPrefs_DoNotClipToDevice = 0x00000002, - MFVideoRenderPrefs_AllowOutputThrottling = 0x00000004, - MFVideoRenderPrefs_ForceOutputThrottling = 0x00000008, - MFVideoRenderPrefs_ForceBatching = 0x00000010, - MFVideoRenderPrefs_AllowBatching = 0x00000020, - MFVideoRenderPrefs_ForceScaling = 0x00000040, - MFVideoRenderPrefs_AllowScaling = 0x00000080, - MFVideoRenderPrefs_DoNotRepaintOnStop = 0x00000100, - MFVideoRenderPrefs_Mask = 0x000001ff -} MFVideoRenderPrefs; +/***************************************************************************** + * IMFVideoMixerControl interface + */ +#ifndef __IMFVideoMixerControl_INTERFACE_DEFINED__ +#define __IMFVideoMixerControl_INTERFACE_DEFINED__ -typedef enum _MFVP_MESSAGE_TYPE { - MFVP_MESSAGE_FLUSH = 0x00000000, - MFVP_MESSAGE_INVALIDATEMEDIATYPE = 0x00000001, - MFVP_MESSAGE_PROCESSINPUTNOTIFY = 0x00000002, - MFVP_MESSAGE_BEGINSTREAMING = 0x00000003, - MFVP_MESSAGE_ENDSTREAMING = 0x00000004, - MFVP_MESSAGE_ENDOFSTREAM = 0x00000005, - MFVP_MESSAGE_STEP = 0x00000006, - MFVP_MESSAGE_CANCELSTEP = 0x00000007 -} MFVP_MESSAGE_TYPE; +DEFINE_GUID(IID_IMFVideoMixerControl, 0xa5c6c53f, 0xc202, 0x4aa5, 0x96,0x95, 0x17,0x5b,0xa8,0xc5,0x08,0xa5); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a5c6c53f-c202-4aa5-9695-175ba8c508a5") +IMFVideoMixerControl : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetStreamZOrder( + DWORD dwStreamID, + DWORD dwZ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamZOrder( + DWORD dwStreamID, + DWORD *pdwZ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamOutputRect( + DWORD dwStreamID, + const MFVideoNormalizedRect *pnrcOutput) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamOutputRect( + DWORD dwStreamID, + MFVideoNormalizedRect *pnrcOutput) = 0; -typedef struct MFVideoNormalizedRect { - float left; - float top; - float right; - float bottom; -} MFVideoNormalizedRect; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoMixerControl, 0xa5c6c53f, 0xc202, 0x4aa5, 0x96,0x95, 0x17,0x5b,0xa8,0xc5,0x08,0xa5) +#endif +#else +typedef struct IMFVideoMixerControlVtbl { + BEGIN_INTERFACE -#ifdef __cplusplus + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoMixerControl *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoMixerControl *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoMixerControl *This); + + /*** IMFVideoMixerControl methods ***/ + HRESULT (STDMETHODCALLTYPE *SetStreamZOrder)( + IMFVideoMixerControl *This, + DWORD dwStreamID, + DWORD dwZ); + + HRESULT (STDMETHODCALLTYPE *GetStreamZOrder)( + IMFVideoMixerControl *This, + DWORD dwStreamID, + DWORD *pdwZ); + + HRESULT (STDMETHODCALLTYPE *SetStreamOutputRect)( + IMFVideoMixerControl *This, + DWORD dwStreamID, + const MFVideoNormalizedRect *pnrcOutput); + + HRESULT (STDMETHODCALLTYPE *GetStreamOutputRect)( + IMFVideoMixerControl *This, + DWORD dwStreamID, + MFVideoNormalizedRect *pnrcOutput); + + END_INTERFACE +} IMFVideoMixerControlVtbl; + +interface IMFVideoMixerControl { + CONST_VTBL IMFVideoMixerControlVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoMixerControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoMixerControl_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoMixerControl_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoMixerControl methods ***/ +#define IMFVideoMixerControl_SetStreamZOrder(This,dwStreamID,dwZ) (This)->lpVtbl->SetStreamZOrder(This,dwStreamID,dwZ) +#define IMFVideoMixerControl_GetStreamZOrder(This,dwStreamID,pdwZ) (This)->lpVtbl->GetStreamZOrder(This,dwStreamID,pdwZ) +#define IMFVideoMixerControl_SetStreamOutputRect(This,dwStreamID,pnrcOutput) (This)->lpVtbl->SetStreamOutputRect(This,dwStreamID,pnrcOutput) +#define IMFVideoMixerControl_GetStreamOutputRect(This,dwStreamID,pnrcOutput) (This)->lpVtbl->GetStreamOutputRect(This,dwStreamID,pnrcOutput) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoMixerControl_QueryInterface(IMFVideoMixerControl* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoMixerControl_AddRef(IMFVideoMixerControl* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoMixerControl_Release(IMFVideoMixerControl* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoMixerControl methods ***/ +static FORCEINLINE HRESULT IMFVideoMixerControl_SetStreamZOrder(IMFVideoMixerControl* This,DWORD dwStreamID,DWORD dwZ) { + return This->lpVtbl->SetStreamZOrder(This,dwStreamID,dwZ); +} +static FORCEINLINE HRESULT IMFVideoMixerControl_GetStreamZOrder(IMFVideoMixerControl* This,DWORD dwStreamID,DWORD *pdwZ) { + return This->lpVtbl->GetStreamZOrder(This,dwStreamID,pdwZ); } +static FORCEINLINE HRESULT IMFVideoMixerControl_SetStreamOutputRect(IMFVideoMixerControl* This,DWORD dwStreamID,const MFVideoNormalizedRect *pnrcOutput) { + return This->lpVtbl->SetStreamOutputRect(This,dwStreamID,pnrcOutput); +} +static FORCEINLINE HRESULT IMFVideoMixerControl_GetStreamOutputRect(IMFVideoMixerControl* This,DWORD dwStreamID,MFVideoNormalizedRect *pnrcOutput) { + return This->lpVtbl->GetStreamOutputRect(This,dwStreamID,pnrcOutput); +} +#endif +#endif + #endif -#undef INTERFACE -#define INTERFACE IMFVideoPresenter -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -__MINGW_BROKEN_INTERFACE(INTERFACE) -#endif -DECLARE_INTERFACE_(IMFVideoPresenter,IMFClockStateSink) + +#endif /* __IMFVideoMixerControl_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFVideoMixerControl2 interface + */ +#ifndef __IMFVideoMixerControl2_INTERFACE_DEFINED__ +#define __IMFVideoMixerControl2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoMixerControl2, 0x8459616d, 0x966e, 0x4930, 0xb6,0x58, 0x54,0xfa,0x7e,0x5a,0x16,0xd3); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8459616d-966e-4930-b658-54fa7e5a16d3") +IMFVideoMixerControl2 : public IMFVideoMixerControl { + virtual HRESULT STDMETHODCALLTYPE SetMixingPrefs( + DWORD dwMixFlags) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMixingPrefs( + DWORD *pdwMixFlags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoMixerControl2, 0x8459616d, 0x966e, 0x4930, 0xb6,0x58, 0x54,0xfa,0x7e,0x5a,0x16,0xd3) +#endif +#else +typedef struct IMFVideoMixerControl2Vtbl { BEGIN_INTERFACE - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IMFClockStateSink methods */ - STDMETHOD_(HRESULT,OnClockPause)(THIS_ MFTIME hnsSystemTime) PURE; - STDMETHOD_(HRESULT,OnClockRestart)(THIS_ MFTIME hnsSystemTime) PURE; - STDMETHOD_(HRESULT,OnClockSetRate)(THIS_ MFTIME hnsSystemTime,float flRate) PURE; - STDMETHOD_(HRESULT,OnClockStart)(THIS_ MFTIME hnsSystemTime,LONGLONG llClockStartOffset) PURE; - STDMETHOD_(HRESULT,OnClockStop)(THIS_ MFTIME hnssSystemTime) PURE; - - /* IMFVideoPresenter methods */ - STDMETHOD_(HRESULT,GetCurrentMediaType)(THIS_ IMFVideoMediaType **ppMediaType) PURE; - STDMETHOD_(HRESULT,ProcessMessage)(THIS_ MFVP_MESSAGE_TYPE eMessage,ULONG_PTR ulParam) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoMixerControl2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoMixerControl2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoMixerControl2 *This); + + /*** IMFVideoMixerControl methods ***/ + HRESULT (STDMETHODCALLTYPE *SetStreamZOrder)( + IMFVideoMixerControl2 *This, + DWORD dwStreamID, + DWORD dwZ); + + HRESULT (STDMETHODCALLTYPE *GetStreamZOrder)( + IMFVideoMixerControl2 *This, + DWORD dwStreamID, + DWORD *pdwZ); + + HRESULT (STDMETHODCALLTYPE *SetStreamOutputRect)( + IMFVideoMixerControl2 *This, + DWORD dwStreamID, + const MFVideoNormalizedRect *pnrcOutput); + + HRESULT (STDMETHODCALLTYPE *GetStreamOutputRect)( + IMFVideoMixerControl2 *This, + DWORD dwStreamID, + MFVideoNormalizedRect *pnrcOutput); + + /*** IMFVideoMixerControl2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetMixingPrefs)( + IMFVideoMixerControl2 *This, + DWORD dwMixFlags); + + HRESULT (STDMETHODCALLTYPE *GetMixingPrefs)( + IMFVideoMixerControl2 *This, + DWORD *pdwMixFlags); END_INTERFACE +} IMFVideoMixerControl2Vtbl; + +interface IMFVideoMixerControl2 { + CONST_VTBL IMFVideoMixerControl2Vtbl* lpVtbl; }; #ifdef COBJMACROS -#define IMFVideoPresenter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFVideoPresenter_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFVideoPresenter_Release(This) (This)->lpVtbl->Release(This) -#define IMFVideoPresenter_OnClockPause(This,hnsSystemTime) (This)->lpVtbl->OnClockPause(This,hnsSystemTime) -#define IMFVideoPresenter_OnClockRestart(This,hnsSystemTime) (This)->lpVtbl->OnClockRestart(This,hnsSystemTime) -#define IMFVideoPresenter_OnClockSetRate(This,hnsSystemTime,flRate) (This)->lpVtbl->OnClockSetRate(This,hnsSystemTime,flRate) -#define IMFVideoPresenter_OnClockStart(This,hnsSystemTime,llClockStartOffset) (This)->lpVtbl->OnClockStart(This,hnsSystemTime,llClockStartOffset) -#define IMFVideoPresenter_OnClockStop(This,hnssSystemTime) (This)->lpVtbl->OnClockStop(This,hnssSystemTime) -#define IMFVideoPresenter_GetCurrentMediaType(This,ppMediaType) (This)->lpVtbl->GetCurrentMediaType(This,ppMediaType) -#define IMFVideoPresenter_ProcessMessage(This,eMessage,ulParam) (This)->lpVtbl->ProcessMessage(This,eMessage,ulParam) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoMixerControl2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoMixerControl2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoMixerControl2_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoMixerControl methods ***/ +#define IMFVideoMixerControl2_SetStreamZOrder(This,dwStreamID,dwZ) (This)->lpVtbl->SetStreamZOrder(This,dwStreamID,dwZ) +#define IMFVideoMixerControl2_GetStreamZOrder(This,dwStreamID,pdwZ) (This)->lpVtbl->GetStreamZOrder(This,dwStreamID,pdwZ) +#define IMFVideoMixerControl2_SetStreamOutputRect(This,dwStreamID,pnrcOutput) (This)->lpVtbl->SetStreamOutputRect(This,dwStreamID,pnrcOutput) +#define IMFVideoMixerControl2_GetStreamOutputRect(This,dwStreamID,pnrcOutput) (This)->lpVtbl->GetStreamOutputRect(This,dwStreamID,pnrcOutput) +/*** IMFVideoMixerControl2 methods ***/ +#define IMFVideoMixerControl2_SetMixingPrefs(This,dwMixFlags) (This)->lpVtbl->SetMixingPrefs(This,dwMixFlags) +#define IMFVideoMixerControl2_GetMixingPrefs(This,pdwMixFlags) (This)->lpVtbl->GetMixingPrefs(This,pdwMixFlags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoMixerControl2_QueryInterface(IMFVideoMixerControl2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoMixerControl2_AddRef(IMFVideoMixerControl2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoMixerControl2_Release(IMFVideoMixerControl2* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoMixerControl methods ***/ +static FORCEINLINE HRESULT IMFVideoMixerControl2_SetStreamZOrder(IMFVideoMixerControl2* This,DWORD dwStreamID,DWORD dwZ) { + return This->lpVtbl->SetStreamZOrder(This,dwStreamID,dwZ); +} +static FORCEINLINE HRESULT IMFVideoMixerControl2_GetStreamZOrder(IMFVideoMixerControl2* This,DWORD dwStreamID,DWORD *pdwZ) { + return This->lpVtbl->GetStreamZOrder(This,dwStreamID,pdwZ); +} +static FORCEINLINE HRESULT IMFVideoMixerControl2_SetStreamOutputRect(IMFVideoMixerControl2* This,DWORD dwStreamID,const MFVideoNormalizedRect *pnrcOutput) { + return This->lpVtbl->SetStreamOutputRect(This,dwStreamID,pnrcOutput); +} +static FORCEINLINE HRESULT IMFVideoMixerControl2_GetStreamOutputRect(IMFVideoMixerControl2* This,DWORD dwStreamID,MFVideoNormalizedRect *pnrcOutput) { + return This->lpVtbl->GetStreamOutputRect(This,dwStreamID,pnrcOutput); +} +/*** IMFVideoMixerControl2 methods ***/ +static FORCEINLINE HRESULT IMFVideoMixerControl2_SetMixingPrefs(IMFVideoMixerControl2* This,DWORD dwMixFlags) { + return This->lpVtbl->SetMixingPrefs(This,dwMixFlags); +} +static FORCEINLINE HRESULT IMFVideoMixerControl2_GetMixingPrefs(IMFVideoMixerControl2* This,DWORD *pdwMixFlags) { + return This->lpVtbl->GetMixingPrefs(This,pdwMixFlags); +} +#endif +#endif -#undef INTERFACE -#define INTERFACE IMFDesiredSample -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -__MINGW_BROKEN_INTERFACE(INTERFACE) #endif -DECLARE_INTERFACE_(IMFDesiredSample,IUnknown) + + +#endif /* __IMFVideoMixerControl2_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFVideoRenderer interface + */ +#ifndef __IMFVideoRenderer_INTERFACE_DEFINED__ +#define __IMFVideoRenderer_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFVideoRenderer, 0xdfdfd197, 0xa9ca, 0x43d8, 0xb3,0x41, 0x6a,0xf3,0x50,0x37,0x92,0xcd); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("dfdfd197-a9ca-43d8-b341-6af3503792cd") +IMFVideoRenderer : public IUnknown { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE InitializeRenderer( + IMFTransform *pVideoMixer, + IMFVideoPresenter *pVideoPresenter) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFVideoRenderer, 0xdfdfd197, 0xa9ca, 0x43d8, 0xb3,0x41, 0x6a,0xf3,0x50,0x37,0x92,0xcd) +#endif +#else +typedef struct IMFVideoRendererVtbl { + BEGIN_INTERFACE - /* IMFDesiredSample methods */ - STDMETHOD(Clear)(THIS) PURE; - STDMETHOD_(HRESULT,GetDesiredSampleTimeAndDuration)(THIS_ LONGLONG *phnsSampleTime,LONGLONG *phnsSampleDuration) PURE; - STDMETHOD(SetDesiredSampleTimeAndDuration)(THIS_ LONGLONG hnsSampleTime,LONGLONG hnsSampleDuration) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFVideoRenderer *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFVideoRenderer *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFVideoRenderer *This); + + /*** IMFVideoRenderer methods ***/ + HRESULT (STDMETHODCALLTYPE *InitializeRenderer)( + IMFVideoRenderer *This, + IMFTransform *pVideoMixer, + IMFVideoPresenter *pVideoPresenter); END_INTERFACE +} IMFVideoRendererVtbl; + +interface IMFVideoRenderer { + CONST_VTBL IMFVideoRendererVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFDesiredSample_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFDesiredSample_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFDesiredSample_Release(This) (This)->lpVtbl->Release(This) -#define IMFDesiredSample_Clear() (This)->lpVtbl->Clear(This) -#define IMFDesiredSample_GetDesiredSampleTimeAndDuration(This,phnsSampleTime,phnsSampleDuration) (This)->lpVtbl->GetDesiredSampleTimeAndDuration(This,phnsSampleTime,phnsSampleDuration) -#define IMFDesiredSample_SetDesiredSampleTimeAndDuration(This,hnsSampleTime,hnsSampleDuration) (This)->lpVtbl->SetDesiredSampleTimeAndDuration(This,hnsSampleTime,hnsSampleDuration) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFVideoRenderer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFVideoRenderer_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFVideoRenderer_Release(This) (This)->lpVtbl->Release(This) +/*** IMFVideoRenderer methods ***/ +#define IMFVideoRenderer_InitializeRenderer(This,pVideoMixer,pVideoPresenter) (This)->lpVtbl->InitializeRenderer(This,pVideoMixer,pVideoPresenter) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFVideoRenderer_QueryInterface(IMFVideoRenderer* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFVideoRenderer_AddRef(IMFVideoRenderer* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFVideoRenderer_Release(IMFVideoRenderer* This) { + return This->lpVtbl->Release(This); +} +/*** IMFVideoRenderer methods ***/ +static FORCEINLINE HRESULT IMFVideoRenderer_InitializeRenderer(IMFVideoRenderer* This,IMFTransform *pVideoMixer,IMFVideoPresenter *pVideoPresenter) { + return This->lpVtbl->InitializeRenderer(This,pVideoMixer,pVideoPresenter); +} +#endif +#endif + +#endif -#undef INTERFACE -#define INTERFACE IMFTrackedSample -DECLARE_INTERFACE_(IMFTrackedSample,IUnknown) + +#endif /* __IMFVideoRenderer_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IEVRFilterConfig interface + */ +#ifndef __IEVRFilterConfig_INTERFACE_DEFINED__ +#define __IEVRFilterConfig_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IEVRFilterConfig, 0x83e91e85, 0x82c1, 0x4ea7, 0x80,0x1d, 0x85,0xdc,0x50,0xb7,0x50,0x86); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("83e91e85-82c1-4ea7-801d-85dc50b75086") +IEVRFilterConfig : public IUnknown { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE SetNumberOfStreams( + DWORD dwMaxStreams) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; + virtual HRESULT STDMETHODCALLTYPE GetNumberOfStreams( + DWORD *pdwMaxStreams) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IEVRFilterConfig, 0x83e91e85, 0x82c1, 0x4ea7, 0x80,0x1d, 0x85,0xdc,0x50,0xb7,0x50,0x86) +#endif +#else +typedef struct IEVRFilterConfigVtbl { + BEGIN_INTERFACE - /* IMFTrackedSample methods */ - STDMETHOD_(HRESULT,SetAllocator)(THIS_ IMFAsyncCallback *pSampleAllocator,IUnknown *pUnkState) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IEVRFilterConfig *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IEVRFilterConfig *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IEVRFilterConfig *This); + + /*** IEVRFilterConfig methods ***/ + HRESULT (STDMETHODCALLTYPE *SetNumberOfStreams)( + IEVRFilterConfig *This, + DWORD dwMaxStreams); + + HRESULT (STDMETHODCALLTYPE *GetNumberOfStreams)( + IEVRFilterConfig *This, + DWORD *pdwMaxStreams); END_INTERFACE +} IEVRFilterConfigVtbl; + +interface IEVRFilterConfig { + CONST_VTBL IEVRFilterConfigVtbl* lpVtbl; }; #ifdef COBJMACROS -#define IMFTrackedSample_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFTrackedSample_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFTrackedSample_Release(This) (This)->lpVtbl->Release(This) -#define IMFTrackedSample_SetAllocator(This,pSampleAllocator,pUnkState) (This)->lpVtbl->SetAllocator(This,pSampleAllocator,pUnkState) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IEVRFilterConfig_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IEVRFilterConfig_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IEVRFilterConfig_Release(This) (This)->lpVtbl->Release(This) +/*** IEVRFilterConfig methods ***/ +#define IEVRFilterConfig_SetNumberOfStreams(This,dwMaxStreams) (This)->lpVtbl->SetNumberOfStreams(This,dwMaxStreams) +#define IEVRFilterConfig_GetNumberOfStreams(This,pdwMaxStreams) (This)->lpVtbl->GetNumberOfStreams(This,pdwMaxStreams) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IEVRFilterConfig_QueryInterface(IEVRFilterConfig* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IEVRFilterConfig_AddRef(IEVRFilterConfig* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IEVRFilterConfig_Release(IEVRFilterConfig* This) { + return This->lpVtbl->Release(This); +} +/*** IEVRFilterConfig methods ***/ +static FORCEINLINE HRESULT IEVRFilterConfig_SetNumberOfStreams(IEVRFilterConfig* This,DWORD dwMaxStreams) { + return This->lpVtbl->SetNumberOfStreams(This,dwMaxStreams); +} +static FORCEINLINE HRESULT IEVRFilterConfig_GetNumberOfStreams(IEVRFilterConfig* This,DWORD *pdwMaxStreams) { + return This->lpVtbl->GetNumberOfStreams(This,pdwMaxStreams); +} +#endif +#endif + +#endif -#undef INTERFACE -#define INTERFACE IMFVideoDeviceID -DECLARE_INTERFACE_(IMFVideoDeviceID,IUnknown) + +#endif /* __IEVRFilterConfig_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IEVRFilterConfigEx interface + */ +#ifndef __IEVRFilterConfigEx_INTERFACE_DEFINED__ +#define __IEVRFilterConfigEx_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IEVRFilterConfigEx, 0xaea36028, 0x796d, 0x454f, 0xbe,0xee, 0xb4,0x80,0x71,0xe2,0x43,0x04); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("aea36028-796d-454f-beee-b48071e24304") +IEVRFilterConfigEx : public IEVRFilterConfig { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE SetConfigPrefs( + DWORD dwConfigFlags) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; + virtual HRESULT STDMETHODCALLTYPE GetConfigPrefs( + DWORD *pdwConfigFlags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IEVRFilterConfigEx, 0xaea36028, 0x796d, 0x454f, 0xbe,0xee, 0xb4,0x80,0x71,0xe2,0x43,0x04) +#endif +#else +typedef struct IEVRFilterConfigExVtbl { + BEGIN_INTERFACE - /* IMFVideoDeviceID methods */ - STDMETHOD_(HRESULT,GetDeviceID)(THIS_ IID *pDeviceID) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IEVRFilterConfigEx *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IEVRFilterConfigEx *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IEVRFilterConfigEx *This); + + /*** IEVRFilterConfig methods ***/ + HRESULT (STDMETHODCALLTYPE *SetNumberOfStreams)( + IEVRFilterConfigEx *This, + DWORD dwMaxStreams); + + HRESULT (STDMETHODCALLTYPE *GetNumberOfStreams)( + IEVRFilterConfigEx *This, + DWORD *pdwMaxStreams); + + /*** IEVRFilterConfigEx methods ***/ + HRESULT (STDMETHODCALLTYPE *SetConfigPrefs)( + IEVRFilterConfigEx *This, + DWORD dwConfigFlags); + + HRESULT (STDMETHODCALLTYPE *GetConfigPrefs)( + IEVRFilterConfigEx *This, + DWORD *pdwConfigFlags); END_INTERFACE +} IEVRFilterConfigExVtbl; + +interface IEVRFilterConfigEx { + CONST_VTBL IEVRFilterConfigExVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFVideoDeviceID_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFVideoDeviceID_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFVideoDeviceID_Release(This) (This)->lpVtbl->Release(This) -#define IMFVideoDeviceID_GetDeviceID(This,pDeviceID) (This)->lpVtbl->GetDeviceID(This,pDeviceID) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IEVRFilterConfigEx_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IEVRFilterConfigEx_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IEVRFilterConfigEx_Release(This) (This)->lpVtbl->Release(This) +/*** IEVRFilterConfig methods ***/ +#define IEVRFilterConfigEx_SetNumberOfStreams(This,dwMaxStreams) (This)->lpVtbl->SetNumberOfStreams(This,dwMaxStreams) +#define IEVRFilterConfigEx_GetNumberOfStreams(This,pdwMaxStreams) (This)->lpVtbl->GetNumberOfStreams(This,pdwMaxStreams) +/*** IEVRFilterConfigEx methods ***/ +#define IEVRFilterConfigEx_SetConfigPrefs(This,dwConfigFlags) (This)->lpVtbl->SetConfigPrefs(This,dwConfigFlags) +#define IEVRFilterConfigEx_GetConfigPrefs(This,pdwConfigFlags) (This)->lpVtbl->GetConfigPrefs(This,pdwConfigFlags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IEVRFilterConfigEx_QueryInterface(IEVRFilterConfigEx* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IEVRFilterConfigEx_AddRef(IEVRFilterConfigEx* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IEVRFilterConfigEx_Release(IEVRFilterConfigEx* This) { + return This->lpVtbl->Release(This); +} +/*** IEVRFilterConfig methods ***/ +static FORCEINLINE HRESULT IEVRFilterConfigEx_SetNumberOfStreams(IEVRFilterConfigEx* This,DWORD dwMaxStreams) { + return This->lpVtbl->SetNumberOfStreams(This,dwMaxStreams); +} +static FORCEINLINE HRESULT IEVRFilterConfigEx_GetNumberOfStreams(IEVRFilterConfigEx* This,DWORD *pdwMaxStreams) { + return This->lpVtbl->GetNumberOfStreams(This,pdwMaxStreams); +} +/*** IEVRFilterConfigEx methods ***/ +static FORCEINLINE HRESULT IEVRFilterConfigEx_SetConfigPrefs(IEVRFilterConfigEx* This,DWORD dwConfigFlags) { + return This->lpVtbl->SetConfigPrefs(This,dwConfigFlags); +} +static FORCEINLINE HRESULT IEVRFilterConfigEx_GetConfigPrefs(IEVRFilterConfigEx* This,DWORD *pdwConfigFlags) { + return This->lpVtbl->GetConfigPrefs(This,pdwConfigFlags); +} +#endif +#endif + +#endif + + +#endif /* __IEVRFilterConfigEx_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFTopologyServiceLookup interface + */ +#ifndef __IMFTopologyServiceLookup_INTERFACE_DEFINED__ +#define __IMFTopologyServiceLookup_INTERFACE_DEFINED__ -#undef INTERFACE -#define INTERFACE IMFVideoPositionMapper -DECLARE_INTERFACE_(IMFVideoPositionMapper,IUnknown) +DEFINE_GUID(IID_IMFTopologyServiceLookup, 0xfa993889, 0x4383, 0x415a, 0xa9,0x30, 0xdd,0x47,0x2a,0x8c,0xf6,0xf7); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("fa993889-4383-415a-a930-dd472a8cf6f7") +IMFTopologyServiceLookup : public IUnknown { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE LookupService( + MF_SERVICE_LOOKUP_TYPE Type, + DWORD dwIndex, + REFGUID guidService, + REFIID riid, + LPVOID *ppvObjects, + DWORD *pnObjects) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFTopologyServiceLookup, 0xfa993889, 0x4383, 0x415a, 0xa9,0x30, 0xdd,0x47,0x2a,0x8c,0xf6,0xf7) +#endif +#else +typedef struct IMFTopologyServiceLookupVtbl { + BEGIN_INTERFACE - /* IMFVideoPositionMapper methods */ - STDMETHOD_(HRESULT,MapOutputCoordinateToInputStream)(THIS_ float xOut,float yOut,DWORD dwOutputStreamIndex,DWORD dwInputStreamIndex,float *pxIn,float *pyIn) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFTopologyServiceLookup *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFTopologyServiceLookup *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFTopologyServiceLookup *This); + + /*** IMFTopologyServiceLookup methods ***/ + HRESULT (STDMETHODCALLTYPE *LookupService)( + IMFTopologyServiceLookup *This, + MF_SERVICE_LOOKUP_TYPE Type, + DWORD dwIndex, + REFGUID guidService, + REFIID riid, + LPVOID *ppvObjects, + DWORD *pnObjects); END_INTERFACE +} IMFTopologyServiceLookupVtbl; + +interface IMFTopologyServiceLookup { + CONST_VTBL IMFTopologyServiceLookupVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFVideoPositionMapper_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFVideoPositionMapper_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFVideoPositionMapper_Release(This) (This)->lpVtbl->Release(This) -#define IMFVideoPositionMapper_MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn) (This)->lpVtbl->MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFTopologyServiceLookup_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFTopologyServiceLookup_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFTopologyServiceLookup_Release(This) (This)->lpVtbl->Release(This) +/*** IMFTopologyServiceLookup methods ***/ +#define IMFTopologyServiceLookup_LookupService(This,Type,dwIndex,guidService,riid,ppvObjects,pnObjects) (This)->lpVtbl->LookupService(This,Type,dwIndex,guidService,riid,ppvObjects,pnObjects) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFTopologyServiceLookup_QueryInterface(IMFTopologyServiceLookup* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFTopologyServiceLookup_AddRef(IMFTopologyServiceLookup* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFTopologyServiceLookup_Release(IMFTopologyServiceLookup* This) { + return This->lpVtbl->Release(This); +} +/*** IMFTopologyServiceLookup methods ***/ +static FORCEINLINE HRESULT IMFTopologyServiceLookup_LookupService(IMFTopologyServiceLookup* This,MF_SERVICE_LOOKUP_TYPE Type,DWORD dwIndex,REFGUID guidService,REFIID riid,LPVOID *ppvObjects,DWORD *pnObjects) { + return This->lpVtbl->LookupService(This,Type,dwIndex,guidService,riid,ppvObjects,pnObjects); +} +#endif +#endif -#undef INTERFACE -#define INTERFACE IMFVideoRenderer -DECLARE_INTERFACE_(IMFVideoRenderer,IUnknown) +#endif + + +#endif /* __IMFTopologyServiceLookup_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IMFTopologyServiceLookupClient interface + */ +#ifndef __IMFTopologyServiceLookupClient_INTERFACE_DEFINED__ +#define __IMFTopologyServiceLookupClient_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFTopologyServiceLookupClient, 0xfa99388a, 0x4383, 0x415a, 0xa9,0x30, 0xdd,0x47,0x2a,0x8c,0xf6,0xf7); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("fa99388a-4383-415a-a930-dd472a8cf6f7") +IMFTopologyServiceLookupClient : public IUnknown { + virtual HRESULT STDMETHODCALLTYPE InitServicePointers( + IMFTopologyServiceLookup *pLookup) = 0; + + virtual HRESULT STDMETHODCALLTYPE ReleaseServicePointers( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFTopologyServiceLookupClient, 0xfa99388a, 0x4383, 0x415a, 0xa9,0x30, 0xdd,0x47,0x2a,0x8c,0xf6,0xf7) +#endif +#else +typedef struct IMFTopologyServiceLookupClientVtbl { BEGIN_INTERFACE - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFTopologyServiceLookupClient *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFTopologyServiceLookupClient *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFTopologyServiceLookupClient *This); + + /*** IMFTopologyServiceLookupClient methods ***/ + HRESULT (STDMETHODCALLTYPE *InitServicePointers)( + IMFTopologyServiceLookupClient *This, + IMFTopologyServiceLookup *pLookup); - /* IMFVideoRenderer methods */ - STDMETHOD_(HRESULT,InitializeRenderer)(THIS_ IMFTransform *pVideoMixer,IMFVideoPresenter *pVideoPresenter) PURE; + HRESULT (STDMETHODCALLTYPE *ReleaseServicePointers)( + IMFTopologyServiceLookupClient *This); END_INTERFACE +} IMFTopologyServiceLookupClientVtbl; + +interface IMFTopologyServiceLookupClient { + CONST_VTBL IMFTopologyServiceLookupClientVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFVideoRenderer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFVideoRenderer_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFVideoRenderer_Release(This) (This)->lpVtbl->Release(This) -#define IMFVideoRenderer_InitializeRenderer(This,pVideoMixer,pVideoPresenter) (This)->lpVtbl->InitializeRenderer(This,pVideoMixer,pVideoPresenter) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFTopologyServiceLookupClient_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFTopologyServiceLookupClient_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFTopologyServiceLookupClient_Release(This) (This)->lpVtbl->Release(This) +/*** IMFTopologyServiceLookupClient methods ***/ +#define IMFTopologyServiceLookupClient_InitServicePointers(This,pLookup) (This)->lpVtbl->InitServicePointers(This,pLookup) +#define IMFTopologyServiceLookupClient_ReleaseServicePointers(This) (This)->lpVtbl->ReleaseServicePointers(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFTopologyServiceLookupClient_QueryInterface(IMFTopologyServiceLookupClient* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFTopologyServiceLookupClient_AddRef(IMFTopologyServiceLookupClient* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFTopologyServiceLookupClient_Release(IMFTopologyServiceLookupClient* This) { + return This->lpVtbl->Release(This); +} +/*** IMFTopologyServiceLookupClient methods ***/ +static FORCEINLINE HRESULT IMFTopologyServiceLookupClient_InitServicePointers(IMFTopologyServiceLookupClient* This,IMFTopologyServiceLookup *pLookup) { + return This->lpVtbl->InitServicePointers(This,pLookup); +} +static FORCEINLINE HRESULT IMFTopologyServiceLookupClient_ReleaseServicePointers(IMFTopologyServiceLookupClient* This) { + return This->lpVtbl->ReleaseServicePointers(This); +} +#endif +#endif -#undef INTERFACE -#define INTERFACE IMFVideoDisplayControl -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -__MINGW_BROKEN_INTERFACE(INTERFACE) -#endif -DECLARE_INTERFACE_(IMFVideoDisplayControl,IUnknown) +#endif + + +#endif /* __IMFTopologyServiceLookupClient_INTERFACE_DEFINED__ */ + + +/***************************************************************************** + * IEVRTrustedVideoPlugin interface + */ +#ifndef __IEVRTrustedVideoPlugin_INTERFACE_DEFINED__ +#define __IEVRTrustedVideoPlugin_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IEVRTrustedVideoPlugin, 0x83a4ce40, 0x7710, 0x494b, 0xa8,0x93, 0xa4,0x72,0x04,0x9a,0xf6,0x30); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("83a4ce40-7710-494b-a893-a472049af630") +IEVRTrustedVideoPlugin : public IUnknown { + virtual HRESULT STDMETHODCALLTYPE IsInTrustedVideoMode( + WINBOOL *pYes) = 0; + + virtual HRESULT STDMETHODCALLTYPE CanConstrict( + WINBOOL *pYes) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetConstriction( + DWORD dwKPix) = 0; + + virtual HRESULT STDMETHODCALLTYPE DisableImageExport( + WINBOOL bDisable) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IEVRTrustedVideoPlugin, 0x83a4ce40, 0x7710, 0x494b, 0xa8,0x93, 0xa4,0x72,0x04,0x9a,0xf6,0x30) +#endif +#else +typedef struct IEVRTrustedVideoPluginVtbl { BEGIN_INTERFACE - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IMFVideoDisplayControl methods */ - STDMETHOD_(HRESULT,GetAspectRatioMode)(THIS_ DWORD *pdwAspectRatioMode) PURE; - STDMETHOD_(HRESULT,GetBorderColor)(THIS_ COLORREF *pClr) PURE; - STDMETHOD_(HRESULT,GetCurrentImage)(THIS_ LONGLONG *pTimeStamp) PURE; - STDMETHOD_(HRESULT,GetFullscreen)(THIS_ BOOL *pfFullscreen) PURE; - STDMETHOD_(HRESULT,GetIdealVideoSize)(THIS_ SIZE *pszMax) PURE; - STDMETHOD_(HRESULT,GetNativeVideoSize)(THIS_ SIZE *pszARVideo) PURE; - STDMETHOD_(HRESULT,GetRenderingPrefs)(THIS_ DWORD *pdwRenderFlags) PURE; - STDMETHOD_(HRESULT,GetVideoPosition)(THIS_ MFVideoNormalizedRect *pnrcSource,LPRECT prcDest) PURE; - STDMETHOD_(HRESULT,GetVideoWindow)(THIS_ HWND *phwndVideo) PURE; - STDMETHOD_(HRESULT,RepaintVideo)(THIS) PURE; - STDMETHOD_(HRESULT,SetAspectRatioMode)(THIS_ DWORD dwAspectRatioMode) PURE; - STDMETHOD_(HRESULT,SetBorderColor)(THIS_ COLORREF Clr) PURE; - STDMETHOD_(HRESULT,SetFullscreen)(THIS_ BOOL fFullscreen) PURE; - STDMETHOD_(HRESULT,SetRenderingPrefs)(THIS_ DWORD dwRenderFlags) PURE; - STDMETHOD_(HRESULT,SetVideoPosition)(THIS_ const MFVideoNormalizedRect *pnrcSource,const LPRECT prcDest) PURE; - STDMETHOD_(HRESULT,SetVideoWindow)(THIS_ HWND hwndVideo) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IEVRTrustedVideoPlugin *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IEVRTrustedVideoPlugin *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IEVRTrustedVideoPlugin *This); + + /*** IEVRTrustedVideoPlugin methods ***/ + HRESULT (STDMETHODCALLTYPE *IsInTrustedVideoMode)( + IEVRTrustedVideoPlugin *This, + WINBOOL *pYes); + + HRESULT (STDMETHODCALLTYPE *CanConstrict)( + IEVRTrustedVideoPlugin *This, + WINBOOL *pYes); + + HRESULT (STDMETHODCALLTYPE *SetConstriction)( + IEVRTrustedVideoPlugin *This, + DWORD dwKPix); + + HRESULT (STDMETHODCALLTYPE *DisableImageExport)( + IEVRTrustedVideoPlugin *This, + WINBOOL bDisable); END_INTERFACE +} IEVRTrustedVideoPluginVtbl; + +interface IEVRTrustedVideoPlugin { + CONST_VTBL IEVRTrustedVideoPluginVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFVideoDisplayControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFVideoDisplayControl_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFVideoDisplayControl_Release(This) (This)->lpVtbl->Release(This) -#define IMFVideoDisplayControl_GetAspectRatioMode(This,pdwAspectRatioMode) (This)->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode) -#define IMFVideoDisplayControl_GetBorderColor(This,pClr) (This)->lpVtbl->GetBorderColor(This,pClr) -#define IMFVideoDisplayControl_GetCurrentImage(This,pTimeStamp) (This)->lpVtbl->GetCurrentImage(This,pTimeStamp) -#define IMFVideoDisplayControl_GetFullscreen(This,pfFullscreen) (This)->lpVtbl->GetFullscreen(This,pfFullscreen) -#define IMFVideoDisplayControl_GetIdealVideoSize(This,pszMax) (This)->lpVtbl->GetIdealVideoSize(This,pszMax) -#define IMFVideoDisplayControl_GetNativeVideoSize(This,pszARVideo) (This)->lpVtbl->GetNativeVideoSize(This,pszARVideo) -#define IMFVideoDisplayControl_GetRenderingPrefs(This,pdwRenderFlags) (This)->lpVtbl->GetRenderingPrefs(This,pdwRenderFlags) -#define IMFVideoDisplayControl_GetVideoPosition(This,pnrcSource,prcDest) (This)->lpVtbl->GetVideoPosition(This,pnrcSource,prcDest) -#define IMFVideoDisplayControl_GetVideoWindow(This,phwndVideo) (This)->lpVtbl->GetVideoWindow(This,phwndVideo) -#define IMFVideoDisplayControl_RepaintVideo() (This)->lpVtbl->RepaintVideo(This) -#define IMFVideoDisplayControl_SetAspectRatioMode(This,dwAspectRatioMode) (This)->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode) -#define IMFVideoDisplayControl_SetBorderColor(This,Clr) (This)->lpVtbl->SetBorderColor(This,Clr) -#define IMFVideoDisplayControl_SetFullscreen(This,fFullscreen) (This)->lpVtbl->SetFullscreen(This,fFullscreen) -#define IMFVideoDisplayControl_SetRenderingPrefs(This,dwRenderFlags) (This)->lpVtbl->SetRenderingPrefs(This,dwRenderFlags) -#define IMFVideoDisplayControl_SetVideoPosition(This,pnrcSource,prcDest) (This)->lpVtbl->SetVideoPosition(This,pnrcSource,prcDest) -#define IMFVideoDisplayControl_SetVideoWindow(This,hwndVideo) (This)->lpVtbl->SetVideoWindow(This,hwndVideo) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IEVRTrustedVideoPlugin_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IEVRTrustedVideoPlugin_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IEVRTrustedVideoPlugin_Release(This) (This)->lpVtbl->Release(This) +/*** IEVRTrustedVideoPlugin methods ***/ +#define IEVRTrustedVideoPlugin_IsInTrustedVideoMode(This,pYes) (This)->lpVtbl->IsInTrustedVideoMode(This,pYes) +#define IEVRTrustedVideoPlugin_CanConstrict(This,pYes) (This)->lpVtbl->CanConstrict(This,pYes) +#define IEVRTrustedVideoPlugin_SetConstriction(This,dwKPix) (This)->lpVtbl->SetConstriction(This,dwKPix) +#define IEVRTrustedVideoPlugin_DisableImageExport(This,bDisable) (This)->lpVtbl->DisableImageExport(This,bDisable) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IEVRTrustedVideoPlugin_QueryInterface(IEVRTrustedVideoPlugin* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IEVRTrustedVideoPlugin_AddRef(IEVRTrustedVideoPlugin* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IEVRTrustedVideoPlugin_Release(IEVRTrustedVideoPlugin* This) { + return This->lpVtbl->Release(This); +} +/*** IEVRTrustedVideoPlugin methods ***/ +static FORCEINLINE HRESULT IEVRTrustedVideoPlugin_IsInTrustedVideoMode(IEVRTrustedVideoPlugin* This,WINBOOL *pYes) { + return This->lpVtbl->IsInTrustedVideoMode(This,pYes); +} +static FORCEINLINE HRESULT IEVRTrustedVideoPlugin_CanConstrict(IEVRTrustedVideoPlugin* This,WINBOOL *pYes) { + return This->lpVtbl->CanConstrict(This,pYes); +} +static FORCEINLINE HRESULT IEVRTrustedVideoPlugin_SetConstriction(IEVRTrustedVideoPlugin* This,DWORD dwKPix) { + return This->lpVtbl->SetConstriction(This,dwKPix); +} +static FORCEINLINE HRESULT IEVRTrustedVideoPlugin_DisableImageExport(IEVRTrustedVideoPlugin* This,WINBOOL bDisable) { + return This->lpVtbl->DisableImageExport(This,bDisable); +} +#endif +#endif -#ifdef __cplusplus -extern "C" { #endif -HRESULT WINAPI MFCreateVideoMixer(IUnknown *pOwner,REFIID riidDevice,REFIID riid,void **ppVideoMixer); -HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *pMixerOwner,IUnknown *pPresenterOwner,REFIID riidMixer,void **ppvVideoMixer,REFIID riidPresenter,void **ppvVideoPresenter); -HRESULT WINAPI MFCreateVideoPresenter(IUnknown *pOwner,REFIID riidDevice,REFIID riid,void **ppvVideoPresenter); -HRESULT WINAPI MFCreateVideoSampleAllocator(REFIID riid,void** ppSampleAllocator); -HRESULT WINAPI MFCreateVideoSampleFromSurface(IUnknown *pUnkSurface,IMFSample **ppSample); + +#endif /* __IEVRTrustedVideoPlugin_INTERFACE_DEFINED__ */ + + +HRESULT WINAPI MFCreateVideoPresenter(IUnknown *pOwner, REFIID riidDevice, REFIID riid, void **ppVideoPresenter); +HRESULT WINAPI MFCreateVideoMixer(IUnknown *pOwner, REFIID riidDevice, REFIID riid, void **ppv); +HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *pMixerOwner, IUnknown *pPresenterOwner, REFIID riidMixer, void **ppvVideoMixer, REFIID riidPresenter, void **ppvVideoPresenter); +HRESULT WINAPI MFCreateVideoRenderer( REFIID riidRenderer, void **ppVideoRenderer ); +HRESULT WINAPI MFCreateVideoSampleFromSurface(IUnknown *pUnkSurface, IMFSample **ppSample); +HRESULT WINAPI MFCreateVideoSampleAllocator(REFIID riid, void **ppSampleAllocator); +#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ + +/* Begin additional prototypes for all interfaces */ + +ULONG __RPC_USER HWND_UserSize (ULONG *, ULONG, HWND *); +unsigned char * __RPC_USER HWND_UserMarshal (ULONG *, unsigned char *, HWND *); +unsigned char * __RPC_USER HWND_UserUnmarshal(ULONG *, unsigned char *, HWND *); +void __RPC_USER HWND_UserFree (ULONG *, HWND *); + +/* End additional prototypes */ #ifdef __cplusplus } #endif -#endif /*(_WIN32_WINNT >= 0x0600)*/ - -#endif /*_INC_EVR*/ +#endif /* __evr_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/evr.idl mingw-w64-6.0.0/mingw-w64-headers/include/evr.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/evr.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/evr.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,279 @@ +cpp_quote("/**") +cpp_quote(" * This file is part of the mingw-w64 runtime package.") +cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.") +cpp_quote(" */") +cpp_quote("") +cpp_quote("#include ") +cpp_quote("") +cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)") + +import "unknwn.idl"; +import "propidl.idl"; +import "mfidl.idl"; +import "mftransform.idl"; +import "mediaobj.idl"; +import "strmif.idl"; + +interface IMFTrackedSample; +interface IMFVideoDisplayControl; +interface IMFVideoPresenter; +interface IMFVideoPositionMapper; +interface IMFDesiredSample; +interface IMFVideoMixerControl; +interface IMFVideoRenderer; +interface IMFVideoDeviceID; +interface IEVRFilterConfig; + +cpp_quote("#if defined(__midl)") + +#ifndef MAKEFOURCC +#define MAKEFOURCC(ch0, ch1, ch2, ch3) \ + ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \ + ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 )) +#endif + +#ifndef D3DFORMAT +cpp_quote("") +typedef enum _D3DFORMAT { + D3DFMT_UNKNOWN = 0, + D3DFMT_R8G8B8 = 20, + D3DFMT_A8R8G8B8 = 21, + D3DFMT_X8R8G8B8 = 22, + D3DFMT_R5G6B5 = 23, + D3DFMT_X1R5G5B5 = 24, + D3DFMT_A1R5G5B5 = 25, + D3DFMT_A4R4G4B4 = 26, + D3DFMT_R3G3B2 = 27, + D3DFMT_A8 = 28, + D3DFMT_A8R3G3B2 = 29, + D3DFMT_X4R4G4B4 = 30, + D3DFMT_A2B10G10R10 = 31, + D3DFMT_G16R16 = 34, + D3DFMT_A8P8 = 40, + D3DFMT_P8 = 41, + D3DFMT_L8 = 50, + D3DFMT_A8L8 = 51, + D3DFMT_A4L4 = 52, + D3DFMT_V8U8 = 60, + D3DFMT_L6V5U5 = 61, + D3DFMT_X8L8V8U8 = 62, + D3DFMT_Q8W8V8U8 = 63, + D3DFMT_V16U16 = 64, + D3DFMT_W11V11U10 = 65, + D3DFMT_A2W10V10U10 = 67, + D3DFMT_D16_LOCKABLE = 70, + D3DFMT_D32 = 71, + D3DFMT_D15S1 = 73, + D3DFMT_D24S8 = 75, + D3DFMT_D16 = 80, + D3DFMT_D24X8 = 77, + D3DFMT_D24X4S4 = 79, + D3DFMT_VERTEXDATA = 100, + D3DFMT_INDEX16 = 101, + D3DFMT_INDEX32 = 102, + D3DFMT_FORCE_DWORD = 0x7fffffff +} D3DFORMAT; +#endif +cpp_quote("#endif") + +cpp_quote("") +typedef enum MFVideoAspectRatioMode { + MFVideoARMode_None = 0x00, + MFVideoARMode_PreservePicture = 0x01, + MFVideoARMode_PreservePixel = 0x02, + MFVideoARMode_NonLinearStretch = 0x04, + MFVideoARMode_Mask = 0x07 +} MFVideoAspectRatioMode; + +cpp_quote("") +typedef enum MFVideoRenderPrefs { + MFVideoRenderPrefs_DoNotRenderBorder = 0x01, + MFVideoRenderPrefs_DoNotClipToDevice = 0x02, + MFVideoRenderPrefs_AllowOutputThrottling = 0x04, + MFVideoRenderPrefs_ForceOutputThrottling = 0x08, + MFVideoRenderPrefs_ForceBatching = 0x10, + MFVideoRenderPrefs_AllowBatching = 0x20, + MFVideoRenderPrefs_ForceScaling = 0x40, + MFVideoRenderPrefs_AllowScaling = 0x80, + MFVideoRenderPrefs_DoNotRepaintOnStop = 0x100, + MFVideoRenderPrefs_Mask = 0x1ff +} MFVideoRenderPrefs; + +cpp_quote("") +cpp_quote("#ifndef _MFVideoNormalizedRect_") +cpp_quote("#define _MFVideoNormalizedRect_") +typedef struct MFVideoNormalizedRect { + float left; + float top; + float right; + float bottom; +} MFVideoNormalizedRect; +cpp_quote("#endif") + +cpp_quote("") +typedef enum MFVP_MESSAGE_TYPE { + MFVP_MESSAGE_FLUSH = 0x00, + MFVP_MESSAGE_INVALIDATEMEDIATYPE = 0x01, + MFVP_MESSAGE_PROCESSINPUTNOTIFY = 0x02, + MFVP_MESSAGE_BEGINSTREAMING = 0x03, + MFVP_MESSAGE_ENDSTREAMING = 0x04, + MFVP_MESSAGE_ENDOFSTREAM = 0x05, + MFVP_MESSAGE_STEP = 0x06, + MFVP_MESSAGE_CANCELSTEP = 0x07 +} MFVP_MESSAGE_TYPE; + +cpp_quote("") +typedef enum _MFVideoMixPrefs { + MFVideoMixPrefs_ForceHalfInterlace = 0x01, + MFVideoMixPrefs_AllowDropToHalfInterlace = 0x02, + MFVideoMixPrefs_AllowDropToBob = 0x04, + MFVideoMixPrefs_ForceBob = 0x08, + MFVideoMixPrefs_EnableRotation = 0x10, + MFVideoMixPrefs_Mask = 0x1f +} MFVideoMixPrefs; + +cpp_quote("") +typedef enum _EVRFilterConfig_Prefs { + EVRFilterConfigPrefs_EnableQoS = 0x01, + EVRFilterConfigPrefs_Mask = 0x01 +} EVRFilterConfigPrefs; + +cpp_quote("") +typedef enum _MF_SERVICE_LOOKUP_TYPE { + MF_SERVICE_LOOKUP_UPSTREAM, + MF_SERVICE_LOOKUP_UPSTREAM_DIRECT, + MF_SERVICE_LOOKUP_DOWNSTREAM, + MF_SERVICE_LOOKUP_DOWNSTREAM_DIRECT, + MF_SERVICE_LOOKUP_ALL, + MF_SERVICE_LOOKUP_GLOBAL +} MF_SERVICE_LOOKUP_TYPE; + +cpp_quote("") +cpp_quote("DEFINE_GUID(MR_VIDEO_RENDER_SERVICE, 0x1092a86c, 0xab1a, 0x459a, 0xa3, 0x36, 0x83, 0x1f, 0xbc, 0x4d, 0x11, 0xff);") +cpp_quote("DEFINE_GUID(MR_VIDEO_MIXER_SERVICE, 0x73cd2fc, 0x6cf4, 0x40b7, 0x88, 0x59, 0xe8, 0x95, 0x52, 0xc8, 0x41, 0xf8);") +cpp_quote("DEFINE_GUID(MR_VIDEO_ACCELERATION_SERVICE, 0xefef5175, 0x5c7d, 0x4ce2, 0xbb, 0xbd, 0x34, 0xff, 0x8b, 0xca, 0x65, 0x54);") +cpp_quote("DEFINE_GUID(MR_BUFFER_SERVICE, 0xa562248c, 0x9ac6, 0x4ffc, 0x9f, 0xba, 0x3a, 0xf8, 0xf8, 0xad, 0x1a, 0x4d);") +cpp_quote("DEFINE_GUID(VIDEO_ZOOM_RECT, 0x7aaa1638, 0x1b7f, 0x4c93, 0xbd, 0x89, 0x5b, 0x9c, 0x9f, 0xb6, 0xfc, 0xf0);") + +cpp_quote("") +[object, uuid(1F6A9F17-E70B-4e24-8AE4-0B2C3BA7A4AE), helpstring("IMFVideoPositionMapper Interface"), local] +interface IMFVideoPositionMapper : IUnknown { + HRESULT MapOutputCoordinateToInputStream ([in] float xOut, [in] float yOut, [in] DWORD dwOutputStreamIndex, [in] DWORD dwInputStreamIndex, [out] float* pxIn, [out] float* pyIn); +}; + +cpp_quote("") +[object, uuid(A38D9567-5A9C-4f3c-B293-8EB415B279BA), helpstring("IMFVideoDeviceID Interface"), local] +interface IMFVideoDeviceID : IUnknown { + HRESULT GetDeviceID ([out] IID* pDeviceID); +}; + +cpp_quote("") +[object, uuid(a490b1e4-ab84-4d31-a1b2-181e03b1077a), helpstring("IMFVideoDisplayControl Interface")] +interface IMFVideoDisplayControl : IUnknown { + HRESULT GetNativeVideoSize ([in, out, unique] SIZE* pszVideo, [in, out, unique] SIZE* pszARVideo); + HRESULT GetIdealVideoSize ([in, out, unique] SIZE* pszMin, [in, out, unique] SIZE* pszMax); + HRESULT SetVideoPosition ([in, unique] const MFVideoNormalizedRect* pnrcSource, [in, unique] const LPRECT prcDest); + HRESULT GetVideoPosition ([out] MFVideoNormalizedRect* pnrcSource, [out] LPRECT prcDest); + HRESULT SetAspectRatioMode ([in] DWORD dwAspectRatioMode); + HRESULT GetAspectRatioMode ([out] DWORD* pdwAspectRatioMode); + HRESULT SetVideoWindow ([in] HWND hwndVideo); + HRESULT GetVideoWindow ([out] HWND* phwndVideo); + HRESULT RepaintVideo (); + HRESULT GetCurrentImage ([in, out] BITMAPINFOHEADER* pBih,[out, size_is(, *pcbDib)] BYTE** pDib, [out] DWORD* pcbDib, [in, out, unique] LONGLONG* pTimeStamp); + HRESULT SetBorderColor ([in] COLORREF Clr); + HRESULT GetBorderColor ([out] COLORREF* pClr); + HRESULT SetRenderingPrefs ([in] DWORD dwRenderFlags); + HRESULT GetRenderingPrefs ([out] DWORD* pdwRenderFlags); + HRESULT SetFullscreen ([in] BOOL fFullscreen); + HRESULT GetFullscreen ([out] BOOL* pfFullscreen); +}; + +cpp_quote("") +[object, uuid(29AFF080-182A-4a5d-AF3B-448F3A6346CB), helpstring("IMFVideoPresenter Interface"), local] +interface IMFVideoPresenter : IMFClockStateSink { + HRESULT ProcessMessage (MFVP_MESSAGE_TYPE eMessage, ULONG_PTR ulParam); + HRESULT GetCurrentMediaType ([out] IMFVideoMediaType** ppMediaType); +}; + +cpp_quote("") +[object, uuid(56C294D0-753E-4260-8D61-A3D8820B1D54), helpstring("IMFDesiredSample Interface"), local] +interface IMFDesiredSample : IUnknown { + HRESULT GetDesiredSampleTimeAndDuration ([out] LONGLONG *phnsSampleTime, [out] LONGLONG *phnsSampleDuration); + void SetDesiredSampleTimeAndDuration ([in] LONGLONG hnsSampleTime, [in] LONGLONG hnsSampleDuration); + void Clear(); +}; + +cpp_quote("") +[object, uuid(245BF8E9-0755-40f7-88A5-AE0F18D55E17), helpstring("IMFTrackedSample Interface"), local] +interface IMFTrackedSample : IUnknown { + HRESULT SetAllocator ([in] IMFAsyncCallback *pSampleAllocator, [in, unique] IUnknown *pUnkState); +}; + +cpp_quote("") +[object, uuid(A5C6C53F-C202-4aa5-9695-175BA8C508A5), helpstring("IMFVideoMixerControl Interface")] +interface IMFVideoMixerControl : IUnknown { + HRESULT SetStreamZOrder ([in] DWORD dwStreamID, [in] DWORD dwZ); + HRESULT GetStreamZOrder ([in] DWORD dwStreamID, [out] DWORD *pdwZ); + HRESULT SetStreamOutputRect ([in] DWORD dwStreamID, [in] const MFVideoNormalizedRect *pnrcOutput); + HRESULT GetStreamOutputRect ([in] DWORD dwStreamID, [out] MFVideoNormalizedRect *pnrcOutput); +}; + +cpp_quote("") +[object, uuid(8459616d-966e-4930-b658-54fa7e5a16d3), helpstring("IMFVideoMixerControl2 Interface")] +interface IMFVideoMixerControl2 : IMFVideoMixerControl { + HRESULT SetMixingPrefs ([in] DWORD dwMixFlags); + HRESULT GetMixingPrefs ([out] DWORD *pdwMixFlags); +}; + +cpp_quote("") +[object, uuid(DFDFD197-A9CA-43d8-B341-6AF3503792CD), helpstring("IMFVideoRenderer Interface"), local] +interface IMFVideoRenderer : IUnknown { + HRESULT InitializeRenderer ([in, unique] IMFTransform* pVideoMixer, [in, unique] IMFVideoPresenter* pVideoPresenter); +}; + +cpp_quote("") +[object, uuid(83E91E85-82C1-4ea7-801D-85DC50B75086), helpstring("IEVRFilterConfig Interface"), local] +interface IEVRFilterConfig : IUnknown { + HRESULT SetNumberOfStreams ([in] DWORD dwMaxStreams); + HRESULT GetNumberOfStreams ([out,] DWORD* pdwMaxStreams); +}; + +cpp_quote("") +[object, uuid(aea36028-796d-454f-beee-b48071e24304), helpstring("IEVRFilterConfigEx Interface")] +interface IEVRFilterConfigEx : IEVRFilterConfig { + HRESULT SetConfigPrefs ([in] DWORD dwConfigFlags); + HRESULT GetConfigPrefs ([out] DWORD* pdwConfigFlags); +}; + +cpp_quote("") +[object, uuid(fa993889-4383-415a-a930-dd472a8cf6f7), helpstring("IMFTopologyServiceLookup Interface"), local] +interface IMFTopologyServiceLookup : IUnknown { + HRESULT LookupService([in] MF_SERVICE_LOOKUP_TYPE Type, [in] DWORD dwIndex, [in] REFGUID guidService, [in] REFIID riid, [out, iid_is(riid)] LPVOID *ppvObjects, [in, out] DWORD *pnObjects); +}; + +cpp_quote("") +[local, object, uuid(fa99388a-4383-415a-a930-dd472a8cf6f7)] +interface IMFTopologyServiceLookupClient : IUnknown { + HRESULT InitServicePointers ([in] IMFTopologyServiceLookup * pLookup); + HRESULT ReleaseServicePointers (); +}; + +cpp_quote("") +[object, uuid(83A4CE40-7710-494b-A893-A472049AF630), helpstring("IEVRTrustedVideoPlugin Interface"), local] +interface IEVRTrustedVideoPlugin: IUnknown { + HRESULT IsInTrustedVideoMode ([out] BOOL *pYes); + HRESULT CanConstrict ([out] BOOL *pYes); + HRESULT SetConstriction (DWORD dwKPix); + HRESULT DisableImageExport (BOOL bDisable); +}; + +cpp_quote("") +cpp_quote("HRESULT WINAPI MFCreateVideoPresenter(IUnknown *pOwner, REFIID riidDevice, REFIID riid, void **ppVideoPresenter);") +cpp_quote("HRESULT WINAPI MFCreateVideoMixer(IUnknown *pOwner, REFIID riidDevice, REFIID riid, void **ppv);") +cpp_quote("HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *pMixerOwner, IUnknown *pPresenterOwner, REFIID riidMixer, void **ppvVideoMixer, REFIID riidPresenter, void **ppvVideoPresenter);") +cpp_quote("HRESULT WINAPI MFCreateVideoRenderer( REFIID riidRenderer, void **ppVideoRenderer );") +cpp_quote("HRESULT WINAPI MFCreateVideoSampleFromSurface(IUnknown *pUnkSurface, IMFSample **ppSample);") +cpp_quote("HRESULT WINAPI MFCreateVideoSampleAllocator(REFIID riid, void **ppSampleAllocator);") + +cpp_quote("#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */") +cpp_quote("") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/fileapi.h mingw-w64-6.0.0/mingw-w64-headers/include/fileapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/fileapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/fileapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -26,6 +26,14 @@ #define INVALID_FILE_ATTRIBUTES ((DWORD)-1) #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) +WINBASEAPI HANDLE WINAPI CreateFileW (LPCWSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); +#define CreateFile __MINGW_NAME_AW(CreateFile) +WINBASEAPI DWORD WINAPI GetFileAttributesW (LPCWSTR lpFileName); +#define GetFileAttributes __MINGW_NAME_AW(GetFileAttributes) +WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh); +WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod); +#endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) typedef struct _BY_HANDLE_FILE_INFORMATION { DWORD dwFileAttributes; @@ -43,7 +51,6 @@ WINBASEAPI LONG WINAPI CompareFileTime (CONST FILETIME *lpFileTime1, CONST FILETIME *lpFileTime2); WINBASEAPI HANDLE WINAPI CreateFileA (LPCSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); - WINBASEAPI HANDLE WINAPI CreateFileW (LPCWSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); WINBASEAPI WINBOOL WINAPI DefineDosDeviceW (DWORD dwFlags, LPCWSTR lpDeviceName, LPCWSTR lpTargetPath); WINBASEAPI WINBOOL WINAPI DeleteVolumeMountPointW (LPCWSTR lpszVolumeMountPoint); WINBASEAPI WINBOOL WINAPI FileTimeToLocalFileTime (CONST FILETIME *lpFileTime, LPFILETIME lpLocalFileTime); @@ -61,9 +68,7 @@ WINBASEAPI UINT WINAPI GetDriveTypeA (LPCSTR lpRootPathName); WINBASEAPI UINT WINAPI GetDriveTypeW (LPCWSTR lpRootPathName); WINBASEAPI DWORD WINAPI GetFileAttributesA (LPCSTR lpFileName); - WINBASEAPI DWORD WINAPI GetFileAttributesW (LPCWSTR lpFileName); WINBASEAPI WINBOOL WINAPI GetFileInformationByHandle (HANDLE hFile, LPBY_HANDLE_FILE_INFORMATION lpFileInformation); - WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh); WINBASEAPI WINBOOL WINAPI GetFileSizeEx (HANDLE hFile, PLARGE_INTEGER lpFileSize); WINBASEAPI WINBOOL WINAPI GetFileTime (HANDLE hFile, LPFILETIME lpCreationTime, LPFILETIME lpLastAccessTime, LPFILETIME lpLastWriteTime); WINBASEAPI DWORD WINAPI GetFileType (HANDLE hFile); @@ -82,7 +87,6 @@ WINBASEAPI DWORD WINAPI QueryDosDeviceW (LPCWSTR lpDeviceName, LPWSTR lpTargetPath, DWORD ucchMax); WINBASEAPI WINBOOL WINAPI ReadFileEx (HANDLE hFile, LPVOID lpBuffer, DWORD nNumberOfBytesToRead, LPOVERLAPPED lpOverlapped, LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine); WINBASEAPI WINBOOL WINAPI ReadFileScatter (HANDLE hFile, FILE_SEGMENT_ELEMENT aSegmentArray[], DWORD nNumberOfBytesToRead, LPDWORD lpReserved, LPOVERLAPPED lpOverlapped); - WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod); WINBASEAPI WINBOOL WINAPI SetFileTime (HANDLE hFile, CONST FILETIME *lpCreationTime, CONST FILETIME *lpLastAccessTime, CONST FILETIME *lpLastWriteTime); WINBASEAPI WINBOOL WINAPI SetFileValidData (HANDLE hFile, LONGLONG ValidDataLength); WINBASEAPI WINBOOL WINAPI UnlockFile (HANDLE hFile, DWORD dwFileOffsetLow, DWORD dwFileOffsetHigh, DWORD nNumberOfBytesToUnlockLow, DWORD nNumberOfBytesToUnlockHigh); @@ -91,7 +95,6 @@ WINBASEAPI WINBOOL WINAPI GetVolumeNameForVolumeMountPointW (LPCWSTR lpszVolumeMountPoint, LPWSTR lpszVolumeName, DWORD cchBufferLength); WINBASEAPI WINBOOL WINAPI GetVolumePathNamesForVolumeNameW (LPCWSTR lpszVolumeName, LPWCH lpszVolumePathNames, DWORD cchBufferLength, PDWORD lpcchReturnLength); -#define CreateFile __MINGW_NAME_AW(CreateFile) #ifdef UNICODE #define DefineDosDevice DefineDosDeviceW #define DeleteVolumeMountPoint DeleteVolumeMountPointW @@ -110,7 +113,6 @@ #define FindFirstFile __MINGW_NAME_AW(FindFirstFile) #define GetDiskFreeSpace __MINGW_NAME_AW(GetDiskFreeSpace) #define GetDriveType __MINGW_NAME_AW(GetDriveType) -#define GetFileAttributes __MINGW_NAME_AW(GetFileAttributes) #define GetFullPathName __MINGW_NAME_AW(GetFullPathName) #define GetLongPathName __MINGW_NAME_AW(GetLongPathName) @@ -121,7 +123,6 @@ #define GetFinalPathNameByHandle __MINGW_NAME_AW(GetFinalPathNameByHandle) #endif - #endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/fusion.h mingw-w64-6.0.0/mingw-w64-headers/include/fusion.h --- mingw-w64-5.0.4/mingw-w64-headers/include/fusion.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/fusion.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/fusion.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/fusion.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,31 +20,49 @@ #ifndef __IAssemblyCache_FWD_DEFINED__ #define __IAssemblyCache_FWD_DEFINED__ typedef interface IAssemblyCache IAssemblyCache; +#ifdef __cplusplus +interface IAssemblyCache; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyCacheItem_FWD_DEFINED__ #define __IAssemblyCacheItem_FWD_DEFINED__ typedef interface IAssemblyCacheItem IAssemblyCacheItem; +#ifdef __cplusplus +interface IAssemblyCacheItem; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyName_FWD_DEFINED__ #define __IAssemblyName_FWD_DEFINED__ typedef interface IAssemblyName IAssemblyName; +#ifdef __cplusplus +interface IAssemblyName; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyEnum_FWD_DEFINED__ #define __IAssemblyEnum_FWD_DEFINED__ typedef interface IAssemblyEnum IAssemblyEnum; +#ifdef __cplusplus +interface IAssemblyEnum; +#endif /* __cplusplus */ #endif #ifndef __IInstallReferenceItem_FWD_DEFINED__ #define __IInstallReferenceItem_FWD_DEFINED__ typedef interface IInstallReferenceItem IInstallReferenceItem; +#ifdef __cplusplus +interface IInstallReferenceItem; +#endif /* __cplusplus */ #endif #ifndef __IInstallReferenceEnum_FWD_DEFINED__ #define __IInstallReferenceEnum_FWD_DEFINED__ typedef interface IInstallReferenceEnum IInstallReferenceEnum; +#ifdef __cplusplus +interface IInstallReferenceEnum; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -58,21 +76,33 @@ #ifndef __IAssemblyCache_FWD_DEFINED__ #define __IAssemblyCache_FWD_DEFINED__ typedef interface IAssemblyCache IAssemblyCache; +#ifdef __cplusplus +interface IAssemblyCache; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyCacheItem_FWD_DEFINED__ #define __IAssemblyCacheItem_FWD_DEFINED__ typedef interface IAssemblyCacheItem IAssemblyCacheItem; +#ifdef __cplusplus +interface IAssemblyCacheItem; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyEnum_FWD_DEFINED__ #define __IAssemblyEnum_FWD_DEFINED__ typedef interface IAssemblyEnum IAssemblyEnum; +#ifdef __cplusplus +interface IAssemblyEnum; +#endif /* __cplusplus */ #endif #ifndef __IAssemblyName_FWD_DEFINED__ #define __IAssemblyName_FWD_DEFINED__ typedef interface IAssemblyName IAssemblyName; +#ifdef __cplusplus +interface IAssemblyName; +#endif /* __cplusplus */ #endif typedef enum __WIDL_fusion_generated_name_00000002 { @@ -179,49 +209,50 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAssemblyCache* This, + IAssemblyCache *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAssemblyCache* This); + IAssemblyCache *This); ULONG (STDMETHODCALLTYPE *Release)( - IAssemblyCache* This); + IAssemblyCache *This); /*** IAssemblyCache methods ***/ HRESULT (STDMETHODCALLTYPE *UninstallAssembly)( - IAssemblyCache* This, + IAssemblyCache *This, DWORD dwFlags, LPCWSTR pszAssemblyName, LPCFUSION_INSTALL_REFERENCE pRefData, ULONG *pulDisposition); HRESULT (STDMETHODCALLTYPE *QueryAssemblyInfo)( - IAssemblyCache* This, + IAssemblyCache *This, DWORD dwFlags, LPCWSTR pszAssemblyName, ASSEMBLY_INFO *pAsmInfo); HRESULT (STDMETHODCALLTYPE *CreateAssemblyCacheItem)( - IAssemblyCache* This, + IAssemblyCache *This, DWORD dwFlags, PVOID pvReserved, IAssemblyCacheItem **ppAsmItem, LPCWSTR pszAssemblyName); HRESULT (STDMETHODCALLTYPE *CreateAssemblyScavenger)( - IAssemblyCache* This, + IAssemblyCache *This, IUnknown **ppUnkReserved); HRESULT (STDMETHODCALLTYPE *InstallAssembly)( - IAssemblyCache* This, + IAssemblyCache *This, DWORD dwFlags, LPCWSTR pszManifestFilePath, LPCFUSION_INSTALL_REFERENCE pRefData); END_INTERFACE } IAssemblyCacheVtbl; + interface IAssemblyCache { CONST_VTBL IAssemblyCacheVtbl* lpVtbl; }; @@ -270,56 +301,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAssemblyCache_UninstallAssembly_Proxy( - IAssemblyCache* This, - DWORD dwFlags, - LPCWSTR pszAssemblyName, - LPCFUSION_INSTALL_REFERENCE pRefData, - ULONG *pulDisposition); -void __RPC_STUB IAssemblyCache_UninstallAssembly_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCache_QueryAssemblyInfo_Proxy( - IAssemblyCache* This, - DWORD dwFlags, - LPCWSTR pszAssemblyName, - ASSEMBLY_INFO *pAsmInfo); -void __RPC_STUB IAssemblyCache_QueryAssemblyInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCache_CreateAssemblyCacheItem_Proxy( - IAssemblyCache* This, - DWORD dwFlags, - PVOID pvReserved, - IAssemblyCacheItem **ppAsmItem, - LPCWSTR pszAssemblyName); -void __RPC_STUB IAssemblyCache_CreateAssemblyCacheItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCache_CreateAssemblyScavenger_Proxy( - IAssemblyCache* This, - IUnknown **ppUnkReserved); -void __RPC_STUB IAssemblyCache_CreateAssemblyScavenger_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCache_InstallAssembly_Proxy( - IAssemblyCache* This, - DWORD dwFlags, - LPCWSTR pszManifestFilePath, - LPCFUSION_INSTALL_REFERENCE pRefData); -void __RPC_STUB IAssemblyCache_InstallAssembly_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAssemblyCache_INTERFACE_DEFINED__ */ @@ -368,19 +349,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAssemblyCacheItem* This, + IAssemblyCacheItem *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAssemblyCacheItem* This); + IAssemblyCacheItem *This); ULONG (STDMETHODCALLTYPE *Release)( - IAssemblyCacheItem* This); + IAssemblyCacheItem *This); /*** IAssemblyCacheItem methods ***/ HRESULT (STDMETHODCALLTYPE *CreateStream)( - IAssemblyCacheItem* This, + IAssemblyCacheItem *This, DWORD dwFlags, LPCWSTR pszStreamName, DWORD dwFormat, @@ -389,15 +370,16 @@ ULARGE_INTEGER *puliMaxSize); HRESULT (STDMETHODCALLTYPE *Commit)( - IAssemblyCacheItem* This, + IAssemblyCacheItem *This, DWORD dwFlags, ULONG *pulDisposition); HRESULT (STDMETHODCALLTYPE *AbortItem)( - IAssemblyCacheItem* This); + IAssemblyCacheItem *This); END_INTERFACE } IAssemblyCacheItemVtbl; + interface IAssemblyCacheItem { CONST_VTBL IAssemblyCacheItemVtbl* lpVtbl; }; @@ -438,35 +420,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAssemblyCacheItem_CreateStream_Proxy( - IAssemblyCacheItem* This, - DWORD dwFlags, - LPCWSTR pszStreamName, - DWORD dwFormat, - DWORD dwFormatFlags, - IStream **ppIStream, - ULARGE_INTEGER *puliMaxSize); -void __RPC_STUB IAssemblyCacheItem_CreateStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCacheItem_Commit_Proxy( - IAssemblyCacheItem* This, - DWORD dwFlags, - ULONG *pulDisposition); -void __RPC_STUB IAssemblyCacheItem_Commit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyCacheItem_AbortItem_Proxy( - IAssemblyCacheItem* This); -void __RPC_STUB IAssemblyCacheItem_AbortItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAssemblyCacheItem_INTERFACE_DEFINED__ */ @@ -604,40 +557,40 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAssemblyName* This, + IAssemblyName *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAssemblyName* This); + IAssemblyName *This); ULONG (STDMETHODCALLTYPE *Release)( - IAssemblyName* This); + IAssemblyName *This); /*** IAssemblyName methods ***/ HRESULT (STDMETHODCALLTYPE *SetProperty)( - IAssemblyName* This, + IAssemblyName *This, DWORD PropertyId, LPVOID pvProperty, DWORD cbProperty); HRESULT (STDMETHODCALLTYPE *GetProperty)( - IAssemblyName* This, + IAssemblyName *This, DWORD PropertyId, LPVOID pvProperty, LPDWORD pcbProperty); HRESULT (STDMETHODCALLTYPE *Finalize)( - IAssemblyName* This); + IAssemblyName *This); HRESULT (STDMETHODCALLTYPE *GetDisplayName)( - IAssemblyName* This, + IAssemblyName *This, LPOLESTR szDisplayName, LPDWORD pccDisplayName, DWORD dwDisplayFlags); HRESULT (STDMETHODCALLTYPE *Reserved)( - IAssemblyName* This, + IAssemblyName *This, REFIID refIID, IUnknown *pUnkReserved1, IUnknown *pUnkReserved2, @@ -648,26 +601,27 @@ LPVOID *ppReserved); HRESULT (STDMETHODCALLTYPE *GetName)( - IAssemblyName* This, + IAssemblyName *This, LPDWORD lpcwBuffer, WCHAR *pwzName); HRESULT (STDMETHODCALLTYPE *GetVersion)( - IAssemblyName* This, + IAssemblyName *This, LPDWORD pdwVersionHi, LPDWORD pdwVersionLow); HRESULT (STDMETHODCALLTYPE *IsEqual)( - IAssemblyName* This, + IAssemblyName *This, IAssemblyName *pName, DWORD dwCmpFlags); HRESULT (STDMETHODCALLTYPE *Clone)( - IAssemblyName* This, + IAssemblyName *This, IAssemblyName **pName); END_INTERFACE } IAssemblyNameVtbl; + interface IAssemblyName { CONST_VTBL IAssemblyNameVtbl* lpVtbl; }; @@ -732,93 +686,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAssemblyName_SetProperty_Proxy( - IAssemblyName* This, - DWORD PropertyId, - LPVOID pvProperty, - DWORD cbProperty); -void __RPC_STUB IAssemblyName_SetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_GetProperty_Proxy( - IAssemblyName* This, - DWORD PropertyId, - LPVOID pvProperty, - LPDWORD pcbProperty); -void __RPC_STUB IAssemblyName_GetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_Finalize_Proxy( - IAssemblyName* This); -void __RPC_STUB IAssemblyName_Finalize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_GetDisplayName_Proxy( - IAssemblyName* This, - LPOLESTR szDisplayName, - LPDWORD pccDisplayName, - DWORD dwDisplayFlags); -void __RPC_STUB IAssemblyName_GetDisplayName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_Reserved_Proxy( - IAssemblyName* This, - REFIID refIID, - IUnknown *pUnkReserved1, - IUnknown *pUnkReserved2, - LPCOLESTR szReserved, - LONGLONG llReserved, - LPVOID pvReserved, - DWORD cbReserved, - LPVOID *ppReserved); -void __RPC_STUB IAssemblyName_Reserved_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_GetName_Proxy( - IAssemblyName* This, - LPDWORD lpcwBuffer, - WCHAR *pwzName); -void __RPC_STUB IAssemblyName_GetName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_GetVersion_Proxy( - IAssemblyName* This, - LPDWORD pdwVersionHi, - LPDWORD pdwVersionLow); -void __RPC_STUB IAssemblyName_GetVersion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_IsEqual_Proxy( - IAssemblyName* This, - IAssemblyName *pName, - DWORD dwCmpFlags); -void __RPC_STUB IAssemblyName_IsEqual_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyName_Clone_Proxy( - IAssemblyName* This, - IAssemblyName **pName); -void __RPC_STUB IAssemblyName_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAssemblyName_INTERFACE_DEFINED__ */ @@ -854,32 +721,33 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAssemblyEnum* This, + IAssemblyEnum *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAssemblyEnum* This); + IAssemblyEnum *This); ULONG (STDMETHODCALLTYPE *Release)( - IAssemblyEnum* This); + IAssemblyEnum *This); /*** IAssemblyEnum methods ***/ HRESULT (STDMETHODCALLTYPE *GetNextAssembly)( - IAssemblyEnum* This, + IAssemblyEnum *This, LPVOID pvReserved, IAssemblyName **ppName, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *Reset)( - IAssemblyEnum* This); + IAssemblyEnum *This); HRESULT (STDMETHODCALLTYPE *Clone)( - IAssemblyEnum* This, + IAssemblyEnum *This, IAssemblyEnum **ppEnum); END_INTERFACE } IAssemblyEnumVtbl; + interface IAssemblyEnum { CONST_VTBL IAssemblyEnumVtbl* lpVtbl; }; @@ -920,31 +788,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAssemblyEnum_GetNextAssembly_Proxy( - IAssemblyEnum* This, - LPVOID pvReserved, - IAssemblyName **ppName, - DWORD dwFlags); -void __RPC_STUB IAssemblyEnum_GetNextAssembly_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyEnum_Reset_Proxy( - IAssemblyEnum* This); -void __RPC_STUB IAssemblyEnum_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAssemblyEnum_Clone_Proxy( - IAssemblyEnum* This, - IAssemblyEnum **ppEnum); -void __RPC_STUB IAssemblyEnum_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAssemblyEnum_INTERFACE_DEFINED__ */ @@ -969,18 +812,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IInstallReferenceItem* This, + IInstallReferenceItem *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IInstallReferenceItem* This); + IInstallReferenceItem *This); ULONG (STDMETHODCALLTYPE *Release)( - IInstallReferenceItem* This); + IInstallReferenceItem *This); END_INTERFACE } IInstallReferenceItemVtbl; + interface IInstallReferenceItem { CONST_VTBL IInstallReferenceItemVtbl* lpVtbl; }; @@ -1031,18 +875,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IInstallReferenceEnum* This, + IInstallReferenceEnum *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IInstallReferenceEnum* This); + IInstallReferenceEnum *This); ULONG (STDMETHODCALLTYPE *Release)( - IInstallReferenceEnum* This); + IInstallReferenceEnum *This); END_INTERFACE } IInstallReferenceEnumVtbl; + interface IInstallReferenceEnum { CONST_VTBL IInstallReferenceEnumVtbl* lpVtbl; }; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/guiddef.h mingw-w64-6.0.0/mingw-w64-headers/include/guiddef.h --- mingw-w64-5.0.4/mingw-w64-headers/include/guiddef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/guiddef.h 2018-09-14 14:16:43.000000000 +0000 @@ -27,7 +27,12 @@ #if defined(__cplusplus) && (USE___UUIDOF == 0) extern "C++" { +#if __cpp_constexpr >= 200704l && __cpp_inline_variables >= 201606L +__extension__ template struct __mingw_uuidof_s; +__extension__ template constexpr const GUID &__mingw_uuidof(); +#else __extension__ template const GUID &__mingw_uuidof(); +#endif } #endif @@ -58,6 +63,7 @@ #define DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID DECLSPEC_SELECTANY name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } #endif #else +/* __declspec(selectany) must be applied to initialized objects on GCC 5 hence must not be used here. */ #define DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) EXTERN_C const GUID name #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/icftypes.h mingw-w64-6.0.0/mingw-w64-headers/include/icftypes.h --- mingw-w64-5.0.4/mingw-w64-headers/include/icftypes.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/icftypes.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,99 +1,93 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#ifndef _INC_ICFTYPES -#define _INC_ICFTYPES +/*** Autogenerated by WIDL 3.1 from include/icftypes.idl - Do not edit ***/ -#ifdef __cplusplus -extern "C" { +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif -typedef enum _NET_FW_ACTION { - NET_FW_ACTION_BLOCK = 0, - NET_FW_ACTION_ALLOW, - NET_FW_ACTION_MAX -} NET_FW_ACTION; +#include +#include -typedef enum _NET_FW_MODIFY_STATE { - NET_FW_MODIFY_STATE_OK = 0, - NET_FW_MODIFY_STATE_GP_OVERRIDE, - NET_FW_MODIFY_STATE_INBOUND_BLOCKED -} NET_FW_MODIFY_STATE; +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif -typedef enum NET_FW_PROFILE_TYPE_ { - NET_FW_PROFILE_DOMAIN = 0, - NET_FW_PROFILE_STANDARD, - NET_FW_PROFILE_CURRENT, - NET_FW_PROFILE_TYPE_MAX -} NET_FW_PROFILE_TYPE; +#ifndef __icftypes_h__ +#define __icftypes_h__ -typedef enum NET_FW_PROFILE_TYPE2_ { - NET_FW_PROFILE2_DOMAIN = 0x0001, - NET_FW_PROFILE2_PRIVATE = 0x0002, - NET_FW_PROFILE2_PUBLIC = 0x0004, - NET_FW_PROFILE2_ALL = 0x7FFFFFFF -} NET_FW_PROFILE_TYPE2; +/* Forward declarations */ -typedef enum NET_FW_RULE_DIRECTION_ { - NET_FW_RULE_DIR_IN = 1, - NET_FW_RULE_DIR_OUT, - NET_FW_RULE_DIR_MAX -} NET_FW_RULE_DIRECTION; +/* Headers for imported files */ -typedef enum NET_FW_SCOPE_ { - NET_FW_SCOPE_ALL = 0, - NET_FW_SCOPE_LOCAL_SUBNET, - NET_FW_SCOPE_CUSTOM, - NET_FW_SCOPE_MAX -} NET_FW_SCOPE; +#include +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum NET_FW_PROFILE_TYPE_ { + NET_FW_PROFILE_DOMAIN = 0, + NET_FW_PROFILE_STANDARD = 1, + NET_FW_PROFILE_CURRENT = 2, + NET_FW_PROFILE_TYPE_MAX = 3 +} NET_FW_PROFILE_TYPE; +typedef enum NET_FW_PROFILE_TYPE2_ { + NET_FW_PROFILE2_DOMAIN = 0x1, + NET_FW_PROFILE2_PRIVATE = 0x2, + NET_FW_PROFILE2_PUBLIC = 0x4, + NET_FW_PROFILE2_ALL = 0x7fffffff +} NET_FW_PROFILE_TYPE2; typedef enum NET_FW_IP_VERSION_ { - NET_FW_IP_VERSION_V4 = 0, - NET_FW_IP_VERSION_V6, - NET_FW_IP_VERSION_ANY, - NET_FW_IP_VERSION_MAX + NET_FW_IP_VERSION_V4 = 0, + NET_FW_IP_VERSION_V6 = 1, + NET_FW_IP_VERSION_ANY = 2, + NET_FW_IP_VERSION_MAX = 3 } NET_FW_IP_VERSION; - -typedef enum NET_FW_IP_PROTOCOL_ { - NET_FW_IP_PROTOCOL_TCP = 6, - NET_FW_IP_PROTOCOL_UDP = 17, - NET_FW_IP_PROTOCOL_ANY = 256 -} NET_FW_IP_PROTOCOL; - typedef enum NET_FW_POLICY_TYPE_ { - NET_FW_POLICY_GROUP = 0, - NET_FW_POLICY_LOCAL, - NET_FW_POLICY_EFFECTIVE, - NET_FW_POLICY_TYPE_MAX + NET_FW_POLICY_GROUP = 0, + NET_FW_POLICY_LOCAL = 1, + NET_FW_POLICY_EFFECTIVE = 2, + NET_FW_POLICY_TYPE_MAX = 3 } NET_FW_POLICY_TYPE; - +typedef enum NET_FW_SCOPE_ { + NET_FW_SCOPE_ALL = 0, + NET_FW_SCOPE_LOCAL_SUBNET = 1, + NET_FW_SCOPE_CUSTOM = 2, + NET_FW_SCOPE_MAX = 3 +} NET_FW_SCOPE; typedef enum NET_FW_SERVICE_TYPE_ { - NET_FW_SERVICE_FILE_AND_PRINT = 0, - NET_FW_SERVICE_UPNP, - NET_FW_SERVICE_REMOTE_DESKTOP, - NET_FW_SERVICE_NONE, - NET_FW_SERVICE_TYPE_MAX + NET_FW_SERVICE_FILE_AND_PRINT = 0, + NET_FW_SERVICE_UPNP = 1, + NET_FW_SERVICE_REMOTE_DESKTOP = 2, + NET_FW_SERVICE_NONE = 3, + NET_FW_SERVICE_TYPE_MAX = 4 } NET_FW_SERVICE_TYPE; +typedef enum NET_FW_IP_PROTOCOL_ { + NET_FW_IP_PROTOCOL_TCP = 6, + NET_FW_IP_PROTOCOL_UDP = 17 +} NET_FW_IP_PROTOCOL; +typedef enum NET_FW_RULE_DIRECTION_ { + NET_FW_RULE_DIR_IN = 1, + NET_FW_RULE_DIR_OUT = 2, + NET_FW_RULE_DIR_MAX = 3 +} NET_FW_RULE_DIRECTION; +typedef enum NET_FW_ACTION_ { + NET_FW_ACTION_BLOCK = 0, + NET_FW_ACTION_ALLOW = 1, + NET_FW_ACTION_MAX = 2 +} NET_FW_ACTION; +typedef enum NET_FW_MODIFY_STATE_ { + NET_FW_MODIFY_STATE_OK = 0, + NET_FW_MODIFY_STATE_GP_OVERRIDE = 1, + NET_FW_MODIFY_STATE_INBOUND_BLOCKED = 2 +} NET_FW_MODIFY_STATE; +/* Begin additional prototypes for all interfaces */ + -typedef enum NET_FW_EDGE_TRAVERSAL_TYPE_ { - NET_FW_EDGE_TRAVERSAL_TYPE_DENY = 0, - NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW, - NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP, - NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER -} NET_FW_EDGE_TRAVERSAL_TYPE; - -typedef enum NET_FW_RULE_CATEGORY_ { - NET_FW_RULE_CATEGORY_BOOT = 0, - NET_FW_RULE_CATEGORY_STEALTH = 1, - NET_FW_RULE_CATEGORY_FIREWALL = 2, - NET_FW_RULE_CATEGORY_CONSEC = 3, - NET_FW_RULE_CATEGORY_MAX = 4 -} NET_FW_RULE_CATEGORY; +/* End additional prototypes */ #ifdef __cplusplus } #endif -#endif /*_INC_ICFTYPES*/ +#endif /* __icftypes_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/icftypes.idl mingw-w64-6.0.0/mingw-w64-headers/include/icftypes.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/icftypes.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/icftypes.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,98 @@ +/* + * Types for the ICF api + * + * Copyright 2007 Jeff Latimer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + * + */ + +import "wtypes.idl"; + +typedef enum NET_FW_PROFILE_TYPE_ +{ + NET_FW_PROFILE_DOMAIN, + NET_FW_PROFILE_STANDARD, + NET_FW_PROFILE_CURRENT, + NET_FW_PROFILE_TYPE_MAX +} NET_FW_PROFILE_TYPE; + +typedef enum NET_FW_PROFILE_TYPE2_ +{ + NET_FW_PROFILE2_DOMAIN = 0x0001, + NET_FW_PROFILE2_PRIVATE = 0x0002, + NET_FW_PROFILE2_PUBLIC = 0x0004, + NET_FW_PROFILE2_ALL = 0x7FFFFFFF +} NET_FW_PROFILE_TYPE2; + +typedef enum NET_FW_IP_VERSION_ +{ + NET_FW_IP_VERSION_V4, + NET_FW_IP_VERSION_V6, + NET_FW_IP_VERSION_ANY, + NET_FW_IP_VERSION_MAX +} NET_FW_IP_VERSION; + +typedef enum NET_FW_POLICY_TYPE_ +{ + NET_FW_POLICY_GROUP, + NET_FW_POLICY_LOCAL, + NET_FW_POLICY_EFFECTIVE, + NET_FW_POLICY_TYPE_MAX +} NET_FW_POLICY_TYPE; + +typedef enum NET_FW_SCOPE_ +{ + NET_FW_SCOPE_ALL, + NET_FW_SCOPE_LOCAL_SUBNET, + NET_FW_SCOPE_CUSTOM, + NET_FW_SCOPE_MAX +} NET_FW_SCOPE; + +typedef enum NET_FW_SERVICE_TYPE_ +{ + NET_FW_SERVICE_FILE_AND_PRINT, + NET_FW_SERVICE_UPNP, + NET_FW_SERVICE_REMOTE_DESKTOP, + NET_FW_SERVICE_NONE, + NET_FW_SERVICE_TYPE_MAX +} NET_FW_SERVICE_TYPE; + +typedef enum NET_FW_IP_PROTOCOL_ +{ + NET_FW_IP_PROTOCOL_TCP = 6, + NET_FW_IP_PROTOCOL_UDP = 17 +} NET_FW_IP_PROTOCOL; + +typedef enum NET_FW_RULE_DIRECTION_ +{ + NET_FW_RULE_DIR_IN = 1, + NET_FW_RULE_DIR_OUT, + NET_FW_RULE_DIR_MAX +} NET_FW_RULE_DIRECTION; + +typedef enum NET_FW_ACTION_ +{ + NET_FW_ACTION_BLOCK, + NET_FW_ACTION_ALLOW, + NET_FW_ACTION_MAX +} NET_FW_ACTION; + +typedef enum NET_FW_MODIFY_STATE_ +{ + NET_FW_MODIFY_STATE_OK, + NET_FW_MODIFY_STATE_GP_OVERRIDE, + NET_FW_MODIFY_STATE_INBOUND_BLOCKED +} NET_FW_MODIFY_STATE; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/interlockedapi.h mingw-w64-6.0.0/mingw-w64-headers/include/interlockedapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/interlockedapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/interlockedapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -14,39 +14,6 @@ #endif #if !defined (NOWINBASEINTERLOCK) && !defined (_NTOS_) -#if !defined (__x86_64__) && !defined (__ia64__) && !defined (__arm__) - WINBASEAPI LONG WINAPI InterlockedIncrement (LONG volatile *lpAddend); - WINBASEAPI LONG WINAPI InterlockedDecrement (LONG volatile *lpAddend); - WINBASEAPI LONG WINAPI InterlockedExchange (LONG volatile *Target, LONG Value); - WINBASEAPI LONG WINAPI InterlockedExchangeAdd (LONG volatile *Addend, LONG Value); - WINBASEAPI LONG WINAPI InterlockedCompareExchange (LONG volatile *Destination, LONG Exchange, LONG Comperand); - WINBASEAPI LONGLONG WINAPI InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand); - -#define InterlockedExchangePointer(Target, Value) (PVOID)InterlockedExchange ((PLONG) (Target),((LONG) (LONG_PTR) (Value))) -#define InterlockedExchangePointerNoFence InterlockedExchangePointer - -#if defined(__MINGW_INTRIN_INLINE) && (defined(__GNUC__) && (__MINGW_GNUC_PREREQ(4, 9) || (__MINGW_GNUC_PREREQ(4, 8) && __GNUC_PATCHLEVEL__ >= 2))) - __MINGW_INTRIN_INLINE LONG WINAPI InterlockedIncrement(LONG volatile *lpAddend) { - return _InterlockedIncrement(lpAddend); - } - __MINGW_INTRIN_INLINE LONG WINAPI InterlockedDecrement(LONG volatile *lpAddend) { - return _InterlockedDecrement(lpAddend); - } - __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchange(LONG volatile *Target, LONG Value) { - return _InterlockedExchange(Target, Value); - } - __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchangeAdd(LONG volatile *Addend, LONG Value) { - return _InterlockedExchangeAdd(Addend, Value); - } - __MINGW_INTRIN_INLINE LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { - return _InterlockedCompareExchange(Destination, Exchange, Comperand); - } - __MINGW_INTRIN_INLINE LONGLONG WINAPI InterlockedCompareExchange64(LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand) { - return _InterlockedCompareExchange64(Destination, Exchange, Comperand); - } -#endif -#endif - #if defined (_SLIST_HEADER_) && !defined (_NTOSP_) WINBASEAPI VOID WINAPI InitializeSListHead (PSLIST_HEADER ListHead); WINBASEAPI PSLIST_ENTRY WINAPI InterlockedPopEntrySList (PSLIST_HEADER ListHead); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/iphlpapi.h mingw-w64-6.0.0/mingw-w64-headers/include/iphlpapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/iphlpapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/iphlpapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -8,8 +8,6 @@ #include -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) - #ifdef __cplusplus extern "C" { #endif @@ -19,6 +17,10 @@ #include #include +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + DWORD WINAPI GetNumberOfInterfaces (PDWORD pdwNumIf); DWORD WINAPI GetIfEntry (PMIB_IFROW pIfRow); DWORD WINAPI GetIfTable (PMIB_IFTABLE pIfTable, PULONG pdwSize, WINBOOL bOrder); @@ -94,6 +96,8 @@ ULONG WINAPI GetAdaptersInfo (PIP_ADAPTER_INFO AdapterInfo, PULONG SizePointer); PIP_ADAPTER_ORDER_MAP WINAPI GetAdapterOrderMap (VOID); +#endif /* WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) */ + #ifdef _WINSOCK2API_ ULONG WINAPI GetAdaptersAddresses (ULONG Family, ULONG Flags, PVOID Reserved, PIP_ADAPTER_ADDRESSES AdapterAddresses, PULONG SizePointer); #endif @@ -170,9 +174,10 @@ #include #endif +#endif /* WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 */ + #ifdef __cplusplus } #endif #endif -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/iprtrmib.h mingw-w64-6.0.0/mingw-w64-headers/include/iprtrmib.h --- mingw-w64-5.0.4/mingw-w64-headers/include/iprtrmib.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/iprtrmib.h 2018-09-14 14:16:43.000000000 +0000 @@ -6,6 +6,9 @@ #ifndef __ROUTING_IPRTRMIB_H__ #define __ROUTING_IPRTRMIB_H__ +#include +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + #include #include #include @@ -772,4 +775,6 @@ #define CAST_MIB_INFO(X,Y,Z) Z = (Y)(X->rgbyData) +#endif /*WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)*/ + #endif /* __ROUTING_IPRTRMIB_H__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/libloaderapi.h mingw-w64-6.0.0/mingw-w64-headers/include/libloaderapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/libloaderapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/libloaderapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -80,8 +80,6 @@ WINBASEAPI HRSRC WINAPI FindResourceExW (HMODULE hModule, LPCWSTR lpType, LPCWSTR lpName, WORD wLanguage); WINBASEAPI DECLSPEC_NORETURN VOID WINAPI FreeLibraryAndExitThread (HMODULE hLibModule, DWORD dwExitCode); WINBASEAPI WINBOOL WINAPI FreeResource (HGLOBAL hResData); - WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR lpFilename, DWORD nSize); - WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR lpFilename, DWORD nSize); WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName); WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName); WINBASEAPI HMODULE WINAPI LoadLibraryExA (LPCSTR lpLibFileName, HANDLE hFile, DWORD dwFlags); @@ -105,7 +103,6 @@ #endif #define LoadString __MINGW_NAME_AW(LoadString) -#define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName) #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle) #define LoadLibraryEx __MINGW_NAME_AW(LoadLibraryEx) @@ -127,12 +124,20 @@ #define EnumResourceNamesEx __MINGW_NAME_AW(EnumResourceNamesEx) #define EnumResourceTypesEx __MINGW_NAME_AW(EnumResourceTypesEx) #endif +#elif defined(WINSTORECOMPAT) +WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName); +WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName); +#define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle) #endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) WINBASEAPI WINBOOL WINAPI DisableThreadLibraryCalls (HMODULE hLibModule); WINBASEAPI WINBOOL WINAPI FreeLibrary (HMODULE hLibModule); WINBASEAPI FARPROC WINAPI GetProcAddress (HMODULE hModule, LPCSTR lpProcName); + WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR lpFilename, DWORD nSize); + WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR lpFilename, DWORD nSize); + #define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName) + #if WINVER >= 0x0601 WINBASEAPI int WINAPI FindStringOrdinal (DWORD dwFindStringOrdinalFlags, LPCWSTR lpStringSource, int cchSource, LPCWSTR lpStringValue, int cchValue, WINBOOL bIgnoreCase); #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/memoryapi.h mingw-w64-6.0.0/mingw-w64-headers/include/memoryapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/memoryapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/memoryapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -37,6 +37,10 @@ #endif #endif +#if (WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) && _WIN32_WINNT >= 0x0A00) || WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType); +#endif + #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) #define FILE_MAP_WRITE SECTION_MAP_WRITE #define FILE_MAP_READ SECTION_MAP_READ @@ -49,8 +53,17 @@ WINBASEAPI WINBOOL WINAPI UnmapViewOfFile (LPCVOID lpBaseAddress); WINBASEAPI HANDLE WINAPI CreateFileMappingFromApp (HANDLE hFile, PSECURITY_ATTRIBUTES SecurityAttributes, ULONG PageProtection, ULONG64 MaximumSize, PCWSTR Name); WINBASEAPI PVOID WINAPI MapViewOfFileFromApp (HANDLE hFileMappingObject, ULONG DesiredAccess, ULONG64 FileOffset, SIZE_T NumberOfBytesToMap); +#if _WIN32_WINNT >= 0x0A00 + WINBASEAPI PVOID WINAPI VirtualAllocFromApp(PVOID BaseAddress, SIZE_T Size, ULONG AllocationType, ULONG Protection); +#endif #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) + WINBASEAPI WINBOOL WINAPI VirtualProtect (LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect); +#endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) && _WIN32_WINNT >= 0x0A00 + WINBASEAPI WINBOOL WINAPI VirtualProtectFromApp (PVOID lpAddress, SIZE_T dwSize, ULONG flNewProtect, PULONG lpflOldProtect); +#endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #define FILE_MAP_EXECUTE SECTION_MAP_EXECUTE_EXPLICIT @@ -61,8 +74,6 @@ #define FILE_CACHE_MIN_HARD_DISABLE 0x00000008 WINBASEAPI LPVOID WINAPI VirtualAlloc (LPVOID lpAddress, SIZE_T dwSize, DWORD flAllocationType, DWORD flProtect); - WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType); - WINBASEAPI WINBOOL WINAPI VirtualProtect (LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect); WINBASEAPI LPVOID WINAPI VirtualAllocEx (HANDLE hProcess, LPVOID lpAddress, SIZE_T dwSize, DWORD flAllocationType, DWORD flProtect); WINBASEAPI WINBOOL WINAPI VirtualFreeEx (HANDLE hProcess, LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType); WINBASEAPI WINBOOL WINAPI VirtualProtectEx (HANDLE hProcess, LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mfidl.h mingw-w64-6.0.0/mingw-w64-headers/include/mfidl.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mfidl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mfidl.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/mfidl.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/mfidl.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,46 +20,81 @@ #ifndef __IMFTopologyNode_FWD_DEFINED__ #define __IMFTopologyNode_FWD_DEFINED__ typedef interface IMFTopologyNode IMFTopologyNode; +#ifdef __cplusplus +interface IMFTopologyNode; +#endif /* __cplusplus */ #endif #ifndef __IMFTopology_FWD_DEFINED__ #define __IMFTopology_FWD_DEFINED__ typedef interface IMFTopology IMFTopology; +#ifdef __cplusplus +interface IMFTopology; +#endif /* __cplusplus */ #endif #ifndef __IMFClock_FWD_DEFINED__ #define __IMFClock_FWD_DEFINED__ typedef interface IMFClock IMFClock; +#ifdef __cplusplus +interface IMFClock; +#endif /* __cplusplus */ #endif #ifndef __IMFMediaSession_FWD_DEFINED__ #define __IMFMediaSession_FWD_DEFINED__ typedef interface IMFMediaSession IMFMediaSession; +#ifdef __cplusplus +interface IMFMediaSession; +#endif /* __cplusplus */ #endif #ifndef __IMFMediaTypeHandler_FWD_DEFINED__ #define __IMFMediaTypeHandler_FWD_DEFINED__ typedef interface IMFMediaTypeHandler IMFMediaTypeHandler; +#ifdef __cplusplus +interface IMFMediaTypeHandler; +#endif /* __cplusplus */ #endif #ifndef __IMFStreamDescriptor_FWD_DEFINED__ #define __IMFStreamDescriptor_FWD_DEFINED__ typedef interface IMFStreamDescriptor IMFStreamDescriptor; +#ifdef __cplusplus +interface IMFStreamDescriptor; +#endif /* __cplusplus */ #endif #ifndef __IMFPresentationDescriptor_FWD_DEFINED__ #define __IMFPresentationDescriptor_FWD_DEFINED__ typedef interface IMFPresentationDescriptor IMFPresentationDescriptor; +#ifdef __cplusplus +interface IMFPresentationDescriptor; +#endif /* __cplusplus */ #endif #ifndef __IMFMediaSource_FWD_DEFINED__ #define __IMFMediaSource_FWD_DEFINED__ typedef interface IMFMediaSource IMFMediaSource; +#ifdef __cplusplus +interface IMFMediaSource; +#endif /* __cplusplus */ #endif #ifndef __IMFByteStreamBuffering_FWD_DEFINED__ #define __IMFByteStreamBuffering_FWD_DEFINED__ typedef interface IMFByteStreamBuffering IMFByteStreamBuffering; +#ifdef __cplusplus +interface IMFByteStreamBuffering; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFClockStateSink_FWD_DEFINED__ +#define __IMFClockStateSink_FWD_DEFINED__ +typedef interface IMFClockStateSink IMFClockStateSink; +#ifdef __cplusplus +interface IMFClockStateSink; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -170,246 +205,247 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFTopologyNode* This); + IMFTopologyNode *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFTopologyNode* This); + IMFTopologyNode *This); /*** IMFAttributes methods ***/ HRESULT (STDMETHODCALLTYPE *GetItem)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *GetItemType)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, MF_ATTRIBUTE_TYPE *pType); HRESULT (STDMETHODCALLTYPE *CompareItem)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, REFPROPVARIANT Value, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *Compare)( - IMFTopologyNode* This, + IMFTopologyNode *This, IMFAttributes *pTheirs, MF_ATTRIBUTES_MATCH_TYPE MatchType, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *GetUINT32)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT32 *punValue); HRESULT (STDMETHODCALLTYPE *GetUINT64)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT64 *punValue); HRESULT (STDMETHODCALLTYPE *GetDouble)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, double *pfValue); HRESULT (STDMETHODCALLTYPE *GetGUID)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, GUID *pguidValue); HRESULT (STDMETHODCALLTYPE *GetStringLength)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetString)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, LPWSTR pwszValue, UINT32 cchBufSize, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetAllocatedString)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, LPWSTR *ppwszValue, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetBlobSize)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetBlob)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT8 *pBuf, UINT32 cbBufSize, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetAllocatedBlob)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT8 **ppBuf, UINT32 *pcbSize); HRESULT (STDMETHODCALLTYPE *GetUnknown)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, REFIID riid, LPVOID *ppv); HRESULT (STDMETHODCALLTYPE *SetItem)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, REFPROPVARIANT Value); HRESULT (STDMETHODCALLTYPE *DeleteItem)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey); HRESULT (STDMETHODCALLTYPE *DeleteAllItems)( - IMFTopologyNode* This); + IMFTopologyNode *This); HRESULT (STDMETHODCALLTYPE *SetUINT32)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT32 unValue); HRESULT (STDMETHODCALLTYPE *SetUINT64)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, UINT64 unValue); HRESULT (STDMETHODCALLTYPE *SetDouble)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, double fValue); HRESULT (STDMETHODCALLTYPE *SetGUID)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, REFGUID guidValue); HRESULT (STDMETHODCALLTYPE *SetString)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, LPCWSTR wszValue); HRESULT (STDMETHODCALLTYPE *SetBlob)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, const UINT8 *pBuf, UINT32 cbBufSize); HRESULT (STDMETHODCALLTYPE *SetUnknown)( - IMFTopologyNode* This, + IMFTopologyNode *This, REFGUID guidKey, IUnknown *pUnknown); HRESULT (STDMETHODCALLTYPE *LockStore)( - IMFTopologyNode* This); + IMFTopologyNode *This); HRESULT (STDMETHODCALLTYPE *UnlockStore)( - IMFTopologyNode* This); + IMFTopologyNode *This); HRESULT (STDMETHODCALLTYPE *GetCount)( - IMFTopologyNode* This, + IMFTopologyNode *This, UINT32 *pcItems); HRESULT (STDMETHODCALLTYPE *GetItemByIndex)( - IMFTopologyNode* This, + IMFTopologyNode *This, UINT32 unIndex, GUID *pguidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *CopyAllItems)( - IMFTopologyNode* This, + IMFTopologyNode *This, IMFAttributes *pDest); /*** IMFTopologyNode methods ***/ HRESULT (STDMETHODCALLTYPE *SetObject)( - IMFTopologyNode* This, + IMFTopologyNode *This, IUnknown *pObject); HRESULT (STDMETHODCALLTYPE *GetObject)( - IMFTopologyNode* This, + IMFTopologyNode *This, IUnknown **ppObject); HRESULT (STDMETHODCALLTYPE *GetNodeType)( - IMFTopologyNode* This, + IMFTopologyNode *This, MF_TOPOLOGY_TYPE *pType); HRESULT (STDMETHODCALLTYPE *GetTopoNodeID)( - IMFTopologyNode* This, + IMFTopologyNode *This, TOPOID *pID); HRESULT (STDMETHODCALLTYPE *SetTopoNodeID)( - IMFTopologyNode* This, + IMFTopologyNode *This, TOPOID ullTopoID); HRESULT (STDMETHODCALLTYPE *GetInputCount)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD *pcInputs); HRESULT (STDMETHODCALLTYPE *GetOutputCount)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD *pcOutputs); HRESULT (STDMETHODCALLTYPE *ConnectOutput)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwOutputIndex, IMFTopologyNode *pDownstreamNode, DWORD dwInputIndexOnDownstreamNode); HRESULT (STDMETHODCALLTYPE *DisconnectOutput)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwOutputIndex); HRESULT (STDMETHODCALLTYPE *GetInput)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwInputIndex, IMFTopologyNode **ppUpstreamNode, DWORD *pdwOutputIndexOnUpstreamNode); HRESULT (STDMETHODCALLTYPE *GetOutput)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwOutputIndex, IMFTopologyNode **ppDownstreamNode, DWORD *pdwInputIndexOnDownstreamNode); HRESULT (STDMETHODCALLTYPE *SetOutputPrefType)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwOutputIndex, IMFMediaType *pType); HRESULT (STDMETHODCALLTYPE *GetOutputPrefType)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwOutputIndex, IMFMediaType **ppType); HRESULT (STDMETHODCALLTYPE *SetInputPrefType)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwInputIndex, IMFMediaType *pType); HRESULT (STDMETHODCALLTYPE *GetInputPrefType)( - IMFTopologyNode* This, + IMFTopologyNode *This, DWORD dwInputIndex, IMFMediaType **ppType); HRESULT (STDMETHODCALLTYPE *CloneFrom)( - IMFTopologyNode* This, + IMFTopologyNode *This, IMFTopologyNode *pNode); END_INTERFACE } IMFTopologyNodeVtbl; + interface IMFTopologyNode { CONST_VTBL IMFTopologyNodeVtbl* lpVtbl; }; @@ -624,82 +660,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFTopologyNode_SetObject_Proxy( - IMFTopologyNode* This, - IUnknown *pObject); -void __RPC_STUB IMFTopologyNode_SetObject_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetObject_Proxy( - IMFTopologyNode* This, - IUnknown **ppObject); -void __RPC_STUB IMFTopologyNode_GetObject_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetNodeType_Proxy( - IMFTopologyNode* This, - MF_TOPOLOGY_TYPE *pType); -void __RPC_STUB IMFTopologyNode_GetNodeType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetTopoNodeID_Proxy( - IMFTopologyNode* This, - TOPOID *pID); -void __RPC_STUB IMFTopologyNode_GetTopoNodeID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_SetTopoNodeID_Proxy( - IMFTopologyNode* This, - TOPOID ullTopoID); -void __RPC_STUB IMFTopologyNode_SetTopoNodeID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetInputCount_Proxy( - IMFTopologyNode* This, - DWORD *pcInputs); -void __RPC_STUB IMFTopologyNode_GetInputCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetOutputCount_Proxy( - IMFTopologyNode* This, - DWORD *pcOutputs); -void __RPC_STUB IMFTopologyNode_GetOutputCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetInput_Proxy( - IMFTopologyNode* This, - DWORD dwInputIndex, - IMFTopologyNode **ppUpstreamNode, - DWORD *pdwOutputIndexOnUpstreamNode); -void __RPC_STUB IMFTopologyNode_GetInput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_GetOutput_Proxy( - IMFTopologyNode* This, - DWORD dwOutputIndex, - IMFTopologyNode **ppDownstreamNode, - DWORD *pdwInputIndexOnDownstreamNode); -void __RPC_STUB IMFTopologyNode_GetOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); HRESULT STDMETHODCALLTYPE IMFTopologyNode_RemoteGetOutputPrefType_Proxy( IMFTopologyNode* This, DWORD dwOutputIndex, @@ -720,14 +680,6 @@ IRpcChannelBuffer* pRpcChannelBuffer, PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopologyNode_CloneFrom_Proxy( - IMFTopologyNode* This, - IMFTopologyNode *pNode); -void __RPC_STUB IMFTopologyNode_CloneFrom_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); HRESULT CALLBACK IMFTopologyNode_GetOutputPrefType_Proxy( IMFTopologyNode* This, DWORD dwOutputIndex, @@ -802,213 +754,214 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFTopology* This, + IMFTopology *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFTopology* This); + IMFTopology *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFTopology* This); + IMFTopology *This); /*** IMFAttributes methods ***/ HRESULT (STDMETHODCALLTYPE *GetItem)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *GetItemType)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, MF_ATTRIBUTE_TYPE *pType); HRESULT (STDMETHODCALLTYPE *CompareItem)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, REFPROPVARIANT Value, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *Compare)( - IMFTopology* This, + IMFTopology *This, IMFAttributes *pTheirs, MF_ATTRIBUTES_MATCH_TYPE MatchType, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *GetUINT32)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT32 *punValue); HRESULT (STDMETHODCALLTYPE *GetUINT64)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT64 *punValue); HRESULT (STDMETHODCALLTYPE *GetDouble)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, double *pfValue); HRESULT (STDMETHODCALLTYPE *GetGUID)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, GUID *pguidValue); HRESULT (STDMETHODCALLTYPE *GetStringLength)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetString)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, LPWSTR pwszValue, UINT32 cchBufSize, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetAllocatedString)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, LPWSTR *ppwszValue, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetBlobSize)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetBlob)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT8 *pBuf, UINT32 cbBufSize, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetAllocatedBlob)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT8 **ppBuf, UINT32 *pcbSize); HRESULT (STDMETHODCALLTYPE *GetUnknown)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, REFIID riid, LPVOID *ppv); HRESULT (STDMETHODCALLTYPE *SetItem)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, REFPROPVARIANT Value); HRESULT (STDMETHODCALLTYPE *DeleteItem)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey); HRESULT (STDMETHODCALLTYPE *DeleteAllItems)( - IMFTopology* This); + IMFTopology *This); HRESULT (STDMETHODCALLTYPE *SetUINT32)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT32 unValue); HRESULT (STDMETHODCALLTYPE *SetUINT64)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, UINT64 unValue); HRESULT (STDMETHODCALLTYPE *SetDouble)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, double fValue); HRESULT (STDMETHODCALLTYPE *SetGUID)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, REFGUID guidValue); HRESULT (STDMETHODCALLTYPE *SetString)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, LPCWSTR wszValue); HRESULT (STDMETHODCALLTYPE *SetBlob)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, const UINT8 *pBuf, UINT32 cbBufSize); HRESULT (STDMETHODCALLTYPE *SetUnknown)( - IMFTopology* This, + IMFTopology *This, REFGUID guidKey, IUnknown *pUnknown); HRESULT (STDMETHODCALLTYPE *LockStore)( - IMFTopology* This); + IMFTopology *This); HRESULT (STDMETHODCALLTYPE *UnlockStore)( - IMFTopology* This); + IMFTopology *This); HRESULT (STDMETHODCALLTYPE *GetCount)( - IMFTopology* This, + IMFTopology *This, UINT32 *pcItems); HRESULT (STDMETHODCALLTYPE *GetItemByIndex)( - IMFTopology* This, + IMFTopology *This, UINT32 unIndex, GUID *pguidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *CopyAllItems)( - IMFTopology* This, + IMFTopology *This, IMFAttributes *pDest); /*** IMFTopology methods ***/ HRESULT (STDMETHODCALLTYPE *GetTopologyID)( - IMFTopology* This, + IMFTopology *This, TOPOID *pID); HRESULT (STDMETHODCALLTYPE *AddNode)( - IMFTopology* This, + IMFTopology *This, IMFTopologyNode *pNode); HRESULT (STDMETHODCALLTYPE *RemoveNode)( - IMFTopology* This, + IMFTopology *This, IMFTopologyNode *pNode); HRESULT (STDMETHODCALLTYPE *GetNodeCount)( - IMFTopology* This, + IMFTopology *This, WORD *pwNodes); HRESULT (STDMETHODCALLTYPE *GetNode)( - IMFTopology* This, + IMFTopology *This, WORD wIndex, IMFTopologyNode **ppNode); HRESULT (STDMETHODCALLTYPE *Clear)( - IMFTopology* This); + IMFTopology *This); HRESULT (STDMETHODCALLTYPE *CloneFrom)( - IMFTopology* This, + IMFTopology *This, IMFTopology *pTopology); HRESULT (STDMETHODCALLTYPE *GetNodeByID)( - IMFTopology* This, + IMFTopology *This, TOPOID qwTopoNodeID, IMFTopologyNode **ppNode); HRESULT (STDMETHODCALLTYPE *GetSourceNodeCollection)( - IMFTopology* This, + IMFTopology *This, IMFCollection **ppCollection); HRESULT (STDMETHODCALLTYPE *GetOutputNodeCollection)( - IMFTopology* This, + IMFTopology *This, IMFCollection **ppCollection); END_INTERFACE } IMFTopologyVtbl; + interface IMFTopology { CONST_VTBL IMFTopologyVtbl* lpVtbl; }; @@ -1199,64 +1152,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFTopology_GetTopologyID_Proxy( - IMFTopology* This, - TOPOID *pID); -void __RPC_STUB IMFTopology_GetTopologyID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_GetNodeCount_Proxy( - IMFTopology* This, - WORD *pwNodes); -void __RPC_STUB IMFTopology_GetNodeCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_GetNode_Proxy( - IMFTopology* This, - WORD wIndex, - IMFTopologyNode **ppNode); -void __RPC_STUB IMFTopology_GetNode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_CloneFrom_Proxy( - IMFTopology* This, - IMFTopology *pTopology); -void __RPC_STUB IMFTopology_CloneFrom_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_GetNodeByID_Proxy( - IMFTopology* This, - TOPOID qwTopoNodeID, - IMFTopologyNode **ppNode); -void __RPC_STUB IMFTopology_GetNodeByID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_GetSourceNodeCollection_Proxy( - IMFTopology* This, - IMFCollection **ppCollection); -void __RPC_STUB IMFTopology_GetSourceNodeCollection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFTopology_GetOutputNodeCollection_Proxy( - IMFTopology* This, - IMFCollection **ppCollection); -void __RPC_STUB IMFTopology_GetOutputNodeCollection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFTopology_INTERFACE_DEFINED__ */ @@ -1315,42 +1210,43 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFClock* This, + IMFClock *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFClock* This); + IMFClock *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFClock* This); + IMFClock *This); /*** IMFClock methods ***/ HRESULT (STDMETHODCALLTYPE *GetClockCharacteristics)( - IMFClock* This, + IMFClock *This, DWORD *pdwCharacteristics); HRESULT (STDMETHODCALLTYPE *GetCorrelatedTime)( - IMFClock* This, + IMFClock *This, DWORD dwReserved, LONGLONG *pllClockTime, MFTIME *phnsSystemTime); HRESULT (STDMETHODCALLTYPE *GetContinuityKey)( - IMFClock* This, + IMFClock *This, DWORD *pdwContinuityKey); HRESULT (STDMETHODCALLTYPE *GetState)( - IMFClock* This, + IMFClock *This, DWORD dwReserved, MFCLOCK_STATE *peClockState); HRESULT (STDMETHODCALLTYPE *GetProperties)( - IMFClock* This, + IMFClock *This, MFCLOCK_PROPERTIES *pClockProperties); END_INTERFACE } IMFClockVtbl; + interface IMFClock { CONST_VTBL IMFClockVtbl* lpVtbl; }; @@ -1399,49 +1295,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFClock_GetClockCharacteristics_Proxy( - IMFClock* This, - DWORD *pdwCharacteristics); -void __RPC_STUB IMFClock_GetClockCharacteristics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFClock_GetCorrelatedTime_Proxy( - IMFClock* This, - DWORD dwReserved, - LONGLONG *pllClockTime, - MFTIME *phnsSystemTime); -void __RPC_STUB IMFClock_GetCorrelatedTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFClock_GetContinuityKey_Proxy( - IMFClock* This, - DWORD *pdwContinuityKey); -void __RPC_STUB IMFClock_GetContinuityKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFClock_GetState_Proxy( - IMFClock* This, - DWORD dwReserved, - MFCLOCK_STATE *peClockState); -void __RPC_STUB IMFClock_GetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFClock_GetProperties_Proxy( - IMFClock* This, - MFCLOCK_PROPERTIES *pClockProperties); -void __RPC_STUB IMFClock_GetProperties_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFClock_INTERFACE_DEFINED__ */ @@ -1517,34 +1370,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFMediaSession* This, + IMFMediaSession *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFMediaSession* This); + IMFMediaSession *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFMediaSession* This); + IMFMediaSession *This); /*** IMFMediaEventGenerator methods ***/ HRESULT (STDMETHODCALLTYPE *GetEvent)( - IMFMediaSession* This, + IMFMediaSession *This, DWORD dwFlags, IMFMediaEvent **ppEvent); HRESULT (STDMETHODCALLTYPE *BeginGetEvent)( - IMFMediaSession* This, + IMFMediaSession *This, IMFAsyncCallback *pCallback, IUnknown *punkState); HRESULT (STDMETHODCALLTYPE *EndGetEvent)( - IMFMediaSession* This, + IMFMediaSession *This, IMFAsyncResult *pResult, IMFMediaEvent **ppEvent); HRESULT (STDMETHODCALLTYPE *QueueEvent)( - IMFMediaSession* This, + IMFMediaSession *This, MediaEventType met, REFGUID guidExtendedType, HRESULT hrStatus, @@ -1552,46 +1405,47 @@ /*** IMFMediaSession methods ***/ HRESULT (STDMETHODCALLTYPE *SetTopology)( - IMFMediaSession* This, + IMFMediaSession *This, DWORD dwSetTopologyFlags, IMFTopology *pTopology); HRESULT (STDMETHODCALLTYPE *ClearTopologies)( - IMFMediaSession* This); + IMFMediaSession *This); HRESULT (STDMETHODCALLTYPE *Start)( - IMFMediaSession* This, + IMFMediaSession *This, const GUID *pguidTimeFormat, const PROPVARIANT *pvarStartPosition); HRESULT (STDMETHODCALLTYPE *Pause)( - IMFMediaSession* This); + IMFMediaSession *This); HRESULT (STDMETHODCALLTYPE *Stop)( - IMFMediaSession* This); + IMFMediaSession *This); HRESULT (STDMETHODCALLTYPE *Close)( - IMFMediaSession* This); + IMFMediaSession *This); HRESULT (STDMETHODCALLTYPE *Shutdown)( - IMFMediaSession* This); + IMFMediaSession *This); HRESULT (STDMETHODCALLTYPE *GetClock)( - IMFMediaSession* This, + IMFMediaSession *This, IMFClock **ppClock); HRESULT (STDMETHODCALLTYPE *GetSessionCapabilities)( - IMFMediaSession* This, + IMFMediaSession *This, DWORD *pdwCaps); HRESULT (STDMETHODCALLTYPE *GetFullTopology)( - IMFMediaSession* This, + IMFMediaSession *This, DWORD dwGetFullTopologyFlags, TOPOID TopoId, IMFTopology **ppFullTopology); END_INTERFACE } IMFMediaSessionVtbl; + interface IMFMediaSession { CONST_VTBL IMFMediaSessionVtbl* lpVtbl; }; @@ -1678,85 +1532,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFMediaSession_SetTopology_Proxy( - IMFMediaSession* This, - DWORD dwSetTopologyFlags, - IMFTopology *pTopology); -void __RPC_STUB IMFMediaSession_SetTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_ClearTopologies_Proxy( - IMFMediaSession* This); -void __RPC_STUB IMFMediaSession_ClearTopologies_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_Start_Proxy( - IMFMediaSession* This, - const GUID *pguidTimeFormat, - const PROPVARIANT *pvarStartPosition); -void __RPC_STUB IMFMediaSession_Start_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_Pause_Proxy( - IMFMediaSession* This); -void __RPC_STUB IMFMediaSession_Pause_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_Stop_Proxy( - IMFMediaSession* This); -void __RPC_STUB IMFMediaSession_Stop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_Close_Proxy( - IMFMediaSession* This); -void __RPC_STUB IMFMediaSession_Close_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_Shutdown_Proxy( - IMFMediaSession* This); -void __RPC_STUB IMFMediaSession_Shutdown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_GetClock_Proxy( - IMFMediaSession* This, - IMFClock **ppClock); -void __RPC_STUB IMFMediaSession_GetClock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_GetSessionCapabilities_Proxy( - IMFMediaSession* This, - DWORD *pdwCaps); -void __RPC_STUB IMFMediaSession_GetSessionCapabilities_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSession_GetFullTopology_Proxy( - IMFMediaSession* This, - DWORD dwGetFullTopologyFlags, - TOPOID TopoId, - IMFTopology **ppFullTopology); -void __RPC_STUB IMFMediaSession_GetFullTopology_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFMediaSession_INTERFACE_DEFINED__ */ @@ -1801,45 +1576,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFMediaTypeHandler* This); + IMFMediaTypeHandler *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFMediaTypeHandler* This); + IMFMediaTypeHandler *This); /*** IMFMediaTypeHandler methods ***/ HRESULT (STDMETHODCALLTYPE *IsMediaTypeSupported)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, IMFMediaType *pMediaType, IMFMediaType **ppMediaType); HRESULT (STDMETHODCALLTYPE *GetMediaTypeCount)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, DWORD *pdwTypeCount); HRESULT (STDMETHODCALLTYPE *GetMediaTypeByIndex)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, DWORD dwIndex, IMFMediaType **ppType); HRESULT (STDMETHODCALLTYPE *SetCurrentMediaType)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, IMFMediaType *pMediaType); HRESULT (STDMETHODCALLTYPE *GetCurrentMediaType)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, IMFMediaType **ppMediaType); HRESULT (STDMETHODCALLTYPE *GetMajorType)( - IMFMediaTypeHandler* This, + IMFMediaTypeHandler *This, GUID *pguidMajorType); END_INTERFACE } IMFMediaTypeHandlerVtbl; + interface IMFMediaTypeHandler { CONST_VTBL IMFMediaTypeHandlerVtbl* lpVtbl; }; @@ -1901,14 +1677,6 @@ IRpcChannelBuffer* pRpcChannelBuffer, PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaTypeHandler_GetMajorType_Proxy( - IMFMediaTypeHandler* This, - GUID *pguidMajorType); -void __RPC_STUB IMFMediaTypeHandler_GetMajorType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); HRESULT CALLBACK IMFMediaTypeHandler_GetCurrentMediaType_Proxy( IMFMediaTypeHandler* This, IMFMediaType **ppMediaType); @@ -1946,180 +1714,181 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFStreamDescriptor* This); + IMFStreamDescriptor *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFStreamDescriptor* This); + IMFStreamDescriptor *This); /*** IMFAttributes methods ***/ HRESULT (STDMETHODCALLTYPE *GetItem)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *GetItemType)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, MF_ATTRIBUTE_TYPE *pType); HRESULT (STDMETHODCALLTYPE *CompareItem)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, REFPROPVARIANT Value, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *Compare)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, IMFAttributes *pTheirs, MF_ATTRIBUTES_MATCH_TYPE MatchType, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *GetUINT32)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT32 *punValue); HRESULT (STDMETHODCALLTYPE *GetUINT64)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT64 *punValue); HRESULT (STDMETHODCALLTYPE *GetDouble)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, double *pfValue); HRESULT (STDMETHODCALLTYPE *GetGUID)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, GUID *pguidValue); HRESULT (STDMETHODCALLTYPE *GetStringLength)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetString)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, LPWSTR pwszValue, UINT32 cchBufSize, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetAllocatedString)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, LPWSTR *ppwszValue, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetBlobSize)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetBlob)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT8 *pBuf, UINT32 cbBufSize, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetAllocatedBlob)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT8 **ppBuf, UINT32 *pcbSize); HRESULT (STDMETHODCALLTYPE *GetUnknown)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, REFIID riid, LPVOID *ppv); HRESULT (STDMETHODCALLTYPE *SetItem)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, REFPROPVARIANT Value); HRESULT (STDMETHODCALLTYPE *DeleteItem)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey); HRESULT (STDMETHODCALLTYPE *DeleteAllItems)( - IMFStreamDescriptor* This); + IMFStreamDescriptor *This); HRESULT (STDMETHODCALLTYPE *SetUINT32)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT32 unValue); HRESULT (STDMETHODCALLTYPE *SetUINT64)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, UINT64 unValue); HRESULT (STDMETHODCALLTYPE *SetDouble)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, double fValue); HRESULT (STDMETHODCALLTYPE *SetGUID)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, REFGUID guidValue); HRESULT (STDMETHODCALLTYPE *SetString)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, LPCWSTR wszValue); HRESULT (STDMETHODCALLTYPE *SetBlob)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, const UINT8 *pBuf, UINT32 cbBufSize); HRESULT (STDMETHODCALLTYPE *SetUnknown)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, REFGUID guidKey, IUnknown *pUnknown); HRESULT (STDMETHODCALLTYPE *LockStore)( - IMFStreamDescriptor* This); + IMFStreamDescriptor *This); HRESULT (STDMETHODCALLTYPE *UnlockStore)( - IMFStreamDescriptor* This); + IMFStreamDescriptor *This); HRESULT (STDMETHODCALLTYPE *GetCount)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, UINT32 *pcItems); HRESULT (STDMETHODCALLTYPE *GetItemByIndex)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, UINT32 unIndex, GUID *pguidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *CopyAllItems)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, IMFAttributes *pDest); /*** IMFStreamDescriptor methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreamIdentifier)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, DWORD *pdwStreamIdentifier); HRESULT (STDMETHODCALLTYPE *GetMediaTypeHandler)( - IMFStreamDescriptor* This, + IMFStreamDescriptor *This, IMFMediaTypeHandler **ppMediaTypeHandler); END_INTERFACE } IMFStreamDescriptorVtbl; + interface IMFStreamDescriptor { CONST_VTBL IMFStreamDescriptorVtbl* lpVtbl; }; @@ -2278,22 +2047,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFStreamDescriptor_GetStreamIdentifier_Proxy( - IMFStreamDescriptor* This, - DWORD *pdwStreamIdentifier); -void __RPC_STUB IMFStreamDescriptor_GetStreamIdentifier_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFStreamDescriptor_GetMediaTypeHandler_Proxy( - IMFStreamDescriptor* This, - IMFMediaTypeHandler **ppMediaTypeHandler); -void __RPC_STUB IMFStreamDescriptor_GetMediaTypeHandler_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFStreamDescriptor_INTERFACE_DEFINED__ */ @@ -2335,194 +2088,195 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFPresentationDescriptor* This); + IMFPresentationDescriptor *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFPresentationDescriptor* This); + IMFPresentationDescriptor *This); /*** IMFAttributes methods ***/ HRESULT (STDMETHODCALLTYPE *GetItem)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *GetItemType)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, MF_ATTRIBUTE_TYPE *pType); HRESULT (STDMETHODCALLTYPE *CompareItem)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, REFPROPVARIANT Value, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *Compare)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, IMFAttributes *pTheirs, MF_ATTRIBUTES_MATCH_TYPE MatchType, WINBOOL *pbResult); HRESULT (STDMETHODCALLTYPE *GetUINT32)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT32 *punValue); HRESULT (STDMETHODCALLTYPE *GetUINT64)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT64 *punValue); HRESULT (STDMETHODCALLTYPE *GetDouble)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, double *pfValue); HRESULT (STDMETHODCALLTYPE *GetGUID)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, GUID *pguidValue); HRESULT (STDMETHODCALLTYPE *GetStringLength)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetString)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, LPWSTR pwszValue, UINT32 cchBufSize, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetAllocatedString)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, LPWSTR *ppwszValue, UINT32 *pcchLength); HRESULT (STDMETHODCALLTYPE *GetBlobSize)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetBlob)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT8 *pBuf, UINT32 cbBufSize, UINT32 *pcbBlobSize); HRESULT (STDMETHODCALLTYPE *GetAllocatedBlob)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT8 **ppBuf, UINT32 *pcbSize); HRESULT (STDMETHODCALLTYPE *GetUnknown)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, REFIID riid, LPVOID *ppv); HRESULT (STDMETHODCALLTYPE *SetItem)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, REFPROPVARIANT Value); HRESULT (STDMETHODCALLTYPE *DeleteItem)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey); HRESULT (STDMETHODCALLTYPE *DeleteAllItems)( - IMFPresentationDescriptor* This); + IMFPresentationDescriptor *This); HRESULT (STDMETHODCALLTYPE *SetUINT32)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT32 unValue); HRESULT (STDMETHODCALLTYPE *SetUINT64)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, UINT64 unValue); HRESULT (STDMETHODCALLTYPE *SetDouble)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, double fValue); HRESULT (STDMETHODCALLTYPE *SetGUID)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, REFGUID guidValue); HRESULT (STDMETHODCALLTYPE *SetString)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, LPCWSTR wszValue); HRESULT (STDMETHODCALLTYPE *SetBlob)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, const UINT8 *pBuf, UINT32 cbBufSize); HRESULT (STDMETHODCALLTYPE *SetUnknown)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, REFGUID guidKey, IUnknown *pUnknown); HRESULT (STDMETHODCALLTYPE *LockStore)( - IMFPresentationDescriptor* This); + IMFPresentationDescriptor *This); HRESULT (STDMETHODCALLTYPE *UnlockStore)( - IMFPresentationDescriptor* This); + IMFPresentationDescriptor *This); HRESULT (STDMETHODCALLTYPE *GetCount)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, UINT32 *pcItems); HRESULT (STDMETHODCALLTYPE *GetItemByIndex)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, UINT32 unIndex, GUID *pguidKey, PROPVARIANT *pValue); HRESULT (STDMETHODCALLTYPE *CopyAllItems)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, IMFAttributes *pDest); /*** IMFPresentationDescriptor methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreamDescriptorCount)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, DWORD *pdwDescriptorCount); HRESULT (STDMETHODCALLTYPE *GetStreamDescriptorByIndex)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, DWORD dwIndex, WINBOOL *pfSelected, IMFStreamDescriptor **ppDescriptor); HRESULT (STDMETHODCALLTYPE *SelectStream)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, DWORD dwDescriptorIndex); HRESULT (STDMETHODCALLTYPE *DeselectStream)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, DWORD dwDescriptorIndex); HRESULT (STDMETHODCALLTYPE *Clone)( - IMFPresentationDescriptor* This, + IMFPresentationDescriptor *This, IMFPresentationDescriptor **ppPresentationDescriptor); END_INTERFACE } IMFPresentationDescriptorVtbl; + interface IMFPresentationDescriptor { CONST_VTBL IMFPresentationDescriptorVtbl* lpVtbl; }; @@ -2693,48 +2447,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFPresentationDescriptor_GetStreamDescriptorCount_Proxy( - IMFPresentationDescriptor* This, - DWORD *pdwDescriptorCount); -void __RPC_STUB IMFPresentationDescriptor_GetStreamDescriptorCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFPresentationDescriptor_GetStreamDescriptorByIndex_Proxy( - IMFPresentationDescriptor* This, - DWORD dwIndex, - WINBOOL *pfSelected, - IMFStreamDescriptor **ppDescriptor); -void __RPC_STUB IMFPresentationDescriptor_GetStreamDescriptorByIndex_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFPresentationDescriptor_SelectStream_Proxy( - IMFPresentationDescriptor* This, - DWORD dwDescriptorIndex); -void __RPC_STUB IMFPresentationDescriptor_SelectStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFPresentationDescriptor_DeselectStream_Proxy( - IMFPresentationDescriptor* This, - DWORD dwDescriptorIndex); -void __RPC_STUB IMFPresentationDescriptor_DeselectStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFPresentationDescriptor_Clone_Proxy( - IMFPresentationDescriptor* This, - IMFPresentationDescriptor **ppPresentationDescriptor); -void __RPC_STUB IMFPresentationDescriptor_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFPresentationDescriptor_INTERFACE_DEFINED__ */ @@ -2779,34 +2491,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFMediaSource* This, + IMFMediaSource *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFMediaSource* This); + IMFMediaSource *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFMediaSource* This); + IMFMediaSource *This); /*** IMFMediaEventGenerator methods ***/ HRESULT (STDMETHODCALLTYPE *GetEvent)( - IMFMediaSource* This, + IMFMediaSource *This, DWORD dwFlags, IMFMediaEvent **ppEvent); HRESULT (STDMETHODCALLTYPE *BeginGetEvent)( - IMFMediaSource* This, + IMFMediaSource *This, IMFAsyncCallback *pCallback, IUnknown *punkState); HRESULT (STDMETHODCALLTYPE *EndGetEvent)( - IMFMediaSource* This, + IMFMediaSource *This, IMFAsyncResult *pResult, IMFMediaEvent **ppEvent); HRESULT (STDMETHODCALLTYPE *QueueEvent)( - IMFMediaSource* This, + IMFMediaSource *This, MediaEventType met, REFGUID guidExtendedType, HRESULT hrStatus, @@ -2814,30 +2526,31 @@ /*** IMFMediaSource methods ***/ HRESULT (STDMETHODCALLTYPE *GetCharacteristics)( - IMFMediaSource* This, + IMFMediaSource *This, DWORD *pdwCharacteristics); HRESULT (STDMETHODCALLTYPE *CreatePresentationDescriptor)( - IMFMediaSource* This, + IMFMediaSource *This, IMFPresentationDescriptor **ppPresentationDescriptor); HRESULT (STDMETHODCALLTYPE *Start)( - IMFMediaSource* This, + IMFMediaSource *This, IMFPresentationDescriptor *pPresentationDescriptor, const GUID *pguidTimeFormat, const PROPVARIANT *pvarStartPosition); HRESULT (STDMETHODCALLTYPE *Stop)( - IMFMediaSource* This); + IMFMediaSource *This); HRESULT (STDMETHODCALLTYPE *Pause)( - IMFMediaSource* This); + IMFMediaSource *This); HRESULT (STDMETHODCALLTYPE *Shutdown)( - IMFMediaSource* This); + IMFMediaSource *This); END_INTERFACE } IMFMediaSourceVtbl; + interface IMFMediaSource { CONST_VTBL IMFMediaSourceVtbl* lpVtbl; }; @@ -2908,14 +2621,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMFMediaSource_GetCharacteristics_Proxy( - IMFMediaSource* This, - DWORD *pdwCharacteristics); -void __RPC_STUB IMFMediaSource_GetCharacteristics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); HRESULT STDMETHODCALLTYPE IMFMediaSource_RemoteCreatePresentationDescriptor_Proxy( IMFMediaSource* This, DWORD *pcbPD, @@ -2926,37 +2631,6 @@ IRpcChannelBuffer* pRpcChannelBuffer, PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSource_Start_Proxy( - IMFMediaSource* This, - IMFPresentationDescriptor *pPresentationDescriptor, - const GUID *pguidTimeFormat, - const PROPVARIANT *pvarStartPosition); -void __RPC_STUB IMFMediaSource_Start_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSource_Stop_Proxy( - IMFMediaSource* This); -void __RPC_STUB IMFMediaSource_Stop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSource_Pause_Proxy( - IMFMediaSource* This); -void __RPC_STUB IMFMediaSource_Pause_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFMediaSource_Shutdown_Proxy( - IMFMediaSource* This); -void __RPC_STUB IMFMediaSource_Shutdown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); HRESULT CALLBACK IMFMediaSource_CreatePresentationDescriptor_Proxy( IMFMediaSource* This, IMFPresentationDescriptor **ppPresentationDescriptor); @@ -3012,30 +2686,31 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMFByteStreamBuffering* This, + IMFByteStreamBuffering *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMFByteStreamBuffering* This); + IMFByteStreamBuffering *This); ULONG (STDMETHODCALLTYPE *Release)( - IMFByteStreamBuffering* This); + IMFByteStreamBuffering *This); /*** IMFByteStreamBuffering methods ***/ HRESULT (STDMETHODCALLTYPE *SetBufferingParams)( - IMFByteStreamBuffering* This, + IMFByteStreamBuffering *This, MFBYTESTREAM_BUFFERING_PARAMS *pParams); HRESULT (STDMETHODCALLTYPE *EnableBuffering)( - IMFByteStreamBuffering* This, + IMFByteStreamBuffering *This, WINBOOL fEnable); HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IMFByteStreamBuffering* This); + IMFByteStreamBuffering *This); END_INTERFACE } IMFByteStreamBufferingVtbl; + interface IMFByteStreamBuffering { CONST_VTBL IMFByteStreamBufferingVtbl* lpVtbl; }; @@ -3076,32 +2751,134 @@ #endif -HRESULT STDMETHODCALLTYPE IMFByteStreamBuffering_SetBufferingParams_Proxy( - IMFByteStreamBuffering* This, - MFBYTESTREAM_BUFFERING_PARAMS *pParams); -void __RPC_STUB IMFByteStreamBuffering_SetBufferingParams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFByteStreamBuffering_EnableBuffering_Proxy( - IMFByteStreamBuffering* This, - WINBOOL fEnable); -void __RPC_STUB IMFByteStreamBuffering_EnableBuffering_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMFByteStreamBuffering_StopBuffering_Proxy( - IMFByteStreamBuffering* This); -void __RPC_STUB IMFByteStreamBuffering_StopBuffering_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMFByteStreamBuffering_INTERFACE_DEFINED__ */ +/***************************************************************************** + * IMFClockStateSink interface + */ +#ifndef __IMFClockStateSink_INTERFACE_DEFINED__ +#define __IMFClockStateSink_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFClockStateSink, 0xf6696e82, 0x74f7, 0x4f3d, 0xa1,0x78, 0x8a,0x5e,0x09,0xc3,0x65,0x9f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("f6696e82-74f7-4f3d-a178-8a5e09c3659f") +IMFClockStateSink : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnClockStart( + MFTIME hnsSystemTime, + LONGLONG llClockStartOffset) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnClockStop( + MFTIME hnsSystemTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnClockPause( + MFTIME hnsSystemTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnClockRestart( + MFTIME hnsSystemTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnClockSetRate( + MFTIME hnsSystemTime, + float flRate) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFClockStateSink, 0xf6696e82, 0x74f7, 0x4f3d, 0xa1,0x78, 0x8a,0x5e,0x09,0xc3,0x65,0x9f) +#endif +#else +typedef struct IMFClockStateSinkVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFClockStateSink *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFClockStateSink *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFClockStateSink *This); + + /*** IMFClockStateSink methods ***/ + HRESULT (STDMETHODCALLTYPE *OnClockStart)( + IMFClockStateSink *This, + MFTIME hnsSystemTime, + LONGLONG llClockStartOffset); + + HRESULT (STDMETHODCALLTYPE *OnClockStop)( + IMFClockStateSink *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockPause)( + IMFClockStateSink *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockRestart)( + IMFClockStateSink *This, + MFTIME hnsSystemTime); + + HRESULT (STDMETHODCALLTYPE *OnClockSetRate)( + IMFClockStateSink *This, + MFTIME hnsSystemTime, + float flRate); + + END_INTERFACE +} IMFClockStateSinkVtbl; + +interface IMFClockStateSink { + CONST_VTBL IMFClockStateSinkVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFClockStateSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFClockStateSink_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFClockStateSink_Release(This) (This)->lpVtbl->Release(This) +/*** IMFClockStateSink methods ***/ +#define IMFClockStateSink_OnClockStart(This,hnsSystemTime,llClockStartOffset) (This)->lpVtbl->OnClockStart(This,hnsSystemTime,llClockStartOffset) +#define IMFClockStateSink_OnClockStop(This,hnsSystemTime) (This)->lpVtbl->OnClockStop(This,hnsSystemTime) +#define IMFClockStateSink_OnClockPause(This,hnsSystemTime) (This)->lpVtbl->OnClockPause(This,hnsSystemTime) +#define IMFClockStateSink_OnClockRestart(This,hnsSystemTime) (This)->lpVtbl->OnClockRestart(This,hnsSystemTime) +#define IMFClockStateSink_OnClockSetRate(This,hnsSystemTime,flRate) (This)->lpVtbl->OnClockSetRate(This,hnsSystemTime,flRate) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFClockStateSink_QueryInterface(IMFClockStateSink* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFClockStateSink_AddRef(IMFClockStateSink* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFClockStateSink_Release(IMFClockStateSink* This) { + return This->lpVtbl->Release(This); +} +/*** IMFClockStateSink methods ***/ +static FORCEINLINE HRESULT IMFClockStateSink_OnClockStart(IMFClockStateSink* This,MFTIME hnsSystemTime,LONGLONG llClockStartOffset) { + return This->lpVtbl->OnClockStart(This,hnsSystemTime,llClockStartOffset); +} +static FORCEINLINE HRESULT IMFClockStateSink_OnClockStop(IMFClockStateSink* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockStop(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFClockStateSink_OnClockPause(IMFClockStateSink* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockPause(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFClockStateSink_OnClockRestart(IMFClockStateSink* This,MFTIME hnsSystemTime) { + return This->lpVtbl->OnClockRestart(This,hnsSystemTime); +} +static FORCEINLINE HRESULT IMFClockStateSink_OnClockSetRate(IMFClockStateSink* This,MFTIME hnsSystemTime,float flRate) { + return This->lpVtbl->OnClockSetRate(This,hnsSystemTime,flRate); +} +#endif +#endif + +#endif + + +#endif /* __IMFClockStateSink_INTERFACE_DEFINED__ */ + HRESULT WINAPI MFRequireProtectedEnvironment(IMFPresentationDescriptor *pPresentationDescriptor); HRESULT WINAPI MFSerializePresentationDescriptor(IMFPresentationDescriptor *pPD,DWORD *pcbData,BYTE **ppbData); typedef DWORD MFSequencerElementId; /*Unknown type*/ @@ -3422,91 +3199,145 @@ #ifndef __IMFMediaSink_FWD_DEFINED__ #define __IMFMediaSink_FWD_DEFINED__ typedef interface IMFMediaSink IMFMediaSink; +#ifdef __cplusplus +interface IMFMediaSink; +#endif /* __cplusplus */ #endif #ifndef __IMFASFContentInfo_FWD_DEFINED__ #define __IMFASFContentInfo_FWD_DEFINED__ typedef interface IMFASFContentInfo IMFASFContentInfo; +#ifdef __cplusplus +interface IMFASFContentInfo; +#endif /* __cplusplus */ #endif #ifndef __IMFASFIndexer_FWD_DEFINED__ #define __IMFASFIndexer_FWD_DEFINED__ typedef interface IMFASFIndexer IMFASFIndexer; +#ifdef __cplusplus +interface IMFASFIndexer; +#endif /* __cplusplus */ #endif #ifndef __IMFASFMultiplexer_FWD_DEFINED__ #define __IMFASFMultiplexer_FWD_DEFINED__ typedef interface IMFASFMultiplexer IMFASFMultiplexer; +#ifdef __cplusplus +interface IMFASFMultiplexer; +#endif /* __cplusplus */ #endif #ifndef __IMFASFProfile_FWD_DEFINED__ #define __IMFASFProfile_FWD_DEFINED__ typedef interface IMFASFProfile IMFASFProfile; +#ifdef __cplusplus +interface IMFASFProfile; +#endif /* __cplusplus */ #endif #ifndef __IMFASFSplitter_FWD_DEFINED__ #define __IMFASFSplitter_FWD_DEFINED__ typedef interface IMFASFSplitter IMFASFSplitter; +#ifdef __cplusplus +interface IMFASFSplitter; +#endif /* __cplusplus */ #endif #ifndef __IMFPMPServer_FWD_DEFINED__ #define __IMFPMPServer_FWD_DEFINED__ typedef interface IMFPMPServer IMFPMPServer; +#ifdef __cplusplus +interface IMFPMPServer; +#endif /* __cplusplus */ #endif #ifndef __IMFPresentationClock_FWD_DEFINED__ #define __IMFPresentationClock_FWD_DEFINED__ typedef interface IMFPresentationClock IMFPresentationClock; +#ifdef __cplusplus +interface IMFPresentationClock; +#endif /* __cplusplus */ #endif #ifndef __IMFNetProxyLocator_FWD_DEFINED__ #define __IMFNetProxyLocator_FWD_DEFINED__ typedef interface IMFNetProxyLocator IMFNetProxyLocator; +#ifdef __cplusplus +interface IMFNetProxyLocator; +#endif /* __cplusplus */ #endif #ifndef __IMFRemoteDesktopPlugin_FWD_DEFINED__ #define __IMFRemoteDesktopPlugin_FWD_DEFINED__ typedef interface IMFRemoteDesktopPlugin IMFRemoteDesktopPlugin; +#ifdef __cplusplus +interface IMFRemoteDesktopPlugin; +#endif /* __cplusplus */ #endif #ifndef __IMFTransform_FWD_DEFINED__ #define __IMFTransform_FWD_DEFINED__ typedef interface IMFTransform IMFTransform; +#ifdef __cplusplus +interface IMFTransform; +#endif /* __cplusplus */ #endif #ifndef __IMFSampleGrabberSinkCallback_FWD_DEFINED__ #define __IMFSampleGrabberSinkCallback_FWD_DEFINED__ typedef interface IMFSampleGrabberSinkCallback IMFSampleGrabberSinkCallback; +#ifdef __cplusplus +interface IMFSampleGrabberSinkCallback; +#endif /* __cplusplus */ #endif #ifndef __IMFSequencerSource_FWD_DEFINED__ #define __IMFSequencerSource_FWD_DEFINED__ typedef interface IMFSequencerSource IMFSequencerSource; +#ifdef __cplusplus +interface IMFSequencerSource; +#endif /* __cplusplus */ #endif #ifndef __IMFQualityManager_FWD_DEFINED__ #define __IMFQualityManager_FWD_DEFINED__ typedef interface IMFQualityManager IMFQualityManager; +#ifdef __cplusplus +interface IMFQualityManager; +#endif /* __cplusplus */ #endif #ifndef __IMFSourceResolver_FWD_DEFINED__ #define __IMFSourceResolver_FWD_DEFINED__ typedef interface IMFSourceResolver IMFSourceResolver; +#ifdef __cplusplus +interface IMFSourceResolver; +#endif /* __cplusplus */ #endif #ifndef __IMFPresentationTimeSource_FWD_DEFINED__ #define __IMFPresentationTimeSource_FWD_DEFINED__ typedef interface IMFPresentationTimeSource IMFPresentationTimeSource; +#ifdef __cplusplus +interface IMFPresentationTimeSource; +#endif /* __cplusplus */ #endif #ifndef __IMFTopoLoader_FWD_DEFINED__ #define __IMFTopoLoader_FWD_DEFINED__ typedef interface IMFTopoLoader IMFTopoLoader; +#ifdef __cplusplus +interface IMFTopoLoader; +#endif /* __cplusplus */ #endif #ifndef __IMFTranscodeProfile_FWD_DEFINED__ #define __IMFTranscodeProfile_FWD_DEFINED__ typedef interface IMFTranscodeProfile IMFTranscodeProfile; +#ifdef __cplusplus +interface IMFTranscodeProfile; +#endif /* __cplusplus */ #endif HRESULT MFCreate3GPMediaSink(IMFByteStream *pIByteStream,IMFMediaType *pVideoMediaType,IMFMediaType *pAudioMediaType,IMFMediaSink **ppIMediaSink); @@ -3564,6 +3395,15 @@ HRESULT WINAPI MFGetTopoNodeCurrentType(IMFTopologyNode *pNode,DWORD dwStreamIndex,WINBOOL fOutput,IMFMediaType **ppType); HRESULT WINAPI MFTranscodeGetAudioOutputAvailableTypes(REFGUID guidSubType,DWORD dwMFTFlags,IMFAttributes *pCodecConfig,IMFCollection **ppAvailableTypes); #endif +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME, 0x60d0e559,0x52f8,0x4fa2,0xbb,0xce,0xac,0xdb,0x34,0xa8,0xec,0x1); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_MEDIA_TYPE, 0x56a819ca,0xc78,0x4de4,0xa0,0xa7,0x3d,0xda,0xba,0xf,0x24,0xd4); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ENDPOINT_ID, 0x30da9258,0xfeb9,0x47a7,0xa4,0x53,0x76,0x3a,0x7a,0x8e,0x1c,0x5f); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE, 0xbc9d118e,0x8c67,0x4a18,0x85,0xd4,0x12,0xd3,0x0,0x40,0x5,0x52); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_CATEGORY, 0x77f0ae69,0xc3bd,0x4509,0x94,0x1d,0x46,0x7e,0x4d,0x24,0x89,0x9e); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_HW_SOURCE, 0xde7046ba,0x54d6,0x4487,0xa2,0xa4,0xec,0x7c,0xd,0x1b,0xd1,0x63); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_MAX_BUFFERS, 0x7dd9b730,0x4f2d,0x41d5,0x8f,0x95,0xc,0xc9,0xa9,0x12,0xba,0x26); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_SYMBOLIC_LINK, 0x58f0aad8,0x22bf,0x4f8a,0xbb,0x3d,0xd2,0xc4,0x97,0x8c,0x6e,0x2f); +EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID, 0xc60ac5fe,0x252a,0x478f,0xa0,0xef,0xbc,0x8f,0xa5,0xf7,0xca,0xd3); /* Begin additional prototypes for all interfaces */ ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mfidl.idl mingw-w64-6.0.0/mingw-w64-headers/include/mfidl.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/mfidl.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mfidl.idl 2018-09-14 14:16:43.000000000 +0000 @@ -255,6 +255,19 @@ HRESULT StopBuffering(); } +[ + object, + uuid(F6696E82-74F7-4f3d-A178-8A5E09C3659F), +] +interface IMFClockStateSink : IUnknown +{ + HRESULT OnClockStart([in] MFTIME hnsSystemTime,[in] LONGLONG llClockStartOffset); + HRESULT OnClockStop([in] MFTIME hnsSystemTime); + HRESULT OnClockPause([in] MFTIME hnsSystemTime); + HRESULT OnClockRestart([in] MFTIME hnsSystemTime); + HRESULT OnClockSetRate([in] MFTIME hnsSystemTime, [in] float flRate); +} + cpp_quote("HRESULT WINAPI MFRequireProtectedEnvironment(IMFPresentationDescriptor *pPresentationDescriptor);") cpp_quote("HRESULT WINAPI MFSerializePresentationDescriptor(IMFPresentationDescriptor *pPD,DWORD *pcbData,BYTE **ppbData);") @@ -649,3 +662,13 @@ cpp_quote("HRESULT WINAPI MFGetTopoNodeCurrentType(IMFTopologyNode *pNode,DWORD dwStreamIndex,WINBOOL fOutput,IMFMediaType **ppType);") cpp_quote("HRESULT WINAPI MFTranscodeGetAudioOutputAvailableTypes(REFGUID guidSubType,DWORD dwMFTFlags,IMFAttributes *pCodecConfig,IMFCollection **ppAvailableTypes);") cpp_quote("#endif") + +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME, 0x60d0e559,0x52f8,0x4fa2,0xbb,0xce,0xac,0xdb,0x34,0xa8,0xec,0x1);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_MEDIA_TYPE, 0x56a819ca,0xc78,0x4de4,0xa0,0xa7,0x3d,0xda,0xba,0xf,0x24,0xd4);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ENDPOINT_ID, 0x30da9258,0xfeb9,0x47a7,0xa4,0x53,0x76,0x3a,0x7a,0x8e,0x1c,0x5f);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE, 0xbc9d118e,0x8c67,0x4a18,0x85,0xd4,0x12,0xd3,0x0,0x40,0x5,0x52);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_CATEGORY, 0x77f0ae69,0xc3bd,0x4509,0x94,0x1d,0x46,0x7e,0x4d,0x24,0x89,0x9e);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_HW_SOURCE, 0xde7046ba,0x54d6,0x4487,0xa2,0xa4,0xec,0x7c,0xd,0x1b,0xd1,0x63);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_MAX_BUFFERS, 0x7dd9b730,0x4f2d,0x41d5,0x8f,0x95,0xc,0xc9,0xa9,0x12,0xba,0x26);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_SYMBOLIC_LINK, 0x58f0aad8,0x22bf,0x4f8a,0xbb,0x3d,0xd2,0xc4,0x97,0x8c,0x6e,0x2f);") +cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID, 0xc60ac5fe,0x252a,0x478f,0xa0,0xef,0xbc,0x8f,0xa5,0xf7,0xca,0xd3);") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mfplay.h mingw-w64-6.0.0/mingw-w64-headers/include/mfplay.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mfplay.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mfplay.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,352 +1,1137 @@ +/*** Autogenerated by WIDL 3.1 from include/mfplay.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __mfplay_h__ +#define __mfplay_h__ + +/* Forward declarations */ + +#ifndef __IMFPMediaPlayer_FWD_DEFINED__ +#define __IMFPMediaPlayer_FWD_DEFINED__ +typedef interface IMFPMediaPlayer IMFPMediaPlayer; +#ifdef __cplusplus +interface IMFPMediaPlayer; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFPMediaItem_FWD_DEFINED__ +#define __IMFPMediaItem_FWD_DEFINED__ +typedef interface IMFPMediaItem IMFPMediaItem; +#ifdef __cplusplus +interface IMFPMediaItem; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFPMediaPlayerCallback_FWD_DEFINED__ +#define __IMFPMediaPlayerCallback_FWD_DEFINED__ +typedef interface IMFPMediaPlayerCallback IMFPMediaPlayerCallback; +#ifdef __cplusplus +interface IMFPMediaPlayerCallback; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + /** - * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. + * No warranty is given; refer to the file DISCLAIMER within this package. */ -#ifndef _INC_MFPLAY -#define _INC_MFPLAY -#include -#if (WINVER >= 0x0601) +#if (WINVER >= _WIN32_WINNT_WIN7) +#ifndef __IMFPMediaPlayer_FWD_DEFINED__ +#define __IMFPMediaPlayer_FWD_DEFINED__ +typedef interface IMFPMediaPlayer IMFPMediaPlayer; +#ifdef __cplusplus +interface IMFPMediaPlayer; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFPMediaItem_FWD_DEFINED__ +#define __IMFPMediaItem_FWD_DEFINED__ +typedef interface IMFPMediaItem IMFPMediaItem; +#ifdef __cplusplus +interface IMFPMediaItem; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFPMediaPlayerCallback_FWD_DEFINED__ +#define __IMFPMediaPlayerCallback_FWD_DEFINED__ +typedef interface IMFPMediaPlayerCallback IMFPMediaPlayerCallback; +#ifdef __cplusplus +interface IMFPMediaPlayerCallback; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFMediaEvent_FWD_DEFINED__ +#define __IMFMediaEvent_FWD_DEFINED__ +typedef interface IMFMediaEvent IMFMediaEvent; +#ifdef __cplusplus +interface IMFMediaEvent; +#endif /* __cplusplus */ +#endif + +#ifndef __IMFNetCredential_FWD_DEFINED__ +#define __IMFNetCredential_FWD_DEFINED__ +typedef interface IMFNetCredential IMFNetCredential; +#ifdef __cplusplus +interface IMFNetCredential; +#endif /* __cplusplus */ +#endif + + +interface IMFMediaEvent; +interface IMFNetCredential; + +typedef UINT32 MFP_CREATION_OPTIONS; typedef enum _MFP_CREATION_OPTIONS { - MFP_OPTION_NONE = 0, - MFP_OPTION_FREE_THREADED_CALLBACK = 0x00000001, - MFP_OPTION_NO_MMCSS = 0x00000002, - MFP_OPTION_NO_REMOTE_DESKTOP_OPTIMIZATION = 0x00000004 + MFP_OPTION_NONE = 0x0, + MFP_OPTION_FREE_THREADED_CALLBACK = 0x1, + MFP_OPTION_NO_MMCSS = 0x2, + MFP_OPTION_NO_REMOTE_DESKTOP_OPTIMIZATION = 0x4 } _MFP_CREATION_OPTIONS; +typedef enum MFP_MEDIAPLAYER_STATE { + MFP_MEDIAPLAYER_STATE_EMPTY = 0x0, + MFP_MEDIAPLAYER_STATE_STOPPED = 0x1, + MFP_MEDIAPLAYER_STATE_PLAYING = 0x2, + MFP_MEDIAPLAYER_STATE_PAUSED = 0x3, + MFP_MEDIAPLAYER_STATE_SHUTDOWN = 0x4 +} MFP_MEDIAPLAYER_STATE; + +typedef UINT32 MFP_MEDIAITEM_CHARACTERISTICS; + typedef enum _MFP_MEDIAITEM_CHARACTERISTICS { - MFP_MEDIAITEM_IS_LIVE = 0x00000001, - MFP_MEDIAITEM_CAN_SEEK = 0x00000002, - MFP_MEDIAITEM_CAN_PAUSE = 0x00000004, - MFP_MEDIAITEM_HAS_SLOW_SEEK = 0x00000008 + MFP_MEDIAITEM_IS_LIVE = 0x1, + MFP_MEDIAITEM_CAN_SEEK = 0x2, + MFP_MEDIAITEM_CAN_PAUSE = 0x4, + MFP_MEDIAITEM_HAS_SLOW_SEEK = 0x8 } _MFP_MEDIAITEM_CHARACTERISTICS; +typedef UINT32 MFP_CREDENTIAL_FLAGS; + typedef enum _MFP_CREDENTIAL_FLAGS { - MFP_CREDENTIAL_PROMPT = 0x00000001, - MFP_CREDENTIAL_SAVE = 0x00000002, - MFP_CREDENTIAL_DO_NOT_CACHE = 0x00000004, - MFP_CREDENTIAL_CLEAR_TEXT = 0x00000008, - MFP_CREDENTIAL_PROXY = 0x00000010, - MFP_CREDENTIAL_LOGGED_ON_USER = 0x00000020 + MFP_CREDENTIAL_PROMPT = 0x1, + MFP_CREDENTIAL_SAVE = 0x2, + MFP_CREDENTIAL_DO_NOT_CACHE = 0x4, + MFP_CREDENTIAL_CLEAR_TEXT = 0x8, + MFP_CREDENTIAL_PROXY = 0x10, + MFP_CREDENTIAL_LOGGED_ON_USER = 0x20 } _MFP_CREDENTIAL_FLAGS; +STDAPI MFPCreateMediaPlayer(LPCWSTR pwszURL, BOOL fStartPlayback, MFP_CREATION_OPTIONS creationOptions, IMFPMediaPlayerCallback * pCallback, HWND hWnd, IMFPMediaPlayer ** ppMediaPlayer); -typedef enum MFP_EVENT_TYPE { - MFP_EVENT_TYPE_PLAY = 0, - MFP_EVENT_TYPE_PAUSE = 1, - MFP_EVENT_TYPE_STOP = 2, - MFP_EVENT_TYPE_POSITION_SET = 3, - MFP_EVENT_TYPE_RATE_SET = 4, - MFP_EVENT_TYPE_MEDIAITEM_CREATED = 5, - MFP_EVENT_TYPE_MEDIAITEM_SET = 6, - MFP_EVENT_TYPE_FRAME_STEP = 7, - MFP_EVENT_TYPE_MEDIAITEM_CLEARED = 8, - MFP_EVENT_TYPE_MF = 9, - MFP_EVENT_TYPE_ERROR = 10, - MFP_EVENT_TYPE_PLAYBACK_ENDED = 11, - MFP_EVENT_TYPE_ACQUIRE_USER_CREDENTIAL = 12 -} MFP_EVENT_TYPE; +/***************************************************************************** + * IMFPMediaPlayer interface + */ +#ifndef __IMFPMediaPlayer_INTERFACE_DEFINED__ +#define __IMFPMediaPlayer_INTERFACE_DEFINED__ -typedef enum MFP_MEDIAPLAYER_STATE { - MFP_MEDIAPLAYER_STATE_EMPTY = 0x00000000, - MFP_MEDIAPLAYER_STATE_STOPPED = 0x00000001, - MFP_MEDIAPLAYER_STATE_PLAYING = 0x00000002, - MFP_MEDIAPLAYER_STATE_PAUSED = 0x00000003, - MFP_MEDIAPLAYER_STATE_SHUTDOWN = 0x00000004 -} MFP_MEDIAPLAYER_STATE; +DEFINE_GUID(IID_IMFPMediaPlayer, 0xa714590a, 0x58af, 0x430a, 0x85,0xbf, 0x44,0xf5,0xec,0x83,0x8d,0x85); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a714590a-58af-430a-85bf-44f5ec838d85") +IMFPMediaPlayer : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Play( + ) = 0; -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -#warning IMFPMediaItem is unverified. -#endif + virtual HRESULT STDMETHODCALLTYPE Pause( + ) = 0; -#undef INTERFACE -#define INTERFACE IMFPMediaItem -DECLARE_INTERFACE_(IMFPMediaItem,IUnknown) -{ - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE Stop( + ) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IMFPMediaItem methods */ - STDMETHOD_(HRESULT,GetCharacteristics)(THIS_ MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics) PURE; - STDMETHOD_(HRESULT,GetDuration)(THIS_ REFGUID guidPositionType,PROPVARIANT *pvDurationValue) PURE; - STDMETHOD_(HRESULT,GetMediaPlayer)(THIS_ IMFPMediaPlayer **ppMediaPlayer) PURE; - STDMETHOD_(HRESULT,GetMetadata)(THIS_ IPropertyStore **ppMetadataStore) PURE; - STDMETHOD_(HRESULT,GetNumberOfStreams)(THIS_ DWORD *pdwStreamCount) PURE; - STDMETHOD_(HRESULT,GetObject)(THIS_ IUnknown **ppIUnknown) PURE; - STDMETHOD_(HRESULT,GetPresentationAttribute)(THIS_ REFGUID guidMFAttribute,PROPVARIANT *pvValue) PURE; - STDMETHOD_(HRESULT,GetStartStopPosition)(THIS_ GUID *pguidStartPositionType,PROPVARIANT *pvStartValue,GUID *pguidStopPositionType,PROPVARIANT *pvStopValue) PURE; - STDMETHOD_(HRESULT,GetStreamAttribute)(THIS_ DWORD dwStreamIndex,REFGUID guidMFAttribute,PROPVARIANT *pvValue) PURE; - STDMETHOD_(HRESULT,GetStreamSelection)(THIS_ DWORD dwStreamIndex,WINBOOL *pfEnabled) PURE; - STDMETHOD_(HRESULT,GetURL)(THIS_ LPWSTR *ppwszURL) PURE; - STDMETHOD_(HRESULT,GetUserData)(THIS_ DWORD_PTR *pdwUserData) PURE; - STDMETHOD_(HRESULT,HasAudio)(THIS_ WINBOOL *pfHasAudio,WINBOOL *pfSelected) PURE; - STDMETHOD_(HRESULT,HasVideo)(THIS_ WINBOOL *pfHasVideo,WINBOOL *pfSelected) PURE; - STDMETHOD_(HRESULT,IsProtected)(THIS_ WINBOOL *pfProtected) PURE; - STDMETHOD_(HRESULT,SetStartStopPosition)(THIS_ const GUID *pguidStartPositionType,const PROPVARIANT *pvStartValue,const GUID *pguidStopPositionType,const PROPVARIANT *pvStopValue) PURE; - STDMETHOD_(HRESULT,SetStreamSelection)(THIS_ DWORD dwStreamIndex,WINBOOL fEnabled) PURE; - STDMETHOD_(HRESULT,SetStreamSink)(THIS_ DWORD dwStreamIndex,IUnknown *pMediaSink) PURE; - STDMETHOD_(HRESULT,SetUserData)(THIS_ DWORD_PTR dwUserData) PURE; + virtual HRESULT STDMETHODCALLTYPE FrameStep( + ) = 0; - END_INTERFACE -}; -#ifdef COBJMACROS -#define IMFPMediaItem_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFPMediaItem_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFPMediaItem_Release(This) (This)->lpVtbl->Release(This) -#define IMFPMediaItem_GetCharacteristics(This,pCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pCharacteristics) -#define IMFPMediaItem_GetDuration(This,guidPositionType,pvDurationValue) (This)->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue) -#define IMFPMediaItem_GetMediaPlayer(This,ppMediaPlayer) (This)->lpVtbl->GetMediaPlayer(This,ppMediaPlayer) -#define IMFPMediaItem_GetMetadata(This,ppMetadataStore) (This)->lpVtbl->GetMetadata(This,ppMetadataStore) -#define IMFPMediaItem_GetNumberOfStreams(This,pdwStreamCount) (This)->lpVtbl->GetNumberOfStreams(This,pdwStreamCount) -#define IMFPMediaItem_GetObject(This,ppIUnknown) (This)->lpVtbl->GetObject(This,ppIUnknown) -#define IMFPMediaItem_GetPresentationAttribute(This,guidMFAttribute,pvValue) (This)->lpVtbl->GetPresentationAttribute(This,guidMFAttribute,pvValue) -#define IMFPMediaItem_GetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) (This)->lpVtbl->GetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) -#define IMFPMediaItem_GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue) (This)->lpVtbl->GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue) -#define IMFPMediaItem_GetStreamSelection(This,dwStreamIndex,pfEnabled) (This)->lpVtbl->GetStreamSelection(This,dwStreamIndex,pfEnabled) -#define IMFPMediaItem_GetURL(This,ppwszURL) (This)->lpVtbl->GetURL(This,ppwszURL) -#define IMFPMediaItem_GetUserData(This,pdwUserData) (This)->lpVtbl->GetUserData(This,pdwUserData) -#define IMFPMediaItem_HasAudio(This,pfHasAudio,pfSelected) (This)->lpVtbl->HasAudio(This,pfHasAudio,pfSelected) -#define IMFPMediaItem_HasVideo(This,pfHasVideo,pfSelected) (This)->lpVtbl->HasVideo(This,pfHasVideo,pfSelected) -#define IMFPMediaItem_IsProtected(This,pfProtected) (This)->lpVtbl->IsProtected(This,pfProtected) -#define IMFPMediaItem_SetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) (This)->lpVtbl->SetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) -#define IMFPMediaItem_SetStreamSelection(This,dwStreamIndex,fEnabled) (This)->lpVtbl->SetStreamSelection(This,dwStreamIndex,fEnabled) -#define IMFPMediaItem_SetStreamSink(This,dwStreamIndex,pMediaSink) (This)->lpVtbl->SetStreamSink(This,dwStreamIndex,pMediaSink) -#define IMFPMediaItem_SetUserData(This,dwUserData) (This)->lpVtbl->SetUserData(This,dwUserData) -#endif /*COBJMACROS*/ + virtual HRESULT STDMETHODCALLTYPE SetPosition( + REFGUID guidPositionType, + const PROPVARIANT *pvPositionValue) = 0; -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -#warning IMFPMediaPlayer is unverified. -#endif + virtual HRESULT STDMETHODCALLTYPE GetPosition( + REFGUID guidPositionType, + PROPVARIANT *pvPositionValue) = 0; -#undef INTERFACE -#define INTERFACE IMFPMediaPlayer -DECLARE_INTERFACE_(IMFPMediaPlayer,IUnknown) -{ + virtual HRESULT STDMETHODCALLTYPE GetDuration( + REFGUID guidPositionType, + PROPVARIANT *pvDurationValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRate( + float flRate) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetRate( + float *pflRate) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSupportedRates( + WINBOOL fForwardDirection, + float *pflSlowestRate, + float *pflFastestRate) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetState( + MFP_MEDIAPLAYER_STATE *peState) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateMediaItemFromURL( + LPCWSTR pwszURL, + WINBOOL fSync, + DWORD_PTR dwUserData, + IMFPMediaItem **ppMediaItem) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateMediaItemFromObject( + IUnknown *pIUnknownObj, + WINBOOL fSync, + DWORD_PTR dwUserData, + IMFPMediaItem **ppMediaItem) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMediaItem( + IMFPMediaItem *pIMFPMediaItem) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearMediaItem( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMediaItem( + IMFPMediaItem **ppIMFPMediaItem) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVolume( + float *pflVolume) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVolume( + float flVolume) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetBalance( + float *pflBalance) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBalance( + float flBalance) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMute( + WINBOOL *pfMute) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetMute( + WINBOOL fMute) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetNativeVideoSize( + SIZE *pszVideo, + SIZE *pszARVideo) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetIdealVideoSize( + SIZE *pszMin, + SIZE *pszMax) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVideoSourceRect( + const MFVideoNormalizedRect *pnrcSource) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVideoSourceRect( + MFVideoNormalizedRect *pnrcSource) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAspectRatioMode( + DWORD dwAspectRatioMode) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAspectRatioMode( + DWORD *pdwAspectRatioMode) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVideoWindow( + HWND *phwndVideo) = 0; + + virtual HRESULT STDMETHODCALLTYPE UpdateVideo( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBorderColor( + COLORREF Clr) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetBorderColor( + COLORREF *pClr) = 0; + + virtual HRESULT STDMETHODCALLTYPE InsertEffect( + IUnknown *pEffect, + WINBOOL fOptional) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemoveEffect( + IUnknown *pEffect) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemoveAllEffects( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Shutdown( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFPMediaPlayer, 0xa714590a, 0x58af, 0x430a, 0x85,0xbf, 0x44,0xf5,0xec,0x83,0x8d,0x85) +#endif +#else +typedef struct IMFPMediaPlayerVtbl { BEGIN_INTERFACE - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IMFPMediaPlayer methods */ - STDMETHOD_(HRESULT,ClearMediaItem)(THIS) PURE; - STDMETHOD_(HRESULT,CreateMediaItemFromObject)(THIS_ IUnknown *pIUnknownObj,BOOL fSync,DWORD_PTR dwUserData,IMFPMediaItem **ppMediaItem) PURE; - STDMETHOD_(HRESULT,CreateMediaItemFromURL)(THIS_ LPCWSTR pwszURL,BOOL fSync,DWORD_PTR dwUserData,IMFPMediaItem **ppMediaItem) PURE; - STDMETHOD_(HRESULT,FrameStep)(THIS) PURE; - STDMETHOD_(HRESULT,GetAspectRatioMode)(THIS_ DWORD *pdwAspectRatioMode) PURE; - STDMETHOD_(HRESULT,GetBalance)(THIS_ float *pflBalance) PURE; - STDMETHOD_(HRESULT,GetBorderColor)(THIS_ COLORREF *pClr) PURE; - STDMETHOD_(HRESULT,GetDuration)(THIS_ REFGUID guidPositionType,PROPVARIANT *pvDurationValue) PURE; - STDMETHOD_(HRESULT,GetIdealVideoSize)(THIS_ SIZE *pszMin,SIZE *pszMax) PURE; - STDMETHOD_(HRESULT,GetMediaItem)(THIS_ IMFPMediaItem **ppIMFPMediaItem) PURE; - STDMETHOD_(HRESULT,GetMute)(THIS_ WINBOOL *pfMute) PURE; - STDMETHOD_(HRESULT,GetNativeVideoSize)(THIS_ SIZE *pszVideo,SIZE *pszARVideo) PURE; - STDMETHOD_(HRESULT,GetPosition)(THIS_ REFGUID guidPositionType,PROPVARIANT *pvPositionValue) PURE; - STDMETHOD_(HRESULT,GetRate)(THIS_ float *pflRate) PURE; - STDMETHOD_(HRESULT,GetState)(THIS_ MFP_MEDIAPLAYER_STATE *peState) PURE; - STDMETHOD_(HRESULT,GetSupportedRates)(THIS_ WINBOOL fForwardDirection,float *pflSlowestRate,float *pflFastestRate) PURE; - STDMETHOD_(HRESULT,GetVideoSourceRect)(THIS_ MFVideoNormalizedRect *pnrcSource) PURE; - STDMETHOD_(HRESULT,GetVideoWindow)(THIS_ HWND *phwndVideo) PURE; - STDMETHOD_(HRESULT,GetVolume)(THIS_ float *pflVolume) PURE; - STDMETHOD_(HRESULT,InsertEffect)(THIS_ IUnknown *pEffect,WINBOOL fOptional) PURE; - STDMETHOD_(HRESULT,Pause)(THIS) PURE; - STDMETHOD_(HRESULT,Play)(THIS) PURE; - STDMETHOD_(HRESULT,RemoveAllEffects)(THIS) PURE; - STDMETHOD_(HRESULT,RemoveEffect)(THIS_ IUnknown *pEffect) PURE; - STDMETHOD(SetAspectRatioMode)(THIS_ DWORD dwAspectRatioMode) PURE; - STDMETHOD_(HRESULT,SetBalance)(THIS_ float flBalance) PURE; - STDMETHOD_(HRESULT,SetBorderColor)(THIS_ COLORREF Clr) PURE; - STDMETHOD_(HRESULT,SetMediaItem)(THIS_ IMFPMediaItem *pIMFPMediaItem) PURE; - STDMETHOD_(HRESULT,SetMute)(THIS_ WINBOOL fMute) PURE; - STDMETHOD_(HRESULT,SetPosition)(THIS_ REFGUID guidPositionType,const PROPVARIANT *pvPositionValue) PURE; - STDMETHOD_(HRESULT,SetRate)(THIS_ float flRate) PURE; - STDMETHOD_(HRESULT,SetVideoSourceRect)(THIS_ const MFVideoNormalizedRect *pnrcSource) PURE; - STDMETHOD_(HRESULT,SetVolume)(THIS_ float flVolume) PURE; - STDMETHOD_(HRESULT,Shutdown)(THIS) PURE; - STDMETHOD_(HRESULT,Stop)(THIS) PURE; - STDMETHOD_(HRESULT,UpdateVideo)(THIS) PURE; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFPMediaPlayer *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFPMediaPlayer *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFPMediaPlayer *This); + + /*** IMFPMediaPlayer methods ***/ + HRESULT (STDMETHODCALLTYPE *Play)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *Pause)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *Stop)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *FrameStep)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *SetPosition)( + IMFPMediaPlayer *This, + REFGUID guidPositionType, + const PROPVARIANT *pvPositionValue); + + HRESULT (STDMETHODCALLTYPE *GetPosition)( + IMFPMediaPlayer *This, + REFGUID guidPositionType, + PROPVARIANT *pvPositionValue); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IMFPMediaPlayer *This, + REFGUID guidPositionType, + PROPVARIANT *pvDurationValue); + + HRESULT (STDMETHODCALLTYPE *SetRate)( + IMFPMediaPlayer *This, + float flRate); + + HRESULT (STDMETHODCALLTYPE *GetRate)( + IMFPMediaPlayer *This, + float *pflRate); + + HRESULT (STDMETHODCALLTYPE *GetSupportedRates)( + IMFPMediaPlayer *This, + WINBOOL fForwardDirection, + float *pflSlowestRate, + float *pflFastestRate); + + HRESULT (STDMETHODCALLTYPE *GetState)( + IMFPMediaPlayer *This, + MFP_MEDIAPLAYER_STATE *peState); + + HRESULT (STDMETHODCALLTYPE *CreateMediaItemFromURL)( + IMFPMediaPlayer *This, + LPCWSTR pwszURL, + WINBOOL fSync, + DWORD_PTR dwUserData, + IMFPMediaItem **ppMediaItem); + + HRESULT (STDMETHODCALLTYPE *CreateMediaItemFromObject)( + IMFPMediaPlayer *This, + IUnknown *pIUnknownObj, + WINBOOL fSync, + DWORD_PTR dwUserData, + IMFPMediaItem **ppMediaItem); + + HRESULT (STDMETHODCALLTYPE *SetMediaItem)( + IMFPMediaPlayer *This, + IMFPMediaItem *pIMFPMediaItem); + + HRESULT (STDMETHODCALLTYPE *ClearMediaItem)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *GetMediaItem)( + IMFPMediaPlayer *This, + IMFPMediaItem **ppIMFPMediaItem); + + HRESULT (STDMETHODCALLTYPE *GetVolume)( + IMFPMediaPlayer *This, + float *pflVolume); + + HRESULT (STDMETHODCALLTYPE *SetVolume)( + IMFPMediaPlayer *This, + float flVolume); + + HRESULT (STDMETHODCALLTYPE *GetBalance)( + IMFPMediaPlayer *This, + float *pflBalance); + + HRESULT (STDMETHODCALLTYPE *SetBalance)( + IMFPMediaPlayer *This, + float flBalance); + + HRESULT (STDMETHODCALLTYPE *GetMute)( + IMFPMediaPlayer *This, + WINBOOL *pfMute); + + HRESULT (STDMETHODCALLTYPE *SetMute)( + IMFPMediaPlayer *This, + WINBOOL fMute); + + HRESULT (STDMETHODCALLTYPE *GetNativeVideoSize)( + IMFPMediaPlayer *This, + SIZE *pszVideo, + SIZE *pszARVideo); + + HRESULT (STDMETHODCALLTYPE *GetIdealVideoSize)( + IMFPMediaPlayer *This, + SIZE *pszMin, + SIZE *pszMax); + + HRESULT (STDMETHODCALLTYPE *SetVideoSourceRect)( + IMFPMediaPlayer *This, + const MFVideoNormalizedRect *pnrcSource); + + HRESULT (STDMETHODCALLTYPE *GetVideoSourceRect)( + IMFPMediaPlayer *This, + MFVideoNormalizedRect *pnrcSource); + + HRESULT (STDMETHODCALLTYPE *SetAspectRatioMode)( + IMFPMediaPlayer *This, + DWORD dwAspectRatioMode); + + HRESULT (STDMETHODCALLTYPE *GetAspectRatioMode)( + IMFPMediaPlayer *This, + DWORD *pdwAspectRatioMode); + + HRESULT (STDMETHODCALLTYPE *GetVideoWindow)( + IMFPMediaPlayer *This, + HWND *phwndVideo); + + HRESULT (STDMETHODCALLTYPE *UpdateVideo)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *SetBorderColor)( + IMFPMediaPlayer *This, + COLORREF Clr); + + HRESULT (STDMETHODCALLTYPE *GetBorderColor)( + IMFPMediaPlayer *This, + COLORREF *pClr); + + HRESULT (STDMETHODCALLTYPE *InsertEffect)( + IMFPMediaPlayer *This, + IUnknown *pEffect, + WINBOOL fOptional); + + HRESULT (STDMETHODCALLTYPE *RemoveEffect)( + IMFPMediaPlayer *This, + IUnknown *pEffect); + + HRESULT (STDMETHODCALLTYPE *RemoveAllEffects)( + IMFPMediaPlayer *This); + + HRESULT (STDMETHODCALLTYPE *Shutdown)( + IMFPMediaPlayer *This); END_INTERFACE +} IMFPMediaPlayerVtbl; + +interface IMFPMediaPlayer { + CONST_VTBL IMFPMediaPlayerVtbl* lpVtbl; }; + #ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ #define IMFPMediaPlayer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) #define IMFPMediaPlayer_AddRef(This) (This)->lpVtbl->AddRef(This) #define IMFPMediaPlayer_Release(This) (This)->lpVtbl->Release(This) -#define IMFPMediaPlayer_ClearMediaItem() (This)->lpVtbl->ClearMediaItem(This) -#define IMFPMediaPlayer_CreateMediaItemFromObject(This,pIUnknownObj,fSync,dwUserData,ppMediaItem) (This)->lpVtbl->CreateMediaItemFromObject(This,pIUnknownObj,fSync,dwUserData,ppMediaItem) -#define IMFPMediaPlayer_CreateMediaItemFromURL(This,pwszURL,fSync,dwUserData,ppMediaItem) (This)->lpVtbl->CreateMediaItemFromURL(This,pwszURL,fSync,dwUserData,ppMediaItem) -#define IMFPMediaPlayer_FrameStep() (This)->lpVtbl->FrameStep(This) -#define IMFPMediaPlayer_GetAspectRatioMode(This,pdwAspectRatioMode) (This)->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode) -#define IMFPMediaPlayer_GetBalance(This,pflBalance) (This)->lpVtbl->GetBalance(This,pflBalance) -#define IMFPMediaPlayer_GetBorderColor(This,pClr) (This)->lpVtbl->GetBorderColor(This,pClr) +/*** IMFPMediaPlayer methods ***/ +#define IMFPMediaPlayer_Play(This) (This)->lpVtbl->Play(This) +#define IMFPMediaPlayer_Pause(This) (This)->lpVtbl->Pause(This) +#define IMFPMediaPlayer_Stop(This) (This)->lpVtbl->Stop(This) +#define IMFPMediaPlayer_FrameStep(This) (This)->lpVtbl->FrameStep(This) +#define IMFPMediaPlayer_SetPosition(This,guidPositionType,pvPositionValue) (This)->lpVtbl->SetPosition(This,guidPositionType,pvPositionValue) +#define IMFPMediaPlayer_GetPosition(This,guidPositionType,pvPositionValue) (This)->lpVtbl->GetPosition(This,guidPositionType,pvPositionValue) #define IMFPMediaPlayer_GetDuration(This,guidPositionType,pvDurationValue) (This)->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue) -#define IMFPMediaPlayer_GetIdealVideoSize(This,pszMin,pszMax) (This)->lpVtbl->GetIdealVideoSize(This,pszMin,pszMax) +#define IMFPMediaPlayer_SetRate(This,flRate) (This)->lpVtbl->SetRate(This,flRate) +#define IMFPMediaPlayer_GetRate(This,pflRate) (This)->lpVtbl->GetRate(This,pflRate) +#define IMFPMediaPlayer_GetSupportedRates(This,fForwardDirection,pflSlowestRate,pflFastestRate) (This)->lpVtbl->GetSupportedRates(This,fForwardDirection,pflSlowestRate,pflFastestRate) +#define IMFPMediaPlayer_GetState(This,peState) (This)->lpVtbl->GetState(This,peState) +#define IMFPMediaPlayer_CreateMediaItemFromURL(This,pwszURL,fSync,dwUserData,ppMediaItem) (This)->lpVtbl->CreateMediaItemFromURL(This,pwszURL,fSync,dwUserData,ppMediaItem) +#define IMFPMediaPlayer_CreateMediaItemFromObject(This,pIUnknownObj,fSync,dwUserData,ppMediaItem) (This)->lpVtbl->CreateMediaItemFromObject(This,pIUnknownObj,fSync,dwUserData,ppMediaItem) +#define IMFPMediaPlayer_SetMediaItem(This,pIMFPMediaItem) (This)->lpVtbl->SetMediaItem(This,pIMFPMediaItem) +#define IMFPMediaPlayer_ClearMediaItem(This) (This)->lpVtbl->ClearMediaItem(This) #define IMFPMediaPlayer_GetMediaItem(This,ppIMFPMediaItem) (This)->lpVtbl->GetMediaItem(This,ppIMFPMediaItem) +#define IMFPMediaPlayer_GetVolume(This,pflVolume) (This)->lpVtbl->GetVolume(This,pflVolume) +#define IMFPMediaPlayer_SetVolume(This,flVolume) (This)->lpVtbl->SetVolume(This,flVolume) +#define IMFPMediaPlayer_GetBalance(This,pflBalance) (This)->lpVtbl->GetBalance(This,pflBalance) +#define IMFPMediaPlayer_SetBalance(This,flBalance) (This)->lpVtbl->SetBalance(This,flBalance) #define IMFPMediaPlayer_GetMute(This,pfMute) (This)->lpVtbl->GetMute(This,pfMute) +#define IMFPMediaPlayer_SetMute(This,fMute) (This)->lpVtbl->SetMute(This,fMute) #define IMFPMediaPlayer_GetNativeVideoSize(This,pszVideo,pszARVideo) (This)->lpVtbl->GetNativeVideoSize(This,pszVideo,pszARVideo) -#define IMFPMediaPlayer_GetPosition(This,guidPositionType,pvPositionValue) (This)->lpVtbl->GetPosition(This,guidPositionType,pvPositionValue) -#define IMFPMediaPlayer_GetRate(This,pflRate) (This)->lpVtbl->GetRate(This,pflRate) -#define IMFPMediaPlayer_GetState(This,peState) (This)->lpVtbl->GetState(This,peState) -#define IMFPMediaPlayer_GetSupportedRates(This,fForwardDirection,pflSlowestRate,pflFastestRate) (This)->lpVtbl->GetSupportedRates(This,fForwardDirection,pflSlowestRate,pflFastestRate) +#define IMFPMediaPlayer_GetIdealVideoSize(This,pszMin,pszMax) (This)->lpVtbl->GetIdealVideoSize(This,pszMin,pszMax) +#define IMFPMediaPlayer_SetVideoSourceRect(This,pnrcSource) (This)->lpVtbl->SetVideoSourceRect(This,pnrcSource) #define IMFPMediaPlayer_GetVideoSourceRect(This,pnrcSource) (This)->lpVtbl->GetVideoSourceRect(This,pnrcSource) +#define IMFPMediaPlayer_SetAspectRatioMode(This,dwAspectRatioMode) (This)->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode) +#define IMFPMediaPlayer_GetAspectRatioMode(This,pdwAspectRatioMode) (This)->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode) #define IMFPMediaPlayer_GetVideoWindow(This,phwndVideo) (This)->lpVtbl->GetVideoWindow(This,phwndVideo) -#define IMFPMediaPlayer_GetVolume(This,pflVolume) (This)->lpVtbl->GetVolume(This,pflVolume) +#define IMFPMediaPlayer_UpdateVideo(This) (This)->lpVtbl->UpdateVideo(This) +#define IMFPMediaPlayer_SetBorderColor(This,Clr) (This)->lpVtbl->SetBorderColor(This,Clr) +#define IMFPMediaPlayer_GetBorderColor(This,pClr) (This)->lpVtbl->GetBorderColor(This,pClr) #define IMFPMediaPlayer_InsertEffect(This,pEffect,fOptional) (This)->lpVtbl->InsertEffect(This,pEffect,fOptional) -#define IMFPMediaPlayer_Pause() (This)->lpVtbl->Pause(This) -#define IMFPMediaPlayer_Play() (This)->lpVtbl->Play(This) -#define IMFPMediaPlayer_RemoveAllEffects() (This)->lpVtbl->RemoveAllEffects(This) #define IMFPMediaPlayer_RemoveEffect(This,pEffect) (This)->lpVtbl->RemoveEffect(This,pEffect) -#define IMFPMediaPlayer_SetAspectRatioMode(This,dwAspectRatioMode) (This)->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode) -#define IMFPMediaPlayer_SetBalance(This,flBalance) (This)->lpVtbl->SetBalance(This,flBalance) -#define IMFPMediaPlayer_SetBorderColor(This,Clr) (This)->lpVtbl->SetBorderColor(This,Clr) -#define IMFPMediaPlayer_SetMediaItem(This,pIMFPMediaItem) (This)->lpVtbl->SetMediaItem(This,pIMFPMediaItem) -#define IMFPMediaPlayer_SetMute(This,fMute) (This)->lpVtbl->SetMute(This,fMute) -#define IMFPMediaPlayer_SetPosition(This,guidPositionType,pvPositionValue) (This)->lpVtbl->SetPosition(This,guidPositionType,pvPositionValue) -#define IMFPMediaPlayer_SetRate(This,flRate) (This)->lpVtbl->SetRate(This,flRate) -#define IMFPMediaPlayer_SetVideoSourceRect(This,pnrcSource) (This)->lpVtbl->SetVideoSourceRect(This,pnrcSource) -#define IMFPMediaPlayer_SetVolume(This,flVolume) (This)->lpVtbl->SetVolume(This,flVolume) -#define IMFPMediaPlayer_Shutdown() (This)->lpVtbl->Shutdown(This) -#define IMFPMediaPlayer_Stop() (This)->lpVtbl->Stop(This) -#define IMFPMediaPlayer_UpdateVideo() (This)->lpVtbl->UpdateVideo(This) -#endif /*COBJMACROS*/ - -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -#warning IMFPMediaPlayerCallback is unverified. +#define IMFPMediaPlayer_RemoveAllEffects(This) (This)->lpVtbl->RemoveAllEffects(This) +#define IMFPMediaPlayer_Shutdown(This) (This)->lpVtbl->Shutdown(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFPMediaPlayer_QueryInterface(IMFPMediaPlayer* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFPMediaPlayer_AddRef(IMFPMediaPlayer* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFPMediaPlayer_Release(IMFPMediaPlayer* This) { + return This->lpVtbl->Release(This); +} +/*** IMFPMediaPlayer methods ***/ +static FORCEINLINE HRESULT IMFPMediaPlayer_Play(IMFPMediaPlayer* This) { + return This->lpVtbl->Play(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_Pause(IMFPMediaPlayer* This) { + return This->lpVtbl->Pause(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_Stop(IMFPMediaPlayer* This) { + return This->lpVtbl->Stop(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_FrameStep(IMFPMediaPlayer* This) { + return This->lpVtbl->FrameStep(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetPosition(IMFPMediaPlayer* This,REFGUID guidPositionType,const PROPVARIANT *pvPositionValue) { + return This->lpVtbl->SetPosition(This,guidPositionType,pvPositionValue); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetPosition(IMFPMediaPlayer* This,REFGUID guidPositionType,PROPVARIANT *pvPositionValue) { + return This->lpVtbl->GetPosition(This,guidPositionType,pvPositionValue); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetDuration(IMFPMediaPlayer* This,REFGUID guidPositionType,PROPVARIANT *pvDurationValue) { + return This->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetRate(IMFPMediaPlayer* This,float flRate) { + return This->lpVtbl->SetRate(This,flRate); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetRate(IMFPMediaPlayer* This,float *pflRate) { + return This->lpVtbl->GetRate(This,pflRate); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetSupportedRates(IMFPMediaPlayer* This,WINBOOL fForwardDirection,float *pflSlowestRate,float *pflFastestRate) { + return This->lpVtbl->GetSupportedRates(This,fForwardDirection,pflSlowestRate,pflFastestRate); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetState(IMFPMediaPlayer* This,MFP_MEDIAPLAYER_STATE *peState) { + return This->lpVtbl->GetState(This,peState); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_CreateMediaItemFromURL(IMFPMediaPlayer* This,LPCWSTR pwszURL,WINBOOL fSync,DWORD_PTR dwUserData,IMFPMediaItem **ppMediaItem) { + return This->lpVtbl->CreateMediaItemFromURL(This,pwszURL,fSync,dwUserData,ppMediaItem); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_CreateMediaItemFromObject(IMFPMediaPlayer* This,IUnknown *pIUnknownObj,WINBOOL fSync,DWORD_PTR dwUserData,IMFPMediaItem **ppMediaItem) { + return This->lpVtbl->CreateMediaItemFromObject(This,pIUnknownObj,fSync,dwUserData,ppMediaItem); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetMediaItem(IMFPMediaPlayer* This,IMFPMediaItem *pIMFPMediaItem) { + return This->lpVtbl->SetMediaItem(This,pIMFPMediaItem); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_ClearMediaItem(IMFPMediaPlayer* This) { + return This->lpVtbl->ClearMediaItem(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetMediaItem(IMFPMediaPlayer* This,IMFPMediaItem **ppIMFPMediaItem) { + return This->lpVtbl->GetMediaItem(This,ppIMFPMediaItem); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetVolume(IMFPMediaPlayer* This,float *pflVolume) { + return This->lpVtbl->GetVolume(This,pflVolume); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetVolume(IMFPMediaPlayer* This,float flVolume) { + return This->lpVtbl->SetVolume(This,flVolume); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetBalance(IMFPMediaPlayer* This,float *pflBalance) { + return This->lpVtbl->GetBalance(This,pflBalance); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetBalance(IMFPMediaPlayer* This,float flBalance) { + return This->lpVtbl->SetBalance(This,flBalance); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetMute(IMFPMediaPlayer* This,WINBOOL *pfMute) { + return This->lpVtbl->GetMute(This,pfMute); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetMute(IMFPMediaPlayer* This,WINBOOL fMute) { + return This->lpVtbl->SetMute(This,fMute); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetNativeVideoSize(IMFPMediaPlayer* This,SIZE *pszVideo,SIZE *pszARVideo) { + return This->lpVtbl->GetNativeVideoSize(This,pszVideo,pszARVideo); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetIdealVideoSize(IMFPMediaPlayer* This,SIZE *pszMin,SIZE *pszMax) { + return This->lpVtbl->GetIdealVideoSize(This,pszMin,pszMax); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetVideoSourceRect(IMFPMediaPlayer* This,const MFVideoNormalizedRect *pnrcSource) { + return This->lpVtbl->SetVideoSourceRect(This,pnrcSource); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetVideoSourceRect(IMFPMediaPlayer* This,MFVideoNormalizedRect *pnrcSource) { + return This->lpVtbl->GetVideoSourceRect(This,pnrcSource); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetAspectRatioMode(IMFPMediaPlayer* This,DWORD dwAspectRatioMode) { + return This->lpVtbl->SetAspectRatioMode(This,dwAspectRatioMode); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetAspectRatioMode(IMFPMediaPlayer* This,DWORD *pdwAspectRatioMode) { + return This->lpVtbl->GetAspectRatioMode(This,pdwAspectRatioMode); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetVideoWindow(IMFPMediaPlayer* This,HWND *phwndVideo) { + return This->lpVtbl->GetVideoWindow(This,phwndVideo); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_UpdateVideo(IMFPMediaPlayer* This) { + return This->lpVtbl->UpdateVideo(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_SetBorderColor(IMFPMediaPlayer* This,COLORREF Clr) { + return This->lpVtbl->SetBorderColor(This,Clr); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_GetBorderColor(IMFPMediaPlayer* This,COLORREF *pClr) { + return This->lpVtbl->GetBorderColor(This,pClr); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_InsertEffect(IMFPMediaPlayer* This,IUnknown *pEffect,WINBOOL fOptional) { + return This->lpVtbl->InsertEffect(This,pEffect,fOptional); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_RemoveEffect(IMFPMediaPlayer* This,IUnknown *pEffect) { + return This->lpVtbl->RemoveEffect(This,pEffect); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_RemoveAllEffects(IMFPMediaPlayer* This) { + return This->lpVtbl->RemoveAllEffects(This); +} +static FORCEINLINE HRESULT IMFPMediaPlayer_Shutdown(IMFPMediaPlayer* This) { + return This->lpVtbl->Shutdown(This); +} +#endif +#endif + #endif -#undef INTERFACE -#define INTERFACE IMFPMediaPlayerCallback -DECLARE_INTERFACE_(IMFPMediaPlayerCallback,IUnknown) + +#endif /* __IMFPMediaPlayer_INTERFACE_DEFINED__ */ + +EXTERN_GUID( MFP_POSITIONTYPE_100NS, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ); + +/***************************************************************************** + * IMFPMediaItem interface + */ +#ifndef __IMFPMediaItem_INTERFACE_DEFINED__ +#define __IMFPMediaItem_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IMFPMediaItem, 0x90eb3e6b, 0xecbf, 0x45cc, 0xb1,0xda, 0xc6,0xfe,0x3e,0xa7,0x0d,0x57); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("90eb3e6b-ecbf-45cc-b1da-c6fe3ea70d57") +IMFPMediaItem : public IUnknown { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE GetMediaPlayer( + IMFPMediaPlayer **ppMediaPlayer) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetURL( + LPWSTR *ppwszURL) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetObject( + IUnknown **ppIUnknown) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetUserData( + DWORD_PTR *pdwUserData) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUserData( + DWORD_PTR dwUserData) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStartStopPosition( + GUID *pguidStartPositionType, + PROPVARIANT *pvStartValue, + GUID *pguidStopPositionType, + PROPVARIANT *pvStopValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStartStopPosition( + const GUID *pguidStartPositionType, + const PROPVARIANT *pvStartValue, + const GUID *pguidStopPositionType, + const PROPVARIANT *pvStopValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE HasVideo( + WINBOOL *pfHasVideo, + WINBOOL *pfSelected) = 0; + + virtual HRESULT STDMETHODCALLTYPE HasAudio( + WINBOOL *pfHasAudio, + WINBOOL *pfSelected) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsProtected( + WINBOOL *pfProtected) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + REFGUID guidPositionType, + PROPVARIANT *pvDurationValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetNumberOfStreams( + DWORD *pdwStreamCount) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamSelection( + DWORD dwStreamIndex, + WINBOOL *pfEnabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamSelection( + DWORD dwStreamIndex, + WINBOOL fEnabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamAttribute( + DWORD dwStreamIndex, + REFGUID guidMFAttribute, + PROPVARIANT *pvValue) = 0; - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; + virtual HRESULT STDMETHODCALLTYPE GetPresentationAttribute( + REFGUID guidMFAttribute, + PROPVARIANT *pvValue) = 0; - /* IMFPMediaPlayerCallback methods */ - STDMETHOD(OnMediaPlayerEvent)(THIS_ MFP_EVENT_HEADER *pEventHeader) PURE; + virtual HRESULT STDMETHODCALLTYPE GetCharacteristics( + MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamSink( + DWORD dwStreamIndex, + IUnknown *pMediaSink) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMetadata( + IPropertyStore **ppMetadataStore) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFPMediaItem, 0x90eb3e6b, 0xecbf, 0x45cc, 0xb1,0xda, 0xc6,0xfe,0x3e,0xa7,0x0d,0x57) +#endif +#else +typedef struct IMFPMediaItemVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFPMediaItem *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFPMediaItem *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFPMediaItem *This); + + /*** IMFPMediaItem methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMediaPlayer)( + IMFPMediaItem *This, + IMFPMediaPlayer **ppMediaPlayer); + + HRESULT (STDMETHODCALLTYPE *GetURL)( + IMFPMediaItem *This, + LPWSTR *ppwszURL); + + HRESULT (STDMETHODCALLTYPE *GetObject)( + IMFPMediaItem *This, + IUnknown **ppIUnknown); + + HRESULT (STDMETHODCALLTYPE *GetUserData)( + IMFPMediaItem *This, + DWORD_PTR *pdwUserData); + + HRESULT (STDMETHODCALLTYPE *SetUserData)( + IMFPMediaItem *This, + DWORD_PTR dwUserData); + + HRESULT (STDMETHODCALLTYPE *GetStartStopPosition)( + IMFPMediaItem *This, + GUID *pguidStartPositionType, + PROPVARIANT *pvStartValue, + GUID *pguidStopPositionType, + PROPVARIANT *pvStopValue); + + HRESULT (STDMETHODCALLTYPE *SetStartStopPosition)( + IMFPMediaItem *This, + const GUID *pguidStartPositionType, + const PROPVARIANT *pvStartValue, + const GUID *pguidStopPositionType, + const PROPVARIANT *pvStopValue); + + HRESULT (STDMETHODCALLTYPE *HasVideo)( + IMFPMediaItem *This, + WINBOOL *pfHasVideo, + WINBOOL *pfSelected); + + HRESULT (STDMETHODCALLTYPE *HasAudio)( + IMFPMediaItem *This, + WINBOOL *pfHasAudio, + WINBOOL *pfSelected); + + HRESULT (STDMETHODCALLTYPE *IsProtected)( + IMFPMediaItem *This, + WINBOOL *pfProtected); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IMFPMediaItem *This, + REFGUID guidPositionType, + PROPVARIANT *pvDurationValue); + + HRESULT (STDMETHODCALLTYPE *GetNumberOfStreams)( + IMFPMediaItem *This, + DWORD *pdwStreamCount); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelection)( + IMFPMediaItem *This, + DWORD dwStreamIndex, + WINBOOL *pfEnabled); + + HRESULT (STDMETHODCALLTYPE *SetStreamSelection)( + IMFPMediaItem *This, + DWORD dwStreamIndex, + WINBOOL fEnabled); + + HRESULT (STDMETHODCALLTYPE *GetStreamAttribute)( + IMFPMediaItem *This, + DWORD dwStreamIndex, + REFGUID guidMFAttribute, + PROPVARIANT *pvValue); + + HRESULT (STDMETHODCALLTYPE *GetPresentationAttribute)( + IMFPMediaItem *This, + REFGUID guidMFAttribute, + PROPVARIANT *pvValue); + + HRESULT (STDMETHODCALLTYPE *GetCharacteristics)( + IMFPMediaItem *This, + MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics); + + HRESULT (STDMETHODCALLTYPE *SetStreamSink)( + IMFPMediaItem *This, + DWORD dwStreamIndex, + IUnknown *pMediaSink); + + HRESULT (STDMETHODCALLTYPE *GetMetadata)( + IMFPMediaItem *This, + IPropertyStore **ppMetadataStore); END_INTERFACE +} IMFPMediaItemVtbl; + +interface IMFPMediaItem { + CONST_VTBL IMFPMediaItemVtbl* lpVtbl; }; + #ifdef COBJMACROS -#define IMFPMediaPlayerCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IMFPMediaPlayerCallback_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IMFPMediaPlayerCallback_Release(This) (This)->lpVtbl->Release(This) -#define IMFPMediaPlayerCallback_OnMediaPlayerEvent(This,pEventHeader) (This)->lpVtbl->OnMediaPlayerEvent(This,pEventHeader) -#endif /*COBJMACROS*/ +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFPMediaItem_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFPMediaItem_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFPMediaItem_Release(This) (This)->lpVtbl->Release(This) +/*** IMFPMediaItem methods ***/ +#define IMFPMediaItem_GetMediaPlayer(This,ppMediaPlayer) (This)->lpVtbl->GetMediaPlayer(This,ppMediaPlayer) +#define IMFPMediaItem_GetURL(This,ppwszURL) (This)->lpVtbl->GetURL(This,ppwszURL) +#define IMFPMediaItem_GetObject(This,ppIUnknown) (This)->lpVtbl->GetObject(This,ppIUnknown) +#define IMFPMediaItem_GetUserData(This,pdwUserData) (This)->lpVtbl->GetUserData(This,pdwUserData) +#define IMFPMediaItem_SetUserData(This,dwUserData) (This)->lpVtbl->SetUserData(This,dwUserData) +#define IMFPMediaItem_GetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) (This)->lpVtbl->GetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) +#define IMFPMediaItem_SetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) (This)->lpVtbl->SetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue) +#define IMFPMediaItem_HasVideo(This,pfHasVideo,pfSelected) (This)->lpVtbl->HasVideo(This,pfHasVideo,pfSelected) +#define IMFPMediaItem_HasAudio(This,pfHasAudio,pfSelected) (This)->lpVtbl->HasAudio(This,pfHasAudio,pfSelected) +#define IMFPMediaItem_IsProtected(This,pfProtected) (This)->lpVtbl->IsProtected(This,pfProtected) +#define IMFPMediaItem_GetDuration(This,guidPositionType,pvDurationValue) (This)->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue) +#define IMFPMediaItem_GetNumberOfStreams(This,pdwStreamCount) (This)->lpVtbl->GetNumberOfStreams(This,pdwStreamCount) +#define IMFPMediaItem_GetStreamSelection(This,dwStreamIndex,pfEnabled) (This)->lpVtbl->GetStreamSelection(This,dwStreamIndex,pfEnabled) +#define IMFPMediaItem_SetStreamSelection(This,dwStreamIndex,fEnabled) (This)->lpVtbl->SetStreamSelection(This,dwStreamIndex,fEnabled) +#define IMFPMediaItem_GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue) (This)->lpVtbl->GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue) +#define IMFPMediaItem_GetPresentationAttribute(This,guidMFAttribute,pvValue) (This)->lpVtbl->GetPresentationAttribute(This,guidMFAttribute,pvValue) +#define IMFPMediaItem_GetCharacteristics(This,pCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pCharacteristics) +#define IMFPMediaItem_SetStreamSink(This,dwStreamIndex,pMediaSink) (This)->lpVtbl->SetStreamSink(This,dwStreamIndex,pMediaSink) +#define IMFPMediaItem_GetMetadata(This,ppMetadataStore) (This)->lpVtbl->GetMetadata(This,ppMetadataStore) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFPMediaItem_QueryInterface(IMFPMediaItem* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFPMediaItem_AddRef(IMFPMediaItem* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFPMediaItem_Release(IMFPMediaItem* This) { + return This->lpVtbl->Release(This); +} +/*** IMFPMediaItem methods ***/ +static FORCEINLINE HRESULT IMFPMediaItem_GetMediaPlayer(IMFPMediaItem* This,IMFPMediaPlayer **ppMediaPlayer) { + return This->lpVtbl->GetMediaPlayer(This,ppMediaPlayer); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetURL(IMFPMediaItem* This,LPWSTR *ppwszURL) { + return This->lpVtbl->GetURL(This,ppwszURL); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetObject(IMFPMediaItem* This,IUnknown **ppIUnknown) { + return This->lpVtbl->GetObject(This,ppIUnknown); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetUserData(IMFPMediaItem* This,DWORD_PTR *pdwUserData) { + return This->lpVtbl->GetUserData(This,pdwUserData); +} +static FORCEINLINE HRESULT IMFPMediaItem_SetUserData(IMFPMediaItem* This,DWORD_PTR dwUserData) { + return This->lpVtbl->SetUserData(This,dwUserData); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetStartStopPosition(IMFPMediaItem* This,GUID *pguidStartPositionType,PROPVARIANT *pvStartValue,GUID *pguidStopPositionType,PROPVARIANT *pvStopValue) { + return This->lpVtbl->GetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue); +} +static FORCEINLINE HRESULT IMFPMediaItem_SetStartStopPosition(IMFPMediaItem* This,const GUID *pguidStartPositionType,const PROPVARIANT *pvStartValue,const GUID *pguidStopPositionType,const PROPVARIANT *pvStopValue) { + return This->lpVtbl->SetStartStopPosition(This,pguidStartPositionType,pvStartValue,pguidStopPositionType,pvStopValue); +} +static FORCEINLINE HRESULT IMFPMediaItem_HasVideo(IMFPMediaItem* This,WINBOOL *pfHasVideo,WINBOOL *pfSelected) { + return This->lpVtbl->HasVideo(This,pfHasVideo,pfSelected); +} +static FORCEINLINE HRESULT IMFPMediaItem_HasAudio(IMFPMediaItem* This,WINBOOL *pfHasAudio,WINBOOL *pfSelected) { + return This->lpVtbl->HasAudio(This,pfHasAudio,pfSelected); +} +static FORCEINLINE HRESULT IMFPMediaItem_IsProtected(IMFPMediaItem* This,WINBOOL *pfProtected) { + return This->lpVtbl->IsProtected(This,pfProtected); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetDuration(IMFPMediaItem* This,REFGUID guidPositionType,PROPVARIANT *pvDurationValue) { + return This->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetNumberOfStreams(IMFPMediaItem* This,DWORD *pdwStreamCount) { + return This->lpVtbl->GetNumberOfStreams(This,pdwStreamCount); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetStreamSelection(IMFPMediaItem* This,DWORD dwStreamIndex,WINBOOL *pfEnabled) { + return This->lpVtbl->GetStreamSelection(This,dwStreamIndex,pfEnabled); +} +static FORCEINLINE HRESULT IMFPMediaItem_SetStreamSelection(IMFPMediaItem* This,DWORD dwStreamIndex,WINBOOL fEnabled) { + return This->lpVtbl->SetStreamSelection(This,dwStreamIndex,fEnabled); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetStreamAttribute(IMFPMediaItem* This,DWORD dwStreamIndex,REFGUID guidMFAttribute,PROPVARIANT *pvValue) { + return This->lpVtbl->GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetPresentationAttribute(IMFPMediaItem* This,REFGUID guidMFAttribute,PROPVARIANT *pvValue) { + return This->lpVtbl->GetPresentationAttribute(This,guidMFAttribute,pvValue); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetCharacteristics(IMFPMediaItem* This,MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics) { + return This->lpVtbl->GetCharacteristics(This,pCharacteristics); +} +static FORCEINLINE HRESULT IMFPMediaItem_SetStreamSink(IMFPMediaItem* This,DWORD dwStreamIndex,IUnknown *pMediaSink) { + return This->lpVtbl->SetStreamSink(This,dwStreamIndex,pMediaSink); +} +static FORCEINLINE HRESULT IMFPMediaItem_GetMetadata(IMFPMediaItem* This,IPropertyStore **ppMetadataStore) { + return This->lpVtbl->GetMetadata(This,ppMetadataStore); +} +#endif +#endif + +#endif + + +#endif /* __IMFPMediaItem_INTERFACE_DEFINED__ */ + + +typedef enum MFP_EVENT_TYPE { + MFP_EVENT_TYPE_PLAY = 0, + MFP_EVENT_TYPE_PAUSE = 1, + MFP_EVENT_TYPE_STOP = 2, + MFP_EVENT_TYPE_POSITION_SET = 3, + MFP_EVENT_TYPE_RATE_SET = 4, + MFP_EVENT_TYPE_MEDIAITEM_CREATED = 5, + MFP_EVENT_TYPE_MEDIAITEM_SET = 6, + MFP_EVENT_TYPE_FRAME_STEP = 7, + MFP_EVENT_TYPE_MEDIAITEM_CLEARED = 8, + MFP_EVENT_TYPE_MF = 9, + MFP_EVENT_TYPE_ERROR = 10, + MFP_EVENT_TYPE_PLAYBACK_ENDED = 11, + MFP_EVENT_TYPE_ACQUIRE_USER_CREDENTIAL = 12 +} MFP_EVENT_TYPE; typedef struct MFP_EVENT_HEADER { - MFP_EVENT_TYPE eEventType; - HRESULT hrEvent; - IMFPMediaPlayer *pMediaPlayer; - MFP_MEDIAPLAYER_STATE eState; - IPropertyStore *pPropertyStore; + MFP_EVENT_TYPE eEventType; + HRESULT hrEvent; + IMFPMediaPlayer *pMediaPlayer; + MFP_MEDIAPLAYER_STATE eState; + IPropertyStore *pPropertyStore; } MFP_EVENT_HEADER; typedef struct MFP_PLAY_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_PLAY_EVENT; typedef struct MFP_PAUSE_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_PAUSE_EVENT; typedef struct MFP_STOP_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_STOP_EVENT; typedef struct MFP_POSITION_SET_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_POSITION_SET_EVENT; typedef struct MFP_RATE_SET_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; - float flRate; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; + float flRate; } MFP_RATE_SET_EVENT; typedef struct MFP_MEDIAITEM_CREATED_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; - DWORD_PTR dwUserData; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; + DWORD_PTR dwUserData; } MFP_MEDIAITEM_CREATED_EVENT; typedef struct MFP_MEDIAITEM_SET_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_MEDIAITEM_SET_EVENT; typedef struct MFP_FRAME_STEP_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_FRAME_STEP_EVENT; typedef struct MFP_MEDIAITEM_CLEARED_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_MEDIAITEM_CLEARED_EVENT; typedef struct MFP_MF_EVENT { - MFP_EVENT_HEADER header; - MediaEventType MFEventType; - IMFMediaEvent *pMFMediaEvent; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + MediaEventType MFEventType; + IMFMediaEvent *pMFMediaEvent; + IMFPMediaItem *pMediaItem; } MFP_MF_EVENT; typedef struct MFP_ERROR_EVENT { - MFP_EVENT_HEADER header; + MFP_EVENT_HEADER header; } MFP_ERROR_EVENT; typedef struct MFP_PLAYBACK_ENDED_EVENT { - MFP_EVENT_HEADER header; - IMFPMediaItem *pMediaItem; + MFP_EVENT_HEADER header; + IMFPMediaItem *pMediaItem; } MFP_PLAYBACK_ENDED_EVENT; typedef struct MFP_ACQUIRE_USER_CREDENTIAL_EVENT { - MFP_EVENT_HEADER header; - DWORD_PTR dwUserData; - BOOL fProceedWithAuthentication; - HRESULT hrAuthenticationStatus; - LPCWSTR pwszURL; - LPCWSTR pwszSite; - LPCWSTR pwszRealm; - LPCWSTR pwszPackage; - LONG nRetries; - MFP_CREDENTIAL_FLAGS flags; - IMFNetCredential *pCredential; + MFP_EVENT_HEADER header; + DWORD_PTR dwUserData; + WINBOOL fProceedWithAuthentication; + HRESULT hrAuthenticationStatus; + LPCWSTR pwszURL; + LPCWSTR pwszSite; + LPCWSTR pwszRealm; + LPCWSTR pwszPackage; + LONG nRetries; + MFP_CREDENTIAL_FLAGS flags; + IMFNetCredential *pCredential; } MFP_ACQUIRE_USER_CREDENTIAL_EVENT; +EXTERN_C const DECLSPEC_SELECTANY PROPERTYKEY MFP_PKEY_StreamIndex = { { 0xa7cf9740, 0xe8d9, 0x4a87, { 0xbd, 0x8e, 0x29, 0x67, 0x0, 0x1f, 0xd3, 0xad } }, 0x00 }; +EXTERN_C const DECLSPEC_SELECTANY PROPERTYKEY MFP_PKEY_StreamRenderingResults = { { 0xa7cf9740, 0xe8d9, 0x4a87, { 0xbd, 0x8e, 0x29, 0x67, 0x0, 0x1f, 0xd3, 0xad } }, 0x01 }; +#define __MFP_CAST_EVENT( pHdr, Tag ) (((pHdr)->eEventType == MFP_EVENT_TYPE_##Tag ) ? (MFP_##Tag##_EVENT*)(pHdr) : NULL) +#define MFP_GET_PLAY_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PLAY ) +#define MFP_GET_PAUSE_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PAUSE ) +#define MFP_GET_STOP_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, STOP ) +#define MFP_GET_POSITION_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, POSITION_SET ) +#define MFP_GET_RATE_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, RATE_SET ) +#define MFP_GET_MEDIAITEM_CREATED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_CREATED ) +#define MFP_GET_MEDIAITEM_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_SET ) +#define MFP_GET_FRAME_STEP_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, FRAME_STEP ) +#define MFP_GET_MEDIAITEM_CLEARED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_CLEARED ) +#define MFP_GET_MF_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MF ) +#define MFP_GET_ERROR_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, ERROR ) +#define MFP_GET_PLAYBACK_ENDED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PLAYBACK_ENDED ) +#define MFP_GET_ACQUIRE_USER_CREDENTIAL_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, ACQUIRE_USER_CREDENTIAL ) -typedef UINT32 MFP_CREATION_OPTIONS; -typedef UINT32 MFP_MEDIAITEM_CHARACTERISTICS; +/***************************************************************************** + * IMFPMediaPlayerCallback interface + */ +#ifndef __IMFPMediaPlayerCallback_INTERFACE_DEFINED__ +#define __IMFPMediaPlayerCallback_INTERFACE_DEFINED__ -#ifdef __cplusplus -extern "C" { +DEFINE_GUID(IID_IMFPMediaPlayerCallback, 0x766c8ffb, 0x5fdb, 0x4fea, 0xa2,0x8d, 0xb9,0x12,0x99,0x6f,0x51,0xbd); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("766c8ffb-5fdb-4fea-a28d-b912996f51bd") +IMFPMediaPlayerCallback : public IUnknown +{ + virtual void STDMETHODCALLTYPE OnMediaPlayerEvent( + MFP_EVENT_HEADER *pEventHeader) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IMFPMediaPlayerCallback, 0x766c8ffb, 0x5fdb, 0x4fea, 0xa2,0x8d, 0xb9,0x12,0x99,0x6f,0x51,0xbd) #endif +#else +typedef struct IMFPMediaPlayerCallbackVtbl { + BEGIN_INTERFACE -HRESULT WINAPI MFPCreateMediaPlayer(LPCWSTR pwszURL,WINBOOL fStartPlayback,MFP_CREATION_OPTIONS creationOptions,IMFPMediaPlayerCallback *pCallback,HWND hWnd,IMFPMediaPlayer **ppMediaPlayer); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IMFPMediaPlayerCallback *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IMFPMediaPlayerCallback *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IMFPMediaPlayerCallback *This); + + /*** IMFPMediaPlayerCallback methods ***/ + void (STDMETHODCALLTYPE *OnMediaPlayerEvent)( + IMFPMediaPlayerCallback *This, + MFP_EVENT_HEADER *pEventHeader); -#ifdef __cplusplus + END_INTERFACE +} IMFPMediaPlayerCallbackVtbl; + +interface IMFPMediaPlayerCallback { + CONST_VTBL IMFPMediaPlayerCallbackVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IMFPMediaPlayerCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IMFPMediaPlayerCallback_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IMFPMediaPlayerCallback_Release(This) (This)->lpVtbl->Release(This) +/*** IMFPMediaPlayerCallback methods ***/ +#define IMFPMediaPlayerCallback_OnMediaPlayerEvent(This,pEventHeader) (This)->lpVtbl->OnMediaPlayerEvent(This,pEventHeader) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IMFPMediaPlayerCallback_QueryInterface(IMFPMediaPlayerCallback* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IMFPMediaPlayerCallback_AddRef(IMFPMediaPlayerCallback* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IMFPMediaPlayerCallback_Release(IMFPMediaPlayerCallback* This) { + return This->lpVtbl->Release(This); } +/*** IMFPMediaPlayerCallback methods ***/ +static FORCEINLINE void IMFPMediaPlayerCallback_OnMediaPlayerEvent(IMFPMediaPlayerCallback* This,MFP_EVENT_HEADER *pEventHeader) { + This->lpVtbl->OnMediaPlayerEvent(This,pEventHeader); +} +#endif #endif -#endif /*(WINVER >= 0x0601)*/ +#endif + + +#endif /* __IMFPMediaPlayerCallback_INTERFACE_DEFINED__ */ + +#endif // (WINVER >= _WIN32_WINNT_WIN7) +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif -#endif /*_INC_MFPLAY*/ +#endif /* __mfplay_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mfplay.idl mingw-w64-6.0.0/mingw-w64-headers/include/mfplay.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/mfplay.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mfplay.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,275 @@ +cpp_quote("/**") +cpp_quote(" * This file is part of the mingw-w64 runtime package.") +cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.") +cpp_quote(" */") +cpp_quote("") + +import "unknwn.idl"; +import "propsys.idl"; +import "mfidl.idl"; +import "evr.idl"; + +cpp_quote("#if (WINVER >= _WIN32_WINNT_WIN7)") +interface IMFPMediaPlayer; +interface IMFPMediaItem; +interface IMFPMediaPlayerCallback; +interface IMFMediaEvent; +interface IMFNetCredential; +cpp_quote("") +cpp_quote("interface IMFMediaEvent;") +cpp_quote("interface IMFNetCredential;") + +cpp_quote("") +typedef UINT32 MFP_CREATION_OPTIONS; +cpp_quote("") +typedef [v1_enum] enum _MFP_CREATION_OPTIONS { + MFP_OPTION_NONE = 0x00, + MFP_OPTION_FREE_THREADED_CALLBACK = 0x01, + MFP_OPTION_NO_MMCSS = 0x02, + MFP_OPTION_NO_REMOTE_DESKTOP_OPTIMIZATION = 0x04, +} _MFP_CREATION_OPTIONS; + +cpp_quote("") +typedef [v1_enum] enum MFP_MEDIAPLAYER_STATE { + MFP_MEDIAPLAYER_STATE_EMPTY = 0x00, + MFP_MEDIAPLAYER_STATE_STOPPED = 0x01, + MFP_MEDIAPLAYER_STATE_PLAYING = 0x02, + MFP_MEDIAPLAYER_STATE_PAUSED = 0x03, + MFP_MEDIAPLAYER_STATE_SHUTDOWN = 0x04, +} MFP_MEDIAPLAYER_STATE; + +cpp_quote("") +typedef UINT32 MFP_MEDIAITEM_CHARACTERISTICS; +cpp_quote("") +typedef [v1_enum] enum _MFP_MEDIAITEM_CHARACTERISTICS { + MFP_MEDIAITEM_IS_LIVE = 0x01, + MFP_MEDIAITEM_CAN_SEEK = 0x02, + MFP_MEDIAITEM_CAN_PAUSE = 0x04, + MFP_MEDIAITEM_HAS_SLOW_SEEK = 0x08, +} _MFP_MEDIAITEM_CHARACTERISTICS; + +cpp_quote("") +typedef UINT32 MFP_CREDENTIAL_FLAGS; +cpp_quote("") +typedef [v1_enum] enum _MFP_CREDENTIAL_FLAGS{ + MFP_CREDENTIAL_PROMPT = 0x01, + MFP_CREDENTIAL_SAVE = 0x02, + MFP_CREDENTIAL_DO_NOT_CACHE = 0x04, + MFP_CREDENTIAL_CLEAR_TEXT = 0x08, + MFP_CREDENTIAL_PROXY = 0x10, + MFP_CREDENTIAL_LOGGED_ON_USER = 0x20, +} _MFP_CREDENTIAL_FLAGS; + +cpp_quote("STDAPI MFPCreateMediaPlayer(LPCWSTR pwszURL, BOOL fStartPlayback, MFP_CREATION_OPTIONS creationOptions, IMFPMediaPlayerCallback * pCallback, HWND hWnd, IMFPMediaPlayer ** ppMediaPlayer);") + +cpp_quote("") +[local, object, uuid(A714590A-58AF-430a-85BF-44F5EC838D85),] +interface IMFPMediaPlayer : IUnknown { + HRESULT Play(); + HRESULT Pause(); + HRESULT Stop(); + HRESULT FrameStep(); + HRESULT SetPosition([in, annotation("__in")] REFGUID guidPositionType, [in] const PROPVARIANT * pvPositionValue); + HRESULT GetPosition([in] REFGUID guidPositionType, [out] PROPVARIANT * pvPositionValue); + HRESULT GetDuration([in] REFGUID guidPositionType, [out] PROPVARIANT * pvDurationValue); + HRESULT SetRate([in] float flRate); + HRESULT GetRate([out] float *pflRate); + HRESULT GetSupportedRates([in] BOOL fForwardDirection, [out] float *pflSlowestRate, [out] float *pflFastestRate); + HRESULT GetState([out] MFP_MEDIAPLAYER_STATE * peState); + HRESULT CreateMediaItemFromURL([in] LPCWSTR pwszURL, [in] BOOL fSync, [in] DWORD_PTR dwUserData, [out] IMFPMediaItem ** ppMediaItem); + HRESULT CreateMediaItemFromObject([in] IUnknown * pIUnknownObj, [in] BOOL fSync, [in] DWORD_PTR dwUserData, [out] IMFPMediaItem ** ppMediaItem); + HRESULT SetMediaItem([in] IMFPMediaItem * pIMFPMediaItem); + HRESULT ClearMediaItem(); + HRESULT GetMediaItem([out]IMFPMediaItem ** ppIMFPMediaItem); + HRESULT GetVolume([out] float *pflVolume); + HRESULT SetVolume([in] float flVolume); + HRESULT GetBalance([out] float *pflBalance); + HRESULT SetBalance([in] float flBalance); + HRESULT GetMute([out] BOOL * pfMute); + HRESULT SetMute([in] BOOL fMute); + HRESULT GetNativeVideoSize([out] SIZE *pszVideo, [out] SIZE *pszARVideo); + HRESULT GetIdealVideoSize([out] SIZE *pszMin, [out] SIZE *pszMax ); + HRESULT SetVideoSourceRect([in] MFVideoNormalizedRect const *pnrcSource); + HRESULT GetVideoSourceRect([out] MFVideoNormalizedRect *pnrcSource); + HRESULT SetAspectRatioMode([in] DWORD dwAspectRatioMode); + HRESULT GetAspectRatioMode([out] DWORD *pdwAspectRatioMode); + HRESULT GetVideoWindow([out] HWND *phwndVideo ); + HRESULT UpdateVideo(); + HRESULT SetBorderColor([in] COLORREF Clr); + HRESULT GetBorderColor([out] COLORREF *pClr ); + HRESULT InsertEffect([in, annotation("__in")] IUnknown * pEffect, [in] BOOL fOptional); + HRESULT RemoveEffect([in] IUnknown * pEffect); + HRESULT RemoveAllEffects(); + HRESULT Shutdown(); +}; + +cpp_quote("EXTERN_GUID( MFP_POSITIONTYPE_100NS, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 );") +cpp_quote("") +[local, object, uuid(90EB3E6B-ECBF-45cc-B1DA-C6FE3EA70D57),] +interface IMFPMediaItem : IUnknown { + HRESULT GetMediaPlayer([out] IMFPMediaPlayer ** ppMediaPlayer ); + HRESULT GetURL([out] LPWSTR * ppwszURL ); + HRESULT GetObject([out] IUnknown ** ppIUnknown ); + HRESULT GetUserData([out] DWORD_PTR * pdwUserData ); + HRESULT SetUserData([in] DWORD_PTR dwUserData ); + HRESULT GetStartStopPosition([out] GUID * pguidStartPositionType, [out] PROPVARIANT * pvStartValue, [out] GUID * pguidStopPositionType, [out] PROPVARIANT * pvStopValue); + HRESULT SetStartStopPosition([in] const GUID * pguidStartPositionType, [in] const PROPVARIANT * pvStartValue, [in] const GUID * pguidStopPositionType, [in] const PROPVARIANT * pvStopValue); + HRESULT HasVideo([out] BOOL * pfHasVideo, [out] BOOL * pfSelected); + HRESULT HasAudio([out] BOOL * pfHasAudio, [out] BOOL * pfSelected); + HRESULT IsProtected([out] BOOL * pfProtected); + HRESULT GetDuration([in] REFGUID guidPositionType, [out] PROPVARIANT * pvDurationValue); + HRESULT GetNumberOfStreams([out] DWORD * pdwStreamCount); + HRESULT GetStreamSelection([in] DWORD dwStreamIndex, [out] BOOL * pfEnabled); + HRESULT SetStreamSelection([in] DWORD dwStreamIndex,[in] BOOL fEnabled); + HRESULT GetStreamAttribute([in] DWORD dwStreamIndex, [in] REFGUID guidMFAttribute, [out] PROPVARIANT * pvValue); + HRESULT GetPresentationAttribute([in] REFGUID guidMFAttribute, [out] PROPVARIANT * pvValue); + HRESULT GetCharacteristics([out] MFP_MEDIAITEM_CHARACTERISTICS * pCharacteristics); + HRESULT SetStreamSink([in] DWORD dwStreamIndex, [in] IUnknown* pMediaSink); + HRESULT GetMetadata([out] IPropertyStore** ppMetadataStore ); +}; + +cpp_quote("") +typedef enum MFP_EVENT_TYPE { + MFP_EVENT_TYPE_PLAY = 0, + MFP_EVENT_TYPE_PAUSE = 1, + MFP_EVENT_TYPE_STOP = 2, + MFP_EVENT_TYPE_POSITION_SET = 3, + MFP_EVENT_TYPE_RATE_SET = 4, + MFP_EVENT_TYPE_MEDIAITEM_CREATED = 5, + MFP_EVENT_TYPE_MEDIAITEM_SET = 6, + MFP_EVENT_TYPE_FRAME_STEP = 7, + MFP_EVENT_TYPE_MEDIAITEM_CLEARED = 8, + MFP_EVENT_TYPE_MF = 9, + MFP_EVENT_TYPE_ERROR = 10, + MFP_EVENT_TYPE_PLAYBACK_ENDED = 11, + MFP_EVENT_TYPE_ACQUIRE_USER_CREDENTIAL = 12, +} +MFP_EVENT_TYPE; + +cpp_quote("") +typedef struct MFP_EVENT_HEADER { + MFP_EVENT_TYPE eEventType; + HRESULT hrEvent; + IMFPMediaPlayer * pMediaPlayer; + MFP_MEDIAPLAYER_STATE eState; + IPropertyStore * pPropertyStore; +} MFP_EVENT_HEADER; + + +cpp_quote("") +typedef struct MFP_PLAY_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_PLAY_EVENT; + + +cpp_quote("") +typedef struct MFP_PAUSE_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_PAUSE_EVENT; + +cpp_quote("") +typedef struct MFP_STOP_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_STOP_EVENT; + +cpp_quote("") +typedef struct MFP_POSITION_SET_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_POSITION_SET_EVENT; + +cpp_quote("") +typedef struct MFP_RATE_SET_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; + float flRate; +} MFP_RATE_SET_EVENT; + +cpp_quote("") +typedef struct MFP_MEDIAITEM_CREATED_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; + DWORD_PTR dwUserData; +} MFP_MEDIAITEM_CREATED_EVENT; + +cpp_quote("") +typedef struct MFP_MEDIAITEM_SET_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_MEDIAITEM_SET_EVENT; + +cpp_quote("") +typedef struct MFP_FRAME_STEP_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_FRAME_STEP_EVENT; + +cpp_quote("") +typedef struct MFP_MEDIAITEM_CLEARED_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_MEDIAITEM_CLEARED_EVENT; + +cpp_quote("") +typedef struct MFP_MF_EVENT { + MFP_EVENT_HEADER header; + MediaEventType MFEventType; + IMFMediaEvent * pMFMediaEvent; + IMFPMediaItem * pMediaItem; +} MFP_MF_EVENT; + +cpp_quote("") +typedef struct MFP_ERROR_EVENT { + MFP_EVENT_HEADER header; +} MFP_ERROR_EVENT; + +cpp_quote("") +typedef struct MFP_PLAYBACK_ENDED_EVENT { + MFP_EVENT_HEADER header; + IMFPMediaItem * pMediaItem; +} MFP_PLAYBACK_ENDED_EVENT; + +cpp_quote("") +typedef struct MFP_ACQUIRE_USER_CREDENTIAL_EVENT { + MFP_EVENT_HEADER header; + DWORD_PTR dwUserData; + BOOL fProceedWithAuthentication; + HRESULT hrAuthenticationStatus; + LPCWSTR pwszURL; + LPCWSTR pwszSite; + LPCWSTR pwszRealm; + LPCWSTR pwszPackage; + LONG nRetries; + MFP_CREDENTIAL_FLAGS flags; + IMFNetCredential * pCredential; +} MFP_ACQUIRE_USER_CREDENTIAL_EVENT; + +cpp_quote("EXTERN_C const DECLSPEC_SELECTANY PROPERTYKEY MFP_PKEY_StreamIndex = { { 0xa7cf9740, 0xe8d9, 0x4a87, { 0xbd, 0x8e, 0x29, 0x67, 0x0, 0x1f, 0xd3, 0xad } }, 0x00 };") + +cpp_quote("EXTERN_C const DECLSPEC_SELECTANY PROPERTYKEY MFP_PKEY_StreamRenderingResults = { { 0xa7cf9740, 0xe8d9, 0x4a87, { 0xbd, 0x8e, 0x29, 0x67, 0x0, 0x1f, 0xd3, 0xad } }, 0x01 };") + +cpp_quote("#define __MFP_CAST_EVENT( pHdr, Tag ) (((pHdr)->eEventType == MFP_EVENT_TYPE_##Tag ) ? (MFP_##Tag##_EVENT*)(pHdr) : NULL)") + +cpp_quote("#define MFP_GET_PLAY_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PLAY )") +cpp_quote("#define MFP_GET_PAUSE_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PAUSE )") +cpp_quote("#define MFP_GET_STOP_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, STOP )") +cpp_quote("#define MFP_GET_POSITION_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, POSITION_SET )") +cpp_quote("#define MFP_GET_RATE_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, RATE_SET )") +cpp_quote("#define MFP_GET_MEDIAITEM_CREATED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_CREATED )") +cpp_quote("#define MFP_GET_MEDIAITEM_SET_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_SET )") +cpp_quote("#define MFP_GET_FRAME_STEP_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, FRAME_STEP )") +cpp_quote("#define MFP_GET_MEDIAITEM_CLEARED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MEDIAITEM_CLEARED )") +cpp_quote("#define MFP_GET_MF_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, MF )") +cpp_quote("#define MFP_GET_ERROR_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, ERROR )") +cpp_quote("#define MFP_GET_PLAYBACK_ENDED_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, PLAYBACK_ENDED )") +cpp_quote("#define MFP_GET_ACQUIRE_USER_CREDENTIAL_EVENT( pHdr ) __MFP_CAST_EVENT( pHdr, ACQUIRE_USER_CREDENTIAL )") + +cpp_quote("") +[local, object, uuid(766C8FFB-5FDB-4fea-A28D-B912996F51BD),] +interface IMFPMediaPlayerCallback : IUnknown { + void OnMediaPlayerEvent([in] MFP_EVENT_HEADER * pEventHeader); +}; +cpp_quote("#endif // (WINVER >= _WIN32_WINNT_WIN7)") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mmdeviceapi.h mingw-w64-6.0.0/mingw-w64-headers/include/mmdeviceapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mmdeviceapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mmdeviceapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/mmdeviceapi.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/mmdeviceapi.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,31 +20,49 @@ #ifndef __IMMNotificationClient_FWD_DEFINED__ #define __IMMNotificationClient_FWD_DEFINED__ typedef interface IMMNotificationClient IMMNotificationClient; +#ifdef __cplusplus +interface IMMNotificationClient; +#endif /* __cplusplus */ #endif #ifndef __IMMDevice_FWD_DEFINED__ #define __IMMDevice_FWD_DEFINED__ typedef interface IMMDevice IMMDevice; +#ifdef __cplusplus +interface IMMDevice; +#endif /* __cplusplus */ #endif #ifndef __IMMDeviceCollection_FWD_DEFINED__ #define __IMMDeviceCollection_FWD_DEFINED__ typedef interface IMMDeviceCollection IMMDeviceCollection; +#ifdef __cplusplus +interface IMMDeviceCollection; +#endif /* __cplusplus */ #endif #ifndef __IMMEndpoint_FWD_DEFINED__ #define __IMMEndpoint_FWD_DEFINED__ typedef interface IMMEndpoint IMMEndpoint; +#ifdef __cplusplus +interface IMMEndpoint; +#endif /* __cplusplus */ #endif #ifndef __IMMDeviceEnumerator_FWD_DEFINED__ #define __IMMDeviceEnumerator_FWD_DEFINED__ typedef interface IMMDeviceEnumerator IMMDeviceEnumerator; +#ifdef __cplusplus +interface IMMDeviceEnumerator; +#endif /* __cplusplus */ #endif #ifndef __IMMDeviceActivator_FWD_DEFINED__ #define __IMMDeviceActivator_FWD_DEFINED__ typedef interface IMMDeviceActivator IMMDeviceActivator; +#ifdef __cplusplus +interface IMMDeviceActivator; +#endif /* __cplusplus */ #endif #ifndef __MMDeviceEnumerator_FWD_DEFINED__ @@ -162,43 +180,44 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMNotificationClient* This, + IMMNotificationClient *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMNotificationClient* This); + IMMNotificationClient *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMNotificationClient* This); + IMMNotificationClient *This); /*** IMMNotificationClient methods ***/ HRESULT (STDMETHODCALLTYPE *OnDeviceStateChanged)( - IMMNotificationClient* This, + IMMNotificationClient *This, LPCWSTR pwstrDeviceId, DWORD dwNewState); HRESULT (STDMETHODCALLTYPE *OnDeviceAdded)( - IMMNotificationClient* This, + IMMNotificationClient *This, LPCWSTR pwstrDeviceId); HRESULT (STDMETHODCALLTYPE *OnDeviceRemoved)( - IMMNotificationClient* This, + IMMNotificationClient *This, LPCWSTR pwstrDeviceId); HRESULT (STDMETHODCALLTYPE *OnDefaultDeviceChanged)( - IMMNotificationClient* This, + IMMNotificationClient *This, EDataFlow flow, ERole role, LPCWSTR pwstrDeviceId); HRESULT (STDMETHODCALLTYPE *OnPropertyValueChanged)( - IMMNotificationClient* This, + IMMNotificationClient *This, LPCWSTR pwstrDeviceId, const PROPERTYKEY key); END_INTERFACE } IMMNotificationClientVtbl; + interface IMMNotificationClient { CONST_VTBL IMMNotificationClientVtbl* lpVtbl; }; @@ -247,50 +266,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMNotificationClient_OnDeviceStateChanged_Proxy( - IMMNotificationClient* This, - LPCWSTR pwstrDeviceId, - DWORD dwNewState); -void __RPC_STUB IMMNotificationClient_OnDeviceStateChanged_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMNotificationClient_OnDeviceAdded_Proxy( - IMMNotificationClient* This, - LPCWSTR pwstrDeviceId); -void __RPC_STUB IMMNotificationClient_OnDeviceAdded_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMNotificationClient_OnDeviceRemoved_Proxy( - IMMNotificationClient* This, - LPCWSTR pwstrDeviceId); -void __RPC_STUB IMMNotificationClient_OnDeviceRemoved_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMNotificationClient_OnDefaultDeviceChanged_Proxy( - IMMNotificationClient* This, - EDataFlow flow, - ERole role, - LPCWSTR pwstrDeviceId); -void __RPC_STUB IMMNotificationClient_OnDefaultDeviceChanged_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMNotificationClient_OnPropertyValueChanged_Proxy( - IMMNotificationClient* This, - LPCWSTR pwstrDeviceId, - const PROPERTYKEY key); -void __RPC_STUB IMMNotificationClient_OnPropertyValueChanged_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMNotificationClient_INTERFACE_DEFINED__ */ @@ -331,39 +306,40 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMDevice* This, + IMMDevice *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMDevice* This); + IMMDevice *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMDevice* This); + IMMDevice *This); /*** IMMDevice methods ***/ HRESULT (STDMETHODCALLTYPE *Activate)( - IMMDevice* This, + IMMDevice *This, REFIID iid, DWORD dwClsCtx, PROPVARIANT *pActivationParams, void **ppv); HRESULT (STDMETHODCALLTYPE *OpenPropertyStore)( - IMMDevice* This, + IMMDevice *This, DWORD stgmAccess, IPropertyStore **ppProperties); HRESULT (STDMETHODCALLTYPE *GetId)( - IMMDevice* This, + IMMDevice *This, LPWSTR *ppstrId); HRESULT (STDMETHODCALLTYPE *GetState)( - IMMDevice* This, + IMMDevice *This, DWORD *pdwState); END_INTERFACE } IMMDeviceVtbl; + interface IMMDevice { CONST_VTBL IMMDeviceVtbl* lpVtbl; }; @@ -408,42 +384,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMDevice_Activate_Proxy( - IMMDevice* This, - REFIID iid, - DWORD dwClsCtx, - PROPVARIANT *pActivationParams, - void **ppv); -void __RPC_STUB IMMDevice_Activate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDevice_OpenPropertyStore_Proxy( - IMMDevice* This, - DWORD stgmAccess, - IPropertyStore **ppProperties); -void __RPC_STUB IMMDevice_OpenPropertyStore_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDevice_GetId_Proxy( - IMMDevice* This, - LPWSTR *ppstrId); -void __RPC_STUB IMMDevice_GetId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDevice_GetState_Proxy( - IMMDevice* This, - DWORD *pdwState); -void __RPC_STUB IMMDevice_GetState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMDevice_INTERFACE_DEFINED__ */ @@ -475,28 +415,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMDeviceCollection* This, + IMMDeviceCollection *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMDeviceCollection* This); + IMMDeviceCollection *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMDeviceCollection* This); + IMMDeviceCollection *This); /*** IMMDeviceCollection methods ***/ HRESULT (STDMETHODCALLTYPE *GetCount)( - IMMDeviceCollection* This, + IMMDeviceCollection *This, UINT *pcDevices); HRESULT (STDMETHODCALLTYPE *Item)( - IMMDeviceCollection* This, + IMMDeviceCollection *This, UINT nDevice, IMMDevice **ppdevice); END_INTERFACE } IMMDeviceCollectionVtbl; + interface IMMDeviceCollection { CONST_VTBL IMMDeviceCollectionVtbl* lpVtbl; }; @@ -533,23 +474,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMDeviceCollection_GetCount_Proxy( - IMMDeviceCollection* This, - UINT *pcDevices); -void __RPC_STUB IMMDeviceCollection_GetCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDeviceCollection_Item_Proxy( - IMMDeviceCollection* This, - UINT nDevice, - IMMDevice **ppdevice); -void __RPC_STUB IMMDeviceCollection_Item_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMDeviceCollection_INTERFACE_DEFINED__ */ @@ -577,23 +501,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMEndpoint* This, + IMMEndpoint *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMEndpoint* This); + IMMEndpoint *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMEndpoint* This); + IMMEndpoint *This); /*** IMMEndpoint methods ***/ HRESULT (STDMETHODCALLTYPE *GetDataFlow)( - IMMEndpoint* This, + IMMEndpoint *This, EDataFlow *pDataFlow); END_INTERFACE } IMMEndpointVtbl; + interface IMMEndpoint { CONST_VTBL IMMEndpointVtbl* lpVtbl; }; @@ -626,14 +551,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMEndpoint_GetDataFlow_Proxy( - IMMEndpoint* This, - EDataFlow *pDataFlow); -void __RPC_STUB IMMEndpoint_GetDataFlow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMEndpoint_INTERFACE_DEFINED__ */ @@ -678,44 +595,45 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMDeviceEnumerator* This); + IMMDeviceEnumerator *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMDeviceEnumerator* This); + IMMDeviceEnumerator *This); /*** IMMDeviceEnumerator methods ***/ HRESULT (STDMETHODCALLTYPE *EnumAudioEndpoints)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, EDataFlow dataFlow, DWORD dwStateMask, IMMDeviceCollection **ppDevices); HRESULT (STDMETHODCALLTYPE *GetDefaultAudioEndpoint)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, EDataFlow dataFlow, ERole role, IMMDevice **ppEndpoint); HRESULT (STDMETHODCALLTYPE *GetDevice)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, LPCWSTR pwstrId, IMMDevice **ppDevice); HRESULT (STDMETHODCALLTYPE *RegisterEndpointNotificationCallback)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, IMMNotificationClient *pClient); HRESULT (STDMETHODCALLTYPE *UnregisterEndpointNotificationCallback)( - IMMDeviceEnumerator* This, + IMMDeviceEnumerator *This, IMMNotificationClient *pClient); END_INTERFACE } IMMDeviceEnumeratorVtbl; + interface IMMDeviceEnumerator { CONST_VTBL IMMDeviceEnumeratorVtbl* lpVtbl; }; @@ -764,51 +682,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMDeviceEnumerator_EnumAudioEndpoints_Proxy( - IMMDeviceEnumerator* This, - EDataFlow dataFlow, - DWORD dwStateMask, - IMMDeviceCollection **ppDevices); -void __RPC_STUB IMMDeviceEnumerator_EnumAudioEndpoints_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDeviceEnumerator_GetDefaultAudioEndpoint_Proxy( - IMMDeviceEnumerator* This, - EDataFlow dataFlow, - ERole role, - IMMDevice **ppEndpoint); -void __RPC_STUB IMMDeviceEnumerator_GetDefaultAudioEndpoint_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDeviceEnumerator_GetDevice_Proxy( - IMMDeviceEnumerator* This, - LPCWSTR pwstrId, - IMMDevice **ppDevice); -void __RPC_STUB IMMDeviceEnumerator_GetDevice_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDeviceEnumerator_RegisterEndpointNotificationCallback_Proxy( - IMMDeviceEnumerator* This, - IMMNotificationClient *pClient); -void __RPC_STUB IMMDeviceEnumerator_RegisterEndpointNotificationCallback_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IMMDeviceEnumerator_UnregisterEndpointNotificationCallback_Proxy( - IMMDeviceEnumerator* This, - IMMNotificationClient *pClient); -void __RPC_STUB IMMDeviceEnumerator_UnregisterEndpointNotificationCallback_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMDeviceEnumerator_INTERFACE_DEFINED__ */ @@ -839,19 +712,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IMMDeviceActivator* This, + IMMDeviceActivator *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IMMDeviceActivator* This); + IMMDeviceActivator *This); ULONG (STDMETHODCALLTYPE *Release)( - IMMDeviceActivator* This); + IMMDeviceActivator *This); /*** IMMDeviceActivator methods ***/ HRESULT (STDMETHODCALLTYPE *Activate)( - IMMDeviceActivator* This, + IMMDeviceActivator *This, REFIID iid, IMMDevice *pDevice, PROPVARIANT *pActivationParams, @@ -859,6 +732,7 @@ END_INTERFACE } IMMDeviceActivatorVtbl; + interface IMMDeviceActivator { CONST_VTBL IMMDeviceActivatorVtbl* lpVtbl; }; @@ -891,17 +765,6 @@ #endif -HRESULT STDMETHODCALLTYPE IMMDeviceActivator_Activate_Proxy( - IMMDeviceActivator* This, - REFIID iid, - IMMDevice *pDevice, - PROPVARIANT *pActivationParams, - void **ppv); -void __RPC_STUB IMMDeviceActivator_Activate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IMMDeviceActivator_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mprapi.h mingw-w64-6.0.0/mingw-w64-headers/include/mprapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mprapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mprapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -6,8 +6,14 @@ #ifndef __ROUTING_MPRADMIN_H__ #define __ROUTING_MPRADMIN_H__ +#include + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + #include #include +#include +#include #ifdef __cplusplus extern "C" { @@ -991,4 +997,6 @@ } #endif +#endif /* WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) */ + #endif /* __ROUTING_MPRADMIN_H__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mscat.h mingw-w64-6.0.0/mingw-w64-headers/include/mscat.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mscat.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mscat.h 2018-09-14 14:16:43.000000000 +0000 @@ -103,8 +103,10 @@ typedef void (WINAPI *PFN_CDF_PARSE_ERROR_CALLBACK)(DWORD, DWORD, WCHAR *); WINBOOL WINAPI CryptCATAdminAcquireContext(HCATADMIN*,const GUID*,DWORD); +WINBOOL WINAPI CryptCATAdminAcquireContext2(HCATADMIN*,const GUID*,const WCHAR*,const CERT_STRONG_SIGN_PARA*,DWORD); HCATINFO WINAPI CryptCATAdminAddCatalog(HCATADMIN,PWSTR,PWSTR,DWORD); WINBOOL WINAPI CryptCATAdminCalcHashFromFileHandle(HANDLE,DWORD*,BYTE*,DWORD); +WINBOOL WINAPI CryptCATAdminCalcHashFromFileHandle2(HCATADMIN,HANDLE,DWORD*,BYTE*,DWORD); HCATINFO WINAPI CryptCATAdminEnumCatalogFromHash(HCATADMIN,BYTE*,DWORD,DWORD,HCATINFO*); WINBOOL WINAPI CryptCATAdminReleaseCatalogContext(HCATADMIN,HCATINFO,DWORD); WINBOOL WINAPI CryptCATAdminReleaseContext(HCATADMIN,DWORD); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mscoree.h mingw-w64-6.0.0/mingw-w64-headers/include/mscoree.h --- mingw-w64-5.0.4/mingw-w64-headers/include/mscoree.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mscoree.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/mscoree.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/mscoree.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,46 +20,73 @@ #ifndef __IGCThreadControl_FWD_DEFINED__ #define __IGCThreadControl_FWD_DEFINED__ typedef interface IGCThreadControl IGCThreadControl; +#ifdef __cplusplus +interface IGCThreadControl; +#endif /* __cplusplus */ #endif #ifndef __IGCHostControl_FWD_DEFINED__ #define __IGCHostControl_FWD_DEFINED__ typedef interface IGCHostControl IGCHostControl; +#ifdef __cplusplus +interface IGCHostControl; +#endif /* __cplusplus */ #endif #ifndef __IDebuggerThreadControl_FWD_DEFINED__ #define __IDebuggerThreadControl_FWD_DEFINED__ typedef interface IDebuggerThreadControl IDebuggerThreadControl; +#ifdef __cplusplus +interface IDebuggerThreadControl; +#endif /* __cplusplus */ #endif #ifndef __ICorConfiguration_FWD_DEFINED__ #define __ICorConfiguration_FWD_DEFINED__ typedef interface ICorConfiguration ICorConfiguration; +#ifdef __cplusplus +interface ICorConfiguration; +#endif /* __cplusplus */ #endif #ifndef __ICLRControl_FWD_DEFINED__ #define __ICLRControl_FWD_DEFINED__ typedef interface ICLRControl ICLRControl; +#ifdef __cplusplus +interface ICLRControl; +#endif /* __cplusplus */ #endif #ifndef __IHostControl_FWD_DEFINED__ #define __IHostControl_FWD_DEFINED__ typedef interface IHostControl IHostControl; +#ifdef __cplusplus +interface IHostControl; +#endif /* __cplusplus */ #endif #ifndef __ICorRuntimeHost_FWD_DEFINED__ #define __ICorRuntimeHost_FWD_DEFINED__ typedef interface ICorRuntimeHost ICorRuntimeHost; +#ifdef __cplusplus +interface ICorRuntimeHost; +#endif /* __cplusplus */ #endif #ifndef __ICLRRuntimeHost_FWD_DEFINED__ #define __ICLRRuntimeHost_FWD_DEFINED__ typedef interface ICLRRuntimeHost ICLRRuntimeHost; +#ifdef __cplusplus +interface ICLRRuntimeHost; +#endif /* __cplusplus */ #endif #ifndef __IManagedObject_FWD_DEFINED__ #define __IManagedObject_FWD_DEFINED__ typedef interface IManagedObject IManagedObject; +#ifdef __cplusplus +interface IManagedObject; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -125,29 +152,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IGCThreadControl* This, + IGCThreadControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IGCThreadControl* This); + IGCThreadControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IGCThreadControl* This); + IGCThreadControl *This); /*** IGCThreadControl methods ***/ HRESULT (STDMETHODCALLTYPE *ThreadIsBlockingForSuspension)( - IGCThreadControl* This); + IGCThreadControl *This); HRESULT (STDMETHODCALLTYPE *SuspensionStarting)( - IGCThreadControl* This); + IGCThreadControl *This); HRESULT (STDMETHODCALLTYPE *SuspensionEnding)( - IGCThreadControl* This, + IGCThreadControl *This, DWORD generation); END_INTERFACE } IGCThreadControlVtbl; + interface IGCThreadControl { CONST_VTBL IGCThreadControlVtbl* lpVtbl; }; @@ -188,28 +216,6 @@ #endif -HRESULT STDMETHODCALLTYPE IGCThreadControl_ThreadIsBlockingForSuspension_Proxy( - IGCThreadControl* This); -void __RPC_STUB IGCThreadControl_ThreadIsBlockingForSuspension_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IGCThreadControl_SuspensionStarting_Proxy( - IGCThreadControl* This); -void __RPC_STUB IGCThreadControl_SuspensionStarting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IGCThreadControl_SuspensionEnding_Proxy( - IGCThreadControl* This, - DWORD generation); -void __RPC_STUB IGCThreadControl_SuspensionEnding_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IGCThreadControl_INTERFACE_DEFINED__ */ @@ -238,24 +244,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IGCHostControl* This, + IGCHostControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IGCHostControl* This); + IGCHostControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IGCHostControl* This); + IGCHostControl *This); /*** IGCHostControl methods ***/ HRESULT (STDMETHODCALLTYPE *RequestVirtualMemLimit)( - IGCHostControl* This, + IGCHostControl *This, SIZE_T nMaxVirtualMemMB, SIZE_T *nNewMaxVirtualMemMB); END_INTERFACE } IGCHostControlVtbl; + interface IGCHostControl { CONST_VTBL IGCHostControlVtbl* lpVtbl; }; @@ -288,15 +295,6 @@ #endif -HRESULT STDMETHODCALLTYPE IGCHostControl_RequestVirtualMemLimit_Proxy( - IGCHostControl* This, - SIZE_T nMaxVirtualMemMB, - SIZE_T *nNewMaxVirtualMemMB); -void __RPC_STUB IGCHostControl_RequestVirtualMemLimit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IGCHostControl_INTERFACE_DEFINED__ */ @@ -330,29 +328,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IDebuggerThreadControl* This, + IDebuggerThreadControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IDebuggerThreadControl* This); + IDebuggerThreadControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IDebuggerThreadControl* This); + IDebuggerThreadControl *This); /*** IDebuggerThreadControl methods ***/ HRESULT (STDMETHODCALLTYPE *ThreadIsBlockingForDebugger)( - IDebuggerThreadControl* This); + IDebuggerThreadControl *This); HRESULT (STDMETHODCALLTYPE *ReleaseAllRuntimeThreads)( - IDebuggerThreadControl* This); + IDebuggerThreadControl *This); HRESULT (STDMETHODCALLTYPE *StartBlockingForDebugger)( - IDebuggerThreadControl* This, + IDebuggerThreadControl *This, DWORD dwUnused); END_INTERFACE } IDebuggerThreadControlVtbl; + interface IDebuggerThreadControl { CONST_VTBL IDebuggerThreadControlVtbl* lpVtbl; }; @@ -393,28 +392,6 @@ #endif -HRESULT STDMETHODCALLTYPE IDebuggerThreadControl_ThreadIsBlockingForDebugger_Proxy( - IDebuggerThreadControl* This); -void __RPC_STUB IDebuggerThreadControl_ThreadIsBlockingForDebugger_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDebuggerThreadControl_ReleaseAllRuntimeThreads_Proxy( - IDebuggerThreadControl* This); -void __RPC_STUB IDebuggerThreadControl_ReleaseAllRuntimeThreads_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IDebuggerThreadControl_StartBlockingForDebugger_Proxy( - IDebuggerThreadControl* This, - DWORD dwUnused); -void __RPC_STUB IDebuggerThreadControl_StartBlockingForDebugger_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IDebuggerThreadControl_INTERFACE_DEFINED__ */ @@ -451,35 +428,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ICorConfiguration* This, + ICorConfiguration *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ICorConfiguration* This); + ICorConfiguration *This); ULONG (STDMETHODCALLTYPE *Release)( - ICorConfiguration* This); + ICorConfiguration *This); /*** ICorConfiguration methods ***/ HRESULT (STDMETHODCALLTYPE *SetGCThreadControl)( - ICorConfiguration* This, + ICorConfiguration *This, IGCThreadControl *GCThreadControl); HRESULT (STDMETHODCALLTYPE *SetGCHostControl)( - ICorConfiguration* This, + ICorConfiguration *This, IGCHostControl *GCHostControl); HRESULT (STDMETHODCALLTYPE *SetDebuggerThreadControl)( - ICorConfiguration* This, + ICorConfiguration *This, IDebuggerThreadControl *debuggerThreadControl); HRESULT (STDMETHODCALLTYPE *AddDebuggerSpecialThread)( - ICorConfiguration* This, + ICorConfiguration *This, DWORD specialThreadId); END_INTERFACE } ICorConfigurationVtbl; + interface ICorConfiguration { CONST_VTBL ICorConfigurationVtbl* lpVtbl; }; @@ -524,38 +502,6 @@ #endif -HRESULT STDMETHODCALLTYPE ICorConfiguration_SetGCThreadControl_Proxy( - ICorConfiguration* This, - IGCThreadControl *GCThreadControl); -void __RPC_STUB ICorConfiguration_SetGCThreadControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorConfiguration_SetGCHostControl_Proxy( - ICorConfiguration* This, - IGCHostControl *GCHostControl); -void __RPC_STUB ICorConfiguration_SetGCHostControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorConfiguration_SetDebuggerThreadControl_Proxy( - ICorConfiguration* This, - IDebuggerThreadControl *debuggerThreadControl); -void __RPC_STUB ICorConfiguration_SetDebuggerThreadControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorConfiguration_AddDebuggerSpecialThread_Proxy( - ICorConfiguration* This, - DWORD specialThreadId); -void __RPC_STUB ICorConfiguration_AddDebuggerSpecialThread_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ICorConfiguration_INTERFACE_DEFINED__ */ @@ -588,29 +534,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ICLRControl* This, + ICLRControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ICLRControl* This); + ICLRControl *This); ULONG (STDMETHODCALLTYPE *Release)( - ICLRControl* This); + ICLRControl *This); /*** ICLRControl methods ***/ HRESULT (STDMETHODCALLTYPE *GetCLRManager)( - ICLRControl* This, + ICLRControl *This, REFIID riid, void **ppObject); HRESULT (STDMETHODCALLTYPE *SetAppDomainManagerType)( - ICLRControl* This, + ICLRControl *This, LPCWSTR appDomainManagerAssembly, LPCWSTR appDomainManagerType); END_INTERFACE } ICLRControlVtbl; + interface ICLRControl { CONST_VTBL ICLRControlVtbl* lpVtbl; }; @@ -647,24 +594,6 @@ #endif -HRESULT STDMETHODCALLTYPE ICLRControl_GetCLRManager_Proxy( - ICLRControl* This, - REFIID riid, - void **ppObject); -void __RPC_STUB ICLRControl_GetCLRManager_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRControl_SetAppDomainManagerType_Proxy( - ICLRControl* This, - LPCWSTR appDomainManagerAssembly, - LPCWSTR appDomainManagerType); -void __RPC_STUB ICLRControl_SetAppDomainManagerType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ICLRControl_INTERFACE_DEFINED__ */ @@ -697,29 +626,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IHostControl* This, + IHostControl *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IHostControl* This); + IHostControl *This); ULONG (STDMETHODCALLTYPE *Release)( - IHostControl* This); + IHostControl *This); /*** IHostControl methods ***/ HRESULT (STDMETHODCALLTYPE *GetHostManager)( - IHostControl* This, + IHostControl *This, REFIID riid, void **ppObject); HRESULT (STDMETHODCALLTYPE *SetAppDomainManager)( - IHostControl* This, + IHostControl *This, DWORD appDomainID, IUnknown *appDomainManager); END_INTERFACE } IHostControlVtbl; + interface IHostControl { CONST_VTBL IHostControlVtbl* lpVtbl; }; @@ -756,24 +686,6 @@ #endif -HRESULT STDMETHODCALLTYPE IHostControl_GetHostManager_Proxy( - IHostControl* This, - REFIID riid, - void **ppObject); -void __RPC_STUB IHostControl_GetHostManager_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IHostControl_SetAppDomainManager_Proxy( - IHostControl* This, - DWORD appDomainID, - IUnknown *appDomainManager); -void __RPC_STUB IHostControl_SetAppDomainManager_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IHostControl_INTERFACE_DEFINED__ */ @@ -863,98 +775,99 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); ULONG (STDMETHODCALLTYPE *Release)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); /*** ICorRuntimeHost methods ***/ HRESULT (STDMETHODCALLTYPE *CreateLogicalThreadState)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *DeleteLogicalThreadState)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *SwitchInLogicalThreadState)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, DWORD *fiberCookie); HRESULT (STDMETHODCALLTYPE *SwitchOutLogicalThreadState)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, DWORD **fiberCookie); HRESULT (STDMETHODCALLTYPE *LocksHeldByLogicalThread)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, DWORD *pCount); HRESULT (STDMETHODCALLTYPE *MapFile)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, HANDLE hFile, HMODULE *mapAddress); HRESULT (STDMETHODCALLTYPE *GetConfiguration)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, ICorConfiguration **pConfiguration); HRESULT (STDMETHODCALLTYPE *Start)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *Stop)( - ICorRuntimeHost* This); + ICorRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *CreateDomain)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, LPCWSTR friendlyName, IUnknown *identityArray, IUnknown **appDomain); HRESULT (STDMETHODCALLTYPE *GetDefaultDomain)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, IUnknown **pAppDomain); HRESULT (STDMETHODCALLTYPE *EnumDomains)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, HDOMAINENUM *hEnum); HRESULT (STDMETHODCALLTYPE *NextDomain)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, HDOMAINENUM hEnum, IUnknown **appDomain); HRESULT (STDMETHODCALLTYPE *CloseEnum)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, HDOMAINENUM hEnum); HRESULT (STDMETHODCALLTYPE *CreateDomainEx)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, LPCWSTR friendlyName, IUnknown *setup, IUnknown *evidence, IUnknown **appDomain); HRESULT (STDMETHODCALLTYPE *CreateDomainSetup)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, IUnknown **appDomainSetup); HRESULT (STDMETHODCALLTYPE *CreateEvidence)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, IUnknown **evidence); HRESULT (STDMETHODCALLTYPE *UnloadDomain)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, IUnknown *appDomain); HRESULT (STDMETHODCALLTYPE *CurrentDomain)( - ICorRuntimeHost* This, + ICorRuntimeHost *This, IUnknown **appDomain); END_INTERFACE } ICorRuntimeHostVtbl; + interface ICorRuntimeHost { CONST_VTBL ICorRuntimeHostVtbl* lpVtbl; }; @@ -1059,161 +972,6 @@ #endif -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CreateLogicalThreadState_Proxy( - ICorRuntimeHost* This); -void __RPC_STUB ICorRuntimeHost_CreateLogicalThreadState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_DeleteLogicalThreadState_Proxy( - ICorRuntimeHost* This); -void __RPC_STUB ICorRuntimeHost_DeleteLogicalThreadState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_SwitchInLogicalThreadState_Proxy( - ICorRuntimeHost* This, - DWORD *fiberCookie); -void __RPC_STUB ICorRuntimeHost_SwitchInLogicalThreadState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_SwitchOutLogicalThreadState_Proxy( - ICorRuntimeHost* This, - DWORD **fiberCookie); -void __RPC_STUB ICorRuntimeHost_SwitchOutLogicalThreadState_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_LocksHeldByLogicalThread_Proxy( - ICorRuntimeHost* This, - DWORD *pCount); -void __RPC_STUB ICorRuntimeHost_LocksHeldByLogicalThread_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_MapFile_Proxy( - ICorRuntimeHost* This, - HANDLE hFile, - HMODULE *mapAddress); -void __RPC_STUB ICorRuntimeHost_MapFile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_GetConfiguration_Proxy( - ICorRuntimeHost* This, - ICorConfiguration **pConfiguration); -void __RPC_STUB ICorRuntimeHost_GetConfiguration_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_Start_Proxy( - ICorRuntimeHost* This); -void __RPC_STUB ICorRuntimeHost_Start_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_Stop_Proxy( - ICorRuntimeHost* This); -void __RPC_STUB ICorRuntimeHost_Stop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CreateDomain_Proxy( - ICorRuntimeHost* This, - LPCWSTR friendlyName, - IUnknown *identityArray, - IUnknown **appDomain); -void __RPC_STUB ICorRuntimeHost_CreateDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_GetDefaultDomain_Proxy( - ICorRuntimeHost* This, - IUnknown **pAppDomain); -void __RPC_STUB ICorRuntimeHost_GetDefaultDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_EnumDomains_Proxy( - ICorRuntimeHost* This, - HDOMAINENUM *hEnum); -void __RPC_STUB ICorRuntimeHost_EnumDomains_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_NextDomain_Proxy( - ICorRuntimeHost* This, - HDOMAINENUM hEnum, - IUnknown **appDomain); -void __RPC_STUB ICorRuntimeHost_NextDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CloseEnum_Proxy( - ICorRuntimeHost* This, - HDOMAINENUM hEnum); -void __RPC_STUB ICorRuntimeHost_CloseEnum_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CreateDomainEx_Proxy( - ICorRuntimeHost* This, - LPCWSTR friendlyName, - IUnknown *setup, - IUnknown *evidence, - IUnknown **appDomain); -void __RPC_STUB ICorRuntimeHost_CreateDomainEx_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CreateDomainSetup_Proxy( - ICorRuntimeHost* This, - IUnknown **appDomainSetup); -void __RPC_STUB ICorRuntimeHost_CreateDomainSetup_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CreateEvidence_Proxy( - ICorRuntimeHost* This, - IUnknown **evidence); -void __RPC_STUB ICorRuntimeHost_CreateEvidence_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_UnloadDomain_Proxy( - ICorRuntimeHost* This, - IUnknown *appDomain); -void __RPC_STUB ICorRuntimeHost_UnloadDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICorRuntimeHost_CurrentDomain_Proxy( - ICorRuntimeHost* This, - IUnknown **appDomain); -void __RPC_STUB ICorRuntimeHost_CurrentDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ICorRuntimeHost_INTERFACE_DEFINED__ */ @@ -1278,48 +1036,48 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ICLRRuntimeHost* This); + ICLRRuntimeHost *This); ULONG (STDMETHODCALLTYPE *Release)( - ICLRRuntimeHost* This); + ICLRRuntimeHost *This); /*** ICLRRuntimeHost methods ***/ HRESULT (STDMETHODCALLTYPE *Start)( - ICLRRuntimeHost* This); + ICLRRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *Stop)( - ICLRRuntimeHost* This); + ICLRRuntimeHost *This); HRESULT (STDMETHODCALLTYPE *SetHostControl)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, IHostControl *pHostControl); HRESULT (STDMETHODCALLTYPE *GetCLRControl)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, ICLRControl **pCLRControl); HRESULT (STDMETHODCALLTYPE *UnloadAppDomain)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, DWORD dwAppDomainId, WINBOOL fWaitUntilDone); HRESULT (STDMETHODCALLTYPE *ExecuteInAppDomain)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, DWORD dwAppDomainId, HRESULT (__stdcall * pCallback)(void *cookie), void *cookie); HRESULT (STDMETHODCALLTYPE *GetCurrentAppDomainId)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, DWORD *pdwAppDomainId); HRESULT (STDMETHODCALLTYPE *ExecuteApplication)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, LPCWSTR pwzAppFullName, DWORD dwManifestPaths, LPCWSTR *ppwzManifestPaths, @@ -1328,7 +1086,7 @@ int *pReturnValue); HRESULT (STDMETHODCALLTYPE *ExecuteInDefaultAppDomain)( - ICLRRuntimeHost* This, + ICLRRuntimeHost *This, LPCWSTR pwzAssemblyPath, LPCWSTR pwzTypeName, LPCWSTR pwzMethodName, @@ -1337,6 +1095,7 @@ END_INTERFACE } ICLRRuntimeHostVtbl; + interface ICLRRuntimeHost { CONST_VTBL ICLRRuntimeHostVtbl* lpVtbl; }; @@ -1401,88 +1160,6 @@ #endif -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_Start_Proxy( - ICLRRuntimeHost* This); -void __RPC_STUB ICLRRuntimeHost_Start_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_Stop_Proxy( - ICLRRuntimeHost* This); -void __RPC_STUB ICLRRuntimeHost_Stop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_SetHostControl_Proxy( - ICLRRuntimeHost* This, - IHostControl *pHostControl); -void __RPC_STUB ICLRRuntimeHost_SetHostControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_GetCLRControl_Proxy( - ICLRRuntimeHost* This, - ICLRControl **pCLRControl); -void __RPC_STUB ICLRRuntimeHost_GetCLRControl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_UnloadAppDomain_Proxy( - ICLRRuntimeHost* This, - DWORD dwAppDomainId, - WINBOOL fWaitUntilDone); -void __RPC_STUB ICLRRuntimeHost_UnloadAppDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_ExecuteInAppDomain_Proxy( - ICLRRuntimeHost* This, - DWORD dwAppDomainId, - HRESULT (__stdcall * pCallback)(void *cookie), - void *cookie); -void __RPC_STUB ICLRRuntimeHost_ExecuteInAppDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_GetCurrentAppDomainId_Proxy( - ICLRRuntimeHost* This, - DWORD *pdwAppDomainId); -void __RPC_STUB ICLRRuntimeHost_GetCurrentAppDomainId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_ExecuteApplication_Proxy( - ICLRRuntimeHost* This, - LPCWSTR pwzAppFullName, - DWORD dwManifestPaths, - LPCWSTR *ppwzManifestPaths, - DWORD dwActivationData, - LPCWSTR *ppwzActivationData, - int *pReturnValue); -void __RPC_STUB ICLRRuntimeHost_ExecuteApplication_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ICLRRuntimeHost_ExecuteInDefaultAppDomain_Proxy( - ICLRRuntimeHost* This, - LPCWSTR pwzAssemblyPath, - LPCWSTR pwzTypeName, - LPCWSTR pwzMethodName, - LPCWSTR pwzArgument, - DWORD *pReturnValue); -void __RPC_STUB ICLRRuntimeHost_ExecuteInDefaultAppDomain_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ICLRRuntimeHost_INTERFACE_DEFINED__ */ @@ -1515,29 +1192,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IManagedObject* This, + IManagedObject *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IManagedObject* This); + IManagedObject *This); ULONG (STDMETHODCALLTYPE *Release)( - IManagedObject* This); + IManagedObject *This); /*** IManagedObject methods ***/ HRESULT (STDMETHODCALLTYPE *GetSerializedBuffer)( - IManagedObject* This, + IManagedObject *This, BSTR *pBSTR); HRESULT (STDMETHODCALLTYPE *GetObjectIdentity)( - IManagedObject* This, + IManagedObject *This, BSTR *pBSTRGUID, int *AppDomainID, int *pCCW); END_INTERFACE } IManagedObjectVtbl; + interface IManagedObject { CONST_VTBL IManagedObjectVtbl* lpVtbl; }; @@ -1574,24 +1252,6 @@ #endif -HRESULT STDMETHODCALLTYPE IManagedObject_GetSerializedBuffer_Proxy( - IManagedObject* This, - BSTR *pBSTR); -void __RPC_STUB IManagedObject_GetSerializedBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IManagedObject_GetObjectIdentity_Proxy( - IManagedObject* This, - BSTR *pBSTRGUID, - int *AppDomainID, - int *pCCW); -void __RPC_STUB IManagedObject_GetObjectIdentity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IManagedObject_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/mscoree.idl mingw-w64-6.0.0/mingw-w64-headers/include/mscoree.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/mscoree.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/mscoree.idl 2018-09-14 14:16:43.000000000 +0000 @@ -183,7 +183,7 @@ HRESULT UnloadDomain([in] IUnknown* appDomain); HRESULT CurrentDomain([out] IUnknown** appDomain); -}; +} cpp_quote("DEFINE_GUID(CLSID_CLRRuntimeHost, 0x90f1a06e,0x7712,0x4762,0x86,0xb5,0x7a,0x5e,0xba,0x6b,0xdb,0x02);") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/msctf.h mingw-w64-6.0.0/mingw-w64-headers/include/msctf.h --- mingw-w64-5.0.4/mingw-w64-headers/include/msctf.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/msctf.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/msctf.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/msctf.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,301 +20,505 @@ #ifndef __ITfFunctionProvider_FWD_DEFINED__ #define __ITfFunctionProvider_FWD_DEFINED__ typedef interface ITfFunctionProvider ITfFunctionProvider; +#ifdef __cplusplus +interface ITfFunctionProvider; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfFunctionProviders_FWD_DEFINED__ #define __IEnumTfFunctionProviders_FWD_DEFINED__ typedef interface IEnumTfFunctionProviders IEnumTfFunctionProviders; +#ifdef __cplusplus +interface IEnumTfFunctionProviders; +#endif /* __cplusplus */ #endif #ifndef __ITfThreadMgr_FWD_DEFINED__ #define __ITfThreadMgr_FWD_DEFINED__ typedef interface ITfThreadMgr ITfThreadMgr; +#ifdef __cplusplus +interface ITfThreadMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfThreadMgrEx_FWD_DEFINED__ #define __ITfThreadMgrEx_FWD_DEFINED__ typedef interface ITfThreadMgrEx ITfThreadMgrEx; +#ifdef __cplusplus +interface ITfThreadMgrEx; +#endif /* __cplusplus */ #endif #ifndef __ITfCompositionView_FWD_DEFINED__ #define __ITfCompositionView_FWD_DEFINED__ typedef interface ITfCompositionView ITfCompositionView; +#ifdef __cplusplus +interface ITfCompositionView; +#endif /* __cplusplus */ #endif #ifndef __ITfDocumentMgr_FWD_DEFINED__ #define __ITfDocumentMgr_FWD_DEFINED__ typedef interface ITfDocumentMgr ITfDocumentMgr; +#ifdef __cplusplus +interface ITfDocumentMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfContextView_FWD_DEFINED__ #define __ITfContextView_FWD_DEFINED__ typedef interface ITfContextView ITfContextView; +#ifdef __cplusplus +interface ITfContextView; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfContextViews_FWD_DEFINED__ #define __IEnumTfContextViews_FWD_DEFINED__ typedef interface IEnumTfContextViews IEnumTfContextViews; +#ifdef __cplusplus +interface IEnumTfContextViews; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfProperties_FWD_DEFINED__ #define __IEnumTfProperties_FWD_DEFINED__ typedef interface IEnumTfProperties IEnumTfProperties; +#ifdef __cplusplus +interface IEnumTfProperties; +#endif /* __cplusplus */ #endif #ifndef __ITfRangeBackup_FWD_DEFINED__ #define __ITfRangeBackup_FWD_DEFINED__ typedef interface ITfRangeBackup ITfRangeBackup; +#ifdef __cplusplus +interface ITfRangeBackup; +#endif /* __cplusplus */ +#endif + +#ifndef __ITextStoreACPServices_FWD_DEFINED__ +#define __ITextStoreACPServices_FWD_DEFINED__ +typedef interface ITextStoreACPServices ITextStoreACPServices; +#ifdef __cplusplus +interface ITextStoreACPServices; +#endif /* __cplusplus */ #endif #ifndef __ITfContext_FWD_DEFINED__ #define __ITfContext_FWD_DEFINED__ typedef interface ITfContext ITfContext; +#ifdef __cplusplus +interface ITfContext; +#endif /* __cplusplus */ #endif #ifndef __ITfSource_FWD_DEFINED__ #define __ITfSource_FWD_DEFINED__ typedef interface ITfSource ITfSource; +#ifdef __cplusplus +interface ITfSource; +#endif /* __cplusplus */ #endif #ifndef __ITfInputProcessorProfiles_FWD_DEFINED__ #define __ITfInputProcessorProfiles_FWD_DEFINED__ typedef interface ITfInputProcessorProfiles ITfInputProcessorProfiles; +#ifdef __cplusplus +interface ITfInputProcessorProfiles; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfInputProcessorProfiles_FWD_DEFINED__ #define __IEnumTfInputProcessorProfiles_FWD_DEFINED__ typedef interface IEnumTfInputProcessorProfiles IEnumTfInputProcessorProfiles; +#ifdef __cplusplus +interface IEnumTfInputProcessorProfiles; +#endif /* __cplusplus */ #endif #ifndef __ITfInputProcessorProfileMgr_FWD_DEFINED__ #define __ITfInputProcessorProfileMgr_FWD_DEFINED__ typedef interface ITfInputProcessorProfileMgr ITfInputProcessorProfileMgr; +#ifdef __cplusplus +interface ITfInputProcessorProfileMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfDisplayAttributeInfo_FWD_DEFINED__ #define __ITfDisplayAttributeInfo_FWD_DEFINED__ typedef interface ITfDisplayAttributeInfo ITfDisplayAttributeInfo; +#ifdef __cplusplus +interface ITfDisplayAttributeInfo; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfDisplayAttributeInfo_FWD_DEFINED__ #define __IEnumTfDisplayAttributeInfo_FWD_DEFINED__ typedef interface IEnumTfDisplayAttributeInfo IEnumTfDisplayAttributeInfo; +#ifdef __cplusplus +interface IEnumTfDisplayAttributeInfo; +#endif /* __cplusplus */ #endif #ifndef __ITfDisplayAttributeMgr_FWD_DEFINED__ #define __ITfDisplayAttributeMgr_FWD_DEFINED__ typedef interface ITfDisplayAttributeMgr ITfDisplayAttributeMgr; +#ifdef __cplusplus +interface ITfDisplayAttributeMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfCategoryMgr_FWD_DEFINED__ #define __ITfCategoryMgr_FWD_DEFINED__ typedef interface ITfCategoryMgr ITfCategoryMgr; +#ifdef __cplusplus +interface ITfCategoryMgr; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfRanges_FWD_DEFINED__ #define __IEnumTfRanges_FWD_DEFINED__ typedef interface IEnumTfRanges IEnumTfRanges; +#ifdef __cplusplus +interface IEnumTfRanges; +#endif /* __cplusplus */ #endif #ifndef __ITfEditRecord_FWD_DEFINED__ #define __ITfEditRecord_FWD_DEFINED__ typedef interface ITfEditRecord ITfEditRecord; +#ifdef __cplusplus +interface ITfEditRecord; +#endif /* __cplusplus */ #endif #ifndef __ITfTextEditSink_FWD_DEFINED__ #define __ITfTextEditSink_FWD_DEFINED__ typedef interface ITfTextEditSink ITfTextEditSink; +#ifdef __cplusplus +interface ITfTextEditSink; +#endif /* __cplusplus */ #endif #ifndef __ITfContextOwnerCompositionSink_FWD_DEFINED__ #define __ITfContextOwnerCompositionSink_FWD_DEFINED__ typedef interface ITfContextOwnerCompositionSink ITfContextOwnerCompositionSink; +#ifdef __cplusplus +interface ITfContextOwnerCompositionSink; +#endif /* __cplusplus */ #endif #ifndef __ITfActiveLanguageProfileNotifySink_FWD_DEFINED__ #define __ITfActiveLanguageProfileNotifySink_FWD_DEFINED__ typedef interface ITfActiveLanguageProfileNotifySink ITfActiveLanguageProfileNotifySink; +#ifdef __cplusplus +interface ITfActiveLanguageProfileNotifySink; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfLanguageProfiles_FWD_DEFINED__ #define __IEnumTfLanguageProfiles_FWD_DEFINED__ typedef interface IEnumTfLanguageProfiles IEnumTfLanguageProfiles; +#ifdef __cplusplus +interface IEnumTfLanguageProfiles; +#endif /* __cplusplus */ #endif #ifndef __ITfTextInputProcessor_FWD_DEFINED__ #define __ITfTextInputProcessor_FWD_DEFINED__ typedef interface ITfTextInputProcessor ITfTextInputProcessor; +#ifdef __cplusplus +interface ITfTextInputProcessor; +#endif /* __cplusplus */ #endif #ifndef __ITfThreadMgrEventSink_FWD_DEFINED__ #define __ITfThreadMgrEventSink_FWD_DEFINED__ typedef interface ITfThreadMgrEventSink ITfThreadMgrEventSink; +#ifdef __cplusplus +interface ITfThreadMgrEventSink; +#endif /* __cplusplus */ #endif #ifndef __ITfKeystrokeMgr_FWD_DEFINED__ #define __ITfKeystrokeMgr_FWD_DEFINED__ typedef interface ITfKeystrokeMgr ITfKeystrokeMgr; +#ifdef __cplusplus +interface ITfKeystrokeMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfKeyEventSink_FWD_DEFINED__ #define __ITfKeyEventSink_FWD_DEFINED__ typedef interface ITfKeyEventSink ITfKeyEventSink; +#ifdef __cplusplus +interface ITfKeyEventSink; +#endif /* __cplusplus */ +#endif + +#ifndef __ITfKeyTraceEventSink_FWD_DEFINED__ +#define __ITfKeyTraceEventSink_FWD_DEFINED__ +typedef interface ITfKeyTraceEventSink ITfKeyTraceEventSink; +#ifdef __cplusplus +interface ITfKeyTraceEventSink; +#endif /* __cplusplus */ #endif #ifndef __ITfMessagePump_FWD_DEFINED__ #define __ITfMessagePump_FWD_DEFINED__ typedef interface ITfMessagePump ITfMessagePump; +#ifdef __cplusplus +interface ITfMessagePump; +#endif /* __cplusplus */ #endif #ifndef __ITfClientId_FWD_DEFINED__ #define __ITfClientId_FWD_DEFINED__ typedef interface ITfClientId ITfClientId; +#ifdef __cplusplus +interface ITfClientId; +#endif /* __cplusplus */ #endif #ifndef __ITfLanguageProfileNotifySink_FWD_DEFINED__ #define __ITfLanguageProfileNotifySink_FWD_DEFINED__ typedef interface ITfLanguageProfileNotifySink ITfLanguageProfileNotifySink; +#ifdef __cplusplus +interface ITfLanguageProfileNotifySink; +#endif /* __cplusplus */ #endif #ifndef __ITfEditSession_FWD_DEFINED__ #define __ITfEditSession_FWD_DEFINED__ typedef interface ITfEditSession ITfEditSession; +#ifdef __cplusplus +interface ITfEditSession; +#endif /* __cplusplus */ #endif #ifndef __ITfRange_FWD_DEFINED__ #define __ITfRange_FWD_DEFINED__ typedef interface ITfRange ITfRange; +#ifdef __cplusplus +interface ITfRange; +#endif /* __cplusplus */ #endif #ifndef __ITfRangeACP_FWD_DEFINED__ #define __ITfRangeACP_FWD_DEFINED__ typedef interface ITfRangeACP ITfRangeACP; +#ifdef __cplusplus +interface ITfRangeACP; +#endif /* __cplusplus */ #endif #ifndef __ITfInsertAtSelection_FWD_DEFINED__ #define __ITfInsertAtSelection_FWD_DEFINED__ typedef interface ITfInsertAtSelection ITfInsertAtSelection; +#ifdef __cplusplus +interface ITfInsertAtSelection; +#endif /* __cplusplus */ #endif #ifndef __ITfPropertyStore_FWD_DEFINED__ #define __ITfPropertyStore_FWD_DEFINED__ typedef interface ITfPropertyStore ITfPropertyStore; +#ifdef __cplusplus +interface ITfPropertyStore; +#endif /* __cplusplus */ #endif #ifndef __IEnumITfCompositionView_FWD_DEFINED__ #define __IEnumITfCompositionView_FWD_DEFINED__ typedef interface IEnumITfCompositionView IEnumITfCompositionView; +#ifdef __cplusplus +interface IEnumITfCompositionView; +#endif /* __cplusplus */ #endif #ifndef __ITfComposition_FWD_DEFINED__ #define __ITfComposition_FWD_DEFINED__ typedef interface ITfComposition ITfComposition; +#ifdef __cplusplus +interface ITfComposition; +#endif /* __cplusplus */ #endif #ifndef __ITfCompositionSink_FWD_DEFINED__ #define __ITfCompositionSink_FWD_DEFINED__ typedef interface ITfCompositionSink ITfCompositionSink; +#ifdef __cplusplus +interface ITfCompositionSink; +#endif /* __cplusplus */ #endif #ifndef __ITfContextComposition_FWD_DEFINED__ #define __ITfContextComposition_FWD_DEFINED__ typedef interface ITfContextComposition ITfContextComposition; +#ifdef __cplusplus +interface ITfContextComposition; +#endif /* __cplusplus */ #endif #ifndef __ITfContextOwnerCompositionServices_FWD_DEFINED__ #define __ITfContextOwnerCompositionServices_FWD_DEFINED__ typedef interface ITfContextOwnerCompositionServices ITfContextOwnerCompositionServices; +#ifdef __cplusplus +interface ITfContextOwnerCompositionServices; +#endif /* __cplusplus */ #endif #ifndef __ITfPersistentPropertyLoaderACP_FWD_DEFINED__ #define __ITfPersistentPropertyLoaderACP_FWD_DEFINED__ typedef interface ITfPersistentPropertyLoaderACP ITfPersistentPropertyLoaderACP; +#ifdef __cplusplus +interface ITfPersistentPropertyLoaderACP; +#endif /* __cplusplus */ #endif #ifndef __ITfContextOwnerServices_FWD_DEFINED__ #define __ITfContextOwnerServices_FWD_DEFINED__ typedef interface ITfContextOwnerServices ITfContextOwnerServices; +#ifdef __cplusplus +interface ITfContextOwnerServices; +#endif /* __cplusplus */ #endif #ifndef __ITfReadOnlyProperty_FWD_DEFINED__ #define __ITfReadOnlyProperty_FWD_DEFINED__ typedef interface ITfReadOnlyProperty ITfReadOnlyProperty; +#ifdef __cplusplus +interface ITfReadOnlyProperty; +#endif /* __cplusplus */ #endif #ifndef __ITfProperty_FWD_DEFINED__ #define __ITfProperty_FWD_DEFINED__ typedef interface ITfProperty ITfProperty; +#ifdef __cplusplus +interface ITfProperty; +#endif /* __cplusplus */ #endif #ifndef __ITfCompartment_FWD_DEFINED__ #define __ITfCompartment_FWD_DEFINED__ typedef interface ITfCompartment ITfCompartment; +#ifdef __cplusplus +interface ITfCompartment; +#endif /* __cplusplus */ #endif #ifndef __ITfCompartmentMgr_FWD_DEFINED__ #define __ITfCompartmentMgr_FWD_DEFINED__ typedef interface ITfCompartmentMgr ITfCompartmentMgr; +#ifdef __cplusplus +interface ITfCompartmentMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfCompartmentEventSink_FWD_DEFINED__ #define __ITfCompartmentEventSink_FWD_DEFINED__ typedef interface ITfCompartmentEventSink ITfCompartmentEventSink; +#ifdef __cplusplus +interface ITfCompartmentEventSink; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfContexts_FWD_DEFINED__ #define __IEnumTfContexts_FWD_DEFINED__ typedef interface IEnumTfContexts IEnumTfContexts; +#ifdef __cplusplus +interface IEnumTfContexts; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfDocumentMgrs_FWD_DEFINED__ #define __IEnumTfDocumentMgrs_FWD_DEFINED__ typedef interface IEnumTfDocumentMgrs IEnumTfDocumentMgrs; +#ifdef __cplusplus +interface IEnumTfDocumentMgrs; +#endif /* __cplusplus */ #endif #ifndef __ITfUIElement_FWD_DEFINED__ #define __ITfUIElement_FWD_DEFINED__ typedef interface ITfUIElement ITfUIElement; +#ifdef __cplusplus +interface ITfUIElement; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfUIElements_FWD_DEFINED__ #define __IEnumTfUIElements_FWD_DEFINED__ typedef interface IEnumTfUIElements IEnumTfUIElements; +#ifdef __cplusplus +interface IEnumTfUIElements; +#endif /* __cplusplus */ #endif #ifndef __ITfUIElementMgr_FWD_DEFINED__ #define __ITfUIElementMgr_FWD_DEFINED__ typedef interface ITfUIElementMgr ITfUIElementMgr; +#ifdef __cplusplus +interface ITfUIElementMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfSourceSingle_FWD_DEFINED__ #define __ITfSourceSingle_FWD_DEFINED__ typedef interface ITfSourceSingle ITfSourceSingle; +#ifdef __cplusplus +interface ITfSourceSingle; +#endif /* __cplusplus */ #endif #ifndef __ITfThreadFocusSink_FWD_DEFINED__ #define __ITfThreadFocusSink_FWD_DEFINED__ typedef interface ITfThreadFocusSink ITfThreadFocusSink; +#ifdef __cplusplus +interface ITfThreadFocusSink; +#endif /* __cplusplus */ #endif #ifndef __ITfInputProcessorProfileActivationSink_FWD_DEFINED__ #define __ITfInputProcessorProfileActivationSink_FWD_DEFINED__ typedef interface ITfInputProcessorProfileActivationSink ITfInputProcessorProfileActivationSink; +#ifdef __cplusplus +interface ITfInputProcessorProfileActivationSink; +#endif /* __cplusplus */ #endif #ifndef __ITfMouseSink_FWD_DEFINED__ #define __ITfMouseSink_FWD_DEFINED__ typedef interface ITfMouseSink ITfMouseSink; +#ifdef __cplusplus +interface ITfMouseSink; +#endif /* __cplusplus */ #endif #ifndef __ITfMouseTracker_FWD_DEFINED__ #define __ITfMouseTracker_FWD_DEFINED__ typedef interface ITfMouseTracker ITfMouseTracker; +#ifdef __cplusplus +interface ITfMouseTracker; +#endif /* __cplusplus */ #endif #ifndef __ITfMouseTrackerACP_FWD_DEFINED__ #define __ITfMouseTrackerACP_FWD_DEFINED__ typedef interface ITfMouseTrackerACP ITfMouseTrackerACP; +#ifdef __cplusplus +interface ITfMouseTrackerACP; +#endif /* __cplusplus */ +#endif + +#ifndef __ITfTransitoryExtensionSink_FWD_DEFINED__ +#define __ITfTransitoryExtensionSink_FWD_DEFINED__ +typedef interface ITfTransitoryExtensionSink ITfTransitoryExtensionSink; +#ifdef __cplusplus +interface ITfTransitoryExtensionSink; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -381,61 +585,113 @@ #ifndef __ITfDocumentMgr_FWD_DEFINED__ #define __ITfDocumentMgr_FWD_DEFINED__ typedef interface ITfDocumentMgr ITfDocumentMgr; +#ifdef __cplusplus +interface ITfDocumentMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfContext_FWD_DEFINED__ #define __ITfContext_FWD_DEFINED__ typedef interface ITfContext ITfContext; +#ifdef __cplusplus +interface ITfContext; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfDocumentMgrs_FWD_DEFINED__ #define __IEnumTfDocumentMgrs_FWD_DEFINED__ typedef interface IEnumTfDocumentMgrs IEnumTfDocumentMgrs; +#ifdef __cplusplus +interface IEnumTfDocumentMgrs; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfContexts_FWD_DEFINED__ #define __IEnumTfContexts_FWD_DEFINED__ typedef interface IEnumTfContexts IEnumTfContexts; +#ifdef __cplusplus +interface IEnumTfContexts; +#endif /* __cplusplus */ #endif #ifndef __ITfCompartmentMgr_FWD_DEFINED__ #define __ITfCompartmentMgr_FWD_DEFINED__ typedef interface ITfCompartmentMgr ITfCompartmentMgr; +#ifdef __cplusplus +interface ITfCompartmentMgr; +#endif /* __cplusplus */ #endif #ifndef __ITfEditSession_FWD_DEFINED__ #define __ITfEditSession_FWD_DEFINED__ typedef interface ITfEditSession ITfEditSession; +#ifdef __cplusplus +interface ITfEditSession; +#endif /* __cplusplus */ #endif #ifndef __ITfRange_FWD_DEFINED__ #define __ITfRange_FWD_DEFINED__ typedef interface ITfRange ITfRange; +#ifdef __cplusplus +interface ITfRange; +#endif /* __cplusplus */ #endif #ifndef __ITfProperty_FWD_DEFINED__ #define __ITfProperty_FWD_DEFINED__ typedef interface ITfProperty ITfProperty; +#ifdef __cplusplus +interface ITfProperty; +#endif /* __cplusplus */ #endif #ifndef __ITfReadOnlyProperty_FWD_DEFINED__ #define __ITfReadOnlyProperty_FWD_DEFINED__ typedef interface ITfReadOnlyProperty ITfReadOnlyProperty; +#ifdef __cplusplus +interface ITfReadOnlyProperty; +#endif /* __cplusplus */ #endif #ifndef __IEnumTfLanguageProfiles_FWD_DEFINED__ #define __IEnumTfLanguageProfiles_FWD_DEFINED__ typedef interface IEnumTfLanguageProfiles IEnumTfLanguageProfiles; +#ifdef __cplusplus +interface IEnumTfLanguageProfiles; +#endif /* __cplusplus */ #endif #ifndef __ITfCompositionView_FWD_DEFINED__ #define __ITfCompositionView_FWD_DEFINED__ typedef interface ITfCompositionView ITfCompositionView; +#ifdef __cplusplus +interface ITfCompositionView; +#endif /* __cplusplus */ #endif #ifndef __ITfKeyEventSink_FWD_DEFINED__ #define __ITfKeyEventSink_FWD_DEFINED__ typedef interface ITfKeyEventSink ITfKeyEventSink; +#ifdef __cplusplus +interface ITfKeyEventSink; +#endif /* __cplusplus */ +#endif + +#ifndef __ITfPersistentPropertyLoaderACP_FWD_DEFINED__ +#define __ITfPersistentPropertyLoaderACP_FWD_DEFINED__ +typedef interface ITfPersistentPropertyLoaderACP ITfPersistentPropertyLoaderACP; +#ifdef __cplusplus +interface ITfPersistentPropertyLoaderACP; +#endif /* __cplusplus */ +#endif + +#ifndef __ITfRangeACP_FWD_DEFINED__ +#define __ITfRangeACP_FWD_DEFINED__ +typedef interface ITfRangeACP ITfRangeACP; +#ifdef __cplusplus +interface ITfRangeACP; +#endif /* __cplusplus */ #endif #if 0 @@ -496,33 +752,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfFunctionProvider* This, + ITfFunctionProvider *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfFunctionProvider* This); + ITfFunctionProvider *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfFunctionProvider* This); + ITfFunctionProvider *This); /*** ITfFunctionProvider methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - ITfFunctionProvider* This, + ITfFunctionProvider *This, GUID *guid); HRESULT (STDMETHODCALLTYPE *GetDescription)( - ITfFunctionProvider* This, + ITfFunctionProvider *This, BSTR *desc); HRESULT (STDMETHODCALLTYPE *GetFunction)( - ITfFunctionProvider* This, + ITfFunctionProvider *This, REFGUID guid, REFIID riid, IUnknown **func); END_INTERFACE } ITfFunctionProviderVtbl; + interface ITfFunctionProvider { CONST_VTBL ITfFunctionProviderVtbl* lpVtbl; }; @@ -563,32 +820,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfFunctionProvider_GetType_Proxy( - ITfFunctionProvider* This, - GUID *guid); -void __RPC_STUB ITfFunctionProvider_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfFunctionProvider_GetDescription_Proxy( - ITfFunctionProvider* This, - BSTR *desc); -void __RPC_STUB ITfFunctionProvider_GetDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfFunctionProvider_GetFunction_Proxy( - ITfFunctionProvider* This, - REFGUID guid, - REFIID riid, - IUnknown **func); -void __RPC_STUB ITfFunctionProvider_GetFunction_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfFunctionProvider_INTERFACE_DEFINED__ */ @@ -627,36 +858,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfFunctionProviders* This, + IEnumTfFunctionProviders *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfFunctionProviders* This); + IEnumTfFunctionProviders *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfFunctionProviders* This); + IEnumTfFunctionProviders *This); /*** IEnumTfFunctionProviders methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfFunctionProviders* This, + IEnumTfFunctionProviders *This, IEnumTfFunctionProviders **ret); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfFunctionProviders* This, + IEnumTfFunctionProviders *This, ULONG count, ITfFunctionProvider **prov, ULONG *fetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfFunctionProviders* This); + IEnumTfFunctionProviders *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfFunctionProviders* This, + IEnumTfFunctionProviders *This, ULONG count); END_INTERFACE } IEnumTfFunctionProvidersVtbl; + interface IEnumTfFunctionProviders { CONST_VTBL IEnumTfFunctionProvidersVtbl* lpVtbl; }; @@ -701,39 +933,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfFunctionProviders_Clone_Proxy( - IEnumTfFunctionProviders* This, - IEnumTfFunctionProviders **ret); -void __RPC_STUB IEnumTfFunctionProviders_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfFunctionProviders_Next_Proxy( - IEnumTfFunctionProviders* This, - ULONG count, - ITfFunctionProvider **prov, - ULONG *fetched); -void __RPC_STUB IEnumTfFunctionProviders_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfFunctionProviders_Reset_Proxy( - IEnumTfFunctionProviders* This); -void __RPC_STUB IEnumTfFunctionProviders_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfFunctionProviders_Skip_Proxy( - IEnumTfFunctionProviders* This, - ULONG count); -void __RPC_STUB IEnumTfFunctionProviders_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfFunctionProviders_INTERFACE_DEFINED__ */ @@ -794,65 +993,66 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfThreadMgr* This, + ITfThreadMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfThreadMgr* This); + ITfThreadMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfThreadMgr* This); + ITfThreadMgr *This); /*** ITfThreadMgr methods ***/ HRESULT (STDMETHODCALLTYPE *Activate)( - ITfThreadMgr* This, + ITfThreadMgr *This, TfClientId *ptid); HRESULT (STDMETHODCALLTYPE *Deactivate)( - ITfThreadMgr* This); + ITfThreadMgr *This); HRESULT (STDMETHODCALLTYPE *CreateDocumentMgr)( - ITfThreadMgr* This, + ITfThreadMgr *This, ITfDocumentMgr **ppdim); HRESULT (STDMETHODCALLTYPE *EnumDocumentMgrs)( - ITfThreadMgr* This, + ITfThreadMgr *This, IEnumTfDocumentMgrs **ppEnum); HRESULT (STDMETHODCALLTYPE *GetFocus)( - ITfThreadMgr* This, + ITfThreadMgr *This, ITfDocumentMgr **ppdimFocus); HRESULT (STDMETHODCALLTYPE *SetFocus)( - ITfThreadMgr* This, + ITfThreadMgr *This, ITfDocumentMgr *pdimFocus); HRESULT (STDMETHODCALLTYPE *AssociateFocus)( - ITfThreadMgr* This, + ITfThreadMgr *This, HWND hwnd, ITfDocumentMgr *pdimNew, ITfDocumentMgr **ppdimPrev); HRESULT (STDMETHODCALLTYPE *IsThreadFocus)( - ITfThreadMgr* This, + ITfThreadMgr *This, WINBOOL *pfThreadFocus); HRESULT (STDMETHODCALLTYPE *GetFunctionProvider)( - ITfThreadMgr* This, + ITfThreadMgr *This, REFCLSID clsid, ITfFunctionProvider **ppFuncProv); HRESULT (STDMETHODCALLTYPE *EnumFunctionProviders)( - ITfThreadMgr* This, + ITfThreadMgr *This, IEnumTfFunctionProviders **ppEnum); HRESULT (STDMETHODCALLTYPE *GetGlobalCompartment)( - ITfThreadMgr* This, + ITfThreadMgr *This, ITfCompartmentMgr **ppCompMgr); END_INTERFACE } ITfThreadMgrVtbl; + interface ITfThreadMgr { CONST_VTBL ITfThreadMgrVtbl* lpVtbl; }; @@ -925,96 +1125,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfThreadMgr_Activate_Proxy( - ITfThreadMgr* This, - TfClientId *ptid); -void __RPC_STUB ITfThreadMgr_Activate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_Deactivate_Proxy( - ITfThreadMgr* This); -void __RPC_STUB ITfThreadMgr_Deactivate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_CreateDocumentMgr_Proxy( - ITfThreadMgr* This, - ITfDocumentMgr **ppdim); -void __RPC_STUB ITfThreadMgr_CreateDocumentMgr_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_EnumDocumentMgrs_Proxy( - ITfThreadMgr* This, - IEnumTfDocumentMgrs **ppEnum); -void __RPC_STUB ITfThreadMgr_EnumDocumentMgrs_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_GetFocus_Proxy( - ITfThreadMgr* This, - ITfDocumentMgr **ppdimFocus); -void __RPC_STUB ITfThreadMgr_GetFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_SetFocus_Proxy( - ITfThreadMgr* This, - ITfDocumentMgr *pdimFocus); -void __RPC_STUB ITfThreadMgr_SetFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_AssociateFocus_Proxy( - ITfThreadMgr* This, - HWND hwnd, - ITfDocumentMgr *pdimNew, - ITfDocumentMgr **ppdimPrev); -void __RPC_STUB ITfThreadMgr_AssociateFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_IsThreadFocus_Proxy( - ITfThreadMgr* This, - WINBOOL *pfThreadFocus); -void __RPC_STUB ITfThreadMgr_IsThreadFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_GetFunctionProvider_Proxy( - ITfThreadMgr* This, - REFCLSID clsid, - ITfFunctionProvider **ppFuncProv); -void __RPC_STUB ITfThreadMgr_GetFunctionProvider_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_EnumFunctionProviders_Proxy( - ITfThreadMgr* This, - IEnumTfFunctionProviders **ppEnum); -void __RPC_STUB ITfThreadMgr_EnumFunctionProviders_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgr_GetGlobalCompartment_Proxy( - ITfThreadMgr* This, - ITfCompartmentMgr **ppCompMgr); -void __RPC_STUB ITfThreadMgr_GetGlobalCompartment_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfThreadMgr_INTERFACE_DEFINED__ */ @@ -1046,75 +1156,76 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfThreadMgrEx* This); + ITfThreadMgrEx *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfThreadMgrEx* This); + ITfThreadMgrEx *This); /*** ITfThreadMgr methods ***/ HRESULT (STDMETHODCALLTYPE *Activate)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, TfClientId *ptid); HRESULT (STDMETHODCALLTYPE *Deactivate)( - ITfThreadMgrEx* This); + ITfThreadMgrEx *This); HRESULT (STDMETHODCALLTYPE *CreateDocumentMgr)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, ITfDocumentMgr **ppdim); HRESULT (STDMETHODCALLTYPE *EnumDocumentMgrs)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, IEnumTfDocumentMgrs **ppEnum); HRESULT (STDMETHODCALLTYPE *GetFocus)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, ITfDocumentMgr **ppdimFocus); HRESULT (STDMETHODCALLTYPE *SetFocus)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, ITfDocumentMgr *pdimFocus); HRESULT (STDMETHODCALLTYPE *AssociateFocus)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, HWND hwnd, ITfDocumentMgr *pdimNew, ITfDocumentMgr **ppdimPrev); HRESULT (STDMETHODCALLTYPE *IsThreadFocus)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, WINBOOL *pfThreadFocus); HRESULT (STDMETHODCALLTYPE *GetFunctionProvider)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, REFCLSID clsid, ITfFunctionProvider **ppFuncProv); HRESULT (STDMETHODCALLTYPE *EnumFunctionProviders)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, IEnumTfFunctionProviders **ppEnum); HRESULT (STDMETHODCALLTYPE *GetGlobalCompartment)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, ITfCompartmentMgr **ppCompMgr); /*** ITfThreadMgrEx methods ***/ HRESULT (STDMETHODCALLTYPE *ActivateEx)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, TfClientId *id, DWORD flags); HRESULT (STDMETHODCALLTYPE *GetActiveFlags)( - ITfThreadMgrEx* This, + ITfThreadMgrEx *This, DWORD *flags); END_INTERFACE } ITfThreadMgrExVtbl; + interface ITfThreadMgrEx { CONST_VTBL ITfThreadMgrExVtbl* lpVtbl; }; @@ -1197,23 +1308,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfThreadMgrEx_ActivateEx_Proxy( - ITfThreadMgrEx* This, - TfClientId *id, - DWORD flags); -void __RPC_STUB ITfThreadMgrEx_ActivateEx_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgrEx_GetActiveFlags_Proxy( - ITfThreadMgrEx* This, - DWORD *flags); -void __RPC_STUB ITfThreadMgrEx_GetActiveFlags_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfThreadMgrEx_INTERFACE_DEFINED__ */ @@ -1244,27 +1338,28 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCompositionView* This, + ITfCompositionView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCompositionView* This); + ITfCompositionView *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCompositionView* This); + ITfCompositionView *This); /*** ITfCompositionView methods ***/ HRESULT (STDMETHODCALLTYPE *GetOwnerClsid)( - ITfCompositionView* This, + ITfCompositionView *This, CLSID *pclsid); HRESULT (STDMETHODCALLTYPE *GetRange)( - ITfCompositionView* This, + ITfCompositionView *This, ITfRange **ppRange); END_INTERFACE } ITfCompositionViewVtbl; + interface ITfCompositionView { CONST_VTBL ITfCompositionViewVtbl* lpVtbl; }; @@ -1301,22 +1396,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCompositionView_GetOwnerClsid_Proxy( - ITfCompositionView* This, - CLSID *pclsid); -void __RPC_STUB ITfCompositionView_GetOwnerClsid_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCompositionView_GetRange_Proxy( - ITfCompositionView* This, - ITfRange **ppRange); -void __RPC_STUB ITfCompositionView_GetRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCompositionView_INTERFACE_DEFINED__ */ @@ -1365,19 +1444,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfDocumentMgr* This); + ITfDocumentMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfDocumentMgr* This); + ITfDocumentMgr *This); /*** ITfDocumentMgr methods ***/ HRESULT (STDMETHODCALLTYPE *CreateContext)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, TfClientId tidOwner, DWORD dwFlags, IUnknown *punk, @@ -1385,27 +1464,28 @@ TfEditCookie *pecTextStore); HRESULT (STDMETHODCALLTYPE *Push)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, ITfContext *pic); HRESULT (STDMETHODCALLTYPE *Pop)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetTop)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, ITfContext **ppic); HRESULT (STDMETHODCALLTYPE *GetBase)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, ITfContext **ppic); HRESULT (STDMETHODCALLTYPE *EnumContexts)( - ITfDocumentMgr* This, + ITfDocumentMgr *This, IEnumTfContexts **ppEnum); END_INTERFACE } ITfDocumentMgrVtbl; + interface ITfDocumentMgr { CONST_VTBL ITfDocumentMgrVtbl* lpVtbl; }; @@ -1458,58 +1538,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_CreateContext_Proxy( - ITfDocumentMgr* This, - TfClientId tidOwner, - DWORD dwFlags, - IUnknown *punk, - ITfContext **ppic, - TfEditCookie *pecTextStore); -void __RPC_STUB ITfDocumentMgr_CreateContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_Push_Proxy( - ITfDocumentMgr* This, - ITfContext *pic); -void __RPC_STUB ITfDocumentMgr_Push_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_Pop_Proxy( - ITfDocumentMgr* This, - DWORD dwFlags); -void __RPC_STUB ITfDocumentMgr_Pop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_GetTop_Proxy( - ITfDocumentMgr* This, - ITfContext **ppic); -void __RPC_STUB ITfDocumentMgr_GetTop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_GetBase_Proxy( - ITfDocumentMgr* This, - ITfContext **ppic); -void __RPC_STUB ITfDocumentMgr_GetBase_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDocumentMgr_EnumContexts_Proxy( - ITfDocumentMgr* This, - IEnumTfContexts **ppEnum); -void __RPC_STUB ITfDocumentMgr_EnumContexts_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfDocumentMgr_INTERFACE_DEFINED__ */ @@ -1552,41 +1580,42 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContextView* This, + ITfContextView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContextView* This); + ITfContextView *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContextView* This); + ITfContextView *This); /*** ITfContextView methods ***/ HRESULT (STDMETHODCALLTYPE *GetRangeFromPoint)( - ITfContextView* This, + ITfContextView *This, TfEditCookie cookie, const POINT *pt, DWORD flags, ITfRange **range); HRESULT (STDMETHODCALLTYPE *GetTextExt)( - ITfContextView* This, + ITfContextView *This, TfEditCookie cookie, ITfRange *range, RECT *rect, WINBOOL *clipped); HRESULT (STDMETHODCALLTYPE *GetScreenExt)( - ITfContextView* This, + ITfContextView *This, RECT *rect); HRESULT (STDMETHODCALLTYPE *GetWnd)( - ITfContextView* This, + ITfContextView *This, HWND *hwnd); END_INTERFACE } ITfContextViewVtbl; + interface ITfContextView { CONST_VTBL ITfContextViewVtbl* lpVtbl; }; @@ -1631,44 +1660,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContextView_GetRangeFromPoint_Proxy( - ITfContextView* This, - TfEditCookie cookie, - const POINT *pt, - DWORD flags, - ITfRange **range); -void __RPC_STUB ITfContextView_GetRangeFromPoint_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextView_GetTextExt_Proxy( - ITfContextView* This, - TfEditCookie cookie, - ITfRange *range, - RECT *rect, - WINBOOL *clipped); -void __RPC_STUB ITfContextView_GetTextExt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextView_GetScreenExt_Proxy( - ITfContextView* This, - RECT *rect); -void __RPC_STUB ITfContextView_GetScreenExt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextView_GetWnd_Proxy( - ITfContextView* This, - HWND *hwnd); -void __RPC_STUB ITfContextView_GetWnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContextView_INTERFACE_DEFINED__ */ @@ -1707,36 +1698,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfContextViews* This, + IEnumTfContextViews *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfContextViews* This); + IEnumTfContextViews *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfContextViews* This); + IEnumTfContextViews *This); /*** IEnumTfContextViews methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfContextViews* This, + IEnumTfContextViews *This, IEnumTfContextViews **ret); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfContextViews* This, + IEnumTfContextViews *This, ULONG count, ITfContextView **views, ULONG *fetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfContextViews* This); + IEnumTfContextViews *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfContextViews* This, + IEnumTfContextViews *This, ULONG count); END_INTERFACE } IEnumTfContextViewsVtbl; + interface IEnumTfContextViews { CONST_VTBL IEnumTfContextViewsVtbl* lpVtbl; }; @@ -1781,39 +1773,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfContextViews_Clone_Proxy( - IEnumTfContextViews* This, - IEnumTfContextViews **ret); -void __RPC_STUB IEnumTfContextViews_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContextViews_Next_Proxy( - IEnumTfContextViews* This, - ULONG count, - ITfContextView **views, - ULONG *fetched); -void __RPC_STUB IEnumTfContextViews_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContextViews_Reset_Proxy( - IEnumTfContextViews* This); -void __RPC_STUB IEnumTfContextViews_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContextViews_Skip_Proxy( - IEnumTfContextViews* This, - ULONG count); -void __RPC_STUB IEnumTfContextViews_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfContextViews_INTERFACE_DEFINED__ */ @@ -1852,36 +1811,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfProperties* This, + IEnumTfProperties *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfProperties* This); + IEnumTfProperties *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfProperties* This); + IEnumTfProperties *This); /*** IEnumTfProperties methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfProperties* This, + IEnumTfProperties *This, IEnumTfProperties **ret); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfProperties* This, + IEnumTfProperties *This, ULONG count, ITfProperty **props, ULONG *fetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfProperties* This); + IEnumTfProperties *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfProperties* This, + IEnumTfProperties *This, ULONG count); END_INTERFACE } IEnumTfPropertiesVtbl; + interface IEnumTfProperties { CONST_VTBL IEnumTfPropertiesVtbl* lpVtbl; }; @@ -1926,39 +1886,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfProperties_Clone_Proxy( - IEnumTfProperties* This, - IEnumTfProperties **ret); -void __RPC_STUB IEnumTfProperties_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfProperties_Next_Proxy( - IEnumTfProperties* This, - ULONG count, - ITfProperty **props, - ULONG *fetched); -void __RPC_STUB IEnumTfProperties_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfProperties_Reset_Proxy( - IEnumTfProperties* This); -void __RPC_STUB IEnumTfProperties_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfProperties_Skip_Proxy( - IEnumTfProperties* This, - ULONG count); -void __RPC_STUB IEnumTfProperties_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfProperties_INTERFACE_DEFINED__ */ @@ -1987,24 +1914,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfRangeBackup* This, + ITfRangeBackup *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfRangeBackup* This); + ITfRangeBackup *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfRangeBackup* This); + ITfRangeBackup *This); /*** ITfRangeBackup methods ***/ HRESULT (STDMETHODCALLTYPE *Restore)( - ITfRangeBackup* This, + ITfRangeBackup *This, TfEditCookie cookie, ITfRange *range); END_INTERFACE } ITfRangeBackupVtbl; + interface ITfRangeBackup { CONST_VTBL ITfRangeBackupVtbl* lpVtbl; }; @@ -2037,19 +1965,136 @@ #endif -HRESULT STDMETHODCALLTYPE ITfRangeBackup_Restore_Proxy( - ITfRangeBackup* This, - TfEditCookie cookie, - ITfRange *range); -void __RPC_STUB ITfRangeBackup_Restore_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfRangeBackup_INTERFACE_DEFINED__ */ /***************************************************************************** + * ITextStoreACPServices interface + */ +#ifndef __ITextStoreACPServices_INTERFACE_DEFINED__ +#define __ITextStoreACPServices_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITextStoreACPServices, 0xaa80e901, 0x2021, 0x11d2, 0x93,0xe0, 0x00,0x60,0xb0,0x67,0xb8,0x6e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("aa80e901-2021-11d2-93e0-0060b067b86e") +ITextStoreACPServices : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Serialize( + ITfProperty *prop, + ITfRange *range, + TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + IStream *stream) = 0; + + virtual HRESULT STDMETHODCALLTYPE Unserialize( + ITfProperty *prop, + const TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + IStream *stream, + ITfPersistentPropertyLoaderACP *loader) = 0; + + virtual HRESULT STDMETHODCALLTYPE ForceLoadProperty( + ITfProperty *prop) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateRange( + LONG start, + LONG end, + ITfRangeACP **range) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITextStoreACPServices, 0xaa80e901, 0x2021, 0x11d2, 0x93,0xe0, 0x00,0x60,0xb0,0x67,0xb8,0x6e) +#endif +#else +typedef struct ITextStoreACPServicesVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITextStoreACPServices *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITextStoreACPServices *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITextStoreACPServices *This); + + /*** ITextStoreACPServices methods ***/ + HRESULT (STDMETHODCALLTYPE *Serialize)( + ITextStoreACPServices *This, + ITfProperty *prop, + ITfRange *range, + TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + IStream *stream); + + HRESULT (STDMETHODCALLTYPE *Unserialize)( + ITextStoreACPServices *This, + ITfProperty *prop, + const TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + IStream *stream, + ITfPersistentPropertyLoaderACP *loader); + + HRESULT (STDMETHODCALLTYPE *ForceLoadProperty)( + ITextStoreACPServices *This, + ITfProperty *prop); + + HRESULT (STDMETHODCALLTYPE *CreateRange)( + ITextStoreACPServices *This, + LONG start, + LONG end, + ITfRangeACP **range); + + END_INTERFACE +} ITextStoreACPServicesVtbl; + +interface ITextStoreACPServices { + CONST_VTBL ITextStoreACPServicesVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITextStoreACPServices_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITextStoreACPServices_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITextStoreACPServices_Release(This) (This)->lpVtbl->Release(This) +/*** ITextStoreACPServices methods ***/ +#define ITextStoreACPServices_Serialize(This,prop,range,header,stream) (This)->lpVtbl->Serialize(This,prop,range,header,stream) +#define ITextStoreACPServices_Unserialize(This,prop,header,stream,loader) (This)->lpVtbl->Unserialize(This,prop,header,stream,loader) +#define ITextStoreACPServices_ForceLoadProperty(This,prop) (This)->lpVtbl->ForceLoadProperty(This,prop) +#define ITextStoreACPServices_CreateRange(This,start,end,range) (This)->lpVtbl->CreateRange(This,start,end,range) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITextStoreACPServices_QueryInterface(ITextStoreACPServices* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITextStoreACPServices_AddRef(ITextStoreACPServices* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITextStoreACPServices_Release(ITextStoreACPServices* This) { + return This->lpVtbl->Release(This); +} +/*** ITextStoreACPServices methods ***/ +static FORCEINLINE HRESULT ITextStoreACPServices_Serialize(ITextStoreACPServices* This,ITfProperty *prop,ITfRange *range,TF_PERSISTENT_PROPERTY_HEADER_ACP *header,IStream *stream) { + return This->lpVtbl->Serialize(This,prop,range,header,stream); +} +static FORCEINLINE HRESULT ITextStoreACPServices_Unserialize(ITextStoreACPServices* This,ITfProperty *prop,const TF_PERSISTENT_PROPERTY_HEADER_ACP *header,IStream *stream,ITfPersistentPropertyLoaderACP *loader) { + return This->lpVtbl->Unserialize(This,prop,header,stream,loader); +} +static FORCEINLINE HRESULT ITextStoreACPServices_ForceLoadProperty(ITextStoreACPServices* This,ITfProperty *prop) { + return This->lpVtbl->ForceLoadProperty(This,prop); +} +static FORCEINLINE HRESULT ITextStoreACPServices_CreateRange(ITextStoreACPServices* This,LONG start,LONG end,ITfRangeACP **range) { + return This->lpVtbl->CreateRange(This,start,end,range); +} +#endif +#endif + +#endif + + +#endif /* __ITextStoreACPServices_INTERFACE_DEFINED__ */ + +/***************************************************************************** * ITfContext interface */ #ifndef __ITfContext_INTERFACE_DEFINED__ @@ -2171,31 +2216,31 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContext* This, + ITfContext *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContext* This); + ITfContext *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContext* This); + ITfContext *This); /*** ITfContext methods ***/ HRESULT (STDMETHODCALLTYPE *RequestEditSession)( - ITfContext* This, + ITfContext *This, TfClientId tid, ITfEditSession *pes, DWORD dwFlags, HRESULT *phrSession); HRESULT (STDMETHODCALLTYPE *InWriteSession)( - ITfContext* This, + ITfContext *This, TfClientId tid, WINBOOL *pfWriteSession); HRESULT (STDMETHODCALLTYPE *GetSelection)( - ITfContext* This, + ITfContext *This, TfEditCookie ec, ULONG ulIndex, ULONG ulCount, @@ -2203,45 +2248,45 @@ ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *SetSelection)( - ITfContext* This, + ITfContext *This, TfEditCookie ec, ULONG ulCount, const TF_SELECTION *pSelection); HRESULT (STDMETHODCALLTYPE *GetStart)( - ITfContext* This, + ITfContext *This, TfEditCookie ec, ITfRange **ppStart); HRESULT (STDMETHODCALLTYPE *GetEnd)( - ITfContext* This, + ITfContext *This, TfEditCookie ec, ITfRange **ppEnd); HRESULT (STDMETHODCALLTYPE *GetActiveView)( - ITfContext* This, + ITfContext *This, ITfContextView **ppView); HRESULT (STDMETHODCALLTYPE *EnumViews)( - ITfContext* This, + ITfContext *This, IEnumTfContextViews **ppEnum); HRESULT (STDMETHODCALLTYPE *GetStatus)( - ITfContext* This, + ITfContext *This, TF_STATUS *pdcs); HRESULT (STDMETHODCALLTYPE *GetProperty)( - ITfContext* This, + ITfContext *This, REFGUID guidProp, ITfProperty **ppProp); HRESULT (STDMETHODCALLTYPE *GetAppProperty)( - ITfContext* This, + ITfContext *This, REFGUID guidProp, ITfReadOnlyProperty **ppProp); HRESULT (STDMETHODCALLTYPE *TrackProperties)( - ITfContext* This, + ITfContext *This, const GUID **prgProp, ULONG cProp, const GUID **prgAppProp, @@ -2249,21 +2294,22 @@ ITfReadOnlyProperty **ppProperty); HRESULT (STDMETHODCALLTYPE *EnumProperties)( - ITfContext* This, + ITfContext *This, IEnumTfProperties **ppEnum); HRESULT (STDMETHODCALLTYPE *GetDocumentMgr)( - ITfContext* This, + ITfContext *This, ITfDocumentMgr **ppDm); HRESULT (STDMETHODCALLTYPE *CreateRangeBackup)( - ITfContext* This, + ITfContext *This, TfEditCookie ec, ITfRange *pRange, ITfRangeBackup **ppBackup); END_INTERFACE } ITfContextVtbl; + interface ITfContext { CONST_VTBL ITfContextVtbl* lpVtbl; }; @@ -2352,146 +2398,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContext_RequestEditSession_Proxy( - ITfContext* This, - TfClientId tid, - ITfEditSession *pes, - DWORD dwFlags, - HRESULT *phrSession); -void __RPC_STUB ITfContext_RequestEditSession_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_InWriteSession_Proxy( - ITfContext* This, - TfClientId tid, - WINBOOL *pfWriteSession); -void __RPC_STUB ITfContext_InWriteSession_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetSelection_Proxy( - ITfContext* This, - TfEditCookie ec, - ULONG ulIndex, - ULONG ulCount, - TF_SELECTION *pSelection, - ULONG *pcFetched); -void __RPC_STUB ITfContext_GetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_SetSelection_Proxy( - ITfContext* This, - TfEditCookie ec, - ULONG ulCount, - const TF_SELECTION *pSelection); -void __RPC_STUB ITfContext_SetSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetStart_Proxy( - ITfContext* This, - TfEditCookie ec, - ITfRange **ppStart); -void __RPC_STUB ITfContext_GetStart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetEnd_Proxy( - ITfContext* This, - TfEditCookie ec, - ITfRange **ppEnd); -void __RPC_STUB ITfContext_GetEnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetActiveView_Proxy( - ITfContext* This, - ITfContextView **ppView); -void __RPC_STUB ITfContext_GetActiveView_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_EnumViews_Proxy( - ITfContext* This, - IEnumTfContextViews **ppEnum); -void __RPC_STUB ITfContext_EnumViews_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetStatus_Proxy( - ITfContext* This, - TF_STATUS *pdcs); -void __RPC_STUB ITfContext_GetStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetProperty_Proxy( - ITfContext* This, - REFGUID guidProp, - ITfProperty **ppProp); -void __RPC_STUB ITfContext_GetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetAppProperty_Proxy( - ITfContext* This, - REFGUID guidProp, - ITfReadOnlyProperty **ppProp); -void __RPC_STUB ITfContext_GetAppProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_TrackProperties_Proxy( - ITfContext* This, - const GUID **prgProp, - ULONG cProp, - const GUID **prgAppProp, - ULONG cAppProp, - ITfReadOnlyProperty **ppProperty); -void __RPC_STUB ITfContext_TrackProperties_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_EnumProperties_Proxy( - ITfContext* This, - IEnumTfProperties **ppEnum); -void __RPC_STUB ITfContext_EnumProperties_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_GetDocumentMgr_Proxy( - ITfContext* This, - ITfDocumentMgr **ppDm); -void __RPC_STUB ITfContext_GetDocumentMgr_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContext_CreateRangeBackup_Proxy( - ITfContext* This, - TfEditCookie ec, - ITfRange *pRange, - ITfRangeBackup **ppBackup); -void __RPC_STUB ITfContext_CreateRangeBackup_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContext_INTERFACE_DEFINED__ */ @@ -2526,29 +2432,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfSource* This, + ITfSource *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfSource* This); + ITfSource *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfSource* This); + ITfSource *This); /*** ITfSource methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseSink)( - ITfSource* This, + ITfSource *This, REFIID riid, IUnknown *punk, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *UnadviseSink)( - ITfSource* This, + ITfSource *This, DWORD dwCookie); END_INTERFACE } ITfSourceVtbl; + interface ITfSource { CONST_VTBL ITfSourceVtbl* lpVtbl; }; @@ -2585,24 +2492,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfSource_AdviseSink_Proxy( - ITfSource* This, - REFIID riid, - IUnknown *punk, - DWORD *pdwCookie); -void __RPC_STUB ITfSource_AdviseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfSource_UnadviseSink_Proxy( - ITfSource* This, - DWORD dwCookie); -void __RPC_STUB ITfSource_UnadviseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfSource_INTERFACE_DEFINED__ */ @@ -2716,27 +2605,27 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfInputProcessorProfiles* This); + ITfInputProcessorProfiles *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfInputProcessorProfiles* This); + ITfInputProcessorProfiles *This); /*** ITfInputProcessorProfiles methods ***/ HRESULT (STDMETHODCALLTYPE *Register)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid); HRESULT (STDMETHODCALLTYPE *Unregister)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid); HRESULT (STDMETHODCALLTYPE *AddLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, @@ -2747,88 +2636,88 @@ ULONG uIconIndex); HRESULT (STDMETHODCALLTYPE *RemoveLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile); HRESULT (STDMETHODCALLTYPE *EnumInputProcessorInfo)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, IEnumGUID **ppEnum); HRESULT (STDMETHODCALLTYPE *GetDefaultLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID langid, REFGUID catid, CLSID *pclsid, GUID *pguidProfile); HRESULT (STDMETHODCALLTYPE *SetDefaultLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID langid, REFCLSID rclsid, REFGUID guidProfiles); HRESULT (STDMETHODCALLTYPE *ActivateLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfiles); HRESULT (STDMETHODCALLTYPE *GetActiveLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID *plangid, GUID *pguidProfile); HRESULT (STDMETHODCALLTYPE *GetLanguageProfileDescription)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, BSTR *pbstrProfile); HRESULT (STDMETHODCALLTYPE *GetCurrentLanguage)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID *plangid); HRESULT (STDMETHODCALLTYPE *ChangeCurrentLanguage)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID langid); HRESULT (STDMETHODCALLTYPE *GetLanguageList)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID **ppLangId, ULONG *pulCount); HRESULT (STDMETHODCALLTYPE *EnumLanguageProfiles)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, LANGID langid, IEnumTfLanguageProfiles **ppEnum); HRESULT (STDMETHODCALLTYPE *EnableLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, WINBOOL fEnable); HRESULT (STDMETHODCALLTYPE *IsEnabledLanguageProfile)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, WINBOOL *pfEnable); HRESULT (STDMETHODCALLTYPE *EnableLanguageProfileByDefault)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, WINBOOL fEnable); HRESULT (STDMETHODCALLTYPE *SubstituteKeyboardLayout)( - ITfInputProcessorProfiles* This, + ITfInputProcessorProfiles *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, @@ -2836,6 +2725,7 @@ END_INTERFACE } ITfInputProcessorProfilesVtbl; + interface ITfInputProcessorProfiles { CONST_VTBL ITfInputProcessorProfilesVtbl* lpVtbl; }; @@ -2936,185 +2826,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_Register_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid); -void __RPC_STUB ITfInputProcessorProfiles_Register_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_Unregister_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid); -void __RPC_STUB ITfInputProcessorProfiles_Unregister_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_AddLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - const WCHAR *pchDesc, - ULONG cchDesc, - const WCHAR *pchIconFile, - ULONG cchFile, - ULONG uIconIndex); -void __RPC_STUB ITfInputProcessorProfiles_AddLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_RemoveLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile); -void __RPC_STUB ITfInputProcessorProfiles_RemoveLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_EnumInputProcessorInfo_Proxy( - ITfInputProcessorProfiles* This, - IEnumGUID **ppEnum); -void __RPC_STUB ITfInputProcessorProfiles_EnumInputProcessorInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_GetDefaultLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - LANGID langid, - REFGUID catid, - CLSID *pclsid, - GUID *pguidProfile); -void __RPC_STUB ITfInputProcessorProfiles_GetDefaultLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_SetDefaultLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - LANGID langid, - REFCLSID rclsid, - REFGUID guidProfiles); -void __RPC_STUB ITfInputProcessorProfiles_SetDefaultLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_ActivateLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfiles); -void __RPC_STUB ITfInputProcessorProfiles_ActivateLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_GetActiveLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID *plangid, - GUID *pguidProfile); -void __RPC_STUB ITfInputProcessorProfiles_GetActiveLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_GetLanguageProfileDescription_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - BSTR *pbstrProfile); -void __RPC_STUB ITfInputProcessorProfiles_GetLanguageProfileDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_GetCurrentLanguage_Proxy( - ITfInputProcessorProfiles* This, - LANGID *plangid); -void __RPC_STUB ITfInputProcessorProfiles_GetCurrentLanguage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_ChangeCurrentLanguage_Proxy( - ITfInputProcessorProfiles* This, - LANGID langid); -void __RPC_STUB ITfInputProcessorProfiles_ChangeCurrentLanguage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_GetLanguageList_Proxy( - ITfInputProcessorProfiles* This, - LANGID **ppLangId, - ULONG *pulCount); -void __RPC_STUB ITfInputProcessorProfiles_GetLanguageList_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_EnumLanguageProfiles_Proxy( - ITfInputProcessorProfiles* This, - LANGID langid, - IEnumTfLanguageProfiles **ppEnum); -void __RPC_STUB ITfInputProcessorProfiles_EnumLanguageProfiles_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_EnableLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - WINBOOL fEnable); -void __RPC_STUB ITfInputProcessorProfiles_EnableLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_IsEnabledLanguageProfile_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - WINBOOL *pfEnable); -void __RPC_STUB ITfInputProcessorProfiles_IsEnabledLanguageProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_EnableLanguageProfileByDefault_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - WINBOOL fEnable); -void __RPC_STUB ITfInputProcessorProfiles_EnableLanguageProfileByDefault_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfiles_SubstituteKeyboardLayout_Proxy( - ITfInputProcessorProfiles* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - HKL hKL); -void __RPC_STUB ITfInputProcessorProfiles_SubstituteKeyboardLayout_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfInputProcessorProfiles_INTERFACE_DEFINED__ */ @@ -3164,36 +2875,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfInputProcessorProfiles* This, + IEnumTfInputProcessorProfiles *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfInputProcessorProfiles* This); + IEnumTfInputProcessorProfiles *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfInputProcessorProfiles* This); + IEnumTfInputProcessorProfiles *This); /*** IEnumTfInputProcessorProfiles methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfInputProcessorProfiles* This, + IEnumTfInputProcessorProfiles *This, IEnumTfInputProcessorProfiles **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfInputProcessorProfiles* This, + IEnumTfInputProcessorProfiles *This, ULONG ulCount, TF_INPUTPROCESSORPROFILE *pProfile, ULONG *pcFetch); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfInputProcessorProfiles* This); + IEnumTfInputProcessorProfiles *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfInputProcessorProfiles* This, + IEnumTfInputProcessorProfiles *This, ULONG ulCount); END_INTERFACE } IEnumTfInputProcessorProfilesVtbl; + interface IEnumTfInputProcessorProfiles { CONST_VTBL IEnumTfInputProcessorProfilesVtbl* lpVtbl; }; @@ -3238,39 +2950,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfInputProcessorProfiles_Clone_Proxy( - IEnumTfInputProcessorProfiles* This, - IEnumTfInputProcessorProfiles **ppEnum); -void __RPC_STUB IEnumTfInputProcessorProfiles_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfInputProcessorProfiles_Next_Proxy( - IEnumTfInputProcessorProfiles* This, - ULONG ulCount, - TF_INPUTPROCESSORPROFILE *pProfile, - ULONG *pcFetch); -void __RPC_STUB IEnumTfInputProcessorProfiles_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfInputProcessorProfiles_Reset_Proxy( - IEnumTfInputProcessorProfiles* This); -void __RPC_STUB IEnumTfInputProcessorProfiles_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfInputProcessorProfiles_Skip_Proxy( - IEnumTfInputProcessorProfiles* This, - ULONG ulCount); -void __RPC_STUB IEnumTfInputProcessorProfiles_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfInputProcessorProfiles_INTERFACE_DEFINED__ */ @@ -3351,19 +3030,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfInputProcessorProfileMgr* This); + ITfInputProcessorProfileMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfInputProcessorProfileMgr* This); + ITfInputProcessorProfileMgr *This); /*** ITfInputProcessorProfileMgr methods ***/ HRESULT (STDMETHODCALLTYPE *ActivateProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, DWORD dwProfileType, LANGID langid, REFCLSID clsid, @@ -3372,7 +3051,7 @@ DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *DeactivateProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, DWORD dwProfileType, LANGID langid, REFCLSID clsid, @@ -3381,7 +3060,7 @@ DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, DWORD dwProfileType, LANGID langid, REFCLSID clsid, @@ -3390,17 +3069,17 @@ TF_INPUTPROCESSORPROFILE *pProfile); HRESULT (STDMETHODCALLTYPE *EnumProfiles)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, LANGID langid, IEnumTfInputProcessorProfiles **ppEnum); HRESULT (STDMETHODCALLTYPE *ReleaseInputProcessor)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, REFCLSID rclsid, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *RegisterProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, @@ -3415,19 +3094,20 @@ DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *UnregisterProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, REFCLSID rclsid, LANGID langid, REFGUID guidProfile, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *GetActiveProfile)( - ITfInputProcessorProfileMgr* This, + ITfInputProcessorProfileMgr *This, REFGUID catid, TF_INPUTPROCESSORPROFILE *pProfile); END_INTERFACE } ITfInputProcessorProfileMgrVtbl; + interface ITfInputProcessorProfileMgr { CONST_VTBL ITfInputProcessorProfileMgrVtbl* lpVtbl; }; @@ -3488,102 +3168,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_ActivateProfile_Proxy( - ITfInputProcessorProfileMgr* This, - DWORD dwProfileType, - LANGID langid, - REFCLSID clsid, - REFGUID guidProfile, - HKL hkl, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileMgr_ActivateProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_DeactivateProfile_Proxy( - ITfInputProcessorProfileMgr* This, - DWORD dwProfileType, - LANGID langid, - REFCLSID clsid, - REFGUID guidProfile, - HKL hkl, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileMgr_DeactivateProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_GetProfile_Proxy( - ITfInputProcessorProfileMgr* This, - DWORD dwProfileType, - LANGID langid, - REFCLSID clsid, - REFGUID guidProfile, - HKL hkl, - TF_INPUTPROCESSORPROFILE *pProfile); -void __RPC_STUB ITfInputProcessorProfileMgr_GetProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_EnumProfiles_Proxy( - ITfInputProcessorProfileMgr* This, - LANGID langid, - IEnumTfInputProcessorProfiles **ppEnum); -void __RPC_STUB ITfInputProcessorProfileMgr_EnumProfiles_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_ReleaseInputProcessor_Proxy( - ITfInputProcessorProfileMgr* This, - REFCLSID rclsid, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileMgr_ReleaseInputProcessor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_RegisterProfile_Proxy( - ITfInputProcessorProfileMgr* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - const WCHAR *pchDesc, - ULONG cchDesc, - const WCHAR *pchIconFile, - ULONG cchFile, - ULONG uIconIndex, - HKL hklsubstitute, - DWORD dwPreferredLayout, - WINBOOL bEnabledByDefault, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileMgr_RegisterProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_UnregisterProfile_Proxy( - ITfInputProcessorProfileMgr* This, - REFCLSID rclsid, - LANGID langid, - REFGUID guidProfile, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileMgr_UnregisterProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileMgr_GetActiveProfile_Proxy( - ITfInputProcessorProfileMgr* This, - REFGUID catid, - TF_INPUTPROCESSORPROFILE *pProfile); -void __RPC_STUB ITfInputProcessorProfileMgr_GetActiveProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfInputProcessorProfileMgr_INTERFACE_DEFINED__ */ @@ -3659,38 +3243,39 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfDisplayAttributeInfo* This, + ITfDisplayAttributeInfo *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfDisplayAttributeInfo* This); + ITfDisplayAttributeInfo *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfDisplayAttributeInfo* This); + ITfDisplayAttributeInfo *This); /*** ITfDisplayAttributeInfo methods ***/ HRESULT (STDMETHODCALLTYPE *GetGUID)( - ITfDisplayAttributeInfo* This, + ITfDisplayAttributeInfo *This, GUID *pguid); HRESULT (STDMETHODCALLTYPE *GetDescription)( - ITfDisplayAttributeInfo* This, + ITfDisplayAttributeInfo *This, BSTR *pbstrDesc); HRESULT (STDMETHODCALLTYPE *GetAttributeInfo)( - ITfDisplayAttributeInfo* This, + ITfDisplayAttributeInfo *This, TF_DISPLAYATTRIBUTE *pda); HRESULT (STDMETHODCALLTYPE *SetAttributeInfo)( - ITfDisplayAttributeInfo* This, + ITfDisplayAttributeInfo *This, const TF_DISPLAYATTRIBUTE *pda); HRESULT (STDMETHODCALLTYPE *Reset)( - ITfDisplayAttributeInfo* This); + ITfDisplayAttributeInfo *This); END_INTERFACE } ITfDisplayAttributeInfoVtbl; + interface ITfDisplayAttributeInfo { CONST_VTBL ITfDisplayAttributeInfoVtbl* lpVtbl; }; @@ -3739,45 +3324,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeInfo_GetGUID_Proxy( - ITfDisplayAttributeInfo* This, - GUID *pguid); -void __RPC_STUB ITfDisplayAttributeInfo_GetGUID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeInfo_GetDescription_Proxy( - ITfDisplayAttributeInfo* This, - BSTR *pbstrDesc); -void __RPC_STUB ITfDisplayAttributeInfo_GetDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeInfo_GetAttributeInfo_Proxy( - ITfDisplayAttributeInfo* This, - TF_DISPLAYATTRIBUTE *pda); -void __RPC_STUB ITfDisplayAttributeInfo_GetAttributeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeInfo_SetAttributeInfo_Proxy( - ITfDisplayAttributeInfo* This, - const TF_DISPLAYATTRIBUTE *pda); -void __RPC_STUB ITfDisplayAttributeInfo_SetAttributeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeInfo_Reset_Proxy( - ITfDisplayAttributeInfo* This); -void __RPC_STUB ITfDisplayAttributeInfo_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfDisplayAttributeInfo_INTERFACE_DEFINED__ */ @@ -3816,36 +3362,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfDisplayAttributeInfo* This, + IEnumTfDisplayAttributeInfo *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfDisplayAttributeInfo* This); + IEnumTfDisplayAttributeInfo *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfDisplayAttributeInfo* This); + IEnumTfDisplayAttributeInfo *This); /*** IEnumTfDisplayAttributeInfo methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfDisplayAttributeInfo* This, + IEnumTfDisplayAttributeInfo *This, IEnumTfDisplayAttributeInfo **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfDisplayAttributeInfo* This, + IEnumTfDisplayAttributeInfo *This, ULONG ulCount, ITfDisplayAttributeInfo **rgInfo, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfDisplayAttributeInfo* This); + IEnumTfDisplayAttributeInfo *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfDisplayAttributeInfo* This, + IEnumTfDisplayAttributeInfo *This, ULONG ulCount); END_INTERFACE } IEnumTfDisplayAttributeInfoVtbl; + interface IEnumTfDisplayAttributeInfo { CONST_VTBL IEnumTfDisplayAttributeInfoVtbl* lpVtbl; }; @@ -3890,39 +3437,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfDisplayAttributeInfo_Clone_Proxy( - IEnumTfDisplayAttributeInfo* This, - IEnumTfDisplayAttributeInfo **ppEnum); -void __RPC_STUB IEnumTfDisplayAttributeInfo_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDisplayAttributeInfo_Next_Proxy( - IEnumTfDisplayAttributeInfo* This, - ULONG ulCount, - ITfDisplayAttributeInfo **rgInfo, - ULONG *pcFetched); -void __RPC_STUB IEnumTfDisplayAttributeInfo_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDisplayAttributeInfo_Reset_Proxy( - IEnumTfDisplayAttributeInfo* This); -void __RPC_STUB IEnumTfDisplayAttributeInfo_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDisplayAttributeInfo_Skip_Proxy( - IEnumTfDisplayAttributeInfo* This, - ULONG ulCount); -void __RPC_STUB IEnumTfDisplayAttributeInfo_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfDisplayAttributeInfo_INTERFACE_DEFINED__ */ @@ -3958,32 +3472,33 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfDisplayAttributeMgr* This, + ITfDisplayAttributeMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfDisplayAttributeMgr* This); + ITfDisplayAttributeMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfDisplayAttributeMgr* This); + ITfDisplayAttributeMgr *This); /*** ITfDisplayAttributeMgr methods ***/ HRESULT (STDMETHODCALLTYPE *OnUpdateInfo)( - ITfDisplayAttributeMgr* This); + ITfDisplayAttributeMgr *This); HRESULT (STDMETHODCALLTYPE *EnumDisplayAttributeInfo)( - ITfDisplayAttributeMgr* This, + ITfDisplayAttributeMgr *This, IEnumTfDisplayAttributeInfo **ppEnum); HRESULT (STDMETHODCALLTYPE *GetDisplayAttributeInfo)( - ITfDisplayAttributeMgr* This, + ITfDisplayAttributeMgr *This, REFGUID guid, ITfDisplayAttributeInfo **ppInfo, CLSID *pclsidOwner); END_INTERFACE } ITfDisplayAttributeMgrVtbl; + interface ITfDisplayAttributeMgr { CONST_VTBL ITfDisplayAttributeMgrVtbl* lpVtbl; }; @@ -4024,31 +3539,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeMgr_OnUpdateInfo_Proxy( - ITfDisplayAttributeMgr* This); -void __RPC_STUB ITfDisplayAttributeMgr_OnUpdateInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeMgr_EnumDisplayAttributeInfo_Proxy( - ITfDisplayAttributeMgr* This, - IEnumTfDisplayAttributeInfo **ppEnum); -void __RPC_STUB ITfDisplayAttributeMgr_EnumDisplayAttributeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfDisplayAttributeMgr_GetDisplayAttributeInfo_Proxy( - ITfDisplayAttributeMgr* This, - REFGUID guid, - ITfDisplayAttributeInfo **ppInfo, - CLSID *pclsidOwner); -void __RPC_STUB ITfDisplayAttributeMgr_GetDisplayAttributeInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfDisplayAttributeMgr_INTERFACE_DEFINED__ */ @@ -4137,97 +3627,98 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCategoryMgr* This); + ITfCategoryMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCategoryMgr* This); + ITfCategoryMgr *This); /*** ITfCategoryMgr methods ***/ HRESULT (STDMETHODCALLTYPE *RegisterCategory)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rcatid, REFGUID rguid); HRESULT (STDMETHODCALLTYPE *UnregisterCategory)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rcatid, REFGUID rguid); HRESULT (STDMETHODCALLTYPE *EnumCategoriesInItem)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rguid, IEnumGUID **ppEnum); HRESULT (STDMETHODCALLTYPE *EnumItemsInCategory)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rcatid, IEnumGUID **ppEnum); HRESULT (STDMETHODCALLTYPE *FindClosestCategory)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rguid, GUID *pcatid, const GUID **ppcatidList, ULONG ulCount); HRESULT (STDMETHODCALLTYPE *RegisterGUIDDescription)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rguid, const WCHAR *pchDesc, ULONG cch); HRESULT (STDMETHODCALLTYPE *UnregisterGUIDDescription)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rguid); HRESULT (STDMETHODCALLTYPE *GetGUIDDescription)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rguid, BSTR *pbstrDesc); HRESULT (STDMETHODCALLTYPE *RegisterGUIDDWORD)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rguid, DWORD dw); HRESULT (STDMETHODCALLTYPE *UnregisterGUIDDWORD)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFCLSID rclsid, REFGUID rguid); HRESULT (STDMETHODCALLTYPE *GetGUIDDWORD)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rguid, DWORD *pdw); HRESULT (STDMETHODCALLTYPE *RegisterGUID)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, REFGUID rguid, TfGuidAtom *pguidatom); HRESULT (STDMETHODCALLTYPE *GetGUID)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, TfGuidAtom guidatom, GUID *pguid); HRESULT (STDMETHODCALLTYPE *IsEqualTfGuidAtom)( - ITfCategoryMgr* This, + ITfCategoryMgr *This, TfGuidAtom guidatom, REFGUID rguid, WINBOOL *pfEqual); END_INTERFACE } ITfCategoryMgrVtbl; + interface ITfCategoryMgr { CONST_VTBL ITfCategoryMgrVtbl* lpVtbl; }; @@ -4312,140 +3803,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_RegisterCategory_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rcatid, - REFGUID rguid); -void __RPC_STUB ITfCategoryMgr_RegisterCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_UnregisterCategory_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rcatid, - REFGUID rguid); -void __RPC_STUB ITfCategoryMgr_UnregisterCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_EnumCategoriesInItem_Proxy( - ITfCategoryMgr* This, - REFGUID rguid, - IEnumGUID **ppEnum); -void __RPC_STUB ITfCategoryMgr_EnumCategoriesInItem_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_EnumItemsInCategory_Proxy( - ITfCategoryMgr* This, - REFGUID rcatid, - IEnumGUID **ppEnum); -void __RPC_STUB ITfCategoryMgr_EnumItemsInCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_FindClosestCategory_Proxy( - ITfCategoryMgr* This, - REFGUID rguid, - GUID *pcatid, - const GUID **ppcatidList, - ULONG ulCount); -void __RPC_STUB ITfCategoryMgr_FindClosestCategory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_RegisterGUIDDescription_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rguid, - const WCHAR *pchDesc, - ULONG cch); -void __RPC_STUB ITfCategoryMgr_RegisterGUIDDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_UnregisterGUIDDescription_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rguid); -void __RPC_STUB ITfCategoryMgr_UnregisterGUIDDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_GetGUIDDescription_Proxy( - ITfCategoryMgr* This, - REFGUID rguid, - BSTR *pbstrDesc); -void __RPC_STUB ITfCategoryMgr_GetGUIDDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_RegisterGUIDDWORD_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rguid, - DWORD dw); -void __RPC_STUB ITfCategoryMgr_RegisterGUIDDWORD_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_UnregisterGUIDDWORD_Proxy( - ITfCategoryMgr* This, - REFCLSID rclsid, - REFGUID rguid); -void __RPC_STUB ITfCategoryMgr_UnregisterGUIDDWORD_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_GetGUIDDWORD_Proxy( - ITfCategoryMgr* This, - REFGUID rguid, - DWORD *pdw); -void __RPC_STUB ITfCategoryMgr_GetGUIDDWORD_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_RegisterGUID_Proxy( - ITfCategoryMgr* This, - REFGUID rguid, - TfGuidAtom *pguidatom); -void __RPC_STUB ITfCategoryMgr_RegisterGUID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_GetGUID_Proxy( - ITfCategoryMgr* This, - TfGuidAtom guidatom, - GUID *pguid); -void __RPC_STUB ITfCategoryMgr_GetGUID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCategoryMgr_IsEqualTfGuidAtom_Proxy( - ITfCategoryMgr* This, - TfGuidAtom guidatom, - REFGUID rguid, - WINBOOL *pfEqual); -void __RPC_STUB ITfCategoryMgr_IsEqualTfGuidAtom_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCategoryMgr_INTERFACE_DEFINED__ */ @@ -4484,36 +3841,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfRanges* This, + IEnumTfRanges *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfRanges* This); + IEnumTfRanges *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfRanges* This); + IEnumTfRanges *This); /*** IEnumTfRanges methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfRanges* This, + IEnumTfRanges *This, IEnumTfRanges **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfRanges* This, + IEnumTfRanges *This, ULONG ulCount, ITfRange **ppRange, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfRanges* This); + IEnumTfRanges *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfRanges* This, + IEnumTfRanges *This, ULONG ulCount); END_INTERFACE } IEnumTfRangesVtbl; + interface IEnumTfRanges { CONST_VTBL IEnumTfRangesVtbl* lpVtbl; }; @@ -4558,39 +3916,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfRanges_Clone_Proxy( - IEnumTfRanges* This, - IEnumTfRanges **ppEnum); -void __RPC_STUB IEnumTfRanges_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfRanges_Next_Proxy( - IEnumTfRanges* This, - ULONG ulCount, - ITfRange **ppRange, - ULONG *pcFetched); -void __RPC_STUB IEnumTfRanges_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfRanges_Reset_Proxy( - IEnumTfRanges* This); -void __RPC_STUB IEnumTfRanges_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfRanges_Skip_Proxy( - IEnumTfRanges* This, - ULONG ulCount); -void __RPC_STUB IEnumTfRanges_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfRanges_INTERFACE_DEFINED__ */ @@ -4626,23 +3951,23 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfEditRecord* This, + ITfEditRecord *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfEditRecord* This); + ITfEditRecord *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfEditRecord* This); + ITfEditRecord *This); /*** ITfEditRecord methods ***/ HRESULT (STDMETHODCALLTYPE *GetSelectionStatus)( - ITfEditRecord* This, + ITfEditRecord *This, WINBOOL *changed); HRESULT (STDMETHODCALLTYPE *GetTextAndPropertyUpdates)( - ITfEditRecord* This, + ITfEditRecord *This, DWORD flags, const GUID **props, ULONG count, @@ -4650,6 +3975,7 @@ END_INTERFACE } ITfEditRecordVtbl; + interface ITfEditRecord { CONST_VTBL ITfEditRecordVtbl* lpVtbl; }; @@ -4686,25 +4012,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfEditRecord_GetSelectionStatus_Proxy( - ITfEditRecord* This, - WINBOOL *changed); -void __RPC_STUB ITfEditRecord_GetSelectionStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfEditRecord_GetTextAndPropertyUpdates_Proxy( - ITfEditRecord* This, - DWORD flags, - const GUID **props, - ULONG count, - IEnumTfRanges **ret); -void __RPC_STUB ITfEditRecord_GetTextAndPropertyUpdates_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfEditRecord_INTERFACE_DEFINED__ */ @@ -4734,25 +4041,26 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfTextEditSink* This, + ITfTextEditSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfTextEditSink* This); + ITfTextEditSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfTextEditSink* This); + ITfTextEditSink *This); /*** ITfTextEditSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnEndEdit)( - ITfTextEditSink* This, + ITfTextEditSink *This, ITfContext *pic, TfEditCookie ecReadOnly, ITfEditRecord *pEditRecord); END_INTERFACE } ITfTextEditSinkVtbl; + interface ITfTextEditSink { CONST_VTBL ITfTextEditSinkVtbl* lpVtbl; }; @@ -4785,16 +4093,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfTextEditSink_OnEndEdit_Proxy( - ITfTextEditSink* This, - ITfContext *pic, - TfEditCookie ecReadOnly, - ITfEditRecord *pEditRecord); -void __RPC_STUB ITfTextEditSink_OnEndEdit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfTextEditSink_INTERFACE_DEFINED__ */ @@ -4830,33 +4128,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContextOwnerCompositionSink* This, + ITfContextOwnerCompositionSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContextOwnerCompositionSink* This); + ITfContextOwnerCompositionSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContextOwnerCompositionSink* This); + ITfContextOwnerCompositionSink *This); /*** ITfContextOwnerCompositionSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnStartComposition)( - ITfContextOwnerCompositionSink* This, + ITfContextOwnerCompositionSink *This, ITfCompositionView *pComposition, WINBOOL *pfOk); HRESULT (STDMETHODCALLTYPE *OnUpdateComposition)( - ITfContextOwnerCompositionSink* This, + ITfContextOwnerCompositionSink *This, ITfCompositionView *pComposition, ITfRange *pRangeNew); HRESULT (STDMETHODCALLTYPE *OnEndComposition)( - ITfContextOwnerCompositionSink* This, + ITfContextOwnerCompositionSink *This, ITfCompositionView *pComposition); END_INTERFACE } ITfContextOwnerCompositionSinkVtbl; + interface ITfContextOwnerCompositionSink { CONST_VTBL ITfContextOwnerCompositionSinkVtbl* lpVtbl; }; @@ -4897,32 +4196,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContextOwnerCompositionSink_OnStartComposition_Proxy( - ITfContextOwnerCompositionSink* This, - ITfCompositionView *pComposition, - WINBOOL *pfOk); -void __RPC_STUB ITfContextOwnerCompositionSink_OnStartComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerCompositionSink_OnUpdateComposition_Proxy( - ITfContextOwnerCompositionSink* This, - ITfCompositionView *pComposition, - ITfRange *pRangeNew); -void __RPC_STUB ITfContextOwnerCompositionSink_OnUpdateComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerCompositionSink_OnEndComposition_Proxy( - ITfContextOwnerCompositionSink* This, - ITfCompositionView *pComposition); -void __RPC_STUB ITfContextOwnerCompositionSink_OnEndComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContextOwnerCompositionSink_INTERFACE_DEFINED__ */ @@ -4952,25 +4225,26 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfActiveLanguageProfileNotifySink* This, + ITfActiveLanguageProfileNotifySink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfActiveLanguageProfileNotifySink* This); + ITfActiveLanguageProfileNotifySink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfActiveLanguageProfileNotifySink* This); + ITfActiveLanguageProfileNotifySink *This); /*** ITfActiveLanguageProfileNotifySink methods ***/ HRESULT (STDMETHODCALLTYPE *OnActivated)( - ITfActiveLanguageProfileNotifySink* This, + ITfActiveLanguageProfileNotifySink *This, REFCLSID clsid, REFGUID guidProfile, WINBOOL fActivated); END_INTERFACE } ITfActiveLanguageProfileNotifySinkVtbl; + interface ITfActiveLanguageProfileNotifySink { CONST_VTBL ITfActiveLanguageProfileNotifySinkVtbl* lpVtbl; }; @@ -5003,16 +4277,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfActiveLanguageProfileNotifySink_OnActivated_Proxy( - ITfActiveLanguageProfileNotifySink* This, - REFCLSID clsid, - REFGUID guidProfile, - WINBOOL fActivated); -void __RPC_STUB ITfActiveLanguageProfileNotifySink_OnActivated_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfActiveLanguageProfileNotifySink_INTERFACE_DEFINED__ */ @@ -5051,36 +4315,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfLanguageProfiles* This, + IEnumTfLanguageProfiles *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfLanguageProfiles* This); + IEnumTfLanguageProfiles *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfLanguageProfiles* This); + IEnumTfLanguageProfiles *This); /*** IEnumTfLanguageProfiles methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfLanguageProfiles* This, + IEnumTfLanguageProfiles *This, IEnumTfLanguageProfiles **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfLanguageProfiles* This, + IEnumTfLanguageProfiles *This, ULONG ulCount, TF_LANGUAGEPROFILE *pProfile, ULONG *pcFetch); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfLanguageProfiles* This); + IEnumTfLanguageProfiles *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfLanguageProfiles* This, + IEnumTfLanguageProfiles *This, ULONG ulCount); END_INTERFACE } IEnumTfLanguageProfilesVtbl; + interface IEnumTfLanguageProfiles { CONST_VTBL IEnumTfLanguageProfilesVtbl* lpVtbl; }; @@ -5125,39 +4390,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfLanguageProfiles_Clone_Proxy( - IEnumTfLanguageProfiles* This, - IEnumTfLanguageProfiles **ppEnum); -void __RPC_STUB IEnumTfLanguageProfiles_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLanguageProfiles_Next_Proxy( - IEnumTfLanguageProfiles* This, - ULONG ulCount, - TF_LANGUAGEPROFILE *pProfile, - ULONG *pcFetch); -void __RPC_STUB IEnumTfLanguageProfiles_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLanguageProfiles_Reset_Proxy( - IEnumTfLanguageProfiles* This); -void __RPC_STUB IEnumTfLanguageProfiles_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfLanguageProfiles_Skip_Proxy( - IEnumTfLanguageProfiles* This, - ULONG ulCount); -void __RPC_STUB IEnumTfLanguageProfiles_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfLanguageProfiles_INTERFACE_DEFINED__ */ @@ -5189,27 +4421,28 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfTextInputProcessor* This, + ITfTextInputProcessor *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfTextInputProcessor* This); + ITfTextInputProcessor *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfTextInputProcessor* This); + ITfTextInputProcessor *This); /*** ITfTextInputProcessor methods ***/ HRESULT (STDMETHODCALLTYPE *Activate)( - ITfTextInputProcessor* This, + ITfTextInputProcessor *This, ITfThreadMgr *ptim, TfClientId tid); HRESULT (STDMETHODCALLTYPE *Deactivate)( - ITfTextInputProcessor* This); + ITfTextInputProcessor *This); END_INTERFACE } ITfTextInputProcessorVtbl; + interface ITfTextInputProcessor { CONST_VTBL ITfTextInputProcessorVtbl* lpVtbl; }; @@ -5246,22 +4479,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfTextInputProcessor_Activate_Proxy( - ITfTextInputProcessor* This, - ITfThreadMgr *ptim, - TfClientId tid); -void __RPC_STUB ITfTextInputProcessor_Activate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfTextInputProcessor_Deactivate_Proxy( - ITfTextInputProcessor* This); -void __RPC_STUB ITfTextInputProcessor_Deactivate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfTextInputProcessor_INTERFACE_DEFINED__ */ @@ -5302,40 +4519,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfThreadMgrEventSink* This); + ITfThreadMgrEventSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfThreadMgrEventSink* This); + ITfThreadMgrEventSink *This); /*** ITfThreadMgrEventSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnInitDocumentMgr)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, ITfDocumentMgr *pdim); HRESULT (STDMETHODCALLTYPE *OnUninitDocumentMgr)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, ITfDocumentMgr *pdim); HRESULT (STDMETHODCALLTYPE *OnSetFocus)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, ITfDocumentMgr *pdimFocus, ITfDocumentMgr *pdimPrevFocus); HRESULT (STDMETHODCALLTYPE *OnPushContext)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, ITfContext *pic); HRESULT (STDMETHODCALLTYPE *OnPopContext)( - ITfThreadMgrEventSink* This, + ITfThreadMgrEventSink *This, ITfContext *pic); END_INTERFACE } ITfThreadMgrEventSinkVtbl; + interface ITfThreadMgrEventSink { CONST_VTBL ITfThreadMgrEventSinkVtbl* lpVtbl; }; @@ -5384,47 +4602,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfThreadMgrEventSink_OnInitDocumentMgr_Proxy( - ITfThreadMgrEventSink* This, - ITfDocumentMgr *pdim); -void __RPC_STUB ITfThreadMgrEventSink_OnInitDocumentMgr_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgrEventSink_OnUninitDocumentMgr_Proxy( - ITfThreadMgrEventSink* This, - ITfDocumentMgr *pdim); -void __RPC_STUB ITfThreadMgrEventSink_OnUninitDocumentMgr_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgrEventSink_OnSetFocus_Proxy( - ITfThreadMgrEventSink* This, - ITfDocumentMgr *pdimFocus, - ITfDocumentMgr *pdimPrevFocus); -void __RPC_STUB ITfThreadMgrEventSink_OnSetFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgrEventSink_OnPushContext_Proxy( - ITfThreadMgrEventSink* This, - ITfContext *pic); -void __RPC_STUB ITfThreadMgrEventSink_OnPushContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadMgrEventSink_OnPopContext_Proxy( - ITfThreadMgrEventSink* This, - ITfContext *pic); -void __RPC_STUB ITfThreadMgrEventSink_OnPopContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfThreadMgrEventSink_INTERFACE_DEFINED__ */ @@ -5515,69 +4692,69 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfKeystrokeMgr* This); + ITfKeystrokeMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfKeystrokeMgr* This); + ITfKeystrokeMgr *This); /*** ITfKeystrokeMgr methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseKeyEventSink)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, TfClientId tid, ITfKeyEventSink *pSink, WINBOOL fForeground); HRESULT (STDMETHODCALLTYPE *UnadviseKeyEventSink)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, TfClientId tid); HRESULT (STDMETHODCALLTYPE *GetForeground)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, CLSID *pclsid); HRESULT (STDMETHODCALLTYPE *TestKeyDown)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *TestKeyUp)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *KeyDown)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *KeyUp)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *GetPreservedKey)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, ITfContext *pic, const TF_PRESERVEDKEY *pprekey, GUID *pguid); HRESULT (STDMETHODCALLTYPE *IsPreservedKey)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, REFGUID rguid, const TF_PRESERVEDKEY *pprekey, WINBOOL *pfRegistered); HRESULT (STDMETHODCALLTYPE *PreserveKey)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, TfClientId tid, REFGUID rguid, const TF_PRESERVEDKEY *prekey, @@ -5585,29 +4762,30 @@ ULONG cchDesc); HRESULT (STDMETHODCALLTYPE *UnpreserveKey)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, REFGUID rguid, const TF_PRESERVEDKEY *pprekey); HRESULT (STDMETHODCALLTYPE *SetPreservedKeyDescription)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, REFGUID rguid, const WCHAR *pchDesc, ULONG cchDesc); HRESULT (STDMETHODCALLTYPE *GetPreservedKeyDescription)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, REFGUID rguid, BSTR *pbstrDesc); HRESULT (STDMETHODCALLTYPE *SimulatePreservedKey)( - ITfKeystrokeMgr* This, + ITfKeystrokeMgr *This, ITfContext *pic, REFGUID rguid, WINBOOL *pfEaten); END_INTERFACE } ITfKeystrokeMgrVtbl; + interface ITfKeystrokeMgr { CONST_VTBL ITfKeystrokeMgrVtbl* lpVtbl; }; @@ -5692,142 +4870,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_AdviseKeyEventSink_Proxy( - ITfKeystrokeMgr* This, - TfClientId tid, - ITfKeyEventSink *pSink, - WINBOOL fForeground); -void __RPC_STUB ITfKeystrokeMgr_AdviseKeyEventSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_UnadviseKeyEventSink_Proxy( - ITfKeystrokeMgr* This, - TfClientId tid); -void __RPC_STUB ITfKeystrokeMgr_UnadviseKeyEventSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_GetForeground_Proxy( - ITfKeystrokeMgr* This, - CLSID *pclsid); -void __RPC_STUB ITfKeystrokeMgr_GetForeground_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_TestKeyDown_Proxy( - ITfKeystrokeMgr* This, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeystrokeMgr_TestKeyDown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_TestKeyUp_Proxy( - ITfKeystrokeMgr* This, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeystrokeMgr_TestKeyUp_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_KeyDown_Proxy( - ITfKeystrokeMgr* This, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeystrokeMgr_KeyDown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_KeyUp_Proxy( - ITfKeystrokeMgr* This, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeystrokeMgr_KeyUp_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_GetPreservedKey_Proxy( - ITfKeystrokeMgr* This, - ITfContext *pic, - const TF_PRESERVEDKEY *pprekey, - GUID *pguid); -void __RPC_STUB ITfKeystrokeMgr_GetPreservedKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_IsPreservedKey_Proxy( - ITfKeystrokeMgr* This, - REFGUID rguid, - const TF_PRESERVEDKEY *pprekey, - WINBOOL *pfRegistered); -void __RPC_STUB ITfKeystrokeMgr_IsPreservedKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_PreserveKey_Proxy( - ITfKeystrokeMgr* This, - TfClientId tid, - REFGUID rguid, - const TF_PRESERVEDKEY *prekey, - const WCHAR *pchDesc, - ULONG cchDesc); -void __RPC_STUB ITfKeystrokeMgr_PreserveKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_UnpreserveKey_Proxy( - ITfKeystrokeMgr* This, - REFGUID rguid, - const TF_PRESERVEDKEY *pprekey); -void __RPC_STUB ITfKeystrokeMgr_UnpreserveKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_SetPreservedKeyDescription_Proxy( - ITfKeystrokeMgr* This, - REFGUID rguid, - const WCHAR *pchDesc, - ULONG cchDesc); -void __RPC_STUB ITfKeystrokeMgr_SetPreservedKeyDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_GetPreservedKeyDescription_Proxy( - ITfKeystrokeMgr* This, - REFGUID rguid, - BSTR *pbstrDesc); -void __RPC_STUB ITfKeystrokeMgr_GetPreservedKeyDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeystrokeMgr_SimulatePreservedKey_Proxy( - ITfKeystrokeMgr* This, - ITfContext *pic, - REFGUID rguid, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeystrokeMgr_SimulatePreservedKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfKeystrokeMgr_INTERFACE_DEFINED__ */ @@ -5884,57 +4926,58 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfKeyEventSink* This); + ITfKeyEventSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfKeyEventSink* This); + ITfKeyEventSink *This); /*** ITfKeyEventSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnSetFocus)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, WINBOOL fForeground); HRESULT (STDMETHODCALLTYPE *OnTestKeyDown)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, ITfContext *pic, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *OnTestKeyUp)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, ITfContext *pic, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *OnKeyDown)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, ITfContext *pic, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *OnKeyUp)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, ITfContext *pic, WPARAM wParam, LPARAM lParam, WINBOOL *pfEaten); HRESULT (STDMETHODCALLTYPE *OnPreservedKey)( - ITfKeyEventSink* This, + ITfKeyEventSink *This, ITfContext *pic, REFGUID rguid, WINBOOL *pfEaten); END_INTERFACE } ITfKeyEventSinkVtbl; + interface ITfKeyEventSink { CONST_VTBL ITfKeyEventSinkVtbl* lpVtbl; }; @@ -5987,72 +5030,102 @@ #endif -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnSetFocus_Proxy( - ITfKeyEventSink* This, - WINBOOL fForeground); -void __RPC_STUB ITfKeyEventSink_OnSetFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnTestKeyDown_Proxy( - ITfKeyEventSink* This, - ITfContext *pic, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeyEventSink_OnTestKeyDown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnTestKeyUp_Proxy( - ITfKeyEventSink* This, - ITfContext *pic, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeyEventSink_OnTestKeyUp_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnKeyDown_Proxy( - ITfKeyEventSink* This, - ITfContext *pic, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeyEventSink_OnKeyDown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnKeyUp_Proxy( - ITfKeyEventSink* This, - ITfContext *pic, - WPARAM wParam, - LPARAM lParam, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeyEventSink_OnKeyUp_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfKeyEventSink_OnPreservedKey_Proxy( - ITfKeyEventSink* This, - ITfContext *pic, - REFGUID rguid, - WINBOOL *pfEaten); -void __RPC_STUB ITfKeyEventSink_OnPreservedKey_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfKeyEventSink_INTERFACE_DEFINED__ */ /***************************************************************************** + * ITfKeyTraceEventSink interface + */ +#ifndef __ITfKeyTraceEventSink_INTERFACE_DEFINED__ +#define __ITfKeyTraceEventSink_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITfKeyTraceEventSink, 0x1cd4c13b, 0x1c36, 0x4191, 0xa7,0x0a, 0x7f,0x3e,0x61,0x1f,0x36,0x7d); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("1cd4c13b-1c36-4191-a70a-7f3e611f367d") +ITfKeyTraceEventSink : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnKeyTraceDown( + WPARAM wParam, + LPARAM lParam) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnKeyTraceUp( + WPARAM wParam, + LPARAM lParam) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITfKeyTraceEventSink, 0x1cd4c13b, 0x1c36, 0x4191, 0xa7,0x0a, 0x7f,0x3e,0x61,0x1f,0x36,0x7d) +#endif +#else +typedef struct ITfKeyTraceEventSinkVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITfKeyTraceEventSink *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITfKeyTraceEventSink *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITfKeyTraceEventSink *This); + + /*** ITfKeyTraceEventSink methods ***/ + HRESULT (STDMETHODCALLTYPE *OnKeyTraceDown)( + ITfKeyTraceEventSink *This, + WPARAM wParam, + LPARAM lParam); + + HRESULT (STDMETHODCALLTYPE *OnKeyTraceUp)( + ITfKeyTraceEventSink *This, + WPARAM wParam, + LPARAM lParam); + + END_INTERFACE +} ITfKeyTraceEventSinkVtbl; + +interface ITfKeyTraceEventSink { + CONST_VTBL ITfKeyTraceEventSinkVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITfKeyTraceEventSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITfKeyTraceEventSink_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITfKeyTraceEventSink_Release(This) (This)->lpVtbl->Release(This) +/*** ITfKeyTraceEventSink methods ***/ +#define ITfKeyTraceEventSink_OnKeyTraceDown(This,wParam,lParam) (This)->lpVtbl->OnKeyTraceDown(This,wParam,lParam) +#define ITfKeyTraceEventSink_OnKeyTraceUp(This,wParam,lParam) (This)->lpVtbl->OnKeyTraceUp(This,wParam,lParam) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITfKeyTraceEventSink_QueryInterface(ITfKeyTraceEventSink* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITfKeyTraceEventSink_AddRef(ITfKeyTraceEventSink* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITfKeyTraceEventSink_Release(ITfKeyTraceEventSink* This) { + return This->lpVtbl->Release(This); +} +/*** ITfKeyTraceEventSink methods ***/ +static FORCEINLINE HRESULT ITfKeyTraceEventSink_OnKeyTraceDown(ITfKeyTraceEventSink* This,WPARAM wParam,LPARAM lParam) { + return This->lpVtbl->OnKeyTraceDown(This,wParam,lParam); +} +static FORCEINLINE HRESULT ITfKeyTraceEventSink_OnKeyTraceUp(ITfKeyTraceEventSink* This,WPARAM wParam,LPARAM lParam) { + return This->lpVtbl->OnKeyTraceUp(This,wParam,lParam); +} +#endif +#endif + +#endif + + +#endif /* __ITfKeyTraceEventSink_INTERFACE_DEFINED__ */ + +/***************************************************************************** * ITfMessagePump interface */ #ifndef __ITfMessagePump_INTERFACE_DEFINED__ @@ -6103,19 +5176,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfMessagePump* This, + ITfMessagePump *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfMessagePump* This); + ITfMessagePump *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfMessagePump* This); + ITfMessagePump *This); /*** ITfMessagePump methods ***/ HRESULT (STDMETHODCALLTYPE *PeekMessageA)( - ITfMessagePump* This, + ITfMessagePump *This, LPMSG pMsg, HWND hwnd, UINT wMsgFilterMin, @@ -6124,7 +5197,7 @@ WINBOOL *pfResult); HRESULT (STDMETHODCALLTYPE *GetMessageA)( - ITfMessagePump* This, + ITfMessagePump *This, LPMSG pMsg, HWND hwnd, UINT wMsgFilterMin, @@ -6132,7 +5205,7 @@ WINBOOL *pfResult); HRESULT (STDMETHODCALLTYPE *PeekMessageW)( - ITfMessagePump* This, + ITfMessagePump *This, LPMSG pMsg, HWND hwnd, UINT wMsgFilterMin, @@ -6141,7 +5214,7 @@ WINBOOL *pfResult); HRESULT (STDMETHODCALLTYPE *GetMessageW)( - ITfMessagePump* This, + ITfMessagePump *This, LPMSG pMsg, HWND hwnd, UINT wMsgFilterMin, @@ -6150,6 +5223,7 @@ END_INTERFACE } ITfMessagePumpVtbl; + interface ITfMessagePump { CONST_VTBL ITfMessagePumpVtbl* lpVtbl; }; @@ -6194,56 +5268,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfMessagePump_PeekMessageA_Proxy( - ITfMessagePump* This, - LPMSG pMsg, - HWND hwnd, - UINT wMsgFilterMin, - UINT wMsgFilterMax, - UINT wRemoveMsg, - WINBOOL *pfResult); -void __RPC_STUB ITfMessagePump_PeekMessageA_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfMessagePump_GetMessageA_Proxy( - ITfMessagePump* This, - LPMSG pMsg, - HWND hwnd, - UINT wMsgFilterMin, - UINT wMsgFilterMax, - WINBOOL *pfResult); -void __RPC_STUB ITfMessagePump_GetMessageA_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfMessagePump_PeekMessageW_Proxy( - ITfMessagePump* This, - LPMSG pMsg, - HWND hwnd, - UINT wMsgFilterMin, - UINT wMsgFilterMax, - UINT wRemoveMsg, - WINBOOL *pfResult); -void __RPC_STUB ITfMessagePump_PeekMessageW_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfMessagePump_GetMessageW_Proxy( - ITfMessagePump* This, - LPMSG pMsg, - HWND hwnd, - UINT wMsgFilterMin, - UINT wMsgFilterMax, - WINBOOL *pfResult); -void __RPC_STUB ITfMessagePump_GetMessageW_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfMessagePump_INTERFACE_DEFINED__ */ @@ -6272,24 +5296,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfClientId* This, + ITfClientId *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfClientId* This); + ITfClientId *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfClientId* This); + ITfClientId *This); /*** ITfClientId methods ***/ HRESULT (STDMETHODCALLTYPE *GetClientId)( - ITfClientId* This, + ITfClientId *This, REFCLSID rclsid, TfClientId *ptid); END_INTERFACE } ITfClientIdVtbl; + interface ITfClientId { CONST_VTBL ITfClientIdVtbl* lpVtbl; }; @@ -6322,15 +5347,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfClientId_GetClientId_Proxy( - ITfClientId* This, - REFCLSID rclsid, - TfClientId *ptid); -void __RPC_STUB ITfClientId_GetClientId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfClientId_INTERFACE_DEFINED__ */ @@ -6362,27 +5378,28 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfLanguageProfileNotifySink* This, + ITfLanguageProfileNotifySink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfLanguageProfileNotifySink* This); + ITfLanguageProfileNotifySink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfLanguageProfileNotifySink* This); + ITfLanguageProfileNotifySink *This); /*** ITfLanguageProfileNotifySink methods ***/ HRESULT (STDMETHODCALLTYPE *OnLanguageChange)( - ITfLanguageProfileNotifySink* This, + ITfLanguageProfileNotifySink *This, LANGID langid, WINBOOL *pfAccept); HRESULT (STDMETHODCALLTYPE *OnLanguageChanged)( - ITfLanguageProfileNotifySink* This); + ITfLanguageProfileNotifySink *This); END_INTERFACE } ITfLanguageProfileNotifySinkVtbl; + interface ITfLanguageProfileNotifySink { CONST_VTBL ITfLanguageProfileNotifySinkVtbl* lpVtbl; }; @@ -6419,22 +5436,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfLanguageProfileNotifySink_OnLanguageChange_Proxy( - ITfLanguageProfileNotifySink* This, - LANGID langid, - WINBOOL *pfAccept); -void __RPC_STUB ITfLanguageProfileNotifySink_OnLanguageChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfLanguageProfileNotifySink_OnLanguageChanged_Proxy( - ITfLanguageProfileNotifySink* This); -void __RPC_STUB ITfLanguageProfileNotifySink_OnLanguageChanged_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfLanguageProfileNotifySink_INTERFACE_DEFINED__ */ @@ -6462,23 +5463,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfEditSession* This, + ITfEditSession *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfEditSession* This); + ITfEditSession *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfEditSession* This); + ITfEditSession *This); /*** ITfEditSession methods ***/ HRESULT (STDMETHODCALLTYPE *DoEditSession)( - ITfEditSession* This, + ITfEditSession *This, TfEditCookie ec); END_INTERFACE } ITfEditSessionVtbl; + interface ITfEditSession { CONST_VTBL ITfEditSessionVtbl* lpVtbl; }; @@ -6511,14 +5513,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfEditSession_DoEditSession_Proxy( - ITfEditSession* This, - TfEditCookie ec); -void __RPC_STUB ITfEditSession_DoEditSession_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfEditSession_INTERFACE_DEFINED__ */ @@ -6680,19 +5674,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfRange* This, + ITfRange *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfRange* This); + ITfRange *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfRange* This); + ITfRange *This); /*** ITfRange methods ***/ HRESULT (STDMETHODCALLTYPE *GetText)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, DWORD dwFlags, WCHAR *pchText, @@ -6700,133 +5694,134 @@ ULONG *pcch); HRESULT (STDMETHODCALLTYPE *SetText)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, DWORD dwFlags, const WCHAR *pchText, LONG cch); HRESULT (STDMETHODCALLTYPE *GetFormattedText)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, IDataObject **ppDataObject); HRESULT (STDMETHODCALLTYPE *GetEmbedded)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, REFGUID rguidService, REFIID riid, IUnknown **ppunk); HRESULT (STDMETHODCALLTYPE *InsertEmbedded)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, DWORD dwFlags, IDataObject *pDataObject); HRESULT (STDMETHODCALLTYPE *ShiftStart)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt); HRESULT (STDMETHODCALLTYPE *ShiftEnd)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt); HRESULT (STDMETHODCALLTYPE *ShiftStartToRange)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pRange, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *ShiftEndToRange)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pRange, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *ShiftStartRegion)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, TfShiftDir dir, WINBOOL *pfNoRegion); HRESULT (STDMETHODCALLTYPE *ShiftEndRegion)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, TfShiftDir dir, WINBOOL *pfNoRegion); HRESULT (STDMETHODCALLTYPE *IsEmpty)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, WINBOOL *pfEmpty); HRESULT (STDMETHODCALLTYPE *Collapse)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *IsEqualStart)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, WINBOOL *pfEqual); HRESULT (STDMETHODCALLTYPE *IsEqualEnd)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, WINBOOL *pfEqual); HRESULT (STDMETHODCALLTYPE *CompareStart)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, LONG *plResult); HRESULT (STDMETHODCALLTYPE *CompareEnd)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, LONG *plResult); HRESULT (STDMETHODCALLTYPE *AdjustForInsert)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, ULONG cchInsert, WINBOOL *pfInsertOk); HRESULT (STDMETHODCALLTYPE *GetGravity)( - ITfRange* This, + ITfRange *This, TfGravity *pgStart, TfGravity *pgEnd); HRESULT (STDMETHODCALLTYPE *SetGravity)( - ITfRange* This, + ITfRange *This, TfEditCookie ec, TfGravity gStart, TfGravity gEnd); HRESULT (STDMETHODCALLTYPE *Clone)( - ITfRange* This, + ITfRange *This, ITfRange **ppClone); HRESULT (STDMETHODCALLTYPE *GetContext)( - ITfRange* This, + ITfRange *This, ITfContext **ppContext); END_INTERFACE } ITfRangeVtbl; + interface ITfRange { CONST_VTBL ITfRangeVtbl* lpVtbl; }; @@ -6943,228 +5938,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfRange_GetText_Proxy( - ITfRange* This, - TfEditCookie ec, - DWORD dwFlags, - WCHAR *pchText, - ULONG cchMax, - ULONG *pcch); -void __RPC_STUB ITfRange_GetText_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_SetText_Proxy( - ITfRange* This, - TfEditCookie ec, - DWORD dwFlags, - const WCHAR *pchText, - LONG cch); -void __RPC_STUB ITfRange_SetText_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_GetFormattedText_Proxy( - ITfRange* This, - TfEditCookie ec, - IDataObject **ppDataObject); -void __RPC_STUB ITfRange_GetFormattedText_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_GetEmbedded_Proxy( - ITfRange* This, - TfEditCookie ec, - REFGUID rguidService, - REFIID riid, - IUnknown **ppunk); -void __RPC_STUB ITfRange_GetEmbedded_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_InsertEmbedded_Proxy( - ITfRange* This, - TfEditCookie ec, - DWORD dwFlags, - IDataObject *pDataObject); -void __RPC_STUB ITfRange_InsertEmbedded_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftStart_Proxy( - ITfRange* This, - TfEditCookie ec, - LONG cchReq, - LONG *pcch, - const TF_HALTCOND *pHalt); -void __RPC_STUB ITfRange_ShiftStart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftEnd_Proxy( - ITfRange* This, - TfEditCookie ec, - LONG cchReq, - LONG *pcch, - const TF_HALTCOND *pHalt); -void __RPC_STUB ITfRange_ShiftEnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftStartToRange_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pRange, - TfAnchor aPos); -void __RPC_STUB ITfRange_ShiftStartToRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftEndToRange_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pRange, - TfAnchor aPos); -void __RPC_STUB ITfRange_ShiftEndToRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftStartRegion_Proxy( - ITfRange* This, - TfEditCookie ec, - TfShiftDir dir, - WINBOOL *pfNoRegion); -void __RPC_STUB ITfRange_ShiftStartRegion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_ShiftEndRegion_Proxy( - ITfRange* This, - TfEditCookie ec, - TfShiftDir dir, - WINBOOL *pfNoRegion); -void __RPC_STUB ITfRange_ShiftEndRegion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_IsEmpty_Proxy( - ITfRange* This, - TfEditCookie ec, - WINBOOL *pfEmpty); -void __RPC_STUB ITfRange_IsEmpty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_Collapse_Proxy( - ITfRange* This, - TfEditCookie ec, - TfAnchor aPos); -void __RPC_STUB ITfRange_Collapse_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_IsEqualStart_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pWith, - TfAnchor aPos, - WINBOOL *pfEqual); -void __RPC_STUB ITfRange_IsEqualStart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_IsEqualEnd_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pWith, - TfAnchor aPos, - WINBOOL *pfEqual); -void __RPC_STUB ITfRange_IsEqualEnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_CompareStart_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pWith, - TfAnchor aPos, - LONG *plResult); -void __RPC_STUB ITfRange_CompareStart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_CompareEnd_Proxy( - ITfRange* This, - TfEditCookie ec, - ITfRange *pWith, - TfAnchor aPos, - LONG *plResult); -void __RPC_STUB ITfRange_CompareEnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_AdjustForInsert_Proxy( - ITfRange* This, - TfEditCookie ec, - ULONG cchInsert, - WINBOOL *pfInsertOk); -void __RPC_STUB ITfRange_AdjustForInsert_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_GetGravity_Proxy( - ITfRange* This, - TfGravity *pgStart, - TfGravity *pgEnd); -void __RPC_STUB ITfRange_GetGravity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_SetGravity_Proxy( - ITfRange* This, - TfEditCookie ec, - TfGravity gStart, - TfGravity gEnd); -void __RPC_STUB ITfRange_SetGravity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_Clone_Proxy( - ITfRange* This, - ITfRange **ppClone); -void __RPC_STUB ITfRange_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRange_GetContext_Proxy( - ITfRange* This, - ITfContext **ppContext); -void __RPC_STUB ITfRange_GetContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfRange_INTERFACE_DEFINED__ */ @@ -7197,19 +5970,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfRangeACP* This, + ITfRangeACP *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfRangeACP* This); + ITfRangeACP *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfRangeACP* This); + ITfRangeACP *This); /*** ITfRange methods ***/ HRESULT (STDMETHODCALLTYPE *GetText)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, DWORD dwFlags, WCHAR *pchText, @@ -7217,144 +5990,145 @@ ULONG *pcch); HRESULT (STDMETHODCALLTYPE *SetText)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, DWORD dwFlags, const WCHAR *pchText, LONG cch); HRESULT (STDMETHODCALLTYPE *GetFormattedText)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, IDataObject **ppDataObject); HRESULT (STDMETHODCALLTYPE *GetEmbedded)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, REFGUID rguidService, REFIID riid, IUnknown **ppunk); HRESULT (STDMETHODCALLTYPE *InsertEmbedded)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, DWORD dwFlags, IDataObject *pDataObject); HRESULT (STDMETHODCALLTYPE *ShiftStart)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt); HRESULT (STDMETHODCALLTYPE *ShiftEnd)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt); HRESULT (STDMETHODCALLTYPE *ShiftStartToRange)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pRange, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *ShiftEndToRange)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pRange, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *ShiftStartRegion)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, TfShiftDir dir, WINBOOL *pfNoRegion); HRESULT (STDMETHODCALLTYPE *ShiftEndRegion)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, TfShiftDir dir, WINBOOL *pfNoRegion); HRESULT (STDMETHODCALLTYPE *IsEmpty)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, WINBOOL *pfEmpty); HRESULT (STDMETHODCALLTYPE *Collapse)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *IsEqualStart)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, WINBOOL *pfEqual); HRESULT (STDMETHODCALLTYPE *IsEqualEnd)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, WINBOOL *pfEqual); HRESULT (STDMETHODCALLTYPE *CompareStart)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, LONG *plResult); HRESULT (STDMETHODCALLTYPE *CompareEnd)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ITfRange *pWith, TfAnchor aPos, LONG *plResult); HRESULT (STDMETHODCALLTYPE *AdjustForInsert)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, ULONG cchInsert, WINBOOL *pfInsertOk); HRESULT (STDMETHODCALLTYPE *GetGravity)( - ITfRangeACP* This, + ITfRangeACP *This, TfGravity *pgStart, TfGravity *pgEnd); HRESULT (STDMETHODCALLTYPE *SetGravity)( - ITfRangeACP* This, + ITfRangeACP *This, TfEditCookie ec, TfGravity gStart, TfGravity gEnd); HRESULT (STDMETHODCALLTYPE *Clone)( - ITfRangeACP* This, + ITfRangeACP *This, ITfRange **ppClone); HRESULT (STDMETHODCALLTYPE *GetContext)( - ITfRangeACP* This, + ITfRangeACP *This, ITfContext **ppContext); /*** ITfRangeACP methods ***/ HRESULT (STDMETHODCALLTYPE *GetExtent)( - ITfRangeACP* This, + ITfRangeACP *This, LONG *pacpAnchor, LONG *pcch); HRESULT (STDMETHODCALLTYPE *SetExtent)( - ITfRangeACP* This, + ITfRangeACP *This, LONG acpAnchor, LONG cch); END_INTERFACE } ITfRangeACPVtbl; + interface ITfRangeACP { CONST_VTBL ITfRangeACPVtbl* lpVtbl; }; @@ -7481,24 +6255,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfRangeACP_GetExtent_Proxy( - ITfRangeACP* This, - LONG *pacpAnchor, - LONG *pcch); -void __RPC_STUB ITfRangeACP_GetExtent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfRangeACP_SetExtent_Proxy( - ITfRangeACP* This, - LONG acpAnchor, - LONG cch); -void __RPC_STUB ITfRangeACP_SetExtent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfRangeACP_INTERFACE_DEFINED__ */ @@ -7542,19 +6298,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfInsertAtSelection* This, + ITfInsertAtSelection *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfInsertAtSelection* This); + ITfInsertAtSelection *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfInsertAtSelection* This); + ITfInsertAtSelection *This); /*** ITfInsertAtSelection methods ***/ HRESULT (STDMETHODCALLTYPE *InsertTextAtSelection)( - ITfInsertAtSelection* This, + ITfInsertAtSelection *This, TfEditCookie ec, DWORD dwFlags, const WCHAR *pchText, @@ -7562,7 +6318,7 @@ ITfRange **ppRange); HRESULT (STDMETHODCALLTYPE *InsertEmbeddedAtSelection)( - ITfInsertAtSelection* This, + ITfInsertAtSelection *This, TfEditCookie ec, DWORD dwFlags, IDataObject *pDataObject, @@ -7570,6 +6326,7 @@ END_INTERFACE } ITfInsertAtSelectionVtbl; + interface ITfInsertAtSelection { CONST_VTBL ITfInsertAtSelectionVtbl* lpVtbl; }; @@ -7606,29 +6363,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfInsertAtSelection_InsertTextAtSelection_Proxy( - ITfInsertAtSelection* This, - TfEditCookie ec, - DWORD dwFlags, - const WCHAR *pchText, - LONG cch, - ITfRange **ppRange); -void __RPC_STUB ITfInsertAtSelection_InsertTextAtSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfInsertAtSelection_InsertEmbeddedAtSelection_Proxy( - ITfInsertAtSelection* This, - TfEditCookie ec, - DWORD dwFlags, - IDataObject *pDataObject, - ITfRange **ppRange); -void __RPC_STUB ITfInsertAtSelection_InsertEmbeddedAtSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfInsertAtSelection_INTERFACE_DEFINED__ */ @@ -7688,61 +6422,62 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfPropertyStore* This, + ITfPropertyStore *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfPropertyStore* This); + ITfPropertyStore *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfPropertyStore* This); + ITfPropertyStore *This); /*** ITfPropertyStore methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - ITfPropertyStore* This, + ITfPropertyStore *This, GUID *pguid); HRESULT (STDMETHODCALLTYPE *GetDataType)( - ITfPropertyStore* This, + ITfPropertyStore *This, DWORD *pdwReserved); HRESULT (STDMETHODCALLTYPE *GetData)( - ITfPropertyStore* This, + ITfPropertyStore *This, VARIANT *pvarValue); HRESULT (STDMETHODCALLTYPE *OnTextUpdated)( - ITfPropertyStore* This, + ITfPropertyStore *This, DWORD dwFlags, ITfRange *pRangeNew, WINBOOL *pfAccept); HRESULT (STDMETHODCALLTYPE *Shrink)( - ITfPropertyStore* This, + ITfPropertyStore *This, ITfRange *pRangeNew, WINBOOL *pfFree); HRESULT (STDMETHODCALLTYPE *Divide)( - ITfPropertyStore* This, + ITfPropertyStore *This, ITfRange *pRangeThis, ITfRange *pRangeNew, ITfPropertyStore **ppPropStore); HRESULT (STDMETHODCALLTYPE *Clone)( - ITfPropertyStore* This, + ITfPropertyStore *This, ITfPropertyStore **pPropStore); HRESULT (STDMETHODCALLTYPE *GetPropertyRangeCreator)( - ITfPropertyStore* This, + ITfPropertyStore *This, CLSID *pclsid); HRESULT (STDMETHODCALLTYPE *Serialize)( - ITfPropertyStore* This, + ITfPropertyStore *This, IStream *pStream, ULONG *pcb); END_INTERFACE } ITfPropertyStoreVtbl; + interface ITfPropertyStore { CONST_VTBL ITfPropertyStoreVtbl* lpVtbl; }; @@ -7807,84 +6542,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfPropertyStore_GetType_Proxy( - ITfPropertyStore* This, - GUID *pguid); -void __RPC_STUB ITfPropertyStore_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_GetDataType_Proxy( - ITfPropertyStore* This, - DWORD *pdwReserved); -void __RPC_STUB ITfPropertyStore_GetDataType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_GetData_Proxy( - ITfPropertyStore* This, - VARIANT *pvarValue); -void __RPC_STUB ITfPropertyStore_GetData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_OnTextUpdated_Proxy( - ITfPropertyStore* This, - DWORD dwFlags, - ITfRange *pRangeNew, - WINBOOL *pfAccept); -void __RPC_STUB ITfPropertyStore_OnTextUpdated_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_Shrink_Proxy( - ITfPropertyStore* This, - ITfRange *pRangeNew, - WINBOOL *pfFree); -void __RPC_STUB ITfPropertyStore_Shrink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_Divide_Proxy( - ITfPropertyStore* This, - ITfRange *pRangeThis, - ITfRange *pRangeNew, - ITfPropertyStore **ppPropStore); -void __RPC_STUB ITfPropertyStore_Divide_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_Clone_Proxy( - ITfPropertyStore* This, - ITfPropertyStore **pPropStore); -void __RPC_STUB ITfPropertyStore_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_GetPropertyRangeCreator_Proxy( - ITfPropertyStore* This, - CLSID *pclsid); -void __RPC_STUB ITfPropertyStore_GetPropertyRangeCreator_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfPropertyStore_Serialize_Proxy( - ITfPropertyStore* This, - IStream *pStream, - ULONG *pcb); -void __RPC_STUB ITfPropertyStore_Serialize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfPropertyStore_INTERFACE_DEFINED__ */ @@ -7923,36 +6580,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumITfCompositionView* This, + IEnumITfCompositionView *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumITfCompositionView* This); + IEnumITfCompositionView *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumITfCompositionView* This); + IEnumITfCompositionView *This); /*** IEnumITfCompositionView methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumITfCompositionView* This, + IEnumITfCompositionView *This, IEnumITfCompositionView **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumITfCompositionView* This, + IEnumITfCompositionView *This, ULONG ulCount, ITfCompositionView **rgCompositionView, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumITfCompositionView* This); + IEnumITfCompositionView *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumITfCompositionView* This, + IEnumITfCompositionView *This, ULONG ulCount); END_INTERFACE } IEnumITfCompositionViewVtbl; + interface IEnumITfCompositionView { CONST_VTBL IEnumITfCompositionViewVtbl* lpVtbl; }; @@ -7997,39 +6655,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumITfCompositionView_Clone_Proxy( - IEnumITfCompositionView* This, - IEnumITfCompositionView **ppEnum); -void __RPC_STUB IEnumITfCompositionView_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumITfCompositionView_Next_Proxy( - IEnumITfCompositionView* This, - ULONG ulCount, - ITfCompositionView **rgCompositionView, - ULONG *pcFetched); -void __RPC_STUB IEnumITfCompositionView_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumITfCompositionView_Reset_Proxy( - IEnumITfCompositionView* This); -void __RPC_STUB IEnumITfCompositionView_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumITfCompositionView_Skip_Proxy( - IEnumITfCompositionView* This, - ULONG ulCount); -void __RPC_STUB IEnumITfCompositionView_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumITfCompositionView_INTERFACE_DEFINED__ */ @@ -8068,37 +6693,38 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfComposition* This, + ITfComposition *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfComposition* This); + ITfComposition *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfComposition* This); + ITfComposition *This); /*** ITfComposition methods ***/ HRESULT (STDMETHODCALLTYPE *GetRange)( - ITfComposition* This, + ITfComposition *This, ITfRange **ppRange); HRESULT (STDMETHODCALLTYPE *ShiftStart)( - ITfComposition* This, + ITfComposition *This, TfEditCookie ecWrite, ITfRange *pNewStart); HRESULT (STDMETHODCALLTYPE *ShiftEnd)( - ITfComposition* This, + ITfComposition *This, TfEditCookie ecWrite, ITfRange *pNewEnd); HRESULT (STDMETHODCALLTYPE *EndComposition)( - ITfComposition* This, + ITfComposition *This, TfEditCookie ecWrite); END_INTERFACE } ITfCompositionVtbl; + interface ITfComposition { CONST_VTBL ITfCompositionVtbl* lpVtbl; }; @@ -8143,40 +6769,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfComposition_GetRange_Proxy( - ITfComposition* This, - ITfRange **ppRange); -void __RPC_STUB ITfComposition_GetRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfComposition_ShiftStart_Proxy( - ITfComposition* This, - TfEditCookie ecWrite, - ITfRange *pNewStart); -void __RPC_STUB ITfComposition_ShiftStart_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfComposition_ShiftEnd_Proxy( - ITfComposition* This, - TfEditCookie ecWrite, - ITfRange *pNewEnd); -void __RPC_STUB ITfComposition_ShiftEnd_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfComposition_EndComposition_Proxy( - ITfComposition* This, - TfEditCookie ecWrite); -void __RPC_STUB ITfComposition_EndComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfComposition_INTERFACE_DEFINED__ */ @@ -8205,24 +6797,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCompositionSink* This, + ITfCompositionSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCompositionSink* This); + ITfCompositionSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCompositionSink* This); + ITfCompositionSink *This); /*** ITfCompositionSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnCompositionTerminated)( - ITfCompositionSink* This, + ITfCompositionSink *This, TfEditCookie ecWrite, ITfComposition *pComposition); END_INTERFACE } ITfCompositionSinkVtbl; + interface ITfCompositionSink { CONST_VTBL ITfCompositionSinkVtbl* lpVtbl; }; @@ -8255,15 +6848,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCompositionSink_OnCompositionTerminated_Proxy( - ITfCompositionSink* This, - TfEditCookie ecWrite, - ITfComposition *pComposition); -void __RPC_STUB ITfCompositionSink_OnCompositionTerminated_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCompositionSink_INTERFACE_DEFINED__ */ @@ -8308,36 +6892,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContextComposition* This, + ITfContextComposition *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContextComposition* This); + ITfContextComposition *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContextComposition* This); + ITfContextComposition *This); /*** ITfContextComposition methods ***/ HRESULT (STDMETHODCALLTYPE *StartComposition)( - ITfContextComposition* This, + ITfContextComposition *This, TfEditCookie ecWrite, ITfRange *pCompositionRange, ITfCompositionSink *pSink, ITfComposition **ppComposition); HRESULT (STDMETHODCALLTYPE *EnumCompositions)( - ITfContextComposition* This, + ITfContextComposition *This, IEnumITfCompositionView **ppEnum); HRESULT (STDMETHODCALLTYPE *FindComposition)( - ITfContextComposition* This, + ITfContextComposition *This, TfEditCookie ecRead, ITfRange *pTestRange, IEnumITfCompositionView **ppEnum); HRESULT (STDMETHODCALLTYPE *TakeOwnership)( - ITfContextComposition* This, + ITfContextComposition *This, TfEditCookie ecWrite, ITfCompositionView *pComposition, ITfCompositionSink *pSink, @@ -8345,6 +6929,7 @@ END_INTERFACE } ITfContextCompositionVtbl; + interface ITfContextComposition { CONST_VTBL ITfContextCompositionVtbl* lpVtbl; }; @@ -8389,46 +6974,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContextComposition_StartComposition_Proxy( - ITfContextComposition* This, - TfEditCookie ecWrite, - ITfRange *pCompositionRange, - ITfCompositionSink *pSink, - ITfComposition **ppComposition); -void __RPC_STUB ITfContextComposition_StartComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextComposition_EnumCompositions_Proxy( - ITfContextComposition* This, - IEnumITfCompositionView **ppEnum); -void __RPC_STUB ITfContextComposition_EnumCompositions_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextComposition_FindComposition_Proxy( - ITfContextComposition* This, - TfEditCookie ecRead, - ITfRange *pTestRange, - IEnumITfCompositionView **ppEnum); -void __RPC_STUB ITfContextComposition_FindComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextComposition_TakeOwnership_Proxy( - ITfContextComposition* This, - TfEditCookie ecWrite, - ITfCompositionView *pComposition, - ITfCompositionSink *pSink, - ITfComposition **ppComposition); -void __RPC_STUB ITfContextComposition_TakeOwnership_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContextComposition_INTERFACE_DEFINED__ */ @@ -8456,36 +7001,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContextOwnerCompositionServices* This); + ITfContextOwnerCompositionServices *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContextOwnerCompositionServices* This); + ITfContextOwnerCompositionServices *This); /*** ITfContextComposition methods ***/ HRESULT (STDMETHODCALLTYPE *StartComposition)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, TfEditCookie ecWrite, ITfRange *pCompositionRange, ITfCompositionSink *pSink, ITfComposition **ppComposition); HRESULT (STDMETHODCALLTYPE *EnumCompositions)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, IEnumITfCompositionView **ppEnum); HRESULT (STDMETHODCALLTYPE *FindComposition)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, TfEditCookie ecRead, ITfRange *pTestRange, IEnumITfCompositionView **ppEnum); HRESULT (STDMETHODCALLTYPE *TakeOwnership)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, TfEditCookie ecWrite, ITfCompositionView *pComposition, ITfCompositionSink *pSink, @@ -8493,11 +7038,12 @@ /*** ITfContextOwnerCompositionServices methods ***/ HRESULT (STDMETHODCALLTYPE *TerminateComposition)( - ITfContextOwnerCompositionServices* This, + ITfContextOwnerCompositionServices *This, ITfCompositionView *pComposition); END_INTERFACE } ITfContextOwnerCompositionServicesVtbl; + interface ITfContextOwnerCompositionServices { CONST_VTBL ITfContextOwnerCompositionServicesVtbl* lpVtbl; }; @@ -8548,14 +7094,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContextOwnerCompositionServices_TerminateComposition_Proxy( - ITfContextOwnerCompositionServices* This, - ITfCompositionView *pComposition); -void __RPC_STUB ITfContextOwnerCompositionServices_TerminateComposition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContextOwnerCompositionServices_INTERFACE_DEFINED__ */ @@ -8584,24 +7122,25 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfPersistentPropertyLoaderACP* This, + ITfPersistentPropertyLoaderACP *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfPersistentPropertyLoaderACP* This); + ITfPersistentPropertyLoaderACP *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfPersistentPropertyLoaderACP* This); + ITfPersistentPropertyLoaderACP *This); /*** ITfPersistentPropertyLoaderACP methods ***/ HRESULT (STDMETHODCALLTYPE *LoadProperty)( - ITfPersistentPropertyLoaderACP* This, + ITfPersistentPropertyLoaderACP *This, const TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, IStream **ppStream); END_INTERFACE } ITfPersistentPropertyLoaderACPVtbl; + interface ITfPersistentPropertyLoaderACP { CONST_VTBL ITfPersistentPropertyLoaderACPVtbl* lpVtbl; }; @@ -8634,15 +7173,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfPersistentPropertyLoaderACP_LoadProperty_Proxy( - ITfPersistentPropertyLoaderACP* This, - const TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, - IStream **ppStream); -void __RPC_STUB ITfPersistentPropertyLoaderACP_LoadProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfPersistentPropertyLoaderACP_INTERFACE_DEFINED__ */ @@ -8696,54 +7226,55 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfContextOwnerServices* This); + ITfContextOwnerServices *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfContextOwnerServices* This); + ITfContextOwnerServices *This); /*** ITfContextOwnerServices methods ***/ HRESULT (STDMETHODCALLTYPE *OnLayoutChange)( - ITfContextOwnerServices* This); + ITfContextOwnerServices *This); HRESULT (STDMETHODCALLTYPE *OnStatusChange)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *OnAttributeChange)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, REFGUID rguidAttribute); HRESULT (STDMETHODCALLTYPE *Serialize)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, ITfProperty *pProp, ITfRange *pRange, TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, IStream *pStream); HRESULT (STDMETHODCALLTYPE *Unserialize)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, ITfProperty *pProp, const TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, IStream *pStream, ITfPersistentPropertyLoaderACP *pLoader); HRESULT (STDMETHODCALLTYPE *ForceLoadProperty)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, ITfProperty *pProp); HRESULT (STDMETHODCALLTYPE *CreateRange)( - ITfContextOwnerServices* This, + ITfContextOwnerServices *This, LONG acpStart, LONG acpEnd, ITfRangeACP **ppRange); END_INTERFACE } ITfContextOwnerServicesVtbl; + interface ITfContextOwnerServices { CONST_VTBL ITfContextOwnerServicesVtbl* lpVtbl; }; @@ -8800,69 +7331,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_OnLayoutChange_Proxy( - ITfContextOwnerServices* This); -void __RPC_STUB ITfContextOwnerServices_OnLayoutChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_OnStatusChange_Proxy( - ITfContextOwnerServices* This, - DWORD dwFlags); -void __RPC_STUB ITfContextOwnerServices_OnStatusChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_OnAttributeChange_Proxy( - ITfContextOwnerServices* This, - REFGUID rguidAttribute); -void __RPC_STUB ITfContextOwnerServices_OnAttributeChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_Serialize_Proxy( - ITfContextOwnerServices* This, - ITfProperty *pProp, - ITfRange *pRange, - TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, - IStream *pStream); -void __RPC_STUB ITfContextOwnerServices_Serialize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_Unserialize_Proxy( - ITfContextOwnerServices* This, - ITfProperty *pProp, - const TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, - IStream *pStream, - ITfPersistentPropertyLoaderACP *pLoader); -void __RPC_STUB ITfContextOwnerServices_Unserialize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_ForceLoadProperty_Proxy( - ITfContextOwnerServices* This, - ITfProperty *pProp); -void __RPC_STUB ITfContextOwnerServices_ForceLoadProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfContextOwnerServices_CreateRange_Proxy( - ITfContextOwnerServices* This, - LONG acpStart, - LONG acpEnd, - ITfRangeACP **ppRange); -void __RPC_STUB ITfContextOwnerServices_CreateRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfContextOwnerServices_INTERFACE_DEFINED__ */ @@ -8903,39 +7371,40 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfReadOnlyProperty* This, + ITfReadOnlyProperty *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfReadOnlyProperty* This); + ITfReadOnlyProperty *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfReadOnlyProperty* This); + ITfReadOnlyProperty *This); /*** ITfReadOnlyProperty methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - ITfReadOnlyProperty* This, + ITfReadOnlyProperty *This, GUID *pguid); HRESULT (STDMETHODCALLTYPE *EnumRanges)( - ITfReadOnlyProperty* This, + ITfReadOnlyProperty *This, TfEditCookie ec, IEnumTfRanges **ppEnum, ITfRange *pTargetRange); HRESULT (STDMETHODCALLTYPE *GetValue)( - ITfReadOnlyProperty* This, + ITfReadOnlyProperty *This, TfEditCookie ec, ITfRange *pRange, VARIANT *pvarValue); HRESULT (STDMETHODCALLTYPE *GetContext)( - ITfReadOnlyProperty* This, + ITfReadOnlyProperty *This, ITfContext **ppContext); END_INTERFACE } ITfReadOnlyPropertyVtbl; + interface ITfReadOnlyProperty { CONST_VTBL ITfReadOnlyPropertyVtbl* lpVtbl; }; @@ -8980,42 +7449,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfReadOnlyProperty_GetType_Proxy( - ITfReadOnlyProperty* This, - GUID *pguid); -void __RPC_STUB ITfReadOnlyProperty_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfReadOnlyProperty_EnumRanges_Proxy( - ITfReadOnlyProperty* This, - TfEditCookie ec, - IEnumTfRanges **ppEnum, - ITfRange *pTargetRange); -void __RPC_STUB ITfReadOnlyProperty_EnumRanges_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfReadOnlyProperty_GetValue_Proxy( - ITfReadOnlyProperty* This, - TfEditCookie ec, - ITfRange *pRange, - VARIANT *pvarValue); -void __RPC_STUB ITfReadOnlyProperty_GetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfReadOnlyProperty_GetContext_Proxy( - ITfReadOnlyProperty* This, - ITfContext **ppContext); -void __RPC_STUB ITfReadOnlyProperty_GetContext_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfReadOnlyProperty_INTERFACE_DEFINED__ */ @@ -9060,64 +7493,65 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfProperty* This, + ITfProperty *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfProperty* This); + ITfProperty *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfProperty* This); + ITfProperty *This); /*** ITfReadOnlyProperty methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - ITfProperty* This, + ITfProperty *This, GUID *pguid); HRESULT (STDMETHODCALLTYPE *EnumRanges)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, IEnumTfRanges **ppEnum, ITfRange *pTargetRange); HRESULT (STDMETHODCALLTYPE *GetValue)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, ITfRange *pRange, VARIANT *pvarValue); HRESULT (STDMETHODCALLTYPE *GetContext)( - ITfProperty* This, + ITfProperty *This, ITfContext **ppContext); /*** ITfProperty methods ***/ HRESULT (STDMETHODCALLTYPE *FindRange)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, ITfRange *pRange, ITfRange **ppRange, TfAnchor aPos); HRESULT (STDMETHODCALLTYPE *SetValueStore)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, ITfRange *pRange, ITfPropertyStore *pPropStore); HRESULT (STDMETHODCALLTYPE *SetValue)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, ITfRange *pRange, const VARIANT *pvarValue); HRESULT (STDMETHODCALLTYPE *Clear)( - ITfProperty* This, + ITfProperty *This, TfEditCookie ec, ITfRange *pRange); END_INTERFACE } ITfPropertyVtbl; + interface ITfProperty { CONST_VTBL ITfPropertyVtbl* lpVtbl; }; @@ -9180,46 +7614,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfProperty_FindRange_Proxy( - ITfProperty* This, - TfEditCookie ec, - ITfRange *pRange, - ITfRange **ppRange, - TfAnchor aPos); -void __RPC_STUB ITfProperty_FindRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfProperty_SetValueStore_Proxy( - ITfProperty* This, - TfEditCookie ec, - ITfRange *pRange, - ITfPropertyStore *pPropStore); -void __RPC_STUB ITfProperty_SetValueStore_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfProperty_SetValue_Proxy( - ITfProperty* This, - TfEditCookie ec, - ITfRange *pRange, - const VARIANT *pvarValue); -void __RPC_STUB ITfProperty_SetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfProperty_Clear_Proxy( - ITfProperty* This, - TfEditCookie ec, - ITfRange *pRange); -void __RPC_STUB ITfProperty_Clear_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfProperty_INTERFACE_DEFINED__ */ @@ -9251,28 +7645,29 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCompartment* This, + ITfCompartment *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCompartment* This); + ITfCompartment *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCompartment* This); + ITfCompartment *This); /*** ITfCompartment methods ***/ HRESULT (STDMETHODCALLTYPE *SetValue)( - ITfCompartment* This, + ITfCompartment *This, TfClientId tid, const VARIANT *pvarValue); HRESULT (STDMETHODCALLTYPE *GetValue)( - ITfCompartment* This, + ITfCompartment *This, VARIANT *pvarValue); END_INTERFACE } ITfCompartmentVtbl; + interface ITfCompartment { CONST_VTBL ITfCompartmentVtbl* lpVtbl; }; @@ -9309,23 +7704,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCompartment_SetValue_Proxy( - ITfCompartment* This, - TfClientId tid, - const VARIANT *pvarValue); -void __RPC_STUB ITfCompartment_SetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCompartment_GetValue_Proxy( - ITfCompartment* This, - VARIANT *pvarValue); -void __RPC_STUB ITfCompartment_GetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCompartment_INTERFACE_DEFINED__ */ @@ -9361,33 +7739,34 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCompartmentMgr* This, + ITfCompartmentMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCompartmentMgr* This); + ITfCompartmentMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCompartmentMgr* This); + ITfCompartmentMgr *This); /*** ITfCompartmentMgr methods ***/ HRESULT (STDMETHODCALLTYPE *GetCompartment)( - ITfCompartmentMgr* This, + ITfCompartmentMgr *This, REFGUID rguid, ITfCompartment **ppcomp); HRESULT (STDMETHODCALLTYPE *ClearCompartment)( - ITfCompartmentMgr* This, + ITfCompartmentMgr *This, TfClientId tid, REFGUID rguid); HRESULT (STDMETHODCALLTYPE *EnumCompartments)( - ITfCompartmentMgr* This, + ITfCompartmentMgr *This, IEnumGUID **ppEnum); END_INTERFACE } ITfCompartmentMgrVtbl; + interface ITfCompartmentMgr { CONST_VTBL ITfCompartmentMgrVtbl* lpVtbl; }; @@ -9428,32 +7807,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCompartmentMgr_GetCompartment_Proxy( - ITfCompartmentMgr* This, - REFGUID rguid, - ITfCompartment **ppcomp); -void __RPC_STUB ITfCompartmentMgr_GetCompartment_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCompartmentMgr_ClearCompartment_Proxy( - ITfCompartmentMgr* This, - TfClientId tid, - REFGUID rguid); -void __RPC_STUB ITfCompartmentMgr_ClearCompartment_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfCompartmentMgr_EnumCompartments_Proxy( - ITfCompartmentMgr* This, - IEnumGUID **ppEnum); -void __RPC_STUB ITfCompartmentMgr_EnumCompartments_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCompartmentMgr_INTERFACE_DEFINED__ */ @@ -9481,23 +7834,24 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfCompartmentEventSink* This, + ITfCompartmentEventSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfCompartmentEventSink* This); + ITfCompartmentEventSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfCompartmentEventSink* This); + ITfCompartmentEventSink *This); /*** ITfCompartmentEventSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnChange)( - ITfCompartmentEventSink* This, + ITfCompartmentEventSink *This, REFGUID rguid); END_INTERFACE } ITfCompartmentEventSinkVtbl; + interface ITfCompartmentEventSink { CONST_VTBL ITfCompartmentEventSinkVtbl* lpVtbl; }; @@ -9530,14 +7884,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfCompartmentEventSink_OnChange_Proxy( - ITfCompartmentEventSink* This, - REFGUID rguid); -void __RPC_STUB ITfCompartmentEventSink_OnChange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfCompartmentEventSink_INTERFACE_DEFINED__ */ @@ -9576,36 +7922,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfContexts* This, + IEnumTfContexts *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfContexts* This); + IEnumTfContexts *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfContexts* This); + IEnumTfContexts *This); /*** IEnumTfContexts methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfContexts* This, + IEnumTfContexts *This, IEnumTfContexts **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfContexts* This, + IEnumTfContexts *This, ULONG ulCount, ITfContext **rgContext, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfContexts* This); + IEnumTfContexts *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfContexts* This, + IEnumTfContexts *This, ULONG ulCount); END_INTERFACE } IEnumTfContextsVtbl; + interface IEnumTfContexts { CONST_VTBL IEnumTfContextsVtbl* lpVtbl; }; @@ -9650,39 +7997,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfContexts_Clone_Proxy( - IEnumTfContexts* This, - IEnumTfContexts **ppEnum); -void __RPC_STUB IEnumTfContexts_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContexts_Next_Proxy( - IEnumTfContexts* This, - ULONG ulCount, - ITfContext **rgContext, - ULONG *pcFetched); -void __RPC_STUB IEnumTfContexts_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContexts_Reset_Proxy( - IEnumTfContexts* This); -void __RPC_STUB IEnumTfContexts_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfContexts_Skip_Proxy( - IEnumTfContexts* This, - ULONG ulCount); -void __RPC_STUB IEnumTfContexts_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfContexts_INTERFACE_DEFINED__ */ @@ -9721,36 +8035,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfDocumentMgrs* This, + IEnumTfDocumentMgrs *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfDocumentMgrs* This); + IEnumTfDocumentMgrs *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfDocumentMgrs* This); + IEnumTfDocumentMgrs *This); /*** IEnumTfDocumentMgrs methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfDocumentMgrs* This, + IEnumTfDocumentMgrs *This, IEnumTfDocumentMgrs **ppEnum); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfDocumentMgrs* This, + IEnumTfDocumentMgrs *This, ULONG ulCount, ITfDocumentMgr **rgDocumentMgr, ULONG *pcFetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfDocumentMgrs* This); + IEnumTfDocumentMgrs *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfDocumentMgrs* This, + IEnumTfDocumentMgrs *This, ULONG ulCount); END_INTERFACE } IEnumTfDocumentMgrsVtbl; + interface IEnumTfDocumentMgrs { CONST_VTBL IEnumTfDocumentMgrsVtbl* lpVtbl; }; @@ -9795,39 +8110,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfDocumentMgrs_Clone_Proxy( - IEnumTfDocumentMgrs* This, - IEnumTfDocumentMgrs **ppEnum); -void __RPC_STUB IEnumTfDocumentMgrs_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDocumentMgrs_Next_Proxy( - IEnumTfDocumentMgrs* This, - ULONG ulCount, - ITfDocumentMgr **rgDocumentMgr, - ULONG *pcFetched); -void __RPC_STUB IEnumTfDocumentMgrs_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDocumentMgrs_Reset_Proxy( - IEnumTfDocumentMgrs* This); -void __RPC_STUB IEnumTfDocumentMgrs_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfDocumentMgrs_Skip_Proxy( - IEnumTfDocumentMgrs* This, - ULONG ulCount); -void __RPC_STUB IEnumTfDocumentMgrs_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfDocumentMgrs_INTERFACE_DEFINED__ */ @@ -9864,35 +8146,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfUIElement* This, + ITfUIElement *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfUIElement* This); + ITfUIElement *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfUIElement* This); + ITfUIElement *This); /*** ITfUIElement methods ***/ HRESULT (STDMETHODCALLTYPE *GetDescription)( - ITfUIElement* This, + ITfUIElement *This, BSTR *description); HRESULT (STDMETHODCALLTYPE *GetGUID)( - ITfUIElement* This, + ITfUIElement *This, GUID *guid); HRESULT (STDMETHODCALLTYPE *Show)( - ITfUIElement* This, + ITfUIElement *This, WINBOOL show); HRESULT (STDMETHODCALLTYPE *IsShown)( - ITfUIElement* This, + ITfUIElement *This, WINBOOL *show); END_INTERFACE } ITfUIElementVtbl; + interface ITfUIElement { CONST_VTBL ITfUIElementVtbl* lpVtbl; }; @@ -9937,38 +8220,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfUIElement_GetDescription_Proxy( - ITfUIElement* This, - BSTR *description); -void __RPC_STUB ITfUIElement_GetDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElement_GetGUID_Proxy( - ITfUIElement* This, - GUID *guid); -void __RPC_STUB ITfUIElement_GetGUID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElement_Show_Proxy( - ITfUIElement* This, - WINBOOL show); -void __RPC_STUB ITfUIElement_Show_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElement_IsShown_Proxy( - ITfUIElement* This, - WINBOOL *show); -void __RPC_STUB ITfUIElement_IsShown_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfUIElement_INTERFACE_DEFINED__ */ @@ -10007,36 +8258,37 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumTfUIElements* This, + IEnumTfUIElements *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumTfUIElements* This); + IEnumTfUIElements *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumTfUIElements* This); + IEnumTfUIElements *This); /*** IEnumTfUIElements methods ***/ HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumTfUIElements* This, + IEnumTfUIElements *This, IEnumTfUIElements **enum_elements); HRESULT (STDMETHODCALLTYPE *Next)( - IEnumTfUIElements* This, + IEnumTfUIElements *This, ULONG count, ITfUIElement **element, ULONG fetched); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumTfUIElements* This); + IEnumTfUIElements *This); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumTfUIElements* This, + IEnumTfUIElements *This, ULONG count); END_INTERFACE } IEnumTfUIElementsVtbl; + interface IEnumTfUIElements { CONST_VTBL IEnumTfUIElementsVtbl* lpVtbl; }; @@ -10081,39 +8333,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumTfUIElements_Clone_Proxy( - IEnumTfUIElements* This, - IEnumTfUIElements **enum_elements); -void __RPC_STUB IEnumTfUIElements_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfUIElements_Next_Proxy( - IEnumTfUIElements* This, - ULONG count, - ITfUIElement **element, - ULONG fetched); -void __RPC_STUB IEnumTfUIElements_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfUIElements_Reset_Proxy( - IEnumTfUIElements* This); -void __RPC_STUB IEnumTfUIElements_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumTfUIElements_Skip_Proxy( - IEnumTfUIElements* This, - ULONG count); -void __RPC_STUB IEnumTfUIElements_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumTfUIElements_INTERFACE_DEFINED__ */ @@ -10156,42 +8375,43 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfUIElementMgr* This); + ITfUIElementMgr *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfUIElementMgr* This); + ITfUIElementMgr *This); /*** ITfUIElementMgr methods ***/ HRESULT (STDMETHODCALLTYPE *BeginUIElement)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, ITfUIElement *element, WINBOOL *show, DWORD *id); HRESULT (STDMETHODCALLTYPE *UpdateUIElement)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, DWORD id); HRESULT (STDMETHODCALLTYPE *EndUIElement)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, DWORD id); HRESULT (STDMETHODCALLTYPE *GetUIElement)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, DWORD id, ITfUIElement **element); HRESULT (STDMETHODCALLTYPE *EnumUIElements)( - ITfUIElementMgr* This, + ITfUIElementMgr *This, IEnumTfUIElements **enum_elements); END_INTERFACE } ITfUIElementMgrVtbl; + interface ITfUIElementMgr { CONST_VTBL ITfUIElementMgrVtbl* lpVtbl; }; @@ -10240,49 +8460,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfUIElementMgr_BeginUIElement_Proxy( - ITfUIElementMgr* This, - ITfUIElement *element, - WINBOOL *show, - DWORD *id); -void __RPC_STUB ITfUIElementMgr_BeginUIElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElementMgr_UpdateUIElement_Proxy( - ITfUIElementMgr* This, - DWORD id); -void __RPC_STUB ITfUIElementMgr_UpdateUIElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElementMgr_EndUIElement_Proxy( - ITfUIElementMgr* This, - DWORD id); -void __RPC_STUB ITfUIElementMgr_EndUIElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElementMgr_GetUIElement_Proxy( - ITfUIElementMgr* This, - DWORD id, - ITfUIElement **element); -void __RPC_STUB ITfUIElementMgr_GetUIElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfUIElementMgr_EnumUIElements_Proxy( - ITfUIElementMgr* This, - IEnumTfUIElements **enum_elements); -void __RPC_STUB ITfUIElementMgr_EnumUIElements_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfUIElementMgr_INTERFACE_DEFINED__ */ @@ -10316,30 +8493,31 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfSourceSingle* This, + ITfSourceSingle *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfSourceSingle* This); + ITfSourceSingle *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfSourceSingle* This); + ITfSourceSingle *This); /*** ITfSourceSingle methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseSingleSink)( - ITfSourceSingle* This, + ITfSourceSingle *This, TfClientId tid, REFIID riid, IUnknown *punk); HRESULT (STDMETHODCALLTYPE *UnadviseSingleSink)( - ITfSourceSingle* This, + ITfSourceSingle *This, TfClientId tid, REFIID riid); END_INTERFACE } ITfSourceSingleVtbl; + interface ITfSourceSingle { CONST_VTBL ITfSourceSingleVtbl* lpVtbl; }; @@ -10376,25 +8554,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfSourceSingle_AdviseSingleSink_Proxy( - ITfSourceSingle* This, - TfClientId tid, - REFIID riid, - IUnknown *punk); -void __RPC_STUB ITfSourceSingle_AdviseSingleSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfSourceSingle_UnadviseSingleSink_Proxy( - ITfSourceSingle* This, - TfClientId tid, - REFIID riid); -void __RPC_STUB ITfSourceSingle_UnadviseSingleSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfSourceSingle_INTERFACE_DEFINED__ */ @@ -10425,25 +8584,26 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfThreadFocusSink* This, + ITfThreadFocusSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfThreadFocusSink* This); + ITfThreadFocusSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfThreadFocusSink* This); + ITfThreadFocusSink *This); /*** ITfThreadFocusSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnSetThreadFocus)( - ITfThreadFocusSink* This); + ITfThreadFocusSink *This); HRESULT (STDMETHODCALLTYPE *OnKillThreadFocus)( - ITfThreadFocusSink* This); + ITfThreadFocusSink *This); END_INTERFACE } ITfThreadFocusSinkVtbl; + interface ITfThreadFocusSink { CONST_VTBL ITfThreadFocusSinkVtbl* lpVtbl; }; @@ -10480,20 +8640,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfThreadFocusSink_OnSetThreadFocus_Proxy( - ITfThreadFocusSink* This); -void __RPC_STUB ITfThreadFocusSink_OnSetThreadFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfThreadFocusSink_OnKillThreadFocus_Proxy( - ITfThreadFocusSink* This); -void __RPC_STUB ITfThreadFocusSink_OnKillThreadFocus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfThreadFocusSink_INTERFACE_DEFINED__ */ @@ -10527,19 +8673,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfInputProcessorProfileActivationSink* This, + ITfInputProcessorProfileActivationSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfInputProcessorProfileActivationSink* This); + ITfInputProcessorProfileActivationSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfInputProcessorProfileActivationSink* This); + ITfInputProcessorProfileActivationSink *This); /*** ITfInputProcessorProfileActivationSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnActivated)( - ITfInputProcessorProfileActivationSink* This, + ITfInputProcessorProfileActivationSink *This, DWORD dwProfileType, LANGID langid, REFCLSID clsid, @@ -10550,6 +8696,7 @@ END_INTERFACE } ITfInputProcessorProfileActivationSinkVtbl; + interface ITfInputProcessorProfileActivationSink { CONST_VTBL ITfInputProcessorProfileActivationSinkVtbl* lpVtbl; }; @@ -10582,20 +8729,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfInputProcessorProfileActivationSink_OnActivated_Proxy( - ITfInputProcessorProfileActivationSink* This, - DWORD dwProfileType, - LANGID langid, - REFCLSID clsid, - REFGUID catid, - REFGUID guidProfile, - HKL hkl, - DWORD dwFlags); -void __RPC_STUB ITfInputProcessorProfileActivationSink_OnActivated_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfInputProcessorProfileActivationSink_INTERFACE_DEFINED__ */ @@ -10626,19 +8759,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfMouseSink* This, + ITfMouseSink *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfMouseSink* This); + ITfMouseSink *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfMouseSink* This); + ITfMouseSink *This); /*** ITfMouseSink methods ***/ HRESULT (STDMETHODCALLTYPE *OnMouseEvent)( - ITfMouseSink* This, + ITfMouseSink *This, ULONG uEdge, ULONG uQuadrant, DWORD dwBtnStatus, @@ -10646,6 +8779,7 @@ END_INTERFACE } ITfMouseSinkVtbl; + interface ITfMouseSink { CONST_VTBL ITfMouseSinkVtbl* lpVtbl; }; @@ -10678,17 +8812,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfMouseSink_OnMouseEvent_Proxy( - ITfMouseSink* This, - ULONG uEdge, - ULONG uQuadrant, - DWORD dwBtnStatus, - WINBOOL *pfEaten); -void __RPC_STUB ITfMouseSink_OnMouseEvent_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfMouseSink_INTERFACE_DEFINED__ */ @@ -10721,29 +8844,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfMouseTracker* This, + ITfMouseTracker *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfMouseTracker* This); + ITfMouseTracker *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfMouseTracker* This); + ITfMouseTracker *This); /*** ITfMouseTracker methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseMouseSink)( - ITfMouseTracker* This, + ITfMouseTracker *This, ITfRange *range, ITfMouseSink *pSink, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *UnadviseMouseSink)( - ITfMouseTracker* This, + ITfMouseTracker *This, DWORD dwCookie); END_INTERFACE } ITfMouseTrackerVtbl; + interface ITfMouseTracker { CONST_VTBL ITfMouseTrackerVtbl* lpVtbl; }; @@ -10780,24 +8904,6 @@ #endif -HRESULT STDMETHODCALLTYPE ITfMouseTracker_AdviseMouseSink_Proxy( - ITfMouseTracker* This, - ITfRange *range, - ITfMouseSink *pSink, - DWORD *pdwCookie); -void __RPC_STUB ITfMouseTracker_AdviseMouseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfMouseTracker_UnadviseMouseSink_Proxy( - ITfMouseTracker* This, - DWORD dwCookie); -void __RPC_STUB ITfMouseTracker_UnadviseMouseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfMouseTracker_INTERFACE_DEFINED__ */ @@ -10830,29 +8936,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - ITfMouseTrackerACP* This, + ITfMouseTrackerACP *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - ITfMouseTrackerACP* This); + ITfMouseTrackerACP *This); ULONG (STDMETHODCALLTYPE *Release)( - ITfMouseTrackerACP* This); + ITfMouseTrackerACP *This); /*** ITfMouseTrackerACP methods ***/ HRESULT (STDMETHODCALLTYPE *AdviseMouseSink)( - ITfMouseTrackerACP* This, + ITfMouseTrackerACP *This, ITfRangeACP *range, ITfMouseSink *pSink, DWORD *pdwCookie); HRESULT (STDMETHODCALLTYPE *UnadviseMouseSink)( - ITfMouseTrackerACP* This, + ITfMouseTrackerACP *This, DWORD dwCookie); END_INTERFACE } ITfMouseTrackerACPVtbl; + interface ITfMouseTrackerACP { CONST_VTBL ITfMouseTrackerACPVtbl* lpVtbl; }; @@ -10889,27 +8996,94 @@ #endif -HRESULT STDMETHODCALLTYPE ITfMouseTrackerACP_AdviseMouseSink_Proxy( - ITfMouseTrackerACP* This, - ITfRangeACP *range, - ITfMouseSink *pSink, - DWORD *pdwCookie); -void __RPC_STUB ITfMouseTrackerACP_AdviseMouseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE ITfMouseTrackerACP_UnadviseMouseSink_Proxy( - ITfMouseTrackerACP* This, - DWORD dwCookie); -void __RPC_STUB ITfMouseTrackerACP_UnadviseMouseSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __ITfMouseTrackerACP_INTERFACE_DEFINED__ */ +/***************************************************************************** + * ITfTransitoryExtensionSink interface + */ +#ifndef __ITfTransitoryExtensionSink_INTERFACE_DEFINED__ +#define __ITfTransitoryExtensionSink_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITfTransitoryExtensionSink, 0xa615096f, 0x1c57, 0x4813, 0x8a,0x15, 0x55,0xee,0x6e,0x5a,0x83,0x9c); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a615096f-1c57-4813-8a15-55ee6e5a839c") +ITfTransitoryExtensionSink : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnTransitoryExtensionUpdated( + ITfContext *pic, + TfEditCookie ecReadOnly, + ITfRange *pResultRange, + ITfRange *pCompositionRange, + WINBOOL *pfDeleteResultRange) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITfTransitoryExtensionSink, 0xa615096f, 0x1c57, 0x4813, 0x8a,0x15, 0x55,0xee,0x6e,0x5a,0x83,0x9c) +#endif +#else +typedef struct ITfTransitoryExtensionSinkVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITfTransitoryExtensionSink *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITfTransitoryExtensionSink *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITfTransitoryExtensionSink *This); + + /*** ITfTransitoryExtensionSink methods ***/ + HRESULT (STDMETHODCALLTYPE *OnTransitoryExtensionUpdated)( + ITfTransitoryExtensionSink *This, + ITfContext *pic, + TfEditCookie ecReadOnly, + ITfRange *pResultRange, + ITfRange *pCompositionRange, + WINBOOL *pfDeleteResultRange); + + END_INTERFACE +} ITfTransitoryExtensionSinkVtbl; + +interface ITfTransitoryExtensionSink { + CONST_VTBL ITfTransitoryExtensionSinkVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITfTransitoryExtensionSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITfTransitoryExtensionSink_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITfTransitoryExtensionSink_Release(This) (This)->lpVtbl->Release(This) +/*** ITfTransitoryExtensionSink methods ***/ +#define ITfTransitoryExtensionSink_OnTransitoryExtensionUpdated(This,pic,ecReadOnly,pResultRange,pCompositionRange,pfDeleteResultRange) (This)->lpVtbl->OnTransitoryExtensionUpdated(This,pic,ecReadOnly,pResultRange,pCompositionRange,pfDeleteResultRange) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITfTransitoryExtensionSink_QueryInterface(ITfTransitoryExtensionSink* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITfTransitoryExtensionSink_AddRef(ITfTransitoryExtensionSink* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITfTransitoryExtensionSink_Release(ITfTransitoryExtensionSink* This) { + return This->lpVtbl->Release(This); +} +/*** ITfTransitoryExtensionSink methods ***/ +static FORCEINLINE HRESULT ITfTransitoryExtensionSink_OnTransitoryExtensionUpdated(ITfTransitoryExtensionSink* This,ITfContext *pic,TfEditCookie ecReadOnly,ITfRange *pResultRange,ITfRange *pCompositionRange,WINBOOL *pfDeleteResultRange) { + return This->lpVtbl->OnTransitoryExtensionUpdated(This,pic,ecReadOnly,pResultRange,pCompositionRange,pfDeleteResultRange); +} +#endif +#endif + +#endif + + +#endif /* __ITfTransitoryExtensionSink_INTERFACE_DEFINED__ */ + /* Begin additional prototypes for all interfaces */ ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/msctf.idl mingw-w64-6.0.0/mingw-w64-headers/include/msctf.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/msctf.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/msctf.idl 2018-09-14 14:16:43.000000000 +0000 @@ -97,6 +97,8 @@ interface IEnumTfLanguageProfiles; interface ITfCompositionView; interface ITfKeyEventSink; +interface ITfPersistentPropertyLoaderACP; +interface ITfRangeACP; cpp_quote("#if 0") typedef [uuid(4f5d560f-5ab5-4dde-8c4d-404592857ab0)] UINT_PTR HKL; @@ -352,6 +354,34 @@ [ object, + uuid(aa80e901-2021-11d2-93e0-0060b067b86e), + pointer_default(unique) +] +interface ITextStoreACPServices : IUnknown +{ + HRESULT Serialize( + [in] ITfProperty *prop, + [in] ITfRange *range, + [out] TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + [in] IStream *stream); + + HRESULT Unserialize( + [in] ITfProperty *prop, + [in] const TF_PERSISTENT_PROPERTY_HEADER_ACP *header, + [in] IStream *stream, + [in] ITfPersistentPropertyLoaderACP *loader); + + HRESULT ForceLoadProperty( + [in] ITfProperty *prop); + + HRESULT CreateRange( + [in] LONG start, + [in] LONG end, + [out] ITfRangeACP **range); +} + +[ + object, uuid(aa80e7fd-2021-11d2-93e0-0060b067b86e), pointer_default(unique) ] @@ -1092,6 +1122,23 @@ [ object, local, + uuid(1cd4c13b-1c36-4191-a70a-7f3e611f367d), + pointer_default(unique) +] +interface ITfKeyTraceEventSink : IUnknown +{ + HRESULT OnKeyTraceDown( + [in] WPARAM wParam, + [in] LPARAM lParam); + + HRESULT OnKeyTraceUp( + [in] WPARAM wParam, + [in] LPARAM lParam); +} + +[ + object, + local, uuid(8f1b8ad8-0b6b-4874-90c5-bd76011e8f7c), pointer_default(unique) ] @@ -1815,3 +1862,19 @@ HRESULT UnadviseMouseSink([in] DWORD dwCookie); } + +[ + object, + local, + uuid(a615096f-1c57-4813-8a15-55ee6e5a839c), + pointer_default(unique) +] +interface ITfTransitoryExtensionSink : IUnknown +{ + HRESULT OnTransitoryExtensionUpdated( + [in] ITfContext *pic, + [in] TfEditCookie ecReadOnly, + [in] ITfRange *pResultRange, + [in] ITfRange *pCompositionRange, + [out] BOOL *pfDeleteResultRange); +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/multimon.h mingw-w64-6.0.0/mingw-w64-headers/include/multimon.h --- mingw-w64-5.0.4/mingw-w64-headers/include/multimon.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/multimon.h 2018-09-14 14:16:43.000000000 +0000 @@ -127,7 +127,7 @@ WINBOOL IsPlatformNT() { OSVERSIONINFOA oi = { 0 }; - oi.dwOSVersionInfoSize = sizeof (osvi); + oi.dwOSVersionInfoSize = sizeof (oi); GetVersionExA ((OSVERSIONINFOA *) &oi); return (oi.dwPlatformId == VER_PLATFORM_WIN32_NT); } diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/netfw.h mingw-w64-6.0.0/mingw-w64-headers/include/netfw.h --- mingw-w64-5.0.4/mingw-w64-headers/include/netfw.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/netfw.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,4393 @@ +/*** Autogenerated by WIDL 3.1 from include/netfw.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __netfw_h__ +#define __netfw_h__ + +/* Forward declarations */ + +#ifndef __INetFwIcmpSettings_FWD_DEFINED__ +#define __INetFwIcmpSettings_FWD_DEFINED__ +typedef interface INetFwIcmpSettings INetFwIcmpSettings; +#ifdef __cplusplus +interface INetFwIcmpSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwOpenPort_FWD_DEFINED__ +#define __INetFwOpenPort_FWD_DEFINED__ +typedef interface INetFwOpenPort INetFwOpenPort; +#ifdef __cplusplus +interface INetFwOpenPort; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwOpenPorts_FWD_DEFINED__ +#define __INetFwOpenPorts_FWD_DEFINED__ +typedef interface INetFwOpenPorts INetFwOpenPorts; +#ifdef __cplusplus +interface INetFwOpenPorts; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwService_FWD_DEFINED__ +#define __INetFwService_FWD_DEFINED__ +typedef interface INetFwService INetFwService; +#ifdef __cplusplus +interface INetFwService; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwServices_FWD_DEFINED__ +#define __INetFwServices_FWD_DEFINED__ +typedef interface INetFwServices INetFwServices; +#ifdef __cplusplus +interface INetFwServices; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwAuthorizedApplication_FWD_DEFINED__ +#define __INetFwAuthorizedApplication_FWD_DEFINED__ +typedef interface INetFwAuthorizedApplication INetFwAuthorizedApplication; +#ifdef __cplusplus +interface INetFwAuthorizedApplication; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwRemoteAdminSettings_FWD_DEFINED__ +#define __INetFwRemoteAdminSettings_FWD_DEFINED__ +typedef interface INetFwRemoteAdminSettings INetFwRemoteAdminSettings; +#ifdef __cplusplus +interface INetFwRemoteAdminSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwAuthorizedApplications_FWD_DEFINED__ +#define __INetFwAuthorizedApplications_FWD_DEFINED__ +typedef interface INetFwAuthorizedApplications INetFwAuthorizedApplications; +#ifdef __cplusplus +interface INetFwAuthorizedApplications; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwRule_FWD_DEFINED__ +#define __INetFwRule_FWD_DEFINED__ +typedef interface INetFwRule INetFwRule; +#ifdef __cplusplus +interface INetFwRule; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwRules_FWD_DEFINED__ +#define __INetFwRules_FWD_DEFINED__ +typedef interface INetFwRules INetFwRules; +#ifdef __cplusplus +interface INetFwRules; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwServiceRestriction_FWD_DEFINED__ +#define __INetFwServiceRestriction_FWD_DEFINED__ +typedef interface INetFwServiceRestriction INetFwServiceRestriction; +#ifdef __cplusplus +interface INetFwServiceRestriction; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwProfile_FWD_DEFINED__ +#define __INetFwProfile_FWD_DEFINED__ +typedef interface INetFwProfile INetFwProfile; +#ifdef __cplusplus +interface INetFwProfile; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwPolicy_FWD_DEFINED__ +#define __INetFwPolicy_FWD_DEFINED__ +typedef interface INetFwPolicy INetFwPolicy; +#ifdef __cplusplus +interface INetFwPolicy; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwPolicy2_FWD_DEFINED__ +#define __INetFwPolicy2_FWD_DEFINED__ +typedef interface INetFwPolicy2 INetFwPolicy2; +#ifdef __cplusplus +interface INetFwPolicy2; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwMgr_FWD_DEFINED__ +#define __INetFwMgr_FWD_DEFINED__ +typedef interface INetFwMgr INetFwMgr; +#ifdef __cplusplus +interface INetFwMgr; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwProduct_FWD_DEFINED__ +#define __INetFwProduct_FWD_DEFINED__ +typedef interface INetFwProduct INetFwProduct; +#ifdef __cplusplus +interface INetFwProduct; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwProducts_FWD_DEFINED__ +#define __INetFwProducts_FWD_DEFINED__ +typedef interface INetFwProducts INetFwProducts; +#ifdef __cplusplus +interface INetFwProducts; +#endif /* __cplusplus */ +#endif + +#ifndef __NetFwOpenPort_FWD_DEFINED__ +#define __NetFwOpenPort_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwOpenPort NetFwOpenPort; +#else +typedef struct NetFwOpenPort NetFwOpenPort; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwOpenPort_FWD_DEFINED__ */ + +#ifndef __NetFwAuthorizedApplication_FWD_DEFINED__ +#define __NetFwAuthorizedApplication_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwAuthorizedApplication NetFwAuthorizedApplication; +#else +typedef struct NetFwAuthorizedApplication NetFwAuthorizedApplication; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwAuthorizedApplication_FWD_DEFINED__ */ + +#ifndef __NetFwMgr_FWD_DEFINED__ +#define __NetFwMgr_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwMgr NetFwMgr; +#else +typedef struct NetFwMgr NetFwMgr; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwMgr_FWD_DEFINED__ */ + +#ifndef __NetFwPolicy2_FWD_DEFINED__ +#define __NetFwPolicy2_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwPolicy2 NetFwPolicy2; +#else +typedef struct NetFwPolicy2 NetFwPolicy2; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwPolicy2_FWD_DEFINED__ */ + +#ifndef __NetFwRule_FWD_DEFINED__ +#define __NetFwRule_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwRule NetFwRule; +#else +typedef struct NetFwRule NetFwRule; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwRule_FWD_DEFINED__ */ + +#ifndef __NetFwProduct_FWD_DEFINED__ +#define __NetFwProduct_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwProduct NetFwProduct; +#else +typedef struct NetFwProduct NetFwProduct; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwProduct_FWD_DEFINED__ */ + +#ifndef __NetFwProducts_FWD_DEFINED__ +#define __NetFwProducts_FWD_DEFINED__ +#ifdef __cplusplus +typedef class NetFwProducts NetFwProducts; +#else +typedef struct NetFwProducts NetFwProducts; +#endif /* defined __cplusplus */ +#endif /* defined __NetFwProducts_FWD_DEFINED__ */ + +/* Headers for imported files */ + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/***************************************************************************** + * INetFwIcmpSettings interface + */ +#ifndef __INetFwIcmpSettings_INTERFACE_DEFINED__ +#define __INetFwIcmpSettings_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwIcmpSettings, 0xa6207b2e, 0x7cdd, 0x426a, 0x95,0x1e, 0x5e,0x1c,0xbc,0x5a,0xfe,0xad); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a6207b2e-7cdd-426a-951e-5e1cbc5afead") +INetFwIcmpSettings : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_AllowOutboundDestinationUnreachable( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowOutboundDestinationUnreachable( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowRedirect( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowRedirect( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowInboundEchoRequest( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowInboundEchoRequest( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowOutboundTimeExceeded( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowOutboundTimeExceeded( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowOutboundParameterProblem( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowOutboundParameterProblem( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowOutboundSourceQuench( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowOutboundSourceQuench( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowInboundRouterRequest( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowInboundRouterRequest( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowInboundTimestampRequest( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowInboundTimestampRequest( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowInboundMaskRequest( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowInboundMaskRequest( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowOutboundPacketTooBig( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowOutboundPacketTooBig( + VARIANT_BOOL allow) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwIcmpSettings, 0xa6207b2e, 0x7cdd, 0x426a, 0x95,0x1e, 0x5e,0x1c,0xbc,0x5a,0xfe,0xad) +#endif +#else +typedef struct INetFwIcmpSettingsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwIcmpSettings *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwIcmpSettings *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwIcmpSettings *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwIcmpSettings *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwIcmpSettings *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwIcmpSettings *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwIcmpSettings *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwIcmpSettings methods ***/ + HRESULT (STDMETHODCALLTYPE *get_AllowOutboundDestinationUnreachable)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowOutboundDestinationUnreachable)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowRedirect)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowRedirect)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowInboundEchoRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowInboundEchoRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowOutboundTimeExceeded)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowOutboundTimeExceeded)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowOutboundParameterProblem)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowOutboundParameterProblem)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowOutboundSourceQuench)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowOutboundSourceQuench)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowInboundRouterRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowInboundRouterRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowInboundTimestampRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowInboundTimestampRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowInboundMaskRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowInboundMaskRequest)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_AllowOutboundPacketTooBig)( + INetFwIcmpSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowOutboundPacketTooBig)( + INetFwIcmpSettings *This, + VARIANT_BOOL allow); + + END_INTERFACE +} INetFwIcmpSettingsVtbl; + +interface INetFwIcmpSettings { + CONST_VTBL INetFwIcmpSettingsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwIcmpSettings_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwIcmpSettings_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwIcmpSettings_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwIcmpSettings_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwIcmpSettings_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwIcmpSettings_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwIcmpSettings_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwIcmpSettings methods ***/ +#define INetFwIcmpSettings_get_AllowOutboundDestinationUnreachable(This,allow) (This)->lpVtbl->get_AllowOutboundDestinationUnreachable(This,allow) +#define INetFwIcmpSettings_put_AllowOutboundDestinationUnreachable(This,allow) (This)->lpVtbl->put_AllowOutboundDestinationUnreachable(This,allow) +#define INetFwIcmpSettings_get_AllowRedirect(This,allow) (This)->lpVtbl->get_AllowRedirect(This,allow) +#define INetFwIcmpSettings_put_AllowRedirect(This,allow) (This)->lpVtbl->put_AllowRedirect(This,allow) +#define INetFwIcmpSettings_get_AllowInboundEchoRequest(This,allow) (This)->lpVtbl->get_AllowInboundEchoRequest(This,allow) +#define INetFwIcmpSettings_put_AllowInboundEchoRequest(This,allow) (This)->lpVtbl->put_AllowInboundEchoRequest(This,allow) +#define INetFwIcmpSettings_get_AllowOutboundTimeExceeded(This,allow) (This)->lpVtbl->get_AllowOutboundTimeExceeded(This,allow) +#define INetFwIcmpSettings_put_AllowOutboundTimeExceeded(This,allow) (This)->lpVtbl->put_AllowOutboundTimeExceeded(This,allow) +#define INetFwIcmpSettings_get_AllowOutboundParameterProblem(This,allow) (This)->lpVtbl->get_AllowOutboundParameterProblem(This,allow) +#define INetFwIcmpSettings_put_AllowOutboundParameterProblem(This,allow) (This)->lpVtbl->put_AllowOutboundParameterProblem(This,allow) +#define INetFwIcmpSettings_get_AllowOutboundSourceQuench(This,allow) (This)->lpVtbl->get_AllowOutboundSourceQuench(This,allow) +#define INetFwIcmpSettings_put_AllowOutboundSourceQuench(This,allow) (This)->lpVtbl->put_AllowOutboundSourceQuench(This,allow) +#define INetFwIcmpSettings_get_AllowInboundRouterRequest(This,allow) (This)->lpVtbl->get_AllowInboundRouterRequest(This,allow) +#define INetFwIcmpSettings_put_AllowInboundRouterRequest(This,allow) (This)->lpVtbl->put_AllowInboundRouterRequest(This,allow) +#define INetFwIcmpSettings_get_AllowInboundTimestampRequest(This,allow) (This)->lpVtbl->get_AllowInboundTimestampRequest(This,allow) +#define INetFwIcmpSettings_put_AllowInboundTimestampRequest(This,allow) (This)->lpVtbl->put_AllowInboundTimestampRequest(This,allow) +#define INetFwIcmpSettings_get_AllowInboundMaskRequest(This,allow) (This)->lpVtbl->get_AllowInboundMaskRequest(This,allow) +#define INetFwIcmpSettings_put_AllowInboundMaskRequest(This,allow) (This)->lpVtbl->put_AllowInboundMaskRequest(This,allow) +#define INetFwIcmpSettings_get_AllowOutboundPacketTooBig(This,allow) (This)->lpVtbl->get_AllowOutboundPacketTooBig(This,allow) +#define INetFwIcmpSettings_put_AllowOutboundPacketTooBig(This,allow) (This)->lpVtbl->put_AllowOutboundPacketTooBig(This,allow) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwIcmpSettings_QueryInterface(INetFwIcmpSettings* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwIcmpSettings_AddRef(INetFwIcmpSettings* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwIcmpSettings_Release(INetFwIcmpSettings* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwIcmpSettings_GetTypeInfoCount(INetFwIcmpSettings* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_GetTypeInfo(INetFwIcmpSettings* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_GetIDsOfNames(INetFwIcmpSettings* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_Invoke(INetFwIcmpSettings* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwIcmpSettings methods ***/ +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowOutboundDestinationUnreachable(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowOutboundDestinationUnreachable(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowOutboundDestinationUnreachable(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowOutboundDestinationUnreachable(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowRedirect(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowRedirect(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowRedirect(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowRedirect(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowInboundEchoRequest(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowInboundEchoRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowInboundEchoRequest(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowInboundEchoRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowOutboundTimeExceeded(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowOutboundTimeExceeded(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowOutboundTimeExceeded(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowOutboundTimeExceeded(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowOutboundParameterProblem(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowOutboundParameterProblem(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowOutboundParameterProblem(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowOutboundParameterProblem(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowOutboundSourceQuench(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowOutboundSourceQuench(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowOutboundSourceQuench(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowOutboundSourceQuench(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowInboundRouterRequest(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowInboundRouterRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowInboundRouterRequest(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowInboundRouterRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowInboundTimestampRequest(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowInboundTimestampRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowInboundTimestampRequest(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowInboundTimestampRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowInboundMaskRequest(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowInboundMaskRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowInboundMaskRequest(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowInboundMaskRequest(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_get_AllowOutboundPacketTooBig(INetFwIcmpSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowOutboundPacketTooBig(This,allow); +} +static FORCEINLINE HRESULT INetFwIcmpSettings_put_AllowOutboundPacketTooBig(INetFwIcmpSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowOutboundPacketTooBig(This,allow); +} +#endif +#endif + +#endif + + +#endif /* __INetFwIcmpSettings_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwOpenPort interface + */ +#ifndef __INetFwOpenPort_INTERFACE_DEFINED__ +#define __INetFwOpenPort_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwOpenPort, 0xe0483ba0, 0x47ff, 0x4d9c, 0xa6,0xd6, 0x77,0x41,0xd0,0xb1,0x95,0xf7); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("e0483ba0-47ff-4d9c-a6d6-7741d0b195f7") +INetFwOpenPort : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Name( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IpVersion( + NET_FW_IP_VERSION *ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IpVersion( + NET_FW_IP_VERSION ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Protocol( + NET_FW_IP_PROTOCOL *ipProtocol) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Protocol( + NET_FW_IP_PROTOCOL ipProtocol) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Port( + LONG *portNumber) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Port( + LONG portNumber) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Scope( + NET_FW_SCOPE *scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Scope( + NET_FW_SCOPE scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAddresses( + BSTR *remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemoteAddresses( + BSTR remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_BuiltIn( + VARIANT_BOOL *builtIn) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwOpenPort, 0xe0483ba0, 0x47ff, 0x4d9c, 0xa6,0xd6, 0x77,0x41,0xd0,0xb1,0x95,0xf7) +#endif +#else +typedef struct INetFwOpenPortVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwOpenPort *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwOpenPort *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwOpenPort *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwOpenPort *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwOpenPort *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwOpenPort *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwOpenPort *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwOpenPort methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + INetFwOpenPort *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *put_Name)( + INetFwOpenPort *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *get_IpVersion)( + INetFwOpenPort *This, + NET_FW_IP_VERSION *ipVersion); + + HRESULT (STDMETHODCALLTYPE *put_IpVersion)( + INetFwOpenPort *This, + NET_FW_IP_VERSION ipVersion); + + HRESULT (STDMETHODCALLTYPE *get_Protocol)( + INetFwOpenPort *This, + NET_FW_IP_PROTOCOL *ipProtocol); + + HRESULT (STDMETHODCALLTYPE *put_Protocol)( + INetFwOpenPort *This, + NET_FW_IP_PROTOCOL ipProtocol); + + HRESULT (STDMETHODCALLTYPE *get_Port)( + INetFwOpenPort *This, + LONG *portNumber); + + HRESULT (STDMETHODCALLTYPE *put_Port)( + INetFwOpenPort *This, + LONG portNumber); + + HRESULT (STDMETHODCALLTYPE *get_Scope)( + INetFwOpenPort *This, + NET_FW_SCOPE *scope); + + HRESULT (STDMETHODCALLTYPE *put_Scope)( + INetFwOpenPort *This, + NET_FW_SCOPE scope); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAddresses)( + INetFwOpenPort *This, + BSTR *remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *put_RemoteAddresses)( + INetFwOpenPort *This, + BSTR remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + INetFwOpenPort *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + INetFwOpenPort *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_BuiltIn)( + INetFwOpenPort *This, + VARIANT_BOOL *builtIn); + + END_INTERFACE +} INetFwOpenPortVtbl; + +interface INetFwOpenPort { + CONST_VTBL INetFwOpenPortVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwOpenPort_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwOpenPort_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwOpenPort_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwOpenPort_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwOpenPort_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwOpenPort_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwOpenPort_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwOpenPort methods ***/ +#define INetFwOpenPort_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define INetFwOpenPort_put_Name(This,name) (This)->lpVtbl->put_Name(This,name) +#define INetFwOpenPort_get_IpVersion(This,ipVersion) (This)->lpVtbl->get_IpVersion(This,ipVersion) +#define INetFwOpenPort_put_IpVersion(This,ipVersion) (This)->lpVtbl->put_IpVersion(This,ipVersion) +#define INetFwOpenPort_get_Protocol(This,ipProtocol) (This)->lpVtbl->get_Protocol(This,ipProtocol) +#define INetFwOpenPort_put_Protocol(This,ipProtocol) (This)->lpVtbl->put_Protocol(This,ipProtocol) +#define INetFwOpenPort_get_Port(This,portNumber) (This)->lpVtbl->get_Port(This,portNumber) +#define INetFwOpenPort_put_Port(This,portNumber) (This)->lpVtbl->put_Port(This,portNumber) +#define INetFwOpenPort_get_Scope(This,scope) (This)->lpVtbl->get_Scope(This,scope) +#define INetFwOpenPort_put_Scope(This,scope) (This)->lpVtbl->put_Scope(This,scope) +#define INetFwOpenPort_get_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->get_RemoteAddresses(This,remoteAddrs) +#define INetFwOpenPort_put_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->put_RemoteAddresses(This,remoteAddrs) +#define INetFwOpenPort_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define INetFwOpenPort_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#define INetFwOpenPort_get_BuiltIn(This,builtIn) (This)->lpVtbl->get_BuiltIn(This,builtIn) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwOpenPort_QueryInterface(INetFwOpenPort* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwOpenPort_AddRef(INetFwOpenPort* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwOpenPort_Release(INetFwOpenPort* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwOpenPort_GetTypeInfoCount(INetFwOpenPort* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwOpenPort_GetTypeInfo(INetFwOpenPort* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwOpenPort_GetIDsOfNames(INetFwOpenPort* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwOpenPort_Invoke(INetFwOpenPort* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwOpenPort methods ***/ +static FORCEINLINE HRESULT INetFwOpenPort_get_Name(INetFwOpenPort* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_Name(INetFwOpenPort* This,BSTR name) { + return This->lpVtbl->put_Name(This,name); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_IpVersion(INetFwOpenPort* This,NET_FW_IP_VERSION *ipVersion) { + return This->lpVtbl->get_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_IpVersion(INetFwOpenPort* This,NET_FW_IP_VERSION ipVersion) { + return This->lpVtbl->put_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_Protocol(INetFwOpenPort* This,NET_FW_IP_PROTOCOL *ipProtocol) { + return This->lpVtbl->get_Protocol(This,ipProtocol); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_Protocol(INetFwOpenPort* This,NET_FW_IP_PROTOCOL ipProtocol) { + return This->lpVtbl->put_Protocol(This,ipProtocol); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_Port(INetFwOpenPort* This,LONG *portNumber) { + return This->lpVtbl->get_Port(This,portNumber); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_Port(INetFwOpenPort* This,LONG portNumber) { + return This->lpVtbl->put_Port(This,portNumber); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_Scope(INetFwOpenPort* This,NET_FW_SCOPE *scope) { + return This->lpVtbl->get_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_Scope(INetFwOpenPort* This,NET_FW_SCOPE scope) { + return This->lpVtbl->put_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_RemoteAddresses(INetFwOpenPort* This,BSTR *remoteAddrs) { + return This->lpVtbl->get_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_RemoteAddresses(INetFwOpenPort* This,BSTR remoteAddrs) { + return This->lpVtbl->put_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_Enabled(INetFwOpenPort* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwOpenPort_put_Enabled(INetFwOpenPort* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwOpenPort_get_BuiltIn(INetFwOpenPort* This,VARIANT_BOOL *builtIn) { + return This->lpVtbl->get_BuiltIn(This,builtIn); +} +#endif +#endif + +#endif + + +#endif /* __INetFwOpenPort_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwOpenPorts interface + */ +#ifndef __INetFwOpenPorts_INTERFACE_DEFINED__ +#define __INetFwOpenPorts_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwOpenPorts, 0xc0e9d7fa, 0xe07e, 0x430a, 0xb1,0x9a, 0x09,0x0c,0xe8,0x2d,0x92,0xe2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("c0e9d7fa-e07e-430a-b19a-090ce82d92e2") +INetFwOpenPorts : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE Add( + INetFwOpenPort *port) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + LONG portNumber, + NET_FW_IP_PROTOCOL ipProtocol) = 0; + + virtual HRESULT STDMETHODCALLTYPE Item( + LONG portNumber, + NET_FW_IP_PROTOCOL ipProtocol, + INetFwOpenPort **openPort) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **newEnum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwOpenPorts, 0xc0e9d7fa, 0xe07e, 0x430a, 0xb1,0x9a, 0x09,0x0c,0xe8,0x2d,0x92,0xe2) +#endif +#else +typedef struct INetFwOpenPortsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwOpenPorts *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwOpenPorts *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwOpenPorts *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwOpenPorts *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwOpenPorts *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwOpenPorts *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwOpenPorts *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwOpenPorts methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + INetFwOpenPorts *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *Add)( + INetFwOpenPorts *This, + INetFwOpenPort *port); + + HRESULT (STDMETHODCALLTYPE *Remove)( + INetFwOpenPorts *This, + LONG portNumber, + NET_FW_IP_PROTOCOL ipProtocol); + + HRESULT (STDMETHODCALLTYPE *Item)( + INetFwOpenPorts *This, + LONG portNumber, + NET_FW_IP_PROTOCOL ipProtocol, + INetFwOpenPort **openPort); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + INetFwOpenPorts *This, + IUnknown **newEnum); + + END_INTERFACE +} INetFwOpenPortsVtbl; + +interface INetFwOpenPorts { + CONST_VTBL INetFwOpenPortsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwOpenPorts_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwOpenPorts_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwOpenPorts_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwOpenPorts_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwOpenPorts_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwOpenPorts_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwOpenPorts_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwOpenPorts methods ***/ +#define INetFwOpenPorts_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define INetFwOpenPorts_Add(This,port) (This)->lpVtbl->Add(This,port) +#define INetFwOpenPorts_Remove(This,portNumber,ipProtocol) (This)->lpVtbl->Remove(This,portNumber,ipProtocol) +#define INetFwOpenPorts_Item(This,portNumber,ipProtocol,openPort) (This)->lpVtbl->Item(This,portNumber,ipProtocol,openPort) +#define INetFwOpenPorts_get__NewEnum(This,newEnum) (This)->lpVtbl->get__NewEnum(This,newEnum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwOpenPorts_QueryInterface(INetFwOpenPorts* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwOpenPorts_AddRef(INetFwOpenPorts* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwOpenPorts_Release(INetFwOpenPorts* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwOpenPorts_GetTypeInfoCount(INetFwOpenPorts* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwOpenPorts_GetTypeInfo(INetFwOpenPorts* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwOpenPorts_GetIDsOfNames(INetFwOpenPorts* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwOpenPorts_Invoke(INetFwOpenPorts* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwOpenPorts methods ***/ +static FORCEINLINE HRESULT INetFwOpenPorts_get_Count(INetFwOpenPorts* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT INetFwOpenPorts_Add(INetFwOpenPorts* This,INetFwOpenPort *port) { + return This->lpVtbl->Add(This,port); +} +static FORCEINLINE HRESULT INetFwOpenPorts_Remove(INetFwOpenPorts* This,LONG portNumber,NET_FW_IP_PROTOCOL ipProtocol) { + return This->lpVtbl->Remove(This,portNumber,ipProtocol); +} +static FORCEINLINE HRESULT INetFwOpenPorts_Item(INetFwOpenPorts* This,LONG portNumber,NET_FW_IP_PROTOCOL ipProtocol,INetFwOpenPort **openPort) { + return This->lpVtbl->Item(This,portNumber,ipProtocol,openPort); +} +static FORCEINLINE HRESULT INetFwOpenPorts_get__NewEnum(INetFwOpenPorts* This,IUnknown **newEnum) { + return This->lpVtbl->get__NewEnum(This,newEnum); +} +#endif +#endif + +#endif + + +#endif /* __INetFwOpenPorts_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwService interface + */ +#ifndef __INetFwService_INTERFACE_DEFINED__ +#define __INetFwService_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwService, 0x79fd57c8, 0x908e, 0x4a36, 0x98,0x88, 0xd5,0xb3,0xf0,0xa4,0x44,0xcf); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("79fd57c8-908e-4a36-9888-d5b3f0a444cf") +INetFwService : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Type( + NET_FW_SERVICE_TYPE *type) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Customized( + VARIANT_BOOL *customized) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IpVersion( + NET_FW_IP_VERSION *ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IpVersion( + NET_FW_IP_VERSION ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Scope( + NET_FW_SCOPE *scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Scope( + NET_FW_SCOPE scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAddresses( + BSTR *remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemoteAddresses( + BSTR remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_GloballyOpenPorts( + INetFwOpenPorts **openPorts) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwService, 0x79fd57c8, 0x908e, 0x4a36, 0x98,0x88, 0xd5,0xb3,0xf0,0xa4,0x44,0xcf) +#endif +#else +typedef struct INetFwServiceVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwService *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwService *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwService *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwService *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwService *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwService *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwService *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwService methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + INetFwService *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *get_Type)( + INetFwService *This, + NET_FW_SERVICE_TYPE *type); + + HRESULT (STDMETHODCALLTYPE *get_Customized)( + INetFwService *This, + VARIANT_BOOL *customized); + + HRESULT (STDMETHODCALLTYPE *get_IpVersion)( + INetFwService *This, + NET_FW_IP_VERSION *ipVersion); + + HRESULT (STDMETHODCALLTYPE *put_IpVersion)( + INetFwService *This, + NET_FW_IP_VERSION ipVersion); + + HRESULT (STDMETHODCALLTYPE *get_Scope)( + INetFwService *This, + NET_FW_SCOPE *scope); + + HRESULT (STDMETHODCALLTYPE *put_Scope)( + INetFwService *This, + NET_FW_SCOPE scope); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAddresses)( + INetFwService *This, + BSTR *remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *put_RemoteAddresses)( + INetFwService *This, + BSTR remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + INetFwService *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + INetFwService *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_GloballyOpenPorts)( + INetFwService *This, + INetFwOpenPorts **openPorts); + + END_INTERFACE +} INetFwServiceVtbl; + +interface INetFwService { + CONST_VTBL INetFwServiceVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwService_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwService_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwService_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwService_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwService_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwService_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwService_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwService methods ***/ +#define INetFwService_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define INetFwService_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#define INetFwService_get_Customized(This,customized) (This)->lpVtbl->get_Customized(This,customized) +#define INetFwService_get_IpVersion(This,ipVersion) (This)->lpVtbl->get_IpVersion(This,ipVersion) +#define INetFwService_put_IpVersion(This,ipVersion) (This)->lpVtbl->put_IpVersion(This,ipVersion) +#define INetFwService_get_Scope(This,scope) (This)->lpVtbl->get_Scope(This,scope) +#define INetFwService_put_Scope(This,scope) (This)->lpVtbl->put_Scope(This,scope) +#define INetFwService_get_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->get_RemoteAddresses(This,remoteAddrs) +#define INetFwService_put_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->put_RemoteAddresses(This,remoteAddrs) +#define INetFwService_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define INetFwService_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#define INetFwService_get_GloballyOpenPorts(This,openPorts) (This)->lpVtbl->get_GloballyOpenPorts(This,openPorts) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwService_QueryInterface(INetFwService* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwService_AddRef(INetFwService* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwService_Release(INetFwService* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwService_GetTypeInfoCount(INetFwService* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwService_GetTypeInfo(INetFwService* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwService_GetIDsOfNames(INetFwService* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwService_Invoke(INetFwService* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwService methods ***/ +static FORCEINLINE HRESULT INetFwService_get_Name(INetFwService* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT INetFwService_get_Type(INetFwService* This,NET_FW_SERVICE_TYPE *type) { + return This->lpVtbl->get_Type(This,type); +} +static FORCEINLINE HRESULT INetFwService_get_Customized(INetFwService* This,VARIANT_BOOL *customized) { + return This->lpVtbl->get_Customized(This,customized); +} +static FORCEINLINE HRESULT INetFwService_get_IpVersion(INetFwService* This,NET_FW_IP_VERSION *ipVersion) { + return This->lpVtbl->get_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwService_put_IpVersion(INetFwService* This,NET_FW_IP_VERSION ipVersion) { + return This->lpVtbl->put_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwService_get_Scope(INetFwService* This,NET_FW_SCOPE *scope) { + return This->lpVtbl->get_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwService_put_Scope(INetFwService* This,NET_FW_SCOPE scope) { + return This->lpVtbl->put_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwService_get_RemoteAddresses(INetFwService* This,BSTR *remoteAddrs) { + return This->lpVtbl->get_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwService_put_RemoteAddresses(INetFwService* This,BSTR remoteAddrs) { + return This->lpVtbl->put_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwService_get_Enabled(INetFwService* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwService_put_Enabled(INetFwService* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwService_get_GloballyOpenPorts(INetFwService* This,INetFwOpenPorts **openPorts) { + return This->lpVtbl->get_GloballyOpenPorts(This,openPorts); +} +#endif +#endif + +#endif + + +#endif /* __INetFwService_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwServices interface + */ +#ifndef __INetFwServices_INTERFACE_DEFINED__ +#define __INetFwServices_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwServices, 0x79649bb4, 0x903e, 0x421b, 0x94,0xc9, 0x79,0x84,0x8e,0x79,0xf6,0xee); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("79649bb4-903e-421b-94c9-79848e79f6ee") +INetFwServices : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE Item( + NET_FW_SERVICE_TYPE svcType, + INetFwService **service) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **newEnum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwServices, 0x79649bb4, 0x903e, 0x421b, 0x94,0xc9, 0x79,0x84,0x8e,0x79,0xf6,0xee) +#endif +#else +typedef struct INetFwServicesVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwServices *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwServices *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwServices *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwServices *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwServices *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwServices *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwServices *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwServices methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + INetFwServices *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *Item)( + INetFwServices *This, + NET_FW_SERVICE_TYPE svcType, + INetFwService **service); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + INetFwServices *This, + IUnknown **newEnum); + + END_INTERFACE +} INetFwServicesVtbl; + +interface INetFwServices { + CONST_VTBL INetFwServicesVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwServices_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwServices_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwServices_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwServices_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwServices_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwServices_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwServices_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwServices methods ***/ +#define INetFwServices_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define INetFwServices_Item(This,svcType,service) (This)->lpVtbl->Item(This,svcType,service) +#define INetFwServices_get__NewEnum(This,newEnum) (This)->lpVtbl->get__NewEnum(This,newEnum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwServices_QueryInterface(INetFwServices* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwServices_AddRef(INetFwServices* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwServices_Release(INetFwServices* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwServices_GetTypeInfoCount(INetFwServices* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwServices_GetTypeInfo(INetFwServices* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwServices_GetIDsOfNames(INetFwServices* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwServices_Invoke(INetFwServices* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwServices methods ***/ +static FORCEINLINE HRESULT INetFwServices_get_Count(INetFwServices* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT INetFwServices_Item(INetFwServices* This,NET_FW_SERVICE_TYPE svcType,INetFwService **service) { + return This->lpVtbl->Item(This,svcType,service); +} +static FORCEINLINE HRESULT INetFwServices_get__NewEnum(INetFwServices* This,IUnknown **newEnum) { + return This->lpVtbl->get__NewEnum(This,newEnum); +} +#endif +#endif + +#endif + + +#endif /* __INetFwServices_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwAuthorizedApplication interface + */ +#ifndef __INetFwAuthorizedApplication_INTERFACE_DEFINED__ +#define __INetFwAuthorizedApplication_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwAuthorizedApplication, 0xb5e64ffa, 0xc2c5, 0x444e, 0xa3,0x01, 0xfb,0x5e,0x00,0x01,0x80,0x50); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("b5e64ffa-c2c5-444e-a301-fb5e00018050") +INetFwAuthorizedApplication : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Name( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ProcessImageFileName( + BSTR *imageFileName) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ProcessImageFileName( + BSTR imageFileName) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IpVersion( + NET_FW_IP_VERSION *ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IpVersion( + NET_FW_IP_VERSION ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Scope( + NET_FW_SCOPE *scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Scope( + NET_FW_SCOPE scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAddresses( + BSTR *remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemoteAddresses( + BSTR remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwAuthorizedApplication, 0xb5e64ffa, 0xc2c5, 0x444e, 0xa3,0x01, 0xfb,0x5e,0x00,0x01,0x80,0x50) +#endif +#else +typedef struct INetFwAuthorizedApplicationVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwAuthorizedApplication *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwAuthorizedApplication *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwAuthorizedApplication *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwAuthorizedApplication *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwAuthorizedApplication *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwAuthorizedApplication *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwAuthorizedApplication *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwAuthorizedApplication methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + INetFwAuthorizedApplication *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *put_Name)( + INetFwAuthorizedApplication *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *get_ProcessImageFileName)( + INetFwAuthorizedApplication *This, + BSTR *imageFileName); + + HRESULT (STDMETHODCALLTYPE *put_ProcessImageFileName)( + INetFwAuthorizedApplication *This, + BSTR imageFileName); + + HRESULT (STDMETHODCALLTYPE *get_IpVersion)( + INetFwAuthorizedApplication *This, + NET_FW_IP_VERSION *ipVersion); + + HRESULT (STDMETHODCALLTYPE *put_IpVersion)( + INetFwAuthorizedApplication *This, + NET_FW_IP_VERSION ipVersion); + + HRESULT (STDMETHODCALLTYPE *get_Scope)( + INetFwAuthorizedApplication *This, + NET_FW_SCOPE *scope); + + HRESULT (STDMETHODCALLTYPE *put_Scope)( + INetFwAuthorizedApplication *This, + NET_FW_SCOPE scope); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAddresses)( + INetFwAuthorizedApplication *This, + BSTR *remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *put_RemoteAddresses)( + INetFwAuthorizedApplication *This, + BSTR remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + INetFwAuthorizedApplication *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + INetFwAuthorizedApplication *This, + VARIANT_BOOL enabled); + + END_INTERFACE +} INetFwAuthorizedApplicationVtbl; + +interface INetFwAuthorizedApplication { + CONST_VTBL INetFwAuthorizedApplicationVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwAuthorizedApplication_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwAuthorizedApplication_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwAuthorizedApplication_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwAuthorizedApplication_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwAuthorizedApplication_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwAuthorizedApplication_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwAuthorizedApplication_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwAuthorizedApplication methods ***/ +#define INetFwAuthorizedApplication_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define INetFwAuthorizedApplication_put_Name(This,name) (This)->lpVtbl->put_Name(This,name) +#define INetFwAuthorizedApplication_get_ProcessImageFileName(This,imageFileName) (This)->lpVtbl->get_ProcessImageFileName(This,imageFileName) +#define INetFwAuthorizedApplication_put_ProcessImageFileName(This,imageFileName) (This)->lpVtbl->put_ProcessImageFileName(This,imageFileName) +#define INetFwAuthorizedApplication_get_IpVersion(This,ipVersion) (This)->lpVtbl->get_IpVersion(This,ipVersion) +#define INetFwAuthorizedApplication_put_IpVersion(This,ipVersion) (This)->lpVtbl->put_IpVersion(This,ipVersion) +#define INetFwAuthorizedApplication_get_Scope(This,scope) (This)->lpVtbl->get_Scope(This,scope) +#define INetFwAuthorizedApplication_put_Scope(This,scope) (This)->lpVtbl->put_Scope(This,scope) +#define INetFwAuthorizedApplication_get_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->get_RemoteAddresses(This,remoteAddrs) +#define INetFwAuthorizedApplication_put_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->put_RemoteAddresses(This,remoteAddrs) +#define INetFwAuthorizedApplication_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define INetFwAuthorizedApplication_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplication_QueryInterface(INetFwAuthorizedApplication* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwAuthorizedApplication_AddRef(INetFwAuthorizedApplication* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwAuthorizedApplication_Release(INetFwAuthorizedApplication* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplication_GetTypeInfoCount(INetFwAuthorizedApplication* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_GetTypeInfo(INetFwAuthorizedApplication* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_GetIDsOfNames(INetFwAuthorizedApplication* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_Invoke(INetFwAuthorizedApplication* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwAuthorizedApplication methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_Name(INetFwAuthorizedApplication* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_Name(INetFwAuthorizedApplication* This,BSTR name) { + return This->lpVtbl->put_Name(This,name); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_ProcessImageFileName(INetFwAuthorizedApplication* This,BSTR *imageFileName) { + return This->lpVtbl->get_ProcessImageFileName(This,imageFileName); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_ProcessImageFileName(INetFwAuthorizedApplication* This,BSTR imageFileName) { + return This->lpVtbl->put_ProcessImageFileName(This,imageFileName); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_IpVersion(INetFwAuthorizedApplication* This,NET_FW_IP_VERSION *ipVersion) { + return This->lpVtbl->get_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_IpVersion(INetFwAuthorizedApplication* This,NET_FW_IP_VERSION ipVersion) { + return This->lpVtbl->put_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_Scope(INetFwAuthorizedApplication* This,NET_FW_SCOPE *scope) { + return This->lpVtbl->get_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_Scope(INetFwAuthorizedApplication* This,NET_FW_SCOPE scope) { + return This->lpVtbl->put_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_RemoteAddresses(INetFwAuthorizedApplication* This,BSTR *remoteAddrs) { + return This->lpVtbl->get_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_RemoteAddresses(INetFwAuthorizedApplication* This,BSTR remoteAddrs) { + return This->lpVtbl->put_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_get_Enabled(INetFwAuthorizedApplication* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplication_put_Enabled(INetFwAuthorizedApplication* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +#endif +#endif + +#endif + + +#endif /* __INetFwAuthorizedApplication_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwRemoteAdminSettings interface + */ +#ifndef __INetFwRemoteAdminSettings_INTERFACE_DEFINED__ +#define __INetFwRemoteAdminSettings_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwRemoteAdminSettings, 0xd4becddf, 0x6f73, 0x4a83, 0xb8,0x32, 0x9c,0x66,0x87,0x4c,0xd2,0x0e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d4becddf-6f73-4a83-b832-9c66874cd20e") +INetFwRemoteAdminSettings : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_IpVersion( + NET_FW_IP_VERSION *ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IpVersion( + NET_FW_IP_VERSION ipVersion) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Scope( + NET_FW_SCOPE *scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Scope( + NET_FW_SCOPE scope) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAddresses( + BSTR *remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemoteAddresses( + BSTR remoteAddrs) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwRemoteAdminSettings, 0xd4becddf, 0x6f73, 0x4a83, 0xb8,0x32, 0x9c,0x66,0x87,0x4c,0xd2,0x0e) +#endif +#else +typedef struct INetFwRemoteAdminSettingsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwRemoteAdminSettings *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwRemoteAdminSettings *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwRemoteAdminSettings *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwRemoteAdminSettings *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwRemoteAdminSettings *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwRemoteAdminSettings *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwRemoteAdminSettings *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwRemoteAdminSettings methods ***/ + HRESULT (STDMETHODCALLTYPE *get_IpVersion)( + INetFwRemoteAdminSettings *This, + NET_FW_IP_VERSION *ipVersion); + + HRESULT (STDMETHODCALLTYPE *put_IpVersion)( + INetFwRemoteAdminSettings *This, + NET_FW_IP_VERSION ipVersion); + + HRESULT (STDMETHODCALLTYPE *get_Scope)( + INetFwRemoteAdminSettings *This, + NET_FW_SCOPE *scope); + + HRESULT (STDMETHODCALLTYPE *put_Scope)( + INetFwRemoteAdminSettings *This, + NET_FW_SCOPE scope); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAddresses)( + INetFwRemoteAdminSettings *This, + BSTR *remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *put_RemoteAddresses)( + INetFwRemoteAdminSettings *This, + BSTR remoteAddrs); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + INetFwRemoteAdminSettings *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + INetFwRemoteAdminSettings *This, + VARIANT_BOOL enabled); + + END_INTERFACE +} INetFwRemoteAdminSettingsVtbl; + +interface INetFwRemoteAdminSettings { + CONST_VTBL INetFwRemoteAdminSettingsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwRemoteAdminSettings_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwRemoteAdminSettings_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwRemoteAdminSettings_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwRemoteAdminSettings_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwRemoteAdminSettings_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwRemoteAdminSettings_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwRemoteAdminSettings_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwRemoteAdminSettings methods ***/ +#define INetFwRemoteAdminSettings_get_IpVersion(This,ipVersion) (This)->lpVtbl->get_IpVersion(This,ipVersion) +#define INetFwRemoteAdminSettings_put_IpVersion(This,ipVersion) (This)->lpVtbl->put_IpVersion(This,ipVersion) +#define INetFwRemoteAdminSettings_get_Scope(This,scope) (This)->lpVtbl->get_Scope(This,scope) +#define INetFwRemoteAdminSettings_put_Scope(This,scope) (This)->lpVtbl->put_Scope(This,scope) +#define INetFwRemoteAdminSettings_get_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->get_RemoteAddresses(This,remoteAddrs) +#define INetFwRemoteAdminSettings_put_RemoteAddresses(This,remoteAddrs) (This)->lpVtbl->put_RemoteAddresses(This,remoteAddrs) +#define INetFwRemoteAdminSettings_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define INetFwRemoteAdminSettings_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_QueryInterface(INetFwRemoteAdminSettings* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwRemoteAdminSettings_AddRef(INetFwRemoteAdminSettings* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwRemoteAdminSettings_Release(INetFwRemoteAdminSettings* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_GetTypeInfoCount(INetFwRemoteAdminSettings* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_GetTypeInfo(INetFwRemoteAdminSettings* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_GetIDsOfNames(INetFwRemoteAdminSettings* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_Invoke(INetFwRemoteAdminSettings* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwRemoteAdminSettings methods ***/ +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_get_IpVersion(INetFwRemoteAdminSettings* This,NET_FW_IP_VERSION *ipVersion) { + return This->lpVtbl->get_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_put_IpVersion(INetFwRemoteAdminSettings* This,NET_FW_IP_VERSION ipVersion) { + return This->lpVtbl->put_IpVersion(This,ipVersion); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_get_Scope(INetFwRemoteAdminSettings* This,NET_FW_SCOPE *scope) { + return This->lpVtbl->get_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_put_Scope(INetFwRemoteAdminSettings* This,NET_FW_SCOPE scope) { + return This->lpVtbl->put_Scope(This,scope); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_get_RemoteAddresses(INetFwRemoteAdminSettings* This,BSTR *remoteAddrs) { + return This->lpVtbl->get_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_put_RemoteAddresses(INetFwRemoteAdminSettings* This,BSTR remoteAddrs) { + return This->lpVtbl->put_RemoteAddresses(This,remoteAddrs); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_get_Enabled(INetFwRemoteAdminSettings* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwRemoteAdminSettings_put_Enabled(INetFwRemoteAdminSettings* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +#endif +#endif + +#endif + + +#endif /* __INetFwRemoteAdminSettings_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwAuthorizedApplications interface + */ +#ifndef __INetFwAuthorizedApplications_INTERFACE_DEFINED__ +#define __INetFwAuthorizedApplications_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwAuthorizedApplications, 0x644efd52, 0xccf9, 0x486c, 0x97,0xa2, 0x39,0xf3,0x52,0x57,0x0b,0x30); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("644efd52-ccf9-486c-97a2-39f352570b30") +INetFwAuthorizedApplications : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE Add( + INetFwAuthorizedApplication *app) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + BSTR imageFileName) = 0; + + virtual HRESULT STDMETHODCALLTYPE Item( + BSTR imageFileName, + INetFwAuthorizedApplication **app) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **newEnum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwAuthorizedApplications, 0x644efd52, 0xccf9, 0x486c, 0x97,0xa2, 0x39,0xf3,0x52,0x57,0x0b,0x30) +#endif +#else +typedef struct INetFwAuthorizedApplicationsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwAuthorizedApplications *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwAuthorizedApplications *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwAuthorizedApplications *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwAuthorizedApplications *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwAuthorizedApplications *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwAuthorizedApplications *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwAuthorizedApplications *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwAuthorizedApplications methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + INetFwAuthorizedApplications *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *Add)( + INetFwAuthorizedApplications *This, + INetFwAuthorizedApplication *app); + + HRESULT (STDMETHODCALLTYPE *Remove)( + INetFwAuthorizedApplications *This, + BSTR imageFileName); + + HRESULT (STDMETHODCALLTYPE *Item)( + INetFwAuthorizedApplications *This, + BSTR imageFileName, + INetFwAuthorizedApplication **app); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + INetFwAuthorizedApplications *This, + IUnknown **newEnum); + + END_INTERFACE +} INetFwAuthorizedApplicationsVtbl; + +interface INetFwAuthorizedApplications { + CONST_VTBL INetFwAuthorizedApplicationsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwAuthorizedApplications_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwAuthorizedApplications_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwAuthorizedApplications_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwAuthorizedApplications_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwAuthorizedApplications_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwAuthorizedApplications_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwAuthorizedApplications_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwAuthorizedApplications methods ***/ +#define INetFwAuthorizedApplications_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define INetFwAuthorizedApplications_Add(This,app) (This)->lpVtbl->Add(This,app) +#define INetFwAuthorizedApplications_Remove(This,imageFileName) (This)->lpVtbl->Remove(This,imageFileName) +#define INetFwAuthorizedApplications_Item(This,imageFileName,app) (This)->lpVtbl->Item(This,imageFileName,app) +#define INetFwAuthorizedApplications_get__NewEnum(This,newEnum) (This)->lpVtbl->get__NewEnum(This,newEnum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplications_QueryInterface(INetFwAuthorizedApplications* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwAuthorizedApplications_AddRef(INetFwAuthorizedApplications* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwAuthorizedApplications_Release(INetFwAuthorizedApplications* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplications_GetTypeInfoCount(INetFwAuthorizedApplications* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_GetTypeInfo(INetFwAuthorizedApplications* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_GetIDsOfNames(INetFwAuthorizedApplications* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_Invoke(INetFwAuthorizedApplications* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwAuthorizedApplications methods ***/ +static FORCEINLINE HRESULT INetFwAuthorizedApplications_get_Count(INetFwAuthorizedApplications* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_Add(INetFwAuthorizedApplications* This,INetFwAuthorizedApplication *app) { + return This->lpVtbl->Add(This,app); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_Remove(INetFwAuthorizedApplications* This,BSTR imageFileName) { + return This->lpVtbl->Remove(This,imageFileName); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_Item(INetFwAuthorizedApplications* This,BSTR imageFileName,INetFwAuthorizedApplication **app) { + return This->lpVtbl->Item(This,imageFileName,app); +} +static FORCEINLINE HRESULT INetFwAuthorizedApplications_get__NewEnum(INetFwAuthorizedApplications* This,IUnknown **newEnum) { + return This->lpVtbl->get__NewEnum(This,newEnum); +} +#endif +#endif + +#endif + + +#endif /* __INetFwAuthorizedApplications_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwRule interface + */ +#ifndef __INetFwRule_INTERFACE_DEFINED__ +#define __INetFwRule_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwRule, 0xaf230d27, 0xbaba, 0x4e42, 0xac,0xed, 0xf5,0x24,0xf2,0x2c,0xfc,0xe2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("af230d27-baba-4e42-aced-f524f22cfce2") +INetFwRule : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Name( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Description( + BSTR *desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Description( + BSTR desc) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ApplicationName( + BSTR *imagename) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ApplicationName( + BSTR imagename) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ServiceName( + BSTR *service) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ServiceName( + BSTR service) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Protocol( + LONG *protocol) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Protocol( + LONG protocol) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LocalPorts( + BSTR *ports) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_LocalPorts( + BSTR ports) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemotePorts( + BSTR *ports) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemotePorts( + BSTR ports) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LocalAddresses( + BSTR *address) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_LocalAddresses( + BSTR address) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAddresses( + BSTR *address) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RemoteAddresses( + BSTR address) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IcmpTypesAndCodes( + BSTR *codes) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IcmpTypesAndCodes( + BSTR codes) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Direction( + NET_FW_RULE_DIRECTION *dir) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Direction( + NET_FW_RULE_DIRECTION dir) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Interfaces( + VARIANT *interfaces) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Interfaces( + VARIANT interfaces) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_InterfaceTypes( + BSTR *types) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_InterfaceTypes( + BSTR types) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Grouping( + BSTR *context) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Grouping( + BSTR context) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Profiles( + LONG *profiles) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Profiles( + LONG profiles) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_EdgeTraversal( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_EdgeTraversal( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Action( + NET_FW_ACTION *action) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Action( + NET_FW_ACTION action) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwRule, 0xaf230d27, 0xbaba, 0x4e42, 0xac,0xed, 0xf5,0x24,0xf2,0x2c,0xfc,0xe2) +#endif +#else +typedef struct INetFwRuleVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwRule *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwRule *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwRule *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwRule *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwRule *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwRule *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwRule *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwRule methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + INetFwRule *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *put_Name)( + INetFwRule *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *get_Description)( + INetFwRule *This, + BSTR *desc); + + HRESULT (STDMETHODCALLTYPE *put_Description)( + INetFwRule *This, + BSTR desc); + + HRESULT (STDMETHODCALLTYPE *get_ApplicationName)( + INetFwRule *This, + BSTR *imagename); + + HRESULT (STDMETHODCALLTYPE *put_ApplicationName)( + INetFwRule *This, + BSTR imagename); + + HRESULT (STDMETHODCALLTYPE *get_ServiceName)( + INetFwRule *This, + BSTR *service); + + HRESULT (STDMETHODCALLTYPE *put_ServiceName)( + INetFwRule *This, + BSTR service); + + HRESULT (STDMETHODCALLTYPE *get_Protocol)( + INetFwRule *This, + LONG *protocol); + + HRESULT (STDMETHODCALLTYPE *put_Protocol)( + INetFwRule *This, + LONG protocol); + + HRESULT (STDMETHODCALLTYPE *get_LocalPorts)( + INetFwRule *This, + BSTR *ports); + + HRESULT (STDMETHODCALLTYPE *put_LocalPorts)( + INetFwRule *This, + BSTR ports); + + HRESULT (STDMETHODCALLTYPE *get_RemotePorts)( + INetFwRule *This, + BSTR *ports); + + HRESULT (STDMETHODCALLTYPE *put_RemotePorts)( + INetFwRule *This, + BSTR ports); + + HRESULT (STDMETHODCALLTYPE *get_LocalAddresses)( + INetFwRule *This, + BSTR *address); + + HRESULT (STDMETHODCALLTYPE *put_LocalAddresses)( + INetFwRule *This, + BSTR address); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAddresses)( + INetFwRule *This, + BSTR *address); + + HRESULT (STDMETHODCALLTYPE *put_RemoteAddresses)( + INetFwRule *This, + BSTR address); + + HRESULT (STDMETHODCALLTYPE *get_IcmpTypesAndCodes)( + INetFwRule *This, + BSTR *codes); + + HRESULT (STDMETHODCALLTYPE *put_IcmpTypesAndCodes)( + INetFwRule *This, + BSTR codes); + + HRESULT (STDMETHODCALLTYPE *get_Direction)( + INetFwRule *This, + NET_FW_RULE_DIRECTION *dir); + + HRESULT (STDMETHODCALLTYPE *put_Direction)( + INetFwRule *This, + NET_FW_RULE_DIRECTION dir); + + HRESULT (STDMETHODCALLTYPE *get_Interfaces)( + INetFwRule *This, + VARIANT *interfaces); + + HRESULT (STDMETHODCALLTYPE *put_Interfaces)( + INetFwRule *This, + VARIANT interfaces); + + HRESULT (STDMETHODCALLTYPE *get_InterfaceTypes)( + INetFwRule *This, + BSTR *types); + + HRESULT (STDMETHODCALLTYPE *put_InterfaceTypes)( + INetFwRule *This, + BSTR types); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + INetFwRule *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + INetFwRule *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_Grouping)( + INetFwRule *This, + BSTR *context); + + HRESULT (STDMETHODCALLTYPE *put_Grouping)( + INetFwRule *This, + BSTR context); + + HRESULT (STDMETHODCALLTYPE *get_Profiles)( + INetFwRule *This, + LONG *profiles); + + HRESULT (STDMETHODCALLTYPE *put_Profiles)( + INetFwRule *This, + LONG profiles); + + HRESULT (STDMETHODCALLTYPE *get_EdgeTraversal)( + INetFwRule *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_EdgeTraversal)( + INetFwRule *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_Action)( + INetFwRule *This, + NET_FW_ACTION *action); + + HRESULT (STDMETHODCALLTYPE *put_Action)( + INetFwRule *This, + NET_FW_ACTION action); + + END_INTERFACE +} INetFwRuleVtbl; + +interface INetFwRule { + CONST_VTBL INetFwRuleVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwRule_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwRule_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwRule_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwRule_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwRule_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwRule_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwRule_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwRule methods ***/ +#define INetFwRule_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define INetFwRule_put_Name(This,name) (This)->lpVtbl->put_Name(This,name) +#define INetFwRule_get_Description(This,desc) (This)->lpVtbl->get_Description(This,desc) +#define INetFwRule_put_Description(This,desc) (This)->lpVtbl->put_Description(This,desc) +#define INetFwRule_get_ApplicationName(This,imagename) (This)->lpVtbl->get_ApplicationName(This,imagename) +#define INetFwRule_put_ApplicationName(This,imagename) (This)->lpVtbl->put_ApplicationName(This,imagename) +#define INetFwRule_get_ServiceName(This,service) (This)->lpVtbl->get_ServiceName(This,service) +#define INetFwRule_put_ServiceName(This,service) (This)->lpVtbl->put_ServiceName(This,service) +#define INetFwRule_get_Protocol(This,protocol) (This)->lpVtbl->get_Protocol(This,protocol) +#define INetFwRule_put_Protocol(This,protocol) (This)->lpVtbl->put_Protocol(This,protocol) +#define INetFwRule_get_LocalPorts(This,ports) (This)->lpVtbl->get_LocalPorts(This,ports) +#define INetFwRule_put_LocalPorts(This,ports) (This)->lpVtbl->put_LocalPorts(This,ports) +#define INetFwRule_get_RemotePorts(This,ports) (This)->lpVtbl->get_RemotePorts(This,ports) +#define INetFwRule_put_RemotePorts(This,ports) (This)->lpVtbl->put_RemotePorts(This,ports) +#define INetFwRule_get_LocalAddresses(This,address) (This)->lpVtbl->get_LocalAddresses(This,address) +#define INetFwRule_put_LocalAddresses(This,address) (This)->lpVtbl->put_LocalAddresses(This,address) +#define INetFwRule_get_RemoteAddresses(This,address) (This)->lpVtbl->get_RemoteAddresses(This,address) +#define INetFwRule_put_RemoteAddresses(This,address) (This)->lpVtbl->put_RemoteAddresses(This,address) +#define INetFwRule_get_IcmpTypesAndCodes(This,codes) (This)->lpVtbl->get_IcmpTypesAndCodes(This,codes) +#define INetFwRule_put_IcmpTypesAndCodes(This,codes) (This)->lpVtbl->put_IcmpTypesAndCodes(This,codes) +#define INetFwRule_get_Direction(This,dir) (This)->lpVtbl->get_Direction(This,dir) +#define INetFwRule_put_Direction(This,dir) (This)->lpVtbl->put_Direction(This,dir) +#define INetFwRule_get_Interfaces(This,interfaces) (This)->lpVtbl->get_Interfaces(This,interfaces) +#define INetFwRule_put_Interfaces(This,interfaces) (This)->lpVtbl->put_Interfaces(This,interfaces) +#define INetFwRule_get_InterfaceTypes(This,types) (This)->lpVtbl->get_InterfaceTypes(This,types) +#define INetFwRule_put_InterfaceTypes(This,types) (This)->lpVtbl->put_InterfaceTypes(This,types) +#define INetFwRule_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define INetFwRule_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#define INetFwRule_get_Grouping(This,context) (This)->lpVtbl->get_Grouping(This,context) +#define INetFwRule_put_Grouping(This,context) (This)->lpVtbl->put_Grouping(This,context) +#define INetFwRule_get_Profiles(This,profiles) (This)->lpVtbl->get_Profiles(This,profiles) +#define INetFwRule_put_Profiles(This,profiles) (This)->lpVtbl->put_Profiles(This,profiles) +#define INetFwRule_get_EdgeTraversal(This,enabled) (This)->lpVtbl->get_EdgeTraversal(This,enabled) +#define INetFwRule_put_EdgeTraversal(This,enabled) (This)->lpVtbl->put_EdgeTraversal(This,enabled) +#define INetFwRule_get_Action(This,action) (This)->lpVtbl->get_Action(This,action) +#define INetFwRule_put_Action(This,action) (This)->lpVtbl->put_Action(This,action) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwRule_QueryInterface(INetFwRule* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwRule_AddRef(INetFwRule* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwRule_Release(INetFwRule* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwRule_GetTypeInfoCount(INetFwRule* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwRule_GetTypeInfo(INetFwRule* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwRule_GetIDsOfNames(INetFwRule* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwRule_Invoke(INetFwRule* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwRule methods ***/ +static FORCEINLINE HRESULT INetFwRule_get_Name(INetFwRule* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT INetFwRule_put_Name(INetFwRule* This,BSTR name) { + return This->lpVtbl->put_Name(This,name); +} +static FORCEINLINE HRESULT INetFwRule_get_Description(INetFwRule* This,BSTR *desc) { + return This->lpVtbl->get_Description(This,desc); +} +static FORCEINLINE HRESULT INetFwRule_put_Description(INetFwRule* This,BSTR desc) { + return This->lpVtbl->put_Description(This,desc); +} +static FORCEINLINE HRESULT INetFwRule_get_ApplicationName(INetFwRule* This,BSTR *imagename) { + return This->lpVtbl->get_ApplicationName(This,imagename); +} +static FORCEINLINE HRESULT INetFwRule_put_ApplicationName(INetFwRule* This,BSTR imagename) { + return This->lpVtbl->put_ApplicationName(This,imagename); +} +static FORCEINLINE HRESULT INetFwRule_get_ServiceName(INetFwRule* This,BSTR *service) { + return This->lpVtbl->get_ServiceName(This,service); +} +static FORCEINLINE HRESULT INetFwRule_put_ServiceName(INetFwRule* This,BSTR service) { + return This->lpVtbl->put_ServiceName(This,service); +} +static FORCEINLINE HRESULT INetFwRule_get_Protocol(INetFwRule* This,LONG *protocol) { + return This->lpVtbl->get_Protocol(This,protocol); +} +static FORCEINLINE HRESULT INetFwRule_put_Protocol(INetFwRule* This,LONG protocol) { + return This->lpVtbl->put_Protocol(This,protocol); +} +static FORCEINLINE HRESULT INetFwRule_get_LocalPorts(INetFwRule* This,BSTR *ports) { + return This->lpVtbl->get_LocalPorts(This,ports); +} +static FORCEINLINE HRESULT INetFwRule_put_LocalPorts(INetFwRule* This,BSTR ports) { + return This->lpVtbl->put_LocalPorts(This,ports); +} +static FORCEINLINE HRESULT INetFwRule_get_RemotePorts(INetFwRule* This,BSTR *ports) { + return This->lpVtbl->get_RemotePorts(This,ports); +} +static FORCEINLINE HRESULT INetFwRule_put_RemotePorts(INetFwRule* This,BSTR ports) { + return This->lpVtbl->put_RemotePorts(This,ports); +} +static FORCEINLINE HRESULT INetFwRule_get_LocalAddresses(INetFwRule* This,BSTR *address) { + return This->lpVtbl->get_LocalAddresses(This,address); +} +static FORCEINLINE HRESULT INetFwRule_put_LocalAddresses(INetFwRule* This,BSTR address) { + return This->lpVtbl->put_LocalAddresses(This,address); +} +static FORCEINLINE HRESULT INetFwRule_get_RemoteAddresses(INetFwRule* This,BSTR *address) { + return This->lpVtbl->get_RemoteAddresses(This,address); +} +static FORCEINLINE HRESULT INetFwRule_put_RemoteAddresses(INetFwRule* This,BSTR address) { + return This->lpVtbl->put_RemoteAddresses(This,address); +} +static FORCEINLINE HRESULT INetFwRule_get_IcmpTypesAndCodes(INetFwRule* This,BSTR *codes) { + return This->lpVtbl->get_IcmpTypesAndCodes(This,codes); +} +static FORCEINLINE HRESULT INetFwRule_put_IcmpTypesAndCodes(INetFwRule* This,BSTR codes) { + return This->lpVtbl->put_IcmpTypesAndCodes(This,codes); +} +static FORCEINLINE HRESULT INetFwRule_get_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION *dir) { + return This->lpVtbl->get_Direction(This,dir); +} +static FORCEINLINE HRESULT INetFwRule_put_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION dir) { + return This->lpVtbl->put_Direction(This,dir); +} +static FORCEINLINE HRESULT INetFwRule_get_Interfaces(INetFwRule* This,VARIANT *interfaces) { + return This->lpVtbl->get_Interfaces(This,interfaces); +} +static FORCEINLINE HRESULT INetFwRule_put_Interfaces(INetFwRule* This,VARIANT interfaces) { + return This->lpVtbl->put_Interfaces(This,interfaces); +} +static FORCEINLINE HRESULT INetFwRule_get_InterfaceTypes(INetFwRule* This,BSTR *types) { + return This->lpVtbl->get_InterfaceTypes(This,types); +} +static FORCEINLINE HRESULT INetFwRule_put_InterfaceTypes(INetFwRule* This,BSTR types) { + return This->lpVtbl->put_InterfaceTypes(This,types); +} +static FORCEINLINE HRESULT INetFwRule_get_Enabled(INetFwRule* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwRule_put_Enabled(INetFwRule* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwRule_get_Grouping(INetFwRule* This,BSTR *context) { + return This->lpVtbl->get_Grouping(This,context); +} +static FORCEINLINE HRESULT INetFwRule_put_Grouping(INetFwRule* This,BSTR context) { + return This->lpVtbl->put_Grouping(This,context); +} +static FORCEINLINE HRESULT INetFwRule_get_Profiles(INetFwRule* This,LONG *profiles) { + return This->lpVtbl->get_Profiles(This,profiles); +} +static FORCEINLINE HRESULT INetFwRule_put_Profiles(INetFwRule* This,LONG profiles) { + return This->lpVtbl->put_Profiles(This,profiles); +} +static FORCEINLINE HRESULT INetFwRule_get_EdgeTraversal(INetFwRule* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_EdgeTraversal(This,enabled); +} +static FORCEINLINE HRESULT INetFwRule_put_EdgeTraversal(INetFwRule* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_EdgeTraversal(This,enabled); +} +static FORCEINLINE HRESULT INetFwRule_get_Action(INetFwRule* This,NET_FW_ACTION *action) { + return This->lpVtbl->get_Action(This,action); +} +static FORCEINLINE HRESULT INetFwRule_put_Action(INetFwRule* This,NET_FW_ACTION action) { + return This->lpVtbl->put_Action(This,action); +} +#endif +#endif + +#endif + + +#endif /* __INetFwRule_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwRules interface + */ +#ifndef __INetFwRules_INTERFACE_DEFINED__ +#define __INetFwRules_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwRules, 0x9c4c6277, 0x5027, 0x441e, 0xaf,0xae, 0xca,0x1f,0x54,0x2d,0xa0,0x09); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9c4c6277-5027-441e-afae-ca1f542da009") +INetFwRules : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE Add( + INetFwRule *rule) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE Item( + BSTR name, + INetFwRule **rule) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **newEnum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwRules, 0x9c4c6277, 0x5027, 0x441e, 0xaf,0xae, 0xca,0x1f,0x54,0x2d,0xa0,0x09) +#endif +#else +typedef struct INetFwRulesVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwRules *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwRules *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwRules *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwRules *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwRules *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwRules *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwRules *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwRules methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + INetFwRules *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *Add)( + INetFwRules *This, + INetFwRule *rule); + + HRESULT (STDMETHODCALLTYPE *Remove)( + INetFwRules *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *Item)( + INetFwRules *This, + BSTR name, + INetFwRule **rule); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + INetFwRules *This, + IUnknown **newEnum); + + END_INTERFACE +} INetFwRulesVtbl; + +interface INetFwRules { + CONST_VTBL INetFwRulesVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwRules_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwRules_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwRules_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwRules_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwRules_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwRules_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwRules_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwRules methods ***/ +#define INetFwRules_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define INetFwRules_Add(This,rule) (This)->lpVtbl->Add(This,rule) +#define INetFwRules_Remove(This,name) (This)->lpVtbl->Remove(This,name) +#define INetFwRules_Item(This,name,rule) (This)->lpVtbl->Item(This,name,rule) +#define INetFwRules_get__NewEnum(This,newEnum) (This)->lpVtbl->get__NewEnum(This,newEnum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwRules_QueryInterface(INetFwRules* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwRules_AddRef(INetFwRules* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwRules_Release(INetFwRules* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwRules_GetTypeInfoCount(INetFwRules* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwRules_GetTypeInfo(INetFwRules* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwRules_GetIDsOfNames(INetFwRules* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwRules_Invoke(INetFwRules* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwRules methods ***/ +static FORCEINLINE HRESULT INetFwRules_get_Count(INetFwRules* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT INetFwRules_Add(INetFwRules* This,INetFwRule *rule) { + return This->lpVtbl->Add(This,rule); +} +static FORCEINLINE HRESULT INetFwRules_Remove(INetFwRules* This,BSTR name) { + return This->lpVtbl->Remove(This,name); +} +static FORCEINLINE HRESULT INetFwRules_Item(INetFwRules* This,BSTR name,INetFwRule **rule) { + return This->lpVtbl->Item(This,name,rule); +} +static FORCEINLINE HRESULT INetFwRules_get__NewEnum(INetFwRules* This,IUnknown **newEnum) { + return This->lpVtbl->get__NewEnum(This,newEnum); +} +#endif +#endif + +#endif + + +#endif /* __INetFwRules_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwServiceRestriction interface + */ +#ifndef __INetFwServiceRestriction_INTERFACE_DEFINED__ +#define __INetFwServiceRestriction_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwServiceRestriction, 0x8267bbe3, 0xf890, 0x491c, 0xb7,0xb6, 0x2d,0xb1,0xef,0x0e,0x5d,0x2b); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8267bbe3-f890-491c-b7b6-2db1ef0e5d2b") +INetFwServiceRestriction : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE RestrictService( + BSTR serviceName, + BSTR appName, + VARIANT_BOOL restrictService, + VARIANT_BOOL serviceSidRestricted) = 0; + + virtual HRESULT STDMETHODCALLTYPE ServiceRestricted( + BSTR serviceName, + BSTR appName, + VARIANT_BOOL *serviceRestricted) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Rules( + INetFwRules **rules) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwServiceRestriction, 0x8267bbe3, 0xf890, 0x491c, 0xb7,0xb6, 0x2d,0xb1,0xef,0x0e,0x5d,0x2b) +#endif +#else +typedef struct INetFwServiceRestrictionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwServiceRestriction *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwServiceRestriction *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwServiceRestriction *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwServiceRestriction *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwServiceRestriction *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwServiceRestriction *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwServiceRestriction *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwServiceRestriction methods ***/ + HRESULT (STDMETHODCALLTYPE *RestrictService)( + INetFwServiceRestriction *This, + BSTR serviceName, + BSTR appName, + VARIANT_BOOL restrictService, + VARIANT_BOOL serviceSidRestricted); + + HRESULT (STDMETHODCALLTYPE *ServiceRestricted)( + INetFwServiceRestriction *This, + BSTR serviceName, + BSTR appName, + VARIANT_BOOL *serviceRestricted); + + HRESULT (STDMETHODCALLTYPE *get_Rules)( + INetFwServiceRestriction *This, + INetFwRules **rules); + + END_INTERFACE +} INetFwServiceRestrictionVtbl; + +interface INetFwServiceRestriction { + CONST_VTBL INetFwServiceRestrictionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwServiceRestriction_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwServiceRestriction_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwServiceRestriction_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwServiceRestriction_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwServiceRestriction_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwServiceRestriction_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwServiceRestriction_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwServiceRestriction methods ***/ +#define INetFwServiceRestriction_RestrictService(This,serviceName,appName,restrictService,serviceSidRestricted) (This)->lpVtbl->RestrictService(This,serviceName,appName,restrictService,serviceSidRestricted) +#define INetFwServiceRestriction_ServiceRestricted(This,serviceName,appName,serviceRestricted) (This)->lpVtbl->ServiceRestricted(This,serviceName,appName,serviceRestricted) +#define INetFwServiceRestriction_get_Rules(This,rules) (This)->lpVtbl->get_Rules(This,rules) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwServiceRestriction_QueryInterface(INetFwServiceRestriction* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwServiceRestriction_AddRef(INetFwServiceRestriction* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwServiceRestriction_Release(INetFwServiceRestriction* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwServiceRestriction_GetTypeInfoCount(INetFwServiceRestriction* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwServiceRestriction_GetTypeInfo(INetFwServiceRestriction* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwServiceRestriction_GetIDsOfNames(INetFwServiceRestriction* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwServiceRestriction_Invoke(INetFwServiceRestriction* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwServiceRestriction methods ***/ +static FORCEINLINE HRESULT INetFwServiceRestriction_RestrictService(INetFwServiceRestriction* This,BSTR serviceName,BSTR appName,VARIANT_BOOL restrictService,VARIANT_BOOL serviceSidRestricted) { + return This->lpVtbl->RestrictService(This,serviceName,appName,restrictService,serviceSidRestricted); +} +static FORCEINLINE HRESULT INetFwServiceRestriction_ServiceRestricted(INetFwServiceRestriction* This,BSTR serviceName,BSTR appName,VARIANT_BOOL *serviceRestricted) { + return This->lpVtbl->ServiceRestricted(This,serviceName,appName,serviceRestricted); +} +static FORCEINLINE HRESULT INetFwServiceRestriction_get_Rules(INetFwServiceRestriction* This,INetFwRules **rules) { + return This->lpVtbl->get_Rules(This,rules); +} +#endif +#endif + +#endif + + +#endif /* __INetFwServiceRestriction_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwProfile interface + */ +#ifndef __INetFwProfile_INTERFACE_DEFINED__ +#define __INetFwProfile_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwProfile, 0x174a0dda, 0xe9f9, 0x449d, 0x99,0x3b, 0x21,0xab,0x66,0x7c,0xa4,0x56); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("174a0dda-e9f9-449d-993b-21ab667ca456") +INetFwProfile : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Type( + NET_FW_PROFILE_TYPE *type) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_FirewallEnabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_FirewallEnabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ExceptionsNotAllowed( + VARIANT_BOOL *notAllowed) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ExceptionsNotAllowed( + VARIANT_BOOL notAllowed) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_NotificationsDisabled( + VARIANT_BOOL *disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_NotificationsDisabled( + VARIANT_BOOL disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_UnicastResponsesToMulticastBroadcastDisabled( + VARIANT_BOOL *disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_UnicastResponsesToMulticastBroadcastDisabled( + VARIANT_BOOL disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RemoteAdminSettings( + INetFwRemoteAdminSettings **remoteAdminSettings) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IcmpSettings( + INetFwIcmpSettings **icmpSettings) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_GloballyOpenPorts( + INetFwOpenPorts **openPorts) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Services( + INetFwServices **services) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AuthorizedApplications( + INetFwAuthorizedApplications **apps) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwProfile, 0x174a0dda, 0xe9f9, 0x449d, 0x99,0x3b, 0x21,0xab,0x66,0x7c,0xa4,0x56) +#endif +#else +typedef struct INetFwProfileVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwProfile *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwProfile *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwProfile *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwProfile *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwProfile *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwProfile *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwProfile *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwProfile methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Type)( + INetFwProfile *This, + NET_FW_PROFILE_TYPE *type); + + HRESULT (STDMETHODCALLTYPE *get_FirewallEnabled)( + INetFwProfile *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_FirewallEnabled)( + INetFwProfile *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_ExceptionsNotAllowed)( + INetFwProfile *This, + VARIANT_BOOL *notAllowed); + + HRESULT (STDMETHODCALLTYPE *put_ExceptionsNotAllowed)( + INetFwProfile *This, + VARIANT_BOOL notAllowed); + + HRESULT (STDMETHODCALLTYPE *get_NotificationsDisabled)( + INetFwProfile *This, + VARIANT_BOOL *disabled); + + HRESULT (STDMETHODCALLTYPE *put_NotificationsDisabled)( + INetFwProfile *This, + VARIANT_BOOL disabled); + + HRESULT (STDMETHODCALLTYPE *get_UnicastResponsesToMulticastBroadcastDisabled)( + INetFwProfile *This, + VARIANT_BOOL *disabled); + + HRESULT (STDMETHODCALLTYPE *put_UnicastResponsesToMulticastBroadcastDisabled)( + INetFwProfile *This, + VARIANT_BOOL disabled); + + HRESULT (STDMETHODCALLTYPE *get_RemoteAdminSettings)( + INetFwProfile *This, + INetFwRemoteAdminSettings **remoteAdminSettings); + + HRESULT (STDMETHODCALLTYPE *get_IcmpSettings)( + INetFwProfile *This, + INetFwIcmpSettings **icmpSettings); + + HRESULT (STDMETHODCALLTYPE *get_GloballyOpenPorts)( + INetFwProfile *This, + INetFwOpenPorts **openPorts); + + HRESULT (STDMETHODCALLTYPE *get_Services)( + INetFwProfile *This, + INetFwServices **services); + + HRESULT (STDMETHODCALLTYPE *get_AuthorizedApplications)( + INetFwProfile *This, + INetFwAuthorizedApplications **apps); + + END_INTERFACE +} INetFwProfileVtbl; + +interface INetFwProfile { + CONST_VTBL INetFwProfileVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwProfile_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwProfile_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwProfile_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwProfile_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwProfile_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwProfile_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwProfile_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwProfile methods ***/ +#define INetFwProfile_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#define INetFwProfile_get_FirewallEnabled(This,enabled) (This)->lpVtbl->get_FirewallEnabled(This,enabled) +#define INetFwProfile_put_FirewallEnabled(This,enabled) (This)->lpVtbl->put_FirewallEnabled(This,enabled) +#define INetFwProfile_get_ExceptionsNotAllowed(This,notAllowed) (This)->lpVtbl->get_ExceptionsNotAllowed(This,notAllowed) +#define INetFwProfile_put_ExceptionsNotAllowed(This,notAllowed) (This)->lpVtbl->put_ExceptionsNotAllowed(This,notAllowed) +#define INetFwProfile_get_NotificationsDisabled(This,disabled) (This)->lpVtbl->get_NotificationsDisabled(This,disabled) +#define INetFwProfile_put_NotificationsDisabled(This,disabled) (This)->lpVtbl->put_NotificationsDisabled(This,disabled) +#define INetFwProfile_get_UnicastResponsesToMulticastBroadcastDisabled(This,disabled) (This)->lpVtbl->get_UnicastResponsesToMulticastBroadcastDisabled(This,disabled) +#define INetFwProfile_put_UnicastResponsesToMulticastBroadcastDisabled(This,disabled) (This)->lpVtbl->put_UnicastResponsesToMulticastBroadcastDisabled(This,disabled) +#define INetFwProfile_get_RemoteAdminSettings(This,remoteAdminSettings) (This)->lpVtbl->get_RemoteAdminSettings(This,remoteAdminSettings) +#define INetFwProfile_get_IcmpSettings(This,icmpSettings) (This)->lpVtbl->get_IcmpSettings(This,icmpSettings) +#define INetFwProfile_get_GloballyOpenPorts(This,openPorts) (This)->lpVtbl->get_GloballyOpenPorts(This,openPorts) +#define INetFwProfile_get_Services(This,services) (This)->lpVtbl->get_Services(This,services) +#define INetFwProfile_get_AuthorizedApplications(This,apps) (This)->lpVtbl->get_AuthorizedApplications(This,apps) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwProfile_QueryInterface(INetFwProfile* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwProfile_AddRef(INetFwProfile* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwProfile_Release(INetFwProfile* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwProfile_GetTypeInfoCount(INetFwProfile* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwProfile_GetTypeInfo(INetFwProfile* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwProfile_GetIDsOfNames(INetFwProfile* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwProfile_Invoke(INetFwProfile* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwProfile methods ***/ +static FORCEINLINE HRESULT INetFwProfile_get_Type(INetFwProfile* This,NET_FW_PROFILE_TYPE *type) { + return This->lpVtbl->get_Type(This,type); +} +static FORCEINLINE HRESULT INetFwProfile_get_FirewallEnabled(INetFwProfile* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_FirewallEnabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwProfile_put_FirewallEnabled(INetFwProfile* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_FirewallEnabled(This,enabled); +} +static FORCEINLINE HRESULT INetFwProfile_get_ExceptionsNotAllowed(INetFwProfile* This,VARIANT_BOOL *notAllowed) { + return This->lpVtbl->get_ExceptionsNotAllowed(This,notAllowed); +} +static FORCEINLINE HRESULT INetFwProfile_put_ExceptionsNotAllowed(INetFwProfile* This,VARIANT_BOOL notAllowed) { + return This->lpVtbl->put_ExceptionsNotAllowed(This,notAllowed); +} +static FORCEINLINE HRESULT INetFwProfile_get_NotificationsDisabled(INetFwProfile* This,VARIANT_BOOL *disabled) { + return This->lpVtbl->get_NotificationsDisabled(This,disabled); +} +static FORCEINLINE HRESULT INetFwProfile_put_NotificationsDisabled(INetFwProfile* This,VARIANT_BOOL disabled) { + return This->lpVtbl->put_NotificationsDisabled(This,disabled); +} +static FORCEINLINE HRESULT INetFwProfile_get_UnicastResponsesToMulticastBroadcastDisabled(INetFwProfile* This,VARIANT_BOOL *disabled) { + return This->lpVtbl->get_UnicastResponsesToMulticastBroadcastDisabled(This,disabled); +} +static FORCEINLINE HRESULT INetFwProfile_put_UnicastResponsesToMulticastBroadcastDisabled(INetFwProfile* This,VARIANT_BOOL disabled) { + return This->lpVtbl->put_UnicastResponsesToMulticastBroadcastDisabled(This,disabled); +} +static FORCEINLINE HRESULT INetFwProfile_get_RemoteAdminSettings(INetFwProfile* This,INetFwRemoteAdminSettings **remoteAdminSettings) { + return This->lpVtbl->get_RemoteAdminSettings(This,remoteAdminSettings); +} +static FORCEINLINE HRESULT INetFwProfile_get_IcmpSettings(INetFwProfile* This,INetFwIcmpSettings **icmpSettings) { + return This->lpVtbl->get_IcmpSettings(This,icmpSettings); +} +static FORCEINLINE HRESULT INetFwProfile_get_GloballyOpenPorts(INetFwProfile* This,INetFwOpenPorts **openPorts) { + return This->lpVtbl->get_GloballyOpenPorts(This,openPorts); +} +static FORCEINLINE HRESULT INetFwProfile_get_Services(INetFwProfile* This,INetFwServices **services) { + return This->lpVtbl->get_Services(This,services); +} +static FORCEINLINE HRESULT INetFwProfile_get_AuthorizedApplications(INetFwProfile* This,INetFwAuthorizedApplications **apps) { + return This->lpVtbl->get_AuthorizedApplications(This,apps); +} +#endif +#endif + +#endif + + +#endif /* __INetFwProfile_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwPolicy interface + */ +#ifndef __INetFwPolicy_INTERFACE_DEFINED__ +#define __INetFwPolicy_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwPolicy, 0xd46d2478, 0x9ac9, 0x4008, 0x9d,0xc7, 0x55,0x63,0xce,0x55,0x36,0xcc); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d46d2478-9ac9-4008-9dc7-5563ce5536cc") +INetFwPolicy : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_CurrentProfile( + INetFwProfile **profile) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetProfileByType( + NET_FW_PROFILE_TYPE profileType, + INetFwProfile **profile) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwPolicy, 0xd46d2478, 0x9ac9, 0x4008, 0x9d,0xc7, 0x55,0x63,0xce,0x55,0x36,0xcc) +#endif +#else +typedef struct INetFwPolicyVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwPolicy *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwPolicy *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwPolicy *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwPolicy *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwPolicy *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwPolicy *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwPolicy *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwPolicy methods ***/ + HRESULT (STDMETHODCALLTYPE *get_CurrentProfile)( + INetFwPolicy *This, + INetFwProfile **profile); + + HRESULT (STDMETHODCALLTYPE *GetProfileByType)( + INetFwPolicy *This, + NET_FW_PROFILE_TYPE profileType, + INetFwProfile **profile); + + END_INTERFACE +} INetFwPolicyVtbl; + +interface INetFwPolicy { + CONST_VTBL INetFwPolicyVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwPolicy_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwPolicy_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwPolicy_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwPolicy_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwPolicy_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwPolicy_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwPolicy_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwPolicy methods ***/ +#define INetFwPolicy_get_CurrentProfile(This,profile) (This)->lpVtbl->get_CurrentProfile(This,profile) +#define INetFwPolicy_GetProfileByType(This,profileType,profile) (This)->lpVtbl->GetProfileByType(This,profileType,profile) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwPolicy_QueryInterface(INetFwPolicy* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwPolicy_AddRef(INetFwPolicy* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwPolicy_Release(INetFwPolicy* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwPolicy_GetTypeInfoCount(INetFwPolicy* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwPolicy_GetTypeInfo(INetFwPolicy* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwPolicy_GetIDsOfNames(INetFwPolicy* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwPolicy_Invoke(INetFwPolicy* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwPolicy methods ***/ +static FORCEINLINE HRESULT INetFwPolicy_get_CurrentProfile(INetFwPolicy* This,INetFwProfile **profile) { + return This->lpVtbl->get_CurrentProfile(This,profile); +} +static FORCEINLINE HRESULT INetFwPolicy_GetProfileByType(INetFwPolicy* This,NET_FW_PROFILE_TYPE profileType,INetFwProfile **profile) { + return This->lpVtbl->GetProfileByType(This,profileType,profile); +} +#endif +#endif + +#endif + + +#endif /* __INetFwPolicy_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwPolicy2 interface + */ +#ifndef __INetFwPolicy2_INTERFACE_DEFINED__ +#define __INetFwPolicy2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwPolicy2, 0x98325047, 0xc671, 0x4174, 0x8d,0x81, 0xde,0xfc,0xd3,0xf0,0x31,0x86); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("98325047-c671-4174-8d81-defcd3f03186") +INetFwPolicy2 : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_CurrentProfileTypes( + LONG *profile) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_FirewallEnabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_FirewallEnabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ExcludedInterfaces( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT *interfaces) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ExcludedInterfaces( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT interfaces) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_BlockAllInboundTraffic( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *block) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_BlockAllInboundTraffic( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL block) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_NotificationsDisabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_NotificationsDisabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_UnicastResponsesToMulticastBroadcastDisabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_UnicastResponsesToMulticastBroadcastDisabled( + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Rules( + INetFwRules **rules) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ServiceRestriction( + INetFwServiceRestriction **ServiceRestriction) = 0; + + virtual HRESULT STDMETHODCALLTYPE EnableRuleGroup( + LONG profileTypesBitmask, + BSTR group, + VARIANT_BOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsRuleGroupEnabled( + LONG profileTypesBitmask, + BSTR group, + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE RestoreLocalFirewallDefaults( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DefaultInboundAction( + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION *action) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DefaultInboundAction( + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION action) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DefaultOutboundAction( + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION *action) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DefaultOutboundAction( + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION action) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IsRuleGroupCurrentlyEnabled( + BSTR group, + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LocalPolicyModifyState( + NET_FW_MODIFY_STATE *modifyState) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwPolicy2, 0x98325047, 0xc671, 0x4174, 0x8d,0x81, 0xde,0xfc,0xd3,0xf0,0x31,0x86) +#endif +#else +typedef struct INetFwPolicy2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwPolicy2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwPolicy2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwPolicy2 *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwPolicy2 *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwPolicy2 *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwPolicy2 *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwPolicy2 *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwPolicy2 methods ***/ + HRESULT (STDMETHODCALLTYPE *get_CurrentProfileTypes)( + INetFwPolicy2 *This, + LONG *profile); + + HRESULT (STDMETHODCALLTYPE *get_FirewallEnabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_FirewallEnabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_ExcludedInterfaces)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT *interfaces); + + HRESULT (STDMETHODCALLTYPE *put_ExcludedInterfaces)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT interfaces); + + HRESULT (STDMETHODCALLTYPE *get_BlockAllInboundTraffic)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *block); + + HRESULT (STDMETHODCALLTYPE *put_BlockAllInboundTraffic)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL block); + + HRESULT (STDMETHODCALLTYPE *get_NotificationsDisabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *disabled); + + HRESULT (STDMETHODCALLTYPE *put_NotificationsDisabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL disabled); + + HRESULT (STDMETHODCALLTYPE *get_UnicastResponsesToMulticastBroadcastDisabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL *disabled); + + HRESULT (STDMETHODCALLTYPE *put_UnicastResponsesToMulticastBroadcastDisabled)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + VARIANT_BOOL disabled); + + HRESULT (STDMETHODCALLTYPE *get_Rules)( + INetFwPolicy2 *This, + INetFwRules **rules); + + HRESULT (STDMETHODCALLTYPE *get_ServiceRestriction)( + INetFwPolicy2 *This, + INetFwServiceRestriction **ServiceRestriction); + + HRESULT (STDMETHODCALLTYPE *EnableRuleGroup)( + INetFwPolicy2 *This, + LONG profileTypesBitmask, + BSTR group, + VARIANT_BOOL enable); + + HRESULT (STDMETHODCALLTYPE *IsRuleGroupEnabled)( + INetFwPolicy2 *This, + LONG profileTypesBitmask, + BSTR group, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *RestoreLocalFirewallDefaults)( + INetFwPolicy2 *This); + + HRESULT (STDMETHODCALLTYPE *get_DefaultInboundAction)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION *action); + + HRESULT (STDMETHODCALLTYPE *put_DefaultInboundAction)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION action); + + HRESULT (STDMETHODCALLTYPE *get_DefaultOutboundAction)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION *action); + + HRESULT (STDMETHODCALLTYPE *put_DefaultOutboundAction)( + INetFwPolicy2 *This, + NET_FW_PROFILE_TYPE2 profileType, + NET_FW_ACTION action); + + HRESULT (STDMETHODCALLTYPE *get_IsRuleGroupCurrentlyEnabled)( + INetFwPolicy2 *This, + BSTR group, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *get_LocalPolicyModifyState)( + INetFwPolicy2 *This, + NET_FW_MODIFY_STATE *modifyState); + + END_INTERFACE +} INetFwPolicy2Vtbl; + +interface INetFwPolicy2 { + CONST_VTBL INetFwPolicy2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwPolicy2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwPolicy2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwPolicy2_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwPolicy2_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwPolicy2_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwPolicy2_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwPolicy2_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwPolicy2 methods ***/ +#define INetFwPolicy2_get_CurrentProfileTypes(This,profile) (This)->lpVtbl->get_CurrentProfileTypes(This,profile) +#define INetFwPolicy2_get_FirewallEnabled(This,profileType,enabled) (This)->lpVtbl->get_FirewallEnabled(This,profileType,enabled) +#define INetFwPolicy2_put_FirewallEnabled(This,profileType,enabled) (This)->lpVtbl->put_FirewallEnabled(This,profileType,enabled) +#define INetFwPolicy2_get_ExcludedInterfaces(This,profileType,interfaces) (This)->lpVtbl->get_ExcludedInterfaces(This,profileType,interfaces) +#define INetFwPolicy2_put_ExcludedInterfaces(This,profileType,interfaces) (This)->lpVtbl->put_ExcludedInterfaces(This,profileType,interfaces) +#define INetFwPolicy2_get_BlockAllInboundTraffic(This,profileType,block) (This)->lpVtbl->get_BlockAllInboundTraffic(This,profileType,block) +#define INetFwPolicy2_put_BlockAllInboundTraffic(This,profileType,block) (This)->lpVtbl->put_BlockAllInboundTraffic(This,profileType,block) +#define INetFwPolicy2_get_NotificationsDisabled(This,profileType,disabled) (This)->lpVtbl->get_NotificationsDisabled(This,profileType,disabled) +#define INetFwPolicy2_put_NotificationsDisabled(This,profileType,disabled) (This)->lpVtbl->put_NotificationsDisabled(This,profileType,disabled) +#define INetFwPolicy2_get_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled) (This)->lpVtbl->get_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled) +#define INetFwPolicy2_put_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled) (This)->lpVtbl->put_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled) +#define INetFwPolicy2_get_Rules(This,rules) (This)->lpVtbl->get_Rules(This,rules) +#define INetFwPolicy2_get_ServiceRestriction(This,ServiceRestriction) (This)->lpVtbl->get_ServiceRestriction(This,ServiceRestriction) +#define INetFwPolicy2_EnableRuleGroup(This,profileTypesBitmask,group,enable) (This)->lpVtbl->EnableRuleGroup(This,profileTypesBitmask,group,enable) +#define INetFwPolicy2_IsRuleGroupEnabled(This,profileTypesBitmask,group,enabled) (This)->lpVtbl->IsRuleGroupEnabled(This,profileTypesBitmask,group,enabled) +#define INetFwPolicy2_RestoreLocalFirewallDefaults(This) (This)->lpVtbl->RestoreLocalFirewallDefaults(This) +#define INetFwPolicy2_get_DefaultInboundAction(This,profileType,action) (This)->lpVtbl->get_DefaultInboundAction(This,profileType,action) +#define INetFwPolicy2_put_DefaultInboundAction(This,profileType,action) (This)->lpVtbl->put_DefaultInboundAction(This,profileType,action) +#define INetFwPolicy2_get_DefaultOutboundAction(This,profileType,action) (This)->lpVtbl->get_DefaultOutboundAction(This,profileType,action) +#define INetFwPolicy2_put_DefaultOutboundAction(This,profileType,action) (This)->lpVtbl->put_DefaultOutboundAction(This,profileType,action) +#define INetFwPolicy2_get_IsRuleGroupCurrentlyEnabled(This,group,enabled) (This)->lpVtbl->get_IsRuleGroupCurrentlyEnabled(This,group,enabled) +#define INetFwPolicy2_get_LocalPolicyModifyState(This,modifyState) (This)->lpVtbl->get_LocalPolicyModifyState(This,modifyState) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwPolicy2_QueryInterface(INetFwPolicy2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwPolicy2_AddRef(INetFwPolicy2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwPolicy2_Release(INetFwPolicy2* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwPolicy2_GetTypeInfoCount(INetFwPolicy2* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwPolicy2_GetTypeInfo(INetFwPolicy2* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwPolicy2_GetIDsOfNames(INetFwPolicy2* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwPolicy2_Invoke(INetFwPolicy2* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwPolicy2 methods ***/ +static FORCEINLINE HRESULT INetFwPolicy2_get_CurrentProfileTypes(INetFwPolicy2* This,LONG *profile) { + return This->lpVtbl->get_CurrentProfileTypes(This,profile); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_FirewallEnabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_FirewallEnabled(This,profileType,enabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_FirewallEnabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL enabled) { + return This->lpVtbl->put_FirewallEnabled(This,profileType,enabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_ExcludedInterfaces(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT *interfaces) { + return This->lpVtbl->get_ExcludedInterfaces(This,profileType,interfaces); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_ExcludedInterfaces(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT interfaces) { + return This->lpVtbl->put_ExcludedInterfaces(This,profileType,interfaces); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_BlockAllInboundTraffic(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL *block) { + return This->lpVtbl->get_BlockAllInboundTraffic(This,profileType,block); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_BlockAllInboundTraffic(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL block) { + return This->lpVtbl->put_BlockAllInboundTraffic(This,profileType,block); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_NotificationsDisabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL *disabled) { + return This->lpVtbl->get_NotificationsDisabled(This,profileType,disabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_NotificationsDisabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL disabled) { + return This->lpVtbl->put_NotificationsDisabled(This,profileType,disabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_UnicastResponsesToMulticastBroadcastDisabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL *disabled) { + return This->lpVtbl->get_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_UnicastResponsesToMulticastBroadcastDisabled(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,VARIANT_BOOL disabled) { + return This->lpVtbl->put_UnicastResponsesToMulticastBroadcastDisabled(This,profileType,disabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_Rules(INetFwPolicy2* This,INetFwRules **rules) { + return This->lpVtbl->get_Rules(This,rules); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_ServiceRestriction(INetFwPolicy2* This,INetFwServiceRestriction **ServiceRestriction) { + return This->lpVtbl->get_ServiceRestriction(This,ServiceRestriction); +} +static FORCEINLINE HRESULT INetFwPolicy2_EnableRuleGroup(INetFwPolicy2* This,LONG profileTypesBitmask,BSTR group,VARIANT_BOOL enable) { + return This->lpVtbl->EnableRuleGroup(This,profileTypesBitmask,group,enable); +} +static FORCEINLINE HRESULT INetFwPolicy2_IsRuleGroupEnabled(INetFwPolicy2* This,LONG profileTypesBitmask,BSTR group,VARIANT_BOOL *enabled) { + return This->lpVtbl->IsRuleGroupEnabled(This,profileTypesBitmask,group,enabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_RestoreLocalFirewallDefaults(INetFwPolicy2* This) { + return This->lpVtbl->RestoreLocalFirewallDefaults(This); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_DefaultInboundAction(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,NET_FW_ACTION *action) { + return This->lpVtbl->get_DefaultInboundAction(This,profileType,action); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_DefaultInboundAction(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,NET_FW_ACTION action) { + return This->lpVtbl->put_DefaultInboundAction(This,profileType,action); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_DefaultOutboundAction(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,NET_FW_ACTION *action) { + return This->lpVtbl->get_DefaultOutboundAction(This,profileType,action); +} +static FORCEINLINE HRESULT INetFwPolicy2_put_DefaultOutboundAction(INetFwPolicy2* This,NET_FW_PROFILE_TYPE2 profileType,NET_FW_ACTION action) { + return This->lpVtbl->put_DefaultOutboundAction(This,profileType,action); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_IsRuleGroupCurrentlyEnabled(INetFwPolicy2* This,BSTR group,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_IsRuleGroupCurrentlyEnabled(This,group,enabled); +} +static FORCEINLINE HRESULT INetFwPolicy2_get_LocalPolicyModifyState(INetFwPolicy2* This,NET_FW_MODIFY_STATE *modifyState) { + return This->lpVtbl->get_LocalPolicyModifyState(This,modifyState); +} +#endif +#endif + +#endif + + +#endif /* __INetFwPolicy2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwMgr interface + */ +#ifndef __INetFwMgr_INTERFACE_DEFINED__ +#define __INetFwMgr_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwMgr, 0xf7898af5, 0xcac4, 0x4632, 0xa2,0xec, 0xda,0x06,0xe5,0x11,0x1a,0xf2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("f7898af5-cac4-4632-a2ec-da06e5111af2") +INetFwMgr : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_LocalPolicy( + INetFwPolicy **localPolicy) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_CurrentProfileType( + NET_FW_PROFILE_TYPE *profileType) = 0; + + virtual HRESULT STDMETHODCALLTYPE RestoreDefaults( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsPortAllowed( + BSTR imageFileName, + NET_FW_IP_VERSION ipVersion, + LONG portNumber, + BSTR localAddress, + NET_FW_IP_PROTOCOL ipProtocol, + VARIANT *allowed, + VARIANT *restricted) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsIcmpTypeAllowed( + NET_FW_IP_VERSION ipVersion, + BSTR localAddress, + BYTE type, + VARIANT *allowed, + VARIANT *restricted) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwMgr, 0xf7898af5, 0xcac4, 0x4632, 0xa2,0xec, 0xda,0x06,0xe5,0x11,0x1a,0xf2) +#endif +#else +typedef struct INetFwMgrVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwMgr *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwMgr *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwMgr *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwMgr *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwMgr *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwMgr *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwMgr *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwMgr methods ***/ + HRESULT (STDMETHODCALLTYPE *get_LocalPolicy)( + INetFwMgr *This, + INetFwPolicy **localPolicy); + + HRESULT (STDMETHODCALLTYPE *get_CurrentProfileType)( + INetFwMgr *This, + NET_FW_PROFILE_TYPE *profileType); + + HRESULT (STDMETHODCALLTYPE *RestoreDefaults)( + INetFwMgr *This); + + HRESULT (STDMETHODCALLTYPE *IsPortAllowed)( + INetFwMgr *This, + BSTR imageFileName, + NET_FW_IP_VERSION ipVersion, + LONG portNumber, + BSTR localAddress, + NET_FW_IP_PROTOCOL ipProtocol, + VARIANT *allowed, + VARIANT *restricted); + + HRESULT (STDMETHODCALLTYPE *IsIcmpTypeAllowed)( + INetFwMgr *This, + NET_FW_IP_VERSION ipVersion, + BSTR localAddress, + BYTE type, + VARIANT *allowed, + VARIANT *restricted); + + END_INTERFACE +} INetFwMgrVtbl; + +interface INetFwMgr { + CONST_VTBL INetFwMgrVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwMgr_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwMgr_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwMgr_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwMgr_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwMgr_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwMgr_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwMgr_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwMgr methods ***/ +#define INetFwMgr_get_LocalPolicy(This,localPolicy) (This)->lpVtbl->get_LocalPolicy(This,localPolicy) +#define INetFwMgr_get_CurrentProfileType(This,profileType) (This)->lpVtbl->get_CurrentProfileType(This,profileType) +#define INetFwMgr_RestoreDefaults(This) (This)->lpVtbl->RestoreDefaults(This) +#define INetFwMgr_IsPortAllowed(This,imageFileName,ipVersion,portNumber,localAddress,ipProtocol,allowed,restricted) (This)->lpVtbl->IsPortAllowed(This,imageFileName,ipVersion,portNumber,localAddress,ipProtocol,allowed,restricted) +#define INetFwMgr_IsIcmpTypeAllowed(This,ipVersion,localAddress,type,allowed,restricted) (This)->lpVtbl->IsIcmpTypeAllowed(This,ipVersion,localAddress,type,allowed,restricted) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwMgr_QueryInterface(INetFwMgr* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwMgr_AddRef(INetFwMgr* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwMgr_Release(INetFwMgr* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwMgr_GetTypeInfoCount(INetFwMgr* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwMgr_GetTypeInfo(INetFwMgr* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwMgr_GetIDsOfNames(INetFwMgr* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwMgr_Invoke(INetFwMgr* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwMgr methods ***/ +static FORCEINLINE HRESULT INetFwMgr_get_LocalPolicy(INetFwMgr* This,INetFwPolicy **localPolicy) { + return This->lpVtbl->get_LocalPolicy(This,localPolicy); +} +static FORCEINLINE HRESULT INetFwMgr_get_CurrentProfileType(INetFwMgr* This,NET_FW_PROFILE_TYPE *profileType) { + return This->lpVtbl->get_CurrentProfileType(This,profileType); +} +static FORCEINLINE HRESULT INetFwMgr_RestoreDefaults(INetFwMgr* This) { + return This->lpVtbl->RestoreDefaults(This); +} +static FORCEINLINE HRESULT INetFwMgr_IsPortAllowed(INetFwMgr* This,BSTR imageFileName,NET_FW_IP_VERSION ipVersion,LONG portNumber,BSTR localAddress,NET_FW_IP_PROTOCOL ipProtocol,VARIANT *allowed,VARIANT *restricted) { + return This->lpVtbl->IsPortAllowed(This,imageFileName,ipVersion,portNumber,localAddress,ipProtocol,allowed,restricted); +} +static FORCEINLINE HRESULT INetFwMgr_IsIcmpTypeAllowed(INetFwMgr* This,NET_FW_IP_VERSION ipVersion,BSTR localAddress,BYTE type,VARIANT *allowed,VARIANT *restricted) { + return This->lpVtbl->IsIcmpTypeAllowed(This,ipVersion,localAddress,type,allowed,restricted); +} +#endif +#endif + +#endif + + +#endif /* __INetFwMgr_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwProduct interface + */ +#ifndef __INetFwProduct_INTERFACE_DEFINED__ +#define __INetFwProduct_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwProduct, 0x71881699, 0x18f4, 0x458b, 0xb8,0x92, 0x3f,0xfc,0xe5,0xe0,0x7f,0x75); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("71881699-18f4-458b-b892-3ffce5e07f75") +INetFwProduct : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_RuleCategories( + VARIANT *ruleCategories) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RuleCategories( + VARIANT ruleCategories) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DisplayName( + BSTR *displayName) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DisplayName( + BSTR displayName) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_PathToSignedProductExe( + BSTR *path) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwProduct, 0x71881699, 0x18f4, 0x458b, 0xb8,0x92, 0x3f,0xfc,0xe5,0xe0,0x7f,0x75) +#endif +#else +typedef struct INetFwProductVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwProduct *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwProduct *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwProduct *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwProduct *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwProduct *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwProduct *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwProduct *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwProduct methods ***/ + HRESULT (STDMETHODCALLTYPE *get_RuleCategories)( + INetFwProduct *This, + VARIANT *ruleCategories); + + HRESULT (STDMETHODCALLTYPE *put_RuleCategories)( + INetFwProduct *This, + VARIANT ruleCategories); + + HRESULT (STDMETHODCALLTYPE *get_DisplayName)( + INetFwProduct *This, + BSTR *displayName); + + HRESULT (STDMETHODCALLTYPE *put_DisplayName)( + INetFwProduct *This, + BSTR displayName); + + HRESULT (STDMETHODCALLTYPE *get_PathToSignedProductExe)( + INetFwProduct *This, + BSTR *path); + + END_INTERFACE +} INetFwProductVtbl; + +interface INetFwProduct { + CONST_VTBL INetFwProductVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwProduct_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwProduct_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwProduct_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwProduct_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwProduct_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwProduct_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwProduct_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwProduct methods ***/ +#define INetFwProduct_get_RuleCategories(This,ruleCategories) (This)->lpVtbl->get_RuleCategories(This,ruleCategories) +#define INetFwProduct_put_RuleCategories(This,ruleCategories) (This)->lpVtbl->put_RuleCategories(This,ruleCategories) +#define INetFwProduct_get_DisplayName(This,displayName) (This)->lpVtbl->get_DisplayName(This,displayName) +#define INetFwProduct_put_DisplayName(This,displayName) (This)->lpVtbl->put_DisplayName(This,displayName) +#define INetFwProduct_get_PathToSignedProductExe(This,path) (This)->lpVtbl->get_PathToSignedProductExe(This,path) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwProduct_QueryInterface(INetFwProduct* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwProduct_AddRef(INetFwProduct* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwProduct_Release(INetFwProduct* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwProduct_GetTypeInfoCount(INetFwProduct* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwProduct_GetTypeInfo(INetFwProduct* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwProduct_GetIDsOfNames(INetFwProduct* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwProduct_Invoke(INetFwProduct* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwProduct methods ***/ +static FORCEINLINE HRESULT INetFwProduct_get_RuleCategories(INetFwProduct* This,VARIANT *ruleCategories) { + return This->lpVtbl->get_RuleCategories(This,ruleCategories); +} +static FORCEINLINE HRESULT INetFwProduct_put_RuleCategories(INetFwProduct* This,VARIANT ruleCategories) { + return This->lpVtbl->put_RuleCategories(This,ruleCategories); +} +static FORCEINLINE HRESULT INetFwProduct_get_DisplayName(INetFwProduct* This,BSTR *displayName) { + return This->lpVtbl->get_DisplayName(This,displayName); +} +static FORCEINLINE HRESULT INetFwProduct_put_DisplayName(INetFwProduct* This,BSTR displayName) { + return This->lpVtbl->put_DisplayName(This,displayName); +} +static FORCEINLINE HRESULT INetFwProduct_get_PathToSignedProductExe(INetFwProduct* This,BSTR *path) { + return This->lpVtbl->get_PathToSignedProductExe(This,path); +} +#endif +#endif + +#endif + + +#endif /* __INetFwProduct_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetFwProducts interface + */ +#ifndef __INetFwProducts_INTERFACE_DEFINED__ +#define __INetFwProducts_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetFwProducts, 0x39eb36e0, 0x2097, 0x40bd, 0x8a,0xf2, 0x63,0xa1,0x3b,0x52,0x53,0x62); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("39eb36e0-2097-40bd-8af2-63a13b525362") +INetFwProducts : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE Register( + INetFwProduct *product, + IUnknown **registration) = 0; + + virtual HRESULT STDMETHODCALLTYPE Item( + LONG index, + INetFwProduct **product) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **newEnum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetFwProducts, 0x39eb36e0, 0x2097, 0x40bd, 0x8a,0xf2, 0x63,0xa1,0x3b,0x52,0x53,0x62) +#endif +#else +typedef struct INetFwProductsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetFwProducts *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetFwProducts *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetFwProducts *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetFwProducts *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetFwProducts *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetFwProducts *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetFwProducts *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetFwProducts methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + INetFwProducts *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *Register)( + INetFwProducts *This, + INetFwProduct *product, + IUnknown **registration); + + HRESULT (STDMETHODCALLTYPE *Item)( + INetFwProducts *This, + LONG index, + INetFwProduct **product); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + INetFwProducts *This, + IUnknown **newEnum); + + END_INTERFACE +} INetFwProductsVtbl; + +interface INetFwProducts { + CONST_VTBL INetFwProductsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetFwProducts_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetFwProducts_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetFwProducts_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetFwProducts_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetFwProducts_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetFwProducts_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetFwProducts_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetFwProducts methods ***/ +#define INetFwProducts_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define INetFwProducts_Register(This,product,registration) (This)->lpVtbl->Register(This,product,registration) +#define INetFwProducts_Item(This,index,product) (This)->lpVtbl->Item(This,index,product) +#define INetFwProducts_get__NewEnum(This,newEnum) (This)->lpVtbl->get__NewEnum(This,newEnum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetFwProducts_QueryInterface(INetFwProducts* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetFwProducts_AddRef(INetFwProducts* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetFwProducts_Release(INetFwProducts* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetFwProducts_GetTypeInfoCount(INetFwProducts* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetFwProducts_GetTypeInfo(INetFwProducts* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetFwProducts_GetIDsOfNames(INetFwProducts* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetFwProducts_Invoke(INetFwProducts* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetFwProducts methods ***/ +static FORCEINLINE HRESULT INetFwProducts_get_Count(INetFwProducts* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT INetFwProducts_Register(INetFwProducts* This,INetFwProduct *product,IUnknown **registration) { + return This->lpVtbl->Register(This,product,registration); +} +static FORCEINLINE HRESULT INetFwProducts_Item(INetFwProducts* This,LONG index,INetFwProduct **product) { + return This->lpVtbl->Item(This,index,product); +} +static FORCEINLINE HRESULT INetFwProducts_get__NewEnum(INetFwProducts* This,IUnknown **newEnum) { + return This->lpVtbl->get__NewEnum(This,newEnum); +} +#endif +#endif + +#endif + + +#endif /* __INetFwProducts_INTERFACE_DEFINED__ */ + + +DEFINE_GUID(LIBID_NetFwPublicTypeLib, 0xdb4f3345, 0x3ef8, 0x45ed, 0xb9,0x76, 0x25,0xa6,0xd3,0xb8,0x1b,0x71); + +#ifndef __INetFwRemoteAdminSettings_FWD_DEFINED__ +#define __INetFwRemoteAdminSettings_FWD_DEFINED__ +typedef interface INetFwRemoteAdminSettings INetFwRemoteAdminSettings; +#ifdef __cplusplus +interface INetFwRemoteAdminSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwIcmpSettings_FWD_DEFINED__ +#define __INetFwIcmpSettings_FWD_DEFINED__ +typedef interface INetFwIcmpSettings INetFwIcmpSettings; +#ifdef __cplusplus +interface INetFwIcmpSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwOpenPort_FWD_DEFINED__ +#define __INetFwOpenPort_FWD_DEFINED__ +typedef interface INetFwOpenPort INetFwOpenPort; +#ifdef __cplusplus +interface INetFwOpenPort; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwOpenPorts_FWD_DEFINED__ +#define __INetFwOpenPorts_FWD_DEFINED__ +typedef interface INetFwOpenPorts INetFwOpenPorts; +#ifdef __cplusplus +interface INetFwOpenPorts; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwService_FWD_DEFINED__ +#define __INetFwService_FWD_DEFINED__ +typedef interface INetFwService INetFwService; +#ifdef __cplusplus +interface INetFwService; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwServices_FWD_DEFINED__ +#define __INetFwServices_FWD_DEFINED__ +typedef interface INetFwServices INetFwServices; +#ifdef __cplusplus +interface INetFwServices; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwAuthorizedApplication_FWD_DEFINED__ +#define __INetFwAuthorizedApplication_FWD_DEFINED__ +typedef interface INetFwAuthorizedApplication INetFwAuthorizedApplication; +#ifdef __cplusplus +interface INetFwAuthorizedApplication; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwAuthorizedApplications_FWD_DEFINED__ +#define __INetFwAuthorizedApplications_FWD_DEFINED__ +typedef interface INetFwAuthorizedApplications INetFwAuthorizedApplications; +#ifdef __cplusplus +interface INetFwAuthorizedApplications; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwProfile_FWD_DEFINED__ +#define __INetFwProfile_FWD_DEFINED__ +typedef interface INetFwProfile INetFwProfile; +#ifdef __cplusplus +interface INetFwProfile; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwPolicy_FWD_DEFINED__ +#define __INetFwPolicy_FWD_DEFINED__ +typedef interface INetFwPolicy INetFwPolicy; +#ifdef __cplusplus +interface INetFwPolicy; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwPolicy2_FWD_DEFINED__ +#define __INetFwPolicy2_FWD_DEFINED__ +typedef interface INetFwPolicy2 INetFwPolicy2; +#ifdef __cplusplus +interface INetFwPolicy2; +#endif /* __cplusplus */ +#endif + +#ifndef __INetFwMgr_FWD_DEFINED__ +#define __INetFwMgr_FWD_DEFINED__ +typedef interface INetFwMgr INetFwMgr; +#ifdef __cplusplus +interface INetFwMgr; +#endif /* __cplusplus */ +#endif + +/***************************************************************************** + * NetFwOpenPort coclass + */ + +DEFINE_GUID(CLSID_NetFwOpenPort, 0x0ca545c6, 0x37ad, 0x4a6c, 0xbf,0x92, 0x9f,0x76,0x10,0x06,0x7e,0xf5); + +#ifdef __cplusplus +class DECLSPEC_UUID("0ca545c6-37ad-4a6c-bf92-9f7610067ef5") NetFwOpenPort; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwOpenPort, 0x0ca545c6, 0x37ad, 0x4a6c, 0xbf,0x92, 0x9f,0x76,0x10,0x06,0x7e,0xf5) +#endif +#endif + +/***************************************************************************** + * NetFwAuthorizedApplication coclass + */ + +DEFINE_GUID(CLSID_NetFwAuthorizedApplication, 0xec9846b3, 0x2762, 0x4a6b, 0xa2,0x14, 0x6a,0xcb,0x60,0x34,0x62,0xd2); + +#ifdef __cplusplus +class DECLSPEC_UUID("ec9846b3-2762-4a6b-a214-6acb603462d2") NetFwAuthorizedApplication; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwAuthorizedApplication, 0xec9846b3, 0x2762, 0x4a6b, 0xa2,0x14, 0x6a,0xcb,0x60,0x34,0x62,0xd2) +#endif +#endif + +/***************************************************************************** + * NetFwMgr coclass + */ + +DEFINE_GUID(CLSID_NetFwMgr, 0x304ce942, 0x6e39, 0x40d8, 0x94,0x3a, 0xb9,0x13,0xc4,0x0c,0x9c,0xd4); + +#ifdef __cplusplus +class DECLSPEC_UUID("304ce942-6e39-40d8-943a-b913c40c9cd4") NetFwMgr; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwMgr, 0x304ce942, 0x6e39, 0x40d8, 0x94,0x3a, 0xb9,0x13,0xc4,0x0c,0x9c,0xd4) +#endif +#endif + +/***************************************************************************** + * NetFwPolicy2 coclass + */ + +DEFINE_GUID(CLSID_NetFwPolicy2, 0xe2b3c97f, 0x6ae1, 0x41ac, 0x81,0x7a, 0xf6,0xf9,0x21,0x66,0xd7,0xdd); + +#ifdef __cplusplus +class DECLSPEC_UUID("e2b3c97f-6ae1-41ac-817a-f6f92166d7dd") NetFwPolicy2; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwPolicy2, 0xe2b3c97f, 0x6ae1, 0x41ac, 0x81,0x7a, 0xf6,0xf9,0x21,0x66,0xd7,0xdd) +#endif +#endif + +/***************************************************************************** + * NetFwRule coclass + */ + +DEFINE_GUID(CLSID_NetFwRule, 0x2c5bc43e, 0x3369, 0x4c33, 0xab,0x0c, 0xbe,0x94,0x69,0x67,0x7a,0xf4); + +#ifdef __cplusplus +class DECLSPEC_UUID("2c5bc43e-3369-4c33-ab0c-be9469677af4") NetFwRule; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwRule, 0x2c5bc43e, 0x3369, 0x4c33, 0xab,0x0c, 0xbe,0x94,0x69,0x67,0x7a,0xf4) +#endif +#endif + +/***************************************************************************** + * NetFwProduct coclass + */ + +DEFINE_GUID(CLSID_NetFwProduct, 0x9d745ed8, 0xc514, 0x4d1d, 0xbf,0x42, 0x75,0x1f,0xed,0x2d,0x5a,0xc7); + +#ifdef __cplusplus +class DECLSPEC_UUID("9d745ed8-c514-4d1d-bf42-751fed2d5ac7") NetFwProduct; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwProduct, 0x9d745ed8, 0xc514, 0x4d1d, 0xbf,0x42, 0x75,0x1f,0xed,0x2d,0x5a,0xc7) +#endif +#endif + +/***************************************************************************** + * NetFwProducts coclass + */ + +DEFINE_GUID(CLSID_NetFwProducts, 0xcc19079b, 0x8272, 0x4d73, 0xbb,0x70, 0xcd,0xb5,0x33,0x52,0x7b,0x61); + +#ifdef __cplusplus +class DECLSPEC_UUID("cc19079b-8272-4d73-bb70-cdb533527b61") NetFwProducts; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(NetFwProducts, 0xcc19079b, 0x8272, 0x4d73, 0xbb,0x70, 0xcd,0xb5,0x33,0x52,0x7b,0x61) +#endif +#endif + +/* Begin additional prototypes for all interfaces */ + +ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *); +unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *); +unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *); +void __RPC_USER BSTR_UserFree (ULONG *, BSTR *); +ULONG __RPC_USER VARIANT_UserSize (ULONG *, ULONG, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserMarshal (ULONG *, unsigned char *, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserUnmarshal(ULONG *, unsigned char *, VARIANT *); +void __RPC_USER VARIANT_UserFree (ULONG *, VARIANT *); + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __netfw_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/netfw.idl mingw-w64-6.0.0/mingw-w64-headers/include/netfw.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/netfw.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/netfw.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,766 @@ +/* + * Copyright 2007 Jeff Latimer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + * + ***************************************************************************** + * + * The firewall management interface + * + */ + +import "icftypes.idl"; +import "oaidl.idl"; + +[ + object, + uuid(A6207B2E-7CDD-426A-951E-5E1CBC5AFEAD), + dual +] +interface INetFwIcmpSettings : IDispatch +{ + [id(1), propget] + HRESULT AllowOutboundDestinationUnreachable([out, retval] VARIANT_BOOL* allow); + + [id(1), propput] + HRESULT AllowOutboundDestinationUnreachable( [in] VARIANT_BOOL allow ); + + [id(2), propget] + HRESULT AllowRedirect( [out, retval] VARIANT_BOOL* allow ); + + [id(2), propput] + HRESULT AllowRedirect( [in] VARIANT_BOOL allow ); + + [id(3), propget] + HRESULT AllowInboundEchoRequest( [out, retval] VARIANT_BOOL* allow ); + + [id(3), propput] + HRESULT AllowInboundEchoRequest( [in] VARIANT_BOOL allow ); + + [id(4), propget] + HRESULT AllowOutboundTimeExceeded( [out, retval] VARIANT_BOOL* allow ); + + [id(4), propput] + HRESULT AllowOutboundTimeExceeded( [in] VARIANT_BOOL allow ); + + [id(5), propget] + HRESULT AllowOutboundParameterProblem( [out, retval] VARIANT_BOOL* allow ); + + [id(5), propput] + HRESULT AllowOutboundParameterProblem( [in] VARIANT_BOOL allow ); + + [id(6), propget] + HRESULT AllowOutboundSourceQuench( [out, retval] VARIANT_BOOL* allow ); + + [id(6), propput] + HRESULT AllowOutboundSourceQuench( [in] VARIANT_BOOL allow ); + + [id(7), propget] + HRESULT AllowInboundRouterRequest( [out, retval] VARIANT_BOOL* allow ); + + [id(7), propput] + HRESULT AllowInboundRouterRequest( [in] VARIANT_BOOL allow ); + + [id(8), propget] + HRESULT AllowInboundTimestampRequest( [out, retval] VARIANT_BOOL* allow ); + + [id(8), propput] + HRESULT AllowInboundTimestampRequest( [in] VARIANT_BOOL allow ); + + [id(9), propget] + HRESULT AllowInboundMaskRequest( [out, retval] VARIANT_BOOL* allow ); + + [id(9), propput] + HRESULT AllowInboundMaskRequest( [in] VARIANT_BOOL allow ); + + [id(10), propget] + HRESULT AllowOutboundPacketTooBig( [out, retval] VARIANT_BOOL* allow ); + + [id(10), propput] + HRESULT AllowOutboundPacketTooBig( [in] VARIANT_BOOL allow ); +} + +[ + object, + uuid(E0483BA0-47FF-4D9C-A6D6-7741D0B195F7), + dual +] +interface INetFwOpenPort : IDispatch +{ + [id(1), propget] + HRESULT Name( [out, retval] BSTR* name ); + + [id(1), propput] + HRESULT Name( [in] BSTR name ); + + [id(2), propget] + HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion ); + + [id(2), propput] + HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion ); + + [id(3), propget] + HRESULT Protocol( [out, retval] NET_FW_IP_PROTOCOL* ipProtocol ); + + [id(3), propput] + HRESULT Protocol( [in] NET_FW_IP_PROTOCOL ipProtocol ); + + [id(4), propget] + HRESULT Port( [out, retval] LONG* portNumber ); + + [id(4), propput] + HRESULT Port( [in] LONG portNumber ); + + [id(5), propget] + HRESULT Scope( [out, retval] NET_FW_SCOPE* scope ); + + [id(5), propput] + HRESULT Scope( [in] NET_FW_SCOPE scope ); + + [id(6), propget] + HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs ); + + [id(6), propput] + HRESULT RemoteAddresses( [in] BSTR remoteAddrs ); + + [id(7), propget] + HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled ); + + [id(7), propput] + HRESULT Enabled( [in] VARIANT_BOOL enabled ); + + [id(8), propget] + HRESULT BuiltIn( [out, retval] VARIANT_BOOL* builtIn ); +} + +[ + object, + uuid(C0E9D7FA-E07E-430A-B19A-090CE82D92E2), + dual +] +interface INetFwOpenPorts : IDispatch +{ + [id(1), propget] + HRESULT Count( [out, retval] long* count ); + + [id(2)] + HRESULT Add( [in] INetFwOpenPort* port ); + + [id(3)] + HRESULT Remove( [in] LONG portNumber, [in] NET_FW_IP_PROTOCOL ipProtocol ); + + [id(4)] + HRESULT Item( [in] LONG portNumber, [in] NET_FW_IP_PROTOCOL ipProtocol, + [out, retval] INetFwOpenPort** openPort ); + + [id(DISPID_NEWENUM), propget, restricted] + HRESULT _NewEnum( [out, retval] IUnknown** newEnum ); +} + +[ + object, + uuid(79FD57C8-908E-4A36-9888-D5B3F0A444CF), + dual +] +interface INetFwService : IDispatch +{ + [id(1), propget] + HRESULT Name( [out, retval] BSTR* name ); + + [id(2), propget] + HRESULT Type( [out, retval] NET_FW_SERVICE_TYPE* type ); + + [id(3), propget] + HRESULT Customized( [out, retval] VARIANT_BOOL* customized ); + + [id(4), propget] + HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion ); + + [id(4), propput] + HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion ); + + [id(5), propget] + HRESULT Scope( [out, retval] NET_FW_SCOPE* scope ); + + [id(5), propput] + HRESULT Scope( [in] NET_FW_SCOPE scope ); + + [id(6), propget] + HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs ); + + [id(6), propput] + HRESULT RemoteAddresses( [in] BSTR remoteAddrs ); + + [id(7), propget] + HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled ); + + [id(7), propput] + HRESULT Enabled( [in] VARIANT_BOOL enabled ); + + [id(8), propget] + HRESULT GloballyOpenPorts( [out, retval] INetFwOpenPorts** openPorts ); +} + +[ + object, + uuid(79649BB4-903E-421B-94C9-79848E79F6EE), + dual +] +interface INetFwServices : IDispatch +{ + [id(1), propget] + HRESULT Count( [out, retval] long* count ); + + [id(2)] + HRESULT Item( [in] NET_FW_SERVICE_TYPE svcType, + [out, retval] INetFwService** service ); + + [id(DISPID_NEWENUM), propget, restricted] + HRESULT _NewEnum( [out, retval] IUnknown** newEnum ); +} + +[ + object, + uuid(B5E64FFA-C2C5-444E-A301-FB5E00018050), + dual +] +interface INetFwAuthorizedApplication : IDispatch +{ + [id(1), propget] + HRESULT Name( [out, retval] BSTR* name ); + + [id(1), propput] + HRESULT Name( [in] BSTR name ); + + [id(2), propget] + HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName ); + + [id(2), propput] + HRESULT ProcessImageFileName( [in] BSTR imageFileName ); + + [id(3), propget] + HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion ); + + [id(3), propput] + HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion ); + + [id(4), propget] + HRESULT Scope( [out, retval] NET_FW_SCOPE* scope ); + + [id(4), propput] + HRESULT Scope( [in] NET_FW_SCOPE scope ); + + [id(5), propget] + HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs ); + + [id(5), propput] + HRESULT RemoteAddresses( [in] BSTR remoteAddrs ); + + [id(6), propget] + HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled ); + + [id(6), propput] + HRESULT Enabled( [in] VARIANT_BOOL enabled ); +} + +[ + object, + uuid(D4BECDDF-6F73-4A83-B832-9C66874CD20E), + dual +] +interface INetFwRemoteAdminSettings : IDispatch +{ + [id(1), propget] + HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion ); + + [id(1), propput] + HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion ); + + [id(2), propget] + HRESULT Scope( [out, retval] NET_FW_SCOPE* scope ); + + [id(2), propput] + HRESULT Scope( [in] NET_FW_SCOPE scope ); + + [id(3), propget] + HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs ); + + [id(3), propput] + HRESULT RemoteAddresses( [in] BSTR remoteAddrs ); + + [id(4), propget] + HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled ); + + [id(4), propput] + HRESULT Enabled( [in] VARIANT_BOOL enabled ); +} + + +[ + object, + uuid(644EFD52-CCF9-486C-97A2-39F352570B30), + dual +] +interface INetFwAuthorizedApplications : IDispatch +{ + [id(1), propget] + HRESULT Count( [out, retval] long* count ); + + [id(2)] + HRESULT Add( [in] INetFwAuthorizedApplication* app ); + + [id(3)] + HRESULT Remove( [in] BSTR imageFileName ); + + [id(4)] + HRESULT Item( [in] BSTR imageFileName, + [out, retval] INetFwAuthorizedApplication** app ); + + [id(DISPID_NEWENUM), propget, restricted] + HRESULT _NewEnum( [out, retval] IUnknown** newEnum ); +} + +[ + local, + object, + uuid(af230d27-baba-4e42-aced-f524f22cfce2), + dual +] +interface INetFwRule : IDispatch +{ + [id(1), propget] + HRESULT Name( [out, retval] BSTR *name ); + [id(1), propput] + HRESULT Name( [in] BSTR name ); + + [id(2), propget] + HRESULT Description( [out, retval] BSTR* desc ); + [id(2), propput] + HRESULT Description( [in] BSTR desc ); + + [id(3), propget] + HRESULT ApplicationName( [out, retval] BSTR *imagename ); + [id(3), propput] + HRESULT ApplicationName( [in] BSTR imagename ); + + [id(4), propget] + HRESULT ServiceName( [out, retval] BSTR *service ); + [id(4), propput] + HRESULT ServiceName( [in] BSTR service ); + + [id(5), propget] + HRESULT Protocol( [out, retval] long* protocol ); + [id(5), propput] + HRESULT Protocol( [in] long protocol ); + + [id(6), propget] + HRESULT LocalPorts( [out, retval] BSTR* ports ); + [id(6), propput] + HRESULT LocalPorts( [in] BSTR ports ); + + [id(7), propget] + HRESULT RemotePorts( [out, retval] BSTR *ports ); + [id(7), propput] + HRESULT RemotePorts( [in] BSTR ports ); + + [id(8), propget] + HRESULT LocalAddresses([out, retval] BSTR* address ); + [id(8), propput] + HRESULT LocalAddresses([in] BSTR address); + + [id(9), propget] + HRESULT RemoteAddresses( [out, retval] BSTR* address ); + [id(9), propput] + HRESULT RemoteAddresses( [in] BSTR address ); + + [id(10), propget] + HRESULT IcmpTypesAndCodes( [out, retval] BSTR *codes ); + [id(10), propput] + HRESULT IcmpTypesAndCodes( [in] BSTR codes ); + + [id(11), propget] + HRESULT Direction( [out, retval] NET_FW_RULE_DIRECTION* dir ); + [id(11), propput] + HRESULT Direction( [in] NET_FW_RULE_DIRECTION dir ); + + [id(12), propget] + HRESULT Interfaces( [out, retval] VARIANT* interfaces ); + [id(12), propput] + HRESULT Interfaces( [in] VARIANT interfaces ); + + [id(13), propget] + HRESULT InterfaceTypes( [out, retval] BSTR* types ); + [id(13), propput] + HRESULT InterfaceTypes( [in] BSTR types ); + + [id(14), propget] + HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled ); + [id(14), propput] + HRESULT Enabled( [in] VARIANT_BOOL enabled ); + + [id(15), propget] + HRESULT Grouping( [out, retval] BSTR* context ); + [id(15), propput] + HRESULT Grouping( [in] BSTR context ); + + [id(16), propget] + HRESULT Profiles( [out, retval] long* profiles ); + [id(16), propput] + HRESULT Profiles( [in] long profiles ); + + [id(17), propget] + HRESULT EdgeTraversal( [out, retval] VARIANT_BOOL* enabled ); + [id(17), propput] + HRESULT EdgeTraversal( [in] VARIANT_BOOL enabled ); + + [id(18), propget] + HRESULT Action( [out, retval] NET_FW_ACTION* action ); + [id(18), propput] + HRESULT Action( [in] NET_FW_ACTION action ); +} + +[ + local, + object, + uuid(9c4c6277-5027-441e-afae-ca1f542da009), + dual +] +interface INetFwRules : IDispatch +{ + [id(1), propget] + HRESULT Count( [out, retval] long* count ); + + [id(2)] + HRESULT Add( [in] INetFwRule* rule ); + + [id(3)] + HRESULT Remove( [in] BSTR name ); + + [id(4)] + HRESULT Item( [in] BSTR name, [out, retval] INetFwRule** rule ); + + [id(DISPID_NEWENUM), propget, restricted] + HRESULT _NewEnum( [out, retval] IUnknown** newEnum ); +} + +[ + local, + object, + uuid(8267bbe3-f890-491c-b7b6-2db1ef0e5d2b), + dual +] +interface INetFwServiceRestriction : IDispatch +{ + [id(1)] + HRESULT RestrictService( [in] BSTR serviceName, [in] BSTR appName, + [in] VARIANT_BOOL restrictService, [in] VARIANT_BOOL serviceSidRestricted ); + + [id(2)] + HRESULT ServiceRestricted( [in] BSTR serviceName, [in] BSTR appName, + [out, retval] VARIANT_BOOL* serviceRestricted ); + + [id(3), propget] + HRESULT Rules( [out, retval] INetFwRules** rules ); +} + +[ + object, + uuid(174A0DDA-E9F9-449D-993B-21AB667CA456), + dual +] +interface INetFwProfile : IDispatch +{ + [id(1), propget] + HRESULT Type( [out, retval] NET_FW_PROFILE_TYPE* type ); + + [id(2), propget] + HRESULT FirewallEnabled( [out, retval] VARIANT_BOOL* enabled ); + + [id(2), propput] + HRESULT FirewallEnabled( [in] VARIANT_BOOL enabled ); + + [id(3), propget] + HRESULT ExceptionsNotAllowed( [out, retval] VARIANT_BOOL* notAllowed ); + + [id(3), propput] + HRESULT ExceptionsNotAllowed( [in] VARIANT_BOOL notAllowed ); + + [id(4), propget] + HRESULT NotificationsDisabled( [out, retval] VARIANT_BOOL* disabled ); + + [id(4), propput] + HRESULT NotificationsDisabled( [in] VARIANT_BOOL disabled ); + + [id(5), propget] + HRESULT UnicastResponsesToMulticastBroadcastDisabled( [out, retval] VARIANT_BOOL* disabled ); + + [id(5), propput] + HRESULT UnicastResponsesToMulticastBroadcastDisabled( [in] VARIANT_BOOL disabled ); + + [id(6), propget] + HRESULT RemoteAdminSettings( [out, retval] INetFwRemoteAdminSettings** remoteAdminSettings ); + + [id(7), propget] + HRESULT IcmpSettings( [out, retval] INetFwIcmpSettings** icmpSettings ); + + [id(8), propget] + HRESULT GloballyOpenPorts( [out, retval] INetFwOpenPorts** openPorts ); + + [id(9), propget] + HRESULT Services( [out, retval] INetFwServices** services ); + + [id(10), propget] + HRESULT AuthorizedApplications( [out, retval] INetFwAuthorizedApplications** apps ); +} + +[ + object, + uuid(D46D2478-9AC9-4008-9DC7-5563CE5536CC), + dual +] +interface INetFwPolicy : IDispatch +{ + [id(1), propget] + HRESULT CurrentProfile( [out, retval] INetFwProfile** profile ); + + [id(2)] + HRESULT GetProfileByType( [in] NET_FW_PROFILE_TYPE profileType, + [out, retval] INetFwProfile** profile ); +} + +[ + local, + object, + uuid(98325047-c671-4174-8d81-defcd3f03186), + dual +] +interface INetFwPolicy2 : IDispatch +{ + [id(1), propget] + HRESULT CurrentProfileTypes( [out, retval] long *profile ); + + [id(2), propget] + HRESULT FirewallEnabled( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] VARIANT_BOOL* enabled ); + + [id(2), propput] + HRESULT FirewallEnabled( [in] NET_FW_PROFILE_TYPE2 profileType, [in] VARIANT_BOOL enabled ); + + [id(3), propget] + HRESULT ExcludedInterfaces( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] VARIANT *interfaces ); + + [id(3), propput] + HRESULT ExcludedInterfaces( [in] NET_FW_PROFILE_TYPE2 profileType, [in] VARIANT interfaces ); + + [id(4), propget] + HRESULT BlockAllInboundTraffic( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] VARIANT_BOOL* block ); + + [id(4), propput] + HRESULT BlockAllInboundTraffic( [in] NET_FW_PROFILE_TYPE2 profileType, [in] VARIANT_BOOL block ); + + [id(5), propget] + HRESULT NotificationsDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] VARIANT_BOOL* disabled ); + [id(5), propput] + HRESULT NotificationsDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, [in] VARIANT_BOOL disabled ); + + [id(6), propget] + HRESULT UnicastResponsesToMulticastBroadcastDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, + [out, retval] VARIANT_BOOL* disabled ); + [id(6), propput] + HRESULT UnicastResponsesToMulticastBroadcastDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, + [in] VARIANT_BOOL disabled ); + + [id(7), propget] + HRESULT Rules( [out, retval] INetFwRules** rules ); + + [id(8), propget] + HRESULT ServiceRestriction( [out, retval] INetFwServiceRestriction **ServiceRestriction ); + + [id(9)] + HRESULT EnableRuleGroup( [in] long profileTypesBitmask, [in] BSTR group, [in] VARIANT_BOOL enable ); + + [id(10)] + HRESULT IsRuleGroupEnabled( [in] long profileTypesBitmask, [in] BSTR group, [out, retval] VARIANT_BOOL *enabled ); + + [id(11)] + HRESULT RestoreLocalFirewallDefaults(); + + [id(12), propget] + HRESULT DefaultInboundAction( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] NET_FW_ACTION* action ); + + [id(12), propput] + HRESULT DefaultInboundAction( [in] NET_FW_PROFILE_TYPE2 profileType, [in] NET_FW_ACTION action ); + + [id(13), propget] + HRESULT DefaultOutboundAction( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] NET_FW_ACTION* action ); + + [id(13), propput] + HRESULT DefaultOutboundAction( [in] NET_FW_PROFILE_TYPE2 profileType, [in] NET_FW_ACTION action ); + + [id(14), propget] + HRESULT IsRuleGroupCurrentlyEnabled( [in] BSTR group, [out, retval] VARIANT_BOOL* enabled ); + + [id(15), propget] + HRESULT LocalPolicyModifyState( [out, retval] NET_FW_MODIFY_STATE* modifyState ); +} + +[ + object, + uuid(F7898AF5-CAC4-4632-A2EC-DA06E5111AF2), + dual +] +interface INetFwMgr : IDispatch +{ + [id(1), propget] + HRESULT LocalPolicy( [out, retval] INetFwPolicy** localPolicy ); + + [id(2), propget] + HRESULT CurrentProfileType( [out, retval] NET_FW_PROFILE_TYPE* profileType ); + + [id(3)] + HRESULT RestoreDefaults(); + + [id(4)] + HRESULT IsPortAllowed( [in] BSTR imageFileName, [in] NET_FW_IP_VERSION ipVersion, + [in] LONG portNumber, [in] BSTR localAddress, + [in] NET_FW_IP_PROTOCOL ipProtocol, [out] VARIANT* allowed, + [out] VARIANT* restricted ); + + [id(5)] + HRESULT IsIcmpTypeAllowed( [in] NET_FW_IP_VERSION ipVersion, [in] BSTR localAddress, + [in] BYTE type, [out] VARIANT* allowed, + [out] VARIANT* restricted ); +} + +[ + local, + object, + uuid(71881699-18f4-458b-b892-3ffce5e07f75), + dual +] +interface INetFwProduct : IDispatch +{ + [id(1), propget] + HRESULT RuleCategories([out, retval] VARIANT *ruleCategories); + + [id(1), propput] + HRESULT RuleCategories([in] VARIANT ruleCategories); + + [id(2), propget] + HRESULT DisplayName([out, retval] BSTR *displayName); + + [id(2), propput] + HRESULT DisplayName([in] BSTR displayName); + + [id(3), propget] + HRESULT PathToSignedProductExe([out, retval] BSTR *path); +} + +[ + local, + object, + uuid(39eb36e0-2097-40bd-8af2-63a13b525362), + dual +] +interface INetFwProducts : IDispatch +{ + [id(1), propget] + HRESULT Count([out, retval] LONG *count); + + [id(2)] + HRESULT Register([in] INetFwProduct *product, [out, retval] IUnknown **registration); + + [id(3)] + HRESULT Item([in] LONG index, [out, retval] INetFwProduct **product); + + [id(DISPID_NEWENUM), propget, restricted] + HRESULT _NewEnum([out, retval] IUnknown **newEnum); +} + +[ + uuid(DB4F3345-3EF8-45ED-B976-25A6D3B81B71), + version(1.0) +] +library NetFwPublicTypeLib +{ + importlib("stdole2.tlb"); + interface INetFwRemoteAdminSettings; + interface INetFwIcmpSettings; + interface INetFwOpenPort; + interface INetFwOpenPorts; + interface INetFwService; + interface INetFwServices; + interface INetFwAuthorizedApplication; + interface INetFwAuthorizedApplications; + interface INetFwProfile; + interface INetFwPolicy; + interface INetFwPolicy2; + interface INetFwMgr; + + [ + uuid(0CA545C6-37AD-4A6C-BF92-9F7610067EF5) + ] + coclass NetFwOpenPort + { + [default] interface INetFwOpenPort; + } + + [ + uuid(EC9846B3-2762-4A6B-A214-6ACB603462D2) + ] + coclass NetFwAuthorizedApplication + { + [default] interface INetFwAuthorizedApplication; + } + + [ + uuid(304CE942-6E39-40D8-943A-B913C40C9CD4) + ] + coclass NetFwMgr + { + [default] interface INetFwMgr; + } + + [ + uuid(e2b3c97f-6ae1-41ac-817a-f6f92166d7dd) + ] + coclass NetFwPolicy2 + { + [default] interface INetFwPolicy2; + } + + [ + uuid(2c5bc43e-3369-4c33-ab0c-be9469677af4) + ] + coclass NetFwRule + { + [default] interface INetFwRule; + } + + [ + uuid(9d745ed8-c514-4d1d-bf42-751fed2d5ac7) + ] + coclass NetFwProduct + { + [default] interface INetFwProduct; + } + + [ + uuid(cc19079b-8272-4d73-bb70-cdb533527b61) + ] + coclass NetFwProducts + { + [default] interface INetFwProducts; + } +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/nldef.h mingw-w64-6.0.0/mingw-w64-headers/include/nldef.h --- mingw-w64-5.0.4/mingw-w64-headers/include/nldef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/nldef.h 2018-09-14 14:16:43.000000000 +0000 @@ -7,7 +7,7 @@ #define _NLDEF_ #include -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 typedef enum { NldsInvalid, diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/ntsecapi.h mingw-w64-6.0.0/mingw-w64-headers/include/ntsecapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/ntsecapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/ntsecapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -1328,10 +1328,6 @@ #if (_WIN32_WINNT >= 0x0600) -#define POLICY_AUDIT_EVENT_UNCHANGED 0x00000000 -#define POLICY_AUDIT_EVENT_SUCCESS 0x00000001 -#define POLICY_AUDIT_EVENT_FAILURE 0x00000002 -#define POLICY_AUDIT_EVENT_NONE 0x00000004 #define PER_USER_POLICY_UNCHANGED 0x00 #define PER_USER_AUDIT_SUCCESS_INCLUDE 0x01 #define PER_USER_AUDIT_SUCCESS_EXCLUDE 0x02 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/ntstatus.h mingw-w64-6.0.0/mingw-w64-headers/include/ntstatus.h --- mingw-w64-5.0.4/mingw-w64-headers/include/ntstatus.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/ntstatus.h 2018-09-14 14:16:43.000000000 +0000 @@ -161,6 +161,7 @@ #define DBG_RIPEXCEPTION ((NTSTATUS)0x40010007) #define DBG_CONTROL_BREAK ((NTSTATUS)0x40010008) #define DBG_COMMAND_EXCEPTION ((NTSTATUS)0x40010009) +#define DBG_PRINTEXCEPTION_WIDE_C ((NTSTATUS)0x4001000A) #define RPC_NT_UUID_LOCAL_ONLY ((NTSTATUS)0x40020056) #define RPC_NT_SEND_INCOMPLETE ((NTSTATUS)0x400200AF) #define STATUS_CTX_CDM_CONNECT ((NTSTATUS)0x400A0004) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/objectarray.h mingw-w64-6.0.0/mingw-w64-headers/include/objectarray.h --- mingw-w64-5.0.4/mingw-w64-headers/include/objectarray.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/objectarray.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/objectarray.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/objectarray.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __IObjectArray_FWD_DEFINED__ #define __IObjectArray_FWD_DEFINED__ typedef interface IObjectArray IObjectArray; +#ifdef __cplusplus +interface IObjectArray; +#endif /* __cplusplus */ #endif #ifndef __IObjectCollection_FWD_DEFINED__ #define __IObjectCollection_FWD_DEFINED__ typedef interface IObjectCollection IObjectCollection; +#ifdef __cplusplus +interface IObjectCollection; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -65,29 +71,30 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IObjectArray* This, + IObjectArray *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IObjectArray* This); + IObjectArray *This); ULONG (STDMETHODCALLTYPE *Release)( - IObjectArray* This); + IObjectArray *This); /*** IObjectArray methods ***/ HRESULT (STDMETHODCALLTYPE *GetCount)( - IObjectArray* This, + IObjectArray *This, UINT *pcObjects); HRESULT (STDMETHODCALLTYPE *GetAt)( - IObjectArray* This, + IObjectArray *This, UINT uiIndex, REFIID riid, void **ppv); END_INTERFACE } IObjectArrayVtbl; + interface IObjectArray { CONST_VTBL IObjectArrayVtbl* lpVtbl; }; @@ -124,24 +131,6 @@ #endif -HRESULT STDMETHODCALLTYPE IObjectArray_GetCount_Proxy( - IObjectArray* This, - UINT *pcObjects); -void __RPC_STUB IObjectArray_GetCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IObjectArray_GetAt_Proxy( - IObjectArray* This, - UINT uiIndex, - REFIID riid, - void **ppv); -void __RPC_STUB IObjectArray_GetAt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IObjectArray_INTERFACE_DEFINED__ */ @@ -178,45 +167,46 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IObjectCollection* This, + IObjectCollection *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IObjectCollection* This); + IObjectCollection *This); ULONG (STDMETHODCALLTYPE *Release)( - IObjectCollection* This); + IObjectCollection *This); /*** IObjectArray methods ***/ HRESULT (STDMETHODCALLTYPE *GetCount)( - IObjectCollection* This, + IObjectCollection *This, UINT *pcObjects); HRESULT (STDMETHODCALLTYPE *GetAt)( - IObjectCollection* This, + IObjectCollection *This, UINT uiIndex, REFIID riid, void **ppv); /*** IObjectCollection methods ***/ HRESULT (STDMETHODCALLTYPE *AddObject)( - IObjectCollection* This, + IObjectCollection *This, IUnknown *punk); HRESULT (STDMETHODCALLTYPE *AddFromArray)( - IObjectCollection* This, + IObjectCollection *This, IObjectArray *poaSource); HRESULT (STDMETHODCALLTYPE *RemoveObjectAt)( - IObjectCollection* This, + IObjectCollection *This, UINT uiIndex); HRESULT (STDMETHODCALLTYPE *Clear)( - IObjectCollection* This); + IObjectCollection *This); END_INTERFACE } IObjectCollectionVtbl; + interface IObjectCollection { CONST_VTBL IObjectCollectionVtbl* lpVtbl; }; @@ -271,37 +261,6 @@ #endif -HRESULT STDMETHODCALLTYPE IObjectCollection_AddObject_Proxy( - IObjectCollection* This, - IUnknown *punk); -void __RPC_STUB IObjectCollection_AddObject_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IObjectCollection_AddFromArray_Proxy( - IObjectCollection* This, - IObjectArray *poaSource); -void __RPC_STUB IObjectCollection_AddFromArray_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IObjectCollection_RemoveObjectAt_Proxy( - IObjectCollection* This, - UINT uiIndex); -void __RPC_STUB IObjectCollection_RemoveObjectAt_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IObjectCollection_Clear_Proxy( - IObjectCollection* This); -void __RPC_STUB IObjectCollection_Clear_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IObjectCollection_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/objidlbase.h mingw-w64-6.0.0/mingw-w64-headers/include/objidlbase.h --- mingw-w64-5.0.4/mingw-w64-headers/include/objidlbase.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/objidlbase.h 2018-09-14 14:16:43.000000000 +0000 @@ -32,6 +32,11 @@ typedef interface IAgileObject IAgileObject; #endif +#ifndef __IAgileReference_FWD_DEFINED__ +#define __IAgileReference_FWD_DEFINED__ +typedef interface IAgileReference IAgileReference; +#endif + #ifndef __IMarshal2_FWD_DEFINED__ #define __IMarshal2_FWD_DEFINED__ typedef interface IMarshal2 IMarshal2; @@ -708,6 +713,93 @@ #endif /* __IAgileObject_INTERFACE_DEFINED__ */ +/***************************************************************************** + * IAgileReference interface + */ +#ifndef __IAgileReference_INTERFACE_DEFINED__ +#define __IAgileReference_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAgileReference, 0xc03f6a43, 0x65a4, 0x9818, 0x98,0x7e, 0xe0,0xb8,0x10,0xd2,0xa6,0xf2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("c03f6a43-65a4-9818-987e-e0b810d2a6f2") +IAgileReference : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Resolve( + REFIID riid, + void **ppv) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAgileReference, 0xc03f6a43, 0x65a4, 0x9818, 0x98,0x7e, 0xe0,0xb8,0x10,0xd2,0xa6,0xf2) +#endif +#else +typedef struct IAgileReferenceVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAgileReference* This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAgileReference* This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAgileReference* This); + + /*** IAgileReference methods ***/ + HRESULT (STDMETHODCALLTYPE *Resolve)( + IAgileReference* This, + REFIID riid, + void **ppv); + + END_INTERFACE +} IAgileReferenceVtbl; +interface IAgileReference { + CONST_VTBL IAgileReferenceVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAgileReference_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAgileReference_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAgileReference_Release(This) (This)->lpVtbl->Release(This) +/*** IAgileReference methods ***/ +#define IAgileReference_Resolve(This,riid,ppv) (This)->lpVtbl->Resolve(This,riid,ppv) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAgileReference_QueryInterface(IAgileReference* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAgileReference_AddRef(IAgileReference* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAgileReference_Release(IAgileReference* This) { + return This->lpVtbl->Release(This); +} +/*** IAgileReference methods ***/ +static FORCEINLINE HRESULT IAgileReference_Resolve(IAgileReference* This,REFIID riid,void **ppv) { + return This->lpVtbl->Resolve(This,riid,ppv); +} +#endif +#endif + +#endif + +HRESULT STDMETHODCALLTYPE IAgileReference_Resolve_Proxy( + IAgileReference* This, + REFIID riid, + void **ppv); +void __RPC_STUB IAgileReference_Resolve_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); + +#endif /* __IAgileReference_INTERFACE_DEFINED__ */ + #endif #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/objidlbase.idl mingw-w64-6.0.0/mingw-w64-headers/include/objidlbase.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/objidlbase.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/objidlbase.idl 2018-09-14 14:16:43.000000000 +0000 @@ -70,6 +70,12 @@ [local, object, uuid (94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90)] interface IAgileObject : IUnknown { } + +[local, object, uuid(c03f6a43-65a4-9818-987e-e0b810d2a6f2), pointer_default(unique)] +interface IAgileReference : IUnknown +{ + HRESULT Resolve([in] REFIID riid, [out, retval, iid_is(riid)] void **ppv); +} cpp_quote("#endif") cpp_quote("") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/optary.h mingw-w64-6.0.0/mingw-w64-headers/include/optary.h --- mingw-w64-5.0.4/mingw-w64-headers/include/optary.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/optary.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/optary.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/optary.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __IOptionArray_FWD_DEFINED__ #define __IOptionArray_FWD_DEFINED__ typedef interface IOptionArray IOptionArray; +#ifdef __cplusplus +interface IOptionArray; +#endif /* __cplusplus */ #endif #ifndef __IHtmlLoadOptions_FWD_DEFINED__ #define __IHtmlLoadOptions_FWD_DEFINED__ typedef interface IHtmlLoadOptions IHtmlLoadOptions; +#ifdef __cplusplus +interface IHtmlLoadOptions; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -68,31 +74,32 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IOptionArray* This, + IOptionArray *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IOptionArray* This); + IOptionArray *This); ULONG (STDMETHODCALLTYPE *Release)( - IOptionArray* This); + IOptionArray *This); /*** IOptionArray methods ***/ HRESULT (STDMETHODCALLTYPE *QueryOption)( - IOptionArray* This, + IOptionArray *This, DWORD dwOption, LPVOID pBuffer, ULONG *pcbBuf); HRESULT (STDMETHODCALLTYPE *SetOption)( - IOptionArray* This, + IOptionArray *This, DWORD dwOption, LPVOID pBuffer, ULONG cbBuf); END_INTERFACE } IOptionArrayVtbl; + interface IOptionArray { CONST_VTBL IOptionArrayVtbl* lpVtbl; }; @@ -129,26 +136,6 @@ #endif -HRESULT STDMETHODCALLTYPE IOptionArray_QueryOption_Proxy( - IOptionArray* This, - DWORD dwOption, - LPVOID pBuffer, - ULONG *pcbBuf); -void __RPC_STUB IOptionArray_QueryOption_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IOptionArray_SetOption_Proxy( - IOptionArray* This, - DWORD dwOption, - LPVOID pBuffer, - ULONG cbBuf); -void __RPC_STUB IOptionArray_SetOption_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IOptionArray_INTERFACE_DEFINED__ */ @@ -179,31 +166,32 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IHtmlLoadOptions* This, + IHtmlLoadOptions *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IHtmlLoadOptions* This); + IHtmlLoadOptions *This); ULONG (STDMETHODCALLTYPE *Release)( - IHtmlLoadOptions* This); + IHtmlLoadOptions *This); /*** IOptionArray methods ***/ HRESULT (STDMETHODCALLTYPE *QueryOption)( - IHtmlLoadOptions* This, + IHtmlLoadOptions *This, DWORD dwOption, LPVOID pBuffer, ULONG *pcbBuf); HRESULT (STDMETHODCALLTYPE *SetOption)( - IHtmlLoadOptions* This, + IHtmlLoadOptions *This, DWORD dwOption, LPVOID pBuffer, ULONG cbBuf); END_INTERFACE } IHtmlLoadOptionsVtbl; + interface IHtmlLoadOptions { CONST_VTBL IHtmlLoadOptionsVtbl* lpVtbl; }; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/processthreadsapi.h mingw-w64-6.0.0/mingw-w64-headers/include/processthreadsapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/processthreadsapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/processthreadsapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -14,13 +14,17 @@ extern "C" { #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #ifndef FLS_OUT_OF_INDEXES #define FLS_OUT_OF_INDEXES ((DWORD)0xffffffff) #endif #define TLS_OUT_OF_INDEXES ((DWORD)0xffffffff) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) +WINBASEAPI WINBOOL WINAPI TerminateProcess (HANDLE hProcess, UINT uExitCode); +#endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + typedef struct _PROCESS_INFORMATION { HANDLE hProcess; HANDLE hThread; @@ -78,7 +82,6 @@ WINBASEAPI DWORD WINAPI QueueUserAPC (PAPCFUNC pfnAPC, HANDLE hThread, ULONG_PTR dwData); WINBASEAPI WINBOOL WINAPI GetProcessTimes (HANDLE hProcess, LPFILETIME lpCreationTime, LPFILETIME lpExitTime, LPFILETIME lpKernelTime, LPFILETIME lpUserTime); WINBASEAPI DECLSPEC_NORETURN VOID WINAPI ExitProcess (UINT uExitCode); - WINBASEAPI WINBOOL WINAPI TerminateProcess (HANDLE hProcess, UINT uExitCode); WINBASEAPI WINBOOL WINAPI GetExitCodeProcess (HANDLE hProcess, LPDWORD lpExitCode); WINBASEAPI WINBOOL WINAPI SwitchToThread (VOID); WINBASEAPI HANDLE WINAPI CreateRemoteThread (HANDLE hProcess, LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId); @@ -164,6 +167,7 @@ WINBASEAPI WINBOOL WINAPI GetExitCodeThread (HANDLE hThread, LPDWORD lpExitCode); #if _WIN32_WINNT >= 0x0A00 WINBASEAPI DWORD WINAPI QueueUserAPC (PAPCFUNC pfnAPC, HANDLE hThread, ULONG_PTR dwData); + WINBASEAPI WINBOOL WINAPI SwitchToThread (VOID); #endif WINBASEAPI DWORD WINAPI SuspendThread (HANDLE hThread); WINBASEAPI DWORD WINAPI ResumeThread (HANDLE hThread); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/propvarutil.h mingw-w64-6.0.0/mingw-w64-headers/include/propvarutil.h --- mingw-w64-5.0.4/mingw-w64-headers/include/propvarutil.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/propvarutil.h 2018-09-14 14:16:43.000000000 +0000 @@ -22,6 +22,11 @@ #include #include +#if !defined (_NTDEF_) && !defined (_NTSTATUS_PSDK) +#define _NTSTATUS_PSDK +typedef LONG NTSTATUS, *PNTSTATUS; +#endif + enum tagPROPVAR_CHANGE_FLAGS { PVCHF_DEFAULT = 0x00000000, @@ -77,6 +82,8 @@ HRESULT WINAPI PropVariantToUInt32(REFPROPVARIANT propvarIn, ULONG *ret); HRESULT WINAPI PropVariantToUInt64(REFPROPVARIANT propvarIn, ULONGLONG *ret); +HRESULT WINAPI PropVariantToStringAlloc(REFPROPVARIANT propvarIn, WCHAR **ret); + #ifdef __cplusplus HRESULT InitPropVariantFromBoolean(WINBOOL fVal, PROPVARIANT *ppropvar); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/psapi.h mingw-w64-6.0.0/mingw-w64-headers/include/psapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/psapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/psapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -12,6 +12,44 @@ extern "C" { #endif +#ifndef PSAPI_VERSION +#if NTDDI_VERSION >= NTDDI_WIN7 +#define PSAPI_VERSION 2 +#else +#define PSAPI_VERSION 1 +#endif +#endif + +#if PSAPI_VERSION > 1 +#define EnumProcesses K32EnumProcesses +#define EnumProcessModules K32EnumProcessModules +#define EnumProcessModulesEx K32EnumProcessModulesEx +#define GetModuleBaseNameA K32GetModuleBaseNameA +#define GetModuleBaseNameW K32GetModuleBaseNameW +#define GetModuleFileNameExA K32GetModuleFileNameExA +#define GetModuleFileNameExW K32GetModuleFileNameExW +#define GetModuleInformation K32GetModuleInformation +#define EmptyWorkingSet K32EmptyWorkingSet +#define QueryWorkingSet K32QueryWorkingSet +#define QueryWorkingSetEx K32QueryWorkingSetEx +#define InitializeProcessForWsWatch K32InitializeProcessForWsWatch +#define GetWsChanges K32GetWsChanges +#define GetWsChangesEx K32GetWsChangesEx +#define GetMappedFileNameW K32GetMappedFileNameW +#define GetMappedFileNameA K32GetMappedFileNameA +#define EnumDeviceDrivers K32EnumDeviceDrivers +#define GetDeviceDriverBaseNameA K32GetDeviceDriverBaseNameA +#define GetDeviceDriverBaseNameW K32GetDeviceDriverBaseNameW +#define GetDeviceDriverFileNameA K32GetDeviceDriverFileNameA +#define GetDeviceDriverFileNameW K32GetDeviceDriverFileNameW +#define GetProcessMemoryInfo K32GetProcessMemoryInfo +#define GetPerformanceInfo K32GetPerformanceInfo +#define EnumPageFilesW K32EnumPageFilesW +#define EnumPageFilesA K32EnumPageFilesA +#define GetProcessImageFileNameA K32GetProcessImageFileNameA +#define GetProcessImageFileNameW K32GetProcessImageFileNameW +#endif + #define GetModuleBaseName __MINGW_NAME_AW(GetModuleBaseName) #define GetModuleFileNameEx __MINGW_NAME_AW(GetModuleFileNameEx) #define GetMappedFileName __MINGW_NAME_AW(GetMappedFileName) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/psdk_inc/intrin-impl.h mingw-w64-6.0.0/mingw-w64-headers/include/psdk_inc/intrin-impl.h --- mingw-w64-5.0.4/mingw-w64-headers/include/psdk_inc/intrin-impl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/psdk_inc/intrin-impl.h 2018-09-14 14:16:43.000000000 +0000 @@ -61,6 +61,12 @@ #ifdef __MINGW_INTRIN_INLINE +/* Clang has support for MSVC builtins, GCC doesn't */ +#pragma push_macro("__has_builtin") +#ifndef __has_builtin + #define __has_builtin(x) 0 +#endif + /* These macros are used by the routines below. While this file may be included multiple times, these macros only need to be defined once. */ #ifndef _INTRIN_MAC_ @@ -80,12 +86,6 @@ #define __FLAGCLOBBER2 #endif -/* Clang has support for MSVC builtins, GCC doesn't */ -#pragma push_macro("__has_builtin") -#ifndef __has_builtin - #define __has_builtin(x) 0 -#endif - /* This macro is used by __stosb, __stosw, __stosd, __stosq */ /* Parameters: (FunctionName, DataType, Operator) @@ -119,13 +119,12 @@ _interlockedbittestandset, _interlockedbittestandreset, _interlockedbittestandcomplement _interlockedbittestandset64, _interlockedbittestandreset64, _interlockedbittestandcomplement64 */ -/* Parameters: (FunctionName, DataType, AsmCode, OffsetConstraint, Volatile) +/* Parameters: (FunctionName, DataType, AsmCode, OffsetConstraint) FunctionName: Any valid function name DataType: __LONG32 or __int64 - OffsetConstraint: either "I" for 32bit data types or "J" for 64. - Volatile: either volatile or blank. */ + OffsetConstraint: either "I" for 32bit data types or "J" for 64. */ #if defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) -#define __buildbittesti(x, y, z, a, b) unsigned char x(y *Base, b Offset) \ +#define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ { \ unsigned char old; \ __asm__ __volatile__ (z \ @@ -135,22 +134,58 @@ return old; \ } #elif defined(__arm__) || defined(_ARM_) -#define __buildbittesti(x, y, z, a, b) unsigned char x(b y *Base, y Offset) \ +#define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ { \ - unsigned char old, tmp1, tmp2; \ - Offset = 1 << Offset; \ + unsigned int old, tmp1, tmp2; \ + unsigned int bit = 1 << Offset; \ __asm__ __volatile__ ("dmb sy\n\t" \ "1: ldrex %[old], %[Base]\n\t" \ "mov %[tmp1], %[old]\n\t" \ - z " %[tmp1], %[tmp1], %[Offset]\n\t" \ + z " %[tmp1], %[tmp1], %[bit]\n\t" \ "strex %[tmp2], %[tmp1], %[Base]\n\t" \ "cmp %[tmp2], #0\n\t" \ "bne 1b\n\t" \ "dmb sy" \ - : [old] "=r" (old), [tmp1] "=r" (tmp1), [tmp2] "=r" (tmp2), [Base] "+m" (*Base) \ - : [Offset] a "r" (Offset) \ + : [old] "=&r" (old), [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [Base] "+m" (*Base) \ + : [bit] a "r" (bit) \ : "memory", "cc"); \ - return old; \ + return (old >> Offset) & 1; \ +} +#elif defined(__aarch64__) || defined(_ARM64_) +#define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ +{ \ + unsigned int old, tmp1, tmp2; \ + unsigned int bit = 1 << Offset; \ + __asm__ __volatile__ ("dmb sy\n\t" \ + "1: ldxr %w[old], %[Base]\n\t" \ + "mov %w[tmp1], %w[old]\n\t" \ + z " %w[tmp1], %w[tmp1], %w[bit]\n\t" \ + "stxr %w[tmp2], %w[tmp1], %[Base]\n\t" \ + "cmp %w[tmp2], #0\n\t" \ + "b.ne 1b\n\t" \ + "dmb sy" \ + : [old] "=&r" (old), [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [Base] "+m" (*Base) \ + : [bit] a "r" (bit) \ + : "memory", "cc"); \ + return (old >> Offset) & 1; \ +} +#define __buildbittesti64(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ +{ \ + unsigned __int64 old, tmp1; \ + unsigned int tmp2; \ + unsigned __int64 bit = 1ULL << Offset; \ + __asm__ __volatile__ ("dmb sy\n\t" \ + "1: ldxr %[old], %[Base]\n\t" \ + "mov %[tmp1], %[old]\n\t" \ + z " %[tmp1], %[tmp1], %[bit]\n\t" \ + "stxr %w[tmp2], %[tmp1], %[Base]\n\t" \ + "cmp %w[tmp2], #0\n\t" \ + "b.ne 1b\n\t" \ + "dmb sy" \ + : [old] "=&r" (old), [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [Base] "+m" (*Base) \ + : [bit] a "r" (bit) \ + : "memory", "cc"); \ + return (old >> Offset) & 1; \ } #endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) */ @@ -550,21 +585,25 @@ #if __INTRINSIC_PROLOG(_lrotl) unsigned long _lrotl(unsigned long __X, int __C); +#if !__has_builtin(_lrotl) __INTRINSICS_USEINLINE unsigned long _lrotl(unsigned long __X, int __C) { return (__X << __C) | (__X >> ((sizeof(long) * 8) - __C)); } +#endif #define __INTRINSIC_DEFINED__lrotl #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_lrotr) unsigned long _lrotr(unsigned long __X, int __C); +#if !__has_builtin(_lrotr) __INTRINSICS_USEINLINE unsigned long _lrotr(unsigned long __X, int __C) { return (__X >> __C) | (__X << ((sizeof(long) * 8) - __C)); } +#endif #define __INTRINSIC_DEFINED__lrotr #endif /* __INTRINSIC_PROLOG */ @@ -572,291 +611,370 @@ #if __INTRINSIC_PROLOG(__faststorefence) void __faststorefence(void); +#if !__has_builtin(__faststorefence) __INTRINSICS_USEINLINE void __faststorefence(void) { /* Turns out this is actually faster than MS's "trick" on newer cpus. Note that this builtin performs an implicit ReadWriteBarrier. */ __builtin_ia32_sfence(); } +#endif #define __INTRINSIC_DEFINED___faststorefence #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__stosq) __MINGW_EXTENSION void __stosq(unsigned __int64 *, unsigned __int64, size_t); +#if !__has_builtin(__stosq) __INTRINSICS_USEINLINE __buildstos(__stosq, unsigned __int64, "q|q") +#endif #define __INTRINSIC_DEFINED___stosq #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandset64) -__MINGW_EXTENSION unsigned char _interlockedbittestandset64(__int64 *a, __int64 b); +__MINGW_EXTENSION unsigned char _interlockedbittestandset64(__int64 volatile *a, __int64 b); +#if !__has_builtin(_interlockedbittestandset64) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandset64, __int64, "lock bts{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(_interlockedbittestandset64, __int64, "lock bts{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandset64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandreset64) -__MINGW_EXTENSION unsigned char _interlockedbittestandreset64(__int64 *a, __int64 b); +__MINGW_EXTENSION unsigned char _interlockedbittestandreset64(__int64 volatile *a, __int64 b); +#if !__has_builtin(_interlockedbittestandreset64) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandreset64, __int64, "lock btr{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(_interlockedbittestandreset64, __int64, "lock btr{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandreset64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) -__MINGW_EXTENSION unsigned char _interlockedbittestandcomplement64(__int64 *a, __int64 b); +__MINGW_EXTENSION unsigned char _interlockedbittestandcomplement64(__int64 volatile *a, __int64 b); +#if !__has_builtin(_interlockedbittestandcomplement64) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandcomplement64, __int64, "lock btc{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(_interlockedbittestandcomplement64, __int64, "lock btc{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandcomplement64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) __MINGW_EXTENSION unsigned char InterlockedBitTestAndSet64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndSet64) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndSet64, volatile __int64, "lock bts{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(InterlockedBitTestAndSet64, __int64, "lock bts{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndSet64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) __MINGW_EXTENSION unsigned char InterlockedBitTestAndReset64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndReset64) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndReset64, volatile __int64, "lock btr{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(InterlockedBitTestAndReset64, __int64, "lock btr{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndReset64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) __MINGW_EXTENSION unsigned char InterlockedBitTestAndComplement64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndComplement64) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndComplement64, volatile __int64, "lock btc{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J", __int64) +__buildbittesti(InterlockedBitTestAndComplement64, __int64, "lock btc{q %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "J") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndComplement64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedAnd64) __MINGW_EXTENSION __int64 _InterlockedAnd64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedAnd64) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedAnd64, __int64, and) +#endif #define __INTRINSIC_DEFINED__InterlockedAnd64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedOr64) __MINGW_EXTENSION __int64 _InterlockedOr64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedOr64) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedOr64, __int64, or) +#endif #define __INTRINSIC_DEFINED__InterlockedOr64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedXor64) __MINGW_EXTENSION __int64 _InterlockedXor64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedXor64) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedXor64, __int64, xor) +#endif #define __INTRINSIC_DEFINED__InterlockedXor64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedIncrement64) __MINGW_EXTENSION __int64 _InterlockedIncrement64(__int64 volatile *Addend); +#if !__has_builtin(_InterlockedIncrement64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedIncrement64(__int64 volatile *Addend) { return __sync_add_and_fetch(Addend, 1); } +#endif #define __INTRINSIC_DEFINED__InterlockedIncrement64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedDecrement64) __MINGW_EXTENSION __int64 _InterlockedDecrement64(__int64 volatile *Addend); +#if !__has_builtin(_InterlockedDecrement64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedDecrement64(__int64 volatile *Addend) { return __sync_sub_and_fetch(Addend, 1); } +#endif #define __INTRINSIC_DEFINED__InterlockedDecrement64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedExchange64) __MINGW_EXTENSION __int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value); +#if !__has_builtin(_InterlockedExchange64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value) { return __sync_lock_test_and_set(Target, Value); } +#endif #define __INTRINSIC_DEFINED__InterlockedExchange64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) __MINGW_EXTENSION __int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value); +#if !__has_builtin(_InterlockedExchangeAdd64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value) { return __sync_fetch_and_add(Addend, Value); } +#endif #define __INTRINSIC_DEFINED__InterlockedExchangeAdd64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readgsbyte) unsigned char __readgsbyte(unsigned __LONG32 Offset); +#if !__has_builtin(__readgsbyte) __INTRINSICS_USEINLINE __buildreadseg(__readgsbyte, unsigned char, "gs", "b") +#endif #define __INTRINSIC_DEFINED___readgsbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readgsword) unsigned short __readgsword(unsigned __LONG32 Offset); +#if !__has_builtin(__readgsword) __INTRINSICS_USEINLINE __buildreadseg(__readgsword, unsigned short, "gs", "w") +#endif #define __INTRINSIC_DEFINED___readgsword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readgsdword) unsigned __LONG32 __readgsdword(unsigned __LONG32 Offset); +#if !__has_builtin(__readgsdword) __INTRINSICS_USEINLINE __buildreadseg(__readgsdword, unsigned __LONG32, "gs", "l") +#endif #define __INTRINSIC_DEFINED___readgsdword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readgsqword) __MINGW_EXTENSION unsigned __int64 __readgsqword(unsigned __LONG32 Offset); +#if !__has_builtin(__readgsqword) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildreadseg(__readgsqword, unsigned __int64, "gs", "q") +#endif #define __INTRINSIC_DEFINED___readgsqword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writegsbyte) void __writegsbyte(unsigned __LONG32 Offset,unsigned char Data); +#if !__has_builtin(__writegsbyte) __INTRINSICS_USEINLINE __buildwriteseg(__writegsbyte, unsigned char, "gs", "b") +#endif #define __INTRINSIC_DEFINED___writegsbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writegsword) void __writegsword(unsigned __LONG32 Offset,unsigned short Data); +#if !__has_builtin(__writegsword) __INTRINSICS_USEINLINE __buildwriteseg(__writegsword, unsigned short, "gs", "w") +#endif #define __INTRINSIC_DEFINED___writegsword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writegsdword) void __writegsdword(unsigned __LONG32 Offset,unsigned __LONG32 Data); +#if !__has_builtin(__writegsdword) __INTRINSICS_USEINLINE __buildwriteseg(__writegsdword, unsigned __LONG32, "gs", "l") +#endif #define __INTRINSIC_DEFINED___writegsdword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writegsqword) __MINGW_EXTENSION void __writegsqword(unsigned __LONG32 Offset,unsigned __int64 Data); +#if !__has_builtin(__writegsqword) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildwriteseg(__writegsqword, unsigned __int64, "gs", "q") +#endif #define __INTRINSIC_DEFINED___writegsqword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_BitScanForward64) __MINGW_EXTENSION unsigned char _BitScanForward64(unsigned __LONG32 *Index, unsigned __int64 Mask); +#if !__has_builtin(_BitScanForward64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbitscan(_BitScanForward64, unsigned __int64, "bsf{q %[Mask],%[Index] | %[Index],%[Mask]}") +#endif #define __INTRINSIC_DEFINED__BitScanForward64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_BitScanReverse64) __MINGW_EXTENSION unsigned char _BitScanReverse64(unsigned __LONG32 *Index, unsigned __int64 Mask); +#if !__has_builtin(_BitScanReverse64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbitscan(_BitScanReverse64, unsigned __int64, "bsr{q %[Mask],%[Index] | %[Index],%[Mask]}") +#endif #define __INTRINSIC_DEFINED__BitScanReverse64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittest64) __MINGW_EXTENSION unsigned char _bittest64(__int64 const *a, __int64 b); +#if !__has_builtin(_bittest64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbittest(_bittest64, __int64, "q", "J") +#endif #define __INTRINSIC_DEFINED__bittest64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandset64) __MINGW_EXTENSION unsigned char _bittestandset64(__int64 *a, __int64 b); +#if !__has_builtin(_bittestandset64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbittestand(_bittestandset64, __int64, "bts", "J", "q") +#endif #define __INTRINSIC_DEFINED__bittestandset64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandreset64) __MINGW_EXTENSION unsigned char _bittestandreset64(__int64 *a, __int64 b); +#if !__has_builtin(_bittestandreset64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbittestand(_bittestandreset64, __int64, "btr", "J", "q") +#endif #define __INTRINSIC_DEFINED__bittestandreset64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandcomplement64) __MINGW_EXTENSION unsigned char _bittestandcomplement64(__int64 *a, __int64 b); +#if !__has_builtin(_bittestandcomplement64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildbittestand(_bittestandcomplement64, __int64, "btc", "J", "q") +#endif #define __INTRINSIC_DEFINED__bittestandcomplement64 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr0) __MINGW_EXTENSION unsigned __int64 __readcr0(void); +#if !__has_builtin(__readcr0) __INTRINSICS_USEINLINE __build_readcr(__readcr0, unsigned __int64, "0") +#endif #define __INTRINSIC_DEFINED___readcr0 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr2) __MINGW_EXTENSION unsigned __int64 __readcr2(void); +#if !__has_builtin(__readcr2) __INTRINSICS_USEINLINE __build_readcr(__readcr2, unsigned __int64, "2") +#endif #define __INTRINSIC_DEFINED___readcr2 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr3) __MINGW_EXTENSION unsigned __int64 __readcr3(void); +#if !__has_builtin(__readcr3) __INTRINSICS_USEINLINE __build_readcr(__readcr3, unsigned __int64, "3") +#endif #define __INTRINSIC_DEFINED___readcr3 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr4) __MINGW_EXTENSION unsigned __int64 __readcr4(void); +#if !__has_builtin(__readcr4) __INTRINSICS_USEINLINE __build_readcr(__readcr4, unsigned __int64, "4") +#endif #define __INTRINSIC_DEFINED___readcr4 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr8) __MINGW_EXTENSION unsigned __int64 __readcr8(void); +#if !__has_builtin(__readcr8) __INTRINSICS_USEINLINE __build_readcr(__readcr8, unsigned __int64, "8") +#endif #define __INTRINSIC_DEFINED___readcr8 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr0) __MINGW_EXTENSION void __writecr0(unsigned __int64); +#if !__has_builtin(__writecr0) __INTRINSICS_USEINLINE __build_writecr(__writecr0, unsigned __int64, "0") +#endif #define __INTRINSIC_DEFINED___writecr0 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr3) __MINGW_EXTENSION void __writecr3(unsigned __int64); +#if !__has_builtin(__writecr3) __INTRINSICS_USEINLINE __build_writecr(__writecr3, unsigned __int64, "3") +#endif #define __INTRINSIC_DEFINED___writecr3 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr4) __MINGW_EXTENSION void __writecr4(unsigned __int64); +#if !__has_builtin(__writecr4) __INTRINSICS_USEINLINE __build_writecr(__writecr4, unsigned __int64, "4") +#endif #define __INTRINSIC_DEFINED___writecr4 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr8) __MINGW_EXTENSION void __writecr8(unsigned __int64); +#if !__has_builtin(__writecr8) __INTRINSICS_USEINLINE __build_writecr(__writecr8, unsigned __int64, "8") +#endif #define __INTRINSIC_DEFINED___writecr8 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__movsq) __MINGW_EXTENSION void __movsq(unsigned __int64 *Dest, unsigned __int64 const *Source, size_t Count); +#if !__has_builtin(__movsq) __MINGW_EXTENSION __INTRINSICS_USEINLINE __buildmov(__movsq, unsigned __int64, "q") +#endif #define __INTRINSIC_DEFINED___movsq #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_umul128) unsigned __int64 _umul128(unsigned __int64, unsigned __int64, unsigned __int64 *); +#if !__has_builtin(_umul128) __INTRINSICS_USEINLINE unsigned __int64 _umul128(unsigned __int64 a, unsigned __int64 b, unsigned __int64 *hi) { @@ -866,11 +984,13 @@ if (hi) *hi = var.sv[1]; return var.sv[0]; } +#endif #define __INTRINSIC_DEFINED__umul128 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_mul128) __int64 _mul128(__int64, __int64, __int64 *); +#if !__has_builtin(_mul128) __INTRINSICS_USEINLINE __int64 _mul128(__int64 a, __int64 b, __int64 *hi) { @@ -880,11 +1000,13 @@ if (hi) *hi = var.sv[1]; return var.sv[0]; } +#endif #define __INTRINSIC_DEFINED__mul128 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__shiftleft128) unsigned __int64 __shiftleft128(unsigned __int64 LowPart, unsigned __int64 HighPart, unsigned char Shift); +#if !__has_builtin(__shiftleft128) __INTRINSICS_USEINLINE unsigned __int64 __shiftleft128 (unsigned __int64 LowPart, unsigned __int64 HighPart, unsigned char Shift) { @@ -897,11 +1019,13 @@ return ret; } +#endif #define __INTRINSIC_DEFINED___shiftleft128 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__shiftright128) unsigned __int64 __shiftright128 (unsigned __int64 LowPart, unsigned __int64 HighPart, unsigned char Shift); +#if !__has_builtin(__shiftright128) __INTRINSICS_USEINLINE unsigned __int64 __shiftright128 (unsigned __int64 LowPart, unsigned __int64 HighPart, unsigned char Shift) { @@ -914,6 +1038,7 @@ return ret; } +#endif #define __INTRINSIC_DEFINED___shiftright128 #endif /* __INTRINSIC_PROLOG */ @@ -924,98 +1049,430 @@ #if defined(__arm__) || defined(_ARM_) #if __INTRINSIC_PROLOG(_interlockedbittestandset) -unsigned char _interlockedbittestandset(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandset(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandset) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandset, __LONG32, "orr", "M", /* unused param */) +__buildbittesti(_interlockedbittestandset, __LONG32, "orr", /* unused param */) +#endif #define __INTRINSIC_DEFINED__interlockedbittestandset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandreset) -unsigned char _interlockedbittestandreset(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandreset(__LONG32 volatile *a, __LONG32 b); __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandreset, __LONG32, "bic", "M", /* unused param */) +#if !__has_builtin(_interlockedbittestandreset) +__buildbittesti(_interlockedbittestandreset, __LONG32, "bic", /* unused param */) +#endif #define __INTRINSIC_DEFINED__interlockedbittestandreset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) -unsigned char _interlockedbittestandcomplement(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandcomplement(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandcomplement) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandcomplement, __LONG32, "eor", "M", /* unused param */) +__buildbittesti(_interlockedbittestandcomplement, __LONG32, "eor", /* unused param */) +#endif #define __INTRINSIC_DEFINED__interlockedbittestandcomplement #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) unsigned char InterlockedBitTestAndSet(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndSet) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndSet, __LONG32, "orr", "M", volatile) +__buildbittesti(InterlockedBitTestAndSet, __LONG32, "orr", /* unused param */) +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndSet #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) unsigned char InterlockedBitTestAndReset(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndReset) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndReset, __LONG32, "bic", "M", volatile) +__buildbittesti(InterlockedBitTestAndReset, __LONG32, "bic", /* unused param */) +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndReset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndComplement) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndComplement, __LONG32, "eor", "M", volatile) +__buildbittesti(InterlockedBitTestAndComplement, __LONG32, "eor", /* unused param */) +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndComplement #endif /* __INTRINSIC_PROLOG */ +#if __INTRINSIC_PROLOG(_BitScanForward) +__MINGW_EXTENSION unsigned char _BitScanForward(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanForward) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanForward(unsigned __LONG32 *Index, unsigned __LONG32 Mask) +{ + if (Mask == 0) + return 0; + *Index = __builtin_ctz(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanForward +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_BitScanReverse) +__MINGW_EXTENSION unsigned char _BitScanReverse(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanReverse) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanReverse(unsigned __LONG32 *Index, unsigned __LONG32 Mask) +{ + if (Mask == 0) + return 0; + *Index = 31 - __builtin_clz(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanReverse +#endif /* __INTRINSIC_PROLOG */ + #endif /* defined(__arm__) || defined(_ARM_) */ +#if defined(__aarch64__) || defined(_ARM64_) + +#if __INTRINSIC_PROLOG(_interlockedbittestandset) +unsigned char _interlockedbittestandset(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandset) +__INTRINSICS_USEINLINE +__buildbittesti(_interlockedbittestandset, __LONG32, "orr", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandset +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_interlockedbittestandreset) +unsigned char _interlockedbittestandreset(__LONG32 volatile *a, __LONG32 b); +__INTRINSICS_USEINLINE +#if !__has_builtin(_interlockedbittestandreset) +__buildbittesti(_interlockedbittestandreset, __LONG32, "bic", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandreset +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) +unsigned char _interlockedbittestandcomplement(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandcomplement) +__INTRINSICS_USEINLINE +__buildbittesti(_interlockedbittestandcomplement, __LONG32, "eor", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandcomplement +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) +unsigned char InterlockedBitTestAndSet(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndSet) +__INTRINSICS_USEINLINE +__buildbittesti(InterlockedBitTestAndSet, __LONG32, "orr", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndSet +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) +unsigned char InterlockedBitTestAndReset(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndReset) +__INTRINSICS_USEINLINE +__buildbittesti(InterlockedBitTestAndReset, __LONG32, "bic", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndReset +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) +unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndComplement) +__INTRINSICS_USEINLINE +__buildbittesti(InterlockedBitTestAndComplement, __LONG32, "eor", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndComplement +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_interlockedbittestandset64) +unsigned char _interlockedbittestandset64(__int64 volatile *a, __int64 b); +#if !__has_builtin(_interlockedbittestandset64) +__INTRINSICS_USEINLINE +__buildbittesti64(_interlockedbittestandset64, __int64, "orr", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandset64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_interlockedbittestandreset64) +unsigned char _interlockedbittestandreset64(__int64 volatile *a, __int64 b); +__INTRINSICS_USEINLINE +#if !__has_builtin(_interlockedbittestandreset64) +__buildbittesti64(_interlockedbittestandreset64, __int64, "bic", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandreset64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) +unsigned char _interlockedbittestandcomplement64(__int64 volatile *a, __int64 b); +#if !__has_builtin(_interlockedbittestandcomplement64) +__INTRINSICS_USEINLINE +__buildbittesti64(_interlockedbittestandcomplement64, __int64, "eor", /* unused param */) +#endif +#define __INTRINSIC_DEFINED__interlockedbittestandcomplement64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) +unsigned char InterlockedBitTestAndSet64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndSet64) +__INTRINSICS_USEINLINE +__buildbittesti64(InterlockedBitTestAndSet64, __int64, "orr", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndSet64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) +unsigned char InterlockedBitTestAndReset64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndReset64) +__INTRINSICS_USEINLINE +__buildbittesti64(InterlockedBitTestAndReset64, __int64, "bic", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndReset64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) +unsigned char InterlockedBitTestAndComplement64(volatile __int64 *a, __int64 b); +#if !__has_builtin(InterlockedBitTestAndComplement64) +__INTRINSICS_USEINLINE +__buildbittesti64(InterlockedBitTestAndComplement64, __int64, "eor", /* unused param */) +#endif +#define __INTRINSIC_DEFINED_InterlockedBitTestAndComplement64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedAnd64) +__MINGW_EXTENSION __int64 _InterlockedAnd64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedAnd64) +__INTRINSICS_USEINLINE +__buildlogicali(_InterlockedAnd64, __int64, and) +#endif +#define __INTRINSIC_DEFINED__InterlockedAnd64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedOr64) +__MINGW_EXTENSION __int64 _InterlockedOr64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedOr64) +__INTRINSICS_USEINLINE +__buildlogicali(_InterlockedOr64, __int64, or) +#endif +#define __INTRINSIC_DEFINED__InterlockedOr64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedXor64) +__MINGW_EXTENSION __int64 _InterlockedXor64(__int64 volatile *, __int64); +#if !__has_builtin(_InterlockedXor64) +__INTRINSICS_USEINLINE +__buildlogicali(_InterlockedXor64, __int64, xor) +#endif +#define __INTRINSIC_DEFINED__InterlockedXor64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedIncrement64) +__MINGW_EXTENSION __int64 _InterlockedIncrement64(__int64 volatile *Addend); +#if !__has_builtin(_InterlockedIncrement64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +__int64 _InterlockedIncrement64(__int64 volatile *Addend) { + return __sync_add_and_fetch(Addend, 1); +} +#endif +#define __INTRINSIC_DEFINED__InterlockedIncrement64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedDecrement64) +__MINGW_EXTENSION __int64 _InterlockedDecrement64(__int64 volatile *Addend); +#if !__has_builtin(_InterlockedDecrement64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +__int64 _InterlockedDecrement64(__int64 volatile *Addend) { + return __sync_sub_and_fetch(Addend, 1); +} +#endif +#define __INTRINSIC_DEFINED__InterlockedDecrement64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedExchange64) +__MINGW_EXTENSION __int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value); +#if !__has_builtin(_InterlockedExchange64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +__int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value) { + return __sync_lock_test_and_set(Target, Value); +} +#endif +#define __INTRINSIC_DEFINED__InterlockedExchange64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) +__MINGW_EXTENSION __int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value); +#if !__has_builtin(_InterlockedExchangeAdd64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +__int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value) { + return __sync_fetch_and_add(Addend, Value); +} +#endif +#define __INTRINSIC_DEFINED__InterlockedExchangeAdd64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_BitScanForward) +__MINGW_EXTENSION unsigned char _BitScanForward(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanForward) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanForward(unsigned __LONG32 *Index, unsigned __LONG32 Mask) +{ + if (Mask == 0) + return 0; + *Index = __builtin_ctz(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanForward +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_BitScanReverse) +__MINGW_EXTENSION unsigned char _BitScanReverse(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanReverse) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanReverse(unsigned __LONG32 *Index, unsigned __LONG32 Mask) +{ + if (Mask == 0) + return 0; + *Index = 31 - __builtin_clz(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanReverse +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_BitScanForward64) +__MINGW_EXTENSION unsigned char _BitScanForward64(unsigned __LONG32 *Index, unsigned __int64 Mask); +#if !__has_builtin(_BitScanForward64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanForward64(unsigned __LONG32 *Index, unsigned __int64 Mask) +{ + if (Mask == 0) + return 0; + *Index = __builtin_ctzll(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanForward64 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(_BitScanReverse64) +__MINGW_EXTENSION unsigned char _BitScanReverse64(unsigned __LONG32 *Index, unsigned __int64 Mask); +#if !__has_builtin(_BitScanReverse64) +__MINGW_EXTENSION __INTRINSICS_USEINLINE +unsigned char _BitScanReverse64(unsigned __LONG32 *Index, unsigned __int64 Mask) +{ + if (Mask == 0) + return 0; + *Index = 63 - __builtin_clzll(Mask); + return 1; +} +#endif +#define __INTRINSIC_DEFINED__BitScanReverse64 +#endif /* __INTRINSIC_PROLOG */ + +#endif /* defined(__aarch64__) || define(_ARM64_) */ /* ***************************************************** */ -#if defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) || defined(__arm__) || defined(_ARM_) +#if defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) + +#if __INTRINSIC_PROLOG(__popcnt16) +unsigned short __popcnt16(unsigned short); +#if !__has_builtin(__popcnt16) +__INTRINSICS_USEINLINE +unsigned short __popcnt16(unsigned short value) +{ + return __builtin_popcount(value); +} +#endif +#define __INTRINSIC_DEFINED___popcnt16 +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(__popcnt) +unsigned int __popcnt(unsigned int); +#if !__has_builtin(__popcnt) +__INTRINSICS_USEINLINE +unsigned int __popcnt(unsigned int value) +{ + return __builtin_popcount(value); +} +#endif +#define __INTRINSIC_DEFINED___popcnt +#endif /* __INTRINSIC_PROLOG */ + +#if __INTRINSIC_PROLOG(__popcnt64) +unsigned __int64 __popcnt64(unsigned __int64); +#if !__has_builtin(__popcnt64) +__INTRINSICS_USEINLINE +unsigned __int64 __popcnt64(unsigned __int64 value) +{ + return __builtin_popcountll(value); +} +#endif +#define __INTRINSIC_DEFINED___popcnt64 +#endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedAnd) __LONG32 _InterlockedAnd(__LONG32 volatile *, __LONG32); +#if !__has_builtin(_InterlockedAnd) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedAnd, __LONG32, and) +#endif #define __INTRINSIC_DEFINED__InterlockedAnd #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedOr) __LONG32 _InterlockedOr(__LONG32 volatile *, __LONG32); +#if !__has_builtin(_InterlockedOr) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedOr, __LONG32, or) +#endif #define __INTRINSIC_DEFINED__InterlockedOr #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedXor) __LONG32 _InterlockedXor(__LONG32 volatile *, __LONG32); +#if !__has_builtin(_InterlockedXor) __INTRINSICS_USEINLINE __buildlogicali(_InterlockedXor, __LONG32, xor) +#endif #define __INTRINSIC_DEFINED__InterlockedXor #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedIncrement16) short _InterlockedIncrement16(short volatile *Addend); +#if !__has_builtin(_InterlockedIncrement16) __INTRINSICS_USEINLINE short _InterlockedIncrement16(short volatile *Addend) { return __sync_add_and_fetch(Addend, 1); } +#endif #define __INTRINSIC_DEFINED__InterlockedIncrement16 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedDecrement16) short _InterlockedDecrement16(short volatile *Addend); +#if !__has_builtin(_InterlockedDecrement16) __INTRINSICS_USEINLINE short _InterlockedDecrement16(short volatile *Addend) { return __sync_sub_and_fetch(Addend, 1); } +#endif #define __INTRINSIC_DEFINED__InterlockedDecrement16 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedCompareExchange16) short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand); +#if !__has_builtin(_InterlockedCompareExchange16) __INTRINSICS_USEINLINE short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand) { return __sync_val_compare_and_swap(Destination, Comperand, ExChange); } +#endif #define __INTRINSIC_DEFINED__InterlockedCompareExchange16 #endif /* __INTRINSIC_PROLOG */ @@ -1065,19 +1522,23 @@ #if __INTRINSIC_PROLOG(_InterlockedAdd) __LONG32 _InterlockedAdd(__LONG32 volatile *Addend, __LONG32 Value); +#if !__has_builtin(_InterlockedAdd) __INTRINSICS_USEINLINE __LONG32 _InterlockedAdd(__LONG32 volatile *Addend, __LONG32 Value) { return __sync_add_and_fetch(Addend, Value); } +#endif #define __INTRINSIC_DEFINED__InterlockedAdd #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_InterlockedAdd64) __MINGW_EXTENSION __int64 _InterlockedAdd64(__int64 volatile *Addend, __int64 Value); +#if !__has_builtin(_InterlockedAdd64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedAdd64(__int64 volatile *Addend, __int64 Value) { return __sync_add_and_fetch(Addend, Value); } +#endif #define __INTRINSIC_DEFINED__InterlockedAdd64 #endif /* __INTRINSIC_PROLOG */ @@ -1094,10 +1555,12 @@ #if __INTRINSIC_PROLOG(_InterlockedCompareExchange64) __MINGW_EXTENSION __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand); +#if !__has_builtin(_InterlockedCompareExchange64) __MINGW_EXTENSION __INTRINSICS_USEINLINE __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comperand) { return __sync_val_compare_and_swap(Destination, Comperand, ExChange); } +#endif #define __INTRINSIC_DEFINED__InterlockedCompareExchange64 #endif /* __INTRINSIC_PROLOG */ @@ -1123,210 +1586,267 @@ #define __INTRINSIC_DEFINED__InterlockedExchangePointer #endif /* __INTRINSIC_PROLOG */ -#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) || defined(__arm__) || defined(_ARM_) */ +#endif /* defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) || defined(__arm__) || defined(_ARM_) || defined(__aarch64__) || defined(_ARM64_) */ #if defined(__x86_64__) || defined(_AMD64_) || defined(__i386__) || defined(_X86_) #if __INTRINSIC_PROLOG(__int2c) void __int2c(void); +#if !__has_builtin(__int2c) __INTRINSICS_USEINLINE void __int2c(void) { __buildint(0x2c); } +#endif #define __INTRINSIC_DEFINED___int2c #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__stosb) void __stosb(unsigned char *, unsigned char, size_t); +#if !__has_builtin(__stosb) __INTRINSICS_USEINLINE __buildstos(__stosb, unsigned char, "b|b") +#endif #define __INTRINSIC_DEFINED___stosb #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__stosw) void __stosw(unsigned short *, unsigned short, size_t); +#if !__has_builtin(__stosw) __INTRINSICS_USEINLINE __buildstos(__stosw, unsigned short, "w|w") +#endif #define __INTRINSIC_DEFINED___stosw #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__stosd) void __stosd(unsigned __LONG32 *, unsigned __LONG32, size_t); +#if !__has_builtin(__stosd) __INTRINSICS_USEINLINE __buildstos(__stosd, unsigned __LONG32, "l|d") +#endif #define __INTRINSIC_DEFINED___stosd #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandset) -unsigned char _interlockedbittestandset(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandset(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandset) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandset, __LONG32, "lock bts{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(_interlockedbittestandset, __LONG32, "lock bts{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandreset) -unsigned char _interlockedbittestandreset(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandreset(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandreset) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandreset, __LONG32, "lock btr{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(_interlockedbittestandreset, __LONG32, "lock btr{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandreset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) -unsigned char _interlockedbittestandcomplement(__LONG32 *a, __LONG32 b); +unsigned char _interlockedbittestandcomplement(__LONG32 volatile *a, __LONG32 b); +#if !__has_builtin(_interlockedbittestandcomplement) __INTRINSICS_USEINLINE -__buildbittesti(_interlockedbittestandcomplement, __LONG32, "lock btc{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(_interlockedbittestandcomplement, __LONG32, "lock btc{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED__interlockedbittestandcomplement #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) unsigned char InterlockedBitTestAndSet(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndSet) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndSet, volatile __LONG32, "lock bts{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(InterlockedBitTestAndSet, __LONG32, "lock bts{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndSet #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) unsigned char InterlockedBitTestAndReset(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndReset) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndReset, volatile __LONG32, "lock btr{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(InterlockedBitTestAndReset, __LONG32, "lock btr{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndReset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b); +#if !__has_builtin(InterlockedBitTestAndComplement) __INTRINSICS_USEINLINE -__buildbittesti(InterlockedBitTestAndComplement, volatile __LONG32, "lock btc{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I", __LONG32) +__buildbittesti(InterlockedBitTestAndComplement, __LONG32, "lock btc{l %[Offset],%[Base] | %[Base],%[Offset]}" __FLAGSET, "I") +#endif #define __INTRINSIC_DEFINED_InterlockedBitTestAndComplement #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_BitScanForward) unsigned char _BitScanForward(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanForward) __INTRINSICS_USEINLINE __buildbitscan(_BitScanForward, unsigned __LONG32, "bsf{l %[Mask],%[Index] | %[Index],%[Mask]}") +#endif #define __INTRINSIC_DEFINED__BitScanForward #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_BitScanReverse) unsigned char _BitScanReverse(unsigned __LONG32 *Index, unsigned __LONG32 Mask); +#if !__has_builtin(_BitScanReverse) __INTRINSICS_USEINLINE __buildbitscan(_BitScanReverse, unsigned __LONG32, "bsr{l %[Mask],%[Index] | %[Index],%[Mask]}") +#endif #define __INTRINSIC_DEFINED__BitScanReverse #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittest) unsigned char _bittest(__LONG32 const *a, __LONG32 b); +#if !__has_builtin(_bittest) __INTRINSICS_USEINLINE __buildbittest(_bittest, __LONG32, "l", "I") +#endif #define __INTRINSIC_DEFINED__bittest #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandset) unsigned char _bittestandset(__LONG32 *a, __LONG32 b); +#if !__has_builtin(_bittestandset) __INTRINSICS_USEINLINE __buildbittestand(_bittestandset, __LONG32, "bts", "I", "l") +#endif #define __INTRINSIC_DEFINED__bittestandset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandreset) unsigned char _bittestandreset(__LONG32 *a, __LONG32 b); +#if !__has_builtin(_bittestandreset) __INTRINSICS_USEINLINE __buildbittestand(_bittestandreset, __LONG32, "btr", "I", "l") +#endif #define __INTRINSIC_DEFINED__bittestandreset #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(_bittestandcomplement) unsigned char _bittestandcomplement(__LONG32 *a, __LONG32 b); +#if !__has_builtin(_bittestandcomplement) __INTRINSICS_USEINLINE __buildbittestand(_bittestandcomplement, __LONG32, "btc", "I", "l") +#endif #define __INTRINSIC_DEFINED__bittestandcomplement #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__inbyte) unsigned char __inbyte(unsigned short Port); +#if !__has_builtin(__inbyte) __INTRINSICS_USEINLINE __build_inport(__inbyte, unsigned char, "b") +#endif #define __INTRINSIC_DEFINED___inbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__inword) unsigned short __inword(unsigned short Port); +#if !__has_builtin(__inword) __INTRINSICS_USEINLINE __build_inport(__inword, unsigned short, "w") +#endif #define __INTRINSIC_DEFINED___inword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__indword) unsigned __LONG32 __indword(unsigned short Port); +#if !__has_builtin(__indword) __INTRINSICS_USEINLINE __build_inport(__indword, unsigned __LONG32, "l") +#endif #define __INTRINSIC_DEFINED___indword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outbyte) void __outbyte(unsigned short Port, unsigned char Data); +#if !__has_builtin(__outbyte) __INTRINSICS_USEINLINE __build_outport(__outbyte, unsigned char, "b") +#endif #define __INTRINSIC_DEFINED___outbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outword) void __outword(unsigned short Port, unsigned short Data); +#if !__has_builtin(__outword) __INTRINSICS_USEINLINE __build_outport(__outword, unsigned short, "w") +#endif #define __INTRINSIC_DEFINED___outword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outdword) void __outdword(unsigned short Port, unsigned __LONG32 Data); +#if !__has_builtin(__outdword) __INTRINSICS_USEINLINE __build_outport(__outdword, unsigned __LONG32, "l") +#endif #define __INTRINSIC_DEFINED___outdword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__inbytestring) void __inbytestring(unsigned short Port, unsigned char *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__inbytestring) __INTRINSICS_USEINLINE __build_inportstring(__inbytestring, unsigned char, "b", "b") +#endif #define __INTRINSIC_DEFINED___inbytestring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__inwordstring) void __inwordstring(unsigned short Port, unsigned short *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__inwordstring) __INTRINSICS_USEINLINE __build_inportstring(__inwordstring, unsigned short, "w", "w") +#endif #define __INTRINSIC_DEFINED___inwordstring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__indwordstring) void __indwordstring(unsigned short Port, unsigned __LONG32 *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__indwordstring) __INTRINSICS_USEINLINE __build_inportstring(__indwordstring, unsigned __LONG32, "l", "d") +#endif #define __INTRINSIC_DEFINED___indwordstring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outbytestring) void __outbytestring(unsigned short Port, unsigned char *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__outbytestring) __INTRINSICS_USEINLINE __build_outportstring(__outbytestring, unsigned char, "b", "b") +#endif #define __INTRINSIC_DEFINED___outbytestring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outwordstring) void __outwordstring(unsigned short Port, unsigned short *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__outwordstring) __INTRINSICS_USEINLINE __build_outportstring(__outwordstring, unsigned short, "w", "w") +#endif #define __INTRINSIC_DEFINED___outwordstring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__outdwordstring) void __outdwordstring(unsigned short Port, unsigned __LONG32 *Buffer, unsigned __LONG32 Count); +#if !__has_builtin(__outdwordstring) __INTRINSICS_USEINLINE __build_outportstring(__outdwordstring, unsigned __LONG32, "l", "d") +#endif #define __INTRINSIC_DEFINED___outdwordstring #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__cpuid) void __cpuid(int CPUInfo[4], int InfoType); +#if !__has_builtin(__cpuid) __INTRINSICS_USEINLINE void __cpuid(int CPUInfo[4], int InfoType) { __asm__ __volatile__ ( @@ -1334,11 +1854,13 @@ : "=a" (CPUInfo [0]), "=b" (CPUInfo [1]), "=c" (CPUInfo [2]), "=d" (CPUInfo [3]) : "a" (InfoType)); } +#endif #define __INTRINSIC_DEFINED___cpuid #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__cpuidex) void __cpuidex(int CPUInfo[4], int, int); +#if !__has_builtin(__cpuidex) __INTRINSICS_USEINLINE void __cpuidex(int CPUInfo[4], int function_id, int subfunction_id) { __asm__ __volatile__ ( @@ -1346,11 +1868,13 @@ : "=a" (CPUInfo [0]), "=b" (CPUInfo [1]), "=c" (CPUInfo [2]), "=d" (CPUInfo [3]) : "a" (function_id), "c" (subfunction_id)); } +#endif #define __INTRINSIC_DEFINED___cpuidex #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readmsr) __MINGW_EXTENSION unsigned __int64 __readmsr(unsigned __LONG32); +#if !__has_builtin(__readmsr) __INTRINSICS_USEINLINE unsigned __int64 __readmsr(unsigned __LONG32 msr) { @@ -1367,11 +1891,13 @@ return ((unsigned __int64) val1) | (((unsigned __int64)val2) << 32); } +#endif #define __INTRINSIC_DEFINED___readmsr #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writemsr) __MINGW_EXTENSION void __writemsr(unsigned __LONG32, unsigned __int64); +#if !__has_builtin(__writemsr) __INTRINSICS_USEINLINE void __writemsr(unsigned __LONG32 msr, unsigned __int64 Value) { @@ -1381,27 +1907,34 @@ : : "c" (msr), "a" (val1), "d" (val2)); } +#endif #define __INTRINSIC_DEFINED___writemsr #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__movsb) void __movsb(unsigned char *Destination, unsigned char const *Source, size_t Count); +#if !__has_builtin(__movsb) __INTRINSICS_USEINLINE __buildmov(__movsb, unsigned char, "b") +#endif #define __INTRINSIC_DEFINED___movsb #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__movsw) void __movsw(unsigned short *Dest, unsigned short const *Source, size_t Count); +#if !__has_builtin(__movsw) __INTRINSICS_USEINLINE __buildmov(__movsw, unsigned short, "w") +#endif #define __INTRINSIC_DEFINED___movsw #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__movsd) void __movsd(unsigned __LONG32 *Dest, unsigned __LONG32 const *Source, size_t Count); +#if !__has_builtin(__movsd) __INTRINSICS_USEINLINE __buildmov(__movsd, unsigned __LONG32, "d") +#endif #define __INTRINSIC_DEFINED___movsd #endif /* __INTRINSIC_PROLOG */ @@ -1409,6 +1942,7 @@ /* NOTE: This should be in immintrin.h */ #if __INTRINSIC_PROLOG(_xgetbv) unsigned __int64 _xgetbv(unsigned int); +#if !__has_builtin(_xgetbv) __INTRINSICS_USEINLINE unsigned __int64 _xgetbv(unsigned int index) { @@ -1425,6 +1959,7 @@ return (((unsigned __int64)val2) << 32) | val1; } +#endif #define __INTRINSIC_DEFINED__xgetbv #endif /* __INTRINSIC_PROLOG */ #endif /* __GNUC__ < 8 */ @@ -1437,15 +1972,19 @@ #if __INTRINSIC_PROLOG(__readfsbyte) unsigned char __readfsbyte(unsigned __LONG32 Offset); +#if !__has_builtin(__readfsbyte) __INTRINSICS_USEINLINE __buildreadseg(__readfsbyte, unsigned char, "fs", "b") +#endif #define __INTRINSIC_DEFINED___readfsbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readfsword) unsigned short __readfsword(unsigned __LONG32 Offset); +#if !__has_builtin(__readfsword) __INTRINSICS_USEINLINE __buildreadseg(__readfsword, unsigned short, "fs", "w") +#endif #define __INTRINSIC_DEFINED___readfsword #endif /* __INTRINSIC_PROLOG */ @@ -1454,91 +1993,115 @@ #if !__has_builtin(__readfsdword) __INTRINSICS_USEINLINE __buildreadseg(__readfsdword, unsigned __LONG32, "fs", "l") -#define __INTRINSIC_DEFINED___readfsdword #endif +#define __INTRINSIC_DEFINED___readfsdword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writefsbyte) void __writefsbyte(unsigned __LONG32 Offset,unsigned char Data); +#if !__has_builtin(__writefsbyte) __INTRINSICS_USEINLINE __buildwriteseg(__writefsbyte, unsigned char, "fs", "b") +#endif #define __INTRINSIC_DEFINED___writefsbyte #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writefsword) void __writefsword(unsigned __LONG32 Offset,unsigned short Data); +#if !__has_builtin(__writefsword) __INTRINSICS_USEINLINE __buildwriteseg(__writefsword, unsigned short, "fs", "w") +#endif #define __INTRINSIC_DEFINED___writefsword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writefsdword) void __writefsdword(unsigned __LONG32 Offset,unsigned __LONG32 Data); +#if !__has_builtin(__writefsdword) __INTRINSICS_USEINLINE __buildwriteseg(__writefsdword, unsigned __LONG32, "fs", "l") +#endif #define __INTRINSIC_DEFINED___writefsdword #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr0) unsigned __LONG32 __readcr0(void); +#if !__has_builtin(__readcr0) __INTRINSICS_USEINLINE __build_readcr(__readcr0, unsigned __LONG32, "0") +#endif #define __INTRINSIC_DEFINED___readcr0 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr2) unsigned __LONG32 __readcr2(void); +#if !__has_builtin(__readcr2) __INTRINSICS_USEINLINE __build_readcr(__readcr2, unsigned __LONG32, "2") +#endif #define __INTRINSIC_DEFINED___readcr2 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr3) unsigned __LONG32 __readcr3(void); +#if !__has_builtin(__readcr3) __INTRINSICS_USEINLINE __build_readcr(__readcr3, unsigned __LONG32, "3") +#endif #define __INTRINSIC_DEFINED___readcr3 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr4) unsigned __LONG32 __readcr4(void); +#if !__has_builtin(__readcr4) __INTRINSICS_USEINLINE __build_readcr(__readcr4, unsigned __LONG32, "4") +#endif #define __INTRINSIC_DEFINED___readcr4 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__readcr8) unsigned __LONG32 __readcr8(void); +#if !__has_builtin(__readcr8) __INTRINSICS_USEINLINE __build_readcr(__readcr8, unsigned __LONG32, "8") +#endif #define __INTRINSIC_DEFINED___readcr8 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr0) void __writecr0(unsigned __LONG32); +#if !__has_builtin(__writecr0) __INTRINSICS_USEINLINE __build_writecr(__writecr0, unsigned __LONG32, "0") +#endif #define __INTRINSIC_DEFINED___writecr0 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr3) void __writecr3(unsigned __LONG32); +#if !__has_builtin(__writecr3) __INTRINSICS_USEINLINE __build_writecr(__writecr3, unsigned __LONG32, "3") +#endif #define __INTRINSIC_DEFINED___writecr3 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr4) void __writecr4(unsigned __LONG32); +#if !__has_builtin(__writecr4) __INTRINSICS_USEINLINE __build_writecr(__writecr4, unsigned __LONG32, "4") +#endif #define __INTRINSIC_DEFINED___writecr4 #endif /* __INTRINSIC_PROLOG */ #if __INTRINSIC_PROLOG(__writecr8) void __writecr8(unsigned __LONG32); +#if !__has_builtin(__writecr8) __INTRINSICS_USEINLINE __build_writecr(__writecr8, unsigned __LONG32, "8") +#endif #define __INTRINSIC_DEFINED___writecr8 #endif /* __INTRINSIC_PROLOG */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/rpcsal.h mingw-w64-6.0.0/mingw-w64-headers/include/rpcsal.h --- mingw-w64-5.0.4/mingw-w64-headers/include/rpcsal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/rpcsal.h 2018-09-14 14:16:43.000000000 +0000 @@ -165,3 +165,6 @@ #define __RPC_ref_pointer #define __RPC_string #define __RPC_unique_pointer + +#define __RPC__range(min,max) +#define __RPC__in_range(min,max) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/sal.h mingw-w64-6.0.0/mingw-w64-headers/include/sal.h --- mingw-w64-5.0.4/mingw-w64-headers/include/sal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/sal.h 2018-09-14 14:16:43.000000000 +0000 @@ -47,6 +47,9 @@ #define _Out_writes_to_ptr_z(p) /* Optional pointer parameters */ +#define __in_opt +#define __out_opt +#define __inout_opt #define _In_opt_ #define _Out_opt_ #define _Inout_opt_ @@ -203,9 +206,37 @@ #define _Group_(a) #define _When_(e, a) +/* printf/scanf annotations */ +#define _Printf_format_string_ +#define _Scanf_format_string_ +#define _Scanf_s_format_string_ +#define _Format_string_impl_(kind,where) +#define _Printf_format_string_params_(x) +#define _Scanf_format_string_params_(x) +#define _Scanf_s_format_string_params_(x) + /* Analysis */ #define _Analysis_assume_(expr) #define _Analysis_assume_nullterminated_(expr) +/* FIXME: __in macro conflicts with argument names in libstdc++. For this reason, + * we disable it for C++. This should be fixed in libstdc++ so we can uncomment + * it in fixed version here. */ +#if !defined(__cplusplus) || !defined(__GNUC__) +#define __in +#define __out +#endif + +#define __in_bcount(size) +#define __in_ecount(size) + +#define __out_bcount(size) +#define __out_bcount_part(size, length) +#define __out_ecount(size) + +#define __inout + +#define __deref_out_ecount(size) + #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/sdkddkver.h mingw-w64-6.0.0/mingw-w64-headers/include/sdkddkver.h --- mingw-w64-5.0.4/mingw-w64-headers/include/sdkddkver.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/sdkddkver.h 2018-09-14 14:16:43.000000000 +0000 @@ -22,6 +22,8 @@ #define _WIN32_WINNT_WIN7 0x0601 #define _WIN32_WINNT_WIN8 0x0602 #define _WIN32_WINNT_WINBLUE 0x0603 +#define _WIN32_WINNT_WINTHRESHOLD 0x0A00 +#define _WIN32_WINNT_WIN10 0x0A00 /* _WIN32_IE */ #define _WIN32_IE_IE20 0x0200 @@ -127,6 +129,13 @@ #define NTDDI_WIN7 0x06010000 #define NTDDI_WIN8 0x06020000 #define NTDDI_WINBLUE 0x06030000 +#define NTDDI_WINTHRESHOLD 0x0A000000 +#define NTDDI_WIN10 0x0A000000 +#define NTDDI_WIN10_TH2 0x0A000001 +#define NTDDI_WIN10_RS1 0x0A000002 +#define NTDDI_WIN10_RS2 0x0A000003 +#define NTDDI_WIN10_RS3 0x0A000004 + /* Version Fields in NTDDI_VERSION */ #define OSVERSION_MASK 0xFFFF0000U diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/setupapi.h mingw-w64-6.0.0/mingw-w64-headers/include/setupapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/setupapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/setupapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -1876,6 +1876,11 @@ WINSETUPAPI WINBOOL WINAPI SetupConfigureWmiFromInfSectionA(HINF InfHandle,PCSTR SectionName,DWORD Flags); WINSETUPAPI WINBOOL WINAPI SetupConfigureWmiFromInfSectionW(HINF InfHandle,PCWSTR SectionName,DWORD Flags); +#if _WIN32_WINNT >= 0x0600 + WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyW(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, const DEVPROPKEY *PropertyKey, DEVPROPTYPE *PropertyType, PBYTE PropertyBuffer, DWORD PropertyBufferSize, PDWORD RequiredSize, DWORD Flags); + WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyKeys(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DEVPROPKEY *PropertyKeyArray, DWORD PropertyKeyCount, PDWORD RequiredPropertyKeyCount, DWORD Flags); +#endif + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/shlwapi.h mingw-w64-6.0.0/mingw-w64-headers/include/shlwapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/shlwapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/shlwapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -7,9 +7,12 @@ #define _INC_SHLWAPI #include <_mingw_unicode.h> +#include #ifndef NOSHLWAPI +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + #include #include @@ -855,6 +858,40 @@ LWSTDAPI_(WINBOOL) SHUnlockShared(void *pvData); #endif +#if (_WIN32_IE >= 0x0501) +#define PLATFORM_UNKNOWN 0 +#define PLATFORM_IE3 1 +#define PLATFORM_BROWSERONLY 1 +#define PLATFORM_INTEGRATED 2 + + LWSTDAPI WhichPlatform(void); + +typedef struct { + const IID *piid; + int dwOffset; +} QITAB, *LPQITAB; +typedef const QITAB *LPCQITAB; + +#ifndef OFFSETOFCLASS +#define OFFSETOFCLASS(base, derived) ((DWORD)(DWORD_PTR)(static_cast((derived*)8))-8) +#endif + +#ifdef __cplusplus +#define QITABENTMULTI(Cthis, Ifoo, Iimpl) { &__uuidof(Ifoo), OFFSETOFCLASS(Iimpl, Cthis) } +#else +#define QITABENTMULTI(Cthis, Ifoo, Iimpl) { (IID*) &IID_##Ifoo, OFFSETOFCLASS(Iimpl, Cthis) } +#endif +#define QITABENTMULTI2(Cthis, Ifoo, Iimpl) { (IID*) &Ifoo, OFFSETOFCLASS(Iimpl, Cthis) } +#define QITABENT(Cthis, Ifoo) QITABENTMULTI(Cthis, Ifoo, Ifoo) + + STDAPI QISearch(void *that, LPCQITAB pqit, REFIID riid, void **ppv); + +#define ILMM_IE4 0 + LWSTDAPI_(BOOL) SHIsLowMemoryMachine(DWORD dwType); + LWSTDAPI_(int) GetMenuPosFromId(HMENU hMenu, UINT id); + LWSTDAPI SHGetInverseCMAP(__out_bcount(cbMap) BYTE *pbMap, ULONG cbMap); +#endif + #define SHACF_DEFAULT 0x00000000 #define SHACF_FILESYSTEM 0x00000001 #define SHACF_URLALL (SHACF_URLHISTORY | SHACF_URLMRU) @@ -867,6 +904,10 @@ #define SHACF_FILESYS_DIRS 0x00000020 #endif +#if (_WIN32_IE >= 0x0700) +#define SHACF_VIRTUAL_NAMESPACE 0x00000040 +#endif + #define SHACF_AUTOSUGGEST_FORCE_ON 0x10000000 #define SHACF_AUTOSUGGEST_FORCE_OFF 0x20000000 #define SHACF_AUTOAPPEND_FORCE_ON 0x40000000 @@ -932,6 +973,8 @@ LWSTDAPI_(WINBOOL) IsInternetESCEnabled(); #endif +LWSTDAPI_(IStream *) SHCreateMemStream(const BYTE *pInit, _In_ UINT cbInit); + #ifdef __cplusplus } #endif @@ -939,3 +982,4 @@ #include #endif #endif +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/specstrings.h mingw-w64-6.0.0/mingw-w64-headers/include/specstrings.h --- mingw-w64-5.0.4/mingw-w64-headers/include/specstrings.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/specstrings.h 2018-09-14 14:16:43.000000000 +0000 @@ -3,6 +3,10 @@ * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ + +#ifndef SPECSTRINGS_H +#define SPECSTRINGS_H + #define __specstrings #include @@ -328,3 +332,7 @@ #ifdef __cplusplus } #endif + +#include + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/stralign.h mingw-w64-6.0.0/mingw-w64-headers/include/stralign.h --- mingw-w64-5.0.4/mingw-w64-headers/include/stralign.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/stralign.h 2018-09-14 14:16:43.000000000 +0000 @@ -118,11 +118,11 @@ #ifndef __CRT__NO_INLINE __CRT_INLINE PUWSTR_C ua_wcschr(PCUWSTR String,WCHAR Character) { - if(WSTR_ALIGNED(String)) return wcschr((PCWSTR)String,Character); + if(WSTR_ALIGNED(String)) return (PUWSTR_C)wcschr((PCWSTR)String,Character); return (PUWSTR_C)uaw_wcschr(String,Character); } __CRT_INLINE PUWSTR_C ua_wcsrchr(PCUWSTR String,WCHAR Character) { - if(WSTR_ALIGNED(String)) return wcsrchr((PCWSTR)String,Character); + if(WSTR_ALIGNED(String)) return (PUWSTR_C)wcsrchr((PCWSTR)String,Character); return (PUWSTR_C)uaw_wcsrchr(String,Character); } #if defined(__cplusplus) && defined(_WConst_Return) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/strmif.h mingw-w64-6.0.0/mingw-w64-headers/include/strmif.h --- mingw-w64-5.0.4/mingw-w64-headers/include/strmif.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/strmif.h 2018-09-14 14:16:43.000000000 +0000 @@ -297,6 +297,16 @@ typedef interface IAMVfwCaptureDialogs IAMVfwCaptureDialogs; #endif +#ifndef __IAMAsyncReaderTimestampScaling_FWD_DEFINED__ +#define __IAMAsyncReaderTimestampScaling_FWD_DEFINED__ +typedef interface IAMAsyncReaderTimestampScaling IAMAsyncReaderTimestampScaling; +#endif + +#ifndef __IAMPluginControl_FWD_DEFINED__ +#define __IAMPluginControl_FWD_DEFINED__ +typedef interface IAMPluginControl IAMPluginControl; +#endif + /* Headers for imported files */ #include @@ -10515,6 +10525,327 @@ #endif /* __IAMVfwCaptureDialogs_INTERFACE_DEFINED__ */ +#if (_WIN32_WINNT >= 0x0601) +/***************************************************************************** + * IAMAsyncReaderTimestampScaling interface + */ +#ifndef __IAMAsyncReaderTimestampScaling_INTERFACE_DEFINED__ +#define __IAMAsyncReaderTimestampScaling_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMAsyncReaderTimestampScaling, 0xcf7b26fc, 0x9a00, 0x485b, 0x81,0x47, 0x3e,0x78,0x9d,0x5e,0x8f,0x67); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("cf7b26fc-9a00-485b-8147-3e789d5e8f67") +IAMAsyncReaderTimestampScaling : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetTimestampMode( + WINBOOL *pfRaw) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTimestampMode( + WINBOOL fRaw) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMAsyncReaderTimestampScaling, 0xcf7b26fc, 0x9a00, 0x485b, 0x81,0x47, 0x3e,0x78,0x9d,0x5e,0x8f,0x67) +#endif +#else +typedef struct IAMAsyncReaderTimestampScalingVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMAsyncReaderTimestampScaling* This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMAsyncReaderTimestampScaling* This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMAsyncReaderTimestampScaling* This); + + /*** IAMAsyncReaderTimestampScaling methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTimestampMode)( + IAMAsyncReaderTimestampScaling* This, + WINBOOL *pfRaw); + + HRESULT (STDMETHODCALLTYPE *SetTimestampMode)( + IAMAsyncReaderTimestampScaling* This, + WINBOOL fRaw); + + END_INTERFACE +} IAMAsyncReaderTimestampScalingVtbl; +interface IAMAsyncReaderTimestampScaling { + CONST_VTBL IAMAsyncReaderTimestampScalingVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMAsyncReaderTimestampScaling_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMAsyncReaderTimestampScaling_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMAsyncReaderTimestampScaling_Release(This) (This)->lpVtbl->Release(This) +/*** IAMAsyncReaderTimestampScaling methods ***/ +#define IAMAsyncReaderTimestampScaling_GetTimestampMode(This,pfRaw) (This)->lpVtbl->GetTimestampMode(This,pfRaw) +#define IAMAsyncReaderTimestampScaling_SetTimestampMode(This,fRaw) (This)->lpVtbl->SetTimestampMode(This,fRaw) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMAsyncReaderTimestampScaling_QueryInterface(IAMAsyncReaderTimestampScaling* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMAsyncReaderTimestampScaling_AddRef(IAMAsyncReaderTimestampScaling* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMAsyncReaderTimestampScaling_Release(IAMAsyncReaderTimestampScaling* This) { + return This->lpVtbl->Release(This); +} +/*** IAMAsyncReaderTimestampScaling methods ***/ +static FORCEINLINE HRESULT IAMAsyncReaderTimestampScaling_GetTimestampMode(IAMAsyncReaderTimestampScaling* This,WINBOOL *pfRaw) { + return This->lpVtbl->GetTimestampMode(This,pfRaw); +} +static FORCEINLINE HRESULT IAMAsyncReaderTimestampScaling_SetTimestampMode(IAMAsyncReaderTimestampScaling* This,WINBOOL fRaw) { + return This->lpVtbl->SetTimestampMode(This,fRaw); +} +#endif +#endif + +#endif + +HRESULT STDMETHODCALLTYPE IAMAsyncReaderTimestampScaling_GetTimestampMode_Proxy( + IAMAsyncReaderTimestampScaling* This, + WINBOOL *pfRaw); +void __RPC_STUB IAMAsyncReaderTimestampScaling_GetTimestampMode_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMAsyncReaderTimestampScaling_SetTimestampMode_Proxy( + IAMAsyncReaderTimestampScaling* This, + WINBOOL fRaw); +void __RPC_STUB IAMAsyncReaderTimestampScaling_SetTimestampMode_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); + +#endif /* __IAMAsyncReaderTimestampScaling_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAMPluginControl interface + */ +#ifndef __IAMPluginControl_INTERFACE_DEFINED__ +#define __IAMPluginControl_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAMPluginControl, 0x0e26a181, 0xf40c, 0x4635, 0x87,0x86, 0x97,0x62,0x84,0xb5,0x29,0x81); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("0e26a181-f40c-4635-8786-976284b52981") +IAMPluginControl : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetPreferredClsid( + REFGUID subType, + CLSID *clsid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreferredClsidByIndex( + DWORD index, + GUID *subType, + CLSID *clsid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetPreferredClsid( + REFGUID subType, + const CLSID *clsid) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsDisabled( + REFCLSID clsid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDisabledByIndex( + DWORD index, + CLSID *clsid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDisabled( + REFCLSID clsid, + WINBOOL disabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsLegacyDisabled( + LPCWSTR dllName) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAMPluginControl, 0x0e26a181, 0xf40c, 0x4635, 0x87,0x86, 0x97,0x62,0x84,0xb5,0x29,0x81) +#endif +#else +typedef struct IAMPluginControlVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAMPluginControl* This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAMPluginControl* This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAMPluginControl* This); + + /*** IAMPluginControl methods ***/ + HRESULT (STDMETHODCALLTYPE *GetPreferredClsid)( + IAMPluginControl* This, + REFGUID subType, + CLSID *clsid); + + HRESULT (STDMETHODCALLTYPE *GetPreferredClsidByIndex)( + IAMPluginControl* This, + DWORD index, + GUID *subType, + CLSID *clsid); + + HRESULT (STDMETHODCALLTYPE *SetPreferredClsid)( + IAMPluginControl* This, + REFGUID subType, + const CLSID *clsid); + + HRESULT (STDMETHODCALLTYPE *IsDisabled)( + IAMPluginControl* This, + REFCLSID clsid); + + HRESULT (STDMETHODCALLTYPE *GetDisabledByIndex)( + IAMPluginControl* This, + DWORD index, + CLSID *clsid); + + HRESULT (STDMETHODCALLTYPE *SetDisabled)( + IAMPluginControl* This, + REFCLSID clsid, + WINBOOL disabled); + + HRESULT (STDMETHODCALLTYPE *IsLegacyDisabled)( + IAMPluginControl* This, + LPCWSTR dllName); + + END_INTERFACE +} IAMPluginControlVtbl; +interface IAMPluginControl { + CONST_VTBL IAMPluginControlVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAMPluginControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAMPluginControl_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAMPluginControl_Release(This) (This)->lpVtbl->Release(This) +/*** IAMPluginControl methods ***/ +#define IAMPluginControl_GetPreferredClsid(This,subType,clsid) (This)->lpVtbl->GetPreferredClsid(This,subType,clsid) +#define IAMPluginControl_GetPreferredClsidByIndex(This,index,subType,clsid) (This)->lpVtbl->GetPreferredClsidByIndex(This,index,subType,clsid) +#define IAMPluginControl_SetPreferredClsid(This,subType,clsid) (This)->lpVtbl->SetPreferredClsid(This,subType,clsid) +#define IAMPluginControl_IsDisabled(This,clsid) (This)->lpVtbl->IsDisabled(This,clsid) +#define IAMPluginControl_GetDisabledByIndex(This,index,clsid) (This)->lpVtbl->GetDisabledByIndex(This,index,clsid) +#define IAMPluginControl_SetDisabled(This,clsid,disabled) (This)->lpVtbl->SetDisabled(This,clsid,disabled) +#define IAMPluginControl_IsLegacyDisabled(This,dllName) (This)->lpVtbl->IsLegacyDisabled(This,dllName) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAMPluginControl_QueryInterface(IAMPluginControl* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAMPluginControl_AddRef(IAMPluginControl* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAMPluginControl_Release(IAMPluginControl* This) { + return This->lpVtbl->Release(This); +} +/*** IAMPluginControl methods ***/ +static FORCEINLINE HRESULT IAMPluginControl_GetPreferredClsid(IAMPluginControl* This,REFGUID subType,CLSID *clsid) { + return This->lpVtbl->GetPreferredClsid(This,subType,clsid); +} +static FORCEINLINE HRESULT IAMPluginControl_GetPreferredClsidByIndex(IAMPluginControl* This,DWORD index,GUID *subType,CLSID *clsid) { + return This->lpVtbl->GetPreferredClsidByIndex(This,index,subType,clsid); +} +static FORCEINLINE HRESULT IAMPluginControl_SetPreferredClsid(IAMPluginControl* This,REFGUID subType,const CLSID *clsid) { + return This->lpVtbl->SetPreferredClsid(This,subType,clsid); +} +static FORCEINLINE HRESULT IAMPluginControl_IsDisabled(IAMPluginControl* This,REFCLSID clsid) { + return This->lpVtbl->IsDisabled(This,clsid); +} +static FORCEINLINE HRESULT IAMPluginControl_GetDisabledByIndex(IAMPluginControl* This,DWORD index,CLSID *clsid) { + return This->lpVtbl->GetDisabledByIndex(This,index,clsid); +} +static FORCEINLINE HRESULT IAMPluginControl_SetDisabled(IAMPluginControl* This,REFCLSID clsid,WINBOOL disabled) { + return This->lpVtbl->SetDisabled(This,clsid,disabled); +} +static FORCEINLINE HRESULT IAMPluginControl_IsLegacyDisabled(IAMPluginControl* This,LPCWSTR dllName) { + return This->lpVtbl->IsLegacyDisabled(This,dllName); +} +#endif +#endif + +#endif + +HRESULT STDMETHODCALLTYPE IAMPluginControl_GetPreferredClsid_Proxy( + IAMPluginControl* This, + REFGUID subType, + CLSID *clsid); +void __RPC_STUB IAMPluginControl_GetPreferredClsid_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_GetPreferredClsidByIndex_Proxy( + IAMPluginControl* This, + DWORD index, + GUID *subType, + CLSID *clsid); +void __RPC_STUB IAMPluginControl_GetPreferredClsidByIndex_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_SetPreferredClsid_Proxy( + IAMPluginControl* This, + REFGUID subType, + const CLSID *clsid); +void __RPC_STUB IAMPluginControl_SetPreferredClsid_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_IsDisabled_Proxy( + IAMPluginControl* This, + REFCLSID clsid); +void __RPC_STUB IAMPluginControl_IsDisabled_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_GetDisabledByIndex_Proxy( + IAMPluginControl* This, + DWORD index, + CLSID *clsid); +void __RPC_STUB IAMPluginControl_GetDisabledByIndex_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_SetDisabled_Proxy( + IAMPluginControl* This, + REFCLSID clsid, + WINBOOL disabled); +void __RPC_STUB IAMPluginControl_SetDisabled_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); +HRESULT STDMETHODCALLTYPE IAMPluginControl_IsLegacyDisabled_Proxy( + IAMPluginControl* This, + LPCWSTR dllName); +void __RPC_STUB IAMPluginControl_IsLegacyDisabled_Stub( + IRpcStubBuffer* This, + IRpcChannelBuffer* pRpcChannelBuffer, + PRPC_MESSAGE pRpcMessage, + DWORD* pdwStubPhase); + +#endif /* __IAMPluginControl_INTERFACE_DEFINED__ */ + +#endif /*(_WIN32_WINNT >= 0x0601)*/ #ifndef __IReferenceClock2_FWD_DEFINED__ #define __IReferenceClock2_FWD_DEFINED__ typedef struct IReferenceClock2 IReferenceClock2; @@ -16496,79 +16827,6 @@ void __RPC_STUB IVPManager_GetVideoPortIndex_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); #endif -#if (_WIN32_WINNT >= 0x0601) -#undef INTERFACE -#define INTERFACE IAMAsyncReaderTimestampScaling -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -__MINGW_BROKEN_INTERFACE(INTERFACE) -#endif -DECLARE_INTERFACE_(IAMAsyncReaderTimestampScaling,IUnknown) -{ - BEGIN_INTERFACE - - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IAMAsyncReaderTimestampScaling methods */ - STDMETHOD_(HRESULT,GetTimestampMode)(THIS_ WINBOOL *pfRaw) PURE; - STDMETHOD_(HRESULT,SetTimestampMode)(THIS_ WINBOOL fRaw) PURE; - - END_INTERFACE -}; -#ifdef COBJMACROS -#define IAMAsyncReaderTimestampScaling_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IAMAsyncReaderTimestampScaling_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IAMAsyncReaderTimestampScaling_Release(This) (This)->lpVtbl->Release(This) -#define IAMAsyncReaderTimestampScaling_GetTimestampMode(This,pfRaw) (This)->lpVtbl->GetTimestampMode(This,pfRaw) -#define IAMAsyncReaderTimestampScaling_SetTimestampMode(This,fRaw) (This)->lpVtbl->SetTimestampMode(This,fRaw) -#endif /*COBJMACROS*/ - -#undef INTERFACE -#define INTERFACE IAMPluginControl -#ifdef __GNUC__ -#warning COM interfaces layout in this header has not been verified. -#warning COM interfaces with incorrect layout may not work at all. -__MINGW_BROKEN_INTERFACE(INTERFACE) -#endif -DECLARE_INTERFACE_(IAMPluginControl,IUnknown) -{ - BEGIN_INTERFACE - - /* IUnknown methods */ - STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; - STDMETHOD_(ULONG, AddRef)(THIS) PURE; - STDMETHOD_(ULONG, Release)(THIS) PURE; - - /* IAMPluginControl methods */ - STDMETHOD_(HRESULT,GetDisabledByIndex)(THIS_ DWORD index,CLSID *clsid) PURE; - STDMETHOD_(HRESULT,GetPreferredClsid)(THIS_ REFGUID subType,CLSID *clsid) PURE; - STDMETHOD_(HRESULT,GetPreferredClsidByIndex)(THIS_ DWORD index,GUID *subType,CLSID *clsid) PURE; - STDMETHOD_(HRESULT,IsDisabled)(THIS_ REFCLSID clsid) PURE; - STDMETHOD_(HRESULT,IsLegacyDisabled)(THIS_ LPCWSTR dllName) PURE; - STDMETHOD_(HRESULT,SetDisabled)(THIS_ REFCLSID clsid,BOOL disabled) PURE; - STDMETHOD_(HRESULT,SetPreferredClsid)(THIS_ REFGUID subType,const CLSID *clsid) PURE; - - END_INTERFACE -}; -#ifdef COBJMACROS -#define IAMPluginControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IAMPluginControl_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IAMPluginControl_Release(This) (This)->lpVtbl->Release(This) -#define IAMPluginControl_GetDisabledByIndex(This,index,clsid) (This)->lpVtbl->GetDisabledByIndex(This,index,clsid) -#define IAMPluginControl_GetPreferredClsid(This,subType,clsid) (This)->lpVtbl->GetPreferredClsid(This,subType,clsid) -#define IAMPluginControl_GetPreferredClsidByIndex(This,index,subType,clsid) (This)->lpVtbl->GetPreferredClsidByIndex(This,index,subType,clsid) -#define IAMPluginControl_IsDisabled(This,clsid) (This)->lpVtbl->IsDisabled(This,clsid) -#define IAMPluginControl_IsLegacyDisabled(This,dllName) (This)->lpVtbl->IsLegacyDisabled(This,dllName) -#define IAMPluginControl_SetDisabled(This,clsid,disabled) (This)->lpVtbl->SetDisabled(This,clsid,disabled) -#define IAMPluginControl_SetPreferredClsid(This,subType,clsid) (This)->lpVtbl->SetPreferredClsid(This,subType,clsid) -#endif /*COBJMACROS*/ - -#endif /*(_WIN32_WINNT >= 0x0601)*/ - extern RPC_IF_HANDLE __MIDL_itf_strmif_0413_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_strmif_0413_v0_0_s_ifspec; /* Begin additional prototypes for all interfaces */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/strmif.idl mingw-w64-6.0.0/mingw-w64-headers/include/strmif.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/strmif.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/strmif.idl 2018-09-14 14:16:43.000000000 +0000 @@ -5992,78 +5992,5 @@ cpp_quote(" void __RPC_STUB IVPManager_GetVideoPortIndex_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);") cpp_quote("#endif") cpp_quote("") -cpp_quote("#if (_WIN32_WINNT >= 0x0601)") -cpp_quote("#undef INTERFACE") -cpp_quote("#define INTERFACE IAMAsyncReaderTimestampScaling") -cpp_quote("#ifdef __GNUC__") -cpp_quote("#warning COM interfaces layout in this header has not been verified.") -cpp_quote("#warning COM interfaces with incorrect layout may not work at all.") -cpp_quote("__MINGW_BROKEN_INTERFACE(INTERFACE)") -cpp_quote("#endif") -cpp_quote("DECLARE_INTERFACE_(IAMAsyncReaderTimestampScaling,IUnknown)") -cpp_quote("{") -cpp_quote(" BEGIN_INTERFACE") -cpp_quote("") -cpp_quote(" /* IUnknown methods */") -cpp_quote(" STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE;") -cpp_quote(" STDMETHOD_(ULONG, AddRef)(THIS) PURE;") -cpp_quote(" STDMETHOD_(ULONG, Release)(THIS) PURE;") -cpp_quote("") -cpp_quote(" /* IAMAsyncReaderTimestampScaling methods */") -cpp_quote(" STDMETHOD_(HRESULT,GetTimestampMode)(THIS_ WINBOOL *pfRaw) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,SetTimestampMode)(THIS_ WINBOOL fRaw) PURE;") -cpp_quote("") -cpp_quote(" END_INTERFACE") -cpp_quote("};") -cpp_quote("#ifdef COBJMACROS") -cpp_quote("#define IAMAsyncReaderTimestampScaling_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)") -cpp_quote("#define IAMAsyncReaderTimestampScaling_AddRef(This) (This)->lpVtbl->AddRef(This)") -cpp_quote("#define IAMAsyncReaderTimestampScaling_Release(This) (This)->lpVtbl->Release(This)") -cpp_quote("#define IAMAsyncReaderTimestampScaling_GetTimestampMode(This,pfRaw) (This)->lpVtbl->GetTimestampMode(This,pfRaw)") -cpp_quote("#define IAMAsyncReaderTimestampScaling_SetTimestampMode(This,fRaw) (This)->lpVtbl->SetTimestampMode(This,fRaw)") -cpp_quote("#endif /*COBJMACROS*/") -cpp_quote("") -cpp_quote("#undef INTERFACE") -cpp_quote("#define INTERFACE IAMPluginControl") -cpp_quote("#ifdef __GNUC__") -cpp_quote("#warning COM interfaces layout in this header has not been verified.") -cpp_quote("#warning COM interfaces with incorrect layout may not work at all.") -cpp_quote("__MINGW_BROKEN_INTERFACE(INTERFACE)") -cpp_quote("#endif") -cpp_quote("DECLARE_INTERFACE_(IAMPluginControl,IUnknown)") -cpp_quote("{") -cpp_quote(" BEGIN_INTERFACE") -cpp_quote("") -cpp_quote(" /* IUnknown methods */") -cpp_quote(" STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE;") -cpp_quote(" STDMETHOD_(ULONG, AddRef)(THIS) PURE;") -cpp_quote(" STDMETHOD_(ULONG, Release)(THIS) PURE;") -cpp_quote("") -cpp_quote(" /* IAMPluginControl methods */") -cpp_quote(" STDMETHOD_(HRESULT,GetDisabledByIndex)(THIS_ DWORD index,CLSID *clsid) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,GetPreferredClsid)(THIS_ REFGUID subType,CLSID *clsid) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,GetPreferredClsidByIndex)(THIS_ DWORD index,GUID *subType,CLSID *clsid) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,IsDisabled)(THIS_ REFCLSID clsid) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,IsLegacyDisabled)(THIS_ LPCWSTR dllName) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,SetDisabled)(THIS_ REFCLSID clsid,BOOL disabled) PURE;") -cpp_quote(" STDMETHOD_(HRESULT,SetPreferredClsid)(THIS_ REFGUID subType,const CLSID *clsid) PURE;") -cpp_quote("") -cpp_quote(" END_INTERFACE") -cpp_quote("};") -cpp_quote("#ifdef COBJMACROS") -cpp_quote("#define IAMPluginControl_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)") -cpp_quote("#define IAMPluginControl_AddRef(This) (This)->lpVtbl->AddRef(This)") -cpp_quote("#define IAMPluginControl_Release(This) (This)->lpVtbl->Release(This)") -cpp_quote("#define IAMPluginControl_GetDisabledByIndex(This,index,clsid) (This)->lpVtbl->GetDisabledByIndex(This,index,clsid)") -cpp_quote("#define IAMPluginControl_GetPreferredClsid(This,subType,clsid) (This)->lpVtbl->GetPreferredClsid(This,subType,clsid)") -cpp_quote("#define IAMPluginControl_GetPreferredClsidByIndex(This,index,subType,clsid) (This)->lpVtbl->GetPreferredClsidByIndex(This,index,subType,clsid)") -cpp_quote("#define IAMPluginControl_IsDisabled(This,clsid) (This)->lpVtbl->IsDisabled(This,clsid)") -cpp_quote("#define IAMPluginControl_IsLegacyDisabled(This,dllName) (This)->lpVtbl->IsLegacyDisabled(This,dllName)") -cpp_quote("#define IAMPluginControl_SetDisabled(This,clsid,disabled) (This)->lpVtbl->SetDisabled(This,clsid,disabled)") -cpp_quote("#define IAMPluginControl_SetPreferredClsid(This,subType,clsid) (This)->lpVtbl->SetPreferredClsid(This,subType,clsid)") -cpp_quote("#endif /*COBJMACROS*/") -cpp_quote("") -cpp_quote("#endif /*(_WIN32_WINNT >= 0x0601)*/") -cpp_quote("") cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_strmif_0413_v0_0_c_ifspec;") cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_strmif_0413_v0_0_s_ifspec;") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/strsafe.h mingw-w64-6.0.0/mingw-w64-headers/include/strsafe.h --- mingw-w64-5.0.4/mingw-w64-headers/include/strsafe.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/strsafe.h 2018-09-14 14:16:43.000000000 +0000 @@ -81,17 +81,17 @@ #endif #endif -#ifndef __CRT_STRSAFE_IMPL +#if !defined(__CRT__NO_INLINE) && !defined(__CRT_STRSAFE_IMPL) #define STRSAFEAPI _STRSAFE_EXTERN_C __inline HRESULT WINAPI /* Variadic functions can't be __stdcall. */ #define STRSAFEAPIV _STRSAFE_EXTERN_C __inline HRESULT #else -#define STRSAFEAPI HRESULT WINAPI +#define STRSAFEAPI _STRSAFE_EXTERN_C HRESULT WINAPI /* Variadic functions can't be __stdcall. */ -#define STRSAFEAPIV HRESULT +#define STRSAFEAPIV _STRSAFE_EXTERN_C HRESULT #endif -#ifndef __CRT_STRSAFE_IMPL +#if !defined(__CRT__NO_INLINE) && !defined(__CRT_STRSAFE_IMPL) #define STRSAFE_INLINE_API _STRSAFE_EXTERN_C __CRT_INLINE HRESULT WINAPI #else #define STRSAFE_INLINE_API HRESULT WINAPI diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/sysinfoapi.h mingw-w64-6.0.0/mingw-w64-headers/include/sysinfoapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/sysinfoapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/sysinfoapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -43,8 +43,7 @@ #endif #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) - WINBASEAPI DWORD WINAPI GetVersion (VOID); +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10 typedef struct _MEMORYSTATUSEX { DWORD dwLength; @@ -58,6 +57,16 @@ DWORDLONG ullAvailExtendedVirtual; } MEMORYSTATUSEX,*LPMEMORYSTATUSEX; + WINBASEAPI VOID WINAPI GetSystemInfo (LPSYSTEM_INFO lpSystemInfo); + WINBASEAPI WINBOOL WINAPI GlobalMemoryStatusEx (LPMEMORYSTATUSEX lpBuffer); + WINBASEAPI DWORD WINAPI GetTickCount (VOID); + WINBASEAPI VOID WINAPI GetSystemTimePreciseAsFileTime (LPFILETIME lpSystemTimeAsFileTime); + WINBASEAPI WINBOOL WINAPI GetVersionExA (LPOSVERSIONINFOA lpVersionInformation); + WINBASEAPI WINBOOL WINAPI GetVersionExW (LPOSVERSIONINFOW lpVersionInformation); + +#endif + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) typedef enum _COMPUTER_NAME_FORMAT { ComputerNameNetBIOS, ComputerNameDnsHostname, @@ -70,10 +79,9 @@ ComputerNameMax } COMPUTER_NAME_FORMAT; - WINBASEAPI WINBOOL WINAPI GlobalMemoryStatusEx (LPMEMORYSTATUSEX lpBuffer); + WINBASEAPI DWORD WINAPI GetVersion (VOID); + WINBASEAPI WINBOOL WINAPI SetLocalTime (CONST SYSTEMTIME *lpSystemTime); - WINBASEAPI VOID WINAPI GetSystemInfo (LPSYSTEM_INFO lpSystemInfo); - WINBASEAPI DWORD WINAPI GetTickCount (VOID); WINBASEAPI WINBOOL WINAPI GetSystemTimeAdjustment (PDWORD lpTimeAdjustment, PDWORD lpTimeIncrement, PBOOL lpTimeAdjustmentDisabled); WINBASEAPI UINT WINAPI GetSystemDirectoryA (LPSTR lpBuffer, UINT uSize); WINBASEAPI UINT WINAPI GetSystemDirectoryW (LPWSTR lpBuffer, UINT uSize); @@ -85,11 +93,8 @@ WINBASEAPI WINBOOL WINAPI GetComputerNameExW (COMPUTER_NAME_FORMAT NameType, LPWSTR lpBuffer, LPDWORD nSize); WINBASEAPI WINBOOL WINAPI SetComputerNameExW (COMPUTER_NAME_FORMAT NameType, LPCWSTR lpBuffer); WINBASEAPI WINBOOL WINAPI SetSystemTime (CONST SYSTEMTIME *lpSystemTime); - WINBASEAPI WINBOOL WINAPI GetVersionExA (LPOSVERSIONINFOA lpVersionInformation); - WINBASEAPI WINBOOL WINAPI GetVersionExW (LPOSVERSIONINFOW lpVersionInformation); WINBASEAPI WINBOOL WINAPI GetLogicalProcessorInformation (PSYSTEM_LOGICAL_PROCESSOR_INFORMATION Buffer, PDWORD ReturnedLength); NTSYSAPI ULONGLONG NTAPI VerSetConditionMask (ULONGLONG ConditionMask, ULONG TypeMask, UCHAR Condition); - WINBASEAPI VOID WINAPI GetSystemTimePreciseAsFileTime (LPFILETIME lpSystemTimeAsFileTime); WINBASEAPI UINT WINAPI EnumSystemFirmwareTables (DWORD FirmwareTableProviderSignature, PVOID pFirmwareTableEnumBuffer, DWORD BufferSize); WINBASEAPI UINT WINAPI GetSystemFirmwareTable (DWORD FirmwareTableProviderSignature, DWORD FirmwareTableID, PVOID pFirmwareTableBuffer, DWORD BufferSize); #if _WIN32_WINNT >= 0x0600 @@ -109,6 +114,8 @@ #ifdef UNICODE #define SetComputerNameEx SetComputerNameExW #endif +#elif defined(WINSTORECOMPAT) + WINBASEAPI DWORD WINAPI GetTickCount (VOID); #endif #ifdef __cplusplus diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/t2embapi.h mingw-w64-6.0.0/mingw-w64-headers/include/t2embapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/t2embapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/t2embapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -39,6 +39,14 @@ /* Possible return values. */ #define E_NONE __MSABI_LONG(0x0000) #define E_API_NOTIMPL __MSABI_LONG(0x0001) +#define E_HDCINVALID __MSABI_LONG(0x0006) +#define E_NOFREEMEMORY __MSABI_LONG(0x0007) +#define E_NOTATRUETYPEFONT __MSABI_LONG(0x000a) +#define E_ERRORACCESSINGFONTDATA __MSABI_LONG(0x000c) +#define E_ERRORACCESSINGFACENAME __MSABI_LONG(0x000d) +#define E_FACENAMEINVALID __MSABI_LONG(0x0113) +#define E_PERMISSIONSINVALID __MSABI_LONG(0x0117) +#define E_PBENABLEDINVALID __MSABI_LONG(0x0118) typedef ULONG (WINAPIV * READEMBEDPROC)(void*,void*,ULONG); typedef ULONG (WINAPIV * WRITEEMBEDPROC)(void*,void*,ULONG); @@ -68,6 +76,8 @@ #define EMBED_NOEMBEDDING 4 LONG WINAPI TTGetEmbeddingType(HDC, ULONG*); +LONG WINAPI TTIsEmbeddingEnabledForFacename(LPCSTR facename, WINBOOL *enabled); +LONG WINAPI TTIsEmbeddingEnabled(HDC hdc, WINBOOL *enabled); #ifdef __cplusplus } diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/taskschd.h mingw-w64-6.0.0/mingw-w64-headers/include/taskschd.h --- mingw-w64-5.0.4/mingw-w64-headers/include/taskschd.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/taskschd.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,100 +1,5422 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the mingw-w64 runtime package. - * No warranty is given; refer to the file DISCLAIMER.PD within this package. - */ -#ifndef _INC_TASKSCHD -#define _INC_TASKSCHD -#if (_WIN32_WINNT >= 0x0600) +/*** Autogenerated by WIDL 3.1 from include/taskschd.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __taskschd_h__ +#define __taskschd_h__ + +/* Forward declarations */ + +#ifndef __ITaskService_FWD_DEFINED__ +#define __ITaskService_FWD_DEFINED__ +typedef interface ITaskService ITaskService; +#ifdef __cplusplus +interface ITaskService; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegisteredTask_FWD_DEFINED__ +#define __IRegisteredTask_FWD_DEFINED__ +typedef interface IRegisteredTask IRegisteredTask; +#ifdef __cplusplus +interface IRegisteredTask; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegisteredTaskCollection_FWD_DEFINED__ +#define __IRegisteredTaskCollection_FWD_DEFINED__ +typedef interface IRegisteredTaskCollection IRegisteredTaskCollection; +#ifdef __cplusplus +interface IRegisteredTaskCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegistrationInfo_FWD_DEFINED__ +#define __IRegistrationInfo_FWD_DEFINED__ +typedef interface IRegistrationInfo IRegistrationInfo; +#ifdef __cplusplus +interface IRegistrationInfo; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskFolder_FWD_DEFINED__ +#define __ITaskFolder_FWD_DEFINED__ +typedef interface ITaskFolder ITaskFolder; +#ifdef __cplusplus +interface ITaskFolder; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskFolderCollection_FWD_DEFINED__ +#define __ITaskFolderCollection_FWD_DEFINED__ +typedef interface ITaskFolderCollection ITaskFolderCollection; +#ifdef __cplusplus +interface ITaskFolderCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskDefinition_FWD_DEFINED__ +#define __ITaskDefinition_FWD_DEFINED__ +typedef interface ITaskDefinition ITaskDefinition; +#ifdef __cplusplus +interface ITaskDefinition; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskSettings_FWD_DEFINED__ +#define __ITaskSettings_FWD_DEFINED__ +typedef interface ITaskSettings ITaskSettings; +#ifdef __cplusplus +interface ITaskSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IIdleSettings_FWD_DEFINED__ +#define __IIdleSettings_FWD_DEFINED__ +typedef interface IIdleSettings IIdleSettings; +#ifdef __cplusplus +interface IIdleSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IRunningTask_FWD_DEFINED__ +#define __IRunningTask_FWD_DEFINED__ +typedef interface IRunningTask IRunningTask; +#ifdef __cplusplus +interface IRunningTask; +#endif /* __cplusplus */ +#endif + +#ifndef __IRunningTaskCollection_FWD_DEFINED__ +#define __IRunningTaskCollection_FWD_DEFINED__ +typedef interface IRunningTaskCollection IRunningTaskCollection; +#ifdef __cplusplus +interface IRunningTaskCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITrigger_FWD_DEFINED__ +#define __ITrigger_FWD_DEFINED__ +typedef interface ITrigger ITrigger; +#ifdef __cplusplus +interface ITrigger; +#endif /* __cplusplus */ +#endif + +#ifndef __IDailyTrigger_FWD_DEFINED__ +#define __IDailyTrigger_FWD_DEFINED__ +typedef interface IDailyTrigger IDailyTrigger; +#ifdef __cplusplus +interface IDailyTrigger; +#endif /* __cplusplus */ +#endif + +#ifndef __ITriggerCollection_FWD_DEFINED__ +#define __ITriggerCollection_FWD_DEFINED__ +typedef interface ITriggerCollection ITriggerCollection; +#ifdef __cplusplus +interface ITriggerCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITimeTrigger_FWD_DEFINED__ +#define __ITimeTrigger_FWD_DEFINED__ +typedef interface ITimeTrigger ITimeTrigger; +#ifdef __cplusplus +interface ITimeTrigger; +#endif /* __cplusplus */ +#endif + +#ifndef __IRepetitionPattern_FWD_DEFINED__ +#define __IRepetitionPattern_FWD_DEFINED__ +typedef interface IRepetitionPattern IRepetitionPattern; +#ifdef __cplusplus +interface IRepetitionPattern; +#endif /* __cplusplus */ +#endif + +#ifndef __IAction_FWD_DEFINED__ +#define __IAction_FWD_DEFINED__ +typedef interface IAction IAction; +#ifdef __cplusplus +interface IAction; +#endif /* __cplusplus */ +#endif + +#ifndef __IActionCollection_FWD_DEFINED__ +#define __IActionCollection_FWD_DEFINED__ +typedef interface IActionCollection IActionCollection; +#ifdef __cplusplus +interface IActionCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __IExecAction_FWD_DEFINED__ +#define __IExecAction_FWD_DEFINED__ +typedef interface IExecAction IExecAction; +#ifdef __cplusplus +interface IExecAction; +#endif /* __cplusplus */ +#endif + +#ifndef __INetworkSettings_FWD_DEFINED__ +#define __INetworkSettings_FWD_DEFINED__ +typedef interface INetworkSettings INetworkSettings; +#ifdef __cplusplus +interface INetworkSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IPrincipal_FWD_DEFINED__ +#define __IPrincipal_FWD_DEFINED__ +typedef interface IPrincipal IPrincipal; +#ifdef __cplusplus +interface IPrincipal; +#endif /* __cplusplus */ +#endif + +#ifndef __TaskScheduler_FWD_DEFINED__ +#define __TaskScheduler_FWD_DEFINED__ +#ifdef __cplusplus +typedef class TaskScheduler TaskScheduler; +#else +typedef struct TaskScheduler TaskScheduler; +#endif /* defined __cplusplus */ +#endif /* defined __TaskScheduler_FWD_DEFINED__ */ + +/* Headers for imported files */ + +#include +#include #ifdef __cplusplus extern "C" { #endif - typedef enum _TASK_COMPATIBILITY { - TASK_COMPATIBILITY_AT = 0, - TASK_COMPATIBILITY_V1 = 1, - TASK_COMPATIBILITY_V2 = 2 - } TASK_COMPATIBILITY; - - typedef enum _TASK_CREATION { - TASK_VALIDATE_ONLY = 0x1, - TASK_CREATE = 0x2, - TASK_UPDATE = 0x4, - TASK_CREATE_OR_UPDATE = 0x6, - TASK_DISABLE = 0x8, - TASK_DONT_ADD_PRINCIPAL_ACE = 0x10, - TASK_IGNORE_REGISTRATION_TRIGGERS = 0x20 - } TASK_CREATION; - - typedef enum _TASK_ENUM_HIDDEN { - TASK_ENUM_HIDDEN = 0x1 - } TASK_ENUM_FLAGS; - - typedef enum _TASK_INSTANCES_POLICY { - TASK_INSTANCES_PARALLEL = 0, - TASK_INSTANCES_QUEUE = 1, - TASK_INSTANCES_IGNORE_NEW = 2, - TASK_INSTANCES_STOP_EXISTING = 3 - } TASK_INSTANCES_POLICY; - - typedef enum _TASK_LOGON_TYPE { - TASK_LOGON_NONE = 0, - TASK_LOGON_PASSWORD = 1, - TASK_LOGON_S4U = 2, - TASK_LOGON_INTERACTIVE_TOKEN = 3, - TASK_LOGON_GROUP = 4, - TASK_LOGON_SERVICE_ACCOUNT = 5, - TASK_LOGON_INTERACTIVE_TOKEN_OR_PASSWORD = 6 - } TASK_LOGON_TYPE; - - typedef enum _TASK_RUN_FLAGS { - TASK_RUN_NO_FLAGS = 0x0, - TASK_RUN_AS_SELF = 0x1, - TASK_RUN_IGNORE_CONSTRAINTS = 0x2, - TASK_RUN_USE_SESSION_ID = 0x4, - TASK_RUN_USER_SID = 0x8 - } TASK_RUN_FLAGS; - - typedef enum _TASK_RUNLEVEL_TYPE { - TASK_RUNLEVEL_LUA = 0, - TASK_RUNLEVEL_HIGHEST = 1 - } TASK_RUNLEVEL_TYPE; - - typedef enum _TASK_SESSION_STATE_CHANGE_TYPE { - TASK_CONSOLE_CONNECT = 1, - TASK_CONSOLE_DISCONNECT = 2, - TASK_REMOTE_CONNECT = 3, - TASK_REMOTE_DISCONNECT = 4, - TASK_SESSION_LOCK = 7, - TASK_SESSION_UNLOCK = 8 - } TASK_SESSION_STATE_CHANGE_TYPE; - - typedef enum _TASK_STATE { - TASK_STATE_UNKNOWN = 0, - TASK_STATE_DISABLED = 1, - TASK_STATE_QUEUED = 2, - TASK_STATE_READY = 3, - TASK_STATE_RUNNING = 4 - } TASK_STATE; - - typedef enum _TASK_TRIGGER_TYPE2 { - TASK_TRIGGER_EVENT = 0, - TASK_TRIGGER_TIME = 1, - TASK_TRIGGER_DAILY = 2, - TASK_TRIGGER_WEEKLY = 3, - TASK_TRIGGER_MONTHLY = 4, - TASK_TRIGGER_MONTHLYDOW = 5, - TASK_TRIGGER_IDLE = 6, - TASK_TRIGGER_REGISTRATION = 7, - TASK_TRIGGER_BOOT = 8, - TASK_TRIGGER_LOGON = 9, - TASK_TRIGGER_SESSION_STATE_CHANGE = 11 - } TASK_TRIGGER_TYPE2; + +DEFINE_GUID(LIBID_TaskScheduler, 0xe34cb9f1, 0xc7f7, 0x424c, 0xbe,0x29, 0x02,0x7d,0xcc,0x09,0x36,0x3a); + +typedef enum _TASK_STATE { + TASK_STATE_UNKNOWN = 0, + TASK_STATE_DISABLED = 1, + TASK_STATE_QUEUED = 2, + TASK_STATE_READY = 3, + TASK_STATE_RUNNING = 4 +} TASK_STATE; +typedef enum _TASK_ENUM_FLAGS { + TASK_ENUM_HIDDEN = 0x1 +} TASK_ENUM_FLAGS; +typedef enum _TASK_LOGON_TYPE { + TASK_LOGON_NONE = 0, + TASK_LOGON_PASSWORD = 1, + TASK_LOGON_S4U = 2, + TASK_LOGON_INTERACTIVE_TOKEN = 3, + TASK_LOGON_GROUP = 4, + TASK_LOGON_SERVICE_ACCOUNT = 5, + TASK_LOGON_INTERACTIVE_TOKEN_OR_PASSWORD = 6 +} TASK_LOGON_TYPE; +typedef enum _TASK_RUNLEVEL { + TASK_RUNLEVEL_LUA = 0, + TASK_RUNLEVEL_HIGHEST = 1 +} TASK_RUNLEVEL_TYPE; +typedef enum _TASK_TRIGGER_TYPE2 { + TASK_TRIGGER_EVENT = 0, + TASK_TRIGGER_TIME = 1, + TASK_TRIGGER_DAILY = 2, + TASK_TRIGGER_WEEKLY = 3, + TASK_TRIGGER_MONTHLY = 4, + TASK_TRIGGER_MONTHLYDOW = 5, + TASK_TRIGGER_IDLE = 6, + TASK_TRIGGER_REGISTRATION = 7, + TASK_TRIGGER_BOOT = 8, + TASK_TRIGGER_LOGON = 9, + TASK_TRIGGER_SESSION_STATE_CHANGE = 11 +} TASK_TRIGGER_TYPE2; +typedef enum _TASK_ACTION_TYPE { + TASK_ACTION_EXEC = 0, + TASK_ACTION_COM_HANDLER = 5, + TASK_ACTION_SEND_EMAIL = 6, + TASK_ACTION_SHOW_MESSAGE = 7 +} TASK_ACTION_TYPE; +typedef enum _TASK_INSTANCES_POLICY { + TASK_INSTANCES_PARALLEL = 0, + TASK_INSTANCES_QUEUE = 1, + TASK_INSTANCES_IGNORE_NEW = 2, + TASK_INSTANCES_STOP_EXISTING = 3 +} TASK_INSTANCES_POLICY; +typedef enum _TASK_COMPATIBILITY { + TASK_COMPATIBILITY_AT = 0, + TASK_COMPATIBILITY_V1 = 1, + TASK_COMPATIBILITY_V2 = 2, + TASK_COMPATIBILITY_V2_1 = 3 +} TASK_COMPATIBILITY; +typedef enum _TASK_CREATION { + TASK_VALIDATE_ONLY = 1, + TASK_CREATE = 2, + TASK_UPDATE = 4, + TASK_CREATE_OR_UPDATE = 6, + TASK_DISABLE = 8, + TASK_DONT_ADD_PRINCIPAL_ACE = 16, + TASK_IGNORE_REGISTRATION_TRIGGERS = 32 +} TASK_CREATION; +#ifndef __ITaskService_FWD_DEFINED__ +#define __ITaskService_FWD_DEFINED__ +typedef interface ITaskService ITaskService; +#ifdef __cplusplus +interface ITaskService; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegisteredTask_FWD_DEFINED__ +#define __IRegisteredTask_FWD_DEFINED__ +typedef interface IRegisteredTask IRegisteredTask; +#ifdef __cplusplus +interface IRegisteredTask; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegisteredTaskCollection_FWD_DEFINED__ +#define __IRegisteredTaskCollection_FWD_DEFINED__ +typedef interface IRegisteredTaskCollection IRegisteredTaskCollection; +#ifdef __cplusplus +interface IRegisteredTaskCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __IRegistrationInfo_FWD_DEFINED__ +#define __IRegistrationInfo_FWD_DEFINED__ +typedef interface IRegistrationInfo IRegistrationInfo; +#ifdef __cplusplus +interface IRegistrationInfo; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskFolder_FWD_DEFINED__ +#define __ITaskFolder_FWD_DEFINED__ +typedef interface ITaskFolder ITaskFolder; +#ifdef __cplusplus +interface ITaskFolder; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskFolderCollection_FWD_DEFINED__ +#define __ITaskFolderCollection_FWD_DEFINED__ +typedef interface ITaskFolderCollection ITaskFolderCollection; +#ifdef __cplusplus +interface ITaskFolderCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskDefinition_FWD_DEFINED__ +#define __ITaskDefinition_FWD_DEFINED__ +typedef interface ITaskDefinition ITaskDefinition; +#ifdef __cplusplus +interface ITaskDefinition; +#endif /* __cplusplus */ +#endif + +#ifndef __ITaskSettings_FWD_DEFINED__ +#define __ITaskSettings_FWD_DEFINED__ +typedef interface ITaskSettings ITaskSettings; +#ifdef __cplusplus +interface ITaskSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IIdleSettings_FWD_DEFINED__ +#define __IIdleSettings_FWD_DEFINED__ +typedef interface IIdleSettings IIdleSettings; +#ifdef __cplusplus +interface IIdleSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IRunningTask_FWD_DEFINED__ +#define __IRunningTask_FWD_DEFINED__ +typedef interface IRunningTask IRunningTask; +#ifdef __cplusplus +interface IRunningTask; +#endif /* __cplusplus */ +#endif + +#ifndef __IRunningTaskCollection_FWD_DEFINED__ +#define __IRunningTaskCollection_FWD_DEFINED__ +typedef interface IRunningTaskCollection IRunningTaskCollection; +#ifdef __cplusplus +interface IRunningTaskCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITrigger_FWD_DEFINED__ +#define __ITrigger_FWD_DEFINED__ +typedef interface ITrigger ITrigger; +#ifdef __cplusplus +interface ITrigger; +#endif /* __cplusplus */ +#endif + +#ifndef __ITriggerCollection_FWD_DEFINED__ +#define __ITriggerCollection_FWD_DEFINED__ +typedef interface ITriggerCollection ITriggerCollection; +#ifdef __cplusplus +interface ITriggerCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __ITimeTrigger_FWD_DEFINED__ +#define __ITimeTrigger_FWD_DEFINED__ +typedef interface ITimeTrigger ITimeTrigger; +#ifdef __cplusplus +interface ITimeTrigger; +#endif /* __cplusplus */ +#endif + +#ifndef __IRepetitionPattern_FWD_DEFINED__ +#define __IRepetitionPattern_FWD_DEFINED__ +typedef interface IRepetitionPattern IRepetitionPattern; +#ifdef __cplusplus +interface IRepetitionPattern; +#endif /* __cplusplus */ +#endif + +#ifndef __IAction_FWD_DEFINED__ +#define __IAction_FWD_DEFINED__ +typedef interface IAction IAction; +#ifdef __cplusplus +interface IAction; +#endif /* __cplusplus */ +#endif + +#ifndef __IActionCollection_FWD_DEFINED__ +#define __IActionCollection_FWD_DEFINED__ +typedef interface IActionCollection IActionCollection; +#ifdef __cplusplus +interface IActionCollection; +#endif /* __cplusplus */ +#endif + +#ifndef __IExecAction_FWD_DEFINED__ +#define __IExecAction_FWD_DEFINED__ +typedef interface IExecAction IExecAction; +#ifdef __cplusplus +interface IExecAction; +#endif /* __cplusplus */ +#endif + +#ifndef __INetworkSettings_FWD_DEFINED__ +#define __INetworkSettings_FWD_DEFINED__ +typedef interface INetworkSettings INetworkSettings; +#ifdef __cplusplus +interface INetworkSettings; +#endif /* __cplusplus */ +#endif + +#ifndef __IPrincipal_FWD_DEFINED__ +#define __IPrincipal_FWD_DEFINED__ +typedef interface IPrincipal IPrincipal; +#ifdef __cplusplus +interface IPrincipal; +#endif /* __cplusplus */ +#endif + +/***************************************************************************** + * ITaskService interface + */ +#ifndef __ITaskService_INTERFACE_DEFINED__ +#define __ITaskService_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITaskService, 0x2faba4c7, 0x4da9, 0x4013, 0x96,0x97, 0x20,0xcc,0x3f,0xd4,0x0f,0x85); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("2faba4c7-4da9-4013-9697-20cc3fd40f85") +ITaskService : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE GetFolder( + BSTR path, + ITaskFolder **folder) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetRunningTasks( + LONG flags, + IRunningTaskCollection **tasks) = 0; + + virtual HRESULT STDMETHODCALLTYPE NewTask( + DWORD flags, + ITaskDefinition **definition) = 0; + + virtual HRESULT STDMETHODCALLTYPE Connect( + VARIANT server, + VARIANT user, + VARIANT domain, + VARIANT password) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Connected( + VARIANT_BOOL *connected) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_TargetServer( + BSTR *server) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ConnectedUser( + BSTR *user) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ConnectedDomain( + BSTR *domain) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_HighestVersion( + DWORD *version) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITaskService, 0x2faba4c7, 0x4da9, 0x4013, 0x96,0x97, 0x20,0xcc,0x3f,0xd4,0x0f,0x85) +#endif +#else +typedef struct ITaskServiceVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITaskService *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITaskService *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITaskService *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITaskService *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITaskService *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITaskService *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITaskService *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITaskService methods ***/ + HRESULT (STDMETHODCALLTYPE *GetFolder)( + ITaskService *This, + BSTR path, + ITaskFolder **folder); + + HRESULT (STDMETHODCALLTYPE *GetRunningTasks)( + ITaskService *This, + LONG flags, + IRunningTaskCollection **tasks); + + HRESULT (STDMETHODCALLTYPE *NewTask)( + ITaskService *This, + DWORD flags, + ITaskDefinition **definition); + + HRESULT (STDMETHODCALLTYPE *Connect)( + ITaskService *This, + VARIANT server, + VARIANT user, + VARIANT domain, + VARIANT password); + + HRESULT (STDMETHODCALLTYPE *get_Connected)( + ITaskService *This, + VARIANT_BOOL *connected); + + HRESULT (STDMETHODCALLTYPE *get_TargetServer)( + ITaskService *This, + BSTR *server); + + HRESULT (STDMETHODCALLTYPE *get_ConnectedUser)( + ITaskService *This, + BSTR *user); + + HRESULT (STDMETHODCALLTYPE *get_ConnectedDomain)( + ITaskService *This, + BSTR *domain); + + HRESULT (STDMETHODCALLTYPE *get_HighestVersion)( + ITaskService *This, + DWORD *version); + + END_INTERFACE +} ITaskServiceVtbl; + +interface ITaskService { + CONST_VTBL ITaskServiceVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITaskService_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITaskService_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITaskService_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITaskService_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITaskService_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITaskService_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITaskService_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITaskService methods ***/ +#define ITaskService_GetFolder(This,path,folder) (This)->lpVtbl->GetFolder(This,path,folder) +#define ITaskService_GetRunningTasks(This,flags,tasks) (This)->lpVtbl->GetRunningTasks(This,flags,tasks) +#define ITaskService_NewTask(This,flags,definition) (This)->lpVtbl->NewTask(This,flags,definition) +#define ITaskService_Connect(This,server,user,domain,password) (This)->lpVtbl->Connect(This,server,user,domain,password) +#define ITaskService_get_Connected(This,connected) (This)->lpVtbl->get_Connected(This,connected) +#define ITaskService_get_TargetServer(This,server) (This)->lpVtbl->get_TargetServer(This,server) +#define ITaskService_get_ConnectedUser(This,user) (This)->lpVtbl->get_ConnectedUser(This,user) +#define ITaskService_get_ConnectedDomain(This,domain) (This)->lpVtbl->get_ConnectedDomain(This,domain) +#define ITaskService_get_HighestVersion(This,version) (This)->lpVtbl->get_HighestVersion(This,version) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITaskService_QueryInterface(ITaskService* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITaskService_AddRef(ITaskService* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITaskService_Release(ITaskService* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITaskService_GetTypeInfoCount(ITaskService* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITaskService_GetTypeInfo(ITaskService* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITaskService_GetIDsOfNames(ITaskService* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITaskService_Invoke(ITaskService* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITaskService methods ***/ +static FORCEINLINE HRESULT ITaskService_GetFolder(ITaskService* This,BSTR path,ITaskFolder **folder) { + return This->lpVtbl->GetFolder(This,path,folder); +} +static FORCEINLINE HRESULT ITaskService_GetRunningTasks(ITaskService* This,LONG flags,IRunningTaskCollection **tasks) { + return This->lpVtbl->GetRunningTasks(This,flags,tasks); +} +static FORCEINLINE HRESULT ITaskService_NewTask(ITaskService* This,DWORD flags,ITaskDefinition **definition) { + return This->lpVtbl->NewTask(This,flags,definition); +} +static FORCEINLINE HRESULT ITaskService_Connect(ITaskService* This,VARIANT server,VARIANT user,VARIANT domain,VARIANT password) { + return This->lpVtbl->Connect(This,server,user,domain,password); +} +static FORCEINLINE HRESULT ITaskService_get_Connected(ITaskService* This,VARIANT_BOOL *connected) { + return This->lpVtbl->get_Connected(This,connected); +} +static FORCEINLINE HRESULT ITaskService_get_TargetServer(ITaskService* This,BSTR *server) { + return This->lpVtbl->get_TargetServer(This,server); +} +static FORCEINLINE HRESULT ITaskService_get_ConnectedUser(ITaskService* This,BSTR *user) { + return This->lpVtbl->get_ConnectedUser(This,user); +} +static FORCEINLINE HRESULT ITaskService_get_ConnectedDomain(ITaskService* This,BSTR *domain) { + return This->lpVtbl->get_ConnectedDomain(This,domain); +} +static FORCEINLINE HRESULT ITaskService_get_HighestVersion(ITaskService* This,DWORD *version) { + return This->lpVtbl->get_HighestVersion(This,version); +} +#endif +#endif + +#endif + + +#endif /* __ITaskService_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRegisteredTask interface + */ +#ifndef __IRegisteredTask_INTERFACE_DEFINED__ +#define __IRegisteredTask_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRegisteredTask, 0x9c86f320, 0xdee3, 0x4dd1, 0xb9,0x72, 0xa3,0x03,0xf2,0x6b,0x06,0x1e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9c86f320-dee3-4dd1-b972-a303f26b061e") +IRegisteredTask : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Path( + BSTR *path) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_State( + TASK_STATE *state) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE Run( + VARIANT params, + IRunningTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE RunEx( + VARIANT params, + LONG flags, + LONG sessionID, + BSTR user, + IRunningTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInstances( + LONG flags, + IRunningTaskCollection **tasks) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LastRunTime( + DATE *date) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LastTaskResult( + LONG *result) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_NumberOfMissedRuns( + LONG *runs) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_NextRunTime( + DATE *date) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Definition( + ITaskDefinition **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Xml( + BSTR *xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSecurityDescriptor( + LONG info, + BSTR *sddl) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSecurityDescriptor( + BSTR sddl, + LONG flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE Stop( + LONG flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetRunTimes( + const LPSYSTEMTIME start, + const LPSYSTEMTIME end, + DWORD *count, + LPSYSTEMTIME *time) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRegisteredTask, 0x9c86f320, 0xdee3, 0x4dd1, 0xb9,0x72, 0xa3,0x03,0xf2,0x6b,0x06,0x1e) +#endif +#else +typedef struct IRegisteredTaskVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRegisteredTask *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRegisteredTask *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRegisteredTask *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRegisteredTask *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRegisteredTask *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRegisteredTask *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRegisteredTask *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRegisteredTask methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + IRegisteredTask *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *get_Path)( + IRegisteredTask *This, + BSTR *path); + + HRESULT (STDMETHODCALLTYPE *get_State)( + IRegisteredTask *This, + TASK_STATE *state); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + IRegisteredTask *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + IRegisteredTask *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *Run)( + IRegisteredTask *This, + VARIANT params, + IRunningTask **task); + + HRESULT (STDMETHODCALLTYPE *RunEx)( + IRegisteredTask *This, + VARIANT params, + LONG flags, + LONG sessionID, + BSTR user, + IRunningTask **task); + + HRESULT (STDMETHODCALLTYPE *GetInstances)( + IRegisteredTask *This, + LONG flags, + IRunningTaskCollection **tasks); + + HRESULT (STDMETHODCALLTYPE *get_LastRunTime)( + IRegisteredTask *This, + DATE *date); + + HRESULT (STDMETHODCALLTYPE *get_LastTaskResult)( + IRegisteredTask *This, + LONG *result); + + HRESULT (STDMETHODCALLTYPE *get_NumberOfMissedRuns)( + IRegisteredTask *This, + LONG *runs); + + HRESULT (STDMETHODCALLTYPE *get_NextRunTime)( + IRegisteredTask *This, + DATE *date); + + HRESULT (STDMETHODCALLTYPE *get_Definition)( + IRegisteredTask *This, + ITaskDefinition **task); + + HRESULT (STDMETHODCALLTYPE *get_Xml)( + IRegisteredTask *This, + BSTR *xml); + + HRESULT (STDMETHODCALLTYPE *GetSecurityDescriptor)( + IRegisteredTask *This, + LONG info, + BSTR *sddl); + + HRESULT (STDMETHODCALLTYPE *SetSecurityDescriptor)( + IRegisteredTask *This, + BSTR sddl, + LONG flags); + + HRESULT (STDMETHODCALLTYPE *Stop)( + IRegisteredTask *This, + LONG flags); + + HRESULT (STDMETHODCALLTYPE *GetRunTimes)( + IRegisteredTask *This, + const LPSYSTEMTIME start, + const LPSYSTEMTIME end, + DWORD *count, + LPSYSTEMTIME *time); + + END_INTERFACE +} IRegisteredTaskVtbl; + +interface IRegisteredTask { + CONST_VTBL IRegisteredTaskVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRegisteredTask_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRegisteredTask_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRegisteredTask_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRegisteredTask_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRegisteredTask_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRegisteredTask_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRegisteredTask_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRegisteredTask methods ***/ +#define IRegisteredTask_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define IRegisteredTask_get_Path(This,path) (This)->lpVtbl->get_Path(This,path) +#define IRegisteredTask_get_State(This,state) (This)->lpVtbl->get_State(This,state) +#define IRegisteredTask_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define IRegisteredTask_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#define IRegisteredTask_Run(This,params,task) (This)->lpVtbl->Run(This,params,task) +#define IRegisteredTask_RunEx(This,params,flags,sessionID,user,task) (This)->lpVtbl->RunEx(This,params,flags,sessionID,user,task) +#define IRegisteredTask_GetInstances(This,flags,tasks) (This)->lpVtbl->GetInstances(This,flags,tasks) +#define IRegisteredTask_get_LastRunTime(This,date) (This)->lpVtbl->get_LastRunTime(This,date) +#define IRegisteredTask_get_LastTaskResult(This,result) (This)->lpVtbl->get_LastTaskResult(This,result) +#define IRegisteredTask_get_NumberOfMissedRuns(This,runs) (This)->lpVtbl->get_NumberOfMissedRuns(This,runs) +#define IRegisteredTask_get_NextRunTime(This,date) (This)->lpVtbl->get_NextRunTime(This,date) +#define IRegisteredTask_get_Definition(This,task) (This)->lpVtbl->get_Definition(This,task) +#define IRegisteredTask_get_Xml(This,xml) (This)->lpVtbl->get_Xml(This,xml) +#define IRegisteredTask_GetSecurityDescriptor(This,info,sddl) (This)->lpVtbl->GetSecurityDescriptor(This,info,sddl) +#define IRegisteredTask_SetSecurityDescriptor(This,sddl,flags) (This)->lpVtbl->SetSecurityDescriptor(This,sddl,flags) +#define IRegisteredTask_Stop(This,flags) (This)->lpVtbl->Stop(This,flags) +#define IRegisteredTask_GetRunTimes(This,start,end,count,time) (This)->lpVtbl->GetRunTimes(This,start,end,count,time) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRegisteredTask_QueryInterface(IRegisteredTask* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRegisteredTask_AddRef(IRegisteredTask* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRegisteredTask_Release(IRegisteredTask* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRegisteredTask_GetTypeInfoCount(IRegisteredTask* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRegisteredTask_GetTypeInfo(IRegisteredTask* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRegisteredTask_GetIDsOfNames(IRegisteredTask* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRegisteredTask_Invoke(IRegisteredTask* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRegisteredTask methods ***/ +static FORCEINLINE HRESULT IRegisteredTask_get_Name(IRegisteredTask* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT IRegisteredTask_get_Path(IRegisteredTask* This,BSTR *path) { + return This->lpVtbl->get_Path(This,path); +} +static FORCEINLINE HRESULT IRegisteredTask_get_State(IRegisteredTask* This,TASK_STATE *state) { + return This->lpVtbl->get_State(This,state); +} +static FORCEINLINE HRESULT IRegisteredTask_get_Enabled(IRegisteredTask* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT IRegisteredTask_put_Enabled(IRegisteredTask* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +static FORCEINLINE HRESULT IRegisteredTask_Run(IRegisteredTask* This,VARIANT params,IRunningTask **task) { + return This->lpVtbl->Run(This,params,task); +} +static FORCEINLINE HRESULT IRegisteredTask_RunEx(IRegisteredTask* This,VARIANT params,LONG flags,LONG sessionID,BSTR user,IRunningTask **task) { + return This->lpVtbl->RunEx(This,params,flags,sessionID,user,task); +} +static FORCEINLINE HRESULT IRegisteredTask_GetInstances(IRegisteredTask* This,LONG flags,IRunningTaskCollection **tasks) { + return This->lpVtbl->GetInstances(This,flags,tasks); +} +static FORCEINLINE HRESULT IRegisteredTask_get_LastRunTime(IRegisteredTask* This,DATE *date) { + return This->lpVtbl->get_LastRunTime(This,date); +} +static FORCEINLINE HRESULT IRegisteredTask_get_LastTaskResult(IRegisteredTask* This,LONG *result) { + return This->lpVtbl->get_LastTaskResult(This,result); +} +static FORCEINLINE HRESULT IRegisteredTask_get_NumberOfMissedRuns(IRegisteredTask* This,LONG *runs) { + return This->lpVtbl->get_NumberOfMissedRuns(This,runs); +} +static FORCEINLINE HRESULT IRegisteredTask_get_NextRunTime(IRegisteredTask* This,DATE *date) { + return This->lpVtbl->get_NextRunTime(This,date); +} +static FORCEINLINE HRESULT IRegisteredTask_get_Definition(IRegisteredTask* This,ITaskDefinition **task) { + return This->lpVtbl->get_Definition(This,task); +} +static FORCEINLINE HRESULT IRegisteredTask_get_Xml(IRegisteredTask* This,BSTR *xml) { + return This->lpVtbl->get_Xml(This,xml); +} +static FORCEINLINE HRESULT IRegisteredTask_GetSecurityDescriptor(IRegisteredTask* This,LONG info,BSTR *sddl) { + return This->lpVtbl->GetSecurityDescriptor(This,info,sddl); +} +static FORCEINLINE HRESULT IRegisteredTask_SetSecurityDescriptor(IRegisteredTask* This,BSTR sddl,LONG flags) { + return This->lpVtbl->SetSecurityDescriptor(This,sddl,flags); +} +static FORCEINLINE HRESULT IRegisteredTask_Stop(IRegisteredTask* This,LONG flags) { + return This->lpVtbl->Stop(This,flags); +} +static FORCEINLINE HRESULT IRegisteredTask_GetRunTimes(IRegisteredTask* This,const LPSYSTEMTIME start,const LPSYSTEMTIME end,DWORD *count,LPSYSTEMTIME *time) { + return This->lpVtbl->GetRunTimes(This,start,end,count,time); +} +#endif +#endif + +#endif + + +#endif /* __IRegisteredTask_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRegisteredTaskCollection interface + */ +#ifndef __IRegisteredTaskCollection_INTERFACE_DEFINED__ +#define __IRegisteredTaskCollection_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRegisteredTaskCollection, 0x86627eb4, 0x42a7, 0x41e4, 0xa4,0xd9, 0xac,0x33,0xa7,0x2f,0x2d,0x52); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("86627eb4-42a7-41e4-a4d9-ac33a72f2d52") +IRegisteredTaskCollection : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Item( + VARIANT index, + IRegisteredTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **penum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRegisteredTaskCollection, 0x86627eb4, 0x42a7, 0x41e4, 0xa4,0xd9, 0xac,0x33,0xa7,0x2f,0x2d,0x52) +#endif +#else +typedef struct IRegisteredTaskCollectionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRegisteredTaskCollection *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRegisteredTaskCollection *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRegisteredTaskCollection *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRegisteredTaskCollection *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRegisteredTaskCollection *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRegisteredTaskCollection *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRegisteredTaskCollection *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRegisteredTaskCollection methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + IRegisteredTaskCollection *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *get_Item)( + IRegisteredTaskCollection *This, + VARIANT index, + IRegisteredTask **task); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + IRegisteredTaskCollection *This, + IUnknown **penum); + + END_INTERFACE +} IRegisteredTaskCollectionVtbl; + +interface IRegisteredTaskCollection { + CONST_VTBL IRegisteredTaskCollectionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRegisteredTaskCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRegisteredTaskCollection_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRegisteredTaskCollection_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRegisteredTaskCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRegisteredTaskCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRegisteredTaskCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRegisteredTaskCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRegisteredTaskCollection methods ***/ +#define IRegisteredTaskCollection_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define IRegisteredTaskCollection_get_Item(This,index,task) (This)->lpVtbl->get_Item(This,index,task) +#define IRegisteredTaskCollection_get__NewEnum(This,penum) (This)->lpVtbl->get__NewEnum(This,penum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRegisteredTaskCollection_QueryInterface(IRegisteredTaskCollection* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRegisteredTaskCollection_AddRef(IRegisteredTaskCollection* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRegisteredTaskCollection_Release(IRegisteredTaskCollection* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRegisteredTaskCollection_GetTypeInfoCount(IRegisteredTaskCollection* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRegisteredTaskCollection_GetTypeInfo(IRegisteredTaskCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRegisteredTaskCollection_GetIDsOfNames(IRegisteredTaskCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRegisteredTaskCollection_Invoke(IRegisteredTaskCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRegisteredTaskCollection methods ***/ +static FORCEINLINE HRESULT IRegisteredTaskCollection_get_Count(IRegisteredTaskCollection* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT IRegisteredTaskCollection_get_Item(IRegisteredTaskCollection* This,VARIANT index,IRegisteredTask **task) { + return This->lpVtbl->get_Item(This,index,task); +} +static FORCEINLINE HRESULT IRegisteredTaskCollection_get__NewEnum(IRegisteredTaskCollection* This,IUnknown **penum) { + return This->lpVtbl->get__NewEnum(This,penum); +} +#endif +#endif + +#endif + + +#endif /* __IRegisteredTaskCollection_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRegistrationInfo interface + */ +#ifndef __IRegistrationInfo_INTERFACE_DEFINED__ +#define __IRegistrationInfo_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRegistrationInfo, 0x416d8b73, 0xcb41, 0x4ea1, 0x80,0x5c, 0x9b,0xe9,0xa5,0xac,0x4a,0x74); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("416d8b73-cb41-4ea1-805c-9be9a5ac4a74") +IRegistrationInfo : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Description( + BSTR *description) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Description( + BSTR description) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Author( + BSTR *author) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Author( + BSTR author) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Version( + BSTR *version) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Version( + BSTR version) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Date( + BSTR *date) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Date( + BSTR date) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Documentation( + BSTR *doc) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Documentation( + BSTR doc) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_XmlText( + BSTR *xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_XmlText( + BSTR xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_URI( + BSTR *uri) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_URI( + BSTR uri) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_SecurityDescriptor( + VARIANT *sddl) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_SecurityDescriptor( + VARIANT sddl) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Source( + BSTR *source) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Source( + BSTR source) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRegistrationInfo, 0x416d8b73, 0xcb41, 0x4ea1, 0x80,0x5c, 0x9b,0xe9,0xa5,0xac,0x4a,0x74) +#endif +#else +typedef struct IRegistrationInfoVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRegistrationInfo *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRegistrationInfo *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRegistrationInfo *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRegistrationInfo *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRegistrationInfo *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRegistrationInfo *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRegistrationInfo *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRegistrationInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Description)( + IRegistrationInfo *This, + BSTR *description); + + HRESULT (STDMETHODCALLTYPE *put_Description)( + IRegistrationInfo *This, + BSTR description); + + HRESULT (STDMETHODCALLTYPE *get_Author)( + IRegistrationInfo *This, + BSTR *author); + + HRESULT (STDMETHODCALLTYPE *put_Author)( + IRegistrationInfo *This, + BSTR author); + + HRESULT (STDMETHODCALLTYPE *get_Version)( + IRegistrationInfo *This, + BSTR *version); + + HRESULT (STDMETHODCALLTYPE *put_Version)( + IRegistrationInfo *This, + BSTR version); + + HRESULT (STDMETHODCALLTYPE *get_Date)( + IRegistrationInfo *This, + BSTR *date); + + HRESULT (STDMETHODCALLTYPE *put_Date)( + IRegistrationInfo *This, + BSTR date); + + HRESULT (STDMETHODCALLTYPE *get_Documentation)( + IRegistrationInfo *This, + BSTR *doc); + + HRESULT (STDMETHODCALLTYPE *put_Documentation)( + IRegistrationInfo *This, + BSTR doc); + + HRESULT (STDMETHODCALLTYPE *get_XmlText)( + IRegistrationInfo *This, + BSTR *xml); + + HRESULT (STDMETHODCALLTYPE *put_XmlText)( + IRegistrationInfo *This, + BSTR xml); + + HRESULT (STDMETHODCALLTYPE *get_URI)( + IRegistrationInfo *This, + BSTR *uri); + + HRESULT (STDMETHODCALLTYPE *put_URI)( + IRegistrationInfo *This, + BSTR uri); + + HRESULT (STDMETHODCALLTYPE *get_SecurityDescriptor)( + IRegistrationInfo *This, + VARIANT *sddl); + + HRESULT (STDMETHODCALLTYPE *put_SecurityDescriptor)( + IRegistrationInfo *This, + VARIANT sddl); + + HRESULT (STDMETHODCALLTYPE *get_Source)( + IRegistrationInfo *This, + BSTR *source); + + HRESULT (STDMETHODCALLTYPE *put_Source)( + IRegistrationInfo *This, + BSTR source); + + END_INTERFACE +} IRegistrationInfoVtbl; + +interface IRegistrationInfo { + CONST_VTBL IRegistrationInfoVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRegistrationInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRegistrationInfo_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRegistrationInfo_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRegistrationInfo_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRegistrationInfo_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRegistrationInfo_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRegistrationInfo_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRegistrationInfo methods ***/ +#define IRegistrationInfo_get_Description(This,description) (This)->lpVtbl->get_Description(This,description) +#define IRegistrationInfo_put_Description(This,description) (This)->lpVtbl->put_Description(This,description) +#define IRegistrationInfo_get_Author(This,author) (This)->lpVtbl->get_Author(This,author) +#define IRegistrationInfo_put_Author(This,author) (This)->lpVtbl->put_Author(This,author) +#define IRegistrationInfo_get_Version(This,version) (This)->lpVtbl->get_Version(This,version) +#define IRegistrationInfo_put_Version(This,version) (This)->lpVtbl->put_Version(This,version) +#define IRegistrationInfo_get_Date(This,date) (This)->lpVtbl->get_Date(This,date) +#define IRegistrationInfo_put_Date(This,date) (This)->lpVtbl->put_Date(This,date) +#define IRegistrationInfo_get_Documentation(This,doc) (This)->lpVtbl->get_Documentation(This,doc) +#define IRegistrationInfo_put_Documentation(This,doc) (This)->lpVtbl->put_Documentation(This,doc) +#define IRegistrationInfo_get_XmlText(This,xml) (This)->lpVtbl->get_XmlText(This,xml) +#define IRegistrationInfo_put_XmlText(This,xml) (This)->lpVtbl->put_XmlText(This,xml) +#define IRegistrationInfo_get_URI(This,uri) (This)->lpVtbl->get_URI(This,uri) +#define IRegistrationInfo_put_URI(This,uri) (This)->lpVtbl->put_URI(This,uri) +#define IRegistrationInfo_get_SecurityDescriptor(This,sddl) (This)->lpVtbl->get_SecurityDescriptor(This,sddl) +#define IRegistrationInfo_put_SecurityDescriptor(This,sddl) (This)->lpVtbl->put_SecurityDescriptor(This,sddl) +#define IRegistrationInfo_get_Source(This,source) (This)->lpVtbl->get_Source(This,source) +#define IRegistrationInfo_put_Source(This,source) (This)->lpVtbl->put_Source(This,source) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRegistrationInfo_QueryInterface(IRegistrationInfo* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRegistrationInfo_AddRef(IRegistrationInfo* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRegistrationInfo_Release(IRegistrationInfo* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRegistrationInfo_GetTypeInfoCount(IRegistrationInfo* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRegistrationInfo_GetTypeInfo(IRegistrationInfo* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRegistrationInfo_GetIDsOfNames(IRegistrationInfo* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRegistrationInfo_Invoke(IRegistrationInfo* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRegistrationInfo methods ***/ +static FORCEINLINE HRESULT IRegistrationInfo_get_Description(IRegistrationInfo* This,BSTR *description) { + return This->lpVtbl->get_Description(This,description); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Description(IRegistrationInfo* This,BSTR description) { + return This->lpVtbl->put_Description(This,description); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_Author(IRegistrationInfo* This,BSTR *author) { + return This->lpVtbl->get_Author(This,author); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Author(IRegistrationInfo* This,BSTR author) { + return This->lpVtbl->put_Author(This,author); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_Version(IRegistrationInfo* This,BSTR *version) { + return This->lpVtbl->get_Version(This,version); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Version(IRegistrationInfo* This,BSTR version) { + return This->lpVtbl->put_Version(This,version); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_Date(IRegistrationInfo* This,BSTR *date) { + return This->lpVtbl->get_Date(This,date); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Date(IRegistrationInfo* This,BSTR date) { + return This->lpVtbl->put_Date(This,date); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_Documentation(IRegistrationInfo* This,BSTR *doc) { + return This->lpVtbl->get_Documentation(This,doc); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Documentation(IRegistrationInfo* This,BSTR doc) { + return This->lpVtbl->put_Documentation(This,doc); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_XmlText(IRegistrationInfo* This,BSTR *xml) { + return This->lpVtbl->get_XmlText(This,xml); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_XmlText(IRegistrationInfo* This,BSTR xml) { + return This->lpVtbl->put_XmlText(This,xml); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_URI(IRegistrationInfo* This,BSTR *uri) { + return This->lpVtbl->get_URI(This,uri); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_URI(IRegistrationInfo* This,BSTR uri) { + return This->lpVtbl->put_URI(This,uri); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_SecurityDescriptor(IRegistrationInfo* This,VARIANT *sddl) { + return This->lpVtbl->get_SecurityDescriptor(This,sddl); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_SecurityDescriptor(IRegistrationInfo* This,VARIANT sddl) { + return This->lpVtbl->put_SecurityDescriptor(This,sddl); +} +static FORCEINLINE HRESULT IRegistrationInfo_get_Source(IRegistrationInfo* This,BSTR *source) { + return This->lpVtbl->get_Source(This,source); +} +static FORCEINLINE HRESULT IRegistrationInfo_put_Source(IRegistrationInfo* This,BSTR source) { + return This->lpVtbl->put_Source(This,source); +} +#endif +#endif + +#endif + + +#endif /* __IRegistrationInfo_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITaskFolder interface + */ +#ifndef __ITaskFolder_INTERFACE_DEFINED__ +#define __ITaskFolder_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITaskFolder, 0x8cfac062, 0xa080, 0x4c15, 0x9a,0x88, 0xaa,0x7c,0x2a,0xf8,0x0d,0xfc); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8cfac062-a080-4c15-9a88-aa7c2af80dfc") +ITaskFolder : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Path( + BSTR *path) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFolder( + BSTR path, + ITaskFolder **folder) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFolders( + LONG flags, + ITaskFolderCollection **folders) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateFolder( + BSTR name, + VARIANT sddl, + ITaskFolder **folder) = 0; + + virtual HRESULT STDMETHODCALLTYPE DeleteFolder( + BSTR name, + LONG flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTask( + BSTR path, + IRegisteredTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTasks( + LONG flags, + IRegisteredTaskCollection **tasks) = 0; + + virtual HRESULT STDMETHODCALLTYPE DeleteTask( + BSTR name, + LONG flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE RegisterTask( + BSTR path, + BSTR xml, + LONG flags, + VARIANT user, + VARIANT password, + TASK_LOGON_TYPE logonType, + VARIANT sddl, + IRegisteredTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE RegisterTaskDefinition( + BSTR path, + ITaskDefinition *definition, + LONG flags, + VARIANT user, + VARIANT password, + TASK_LOGON_TYPE logon, + VARIANT sddl, + IRegisteredTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSecurityDescriptor( + LONG info, + BSTR *sddl) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSecurityDescriptor( + BSTR sddl, + LONG flags) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITaskFolder, 0x8cfac062, 0xa080, 0x4c15, 0x9a,0x88, 0xaa,0x7c,0x2a,0xf8,0x0d,0xfc) +#endif +#else +typedef struct ITaskFolderVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITaskFolder *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITaskFolder *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITaskFolder *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITaskFolder *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITaskFolder *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITaskFolder *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITaskFolder *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITaskFolder methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + ITaskFolder *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *get_Path)( + ITaskFolder *This, + BSTR *path); + + HRESULT (STDMETHODCALLTYPE *GetFolder)( + ITaskFolder *This, + BSTR path, + ITaskFolder **folder); + + HRESULT (STDMETHODCALLTYPE *GetFolders)( + ITaskFolder *This, + LONG flags, + ITaskFolderCollection **folders); + + HRESULT (STDMETHODCALLTYPE *CreateFolder)( + ITaskFolder *This, + BSTR name, + VARIANT sddl, + ITaskFolder **folder); + + HRESULT (STDMETHODCALLTYPE *DeleteFolder)( + ITaskFolder *This, + BSTR name, + LONG flags); + + HRESULT (STDMETHODCALLTYPE *GetTask)( + ITaskFolder *This, + BSTR path, + IRegisteredTask **task); + + HRESULT (STDMETHODCALLTYPE *GetTasks)( + ITaskFolder *This, + LONG flags, + IRegisteredTaskCollection **tasks); + + HRESULT (STDMETHODCALLTYPE *DeleteTask)( + ITaskFolder *This, + BSTR name, + LONG flags); + + HRESULT (STDMETHODCALLTYPE *RegisterTask)( + ITaskFolder *This, + BSTR path, + BSTR xml, + LONG flags, + VARIANT user, + VARIANT password, + TASK_LOGON_TYPE logonType, + VARIANT sddl, + IRegisteredTask **task); + + HRESULT (STDMETHODCALLTYPE *RegisterTaskDefinition)( + ITaskFolder *This, + BSTR path, + ITaskDefinition *definition, + LONG flags, + VARIANT user, + VARIANT password, + TASK_LOGON_TYPE logon, + VARIANT sddl, + IRegisteredTask **task); + + HRESULT (STDMETHODCALLTYPE *GetSecurityDescriptor)( + ITaskFolder *This, + LONG info, + BSTR *sddl); + + HRESULT (STDMETHODCALLTYPE *SetSecurityDescriptor)( + ITaskFolder *This, + BSTR sddl, + LONG flags); + + END_INTERFACE +} ITaskFolderVtbl; + +interface ITaskFolder { + CONST_VTBL ITaskFolderVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITaskFolder_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITaskFolder_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITaskFolder_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITaskFolder_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITaskFolder_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITaskFolder_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITaskFolder_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITaskFolder methods ***/ +#define ITaskFolder_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define ITaskFolder_get_Path(This,path) (This)->lpVtbl->get_Path(This,path) +#define ITaskFolder_GetFolder(This,path,folder) (This)->lpVtbl->GetFolder(This,path,folder) +#define ITaskFolder_GetFolders(This,flags,folders) (This)->lpVtbl->GetFolders(This,flags,folders) +#define ITaskFolder_CreateFolder(This,name,sddl,folder) (This)->lpVtbl->CreateFolder(This,name,sddl,folder) +#define ITaskFolder_DeleteFolder(This,name,flags) (This)->lpVtbl->DeleteFolder(This,name,flags) +#define ITaskFolder_GetTask(This,path,task) (This)->lpVtbl->GetTask(This,path,task) +#define ITaskFolder_GetTasks(This,flags,tasks) (This)->lpVtbl->GetTasks(This,flags,tasks) +#define ITaskFolder_DeleteTask(This,name,flags) (This)->lpVtbl->DeleteTask(This,name,flags) +#define ITaskFolder_RegisterTask(This,path,xml,flags,user,password,logonType,sddl,task) (This)->lpVtbl->RegisterTask(This,path,xml,flags,user,password,logonType,sddl,task) +#define ITaskFolder_RegisterTaskDefinition(This,path,definition,flags,user,password,logon,sddl,task) (This)->lpVtbl->RegisterTaskDefinition(This,path,definition,flags,user,password,logon,sddl,task) +#define ITaskFolder_GetSecurityDescriptor(This,info,sddl) (This)->lpVtbl->GetSecurityDescriptor(This,info,sddl) +#define ITaskFolder_SetSecurityDescriptor(This,sddl,flags) (This)->lpVtbl->SetSecurityDescriptor(This,sddl,flags) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITaskFolder_QueryInterface(ITaskFolder* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITaskFolder_AddRef(ITaskFolder* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITaskFolder_Release(ITaskFolder* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITaskFolder_GetTypeInfoCount(ITaskFolder* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITaskFolder_GetTypeInfo(ITaskFolder* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITaskFolder_GetIDsOfNames(ITaskFolder* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITaskFolder_Invoke(ITaskFolder* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITaskFolder methods ***/ +static FORCEINLINE HRESULT ITaskFolder_get_Name(ITaskFolder* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT ITaskFolder_get_Path(ITaskFolder* This,BSTR *path) { + return This->lpVtbl->get_Path(This,path); +} +static FORCEINLINE HRESULT ITaskFolder_GetFolder(ITaskFolder* This,BSTR path,ITaskFolder **folder) { + return This->lpVtbl->GetFolder(This,path,folder); +} +static FORCEINLINE HRESULT ITaskFolder_GetFolders(ITaskFolder* This,LONG flags,ITaskFolderCollection **folders) { + return This->lpVtbl->GetFolders(This,flags,folders); +} +static FORCEINLINE HRESULT ITaskFolder_CreateFolder(ITaskFolder* This,BSTR name,VARIANT sddl,ITaskFolder **folder) { + return This->lpVtbl->CreateFolder(This,name,sddl,folder); +} +static FORCEINLINE HRESULT ITaskFolder_DeleteFolder(ITaskFolder* This,BSTR name,LONG flags) { + return This->lpVtbl->DeleteFolder(This,name,flags); +} +static FORCEINLINE HRESULT ITaskFolder_GetTask(ITaskFolder* This,BSTR path,IRegisteredTask **task) { + return This->lpVtbl->GetTask(This,path,task); +} +static FORCEINLINE HRESULT ITaskFolder_GetTasks(ITaskFolder* This,LONG flags,IRegisteredTaskCollection **tasks) { + return This->lpVtbl->GetTasks(This,flags,tasks); +} +static FORCEINLINE HRESULT ITaskFolder_DeleteTask(ITaskFolder* This,BSTR name,LONG flags) { + return This->lpVtbl->DeleteTask(This,name,flags); +} +static FORCEINLINE HRESULT ITaskFolder_RegisterTask(ITaskFolder* This,BSTR path,BSTR xml,LONG flags,VARIANT user,VARIANT password,TASK_LOGON_TYPE logonType,VARIANT sddl,IRegisteredTask **task) { + return This->lpVtbl->RegisterTask(This,path,xml,flags,user,password,logonType,sddl,task); +} +static FORCEINLINE HRESULT ITaskFolder_RegisterTaskDefinition(ITaskFolder* This,BSTR path,ITaskDefinition *definition,LONG flags,VARIANT user,VARIANT password,TASK_LOGON_TYPE logon,VARIANT sddl,IRegisteredTask **task) { + return This->lpVtbl->RegisterTaskDefinition(This,path,definition,flags,user,password,logon,sddl,task); +} +static FORCEINLINE HRESULT ITaskFolder_GetSecurityDescriptor(ITaskFolder* This,LONG info,BSTR *sddl) { + return This->lpVtbl->GetSecurityDescriptor(This,info,sddl); +} +static FORCEINLINE HRESULT ITaskFolder_SetSecurityDescriptor(ITaskFolder* This,BSTR sddl,LONG flags) { + return This->lpVtbl->SetSecurityDescriptor(This,sddl,flags); +} +#endif +#endif + +#endif + + +#endif /* __ITaskFolder_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITaskFolderCollection interface + */ +#ifndef __ITaskFolderCollection_INTERFACE_DEFINED__ +#define __ITaskFolderCollection_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITaskFolderCollection, 0x79184a66, 0x8664, 0x423f, 0x97,0xf1, 0x63,0x73,0x56,0xa5,0xd8,0x12); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("79184a66-8664-423f-97f1-637356a5d812") +ITaskFolderCollection : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Item( + VARIANT index, + ITaskFolder **folder) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **penum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITaskFolderCollection, 0x79184a66, 0x8664, 0x423f, 0x97,0xf1, 0x63,0x73,0x56,0xa5,0xd8,0x12) +#endif +#else +typedef struct ITaskFolderCollectionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITaskFolderCollection *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITaskFolderCollection *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITaskFolderCollection *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITaskFolderCollection *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITaskFolderCollection *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITaskFolderCollection *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITaskFolderCollection *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITaskFolderCollection methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + ITaskFolderCollection *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *get_Item)( + ITaskFolderCollection *This, + VARIANT index, + ITaskFolder **folder); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + ITaskFolderCollection *This, + IUnknown **penum); + + END_INTERFACE +} ITaskFolderCollectionVtbl; + +interface ITaskFolderCollection { + CONST_VTBL ITaskFolderCollectionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITaskFolderCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITaskFolderCollection_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITaskFolderCollection_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITaskFolderCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITaskFolderCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITaskFolderCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITaskFolderCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITaskFolderCollection methods ***/ +#define ITaskFolderCollection_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define ITaskFolderCollection_get_Item(This,index,folder) (This)->lpVtbl->get_Item(This,index,folder) +#define ITaskFolderCollection_get__NewEnum(This,penum) (This)->lpVtbl->get__NewEnum(This,penum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITaskFolderCollection_QueryInterface(ITaskFolderCollection* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITaskFolderCollection_AddRef(ITaskFolderCollection* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITaskFolderCollection_Release(ITaskFolderCollection* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITaskFolderCollection_GetTypeInfoCount(ITaskFolderCollection* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITaskFolderCollection_GetTypeInfo(ITaskFolderCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITaskFolderCollection_GetIDsOfNames(ITaskFolderCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITaskFolderCollection_Invoke(ITaskFolderCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITaskFolderCollection methods ***/ +static FORCEINLINE HRESULT ITaskFolderCollection_get_Count(ITaskFolderCollection* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT ITaskFolderCollection_get_Item(ITaskFolderCollection* This,VARIANT index,ITaskFolder **folder) { + return This->lpVtbl->get_Item(This,index,folder); +} +static FORCEINLINE HRESULT ITaskFolderCollection_get__NewEnum(ITaskFolderCollection* This,IUnknown **penum) { + return This->lpVtbl->get__NewEnum(This,penum); +} +#endif +#endif + +#endif + + +#endif /* __ITaskFolderCollection_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITaskDefinition interface + */ +#ifndef __ITaskDefinition_INTERFACE_DEFINED__ +#define __ITaskDefinition_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITaskDefinition, 0xf5bc8fc5, 0x536d, 0x4f77, 0xb8,0x52, 0xfb,0xc1,0x35,0x6f,0xde,0xb6); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("f5bc8fc5-536d-4f77-b852-fbc1356fdeb6") +ITaskDefinition : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_RegistrationInfo( + IRegistrationInfo **info) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RegistrationInfo( + IRegistrationInfo *info) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Triggers( + ITriggerCollection **triggers) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Triggers( + ITriggerCollection *triggers) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Settings( + ITaskSettings **settings) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Settings( + ITaskSettings *settings) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Data( + BSTR *data) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Data( + BSTR data) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Principal( + IPrincipal **principal) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Principal( + IPrincipal *principal) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Actions( + IActionCollection **actions) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Actions( + IActionCollection *actions) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_XmlText( + BSTR *xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_XmlText( + BSTR xml) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITaskDefinition, 0xf5bc8fc5, 0x536d, 0x4f77, 0xb8,0x52, 0xfb,0xc1,0x35,0x6f,0xde,0xb6) +#endif +#else +typedef struct ITaskDefinitionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITaskDefinition *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITaskDefinition *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITaskDefinition *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITaskDefinition *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITaskDefinition *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITaskDefinition *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITaskDefinition *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITaskDefinition methods ***/ + HRESULT (STDMETHODCALLTYPE *get_RegistrationInfo)( + ITaskDefinition *This, + IRegistrationInfo **info); + + HRESULT (STDMETHODCALLTYPE *put_RegistrationInfo)( + ITaskDefinition *This, + IRegistrationInfo *info); + + HRESULT (STDMETHODCALLTYPE *get_Triggers)( + ITaskDefinition *This, + ITriggerCollection **triggers); + + HRESULT (STDMETHODCALLTYPE *put_Triggers)( + ITaskDefinition *This, + ITriggerCollection *triggers); + + HRESULT (STDMETHODCALLTYPE *get_Settings)( + ITaskDefinition *This, + ITaskSettings **settings); + + HRESULT (STDMETHODCALLTYPE *put_Settings)( + ITaskDefinition *This, + ITaskSettings *settings); + + HRESULT (STDMETHODCALLTYPE *get_Data)( + ITaskDefinition *This, + BSTR *data); + + HRESULT (STDMETHODCALLTYPE *put_Data)( + ITaskDefinition *This, + BSTR data); + + HRESULT (STDMETHODCALLTYPE *get_Principal)( + ITaskDefinition *This, + IPrincipal **principal); + + HRESULT (STDMETHODCALLTYPE *put_Principal)( + ITaskDefinition *This, + IPrincipal *principal); + + HRESULT (STDMETHODCALLTYPE *get_Actions)( + ITaskDefinition *This, + IActionCollection **actions); + + HRESULT (STDMETHODCALLTYPE *put_Actions)( + ITaskDefinition *This, + IActionCollection *actions); + + HRESULT (STDMETHODCALLTYPE *get_XmlText)( + ITaskDefinition *This, + BSTR *xml); + + HRESULT (STDMETHODCALLTYPE *put_XmlText)( + ITaskDefinition *This, + BSTR xml); + + END_INTERFACE +} ITaskDefinitionVtbl; + +interface ITaskDefinition { + CONST_VTBL ITaskDefinitionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITaskDefinition_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITaskDefinition_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITaskDefinition_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITaskDefinition_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITaskDefinition_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITaskDefinition_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITaskDefinition_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITaskDefinition methods ***/ +#define ITaskDefinition_get_RegistrationInfo(This,info) (This)->lpVtbl->get_RegistrationInfo(This,info) +#define ITaskDefinition_put_RegistrationInfo(This,info) (This)->lpVtbl->put_RegistrationInfo(This,info) +#define ITaskDefinition_get_Triggers(This,triggers) (This)->lpVtbl->get_Triggers(This,triggers) +#define ITaskDefinition_put_Triggers(This,triggers) (This)->lpVtbl->put_Triggers(This,triggers) +#define ITaskDefinition_get_Settings(This,settings) (This)->lpVtbl->get_Settings(This,settings) +#define ITaskDefinition_put_Settings(This,settings) (This)->lpVtbl->put_Settings(This,settings) +#define ITaskDefinition_get_Data(This,data) (This)->lpVtbl->get_Data(This,data) +#define ITaskDefinition_put_Data(This,data) (This)->lpVtbl->put_Data(This,data) +#define ITaskDefinition_get_Principal(This,principal) (This)->lpVtbl->get_Principal(This,principal) +#define ITaskDefinition_put_Principal(This,principal) (This)->lpVtbl->put_Principal(This,principal) +#define ITaskDefinition_get_Actions(This,actions) (This)->lpVtbl->get_Actions(This,actions) +#define ITaskDefinition_put_Actions(This,actions) (This)->lpVtbl->put_Actions(This,actions) +#define ITaskDefinition_get_XmlText(This,xml) (This)->lpVtbl->get_XmlText(This,xml) +#define ITaskDefinition_put_XmlText(This,xml) (This)->lpVtbl->put_XmlText(This,xml) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITaskDefinition_QueryInterface(ITaskDefinition* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITaskDefinition_AddRef(ITaskDefinition* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITaskDefinition_Release(ITaskDefinition* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITaskDefinition_GetTypeInfoCount(ITaskDefinition* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITaskDefinition_GetTypeInfo(ITaskDefinition* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITaskDefinition_GetIDsOfNames(ITaskDefinition* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITaskDefinition_Invoke(ITaskDefinition* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITaskDefinition methods ***/ +static FORCEINLINE HRESULT ITaskDefinition_get_RegistrationInfo(ITaskDefinition* This,IRegistrationInfo **info) { + return This->lpVtbl->get_RegistrationInfo(This,info); +} +static FORCEINLINE HRESULT ITaskDefinition_put_RegistrationInfo(ITaskDefinition* This,IRegistrationInfo *info) { + return This->lpVtbl->put_RegistrationInfo(This,info); +} +static FORCEINLINE HRESULT ITaskDefinition_get_Triggers(ITaskDefinition* This,ITriggerCollection **triggers) { + return This->lpVtbl->get_Triggers(This,triggers); +} +static FORCEINLINE HRESULT ITaskDefinition_put_Triggers(ITaskDefinition* This,ITriggerCollection *triggers) { + return This->lpVtbl->put_Triggers(This,triggers); +} +static FORCEINLINE HRESULT ITaskDefinition_get_Settings(ITaskDefinition* This,ITaskSettings **settings) { + return This->lpVtbl->get_Settings(This,settings); +} +static FORCEINLINE HRESULT ITaskDefinition_put_Settings(ITaskDefinition* This,ITaskSettings *settings) { + return This->lpVtbl->put_Settings(This,settings); +} +static FORCEINLINE HRESULT ITaskDefinition_get_Data(ITaskDefinition* This,BSTR *data) { + return This->lpVtbl->get_Data(This,data); +} +static FORCEINLINE HRESULT ITaskDefinition_put_Data(ITaskDefinition* This,BSTR data) { + return This->lpVtbl->put_Data(This,data); +} +static FORCEINLINE HRESULT ITaskDefinition_get_Principal(ITaskDefinition* This,IPrincipal **principal) { + return This->lpVtbl->get_Principal(This,principal); +} +static FORCEINLINE HRESULT ITaskDefinition_put_Principal(ITaskDefinition* This,IPrincipal *principal) { + return This->lpVtbl->put_Principal(This,principal); +} +static FORCEINLINE HRESULT ITaskDefinition_get_Actions(ITaskDefinition* This,IActionCollection **actions) { + return This->lpVtbl->get_Actions(This,actions); +} +static FORCEINLINE HRESULT ITaskDefinition_put_Actions(ITaskDefinition* This,IActionCollection *actions) { + return This->lpVtbl->put_Actions(This,actions); +} +static FORCEINLINE HRESULT ITaskDefinition_get_XmlText(ITaskDefinition* This,BSTR *xml) { + return This->lpVtbl->get_XmlText(This,xml); +} +static FORCEINLINE HRESULT ITaskDefinition_put_XmlText(ITaskDefinition* This,BSTR xml) { + return This->lpVtbl->put_XmlText(This,xml); +} +#endif +#endif + +#endif + + +#endif /* __ITaskDefinition_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITaskSettings interface + */ +#ifndef __ITaskSettings_INTERFACE_DEFINED__ +#define __ITaskSettings_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITaskSettings, 0x8fd4711d, 0x2d02, 0x4c8c, 0x87,0xe3, 0xef,0xf6,0x99,0xde,0x12,0x7e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8fd4711d-2d02-4c8c-87e3-eff699de127e") +ITaskSettings : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_AllowDemandStart( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowDemandStart( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RestartInterval( + BSTR *interval) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RestartInterval( + BSTR interval) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RestartCount( + INT *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RestartCount( + INT count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_MultipleInstances( + TASK_INSTANCES_POLICY *policy) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_MultipleInstances( + TASK_INSTANCES_POLICY policy) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_StopIfGoingOnBatteries( + VARIANT_BOOL *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_StopIfGoingOnBatteries( + VARIANT_BOOL stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DisallowStartIfOnBatteries( + VARIANT_BOOL *disallow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DisallowStartIfOnBatteries( + VARIANT_BOOL disallow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_AllowHardTerminate( + VARIANT_BOOL *allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_AllowHardTerminate( + VARIANT_BOOL allow) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_StartWhenAvailable( + VARIANT_BOOL *start) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_StartWhenAvailable( + VARIANT_BOOL start) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_XmlText( + BSTR *xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_XmlText( + BSTR xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RunOnlyIfNetworkAvailable( + VARIANT_BOOL *run) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RunOnlyIfNetworkAvailable( + VARIANT_BOOL run) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ExecutionTimeLimit( + BSTR *limit) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ExecutionTimeLimit( + BSTR limit) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DeleteExpiredTaskAfter( + BSTR *delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DeleteExpiredTaskAfter( + BSTR delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Priority( + INT *priority) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Priority( + INT priority) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Compatibility( + TASK_COMPATIBILITY *level) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Compatibility( + TASK_COMPATIBILITY level) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Hidden( + VARIANT_BOOL *hidden) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Hidden( + VARIANT_BOOL hidden) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_IdleSettings( + IIdleSettings **settings) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IdleSettings( + IIdleSettings *settings) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RunOnlyIfIdle( + VARIANT_BOOL *run) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RunOnlyIfIdle( + VARIANT_BOOL run) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_WakeToRun( + VARIANT_BOOL *wake) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_WakeToRun( + VARIANT_BOOL wake) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_NetworkSettings( + INetworkSettings **settings) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_NetworkSettings( + INetworkSettings *settings) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITaskSettings, 0x8fd4711d, 0x2d02, 0x4c8c, 0x87,0xe3, 0xef,0xf6,0x99,0xde,0x12,0x7e) +#endif +#else +typedef struct ITaskSettingsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITaskSettings *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITaskSettings *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITaskSettings *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITaskSettings *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITaskSettings *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITaskSettings *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITaskSettings *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITaskSettings methods ***/ + HRESULT (STDMETHODCALLTYPE *get_AllowDemandStart)( + ITaskSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowDemandStart)( + ITaskSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_RestartInterval)( + ITaskSettings *This, + BSTR *interval); + + HRESULT (STDMETHODCALLTYPE *put_RestartInterval)( + ITaskSettings *This, + BSTR interval); + + HRESULT (STDMETHODCALLTYPE *get_RestartCount)( + ITaskSettings *This, + INT *count); + + HRESULT (STDMETHODCALLTYPE *put_RestartCount)( + ITaskSettings *This, + INT count); + + HRESULT (STDMETHODCALLTYPE *get_MultipleInstances)( + ITaskSettings *This, + TASK_INSTANCES_POLICY *policy); + + HRESULT (STDMETHODCALLTYPE *put_MultipleInstances)( + ITaskSettings *This, + TASK_INSTANCES_POLICY policy); + + HRESULT (STDMETHODCALLTYPE *get_StopIfGoingOnBatteries)( + ITaskSettings *This, + VARIANT_BOOL *stop); + + HRESULT (STDMETHODCALLTYPE *put_StopIfGoingOnBatteries)( + ITaskSettings *This, + VARIANT_BOOL stop); + + HRESULT (STDMETHODCALLTYPE *get_DisallowStartIfOnBatteries)( + ITaskSettings *This, + VARIANT_BOOL *disallow); + + HRESULT (STDMETHODCALLTYPE *put_DisallowStartIfOnBatteries)( + ITaskSettings *This, + VARIANT_BOOL disallow); + + HRESULT (STDMETHODCALLTYPE *get_AllowHardTerminate)( + ITaskSettings *This, + VARIANT_BOOL *allow); + + HRESULT (STDMETHODCALLTYPE *put_AllowHardTerminate)( + ITaskSettings *This, + VARIANT_BOOL allow); + + HRESULT (STDMETHODCALLTYPE *get_StartWhenAvailable)( + ITaskSettings *This, + VARIANT_BOOL *start); + + HRESULT (STDMETHODCALLTYPE *put_StartWhenAvailable)( + ITaskSettings *This, + VARIANT_BOOL start); + + HRESULT (STDMETHODCALLTYPE *get_XmlText)( + ITaskSettings *This, + BSTR *xml); + + HRESULT (STDMETHODCALLTYPE *put_XmlText)( + ITaskSettings *This, + BSTR xml); + + HRESULT (STDMETHODCALLTYPE *get_RunOnlyIfNetworkAvailable)( + ITaskSettings *This, + VARIANT_BOOL *run); + + HRESULT (STDMETHODCALLTYPE *put_RunOnlyIfNetworkAvailable)( + ITaskSettings *This, + VARIANT_BOOL run); + + HRESULT (STDMETHODCALLTYPE *get_ExecutionTimeLimit)( + ITaskSettings *This, + BSTR *limit); + + HRESULT (STDMETHODCALLTYPE *put_ExecutionTimeLimit)( + ITaskSettings *This, + BSTR limit); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + ITaskSettings *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + ITaskSettings *This, + VARIANT_BOOL enabled); + + HRESULT (STDMETHODCALLTYPE *get_DeleteExpiredTaskAfter)( + ITaskSettings *This, + BSTR *delay); + + HRESULT (STDMETHODCALLTYPE *put_DeleteExpiredTaskAfter)( + ITaskSettings *This, + BSTR delay); + + HRESULT (STDMETHODCALLTYPE *get_Priority)( + ITaskSettings *This, + INT *priority); + + HRESULT (STDMETHODCALLTYPE *put_Priority)( + ITaskSettings *This, + INT priority); + + HRESULT (STDMETHODCALLTYPE *get_Compatibility)( + ITaskSettings *This, + TASK_COMPATIBILITY *level); + + HRESULT (STDMETHODCALLTYPE *put_Compatibility)( + ITaskSettings *This, + TASK_COMPATIBILITY level); + + HRESULT (STDMETHODCALLTYPE *get_Hidden)( + ITaskSettings *This, + VARIANT_BOOL *hidden); + + HRESULT (STDMETHODCALLTYPE *put_Hidden)( + ITaskSettings *This, + VARIANT_BOOL hidden); + + HRESULT (STDMETHODCALLTYPE *get_IdleSettings)( + ITaskSettings *This, + IIdleSettings **settings); + + HRESULT (STDMETHODCALLTYPE *put_IdleSettings)( + ITaskSettings *This, + IIdleSettings *settings); + + HRESULT (STDMETHODCALLTYPE *get_RunOnlyIfIdle)( + ITaskSettings *This, + VARIANT_BOOL *run); + + HRESULT (STDMETHODCALLTYPE *put_RunOnlyIfIdle)( + ITaskSettings *This, + VARIANT_BOOL run); + + HRESULT (STDMETHODCALLTYPE *get_WakeToRun)( + ITaskSettings *This, + VARIANT_BOOL *wake); + + HRESULT (STDMETHODCALLTYPE *put_WakeToRun)( + ITaskSettings *This, + VARIANT_BOOL wake); + + HRESULT (STDMETHODCALLTYPE *get_NetworkSettings)( + ITaskSettings *This, + INetworkSettings **settings); + + HRESULT (STDMETHODCALLTYPE *put_NetworkSettings)( + ITaskSettings *This, + INetworkSettings *settings); + + END_INTERFACE +} ITaskSettingsVtbl; + +interface ITaskSettings { + CONST_VTBL ITaskSettingsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITaskSettings_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITaskSettings_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITaskSettings_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITaskSettings_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITaskSettings_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITaskSettings_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITaskSettings_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITaskSettings methods ***/ +#define ITaskSettings_get_AllowDemandStart(This,allow) (This)->lpVtbl->get_AllowDemandStart(This,allow) +#define ITaskSettings_put_AllowDemandStart(This,allow) (This)->lpVtbl->put_AllowDemandStart(This,allow) +#define ITaskSettings_get_RestartInterval(This,interval) (This)->lpVtbl->get_RestartInterval(This,interval) +#define ITaskSettings_put_RestartInterval(This,interval) (This)->lpVtbl->put_RestartInterval(This,interval) +#define ITaskSettings_get_RestartCount(This,count) (This)->lpVtbl->get_RestartCount(This,count) +#define ITaskSettings_put_RestartCount(This,count) (This)->lpVtbl->put_RestartCount(This,count) +#define ITaskSettings_get_MultipleInstances(This,policy) (This)->lpVtbl->get_MultipleInstances(This,policy) +#define ITaskSettings_put_MultipleInstances(This,policy) (This)->lpVtbl->put_MultipleInstances(This,policy) +#define ITaskSettings_get_StopIfGoingOnBatteries(This,stop) (This)->lpVtbl->get_StopIfGoingOnBatteries(This,stop) +#define ITaskSettings_put_StopIfGoingOnBatteries(This,stop) (This)->lpVtbl->put_StopIfGoingOnBatteries(This,stop) +#define ITaskSettings_get_DisallowStartIfOnBatteries(This,disallow) (This)->lpVtbl->get_DisallowStartIfOnBatteries(This,disallow) +#define ITaskSettings_put_DisallowStartIfOnBatteries(This,disallow) (This)->lpVtbl->put_DisallowStartIfOnBatteries(This,disallow) +#define ITaskSettings_get_AllowHardTerminate(This,allow) (This)->lpVtbl->get_AllowHardTerminate(This,allow) +#define ITaskSettings_put_AllowHardTerminate(This,allow) (This)->lpVtbl->put_AllowHardTerminate(This,allow) +#define ITaskSettings_get_StartWhenAvailable(This,start) (This)->lpVtbl->get_StartWhenAvailable(This,start) +#define ITaskSettings_put_StartWhenAvailable(This,start) (This)->lpVtbl->put_StartWhenAvailable(This,start) +#define ITaskSettings_get_XmlText(This,xml) (This)->lpVtbl->get_XmlText(This,xml) +#define ITaskSettings_put_XmlText(This,xml) (This)->lpVtbl->put_XmlText(This,xml) +#define ITaskSettings_get_RunOnlyIfNetworkAvailable(This,run) (This)->lpVtbl->get_RunOnlyIfNetworkAvailable(This,run) +#define ITaskSettings_put_RunOnlyIfNetworkAvailable(This,run) (This)->lpVtbl->put_RunOnlyIfNetworkAvailable(This,run) +#define ITaskSettings_get_ExecutionTimeLimit(This,limit) (This)->lpVtbl->get_ExecutionTimeLimit(This,limit) +#define ITaskSettings_put_ExecutionTimeLimit(This,limit) (This)->lpVtbl->put_ExecutionTimeLimit(This,limit) +#define ITaskSettings_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define ITaskSettings_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#define ITaskSettings_get_DeleteExpiredTaskAfter(This,delay) (This)->lpVtbl->get_DeleteExpiredTaskAfter(This,delay) +#define ITaskSettings_put_DeleteExpiredTaskAfter(This,delay) (This)->lpVtbl->put_DeleteExpiredTaskAfter(This,delay) +#define ITaskSettings_get_Priority(This,priority) (This)->lpVtbl->get_Priority(This,priority) +#define ITaskSettings_put_Priority(This,priority) (This)->lpVtbl->put_Priority(This,priority) +#define ITaskSettings_get_Compatibility(This,level) (This)->lpVtbl->get_Compatibility(This,level) +#define ITaskSettings_put_Compatibility(This,level) (This)->lpVtbl->put_Compatibility(This,level) +#define ITaskSettings_get_Hidden(This,hidden) (This)->lpVtbl->get_Hidden(This,hidden) +#define ITaskSettings_put_Hidden(This,hidden) (This)->lpVtbl->put_Hidden(This,hidden) +#define ITaskSettings_get_IdleSettings(This,settings) (This)->lpVtbl->get_IdleSettings(This,settings) +#define ITaskSettings_put_IdleSettings(This,settings) (This)->lpVtbl->put_IdleSettings(This,settings) +#define ITaskSettings_get_RunOnlyIfIdle(This,run) (This)->lpVtbl->get_RunOnlyIfIdle(This,run) +#define ITaskSettings_put_RunOnlyIfIdle(This,run) (This)->lpVtbl->put_RunOnlyIfIdle(This,run) +#define ITaskSettings_get_WakeToRun(This,wake) (This)->lpVtbl->get_WakeToRun(This,wake) +#define ITaskSettings_put_WakeToRun(This,wake) (This)->lpVtbl->put_WakeToRun(This,wake) +#define ITaskSettings_get_NetworkSettings(This,settings) (This)->lpVtbl->get_NetworkSettings(This,settings) +#define ITaskSettings_put_NetworkSettings(This,settings) (This)->lpVtbl->put_NetworkSettings(This,settings) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITaskSettings_QueryInterface(ITaskSettings* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITaskSettings_AddRef(ITaskSettings* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITaskSettings_Release(ITaskSettings* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITaskSettings_GetTypeInfoCount(ITaskSettings* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITaskSettings_GetTypeInfo(ITaskSettings* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITaskSettings_GetIDsOfNames(ITaskSettings* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITaskSettings_Invoke(ITaskSettings* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITaskSettings methods ***/ +static FORCEINLINE HRESULT ITaskSettings_get_AllowDemandStart(ITaskSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowDemandStart(This,allow); +} +static FORCEINLINE HRESULT ITaskSettings_put_AllowDemandStart(ITaskSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowDemandStart(This,allow); +} +static FORCEINLINE HRESULT ITaskSettings_get_RestartInterval(ITaskSettings* This,BSTR *interval) { + return This->lpVtbl->get_RestartInterval(This,interval); +} +static FORCEINLINE HRESULT ITaskSettings_put_RestartInterval(ITaskSettings* This,BSTR interval) { + return This->lpVtbl->put_RestartInterval(This,interval); +} +static FORCEINLINE HRESULT ITaskSettings_get_RestartCount(ITaskSettings* This,INT *count) { + return This->lpVtbl->get_RestartCount(This,count); +} +static FORCEINLINE HRESULT ITaskSettings_put_RestartCount(ITaskSettings* This,INT count) { + return This->lpVtbl->put_RestartCount(This,count); +} +static FORCEINLINE HRESULT ITaskSettings_get_MultipleInstances(ITaskSettings* This,TASK_INSTANCES_POLICY *policy) { + return This->lpVtbl->get_MultipleInstances(This,policy); +} +static FORCEINLINE HRESULT ITaskSettings_put_MultipleInstances(ITaskSettings* This,TASK_INSTANCES_POLICY policy) { + return This->lpVtbl->put_MultipleInstances(This,policy); +} +static FORCEINLINE HRESULT ITaskSettings_get_StopIfGoingOnBatteries(ITaskSettings* This,VARIANT_BOOL *stop) { + return This->lpVtbl->get_StopIfGoingOnBatteries(This,stop); +} +static FORCEINLINE HRESULT ITaskSettings_put_StopIfGoingOnBatteries(ITaskSettings* This,VARIANT_BOOL stop) { + return This->lpVtbl->put_StopIfGoingOnBatteries(This,stop); +} +static FORCEINLINE HRESULT ITaskSettings_get_DisallowStartIfOnBatteries(ITaskSettings* This,VARIANT_BOOL *disallow) { + return This->lpVtbl->get_DisallowStartIfOnBatteries(This,disallow); +} +static FORCEINLINE HRESULT ITaskSettings_put_DisallowStartIfOnBatteries(ITaskSettings* This,VARIANT_BOOL disallow) { + return This->lpVtbl->put_DisallowStartIfOnBatteries(This,disallow); +} +static FORCEINLINE HRESULT ITaskSettings_get_AllowHardTerminate(ITaskSettings* This,VARIANT_BOOL *allow) { + return This->lpVtbl->get_AllowHardTerminate(This,allow); +} +static FORCEINLINE HRESULT ITaskSettings_put_AllowHardTerminate(ITaskSettings* This,VARIANT_BOOL allow) { + return This->lpVtbl->put_AllowHardTerminate(This,allow); +} +static FORCEINLINE HRESULT ITaskSettings_get_StartWhenAvailable(ITaskSettings* This,VARIANT_BOOL *start) { + return This->lpVtbl->get_StartWhenAvailable(This,start); +} +static FORCEINLINE HRESULT ITaskSettings_put_StartWhenAvailable(ITaskSettings* This,VARIANT_BOOL start) { + return This->lpVtbl->put_StartWhenAvailable(This,start); +} +static FORCEINLINE HRESULT ITaskSettings_get_XmlText(ITaskSettings* This,BSTR *xml) { + return This->lpVtbl->get_XmlText(This,xml); +} +static FORCEINLINE HRESULT ITaskSettings_put_XmlText(ITaskSettings* This,BSTR xml) { + return This->lpVtbl->put_XmlText(This,xml); +} +static FORCEINLINE HRESULT ITaskSettings_get_RunOnlyIfNetworkAvailable(ITaskSettings* This,VARIANT_BOOL *run) { + return This->lpVtbl->get_RunOnlyIfNetworkAvailable(This,run); +} +static FORCEINLINE HRESULT ITaskSettings_put_RunOnlyIfNetworkAvailable(ITaskSettings* This,VARIANT_BOOL run) { + return This->lpVtbl->put_RunOnlyIfNetworkAvailable(This,run); +} +static FORCEINLINE HRESULT ITaskSettings_get_ExecutionTimeLimit(ITaskSettings* This,BSTR *limit) { + return This->lpVtbl->get_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITaskSettings_put_ExecutionTimeLimit(ITaskSettings* This,BSTR limit) { + return This->lpVtbl->put_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITaskSettings_get_Enabled(ITaskSettings* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT ITaskSettings_put_Enabled(ITaskSettings* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +static FORCEINLINE HRESULT ITaskSettings_get_DeleteExpiredTaskAfter(ITaskSettings* This,BSTR *delay) { + return This->lpVtbl->get_DeleteExpiredTaskAfter(This,delay); +} +static FORCEINLINE HRESULT ITaskSettings_put_DeleteExpiredTaskAfter(ITaskSettings* This,BSTR delay) { + return This->lpVtbl->put_DeleteExpiredTaskAfter(This,delay); +} +static FORCEINLINE HRESULT ITaskSettings_get_Priority(ITaskSettings* This,INT *priority) { + return This->lpVtbl->get_Priority(This,priority); +} +static FORCEINLINE HRESULT ITaskSettings_put_Priority(ITaskSettings* This,INT priority) { + return This->lpVtbl->put_Priority(This,priority); +} +static FORCEINLINE HRESULT ITaskSettings_get_Compatibility(ITaskSettings* This,TASK_COMPATIBILITY *level) { + return This->lpVtbl->get_Compatibility(This,level); +} +static FORCEINLINE HRESULT ITaskSettings_put_Compatibility(ITaskSettings* This,TASK_COMPATIBILITY level) { + return This->lpVtbl->put_Compatibility(This,level); +} +static FORCEINLINE HRESULT ITaskSettings_get_Hidden(ITaskSettings* This,VARIANT_BOOL *hidden) { + return This->lpVtbl->get_Hidden(This,hidden); +} +static FORCEINLINE HRESULT ITaskSettings_put_Hidden(ITaskSettings* This,VARIANT_BOOL hidden) { + return This->lpVtbl->put_Hidden(This,hidden); +} +static FORCEINLINE HRESULT ITaskSettings_get_IdleSettings(ITaskSettings* This,IIdleSettings **settings) { + return This->lpVtbl->get_IdleSettings(This,settings); +} +static FORCEINLINE HRESULT ITaskSettings_put_IdleSettings(ITaskSettings* This,IIdleSettings *settings) { + return This->lpVtbl->put_IdleSettings(This,settings); +} +static FORCEINLINE HRESULT ITaskSettings_get_RunOnlyIfIdle(ITaskSettings* This,VARIANT_BOOL *run) { + return This->lpVtbl->get_RunOnlyIfIdle(This,run); +} +static FORCEINLINE HRESULT ITaskSettings_put_RunOnlyIfIdle(ITaskSettings* This,VARIANT_BOOL run) { + return This->lpVtbl->put_RunOnlyIfIdle(This,run); +} +static FORCEINLINE HRESULT ITaskSettings_get_WakeToRun(ITaskSettings* This,VARIANT_BOOL *wake) { + return This->lpVtbl->get_WakeToRun(This,wake); +} +static FORCEINLINE HRESULT ITaskSettings_put_WakeToRun(ITaskSettings* This,VARIANT_BOOL wake) { + return This->lpVtbl->put_WakeToRun(This,wake); +} +static FORCEINLINE HRESULT ITaskSettings_get_NetworkSettings(ITaskSettings* This,INetworkSettings **settings) { + return This->lpVtbl->get_NetworkSettings(This,settings); +} +static FORCEINLINE HRESULT ITaskSettings_put_NetworkSettings(ITaskSettings* This,INetworkSettings *settings) { + return This->lpVtbl->put_NetworkSettings(This,settings); +} +#endif +#endif + +#endif + + +#endif /* __ITaskSettings_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IIdleSettings interface + */ +#ifndef __IIdleSettings_INTERFACE_DEFINED__ +#define __IIdleSettings_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IIdleSettings, 0x84594461, 0x0053, 0x4342, 0xa8,0xfd, 0x08,0x8f,0xab,0xf1,0x1f,0x32); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("84594461-0053-4342-a8fd-088fabf11f32") +IIdleSettings : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_IdleDuration( + BSTR *delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_IdleDuration( + BSTR delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_WaitTimeout( + BSTR *timeout) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_WaitTimeout( + BSTR timeout) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_StopOnIdleEnd( + VARIANT_BOOL *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_StopOnIdleEnd( + VARIANT_BOOL stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RestartOnIdle( + VARIANT_BOOL *restart) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RestartOnIdle( + VARIANT_BOOL restart) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IIdleSettings, 0x84594461, 0x0053, 0x4342, 0xa8,0xfd, 0x08,0x8f,0xab,0xf1,0x1f,0x32) +#endif +#else +typedef struct IIdleSettingsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IIdleSettings *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IIdleSettings *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IIdleSettings *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IIdleSettings *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IIdleSettings *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IIdleSettings *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IIdleSettings *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IIdleSettings methods ***/ + HRESULT (STDMETHODCALLTYPE *get_IdleDuration)( + IIdleSettings *This, + BSTR *delay); + + HRESULT (STDMETHODCALLTYPE *put_IdleDuration)( + IIdleSettings *This, + BSTR delay); + + HRESULT (STDMETHODCALLTYPE *get_WaitTimeout)( + IIdleSettings *This, + BSTR *timeout); + + HRESULT (STDMETHODCALLTYPE *put_WaitTimeout)( + IIdleSettings *This, + BSTR timeout); + + HRESULT (STDMETHODCALLTYPE *get_StopOnIdleEnd)( + IIdleSettings *This, + VARIANT_BOOL *stop); + + HRESULT (STDMETHODCALLTYPE *put_StopOnIdleEnd)( + IIdleSettings *This, + VARIANT_BOOL stop); + + HRESULT (STDMETHODCALLTYPE *get_RestartOnIdle)( + IIdleSettings *This, + VARIANT_BOOL *restart); + + HRESULT (STDMETHODCALLTYPE *put_RestartOnIdle)( + IIdleSettings *This, + VARIANT_BOOL restart); + + END_INTERFACE +} IIdleSettingsVtbl; + +interface IIdleSettings { + CONST_VTBL IIdleSettingsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IIdleSettings_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IIdleSettings_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IIdleSettings_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IIdleSettings_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IIdleSettings_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IIdleSettings_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IIdleSettings_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IIdleSettings methods ***/ +#define IIdleSettings_get_IdleDuration(This,delay) (This)->lpVtbl->get_IdleDuration(This,delay) +#define IIdleSettings_put_IdleDuration(This,delay) (This)->lpVtbl->put_IdleDuration(This,delay) +#define IIdleSettings_get_WaitTimeout(This,timeout) (This)->lpVtbl->get_WaitTimeout(This,timeout) +#define IIdleSettings_put_WaitTimeout(This,timeout) (This)->lpVtbl->put_WaitTimeout(This,timeout) +#define IIdleSettings_get_StopOnIdleEnd(This,stop) (This)->lpVtbl->get_StopOnIdleEnd(This,stop) +#define IIdleSettings_put_StopOnIdleEnd(This,stop) (This)->lpVtbl->put_StopOnIdleEnd(This,stop) +#define IIdleSettings_get_RestartOnIdle(This,restart) (This)->lpVtbl->get_RestartOnIdle(This,restart) +#define IIdleSettings_put_RestartOnIdle(This,restart) (This)->lpVtbl->put_RestartOnIdle(This,restart) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IIdleSettings_QueryInterface(IIdleSettings* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IIdleSettings_AddRef(IIdleSettings* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IIdleSettings_Release(IIdleSettings* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IIdleSettings_GetTypeInfoCount(IIdleSettings* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IIdleSettings_GetTypeInfo(IIdleSettings* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IIdleSettings_GetIDsOfNames(IIdleSettings* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IIdleSettings_Invoke(IIdleSettings* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IIdleSettings methods ***/ +static FORCEINLINE HRESULT IIdleSettings_get_IdleDuration(IIdleSettings* This,BSTR *delay) { + return This->lpVtbl->get_IdleDuration(This,delay); +} +static FORCEINLINE HRESULT IIdleSettings_put_IdleDuration(IIdleSettings* This,BSTR delay) { + return This->lpVtbl->put_IdleDuration(This,delay); +} +static FORCEINLINE HRESULT IIdleSettings_get_WaitTimeout(IIdleSettings* This,BSTR *timeout) { + return This->lpVtbl->get_WaitTimeout(This,timeout); +} +static FORCEINLINE HRESULT IIdleSettings_put_WaitTimeout(IIdleSettings* This,BSTR timeout) { + return This->lpVtbl->put_WaitTimeout(This,timeout); +} +static FORCEINLINE HRESULT IIdleSettings_get_StopOnIdleEnd(IIdleSettings* This,VARIANT_BOOL *stop) { + return This->lpVtbl->get_StopOnIdleEnd(This,stop); +} +static FORCEINLINE HRESULT IIdleSettings_put_StopOnIdleEnd(IIdleSettings* This,VARIANT_BOOL stop) { + return This->lpVtbl->put_StopOnIdleEnd(This,stop); +} +static FORCEINLINE HRESULT IIdleSettings_get_RestartOnIdle(IIdleSettings* This,VARIANT_BOOL *restart) { + return This->lpVtbl->get_RestartOnIdle(This,restart); +} +static FORCEINLINE HRESULT IIdleSettings_put_RestartOnIdle(IIdleSettings* This,VARIANT_BOOL restart) { + return This->lpVtbl->put_RestartOnIdle(This,restart); +} +#endif +#endif + +#endif + + +#endif /* __IIdleSettings_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRunningTask interface + */ +#ifndef __IRunningTask_INTERFACE_DEFINED__ +#define __IRunningTask_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRunningTask, 0x653758fb, 0x7b9a, 0x4f1e, 0xa4,0x71, 0xbe,0xeb,0x8e,0x9b,0x83,0x4e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("653758fb-7b9a-4f1e-a471-beeb8e9b834e") +IRunningTask : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_InstanceGuid( + BSTR *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Path( + BSTR *path) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_State( + TASK_STATE *state) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_CurrentAction( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE Stop( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Refresh( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_EnginePID( + DWORD *pid) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRunningTask, 0x653758fb, 0x7b9a, 0x4f1e, 0xa4,0x71, 0xbe,0xeb,0x8e,0x9b,0x83,0x4e) +#endif +#else +typedef struct IRunningTaskVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRunningTask *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRunningTask *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRunningTask *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRunningTask *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRunningTask *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRunningTask *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRunningTask *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRunningTask methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + IRunningTask *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *get_InstanceGuid)( + IRunningTask *This, + BSTR *guid); + + HRESULT (STDMETHODCALLTYPE *get_Path)( + IRunningTask *This, + BSTR *path); + + HRESULT (STDMETHODCALLTYPE *get_State)( + IRunningTask *This, + TASK_STATE *state); + + HRESULT (STDMETHODCALLTYPE *get_CurrentAction)( + IRunningTask *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *Stop)( + IRunningTask *This); + + HRESULT (STDMETHODCALLTYPE *Refresh)( + IRunningTask *This); + + HRESULT (STDMETHODCALLTYPE *get_EnginePID)( + IRunningTask *This, + DWORD *pid); + + END_INTERFACE +} IRunningTaskVtbl; + +interface IRunningTask { + CONST_VTBL IRunningTaskVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRunningTask_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRunningTask_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRunningTask_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRunningTask_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRunningTask_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRunningTask_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRunningTask_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRunningTask methods ***/ +#define IRunningTask_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define IRunningTask_get_InstanceGuid(This,guid) (This)->lpVtbl->get_InstanceGuid(This,guid) +#define IRunningTask_get_Path(This,path) (This)->lpVtbl->get_Path(This,path) +#define IRunningTask_get_State(This,state) (This)->lpVtbl->get_State(This,state) +#define IRunningTask_get_CurrentAction(This,name) (This)->lpVtbl->get_CurrentAction(This,name) +#define IRunningTask_Stop(This) (This)->lpVtbl->Stop(This) +#define IRunningTask_Refresh(This) (This)->lpVtbl->Refresh(This) +#define IRunningTask_get_EnginePID(This,pid) (This)->lpVtbl->get_EnginePID(This,pid) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRunningTask_QueryInterface(IRunningTask* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRunningTask_AddRef(IRunningTask* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRunningTask_Release(IRunningTask* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRunningTask_GetTypeInfoCount(IRunningTask* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRunningTask_GetTypeInfo(IRunningTask* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRunningTask_GetIDsOfNames(IRunningTask* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRunningTask_Invoke(IRunningTask* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRunningTask methods ***/ +static FORCEINLINE HRESULT IRunningTask_get_Name(IRunningTask* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT IRunningTask_get_InstanceGuid(IRunningTask* This,BSTR *guid) { + return This->lpVtbl->get_InstanceGuid(This,guid); +} +static FORCEINLINE HRESULT IRunningTask_get_Path(IRunningTask* This,BSTR *path) { + return This->lpVtbl->get_Path(This,path); +} +static FORCEINLINE HRESULT IRunningTask_get_State(IRunningTask* This,TASK_STATE *state) { + return This->lpVtbl->get_State(This,state); +} +static FORCEINLINE HRESULT IRunningTask_get_CurrentAction(IRunningTask* This,BSTR *name) { + return This->lpVtbl->get_CurrentAction(This,name); +} +static FORCEINLINE HRESULT IRunningTask_Stop(IRunningTask* This) { + return This->lpVtbl->Stop(This); +} +static FORCEINLINE HRESULT IRunningTask_Refresh(IRunningTask* This) { + return This->lpVtbl->Refresh(This); +} +static FORCEINLINE HRESULT IRunningTask_get_EnginePID(IRunningTask* This,DWORD *pid) { + return This->lpVtbl->get_EnginePID(This,pid); +} +#endif +#endif + +#endif + + +#endif /* __IRunningTask_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRunningTaskCollection interface + */ +#ifndef __IRunningTaskCollection_INTERFACE_DEFINED__ +#define __IRunningTaskCollection_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRunningTaskCollection, 0x6a67614b, 0x6828, 0x4fec, 0xaa,0x54, 0x6d,0x52,0xe8,0xf1,0xf2,0xdb); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("6a67614b-6828-4fec-aa54-6d52e8f1f2db") +IRunningTaskCollection : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Item( + VARIANT index, + IRunningTask **task) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **penum) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRunningTaskCollection, 0x6a67614b, 0x6828, 0x4fec, 0xaa,0x54, 0x6d,0x52,0xe8,0xf1,0xf2,0xdb) +#endif +#else +typedef struct IRunningTaskCollectionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRunningTaskCollection *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRunningTaskCollection *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRunningTaskCollection *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRunningTaskCollection *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRunningTaskCollection *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRunningTaskCollection *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRunningTaskCollection *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRunningTaskCollection methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + IRunningTaskCollection *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *get_Item)( + IRunningTaskCollection *This, + VARIANT index, + IRunningTask **task); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + IRunningTaskCollection *This, + IUnknown **penum); + + END_INTERFACE +} IRunningTaskCollectionVtbl; + +interface IRunningTaskCollection { + CONST_VTBL IRunningTaskCollectionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRunningTaskCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRunningTaskCollection_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRunningTaskCollection_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRunningTaskCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRunningTaskCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRunningTaskCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRunningTaskCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRunningTaskCollection methods ***/ +#define IRunningTaskCollection_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define IRunningTaskCollection_get_Item(This,index,task) (This)->lpVtbl->get_Item(This,index,task) +#define IRunningTaskCollection_get__NewEnum(This,penum) (This)->lpVtbl->get__NewEnum(This,penum) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRunningTaskCollection_QueryInterface(IRunningTaskCollection* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRunningTaskCollection_AddRef(IRunningTaskCollection* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRunningTaskCollection_Release(IRunningTaskCollection* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRunningTaskCollection_GetTypeInfoCount(IRunningTaskCollection* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRunningTaskCollection_GetTypeInfo(IRunningTaskCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRunningTaskCollection_GetIDsOfNames(IRunningTaskCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRunningTaskCollection_Invoke(IRunningTaskCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRunningTaskCollection methods ***/ +static FORCEINLINE HRESULT IRunningTaskCollection_get_Count(IRunningTaskCollection* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT IRunningTaskCollection_get_Item(IRunningTaskCollection* This,VARIANT index,IRunningTask **task) { + return This->lpVtbl->get_Item(This,index,task); +} +static FORCEINLINE HRESULT IRunningTaskCollection_get__NewEnum(IRunningTaskCollection* This,IUnknown **penum) { + return This->lpVtbl->get__NewEnum(This,penum); +} +#endif +#endif + +#endif + + +#endif /* __IRunningTaskCollection_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITrigger interface + */ +#ifndef __ITrigger_INTERFACE_DEFINED__ +#define __ITrigger_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITrigger, 0x09941815, 0xea89, 0x4b5b, 0x89,0xe0, 0x2a,0x77,0x38,0x01,0xfa,0xc3); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("09941815-ea89-4b5b-89e0-2a773801fac3") +ITrigger : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Type( + TASK_TRIGGER_TYPE2 *type) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Id( + BSTR *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Id( + BSTR id) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Repetition( + IRepetitionPattern **repeat) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Repetition( + IRepetitionPattern *repeat) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_ExecutionTimeLimit( + BSTR *limit) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_ExecutionTimeLimit( + BSTR limit) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_StartBoundary( + BSTR *start) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_StartBoundary( + BSTR start) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_EndBoundary( + BSTR *end) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_EndBoundary( + BSTR end) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Enabled( + VARIANT_BOOL *enabled) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Enabled( + VARIANT_BOOL enabled) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITrigger, 0x09941815, 0xea89, 0x4b5b, 0x89,0xe0, 0x2a,0x77,0x38,0x01,0xfa,0xc3) +#endif +#else +typedef struct ITriggerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITrigger *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITrigger *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITrigger *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITrigger *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITrigger *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITrigger *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITrigger *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITrigger methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Type)( + ITrigger *This, + TASK_TRIGGER_TYPE2 *type); + + HRESULT (STDMETHODCALLTYPE *get_Id)( + ITrigger *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + ITrigger *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_Repetition)( + ITrigger *This, + IRepetitionPattern **repeat); + + HRESULT (STDMETHODCALLTYPE *put_Repetition)( + ITrigger *This, + IRepetitionPattern *repeat); + + HRESULT (STDMETHODCALLTYPE *get_ExecutionTimeLimit)( + ITrigger *This, + BSTR *limit); + + HRESULT (STDMETHODCALLTYPE *put_ExecutionTimeLimit)( + ITrigger *This, + BSTR limit); + + HRESULT (STDMETHODCALLTYPE *get_StartBoundary)( + ITrigger *This, + BSTR *start); + + HRESULT (STDMETHODCALLTYPE *put_StartBoundary)( + ITrigger *This, + BSTR start); + + HRESULT (STDMETHODCALLTYPE *get_EndBoundary)( + ITrigger *This, + BSTR *end); + + HRESULT (STDMETHODCALLTYPE *put_EndBoundary)( + ITrigger *This, + BSTR end); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + ITrigger *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + ITrigger *This, + VARIANT_BOOL enabled); + + END_INTERFACE +} ITriggerVtbl; + +interface ITrigger { + CONST_VTBL ITriggerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITrigger_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITrigger_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITrigger_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITrigger_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITrigger_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITrigger_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITrigger_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITrigger methods ***/ +#define ITrigger_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#define ITrigger_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define ITrigger_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define ITrigger_get_Repetition(This,repeat) (This)->lpVtbl->get_Repetition(This,repeat) +#define ITrigger_put_Repetition(This,repeat) (This)->lpVtbl->put_Repetition(This,repeat) +#define ITrigger_get_ExecutionTimeLimit(This,limit) (This)->lpVtbl->get_ExecutionTimeLimit(This,limit) +#define ITrigger_put_ExecutionTimeLimit(This,limit) (This)->lpVtbl->put_ExecutionTimeLimit(This,limit) +#define ITrigger_get_StartBoundary(This,start) (This)->lpVtbl->get_StartBoundary(This,start) +#define ITrigger_put_StartBoundary(This,start) (This)->lpVtbl->put_StartBoundary(This,start) +#define ITrigger_get_EndBoundary(This,end) (This)->lpVtbl->get_EndBoundary(This,end) +#define ITrigger_put_EndBoundary(This,end) (This)->lpVtbl->put_EndBoundary(This,end) +#define ITrigger_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define ITrigger_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITrigger_QueryInterface(ITrigger* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITrigger_AddRef(ITrigger* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITrigger_Release(ITrigger* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITrigger_GetTypeInfoCount(ITrigger* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITrigger_GetTypeInfo(ITrigger* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITrigger_GetIDsOfNames(ITrigger* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITrigger_Invoke(ITrigger* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITrigger methods ***/ +static FORCEINLINE HRESULT ITrigger_get_Type(ITrigger* This,TASK_TRIGGER_TYPE2 *type) { + return This->lpVtbl->get_Type(This,type); +} +static FORCEINLINE HRESULT ITrigger_get_Id(ITrigger* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT ITrigger_put_Id(ITrigger* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT ITrigger_get_Repetition(ITrigger* This,IRepetitionPattern **repeat) { + return This->lpVtbl->get_Repetition(This,repeat); +} +static FORCEINLINE HRESULT ITrigger_put_Repetition(ITrigger* This,IRepetitionPattern *repeat) { + return This->lpVtbl->put_Repetition(This,repeat); +} +static FORCEINLINE HRESULT ITrigger_get_ExecutionTimeLimit(ITrigger* This,BSTR *limit) { + return This->lpVtbl->get_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITrigger_put_ExecutionTimeLimit(ITrigger* This,BSTR limit) { + return This->lpVtbl->put_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITrigger_get_StartBoundary(ITrigger* This,BSTR *start) { + return This->lpVtbl->get_StartBoundary(This,start); +} +static FORCEINLINE HRESULT ITrigger_put_StartBoundary(ITrigger* This,BSTR start) { + return This->lpVtbl->put_StartBoundary(This,start); +} +static FORCEINLINE HRESULT ITrigger_get_EndBoundary(ITrigger* This,BSTR *end) { + return This->lpVtbl->get_EndBoundary(This,end); +} +static FORCEINLINE HRESULT ITrigger_put_EndBoundary(ITrigger* This,BSTR end) { + return This->lpVtbl->put_EndBoundary(This,end); +} +static FORCEINLINE HRESULT ITrigger_get_Enabled(ITrigger* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT ITrigger_put_Enabled(ITrigger* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +#endif +#endif + +#endif + + +#endif /* __ITrigger_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDailyTrigger interface + */ +#ifndef __IDailyTrigger_INTERFACE_DEFINED__ +#define __IDailyTrigger_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDailyTrigger, 0x126c5cd8, 0xb288, 0x41d5, 0x8d,0xbf, 0xe4,0x91,0x44,0x6a,0xdc,0x5c); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("126c5cd8-b288-41d5-8dbf-e491446adc5c") +IDailyTrigger : public ITrigger +{ + virtual HRESULT STDMETHODCALLTYPE get_DaysInterval( + short *pDays) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DaysInterval( + short days) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RandomDelay( + BSTR *pRandomDelay) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RandomDelay( + BSTR randomDelay) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDailyTrigger, 0x126c5cd8, 0xb288, 0x41d5, 0x8d,0xbf, 0xe4,0x91,0x44,0x6a,0xdc,0x5c) +#endif +#else +typedef struct IDailyTriggerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDailyTrigger *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDailyTrigger *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDailyTrigger *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IDailyTrigger *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IDailyTrigger *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IDailyTrigger *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IDailyTrigger *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITrigger methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Type)( + IDailyTrigger *This, + TASK_TRIGGER_TYPE2 *type); + + HRESULT (STDMETHODCALLTYPE *get_Id)( + IDailyTrigger *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + IDailyTrigger *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_Repetition)( + IDailyTrigger *This, + IRepetitionPattern **repeat); + + HRESULT (STDMETHODCALLTYPE *put_Repetition)( + IDailyTrigger *This, + IRepetitionPattern *repeat); + + HRESULT (STDMETHODCALLTYPE *get_ExecutionTimeLimit)( + IDailyTrigger *This, + BSTR *limit); + + HRESULT (STDMETHODCALLTYPE *put_ExecutionTimeLimit)( + IDailyTrigger *This, + BSTR limit); + + HRESULT (STDMETHODCALLTYPE *get_StartBoundary)( + IDailyTrigger *This, + BSTR *start); + + HRESULT (STDMETHODCALLTYPE *put_StartBoundary)( + IDailyTrigger *This, + BSTR start); + + HRESULT (STDMETHODCALLTYPE *get_EndBoundary)( + IDailyTrigger *This, + BSTR *end); + + HRESULT (STDMETHODCALLTYPE *put_EndBoundary)( + IDailyTrigger *This, + BSTR end); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + IDailyTrigger *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + IDailyTrigger *This, + VARIANT_BOOL enabled); + + /*** IDailyTrigger methods ***/ + HRESULT (STDMETHODCALLTYPE *get_DaysInterval)( + IDailyTrigger *This, + short *pDays); + + HRESULT (STDMETHODCALLTYPE *put_DaysInterval)( + IDailyTrigger *This, + short days); + + HRESULT (STDMETHODCALLTYPE *get_RandomDelay)( + IDailyTrigger *This, + BSTR *pRandomDelay); + + HRESULT (STDMETHODCALLTYPE *put_RandomDelay)( + IDailyTrigger *This, + BSTR randomDelay); + + END_INTERFACE +} IDailyTriggerVtbl; + +interface IDailyTrigger { + CONST_VTBL IDailyTriggerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDailyTrigger_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDailyTrigger_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDailyTrigger_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IDailyTrigger_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IDailyTrigger_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IDailyTrigger_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IDailyTrigger_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITrigger methods ***/ +#define IDailyTrigger_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#define IDailyTrigger_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define IDailyTrigger_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define IDailyTrigger_get_Repetition(This,repeat) (This)->lpVtbl->get_Repetition(This,repeat) +#define IDailyTrigger_put_Repetition(This,repeat) (This)->lpVtbl->put_Repetition(This,repeat) +#define IDailyTrigger_get_ExecutionTimeLimit(This,limit) (This)->lpVtbl->get_ExecutionTimeLimit(This,limit) +#define IDailyTrigger_put_ExecutionTimeLimit(This,limit) (This)->lpVtbl->put_ExecutionTimeLimit(This,limit) +#define IDailyTrigger_get_StartBoundary(This,start) (This)->lpVtbl->get_StartBoundary(This,start) +#define IDailyTrigger_put_StartBoundary(This,start) (This)->lpVtbl->put_StartBoundary(This,start) +#define IDailyTrigger_get_EndBoundary(This,end) (This)->lpVtbl->get_EndBoundary(This,end) +#define IDailyTrigger_put_EndBoundary(This,end) (This)->lpVtbl->put_EndBoundary(This,end) +#define IDailyTrigger_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define IDailyTrigger_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +/*** IDailyTrigger methods ***/ +#define IDailyTrigger_get_DaysInterval(This,pDays) (This)->lpVtbl->get_DaysInterval(This,pDays) +#define IDailyTrigger_put_DaysInterval(This,days) (This)->lpVtbl->put_DaysInterval(This,days) +#define IDailyTrigger_get_RandomDelay(This,pRandomDelay) (This)->lpVtbl->get_RandomDelay(This,pRandomDelay) +#define IDailyTrigger_put_RandomDelay(This,randomDelay) (This)->lpVtbl->put_RandomDelay(This,randomDelay) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDailyTrigger_QueryInterface(IDailyTrigger* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDailyTrigger_AddRef(IDailyTrigger* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDailyTrigger_Release(IDailyTrigger* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IDailyTrigger_GetTypeInfoCount(IDailyTrigger* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IDailyTrigger_GetTypeInfo(IDailyTrigger* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IDailyTrigger_GetIDsOfNames(IDailyTrigger* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IDailyTrigger_Invoke(IDailyTrigger* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITrigger methods ***/ +static FORCEINLINE HRESULT IDailyTrigger_get_Type(IDailyTrigger* This,TASK_TRIGGER_TYPE2 *type) { + return This->lpVtbl->get_Type(This,type); +} +static FORCEINLINE HRESULT IDailyTrigger_get_Id(IDailyTrigger* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT IDailyTrigger_put_Id(IDailyTrigger* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT IDailyTrigger_get_Repetition(IDailyTrigger* This,IRepetitionPattern **repeat) { + return This->lpVtbl->get_Repetition(This,repeat); +} +static FORCEINLINE HRESULT IDailyTrigger_put_Repetition(IDailyTrigger* This,IRepetitionPattern *repeat) { + return This->lpVtbl->put_Repetition(This,repeat); +} +static FORCEINLINE HRESULT IDailyTrigger_get_ExecutionTimeLimit(IDailyTrigger* This,BSTR *limit) { + return This->lpVtbl->get_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT IDailyTrigger_put_ExecutionTimeLimit(IDailyTrigger* This,BSTR limit) { + return This->lpVtbl->put_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT IDailyTrigger_get_StartBoundary(IDailyTrigger* This,BSTR *start) { + return This->lpVtbl->get_StartBoundary(This,start); +} +static FORCEINLINE HRESULT IDailyTrigger_put_StartBoundary(IDailyTrigger* This,BSTR start) { + return This->lpVtbl->put_StartBoundary(This,start); +} +static FORCEINLINE HRESULT IDailyTrigger_get_EndBoundary(IDailyTrigger* This,BSTR *end) { + return This->lpVtbl->get_EndBoundary(This,end); +} +static FORCEINLINE HRESULT IDailyTrigger_put_EndBoundary(IDailyTrigger* This,BSTR end) { + return This->lpVtbl->put_EndBoundary(This,end); +} +static FORCEINLINE HRESULT IDailyTrigger_get_Enabled(IDailyTrigger* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT IDailyTrigger_put_Enabled(IDailyTrigger* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +/*** IDailyTrigger methods ***/ +static FORCEINLINE HRESULT IDailyTrigger_get_DaysInterval(IDailyTrigger* This,short *pDays) { + return This->lpVtbl->get_DaysInterval(This,pDays); +} +static FORCEINLINE HRESULT IDailyTrigger_put_DaysInterval(IDailyTrigger* This,short days) { + return This->lpVtbl->put_DaysInterval(This,days); +} +static FORCEINLINE HRESULT IDailyTrigger_get_RandomDelay(IDailyTrigger* This,BSTR *pRandomDelay) { + return This->lpVtbl->get_RandomDelay(This,pRandomDelay); +} +static FORCEINLINE HRESULT IDailyTrigger_put_RandomDelay(IDailyTrigger* This,BSTR randomDelay) { + return This->lpVtbl->put_RandomDelay(This,randomDelay); +} +#endif +#endif + +#endif + + +#endif /* __IDailyTrigger_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITriggerCollection interface + */ +#ifndef __ITriggerCollection_INTERFACE_DEFINED__ +#define __ITriggerCollection_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITriggerCollection, 0x85df5081, 0x1b24, 0x4f32, 0x87,0x8a, 0xd9,0xd1,0x4d,0xf4,0xcb,0x77); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("85df5081-1b24-4f32-878a-d9d14df4cb77") +ITriggerCollection : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Item( + LONG index, + ITrigger **trigger) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **penum) = 0; + + virtual HRESULT STDMETHODCALLTYPE Create( + TASK_TRIGGER_TYPE2 type, + ITrigger **trigger) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + VARIANT index) = 0; + + virtual HRESULT STDMETHODCALLTYPE Clear( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITriggerCollection, 0x85df5081, 0x1b24, 0x4f32, 0x87,0x8a, 0xd9,0xd1,0x4d,0xf4,0xcb,0x77) +#endif +#else +typedef struct ITriggerCollectionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITriggerCollection *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITriggerCollection *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITriggerCollection *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITriggerCollection *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITriggerCollection *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITriggerCollection *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITriggerCollection *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITriggerCollection methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + ITriggerCollection *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *get_Item)( + ITriggerCollection *This, + LONG index, + ITrigger **trigger); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + ITriggerCollection *This, + IUnknown **penum); + + HRESULT (STDMETHODCALLTYPE *Create)( + ITriggerCollection *This, + TASK_TRIGGER_TYPE2 type, + ITrigger **trigger); + + HRESULT (STDMETHODCALLTYPE *Remove)( + ITriggerCollection *This, + VARIANT index); + + HRESULT (STDMETHODCALLTYPE *Clear)( + ITriggerCollection *This); + + END_INTERFACE +} ITriggerCollectionVtbl; + +interface ITriggerCollection { + CONST_VTBL ITriggerCollectionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITriggerCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITriggerCollection_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITriggerCollection_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITriggerCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITriggerCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITriggerCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITriggerCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITriggerCollection methods ***/ +#define ITriggerCollection_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define ITriggerCollection_get_Item(This,index,trigger) (This)->lpVtbl->get_Item(This,index,trigger) +#define ITriggerCollection_get__NewEnum(This,penum) (This)->lpVtbl->get__NewEnum(This,penum) +#define ITriggerCollection_Create(This,type,trigger) (This)->lpVtbl->Create(This,type,trigger) +#define ITriggerCollection_Remove(This,index) (This)->lpVtbl->Remove(This,index) +#define ITriggerCollection_Clear(This) (This)->lpVtbl->Clear(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITriggerCollection_QueryInterface(ITriggerCollection* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITriggerCollection_AddRef(ITriggerCollection* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITriggerCollection_Release(ITriggerCollection* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITriggerCollection_GetTypeInfoCount(ITriggerCollection* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITriggerCollection_GetTypeInfo(ITriggerCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITriggerCollection_GetIDsOfNames(ITriggerCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITriggerCollection_Invoke(ITriggerCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITriggerCollection methods ***/ +static FORCEINLINE HRESULT ITriggerCollection_get_Count(ITriggerCollection* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT ITriggerCollection_get_Item(ITriggerCollection* This,LONG index,ITrigger **trigger) { + return This->lpVtbl->get_Item(This,index,trigger); +} +static FORCEINLINE HRESULT ITriggerCollection_get__NewEnum(ITriggerCollection* This,IUnknown **penum) { + return This->lpVtbl->get__NewEnum(This,penum); +} +static FORCEINLINE HRESULT ITriggerCollection_Create(ITriggerCollection* This,TASK_TRIGGER_TYPE2 type,ITrigger **trigger) { + return This->lpVtbl->Create(This,type,trigger); +} +static FORCEINLINE HRESULT ITriggerCollection_Remove(ITriggerCollection* This,VARIANT index) { + return This->lpVtbl->Remove(This,index); +} +static FORCEINLINE HRESULT ITriggerCollection_Clear(ITriggerCollection* This) { + return This->lpVtbl->Clear(This); +} +#endif +#endif + +#endif + + +#endif /* __ITriggerCollection_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * ITimeTrigger interface + */ +#ifndef __ITimeTrigger_INTERFACE_DEFINED__ +#define __ITimeTrigger_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_ITimeTrigger, 0xb45747e0, 0xeba7, 0x4276, 0x9f,0x29, 0x85,0xc5,0xbb,0x30,0x00,0x06); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("b45747e0-eba7-4276-9f29-85c5bb300006") +ITimeTrigger : public ITrigger +{ + virtual HRESULT STDMETHODCALLTYPE get_RandomDelay( + BSTR *delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RandomDelay( + BSTR delay) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(ITimeTrigger, 0xb45747e0, 0xeba7, 0x4276, 0x9f,0x29, 0x85,0xc5,0xbb,0x30,0x00,0x06) +#endif +#else +typedef struct ITimeTriggerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + ITimeTrigger *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + ITimeTrigger *This); + + ULONG (STDMETHODCALLTYPE *Release)( + ITimeTrigger *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + ITimeTrigger *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + ITimeTrigger *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + ITimeTrigger *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + ITimeTrigger *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** ITrigger methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Type)( + ITimeTrigger *This, + TASK_TRIGGER_TYPE2 *type); + + HRESULT (STDMETHODCALLTYPE *get_Id)( + ITimeTrigger *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + ITimeTrigger *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_Repetition)( + ITimeTrigger *This, + IRepetitionPattern **repeat); + + HRESULT (STDMETHODCALLTYPE *put_Repetition)( + ITimeTrigger *This, + IRepetitionPattern *repeat); + + HRESULT (STDMETHODCALLTYPE *get_ExecutionTimeLimit)( + ITimeTrigger *This, + BSTR *limit); + + HRESULT (STDMETHODCALLTYPE *put_ExecutionTimeLimit)( + ITimeTrigger *This, + BSTR limit); + + HRESULT (STDMETHODCALLTYPE *get_StartBoundary)( + ITimeTrigger *This, + BSTR *start); + + HRESULT (STDMETHODCALLTYPE *put_StartBoundary)( + ITimeTrigger *This, + BSTR start); + + HRESULT (STDMETHODCALLTYPE *get_EndBoundary)( + ITimeTrigger *This, + BSTR *end); + + HRESULT (STDMETHODCALLTYPE *put_EndBoundary)( + ITimeTrigger *This, + BSTR end); + + HRESULT (STDMETHODCALLTYPE *get_Enabled)( + ITimeTrigger *This, + VARIANT_BOOL *enabled); + + HRESULT (STDMETHODCALLTYPE *put_Enabled)( + ITimeTrigger *This, + VARIANT_BOOL enabled); + + /*** ITimeTrigger methods ***/ + HRESULT (STDMETHODCALLTYPE *get_RandomDelay)( + ITimeTrigger *This, + BSTR *delay); + + HRESULT (STDMETHODCALLTYPE *put_RandomDelay)( + ITimeTrigger *This, + BSTR delay); + + END_INTERFACE +} ITimeTriggerVtbl; + +interface ITimeTrigger { + CONST_VTBL ITimeTriggerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define ITimeTrigger_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define ITimeTrigger_AddRef(This) (This)->lpVtbl->AddRef(This) +#define ITimeTrigger_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define ITimeTrigger_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define ITimeTrigger_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define ITimeTrigger_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define ITimeTrigger_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** ITrigger methods ***/ +#define ITimeTrigger_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#define ITimeTrigger_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define ITimeTrigger_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define ITimeTrigger_get_Repetition(This,repeat) (This)->lpVtbl->get_Repetition(This,repeat) +#define ITimeTrigger_put_Repetition(This,repeat) (This)->lpVtbl->put_Repetition(This,repeat) +#define ITimeTrigger_get_ExecutionTimeLimit(This,limit) (This)->lpVtbl->get_ExecutionTimeLimit(This,limit) +#define ITimeTrigger_put_ExecutionTimeLimit(This,limit) (This)->lpVtbl->put_ExecutionTimeLimit(This,limit) +#define ITimeTrigger_get_StartBoundary(This,start) (This)->lpVtbl->get_StartBoundary(This,start) +#define ITimeTrigger_put_StartBoundary(This,start) (This)->lpVtbl->put_StartBoundary(This,start) +#define ITimeTrigger_get_EndBoundary(This,end) (This)->lpVtbl->get_EndBoundary(This,end) +#define ITimeTrigger_put_EndBoundary(This,end) (This)->lpVtbl->put_EndBoundary(This,end) +#define ITimeTrigger_get_Enabled(This,enabled) (This)->lpVtbl->get_Enabled(This,enabled) +#define ITimeTrigger_put_Enabled(This,enabled) (This)->lpVtbl->put_Enabled(This,enabled) +/*** ITimeTrigger methods ***/ +#define ITimeTrigger_get_RandomDelay(This,delay) (This)->lpVtbl->get_RandomDelay(This,delay) +#define ITimeTrigger_put_RandomDelay(This,delay) (This)->lpVtbl->put_RandomDelay(This,delay) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT ITimeTrigger_QueryInterface(ITimeTrigger* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG ITimeTrigger_AddRef(ITimeTrigger* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG ITimeTrigger_Release(ITimeTrigger* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT ITimeTrigger_GetTypeInfoCount(ITimeTrigger* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT ITimeTrigger_GetTypeInfo(ITimeTrigger* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT ITimeTrigger_GetIDsOfNames(ITimeTrigger* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT ITimeTrigger_Invoke(ITimeTrigger* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** ITrigger methods ***/ +static FORCEINLINE HRESULT ITimeTrigger_get_Type(ITimeTrigger* This,TASK_TRIGGER_TYPE2 *type) { + return This->lpVtbl->get_Type(This,type); +} +static FORCEINLINE HRESULT ITimeTrigger_get_Id(ITimeTrigger* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT ITimeTrigger_put_Id(ITimeTrigger* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT ITimeTrigger_get_Repetition(ITimeTrigger* This,IRepetitionPattern **repeat) { + return This->lpVtbl->get_Repetition(This,repeat); +} +static FORCEINLINE HRESULT ITimeTrigger_put_Repetition(ITimeTrigger* This,IRepetitionPattern *repeat) { + return This->lpVtbl->put_Repetition(This,repeat); +} +static FORCEINLINE HRESULT ITimeTrigger_get_ExecutionTimeLimit(ITimeTrigger* This,BSTR *limit) { + return This->lpVtbl->get_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITimeTrigger_put_ExecutionTimeLimit(ITimeTrigger* This,BSTR limit) { + return This->lpVtbl->put_ExecutionTimeLimit(This,limit); +} +static FORCEINLINE HRESULT ITimeTrigger_get_StartBoundary(ITimeTrigger* This,BSTR *start) { + return This->lpVtbl->get_StartBoundary(This,start); +} +static FORCEINLINE HRESULT ITimeTrigger_put_StartBoundary(ITimeTrigger* This,BSTR start) { + return This->lpVtbl->put_StartBoundary(This,start); +} +static FORCEINLINE HRESULT ITimeTrigger_get_EndBoundary(ITimeTrigger* This,BSTR *end) { + return This->lpVtbl->get_EndBoundary(This,end); +} +static FORCEINLINE HRESULT ITimeTrigger_put_EndBoundary(ITimeTrigger* This,BSTR end) { + return This->lpVtbl->put_EndBoundary(This,end); +} +static FORCEINLINE HRESULT ITimeTrigger_get_Enabled(ITimeTrigger* This,VARIANT_BOOL *enabled) { + return This->lpVtbl->get_Enabled(This,enabled); +} +static FORCEINLINE HRESULT ITimeTrigger_put_Enabled(ITimeTrigger* This,VARIANT_BOOL enabled) { + return This->lpVtbl->put_Enabled(This,enabled); +} +/*** ITimeTrigger methods ***/ +static FORCEINLINE HRESULT ITimeTrigger_get_RandomDelay(ITimeTrigger* This,BSTR *delay) { + return This->lpVtbl->get_RandomDelay(This,delay); +} +static FORCEINLINE HRESULT ITimeTrigger_put_RandomDelay(ITimeTrigger* This,BSTR delay) { + return This->lpVtbl->put_RandomDelay(This,delay); +} +#endif +#endif + +#endif + + +#endif /* __ITimeTrigger_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IRepetitionPattern interface + */ +#ifndef __IRepetitionPattern_INTERFACE_DEFINED__ +#define __IRepetitionPattern_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IRepetitionPattern, 0x7fb9acf1, 0x26be, 0x400e, 0x85,0xb5, 0x29,0x4b,0x9c,0x75,0xdf,0xd6); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("7fb9acf1-26be-400e-85b5-294b9c75dfd6") +IRepetitionPattern : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Interval( + BSTR *interval) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Interval( + BSTR interval) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Duration( + BSTR *duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Duration( + BSTR duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_StopAtDurationEnd( + VARIANT_BOOL *stop) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_StopAtDurationEnd( + VARIANT_BOOL sop) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IRepetitionPattern, 0x7fb9acf1, 0x26be, 0x400e, 0x85,0xb5, 0x29,0x4b,0x9c,0x75,0xdf,0xd6) +#endif +#else +typedef struct IRepetitionPatternVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IRepetitionPattern *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IRepetitionPattern *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IRepetitionPattern *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IRepetitionPattern *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IRepetitionPattern *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IRepetitionPattern *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IRepetitionPattern *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IRepetitionPattern methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Interval)( + IRepetitionPattern *This, + BSTR *interval); + + HRESULT (STDMETHODCALLTYPE *put_Interval)( + IRepetitionPattern *This, + BSTR interval); + + HRESULT (STDMETHODCALLTYPE *get_Duration)( + IRepetitionPattern *This, + BSTR *duration); + + HRESULT (STDMETHODCALLTYPE *put_Duration)( + IRepetitionPattern *This, + BSTR duration); + + HRESULT (STDMETHODCALLTYPE *get_StopAtDurationEnd)( + IRepetitionPattern *This, + VARIANT_BOOL *stop); + + HRESULT (STDMETHODCALLTYPE *put_StopAtDurationEnd)( + IRepetitionPattern *This, + VARIANT_BOOL sop); + + END_INTERFACE +} IRepetitionPatternVtbl; + +interface IRepetitionPattern { + CONST_VTBL IRepetitionPatternVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IRepetitionPattern_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IRepetitionPattern_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IRepetitionPattern_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IRepetitionPattern_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IRepetitionPattern_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IRepetitionPattern_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IRepetitionPattern_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IRepetitionPattern methods ***/ +#define IRepetitionPattern_get_Interval(This,interval) (This)->lpVtbl->get_Interval(This,interval) +#define IRepetitionPattern_put_Interval(This,interval) (This)->lpVtbl->put_Interval(This,interval) +#define IRepetitionPattern_get_Duration(This,duration) (This)->lpVtbl->get_Duration(This,duration) +#define IRepetitionPattern_put_Duration(This,duration) (This)->lpVtbl->put_Duration(This,duration) +#define IRepetitionPattern_get_StopAtDurationEnd(This,stop) (This)->lpVtbl->get_StopAtDurationEnd(This,stop) +#define IRepetitionPattern_put_StopAtDurationEnd(This,sop) (This)->lpVtbl->put_StopAtDurationEnd(This,sop) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IRepetitionPattern_QueryInterface(IRepetitionPattern* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IRepetitionPattern_AddRef(IRepetitionPattern* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IRepetitionPattern_Release(IRepetitionPattern* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IRepetitionPattern_GetTypeInfoCount(IRepetitionPattern* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IRepetitionPattern_GetTypeInfo(IRepetitionPattern* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IRepetitionPattern_GetIDsOfNames(IRepetitionPattern* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IRepetitionPattern_Invoke(IRepetitionPattern* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IRepetitionPattern methods ***/ +static FORCEINLINE HRESULT IRepetitionPattern_get_Interval(IRepetitionPattern* This,BSTR *interval) { + return This->lpVtbl->get_Interval(This,interval); +} +static FORCEINLINE HRESULT IRepetitionPattern_put_Interval(IRepetitionPattern* This,BSTR interval) { + return This->lpVtbl->put_Interval(This,interval); +} +static FORCEINLINE HRESULT IRepetitionPattern_get_Duration(IRepetitionPattern* This,BSTR *duration) { + return This->lpVtbl->get_Duration(This,duration); +} +static FORCEINLINE HRESULT IRepetitionPattern_put_Duration(IRepetitionPattern* This,BSTR duration) { + return This->lpVtbl->put_Duration(This,duration); +} +static FORCEINLINE HRESULT IRepetitionPattern_get_StopAtDurationEnd(IRepetitionPattern* This,VARIANT_BOOL *stop) { + return This->lpVtbl->get_StopAtDurationEnd(This,stop); +} +static FORCEINLINE HRESULT IRepetitionPattern_put_StopAtDurationEnd(IRepetitionPattern* This,VARIANT_BOOL sop) { + return This->lpVtbl->put_StopAtDurationEnd(This,sop); +} +#endif +#endif + +#endif + + +#endif /* __IRepetitionPattern_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IAction interface + */ +#ifndef __IAction_INTERFACE_DEFINED__ +#define __IAction_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IAction, 0xbae54997, 0x48b1, 0x4cbe, 0x99,0x65, 0xd6,0xbe,0x26,0x3e,0xbe,0xa4); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("bae54997-48b1-4cbe-9965-d6be263ebea4") +IAction : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Id( + BSTR *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Id( + BSTR id) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Type( + TASK_ACTION_TYPE *type) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IAction, 0xbae54997, 0x48b1, 0x4cbe, 0x99,0x65, 0xd6,0xbe,0x26,0x3e,0xbe,0xa4) +#endif +#else +typedef struct IActionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IAction *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IAction *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IAction *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IAction *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IAction *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IAction *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IAction *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IAction methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Id)( + IAction *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + IAction *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_Type)( + IAction *This, + TASK_ACTION_TYPE *type); + + END_INTERFACE +} IActionVtbl; + +interface IAction { + CONST_VTBL IActionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IAction_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IAction_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IAction_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IAction_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IAction_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IAction_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IAction_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IAction methods ***/ +#define IAction_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define IAction_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define IAction_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IAction_QueryInterface(IAction* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IAction_AddRef(IAction* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IAction_Release(IAction* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IAction_GetTypeInfoCount(IAction* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IAction_GetTypeInfo(IAction* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IAction_GetIDsOfNames(IAction* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IAction_Invoke(IAction* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IAction methods ***/ +static FORCEINLINE HRESULT IAction_get_Id(IAction* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT IAction_put_Id(IAction* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT IAction_get_Type(IAction* This,TASK_ACTION_TYPE *type) { + return This->lpVtbl->get_Type(This,type); +} +#endif +#endif + +#endif + + +#endif /* __IAction_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IActionCollection interface + */ +#ifndef __IActionCollection_INTERFACE_DEFINED__ +#define __IActionCollection_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IActionCollection, 0x02820e19, 0x7b98, 0x4ed2, 0xb2,0xe8, 0xfd,0xcc,0xce,0xff,0x61,0x9b); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("02820e19-7b98-4ed2-b2e8-fdccceff619b") +IActionCollection : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Count( + LONG *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Item( + LONG index, + IAction **action) = 0; + + virtual HRESULT STDMETHODCALLTYPE get__NewEnum( + IUnknown **penum) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_XmlText( + BSTR *xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_XmlText( + BSTR xml) = 0; + + virtual HRESULT STDMETHODCALLTYPE Create( + TASK_ACTION_TYPE Type, + IAction **action) = 0; + + virtual HRESULT STDMETHODCALLTYPE Remove( + VARIANT index) = 0; + + virtual HRESULT STDMETHODCALLTYPE Clear( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Context( + BSTR *ctx) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Context( + BSTR ctx) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IActionCollection, 0x02820e19, 0x7b98, 0x4ed2, 0xb2,0xe8, 0xfd,0xcc,0xce,0xff,0x61,0x9b) +#endif +#else +typedef struct IActionCollectionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IActionCollection *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IActionCollection *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IActionCollection *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IActionCollection *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IActionCollection *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IActionCollection *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IActionCollection *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IActionCollection methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Count)( + IActionCollection *This, + LONG *count); + + HRESULT (STDMETHODCALLTYPE *get_Item)( + IActionCollection *This, + LONG index, + IAction **action); + + HRESULT (STDMETHODCALLTYPE *get__NewEnum)( + IActionCollection *This, + IUnknown **penum); + + HRESULT (STDMETHODCALLTYPE *get_XmlText)( + IActionCollection *This, + BSTR *xml); + + HRESULT (STDMETHODCALLTYPE *put_XmlText)( + IActionCollection *This, + BSTR xml); + + HRESULT (STDMETHODCALLTYPE *Create)( + IActionCollection *This, + TASK_ACTION_TYPE Type, + IAction **action); + + HRESULT (STDMETHODCALLTYPE *Remove)( + IActionCollection *This, + VARIANT index); + + HRESULT (STDMETHODCALLTYPE *Clear)( + IActionCollection *This); + + HRESULT (STDMETHODCALLTYPE *get_Context)( + IActionCollection *This, + BSTR *ctx); + + HRESULT (STDMETHODCALLTYPE *put_Context)( + IActionCollection *This, + BSTR ctx); + + END_INTERFACE +} IActionCollectionVtbl; + +interface IActionCollection { + CONST_VTBL IActionCollectionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IActionCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IActionCollection_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IActionCollection_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IActionCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IActionCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IActionCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IActionCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IActionCollection methods ***/ +#define IActionCollection_get_Count(This,count) (This)->lpVtbl->get_Count(This,count) +#define IActionCollection_get_Item(This,index,action) (This)->lpVtbl->get_Item(This,index,action) +#define IActionCollection_get__NewEnum(This,penum) (This)->lpVtbl->get__NewEnum(This,penum) +#define IActionCollection_get_XmlText(This,xml) (This)->lpVtbl->get_XmlText(This,xml) +#define IActionCollection_put_XmlText(This,xml) (This)->lpVtbl->put_XmlText(This,xml) +#define IActionCollection_Create(This,Type,action) (This)->lpVtbl->Create(This,Type,action) +#define IActionCollection_Remove(This,index) (This)->lpVtbl->Remove(This,index) +#define IActionCollection_Clear(This) (This)->lpVtbl->Clear(This) +#define IActionCollection_get_Context(This,ctx) (This)->lpVtbl->get_Context(This,ctx) +#define IActionCollection_put_Context(This,ctx) (This)->lpVtbl->put_Context(This,ctx) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IActionCollection_QueryInterface(IActionCollection* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IActionCollection_AddRef(IActionCollection* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IActionCollection_Release(IActionCollection* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IActionCollection_GetTypeInfoCount(IActionCollection* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IActionCollection_GetTypeInfo(IActionCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IActionCollection_GetIDsOfNames(IActionCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IActionCollection_Invoke(IActionCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IActionCollection methods ***/ +static FORCEINLINE HRESULT IActionCollection_get_Count(IActionCollection* This,LONG *count) { + return This->lpVtbl->get_Count(This,count); +} +static FORCEINLINE HRESULT IActionCollection_get_Item(IActionCollection* This,LONG index,IAction **action) { + return This->lpVtbl->get_Item(This,index,action); +} +static FORCEINLINE HRESULT IActionCollection_get__NewEnum(IActionCollection* This,IUnknown **penum) { + return This->lpVtbl->get__NewEnum(This,penum); +} +static FORCEINLINE HRESULT IActionCollection_get_XmlText(IActionCollection* This,BSTR *xml) { + return This->lpVtbl->get_XmlText(This,xml); +} +static FORCEINLINE HRESULT IActionCollection_put_XmlText(IActionCollection* This,BSTR xml) { + return This->lpVtbl->put_XmlText(This,xml); +} +static FORCEINLINE HRESULT IActionCollection_Create(IActionCollection* This,TASK_ACTION_TYPE Type,IAction **action) { + return This->lpVtbl->Create(This,Type,action); +} +static FORCEINLINE HRESULT IActionCollection_Remove(IActionCollection* This,VARIANT index) { + return This->lpVtbl->Remove(This,index); +} +static FORCEINLINE HRESULT IActionCollection_Clear(IActionCollection* This) { + return This->lpVtbl->Clear(This); +} +static FORCEINLINE HRESULT IActionCollection_get_Context(IActionCollection* This,BSTR *ctx) { + return This->lpVtbl->get_Context(This,ctx); +} +static FORCEINLINE HRESULT IActionCollection_put_Context(IActionCollection* This,BSTR ctx) { + return This->lpVtbl->put_Context(This,ctx); +} +#endif +#endif + +#endif + + +#endif /* __IActionCollection_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IExecAction interface + */ +#ifndef __IExecAction_INTERFACE_DEFINED__ +#define __IExecAction_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IExecAction, 0x4c3d624d, 0xfd6b, 0x49a3, 0xb9,0xb7, 0x09,0xcb,0x3c,0xd3,0xf0,0x47); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("4c3d624d-fd6b-49a3-b9b7-09cb3cd3f047") +IExecAction : public IAction +{ + virtual HRESULT STDMETHODCALLTYPE get_Path( + BSTR *path) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Path( + BSTR path) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Arguments( + BSTR *argument) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Arguments( + BSTR argument) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_WorkingDirectory( + BSTR *directory) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_WorkingDirectory( + BSTR directory) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IExecAction, 0x4c3d624d, 0xfd6b, 0x49a3, 0xb9,0xb7, 0x09,0xcb,0x3c,0xd3,0xf0,0x47) +#endif +#else +typedef struct IExecActionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IExecAction *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IExecAction *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IExecAction *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IExecAction *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IExecAction *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IExecAction *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IExecAction *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IAction methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Id)( + IExecAction *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + IExecAction *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_Type)( + IExecAction *This, + TASK_ACTION_TYPE *type); + + /*** IExecAction methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Path)( + IExecAction *This, + BSTR *path); + + HRESULT (STDMETHODCALLTYPE *put_Path)( + IExecAction *This, + BSTR path); + + HRESULT (STDMETHODCALLTYPE *get_Arguments)( + IExecAction *This, + BSTR *argument); + + HRESULT (STDMETHODCALLTYPE *put_Arguments)( + IExecAction *This, + BSTR argument); + + HRESULT (STDMETHODCALLTYPE *get_WorkingDirectory)( + IExecAction *This, + BSTR *directory); + + HRESULT (STDMETHODCALLTYPE *put_WorkingDirectory)( + IExecAction *This, + BSTR directory); + + END_INTERFACE +} IExecActionVtbl; + +interface IExecAction { + CONST_VTBL IExecActionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IExecAction_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IExecAction_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IExecAction_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IExecAction_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IExecAction_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IExecAction_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IExecAction_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IAction methods ***/ +#define IExecAction_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define IExecAction_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define IExecAction_get_Type(This,type) (This)->lpVtbl->get_Type(This,type) +/*** IExecAction methods ***/ +#define IExecAction_get_Path(This,path) (This)->lpVtbl->get_Path(This,path) +#define IExecAction_put_Path(This,path) (This)->lpVtbl->put_Path(This,path) +#define IExecAction_get_Arguments(This,argument) (This)->lpVtbl->get_Arguments(This,argument) +#define IExecAction_put_Arguments(This,argument) (This)->lpVtbl->put_Arguments(This,argument) +#define IExecAction_get_WorkingDirectory(This,directory) (This)->lpVtbl->get_WorkingDirectory(This,directory) +#define IExecAction_put_WorkingDirectory(This,directory) (This)->lpVtbl->put_WorkingDirectory(This,directory) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IExecAction_QueryInterface(IExecAction* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IExecAction_AddRef(IExecAction* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IExecAction_Release(IExecAction* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IExecAction_GetTypeInfoCount(IExecAction* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IExecAction_GetTypeInfo(IExecAction* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IExecAction_GetIDsOfNames(IExecAction* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IExecAction_Invoke(IExecAction* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IAction methods ***/ +static FORCEINLINE HRESULT IExecAction_get_Id(IExecAction* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT IExecAction_put_Id(IExecAction* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT IExecAction_get_Type(IExecAction* This,TASK_ACTION_TYPE *type) { + return This->lpVtbl->get_Type(This,type); +} +/*** IExecAction methods ***/ +static FORCEINLINE HRESULT IExecAction_get_Path(IExecAction* This,BSTR *path) { + return This->lpVtbl->get_Path(This,path); +} +static FORCEINLINE HRESULT IExecAction_put_Path(IExecAction* This,BSTR path) { + return This->lpVtbl->put_Path(This,path); +} +static FORCEINLINE HRESULT IExecAction_get_Arguments(IExecAction* This,BSTR *argument) { + return This->lpVtbl->get_Arguments(This,argument); +} +static FORCEINLINE HRESULT IExecAction_put_Arguments(IExecAction* This,BSTR argument) { + return This->lpVtbl->put_Arguments(This,argument); +} +static FORCEINLINE HRESULT IExecAction_get_WorkingDirectory(IExecAction* This,BSTR *directory) { + return This->lpVtbl->get_WorkingDirectory(This,directory); +} +static FORCEINLINE HRESULT IExecAction_put_WorkingDirectory(IExecAction* This,BSTR directory) { + return This->lpVtbl->put_WorkingDirectory(This,directory); +} +#endif +#endif + +#endif + + +#endif /* __IExecAction_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * INetworkSettings interface + */ +#ifndef __INetworkSettings_INTERFACE_DEFINED__ +#define __INetworkSettings_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_INetworkSettings, 0x9f7dea84, 0xc30b, 0x4245, 0x80,0xb6, 0x00,0xe9,0xf6,0x46,0xf1,0xb4); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9f7dea84-c30b-4245-80b6-00e9f646f1b4") +INetworkSettings : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Name( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Name( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_Id( + BSTR *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Id( + BSTR id) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(INetworkSettings, 0x9f7dea84, 0xc30b, 0x4245, 0x80,0xb6, 0x00,0xe9,0xf6,0x46,0xf1,0xb4) +#endif +#else +typedef struct INetworkSettingsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + INetworkSettings *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + INetworkSettings *This); + + ULONG (STDMETHODCALLTYPE *Release)( + INetworkSettings *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + INetworkSettings *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + INetworkSettings *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + INetworkSettings *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + INetworkSettings *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** INetworkSettings methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Name)( + INetworkSettings *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *put_Name)( + INetworkSettings *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *get_Id)( + INetworkSettings *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + INetworkSettings *This, + BSTR id); + + END_INTERFACE +} INetworkSettingsVtbl; + +interface INetworkSettings { + CONST_VTBL INetworkSettingsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define INetworkSettings_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define INetworkSettings_AddRef(This) (This)->lpVtbl->AddRef(This) +#define INetworkSettings_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define INetworkSettings_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define INetworkSettings_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define INetworkSettings_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define INetworkSettings_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** INetworkSettings methods ***/ +#define INetworkSettings_get_Name(This,name) (This)->lpVtbl->get_Name(This,name) +#define INetworkSettings_put_Name(This,name) (This)->lpVtbl->put_Name(This,name) +#define INetworkSettings_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define INetworkSettings_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT INetworkSettings_QueryInterface(INetworkSettings* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG INetworkSettings_AddRef(INetworkSettings* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG INetworkSettings_Release(INetworkSettings* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT INetworkSettings_GetTypeInfoCount(INetworkSettings* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT INetworkSettings_GetTypeInfo(INetworkSettings* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT INetworkSettings_GetIDsOfNames(INetworkSettings* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT INetworkSettings_Invoke(INetworkSettings* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** INetworkSettings methods ***/ +static FORCEINLINE HRESULT INetworkSettings_get_Name(INetworkSettings* This,BSTR *name) { + return This->lpVtbl->get_Name(This,name); +} +static FORCEINLINE HRESULT INetworkSettings_put_Name(INetworkSettings* This,BSTR name) { + return This->lpVtbl->put_Name(This,name); +} +static FORCEINLINE HRESULT INetworkSettings_get_Id(INetworkSettings* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT INetworkSettings_put_Id(INetworkSettings* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +#endif +#endif + +#endif + + +#endif /* __INetworkSettings_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IPrincipal interface + */ +#ifndef __IPrincipal_INTERFACE_DEFINED__ +#define __IPrincipal_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IPrincipal, 0xd98d51e5, 0xc9b4, 0x496a, 0xa9,0xc1, 0x18,0x98,0x02,0x61,0xcf,0x0f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d98d51e5-c9b4-496a-a9c1-18980261cf0f") +IPrincipal : public IDispatch +{ + virtual HRESULT STDMETHODCALLTYPE get_Id( + BSTR *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_Id( + BSTR id) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_DisplayName( + BSTR *name) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_DisplayName( + BSTR name) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_UserId( + BSTR *user) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_UserId( + BSTR user) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_LogonType( + TASK_LOGON_TYPE *logon) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_LogonType( + TASK_LOGON_TYPE logon) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_GroupId( + BSTR *group) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_GroupId( + BSTR group) = 0; + + virtual HRESULT STDMETHODCALLTYPE get_RunLevel( + TASK_RUNLEVEL_TYPE *level) = 0; + + virtual HRESULT STDMETHODCALLTYPE put_RunLevel( + TASK_RUNLEVEL_TYPE level) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IPrincipal, 0xd98d51e5, 0xc9b4, 0x496a, 0xa9,0xc1, 0x18,0x98,0x02,0x61,0xcf,0x0f) +#endif +#else +typedef struct IPrincipalVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IPrincipal *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IPrincipal *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IPrincipal *This); + + /*** IDispatch methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)( + IPrincipal *This, + UINT *pctinfo); + + HRESULT (STDMETHODCALLTYPE *GetTypeInfo)( + IPrincipal *This, + UINT iTInfo, + LCID lcid, + ITypeInfo **ppTInfo); + + HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)( + IPrincipal *This, + REFIID riid, + LPOLESTR *rgszNames, + UINT cNames, + LCID lcid, + DISPID *rgDispId); + + HRESULT (STDMETHODCALLTYPE *Invoke)( + IPrincipal *This, + DISPID dispIdMember, + REFIID riid, + LCID lcid, + WORD wFlags, + DISPPARAMS *pDispParams, + VARIANT *pVarResult, + EXCEPINFO *pExcepInfo, + UINT *puArgErr); + + /*** IPrincipal methods ***/ + HRESULT (STDMETHODCALLTYPE *get_Id)( + IPrincipal *This, + BSTR *id); + + HRESULT (STDMETHODCALLTYPE *put_Id)( + IPrincipal *This, + BSTR id); + + HRESULT (STDMETHODCALLTYPE *get_DisplayName)( + IPrincipal *This, + BSTR *name); + + HRESULT (STDMETHODCALLTYPE *put_DisplayName)( + IPrincipal *This, + BSTR name); + + HRESULT (STDMETHODCALLTYPE *get_UserId)( + IPrincipal *This, + BSTR *user); + + HRESULT (STDMETHODCALLTYPE *put_UserId)( + IPrincipal *This, + BSTR user); + + HRESULT (STDMETHODCALLTYPE *get_LogonType)( + IPrincipal *This, + TASK_LOGON_TYPE *logon); + + HRESULT (STDMETHODCALLTYPE *put_LogonType)( + IPrincipal *This, + TASK_LOGON_TYPE logon); + + HRESULT (STDMETHODCALLTYPE *get_GroupId)( + IPrincipal *This, + BSTR *group); + + HRESULT (STDMETHODCALLTYPE *put_GroupId)( + IPrincipal *This, + BSTR group); + + HRESULT (STDMETHODCALLTYPE *get_RunLevel)( + IPrincipal *This, + TASK_RUNLEVEL_TYPE *level); + + HRESULT (STDMETHODCALLTYPE *put_RunLevel)( + IPrincipal *This, + TASK_RUNLEVEL_TYPE level); + + END_INTERFACE +} IPrincipalVtbl; + +interface IPrincipal { + CONST_VTBL IPrincipalVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IPrincipal_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IPrincipal_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IPrincipal_Release(This) (This)->lpVtbl->Release(This) +/*** IDispatch methods ***/ +#define IPrincipal_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) +#define IPrincipal_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) +#define IPrincipal_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) +#define IPrincipal_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) +/*** IPrincipal methods ***/ +#define IPrincipal_get_Id(This,id) (This)->lpVtbl->get_Id(This,id) +#define IPrincipal_put_Id(This,id) (This)->lpVtbl->put_Id(This,id) +#define IPrincipal_get_DisplayName(This,name) (This)->lpVtbl->get_DisplayName(This,name) +#define IPrincipal_put_DisplayName(This,name) (This)->lpVtbl->put_DisplayName(This,name) +#define IPrincipal_get_UserId(This,user) (This)->lpVtbl->get_UserId(This,user) +#define IPrincipal_put_UserId(This,user) (This)->lpVtbl->put_UserId(This,user) +#define IPrincipal_get_LogonType(This,logon) (This)->lpVtbl->get_LogonType(This,logon) +#define IPrincipal_put_LogonType(This,logon) (This)->lpVtbl->put_LogonType(This,logon) +#define IPrincipal_get_GroupId(This,group) (This)->lpVtbl->get_GroupId(This,group) +#define IPrincipal_put_GroupId(This,group) (This)->lpVtbl->put_GroupId(This,group) +#define IPrincipal_get_RunLevel(This,level) (This)->lpVtbl->get_RunLevel(This,level) +#define IPrincipal_put_RunLevel(This,level) (This)->lpVtbl->put_RunLevel(This,level) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IPrincipal_QueryInterface(IPrincipal* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IPrincipal_AddRef(IPrincipal* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IPrincipal_Release(IPrincipal* This) { + return This->lpVtbl->Release(This); +} +/*** IDispatch methods ***/ +static FORCEINLINE HRESULT IPrincipal_GetTypeInfoCount(IPrincipal* This,UINT *pctinfo) { + return This->lpVtbl->GetTypeInfoCount(This,pctinfo); +} +static FORCEINLINE HRESULT IPrincipal_GetTypeInfo(IPrincipal* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) { + return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo); +} +static FORCEINLINE HRESULT IPrincipal_GetIDsOfNames(IPrincipal* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) { + return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId); +} +static FORCEINLINE HRESULT IPrincipal_Invoke(IPrincipal* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) { + return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr); +} +/*** IPrincipal methods ***/ +static FORCEINLINE HRESULT IPrincipal_get_Id(IPrincipal* This,BSTR *id) { + return This->lpVtbl->get_Id(This,id); +} +static FORCEINLINE HRESULT IPrincipal_put_Id(IPrincipal* This,BSTR id) { + return This->lpVtbl->put_Id(This,id); +} +static FORCEINLINE HRESULT IPrincipal_get_DisplayName(IPrincipal* This,BSTR *name) { + return This->lpVtbl->get_DisplayName(This,name); +} +static FORCEINLINE HRESULT IPrincipal_put_DisplayName(IPrincipal* This,BSTR name) { + return This->lpVtbl->put_DisplayName(This,name); +} +static FORCEINLINE HRESULT IPrincipal_get_UserId(IPrincipal* This,BSTR *user) { + return This->lpVtbl->get_UserId(This,user); +} +static FORCEINLINE HRESULT IPrincipal_put_UserId(IPrincipal* This,BSTR user) { + return This->lpVtbl->put_UserId(This,user); +} +static FORCEINLINE HRESULT IPrincipal_get_LogonType(IPrincipal* This,TASK_LOGON_TYPE *logon) { + return This->lpVtbl->get_LogonType(This,logon); +} +static FORCEINLINE HRESULT IPrincipal_put_LogonType(IPrincipal* This,TASK_LOGON_TYPE logon) { + return This->lpVtbl->put_LogonType(This,logon); +} +static FORCEINLINE HRESULT IPrincipal_get_GroupId(IPrincipal* This,BSTR *group) { + return This->lpVtbl->get_GroupId(This,group); +} +static FORCEINLINE HRESULT IPrincipal_put_GroupId(IPrincipal* This,BSTR group) { + return This->lpVtbl->put_GroupId(This,group); +} +static FORCEINLINE HRESULT IPrincipal_get_RunLevel(IPrincipal* This,TASK_RUNLEVEL_TYPE *level) { + return This->lpVtbl->get_RunLevel(This,level); +} +static FORCEINLINE HRESULT IPrincipal_put_RunLevel(IPrincipal* This,TASK_RUNLEVEL_TYPE level) { + return This->lpVtbl->put_RunLevel(This,level); +} +#endif +#endif + +#endif + + +#endif /* __IPrincipal_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * TaskScheduler coclass + */ + +DEFINE_GUID(CLSID_TaskScheduler, 0x0f87369f, 0xa4e5, 0x4cfc, 0xbd,0x3e, 0x73,0xe6,0x15,0x45,0x72,0xdd); + +#ifdef __cplusplus +class DECLSPEC_UUID("0f87369f-a4e5-4cfc-bd3e-73e6154572dd") TaskScheduler; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(TaskScheduler, 0x0f87369f, 0xa4e5, 0x4cfc, 0xbd,0x3e, 0x73,0xe6,0x15,0x45,0x72,0xdd) +#endif +#endif + +/* Begin additional prototypes for all interfaces */ + +ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *); +unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *); +unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *); +void __RPC_USER BSTR_UserFree (ULONG *, BSTR *); +ULONG __RPC_USER VARIANT_UserSize (ULONG *, ULONG, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserMarshal (ULONG *, unsigned char *, VARIANT *); +unsigned char * __RPC_USER VARIANT_UserUnmarshal(ULONG *, unsigned char *, VARIANT *); +void __RPC_USER VARIANT_UserFree (ULONG *, VARIANT *); + +/* End additional prototypes */ #ifdef __cplusplus } #endif -#endif /*(_WIN32_WINNT >= 0x0600)*/ -#endif /*_INC_TASKSCHD*/ +#endif /* __taskschd_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/taskschd.idl mingw-w64-6.0.0/mingw-w64-headers/include/taskschd.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/taskschd.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/taskschd.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,542 @@ +/* + * Task Scheduler definitions + * + * Copyright 2013 Dmitry Timoshkov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; +import "ocidl.idl"; + +[ + uuid(e34cb9f1-c7f7-424c-be29-027dcc09363a), + version(1.0) +] +library TaskScheduler +{ +importlib("stdole2.tlb"); + +typedef enum _TASK_STATE +{ + TASK_STATE_UNKNOWN, + TASK_STATE_DISABLED, + TASK_STATE_QUEUED, + TASK_STATE_READY, + TASK_STATE_RUNNING +} TASK_STATE; + +typedef enum _TASK_ENUM_FLAGS +{ + TASK_ENUM_HIDDEN = 0x0001 +} TASK_ENUM_FLAGS; + +typedef enum _TASK_LOGON_TYPE +{ + TASK_LOGON_NONE, + TASK_LOGON_PASSWORD, + TASK_LOGON_S4U, + TASK_LOGON_INTERACTIVE_TOKEN, + TASK_LOGON_GROUP, + TASK_LOGON_SERVICE_ACCOUNT, + TASK_LOGON_INTERACTIVE_TOKEN_OR_PASSWORD +} TASK_LOGON_TYPE; + +typedef enum _TASK_RUNLEVEL +{ + TASK_RUNLEVEL_LUA, + TASK_RUNLEVEL_HIGHEST +} TASK_RUNLEVEL_TYPE; + +typedef enum _TASK_TRIGGER_TYPE2 +{ + TASK_TRIGGER_EVENT, + TASK_TRIGGER_TIME, + TASK_TRIGGER_DAILY, + TASK_TRIGGER_WEEKLY, + TASK_TRIGGER_MONTHLY, + TASK_TRIGGER_MONTHLYDOW, + TASK_TRIGGER_IDLE, + TASK_TRIGGER_REGISTRATION, + TASK_TRIGGER_BOOT, + TASK_TRIGGER_LOGON, + TASK_TRIGGER_SESSION_STATE_CHANGE = 11 +} TASK_TRIGGER_TYPE2; + +typedef enum _TASK_ACTION_TYPE +{ + TASK_ACTION_EXEC = 0, + TASK_ACTION_COM_HANDLER = 5, + TASK_ACTION_SEND_EMAIL = 6, + TASK_ACTION_SHOW_MESSAGE = 7 +} TASK_ACTION_TYPE; + +typedef enum _TASK_INSTANCES_POLICY +{ + TASK_INSTANCES_PARALLEL, + TASK_INSTANCES_QUEUE, + TASK_INSTANCES_IGNORE_NEW, + TASK_INSTANCES_STOP_EXISTING +} TASK_INSTANCES_POLICY; + +typedef enum _TASK_COMPATIBILITY +{ + TASK_COMPATIBILITY_AT, + TASK_COMPATIBILITY_V1, + TASK_COMPATIBILITY_V2, + TASK_COMPATIBILITY_V2_1 +} TASK_COMPATIBILITY; + +typedef enum _TASK_CREATION +{ + TASK_VALIDATE_ONLY = 1, + TASK_CREATE = 2, + TASK_UPDATE = 4, + TASK_CREATE_OR_UPDATE = 6, + TASK_DISABLE = 8, + TASK_DONT_ADD_PRINCIPAL_ACE = 16, + TASK_IGNORE_REGISTRATION_TRIGGERS = 32 +} TASK_CREATION; + +interface ITaskService; +interface IRegisteredTask; +interface IRegisteredTaskCollection; +interface IRegistrationInfo; +interface ITaskFolder; +interface ITaskFolderCollection; +interface ITaskDefinition; +interface ITaskSettings; +interface IIdleSettings; +interface IRunningTask; +interface IRunningTaskCollection; +interface ITrigger; +interface ITriggerCollection; +interface ITimeTrigger; +interface IRepetitionPattern; +interface IAction; +interface IActionCollection; +interface IExecAction; +interface INetworkSettings; +interface IPrincipal; + +[ + object, + oleautomation, + uuid(2faba4c7-4da9-4013-9697-20cc3fd40f85) +] +interface ITaskService : IDispatch +{ + HRESULT GetFolder([in] BSTR path, [out, retval] ITaskFolder **folder ); + HRESULT GetRunningTasks([in] LONG flags, [out, retval] IRunningTaskCollection **tasks ); + HRESULT NewTask([in] DWORD flags, [out, retval] ITaskDefinition **definition ); + HRESULT Connect([in, optional] VARIANT server, [in, optional] VARIANT user, [in, optional] VARIANT domain, [in, optional] VARIANT password); + [propget] HRESULT Connected([out, retval] VARIANT_BOOL *connected); + [propget] HRESULT TargetServer([out, retval] BSTR *server); + [propget] HRESULT ConnectedUser([out, retval] BSTR *user); + [propget] HRESULT ConnectedDomain([out, retval] BSTR *domain); + [propget] HRESULT HighestVersion([out, retval] DWORD *version); +} + +[ + object, + oleautomation, + uuid(9c86f320-dee3-4dd1-b972-a303f26b061e) +] +interface IRegisteredTask : IDispatch +{ + [propget] HRESULT Name([out, retval] BSTR *name); + [propget] HRESULT Path([out, retval] BSTR *path); + [propget] HRESULT State([out, retval] TASK_STATE *state); + [propget] HRESULT Enabled([out, retval] VARIANT_BOOL *enabled); + [propput] HRESULT Enabled(VARIANT_BOOL enabled); + HRESULT Run([in] VARIANT params, [out, retval] IRunningTask **task); + HRESULT RunEx([in] VARIANT params, [in] LONG flags, [in] LONG sessionID, [in] BSTR user, [out, retval] IRunningTask **task); + HRESULT GetInstances([in] LONG flags, [out, retval] IRunningTaskCollection **tasks); + [propget] HRESULT LastRunTime([out, retval] DATE *date); + [propget] HRESULT LastTaskResult([out, retval] LONG *result); + [propget] HRESULT NumberOfMissedRuns([out, retval] LONG *runs); + [propget] HRESULT NextRunTime([out, retval] DATE *date); + [propget] HRESULT Definition([out, retval] ITaskDefinition **task); + [propget] HRESULT Xml([out, retval] BSTR *xml); + HRESULT GetSecurityDescriptor([in] LONG info, [out, retval] BSTR *sddl); + HRESULT SetSecurityDescriptor([in] BSTR sddl, [in] LONG flags); + HRESULT Stop([in] LONG flags); + HRESULT GetRunTimes([in] const LPSYSTEMTIME start, [in] const LPSYSTEMTIME end, [in, out] DWORD *count, [out] LPSYSTEMTIME *time); +} + +[ + object, + oleautomation, + uuid(86627eb4-42a7-41e4-a4d9-ac33a72f2d52) +] +interface IRegisteredTaskCollection : IDispatch +{ + [propget] HRESULT Count([out, retval] LONG *count); + [propget] HRESULT Item([in] VARIANT index, [out, retval] IRegisteredTask **task); + [propget] HRESULT _NewEnum([out, retval] IUnknown **penum); +} + +[ + object, + oleautomation, + uuid(416d8b73-cb41-4ea1-805c-9be9a5ac4a74) +] +interface IRegistrationInfo : IDispatch +{ + [propget] HRESULT Description([out, retval] BSTR *description); + [propput] HRESULT Description([in] BSTR description); + [propget] HRESULT Author([out, retval] BSTR *author); + [propput] HRESULT Author([in] BSTR author); + [propget] HRESULT Version([out, retval] BSTR *version); + [propput] HRESULT Version([in] BSTR version); + [propget] HRESULT Date([out, retval] BSTR *date); + [propput] HRESULT Date([in] BSTR date); + [propget] HRESULT Documentation([out, retval] BSTR *doc); + [propput] HRESULT Documentation([in] BSTR doc); + [propget] HRESULT XmlText([out, retval] BSTR *xml); + [propput] HRESULT XmlText([in] BSTR xml); + [propget] HRESULT URI([out, retval] BSTR *uri); + [propput] HRESULT URI([in] BSTR uri); + [propget] HRESULT SecurityDescriptor([out, retval] VARIANT *sddl); + [propput] HRESULT SecurityDescriptor([in] VARIANT sddl); + [propget] HRESULT Source([out, retval] BSTR *source); + [propput] HRESULT Source([in] BSTR source); +} + +[ + object, + oleautomation, + uuid(8cfac062-a080-4c15-9a88-aa7c2af80dfc) +] +interface ITaskFolder : IDispatch +{ + [propget] HRESULT Name([out, retval] BSTR *name); + [propget] HRESULT Path([out, retval] BSTR *path); + HRESULT GetFolder([in] BSTR path, [out, retval] ITaskFolder **folder); + HRESULT GetFolders([in] LONG flags, [out, retval] ITaskFolderCollection **folders); + HRESULT CreateFolder([in] BSTR name, [in] VARIANT sddl, [out, retval] ITaskFolder **folder); + HRESULT DeleteFolder([in] BSTR name, [in] LONG flags); + HRESULT GetTask([in] BSTR path, [out, retval] IRegisteredTask **task); + HRESULT GetTasks([in] LONG flags, [out, retval] IRegisteredTaskCollection **tasks); + HRESULT DeleteTask([in] BSTR name, [in] LONG flags); + HRESULT RegisterTask([in] BSTR path, [in] BSTR xml, [in] LONG flags, [in] VARIANT user, [in] VARIANT password, + [in] TASK_LOGON_TYPE logonType, [in] VARIANT sddl, [out, retval] IRegisteredTask **task); + HRESULT RegisterTaskDefinition([in] BSTR path, [in] ITaskDefinition *definition, [in] LONG flags, + [in] VARIANT user, [in] VARIANT password, [in] TASK_LOGON_TYPE logon, + [in] VARIANT sddl, [out, retval] IRegisteredTask **task); + HRESULT GetSecurityDescriptor(LONG info, [out, retval] BSTR *sddl); + HRESULT SetSecurityDescriptor([in] BSTR sddl, [in] LONG flags); +} + +[ + object, + oleautomation, + uuid(79184a66-8664-423f-97f1-637356a5d812) +] +interface ITaskFolderCollection : IDispatch +{ + [propget] HRESULT Count([out, retval] LONG *count); + [propget] HRESULT Item([in] VARIANT index, [out, retval] ITaskFolder **folder); + [propget] HRESULT _NewEnum([out, retval] IUnknown **penum); +} + +[ + object, + oleautomation, + uuid(f5bc8fc5-536d-4f77-b852-fbc1356fdeb6) +] +interface ITaskDefinition : IDispatch +{ + [propget] HRESULT RegistrationInfo([out, retval] IRegistrationInfo **info); + [propput] HRESULT RegistrationInfo([in] IRegistrationInfo *info); + [propget] HRESULT Triggers([out, retval] ITriggerCollection **triggers); + [propput] HRESULT Triggers([in] ITriggerCollection *triggers); + [propget] HRESULT Settings([out, retval] ITaskSettings **settings); + [propput] HRESULT Settings([in] ITaskSettings *settings); + [propget] HRESULT Data([out, retval] BSTR *data); + [propput] HRESULT Data([in] BSTR data); + [propget] HRESULT Principal([out, retval] IPrincipal **principal); + [propput] HRESULT Principal([in] IPrincipal *principal); + [propget] HRESULT Actions([out, retval] IActionCollection **actions); + [propput] HRESULT Actions([in] IActionCollection *actions); + [propget] HRESULT XmlText([out, retval] BSTR *xml); + [propput] HRESULT XmlText([in] BSTR xml); +} + +[ + object, + oleautomation, + uuid(8fd4711d-2d02-4c8c-87e3-eff699de127e) +] +interface ITaskSettings : IDispatch +{ + [propget] HRESULT AllowDemandStart([out, retval] VARIANT_BOOL *allow); + [propput] HRESULT AllowDemandStart([in] VARIANT_BOOL allow); + [propget] HRESULT RestartInterval([out, retval] BSTR *interval); + [propput] HRESULT RestartInterval([in] BSTR interval); + [propget] HRESULT RestartCount([out, retval] INT *count); + [propput] HRESULT RestartCount([in] INT count); + [propget] HRESULT MultipleInstances([out, retval] TASK_INSTANCES_POLICY *policy); + [propput] HRESULT MultipleInstances([in] TASK_INSTANCES_POLICY policy); + [propget] HRESULT StopIfGoingOnBatteries([out, retval] VARIANT_BOOL *stop); + [propput] HRESULT StopIfGoingOnBatteries([in] VARIANT_BOOL stop); + [propget] HRESULT DisallowStartIfOnBatteries([out, retval] VARIANT_BOOL *disallow); + [propput] HRESULT DisallowStartIfOnBatteries([in] VARIANT_BOOL disallow); + [propget] HRESULT AllowHardTerminate([out, retval] VARIANT_BOOL *allow); + [propput] HRESULT AllowHardTerminate([in] VARIANT_BOOL allow); + [propget] HRESULT StartWhenAvailable([out, retval] VARIANT_BOOL *start); + [propput] HRESULT StartWhenAvailable([in] VARIANT_BOOL start); + [propget] HRESULT XmlText([out, retval] BSTR *xml); + [propput] HRESULT XmlText([in] BSTR xml); + [propget] HRESULT RunOnlyIfNetworkAvailable([out, retval] VARIANT_BOOL *run); + [propput] HRESULT RunOnlyIfNetworkAvailable([in] VARIANT_BOOL run); + [propget] HRESULT ExecutionTimeLimit([out, retval] BSTR *limit); + [propput] HRESULT ExecutionTimeLimit([in] BSTR limit); + [propget] HRESULT Enabled([out, retval] VARIANT_BOOL *enabled); + [propput] HRESULT Enabled([in] VARIANT_BOOL enabled); + [propget] HRESULT DeleteExpiredTaskAfter([out, retval] BSTR *delay); + [propput] HRESULT DeleteExpiredTaskAfter([in] BSTR delay); + [propget] HRESULT Priority([out, retval] INT *priority); + [propput] HRESULT Priority([in] INT priority); + [propget] HRESULT Compatibility([out, retval] TASK_COMPATIBILITY *level); + [propput] HRESULT Compatibility([in] TASK_COMPATIBILITY level); + [propget] HRESULT Hidden([out, retval] VARIANT_BOOL *hidden); + [propput] HRESULT Hidden([in] VARIANT_BOOL hidden); + [propget] HRESULT IdleSettings([out, retval] IIdleSettings **settings); + [propput] HRESULT IdleSettings([in] IIdleSettings *settings); + [propget] HRESULT RunOnlyIfIdle([out, retval] VARIANT_BOOL *run); + [propput] HRESULT RunOnlyIfIdle([in] VARIANT_BOOL run); + [propget] HRESULT WakeToRun([out, retval] VARIANT_BOOL *wake); + [propput] HRESULT WakeToRun([in] VARIANT_BOOL wake); + [propget] HRESULT NetworkSettings([out, retval] INetworkSettings **settings); + [propput] HRESULT NetworkSettings([in] INetworkSettings *settings); +} + +[ + object, + oleautomation, + uuid(84594461-0053-4342-a8fd-088fabf11f32) +] +interface IIdleSettings : IDispatch +{ + [propget] HRESULT IdleDuration([out, retval] BSTR *delay); + [propput] HRESULT IdleDuration([in] BSTR delay); + [propget] HRESULT WaitTimeout([out, retval] BSTR *timeout); + [propput] HRESULT WaitTimeout([in] BSTR timeout); + [propget] HRESULT StopOnIdleEnd([out, retval] VARIANT_BOOL *stop); + [propput] HRESULT StopOnIdleEnd([in] VARIANT_BOOL stop); + [propget] HRESULT RestartOnIdle([out, retval] VARIANT_BOOL *restart); + [propput] HRESULT RestartOnIdle([in] VARIANT_BOOL restart); +} + +[ + object, + oleautomation, + uuid(653758fb-7b9a-4f1e-a471-beeb8e9b834e) +] +interface IRunningTask : IDispatch +{ + [propget] HRESULT Name([out, retval] BSTR *name); + [propget] HRESULT InstanceGuid([out, retval] BSTR *guid); + [propget] HRESULT Path([out, retval] BSTR *path); + [propget] HRESULT State([out, retval] TASK_STATE *state); + [propget] HRESULT CurrentAction([out, retval] BSTR *name); + HRESULT Stop(void ); + HRESULT Refresh(void ); + [propget] HRESULT EnginePID([out, retval] DWORD *pid); +} + +[ + object, + oleautomation, + uuid(6a67614b-6828-4fec-aa54-6d52e8f1f2db) +] +interface IRunningTaskCollection : IDispatch +{ + [propget] HRESULT Count([out, retval] LONG *count); + [propget] HRESULT Item([in] VARIANT index, [out, retval] IRunningTask **task); + [propget] HRESULT _NewEnum([out, retval] IUnknown **penum); +} + +[ + object, + oleautomation, + uuid(09941815-ea89-4b5b-89e0-2a773801fac3) +] +interface ITrigger : IDispatch +{ + [propget] HRESULT Type([out, retval] TASK_TRIGGER_TYPE2 *type); + [propget] HRESULT Id([out, retval] BSTR *id); + [propput] HRESULT Id([in] BSTR id); + [propget] HRESULT Repetition([out, retval] IRepetitionPattern **repeat); + [propput] HRESULT Repetition([in] IRepetitionPattern *repeat); + [propget] HRESULT ExecutionTimeLimit([out, retval] BSTR *limit); + [propput] HRESULT ExecutionTimeLimit([in] BSTR limit); + [propget] HRESULT StartBoundary([out, retval] BSTR *start); + [propput] HRESULT StartBoundary([in] BSTR start); + [propget] HRESULT EndBoundary([out, retval] BSTR *end); + [propput] HRESULT EndBoundary([in] BSTR end); + [propget] HRESULT Enabled([out, retval] VARIANT_BOOL *enabled); + [propput] HRESULT Enabled([in] VARIANT_BOOL enabled); +} + +[ + odl, + uuid(126c5cd8-b288-41d5-8dbf-e491446adc5c), + oleautomation, + dual, + nonextensible +] +interface IDailyTrigger : ITrigger +{ + [propget] HRESULT DaysInterval([out, retval] short *pDays); + [propput] HRESULT DaysInterval([in] short days); + [propget] HRESULT RandomDelay([out, retval] BSTR *pRandomDelay); + [propput] HRESULT RandomDelay([in] BSTR randomDelay); +} + +[ + object, + oleautomation, + uuid(85df5081-1b24-4f32-878a-d9d14df4cb77) +] +interface ITriggerCollection : IDispatch +{ + [propget] HRESULT Count([out, retval] LONG *count); + [propget] HRESULT Item([in] LONG index, [out, retval] ITrigger **trigger); + [propget] HRESULT _NewEnum([out, retval] IUnknown **penum); + HRESULT Create([in] TASK_TRIGGER_TYPE2 type, [out, retval] ITrigger **trigger); + HRESULT Remove([in] VARIANT index); + HRESULT Clear(); +} + +[ + object, + oleautomation, + uuid(b45747e0-eba7-4276-9f29-85c5bb300006) +] +interface ITimeTrigger : ITrigger +{ + [propget] HRESULT RandomDelay([out, retval] BSTR *delay); + [propput] HRESULT RandomDelay([in] BSTR delay); +} + +[ + object, + oleautomation, + uuid(7fb9acf1-26be-400e-85b5-294b9c75dfd6) +] +interface IRepetitionPattern : IDispatch +{ + [propget] HRESULT Interval([out, retval] BSTR *interval); + [propput] HRESULT Interval([in] BSTR interval); + [propget] HRESULT Duration([out, retval] BSTR *duration); + [propput] HRESULT Duration([in] BSTR duration); + [propget] HRESULT StopAtDurationEnd([out, retval] VARIANT_BOOL *stop); + [propput] HRESULT StopAtDurationEnd([in] VARIANT_BOOL sop); +} + +[ + object, + oleautomation, + uuid(bae54997-48b1-4cbe-9965-d6be263ebea4) +] +interface IAction : IDispatch +{ + [propget] HRESULT Id([out, retval] BSTR *id); + [propput] HRESULT Id([in] BSTR id); + [propget] HRESULT Type([out, retval] TASK_ACTION_TYPE *type); +} + +[ + object, + oleautomation, + uuid(02820e19-7b98-4ed2-b2e8-fdccceff619b) +] +interface IActionCollection : IDispatch +{ + [propget] HRESULT Count([out, retval] LONG *count); + [propget] HRESULT Item([in] LONG index, [out, retval] IAction **action); + [propget] HRESULT _NewEnum([out, retval] IUnknown **penum); + [propget] HRESULT XmlText([out, retval] BSTR *xml); + [propput] HRESULT XmlText([in] BSTR xml); + HRESULT Create([in] TASK_ACTION_TYPE Type, [out, retval] IAction **action); + HRESULT Remove([in] VARIANT index); + HRESULT Clear(); + [propget] HRESULT Context([out, retval] BSTR *ctx); + [propput] HRESULT Context([in] BSTR ctx); +} + +[ + object, + oleautomation, + uuid(4c3d624d-fd6b-49a3-b9b7-09cb3cd3f047) +] +interface IExecAction : IAction +{ + [propget] HRESULT Path([out, retval] BSTR *path); + [propput] HRESULT Path([in] BSTR path); + [propget] HRESULT Arguments([out, retval] BSTR *argument); + [propput] HRESULT Arguments([in] BSTR argument); + [propget] HRESULT WorkingDirectory([out, retval] BSTR *directory); + [propput] HRESULT WorkingDirectory([in] BSTR directory); +} + +[ + object, + oleautomation, + uuid(9f7dea84-c30b-4245-80b6-00e9f646f1b4) +] +interface INetworkSettings : IDispatch +{ + [propget] HRESULT Name([out, retval] BSTR *name); + [propput] HRESULT Name([in] BSTR name); + [propget] HRESULT Id([out, retval] BSTR *id); + [propput] HRESULT Id([in] BSTR id); +} + +[ + object, + oleautomation, + uuid(d98d51e5-c9b4-496a-a9c1-18980261cf0f) +] +interface IPrincipal : IDispatch +{ + [propget] HRESULT Id([out, retval] BSTR *id); + [propput] HRESULT Id([in] BSTR id); + [propget] HRESULT DisplayName([out, retval] BSTR *name); + [propput] HRESULT DisplayName([in] BSTR name); + [propget] HRESULT UserId([out, retval] BSTR *user); + [propput] HRESULT UserId([in] BSTR user); + [propget] HRESULT LogonType([out, retval] TASK_LOGON_TYPE *logon); + [propput] HRESULT LogonType([in] TASK_LOGON_TYPE logon); + [propget] HRESULT GroupId([out, retval] BSTR *group); + [propput] HRESULT GroupId([in] BSTR group); + [propget] HRESULT RunLevel([out, retval] TASK_RUNLEVEL_TYPE *level); + [propput] HRESULT RunLevel([in] TASK_RUNLEVEL_TYPE level); +} + +[ + threading(both), + progid("Schedule.Service.1"), + vi_progid("Schedule.Service"), + uuid(0f87369f-a4e5-4cfc-bd3e-73e6154572dd) +] +coclass TaskScheduler +{ + interface ITaskService; +} + +} /* library TaskScheduler */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uianimation.h mingw-w64-6.0.0/mingw-w64-headers/include/uianimation.h --- mingw-w64-5.0.4/mingw-w64-headers/include/uianimation.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uianimation.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,5640 @@ +/*** Autogenerated by WIDL 3.1 from include/uianimation.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __uianimation_h__ +#define __uianimation_h__ + +/* Forward declarations */ + +#ifndef __UIAnimationManager_FWD_DEFINED__ +#define __UIAnimationManager_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationManager UIAnimationManager; +#else +typedef struct UIAnimationManager UIAnimationManager; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationManager_FWD_DEFINED__ */ + +#ifndef __UIAnimationManager2_FWD_DEFINED__ +#define __UIAnimationManager2_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationManager2 UIAnimationManager2; +#else +typedef struct UIAnimationManager2 UIAnimationManager2; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationManager2_FWD_DEFINED__ */ + +#ifndef __UIAnimationTransitionLibrary_FWD_DEFINED__ +#define __UIAnimationTransitionLibrary_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationTransitionLibrary UIAnimationTransitionLibrary; +#else +typedef struct UIAnimationTransitionLibrary UIAnimationTransitionLibrary; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationTransitionLibrary_FWD_DEFINED__ */ + +#ifndef __UIAnimationTransitionLibrary2_FWD_DEFINED__ +#define __UIAnimationTransitionLibrary2_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationTransitionLibrary2 UIAnimationTransitionLibrary2; +#else +typedef struct UIAnimationTransitionLibrary2 UIAnimationTransitionLibrary2; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationTransitionLibrary2_FWD_DEFINED__ */ + +#ifndef __UIAnimationTransitionFactory_FWD_DEFINED__ +#define __UIAnimationTransitionFactory_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationTransitionFactory UIAnimationTransitionFactory; +#else +typedef struct UIAnimationTransitionFactory UIAnimationTransitionFactory; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationTransitionFactory_FWD_DEFINED__ */ + +#ifndef __UIAnimationTransitionFactory2_FWD_DEFINED__ +#define __UIAnimationTransitionFactory2_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationTransitionFactory2 UIAnimationTransitionFactory2; +#else +typedef struct UIAnimationTransitionFactory2 UIAnimationTransitionFactory2; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationTransitionFactory2_FWD_DEFINED__ */ + +#ifndef __UIAnimationTimer_FWD_DEFINED__ +#define __UIAnimationTimer_FWD_DEFINED__ +#ifdef __cplusplus +typedef class UIAnimationTimer UIAnimationTimer; +#else +typedef struct UIAnimationTimer UIAnimationTimer; +#endif /* defined __cplusplus */ +#endif /* defined __UIAnimationTimer_FWD_DEFINED__ */ + +#ifndef __IUIAnimationManager_FWD_DEFINED__ +#define __IUIAnimationManager_FWD_DEFINED__ +typedef interface IUIAnimationManager IUIAnimationManager; +#ifdef __cplusplus +interface IUIAnimationManager; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariable_FWD_DEFINED__ +#define __IUIAnimationVariable_FWD_DEFINED__ +typedef interface IUIAnimationVariable IUIAnimationVariable; +#ifdef __cplusplus +interface IUIAnimationVariable; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboard_FWD_DEFINED__ +#define __IUIAnimationStoryboard_FWD_DEFINED__ +typedef interface IUIAnimationStoryboard IUIAnimationStoryboard; +#ifdef __cplusplus +interface IUIAnimationStoryboard; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransition_FWD_DEFINED__ +#define __IUIAnimationTransition_FWD_DEFINED__ +typedef interface IUIAnimationTransition IUIAnimationTransition; +#ifdef __cplusplus +interface IUIAnimationTransition; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboardEventHandler_FWD_DEFINED__ +#define __IUIAnimationStoryboardEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; +#ifdef __cplusplus +interface IUIAnimationStoryboardEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableChangeHandler_FWD_DEFINED__ +#define __IUIAnimationVariableChangeHandler_FWD_DEFINED__ +typedef interface IUIAnimationVariableChangeHandler IUIAnimationVariableChangeHandler; +#ifdef __cplusplus +interface IUIAnimationVariableChangeHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableIntegerChangeHandler_FWD_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler_FWD_DEFINED__ +typedef interface IUIAnimationVariableIntegerChangeHandler IUIAnimationVariableIntegerChangeHandler; +#ifdef __cplusplus +interface IUIAnimationVariableIntegerChangeHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManagerEventHandler_FWD_DEFINED__ +#define __IUIAnimationManagerEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationManagerEventHandler IUIAnimationManagerEventHandler; +#ifdef __cplusplus +interface IUIAnimationManagerEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPriorityComparison_FWD_DEFINED__ +#define __IUIAnimationPriorityComparison_FWD_DEFINED__ +typedef interface IUIAnimationPriorityComparison IUIAnimationPriorityComparison; +#ifdef __cplusplus +interface IUIAnimationPriorityComparison; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManager2_FWD_DEFINED__ +#define __IUIAnimationManager2_FWD_DEFINED__ +typedef interface IUIAnimationManager2 IUIAnimationManager2; +#ifdef __cplusplus +interface IUIAnimationManager2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariable2_FWD_DEFINED__ +#define __IUIAnimationVariable2_FWD_DEFINED__ +typedef interface IUIAnimationVariable2 IUIAnimationVariable2; +#ifdef __cplusplus +interface IUIAnimationVariable2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDCompositionAnimation_FWD_DEFINED__ +#define __IDCompositionAnimation_FWD_DEFINED__ +typedef interface IDCompositionAnimation IDCompositionAnimation; +#ifdef __cplusplus +interface IDCompositionAnimation; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboard2_FWD_DEFINED__ +#define __IUIAnimationStoryboard2_FWD_DEFINED__ +typedef interface IUIAnimationStoryboard2 IUIAnimationStoryboard2; +#ifdef __cplusplus +interface IUIAnimationStoryboard2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransition2_FWD_DEFINED__ +#define __IUIAnimationTransition2_FWD_DEFINED__ +typedef interface IUIAnimationTransition2 IUIAnimationTransition2; +#ifdef __cplusplus +interface IUIAnimationTransition2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationLoopIterationChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationLoopIterationChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationLoopIterationChangeHandler2 IUIAnimationLoopIterationChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationLoopIterationChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboardEventHandler2_FWD_DEFINED__ +#define __IUIAnimationStoryboardEventHandler2_FWD_DEFINED__ +typedef interface IUIAnimationStoryboardEventHandler2 IUIAnimationStoryboardEventHandler2; +#ifdef __cplusplus +interface IUIAnimationStoryboardEventHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableChangeHandler2 IUIAnimationVariableChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableIntegerChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableIntegerChangeHandler2 IUIAnimationVariableIntegerChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableIntegerChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableCurveChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableCurveChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableCurveChangeHandler2 IUIAnimationVariableCurveChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableCurveChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManagerEventHandler2_FWD_DEFINED__ +#define __IUIAnimationManagerEventHandler2_FWD_DEFINED__ +typedef interface IUIAnimationManagerEventHandler2 IUIAnimationManagerEventHandler2; +#ifdef __cplusplus +interface IUIAnimationManagerEventHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPriorityComparison2_FWD_DEFINED__ +#define __IUIAnimationPriorityComparison2_FWD_DEFINED__ +typedef interface IUIAnimationPriorityComparison2 IUIAnimationPriorityComparison2; +#ifdef __cplusplus +interface IUIAnimationPriorityComparison2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionLibrary_FWD_DEFINED__ +#define __IUIAnimationTransitionLibrary_FWD_DEFINED__ +typedef interface IUIAnimationTransitionLibrary IUIAnimationTransitionLibrary; +#ifdef __cplusplus +interface IUIAnimationTransitionLibrary; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionLibrary2_FWD_DEFINED__ +#define __IUIAnimationTransitionLibrary2_FWD_DEFINED__ +typedef interface IUIAnimationTransitionLibrary2 IUIAnimationTransitionLibrary2; +#ifdef __cplusplus +interface IUIAnimationTransitionLibrary2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionFactory_FWD_DEFINED__ +#define __IUIAnimationTransitionFactory_FWD_DEFINED__ +typedef interface IUIAnimationTransitionFactory IUIAnimationTransitionFactory; +#ifdef __cplusplus +interface IUIAnimationTransitionFactory; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationInterpolator_FWD_DEFINED__ +#define __IUIAnimationInterpolator_FWD_DEFINED__ +typedef interface IUIAnimationInterpolator IUIAnimationInterpolator; +#ifdef __cplusplus +interface IUIAnimationInterpolator; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionFactory2_FWD_DEFINED__ +#define __IUIAnimationTransitionFactory2_FWD_DEFINED__ +typedef interface IUIAnimationTransitionFactory2 IUIAnimationTransitionFactory2; +#ifdef __cplusplus +interface IUIAnimationTransitionFactory2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationInterpolator2_FWD_DEFINED__ +#define __IUIAnimationInterpolator2_FWD_DEFINED__ +typedef interface IUIAnimationInterpolator2 IUIAnimationInterpolator2; +#ifdef __cplusplus +interface IUIAnimationInterpolator2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPrimitiveInterpolation_FWD_DEFINED__ +#define __IUIAnimationPrimitiveInterpolation_FWD_DEFINED__ +typedef interface IUIAnimationPrimitiveInterpolation IUIAnimationPrimitiveInterpolation; +#ifdef __cplusplus +interface IUIAnimationPrimitiveInterpolation; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimer_FWD_DEFINED__ +#define __IUIAnimationTimer_FWD_DEFINED__ +typedef interface IUIAnimationTimer IUIAnimationTimer; +#ifdef __cplusplus +interface IUIAnimationTimer; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerUpdateHandler_FWD_DEFINED__ +#define __IUIAnimationTimerUpdateHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerUpdateHandler IUIAnimationTimerUpdateHandler; +#ifdef __cplusplus +interface IUIAnimationTimerUpdateHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerClientEventHandler_FWD_DEFINED__ +#define __IUIAnimationTimerClientEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerClientEventHandler IUIAnimationTimerClientEventHandler; +#ifdef __cplusplus +interface IUIAnimationTimerClientEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerEventHandler_FWD_DEFINED__ +#define __IUIAnimationTimerEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerEventHandler IUIAnimationTimerEventHandler; +#ifdef __cplusplus +interface IUIAnimationTimerEventHandler; +#endif /* __cplusplus */ +#endif + +/* Headers for imported files */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifndef __IUIAnimationManager_FWD_DEFINED__ +#define __IUIAnimationManager_FWD_DEFINED__ +typedef interface IUIAnimationManager IUIAnimationManager; +#ifdef __cplusplus +interface IUIAnimationManager; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariable_FWD_DEFINED__ +#define __IUIAnimationVariable_FWD_DEFINED__ +typedef interface IUIAnimationVariable IUIAnimationVariable; +#ifdef __cplusplus +interface IUIAnimationVariable; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboard_FWD_DEFINED__ +#define __IUIAnimationStoryboard_FWD_DEFINED__ +typedef interface IUIAnimationStoryboard IUIAnimationStoryboard; +#ifdef __cplusplus +interface IUIAnimationStoryboard; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransition_FWD_DEFINED__ +#define __IUIAnimationTransition_FWD_DEFINED__ +typedef interface IUIAnimationTransition IUIAnimationTransition; +#ifdef __cplusplus +interface IUIAnimationTransition; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboardEventHandler_FWD_DEFINED__ +#define __IUIAnimationStoryboardEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; +#ifdef __cplusplus +interface IUIAnimationStoryboardEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableChangeHandler_FWD_DEFINED__ +#define __IUIAnimationVariableChangeHandler_FWD_DEFINED__ +typedef interface IUIAnimationVariableChangeHandler IUIAnimationVariableChangeHandler; +#ifdef __cplusplus +interface IUIAnimationVariableChangeHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableIntegerChangeHandler_FWD_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler_FWD_DEFINED__ +typedef interface IUIAnimationVariableIntegerChangeHandler IUIAnimationVariableIntegerChangeHandler; +#ifdef __cplusplus +interface IUIAnimationVariableIntegerChangeHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManagerEventHandler_FWD_DEFINED__ +#define __IUIAnimationManagerEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationManagerEventHandler IUIAnimationManagerEventHandler; +#ifdef __cplusplus +interface IUIAnimationManagerEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPriorityComparison_FWD_DEFINED__ +#define __IUIAnimationPriorityComparison_FWD_DEFINED__ +typedef interface IUIAnimationPriorityComparison IUIAnimationPriorityComparison; +#ifdef __cplusplus +interface IUIAnimationPriorityComparison; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManager2_FWD_DEFINED__ +#define __IUIAnimationManager2_FWD_DEFINED__ +typedef interface IUIAnimationManager2 IUIAnimationManager2; +#ifdef __cplusplus +interface IUIAnimationManager2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariable2_FWD_DEFINED__ +#define __IUIAnimationVariable2_FWD_DEFINED__ +typedef interface IUIAnimationVariable2 IUIAnimationVariable2; +#ifdef __cplusplus +interface IUIAnimationVariable2; +#endif /* __cplusplus */ +#endif + +#ifndef __IDCompositionAnimation_FWD_DEFINED__ +#define __IDCompositionAnimation_FWD_DEFINED__ +typedef interface IDCompositionAnimation IDCompositionAnimation; +#ifdef __cplusplus +interface IDCompositionAnimation; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboard2_FWD_DEFINED__ +#define __IUIAnimationStoryboard2_FWD_DEFINED__ +typedef interface IUIAnimationStoryboard2 IUIAnimationStoryboard2; +#ifdef __cplusplus +interface IUIAnimationStoryboard2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransition2_FWD_DEFINED__ +#define __IUIAnimationTransition2_FWD_DEFINED__ +typedef interface IUIAnimationTransition2 IUIAnimationTransition2; +#ifdef __cplusplus +interface IUIAnimationTransition2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationLoopIterationChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationLoopIterationChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationLoopIterationChangeHandler2 IUIAnimationLoopIterationChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationLoopIterationChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationStoryboardEventHandler2_FWD_DEFINED__ +#define __IUIAnimationStoryboardEventHandler2_FWD_DEFINED__ +typedef interface IUIAnimationStoryboardEventHandler2 IUIAnimationStoryboardEventHandler2; +#ifdef __cplusplus +interface IUIAnimationStoryboardEventHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableChangeHandler2 IUIAnimationVariableChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableIntegerChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableIntegerChangeHandler2 IUIAnimationVariableIntegerChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableIntegerChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationVariableCurveChangeHandler2_FWD_DEFINED__ +#define __IUIAnimationVariableCurveChangeHandler2_FWD_DEFINED__ +typedef interface IUIAnimationVariableCurveChangeHandler2 IUIAnimationVariableCurveChangeHandler2; +#ifdef __cplusplus +interface IUIAnimationVariableCurveChangeHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationManagerEventHandler2_FWD_DEFINED__ +#define __IUIAnimationManagerEventHandler2_FWD_DEFINED__ +typedef interface IUIAnimationManagerEventHandler2 IUIAnimationManagerEventHandler2; +#ifdef __cplusplus +interface IUIAnimationManagerEventHandler2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPriorityComparison2_FWD_DEFINED__ +#define __IUIAnimationPriorityComparison2_FWD_DEFINED__ +typedef interface IUIAnimationPriorityComparison2 IUIAnimationPriorityComparison2; +#ifdef __cplusplus +interface IUIAnimationPriorityComparison2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionLibrary_FWD_DEFINED__ +#define __IUIAnimationTransitionLibrary_FWD_DEFINED__ +typedef interface IUIAnimationTransitionLibrary IUIAnimationTransitionLibrary; +#ifdef __cplusplus +interface IUIAnimationTransitionLibrary; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionLibrary2_FWD_DEFINED__ +#define __IUIAnimationTransitionLibrary2_FWD_DEFINED__ +typedef interface IUIAnimationTransitionLibrary2 IUIAnimationTransitionLibrary2; +#ifdef __cplusplus +interface IUIAnimationTransitionLibrary2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionFactory_FWD_DEFINED__ +#define __IUIAnimationTransitionFactory_FWD_DEFINED__ +typedef interface IUIAnimationTransitionFactory IUIAnimationTransitionFactory; +#ifdef __cplusplus +interface IUIAnimationTransitionFactory; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationInterpolator_FWD_DEFINED__ +#define __IUIAnimationInterpolator_FWD_DEFINED__ +typedef interface IUIAnimationInterpolator IUIAnimationInterpolator; +#ifdef __cplusplus +interface IUIAnimationInterpolator; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTransitionFactory2_FWD_DEFINED__ +#define __IUIAnimationTransitionFactory2_FWD_DEFINED__ +typedef interface IUIAnimationTransitionFactory2 IUIAnimationTransitionFactory2; +#ifdef __cplusplus +interface IUIAnimationTransitionFactory2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationInterpolator2_FWD_DEFINED__ +#define __IUIAnimationInterpolator2_FWD_DEFINED__ +typedef interface IUIAnimationInterpolator2 IUIAnimationInterpolator2; +#ifdef __cplusplus +interface IUIAnimationInterpolator2; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationPrimitiveInterpolation_FWD_DEFINED__ +#define __IUIAnimationPrimitiveInterpolation_FWD_DEFINED__ +typedef interface IUIAnimationPrimitiveInterpolation IUIAnimationPrimitiveInterpolation; +#ifdef __cplusplus +interface IUIAnimationPrimitiveInterpolation; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimer_FWD_DEFINED__ +#define __IUIAnimationTimer_FWD_DEFINED__ +typedef interface IUIAnimationTimer IUIAnimationTimer; +#ifdef __cplusplus +interface IUIAnimationTimer; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerUpdateHandler_FWD_DEFINED__ +#define __IUIAnimationTimerUpdateHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerUpdateHandler IUIAnimationTimerUpdateHandler; +#ifdef __cplusplus +interface IUIAnimationTimerUpdateHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerClientEventHandler_FWD_DEFINED__ +#define __IUIAnimationTimerClientEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerClientEventHandler IUIAnimationTimerClientEventHandler; +#ifdef __cplusplus +interface IUIAnimationTimerClientEventHandler; +#endif /* __cplusplus */ +#endif + +#ifndef __IUIAnimationTimerEventHandler_FWD_DEFINED__ +#define __IUIAnimationTimerEventHandler_FWD_DEFINED__ +typedef interface IUIAnimationTimerEventHandler IUIAnimationTimerEventHandler; +#ifdef __cplusplus +interface IUIAnimationTimerEventHandler; +#endif /* __cplusplus */ +#endif + +typedef DOUBLE UI_ANIMATION_SECONDS; +typedef enum __WIDL_uianimation_generated_name_00000002 { + UI_ANIMATION_SCHEDULING_UNEXPECTED_FAILURE = 0, + UI_ANIMATION_SCHEDULING_INSUFFICIENT_PRIORITY = 1, + UI_ANIMATION_SCHEDULING_ALREADY_SCHEDULED = 2, + UI_ANIMATION_SCHEDULING_SUCCEEDED = 3, + UI_ANIMATION_SCHEDULING_DEFERRED = 4 +} UI_ANIMATION_SCHEDULING_RESULT; +typedef enum __WIDL_uianimation_generated_name_00000003 { + UI_ANIMATION_STORYBOARD_BUILDING = 0, + UI_ANIMATION_STORYBOARD_SCHEDULED = 1, + UI_ANIMATION_STORYBOARD_CANCELLED = 2, + UI_ANIMATION_STORYBOARD_PLAYING = 3, + UI_ANIMATION_STORYBOARD_TRUNCATED = 4, + UI_ANIMATION_STORYBOARD_FINISHED = 5, + UI_ANIMATION_STORYBOARD_READY = 6, + UI_ANIMATION_STORYBOARD_INSUFFICIENT_PRIORITY = 7 +} UI_ANIMATION_STORYBOARD_STATUS; +typedef enum __WIDL_uianimation_generated_name_00000004 { + UI_ANIMATION_ROUNDING_NEAREST = 0, + UI_ANIMATION_ROUNDING_FLOOR = 1, + UI_ANIMATION_ROUNDING_CEILING = 2 +} UI_ANIMATION_ROUNDING_MODE; +typedef enum __WIDL_uianimation_generated_name_00000005 { + UI_ANIMATION_UPDATE_NO_CHANGE = 0, + UI_ANIMATION_UPDATE_VARIABLES_CHANGED = 1 +} UI_ANIMATION_UPDATE_RESULT; +typedef enum __WIDL_uianimation_generated_name_00000006 { + UI_ANIMATION_MANAGER_IDLE = 0, + UI_ANIMATION_MANAGER_BUSY = 1 +} UI_ANIMATION_MANAGER_STATUS; +typedef enum __WIDL_uianimation_generated_name_00000007 { + UI_ANIMATION_MODE_DISABLED = 0, + UI_ANIMATION_MODE_SYSTEM_DEFAULT = 1, + UI_ANIMATION_MODE_ENABLED = 2 +} UI_ANIMATION_MODE; +typedef enum __WIDL_uianimation_generated_name_00000008 { + UI_ANIMATION_PRIORITY_EFFECT_FAILURE = 0, + UI_ANIMATION_PRIORITY_EFFECT_DELAY = 1 +} UI_ANIMATION_PRIORITY_EFFECT; +typedef enum __WIDL_uianimation_generated_name_00000009 { + UI_ANIMATION_REPEAT_MODE_NORMAL = 0, + UI_ANIMATION_REPEAT_MODE_ALTERNATE = 1 +} UI_ANIMATION_REPEAT_MODE; +typedef enum __WIDL_uianimation_generated_name_0000000A { + UI_ANIMATION_SLOPE_INCREASING = 0, + UI_ANIMATION_SLOPE_DECREASING = 1 +} UI_ANIMATION_SLOPE; +typedef enum __WIDL_uianimation_generated_name_0000000B { + UI_ANIMATION_DEPENDENCY_NONE = 0, + UI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES = 0x1, + UI_ANIMATION_DEPENDENCY_FINAL_VALUE = 0x2, + UI_ANIMATION_DEPENDENCY_FINAL_VELOCITY = 0x4, + UI_ANIMATION_DEPENDENCY_DURATION = 0x8 +} UI_ANIMATION_DEPENDENCIES; +typedef enum __WIDL_uianimation_generated_name_0000000C { + UI_ANIMATION_TIMER_CLIENT_IDLE = 0, + UI_ANIMATION_TIMER_CLIENT_BUSY = 1 +} UI_ANIMATION_TIMER_CLIENT_STATUS; +typedef enum __WIDL_uianimation_generated_name_0000000D { + UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE = 0, + UI_ANIMATION_IDLE_BEHAVIOR_DISABLE = 1 +} UI_ANIMATION_IDLE_BEHAVIOR; +typedef struct __WIDL_uianimation_generated_name_0000000E { + int _; +} *UI_ANIMATION_KEYFRAME; +#define UI_ANIMATION_KEYFRAME_STORYBOARD_START ((UI_ANIMATION_KEYFRAME)-1) + +#define UI_ANIMATION_REPEAT_INDEFINITELY (-1) + +#define UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END (UI_ANIMATION_REPEAT_INDEFINITELY) + +#define UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START (-2) + + +DEFINE_GUID(LIBID_uianimation, 0x44ca24db, 0x1a92, 0x4149, 0xba,0xb5, 0xfb,0x14,0xd6,0x4b,0x40,0x1e); + +/***************************************************************************** + * UIAnimationManager coclass + */ + +DEFINE_GUID(CLSID_UIAnimationManager, 0x4c1fc63a, 0x695c, 0x47e8, 0xa3,0x39, 0x1a,0x19,0x4b,0xe3,0xd0,0xb8); + +#ifdef __cplusplus +class DECLSPEC_UUID("4c1fc63a-695c-47e8-a339-1a194be3d0b8") UIAnimationManager; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationManager, 0x4c1fc63a, 0x695c, 0x47e8, 0xa3,0x39, 0x1a,0x19,0x4b,0xe3,0xd0,0xb8) +#endif +#endif + +/***************************************************************************** + * UIAnimationManager2 coclass + */ + +DEFINE_GUID(CLSID_UIAnimationManager2, 0xd25d8842, 0x8884, 0x4a4a, 0xb3,0x21, 0x09,0x13,0x14,0x37,0x9b,0xdd); + +#ifdef __cplusplus +class DECLSPEC_UUID("d25d8842-8884-4a4a-b321-091314379bdd") UIAnimationManager2; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationManager2, 0xd25d8842, 0x8884, 0x4a4a, 0xb3,0x21, 0x09,0x13,0x14,0x37,0x9b,0xdd) +#endif +#endif + +/***************************************************************************** + * UIAnimationTransitionLibrary coclass + */ + +DEFINE_GUID(CLSID_UIAnimationTransitionLibrary, 0x1d6322ad, 0xaa85, 0x4ef5, 0xa8,0x28, 0x86,0xd7,0x10,0x67,0xd1,0x45); + +#ifdef __cplusplus +class DECLSPEC_UUID("1d6322ad-aa85-4ef5-a828-86d71067d145") UIAnimationTransitionLibrary; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationTransitionLibrary, 0x1d6322ad, 0xaa85, 0x4ef5, 0xa8,0x28, 0x86,0xd7,0x10,0x67,0xd1,0x45) +#endif +#endif + +/***************************************************************************** + * UIAnimationTransitionLibrary2 coclass + */ + +DEFINE_GUID(CLSID_UIAnimationTransitionLibrary2, 0x812f944a, 0xc5c8, 0x4cd9, 0xb0,0xa6, 0xb3,0xda,0x80,0x2f,0x22,0x8d); + +#ifdef __cplusplus +class DECLSPEC_UUID("812f944a-c5c8-4cd9-b0a6-b3da802f228d") UIAnimationTransitionLibrary2; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationTransitionLibrary2, 0x812f944a, 0xc5c8, 0x4cd9, 0xb0,0xa6, 0xb3,0xda,0x80,0x2f,0x22,0x8d) +#endif +#endif + +/***************************************************************************** + * UIAnimationTransitionFactory coclass + */ + +DEFINE_GUID(CLSID_UIAnimationTransitionFactory, 0x8a9b1cdd, 0xfcd7, 0x419c, 0x8b,0x44, 0x42,0xfd,0x17,0xdb,0x18,0x87); + +#ifdef __cplusplus +class DECLSPEC_UUID("8a9b1cdd-fcd7-419c-8b44-42fd17db1887") UIAnimationTransitionFactory; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationTransitionFactory, 0x8a9b1cdd, 0xfcd7, 0x419c, 0x8b,0x44, 0x42,0xfd,0x17,0xdb,0x18,0x87) +#endif +#endif + +/***************************************************************************** + * UIAnimationTransitionFactory2 coclass + */ + +DEFINE_GUID(CLSID_UIAnimationTransitionFactory2, 0x84302f97, 0x7f7b, 0x4040, 0xb1,0x90, 0x72,0xac,0x9d,0x18,0xe4,0x20); + +#ifdef __cplusplus +class DECLSPEC_UUID("84302f97-7f7b-4040-b190-72ac9d18e420") UIAnimationTransitionFactory2; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationTransitionFactory2, 0x84302f97, 0x7f7b, 0x4040, 0xb1,0x90, 0x72,0xac,0x9d,0x18,0xe4,0x20) +#endif +#endif + +/***************************************************************************** + * UIAnimationTimer coclass + */ + +DEFINE_GUID(CLSID_UIAnimationTimer, 0xbfcd4a0c, 0x06b6, 0x4384, 0xb7,0x68, 0x0d,0xaa,0x79,0x2c,0x38,0x0e); + +#ifdef __cplusplus +class DECLSPEC_UUID("bfcd4a0c-06b6-4384-b768-0daa792c380e") UIAnimationTimer; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(UIAnimationTimer, 0xbfcd4a0c, 0x06b6, 0x4384, 0xb7,0x68, 0x0d,0xaa,0x79,0x2c,0x38,0x0e) +#endif +#endif + +/***************************************************************************** + * IUIAnimationManager interface + */ +#ifndef __IUIAnimationManager_INTERFACE_DEFINED__ +#define __IUIAnimationManager_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationManager, 0x9169896c, 0xac8d, 0x4e7d, 0x94,0xe5, 0x67,0xfa,0x4d,0xc2,0xf2,0xe8); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9169896c-ac8d-4e7d-94e5-67fa4dc2f2e8") +IUIAnimationManager : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateAnimationVariable( + double initialValue, + IUIAnimationVariable **variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE ScheduleTransition( + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + double timeNow) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateStoryboard( + IUIAnimationStoryboard **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE FinishAllStoryboards( + double completionDeadline) = 0; + + virtual HRESULT STDMETHODCALLTYPE AbandonAllStoryboards( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Update( + double timeNow, + UI_ANIMATION_UPDATE_RESULT *updateResult = 0) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVariableFromTag( + IUnknown *object, + UINT32 id, + IUIAnimationVariable **variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStoryboardFromTag( + IUnknown *object, + UINT32 id, + IUIAnimationStoryboard **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStatus( + UI_ANIMATION_MANAGER_STATUS *status) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAnimationMode( + UI_ANIMATION_MODE mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE Pause( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Resume( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetManagerEventHandler( + IUIAnimationManagerEventHandler *handler) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetCancelPriorityComparison( + IUIAnimationPriorityComparison *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTrimPriorityComparison( + IUIAnimationPriorityComparison *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetCompressPriorityComparison( + IUIAnimationPriorityComparison *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetConcludePriorityComparison( + IUIAnimationPriorityComparison *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultLongestAcceptableDelay( + double delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE Shutdown( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationManager, 0x9169896c, 0xac8d, 0x4e7d, 0x94,0xe5, 0x67,0xfa,0x4d,0xc2,0xf2,0xe8) +#endif +#else +typedef struct IUIAnimationManagerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationManager *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationManager *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationManager *This); + + /*** IUIAnimationManager methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateAnimationVariable)( + IUIAnimationManager *This, + double initialValue, + IUIAnimationVariable **variable); + + HRESULT (STDMETHODCALLTYPE *ScheduleTransition)( + IUIAnimationManager *This, + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + double timeNow); + + HRESULT (STDMETHODCALLTYPE *CreateStoryboard)( + IUIAnimationManager *This, + IUIAnimationStoryboard **storyboard); + + HRESULT (STDMETHODCALLTYPE *FinishAllStoryboards)( + IUIAnimationManager *This, + double completionDeadline); + + HRESULT (STDMETHODCALLTYPE *AbandonAllStoryboards)( + IUIAnimationManager *This); + + HRESULT (STDMETHODCALLTYPE *Update)( + IUIAnimationManager *This, + double timeNow, + UI_ANIMATION_UPDATE_RESULT *updateResult); + + HRESULT (STDMETHODCALLTYPE *GetVariableFromTag)( + IUIAnimationManager *This, + IUnknown *object, + UINT32 id, + IUIAnimationVariable **variable); + + HRESULT (STDMETHODCALLTYPE *GetStoryboardFromTag)( + IUIAnimationManager *This, + IUnknown *object, + UINT32 id, + IUIAnimationStoryboard **storyboard); + + HRESULT (STDMETHODCALLTYPE *GetStatus)( + IUIAnimationManager *This, + UI_ANIMATION_MANAGER_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *SetAnimationMode)( + IUIAnimationManager *This, + UI_ANIMATION_MODE mode); + + HRESULT (STDMETHODCALLTYPE *Pause)( + IUIAnimationManager *This); + + HRESULT (STDMETHODCALLTYPE *Resume)( + IUIAnimationManager *This); + + HRESULT (STDMETHODCALLTYPE *SetManagerEventHandler)( + IUIAnimationManager *This, + IUIAnimationManagerEventHandler *handler); + + HRESULT (STDMETHODCALLTYPE *SetCancelPriorityComparison)( + IUIAnimationManager *This, + IUIAnimationPriorityComparison *comparison); + + HRESULT (STDMETHODCALLTYPE *SetTrimPriorityComparison)( + IUIAnimationManager *This, + IUIAnimationPriorityComparison *comparison); + + HRESULT (STDMETHODCALLTYPE *SetCompressPriorityComparison)( + IUIAnimationManager *This, + IUIAnimationPriorityComparison *comparison); + + HRESULT (STDMETHODCALLTYPE *SetConcludePriorityComparison)( + IUIAnimationManager *This, + IUIAnimationPriorityComparison *comparison); + + HRESULT (STDMETHODCALLTYPE *SetDefaultLongestAcceptableDelay)( + IUIAnimationManager *This, + double delay); + + HRESULT (STDMETHODCALLTYPE *Shutdown)( + IUIAnimationManager *This); + + END_INTERFACE +} IUIAnimationManagerVtbl; + +interface IUIAnimationManager { + CONST_VTBL IUIAnimationManagerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationManager_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationManager_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationManager methods ***/ +#define IUIAnimationManager_CreateAnimationVariable(This,initialValue,variable) (This)->lpVtbl->CreateAnimationVariable(This,initialValue,variable) +#define IUIAnimationManager_ScheduleTransition(This,variable,transition,timeNow) (This)->lpVtbl->ScheduleTransition(This,variable,transition,timeNow) +#define IUIAnimationManager_CreateStoryboard(This,storyboard) (This)->lpVtbl->CreateStoryboard(This,storyboard) +#define IUIAnimationManager_FinishAllStoryboards(This,completionDeadline) (This)->lpVtbl->FinishAllStoryboards(This,completionDeadline) +#define IUIAnimationManager_AbandonAllStoryboards(This) (This)->lpVtbl->AbandonAllStoryboards(This) +#define IUIAnimationManager_Update(This,timeNow,updateResult) (This)->lpVtbl->Update(This,timeNow,updateResult) +#define IUIAnimationManager_GetVariableFromTag(This,object,id,variable) (This)->lpVtbl->GetVariableFromTag(This,object,id,variable) +#define IUIAnimationManager_GetStoryboardFromTag(This,object,id,storyboard) (This)->lpVtbl->GetStoryboardFromTag(This,object,id,storyboard) +#define IUIAnimationManager_GetStatus(This,status) (This)->lpVtbl->GetStatus(This,status) +#define IUIAnimationManager_SetAnimationMode(This,mode) (This)->lpVtbl->SetAnimationMode(This,mode) +#define IUIAnimationManager_Pause(This) (This)->lpVtbl->Pause(This) +#define IUIAnimationManager_Resume(This) (This)->lpVtbl->Resume(This) +#define IUIAnimationManager_SetManagerEventHandler(This,handler) (This)->lpVtbl->SetManagerEventHandler(This,handler) +#define IUIAnimationManager_SetCancelPriorityComparison(This,comparison) (This)->lpVtbl->SetCancelPriorityComparison(This,comparison) +#define IUIAnimationManager_SetTrimPriorityComparison(This,comparison) (This)->lpVtbl->SetTrimPriorityComparison(This,comparison) +#define IUIAnimationManager_SetCompressPriorityComparison(This,comparison) (This)->lpVtbl->SetCompressPriorityComparison(This,comparison) +#define IUIAnimationManager_SetConcludePriorityComparison(This,comparison) (This)->lpVtbl->SetConcludePriorityComparison(This,comparison) +#define IUIAnimationManager_SetDefaultLongestAcceptableDelay(This,delay) (This)->lpVtbl->SetDefaultLongestAcceptableDelay(This,delay) +#define IUIAnimationManager_Shutdown(This) (This)->lpVtbl->Shutdown(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationManager_QueryInterface(IUIAnimationManager* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationManager_AddRef(IUIAnimationManager* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationManager_Release(IUIAnimationManager* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationManager methods ***/ +static FORCEINLINE HRESULT IUIAnimationManager_CreateAnimationVariable(IUIAnimationManager* This,double initialValue,IUIAnimationVariable **variable) { + return This->lpVtbl->CreateAnimationVariable(This,initialValue,variable); +} +static FORCEINLINE HRESULT IUIAnimationManager_ScheduleTransition(IUIAnimationManager* This,IUIAnimationVariable *variable,IUIAnimationTransition *transition,double timeNow) { + return This->lpVtbl->ScheduleTransition(This,variable,transition,timeNow); +} +static FORCEINLINE HRESULT IUIAnimationManager_CreateStoryboard(IUIAnimationManager* This,IUIAnimationStoryboard **storyboard) { + return This->lpVtbl->CreateStoryboard(This,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationManager_FinishAllStoryboards(IUIAnimationManager* This,double completionDeadline) { + return This->lpVtbl->FinishAllStoryboards(This,completionDeadline); +} +static FORCEINLINE HRESULT IUIAnimationManager_AbandonAllStoryboards(IUIAnimationManager* This) { + return This->lpVtbl->AbandonAllStoryboards(This); +} +static FORCEINLINE HRESULT IUIAnimationManager_Update(IUIAnimationManager* This,double timeNow,UI_ANIMATION_UPDATE_RESULT *updateResult) { + return This->lpVtbl->Update(This,timeNow,updateResult); +} +static FORCEINLINE HRESULT IUIAnimationManager_GetVariableFromTag(IUIAnimationManager* This,IUnknown *object,UINT32 id,IUIAnimationVariable **variable) { + return This->lpVtbl->GetVariableFromTag(This,object,id,variable); +} +static FORCEINLINE HRESULT IUIAnimationManager_GetStoryboardFromTag(IUIAnimationManager* This,IUnknown *object,UINT32 id,IUIAnimationStoryboard **storyboard) { + return This->lpVtbl->GetStoryboardFromTag(This,object,id,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationManager_GetStatus(IUIAnimationManager* This,UI_ANIMATION_MANAGER_STATUS *status) { + return This->lpVtbl->GetStatus(This,status); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetAnimationMode(IUIAnimationManager* This,UI_ANIMATION_MODE mode) { + return This->lpVtbl->SetAnimationMode(This,mode); +} +static FORCEINLINE HRESULT IUIAnimationManager_Pause(IUIAnimationManager* This) { + return This->lpVtbl->Pause(This); +} +static FORCEINLINE HRESULT IUIAnimationManager_Resume(IUIAnimationManager* This) { + return This->lpVtbl->Resume(This); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetManagerEventHandler(IUIAnimationManager* This,IUIAnimationManagerEventHandler *handler) { + return This->lpVtbl->SetManagerEventHandler(This,handler); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetCancelPriorityComparison(IUIAnimationManager* This,IUIAnimationPriorityComparison *comparison) { + return This->lpVtbl->SetCancelPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetTrimPriorityComparison(IUIAnimationManager* This,IUIAnimationPriorityComparison *comparison) { + return This->lpVtbl->SetTrimPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetCompressPriorityComparison(IUIAnimationManager* This,IUIAnimationPriorityComparison *comparison) { + return This->lpVtbl->SetCompressPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetConcludePriorityComparison(IUIAnimationManager* This,IUIAnimationPriorityComparison *comparison) { + return This->lpVtbl->SetConcludePriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager_SetDefaultLongestAcceptableDelay(IUIAnimationManager* This,double delay) { + return This->lpVtbl->SetDefaultLongestAcceptableDelay(This,delay); +} +static FORCEINLINE HRESULT IUIAnimationManager_Shutdown(IUIAnimationManager* This) { + return This->lpVtbl->Shutdown(This); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationManager_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariable interface + */ +#ifndef __IUIAnimationVariable_INTERFACE_DEFINED__ +#define __IUIAnimationVariable_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariable, 0x8ceeb155, 0x2849, 0x4ce5, 0x94,0x48, 0x91,0xff,0x70,0xe1,0xe4,0xd9); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8ceeb155-2849-4ce5-9448-91ff70e1e4d9") +IUIAnimationVariable : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetValue( + double *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalValue( + double *finalValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousValue( + double *previousValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetIntegerValue( + int *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalIntegerValue( + int *finalValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousIntegerValue( + int *previousValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCurrentStoryboard( + IUIAnimationStoryboard **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLowerBound( + double bound) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUpperBound( + double bound) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRoundingMode( + UI_ANIMATION_ROUNDING_MODE mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTag( + IUnknown *object, + unsigned int id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTag( + IUnknown **object, + unsigned int *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVariableChangeHandler( + IUIAnimationVariableChangeHandler *handler) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVariableIntegerChangeHandler( + IUIAnimationVariableIntegerChangeHandler *handler) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariable, 0x8ceeb155, 0x2849, 0x4ce5, 0x94,0x48, 0x91,0xff,0x70,0xe1,0xe4,0xd9) +#endif +#else +typedef struct IUIAnimationVariableVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariable *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariable *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariable *This); + + /*** IUIAnimationVariable methods ***/ + HRESULT (STDMETHODCALLTYPE *GetValue)( + IUIAnimationVariable *This, + double *value); + + HRESULT (STDMETHODCALLTYPE *GetFinalValue)( + IUIAnimationVariable *This, + double *finalValue); + + HRESULT (STDMETHODCALLTYPE *GetPreviousValue)( + IUIAnimationVariable *This, + double *previousValue); + + HRESULT (STDMETHODCALLTYPE *GetIntegerValue)( + IUIAnimationVariable *This, + int *value); + + HRESULT (STDMETHODCALLTYPE *GetFinalIntegerValue)( + IUIAnimationVariable *This, + int *finalValue); + + HRESULT (STDMETHODCALLTYPE *GetPreviousIntegerValue)( + IUIAnimationVariable *This, + int *previousValue); + + HRESULT (STDMETHODCALLTYPE *GetCurrentStoryboard)( + IUIAnimationVariable *This, + IUIAnimationStoryboard **storyboard); + + HRESULT (STDMETHODCALLTYPE *SetLowerBound)( + IUIAnimationVariable *This, + double bound); + + HRESULT (STDMETHODCALLTYPE *SetUpperBound)( + IUIAnimationVariable *This, + double bound); + + HRESULT (STDMETHODCALLTYPE *SetRoundingMode)( + IUIAnimationVariable *This, + UI_ANIMATION_ROUNDING_MODE mode); + + HRESULT (STDMETHODCALLTYPE *SetTag)( + IUIAnimationVariable *This, + IUnknown *object, + unsigned int id); + + HRESULT (STDMETHODCALLTYPE *GetTag)( + IUIAnimationVariable *This, + IUnknown **object, + unsigned int *id); + + HRESULT (STDMETHODCALLTYPE *SetVariableChangeHandler)( + IUIAnimationVariable *This, + IUIAnimationVariableChangeHandler *handler); + + HRESULT (STDMETHODCALLTYPE *SetVariableIntegerChangeHandler)( + IUIAnimationVariable *This, + IUIAnimationVariableIntegerChangeHandler *handler); + + END_INTERFACE +} IUIAnimationVariableVtbl; + +interface IUIAnimationVariable { + CONST_VTBL IUIAnimationVariableVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariable_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariable_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariable_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariable methods ***/ +#define IUIAnimationVariable_GetValue(This,value) (This)->lpVtbl->GetValue(This,value) +#define IUIAnimationVariable_GetFinalValue(This,finalValue) (This)->lpVtbl->GetFinalValue(This,finalValue) +#define IUIAnimationVariable_GetPreviousValue(This,previousValue) (This)->lpVtbl->GetPreviousValue(This,previousValue) +#define IUIAnimationVariable_GetIntegerValue(This,value) (This)->lpVtbl->GetIntegerValue(This,value) +#define IUIAnimationVariable_GetFinalIntegerValue(This,finalValue) (This)->lpVtbl->GetFinalIntegerValue(This,finalValue) +#define IUIAnimationVariable_GetPreviousIntegerValue(This,previousValue) (This)->lpVtbl->GetPreviousIntegerValue(This,previousValue) +#define IUIAnimationVariable_GetCurrentStoryboard(This,storyboard) (This)->lpVtbl->GetCurrentStoryboard(This,storyboard) +#define IUIAnimationVariable_SetLowerBound(This,bound) (This)->lpVtbl->SetLowerBound(This,bound) +#define IUIAnimationVariable_SetUpperBound(This,bound) (This)->lpVtbl->SetUpperBound(This,bound) +#define IUIAnimationVariable_SetRoundingMode(This,mode) (This)->lpVtbl->SetRoundingMode(This,mode) +#define IUIAnimationVariable_SetTag(This,object,id) (This)->lpVtbl->SetTag(This,object,id) +#define IUIAnimationVariable_GetTag(This,object,id) (This)->lpVtbl->GetTag(This,object,id) +#define IUIAnimationVariable_SetVariableChangeHandler(This,handler) (This)->lpVtbl->SetVariableChangeHandler(This,handler) +#define IUIAnimationVariable_SetVariableIntegerChangeHandler(This,handler) (This)->lpVtbl->SetVariableIntegerChangeHandler(This,handler) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariable_QueryInterface(IUIAnimationVariable* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariable_AddRef(IUIAnimationVariable* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariable_Release(IUIAnimationVariable* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariable methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariable_GetValue(IUIAnimationVariable* This,double *value) { + return This->lpVtbl->GetValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetFinalValue(IUIAnimationVariable* This,double *finalValue) { + return This->lpVtbl->GetFinalValue(This,finalValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetPreviousValue(IUIAnimationVariable* This,double *previousValue) { + return This->lpVtbl->GetPreviousValue(This,previousValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetIntegerValue(IUIAnimationVariable* This,int *value) { + return This->lpVtbl->GetIntegerValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetFinalIntegerValue(IUIAnimationVariable* This,int *finalValue) { + return This->lpVtbl->GetFinalIntegerValue(This,finalValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetPreviousIntegerValue(IUIAnimationVariable* This,int *previousValue) { + return This->lpVtbl->GetPreviousIntegerValue(This,previousValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetCurrentStoryboard(IUIAnimationVariable* This,IUIAnimationStoryboard **storyboard) { + return This->lpVtbl->GetCurrentStoryboard(This,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetLowerBound(IUIAnimationVariable* This,double bound) { + return This->lpVtbl->SetLowerBound(This,bound); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetUpperBound(IUIAnimationVariable* This,double bound) { + return This->lpVtbl->SetUpperBound(This,bound); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetRoundingMode(IUIAnimationVariable* This,UI_ANIMATION_ROUNDING_MODE mode) { + return This->lpVtbl->SetRoundingMode(This,mode); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetTag(IUIAnimationVariable* This,IUnknown *object,unsigned int id) { + return This->lpVtbl->SetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationVariable_GetTag(IUIAnimationVariable* This,IUnknown **object,unsigned int *id) { + return This->lpVtbl->GetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetVariableChangeHandler(IUIAnimationVariable* This,IUIAnimationVariableChangeHandler *handler) { + return This->lpVtbl->SetVariableChangeHandler(This,handler); +} +static FORCEINLINE HRESULT IUIAnimationVariable_SetVariableIntegerChangeHandler(IUIAnimationVariable* This,IUIAnimationVariableIntegerChangeHandler *handler) { + return This->lpVtbl->SetVariableIntegerChangeHandler(This,handler); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariable_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationStoryboard interface + */ +#ifndef __IUIAnimationStoryboard_INTERFACE_DEFINED__ +#define __IUIAnimationStoryboard_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationStoryboard, 0xa8ff128f, 0x9bf9, 0x4af1, 0x9e,0x67, 0xe5,0xe4,0x10,0xde,0xfb,0x84); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("a8ff128f-9bf9-4af1-9e67-e5e410defb84") +IUIAnimationStoryboard : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE AddTransition( + IUIAnimationVariable *variable, + IUIAnimationTransition *transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddKeyframeAtOffset( + UI_ANIMATION_KEYFRAME existingKeyframe, + double offset, + UI_ANIMATION_KEYFRAME *keyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddKeyframeAfterTransition( + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME *keyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddTransitionAtKeyframe( + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME startKeyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddTransitionBetweenKeyframes( + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE RepeatBetweenKeyframes( + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe, + int repetitionCount) = 0; + + virtual HRESULT STDMETHODCALLTYPE HoldVariable( + IUIAnimationVariable *variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLongestAcceptableDelay( + double delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE Schedule( + double timeNow, + UI_ANIMATION_SCHEDULING_RESULT *schedulingResult = 0) = 0; + + virtual HRESULT STDMETHODCALLTYPE Conclude( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Finish( + double completionDeadline) = 0; + + virtual HRESULT STDMETHODCALLTYPE Abandon( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTag( + IUnknown *object, + unsigned int id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTag( + IUnknown **object, + unsigned int *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStatus( + UI_ANIMATION_STORYBOARD_STATUS *status) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetElapsedTime( + double *elapsedTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStoryboardEventHandler( + IUIAnimationStoryboardEventHandler *handler) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationStoryboard, 0xa8ff128f, 0x9bf9, 0x4af1, 0x9e,0x67, 0xe5,0xe4,0x10,0xde,0xfb,0x84) +#endif +#else +typedef struct IUIAnimationStoryboardVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationStoryboard *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationStoryboard *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationStoryboard *This); + + /*** IUIAnimationStoryboard methods ***/ + HRESULT (STDMETHODCALLTYPE *AddTransition)( + IUIAnimationStoryboard *This, + IUIAnimationVariable *variable, + IUIAnimationTransition *transition); + + HRESULT (STDMETHODCALLTYPE *AddKeyframeAtOffset)( + IUIAnimationStoryboard *This, + UI_ANIMATION_KEYFRAME existingKeyframe, + double offset, + UI_ANIMATION_KEYFRAME *keyframe); + + HRESULT (STDMETHODCALLTYPE *AddKeyframeAfterTransition)( + IUIAnimationStoryboard *This, + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME *keyframe); + + HRESULT (STDMETHODCALLTYPE *AddTransitionAtKeyframe)( + IUIAnimationStoryboard *This, + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME startKeyframe); + + HRESULT (STDMETHODCALLTYPE *AddTransitionBetweenKeyframes)( + IUIAnimationStoryboard *This, + IUIAnimationVariable *variable, + IUIAnimationTransition *transition, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe); + + HRESULT (STDMETHODCALLTYPE *RepeatBetweenKeyframes)( + IUIAnimationStoryboard *This, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe, + int repetitionCount); + + HRESULT (STDMETHODCALLTYPE *HoldVariable)( + IUIAnimationStoryboard *This, + IUIAnimationVariable *variable); + + HRESULT (STDMETHODCALLTYPE *SetLongestAcceptableDelay)( + IUIAnimationStoryboard *This, + double delay); + + HRESULT (STDMETHODCALLTYPE *Schedule)( + IUIAnimationStoryboard *This, + double timeNow, + UI_ANIMATION_SCHEDULING_RESULT *schedulingResult); + + HRESULT (STDMETHODCALLTYPE *Conclude)( + IUIAnimationStoryboard *This); + + HRESULT (STDMETHODCALLTYPE *Finish)( + IUIAnimationStoryboard *This, + double completionDeadline); + + HRESULT (STDMETHODCALLTYPE *Abandon)( + IUIAnimationStoryboard *This); + + HRESULT (STDMETHODCALLTYPE *SetTag)( + IUIAnimationStoryboard *This, + IUnknown *object, + unsigned int id); + + HRESULT (STDMETHODCALLTYPE *GetTag)( + IUIAnimationStoryboard *This, + IUnknown **object, + unsigned int *id); + + HRESULT (STDMETHODCALLTYPE *GetStatus)( + IUIAnimationStoryboard *This, + UI_ANIMATION_STORYBOARD_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *GetElapsedTime)( + IUIAnimationStoryboard *This, + double *elapsedTime); + + HRESULT (STDMETHODCALLTYPE *SetStoryboardEventHandler)( + IUIAnimationStoryboard *This, + IUIAnimationStoryboardEventHandler *handler); + + END_INTERFACE +} IUIAnimationStoryboardVtbl; + +interface IUIAnimationStoryboard { + CONST_VTBL IUIAnimationStoryboardVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationStoryboard_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationStoryboard_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationStoryboard_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationStoryboard methods ***/ +#define IUIAnimationStoryboard_AddTransition(This,variable,transition) (This)->lpVtbl->AddTransition(This,variable,transition) +#define IUIAnimationStoryboard_AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe) (This)->lpVtbl->AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe) +#define IUIAnimationStoryboard_AddKeyframeAfterTransition(This,transition,keyframe) (This)->lpVtbl->AddKeyframeAfterTransition(This,transition,keyframe) +#define IUIAnimationStoryboard_AddTransitionAtKeyframe(This,variable,transition,startKeyframe) (This)->lpVtbl->AddTransitionAtKeyframe(This,variable,transition,startKeyframe) +#define IUIAnimationStoryboard_AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe) (This)->lpVtbl->AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe) +#define IUIAnimationStoryboard_RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,repetitionCount) (This)->lpVtbl->RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,repetitionCount) +#define IUIAnimationStoryboard_HoldVariable(This,variable) (This)->lpVtbl->HoldVariable(This,variable) +#define IUIAnimationStoryboard_SetLongestAcceptableDelay(This,delay) (This)->lpVtbl->SetLongestAcceptableDelay(This,delay) +#define IUIAnimationStoryboard_Schedule(This,timeNow,schedulingResult) (This)->lpVtbl->Schedule(This,timeNow,schedulingResult) +#define IUIAnimationStoryboard_Conclude(This) (This)->lpVtbl->Conclude(This) +#define IUIAnimationStoryboard_Finish(This,completionDeadline) (This)->lpVtbl->Finish(This,completionDeadline) +#define IUIAnimationStoryboard_Abandon(This) (This)->lpVtbl->Abandon(This) +#define IUIAnimationStoryboard_SetTag(This,object,id) (This)->lpVtbl->SetTag(This,object,id) +#define IUIAnimationStoryboard_GetTag(This,object,id) (This)->lpVtbl->GetTag(This,object,id) +#define IUIAnimationStoryboard_GetStatus(This,status) (This)->lpVtbl->GetStatus(This,status) +#define IUIAnimationStoryboard_GetElapsedTime(This,elapsedTime) (This)->lpVtbl->GetElapsedTime(This,elapsedTime) +#define IUIAnimationStoryboard_SetStoryboardEventHandler(This,handler) (This)->lpVtbl->SetStoryboardEventHandler(This,handler) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboard_QueryInterface(IUIAnimationStoryboard* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationStoryboard_AddRef(IUIAnimationStoryboard* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationStoryboard_Release(IUIAnimationStoryboard* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationStoryboard methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboard_AddTransition(IUIAnimationStoryboard* This,IUIAnimationVariable *variable,IUIAnimationTransition *transition) { + return This->lpVtbl->AddTransition(This,variable,transition); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_AddKeyframeAtOffset(IUIAnimationStoryboard* This,UI_ANIMATION_KEYFRAME existingKeyframe,double offset,UI_ANIMATION_KEYFRAME *keyframe) { + return This->lpVtbl->AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_AddKeyframeAfterTransition(IUIAnimationStoryboard* This,IUIAnimationTransition *transition,UI_ANIMATION_KEYFRAME *keyframe) { + return This->lpVtbl->AddKeyframeAfterTransition(This,transition,keyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_AddTransitionAtKeyframe(IUIAnimationStoryboard* This,IUIAnimationVariable *variable,IUIAnimationTransition *transition,UI_ANIMATION_KEYFRAME startKeyframe) { + return This->lpVtbl->AddTransitionAtKeyframe(This,variable,transition,startKeyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_AddTransitionBetweenKeyframes(IUIAnimationStoryboard* This,IUIAnimationVariable *variable,IUIAnimationTransition *transition,UI_ANIMATION_KEYFRAME startKeyframe,UI_ANIMATION_KEYFRAME endKeyframe) { + return This->lpVtbl->AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_RepeatBetweenKeyframes(IUIAnimationStoryboard* This,UI_ANIMATION_KEYFRAME startKeyframe,UI_ANIMATION_KEYFRAME endKeyframe,int repetitionCount) { + return This->lpVtbl->RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,repetitionCount); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_HoldVariable(IUIAnimationStoryboard* This,IUIAnimationVariable *variable) { + return This->lpVtbl->HoldVariable(This,variable); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_SetLongestAcceptableDelay(IUIAnimationStoryboard* This,double delay) { + return This->lpVtbl->SetLongestAcceptableDelay(This,delay); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_Schedule(IUIAnimationStoryboard* This,double timeNow,UI_ANIMATION_SCHEDULING_RESULT *schedulingResult) { + return This->lpVtbl->Schedule(This,timeNow,schedulingResult); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_Conclude(IUIAnimationStoryboard* This) { + return This->lpVtbl->Conclude(This); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_Finish(IUIAnimationStoryboard* This,double completionDeadline) { + return This->lpVtbl->Finish(This,completionDeadline); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_Abandon(IUIAnimationStoryboard* This) { + return This->lpVtbl->Abandon(This); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_SetTag(IUIAnimationStoryboard* This,IUnknown *object,unsigned int id) { + return This->lpVtbl->SetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_GetTag(IUIAnimationStoryboard* This,IUnknown **object,unsigned int *id) { + return This->lpVtbl->GetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_GetStatus(IUIAnimationStoryboard* This,UI_ANIMATION_STORYBOARD_STATUS *status) { + return This->lpVtbl->GetStatus(This,status); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_GetElapsedTime(IUIAnimationStoryboard* This,double *elapsedTime) { + return This->lpVtbl->GetElapsedTime(This,elapsedTime); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard_SetStoryboardEventHandler(IUIAnimationStoryboard* This,IUIAnimationStoryboardEventHandler *handler) { + return This->lpVtbl->SetStoryboardEventHandler(This,handler); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationStoryboard_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransition interface + */ +#ifndef __IUIAnimationTransition_INTERFACE_DEFINED__ +#define __IUIAnimationTransition_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransition, 0xdc6ce252, 0xf731, 0x41cf, 0xb6,0x10, 0x61,0x4b,0x6c,0xa0,0x49,0xad); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("dc6ce252-f731-41cf-b610-614b6ca049ad") +IUIAnimationTransition : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetInitialValue( + double value) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialVelocity( + double velocity) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsDurationKnown( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + double *duration) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransition, 0xdc6ce252, 0xf731, 0x41cf, 0xb6,0x10, 0x61,0x4b,0x6c,0xa0,0x49,0xad) +#endif +#else +typedef struct IUIAnimationTransitionVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransition *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransition *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransition *This); + + /*** IUIAnimationTransition methods ***/ + HRESULT (STDMETHODCALLTYPE *SetInitialValue)( + IUIAnimationTransition *This, + double value); + + HRESULT (STDMETHODCALLTYPE *SetInitialVelocity)( + IUIAnimationTransition *This, + double velocity); + + HRESULT (STDMETHODCALLTYPE *IsDurationKnown)( + IUIAnimationTransition *This); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IUIAnimationTransition *This, + double *duration); + + END_INTERFACE +} IUIAnimationTransitionVtbl; + +interface IUIAnimationTransition { + CONST_VTBL IUIAnimationTransitionVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransition_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransition_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransition_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransition methods ***/ +#define IUIAnimationTransition_SetInitialValue(This,value) (This)->lpVtbl->SetInitialValue(This,value) +#define IUIAnimationTransition_SetInitialVelocity(This,velocity) (This)->lpVtbl->SetInitialVelocity(This,velocity) +#define IUIAnimationTransition_IsDurationKnown(This) (This)->lpVtbl->IsDurationKnown(This) +#define IUIAnimationTransition_GetDuration(This,duration) (This)->lpVtbl->GetDuration(This,duration) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransition_QueryInterface(IUIAnimationTransition* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransition_AddRef(IUIAnimationTransition* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransition_Release(IUIAnimationTransition* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransition methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransition_SetInitialValue(IUIAnimationTransition* This,double value) { + return This->lpVtbl->SetInitialValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationTransition_SetInitialVelocity(IUIAnimationTransition* This,double velocity) { + return This->lpVtbl->SetInitialVelocity(This,velocity); +} +static FORCEINLINE HRESULT IUIAnimationTransition_IsDurationKnown(IUIAnimationTransition* This) { + return This->lpVtbl->IsDurationKnown(This); +} +static FORCEINLINE HRESULT IUIAnimationTransition_GetDuration(IUIAnimationTransition* This,double *duration) { + return This->lpVtbl->GetDuration(This,duration); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransition_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationStoryboardEventHandler interface + */ +#ifndef __IUIAnimationStoryboardEventHandler_INTERFACE_DEFINED__ +#define __IUIAnimationStoryboardEventHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationStoryboardEventHandler, 0x3d5c9008, 0xec7c, 0x4364, 0x9f,0x8a, 0x9a,0xf3,0xc5,0x8c,0xba,0xe6); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("3d5c9008-ec7c-4364-9f8a-9af3c58cbae6") +IUIAnimationStoryboardEventHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnStoryboardStatusChanged( + IUIAnimationStoryboard *storyboard, + UI_ANIMATION_STORYBOARD_STATUS newStatus, + UI_ANIMATION_STORYBOARD_STATUS previousStatus) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnStoryboardUpdated( + IUIAnimationStoryboard *storyboard) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationStoryboardEventHandler, 0x3d5c9008, 0xec7c, 0x4364, 0x9f,0x8a, 0x9a,0xf3,0xc5,0x8c,0xba,0xe6) +#endif +#else +typedef struct IUIAnimationStoryboardEventHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationStoryboardEventHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationStoryboardEventHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationStoryboardEventHandler *This); + + /*** IUIAnimationStoryboardEventHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnStoryboardStatusChanged)( + IUIAnimationStoryboardEventHandler *This, + IUIAnimationStoryboard *storyboard, + UI_ANIMATION_STORYBOARD_STATUS newStatus, + UI_ANIMATION_STORYBOARD_STATUS previousStatus); + + HRESULT (STDMETHODCALLTYPE *OnStoryboardUpdated)( + IUIAnimationStoryboardEventHandler *This, + IUIAnimationStoryboard *storyboard); + + END_INTERFACE +} IUIAnimationStoryboardEventHandlerVtbl; + +interface IUIAnimationStoryboardEventHandler { + CONST_VTBL IUIAnimationStoryboardEventHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationStoryboardEventHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationStoryboardEventHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationStoryboardEventHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationStoryboardEventHandler methods ***/ +#define IUIAnimationStoryboardEventHandler_OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus) (This)->lpVtbl->OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus) +#define IUIAnimationStoryboardEventHandler_OnStoryboardUpdated(This,storyboard) (This)->lpVtbl->OnStoryboardUpdated(This,storyboard) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler_QueryInterface(IUIAnimationStoryboardEventHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationStoryboardEventHandler_AddRef(IUIAnimationStoryboardEventHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationStoryboardEventHandler_Release(IUIAnimationStoryboardEventHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationStoryboardEventHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler_OnStoryboardStatusChanged(IUIAnimationStoryboardEventHandler* This,IUIAnimationStoryboard *storyboard,UI_ANIMATION_STORYBOARD_STATUS newStatus,UI_ANIMATION_STORYBOARD_STATUS previousStatus) { + return This->lpVtbl->OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus); +} +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler_OnStoryboardUpdated(IUIAnimationStoryboardEventHandler* This,IUIAnimationStoryboard *storyboard) { + return This->lpVtbl->OnStoryboardUpdated(This,storyboard); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationStoryboardEventHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariableChangeHandler interface + */ +#ifndef __IUIAnimationVariableChangeHandler_INTERFACE_DEFINED__ +#define __IUIAnimationVariableChangeHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariableChangeHandler, 0x6358b7ba, 0x87d2, 0x42d5, 0xbf,0x71, 0x82,0xe9,0x19,0xdd,0x58,0x62); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("6358b7ba-87d2-42d5-bf71-82e919dd5862") +IUIAnimationVariableChangeHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnValueChanged( + IUIAnimationStoryboard *storyboard, + IUIAnimationVariable *variable, + double newValue, + double previousValue) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariableChangeHandler, 0x6358b7ba, 0x87d2, 0x42d5, 0xbf,0x71, 0x82,0xe9,0x19,0xdd,0x58,0x62) +#endif +#else +typedef struct IUIAnimationVariableChangeHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariableChangeHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariableChangeHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariableChangeHandler *This); + + /*** IUIAnimationVariableChangeHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnValueChanged)( + IUIAnimationVariableChangeHandler *This, + IUIAnimationStoryboard *storyboard, + IUIAnimationVariable *variable, + double newValue, + double previousValue); + + END_INTERFACE +} IUIAnimationVariableChangeHandlerVtbl; + +interface IUIAnimationVariableChangeHandler { + CONST_VTBL IUIAnimationVariableChangeHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariableChangeHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariableChangeHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariableChangeHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariableChangeHandler methods ***/ +#define IUIAnimationVariableChangeHandler_OnValueChanged(This,storyboard,variable,newValue,previousValue) (This)->lpVtbl->OnValueChanged(This,storyboard,variable,newValue,previousValue) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableChangeHandler_QueryInterface(IUIAnimationVariableChangeHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariableChangeHandler_AddRef(IUIAnimationVariableChangeHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariableChangeHandler_Release(IUIAnimationVariableChangeHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariableChangeHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableChangeHandler_OnValueChanged(IUIAnimationVariableChangeHandler* This,IUIAnimationStoryboard *storyboard,IUIAnimationVariable *variable,double newValue,double previousValue) { + return This->lpVtbl->OnValueChanged(This,storyboard,variable,newValue,previousValue); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariableChangeHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariableIntegerChangeHandler interface + */ +#ifndef __IUIAnimationVariableIntegerChangeHandler_INTERFACE_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariableIntegerChangeHandler, 0xbb3e1550, 0x356e, 0x44b0, 0x99,0xda, 0x85,0xac,0x60,0x17,0x86,0x5e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("bb3e1550-356e-44b0-99da-85ac6017865e") +IUIAnimationVariableIntegerChangeHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnIntegerValueChanged( + IUIAnimationStoryboard *storyboard, + IUIAnimationVariable *variable, + int newValue, + int previousValue) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariableIntegerChangeHandler, 0xbb3e1550, 0x356e, 0x44b0, 0x99,0xda, 0x85,0xac,0x60,0x17,0x86,0x5e) +#endif +#else +typedef struct IUIAnimationVariableIntegerChangeHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariableIntegerChangeHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariableIntegerChangeHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariableIntegerChangeHandler *This); + + /*** IUIAnimationVariableIntegerChangeHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnIntegerValueChanged)( + IUIAnimationVariableIntegerChangeHandler *This, + IUIAnimationStoryboard *storyboard, + IUIAnimationVariable *variable, + int newValue, + int previousValue); + + END_INTERFACE +} IUIAnimationVariableIntegerChangeHandlerVtbl; + +interface IUIAnimationVariableIntegerChangeHandler { + CONST_VTBL IUIAnimationVariableIntegerChangeHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariableIntegerChangeHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariableIntegerChangeHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariableIntegerChangeHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariableIntegerChangeHandler methods ***/ +#define IUIAnimationVariableIntegerChangeHandler_OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue) (This)->lpVtbl->OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableIntegerChangeHandler_QueryInterface(IUIAnimationVariableIntegerChangeHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariableIntegerChangeHandler_AddRef(IUIAnimationVariableIntegerChangeHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariableIntegerChangeHandler_Release(IUIAnimationVariableIntegerChangeHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariableIntegerChangeHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableIntegerChangeHandler_OnIntegerValueChanged(IUIAnimationVariableIntegerChangeHandler* This,IUIAnimationStoryboard *storyboard,IUIAnimationVariable *variable,int newValue,int previousValue) { + return This->lpVtbl->OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariableIntegerChangeHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationManagerEventHandler interface + */ +#ifndef __IUIAnimationManagerEventHandler_INTERFACE_DEFINED__ +#define __IUIAnimationManagerEventHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationManagerEventHandler, 0x783321ed, 0x78a3, 0x4366, 0xb5,0x74, 0x6a,0xf6,0x07,0xa6,0x47,0x88); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("783321ed-78a3-4366-b574-6af607a64788") +IUIAnimationManagerEventHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnManagerStatusChanged( + UI_ANIMATION_MANAGER_STATUS newStatus, + UI_ANIMATION_MANAGER_STATUS previousStatus) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationManagerEventHandler, 0x783321ed, 0x78a3, 0x4366, 0xb5,0x74, 0x6a,0xf6,0x07,0xa6,0x47,0x88) +#endif +#else +typedef struct IUIAnimationManagerEventHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationManagerEventHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationManagerEventHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationManagerEventHandler *This); + + /*** IUIAnimationManagerEventHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnManagerStatusChanged)( + IUIAnimationManagerEventHandler *This, + UI_ANIMATION_MANAGER_STATUS newStatus, + UI_ANIMATION_MANAGER_STATUS previousStatus); + + END_INTERFACE +} IUIAnimationManagerEventHandlerVtbl; + +interface IUIAnimationManagerEventHandler { + CONST_VTBL IUIAnimationManagerEventHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationManagerEventHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationManagerEventHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationManagerEventHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationManagerEventHandler methods ***/ +#define IUIAnimationManagerEventHandler_OnManagerStatusChanged(This,newStatus,previousStatus) (This)->lpVtbl->OnManagerStatusChanged(This,newStatus,previousStatus) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationManagerEventHandler_QueryInterface(IUIAnimationManagerEventHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationManagerEventHandler_AddRef(IUIAnimationManagerEventHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationManagerEventHandler_Release(IUIAnimationManagerEventHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationManagerEventHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationManagerEventHandler_OnManagerStatusChanged(IUIAnimationManagerEventHandler* This,UI_ANIMATION_MANAGER_STATUS newStatus,UI_ANIMATION_MANAGER_STATUS previousStatus) { + return This->lpVtbl->OnManagerStatusChanged(This,newStatus,previousStatus); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationManagerEventHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationPriorityComparison interface + */ +#ifndef __IUIAnimationPriorityComparison_INTERFACE_DEFINED__ +#define __IUIAnimationPriorityComparison_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationPriorityComparison, 0x83fa9b74, 0x5f86, 0x4618, 0xbc,0x6a, 0xa2,0xfa,0xc1,0x9b,0x3f,0x44); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("83fa9b74-5f86-4618-bc6a-a2fac19b3f44") +IUIAnimationPriorityComparison : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE HasPriority( + IUIAnimationStoryboard *scheduledStoryboard, + IUIAnimationStoryboard *newStoryboard, + UI_ANIMATION_PRIORITY_EFFECT priorityEffect) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationPriorityComparison, 0x83fa9b74, 0x5f86, 0x4618, 0xbc,0x6a, 0xa2,0xfa,0xc1,0x9b,0x3f,0x44) +#endif +#else +typedef struct IUIAnimationPriorityComparisonVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationPriorityComparison *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationPriorityComparison *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationPriorityComparison *This); + + /*** IUIAnimationPriorityComparison methods ***/ + HRESULT (STDMETHODCALLTYPE *HasPriority)( + IUIAnimationPriorityComparison *This, + IUIAnimationStoryboard *scheduledStoryboard, + IUIAnimationStoryboard *newStoryboard, + UI_ANIMATION_PRIORITY_EFFECT priorityEffect); + + END_INTERFACE +} IUIAnimationPriorityComparisonVtbl; + +interface IUIAnimationPriorityComparison { + CONST_VTBL IUIAnimationPriorityComparisonVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationPriorityComparison_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationPriorityComparison_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationPriorityComparison_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationPriorityComparison methods ***/ +#define IUIAnimationPriorityComparison_HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect) (This)->lpVtbl->HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationPriorityComparison_QueryInterface(IUIAnimationPriorityComparison* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationPriorityComparison_AddRef(IUIAnimationPriorityComparison* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationPriorityComparison_Release(IUIAnimationPriorityComparison* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationPriorityComparison methods ***/ +static FORCEINLINE HRESULT IUIAnimationPriorityComparison_HasPriority(IUIAnimationPriorityComparison* This,IUIAnimationStoryboard *scheduledStoryboard,IUIAnimationStoryboard *newStoryboard,UI_ANIMATION_PRIORITY_EFFECT priorityEffect) { + return This->lpVtbl->HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationPriorityComparison_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationManager2 interface + */ +#ifndef __IUIAnimationManager2_INTERFACE_DEFINED__ +#define __IUIAnimationManager2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationManager2, 0xd8b6f7d4, 0x4109, 0x4d3f, 0xac,0xee, 0x87,0x99,0x26,0x96,0x8c,0xb1); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d8b6f7d4-4109-4d3f-acee-879926968cb1") +IUIAnimationManager2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateAnimationVectorVariable( + double *initialValue, + unsigned int cDimension, + IUIAnimationVariable2 **variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateAnimationVariable( + double initialValue, + IUIAnimationVariable2 **variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE ScheduleTransition( + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + double timeNow) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateStoryboard( + IUIAnimationStoryboard2 **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE FinishAllStoryboards( + double completionDeadline) = 0; + + virtual HRESULT STDMETHODCALLTYPE AbandonAllStoryboards( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Update( + double timeNow, + UI_ANIMATION_UPDATE_RESULT *updateResult = 0) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVariableFromTag( + IUnknown *object, + UINT32 id, + IUIAnimationVariable2 **variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStoryboardFromTag( + IUnknown *object, + unsigned int id, + IUIAnimationStoryboard2 **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE EstimateNextEventTime( + double *seconds) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStatus( + UI_ANIMATION_MANAGER_STATUS *status) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAnimationMode( + UI_ANIMATION_MODE mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE Pause( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Resume( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetManagerEventHandler( + IUIAnimationManagerEventHandler2 *handler, + LONG fRegisterForNextAnimationEvent = FALSE) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetCancelPriorityComparison( + IUIAnimationPriorityComparison2 *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTrimPriorityComparison( + IUIAnimationPriorityComparison2 *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetCompressPriorityComparison( + IUIAnimationPriorityComparison2 *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetConcludePriorityComparison( + IUIAnimationPriorityComparison2 *comparison) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDefaultLongestAcceptableDelay( + double delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE Shutdown( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationManager2, 0xd8b6f7d4, 0x4109, 0x4d3f, 0xac,0xee, 0x87,0x99,0x26,0x96,0x8c,0xb1) +#endif +#else +typedef struct IUIAnimationManager2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationManager2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationManager2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationManager2 *This); + + /*** IUIAnimationManager2 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateAnimationVectorVariable)( + IUIAnimationManager2 *This, + double *initialValue, + unsigned int cDimension, + IUIAnimationVariable2 **variable); + + HRESULT (STDMETHODCALLTYPE *CreateAnimationVariable)( + IUIAnimationManager2 *This, + double initialValue, + IUIAnimationVariable2 **variable); + + HRESULT (STDMETHODCALLTYPE *ScheduleTransition)( + IUIAnimationManager2 *This, + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + double timeNow); + + HRESULT (STDMETHODCALLTYPE *CreateStoryboard)( + IUIAnimationManager2 *This, + IUIAnimationStoryboard2 **storyboard); + + HRESULT (STDMETHODCALLTYPE *FinishAllStoryboards)( + IUIAnimationManager2 *This, + double completionDeadline); + + HRESULT (STDMETHODCALLTYPE *AbandonAllStoryboards)( + IUIAnimationManager2 *This); + + HRESULT (STDMETHODCALLTYPE *Update)( + IUIAnimationManager2 *This, + double timeNow, + UI_ANIMATION_UPDATE_RESULT *updateResult); + + HRESULT (STDMETHODCALLTYPE *GetVariableFromTag)( + IUIAnimationManager2 *This, + IUnknown *object, + UINT32 id, + IUIAnimationVariable2 **variable); + + HRESULT (STDMETHODCALLTYPE *GetStoryboardFromTag)( + IUIAnimationManager2 *This, + IUnknown *object, + unsigned int id, + IUIAnimationStoryboard2 **storyboard); + + HRESULT (STDMETHODCALLTYPE *EstimateNextEventTime)( + IUIAnimationManager2 *This, + double *seconds); + + HRESULT (STDMETHODCALLTYPE *GetStatus)( + IUIAnimationManager2 *This, + UI_ANIMATION_MANAGER_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *SetAnimationMode)( + IUIAnimationManager2 *This, + UI_ANIMATION_MODE mode); + + HRESULT (STDMETHODCALLTYPE *Pause)( + IUIAnimationManager2 *This); + + HRESULT (STDMETHODCALLTYPE *Resume)( + IUIAnimationManager2 *This); + + HRESULT (STDMETHODCALLTYPE *SetManagerEventHandler)( + IUIAnimationManager2 *This, + IUIAnimationManagerEventHandler2 *handler, + LONG fRegisterForNextAnimationEvent); + + HRESULT (STDMETHODCALLTYPE *SetCancelPriorityComparison)( + IUIAnimationManager2 *This, + IUIAnimationPriorityComparison2 *comparison); + + HRESULT (STDMETHODCALLTYPE *SetTrimPriorityComparison)( + IUIAnimationManager2 *This, + IUIAnimationPriorityComparison2 *comparison); + + HRESULT (STDMETHODCALLTYPE *SetCompressPriorityComparison)( + IUIAnimationManager2 *This, + IUIAnimationPriorityComparison2 *comparison); + + HRESULT (STDMETHODCALLTYPE *SetConcludePriorityComparison)( + IUIAnimationManager2 *This, + IUIAnimationPriorityComparison2 *comparison); + + HRESULT (STDMETHODCALLTYPE *SetDefaultLongestAcceptableDelay)( + IUIAnimationManager2 *This, + double delay); + + HRESULT (STDMETHODCALLTYPE *Shutdown)( + IUIAnimationManager2 *This); + + END_INTERFACE +} IUIAnimationManager2Vtbl; + +interface IUIAnimationManager2 { + CONST_VTBL IUIAnimationManager2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationManager2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationManager2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationManager2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationManager2 methods ***/ +#define IUIAnimationManager2_CreateAnimationVectorVariable(This,initialValue,cDimension,variable) (This)->lpVtbl->CreateAnimationVectorVariable(This,initialValue,cDimension,variable) +#define IUIAnimationManager2_CreateAnimationVariable(This,initialValue,variable) (This)->lpVtbl->CreateAnimationVariable(This,initialValue,variable) +#define IUIAnimationManager2_ScheduleTransition(This,variable,transition,timeNow) (This)->lpVtbl->ScheduleTransition(This,variable,transition,timeNow) +#define IUIAnimationManager2_CreateStoryboard(This,storyboard) (This)->lpVtbl->CreateStoryboard(This,storyboard) +#define IUIAnimationManager2_FinishAllStoryboards(This,completionDeadline) (This)->lpVtbl->FinishAllStoryboards(This,completionDeadline) +#define IUIAnimationManager2_AbandonAllStoryboards(This) (This)->lpVtbl->AbandonAllStoryboards(This) +#define IUIAnimationManager2_Update(This,timeNow,updateResult) (This)->lpVtbl->Update(This,timeNow,updateResult) +#define IUIAnimationManager2_GetVariableFromTag(This,object,id,variable) (This)->lpVtbl->GetVariableFromTag(This,object,id,variable) +#define IUIAnimationManager2_GetStoryboardFromTag(This,object,id,storyboard) (This)->lpVtbl->GetStoryboardFromTag(This,object,id,storyboard) +#define IUIAnimationManager2_EstimateNextEventTime(This,seconds) (This)->lpVtbl->EstimateNextEventTime(This,seconds) +#define IUIAnimationManager2_GetStatus(This,status) (This)->lpVtbl->GetStatus(This,status) +#define IUIAnimationManager2_SetAnimationMode(This,mode) (This)->lpVtbl->SetAnimationMode(This,mode) +#define IUIAnimationManager2_Pause(This) (This)->lpVtbl->Pause(This) +#define IUIAnimationManager2_Resume(This) (This)->lpVtbl->Resume(This) +#define IUIAnimationManager2_SetManagerEventHandler(This,handler,fRegisterForNextAnimationEvent) (This)->lpVtbl->SetManagerEventHandler(This,handler,fRegisterForNextAnimationEvent) +#define IUIAnimationManager2_SetCancelPriorityComparison(This,comparison) (This)->lpVtbl->SetCancelPriorityComparison(This,comparison) +#define IUIAnimationManager2_SetTrimPriorityComparison(This,comparison) (This)->lpVtbl->SetTrimPriorityComparison(This,comparison) +#define IUIAnimationManager2_SetCompressPriorityComparison(This,comparison) (This)->lpVtbl->SetCompressPriorityComparison(This,comparison) +#define IUIAnimationManager2_SetConcludePriorityComparison(This,comparison) (This)->lpVtbl->SetConcludePriorityComparison(This,comparison) +#define IUIAnimationManager2_SetDefaultLongestAcceptableDelay(This,delay) (This)->lpVtbl->SetDefaultLongestAcceptableDelay(This,delay) +#define IUIAnimationManager2_Shutdown(This) (This)->lpVtbl->Shutdown(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationManager2_QueryInterface(IUIAnimationManager2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationManager2_AddRef(IUIAnimationManager2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationManager2_Release(IUIAnimationManager2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationManager2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationManager2_CreateAnimationVectorVariable(IUIAnimationManager2* This,double *initialValue,unsigned int cDimension,IUIAnimationVariable2 **variable) { + return This->lpVtbl->CreateAnimationVectorVariable(This,initialValue,cDimension,variable); +} +static FORCEINLINE HRESULT IUIAnimationManager2_CreateAnimationVariable(IUIAnimationManager2* This,double initialValue,IUIAnimationVariable2 **variable) { + return This->lpVtbl->CreateAnimationVariable(This,initialValue,variable); +} +static FORCEINLINE HRESULT IUIAnimationManager2_ScheduleTransition(IUIAnimationManager2* This,IUIAnimationVariable2 *variable,IUIAnimationTransition2 *transition,double timeNow) { + return This->lpVtbl->ScheduleTransition(This,variable,transition,timeNow); +} +static FORCEINLINE HRESULT IUIAnimationManager2_CreateStoryboard(IUIAnimationManager2* This,IUIAnimationStoryboard2 **storyboard) { + return This->lpVtbl->CreateStoryboard(This,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationManager2_FinishAllStoryboards(IUIAnimationManager2* This,double completionDeadline) { + return This->lpVtbl->FinishAllStoryboards(This,completionDeadline); +} +static FORCEINLINE HRESULT IUIAnimationManager2_AbandonAllStoryboards(IUIAnimationManager2* This) { + return This->lpVtbl->AbandonAllStoryboards(This); +} +static FORCEINLINE HRESULT IUIAnimationManager2_Update(IUIAnimationManager2* This,double timeNow,UI_ANIMATION_UPDATE_RESULT *updateResult) { + return This->lpVtbl->Update(This,timeNow,updateResult); +} +static FORCEINLINE HRESULT IUIAnimationManager2_GetVariableFromTag(IUIAnimationManager2* This,IUnknown *object,UINT32 id,IUIAnimationVariable2 **variable) { + return This->lpVtbl->GetVariableFromTag(This,object,id,variable); +} +static FORCEINLINE HRESULT IUIAnimationManager2_GetStoryboardFromTag(IUIAnimationManager2* This,IUnknown *object,unsigned int id,IUIAnimationStoryboard2 **storyboard) { + return This->lpVtbl->GetStoryboardFromTag(This,object,id,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationManager2_EstimateNextEventTime(IUIAnimationManager2* This,double *seconds) { + return This->lpVtbl->EstimateNextEventTime(This,seconds); +} +static FORCEINLINE HRESULT IUIAnimationManager2_GetStatus(IUIAnimationManager2* This,UI_ANIMATION_MANAGER_STATUS *status) { + return This->lpVtbl->GetStatus(This,status); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetAnimationMode(IUIAnimationManager2* This,UI_ANIMATION_MODE mode) { + return This->lpVtbl->SetAnimationMode(This,mode); +} +static FORCEINLINE HRESULT IUIAnimationManager2_Pause(IUIAnimationManager2* This) { + return This->lpVtbl->Pause(This); +} +static FORCEINLINE HRESULT IUIAnimationManager2_Resume(IUIAnimationManager2* This) { + return This->lpVtbl->Resume(This); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetManagerEventHandler(IUIAnimationManager2* This,IUIAnimationManagerEventHandler2 *handler,LONG fRegisterForNextAnimationEvent) { + return This->lpVtbl->SetManagerEventHandler(This,handler,fRegisterForNextAnimationEvent); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetCancelPriorityComparison(IUIAnimationManager2* This,IUIAnimationPriorityComparison2 *comparison) { + return This->lpVtbl->SetCancelPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetTrimPriorityComparison(IUIAnimationManager2* This,IUIAnimationPriorityComparison2 *comparison) { + return This->lpVtbl->SetTrimPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetCompressPriorityComparison(IUIAnimationManager2* This,IUIAnimationPriorityComparison2 *comparison) { + return This->lpVtbl->SetCompressPriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetConcludePriorityComparison(IUIAnimationManager2* This,IUIAnimationPriorityComparison2 *comparison) { + return This->lpVtbl->SetConcludePriorityComparison(This,comparison); +} +static FORCEINLINE HRESULT IUIAnimationManager2_SetDefaultLongestAcceptableDelay(IUIAnimationManager2* This,double delay) { + return This->lpVtbl->SetDefaultLongestAcceptableDelay(This,delay); +} +static FORCEINLINE HRESULT IUIAnimationManager2_Shutdown(IUIAnimationManager2* This) { + return This->lpVtbl->Shutdown(This); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationManager2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariable2 interface + */ +#ifndef __IUIAnimationVariable2_INTERFACE_DEFINED__ +#define __IUIAnimationVariable2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariable2, 0x4914b304, 0x96ab, 0x44d9, 0x9e,0x77, 0xd5,0x10,0x9b,0x7e,0x74,0x66); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("4914b304-96ab-44d9-9e77-d5109b7e7466") +IUIAnimationVariable2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetDimension( + unsigned int *dimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetValue( + double *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVectorValue( + double *value, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCurve( + IDCompositionAnimation *animation) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetVectorCurve( + IDCompositionAnimation **animation, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalValue( + double *finalValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalVectorValue( + double *finalValue, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousValue( + double *previousValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousVectorValue( + double *previousValue, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetIntegerValue( + int *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetIntegerVectorValue( + int *value, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalIntegerValue( + int *finalValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalIntegerVectorValue( + int *finalValue, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousIntegerValue( + int *previousValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPreviousIntegerVectorValue( + int *previousValue, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCurrentStoryboard( + IUIAnimationStoryboard2 **storyboard) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLowerBound( + double bound) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLowerBoundVector( + double *bound, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUpperBound( + double bound) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetUpperBoundVector( + double *bound, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRoundingMode( + UI_ANIMATION_ROUNDING_MODE mode) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTag( + IUnknown *object, + unsigned int id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTag( + IUnknown **object, + unsigned int *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVariableChangeHandler( + IUIAnimationVariableChangeHandler2 *handler, + LONG fRegisterForNextAnimationEvent = FALSE) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVariableIntegerChangeHandler( + IUIAnimationVariableIntegerChangeHandler2 *handler, + LONG fRegisterForNextAnimationEvent = FALSE) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetVariableCurveChangeHandler( + IUIAnimationVariableCurveChangeHandler2 *handler) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariable2, 0x4914b304, 0x96ab, 0x44d9, 0x9e,0x77, 0xd5,0x10,0x9b,0x7e,0x74,0x66) +#endif +#else +typedef struct IUIAnimationVariable2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariable2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariable2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariable2 *This); + + /*** IUIAnimationVariable2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDimension)( + IUIAnimationVariable2 *This, + unsigned int *dimension); + + HRESULT (STDMETHODCALLTYPE *GetValue)( + IUIAnimationVariable2 *This, + double *value); + + HRESULT (STDMETHODCALLTYPE *GetVectorValue)( + IUIAnimationVariable2 *This, + double *value, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetCurve)( + IUIAnimationVariable2 *This, + IDCompositionAnimation *animation); + + HRESULT (STDMETHODCALLTYPE *GetVectorCurve)( + IUIAnimationVariable2 *This, + IDCompositionAnimation **animation, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetFinalValue)( + IUIAnimationVariable2 *This, + double *finalValue); + + HRESULT (STDMETHODCALLTYPE *GetFinalVectorValue)( + IUIAnimationVariable2 *This, + double *finalValue, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetPreviousValue)( + IUIAnimationVariable2 *This, + double *previousValue); + + HRESULT (STDMETHODCALLTYPE *GetPreviousVectorValue)( + IUIAnimationVariable2 *This, + double *previousValue, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetIntegerValue)( + IUIAnimationVariable2 *This, + int *value); + + HRESULT (STDMETHODCALLTYPE *GetIntegerVectorValue)( + IUIAnimationVariable2 *This, + int *value, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetFinalIntegerValue)( + IUIAnimationVariable2 *This, + int *finalValue); + + HRESULT (STDMETHODCALLTYPE *GetFinalIntegerVectorValue)( + IUIAnimationVariable2 *This, + int *finalValue, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetPreviousIntegerValue)( + IUIAnimationVariable2 *This, + int *previousValue); + + HRESULT (STDMETHODCALLTYPE *GetPreviousIntegerVectorValue)( + IUIAnimationVariable2 *This, + int *previousValue, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetCurrentStoryboard)( + IUIAnimationVariable2 *This, + IUIAnimationStoryboard2 **storyboard); + + HRESULT (STDMETHODCALLTYPE *SetLowerBound)( + IUIAnimationVariable2 *This, + double bound); + + HRESULT (STDMETHODCALLTYPE *SetLowerBoundVector)( + IUIAnimationVariable2 *This, + double *bound, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *SetUpperBound)( + IUIAnimationVariable2 *This, + double bound); + + HRESULT (STDMETHODCALLTYPE *SetUpperBoundVector)( + IUIAnimationVariable2 *This, + double *bound, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *SetRoundingMode)( + IUIAnimationVariable2 *This, + UI_ANIMATION_ROUNDING_MODE mode); + + HRESULT (STDMETHODCALLTYPE *SetTag)( + IUIAnimationVariable2 *This, + IUnknown *object, + unsigned int id); + + HRESULT (STDMETHODCALLTYPE *GetTag)( + IUIAnimationVariable2 *This, + IUnknown **object, + unsigned int *id); + + HRESULT (STDMETHODCALLTYPE *SetVariableChangeHandler)( + IUIAnimationVariable2 *This, + IUIAnimationVariableChangeHandler2 *handler, + LONG fRegisterForNextAnimationEvent); + + HRESULT (STDMETHODCALLTYPE *SetVariableIntegerChangeHandler)( + IUIAnimationVariable2 *This, + IUIAnimationVariableIntegerChangeHandler2 *handler, + LONG fRegisterForNextAnimationEvent); + + HRESULT (STDMETHODCALLTYPE *SetVariableCurveChangeHandler)( + IUIAnimationVariable2 *This, + IUIAnimationVariableCurveChangeHandler2 *handler); + + END_INTERFACE +} IUIAnimationVariable2Vtbl; + +interface IUIAnimationVariable2 { + CONST_VTBL IUIAnimationVariable2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariable2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariable2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariable2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariable2 methods ***/ +#define IUIAnimationVariable2_GetDimension(This,dimension) (This)->lpVtbl->GetDimension(This,dimension) +#define IUIAnimationVariable2_GetValue(This,value) (This)->lpVtbl->GetValue(This,value) +#define IUIAnimationVariable2_GetVectorValue(This,value,cDimension) (This)->lpVtbl->GetVectorValue(This,value,cDimension) +#define IUIAnimationVariable2_GetCurve(This,animation) (This)->lpVtbl->GetCurve(This,animation) +#define IUIAnimationVariable2_GetVectorCurve(This,animation,cDimension) (This)->lpVtbl->GetVectorCurve(This,animation,cDimension) +#define IUIAnimationVariable2_GetFinalValue(This,finalValue) (This)->lpVtbl->GetFinalValue(This,finalValue) +#define IUIAnimationVariable2_GetFinalVectorValue(This,finalValue,cDimension) (This)->lpVtbl->GetFinalVectorValue(This,finalValue,cDimension) +#define IUIAnimationVariable2_GetPreviousValue(This,previousValue) (This)->lpVtbl->GetPreviousValue(This,previousValue) +#define IUIAnimationVariable2_GetPreviousVectorValue(This,previousValue,cDimension) (This)->lpVtbl->GetPreviousVectorValue(This,previousValue,cDimension) +#define IUIAnimationVariable2_GetIntegerValue(This,value) (This)->lpVtbl->GetIntegerValue(This,value) +#define IUIAnimationVariable2_GetIntegerVectorValue(This,value,cDimension) (This)->lpVtbl->GetIntegerVectorValue(This,value,cDimension) +#define IUIAnimationVariable2_GetFinalIntegerValue(This,finalValue) (This)->lpVtbl->GetFinalIntegerValue(This,finalValue) +#define IUIAnimationVariable2_GetFinalIntegerVectorValue(This,finalValue,cDimension) (This)->lpVtbl->GetFinalIntegerVectorValue(This,finalValue,cDimension) +#define IUIAnimationVariable2_GetPreviousIntegerValue(This,previousValue) (This)->lpVtbl->GetPreviousIntegerValue(This,previousValue) +#define IUIAnimationVariable2_GetPreviousIntegerVectorValue(This,previousValue,cDimension) (This)->lpVtbl->GetPreviousIntegerVectorValue(This,previousValue,cDimension) +#define IUIAnimationVariable2_GetCurrentStoryboard(This,storyboard) (This)->lpVtbl->GetCurrentStoryboard(This,storyboard) +#define IUIAnimationVariable2_SetLowerBound(This,bound) (This)->lpVtbl->SetLowerBound(This,bound) +#define IUIAnimationVariable2_SetLowerBoundVector(This,bound,cDimension) (This)->lpVtbl->SetLowerBoundVector(This,bound,cDimension) +#define IUIAnimationVariable2_SetUpperBound(This,bound) (This)->lpVtbl->SetUpperBound(This,bound) +#define IUIAnimationVariable2_SetUpperBoundVector(This,bound,cDimension) (This)->lpVtbl->SetUpperBoundVector(This,bound,cDimension) +#define IUIAnimationVariable2_SetRoundingMode(This,mode) (This)->lpVtbl->SetRoundingMode(This,mode) +#define IUIAnimationVariable2_SetTag(This,object,id) (This)->lpVtbl->SetTag(This,object,id) +#define IUIAnimationVariable2_GetTag(This,object,id) (This)->lpVtbl->GetTag(This,object,id) +#define IUIAnimationVariable2_SetVariableChangeHandler(This,handler,fRegisterForNextAnimationEvent) (This)->lpVtbl->SetVariableChangeHandler(This,handler,fRegisterForNextAnimationEvent) +#define IUIAnimationVariable2_SetVariableIntegerChangeHandler(This,handler,fRegisterForNextAnimationEvent) (This)->lpVtbl->SetVariableIntegerChangeHandler(This,handler,fRegisterForNextAnimationEvent) +#define IUIAnimationVariable2_SetVariableCurveChangeHandler(This,handler) (This)->lpVtbl->SetVariableCurveChangeHandler(This,handler) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariable2_QueryInterface(IUIAnimationVariable2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariable2_AddRef(IUIAnimationVariable2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariable2_Release(IUIAnimationVariable2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariable2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariable2_GetDimension(IUIAnimationVariable2* This,unsigned int *dimension) { + return This->lpVtbl->GetDimension(This,dimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetValue(IUIAnimationVariable2* This,double *value) { + return This->lpVtbl->GetValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetVectorValue(IUIAnimationVariable2* This,double *value,unsigned int cDimension) { + return This->lpVtbl->GetVectorValue(This,value,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetCurve(IUIAnimationVariable2* This,IDCompositionAnimation *animation) { + return This->lpVtbl->GetCurve(This,animation); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetVectorCurve(IUIAnimationVariable2* This,IDCompositionAnimation **animation,unsigned int cDimension) { + return This->lpVtbl->GetVectorCurve(This,animation,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetFinalValue(IUIAnimationVariable2* This,double *finalValue) { + return This->lpVtbl->GetFinalValue(This,finalValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetFinalVectorValue(IUIAnimationVariable2* This,double *finalValue,unsigned int cDimension) { + return This->lpVtbl->GetFinalVectorValue(This,finalValue,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetPreviousValue(IUIAnimationVariable2* This,double *previousValue) { + return This->lpVtbl->GetPreviousValue(This,previousValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetPreviousVectorValue(IUIAnimationVariable2* This,double *previousValue,unsigned int cDimension) { + return This->lpVtbl->GetPreviousVectorValue(This,previousValue,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetIntegerValue(IUIAnimationVariable2* This,int *value) { + return This->lpVtbl->GetIntegerValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetIntegerVectorValue(IUIAnimationVariable2* This,int *value,unsigned int cDimension) { + return This->lpVtbl->GetIntegerVectorValue(This,value,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetFinalIntegerValue(IUIAnimationVariable2* This,int *finalValue) { + return This->lpVtbl->GetFinalIntegerValue(This,finalValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetFinalIntegerVectorValue(IUIAnimationVariable2* This,int *finalValue,unsigned int cDimension) { + return This->lpVtbl->GetFinalIntegerVectorValue(This,finalValue,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetPreviousIntegerValue(IUIAnimationVariable2* This,int *previousValue) { + return This->lpVtbl->GetPreviousIntegerValue(This,previousValue); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetPreviousIntegerVectorValue(IUIAnimationVariable2* This,int *previousValue,unsigned int cDimension) { + return This->lpVtbl->GetPreviousIntegerVectorValue(This,previousValue,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetCurrentStoryboard(IUIAnimationVariable2* This,IUIAnimationStoryboard2 **storyboard) { + return This->lpVtbl->GetCurrentStoryboard(This,storyboard); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetLowerBound(IUIAnimationVariable2* This,double bound) { + return This->lpVtbl->SetLowerBound(This,bound); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetLowerBoundVector(IUIAnimationVariable2* This,double *bound,unsigned int cDimension) { + return This->lpVtbl->SetLowerBoundVector(This,bound,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetUpperBound(IUIAnimationVariable2* This,double bound) { + return This->lpVtbl->SetUpperBound(This,bound); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetUpperBoundVector(IUIAnimationVariable2* This,double *bound,unsigned int cDimension) { + return This->lpVtbl->SetUpperBoundVector(This,bound,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetRoundingMode(IUIAnimationVariable2* This,UI_ANIMATION_ROUNDING_MODE mode) { + return This->lpVtbl->SetRoundingMode(This,mode); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetTag(IUIAnimationVariable2* This,IUnknown *object,unsigned int id) { + return This->lpVtbl->SetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_GetTag(IUIAnimationVariable2* This,IUnknown **object,unsigned int *id) { + return This->lpVtbl->GetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetVariableChangeHandler(IUIAnimationVariable2* This,IUIAnimationVariableChangeHandler2 *handler,LONG fRegisterForNextAnimationEvent) { + return This->lpVtbl->SetVariableChangeHandler(This,handler,fRegisterForNextAnimationEvent); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetVariableIntegerChangeHandler(IUIAnimationVariable2* This,IUIAnimationVariableIntegerChangeHandler2 *handler,LONG fRegisterForNextAnimationEvent) { + return This->lpVtbl->SetVariableIntegerChangeHandler(This,handler,fRegisterForNextAnimationEvent); +} +static FORCEINLINE HRESULT IUIAnimationVariable2_SetVariableCurveChangeHandler(IUIAnimationVariable2* This,IUIAnimationVariableCurveChangeHandler2 *handler) { + return This->lpVtbl->SetVariableCurveChangeHandler(This,handler); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariable2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IDCompositionAnimation interface + */ +#ifndef __IDCompositionAnimation_INTERFACE_DEFINED__ +#define __IDCompositionAnimation_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IDCompositionAnimation, 0xcbfd91d9, 0x51b2, 0x45e4, 0xb3,0xde, 0xd1,0x9c,0xcf,0xb8,0x63,0xc5); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("cbfd91d9-51b2-45e4-b3de-d19ccfb863c5") +IDCompositionAnimation : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Reset( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAbsoluteBeginTime( + LARGE_INTEGER beginTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddCubic( + double beginOffset, + float constantCoefficient, + float linearCoefficient, + float quadraticCoefficient, + float cubicCoefficient) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddSinusoidal( + double beginOffset, + float bias, + float amplitude, + float frequency, + float phase) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddRepeat( + double beginOffset, + double durationToRepeat) = 0; + + virtual HRESULT STDMETHODCALLTYPE End( + double endOffset, + float endValue) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IDCompositionAnimation, 0xcbfd91d9, 0x51b2, 0x45e4, 0xb3,0xde, 0xd1,0x9c,0xcf,0xb8,0x63,0xc5) +#endif +#else +typedef struct IDCompositionAnimationVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IDCompositionAnimation *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IDCompositionAnimation *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IDCompositionAnimation *This); + + /*** IDCompositionAnimation methods ***/ + HRESULT (STDMETHODCALLTYPE *Reset)( + IDCompositionAnimation *This); + + HRESULT (STDMETHODCALLTYPE *SetAbsoluteBeginTime)( + IDCompositionAnimation *This, + LARGE_INTEGER beginTime); + + HRESULT (STDMETHODCALLTYPE *AddCubic)( + IDCompositionAnimation *This, + double beginOffset, + float constantCoefficient, + float linearCoefficient, + float quadraticCoefficient, + float cubicCoefficient); + + HRESULT (STDMETHODCALLTYPE *AddSinusoidal)( + IDCompositionAnimation *This, + double beginOffset, + float bias, + float amplitude, + float frequency, + float phase); + + HRESULT (STDMETHODCALLTYPE *AddRepeat)( + IDCompositionAnimation *This, + double beginOffset, + double durationToRepeat); + + HRESULT (STDMETHODCALLTYPE *End)( + IDCompositionAnimation *This, + double endOffset, + float endValue); + + END_INTERFACE +} IDCompositionAnimationVtbl; + +interface IDCompositionAnimation { + CONST_VTBL IDCompositionAnimationVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IDCompositionAnimation_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IDCompositionAnimation_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IDCompositionAnimation_Release(This) (This)->lpVtbl->Release(This) +/*** IDCompositionAnimation methods ***/ +#define IDCompositionAnimation_Reset(This) (This)->lpVtbl->Reset(This) +#define IDCompositionAnimation_SetAbsoluteBeginTime(This,beginTime) (This)->lpVtbl->SetAbsoluteBeginTime(This,beginTime) +#define IDCompositionAnimation_AddCubic(This,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient) (This)->lpVtbl->AddCubic(This,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient) +#define IDCompositionAnimation_AddSinusoidal(This,beginOffset,bias,amplitude,frequency,phase) (This)->lpVtbl->AddSinusoidal(This,beginOffset,bias,amplitude,frequency,phase) +#define IDCompositionAnimation_AddRepeat(This,beginOffset,durationToRepeat) (This)->lpVtbl->AddRepeat(This,beginOffset,durationToRepeat) +#define IDCompositionAnimation_End(This,endOffset,endValue) (This)->lpVtbl->End(This,endOffset,endValue) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IDCompositionAnimation_QueryInterface(IDCompositionAnimation* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IDCompositionAnimation_AddRef(IDCompositionAnimation* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IDCompositionAnimation_Release(IDCompositionAnimation* This) { + return This->lpVtbl->Release(This); +} +/*** IDCompositionAnimation methods ***/ +static FORCEINLINE HRESULT IDCompositionAnimation_Reset(IDCompositionAnimation* This) { + return This->lpVtbl->Reset(This); +} +static FORCEINLINE HRESULT IDCompositionAnimation_SetAbsoluteBeginTime(IDCompositionAnimation* This,LARGE_INTEGER beginTime) { + return This->lpVtbl->SetAbsoluteBeginTime(This,beginTime); +} +static FORCEINLINE HRESULT IDCompositionAnimation_AddCubic(IDCompositionAnimation* This,double beginOffset,float constantCoefficient,float linearCoefficient,float quadraticCoefficient,float cubicCoefficient) { + return This->lpVtbl->AddCubic(This,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient); +} +static FORCEINLINE HRESULT IDCompositionAnimation_AddSinusoidal(IDCompositionAnimation* This,double beginOffset,float bias,float amplitude,float frequency,float phase) { + return This->lpVtbl->AddSinusoidal(This,beginOffset,bias,amplitude,frequency,phase); +} +static FORCEINLINE HRESULT IDCompositionAnimation_AddRepeat(IDCompositionAnimation* This,double beginOffset,double durationToRepeat) { + return This->lpVtbl->AddRepeat(This,beginOffset,durationToRepeat); +} +static FORCEINLINE HRESULT IDCompositionAnimation_End(IDCompositionAnimation* This,double endOffset,float endValue) { + return This->lpVtbl->End(This,endOffset,endValue); +} +#endif +#endif + +#endif + + +#endif /* __IDCompositionAnimation_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationStoryboard2 interface + */ +#ifndef __IUIAnimationStoryboard2_INTERFACE_DEFINED__ +#define __IUIAnimationStoryboard2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationStoryboard2, 0xae289cd2, 0x12d4, 0x4945, 0x94,0x19, 0x9e,0x41,0xbe,0x03,0x4d,0xf2); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ae289cd2-12d4-4945-9419-9e41be034df2") +IUIAnimationStoryboard2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE AddTransition( + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddKeyframeAtOffset( + UI_ANIMATION_KEYFRAME existingKeyframe, + double offset, + UI_ANIMATION_KEYFRAME *keyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddKeyframeAfterTransition( + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME *keyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddTransitionAtKeyframe( + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME startKeyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddTransitionBetweenKeyframes( + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe) = 0; + + virtual HRESULT STDMETHODCALLTYPE RepeatBetweenKeyframes( + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe, + double cRepetition, + UI_ANIMATION_REPEAT_MODE repeatMode, + IUIAnimationLoopIterationChangeHandler2 *pIterationChangeHandler = 0, + UINT_PTR id = 0, + LONG fRegisterForNextAnimationEvent = FALSE) = 0; + + virtual HRESULT STDMETHODCALLTYPE HoldVariable( + IUIAnimationVariable2 *variable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLongestAcceptableDelay( + double delay) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSkipDuration( + double secondsDuration) = 0; + + virtual HRESULT STDMETHODCALLTYPE Schedule( + double timeNow, + UI_ANIMATION_SCHEDULING_RESULT *schedulingResult = 0) = 0; + + virtual HRESULT STDMETHODCALLTYPE Conclude( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Finish( + double completionDeadline) = 0; + + virtual HRESULT STDMETHODCALLTYPE Abandon( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTag( + IUnknown *object, + unsigned int id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTag( + IUnknown **object, + unsigned int *id) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStatus( + UI_ANIMATION_STORYBOARD_STATUS *status) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetElapsedTime( + double *elapsedTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStoryboardEventHandler( + IUIAnimationStoryboardEventHandler2 *handler, + LONG fRegisterStatusChangeForNextAnimationEvent = FALSE, + LONG fRegisterUpdateForNextAnimationEvent = FALSE) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationStoryboard2, 0xae289cd2, 0x12d4, 0x4945, 0x94,0x19, 0x9e,0x41,0xbe,0x03,0x4d,0xf2) +#endif +#else +typedef struct IUIAnimationStoryboard2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationStoryboard2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationStoryboard2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationStoryboard2 *This); + + /*** IUIAnimationStoryboard2 methods ***/ + HRESULT (STDMETHODCALLTYPE *AddTransition)( + IUIAnimationStoryboard2 *This, + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition); + + HRESULT (STDMETHODCALLTYPE *AddKeyframeAtOffset)( + IUIAnimationStoryboard2 *This, + UI_ANIMATION_KEYFRAME existingKeyframe, + double offset, + UI_ANIMATION_KEYFRAME *keyframe); + + HRESULT (STDMETHODCALLTYPE *AddKeyframeAfterTransition)( + IUIAnimationStoryboard2 *This, + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME *keyframe); + + HRESULT (STDMETHODCALLTYPE *AddTransitionAtKeyframe)( + IUIAnimationStoryboard2 *This, + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME startKeyframe); + + HRESULT (STDMETHODCALLTYPE *AddTransitionBetweenKeyframes)( + IUIAnimationStoryboard2 *This, + IUIAnimationVariable2 *variable, + IUIAnimationTransition2 *transition, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe); + + HRESULT (STDMETHODCALLTYPE *RepeatBetweenKeyframes)( + IUIAnimationStoryboard2 *This, + UI_ANIMATION_KEYFRAME startKeyframe, + UI_ANIMATION_KEYFRAME endKeyframe, + double cRepetition, + UI_ANIMATION_REPEAT_MODE repeatMode, + IUIAnimationLoopIterationChangeHandler2 *pIterationChangeHandler, + UINT_PTR id, + LONG fRegisterForNextAnimationEvent); + + HRESULT (STDMETHODCALLTYPE *HoldVariable)( + IUIAnimationStoryboard2 *This, + IUIAnimationVariable2 *variable); + + HRESULT (STDMETHODCALLTYPE *SetLongestAcceptableDelay)( + IUIAnimationStoryboard2 *This, + double delay); + + HRESULT (STDMETHODCALLTYPE *SetSkipDuration)( + IUIAnimationStoryboard2 *This, + double secondsDuration); + + HRESULT (STDMETHODCALLTYPE *Schedule)( + IUIAnimationStoryboard2 *This, + double timeNow, + UI_ANIMATION_SCHEDULING_RESULT *schedulingResult); + + HRESULT (STDMETHODCALLTYPE *Conclude)( + IUIAnimationStoryboard2 *This); + + HRESULT (STDMETHODCALLTYPE *Finish)( + IUIAnimationStoryboard2 *This, + double completionDeadline); + + HRESULT (STDMETHODCALLTYPE *Abandon)( + IUIAnimationStoryboard2 *This); + + HRESULT (STDMETHODCALLTYPE *SetTag)( + IUIAnimationStoryboard2 *This, + IUnknown *object, + unsigned int id); + + HRESULT (STDMETHODCALLTYPE *GetTag)( + IUIAnimationStoryboard2 *This, + IUnknown **object, + unsigned int *id); + + HRESULT (STDMETHODCALLTYPE *GetStatus)( + IUIAnimationStoryboard2 *This, + UI_ANIMATION_STORYBOARD_STATUS *status); + + HRESULT (STDMETHODCALLTYPE *GetElapsedTime)( + IUIAnimationStoryboard2 *This, + double *elapsedTime); + + HRESULT (STDMETHODCALLTYPE *SetStoryboardEventHandler)( + IUIAnimationStoryboard2 *This, + IUIAnimationStoryboardEventHandler2 *handler, + LONG fRegisterStatusChangeForNextAnimationEvent, + LONG fRegisterUpdateForNextAnimationEvent); + + END_INTERFACE +} IUIAnimationStoryboard2Vtbl; + +interface IUIAnimationStoryboard2 { + CONST_VTBL IUIAnimationStoryboard2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationStoryboard2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationStoryboard2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationStoryboard2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationStoryboard2 methods ***/ +#define IUIAnimationStoryboard2_AddTransition(This,variable,transition) (This)->lpVtbl->AddTransition(This,variable,transition) +#define IUIAnimationStoryboard2_AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe) (This)->lpVtbl->AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe) +#define IUIAnimationStoryboard2_AddKeyframeAfterTransition(This,transition,keyframe) (This)->lpVtbl->AddKeyframeAfterTransition(This,transition,keyframe) +#define IUIAnimationStoryboard2_AddTransitionAtKeyframe(This,variable,transition,startKeyframe) (This)->lpVtbl->AddTransitionAtKeyframe(This,variable,transition,startKeyframe) +#define IUIAnimationStoryboard2_AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe) (This)->lpVtbl->AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe) +#define IUIAnimationStoryboard2_RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,cRepetition,repeatMode,pIterationChangeHandler,id,fRegisterForNextAnimationEvent) (This)->lpVtbl->RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,cRepetition,repeatMode,pIterationChangeHandler,id,fRegisterForNextAnimationEvent) +#define IUIAnimationStoryboard2_HoldVariable(This,variable) (This)->lpVtbl->HoldVariable(This,variable) +#define IUIAnimationStoryboard2_SetLongestAcceptableDelay(This,delay) (This)->lpVtbl->SetLongestAcceptableDelay(This,delay) +#define IUIAnimationStoryboard2_SetSkipDuration(This,secondsDuration) (This)->lpVtbl->SetSkipDuration(This,secondsDuration) +#define IUIAnimationStoryboard2_Schedule(This,timeNow,schedulingResult) (This)->lpVtbl->Schedule(This,timeNow,schedulingResult) +#define IUIAnimationStoryboard2_Conclude(This) (This)->lpVtbl->Conclude(This) +#define IUIAnimationStoryboard2_Finish(This,completionDeadline) (This)->lpVtbl->Finish(This,completionDeadline) +#define IUIAnimationStoryboard2_Abandon(This) (This)->lpVtbl->Abandon(This) +#define IUIAnimationStoryboard2_SetTag(This,object,id) (This)->lpVtbl->SetTag(This,object,id) +#define IUIAnimationStoryboard2_GetTag(This,object,id) (This)->lpVtbl->GetTag(This,object,id) +#define IUIAnimationStoryboard2_GetStatus(This,status) (This)->lpVtbl->GetStatus(This,status) +#define IUIAnimationStoryboard2_GetElapsedTime(This,elapsedTime) (This)->lpVtbl->GetElapsedTime(This,elapsedTime) +#define IUIAnimationStoryboard2_SetStoryboardEventHandler(This,handler,fRegisterStatusChangeForNextAnimationEvent,fRegisterUpdateForNextAnimationEvent) (This)->lpVtbl->SetStoryboardEventHandler(This,handler,fRegisterStatusChangeForNextAnimationEvent,fRegisterUpdateForNextAnimationEvent) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboard2_QueryInterface(IUIAnimationStoryboard2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationStoryboard2_AddRef(IUIAnimationStoryboard2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationStoryboard2_Release(IUIAnimationStoryboard2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationStoryboard2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboard2_AddTransition(IUIAnimationStoryboard2* This,IUIAnimationVariable2 *variable,IUIAnimationTransition2 *transition) { + return This->lpVtbl->AddTransition(This,variable,transition); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_AddKeyframeAtOffset(IUIAnimationStoryboard2* This,UI_ANIMATION_KEYFRAME existingKeyframe,double offset,UI_ANIMATION_KEYFRAME *keyframe) { + return This->lpVtbl->AddKeyframeAtOffset(This,existingKeyframe,offset,keyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_AddKeyframeAfterTransition(IUIAnimationStoryboard2* This,IUIAnimationTransition2 *transition,UI_ANIMATION_KEYFRAME *keyframe) { + return This->lpVtbl->AddKeyframeAfterTransition(This,transition,keyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_AddTransitionAtKeyframe(IUIAnimationStoryboard2* This,IUIAnimationVariable2 *variable,IUIAnimationTransition2 *transition,UI_ANIMATION_KEYFRAME startKeyframe) { + return This->lpVtbl->AddTransitionAtKeyframe(This,variable,transition,startKeyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_AddTransitionBetweenKeyframes(IUIAnimationStoryboard2* This,IUIAnimationVariable2 *variable,IUIAnimationTransition2 *transition,UI_ANIMATION_KEYFRAME startKeyframe,UI_ANIMATION_KEYFRAME endKeyframe) { + return This->lpVtbl->AddTransitionBetweenKeyframes(This,variable,transition,startKeyframe,endKeyframe); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_RepeatBetweenKeyframes(IUIAnimationStoryboard2* This,UI_ANIMATION_KEYFRAME startKeyframe,UI_ANIMATION_KEYFRAME endKeyframe,double cRepetition,UI_ANIMATION_REPEAT_MODE repeatMode,IUIAnimationLoopIterationChangeHandler2 *pIterationChangeHandler,UINT_PTR id,LONG fRegisterForNextAnimationEvent) { + return This->lpVtbl->RepeatBetweenKeyframes(This,startKeyframe,endKeyframe,cRepetition,repeatMode,pIterationChangeHandler,id,fRegisterForNextAnimationEvent); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_HoldVariable(IUIAnimationStoryboard2* This,IUIAnimationVariable2 *variable) { + return This->lpVtbl->HoldVariable(This,variable); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_SetLongestAcceptableDelay(IUIAnimationStoryboard2* This,double delay) { + return This->lpVtbl->SetLongestAcceptableDelay(This,delay); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_SetSkipDuration(IUIAnimationStoryboard2* This,double secondsDuration) { + return This->lpVtbl->SetSkipDuration(This,secondsDuration); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_Schedule(IUIAnimationStoryboard2* This,double timeNow,UI_ANIMATION_SCHEDULING_RESULT *schedulingResult) { + return This->lpVtbl->Schedule(This,timeNow,schedulingResult); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_Conclude(IUIAnimationStoryboard2* This) { + return This->lpVtbl->Conclude(This); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_Finish(IUIAnimationStoryboard2* This,double completionDeadline) { + return This->lpVtbl->Finish(This,completionDeadline); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_Abandon(IUIAnimationStoryboard2* This) { + return This->lpVtbl->Abandon(This); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_SetTag(IUIAnimationStoryboard2* This,IUnknown *object,unsigned int id) { + return This->lpVtbl->SetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_GetTag(IUIAnimationStoryboard2* This,IUnknown **object,unsigned int *id) { + return This->lpVtbl->GetTag(This,object,id); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_GetStatus(IUIAnimationStoryboard2* This,UI_ANIMATION_STORYBOARD_STATUS *status) { + return This->lpVtbl->GetStatus(This,status); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_GetElapsedTime(IUIAnimationStoryboard2* This,double *elapsedTime) { + return This->lpVtbl->GetElapsedTime(This,elapsedTime); +} +static FORCEINLINE HRESULT IUIAnimationStoryboard2_SetStoryboardEventHandler(IUIAnimationStoryboard2* This,IUIAnimationStoryboardEventHandler2 *handler,LONG fRegisterStatusChangeForNextAnimationEvent,LONG fRegisterUpdateForNextAnimationEvent) { + return This->lpVtbl->SetStoryboardEventHandler(This,handler,fRegisterStatusChangeForNextAnimationEvent,fRegisterUpdateForNextAnimationEvent); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationStoryboard2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransition2 interface + */ +#ifndef __IUIAnimationTransition2_INTERFACE_DEFINED__ +#define __IUIAnimationTransition2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransition2, 0x62ff9123, 0xa85a, 0x4e9b, 0xa2,0x18, 0x43,0x5a,0x93,0xe2,0x68,0xfd); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("62ff9123-a85a-4e9b-a218-435a93e268fd") +IUIAnimationTransition2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetDimension( + unsigned int *dimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialValue( + double value) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialVectorValue( + double *value, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialVelocity( + double velocity) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialVectorVelocity( + double *velocity, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsDurationKnown( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + double *duration) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransition2, 0x62ff9123, 0xa85a, 0x4e9b, 0xa2,0x18, 0x43,0x5a,0x93,0xe2,0x68,0xfd) +#endif +#else +typedef struct IUIAnimationTransition2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransition2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransition2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransition2 *This); + + /*** IUIAnimationTransition2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDimension)( + IUIAnimationTransition2 *This, + unsigned int *dimension); + + HRESULT (STDMETHODCALLTYPE *SetInitialValue)( + IUIAnimationTransition2 *This, + double value); + + HRESULT (STDMETHODCALLTYPE *SetInitialVectorValue)( + IUIAnimationTransition2 *This, + double *value, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *SetInitialVelocity)( + IUIAnimationTransition2 *This, + double velocity); + + HRESULT (STDMETHODCALLTYPE *SetInitialVectorVelocity)( + IUIAnimationTransition2 *This, + double *velocity, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *IsDurationKnown)( + IUIAnimationTransition2 *This); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IUIAnimationTransition2 *This, + double *duration); + + END_INTERFACE +} IUIAnimationTransition2Vtbl; + +interface IUIAnimationTransition2 { + CONST_VTBL IUIAnimationTransition2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransition2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransition2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransition2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransition2 methods ***/ +#define IUIAnimationTransition2_GetDimension(This,dimension) (This)->lpVtbl->GetDimension(This,dimension) +#define IUIAnimationTransition2_SetInitialValue(This,value) (This)->lpVtbl->SetInitialValue(This,value) +#define IUIAnimationTransition2_SetInitialVectorValue(This,value,cDimension) (This)->lpVtbl->SetInitialVectorValue(This,value,cDimension) +#define IUIAnimationTransition2_SetInitialVelocity(This,velocity) (This)->lpVtbl->SetInitialVelocity(This,velocity) +#define IUIAnimationTransition2_SetInitialVectorVelocity(This,velocity,cDimension) (This)->lpVtbl->SetInitialVectorVelocity(This,velocity,cDimension) +#define IUIAnimationTransition2_IsDurationKnown(This) (This)->lpVtbl->IsDurationKnown(This) +#define IUIAnimationTransition2_GetDuration(This,duration) (This)->lpVtbl->GetDuration(This,duration) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransition2_QueryInterface(IUIAnimationTransition2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransition2_AddRef(IUIAnimationTransition2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransition2_Release(IUIAnimationTransition2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransition2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransition2_GetDimension(IUIAnimationTransition2* This,unsigned int *dimension) { + return This->lpVtbl->GetDimension(This,dimension); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_SetInitialValue(IUIAnimationTransition2* This,double value) { + return This->lpVtbl->SetInitialValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_SetInitialVectorValue(IUIAnimationTransition2* This,double *value,unsigned int cDimension) { + return This->lpVtbl->SetInitialVectorValue(This,value,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_SetInitialVelocity(IUIAnimationTransition2* This,double velocity) { + return This->lpVtbl->SetInitialVelocity(This,velocity); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_SetInitialVectorVelocity(IUIAnimationTransition2* This,double *velocity,unsigned int cDimension) { + return This->lpVtbl->SetInitialVectorVelocity(This,velocity,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_IsDurationKnown(IUIAnimationTransition2* This) { + return This->lpVtbl->IsDurationKnown(This); +} +static FORCEINLINE HRESULT IUIAnimationTransition2_GetDuration(IUIAnimationTransition2* This,double *duration) { + return This->lpVtbl->GetDuration(This,duration); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransition2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationLoopIterationChangeHandler2 interface + */ +#ifndef __IUIAnimationLoopIterationChangeHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationLoopIterationChangeHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationLoopIterationChangeHandler2, 0x2d3b15a4, 0x4762, 0x47ab, 0xa0,0x30, 0xb2,0x32,0x21,0xdf,0x3a,0xe0); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("2d3b15a4-4762-47ab-a030-b23221df3ae0") +IUIAnimationLoopIterationChangeHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnLoopIterationChanged( + IUIAnimationStoryboard2 *storyboard, + UINT_PTR id, + unsigned int newIterationCount, + unsigned int oldIterationCount) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationLoopIterationChangeHandler2, 0x2d3b15a4, 0x4762, 0x47ab, 0xa0,0x30, 0xb2,0x32,0x21,0xdf,0x3a,0xe0) +#endif +#else +typedef struct IUIAnimationLoopIterationChangeHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationLoopIterationChangeHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationLoopIterationChangeHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationLoopIterationChangeHandler2 *This); + + /*** IUIAnimationLoopIterationChangeHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnLoopIterationChanged)( + IUIAnimationLoopIterationChangeHandler2 *This, + IUIAnimationStoryboard2 *storyboard, + UINT_PTR id, + unsigned int newIterationCount, + unsigned int oldIterationCount); + + END_INTERFACE +} IUIAnimationLoopIterationChangeHandler2Vtbl; + +interface IUIAnimationLoopIterationChangeHandler2 { + CONST_VTBL IUIAnimationLoopIterationChangeHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationLoopIterationChangeHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationLoopIterationChangeHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationLoopIterationChangeHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationLoopIterationChangeHandler2 methods ***/ +#define IUIAnimationLoopIterationChangeHandler2_OnLoopIterationChanged(This,storyboard,id,newIterationCount,oldIterationCount) (This)->lpVtbl->OnLoopIterationChanged(This,storyboard,id,newIterationCount,oldIterationCount) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationLoopIterationChangeHandler2_QueryInterface(IUIAnimationLoopIterationChangeHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationLoopIterationChangeHandler2_AddRef(IUIAnimationLoopIterationChangeHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationLoopIterationChangeHandler2_Release(IUIAnimationLoopIterationChangeHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationLoopIterationChangeHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationLoopIterationChangeHandler2_OnLoopIterationChanged(IUIAnimationLoopIterationChangeHandler2* This,IUIAnimationStoryboard2 *storyboard,UINT_PTR id,unsigned int newIterationCount,unsigned int oldIterationCount) { + return This->lpVtbl->OnLoopIterationChanged(This,storyboard,id,newIterationCount,oldIterationCount); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationLoopIterationChangeHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationStoryboardEventHandler2 interface + */ +#ifndef __IUIAnimationStoryboardEventHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationStoryboardEventHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationStoryboardEventHandler2, 0xbac5f55a, 0xba7c, 0x414c, 0xb5,0x99, 0xfb,0xf8,0x50,0xf5,0x53,0xc6); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("bac5f55a-ba7c-414c-b599-fbf850f553c6") +IUIAnimationStoryboardEventHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnStoryboardStatusChanged( + IUIAnimationStoryboard2 *storyboard, + UI_ANIMATION_STORYBOARD_STATUS newStatus, + UI_ANIMATION_STORYBOARD_STATUS previousStatus) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnStoryboardUpdated( + IUIAnimationStoryboard2 *storyboard) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationStoryboardEventHandler2, 0xbac5f55a, 0xba7c, 0x414c, 0xb5,0x99, 0xfb,0xf8,0x50,0xf5,0x53,0xc6) +#endif +#else +typedef struct IUIAnimationStoryboardEventHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationStoryboardEventHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationStoryboardEventHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationStoryboardEventHandler2 *This); + + /*** IUIAnimationStoryboardEventHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnStoryboardStatusChanged)( + IUIAnimationStoryboardEventHandler2 *This, + IUIAnimationStoryboard2 *storyboard, + UI_ANIMATION_STORYBOARD_STATUS newStatus, + UI_ANIMATION_STORYBOARD_STATUS previousStatus); + + HRESULT (STDMETHODCALLTYPE *OnStoryboardUpdated)( + IUIAnimationStoryboardEventHandler2 *This, + IUIAnimationStoryboard2 *storyboard); + + END_INTERFACE +} IUIAnimationStoryboardEventHandler2Vtbl; + +interface IUIAnimationStoryboardEventHandler2 { + CONST_VTBL IUIAnimationStoryboardEventHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationStoryboardEventHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationStoryboardEventHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationStoryboardEventHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationStoryboardEventHandler2 methods ***/ +#define IUIAnimationStoryboardEventHandler2_OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus) (This)->lpVtbl->OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus) +#define IUIAnimationStoryboardEventHandler2_OnStoryboardUpdated(This,storyboard) (This)->lpVtbl->OnStoryboardUpdated(This,storyboard) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler2_QueryInterface(IUIAnimationStoryboardEventHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationStoryboardEventHandler2_AddRef(IUIAnimationStoryboardEventHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationStoryboardEventHandler2_Release(IUIAnimationStoryboardEventHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationStoryboardEventHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler2_OnStoryboardStatusChanged(IUIAnimationStoryboardEventHandler2* This,IUIAnimationStoryboard2 *storyboard,UI_ANIMATION_STORYBOARD_STATUS newStatus,UI_ANIMATION_STORYBOARD_STATUS previousStatus) { + return This->lpVtbl->OnStoryboardStatusChanged(This,storyboard,newStatus,previousStatus); +} +static FORCEINLINE HRESULT IUIAnimationStoryboardEventHandler2_OnStoryboardUpdated(IUIAnimationStoryboardEventHandler2* This,IUIAnimationStoryboard2 *storyboard) { + return This->lpVtbl->OnStoryboardUpdated(This,storyboard); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationStoryboardEventHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariableChangeHandler2 interface + */ +#ifndef __IUIAnimationVariableChangeHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationVariableChangeHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariableChangeHandler2, 0x63acc8d2, 0x6eae, 0x4bb0, 0xb8,0x79, 0x58,0x6d,0xd8,0xcf,0xbe,0x42); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("63acc8d2-6eae-4bb0-b879-586dd8cfbe42") +IUIAnimationVariableChangeHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnValueChanged( + IUIAnimationStoryboard2 *storyboard, + IUIAnimationVariable2 *variable, + double *newValue, + double *previousValue, + unsigned int cDimension) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariableChangeHandler2, 0x63acc8d2, 0x6eae, 0x4bb0, 0xb8,0x79, 0x58,0x6d,0xd8,0xcf,0xbe,0x42) +#endif +#else +typedef struct IUIAnimationVariableChangeHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariableChangeHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariableChangeHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariableChangeHandler2 *This); + + /*** IUIAnimationVariableChangeHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnValueChanged)( + IUIAnimationVariableChangeHandler2 *This, + IUIAnimationStoryboard2 *storyboard, + IUIAnimationVariable2 *variable, + double *newValue, + double *previousValue, + unsigned int cDimension); + + END_INTERFACE +} IUIAnimationVariableChangeHandler2Vtbl; + +interface IUIAnimationVariableChangeHandler2 { + CONST_VTBL IUIAnimationVariableChangeHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariableChangeHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariableChangeHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariableChangeHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariableChangeHandler2 methods ***/ +#define IUIAnimationVariableChangeHandler2_OnValueChanged(This,storyboard,variable,newValue,previousValue,cDimension) (This)->lpVtbl->OnValueChanged(This,storyboard,variable,newValue,previousValue,cDimension) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableChangeHandler2_QueryInterface(IUIAnimationVariableChangeHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariableChangeHandler2_AddRef(IUIAnimationVariableChangeHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariableChangeHandler2_Release(IUIAnimationVariableChangeHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariableChangeHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableChangeHandler2_OnValueChanged(IUIAnimationVariableChangeHandler2* This,IUIAnimationStoryboard2 *storyboard,IUIAnimationVariable2 *variable,double *newValue,double *previousValue,unsigned int cDimension) { + return This->lpVtbl->OnValueChanged(This,storyboard,variable,newValue,previousValue,cDimension); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariableChangeHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariableIntegerChangeHandler2 interface + */ +#ifndef __IUIAnimationVariableIntegerChangeHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationVariableIntegerChangeHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariableIntegerChangeHandler2, 0x829b6cf1, 0x4f3a, 0x4412, 0xae,0x09, 0xb2,0x43,0xeb,0x4c,0x6b,0x58); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("829b6cf1-4f3a-4412-ae09-b243eb4c6b58") +IUIAnimationVariableIntegerChangeHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnIntegerValueChanged( + IUIAnimationStoryboard2 *storyboard, + IUIAnimationVariable2 *variable, + int *newValue, + int *previousValue, + unsigned int cDimension) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariableIntegerChangeHandler2, 0x829b6cf1, 0x4f3a, 0x4412, 0xae,0x09, 0xb2,0x43,0xeb,0x4c,0x6b,0x58) +#endif +#else +typedef struct IUIAnimationVariableIntegerChangeHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariableIntegerChangeHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariableIntegerChangeHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariableIntegerChangeHandler2 *This); + + /*** IUIAnimationVariableIntegerChangeHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnIntegerValueChanged)( + IUIAnimationVariableIntegerChangeHandler2 *This, + IUIAnimationStoryboard2 *storyboard, + IUIAnimationVariable2 *variable, + int *newValue, + int *previousValue, + unsigned int cDimension); + + END_INTERFACE +} IUIAnimationVariableIntegerChangeHandler2Vtbl; + +interface IUIAnimationVariableIntegerChangeHandler2 { + CONST_VTBL IUIAnimationVariableIntegerChangeHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariableIntegerChangeHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariableIntegerChangeHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariableIntegerChangeHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariableIntegerChangeHandler2 methods ***/ +#define IUIAnimationVariableIntegerChangeHandler2_OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue,cDimension) (This)->lpVtbl->OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue,cDimension) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableIntegerChangeHandler2_QueryInterface(IUIAnimationVariableIntegerChangeHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariableIntegerChangeHandler2_AddRef(IUIAnimationVariableIntegerChangeHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariableIntegerChangeHandler2_Release(IUIAnimationVariableIntegerChangeHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariableIntegerChangeHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableIntegerChangeHandler2_OnIntegerValueChanged(IUIAnimationVariableIntegerChangeHandler2* This,IUIAnimationStoryboard2 *storyboard,IUIAnimationVariable2 *variable,int *newValue,int *previousValue,unsigned int cDimension) { + return This->lpVtbl->OnIntegerValueChanged(This,storyboard,variable,newValue,previousValue,cDimension); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariableIntegerChangeHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationVariableCurveChangeHandler2 interface + */ +#ifndef __IUIAnimationVariableCurveChangeHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationVariableCurveChangeHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationVariableCurveChangeHandler2, 0x72895e91, 0x0145, 0x4c21, 0x91,0x92, 0x5a,0xab,0x40,0xed,0xdf,0x80); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("72895e91-0145-4c21-9192-5aab40eddf80") +IUIAnimationVariableCurveChangeHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnCurveChanged( + IUIAnimationVariable2 *variable) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationVariableCurveChangeHandler2, 0x72895e91, 0x0145, 0x4c21, 0x91,0x92, 0x5a,0xab,0x40,0xed,0xdf,0x80) +#endif +#else +typedef struct IUIAnimationVariableCurveChangeHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationVariableCurveChangeHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationVariableCurveChangeHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationVariableCurveChangeHandler2 *This); + + /*** IUIAnimationVariableCurveChangeHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnCurveChanged)( + IUIAnimationVariableCurveChangeHandler2 *This, + IUIAnimationVariable2 *variable); + + END_INTERFACE +} IUIAnimationVariableCurveChangeHandler2Vtbl; + +interface IUIAnimationVariableCurveChangeHandler2 { + CONST_VTBL IUIAnimationVariableCurveChangeHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationVariableCurveChangeHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationVariableCurveChangeHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationVariableCurveChangeHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationVariableCurveChangeHandler2 methods ***/ +#define IUIAnimationVariableCurveChangeHandler2_OnCurveChanged(This,variable) (This)->lpVtbl->OnCurveChanged(This,variable) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableCurveChangeHandler2_QueryInterface(IUIAnimationVariableCurveChangeHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationVariableCurveChangeHandler2_AddRef(IUIAnimationVariableCurveChangeHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationVariableCurveChangeHandler2_Release(IUIAnimationVariableCurveChangeHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationVariableCurveChangeHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationVariableCurveChangeHandler2_OnCurveChanged(IUIAnimationVariableCurveChangeHandler2* This,IUIAnimationVariable2 *variable) { + return This->lpVtbl->OnCurveChanged(This,variable); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationVariableCurveChangeHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationManagerEventHandler2 interface + */ +#ifndef __IUIAnimationManagerEventHandler2_INTERFACE_DEFINED__ +#define __IUIAnimationManagerEventHandler2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationManagerEventHandler2, 0xf6e022ba, 0xbff3, 0x42ec, 0x90,0x33, 0xe0,0x73,0xf3,0x3e,0x83,0xc3); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("f6e022ba-bff3-42ec-9033-e073f33e83c3") +IUIAnimationManagerEventHandler2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnManagerStatusChanged( + UI_ANIMATION_MANAGER_STATUS newStatus, + UI_ANIMATION_MANAGER_STATUS previousStatus) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationManagerEventHandler2, 0xf6e022ba, 0xbff3, 0x42ec, 0x90,0x33, 0xe0,0x73,0xf3,0x3e,0x83,0xc3) +#endif +#else +typedef struct IUIAnimationManagerEventHandler2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationManagerEventHandler2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationManagerEventHandler2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationManagerEventHandler2 *This); + + /*** IUIAnimationManagerEventHandler2 methods ***/ + HRESULT (STDMETHODCALLTYPE *OnManagerStatusChanged)( + IUIAnimationManagerEventHandler2 *This, + UI_ANIMATION_MANAGER_STATUS newStatus, + UI_ANIMATION_MANAGER_STATUS previousStatus); + + END_INTERFACE +} IUIAnimationManagerEventHandler2Vtbl; + +interface IUIAnimationManagerEventHandler2 { + CONST_VTBL IUIAnimationManagerEventHandler2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationManagerEventHandler2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationManagerEventHandler2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationManagerEventHandler2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationManagerEventHandler2 methods ***/ +#define IUIAnimationManagerEventHandler2_OnManagerStatusChanged(This,newStatus,previousStatus) (This)->lpVtbl->OnManagerStatusChanged(This,newStatus,previousStatus) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationManagerEventHandler2_QueryInterface(IUIAnimationManagerEventHandler2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationManagerEventHandler2_AddRef(IUIAnimationManagerEventHandler2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationManagerEventHandler2_Release(IUIAnimationManagerEventHandler2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationManagerEventHandler2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationManagerEventHandler2_OnManagerStatusChanged(IUIAnimationManagerEventHandler2* This,UI_ANIMATION_MANAGER_STATUS newStatus,UI_ANIMATION_MANAGER_STATUS previousStatus) { + return This->lpVtbl->OnManagerStatusChanged(This,newStatus,previousStatus); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationManagerEventHandler2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationPriorityComparison2 interface + */ +#ifndef __IUIAnimationPriorityComparison2_INTERFACE_DEFINED__ +#define __IUIAnimationPriorityComparison2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationPriorityComparison2, 0x5b6d7a37, 0x4621, 0x467c, 0x8b,0x05, 0x70,0x13,0x1d,0xe6,0x2d,0xdb); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("5b6d7a37-4621-467c-8b05-70131de62ddb") +IUIAnimationPriorityComparison2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE HasPriority( + IUIAnimationStoryboard2 *scheduledStoryboard, + IUIAnimationStoryboard2 *newStoryboard, + UI_ANIMATION_PRIORITY_EFFECT priorityEffect) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationPriorityComparison2, 0x5b6d7a37, 0x4621, 0x467c, 0x8b,0x05, 0x70,0x13,0x1d,0xe6,0x2d,0xdb) +#endif +#else +typedef struct IUIAnimationPriorityComparison2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationPriorityComparison2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationPriorityComparison2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationPriorityComparison2 *This); + + /*** IUIAnimationPriorityComparison2 methods ***/ + HRESULT (STDMETHODCALLTYPE *HasPriority)( + IUIAnimationPriorityComparison2 *This, + IUIAnimationStoryboard2 *scheduledStoryboard, + IUIAnimationStoryboard2 *newStoryboard, + UI_ANIMATION_PRIORITY_EFFECT priorityEffect); + + END_INTERFACE +} IUIAnimationPriorityComparison2Vtbl; + +interface IUIAnimationPriorityComparison2 { + CONST_VTBL IUIAnimationPriorityComparison2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationPriorityComparison2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationPriorityComparison2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationPriorityComparison2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationPriorityComparison2 methods ***/ +#define IUIAnimationPriorityComparison2_HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect) (This)->lpVtbl->HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationPriorityComparison2_QueryInterface(IUIAnimationPriorityComparison2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationPriorityComparison2_AddRef(IUIAnimationPriorityComparison2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationPriorityComparison2_Release(IUIAnimationPriorityComparison2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationPriorityComparison2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationPriorityComparison2_HasPriority(IUIAnimationPriorityComparison2* This,IUIAnimationStoryboard2 *scheduledStoryboard,IUIAnimationStoryboard2 *newStoryboard,UI_ANIMATION_PRIORITY_EFFECT priorityEffect) { + return This->lpVtbl->HasPriority(This,scheduledStoryboard,newStoryboard,priorityEffect); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationPriorityComparison2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransitionLibrary interface + */ +#ifndef __IUIAnimationTransitionLibrary_INTERFACE_DEFINED__ +#define __IUIAnimationTransitionLibrary_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransitionLibrary, 0xca5a14b1, 0xd24f, 0x48b8, 0x8f,0xe4, 0xc7,0x81,0x69,0xba,0x95,0x4e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ca5a14b1-d24f-48b8-8fe4-c78169ba954e") +IUIAnimationTransitionLibrary : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateInstantaneousTransition( + double finalValue, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateConstantTransition( + double duration, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDiscreteTransition( + double delay, + double finalValue, + double hold, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearTransition( + double duration, + double finalValue, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearTransitionFromSpeed( + double speed, + double finalValue, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSinusoidalTransitionFromVelocity( + double duration, + double period, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSinusoidalTransitionFromRange( + double duration, + double minimumValue, + double maximumValue, + double period, + UI_ANIMATION_SLOPE slope, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateAccelerateDecelerateTransition( + double duration, + double finalValue, + double accelerationRatio, + double decelerationRatio, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateReversalTransition( + double duration, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateCubicTransition( + double duration, + double finalValue, + double finalVelocity, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSmoothStopTransition( + double maximumDuration, + double finalValue, + IUIAnimationTransition **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateParabolicTransitionFromAcceleration( + double finalValue, + double finalVelocity, + double acceleration, + IUIAnimationTransition **transition) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransitionLibrary, 0xca5a14b1, 0xd24f, 0x48b8, 0x8f,0xe4, 0xc7,0x81,0x69,0xba,0x95,0x4e) +#endif +#else +typedef struct IUIAnimationTransitionLibraryVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransitionLibrary *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransitionLibrary *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransitionLibrary *This); + + /*** IUIAnimationTransitionLibrary methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateInstantaneousTransition)( + IUIAnimationTransitionLibrary *This, + double finalValue, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateConstantTransition)( + IUIAnimationTransitionLibrary *This, + double duration, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateDiscreteTransition)( + IUIAnimationTransitionLibrary *This, + double delay, + double finalValue, + double hold, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearTransition)( + IUIAnimationTransitionLibrary *This, + double duration, + double finalValue, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearTransitionFromSpeed)( + IUIAnimationTransitionLibrary *This, + double speed, + double finalValue, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSinusoidalTransitionFromVelocity)( + IUIAnimationTransitionLibrary *This, + double duration, + double period, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSinusoidalTransitionFromRange)( + IUIAnimationTransitionLibrary *This, + double duration, + double minimumValue, + double maximumValue, + double period, + UI_ANIMATION_SLOPE slope, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateAccelerateDecelerateTransition)( + IUIAnimationTransitionLibrary *This, + double duration, + double finalValue, + double accelerationRatio, + double decelerationRatio, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateReversalTransition)( + IUIAnimationTransitionLibrary *This, + double duration, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateCubicTransition)( + IUIAnimationTransitionLibrary *This, + double duration, + double finalValue, + double finalVelocity, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSmoothStopTransition)( + IUIAnimationTransitionLibrary *This, + double maximumDuration, + double finalValue, + IUIAnimationTransition **transition); + + HRESULT (STDMETHODCALLTYPE *CreateParabolicTransitionFromAcceleration)( + IUIAnimationTransitionLibrary *This, + double finalValue, + double finalVelocity, + double acceleration, + IUIAnimationTransition **transition); + + END_INTERFACE +} IUIAnimationTransitionLibraryVtbl; + +interface IUIAnimationTransitionLibrary { + CONST_VTBL IUIAnimationTransitionLibraryVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransitionLibrary_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransitionLibrary_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransitionLibrary_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransitionLibrary methods ***/ +#define IUIAnimationTransitionLibrary_CreateInstantaneousTransition(This,finalValue,transition) (This)->lpVtbl->CreateInstantaneousTransition(This,finalValue,transition) +#define IUIAnimationTransitionLibrary_CreateConstantTransition(This,duration,transition) (This)->lpVtbl->CreateConstantTransition(This,duration,transition) +#define IUIAnimationTransitionLibrary_CreateDiscreteTransition(This,delay,finalValue,hold,transition) (This)->lpVtbl->CreateDiscreteTransition(This,delay,finalValue,hold,transition) +#define IUIAnimationTransitionLibrary_CreateLinearTransition(This,duration,finalValue,transition) (This)->lpVtbl->CreateLinearTransition(This,duration,finalValue,transition) +#define IUIAnimationTransitionLibrary_CreateLinearTransitionFromSpeed(This,speed,finalValue,transition) (This)->lpVtbl->CreateLinearTransitionFromSpeed(This,speed,finalValue,transition) +#define IUIAnimationTransitionLibrary_CreateSinusoidalTransitionFromVelocity(This,duration,period,transition) (This)->lpVtbl->CreateSinusoidalTransitionFromVelocity(This,duration,period,transition) +#define IUIAnimationTransitionLibrary_CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition) (This)->lpVtbl->CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition) +#define IUIAnimationTransitionLibrary_CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition) (This)->lpVtbl->CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition) +#define IUIAnimationTransitionLibrary_CreateReversalTransition(This,duration,transition) (This)->lpVtbl->CreateReversalTransition(This,duration,transition) +#define IUIAnimationTransitionLibrary_CreateCubicTransition(This,duration,finalValue,finalVelocity,transition) (This)->lpVtbl->CreateCubicTransition(This,duration,finalValue,finalVelocity,transition) +#define IUIAnimationTransitionLibrary_CreateSmoothStopTransition(This,maximumDuration,finalValue,transition) (This)->lpVtbl->CreateSmoothStopTransition(This,maximumDuration,finalValue,transition) +#define IUIAnimationTransitionLibrary_CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition) (This)->lpVtbl->CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_QueryInterface(IUIAnimationTransitionLibrary* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransitionLibrary_AddRef(IUIAnimationTransitionLibrary* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransitionLibrary_Release(IUIAnimationTransitionLibrary* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransitionLibrary methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateInstantaneousTransition(IUIAnimationTransitionLibrary* This,double finalValue,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateInstantaneousTransition(This,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateConstantTransition(IUIAnimationTransitionLibrary* This,double duration,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateConstantTransition(This,duration,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateDiscreteTransition(IUIAnimationTransitionLibrary* This,double delay,double finalValue,double hold,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateDiscreteTransition(This,delay,finalValue,hold,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateLinearTransition(IUIAnimationTransitionLibrary* This,double duration,double finalValue,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateLinearTransition(This,duration,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateLinearTransitionFromSpeed(IUIAnimationTransitionLibrary* This,double speed,double finalValue,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateLinearTransitionFromSpeed(This,speed,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateSinusoidalTransitionFromVelocity(IUIAnimationTransitionLibrary* This,double duration,double period,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateSinusoidalTransitionFromVelocity(This,duration,period,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateSinusoidalTransitionFromRange(IUIAnimationTransitionLibrary* This,double duration,double minimumValue,double maximumValue,double period,UI_ANIMATION_SLOPE slope,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateAccelerateDecelerateTransition(IUIAnimationTransitionLibrary* This,double duration,double finalValue,double accelerationRatio,double decelerationRatio,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateReversalTransition(IUIAnimationTransitionLibrary* This,double duration,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateReversalTransition(This,duration,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateCubicTransition(IUIAnimationTransitionLibrary* This,double duration,double finalValue,double finalVelocity,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateCubicTransition(This,duration,finalValue,finalVelocity,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateSmoothStopTransition(IUIAnimationTransitionLibrary* This,double maximumDuration,double finalValue,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateSmoothStopTransition(This,maximumDuration,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary_CreateParabolicTransitionFromAcceleration(IUIAnimationTransitionLibrary* This,double finalValue,double finalVelocity,double acceleration,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransitionLibrary_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransitionLibrary2 interface + */ +#ifndef __IUIAnimationTransitionLibrary2_INTERFACE_DEFINED__ +#define __IUIAnimationTransitionLibrary2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransitionLibrary2, 0x03cfae53, 0x9580, 0x4ee3, 0xb3,0x63, 0x2e,0xce,0x51,0xb4,0xaf,0x6a); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("03cfae53-9580-4ee3-b363-2ece51b4af6a") +IUIAnimationTransitionLibrary2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateInstantaneousTransition( + double finalValue, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateInstantaneousVectorTransition( + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateConstantTransition( + double duration, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDiscreteTransition( + double delay, + double finalValue, + double hold, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateDiscreteVectorTransition( + double delay, + double *finalValue, + unsigned int cDimension, + double hold, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearTransition( + double duration, + double finalValue, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearVectorTransition( + double duration, + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearTransitionFromSpeed( + double speed, + double finalValue, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateLinearVectorTransitionFromSpeed( + double speed, + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSinusoidalTransitionFromVelocity( + double duration, + double period, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSinusoidalTransitionFromRange( + double duration, + double minimumValue, + double maximumValue, + double period, + UI_ANIMATION_SLOPE slope, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateAccelerateDecelerateTransition( + double duration, + double finalValue, + double accelerationRatio, + double decelerationRatio, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateReversalTransition( + double duration, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateCubicTransition( + double duration, + double finalValue, + double finalVelocity, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateCubicVectorTransition( + double duration, + double *finalValue, + double *finalVelocity, + unsigned int cDimension, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateSmoothStopTransition( + double maximumDuration, + double finalValue, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateParabolicTransitionFromAcceleration( + double finalValue, + double finalVelocity, + double acceleration, + IUIAnimationTransition2 **transition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateCubicBezierLinearTransition( + double duration, + double finalValue, + double x1, + double y1, + double x2, + double y2, + IUIAnimationTransition2 **ppTransition) = 0; + + virtual HRESULT STDMETHODCALLTYPE CreateCubicBezierLinearVectorTransition( + double duration, + double *finalValue, + unsigned int cDimension, + double x1, + double y1, + double x2, + double y2, + IUIAnimationTransition2 **ppTransition) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransitionLibrary2, 0x03cfae53, 0x9580, 0x4ee3, 0xb3,0x63, 0x2e,0xce,0x51,0xb4,0xaf,0x6a) +#endif +#else +typedef struct IUIAnimationTransitionLibrary2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransitionLibrary2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransitionLibrary2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransitionLibrary2 *This); + + /*** IUIAnimationTransitionLibrary2 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateInstantaneousTransition)( + IUIAnimationTransitionLibrary2 *This, + double finalValue, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateInstantaneousVectorTransition)( + IUIAnimationTransitionLibrary2 *This, + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateConstantTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateDiscreteTransition)( + IUIAnimationTransitionLibrary2 *This, + double delay, + double finalValue, + double hold, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateDiscreteVectorTransition)( + IUIAnimationTransitionLibrary2 *This, + double delay, + double *finalValue, + unsigned int cDimension, + double hold, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double finalValue, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearVectorTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearTransitionFromSpeed)( + IUIAnimationTransitionLibrary2 *This, + double speed, + double finalValue, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateLinearVectorTransitionFromSpeed)( + IUIAnimationTransitionLibrary2 *This, + double speed, + double *finalValue, + unsigned int cDimension, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSinusoidalTransitionFromVelocity)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double period, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSinusoidalTransitionFromRange)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double minimumValue, + double maximumValue, + double period, + UI_ANIMATION_SLOPE slope, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateAccelerateDecelerateTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double finalValue, + double accelerationRatio, + double decelerationRatio, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateReversalTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateCubicTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double finalValue, + double finalVelocity, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateCubicVectorTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double *finalValue, + double *finalVelocity, + unsigned int cDimension, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateSmoothStopTransition)( + IUIAnimationTransitionLibrary2 *This, + double maximumDuration, + double finalValue, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateParabolicTransitionFromAcceleration)( + IUIAnimationTransitionLibrary2 *This, + double finalValue, + double finalVelocity, + double acceleration, + IUIAnimationTransition2 **transition); + + HRESULT (STDMETHODCALLTYPE *CreateCubicBezierLinearTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double finalValue, + double x1, + double y1, + double x2, + double y2, + IUIAnimationTransition2 **ppTransition); + + HRESULT (STDMETHODCALLTYPE *CreateCubicBezierLinearVectorTransition)( + IUIAnimationTransitionLibrary2 *This, + double duration, + double *finalValue, + unsigned int cDimension, + double x1, + double y1, + double x2, + double y2, + IUIAnimationTransition2 **ppTransition); + + END_INTERFACE +} IUIAnimationTransitionLibrary2Vtbl; + +interface IUIAnimationTransitionLibrary2 { + CONST_VTBL IUIAnimationTransitionLibrary2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransitionLibrary2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransitionLibrary2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransitionLibrary2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransitionLibrary2 methods ***/ +#define IUIAnimationTransitionLibrary2_CreateInstantaneousTransition(This,finalValue,transition) (This)->lpVtbl->CreateInstantaneousTransition(This,finalValue,transition) +#define IUIAnimationTransitionLibrary2_CreateInstantaneousVectorTransition(This,finalValue,cDimension,transition) (This)->lpVtbl->CreateInstantaneousVectorTransition(This,finalValue,cDimension,transition) +#define IUIAnimationTransitionLibrary2_CreateConstantTransition(This,duration,transition) (This)->lpVtbl->CreateConstantTransition(This,duration,transition) +#define IUIAnimationTransitionLibrary2_CreateDiscreteTransition(This,delay,finalValue,hold,transition) (This)->lpVtbl->CreateDiscreteTransition(This,delay,finalValue,hold,transition) +#define IUIAnimationTransitionLibrary2_CreateDiscreteVectorTransition(This,delay,finalValue,cDimension,hold,transition) (This)->lpVtbl->CreateDiscreteVectorTransition(This,delay,finalValue,cDimension,hold,transition) +#define IUIAnimationTransitionLibrary2_CreateLinearTransition(This,duration,finalValue,transition) (This)->lpVtbl->CreateLinearTransition(This,duration,finalValue,transition) +#define IUIAnimationTransitionLibrary2_CreateLinearVectorTransition(This,duration,finalValue,cDimension,transition) (This)->lpVtbl->CreateLinearVectorTransition(This,duration,finalValue,cDimension,transition) +#define IUIAnimationTransitionLibrary2_CreateLinearTransitionFromSpeed(This,speed,finalValue,transition) (This)->lpVtbl->CreateLinearTransitionFromSpeed(This,speed,finalValue,transition) +#define IUIAnimationTransitionLibrary2_CreateLinearVectorTransitionFromSpeed(This,speed,finalValue,cDimension,transition) (This)->lpVtbl->CreateLinearVectorTransitionFromSpeed(This,speed,finalValue,cDimension,transition) +#define IUIAnimationTransitionLibrary2_CreateSinusoidalTransitionFromVelocity(This,duration,period,transition) (This)->lpVtbl->CreateSinusoidalTransitionFromVelocity(This,duration,period,transition) +#define IUIAnimationTransitionLibrary2_CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition) (This)->lpVtbl->CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition) +#define IUIAnimationTransitionLibrary2_CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition) (This)->lpVtbl->CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition) +#define IUIAnimationTransitionLibrary2_CreateReversalTransition(This,duration,transition) (This)->lpVtbl->CreateReversalTransition(This,duration,transition) +#define IUIAnimationTransitionLibrary2_CreateCubicTransition(This,duration,finalValue,finalVelocity,transition) (This)->lpVtbl->CreateCubicTransition(This,duration,finalValue,finalVelocity,transition) +#define IUIAnimationTransitionLibrary2_CreateCubicVectorTransition(This,duration,finalValue,finalVelocity,cDimension,transition) (This)->lpVtbl->CreateCubicVectorTransition(This,duration,finalValue,finalVelocity,cDimension,transition) +#define IUIAnimationTransitionLibrary2_CreateSmoothStopTransition(This,maximumDuration,finalValue,transition) (This)->lpVtbl->CreateSmoothStopTransition(This,maximumDuration,finalValue,transition) +#define IUIAnimationTransitionLibrary2_CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition) (This)->lpVtbl->CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition) +#define IUIAnimationTransitionLibrary2_CreateCubicBezierLinearTransition(This,duration,finalValue,x1,y1,x2,y2,ppTransition) (This)->lpVtbl->CreateCubicBezierLinearTransition(This,duration,finalValue,x1,y1,x2,y2,ppTransition) +#define IUIAnimationTransitionLibrary2_CreateCubicBezierLinearVectorTransition(This,duration,finalValue,cDimension,x1,y1,x2,y2,ppTransition) (This)->lpVtbl->CreateCubicBezierLinearVectorTransition(This,duration,finalValue,cDimension,x1,y1,x2,y2,ppTransition) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_QueryInterface(IUIAnimationTransitionLibrary2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransitionLibrary2_AddRef(IUIAnimationTransitionLibrary2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransitionLibrary2_Release(IUIAnimationTransitionLibrary2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransitionLibrary2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateInstantaneousTransition(IUIAnimationTransitionLibrary2* This,double finalValue,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateInstantaneousTransition(This,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateInstantaneousVectorTransition(IUIAnimationTransitionLibrary2* This,double *finalValue,unsigned int cDimension,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateInstantaneousVectorTransition(This,finalValue,cDimension,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateConstantTransition(IUIAnimationTransitionLibrary2* This,double duration,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateConstantTransition(This,duration,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateDiscreteTransition(IUIAnimationTransitionLibrary2* This,double delay,double finalValue,double hold,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateDiscreteTransition(This,delay,finalValue,hold,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateDiscreteVectorTransition(IUIAnimationTransitionLibrary2* This,double delay,double *finalValue,unsigned int cDimension,double hold,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateDiscreteVectorTransition(This,delay,finalValue,cDimension,hold,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateLinearTransition(IUIAnimationTransitionLibrary2* This,double duration,double finalValue,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateLinearTransition(This,duration,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateLinearVectorTransition(IUIAnimationTransitionLibrary2* This,double duration,double *finalValue,unsigned int cDimension,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateLinearVectorTransition(This,duration,finalValue,cDimension,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateLinearTransitionFromSpeed(IUIAnimationTransitionLibrary2* This,double speed,double finalValue,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateLinearTransitionFromSpeed(This,speed,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateLinearVectorTransitionFromSpeed(IUIAnimationTransitionLibrary2* This,double speed,double *finalValue,unsigned int cDimension,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateLinearVectorTransitionFromSpeed(This,speed,finalValue,cDimension,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateSinusoidalTransitionFromVelocity(IUIAnimationTransitionLibrary2* This,double duration,double period,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateSinusoidalTransitionFromVelocity(This,duration,period,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateSinusoidalTransitionFromRange(IUIAnimationTransitionLibrary2* This,double duration,double minimumValue,double maximumValue,double period,UI_ANIMATION_SLOPE slope,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateSinusoidalTransitionFromRange(This,duration,minimumValue,maximumValue,period,slope,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateAccelerateDecelerateTransition(IUIAnimationTransitionLibrary2* This,double duration,double finalValue,double accelerationRatio,double decelerationRatio,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateAccelerateDecelerateTransition(This,duration,finalValue,accelerationRatio,decelerationRatio,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateReversalTransition(IUIAnimationTransitionLibrary2* This,double duration,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateReversalTransition(This,duration,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateCubicTransition(IUIAnimationTransitionLibrary2* This,double duration,double finalValue,double finalVelocity,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateCubicTransition(This,duration,finalValue,finalVelocity,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateCubicVectorTransition(IUIAnimationTransitionLibrary2* This,double duration,double *finalValue,double *finalVelocity,unsigned int cDimension,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateCubicVectorTransition(This,duration,finalValue,finalVelocity,cDimension,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateSmoothStopTransition(IUIAnimationTransitionLibrary2* This,double maximumDuration,double finalValue,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateSmoothStopTransition(This,maximumDuration,finalValue,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateParabolicTransitionFromAcceleration(IUIAnimationTransitionLibrary2* This,double finalValue,double finalVelocity,double acceleration,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateParabolicTransitionFromAcceleration(This,finalValue,finalVelocity,acceleration,transition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateCubicBezierLinearTransition(IUIAnimationTransitionLibrary2* This,double duration,double finalValue,double x1,double y1,double x2,double y2,IUIAnimationTransition2 **ppTransition) { + return This->lpVtbl->CreateCubicBezierLinearTransition(This,duration,finalValue,x1,y1,x2,y2,ppTransition); +} +static FORCEINLINE HRESULT IUIAnimationTransitionLibrary2_CreateCubicBezierLinearVectorTransition(IUIAnimationTransitionLibrary2* This,double duration,double *finalValue,unsigned int cDimension,double x1,double y1,double x2,double y2,IUIAnimationTransition2 **ppTransition) { + return This->lpVtbl->CreateCubicBezierLinearVectorTransition(This,duration,finalValue,cDimension,x1,y1,x2,y2,ppTransition); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransitionLibrary2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransitionFactory interface + */ +#ifndef __IUIAnimationTransitionFactory_INTERFACE_DEFINED__ +#define __IUIAnimationTransitionFactory_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransitionFactory, 0xfcd91e03, 0x3e3b, 0x45ad, 0xbb,0xb1, 0x6d,0xfc,0x81,0x53,0x74,0x3d); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("fcd91e03-3e3b-45ad-bbb1-6dfc8153743d") +IUIAnimationTransitionFactory : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateTransition( + IUIAnimationInterpolator *interpolator, + IUIAnimationTransition **transition) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransitionFactory, 0xfcd91e03, 0x3e3b, 0x45ad, 0xbb,0xb1, 0x6d,0xfc,0x81,0x53,0x74,0x3d) +#endif +#else +typedef struct IUIAnimationTransitionFactoryVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransitionFactory *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransitionFactory *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransitionFactory *This); + + /*** IUIAnimationTransitionFactory methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateTransition)( + IUIAnimationTransitionFactory *This, + IUIAnimationInterpolator *interpolator, + IUIAnimationTransition **transition); + + END_INTERFACE +} IUIAnimationTransitionFactoryVtbl; + +interface IUIAnimationTransitionFactory { + CONST_VTBL IUIAnimationTransitionFactoryVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransitionFactory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransitionFactory_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransitionFactory_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransitionFactory methods ***/ +#define IUIAnimationTransitionFactory_CreateTransition(This,interpolator,transition) (This)->lpVtbl->CreateTransition(This,interpolator,transition) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionFactory_QueryInterface(IUIAnimationTransitionFactory* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransitionFactory_AddRef(IUIAnimationTransitionFactory* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransitionFactory_Release(IUIAnimationTransitionFactory* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransitionFactory methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionFactory_CreateTransition(IUIAnimationTransitionFactory* This,IUIAnimationInterpolator *interpolator,IUIAnimationTransition **transition) { + return This->lpVtbl->CreateTransition(This,interpolator,transition); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransitionFactory_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationInterpolator interface + */ +#ifndef __IUIAnimationInterpolator_INTERFACE_DEFINED__ +#define __IUIAnimationInterpolator_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationInterpolator, 0x7815cbba, 0xddf7, 0x478c, 0xa4,0x6c, 0x7b,0x6c,0x73,0x8b,0x79,0x78); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("7815cbba-ddf7-478c-a46c-7b6c738b7978") +IUIAnimationInterpolator : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetInitialValueAndVelocity( + double initialValue, + double initialVelocity) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDuration( + double duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + double *duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalValue( + double *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE InterpolateValue( + double offset, + double *value) = 0; + + virtual HRESULT STDMETHODCALLTYPE InterpolateVelocity( + double offset, + double *velocity) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDependencies( + UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + UI_ANIMATION_DEPENDENCIES *durationDependencies) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationInterpolator, 0x7815cbba, 0xddf7, 0x478c, 0xa4,0x6c, 0x7b,0x6c,0x73,0x8b,0x79,0x78) +#endif +#else +typedef struct IUIAnimationInterpolatorVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationInterpolator *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationInterpolator *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationInterpolator *This); + + /*** IUIAnimationInterpolator methods ***/ + HRESULT (STDMETHODCALLTYPE *SetInitialValueAndVelocity)( + IUIAnimationInterpolator *This, + double initialValue, + double initialVelocity); + + HRESULT (STDMETHODCALLTYPE *SetDuration)( + IUIAnimationInterpolator *This, + double duration); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IUIAnimationInterpolator *This, + double *duration); + + HRESULT (STDMETHODCALLTYPE *GetFinalValue)( + IUIAnimationInterpolator *This, + double *value); + + HRESULT (STDMETHODCALLTYPE *InterpolateValue)( + IUIAnimationInterpolator *This, + double offset, + double *value); + + HRESULT (STDMETHODCALLTYPE *InterpolateVelocity)( + IUIAnimationInterpolator *This, + double offset, + double *velocity); + + HRESULT (STDMETHODCALLTYPE *GetDependencies)( + IUIAnimationInterpolator *This, + UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + UI_ANIMATION_DEPENDENCIES *durationDependencies); + + END_INTERFACE +} IUIAnimationInterpolatorVtbl; + +interface IUIAnimationInterpolator { + CONST_VTBL IUIAnimationInterpolatorVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationInterpolator_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationInterpolator_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationInterpolator_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationInterpolator methods ***/ +#define IUIAnimationInterpolator_SetInitialValueAndVelocity(This,initialValue,initialVelocity) (This)->lpVtbl->SetInitialValueAndVelocity(This,initialValue,initialVelocity) +#define IUIAnimationInterpolator_SetDuration(This,duration) (This)->lpVtbl->SetDuration(This,duration) +#define IUIAnimationInterpolator_GetDuration(This,duration) (This)->lpVtbl->GetDuration(This,duration) +#define IUIAnimationInterpolator_GetFinalValue(This,value) (This)->lpVtbl->GetFinalValue(This,value) +#define IUIAnimationInterpolator_InterpolateValue(This,offset,value) (This)->lpVtbl->InterpolateValue(This,offset,value) +#define IUIAnimationInterpolator_InterpolateVelocity(This,offset,velocity) (This)->lpVtbl->InterpolateVelocity(This,offset,velocity) +#define IUIAnimationInterpolator_GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies) (This)->lpVtbl->GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationInterpolator_QueryInterface(IUIAnimationInterpolator* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationInterpolator_AddRef(IUIAnimationInterpolator* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationInterpolator_Release(IUIAnimationInterpolator* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationInterpolator methods ***/ +static FORCEINLINE HRESULT IUIAnimationInterpolator_SetInitialValueAndVelocity(IUIAnimationInterpolator* This,double initialValue,double initialVelocity) { + return This->lpVtbl->SetInitialValueAndVelocity(This,initialValue,initialVelocity); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_SetDuration(IUIAnimationInterpolator* This,double duration) { + return This->lpVtbl->SetDuration(This,duration); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_GetDuration(IUIAnimationInterpolator* This,double *duration) { + return This->lpVtbl->GetDuration(This,duration); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_GetFinalValue(IUIAnimationInterpolator* This,double *value) { + return This->lpVtbl->GetFinalValue(This,value); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_InterpolateValue(IUIAnimationInterpolator* This,double offset,double *value) { + return This->lpVtbl->InterpolateValue(This,offset,value); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_InterpolateVelocity(IUIAnimationInterpolator* This,double offset,double *velocity) { + return This->lpVtbl->InterpolateVelocity(This,offset,velocity); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator_GetDependencies(IUIAnimationInterpolator* This,UI_ANIMATION_DEPENDENCIES *initialValueDependencies,UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies,UI_ANIMATION_DEPENDENCIES *durationDependencies) { + return This->lpVtbl->GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationInterpolator_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTransitionFactory2 interface + */ +#ifndef __IUIAnimationTransitionFactory2_INTERFACE_DEFINED__ +#define __IUIAnimationTransitionFactory2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTransitionFactory2, 0x937d4916, 0xc1a6, 0x42d5, 0x88,0xd8, 0x30,0x34,0x4d,0x6e,0xfe,0x31); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("937d4916-c1a6-42d5-88d8-30344d6efe31") +IUIAnimationTransitionFactory2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE CreateTransition( + IUIAnimationInterpolator2 *interpolator, + IUIAnimationTransition2 **transition) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTransitionFactory2, 0x937d4916, 0xc1a6, 0x42d5, 0x88,0xd8, 0x30,0x34,0x4d,0x6e,0xfe,0x31) +#endif +#else +typedef struct IUIAnimationTransitionFactory2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTransitionFactory2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTransitionFactory2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTransitionFactory2 *This); + + /*** IUIAnimationTransitionFactory2 methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateTransition)( + IUIAnimationTransitionFactory2 *This, + IUIAnimationInterpolator2 *interpolator, + IUIAnimationTransition2 **transition); + + END_INTERFACE +} IUIAnimationTransitionFactory2Vtbl; + +interface IUIAnimationTransitionFactory2 { + CONST_VTBL IUIAnimationTransitionFactory2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTransitionFactory2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTransitionFactory2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTransitionFactory2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTransitionFactory2 methods ***/ +#define IUIAnimationTransitionFactory2_CreateTransition(This,interpolator,transition) (This)->lpVtbl->CreateTransition(This,interpolator,transition) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionFactory2_QueryInterface(IUIAnimationTransitionFactory2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTransitionFactory2_AddRef(IUIAnimationTransitionFactory2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTransitionFactory2_Release(IUIAnimationTransitionFactory2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTransitionFactory2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationTransitionFactory2_CreateTransition(IUIAnimationTransitionFactory2* This,IUIAnimationInterpolator2 *interpolator,IUIAnimationTransition2 **transition) { + return This->lpVtbl->CreateTransition(This,interpolator,transition); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTransitionFactory2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationInterpolator2 interface + */ +#ifndef __IUIAnimationInterpolator2_INTERFACE_DEFINED__ +#define __IUIAnimationInterpolator2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationInterpolator2, 0xea76aff8, 0xea22, 0x4a23, 0xa0,0xef, 0xa6,0xa9,0x66,0x70,0x35,0x18); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ea76aff8-ea22-4a23-a0ef-a6a966703518") +IUIAnimationInterpolator2 : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetDimension( + unsigned int *dimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInitialValueAndVelocity( + double *initialValue, + double *initialVelocity, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetDuration( + double duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDuration( + double *duration) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetFinalValue( + double *value, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE InterpolateValue( + double offset, + double *value, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE InterpolateVelocity( + double offset, + double *velocity, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPrimitiveInterpolation( + IUIAnimationPrimitiveInterpolation *interpolation, + unsigned int cDimension) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDependencies( + UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + UI_ANIMATION_DEPENDENCIES *durationDependencies) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationInterpolator2, 0xea76aff8, 0xea22, 0x4a23, 0xa0,0xef, 0xa6,0xa9,0x66,0x70,0x35,0x18) +#endif +#else +typedef struct IUIAnimationInterpolator2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationInterpolator2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationInterpolator2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationInterpolator2 *This); + + /*** IUIAnimationInterpolator2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetDimension)( + IUIAnimationInterpolator2 *This, + unsigned int *dimension); + + HRESULT (STDMETHODCALLTYPE *SetInitialValueAndVelocity)( + IUIAnimationInterpolator2 *This, + double *initialValue, + double *initialVelocity, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *SetDuration)( + IUIAnimationInterpolator2 *This, + double duration); + + HRESULT (STDMETHODCALLTYPE *GetDuration)( + IUIAnimationInterpolator2 *This, + double *duration); + + HRESULT (STDMETHODCALLTYPE *GetFinalValue)( + IUIAnimationInterpolator2 *This, + double *value, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *InterpolateValue)( + IUIAnimationInterpolator2 *This, + double offset, + double *value, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *InterpolateVelocity)( + IUIAnimationInterpolator2 *This, + double offset, + double *velocity, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetPrimitiveInterpolation)( + IUIAnimationInterpolator2 *This, + IUIAnimationPrimitiveInterpolation *interpolation, + unsigned int cDimension); + + HRESULT (STDMETHODCALLTYPE *GetDependencies)( + IUIAnimationInterpolator2 *This, + UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + UI_ANIMATION_DEPENDENCIES *durationDependencies); + + END_INTERFACE +} IUIAnimationInterpolator2Vtbl; + +interface IUIAnimationInterpolator2 { + CONST_VTBL IUIAnimationInterpolator2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationInterpolator2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationInterpolator2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationInterpolator2_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationInterpolator2 methods ***/ +#define IUIAnimationInterpolator2_GetDimension(This,dimension) (This)->lpVtbl->GetDimension(This,dimension) +#define IUIAnimationInterpolator2_SetInitialValueAndVelocity(This,initialValue,initialVelocity,cDimension) (This)->lpVtbl->SetInitialValueAndVelocity(This,initialValue,initialVelocity,cDimension) +#define IUIAnimationInterpolator2_SetDuration(This,duration) (This)->lpVtbl->SetDuration(This,duration) +#define IUIAnimationInterpolator2_GetDuration(This,duration) (This)->lpVtbl->GetDuration(This,duration) +#define IUIAnimationInterpolator2_GetFinalValue(This,value,cDimension) (This)->lpVtbl->GetFinalValue(This,value,cDimension) +#define IUIAnimationInterpolator2_InterpolateValue(This,offset,value,cDimension) (This)->lpVtbl->InterpolateValue(This,offset,value,cDimension) +#define IUIAnimationInterpolator2_InterpolateVelocity(This,offset,velocity,cDimension) (This)->lpVtbl->InterpolateVelocity(This,offset,velocity,cDimension) +#define IUIAnimationInterpolator2_GetPrimitiveInterpolation(This,interpolation,cDimension) (This)->lpVtbl->GetPrimitiveInterpolation(This,interpolation,cDimension) +#define IUIAnimationInterpolator2_GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies) (This)->lpVtbl->GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationInterpolator2_QueryInterface(IUIAnimationInterpolator2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationInterpolator2_AddRef(IUIAnimationInterpolator2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationInterpolator2_Release(IUIAnimationInterpolator2* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationInterpolator2 methods ***/ +static FORCEINLINE HRESULT IUIAnimationInterpolator2_GetDimension(IUIAnimationInterpolator2* This,unsigned int *dimension) { + return This->lpVtbl->GetDimension(This,dimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_SetInitialValueAndVelocity(IUIAnimationInterpolator2* This,double *initialValue,double *initialVelocity,unsigned int cDimension) { + return This->lpVtbl->SetInitialValueAndVelocity(This,initialValue,initialVelocity,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_SetDuration(IUIAnimationInterpolator2* This,double duration) { + return This->lpVtbl->SetDuration(This,duration); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_GetDuration(IUIAnimationInterpolator2* This,double *duration) { + return This->lpVtbl->GetDuration(This,duration); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_GetFinalValue(IUIAnimationInterpolator2* This,double *value,unsigned int cDimension) { + return This->lpVtbl->GetFinalValue(This,value,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_InterpolateValue(IUIAnimationInterpolator2* This,double offset,double *value,unsigned int cDimension) { + return This->lpVtbl->InterpolateValue(This,offset,value,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_InterpolateVelocity(IUIAnimationInterpolator2* This,double offset,double *velocity,unsigned int cDimension) { + return This->lpVtbl->InterpolateVelocity(This,offset,velocity,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_GetPrimitiveInterpolation(IUIAnimationInterpolator2* This,IUIAnimationPrimitiveInterpolation *interpolation,unsigned int cDimension) { + return This->lpVtbl->GetPrimitiveInterpolation(This,interpolation,cDimension); +} +static FORCEINLINE HRESULT IUIAnimationInterpolator2_GetDependencies(IUIAnimationInterpolator2* This,UI_ANIMATION_DEPENDENCIES *initialValueDependencies,UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies,UI_ANIMATION_DEPENDENCIES *durationDependencies) { + return This->lpVtbl->GetDependencies(This,initialValueDependencies,initialVelocityDependencies,durationDependencies); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationInterpolator2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationPrimitiveInterpolation interface + */ +#ifndef __IUIAnimationPrimitiveInterpolation_INTERFACE_DEFINED__ +#define __IUIAnimationPrimitiveInterpolation_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationPrimitiveInterpolation, 0xbab20d63, 0x4361, 0x45da, 0xa2,0x4f, 0xab,0x85,0x08,0x84,0x6b,0x5b); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("bab20d63-4361-45da-a24f-ab8508846b5b") +IUIAnimationPrimitiveInterpolation : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE AddCubic( + unsigned int dimension, + double beginOffset, + float constantCoefficient, + float linearCoefficient, + float quadraticCoefficient, + float cubicCoefficient) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddSinusoidal( + unsigned int dimension, + double beginOffset, + float bias, + float amplitude, + float frequency, + float phase) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationPrimitiveInterpolation, 0xbab20d63, 0x4361, 0x45da, 0xa2,0x4f, 0xab,0x85,0x08,0x84,0x6b,0x5b) +#endif +#else +typedef struct IUIAnimationPrimitiveInterpolationVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationPrimitiveInterpolation *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationPrimitiveInterpolation *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationPrimitiveInterpolation *This); + + /*** IUIAnimationPrimitiveInterpolation methods ***/ + HRESULT (STDMETHODCALLTYPE *AddCubic)( + IUIAnimationPrimitiveInterpolation *This, + unsigned int dimension, + double beginOffset, + float constantCoefficient, + float linearCoefficient, + float quadraticCoefficient, + float cubicCoefficient); + + HRESULT (STDMETHODCALLTYPE *AddSinusoidal)( + IUIAnimationPrimitiveInterpolation *This, + unsigned int dimension, + double beginOffset, + float bias, + float amplitude, + float frequency, + float phase); + + END_INTERFACE +} IUIAnimationPrimitiveInterpolationVtbl; + +interface IUIAnimationPrimitiveInterpolation { + CONST_VTBL IUIAnimationPrimitiveInterpolationVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationPrimitiveInterpolation_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationPrimitiveInterpolation_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationPrimitiveInterpolation_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationPrimitiveInterpolation methods ***/ +#define IUIAnimationPrimitiveInterpolation_AddCubic(This,dimension,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient) (This)->lpVtbl->AddCubic(This,dimension,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient) +#define IUIAnimationPrimitiveInterpolation_AddSinusoidal(This,dimension,beginOffset,bias,amplitude,frequency,phase) (This)->lpVtbl->AddSinusoidal(This,dimension,beginOffset,bias,amplitude,frequency,phase) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationPrimitiveInterpolation_QueryInterface(IUIAnimationPrimitiveInterpolation* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationPrimitiveInterpolation_AddRef(IUIAnimationPrimitiveInterpolation* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationPrimitiveInterpolation_Release(IUIAnimationPrimitiveInterpolation* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationPrimitiveInterpolation methods ***/ +static FORCEINLINE HRESULT IUIAnimationPrimitiveInterpolation_AddCubic(IUIAnimationPrimitiveInterpolation* This,unsigned int dimension,double beginOffset,float constantCoefficient,float linearCoefficient,float quadraticCoefficient,float cubicCoefficient) { + return This->lpVtbl->AddCubic(This,dimension,beginOffset,constantCoefficient,linearCoefficient,quadraticCoefficient,cubicCoefficient); +} +static FORCEINLINE HRESULT IUIAnimationPrimitiveInterpolation_AddSinusoidal(IUIAnimationPrimitiveInterpolation* This,unsigned int dimension,double beginOffset,float bias,float amplitude,float frequency,float phase) { + return This->lpVtbl->AddSinusoidal(This,dimension,beginOffset,bias,amplitude,frequency,phase); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationPrimitiveInterpolation_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTimer interface + */ +#ifndef __IUIAnimationTimer_INTERFACE_DEFINED__ +#define __IUIAnimationTimer_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTimer, 0x6b0efad1, 0xa053, 0x41d6, 0x90,0x85, 0x33,0xa6,0x89,0x14,0x46,0x65); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("6b0efad1-a053-41d6-9085-33a689144665") +IUIAnimationTimer : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetTimerUpdateHandler( + IUIAnimationTimerUpdateHandler *updateHandler, + UI_ANIMATION_IDLE_BEHAVIOR idleBehavior) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTimerEventHandler( + IUIAnimationTimerEventHandler *handler) = 0; + + virtual HRESULT STDMETHODCALLTYPE Enable( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE Disable( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsEnabled( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTime( + double *seconds) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetFrameRateThreshold( + unsigned int framesPerSecond) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTimer, 0x6b0efad1, 0xa053, 0x41d6, 0x90,0x85, 0x33,0xa6,0x89,0x14,0x46,0x65) +#endif +#else +typedef struct IUIAnimationTimerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTimer *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTimer *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTimer *This); + + /*** IUIAnimationTimer methods ***/ + HRESULT (STDMETHODCALLTYPE *SetTimerUpdateHandler)( + IUIAnimationTimer *This, + IUIAnimationTimerUpdateHandler *updateHandler, + UI_ANIMATION_IDLE_BEHAVIOR idleBehavior); + + HRESULT (STDMETHODCALLTYPE *SetTimerEventHandler)( + IUIAnimationTimer *This, + IUIAnimationTimerEventHandler *handler); + + HRESULT (STDMETHODCALLTYPE *Enable)( + IUIAnimationTimer *This); + + HRESULT (STDMETHODCALLTYPE *Disable)( + IUIAnimationTimer *This); + + HRESULT (STDMETHODCALLTYPE *IsEnabled)( + IUIAnimationTimer *This); + + HRESULT (STDMETHODCALLTYPE *GetTime)( + IUIAnimationTimer *This, + double *seconds); + + HRESULT (STDMETHODCALLTYPE *SetFrameRateThreshold)( + IUIAnimationTimer *This, + unsigned int framesPerSecond); + + END_INTERFACE +} IUIAnimationTimerVtbl; + +interface IUIAnimationTimer { + CONST_VTBL IUIAnimationTimerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTimer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTimer_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTimer_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTimer methods ***/ +#define IUIAnimationTimer_SetTimerUpdateHandler(This,updateHandler,idleBehavior) (This)->lpVtbl->SetTimerUpdateHandler(This,updateHandler,idleBehavior) +#define IUIAnimationTimer_SetTimerEventHandler(This,handler) (This)->lpVtbl->SetTimerEventHandler(This,handler) +#define IUIAnimationTimer_Enable(This) (This)->lpVtbl->Enable(This) +#define IUIAnimationTimer_Disable(This) (This)->lpVtbl->Disable(This) +#define IUIAnimationTimer_IsEnabled(This) (This)->lpVtbl->IsEnabled(This) +#define IUIAnimationTimer_GetTime(This,seconds) (This)->lpVtbl->GetTime(This,seconds) +#define IUIAnimationTimer_SetFrameRateThreshold(This,framesPerSecond) (This)->lpVtbl->SetFrameRateThreshold(This,framesPerSecond) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimer_QueryInterface(IUIAnimationTimer* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTimer_AddRef(IUIAnimationTimer* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTimer_Release(IUIAnimationTimer* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTimer methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimer_SetTimerUpdateHandler(IUIAnimationTimer* This,IUIAnimationTimerUpdateHandler *updateHandler,UI_ANIMATION_IDLE_BEHAVIOR idleBehavior) { + return This->lpVtbl->SetTimerUpdateHandler(This,updateHandler,idleBehavior); +} +static FORCEINLINE HRESULT IUIAnimationTimer_SetTimerEventHandler(IUIAnimationTimer* This,IUIAnimationTimerEventHandler *handler) { + return This->lpVtbl->SetTimerEventHandler(This,handler); +} +static FORCEINLINE HRESULT IUIAnimationTimer_Enable(IUIAnimationTimer* This) { + return This->lpVtbl->Enable(This); +} +static FORCEINLINE HRESULT IUIAnimationTimer_Disable(IUIAnimationTimer* This) { + return This->lpVtbl->Disable(This); +} +static FORCEINLINE HRESULT IUIAnimationTimer_IsEnabled(IUIAnimationTimer* This) { + return This->lpVtbl->IsEnabled(This); +} +static FORCEINLINE HRESULT IUIAnimationTimer_GetTime(IUIAnimationTimer* This,double *seconds) { + return This->lpVtbl->GetTime(This,seconds); +} +static FORCEINLINE HRESULT IUIAnimationTimer_SetFrameRateThreshold(IUIAnimationTimer* This,unsigned int framesPerSecond) { + return This->lpVtbl->SetFrameRateThreshold(This,framesPerSecond); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTimer_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTimerUpdateHandler interface + */ +#ifndef __IUIAnimationTimerUpdateHandler_INTERFACE_DEFINED__ +#define __IUIAnimationTimerUpdateHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTimerUpdateHandler, 0x195509b7, 0x5d5e, 0x4e3e, 0xb2,0x78, 0xee,0x37,0x59,0xb3,0x67,0xad); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("195509b7-5d5e-4e3e-b278-ee3759b367ad") +IUIAnimationTimerUpdateHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnUpdate( + double timeNow, + UI_ANIMATION_UPDATE_RESULT *result) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetTimerClientEventHandler( + IUIAnimationTimerClientEventHandler *handler) = 0; + + virtual HRESULT STDMETHODCALLTYPE ClearTimerClientEventHandler( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTimerUpdateHandler, 0x195509b7, 0x5d5e, 0x4e3e, 0xb2,0x78, 0xee,0x37,0x59,0xb3,0x67,0xad) +#endif +#else +typedef struct IUIAnimationTimerUpdateHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTimerUpdateHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTimerUpdateHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTimerUpdateHandler *This); + + /*** IUIAnimationTimerUpdateHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnUpdate)( + IUIAnimationTimerUpdateHandler *This, + double timeNow, + UI_ANIMATION_UPDATE_RESULT *result); + + HRESULT (STDMETHODCALLTYPE *SetTimerClientEventHandler)( + IUIAnimationTimerUpdateHandler *This, + IUIAnimationTimerClientEventHandler *handler); + + HRESULT (STDMETHODCALLTYPE *ClearTimerClientEventHandler)( + IUIAnimationTimerUpdateHandler *This); + + END_INTERFACE +} IUIAnimationTimerUpdateHandlerVtbl; + +interface IUIAnimationTimerUpdateHandler { + CONST_VTBL IUIAnimationTimerUpdateHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTimerUpdateHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTimerUpdateHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTimerUpdateHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTimerUpdateHandler methods ***/ +#define IUIAnimationTimerUpdateHandler_OnUpdate(This,timeNow,result) (This)->lpVtbl->OnUpdate(This,timeNow,result) +#define IUIAnimationTimerUpdateHandler_SetTimerClientEventHandler(This,handler) (This)->lpVtbl->SetTimerClientEventHandler(This,handler) +#define IUIAnimationTimerUpdateHandler_ClearTimerClientEventHandler(This) (This)->lpVtbl->ClearTimerClientEventHandler(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerUpdateHandler_QueryInterface(IUIAnimationTimerUpdateHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTimerUpdateHandler_AddRef(IUIAnimationTimerUpdateHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTimerUpdateHandler_Release(IUIAnimationTimerUpdateHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTimerUpdateHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerUpdateHandler_OnUpdate(IUIAnimationTimerUpdateHandler* This,double timeNow,UI_ANIMATION_UPDATE_RESULT *result) { + return This->lpVtbl->OnUpdate(This,timeNow,result); +} +static FORCEINLINE HRESULT IUIAnimationTimerUpdateHandler_SetTimerClientEventHandler(IUIAnimationTimerUpdateHandler* This,IUIAnimationTimerClientEventHandler *handler) { + return This->lpVtbl->SetTimerClientEventHandler(This,handler); +} +static FORCEINLINE HRESULT IUIAnimationTimerUpdateHandler_ClearTimerClientEventHandler(IUIAnimationTimerUpdateHandler* This) { + return This->lpVtbl->ClearTimerClientEventHandler(This); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTimerUpdateHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTimerClientEventHandler interface + */ +#ifndef __IUIAnimationTimerClientEventHandler_INTERFACE_DEFINED__ +#define __IUIAnimationTimerClientEventHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTimerClientEventHandler, 0xbedb4db6, 0x94fa, 0x4bfb, 0xa4,0x7f, 0xef,0x2d,0x9e,0x40,0x8c,0x25); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("bedb4db6-94fa-4bfb-a47f-ef2d9e408c25") +IUIAnimationTimerClientEventHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnTimerClientStatusChanged( + UI_ANIMATION_TIMER_CLIENT_STATUS newStatus, + UI_ANIMATION_TIMER_CLIENT_STATUS previousStatus) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTimerClientEventHandler, 0xbedb4db6, 0x94fa, 0x4bfb, 0xa4,0x7f, 0xef,0x2d,0x9e,0x40,0x8c,0x25) +#endif +#else +typedef struct IUIAnimationTimerClientEventHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTimerClientEventHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTimerClientEventHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTimerClientEventHandler *This); + + /*** IUIAnimationTimerClientEventHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnTimerClientStatusChanged)( + IUIAnimationTimerClientEventHandler *This, + UI_ANIMATION_TIMER_CLIENT_STATUS newStatus, + UI_ANIMATION_TIMER_CLIENT_STATUS previousStatus); + + END_INTERFACE +} IUIAnimationTimerClientEventHandlerVtbl; + +interface IUIAnimationTimerClientEventHandler { + CONST_VTBL IUIAnimationTimerClientEventHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTimerClientEventHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTimerClientEventHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTimerClientEventHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTimerClientEventHandler methods ***/ +#define IUIAnimationTimerClientEventHandler_OnTimerClientStatusChanged(This,newStatus,previousStatus) (This)->lpVtbl->OnTimerClientStatusChanged(This,newStatus,previousStatus) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerClientEventHandler_QueryInterface(IUIAnimationTimerClientEventHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTimerClientEventHandler_AddRef(IUIAnimationTimerClientEventHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTimerClientEventHandler_Release(IUIAnimationTimerClientEventHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTimerClientEventHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerClientEventHandler_OnTimerClientStatusChanged(IUIAnimationTimerClientEventHandler* This,UI_ANIMATION_TIMER_CLIENT_STATUS newStatus,UI_ANIMATION_TIMER_CLIENT_STATUS previousStatus) { + return This->lpVtbl->OnTimerClientStatusChanged(This,newStatus,previousStatus); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTimerClientEventHandler_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IUIAnimationTimerEventHandler interface + */ +#ifndef __IUIAnimationTimerEventHandler_INTERFACE_DEFINED__ +#define __IUIAnimationTimerEventHandler_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IUIAnimationTimerEventHandler, 0x274a7dea, 0xd771, 0x4095, 0xab,0xbd, 0x8d,0xf7,0xab,0xd2,0x3c,0xe3); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("274a7dea-d771-4095-abbd-8df7abd23ce3") +IUIAnimationTimerEventHandler : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnPreUpdate( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnPostUpdate( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnRenderingTooSlow( + UINT32 framesPerSecond) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IUIAnimationTimerEventHandler, 0x274a7dea, 0xd771, 0x4095, 0xab,0xbd, 0x8d,0xf7,0xab,0xd2,0x3c,0xe3) +#endif +#else +typedef struct IUIAnimationTimerEventHandlerVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IUIAnimationTimerEventHandler *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IUIAnimationTimerEventHandler *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IUIAnimationTimerEventHandler *This); + + /*** IUIAnimationTimerEventHandler methods ***/ + HRESULT (STDMETHODCALLTYPE *OnPreUpdate)( + IUIAnimationTimerEventHandler *This); + + HRESULT (STDMETHODCALLTYPE *OnPostUpdate)( + IUIAnimationTimerEventHandler *This); + + HRESULT (STDMETHODCALLTYPE *OnRenderingTooSlow)( + IUIAnimationTimerEventHandler *This, + UINT32 framesPerSecond); + + END_INTERFACE +} IUIAnimationTimerEventHandlerVtbl; + +interface IUIAnimationTimerEventHandler { + CONST_VTBL IUIAnimationTimerEventHandlerVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IUIAnimationTimerEventHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IUIAnimationTimerEventHandler_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IUIAnimationTimerEventHandler_Release(This) (This)->lpVtbl->Release(This) +/*** IUIAnimationTimerEventHandler methods ***/ +#define IUIAnimationTimerEventHandler_OnPreUpdate(This) (This)->lpVtbl->OnPreUpdate(This) +#define IUIAnimationTimerEventHandler_OnPostUpdate(This) (This)->lpVtbl->OnPostUpdate(This) +#define IUIAnimationTimerEventHandler_OnRenderingTooSlow(This,framesPerSecond) (This)->lpVtbl->OnRenderingTooSlow(This,framesPerSecond) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerEventHandler_QueryInterface(IUIAnimationTimerEventHandler* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IUIAnimationTimerEventHandler_AddRef(IUIAnimationTimerEventHandler* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IUIAnimationTimerEventHandler_Release(IUIAnimationTimerEventHandler* This) { + return This->lpVtbl->Release(This); +} +/*** IUIAnimationTimerEventHandler methods ***/ +static FORCEINLINE HRESULT IUIAnimationTimerEventHandler_OnPreUpdate(IUIAnimationTimerEventHandler* This) { + return This->lpVtbl->OnPreUpdate(This); +} +static FORCEINLINE HRESULT IUIAnimationTimerEventHandler_OnPostUpdate(IUIAnimationTimerEventHandler* This) { + return This->lpVtbl->OnPostUpdate(This); +} +static FORCEINLINE HRESULT IUIAnimationTimerEventHandler_OnRenderingTooSlow(IUIAnimationTimerEventHandler* This,UINT32 framesPerSecond) { + return This->lpVtbl->OnRenderingTooSlow(This,framesPerSecond); +} +#endif +#endif + +#endif + + +#endif /* __IUIAnimationTimerEventHandler_INTERFACE_DEFINED__ */ + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __uianimation_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uianimation.idl mingw-w64-6.0.0/mingw-w64-headers/include/uianimation.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/uianimation.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uianimation.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,1248 @@ +/** + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER within this package. + */ +import "unknwn.idl"; + +/* Interface forward declarations. */ +interface IUIAnimationManager; +interface IUIAnimationVariable; +interface IUIAnimationStoryboard; +interface IUIAnimationTransition; +interface IUIAnimationStoryboardEventHandler; +interface IUIAnimationVariableChangeHandler; +interface IUIAnimationVariableIntegerChangeHandler; +interface IUIAnimationManagerEventHandler; +interface IUIAnimationPriorityComparison; +interface IUIAnimationManager2; +interface IUIAnimationVariable2; +interface IDCompositionAnimation; +interface IUIAnimationStoryboard2; +interface IUIAnimationTransition2; +interface IUIAnimationLoopIterationChangeHandler2; +interface IUIAnimationStoryboardEventHandler2; +interface IUIAnimationVariableChangeHandler2; +interface IUIAnimationVariableIntegerChangeHandler2; +interface IUIAnimationVariableCurveChangeHandler2; +interface IUIAnimationManagerEventHandler2; +interface IUIAnimationPriorityComparison2; +interface IUIAnimationTransitionLibrary; +interface IUIAnimationTransitionLibrary2; +interface IUIAnimationTransitionFactory; +interface IUIAnimationInterpolator; +interface IUIAnimationTransitionFactory2; +interface IUIAnimationInterpolator2; +interface IUIAnimationPrimitiveInterpolation; +interface IUIAnimationTimer; +interface IUIAnimationTimerUpdateHandler; +interface IUIAnimationTimerClientEventHandler; +interface IUIAnimationTimerEventHandler; + +/* Coclass record forward declarations. */ +coclass UIAnimationManager; +coclass UIAnimationManager2; +coclass UIAnimationTransitionLibrary; +coclass UIAnimationTransitionLibrary2; +coclass UIAnimationTransitionFactory; +coclass UIAnimationTransitionFactory2; +coclass UIAnimationTimer; + +typedef DOUBLE UI_ANIMATION_SECONDS; + +/* Enumeration declarations. */ +typedef [v1_enum] enum +{ + UI_ANIMATION_SCHEDULING_UNEXPECTED_FAILURE = 0, + UI_ANIMATION_SCHEDULING_INSUFFICIENT_PRIORITY = 1, + UI_ANIMATION_SCHEDULING_ALREADY_SCHEDULED = 2, + UI_ANIMATION_SCHEDULING_SUCCEEDED = 3, + UI_ANIMATION_SCHEDULING_DEFERRED = 4 +} UI_ANIMATION_SCHEDULING_RESULT; +typedef [v1_enum] enum +{ + UI_ANIMATION_STORYBOARD_BUILDING = 0, + UI_ANIMATION_STORYBOARD_SCHEDULED = 1, + UI_ANIMATION_STORYBOARD_CANCELLED = 2, + UI_ANIMATION_STORYBOARD_PLAYING = 3, + UI_ANIMATION_STORYBOARD_TRUNCATED = 4, + UI_ANIMATION_STORYBOARD_FINISHED = 5, + UI_ANIMATION_STORYBOARD_READY = 6, + UI_ANIMATION_STORYBOARD_INSUFFICIENT_PRIORITY = 7 +} UI_ANIMATION_STORYBOARD_STATUS; +typedef [v1_enum] enum +{ + UI_ANIMATION_ROUNDING_NEAREST = 0, + UI_ANIMATION_ROUNDING_FLOOR = 1, + UI_ANIMATION_ROUNDING_CEILING = 2 +} UI_ANIMATION_ROUNDING_MODE; +typedef [v1_enum] enum +{ + UI_ANIMATION_UPDATE_NO_CHANGE = 0, + UI_ANIMATION_UPDATE_VARIABLES_CHANGED = 1 +} UI_ANIMATION_UPDATE_RESULT; +typedef [v1_enum] enum +{ + UI_ANIMATION_MANAGER_IDLE = 0, + UI_ANIMATION_MANAGER_BUSY = 1 +} UI_ANIMATION_MANAGER_STATUS; +typedef [v1_enum] enum +{ + UI_ANIMATION_MODE_DISABLED = 0, + UI_ANIMATION_MODE_SYSTEM_DEFAULT = 1, + UI_ANIMATION_MODE_ENABLED = 2 +} UI_ANIMATION_MODE; +typedef [v1_enum] enum +{ + UI_ANIMATION_PRIORITY_EFFECT_FAILURE = 0, + UI_ANIMATION_PRIORITY_EFFECT_DELAY = 1 +} UI_ANIMATION_PRIORITY_EFFECT; +typedef [v1_enum] enum +{ + UI_ANIMATION_REPEAT_MODE_NORMAL = 0, + UI_ANIMATION_REPEAT_MODE_ALTERNATE = 1 +} UI_ANIMATION_REPEAT_MODE; +typedef [v1_enum] enum +{ + UI_ANIMATION_SLOPE_INCREASING = 0, + UI_ANIMATION_SLOPE_DECREASING = 1 +} UI_ANIMATION_SLOPE; +typedef [v1_enum] enum +{ + UI_ANIMATION_DEPENDENCY_NONE = 0, + UI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES = 0x1, + UI_ANIMATION_DEPENDENCY_FINAL_VALUE = 0x2, + UI_ANIMATION_DEPENDENCY_FINAL_VELOCITY = 0x4, + UI_ANIMATION_DEPENDENCY_DURATION = 0x8 +} UI_ANIMATION_DEPENDENCIES; +typedef [v1_enum] enum +{ + UI_ANIMATION_TIMER_CLIENT_IDLE = 0, + UI_ANIMATION_TIMER_CLIENT_BUSY = 1 +} UI_ANIMATION_TIMER_CLIENT_STATUS; +typedef [v1_enum] enum +{ + UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE = 0, + UI_ANIMATION_IDLE_BEHAVIOR_DISABLE = 1 +} UI_ANIMATION_IDLE_BEHAVIOR; + +/* Structure/union declarations. */ +typedef struct +{ + int _; +} *UI_ANIMATION_KEYFRAME; + +const UI_ANIMATION_KEYFRAME UI_ANIMATION_KEYFRAME_STORYBOARD_START = (UI_ANIMATION_KEYFRAME)(-1); + +const INT32 UI_ANIMATION_REPEAT_INDEFINITELY = -1; +const INT32 UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END = UI_ANIMATION_REPEAT_INDEFINITELY; +const INT32 UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START = -2; + +[ + uuid(44CA24DB-1A92-4149-BAB5-FB14D64B401E), + version(1.0), + helpstring("UIAnimation 1.0 Type Library") +] +library uianimation +{ + importlib("stdole2.tlb"); + + /* CoClass declarations. */ + [ + uuid(4C1FC63A-695C-47E8-A339-1A194BE3D0B8), + helpstring("UIAnimationManager Class") + ] + coclass UIAnimationManager + { + [default] interface IUIAnimationManager; + }; + [ + uuid(D25D8842-8884-4A4A-B321-091314379BDD), + helpstring("UIAnimationManager2 Class") + ] + coclass UIAnimationManager2 + { + [default] interface IUIAnimationManager2; + }; + [ + uuid(1D6322AD-AA85-4EF5-A828-86D71067D145), + helpstring("UIAnimationTransitionLibrary Class") + ] + coclass UIAnimationTransitionLibrary + { + [default] interface IUIAnimationTransitionLibrary; + }; + [ + uuid(812F944A-C5C8-4CD9-B0A6-B3DA802F228D), + helpstring("UIAnimationTransitionLibrary2 Class") + ] + coclass UIAnimationTransitionLibrary2 + { + [default] interface IUIAnimationTransitionLibrary2; + }; + [ + uuid(8A9B1CDD-FCD7-419C-8B44-42FD17DB1887), + helpstring("UIAnimationTransitionFactory Class") + ] + coclass UIAnimationTransitionFactory + { + [default] interface IUIAnimationTransitionFactory; + }; + [ + uuid(84302F97-7F7B-4040-B190-72AC9D18E420), + helpstring("UIAnimationTransitionFactory2 Class") + ] + coclass UIAnimationTransitionFactory2 + { + [default] interface IUIAnimationTransitionFactory2; + }; + [ + uuid(BFCD4A0C-06B6-4384-B768-0DAA792C380E), + helpstring("UIAnimationTimer Class") + ] + coclass UIAnimationTimer + { + [default] interface IUIAnimationTimer; + }; + +}; + +/* Interface declarations. */ +[ + uuid(9169896C-AC8D-4E7D-94E5-67FA4DC2F2E8), + helpstring("IUIAnimationManager Interface") +] +interface IUIAnimationManager : IUnknown +{ + HRESULT CreateAnimationVariable( + [in] double initialValue, + [out, retval] IUIAnimationVariable **variable + ); + HRESULT ScheduleTransition( + [in] IUIAnimationVariable *variable, + [in] IUIAnimationTransition *transition, + [in] double timeNow + ); + HRESULT CreateStoryboard( + [out, retval] IUIAnimationStoryboard **storyboard + ); + HRESULT FinishAllStoryboards( + [in] double completionDeadline + ); + HRESULT AbandonAllStoryboards(void); + HRESULT Update( + [in] double timeNow, + [out, defaultvalue(0)] UI_ANIMATION_UPDATE_RESULT *updateResult + ); + HRESULT GetVariableFromTag( + [in] IUnknown * object, + [in] UINT32 id, + [out, retval] IUIAnimationVariable **variable + ); + HRESULT GetStoryboardFromTag( + [in] IUnknown * object, + [in] UINT32 id, + [out, retval] IUIAnimationStoryboard **storyboard + ); + HRESULT GetStatus( + [out, retval] UI_ANIMATION_MANAGER_STATUS *status + ); + HRESULT SetAnimationMode( + [in] UI_ANIMATION_MODE mode + ); + HRESULT Pause(void); + HRESULT Resume(void); + HRESULT SetManagerEventHandler( + [in] IUIAnimationManagerEventHandler *handler + ); + HRESULT SetCancelPriorityComparison( + [in] IUIAnimationPriorityComparison *comparison + ); + HRESULT SetTrimPriorityComparison( + [in] IUIAnimationPriorityComparison *comparison + ); + HRESULT SetCompressPriorityComparison( + [in] IUIAnimationPriorityComparison *comparison + ); + HRESULT SetConcludePriorityComparison( + [in] IUIAnimationPriorityComparison *comparison + ); + HRESULT SetDefaultLongestAcceptableDelay( + [in] double delay + ); + HRESULT Shutdown(void); +}; +[ + uuid(8CEEB155-2849-4CE5-9448-91FF70E1E4D9), + helpstring("IUIAnimationVariable Interface") +] +interface IUIAnimationVariable : IUnknown +{ + HRESULT GetValue( + [out, retval] double *value + ); + HRESULT GetFinalValue( + [out, retval] double *finalValue + ); + HRESULT GetPreviousValue( + [out, retval] double *previousValue + ); + HRESULT GetIntegerValue( + [out, retval] int *value + ); + HRESULT GetFinalIntegerValue( + [out, retval] int *finalValue + ); + HRESULT GetPreviousIntegerValue( + [out, retval] int *previousValue + ); + HRESULT GetCurrentStoryboard( + [out, retval] IUIAnimationStoryboard **storyboard + ); + HRESULT SetLowerBound( + [in] double bound + ); + HRESULT SetUpperBound( + [in] double bound + ); + HRESULT SetRoundingMode( + [in] UI_ANIMATION_ROUNDING_MODE mode + ); + HRESULT SetTag( + [in] IUnknown * object, + [in] unsigned int id + ); + HRESULT GetTag( + [out] IUnknown **object, + [out] unsigned int *id + ); + HRESULT SetVariableChangeHandler( + [in] IUIAnimationVariableChangeHandler *handler + ); + HRESULT SetVariableIntegerChangeHandler( + [in] IUIAnimationVariableIntegerChangeHandler *handler + ); +}; +[ + uuid(A8FF128F-9BF9-4AF1-9E67-E5E410DEFB84), + helpstring("IUIAnimationStoryboard Interface") +] +interface IUIAnimationStoryboard : IUnknown +{ + HRESULT AddTransition( + [in] IUIAnimationVariable *variable, + [in] IUIAnimationTransition *transition + ); + HRESULT AddKeyframeAtOffset( + [in] UI_ANIMATION_KEYFRAME existingKeyframe, + [in] double offset, + [out, retval] UI_ANIMATION_KEYFRAME *keyframe + ); + HRESULT AddKeyframeAfterTransition( + [in] IUIAnimationTransition *transition, + [out, retval] UI_ANIMATION_KEYFRAME *keyframe + ); + HRESULT AddTransitionAtKeyframe( + [in] IUIAnimationVariable *variable, + [in] IUIAnimationTransition *transition, + [in] UI_ANIMATION_KEYFRAME startKeyframe + ); + HRESULT AddTransitionBetweenKeyframes( + [in] IUIAnimationVariable *variable, + [in] IUIAnimationTransition *transition, + [in] UI_ANIMATION_KEYFRAME startKeyframe, + [in] UI_ANIMATION_KEYFRAME endKeyframe + ); + HRESULT RepeatBetweenKeyframes( + [in] UI_ANIMATION_KEYFRAME startKeyframe, + [in] UI_ANIMATION_KEYFRAME endKeyframe, + [in] int repetitionCount + ); + HRESULT HoldVariable( + [in] IUIAnimationVariable *variable + ); + HRESULT SetLongestAcceptableDelay( + [in] double delay + ); + HRESULT Schedule( + [in] double timeNow, + [out, defaultvalue(0)] UI_ANIMATION_SCHEDULING_RESULT *schedulingResult + ); + HRESULT Conclude(void); + HRESULT Finish( + [in] double completionDeadline + ); + HRESULT Abandon(void); + HRESULT SetTag( + [in] IUnknown * object, + [in] unsigned int id + ); + HRESULT GetTag( + [out] IUnknown **object, + [out] unsigned int *id + ); + HRESULT GetStatus( + [out, retval] UI_ANIMATION_STORYBOARD_STATUS *status + ); + HRESULT GetElapsedTime( + [out] double *elapsedTime + ); + HRESULT SetStoryboardEventHandler( + [in] IUIAnimationStoryboardEventHandler *handler + ); +}; +[ + uuid(DC6CE252-F731-41CF-B610-614B6CA049AD), + helpstring("IUIAnimationTransition Interface") +] +interface IUIAnimationTransition : IUnknown +{ + HRESULT SetInitialValue( + [in] double value + ); + HRESULT SetInitialVelocity( + [in] double velocity + ); + HRESULT IsDurationKnown(void); + HRESULT GetDuration( + [out, retval] double *duration + ); +}; +[ + uuid(3D5C9008-EC7C-4364-9F8A-9AF3C58CBAE6), + helpstring("IUIAnimationStoryboardEventHandler Interface") +] +interface IUIAnimationStoryboardEventHandler : IUnknown +{ + HRESULT OnStoryboardStatusChanged( + [in] IUIAnimationStoryboard *storyboard, + [in] UI_ANIMATION_STORYBOARD_STATUS newStatus, + [in] UI_ANIMATION_STORYBOARD_STATUS previousStatus + ); + HRESULT OnStoryboardUpdated( + [in] IUIAnimationStoryboard *storyboard + ); +}; +[ + uuid(6358B7BA-87D2-42D5-BF71-82E919DD5862), + helpstring("IUIAnimationVariableChangeHandler Interface") +] +interface IUIAnimationVariableChangeHandler : IUnknown +{ + HRESULT OnValueChanged( + [in] IUIAnimationStoryboard *storyboard, + [in] IUIAnimationVariable *variable, + [in] double newValue, + [in] double previousValue + ); +}; +[ + uuid(BB3E1550-356E-44B0-99DA-85AC6017865E), + helpstring("IUIAnimationVariableIntegerChangeHandler Interface") +] +interface IUIAnimationVariableIntegerChangeHandler : IUnknown +{ + HRESULT OnIntegerValueChanged( + [in] IUIAnimationStoryboard *storyboard, + [in] IUIAnimationVariable *variable, + [in] int newValue, + [in] int previousValue + ); +}; +[ + uuid(783321ED-78A3-4366-B574-6AF607A64788), + helpstring("IUIAnimationManagerEventHandler Interface") +] +interface IUIAnimationManagerEventHandler : IUnknown +{ + HRESULT OnManagerStatusChanged( + [in] UI_ANIMATION_MANAGER_STATUS newStatus, + [in] UI_ANIMATION_MANAGER_STATUS previousStatus + ); +}; +[ + uuid(83FA9B74-5F86-4618-BC6A-A2FAC19B3F44), + helpstring("IUIAnimationPriorityComparison Interface") +] +interface IUIAnimationPriorityComparison : IUnknown +{ + HRESULT HasPriority( + [in] IUIAnimationStoryboard *scheduledStoryboard, + [in] IUIAnimationStoryboard *newStoryboard, + [in] UI_ANIMATION_PRIORITY_EFFECT priorityEffect + ); +}; +[ + uuid(D8B6F7D4-4109-4D3F-ACEE-879926968CB1), + helpstring("IUIAnimationManager2 Interface") +] +interface IUIAnimationManager2 : IUnknown +{ + HRESULT CreateAnimationVectorVariable( + [in] double *initialValue, + [in] unsigned int cDimension, + [out, retval] IUIAnimationVariable2 **variable + ); + HRESULT CreateAnimationVariable( + [in] double initialValue, + [out, retval] IUIAnimationVariable2 **variable + ); + HRESULT ScheduleTransition( + [in] IUIAnimationVariable2 *variable, + [in] IUIAnimationTransition2 *transition, + [in] double timeNow + ); + HRESULT CreateStoryboard( + [out, retval] IUIAnimationStoryboard2 **storyboard + ); + HRESULT FinishAllStoryboards( + [in] double completionDeadline + ); + HRESULT AbandonAllStoryboards(void); + HRESULT Update( + [in] double timeNow, + [out, defaultvalue(0)] UI_ANIMATION_UPDATE_RESULT *updateResult + ); + HRESULT GetVariableFromTag( + [in] IUnknown * object, + [in] UINT32 id, + [out, retval] IUIAnimationVariable2 **variable + ); + HRESULT GetStoryboardFromTag( + [in] IUnknown * object, + [in] unsigned int id, + [out, retval] IUIAnimationStoryboard2 **storyboard + ); + HRESULT EstimateNextEventTime( + [out, retval] double *seconds + ); + HRESULT GetStatus( + [out, retval] UI_ANIMATION_MANAGER_STATUS *status + ); + HRESULT SetAnimationMode( + [in] UI_ANIMATION_MODE mode + ); + HRESULT Pause(void); + HRESULT Resume(void); + HRESULT SetManagerEventHandler( + [in] IUIAnimationManagerEventHandler2 *handler, + [in, defaultvalue(FALSE)] long fRegisterForNextAnimationEvent + ); + HRESULT SetCancelPriorityComparison( + [in] IUIAnimationPriorityComparison2 *comparison + ); + HRESULT SetTrimPriorityComparison( + [in] IUIAnimationPriorityComparison2 *comparison + ); + HRESULT SetCompressPriorityComparison( + [in] IUIAnimationPriorityComparison2 *comparison + ); + HRESULT SetConcludePriorityComparison( + [in] IUIAnimationPriorityComparison2 *comparison + ); + HRESULT SetDefaultLongestAcceptableDelay( + [in] double delay + ); + HRESULT Shutdown(void); +}; +[ + uuid(4914B304-96AB-44D9-9E77-D5109B7E7466), + helpstring("IUIAnimationVariable2 Interface") +] +interface IUIAnimationVariable2 : IUnknown +{ + HRESULT GetDimension( + [out, retval] unsigned int *dimension + ); + HRESULT GetValue( + [out, retval] double *value + ); + HRESULT GetVectorValue( + [out] double *value, + [in] unsigned int cDimension + ); + HRESULT GetCurve( + [in] IDCompositionAnimation *animation + ); + HRESULT GetVectorCurve( + [in] IDCompositionAnimation **animation, + [in] unsigned int cDimension + ); + HRESULT GetFinalValue( + [out, retval] double *finalValue + ); + HRESULT GetFinalVectorValue( + [out] double *finalValue, + [in] unsigned int cDimension + ); + HRESULT GetPreviousValue( + [out, retval] double *previousValue + ); + HRESULT GetPreviousVectorValue( + [out] double *previousValue, + [in] unsigned int cDimension + ); + HRESULT GetIntegerValue( + [out, retval] int *value + ); + HRESULT GetIntegerVectorValue( + [out] int *value, + [in] unsigned int cDimension + ); + HRESULT GetFinalIntegerValue( + [out, retval] int *finalValue + ); + HRESULT GetFinalIntegerVectorValue( + [out] int *finalValue, + [in] unsigned int cDimension + ); + HRESULT GetPreviousIntegerValue( + [out, retval] int *previousValue + ); + HRESULT GetPreviousIntegerVectorValue( + [out] int *previousValue, + [in] unsigned int cDimension + ); + HRESULT GetCurrentStoryboard( + [out, retval] IUIAnimationStoryboard2 **storyboard + ); + HRESULT SetLowerBound( + [in] double bound + ); + HRESULT SetLowerBoundVector( + [out] double *bound, + [in] unsigned int cDimension + ); + HRESULT SetUpperBound( + [in] double bound + ); + HRESULT SetUpperBoundVector( + [out] double *bound, + [in] unsigned int cDimension + ); + HRESULT SetRoundingMode( + [in] UI_ANIMATION_ROUNDING_MODE mode + ); + HRESULT SetTag( + [in] IUnknown * object, + [in] unsigned int id + ); + HRESULT GetTag( + [out] IUnknown **object, + [out] unsigned int *id + ); + HRESULT SetVariableChangeHandler( + [in] IUIAnimationVariableChangeHandler2 *handler, + [in, defaultvalue(FALSE)] long fRegisterForNextAnimationEvent + ); + HRESULT SetVariableIntegerChangeHandler( + [in] IUIAnimationVariableIntegerChangeHandler2 *handler, + [in, defaultvalue(FALSE)] long fRegisterForNextAnimationEvent + ); + HRESULT SetVariableCurveChangeHandler( + [in] IUIAnimationVariableCurveChangeHandler2 *handler + ); +}; +[ + uuid(CBFD91D9-51B2-45E4-B3DE-D19CCFB863C5), + helpstring("IDCompositionAnimation Interface") +] +interface IDCompositionAnimation : IUnknown +{ + HRESULT Reset(void); + HRESULT SetAbsoluteBeginTime( + LARGE_INTEGER beginTime + ); + HRESULT AddCubic( + double beginOffset, + float constantCoefficient, + float linearCoefficient, + float quadraticCoefficient, + float cubicCoefficient + ); + HRESULT AddSinusoidal( + double beginOffset, + float bias, + float amplitude, + float frequency, + float phase + ); + HRESULT AddRepeat( + double beginOffset, + double durationToRepeat + ); + HRESULT End( + double endOffset, + float endValue + ); +}; +[ + uuid(AE289CD2-12D4-4945-9419-9E41BE034DF2), + helpstring("IUIAnimationStoryboard2 Interface") +] +interface IUIAnimationStoryboard2 : IUnknown +{ + HRESULT AddTransition( + [in] IUIAnimationVariable2 *variable, + [in] IUIAnimationTransition2 *transition + ); + HRESULT AddKeyframeAtOffset( + [in] UI_ANIMATION_KEYFRAME existingKeyframe, + [in] double offset, + [out, retval] UI_ANIMATION_KEYFRAME *keyframe + ); + HRESULT AddKeyframeAfterTransition( + [in] IUIAnimationTransition2 *transition, + [out, retval] UI_ANIMATION_KEYFRAME *keyframe + ); + HRESULT AddTransitionAtKeyframe( + [in] IUIAnimationVariable2 *variable, + [in] IUIAnimationTransition2 *transition, + [in] UI_ANIMATION_KEYFRAME startKeyframe + ); + HRESULT AddTransitionBetweenKeyframes( + [in] IUIAnimationVariable2 *variable, + [in] IUIAnimationTransition2 *transition, + [in] UI_ANIMATION_KEYFRAME startKeyframe, + [in] UI_ANIMATION_KEYFRAME endKeyframe + ); + HRESULT RepeatBetweenKeyframes( + [in] UI_ANIMATION_KEYFRAME startKeyframe, + [in] UI_ANIMATION_KEYFRAME endKeyframe, + [in] double cRepetition, + [in] UI_ANIMATION_REPEAT_MODE repeatMode, + [in, defaultvalue(0)] IUIAnimationLoopIterationChangeHandler2 *pIterationChangeHandler, + [in, defaultvalue(0)] UINT_PTR id, + [in, defaultvalue(FALSE)] long fRegisterForNextAnimationEvent + ); + HRESULT HoldVariable( + [in] IUIAnimationVariable2 *variable + ); + HRESULT SetLongestAcceptableDelay( + [in] double delay + ); + HRESULT SetSkipDuration( + [in] double secondsDuration + ); + HRESULT Schedule( + [in] double timeNow, + [out, defaultvalue(0)] UI_ANIMATION_SCHEDULING_RESULT *schedulingResult + ); + HRESULT Conclude(void); + HRESULT Finish( + [in] double completionDeadline + ); + HRESULT Abandon(void); + HRESULT SetTag( + [in] IUnknown * object, + [in] unsigned int id + ); + HRESULT GetTag( + [out] IUnknown **object, + [out] unsigned int *id + ); + HRESULT GetStatus( + [out, retval] UI_ANIMATION_STORYBOARD_STATUS *status + ); + HRESULT GetElapsedTime( + [out] double *elapsedTime + ); + HRESULT SetStoryboardEventHandler( + [in] IUIAnimationStoryboardEventHandler2 *handler, + [in, defaultvalue(FALSE)] long fRegisterStatusChangeForNextAnimationEvent, + [in, defaultvalue(FALSE)] long fRegisterUpdateForNextAnimationEvent + ); +}; +[ + uuid(62FF9123-A85A-4E9B-A218-435A93E268FD), + helpstring("IUIAnimationTransition2 Interface") +] +interface IUIAnimationTransition2 : IUnknown +{ + HRESULT GetDimension( + [out, retval] unsigned int *dimension + ); + HRESULT SetInitialValue( + [in] double value + ); + HRESULT SetInitialVectorValue( + [in] double *value, + [in] unsigned int cDimension + ); + HRESULT SetInitialVelocity( + [in] double velocity + ); + HRESULT SetInitialVectorVelocity( + [in] double *velocity, + [in] unsigned int cDimension + ); + HRESULT IsDurationKnown(void); + HRESULT GetDuration( + [out, retval] double *duration + ); +}; +[ + uuid(2D3B15A4-4762-47AB-A030-B23221DF3AE0), + helpstring("IUIAnimationLoopIterationChangeHandler2 Interface") +] +interface IUIAnimationLoopIterationChangeHandler2 : IUnknown +{ + HRESULT OnLoopIterationChanged( + [in] IUIAnimationStoryboard2 *storyboard, + [in] UINT_PTR id, + [in] unsigned int newIterationCount, + [in] unsigned int oldIterationCount + ); +}; +[ + uuid(BAC5F55A-BA7C-414C-B599-FBF850F553C6), + helpstring("IUIAnimationStoryboardEventHandler Interface") +] +interface IUIAnimationStoryboardEventHandler2 : IUnknown +{ + HRESULT OnStoryboardStatusChanged( + [in] IUIAnimationStoryboard2 *storyboard, + [in] UI_ANIMATION_STORYBOARD_STATUS newStatus, + [in] UI_ANIMATION_STORYBOARD_STATUS previousStatus + ); + HRESULT OnStoryboardUpdated( + [in] IUIAnimationStoryboard2 *storyboard + ); +}; +[ + uuid(63ACC8D2-6EAE-4BB0-B879-586DD8CFBE42), + helpstring("IUIAnimationVariableChangeHandler2 Interface") +] +interface IUIAnimationVariableChangeHandler2 : IUnknown +{ + HRESULT OnValueChanged( + [in] IUIAnimationStoryboard2 *storyboard, + [in] IUIAnimationVariable2 *variable, + [in] double *newValue, + [in] double *previousValue, + [in] unsigned int cDimension + ); +}; +[ + uuid(829B6CF1-4F3A-4412-AE09-B243EB4C6B58), + helpstring("IUIAnimationVariableIntegerChangeHandler2 Interface") +] +interface IUIAnimationVariableIntegerChangeHandler2 : IUnknown +{ + HRESULT OnIntegerValueChanged( + [in] IUIAnimationStoryboard2 *storyboard, + [in] IUIAnimationVariable2 *variable, + [in] int *newValue, + [in] int *previousValue, + [in] unsigned int cDimension + ); +}; +[ + uuid(72895E91-0145-4C21-9192-5AAB40EDDF80), + helpstring("IUIAnimationVariableCurveChangeHandler2 Interface") +] +interface IUIAnimationVariableCurveChangeHandler2 : IUnknown +{ + HRESULT OnCurveChanged( + [in] IUIAnimationVariable2 *variable + ); +}; +[ + uuid(F6E022BA-BFF3-42EC-9033-E073F33E83C3), + helpstring("IUIAnimationManagerEventHandler2 Interface") +] +interface IUIAnimationManagerEventHandler2 : IUnknown +{ + HRESULT OnManagerStatusChanged( + [in] UI_ANIMATION_MANAGER_STATUS newStatus, + [in] UI_ANIMATION_MANAGER_STATUS previousStatus + ); +}; +[ + uuid(5B6D7A37-4621-467C-8B05-70131DE62DDB), + helpstring("IUIAnimationPriorityComparison2 Interface") +] +interface IUIAnimationPriorityComparison2 : IUnknown +{ + HRESULT HasPriority( + [in] IUIAnimationStoryboard2 *scheduledStoryboard, + [in] IUIAnimationStoryboard2 *newStoryboard, + [in] UI_ANIMATION_PRIORITY_EFFECT priorityEffect + ); +}; +[ + uuid(CA5A14B1-D24F-48B8-8FE4-C78169BA954E), + helpstring("IUIAnimationTransitionLibrary Interface") +] +interface IUIAnimationTransitionLibrary : IUnknown +{ + HRESULT CreateInstantaneousTransition( + [in] double finalValue, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateConstantTransition( + [in] double duration, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateDiscreteTransition( + [in] double delay, + [in] double finalValue, + [in] double hold, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateLinearTransition( + [in] double duration, + [in] double finalValue, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateLinearTransitionFromSpeed( + [in] double speed, + [in] double finalValue, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateSinusoidalTransitionFromVelocity( + [in] double duration, + [in] double period, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateSinusoidalTransitionFromRange( + [in] double duration, + [in] double minimumValue, + [in] double maximumValue, + [in] double period, + [in] UI_ANIMATION_SLOPE slope, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateAccelerateDecelerateTransition( + [in] double duration, + [in] double finalValue, + [in] double accelerationRatio, + [in] double decelerationRatio, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateReversalTransition( + [in] double duration, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateCubicTransition( + [in] double duration, + [in] double finalValue, + [in] double finalVelocity, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateSmoothStopTransition( + [in] double maximumDuration, + [in] double finalValue, + [out, retval] IUIAnimationTransition **transition + ); + HRESULT CreateParabolicTransitionFromAcceleration( + [in] double finalValue, + [in] double finalVelocity, + [in] double acceleration, + [out, retval] IUIAnimationTransition **transition + ); +}; +[ + uuid(03CFAE53-9580-4EE3-B363-2ECE51B4AF6A), + helpstring("IUIAnimationTransitionLibrary2 Interface") +] +interface IUIAnimationTransitionLibrary2 : IUnknown +{ + HRESULT CreateInstantaneousTransition( + [in] double finalValue, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateInstantaneousVectorTransition( + [in] double *finalValue, + [in] unsigned int cDimension, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateConstantTransition( + [in] double duration, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateDiscreteTransition( + [in] double delay, + [in] double finalValue, + [in] double hold, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateDiscreteVectorTransition( + [in] double delay, + [in] double *finalValue, + [in] unsigned int cDimension, + [in] double hold, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateLinearTransition( + [in] double duration, + [in] double finalValue, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateLinearVectorTransition( + [in] double duration, + [in] double *finalValue, + [in] unsigned int cDimension, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateLinearTransitionFromSpeed( + [in] double speed, + [in] double finalValue, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateLinearVectorTransitionFromSpeed( + [in] double speed, + [in] double *finalValue, + [in] unsigned int cDimension, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateSinusoidalTransitionFromVelocity( + [in] double duration, + [in] double period, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateSinusoidalTransitionFromRange( + [in] double duration, + [in] double minimumValue, + [in] double maximumValue, + [in] double period, + [in] UI_ANIMATION_SLOPE slope, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateAccelerateDecelerateTransition( + [in] double duration, + [in] double finalValue, + [in] double accelerationRatio, + [in] double decelerationRatio, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateReversalTransition( + [in] double duration, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateCubicTransition( + [in] double duration, + [in] double finalValue, + [in] double finalVelocity, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateCubicVectorTransition( + [in] double duration, + [in] double *finalValue, + [in] double *finalVelocity, + [in] unsigned int cDimension, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateSmoothStopTransition( + [in] double maximumDuration, + [in] double finalValue, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateParabolicTransitionFromAcceleration( + [in] double finalValue, + [in] double finalVelocity, + [in] double acceleration, + [out, retval] IUIAnimationTransition2 **transition + ); + HRESULT CreateCubicBezierLinearTransition( + [in] double duration, + [in] double finalValue, + [in] double x1, + [in] double y1, + [in] double x2, + [in] double y2, + [out] IUIAnimationTransition2 **ppTransition + ); + HRESULT CreateCubicBezierLinearVectorTransition( + [in] double duration, + [in] double *finalValue, + [in] unsigned int cDimension, + [in] double x1, + [in] double y1, + [in] double x2, + [in] double y2, + [out] IUIAnimationTransition2 **ppTransition + ); +}; +[ + uuid(FCD91E03-3E3B-45AD-BBB1-6DFC8153743D), + helpstring("IUIAnimationTransitionFactory Interface") +] +interface IUIAnimationTransitionFactory : IUnknown +{ + HRESULT CreateTransition( + [in] IUIAnimationInterpolator *interpolator, + [out, retval] IUIAnimationTransition **transition + ); +}; +[ + uuid(7815CBBA-DDF7-478C-A46C-7B6C738B7978), + helpstring("IUIAnimationInterpolator Interface") +] +interface IUIAnimationInterpolator : IUnknown +{ + HRESULT SetInitialValueAndVelocity( + [in] double initialValue, + [in] double initialVelocity + ); + HRESULT SetDuration( + [in] double duration + ); + HRESULT GetDuration( + [out, retval] double *duration + ); + HRESULT GetFinalValue( + [out, retval] double *value + ); + HRESULT InterpolateValue( + [in] double offset, + [out, retval] double *value + ); + HRESULT InterpolateVelocity( + [in] double offset, + [out, retval] double *velocity + ); + HRESULT GetDependencies( + [out] UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + [out] UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + [out] UI_ANIMATION_DEPENDENCIES *durationDependencies + ); +}; +[ + uuid(937D4916-C1A6-42D5-88D8-30344D6EFE31), + helpstring("IUIAnimationTransitionFactory2 Interface") +] +interface IUIAnimationTransitionFactory2 : IUnknown +{ + HRESULT CreateTransition( + [in] IUIAnimationInterpolator2 *interpolator, + [out, retval] IUIAnimationTransition2 **transition + ); +}; +[ + uuid(EA76AFF8-EA22-4A23-A0EF-A6A966703518), + helpstring("IUIAnimationInterpolator2 Interface") +] +interface IUIAnimationInterpolator2 : IUnknown +{ + HRESULT GetDimension( + [out, retval] unsigned int *dimension + ); + HRESULT SetInitialValueAndVelocity( + [in] double *initialValue, + [in] double *initialVelocity, + [in] unsigned int cDimension + ); + HRESULT SetDuration( + [in] double duration + ); + HRESULT GetDuration( + [out, retval] double *duration + ); + HRESULT GetFinalValue( + [out] double *value, + [in] unsigned int cDimension + ); + HRESULT InterpolateValue( + [in] double offset, + [out] double *value, + [in] unsigned int cDimension + ); + HRESULT InterpolateVelocity( + [in] double offset, + [out] double *velocity, + [in] unsigned int cDimension + ); + HRESULT GetPrimitiveInterpolation( + [in] IUIAnimationPrimitiveInterpolation *interpolation, + [in] unsigned int cDimension + ); + HRESULT GetDependencies( + [out] UI_ANIMATION_DEPENDENCIES *initialValueDependencies, + [out] UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, + [out] UI_ANIMATION_DEPENDENCIES *durationDependencies + ); +}; +[ + uuid(BAB20D63-4361-45DA-A24F-AB8508846B5B), + helpstring("IUIAnimationPrimitiveInterpolation Interface") +] +interface IUIAnimationPrimitiveInterpolation : IUnknown +{ + HRESULT AddCubic( + [in] unsigned int dimension, + [in] double beginOffset, + [in] float constantCoefficient, + [in] float linearCoefficient, + [in] float quadraticCoefficient, + [in] float cubicCoefficient + ); + HRESULT AddSinusoidal( + [in] unsigned int dimension, + [in] double beginOffset, + [in] float bias, + [in] float amplitude, + [in] float frequency, + [in] float phase + ); +}; +[ + uuid(6B0EFAD1-A053-41D6-9085-33A689144665), + helpstring("IUIAnimationTimer Interface") +] +interface IUIAnimationTimer : IUnknown +{ + HRESULT SetTimerUpdateHandler( + [in] IUIAnimationTimerUpdateHandler *updateHandler, + [in] UI_ANIMATION_IDLE_BEHAVIOR idleBehavior + ); + HRESULT SetTimerEventHandler( + [in] IUIAnimationTimerEventHandler *handler + ); + HRESULT Enable(void); + HRESULT Disable(void); + HRESULT IsEnabled(void); + HRESULT GetTime( + [out] double *seconds + ); + HRESULT SetFrameRateThreshold( + [in] unsigned int framesPerSecond + ); +}; +[ + uuid(195509B7-5D5E-4E3E-B278-EE3759B367AD), + helpstring("IUIAnimationTimerUpdateHandler Interface") +] +interface IUIAnimationTimerUpdateHandler : IUnknown +{ + HRESULT OnUpdate( + [in] double timeNow, + [out, retval] UI_ANIMATION_UPDATE_RESULT *result + ); + HRESULT SetTimerClientEventHandler( + [in] IUIAnimationTimerClientEventHandler *handler + ); + HRESULT ClearTimerClientEventHandler(void); +}; +[ + uuid(BEDB4DB6-94FA-4BFB-A47F-EF2D9E408C25), + helpstring("IUIAnimationTimerClientEventHandler Interface") +] +interface IUIAnimationTimerClientEventHandler : IUnknown +{ + HRESULT OnTimerClientStatusChanged( + [in] UI_ANIMATION_TIMER_CLIENT_STATUS newStatus, + [in] UI_ANIMATION_TIMER_CLIENT_STATUS previousStatus + ); +}; +[ + uuid(274A7DEA-D771-4095-ABBD-8DF7ABD23CE3), + helpstring("IUIAnimationTimerEventHandler Interface") +] +interface IUIAnimationTimerEventHandler : IUnknown +{ + HRESULT OnPreUpdate(void); + HRESULT OnPostUpdate(void); + HRESULT OnRenderingTooSlow( + [in] UINT32 framesPerSecond + ); +}; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationclient.h mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationclient.h --- mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationclient.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationclient.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/uiautomationclient.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/uiautomationclient.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationcoreapi.h mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationcoreapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationcoreapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationcoreapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -39,7 +39,25 @@ DECLARE_HANDLE(HUIATEXTRANGE); DECLARE_HANDLE(HUIAEVENT); +enum AutomationIdentifierType +{ + AutomationIdentifierType_Property, + AutomationIdentifierType_Pattern, + AutomationIdentifierType_Event, + AutomationIdentifierType_ControlType, + AutomationIdentifierType_TextAttribute, + AutomationIdentifierType_LandmarkType, + AutomationIdentifierType_Annotation, + AutomationIdentifierType_Changes, + AutomationIdentifierType_Style +}; + +HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value); +HRESULT WINAPI UiaGetReservedNotSupportedValue(IUnknown **value); +int WINAPI UiaLookupId(enum AutomationIdentifierType type, const GUID *guid); WINBOOL WINAPI UiaPatternRelease(HUIAPATTERNOBJECT hobj); +HRESULT WINAPI UiaRaiseAutomationEvent(IRawElementProviderSimple *provider, EVENTID id); +LRESULT WINAPI UiaReturnRawElementProvider(HWND hwnd, WPARAM wParam, LPARAM lParam, IRawElementProviderSimple *elprov); WINBOOL WINAPI UiaTextRangeRelease(HUIATEXTRANGE hobj); #ifdef __cplusplus diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationcore.h mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationcore.h --- mingw-w64-5.0.4/mingw-w64-headers/include/uiautomationcore.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uiautomationcore.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/uiautomationcore.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/uiautomationcore.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,11 +20,17 @@ #ifndef __IRawElementProviderSimple_FWD_DEFINED__ #define __IRawElementProviderSimple_FWD_DEFINED__ typedef interface IRawElementProviderSimple IRawElementProviderSimple; +#ifdef __cplusplus +interface IRawElementProviderSimple; +#endif /* __cplusplus */ #endif #ifndef __IAccessibleEx_FWD_DEFINED__ #define __IAccessibleEx_FWD_DEFINED__ typedef interface IAccessibleEx IAccessibleEx; +#ifdef __cplusplus +interface IAccessibleEx; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -44,7 +50,6 @@ ProviderOptions_ProviderOwnsSetFocus = 0x10, ProviderOptions_UseComThreading = 0x20 }; - typedef int PROPERTYID; typedef int PATTERNID; typedef int EVENTID; @@ -88,37 +93,38 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IRawElementProviderSimple* This, + IRawElementProviderSimple *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IRawElementProviderSimple* This); + IRawElementProviderSimple *This); ULONG (STDMETHODCALLTYPE *Release)( - IRawElementProviderSimple* This); + IRawElementProviderSimple *This); /*** IRawElementProviderSimple methods ***/ HRESULT (STDMETHODCALLTYPE *get_ProviderOptions)( - IRawElementProviderSimple* This, + IRawElementProviderSimple *This, enum ProviderOptions *pRetVal); HRESULT (STDMETHODCALLTYPE *GetPatternProvider)( - IRawElementProviderSimple* This, + IRawElementProviderSimple *This, PATTERNID patternId, IUnknown **pRetVal); HRESULT (STDMETHODCALLTYPE *GetPropertyValue)( - IRawElementProviderSimple* This, + IRawElementProviderSimple *This, PROPERTYID propertyId, VARIANT *pRetVal); HRESULT (STDMETHODCALLTYPE *get_HostRawElementProvider)( - IRawElementProviderSimple* This, + IRawElementProviderSimple *This, IRawElementProviderSimple **pRetVal); END_INTERFACE } IRawElementProviderSimpleVtbl; + interface IRawElementProviderSimple { CONST_VTBL IRawElementProviderSimpleVtbl* lpVtbl; }; @@ -163,40 +169,6 @@ #endif -HRESULT STDMETHODCALLTYPE IRawElementProviderSimple_get_ProviderOptions_Proxy( - IRawElementProviderSimple* This, - enum ProviderOptions *pRetVal); -void __RPC_STUB IRawElementProviderSimple_get_ProviderOptions_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IRawElementProviderSimple_GetPatternProvider_Proxy( - IRawElementProviderSimple* This, - PATTERNID patternId, - IUnknown **pRetVal); -void __RPC_STUB IRawElementProviderSimple_GetPatternProvider_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IRawElementProviderSimple_GetPropertyValue_Proxy( - IRawElementProviderSimple* This, - PROPERTYID propertyId, - VARIANT *pRetVal); -void __RPC_STUB IRawElementProviderSimple_GetPropertyValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IRawElementProviderSimple_get_HostRawElementProvider_Proxy( - IRawElementProviderSimple* This, - IRawElementProviderSimple **pRetVal); -void __RPC_STUB IRawElementProviderSimple_get_HostRawElementProvider_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IRawElementProviderSimple_INTERFACE_DEFINED__ */ @@ -236,38 +208,39 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IAccessibleEx* This, + IAccessibleEx *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IAccessibleEx* This); + IAccessibleEx *This); ULONG (STDMETHODCALLTYPE *Release)( - IAccessibleEx* This); + IAccessibleEx *This); /*** IAccessibleEx methods ***/ HRESULT (STDMETHODCALLTYPE *GetObjectForChild)( - IAccessibleEx* This, + IAccessibleEx *This, LONG idChild, IAccessibleEx **pRetVal); HRESULT (STDMETHODCALLTYPE *GetIAccessiblePair)( - IAccessibleEx* This, + IAccessibleEx *This, IAccessible **ppAcc, LONG *pidChild); HRESULT (STDMETHODCALLTYPE *GetRuntimeId)( - IAccessibleEx* This, + IAccessibleEx *This, SAFEARRAY **pRetVal); HRESULT (STDMETHODCALLTYPE *ConvertReturnedElement)( - IAccessibleEx* This, + IAccessibleEx *This, IRawElementProviderSimple *pIn, IAccessibleEx **ppRetValOut); END_INTERFACE } IAccessibleExVtbl; + interface IAccessibleEx { CONST_VTBL IAccessibleExVtbl* lpVtbl; }; @@ -312,41 +285,6 @@ #endif -HRESULT STDMETHODCALLTYPE IAccessibleEx_GetObjectForChild_Proxy( - IAccessibleEx* This, - LONG idChild, - IAccessibleEx **pRetVal); -void __RPC_STUB IAccessibleEx_GetObjectForChild_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAccessibleEx_GetIAccessiblePair_Proxy( - IAccessibleEx* This, - IAccessible **ppAcc, - LONG *pidChild); -void __RPC_STUB IAccessibleEx_GetIAccessiblePair_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAccessibleEx_GetRuntimeId_Proxy( - IAccessibleEx* This, - SAFEARRAY **pRetVal); -void __RPC_STUB IAccessibleEx_GetRuntimeId_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IAccessibleEx_ConvertReturnedElement_Proxy( - IAccessibleEx* This, - IRawElementProviderSimple *pIn, - IAccessibleEx **ppRetValOut); -void __RPC_STUB IAccessibleEx_ConvertReturnedElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IAccessibleEx_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/urlhist.h mingw-w64-6.0.0/mingw-w64-headers/include/urlhist.h --- mingw-w64-5.0.4/mingw-w64-headers/include/urlhist.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/urlhist.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/urlhist.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/urlhist.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,21 +20,33 @@ #ifndef __IEnumSTATURL_FWD_DEFINED__ #define __IEnumSTATURL_FWD_DEFINED__ typedef interface IEnumSTATURL IEnumSTATURL; +#ifdef __cplusplus +interface IEnumSTATURL; +#endif /* __cplusplus */ #endif #ifndef __IUrlHistoryStg_FWD_DEFINED__ #define __IUrlHistoryStg_FWD_DEFINED__ typedef interface IUrlHistoryStg IUrlHistoryStg; +#ifdef __cplusplus +interface IUrlHistoryStg; +#endif /* __cplusplus */ #endif #ifndef __IUrlHistoryStg2_FWD_DEFINED__ #define __IUrlHistoryStg2_FWD_DEFINED__ typedef interface IUrlHistoryStg2 IUrlHistoryStg2; +#ifdef __cplusplus +interface IUrlHistoryStg2; +#endif /* __cplusplus */ #endif #ifndef __IUrlHistoryNotify_FWD_DEFINED__ #define __IUrlHistoryNotify_FWD_DEFINED__ typedef interface IUrlHistoryNotify IUrlHistoryNotify; +#ifdef __cplusplus +interface IUrlHistoryNotify; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -110,41 +122,42 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IEnumSTATURL* This, + IEnumSTATURL *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IEnumSTATURL* This); + IEnumSTATURL *This); ULONG (STDMETHODCALLTYPE *Release)( - IEnumSTATURL* This); + IEnumSTATURL *This); /*** IEnumSTATURL methods ***/ HRESULT (STDMETHODCALLTYPE *Next)( - IEnumSTATURL* This, + IEnumSTATURL *This, ULONG celt, LPSTATURL rgelt, ULONG *pceltFetched); HRESULT (STDMETHODCALLTYPE *Skip)( - IEnumSTATURL* This, + IEnumSTATURL *This, ULONG celt); HRESULT (STDMETHODCALLTYPE *Reset)( - IEnumSTATURL* This); + IEnumSTATURL *This); HRESULT (STDMETHODCALLTYPE *Clone)( - IEnumSTATURL* This, + IEnumSTATURL *This, IEnumSTATURL **ppenum); HRESULT (STDMETHODCALLTYPE *SetFilter)( - IEnumSTATURL* This, + IEnumSTATURL *This, LPCOLESTR poszFilter, DWORD dwFlags); END_INTERFACE } IEnumSTATURLVtbl; + interface IEnumSTATURL { CONST_VTBL IEnumSTATURLVtbl* lpVtbl; }; @@ -193,48 +206,6 @@ #endif -HRESULT STDMETHODCALLTYPE IEnumSTATURL_Next_Proxy( - IEnumSTATURL* This, - ULONG celt, - LPSTATURL rgelt, - ULONG *pceltFetched); -void __RPC_STUB IEnumSTATURL_Next_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumSTATURL_Skip_Proxy( - IEnumSTATURL* This, - ULONG celt); -void __RPC_STUB IEnumSTATURL_Skip_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumSTATURL_Reset_Proxy( - IEnumSTATURL* This); -void __RPC_STUB IEnumSTATURL_Reset_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumSTATURL_Clone_Proxy( - IEnumSTATURL* This, - IEnumSTATURL **ppenum); -void __RPC_STUB IEnumSTATURL_Clone_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IEnumSTATURL_SetFilter_Proxy( - IEnumSTATURL* This, - LPCOLESTR poszFilter, - DWORD dwFlags); -void __RPC_STUB IEnumSTATURL_SetFilter_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IEnumSTATURL_INTERFACE_DEFINED__ */ @@ -282,46 +253,47 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IUrlHistoryStg* This); + IUrlHistoryStg *This); ULONG (STDMETHODCALLTYPE *Release)( - IUrlHistoryStg* This); + IUrlHistoryStg *This); /*** IUrlHistoryStg methods ***/ HRESULT (STDMETHODCALLTYPE *AddUrl)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, LPCOLESTR pocsUrl, LPCOLESTR pocsTitle, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *DeleteUrl)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, LPCOLESTR pocsUrl, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *QueryUrl)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, LPCOLESTR pocsUrl, DWORD dwFlags, LPSTATURL lpSTATURL); HRESULT (STDMETHODCALLTYPE *BindToObject)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, LPCOLESTR pocsUrl, REFIID riid, void **ppvOut); HRESULT (STDMETHODCALLTYPE *EnumUrls)( - IUrlHistoryStg* This, + IUrlHistoryStg *This, IEnumSTATURL **ppEnum); END_INTERFACE } IUrlHistoryStgVtbl; + interface IUrlHistoryStg { CONST_VTBL IUrlHistoryStgVtbl* lpVtbl; }; @@ -370,53 +342,6 @@ #endif -HRESULT STDMETHODCALLTYPE IUrlHistoryStg_AddUrl_Proxy( - IUrlHistoryStg* This, - LPCOLESTR pocsUrl, - LPCOLESTR pocsTitle, - DWORD dwFlags); -void __RPC_STUB IUrlHistoryStg_AddUrl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IUrlHistoryStg_DeleteUrl_Proxy( - IUrlHistoryStg* This, - LPCOLESTR pocsUrl, - DWORD dwFlags); -void __RPC_STUB IUrlHistoryStg_DeleteUrl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IUrlHistoryStg_QueryUrl_Proxy( - IUrlHistoryStg* This, - LPCOLESTR pocsUrl, - DWORD dwFlags, - LPSTATURL lpSTATURL); -void __RPC_STUB IUrlHistoryStg_QueryUrl_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IUrlHistoryStg_BindToObject_Proxy( - IUrlHistoryStg* This, - LPCOLESTR pocsUrl, - REFIID riid, - void **ppvOut); -void __RPC_STUB IUrlHistoryStg_BindToObject_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IUrlHistoryStg_EnumUrls_Proxy( - IUrlHistoryStg* This, - IEnumSTATURL **ppEnum); -void __RPC_STUB IUrlHistoryStg_EnumUrls_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IUrlHistoryStg_INTERFACE_DEFINED__ */ @@ -453,47 +378,47 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IUrlHistoryStg2* This); + IUrlHistoryStg2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IUrlHistoryStg2* This); + IUrlHistoryStg2 *This); /*** IUrlHistoryStg methods ***/ HRESULT (STDMETHODCALLTYPE *AddUrl)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, LPCOLESTR pocsUrl, LPCOLESTR pocsTitle, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *DeleteUrl)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, LPCOLESTR pocsUrl, DWORD dwFlags); HRESULT (STDMETHODCALLTYPE *QueryUrl)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, LPCOLESTR pocsUrl, DWORD dwFlags, LPSTATURL lpSTATURL); HRESULT (STDMETHODCALLTYPE *BindToObject)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, LPCOLESTR pocsUrl, REFIID riid, void **ppvOut); HRESULT (STDMETHODCALLTYPE *EnumUrls)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, IEnumSTATURL **ppEnum); /*** IUrlHistoryStg2 methods ***/ HRESULT (STDMETHODCALLTYPE *AddUrlAndNotify)( - IUrlHistoryStg2* This, + IUrlHistoryStg2 *This, LPCOLESTR pocsUrl, LPCOLESTR pocsTitle, DWORD dwFlags, @@ -502,10 +427,11 @@ IUnknown *punkISFolder); HRESULT (STDMETHODCALLTYPE *ClearHistory)( - IUrlHistoryStg2* This); + IUrlHistoryStg2 *This); END_INTERFACE } IUrlHistoryStg2Vtbl; + interface IUrlHistoryStg2 { CONST_VTBL IUrlHistoryStg2Vtbl* lpVtbl; }; @@ -564,26 +490,6 @@ #endif -HRESULT STDMETHODCALLTYPE IUrlHistoryStg2_AddUrlAndNotify_Proxy( - IUrlHistoryStg2* This, - LPCOLESTR pocsUrl, - LPCOLESTR pocsTitle, - DWORD dwFlags, - WINBOOL fWriteHistory, - IOleCommandTarget *poctNotify, - IUnknown *punkISFolder); -void __RPC_STUB IUrlHistoryStg2_AddUrlAndNotify_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IUrlHistoryStg2_ClearHistory_Proxy( - IUrlHistoryStg2* This); -void __RPC_STUB IUrlHistoryStg2_ClearHistory_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IUrlHistoryStg2_INTERFACE_DEFINED__ */ @@ -609,26 +515,26 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IUrlHistoryNotify* This, + IUrlHistoryNotify *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IUrlHistoryNotify* This); + IUrlHistoryNotify *This); ULONG (STDMETHODCALLTYPE *Release)( - IUrlHistoryNotify* This); + IUrlHistoryNotify *This); /*** IOleCommandTarget methods ***/ HRESULT (STDMETHODCALLTYPE *QueryStatus)( - IUrlHistoryNotify* This, + IUrlHistoryNotify *This, const GUID *pguidCmdGroup, ULONG cCmds, OLECMD prgCmds[], OLECMDTEXT *pCmdText); HRESULT (STDMETHODCALLTYPE *Exec)( - IUrlHistoryNotify* This, + IUrlHistoryNotify *This, const GUID *pguidCmdGroup, DWORD nCmdID, DWORD nCmdexecopt, @@ -637,6 +543,7 @@ END_INTERFACE } IUrlHistoryNotifyVtbl; + interface IUrlHistoryNotify { CONST_VTBL IUrlHistoryNotifyVtbl* lpVtbl; }; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/usbioctl.h mingw-w64-6.0.0/mingw-w64-headers/include/usbioctl.h --- mingw-w64-5.0.4/mingw-w64-headers/include/usbioctl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/usbioctl.h 2018-09-14 14:16:43.000000000 +0000 @@ -15,6 +15,7 @@ #ifndef __USBIOCTL_H__ #define __USBIOCTL_H__ +#include #include #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) @@ -251,7 +252,7 @@ USB_CONNECTION_STATUS ConnectionStatus; USB_PIPE_INFO PipeList[0]; } USB_NODE_CONNECTION_INFORMATION_EX,*PUSB_NODE_CONNECTION_INFORMATION_EX; -; + #if _WIN32_WINNT >= 0x0600 typedef union _USB_HUB_CAP_FLAGS { ULONG ul; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/usbspec.h mingw-w64-6.0.0/mingw-w64-headers/include/usbspec.h --- mingw-w64-5.0.4/mingw-w64-headers/include/usbspec.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/usbspec.h 2018-09-14 14:16:43.000000000 +0000 @@ -44,7 +44,7 @@ USHORT W; } wValue; union _wIndex { - struct { + __C89_NAMELESS struct { UCHAR LowByte; UCHAR HiByte; }; @@ -96,6 +96,7 @@ #define USB_BOS_DESCRIPTOR_TYPE 0x0f #define USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE 0x10 #define USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE 0x30 +#define USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE 0x31 #define USB_RESERVED_DESCRIPTOR_TYPE 0x06 #define USB_CONFIG_POWER_DESCRIPTOR_TYPE 0x07 @@ -108,6 +109,21 @@ #define USB_FEATURE_U1_ENABLE 0x30 #define USB_FEATURE_U2_ENABLE 0x31 #define USB_FEATURE_LTM_ENABLE 0x32 +#define USB_FEATURE_LDM_ENABLE 0x35 + +#define USB_FEATURE_BATTERY_WAKE_MASK 0x28 +#define USB_FEATURE_OS_IS_PD_AWARE 0x29 +#define USB_FEATURE_POLICY_MODE 0x2A +#define USB_FEATURE_CHARGING_POLICY 0x36 + +#define USB_CHARGING_POLICY_DEFAULT 0x00 +#define USB_CHARGING_POLICY_ICCHPF 0x01 +#define USB_CHARGING_POLICY_ICCLPF 0x02 +#define USB_CHARGING_POLICY_NO_POWER 0x03 + +#define USB_STATUS_PORT_STATUS 0x00 +#define USB_STATUS_PD_STATUS 0x01 +#define USB_STATUS_EXT_PORT_STATUS 0x02 #define USB_GETSTATUS_SELF_POWERED 0x01 #define USB_GETSTATUS_REMOTE_WAKEUP_ENABLED 0x02 @@ -136,7 +152,6 @@ USHORT Reserved : 14; }; } USB_INTERFACE_STATUS,*PUSB_INTERFACE_STATUS; -; typedef union _USB_ENDPOINT_STATUS { USHORT AsUshort16; @@ -184,6 +199,8 @@ #define USB_DEVICE_CLASS_CONTENT_SECURITY 0x0d #define USB_DEVICE_CLASS_VIDEO 0x0e #define USB_DEVICE_CLASS_PERSONAL_HEALTHCARE 0x0f +#define USB_DEVICE_CLASS_AUDIO_VIDEO 0x10 +#define USB_DEVICE_CLASS_BILLBOARD 0x11 #define USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE 0xdc #define USB_DEVICE_CLASS_WIRELESS_CONTROLLER 0xe0 #define USB_DEVICE_CLASS_MISCELLANEOUS 0xef @@ -213,6 +230,13 @@ #define USB_DEVICE_CAPABILITY_USB20_EXTENSION 0x02 #define USB_DEVICE_CAPABILITY_SUPERSPEED_USB 0x03 #define USB_DEVICE_CAPABILITY_CONTAINER_ID 0x04 +#define USB_DEVICE_CAPABILITY_PLATFORM 0x05 +#define USB_DEVICE_CAPABILITY_POWER_DELIVERY 0x06 +#define USB_DEVICE_CAPABILITY_BATTERY_INFO 0x07 +#define USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT 0x08 +#define USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT 0x09 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB 0x0A +#define USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT 0x0B #define USB_DEVICE_CAPABILITY_BILLBOARD 0x0D typedef struct _USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR { @@ -237,6 +261,59 @@ #define USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK 0xffff00e1 +typedef struct _USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + UCHAR bDevCapabilityType; + UCHAR bReserved; + union { + ULONG AsUlong; + __C89_NAMELESS struct { + ULONG Reserved1:1; + ULONG BatteryCharging:1; + ULONG USBPowerDelivery:1; + ULONG Provider:1; + ULONG Consumer:1; + ULONG ChargingPolicy:1; + ULONG TypeCCurrent:1; + ULONG Reserved2:1; + ULONG ACSupply:1; + ULONG Battery:1; + ULONG Other:1; + ULONG NumBatteries:3; + ULONG UsesVbus:1; + ULONG Reserved3:17; + }; + } bmAttributes; + USHORT bmProviderPorts; + USHORT bmConsumerPorts; + USHORT bcdBCVersion; + USHORT bcdPDVersion; + USHORT bcdUSBTypeCVersion; +} USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR; + +typedef struct _USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + UCHAR bDevCapabilityType; + UCHAR bReserved; + union { + USHORT AsUshort; + __C89_NAMELESS struct { + USHORT BatteryCharging:1; + USHORT USBPowerDelivery:1; + USHORT USBTypeCCurrent:1; + USHORT Reserved:13; + }; + } bmCapabilities; + USHORT wMinVoltage; + USHORT wMaxVoltage; + USHORT wReserved; + ULONG dwMaxOperatingPower; + ULONG dwMaxPeakPower; + ULONG dwMaxPeakPowerTime; +} USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR; + typedef struct _USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR { UCHAR bLength; UCHAR bDescriptorType; @@ -252,6 +329,10 @@ #define USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE 0x02 #define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK 0xfff0 +#define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW 0x0001 +#define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL 0x0002 +#define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH 0x0004 +#define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER 0x0008 #define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW 0x0001 #define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL 0x0002 @@ -259,11 +340,64 @@ #define USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER 0x0008 #define USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE 0x0a + #define USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE 0x07ff #define USB_DEVICE_CAPABILITY_MAX_U1_LATENCY 0x0a #define USB_DEVICE_CAPABILITY_MAX_U2_LATENCY 0x07ff +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS 0 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS 1 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS 2 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS 3 + +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC 0 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC 1 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX 0 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX 1 + +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS 0 +#define USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP 1 + +typedef union _USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED { + ULONG AsUlong32; + __C89_NAMELESS struct { + ULONG SublinkSpeedAttrID:4; + ULONG LaneSpeedExponent:2; + ULONG SublinkTypeMode:1; + ULONG SublinkTypeDir:1; + ULONG Reserved:6; + ULONG LinkProtocol:2; + ULONG LaneSpeedMantissa:16; + }; +} USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED,*PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED; + +typedef struct _USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + UCHAR bDevCapabilityType; + UCHAR bReserved; + union { + ULONG AsUlong; + __C89_NAMELESS struct { + ULONG SublinkSpeedAttrCount:5; + ULONG SublinkSpeedIDCount:4; + ULONG Reserved:23; + }; + } bmAttributes; + union { + USHORT AsUshort; + __C89_NAMELESS struct { + USHORT SublinkSpeedAttrID:4; + USHORT Reserved:4; + USHORT MinRxLaneCount:4; + USHORT MinTxLaneCount:4; + }; + } wFunctionalitySupport; + USHORT wReserved; + USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED bmSublinkSpeedAttr[1]; +} USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR; + typedef struct _USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR { UCHAR bLength; UCHAR bDescriptorType; @@ -272,6 +406,41 @@ UCHAR ContainerID[16]; } USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR; +typedef struct _USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + UCHAR bDevCapabilityType; + UCHAR bReserved; + GUID PlatformCapabilityUuid; + UCHAR CapabililityData[1]; +} USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR; + +typedef struct _USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + UCHAR bDevCapabilityType; + UCHAR iAddtionalInfoURL; + UCHAR bNumberOfAlternateModes; + UCHAR bPreferredAlternateMode; + union { + USHORT AsUshort; + __C89_NAMELESS struct { + USHORT VConnPowerNeededForFullFunctionality:3; + USHORT Reserved:12; + USHORT NoVconnPowerRequired:1; + }; + } VconnPower; + UCHAR bmConfigured[32]; + ULONG bReserved; + __C89_NAMELESS struct { + USHORT wSVID; + UCHAR bAlternateMode; + UCHAR iAlternateModeSetting; + } AlternateMode[1]; +} USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR; + +DEFINE_GUID(GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID, 0xD8DD60DF, 0x4589, 0x4CC7, 0x9C, 0xD2, 0x65, 0x9D, 0x9E, 0x64, 0x8A, 0x9F); + typedef struct _USB_DEVICE_CAPABILITY_DESCRIPTOR { UCHAR bLength; UCHAR bDescriptorType; @@ -409,6 +578,16 @@ #define USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER 2 +typedef struct _USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + USHORT wReserved; + ULONG dwBytesPerInterval; +} USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR,*PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR; + +#define USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL 0xc001 +#define USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL 0xffffff + typedef struct _USB_HUB_DESCRIPTOR { UCHAR bDescriptorLength; UCHAR bDescriptorType; @@ -565,6 +744,17 @@ USB_30_PORT_CHANGE Usb30PortChange; } USB_PORT_CHANGE,*PUSB_PORT_CHANGE; +typedef union _USB_PORT_EXT_STATUS { + ULONG AsUlong32; + __C89_NAMELESS struct { + ULONG RxSublinkSpeedID:4; + ULONG TxSublinkSpeedID:4; + ULONG RxLaneCount:4; + ULONG TxLaneCount:4; + ULONG Reserved:16; + }; +} USB_PORT_EXT_STATUS,*PUSB_PORT_EXT_STATUS; + typedef union _USB_PORT_STATUS_AND_CHANGE { ULONG AsUlong32; __C89_NAMELESS struct { @@ -573,6 +763,14 @@ }; } USB_PORT_STATUS_AND_CHANGE,*PUSB_PORT_STATUS_AND_CHANGE; +typedef union _USB_PORT_EXT_STATUS_AND_CHANGE { + ULONG64 AsUlong64; + __C89_NAMELESS struct { + USB_PORT_STATUS_AND_CHANGE PortStatusChange; + USB_PORT_EXT_STATUS PortExtStatus; + }; +} USB_PORT_EXT_STATUS_AND_CHANGE,*PUSB_PORT_EXT_STATUS_AND_CHANGE; + typedef union _USB_HUB_30_PORT_REMOTE_WAKE_MASK { UCHAR AsUchar8; __C89_NAMELESS struct { @@ -635,37 +833,6 @@ USHORT TransitionTimeFromD3; } USB_INTERFACE_POWER_DESCRIPTOR,*PUSB_INTERFACE_POWER_DESCRIPTOR; -typedef struct _USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR { - UCHAR bLength; - UCHAR bDescriptorType; - UCHAR bDevCapabilityType; - UCHAR iAddtionalInfoURL; - UCHAR bNumberOfAlternateModes; - UCHAR bPreferredAlternateMode; - union { - USHORT AsUshort; - struct { - USHORT VConnPowerNeededForFullFunctionality:3; - USHORT Reserved:12; - USHORT NoVconnPowerRequired:1; - }; - } VconnPower; - UCHAR bmConfigured[32]; - ULONG bReserved; - struct { - USHORT wSVID; - UCHAR bAlternateMode; - UCHAR iAlternateModeSetting; - } AlternateMode[1]; -} USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR,*PUSB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR; - -typedef struct _USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR { - UCHAR bLength; - UCHAR bDescriptorType; - USHORT wReserved; - ULONG dwBytesPerInterval; -} USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR,*PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR; - #include #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/uxtheme.h mingw-w64-6.0.0/mingw-w64-headers/include/uxtheme.h --- mingw-w64-5.0.4/mingw-w64-headers/include/uxtheme.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/uxtheme.h 2018-09-14 14:16:43.000000000 +0000 @@ -21,9 +21,9 @@ typedef HANDLE HTHEME; #if (NTDDI_VERSION >= NTDDI_WIN7) -WINBOOL WINAPI BeginPanningFeedback(HWND hwnd); -WINBOOL WINAPI UpdatePanningFeedback(HWND hwnd,LONG lTotalOverpanOffsetX,LONG lTotalOverpanOffsetY,WINBOOL fInInertia); -WINBOOL WINAPI EndPanningFeedback(HWND hwnd,WINBOOL fAnimateBack); +THEMEAPI_(WINBOOL) BeginPanningFeedback(HWND hwnd); +THEMEAPI_(WINBOOL) UpdatePanningFeedback(HWND hwnd,LONG lTotalOverpanOffsetX,LONG lTotalOverpanOffsetY,WINBOOL fInInertia); +THEMEAPI_(WINBOOL) EndPanningFeedback(HWND hwnd,WINBOOL fAnimateBack); #endif #if _WIN32_WINNT >= 0x0600 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/versionhelpers.h mingw-w64-6.0.0/mingw-w64-headers/include/versionhelpers.h --- mingw-w64-5.0.4/mingw-w64-headers/include/versionhelpers.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/versionhelpers.h 2018-09-14 14:16:43.000000000 +0000 @@ -70,6 +70,14 @@ return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_WINBLUE), LOBYTE(_WIN32_WINNT_WINBLUE), 0); } +VERSIONHELPERAPI IsWindowsThresholdOrGreater(void) { + return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_WINTHRESHOLD), LOBYTE(_WIN32_WINNT_WINTHRESHOLD), 0); +} + +VERSIONHELPERAPI IsWindows10OrGreater(void) { + return IsWindowsThresholdOrGreater(); +} + VERSIONHELPERAPI IsWindowsServer(void) { OSVERSIONINFOEXW vi = {sizeof(vi),0,0,0,0,{0},0,0,0,VER_NT_WORKSTATION}; return !VerifyVersionInfoW(&vi, VER_PRODUCT_TYPE, VerSetConditionMask(0, VER_PRODUCT_TYPE, VER_EQUAL)); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/virtdisk.h mingw-w64-6.0.0/mingw-w64-headers/include/virtdisk.h --- mingw-w64-5.0.4/mingw-w64-headers/include/virtdisk.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/virtdisk.h 2018-09-14 14:16:43.000000000 +0000 @@ -13,6 +13,13 @@ #define VIRTDISKAPI DECLSPEC_IMPORT +#define VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN 0 +#define VIRTUAL_STORAGE_TYPE_DEVICE_ISO 1 +#define VIRTUAL_STORAGE_TYPE_DEVICE_VHD 2 +#if (_WIN32_WINNT >= 0x0A00) +#define VIRTUAL_STORAGE_TYPE_DEVICE_VHDX 3 +#endif /* _WIN32_WINNT >= 0x0A00 */ + typedef enum _ATTACH_VIRTUAL_DISK_FLAG { ATTACH_VIRTUAL_DISK_FLAG_NONE = 0x00000000, ATTACH_VIRTUAL_DISK_FLAG_READ_ONLY = 0x00000001, @@ -37,12 +44,21 @@ typedef enum _CREATE_VIRTUAL_DISK_FLAG { CREATE_VIRTUAL_DISK_FLAG_NONE = 0x00000000, - CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION = 0x00000001 + CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION = 0x00000001 +#if (_WIN32_WINNT >= 0x0602) + , + CREATE_VIRTUAL_DISK_FLAG_PREVENT_WRITES_TO_SOURCE_DISK = 0x2, + CREATE_VIRTUAL_DISK_FLAG_DO_NOT_COPY_METADATA_FROM_PARENT = 0x4 +#endif /* _WIN32_WINNT >= 0x0602 */ } CREATE_VIRTUAL_DISK_FLAG; typedef enum _CREATE_VIRTUAL_DISK_VERSION { CREATE_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0, - CREATE_VIRTUAL_DISK_VERSION_1 = 1 + CREATE_VIRTUAL_DISK_VERSION_1 = 1 +#if (_WIN32_WINNT >= 0x0602) + , + CREATE_VIRTUAL_DISK_VERSION_2 = 2 +#endif /* _WIN32_WINNT >= 0x0602 */ } CREATE_VIRTUAL_DISK_VERSION; typedef enum _DEPENDENT_DISK_FLAG { @@ -87,34 +103,88 @@ GET_VIRTUAL_DISK_INFO_PARENT_IDENTIFIER = 4, GET_VIRTUAL_DISK_INFO_PARENT_TIMESTAMP = 5, GET_VIRTUAL_DISK_INFO_VIRTUAL_STORAGE_TYPE = 6, - GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE = 7 + GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE = 7 +#if (_WIN32_WINNT >= 0x0602) + , + GET_VIRTUAL_DISK_INFO_IS_4K_ALIGNED = 8, + GET_VIRTUAL_DISK_INFO_PHYSICAL_DISK = 9, + GET_VIRTUAL_DISK_INFO_VHD_PHYSICAL_SECTOR_SIZE = 10, + GET_VIRTUAL_DISK_INFO_SMALLEST_SAFE_VIRTUAL_SIZE = 11, + GET_VIRTUAL_DISK_INFO_FRAGMENTATION = 12 +#endif /* _WIN32_WINNT >= 0x0602 */ +#if (_WIN32_WINNT >= 0x0603) + , + GET_VIRTUAL_DISK_INFO_IS_LOADED = 13, + GET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID = 14 +#endif /* _WIN32_WINNT >= 0x0603 */ +#if (_WIN32_WINNT >= 0x0A00) + , + GET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE = 15 +#endif /* _WIN32_WINNT >= 0x0A00 */ } GET_VIRTUAL_DISK_INFO_VERSION; +typedef enum _MIRROR_VIRTUAL_DISK_FLAG { + MIRROR_VIRTUAL_DISK_FLAG_NONE = 0x00000000, + MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE = 0x00000001 +} MIRROR_VIRTUAL_DISK_FLAG; + +typedef enum _MIRROR_VIRTUAL_DISK_VERSION { + MIRROR_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0, + MIRROR_VIRTUAL_DISK_VERSION_1 = 1 +} MIRROR_VIRTUAL_DISK_VERSION; + typedef enum _MERGE_VIRTUAL_DISK_FLAG { MERGE_VIRTUAL_DISK_FLAG_NONE = 0x00000000 } MERGE_VIRTUAL_DISK_FLAG; typedef enum _MERGE_VIRTUAL_DISK_VERSION { MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0, - MERGE_VIRTUAL_DISK_VERSION_1 = 1 + MERGE_VIRTUAL_DISK_VERSION_1 = 1 +#if (_WIN32_WINNT >= 0x0602) + , + MERGE_VIRTUAL_DISK_VERSION_2 = 2 +#endif /* _WIN32_WINNT >= 0x0A00 */ } MERGE_VIRTUAL_DISK_VERSION; typedef enum _OPEN_VIRTUAL_DISK_FLAG { OPEN_VIRTUAL_DISK_FLAG_NONE = 0x00000000, OPEN_VIRTUAL_DISK_FLAG_NO_PARENTS = 0x00000001, OPEN_VIRTUAL_DISK_FLAG_BLANK_FILE = 0x00000002, - OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE = 0x00000004 + OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE = 0x00000004 +#if (_WIN32_WINNT >= 0x0602) + , + OPEN_VIRTUAL_DISK_FLAG_CACHED_IO = 0x00000008, + OPEN_VIRTUAL_DISK_FLAG_CUSTOM_DIFF_CHAIN = 0x00000010 +#endif /* _WIN32_WINNT >= 0x0602 */ } OPEN_VIRTUAL_DISK_FLAG; typedef enum _OPEN_VIRTUAL_DISK_VERSION { OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0, - OPEN_VIRTUAL_DISK_VERSION_1 = 1 + OPEN_VIRTUAL_DISK_VERSION_1 = 1 +#if (_WIN32_WINNT >= 0x0602) + , + OPEN_VIRTUAL_DISK_VERSION_2 = 2 +#endif /* _WIN32_WINNT >= 0x0602 */ } OPEN_VIRTUAL_DISK_VERSION; typedef enum _SET_VIRTUAL_DISK_INFO_VERSION { SET_VIRTUAL_DISK_INFO_UNSPECIFIED = 0, SET_VIRTUAL_DISK_INFO_PARENT_PATH = 1, - SET_VIRTUAL_DISK_INFO_IDENTIFIER = 2 + SET_VIRTUAL_DISK_INFO_IDENTIFIER = 2 +#if (_WIN32_WINNT >= 0x0602) + , + SET_VIRTUAL_DISK_INFO_PARENT_PATH_WITH_DEPTH = 3, + SET_VIRTUAL_DISK_INFO_PHYSICAL_SECTOR_SIZE = 4 +#endif /* (_WIN32_WINNT >= 0x0602) */ +#if (_WIN32_WINNT >= 0x0603) + , + SET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID = 5 +#endif /* (_WIN32_WINNT >= 0x0603) */ +#if (_WIN32_WINNT >= 0x0A00) + , + SET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE = 6, + SET_VIRTUAL_DISK_INFO_PARENT_LOCATOR = 7 +#endif /* (_WIN32_WINNT >= 0x0A00) */ } SET_VIRTUAL_DISK_INFO_VERSION; typedef enum _STORAGE_DEPENDENCY_INFO_VERSION { @@ -124,6 +194,7 @@ } STORAGE_DEPENDENCY_INFO_VERSION; typedef enum _VIRTUAL_DISK_ACCESS_MASK { + VIRTUAL_DISK_ACCESS_NONE = 0x00000000, VIRTUAL_DISK_ACCESS_ATTACH_RO = 0x00010000, VIRTUAL_DISK_ACCESS_ATTACH_RW = 0x00020000, VIRTUAL_DISK_ACCESS_DETACH = 0x00040000, @@ -135,6 +206,68 @@ VIRTUAL_DISK_ACCESS_WRITABLE = 0x00320000 } VIRTUAL_DISK_ACCESS_MASK; +#if (_WIN32_WINNT >= 0x0602) + +typedef enum _RESIZE_VIRTUAL_DISK_FLAG { + RESIZE_VIRTUAL_DISK_FLAG_NONE = 0x0, + RESIZE_VIRTUAL_DISK_FLAG_ALLOW_UNSAFE_VIRTUAL_SIZE = 0x1, + RESIZE_VIRTUAL_DISK_FLAG_RESIZE_TO_SMALLEST_SAFE_VIRTUAL_SIZE = 0x2 +} RESIZE_VIRTUAL_DISK_FLAG; + +typedef enum _RESIZE_VIRTUAL_DISK_VERSION { + RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0, + RESIZE_VIRTUAL_DISK_VERSION_1 = 1 +} RESIZE_VIRTUAL_DISK_VERSION; + +#endif /* (_WIN32_WINNT >= 0x0602) */ +#if (_WIN32_WINNT >= 0x0A00) + +typedef enum _APPLY_SNAPSHOT_VHDSET_FLAG { + APPLY_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000, + APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE = 0x00000001 +} APPLY_SNAPSHOT_VHDSET_FLAG, *PAPPLY_SNAPSHOT_VHDSET_FLAG; + +typedef enum _APPLY_SNAPSHOT_VHDSET_VERSION { + APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0, + APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1 +} APPLY_SNAPSHOT_VHDSET_VERSION; + +typedef enum _DELETE_SNAPSHOT_VHDSET_FLAG { + DELETE_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000, + DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT = 0x00000001 +} DELETE_SNAPSHOT_VHDSET_FLAG, *PDELETE_SNAPSHOT_VHDSET_FLAG; + +typedef enum _DELETE_SNAPSHOT_VHDSET_VERSION { + DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0x00000000, + DELETE_SNAPSHOT_VHDSET_VERSION_1 = 0x00000001 +} DELETE_SNAPSHOT_VHDSET_VERSION, *PDELETE_SNAPSHOT_VHDSET_VERSION; + +typedef enum _MODIFY_VHDSET_FLAG { + MODIFY_VHDSET_FLAG_NONE = 0x00000000 +} MODIFY_VHDSET_FLAG, *PMODIFY_VHDSET_FLAG; + +typedef enum _MODIFY_VHDSET_VERSION { + MODIFY_VHDSET_UNSPECIFIED = 0, + MODIFY_VHDSET_SNAPSHOT_PATH = 1, + MODIFY_VHDSET_REMOVE_SNAPSHOT = 2, + MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH = 3 +} MODIFY_VHDSET_VERSION, *PMODIFY_VHDSET_VERSION; + +typedef enum _QUERY_CHANGES_VIRTUAL_DISK_FLAG { + QUERY_CHANGES_VIRTUAL_DISK_FLAG_NONE = 0x00000000 +} QUERY_CHANGES_VIRTUAL_DISK_FLAG; + +typedef enum _TAKE_SNAPSHOT_VHDSET_FLAG { + TAKE_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000 +} TAKE_SNAPSHOT_VHDSET_FLAG, *PTAKE_SNAPSHOT_VHDSET_FLAG; + +typedef enum _TAKE_SNAPSHOT_VHDSET_VERSION { + TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0, + TAKE_SNAPSHOT_VHDSET_VERSION_1 = 1 +} TAKE_SNAPSHOT_VHDSET_VERSION; + +#endif /* _WIN32_WINNT >= 0x0A00 */ + typedef struct _VIRTUAL_STORAGE_TYPE { ULONG DeviceId; GUID VendorId; @@ -169,6 +302,20 @@ PCWSTR ParentPath; PCWSTR SourcePath; } Version1; +#if (_WIN32_WINNT >= 0x0602) + struct { + GUID UniqueId; + ULONGLONG MaximumSize; + ULONG BlockSizeInBytes; + ULONG SectorSizeInBytes; + PCWSTR ParentPath; + PCWSTR SourcePath; + OPEN_VIRTUAL_DISK_FLAG OpenFlags; + VIRTUAL_STORAGE_TYPE ParentVirtualStorageType; + VIRTUAL_STORAGE_TYPE SourceVirtualStorageType; + GUID ResiliencyGuid; + } Version2; +#endif /* _WIN32_WINNT >= 0x0602 */ } DUMMYUNIONNAME; } CREATE_VIRTUAL_DISK_PARAMETERS, *PCREATE_VIRTUAL_DISK_PARAMETERS; @@ -192,13 +339,33 @@ } Size; GUID Identifier; struct { - BOOL ParentResolved; + WINBOOL ParentResolved; WCHAR ParentLocationBuffer[1]; } ParentLocation; GUID ParentIdentifier; ULONG ParentTimestamp; VIRTUAL_STORAGE_TYPE VirtualStorageType; ULONG ProviderSubtype; +#if (_WIN32_WINNT >= 0x0602) + WINBOOL Is4kAligned; + WINBOOL IsLoaded; + struct { + ULONG LogicalSectorSize; + ULONG PhysicalSectorSize; + WINBOOL IsRemote; + } PhysicalDisk; + ULONG VhdPhysicalSectorSize; + ULONGLONG SmallestSafeVirtualSize; + ULONG FragmentationPercentage; +#endif /* _WIN32_WINNT >= 0x0602 */ +#if (_WIN32_WINNT >= 0x0603) + GUID VirtualDiskId; + struct { + WINBOOL Enabled; + WINBOOL NewerChanges; + WCHAR MostRecentId[1]; + } ChangeTrackingState; +#endif /* _WIN32_WINNT >= 0x0603 */ } DUMMYUNIONNAME; } GET_VIRTUAL_DISK_INFO, *PGET_VIRTUAL_DISK_INFO; @@ -208,6 +375,12 @@ struct { ULONG MergeDepth; } Version1; +#if (_WIN32_WINNT >= 0x0602) + struct { + ULONG MergeSourceDepth; + ULONG MergeTargetDepth; + } Version2; +#endif /* _WIN32_WINNT >= 0x0602 */ } DUMMYUNIONNAME; } MERGE_VIRTUAL_DISK_PARAMETERS, *PMERGE_VIRTUAL_DISK_PARAMETERS; @@ -217,6 +390,13 @@ struct { ULONG RWDepth; } Version1; +#if (_WIN32_WINNT >= 0x0602) + struct { + WINBOOL GetInfoOnly; + WINBOOL ReadOnly; + GUID ResiliencyGuid; + } Version2; +#endif /* _WIN32_WINNT >= 0x0602 */ } DUMMYUNIONNAME; } OPEN_VIRTUAL_DISK_PARAMETERS, *POPEN_VIRTUAL_DISK_PARAMETERS; @@ -225,6 +405,21 @@ __C89_NAMELESS union { PCWSTR ParentFilePath; GUID UniqueIdentifier; +#if (_WIN32_WINNT >= 0x0602) + struct { + ULONG ChildDepth; + PCWSTR ParentFilePath; + } ParentPathWithDepthInfo; + ULONG VhdPhysicalSectorSize; + GUID VirtualDiskId; +#endif /* _WIN32_WINNT >= 0x0602 */ +#if (_WIN32_WINNT >= 0x0603) + WINBOOL ChangeTrackingEnabled; + struct { + GUID LinkageId; + PCWSTR ParentFilePath; + } ParentLocator; +#endif /* _WIN32_WINNT >= 0x0603 */ } DUMMYUNIONNAME; } SET_VIRTUAL_DISK_INFO, *PSET_VIRTUAL_DISK_INFO; @@ -262,101 +457,116 @@ ULONGLONG CompletionValue; } VIRTUAL_DISK_PROGRESS, *PVIRTUAL_DISK_PROGRESS; -#define VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN 0 -#define VIRTUAL_STORAGE_TYPE_DEVICE_ISO 1 -#define VIRTUAL_STORAGE_TYPE_DEVICE_VHD 2 +#if (_WIN32_WINNT >= 0x0602) + +typedef struct _MIRROR_VIRTUAL_DISK_PARAMETERS { + MIRROR_VIRTUAL_DISK_VERSION Version; + __C89_NAMELESS union { + struct { + PCWSTR MirrorVirtualDiskPath; + } Version1; + } DUMMYUNIONNAME; +} MIRROR_VIRTUAL_DISK_PARAMETERS, *PMIRROR_VIRTUAL_DISK_PARAMETERS; + +typedef struct _RESIZE_VIRTUAL_DISK_PARAMETERS { + RESIZE_VIRTUAL_DISK_VERSION Version; + __C89_NAMELESS union { + struct { + ULONGLONG NewSize; + } Version1; + } DUMMYUNIONNAME; +} RESIZE_VIRTUAL_DISK_PARAMETERS, *PRESIZE_VIRTUAL_DISK_PARAMETERS; + +#endif /* _WIN32_WINNT >= 0x0602 */ + +#if (_WIN32_WINNT >= 0x0A00) + +typedef struct _APPLY_SNAPSHOT_VHDSET_PARAMETERS { + APPLY_SNAPSHOT_VHDSET_VERSION Version; + __C89_NAMELESS union { + struct { + GUID SnapshotId; + GUID LeafSnapshotId; + } Version1; + } DUMMYUNIONNAME; +} APPLY_SNAPSHOT_VHDSET_PARAMETERS, *PAPPLY_SNAPSHOT_VHDSET_PARAMETERS; + +typedef struct _DELETE_SNAPSHOT_VHDSET_PARAMETERS { + DELETE_SNAPSHOT_VHDSET_VERSION Version; + __C89_NAMELESS union { + struct { + GUID SnapshotId; + } Version1; + } DUMMYUNIONNAME; +} DELETE_SNAPSHOT_VHDSET_PARAMETERS, *PDELETE_SNAPSHOT_VHDSET_PARAMETERS; + +typedef struct _MODIFY_VHDSET_PARAMETERS { + MODIFY_VHDSET_VERSION Version; + __C89_NAMELESS union { + struct { + GUID SnapshotId; + PCWSTR SnapshotFilePath; + } SnapshotPath; + GUID SnapshotId; + PCWSTR DefaultFilePath; + } DUMMYUNIONNAME; +} MODIFY_VHDSET_PARAMETERS, *PMODIFY_VHDSET_PARAMETERS; + +typedef struct _QUERY_CHANGES_VIRTUAL_DISK_RANGE { + ULONG64 ByteOffset; + ULONG64 ByteLength; + ULONG64 Reserved; +} QUERY_CHANGES_VIRTUAL_DISK_RANGE, *PQUERY_CHANGES_VIRTUAL_DISK_RANGE; + +typedef struct _TAKE_SNAPSHOT_VHDSET_PARAMETERS { + TAKE_SNAPSHOT_VHDSET_VERSION Version; + __C89_NAMELESS union { + struct { + GUID SnapshotId; + } Version1; + } DUMMYUNIONNAME; +} TAKE_SNAPSHOT_VHDSET_PARAMETERS, *PTAKE_SNAPSHOT_VHDSET_PARAMETERS; + +#endif /* _WIN32_WINNT >= 0x0A00 */ +DEFINE_GUID(VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN,0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); DEFINE_GUID(VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT,0xEC984AEC,0xA0F9,0x47e9,0x90,0x1F,0x71,0x41,0x5A,0x66,0x34,0x5B); -VIRTDISKAPI DWORD WINAPI AttachVirtualDisk( - HANDLE VirtualDiskHandle, - PSECURITY_DESCRIPTOR SecurityDescriptor, - ATTACH_VIRTUAL_DISK_FLAG Flags, - ULONG ProviderSpecificFlags, - PATTACH_VIRTUAL_DISK_PARAMETERS Parameters, - LPOVERLAPPED Overlapped -); - -VIRTDISKAPI DWORD WINAPI CompactVirtualDisk( - HANDLE VirtualDiskHandle, - COMPACT_VIRTUAL_DISK_FLAG Flags, - PCOMPACT_VIRTUAL_DISK_PARAMETERS Parameters, - LPOVERLAPPED Overlapped -); - -VIRTDISKAPI DWORD WINAPI CreateVirtualDisk( - PVIRTUAL_STORAGE_TYPE VirtualStorageType, - PCWSTR Path, - VIRTUAL_DISK_ACCESS_MASK VirtualDiskAccessMask, - PSECURITY_DESCRIPTOR SecurityDescriptor, - CREATE_VIRTUAL_DISK_FLAG Flags, - ULONG ProviderSpecificFlags, - PCREATE_VIRTUAL_DISK_PARAMETERS Parameters, - LPOVERLAPPED Overlapped, - PHANDLE Handle -); - -VIRTDISKAPI DWORD WINAPI DetachVirtualDisk( - HANDLE VirtualDiskHandle, - DETACH_VIRTUAL_DISK_FLAG Flags, - ULONG ProviderSpecificFlags -); - -VIRTDISKAPI DWORD WINAPI ExpandVirtualDisk( - HANDLE VirtualDiskHandle, - EXPAND_VIRTUAL_DISK_FLAG Flags, - PEXPAND_VIRTUAL_DISK_PARAMETERS Parameters, - LPOVERLAPPED Overlapped -); - -VIRTDISKAPI DWORD WINAPI GetStorageDependencyInformation( - HANDLE ObjectHandle, - GET_STORAGE_DEPENDENCY_FLAG Flags, - ULONG StorageDependencyInfoSize, - PSTORAGE_DEPENDENCY_INFO StorageDependencyInfo, - PULONG SizeUsed -); - -VIRTDISKAPI DWORD WINAPI GetVirtualDiskInformation( - HANDLE VirtualDiskHandle, - PULONG VirtualDiskInfoSize, - PGET_VIRTUAL_DISK_INFO VirtualDiskInfo, - PULONG SizeUsed -); - -VIRTDISKAPI DWORD WINAPI GetVirtualDiskOperationProgress( - HANDLE VirtualDiskHandle, - LPOVERLAPPED Overlapped, - PVIRTUAL_DISK_PROGRESS Progress -); - -DWORD WINAPI GetVirtualDiskPhysicalPath( - HANDLE VirtualDiskHandle, - PULONG DiskPathSizeInBytes, - PWSTR DiskPath -); - -VIRTDISKAPI DWORD WINAPI MergeVirtualDisk( - HANDLE VirtualDiskHandle, - MERGE_VIRTUAL_DISK_FLAG Flags, - PMERGE_VIRTUAL_DISK_PARAMETERS Parameters, - LPOVERLAPPED Overlapped -); - -VIRTDISKAPI DWORD WINAPI OpenVirtualDisk( - PVIRTUAL_STORAGE_TYPE VirtualStorageType, - PCWSTR Path, - VIRTUAL_DISK_ACCESS_MASK VirtualDiskAccessMask, - OPEN_VIRTUAL_DISK_FLAG Flags, - POPEN_VIRTUAL_DISK_PARAMETERS Parameters, - PHANDLE Handle -); - -VIRTDISKAPI DWORD WINAPI SetVirtualDiskInformation( - HANDLE VirtualDiskHandle, - PSET_VIRTUAL_DISK_INFO VirtualDiskInfo -); +VIRTDISKAPI DWORD WINAPI AttachVirtualDisk(HANDLE VirtualDiskHandle, PSECURITY_DESCRIPTOR SecurityDescriptor, ATTACH_VIRTUAL_DISK_FLAG Flags, ULONG ProviderSpecificFlags, PATTACH_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI CompactVirtualDisk(HANDLE VirtualDiskHandle, COMPACT_VIRTUAL_DISK_FLAG Flags, PCOMPACT_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI CreateVirtualDisk(PVIRTUAL_STORAGE_TYPE VirtualStorageType, PCWSTR Path, VIRTUAL_DISK_ACCESS_MASK VirtualDiskAccessMask, PSECURITY_DESCRIPTOR SecurityDescriptor, CREATE_VIRTUAL_DISK_FLAG Flags, ULONG ProviderSpecificFlags, PCREATE_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped, PHANDLE Handle); +VIRTDISKAPI DWORD WINAPI DetachVirtualDisk(HANDLE VirtualDiskHandle, DETACH_VIRTUAL_DISK_FLAG Flags, ULONG ProviderSpecificFlags); +VIRTDISKAPI DWORD WINAPI ExpandVirtualDisk(HANDLE VirtualDiskHandle, EXPAND_VIRTUAL_DISK_FLAG Flags, PEXPAND_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI GetStorageDependencyInformation(HANDLE ObjectHandle, GET_STORAGE_DEPENDENCY_FLAG Flags, ULONG StorageDependencyInfoSize, PSTORAGE_DEPENDENCY_INFO StorageDependencyInfo, PULONG SizeUsed); +VIRTDISKAPI DWORD WINAPI GetVirtualDiskInformation(HANDLE VirtualDiskHandle, PULONG VirtualDiskInfoSize, PGET_VIRTUAL_DISK_INFO VirtualDiskInfo, PULONG SizeUsed); +VIRTDISKAPI DWORD WINAPI GetVirtualDiskOperationProgress(HANDLE VirtualDiskHandle, LPOVERLAPPED Overlapped, PVIRTUAL_DISK_PROGRESS Progress); +VIRTDISKAPI DWORD WINAPI GetVirtualDiskPhysicalPath(HANDLE VirtualDiskHandle, PULONG DiskPathSizeInBytes, PWSTR DiskPath); +VIRTDISKAPI DWORD WINAPI MergeVirtualDisk(HANDLE VirtualDiskHandle, MERGE_VIRTUAL_DISK_FLAG Flags, PMERGE_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI OpenVirtualDisk(PVIRTUAL_STORAGE_TYPE VirtualStorageType, PCWSTR Path, VIRTUAL_DISK_ACCESS_MASK VirtualDiskAccessMask, OPEN_VIRTUAL_DISK_FLAG Flags, POPEN_VIRTUAL_DISK_PARAMETERS Parameters, PHANDLE Handle); +VIRTDISKAPI DWORD WINAPI SetVirtualDiskInformation(HANDLE VirtualDiskHandle, PSET_VIRTUAL_DISK_INFO VirtualDiskInfo); + +#if (_WIN32_WINNT >= 0x0602) + +VIRTDISKAPI DWORD WINAPI AddVirtualDiskParent(HANDLE VirtualDiskHandle, PCWSTR ParentPath); +VIRTDISKAPI DWORD WINAPI BreakMirrorVirtualDisk(HANDLE VirtualDiskHandle); +VIRTDISKAPI DWORD WINAPI DeleteVirtualDiskMetadata(HANDLE VirtualDiskHandle, LPGUID Item); +VIRTDISKAPI DWORD WINAPI EnumerateVirtualDiskMetadata(HANDLE VirtualDiskHandle, PULONG NumberOfItems, GUID *Items); +VIRTDISKAPI DWORD WINAPI GetVirtualDiskMetadata(HANDLE VirtualDiskHandle, LPGUID Item, PULONG MetaDataSize, PVOID MetaData); +VIRTDISKAPI DWORD WINAPI MirrorVirtualDisk(HANDLE VirtualDiskHandle, MIRROR_VIRTUAL_DISK_FLAG Flags, PMIRROR_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI ResizeVirtualDisk(HANDLE VirtualDiskHandle, RESIZE_VIRTUAL_DISK_FLAG Flags, PRESIZE_VIRTUAL_DISK_PARAMETERS Parameters, LPOVERLAPPED Overlapped); +VIRTDISKAPI DWORD WINAPI SetVirtualDiskMetadata(HANDLE VirtualDiskHandle, LPGUID Item, ULONG MetaDataSize, PVOID MetaData); + +#endif /* _WIN32_WINNT >= 0x0602 */ + +#if (_WIN32_WINNT >= 0x0A00) + +VIRTDISKAPI DWORD WINAPI ApplySnapshotVhdSet(HANDLE VirtualDiskHandle, const PAPPLY_SNAPSHOT_VHDSET_PARAMETERS Parameters, APPLY_SNAPSHOT_VHDSET_FLAG Flags); +VIRTDISKAPI DWORD WINAPI DeleteSnapshotVhdSet(HANDLE VirtualDiskHandle, const PDELETE_SNAPSHOT_VHDSET_PARAMETERS Parameters, DELETE_SNAPSHOT_VHDSET_FLAG Flags); +VIRTDISKAPI DWORD WINAPI ModifyVhdSet(HANDLE VirtualDiskHandle, const PMODIFY_VHDSET_PARAMETERS Parameters, MODIFY_VHDSET_FLAG Flags); +VIRTDISKAPI DWORD WINAPI QueryChangesVirtualDisk(HANDLE VirtualDiskHandle, PCWSTR ChangeTrackingId, ULONG64 ByteOffset, ULONG64 ByteLength, QUERY_CHANGES_VIRTUAL_DISK_FLAG Flags, PQUERY_CHANGES_VIRTUAL_DISK_RANGE Ranges, PULONG RangeCount, PULONG64 ProcessedLength); +VIRTDISKAPI WINAPI DWORD TakeSnapshotVhdSet(HANDLE VirtualDiskHandle, const PTAKE_SNAPSHOT_VHDSET_PARAMETERS Parameters, TAKE_SNAPSHOT_VHDSET_FLAG Flags); +#endif /* _WIN32_WINNT >= 0x0A00 */ #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winbase.h mingw-w64-6.0.0/mingw-w64-headers/include/winbase.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winbase.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winbase.h 2018-09-14 14:16:43.000000000 +0000 @@ -932,7 +932,7 @@ SHORT __cdecl InterlockedOr16(SHORT volatile *Destination, SHORT Value); SHORT __cdecl InterlockedXor16(SHORT volatile *Destination, SHORT Value); -#elif defined (__arm__) && !defined (RC_INVOKED) +#elif defined (__aarch64__) && !defined (RC_INVOKED) #define InterlockedAnd _InterlockedAnd #define InterlockedOr _InterlockedOr #define InterlockedXor _InterlockedXor @@ -969,6 +969,15 @@ LONG64 InterlockedCompareExchange64 (LONG64 volatile *Destination, LONG64 ExChange, LONG64 Comperand); #else #if !defined (__WIDL__) && defined (__MINGW_INTRIN_INLINE) + +/* Clang has support for some MSVC builtins if building with -fms-extensions, + * GCC doesn't. */ +#pragma push_macro("__has_builtin") +#ifndef __has_builtin + #define __has_builtin(x) 0 +#endif + +#if !__has_builtin(_InterlockedAnd64) FORCEINLINE LONGLONG InterlockedAnd64 (LONGLONG volatile *Destination, LONGLONG Value) { LONGLONG Old; @@ -977,7 +986,9 @@ } while (InterlockedCompareExchange64 (Destination, Old &Value, Old) != Old); return Old; } +#endif +#if !__has_builtin(_InterlockedOr64) FORCEINLINE LONGLONG InterlockedOr64 (LONGLONG volatile *Destination, LONGLONG Value) { LONGLONG Old; @@ -986,7 +997,9 @@ } while (InterlockedCompareExchange64 (Destination, Old | Value, Old) != Old); return Old; } +#endif +#if !__has_builtin(_InterlockedXor64) FORCEINLINE LONGLONG InterlockedXor64 (LONGLONG volatile *Destination, LONGLONG Value) { LONGLONG Old; @@ -995,7 +1008,9 @@ } while (InterlockedCompareExchange64 (Destination, Old ^ Value, Old) != Old); return Old; } +#endif +#if !__has_builtin(_InterlockedIncrement64) FORCEINLINE LONGLONG InterlockedIncrement64 (LONGLONG volatile *Addend) { LONGLONG Old; @@ -1004,7 +1019,9 @@ } while (InterlockedCompareExchange64 (Addend, Old + 1, Old) != Old); return Old + 1; } +#endif +#if !__has_builtin(_InterlockedDecrement64) FORCEINLINE LONGLONG InterlockedDecrement64 (LONGLONG volatile *Addend) { LONGLONG Old; @@ -1013,7 +1030,9 @@ } while (InterlockedCompareExchange64 (Addend, Old - 1, Old) != Old); return Old - 1; } +#endif +#if !__has_builtin(_InterlockedExchange64) FORCEINLINE LONGLONG InterlockedExchange64 (LONGLONG volatile *Target, LONGLONG Value) { LONGLONG Old; @@ -1022,7 +1041,9 @@ } while (InterlockedCompareExchange64 (Target, Value, Old) != Old); return Old; } +#endif +#if !__has_builtin(_InterlockedExchangeAdd64) FORCEINLINE LONGLONG InterlockedExchangeAdd64 (LONGLONG volatile *Addend, LONGLONG Value) { LONGLONG Old; @@ -1033,6 +1054,10 @@ } #endif +#pragma pop_macro("__has_builtin") + +#endif + #ifdef __cplusplus FORCEINLINE PVOID __cdecl __InlineInterlockedCompareExchangePointer (PVOID volatile *Destination, PVOID ExChange, PVOID Comperand) { return ((PVOID) (LONG_PTR)InterlockedCompareExchange ((LONG volatile *)Destination,(LONG) (LONG_PTR)ExChange,(LONG) (LONG_PTR)Comperand)); @@ -1065,6 +1090,10 @@ #define INVALID_ATOM ((ATOM)0) #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) + WINBASEAPI HLOCAL WINAPI LocalAlloc (UINT uFlags, SIZE_T uBytes); + WINBASEAPI HLOCAL WINAPI LocalFree (HLOCAL hMem); +#endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd); int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd); @@ -1082,14 +1111,12 @@ WINBASEAPI LPVOID WINAPI GlobalWire (HGLOBAL hMem); WINBASEAPI WINBOOL WINAPI GlobalUnWire (HGLOBAL hMem); WINBASEAPI VOID WINAPI GlobalMemoryStatus (LPMEMORYSTATUS lpBuffer); - WINBASEAPI HLOCAL WINAPI LocalAlloc (UINT uFlags, SIZE_T uBytes); WINBASEAPI HLOCAL WINAPI LocalReAlloc (HLOCAL hMem, SIZE_T uBytes, UINT uFlags); WINBASEAPI LPVOID WINAPI LocalLock (HLOCAL hMem); WINBASEAPI HLOCAL WINAPI LocalHandle (LPCVOID pMem); WINBASEAPI WINBOOL WINAPI LocalUnlock (HLOCAL hMem); WINBASEAPI SIZE_T WINAPI LocalSize (HLOCAL hMem); WINBASEAPI UINT WINAPI LocalFlags (HLOCAL hMem); - WINBASEAPI HLOCAL WINAPI LocalFree (HLOCAL hMem); WINBASEAPI SIZE_T WINAPI LocalShrink (HLOCAL hMem, UINT cbNewSize); WINBASEAPI SIZE_T WINAPI LocalCompact (UINT uMinFree); #if _WIN32_WINNT >= 0x0600 @@ -1263,6 +1290,10 @@ #define CRITICAL_SECTION_NO_DEBUG_INFO RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10 + WINBASEAPI DWORD WINAPI WaitForMultipleObjects (DWORD nCount, CONST HANDLE *lpHandles, WINBOOL bWaitAll, DWORD dwMilliseconds); +#endif + #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) typedef enum _DEP_SYSTEM_POLICY_TYPE { DEPPolicyAlwaysOff = 0, @@ -1284,7 +1315,6 @@ #define SET_TAPE_DRIVE_INFORMATION 1 WINBASEAPI WINBOOL WINAPI PulseEvent (HANDLE hEvent); - WINBASEAPI DWORD WINAPI WaitForMultipleObjects (DWORD nCount, CONST HANDLE *lpHandles, WINBOOL bWaitAll, DWORD dwMilliseconds); WINBASEAPI ATOM WINAPI GlobalDeleteAtom (ATOM nAtom); WINBASEAPI WINBOOL WINAPI InitAtomTable (DWORD nSize); WINBASEAPI ATOM WINAPI DeleteAtom (ATOM nAtom); @@ -1494,6 +1524,7 @@ #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) #define CreateSemaphore __MINGW_NAME_AW(CreateSemaphore) WINBASEAPI HANDLE WINAPI CreateSemaphoreW (LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, LPCWSTR lpName); +#define LoadLibrary __MINGW_NAME_AW(LoadLibrary) WINBASEAPI HMODULE WINAPI LoadLibraryW (LPCWSTR lpLibFileName); #endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) @@ -1632,6 +1663,67 @@ #define PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_ON (0x00000001ULL << 32) #define PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_OFF (0x00000002ULL << 32) #define PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_RESERVED (0x00000003ULL << 32) + +#define PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_MASK (0x0003ULL << 36) +#define PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_DEFER (0x0000ULL << 36) +#define PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_ON (0x0001ULL << 36) +#define PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_OFF (0x0002ULL << 36) +#define PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_ON_ALLOW_OPT_OUT (0x0003ULL << 36) + +#define PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_MASK (0x0003ULL << 40) +#define PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_DEFER (0x0000ULL << 40) +#define PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_ALWAYS_ON (0x0001ULL << 40) +#define PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_ALWAYS_OFF (0x0002ULL << 40) +#define PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_EXPORT_SUPPRESSION (0x0003ULL << 40) + +#define PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_MASK (0x0003ULL << 44) +#define PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_DEFER (0x0000ULL << 44) +#define PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_ON (0x0001ULL << 44) +#define PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_OFF (0x0002ULL << 44) +#define PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALLOW_STORE (0x0003ULL << 44) + +#define PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_MASK (0x0003ULL << 48) +#define PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_DEFER (0x0000ULL << 48) +#define PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_ON (0x0001ULL << 48) +#define PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_OFF (0x0002ULL << 48) +#define PROCESS_CREATION_MITIGATION_POLICY_AUDIT_NONSYSTEM_FONTS (0x0003ULL << 48) + +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_MASK (0x0003ULL << 52) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_DEFER (0x0000ULL << 52) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_ALWAYS_ON (0x0001ULL << 52) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_ALWAYS_OFF (0x0002ULL << 52) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_RESERVED (0x0003ULL << 52) + +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_MASK (0x0003ULL << 56) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_DEFER (0x0000ULL << 56) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_ALWAYS_ON (0x0001ULL << 56) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_ALWAYS_OFF (0x0002ULL << 56) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_RESERVED (0x0003ULL << 56) + +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_PREFER_SYSTEM32_MASK (0x0003ULL << 60) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_PREFER_SYSTEM32_DEFER (0x0000ULL << 60) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_PREFER_SYSTEM32_ALWAYS_ON (0x0001ULL << 60) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_PREFER_SYSTEM32_ALWAYS_OFF (0x0002ULL << 60) +#define PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_PREFER_SYSTEM32_RESERVED (0x0003ULL << 60) + +#define PROCESS_CREATION_MITIGATION_POLICY2_LOADER_INTEGRITY_CONTINUITY_MASK (0x0003ULL << 4) +#define PROCESS_CREATION_MITIGATION_POLICY2_LOADER_INTEGRITY_CONTINUITY_DEFER (0x0000ULL << 4) +#define PROCESS_CREATION_MITIGATION_POLICY2_LOADER_INTEGRITY_CONTINUITY_ALWAYS_ON (0x0001ULL << 4) +#define PROCESS_CREATION_MITIGATION_POLICY2_LOADER_INTEGRITY_CONTINUITY_ALWAYS_OFF (0x0002ULL << 4) +#define PROCESS_CREATION_MITIGATION_POLICY2_LOADER_INTEGRITY_CONTINUITY_AUDIT (0x0003ULL << 4) + +#define PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_MASK (0x0003ULL << 8) +#define PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_DEFER (0x0000ULL << 8) +#define PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_ALWAYS_ON (0x0001ULL << 8) +#define PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_ALWAYS_OFF (0x0002ULL << 8) +#define PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_RESERVED (0x0003ULL << 8) + +#define PROCESS_CREATION_MITIGATION_POLICY2_MODULE_TAMPERING_PROTECTION_MASK (0x0003ULL << 12) +#define PROCESS_CREATION_MITIGATION_POLICY2_MODULE_TAMPERING_PROTECTION_DEFER (0x0000ULL << 12) +#define PROCESS_CREATION_MITIGATION_POLICY2_MODULE_TAMPERING_PROTECTION_ALWAYS_ON (0x0001ULL << 12) +#define PROCESS_CREATION_MITIGATION_POLICY2_MODULE_TAMPERING_PROTECTION_ALWAYS_OFF (0x0002ULL << 12) +#define PROCESS_CREATION_MITIGATION_POLICY2_MODULE_TAMPERING_PROTECTION_NOINHERIT (0x0003ULL << 12) + #endif #define ATOM_FLAG_GLOBAL 0x2 @@ -2869,6 +2961,7 @@ #if _WIN32_WINNT >= 0x0600 #define SYMBOLIC_LINK_FLAG_DIRECTORY (0x1) +#define SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (0x2) #define VALID_SYMBOLIC_LINK_FLAGS SYMBOLIC_LINK_FLAG_DIRECTORY diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wincodec.h mingw-w64-6.0.0/mingw-w64-headers/include/wincodec.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wincodec.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wincodec.h 2018-09-14 14:16:43.000000000 +0000 @@ -319,6 +319,29 @@ DEFINE_GUID(GUID_WICPixelFormat64bppRGBA, 0x6fddc324,0x4e03,0x4bfe,0xb1,0x85,0x3d,0x77,0x76,0x8d,0xc9,0x16); DEFINE_GUID(GUID_WICPixelFormat64bppPRGBA, 0x6fddc324,0x4e03,0x4bfe,0xb1,0x85,0x3d,0x77,0x76,0x8d,0xc9,0x17); DEFINE_GUID(GUID_WICPixelFormat32bppCMYK, 0x6fddc324,0x4e03,0x4fbe,0xb1,0x85,0x3d,0x77,0x76,0x8d,0xc9,0x1c); +DEFINE_GUID(GUID_WICPixelFormat32bppBGR101010, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x14); +DEFINE_GUID(GUID_WICPixelFormat16bppGrayFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x13); +DEFINE_GUID(GUID_WICPixelFormat16bppGrayHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3e); +DEFINE_GUID(GUID_WICPixelFormat32bppGrayFloat, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x11); +DEFINE_GUID(GUID_WICPixelFormat32bppGrayFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3f); +DEFINE_GUID(GUID_WICPixelFormat32bppRGBE, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3d); +DEFINE_GUID(GUID_WICPixelFormat48bppBGR, 0xe605a384, 0xb468, 0x46ce, 0xbb, 0x2e, 0x36, 0xf1, 0x80, 0xe6, 0x43, 0x13); +DEFINE_GUID(GUID_WICPixelFormat48bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x12); +DEFINE_GUID(GUID_WICPixelFormat48bppBGRFixedPoint, 0x49ca140e, 0xcab6, 0x493b, 0x9d, 0xdf, 0x60, 0x18, 0x7c, 0x37, 0x53, 0x2a); +DEFINE_GUID(GUID_WICPixelFormat48bppRGBHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3b); +DEFINE_GUID(GUID_WICPixelFormat64bppRGB, 0xa1182111, 0x186d, 0x4d42, 0xbc, 0x6a, 0x9c, 0x83, 0x03, 0xa8, 0xdf, 0xf9); +DEFINE_GUID(GUID_WICPixelFormat64bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x40); +DEFINE_GUID(GUID_WICPixelFormat64bppRGBHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x42); +DEFINE_GUID(GUID_WICPixelFormat96bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x18); +DEFINE_GUID(GUID_WICPixelFormat128bppRGBFloat, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x1b); +DEFINE_GUID(GUID_WICPixelFormat128bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x41); +DEFINE_GUID(GUID_WICPixelFormat64bppRGBAHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3a); +DEFINE_GUID(GUID_WICPixelFormat96bppRGBFloat, 0xe3fed78f, 0xe8db, 0x4acf, 0x84, 0xc1, 0xe9, 0x7f, 0x61, 0x36, 0xb3, 0x27); +DEFINE_GUID(GUID_WICPixelFormat64bppCMYK, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x1f); +DEFINE_GUID(GUID_WICPixelFormat8bppY, 0x91B4DB54, 0x2DF9, 0x42F0, 0xB4, 0x49, 0x29, 0x09, 0xBB, 0x3D, 0xF8, 0x8E); +DEFINE_GUID(GUID_WICPixelFormat8bppCb, 0x1339F224, 0x6BFE, 0x4C3E, 0x93, 0x02, 0xE4, 0xF3, 0xA6, 0xD0, 0xCA, 0x2A); +DEFINE_GUID(GUID_WICPixelFormat8bppCr, 0xB8145053, 0x2116, 0x49F0, 0x88, 0x35, 0xED, 0x84, 0x4B, 0x20, 0x5C, 0x51); +DEFINE_GUID(GUID_WICPixelFormat16bppCbCr, 0xFF95BA6E, 0x11E0, 0x4263, 0xBB, 0x45, 0x01, 0x72, 0x1F, 0x34, 0x60, 0xA4); typedef struct WICRect { INT X; INT Y; @@ -333,22 +356,6 @@ WINBOOL EndOfStream; } WICBitmapPattern; typedef UINT32 WICColor; -#define WINCODEC_ERR_WRONGSTATE 0x88982f04 -#define WINCODEC_ERR_VALUEOUTOFRANGE 0x88982f05 -#define WINCODEC_ERR_NOTINITIALIZED 0x88982f0c -#define WINCODEC_ERR_ALREADYLOCKED 0x88982f0d -#define WINCODEC_ERR_PROPERTYNOTFOUND 0x88982f40 -#define WINCODEC_ERR_CODECNOTHUMBNAIL 0x88982f44 -#define WINCODEC_ERR_PALETTEUNAVAILABLE 0x88982f45 -#define WINCODEC_ERR_COMPONENTNOTFOUND 0x88982f50 -#define WINCODEC_ERR_BADIMAGE 0x88982f60 -#define WINCODEC_ERR_FRAMEMISSING 0x88982f62 -#define WINCODEC_ERR_BADMETADATAHEADER 0x88982f63 -#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT 0x88982f80 -#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81 -#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c -#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE 0x88982f8e -#define WINCODEC_ERR_WIN32ERROR 0x88982f94 #ifndef __IWICPalette_FWD_DEFINED__ #define __IWICPalette_FWD_DEFINED__ typedef interface IWICPalette IWICPalette; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wincodec.idl mingw-w64-6.0.0/mingw-w64-headers/include/wincodec.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/wincodec.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wincodec.idl 2018-09-14 14:16:43.000000000 +0000 @@ -203,6 +203,30 @@ cpp_quote("DEFINE_GUID(GUID_WICPixelFormat32bppCMYK, 0x6fddc324,0x4e03,0x4fbe,0xb1,0x85,0x3d,0x77,0x76,0x8d,0xc9,0x1c);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat32bppBGR101010, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x14);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat16bppGrayFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x13);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat16bppGrayHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3e);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat32bppGrayFloat, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x11);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat32bppGrayFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3f);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat32bppRGBE, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3d);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat48bppBGR, 0xe605a384, 0xb468, 0x46ce, 0xbb, 0x2e, 0x36, 0xf1, 0x80, 0xe6, 0x43, 0x13);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat48bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x12);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat48bppBGRFixedPoint, 0x49ca140e, 0xcab6, 0x493b, 0x9d, 0xdf, 0x60, 0x18, 0x7c, 0x37, 0x53, 0x2a);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat48bppRGBHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3b);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat64bppRGB, 0xa1182111, 0x186d, 0x4d42, 0xbc, 0x6a, 0x9c, 0x83, 0x03, 0xa8, 0xdf, 0xf9);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat64bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x40);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat64bppRGBHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x42);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat96bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x18);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat128bppRGBFloat, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x1b);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat128bppRGBFixedPoint, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x41);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat64bppRGBAHalf, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x3a);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat96bppRGBFloat, 0xe3fed78f, 0xe8db, 0x4acf, 0x84, 0xc1, 0xe9, 0x7f, 0x61, 0x36, 0xb3, 0x27);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat64bppCMYK, 0x6fddc324, 0x4e03, 0x4bfe, 0xb1, 0x85, 0x3d, 0x77, 0x76, 0x8d, 0xc9, 0x1f);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat8bppY, 0x91B4DB54, 0x2DF9, 0x42F0, 0xB4, 0x49, 0x29, 0x09, 0xBB, 0x3D, 0xF8, 0x8E);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat8bppCb, 0x1339F224, 0x6BFE, 0x4C3E, 0x93, 0x02, 0xE4, 0xF3, 0xA6, 0xD0, 0xCA, 0x2A);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat8bppCr, 0xB8145053, 0x2116, 0x49F0, 0x88, 0x35, 0xED, 0x84, 0x4B, 0x20, 0x5C, 0x51);") +cpp_quote("DEFINE_GUID(GUID_WICPixelFormat16bppCbCr, 0xFF95BA6E, 0x11E0, 0x4263, 0xBB, 0x45, 0x01, 0x72, 0x1F, 0x34, 0x60, 0xA4);") + typedef struct WICRect { INT X; INT Y; @@ -220,23 +244,6 @@ typedef UINT32 WICColor; -cpp_quote("#define WINCODEC_ERR_WRONGSTATE 0x88982f04") -cpp_quote("#define WINCODEC_ERR_VALUEOUTOFRANGE 0x88982f05") -cpp_quote("#define WINCODEC_ERR_NOTINITIALIZED 0x88982f0c") -cpp_quote("#define WINCODEC_ERR_ALREADYLOCKED 0x88982f0d") -cpp_quote("#define WINCODEC_ERR_PROPERTYNOTFOUND 0x88982f40") -cpp_quote("#define WINCODEC_ERR_CODECNOTHUMBNAIL 0x88982f44") -cpp_quote("#define WINCODEC_ERR_PALETTEUNAVAILABLE 0x88982f45") -cpp_quote("#define WINCODEC_ERR_COMPONENTNOTFOUND 0x88982f50") -cpp_quote("#define WINCODEC_ERR_BADIMAGE 0x88982f60") -cpp_quote("#define WINCODEC_ERR_FRAMEMISSING 0x88982f62") -cpp_quote("#define WINCODEC_ERR_BADMETADATAHEADER 0x88982f63") -cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT 0x88982f80") -cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81") -cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c") -cpp_quote("#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE 0x88982f8e") -cpp_quote("#define WINCODEC_ERR_WIN32ERROR 0x88982f94") - interface IWICPalette; [ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wincon.h mingw-w64-6.0.0/mingw-w64-headers/include/wincon.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wincon.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wincon.h 2018-09-14 14:16:43.000000000 +0000 @@ -375,6 +375,10 @@ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ +#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && defined(WINSTORECOMPAT) +WINBASEAPI UINT WINAPI GetConsoleOutputCP(VOID); +#endif + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wincrypt.h mingw-w64-6.0.0/mingw-w64-headers/include/wincrypt.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wincrypt.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wincrypt.h 2018-09-14 14:16:43.000000000 +0000 @@ -697,6 +697,13 @@ #endif #endif +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) + WINIMPM WINBOOL WINAPI CryptAcquireContextA (HCRYPTPROV *phProv, LPCSTR szContainer, LPCSTR szProvider, DWORD dwProvType, DWORD dwFlags); + WINIMPM WINBOOL WINAPI CryptAcquireContextW (HCRYPTPROV *phProv, LPCWSTR szContainer, LPCWSTR szProvider, DWORD dwProvType, DWORD dwFlags); +#define CryptAcquireContext __MINGW_NAME_AW(CryptAcquireContext) + WINIMPM WINBOOL WINAPI CryptReleaseContext (HCRYPTPROV hProv, DWORD dwFlags); + WINIMPM WINBOOL WINAPI CryptGenRandom (HCRYPTPROV hProv, DWORD dwLen, BYTE *pbBuffer); +#endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) typedef struct _CMS_DH_KEY_INFO { DWORD dwVersion; @@ -706,7 +713,6 @@ void *pReserved; } CMS_DH_KEY_INFO,*PCMS_DH_KEY_INFO; -#define CryptAcquireContext __MINGW_NAME_AW(CryptAcquireContext) #define CryptSignHash __MINGW_NAME_AW(CryptSignHash) #define CryptVerifySignature __MINGW_NAME_AW(CryptVerifySignature) #define CryptSetProvider __MINGW_NAME_AW(CryptSetProvider) @@ -715,9 +721,6 @@ #define CryptEnumProviderTypes __MINGW_NAME_AW(CryptEnumProviderTypes) #define CryptEnumProviders __MINGW_NAME_AW(CryptEnumProviders) - WINIMPM WINBOOL WINAPI CryptAcquireContextA (HCRYPTPROV *phProv, LPCSTR szContainer, LPCSTR szProvider, DWORD dwProvType, DWORD dwFlags); - WINIMPM WINBOOL WINAPI CryptAcquireContextW (HCRYPTPROV *phProv, LPCWSTR szContainer, LPCWSTR szProvider, DWORD dwProvType, DWORD dwFlags); - WINIMPM WINBOOL WINAPI CryptReleaseContext (HCRYPTPROV hProv, DWORD dwFlags); WINIMPM WINBOOL WINAPI CryptGenKey (HCRYPTPROV hProv, ALG_ID Algid, DWORD dwFlags, HCRYPTKEY *phKey); WINIMPM WINBOOL WINAPI CryptDeriveKey (HCRYPTPROV hProv, ALG_ID Algid, HCRYPTHASH hBaseData, DWORD dwFlags, HCRYPTKEY *phKey); WINIMPM WINBOOL WINAPI CryptDestroyKey (HCRYPTKEY hKey); @@ -727,7 +730,6 @@ WINIMPM WINBOOL WINAPI CryptGetHashParam (HCRYPTHASH hHash, DWORD dwParam, BYTE *pbData, DWORD *pdwDataLen, DWORD dwFlags); WINIMPM WINBOOL WINAPI CryptSetProvParam (HCRYPTPROV hProv, DWORD dwParam, CONST BYTE *pbData, DWORD dwFlags); WINIMPM WINBOOL WINAPI CryptGetProvParam (HCRYPTPROV hProv, DWORD dwParam, BYTE *pbData, DWORD *pdwDataLen, DWORD dwFlags); - WINIMPM WINBOOL WINAPI CryptGenRandom (HCRYPTPROV hProv, DWORD dwLen, BYTE *pbBuffer); WINIMPM WINBOOL WINAPI CryptGetUserKey (HCRYPTPROV hProv, DWORD dwKeySpec, HCRYPTKEY *phUserKey); WINIMPM WINBOOL WINAPI CryptExportKey (HCRYPTKEY hKey, HCRYPTKEY hExpKey, DWORD dwBlobType, DWORD dwFlags, BYTE *pbData, DWORD *pdwDataLen); WINIMPM WINBOOL WINAPI CryptImportKey (HCRYPTPROV hProv, CONST BYTE *pbData, DWORD dwDataLen, HCRYPTKEY hPubKey, DWORD dwFlags, HCRYPTKEY *phKey); @@ -3895,10 +3897,13 @@ WINIMPM PCCRL_CONTEXT WINAPI CertFindCRLInStore (HCERTSTORE hCertStore, DWORD dwCertEncodingType, DWORD dwFindFlags, DWORD dwFindType, const void *pvFindPara, PCCRL_CONTEXT pPrevCrlContext); WINIMPM WINBOOL WINAPI CertFreeCRLContext (PCCRL_CONTEXT pCrlContext); -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) - +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 WINIMPM WINBOOL WINAPI CertGetCertificateContextProperty (PCCERT_CONTEXT pCertContext, DWORD dwPropId, void *pvData, DWORD *pcbData); WINIMPM DWORD WINAPI CertEnumCertificateContextProperties (PCCERT_CONTEXT pCertContext, DWORD dwPropId); + WINIMPM WINBOOL WINAPI CertDeleteCertificateFromStore (PCCERT_CONTEXT pCertContext); +#endif + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) WINIMPM WINBOOL WINAPI CertCreateCTLEntryFromCertificateContextProperties (PCCERT_CONTEXT pCertContext, DWORD cOptAttr, PCRYPT_ATTRIBUTE rgOptAttr, DWORD dwFlags, void *pvReserved, PCTL_ENTRY pCtlEntry, DWORD *pcbCtlEntry); WINIMPM WINBOOL WINAPI CertSetCertificateContextPropertiesFromCTLEntry (PCCERT_CONTEXT pCertContext, PCTL_ENTRY pCtlEntry, DWORD dwFlags); WINIMPM PCCRL_CONTEXT WINAPI CertGetCRLFromStore (HCERTSTORE hCertStore, PCCERT_CONTEXT pIssuerContext, PCCRL_CONTEXT pPrevCrlContext, DWORD *pdwFlags); @@ -3911,7 +3916,6 @@ WINIMPM WINBOOL WINAPI CertAddEncodedCertificateToStore (HCERTSTORE hCertStore, DWORD dwCertEncodingType, const BYTE *pbCertEncoded, DWORD cbCertEncoded, DWORD dwAddDisposition, PCCERT_CONTEXT *ppCertContext); WINIMPM WINBOOL WINAPI CertAddCertificateContextToStore (HCERTSTORE hCertStore, PCCERT_CONTEXT pCertContext, DWORD dwAddDisposition, PCCERT_CONTEXT *ppStoreContext); WINIMPM WINBOOL WINAPI CertAddSerializedElementToStore (HCERTSTORE hCertStore, const BYTE *pbElement, DWORD cbElement, DWORD dwAddDisposition, DWORD dwFlags, DWORD dwContextTypeFlags, DWORD *pdwContextType, const void **ppvContext); - WINIMPM WINBOOL WINAPI CertDeleteCertificateFromStore (PCCERT_CONTEXT pCertContext); WINIMPM WINBOOL WINAPI CertAddEncodedCRLToStore (HCERTSTORE hCertStore, DWORD dwCertEncodingType, const BYTE *pbCrlEncoded, DWORD cbCrlEncoded, DWORD dwAddDisposition, PCCRL_CONTEXT *ppCrlContext); WINIMPM WINBOOL WINAPI CertAddCRLContextToStore (HCERTSTORE hCertStore, PCCRL_CONTEXT pCrlContext, DWORD dwAddDisposition, PCCRL_CONTEXT *ppStoreContext); WINIMPM WINBOOL WINAPI CertSerializeCertificateStoreElement (PCCERT_CONTEXT pCertContext, DWORD dwFlags, BYTE *pbElement, DWORD *pcbElement); @@ -5197,7 +5201,13 @@ ULONG cbSalt; } CRYPT_PKCS12_PBE_PARAMS; +#endif + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= 0x0A00 WINIMPM HCERTSTORE WINAPI PFXImportCertStore (CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword, DWORD dwFlags); +#endif + +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #define PKCS12_IMPORT_SILENT 0x40 #define CRYPT_USER_KEYSET 0x1000 @@ -5429,9 +5439,7 @@ } #endif -#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #ifndef _WINCRYPT_NO_DPAPI #include #endif #endif -#endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winerror.h mingw-w64-6.0.0/mingw-w64-headers/include/winerror.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winerror.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winerror.h 2018-09-14 14:16:43.000000000 +0000 @@ -241,6 +241,7 @@ #define ERROR_INVALID_OPLOCK_PROTOCOL __MSABI_LONG(301) #define ERROR_DISK_TOO_FRAGMENTED __MSABI_LONG(302) #define ERROR_DELETE_PENDING __MSABI_LONG(303) +#define ERROR_INVALID_TOKEN __MSABI_LONG(315) #define ERROR_MR_MID_NOT_FOUND __MSABI_LONG(317) #define ERROR_SCOPE_NOT_FOUND __MSABI_LONG(318) #define ERROR_INVALID_ADDRESS __MSABI_LONG(487) @@ -630,6 +631,15 @@ #define ERROR_TIMEOUT __MSABI_LONG(1460) #define ERROR_INVALID_MONITOR_HANDLE __MSABI_LONG(1461) #define ERROR_INCORRECT_SIZE __MSABI_LONG(1462) +#define ERROR_SYMLINK_CLASS_DISABLED __MSABI_LONG(1463) +#define ERROR_SYMLINK_NOT_SUPPORTED __MSABI_LONG(1464) +#define ERROR_XML_PARSE_ERROR __MSABI_LONG(1465) +#define ERROR_XMLDSIG_ERROR __MSABI_LONG(1466) +#define ERROR_RESTART_APPLICATION __MSABI_LONG(1467) +#define ERROR_WRONG_COMPARTMENT __MSABI_LONG(1468) +#define ERROR_AUTHIP_FAILURE __MSABI_LONG(1469) +#define ERROR_NO_NVRAM_RESOURCES __MSABI_LONG(1470) +#define ERROR_NOT_GUI_PROCESS __MSABI_LONG(1471) #define ERROR_EVENTLOG_FILE_CORRUPT __MSABI_LONG(1500) #define ERROR_EVENTLOG_CANT_START __MSABI_LONG(1501) #define ERROR_LOG_FILE_FULL __MSABI_LONG(1502) @@ -3443,6 +3453,17 @@ #define VSS_E_INVALID_XML_DOCUMENT _HRESULT_TYPEDEF_(0x80042311) #define VSS_E_OBJECT_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x8004230D) +#define DXGI_STATUS_OCCLUDED _HRESULT_TYPEDEF_(0x087a0001) +#define DXGI_STATUS_CLIPPED _HRESULT_TYPEDEF_(0x087a0002) +#define DXGI_STATUS_NO_REDIRECTION _HRESULT_TYPEDEF_(0x087a0004) +#define DXGI_STATUS_NO_DESKTOP_ACCESS _HRESULT_TYPEDEF_(0x087a0005) +#define DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE _HRESULT_TYPEDEF_(0x087a0006) +#define DXGI_STATUS_MODE_CHANGED _HRESULT_TYPEDEF_(0x087a0007) +#define DXGI_STATUS_MODE_CHANGE_IN_PROGRESS _HRESULT_TYPEDEF_(0x087a0008) +#define DXGI_STATUS_UNOCCLUDED _HRESULT_TYPEDEF_(0x087a0009) +#define DXGI_STATUS_DDA_WAS_STILL_DRAWING _HRESULT_TYPEDEF_(0x087a000a) +#define DXGI_STATUS_PRESENT_REQUIRED _HRESULT_TYPEDEF_(0x087a002f) + #define DXGI_ERROR_INVALID_CALL _HRESULT_TYPEDEF_(0x887A0001) #define DXGI_ERROR_NOT_FOUND _HRESULT_TYPEDEF_(0x887A0002) #define DXGI_ERROR_MORE_DATA _HRESULT_TYPEDEF_(0x887A0003) @@ -3543,6 +3564,47 @@ #endif /*(_WIN32_WINNT >= 0x0600)*/ +#define WINCODEC_ERR_WRONGSTATE _HRESULT_TYPEDEF_(0x88982f04) +#define WINCODEC_ERR_VALUEOUTOFRANGE _HRESULT_TYPEDEF_(0x88982f05) +#define WINCODEC_ERR_UNKNOWNIMAGEFORMAT _HRESULT_TYPEDEF_(0x88982f07) +#define WINCODEC_ERR_UNSUPPORTEDVERSION _HRESULT_TYPEDEF_(0x88982f0b) +#define WINCODEC_ERR_NOTINITIALIZED _HRESULT_TYPEDEF_(0x88982f0c) +#define WINCODEC_ERR_ALREADYLOCKED _HRESULT_TYPEDEF_(0x88982f0d) +#define WINCODEC_ERR_PROPERTYNOTFOUND _HRESULT_TYPEDEF_(0x88982f40) +#define WINCODEC_ERR_PROPERTYNOTSUPPORTED _HRESULT_TYPEDEF_(0x88982f41) +#define WINCODEC_ERR_PROPERTYSIZE _HRESULT_TYPEDEF_(0x88982f42) +#define WINCODEC_ERR_CODECPRESENT _HRESULT_TYPEDEF_(0x88982f43) +#define WINCODEC_ERR_CODECNOTHUMBNAIL _HRESULT_TYPEDEF_(0x88982f44) +#define WINCODEC_ERR_PALETTEUNAVAILABLE _HRESULT_TYPEDEF_(0x88982f45) +#define WINCODEC_ERR_CODECTOOMANYSCANLINES _HRESULT_TYPEDEF_(0x88982f46) +#define WINCODEC_ERR_INTERNALERROR _HRESULT_TYPEDEF_(0x88982f48) +#define WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS _HRESULT_TYPEDEF_(0x88982f49) +#define WINCODEC_ERR_COMPONENTNOTFOUND _HRESULT_TYPEDEF_(0x88982f50) +#define WINCODEC_ERR_IMAGESIZEOUTOFRANGE _HRESULT_TYPEDEF_(0x88982f51) +#define WINCODEC_ERR_TOOMUCHMETADATA _HRESULT_TYPEDEF_(0x88982f52) +#define WINCODEC_ERR_BADIMAGE _HRESULT_TYPEDEF_(0x88982f60) +#define WINCODEC_ERR_BADHEADER _HRESULT_TYPEDEF_(0x88982f61) +#define WINCODEC_ERR_FRAMEMISSING _HRESULT_TYPEDEF_(0x88982f62) +#define WINCODEC_ERR_BADMETADATAHEADER _HRESULT_TYPEDEF_(0x88982f63) +#define WINCODEC_ERR_BADSTREAMDATA _HRESULT_TYPEDEF_(0x88982f70) +#define WINCODEC_ERR_STREAMWRITE _HRESULT_TYPEDEF_(0x88982f71) +#define WINCODEC_ERR_STREAMREAD _HRESULT_TYPEDEF_(0x88982f72) +#define WINCODEC_ERR_STREAMNOTAVAILABLE _HRESULT_TYPEDEF_(0x88982f73) +#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT _HRESULT_TYPEDEF_(0x88982f80) +#define WINCODEC_ERR_UNSUPPORTEDOPERATION _HRESULT_TYPEDEF_(0x88982f81) +#define WINCODEC_ERR_INVALIDREGISTRATION _HRESULT_TYPEDEF_(0x88982f8a) +#define WINCODEC_ERR_COMPONENTINITIALIZEFAILURE _HRESULT_TYPEDEF_(0x88982f8b) +#define WINCODEC_ERR_INSUFFICIENTBUFFER _HRESULT_TYPEDEF_(0x88982f8c) +#define WINCODEC_ERR_DUPLICATEMETADATAPRESENT _HRESULT_TYPEDEF_(0x88982f8d) +#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE _HRESULT_TYPEDEF_(0x88982f8e) +#define WINCODEC_ERR_UNEXPECTEDSIZE _HRESULT_TYPEDEF_(0x88982f8f) +#define WINCODEC_ERR_INVALIDQUERYREQUEST _HRESULT_TYPEDEF_(0x88982f90) +#define WINCODEC_ERR_UNEXPECTEDMETADATATYPE _HRESULT_TYPEDEF_(0x88982f91) +#define WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT _HRESULT_TYPEDEF_(0x88982f92) +#define WINCODEC_ERR_INVALIDQUERYCHARACTER _HRESULT_TYPEDEF_(0x88982f93) +#define WINCODEC_ERR_WIN32ERROR _HRESULT_TYPEDEF_(0x88982f94) +#define WINCODEC_ERR_INVALIDPROGRESSIVELEVEL _HRESULT_TYPEDEF_(0x88982f95) + #define NAP_E_INVALID_PACKET _HRESULT_TYPEDEF_(0x80270001) #define NAP_E_MISSING_SOH _HRESULT_TYPEDEF_(0x80270002) #define NAP_E_CONFLICTING_ID _HRESULT_TYPEDEF_(0x80270003) @@ -3564,6 +3626,20 @@ #define NAP_E_SHV_CONFIG_NOT_FOUND _HRESULT_TYPEDEF_(0x80270012) #define NAP_E_SHV_TIMEOUT _HRESULT_TYPEDEF_(0x80270013) +#define DWRITE_E_FILEFORMAT _HRESULT_TYPEDEF_(0x88985000L) +#define DWRITE_E_UNEXPECTED _HRESULT_TYPEDEF_(0x88985001L) +#define DWRITE_E_NOFONT _HRESULT_TYPEDEF_(0x88985002L) +#define DWRITE_E_FILENOTFOUND _HRESULT_TYPEDEF_(0x88985003L) +#define DWRITE_E_FILEACCESS _HRESULT_TYPEDEF_(0x88985004L) +#define DWRITE_E_FONTCOLLECTIONOBSOLETE _HRESULT_TYPEDEF_(0x88985005L) +#define DWRITE_E_ALREADYREGISTERED _HRESULT_TYPEDEF_(0x88985006L) +#define DWRITE_E_CACHEFORMAT _HRESULT_TYPEDEF_(0x88985007L) +#define DWRITE_E_CACHEVERSION _HRESULT_TYPEDEF_(0x88985008L) +#define DWRITE_E_UNSUPPORTEDOPERATION _HRESULT_TYPEDEF_(0x88985009L) +#define DWRITE_E_TEXTRENDERERINCOMPATIBLE _HRESULT_TYPEDEF_(0x8898500AL) +#define DWRITE_E_FLOWDIRECTIONCONFLICTS _HRESULT_TYPEDEF_(0x8898500BL) +#define DWRITE_E_NOCOLOR _HRESULT_TYPEDEF_(0x8898500CL) + #include #undef __IN__WINERROR_ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winhttp.h mingw-w64-6.0.0/mingw-w64-headers/include/winhttp.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winhttp.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winhttp.h 2018-09-14 14:16:43.000000000 +0000 @@ -38,8 +38,11 @@ typedef WORD INTERNET_PORT; typedef INTERNET_PORT *LPINTERNET_PORT; +/* Yes, these values contradict wininet.h */ #define INTERNET_SCHEME_HTTP 1 #define INTERNET_SCHEME_HTTPS 2 +#define INTERNET_SCHEME_FTP 3 +#define INTERNET_SCHEME_SOCKS 4 typedef int INTERNET_SCHEME, *LPINTERNET_SCHEME; #define ICU_ESCAPE 0x80000000 @@ -63,6 +66,8 @@ #define WINHTTP_NO_PROXY_NAME NULL #define WINHTTP_NO_PROXY_BYPASS NULL +#define WINHTTP_NO_CLIENT_CERT_CONTEXT NULL + #define WINHTTP_NO_REFERER NULL #define WINHTTP_DEFAULT_ACCEPT_TYPES NULL @@ -435,10 +440,14 @@ #define WINHTTP_CALLBACK_STATUS_FLAG_CERT_WRONG_USAGE 0x00000040 #define WINHTTP_CALLBACK_STATUS_FLAG_SECURITY_CHANNEL_ERROR 0x80000000 -#define WINHTTP_FLAG_SECURE_PROTOCOL_SSL2 0x00000008 -#define WINHTTP_FLAG_SECURE_PROTOCOL_SSL3 0x00000020 -#define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1 0x00000080 -#define WINHTTP_FLAG_SECURE_PROTOCOL_ALL (WINHTTP_FLAG_SECURE_PROTOCOL_SSL2 | WINHTTP_FLAG_SECURE_PROTOCOL_SSL3 | WINHTTP_FLAG_SECURE_PROTOCOL_TLS1) +#define WINHTTP_FLAG_SECURE_PROTOCOL_SSL2 0x00000008 +#define WINHTTP_FLAG_SECURE_PROTOCOL_SSL3 0x00000020 +#define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1 0x00000080 +#define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1 0x00000200 +#define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2 0x00000800 +#define WINHTTP_FLAG_SECURE_PROTOCOL_ALL (WINHTTP_FLAG_SECURE_PROTOCOL_SSL2 |\ + WINHTTP_FLAG_SECURE_PROTOCOL_SSL3 |\ + WINHTTP_FLAG_SECURE_PROTOCOL_TLS1) #define WINHTTP_AUTH_SCHEME_BASIC 0x00000001 #define WINHTTP_AUTH_SCHEME_NTLM 0x00000002 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winineti.h mingw-w64-6.0.0/mingw-w64-headers/include/winineti.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winineti.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winineti.h 2018-09-14 14:16:43.000000000 +0000 @@ -121,6 +121,7 @@ WINBOOL WINAPI IsUrlCacheEntryExpiredA(LPCSTR,DWORD,FILETIME*); WINBOOL WINAPI IsUrlCacheEntryExpiredW(LPCWSTR,DWORD,FILETIME*); #define IsUrlCacheEntryExpired __MINGW_NAME_AW(IsUrlCacheEntryExpired) +DWORD WINAPI ParseX509EncodedCertificateForListBoxEntry(LPBYTE,DWORD,LPSTR,LPDWORD); WINBOOL WINAPI SetUrlCacheConfigInfoA(LPINTERNET_CACHE_CONFIG_INFOA,DWORD); WINBOOL WINAPI SetUrlCacheConfigInfoW(LPINTERNET_CACHE_CONFIG_INFOW,DWORD); #define SetUrlCacheConfigInfo __MINGW_NAME_AW(SetUrlCacheConfigInfo) diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winnls.h mingw-w64-6.0.0/mingw-w64-headers/include/winnls.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winnls.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winnls.h 2018-09-14 14:16:43.000000000 +0000 @@ -903,6 +903,7 @@ #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || defined(WINSTORECOMPAT) WINBASEAPI UINT WINAPI GetACP (void); + WINBASEAPI WINBOOL WINAPI IsDBCSLeadByteEx (UINT CodePage, BYTE TestChar); #endif #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) @@ -913,7 +914,6 @@ WINBASEAPI int WINAPI GetLocaleInfoW (LCID Locale, LCTYPE LCType, LPWSTR lpLCData, int cchData); WINBASEAPI int WINAPI GetLocaleInfoA (LCID Locale, LCTYPE LCType, LPSTR lpLCData, int cchData); WINBASEAPI WINBOOL WINAPI IsDBCSLeadByte (BYTE TestChar); - WINBASEAPI WINBOOL WINAPI IsDBCSLeadByteEx (UINT CodePage, BYTE TestChar); WINBASEAPI int WINAPI GetNumberFormatA (LCID Locale, DWORD dwFlags, LPCSTR lpValue, CONST NUMBERFMTA *lpFormat, LPSTR lpNumberStr, int cchNumber); WINBASEAPI int WINAPI GetNumberFormatW (LCID Locale, DWORD dwFlags, LPCWSTR lpValue, CONST NUMBERFMTW *lpFormat, LPWSTR lpNumberStr, int cchNumber); WINBASEAPI int WINAPI GetCurrencyFormatA (LCID Locale, DWORD dwFlags, LPCSTR lpValue, CONST CURRENCYFMTA *lpFormat, LPSTR lpCurrencyStr, int cchCurrency); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winnt.h mingw-w64-6.0.0/mingw-w64-headers/include/winnt.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winnt.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winnt.h 2018-09-14 14:16:43.000000000 +0000 @@ -28,21 +28,28 @@ #endif #if defined(__x86_64) && \ - !(defined(_X86_) || defined(__i386__) || defined(_IA64_) || defined (__arm__)) + !(defined(_X86_) || defined(__i386__) || defined(_IA64_) || defined (__arm__) || defined(__aarch64__)) #if !defined(_AMD64_) #define _AMD64_ #endif #endif /* _AMD64_ */ #if defined(__arm__) && \ - !(defined(_X86_) || defined(__x86_64) || defined(_AMD64_) || defined (__ia64__)) + !(defined(_X86_) || defined(__x86_64) || defined(_AMD64_) || defined (__ia64__) || defined(__aarch64__)) #if !defined(_ARM_) #define _ARM_ #endif #endif /* _ARM_ */ +#if defined(__aarch64__) && \ + !(defined(_X86_) || defined(__x86_64) || defined(_AMD64_) || defined (__ia64__) || defined(__arm__)) +#if !defined(_ARM64_) +#define _ARM64_ +#endif +#endif /* _ARM64_ */ + #if defined(__ia64__) && \ - !(defined(_X86_) || defined(__x86_64) || defined(_AMD64_) || defined (__arm__)) + !(defined(_X86_) || defined(__x86_64) || defined(_AMD64_) || defined (__arm__) || defined(__aarch64__)) #if !defined(_IA64_) #define _IA64_ #endif @@ -94,7 +101,7 @@ #undef UNALIGNED /* avoid redefinition warnings vs _mingw.h */ #undef UNALIGNED64 -#if defined (__ia64__) || defined (__x86_64__) || defined (__arm__) +#if defined (__ia64__) || defined (__x86_64__) || defined (__arm__) || defined(__aarch64__) #define ALIGNMENT_MACHINE #define UNALIGNED __unaligned #if defined (_WIN64) @@ -124,7 +131,7 @@ #if defined (__x86_64__) || defined (__i386__) #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD) -#elif defined (__ia64__) || defined (__arm__) +#elif defined (__ia64__) || defined (__arm__) || defined(__aarch64__) #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : TYPE_ALIGNMENT (DWORD)) #elif !defined (RC_INVOKED) && !defined (__WIDL__) #error No supported target architecture. @@ -143,7 +150,7 @@ #include #ifndef DECLSPEC_IMPORT -#if (defined (__i386__) || defined (__ia64__) || defined (__x86_64__) || defined (__arm__)) && !defined (__WIDL__) +#if (defined (__i386__) || defined (__ia64__) || defined (__x86_64__) || defined (__arm__) || defined(__aarch64__)) && !defined (__WIDL__) #define DECLSPEC_IMPORT __declspec (dllimport) #else #define DECLSPEC_IMPORT @@ -258,7 +265,7 @@ #endif #endif /* FASTCALL */ -#if defined(_ARM_) +#if defined(_ARM_) || defined(_ARM64_) #define NTAPI #else #define NTAPI __stdcall @@ -760,6 +767,7 @@ #define PRODUCT_SERVER_FOR_SMALLBUSINESS_V 0x23 #define PRODUCT_STANDARD_SERVER_V 0x24 #define PRODUCT_DATACENTER_SERVER_V 0x25 +#define PRODUCT_SERVER_V 0x25 #define PRODUCT_ENTERPRISE_SERVER_V 0x26 #define PRODUCT_DATACENTER_SERVER_CORE_V 0x27 #define PRODUCT_STANDARD_SERVER_CORE_V 0x28 @@ -780,6 +788,7 @@ #define PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM 0x37 #define PRODUCT_SOLUTION_EMBEDDEDSERVER 0x38 #define PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE 0x39 +#define PRODUCT_PROFESSIONAL_EMBEDDED 0x3A #define PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT 0x3B #define PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL 0x3C #define PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC 0x3D @@ -808,16 +817,41 @@ #define PRODUCT_EMBEDDED_INDUSTRY_E 0x5B #define PRODUCT_EMBEDDED_INDUSTRY_A_E 0x5C #define PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER 0x5F -#define PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER 0x60 +#define PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER 0x60 #define PRODUCT_CORE_ARM 0x61 #define PRODUCT_CORE_N 0x62 #define PRODUCT_CORE_COUNTRYSPECIFIC 0x63 #define PRODUCT_CORE_SINGLELANGUAGE 0x64 +#define PRODUCT_CORE_LANGUAGESPECIFIC 0x64 #define PRODUCT_CORE 0x65 #define PRODUCT_PROFESSIONAL_WMC 0x67 #define PRODUCT_MOBILE_CORE 0x68 +#define PRODUCT_EMBEDDED_INDUSTRY_EVAL 0x69 +#define PRODUCT_EMBEDDED_INDUSTRY_E_EVAL 0x6A +#define PRODUCT_EMBEDDED_EVAL 0x6B +#define PRODUCT_EMBEDDED_E_EVAL 0x6C +#define PRODUCT_NANO_SERVER 0x6D +#define PRODUCT_CLOUD_STORAGE_SERVER 0x6E +#define PRODUCT_CORE_CONNECTED 0x6F +#define PRODUCT_PROFESSIONAL_STUDENT 0x70 +#define PRODUCT_CORE_CONNECTED_N 0x71 +#define PRODUCT_PROFESSIONAL_STUDENT_N 0x72 +#define PRODUCT_CORE_CONNECTED_SINGLELANGUAGE 0x73 +#define PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC 0x74 +#define PRODUCT_CONNECTED_CAR 0x75 +#define PRODUCT_INDUSTRY_HANDHELD 0x76 +#define PRODUCT_PPI_PRO 0x77 +#define PRODUCT_ARM64_SERVER 0x78 #define PRODUCT_EDUCATION 0x79 #define PRODUCT_EDUCATION_N 0x7a +#define PRODUCT_IOTUAP 0x7B +#define PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER 0x7C +#define PRODUCT_ENTERPRISE_S 0x7D +#define PRODUCT_ENTERPRISE_S_N 0x7E +#define PRODUCT_PROFESSIONAL_S 0x7F +#define PRODUCT_PROFESSIONAL_S_N 0x80 +#define PRODUCT_ENTERPRISE_S_EVALUATION 0x81 +#define PRODUCT_ENTERPRISE_S_N_EVALUATION 0x82 #define PRODUCT_MOBILE_ENTERPRISE 0x85 #define PRODUCT_UNLICENSED 0xabcdabcd @@ -1299,12 +1333,13 @@ #define DBG_RIPEXCEPTION ((DWORD)0x40010007) #define DBG_CONTROL_BREAK ((DWORD)0x40010008) #define DBG_COMMAND_EXCEPTION ((DWORD)0x40010009) +#define DBG_PRINTEXCEPTION_WIDE_C ((DWORD)0x4001000A) #define STATUS_GUARD_PAGE_VIOLATION ((DWORD)0x80000001) #define STATUS_DATATYPE_MISALIGNMENT ((DWORD)0x80000002) #define STATUS_BREAKPOINT ((DWORD)0x80000003) #define STATUS_SINGLE_STEP ((DWORD)0x80000004) -#define STATUS_LONGJUMP ((DWORD)0x80000026) -#define STATUS_UNWIND_CONSOLIDATE ((DWORD)0x80000029) +#define STATUS_LONGJUMP ((DWORD)0x80000026) +#define STATUS_UNWIND_CONSOLIDATE ((DWORD)0x80000029) #define DBG_EXCEPTION_NOT_HANDLED ((DWORD)0x80010001) #define STATUS_ACCESS_VIOLATION ((DWORD)0xC0000005) #define STATUS_IN_PAGE_ERROR ((DWORD)0xC0000006) @@ -1520,6 +1555,7 @@ # if defined(__cplusplus) } # endif +#include #define FastFence __faststorefence #define LoadFence _mm_lfence @@ -1852,7 +1888,7 @@ LONGLONG High; } NEON128, *PNEON128; - typedef struct _CONTEXT { + typedef struct DECLSPEC_ALIGN(8) _CONTEXT { DWORD ContextFlags; DWORD R0; @@ -1891,7 +1927,7 @@ } CONTEXT, *PCONTEXT; typedef struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; - typedef PRUNTIME_FUNCTION (*PGET_RUNTIME_FUNCTION_CALLBACK)(DWORD64 ControlPc,PVOID Context); + typedef PRUNTIME_FUNCTION (*PGET_RUNTIME_FUNCTION_CALLBACK)(DWORD ControlPc,PVOID Context); #define UNW_FLAG_NHANDLER 0x0 #define UNW_FLAG_EHANDLER 0x1 @@ -1915,6 +1951,26 @@ UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; } UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; + struct _DISPATCHER_CONTEXT; + typedef struct _DISPATCHER_CONTEXT DISPATCHER_CONTEXT; + typedef struct _DISPATCHER_CONTEXT *PDISPATCHER_CONTEXT; + + struct _DISPATCHER_CONTEXT { + ULONG ControlPc; + ULONG ImageBase; + PRUNTIME_FUNCTION FunctionEntry; + ULONG EstablisherFrame; + ULONG TargetPc; + PCONTEXT ContextRecord; + PEXCEPTION_ROUTINE LanguageHandler; + PVOID HandlerData; + PUNWIND_HISTORY_TABLE HistoryTable; + ULONG ScopeIndex; + BOOLEAN ControlPcIsUnwound; + PBYTE NonVolatileRegisters; + ULONG VirtualVfpHead; + }; + typedef struct _KNONVOLATILE_CONTEXT_POINTERS { PDWORD R4; PDWORD R5; @@ -1940,6 +1996,234 @@ #endif /* _ARM_ */ +#ifdef _ARM64_ + +#if defined(__aarch64__) && !defined(RC_INVOKED) + +#ifdef __cplusplus + extern "C" { +#endif + +#define BitTest _bittest +#define BitTestAndComplement _bittestandcomplement +#define BitTestAndSet _bittestandset +#define BitTestAndReset _bittestandreset + +#define BitScanForward _BitScanForward +#define BitScanReverse _BitScanReverse +#define BitScanForward64 _BitScanForward64 +#define BitScanReverse64 _BitScanReverse64 + +#define InterlockedIncrement16 _InterlockedIncrement16 +#define InterlockedDecrement16 _InterlockedDecrement16 +#define InterlockedCompareExchange16 _InterlockedCompareExchange16 + +#define InterlockedAnd _InterlockedAnd +#define InterlockedOr _InterlockedOr +#define InterlockedXor _InterlockedXor +#define InterlockedIncrement _InterlockedIncrement +#define InterlockedIncrementAcquire InterlockedIncrement +#define InterlockedIncrementRelease InterlockedIncrement +#define InterlockedDecrement _InterlockedDecrement +#define InterlockedDecrementAcquire InterlockedDecrement +#define InterlockedDecrementRelease InterlockedDecrement +#define InterlockedAdd _InterlockedAdd +#define InterlockedExchange _InterlockedExchange +#define InterlockedExchangeAdd _InterlockedExchangeAdd +#define InterlockedCompareExchange _InterlockedCompareExchange +#define InterlockedCompareExchangeAcquire InterlockedCompareExchange +#define InterlockedCompareExchangeRelease InterlockedCompareExchange + +#define InterlockedAnd64 _InterlockedAnd64 +#define InterlockedAndAffinity InterlockedAnd64 +#define InterlockedOr64 _InterlockedOr64 +#define InterlockedOrAffinity InterlockedOr64 +#define InterlockedXor64 _InterlockedXor64 +#define InterlockedIncrement64 _InterlockedIncrement64 +#define InterlockedDecrement64 _InterlockedDecrement64 +#define InterlockedAdd64 _InterlockedAdd64 +#define InterlockedExchange64 _InterlockedExchange64 +#define InterlockedExchangeAcquire64 InterlockedExchange64 +#define InterlockedExchangeAdd64 _InterlockedExchangeAdd64 +#define InterlockedCompareExchange64 _InterlockedCompareExchange64 +#define InterlockedCompareExchangeAcquire64 InterlockedCompareExchange64 +#define InterlockedCompareExchangeRelease64 InterlockedCompareExchange64 + +#define InterlockedExchangePointer _InterlockedExchangePointer +#define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer +#define InterlockedCompareExchangePointerAcquire _InterlockedCompareExchangePointer +#define InterlockedCompareExchangePointerRelease _InterlockedCompareExchangePointer + +#ifdef __cplusplus + } +#endif +#endif /* defined(__aarch64__) && !defined(RC_INVOKED) */ + +#define EXCEPTION_READ_FAULT 0 +#define EXCEPTION_WRITE_FAULT 1 +#define EXCEPTION_EXECUTE_FAULT 8 + +#if !defined(RC_INVOKED) + +#define CONTEXT_ARM64 0x400000 +#define CONTEXT_CONTROL (CONTEXT_ARM64 | 0x00000001) +#define CONTEXT_INTEGER (CONTEXT_ARM64 | 0x00000002) +#define CONTEXT_FLOATING_POINT (CONTEXT_ARM64 | 0x00000004) +#define CONTEXT_DEBUG_REGISTERS (CONTEXT_ARM64 | 0x00000008) + +#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER) +#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS) + +#define EXCEPTION_READ_FAULT 0 +#define EXCEPTION_WRITE_FAULT 1 +#define EXCEPTION_EXECUTE_FAULT 8 + +#define ARM64_MAX_BREAKPOINTS 8 +#define ARM64_MAX_WATCHPOINTS 2 + +#endif /* !defined(RC_INVOKED) */ + + typedef union _NEON128 { + struct + { + ULONGLONG Low; + LONGLONG High; + } DUMMYSTRUCTNAME; + double D[2]; + float S[4]; + WORD H[8]; + BYTE B[16]; + } NEON128, *PNEON128; + + typedef struct DECLSPEC_ALIGN(16) _CONTEXT { + ULONG ContextFlags; /* 000 */ + /* CONTEXT_INTEGER */ + ULONG Cpsr; /* 004 */ + union + { + struct + { + DWORD64 X0; /* 008 */ + DWORD64 X1; /* 010 */ + DWORD64 X2; /* 018 */ + DWORD64 X3; /* 020 */ + DWORD64 X4; /* 028 */ + DWORD64 X5; /* 030 */ + DWORD64 X6; /* 038 */ + DWORD64 X7; /* 040 */ + DWORD64 X8; /* 048 */ + DWORD64 X9; /* 050 */ + DWORD64 X10; /* 058 */ + DWORD64 X11; /* 060 */ + DWORD64 X12; /* 068 */ + DWORD64 X13; /* 070 */ + DWORD64 X14; /* 078 */ + DWORD64 X15; /* 080 */ + DWORD64 X16; /* 088 */ + DWORD64 X17; /* 090 */ + DWORD64 X18; /* 098 */ + DWORD64 X19; /* 0a0 */ + DWORD64 X20; /* 0a8 */ + DWORD64 X21; /* 0b0 */ + DWORD64 X22; /* 0b8 */ + DWORD64 X23; /* 0c0 */ + DWORD64 X24; /* 0c8 */ + DWORD64 X25; /* 0d0 */ + DWORD64 X26; /* 0d8 */ + DWORD64 X27; /* 0e0 */ + DWORD64 X28; /* 0e8 */ + DWORD64 Fp; /* 0f0 */ + DWORD64 Lr; /* 0f8 */ + } DUMMYSTRUCTNAME; + DWORD64 X[31]; /* 008 */ + } DUMMYUNIONNAME; + /* CONTEXT_CONTROL */ + DWORD64 Sp; /* 100 */ + DWORD64 Pc; /* 108 */ + /* CONTEXT_FLOATING_POINT */ + NEON128 V[32]; /* 110 */ + DWORD Fpcr; /* 310 */ + DWORD Fpsr; /* 314 */ + /* CONTEXT_DEBUG_REGISTERS */ + DWORD Bcr[ARM64_MAX_BREAKPOINTS]; /* 318 */ + DWORD64 Bvr[ARM64_MAX_BREAKPOINTS]; /* 338 */ + DWORD Wcr[ARM64_MAX_WATCHPOINTS]; /* 378 */ + DWORD64 Wvr[ARM64_MAX_WATCHPOINTS]; /* 380 */ + } CONTEXT, *PCONTEXT; + + typedef struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; + typedef PRUNTIME_FUNCTION (*PGET_RUNTIME_FUNCTION_CALLBACK)(DWORD64 ControlPc,PVOID Context); + +#define UNW_FLAG_NHANDLER 0x0 +#define UNW_FLAG_EHANDLER 0x1 +#define UNW_FLAG_UHANDLER 0x2 + +#define UNWIND_HISTORY_TABLE_SIZE 12 + + typedef struct _UNWIND_HISTORY_TABLE_ENTRY { + DWORD64 ImageBase; + PRUNTIME_FUNCTION FunctionEntry; + } UNWIND_HISTORY_TABLE_ENTRY, *PUNWIND_HISTORY_TABLE_ENTRY; + + typedef struct _UNWIND_HISTORY_TABLE { + DWORD Count; + BYTE LocalHint; + BYTE GlobalHint; + BYTE Search; + BYTE Once; + DWORD64 LowAddress; + DWORD64 HighAddress; + UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; + } UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; + + struct _DISPATCHER_CONTEXT; + typedef struct _DISPATCHER_CONTEXT DISPATCHER_CONTEXT; + typedef struct _DISPATCHER_CONTEXT *PDISPATCHER_CONTEXT; + + struct _DISPATCHER_CONTEXT { + ULONG_PTR ControlPc; + ULONG_PTR ImageBase; + PRUNTIME_FUNCTION FunctionEntry; + ULONG_PTR EstablisherFrame; + ULONG_PTR TargetPc; + PCONTEXT ContextRecord; + PEXCEPTION_ROUTINE LanguageHandler; + PVOID HandlerData; + PUNWIND_HISTORY_TABLE HistoryTable; + ULONG ScopeIndex; + BOOLEAN ControlPcIsUnwound; + PBYTE NonVolatileRegisters; + }; + + typedef struct _KNONVOLATILE_CONTEXT_POINTERS { + PDWORD64 X19; + PDWORD64 X20; + PDWORD64 X21; + PDWORD64 X22; + PDWORD64 X23; + PDWORD64 X24; + PDWORD64 X25; + PDWORD64 X26; + PDWORD64 X27; + PDWORD64 X28; + PDWORD64 Fp; + PDWORD64 Lr; + + PDWORD64 D8; + PDWORD64 D9; + PDWORD64 D10; + PDWORD64 D11; + PDWORD64 D12; + PDWORD64 D13; + PDWORD64 D14; + PDWORD64 D15; + } KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS; + +#define OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME "OutOfProcessFunctionTableCallback" + +#endif /* _ARM64_ */ + + #ifdef _X86_ #if defined(__i386__) && !defined(__x86_64) && !defined(RC_INVOKED) @@ -1955,9 +2239,45 @@ #define BitScanForward _BitScanForward #define BitScanReverse _BitScanReverse +#define InterlockedIncrement16 _InterlockedIncrement16 +#define InterlockedDecrement16 _InterlockedDecrement16 #define InterlockedCompareExchange16 _InterlockedCompareExchange16 + +#define InterlockedAnd _InterlockedAnd +#define InterlockedOr _InterlockedOr +#define InterlockedXor _InterlockedXor +#define InterlockedIncrement _InterlockedIncrement +#define InterlockedIncrementAcquire InterlockedIncrement +#define InterlockedIncrementRelease InterlockedIncrement +#define InterlockedDecrement _InterlockedDecrement +#define InterlockedDecrementAcquire InterlockedDecrement +#define InterlockedDecrementRelease InterlockedDecrement #define InterlockedAdd _InterlockedAdd +#define InterlockedExchange _InterlockedExchange +#define InterlockedExchangeAdd _InterlockedExchangeAdd +#define InterlockedCompareExchange _InterlockedCompareExchange +#define InterlockedCompareExchangeAcquire InterlockedCompareExchange +#define InterlockedCompareExchangeRelease InterlockedCompareExchange + +#define InterlockedAnd64 _InterlockedAnd64 +#define InterlockedAndAffinity InterlockedAnd64 +#define InterlockedOr64 _InterlockedOr64 +#define InterlockedOrAffinity InterlockedOr64 +#define InterlockedXor64 _InterlockedXor64 +#define InterlockedIncrement64 _InterlockedIncrement64 +#define InterlockedDecrement64 _InterlockedDecrement64 #define InterlockedAdd64 _InterlockedAdd64 +#define InterlockedExchange64 _InterlockedExchange64 +#define InterlockedExchangeAcquire64 InterlockedExchange64 +#define InterlockedExchangeAdd64 _InterlockedExchangeAdd64 +#define InterlockedCompareExchange64 _InterlockedCompareExchange64 +#define InterlockedCompareExchangeAcquire64 InterlockedCompareExchange64 +#define InterlockedCompareExchangeRelease64 InterlockedCompareExchange64 + +#define InterlockedExchangePointer _InterlockedExchangePointer +#define InterlockedCompareExchangePointer(Destination, ExChange, Comperand) (PVOID) (LONG_PTR)InterlockedCompareExchange ((LONG volatile *) (Destination),(LONG) (LONG_PTR) (ExChange),(LONG) (LONG_PTR) (Comperand)) +#define InterlockedCompareExchangePointerAcquire InterlockedCompareExchangePointer +#define InterlockedCompareExchangePointerRelease InterlockedCompareExchangePointer #ifdef _PREFIX_ /* BYTE __readfsbyte(DWORD Offset); moved to psdk_inc/intrin-impl.h */ @@ -1976,6 +2296,7 @@ #if defined(__i386__) && !defined(__x86_64) #ifdef __SSE2__ +#include #define YieldProcessor _mm_pause #define MemoryBarrier _mm_mfence #else @@ -2508,7 +2829,10 @@ typedef struct _UNWIND_HISTORY_TABLE { ULONG Count; - UCHAR Search; + BYTE LocalHint; + BYTE GlobalHint; + BYTE Search; + BYTE Once; ULONG64 LowAddress; ULONG64 HighAddress; UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; @@ -2619,7 +2943,7 @@ #define SID_HASH_SIZE 32 typedef enum _SID_NAME_USE { - SidTypeUser = 1,SidTypeGroup,SidTypeDomain,SidTypeAlias,SidTypeWellKnownGroup,SidTypeDeletedAccount,SidTypeInvalid,SidTypeUnknown,SidTypeComputer,SidTypeLabel + SidTypeUser = 1,SidTypeGroup,SidTypeDomain,SidTypeAlias,SidTypeWellKnownGroup,SidTypeDeletedAccount,SidTypeInvalid,SidTypeUnknown,SidTypeComputer,SidTypeLabel,SidTypeLogonSession } SID_NAME_USE,*PSID_NAME_USE; typedef struct _SID_AND_ATTRIBUTES { @@ -2910,7 +3234,20 @@ WinAccountCloneableControllersSid = 100, WinBuiltinAccessControlAssistanceOperatorsSid = 101, WinBuiltinRemoteManagementUsersSid = 102, WinAuthenticationAuthorityAssertedSid = 103, - WinAuthenticationServiceAssertedSid = 104 + WinAuthenticationServiceAssertedSid = 104, + WinLocalAccountSid = 105, + WinLocalAccountAndAdministratorSid = 106, + WinAccountProtectedUsersSid = 107, + WinCapabilityAppointmentsSid = 108, + WinCapabilityContactsSid = 109, + WinAccountDefaultSystemManagedSid = 110, + WinBuiltinDefaultSystemManagedGroupSid = 111, + WinBuiltinStorageReplicaAdminsSid = 112, + WinAccountKeyAdminsSid = 113, + WinAccountEnterpriseKeyAdminsSid = 114, + WinAuthenticationKeyTrustSid = 115, + WinAuthenticationKeyPropertyMFASid = 116, + WinAuthenticationKeyPropertyAttestationSid = 117 } WELL_KNOWN_SID_TYPE; #define SYSTEM_LUID { 0x3e7, 0x0 } @@ -3891,70 +4228,133 @@ typedef enum _PROCESS_MITIGATION_POLICY { ProcessDEPPolicy, ProcessASLRPolicy, - ProcessReserved1MitigationPolicy, + ProcessDynamicCodePolicy, ProcessStrictHandleCheckPolicy, ProcessSystemCallDisablePolicy, ProcessMitigationOptionsMask, ProcessExtensionPointDisablePolicy, + ProcessControlFlowGuardPolicy, + ProcessSignaturePolicy, + ProcessFontDisablePolicy, + ProcessImageLoadPolicy, MaxProcessMitigationPolicy } PROCESS_MITIGATION_POLICY,*PPROCESS_MITIGATION_POLICY; typedef struct _PROCESS_MITIGATION_ASLR_POLICY { __C89_NAMELESS union { - DWORD Flags; - __C89_NAMELESS struct { - DWORD EnableBottomUpRandomization : 1; - DWORD EnableForceRelocateImages : 1; - DWORD EnableHighEntropy : 1; - DWORD DisallowStrippedImages : 1; - DWORD ReservedFlags : 28; - }; + DWORD Flags; + __C89_NAMELESS struct { + DWORD EnableBottomUpRandomization : 1; + DWORD EnableForceRelocateImages : 1; + DWORD EnableHighEntropy : 1; + DWORD DisallowStrippedImages : 1; + DWORD ReservedFlags : 28; + }; }; } PROCESS_MITIGATION_ASLR_POLICY,*PPROCESS_MITIGATION_ASLR_POLICY; typedef struct _PROCESS_MITIGATION_DEP_POLICY { __C89_NAMELESS union { - DWORD Flags; - __C89_NAMELESS struct { - DWORD Enable : 1; - DWORD DisableAtlThunkEmulation : 1; - DWORD ReservedFlags : 30; - }; + DWORD Flags; + __C89_NAMELESS struct { + DWORD Enable : 1; + DWORD DisableAtlThunkEmulation : 1; + DWORD ReservedFlags : 30; + }; }; BOOLEAN Permanent; } PROCESS_MITIGATION_DEP_POLICY,*PPROCESS_MITIGATION_DEP_POLICY; typedef struct _PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY { __C89_NAMELESS union { - DWORD Flags; - __C89_NAMELESS struct { - DWORD RaiseExceptionOnInvalidHandleReference : 1; - DWORD HandleExceptionsPermanentlyEnabled : 1; - DWORD ReservedFlags : 30; - }; + DWORD Flags; + __C89_NAMELESS struct { + DWORD RaiseExceptionOnInvalidHandleReference : 1; + DWORD HandleExceptionsPermanentlyEnabled : 1; + DWORD ReservedFlags : 30; + }; }; } PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY,*PPROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY; typedef struct _PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY { __C89_NAMELESS union { - DWORD Flags; - __C89_NAMELESS struct { - DWORD DisallowWin32kSystemCalls : 1; - DWORD ReservedFlags : 31; - }; + DWORD Flags; + __C89_NAMELESS struct { + DWORD DisallowWin32kSystemCalls : 1; + DWORD ReservedFlags : 31; + }; }; } PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY,*PPROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY; typedef struct _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY { __C89_NAMELESS union { - DWORD Flags; - __C89_NAMELESS struct { - DWORD DisableExtensionPoints : 1; - DWORD ReservedFlags : 31; - }; + DWORD Flags; + __C89_NAMELESS struct { + DWORD DisableExtensionPoints : 1; + DWORD ReservedFlags : 31; + }; }; } PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY,*PPROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY; + typedef struct _PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY { + __C89_NAMELESS union { + DWORD Flags; + __C89_NAMELESS struct { + DWORD EnableControlFlowGuard :1; + DWORD EnableExportSuppression :1; + DWORD StrictMode :1; + DWORD ReservedFlags :29; + }; + }; + } PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY, *PPROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY; + + typedef struct _PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY { + __C89_NAMELESS union { + DWORD Flags; + __C89_NAMELESS struct { + DWORD MicrosoftSignedOnly :1; + DWORD StoreSignedOnly :1; + DWORD MitigationOptIn :1; + DWORD ReservedFlags :29; + }; + }; + } PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY, *PPROCESS_MITIGATION_BINARY_SIGNATURE_POLICY; + + typedef struct _PROCESS_MITIGATION_DYNAMIC_CODE_POLICY { + __C89_NAMELESS union { + DWORD Flags; + __C89_NAMELESS struct { + DWORD ProhibitDynamicCode :1; + DWORD AllowThreadOptOut :1; + DWORD AllowRemoteDowngrade :1; + DWORD ReservedFlags :30; + }; + }; + } PROCESS_MITIGATION_DYNAMIC_CODE_POLICY, *PPROCESS_MITIGATION_DYNAMIC_CODE_POLICY; + + typedef struct _PROCESS_MITIGATION_FONT_DISABLE_POLICY { + __C89_NAMELESS union { + DWORD Flags; + __C89_NAMELESS struct { + DWORD DisableNonSystemFonts :1; + DWORD AuditNonSystemFontLoading :1; + DWORD ReservedFlags :30; + }; + }; + } PROCESS_MITIGATION_FONT_DISABLE_POLICY, *PPROCESS_MITIGATION_FONT_DISABLE_POLICY; + + typedef struct _PROCESS_MITIGATION_IMAGE_LOAD_POLICY { + __C89_NAMELESS union { + DWORD Flags; + __C89_NAMELESS struct { + DWORD NoRemoteImages :1; + DWORD NoLowMandatoryLabelImages :1; + DWORD PreferSystem32Images :1; + DWORD ReservedFlags :29; + }; + }; + } PROCESS_MITIGATION_IMAGE_LOAD_POLICY, *PPROCESS_MITIGATION_IMAGE_LOAD_POLICY; + typedef struct _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION { LARGE_INTEGER TotalUserTime; LARGE_INTEGER TotalKernelTime; @@ -5710,6 +6110,7 @@ #define IMAGE_FILE_MACHINE_ARM 0x01c0 #define IMAGE_FILE_MACHINE_ARMV7 0x01c4 #define IMAGE_FILE_MACHINE_ARMNT 0x01c4 +#define IMAGE_FILE_MACHINE_ARM64 0xaa64 #define IMAGE_FILE_MACHINE_THUMB 0x01c2 #define IMAGE_FILE_MACHINE_AM33 0x01d3 #define IMAGE_FILE_MACHINE_POWERPC 0x01F0 @@ -6641,7 +7042,7 @@ typedef struct _IMAGE_IMPORT_BY_NAME { WORD Hint; - BYTE Name[1]; + CHAR Name[1]; } IMAGE_IMPORT_BY_NAME,*PIMAGE_IMPORT_BY_NAME; #include "pshpack8.h" @@ -6901,6 +7302,22 @@ } DUMMYUNIONNAME; } IMAGE_ARM_RUNTIME_FUNCTION_ENTRY,*PIMAGE_ARM_RUNTIME_FUNCTION_ENTRY; + typedef struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY { + DWORD BeginAddress; + __C89_NAMELESS union { + DWORD UnwindData; + __C89_NAMELESS struct { + DWORD Flag : 2; + DWORD FunctionLength : 11; + DWORD RegF : 3; + DWORD RegI : 4; + DWORD H : 1; + DWORD CR : 2; + DWORD FrameSize : 9; + } DUMMYSTRUCTNAME; + } DUMMYUNIONNAME; + } IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY,*PIMAGE_ARM64_RUNTIME_FUNCTION_ENTRY; + typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY { DWORD BeginAddress; DWORD EndAddress; @@ -7140,6 +7557,16 @@ NTSYSAPI VOID __cdecl RtlRestoreContext (PCONTEXT ContextRecord, struct _EXCEPTION_RECORD *ExceptionRecord); NTSYSAPI PEXCEPTION_ROUTINE NTAPI RtlVirtualUnwind (DWORD HandlerType, DWORD ImageBase, DWORD ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT ContextRecord, PVOID *HandlerData, PDWORD EstablisherFrame, PKNONVOLATILE_CONTEXT_POINTERS ContextPointers); #endif +#if defined (__aarch64__) + NTSYSAPI DWORD NTAPI RtlAddGrowableFunctionTable (PVOID *DynamicTable, PRUNTIME_FUNCTION FunctionTable, DWORD EntryCount, DWORD MaximumEntryCount, ULONG_PTR RangeBase, ULONG_PTR RangeEnd); + NTSYSAPI VOID NTAPI RtlGrowFunctionTable (PVOID DynamicTable, DWORD NewEntryCount); + NTSYSAPI VOID NTAPI RtlDeleteGrowableFunctionTable (PVOID DynamicTable); + NTSYSAPI BOOLEAN __cdecl RtlAddFunctionTable (PRUNTIME_FUNCTION FunctionTable, DWORD EntryCount, ULONG_PTR BaseAddress); + NTSYSAPI BOOLEAN __cdecl RtlDeleteFunctionTable (PRUNTIME_FUNCTION FunctionTable); + NTSYSAPI BOOLEAN __cdecl RtlInstallFunctionTableCallback (ULONG_PTR TableIdentifier, ULONG_PTR BaseAddress, DWORD Length, PGET_RUNTIME_FUNCTION_CALLBACK Callback, PVOID Context, PCWSTR OutOfProcessCallbackDll); + NTSYSAPI VOID __cdecl RtlRestoreContext (PCONTEXT ContextRecord, struct _EXCEPTION_RECORD *ExceptionRecord); + NTSYSAPI PEXCEPTION_ROUTINE NTAPI RtlVirtualUnwind (DWORD HandlerType, ULONG_PTR ImageBase, ULONG_PTR ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT ContextRecord, PVOID *HandlerData, PULONG_PTR EstablisherFrame, PKNONVOLATILE_CONTEXT_POINTERS ContextPointers); +#endif #if defined (__ia64__) NTSYSAPI BOOLEAN NTAPI RtlAddFunctionTable (PRUNTIME_FUNCTION FunctionTable, DWORD EntryCount, ULONGLONG BaseAddress, ULONGLONG TargetGp); NTSYSAPI BOOLEAN NTAPI RtlDeleteFunctionTable (PRUNTIME_FUNCTION FunctionTable); @@ -7161,6 +7588,10 @@ NTSYSAPI PRUNTIME_FUNCTION NTAPI RtlLookupFunctionEntry (ULONG_PTR ControlPc, PDWORD ImageBase, PUNWIND_HISTORY_TABLE HistoryTable); NTSYSAPI VOID NTAPI RtlUnwindEx (PVOID TargetFrame, PVOID TargetIp, PEXCEPTION_RECORD ExceptionRecord, PVOID ReturnValue, PCONTEXT ContextRecord, PUNWIND_HISTORY_TABLE HistoryTable); #endif +#if defined (__aarch64__) + NTSYSAPI PRUNTIME_FUNCTION NTAPI RtlLookupFunctionEntry (ULONG_PTR ControlPc, PULONG_PTR ImageBase, PUNWIND_HISTORY_TABLE HistoryTable); + NTSYSAPI VOID NTAPI RtlUnwindEx (PVOID TargetFrame, PVOID TargetIp, PEXCEPTION_RECORD ExceptionRecord, PVOID ReturnValue, PCONTEXT ContextRecord, PUNWIND_HISTORY_TABLE HistoryTable); +#endif #if defined (__ia64__) NTSYSAPI PRUNTIME_FUNCTION NTAPI RtlLookupFunctionEntry (ULONGLONG ControlPc, PULONGLONG ImageBase, PULONGLONG TargetGp); NTSYSAPI VOID NTAPI RtlUnwindEx (FRAME_POINTERS TargetFrame, PVOID TargetIp, PEXCEPTION_RECORD ExceptionRecord, PVOID ReturnValue, PCONTEXT ContextRecord, PUNWIND_HISTORY_TABLE HistoryTable); @@ -8374,6 +8805,17 @@ FORCEINLINE PVOID GetFiberData (VOID) { return *(PVOID *)GetCurrentFiber (); } #endif /* arm */ +#if defined (__aarch64__) && !defined (__WIDL__) + struct _TEB *NtCurrentTeb (VOID); + PVOID GetCurrentFiber (VOID); + PVOID GetFiberData (VOID); + FORCEINLINE struct _TEB *NtCurrentTeb(VOID) { struct _TEB *teb; + __asm ("mov %0, x18" : "=r" (teb)); + return teb; } + FORCEINLINE PVOID GetCurrentFiber(VOID) { return (PVOID)(((PNT_TIB)NtCurrentTeb())->FiberData); } + FORCEINLINE PVOID GetFiberData (VOID) { return *(PVOID *)GetCurrentFiber (); } +#endif /* aarch64 */ + #ifndef _NTTMAPI_ #define _NTTMAPI_ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winreg.h mingw-w64-6.0.0/mingw-w64-headers/include/winreg.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winreg.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winreg.h 2018-09-14 14:16:43.000000000 +0000 @@ -7,6 +7,7 @@ #define _WINREG_ #include <_mingw_unicode.h> +#include #ifdef __cplusplus extern "C" { @@ -110,6 +111,8 @@ #define WIN31_CLASS NULL +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) + #define RegConnectRegistry __MINGW_NAME_AW(RegConnectRegistry) #define RegConnectRegistryEx __MINGW_NAME_AW(RegConnectRegistryEx) #define RegCreateKey __MINGW_NAME_AW(RegCreateKey) @@ -408,6 +411,8 @@ #endif /* (_WIN32_WINNT >= 0x0600) */ +#endif /* WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) */ + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winternl.h mingw-w64-6.0.0/mingw-w64-headers/include/winternl.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winternl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winternl.h 2018-09-14 14:16:43.000000000 +0000 @@ -69,22 +69,31 @@ PVOID Reserved3[2]; PPEB_LDR_DATA Ldr; PRTL_USER_PROCESS_PARAMETERS ProcessParameters; - BYTE Reserved4[104]; - PVOID Reserved5[52]; + PVOID Reserved4[3]; + PVOID AtlThunkSListPtr; + PVOID Reserved5; + ULONG Reserved6; + PVOID Reserved7; + ULONG Reserved8; + ULONG AtlThunkSListPtr32; + PVOID Reserved9[45]; + BYTE Reserved10[96]; PPS_POST_PROCESS_INIT_ROUTINE PostProcessInitRoutine; - BYTE Reserved6[128]; - PVOID Reserved7[1]; + BYTE Reserved11[128]; + PVOID Reserved12[1]; ULONG SessionId; } PEB,*PPEB; typedef struct _TEB { - BYTE Reserved1[1952]; - PVOID Reserved2[412]; + PVOID Reserved1[12]; + PPEB ProcessEnvironmentBlock; + PVOID Reserved2[399]; + BYTE Reserved3[1952]; PVOID TlsSlots[64]; - BYTE Reserved3[8]; - PVOID Reserved4[26]; + BYTE Reserved4[8]; + PVOID Reserved5[26]; PVOID ReservedForOle; - PVOID Reserved5[4]; + PVOID Reserved6[4]; PVOID TlsExpansionSlots; } TEB; diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wintrust.h mingw-w64-6.0.0/mingw-w64-headers/include/wintrust.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wintrust.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wintrust.h 2018-09-14 14:16:43.000000000 +0000 @@ -86,6 +86,8 @@ GUID *pgKnownSubject; } WINTRUST_FILE_INFO,*PWINTRUST_FILE_INFO; + typedef HANDLE HCATADMIN; + typedef struct WINTRUST_CATALOG_INFO_ { DWORD cbStruct; DWORD dwCatalogVersion; @@ -96,6 +98,9 @@ BYTE *pbCalculatedFileHash; DWORD cbCalculatedFileHash; PCCTL_CONTEXT pcCatalogContext; +#if (NTDDI_VERSION >= NTDDI_WIN8) + HCATADMIN hCatAdmin; +#endif } WINTRUST_CATALOG_INFO,*PWINTRUST_CATALOG_INFO; typedef struct WINTRUST_BLOB_INFO_ { diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winusb.h mingw-w64-6.0.0/mingw-w64-headers/include/winusb.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winusb.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winusb.h 2018-09-14 14:16:43.000000000 +0000 @@ -58,6 +58,7 @@ #include /* for PUSB_INTERFACE_DESCRIPTOR */ typedef PVOID WINUSB_INTERFACE_HANDLE,*PWINUSB_INTERFACE_HANDLE; + typedef PVOID WINUSB_ISOCH_BUFFER_HANDLE,*PWINUSB_ISOCH_BUFFER_HANDLE; #include "pshpack1.h" typedef struct _WINUSB_SETUP_PACKET { @@ -73,8 +74,10 @@ WINBOOL WINAPI WinUsb_ControlTransfer (WINUSB_INTERFACE_HANDLE InterfaceHandle, WINUSB_SETUP_PACKET SetupPacket, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred, LPOVERLAPPED Overlapped); WINBOOL WINAPI WinUsb_FlushPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID); WINBOOL WINAPI WinUsb_Free (WINUSB_INTERFACE_HANDLE InterfaceHandle); + WINBOOL WINAPI WinUsb_GetAdjustedFrameNumber (PULONG CurrentFrameNumber, LARGE_INTEGER TimeStamp); WINBOOL WINAPI WinUsb_GetAssociatedInterface (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AssociatedInterfaceIndex, PWINUSB_INTERFACE_HANDLE AssociatedInterfaceHandle); WINBOOL WINAPI WinUsb_GetCurrentAlternateSetting (WINUSB_INTERFACE_HANDLE InterfaceHandle, PUCHAR SettingNumber); + WINBOOL WINAPI WinUsb_GetCurrentFrameNumber (WINUSB_INTERFACE_HANDLE InterfaceHandle, PULONG CurrentFrameNumber, LARGE_INTEGER* TimeStamp); WINBOOL WINAPI WinUsb_GetDescriptor (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR DescriptorType, UCHAR Index, USHORT LanguageID, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred); WINBOOL WINAPI WinUsb_GetOverlappedResult (WINUSB_INTERFACE_HANDLE InterfaceHandle, LPOVERLAPPED lpOverlapped, LPDWORD lpNumberOfBytesTransferred, WINBOOL bWait); WINBOOL WINAPI WinUsb_GetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, PULONG ValueLength, PVOID Value); @@ -82,14 +85,21 @@ WINBOOL WINAPI WinUsb_Initialize (HANDLE DeviceHandle, PWINUSB_INTERFACE_HANDLE InterfaceHandle); PUSB_INTERFACE_DESCRIPTOR WINAPI WinUsb_ParseConfigurationDescriptor (PUSB_CONFIGURATION_DESCRIPTOR ConfigurationDescriptor, PVOID StartPosition, LONG InterfaceNumber, LONG AlternateSetting, LONG InterfaceClass, LONG InterfaceSubClass, LONG InterfaceProtocol); PUSB_COMMON_DESCRIPTOR WINAPI WinUsb_ParseDescriptors (PVOID DescriptorBuffer, ULONG TotalLength, PVOID StartPosition, LONG DescriptorType); + WINBOOL WINAPI WinUsb_ReadIsochPipe (WINUSB_ISOCH_BUFFER_HANDLE BufferHandle, ULONG Offset, ULONG Length, PULONG FrameNumber, ULONG NumberOfPackets, PUSBD_ISO_PACKET_DESCRIPTOR IsoPacketDescriptors, LPOVERLAPPED Overlapped); + WINBOOL WINAPI WinUsb_ReadIsochPipeAsap (WINUSB_ISOCH_BUFFER_HANDLE BufferHandle, ULONG Offset, ULONG Length, BOOL ContinueStream, ULONG NumberOfPackets, PUSBD_ISO_PACKET_DESCRIPTOR IsoPacketDescriptors, LPOVERLAPPED Overlapped); WINBOOL WINAPI WinUsb_ReadPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred, LPOVERLAPPED Overlapped); + WINBOOL WINAPI WinUsb_RegisterIsochBuffer(WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, PUCHAR Buffer, ULONG BufferLength, PWINUSB_ISOCH_BUFFER_HANDLE IsochBufferHandle); WINBOOL WINAPI WinUsb_QueryDeviceInformation (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG InformationType, PULONG BufferLength, PVOID Buffer); WINBOOL WINAPI WinUsb_QueryInterfaceSettings (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AlternateInterfaceNumber, PUSB_INTERFACE_DESCRIPTOR UsbAltInterfaceDescriptor); WINBOOL WINAPI WinUsb_QueryPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AlternateInterfaceNumber, UCHAR PipeIndex, PWINUSB_PIPE_INFORMATION PipeInformation); + WINBOOL WINAPI WinUsb_QueryPipeEx (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AlternateInterfaceNumber, UCHAR PipeIndex, PWINUSB_PIPE_INFORMATION_EX PipeInformationEx); WINBOOL WINAPI WinUsb_ResetPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID); WINBOOL WINAPI WinUsb_SetCurrentAlternateSetting (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR SettingNumber); WINBOOL WINAPI WinUsb_SetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, ULONG ValueLength, PVOID Value); WINBOOL WINAPI WinUsb_SetPowerPolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG PolicyType, ULONG ValueLength, PVOID Value); + WINBOOL WINAPI WinUsb_UnregisterIsochBuffer(WINUSB_ISOCH_BUFFER_HANDLE IsochBufferHandle); + WINBOOL WINAPI WinUsb_WriteIsochPipe (WINUSB_ISOCH_BUFFER_HANDLE BufferHandle, ULONG Offset, ULONG Length, PULONG FrameNumber, LPOVERLAPPED Overlapped); + WINBOOL WINAPI WinUsb_WriteIsochPipeAsap (WINUSB_ISOCH_BUFFER_HANDLE BufferHandle, ULONG Offset, ULONG Length, BOOL ContinueStream, LPOVERLAPPED Overlapped); WINBOOL WINAPI WinUsb_WritePipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred, LPOVERLAPPED Overlapped); #ifdef __cplusplus diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winusbio.h mingw-w64-6.0.0/mingw-w64-headers/include/winusbio.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winusbio.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winusbio.h 2018-09-14 14:16:43.000000000 +0000 @@ -63,6 +63,14 @@ UCHAR Interval; } WINUSB_PIPE_INFORMATION, *PWINUSB_PIPE_INFORMATION; +typedef struct _WINUSB_PIPE_INFORMATION_EX { + USBD_PIPE_TYPE PipeType; + UCHAR PipeId; + USHORT MaximumPacketSize; + UCHAR Interval; + ULONG MaximumBytesPerInterval; +} WINUSB_PIPE_INFORMATION_EX, *PWINUSB_PIPE_INFORMATION_EX; + /* constants for WinUsb_Get/SetPipePolicy. */ #define SHORT_PACKET_TERMINATE 0x01 #define AUTO_CLEAR_STALL 0x02 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/winuser.h mingw-w64-6.0.0/mingw-w64-headers/include/winuser.h --- mingw-w64-5.0.4/mingw-w64-headers/include/winuser.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/winuser.h 2018-09-14 14:16:43.000000000 +0000 @@ -1330,6 +1330,9 @@ #define WM_WTSSESSION_CHANGE 0x02B1 #define WM_TABLET_FIRST 0x02c0 #define WM_TABLET_LAST 0x02df +#if WINVER >= 0x0601 +#define WM_DPICHANGED 0x02e0 +#endif #define WM_CUT 0x0300 #define WM_COPY 0x0301 #define WM_PASTE 0x0302 @@ -3634,6 +3637,10 @@ WINUSERAPI WINBOOL WINAPI PhysicalToLogicalPoint (HWND hWnd, LPPOINT lpPoint); WINUSERAPI HWND WINAPI WindowFromPhysicalPoint (POINT Point); #endif +#if WINVER >= 0x0603 + WINUSERAPI WINBOOL WINAPI LogicalToPhysicalPointForPerMonitorDPI (HWND hwnd, LPPOINT lpPoint); + WINUSERAPI WINBOOL WINAPI PhysicalToLogicalPointForPerMonitorDPI (HWND hwnd, LPPOINT lpPoint); +#endif #endif #define CWP_ALL 0x0000 diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmdrmsdk.h mingw-w64-6.0.0/mingw-w64-headers/include/wmdrmsdk.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wmdrmsdk.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmdrmsdk.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,94 @@ +/*** Autogenerated by WIDL 3.1 from include/wmdrmsdk.idl - Do not edit ***/ + +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 475 +#endif + +#include +#include + +#ifndef COM_NO_WINDOWS_H +#include +#include +#endif + +#ifndef __wmdrmsdk_h__ +#define __wmdrmsdk_h__ + +/* Forward declarations */ + +#ifndef __WMDRMContentEnablerActivate_FWD_DEFINED__ +#define __WMDRMContentEnablerActivate_FWD_DEFINED__ +#ifdef __cplusplus +typedef class WMDRMContentEnablerActivate WMDRMContentEnablerActivate; +#else +typedef struct WMDRMContentEnablerActivate WMDRMContentEnablerActivate; +#endif /* defined __cplusplus */ +#endif /* defined __WMDRMContentEnablerActivate_FWD_DEFINED__ */ + +/* Headers for imported files */ + +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct _DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS { + WORD wCompressedDigitalVideo; + WORD wUncompressedDigitalVideo; + WORD wAnalogVideo; + WORD wCompressedDigitalAudio; + WORD wUncompressedDigitalAudio; +} DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS; +typedef struct _DRM_VIDEO_OUTPUT_PROTECTION { + GUID guidId; + BYTE bConfigData; +} DRM_VIDEO_OUTPUT_PROTECTION; +typedef struct _DRM_VIDEO_OUTPUT_PROTECTION_IDS { + WORD cEntries; + DRM_VIDEO_OUTPUT_PROTECTION *rgVop; +} DRM_VIDEO_OUTPUT_PROTECTION_IDS; +typedef struct _DRM_OPL_OUTPUT_IDS { + WORD cIds; + GUID *rgIds; +} DRM_OPL_OUTPUT_IDS; +typedef struct __tagDRM_COPY_OPL { + WORD wMinimumCopyLevel; + DRM_OPL_OUTPUT_IDS oplIdIncludes; + DRM_OPL_OUTPUT_IDS oplIdExcludes; +} DRM_COPY_OPL; +typedef struct __tagDRM_PLAY_OPL { + DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS minOPL; + DRM_OPL_OUTPUT_IDS oplIdReserved; + DRM_VIDEO_OUTPUT_PROTECTION_IDS vopi; +} DRM_PLAY_OPL; + +DEFINE_GUID(LIBID_WMDRMContentEnablerLib, 0x82435be0, 0xf7c1, 0x4df9, 0x81,0x03, 0xee,0xab,0xeb,0xf3,0xd6,0xe1); + +/***************************************************************************** + * WMDRMContentEnablerActivate coclass + */ + +DEFINE_GUID(CLSID_WMDRMContentEnablerActivate, 0x82435bdf, 0xf7c1, 0x4df9, 0x81,0x03, 0xee,0xab,0xeb,0xf3,0xd6,0xe1); + +#ifdef __cplusplus +class DECLSPEC_UUID("82435bdf-f7c1-4df9-8103-eeabebf3d6e1") WMDRMContentEnablerActivate; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(WMDRMContentEnablerActivate, 0x82435bdf, 0xf7c1, 0x4df9, 0x81,0x03, 0xee,0xab,0xeb,0xf3,0xd6,0xe1) +#endif +#endif + +/* Begin additional prototypes for all interfaces */ + + +/* End additional prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif /* __wmdrmsdk_h__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmdrmsdk.idl mingw-w64-6.0.0/mingw-w64-headers/include/wmdrmsdk.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/wmdrmsdk.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmdrmsdk.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,81 @@ +/* + * Copyright 2017 Alistair Leslie-Hughes + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; +import "ocidl.idl"; +import "mfobjects.idl"; +import "mfidl.idl"; + +typedef struct _DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS +{ + WORD wCompressedDigitalVideo; + WORD wUncompressedDigitalVideo; + WORD wAnalogVideo; + WORD wCompressedDigitalAudio; + WORD wUncompressedDigitalAudio; +} DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS; + +typedef struct _DRM_VIDEO_OUTPUT_PROTECTION +{ + GUID guidId; + BYTE bConfigData; +} DRM_VIDEO_OUTPUT_PROTECTION; + +typedef struct _DRM_VIDEO_OUTPUT_PROTECTION_IDS +{ + WORD cEntries; + DRM_VIDEO_OUTPUT_PROTECTION *rgVop; +} DRM_VIDEO_OUTPUT_PROTECTION_IDS; + +typedef struct _DRM_OPL_OUTPUT_IDS +{ + WORD cIds; + GUID *rgIds; +} DRM_OPL_OUTPUT_IDS; + +typedef struct __tagDRM_COPY_OPL +{ + WORD wMinimumCopyLevel; + DRM_OPL_OUTPUT_IDS oplIdIncludes; + DRM_OPL_OUTPUT_IDS oplIdExcludes; +} DRM_COPY_OPL; + +typedef struct __tagDRM_PLAY_OPL +{ + DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS minOPL; + DRM_OPL_OUTPUT_IDS oplIdReserved; + DRM_VIDEO_OUTPUT_PROTECTION_IDS vopi; +} DRM_PLAY_OPL; + + +[ + uuid(82435be0-f7c1-4df9-8103-eeabebf3d6e1), + version(1.0) +] +library WMDRMContentEnablerLib +{ + importlib("stdole2.tlb"); + + [ + uuid(82435bdf-f7c1-4df9-8103-eeabebf3d6e1) + ] + coclass WMDRMContentEnablerActivate + { + [default] interface IPersistStream; + } +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmsbuffer.h mingw-w64-6.0.0/mingw-w64-headers/include/wmsbuffer.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wmsbuffer.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmsbuffer.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/wmsbuffer.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/wmsbuffer.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,6 +20,9 @@ #ifndef __INSSBuffer_FWD_DEFINED__ #define __INSSBuffer_FWD_DEFINED__ typedef interface INSSBuffer INSSBuffer; +#ifdef __cplusplus +interface INSSBuffer; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -67,40 +70,41 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - INSSBuffer* This, + INSSBuffer *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - INSSBuffer* This); + INSSBuffer *This); ULONG (STDMETHODCALLTYPE *Release)( - INSSBuffer* This); + INSSBuffer *This); /*** INSSBuffer methods ***/ HRESULT (STDMETHODCALLTYPE *GetLength)( - INSSBuffer* This, + INSSBuffer *This, DWORD *pdwLength); HRESULT (STDMETHODCALLTYPE *SetLength)( - INSSBuffer* This, + INSSBuffer *This, DWORD dwLength); HRESULT (STDMETHODCALLTYPE *GetMaxLength)( - INSSBuffer* This, + INSSBuffer *This, DWORD *pdwLength); HRESULT (STDMETHODCALLTYPE *GetBuffer)( - INSSBuffer* This, + INSSBuffer *This, BYTE **ppdwBuffer); HRESULT (STDMETHODCALLTYPE *GetBufferAndLength)( - INSSBuffer* This, + INSSBuffer *This, BYTE **ppdwBuffer, DWORD *pdwLength); END_INTERFACE } INSSBufferVtbl; + interface INSSBuffer { CONST_VTBL INSSBufferVtbl* lpVtbl; }; @@ -149,47 +153,6 @@ #endif -HRESULT STDMETHODCALLTYPE INSSBuffer_GetLength_Proxy( - INSSBuffer* This, - DWORD *pdwLength); -void __RPC_STUB INSSBuffer_GetLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE INSSBuffer_SetLength_Proxy( - INSSBuffer* This, - DWORD dwLength); -void __RPC_STUB INSSBuffer_SetLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE INSSBuffer_GetMaxLength_Proxy( - INSSBuffer* This, - DWORD *pdwLength); -void __RPC_STUB INSSBuffer_GetMaxLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE INSSBuffer_GetBuffer_Proxy( - INSSBuffer* This, - BYTE **ppdwBuffer); -void __RPC_STUB INSSBuffer_GetBuffer_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE INSSBuffer_GetBufferAndLength_Proxy( - INSSBuffer* This, - BYTE **ppdwBuffer, - DWORD *pdwLength); -void __RPC_STUB INSSBuffer_GetBufferAndLength_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __INSSBuffer_INTERFACE_DEFINED__ */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmsbuffer.idl mingw-w64-6.0.0/mingw-w64-headers/include/wmsbuffer.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/wmsbuffer.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmsbuffer.idl 2018-09-14 14:16:43.000000000 +0000 @@ -40,4 +40,4 @@ HRESULT GetBufferAndLength( [out] BYTE **ppdwBuffer, [out] DWORD *pdwLength); -}; +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmsdkidl.h mingw-w64-6.0.0/mingw-w64-headers/include/wmsdkidl.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wmsdkidl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmsdkidl.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/wmsdkidl.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/wmsdkidl.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,138 +20,421 @@ #ifndef __IWMStatusCallback_FWD_DEFINED__ #define __IWMStatusCallback_FWD_DEFINED__ typedef interface IWMStatusCallback IWMStatusCallback; +#ifdef __cplusplus +interface IWMStatusCallback; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderCallback_FWD_DEFINED__ #define __IWMReaderCallback_FWD_DEFINED__ typedef interface IWMReaderCallback IWMReaderCallback; +#ifdef __cplusplus +interface IWMReaderCallback; +#endif /* __cplusplus */ #endif #ifndef __IWMStreamList_FWD_DEFINED__ #define __IWMStreamList_FWD_DEFINED__ typedef interface IWMStreamList IWMStreamList; +#ifdef __cplusplus +interface IWMStreamList; +#endif /* __cplusplus */ #endif #ifndef __IWMMutualExclusion_FWD_DEFINED__ #define __IWMMutualExclusion_FWD_DEFINED__ typedef interface IWMMutualExclusion IWMMutualExclusion; +#ifdef __cplusplus +interface IWMMutualExclusion; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMBandwidthSharing_FWD_DEFINED__ +#define __IWMBandwidthSharing_FWD_DEFINED__ +typedef interface IWMBandwidthSharing IWMBandwidthSharing; +#ifdef __cplusplus +interface IWMBandwidthSharing; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMStreamPrioritization_FWD_DEFINED__ +#define __IWMStreamPrioritization_FWD_DEFINED__ +typedef interface IWMStreamPrioritization IWMStreamPrioritization; +#ifdef __cplusplus +interface IWMStreamPrioritization; +#endif /* __cplusplus */ #endif #ifndef __IWMStreamConfig_FWD_DEFINED__ #define __IWMStreamConfig_FWD_DEFINED__ typedef interface IWMStreamConfig IWMStreamConfig; +#ifdef __cplusplus +interface IWMStreamConfig; +#endif /* __cplusplus */ #endif #ifndef __IWMProfile_FWD_DEFINED__ #define __IWMProfile_FWD_DEFINED__ typedef interface IWMProfile IWMProfile; +#ifdef __cplusplus +interface IWMProfile; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMProfile2_FWD_DEFINED__ +#define __IWMProfile2_FWD_DEFINED__ +typedef interface IWMProfile2 IWMProfile2; +#ifdef __cplusplus +interface IWMProfile2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMProfile3_FWD_DEFINED__ +#define __IWMProfile3_FWD_DEFINED__ +typedef interface IWMProfile3 IWMProfile3; +#ifdef __cplusplus +interface IWMProfile3; +#endif /* __cplusplus */ #endif #ifndef __IWMProfileManager_FWD_DEFINED__ #define __IWMProfileManager_FWD_DEFINED__ typedef interface IWMProfileManager IWMProfileManager; +#ifdef __cplusplus +interface IWMProfileManager; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMProfileManager2_FWD_DEFINED__ +#define __IWMProfileManager2_FWD_DEFINED__ +typedef interface IWMProfileManager2 IWMProfileManager2; +#ifdef __cplusplus +interface IWMProfileManager2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMCodecInfo_FWD_DEFINED__ +#define __IWMCodecInfo_FWD_DEFINED__ +typedef interface IWMCodecInfo IWMCodecInfo; +#ifdef __cplusplus +interface IWMCodecInfo; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMCodecInfo2_FWD_DEFINED__ +#define __IWMCodecInfo2_FWD_DEFINED__ +typedef interface IWMCodecInfo2 IWMCodecInfo2; +#ifdef __cplusplus +interface IWMCodecInfo2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMCodecInfo3_FWD_DEFINED__ +#define __IWMCodecInfo3_FWD_DEFINED__ +typedef interface IWMCodecInfo3 IWMCodecInfo3; +#ifdef __cplusplus +interface IWMCodecInfo3; +#endif /* __cplusplus */ #endif #ifndef __IWMMediaProps_FWD_DEFINED__ #define __IWMMediaProps_FWD_DEFINED__ typedef interface IWMMediaProps IWMMediaProps; +#ifdef __cplusplus +interface IWMMediaProps; +#endif /* __cplusplus */ #endif #ifndef __IWMOutputMediaProps_FWD_DEFINED__ #define __IWMOutputMediaProps_FWD_DEFINED__ typedef interface IWMOutputMediaProps IWMOutputMediaProps; +#ifdef __cplusplus +interface IWMOutputMediaProps; +#endif /* __cplusplus */ #endif #ifndef __IWMMetadataEditor_FWD_DEFINED__ #define __IWMMetadataEditor_FWD_DEFINED__ typedef interface IWMMetadataEditor IWMMetadataEditor; +#ifdef __cplusplus +interface IWMMetadataEditor; +#endif /* __cplusplus */ #endif #ifndef __IWMReader_FWD_DEFINED__ #define __IWMReader_FWD_DEFINED__ typedef interface IWMReader IWMReader; +#ifdef __cplusplus +interface IWMReader; +#endif /* __cplusplus */ #endif #ifndef __IWMPlayerHook_FWD_DEFINED__ #define __IWMPlayerHook_FWD_DEFINED__ typedef interface IWMPlayerHook IWMPlayerHook; +#ifdef __cplusplus +interface IWMPlayerHook; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced_FWD_DEFINED__ #define __IWMReaderAdvanced_FWD_DEFINED__ typedef interface IWMReaderAdvanced IWMReaderAdvanced; +#ifdef __cplusplus +interface IWMReaderAdvanced; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced2_FWD_DEFINED__ #define __IWMReaderAdvanced2_FWD_DEFINED__ typedef interface IWMReaderAdvanced2 IWMReaderAdvanced2; +#ifdef __cplusplus +interface IWMReaderAdvanced2; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced3_FWD_DEFINED__ #define __IWMReaderAdvanced3_FWD_DEFINED__ typedef interface IWMReaderAdvanced3 IWMReaderAdvanced3; +#ifdef __cplusplus +interface IWMReaderAdvanced3; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced4_FWD_DEFINED__ #define __IWMReaderAdvanced4_FWD_DEFINED__ typedef interface IWMReaderAdvanced4 IWMReaderAdvanced4; +#ifdef __cplusplus +interface IWMReaderAdvanced4; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced5_FWD_DEFINED__ #define __IWMReaderAdvanced5_FWD_DEFINED__ typedef interface IWMReaderAdvanced5 IWMReaderAdvanced5; +#ifdef __cplusplus +interface IWMReaderAdvanced5; +#endif /* __cplusplus */ #endif #ifndef __IWMReaderAdvanced6_FWD_DEFINED__ #define __IWMReaderAdvanced6_FWD_DEFINED__ typedef interface IWMReaderAdvanced6 IWMReaderAdvanced6; +#ifdef __cplusplus +interface IWMReaderAdvanced6; +#endif /* __cplusplus */ #endif #ifndef __IWMSyncReader_FWD_DEFINED__ #define __IWMSyncReader_FWD_DEFINED__ typedef interface IWMSyncReader IWMSyncReader; +#ifdef __cplusplus +interface IWMSyncReader; +#endif /* __cplusplus */ #endif #ifndef __IWMInputMediaProps_FWD_DEFINED__ #define __IWMInputMediaProps_FWD_DEFINED__ typedef interface IWMInputMediaProps IWMInputMediaProps; +#ifdef __cplusplus +interface IWMInputMediaProps; +#endif /* __cplusplus */ #endif #ifndef __IWMWriterSink_FWD_DEFINED__ #define __IWMWriterSink_FWD_DEFINED__ typedef interface IWMWriterSink IWMWriterSink; +#ifdef __cplusplus +interface IWMWriterSink; +#endif /* __cplusplus */ #endif #ifndef __IWMWriter_FWD_DEFINED__ #define __IWMWriter_FWD_DEFINED__ typedef interface IWMWriter IWMWriter; +#ifdef __cplusplus +interface IWMWriter; +#endif /* __cplusplus */ #endif #ifndef __IWMWriterAdvanced_FWD_DEFINED__ #define __IWMWriterAdvanced_FWD_DEFINED__ typedef interface IWMWriterAdvanced IWMWriterAdvanced; +#ifdef __cplusplus +interface IWMWriterAdvanced; +#endif /* __cplusplus */ #endif #ifndef __IWMWriterAdvanced2_FWD_DEFINED__ #define __IWMWriterAdvanced2_FWD_DEFINED__ typedef interface IWMWriterAdvanced2 IWMWriterAdvanced2; +#ifdef __cplusplus +interface IWMWriterAdvanced2; +#endif /* __cplusplus */ #endif #ifndef __IWMWriterAdvanced3_FWD_DEFINED__ #define __IWMWriterAdvanced3_FWD_DEFINED__ typedef interface IWMWriterAdvanced3 IWMWriterAdvanced3; +#ifdef __cplusplus +interface IWMWriterAdvanced3; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMHeaderInfo_FWD_DEFINED__ +#define __IWMHeaderInfo_FWD_DEFINED__ +typedef interface IWMHeaderInfo IWMHeaderInfo; +#ifdef __cplusplus +interface IWMHeaderInfo; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMHeaderInfo2_FWD_DEFINED__ +#define __IWMHeaderInfo2_FWD_DEFINED__ +typedef interface IWMHeaderInfo2 IWMHeaderInfo2; +#ifdef __cplusplus +interface IWMHeaderInfo2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMHeaderInfo3_FWD_DEFINED__ +#define __IWMHeaderInfo3_FWD_DEFINED__ +typedef interface IWMHeaderInfo3 IWMHeaderInfo3; +#ifdef __cplusplus +interface IWMHeaderInfo3; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderNetworkConfig_FWD_DEFINED__ +#define __IWMReaderNetworkConfig_FWD_DEFINED__ +typedef interface IWMReaderNetworkConfig IWMReaderNetworkConfig; +#ifdef __cplusplus +interface IWMReaderNetworkConfig; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderNetworkConfig2_FWD_DEFINED__ +#define __IWMReaderNetworkConfig2_FWD_DEFINED__ +typedef interface IWMReaderNetworkConfig2 IWMReaderNetworkConfig2; +#ifdef __cplusplus +interface IWMReaderNetworkConfig2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderStreamClock_FWD_DEFINED__ +#define __IWMReaderStreamClock_FWD_DEFINED__ +typedef interface IWMReaderStreamClock IWMReaderStreamClock; +#ifdef __cplusplus +interface IWMReaderStreamClock; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMPacketSize_FWD_DEFINED__ +#define __IWMPacketSize_FWD_DEFINED__ +typedef interface IWMPacketSize IWMPacketSize; +#ifdef __cplusplus +interface IWMPacketSize; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMPacketSize2_FWD_DEFINED__ +#define __IWMPacketSize2_FWD_DEFINED__ +typedef interface IWMPacketSize2 IWMPacketSize2; +#ifdef __cplusplus +interface IWMPacketSize2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMDRMReader_FWD_DEFINED__ +#define __IWMDRMReader_FWD_DEFINED__ +typedef interface IWMDRMReader IWMDRMReader; +#ifdef __cplusplus +interface IWMDRMReader; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMDRMReader2_FWD_DEFINED__ +#define __IWMDRMReader2_FWD_DEFINED__ +typedef interface IWMDRMReader2 IWMDRMReader2; +#ifdef __cplusplus +interface IWMDRMReader2; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMDRMReader3_FWD_DEFINED__ +#define __IWMDRMReader3_FWD_DEFINED__ +typedef interface IWMDRMReader3 IWMDRMReader3; +#ifdef __cplusplus +interface IWMDRMReader3; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderAccelerator_FWD_DEFINED__ +#define __IWMReaderAccelerator_FWD_DEFINED__ +typedef interface IWMReaderAccelerator IWMReaderAccelerator; +#ifdef __cplusplus +interface IWMReaderAccelerator; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderTimecode_FWD_DEFINED__ +#define __IWMReaderTimecode_FWD_DEFINED__ +typedef interface IWMReaderTimecode IWMReaderTimecode; +#ifdef __cplusplus +interface IWMReaderTimecode; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderTypeNegotiation_FWD_DEFINED__ +#define __IWMReaderTypeNegotiation_FWD_DEFINED__ +typedef interface IWMReaderTypeNegotiation IWMReaderTypeNegotiation; +#ifdef __cplusplus +interface IWMReaderTypeNegotiation; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMLanguageList_FWD_DEFINED__ +#define __IWMLanguageList_FWD_DEFINED__ +typedef interface IWMLanguageList IWMLanguageList; +#ifdef __cplusplus +interface IWMLanguageList; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMReaderPlaylistBurn_FWD_DEFINED__ +#define __IWMReaderPlaylistBurn_FWD_DEFINED__ +typedef interface IWMReaderPlaylistBurn IWMReaderPlaylistBurn; +#ifdef __cplusplus +interface IWMReaderPlaylistBurn; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMPropertyVault_FWD_DEFINED__ +#define __IWMPropertyVault_FWD_DEFINED__ +typedef interface IWMPropertyVault IWMPropertyVault; +#ifdef __cplusplus +interface IWMPropertyVault; +#endif /* __cplusplus */ +#endif + +#ifndef __IWMWriterPreprocess_FWD_DEFINED__ +#define __IWMWriterPreprocess_FWD_DEFINED__ +typedef interface IWMWriterPreprocess IWMWriterPreprocess; +#ifdef __cplusplus +interface IWMWriterPreprocess; +#endif /* __cplusplus */ #endif /* Headers for imported files */ #include #include +#include #ifdef __cplusplus extern "C" { #endif -typedef UINT64 QWORD; typedef struct _WMMediaType { GUID majortype; GUID subtype; @@ -291,6 +574,30 @@ WMT_OFFSET_FORMAT_TIMECODE = 3, WMT_OFFSET_FORMAT_100NS_APPROXIMATE = 4 } WMT_OFFSET_FORMAT; +typedef enum WMT_CODEC_INFO_TYPE { + WMT_CODECINFO_AUDIO = 0, + WMT_CODECINFO_VIDEO = 1, + WMT_CODECINFO_UNKNOWN = 0xffffffff +} WMT_CODEC_INFO_TYPE; +typedef enum WMT_PROXY_SETTINGS { + WMT_PROXY_SETTING_NONE = 0, + WMT_PROXY_SETTING_MANUAL = 1, + WMT_PROXY_SETTING_AUTO = 2, + WMT_PROXY_SETTING_BROWSER = 3, + WMT_PROXY_SETTING_MAX = 4 +} WMT_PROXY_SETTINGS; +typedef enum tagWMT_STORAGE_FORMAT { + WMT_Storage_Format_MP3 = 0, + WMT_Storage_Format_V1 = 1 +} WMT_STORAGE_FORMAT; +typedef struct _WMStreamPrioritizationRecord { + WORD wStreamNumber; + WINBOOL fMandatory; +} WM_STREAM_PRIORITY_RECORD; +typedef struct _WM_PORT_NUMBER_RANGE { + WORD wPortBegin; + WORD wPortEnd; +} WM_PORT_NUMBER_RANGE; typedef LPCWSTR LPCWSTR_WMSDK_TYPE_SAFE; /***************************************************************************** * IWMStatusCallback interface @@ -320,19 +627,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMStatusCallback* This, + IWMStatusCallback *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMStatusCallback* This); + IWMStatusCallback *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMStatusCallback* This); + IWMStatusCallback *This); /*** IWMStatusCallback methods ***/ HRESULT (STDMETHODCALLTYPE *OnStatus)( - IWMStatusCallback* This, + IWMStatusCallback *This, WMT_STATUS Status, HRESULT hr, WMT_ATTR_DATATYPE dwType, @@ -341,6 +648,7 @@ END_INTERFACE } IWMStatusCallbackVtbl; + interface IWMStatusCallback { CONST_VTBL IWMStatusCallbackVtbl* lpVtbl; }; @@ -373,18 +681,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWMStatusCallback_OnStatus_Proxy( - IWMStatusCallback* This, - WMT_STATUS Status, - HRESULT hr, - WMT_ATTR_DATATYPE dwType, - BYTE *pValue, - void *pvContext); -void __RPC_STUB IWMStatusCallback_OnStatus_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMStatusCallback_INTERFACE_DEFINED__ */ @@ -417,19 +713,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderCallback* This, + IWMReaderCallback *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderCallback* This); + IWMReaderCallback *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderCallback* This); + IWMReaderCallback *This); /*** IWMStatusCallback methods ***/ HRESULT (STDMETHODCALLTYPE *OnStatus)( - IWMReaderCallback* This, + IWMReaderCallback *This, WMT_STATUS Status, HRESULT hr, WMT_ATTR_DATATYPE dwType, @@ -438,7 +734,7 @@ /*** IWMReaderCallback methods ***/ HRESULT (STDMETHODCALLTYPE *OnSample)( - IWMReaderCallback* This, + IWMReaderCallback *This, DWORD dwOutputNum, QWORD cnsSampleTime, QWORD cnsSampleDuration, @@ -448,6 +744,7 @@ END_INTERFACE } IWMReaderCallbackVtbl; + interface IWMReaderCallback { CONST_VTBL IWMReaderCallbackVtbl* lpVtbl; }; @@ -486,19 +783,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWMReaderCallback_OnSample_Proxy( - IWMReaderCallback* This, - DWORD dwOutputNum, - QWORD cnsSampleTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample, - void *pvContext); -void __RPC_STUB IWMReaderCallback_OnSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMReaderCallback_INTERFACE_DEFINED__ */ @@ -533,32 +817,33 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMStreamList* This, + IWMStreamList *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMStreamList* This); + IWMStreamList *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMStreamList* This); + IWMStreamList *This); /*** IWMStreamList methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreams)( - IWMStreamList* This, + IWMStreamList *This, WORD *pwStreamNumArray, WORD *pcStreams); HRESULT (STDMETHODCALLTYPE *AddStream)( - IWMStreamList* This, + IWMStreamList *This, WORD wStreamNum); HRESULT (STDMETHODCALLTYPE *RemoveStream)( - IWMStreamList* This, + IWMStreamList *This, WORD wStreamNum); END_INTERFACE } IWMStreamListVtbl; + interface IWMStreamList { CONST_VTBL IWMStreamListVtbl* lpVtbl; }; @@ -599,31 +884,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWMStreamList_GetStreams_Proxy( - IWMStreamList* This, - WORD *pwStreamNumArray, - WORD *pcStreams); -void __RPC_STUB IWMStreamList_GetStreams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamList_AddStream_Proxy( - IWMStreamList* This, - WORD wStreamNum); -void __RPC_STUB IWMStreamList_AddStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamList_RemoveStream_Proxy( - IWMStreamList* This, - WORD wStreamNum); -void __RPC_STUB IWMStreamList_RemoveStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMStreamList_INTERFACE_DEFINED__ */ @@ -654,41 +914,42 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMMutualExclusion* This); + IWMMutualExclusion *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMMutualExclusion* This); + IWMMutualExclusion *This); /*** IWMStreamList methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreams)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, WORD *pwStreamNumArray, WORD *pcStreams); HRESULT (STDMETHODCALLTYPE *AddStream)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, WORD wStreamNum); HRESULT (STDMETHODCALLTYPE *RemoveStream)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, WORD wStreamNum); /*** IWMMutualExclusion methods ***/ HRESULT (STDMETHODCALLTYPE *GetType)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, GUID *pguidType); HRESULT (STDMETHODCALLTYPE *SetType)( - IWMMutualExclusion* This, + IWMMutualExclusion *This, REFGUID guidType); END_INTERFACE } IWMMutualExclusionVtbl; + interface IWMMutualExclusion { CONST_VTBL IWMMutualExclusionVtbl* lpVtbl; }; @@ -739,26 +1000,244 @@ #endif -HRESULT STDMETHODCALLTYPE IWMMutualExclusion_GetType_Proxy( - IWMMutualExclusion* This, - GUID *pguidType); -void __RPC_STUB IWMMutualExclusion_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMMutualExclusion_SetType_Proxy( - IWMMutualExclusion* This, - REFGUID guidType); -void __RPC_STUB IWMMutualExclusion_SetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMMutualExclusion_INTERFACE_DEFINED__ */ /***************************************************************************** + * IWMBandwidthSharing interface + */ +#ifndef __IWMBandwidthSharing_INTERFACE_DEFINED__ +#define __IWMBandwidthSharing_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMBandwidthSharing, 0xad694af1, 0xf8d9, 0x42f8, 0xbc,0x47, 0x70,0x31,0x1b,0x0c,0x4f,0x9e); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("ad694af1-f8d9-42f8-bc47-70311b0c4f9e") +IWMBandwidthSharing : public IWMStreamList +{ + virtual HRESULT STDMETHODCALLTYPE GetType( + GUID *guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetType( + REFGUID guid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetBandwidth( + DWORD *bitrate, + DWORD *buffer) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetBandwidth( + DWORD bitrate, + DWORD buffer) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMBandwidthSharing, 0xad694af1, 0xf8d9, 0x42f8, 0xbc,0x47, 0x70,0x31,0x1b,0x0c,0x4f,0x9e) +#endif +#else +typedef struct IWMBandwidthSharingVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMBandwidthSharing *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMBandwidthSharing *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMBandwidthSharing *This); + + /*** IWMStreamList methods ***/ + HRESULT (STDMETHODCALLTYPE *GetStreams)( + IWMBandwidthSharing *This, + WORD *pwStreamNumArray, + WORD *pcStreams); + + HRESULT (STDMETHODCALLTYPE *AddStream)( + IWMBandwidthSharing *This, + WORD wStreamNum); + + HRESULT (STDMETHODCALLTYPE *RemoveStream)( + IWMBandwidthSharing *This, + WORD wStreamNum); + + /*** IWMBandwidthSharing methods ***/ + HRESULT (STDMETHODCALLTYPE *GetType)( + IWMBandwidthSharing *This, + GUID *guid); + + HRESULT (STDMETHODCALLTYPE *SetType)( + IWMBandwidthSharing *This, + REFGUID guid); + + HRESULT (STDMETHODCALLTYPE *GetBandwidth)( + IWMBandwidthSharing *This, + DWORD *bitrate, + DWORD *buffer); + + HRESULT (STDMETHODCALLTYPE *SetBandwidth)( + IWMBandwidthSharing *This, + DWORD bitrate, + DWORD buffer); + + END_INTERFACE +} IWMBandwidthSharingVtbl; + +interface IWMBandwidthSharing { + CONST_VTBL IWMBandwidthSharingVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMBandwidthSharing_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMBandwidthSharing_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMBandwidthSharing_Release(This) (This)->lpVtbl->Release(This) +/*** IWMStreamList methods ***/ +#define IWMBandwidthSharing_GetStreams(This,pwStreamNumArray,pcStreams) (This)->lpVtbl->GetStreams(This,pwStreamNumArray,pcStreams) +#define IWMBandwidthSharing_AddStream(This,wStreamNum) (This)->lpVtbl->AddStream(This,wStreamNum) +#define IWMBandwidthSharing_RemoveStream(This,wStreamNum) (This)->lpVtbl->RemoveStream(This,wStreamNum) +/*** IWMBandwidthSharing methods ***/ +#define IWMBandwidthSharing_GetType(This,guid) (This)->lpVtbl->GetType(This,guid) +#define IWMBandwidthSharing_SetType(This,guid) (This)->lpVtbl->SetType(This,guid) +#define IWMBandwidthSharing_GetBandwidth(This,bitrate,buffer) (This)->lpVtbl->GetBandwidth(This,bitrate,buffer) +#define IWMBandwidthSharing_SetBandwidth(This,bitrate,buffer) (This)->lpVtbl->SetBandwidth(This,bitrate,buffer) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMBandwidthSharing_QueryInterface(IWMBandwidthSharing* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMBandwidthSharing_AddRef(IWMBandwidthSharing* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMBandwidthSharing_Release(IWMBandwidthSharing* This) { + return This->lpVtbl->Release(This); +} +/*** IWMStreamList methods ***/ +static FORCEINLINE HRESULT IWMBandwidthSharing_GetStreams(IWMBandwidthSharing* This,WORD *pwStreamNumArray,WORD *pcStreams) { + return This->lpVtbl->GetStreams(This,pwStreamNumArray,pcStreams); +} +static FORCEINLINE HRESULT IWMBandwidthSharing_AddStream(IWMBandwidthSharing* This,WORD wStreamNum) { + return This->lpVtbl->AddStream(This,wStreamNum); +} +static FORCEINLINE HRESULT IWMBandwidthSharing_RemoveStream(IWMBandwidthSharing* This,WORD wStreamNum) { + return This->lpVtbl->RemoveStream(This,wStreamNum); +} +/*** IWMBandwidthSharing methods ***/ +static FORCEINLINE HRESULT IWMBandwidthSharing_GetType(IWMBandwidthSharing* This,GUID *guid) { + return This->lpVtbl->GetType(This,guid); +} +static FORCEINLINE HRESULT IWMBandwidthSharing_SetType(IWMBandwidthSharing* This,REFGUID guid) { + return This->lpVtbl->SetType(This,guid); +} +static FORCEINLINE HRESULT IWMBandwidthSharing_GetBandwidth(IWMBandwidthSharing* This,DWORD *bitrate,DWORD *buffer) { + return This->lpVtbl->GetBandwidth(This,bitrate,buffer); +} +static FORCEINLINE HRESULT IWMBandwidthSharing_SetBandwidth(IWMBandwidthSharing* This,DWORD bitrate,DWORD buffer) { + return This->lpVtbl->SetBandwidth(This,bitrate,buffer); +} +#endif +#endif + +#endif + + +#endif /* __IWMBandwidthSharing_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMStreamPrioritization interface + */ +#ifndef __IWMStreamPrioritization_INTERFACE_DEFINED__ +#define __IWMStreamPrioritization_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMStreamPrioritization, 0x8c1c6090, 0xf9a8, 0x4748, 0x8e,0xc3, 0xdd,0x11,0x08,0xba,0x1e,0x77); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8c1c6090-f9a8-4748-8ec3-dd1108ba1e77") +IWMStreamPrioritization : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetPriorityRecords( + WM_STREAM_PRIORITY_RECORD *array, + WORD *records) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetPriorityRecords( + WM_STREAM_PRIORITY_RECORD *array, + WORD records) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMStreamPrioritization, 0x8c1c6090, 0xf9a8, 0x4748, 0x8e,0xc3, 0xdd,0x11,0x08,0xba,0x1e,0x77) +#endif +#else +typedef struct IWMStreamPrioritizationVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMStreamPrioritization *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMStreamPrioritization *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMStreamPrioritization *This); + + /*** IWMStreamPrioritization methods ***/ + HRESULT (STDMETHODCALLTYPE *GetPriorityRecords)( + IWMStreamPrioritization *This, + WM_STREAM_PRIORITY_RECORD *array, + WORD *records); + + HRESULT (STDMETHODCALLTYPE *SetPriorityRecords)( + IWMStreamPrioritization *This, + WM_STREAM_PRIORITY_RECORD *array, + WORD records); + + END_INTERFACE +} IWMStreamPrioritizationVtbl; + +interface IWMStreamPrioritization { + CONST_VTBL IWMStreamPrioritizationVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMStreamPrioritization_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMStreamPrioritization_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMStreamPrioritization_Release(This) (This)->lpVtbl->Release(This) +/*** IWMStreamPrioritization methods ***/ +#define IWMStreamPrioritization_GetPriorityRecords(This,array,records) (This)->lpVtbl->GetPriorityRecords(This,array,records) +#define IWMStreamPrioritization_SetPriorityRecords(This,array,records) (This)->lpVtbl->SetPriorityRecords(This,array,records) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMStreamPrioritization_QueryInterface(IWMStreamPrioritization* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMStreamPrioritization_AddRef(IWMStreamPrioritization* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMStreamPrioritization_Release(IWMStreamPrioritization* This) { + return This->lpVtbl->Release(This); +} +/*** IWMStreamPrioritization methods ***/ +static FORCEINLINE HRESULT IWMStreamPrioritization_GetPriorityRecords(IWMStreamPrioritization* This,WM_STREAM_PRIORITY_RECORD *array,WORD *records) { + return This->lpVtbl->GetPriorityRecords(This,array,records); +} +static FORCEINLINE HRESULT IWMStreamPrioritization_SetPriorityRecords(IWMStreamPrioritization* This,WM_STREAM_PRIORITY_RECORD *array,WORD records) { + return This->lpVtbl->SetPriorityRecords(This,array,records); +} +#endif +#endif + +#endif + + +#endif /* __IWMStreamPrioritization_INTERFACE_DEFINED__ */ + +/***************************************************************************** * IWMStreamConfig interface */ #ifndef __IWMStreamConfig_INTERFACE_DEFINED__ @@ -814,65 +1293,66 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMStreamConfig* This, + IWMStreamConfig *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMStreamConfig* This); + IWMStreamConfig *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMStreamConfig* This); + IWMStreamConfig *This); /*** IWMStreamConfig methods ***/ HRESULT (STDMETHODCALLTYPE *GetStreamType)( - IWMStreamConfig* This, + IWMStreamConfig *This, GUID *pguidStreamType); HRESULT (STDMETHODCALLTYPE *GetStreamNumber)( - IWMStreamConfig* This, + IWMStreamConfig *This, WORD *pwStreamNum); HRESULT (STDMETHODCALLTYPE *SetStreamNumber)( - IWMStreamConfig* This, + IWMStreamConfig *This, WORD wStreamNum); HRESULT (STDMETHODCALLTYPE *GetStreamName)( - IWMStreamConfig* This, + IWMStreamConfig *This, WCHAR *pwszStreamName, WORD *pcchStreamName); HRESULT (STDMETHODCALLTYPE *SetStreamName)( - IWMStreamConfig* This, + IWMStreamConfig *This, LPCWSTR_WMSDK_TYPE_SAFE pwszStreamName); HRESULT (STDMETHODCALLTYPE *GetConnectionName)( - IWMStreamConfig* This, + IWMStreamConfig *This, WCHAR *pwszInputName, WORD *pcchInputName); HRESULT (STDMETHODCALLTYPE *SetConnectionName)( - IWMStreamConfig* This, + IWMStreamConfig *This, LPCWSTR_WMSDK_TYPE_SAFE pwszInputName); HRESULT (STDMETHODCALLTYPE *GetBitrate)( - IWMStreamConfig* This, + IWMStreamConfig *This, DWORD *pdwBitrate); HRESULT (STDMETHODCALLTYPE *SetBitrate)( - IWMStreamConfig* This, + IWMStreamConfig *This, DWORD pdwBitrate); HRESULT (STDMETHODCALLTYPE *GetBufferWindow)( - IWMStreamConfig* This, + IWMStreamConfig *This, DWORD *pmsBufferWindow); HRESULT (STDMETHODCALLTYPE *SetBufferWindow)( - IWMStreamConfig* This, + IWMStreamConfig *This, DWORD msBufferWindow); END_INTERFACE } IWMStreamConfigVtbl; + interface IWMStreamConfig { CONST_VTBL IWMStreamConfigVtbl* lpVtbl; }; @@ -945,96 +1425,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetStreamType_Proxy( - IWMStreamConfig* This, - GUID *pguidStreamType); -void __RPC_STUB IWMStreamConfig_GetStreamType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetStreamNumber_Proxy( - IWMStreamConfig* This, - WORD *pwStreamNum); -void __RPC_STUB IWMStreamConfig_GetStreamNumber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_SetStreamNumber_Proxy( - IWMStreamConfig* This, - WORD wStreamNum); -void __RPC_STUB IWMStreamConfig_SetStreamNumber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetStreamName_Proxy( - IWMStreamConfig* This, - WCHAR *pwszStreamName, - WORD *pcchStreamName); -void __RPC_STUB IWMStreamConfig_GetStreamName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_SetStreamName_Proxy( - IWMStreamConfig* This, - LPCWSTR_WMSDK_TYPE_SAFE pwszStreamName); -void __RPC_STUB IWMStreamConfig_SetStreamName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetConnectionName_Proxy( - IWMStreamConfig* This, - WCHAR *pwszInputName, - WORD *pcchInputName); -void __RPC_STUB IWMStreamConfig_GetConnectionName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_SetConnectionName_Proxy( - IWMStreamConfig* This, - LPCWSTR_WMSDK_TYPE_SAFE pwszInputName); -void __RPC_STUB IWMStreamConfig_SetConnectionName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetBitrate_Proxy( - IWMStreamConfig* This, - DWORD *pdwBitrate); -void __RPC_STUB IWMStreamConfig_GetBitrate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_SetBitrate_Proxy( - IWMStreamConfig* This, - DWORD pdwBitrate); -void __RPC_STUB IWMStreamConfig_SetBitrate_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_GetBufferWindow_Proxy( - IWMStreamConfig* This, - DWORD *pmsBufferWindow); -void __RPC_STUB IWMStreamConfig_GetBufferWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMStreamConfig_SetBufferWindow_Proxy( - IWMStreamConfig* This, - DWORD msBufferWindow); -void __RPC_STUB IWMStreamConfig_SetBufferWindow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMStreamConfig_INTERFACE_DEFINED__ */ @@ -1119,97 +1509,98 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMProfile* This, + IWMProfile *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMProfile* This); + IWMProfile *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMProfile* This); + IWMProfile *This); /*** IWMProfile methods ***/ HRESULT (STDMETHODCALLTYPE *GetVersion)( - IWMProfile* This, + IWMProfile *This, WMT_VERSION *pdwVersion); HRESULT (STDMETHODCALLTYPE *GetName)( - IWMProfile* This, + IWMProfile *This, WCHAR *pwszName, DWORD *pcchName); HRESULT (STDMETHODCALLTYPE *SetName)( - IWMProfile* This, + IWMProfile *This, const WCHAR *pwszName); HRESULT (STDMETHODCALLTYPE *GetDescription)( - IWMProfile* This, + IWMProfile *This, WCHAR *pwszDescription, DWORD *pcchDescription); HRESULT (STDMETHODCALLTYPE *SetDescription)( - IWMProfile* This, + IWMProfile *This, const WCHAR *pwszDescription); HRESULT (STDMETHODCALLTYPE *GetStreamCount)( - IWMProfile* This, + IWMProfile *This, DWORD *pcStreams); HRESULT (STDMETHODCALLTYPE *GetStream)( - IWMProfile* This, + IWMProfile *This, DWORD dwStreamIndex, IWMStreamConfig **ppConfig); HRESULT (STDMETHODCALLTYPE *GetStreamByNumber)( - IWMProfile* This, + IWMProfile *This, WORD wStreamNum, IWMStreamConfig **ppConfig); HRESULT (STDMETHODCALLTYPE *RemoveStream)( - IWMProfile* This, + IWMProfile *This, IWMStreamConfig *pConfig); HRESULT (STDMETHODCALLTYPE *RemoveStreamByNumber)( - IWMProfile* This, + IWMProfile *This, WORD wStreamNum); HRESULT (STDMETHODCALLTYPE *AddStream)( - IWMProfile* This, + IWMProfile *This, IWMStreamConfig *pConfig); HRESULT (STDMETHODCALLTYPE *ReconfigStream)( - IWMProfile* This, + IWMProfile *This, IWMStreamConfig *pConfig); HRESULT (STDMETHODCALLTYPE *CreateNewStream)( - IWMProfile* This, + IWMProfile *This, REFGUID guidStreamType, IWMStreamConfig **ppConfig); HRESULT (STDMETHODCALLTYPE *GetMutualExclusionCount)( - IWMProfile* This, + IWMProfile *This, DWORD *pcME); HRESULT (STDMETHODCALLTYPE *GetMutualExclusion)( - IWMProfile* This, + IWMProfile *This, DWORD dwMEIndex, IWMMutualExclusion **ppME); HRESULT (STDMETHODCALLTYPE *RemoveMutualExclusion)( - IWMProfile* This, + IWMProfile *This, IWMMutualExclusion *pME); HRESULT (STDMETHODCALLTYPE *AddMutualExclusion)( - IWMProfile* This, + IWMProfile *This, IWMMutualExclusion *pME); HRESULT (STDMETHODCALLTYPE *CreateNewMutualExclusion)( - IWMProfile* This, + IWMProfile *This, IWMMutualExclusion **ppME); END_INTERFACE } IWMProfileVtbl; + interface IWMProfile { CONST_VTBL IWMProfileVtbl* lpVtbl; }; @@ -1310,2802 +1701,2490 @@ #endif -HRESULT STDMETHODCALLTYPE IWMProfile_GetVersion_Proxy( - IWMProfile* This, - WMT_VERSION *pdwVersion); -void __RPC_STUB IWMProfile_GetVersion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetName_Proxy( - IWMProfile* This, - WCHAR *pwszName, - DWORD *pcchName); -void __RPC_STUB IWMProfile_GetName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_SetName_Proxy( - IWMProfile* This, - const WCHAR *pwszName); -void __RPC_STUB IWMProfile_SetName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetDescription_Proxy( - IWMProfile* This, - WCHAR *pwszDescription, - DWORD *pcchDescription); -void __RPC_STUB IWMProfile_GetDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_SetDescription_Proxy( - IWMProfile* This, - const WCHAR *pwszDescription); -void __RPC_STUB IWMProfile_SetDescription_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetStreamCount_Proxy( - IWMProfile* This, - DWORD *pcStreams); -void __RPC_STUB IWMProfile_GetStreamCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetStream_Proxy( - IWMProfile* This, - DWORD dwStreamIndex, - IWMStreamConfig **ppConfig); -void __RPC_STUB IWMProfile_GetStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetStreamByNumber_Proxy( - IWMProfile* This, - WORD wStreamNum, - IWMStreamConfig **ppConfig); -void __RPC_STUB IWMProfile_GetStreamByNumber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_RemoveStream_Proxy( - IWMProfile* This, - IWMStreamConfig *pConfig); -void __RPC_STUB IWMProfile_RemoveStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_RemoveStreamByNumber_Proxy( - IWMProfile* This, - WORD wStreamNum); -void __RPC_STUB IWMProfile_RemoveStreamByNumber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_AddStream_Proxy( - IWMProfile* This, - IWMStreamConfig *pConfig); -void __RPC_STUB IWMProfile_AddStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_ReconfigStream_Proxy( - IWMProfile* This, - IWMStreamConfig *pConfig); -void __RPC_STUB IWMProfile_ReconfigStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_CreateNewStream_Proxy( - IWMProfile* This, - REFGUID guidStreamType, - IWMStreamConfig **ppConfig); -void __RPC_STUB IWMProfile_CreateNewStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetMutualExclusionCount_Proxy( - IWMProfile* This, - DWORD *pcME); -void __RPC_STUB IWMProfile_GetMutualExclusionCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_GetMutualExclusion_Proxy( - IWMProfile* This, - DWORD dwMEIndex, - IWMMutualExclusion **ppME); -void __RPC_STUB IWMProfile_GetMutualExclusion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_RemoveMutualExclusion_Proxy( - IWMProfile* This, - IWMMutualExclusion *pME); -void __RPC_STUB IWMProfile_RemoveMutualExclusion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_AddMutualExclusion_Proxy( - IWMProfile* This, - IWMMutualExclusion *pME); -void __RPC_STUB IWMProfile_AddMutualExclusion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfile_CreateNewMutualExclusion_Proxy( - IWMProfile* This, - IWMMutualExclusion **ppME); -void __RPC_STUB IWMProfile_CreateNewMutualExclusion_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWMProfile_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMProfileManager interface + * IWMProfile2 interface */ -#ifndef __IWMProfileManager_INTERFACE_DEFINED__ -#define __IWMProfileManager_INTERFACE_DEFINED__ +#ifndef __IWMProfile2_INTERFACE_DEFINED__ +#define __IWMProfile2_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMProfileManager, 0xd16679f2, 0x6ca0, 0x472d, 0x8d,0x31, 0x2f,0x5d,0x55,0xae,0xe1,0x55); +DEFINE_GUID(IID_IWMProfile2, 0x07e72d33, 0xd94e, 0x4be7, 0x88,0x43, 0x60,0xae,0x5f,0xf7,0xe5,0xf5); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("d16679f2-6ca0-472d-8d31-2f5d55aee155") -IWMProfileManager : public IUnknown +MIDL_INTERFACE("07e72d33-d94e-4be7-8843-60ae5ff7e5f5") +IWMProfile2 : public IWMProfile { - virtual HRESULT STDMETHODCALLTYPE CreateEmptyProfile( - WMT_VERSION dwVersion, - IWMProfile **ppProfile) = 0; + virtual HRESULT STDMETHODCALLTYPE GetProfileID( + GUID *guid) = 0; - virtual HRESULT STDMETHODCALLTYPE LoadProfileByID( - REFGUID guidProfile, - IWMProfile **ppProfile) = 0; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMProfile2, 0x07e72d33, 0xd94e, 0x4be7, 0x88,0x43, 0x60,0xae,0x5f,0xf7,0xe5,0xf5) +#endif +#else +typedef struct IWMProfile2Vtbl { + BEGIN_INTERFACE - virtual HRESULT STDMETHODCALLTYPE LoadProfileByData( - const WCHAR *pwszProfile, - IWMProfile **ppProfile) = 0; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMProfile2 *This, + REFIID riid, + void **ppvObject); - virtual HRESULT STDMETHODCALLTYPE SaveProfile( - IWMProfile *pIWMProfile, - WCHAR *pwszProfile, - DWORD *pdwLength) = 0; + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMProfile2 *This); - virtual HRESULT STDMETHODCALLTYPE GetSystemProfileCount( - DWORD *pcProfiles) = 0; + ULONG (STDMETHODCALLTYPE *Release)( + IWMProfile2 *This); - virtual HRESULT STDMETHODCALLTYPE LoadSystemProfile( - DWORD dwProfileIndex, - IWMProfile **ppProfile) = 0; + /*** IWMProfile methods ***/ + HRESULT (STDMETHODCALLTYPE *GetVersion)( + IWMProfile2 *This, + WMT_VERSION *pdwVersion); -}; -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMProfileManager, 0xd16679f2, 0x6ca0, 0x472d, 0x8d,0x31, 0x2f,0x5d,0x55,0xae,0xe1,0x55) -#endif -#else -typedef struct IWMProfileManagerVtbl { - BEGIN_INTERFACE + HRESULT (STDMETHODCALLTYPE *GetName)( + IWMProfile2 *This, + WCHAR *pwszName, + DWORD *pcchName); - /*** IUnknown methods ***/ - HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMProfileManager* This, - REFIID riid, - void **ppvObject); + HRESULT (STDMETHODCALLTYPE *SetName)( + IWMProfile2 *This, + const WCHAR *pwszName); - ULONG (STDMETHODCALLTYPE *AddRef)( - IWMProfileManager* This); + HRESULT (STDMETHODCALLTYPE *GetDescription)( + IWMProfile2 *This, + WCHAR *pwszDescription, + DWORD *pcchDescription); - ULONG (STDMETHODCALLTYPE *Release)( - IWMProfileManager* This); + HRESULT (STDMETHODCALLTYPE *SetDescription)( + IWMProfile2 *This, + const WCHAR *pwszDescription); - /*** IWMProfileManager methods ***/ - HRESULT (STDMETHODCALLTYPE *CreateEmptyProfile)( - IWMProfileManager* This, - WMT_VERSION dwVersion, - IWMProfile **ppProfile); + HRESULT (STDMETHODCALLTYPE *GetStreamCount)( + IWMProfile2 *This, + DWORD *pcStreams); - HRESULT (STDMETHODCALLTYPE *LoadProfileByID)( - IWMProfileManager* This, - REFGUID guidProfile, - IWMProfile **ppProfile); + HRESULT (STDMETHODCALLTYPE *GetStream)( + IWMProfile2 *This, + DWORD dwStreamIndex, + IWMStreamConfig **ppConfig); - HRESULT (STDMETHODCALLTYPE *LoadProfileByData)( - IWMProfileManager* This, - const WCHAR *pwszProfile, - IWMProfile **ppProfile); + HRESULT (STDMETHODCALLTYPE *GetStreamByNumber)( + IWMProfile2 *This, + WORD wStreamNum, + IWMStreamConfig **ppConfig); - HRESULT (STDMETHODCALLTYPE *SaveProfile)( - IWMProfileManager* This, - IWMProfile *pIWMProfile, - WCHAR *pwszProfile, - DWORD *pdwLength); + HRESULT (STDMETHODCALLTYPE *RemoveStream)( + IWMProfile2 *This, + IWMStreamConfig *pConfig); - HRESULT (STDMETHODCALLTYPE *GetSystemProfileCount)( - IWMProfileManager* This, - DWORD *pcProfiles); + HRESULT (STDMETHODCALLTYPE *RemoveStreamByNumber)( + IWMProfile2 *This, + WORD wStreamNum); - HRESULT (STDMETHODCALLTYPE *LoadSystemProfile)( - IWMProfileManager* This, - DWORD dwProfileIndex, - IWMProfile **ppProfile); + HRESULT (STDMETHODCALLTYPE *AddStream)( + IWMProfile2 *This, + IWMStreamConfig *pConfig); + + HRESULT (STDMETHODCALLTYPE *ReconfigStream)( + IWMProfile2 *This, + IWMStreamConfig *pConfig); + + HRESULT (STDMETHODCALLTYPE *CreateNewStream)( + IWMProfile2 *This, + REFGUID guidStreamType, + IWMStreamConfig **ppConfig); + + HRESULT (STDMETHODCALLTYPE *GetMutualExclusionCount)( + IWMProfile2 *This, + DWORD *pcME); + + HRESULT (STDMETHODCALLTYPE *GetMutualExclusion)( + IWMProfile2 *This, + DWORD dwMEIndex, + IWMMutualExclusion **ppME); + + HRESULT (STDMETHODCALLTYPE *RemoveMutualExclusion)( + IWMProfile2 *This, + IWMMutualExclusion *pME); + + HRESULT (STDMETHODCALLTYPE *AddMutualExclusion)( + IWMProfile2 *This, + IWMMutualExclusion *pME); + + HRESULT (STDMETHODCALLTYPE *CreateNewMutualExclusion)( + IWMProfile2 *This, + IWMMutualExclusion **ppME); + + /*** IWMProfile2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetProfileID)( + IWMProfile2 *This, + GUID *guid); END_INTERFACE -} IWMProfileManagerVtbl; -interface IWMProfileManager { - CONST_VTBL IWMProfileManagerVtbl* lpVtbl; +} IWMProfile2Vtbl; + +interface IWMProfile2 { + CONST_VTBL IWMProfile2Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMProfileManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMProfileManager_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMProfileManager_Release(This) (This)->lpVtbl->Release(This) -/*** IWMProfileManager methods ***/ -#define IWMProfileManager_CreateEmptyProfile(This,dwVersion,ppProfile) (This)->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile) -#define IWMProfileManager_LoadProfileByID(This,guidProfile,ppProfile) (This)->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile) -#define IWMProfileManager_LoadProfileByData(This,pwszProfile,ppProfile) (This)->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile) -#define IWMProfileManager_SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) (This)->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) -#define IWMProfileManager_GetSystemProfileCount(This,pcProfiles) (This)->lpVtbl->GetSystemProfileCount(This,pcProfiles) -#define IWMProfileManager_LoadSystemProfile(This,dwProfileIndex,ppProfile) (This)->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile) +#define IWMProfile2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMProfile2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMProfile2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMProfile methods ***/ +#define IWMProfile2_GetVersion(This,pdwVersion) (This)->lpVtbl->GetVersion(This,pdwVersion) +#define IWMProfile2_GetName(This,pwszName,pcchName) (This)->lpVtbl->GetName(This,pwszName,pcchName) +#define IWMProfile2_SetName(This,pwszName) (This)->lpVtbl->SetName(This,pwszName) +#define IWMProfile2_GetDescription(This,pwszDescription,pcchDescription) (This)->lpVtbl->GetDescription(This,pwszDescription,pcchDescription) +#define IWMProfile2_SetDescription(This,pwszDescription) (This)->lpVtbl->SetDescription(This,pwszDescription) +#define IWMProfile2_GetStreamCount(This,pcStreams) (This)->lpVtbl->GetStreamCount(This,pcStreams) +#define IWMProfile2_GetStream(This,dwStreamIndex,ppConfig) (This)->lpVtbl->GetStream(This,dwStreamIndex,ppConfig) +#define IWMProfile2_GetStreamByNumber(This,wStreamNum,ppConfig) (This)->lpVtbl->GetStreamByNumber(This,wStreamNum,ppConfig) +#define IWMProfile2_RemoveStream(This,pConfig) (This)->lpVtbl->RemoveStream(This,pConfig) +#define IWMProfile2_RemoveStreamByNumber(This,wStreamNum) (This)->lpVtbl->RemoveStreamByNumber(This,wStreamNum) +#define IWMProfile2_AddStream(This,pConfig) (This)->lpVtbl->AddStream(This,pConfig) +#define IWMProfile2_ReconfigStream(This,pConfig) (This)->lpVtbl->ReconfigStream(This,pConfig) +#define IWMProfile2_CreateNewStream(This,guidStreamType,ppConfig) (This)->lpVtbl->CreateNewStream(This,guidStreamType,ppConfig) +#define IWMProfile2_GetMutualExclusionCount(This,pcME) (This)->lpVtbl->GetMutualExclusionCount(This,pcME) +#define IWMProfile2_GetMutualExclusion(This,dwMEIndex,ppME) (This)->lpVtbl->GetMutualExclusion(This,dwMEIndex,ppME) +#define IWMProfile2_RemoveMutualExclusion(This,pME) (This)->lpVtbl->RemoveMutualExclusion(This,pME) +#define IWMProfile2_AddMutualExclusion(This,pME) (This)->lpVtbl->AddMutualExclusion(This,pME) +#define IWMProfile2_CreateNewMutualExclusion(This,ppME) (This)->lpVtbl->CreateNewMutualExclusion(This,ppME) +/*** IWMProfile2 methods ***/ +#define IWMProfile2_GetProfileID(This,guid) (This)->lpVtbl->GetProfileID(This,guid) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMProfileManager_QueryInterface(IWMProfileManager* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMProfile2_QueryInterface(IWMProfile2* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMProfileManager_AddRef(IWMProfileManager* This) { +static FORCEINLINE ULONG IWMProfile2_AddRef(IWMProfile2* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMProfileManager_Release(IWMProfileManager* This) { +static FORCEINLINE ULONG IWMProfile2_Release(IWMProfile2* This) { return This->lpVtbl->Release(This); } -/*** IWMProfileManager methods ***/ -static FORCEINLINE HRESULT IWMProfileManager_CreateEmptyProfile(IWMProfileManager* This,WMT_VERSION dwVersion,IWMProfile **ppProfile) { - return This->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile); +/*** IWMProfile methods ***/ +static FORCEINLINE HRESULT IWMProfile2_GetVersion(IWMProfile2* This,WMT_VERSION *pdwVersion) { + return This->lpVtbl->GetVersion(This,pdwVersion); } -static FORCEINLINE HRESULT IWMProfileManager_LoadProfileByID(IWMProfileManager* This,REFGUID guidProfile,IWMProfile **ppProfile) { - return This->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile); +static FORCEINLINE HRESULT IWMProfile2_GetName(IWMProfile2* This,WCHAR *pwszName,DWORD *pcchName) { + return This->lpVtbl->GetName(This,pwszName,pcchName); } -static FORCEINLINE HRESULT IWMProfileManager_LoadProfileByData(IWMProfileManager* This,const WCHAR *pwszProfile,IWMProfile **ppProfile) { - return This->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile); +static FORCEINLINE HRESULT IWMProfile2_SetName(IWMProfile2* This,const WCHAR *pwszName) { + return This->lpVtbl->SetName(This,pwszName); } -static FORCEINLINE HRESULT IWMProfileManager_SaveProfile(IWMProfileManager* This,IWMProfile *pIWMProfile,WCHAR *pwszProfile,DWORD *pdwLength) { - return This->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength); +static FORCEINLINE HRESULT IWMProfile2_GetDescription(IWMProfile2* This,WCHAR *pwszDescription,DWORD *pcchDescription) { + return This->lpVtbl->GetDescription(This,pwszDescription,pcchDescription); } -static FORCEINLINE HRESULT IWMProfileManager_GetSystemProfileCount(IWMProfileManager* This,DWORD *pcProfiles) { - return This->lpVtbl->GetSystemProfileCount(This,pcProfiles); +static FORCEINLINE HRESULT IWMProfile2_SetDescription(IWMProfile2* This,const WCHAR *pwszDescription) { + return This->lpVtbl->SetDescription(This,pwszDescription); } -static FORCEINLINE HRESULT IWMProfileManager_LoadSystemProfile(IWMProfileManager* This,DWORD dwProfileIndex,IWMProfile **ppProfile) { - return This->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile); +static FORCEINLINE HRESULT IWMProfile2_GetStreamCount(IWMProfile2* This,DWORD *pcStreams) { + return This->lpVtbl->GetStreamCount(This,pcStreams); +} +static FORCEINLINE HRESULT IWMProfile2_GetStream(IWMProfile2* This,DWORD dwStreamIndex,IWMStreamConfig **ppConfig) { + return This->lpVtbl->GetStream(This,dwStreamIndex,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile2_GetStreamByNumber(IWMProfile2* This,WORD wStreamNum,IWMStreamConfig **ppConfig) { + return This->lpVtbl->GetStreamByNumber(This,wStreamNum,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile2_RemoveStream(IWMProfile2* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->RemoveStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile2_RemoveStreamByNumber(IWMProfile2* This,WORD wStreamNum) { + return This->lpVtbl->RemoveStreamByNumber(This,wStreamNum); +} +static FORCEINLINE HRESULT IWMProfile2_AddStream(IWMProfile2* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->AddStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile2_ReconfigStream(IWMProfile2* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->ReconfigStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile2_CreateNewStream(IWMProfile2* This,REFGUID guidStreamType,IWMStreamConfig **ppConfig) { + return This->lpVtbl->CreateNewStream(This,guidStreamType,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile2_GetMutualExclusionCount(IWMProfile2* This,DWORD *pcME) { + return This->lpVtbl->GetMutualExclusionCount(This,pcME); +} +static FORCEINLINE HRESULT IWMProfile2_GetMutualExclusion(IWMProfile2* This,DWORD dwMEIndex,IWMMutualExclusion **ppME) { + return This->lpVtbl->GetMutualExclusion(This,dwMEIndex,ppME); +} +static FORCEINLINE HRESULT IWMProfile2_RemoveMutualExclusion(IWMProfile2* This,IWMMutualExclusion *pME) { + return This->lpVtbl->RemoveMutualExclusion(This,pME); +} +static FORCEINLINE HRESULT IWMProfile2_AddMutualExclusion(IWMProfile2* This,IWMMutualExclusion *pME) { + return This->lpVtbl->AddMutualExclusion(This,pME); +} +static FORCEINLINE HRESULT IWMProfile2_CreateNewMutualExclusion(IWMProfile2* This,IWMMutualExclusion **ppME) { + return This->lpVtbl->CreateNewMutualExclusion(This,ppME); +} +/*** IWMProfile2 methods ***/ +static FORCEINLINE HRESULT IWMProfile2_GetProfileID(IWMProfile2* This,GUID *guid) { + return This->lpVtbl->GetProfileID(This,guid); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMProfileManager_CreateEmptyProfile_Proxy( - IWMProfileManager* This, - WMT_VERSION dwVersion, - IWMProfile **ppProfile); -void __RPC_STUB IWMProfileManager_CreateEmptyProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfileManager_LoadProfileByID_Proxy( - IWMProfileManager* This, - REFGUID guidProfile, - IWMProfile **ppProfile); -void __RPC_STUB IWMProfileManager_LoadProfileByID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfileManager_LoadProfileByData_Proxy( - IWMProfileManager* This, - const WCHAR *pwszProfile, - IWMProfile **ppProfile); -void __RPC_STUB IWMProfileManager_LoadProfileByData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfileManager_SaveProfile_Proxy( - IWMProfileManager* This, - IWMProfile *pIWMProfile, - WCHAR *pwszProfile, - DWORD *pdwLength); -void __RPC_STUB IWMProfileManager_SaveProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfileManager_GetSystemProfileCount_Proxy( - IWMProfileManager* This, - DWORD *pcProfiles); -void __RPC_STUB IWMProfileManager_GetSystemProfileCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMProfileManager_LoadSystemProfile_Proxy( - IWMProfileManager* This, - DWORD dwProfileIndex, - IWMProfile **ppProfile); -void __RPC_STUB IWMProfileManager_LoadSystemProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMProfileManager_INTERFACE_DEFINED__ */ +#endif /* __IWMProfile2_INTERFACE_DEFINED__ */ -HRESULT WINAPI WMCreateProfileManager(IWMProfileManager**); /***************************************************************************** - * IWMMediaProps interface + * IWMProfile3 interface */ -#ifndef __IWMMediaProps_INTERFACE_DEFINED__ -#define __IWMMediaProps_INTERFACE_DEFINED__ +#ifndef __IWMProfile3_INTERFACE_DEFINED__ +#define __IWMProfile3_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMMediaProps, 0x96406bce, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMProfile3, 0x00ef96cc, 0xa461, 0x4546, 0x8b,0xcd, 0xc9,0xa2,0x8f,0x0e,0x06,0xf5); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bce-2b2b-11d3-b36b-00c04f6108ff") -IWMMediaProps : public IUnknown +MIDL_INTERFACE("00ef96cc-a461-4546-8bcd-c9a28f0e06f5") +IWMProfile3 : public IWMProfile2 { - virtual HRESULT STDMETHODCALLTYPE GetType( - GUID *pguidType) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetMediaType( - WM_MEDIA_TYPE *pType, - DWORD *pcbType) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetMediaType( - WM_MEDIA_TYPE *pType) = 0; - -}; -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMMediaProps, 0x96406bce, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) -#endif -#else -typedef struct IWMMediaPropsVtbl { - BEGIN_INTERFACE - - /*** IUnknown methods ***/ - HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMMediaProps* This, - REFIID riid, - void **ppvObject); - - ULONG (STDMETHODCALLTYPE *AddRef)( - IWMMediaProps* This); - - ULONG (STDMETHODCALLTYPE *Release)( - IWMMediaProps* This); + virtual HRESULT STDMETHODCALLTYPE GetStorageFormat( + WMT_STORAGE_FORMAT *storage) = 0; - /*** IWMMediaProps methods ***/ - HRESULT (STDMETHODCALLTYPE *GetType)( - IWMMediaProps* This, - GUID *pguidType); + virtual HRESULT STDMETHODCALLTYPE SetStorageFormat( + WMT_STORAGE_FORMAT storage) = 0; - HRESULT (STDMETHODCALLTYPE *GetMediaType)( - IWMMediaProps* This, - WM_MEDIA_TYPE *pType, - DWORD *pcbType); + virtual HRESULT STDMETHODCALLTYPE GetBandwidthSharingCount( + DWORD *count) = 0; - HRESULT (STDMETHODCALLTYPE *SetMediaType)( - IWMMediaProps* This, - WM_MEDIA_TYPE *pType); + virtual HRESULT STDMETHODCALLTYPE GetBandwidthSharing( + DWORD index, + IWMBandwidthSharing **bandwidth) = 0; - END_INTERFACE -} IWMMediaPropsVtbl; -interface IWMMediaProps { - CONST_VTBL IWMMediaPropsVtbl* lpVtbl; -}; + virtual HRESULT STDMETHODCALLTYPE RemoveBandwidthSharing( + IWMBandwidthSharing *bandwidth) = 0; -#ifdef COBJMACROS -#ifndef WIDL_C_INLINE_WRAPPERS -/*** IUnknown methods ***/ -#define IWMMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMMediaProps_Release(This) (This)->lpVtbl->Release(This) -/*** IWMMediaProps methods ***/ -#define IWMMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) -#define IWMMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) -#define IWMMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) -#else -/*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMMediaProps_QueryInterface(IWMMediaProps* This,REFIID riid,void **ppvObject) { - return This->lpVtbl->QueryInterface(This,riid,ppvObject); -} -static FORCEINLINE ULONG IWMMediaProps_AddRef(IWMMediaProps* This) { - return This->lpVtbl->AddRef(This); -} -static FORCEINLINE ULONG IWMMediaProps_Release(IWMMediaProps* This) { - return This->lpVtbl->Release(This); -} -/*** IWMMediaProps methods ***/ -static FORCEINLINE HRESULT IWMMediaProps_GetType(IWMMediaProps* This,GUID *pguidType) { - return This->lpVtbl->GetType(This,pguidType); -} -static FORCEINLINE HRESULT IWMMediaProps_GetMediaType(IWMMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { - return This->lpVtbl->GetMediaType(This,pType,pcbType); -} -static FORCEINLINE HRESULT IWMMediaProps_SetMediaType(IWMMediaProps* This,WM_MEDIA_TYPE *pType) { - return This->lpVtbl->SetMediaType(This,pType); -} -#endif -#endif + virtual HRESULT STDMETHODCALLTYPE AddBandwidthSharing( + IWMBandwidthSharing *bandwidth) = 0; -#endif + virtual HRESULT STDMETHODCALLTYPE CreateNewBandwidthSharing( + IWMBandwidthSharing **bandwidth) = 0; -HRESULT STDMETHODCALLTYPE IWMMediaProps_GetType_Proxy( - IWMMediaProps* This, - GUID *pguidType); -void __RPC_STUB IWMMediaProps_GetType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMMediaProps_GetMediaType_Proxy( - IWMMediaProps* This, - WM_MEDIA_TYPE *pType, - DWORD *pcbType); -void __RPC_STUB IWMMediaProps_GetMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMMediaProps_SetMediaType_Proxy( - IWMMediaProps* This, - WM_MEDIA_TYPE *pType); -void __RPC_STUB IWMMediaProps_SetMediaType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); + virtual HRESULT STDMETHODCALLTYPE GetStreamPrioritization( + IWMStreamPrioritization **stream) = 0; -#endif /* __IWMMediaProps_INTERFACE_DEFINED__ */ + virtual HRESULT STDMETHODCALLTYPE SetStreamPrioritization( + IWMStreamPrioritization *stream) = 0; -/***************************************************************************** - * IWMOutputMediaProps interface - */ -#ifndef __IWMOutputMediaProps_INTERFACE_DEFINED__ -#define __IWMOutputMediaProps_INTERFACE_DEFINED__ + virtual HRESULT STDMETHODCALLTYPE RemoveStreamPrioritization( + ) = 0; -DEFINE_GUID(IID_IWMOutputMediaProps, 0x96406bd7, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); -#if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bd7-2b2b-11d3-b36b-00c04f6108ff") -IWMOutputMediaProps : public IWMMediaProps -{ - virtual HRESULT STDMETHODCALLTYPE GetStreamGroupName( - WCHAR *pwszName, - WORD *pcchName) = 0; + virtual HRESULT STDMETHODCALLTYPE CreateNewStreamPrioritization( + IWMStreamPrioritization **stream) = 0; - virtual HRESULT STDMETHODCALLTYPE GetConnectionName( - WCHAR *pwszName, - WORD *pcchName) = 0; + virtual HRESULT STDMETHODCALLTYPE GetExpectedPacketCount( + QWORD duration, + QWORD *packets) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMOutputMediaProps, 0x96406bd7, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMProfile3, 0x00ef96cc, 0xa461, 0x4546, 0x8b,0xcd, 0xc9,0xa2,0x8f,0x0e,0x06,0xf5) #endif #else -typedef struct IWMOutputMediaPropsVtbl { +typedef struct IWMProfile3Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMOutputMediaProps* This, + IWMProfile3 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMOutputMediaProps* This); + IWMProfile3 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMOutputMediaProps* This); + IWMProfile3 *This); - /*** IWMMediaProps methods ***/ - HRESULT (STDMETHODCALLTYPE *GetType)( - IWMOutputMediaProps* This, - GUID *pguidType); + /*** IWMProfile methods ***/ + HRESULT (STDMETHODCALLTYPE *GetVersion)( + IWMProfile3 *This, + WMT_VERSION *pdwVersion); - HRESULT (STDMETHODCALLTYPE *GetMediaType)( - IWMOutputMediaProps* This, - WM_MEDIA_TYPE *pType, - DWORD *pcbType); + HRESULT (STDMETHODCALLTYPE *GetName)( + IWMProfile3 *This, + WCHAR *pwszName, + DWORD *pcchName); - HRESULT (STDMETHODCALLTYPE *SetMediaType)( - IWMOutputMediaProps* This, - WM_MEDIA_TYPE *pType); + HRESULT (STDMETHODCALLTYPE *SetName)( + IWMProfile3 *This, + const WCHAR *pwszName); - /*** IWMOutputMediaProps methods ***/ - HRESULT (STDMETHODCALLTYPE *GetStreamGroupName)( - IWMOutputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); + HRESULT (STDMETHODCALLTYPE *GetDescription)( + IWMProfile3 *This, + WCHAR *pwszDescription, + DWORD *pcchDescription); - HRESULT (STDMETHODCALLTYPE *GetConnectionName)( - IWMOutputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); + HRESULT (STDMETHODCALLTYPE *SetDescription)( + IWMProfile3 *This, + const WCHAR *pwszDescription); + + HRESULT (STDMETHODCALLTYPE *GetStreamCount)( + IWMProfile3 *This, + DWORD *pcStreams); + + HRESULT (STDMETHODCALLTYPE *GetStream)( + IWMProfile3 *This, + DWORD dwStreamIndex, + IWMStreamConfig **ppConfig); + + HRESULT (STDMETHODCALLTYPE *GetStreamByNumber)( + IWMProfile3 *This, + WORD wStreamNum, + IWMStreamConfig **ppConfig); + + HRESULT (STDMETHODCALLTYPE *RemoveStream)( + IWMProfile3 *This, + IWMStreamConfig *pConfig); + + HRESULT (STDMETHODCALLTYPE *RemoveStreamByNumber)( + IWMProfile3 *This, + WORD wStreamNum); + + HRESULT (STDMETHODCALLTYPE *AddStream)( + IWMProfile3 *This, + IWMStreamConfig *pConfig); + + HRESULT (STDMETHODCALLTYPE *ReconfigStream)( + IWMProfile3 *This, + IWMStreamConfig *pConfig); + + HRESULT (STDMETHODCALLTYPE *CreateNewStream)( + IWMProfile3 *This, + REFGUID guidStreamType, + IWMStreamConfig **ppConfig); + + HRESULT (STDMETHODCALLTYPE *GetMutualExclusionCount)( + IWMProfile3 *This, + DWORD *pcME); + + HRESULT (STDMETHODCALLTYPE *GetMutualExclusion)( + IWMProfile3 *This, + DWORD dwMEIndex, + IWMMutualExclusion **ppME); + + HRESULT (STDMETHODCALLTYPE *RemoveMutualExclusion)( + IWMProfile3 *This, + IWMMutualExclusion *pME); + + HRESULT (STDMETHODCALLTYPE *AddMutualExclusion)( + IWMProfile3 *This, + IWMMutualExclusion *pME); + + HRESULT (STDMETHODCALLTYPE *CreateNewMutualExclusion)( + IWMProfile3 *This, + IWMMutualExclusion **ppME); + + /*** IWMProfile2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetProfileID)( + IWMProfile3 *This, + GUID *guid); + + /*** IWMProfile3 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetStorageFormat)( + IWMProfile3 *This, + WMT_STORAGE_FORMAT *storage); + + HRESULT (STDMETHODCALLTYPE *SetStorageFormat)( + IWMProfile3 *This, + WMT_STORAGE_FORMAT storage); + + HRESULT (STDMETHODCALLTYPE *GetBandwidthSharingCount)( + IWMProfile3 *This, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *GetBandwidthSharing)( + IWMProfile3 *This, + DWORD index, + IWMBandwidthSharing **bandwidth); + + HRESULT (STDMETHODCALLTYPE *RemoveBandwidthSharing)( + IWMProfile3 *This, + IWMBandwidthSharing *bandwidth); + + HRESULT (STDMETHODCALLTYPE *AddBandwidthSharing)( + IWMProfile3 *This, + IWMBandwidthSharing *bandwidth); + + HRESULT (STDMETHODCALLTYPE *CreateNewBandwidthSharing)( + IWMProfile3 *This, + IWMBandwidthSharing **bandwidth); + + HRESULT (STDMETHODCALLTYPE *GetStreamPrioritization)( + IWMProfile3 *This, + IWMStreamPrioritization **stream); + + HRESULT (STDMETHODCALLTYPE *SetStreamPrioritization)( + IWMProfile3 *This, + IWMStreamPrioritization *stream); + + HRESULT (STDMETHODCALLTYPE *RemoveStreamPrioritization)( + IWMProfile3 *This); + + HRESULT (STDMETHODCALLTYPE *CreateNewStreamPrioritization)( + IWMProfile3 *This, + IWMStreamPrioritization **stream); + + HRESULT (STDMETHODCALLTYPE *GetExpectedPacketCount)( + IWMProfile3 *This, + QWORD duration, + QWORD *packets); END_INTERFACE -} IWMOutputMediaPropsVtbl; -interface IWMOutputMediaProps { - CONST_VTBL IWMOutputMediaPropsVtbl* lpVtbl; +} IWMProfile3Vtbl; + +interface IWMProfile3 { + CONST_VTBL IWMProfile3Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMOutputMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMOutputMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMOutputMediaProps_Release(This) (This)->lpVtbl->Release(This) -/*** IWMMediaProps methods ***/ -#define IWMOutputMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) -#define IWMOutputMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) -#define IWMOutputMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) -/*** IWMOutputMediaProps methods ***/ -#define IWMOutputMediaProps_GetStreamGroupName(This,pwszName,pcchName) (This)->lpVtbl->GetStreamGroupName(This,pwszName,pcchName) -#define IWMOutputMediaProps_GetConnectionName(This,pwszName,pcchName) (This)->lpVtbl->GetConnectionName(This,pwszName,pcchName) +#define IWMProfile3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMProfile3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMProfile3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMProfile methods ***/ +#define IWMProfile3_GetVersion(This,pdwVersion) (This)->lpVtbl->GetVersion(This,pdwVersion) +#define IWMProfile3_GetName(This,pwszName,pcchName) (This)->lpVtbl->GetName(This,pwszName,pcchName) +#define IWMProfile3_SetName(This,pwszName) (This)->lpVtbl->SetName(This,pwszName) +#define IWMProfile3_GetDescription(This,pwszDescription,pcchDescription) (This)->lpVtbl->GetDescription(This,pwszDescription,pcchDescription) +#define IWMProfile3_SetDescription(This,pwszDescription) (This)->lpVtbl->SetDescription(This,pwszDescription) +#define IWMProfile3_GetStreamCount(This,pcStreams) (This)->lpVtbl->GetStreamCount(This,pcStreams) +#define IWMProfile3_GetStream(This,dwStreamIndex,ppConfig) (This)->lpVtbl->GetStream(This,dwStreamIndex,ppConfig) +#define IWMProfile3_GetStreamByNumber(This,wStreamNum,ppConfig) (This)->lpVtbl->GetStreamByNumber(This,wStreamNum,ppConfig) +#define IWMProfile3_RemoveStream(This,pConfig) (This)->lpVtbl->RemoveStream(This,pConfig) +#define IWMProfile3_RemoveStreamByNumber(This,wStreamNum) (This)->lpVtbl->RemoveStreamByNumber(This,wStreamNum) +#define IWMProfile3_AddStream(This,pConfig) (This)->lpVtbl->AddStream(This,pConfig) +#define IWMProfile3_ReconfigStream(This,pConfig) (This)->lpVtbl->ReconfigStream(This,pConfig) +#define IWMProfile3_CreateNewStream(This,guidStreamType,ppConfig) (This)->lpVtbl->CreateNewStream(This,guidStreamType,ppConfig) +#define IWMProfile3_GetMutualExclusionCount(This,pcME) (This)->lpVtbl->GetMutualExclusionCount(This,pcME) +#define IWMProfile3_GetMutualExclusion(This,dwMEIndex,ppME) (This)->lpVtbl->GetMutualExclusion(This,dwMEIndex,ppME) +#define IWMProfile3_RemoveMutualExclusion(This,pME) (This)->lpVtbl->RemoveMutualExclusion(This,pME) +#define IWMProfile3_AddMutualExclusion(This,pME) (This)->lpVtbl->AddMutualExclusion(This,pME) +#define IWMProfile3_CreateNewMutualExclusion(This,ppME) (This)->lpVtbl->CreateNewMutualExclusion(This,ppME) +/*** IWMProfile2 methods ***/ +#define IWMProfile3_GetProfileID(This,guid) (This)->lpVtbl->GetProfileID(This,guid) +/*** IWMProfile3 methods ***/ +#define IWMProfile3_GetStorageFormat(This,storage) (This)->lpVtbl->GetStorageFormat(This,storage) +#define IWMProfile3_SetStorageFormat(This,storage) (This)->lpVtbl->SetStorageFormat(This,storage) +#define IWMProfile3_GetBandwidthSharingCount(This,count) (This)->lpVtbl->GetBandwidthSharingCount(This,count) +#define IWMProfile3_GetBandwidthSharing(This,index,bandwidth) (This)->lpVtbl->GetBandwidthSharing(This,index,bandwidth) +#define IWMProfile3_RemoveBandwidthSharing(This,bandwidth) (This)->lpVtbl->RemoveBandwidthSharing(This,bandwidth) +#define IWMProfile3_AddBandwidthSharing(This,bandwidth) (This)->lpVtbl->AddBandwidthSharing(This,bandwidth) +#define IWMProfile3_CreateNewBandwidthSharing(This,bandwidth) (This)->lpVtbl->CreateNewBandwidthSharing(This,bandwidth) +#define IWMProfile3_GetStreamPrioritization(This,stream) (This)->lpVtbl->GetStreamPrioritization(This,stream) +#define IWMProfile3_SetStreamPrioritization(This,stream) (This)->lpVtbl->SetStreamPrioritization(This,stream) +#define IWMProfile3_RemoveStreamPrioritization(This) (This)->lpVtbl->RemoveStreamPrioritization(This) +#define IWMProfile3_CreateNewStreamPrioritization(This,stream) (This)->lpVtbl->CreateNewStreamPrioritization(This,stream) +#define IWMProfile3_GetExpectedPacketCount(This,duration,packets) (This)->lpVtbl->GetExpectedPacketCount(This,duration,packets) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMOutputMediaProps_QueryInterface(IWMOutputMediaProps* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMProfile3_QueryInterface(IWMProfile3* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMOutputMediaProps_AddRef(IWMOutputMediaProps* This) { +static FORCEINLINE ULONG IWMProfile3_AddRef(IWMProfile3* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMOutputMediaProps_Release(IWMOutputMediaProps* This) { +static FORCEINLINE ULONG IWMProfile3_Release(IWMProfile3* This) { return This->lpVtbl->Release(This); } -/*** IWMMediaProps methods ***/ -static FORCEINLINE HRESULT IWMOutputMediaProps_GetType(IWMOutputMediaProps* This,GUID *pguidType) { - return This->lpVtbl->GetType(This,pguidType); +/*** IWMProfile methods ***/ +static FORCEINLINE HRESULT IWMProfile3_GetVersion(IWMProfile3* This,WMT_VERSION *pdwVersion) { + return This->lpVtbl->GetVersion(This,pdwVersion); } -static FORCEINLINE HRESULT IWMOutputMediaProps_GetMediaType(IWMOutputMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { - return This->lpVtbl->GetMediaType(This,pType,pcbType); +static FORCEINLINE HRESULT IWMProfile3_GetName(IWMProfile3* This,WCHAR *pwszName,DWORD *pcchName) { + return This->lpVtbl->GetName(This,pwszName,pcchName); } -static FORCEINLINE HRESULT IWMOutputMediaProps_SetMediaType(IWMOutputMediaProps* This,WM_MEDIA_TYPE *pType) { - return This->lpVtbl->SetMediaType(This,pType); +static FORCEINLINE HRESULT IWMProfile3_SetName(IWMProfile3* This,const WCHAR *pwszName) { + return This->lpVtbl->SetName(This,pwszName); } -/*** IWMOutputMediaProps methods ***/ -static FORCEINLINE HRESULT IWMOutputMediaProps_GetStreamGroupName(IWMOutputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { - return This->lpVtbl->GetStreamGroupName(This,pwszName,pcchName); +static FORCEINLINE HRESULT IWMProfile3_GetDescription(IWMProfile3* This,WCHAR *pwszDescription,DWORD *pcchDescription) { + return This->lpVtbl->GetDescription(This,pwszDescription,pcchDescription); } -static FORCEINLINE HRESULT IWMOutputMediaProps_GetConnectionName(IWMOutputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { - return This->lpVtbl->GetConnectionName(This,pwszName,pcchName); +static FORCEINLINE HRESULT IWMProfile3_SetDescription(IWMProfile3* This,const WCHAR *pwszDescription) { + return This->lpVtbl->SetDescription(This,pwszDescription); +} +static FORCEINLINE HRESULT IWMProfile3_GetStreamCount(IWMProfile3* This,DWORD *pcStreams) { + return This->lpVtbl->GetStreamCount(This,pcStreams); +} +static FORCEINLINE HRESULT IWMProfile3_GetStream(IWMProfile3* This,DWORD dwStreamIndex,IWMStreamConfig **ppConfig) { + return This->lpVtbl->GetStream(This,dwStreamIndex,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile3_GetStreamByNumber(IWMProfile3* This,WORD wStreamNum,IWMStreamConfig **ppConfig) { + return This->lpVtbl->GetStreamByNumber(This,wStreamNum,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile3_RemoveStream(IWMProfile3* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->RemoveStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile3_RemoveStreamByNumber(IWMProfile3* This,WORD wStreamNum) { + return This->lpVtbl->RemoveStreamByNumber(This,wStreamNum); +} +static FORCEINLINE HRESULT IWMProfile3_AddStream(IWMProfile3* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->AddStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile3_ReconfigStream(IWMProfile3* This,IWMStreamConfig *pConfig) { + return This->lpVtbl->ReconfigStream(This,pConfig); +} +static FORCEINLINE HRESULT IWMProfile3_CreateNewStream(IWMProfile3* This,REFGUID guidStreamType,IWMStreamConfig **ppConfig) { + return This->lpVtbl->CreateNewStream(This,guidStreamType,ppConfig); +} +static FORCEINLINE HRESULT IWMProfile3_GetMutualExclusionCount(IWMProfile3* This,DWORD *pcME) { + return This->lpVtbl->GetMutualExclusionCount(This,pcME); +} +static FORCEINLINE HRESULT IWMProfile3_GetMutualExclusion(IWMProfile3* This,DWORD dwMEIndex,IWMMutualExclusion **ppME) { + return This->lpVtbl->GetMutualExclusion(This,dwMEIndex,ppME); +} +static FORCEINLINE HRESULT IWMProfile3_RemoveMutualExclusion(IWMProfile3* This,IWMMutualExclusion *pME) { + return This->lpVtbl->RemoveMutualExclusion(This,pME); +} +static FORCEINLINE HRESULT IWMProfile3_AddMutualExclusion(IWMProfile3* This,IWMMutualExclusion *pME) { + return This->lpVtbl->AddMutualExclusion(This,pME); +} +static FORCEINLINE HRESULT IWMProfile3_CreateNewMutualExclusion(IWMProfile3* This,IWMMutualExclusion **ppME) { + return This->lpVtbl->CreateNewMutualExclusion(This,ppME); +} +/*** IWMProfile2 methods ***/ +static FORCEINLINE HRESULT IWMProfile3_GetProfileID(IWMProfile3* This,GUID *guid) { + return This->lpVtbl->GetProfileID(This,guid); +} +/*** IWMProfile3 methods ***/ +static FORCEINLINE HRESULT IWMProfile3_GetStorageFormat(IWMProfile3* This,WMT_STORAGE_FORMAT *storage) { + return This->lpVtbl->GetStorageFormat(This,storage); +} +static FORCEINLINE HRESULT IWMProfile3_SetStorageFormat(IWMProfile3* This,WMT_STORAGE_FORMAT storage) { + return This->lpVtbl->SetStorageFormat(This,storage); +} +static FORCEINLINE HRESULT IWMProfile3_GetBandwidthSharingCount(IWMProfile3* This,DWORD *count) { + return This->lpVtbl->GetBandwidthSharingCount(This,count); +} +static FORCEINLINE HRESULT IWMProfile3_GetBandwidthSharing(IWMProfile3* This,DWORD index,IWMBandwidthSharing **bandwidth) { + return This->lpVtbl->GetBandwidthSharing(This,index,bandwidth); +} +static FORCEINLINE HRESULT IWMProfile3_RemoveBandwidthSharing(IWMProfile3* This,IWMBandwidthSharing *bandwidth) { + return This->lpVtbl->RemoveBandwidthSharing(This,bandwidth); +} +static FORCEINLINE HRESULT IWMProfile3_AddBandwidthSharing(IWMProfile3* This,IWMBandwidthSharing *bandwidth) { + return This->lpVtbl->AddBandwidthSharing(This,bandwidth); +} +static FORCEINLINE HRESULT IWMProfile3_CreateNewBandwidthSharing(IWMProfile3* This,IWMBandwidthSharing **bandwidth) { + return This->lpVtbl->CreateNewBandwidthSharing(This,bandwidth); +} +static FORCEINLINE HRESULT IWMProfile3_GetStreamPrioritization(IWMProfile3* This,IWMStreamPrioritization **stream) { + return This->lpVtbl->GetStreamPrioritization(This,stream); +} +static FORCEINLINE HRESULT IWMProfile3_SetStreamPrioritization(IWMProfile3* This,IWMStreamPrioritization *stream) { + return This->lpVtbl->SetStreamPrioritization(This,stream); +} +static FORCEINLINE HRESULT IWMProfile3_RemoveStreamPrioritization(IWMProfile3* This) { + return This->lpVtbl->RemoveStreamPrioritization(This); +} +static FORCEINLINE HRESULT IWMProfile3_CreateNewStreamPrioritization(IWMProfile3* This,IWMStreamPrioritization **stream) { + return This->lpVtbl->CreateNewStreamPrioritization(This,stream); +} +static FORCEINLINE HRESULT IWMProfile3_GetExpectedPacketCount(IWMProfile3* This,QWORD duration,QWORD *packets) { + return This->lpVtbl->GetExpectedPacketCount(This,duration,packets); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMOutputMediaProps_GetStreamGroupName_Proxy( - IWMOutputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); -void __RPC_STUB IWMOutputMediaProps_GetStreamGroupName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMOutputMediaProps_GetConnectionName_Proxy( - IWMOutputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); -void __RPC_STUB IWMOutputMediaProps_GetConnectionName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMOutputMediaProps_INTERFACE_DEFINED__ */ +#endif /* __IWMProfile3_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMMetadataEditor interface + * IWMProfileManager interface */ -#ifndef __IWMMetadataEditor_INTERFACE_DEFINED__ -#define __IWMMetadataEditor_INTERFACE_DEFINED__ +#ifndef __IWMProfileManager_INTERFACE_DEFINED__ +#define __IWMProfileManager_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMMetadataEditor, 0x96406bd9, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMProfileManager, 0xd16679f2, 0x6ca0, 0x472d, 0x8d,0x31, 0x2f,0x5d,0x55,0xae,0xe1,0x55); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bd9-2b2b-11d3-b36b-00c04f6108ff") -IWMMetadataEditor : public IUnknown +MIDL_INTERFACE("d16679f2-6ca0-472d-8d31-2f5d55aee155") +IWMProfileManager : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE Open( - const WCHAR *pwszFilename) = 0; + virtual HRESULT STDMETHODCALLTYPE CreateEmptyProfile( + WMT_VERSION dwVersion, + IWMProfile **ppProfile) = 0; - virtual HRESULT STDMETHODCALLTYPE Close( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE LoadProfileByID( + REFGUID guidProfile, + IWMProfile **ppProfile) = 0; - virtual HRESULT STDMETHODCALLTYPE Flush( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE LoadProfileByData( + const WCHAR *pwszProfile, + IWMProfile **ppProfile) = 0; + + virtual HRESULT STDMETHODCALLTYPE SaveProfile( + IWMProfile *pIWMProfile, + WCHAR *pwszProfile, + DWORD *pdwLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSystemProfileCount( + DWORD *pcProfiles) = 0; + + virtual HRESULT STDMETHODCALLTYPE LoadSystemProfile( + DWORD dwProfileIndex, + IWMProfile **ppProfile) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMMetadataEditor, 0x96406bd9, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMProfileManager, 0xd16679f2, 0x6ca0, 0x472d, 0x8d,0x31, 0x2f,0x5d,0x55,0xae,0xe1,0x55) #endif #else -typedef struct IWMMetadataEditorVtbl { +typedef struct IWMProfileManagerVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMMetadataEditor* This, + IWMProfileManager *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMMetadataEditor* This); + IWMProfileManager *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMMetadataEditor* This); + IWMProfileManager *This); - /*** IWMMetadataEditor methods ***/ - HRESULT (STDMETHODCALLTYPE *Open)( - IWMMetadataEditor* This, - const WCHAR *pwszFilename); + /*** IWMProfileManager methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateEmptyProfile)( + IWMProfileManager *This, + WMT_VERSION dwVersion, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *Close)( - IWMMetadataEditor* This); + HRESULT (STDMETHODCALLTYPE *LoadProfileByID)( + IWMProfileManager *This, + REFGUID guidProfile, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *Flush)( - IWMMetadataEditor* This); + HRESULT (STDMETHODCALLTYPE *LoadProfileByData)( + IWMProfileManager *This, + const WCHAR *pwszProfile, + IWMProfile **ppProfile); + + HRESULT (STDMETHODCALLTYPE *SaveProfile)( + IWMProfileManager *This, + IWMProfile *pIWMProfile, + WCHAR *pwszProfile, + DWORD *pdwLength); + + HRESULT (STDMETHODCALLTYPE *GetSystemProfileCount)( + IWMProfileManager *This, + DWORD *pcProfiles); + + HRESULT (STDMETHODCALLTYPE *LoadSystemProfile)( + IWMProfileManager *This, + DWORD dwProfileIndex, + IWMProfile **ppProfile); END_INTERFACE -} IWMMetadataEditorVtbl; -interface IWMMetadataEditor { - CONST_VTBL IWMMetadataEditorVtbl* lpVtbl; +} IWMProfileManagerVtbl; + +interface IWMProfileManager { + CONST_VTBL IWMProfileManagerVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMMetadataEditor_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMMetadataEditor_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMMetadataEditor_Release(This) (This)->lpVtbl->Release(This) -/*** IWMMetadataEditor methods ***/ -#define IWMMetadataEditor_Open(This,pwszFilename) (This)->lpVtbl->Open(This,pwszFilename) -#define IWMMetadataEditor_Close(This) (This)->lpVtbl->Close(This) -#define IWMMetadataEditor_Flush(This) (This)->lpVtbl->Flush(This) +#define IWMProfileManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMProfileManager_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMProfileManager_Release(This) (This)->lpVtbl->Release(This) +/*** IWMProfileManager methods ***/ +#define IWMProfileManager_CreateEmptyProfile(This,dwVersion,ppProfile) (This)->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile) +#define IWMProfileManager_LoadProfileByID(This,guidProfile,ppProfile) (This)->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile) +#define IWMProfileManager_LoadProfileByData(This,pwszProfile,ppProfile) (This)->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile) +#define IWMProfileManager_SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) (This)->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) +#define IWMProfileManager_GetSystemProfileCount(This,pcProfiles) (This)->lpVtbl->GetSystemProfileCount(This,pcProfiles) +#define IWMProfileManager_LoadSystemProfile(This,dwProfileIndex,ppProfile) (This)->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMMetadataEditor_QueryInterface(IWMMetadataEditor* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMProfileManager_QueryInterface(IWMProfileManager* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMMetadataEditor_AddRef(IWMMetadataEditor* This) { +static FORCEINLINE ULONG IWMProfileManager_AddRef(IWMProfileManager* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMMetadataEditor_Release(IWMMetadataEditor* This) { +static FORCEINLINE ULONG IWMProfileManager_Release(IWMProfileManager* This) { return This->lpVtbl->Release(This); } -/*** IWMMetadataEditor methods ***/ -static FORCEINLINE HRESULT IWMMetadataEditor_Open(IWMMetadataEditor* This,const WCHAR *pwszFilename) { - return This->lpVtbl->Open(This,pwszFilename); +/*** IWMProfileManager methods ***/ +static FORCEINLINE HRESULT IWMProfileManager_CreateEmptyProfile(IWMProfileManager* This,WMT_VERSION dwVersion,IWMProfile **ppProfile) { + return This->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile); } -static FORCEINLINE HRESULT IWMMetadataEditor_Close(IWMMetadataEditor* This) { - return This->lpVtbl->Close(This); +static FORCEINLINE HRESULT IWMProfileManager_LoadProfileByID(IWMProfileManager* This,REFGUID guidProfile,IWMProfile **ppProfile) { + return This->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile); } -static FORCEINLINE HRESULT IWMMetadataEditor_Flush(IWMMetadataEditor* This) { - return This->lpVtbl->Flush(This); +static FORCEINLINE HRESULT IWMProfileManager_LoadProfileByData(IWMProfileManager* This,const WCHAR *pwszProfile,IWMProfile **ppProfile) { + return This->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile); +} +static FORCEINLINE HRESULT IWMProfileManager_SaveProfile(IWMProfileManager* This,IWMProfile *pIWMProfile,WCHAR *pwszProfile,DWORD *pdwLength) { + return This->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength); +} +static FORCEINLINE HRESULT IWMProfileManager_GetSystemProfileCount(IWMProfileManager* This,DWORD *pcProfiles) { + return This->lpVtbl->GetSystemProfileCount(This,pcProfiles); +} +static FORCEINLINE HRESULT IWMProfileManager_LoadSystemProfile(IWMProfileManager* This,DWORD dwProfileIndex,IWMProfile **ppProfile) { + return This->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMMetadataEditor_Open_Proxy( - IWMMetadataEditor* This, - const WCHAR *pwszFilename); -void __RPC_STUB IWMMetadataEditor_Open_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMMetadataEditor_Close_Proxy( - IWMMetadataEditor* This); -void __RPC_STUB IWMMetadataEditor_Close_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMMetadataEditor_Flush_Proxy( - IWMMetadataEditor* This); -void __RPC_STUB IWMMetadataEditor_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMMetadataEditor_INTERFACE_DEFINED__ */ +#endif /* __IWMProfileManager_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReader interface + * IWMProfileManager2 interface */ -#ifndef __IWMReader_INTERFACE_DEFINED__ -#define __IWMReader_INTERFACE_DEFINED__ +#ifndef __IWMProfileManager2_INTERFACE_DEFINED__ +#define __IWMProfileManager2_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReader, 0x96406bd6, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMProfileManager2, 0x7a924e51, 0x73c1, 0x494d, 0x80,0x19, 0x23,0xd3,0x7e,0xd9,0xb8,0x9a); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bd6-2b2b-11d3-b36b-00c04f6108ff") -IWMReader : public IUnknown +MIDL_INTERFACE("7a924e51-73c1-494d-8019-23d37ed9b89a") +IWMProfileManager2 : public IWMProfileManager { - virtual HRESULT STDMETHODCALLTYPE Open( - const WCHAR *pwszURL, - IWMReaderCallback *pCallback, - void *pvContext) = 0; - - virtual HRESULT STDMETHODCALLTYPE Close( - ) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetOutputCount( - DWORD *pcOutputs) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetOutputProps( - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetOutputProps( - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetOutputFormatCount( - DWORD dwOutputNumber, - DWORD *pcFormats) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetOutputFormat( - DWORD dwOutputNumber, - DWORD dwFormatNumber, - IWMOutputMediaProps **ppProps) = 0; - - virtual HRESULT STDMETHODCALLTYPE Start( - QWORD cnsStart, - QWORD cnsDuration, - float fRate, - void *pvContext) = 0; + virtual HRESULT STDMETHODCALLTYPE GetSystemProfileVersion( + WMT_VERSION *version) = 0; - virtual HRESULT STDMETHODCALLTYPE Stop( - ) = 0; - - virtual HRESULT STDMETHODCALLTYPE Pause( - ) = 0; - - virtual HRESULT STDMETHODCALLTYPE Resume( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE SetSystemProfileVersion( + WMT_VERSION version) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReader, 0x96406bd6, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMProfileManager2, 0x7a924e51, 0x73c1, 0x494d, 0x80,0x19, 0x23,0xd3,0x7e,0xd9,0xb8,0x9a) #endif #else -typedef struct IWMReaderVtbl { +typedef struct IWMProfileManager2Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReader* This, + IWMProfileManager2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReader* This); + IWMProfileManager2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReader* This); - - /*** IWMReader methods ***/ - HRESULT (STDMETHODCALLTYPE *Open)( - IWMReader* This, - const WCHAR *pwszURL, - IWMReaderCallback *pCallback, - void *pvContext); - - HRESULT (STDMETHODCALLTYPE *Close)( - IWMReader* This); - - HRESULT (STDMETHODCALLTYPE *GetOutputCount)( - IWMReader* This, - DWORD *pcOutputs); - - HRESULT (STDMETHODCALLTYPE *GetOutputProps)( - IWMReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput); + IWMProfileManager2 *This); - HRESULT (STDMETHODCALLTYPE *SetOutputProps)( - IWMReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput); + /*** IWMProfileManager methods ***/ + HRESULT (STDMETHODCALLTYPE *CreateEmptyProfile)( + IWMProfileManager2 *This, + WMT_VERSION dwVersion, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *GetOutputFormatCount)( - IWMReader* This, - DWORD dwOutputNumber, - DWORD *pcFormats); + HRESULT (STDMETHODCALLTYPE *LoadProfileByID)( + IWMProfileManager2 *This, + REFGUID guidProfile, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *GetOutputFormat)( - IWMReader* This, - DWORD dwOutputNumber, - DWORD dwFormatNumber, - IWMOutputMediaProps **ppProps); + HRESULT (STDMETHODCALLTYPE *LoadProfileByData)( + IWMProfileManager2 *This, + const WCHAR *pwszProfile, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *Start)( - IWMReader* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate, - void *pvContext); + HRESULT (STDMETHODCALLTYPE *SaveProfile)( + IWMProfileManager2 *This, + IWMProfile *pIWMProfile, + WCHAR *pwszProfile, + DWORD *pdwLength); - HRESULT (STDMETHODCALLTYPE *Stop)( - IWMReader* This); + HRESULT (STDMETHODCALLTYPE *GetSystemProfileCount)( + IWMProfileManager2 *This, + DWORD *pcProfiles); - HRESULT (STDMETHODCALLTYPE *Pause)( - IWMReader* This); + HRESULT (STDMETHODCALLTYPE *LoadSystemProfile)( + IWMProfileManager2 *This, + DWORD dwProfileIndex, + IWMProfile **ppProfile); - HRESULT (STDMETHODCALLTYPE *Resume)( - IWMReader* This); + /*** IWMProfileManager2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetSystemProfileVersion)( + IWMProfileManager2 *This, + WMT_VERSION *version); + + HRESULT (STDMETHODCALLTYPE *SetSystemProfileVersion)( + IWMProfileManager2 *This, + WMT_VERSION version); END_INTERFACE -} IWMReaderVtbl; -interface IWMReader { - CONST_VTBL IWMReaderVtbl* lpVtbl; +} IWMProfileManager2Vtbl; + +interface IWMProfileManager2 { + CONST_VTBL IWMProfileManager2Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReader_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReader_Release(This) (This)->lpVtbl->Release(This) -/*** IWMReader methods ***/ -#define IWMReader_Open(This,pwszURL,pCallback,pvContext) (This)->lpVtbl->Open(This,pwszURL,pCallback,pvContext) -#define IWMReader_Close(This) (This)->lpVtbl->Close(This) -#define IWMReader_GetOutputCount(This,pcOutputs) (This)->lpVtbl->GetOutputCount(This,pcOutputs) -#define IWMReader_GetOutputProps(This,dwOutputNum,ppOutput) (This)->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput) -#define IWMReader_SetOutputProps(This,dwOutputNum,pOutput) (This)->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput) -#define IWMReader_GetOutputFormatCount(This,dwOutputNumber,pcFormats) (This)->lpVtbl->GetOutputFormatCount(This,dwOutputNumber,pcFormats) -#define IWMReader_GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps) (This)->lpVtbl->GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps) -#define IWMReader_Start(This,cnsStart,cnsDuration,fRate,pvContext) (This)->lpVtbl->Start(This,cnsStart,cnsDuration,fRate,pvContext) -#define IWMReader_Stop(This) (This)->lpVtbl->Stop(This) -#define IWMReader_Pause(This) (This)->lpVtbl->Pause(This) -#define IWMReader_Resume(This) (This)->lpVtbl->Resume(This) +#define IWMProfileManager2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMProfileManager2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMProfileManager2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMProfileManager methods ***/ +#define IWMProfileManager2_CreateEmptyProfile(This,dwVersion,ppProfile) (This)->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile) +#define IWMProfileManager2_LoadProfileByID(This,guidProfile,ppProfile) (This)->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile) +#define IWMProfileManager2_LoadProfileByData(This,pwszProfile,ppProfile) (This)->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile) +#define IWMProfileManager2_SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) (This)->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength) +#define IWMProfileManager2_GetSystemProfileCount(This,pcProfiles) (This)->lpVtbl->GetSystemProfileCount(This,pcProfiles) +#define IWMProfileManager2_LoadSystemProfile(This,dwProfileIndex,ppProfile) (This)->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile) +/*** IWMProfileManager2 methods ***/ +#define IWMProfileManager2_GetSystemProfileVersion(This,version) (This)->lpVtbl->GetSystemProfileVersion(This,version) +#define IWMProfileManager2_SetSystemProfileVersion(This,version) (This)->lpVtbl->SetSystemProfileVersion(This,version) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReader_QueryInterface(IWMReader* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMProfileManager2_QueryInterface(IWMProfileManager2* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReader_AddRef(IWMReader* This) { +static FORCEINLINE ULONG IWMProfileManager2_AddRef(IWMProfileManager2* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMReader_Release(IWMReader* This) { +static FORCEINLINE ULONG IWMProfileManager2_Release(IWMProfileManager2* This) { return This->lpVtbl->Release(This); } -/*** IWMReader methods ***/ -static FORCEINLINE HRESULT IWMReader_Open(IWMReader* This,const WCHAR *pwszURL,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->Open(This,pwszURL,pCallback,pvContext); -} -static FORCEINLINE HRESULT IWMReader_Close(IWMReader* This) { - return This->lpVtbl->Close(This); -} -static FORCEINLINE HRESULT IWMReader_GetOutputCount(IWMReader* This,DWORD *pcOutputs) { - return This->lpVtbl->GetOutputCount(This,pcOutputs); -} -static FORCEINLINE HRESULT IWMReader_GetOutputProps(IWMReader* This,DWORD dwOutputNum,IWMOutputMediaProps **ppOutput) { - return This->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput); +/*** IWMProfileManager methods ***/ +static FORCEINLINE HRESULT IWMProfileManager2_CreateEmptyProfile(IWMProfileManager2* This,WMT_VERSION dwVersion,IWMProfile **ppProfile) { + return This->lpVtbl->CreateEmptyProfile(This,dwVersion,ppProfile); } -static FORCEINLINE HRESULT IWMReader_SetOutputProps(IWMReader* This,DWORD dwOutputNum,IWMOutputMediaProps *pOutput) { - return This->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput); +static FORCEINLINE HRESULT IWMProfileManager2_LoadProfileByID(IWMProfileManager2* This,REFGUID guidProfile,IWMProfile **ppProfile) { + return This->lpVtbl->LoadProfileByID(This,guidProfile,ppProfile); } -static FORCEINLINE HRESULT IWMReader_GetOutputFormatCount(IWMReader* This,DWORD dwOutputNumber,DWORD *pcFormats) { - return This->lpVtbl->GetOutputFormatCount(This,dwOutputNumber,pcFormats); +static FORCEINLINE HRESULT IWMProfileManager2_LoadProfileByData(IWMProfileManager2* This,const WCHAR *pwszProfile,IWMProfile **ppProfile) { + return This->lpVtbl->LoadProfileByData(This,pwszProfile,ppProfile); } -static FORCEINLINE HRESULT IWMReader_GetOutputFormat(IWMReader* This,DWORD dwOutputNumber,DWORD dwFormatNumber,IWMOutputMediaProps **ppProps) { - return This->lpVtbl->GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps); +static FORCEINLINE HRESULT IWMProfileManager2_SaveProfile(IWMProfileManager2* This,IWMProfile *pIWMProfile,WCHAR *pwszProfile,DWORD *pdwLength) { + return This->lpVtbl->SaveProfile(This,pIWMProfile,pwszProfile,pdwLength); } -static FORCEINLINE HRESULT IWMReader_Start(IWMReader* This,QWORD cnsStart,QWORD cnsDuration,float fRate,void *pvContext) { - return This->lpVtbl->Start(This,cnsStart,cnsDuration,fRate,pvContext); +static FORCEINLINE HRESULT IWMProfileManager2_GetSystemProfileCount(IWMProfileManager2* This,DWORD *pcProfiles) { + return This->lpVtbl->GetSystemProfileCount(This,pcProfiles); } -static FORCEINLINE HRESULT IWMReader_Stop(IWMReader* This) { - return This->lpVtbl->Stop(This); +static FORCEINLINE HRESULT IWMProfileManager2_LoadSystemProfile(IWMProfileManager2* This,DWORD dwProfileIndex,IWMProfile **ppProfile) { + return This->lpVtbl->LoadSystemProfile(This,dwProfileIndex,ppProfile); } -static FORCEINLINE HRESULT IWMReader_Pause(IWMReader* This) { - return This->lpVtbl->Pause(This); +/*** IWMProfileManager2 methods ***/ +static FORCEINLINE HRESULT IWMProfileManager2_GetSystemProfileVersion(IWMProfileManager2* This,WMT_VERSION *version) { + return This->lpVtbl->GetSystemProfileVersion(This,version); } -static FORCEINLINE HRESULT IWMReader_Resume(IWMReader* This) { - return This->lpVtbl->Resume(This); +static FORCEINLINE HRESULT IWMProfileManager2_SetSystemProfileVersion(IWMProfileManager2* This,WMT_VERSION version) { + return This->lpVtbl->SetSystemProfileVersion(This,version); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReader_Open_Proxy( - IWMReader* This, - const WCHAR *pwszURL, - IWMReaderCallback *pCallback, - void *pvContext); -void __RPC_STUB IWMReader_Open_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_Close_Proxy( - IWMReader* This); -void __RPC_STUB IWMReader_Close_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_GetOutputCount_Proxy( - IWMReader* This, - DWORD *pcOutputs); -void __RPC_STUB IWMReader_GetOutputCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_GetOutputProps_Proxy( - IWMReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput); -void __RPC_STUB IWMReader_GetOutputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_SetOutputProps_Proxy( - IWMReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput); -void __RPC_STUB IWMReader_SetOutputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_GetOutputFormatCount_Proxy( - IWMReader* This, - DWORD dwOutputNumber, - DWORD *pcFormats); -void __RPC_STUB IWMReader_GetOutputFormatCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_GetOutputFormat_Proxy( - IWMReader* This, - DWORD dwOutputNumber, - DWORD dwFormatNumber, - IWMOutputMediaProps **ppProps); -void __RPC_STUB IWMReader_GetOutputFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_Start_Proxy( - IWMReader* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate, - void *pvContext); -void __RPC_STUB IWMReader_Start_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_Stop_Proxy( - IWMReader* This); -void __RPC_STUB IWMReader_Stop_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_Pause_Proxy( - IWMReader* This); -void __RPC_STUB IWMReader_Pause_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReader_Resume_Proxy( - IWMReader* This); -void __RPC_STUB IWMReader_Resume_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReader_INTERFACE_DEFINED__ */ +#endif /* __IWMProfileManager2_INTERFACE_DEFINED__ */ +HRESULT WINAPI WMCreateProfileManager(IWMProfileManager**); /***************************************************************************** - * IWMPlayerHook interface + * IWMCodecInfo interface */ -#ifndef __IWMPlayerHook_INTERFACE_DEFINED__ -#define __IWMPlayerHook_INTERFACE_DEFINED__ +#ifndef __IWMCodecInfo_INTERFACE_DEFINED__ +#define __IWMCodecInfo_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMPlayerHook, 0xe5b7ca9a, 0x0f1c, 0x4f66, 0x90,0x02, 0x74,0xec,0x50,0xd8,0xb3,0x04); +DEFINE_GUID(IID_IWMCodecInfo, 0xa970f41e, 0x34de, 0x4a98, 0xb3,0xba, 0xe4,0xb3,0xca,0x75,0x28,0xf0); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("e5b7ca9a-0f1c-4f66-9002-74ec50d8b304") -IWMPlayerHook : public IUnknown +MIDL_INTERFACE("a970f41e-34de-4a98-b3ba-e4b3ca7528f0") +IWMCodecInfo : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE PreDecode( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE GetCodecInfoCount( + REFGUID guid, + DWORD *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecFormatCount( + REFGUID guid, + DWORD codecindex, + DWORD *formatcount) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecFormat( + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMPlayerHook, 0xe5b7ca9a, 0x0f1c, 0x4f66, 0x90,0x02, 0x74,0xec,0x50,0xd8,0xb3,0x04) +__CRT_UUID_DECL(IWMCodecInfo, 0xa970f41e, 0x34de, 0x4a98, 0xb3,0xba, 0xe4,0xb3,0xca,0x75,0x28,0xf0) #endif #else -typedef struct IWMPlayerHookVtbl { +typedef struct IWMCodecInfoVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMPlayerHook* This, + IWMCodecInfo *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMPlayerHook* This); + IWMCodecInfo *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMPlayerHook* This); + IWMCodecInfo *This); - /*** IWMPlayerHook methods ***/ - HRESULT (STDMETHODCALLTYPE *PreDecode)( - IWMPlayerHook* This); + /*** IWMCodecInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInfoCount)( + IWMCodecInfo *This, + REFGUID guid, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormatCount)( + IWMCodecInfo *This, + REFGUID guid, + DWORD codecindex, + DWORD *formatcount); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormat)( + IWMCodecInfo *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig); END_INTERFACE -} IWMPlayerHookVtbl; -interface IWMPlayerHook { - CONST_VTBL IWMPlayerHookVtbl* lpVtbl; +} IWMCodecInfoVtbl; + +interface IWMCodecInfo { + CONST_VTBL IWMCodecInfoVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMPlayerHook_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMPlayerHook_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMPlayerHook_Release(This) (This)->lpVtbl->Release(This) -/*** IWMPlayerHook methods ***/ -#define IWMPlayerHook_PreDecode(This) (This)->lpVtbl->PreDecode(This) +#define IWMCodecInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMCodecInfo_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMCodecInfo_Release(This) (This)->lpVtbl->Release(This) +/*** IWMCodecInfo methods ***/ +#define IWMCodecInfo_GetCodecInfoCount(This,guid,count) (This)->lpVtbl->GetCodecInfoCount(This,guid,count) +#define IWMCodecInfo_GetCodecFormatCount(This,guid,codecindex,formatcount) (This)->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount) +#define IWMCodecInfo_GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) (This)->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMPlayerHook_QueryInterface(IWMPlayerHook* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMCodecInfo_QueryInterface(IWMCodecInfo* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMPlayerHook_AddRef(IWMPlayerHook* This) { +static FORCEINLINE ULONG IWMCodecInfo_AddRef(IWMCodecInfo* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMPlayerHook_Release(IWMPlayerHook* This) { +static FORCEINLINE ULONG IWMCodecInfo_Release(IWMCodecInfo* This) { return This->lpVtbl->Release(This); } -/*** IWMPlayerHook methods ***/ -static FORCEINLINE HRESULT IWMPlayerHook_PreDecode(IWMPlayerHook* This) { - return This->lpVtbl->PreDecode(This); +/*** IWMCodecInfo methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo_GetCodecInfoCount(IWMCodecInfo* This,REFGUID guid,DWORD *count) { + return This->lpVtbl->GetCodecInfoCount(This,guid,count); +} +static FORCEINLINE HRESULT IWMCodecInfo_GetCodecFormatCount(IWMCodecInfo* This,REFGUID guid,DWORD codecindex,DWORD *formatcount) { + return This->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount); +} +static FORCEINLINE HRESULT IWMCodecInfo_GetCodecFormat(IWMCodecInfo* This,REFGUID guid,DWORD codecindex,DWORD formatindex,IWMStreamConfig **streamconfig) { + return This->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMPlayerHook_PreDecode_Proxy( - IWMPlayerHook* This); -void __RPC_STUB IWMPlayerHook_PreDecode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMPlayerHook_INTERFACE_DEFINED__ */ +#endif /* __IWMCodecInfo_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReaderAdvanced interface + * IWMCodecInfo2 interface */ -#ifndef __IWMReaderAdvanced_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced_INTERFACE_DEFINED__ +#ifndef __IWMCodecInfo2_INTERFACE_DEFINED__ +#define __IWMCodecInfo2_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced, 0x96406bea, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMCodecInfo2, 0xaa65e273, 0xb686, 0x4056, 0x91,0xec, 0xdd,0x76,0x8d,0x4d,0xf7,0x10); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bea-2b2b-11d3-b36b-00c04f6108ff") -IWMReaderAdvanced : public IUnknown +MIDL_INTERFACE("aa65e273-b686-4056-91ec-dd768d4df710") +IWMCodecInfo2 : public IWMCodecInfo { - virtual HRESULT STDMETHODCALLTYPE SetUserProvidedClock( - WINBOOL fUserClock) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetUserProvidedClock( - WINBOOL *pfUserClock) = 0; - - virtual HRESULT STDMETHODCALLTYPE DeliverTime( - QWORD cnsTime) = 0; + virtual HRESULT STDMETHODCALLTYPE GetCodecName( + REFGUID guid, + DWORD codecindex, + WCHAR *name, + DWORD *namesize) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecFormatDesc( + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig, + WCHAR *description, + DWORD *descrsize) = 0; - virtual HRESULT STDMETHODCALLTYPE SetManualStreamSelection( - WINBOOL fSelection) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetManualStreamSelection( - WINBOOL *pfSelection) = 0; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMCodecInfo2, 0xaa65e273, 0xb686, 0x4056, 0x91,0xec, 0xdd,0x76,0x8d,0x4d,0xf7,0x10) +#endif +#else +typedef struct IWMCodecInfo2Vtbl { + BEGIN_INTERFACE - virtual HRESULT STDMETHODCALLTYPE SetStreamsSelected( - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections) = 0; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMCodecInfo2 *This, + REFIID riid, + void **ppvObject); - virtual HRESULT STDMETHODCALLTYPE GetStreamSelected( - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection) = 0; + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMCodecInfo2 *This); - virtual HRESULT STDMETHODCALLTYPE SetReceiveSelectionCallbacks( - WINBOOL fGetCallbacks) = 0; + ULONG (STDMETHODCALLTYPE *Release)( + IWMCodecInfo2 *This); - virtual HRESULT STDMETHODCALLTYPE GetReceiveSelectionCallbacks( - WINBOOL *pfGetCallbacks) = 0; + /*** IWMCodecInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInfoCount)( + IWMCodecInfo2 *This, + REFGUID guid, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormatCount)( + IWMCodecInfo2 *This, + REFGUID guid, + DWORD codecindex, + DWORD *formatcount); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormat)( + IWMCodecInfo2 *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig); + + /*** IWMCodecInfo2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecName)( + IWMCodecInfo2 *This, + REFGUID guid, + DWORD codecindex, + WCHAR *name, + DWORD *namesize); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormatDesc)( + IWMCodecInfo2 *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig, + WCHAR *description, + DWORD *descrsize); - virtual HRESULT STDMETHODCALLTYPE SetReceiveStreamSamples( - WORD wStreamNum, - WINBOOL fReceiveStreamSamples) = 0; + END_INTERFACE +} IWMCodecInfo2Vtbl; - virtual HRESULT STDMETHODCALLTYPE GetReceiveStreamSamples( - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples) = 0; +interface IWMCodecInfo2 { + CONST_VTBL IWMCodecInfo2Vtbl* lpVtbl; +}; - virtual HRESULT STDMETHODCALLTYPE SetAllocateForOutput( - DWORD dwOutputNum, - WINBOOL fAllocate) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetAllocateForOutput( - DWORD dwOutputNum, - WINBOOL *pfAllocate) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetAllocateForStream( - WORD wStreamNum, - WINBOOL fAllocate) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetAllocateForStream( - WORD dwSreamNum, - WINBOOL *pfAllocate) = 0; +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMCodecInfo2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMCodecInfo2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMCodecInfo2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMCodecInfo methods ***/ +#define IWMCodecInfo2_GetCodecInfoCount(This,guid,count) (This)->lpVtbl->GetCodecInfoCount(This,guid,count) +#define IWMCodecInfo2_GetCodecFormatCount(This,guid,codecindex,formatcount) (This)->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount) +#define IWMCodecInfo2_GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) (This)->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) +/*** IWMCodecInfo2 methods ***/ +#define IWMCodecInfo2_GetCodecName(This,guid,codecindex,name,namesize) (This)->lpVtbl->GetCodecName(This,guid,codecindex,name,namesize) +#define IWMCodecInfo2_GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize) (This)->lpVtbl->GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo2_QueryInterface(IWMCodecInfo2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMCodecInfo2_AddRef(IWMCodecInfo2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMCodecInfo2_Release(IWMCodecInfo2* This) { + return This->lpVtbl->Release(This); +} +/*** IWMCodecInfo methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo2_GetCodecInfoCount(IWMCodecInfo2* This,REFGUID guid,DWORD *count) { + return This->lpVtbl->GetCodecInfoCount(This,guid,count); +} +static FORCEINLINE HRESULT IWMCodecInfo2_GetCodecFormatCount(IWMCodecInfo2* This,REFGUID guid,DWORD codecindex,DWORD *formatcount) { + return This->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount); +} +static FORCEINLINE HRESULT IWMCodecInfo2_GetCodecFormat(IWMCodecInfo2* This,REFGUID guid,DWORD codecindex,DWORD formatindex,IWMStreamConfig **streamconfig) { + return This->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig); +} +/*** IWMCodecInfo2 methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo2_GetCodecName(IWMCodecInfo2* This,REFGUID guid,DWORD codecindex,WCHAR *name,DWORD *namesize) { + return This->lpVtbl->GetCodecName(This,guid,codecindex,name,namesize); +} +static FORCEINLINE HRESULT IWMCodecInfo2_GetCodecFormatDesc(IWMCodecInfo2* This,REFGUID guid,DWORD codecindex,DWORD formatindex,IWMStreamConfig **streamconfig,WCHAR *description,DWORD *descrsize) { + return This->lpVtbl->GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize); +} +#endif +#endif - virtual HRESULT STDMETHODCALLTYPE GetStatistics( - WM_READER_STATISTICS *pStatistics) = 0; +#endif - virtual HRESULT STDMETHODCALLTYPE SetClientInfo( - WM_READER_CLIENTINFO *pClientInfo) = 0; - virtual HRESULT STDMETHODCALLTYPE GetMaxOutputSampleSize( - DWORD dwOutput, - DWORD *pcbMax) = 0; +#endif /* __IWMCodecInfo2_INTERFACE_DEFINED__ */ - virtual HRESULT STDMETHODCALLTYPE GetMaxStreamSampleSize( - WORD wStream, - DWORD *pcbMax) = 0; +/***************************************************************************** + * IWMCodecInfo3 interface + */ +#ifndef __IWMCodecInfo3_INTERFACE_DEFINED__ +#define __IWMCodecInfo3_INTERFACE_DEFINED__ - virtual HRESULT STDMETHODCALLTYPE NotifyLateDelivery( - QWORD cnsLateness) = 0; +DEFINE_GUID(IID_IWMCodecInfo3, 0x7e51f487, 0x4d93, 0x4f98, 0x8a,0xb4, 0x27,0xd0,0x56,0x5a,0xdc,0x51); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("7e51f487-4d93-4f98-8ab4-27d0565adc51") +IWMCodecInfo3 : public IWMCodecInfo2 +{ + virtual HRESULT STDMETHODCALLTYPE GetCodecFormatProp( + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecProp( + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetCodecEnumerationSetting( + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + DWORD size) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecEnumerationSetting( + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced, 0x96406bea, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMCodecInfo3, 0x7e51f487, 0x4d93, 0x4f98, 0x8a,0xb4, 0x27,0xd0,0x56,0x5a,0xdc,0x51) #endif #else -typedef struct IWMReaderAdvancedVtbl { +typedef struct IWMCodecInfo3Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced* This, + IWMCodecInfo3 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced* This); + IWMCodecInfo3 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced* This); - - /*** IWMReaderAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced* This, - WINBOOL fUserClock); - - HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced* This, - WINBOOL *pfUserClock); - - HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced* This, - QWORD cnsTime); - - HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced* This, - WINBOOL fSelection); - - HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced* This, - WINBOOL *pfSelection); - - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); - - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); - - HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced* This, - WINBOOL fGetCallbacks); - - HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced* This, - WINBOOL *pfGetCallbacks); - - HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL fReceiveStreamSamples); - - HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); - - HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced* This, - DWORD dwOutputNum, - WINBOOL fAllocate); - - HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced* This, - DWORD dwOutputNum, - WINBOOL *pfAllocate); - - HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL fAllocate); - - HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); - - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced* This, - WM_READER_STATISTICS *pStatistics); - - HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced* This, - WM_READER_CLIENTINFO *pClientInfo); - - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced* This, - DWORD dwOutput, - DWORD *pcbMax); - - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced* This, - WORD wStream, - DWORD *pcbMax); + IWMCodecInfo3 *This); - HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced* This, - QWORD cnsLateness); + /*** IWMCodecInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInfoCount)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormatCount)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + DWORD *formatcount); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormat)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig); + + /*** IWMCodecInfo2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecName)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + WCHAR *name, + DWORD *namesize); + + HRESULT (STDMETHODCALLTYPE *GetCodecFormatDesc)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + IWMStreamConfig **streamconfig, + WCHAR *description, + DWORD *descrsize); + + /*** IWMCodecInfo3 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecFormatProp)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + DWORD formatindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *GetCodecProp)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetCodecEnumerationSetting)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + DWORD size); + + HRESULT (STDMETHODCALLTYPE *GetCodecEnumerationSetting)( + IWMCodecInfo3 *This, + REFGUID guid, + DWORD codecindex, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size); END_INTERFACE -} IWMReaderAdvancedVtbl; -interface IWMReaderAdvanced { - CONST_VTBL IWMReaderAdvancedVtbl* lpVtbl; +} IWMCodecInfo3Vtbl; + +interface IWMCodecInfo3 { + CONST_VTBL IWMCodecInfo3Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced_Release(This) (This)->lpVtbl->Release(This) -/*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +#define IWMCodecInfo3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMCodecInfo3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMCodecInfo3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMCodecInfo methods ***/ +#define IWMCodecInfo3_GetCodecInfoCount(This,guid,count) (This)->lpVtbl->GetCodecInfoCount(This,guid,count) +#define IWMCodecInfo3_GetCodecFormatCount(This,guid,codecindex,formatcount) (This)->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount) +#define IWMCodecInfo3_GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) (This)->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig) +/*** IWMCodecInfo2 methods ***/ +#define IWMCodecInfo3_GetCodecName(This,guid,codecindex,name,namesize) (This)->lpVtbl->GetCodecName(This,guid,codecindex,name,namesize) +#define IWMCodecInfo3_GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize) (This)->lpVtbl->GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize) +/*** IWMCodecInfo3 methods ***/ +#define IWMCodecInfo3_GetCodecFormatProp(This,guid,codecindex,formatindex,name,type,value,size) (This)->lpVtbl->GetCodecFormatProp(This,guid,codecindex,formatindex,name,type,value,size) +#define IWMCodecInfo3_GetCodecProp(This,guid,codecindex,name,type,value,size) (This)->lpVtbl->GetCodecProp(This,guid,codecindex,name,type,value,size) +#define IWMCodecInfo3_SetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size) (This)->lpVtbl->SetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size) +#define IWMCodecInfo3_GetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size) (This)->lpVtbl->GetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced_QueryInterface(IWMReaderAdvanced* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMCodecInfo3_QueryInterface(IWMCodecInfo3* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced_AddRef(IWMReaderAdvanced* This) { +static FORCEINLINE ULONG IWMCodecInfo3_AddRef(IWMCodecInfo3* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMReaderAdvanced_Release(IWMReaderAdvanced* This) { +static FORCEINLINE ULONG IWMCodecInfo3_Release(IWMCodecInfo3* This) { return This->lpVtbl->Release(This); } -/*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced_SetUserProvidedClock(IWMReaderAdvanced* This,WINBOOL fUserClock) { - return This->lpVtbl->SetUserProvidedClock(This,fUserClock); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_GetUserProvidedClock(IWMReaderAdvanced* This,WINBOOL *pfUserClock) { - return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_DeliverTime(IWMReaderAdvanced* This,QWORD cnsTime) { - return This->lpVtbl->DeliverTime(This,cnsTime); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_SetManualStreamSelection(IWMReaderAdvanced* This,WINBOOL fSelection) { - return This->lpVtbl->SetManualStreamSelection(This,fSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_GetManualStreamSelection(IWMReaderAdvanced* This,WINBOOL *pfSelection) { - return This->lpVtbl->GetManualStreamSelection(This,pfSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_SetStreamsSelected(IWMReaderAdvanced* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { - return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_GetStreamSelected(IWMReaderAdvanced* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { - return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_SetReceiveSelectionCallbacks(IWMReaderAdvanced* This,WINBOOL fGetCallbacks) { - return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_GetReceiveSelectionCallbacks(IWMReaderAdvanced* This,WINBOOL *pfGetCallbacks) { - return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_SetReceiveStreamSamples(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { - return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_GetReceiveStreamSamples(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { - return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); -} -static FORCEINLINE HRESULT IWMReaderAdvanced_SetAllocateForOutput(IWMReaderAdvanced* This,DWORD dwOutputNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +/*** IWMCodecInfo methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecInfoCount(IWMCodecInfo3* This,REFGUID guid,DWORD *count) { + return This->lpVtbl->GetCodecInfoCount(This,guid,count); } -static FORCEINLINE HRESULT IWMReaderAdvanced_GetAllocateForOutput(IWMReaderAdvanced* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecFormatCount(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,DWORD *formatcount) { + return This->lpVtbl->GetCodecFormatCount(This,guid,codecindex,formatcount); } -static FORCEINLINE HRESULT IWMReaderAdvanced_SetAllocateForStream(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecFormat(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,DWORD formatindex,IWMStreamConfig **streamconfig) { + return This->lpVtbl->GetCodecFormat(This,guid,codecindex,formatindex,streamconfig); } -static FORCEINLINE HRESULT IWMReaderAdvanced_GetAllocateForStream(IWMReaderAdvanced* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); +/*** IWMCodecInfo2 methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecName(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,WCHAR *name,DWORD *namesize) { + return This->lpVtbl->GetCodecName(This,guid,codecindex,name,namesize); } -static FORCEINLINE HRESULT IWMReaderAdvanced_GetStatistics(IWMReaderAdvanced* This,WM_READER_STATISTICS *pStatistics) { - return This->lpVtbl->GetStatistics(This,pStatistics); +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecFormatDesc(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,DWORD formatindex,IWMStreamConfig **streamconfig,WCHAR *description,DWORD *descrsize) { + return This->lpVtbl->GetCodecFormatDesc(This,guid,codecindex,formatindex,streamconfig,description,descrsize); } -static FORCEINLINE HRESULT IWMReaderAdvanced_SetClientInfo(IWMReaderAdvanced* This,WM_READER_CLIENTINFO *pClientInfo) { - return This->lpVtbl->SetClientInfo(This,pClientInfo); +/*** IWMCodecInfo3 methods ***/ +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecFormatProp(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,DWORD formatindex,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,DWORD *size) { + return This->lpVtbl->GetCodecFormatProp(This,guid,codecindex,formatindex,name,type,value,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced_GetMaxOutputSampleSize(IWMReaderAdvanced* This,DWORD dwOutput,DWORD *pcbMax) { - return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecProp(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,DWORD *size) { + return This->lpVtbl->GetCodecProp(This,guid,codecindex,name,type,value,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced_GetMaxStreamSampleSize(IWMReaderAdvanced* This,WORD wStream,DWORD *pcbMax) { - return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +static FORCEINLINE HRESULT IWMCodecInfo3_SetCodecEnumerationSetting(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,const WCHAR *name,WMT_ATTR_DATATYPE type,const BYTE *value,DWORD size) { + return This->lpVtbl->SetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced_NotifyLateDelivery(IWMReaderAdvanced* This,QWORD cnsLateness) { - return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +static FORCEINLINE HRESULT IWMCodecInfo3_GetCodecEnumerationSetting(IWMCodecInfo3* This,REFGUID guid,DWORD codecindex,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,DWORD *size) { + return This->lpVtbl->GetCodecEnumerationSetting(This,guid,codecindex,name,type,value,size); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetUserProvidedClock_Proxy( - IWMReaderAdvanced* This, - WINBOOL fUserClock); -void __RPC_STUB IWMReaderAdvanced_SetUserProvidedClock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetUserProvidedClock_Proxy( - IWMReaderAdvanced* This, - WINBOOL *pfUserClock); -void __RPC_STUB IWMReaderAdvanced_GetUserProvidedClock_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_DeliverTime_Proxy( - IWMReaderAdvanced* This, - QWORD cnsTime); -void __RPC_STUB IWMReaderAdvanced_DeliverTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetManualStreamSelection_Proxy( - IWMReaderAdvanced* This, - WINBOOL fSelection); -void __RPC_STUB IWMReaderAdvanced_SetManualStreamSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetManualStreamSelection_Proxy( - IWMReaderAdvanced* This, - WINBOOL *pfSelection); -void __RPC_STUB IWMReaderAdvanced_GetManualStreamSelection_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetStreamsSelected_Proxy( - IWMReaderAdvanced* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); -void __RPC_STUB IWMReaderAdvanced_SetStreamsSelected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetStreamSelected_Proxy( - IWMReaderAdvanced* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); -void __RPC_STUB IWMReaderAdvanced_GetStreamSelected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetReceiveSelectionCallbacks_Proxy( - IWMReaderAdvanced* This, - WINBOOL fGetCallbacks); -void __RPC_STUB IWMReaderAdvanced_SetReceiveSelectionCallbacks_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetReceiveSelectionCallbacks_Proxy( - IWMReaderAdvanced* This, - WINBOOL *pfGetCallbacks); -void __RPC_STUB IWMReaderAdvanced_GetReceiveSelectionCallbacks_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetReceiveStreamSamples_Proxy( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL fReceiveStreamSamples); -void __RPC_STUB IWMReaderAdvanced_SetReceiveStreamSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetReceiveStreamSamples_Proxy( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); -void __RPC_STUB IWMReaderAdvanced_GetReceiveStreamSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetAllocateForOutput_Proxy( - IWMReaderAdvanced* This, - DWORD dwOutputNum, - WINBOOL fAllocate); -void __RPC_STUB IWMReaderAdvanced_SetAllocateForOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetAllocateForOutput_Proxy( - IWMReaderAdvanced* This, - DWORD dwOutputNum, - WINBOOL *pfAllocate); -void __RPC_STUB IWMReaderAdvanced_GetAllocateForOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetAllocateForStream_Proxy( - IWMReaderAdvanced* This, - WORD wStreamNum, - WINBOOL fAllocate); -void __RPC_STUB IWMReaderAdvanced_SetAllocateForStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetAllocateForStream_Proxy( - IWMReaderAdvanced* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); -void __RPC_STUB IWMReaderAdvanced_GetAllocateForStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetStatistics_Proxy( - IWMReaderAdvanced* This, - WM_READER_STATISTICS *pStatistics); -void __RPC_STUB IWMReaderAdvanced_GetStatistics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_SetClientInfo_Proxy( - IWMReaderAdvanced* This, - WM_READER_CLIENTINFO *pClientInfo); -void __RPC_STUB IWMReaderAdvanced_SetClientInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetMaxOutputSampleSize_Proxy( - IWMReaderAdvanced* This, - DWORD dwOutput, - DWORD *pcbMax); -void __RPC_STUB IWMReaderAdvanced_GetMaxOutputSampleSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_GetMaxStreamSampleSize_Proxy( - IWMReaderAdvanced* This, - WORD wStream, - DWORD *pcbMax); -void __RPC_STUB IWMReaderAdvanced_GetMaxStreamSampleSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced_NotifyLateDelivery_Proxy( - IWMReaderAdvanced* This, - QWORD cnsLateness); -void __RPC_STUB IWMReaderAdvanced_NotifyLateDelivery_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced_INTERFACE_DEFINED__ */ +#endif /* __IWMCodecInfo3_INTERFACE_DEFINED__ */ +static const WCHAR g_wszNumPasses[] = {'_','P','A','S','S','E','S','U','S','E','D',0}; +static const WCHAR g_wszVBREnabled[] = {'_','V','B','R','E','N','A','B','L','E','D',0}; /***************************************************************************** - * IWMReaderAdvanced2 interface + * IWMMediaProps interface */ -#ifndef __IWMReaderAdvanced2_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced2_INTERFACE_DEFINED__ +#ifndef __IWMMediaProps_INTERFACE_DEFINED__ +#define __IWMMediaProps_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced2, 0xae14a945, 0xb90c, 0x4d0d, 0x91,0x27, 0x80,0xd6,0x65,0xf7,0xd7,0x3e); +DEFINE_GUID(IID_IWMMediaProps, 0x96406bce, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("ae14a945-b90c-4d0d-9127-80d665f7d73e") -IWMReaderAdvanced2 : public IWMReaderAdvanced +MIDL_INTERFACE("96406bce-2b2b-11d3-b36b-00c04f6108ff") +IWMMediaProps : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE SetPlayMode( - WMT_PLAY_MODE Mode) = 0; + virtual HRESULT STDMETHODCALLTYPE GetType( + GUID *pguidType) = 0; - virtual HRESULT STDMETHODCALLTYPE GetPlayMode( - WMT_PLAY_MODE *pMode) = 0; + virtual HRESULT STDMETHODCALLTYPE GetMediaType( + WM_MEDIA_TYPE *pType, + DWORD *pcbType) = 0; - virtual HRESULT STDMETHODCALLTYPE GetBufferProgress( - DWORD *pdwPercent, - QWORD *pcnsBuffering) = 0; + virtual HRESULT STDMETHODCALLTYPE SetMediaType( + WM_MEDIA_TYPE *pType) = 0; - virtual HRESULT STDMETHODCALLTYPE GetDownloadProgress( - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload) = 0; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMMediaProps, 0x96406bce, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMMediaPropsVtbl { + BEGIN_INTERFACE - virtual HRESULT STDMETHODCALLTYPE GetSaveAsProgress( - DWORD *pdwPercent) = 0; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMMediaProps *This, + REFIID riid, + void **ppvObject); - virtual HRESULT STDMETHODCALLTYPE SaveFileAs( - const WCHAR *pwszFilename) = 0; + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMMediaProps *This); - virtual HRESULT STDMETHODCALLTYPE GetProtocolName( - WCHAR *pwszProtocol, - DWORD *pcchProtocol) = 0; + ULONG (STDMETHODCALLTYPE *Release)( + IWMMediaProps *This); - virtual HRESULT STDMETHODCALLTYPE StartAtMarker( - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext) = 0; + /*** IWMMediaProps methods ***/ + HRESULT (STDMETHODCALLTYPE *GetType)( + IWMMediaProps *This, + GUID *pguidType); - virtual HRESULT STDMETHODCALLTYPE GetOutputSetting( - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength) = 0; + HRESULT (STDMETHODCALLTYPE *GetMediaType)( + IWMMediaProps *This, + WM_MEDIA_TYPE *pType, + DWORD *pcbType); - virtual HRESULT STDMETHODCALLTYPE SetOutputSetting( - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength) = 0; + HRESULT (STDMETHODCALLTYPE *SetMediaType)( + IWMMediaProps *This, + WM_MEDIA_TYPE *pType); - virtual HRESULT STDMETHODCALLTYPE Preroll( - QWORD cnsStart, - QWORD cnsDuration, - float fRate) = 0; + END_INTERFACE +} IWMMediaPropsVtbl; - virtual HRESULT STDMETHODCALLTYPE SetLogClientID( - WINBOOL fLogClientID) = 0; +interface IWMMediaProps { + CONST_VTBL IWMMediaPropsVtbl* lpVtbl; +}; - virtual HRESULT STDMETHODCALLTYPE GetLogClientID( - WINBOOL *pfLogClientID) = 0; +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMMediaProps_Release(This) (This)->lpVtbl->Release(This) +/*** IWMMediaProps methods ***/ +#define IWMMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) +#define IWMMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) +#define IWMMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMMediaProps_QueryInterface(IWMMediaProps* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMMediaProps_AddRef(IWMMediaProps* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMMediaProps_Release(IWMMediaProps* This) { + return This->lpVtbl->Release(This); +} +/*** IWMMediaProps methods ***/ +static FORCEINLINE HRESULT IWMMediaProps_GetType(IWMMediaProps* This,GUID *pguidType) { + return This->lpVtbl->GetType(This,pguidType); +} +static FORCEINLINE HRESULT IWMMediaProps_GetMediaType(IWMMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { + return This->lpVtbl->GetMediaType(This,pType,pcbType); +} +static FORCEINLINE HRESULT IWMMediaProps_SetMediaType(IWMMediaProps* This,WM_MEDIA_TYPE *pType) { + return This->lpVtbl->SetMediaType(This,pType); +} +#endif +#endif - virtual HRESULT STDMETHODCALLTYPE StopBuffering( - ) = 0; +#endif - virtual HRESULT STDMETHODCALLTYPE OpenStream( - IStream *pStream, - IWMReaderCallback *pCallback, - void *pvContext) = 0; + +#endif /* __IWMMediaProps_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMOutputMediaProps interface + */ +#ifndef __IWMOutputMediaProps_INTERFACE_DEFINED__ +#define __IWMOutputMediaProps_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMOutputMediaProps, 0x96406bd7, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bd7-2b2b-11d3-b36b-00c04f6108ff") +IWMOutputMediaProps : public IWMMediaProps +{ + virtual HRESULT STDMETHODCALLTYPE GetStreamGroupName( + WCHAR *pwszName, + WORD *pcchName) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetConnectionName( + WCHAR *pwszName, + WORD *pcchName) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced2, 0xae14a945, 0xb90c, 0x4d0d, 0x91,0x27, 0x80,0xd6,0x65,0xf7,0xd7,0x3e) +__CRT_UUID_DECL(IWMOutputMediaProps, 0x96406bd7, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) #endif #else -typedef struct IWMReaderAdvanced2Vtbl { +typedef struct IWMOutputMediaPropsVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced2* This, + IWMOutputMediaProps *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced2* This); + IWMOutputMediaProps *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced2* This); + IWMOutputMediaProps *This); - /*** IWMReaderAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced2* This, - WINBOOL fUserClock); + /*** IWMMediaProps methods ***/ + HRESULT (STDMETHODCALLTYPE *GetType)( + IWMOutputMediaProps *This, + GUID *pguidType); - HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced2* This, - WINBOOL *pfUserClock); + HRESULT (STDMETHODCALLTYPE *GetMediaType)( + IWMOutputMediaProps *This, + WM_MEDIA_TYPE *pType, + DWORD *pcbType); - HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced2* This, - QWORD cnsTime); + HRESULT (STDMETHODCALLTYPE *SetMediaType)( + IWMOutputMediaProps *This, + WM_MEDIA_TYPE *pType); - HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced2* This, - WINBOOL fSelection); + /*** IWMOutputMediaProps methods ***/ + HRESULT (STDMETHODCALLTYPE *GetStreamGroupName)( + IWMOutputMediaProps *This, + WCHAR *pwszName, + WORD *pcchName); - HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced2* This, - WINBOOL *pfSelection); + HRESULT (STDMETHODCALLTYPE *GetConnectionName)( + IWMOutputMediaProps *This, + WCHAR *pwszName, + WORD *pcchName); - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced2* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); + END_INTERFACE +} IWMOutputMediaPropsVtbl; - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced2* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); +interface IWMOutputMediaProps { + CONST_VTBL IWMOutputMediaPropsVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced2* This, - WINBOOL fGetCallbacks); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMOutputMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMOutputMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMOutputMediaProps_Release(This) (This)->lpVtbl->Release(This) +/*** IWMMediaProps methods ***/ +#define IWMOutputMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) +#define IWMOutputMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) +#define IWMOutputMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) +/*** IWMOutputMediaProps methods ***/ +#define IWMOutputMediaProps_GetStreamGroupName(This,pwszName,pcchName) (This)->lpVtbl->GetStreamGroupName(This,pwszName,pcchName) +#define IWMOutputMediaProps_GetConnectionName(This,pwszName,pcchName) (This)->lpVtbl->GetConnectionName(This,pwszName,pcchName) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMOutputMediaProps_QueryInterface(IWMOutputMediaProps* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMOutputMediaProps_AddRef(IWMOutputMediaProps* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMOutputMediaProps_Release(IWMOutputMediaProps* This) { + return This->lpVtbl->Release(This); +} +/*** IWMMediaProps methods ***/ +static FORCEINLINE HRESULT IWMOutputMediaProps_GetType(IWMOutputMediaProps* This,GUID *pguidType) { + return This->lpVtbl->GetType(This,pguidType); +} +static FORCEINLINE HRESULT IWMOutputMediaProps_GetMediaType(IWMOutputMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { + return This->lpVtbl->GetMediaType(This,pType,pcbType); +} +static FORCEINLINE HRESULT IWMOutputMediaProps_SetMediaType(IWMOutputMediaProps* This,WM_MEDIA_TYPE *pType) { + return This->lpVtbl->SetMediaType(This,pType); +} +/*** IWMOutputMediaProps methods ***/ +static FORCEINLINE HRESULT IWMOutputMediaProps_GetStreamGroupName(IWMOutputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { + return This->lpVtbl->GetStreamGroupName(This,pwszName,pcchName); +} +static FORCEINLINE HRESULT IWMOutputMediaProps_GetConnectionName(IWMOutputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { + return This->lpVtbl->GetConnectionName(This,pwszName,pcchName); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced2* This, - WINBOOL *pfGetCallbacks); +#endif - HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced2* This, - WORD wStreamNum, - WINBOOL fReceiveStreamSamples); - HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced2* This, - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); +#endif /* __IWMOutputMediaProps_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced2* This, - DWORD dwOutputNum, - WINBOOL fAllocate); +/***************************************************************************** + * IWMMetadataEditor interface + */ +#ifndef __IWMMetadataEditor_INTERFACE_DEFINED__ +#define __IWMMetadataEditor_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced2* This, - DWORD dwOutputNum, - WINBOOL *pfAllocate); +DEFINE_GUID(IID_IWMMetadataEditor, 0x96406bd9, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bd9-2b2b-11d3-b36b-00c04f6108ff") +IWMMetadataEditor : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Open( + const WCHAR *pwszFilename) = 0; - HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced2* This, - WORD wStreamNum, - WINBOOL fAllocate); + virtual HRESULT STDMETHODCALLTYPE Close( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced2* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); + virtual HRESULT STDMETHODCALLTYPE Flush( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced2* This, - WM_READER_STATISTICS *pStatistics); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMMetadataEditor, 0x96406bd9, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMMetadataEditorVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced2* This, - WM_READER_CLIENTINFO *pClientInfo); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMMetadataEditor *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced2* This, - DWORD dwOutput, - DWORD *pcbMax); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMMetadataEditor *This); - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced2* This, - WORD wStream, - DWORD *pcbMax); + ULONG (STDMETHODCALLTYPE *Release)( + IWMMetadataEditor *This); - HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced2* This, - QWORD cnsLateness); + /*** IWMMetadataEditor methods ***/ + HRESULT (STDMETHODCALLTYPE *Open)( + IWMMetadataEditor *This, + const WCHAR *pwszFilename); - /*** IWMReaderAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayMode)( - IWMReaderAdvanced2* This, - WMT_PLAY_MODE Mode); + HRESULT (STDMETHODCALLTYPE *Close)( + IWMMetadataEditor *This); - HRESULT (STDMETHODCALLTYPE *GetPlayMode)( - IWMReaderAdvanced2* This, - WMT_PLAY_MODE *pMode); + HRESULT (STDMETHODCALLTYPE *Flush)( + IWMMetadataEditor *This); - HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( - IWMReaderAdvanced2* This, - DWORD *pdwPercent, - QWORD *pcnsBuffering); + END_INTERFACE +} IWMMetadataEditorVtbl; - HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( - IWMReaderAdvanced2* This, - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload); +interface IWMMetadataEditor { + CONST_VTBL IWMMetadataEditorVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( - IWMReaderAdvanced2* This, - DWORD *pdwPercent); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMMetadataEditor_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMMetadataEditor_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMMetadataEditor_Release(This) (This)->lpVtbl->Release(This) +/*** IWMMetadataEditor methods ***/ +#define IWMMetadataEditor_Open(This,pwszFilename) (This)->lpVtbl->Open(This,pwszFilename) +#define IWMMetadataEditor_Close(This) (This)->lpVtbl->Close(This) +#define IWMMetadataEditor_Flush(This) (This)->lpVtbl->Flush(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMMetadataEditor_QueryInterface(IWMMetadataEditor* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMMetadataEditor_AddRef(IWMMetadataEditor* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMMetadataEditor_Release(IWMMetadataEditor* This) { + return This->lpVtbl->Release(This); +} +/*** IWMMetadataEditor methods ***/ +static FORCEINLINE HRESULT IWMMetadataEditor_Open(IWMMetadataEditor* This,const WCHAR *pwszFilename) { + return This->lpVtbl->Open(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMMetadataEditor_Close(IWMMetadataEditor* This) { + return This->lpVtbl->Close(This); +} +static FORCEINLINE HRESULT IWMMetadataEditor_Flush(IWMMetadataEditor* This) { + return This->lpVtbl->Flush(This); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *SaveFileAs)( - IWMReaderAdvanced2* This, - const WCHAR *pwszFilename); +#endif - HRESULT (STDMETHODCALLTYPE *GetProtocolName)( - IWMReaderAdvanced2* This, - WCHAR *pwszProtocol, - DWORD *pcchProtocol); - HRESULT (STDMETHODCALLTYPE *StartAtMarker)( - IWMReaderAdvanced2* This, - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext); +#endif /* __IWMMetadataEditor_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMReaderAdvanced2* This, +/***************************************************************************** + * IWMReader interface + */ +#ifndef __IWMReader_INTERFACE_DEFINED__ +#define __IWMReader_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReader, 0x96406bd6, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bd6-2b2b-11d3-b36b-00c04f6108ff") +IWMReader : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Open( + const WCHAR *pwszURL, + IWMReaderCallback *pCallback, + void *pvContext) = 0; + + virtual HRESULT STDMETHODCALLTYPE Close( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputCount( + DWORD *pcOutputs) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputProps( DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); + IWMOutputMediaProps **ppOutput) = 0; - HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMReaderAdvanced2* This, + virtual HRESULT STDMETHODCALLTYPE SetOutputProps( DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); + IWMOutputMediaProps *pOutput) = 0; - HRESULT (STDMETHODCALLTYPE *Preroll)( - IWMReaderAdvanced2* This, + virtual HRESULT STDMETHODCALLTYPE GetOutputFormatCount( + DWORD dwOutputNumber, + DWORD *pcFormats) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputFormat( + DWORD dwOutputNumber, + DWORD dwFormatNumber, + IWMOutputMediaProps **ppProps) = 0; + + virtual HRESULT STDMETHODCALLTYPE Start( QWORD cnsStart, QWORD cnsDuration, - float fRate); + float fRate, + void *pvContext) = 0; - HRESULT (STDMETHODCALLTYPE *SetLogClientID)( - IWMReaderAdvanced2* This, - WINBOOL fLogClientID); + virtual HRESULT STDMETHODCALLTYPE Stop( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetLogClientID)( - IWMReaderAdvanced2* This, - WINBOOL *pfLogClientID); + virtual HRESULT STDMETHODCALLTYPE Pause( + ) = 0; - HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IWMReaderAdvanced2* This); + virtual HRESULT STDMETHODCALLTYPE Resume( + ) = 0; - HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMReaderAdvanced2* This, - IStream *pStream, +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReader, 0x96406bd6, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMReaderVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReader *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReader *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReader *This); + + /*** IWMReader methods ***/ + HRESULT (STDMETHODCALLTYPE *Open)( + IWMReader *This, + const WCHAR *pwszURL, IWMReaderCallback *pCallback, void *pvContext); + HRESULT (STDMETHODCALLTYPE *Close)( + IWMReader *This); + + HRESULT (STDMETHODCALLTYPE *GetOutputCount)( + IWMReader *This, + DWORD *pcOutputs); + + HRESULT (STDMETHODCALLTYPE *GetOutputProps)( + IWMReader *This, + DWORD dwOutputNum, + IWMOutputMediaProps **ppOutput); + + HRESULT (STDMETHODCALLTYPE *SetOutputProps)( + IWMReader *This, + DWORD dwOutputNum, + IWMOutputMediaProps *pOutput); + + HRESULT (STDMETHODCALLTYPE *GetOutputFormatCount)( + IWMReader *This, + DWORD dwOutputNumber, + DWORD *pcFormats); + + HRESULT (STDMETHODCALLTYPE *GetOutputFormat)( + IWMReader *This, + DWORD dwOutputNumber, + DWORD dwFormatNumber, + IWMOutputMediaProps **ppProps); + + HRESULT (STDMETHODCALLTYPE *Start)( + IWMReader *This, + QWORD cnsStart, + QWORD cnsDuration, + float fRate, + void *pvContext); + + HRESULT (STDMETHODCALLTYPE *Stop)( + IWMReader *This); + + HRESULT (STDMETHODCALLTYPE *Pause)( + IWMReader *This); + + HRESULT (STDMETHODCALLTYPE *Resume)( + IWMReader *This); + END_INTERFACE -} IWMReaderAdvanced2Vtbl; -interface IWMReaderAdvanced2 { - CONST_VTBL IWMReaderAdvanced2Vtbl* lpVtbl; +} IWMReaderVtbl; + +interface IWMReader { + CONST_VTBL IWMReaderVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced2_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced2_Release(This) (This)->lpVtbl->Release(This) -/*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced2_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced2_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced2_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced2_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced2_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced2_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced2_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced2_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced2_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced2_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced2_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced2_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced2_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced2_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced2_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced2_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced2_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced2_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced2_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced2_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) -/*** IWMReaderAdvanced2 methods ***/ -#define IWMReaderAdvanced2_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) -#define IWMReaderAdvanced2_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) -#define IWMReaderAdvanced2_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) -#define IWMReaderAdvanced2_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) -#define IWMReaderAdvanced2_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) -#define IWMReaderAdvanced2_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) -#define IWMReaderAdvanced2_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) -#define IWMReaderAdvanced2_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) -#define IWMReaderAdvanced2_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMReaderAdvanced2_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMReaderAdvanced2_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) -#define IWMReaderAdvanced2_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) -#define IWMReaderAdvanced2_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) -#define IWMReaderAdvanced2_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) -#define IWMReaderAdvanced2_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) +#define IWMReader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReader_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReader_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReader methods ***/ +#define IWMReader_Open(This,pwszURL,pCallback,pvContext) (This)->lpVtbl->Open(This,pwszURL,pCallback,pvContext) +#define IWMReader_Close(This) (This)->lpVtbl->Close(This) +#define IWMReader_GetOutputCount(This,pcOutputs) (This)->lpVtbl->GetOutputCount(This,pcOutputs) +#define IWMReader_GetOutputProps(This,dwOutputNum,ppOutput) (This)->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput) +#define IWMReader_SetOutputProps(This,dwOutputNum,pOutput) (This)->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput) +#define IWMReader_GetOutputFormatCount(This,dwOutputNumber,pcFormats) (This)->lpVtbl->GetOutputFormatCount(This,dwOutputNumber,pcFormats) +#define IWMReader_GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps) (This)->lpVtbl->GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps) +#define IWMReader_Start(This,cnsStart,cnsDuration,fRate,pvContext) (This)->lpVtbl->Start(This,cnsStart,cnsDuration,fRate,pvContext) +#define IWMReader_Stop(This) (This)->lpVtbl->Stop(This) +#define IWMReader_Pause(This) (This)->lpVtbl->Pause(This) +#define IWMReader_Resume(This) (This)->lpVtbl->Resume(This) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced2_QueryInterface(IWMReaderAdvanced2* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReader_QueryInterface(IWMReader* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced2_AddRef(IWMReaderAdvanced2* This) { +static FORCEINLINE ULONG IWMReader_AddRef(IWMReader* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMReaderAdvanced2_Release(IWMReaderAdvanced2* This) { +static FORCEINLINE ULONG IWMReader_Release(IWMReader* This) { return This->lpVtbl->Release(This); } -/*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetUserProvidedClock(IWMReaderAdvanced2* This,WINBOOL fUserClock) { - return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +/*** IWMReader methods ***/ +static FORCEINLINE HRESULT IWMReader_Open(IWMReader* This,const WCHAR *pwszURL,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->Open(This,pwszURL,pCallback,pvContext); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetUserProvidedClock(IWMReaderAdvanced2* This,WINBOOL *pfUserClock) { - return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +static FORCEINLINE HRESULT IWMReader_Close(IWMReader* This) { + return This->lpVtbl->Close(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_DeliverTime(IWMReaderAdvanced2* This,QWORD cnsTime) { - return This->lpVtbl->DeliverTime(This,cnsTime); +static FORCEINLINE HRESULT IWMReader_GetOutputCount(IWMReader* This,DWORD *pcOutputs) { + return This->lpVtbl->GetOutputCount(This,pcOutputs); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetManualStreamSelection(IWMReaderAdvanced2* This,WINBOOL fSelection) { - return This->lpVtbl->SetManualStreamSelection(This,fSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetManualStreamSelection(IWMReaderAdvanced2* This,WINBOOL *pfSelection) { - return This->lpVtbl->GetManualStreamSelection(This,pfSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetStreamsSelected(IWMReaderAdvanced2* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { - return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetStreamSelected(IWMReaderAdvanced2* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { - return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetReceiveSelectionCallbacks(IWMReaderAdvanced2* This,WINBOOL fGetCallbacks) { - return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetReceiveSelectionCallbacks(IWMReaderAdvanced2* This,WINBOOL *pfGetCallbacks) { - return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetReceiveStreamSamples(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { - return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetReceiveStreamSamples(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { - return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetAllocateForOutput(IWMReaderAdvanced2* This,DWORD dwOutputNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetAllocateForOutput(IWMReaderAdvanced2* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetAllocateForStream(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetAllocateForStream(IWMReaderAdvanced2* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetStatistics(IWMReaderAdvanced2* This,WM_READER_STATISTICS *pStatistics) { - return This->lpVtbl->GetStatistics(This,pStatistics); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetClientInfo(IWMReaderAdvanced2* This,WM_READER_CLIENTINFO *pClientInfo) { - return This->lpVtbl->SetClientInfo(This,pClientInfo); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetMaxOutputSampleSize(IWMReaderAdvanced2* This,DWORD dwOutput,DWORD *pcbMax) { - return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetMaxStreamSampleSize(IWMReaderAdvanced2* This,WORD wStream,DWORD *pcbMax) { - return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_NotifyLateDelivery(IWMReaderAdvanced2* This,QWORD cnsLateness) { - return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); -} -/*** IWMReaderAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetPlayMode(IWMReaderAdvanced2* This,WMT_PLAY_MODE Mode) { - return This->lpVtbl->SetPlayMode(This,Mode); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetPlayMode(IWMReaderAdvanced2* This,WMT_PLAY_MODE *pMode) { - return This->lpVtbl->GetPlayMode(This,pMode); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetBufferProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { - return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetDownloadProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { - return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetSaveAsProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent) { - return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_SaveFileAs(IWMReaderAdvanced2* This,const WCHAR *pwszFilename) { - return This->lpVtbl->SaveFileAs(This,pwszFilename); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetProtocolName(IWMReaderAdvanced2* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { - return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); -} -static FORCEINLINE HRESULT IWMReaderAdvanced2_StartAtMarker(IWMReaderAdvanced2* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { - return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +static FORCEINLINE HRESULT IWMReader_GetOutputProps(IWMReader* This,DWORD dwOutputNum,IWMOutputMediaProps **ppOutput) { + return This->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetOutputSetting(IWMReaderAdvanced2* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +static FORCEINLINE HRESULT IWMReader_SetOutputProps(IWMReader* This,DWORD dwOutputNum,IWMOutputMediaProps *pOutput) { + return This->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetOutputSetting(IWMReaderAdvanced2* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +static FORCEINLINE HRESULT IWMReader_GetOutputFormatCount(IWMReader* This,DWORD dwOutputNumber,DWORD *pcFormats) { + return This->lpVtbl->GetOutputFormatCount(This,dwOutputNumber,pcFormats); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_Preroll(IWMReaderAdvanced2* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { - return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +static FORCEINLINE HRESULT IWMReader_GetOutputFormat(IWMReader* This,DWORD dwOutputNumber,DWORD dwFormatNumber,IWMOutputMediaProps **ppProps) { + return This->lpVtbl->GetOutputFormat(This,dwOutputNumber,dwFormatNumber,ppProps); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_SetLogClientID(IWMReaderAdvanced2* This,WINBOOL fLogClientID) { - return This->lpVtbl->SetLogClientID(This,fLogClientID); +static FORCEINLINE HRESULT IWMReader_Start(IWMReader* This,QWORD cnsStart,QWORD cnsDuration,float fRate,void *pvContext) { + return This->lpVtbl->Start(This,cnsStart,cnsDuration,fRate,pvContext); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_GetLogClientID(IWMReaderAdvanced2* This,WINBOOL *pfLogClientID) { - return This->lpVtbl->GetLogClientID(This,pfLogClientID); +static FORCEINLINE HRESULT IWMReader_Stop(IWMReader* This) { + return This->lpVtbl->Stop(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_StopBuffering(IWMReaderAdvanced2* This) { - return This->lpVtbl->StopBuffering(This); +static FORCEINLINE HRESULT IWMReader_Pause(IWMReader* This) { + return This->lpVtbl->Pause(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced2_OpenStream(IWMReaderAdvanced2* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +static FORCEINLINE HRESULT IWMReader_Resume(IWMReader* This) { + return This->lpVtbl->Resume(This); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_SetPlayMode_Proxy( - IWMReaderAdvanced2* This, - WMT_PLAY_MODE Mode); -void __RPC_STUB IWMReaderAdvanced2_SetPlayMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetPlayMode_Proxy( - IWMReaderAdvanced2* This, - WMT_PLAY_MODE *pMode); -void __RPC_STUB IWMReaderAdvanced2_GetPlayMode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetBufferProgress_Proxy( - IWMReaderAdvanced2* This, - DWORD *pdwPercent, - QWORD *pcnsBuffering); -void __RPC_STUB IWMReaderAdvanced2_GetBufferProgress_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetDownloadProgress_Proxy( - IWMReaderAdvanced2* This, - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload); -void __RPC_STUB IWMReaderAdvanced2_GetDownloadProgress_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetSaveAsProgress_Proxy( - IWMReaderAdvanced2* This, - DWORD *pdwPercent); -void __RPC_STUB IWMReaderAdvanced2_GetSaveAsProgress_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_SaveFileAs_Proxy( - IWMReaderAdvanced2* This, - const WCHAR *pwszFilename); -void __RPC_STUB IWMReaderAdvanced2_SaveFileAs_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetProtocolName_Proxy( - IWMReaderAdvanced2* This, - WCHAR *pwszProtocol, - DWORD *pcchProtocol); -void __RPC_STUB IWMReaderAdvanced2_GetProtocolName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_StartAtMarker_Proxy( - IWMReaderAdvanced2* This, - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext); -void __RPC_STUB IWMReaderAdvanced2_StartAtMarker_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetOutputSetting_Proxy( - IWMReaderAdvanced2* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); -void __RPC_STUB IWMReaderAdvanced2_GetOutputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_SetOutputSetting_Proxy( - IWMReaderAdvanced2* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); -void __RPC_STUB IWMReaderAdvanced2_SetOutputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_Preroll_Proxy( - IWMReaderAdvanced2* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate); -void __RPC_STUB IWMReaderAdvanced2_Preroll_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_SetLogClientID_Proxy( - IWMReaderAdvanced2* This, - WINBOOL fLogClientID); -void __RPC_STUB IWMReaderAdvanced2_SetLogClientID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_GetLogClientID_Proxy( - IWMReaderAdvanced2* This, - WINBOOL *pfLogClientID); -void __RPC_STUB IWMReaderAdvanced2_GetLogClientID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_StopBuffering_Proxy( - IWMReaderAdvanced2* This); -void __RPC_STUB IWMReaderAdvanced2_StopBuffering_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced2_OpenStream_Proxy( - IWMReaderAdvanced2* This, - IStream *pStream, - IWMReaderCallback *pCallback, - void *pvContext); -void __RPC_STUB IWMReaderAdvanced2_OpenStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced2_INTERFACE_DEFINED__ */ +#endif /* __IWMReader_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReaderAdvanced3 interface + * IWMPlayerHook interface */ -#ifndef __IWMReaderAdvanced3_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced3_INTERFACE_DEFINED__ +#ifndef __IWMPlayerHook_INTERFACE_DEFINED__ +#define __IWMPlayerHook_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced3, 0x5dc0674b, 0xf04b, 0x4a4e, 0x9f,0x2a, 0xb1,0xaf,0xde,0x2c,0x81,0x00); +DEFINE_GUID(IID_IWMPlayerHook, 0xe5b7ca9a, 0x0f1c, 0x4f66, 0x90,0x02, 0x74,0xec,0x50,0xd8,0xb3,0x04); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("5dc0674b-f04b-4a4e-9f2a-b1afde2c8100") -IWMReaderAdvanced3 : public IWMReaderAdvanced2 +MIDL_INTERFACE("e5b7ca9a-0f1c-4f66-9002-74ec50d8b304") +IWMPlayerHook : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE StopNetStreaming( + virtual HRESULT STDMETHODCALLTYPE PreDecode( ) = 0; - virtual HRESULT STDMETHODCALLTYPE StartAtPosition( - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext) = 0; - }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced3, 0x5dc0674b, 0xf04b, 0x4a4e, 0x9f,0x2a, 0xb1,0xaf,0xde,0x2c,0x81,0x00) +__CRT_UUID_DECL(IWMPlayerHook, 0xe5b7ca9a, 0x0f1c, 0x4f66, 0x90,0x02, 0x74,0xec,0x50,0xd8,0xb3,0x04) #endif #else -typedef struct IWMReaderAdvanced3Vtbl { +typedef struct IWMPlayerHookVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced3* This, + IWMPlayerHook *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced3* This); + IWMPlayerHook *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced3* This); + IWMPlayerHook *This); - /*** IWMReaderAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced3* This, - WINBOOL fUserClock); + /*** IWMPlayerHook methods ***/ + HRESULT (STDMETHODCALLTYPE *PreDecode)( + IWMPlayerHook *This); - HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced3* This, - WINBOOL *pfUserClock); + END_INTERFACE +} IWMPlayerHookVtbl; - HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced3* This, - QWORD cnsTime); +interface IWMPlayerHook { + CONST_VTBL IWMPlayerHookVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced3* This, - WINBOOL fSelection); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMPlayerHook_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMPlayerHook_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMPlayerHook_Release(This) (This)->lpVtbl->Release(This) +/*** IWMPlayerHook methods ***/ +#define IWMPlayerHook_PreDecode(This) (This)->lpVtbl->PreDecode(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMPlayerHook_QueryInterface(IWMPlayerHook* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMPlayerHook_AddRef(IWMPlayerHook* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMPlayerHook_Release(IWMPlayerHook* This) { + return This->lpVtbl->Release(This); +} +/*** IWMPlayerHook methods ***/ +static FORCEINLINE HRESULT IWMPlayerHook_PreDecode(IWMPlayerHook* This) { + return This->lpVtbl->PreDecode(This); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced3* This, - WINBOOL *pfSelection); +#endif - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced3* This, + +#endif /* __IWMPlayerHook_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMReaderAdvanced interface + */ +#ifndef __IWMReaderAdvanced_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReaderAdvanced, 0x96406bea, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bea-2b2b-11d3-b36b-00c04f6108ff") +IWMReaderAdvanced : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetUserProvidedClock( + WINBOOL fUserClock) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetUserProvidedClock( + WINBOOL *pfUserClock) = 0; + + virtual HRESULT STDMETHODCALLTYPE DeliverTime( + QWORD cnsTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetManualStreamSelection( + WINBOOL fSelection) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetManualStreamSelection( + WINBOOL *pfSelection) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamsSelected( WORD cStreamCount, WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); + WMT_STREAM_SELECTION *pSelections) = 0; - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE GetStreamSelected( WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); + WMT_STREAM_SELECTION *pSelection) = 0; - HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced3* This, - WINBOOL fGetCallbacks); + virtual HRESULT STDMETHODCALLTYPE SetReceiveSelectionCallbacks( + WINBOOL fGetCallbacks) = 0; - HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced3* This, - WINBOOL *pfGetCallbacks); + virtual HRESULT STDMETHODCALLTYPE GetReceiveSelectionCallbacks( + WINBOOL *pfGetCallbacks) = 0; - HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE SetReceiveStreamSamples( WORD wStreamNum, - WINBOOL fReceiveStreamSamples); + WINBOOL fReceiveStreamSamples) = 0; - HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE GetReceiveStreamSamples( WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); + WINBOOL *pfReceiveStreamSamples) = 0; - HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE SetAllocateForOutput( DWORD dwOutputNum, - WINBOOL fAllocate); + WINBOOL fAllocate) = 0; - HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE GetAllocateForOutput( DWORD dwOutputNum, - WINBOOL *pfAllocate); + WINBOOL *pfAllocate) = 0; - HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE SetAllocateForStream( WORD wStreamNum, - WINBOOL fAllocate); + WINBOOL fAllocate) = 0; - HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced3* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); + virtual HRESULT STDMETHODCALLTYPE GetAllocateForStream( + WORD dwStreamNum, + WINBOOL *pfAllocate) = 0; - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced3* This, - WM_READER_STATISTICS *pStatistics); + virtual HRESULT STDMETHODCALLTYPE GetStatistics( + WM_READER_STATISTICS *pStatistics) = 0; - HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced3* This, - WM_READER_CLIENTINFO *pClientInfo); + virtual HRESULT STDMETHODCALLTYPE SetClientInfo( + WM_READER_CLIENTINFO *pClientInfo) = 0; - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE GetMaxOutputSampleSize( DWORD dwOutput, - DWORD *pcbMax); + DWORD *pcbMax) = 0; - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced3* This, + virtual HRESULT STDMETHODCALLTYPE GetMaxStreamSampleSize( WORD wStream, - DWORD *pcbMax); + DWORD *pcbMax) = 0; - HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced3* This, - QWORD cnsLateness); + virtual HRESULT STDMETHODCALLTYPE NotifyLateDelivery( + QWORD cnsLateness) = 0; - /*** IWMReaderAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayMode)( - IWMReaderAdvanced3* This, - WMT_PLAY_MODE Mode); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderAdvanced, 0x96406bea, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMReaderAdvancedVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *GetPlayMode)( - IWMReaderAdvanced3* This, - WMT_PLAY_MODE *pMode); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderAdvanced *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( - IWMReaderAdvanced3* This, - DWORD *pdwPercent, - QWORD *pcnsBuffering); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderAdvanced *This); - HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( - IWMReaderAdvanced3* This, - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload); + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderAdvanced *This); - HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( - IWMReaderAdvanced3* This, - DWORD *pdwPercent); + /*** IWMReaderAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( + IWMReaderAdvanced *This, + WINBOOL fUserClock); - HRESULT (STDMETHODCALLTYPE *SaveFileAs)( - IWMReaderAdvanced3* This, - const WCHAR *pwszFilename); + HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( + IWMReaderAdvanced *This, + WINBOOL *pfUserClock); - HRESULT (STDMETHODCALLTYPE *GetProtocolName)( - IWMReaderAdvanced3* This, - WCHAR *pwszProtocol, - DWORD *pcchProtocol); + HRESULT (STDMETHODCALLTYPE *DeliverTime)( + IWMReaderAdvanced *This, + QWORD cnsTime); - HRESULT (STDMETHODCALLTYPE *StartAtMarker)( - IWMReaderAdvanced3* This, - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext); + HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( + IWMReaderAdvanced *This, + WINBOOL fSelection); - HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMReaderAdvanced3* This, + HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( + IWMReaderAdvanced *This, + WINBOOL *pfSelection); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMReaderAdvanced *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMReaderAdvanced *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( + IWMReaderAdvanced *This, + WINBOOL fGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( + IWMReaderAdvanced *This, + WINBOOL *pfGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( + IWMReaderAdvanced *This, + WORD wStreamNum, + WINBOOL fReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( + IWMReaderAdvanced *This, + WORD wStreamNum, + WINBOOL *pfReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( + IWMReaderAdvanced *This, DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); + WINBOOL fAllocate); - HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMReaderAdvanced3* This, + HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( + IWMReaderAdvanced *This, DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); + WINBOOL *pfAllocate); - HRESULT (STDMETHODCALLTYPE *Preroll)( - IWMReaderAdvanced3* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate); + HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( + IWMReaderAdvanced *This, + WORD wStreamNum, + WINBOOL fAllocate); - HRESULT (STDMETHODCALLTYPE *SetLogClientID)( - IWMReaderAdvanced3* This, - WINBOOL fLogClientID); + HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( + IWMReaderAdvanced *This, + WORD dwStreamNum, + WINBOOL *pfAllocate); - HRESULT (STDMETHODCALLTYPE *GetLogClientID)( - IWMReaderAdvanced3* This, - WINBOOL *pfLogClientID); + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMReaderAdvanced *This, + WM_READER_STATISTICS *pStatistics); - HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IWMReaderAdvanced3* This); + HRESULT (STDMETHODCALLTYPE *SetClientInfo)( + IWMReaderAdvanced *This, + WM_READER_CLIENTINFO *pClientInfo); - HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMReaderAdvanced3* This, - IStream *pStream, - IWMReaderCallback *pCallback, - void *pvContext); + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMReaderAdvanced *This, + DWORD dwOutput, + DWORD *pcbMax); - /*** IWMReaderAdvanced3 methods ***/ - HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( - IWMReaderAdvanced3* This); + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMReaderAdvanced *This, + WORD wStream, + DWORD *pcbMax); - HRESULT (STDMETHODCALLTYPE *StartAtPosition)( - IWMReaderAdvanced3* This, - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext); + HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( + IWMReaderAdvanced *This, + QWORD cnsLateness); END_INTERFACE -} IWMReaderAdvanced3Vtbl; -interface IWMReaderAdvanced3 { - CONST_VTBL IWMReaderAdvanced3Vtbl* lpVtbl; +} IWMReaderAdvancedVtbl; + +interface IWMReaderAdvanced { + CONST_VTBL IWMReaderAdvancedVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced3_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced3_Release(This) (This)->lpVtbl->Release(This) +#define IWMReaderAdvanced_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced_Release(This) (This)->lpVtbl->Release(This) /*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced3_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced3_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced3_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced3_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced3_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced3_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced3_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced3_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced3_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced3_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced3_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced3_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced3_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced3_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced3_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced3_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced3_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced3_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced3_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced3_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) -/*** IWMReaderAdvanced2 methods ***/ -#define IWMReaderAdvanced3_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) -#define IWMReaderAdvanced3_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) -#define IWMReaderAdvanced3_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) -#define IWMReaderAdvanced3_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) -#define IWMReaderAdvanced3_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) -#define IWMReaderAdvanced3_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) -#define IWMReaderAdvanced3_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) -#define IWMReaderAdvanced3_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) -#define IWMReaderAdvanced3_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMReaderAdvanced3_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMReaderAdvanced3_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) -#define IWMReaderAdvanced3_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) -#define IWMReaderAdvanced3_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) -#define IWMReaderAdvanced3_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) -#define IWMReaderAdvanced3_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) -/*** IWMReaderAdvanced3 methods ***/ -#define IWMReaderAdvanced3_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) -#define IWMReaderAdvanced3_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) +#define IWMReaderAdvanced_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced3_QueryInterface(IWMReaderAdvanced3* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderAdvanced_QueryInterface(IWMReaderAdvanced* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced3_AddRef(IWMReaderAdvanced3* This) { +static FORCEINLINE ULONG IWMReaderAdvanced_AddRef(IWMReaderAdvanced* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMReaderAdvanced3_Release(IWMReaderAdvanced3* This) { +static FORCEINLINE ULONG IWMReaderAdvanced_Release(IWMReaderAdvanced* This) { return This->lpVtbl->Release(This); } /*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetUserProvidedClock(IWMReaderAdvanced3* This,WINBOOL fUserClock) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetUserProvidedClock(IWMReaderAdvanced* This,WINBOOL fUserClock) { return This->lpVtbl->SetUserProvidedClock(This,fUserClock); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetUserProvidedClock(IWMReaderAdvanced3* This,WINBOOL *pfUserClock) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetUserProvidedClock(IWMReaderAdvanced* This,WINBOOL *pfUserClock) { return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_DeliverTime(IWMReaderAdvanced3* This,QWORD cnsTime) { +static FORCEINLINE HRESULT IWMReaderAdvanced_DeliverTime(IWMReaderAdvanced* This,QWORD cnsTime) { return This->lpVtbl->DeliverTime(This,cnsTime); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetManualStreamSelection(IWMReaderAdvanced3* This,WINBOOL fSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetManualStreamSelection(IWMReaderAdvanced* This,WINBOOL fSelection) { return This->lpVtbl->SetManualStreamSelection(This,fSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetManualStreamSelection(IWMReaderAdvanced3* This,WINBOOL *pfSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetManualStreamSelection(IWMReaderAdvanced* This,WINBOOL *pfSelection) { return This->lpVtbl->GetManualStreamSelection(This,pfSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetStreamsSelected(IWMReaderAdvanced3* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetStreamsSelected(IWMReaderAdvanced* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetStreamSelected(IWMReaderAdvanced3* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetStreamSelected(IWMReaderAdvanced* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetReceiveSelectionCallbacks(IWMReaderAdvanced3* This,WINBOOL fGetCallbacks) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetReceiveSelectionCallbacks(IWMReaderAdvanced* This,WINBOOL fGetCallbacks) { return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetReceiveSelectionCallbacks(IWMReaderAdvanced3* This,WINBOOL *pfGetCallbacks) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetReceiveSelectionCallbacks(IWMReaderAdvanced* This,WINBOOL *pfGetCallbacks) { return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetReceiveStreamSamples(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetReceiveStreamSamples(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetReceiveStreamSamples(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetReceiveStreamSamples(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetAllocateForOutput(IWMReaderAdvanced3* This,DWORD dwOutputNum,WINBOOL fAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetAllocateForOutput(IWMReaderAdvanced* This,DWORD dwOutputNum,WINBOOL fAllocate) { return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetAllocateForOutput(IWMReaderAdvanced3* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetAllocateForOutput(IWMReaderAdvanced* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetAllocateForStream(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL fAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetAllocateForStream(IWMReaderAdvanced* This,WORD wStreamNum,WINBOOL fAllocate) { return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetAllocateForStream(IWMReaderAdvanced3* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); +static FORCEINLINE HRESULT IWMReaderAdvanced_GetAllocateForStream(IWMReaderAdvanced* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetStatistics(IWMReaderAdvanced3* This,WM_READER_STATISTICS *pStatistics) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetStatistics(IWMReaderAdvanced* This,WM_READER_STATISTICS *pStatistics) { return This->lpVtbl->GetStatistics(This,pStatistics); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetClientInfo(IWMReaderAdvanced3* This,WM_READER_CLIENTINFO *pClientInfo) { +static FORCEINLINE HRESULT IWMReaderAdvanced_SetClientInfo(IWMReaderAdvanced* This,WM_READER_CLIENTINFO *pClientInfo) { return This->lpVtbl->SetClientInfo(This,pClientInfo); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetMaxOutputSampleSize(IWMReaderAdvanced3* This,DWORD dwOutput,DWORD *pcbMax) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetMaxOutputSampleSize(IWMReaderAdvanced* This,DWORD dwOutput,DWORD *pcbMax) { return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetMaxStreamSampleSize(IWMReaderAdvanced3* This,WORD wStream,DWORD *pcbMax) { +static FORCEINLINE HRESULT IWMReaderAdvanced_GetMaxStreamSampleSize(IWMReaderAdvanced* This,WORD wStream,DWORD *pcbMax) { return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); } -static FORCEINLINE HRESULT IWMReaderAdvanced3_NotifyLateDelivery(IWMReaderAdvanced3* This,QWORD cnsLateness) { +static FORCEINLINE HRESULT IWMReaderAdvanced_NotifyLateDelivery(IWMReaderAdvanced* This,QWORD cnsLateness) { return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); } -/*** IWMReaderAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetPlayMode(IWMReaderAdvanced3* This,WMT_PLAY_MODE Mode) { - return This->lpVtbl->SetPlayMode(This,Mode); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetPlayMode(IWMReaderAdvanced3* This,WMT_PLAY_MODE *pMode) { - return This->lpVtbl->GetPlayMode(This,pMode); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetBufferProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { - return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetDownloadProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { - return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetSaveAsProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent) { - return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_SaveFileAs(IWMReaderAdvanced3* This,const WCHAR *pwszFilename) { - return This->lpVtbl->SaveFileAs(This,pwszFilename); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetProtocolName(IWMReaderAdvanced3* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { - return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_StartAtMarker(IWMReaderAdvanced3* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { - return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetOutputSetting(IWMReaderAdvanced3* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetOutputSetting(IWMReaderAdvanced3* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_Preroll(IWMReaderAdvanced3* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { - return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_SetLogClientID(IWMReaderAdvanced3* This,WINBOOL fLogClientID) { - return This->lpVtbl->SetLogClientID(This,fLogClientID); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_GetLogClientID(IWMReaderAdvanced3* This,WINBOOL *pfLogClientID) { - return This->lpVtbl->GetLogClientID(This,pfLogClientID); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_StopBuffering(IWMReaderAdvanced3* This) { - return This->lpVtbl->StopBuffering(This); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_OpenStream(IWMReaderAdvanced3* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); -} -/*** IWMReaderAdvanced3 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced3_StopNetStreaming(IWMReaderAdvanced3* This) { - return This->lpVtbl->StopNetStreaming(This); -} -static FORCEINLINE HRESULT IWMReaderAdvanced3_StartAtPosition(IWMReaderAdvanced3* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { - return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); -} #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced3_StopNetStreaming_Proxy( - IWMReaderAdvanced3* This); -void __RPC_STUB IWMReaderAdvanced3_StopNetStreaming_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced3_StartAtPosition_Proxy( - IWMReaderAdvanced3* This, - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext); -void __RPC_STUB IWMReaderAdvanced3_StartAtPosition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced3_INTERFACE_DEFINED__ */ +#endif /* __IWMReaderAdvanced_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReaderAdvanced4 interface + * IWMReaderAdvanced2 interface */ -#ifndef __IWMReaderAdvanced4_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced4_INTERFACE_DEFINED__ +#ifndef __IWMReaderAdvanced2_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced2_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced4, 0x945a76a2, 0x12ae, 0x4d48, 0xbd,0x3c, 0xcd,0x1d,0x90,0x39,0x9b,0x85); +DEFINE_GUID(IID_IWMReaderAdvanced2, 0xae14a945, 0xb90c, 0x4d0d, 0x91,0x27, 0x80,0xd6,0x65,0xf7,0xd7,0x3e); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("945a76a2-12ae-4d48-bd3c-cd1d90399b85") -IWMReaderAdvanced4 : public IWMReaderAdvanced3 +MIDL_INTERFACE("ae14a945-b90c-4d0d-9127-80d665f7d73e") +IWMReaderAdvanced2 : public IWMReaderAdvanced { - virtual HRESULT STDMETHODCALLTYPE GetLanguageCount( - DWORD dwOutputNum, - WORD *pwLanguageCount) = 0; + virtual HRESULT STDMETHODCALLTYPE SetPlayMode( + WMT_PLAY_MODE Mode) = 0; - virtual HRESULT STDMETHODCALLTYPE GetLanguage( - DWORD dwOutputNum, - WORD wLanguage, - WCHAR *pwszLanguageString, - WORD *pcchLanguageStringLength) = 0; + virtual HRESULT STDMETHODCALLTYPE GetPlayMode( + WMT_PLAY_MODE *pMode) = 0; - virtual HRESULT STDMETHODCALLTYPE GetMaxSpeedFactor( - double *pdblFactor) = 0; + virtual HRESULT STDMETHODCALLTYPE GetBufferProgress( + DWORD *pdwPercent, + QWORD *pcnsBuffering) = 0; - virtual HRESULT STDMETHODCALLTYPE IsUsingFastCache( - WINBOOL *pfUsingFastCache) = 0; + virtual HRESULT STDMETHODCALLTYPE GetDownloadProgress( + DWORD *pdwPercent, + QWORD *pqwBytesDownloaded, + QWORD *pcnsDownload) = 0; - virtual HRESULT STDMETHODCALLTYPE AddLogParam( - LPCWSTR wszNameSpace, - LPCWSTR wszName, - LPCWSTR wszValue) = 0; + virtual HRESULT STDMETHODCALLTYPE GetSaveAsProgress( + DWORD *pdwPercent) = 0; - virtual HRESULT STDMETHODCALLTYPE SendLogParams( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE SaveFileAs( + const WCHAR *pwszFilename) = 0; - virtual HRESULT STDMETHODCALLTYPE CanSaveFileAs( - WINBOOL *pfCanSave) = 0; + virtual HRESULT STDMETHODCALLTYPE GetProtocolName( + WCHAR *pwszProtocol, + DWORD *pcchProtocol) = 0; - virtual HRESULT STDMETHODCALLTYPE CancelSaveFileAs( + virtual HRESULT STDMETHODCALLTYPE StartAtMarker( + WORD wMarkerIndex, + QWORD cnsDuration, + float fRate, + void *pvContext) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputSetting( + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputSetting( + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE Preroll( + QWORD cnsStart, + QWORD cnsDuration, + float fRate) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLogClientID( + WINBOOL fLogClientID) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetLogClientID( + WINBOOL *pfLogClientID) = 0; + + virtual HRESULT STDMETHODCALLTYPE StopBuffering( ) = 0; - virtual HRESULT STDMETHODCALLTYPE GetURL( - WCHAR *pwszURL, - DWORD *pcchURL) = 0; + virtual HRESULT STDMETHODCALLTYPE OpenStream( + IStream *pStream, + IWMReaderCallback *pCallback, + void *pvContext) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced4, 0x945a76a2, 0x12ae, 0x4d48, 0xbd,0x3c, 0xcd,0x1d,0x90,0x39,0x9b,0x85) +__CRT_UUID_DECL(IWMReaderAdvanced2, 0xae14a945, 0xb90c, 0x4d0d, 0x91,0x27, 0x80,0xd6,0x65,0xf7,0xd7,0x3e) #endif #else -typedef struct IWMReaderAdvanced4Vtbl { +typedef struct IWMReaderAdvanced2Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced4* This); + IWMReaderAdvanced2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced4* This); + IWMReaderAdvanced2 *This); /*** IWMReaderAdvanced methods ***/ HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL fUserClock); HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL *pfUserClock); HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, QWORD cnsTime); HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL fSelection); HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL *pfSelection); HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD cStreamCount, WORD *pwStreamNumbers, WMT_STREAM_SELECTION *pSelections); HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wStreamNum, WMT_STREAM_SELECTION *pSelection); HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL fGetCallbacks); HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL *pfGetCallbacks); HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wStreamNum, WINBOOL fReceiveStreamSamples); HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wStreamNum, WINBOOL *pfReceiveStreamSamples); HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD dwOutputNum, WINBOOL fAllocate); HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD dwOutputNum, WINBOOL *pfAllocate); HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wStreamNum, WINBOOL fAllocate); HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced4* This, - WORD dwSreamNum, + IWMReaderAdvanced2 *This, + WORD dwStreamNum, WINBOOL *pfAllocate); HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WM_READER_STATISTICS *pStatistics); HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WM_READER_CLIENTINFO *pClientInfo); HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD dwOutput, DWORD *pcbMax); HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wStream, DWORD *pcbMax); HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, QWORD cnsLateness); /*** IWMReaderAdvanced2 methods ***/ HRESULT (STDMETHODCALLTYPE *SetPlayMode)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WMT_PLAY_MODE Mode); HRESULT (STDMETHODCALLTYPE *GetPlayMode)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WMT_PLAY_MODE *pMode); HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD *pdwPercent, QWORD *pcnsBuffering); HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD *pdwPercent, QWORD *pqwBytesDownloaded, QWORD *pcnsDownload); HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD *pdwPercent); HRESULT (STDMETHODCALLTYPE *SaveFileAs)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, const WCHAR *pwszFilename); HRESULT (STDMETHODCALLTYPE *GetProtocolName)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WCHAR *pwszProtocol, DWORD *pcchProtocol); HRESULT (STDMETHODCALLTYPE *StartAtMarker)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WORD wMarkerIndex, QWORD cnsDuration, float fRate, void *pvContext); HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD dwOutputNum, LPCWSTR pszName, WMT_ATTR_DATATYPE *pType, @@ -4113,7 +4192,7 @@ WORD *pcbLength); HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, DWORD dwOutputNum, LPCWSTR pszName, WMT_ATTR_DATATYPE Type, @@ -4121,3351 +4200,6982 @@ WORD cbLength); HRESULT (STDMETHODCALLTYPE *Preroll)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, QWORD cnsStart, QWORD cnsDuration, float fRate); HRESULT (STDMETHODCALLTYPE *SetLogClientID)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL fLogClientID); HRESULT (STDMETHODCALLTYPE *GetLogClientID)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, WINBOOL *pfLogClientID); HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IWMReaderAdvanced4* This); + IWMReaderAdvanced2 *This); HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMReaderAdvanced4* This, + IWMReaderAdvanced2 *This, IStream *pStream, IWMReaderCallback *pCallback, void *pvContext); - /*** IWMReaderAdvanced3 methods ***/ - HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( - IWMReaderAdvanced4* This); - - HRESULT (STDMETHODCALLTYPE *StartAtPosition)( - IWMReaderAdvanced4* This, - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext); - - /*** IWMReaderAdvanced4 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( - IWMReaderAdvanced4* This, - DWORD dwOutputNum, - WORD *pwLanguageCount); - - HRESULT (STDMETHODCALLTYPE *GetLanguage)( - IWMReaderAdvanced4* This, - DWORD dwOutputNum, - WORD wLanguage, - WCHAR *pwszLanguageString, - WORD *pcchLanguageStringLength); - - HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( - IWMReaderAdvanced4* This, - double *pdblFactor); - - HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( - IWMReaderAdvanced4* This, - WINBOOL *pfUsingFastCache); - - HRESULT (STDMETHODCALLTYPE *AddLogParam)( - IWMReaderAdvanced4* This, - LPCWSTR wszNameSpace, - LPCWSTR wszName, - LPCWSTR wszValue); - - HRESULT (STDMETHODCALLTYPE *SendLogParams)( - IWMReaderAdvanced4* This); - - HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( - IWMReaderAdvanced4* This, - WINBOOL *pfCanSave); - - HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( - IWMReaderAdvanced4* This); - - HRESULT (STDMETHODCALLTYPE *GetURL)( - IWMReaderAdvanced4* This, - WCHAR *pwszURL, - DWORD *pcchURL); - END_INTERFACE -} IWMReaderAdvanced4Vtbl; -interface IWMReaderAdvanced4 { - CONST_VTBL IWMReaderAdvanced4Vtbl* lpVtbl; +} IWMReaderAdvanced2Vtbl; + +interface IWMReaderAdvanced2 { + CONST_VTBL IWMReaderAdvanced2Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced4_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced4_Release(This) (This)->lpVtbl->Release(This) +#define IWMReaderAdvanced2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced2_Release(This) (This)->lpVtbl->Release(This) /*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced4_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced4_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced4_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced4_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced4_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced4_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced4_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced4_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced4_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced4_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced4_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced4_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced4_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced4_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced4_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced4_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced4_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced4_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced4_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced4_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +#define IWMReaderAdvanced2_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced2_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced2_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced2_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced2_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced2_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced2_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced2_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced2_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced2_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced2_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced2_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced2_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced2_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced2_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced2_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced2_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced2_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced2_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced2_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) /*** IWMReaderAdvanced2 methods ***/ -#define IWMReaderAdvanced4_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) -#define IWMReaderAdvanced4_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) -#define IWMReaderAdvanced4_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) -#define IWMReaderAdvanced4_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) -#define IWMReaderAdvanced4_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) -#define IWMReaderAdvanced4_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) -#define IWMReaderAdvanced4_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) -#define IWMReaderAdvanced4_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) -#define IWMReaderAdvanced4_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMReaderAdvanced4_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMReaderAdvanced4_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) -#define IWMReaderAdvanced4_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) -#define IWMReaderAdvanced4_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) -#define IWMReaderAdvanced4_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) -#define IWMReaderAdvanced4_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) -/*** IWMReaderAdvanced3 methods ***/ -#define IWMReaderAdvanced4_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) -#define IWMReaderAdvanced4_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) -/*** IWMReaderAdvanced4 methods ***/ -#define IWMReaderAdvanced4_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) -#define IWMReaderAdvanced4_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) -#define IWMReaderAdvanced4_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) -#define IWMReaderAdvanced4_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) -#define IWMReaderAdvanced4_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) -#define IWMReaderAdvanced4_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) -#define IWMReaderAdvanced4_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) -#define IWMReaderAdvanced4_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) -#define IWMReaderAdvanced4_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) +#define IWMReaderAdvanced2_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) +#define IWMReaderAdvanced2_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) +#define IWMReaderAdvanced2_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) +#define IWMReaderAdvanced2_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) +#define IWMReaderAdvanced2_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) +#define IWMReaderAdvanced2_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) +#define IWMReaderAdvanced2_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) +#define IWMReaderAdvanced2_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) +#define IWMReaderAdvanced2_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMReaderAdvanced2_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMReaderAdvanced2_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) +#define IWMReaderAdvanced2_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) +#define IWMReaderAdvanced2_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) +#define IWMReaderAdvanced2_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) +#define IWMReaderAdvanced2_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced4_QueryInterface(IWMReaderAdvanced4* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_QueryInterface(IWMReaderAdvanced2* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced4_AddRef(IWMReaderAdvanced4* This) { +static FORCEINLINE ULONG IWMReaderAdvanced2_AddRef(IWMReaderAdvanced2* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMReaderAdvanced4_Release(IWMReaderAdvanced4* This) { +static FORCEINLINE ULONG IWMReaderAdvanced2_Release(IWMReaderAdvanced2* This) { return This->lpVtbl->Release(This); } /*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetUserProvidedClock(IWMReaderAdvanced4* This,WINBOOL fUserClock) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetUserProvidedClock(IWMReaderAdvanced2* This,WINBOOL fUserClock) { return This->lpVtbl->SetUserProvidedClock(This,fUserClock); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetUserProvidedClock(IWMReaderAdvanced4* This,WINBOOL *pfUserClock) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetUserProvidedClock(IWMReaderAdvanced2* This,WINBOOL *pfUserClock) { return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_DeliverTime(IWMReaderAdvanced4* This,QWORD cnsTime) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_DeliverTime(IWMReaderAdvanced2* This,QWORD cnsTime) { return This->lpVtbl->DeliverTime(This,cnsTime); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetManualStreamSelection(IWMReaderAdvanced4* This,WINBOOL fSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetManualStreamSelection(IWMReaderAdvanced2* This,WINBOOL fSelection) { return This->lpVtbl->SetManualStreamSelection(This,fSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetManualStreamSelection(IWMReaderAdvanced4* This,WINBOOL *pfSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetManualStreamSelection(IWMReaderAdvanced2* This,WINBOOL *pfSelection) { return This->lpVtbl->GetManualStreamSelection(This,pfSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetStreamsSelected(IWMReaderAdvanced4* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetStreamsSelected(IWMReaderAdvanced2* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetStreamSelected(IWMReaderAdvanced4* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetStreamSelected(IWMReaderAdvanced2* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetReceiveSelectionCallbacks(IWMReaderAdvanced4* This,WINBOOL fGetCallbacks) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetReceiveSelectionCallbacks(IWMReaderAdvanced2* This,WINBOOL fGetCallbacks) { return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetReceiveSelectionCallbacks(IWMReaderAdvanced4* This,WINBOOL *pfGetCallbacks) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetReceiveSelectionCallbacks(IWMReaderAdvanced2* This,WINBOOL *pfGetCallbacks) { return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetReceiveStreamSamples(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetReceiveStreamSamples(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetReceiveStreamSamples(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetReceiveStreamSamples(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetAllocateForOutput(IWMReaderAdvanced4* This,DWORD dwOutputNum,WINBOOL fAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetAllocateForOutput(IWMReaderAdvanced2* This,DWORD dwOutputNum,WINBOOL fAllocate) { return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetAllocateForOutput(IWMReaderAdvanced4* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetAllocateForOutput(IWMReaderAdvanced2* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetAllocateForStream(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL fAllocate) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetAllocateForStream(IWMReaderAdvanced2* This,WORD wStreamNum,WINBOOL fAllocate) { return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetAllocateForStream(IWMReaderAdvanced4* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetAllocateForStream(IWMReaderAdvanced2* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetStatistics(IWMReaderAdvanced4* This,WM_READER_STATISTICS *pStatistics) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetStatistics(IWMReaderAdvanced2* This,WM_READER_STATISTICS *pStatistics) { return This->lpVtbl->GetStatistics(This,pStatistics); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetClientInfo(IWMReaderAdvanced4* This,WM_READER_CLIENTINFO *pClientInfo) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetClientInfo(IWMReaderAdvanced2* This,WM_READER_CLIENTINFO *pClientInfo) { return This->lpVtbl->SetClientInfo(This,pClientInfo); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxOutputSampleSize(IWMReaderAdvanced4* This,DWORD dwOutput,DWORD *pcbMax) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetMaxOutputSampleSize(IWMReaderAdvanced2* This,DWORD dwOutput,DWORD *pcbMax) { return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxStreamSampleSize(IWMReaderAdvanced4* This,WORD wStream,DWORD *pcbMax) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetMaxStreamSampleSize(IWMReaderAdvanced2* This,WORD wStream,DWORD *pcbMax) { return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_NotifyLateDelivery(IWMReaderAdvanced4* This,QWORD cnsLateness) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_NotifyLateDelivery(IWMReaderAdvanced2* This,QWORD cnsLateness) { return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); } /*** IWMReaderAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetPlayMode(IWMReaderAdvanced4* This,WMT_PLAY_MODE Mode) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetPlayMode(IWMReaderAdvanced2* This,WMT_PLAY_MODE Mode) { return This->lpVtbl->SetPlayMode(This,Mode); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetPlayMode(IWMReaderAdvanced4* This,WMT_PLAY_MODE *pMode) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetPlayMode(IWMReaderAdvanced2* This,WMT_PLAY_MODE *pMode) { return This->lpVtbl->GetPlayMode(This,pMode); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetBufferProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetBufferProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetDownloadProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetDownloadProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetSaveAsProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetSaveAsProgress(IWMReaderAdvanced2* This,DWORD *pdwPercent) { return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SaveFileAs(IWMReaderAdvanced4* This,const WCHAR *pwszFilename) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SaveFileAs(IWMReaderAdvanced2* This,const WCHAR *pwszFilename) { return This->lpVtbl->SaveFileAs(This,pwszFilename); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetProtocolName(IWMReaderAdvanced4* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetProtocolName(IWMReaderAdvanced2* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_StartAtMarker(IWMReaderAdvanced4* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_StartAtMarker(IWMReaderAdvanced2* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetOutputSetting(IWMReaderAdvanced4* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetOutputSetting(IWMReaderAdvanced2* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetOutputSetting(IWMReaderAdvanced4* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetOutputSetting(IWMReaderAdvanced2* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_Preroll(IWMReaderAdvanced4* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { +static FORCEINLINE HRESULT IWMReaderAdvanced2_Preroll(IWMReaderAdvanced2* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SetLogClientID(IWMReaderAdvanced4* This,WINBOOL fLogClientID) { - return This->lpVtbl->SetLogClientID(This,fLogClientID); +static FORCEINLINE HRESULT IWMReaderAdvanced2_SetLogClientID(IWMReaderAdvanced2* This,WINBOOL fLogClientID) { + return This->lpVtbl->SetLogClientID(This,fLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced2_GetLogClientID(IWMReaderAdvanced2* This,WINBOOL *pfLogClientID) { + return This->lpVtbl->GetLogClientID(This,pfLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced2_StopBuffering(IWMReaderAdvanced2* This) { + return This->lpVtbl->StopBuffering(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced2_OpenStream(IWMReaderAdvanced2* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +} +#endif +#endif + +#endif + + +#endif /* __IWMReaderAdvanced2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMReaderAdvanced3 interface + */ +#ifndef __IWMReaderAdvanced3_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReaderAdvanced3, 0x5dc0674b, 0xf04b, 0x4a4e, 0x9f,0x2a, 0xb1,0xaf,0xde,0x2c,0x81,0x00); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("5dc0674b-f04b-4a4e-9f2a-b1afde2c8100") +IWMReaderAdvanced3 : public IWMReaderAdvanced2 +{ + virtual HRESULT STDMETHODCALLTYPE StopNetStreaming( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE StartAtPosition( + WORD wStreamNum, + void *pvOffsetStart, + void *pvDuration, + WMT_OFFSET_FORMAT dwOffsetFormat, + float fRate, + void *pvContext) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderAdvanced3, 0x5dc0674b, 0xf04b, 0x4a4e, 0x9f,0x2a, 0xb1,0xaf,0xde,0x2c,0x81,0x00) +#endif +#else +typedef struct IWMReaderAdvanced3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderAdvanced3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderAdvanced3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderAdvanced3 *This); + + /*** IWMReaderAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( + IWMReaderAdvanced3 *This, + WINBOOL fUserClock); + + HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( + IWMReaderAdvanced3 *This, + WINBOOL *pfUserClock); + + HRESULT (STDMETHODCALLTYPE *DeliverTime)( + IWMReaderAdvanced3 *This, + QWORD cnsTime); + + HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( + IWMReaderAdvanced3 *This, + WINBOOL fSelection); + + HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( + IWMReaderAdvanced3 *This, + WINBOOL *pfSelection); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMReaderAdvanced3 *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMReaderAdvanced3 *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( + IWMReaderAdvanced3 *This, + WINBOOL fGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( + IWMReaderAdvanced3 *This, + WINBOOL *pfGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( + IWMReaderAdvanced3 *This, + WORD wStreamNum, + WINBOOL fReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( + IWMReaderAdvanced3 *This, + WORD wStreamNum, + WINBOOL *pfReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( + IWMReaderAdvanced3 *This, + DWORD dwOutputNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( + IWMReaderAdvanced3 *This, + DWORD dwOutputNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( + IWMReaderAdvanced3 *This, + WORD wStreamNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( + IWMReaderAdvanced3 *This, + WORD dwStreamNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMReaderAdvanced3 *This, + WM_READER_STATISTICS *pStatistics); + + HRESULT (STDMETHODCALLTYPE *SetClientInfo)( + IWMReaderAdvanced3 *This, + WM_READER_CLIENTINFO *pClientInfo); + + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMReaderAdvanced3 *This, + DWORD dwOutput, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMReaderAdvanced3 *This, + WORD wStream, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( + IWMReaderAdvanced3 *This, + QWORD cnsLateness); + + /*** IWMReaderAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayMode)( + IWMReaderAdvanced3 *This, + WMT_PLAY_MODE Mode); + + HRESULT (STDMETHODCALLTYPE *GetPlayMode)( + IWMReaderAdvanced3 *This, + WMT_PLAY_MODE *pMode); + + HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( + IWMReaderAdvanced3 *This, + DWORD *pdwPercent, + QWORD *pcnsBuffering); + + HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( + IWMReaderAdvanced3 *This, + DWORD *pdwPercent, + QWORD *pqwBytesDownloaded, + QWORD *pcnsDownload); + + HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( + IWMReaderAdvanced3 *This, + DWORD *pdwPercent); + + HRESULT (STDMETHODCALLTYPE *SaveFileAs)( + IWMReaderAdvanced3 *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *GetProtocolName)( + IWMReaderAdvanced3 *This, + WCHAR *pwszProtocol, + DWORD *pcchProtocol); + + HRESULT (STDMETHODCALLTYPE *StartAtMarker)( + IWMReaderAdvanced3 *This, + WORD wMarkerIndex, + QWORD cnsDuration, + float fRate, + void *pvContext); + + HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( + IWMReaderAdvanced3 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( + IWMReaderAdvanced3 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + HRESULT (STDMETHODCALLTYPE *Preroll)( + IWMReaderAdvanced3 *This, + QWORD cnsStart, + QWORD cnsDuration, + float fRate); + + HRESULT (STDMETHODCALLTYPE *SetLogClientID)( + IWMReaderAdvanced3 *This, + WINBOOL fLogClientID); + + HRESULT (STDMETHODCALLTYPE *GetLogClientID)( + IWMReaderAdvanced3 *This, + WINBOOL *pfLogClientID); + + HRESULT (STDMETHODCALLTYPE *StopBuffering)( + IWMReaderAdvanced3 *This); + + HRESULT (STDMETHODCALLTYPE *OpenStream)( + IWMReaderAdvanced3 *This, + IStream *pStream, + IWMReaderCallback *pCallback, + void *pvContext); + + /*** IWMReaderAdvanced3 methods ***/ + HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( + IWMReaderAdvanced3 *This); + + HRESULT (STDMETHODCALLTYPE *StartAtPosition)( + IWMReaderAdvanced3 *This, + WORD wStreamNum, + void *pvOffsetStart, + void *pvDuration, + WMT_OFFSET_FORMAT dwOffsetFormat, + float fRate, + void *pvContext); + + END_INTERFACE +} IWMReaderAdvanced3Vtbl; + +interface IWMReaderAdvanced3 { + CONST_VTBL IWMReaderAdvanced3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderAdvanced3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderAdvanced methods ***/ +#define IWMReaderAdvanced3_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced3_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced3_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced3_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced3_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced3_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced3_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced3_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced3_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced3_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced3_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced3_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced3_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced3_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced3_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced3_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced3_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced3_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced3_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced3_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +/*** IWMReaderAdvanced2 methods ***/ +#define IWMReaderAdvanced3_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) +#define IWMReaderAdvanced3_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) +#define IWMReaderAdvanced3_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) +#define IWMReaderAdvanced3_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) +#define IWMReaderAdvanced3_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) +#define IWMReaderAdvanced3_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) +#define IWMReaderAdvanced3_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) +#define IWMReaderAdvanced3_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) +#define IWMReaderAdvanced3_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMReaderAdvanced3_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMReaderAdvanced3_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) +#define IWMReaderAdvanced3_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) +#define IWMReaderAdvanced3_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) +#define IWMReaderAdvanced3_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) +#define IWMReaderAdvanced3_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) +/*** IWMReaderAdvanced3 methods ***/ +#define IWMReaderAdvanced3_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) +#define IWMReaderAdvanced3_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced3_QueryInterface(IWMReaderAdvanced3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderAdvanced3_AddRef(IWMReaderAdvanced3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderAdvanced3_Release(IWMReaderAdvanced3* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderAdvanced methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetUserProvidedClock(IWMReaderAdvanced3* This,WINBOOL fUserClock) { + return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetUserProvidedClock(IWMReaderAdvanced3* This,WINBOOL *pfUserClock) { + return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_DeliverTime(IWMReaderAdvanced3* This,QWORD cnsTime) { + return This->lpVtbl->DeliverTime(This,cnsTime); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetManualStreamSelection(IWMReaderAdvanced3* This,WINBOOL fSelection) { + return This->lpVtbl->SetManualStreamSelection(This,fSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetManualStreamSelection(IWMReaderAdvanced3* This,WINBOOL *pfSelection) { + return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetStreamsSelected(IWMReaderAdvanced3* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { + return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetStreamSelected(IWMReaderAdvanced3* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { + return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetReceiveSelectionCallbacks(IWMReaderAdvanced3* This,WINBOOL fGetCallbacks) { + return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetReceiveSelectionCallbacks(IWMReaderAdvanced3* This,WINBOOL *pfGetCallbacks) { + return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetReceiveStreamSamples(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { + return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetReceiveStreamSamples(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { + return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetAllocateForOutput(IWMReaderAdvanced3* This,DWORD dwOutputNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetAllocateForOutput(IWMReaderAdvanced3* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetAllocateForStream(IWMReaderAdvanced3* This,WORD wStreamNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetAllocateForStream(IWMReaderAdvanced3* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetStatistics(IWMReaderAdvanced3* This,WM_READER_STATISTICS *pStatistics) { + return This->lpVtbl->GetStatistics(This,pStatistics); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetClientInfo(IWMReaderAdvanced3* This,WM_READER_CLIENTINFO *pClientInfo) { + return This->lpVtbl->SetClientInfo(This,pClientInfo); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetMaxOutputSampleSize(IWMReaderAdvanced3* This,DWORD dwOutput,DWORD *pcbMax) { + return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetMaxStreamSampleSize(IWMReaderAdvanced3* This,WORD wStream,DWORD *pcbMax) { + return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_NotifyLateDelivery(IWMReaderAdvanced3* This,QWORD cnsLateness) { + return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +} +/*** IWMReaderAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetPlayMode(IWMReaderAdvanced3* This,WMT_PLAY_MODE Mode) { + return This->lpVtbl->SetPlayMode(This,Mode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetPlayMode(IWMReaderAdvanced3* This,WMT_PLAY_MODE *pMode) { + return This->lpVtbl->GetPlayMode(This,pMode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetBufferProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { + return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetDownloadProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { + return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetSaveAsProgress(IWMReaderAdvanced3* This,DWORD *pdwPercent) { + return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SaveFileAs(IWMReaderAdvanced3* This,const WCHAR *pwszFilename) { + return This->lpVtbl->SaveFileAs(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetProtocolName(IWMReaderAdvanced3* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { + return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_StartAtMarker(IWMReaderAdvanced3* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { + return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetOutputSetting(IWMReaderAdvanced3* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetOutputSetting(IWMReaderAdvanced3* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_Preroll(IWMReaderAdvanced3* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { + return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_SetLogClientID(IWMReaderAdvanced3* This,WINBOOL fLogClientID) { + return This->lpVtbl->SetLogClientID(This,fLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_GetLogClientID(IWMReaderAdvanced3* This,WINBOOL *pfLogClientID) { + return This->lpVtbl->GetLogClientID(This,pfLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_StopBuffering(IWMReaderAdvanced3* This) { + return This->lpVtbl->StopBuffering(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_OpenStream(IWMReaderAdvanced3* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +} +/*** IWMReaderAdvanced3 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced3_StopNetStreaming(IWMReaderAdvanced3* This) { + return This->lpVtbl->StopNetStreaming(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced3_StartAtPosition(IWMReaderAdvanced3* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { + return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +} +#endif +#endif + +#endif + + +#endif /* __IWMReaderAdvanced3_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMReaderAdvanced4 interface + */ +#ifndef __IWMReaderAdvanced4_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced4_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReaderAdvanced4, 0x945a76a2, 0x12ae, 0x4d48, 0xbd,0x3c, 0xcd,0x1d,0x90,0x39,0x9b,0x85); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("945a76a2-12ae-4d48-bd3c-cd1d90399b85") +IWMReaderAdvanced4 : public IWMReaderAdvanced3 +{ + virtual HRESULT STDMETHODCALLTYPE GetLanguageCount( + DWORD dwOutputNum, + WORD *pwLanguageCount) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetLanguage( + DWORD dwOutputNum, + WORD wLanguage, + WCHAR *pwszLanguageString, + WORD *pcchLanguageStringLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMaxSpeedFactor( + double *pdblFactor) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsUsingFastCache( + WINBOOL *pfUsingFastCache) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddLogParam( + LPCWSTR wszNameSpace, + LPCWSTR wszName, + LPCWSTR wszValue) = 0; + + virtual HRESULT STDMETHODCALLTYPE SendLogParams( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE CanSaveFileAs( + WINBOOL *pfCanSave) = 0; + + virtual HRESULT STDMETHODCALLTYPE CancelSaveFileAs( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetURL( + WCHAR *pwszURL, + DWORD *pcchURL) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderAdvanced4, 0x945a76a2, 0x12ae, 0x4d48, 0xbd,0x3c, 0xcd,0x1d,0x90,0x39,0x9b,0x85) +#endif +#else +typedef struct IWMReaderAdvanced4Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderAdvanced4 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderAdvanced4 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderAdvanced4 *This); + + /*** IWMReaderAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( + IWMReaderAdvanced4 *This, + WINBOOL fUserClock); + + HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( + IWMReaderAdvanced4 *This, + WINBOOL *pfUserClock); + + HRESULT (STDMETHODCALLTYPE *DeliverTime)( + IWMReaderAdvanced4 *This, + QWORD cnsTime); + + HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( + IWMReaderAdvanced4 *This, + WINBOOL fSelection); + + HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( + IWMReaderAdvanced4 *This, + WINBOOL *pfSelection); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMReaderAdvanced4 *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMReaderAdvanced4 *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( + IWMReaderAdvanced4 *This, + WINBOOL fGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( + IWMReaderAdvanced4 *This, + WINBOOL *pfGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( + IWMReaderAdvanced4 *This, + WORD wStreamNum, + WINBOOL fReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( + IWMReaderAdvanced4 *This, + WORD wStreamNum, + WINBOOL *pfReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( + IWMReaderAdvanced4 *This, + WORD wStreamNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( + IWMReaderAdvanced4 *This, + WORD dwStreamNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMReaderAdvanced4 *This, + WM_READER_STATISTICS *pStatistics); + + HRESULT (STDMETHODCALLTYPE *SetClientInfo)( + IWMReaderAdvanced4 *This, + WM_READER_CLIENTINFO *pClientInfo); + + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMReaderAdvanced4 *This, + DWORD dwOutput, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMReaderAdvanced4 *This, + WORD wStream, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( + IWMReaderAdvanced4 *This, + QWORD cnsLateness); + + /*** IWMReaderAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayMode)( + IWMReaderAdvanced4 *This, + WMT_PLAY_MODE Mode); + + HRESULT (STDMETHODCALLTYPE *GetPlayMode)( + IWMReaderAdvanced4 *This, + WMT_PLAY_MODE *pMode); + + HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( + IWMReaderAdvanced4 *This, + DWORD *pdwPercent, + QWORD *pcnsBuffering); + + HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( + IWMReaderAdvanced4 *This, + DWORD *pdwPercent, + QWORD *pqwBytesDownloaded, + QWORD *pcnsDownload); + + HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( + IWMReaderAdvanced4 *This, + DWORD *pdwPercent); + + HRESULT (STDMETHODCALLTYPE *SaveFileAs)( + IWMReaderAdvanced4 *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *GetProtocolName)( + IWMReaderAdvanced4 *This, + WCHAR *pwszProtocol, + DWORD *pcchProtocol); + + HRESULT (STDMETHODCALLTYPE *StartAtMarker)( + IWMReaderAdvanced4 *This, + WORD wMarkerIndex, + QWORD cnsDuration, + float fRate, + void *pvContext); + + HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + HRESULT (STDMETHODCALLTYPE *Preroll)( + IWMReaderAdvanced4 *This, + QWORD cnsStart, + QWORD cnsDuration, + float fRate); + + HRESULT (STDMETHODCALLTYPE *SetLogClientID)( + IWMReaderAdvanced4 *This, + WINBOOL fLogClientID); + + HRESULT (STDMETHODCALLTYPE *GetLogClientID)( + IWMReaderAdvanced4 *This, + WINBOOL *pfLogClientID); + + HRESULT (STDMETHODCALLTYPE *StopBuffering)( + IWMReaderAdvanced4 *This); + + HRESULT (STDMETHODCALLTYPE *OpenStream)( + IWMReaderAdvanced4 *This, + IStream *pStream, + IWMReaderCallback *pCallback, + void *pvContext); + + /*** IWMReaderAdvanced3 methods ***/ + HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( + IWMReaderAdvanced4 *This); + + HRESULT (STDMETHODCALLTYPE *StartAtPosition)( + IWMReaderAdvanced4 *This, + WORD wStreamNum, + void *pvOffsetStart, + void *pvDuration, + WMT_OFFSET_FORMAT dwOffsetFormat, + float fRate, + void *pvContext); + + /*** IWMReaderAdvanced4 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + WORD *pwLanguageCount); + + HRESULT (STDMETHODCALLTYPE *GetLanguage)( + IWMReaderAdvanced4 *This, + DWORD dwOutputNum, + WORD wLanguage, + WCHAR *pwszLanguageString, + WORD *pcchLanguageStringLength); + + HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( + IWMReaderAdvanced4 *This, + double *pdblFactor); + + HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( + IWMReaderAdvanced4 *This, + WINBOOL *pfUsingFastCache); + + HRESULT (STDMETHODCALLTYPE *AddLogParam)( + IWMReaderAdvanced4 *This, + LPCWSTR wszNameSpace, + LPCWSTR wszName, + LPCWSTR wszValue); + + HRESULT (STDMETHODCALLTYPE *SendLogParams)( + IWMReaderAdvanced4 *This); + + HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( + IWMReaderAdvanced4 *This, + WINBOOL *pfCanSave); + + HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( + IWMReaderAdvanced4 *This); + + HRESULT (STDMETHODCALLTYPE *GetURL)( + IWMReaderAdvanced4 *This, + WCHAR *pwszURL, + DWORD *pcchURL); + + END_INTERFACE +} IWMReaderAdvanced4Vtbl; + +interface IWMReaderAdvanced4 { + CONST_VTBL IWMReaderAdvanced4Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderAdvanced4_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced4_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced4_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderAdvanced methods ***/ +#define IWMReaderAdvanced4_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced4_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced4_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced4_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced4_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced4_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced4_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced4_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced4_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced4_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced4_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced4_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced4_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced4_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced4_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced4_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced4_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced4_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced4_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced4_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +/*** IWMReaderAdvanced2 methods ***/ +#define IWMReaderAdvanced4_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) +#define IWMReaderAdvanced4_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) +#define IWMReaderAdvanced4_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) +#define IWMReaderAdvanced4_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) +#define IWMReaderAdvanced4_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) +#define IWMReaderAdvanced4_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) +#define IWMReaderAdvanced4_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) +#define IWMReaderAdvanced4_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) +#define IWMReaderAdvanced4_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMReaderAdvanced4_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMReaderAdvanced4_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) +#define IWMReaderAdvanced4_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) +#define IWMReaderAdvanced4_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) +#define IWMReaderAdvanced4_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) +#define IWMReaderAdvanced4_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) +/*** IWMReaderAdvanced3 methods ***/ +#define IWMReaderAdvanced4_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) +#define IWMReaderAdvanced4_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) +/*** IWMReaderAdvanced4 methods ***/ +#define IWMReaderAdvanced4_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) +#define IWMReaderAdvanced4_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) +#define IWMReaderAdvanced4_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) +#define IWMReaderAdvanced4_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) +#define IWMReaderAdvanced4_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) +#define IWMReaderAdvanced4_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) +#define IWMReaderAdvanced4_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) +#define IWMReaderAdvanced4_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) +#define IWMReaderAdvanced4_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced4_QueryInterface(IWMReaderAdvanced4* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderAdvanced4_AddRef(IWMReaderAdvanced4* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderAdvanced4_Release(IWMReaderAdvanced4* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderAdvanced methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetUserProvidedClock(IWMReaderAdvanced4* This,WINBOOL fUserClock) { + return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetUserProvidedClock(IWMReaderAdvanced4* This,WINBOOL *pfUserClock) { + return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_DeliverTime(IWMReaderAdvanced4* This,QWORD cnsTime) { + return This->lpVtbl->DeliverTime(This,cnsTime); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetManualStreamSelection(IWMReaderAdvanced4* This,WINBOOL fSelection) { + return This->lpVtbl->SetManualStreamSelection(This,fSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetManualStreamSelection(IWMReaderAdvanced4* This,WINBOOL *pfSelection) { + return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetStreamsSelected(IWMReaderAdvanced4* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { + return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetStreamSelected(IWMReaderAdvanced4* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { + return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetReceiveSelectionCallbacks(IWMReaderAdvanced4* This,WINBOOL fGetCallbacks) { + return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetReceiveSelectionCallbacks(IWMReaderAdvanced4* This,WINBOOL *pfGetCallbacks) { + return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetReceiveStreamSamples(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { + return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetReceiveStreamSamples(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { + return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetAllocateForOutput(IWMReaderAdvanced4* This,DWORD dwOutputNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetAllocateForOutput(IWMReaderAdvanced4* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetAllocateForStream(IWMReaderAdvanced4* This,WORD wStreamNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetAllocateForStream(IWMReaderAdvanced4* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetStatistics(IWMReaderAdvanced4* This,WM_READER_STATISTICS *pStatistics) { + return This->lpVtbl->GetStatistics(This,pStatistics); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetClientInfo(IWMReaderAdvanced4* This,WM_READER_CLIENTINFO *pClientInfo) { + return This->lpVtbl->SetClientInfo(This,pClientInfo); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxOutputSampleSize(IWMReaderAdvanced4* This,DWORD dwOutput,DWORD *pcbMax) { + return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxStreamSampleSize(IWMReaderAdvanced4* This,WORD wStream,DWORD *pcbMax) { + return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_NotifyLateDelivery(IWMReaderAdvanced4* This,QWORD cnsLateness) { + return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +} +/*** IWMReaderAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetPlayMode(IWMReaderAdvanced4* This,WMT_PLAY_MODE Mode) { + return This->lpVtbl->SetPlayMode(This,Mode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetPlayMode(IWMReaderAdvanced4* This,WMT_PLAY_MODE *pMode) { + return This->lpVtbl->GetPlayMode(This,pMode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetBufferProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { + return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetDownloadProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { + return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetSaveAsProgress(IWMReaderAdvanced4* This,DWORD *pdwPercent) { + return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SaveFileAs(IWMReaderAdvanced4* This,const WCHAR *pwszFilename) { + return This->lpVtbl->SaveFileAs(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetProtocolName(IWMReaderAdvanced4* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { + return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_StartAtMarker(IWMReaderAdvanced4* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { + return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetOutputSetting(IWMReaderAdvanced4* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetOutputSetting(IWMReaderAdvanced4* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_Preroll(IWMReaderAdvanced4* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { + return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SetLogClientID(IWMReaderAdvanced4* This,WINBOOL fLogClientID) { + return This->lpVtbl->SetLogClientID(This,fLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLogClientID(IWMReaderAdvanced4* This,WINBOOL *pfLogClientID) { + return This->lpVtbl->GetLogClientID(This,pfLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_StopBuffering(IWMReaderAdvanced4* This) { + return This->lpVtbl->StopBuffering(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_OpenStream(IWMReaderAdvanced4* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +} +/*** IWMReaderAdvanced3 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced4_StopNetStreaming(IWMReaderAdvanced4* This) { + return This->lpVtbl->StopNetStreaming(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_StartAtPosition(IWMReaderAdvanced4* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { + return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +} +/*** IWMReaderAdvanced4 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLanguageCount(IWMReaderAdvanced4* This,DWORD dwOutputNum,WORD *pwLanguageCount) { + return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLanguage(IWMReaderAdvanced4* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { + return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxSpeedFactor(IWMReaderAdvanced4* This,double *pdblFactor) { + return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_IsUsingFastCache(IWMReaderAdvanced4* This,WINBOOL *pfUsingFastCache) { + return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_AddLogParam(IWMReaderAdvanced4* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { + return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_SendLogParams(IWMReaderAdvanced4* This) { + return This->lpVtbl->SendLogParams(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_CanSaveFileAs(IWMReaderAdvanced4* This,WINBOOL *pfCanSave) { + return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_CancelSaveFileAs(IWMReaderAdvanced4* This) { + return This->lpVtbl->CancelSaveFileAs(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced4_GetURL(IWMReaderAdvanced4* This,WCHAR *pwszURL,DWORD *pcchURL) { + return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +} +#endif +#endif + +#endif + + +#endif /* __IWMReaderAdvanced4_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMReaderAdvanced5 interface + */ +#ifndef __IWMReaderAdvanced5_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced5_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReaderAdvanced5, 0x24c44db0, 0x55d1, 0x49ae, 0xa5,0xcc, 0xf1,0x38,0x15,0xe3,0x63,0x63); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("24c44db0-55d1-49ae-a5cc-f13815e36363") +IWMReaderAdvanced5 : public IWMReaderAdvanced4 +{ + virtual HRESULT STDMETHODCALLTYPE SetPlayerHook( + DWORD dwOutputNum, + IWMPlayerHook *pHook) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderAdvanced5, 0x24c44db0, 0x55d1, 0x49ae, 0xa5,0xcc, 0xf1,0x38,0x15,0xe3,0x63,0x63) +#endif +#else +typedef struct IWMReaderAdvanced5Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderAdvanced5 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderAdvanced5 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderAdvanced5 *This); + + /*** IWMReaderAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( + IWMReaderAdvanced5 *This, + WINBOOL fUserClock); + + HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( + IWMReaderAdvanced5 *This, + WINBOOL *pfUserClock); + + HRESULT (STDMETHODCALLTYPE *DeliverTime)( + IWMReaderAdvanced5 *This, + QWORD cnsTime); + + HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( + IWMReaderAdvanced5 *This, + WINBOOL fSelection); + + HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( + IWMReaderAdvanced5 *This, + WINBOOL *pfSelection); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMReaderAdvanced5 *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMReaderAdvanced5 *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( + IWMReaderAdvanced5 *This, + WINBOOL fGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( + IWMReaderAdvanced5 *This, + WINBOOL *pfGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( + IWMReaderAdvanced5 *This, + WORD wStreamNum, + WINBOOL fReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( + IWMReaderAdvanced5 *This, + WORD wStreamNum, + WINBOOL *pfReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( + IWMReaderAdvanced5 *This, + WORD wStreamNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( + IWMReaderAdvanced5 *This, + WORD dwStreamNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMReaderAdvanced5 *This, + WM_READER_STATISTICS *pStatistics); + + HRESULT (STDMETHODCALLTYPE *SetClientInfo)( + IWMReaderAdvanced5 *This, + WM_READER_CLIENTINFO *pClientInfo); + + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMReaderAdvanced5 *This, + DWORD dwOutput, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMReaderAdvanced5 *This, + WORD wStream, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( + IWMReaderAdvanced5 *This, + QWORD cnsLateness); + + /*** IWMReaderAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayMode)( + IWMReaderAdvanced5 *This, + WMT_PLAY_MODE Mode); + + HRESULT (STDMETHODCALLTYPE *GetPlayMode)( + IWMReaderAdvanced5 *This, + WMT_PLAY_MODE *pMode); + + HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( + IWMReaderAdvanced5 *This, + DWORD *pdwPercent, + QWORD *pcnsBuffering); + + HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( + IWMReaderAdvanced5 *This, + DWORD *pdwPercent, + QWORD *pqwBytesDownloaded, + QWORD *pcnsDownload); + + HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( + IWMReaderAdvanced5 *This, + DWORD *pdwPercent); + + HRESULT (STDMETHODCALLTYPE *SaveFileAs)( + IWMReaderAdvanced5 *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *GetProtocolName)( + IWMReaderAdvanced5 *This, + WCHAR *pwszProtocol, + DWORD *pcchProtocol); + + HRESULT (STDMETHODCALLTYPE *StartAtMarker)( + IWMReaderAdvanced5 *This, + WORD wMarkerIndex, + QWORD cnsDuration, + float fRate, + void *pvContext); + + HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + HRESULT (STDMETHODCALLTYPE *Preroll)( + IWMReaderAdvanced5 *This, + QWORD cnsStart, + QWORD cnsDuration, + float fRate); + + HRESULT (STDMETHODCALLTYPE *SetLogClientID)( + IWMReaderAdvanced5 *This, + WINBOOL fLogClientID); + + HRESULT (STDMETHODCALLTYPE *GetLogClientID)( + IWMReaderAdvanced5 *This, + WINBOOL *pfLogClientID); + + HRESULT (STDMETHODCALLTYPE *StopBuffering)( + IWMReaderAdvanced5 *This); + + HRESULT (STDMETHODCALLTYPE *OpenStream)( + IWMReaderAdvanced5 *This, + IStream *pStream, + IWMReaderCallback *pCallback, + void *pvContext); + + /*** IWMReaderAdvanced3 methods ***/ + HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( + IWMReaderAdvanced5 *This); + + HRESULT (STDMETHODCALLTYPE *StartAtPosition)( + IWMReaderAdvanced5 *This, + WORD wStreamNum, + void *pvOffsetStart, + void *pvDuration, + WMT_OFFSET_FORMAT dwOffsetFormat, + float fRate, + void *pvContext); + + /*** IWMReaderAdvanced4 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + WORD *pwLanguageCount); + + HRESULT (STDMETHODCALLTYPE *GetLanguage)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + WORD wLanguage, + WCHAR *pwszLanguageString, + WORD *pcchLanguageStringLength); + + HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( + IWMReaderAdvanced5 *This, + double *pdblFactor); + + HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( + IWMReaderAdvanced5 *This, + WINBOOL *pfUsingFastCache); + + HRESULT (STDMETHODCALLTYPE *AddLogParam)( + IWMReaderAdvanced5 *This, + LPCWSTR wszNameSpace, + LPCWSTR wszName, + LPCWSTR wszValue); + + HRESULT (STDMETHODCALLTYPE *SendLogParams)( + IWMReaderAdvanced5 *This); + + HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( + IWMReaderAdvanced5 *This, + WINBOOL *pfCanSave); + + HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( + IWMReaderAdvanced5 *This); + + HRESULT (STDMETHODCALLTYPE *GetURL)( + IWMReaderAdvanced5 *This, + WCHAR *pwszURL, + DWORD *pcchURL); + + /*** IWMReaderAdvanced5 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayerHook)( + IWMReaderAdvanced5 *This, + DWORD dwOutputNum, + IWMPlayerHook *pHook); + + END_INTERFACE +} IWMReaderAdvanced5Vtbl; + +interface IWMReaderAdvanced5 { + CONST_VTBL IWMReaderAdvanced5Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderAdvanced5_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced5_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced5_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderAdvanced methods ***/ +#define IWMReaderAdvanced5_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced5_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced5_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced5_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced5_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced5_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced5_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced5_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced5_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced5_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced5_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced5_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced5_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced5_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced5_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced5_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced5_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced5_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced5_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced5_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +/*** IWMReaderAdvanced2 methods ***/ +#define IWMReaderAdvanced5_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) +#define IWMReaderAdvanced5_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) +#define IWMReaderAdvanced5_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) +#define IWMReaderAdvanced5_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) +#define IWMReaderAdvanced5_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) +#define IWMReaderAdvanced5_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) +#define IWMReaderAdvanced5_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) +#define IWMReaderAdvanced5_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) +#define IWMReaderAdvanced5_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMReaderAdvanced5_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMReaderAdvanced5_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) +#define IWMReaderAdvanced5_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) +#define IWMReaderAdvanced5_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) +#define IWMReaderAdvanced5_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) +#define IWMReaderAdvanced5_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) +/*** IWMReaderAdvanced3 methods ***/ +#define IWMReaderAdvanced5_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) +#define IWMReaderAdvanced5_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) +/*** IWMReaderAdvanced4 methods ***/ +#define IWMReaderAdvanced5_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) +#define IWMReaderAdvanced5_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) +#define IWMReaderAdvanced5_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) +#define IWMReaderAdvanced5_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) +#define IWMReaderAdvanced5_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) +#define IWMReaderAdvanced5_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) +#define IWMReaderAdvanced5_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) +#define IWMReaderAdvanced5_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) +#define IWMReaderAdvanced5_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) +/*** IWMReaderAdvanced5 methods ***/ +#define IWMReaderAdvanced5_SetPlayerHook(This,dwOutputNum,pHook) (This)->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_QueryInterface(IWMReaderAdvanced5* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderAdvanced5_AddRef(IWMReaderAdvanced5* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderAdvanced5_Release(IWMReaderAdvanced5* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderAdvanced methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetUserProvidedClock(IWMReaderAdvanced5* This,WINBOOL fUserClock) { + return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetUserProvidedClock(IWMReaderAdvanced5* This,WINBOOL *pfUserClock) { + return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_DeliverTime(IWMReaderAdvanced5* This,QWORD cnsTime) { + return This->lpVtbl->DeliverTime(This,cnsTime); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetManualStreamSelection(IWMReaderAdvanced5* This,WINBOOL fSelection) { + return This->lpVtbl->SetManualStreamSelection(This,fSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetManualStreamSelection(IWMReaderAdvanced5* This,WINBOOL *pfSelection) { + return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetStreamsSelected(IWMReaderAdvanced5* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { + return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetStreamSelected(IWMReaderAdvanced5* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { + return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetReceiveSelectionCallbacks(IWMReaderAdvanced5* This,WINBOOL fGetCallbacks) { + return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetReceiveSelectionCallbacks(IWMReaderAdvanced5* This,WINBOOL *pfGetCallbacks) { + return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetReceiveStreamSamples(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { + return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetReceiveStreamSamples(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { + return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetAllocateForOutput(IWMReaderAdvanced5* This,DWORD dwOutputNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetAllocateForOutput(IWMReaderAdvanced5* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetAllocateForStream(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetAllocateForStream(IWMReaderAdvanced5* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetStatistics(IWMReaderAdvanced5* This,WM_READER_STATISTICS *pStatistics) { + return This->lpVtbl->GetStatistics(This,pStatistics); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetClientInfo(IWMReaderAdvanced5* This,WM_READER_CLIENTINFO *pClientInfo) { + return This->lpVtbl->SetClientInfo(This,pClientInfo); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxOutputSampleSize(IWMReaderAdvanced5* This,DWORD dwOutput,DWORD *pcbMax) { + return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxStreamSampleSize(IWMReaderAdvanced5* This,WORD wStream,DWORD *pcbMax) { + return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_NotifyLateDelivery(IWMReaderAdvanced5* This,QWORD cnsLateness) { + return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +} +/*** IWMReaderAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetPlayMode(IWMReaderAdvanced5* This,WMT_PLAY_MODE Mode) { + return This->lpVtbl->SetPlayMode(This,Mode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetPlayMode(IWMReaderAdvanced5* This,WMT_PLAY_MODE *pMode) { + return This->lpVtbl->GetPlayMode(This,pMode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetBufferProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { + return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetDownloadProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { + return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetSaveAsProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent) { + return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SaveFileAs(IWMReaderAdvanced5* This,const WCHAR *pwszFilename) { + return This->lpVtbl->SaveFileAs(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetProtocolName(IWMReaderAdvanced5* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { + return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_StartAtMarker(IWMReaderAdvanced5* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { + return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetOutputSetting(IWMReaderAdvanced5* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetOutputSetting(IWMReaderAdvanced5* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_Preroll(IWMReaderAdvanced5* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { + return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetLogClientID(IWMReaderAdvanced5* This,WINBOOL fLogClientID) { + return This->lpVtbl->SetLogClientID(This,fLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLogClientID(IWMReaderAdvanced5* This,WINBOOL *pfLogClientID) { + return This->lpVtbl->GetLogClientID(This,pfLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_StopBuffering(IWMReaderAdvanced5* This) { + return This->lpVtbl->StopBuffering(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_OpenStream(IWMReaderAdvanced5* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +} +/*** IWMReaderAdvanced3 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_StopNetStreaming(IWMReaderAdvanced5* This) { + return This->lpVtbl->StopNetStreaming(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_StartAtPosition(IWMReaderAdvanced5* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { + return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +} +/*** IWMReaderAdvanced4 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLanguageCount(IWMReaderAdvanced5* This,DWORD dwOutputNum,WORD *pwLanguageCount) { + return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLanguage(IWMReaderAdvanced5* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { + return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxSpeedFactor(IWMReaderAdvanced5* This,double *pdblFactor) { + return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_IsUsingFastCache(IWMReaderAdvanced5* This,WINBOOL *pfUsingFastCache) { + return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_AddLogParam(IWMReaderAdvanced5* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { + return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_SendLogParams(IWMReaderAdvanced5* This) { + return This->lpVtbl->SendLogParams(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_CanSaveFileAs(IWMReaderAdvanced5* This,WINBOOL *pfCanSave) { + return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_CancelSaveFileAs(IWMReaderAdvanced5* This) { + return This->lpVtbl->CancelSaveFileAs(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced5_GetURL(IWMReaderAdvanced5* This,WCHAR *pwszURL,DWORD *pcchURL) { + return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +} +/*** IWMReaderAdvanced5 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced5_SetPlayerHook(IWMReaderAdvanced5* This,DWORD dwOutputNum,IWMPlayerHook *pHook) { + return This->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook); +} +#endif +#endif + +#endif + + +#endif /* __IWMReaderAdvanced5_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMReaderAdvanced6 interface + */ +#ifndef __IWMReaderAdvanced6_INTERFACE_DEFINED__ +#define __IWMReaderAdvanced6_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMReaderAdvanced6, 0x18a2e7f8, 0x428f, 0x4acd, 0x8a,0x00, 0xe6,0x46,0x39,0xbc,0x93,0xde); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("18a2e7f8-428f-4acd-8a00-e64639bc93de") +IWMReaderAdvanced6 : public IWMReaderAdvanced5 +{ + virtual HRESULT STDMETHODCALLTYPE SetProtectStreamSamples( + BYTE *pbCertificate, + DWORD cbCertificate, + DWORD dwCertificateType, + DWORD dwFlags, + BYTE *pbInitializationVector, + DWORD *pcbInitializationVector) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderAdvanced6, 0x18a2e7f8, 0x428f, 0x4acd, 0x8a,0x00, 0xe6,0x46,0x39,0xbc,0x93,0xde) +#endif +#else +typedef struct IWMReaderAdvanced6Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderAdvanced6 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderAdvanced6 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderAdvanced6 *This); + + /*** IWMReaderAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( + IWMReaderAdvanced6 *This, + WINBOOL fUserClock); + + HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( + IWMReaderAdvanced6 *This, + WINBOOL *pfUserClock); + + HRESULT (STDMETHODCALLTYPE *DeliverTime)( + IWMReaderAdvanced6 *This, + QWORD cnsTime); + + HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( + IWMReaderAdvanced6 *This, + WINBOOL fSelection); + + HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( + IWMReaderAdvanced6 *This, + WINBOOL *pfSelection); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMReaderAdvanced6 *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMReaderAdvanced6 *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( + IWMReaderAdvanced6 *This, + WINBOOL fGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( + IWMReaderAdvanced6 *This, + WINBOOL *pfGetCallbacks); + + HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( + IWMReaderAdvanced6 *This, + WORD wStreamNum, + WINBOOL fReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( + IWMReaderAdvanced6 *This, + WORD wStreamNum, + WINBOOL *pfReceiveStreamSamples); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( + IWMReaderAdvanced6 *This, + WORD wStreamNum, + WINBOOL fAllocate); + + HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( + IWMReaderAdvanced6 *This, + WORD dwStreamNum, + WINBOOL *pfAllocate); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMReaderAdvanced6 *This, + WM_READER_STATISTICS *pStatistics); + + HRESULT (STDMETHODCALLTYPE *SetClientInfo)( + IWMReaderAdvanced6 *This, + WM_READER_CLIENTINFO *pClientInfo); + + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMReaderAdvanced6 *This, + DWORD dwOutput, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMReaderAdvanced6 *This, + WORD wStream, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( + IWMReaderAdvanced6 *This, + QWORD cnsLateness); + + /*** IWMReaderAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayMode)( + IWMReaderAdvanced6 *This, + WMT_PLAY_MODE Mode); + + HRESULT (STDMETHODCALLTYPE *GetPlayMode)( + IWMReaderAdvanced6 *This, + WMT_PLAY_MODE *pMode); + + HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( + IWMReaderAdvanced6 *This, + DWORD *pdwPercent, + QWORD *pcnsBuffering); + + HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( + IWMReaderAdvanced6 *This, + DWORD *pdwPercent, + QWORD *pqwBytesDownloaded, + QWORD *pcnsDownload); + + HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( + IWMReaderAdvanced6 *This, + DWORD *pdwPercent); + + HRESULT (STDMETHODCALLTYPE *SaveFileAs)( + IWMReaderAdvanced6 *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *GetProtocolName)( + IWMReaderAdvanced6 *This, + WCHAR *pwszProtocol, + DWORD *pcchProtocol); + + HRESULT (STDMETHODCALLTYPE *StartAtMarker)( + IWMReaderAdvanced6 *This, + WORD wMarkerIndex, + QWORD cnsDuration, + float fRate, + void *pvContext); + + HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + HRESULT (STDMETHODCALLTYPE *Preroll)( + IWMReaderAdvanced6 *This, + QWORD cnsStart, + QWORD cnsDuration, + float fRate); + + HRESULT (STDMETHODCALLTYPE *SetLogClientID)( + IWMReaderAdvanced6 *This, + WINBOOL fLogClientID); + + HRESULT (STDMETHODCALLTYPE *GetLogClientID)( + IWMReaderAdvanced6 *This, + WINBOOL *pfLogClientID); + + HRESULT (STDMETHODCALLTYPE *StopBuffering)( + IWMReaderAdvanced6 *This); + + HRESULT (STDMETHODCALLTYPE *OpenStream)( + IWMReaderAdvanced6 *This, + IStream *pStream, + IWMReaderCallback *pCallback, + void *pvContext); + + /*** IWMReaderAdvanced3 methods ***/ + HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( + IWMReaderAdvanced6 *This); + + HRESULT (STDMETHODCALLTYPE *StartAtPosition)( + IWMReaderAdvanced6 *This, + WORD wStreamNum, + void *pvOffsetStart, + void *pvDuration, + WMT_OFFSET_FORMAT dwOffsetFormat, + float fRate, + void *pvContext); + + /*** IWMReaderAdvanced4 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + WORD *pwLanguageCount); + + HRESULT (STDMETHODCALLTYPE *GetLanguage)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + WORD wLanguage, + WCHAR *pwszLanguageString, + WORD *pcchLanguageStringLength); + + HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( + IWMReaderAdvanced6 *This, + double *pdblFactor); + + HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( + IWMReaderAdvanced6 *This, + WINBOOL *pfUsingFastCache); + + HRESULT (STDMETHODCALLTYPE *AddLogParam)( + IWMReaderAdvanced6 *This, + LPCWSTR wszNameSpace, + LPCWSTR wszName, + LPCWSTR wszValue); + + HRESULT (STDMETHODCALLTYPE *SendLogParams)( + IWMReaderAdvanced6 *This); + + HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( + IWMReaderAdvanced6 *This, + WINBOOL *pfCanSave); + + HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( + IWMReaderAdvanced6 *This); + + HRESULT (STDMETHODCALLTYPE *GetURL)( + IWMReaderAdvanced6 *This, + WCHAR *pwszURL, + DWORD *pcchURL); + + /*** IWMReaderAdvanced5 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetPlayerHook)( + IWMReaderAdvanced6 *This, + DWORD dwOutputNum, + IWMPlayerHook *pHook); + + /*** IWMReaderAdvanced6 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetProtectStreamSamples)( + IWMReaderAdvanced6 *This, + BYTE *pbCertificate, + DWORD cbCertificate, + DWORD dwCertificateType, + DWORD dwFlags, + BYTE *pbInitializationVector, + DWORD *pcbInitializationVector); + + END_INTERFACE +} IWMReaderAdvanced6Vtbl; + +interface IWMReaderAdvanced6 { + CONST_VTBL IWMReaderAdvanced6Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderAdvanced6_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAdvanced6_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAdvanced6_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderAdvanced methods ***/ +#define IWMReaderAdvanced6_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) +#define IWMReaderAdvanced6_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) +#define IWMReaderAdvanced6_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) +#define IWMReaderAdvanced6_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) +#define IWMReaderAdvanced6_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) +#define IWMReaderAdvanced6_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMReaderAdvanced6_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMReaderAdvanced6_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) +#define IWMReaderAdvanced6_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) +#define IWMReaderAdvanced6_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) +#define IWMReaderAdvanced6_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) +#define IWMReaderAdvanced6_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) +#define IWMReaderAdvanced6_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) +#define IWMReaderAdvanced6_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) +#define IWMReaderAdvanced6_GetAllocateForStream(This,dwStreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate) +#define IWMReaderAdvanced6_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) +#define IWMReaderAdvanced6_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) +#define IWMReaderAdvanced6_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMReaderAdvanced6_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMReaderAdvanced6_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) +/*** IWMReaderAdvanced2 methods ***/ +#define IWMReaderAdvanced6_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) +#define IWMReaderAdvanced6_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) +#define IWMReaderAdvanced6_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) +#define IWMReaderAdvanced6_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) +#define IWMReaderAdvanced6_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) +#define IWMReaderAdvanced6_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) +#define IWMReaderAdvanced6_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) +#define IWMReaderAdvanced6_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) +#define IWMReaderAdvanced6_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMReaderAdvanced6_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMReaderAdvanced6_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) +#define IWMReaderAdvanced6_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) +#define IWMReaderAdvanced6_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) +#define IWMReaderAdvanced6_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) +#define IWMReaderAdvanced6_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) +/*** IWMReaderAdvanced3 methods ***/ +#define IWMReaderAdvanced6_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) +#define IWMReaderAdvanced6_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) +/*** IWMReaderAdvanced4 methods ***/ +#define IWMReaderAdvanced6_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) +#define IWMReaderAdvanced6_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) +#define IWMReaderAdvanced6_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) +#define IWMReaderAdvanced6_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) +#define IWMReaderAdvanced6_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) +#define IWMReaderAdvanced6_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) +#define IWMReaderAdvanced6_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) +#define IWMReaderAdvanced6_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) +#define IWMReaderAdvanced6_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) +/*** IWMReaderAdvanced5 methods ***/ +#define IWMReaderAdvanced6_SetPlayerHook(This,dwOutputNum,pHook) (This)->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook) +/*** IWMReaderAdvanced6 methods ***/ +#define IWMReaderAdvanced6_SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector) (This)->lpVtbl->SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_QueryInterface(IWMReaderAdvanced6* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderAdvanced6_AddRef(IWMReaderAdvanced6* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderAdvanced6_Release(IWMReaderAdvanced6* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderAdvanced methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetUserProvidedClock(IWMReaderAdvanced6* This,WINBOOL fUserClock) { + return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetUserProvidedClock(IWMReaderAdvanced6* This,WINBOOL *pfUserClock) { + return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_DeliverTime(IWMReaderAdvanced6* This,QWORD cnsTime) { + return This->lpVtbl->DeliverTime(This,cnsTime); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetManualStreamSelection(IWMReaderAdvanced6* This,WINBOOL fSelection) { + return This->lpVtbl->SetManualStreamSelection(This,fSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetManualStreamSelection(IWMReaderAdvanced6* This,WINBOOL *pfSelection) { + return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetStreamsSelected(IWMReaderAdvanced6* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { + return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetStreamSelected(IWMReaderAdvanced6* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { + return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetReceiveSelectionCallbacks(IWMReaderAdvanced6* This,WINBOOL fGetCallbacks) { + return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetReceiveSelectionCallbacks(IWMReaderAdvanced6* This,WINBOOL *pfGetCallbacks) { + return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetReceiveStreamSamples(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { + return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetReceiveStreamSamples(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { + return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetAllocateForOutput(IWMReaderAdvanced6* This,DWORD dwOutputNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetAllocateForOutput(IWMReaderAdvanced6* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetAllocateForStream(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL fAllocate) { + return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetAllocateForStream(IWMReaderAdvanced6* This,WORD dwStreamNum,WINBOOL *pfAllocate) { + return This->lpVtbl->GetAllocateForStream(This,dwStreamNum,pfAllocate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetStatistics(IWMReaderAdvanced6* This,WM_READER_STATISTICS *pStatistics) { + return This->lpVtbl->GetStatistics(This,pStatistics); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetClientInfo(IWMReaderAdvanced6* This,WM_READER_CLIENTINFO *pClientInfo) { + return This->lpVtbl->SetClientInfo(This,pClientInfo); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxOutputSampleSize(IWMReaderAdvanced6* This,DWORD dwOutput,DWORD *pcbMax) { + return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxStreamSampleSize(IWMReaderAdvanced6* This,WORD wStream,DWORD *pcbMax) { + return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_NotifyLateDelivery(IWMReaderAdvanced6* This,QWORD cnsLateness) { + return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +} +/*** IWMReaderAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetPlayMode(IWMReaderAdvanced6* This,WMT_PLAY_MODE Mode) { + return This->lpVtbl->SetPlayMode(This,Mode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetPlayMode(IWMReaderAdvanced6* This,WMT_PLAY_MODE *pMode) { + return This->lpVtbl->GetPlayMode(This,pMode); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetBufferProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { + return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetDownloadProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { + return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetSaveAsProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent) { + return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SaveFileAs(IWMReaderAdvanced6* This,const WCHAR *pwszFilename) { + return This->lpVtbl->SaveFileAs(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetProtocolName(IWMReaderAdvanced6* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { + return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_StartAtMarker(IWMReaderAdvanced6* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { + return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetOutputSetting(IWMReaderAdvanced6* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetOutputSetting(IWMReaderAdvanced6* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_Preroll(IWMReaderAdvanced6* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { + return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetLogClientID(IWMReaderAdvanced6* This,WINBOOL fLogClientID) { + return This->lpVtbl->SetLogClientID(This,fLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLogClientID(IWMReaderAdvanced6* This,WINBOOL *pfLogClientID) { + return This->lpVtbl->GetLogClientID(This,pfLogClientID); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_StopBuffering(IWMReaderAdvanced6* This) { + return This->lpVtbl->StopBuffering(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_OpenStream(IWMReaderAdvanced6* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { + return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +} +/*** IWMReaderAdvanced3 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_StopNetStreaming(IWMReaderAdvanced6* This) { + return This->lpVtbl->StopNetStreaming(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_StartAtPosition(IWMReaderAdvanced6* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { + return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +} +/*** IWMReaderAdvanced4 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLanguageCount(IWMReaderAdvanced6* This,DWORD dwOutputNum,WORD *pwLanguageCount) { + return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLanguage(IWMReaderAdvanced6* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { + return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxSpeedFactor(IWMReaderAdvanced6* This,double *pdblFactor) { + return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_IsUsingFastCache(IWMReaderAdvanced6* This,WINBOOL *pfUsingFastCache) { + return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_AddLogParam(IWMReaderAdvanced6* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { + return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_SendLogParams(IWMReaderAdvanced6* This) { + return This->lpVtbl->SendLogParams(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_CanSaveFileAs(IWMReaderAdvanced6* This,WINBOOL *pfCanSave) { + return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_CancelSaveFileAs(IWMReaderAdvanced6* This) { + return This->lpVtbl->CancelSaveFileAs(This); +} +static FORCEINLINE HRESULT IWMReaderAdvanced6_GetURL(IWMReaderAdvanced6* This,WCHAR *pwszURL,DWORD *pcchURL) { + return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +} +/*** IWMReaderAdvanced5 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetPlayerHook(IWMReaderAdvanced6* This,DWORD dwOutputNum,IWMPlayerHook *pHook) { + return This->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook); +} +/*** IWMReaderAdvanced6 methods ***/ +static FORCEINLINE HRESULT IWMReaderAdvanced6_SetProtectStreamSamples(IWMReaderAdvanced6* This,BYTE *pbCertificate,DWORD cbCertificate,DWORD dwCertificateType,DWORD dwFlags,BYTE *pbInitializationVector,DWORD *pcbInitializationVector) { + return This->lpVtbl->SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector); +} +#endif +#endif + +#endif + + +#endif /* __IWMReaderAdvanced6_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMSyncReader interface + */ +#ifndef __IWMSyncReader_INTERFACE_DEFINED__ +#define __IWMSyncReader_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMSyncReader, 0x9397f121, 0x7705, 0x4dc9, 0xb0,0x49, 0x98,0xb6,0x98,0x18,0x84,0x14); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("9397f121-7705-4dc9-b049-98b698188414") +IWMSyncReader : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE Open( + const WCHAR *pwszFilename) = 0; + + virtual HRESULT STDMETHODCALLTYPE Close( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRange( + QWORD cnsStartTime, + LONGLONG cnsDuration) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetRangeByFrame( + WORD wStreamNum, + QWORD qwFrameNumber, + LONGLONG cFramesToRead) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetNextSample( + WORD wStreamNum, + INSSBuffer **ppSample, + QWORD *pcnsSampleTime, + QWORD *pcnsDuration, + DWORD *pdwFlags, + DWORD *pdwOutputNum, + WORD *pwStreamNum) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetStreamsSelected( + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamSelected( + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetReadStreamSamples( + WORD wStreamNum, + WINBOOL fCompressed) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetReadStreamSamples( + WORD wStreamNum, + WINBOOL *pfCompressed) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputSetting( + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputSetting( + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputCount( + DWORD *pcOutputs) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputProps( + DWORD dwOutputNum, + IWMOutputMediaProps **ppOutput) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputProps( + DWORD dwOutputNum, + IWMOutputMediaProps *pOutput) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputFormatCount( + DWORD dwOutputNum, + DWORD *pcFormats) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputFormat( + DWORD dwOutputNum, + DWORD dwFormatNum, + IWMOutputMediaProps **ppProps) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetOutputNumberForStream( + WORD wStreamNum, + DWORD *pdwOutputNum) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStreamNumberForOutput( + DWORD dwOutputNum, + WORD *pwStreamNum) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMaxOutputSampleSize( + DWORD dwOutput, + DWORD *pcbMax) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMaxStreamSampleSize( + WORD wStream, + DWORD *pcbMax) = 0; + + virtual HRESULT STDMETHODCALLTYPE OpenStream( + IStream *pStream) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMSyncReader, 0x9397f121, 0x7705, 0x4dc9, 0xb0,0x49, 0x98,0xb6,0x98,0x18,0x84,0x14) +#endif +#else +typedef struct IWMSyncReaderVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMSyncReader *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMSyncReader *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMSyncReader *This); + + /*** IWMSyncReader methods ***/ + HRESULT (STDMETHODCALLTYPE *Open)( + IWMSyncReader *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *Close)( + IWMSyncReader *This); + + HRESULT (STDMETHODCALLTYPE *SetRange)( + IWMSyncReader *This, + QWORD cnsStartTime, + LONGLONG cnsDuration); + + HRESULT (STDMETHODCALLTYPE *SetRangeByFrame)( + IWMSyncReader *This, + WORD wStreamNum, + QWORD qwFrameNumber, + LONGLONG cFramesToRead); + + HRESULT (STDMETHODCALLTYPE *GetNextSample)( + IWMSyncReader *This, + WORD wStreamNum, + INSSBuffer **ppSample, + QWORD *pcnsSampleTime, + QWORD *pcnsDuration, + DWORD *pdwFlags, + DWORD *pdwOutputNum, + WORD *pwStreamNum); + + HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( + IWMSyncReader *This, + WORD cStreamCount, + WORD *pwStreamNumbers, + WMT_STREAM_SELECTION *pSelections); + + HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( + IWMSyncReader *This, + WORD wStreamNum, + WMT_STREAM_SELECTION *pSelection); + + HRESULT (STDMETHODCALLTYPE *SetReadStreamSamples)( + IWMSyncReader *This, + WORD wStreamNum, + WINBOOL fCompressed); + + HRESULT (STDMETHODCALLTYPE *GetReadStreamSamples)( + IWMSyncReader *This, + WORD wStreamNum, + WINBOOL *pfCompressed); + + HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( + IWMSyncReader *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( + IWMSyncReader *This, + DWORD dwOutputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + HRESULT (STDMETHODCALLTYPE *GetOutputCount)( + IWMSyncReader *This, + DWORD *pcOutputs); + + HRESULT (STDMETHODCALLTYPE *GetOutputProps)( + IWMSyncReader *This, + DWORD dwOutputNum, + IWMOutputMediaProps **ppOutput); + + HRESULT (STDMETHODCALLTYPE *SetOutputProps)( + IWMSyncReader *This, + DWORD dwOutputNum, + IWMOutputMediaProps *pOutput); + + HRESULT (STDMETHODCALLTYPE *GetOutputFormatCount)( + IWMSyncReader *This, + DWORD dwOutputNum, + DWORD *pcFormats); + + HRESULT (STDMETHODCALLTYPE *GetOutputFormat)( + IWMSyncReader *This, + DWORD dwOutputNum, + DWORD dwFormatNum, + IWMOutputMediaProps **ppProps); + + HRESULT (STDMETHODCALLTYPE *GetOutputNumberForStream)( + IWMSyncReader *This, + WORD wStreamNum, + DWORD *pdwOutputNum); + + HRESULT (STDMETHODCALLTYPE *GetStreamNumberForOutput)( + IWMSyncReader *This, + DWORD dwOutputNum, + WORD *pwStreamNum); + + HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( + IWMSyncReader *This, + DWORD dwOutput, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( + IWMSyncReader *This, + WORD wStream, + DWORD *pcbMax); + + HRESULT (STDMETHODCALLTYPE *OpenStream)( + IWMSyncReader *This, + IStream *pStream); + + END_INTERFACE +} IWMSyncReaderVtbl; + +interface IWMSyncReader { + CONST_VTBL IWMSyncReaderVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMSyncReader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMSyncReader_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMSyncReader_Release(This) (This)->lpVtbl->Release(This) +/*** IWMSyncReader methods ***/ +#define IWMSyncReader_Open(This,pwszFilename) (This)->lpVtbl->Open(This,pwszFilename) +#define IWMSyncReader_Close(This) (This)->lpVtbl->Close(This) +#define IWMSyncReader_SetRange(This,cnsStartTime,cnsDuration) (This)->lpVtbl->SetRange(This,cnsStartTime,cnsDuration) +#define IWMSyncReader_SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead) (This)->lpVtbl->SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead) +#define IWMSyncReader_GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum) (This)->lpVtbl->GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum) +#define IWMSyncReader_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) +#define IWMSyncReader_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) +#define IWMSyncReader_SetReadStreamSamples(This,wStreamNum,fCompressed) (This)->lpVtbl->SetReadStreamSamples(This,wStreamNum,fCompressed) +#define IWMSyncReader_GetReadStreamSamples(This,wStreamNum,pfCompressed) (This)->lpVtbl->GetReadStreamSamples(This,wStreamNum,pfCompressed) +#define IWMSyncReader_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) +#define IWMSyncReader_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) +#define IWMSyncReader_GetOutputCount(This,pcOutputs) (This)->lpVtbl->GetOutputCount(This,pcOutputs) +#define IWMSyncReader_GetOutputProps(This,dwOutputNum,ppOutput) (This)->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput) +#define IWMSyncReader_SetOutputProps(This,dwOutputNum,pOutput) (This)->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput) +#define IWMSyncReader_GetOutputFormatCount(This,dwOutputNum,pcFormats) (This)->lpVtbl->GetOutputFormatCount(This,dwOutputNum,pcFormats) +#define IWMSyncReader_GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps) (This)->lpVtbl->GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps) +#define IWMSyncReader_GetOutputNumberForStream(This,wStreamNum,pdwOutputNum) (This)->lpVtbl->GetOutputNumberForStream(This,wStreamNum,pdwOutputNum) +#define IWMSyncReader_GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum) (This)->lpVtbl->GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum) +#define IWMSyncReader_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) +#define IWMSyncReader_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) +#define IWMSyncReader_OpenStream(This,pStream) (This)->lpVtbl->OpenStream(This,pStream) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMSyncReader_QueryInterface(IWMSyncReader* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMSyncReader_AddRef(IWMSyncReader* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMSyncReader_Release(IWMSyncReader* This) { + return This->lpVtbl->Release(This); +} +/*** IWMSyncReader methods ***/ +static FORCEINLINE HRESULT IWMSyncReader_Open(IWMSyncReader* This,const WCHAR *pwszFilename) { + return This->lpVtbl->Open(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMSyncReader_Close(IWMSyncReader* This) { + return This->lpVtbl->Close(This); +} +static FORCEINLINE HRESULT IWMSyncReader_SetRange(IWMSyncReader* This,QWORD cnsStartTime,LONGLONG cnsDuration) { + return This->lpVtbl->SetRange(This,cnsStartTime,cnsDuration); +} +static FORCEINLINE HRESULT IWMSyncReader_SetRangeByFrame(IWMSyncReader* This,WORD wStreamNum,QWORD qwFrameNumber,LONGLONG cFramesToRead) { + return This->lpVtbl->SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead); +} +static FORCEINLINE HRESULT IWMSyncReader_GetNextSample(IWMSyncReader* This,WORD wStreamNum,INSSBuffer **ppSample,QWORD *pcnsSampleTime,QWORD *pcnsDuration,DWORD *pdwFlags,DWORD *pdwOutputNum,WORD *pwStreamNum) { + return This->lpVtbl->GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum); +} +static FORCEINLINE HRESULT IWMSyncReader_SetStreamsSelected(IWMSyncReader* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { + return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +} +static FORCEINLINE HRESULT IWMSyncReader_GetStreamSelected(IWMSyncReader* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { + return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +} +static FORCEINLINE HRESULT IWMSyncReader_SetReadStreamSamples(IWMSyncReader* This,WORD wStreamNum,WINBOOL fCompressed) { + return This->lpVtbl->SetReadStreamSamples(This,wStreamNum,fCompressed); +} +static FORCEINLINE HRESULT IWMSyncReader_GetReadStreamSamples(IWMSyncReader* This,WORD wStreamNum,WINBOOL *pfCompressed) { + return This->lpVtbl->GetReadStreamSamples(This,wStreamNum,pfCompressed); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputSetting(IWMSyncReader* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMSyncReader_SetOutputSetting(IWMSyncReader* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputCount(IWMSyncReader* This,DWORD *pcOutputs) { + return This->lpVtbl->GetOutputCount(This,pcOutputs); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputProps(IWMSyncReader* This,DWORD dwOutputNum,IWMOutputMediaProps **ppOutput) { + return This->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput); +} +static FORCEINLINE HRESULT IWMSyncReader_SetOutputProps(IWMSyncReader* This,DWORD dwOutputNum,IWMOutputMediaProps *pOutput) { + return This->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputFormatCount(IWMSyncReader* This,DWORD dwOutputNum,DWORD *pcFormats) { + return This->lpVtbl->GetOutputFormatCount(This,dwOutputNum,pcFormats); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputFormat(IWMSyncReader* This,DWORD dwOutputNum,DWORD dwFormatNum,IWMOutputMediaProps **ppProps) { + return This->lpVtbl->GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps); +} +static FORCEINLINE HRESULT IWMSyncReader_GetOutputNumberForStream(IWMSyncReader* This,WORD wStreamNum,DWORD *pdwOutputNum) { + return This->lpVtbl->GetOutputNumberForStream(This,wStreamNum,pdwOutputNum); +} +static FORCEINLINE HRESULT IWMSyncReader_GetStreamNumberForOutput(IWMSyncReader* This,DWORD dwOutputNum,WORD *pwStreamNum) { + return This->lpVtbl->GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum); +} +static FORCEINLINE HRESULT IWMSyncReader_GetMaxOutputSampleSize(IWMSyncReader* This,DWORD dwOutput,DWORD *pcbMax) { + return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +} +static FORCEINLINE HRESULT IWMSyncReader_GetMaxStreamSampleSize(IWMSyncReader* This,WORD wStream,DWORD *pcbMax) { + return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +} +static FORCEINLINE HRESULT IWMSyncReader_OpenStream(IWMSyncReader* This,IStream *pStream) { + return This->lpVtbl->OpenStream(This,pStream); +} +#endif +#endif + +#endif + + +#endif /* __IWMSyncReader_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMInputMediaProps interface + */ +#ifndef __IWMInputMediaProps_INTERFACE_DEFINED__ +#define __IWMInputMediaProps_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMInputMediaProps, 0x96406bd5, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bd5-2b2b-11d3-b36b-00c04f6108ff") +IWMInputMediaProps : public IWMMediaProps +{ + virtual HRESULT STDMETHODCALLTYPE GetConnectionName( + WCHAR *pwszName, + WORD *pcchName) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetGroupName( + WCHAR *pwszName, + WORD *pcchName) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMInputMediaProps, 0x96406bd5, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMInputMediaPropsVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMInputMediaProps *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMInputMediaProps *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMInputMediaProps *This); + + /*** IWMMediaProps methods ***/ + HRESULT (STDMETHODCALLTYPE *GetType)( + IWMInputMediaProps *This, + GUID *pguidType); + + HRESULT (STDMETHODCALLTYPE *GetMediaType)( + IWMInputMediaProps *This, + WM_MEDIA_TYPE *pType, + DWORD *pcbType); + + HRESULT (STDMETHODCALLTYPE *SetMediaType)( + IWMInputMediaProps *This, + WM_MEDIA_TYPE *pType); + + /*** IWMInputMediaProps methods ***/ + HRESULT (STDMETHODCALLTYPE *GetConnectionName)( + IWMInputMediaProps *This, + WCHAR *pwszName, + WORD *pcchName); + + HRESULT (STDMETHODCALLTYPE *GetGroupName)( + IWMInputMediaProps *This, + WCHAR *pwszName, + WORD *pcchName); + + END_INTERFACE +} IWMInputMediaPropsVtbl; + +interface IWMInputMediaProps { + CONST_VTBL IWMInputMediaPropsVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMInputMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMInputMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMInputMediaProps_Release(This) (This)->lpVtbl->Release(This) +/*** IWMMediaProps methods ***/ +#define IWMInputMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) +#define IWMInputMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) +#define IWMInputMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) +/*** IWMInputMediaProps methods ***/ +#define IWMInputMediaProps_GetConnectionName(This,pwszName,pcchName) (This)->lpVtbl->GetConnectionName(This,pwszName,pcchName) +#define IWMInputMediaProps_GetGroupName(This,pwszName,pcchName) (This)->lpVtbl->GetGroupName(This,pwszName,pcchName) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMInputMediaProps_QueryInterface(IWMInputMediaProps* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMInputMediaProps_AddRef(IWMInputMediaProps* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMInputMediaProps_Release(IWMInputMediaProps* This) { + return This->lpVtbl->Release(This); +} +/*** IWMMediaProps methods ***/ +static FORCEINLINE HRESULT IWMInputMediaProps_GetType(IWMInputMediaProps* This,GUID *pguidType) { + return This->lpVtbl->GetType(This,pguidType); +} +static FORCEINLINE HRESULT IWMInputMediaProps_GetMediaType(IWMInputMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { + return This->lpVtbl->GetMediaType(This,pType,pcbType); +} +static FORCEINLINE HRESULT IWMInputMediaProps_SetMediaType(IWMInputMediaProps* This,WM_MEDIA_TYPE *pType) { + return This->lpVtbl->SetMediaType(This,pType); +} +/*** IWMInputMediaProps methods ***/ +static FORCEINLINE HRESULT IWMInputMediaProps_GetConnectionName(IWMInputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { + return This->lpVtbl->GetConnectionName(This,pwszName,pcchName); +} +static FORCEINLINE HRESULT IWMInputMediaProps_GetGroupName(IWMInputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { + return This->lpVtbl->GetGroupName(This,pwszName,pcchName); +} +#endif +#endif + +#endif + + +#endif /* __IWMInputMediaProps_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMWriterSink interface + */ +#ifndef __IWMWriterSink_INTERFACE_DEFINED__ +#define __IWMWriterSink_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMWriterSink, 0x96406be4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406be4-2b2b-11d3-b36b-00c04f6108ff") +IWMWriterSink : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE OnHeader( + INSSBuffer *pHeader) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsRealTime( + WINBOOL *pfRealTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE AllocateDataUnit( + DWORD cbDataUnit, + INSSBuffer **ppDataUnit) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnDataUnit( + INSSBuffer *pDataUnit) = 0; + + virtual HRESULT STDMETHODCALLTYPE OnEndWriting( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMWriterSink, 0x96406be4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMWriterSinkVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMWriterSink *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMWriterSink *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMWriterSink *This); + + /*** IWMWriterSink methods ***/ + HRESULT (STDMETHODCALLTYPE *OnHeader)( + IWMWriterSink *This, + INSSBuffer *pHeader); + + HRESULT (STDMETHODCALLTYPE *IsRealTime)( + IWMWriterSink *This, + WINBOOL *pfRealTime); + + HRESULT (STDMETHODCALLTYPE *AllocateDataUnit)( + IWMWriterSink *This, + DWORD cbDataUnit, + INSSBuffer **ppDataUnit); + + HRESULT (STDMETHODCALLTYPE *OnDataUnit)( + IWMWriterSink *This, + INSSBuffer *pDataUnit); + + HRESULT (STDMETHODCALLTYPE *OnEndWriting)( + IWMWriterSink *This); + + END_INTERFACE +} IWMWriterSinkVtbl; + +interface IWMWriterSink { + CONST_VTBL IWMWriterSinkVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMWriterSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriterSink_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriterSink_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriterSink methods ***/ +#define IWMWriterSink_OnHeader(This,pHeader) (This)->lpVtbl->OnHeader(This,pHeader) +#define IWMWriterSink_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) +#define IWMWriterSink_AllocateDataUnit(This,cbDataUnit,ppDataUnit) (This)->lpVtbl->AllocateDataUnit(This,cbDataUnit,ppDataUnit) +#define IWMWriterSink_OnDataUnit(This,pDataUnit) (This)->lpVtbl->OnDataUnit(This,pDataUnit) +#define IWMWriterSink_OnEndWriting(This) (This)->lpVtbl->OnEndWriting(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMWriterSink_QueryInterface(IWMWriterSink* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMWriterSink_AddRef(IWMWriterSink* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMWriterSink_Release(IWMWriterSink* This) { + return This->lpVtbl->Release(This); +} +/*** IWMWriterSink methods ***/ +static FORCEINLINE HRESULT IWMWriterSink_OnHeader(IWMWriterSink* This,INSSBuffer *pHeader) { + return This->lpVtbl->OnHeader(This,pHeader); +} +static FORCEINLINE HRESULT IWMWriterSink_IsRealTime(IWMWriterSink* This,WINBOOL *pfRealTime) { + return This->lpVtbl->IsRealTime(This,pfRealTime); +} +static FORCEINLINE HRESULT IWMWriterSink_AllocateDataUnit(IWMWriterSink* This,DWORD cbDataUnit,INSSBuffer **ppDataUnit) { + return This->lpVtbl->AllocateDataUnit(This,cbDataUnit,ppDataUnit); +} +static FORCEINLINE HRESULT IWMWriterSink_OnDataUnit(IWMWriterSink* This,INSSBuffer *pDataUnit) { + return This->lpVtbl->OnDataUnit(This,pDataUnit); +} +static FORCEINLINE HRESULT IWMWriterSink_OnEndWriting(IWMWriterSink* This) { + return This->lpVtbl->OnEndWriting(This); +} +#endif +#endif + +#endif + + +#endif /* __IWMWriterSink_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMWriter interface + */ +#ifndef __IWMWriter_INTERFACE_DEFINED__ +#define __IWMWriter_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMWriter, 0x96406bd4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bd4-2b2b-11d3-b36b-00c04f6108ff") +IWMWriter : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE SetProfileByID( + REFGUID guidProfile) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetProfile( + IWMProfile *pProfile) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetOutputFilename( + const WCHAR *pwszFilename) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInputCount( + DWORD *pcInputs) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInputProps( + DWORD dwInputNum, + IWMInputMediaProps **ppInput) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInputProps( + DWORD dwInputNum, + IWMInputMediaProps *pInput) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInputFormatCount( + DWORD dwInputNumber, + DWORD *pcFormats) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInputFormat( + DWORD dwInputNumber, + DWORD dwFormatNumber, + IWMInputMediaProps **pProps) = 0; + + virtual HRESULT STDMETHODCALLTYPE BeginWriting( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE EndWriting( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE AllocateSample( + DWORD dwSampleSize, + INSSBuffer **ppSample) = 0; + + virtual HRESULT STDMETHODCALLTYPE WriteSample( + DWORD dwInputNum, + QWORD cnsSampleTime, + DWORD dwFlags, + INSSBuffer *pSample) = 0; + + virtual HRESULT STDMETHODCALLTYPE Flush( + ) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMWriter, 0x96406bd4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMWriterVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMWriter *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMWriter *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMWriter *This); + + /*** IWMWriter methods ***/ + HRESULT (STDMETHODCALLTYPE *SetProfileByID)( + IWMWriter *This, + REFGUID guidProfile); + + HRESULT (STDMETHODCALLTYPE *SetProfile)( + IWMWriter *This, + IWMProfile *pProfile); + + HRESULT (STDMETHODCALLTYPE *SetOutputFilename)( + IWMWriter *This, + const WCHAR *pwszFilename); + + HRESULT (STDMETHODCALLTYPE *GetInputCount)( + IWMWriter *This, + DWORD *pcInputs); + + HRESULT (STDMETHODCALLTYPE *GetInputProps)( + IWMWriter *This, + DWORD dwInputNum, + IWMInputMediaProps **ppInput); + + HRESULT (STDMETHODCALLTYPE *SetInputProps)( + IWMWriter *This, + DWORD dwInputNum, + IWMInputMediaProps *pInput); + + HRESULT (STDMETHODCALLTYPE *GetInputFormatCount)( + IWMWriter *This, + DWORD dwInputNumber, + DWORD *pcFormats); + + HRESULT (STDMETHODCALLTYPE *GetInputFormat)( + IWMWriter *This, + DWORD dwInputNumber, + DWORD dwFormatNumber, + IWMInputMediaProps **pProps); + + HRESULT (STDMETHODCALLTYPE *BeginWriting)( + IWMWriter *This); + + HRESULT (STDMETHODCALLTYPE *EndWriting)( + IWMWriter *This); + + HRESULT (STDMETHODCALLTYPE *AllocateSample)( + IWMWriter *This, + DWORD dwSampleSize, + INSSBuffer **ppSample); + + HRESULT (STDMETHODCALLTYPE *WriteSample)( + IWMWriter *This, + DWORD dwInputNum, + QWORD cnsSampleTime, + DWORD dwFlags, + INSSBuffer *pSample); + + HRESULT (STDMETHODCALLTYPE *Flush)( + IWMWriter *This); + + END_INTERFACE +} IWMWriterVtbl; + +interface IWMWriter { + CONST_VTBL IWMWriterVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMWriter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriter_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriter_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriter methods ***/ +#define IWMWriter_SetProfileByID(This,guidProfile) (This)->lpVtbl->SetProfileByID(This,guidProfile) +#define IWMWriter_SetProfile(This,pProfile) (This)->lpVtbl->SetProfile(This,pProfile) +#define IWMWriter_SetOutputFilename(This,pwszFilename) (This)->lpVtbl->SetOutputFilename(This,pwszFilename) +#define IWMWriter_GetInputCount(This,pcInputs) (This)->lpVtbl->GetInputCount(This,pcInputs) +#define IWMWriter_GetInputProps(This,dwInputNum,ppInput) (This)->lpVtbl->GetInputProps(This,dwInputNum,ppInput) +#define IWMWriter_SetInputProps(This,dwInputNum,pInput) (This)->lpVtbl->SetInputProps(This,dwInputNum,pInput) +#define IWMWriter_GetInputFormatCount(This,dwInputNumber,pcFormats) (This)->lpVtbl->GetInputFormatCount(This,dwInputNumber,pcFormats) +#define IWMWriter_GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps) (This)->lpVtbl->GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps) +#define IWMWriter_BeginWriting(This) (This)->lpVtbl->BeginWriting(This) +#define IWMWriter_EndWriting(This) (This)->lpVtbl->EndWriting(This) +#define IWMWriter_AllocateSample(This,dwSampleSize,ppSample) (This)->lpVtbl->AllocateSample(This,dwSampleSize,ppSample) +#define IWMWriter_WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample) (This)->lpVtbl->WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample) +#define IWMWriter_Flush(This) (This)->lpVtbl->Flush(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMWriter_QueryInterface(IWMWriter* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMWriter_AddRef(IWMWriter* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMWriter_Release(IWMWriter* This) { + return This->lpVtbl->Release(This); +} +/*** IWMWriter methods ***/ +static FORCEINLINE HRESULT IWMWriter_SetProfileByID(IWMWriter* This,REFGUID guidProfile) { + return This->lpVtbl->SetProfileByID(This,guidProfile); +} +static FORCEINLINE HRESULT IWMWriter_SetProfile(IWMWriter* This,IWMProfile *pProfile) { + return This->lpVtbl->SetProfile(This,pProfile); +} +static FORCEINLINE HRESULT IWMWriter_SetOutputFilename(IWMWriter* This,const WCHAR *pwszFilename) { + return This->lpVtbl->SetOutputFilename(This,pwszFilename); +} +static FORCEINLINE HRESULT IWMWriter_GetInputCount(IWMWriter* This,DWORD *pcInputs) { + return This->lpVtbl->GetInputCount(This,pcInputs); +} +static FORCEINLINE HRESULT IWMWriter_GetInputProps(IWMWriter* This,DWORD dwInputNum,IWMInputMediaProps **ppInput) { + return This->lpVtbl->GetInputProps(This,dwInputNum,ppInput); +} +static FORCEINLINE HRESULT IWMWriter_SetInputProps(IWMWriter* This,DWORD dwInputNum,IWMInputMediaProps *pInput) { + return This->lpVtbl->SetInputProps(This,dwInputNum,pInput); +} +static FORCEINLINE HRESULT IWMWriter_GetInputFormatCount(IWMWriter* This,DWORD dwInputNumber,DWORD *pcFormats) { + return This->lpVtbl->GetInputFormatCount(This,dwInputNumber,pcFormats); +} +static FORCEINLINE HRESULT IWMWriter_GetInputFormat(IWMWriter* This,DWORD dwInputNumber,DWORD dwFormatNumber,IWMInputMediaProps **pProps) { + return This->lpVtbl->GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps); +} +static FORCEINLINE HRESULT IWMWriter_BeginWriting(IWMWriter* This) { + return This->lpVtbl->BeginWriting(This); +} +static FORCEINLINE HRESULT IWMWriter_EndWriting(IWMWriter* This) { + return This->lpVtbl->EndWriting(This); +} +static FORCEINLINE HRESULT IWMWriter_AllocateSample(IWMWriter* This,DWORD dwSampleSize,INSSBuffer **ppSample) { + return This->lpVtbl->AllocateSample(This,dwSampleSize,ppSample); +} +static FORCEINLINE HRESULT IWMWriter_WriteSample(IWMWriter* This,DWORD dwInputNum,QWORD cnsSampleTime,DWORD dwFlags,INSSBuffer *pSample) { + return This->lpVtbl->WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample); +} +static FORCEINLINE HRESULT IWMWriter_Flush(IWMWriter* This) { + return This->lpVtbl->Flush(This); +} +#endif +#endif + +#endif + + +#endif /* __IWMWriter_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMWriterAdvanced interface + */ +#ifndef __IWMWriterAdvanced_INTERFACE_DEFINED__ +#define __IWMWriterAdvanced_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMWriterAdvanced, 0x96406be3, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406be3-2b2b-11d3-b36b-00c04f6108ff") +IWMWriterAdvanced : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetSinkCount( + DWORD *pcSinks) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSink( + DWORD dwSinkNum, + IWMWriterSink **ppSink) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddSink( + IWMWriterSink *pSink) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemoveSink( + IWMWriterSink *pSink) = 0; + + virtual HRESULT STDMETHODCALLTYPE WriteStreamSample( + WORD wStreamNum, + QWORD cnsSampleTime, + DWORD msSampleSendTime, + QWORD cnsSampleDuration, + DWORD dwFlags, + INSSBuffer *pSample) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetLiveSource( + WINBOOL fIsLiveSource) = 0; + + virtual HRESULT STDMETHODCALLTYPE IsRealTime( + WINBOOL *pfRealTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetWriterTime( + QWORD *pCurrentTime) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetStatistics( + WORD wStreamNum, + WM_WRITER_STATISTICS *pStats) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetSyncTolerance( + DWORD msWindow) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSyncTolerance( + DWORD *pmsWindow) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMWriterAdvanced, 0x96406be3, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMWriterAdvancedVtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMWriterAdvanced *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMWriterAdvanced *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMWriterAdvanced *This); + + /*** IWMWriterAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *GetSinkCount)( + IWMWriterAdvanced *This, + DWORD *pcSinks); + + HRESULT (STDMETHODCALLTYPE *GetSink)( + IWMWriterAdvanced *This, + DWORD dwSinkNum, + IWMWriterSink **ppSink); + + HRESULT (STDMETHODCALLTYPE *AddSink)( + IWMWriterAdvanced *This, + IWMWriterSink *pSink); + + HRESULT (STDMETHODCALLTYPE *RemoveSink)( + IWMWriterAdvanced *This, + IWMWriterSink *pSink); + + HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( + IWMWriterAdvanced *This, + WORD wStreamNum, + QWORD cnsSampleTime, + DWORD msSampleSendTime, + QWORD cnsSampleDuration, + DWORD dwFlags, + INSSBuffer *pSample); + + HRESULT (STDMETHODCALLTYPE *SetLiveSource)( + IWMWriterAdvanced *This, + WINBOOL fIsLiveSource); + + HRESULT (STDMETHODCALLTYPE *IsRealTime)( + IWMWriterAdvanced *This, + WINBOOL *pfRealTime); + + HRESULT (STDMETHODCALLTYPE *GetWriterTime)( + IWMWriterAdvanced *This, + QWORD *pCurrentTime); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMWriterAdvanced *This, + WORD wStreamNum, + WM_WRITER_STATISTICS *pStats); + + HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( + IWMWriterAdvanced *This, + DWORD msWindow); + + HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( + IWMWriterAdvanced *This, + DWORD *pmsWindow); + + END_INTERFACE +} IWMWriterAdvancedVtbl; + +interface IWMWriterAdvanced { + CONST_VTBL IWMWriterAdvancedVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMWriterAdvanced_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriterAdvanced_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriterAdvanced_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriterAdvanced methods ***/ +#define IWMWriterAdvanced_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) +#define IWMWriterAdvanced_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) +#define IWMWriterAdvanced_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) +#define IWMWriterAdvanced_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) +#define IWMWriterAdvanced_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) +#define IWMWriterAdvanced_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) +#define IWMWriterAdvanced_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) +#define IWMWriterAdvanced_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) +#define IWMWriterAdvanced_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) +#define IWMWriterAdvanced_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) +#define IWMWriterAdvanced_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced_QueryInterface(IWMWriterAdvanced* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMWriterAdvanced_AddRef(IWMWriterAdvanced* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMWriterAdvanced_Release(IWMWriterAdvanced* This) { + return This->lpVtbl->Release(This); +} +/*** IWMWriterAdvanced methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced_GetSinkCount(IWMWriterAdvanced* This,DWORD *pcSinks) { + return This->lpVtbl->GetSinkCount(This,pcSinks); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_GetSink(IWMWriterAdvanced* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { + return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_AddSink(IWMWriterAdvanced* This,IWMWriterSink *pSink) { + return This->lpVtbl->AddSink(This,pSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_RemoveSink(IWMWriterAdvanced* This,IWMWriterSink *pSink) { + return This->lpVtbl->RemoveSink(This,pSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_WriteStreamSample(IWMWriterAdvanced* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { + return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_SetLiveSource(IWMWriterAdvanced* This,WINBOOL fIsLiveSource) { + return This->lpVtbl->SetLiveSource(This,fIsLiveSource); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_IsRealTime(IWMWriterAdvanced* This,WINBOOL *pfRealTime) { + return This->lpVtbl->IsRealTime(This,pfRealTime); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_GetWriterTime(IWMWriterAdvanced* This,QWORD *pCurrentTime) { + return This->lpVtbl->GetWriterTime(This,pCurrentTime); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_GetStatistics(IWMWriterAdvanced* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { + return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_SetSyncTolerance(IWMWriterAdvanced* This,DWORD msWindow) { + return This->lpVtbl->SetSyncTolerance(This,msWindow); +} +static FORCEINLINE HRESULT IWMWriterAdvanced_GetSyncTolerance(IWMWriterAdvanced* This,DWORD *pmsWindow) { + return This->lpVtbl->GetSyncTolerance(This,pmsWindow); +} +#endif +#endif + +#endif + + +#endif /* __IWMWriterAdvanced_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMWriterAdvanced2 interface + */ +#ifndef __IWMWriterAdvanced2_INTERFACE_DEFINED__ +#define __IWMWriterAdvanced2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMWriterAdvanced2, 0x962dc1ec, 0xc046, 0x4db8, 0x9c,0xc7, 0x26,0xce,0xae,0x50,0x08,0x17); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("962dc1ec-c046-4db8-9cc7-26ceae500817") +IWMWriterAdvanced2 : public IWMWriterAdvanced +{ + virtual HRESULT STDMETHODCALLTYPE GetInputSetting( + DWORD dwInputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetInputSetting( + DWORD dwInputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMWriterAdvanced2, 0x962dc1ec, 0xc046, 0x4db8, 0x9c,0xc7, 0x26,0xce,0xae,0x50,0x08,0x17) +#endif +#else +typedef struct IWMWriterAdvanced2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMWriterAdvanced2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMWriterAdvanced2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMWriterAdvanced2 *This); + + /*** IWMWriterAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *GetSinkCount)( + IWMWriterAdvanced2 *This, + DWORD *pcSinks); + + HRESULT (STDMETHODCALLTYPE *GetSink)( + IWMWriterAdvanced2 *This, + DWORD dwSinkNum, + IWMWriterSink **ppSink); + + HRESULT (STDMETHODCALLTYPE *AddSink)( + IWMWriterAdvanced2 *This, + IWMWriterSink *pSink); + + HRESULT (STDMETHODCALLTYPE *RemoveSink)( + IWMWriterAdvanced2 *This, + IWMWriterSink *pSink); + + HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( + IWMWriterAdvanced2 *This, + WORD wStreamNum, + QWORD cnsSampleTime, + DWORD msSampleSendTime, + QWORD cnsSampleDuration, + DWORD dwFlags, + INSSBuffer *pSample); + + HRESULT (STDMETHODCALLTYPE *SetLiveSource)( + IWMWriterAdvanced2 *This, + WINBOOL fIsLiveSource); + + HRESULT (STDMETHODCALLTYPE *IsRealTime)( + IWMWriterAdvanced2 *This, + WINBOOL *pfRealTime); + + HRESULT (STDMETHODCALLTYPE *GetWriterTime)( + IWMWriterAdvanced2 *This, + QWORD *pCurrentTime); + + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMWriterAdvanced2 *This, + WORD wStreamNum, + WM_WRITER_STATISTICS *pStats); + + HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( + IWMWriterAdvanced2 *This, + DWORD msWindow); + + HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( + IWMWriterAdvanced2 *This, + DWORD *pmsWindow); + + /*** IWMWriterAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetInputSetting)( + IWMWriterAdvanced2 *This, + DWORD dwInputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE *pType, + BYTE *pValue, + WORD *pcbLength); + + HRESULT (STDMETHODCALLTYPE *SetInputSetting)( + IWMWriterAdvanced2 *This, + DWORD dwInputNum, + LPCWSTR pszName, + WMT_ATTR_DATATYPE Type, + const BYTE *pValue, + WORD cbLength); + + END_INTERFACE +} IWMWriterAdvanced2Vtbl; + +interface IWMWriterAdvanced2 { + CONST_VTBL IWMWriterAdvanced2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMWriterAdvanced2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriterAdvanced2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriterAdvanced2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriterAdvanced methods ***/ +#define IWMWriterAdvanced2_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) +#define IWMWriterAdvanced2_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) +#define IWMWriterAdvanced2_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) +#define IWMWriterAdvanced2_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) +#define IWMWriterAdvanced2_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) +#define IWMWriterAdvanced2_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) +#define IWMWriterAdvanced2_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) +#define IWMWriterAdvanced2_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) +#define IWMWriterAdvanced2_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) +#define IWMWriterAdvanced2_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) +#define IWMWriterAdvanced2_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) +/*** IWMWriterAdvanced2 methods ***/ +#define IWMWriterAdvanced2_GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) +#define IWMWriterAdvanced2_SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced2_QueryInterface(IWMWriterAdvanced2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMWriterAdvanced2_AddRef(IWMWriterAdvanced2* This) { + return This->lpVtbl->AddRef(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLogClientID(IWMReaderAdvanced4* This,WINBOOL *pfLogClientID) { - return This->lpVtbl->GetLogClientID(This,pfLogClientID); +static FORCEINLINE ULONG IWMWriterAdvanced2_Release(IWMWriterAdvanced2* This) { + return This->lpVtbl->Release(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_StopBuffering(IWMReaderAdvanced4* This) { - return This->lpVtbl->StopBuffering(This); +/*** IWMWriterAdvanced methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSinkCount(IWMWriterAdvanced2* This,DWORD *pcSinks) { + return This->lpVtbl->GetSinkCount(This,pcSinks); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_OpenStream(IWMReaderAdvanced4* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSink(IWMWriterAdvanced2* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { + return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); } -/*** IWMReaderAdvanced3 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced4_StopNetStreaming(IWMReaderAdvanced4* This) { - return This->lpVtbl->StopNetStreaming(This); +static FORCEINLINE HRESULT IWMWriterAdvanced2_AddSink(IWMWriterAdvanced2* This,IWMWriterSink *pSink) { + return This->lpVtbl->AddSink(This,pSink); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_StartAtPosition(IWMReaderAdvanced4* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { - return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +static FORCEINLINE HRESULT IWMWriterAdvanced2_RemoveSink(IWMWriterAdvanced2* This,IWMWriterSink *pSink) { + return This->lpVtbl->RemoveSink(This,pSink); } -/*** IWMReaderAdvanced4 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLanguageCount(IWMReaderAdvanced4* This,DWORD dwOutputNum,WORD *pwLanguageCount) { - return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +static FORCEINLINE HRESULT IWMWriterAdvanced2_WriteStreamSample(IWMWriterAdvanced2* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { + return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetLanguage(IWMReaderAdvanced4* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { - return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +static FORCEINLINE HRESULT IWMWriterAdvanced2_SetLiveSource(IWMWriterAdvanced2* This,WINBOOL fIsLiveSource) { + return This->lpVtbl->SetLiveSource(This,fIsLiveSource); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetMaxSpeedFactor(IWMReaderAdvanced4* This,double *pdblFactor) { - return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +static FORCEINLINE HRESULT IWMWriterAdvanced2_IsRealTime(IWMWriterAdvanced2* This,WINBOOL *pfRealTime) { + return This->lpVtbl->IsRealTime(This,pfRealTime); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_IsUsingFastCache(IWMReaderAdvanced4* This,WINBOOL *pfUsingFastCache) { - return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetWriterTime(IWMWriterAdvanced2* This,QWORD *pCurrentTime) { + return This->lpVtbl->GetWriterTime(This,pCurrentTime); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_AddLogParam(IWMReaderAdvanced4* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { - return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetStatistics(IWMWriterAdvanced2* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { + return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_SendLogParams(IWMReaderAdvanced4* This) { - return This->lpVtbl->SendLogParams(This); +static FORCEINLINE HRESULT IWMWriterAdvanced2_SetSyncTolerance(IWMWriterAdvanced2* This,DWORD msWindow) { + return This->lpVtbl->SetSyncTolerance(This,msWindow); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_CanSaveFileAs(IWMReaderAdvanced4* This,WINBOOL *pfCanSave) { - return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSyncTolerance(IWMWriterAdvanced2* This,DWORD *pmsWindow) { + return This->lpVtbl->GetSyncTolerance(This,pmsWindow); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_CancelSaveFileAs(IWMReaderAdvanced4* This) { - return This->lpVtbl->CancelSaveFileAs(This); +/*** IWMWriterAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced2_GetInputSetting(IWMWriterAdvanced2* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength); } -static FORCEINLINE HRESULT IWMReaderAdvanced4_GetURL(IWMReaderAdvanced4* This,WCHAR *pwszURL,DWORD *pcchURL) { - return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +static FORCEINLINE HRESULT IWMWriterAdvanced2_SetInputSetting(IWMWriterAdvanced2* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_GetLanguageCount_Proxy( - IWMReaderAdvanced4* This, - DWORD dwOutputNum, - WORD *pwLanguageCount); -void __RPC_STUB IWMReaderAdvanced4_GetLanguageCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_GetLanguage_Proxy( - IWMReaderAdvanced4* This, - DWORD dwOutputNum, - WORD wLanguage, - WCHAR *pwszLanguageString, - WORD *pcchLanguageStringLength); -void __RPC_STUB IWMReaderAdvanced4_GetLanguage_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_GetMaxSpeedFactor_Proxy( - IWMReaderAdvanced4* This, - double *pdblFactor); -void __RPC_STUB IWMReaderAdvanced4_GetMaxSpeedFactor_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_IsUsingFastCache_Proxy( - IWMReaderAdvanced4* This, - WINBOOL *pfUsingFastCache); -void __RPC_STUB IWMReaderAdvanced4_IsUsingFastCache_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_AddLogParam_Proxy( - IWMReaderAdvanced4* This, - LPCWSTR wszNameSpace, - LPCWSTR wszName, - LPCWSTR wszValue); -void __RPC_STUB IWMReaderAdvanced4_AddLogParam_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_SendLogParams_Proxy( - IWMReaderAdvanced4* This); -void __RPC_STUB IWMReaderAdvanced4_SendLogParams_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_CanSaveFileAs_Proxy( - IWMReaderAdvanced4* This, - WINBOOL *pfCanSave); -void __RPC_STUB IWMReaderAdvanced4_CanSaveFileAs_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_CancelSaveFileAs_Proxy( - IWMReaderAdvanced4* This); -void __RPC_STUB IWMReaderAdvanced4_CancelSaveFileAs_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced4_GetURL_Proxy( - IWMReaderAdvanced4* This, - WCHAR *pwszURL, - DWORD *pcchURL); -void __RPC_STUB IWMReaderAdvanced4_GetURL_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced4_INTERFACE_DEFINED__ */ +#endif /* __IWMWriterAdvanced2_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReaderAdvanced5 interface + * IWMWriterAdvanced3 interface */ -#ifndef __IWMReaderAdvanced5_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced5_INTERFACE_DEFINED__ +#ifndef __IWMWriterAdvanced3_INTERFACE_DEFINED__ +#define __IWMWriterAdvanced3_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced5, 0x24c44db0, 0x55d1, 0x49ae, 0xa5,0xcc, 0xf1,0x38,0x15,0xe3,0x63,0x63); +DEFINE_GUID(IID_IWMWriterAdvanced3, 0x2cd6492d, 0x7c37, 0x4e76, 0x9d,0x3b, 0x59,0x26,0x11,0x83,0xa2,0x2e); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("24c44db0-55d1-49ae-a5cc-f13815e36363") -IWMReaderAdvanced5 : public IWMReaderAdvanced4 +MIDL_INTERFACE("2cd6492d-7c37-4e76-9d3b-59261183a22e") +IWMWriterAdvanced3 : public IWMWriterAdvanced2 { - virtual HRESULT STDMETHODCALLTYPE SetPlayerHook( - DWORD dwOutputNum, - IWMPlayerHook *pHook) = 0; + virtual HRESULT STDMETHODCALLTYPE GetStatisticsEx( + WORD wStreamNum, + WM_WRITER_STATISTICS_EX *pStats) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetNonBlocking( + ) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced5, 0x24c44db0, 0x55d1, 0x49ae, 0xa5,0xcc, 0xf1,0x38,0x15,0xe3,0x63,0x63) +__CRT_UUID_DECL(IWMWriterAdvanced3, 0x2cd6492d, 0x7c37, 0x4e76, 0x9d,0x3b, 0x59,0x26,0x11,0x83,0xa2,0x2e) #endif #else -typedef struct IWMReaderAdvanced5Vtbl { +typedef struct IWMWriterAdvanced3Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced5* This, + IWMWriterAdvanced3 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced5* This); + IWMWriterAdvanced3 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced5* This); - - /*** IWMReaderAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced5* This, - WINBOOL fUserClock); - - HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced5* This, - WINBOOL *pfUserClock); - - HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced5* This, - QWORD cnsTime); - - HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced5* This, - WINBOOL fSelection); - - HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced5* This, - WINBOOL *pfSelection); - - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced5* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); - - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced5* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); - - HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced5* This, - WINBOOL fGetCallbacks); - - HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced5* This, - WINBOOL *pfGetCallbacks); + IWMWriterAdvanced3 *This); - HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced5* This, - WORD wStreamNum, - WINBOOL fReceiveStreamSamples); + /*** IWMWriterAdvanced methods ***/ + HRESULT (STDMETHODCALLTYPE *GetSinkCount)( + IWMWriterAdvanced3 *This, + DWORD *pcSinks); - HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced5* This, - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); + HRESULT (STDMETHODCALLTYPE *GetSink)( + IWMWriterAdvanced3 *This, + DWORD dwSinkNum, + IWMWriterSink **ppSink); - HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - WINBOOL fAllocate); + HRESULT (STDMETHODCALLTYPE *AddSink)( + IWMWriterAdvanced3 *This, + IWMWriterSink *pSink); - HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - WINBOOL *pfAllocate); + HRESULT (STDMETHODCALLTYPE *RemoveSink)( + IWMWriterAdvanced3 *This, + IWMWriterSink *pSink); - HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced5* This, + HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( + IWMWriterAdvanced3 *This, WORD wStreamNum, - WINBOOL fAllocate); - - HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced5* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); - - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced5* This, - WM_READER_STATISTICS *pStatistics); - - HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced5* This, - WM_READER_CLIENTINFO *pClientInfo); - - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced5* This, - DWORD dwOutput, - DWORD *pcbMax); - - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced5* This, - WORD wStream, - DWORD *pcbMax); - - HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced5* This, - QWORD cnsLateness); - - /*** IWMReaderAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayMode)( - IWMReaderAdvanced5* This, - WMT_PLAY_MODE Mode); - - HRESULT (STDMETHODCALLTYPE *GetPlayMode)( - IWMReaderAdvanced5* This, - WMT_PLAY_MODE *pMode); + QWORD cnsSampleTime, + DWORD msSampleSendTime, + QWORD cnsSampleDuration, + DWORD dwFlags, + INSSBuffer *pSample); - HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( - IWMReaderAdvanced5* This, - DWORD *pdwPercent, - QWORD *pcnsBuffering); + HRESULT (STDMETHODCALLTYPE *SetLiveSource)( + IWMWriterAdvanced3 *This, + WINBOOL fIsLiveSource); - HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( - IWMReaderAdvanced5* This, - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload); + HRESULT (STDMETHODCALLTYPE *IsRealTime)( + IWMWriterAdvanced3 *This, + WINBOOL *pfRealTime); - HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( - IWMReaderAdvanced5* This, - DWORD *pdwPercent); + HRESULT (STDMETHODCALLTYPE *GetWriterTime)( + IWMWriterAdvanced3 *This, + QWORD *pCurrentTime); - HRESULT (STDMETHODCALLTYPE *SaveFileAs)( - IWMReaderAdvanced5* This, - const WCHAR *pwszFilename); + HRESULT (STDMETHODCALLTYPE *GetStatistics)( + IWMWriterAdvanced3 *This, + WORD wStreamNum, + WM_WRITER_STATISTICS *pStats); - HRESULT (STDMETHODCALLTYPE *GetProtocolName)( - IWMReaderAdvanced5* This, - WCHAR *pwszProtocol, - DWORD *pcchProtocol); + HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( + IWMWriterAdvanced3 *This, + DWORD msWindow); - HRESULT (STDMETHODCALLTYPE *StartAtMarker)( - IWMReaderAdvanced5* This, - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext); + HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( + IWMWriterAdvanced3 *This, + DWORD *pmsWindow); - HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, + /*** IWMWriterAdvanced2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetInputSetting)( + IWMWriterAdvanced3 *This, + DWORD dwInputNum, LPCWSTR pszName, WMT_ATTR_DATATYPE *pType, BYTE *pValue, WORD *pcbLength); - HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, + HRESULT (STDMETHODCALLTYPE *SetInputSetting)( + IWMWriterAdvanced3 *This, + DWORD dwInputNum, LPCWSTR pszName, WMT_ATTR_DATATYPE Type, const BYTE *pValue, WORD cbLength); - HRESULT (STDMETHODCALLTYPE *Preroll)( - IWMReaderAdvanced5* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate); - - HRESULT (STDMETHODCALLTYPE *SetLogClientID)( - IWMReaderAdvanced5* This, - WINBOOL fLogClientID); + /*** IWMWriterAdvanced3 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetStatisticsEx)( + IWMWriterAdvanced3 *This, + WORD wStreamNum, + WM_WRITER_STATISTICS_EX *pStats); - HRESULT (STDMETHODCALLTYPE *GetLogClientID)( - IWMReaderAdvanced5* This, - WINBOOL *pfLogClientID); + HRESULT (STDMETHODCALLTYPE *SetNonBlocking)( + IWMWriterAdvanced3 *This); - HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IWMReaderAdvanced5* This); + END_INTERFACE +} IWMWriterAdvanced3Vtbl; - HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMReaderAdvanced5* This, - IStream *pStream, - IWMReaderCallback *pCallback, - void *pvContext); +interface IWMWriterAdvanced3 { + CONST_VTBL IWMWriterAdvanced3Vtbl* lpVtbl; +}; - /*** IWMReaderAdvanced3 methods ***/ - HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( - IWMReaderAdvanced5* This); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMWriterAdvanced3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriterAdvanced3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriterAdvanced3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriterAdvanced methods ***/ +#define IWMWriterAdvanced3_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) +#define IWMWriterAdvanced3_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) +#define IWMWriterAdvanced3_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) +#define IWMWriterAdvanced3_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) +#define IWMWriterAdvanced3_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) +#define IWMWriterAdvanced3_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) +#define IWMWriterAdvanced3_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) +#define IWMWriterAdvanced3_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) +#define IWMWriterAdvanced3_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) +#define IWMWriterAdvanced3_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) +#define IWMWriterAdvanced3_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) +/*** IWMWriterAdvanced2 methods ***/ +#define IWMWriterAdvanced3_GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) +#define IWMWriterAdvanced3_SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) +/*** IWMWriterAdvanced3 methods ***/ +#define IWMWriterAdvanced3_GetStatisticsEx(This,wStreamNum,pStats) (This)->lpVtbl->GetStatisticsEx(This,wStreamNum,pStats) +#define IWMWriterAdvanced3_SetNonBlocking(This) (This)->lpVtbl->SetNonBlocking(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced3_QueryInterface(IWMWriterAdvanced3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMWriterAdvanced3_AddRef(IWMWriterAdvanced3* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMWriterAdvanced3_Release(IWMWriterAdvanced3* This) { + return This->lpVtbl->Release(This); +} +/*** IWMWriterAdvanced methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSinkCount(IWMWriterAdvanced3* This,DWORD *pcSinks) { + return This->lpVtbl->GetSinkCount(This,pcSinks); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSink(IWMWriterAdvanced3* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { + return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_AddSink(IWMWriterAdvanced3* This,IWMWriterSink *pSink) { + return This->lpVtbl->AddSink(This,pSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_RemoveSink(IWMWriterAdvanced3* This,IWMWriterSink *pSink) { + return This->lpVtbl->RemoveSink(This,pSink); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_WriteStreamSample(IWMWriterAdvanced3* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { + return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_SetLiveSource(IWMWriterAdvanced3* This,WINBOOL fIsLiveSource) { + return This->lpVtbl->SetLiveSource(This,fIsLiveSource); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_IsRealTime(IWMWriterAdvanced3* This,WINBOOL *pfRealTime) { + return This->lpVtbl->IsRealTime(This,pfRealTime); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetWriterTime(IWMWriterAdvanced3* This,QWORD *pCurrentTime) { + return This->lpVtbl->GetWriterTime(This,pCurrentTime); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetStatistics(IWMWriterAdvanced3* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { + return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_SetSyncTolerance(IWMWriterAdvanced3* This,DWORD msWindow) { + return This->lpVtbl->SetSyncTolerance(This,msWindow); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSyncTolerance(IWMWriterAdvanced3* This,DWORD *pmsWindow) { + return This->lpVtbl->GetSyncTolerance(This,pmsWindow); +} +/*** IWMWriterAdvanced2 methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetInputSetting(IWMWriterAdvanced3* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { + return This->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_SetInputSetting(IWMWriterAdvanced3* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { + return This->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength); +} +/*** IWMWriterAdvanced3 methods ***/ +static FORCEINLINE HRESULT IWMWriterAdvanced3_GetStatisticsEx(IWMWriterAdvanced3* This,WORD wStreamNum,WM_WRITER_STATISTICS_EX *pStats) { + return This->lpVtbl->GetStatisticsEx(This,wStreamNum,pStats); +} +static FORCEINLINE HRESULT IWMWriterAdvanced3_SetNonBlocking(IWMWriterAdvanced3* This) { + return This->lpVtbl->SetNonBlocking(This); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *StartAtPosition)( - IWMReaderAdvanced5* This, - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext); +#endif - /*** IWMReaderAdvanced4 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - WORD *pwLanguageCount); - HRESULT (STDMETHODCALLTYPE *GetLanguage)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - WORD wLanguage, - WCHAR *pwszLanguageString, - WORD *pcchLanguageStringLength); +#endif /* __IWMWriterAdvanced3_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( - IWMReaderAdvanced5* This, - double *pdblFactor); +/***************************************************************************** + * IWMHeaderInfo interface + */ +#ifndef __IWMHeaderInfo_INTERFACE_DEFINED__ +#define __IWMHeaderInfo_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( - IWMReaderAdvanced5* This, - WINBOOL *pfUsingFastCache); +DEFINE_GUID(IID_IWMHeaderInfo, 0x96406bda, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("96406bda-2b2b-11d3-b36b-00c04f6108ff") +IWMHeaderInfo : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetAttributeCount( + WORD stream_num, + WORD *attributes) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAttributeByIndex( + WORD index, + WORD *stream_num, + WCHAR *name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAttributeByName( + WORD *stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetAttribute( + WORD stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMarkerCount( + WORD *markers) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetMarker( + WORD index, + WCHAR *marker_name, + WORD *marker_len, + QWORD *marker_time) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddMarker( + LPCWSTR_WMSDK_TYPE_SAFE marker_name, + QWORD marker_time) = 0; + + virtual HRESULT STDMETHODCALLTYPE RemoveMarker( + WORD index) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetScriptCount( + WORD *scripts) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetScript( + WORD index, + WCHAR *type, + WORD *type_len, + WCHAR *command, + WORD *command_len, + QWORD *script_time) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddScript( + LPCWSTR_WMSDK_TYPE_SAFE type, + LPCWSTR_WMSDK_TYPE_SAFE command, + QWORD script_time) = 0; - HRESULT (STDMETHODCALLTYPE *AddLogParam)( - IWMReaderAdvanced5* This, - LPCWSTR wszNameSpace, - LPCWSTR wszName, - LPCWSTR wszValue); + virtual HRESULT STDMETHODCALLTYPE RemoveScript( + WORD index) = 0; - HRESULT (STDMETHODCALLTYPE *SendLogParams)( - IWMReaderAdvanced5* This); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMHeaderInfo, 0x96406bda, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMHeaderInfoVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( - IWMReaderAdvanced5* This, - WINBOOL *pfCanSave); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMHeaderInfo *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( - IWMReaderAdvanced5* This); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMHeaderInfo *This); - HRESULT (STDMETHODCALLTYPE *GetURL)( - IWMReaderAdvanced5* This, - WCHAR *pwszURL, - DWORD *pcchURL); + ULONG (STDMETHODCALLTYPE *Release)( + IWMHeaderInfo *This); - /*** IWMReaderAdvanced5 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayerHook)( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - IWMPlayerHook *pHook); + /*** IWMHeaderInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAttributeCount)( + IWMHeaderInfo *This, + WORD stream_num, + WORD *attributes); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByIndex)( + IWMHeaderInfo *This, + WORD index, + WORD *stream_num, + WCHAR *name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByName)( + IWMHeaderInfo *This, + WORD *stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *SetAttribute)( + IWMHeaderInfo *This, + WORD stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetMarkerCount)( + IWMHeaderInfo *This, + WORD *markers); + + HRESULT (STDMETHODCALLTYPE *GetMarker)( + IWMHeaderInfo *This, + WORD index, + WCHAR *marker_name, + WORD *marker_len, + QWORD *marker_time); + + HRESULT (STDMETHODCALLTYPE *AddMarker)( + IWMHeaderInfo *This, + LPCWSTR_WMSDK_TYPE_SAFE marker_name, + QWORD marker_time); + + HRESULT (STDMETHODCALLTYPE *RemoveMarker)( + IWMHeaderInfo *This, + WORD index); + + HRESULT (STDMETHODCALLTYPE *GetScriptCount)( + IWMHeaderInfo *This, + WORD *scripts); + + HRESULT (STDMETHODCALLTYPE *GetScript)( + IWMHeaderInfo *This, + WORD index, + WCHAR *type, + WORD *type_len, + WCHAR *command, + WORD *command_len, + QWORD *script_time); + + HRESULT (STDMETHODCALLTYPE *AddScript)( + IWMHeaderInfo *This, + LPCWSTR_WMSDK_TYPE_SAFE type, + LPCWSTR_WMSDK_TYPE_SAFE command, + QWORD script_time); + + HRESULT (STDMETHODCALLTYPE *RemoveScript)( + IWMHeaderInfo *This, + WORD index); END_INTERFACE -} IWMReaderAdvanced5Vtbl; -interface IWMReaderAdvanced5 { - CONST_VTBL IWMReaderAdvanced5Vtbl* lpVtbl; +} IWMHeaderInfoVtbl; + +interface IWMHeaderInfo { + CONST_VTBL IWMHeaderInfoVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced5_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced5_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced5_Release(This) (This)->lpVtbl->Release(This) -/*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced5_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced5_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced5_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced5_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced5_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced5_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced5_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced5_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced5_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced5_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced5_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced5_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced5_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced5_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced5_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced5_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced5_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced5_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced5_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced5_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) -/*** IWMReaderAdvanced2 methods ***/ -#define IWMReaderAdvanced5_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) -#define IWMReaderAdvanced5_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) -#define IWMReaderAdvanced5_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) -#define IWMReaderAdvanced5_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) -#define IWMReaderAdvanced5_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) -#define IWMReaderAdvanced5_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) -#define IWMReaderAdvanced5_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) -#define IWMReaderAdvanced5_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) -#define IWMReaderAdvanced5_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMReaderAdvanced5_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMReaderAdvanced5_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) -#define IWMReaderAdvanced5_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) -#define IWMReaderAdvanced5_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) -#define IWMReaderAdvanced5_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) -#define IWMReaderAdvanced5_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) -/*** IWMReaderAdvanced3 methods ***/ -#define IWMReaderAdvanced5_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) -#define IWMReaderAdvanced5_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) -/*** IWMReaderAdvanced4 methods ***/ -#define IWMReaderAdvanced5_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) -#define IWMReaderAdvanced5_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) -#define IWMReaderAdvanced5_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) -#define IWMReaderAdvanced5_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) -#define IWMReaderAdvanced5_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) -#define IWMReaderAdvanced5_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) -#define IWMReaderAdvanced5_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) -#define IWMReaderAdvanced5_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) -#define IWMReaderAdvanced5_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) -/*** IWMReaderAdvanced5 methods ***/ -#define IWMReaderAdvanced5_SetPlayerHook(This,dwOutputNum,pHook) (This)->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook) +#define IWMHeaderInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMHeaderInfo_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMHeaderInfo_Release(This) (This)->lpVtbl->Release(This) +/*** IWMHeaderInfo methods ***/ +#define IWMHeaderInfo_GetAttributeCount(This,stream_num,attributes) (This)->lpVtbl->GetAttributeCount(This,stream_num,attributes) +#define IWMHeaderInfo_GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) (This)->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) +#define IWMHeaderInfo_GetAttributeByName(This,stream_num,name,type,value,length) (This)->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length) +#define IWMHeaderInfo_SetAttribute(This,stream_num,name,type,value,length) (This)->lpVtbl->SetAttribute(This,stream_num,name,type,value,length) +#define IWMHeaderInfo_GetMarkerCount(This,markers) (This)->lpVtbl->GetMarkerCount(This,markers) +#define IWMHeaderInfo_GetMarker(This,index,marker_name,marker_len,marker_time) (This)->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time) +#define IWMHeaderInfo_AddMarker(This,marker_name,marker_time) (This)->lpVtbl->AddMarker(This,marker_name,marker_time) +#define IWMHeaderInfo_RemoveMarker(This,index) (This)->lpVtbl->RemoveMarker(This,index) +#define IWMHeaderInfo_GetScriptCount(This,scripts) (This)->lpVtbl->GetScriptCount(This,scripts) +#define IWMHeaderInfo_GetScript(This,index,type,type_len,command,command_len,script_time) (This)->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time) +#define IWMHeaderInfo_AddScript(This,type,command,script_time) (This)->lpVtbl->AddScript(This,type,command,script_time) +#define IWMHeaderInfo_RemoveScript(This,index) (This)->lpVtbl->RemoveScript(This,index) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_QueryInterface(IWMReaderAdvanced5* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMHeaderInfo_QueryInterface(IWMHeaderInfo* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced5_AddRef(IWMReaderAdvanced5* This) { - return This->lpVtbl->AddRef(This); +static FORCEINLINE ULONG IWMHeaderInfo_AddRef(IWMHeaderInfo* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMHeaderInfo_Release(IWMHeaderInfo* This) { + return This->lpVtbl->Release(This); +} +/*** IWMHeaderInfo methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo_GetAttributeCount(IWMHeaderInfo* This,WORD stream_num,WORD *attributes) { + return This->lpVtbl->GetAttributeCount(This,stream_num,attributes); +} +static FORCEINLINE HRESULT IWMHeaderInfo_GetAttributeByIndex(IWMHeaderInfo* This,WORD index,WORD *stream_num,WCHAR *name,WORD *name_len,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length); +} +static FORCEINLINE HRESULT IWMHeaderInfo_GetAttributeByName(IWMHeaderInfo* This,WORD *stream_num,LPCWSTR name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length); +} +static FORCEINLINE HRESULT IWMHeaderInfo_SetAttribute(IWMHeaderInfo* This,WORD stream_num,LPCWSTR name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetAttribute(This,stream_num,name,type,value,length); } -static FORCEINLINE ULONG IWMReaderAdvanced5_Release(IWMReaderAdvanced5* This) { - return This->lpVtbl->Release(This); +static FORCEINLINE HRESULT IWMHeaderInfo_GetMarkerCount(IWMHeaderInfo* This,WORD *markers) { + return This->lpVtbl->GetMarkerCount(This,markers); } -/*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetUserProvidedClock(IWMReaderAdvanced5* This,WINBOOL fUserClock) { - return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +static FORCEINLINE HRESULT IWMHeaderInfo_GetMarker(IWMHeaderInfo* This,WORD index,WCHAR *marker_name,WORD *marker_len,QWORD *marker_time) { + return This->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetUserProvidedClock(IWMReaderAdvanced5* This,WINBOOL *pfUserClock) { - return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +static FORCEINLINE HRESULT IWMHeaderInfo_AddMarker(IWMHeaderInfo* This,LPCWSTR_WMSDK_TYPE_SAFE marker_name,QWORD marker_time) { + return This->lpVtbl->AddMarker(This,marker_name,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_DeliverTime(IWMReaderAdvanced5* This,QWORD cnsTime) { - return This->lpVtbl->DeliverTime(This,cnsTime); +static FORCEINLINE HRESULT IWMHeaderInfo_RemoveMarker(IWMHeaderInfo* This,WORD index) { + return This->lpVtbl->RemoveMarker(This,index); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetManualStreamSelection(IWMReaderAdvanced5* This,WINBOOL fSelection) { - return This->lpVtbl->SetManualStreamSelection(This,fSelection); +static FORCEINLINE HRESULT IWMHeaderInfo_GetScriptCount(IWMHeaderInfo* This,WORD *scripts) { + return This->lpVtbl->GetScriptCount(This,scripts); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetManualStreamSelection(IWMReaderAdvanced5* This,WINBOOL *pfSelection) { - return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +static FORCEINLINE HRESULT IWMHeaderInfo_GetScript(IWMHeaderInfo* This,WORD index,WCHAR *type,WORD *type_len,WCHAR *command,WORD *command_len,QWORD *script_time) { + return This->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetStreamsSelected(IWMReaderAdvanced5* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { - return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +static FORCEINLINE HRESULT IWMHeaderInfo_AddScript(IWMHeaderInfo* This,LPCWSTR_WMSDK_TYPE_SAFE type,LPCWSTR_WMSDK_TYPE_SAFE command,QWORD script_time) { + return This->lpVtbl->AddScript(This,type,command,script_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetStreamSelected(IWMReaderAdvanced5* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { - return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +static FORCEINLINE HRESULT IWMHeaderInfo_RemoveScript(IWMHeaderInfo* This,WORD index) { + return This->lpVtbl->RemoveScript(This,index); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetReceiveSelectionCallbacks(IWMReaderAdvanced5* This,WINBOOL fGetCallbacks) { - return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +#endif +#endif + +#endif + + +#endif /* __IWMHeaderInfo_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMHeaderInfo2 interface + */ +#ifndef __IWMHeaderInfo2_INTERFACE_DEFINED__ +#define __IWMHeaderInfo2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMHeaderInfo2, 0x15cf9781, 0x454e, 0x482e, 0xb3,0x93, 0x85,0xfa,0xe4,0x87,0xa8,0x10); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("15cf9781-454e-482e-b393-85fae487a810") +IWMHeaderInfo2 : public IWMHeaderInfo +{ + virtual HRESULT STDMETHODCALLTYPE GetCodecInfoCount( + DWORD *codec_infos) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCodecInfo( + DWORD index, + WORD *name_len, + WCHAR *name, + WORD *description_len, + WCHAR *description, + WMT_CODEC_INFO_TYPE *codec_type, + WORD *codec_info_cnt, + BYTE *codec_info) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMHeaderInfo2, 0x15cf9781, 0x454e, 0x482e, 0xb3,0x93, 0x85,0xfa,0xe4,0x87,0xa8,0x10) +#endif +#else +typedef struct IWMHeaderInfo2Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMHeaderInfo2 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMHeaderInfo2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMHeaderInfo2 *This); + + /*** IWMHeaderInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAttributeCount)( + IWMHeaderInfo2 *This, + WORD stream_num, + WORD *attributes); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByIndex)( + IWMHeaderInfo2 *This, + WORD index, + WORD *stream_num, + WCHAR *name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByName)( + IWMHeaderInfo2 *This, + WORD *stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *SetAttribute)( + IWMHeaderInfo2 *This, + WORD stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetMarkerCount)( + IWMHeaderInfo2 *This, + WORD *markers); + + HRESULT (STDMETHODCALLTYPE *GetMarker)( + IWMHeaderInfo2 *This, + WORD index, + WCHAR *marker_name, + WORD *marker_len, + QWORD *marker_time); + + HRESULT (STDMETHODCALLTYPE *AddMarker)( + IWMHeaderInfo2 *This, + LPCWSTR_WMSDK_TYPE_SAFE marker_name, + QWORD marker_time); + + HRESULT (STDMETHODCALLTYPE *RemoveMarker)( + IWMHeaderInfo2 *This, + WORD index); + + HRESULT (STDMETHODCALLTYPE *GetScriptCount)( + IWMHeaderInfo2 *This, + WORD *scripts); + + HRESULT (STDMETHODCALLTYPE *GetScript)( + IWMHeaderInfo2 *This, + WORD index, + WCHAR *type, + WORD *type_len, + WCHAR *command, + WORD *command_len, + QWORD *script_time); + + HRESULT (STDMETHODCALLTYPE *AddScript)( + IWMHeaderInfo2 *This, + LPCWSTR_WMSDK_TYPE_SAFE type, + LPCWSTR_WMSDK_TYPE_SAFE command, + QWORD script_time); + + HRESULT (STDMETHODCALLTYPE *RemoveScript)( + IWMHeaderInfo2 *This, + WORD index); + + /*** IWMHeaderInfo2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInfoCount)( + IWMHeaderInfo2 *This, + DWORD *codec_infos); + + HRESULT (STDMETHODCALLTYPE *GetCodecInfo)( + IWMHeaderInfo2 *This, + DWORD index, + WORD *name_len, + WCHAR *name, + WORD *description_len, + WCHAR *description, + WMT_CODEC_INFO_TYPE *codec_type, + WORD *codec_info_cnt, + BYTE *codec_info); + + END_INTERFACE +} IWMHeaderInfo2Vtbl; + +interface IWMHeaderInfo2 { + CONST_VTBL IWMHeaderInfo2Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMHeaderInfo2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMHeaderInfo2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMHeaderInfo2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMHeaderInfo methods ***/ +#define IWMHeaderInfo2_GetAttributeCount(This,stream_num,attributes) (This)->lpVtbl->GetAttributeCount(This,stream_num,attributes) +#define IWMHeaderInfo2_GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) (This)->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) +#define IWMHeaderInfo2_GetAttributeByName(This,stream_num,name,type,value,length) (This)->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length) +#define IWMHeaderInfo2_SetAttribute(This,stream_num,name,type,value,length) (This)->lpVtbl->SetAttribute(This,stream_num,name,type,value,length) +#define IWMHeaderInfo2_GetMarkerCount(This,markers) (This)->lpVtbl->GetMarkerCount(This,markers) +#define IWMHeaderInfo2_GetMarker(This,index,marker_name,marker_len,marker_time) (This)->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time) +#define IWMHeaderInfo2_AddMarker(This,marker_name,marker_time) (This)->lpVtbl->AddMarker(This,marker_name,marker_time) +#define IWMHeaderInfo2_RemoveMarker(This,index) (This)->lpVtbl->RemoveMarker(This,index) +#define IWMHeaderInfo2_GetScriptCount(This,scripts) (This)->lpVtbl->GetScriptCount(This,scripts) +#define IWMHeaderInfo2_GetScript(This,index,type,type_len,command,command_len,script_time) (This)->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time) +#define IWMHeaderInfo2_AddScript(This,type,command,script_time) (This)->lpVtbl->AddScript(This,type,command,script_time) +#define IWMHeaderInfo2_RemoveScript(This,index) (This)->lpVtbl->RemoveScript(This,index) +/*** IWMHeaderInfo2 methods ***/ +#define IWMHeaderInfo2_GetCodecInfoCount(This,codec_infos) (This)->lpVtbl->GetCodecInfoCount(This,codec_infos) +#define IWMHeaderInfo2_GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info) (This)->lpVtbl->GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo2_QueryInterface(IWMHeaderInfo2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetReceiveSelectionCallbacks(IWMReaderAdvanced5* This,WINBOOL *pfGetCallbacks) { - return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +static FORCEINLINE ULONG IWMHeaderInfo2_AddRef(IWMHeaderInfo2* This) { + return This->lpVtbl->AddRef(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetReceiveStreamSamples(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { - return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +static FORCEINLINE ULONG IWMHeaderInfo2_Release(IWMHeaderInfo2* This) { + return This->lpVtbl->Release(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetReceiveStreamSamples(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { - return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +/*** IWMHeaderInfo methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo2_GetAttributeCount(IWMHeaderInfo2* This,WORD stream_num,WORD *attributes) { + return This->lpVtbl->GetAttributeCount(This,stream_num,attributes); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetAllocateForOutput(IWMReaderAdvanced5* This,DWORD dwOutputNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetAttributeByIndex(IWMHeaderInfo2* This,WORD index,WORD *stream_num,WCHAR *name,WORD *name_len,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetAllocateForOutput(IWMReaderAdvanced5* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetAttributeByName(IWMHeaderInfo2* This,WORD *stream_num,LPCWSTR name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetAllocateForStream(IWMReaderAdvanced5* This,WORD wStreamNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +static FORCEINLINE HRESULT IWMHeaderInfo2_SetAttribute(IWMHeaderInfo2* This,WORD stream_num,LPCWSTR name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetAttribute(This,stream_num,name,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetAllocateForStream(IWMReaderAdvanced5* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetMarkerCount(IWMHeaderInfo2* This,WORD *markers) { + return This->lpVtbl->GetMarkerCount(This,markers); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetStatistics(IWMReaderAdvanced5* This,WM_READER_STATISTICS *pStatistics) { - return This->lpVtbl->GetStatistics(This,pStatistics); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetMarker(IWMHeaderInfo2* This,WORD index,WCHAR *marker_name,WORD *marker_len,QWORD *marker_time) { + return This->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetClientInfo(IWMReaderAdvanced5* This,WM_READER_CLIENTINFO *pClientInfo) { - return This->lpVtbl->SetClientInfo(This,pClientInfo); +static FORCEINLINE HRESULT IWMHeaderInfo2_AddMarker(IWMHeaderInfo2* This,LPCWSTR_WMSDK_TYPE_SAFE marker_name,QWORD marker_time) { + return This->lpVtbl->AddMarker(This,marker_name,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxOutputSampleSize(IWMReaderAdvanced5* This,DWORD dwOutput,DWORD *pcbMax) { - return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +static FORCEINLINE HRESULT IWMHeaderInfo2_RemoveMarker(IWMHeaderInfo2* This,WORD index) { + return This->lpVtbl->RemoveMarker(This,index); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxStreamSampleSize(IWMReaderAdvanced5* This,WORD wStream,DWORD *pcbMax) { - return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetScriptCount(IWMHeaderInfo2* This,WORD *scripts) { + return This->lpVtbl->GetScriptCount(This,scripts); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_NotifyLateDelivery(IWMReaderAdvanced5* This,QWORD cnsLateness) { - return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetScript(IWMHeaderInfo2* This,WORD index,WCHAR *type,WORD *type_len,WCHAR *command,WORD *command_len,QWORD *script_time) { + return This->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time); } -/*** IWMReaderAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetPlayMode(IWMReaderAdvanced5* This,WMT_PLAY_MODE Mode) { - return This->lpVtbl->SetPlayMode(This,Mode); +static FORCEINLINE HRESULT IWMHeaderInfo2_AddScript(IWMHeaderInfo2* This,LPCWSTR_WMSDK_TYPE_SAFE type,LPCWSTR_WMSDK_TYPE_SAFE command,QWORD script_time) { + return This->lpVtbl->AddScript(This,type,command,script_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetPlayMode(IWMReaderAdvanced5* This,WMT_PLAY_MODE *pMode) { - return This->lpVtbl->GetPlayMode(This,pMode); +static FORCEINLINE HRESULT IWMHeaderInfo2_RemoveScript(IWMHeaderInfo2* This,WORD index) { + return This->lpVtbl->RemoveScript(This,index); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetBufferProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { - return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +/*** IWMHeaderInfo2 methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo2_GetCodecInfoCount(IWMHeaderInfo2* This,DWORD *codec_infos) { + return This->lpVtbl->GetCodecInfoCount(This,codec_infos); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetDownloadProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { - return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +static FORCEINLINE HRESULT IWMHeaderInfo2_GetCodecInfo(IWMHeaderInfo2* This,DWORD index,WORD *name_len,WCHAR *name,WORD *description_len,WCHAR *description,WMT_CODEC_INFO_TYPE *codec_type,WORD *codec_info_cnt,BYTE *codec_info) { + return This->lpVtbl->GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetSaveAsProgress(IWMReaderAdvanced5* This,DWORD *pdwPercent) { - return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +#endif +#endif + +#endif + + +#endif /* __IWMHeaderInfo2_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMHeaderInfo3 interface + */ +#ifndef __IWMHeaderInfo3_INTERFACE_DEFINED__ +#define __IWMHeaderInfo3_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMHeaderInfo3, 0x15cc68e3, 0x27cc, 0x4ecd, 0xb2,0x22, 0x3f,0x5d,0x02,0xd8,0x0b,0xd5); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("15cc68e3-27cc-4ecd-b222-3f5d02d80bd5") +IWMHeaderInfo3 : public IWMHeaderInfo2 +{ + virtual HRESULT STDMETHODCALLTYPE GetAttributeCountEx( + WORD stream_num, + WORD *attributes) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAttributeIndices( + WORD stream_num, + LPCWSTR name, + WORD *lang_index, + WORD *indices, + WORD *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetAttributeByIndexEx( + WORD stream_num, + WORD index, + LPWSTR name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + WORD *lang_index, + BYTE *value, + DWORD *data_len) = 0; + + virtual HRESULT STDMETHODCALLTYPE ModifyAttribute( + WORD stream_num, + WORD index, + WMT_ATTR_DATATYPE type, + WORD lang_index, + const BYTE *value, + DWORD length) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddAttribute( + WORD stream_num, + LPCWSTR name, + WORD *index, + WMT_ATTR_DATATYPE type, + WORD lang_index, + const BYTE *value, + DWORD length) = 0; + + virtual HRESULT STDMETHODCALLTYPE DeleteAttribute( + WORD stream_num, + WORD index) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddCodecInfo( + LPCWSTR_WMSDK_TYPE_SAFE name, + LPCWSTR_WMSDK_TYPE_SAFE description, + WMT_CODEC_INFO_TYPE codec_type, + WORD codec_info_cnt, + BYTE *codec_info) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMHeaderInfo3, 0x15cc68e3, 0x27cc, 0x4ecd, 0xb2,0x22, 0x3f,0x5d,0x02,0xd8,0x0b,0xd5) +#endif +#else +typedef struct IWMHeaderInfo3Vtbl { + BEGIN_INTERFACE + + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMHeaderInfo3 *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMHeaderInfo3 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMHeaderInfo3 *This); + + /*** IWMHeaderInfo methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAttributeCount)( + IWMHeaderInfo3 *This, + WORD stream_num, + WORD *attributes); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByIndex)( + IWMHeaderInfo3 *This, + WORD index, + WORD *stream_num, + WCHAR *name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByName)( + IWMHeaderInfo3 *This, + WORD *stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *SetAttribute)( + IWMHeaderInfo3 *This, + WORD stream_num, + LPCWSTR name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetMarkerCount)( + IWMHeaderInfo3 *This, + WORD *markers); + + HRESULT (STDMETHODCALLTYPE *GetMarker)( + IWMHeaderInfo3 *This, + WORD index, + WCHAR *marker_name, + WORD *marker_len, + QWORD *marker_time); + + HRESULT (STDMETHODCALLTYPE *AddMarker)( + IWMHeaderInfo3 *This, + LPCWSTR_WMSDK_TYPE_SAFE marker_name, + QWORD marker_time); + + HRESULT (STDMETHODCALLTYPE *RemoveMarker)( + IWMHeaderInfo3 *This, + WORD index); + + HRESULT (STDMETHODCALLTYPE *GetScriptCount)( + IWMHeaderInfo3 *This, + WORD *scripts); + + HRESULT (STDMETHODCALLTYPE *GetScript)( + IWMHeaderInfo3 *This, + WORD index, + WCHAR *type, + WORD *type_len, + WCHAR *command, + WORD *command_len, + QWORD *script_time); + + HRESULT (STDMETHODCALLTYPE *AddScript)( + IWMHeaderInfo3 *This, + LPCWSTR_WMSDK_TYPE_SAFE type, + LPCWSTR_WMSDK_TYPE_SAFE command, + QWORD script_time); + + HRESULT (STDMETHODCALLTYPE *RemoveScript)( + IWMHeaderInfo3 *This, + WORD index); + + /*** IWMHeaderInfo2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInfoCount)( + IWMHeaderInfo3 *This, + DWORD *codec_infos); + + HRESULT (STDMETHODCALLTYPE *GetCodecInfo)( + IWMHeaderInfo3 *This, + DWORD index, + WORD *name_len, + WCHAR *name, + WORD *description_len, + WCHAR *description, + WMT_CODEC_INFO_TYPE *codec_type, + WORD *codec_info_cnt, + BYTE *codec_info); + + /*** IWMHeaderInfo3 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetAttributeCountEx)( + IWMHeaderInfo3 *This, + WORD stream_num, + WORD *attributes); + + HRESULT (STDMETHODCALLTYPE *GetAttributeIndices)( + IWMHeaderInfo3 *This, + WORD stream_num, + LPCWSTR name, + WORD *lang_index, + WORD *indices, + WORD *count); + + HRESULT (STDMETHODCALLTYPE *GetAttributeByIndexEx)( + IWMHeaderInfo3 *This, + WORD stream_num, + WORD index, + LPWSTR name, + WORD *name_len, + WMT_ATTR_DATATYPE *type, + WORD *lang_index, + BYTE *value, + DWORD *data_len); + + HRESULT (STDMETHODCALLTYPE *ModifyAttribute)( + IWMHeaderInfo3 *This, + WORD stream_num, + WORD index, + WMT_ATTR_DATATYPE type, + WORD lang_index, + const BYTE *value, + DWORD length); + + HRESULT (STDMETHODCALLTYPE *AddAttribute)( + IWMHeaderInfo3 *This, + WORD stream_num, + LPCWSTR name, + WORD *index, + WMT_ATTR_DATATYPE type, + WORD lang_index, + const BYTE *value, + DWORD length); + + HRESULT (STDMETHODCALLTYPE *DeleteAttribute)( + IWMHeaderInfo3 *This, + WORD stream_num, + WORD index); + + HRESULT (STDMETHODCALLTYPE *AddCodecInfo)( + IWMHeaderInfo3 *This, + LPCWSTR_WMSDK_TYPE_SAFE name, + LPCWSTR_WMSDK_TYPE_SAFE description, + WMT_CODEC_INFO_TYPE codec_type, + WORD codec_info_cnt, + BYTE *codec_info); + + END_INTERFACE +} IWMHeaderInfo3Vtbl; + +interface IWMHeaderInfo3 { + CONST_VTBL IWMHeaderInfo3Vtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMHeaderInfo3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMHeaderInfo3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMHeaderInfo3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMHeaderInfo methods ***/ +#define IWMHeaderInfo3_GetAttributeCount(This,stream_num,attributes) (This)->lpVtbl->GetAttributeCount(This,stream_num,attributes) +#define IWMHeaderInfo3_GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) (This)->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length) +#define IWMHeaderInfo3_GetAttributeByName(This,stream_num,name,type,value,length) (This)->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length) +#define IWMHeaderInfo3_SetAttribute(This,stream_num,name,type,value,length) (This)->lpVtbl->SetAttribute(This,stream_num,name,type,value,length) +#define IWMHeaderInfo3_GetMarkerCount(This,markers) (This)->lpVtbl->GetMarkerCount(This,markers) +#define IWMHeaderInfo3_GetMarker(This,index,marker_name,marker_len,marker_time) (This)->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time) +#define IWMHeaderInfo3_AddMarker(This,marker_name,marker_time) (This)->lpVtbl->AddMarker(This,marker_name,marker_time) +#define IWMHeaderInfo3_RemoveMarker(This,index) (This)->lpVtbl->RemoveMarker(This,index) +#define IWMHeaderInfo3_GetScriptCount(This,scripts) (This)->lpVtbl->GetScriptCount(This,scripts) +#define IWMHeaderInfo3_GetScript(This,index,type,type_len,command,command_len,script_time) (This)->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time) +#define IWMHeaderInfo3_AddScript(This,type,command,script_time) (This)->lpVtbl->AddScript(This,type,command,script_time) +#define IWMHeaderInfo3_RemoveScript(This,index) (This)->lpVtbl->RemoveScript(This,index) +/*** IWMHeaderInfo2 methods ***/ +#define IWMHeaderInfo3_GetCodecInfoCount(This,codec_infos) (This)->lpVtbl->GetCodecInfoCount(This,codec_infos) +#define IWMHeaderInfo3_GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info) (This)->lpVtbl->GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info) +/*** IWMHeaderInfo3 methods ***/ +#define IWMHeaderInfo3_GetAttributeCountEx(This,stream_num,attributes) (This)->lpVtbl->GetAttributeCountEx(This,stream_num,attributes) +#define IWMHeaderInfo3_GetAttributeIndices(This,stream_num,name,lang_index,indices,count) (This)->lpVtbl->GetAttributeIndices(This,stream_num,name,lang_index,indices,count) +#define IWMHeaderInfo3_GetAttributeByIndexEx(This,stream_num,index,name,name_len,type,lang_index,value,data_len) (This)->lpVtbl->GetAttributeByIndexEx(This,stream_num,index,name,name_len,type,lang_index,value,data_len) +#define IWMHeaderInfo3_ModifyAttribute(This,stream_num,index,type,lang_index,value,length) (This)->lpVtbl->ModifyAttribute(This,stream_num,index,type,lang_index,value,length) +#define IWMHeaderInfo3_AddAttribute(This,stream_num,name,index,type,lang_index,value,length) (This)->lpVtbl->AddAttribute(This,stream_num,name,index,type,lang_index,value,length) +#define IWMHeaderInfo3_DeleteAttribute(This,stream_num,index) (This)->lpVtbl->DeleteAttribute(This,stream_num,index) +#define IWMHeaderInfo3_AddCodecInfo(This,name,description,codec_type,codec_info_cnt,codec_info) (This)->lpVtbl->AddCodecInfo(This,name,description,codec_type,codec_info_cnt,codec_info) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo3_QueryInterface(IWMHeaderInfo3* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SaveFileAs(IWMReaderAdvanced5* This,const WCHAR *pwszFilename) { - return This->lpVtbl->SaveFileAs(This,pwszFilename); +static FORCEINLINE ULONG IWMHeaderInfo3_AddRef(IWMHeaderInfo3* This) { + return This->lpVtbl->AddRef(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetProtocolName(IWMReaderAdvanced5* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { - return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +static FORCEINLINE ULONG IWMHeaderInfo3_Release(IWMHeaderInfo3* This) { + return This->lpVtbl->Release(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_StartAtMarker(IWMReaderAdvanced5* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { - return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +/*** IWMHeaderInfo methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeCount(IWMHeaderInfo3* This,WORD stream_num,WORD *attributes) { + return This->lpVtbl->GetAttributeCount(This,stream_num,attributes); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetOutputSetting(IWMReaderAdvanced5* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeByIndex(IWMHeaderInfo3* This,WORD index,WORD *stream_num,WCHAR *name,WORD *name_len,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByIndex(This,index,stream_num,name,name_len,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetOutputSetting(IWMReaderAdvanced5* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeByName(IWMHeaderInfo3* This,WORD *stream_num,LPCWSTR name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetAttributeByName(This,stream_num,name,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_Preroll(IWMReaderAdvanced5* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { - return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +static FORCEINLINE HRESULT IWMHeaderInfo3_SetAttribute(IWMHeaderInfo3* This,WORD stream_num,LPCWSTR name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetAttribute(This,stream_num,name,type,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetLogClientID(IWMReaderAdvanced5* This,WINBOOL fLogClientID) { - return This->lpVtbl->SetLogClientID(This,fLogClientID); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetMarkerCount(IWMHeaderInfo3* This,WORD *markers) { + return This->lpVtbl->GetMarkerCount(This,markers); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLogClientID(IWMReaderAdvanced5* This,WINBOOL *pfLogClientID) { - return This->lpVtbl->GetLogClientID(This,pfLogClientID); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetMarker(IWMHeaderInfo3* This,WORD index,WCHAR *marker_name,WORD *marker_len,QWORD *marker_time) { + return This->lpVtbl->GetMarker(This,index,marker_name,marker_len,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_StopBuffering(IWMReaderAdvanced5* This) { - return This->lpVtbl->StopBuffering(This); +static FORCEINLINE HRESULT IWMHeaderInfo3_AddMarker(IWMHeaderInfo3* This,LPCWSTR_WMSDK_TYPE_SAFE marker_name,QWORD marker_time) { + return This->lpVtbl->AddMarker(This,marker_name,marker_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_OpenStream(IWMReaderAdvanced5* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +static FORCEINLINE HRESULT IWMHeaderInfo3_RemoveMarker(IWMHeaderInfo3* This,WORD index) { + return This->lpVtbl->RemoveMarker(This,index); } -/*** IWMReaderAdvanced3 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_StopNetStreaming(IWMReaderAdvanced5* This) { - return This->lpVtbl->StopNetStreaming(This); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetScriptCount(IWMHeaderInfo3* This,WORD *scripts) { + return This->lpVtbl->GetScriptCount(This,scripts); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_StartAtPosition(IWMReaderAdvanced5* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { - return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetScript(IWMHeaderInfo3* This,WORD index,WCHAR *type,WORD *type_len,WCHAR *command,WORD *command_len,QWORD *script_time) { + return This->lpVtbl->GetScript(This,index,type,type_len,command,command_len,script_time); } -/*** IWMReaderAdvanced4 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLanguageCount(IWMReaderAdvanced5* This,DWORD dwOutputNum,WORD *pwLanguageCount) { - return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +static FORCEINLINE HRESULT IWMHeaderInfo3_AddScript(IWMHeaderInfo3* This,LPCWSTR_WMSDK_TYPE_SAFE type,LPCWSTR_WMSDK_TYPE_SAFE command,QWORD script_time) { + return This->lpVtbl->AddScript(This,type,command,script_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetLanguage(IWMReaderAdvanced5* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { - return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +static FORCEINLINE HRESULT IWMHeaderInfo3_RemoveScript(IWMHeaderInfo3* This,WORD index) { + return This->lpVtbl->RemoveScript(This,index); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetMaxSpeedFactor(IWMReaderAdvanced5* This,double *pdblFactor) { - return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +/*** IWMHeaderInfo2 methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo3_GetCodecInfoCount(IWMHeaderInfo3* This,DWORD *codec_infos) { + return This->lpVtbl->GetCodecInfoCount(This,codec_infos); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_IsUsingFastCache(IWMReaderAdvanced5* This,WINBOOL *pfUsingFastCache) { - return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetCodecInfo(IWMHeaderInfo3* This,DWORD index,WORD *name_len,WCHAR *name,WORD *description_len,WCHAR *description,WMT_CODEC_INFO_TYPE *codec_type,WORD *codec_info_cnt,BYTE *codec_info) { + return This->lpVtbl->GetCodecInfo(This,index,name_len,name,description_len,description,codec_type,codec_info_cnt,codec_info); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_AddLogParam(IWMReaderAdvanced5* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { - return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +/*** IWMHeaderInfo3 methods ***/ +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeCountEx(IWMHeaderInfo3* This,WORD stream_num,WORD *attributes) { + return This->lpVtbl->GetAttributeCountEx(This,stream_num,attributes); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_SendLogParams(IWMReaderAdvanced5* This) { - return This->lpVtbl->SendLogParams(This); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeIndices(IWMHeaderInfo3* This,WORD stream_num,LPCWSTR name,WORD *lang_index,WORD *indices,WORD *count) { + return This->lpVtbl->GetAttributeIndices(This,stream_num,name,lang_index,indices,count); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_CanSaveFileAs(IWMReaderAdvanced5* This,WINBOOL *pfCanSave) { - return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +static FORCEINLINE HRESULT IWMHeaderInfo3_GetAttributeByIndexEx(IWMHeaderInfo3* This,WORD stream_num,WORD index,LPWSTR name,WORD *name_len,WMT_ATTR_DATATYPE *type,WORD *lang_index,BYTE *value,DWORD *data_len) { + return This->lpVtbl->GetAttributeByIndexEx(This,stream_num,index,name,name_len,type,lang_index,value,data_len); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_CancelSaveFileAs(IWMReaderAdvanced5* This) { - return This->lpVtbl->CancelSaveFileAs(This); +static FORCEINLINE HRESULT IWMHeaderInfo3_ModifyAttribute(IWMHeaderInfo3* This,WORD stream_num,WORD index,WMT_ATTR_DATATYPE type,WORD lang_index,const BYTE *value,DWORD length) { + return This->lpVtbl->ModifyAttribute(This,stream_num,index,type,lang_index,value,length); } -static FORCEINLINE HRESULT IWMReaderAdvanced5_GetURL(IWMReaderAdvanced5* This,WCHAR *pwszURL,DWORD *pcchURL) { - return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +static FORCEINLINE HRESULT IWMHeaderInfo3_AddAttribute(IWMHeaderInfo3* This,WORD stream_num,LPCWSTR name,WORD *index,WMT_ATTR_DATATYPE type,WORD lang_index,const BYTE *value,DWORD length) { + return This->lpVtbl->AddAttribute(This,stream_num,name,index,type,lang_index,value,length); } -/*** IWMReaderAdvanced5 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced5_SetPlayerHook(IWMReaderAdvanced5* This,DWORD dwOutputNum,IWMPlayerHook *pHook) { - return This->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook); +static FORCEINLINE HRESULT IWMHeaderInfo3_DeleteAttribute(IWMHeaderInfo3* This,WORD stream_num,WORD index) { + return This->lpVtbl->DeleteAttribute(This,stream_num,index); +} +static FORCEINLINE HRESULT IWMHeaderInfo3_AddCodecInfo(IWMHeaderInfo3* This,LPCWSTR_WMSDK_TYPE_SAFE name,LPCWSTR_WMSDK_TYPE_SAFE description,WMT_CODEC_INFO_TYPE codec_type,WORD codec_info_cnt,BYTE *codec_info) { + return This->lpVtbl->AddCodecInfo(This,name,description,codec_type,codec_info_cnt,codec_info); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced5_SetPlayerHook_Proxy( - IWMReaderAdvanced5* This, - DWORD dwOutputNum, - IWMPlayerHook *pHook); -void __RPC_STUB IWMReaderAdvanced5_SetPlayerHook_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced5_INTERFACE_DEFINED__ */ +#endif /* __IWMHeaderInfo3_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMReaderAdvanced6 interface + * IWMReaderNetworkConfig interface */ -#ifndef __IWMReaderAdvanced6_INTERFACE_DEFINED__ -#define __IWMReaderAdvanced6_INTERFACE_DEFINED__ +#ifndef __IWMReaderNetworkConfig_INTERFACE_DEFINED__ +#define __IWMReaderNetworkConfig_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMReaderAdvanced6, 0x18a2e7f8, 0x428f, 0x4acd, 0x8a,0x00, 0xe6,0x46,0x39,0xbc,0x93,0xde); +DEFINE_GUID(IID_IWMReaderNetworkConfig, 0x96406bec, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("18a2e7f8-428f-4acd-8a00-e64639bc93de") -IWMReaderAdvanced6 : public IWMReaderAdvanced5 +MIDL_INTERFACE("96406bec-2b2b-11d3-b36b-00c04f6108ff") +IWMReaderNetworkConfig : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE SetProtectStreamSamples( - BYTE *pbCertificate, - DWORD cbCertificate, - DWORD dwCertificateType, - DWORD dwFlags, - BYTE *pbInitializationVector, - DWORD *pcbInitializationVector) = 0; + virtual HRESULT STDMETHODCALLTYPE GetBufferingTime( + QWORD *buffering_time) = 0; -}; -#ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMReaderAdvanced6, 0x18a2e7f8, 0x428f, 0x4acd, 0x8a,0x00, 0xe6,0x46,0x39,0xbc,0x93,0xde) -#endif -#else -typedef struct IWMReaderAdvanced6Vtbl { - BEGIN_INTERFACE + virtual HRESULT STDMETHODCALLTYPE SetBufferingTime( + QWORD buffering_time) = 0; - /*** IUnknown methods ***/ - HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMReaderAdvanced6* This, - REFIID riid, - void **ppvObject); + virtual HRESULT STDMETHODCALLTYPE GetUDPPortRanges( + WM_PORT_NUMBER_RANGE *array, + DWORD *ranges) = 0; - ULONG (STDMETHODCALLTYPE *AddRef)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE SetUDPPortRanges( + WM_PORT_NUMBER_RANGE *array, + DWORD ranges) = 0; - ULONG (STDMETHODCALLTYPE *Release)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE GetProxySettings( + const WCHAR *protocol, + WMT_PROXY_SETTINGS *proxy) = 0; - /*** IWMReaderAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *SetUserProvidedClock)( - IWMReaderAdvanced6* This, - WINBOOL fUserClock); + virtual HRESULT STDMETHODCALLTYPE SetProxySettings( + LPCWSTR protocol, + WMT_PROXY_SETTINGS proxy) = 0; - HRESULT (STDMETHODCALLTYPE *GetUserProvidedClock)( - IWMReaderAdvanced6* This, - WINBOOL *pfUserClock); + virtual HRESULT STDMETHODCALLTYPE GetProxyHostName( + const WCHAR *protocol, + WCHAR *hostname, + DWORD *size) = 0; - HRESULT (STDMETHODCALLTYPE *DeliverTime)( - IWMReaderAdvanced6* This, - QWORD cnsTime); + virtual HRESULT STDMETHODCALLTYPE SetProxyHostName( + const WCHAR *protocol, + const WCHAR *hostname) = 0; - HRESULT (STDMETHODCALLTYPE *SetManualStreamSelection)( - IWMReaderAdvanced6* This, - WINBOOL fSelection); + virtual HRESULT STDMETHODCALLTYPE GetProxyPort( + const WCHAR *protocol, + DWORD *port) = 0; - HRESULT (STDMETHODCALLTYPE *GetManualStreamSelection)( - IWMReaderAdvanced6* This, - WINBOOL *pfSelection); + virtual HRESULT STDMETHODCALLTYPE SetProxyPort( + const WCHAR *protocol, + DWORD port) = 0; - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMReaderAdvanced6* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); + virtual HRESULT STDMETHODCALLTYPE GetProxyExceptionList( + const WCHAR *protocol, + WCHAR *exceptions, + DWORD *count) = 0; - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMReaderAdvanced6* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); + virtual HRESULT STDMETHODCALLTYPE SetProxyExceptionList( + const WCHAR *protocol, + const WCHAR *exceptions) = 0; - HRESULT (STDMETHODCALLTYPE *SetReceiveSelectionCallbacks)( - IWMReaderAdvanced6* This, - WINBOOL fGetCallbacks); + virtual HRESULT STDMETHODCALLTYPE GetProxyBypassForLocal( + const WCHAR *protocol, + WINBOOL *bypass) = 0; - HRESULT (STDMETHODCALLTYPE *GetReceiveSelectionCallbacks)( - IWMReaderAdvanced6* This, - WINBOOL *pfGetCallbacks); + virtual HRESULT STDMETHODCALLTYPE SetProxyBypassForLocal( + const WCHAR *protocol, + WINBOOL bypass) = 0; - HRESULT (STDMETHODCALLTYPE *SetReceiveStreamSamples)( - IWMReaderAdvanced6* This, - WORD wStreamNum, - WINBOOL fReceiveStreamSamples); + virtual HRESULT STDMETHODCALLTYPE GetForceRerunAutoProxyDetection( + WINBOOL *detection) = 0; - HRESULT (STDMETHODCALLTYPE *GetReceiveStreamSamples)( - IWMReaderAdvanced6* This, - WORD wStreamNum, - WINBOOL *pfReceiveStreamSamples); + virtual HRESULT STDMETHODCALLTYPE SetForceRerunAutoProxyDetection( + WINBOOL detection) = 0; - HRESULT (STDMETHODCALLTYPE *SetAllocateForOutput)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - WINBOOL fAllocate); + virtual HRESULT STDMETHODCALLTYPE GetEnableMulticast( + WINBOOL *multicast) = 0; - HRESULT (STDMETHODCALLTYPE *GetAllocateForOutput)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - WINBOOL *pfAllocate); + virtual HRESULT STDMETHODCALLTYPE SetEnableMulticast( + WINBOOL multicast) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetEnableHTTP( + WINBOOL *enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetEnableHTTP( + WINBOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetEnableUDP( + WINBOOL *enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetEnableUDP( + WINBOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetEnableTCP( + WINBOOL *enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetEnableTCP( + WINBOOL enable) = 0; + + virtual HRESULT STDMETHODCALLTYPE ResetProtocolRollover( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetConnectionBandwidth( + DWORD *bandwidth) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetConnectionBandwidth( + DWORD bandwidth) = 0; - HRESULT (STDMETHODCALLTYPE *SetAllocateForStream)( - IWMReaderAdvanced6* This, - WORD wStreamNum, - WINBOOL fAllocate); + virtual HRESULT STDMETHODCALLTYPE GetNumProtocolsSupported( + DWORD *protocols) = 0; - HRESULT (STDMETHODCALLTYPE *GetAllocateForStream)( - IWMReaderAdvanced6* This, - WORD dwSreamNum, - WINBOOL *pfAllocate); + virtual HRESULT STDMETHODCALLTYPE GetSupportedProtocolName( + DWORD protocol_num, + WCHAR *protocol, + DWORD *size) = 0; - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMReaderAdvanced6* This, - WM_READER_STATISTICS *pStatistics); + virtual HRESULT STDMETHODCALLTYPE AddLoggingUrl( + const WCHAR *url) = 0; - HRESULT (STDMETHODCALLTYPE *SetClientInfo)( - IWMReaderAdvanced6* This, - WM_READER_CLIENTINFO *pClientInfo); + virtual HRESULT STDMETHODCALLTYPE GetLoggingUrl( + DWORD index, + WCHAR *url, + DWORD *size) = 0; - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMReaderAdvanced6* This, - DWORD dwOutput, - DWORD *pcbMax); + virtual HRESULT STDMETHODCALLTYPE GetLoggingUrlCount( + DWORD *count) = 0; - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMReaderAdvanced6* This, - WORD wStream, - DWORD *pcbMax); + virtual HRESULT STDMETHODCALLTYPE ResetLoggingUrlList( + ) = 0; - HRESULT (STDMETHODCALLTYPE *NotifyLateDelivery)( - IWMReaderAdvanced6* This, - QWORD cnsLateness); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderNetworkConfig, 0x96406bec, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMReaderNetworkConfigVtbl { + BEGIN_INTERFACE - /*** IWMReaderAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayMode)( - IWMReaderAdvanced6* This, - WMT_PLAY_MODE Mode); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderNetworkConfig *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *GetPlayMode)( - IWMReaderAdvanced6* This, - WMT_PLAY_MODE *pMode); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderNetworkConfig *This); - HRESULT (STDMETHODCALLTYPE *GetBufferProgress)( - IWMReaderAdvanced6* This, - DWORD *pdwPercent, - QWORD *pcnsBuffering); + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderNetworkConfig *This); - HRESULT (STDMETHODCALLTYPE *GetDownloadProgress)( - IWMReaderAdvanced6* This, - DWORD *pdwPercent, - QWORD *pqwBytesDownloaded, - QWORD *pcnsDownload); + /*** IWMReaderNetworkConfig methods ***/ + HRESULT (STDMETHODCALLTYPE *GetBufferingTime)( + IWMReaderNetworkConfig *This, + QWORD *buffering_time); + + HRESULT (STDMETHODCALLTYPE *SetBufferingTime)( + IWMReaderNetworkConfig *This, + QWORD buffering_time); + + HRESULT (STDMETHODCALLTYPE *GetUDPPortRanges)( + IWMReaderNetworkConfig *This, + WM_PORT_NUMBER_RANGE *array, + DWORD *ranges); + + HRESULT (STDMETHODCALLTYPE *SetUDPPortRanges)( + IWMReaderNetworkConfig *This, + WM_PORT_NUMBER_RANGE *array, + DWORD ranges); + + HRESULT (STDMETHODCALLTYPE *GetProxySettings)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + WMT_PROXY_SETTINGS *proxy); + + HRESULT (STDMETHODCALLTYPE *SetProxySettings)( + IWMReaderNetworkConfig *This, + LPCWSTR protocol, + WMT_PROXY_SETTINGS proxy); + + HRESULT (STDMETHODCALLTYPE *GetProxyHostName)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + WCHAR *hostname, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetProxyHostName)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + const WCHAR *hostname); + + HRESULT (STDMETHODCALLTYPE *GetProxyPort)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + DWORD *port); + + HRESULT (STDMETHODCALLTYPE *SetProxyPort)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + DWORD port); + + HRESULT (STDMETHODCALLTYPE *GetProxyExceptionList)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + WCHAR *exceptions, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *SetProxyExceptionList)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + const WCHAR *exceptions); + + HRESULT (STDMETHODCALLTYPE *GetProxyBypassForLocal)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + WINBOOL *bypass); + + HRESULT (STDMETHODCALLTYPE *SetProxyBypassForLocal)( + IWMReaderNetworkConfig *This, + const WCHAR *protocol, + WINBOOL bypass); + + HRESULT (STDMETHODCALLTYPE *GetForceRerunAutoProxyDetection)( + IWMReaderNetworkConfig *This, + WINBOOL *detection); + + HRESULT (STDMETHODCALLTYPE *SetForceRerunAutoProxyDetection)( + IWMReaderNetworkConfig *This, + WINBOOL detection); + + HRESULT (STDMETHODCALLTYPE *GetEnableMulticast)( + IWMReaderNetworkConfig *This, + WINBOOL *multicast); + + HRESULT (STDMETHODCALLTYPE *SetEnableMulticast)( + IWMReaderNetworkConfig *This, + WINBOOL multicast); + + HRESULT (STDMETHODCALLTYPE *GetEnableHTTP)( + IWMReaderNetworkConfig *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableHTTP)( + IWMReaderNetworkConfig *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableUDP)( + IWMReaderNetworkConfig *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableUDP)( + IWMReaderNetworkConfig *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableTCP)( + IWMReaderNetworkConfig *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableTCP)( + IWMReaderNetworkConfig *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *ResetProtocolRollover)( + IWMReaderNetworkConfig *This); + + HRESULT (STDMETHODCALLTYPE *GetConnectionBandwidth)( + IWMReaderNetworkConfig *This, + DWORD *bandwidth); + + HRESULT (STDMETHODCALLTYPE *SetConnectionBandwidth)( + IWMReaderNetworkConfig *This, + DWORD bandwidth); + + HRESULT (STDMETHODCALLTYPE *GetNumProtocolsSupported)( + IWMReaderNetworkConfig *This, + DWORD *protocols); + + HRESULT (STDMETHODCALLTYPE *GetSupportedProtocolName)( + IWMReaderNetworkConfig *This, + DWORD protocol_num, + WCHAR *protocol, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *AddLoggingUrl)( + IWMReaderNetworkConfig *This, + const WCHAR *url); + + HRESULT (STDMETHODCALLTYPE *GetLoggingUrl)( + IWMReaderNetworkConfig *This, + DWORD index, + WCHAR *url, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *GetLoggingUrlCount)( + IWMReaderNetworkConfig *This, + DWORD *count); - HRESULT (STDMETHODCALLTYPE *GetSaveAsProgress)( - IWMReaderAdvanced6* This, - DWORD *pdwPercent); + HRESULT (STDMETHODCALLTYPE *ResetLoggingUrlList)( + IWMReaderNetworkConfig *This); - HRESULT (STDMETHODCALLTYPE *SaveFileAs)( - IWMReaderAdvanced6* This, - const WCHAR *pwszFilename); + END_INTERFACE +} IWMReaderNetworkConfigVtbl; - HRESULT (STDMETHODCALLTYPE *GetProtocolName)( - IWMReaderAdvanced6* This, - WCHAR *pwszProtocol, - DWORD *pcchProtocol); +interface IWMReaderNetworkConfig { + CONST_VTBL IWMReaderNetworkConfigVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *StartAtMarker)( - IWMReaderAdvanced6* This, - WORD wMarkerIndex, - QWORD cnsDuration, - float fRate, - void *pvContext); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderNetworkConfig_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderNetworkConfig_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderNetworkConfig_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderNetworkConfig methods ***/ +#define IWMReaderNetworkConfig_GetBufferingTime(This,buffering_time) (This)->lpVtbl->GetBufferingTime(This,buffering_time) +#define IWMReaderNetworkConfig_SetBufferingTime(This,buffering_time) (This)->lpVtbl->SetBufferingTime(This,buffering_time) +#define IWMReaderNetworkConfig_GetUDPPortRanges(This,array,ranges) (This)->lpVtbl->GetUDPPortRanges(This,array,ranges) +#define IWMReaderNetworkConfig_SetUDPPortRanges(This,array,ranges) (This)->lpVtbl->SetUDPPortRanges(This,array,ranges) +#define IWMReaderNetworkConfig_GetProxySettings(This,protocol,proxy) (This)->lpVtbl->GetProxySettings(This,protocol,proxy) +#define IWMReaderNetworkConfig_SetProxySettings(This,protocol,proxy) (This)->lpVtbl->SetProxySettings(This,protocol,proxy) +#define IWMReaderNetworkConfig_GetProxyHostName(This,protocol,hostname,size) (This)->lpVtbl->GetProxyHostName(This,protocol,hostname,size) +#define IWMReaderNetworkConfig_SetProxyHostName(This,protocol,hostname) (This)->lpVtbl->SetProxyHostName(This,protocol,hostname) +#define IWMReaderNetworkConfig_GetProxyPort(This,protocol,port) (This)->lpVtbl->GetProxyPort(This,protocol,port) +#define IWMReaderNetworkConfig_SetProxyPort(This,protocol,port) (This)->lpVtbl->SetProxyPort(This,protocol,port) +#define IWMReaderNetworkConfig_GetProxyExceptionList(This,protocol,exceptions,count) (This)->lpVtbl->GetProxyExceptionList(This,protocol,exceptions,count) +#define IWMReaderNetworkConfig_SetProxyExceptionList(This,protocol,exceptions) (This)->lpVtbl->SetProxyExceptionList(This,protocol,exceptions) +#define IWMReaderNetworkConfig_GetProxyBypassForLocal(This,protocol,bypass) (This)->lpVtbl->GetProxyBypassForLocal(This,protocol,bypass) +#define IWMReaderNetworkConfig_SetProxyBypassForLocal(This,protocol,bypass) (This)->lpVtbl->SetProxyBypassForLocal(This,protocol,bypass) +#define IWMReaderNetworkConfig_GetForceRerunAutoProxyDetection(This,detection) (This)->lpVtbl->GetForceRerunAutoProxyDetection(This,detection) +#define IWMReaderNetworkConfig_SetForceRerunAutoProxyDetection(This,detection) (This)->lpVtbl->SetForceRerunAutoProxyDetection(This,detection) +#define IWMReaderNetworkConfig_GetEnableMulticast(This,multicast) (This)->lpVtbl->GetEnableMulticast(This,multicast) +#define IWMReaderNetworkConfig_SetEnableMulticast(This,multicast) (This)->lpVtbl->SetEnableMulticast(This,multicast) +#define IWMReaderNetworkConfig_GetEnableHTTP(This,enable) (This)->lpVtbl->GetEnableHTTP(This,enable) +#define IWMReaderNetworkConfig_SetEnableHTTP(This,enable) (This)->lpVtbl->SetEnableHTTP(This,enable) +#define IWMReaderNetworkConfig_GetEnableUDP(This,enable) (This)->lpVtbl->GetEnableUDP(This,enable) +#define IWMReaderNetworkConfig_SetEnableUDP(This,enable) (This)->lpVtbl->SetEnableUDP(This,enable) +#define IWMReaderNetworkConfig_GetEnableTCP(This,enable) (This)->lpVtbl->GetEnableTCP(This,enable) +#define IWMReaderNetworkConfig_SetEnableTCP(This,enable) (This)->lpVtbl->SetEnableTCP(This,enable) +#define IWMReaderNetworkConfig_ResetProtocolRollover(This) (This)->lpVtbl->ResetProtocolRollover(This) +#define IWMReaderNetworkConfig_GetConnectionBandwidth(This,bandwidth) (This)->lpVtbl->GetConnectionBandwidth(This,bandwidth) +#define IWMReaderNetworkConfig_SetConnectionBandwidth(This,bandwidth) (This)->lpVtbl->SetConnectionBandwidth(This,bandwidth) +#define IWMReaderNetworkConfig_GetNumProtocolsSupported(This,protocols) (This)->lpVtbl->GetNumProtocolsSupported(This,protocols) +#define IWMReaderNetworkConfig_GetSupportedProtocolName(This,protocol_num,protocol,size) (This)->lpVtbl->GetSupportedProtocolName(This,protocol_num,protocol,size) +#define IWMReaderNetworkConfig_AddLoggingUrl(This,url) (This)->lpVtbl->AddLoggingUrl(This,url) +#define IWMReaderNetworkConfig_GetLoggingUrl(This,index,url,size) (This)->lpVtbl->GetLoggingUrl(This,index,url,size) +#define IWMReaderNetworkConfig_GetLoggingUrlCount(This,count) (This)->lpVtbl->GetLoggingUrlCount(This,count) +#define IWMReaderNetworkConfig_ResetLoggingUrlList(This) (This)->lpVtbl->ResetLoggingUrlList(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderNetworkConfig_QueryInterface(IWMReaderNetworkConfig* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderNetworkConfig_AddRef(IWMReaderNetworkConfig* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderNetworkConfig_Release(IWMReaderNetworkConfig* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderNetworkConfig methods ***/ +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetBufferingTime(IWMReaderNetworkConfig* This,QWORD *buffering_time) { + return This->lpVtbl->GetBufferingTime(This,buffering_time); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetBufferingTime(IWMReaderNetworkConfig* This,QWORD buffering_time) { + return This->lpVtbl->SetBufferingTime(This,buffering_time); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetUDPPortRanges(IWMReaderNetworkConfig* This,WM_PORT_NUMBER_RANGE *array,DWORD *ranges) { + return This->lpVtbl->GetUDPPortRanges(This,array,ranges); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetUDPPortRanges(IWMReaderNetworkConfig* This,WM_PORT_NUMBER_RANGE *array,DWORD ranges) { + return This->lpVtbl->SetUDPPortRanges(This,array,ranges); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetProxySettings(IWMReaderNetworkConfig* This,const WCHAR *protocol,WMT_PROXY_SETTINGS *proxy) { + return This->lpVtbl->GetProxySettings(This,protocol,proxy); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetProxySettings(IWMReaderNetworkConfig* This,LPCWSTR protocol,WMT_PROXY_SETTINGS proxy) { + return This->lpVtbl->SetProxySettings(This,protocol,proxy); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetProxyHostName(IWMReaderNetworkConfig* This,const WCHAR *protocol,WCHAR *hostname,DWORD *size) { + return This->lpVtbl->GetProxyHostName(This,protocol,hostname,size); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetProxyHostName(IWMReaderNetworkConfig* This,const WCHAR *protocol,const WCHAR *hostname) { + return This->lpVtbl->SetProxyHostName(This,protocol,hostname); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetProxyPort(IWMReaderNetworkConfig* This,const WCHAR *protocol,DWORD *port) { + return This->lpVtbl->GetProxyPort(This,protocol,port); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetProxyPort(IWMReaderNetworkConfig* This,const WCHAR *protocol,DWORD port) { + return This->lpVtbl->SetProxyPort(This,protocol,port); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetProxyExceptionList(IWMReaderNetworkConfig* This,const WCHAR *protocol,WCHAR *exceptions,DWORD *count) { + return This->lpVtbl->GetProxyExceptionList(This,protocol,exceptions,count); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetProxyExceptionList(IWMReaderNetworkConfig* This,const WCHAR *protocol,const WCHAR *exceptions) { + return This->lpVtbl->SetProxyExceptionList(This,protocol,exceptions); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetProxyBypassForLocal(IWMReaderNetworkConfig* This,const WCHAR *protocol,WINBOOL *bypass) { + return This->lpVtbl->GetProxyBypassForLocal(This,protocol,bypass); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetProxyBypassForLocal(IWMReaderNetworkConfig* This,const WCHAR *protocol,WINBOOL bypass) { + return This->lpVtbl->SetProxyBypassForLocal(This,protocol,bypass); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetForceRerunAutoProxyDetection(IWMReaderNetworkConfig* This,WINBOOL *detection) { + return This->lpVtbl->GetForceRerunAutoProxyDetection(This,detection); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetForceRerunAutoProxyDetection(IWMReaderNetworkConfig* This,WINBOOL detection) { + return This->lpVtbl->SetForceRerunAutoProxyDetection(This,detection); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetEnableMulticast(IWMReaderNetworkConfig* This,WINBOOL *multicast) { + return This->lpVtbl->GetEnableMulticast(This,multicast); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetEnableMulticast(IWMReaderNetworkConfig* This,WINBOOL multicast) { + return This->lpVtbl->SetEnableMulticast(This,multicast); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetEnableHTTP(IWMReaderNetworkConfig* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableHTTP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetEnableHTTP(IWMReaderNetworkConfig* This,WINBOOL enable) { + return This->lpVtbl->SetEnableHTTP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetEnableUDP(IWMReaderNetworkConfig* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableUDP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetEnableUDP(IWMReaderNetworkConfig* This,WINBOOL enable) { + return This->lpVtbl->SetEnableUDP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetEnableTCP(IWMReaderNetworkConfig* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableTCP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetEnableTCP(IWMReaderNetworkConfig* This,WINBOOL enable) { + return This->lpVtbl->SetEnableTCP(This,enable); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_ResetProtocolRollover(IWMReaderNetworkConfig* This) { + return This->lpVtbl->ResetProtocolRollover(This); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetConnectionBandwidth(IWMReaderNetworkConfig* This,DWORD *bandwidth) { + return This->lpVtbl->GetConnectionBandwidth(This,bandwidth); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_SetConnectionBandwidth(IWMReaderNetworkConfig* This,DWORD bandwidth) { + return This->lpVtbl->SetConnectionBandwidth(This,bandwidth); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetNumProtocolsSupported(IWMReaderNetworkConfig* This,DWORD *protocols) { + return This->lpVtbl->GetNumProtocolsSupported(This,protocols); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetSupportedProtocolName(IWMReaderNetworkConfig* This,DWORD protocol_num,WCHAR *protocol,DWORD *size) { + return This->lpVtbl->GetSupportedProtocolName(This,protocol_num,protocol,size); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_AddLoggingUrl(IWMReaderNetworkConfig* This,const WCHAR *url) { + return This->lpVtbl->AddLoggingUrl(This,url); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetLoggingUrl(IWMReaderNetworkConfig* This,DWORD index,WCHAR *url,DWORD *size) { + return This->lpVtbl->GetLoggingUrl(This,index,url,size); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_GetLoggingUrlCount(IWMReaderNetworkConfig* This,DWORD *count) { + return This->lpVtbl->GetLoggingUrlCount(This,count); +} +static FORCEINLINE HRESULT IWMReaderNetworkConfig_ResetLoggingUrlList(IWMReaderNetworkConfig* This) { + return This->lpVtbl->ResetLoggingUrlList(This); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); +#endif - HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); - HRESULT (STDMETHODCALLTYPE *Preroll)( - IWMReaderAdvanced6* This, - QWORD cnsStart, - QWORD cnsDuration, - float fRate); +#endif /* __IWMReaderNetworkConfig_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *SetLogClientID)( - IWMReaderAdvanced6* This, - WINBOOL fLogClientID); +/***************************************************************************** + * IWMReaderNetworkConfig2 interface + */ +#ifndef __IWMReaderNetworkConfig2_INTERFACE_DEFINED__ +#define __IWMReaderNetworkConfig2_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *GetLogClientID)( - IWMReaderAdvanced6* This, - WINBOOL *pfLogClientID); +DEFINE_GUID(IID_IWMReaderNetworkConfig2, 0xd979a853, 0x042b, 0x4050, 0x83,0x87, 0xc9,0x39,0xdb,0x22,0x01,0x3f); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d979a853-042b-4050-8387-c939db22013f") +IWMReaderNetworkConfig2 : public IWMReaderNetworkConfig +{ + virtual HRESULT STDMETHODCALLTYPE GetEnableContentCaching( + WINBOOL *enable) = 0; - HRESULT (STDMETHODCALLTYPE *StopBuffering)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE SetEnableContentCaching( + WINBOOL enable) = 0; - HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMReaderAdvanced6* This, - IStream *pStream, - IWMReaderCallback *pCallback, - void *pvContext); + virtual HRESULT STDMETHODCALLTYPE GetEnableFastCache( + WINBOOL *enable) = 0; - /*** IWMReaderAdvanced3 methods ***/ - HRESULT (STDMETHODCALLTYPE *StopNetStreaming)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE SetEnableFastCache( + WINBOOL enable) = 0; - HRESULT (STDMETHODCALLTYPE *StartAtPosition)( - IWMReaderAdvanced6* This, - WORD wStreamNum, - void *pvOffsetStart, - void *pvDuration, - WMT_OFFSET_FORMAT dwOffsetFormat, - float fRate, - void *pvContext); + virtual HRESULT STDMETHODCALLTYPE GetAcceleratedStreamingDuration( + QWORD *duration) = 0; - /*** IWMReaderAdvanced4 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - WORD *pwLanguageCount); + virtual HRESULT STDMETHODCALLTYPE SetAcceleratedStreamingDuration( + QWORD duration) = 0; - HRESULT (STDMETHODCALLTYPE *GetLanguage)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - WORD wLanguage, - WCHAR *pwszLanguageString, - WORD *pcchLanguageStringLength); + virtual HRESULT STDMETHODCALLTYPE GetAutoReconnectLimit( + DWORD *limit) = 0; - HRESULT (STDMETHODCALLTYPE *GetMaxSpeedFactor)( - IWMReaderAdvanced6* This, - double *pdblFactor); + virtual HRESULT STDMETHODCALLTYPE SetAutoReconnectLimit( + DWORD limit) = 0; - HRESULT (STDMETHODCALLTYPE *IsUsingFastCache)( - IWMReaderAdvanced6* This, - WINBOOL *pfUsingFastCache); + virtual HRESULT STDMETHODCALLTYPE GetEnableResends( + WINBOOL *enable) = 0; - HRESULT (STDMETHODCALLTYPE *AddLogParam)( - IWMReaderAdvanced6* This, - LPCWSTR wszNameSpace, - LPCWSTR wszName, - LPCWSTR wszValue); + virtual HRESULT STDMETHODCALLTYPE SetEnableResends( + WINBOOL enable) = 0; - HRESULT (STDMETHODCALLTYPE *SendLogParams)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE GetEnableThinning( + WINBOOL *enable) = 0; - HRESULT (STDMETHODCALLTYPE *CanSaveFileAs)( - IWMReaderAdvanced6* This, - WINBOOL *pfCanSave); + virtual HRESULT STDMETHODCALLTYPE SetEnableThinning( + WINBOOL enable) = 0; - HRESULT (STDMETHODCALLTYPE *CancelSaveFileAs)( - IWMReaderAdvanced6* This); + virtual HRESULT STDMETHODCALLTYPE GetMaxNetPacketSize( + DWORD *packet_size) = 0; - HRESULT (STDMETHODCALLTYPE *GetURL)( - IWMReaderAdvanced6* This, - WCHAR *pwszURL, - DWORD *pcchURL); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderNetworkConfig2, 0xd979a853, 0x042b, 0x4050, 0x83,0x87, 0xc9,0x39,0xdb,0x22,0x01,0x3f) +#endif +#else +typedef struct IWMReaderNetworkConfig2Vtbl { + BEGIN_INTERFACE - /*** IWMReaderAdvanced5 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetPlayerHook)( - IWMReaderAdvanced6* This, - DWORD dwOutputNum, - IWMPlayerHook *pHook); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderNetworkConfig2 *This, + REFIID riid, + void **ppvObject); - /*** IWMReaderAdvanced6 methods ***/ - HRESULT (STDMETHODCALLTYPE *SetProtectStreamSamples)( - IWMReaderAdvanced6* This, - BYTE *pbCertificate, - DWORD cbCertificate, - DWORD dwCertificateType, - DWORD dwFlags, - BYTE *pbInitializationVector, - DWORD *pcbInitializationVector); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderNetworkConfig2 *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderNetworkConfig2 *This); + + /*** IWMReaderNetworkConfig methods ***/ + HRESULT (STDMETHODCALLTYPE *GetBufferingTime)( + IWMReaderNetworkConfig2 *This, + QWORD *buffering_time); + + HRESULT (STDMETHODCALLTYPE *SetBufferingTime)( + IWMReaderNetworkConfig2 *This, + QWORD buffering_time); + + HRESULT (STDMETHODCALLTYPE *GetUDPPortRanges)( + IWMReaderNetworkConfig2 *This, + WM_PORT_NUMBER_RANGE *array, + DWORD *ranges); + + HRESULT (STDMETHODCALLTYPE *SetUDPPortRanges)( + IWMReaderNetworkConfig2 *This, + WM_PORT_NUMBER_RANGE *array, + DWORD ranges); + + HRESULT (STDMETHODCALLTYPE *GetProxySettings)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + WMT_PROXY_SETTINGS *proxy); + + HRESULT (STDMETHODCALLTYPE *SetProxySettings)( + IWMReaderNetworkConfig2 *This, + LPCWSTR protocol, + WMT_PROXY_SETTINGS proxy); + + HRESULT (STDMETHODCALLTYPE *GetProxyHostName)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + WCHAR *hostname, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetProxyHostName)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + const WCHAR *hostname); + + HRESULT (STDMETHODCALLTYPE *GetProxyPort)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + DWORD *port); + + HRESULT (STDMETHODCALLTYPE *SetProxyPort)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + DWORD port); + + HRESULT (STDMETHODCALLTYPE *GetProxyExceptionList)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + WCHAR *exceptions, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *SetProxyExceptionList)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + const WCHAR *exceptions); + + HRESULT (STDMETHODCALLTYPE *GetProxyBypassForLocal)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + WINBOOL *bypass); + + HRESULT (STDMETHODCALLTYPE *SetProxyBypassForLocal)( + IWMReaderNetworkConfig2 *This, + const WCHAR *protocol, + WINBOOL bypass); + + HRESULT (STDMETHODCALLTYPE *GetForceRerunAutoProxyDetection)( + IWMReaderNetworkConfig2 *This, + WINBOOL *detection); + + HRESULT (STDMETHODCALLTYPE *SetForceRerunAutoProxyDetection)( + IWMReaderNetworkConfig2 *This, + WINBOOL detection); + + HRESULT (STDMETHODCALLTYPE *GetEnableMulticast)( + IWMReaderNetworkConfig2 *This, + WINBOOL *multicast); + + HRESULT (STDMETHODCALLTYPE *SetEnableMulticast)( + IWMReaderNetworkConfig2 *This, + WINBOOL multicast); + + HRESULT (STDMETHODCALLTYPE *GetEnableHTTP)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableHTTP)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableUDP)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableUDP)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableTCP)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableTCP)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *ResetProtocolRollover)( + IWMReaderNetworkConfig2 *This); + + HRESULT (STDMETHODCALLTYPE *GetConnectionBandwidth)( + IWMReaderNetworkConfig2 *This, + DWORD *bandwidth); + + HRESULT (STDMETHODCALLTYPE *SetConnectionBandwidth)( + IWMReaderNetworkConfig2 *This, + DWORD bandwidth); + + HRESULT (STDMETHODCALLTYPE *GetNumProtocolsSupported)( + IWMReaderNetworkConfig2 *This, + DWORD *protocols); + + HRESULT (STDMETHODCALLTYPE *GetSupportedProtocolName)( + IWMReaderNetworkConfig2 *This, + DWORD protocol_num, + WCHAR *protocol, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *AddLoggingUrl)( + IWMReaderNetworkConfig2 *This, + const WCHAR *url); + + HRESULT (STDMETHODCALLTYPE *GetLoggingUrl)( + IWMReaderNetworkConfig2 *This, + DWORD index, + WCHAR *url, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *GetLoggingUrlCount)( + IWMReaderNetworkConfig2 *This, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *ResetLoggingUrlList)( + IWMReaderNetworkConfig2 *This); + + /*** IWMReaderNetworkConfig2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetEnableContentCaching)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableContentCaching)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableFastCache)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableFastCache)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetAcceleratedStreamingDuration)( + IWMReaderNetworkConfig2 *This, + QWORD *duration); + + HRESULT (STDMETHODCALLTYPE *SetAcceleratedStreamingDuration)( + IWMReaderNetworkConfig2 *This, + QWORD duration); + + HRESULT (STDMETHODCALLTYPE *GetAutoReconnectLimit)( + IWMReaderNetworkConfig2 *This, + DWORD *limit); + + HRESULT (STDMETHODCALLTYPE *SetAutoReconnectLimit)( + IWMReaderNetworkConfig2 *This, + DWORD limit); + + HRESULT (STDMETHODCALLTYPE *GetEnableResends)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableResends)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetEnableThinning)( + IWMReaderNetworkConfig2 *This, + WINBOOL *enable); + + HRESULT (STDMETHODCALLTYPE *SetEnableThinning)( + IWMReaderNetworkConfig2 *This, + WINBOOL enable); + + HRESULT (STDMETHODCALLTYPE *GetMaxNetPacketSize)( + IWMReaderNetworkConfig2 *This, + DWORD *packet_size); END_INTERFACE -} IWMReaderAdvanced6Vtbl; -interface IWMReaderAdvanced6 { - CONST_VTBL IWMReaderAdvanced6Vtbl* lpVtbl; +} IWMReaderNetworkConfig2Vtbl; + +interface IWMReaderNetworkConfig2 { + CONST_VTBL IWMReaderNetworkConfig2Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMReaderAdvanced6_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMReaderAdvanced6_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMReaderAdvanced6_Release(This) (This)->lpVtbl->Release(This) -/*** IWMReaderAdvanced methods ***/ -#define IWMReaderAdvanced6_SetUserProvidedClock(This,fUserClock) (This)->lpVtbl->SetUserProvidedClock(This,fUserClock) -#define IWMReaderAdvanced6_GetUserProvidedClock(This,pfUserClock) (This)->lpVtbl->GetUserProvidedClock(This,pfUserClock) -#define IWMReaderAdvanced6_DeliverTime(This,cnsTime) (This)->lpVtbl->DeliverTime(This,cnsTime) -#define IWMReaderAdvanced6_SetManualStreamSelection(This,fSelection) (This)->lpVtbl->SetManualStreamSelection(This,fSelection) -#define IWMReaderAdvanced6_GetManualStreamSelection(This,pfSelection) (This)->lpVtbl->GetManualStreamSelection(This,pfSelection) -#define IWMReaderAdvanced6_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMReaderAdvanced6_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMReaderAdvanced6_SetReceiveSelectionCallbacks(This,fGetCallbacks) (This)->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks) -#define IWMReaderAdvanced6_GetReceiveSelectionCallbacks(This,pfGetCallbacks) (This)->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks) -#define IWMReaderAdvanced6_SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) (This)->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples) -#define IWMReaderAdvanced6_GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) (This)->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples) -#define IWMReaderAdvanced6_SetAllocateForOutput(This,dwOutputNum,fAllocate) (This)->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate) -#define IWMReaderAdvanced6_GetAllocateForOutput(This,dwOutputNum,pfAllocate) (This)->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate) -#define IWMReaderAdvanced6_SetAllocateForStream(This,wStreamNum,fAllocate) (This)->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate) -#define IWMReaderAdvanced6_GetAllocateForStream(This,dwSreamNum,pfAllocate) (This)->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate) -#define IWMReaderAdvanced6_GetStatistics(This,pStatistics) (This)->lpVtbl->GetStatistics(This,pStatistics) -#define IWMReaderAdvanced6_SetClientInfo(This,pClientInfo) (This)->lpVtbl->SetClientInfo(This,pClientInfo) -#define IWMReaderAdvanced6_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMReaderAdvanced6_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMReaderAdvanced6_NotifyLateDelivery(This,cnsLateness) (This)->lpVtbl->NotifyLateDelivery(This,cnsLateness) -/*** IWMReaderAdvanced2 methods ***/ -#define IWMReaderAdvanced6_SetPlayMode(This,Mode) (This)->lpVtbl->SetPlayMode(This,Mode) -#define IWMReaderAdvanced6_GetPlayMode(This,pMode) (This)->lpVtbl->GetPlayMode(This,pMode) -#define IWMReaderAdvanced6_GetBufferProgress(This,pdwPercent,pcnsBuffering) (This)->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering) -#define IWMReaderAdvanced6_GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) (This)->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload) -#define IWMReaderAdvanced6_GetSaveAsProgress(This,pdwPercent) (This)->lpVtbl->GetSaveAsProgress(This,pdwPercent) -#define IWMReaderAdvanced6_SaveFileAs(This,pwszFilename) (This)->lpVtbl->SaveFileAs(This,pwszFilename) -#define IWMReaderAdvanced6_GetProtocolName(This,pwszProtocol,pcchProtocol) (This)->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol) -#define IWMReaderAdvanced6_StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) (This)->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext) -#define IWMReaderAdvanced6_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMReaderAdvanced6_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMReaderAdvanced6_Preroll(This,cnsStart,cnsDuration,fRate) (This)->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate) -#define IWMReaderAdvanced6_SetLogClientID(This,fLogClientID) (This)->lpVtbl->SetLogClientID(This,fLogClientID) -#define IWMReaderAdvanced6_GetLogClientID(This,pfLogClientID) (This)->lpVtbl->GetLogClientID(This,pfLogClientID) -#define IWMReaderAdvanced6_StopBuffering(This) (This)->lpVtbl->StopBuffering(This) -#define IWMReaderAdvanced6_OpenStream(This,pStream,pCallback,pvContext) (This)->lpVtbl->OpenStream(This,pStream,pCallback,pvContext) -/*** IWMReaderAdvanced3 methods ***/ -#define IWMReaderAdvanced6_StopNetStreaming(This) (This)->lpVtbl->StopNetStreaming(This) -#define IWMReaderAdvanced6_StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) (This)->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext) -/*** IWMReaderAdvanced4 methods ***/ -#define IWMReaderAdvanced6_GetLanguageCount(This,dwOutputNum,pwLanguageCount) (This)->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount) -#define IWMReaderAdvanced6_GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) (This)->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength) -#define IWMReaderAdvanced6_GetMaxSpeedFactor(This,pdblFactor) (This)->lpVtbl->GetMaxSpeedFactor(This,pdblFactor) -#define IWMReaderAdvanced6_IsUsingFastCache(This,pfUsingFastCache) (This)->lpVtbl->IsUsingFastCache(This,pfUsingFastCache) -#define IWMReaderAdvanced6_AddLogParam(This,wszNameSpace,wszName,wszValue) (This)->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue) -#define IWMReaderAdvanced6_SendLogParams(This) (This)->lpVtbl->SendLogParams(This) -#define IWMReaderAdvanced6_CanSaveFileAs(This,pfCanSave) (This)->lpVtbl->CanSaveFileAs(This,pfCanSave) -#define IWMReaderAdvanced6_CancelSaveFileAs(This) (This)->lpVtbl->CancelSaveFileAs(This) -#define IWMReaderAdvanced6_GetURL(This,pwszURL,pcchURL) (This)->lpVtbl->GetURL(This,pwszURL,pcchURL) -/*** IWMReaderAdvanced5 methods ***/ -#define IWMReaderAdvanced6_SetPlayerHook(This,dwOutputNum,pHook) (This)->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook) -/*** IWMReaderAdvanced6 methods ***/ -#define IWMReaderAdvanced6_SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector) (This)->lpVtbl->SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector) +#define IWMReaderNetworkConfig2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderNetworkConfig2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderNetworkConfig2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderNetworkConfig methods ***/ +#define IWMReaderNetworkConfig2_GetBufferingTime(This,buffering_time) (This)->lpVtbl->GetBufferingTime(This,buffering_time) +#define IWMReaderNetworkConfig2_SetBufferingTime(This,buffering_time) (This)->lpVtbl->SetBufferingTime(This,buffering_time) +#define IWMReaderNetworkConfig2_GetUDPPortRanges(This,array,ranges) (This)->lpVtbl->GetUDPPortRanges(This,array,ranges) +#define IWMReaderNetworkConfig2_SetUDPPortRanges(This,array,ranges) (This)->lpVtbl->SetUDPPortRanges(This,array,ranges) +#define IWMReaderNetworkConfig2_GetProxySettings(This,protocol,proxy) (This)->lpVtbl->GetProxySettings(This,protocol,proxy) +#define IWMReaderNetworkConfig2_SetProxySettings(This,protocol,proxy) (This)->lpVtbl->SetProxySettings(This,protocol,proxy) +#define IWMReaderNetworkConfig2_GetProxyHostName(This,protocol,hostname,size) (This)->lpVtbl->GetProxyHostName(This,protocol,hostname,size) +#define IWMReaderNetworkConfig2_SetProxyHostName(This,protocol,hostname) (This)->lpVtbl->SetProxyHostName(This,protocol,hostname) +#define IWMReaderNetworkConfig2_GetProxyPort(This,protocol,port) (This)->lpVtbl->GetProxyPort(This,protocol,port) +#define IWMReaderNetworkConfig2_SetProxyPort(This,protocol,port) (This)->lpVtbl->SetProxyPort(This,protocol,port) +#define IWMReaderNetworkConfig2_GetProxyExceptionList(This,protocol,exceptions,count) (This)->lpVtbl->GetProxyExceptionList(This,protocol,exceptions,count) +#define IWMReaderNetworkConfig2_SetProxyExceptionList(This,protocol,exceptions) (This)->lpVtbl->SetProxyExceptionList(This,protocol,exceptions) +#define IWMReaderNetworkConfig2_GetProxyBypassForLocal(This,protocol,bypass) (This)->lpVtbl->GetProxyBypassForLocal(This,protocol,bypass) +#define IWMReaderNetworkConfig2_SetProxyBypassForLocal(This,protocol,bypass) (This)->lpVtbl->SetProxyBypassForLocal(This,protocol,bypass) +#define IWMReaderNetworkConfig2_GetForceRerunAutoProxyDetection(This,detection) (This)->lpVtbl->GetForceRerunAutoProxyDetection(This,detection) +#define IWMReaderNetworkConfig2_SetForceRerunAutoProxyDetection(This,detection) (This)->lpVtbl->SetForceRerunAutoProxyDetection(This,detection) +#define IWMReaderNetworkConfig2_GetEnableMulticast(This,multicast) (This)->lpVtbl->GetEnableMulticast(This,multicast) +#define IWMReaderNetworkConfig2_SetEnableMulticast(This,multicast) (This)->lpVtbl->SetEnableMulticast(This,multicast) +#define IWMReaderNetworkConfig2_GetEnableHTTP(This,enable) (This)->lpVtbl->GetEnableHTTP(This,enable) +#define IWMReaderNetworkConfig2_SetEnableHTTP(This,enable) (This)->lpVtbl->SetEnableHTTP(This,enable) +#define IWMReaderNetworkConfig2_GetEnableUDP(This,enable) (This)->lpVtbl->GetEnableUDP(This,enable) +#define IWMReaderNetworkConfig2_SetEnableUDP(This,enable) (This)->lpVtbl->SetEnableUDP(This,enable) +#define IWMReaderNetworkConfig2_GetEnableTCP(This,enable) (This)->lpVtbl->GetEnableTCP(This,enable) +#define IWMReaderNetworkConfig2_SetEnableTCP(This,enable) (This)->lpVtbl->SetEnableTCP(This,enable) +#define IWMReaderNetworkConfig2_ResetProtocolRollover(This) (This)->lpVtbl->ResetProtocolRollover(This) +#define IWMReaderNetworkConfig2_GetConnectionBandwidth(This,bandwidth) (This)->lpVtbl->GetConnectionBandwidth(This,bandwidth) +#define IWMReaderNetworkConfig2_SetConnectionBandwidth(This,bandwidth) (This)->lpVtbl->SetConnectionBandwidth(This,bandwidth) +#define IWMReaderNetworkConfig2_GetNumProtocolsSupported(This,protocols) (This)->lpVtbl->GetNumProtocolsSupported(This,protocols) +#define IWMReaderNetworkConfig2_GetSupportedProtocolName(This,protocol_num,protocol,size) (This)->lpVtbl->GetSupportedProtocolName(This,protocol_num,protocol,size) +#define IWMReaderNetworkConfig2_AddLoggingUrl(This,url) (This)->lpVtbl->AddLoggingUrl(This,url) +#define IWMReaderNetworkConfig2_GetLoggingUrl(This,index,url,size) (This)->lpVtbl->GetLoggingUrl(This,index,url,size) +#define IWMReaderNetworkConfig2_GetLoggingUrlCount(This,count) (This)->lpVtbl->GetLoggingUrlCount(This,count) +#define IWMReaderNetworkConfig2_ResetLoggingUrlList(This) (This)->lpVtbl->ResetLoggingUrlList(This) +/*** IWMReaderNetworkConfig2 methods ***/ +#define IWMReaderNetworkConfig2_GetEnableContentCaching(This,enable) (This)->lpVtbl->GetEnableContentCaching(This,enable) +#define IWMReaderNetworkConfig2_SetEnableContentCaching(This,enable) (This)->lpVtbl->SetEnableContentCaching(This,enable) +#define IWMReaderNetworkConfig2_GetEnableFastCache(This,enable) (This)->lpVtbl->GetEnableFastCache(This,enable) +#define IWMReaderNetworkConfig2_SetEnableFastCache(This,enable) (This)->lpVtbl->SetEnableFastCache(This,enable) +#define IWMReaderNetworkConfig2_GetAcceleratedStreamingDuration(This,duration) (This)->lpVtbl->GetAcceleratedStreamingDuration(This,duration) +#define IWMReaderNetworkConfig2_SetAcceleratedStreamingDuration(This,duration) (This)->lpVtbl->SetAcceleratedStreamingDuration(This,duration) +#define IWMReaderNetworkConfig2_GetAutoReconnectLimit(This,limit) (This)->lpVtbl->GetAutoReconnectLimit(This,limit) +#define IWMReaderNetworkConfig2_SetAutoReconnectLimit(This,limit) (This)->lpVtbl->SetAutoReconnectLimit(This,limit) +#define IWMReaderNetworkConfig2_GetEnableResends(This,enable) (This)->lpVtbl->GetEnableResends(This,enable) +#define IWMReaderNetworkConfig2_SetEnableResends(This,enable) (This)->lpVtbl->SetEnableResends(This,enable) +#define IWMReaderNetworkConfig2_GetEnableThinning(This,enable) (This)->lpVtbl->GetEnableThinning(This,enable) +#define IWMReaderNetworkConfig2_SetEnableThinning(This,enable) (This)->lpVtbl->SetEnableThinning(This,enable) +#define IWMReaderNetworkConfig2_GetMaxNetPacketSize(This,packet_size) (This)->lpVtbl->GetMaxNetPacketSize(This,packet_size) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_QueryInterface(IWMReaderAdvanced6* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_QueryInterface(IWMReaderNetworkConfig2* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMReaderAdvanced6_AddRef(IWMReaderAdvanced6* This) { - return This->lpVtbl->AddRef(This); -} -static FORCEINLINE ULONG IWMReaderAdvanced6_Release(IWMReaderAdvanced6* This) { - return This->lpVtbl->Release(This); -} -/*** IWMReaderAdvanced methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetUserProvidedClock(IWMReaderAdvanced6* This,WINBOOL fUserClock) { - return This->lpVtbl->SetUserProvidedClock(This,fUserClock); +static FORCEINLINE ULONG IWMReaderNetworkConfig2_AddRef(IWMReaderNetworkConfig2* This) { + return This->lpVtbl->AddRef(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetUserProvidedClock(IWMReaderAdvanced6* This,WINBOOL *pfUserClock) { - return This->lpVtbl->GetUserProvidedClock(This,pfUserClock); +static FORCEINLINE ULONG IWMReaderNetworkConfig2_Release(IWMReaderNetworkConfig2* This) { + return This->lpVtbl->Release(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_DeliverTime(IWMReaderAdvanced6* This,QWORD cnsTime) { - return This->lpVtbl->DeliverTime(This,cnsTime); +/*** IWMReaderNetworkConfig methods ***/ +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetBufferingTime(IWMReaderNetworkConfig2* This,QWORD *buffering_time) { + return This->lpVtbl->GetBufferingTime(This,buffering_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetManualStreamSelection(IWMReaderAdvanced6* This,WINBOOL fSelection) { - return This->lpVtbl->SetManualStreamSelection(This,fSelection); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetBufferingTime(IWMReaderNetworkConfig2* This,QWORD buffering_time) { + return This->lpVtbl->SetBufferingTime(This,buffering_time); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetManualStreamSelection(IWMReaderAdvanced6* This,WINBOOL *pfSelection) { - return This->lpVtbl->GetManualStreamSelection(This,pfSelection); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetUDPPortRanges(IWMReaderNetworkConfig2* This,WM_PORT_NUMBER_RANGE *array,DWORD *ranges) { + return This->lpVtbl->GetUDPPortRanges(This,array,ranges); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetStreamsSelected(IWMReaderAdvanced6* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { - return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetUDPPortRanges(IWMReaderNetworkConfig2* This,WM_PORT_NUMBER_RANGE *array,DWORD ranges) { + return This->lpVtbl->SetUDPPortRanges(This,array,ranges); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetStreamSelected(IWMReaderAdvanced6* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { - return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetProxySettings(IWMReaderNetworkConfig2* This,const WCHAR *protocol,WMT_PROXY_SETTINGS *proxy) { + return This->lpVtbl->GetProxySettings(This,protocol,proxy); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetReceiveSelectionCallbacks(IWMReaderAdvanced6* This,WINBOOL fGetCallbacks) { - return This->lpVtbl->SetReceiveSelectionCallbacks(This,fGetCallbacks); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetProxySettings(IWMReaderNetworkConfig2* This,LPCWSTR protocol,WMT_PROXY_SETTINGS proxy) { + return This->lpVtbl->SetProxySettings(This,protocol,proxy); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetReceiveSelectionCallbacks(IWMReaderAdvanced6* This,WINBOOL *pfGetCallbacks) { - return This->lpVtbl->GetReceiveSelectionCallbacks(This,pfGetCallbacks); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetProxyHostName(IWMReaderNetworkConfig2* This,const WCHAR *protocol,WCHAR *hostname,DWORD *size) { + return This->lpVtbl->GetProxyHostName(This,protocol,hostname,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetReceiveStreamSamples(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL fReceiveStreamSamples) { - return This->lpVtbl->SetReceiveStreamSamples(This,wStreamNum,fReceiveStreamSamples); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetProxyHostName(IWMReaderNetworkConfig2* This,const WCHAR *protocol,const WCHAR *hostname) { + return This->lpVtbl->SetProxyHostName(This,protocol,hostname); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetReceiveStreamSamples(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL *pfReceiveStreamSamples) { - return This->lpVtbl->GetReceiveStreamSamples(This,wStreamNum,pfReceiveStreamSamples); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetProxyPort(IWMReaderNetworkConfig2* This,const WCHAR *protocol,DWORD *port) { + return This->lpVtbl->GetProxyPort(This,protocol,port); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetAllocateForOutput(IWMReaderAdvanced6* This,DWORD dwOutputNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForOutput(This,dwOutputNum,fAllocate); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetProxyPort(IWMReaderNetworkConfig2* This,const WCHAR *protocol,DWORD port) { + return This->lpVtbl->SetProxyPort(This,protocol,port); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetAllocateForOutput(IWMReaderAdvanced6* This,DWORD dwOutputNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForOutput(This,dwOutputNum,pfAllocate); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetProxyExceptionList(IWMReaderNetworkConfig2* This,const WCHAR *protocol,WCHAR *exceptions,DWORD *count) { + return This->lpVtbl->GetProxyExceptionList(This,protocol,exceptions,count); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetAllocateForStream(IWMReaderAdvanced6* This,WORD wStreamNum,WINBOOL fAllocate) { - return This->lpVtbl->SetAllocateForStream(This,wStreamNum,fAllocate); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetProxyExceptionList(IWMReaderNetworkConfig2* This,const WCHAR *protocol,const WCHAR *exceptions) { + return This->lpVtbl->SetProxyExceptionList(This,protocol,exceptions); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetAllocateForStream(IWMReaderAdvanced6* This,WORD dwSreamNum,WINBOOL *pfAllocate) { - return This->lpVtbl->GetAllocateForStream(This,dwSreamNum,pfAllocate); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetProxyBypassForLocal(IWMReaderNetworkConfig2* This,const WCHAR *protocol,WINBOOL *bypass) { + return This->lpVtbl->GetProxyBypassForLocal(This,protocol,bypass); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetStatistics(IWMReaderAdvanced6* This,WM_READER_STATISTICS *pStatistics) { - return This->lpVtbl->GetStatistics(This,pStatistics); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetProxyBypassForLocal(IWMReaderNetworkConfig2* This,const WCHAR *protocol,WINBOOL bypass) { + return This->lpVtbl->SetProxyBypassForLocal(This,protocol,bypass); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetClientInfo(IWMReaderAdvanced6* This,WM_READER_CLIENTINFO *pClientInfo) { - return This->lpVtbl->SetClientInfo(This,pClientInfo); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetForceRerunAutoProxyDetection(IWMReaderNetworkConfig2* This,WINBOOL *detection) { + return This->lpVtbl->GetForceRerunAutoProxyDetection(This,detection); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxOutputSampleSize(IWMReaderAdvanced6* This,DWORD dwOutput,DWORD *pcbMax) { - return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetForceRerunAutoProxyDetection(IWMReaderNetworkConfig2* This,WINBOOL detection) { + return This->lpVtbl->SetForceRerunAutoProxyDetection(This,detection); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxStreamSampleSize(IWMReaderAdvanced6* This,WORD wStream,DWORD *pcbMax) { - return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableMulticast(IWMReaderNetworkConfig2* This,WINBOOL *multicast) { + return This->lpVtbl->GetEnableMulticast(This,multicast); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_NotifyLateDelivery(IWMReaderAdvanced6* This,QWORD cnsLateness) { - return This->lpVtbl->NotifyLateDelivery(This,cnsLateness); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableMulticast(IWMReaderNetworkConfig2* This,WINBOOL multicast) { + return This->lpVtbl->SetEnableMulticast(This,multicast); } -/*** IWMReaderAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetPlayMode(IWMReaderAdvanced6* This,WMT_PLAY_MODE Mode) { - return This->lpVtbl->SetPlayMode(This,Mode); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableHTTP(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableHTTP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetPlayMode(IWMReaderAdvanced6* This,WMT_PLAY_MODE *pMode) { - return This->lpVtbl->GetPlayMode(This,pMode); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableHTTP(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableHTTP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetBufferProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent,QWORD *pcnsBuffering) { - return This->lpVtbl->GetBufferProgress(This,pdwPercent,pcnsBuffering); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableUDP(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableUDP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetDownloadProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent,QWORD *pqwBytesDownloaded,QWORD *pcnsDownload) { - return This->lpVtbl->GetDownloadProgress(This,pdwPercent,pqwBytesDownloaded,pcnsDownload); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableUDP(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableUDP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetSaveAsProgress(IWMReaderAdvanced6* This,DWORD *pdwPercent) { - return This->lpVtbl->GetSaveAsProgress(This,pdwPercent); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableTCP(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableTCP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SaveFileAs(IWMReaderAdvanced6* This,const WCHAR *pwszFilename) { - return This->lpVtbl->SaveFileAs(This,pwszFilename); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableTCP(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableTCP(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetProtocolName(IWMReaderAdvanced6* This,WCHAR *pwszProtocol,DWORD *pcchProtocol) { - return This->lpVtbl->GetProtocolName(This,pwszProtocol,pcchProtocol); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_ResetProtocolRollover(IWMReaderNetworkConfig2* This) { + return This->lpVtbl->ResetProtocolRollover(This); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_StartAtMarker(IWMReaderAdvanced6* This,WORD wMarkerIndex,QWORD cnsDuration,float fRate,void *pvContext) { - return This->lpVtbl->StartAtMarker(This,wMarkerIndex,cnsDuration,fRate,pvContext); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetConnectionBandwidth(IWMReaderNetworkConfig2* This,DWORD *bandwidth) { + return This->lpVtbl->GetConnectionBandwidth(This,bandwidth); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetOutputSetting(IWMReaderAdvanced6* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetConnectionBandwidth(IWMReaderNetworkConfig2* This,DWORD bandwidth) { + return This->lpVtbl->SetConnectionBandwidth(This,bandwidth); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetOutputSetting(IWMReaderAdvanced6* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetNumProtocolsSupported(IWMReaderNetworkConfig2* This,DWORD *protocols) { + return This->lpVtbl->GetNumProtocolsSupported(This,protocols); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_Preroll(IWMReaderAdvanced6* This,QWORD cnsStart,QWORD cnsDuration,float fRate) { - return This->lpVtbl->Preroll(This,cnsStart,cnsDuration,fRate); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetSupportedProtocolName(IWMReaderNetworkConfig2* This,DWORD protocol_num,WCHAR *protocol,DWORD *size) { + return This->lpVtbl->GetSupportedProtocolName(This,protocol_num,protocol,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetLogClientID(IWMReaderAdvanced6* This,WINBOOL fLogClientID) { - return This->lpVtbl->SetLogClientID(This,fLogClientID); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_AddLoggingUrl(IWMReaderNetworkConfig2* This,const WCHAR *url) { + return This->lpVtbl->AddLoggingUrl(This,url); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLogClientID(IWMReaderAdvanced6* This,WINBOOL *pfLogClientID) { - return This->lpVtbl->GetLogClientID(This,pfLogClientID); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetLoggingUrl(IWMReaderNetworkConfig2* This,DWORD index,WCHAR *url,DWORD *size) { + return This->lpVtbl->GetLoggingUrl(This,index,url,size); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_StopBuffering(IWMReaderAdvanced6* This) { - return This->lpVtbl->StopBuffering(This); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetLoggingUrlCount(IWMReaderNetworkConfig2* This,DWORD *count) { + return This->lpVtbl->GetLoggingUrlCount(This,count); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_OpenStream(IWMReaderAdvanced6* This,IStream *pStream,IWMReaderCallback *pCallback,void *pvContext) { - return This->lpVtbl->OpenStream(This,pStream,pCallback,pvContext); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_ResetLoggingUrlList(IWMReaderNetworkConfig2* This) { + return This->lpVtbl->ResetLoggingUrlList(This); } -/*** IWMReaderAdvanced3 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_StopNetStreaming(IWMReaderAdvanced6* This) { - return This->lpVtbl->StopNetStreaming(This); +/*** IWMReaderNetworkConfig2 methods ***/ +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableContentCaching(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableContentCaching(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_StartAtPosition(IWMReaderAdvanced6* This,WORD wStreamNum,void *pvOffsetStart,void *pvDuration,WMT_OFFSET_FORMAT dwOffsetFormat,float fRate,void *pvContext) { - return This->lpVtbl->StartAtPosition(This,wStreamNum,pvOffsetStart,pvDuration,dwOffsetFormat,fRate,pvContext); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableContentCaching(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableContentCaching(This,enable); } -/*** IWMReaderAdvanced4 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLanguageCount(IWMReaderAdvanced6* This,DWORD dwOutputNum,WORD *pwLanguageCount) { - return This->lpVtbl->GetLanguageCount(This,dwOutputNum,pwLanguageCount); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableFastCache(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableFastCache(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetLanguage(IWMReaderAdvanced6* This,DWORD dwOutputNum,WORD wLanguage,WCHAR *pwszLanguageString,WORD *pcchLanguageStringLength) { - return This->lpVtbl->GetLanguage(This,dwOutputNum,wLanguage,pwszLanguageString,pcchLanguageStringLength); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableFastCache(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableFastCache(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetMaxSpeedFactor(IWMReaderAdvanced6* This,double *pdblFactor) { - return This->lpVtbl->GetMaxSpeedFactor(This,pdblFactor); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetAcceleratedStreamingDuration(IWMReaderNetworkConfig2* This,QWORD *duration) { + return This->lpVtbl->GetAcceleratedStreamingDuration(This,duration); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_IsUsingFastCache(IWMReaderAdvanced6* This,WINBOOL *pfUsingFastCache) { - return This->lpVtbl->IsUsingFastCache(This,pfUsingFastCache); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetAcceleratedStreamingDuration(IWMReaderNetworkConfig2* This,QWORD duration) { + return This->lpVtbl->SetAcceleratedStreamingDuration(This,duration); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_AddLogParam(IWMReaderAdvanced6* This,LPCWSTR wszNameSpace,LPCWSTR wszName,LPCWSTR wszValue) { - return This->lpVtbl->AddLogParam(This,wszNameSpace,wszName,wszValue); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetAutoReconnectLimit(IWMReaderNetworkConfig2* This,DWORD *limit) { + return This->lpVtbl->GetAutoReconnectLimit(This,limit); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_SendLogParams(IWMReaderAdvanced6* This) { - return This->lpVtbl->SendLogParams(This); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetAutoReconnectLimit(IWMReaderNetworkConfig2* This,DWORD limit) { + return This->lpVtbl->SetAutoReconnectLimit(This,limit); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_CanSaveFileAs(IWMReaderAdvanced6* This,WINBOOL *pfCanSave) { - return This->lpVtbl->CanSaveFileAs(This,pfCanSave); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableResends(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableResends(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_CancelSaveFileAs(IWMReaderAdvanced6* This) { - return This->lpVtbl->CancelSaveFileAs(This); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableResends(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableResends(This,enable); } -static FORCEINLINE HRESULT IWMReaderAdvanced6_GetURL(IWMReaderAdvanced6* This,WCHAR *pwszURL,DWORD *pcchURL) { - return This->lpVtbl->GetURL(This,pwszURL,pcchURL); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetEnableThinning(IWMReaderNetworkConfig2* This,WINBOOL *enable) { + return This->lpVtbl->GetEnableThinning(This,enable); } -/*** IWMReaderAdvanced5 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetPlayerHook(IWMReaderAdvanced6* This,DWORD dwOutputNum,IWMPlayerHook *pHook) { - return This->lpVtbl->SetPlayerHook(This,dwOutputNum,pHook); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_SetEnableThinning(IWMReaderNetworkConfig2* This,WINBOOL enable) { + return This->lpVtbl->SetEnableThinning(This,enable); } -/*** IWMReaderAdvanced6 methods ***/ -static FORCEINLINE HRESULT IWMReaderAdvanced6_SetProtectStreamSamples(IWMReaderAdvanced6* This,BYTE *pbCertificate,DWORD cbCertificate,DWORD dwCertificateType,DWORD dwFlags,BYTE *pbInitializationVector,DWORD *pcbInitializationVector) { - return This->lpVtbl->SetProtectStreamSamples(This,pbCertificate,cbCertificate,dwCertificateType,dwFlags,pbInitializationVector,pcbInitializationVector); +static FORCEINLINE HRESULT IWMReaderNetworkConfig2_GetMaxNetPacketSize(IWMReaderNetworkConfig2* This,DWORD *packet_size) { + return This->lpVtbl->GetMaxNetPacketSize(This,packet_size); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMReaderAdvanced6_SetProtectStreamSamples_Proxy( - IWMReaderAdvanced6* This, - BYTE *pbCertificate, - DWORD cbCertificate, - DWORD dwCertificateType, - DWORD dwFlags, - BYTE *pbInitializationVector, - DWORD *pcbInitializationVector); -void __RPC_STUB IWMReaderAdvanced6_SetProtectStreamSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMReaderAdvanced6_INTERFACE_DEFINED__ */ +#endif /* __IWMReaderNetworkConfig2_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMSyncReader interface + * IWMReaderStreamClock interface */ -#ifndef __IWMSyncReader_INTERFACE_DEFINED__ -#define __IWMSyncReader_INTERFACE_DEFINED__ +#ifndef __IWMReaderStreamClock_INTERFACE_DEFINED__ +#define __IWMReaderStreamClock_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMSyncReader, 0x9397f121, 0x7705, 0x4dc9, 0xb0,0x49, 0x98,0xb6,0x98,0x18,0x84,0x14); +DEFINE_GUID(IID_IWMReaderStreamClock, 0x96406bed, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("9397f121-7705-4dc9-b049-98b698188414") -IWMSyncReader : public IUnknown +MIDL_INTERFACE("96406bed-2b2b-11d3-b36b-00c04f6108ff") +IWMReaderStreamClock : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE Open( - const WCHAR *pwszFilename) = 0; + virtual HRESULT STDMETHODCALLTYPE GetTime( + QWORD *now) = 0; - virtual HRESULT STDMETHODCALLTYPE Close( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE SetTimer( + QWORD when, + void *param, + DWORD *id) = 0; - virtual HRESULT STDMETHODCALLTYPE SetRange( - QWORD cnsStartTime, - LONGLONG cnsDuration) = 0; + virtual HRESULT STDMETHODCALLTYPE KillTimer( + DWORD id) = 0; - virtual HRESULT STDMETHODCALLTYPE SetRangeByFrame( - WORD wStreamNum, - QWORD qwFrameNumber, - LONGLONG cFramesToRead) = 0; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderStreamClock, 0x96406bed, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +#endif +#else +typedef struct IWMReaderStreamClockVtbl { + BEGIN_INTERFACE - virtual HRESULT STDMETHODCALLTYPE GetNextSample( - WORD wStreamNum, - INSSBuffer **ppSample, - QWORD *pcnsSampleTime, - QWORD *pcnsDuration, - DWORD *pdwFlags, - DWORD *pdwOutputNum, - WORD *pwStreamNum) = 0; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderStreamClock *This, + REFIID riid, + void **ppvObject); - virtual HRESULT STDMETHODCALLTYPE SetStreamsSelected( - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections) = 0; + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderStreamClock *This); - virtual HRESULT STDMETHODCALLTYPE GetStreamSelected( - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection) = 0; + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderStreamClock *This); - virtual HRESULT STDMETHODCALLTYPE SetReadStreamSamples( - WORD wStreamNum, - WINBOOL fCompressed) = 0; + /*** IWMReaderStreamClock methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTime)( + IWMReaderStreamClock *This, + QWORD *now); + + HRESULT (STDMETHODCALLTYPE *SetTimer)( + IWMReaderStreamClock *This, + QWORD when, + void *param, + DWORD *id); + + HRESULT (STDMETHODCALLTYPE *KillTimer)( + IWMReaderStreamClock *This, + DWORD id); - virtual HRESULT STDMETHODCALLTYPE GetReadStreamSamples( - WORD wStreamNum, - WINBOOL *pfCompressed) = 0; + END_INTERFACE +} IWMReaderStreamClockVtbl; - virtual HRESULT STDMETHODCALLTYPE GetOutputSetting( - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength) = 0; +interface IWMReaderStreamClock { + CONST_VTBL IWMReaderStreamClockVtbl* lpVtbl; +}; - virtual HRESULT STDMETHODCALLTYPE SetOutputSetting( - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength) = 0; +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderStreamClock_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderStreamClock_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderStreamClock_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderStreamClock methods ***/ +#define IWMReaderStreamClock_GetTime(This,now) (This)->lpVtbl->GetTime(This,now) +#define IWMReaderStreamClock_SetTimer(This,when,param,id) (This)->lpVtbl->SetTimer(This,when,param,id) +#define IWMReaderStreamClock_KillTimer(This,id) (This)->lpVtbl->KillTimer(This,id) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderStreamClock_QueryInterface(IWMReaderStreamClock* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderStreamClock_AddRef(IWMReaderStreamClock* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderStreamClock_Release(IWMReaderStreamClock* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderStreamClock methods ***/ +static FORCEINLINE HRESULT IWMReaderStreamClock_GetTime(IWMReaderStreamClock* This,QWORD *now) { + return This->lpVtbl->GetTime(This,now); +} +static FORCEINLINE HRESULT IWMReaderStreamClock_SetTimer(IWMReaderStreamClock* This,QWORD when,void *param,DWORD *id) { + return This->lpVtbl->SetTimer(This,when,param,id); +} +static FORCEINLINE HRESULT IWMReaderStreamClock_KillTimer(IWMReaderStreamClock* This,DWORD id) { + return This->lpVtbl->KillTimer(This,id); +} +#endif +#endif - virtual HRESULT STDMETHODCALLTYPE GetOutputCount( - DWORD *pcOutputs) = 0; +#endif - virtual HRESULT STDMETHODCALLTYPE GetOutputProps( - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput) = 0; - virtual HRESULT STDMETHODCALLTYPE SetOutputProps( - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput) = 0; +#endif /* __IWMReaderStreamClock_INTERFACE_DEFINED__ */ - virtual HRESULT STDMETHODCALLTYPE GetOutputFormatCount( - DWORD dwOutputNum, - DWORD *pcFormats) = 0; +/***************************************************************************** + * IWMPacketSize interface + */ +#ifndef __IWMPacketSize_INTERFACE_DEFINED__ +#define __IWMPacketSize_INTERFACE_DEFINED__ - virtual HRESULT STDMETHODCALLTYPE GetOutputFormat( - DWORD dwOutputNum, - DWORD dwFormatNum, - IWMOutputMediaProps **ppProps) = 0; +DEFINE_GUID(IID_IWMPacketSize, 0xcdfb97ab, 0x188f, 0x40b3, 0xb6,0x43, 0x5b,0x79,0x03,0x97,0x5c,0x59); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("cdfb97ab-188f-40b3-b643-5b7903975c59") +IWMPacketSize : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetMaxPacketSize( + DWORD *size) = 0; - virtual HRESULT STDMETHODCALLTYPE GetOutputNumberForStream( - WORD wStreamNum, - DWORD *pdwOutputNum) = 0; + virtual HRESULT STDMETHODCALLTYPE SetMaxPacketSize( + DWORD size) = 0; - virtual HRESULT STDMETHODCALLTYPE GetStreamNumberForOutput( - DWORD dwOutputNum, - WORD *pwStreamNum) = 0; +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMPacketSize, 0xcdfb97ab, 0x188f, 0x40b3, 0xb6,0x43, 0x5b,0x79,0x03,0x97,0x5c,0x59) +#endif +#else +typedef struct IWMPacketSizeVtbl { + BEGIN_INTERFACE - virtual HRESULT STDMETHODCALLTYPE GetMaxOutputSampleSize( - DWORD dwOutput, - DWORD *pcbMax) = 0; + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMPacketSize *This, + REFIID riid, + void **ppvObject); - virtual HRESULT STDMETHODCALLTYPE GetMaxStreamSampleSize( - WORD wStream, - DWORD *pcbMax) = 0; + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMPacketSize *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMPacketSize *This); + + /*** IWMPacketSize methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMaxPacketSize)( + IWMPacketSize *This, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetMaxPacketSize)( + IWMPacketSize *This, + DWORD size); + + END_INTERFACE +} IWMPacketSizeVtbl; + +interface IWMPacketSize { + CONST_VTBL IWMPacketSizeVtbl* lpVtbl; +}; + +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMPacketSize_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMPacketSize_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMPacketSize_Release(This) (This)->lpVtbl->Release(This) +/*** IWMPacketSize methods ***/ +#define IWMPacketSize_GetMaxPacketSize(This,size) (This)->lpVtbl->GetMaxPacketSize(This,size) +#define IWMPacketSize_SetMaxPacketSize(This,size) (This)->lpVtbl->SetMaxPacketSize(This,size) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMPacketSize_QueryInterface(IWMPacketSize* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMPacketSize_AddRef(IWMPacketSize* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMPacketSize_Release(IWMPacketSize* This) { + return This->lpVtbl->Release(This); +} +/*** IWMPacketSize methods ***/ +static FORCEINLINE HRESULT IWMPacketSize_GetMaxPacketSize(IWMPacketSize* This,DWORD *size) { + return This->lpVtbl->GetMaxPacketSize(This,size); +} +static FORCEINLINE HRESULT IWMPacketSize_SetMaxPacketSize(IWMPacketSize* This,DWORD size) { + return This->lpVtbl->SetMaxPacketSize(This,size); +} +#endif +#endif + +#endif + + +#endif /* __IWMPacketSize_INTERFACE_DEFINED__ */ + +/***************************************************************************** + * IWMPacketSize2 interface + */ +#ifndef __IWMPacketSize2_INTERFACE_DEFINED__ +#define __IWMPacketSize2_INTERFACE_DEFINED__ + +DEFINE_GUID(IID_IWMPacketSize2, 0x8bfc2b9e, 0xb646, 0x4233, 0xa8,0x77, 0x1c,0x6a,0x07,0x96,0x69,0xdc); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("8bfc2b9e-b646-4233-a877-1c6a079669dc") +IWMPacketSize2 : public IWMPacketSize +{ + virtual HRESULT STDMETHODCALLTYPE GetMinPacketSize( + DWORD *size) = 0; - virtual HRESULT STDMETHODCALLTYPE OpenStream( - IStream *pStream) = 0; + virtual HRESULT STDMETHODCALLTYPE SetMinPacketSize( + DWORD size) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMSyncReader, 0x9397f121, 0x7705, 0x4dc9, 0xb0,0x49, 0x98,0xb6,0x98,0x18,0x84,0x14) +__CRT_UUID_DECL(IWMPacketSize2, 0x8bfc2b9e, 0xb646, 0x4233, 0xa8,0x77, 0x1c,0x6a,0x07,0x96,0x69,0xdc) #endif #else -typedef struct IWMSyncReaderVtbl { +typedef struct IWMPacketSize2Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMSyncReader* This, + IWMPacketSize2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMSyncReader* This); + IWMPacketSize2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMSyncReader* This); - - /*** IWMSyncReader methods ***/ - HRESULT (STDMETHODCALLTYPE *Open)( - IWMSyncReader* This, - const WCHAR *pwszFilename); + IWMPacketSize2 *This); - HRESULT (STDMETHODCALLTYPE *Close)( - IWMSyncReader* This); + /*** IWMPacketSize methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMaxPacketSize)( + IWMPacketSize2 *This, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetMaxPacketSize)( + IWMPacketSize2 *This, + DWORD size); + + /*** IWMPacketSize2 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMinPacketSize)( + IWMPacketSize2 *This, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetMinPacketSize)( + IWMPacketSize2 *This, + DWORD size); - HRESULT (STDMETHODCALLTYPE *SetRange)( - IWMSyncReader* This, - QWORD cnsStartTime, - LONGLONG cnsDuration); + END_INTERFACE +} IWMPacketSize2Vtbl; - HRESULT (STDMETHODCALLTYPE *SetRangeByFrame)( - IWMSyncReader* This, - WORD wStreamNum, - QWORD qwFrameNumber, - LONGLONG cFramesToRead); +interface IWMPacketSize2 { + CONST_VTBL IWMPacketSize2Vtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *GetNextSample)( - IWMSyncReader* This, - WORD wStreamNum, - INSSBuffer **ppSample, - QWORD *pcnsSampleTime, - QWORD *pcnsDuration, - DWORD *pdwFlags, - DWORD *pdwOutputNum, - WORD *pwStreamNum); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMPacketSize2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMPacketSize2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMPacketSize2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMPacketSize methods ***/ +#define IWMPacketSize2_GetMaxPacketSize(This,size) (This)->lpVtbl->GetMaxPacketSize(This,size) +#define IWMPacketSize2_SetMaxPacketSize(This,size) (This)->lpVtbl->SetMaxPacketSize(This,size) +/*** IWMPacketSize2 methods ***/ +#define IWMPacketSize2_GetMinPacketSize(This,size) (This)->lpVtbl->GetMinPacketSize(This,size) +#define IWMPacketSize2_SetMinPacketSize(This,size) (This)->lpVtbl->SetMinPacketSize(This,size) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMPacketSize2_QueryInterface(IWMPacketSize2* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMPacketSize2_AddRef(IWMPacketSize2* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMPacketSize2_Release(IWMPacketSize2* This) { + return This->lpVtbl->Release(This); +} +/*** IWMPacketSize methods ***/ +static FORCEINLINE HRESULT IWMPacketSize2_GetMaxPacketSize(IWMPacketSize2* This,DWORD *size) { + return This->lpVtbl->GetMaxPacketSize(This,size); +} +static FORCEINLINE HRESULT IWMPacketSize2_SetMaxPacketSize(IWMPacketSize2* This,DWORD size) { + return This->lpVtbl->SetMaxPacketSize(This,size); +} +/*** IWMPacketSize2 methods ***/ +static FORCEINLINE HRESULT IWMPacketSize2_GetMinPacketSize(IWMPacketSize2* This,DWORD *size) { + return This->lpVtbl->GetMinPacketSize(This,size); +} +static FORCEINLINE HRESULT IWMPacketSize2_SetMinPacketSize(IWMPacketSize2* This,DWORD size) { + return This->lpVtbl->SetMinPacketSize(This,size); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *SetStreamsSelected)( - IWMSyncReader* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); +#endif - HRESULT (STDMETHODCALLTYPE *GetStreamSelected)( - IWMSyncReader* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); - HRESULT (STDMETHODCALLTYPE *SetReadStreamSamples)( - IWMSyncReader* This, - WORD wStreamNum, - WINBOOL fCompressed); +#endif /* __IWMPacketSize2_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetReadStreamSamples)( - IWMSyncReader* This, - WORD wStreamNum, - WINBOOL *pfCompressed); +/***************************************************************************** + * IWMDRMReader interface + */ +#ifndef __IWMDRMReader_INTERFACE_DEFINED__ +#define __IWMDRMReader_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *GetOutputSetting)( - IWMSyncReader* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); +DEFINE_GUID(IID_IWMDRMReader, 0xd2827540, 0x3ee7, 0x432c, 0xb1,0x4c, 0xdc,0x17,0xf0,0x85,0xd3,0xb3); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("d2827540-3ee7-432c-b14c-dc17f085d3b3") +IWMDRMReader : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE AcquireLicense( + DWORD flags) = 0; - HRESULT (STDMETHODCALLTYPE *SetOutputSetting)( - IWMSyncReader* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); + virtual HRESULT STDMETHODCALLTYPE CancelLicenseAcquisition( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetOutputCount)( - IWMSyncReader* This, - DWORD *pcOutputs); + virtual HRESULT STDMETHODCALLTYPE Individualize( + DWORD flags) = 0; - HRESULT (STDMETHODCALLTYPE *GetOutputProps)( - IWMSyncReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput); + virtual HRESULT STDMETHODCALLTYPE CancelIndividualization( + ) = 0; - HRESULT (STDMETHODCALLTYPE *SetOutputProps)( - IWMSyncReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput); + virtual HRESULT STDMETHODCALLTYPE MonitorLicenseAcquisition( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetOutputFormatCount)( - IWMSyncReader* This, - DWORD dwOutputNum, - DWORD *pcFormats); + virtual HRESULT STDMETHODCALLTYPE CancelMonitorLicenseAcquisition( + ) = 0; - HRESULT (STDMETHODCALLTYPE *GetOutputFormat)( - IWMSyncReader* This, - DWORD dwOutputNum, - DWORD dwFormatNum, - IWMOutputMediaProps **ppProps); + virtual HRESULT STDMETHODCALLTYPE SetDRMProperty( + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetDRMProperty( + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length) = 0; - HRESULT (STDMETHODCALLTYPE *GetOutputNumberForStream)( - IWMSyncReader* This, - WORD wStreamNum, - DWORD *pdwOutputNum); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMDRMReader, 0xd2827540, 0x3ee7, 0x432c, 0xb1,0x4c, 0xdc,0x17,0xf0,0x85,0xd3,0xb3) +#endif +#else +typedef struct IWMDRMReaderVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *GetStreamNumberForOutput)( - IWMSyncReader* This, - DWORD dwOutputNum, - WORD *pwStreamNum); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMDRMReader *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *GetMaxOutputSampleSize)( - IWMSyncReader* This, - DWORD dwOutput, - DWORD *pcbMax); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMDRMReader *This); - HRESULT (STDMETHODCALLTYPE *GetMaxStreamSampleSize)( - IWMSyncReader* This, - WORD wStream, - DWORD *pcbMax); + ULONG (STDMETHODCALLTYPE *Release)( + IWMDRMReader *This); - HRESULT (STDMETHODCALLTYPE *OpenStream)( - IWMSyncReader* This, - IStream *pStream); + /*** IWMDRMReader methods ***/ + HRESULT (STDMETHODCALLTYPE *AcquireLicense)( + IWMDRMReader *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelLicenseAcquisition)( + IWMDRMReader *This); + + HRESULT (STDMETHODCALLTYPE *Individualize)( + IWMDRMReader *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelIndividualization)( + IWMDRMReader *This); + + HRESULT (STDMETHODCALLTYPE *MonitorLicenseAcquisition)( + IWMDRMReader *This); + + HRESULT (STDMETHODCALLTYPE *CancelMonitorLicenseAcquisition)( + IWMDRMReader *This); + + HRESULT (STDMETHODCALLTYPE *SetDRMProperty)( + IWMDRMReader *This, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetDRMProperty)( + IWMDRMReader *This, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); END_INTERFACE -} IWMSyncReaderVtbl; -interface IWMSyncReader { - CONST_VTBL IWMSyncReaderVtbl* lpVtbl; +} IWMDRMReaderVtbl; + +interface IWMDRMReader { + CONST_VTBL IWMDRMReaderVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMSyncReader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMSyncReader_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMSyncReader_Release(This) (This)->lpVtbl->Release(This) -/*** IWMSyncReader methods ***/ -#define IWMSyncReader_Open(This,pwszFilename) (This)->lpVtbl->Open(This,pwszFilename) -#define IWMSyncReader_Close(This) (This)->lpVtbl->Close(This) -#define IWMSyncReader_SetRange(This,cnsStartTime,cnsDuration) (This)->lpVtbl->SetRange(This,cnsStartTime,cnsDuration) -#define IWMSyncReader_SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead) (This)->lpVtbl->SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead) -#define IWMSyncReader_GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum) (This)->lpVtbl->GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum) -#define IWMSyncReader_SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) (This)->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections) -#define IWMSyncReader_GetStreamSelected(This,wStreamNum,pSelection) (This)->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection) -#define IWMSyncReader_SetReadStreamSamples(This,wStreamNum,fCompressed) (This)->lpVtbl->SetReadStreamSamples(This,wStreamNum,fCompressed) -#define IWMSyncReader_GetReadStreamSamples(This,wStreamNum,pfCompressed) (This)->lpVtbl->GetReadStreamSamples(This,wStreamNum,pfCompressed) -#define IWMSyncReader_GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength) -#define IWMSyncReader_SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength) -#define IWMSyncReader_GetOutputCount(This,pcOutputs) (This)->lpVtbl->GetOutputCount(This,pcOutputs) -#define IWMSyncReader_GetOutputProps(This,dwOutputNum,ppOutput) (This)->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput) -#define IWMSyncReader_SetOutputProps(This,dwOutputNum,pOutput) (This)->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput) -#define IWMSyncReader_GetOutputFormatCount(This,dwOutputNum,pcFormats) (This)->lpVtbl->GetOutputFormatCount(This,dwOutputNum,pcFormats) -#define IWMSyncReader_GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps) (This)->lpVtbl->GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps) -#define IWMSyncReader_GetOutputNumberForStream(This,wStreamNum,pdwOutputNum) (This)->lpVtbl->GetOutputNumberForStream(This,wStreamNum,pdwOutputNum) -#define IWMSyncReader_GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum) (This)->lpVtbl->GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum) -#define IWMSyncReader_GetMaxOutputSampleSize(This,dwOutput,pcbMax) (This)->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax) -#define IWMSyncReader_GetMaxStreamSampleSize(This,wStream,pcbMax) (This)->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax) -#define IWMSyncReader_OpenStream(This,pStream) (This)->lpVtbl->OpenStream(This,pStream) +#define IWMDRMReader_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMDRMReader_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMDRMReader_Release(This) (This)->lpVtbl->Release(This) +/*** IWMDRMReader methods ***/ +#define IWMDRMReader_AcquireLicense(This,flags) (This)->lpVtbl->AcquireLicense(This,flags) +#define IWMDRMReader_CancelLicenseAcquisition(This) (This)->lpVtbl->CancelLicenseAcquisition(This) +#define IWMDRMReader_Individualize(This,flags) (This)->lpVtbl->Individualize(This,flags) +#define IWMDRMReader_CancelIndividualization(This) (This)->lpVtbl->CancelIndividualization(This) +#define IWMDRMReader_MonitorLicenseAcquisition(This) (This)->lpVtbl->MonitorLicenseAcquisition(This) +#define IWMDRMReader_CancelMonitorLicenseAcquisition(This) (This)->lpVtbl->CancelMonitorLicenseAcquisition(This) +#define IWMDRMReader_SetDRMProperty(This,name,type,value,length) (This)->lpVtbl->SetDRMProperty(This,name,type,value,length) +#define IWMDRMReader_GetDRMProperty(This,name,type,value,length) (This)->lpVtbl->GetDRMProperty(This,name,type,value,length) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMSyncReader_QueryInterface(IWMSyncReader* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMDRMReader_QueryInterface(IWMDRMReader* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMSyncReader_AddRef(IWMSyncReader* This) { +static FORCEINLINE ULONG IWMDRMReader_AddRef(IWMDRMReader* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMSyncReader_Release(IWMSyncReader* This) { +static FORCEINLINE ULONG IWMDRMReader_Release(IWMDRMReader* This) { return This->lpVtbl->Release(This); } -/*** IWMSyncReader methods ***/ -static FORCEINLINE HRESULT IWMSyncReader_Open(IWMSyncReader* This,const WCHAR *pwszFilename) { - return This->lpVtbl->Open(This,pwszFilename); -} -static FORCEINLINE HRESULT IWMSyncReader_Close(IWMSyncReader* This) { - return This->lpVtbl->Close(This); -} -static FORCEINLINE HRESULT IWMSyncReader_SetRange(IWMSyncReader* This,QWORD cnsStartTime,LONGLONG cnsDuration) { - return This->lpVtbl->SetRange(This,cnsStartTime,cnsDuration); -} -static FORCEINLINE HRESULT IWMSyncReader_SetRangeByFrame(IWMSyncReader* This,WORD wStreamNum,QWORD qwFrameNumber,LONGLONG cFramesToRead) { - return This->lpVtbl->SetRangeByFrame(This,wStreamNum,qwFrameNumber,cFramesToRead); -} -static FORCEINLINE HRESULT IWMSyncReader_GetNextSample(IWMSyncReader* This,WORD wStreamNum,INSSBuffer **ppSample,QWORD *pcnsSampleTime,QWORD *pcnsDuration,DWORD *pdwFlags,DWORD *pdwOutputNum,WORD *pwStreamNum) { - return This->lpVtbl->GetNextSample(This,wStreamNum,ppSample,pcnsSampleTime,pcnsDuration,pdwFlags,pdwOutputNum,pwStreamNum); -} -static FORCEINLINE HRESULT IWMSyncReader_SetStreamsSelected(IWMSyncReader* This,WORD cStreamCount,WORD *pwStreamNumbers,WMT_STREAM_SELECTION *pSelections) { - return This->lpVtbl->SetStreamsSelected(This,cStreamCount,pwStreamNumbers,pSelections); -} -static FORCEINLINE HRESULT IWMSyncReader_GetStreamSelected(IWMSyncReader* This,WORD wStreamNum,WMT_STREAM_SELECTION *pSelection) { - return This->lpVtbl->GetStreamSelected(This,wStreamNum,pSelection); -} -static FORCEINLINE HRESULT IWMSyncReader_SetReadStreamSamples(IWMSyncReader* This,WORD wStreamNum,WINBOOL fCompressed) { - return This->lpVtbl->SetReadStreamSamples(This,wStreamNum,fCompressed); -} -static FORCEINLINE HRESULT IWMSyncReader_GetReadStreamSamples(IWMSyncReader* This,WORD wStreamNum,WINBOOL *pfCompressed) { - return This->lpVtbl->GetReadStreamSamples(This,wStreamNum,pfCompressed); -} -static FORCEINLINE HRESULT IWMSyncReader_GetOutputSetting(IWMSyncReader* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetOutputSetting(This,dwOutputNum,pszName,pType,pValue,pcbLength); -} -static FORCEINLINE HRESULT IWMSyncReader_SetOutputSetting(IWMSyncReader* This,DWORD dwOutputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetOutputSetting(This,dwOutputNum,pszName,Type,pValue,cbLength); -} -static FORCEINLINE HRESULT IWMSyncReader_GetOutputCount(IWMSyncReader* This,DWORD *pcOutputs) { - return This->lpVtbl->GetOutputCount(This,pcOutputs); -} -static FORCEINLINE HRESULT IWMSyncReader_GetOutputProps(IWMSyncReader* This,DWORD dwOutputNum,IWMOutputMediaProps **ppOutput) { - return This->lpVtbl->GetOutputProps(This,dwOutputNum,ppOutput); -} -static FORCEINLINE HRESULT IWMSyncReader_SetOutputProps(IWMSyncReader* This,DWORD dwOutputNum,IWMOutputMediaProps *pOutput) { - return This->lpVtbl->SetOutputProps(This,dwOutputNum,pOutput); +/*** IWMDRMReader methods ***/ +static FORCEINLINE HRESULT IWMDRMReader_AcquireLicense(IWMDRMReader* This,DWORD flags) { + return This->lpVtbl->AcquireLicense(This,flags); } -static FORCEINLINE HRESULT IWMSyncReader_GetOutputFormatCount(IWMSyncReader* This,DWORD dwOutputNum,DWORD *pcFormats) { - return This->lpVtbl->GetOutputFormatCount(This,dwOutputNum,pcFormats); +static FORCEINLINE HRESULT IWMDRMReader_CancelLicenseAcquisition(IWMDRMReader* This) { + return This->lpVtbl->CancelLicenseAcquisition(This); } -static FORCEINLINE HRESULT IWMSyncReader_GetOutputFormat(IWMSyncReader* This,DWORD dwOutputNum,DWORD dwFormatNum,IWMOutputMediaProps **ppProps) { - return This->lpVtbl->GetOutputFormat(This,dwOutputNum,dwFormatNum,ppProps); +static FORCEINLINE HRESULT IWMDRMReader_Individualize(IWMDRMReader* This,DWORD flags) { + return This->lpVtbl->Individualize(This,flags); } -static FORCEINLINE HRESULT IWMSyncReader_GetOutputNumberForStream(IWMSyncReader* This,WORD wStreamNum,DWORD *pdwOutputNum) { - return This->lpVtbl->GetOutputNumberForStream(This,wStreamNum,pdwOutputNum); +static FORCEINLINE HRESULT IWMDRMReader_CancelIndividualization(IWMDRMReader* This) { + return This->lpVtbl->CancelIndividualization(This); } -static FORCEINLINE HRESULT IWMSyncReader_GetStreamNumberForOutput(IWMSyncReader* This,DWORD dwOutputNum,WORD *pwStreamNum) { - return This->lpVtbl->GetStreamNumberForOutput(This,dwOutputNum,pwStreamNum); +static FORCEINLINE HRESULT IWMDRMReader_MonitorLicenseAcquisition(IWMDRMReader* This) { + return This->lpVtbl->MonitorLicenseAcquisition(This); } -static FORCEINLINE HRESULT IWMSyncReader_GetMaxOutputSampleSize(IWMSyncReader* This,DWORD dwOutput,DWORD *pcbMax) { - return This->lpVtbl->GetMaxOutputSampleSize(This,dwOutput,pcbMax); +static FORCEINLINE HRESULT IWMDRMReader_CancelMonitorLicenseAcquisition(IWMDRMReader* This) { + return This->lpVtbl->CancelMonitorLicenseAcquisition(This); } -static FORCEINLINE HRESULT IWMSyncReader_GetMaxStreamSampleSize(IWMSyncReader* This,WORD wStream,DWORD *pcbMax) { - return This->lpVtbl->GetMaxStreamSampleSize(This,wStream,pcbMax); +static FORCEINLINE HRESULT IWMDRMReader_SetDRMProperty(IWMDRMReader* This,const WCHAR *name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetDRMProperty(This,name,type,value,length); } -static FORCEINLINE HRESULT IWMSyncReader_OpenStream(IWMSyncReader* This,IStream *pStream) { - return This->lpVtbl->OpenStream(This,pStream); +static FORCEINLINE HRESULT IWMDRMReader_GetDRMProperty(IWMDRMReader* This,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetDRMProperty(This,name,type,value,length); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMSyncReader_Open_Proxy( - IWMSyncReader* This, - const WCHAR *pwszFilename); -void __RPC_STUB IWMSyncReader_Open_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_Close_Proxy( - IWMSyncReader* This); -void __RPC_STUB IWMSyncReader_Close_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetRange_Proxy( - IWMSyncReader* This, - QWORD cnsStartTime, - LONGLONG cnsDuration); -void __RPC_STUB IWMSyncReader_SetRange_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetRangeByFrame_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - QWORD qwFrameNumber, - LONGLONG cFramesToRead); -void __RPC_STUB IWMSyncReader_SetRangeByFrame_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetNextSample_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - INSSBuffer **ppSample, - QWORD *pcnsSampleTime, - QWORD *pcnsDuration, - DWORD *pdwFlags, - DWORD *pdwOutputNum, - WORD *pwStreamNum); -void __RPC_STUB IWMSyncReader_GetNextSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetStreamsSelected_Proxy( - IWMSyncReader* This, - WORD cStreamCount, - WORD *pwStreamNumbers, - WMT_STREAM_SELECTION *pSelections); -void __RPC_STUB IWMSyncReader_SetStreamsSelected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetStreamSelected_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - WMT_STREAM_SELECTION *pSelection); -void __RPC_STUB IWMSyncReader_GetStreamSelected_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetReadStreamSamples_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - WINBOOL fCompressed); -void __RPC_STUB IWMSyncReader_SetReadStreamSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetReadStreamSamples_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - WINBOOL *pfCompressed); -void __RPC_STUB IWMSyncReader_GetReadStreamSamples_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputSetting_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); -void __RPC_STUB IWMSyncReader_GetOutputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetOutputSetting_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); -void __RPC_STUB IWMSyncReader_SetOutputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputCount_Proxy( - IWMSyncReader* This, - DWORD *pcOutputs); -void __RPC_STUB IWMSyncReader_GetOutputCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputProps_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps **ppOutput); -void __RPC_STUB IWMSyncReader_GetOutputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_SetOutputProps_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - IWMOutputMediaProps *pOutput); -void __RPC_STUB IWMSyncReader_SetOutputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputFormatCount_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - DWORD *pcFormats); -void __RPC_STUB IWMSyncReader_GetOutputFormatCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputFormat_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - DWORD dwFormatNum, - IWMOutputMediaProps **ppProps); -void __RPC_STUB IWMSyncReader_GetOutputFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetOutputNumberForStream_Proxy( - IWMSyncReader* This, - WORD wStreamNum, - DWORD *pdwOutputNum); -void __RPC_STUB IWMSyncReader_GetOutputNumberForStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetStreamNumberForOutput_Proxy( - IWMSyncReader* This, - DWORD dwOutputNum, - WORD *pwStreamNum); -void __RPC_STUB IWMSyncReader_GetStreamNumberForOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetMaxOutputSampleSize_Proxy( - IWMSyncReader* This, - DWORD dwOutput, - DWORD *pcbMax); -void __RPC_STUB IWMSyncReader_GetMaxOutputSampleSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_GetMaxStreamSampleSize_Proxy( - IWMSyncReader* This, - WORD wStream, - DWORD *pcbMax); -void __RPC_STUB IWMSyncReader_GetMaxStreamSampleSize_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMSyncReader_OpenStream_Proxy( - IWMSyncReader* This, - IStream *pStream); -void __RPC_STUB IWMSyncReader_OpenStream_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMSyncReader_INTERFACE_DEFINED__ */ +#endif /* __IWMDRMReader_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMInputMediaProps interface + * IWMDRMReader2 interface */ -#ifndef __IWMInputMediaProps_INTERFACE_DEFINED__ -#define __IWMInputMediaProps_INTERFACE_DEFINED__ +#ifndef __IWMDRMReader2_INTERFACE_DEFINED__ +#define __IWMDRMReader2_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMInputMediaProps, 0x96406bd5, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMDRMReader2, 0xbefe7a75, 0x9f1d, 0x4075, 0xb9,0xd9, 0xa3,0xc3,0x7b,0xda,0x49,0xa0); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bd5-2b2b-11d3-b36b-00c04f6108ff") -IWMInputMediaProps : public IWMMediaProps +MIDL_INTERFACE("befe7a75-9f1d-4075-b9d9-a3c37bda49a0") +IWMDRMReader2 : public IWMDRMReader { - virtual HRESULT STDMETHODCALLTYPE GetConnectionName( - WCHAR *pwszName, - WORD *pcchName) = 0; + virtual HRESULT STDMETHODCALLTYPE SetEvaluateOutputLevelLicenses( + WINBOOL evaluate) = 0; - virtual HRESULT STDMETHODCALLTYPE GetGroupName( - WCHAR *pwszName, - WORD *pcchName) = 0; + virtual HRESULT STDMETHODCALLTYPE GetPlayOutputLevels( + DRM_PLAY_OPL *play, + DWORD *length, + DWORD *level) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetCopyOutputLevels( + DRM_COPY_OPL *copy, + DWORD *length, + DWORD *level) = 0; + + virtual HRESULT STDMETHODCALLTYPE TryNextLicense( + ) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMInputMediaProps, 0x96406bd5, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMDRMReader2, 0xbefe7a75, 0x9f1d, 0x4075, 0xb9,0xd9, 0xa3,0xc3,0x7b,0xda,0x49,0xa0) #endif #else -typedef struct IWMInputMediaPropsVtbl { +typedef struct IWMDRMReader2Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMInputMediaProps* This, + IWMDRMReader2 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMInputMediaProps* This); + IWMDRMReader2 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMInputMediaProps* This); - - /*** IWMMediaProps methods ***/ - HRESULT (STDMETHODCALLTYPE *GetType)( - IWMInputMediaProps* This, - GUID *pguidType); - - HRESULT (STDMETHODCALLTYPE *GetMediaType)( - IWMInputMediaProps* This, - WM_MEDIA_TYPE *pType, - DWORD *pcbType); - - HRESULT (STDMETHODCALLTYPE *SetMediaType)( - IWMInputMediaProps* This, - WM_MEDIA_TYPE *pType); + IWMDRMReader2 *This); - /*** IWMInputMediaProps methods ***/ - HRESULT (STDMETHODCALLTYPE *GetConnectionName)( - IWMInputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); + /*** IWMDRMReader methods ***/ + HRESULT (STDMETHODCALLTYPE *AcquireLicense)( + IWMDRMReader2 *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelLicenseAcquisition)( + IWMDRMReader2 *This); + + HRESULT (STDMETHODCALLTYPE *Individualize)( + IWMDRMReader2 *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelIndividualization)( + IWMDRMReader2 *This); + + HRESULT (STDMETHODCALLTYPE *MonitorLicenseAcquisition)( + IWMDRMReader2 *This); + + HRESULT (STDMETHODCALLTYPE *CancelMonitorLicenseAcquisition)( + IWMDRMReader2 *This); + + HRESULT (STDMETHODCALLTYPE *SetDRMProperty)( + IWMDRMReader2 *This, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetDRMProperty)( + IWMDRMReader2 *This, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + /*** IWMDRMReader2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetEvaluateOutputLevelLicenses)( + IWMDRMReader2 *This, + WINBOOL evaluate); + + HRESULT (STDMETHODCALLTYPE *GetPlayOutputLevels)( + IWMDRMReader2 *This, + DRM_PLAY_OPL *play, + DWORD *length, + DWORD *level); + + HRESULT (STDMETHODCALLTYPE *GetCopyOutputLevels)( + IWMDRMReader2 *This, + DRM_COPY_OPL *copy, + DWORD *length, + DWORD *level); - HRESULT (STDMETHODCALLTYPE *GetGroupName)( - IWMInputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); + HRESULT (STDMETHODCALLTYPE *TryNextLicense)( + IWMDRMReader2 *This); END_INTERFACE -} IWMInputMediaPropsVtbl; -interface IWMInputMediaProps { - CONST_VTBL IWMInputMediaPropsVtbl* lpVtbl; +} IWMDRMReader2Vtbl; + +interface IWMDRMReader2 { + CONST_VTBL IWMDRMReader2Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS -/*** IUnknown methods ***/ -#define IWMInputMediaProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMInputMediaProps_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMInputMediaProps_Release(This) (This)->lpVtbl->Release(This) -/*** IWMMediaProps methods ***/ -#define IWMInputMediaProps_GetType(This,pguidType) (This)->lpVtbl->GetType(This,pguidType) -#define IWMInputMediaProps_GetMediaType(This,pType,pcbType) (This)->lpVtbl->GetMediaType(This,pType,pcbType) -#define IWMInputMediaProps_SetMediaType(This,pType) (This)->lpVtbl->SetMediaType(This,pType) -/*** IWMInputMediaProps methods ***/ -#define IWMInputMediaProps_GetConnectionName(This,pwszName,pcchName) (This)->lpVtbl->GetConnectionName(This,pwszName,pcchName) -#define IWMInputMediaProps_GetGroupName(This,pwszName,pcchName) (This)->lpVtbl->GetGroupName(This,pwszName,pcchName) +/*** IUnknown methods ***/ +#define IWMDRMReader2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMDRMReader2_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMDRMReader2_Release(This) (This)->lpVtbl->Release(This) +/*** IWMDRMReader methods ***/ +#define IWMDRMReader2_AcquireLicense(This,flags) (This)->lpVtbl->AcquireLicense(This,flags) +#define IWMDRMReader2_CancelLicenseAcquisition(This) (This)->lpVtbl->CancelLicenseAcquisition(This) +#define IWMDRMReader2_Individualize(This,flags) (This)->lpVtbl->Individualize(This,flags) +#define IWMDRMReader2_CancelIndividualization(This) (This)->lpVtbl->CancelIndividualization(This) +#define IWMDRMReader2_MonitorLicenseAcquisition(This) (This)->lpVtbl->MonitorLicenseAcquisition(This) +#define IWMDRMReader2_CancelMonitorLicenseAcquisition(This) (This)->lpVtbl->CancelMonitorLicenseAcquisition(This) +#define IWMDRMReader2_SetDRMProperty(This,name,type,value,length) (This)->lpVtbl->SetDRMProperty(This,name,type,value,length) +#define IWMDRMReader2_GetDRMProperty(This,name,type,value,length) (This)->lpVtbl->GetDRMProperty(This,name,type,value,length) +/*** IWMDRMReader2 methods ***/ +#define IWMDRMReader2_SetEvaluateOutputLevelLicenses(This,evaluate) (This)->lpVtbl->SetEvaluateOutputLevelLicenses(This,evaluate) +#define IWMDRMReader2_GetPlayOutputLevels(This,play,length,level) (This)->lpVtbl->GetPlayOutputLevels(This,play,length,level) +#define IWMDRMReader2_GetCopyOutputLevels(This,copy,length,level) (This)->lpVtbl->GetCopyOutputLevels(This,copy,length,level) +#define IWMDRMReader2_TryNextLicense(This) (This)->lpVtbl->TryNextLicense(This) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMInputMediaProps_QueryInterface(IWMInputMediaProps* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMDRMReader2_QueryInterface(IWMDRMReader2* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMInputMediaProps_AddRef(IWMInputMediaProps* This) { +static FORCEINLINE ULONG IWMDRMReader2_AddRef(IWMDRMReader2* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMInputMediaProps_Release(IWMInputMediaProps* This) { +static FORCEINLINE ULONG IWMDRMReader2_Release(IWMDRMReader2* This) { return This->lpVtbl->Release(This); } -/*** IWMMediaProps methods ***/ -static FORCEINLINE HRESULT IWMInputMediaProps_GetType(IWMInputMediaProps* This,GUID *pguidType) { - return This->lpVtbl->GetType(This,pguidType); +/*** IWMDRMReader methods ***/ +static FORCEINLINE HRESULT IWMDRMReader2_AcquireLicense(IWMDRMReader2* This,DWORD flags) { + return This->lpVtbl->AcquireLicense(This,flags); } -static FORCEINLINE HRESULT IWMInputMediaProps_GetMediaType(IWMInputMediaProps* This,WM_MEDIA_TYPE *pType,DWORD *pcbType) { - return This->lpVtbl->GetMediaType(This,pType,pcbType); +static FORCEINLINE HRESULT IWMDRMReader2_CancelLicenseAcquisition(IWMDRMReader2* This) { + return This->lpVtbl->CancelLicenseAcquisition(This); } -static FORCEINLINE HRESULT IWMInputMediaProps_SetMediaType(IWMInputMediaProps* This,WM_MEDIA_TYPE *pType) { - return This->lpVtbl->SetMediaType(This,pType); +static FORCEINLINE HRESULT IWMDRMReader2_Individualize(IWMDRMReader2* This,DWORD flags) { + return This->lpVtbl->Individualize(This,flags); } -/*** IWMInputMediaProps methods ***/ -static FORCEINLINE HRESULT IWMInputMediaProps_GetConnectionName(IWMInputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { - return This->lpVtbl->GetConnectionName(This,pwszName,pcchName); +static FORCEINLINE HRESULT IWMDRMReader2_CancelIndividualization(IWMDRMReader2* This) { + return This->lpVtbl->CancelIndividualization(This); } -static FORCEINLINE HRESULT IWMInputMediaProps_GetGroupName(IWMInputMediaProps* This,WCHAR *pwszName,WORD *pcchName) { - return This->lpVtbl->GetGroupName(This,pwszName,pcchName); +static FORCEINLINE HRESULT IWMDRMReader2_MonitorLicenseAcquisition(IWMDRMReader2* This) { + return This->lpVtbl->MonitorLicenseAcquisition(This); +} +static FORCEINLINE HRESULT IWMDRMReader2_CancelMonitorLicenseAcquisition(IWMDRMReader2* This) { + return This->lpVtbl->CancelMonitorLicenseAcquisition(This); +} +static FORCEINLINE HRESULT IWMDRMReader2_SetDRMProperty(IWMDRMReader2* This,const WCHAR *name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetDRMProperty(This,name,type,value,length); +} +static FORCEINLINE HRESULT IWMDRMReader2_GetDRMProperty(IWMDRMReader2* This,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetDRMProperty(This,name,type,value,length); +} +/*** IWMDRMReader2 methods ***/ +static FORCEINLINE HRESULT IWMDRMReader2_SetEvaluateOutputLevelLicenses(IWMDRMReader2* This,WINBOOL evaluate) { + return This->lpVtbl->SetEvaluateOutputLevelLicenses(This,evaluate); +} +static FORCEINLINE HRESULT IWMDRMReader2_GetPlayOutputLevels(IWMDRMReader2* This,DRM_PLAY_OPL *play,DWORD *length,DWORD *level) { + return This->lpVtbl->GetPlayOutputLevels(This,play,length,level); +} +static FORCEINLINE HRESULT IWMDRMReader2_GetCopyOutputLevels(IWMDRMReader2* This,DRM_COPY_OPL *copy,DWORD *length,DWORD *level) { + return This->lpVtbl->GetCopyOutputLevels(This,copy,length,level); +} +static FORCEINLINE HRESULT IWMDRMReader2_TryNextLicense(IWMDRMReader2* This) { + return This->lpVtbl->TryNextLicense(This); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMInputMediaProps_GetConnectionName_Proxy( - IWMInputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); -void __RPC_STUB IWMInputMediaProps_GetConnectionName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMInputMediaProps_GetGroupName_Proxy( - IWMInputMediaProps* This, - WCHAR *pwszName, - WORD *pcchName); -void __RPC_STUB IWMInputMediaProps_GetGroupName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMInputMediaProps_INTERFACE_DEFINED__ */ +#endif /* __IWMDRMReader2_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMWriterSink interface + * IWMDRMReader3 interface */ -#ifndef __IWMWriterSink_INTERFACE_DEFINED__ -#define __IWMWriterSink_INTERFACE_DEFINED__ +#ifndef __IWMDRMReader3_INTERFACE_DEFINED__ +#define __IWMDRMReader3_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMWriterSink, 0x96406be4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMDRMReader3, 0xe08672de, 0xf1e7, 0x4ff4, 0xa0,0xa3, 0xfc,0x4b,0x08,0xe4,0xca,0xf8); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406be4-2b2b-11d3-b36b-00c04f6108ff") -IWMWriterSink : public IUnknown +MIDL_INTERFACE("e08672de-f1e7-4ff4-a0a3-fc4b08e4caf8") +IWMDRMReader3 : public IWMDRMReader2 { - virtual HRESULT STDMETHODCALLTYPE OnHeader( - INSSBuffer *pHeader) = 0; - - virtual HRESULT STDMETHODCALLTYPE IsRealTime( - WINBOOL *pfRealTime) = 0; - - virtual HRESULT STDMETHODCALLTYPE AllocateDataUnit( - DWORD cbDataUnit, - INSSBuffer **ppDataUnit) = 0; - - virtual HRESULT STDMETHODCALLTYPE OnDataUnit( - INSSBuffer *pDataUnit) = 0; - - virtual HRESULT STDMETHODCALLTYPE OnEndWriting( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE GetInclusionList( + GUID **guids, + DWORD *count) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMWriterSink, 0x96406be4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMDRMReader3, 0xe08672de, 0xf1e7, 0x4ff4, 0xa0,0xa3, 0xfc,0x4b,0x08,0xe4,0xca,0xf8) #endif #else -typedef struct IWMWriterSinkVtbl { +typedef struct IWMDRMReader3Vtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMWriterSink* This, + IWMDRMReader3 *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMWriterSink* This); + IWMDRMReader3 *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMWriterSink* This); - - /*** IWMWriterSink methods ***/ - HRESULT (STDMETHODCALLTYPE *OnHeader)( - IWMWriterSink* This, - INSSBuffer *pHeader); - - HRESULT (STDMETHODCALLTYPE *IsRealTime)( - IWMWriterSink* This, - WINBOOL *pfRealTime); - - HRESULT (STDMETHODCALLTYPE *AllocateDataUnit)( - IWMWriterSink* This, - DWORD cbDataUnit, - INSSBuffer **ppDataUnit); - - HRESULT (STDMETHODCALLTYPE *OnDataUnit)( - IWMWriterSink* This, - INSSBuffer *pDataUnit); + IWMDRMReader3 *This); - HRESULT (STDMETHODCALLTYPE *OnEndWriting)( - IWMWriterSink* This); + /*** IWMDRMReader methods ***/ + HRESULT (STDMETHODCALLTYPE *AcquireLicense)( + IWMDRMReader3 *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelLicenseAcquisition)( + IWMDRMReader3 *This); + + HRESULT (STDMETHODCALLTYPE *Individualize)( + IWMDRMReader3 *This, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *CancelIndividualization)( + IWMDRMReader3 *This); + + HRESULT (STDMETHODCALLTYPE *MonitorLicenseAcquisition)( + IWMDRMReader3 *This); + + HRESULT (STDMETHODCALLTYPE *CancelMonitorLicenseAcquisition)( + IWMDRMReader3 *This); + + HRESULT (STDMETHODCALLTYPE *SetDRMProperty)( + IWMDRMReader3 *This, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + const BYTE *value, + WORD length); + + HRESULT (STDMETHODCALLTYPE *GetDRMProperty)( + IWMDRMReader3 *This, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + WORD *length); + + /*** IWMDRMReader2 methods ***/ + HRESULT (STDMETHODCALLTYPE *SetEvaluateOutputLevelLicenses)( + IWMDRMReader3 *This, + WINBOOL evaluate); + + HRESULT (STDMETHODCALLTYPE *GetPlayOutputLevels)( + IWMDRMReader3 *This, + DRM_PLAY_OPL *play, + DWORD *length, + DWORD *level); + + HRESULT (STDMETHODCALLTYPE *GetCopyOutputLevels)( + IWMDRMReader3 *This, + DRM_COPY_OPL *copy, + DWORD *length, + DWORD *level); + + HRESULT (STDMETHODCALLTYPE *TryNextLicense)( + IWMDRMReader3 *This); + + /*** IWMDRMReader3 methods ***/ + HRESULT (STDMETHODCALLTYPE *GetInclusionList)( + IWMDRMReader3 *This, + GUID **guids, + DWORD *count); END_INTERFACE -} IWMWriterSinkVtbl; -interface IWMWriterSink { - CONST_VTBL IWMWriterSinkVtbl* lpVtbl; +} IWMDRMReader3Vtbl; + +interface IWMDRMReader3 { + CONST_VTBL IWMDRMReader3Vtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMWriterSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMWriterSink_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMWriterSink_Release(This) (This)->lpVtbl->Release(This) -/*** IWMWriterSink methods ***/ -#define IWMWriterSink_OnHeader(This,pHeader) (This)->lpVtbl->OnHeader(This,pHeader) -#define IWMWriterSink_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) -#define IWMWriterSink_AllocateDataUnit(This,cbDataUnit,ppDataUnit) (This)->lpVtbl->AllocateDataUnit(This,cbDataUnit,ppDataUnit) -#define IWMWriterSink_OnDataUnit(This,pDataUnit) (This)->lpVtbl->OnDataUnit(This,pDataUnit) -#define IWMWriterSink_OnEndWriting(This) (This)->lpVtbl->OnEndWriting(This) +#define IWMDRMReader3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMDRMReader3_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMDRMReader3_Release(This) (This)->lpVtbl->Release(This) +/*** IWMDRMReader methods ***/ +#define IWMDRMReader3_AcquireLicense(This,flags) (This)->lpVtbl->AcquireLicense(This,flags) +#define IWMDRMReader3_CancelLicenseAcquisition(This) (This)->lpVtbl->CancelLicenseAcquisition(This) +#define IWMDRMReader3_Individualize(This,flags) (This)->lpVtbl->Individualize(This,flags) +#define IWMDRMReader3_CancelIndividualization(This) (This)->lpVtbl->CancelIndividualization(This) +#define IWMDRMReader3_MonitorLicenseAcquisition(This) (This)->lpVtbl->MonitorLicenseAcquisition(This) +#define IWMDRMReader3_CancelMonitorLicenseAcquisition(This) (This)->lpVtbl->CancelMonitorLicenseAcquisition(This) +#define IWMDRMReader3_SetDRMProperty(This,name,type,value,length) (This)->lpVtbl->SetDRMProperty(This,name,type,value,length) +#define IWMDRMReader3_GetDRMProperty(This,name,type,value,length) (This)->lpVtbl->GetDRMProperty(This,name,type,value,length) +/*** IWMDRMReader2 methods ***/ +#define IWMDRMReader3_SetEvaluateOutputLevelLicenses(This,evaluate) (This)->lpVtbl->SetEvaluateOutputLevelLicenses(This,evaluate) +#define IWMDRMReader3_GetPlayOutputLevels(This,play,length,level) (This)->lpVtbl->GetPlayOutputLevels(This,play,length,level) +#define IWMDRMReader3_GetCopyOutputLevels(This,copy,length,level) (This)->lpVtbl->GetCopyOutputLevels(This,copy,length,level) +#define IWMDRMReader3_TryNextLicense(This) (This)->lpVtbl->TryNextLicense(This) +/*** IWMDRMReader3 methods ***/ +#define IWMDRMReader3_GetInclusionList(This,guids,count) (This)->lpVtbl->GetInclusionList(This,guids,count) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMWriterSink_QueryInterface(IWMWriterSink* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMDRMReader3_QueryInterface(IWMDRMReader3* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMWriterSink_AddRef(IWMWriterSink* This) { +static FORCEINLINE ULONG IWMDRMReader3_AddRef(IWMDRMReader3* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMWriterSink_Release(IWMWriterSink* This) { +static FORCEINLINE ULONG IWMDRMReader3_Release(IWMDRMReader3* This) { return This->lpVtbl->Release(This); } -/*** IWMWriterSink methods ***/ -static FORCEINLINE HRESULT IWMWriterSink_OnHeader(IWMWriterSink* This,INSSBuffer *pHeader) { - return This->lpVtbl->OnHeader(This,pHeader); +/*** IWMDRMReader methods ***/ +static FORCEINLINE HRESULT IWMDRMReader3_AcquireLicense(IWMDRMReader3* This,DWORD flags) { + return This->lpVtbl->AcquireLicense(This,flags); } -static FORCEINLINE HRESULT IWMWriterSink_IsRealTime(IWMWriterSink* This,WINBOOL *pfRealTime) { - return This->lpVtbl->IsRealTime(This,pfRealTime); +static FORCEINLINE HRESULT IWMDRMReader3_CancelLicenseAcquisition(IWMDRMReader3* This) { + return This->lpVtbl->CancelLicenseAcquisition(This); } -static FORCEINLINE HRESULT IWMWriterSink_AllocateDataUnit(IWMWriterSink* This,DWORD cbDataUnit,INSSBuffer **ppDataUnit) { - return This->lpVtbl->AllocateDataUnit(This,cbDataUnit,ppDataUnit); +static FORCEINLINE HRESULT IWMDRMReader3_Individualize(IWMDRMReader3* This,DWORD flags) { + return This->lpVtbl->Individualize(This,flags); } -static FORCEINLINE HRESULT IWMWriterSink_OnDataUnit(IWMWriterSink* This,INSSBuffer *pDataUnit) { - return This->lpVtbl->OnDataUnit(This,pDataUnit); +static FORCEINLINE HRESULT IWMDRMReader3_CancelIndividualization(IWMDRMReader3* This) { + return This->lpVtbl->CancelIndividualization(This); } -static FORCEINLINE HRESULT IWMWriterSink_OnEndWriting(IWMWriterSink* This) { - return This->lpVtbl->OnEndWriting(This); +static FORCEINLINE HRESULT IWMDRMReader3_MonitorLicenseAcquisition(IWMDRMReader3* This) { + return This->lpVtbl->MonitorLicenseAcquisition(This); +} +static FORCEINLINE HRESULT IWMDRMReader3_CancelMonitorLicenseAcquisition(IWMDRMReader3* This) { + return This->lpVtbl->CancelMonitorLicenseAcquisition(This); +} +static FORCEINLINE HRESULT IWMDRMReader3_SetDRMProperty(IWMDRMReader3* This,const WCHAR *name,WMT_ATTR_DATATYPE type,const BYTE *value,WORD length) { + return This->lpVtbl->SetDRMProperty(This,name,type,value,length); +} +static FORCEINLINE HRESULT IWMDRMReader3_GetDRMProperty(IWMDRMReader3* This,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,WORD *length) { + return This->lpVtbl->GetDRMProperty(This,name,type,value,length); +} +/*** IWMDRMReader2 methods ***/ +static FORCEINLINE HRESULT IWMDRMReader3_SetEvaluateOutputLevelLicenses(IWMDRMReader3* This,WINBOOL evaluate) { + return This->lpVtbl->SetEvaluateOutputLevelLicenses(This,evaluate); +} +static FORCEINLINE HRESULT IWMDRMReader3_GetPlayOutputLevels(IWMDRMReader3* This,DRM_PLAY_OPL *play,DWORD *length,DWORD *level) { + return This->lpVtbl->GetPlayOutputLevels(This,play,length,level); +} +static FORCEINLINE HRESULT IWMDRMReader3_GetCopyOutputLevels(IWMDRMReader3* This,DRM_COPY_OPL *copy,DWORD *length,DWORD *level) { + return This->lpVtbl->GetCopyOutputLevels(This,copy,length,level); +} +static FORCEINLINE HRESULT IWMDRMReader3_TryNextLicense(IWMDRMReader3* This) { + return This->lpVtbl->TryNextLicense(This); +} +/*** IWMDRMReader3 methods ***/ +static FORCEINLINE HRESULT IWMDRMReader3_GetInclusionList(IWMDRMReader3* This,GUID **guids,DWORD *count) { + return This->lpVtbl->GetInclusionList(This,guids,count); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMWriterSink_OnHeader_Proxy( - IWMWriterSink* This, - INSSBuffer *pHeader); -void __RPC_STUB IWMWriterSink_OnHeader_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterSink_IsRealTime_Proxy( - IWMWriterSink* This, - WINBOOL *pfRealTime); -void __RPC_STUB IWMWriterSink_IsRealTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterSink_AllocateDataUnit_Proxy( - IWMWriterSink* This, - DWORD cbDataUnit, - INSSBuffer **ppDataUnit); -void __RPC_STUB IWMWriterSink_AllocateDataUnit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterSink_OnDataUnit_Proxy( - IWMWriterSink* This, - INSSBuffer *pDataUnit); -void __RPC_STUB IWMWriterSink_OnDataUnit_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterSink_OnEndWriting_Proxy( - IWMWriterSink* This); -void __RPC_STUB IWMWriterSink_OnEndWriting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMWriterSink_INTERFACE_DEFINED__ */ +#endif /* __IWMDRMReader3_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMWriter interface + * IWMReaderAccelerator interface */ -#ifndef __IWMWriter_INTERFACE_DEFINED__ -#define __IWMWriter_INTERFACE_DEFINED__ +#ifndef __IWMReaderAccelerator_INTERFACE_DEFINED__ +#define __IWMReaderAccelerator_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMWriter, 0x96406bd4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMReaderAccelerator, 0xbddc4d08, 0x944d, 0x4d52, 0xa6,0x12, 0x46,0xc3,0xfd,0xa0,0x7d,0xd4); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406bd4-2b2b-11d3-b36b-00c04f6108ff") -IWMWriter : public IUnknown +MIDL_INTERFACE("bddc4d08-944d-4d52-a612-46c3fda07dd4") +IWMReaderAccelerator : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE SetProfileByID( - REFGUID guidProfile) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetProfile( - IWMProfile *pProfile) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetOutputFilename( - const WCHAR *pwszFilename) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetInputCount( - DWORD *pcInputs) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetInputProps( - DWORD dwInputNum, - IWMInputMediaProps **ppInput) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetInputProps( - DWORD dwInputNum, - IWMInputMediaProps *pInput) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetInputFormatCount( - DWORD dwInputNumber, - DWORD *pcFormats) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetInputFormat( - DWORD dwInputNumber, - DWORD dwFormatNumber, - IWMInputMediaProps **pProps) = 0; - - virtual HRESULT STDMETHODCALLTYPE BeginWriting( - ) = 0; - - virtual HRESULT STDMETHODCALLTYPE EndWriting( - ) = 0; - - virtual HRESULT STDMETHODCALLTYPE AllocateSample( - DWORD dwSampleSize, - INSSBuffer **ppSample) = 0; - - virtual HRESULT STDMETHODCALLTYPE WriteSample( - DWORD dwInputNum, - QWORD cnsSampleTime, - DWORD dwFlags, - INSSBuffer *pSample) = 0; + virtual HRESULT STDMETHODCALLTYPE GetCodecInterface( + DWORD output, + REFIID riid, + void **codec) = 0; - virtual HRESULT STDMETHODCALLTYPE Flush( - ) = 0; + virtual HRESULT STDMETHODCALLTYPE Notify( + DWORD output, + WM_MEDIA_TYPE *subtype) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMWriter, 0x96406bd4, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMReaderAccelerator, 0xbddc4d08, 0x944d, 0x4d52, 0xa6,0x12, 0x46,0xc3,0xfd,0xa0,0x7d,0xd4) #endif #else -typedef struct IWMWriterVtbl { +typedef struct IWMReaderAcceleratorVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMWriter* This, + IWMReaderAccelerator *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMWriter* This); + IWMReaderAccelerator *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMWriter* This); - - /*** IWMWriter methods ***/ - HRESULT (STDMETHODCALLTYPE *SetProfileByID)( - IWMWriter* This, - REFGUID guidProfile); - - HRESULT (STDMETHODCALLTYPE *SetProfile)( - IWMWriter* This, - IWMProfile *pProfile); + IWMReaderAccelerator *This); - HRESULT (STDMETHODCALLTYPE *SetOutputFilename)( - IWMWriter* This, - const WCHAR *pwszFilename); - - HRESULT (STDMETHODCALLTYPE *GetInputCount)( - IWMWriter* This, - DWORD *pcInputs); - - HRESULT (STDMETHODCALLTYPE *GetInputProps)( - IWMWriter* This, - DWORD dwInputNum, - IWMInputMediaProps **ppInput); - - HRESULT (STDMETHODCALLTYPE *SetInputProps)( - IWMWriter* This, - DWORD dwInputNum, - IWMInputMediaProps *pInput); - - HRESULT (STDMETHODCALLTYPE *GetInputFormatCount)( - IWMWriter* This, - DWORD dwInputNumber, - DWORD *pcFormats); - - HRESULT (STDMETHODCALLTYPE *GetInputFormat)( - IWMWriter* This, - DWORD dwInputNumber, - DWORD dwFormatNumber, - IWMInputMediaProps **pProps); - - HRESULT (STDMETHODCALLTYPE *BeginWriting)( - IWMWriter* This); - - HRESULT (STDMETHODCALLTYPE *EndWriting)( - IWMWriter* This); - - HRESULT (STDMETHODCALLTYPE *AllocateSample)( - IWMWriter* This, - DWORD dwSampleSize, - INSSBuffer **ppSample); - - HRESULT (STDMETHODCALLTYPE *WriteSample)( - IWMWriter* This, - DWORD dwInputNum, - QWORD cnsSampleTime, - DWORD dwFlags, - INSSBuffer *pSample); + /*** IWMReaderAccelerator methods ***/ + HRESULT (STDMETHODCALLTYPE *GetCodecInterface)( + IWMReaderAccelerator *This, + DWORD output, + REFIID riid, + void **codec); - HRESULT (STDMETHODCALLTYPE *Flush)( - IWMWriter* This); + HRESULT (STDMETHODCALLTYPE *Notify)( + IWMReaderAccelerator *This, + DWORD output, + WM_MEDIA_TYPE *subtype); END_INTERFACE -} IWMWriterVtbl; -interface IWMWriter { - CONST_VTBL IWMWriterVtbl* lpVtbl; +} IWMReaderAcceleratorVtbl; + +interface IWMReaderAccelerator { + CONST_VTBL IWMReaderAcceleratorVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMWriter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMWriter_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMWriter_Release(This) (This)->lpVtbl->Release(This) -/*** IWMWriter methods ***/ -#define IWMWriter_SetProfileByID(This,guidProfile) (This)->lpVtbl->SetProfileByID(This,guidProfile) -#define IWMWriter_SetProfile(This,pProfile) (This)->lpVtbl->SetProfile(This,pProfile) -#define IWMWriter_SetOutputFilename(This,pwszFilename) (This)->lpVtbl->SetOutputFilename(This,pwszFilename) -#define IWMWriter_GetInputCount(This,pcInputs) (This)->lpVtbl->GetInputCount(This,pcInputs) -#define IWMWriter_GetInputProps(This,dwInputNum,ppInput) (This)->lpVtbl->GetInputProps(This,dwInputNum,ppInput) -#define IWMWriter_SetInputProps(This,dwInputNum,pInput) (This)->lpVtbl->SetInputProps(This,dwInputNum,pInput) -#define IWMWriter_GetInputFormatCount(This,dwInputNumber,pcFormats) (This)->lpVtbl->GetInputFormatCount(This,dwInputNumber,pcFormats) -#define IWMWriter_GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps) (This)->lpVtbl->GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps) -#define IWMWriter_BeginWriting(This) (This)->lpVtbl->BeginWriting(This) -#define IWMWriter_EndWriting(This) (This)->lpVtbl->EndWriting(This) -#define IWMWriter_AllocateSample(This,dwSampleSize,ppSample) (This)->lpVtbl->AllocateSample(This,dwSampleSize,ppSample) -#define IWMWriter_WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample) (This)->lpVtbl->WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample) -#define IWMWriter_Flush(This) (This)->lpVtbl->Flush(This) +#define IWMReaderAccelerator_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderAccelerator_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderAccelerator_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderAccelerator methods ***/ +#define IWMReaderAccelerator_GetCodecInterface(This,output,riid,codec) (This)->lpVtbl->GetCodecInterface(This,output,riid,codec) +#define IWMReaderAccelerator_Notify(This,output,subtype) (This)->lpVtbl->Notify(This,output,subtype) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMWriter_QueryInterface(IWMWriter* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderAccelerator_QueryInterface(IWMReaderAccelerator* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMWriter_AddRef(IWMWriter* This) { +static FORCEINLINE ULONG IWMReaderAccelerator_AddRef(IWMReaderAccelerator* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMWriter_Release(IWMWriter* This) { +static FORCEINLINE ULONG IWMReaderAccelerator_Release(IWMReaderAccelerator* This) { return This->lpVtbl->Release(This); } -/*** IWMWriter methods ***/ -static FORCEINLINE HRESULT IWMWriter_SetProfileByID(IWMWriter* This,REFGUID guidProfile) { - return This->lpVtbl->SetProfileByID(This,guidProfile); -} -static FORCEINLINE HRESULT IWMWriter_SetProfile(IWMWriter* This,IWMProfile *pProfile) { - return This->lpVtbl->SetProfile(This,pProfile); -} -static FORCEINLINE HRESULT IWMWriter_SetOutputFilename(IWMWriter* This,const WCHAR *pwszFilename) { - return This->lpVtbl->SetOutputFilename(This,pwszFilename); -} -static FORCEINLINE HRESULT IWMWriter_GetInputCount(IWMWriter* This,DWORD *pcInputs) { - return This->lpVtbl->GetInputCount(This,pcInputs); -} -static FORCEINLINE HRESULT IWMWriter_GetInputProps(IWMWriter* This,DWORD dwInputNum,IWMInputMediaProps **ppInput) { - return This->lpVtbl->GetInputProps(This,dwInputNum,ppInput); -} -static FORCEINLINE HRESULT IWMWriter_SetInputProps(IWMWriter* This,DWORD dwInputNum,IWMInputMediaProps *pInput) { - return This->lpVtbl->SetInputProps(This,dwInputNum,pInput); -} -static FORCEINLINE HRESULT IWMWriter_GetInputFormatCount(IWMWriter* This,DWORD dwInputNumber,DWORD *pcFormats) { - return This->lpVtbl->GetInputFormatCount(This,dwInputNumber,pcFormats); -} -static FORCEINLINE HRESULT IWMWriter_GetInputFormat(IWMWriter* This,DWORD dwInputNumber,DWORD dwFormatNumber,IWMInputMediaProps **pProps) { - return This->lpVtbl->GetInputFormat(This,dwInputNumber,dwFormatNumber,pProps); -} -static FORCEINLINE HRESULT IWMWriter_BeginWriting(IWMWriter* This) { - return This->lpVtbl->BeginWriting(This); -} -static FORCEINLINE HRESULT IWMWriter_EndWriting(IWMWriter* This) { - return This->lpVtbl->EndWriting(This); -} -static FORCEINLINE HRESULT IWMWriter_AllocateSample(IWMWriter* This,DWORD dwSampleSize,INSSBuffer **ppSample) { - return This->lpVtbl->AllocateSample(This,dwSampleSize,ppSample); -} -static FORCEINLINE HRESULT IWMWriter_WriteSample(IWMWriter* This,DWORD dwInputNum,QWORD cnsSampleTime,DWORD dwFlags,INSSBuffer *pSample) { - return This->lpVtbl->WriteSample(This,dwInputNum,cnsSampleTime,dwFlags,pSample); +/*** IWMReaderAccelerator methods ***/ +static FORCEINLINE HRESULT IWMReaderAccelerator_GetCodecInterface(IWMReaderAccelerator* This,DWORD output,REFIID riid,void **codec) { + return This->lpVtbl->GetCodecInterface(This,output,riid,codec); } -static FORCEINLINE HRESULT IWMWriter_Flush(IWMWriter* This) { - return This->lpVtbl->Flush(This); +static FORCEINLINE HRESULT IWMReaderAccelerator_Notify(IWMReaderAccelerator* This,DWORD output,WM_MEDIA_TYPE *subtype) { + return This->lpVtbl->Notify(This,output,subtype); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMWriter_SetProfileByID_Proxy( - IWMWriter* This, - REFGUID guidProfile); -void __RPC_STUB IWMWriter_SetProfileByID_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_SetProfile_Proxy( - IWMWriter* This, - IWMProfile *pProfile); -void __RPC_STUB IWMWriter_SetProfile_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_SetOutputFilename_Proxy( - IWMWriter* This, - const WCHAR *pwszFilename); -void __RPC_STUB IWMWriter_SetOutputFilename_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_GetInputCount_Proxy( - IWMWriter* This, - DWORD *pcInputs); -void __RPC_STUB IWMWriter_GetInputCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_GetInputProps_Proxy( - IWMWriter* This, - DWORD dwInputNum, - IWMInputMediaProps **ppInput); -void __RPC_STUB IWMWriter_GetInputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_SetInputProps_Proxy( - IWMWriter* This, - DWORD dwInputNum, - IWMInputMediaProps *pInput); -void __RPC_STUB IWMWriter_SetInputProps_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_GetInputFormatCount_Proxy( - IWMWriter* This, - DWORD dwInputNumber, - DWORD *pcFormats); -void __RPC_STUB IWMWriter_GetInputFormatCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_GetInputFormat_Proxy( - IWMWriter* This, - DWORD dwInputNumber, - DWORD dwFormatNumber, - IWMInputMediaProps **pProps); -void __RPC_STUB IWMWriter_GetInputFormat_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_BeginWriting_Proxy( - IWMWriter* This); -void __RPC_STUB IWMWriter_BeginWriting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_EndWriting_Proxy( - IWMWriter* This); -void __RPC_STUB IWMWriter_EndWriting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_AllocateSample_Proxy( - IWMWriter* This, - DWORD dwSampleSize, - INSSBuffer **ppSample); -void __RPC_STUB IWMWriter_AllocateSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_WriteSample_Proxy( - IWMWriter* This, - DWORD dwInputNum, - QWORD cnsSampleTime, - DWORD dwFlags, - INSSBuffer *pSample); -void __RPC_STUB IWMWriter_WriteSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriter_Flush_Proxy( - IWMWriter* This); -void __RPC_STUB IWMWriter_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMWriter_INTERFACE_DEFINED__ */ +#endif /* __IWMReaderAccelerator_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMWriterAdvanced interface + * IWMReaderTimecode interface */ -#ifndef __IWMWriterAdvanced_INTERFACE_DEFINED__ -#define __IWMWriterAdvanced_INTERFACE_DEFINED__ +#ifndef __IWMReaderTimecode_INTERFACE_DEFINED__ +#define __IWMReaderTimecode_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMWriterAdvanced, 0x96406be3, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff); +DEFINE_GUID(IID_IWMReaderTimecode, 0xf369e2f0, 0xe081, 0x4fe6, 0x84,0x50, 0xb8,0x10,0xb2,0xf4,0x10,0xd1); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("96406be3-2b2b-11d3-b36b-00c04f6108ff") -IWMWriterAdvanced : public IUnknown +MIDL_INTERFACE("f369e2f0-e081-4fe6-8450-b810b2f410d1") +IWMReaderTimecode : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE GetSinkCount( - DWORD *pcSinks) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetSink( - DWORD dwSinkNum, - IWMWriterSink **ppSink) = 0; - - virtual HRESULT STDMETHODCALLTYPE AddSink( - IWMWriterSink *pSink) = 0; - - virtual HRESULT STDMETHODCALLTYPE RemoveSink( - IWMWriterSink *pSink) = 0; - - virtual HRESULT STDMETHODCALLTYPE WriteStreamSample( - WORD wStreamNum, - QWORD cnsSampleTime, - DWORD msSampleSendTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetLiveSource( - WINBOOL fIsLiveSource) = 0; - - virtual HRESULT STDMETHODCALLTYPE IsRealTime( - WINBOOL *pfRealTime) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetWriterTime( - QWORD *pCurrentTime) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetStatistics( - WORD wStreamNum, - WM_WRITER_STATISTICS *pStats) = 0; - - virtual HRESULT STDMETHODCALLTYPE SetSyncTolerance( - DWORD msWindow) = 0; - - virtual HRESULT STDMETHODCALLTYPE GetSyncTolerance( - DWORD *pmsWindow) = 0; + virtual HRESULT STDMETHODCALLTYPE GetTimecodeRangeCount( + WORD num, + WORD *count) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetTimecodeRangeBounds( + WORD stream, + WORD range, + DWORD *start_timecode, + DWORD *end_timecode) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMWriterAdvanced, 0x96406be3, 0x2b2b, 0x11d3, 0xb3,0x6b, 0x00,0xc0,0x4f,0x61,0x08,0xff) +__CRT_UUID_DECL(IWMReaderTimecode, 0xf369e2f0, 0xe081, 0x4fe6, 0x84,0x50, 0xb8,0x10,0xb2,0xf4,0x10,0xd1) #endif #else -typedef struct IWMWriterAdvancedVtbl { +typedef struct IWMReaderTimecodeVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMWriterAdvanced* This, + IWMReaderTimecode *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMWriterAdvanced* This); + IWMReaderTimecode *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMWriterAdvanced* This); + IWMReaderTimecode *This); - /*** IWMWriterAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *GetSinkCount)( - IWMWriterAdvanced* This, - DWORD *pcSinks); + /*** IWMReaderTimecode methods ***/ + HRESULT (STDMETHODCALLTYPE *GetTimecodeRangeCount)( + IWMReaderTimecode *This, + WORD num, + WORD *count); + + HRESULT (STDMETHODCALLTYPE *GetTimecodeRangeBounds)( + IWMReaderTimecode *This, + WORD stream, + WORD range, + DWORD *start_timecode, + DWORD *end_timecode); - HRESULT (STDMETHODCALLTYPE *GetSink)( - IWMWriterAdvanced* This, - DWORD dwSinkNum, - IWMWriterSink **ppSink); + END_INTERFACE +} IWMReaderTimecodeVtbl; - HRESULT (STDMETHODCALLTYPE *AddSink)( - IWMWriterAdvanced* This, - IWMWriterSink *pSink); +interface IWMReaderTimecode { + CONST_VTBL IWMReaderTimecodeVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *RemoveSink)( - IWMWriterAdvanced* This, - IWMWriterSink *pSink); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMReaderTimecode_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderTimecode_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderTimecode_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderTimecode methods ***/ +#define IWMReaderTimecode_GetTimecodeRangeCount(This,num,count) (This)->lpVtbl->GetTimecodeRangeCount(This,num,count) +#define IWMReaderTimecode_GetTimecodeRangeBounds(This,stream,range,start_timecode,end_timecode) (This)->lpVtbl->GetTimecodeRangeBounds(This,stream,range,start_timecode,end_timecode) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMReaderTimecode_QueryInterface(IWMReaderTimecode* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMReaderTimecode_AddRef(IWMReaderTimecode* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMReaderTimecode_Release(IWMReaderTimecode* This) { + return This->lpVtbl->Release(This); +} +/*** IWMReaderTimecode methods ***/ +static FORCEINLINE HRESULT IWMReaderTimecode_GetTimecodeRangeCount(IWMReaderTimecode* This,WORD num,WORD *count) { + return This->lpVtbl->GetTimecodeRangeCount(This,num,count); +} +static FORCEINLINE HRESULT IWMReaderTimecode_GetTimecodeRangeBounds(IWMReaderTimecode* This,WORD stream,WORD range,DWORD *start_timecode,DWORD *end_timecode) { + return This->lpVtbl->GetTimecodeRangeBounds(This,stream,range,start_timecode,end_timecode); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( - IWMWriterAdvanced* This, - WORD wStreamNum, - QWORD cnsSampleTime, - DWORD msSampleSendTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample); +#endif - HRESULT (STDMETHODCALLTYPE *SetLiveSource)( - IWMWriterAdvanced* This, - WINBOOL fIsLiveSource); - HRESULT (STDMETHODCALLTYPE *IsRealTime)( - IWMWriterAdvanced* This, - WINBOOL *pfRealTime); +#endif /* __IWMReaderTimecode_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetWriterTime)( - IWMWriterAdvanced* This, - QWORD *pCurrentTime); +/***************************************************************************** + * IWMReaderTypeNegotiation interface + */ +#ifndef __IWMReaderTypeNegotiation_INTERFACE_DEFINED__ +#define __IWMReaderTypeNegotiation_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMWriterAdvanced* This, - WORD wStreamNum, - WM_WRITER_STATISTICS *pStats); +DEFINE_GUID(IID_IWMReaderTypeNegotiation, 0xfdbe5592, 0x81a1, 0x41ea, 0x93,0xbd, 0x73,0x5c,0xad,0x1a,0xdc,0x05); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("fdbe5592-81a1-41ea-93bd-735cad1adc05") +IWMReaderTypeNegotiation : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE TryOutputProps( + DWORD output, + IWMOutputMediaProps *props) = 0; - HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( - IWMWriterAdvanced* This, - DWORD msWindow); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderTypeNegotiation, 0xfdbe5592, 0x81a1, 0x41ea, 0x93,0xbd, 0x73,0x5c,0xad,0x1a,0xdc,0x05) +#endif +#else +typedef struct IWMReaderTypeNegotiationVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( - IWMWriterAdvanced* This, - DWORD *pmsWindow); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderTypeNegotiation *This, + REFIID riid, + void **ppvObject); + + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderTypeNegotiation *This); + + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderTypeNegotiation *This); + + /*** IWMReaderTypeNegotiation methods ***/ + HRESULT (STDMETHODCALLTYPE *TryOutputProps)( + IWMReaderTypeNegotiation *This, + DWORD output, + IWMOutputMediaProps *props); END_INTERFACE -} IWMWriterAdvancedVtbl; -interface IWMWriterAdvanced { - CONST_VTBL IWMWriterAdvancedVtbl* lpVtbl; +} IWMReaderTypeNegotiationVtbl; + +interface IWMReaderTypeNegotiation { + CONST_VTBL IWMReaderTypeNegotiationVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMWriterAdvanced_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMWriterAdvanced_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMWriterAdvanced_Release(This) (This)->lpVtbl->Release(This) -/*** IWMWriterAdvanced methods ***/ -#define IWMWriterAdvanced_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) -#define IWMWriterAdvanced_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) -#define IWMWriterAdvanced_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) -#define IWMWriterAdvanced_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) -#define IWMWriterAdvanced_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) -#define IWMWriterAdvanced_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) -#define IWMWriterAdvanced_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) -#define IWMWriterAdvanced_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) -#define IWMWriterAdvanced_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) -#define IWMWriterAdvanced_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) -#define IWMWriterAdvanced_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) +#define IWMReaderTypeNegotiation_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderTypeNegotiation_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderTypeNegotiation_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderTypeNegotiation methods ***/ +#define IWMReaderTypeNegotiation_TryOutputProps(This,output,props) (This)->lpVtbl->TryOutputProps(This,output,props) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced_QueryInterface(IWMWriterAdvanced* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderTypeNegotiation_QueryInterface(IWMReaderTypeNegotiation* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMWriterAdvanced_AddRef(IWMWriterAdvanced* This) { +static FORCEINLINE ULONG IWMReaderTypeNegotiation_AddRef(IWMReaderTypeNegotiation* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMWriterAdvanced_Release(IWMWriterAdvanced* This) { +static FORCEINLINE ULONG IWMReaderTypeNegotiation_Release(IWMReaderTypeNegotiation* This) { return This->lpVtbl->Release(This); } -/*** IWMWriterAdvanced methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced_GetSinkCount(IWMWriterAdvanced* This,DWORD *pcSinks) { - return This->lpVtbl->GetSinkCount(This,pcSinks); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_GetSink(IWMWriterAdvanced* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { - return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_AddSink(IWMWriterAdvanced* This,IWMWriterSink *pSink) { - return This->lpVtbl->AddSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_RemoveSink(IWMWriterAdvanced* This,IWMWriterSink *pSink) { - return This->lpVtbl->RemoveSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_WriteStreamSample(IWMWriterAdvanced* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { - return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_SetLiveSource(IWMWriterAdvanced* This,WINBOOL fIsLiveSource) { - return This->lpVtbl->SetLiveSource(This,fIsLiveSource); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_IsRealTime(IWMWriterAdvanced* This,WINBOOL *pfRealTime) { - return This->lpVtbl->IsRealTime(This,pfRealTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_GetWriterTime(IWMWriterAdvanced* This,QWORD *pCurrentTime) { - return This->lpVtbl->GetWriterTime(This,pCurrentTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_GetStatistics(IWMWriterAdvanced* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { - return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_SetSyncTolerance(IWMWriterAdvanced* This,DWORD msWindow) { - return This->lpVtbl->SetSyncTolerance(This,msWindow); -} -static FORCEINLINE HRESULT IWMWriterAdvanced_GetSyncTolerance(IWMWriterAdvanced* This,DWORD *pmsWindow) { - return This->lpVtbl->GetSyncTolerance(This,pmsWindow); +/*** IWMReaderTypeNegotiation methods ***/ +static FORCEINLINE HRESULT IWMReaderTypeNegotiation_TryOutputProps(IWMReaderTypeNegotiation* This,DWORD output,IWMOutputMediaProps *props) { + return This->lpVtbl->TryOutputProps(This,output,props); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_GetSinkCount_Proxy( - IWMWriterAdvanced* This, - DWORD *pcSinks); -void __RPC_STUB IWMWriterAdvanced_GetSinkCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_GetSink_Proxy( - IWMWriterAdvanced* This, - DWORD dwSinkNum, - IWMWriterSink **ppSink); -void __RPC_STUB IWMWriterAdvanced_GetSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_AddSink_Proxy( - IWMWriterAdvanced* This, - IWMWriterSink *pSink); -void __RPC_STUB IWMWriterAdvanced_AddSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_RemoveSink_Proxy( - IWMWriterAdvanced* This, - IWMWriterSink *pSink); -void __RPC_STUB IWMWriterAdvanced_RemoveSink_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_WriteStreamSample_Proxy( - IWMWriterAdvanced* This, - WORD wStreamNum, - QWORD cnsSampleTime, - DWORD msSampleSendTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample); -void __RPC_STUB IWMWriterAdvanced_WriteStreamSample_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_SetLiveSource_Proxy( - IWMWriterAdvanced* This, - WINBOOL fIsLiveSource); -void __RPC_STUB IWMWriterAdvanced_SetLiveSource_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_IsRealTime_Proxy( - IWMWriterAdvanced* This, - WINBOOL *pfRealTime); -void __RPC_STUB IWMWriterAdvanced_IsRealTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_GetWriterTime_Proxy( - IWMWriterAdvanced* This, - QWORD *pCurrentTime); -void __RPC_STUB IWMWriterAdvanced_GetWriterTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_GetStatistics_Proxy( - IWMWriterAdvanced* This, - WORD wStreamNum, - WM_WRITER_STATISTICS *pStats); -void __RPC_STUB IWMWriterAdvanced_GetStatistics_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_SetSyncTolerance_Proxy( - IWMWriterAdvanced* This, - DWORD msWindow); -void __RPC_STUB IWMWriterAdvanced_SetSyncTolerance_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced_GetSyncTolerance_Proxy( - IWMWriterAdvanced* This, - DWORD *pmsWindow); -void __RPC_STUB IWMWriterAdvanced_GetSyncTolerance_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMWriterAdvanced_INTERFACE_DEFINED__ */ +#endif /* __IWMReaderTypeNegotiation_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMWriterAdvanced2 interface + * IWMLanguageList interface */ -#ifndef __IWMWriterAdvanced2_INTERFACE_DEFINED__ -#define __IWMWriterAdvanced2_INTERFACE_DEFINED__ +#ifndef __IWMLanguageList_INTERFACE_DEFINED__ +#define __IWMLanguageList_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMWriterAdvanced2, 0x962dc1ec, 0xc046, 0x4db8, 0x9c,0xc7, 0x26,0xce,0xae,0x50,0x08,0x17); +DEFINE_GUID(IID_IWMLanguageList, 0xdf683f00, 0x2d49, 0x4d8e, 0x92,0xb7, 0xfb,0x19,0xf6,0xa0,0xdc,0x57); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("962dc1ec-c046-4db8-9cc7-26ceae500817") -IWMWriterAdvanced2 : public IWMWriterAdvanced +MIDL_INTERFACE("df683f00-2d49-4d8e-92b7-fb19f6a0dc57") +IWMLanguageList : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE GetInputSetting( - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength) = 0; + virtual HRESULT STDMETHODCALLTYPE GetLanguageCount( + WORD *count) = 0; - virtual HRESULT STDMETHODCALLTYPE SetInputSetting( - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength) = 0; + virtual HRESULT STDMETHODCALLTYPE GetLanguageDetails( + WORD index, + WCHAR *language, + WORD *length) = 0; + + virtual HRESULT STDMETHODCALLTYPE AddLanguageByRFC1766String( + LPCWSTR_WMSDK_TYPE_SAFE language, + WORD *index) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMWriterAdvanced2, 0x962dc1ec, 0xc046, 0x4db8, 0x9c,0xc7, 0x26,0xce,0xae,0x50,0x08,0x17) +__CRT_UUID_DECL(IWMLanguageList, 0xdf683f00, 0x2d49, 0x4d8e, 0x92,0xb7, 0xfb,0x19,0xf6,0xa0,0xdc,0x57) #endif #else -typedef struct IWMWriterAdvanced2Vtbl { +typedef struct IWMLanguageListVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMWriterAdvanced2* This, + IWMLanguageList *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMWriterAdvanced2* This); + IWMLanguageList *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMWriterAdvanced2* This); + IWMLanguageList *This); - /*** IWMWriterAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *GetSinkCount)( - IWMWriterAdvanced2* This, - DWORD *pcSinks); + /*** IWMLanguageList methods ***/ + HRESULT (STDMETHODCALLTYPE *GetLanguageCount)( + IWMLanguageList *This, + WORD *count); - HRESULT (STDMETHODCALLTYPE *GetSink)( - IWMWriterAdvanced2* This, - DWORD dwSinkNum, - IWMWriterSink **ppSink); + HRESULT (STDMETHODCALLTYPE *GetLanguageDetails)( + IWMLanguageList *This, + WORD index, + WCHAR *language, + WORD *length); + + HRESULT (STDMETHODCALLTYPE *AddLanguageByRFC1766String)( + IWMLanguageList *This, + LPCWSTR_WMSDK_TYPE_SAFE language, + WORD *index); - HRESULT (STDMETHODCALLTYPE *AddSink)( - IWMWriterAdvanced2* This, - IWMWriterSink *pSink); + END_INTERFACE +} IWMLanguageListVtbl; - HRESULT (STDMETHODCALLTYPE *RemoveSink)( - IWMWriterAdvanced2* This, - IWMWriterSink *pSink); +interface IWMLanguageList { + CONST_VTBL IWMLanguageListVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( - IWMWriterAdvanced2* This, - WORD wStreamNum, - QWORD cnsSampleTime, - DWORD msSampleSendTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMLanguageList_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMLanguageList_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMLanguageList_Release(This) (This)->lpVtbl->Release(This) +/*** IWMLanguageList methods ***/ +#define IWMLanguageList_GetLanguageCount(This,count) (This)->lpVtbl->GetLanguageCount(This,count) +#define IWMLanguageList_GetLanguageDetails(This,index,language,length) (This)->lpVtbl->GetLanguageDetails(This,index,language,length) +#define IWMLanguageList_AddLanguageByRFC1766String(This,language,index) (This)->lpVtbl->AddLanguageByRFC1766String(This,language,index) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMLanguageList_QueryInterface(IWMLanguageList* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMLanguageList_AddRef(IWMLanguageList* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMLanguageList_Release(IWMLanguageList* This) { + return This->lpVtbl->Release(This); +} +/*** IWMLanguageList methods ***/ +static FORCEINLINE HRESULT IWMLanguageList_GetLanguageCount(IWMLanguageList* This,WORD *count) { + return This->lpVtbl->GetLanguageCount(This,count); +} +static FORCEINLINE HRESULT IWMLanguageList_GetLanguageDetails(IWMLanguageList* This,WORD index,WCHAR *language,WORD *length) { + return This->lpVtbl->GetLanguageDetails(This,index,language,length); +} +static FORCEINLINE HRESULT IWMLanguageList_AddLanguageByRFC1766String(IWMLanguageList* This,LPCWSTR_WMSDK_TYPE_SAFE language,WORD *index) { + return This->lpVtbl->AddLanguageByRFC1766String(This,language,index); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *SetLiveSource)( - IWMWriterAdvanced2* This, - WINBOOL fIsLiveSource); +#endif - HRESULT (STDMETHODCALLTYPE *IsRealTime)( - IWMWriterAdvanced2* This, - WINBOOL *pfRealTime); - HRESULT (STDMETHODCALLTYPE *GetWriterTime)( - IWMWriterAdvanced2* This, - QWORD *pCurrentTime); +#endif /* __IWMLanguageList_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMWriterAdvanced2* This, - WORD wStreamNum, - WM_WRITER_STATISTICS *pStats); +/***************************************************************************** + * IWMReaderPlaylistBurn interface + */ +#ifndef __IWMReaderPlaylistBurn_INTERFACE_DEFINED__ +#define __IWMReaderPlaylistBurn_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( - IWMWriterAdvanced2* This, - DWORD msWindow); +DEFINE_GUID(IID_IWMReaderPlaylistBurn, 0xf28c0300, 0x9baa, 0x4477, 0xa8,0x46, 0x17,0x44,0xd9,0xcb,0xf5,0x33); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("f28c0300-9baa-4477-a846-1744d9cbf533") +IWMReaderPlaylistBurn : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE InitPlaylistBurn( + DWORD count, + LPCWSTR_WMSDK_TYPE_SAFE *filenames, + IWMStatusCallback *callback, + void *context) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetInitResults( + DWORD count, + HRESULT *stat) = 0; + + virtual HRESULT STDMETHODCALLTYPE Cancel( + ) = 0; + + virtual HRESULT STDMETHODCALLTYPE EndPlaylistBurn( + HRESULT result) = 0; + +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMReaderPlaylistBurn, 0xf28c0300, 0x9baa, 0x4477, 0xa8,0x46, 0x17,0x44,0xd9,0xcb,0xf5,0x33) +#endif +#else +typedef struct IWMReaderPlaylistBurnVtbl { + BEGIN_INTERFACE - HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( - IWMWriterAdvanced2* This, - DWORD *pmsWindow); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMReaderPlaylistBurn *This, + REFIID riid, + void **ppvObject); - /*** IWMWriterAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetInputSetting)( - IWMWriterAdvanced2* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMReaderPlaylistBurn *This); - HRESULT (STDMETHODCALLTYPE *SetInputSetting)( - IWMWriterAdvanced2* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); + ULONG (STDMETHODCALLTYPE *Release)( + IWMReaderPlaylistBurn *This); + + /*** IWMReaderPlaylistBurn methods ***/ + HRESULT (STDMETHODCALLTYPE *InitPlaylistBurn)( + IWMReaderPlaylistBurn *This, + DWORD count, + LPCWSTR_WMSDK_TYPE_SAFE *filenames, + IWMStatusCallback *callback, + void *context); + + HRESULT (STDMETHODCALLTYPE *GetInitResults)( + IWMReaderPlaylistBurn *This, + DWORD count, + HRESULT *stat); + + HRESULT (STDMETHODCALLTYPE *Cancel)( + IWMReaderPlaylistBurn *This); + + HRESULT (STDMETHODCALLTYPE *EndPlaylistBurn)( + IWMReaderPlaylistBurn *This, + HRESULT result); END_INTERFACE -} IWMWriterAdvanced2Vtbl; -interface IWMWriterAdvanced2 { - CONST_VTBL IWMWriterAdvanced2Vtbl* lpVtbl; +} IWMReaderPlaylistBurnVtbl; + +interface IWMReaderPlaylistBurn { + CONST_VTBL IWMReaderPlaylistBurnVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMWriterAdvanced2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMWriterAdvanced2_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMWriterAdvanced2_Release(This) (This)->lpVtbl->Release(This) -/*** IWMWriterAdvanced methods ***/ -#define IWMWriterAdvanced2_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) -#define IWMWriterAdvanced2_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) -#define IWMWriterAdvanced2_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) -#define IWMWriterAdvanced2_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) -#define IWMWriterAdvanced2_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) -#define IWMWriterAdvanced2_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) -#define IWMWriterAdvanced2_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) -#define IWMWriterAdvanced2_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) -#define IWMWriterAdvanced2_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) -#define IWMWriterAdvanced2_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) -#define IWMWriterAdvanced2_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) -/*** IWMWriterAdvanced2 methods ***/ -#define IWMWriterAdvanced2_GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) -#define IWMWriterAdvanced2_SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) +#define IWMReaderPlaylistBurn_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMReaderPlaylistBurn_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMReaderPlaylistBurn_Release(This) (This)->lpVtbl->Release(This) +/*** IWMReaderPlaylistBurn methods ***/ +#define IWMReaderPlaylistBurn_InitPlaylistBurn(This,count,filenames,callback,context) (This)->lpVtbl->InitPlaylistBurn(This,count,filenames,callback,context) +#define IWMReaderPlaylistBurn_GetInitResults(This,count,stat) (This)->lpVtbl->GetInitResults(This,count,stat) +#define IWMReaderPlaylistBurn_Cancel(This) (This)->lpVtbl->Cancel(This) +#define IWMReaderPlaylistBurn_EndPlaylistBurn(This,result) (This)->lpVtbl->EndPlaylistBurn(This,result) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced2_QueryInterface(IWMWriterAdvanced2* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMReaderPlaylistBurn_QueryInterface(IWMReaderPlaylistBurn* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMWriterAdvanced2_AddRef(IWMWriterAdvanced2* This) { +static FORCEINLINE ULONG IWMReaderPlaylistBurn_AddRef(IWMReaderPlaylistBurn* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMWriterAdvanced2_Release(IWMWriterAdvanced2* This) { +static FORCEINLINE ULONG IWMReaderPlaylistBurn_Release(IWMReaderPlaylistBurn* This) { return This->lpVtbl->Release(This); } -/*** IWMWriterAdvanced methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSinkCount(IWMWriterAdvanced2* This,DWORD *pcSinks) { - return This->lpVtbl->GetSinkCount(This,pcSinks); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSink(IWMWriterAdvanced2* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { - return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_AddSink(IWMWriterAdvanced2* This,IWMWriterSink *pSink) { - return This->lpVtbl->AddSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_RemoveSink(IWMWriterAdvanced2* This,IWMWriterSink *pSink) { - return This->lpVtbl->RemoveSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_WriteStreamSample(IWMWriterAdvanced2* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { - return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_SetLiveSource(IWMWriterAdvanced2* This,WINBOOL fIsLiveSource) { - return This->lpVtbl->SetLiveSource(This,fIsLiveSource); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_IsRealTime(IWMWriterAdvanced2* This,WINBOOL *pfRealTime) { - return This->lpVtbl->IsRealTime(This,pfRealTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetWriterTime(IWMWriterAdvanced2* This,QWORD *pCurrentTime) { - return This->lpVtbl->GetWriterTime(This,pCurrentTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetStatistics(IWMWriterAdvanced2* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { - return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); -} -static FORCEINLINE HRESULT IWMWriterAdvanced2_SetSyncTolerance(IWMWriterAdvanced2* This,DWORD msWindow) { - return This->lpVtbl->SetSyncTolerance(This,msWindow); +/*** IWMReaderPlaylistBurn methods ***/ +static FORCEINLINE HRESULT IWMReaderPlaylistBurn_InitPlaylistBurn(IWMReaderPlaylistBurn* This,DWORD count,LPCWSTR_WMSDK_TYPE_SAFE *filenames,IWMStatusCallback *callback,void *context) { + return This->lpVtbl->InitPlaylistBurn(This,count,filenames,callback,context); } -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetSyncTolerance(IWMWriterAdvanced2* This,DWORD *pmsWindow) { - return This->lpVtbl->GetSyncTolerance(This,pmsWindow); +static FORCEINLINE HRESULT IWMReaderPlaylistBurn_GetInitResults(IWMReaderPlaylistBurn* This,DWORD count,HRESULT *stat) { + return This->lpVtbl->GetInitResults(This,count,stat); } -/*** IWMWriterAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced2_GetInputSetting(IWMWriterAdvanced2* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength); +static FORCEINLINE HRESULT IWMReaderPlaylistBurn_Cancel(IWMReaderPlaylistBurn* This) { + return This->lpVtbl->Cancel(This); } -static FORCEINLINE HRESULT IWMWriterAdvanced2_SetInputSetting(IWMWriterAdvanced2* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength); +static FORCEINLINE HRESULT IWMReaderPlaylistBurn_EndPlaylistBurn(IWMReaderPlaylistBurn* This,HRESULT result) { + return This->lpVtbl->EndPlaylistBurn(This,result); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced2_GetInputSetting_Proxy( - IWMWriterAdvanced2* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); -void __RPC_STUB IWMWriterAdvanced2_GetInputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced2_SetInputSetting_Proxy( - IWMWriterAdvanced2* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); -void __RPC_STUB IWMWriterAdvanced2_SetInputSetting_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMWriterAdvanced2_INTERFACE_DEFINED__ */ +#endif /* __IWMReaderPlaylistBurn_INTERFACE_DEFINED__ */ /***************************************************************************** - * IWMWriterAdvanced3 interface + * IWMPropertyVault interface */ -#ifndef __IWMWriterAdvanced3_INTERFACE_DEFINED__ -#define __IWMWriterAdvanced3_INTERFACE_DEFINED__ +#ifndef __IWMPropertyVault_INTERFACE_DEFINED__ +#define __IWMPropertyVault_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWMWriterAdvanced3, 0x2cd6492d, 0x7c37, 0x4e76, 0x9d,0x3b, 0x59,0x26,0x11,0x83,0xa2,0x2e); +DEFINE_GUID(IID_IWMPropertyVault, 0x72995a79, 0x5090, 0x42a4, 0x9c,0x8c, 0xd9,0xd0,0xb6,0xd3,0x4b,0xe5); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("2cd6492d-7c37-4e76-9d3b-59261183a22e") -IWMWriterAdvanced3 : public IWMWriterAdvanced2 +MIDL_INTERFACE("72995a79-5090-42a4-9c8c-d9d0b6d34be5") +IWMPropertyVault : public IUnknown { - virtual HRESULT STDMETHODCALLTYPE GetStatisticsEx( - WORD wStreamNum, - WM_WRITER_STATISTICS_EX *pStats) = 0; + virtual HRESULT STDMETHODCALLTYPE GetPropertyCount( + DWORD *count) = 0; - virtual HRESULT STDMETHODCALLTYPE SetNonBlocking( + virtual HRESULT STDMETHODCALLTYPE GetPropertyByName( + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetProperty( + const WCHAR *name, + WMT_ATTR_DATATYPE type, + BYTE *value, + DWORD size) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetPropertyByIndex( + DWORD index, + WCHAR *name, + DWORD *length, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size) = 0; + + virtual HRESULT STDMETHODCALLTYPE CopyPropertiesFrom( + IWMPropertyVault *vault) = 0; + + virtual HRESULT STDMETHODCALLTYPE Clear( ) = 0; }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWMWriterAdvanced3, 0x2cd6492d, 0x7c37, 0x4e76, 0x9d,0x3b, 0x59,0x26,0x11,0x83,0xa2,0x2e) +__CRT_UUID_DECL(IWMPropertyVault, 0x72995a79, 0x5090, 0x42a4, 0x9c,0x8c, 0xd9,0xd0,0xb6,0xd3,0x4b,0xe5) #endif #else -typedef struct IWMWriterAdvanced3Vtbl { +typedef struct IWMPropertyVaultVtbl { BEGIN_INTERFACE /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWMWriterAdvanced3* This, + IWMPropertyVault *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWMWriterAdvanced3* This); + IWMPropertyVault *This); ULONG (STDMETHODCALLTYPE *Release)( - IWMWriterAdvanced3* This); + IWMPropertyVault *This); - /*** IWMWriterAdvanced methods ***/ - HRESULT (STDMETHODCALLTYPE *GetSinkCount)( - IWMWriterAdvanced3* This, - DWORD *pcSinks); + /*** IWMPropertyVault methods ***/ + HRESULT (STDMETHODCALLTYPE *GetPropertyCount)( + IWMPropertyVault *This, + DWORD *count); + + HRESULT (STDMETHODCALLTYPE *GetPropertyByName)( + IWMPropertyVault *This, + const WCHAR *name, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *SetProperty)( + IWMPropertyVault *This, + const WCHAR *name, + WMT_ATTR_DATATYPE type, + BYTE *value, + DWORD size); + + HRESULT (STDMETHODCALLTYPE *GetPropertyByIndex)( + IWMPropertyVault *This, + DWORD index, + WCHAR *name, + DWORD *length, + WMT_ATTR_DATATYPE *type, + BYTE *value, + DWORD *size); + + HRESULT (STDMETHODCALLTYPE *CopyPropertiesFrom)( + IWMPropertyVault *This, + IWMPropertyVault *vault); - HRESULT (STDMETHODCALLTYPE *GetSink)( - IWMWriterAdvanced3* This, - DWORD dwSinkNum, - IWMWriterSink **ppSink); + HRESULT (STDMETHODCALLTYPE *Clear)( + IWMPropertyVault *This); - HRESULT (STDMETHODCALLTYPE *AddSink)( - IWMWriterAdvanced3* This, - IWMWriterSink *pSink); + END_INTERFACE +} IWMPropertyVaultVtbl; - HRESULT (STDMETHODCALLTYPE *RemoveSink)( - IWMWriterAdvanced3* This, - IWMWriterSink *pSink); +interface IWMPropertyVault { + CONST_VTBL IWMPropertyVaultVtbl* lpVtbl; +}; - HRESULT (STDMETHODCALLTYPE *WriteStreamSample)( - IWMWriterAdvanced3* This, - WORD wStreamNum, - QWORD cnsSampleTime, - DWORD msSampleSendTime, - QWORD cnsSampleDuration, - DWORD dwFlags, - INSSBuffer *pSample); +#ifdef COBJMACROS +#ifndef WIDL_C_INLINE_WRAPPERS +/*** IUnknown methods ***/ +#define IWMPropertyVault_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMPropertyVault_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMPropertyVault_Release(This) (This)->lpVtbl->Release(This) +/*** IWMPropertyVault methods ***/ +#define IWMPropertyVault_GetPropertyCount(This,count) (This)->lpVtbl->GetPropertyCount(This,count) +#define IWMPropertyVault_GetPropertyByName(This,name,type,value,size) (This)->lpVtbl->GetPropertyByName(This,name,type,value,size) +#define IWMPropertyVault_SetProperty(This,name,type,value,size) (This)->lpVtbl->SetProperty(This,name,type,value,size) +#define IWMPropertyVault_GetPropertyByIndex(This,index,name,length,type,value,size) (This)->lpVtbl->GetPropertyByIndex(This,index,name,length,type,value,size) +#define IWMPropertyVault_CopyPropertiesFrom(This,vault) (This)->lpVtbl->CopyPropertiesFrom(This,vault) +#define IWMPropertyVault_Clear(This) (This)->lpVtbl->Clear(This) +#else +/*** IUnknown methods ***/ +static FORCEINLINE HRESULT IWMPropertyVault_QueryInterface(IWMPropertyVault* This,REFIID riid,void **ppvObject) { + return This->lpVtbl->QueryInterface(This,riid,ppvObject); +} +static FORCEINLINE ULONG IWMPropertyVault_AddRef(IWMPropertyVault* This) { + return This->lpVtbl->AddRef(This); +} +static FORCEINLINE ULONG IWMPropertyVault_Release(IWMPropertyVault* This) { + return This->lpVtbl->Release(This); +} +/*** IWMPropertyVault methods ***/ +static FORCEINLINE HRESULT IWMPropertyVault_GetPropertyCount(IWMPropertyVault* This,DWORD *count) { + return This->lpVtbl->GetPropertyCount(This,count); +} +static FORCEINLINE HRESULT IWMPropertyVault_GetPropertyByName(IWMPropertyVault* This,const WCHAR *name,WMT_ATTR_DATATYPE *type,BYTE *value,DWORD *size) { + return This->lpVtbl->GetPropertyByName(This,name,type,value,size); +} +static FORCEINLINE HRESULT IWMPropertyVault_SetProperty(IWMPropertyVault* This,const WCHAR *name,WMT_ATTR_DATATYPE type,BYTE *value,DWORD size) { + return This->lpVtbl->SetProperty(This,name,type,value,size); +} +static FORCEINLINE HRESULT IWMPropertyVault_GetPropertyByIndex(IWMPropertyVault* This,DWORD index,WCHAR *name,DWORD *length,WMT_ATTR_DATATYPE *type,BYTE *value,DWORD *size) { + return This->lpVtbl->GetPropertyByIndex(This,index,name,length,type,value,size); +} +static FORCEINLINE HRESULT IWMPropertyVault_CopyPropertiesFrom(IWMPropertyVault* This,IWMPropertyVault *vault) { + return This->lpVtbl->CopyPropertiesFrom(This,vault); +} +static FORCEINLINE HRESULT IWMPropertyVault_Clear(IWMPropertyVault* This) { + return This->lpVtbl->Clear(This); +} +#endif +#endif - HRESULT (STDMETHODCALLTYPE *SetLiveSource)( - IWMWriterAdvanced3* This, - WINBOOL fIsLiveSource); +#endif - HRESULT (STDMETHODCALLTYPE *IsRealTime)( - IWMWriterAdvanced3* This, - WINBOOL *pfRealTime); - HRESULT (STDMETHODCALLTYPE *GetWriterTime)( - IWMWriterAdvanced3* This, - QWORD *pCurrentTime); +#endif /* __IWMPropertyVault_INTERFACE_DEFINED__ */ - HRESULT (STDMETHODCALLTYPE *GetStatistics)( - IWMWriterAdvanced3* This, - WORD wStreamNum, - WM_WRITER_STATISTICS *pStats); +/***************************************************************************** + * IWMWriterPreprocess interface + */ +#ifndef __IWMWriterPreprocess_INTERFACE_DEFINED__ +#define __IWMWriterPreprocess_INTERFACE_DEFINED__ - HRESULT (STDMETHODCALLTYPE *SetSyncTolerance)( - IWMWriterAdvanced3* This, - DWORD msWindow); +DEFINE_GUID(IID_IWMWriterPreprocess, 0xfc54a285, 0x38c4, 0x45b5, 0xaa,0x23, 0x85,0xb9,0xf7,0xcb,0x42,0x4b); +#if defined(__cplusplus) && !defined(CINTERFACE) +MIDL_INTERFACE("fc54a285-38c4-45b5-aa23-85b9f7cb424b") +IWMWriterPreprocess : public IUnknown +{ + virtual HRESULT STDMETHODCALLTYPE GetMaxPreprocessingPasses( + DWORD input, + DWORD flags, + DWORD *passes) = 0; + + virtual HRESULT STDMETHODCALLTYPE SetNumPreprocessingPasses( + DWORD input, + DWORD flags, + DWORD passes) = 0; + + virtual HRESULT STDMETHODCALLTYPE BeginPreprocessingPass( + DWORD input, + DWORD flags) = 0; + + virtual HRESULT STDMETHODCALLTYPE PreprocessSample( + DWORD input, + QWORD sample_time, + DWORD flags, + INSSBuffer *sample) = 0; + + virtual HRESULT STDMETHODCALLTYPE EndPreprocessingPass( + DWORD input, + DWORD flags) = 0; - HRESULT (STDMETHODCALLTYPE *GetSyncTolerance)( - IWMWriterAdvanced3* This, - DWORD *pmsWindow); +}; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(IWMWriterPreprocess, 0xfc54a285, 0x38c4, 0x45b5, 0xaa,0x23, 0x85,0xb9,0xf7,0xcb,0x42,0x4b) +#endif +#else +typedef struct IWMWriterPreprocessVtbl { + BEGIN_INTERFACE - /*** IWMWriterAdvanced2 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetInputSetting)( - IWMWriterAdvanced3* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE *pType, - BYTE *pValue, - WORD *pcbLength); + /*** IUnknown methods ***/ + HRESULT (STDMETHODCALLTYPE *QueryInterface)( + IWMWriterPreprocess *This, + REFIID riid, + void **ppvObject); - HRESULT (STDMETHODCALLTYPE *SetInputSetting)( - IWMWriterAdvanced3* This, - DWORD dwInputNum, - LPCWSTR pszName, - WMT_ATTR_DATATYPE Type, - const BYTE *pValue, - WORD cbLength); + ULONG (STDMETHODCALLTYPE *AddRef)( + IWMWriterPreprocess *This); - /*** IWMWriterAdvanced3 methods ***/ - HRESULT (STDMETHODCALLTYPE *GetStatisticsEx)( - IWMWriterAdvanced3* This, - WORD wStreamNum, - WM_WRITER_STATISTICS_EX *pStats); + ULONG (STDMETHODCALLTYPE *Release)( + IWMWriterPreprocess *This); - HRESULT (STDMETHODCALLTYPE *SetNonBlocking)( - IWMWriterAdvanced3* This); + /*** IWMWriterPreprocess methods ***/ + HRESULT (STDMETHODCALLTYPE *GetMaxPreprocessingPasses)( + IWMWriterPreprocess *This, + DWORD input, + DWORD flags, + DWORD *passes); + + HRESULT (STDMETHODCALLTYPE *SetNumPreprocessingPasses)( + IWMWriterPreprocess *This, + DWORD input, + DWORD flags, + DWORD passes); + + HRESULT (STDMETHODCALLTYPE *BeginPreprocessingPass)( + IWMWriterPreprocess *This, + DWORD input, + DWORD flags); + + HRESULT (STDMETHODCALLTYPE *PreprocessSample)( + IWMWriterPreprocess *This, + DWORD input, + QWORD sample_time, + DWORD flags, + INSSBuffer *sample); + + HRESULT (STDMETHODCALLTYPE *EndPreprocessingPass)( + IWMWriterPreprocess *This, + DWORD input, + DWORD flags); END_INTERFACE -} IWMWriterAdvanced3Vtbl; -interface IWMWriterAdvanced3 { - CONST_VTBL IWMWriterAdvanced3Vtbl* lpVtbl; +} IWMWriterPreprocessVtbl; + +interface IWMWriterPreprocess { + CONST_VTBL IWMWriterPreprocessVtbl* lpVtbl; }; #ifdef COBJMACROS #ifndef WIDL_C_INLINE_WRAPPERS /*** IUnknown methods ***/ -#define IWMWriterAdvanced3_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) -#define IWMWriterAdvanced3_AddRef(This) (This)->lpVtbl->AddRef(This) -#define IWMWriterAdvanced3_Release(This) (This)->lpVtbl->Release(This) -/*** IWMWriterAdvanced methods ***/ -#define IWMWriterAdvanced3_GetSinkCount(This,pcSinks) (This)->lpVtbl->GetSinkCount(This,pcSinks) -#define IWMWriterAdvanced3_GetSink(This,dwSinkNum,ppSink) (This)->lpVtbl->GetSink(This,dwSinkNum,ppSink) -#define IWMWriterAdvanced3_AddSink(This,pSink) (This)->lpVtbl->AddSink(This,pSink) -#define IWMWriterAdvanced3_RemoveSink(This,pSink) (This)->lpVtbl->RemoveSink(This,pSink) -#define IWMWriterAdvanced3_WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) (This)->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample) -#define IWMWriterAdvanced3_SetLiveSource(This,fIsLiveSource) (This)->lpVtbl->SetLiveSource(This,fIsLiveSource) -#define IWMWriterAdvanced3_IsRealTime(This,pfRealTime) (This)->lpVtbl->IsRealTime(This,pfRealTime) -#define IWMWriterAdvanced3_GetWriterTime(This,pCurrentTime) (This)->lpVtbl->GetWriterTime(This,pCurrentTime) -#define IWMWriterAdvanced3_GetStatistics(This,wStreamNum,pStats) (This)->lpVtbl->GetStatistics(This,wStreamNum,pStats) -#define IWMWriterAdvanced3_SetSyncTolerance(This,msWindow) (This)->lpVtbl->SetSyncTolerance(This,msWindow) -#define IWMWriterAdvanced3_GetSyncTolerance(This,pmsWindow) (This)->lpVtbl->GetSyncTolerance(This,pmsWindow) -/*** IWMWriterAdvanced2 methods ***/ -#define IWMWriterAdvanced3_GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) (This)->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength) -#define IWMWriterAdvanced3_SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) (This)->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength) -/*** IWMWriterAdvanced3 methods ***/ -#define IWMWriterAdvanced3_GetStatisticsEx(This,wStreamNum,pStats) (This)->lpVtbl->GetStatisticsEx(This,wStreamNum,pStats) -#define IWMWriterAdvanced3_SetNonBlocking(This) (This)->lpVtbl->SetNonBlocking(This) +#define IWMWriterPreprocess_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) +#define IWMWriterPreprocess_AddRef(This) (This)->lpVtbl->AddRef(This) +#define IWMWriterPreprocess_Release(This) (This)->lpVtbl->Release(This) +/*** IWMWriterPreprocess methods ***/ +#define IWMWriterPreprocess_GetMaxPreprocessingPasses(This,input,flags,passes) (This)->lpVtbl->GetMaxPreprocessingPasses(This,input,flags,passes) +#define IWMWriterPreprocess_SetNumPreprocessingPasses(This,input,flags,passes) (This)->lpVtbl->SetNumPreprocessingPasses(This,input,flags,passes) +#define IWMWriterPreprocess_BeginPreprocessingPass(This,input,flags) (This)->lpVtbl->BeginPreprocessingPass(This,input,flags) +#define IWMWriterPreprocess_PreprocessSample(This,input,sample_time,flags,sample) (This)->lpVtbl->PreprocessSample(This,input,sample_time,flags,sample) +#define IWMWriterPreprocess_EndPreprocessingPass(This,input,flags) (This)->lpVtbl->EndPreprocessingPass(This,input,flags) #else /*** IUnknown methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced3_QueryInterface(IWMWriterAdvanced3* This,REFIID riid,void **ppvObject) { +static FORCEINLINE HRESULT IWMWriterPreprocess_QueryInterface(IWMWriterPreprocess* This,REFIID riid,void **ppvObject) { return This->lpVtbl->QueryInterface(This,riid,ppvObject); } -static FORCEINLINE ULONG IWMWriterAdvanced3_AddRef(IWMWriterAdvanced3* This) { +static FORCEINLINE ULONG IWMWriterPreprocess_AddRef(IWMWriterPreprocess* This) { return This->lpVtbl->AddRef(This); } -static FORCEINLINE ULONG IWMWriterAdvanced3_Release(IWMWriterAdvanced3* This) { +static FORCEINLINE ULONG IWMWriterPreprocess_Release(IWMWriterPreprocess* This) { return This->lpVtbl->Release(This); } -/*** IWMWriterAdvanced methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSinkCount(IWMWriterAdvanced3* This,DWORD *pcSinks) { - return This->lpVtbl->GetSinkCount(This,pcSinks); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSink(IWMWriterAdvanced3* This,DWORD dwSinkNum,IWMWriterSink **ppSink) { - return This->lpVtbl->GetSink(This,dwSinkNum,ppSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_AddSink(IWMWriterAdvanced3* This,IWMWriterSink *pSink) { - return This->lpVtbl->AddSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_RemoveSink(IWMWriterAdvanced3* This,IWMWriterSink *pSink) { - return This->lpVtbl->RemoveSink(This,pSink); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_WriteStreamSample(IWMWriterAdvanced3* This,WORD wStreamNum,QWORD cnsSampleTime,DWORD msSampleSendTime,QWORD cnsSampleDuration,DWORD dwFlags,INSSBuffer *pSample) { - return This->lpVtbl->WriteStreamSample(This,wStreamNum,cnsSampleTime,msSampleSendTime,cnsSampleDuration,dwFlags,pSample); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_SetLiveSource(IWMWriterAdvanced3* This,WINBOOL fIsLiveSource) { - return This->lpVtbl->SetLiveSource(This,fIsLiveSource); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_IsRealTime(IWMWriterAdvanced3* This,WINBOOL *pfRealTime) { - return This->lpVtbl->IsRealTime(This,pfRealTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetWriterTime(IWMWriterAdvanced3* This,QWORD *pCurrentTime) { - return This->lpVtbl->GetWriterTime(This,pCurrentTime); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetStatistics(IWMWriterAdvanced3* This,WORD wStreamNum,WM_WRITER_STATISTICS *pStats) { - return This->lpVtbl->GetStatistics(This,wStreamNum,pStats); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_SetSyncTolerance(IWMWriterAdvanced3* This,DWORD msWindow) { - return This->lpVtbl->SetSyncTolerance(This,msWindow); -} -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetSyncTolerance(IWMWriterAdvanced3* This,DWORD *pmsWindow) { - return This->lpVtbl->GetSyncTolerance(This,pmsWindow); +/*** IWMWriterPreprocess methods ***/ +static FORCEINLINE HRESULT IWMWriterPreprocess_GetMaxPreprocessingPasses(IWMWriterPreprocess* This,DWORD input,DWORD flags,DWORD *passes) { + return This->lpVtbl->GetMaxPreprocessingPasses(This,input,flags,passes); } -/*** IWMWriterAdvanced2 methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetInputSetting(IWMWriterAdvanced3* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE *pType,BYTE *pValue,WORD *pcbLength) { - return This->lpVtbl->GetInputSetting(This,dwInputNum,pszName,pType,pValue,pcbLength); +static FORCEINLINE HRESULT IWMWriterPreprocess_SetNumPreprocessingPasses(IWMWriterPreprocess* This,DWORD input,DWORD flags,DWORD passes) { + return This->lpVtbl->SetNumPreprocessingPasses(This,input,flags,passes); } -static FORCEINLINE HRESULT IWMWriterAdvanced3_SetInputSetting(IWMWriterAdvanced3* This,DWORD dwInputNum,LPCWSTR pszName,WMT_ATTR_DATATYPE Type,const BYTE *pValue,WORD cbLength) { - return This->lpVtbl->SetInputSetting(This,dwInputNum,pszName,Type,pValue,cbLength); +static FORCEINLINE HRESULT IWMWriterPreprocess_BeginPreprocessingPass(IWMWriterPreprocess* This,DWORD input,DWORD flags) { + return This->lpVtbl->BeginPreprocessingPass(This,input,flags); } -/*** IWMWriterAdvanced3 methods ***/ -static FORCEINLINE HRESULT IWMWriterAdvanced3_GetStatisticsEx(IWMWriterAdvanced3* This,WORD wStreamNum,WM_WRITER_STATISTICS_EX *pStats) { - return This->lpVtbl->GetStatisticsEx(This,wStreamNum,pStats); +static FORCEINLINE HRESULT IWMWriterPreprocess_PreprocessSample(IWMWriterPreprocess* This,DWORD input,QWORD sample_time,DWORD flags,INSSBuffer *sample) { + return This->lpVtbl->PreprocessSample(This,input,sample_time,flags,sample); } -static FORCEINLINE HRESULT IWMWriterAdvanced3_SetNonBlocking(IWMWriterAdvanced3* This) { - return This->lpVtbl->SetNonBlocking(This); +static FORCEINLINE HRESULT IWMWriterPreprocess_EndPreprocessingPass(IWMWriterPreprocess* This,DWORD input,DWORD flags) { + return This->lpVtbl->EndPreprocessingPass(This,input,flags); } #endif #endif #endif -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced3_GetStatisticsEx_Proxy( - IWMWriterAdvanced3* This, - WORD wStreamNum, - WM_WRITER_STATISTICS_EX *pStats); -void __RPC_STUB IWMWriterAdvanced3_GetStatisticsEx_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWMWriterAdvanced3_SetNonBlocking_Proxy( - IWMWriterAdvanced3* This); -void __RPC_STUB IWMWriterAdvanced3_SetNonBlocking_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -#endif /* __IWMWriterAdvanced3_INTERFACE_DEFINED__ */ +#endif /* __IWMWriterPreprocess_INTERFACE_DEFINED__ */ HRESULT WINAPI WMCreateWriter(IUnknown*,IWMWriter**); HRESULT WINAPI WMCreateReader(IUnknown*,DWORD,IWMReader**); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wmsdkidl.idl mingw-w64-6.0.0/mingw-w64-headers/include/wmsdkidl.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/wmsdkidl.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wmsdkidl.idl 2018-09-14 14:16:43.000000000 +0000 @@ -18,9 +18,7 @@ import "oaidl.idl"; import "wmsbuffer.idl"; -/* import "drmexternals.idl"; */ - -typedef unsigned __int64 QWORD; +import "drmexternals.idl"; typedef struct _WMMediaType { @@ -183,6 +181,42 @@ WMT_OFFSET_FORMAT_100NS_APPROXIMATE } WMT_OFFSET_FORMAT; +typedef enum WMT_CODEC_INFO_TYPE +{ + WMT_CODECINFO_AUDIO = 0, + WMT_CODECINFO_VIDEO = 1, + WMT_CODECINFO_UNKNOWN = 0xFFFFFFFF, +} WMT_CODEC_INFO_TYPE; + +typedef enum WMT_PROXY_SETTINGS +{ + WMT_PROXY_SETTING_NONE = 0, + WMT_PROXY_SETTING_MANUAL = 1, + WMT_PROXY_SETTING_AUTO = 2, + WMT_PROXY_SETTING_BROWSER = 3, + WMT_PROXY_SETTING_MAX +} WMT_PROXY_SETTINGS; + +typedef enum tagWMT_STORAGE_FORMAT +{ + WMT_Storage_Format_MP3 = 0, + WMT_Storage_Format_V1 = 1 +} WMT_STORAGE_FORMAT; + +#include +typedef struct _WMStreamPrioritizationRecord +{ + WORD wStreamNumber; + BOOL fMandatory; +} WM_STREAM_PRIORITY_RECORD; +#include + +typedef struct _WM_PORT_NUMBER_RANGE +{ + WORD wPortBegin; + WORD wPortEnd; +} WM_PORT_NUMBER_RANGE; + typedef LPCWSTR LPCWSTR_WMSDK_TYPE_SAFE; [ @@ -199,7 +233,7 @@ [in] WMT_ATTR_DATATYPE dwType, [in] BYTE *pValue, [in] void *pvContext); -}; +} [ object, @@ -216,7 +250,7 @@ [in] DWORD dwFlags, [in] INSSBuffer *pSample, [in] void *pvContext); -}; +} [ object, @@ -248,6 +282,43 @@ [ object, + uuid(ad694af1-f8d9-42f8-bc47-70311b0c4f9e), + pointer_default(unique), + local +] +interface IWMBandwidthSharing : IWMStreamList +{ + HRESULT GetType([out] GUID *guid); + HRESULT SetType([in] REFGUID guid); + + HRESULT GetBandwidth( + [out] DWORD *bitrate, + [out] DWORD *buffer); + + HRESULT SetBandwidth( + [in] DWORD bitrate, + [in] DWORD buffer); +} + +[ + object, + uuid(8c1c6090-f9a8-4748-8ec3-dd1108ba1e77), + pointer_default(unique), + local +] +interface IWMStreamPrioritization : IUnknown +{ + HRESULT GetPriorityRecords( + [out] WM_STREAM_PRIORITY_RECORD *array, + [in, out] WORD *records); + + HRESULT SetPriorityRecords( + [in] WM_STREAM_PRIORITY_RECORD *array, + [in] WORD records); +} + +[ + object, uuid(96406Bdc-2b2b-11d3-b36b-00c04f6108ff), pointer_default(unique), local @@ -346,6 +417,53 @@ [ object, + uuid(07e72d33-d94e-4be7-8843-60ae5ff7e5f5), + pointer_default(unique), + local +] +interface IWMProfile2 : IWMProfile +{ + HRESULT GetProfileID([out] GUID *guid); +} + +[ + object, + uuid(00ef96cc-a461-4546-8bcd-c9a28f0e06f5), + pointer_default(unique), + local +] +interface IWMProfile3 : IWMProfile2 +{ + HRESULT GetStorageFormat([out] WMT_STORAGE_FORMAT *storage); + HRESULT SetStorageFormat([in] WMT_STORAGE_FORMAT storage); + + HRESULT GetBandwidthSharingCount([out] DWORD *count); + + HRESULT GetBandwidthSharing( + [in] DWORD index, + [out] IWMBandwidthSharing **bandwidth); + + HRESULT RemoveBandwidthSharing([in] IWMBandwidthSharing *bandwidth); + + HRESULT AddBandwidthSharing([in] IWMBandwidthSharing *bandwidth); + + HRESULT CreateNewBandwidthSharing([out] IWMBandwidthSharing **bandwidth); + + HRESULT GetStreamPrioritization([out] IWMStreamPrioritization **stream); + + HRESULT SetStreamPrioritization([in] IWMStreamPrioritization *stream); + + HRESULT RemoveStreamPrioritization(); + + HRESULT CreateNewStreamPrioritization([out] IWMStreamPrioritization **stream); + + HRESULT GetExpectedPacketCount( + [in] QWORD duration, + [out] QWORD *packets); +} + +[ + object, uuid(d16679f2-6ca0-472d-8d31-2f5d55aee155), pointer_default(unique), local @@ -377,10 +495,114 @@ [out] IWMProfile **ppProfile); } +[ + object, + uuid(7a924e51-73c1-494d-8019-23d37ed9b89a), + pointer_default(unique), + local +] +interface IWMProfileManager2 : IWMProfileManager +{ + HRESULT GetSystemProfileVersion(WMT_VERSION *version); + HRESULT SetSystemProfileVersion(WMT_VERSION version); +}; + cpp_quote("HRESULT WINAPI WMCreateProfileManager(IWMProfileManager**);") [ object, + uuid(a970f41e-34de-4a98-b3ba-e4b3ca7528f0), + pointer_default(unique), + local +] +interface IWMCodecInfo : IUnknown +{ + HRESULT GetCodecInfoCount( + [in] REFGUID guid, + [out] DWORD *count); + + HRESULT GetCodecFormatCount( + [in] REFGUID guid, + [in] DWORD codecindex, + [out] DWORD *formatcount); + + HRESULT GetCodecFormat( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] DWORD formatindex, + [out] IWMStreamConfig **streamconfig); +} + +[ + object, + uuid(aa65e273-b686-4056-91ec-dd768d4df710), + pointer_default(unique), + local +] +interface IWMCodecInfo2 : IWMCodecInfo +{ + HRESULT GetCodecName( + [in] REFGUID guid, + [in] DWORD codecindex, + [out, size_is(*namesize)] WCHAR *name, + [in, out] DWORD *namesize); + + HRESULT GetCodecFormatDesc( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] DWORD formatindex, + [out] IWMStreamConfig **streamconfig, + [out, size_is(*descrsize)] WCHAR *description, + [in, out] DWORD *descrsize); +} + +[ + object, + uuid(7e51f487-4d93-4f98-8ab4-27d0565adc51), + pointer_default(unique), + local +] +interface IWMCodecInfo3 : IWMCodecInfo2 +{ + HRESULT GetCodecFormatProp( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] DWORD formatindex, + [in] const WCHAR *name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is(*size)] BYTE *value, + [in, out] DWORD *size); + + HRESULT GetCodecProp( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] const WCHAR *name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is(*size)] BYTE *value, + [in, out] DWORD *size); + + HRESULT SetCodecEnumerationSetting( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] const WCHAR *name, + [in] WMT_ATTR_DATATYPE type, + [in, size_is(size)] const BYTE *value, + [in] DWORD size); + + HRESULT GetCodecEnumerationSetting( + [in] REFGUID guid, + [in] DWORD codecindex, + [in] const WCHAR *name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is(*size)] BYTE *value, + [in, out] DWORD *size); +} + +cpp_quote("static const WCHAR g_wszNumPasses[] = {'_','P','A','S','S','E','S','U','S','E','D',0};") +cpp_quote("static const WCHAR g_wszVBREnabled[] = {'_','V','B','R','E','N','A','B','L','E','D',0};") + +[ + object, uuid(96406bce-2b2b-11d3-b36b-00c04f6108ff), pointer_default(unique), local @@ -396,7 +618,7 @@ HRESULT SetMediaType( [in] WM_MEDIA_TYPE *pType); -}; +} [ object, @@ -413,7 +635,7 @@ HRESULT GetConnectionName( [out, size_is(*pcchName)] WCHAR *pwszName, [in, out] WORD *pcchName); -}; +} [ object, @@ -429,7 +651,7 @@ HRESULT Close(); HRESULT Flush(); -}; +} [ object, @@ -477,7 +699,7 @@ HRESULT Pause(); HRESULT Resume(); -}; +} [ object, @@ -549,7 +771,7 @@ [in] BOOL fAllocate); HRESULT GetAllocateForStream( - [in] WORD dwSreamNum, + [in] WORD dwStreamNum, [out] BOOL *pfAllocate); HRESULT GetStatistics( @@ -832,7 +1054,7 @@ HRESULT OpenStream( [in] IStream *pStream); -}; +} [ object, @@ -1016,6 +1238,555 @@ HRESULT SetNonBlocking(); } +[ + object, + uuid(96406bda-2b2b-11d3-b36b-00c04f6108ff), + pointer_default(unique), + local +] +interface IWMHeaderInfo : IUnknown +{ + HRESULT GetAttributeCount( + [in] WORD stream_num, + [out] WORD *attributes ); + + HRESULT GetAttributeByIndex( + [in] WORD index, + [in, out] WORD *stream_num, + [out, size_is( *name_len )] WCHAR *name, + [in, out] WORD *name_len, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is( *length )] BYTE *value, + [in, out] WORD *length ); + + HRESULT GetAttributeByName( + [in, out] WORD *stream_num, + [in] LPCWSTR name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is( *length )] BYTE *value, + [in, out] WORD *length ); + + HRESULT SetAttribute( + [in] WORD stream_num, + [in] LPCWSTR name, + [in] WMT_ATTR_DATATYPE type, + [in, size_is( length )] const BYTE *value, + [in] WORD length ); + + HRESULT GetMarkerCount( + [out] WORD *markers ); + + HRESULT GetMarker( + [in] WORD index, + [out, size_is( *marker_len )] WCHAR *marker_name, + [in, out] WORD *marker_len, + [out] QWORD *marker_time ); + + HRESULT AddMarker( + [in] LPCWSTR_WMSDK_TYPE_SAFE marker_name, + [in] QWORD marker_time ); + + HRESULT RemoveMarker( + [in] WORD index ); + + HRESULT GetScriptCount( + [out] WORD *scripts ); + + HRESULT GetScript( + [in] WORD index, + [out, size_is( *type_len )] WCHAR *type, + [in, out] WORD *type_len, + [out, size_is( *command_len )] WCHAR *command, + [in, out] WORD *command_len, + [out] QWORD *script_time ); + + HRESULT AddScript( + [in] LPCWSTR_WMSDK_TYPE_SAFE type, + [in] LPCWSTR_WMSDK_TYPE_SAFE command, + [in] QWORD script_time ); + + HRESULT RemoveScript( + [in] WORD index ); +} + +[ + object, + uuid(15cf9781-454e-482e-b393-85fae487a810), + pointer_default(unique), + local +] +interface IWMHeaderInfo2 : IWMHeaderInfo +{ + HRESULT GetCodecInfoCount( + [out] DWORD *codec_infos ); + + HRESULT GetCodecInfo( + [in] DWORD index, + [in, out] WORD *name_len, + [out, size_is( *name_len )] WCHAR *name, + [in, out] WORD *description_len, + [out, size_is( *description_len )] WCHAR *description, + [out] WMT_CODEC_INFO_TYPE *codec_type, + [in, out] WORD *codec_info_cnt, + [out, size_is( *codec_info_cnt )] BYTE *codec_info ); +} + +[ + object, + uuid(15cc68e3-27cc-4ecd-b222-3f5d02d80bd5), + pointer_default(unique), + local +] +interface IWMHeaderInfo3 : IWMHeaderInfo2 +{ + HRESULT GetAttributeCountEx( + [in] WORD stream_num, + [out] WORD *attributes ); + + HRESULT GetAttributeIndices( + [in] WORD stream_num, + [in] LPCWSTR name, + [in] WORD *lang_index, + [out, size_is( *count )] WORD *indices, + [in, out] WORD *count ); + + HRESULT GetAttributeByIndexEx( + [in] WORD stream_num, + [in] WORD index, + [out, size_is( *name_len )] LPWSTR name, + [in, out] WORD *name_len, + [out] WMT_ATTR_DATATYPE *type, + [out] WORD *lang_index, + [out, size_is( *data_len )] BYTE *value, + [in, out] DWORD *data_len ); + + HRESULT ModifyAttribute( + [in] WORD stream_num, + [in] WORD index, + [in] WMT_ATTR_DATATYPE type, + [in] WORD lang_index, + [in, size_is( length )] const BYTE *value, + [in] DWORD length ); + + HRESULT AddAttribute( + [in] WORD stream_num, + [in] LPCWSTR name, + [out] WORD *index, + [in] WMT_ATTR_DATATYPE type, + [in] WORD lang_index, + [in, size_is( length )] const BYTE *value, + [in] DWORD length ); + + HRESULT DeleteAttribute( + [in] WORD stream_num, + [in] WORD index ); + + HRESULT AddCodecInfo( + [in] LPCWSTR_WMSDK_TYPE_SAFE name, + [in] LPCWSTR_WMSDK_TYPE_SAFE description, + [in] WMT_CODEC_INFO_TYPE codec_type, + [in] WORD codec_info_cnt, + [in, size_is( codec_info_cnt )] BYTE *codec_info ); +} + +[ + object, + uuid(96406bec-2b2b-11d3-b36b-00c04f6108ff), + pointer_default(unique), + local +] +interface IWMReaderNetworkConfig : IUnknown +{ + HRESULT GetBufferingTime([out] QWORD *buffering_time); + HRESULT SetBufferingTime([in] QWORD buffering_time); + + HRESULT GetUDPPortRanges( + [out, size_is( *ranges )] WM_PORT_NUMBER_RANGE *array, + [in, out] DWORD *ranges); + + HRESULT SetUDPPortRanges( + [in, size_is( ranges )] WM_PORT_NUMBER_RANGE *array, + [in] DWORD ranges); + + HRESULT GetProxySettings( + [in] const WCHAR *protocol, + [out] WMT_PROXY_SETTINGS *proxy); + + HRESULT SetProxySettings( + [in] LPCWSTR protocol, + [in] WMT_PROXY_SETTINGS proxy); + + HRESULT GetProxyHostName( + [in] const WCHAR *protocol, + [out, size_is( *size )] WCHAR *hostname, + [in, out] DWORD *size); + + HRESULT SetProxyHostName( + [in] const WCHAR *protocol, + [in] const WCHAR *hostname); + + HRESULT GetProxyPort( + [in] const WCHAR *protocol, + [out] DWORD *port); + + HRESULT SetProxyPort( + [in] const WCHAR *protocol, + [in] DWORD port); + + HRESULT GetProxyExceptionList( + [in] const WCHAR *protocol, + [out, size_is( *count )] WCHAR *exceptions, + [in, out] DWORD *count); + + HRESULT SetProxyExceptionList( + [in] const WCHAR *protocol, + [in] const WCHAR *exceptions); + + HRESULT GetProxyBypassForLocal( + [in] const WCHAR *protocol, + [out] BOOL *bypass); + + HRESULT SetProxyBypassForLocal( + [in] const WCHAR *protocol, + [in] BOOL bypass); + + HRESULT GetForceRerunAutoProxyDetection([out] BOOL *detection); + HRESULT SetForceRerunAutoProxyDetection([in] BOOL detection); + + HRESULT GetEnableMulticast([out] BOOL *multicast); + HRESULT SetEnableMulticast([in] BOOL multicast); + + HRESULT GetEnableHTTP([out] BOOL *enable); + HRESULT SetEnableHTTP([in] BOOL enable); + + HRESULT GetEnableUDP([out] BOOL *enable); + HRESULT SetEnableUDP([in] BOOL enable); + + HRESULT GetEnableTCP([out] BOOL *enable); + HRESULT SetEnableTCP([in] BOOL enable); + + HRESULT ResetProtocolRollover(); + + HRESULT GetConnectionBandwidth([out] DWORD *bandwidth); + HRESULT SetConnectionBandwidth([in] DWORD bandwidth); + + HRESULT GetNumProtocolsSupported([out] DWORD *protocols); + + HRESULT GetSupportedProtocolName( + [in] DWORD protocol_num, + [out, size_is( *size )] WCHAR *protocol, + [in, out] DWORD *size); + + HRESULT AddLoggingUrl([in] const WCHAR *url); + + HRESULT GetLoggingUrl( + [in] DWORD index, + [out, size_is( *size )] WCHAR *url, + [in, out] DWORD *size); + + HRESULT GetLoggingUrlCount([out] DWORD *count); + + HRESULT ResetLoggingUrlList(); +} + +[ + object, + uuid(d979a853-042b-4050-8387-c939db22013f), + pointer_default(unique), + local +] +interface IWMReaderNetworkConfig2 : IWMReaderNetworkConfig +{ + HRESULT GetEnableContentCaching([out] BOOL *enable); + HRESULT SetEnableContentCaching([in] BOOL enable); + + HRESULT GetEnableFastCache([out] BOOL *enable); + HRESULT SetEnableFastCache([in] BOOL enable); + + HRESULT GetAcceleratedStreamingDuration([out] QWORD *duration); + HRESULT SetAcceleratedStreamingDuration([in] QWORD duration); + + HRESULT GetAutoReconnectLimit([out] DWORD *limit); + HRESULT SetAutoReconnectLimit([in] DWORD limit); + + HRESULT GetEnableResends([out] BOOL *enable); + HRESULT SetEnableResends([in] BOOL enable); + + HRESULT GetEnableThinning([out] BOOL *enable); + HRESULT SetEnableThinning([in] BOOL enable); + + HRESULT GetMaxNetPacketSize([out] DWORD *packet_size); +} + +[ + object, + uuid(96406bed-2b2b-11d3-b36b-00c04f6108ff), + pointer_default(unique), + local +] + +interface IWMReaderStreamClock : IUnknown +{ + HRESULT GetTime([in] QWORD *now); + + HRESULT SetTimer([in] QWORD when, + [in] void *param, + [out] DWORD *id); + + HRESULT KillTimer([in] DWORD id); +} + +[ + object, + uuid(cdfb97ab-188f-40b3-b643-5b7903975c59), + pointer_default(unique), + local +] +interface IWMPacketSize : IUnknown +{ + HRESULT GetMaxPacketSize([out] DWORD *size); + HRESULT SetMaxPacketSize([in] DWORD size); +} + +[ + object, + uuid(8bfc2b9e-b646-4233-a877-1c6a079669dc), + pointer_default(unique), + local +] +interface IWMPacketSize2 : IWMPacketSize +{ + HRESULT GetMinPacketSize([out] DWORD *size); + HRESULT SetMinPacketSize([in] DWORD size); +} + +[ + object, + uuid(d2827540-3ee7-432c-b14c-dc17f085d3b3), + pointer_default(unique), + local +] +interface IWMDRMReader : IUnknown +{ + HRESULT AcquireLicense([in] DWORD flags); + HRESULT CancelLicenseAcquisition(); + + HRESULT Individualize([in] DWORD flags); + HRESULT CancelIndividualization(); + + HRESULT MonitorLicenseAcquisition(); + HRESULT CancelMonitorLicenseAcquisition(); + + HRESULT SetDRMProperty( + [in] const WCHAR *name, + [in] WMT_ATTR_DATATYPE type, + [in, size_is( length )] const BYTE *value, + [in] WORD length); + + HRESULT GetDRMProperty( + [in] const WCHAR *name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is( *length )] BYTE *value, + [in, out] WORD *length); +} + +[ + object, + uuid(befe7a75-9f1d-4075-b9d9-a3c37bda49a0), + pointer_default(unique), + local +] +interface IWMDRMReader2 : IWMDRMReader +{ + HRESULT SetEvaluateOutputLevelLicenses([in] BOOL evaluate); + HRESULT GetPlayOutputLevels( + [out, size_is( *length )] DRM_PLAY_OPL *play, + [in, out] DWORD *length, + [out] DWORD *level); + + HRESULT GetCopyOutputLevels( + [out, size_is( *length )] DRM_COPY_OPL *copy, + [in, out] DWORD *length, + [out] DWORD *level); + + HRESULT TryNextLicense(); +} + +[ + object, + uuid(e08672de-f1e7-4ff4-a0a3-fc4b08e4caf8), + pointer_default(unique), + local +] +interface IWMDRMReader3 : IWMDRMReader2 +{ + HRESULT GetInclusionList( + [out] GUID **guids, + [out] DWORD *count); +} + +[ + object, + uuid(bddc4d08-944d-4d52-a612-46c3fda07dd4), + pointer_default( unique ), + local +] +interface IWMReaderAccelerator : IUnknown +{ + HRESULT GetCodecInterface( + [in] DWORD output, + [in] REFIID riid, + [out] void **codec); + + HRESULT Notify( + [in] DWORD output, + [in] WM_MEDIA_TYPE *subtype); +} + +[ + object, + uuid(f369e2f0-e081-4fe6-8450-b810b2f410d1), + pointer_default(unique), + local +] +interface IWMReaderTimecode : IUnknown +{ + HRESULT GetTimecodeRangeCount( + [in] WORD num, + [out] WORD *count); + + HRESULT GetTimecodeRangeBounds( + [in] WORD stream, + [in] WORD range, + [out] DWORD *start_timecode, + [out] DWORD *end_timecode); +} + +[ + object, + uuid(fdbe5592-81a1-41ea-93bd-735cad1adc05), + pointer_default(unique), + local +] +interface IWMReaderTypeNegotiation : IUnknown +{ + HRESULT TryOutputProps( + [in] DWORD output, + [in] IWMOutputMediaProps *props); +} + +[ + object, + uuid(df683f00-2d49-4d8e-92b7-fb19f6a0dc57), + pointer_default(unique), + local +] +interface IWMLanguageList : IUnknown +{ + HRESULT GetLanguageCount( + [out] WORD *count); + + HRESULT GetLanguageDetails( + [in] WORD index, + [out, size_is( *length )] WCHAR *language, + [in, out] WORD *length); + + HRESULT AddLanguageByRFC1766String( + [in] LPCWSTR_WMSDK_TYPE_SAFE language, + [out] WORD *index); +} + +[ + object, + uuid(f28c0300-9baa-4477-a846-1744d9cbf533), + pointer_default(unique), + local +] +interface IWMReaderPlaylistBurn : IUnknown +{ + HRESULT InitPlaylistBurn( + [in] DWORD count, + [in] LPCWSTR_WMSDK_TYPE_SAFE *filenames, + [in] IWMStatusCallback *callback, + [in] void *context); + + HRESULT GetInitResults( + [in] DWORD count, + [out] HRESULT *stat); + + HRESULT Cancel(); + + HRESULT EndPlaylistBurn([in] HRESULT result); +} + +[ + object, + uuid(72995a79-5090-42a4-9c8c-d9d0b6d34be5), + pointer_default(unique), + local +] +interface IWMPropertyVault : IUnknown +{ + HRESULT GetPropertyCount([in] DWORD *count); + + HRESULT GetPropertyByName( + [in] const WCHAR *name, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is( *size )] BYTE *value, + [in, out] DWORD *size); + + HRESULT SetProperty( + [in] const WCHAR *name, + [in] WMT_ATTR_DATATYPE type, + [in] BYTE *value, + [in] DWORD size); + + HRESULT GetPropertyByIndex( + [in] DWORD index, + [out, size_is( *pdwNameLen )] WCHAR *name, + [in, out] DWORD *length, + [out] WMT_ATTR_DATATYPE *type, + [out, size_is( *size )] BYTE *value, + [in, out] DWORD *size); + + HRESULT CopyPropertiesFrom([in] IWMPropertyVault *vault); + + HRESULT Clear(); +}; + +[ + object, + uuid(fc54a285-38c4-45b5-aa23-85b9f7cb424b), + pointer_default(unique), + local +] +interface IWMWriterPreprocess : IUnknown +{ + HRESULT GetMaxPreprocessingPasses( + [in] DWORD input, + [in] DWORD flags, + [out] DWORD *passes); + + HRESULT SetNumPreprocessingPasses( + [in] DWORD input, + [in] DWORD flags, + [in] DWORD passes); + + HRESULT BeginPreprocessingPass( + [in] DWORD input, + [in] DWORD flags); + + HRESULT PreprocessSample( + [in] DWORD input, + [in] QWORD sample_time, + [in] DWORD flags, + [in] INSSBuffer *sample); + + HRESULT EndPreprocessingPass( + [in] DWORD input, + [in] DWORD flags); +}; + cpp_quote("HRESULT WINAPI WMCreateWriter(IUnknown*,IWMWriter**);") cpp_quote("HRESULT WINAPI WMCreateReader(IUnknown*,DWORD,IWMReader**);") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wpcapi.h mingw-w64-6.0.0/mingw-w64-headers/include/wpcapi.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wpcapi.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wpcapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/wpcapi.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/wpcapi.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,28 +20,52 @@ #ifndef __IWPCSettings_FWD_DEFINED__ #define __IWPCSettings_FWD_DEFINED__ typedef interface IWPCSettings IWPCSettings; +#ifdef __cplusplus +interface IWPCSettings; +#endif /* __cplusplus */ #endif #ifndef __IWPCGamesSettings_FWD_DEFINED__ #define __IWPCGamesSettings_FWD_DEFINED__ typedef interface IWPCGamesSettings IWPCGamesSettings; +#ifdef __cplusplus +interface IWPCGamesSettings; +#endif /* __cplusplus */ #endif #ifndef __IWPCWebSettings_FWD_DEFINED__ #define __IWPCWebSettings_FWD_DEFINED__ typedef interface IWPCWebSettings IWPCWebSettings; +#ifdef __cplusplus +interface IWPCWebSettings; +#endif /* __cplusplus */ #endif #ifndef __IWindowsParentalControlsCore_FWD_DEFINED__ #define __IWindowsParentalControlsCore_FWD_DEFINED__ typedef interface IWindowsParentalControlsCore IWindowsParentalControlsCore; +#ifdef __cplusplus +interface IWindowsParentalControlsCore; +#endif /* __cplusplus */ #endif #ifndef __IWindowsParentalControls_FWD_DEFINED__ #define __IWindowsParentalControls_FWD_DEFINED__ typedef interface IWindowsParentalControls IWindowsParentalControls; +#ifdef __cplusplus +interface IWindowsParentalControls; +#endif /* __cplusplus */ #endif +#ifndef __WindowsParentalControls_FWD_DEFINED__ +#define __WindowsParentalControls_FWD_DEFINED__ +#ifdef __cplusplus +typedef class WindowsParentalControls WindowsParentalControls; +#else +typedef struct WindowsParentalControls WindowsParentalControls; +#endif /* defined __cplusplus */ +#endif /* defined __WindowsParentalControls_FWD_DEFINED__ */ + /* Headers for imported files */ #include @@ -89,31 +113,32 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWPCSettings* This, + IWPCSettings *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWPCSettings* This); + IWPCSettings *This); ULONG (STDMETHODCALLTYPE *Release)( - IWPCSettings* This); + IWPCSettings *This); /*** IWPCSettings methods ***/ HRESULT (STDMETHODCALLTYPE *IsLoggingRequired)( - IWPCSettings* This, + IWPCSettings *This, WINBOOL *pfRequired); HRESULT (STDMETHODCALLTYPE *GetLastSettingsChangeTime)( - IWPCSettings* This, + IWPCSettings *This, SYSTEMTIME *pTime); HRESULT (STDMETHODCALLTYPE *GetRestrictions)( - IWPCSettings* This, + IWPCSettings *This, DWORD *pdwRestrictions); END_INTERFACE } IWPCSettingsVtbl; + interface IWPCSettings { CONST_VTBL IWPCSettingsVtbl* lpVtbl; }; @@ -154,30 +179,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWPCSettings_IsLoggingRequired_Proxy( - IWPCSettings* This, - WINBOOL *pfRequired); -void __RPC_STUB IWPCSettings_IsLoggingRequired_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWPCSettings_GetLastSettingsChangeTime_Proxy( - IWPCSettings* This, - SYSTEMTIME *pTime); -void __RPC_STUB IWPCSettings_GetLastSettingsChangeTime_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWPCSettings_GetRestrictions_Proxy( - IWPCSettings* This, - DWORD *pdwRestrictions); -void __RPC_STUB IWPCSettings_GetRestrictions_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWPCSettings_INTERFACE_DEFINED__ */ @@ -206,37 +207,38 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWPCGamesSettings* This, + IWPCGamesSettings *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWPCGamesSettings* This); + IWPCGamesSettings *This); ULONG (STDMETHODCALLTYPE *Release)( - IWPCGamesSettings* This); + IWPCGamesSettings *This); /*** IWPCSettings methods ***/ HRESULT (STDMETHODCALLTYPE *IsLoggingRequired)( - IWPCGamesSettings* This, + IWPCGamesSettings *This, WINBOOL *pfRequired); HRESULT (STDMETHODCALLTYPE *GetLastSettingsChangeTime)( - IWPCGamesSettings* This, + IWPCGamesSettings *This, SYSTEMTIME *pTime); HRESULT (STDMETHODCALLTYPE *GetRestrictions)( - IWPCGamesSettings* This, + IWPCGamesSettings *This, DWORD *pdwRestrictions); /*** IWPCGamesSettings methods ***/ HRESULT (STDMETHODCALLTYPE *IsBlocked)( - IWPCGamesSettings* This, + IWPCGamesSettings *This, GUID guidAppID, DWORD *pdwReasons); END_INTERFACE } IWPCGamesSettingsVtbl; + interface IWPCGamesSettings { CONST_VTBL IWPCGamesSettingsVtbl* lpVtbl; }; @@ -283,15 +285,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWPCGamesSettings_IsBlocked_Proxy( - IWPCGamesSettings* This, - GUID guidAppID, - DWORD *pdwReasons); -void __RPC_STUB IWPCGamesSettings_IsBlocked_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWPCGamesSettings_INTERFACE_DEFINED__ */ @@ -330,36 +323,36 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWPCWebSettings* This, + IWPCWebSettings *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWPCWebSettings* This); + IWPCWebSettings *This); ULONG (STDMETHODCALLTYPE *Release)( - IWPCWebSettings* This); + IWPCWebSettings *This); /*** IWPCSettings methods ***/ HRESULT (STDMETHODCALLTYPE *IsLoggingRequired)( - IWPCWebSettings* This, + IWPCWebSettings *This, WINBOOL *pfRequired); HRESULT (STDMETHODCALLTYPE *GetLastSettingsChangeTime)( - IWPCWebSettings* This, + IWPCWebSettings *This, SYSTEMTIME *pTime); HRESULT (STDMETHODCALLTYPE *GetRestrictions)( - IWPCWebSettings* This, + IWPCWebSettings *This, DWORD *pdwRestrictions); /*** IWPCWebSettings methods ***/ HRESULT (STDMETHODCALLTYPE *GetSettings)( - IWPCWebSettings* This, + IWPCWebSettings *This, DWORD *pdwSettings); HRESULT (STDMETHODCALLTYPE *RequestURLOverride)( - IWPCWebSettings* This, + IWPCWebSettings *This, HWND hWnd, LPCWSTR pcszURL, DWORD cURLs, @@ -368,6 +361,7 @@ END_INTERFACE } IWPCWebSettingsVtbl; + interface IWPCWebSettings { CONST_VTBL IWPCWebSettingsVtbl* lpVtbl; }; @@ -418,26 +412,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWPCWebSettings_GetSettings_Proxy( - IWPCWebSettings* This, - DWORD *pdwSettings); -void __RPC_STUB IWPCWebSettings_GetSettings_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWPCWebSettings_RequestURLOverride_Proxy( - IWPCWebSettings* This, - HWND hWnd, - LPCWSTR pcszURL, - DWORD cURLs, - LPCWSTR *ppcszSubURLs, - WINBOOL *pfChanged); -void __RPC_STUB IWPCWebSettings_RequestURLOverride_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWPCWebSettings_INTERFACE_DEFINED__ */ @@ -481,38 +455,39 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWindowsParentalControlsCore* This, + IWindowsParentalControlsCore *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWindowsParentalControlsCore* This); + IWindowsParentalControlsCore *This); ULONG (STDMETHODCALLTYPE *Release)( - IWindowsParentalControlsCore* This); + IWindowsParentalControlsCore *This); /*** IWindowsParentalControlsCore methods ***/ HRESULT (STDMETHODCALLTYPE *GetVisibility)( - IWindowsParentalControlsCore* This, + IWindowsParentalControlsCore *This, WPCFLAG_VISIBILITY *peVisibility); HRESULT (STDMETHODCALLTYPE *GetUserSettings)( - IWindowsParentalControlsCore* This, + IWindowsParentalControlsCore *This, LPCWSTR pcszSID, IWPCSettings **ppSettings); HRESULT (STDMETHODCALLTYPE *GetWebSettings)( - IWindowsParentalControlsCore* This, + IWindowsParentalControlsCore *This, LPCWSTR pcszSID, IWPCWebSettings **ppSettings); HRESULT (STDMETHODCALLTYPE *GetWebFilterInfo)( - IWindowsParentalControlsCore* This, + IWindowsParentalControlsCore *This, GUID *pguidID, LPWSTR *ppszName); END_INTERFACE } IWindowsParentalControlsCoreVtbl; + interface IWindowsParentalControlsCore { CONST_VTBL IWindowsParentalControlsCoreVtbl* lpVtbl; }; @@ -557,41 +532,6 @@ #endif -HRESULT STDMETHODCALLTYPE IWindowsParentalControlsCore_GetVisibility_Proxy( - IWindowsParentalControlsCore* This, - WPCFLAG_VISIBILITY *peVisibility); -void __RPC_STUB IWindowsParentalControlsCore_GetVisibility_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWindowsParentalControlsCore_GetUserSettings_Proxy( - IWindowsParentalControlsCore* This, - LPCWSTR pcszSID, - IWPCSettings **ppSettings); -void __RPC_STUB IWindowsParentalControlsCore_GetUserSettings_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWindowsParentalControlsCore_GetWebSettings_Proxy( - IWindowsParentalControlsCore* This, - LPCWSTR pcszSID, - IWPCWebSettings **ppSettings); -void __RPC_STUB IWindowsParentalControlsCore_GetWebSettings_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IWindowsParentalControlsCore_GetWebFilterInfo_Proxy( - IWindowsParentalControlsCore* This, - GUID *pguidID, - LPWSTR *ppszName); -void __RPC_STUB IWindowsParentalControlsCore_GetWebFilterInfo_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWindowsParentalControlsCore_INTERFACE_DEFINED__ */ @@ -601,9 +541,9 @@ #ifndef __IWindowsParentalControls_INTERFACE_DEFINED__ #define __IWindowsParentalControls_INTERFACE_DEFINED__ -DEFINE_GUID(IID_IWindowsParentalControls, 0x4ff40a0f, 0x3f3b, 0x4d7c, 0xa4,0x1b, 0x4f,0x39,0xd7,0xb4,0x4d,0x05); +DEFINE_GUID(IID_IWindowsParentalControls, 0x28b4d88b, 0xe072, 0x49e6, 0x80,0x4d, 0x26,0xed,0xbe,0x21,0xa7,0xb9); #if defined(__cplusplus) && !defined(CINTERFACE) -MIDL_INTERFACE("4ff40a0f-3f3b-4d7c-a41b-4f39d7b44d05") +MIDL_INTERFACE("28b4d88b-e072-49e6-804d-26edbe21a7b9") IWindowsParentalControls : public IWindowsParentalControlsCore { virtual HRESULT STDMETHODCALLTYPE GetGamesSettings( @@ -612,7 +552,7 @@ }; #ifdef __CRT_UUID_DECL -__CRT_UUID_DECL(IWindowsParentalControls, 0x4ff40a0f, 0x3f3b, 0x4d7c, 0xa4,0x1b, 0x4f,0x39,0xd7,0xb4,0x4d,0x05) +__CRT_UUID_DECL(IWindowsParentalControls, 0x28b4d88b, 0xe072, 0x49e6, 0x80,0x4d, 0x26,0xed,0xbe,0x21,0xa7,0xb9) #endif #else typedef struct IWindowsParentalControlsVtbl { @@ -620,44 +560,45 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IWindowsParentalControls* This); + IWindowsParentalControls *This); ULONG (STDMETHODCALLTYPE *Release)( - IWindowsParentalControls* This); + IWindowsParentalControls *This); /*** IWindowsParentalControlsCore methods ***/ HRESULT (STDMETHODCALLTYPE *GetVisibility)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, WPCFLAG_VISIBILITY *peVisibility); HRESULT (STDMETHODCALLTYPE *GetUserSettings)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, LPCWSTR pcszSID, IWPCSettings **ppSettings); HRESULT (STDMETHODCALLTYPE *GetWebSettings)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, LPCWSTR pcszSID, IWPCWebSettings **ppSettings); HRESULT (STDMETHODCALLTYPE *GetWebFilterInfo)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, GUID *pguidID, LPWSTR *ppszName); /*** IWindowsParentalControls methods ***/ HRESULT (STDMETHODCALLTYPE *GetGamesSettings)( - IWindowsParentalControls* This, + IWindowsParentalControls *This, LPCWSTR pcszSID, IWPCGamesSettings **ppSettings); END_INTERFACE } IWindowsParentalControlsVtbl; + interface IWindowsParentalControls { CONST_VTBL IWindowsParentalControlsVtbl* lpVtbl; }; @@ -708,18 +649,22 @@ #endif -HRESULT STDMETHODCALLTYPE IWindowsParentalControls_GetGamesSettings_Proxy( - IWindowsParentalControls* This, - LPCWSTR pcszSID, - IWPCGamesSettings **ppSettings); -void __RPC_STUB IWindowsParentalControls_GetGamesSettings_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IWindowsParentalControls_INTERFACE_DEFINED__ */ +/***************************************************************************** + * WindowsParentalControls coclass + */ + +DEFINE_GUID(CLSID_WindowsParentalControls, 0xe77cc89b, 0x7401, 0x4c04, 0x8c,0xed, 0x14,0x9d,0xb3,0x5a,0xdd,0x04); + +#ifdef __cplusplus +class DECLSPEC_UUID("e77cc89b-7401-4c04-8ced-149db35add04") WindowsParentalControls; +#ifdef __CRT_UUID_DECL +__CRT_UUID_DECL(WindowsParentalControls, 0xe77cc89b, 0x7401, 0x4c04, 0x8c,0xed, 0x14,0x9d,0xb3,0x5a,0xdd,0x04) +#endif +#endif + /* Begin additional prototypes for all interfaces */ ULONG __RPC_USER HWND_UserSize (ULONG *, ULONG, HWND *); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wpcapi.idl mingw-w64-6.0.0/mingw-w64-headers/include/wpcapi.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/wpcapi.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wpcapi.idl 2018-09-14 14:16:43.000000000 +0000 @@ -19,6 +19,10 @@ import "oaidl.idl"; import "ocidl.idl"; +#ifndef __WIDL__ +#define threading(model) +#endif + typedef [v1_enum] enum tagWPCFLAG_RESTRICTION { WPCFLAG_NO_RESTRICTION = 0x0000, WPCFLAG_LOGGING_REQUIRED = 0x0001, @@ -105,7 +109,7 @@ } [ - uuid(4ff40a0f-3f3b-4d7c-a41b-4f39d7b44d05), + uuid(28b4d88b-e072-49e6-804d-26edbe21a7b9), object ] interface IWindowsParentalControls : IWindowsParentalControlsCore @@ -114,3 +118,13 @@ [in] LPCWSTR pcszSID, [out] IWPCGamesSettings **ppSettings) ; } + +[ + helpstring("WindowsParentalControls class"), + threading(both), + uuid(e77cc89b-7401-4c04-8ced-149db35add04) +] +coclass WindowsParentalControls +{ + [default] interface IWindowsParentalControls; +} diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/wrl/client.h mingw-w64-6.0.0/mingw-w64-headers/include/wrl/client.h --- mingw-w64-5.0.4/mingw-w64-headers/include/wrl/client.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/wrl/client.h 2018-09-14 14:16:43.000000000 +0000 @@ -88,7 +88,7 @@ } template - ComPtr(const ComPtr &other) throw() : ptr_(other.ptr_) { + ComPtr(const ComPtr &other) throw() : ptr_(other.Get()) { InternalAddRef(); } @@ -98,9 +98,7 @@ } template - ComPtr(ComPtr&& other) throw() : ptr_(other.ptr_) { - other.ptr_ = nullptr; - } + ComPtr(ComPtr&& other) throw() : ptr_(other.Detach()) {} ~ComPtr() throw() { InternalRelease(); diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/xmllite.h mingw-w64-6.0.0/mingw-w64-headers/include/xmllite.h --- mingw-w64-5.0.4/mingw-w64-headers/include/xmllite.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/xmllite.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 1.6 from include/xmllite.idl - Do not edit ***/ +/*** Autogenerated by WIDL 3.1 from include/xmllite.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 @@ -20,16 +20,25 @@ #ifndef __IXmlReader_FWD_DEFINED__ #define __IXmlReader_FWD_DEFINED__ typedef interface IXmlReader IXmlReader; +#ifdef __cplusplus +interface IXmlReader; +#endif /* __cplusplus */ #endif #ifndef __IXmlResolver_FWD_DEFINED__ #define __IXmlResolver_FWD_DEFINED__ typedef interface IXmlResolver IXmlResolver; +#ifdef __cplusplus +interface IXmlResolver; +#endif /* __cplusplus */ #endif #ifndef __IXmlWriter_FWD_DEFINED__ #define __IXmlWriter_FWD_DEFINED__ typedef interface IXmlWriter IXmlWriter; +#ifdef __cplusplus +interface IXmlWriter; +#endif /* __cplusplus */ #endif /* Headers for imported files */ @@ -157,116 +166,117 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IXmlReader* This, + IXmlReader *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IXmlReader* This); + IXmlReader *This); ULONG (STDMETHODCALLTYPE *Release)( - IXmlReader* This); + IXmlReader *This); /*** IXmlReader methods ***/ HRESULT (STDMETHODCALLTYPE *SetInput)( - IXmlReader* This, + IXmlReader *This, IUnknown *input); HRESULT (STDMETHODCALLTYPE *GetProperty)( - IXmlReader* This, + IXmlReader *This, UINT property, LONG_PTR *value); HRESULT (STDMETHODCALLTYPE *SetProperty)( - IXmlReader* This, + IXmlReader *This, UINT property, LONG_PTR value); HRESULT (STDMETHODCALLTYPE *Read)( - IXmlReader* This, + IXmlReader *This, XmlNodeType *node_type); HRESULT (STDMETHODCALLTYPE *GetNodeType)( - IXmlReader* This, + IXmlReader *This, XmlNodeType *node_type); HRESULT (STDMETHODCALLTYPE *MoveToFirstAttribute)( - IXmlReader* This); + IXmlReader *This); HRESULT (STDMETHODCALLTYPE *MoveToNextAttribute)( - IXmlReader* This); + IXmlReader *This); HRESULT (STDMETHODCALLTYPE *MoveToAttributeByName)( - IXmlReader* This, + IXmlReader *This, LPCWSTR local_name, LPCWSTR namespaceUri); HRESULT (STDMETHODCALLTYPE *MoveToElement)( - IXmlReader* This); + IXmlReader *This); HRESULT (STDMETHODCALLTYPE *GetQualifiedName)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *qualifiedName, UINT *qualifiedName_length); HRESULT (STDMETHODCALLTYPE *GetNamespaceUri)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *namespaceUri, UINT *nnamespaceUri_length); HRESULT (STDMETHODCALLTYPE *GetLocalName)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *local_name, UINT *locale_name_length); HRESULT (STDMETHODCALLTYPE *GetPrefix)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *prefix, UINT *prefix_length); HRESULT (STDMETHODCALLTYPE *GetValue)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *value, UINT *value_length); HRESULT (STDMETHODCALLTYPE *ReadValueChunk)( - IXmlReader* This, + IXmlReader *This, WCHAR *buffer, UINT chunk_size, UINT *read); HRESULT (STDMETHODCALLTYPE *GetBaseUri)( - IXmlReader* This, + IXmlReader *This, LPCWSTR *baseUri, UINT *baseUri_length); WINBOOL (STDMETHODCALLTYPE *IsDefault)( - IXmlReader* This); + IXmlReader *This); WINBOOL (STDMETHODCALLTYPE *IsEmptyElement)( - IXmlReader* This); + IXmlReader *This); HRESULT (STDMETHODCALLTYPE *GetLineNumber)( - IXmlReader* This, + IXmlReader *This, UINT *lineNumber); HRESULT (STDMETHODCALLTYPE *GetLinePosition)( - IXmlReader* This, + IXmlReader *This, UINT *linePosition); HRESULT (STDMETHODCALLTYPE *GetAttributeCount)( - IXmlReader* This, + IXmlReader *This, UINT *attributeCount); HRESULT (STDMETHODCALLTYPE *GetDepth)( - IXmlReader* This, + IXmlReader *This, UINT *depth); WINBOOL (STDMETHODCALLTYPE *IsEOF)( - IXmlReader* This); + IXmlReader *This); END_INTERFACE } IXmlReaderVtbl; + interface IXmlReader { CONST_VTBL IXmlReaderVtbl* lpVtbl; }; @@ -387,195 +397,6 @@ #endif -HRESULT STDMETHODCALLTYPE IXmlReader_SetInput_Proxy( - IXmlReader* This, - IUnknown *input); -void __RPC_STUB IXmlReader_SetInput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetProperty_Proxy( - IXmlReader* This, - UINT property, - LONG_PTR *value); -void __RPC_STUB IXmlReader_GetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_SetProperty_Proxy( - IXmlReader* This, - UINT property, - LONG_PTR value); -void __RPC_STUB IXmlReader_SetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_Read_Proxy( - IXmlReader* This, - XmlNodeType *node_type); -void __RPC_STUB IXmlReader_Read_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetNodeType_Proxy( - IXmlReader* This, - XmlNodeType *node_type); -void __RPC_STUB IXmlReader_GetNodeType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_MoveToFirstAttribute_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_MoveToFirstAttribute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_MoveToNextAttribute_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_MoveToNextAttribute_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_MoveToAttributeByName_Proxy( - IXmlReader* This, - LPCWSTR local_name, - LPCWSTR namespaceUri); -void __RPC_STUB IXmlReader_MoveToAttributeByName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_MoveToElement_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_MoveToElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetQualifiedName_Proxy( - IXmlReader* This, - LPCWSTR *qualifiedName, - UINT *qualifiedName_length); -void __RPC_STUB IXmlReader_GetQualifiedName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetNamespaceUri_Proxy( - IXmlReader* This, - LPCWSTR *namespaceUri, - UINT *nnamespaceUri_length); -void __RPC_STUB IXmlReader_GetNamespaceUri_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetLocalName_Proxy( - IXmlReader* This, - LPCWSTR *local_name, - UINT *locale_name_length); -void __RPC_STUB IXmlReader_GetLocalName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetPrefix_Proxy( - IXmlReader* This, - LPCWSTR *prefix, - UINT *prefix_length); -void __RPC_STUB IXmlReader_GetPrefix_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetValue_Proxy( - IXmlReader* This, - LPCWSTR *value, - UINT *value_length); -void __RPC_STUB IXmlReader_GetValue_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_ReadValueChunk_Proxy( - IXmlReader* This, - WCHAR *buffer, - UINT chunk_size, - UINT *read); -void __RPC_STUB IXmlReader_ReadValueChunk_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetBaseUri_Proxy( - IXmlReader* This, - LPCWSTR *baseUri, - UINT *baseUri_length); -void __RPC_STUB IXmlReader_GetBaseUri_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE IXmlReader_IsDefault_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_IsDefault_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE IXmlReader_IsEmptyElement_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_IsEmptyElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetLineNumber_Proxy( - IXmlReader* This, - UINT *lineNumber); -void __RPC_STUB IXmlReader_GetLineNumber_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetLinePosition_Proxy( - IXmlReader* This, - UINT *linePosition); -void __RPC_STUB IXmlReader_GetLinePosition_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetAttributeCount_Proxy( - IXmlReader* This, - UINT *attributeCount); -void __RPC_STUB IXmlReader_GetAttributeCount_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlReader_GetDepth_Proxy( - IXmlReader* This, - UINT *depth); -void __RPC_STUB IXmlReader_GetDepth_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -WINBOOL STDMETHODCALLTYPE IXmlReader_IsEOF_Proxy( - IXmlReader* This); -void __RPC_STUB IXmlReader_IsEOF_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IXmlReader_INTERFACE_DEFINED__ */ @@ -606,19 +427,19 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IXmlResolver* This, + IXmlResolver *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IXmlResolver* This); + IXmlResolver *This); ULONG (STDMETHODCALLTYPE *Release)( - IXmlResolver* This); + IXmlResolver *This); /*** IXmlResolver methods ***/ HRESULT (STDMETHODCALLTYPE *ResolveUri)( - IXmlResolver* This, + IXmlResolver *This, LPCWSTR base_uri, LPCWSTR public_id, LPCWSTR system_id, @@ -626,6 +447,7 @@ END_INTERFACE } IXmlResolverVtbl; + interface IXmlResolver { CONST_VTBL IXmlResolverVtbl* lpVtbl; }; @@ -658,17 +480,6 @@ #endif -HRESULT STDMETHODCALLTYPE IXmlResolver_ResolveUri_Proxy( - IXmlResolver* This, - LPCWSTR base_uri, - LPCWSTR public_id, - LPCWSTR system_id, - IUnknown **input); -void __RPC_STUB IXmlResolver_ResolveUri_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IXmlResolver_INTERFACE_DEFINED__ */ @@ -936,152 +747,153 @@ /*** IUnknown methods ***/ HRESULT (STDMETHODCALLTYPE *QueryInterface)( - IXmlWriter* This, + IXmlWriter *This, REFIID riid, void **ppvObject); ULONG (STDMETHODCALLTYPE *AddRef)( - IXmlWriter* This); + IXmlWriter *This); ULONG (STDMETHODCALLTYPE *Release)( - IXmlWriter* This); + IXmlWriter *This); /*** IXmlWriter methods ***/ HRESULT (STDMETHODCALLTYPE *SetOutput)( - IXmlWriter* This, + IXmlWriter *This, IUnknown *pOutput); HRESULT (STDMETHODCALLTYPE *GetProperty)( - IXmlWriter* This, + IXmlWriter *This, UINT nProperty, LONG_PTR *ppValue); HRESULT (STDMETHODCALLTYPE *SetProperty)( - IXmlWriter* This, + IXmlWriter *This, UINT nProperty, LONG_PTR pValue); HRESULT (STDMETHODCALLTYPE *WriteAttributes)( - IXmlWriter* This, + IXmlWriter *This, IXmlReader *pReader, WINBOOL fWriteDefaultAttributes); HRESULT (STDMETHODCALLTYPE *WriteAttributeString)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszPrefix, LPCWSTR pwszLocalName, LPCWSTR pwszNamespaceUri, LPCWSTR pwszValue); HRESULT (STDMETHODCALLTYPE *WriteCData)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszText); HRESULT (STDMETHODCALLTYPE *WriteCharEntity)( - IXmlWriter* This, + IXmlWriter *This, WCHAR wch); HRESULT (STDMETHODCALLTYPE *WriteChars)( - IXmlWriter* This, + IXmlWriter *This, const WCHAR *pwch, UINT cwch); HRESULT (STDMETHODCALLTYPE *WriteComment)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszComment); HRESULT (STDMETHODCALLTYPE *WriteDocType)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszName, LPCWSTR pwszPublicId, LPCWSTR pwszSystemId, LPCWSTR pwszSubset); HRESULT (STDMETHODCALLTYPE *WriteElementString)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszPrefix, LPCWSTR pwszLocalName, LPCWSTR pwszNamespaceUri, LPCWSTR pwszValue); HRESULT (STDMETHODCALLTYPE *WriteEndDocument)( - IXmlWriter* This); + IXmlWriter *This); HRESULT (STDMETHODCALLTYPE *WriteEndElement)( - IXmlWriter* This); + IXmlWriter *This); HRESULT (STDMETHODCALLTYPE *WriteEntityRef)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszName); HRESULT (STDMETHODCALLTYPE *WriteFullEndElement)( - IXmlWriter* This); + IXmlWriter *This); HRESULT (STDMETHODCALLTYPE *WriteName)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszName); HRESULT (STDMETHODCALLTYPE *WriteNmToken)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszNmToken); HRESULT (STDMETHODCALLTYPE *WriteNode)( - IXmlWriter* This, + IXmlWriter *This, IXmlReader *pReader, WINBOOL fWriteDefaultAttributes); HRESULT (STDMETHODCALLTYPE *WriteNodeShallow)( - IXmlWriter* This, + IXmlWriter *This, IXmlReader *pReader, WINBOOL fWriteDefaultAttributes); HRESULT (STDMETHODCALLTYPE *WriteProcessingInstruction)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszName, LPCWSTR pwszText); HRESULT (STDMETHODCALLTYPE *WriteQualifiedName)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszLocalName, LPCWSTR pwszNamespaceUri); HRESULT (STDMETHODCALLTYPE *WriteRaw)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszData); HRESULT (STDMETHODCALLTYPE *WriteRawChars)( - IXmlWriter* This, + IXmlWriter *This, const WCHAR *pwch, UINT cwch); HRESULT (STDMETHODCALLTYPE *WriteStartDocument)( - IXmlWriter* This, + IXmlWriter *This, XmlStandalone standalone); HRESULT (STDMETHODCALLTYPE *WriteStartElement)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszPrefix, LPCWSTR pwszLocalName, LPCWSTR pwszNamespaceUri); HRESULT (STDMETHODCALLTYPE *WriteString)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszText); HRESULT (STDMETHODCALLTYPE *WriteSurrogateCharEntity)( - IXmlWriter* This, + IXmlWriter *This, WCHAR wchLow, WCHAR wchHigh); HRESULT (STDMETHODCALLTYPE *WriteWhitespace)( - IXmlWriter* This, + IXmlWriter *This, LPCWSTR pwszWhitespace); HRESULT (STDMETHODCALLTYPE *Flush)( - IXmlWriter* This); + IXmlWriter *This); END_INTERFACE } IXmlWriterVtbl; + interface IXmlWriter { CONST_VTBL IXmlWriterVtbl* lpVtbl; }; @@ -1226,255 +1038,6 @@ #endif -HRESULT STDMETHODCALLTYPE IXmlWriter_SetOutput_Proxy( - IXmlWriter* This, - IUnknown *pOutput); -void __RPC_STUB IXmlWriter_SetOutput_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_GetProperty_Proxy( - IXmlWriter* This, - UINT nProperty, - LONG_PTR *ppValue); -void __RPC_STUB IXmlWriter_GetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_SetProperty_Proxy( - IXmlWriter* This, - UINT nProperty, - LONG_PTR pValue); -void __RPC_STUB IXmlWriter_SetProperty_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteAttributes_Proxy( - IXmlWriter* This, - IXmlReader *pReader, - WINBOOL fWriteDefaultAttributes); -void __RPC_STUB IXmlWriter_WriteAttributes_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteAttributeString_Proxy( - IXmlWriter* This, - LPCWSTR pwszPrefix, - LPCWSTR pwszLocalName, - LPCWSTR pwszNamespaceUri, - LPCWSTR pwszValue); -void __RPC_STUB IXmlWriter_WriteAttributeString_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteCData_Proxy( - IXmlWriter* This, - LPCWSTR pwszText); -void __RPC_STUB IXmlWriter_WriteCData_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteCharEntity_Proxy( - IXmlWriter* This, - WCHAR wch); -void __RPC_STUB IXmlWriter_WriteCharEntity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteChars_Proxy( - IXmlWriter* This, - const WCHAR *pwch, - UINT cwch); -void __RPC_STUB IXmlWriter_WriteChars_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteComment_Proxy( - IXmlWriter* This, - LPCWSTR pwszComment); -void __RPC_STUB IXmlWriter_WriteComment_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteDocType_Proxy( - IXmlWriter* This, - LPCWSTR pwszName, - LPCWSTR pwszPublicId, - LPCWSTR pwszSystemId, - LPCWSTR pwszSubset); -void __RPC_STUB IXmlWriter_WriteDocType_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteElementString_Proxy( - IXmlWriter* This, - LPCWSTR pwszPrefix, - LPCWSTR pwszLocalName, - LPCWSTR pwszNamespaceUri, - LPCWSTR pwszValue); -void __RPC_STUB IXmlWriter_WriteElementString_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteEndDocument_Proxy( - IXmlWriter* This); -void __RPC_STUB IXmlWriter_WriteEndDocument_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteEndElement_Proxy( - IXmlWriter* This); -void __RPC_STUB IXmlWriter_WriteEndElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteEntityRef_Proxy( - IXmlWriter* This, - LPCWSTR pwszName); -void __RPC_STUB IXmlWriter_WriteEntityRef_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteFullEndElement_Proxy( - IXmlWriter* This); -void __RPC_STUB IXmlWriter_WriteFullEndElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteName_Proxy( - IXmlWriter* This, - LPCWSTR pwszName); -void __RPC_STUB IXmlWriter_WriteName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteNmToken_Proxy( - IXmlWriter* This, - LPCWSTR pwszNmToken); -void __RPC_STUB IXmlWriter_WriteNmToken_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteNode_Proxy( - IXmlWriter* This, - IXmlReader *pReader, - WINBOOL fWriteDefaultAttributes); -void __RPC_STUB IXmlWriter_WriteNode_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteNodeShallow_Proxy( - IXmlWriter* This, - IXmlReader *pReader, - WINBOOL fWriteDefaultAttributes); -void __RPC_STUB IXmlWriter_WriteNodeShallow_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteProcessingInstruction_Proxy( - IXmlWriter* This, - LPCWSTR pwszName, - LPCWSTR pwszText); -void __RPC_STUB IXmlWriter_WriteProcessingInstruction_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteQualifiedName_Proxy( - IXmlWriter* This, - LPCWSTR pwszLocalName, - LPCWSTR pwszNamespaceUri); -void __RPC_STUB IXmlWriter_WriteQualifiedName_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteRaw_Proxy( - IXmlWriter* This, - LPCWSTR pwszData); -void __RPC_STUB IXmlWriter_WriteRaw_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteRawChars_Proxy( - IXmlWriter* This, - const WCHAR *pwch, - UINT cwch); -void __RPC_STUB IXmlWriter_WriteRawChars_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteStartDocument_Proxy( - IXmlWriter* This, - XmlStandalone standalone); -void __RPC_STUB IXmlWriter_WriteStartDocument_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteStartElement_Proxy( - IXmlWriter* This, - LPCWSTR pwszPrefix, - LPCWSTR pwszLocalName, - LPCWSTR pwszNamespaceUri); -void __RPC_STUB IXmlWriter_WriteStartElement_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteString_Proxy( - IXmlWriter* This, - LPCWSTR pwszText); -void __RPC_STUB IXmlWriter_WriteString_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteSurrogateCharEntity_Proxy( - IXmlWriter* This, - WCHAR wchLow, - WCHAR wchHigh); -void __RPC_STUB IXmlWriter_WriteSurrogateCharEntity_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_WriteWhitespace_Proxy( - IXmlWriter* This, - LPCWSTR pwszWhitespace); -void __RPC_STUB IXmlWriter_WriteWhitespace_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); -HRESULT STDMETHODCALLTYPE IXmlWriter_Flush_Proxy( - IXmlWriter* This); -void __RPC_STUB IXmlWriter_Flush_Stub( - IRpcStubBuffer* This, - IRpcChannelBuffer* pRpcChannelBuffer, - PRPC_MESSAGE pRpcMessage, - DWORD* pdwStubPhase); #endif /* __IXmlWriter_INTERFACE_DEFINED__ */ @@ -1482,6 +1045,8 @@ typedef IUnknown IXmlWriterOutput; STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc, LPCWSTR encoding, IXmlWriterOutput **output); +STDAPI CreateXmlWriterOutputWithEncodingCodePage(IUnknown *stream, IMalloc *pMalloc, + UINT codepage, IXmlWriterOutput **output); /* Begin additional prototypes for all interfaces */ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/include/xmllite.idl mingw-w64-6.0.0/mingw-w64-headers/include/xmllite.idl --- mingw-w64-5.0.4/mingw-w64-headers/include/xmllite.idl 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/include/xmllite.idl 2018-09-14 14:16:43.000000000 +0000 @@ -300,3 +300,5 @@ cpp_quote("typedef IUnknown IXmlWriterOutput;") cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc,") cpp_quote(" LPCWSTR encoding, IXmlWriterOutput **output);") +cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingCodePage(IUnknown *stream, IMalloc *pMalloc,") +cpp_quote(" UINT codepage, IXmlWriterOutput **output);") diff -Nru mingw-w64-5.0.4/mingw-w64-headers/Makefile.am mingw-w64-6.0.0/mingw-w64-headers/Makefile.am --- mingw-w64-5.0.4/mingw-w64-headers/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -34,7 +34,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-crt --enable-sdk=all --enable-idl -EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk +EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk tlb dist-hook: find $(distdir) -name ".svn" -type d -delete @@ -60,7 +60,8 @@ crt/sec_api/sys/*.h \ direct-x/include/*.h \ direct-x/include/*.idl \ - ddk/include/ddk/*.h + ddk/include/ddk/*.h \ + tlb/*.tlb if HAVE_WIDL @@ -90,8 +91,10 @@ include/documenttarget.idl \ include/devicetopology.idl \ include/downloadmgr.idl \ + include/drmexternals.idl \ include/dxva2api.idl \ include/endpointvolume.idl \ + include/evr.idl \ include/exdisp.idl \ include/filter.idl \ include/fsrm.idl \ @@ -102,6 +105,7 @@ include/fusion.idl \ include/fwptypes.idl \ include/hstring.idl \ + include/icftypes.idl \ include/icodecapi.idl \ include/iketypes.idl \ include/inputscope.idl \ @@ -113,6 +117,7 @@ include/mediaobj.idl \ include/mfidl.idl \ include/mfobjects.idl \ + include/mfplay.idl \ include/mfreadwrite.idl \ include/mftransform.idl \ include/mmdeviceapi.idl \ @@ -132,6 +137,7 @@ include/napsystemhealthagent.idl \ include/napsystemhealthvalidator.idl \ include/naptypes.idl \ + include/netfw.idl \ include/objectarray.idl \ include/objidl.idl \ include/objidlbase.idl \ @@ -151,9 +157,11 @@ include/shtypes.idl \ include/strmif.idl \ include/structuredquerycondition.idl \ + include/taskschd.idl \ include/tpcshrd.idl \ include/textstor.idl \ include/tuner.idl \ + include/uianimation.idl \ include/uiautomationclient.idl \ include/uiautomationcore.idl \ include/uiviewsettingsinterop.idl \ @@ -184,6 +192,7 @@ include/windows.storage.streams.idl \ include/windows.system.threading.idl \ include/wmcodecdsp.idl \ + include/wmdrmsdk.idl \ include/wpcapi.idl \ include/wtypes.idl \ include/xmllite.idl \ @@ -197,14 +206,25 @@ direct-x/include/austream.idl \ direct-x/include/d3d10.idl \ direct-x/include/d3d10_1.idl \ + direct-x/include/d3d10sdklayers.idl \ direct-x/include/d3d11.idl \ direct-x/include/d3d11_1.idl \ + direct-x/include/d3d11_2.idl \ + direct-x/include/d3d11_3.idl \ + direct-x/include/d3d11_4.idl \ direct-x/include/d3d11sdklayers.idl \ direct-x/include/d3dcommon.idl \ direct-x/include/ddstream.idl \ direct-x/include/dmodshow.idl \ direct-x/include/dxgi.idl \ direct-x/include/dxgi1_2.idl \ + direct-x/include/dxgi1_3.idl \ + direct-x/include/dxgi1_4.idl \ + direct-x/include/dxgi1_5.idl \ + direct-x/include/dxgi1_6.idl \ + direct-x/include/dxgicommon.idl \ + direct-x/include/dxgiformat.idl \ + direct-x/include/dxgitype.idl \ direct-x/include/mediaobj.idl \ direct-x/include/medparam.idl \ direct-x/include/mmstream.idl \ @@ -212,11 +232,18 @@ direct-x/include/qnetwork.idl \ direct-x/include/vmr9.idl -BUILT_SOURCES = $(IDL_SRCS:.idl=.h) +TLB_SRCS = \ + tlb/oleacc.idl \ + tlb/stdole2.idl + +BUILT_SOURCES = $(IDL_SRCS:.idl=.h) $(TLB_SRCS:.idl=.tlb) .idl.h: crt/_mingw.h $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)/crt -h -o $@ $< +.idl.tlb: + $(WIDL) -I$(srcdir)/include -t -o $@ $< + endif _mingw_directx.h: $(srcdir)/crt/sdks/_mingw_directx.h.in diff -Nru mingw-w64-5.0.4/mingw-w64-headers/Makefile.in mingw-w64-6.0.0/mingw-w64-headers/Makefile.in --- mingw-w64-5.0.4/mingw-w64-headers/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,23 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +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 \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 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@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -51,29 +89,35 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(am__configure_deps) $(basehead_HEADERS) \ - $(ddkhead_HEADERS) $(dxhead_HEADERS) $(gdiplushead_HEADERS) \ - $(glhead_HEADERS) $(idlhead_HEADERS) \ - $(mingwhelperhead_HEADERS) $(noinst_HEADERS) \ - $(sechead_HEADERS) $(secsyshead_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in $(syshead_HEADERS) \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \ - $(top_srcdir)/crt/_mingw.h.in $(wrlhead_HEADERS) \ - $(wrlwrappershead_HEADERS) ChangeLog build-aux/config.guess \ - build-aux/config.sub build-aux/install-sh build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(basehead_HEADERS) $(ddkhead_HEADERS) \ + $(dxhead_HEADERS) $(gdiplushead_HEADERS) $(glhead_HEADERS) \ + $(idlhead_HEADERS) $(mingwhelperhead_HEADERS) \ + $(noinst_HEADERS) $(sechead_HEADERS) $(secsyshead_HEADERS) \ + $(syshead_HEADERS) $(wrlhead_HEADERS) \ + $(wrlwrappershead_HEADERS) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = crt/_mingw.h CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -121,10 +165,35 @@ $(noinst_HEADERS) $(sechead_HEADERS) $(secsyshead_HEADERS) \ $(syshead_HEADERS) $(wrlhead_HEADERS) \ $(wrlwrappershead_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing $(top_srcdir)/crt/_mingw.h.in \ + ChangeLog build-aux/config.guess build-aux/config.sub \ + build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -144,6 +213,7 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -151,6 +221,8 @@ BASEHEAD_LIST = @BASEHEAD_LIST@ CYGPATH_W = @CYGPATH_W@ DDKHEAD_LIST = @DDKHEAD_LIST@ +DEFAULT_MSVCRT_VERSION = @DEFAULT_MSVCRT_VERSION@ +DEFAULT_WIN32_WINNT = @DEFAULT_WIN32_WINNT@ DEFS = @DEFS@ DXHEAD_LIST = @DXHEAD_LIST@ ECHO_C = @ECHO_C@ @@ -269,7 +341,7 @@ idlhead_HEADERS = @IDLHEAD_LIST@ CLEANFILES = $(nodist_sdkshead_HEADERS) DISTCHECK_CONFIGURE_FLAGS = --enable-crt --enable-sdk=all --enable-idl -EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk +EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk tlb EXTRA_HEADERS = \ include/*.c \ include/*.dlg \ @@ -291,7 +363,8 @@ crt/sec_api/sys/*.h \ direct-x/include/*.h \ direct-x/include/*.idl \ - ddk/include/ddk/*.h + ddk/include/ddk/*.h \ + tlb/*.tlb @HAVE_WIDL_TRUE@IDL_SRCS = \ @HAVE_WIDL_TRUE@ include/activation.idl \ @@ -305,11 +378,13 @@ @HAVE_WIDL_TRUE@ include/audioclient.idl \ @HAVE_WIDL_TRUE@ include/audioendpoints.idl \ @HAVE_WIDL_TRUE@ include/audiopolicy.idl \ +@HAVE_WIDL_TRUE@ include/bdaiface.idl \ @HAVE_WIDL_TRUE@ include/comadmin.idl \ @HAVE_WIDL_TRUE@ include/commoncontrols.idl \ @HAVE_WIDL_TRUE@ include/control.idl \ @HAVE_WIDL_TRUE@ include/ctfutb.idl \ @HAVE_WIDL_TRUE@ include/dbgprop.idl \ +@HAVE_WIDL_TRUE@ include/dcompanimation.idl \ @HAVE_WIDL_TRUE@ include/dimm.idl \ @HAVE_WIDL_TRUE@ include/dispex.idl \ @HAVE_WIDL_TRUE@ include/docobj.idl \ @@ -317,8 +392,10 @@ @HAVE_WIDL_TRUE@ include/documenttarget.idl \ @HAVE_WIDL_TRUE@ include/devicetopology.idl \ @HAVE_WIDL_TRUE@ include/downloadmgr.idl \ +@HAVE_WIDL_TRUE@ include/drmexternals.idl \ @HAVE_WIDL_TRUE@ include/dxva2api.idl \ @HAVE_WIDL_TRUE@ include/endpointvolume.idl \ +@HAVE_WIDL_TRUE@ include/evr.idl \ @HAVE_WIDL_TRUE@ include/exdisp.idl \ @HAVE_WIDL_TRUE@ include/filter.idl \ @HAVE_WIDL_TRUE@ include/fsrm.idl \ @@ -329,6 +406,7 @@ @HAVE_WIDL_TRUE@ include/fusion.idl \ @HAVE_WIDL_TRUE@ include/fwptypes.idl \ @HAVE_WIDL_TRUE@ include/hstring.idl \ +@HAVE_WIDL_TRUE@ include/icftypes.idl \ @HAVE_WIDL_TRUE@ include/icodecapi.idl \ @HAVE_WIDL_TRUE@ include/iketypes.idl \ @HAVE_WIDL_TRUE@ include/inputscope.idl \ @@ -340,6 +418,7 @@ @HAVE_WIDL_TRUE@ include/mediaobj.idl \ @HAVE_WIDL_TRUE@ include/mfidl.idl \ @HAVE_WIDL_TRUE@ include/mfobjects.idl \ +@HAVE_WIDL_TRUE@ include/mfplay.idl \ @HAVE_WIDL_TRUE@ include/mfreadwrite.idl \ @HAVE_WIDL_TRUE@ include/mftransform.idl \ @HAVE_WIDL_TRUE@ include/mmdeviceapi.idl \ @@ -359,6 +438,7 @@ @HAVE_WIDL_TRUE@ include/napsystemhealthagent.idl \ @HAVE_WIDL_TRUE@ include/napsystemhealthvalidator.idl \ @HAVE_WIDL_TRUE@ include/naptypes.idl \ +@HAVE_WIDL_TRUE@ include/netfw.idl \ @HAVE_WIDL_TRUE@ include/objectarray.idl \ @HAVE_WIDL_TRUE@ include/objidl.idl \ @HAVE_WIDL_TRUE@ include/objidlbase.idl \ @@ -367,6 +447,7 @@ @HAVE_WIDL_TRUE@ include/portabledevicetypes.idl \ @HAVE_WIDL_TRUE@ include/propidl.idl \ @HAVE_WIDL_TRUE@ include/propsys.idl \ +@HAVE_WIDL_TRUE@ include/regbag.idl \ @HAVE_WIDL_TRUE@ include/sapi51.idl \ @HAVE_WIDL_TRUE@ include/sapi53.idl \ @HAVE_WIDL_TRUE@ include/sapi54.idl \ @@ -377,8 +458,11 @@ @HAVE_WIDL_TRUE@ include/shtypes.idl \ @HAVE_WIDL_TRUE@ include/strmif.idl \ @HAVE_WIDL_TRUE@ include/structuredquerycondition.idl \ +@HAVE_WIDL_TRUE@ include/taskschd.idl \ @HAVE_WIDL_TRUE@ include/tpcshrd.idl \ @HAVE_WIDL_TRUE@ include/textstor.idl \ +@HAVE_WIDL_TRUE@ include/tuner.idl \ +@HAVE_WIDL_TRUE@ include/uianimation.idl \ @HAVE_WIDL_TRUE@ include/uiautomationclient.idl \ @HAVE_WIDL_TRUE@ include/uiautomationcore.idl \ @HAVE_WIDL_TRUE@ include/uiviewsettingsinterop.idl \ @@ -409,6 +493,7 @@ @HAVE_WIDL_TRUE@ include/windows.storage.streams.idl \ @HAVE_WIDL_TRUE@ include/windows.system.threading.idl \ @HAVE_WIDL_TRUE@ include/wmcodecdsp.idl \ +@HAVE_WIDL_TRUE@ include/wmdrmsdk.idl \ @HAVE_WIDL_TRUE@ include/wpcapi.idl \ @HAVE_WIDL_TRUE@ include/wtypes.idl \ @HAVE_WIDL_TRUE@ include/xmllite.idl \ @@ -422,14 +507,25 @@ @HAVE_WIDL_TRUE@ direct-x/include/austream.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3d10.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3d10_1.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/d3d10sdklayers.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3d11.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3d11_1.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/d3d11_2.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/d3d11_3.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/d3d11_4.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3d11sdklayers.idl \ @HAVE_WIDL_TRUE@ direct-x/include/d3dcommon.idl \ @HAVE_WIDL_TRUE@ direct-x/include/ddstream.idl \ @HAVE_WIDL_TRUE@ direct-x/include/dmodshow.idl \ @HAVE_WIDL_TRUE@ direct-x/include/dxgi.idl \ @HAVE_WIDL_TRUE@ direct-x/include/dxgi1_2.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgi1_3.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgi1_4.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgi1_5.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgi1_6.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgicommon.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgiformat.idl \ +@HAVE_WIDL_TRUE@ direct-x/include/dxgitype.idl \ @HAVE_WIDL_TRUE@ direct-x/include/mediaobj.idl \ @HAVE_WIDL_TRUE@ direct-x/include/medparam.idl \ @HAVE_WIDL_TRUE@ direct-x/include/mmstream.idl \ @@ -437,12 +533,16 @@ @HAVE_WIDL_TRUE@ direct-x/include/qnetwork.idl \ @HAVE_WIDL_TRUE@ direct-x/include/vmr9.idl -@HAVE_WIDL_TRUE@BUILT_SOURCES = $(IDL_SRCS:.idl=.h) +@HAVE_WIDL_TRUE@TLB_SRCS = \ +@HAVE_WIDL_TRUE@ tlb/oleacc.idl \ +@HAVE_WIDL_TRUE@ tlb/stdole2.idl + +@HAVE_WIDL_TRUE@BUILT_SOURCES = $(IDL_SRCS:.idl=.h) $(TLB_SRCS:.idl=.tlb) all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: -.SUFFIXES: .h .idl +.SUFFIXES: .h .idl .tlb am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @@ -458,7 +558,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -479,8 +578,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -768,26 +867,15 @@ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(wrlwrappersheaddir)'; $(am__uninstall_files_from_dir) -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -799,15 +887,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -816,18 +900,16 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am -cscope.files: clean-cscope cscopelist - -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -903,10 +985,16 @@ $(am__post_remove_distdir) dist-tarZ: 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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -941,16 +1029,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -1127,10 +1216,10 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-cscope clean-generic cscope cscopelist ctags dist \ - dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ + clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ + dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ + dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-baseheadHEADERS \ @@ -1146,7 +1235,7 @@ install-wrlheadHEADERS install-wrlwrappersheadHEADERS \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags uninstall uninstall-am \ + pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-baseheadHEADERS uninstall-ddkheadHEADERS \ uninstall-dxheadHEADERS uninstall-gdiplusheadHEADERS \ uninstall-glheadHEADERS uninstall-idlheadHEADERS \ @@ -1155,6 +1244,8 @@ uninstall-secsysheadHEADERS uninstall-sysheadHEADERS \ uninstall-wrlheadHEADERS uninstall-wrlwrappersheadHEADERS +.PRECIOUS: Makefile + dist-hook: find $(distdir) -name ".svn" -type d -delete @@ -1162,6 +1253,9 @@ @HAVE_WIDL_TRUE@.idl.h: crt/_mingw.h @HAVE_WIDL_TRUE@ $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)/crt -h -o $@ $< +@HAVE_WIDL_TRUE@.idl.tlb: +@HAVE_WIDL_TRUE@ $(WIDL) -I$(srcdir)/include -t -o $@ $< + _mingw_directx.h: $(srcdir)/crt/sdks/_mingw_directx.h.in $(SED) s/MINGW_HAS_DX$$/@MINGW_HAS_DX@/ $< > $@ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/tlb/oleacc.idl mingw-w64-6.0.0/mingw-w64-headers/tlb/oleacc.idl --- mingw-w64-5.0.4/mingw-w64-headers/tlb/oleacc.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/tlb/oleacc.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,382 @@ +/* + * Copyright (C) 2005 Dmitry Timoshkov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "oaidl.idl"; + +#ifndef __WIDL__ +#define threading(model) +#endif + +cpp_quote("#define NAVDIR_MIN 0") +cpp_quote("#define NAVDIR_UP 1") +cpp_quote("#define NAVDIR_DOWN 2") +cpp_quote("#define NAVDIR_LEFT 3") +cpp_quote("#define NAVDIR_RIGHT 4") +cpp_quote("#define NAVDIR_NEXT 5") +cpp_quote("#define NAVDIR_PREVIOUS 6") +cpp_quote("#define NAVDIR_FIRSTCHILD 7") +cpp_quote("#define NAVDIR_LASTCHILD 8") +cpp_quote("#define NAVDIR_MAX 9") + +cpp_quote("#define ROLE_SYSTEM_TITLEBAR 1") +cpp_quote("#define ROLE_SYSTEM_MENUBAR 2") +cpp_quote("#define ROLE_SYSTEM_SCROLLBAR 3") +cpp_quote("#define ROLE_SYSTEM_GRIP 4") +cpp_quote("#define ROLE_SYSTEM_SOUND 5") +cpp_quote("#define ROLE_SYSTEM_CURSOR 6") +cpp_quote("#define ROLE_SYSTEM_CARET 7") +cpp_quote("#define ROLE_SYSTEM_ALERT 8") +cpp_quote("#define ROLE_SYSTEM_WINDOW 9") +cpp_quote("#define ROLE_SYSTEM_CLIENT 10") +cpp_quote("#define ROLE_SYSTEM_MENUPOPUP 11") +cpp_quote("#define ROLE_SYSTEM_MENUITEM 12") +cpp_quote("#define ROLE_SYSTEM_TOOLTIP 13") +cpp_quote("#define ROLE_SYSTEM_APPLICATION 14") +cpp_quote("#define ROLE_SYSTEM_DOCUMENT 15") +cpp_quote("#define ROLE_SYSTEM_PANE 16") +cpp_quote("#define ROLE_SYSTEM_CHART 17") +cpp_quote("#define ROLE_SYSTEM_DIALOG 18") +cpp_quote("#define ROLE_SYSTEM_BORDER 19") +cpp_quote("#define ROLE_SYSTEM_GROUPING 20") +cpp_quote("#define ROLE_SYSTEM_SEPARATOR 21") +cpp_quote("#define ROLE_SYSTEM_TOOLBAR 22") +cpp_quote("#define ROLE_SYSTEM_STATUSBAR 23") +cpp_quote("#define ROLE_SYSTEM_TABLE 24") +cpp_quote("#define ROLE_SYSTEM_COLUMNHEADER 25") +cpp_quote("#define ROLE_SYSTEM_ROWHEADER 26") +cpp_quote("#define ROLE_SYSTEM_COLUMN 27") +cpp_quote("#define ROLE_SYSTEM_ROW 28") +cpp_quote("#define ROLE_SYSTEM_CELL 29") +cpp_quote("#define ROLE_SYSTEM_LINK 30") +cpp_quote("#define ROLE_SYSTEM_HELPBALLOON 31") +cpp_quote("#define ROLE_SYSTEM_CHARACTER 32") +cpp_quote("#define ROLE_SYSTEM_LIST 33") +cpp_quote("#define ROLE_SYSTEM_LISTITEM 34") +cpp_quote("#define ROLE_SYSTEM_OUTLINE 35") +cpp_quote("#define ROLE_SYSTEM_OUTLINEITEM 36") +cpp_quote("#define ROLE_SYSTEM_PAGETAB 37") +cpp_quote("#define ROLE_SYSTEM_PROPERTYPAGE 38") +cpp_quote("#define ROLE_SYSTEM_INDICATOR 39") +cpp_quote("#define ROLE_SYSTEM_GRAPHIC 40") +cpp_quote("#define ROLE_SYSTEM_STATICTEXT 41") +cpp_quote("#define ROLE_SYSTEM_TEXT 42") +cpp_quote("#define ROLE_SYSTEM_PUSHBUTTON 43") +cpp_quote("#define ROLE_SYSTEM_CHECKBUTTON 44") +cpp_quote("#define ROLE_SYSTEM_RADIOBUTTON 45") +cpp_quote("#define ROLE_SYSTEM_COMBOBOX 46") +cpp_quote("#define ROLE_SYSTEM_DROPLIST 47") +cpp_quote("#define ROLE_SYSTEM_PROGRESSBAR 48") +cpp_quote("#define ROLE_SYSTEM_DIAL 49") +cpp_quote("#define ROLE_SYSTEM_HOTKEYFIELD 50") +cpp_quote("#define ROLE_SYSTEM_SLIDER 51") +cpp_quote("#define ROLE_SYSTEM_SPINBUTTON 52") +cpp_quote("#define ROLE_SYSTEM_DIAGRAM 53") +cpp_quote("#define ROLE_SYSTEM_ANIMATION 54") +cpp_quote("#define ROLE_SYSTEM_EQUATION 55") +cpp_quote("#define ROLE_SYSTEM_BUTTONDROPDOWN 56") +cpp_quote("#define ROLE_SYSTEM_BUTTONMENU 57") +cpp_quote("#define ROLE_SYSTEM_BUTTONDROPDOWNGRID 58") +cpp_quote("#define ROLE_SYSTEM_WHITESPACE 59") +cpp_quote("#define ROLE_SYSTEM_PAGETABLIST 60") +cpp_quote("#define ROLE_SYSTEM_CLOCK 61") +cpp_quote("#define ROLE_SYSTEM_SPLITBUTTON 62") +cpp_quote("#define ROLE_SYSTEM_IPADDRESS 63") +cpp_quote("#define ROLE_SYSTEM_OUTLINEBUTTON 64") + +cpp_quote("#define SELFLAG_NONE 0x00") +cpp_quote("#define SELFLAG_TAKEFOCUS 0x01") +cpp_quote("#define SELFLAG_TAKESELECTION 0x02") +cpp_quote("#define SELFLAG_EXTENDSELECTION 0x04") +cpp_quote("#define SELFLAG_ADDSELECTION 0x08") +cpp_quote("#define SELFLAG_REMOVESELECTION 0x10") +cpp_quote("#define SELFLAG_VALID 0x1f") + +cpp_quote("#ifndef STATE_SYSTEM_UNAVAILABLE") +cpp_quote("#define STATE_SYSTEM_NORMAL 0x00000000") +cpp_quote("#define STATE_SYSTEM_UNAVAILABLE 0x00000001") +cpp_quote("#define STATE_SYSTEM_SELECTED 0x00000002") +cpp_quote("#define STATE_SYSTEM_FOCUSED 0x00000004") +cpp_quote("#define STATE_SYSTEM_PRESSED 0x00000008") +cpp_quote("#define STATE_SYSTEM_CHECKED 0x00000010") +cpp_quote("#define STATE_SYSTEM_MIXED 0x00000020") +cpp_quote("#define STATE_SYSTEM_INDETERMINATE STATE_SYSTEM_MIXED") +cpp_quote("#define STATE_SYSTEM_READONLY 0x00000040") +cpp_quote("#define STATE_SYSTEM_HOTTRACKED 0x00000080") +cpp_quote("#define STATE_SYSTEM_DEFAULT 0x00000100") +cpp_quote("#define STATE_SYSTEM_EXPANDED 0x00000200") +cpp_quote("#define STATE_SYSTEM_COLLAPSED 0x00000400") +cpp_quote("#define STATE_SYSTEM_BUSY 0x00000800") +cpp_quote("#define STATE_SYSTEM_FLOATING 0x00001000") +cpp_quote("#define STATE_SYSTEM_MARQUEED 0x00002000") +cpp_quote("#define STATE_SYSTEM_ANIMATED 0x00004000") +cpp_quote("#define STATE_SYSTEM_INVISIBLE 0x00008000") +cpp_quote("#define STATE_SYSTEM_OFFSCREEN 0x00010000") +cpp_quote("#define STATE_SYSTEM_SIZEABLE 0x00020000") +cpp_quote("#define STATE_SYSTEM_MOVEABLE 0x00040000") +cpp_quote("#define STATE_SYSTEM_SELFVOICING 0x00080000") +cpp_quote("#define STATE_SYSTEM_FOCUSABLE 0x00100000") +cpp_quote("#define STATE_SYSTEM_SELECTABLE 0x00200000") +cpp_quote("#define STATE_SYSTEM_LINKED 0x00400000") +cpp_quote("#define STATE_SYSTEM_TRAVERSED 0x00800000") +cpp_quote("#define STATE_SYSTEM_MULTISELECTABLE 0x01000000") +cpp_quote("#define STATE_SYSTEM_EXTSELECTABLE 0x02000000") +cpp_quote("#define STATE_SYSTEM_ALERT_LOW 0x04000000") +cpp_quote("#define STATE_SYSTEM_ALERT_MEDIUM 0x08000000") +cpp_quote("#define STATE_SYSTEM_ALERT_HIGH 0x10000000") +cpp_quote("#define STATE_SYSTEM_PROTECTED 0x20000000") +cpp_quote("#define STATE_SYSTEM_VALID 0x7FFFFFFF") +cpp_quote("#endif") +cpp_quote("#ifndef STATE_SYSTEM_HASPOPUP") +cpp_quote("#define STATE_SYSTEM_HASPOPUP 0x40000000") +cpp_quote("#endif") + +typedef GUID MSAAPROPID; + +typedef enum AnnoScope +{ + ANNO_THIS, + ANNO_CONTAINER +} AnnoScope; + +[ + object, + hidden, + dual, + uuid(618736e0-3c3d-11cf-810c-00aa00389b71), + pointer_default(unique) +] +interface IAccessible : IDispatch +{ + typedef [unique] IAccessible *LPACCESSIBLE; + const long DISPID_ACC_PARENT = -5000; + const long DISPID_ACC_CHILDCOUNT = -5001; + const long DISPID_ACC_CHILD = -5002; + const long DISPID_ACC_NAME = -5003; + const long DISPID_ACC_VALUE = -5004; + const long DISPID_ACC_DESCRIPTION= -5005; + const long DISPID_ACC_ROLE = -5006; + const long DISPID_ACC_STATE = -5007; + const long DISPID_ACC_HELP = -5008; + const long DISPID_ACC_HELPTOPIC = -5009; + const long DISPID_ACC_KEYBOARDSHORTCUT = -5010; + const long DISPID_ACC_FOCUS = -5011; + const long DISPID_ACC_SELECTION = -5012; + const long DISPID_ACC_DEFAULTACTION = -5013; + const long DISPID_ACC_SELECT = -5014; + const long DISPID_ACC_LOCATION = -5015; + const long DISPID_ACC_NAVIGATE = -5016; + const long DISPID_ACC_HITTEST = -5017; + const long DISPID_ACC_DODEFAULTACTION = -5018; + + [hidden, propget, id(DISPID_ACC_PARENT)] HRESULT accParent([out, retval]IDispatch** ppdispParent); + [hidden, propget, id(DISPID_ACC_CHILDCOUNT)] HRESULT accChildCount([out, retval] long* pcountChildren); + [hidden, propget, id(DISPID_ACC_CHILD)] HRESULT accChild([in] VARIANT varChildID, [out, retval]IDispatch **ppdispChild); + [hidden, propget, id(DISPID_ACC_NAME)] HRESULT accName([in, optional] VARIANT varID, [out, retval] BSTR* pszName); + [hidden, propget, id(DISPID_ACC_VALUE)] HRESULT accValue([in, optional] VARIANT varID, [out, retval] BSTR* pszValue); + [hidden, propget, id(DISPID_ACC_DESCRIPTION)] HRESULT accDescription([in, optional] VARIANT varID, [out, retval] BSTR *description); + [hidden, propget, id(DISPID_ACC_ROLE)] HRESULT accRole([in, optional] VARIANT varID, [out, retval] VARIANT *role); + [hidden, propget, id(DISPID_ACC_STATE)] HRESULT accState([in, optional] VARIANT varID, [out, retval] VARIANT *state); + [hidden, propget, id(DISPID_ACC_HELP)] HRESULT accHelp([in, optional] VARIANT varID, [out, retval] BSTR *help); + [hidden, propget, id(DISPID_ACC_HELPTOPIC)] HRESULT accHelpTopic([out] BSTR *helpfile, [in, optional] VARIANT varID, [out, retval] long* pidTopic); + [hidden, propget, id(DISPID_ACC_KEYBOARDSHORTCUT)] HRESULT accKeyboardShortcut([in, optional] VARIANT varID, [out, retval] BSTR *shortcut); + [hidden, propget, id(DISPID_ACC_FOCUS)] HRESULT accFocus([out, retval] VARIANT* pvarID); + [hidden, propget, id(DISPID_ACC_SELECTION)] HRESULT accSelection([out, retval] VARIANT* pvarID); + [hidden, propget, id(DISPID_ACC_DEFAULTACTION)] HRESULT accDefaultAction([in, optional] VARIANT varID, [out, retval] BSTR *action); + + [hidden, id(DISPID_ACC_SELECT)] HRESULT accSelect([in] long flagsSelect, [in, optional] VARIANT varID); + [hidden, id(DISPID_ACC_LOCATION)] HRESULT accLocation([out] long *left, [out] long *top, [out] long *width, [out] long *height, [in, optional] VARIANT varID); + [hidden, id(DISPID_ACC_NAVIGATE)] HRESULT accNavigate([in] long dir, [in, optional] VARIANT varStart, [out, retval] VARIANT *pvarEnd); + [hidden, id(DISPID_ACC_HITTEST)] HRESULT accHitTest([in] long left, [in] long top, [out, retval] VARIANT *pvarID); + [hidden, id(DISPID_ACC_DODEFAULTACTION)] HRESULT accDoDefaultAction([in, optional] VARIANT varID); + + [hidden, propput, id(DISPID_ACC_NAME)] HRESULT accName([in, optional] VARIANT varID, [in] BSTR name); + [hidden, propput, id(DISPID_ACC_VALUE)] HRESULT accValue([in, optional] VARIANT varID, [in] BSTR value); +} + +[ + object, + uuid(03022430-ABC4-11d0-BDE2-00AA001A1953), + hidden, + oleautomation, + pointer_default(unique) +] +interface IAccessibleHandler : IUnknown +{ + typedef [unique] IAccessibleHandler *LPACCESSIBLEHANDLER; + + HRESULT AccessibleObjectFromID( [in] long hwnd, [in] long lObjectID, [out] LPACCESSIBLE *pIAccessible ); +} + +[ + object, + uuid(7852b78d-1cfd-41c1-a615-9c0c85960b5f), + pointer_default(unique) +] +interface IAccIdentity : IUnknown +{ + HRESULT GetIdentityString([in] DWORD idchild, + [out, size_is(,*string_len)] BYTE **str, + [out] DWORD *string_len); +} + +[ + object, + uuid(76c0dbbb-15e0-4e7b-b61b-20eeea2001e0), + pointer_default(unique) +] +interface IAccPropServer: IUnknown +{ + HRESULT GetPropValue([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [in] MSAAPROPID idProp, + [out] VARIANT *value, + [out] BOOL *has_prop); +} + +[ + object, + uuid(6e26e776-04f0-495d-80e4-3330352e3169), + pointer_default(unique) +] +interface IAccPropServices : IUnknown +{ + HRESULT SetPropValue([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [in] MSAAPROPID idProp, + [in] VARIANT var); + + HRESULT SetPropServer([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps, + [in] IAccPropServer* pServer, + [in] AnnoScope AnnoScope); + + HRESULT ClearProps([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps); + + HRESULT SetHwndProp([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, + [in] MSAAPROPID idProp, [in] VARIANT var); + + HRESULT SetHwndPropStr([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, + [in] MSAAPROPID idProp, [in, string] LPWSTR str); + + HRESULT SetHwndPropServer([in] HWND hwnd, + [in] DWORD idObject, + [in] DWORD idChild, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps, + [in] IAccPropServer *server, + [in] AnnoScope scope); + + HRESULT ClearHwndProps([in] HWND hwnd, + [in] DWORD idObject, + [in] DWORD idChild, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps); + + HRESULT ComposeHwndIdentityString([in] HWND hwnd, + [in] DWORD idObject, + [in] DWORD idChild, + [out, size_is(,*string_len)] BYTE **str, + [out] DWORD *string_len); + + HRESULT DecomposeHwndIdentityString([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [out] HWND *phwnd, + [out] DWORD *pidObject, + [out] DWORD *pidChild); + + HRESULT SetHmenuProp([in] HMENU hmenu, [in] DWORD idChild, [in] MSAAPROPID idProp, [in] VARIANT var); + + HRESULT SetHmenuPropStr([in] HMENU hmenu, [in] DWORD idChild, [in] MSAAPROPID idProp, [in, string] LPWSTR str); + + HRESULT SetHmenuPropServer([in] HMENU hmenu, + [in] DWORD idChild, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps, + [in] IAccPropServer *server, + [in] AnnoScope scope); + + HRESULT ClearHmenuProps([in] HMENU hmenu, + [in] DWORD idChild, + [in, size_is(cProps)] const MSAAPROPID *props, + [in] int cProps); + + HRESULT ComposeHmenuIdentityString([in] HMENU hmenu, + [in] DWORD idChild, + [out, size_is(,*string_len)] BYTE **str, + [out] DWORD *string_len); + + HRESULT DecomposeHmenuIdentityString([in, size_is(string_len)] const BYTE *str, + [in] DWORD string_len, + [out] HMENU *phmenu, + [out] DWORD *pidChild); +} + +[ + uuid(1ea4dbf0-3c3b-11cf-810c-00aa00389b71), + lcid(0), + version(1.1), + hidden +] +library Accessibility +{ + importlib ("stdole2.tlb"); + interface IAccessible; + interface IAccessibleHandler; + + interface IAccIdentity; + interface IAccPropServer; + interface IAccPropServices; + + [ + uuid(b5f8350b-0548-48b1-a6ee-88bd00b4a5e7), + threading(apartment) + ] + coclass CAccPropServices + { + interface IAccPropServices; + } +}; + +cpp_quote("DEFINE_GUID(CLSID_AccPropServices, 0xb5f8350b, 0x0548, 0x48b1, 0xa6, 0xee, 0x88, 0xbd, 0x00, 0xb4, 0xa5, 0xe7);") +cpp_quote("DEFINE_GUID(IIS_IsOleaccProxy, 0x902697fa, 0x80e4, 0x4560, 0x80, 0x2a, 0xa1, 0x3f, 0x22, 0xa6, 0x47, 0x09);") + +cpp_quote("LRESULT WINAPI LresultFromObject(REFIID,WPARAM,LPUNKNOWN);") +cpp_quote("HRESULT WINAPI ObjectFromLresult(LRESULT,REFIID,WPARAM,void **);") +cpp_quote("HRESULT WINAPI WindowFromAccessibleObject(IAccessible *,HWND *);") +cpp_quote("HRESULT WINAPI AccessibleObjectFromWindow(HWND,DWORD,REFIID,void **);") +cpp_quote("HRESULT WINAPI AccessibleObjectFromEvent(HWND,DWORD,DWORD,IAccessible **,VARIANT *);") +cpp_quote("HRESULT WINAPI AccessibleObjectFromPoint(POINT,IAccessible **,VARIANT *);") +cpp_quote("HRESULT WINAPI AccessibleChildren(IAccessible *,LONG,LONG,VARIANT *,LONG *);") + +cpp_quote("void WINAPI GetOleaccVersionInfo(DWORD *,DWORD *);") +cpp_quote("HRESULT WINAPI CreateStdAccessibleObject(HWND,LONG,REFIID,void **);") +cpp_quote("HRESULT WINAPI CreateStdAccessibleProxyA(HWND,LPCSTR,LONG,REFIID,void **);") +cpp_quote("HRESULT WINAPI CreateStdAccessibleProxyW(HWND,LPCWSTR,LONG,REFIID,void **);") +cpp_quote("#define CreateStdAccessibleProxy WINELIB_NAME_AW(CreateStdAccessibleProxy)") + +cpp_quote("UINT WINAPI GetRoleTextA(DWORD,LPSTR,UINT);") +cpp_quote("UINT WINAPI GetRoleTextW(DWORD,LPWSTR,UINT);") +cpp_quote("#define GetRoleText WINELIB_NAME_AW(GetRoleText)") +cpp_quote("UINT WINAPI GetStateTextA(DWORD,LPSTR,UINT);") +cpp_quote("UINT WINAPI GetStateTextW(DWORD,LPWSTR,UINT);") +cpp_quote("#define GetStateText WINELIB_NAME_AW(GetStateText)") Binary files /tmp/tmpm0Fv5Z/YKIP1qdq14/mingw-w64-5.0.4/mingw-w64-headers/tlb/oleacc.tlb and /tmp/tmpm0Fv5Z/Hwxt1c6s8o/mingw-w64-6.0.0/mingw-w64-headers/tlb/oleacc.tlb differ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/tlb/stdole2.idl mingw-w64-6.0.0/mingw-w64-headers/tlb/stdole2.idl --- mingw-w64-5.0.4/mingw-w64-headers/tlb/stdole2.idl 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/tlb/stdole2.idl 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,439 @@ +/* + * Copyright (C) 2003 Robert Shearman + * 2005 Huw Davies + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + * + */ + +#if 0 +#pragma makedep install +#pragma makedep typelib +#endif + +#include + +[ + uuid(00020430-0000-0000-C000-000000000046), + version(2.0), + helpstring("OLE Automation") +] +library stdole +{ + /* typedefs aren't stored in the type library. + These type names are known by the type compiler so it + doesn't really matter what we define them as. */ + + typedef short VARIANT_BOOL; + typedef long BSTR; + typedef double CURRENCY; + typedef unsigned long HRESULT; + typedef void *VARIANT; + typedef unsigned long SCODE; + + typedef struct GUID { + unsigned long Data1; + unsigned short Data2; + unsigned short Data3; + unsigned char Data4[ 8 ]; + } GUID; + + typedef struct DISPPARAMS { + VARIANT *rgvarg; + long *rgdispidNamedArgs; + unsigned int cArgs; + unsigned int cNamedArgs; + } DISPPARAMS; + + typedef struct EXCEPINFO { + unsigned short wCode; + unsigned short wReserved; + BSTR bstrSource; + BSTR bstrDescription; + BSTR bstrHelpFile; + unsigned long dwHelpContext; + void *pvReserved; + void *pfnDeferredFillIn; + SCODE scode; + } EXCEPINFO; + + [ + odl, + uuid(00000000-0000-0000-C000-000000000046), + hidden + ] + interface IUnknown + { + [restricted] + HRESULT QueryInterface( + [in] GUID *riid, + [out] void **ppvObj); + + [restricted] + unsigned long AddRef(); + + [restricted] + unsigned long Release(); + } + + [ + odl, + uuid(00020400-0000-0000-C000-000000000046), + restricted + ] + interface IDispatch : IUnknown + { + [restricted] + HRESULT GetTypeInfoCount( + [out] unsigned int *pctinfo); + + [restricted] + HRESULT GetTypeInfo( + [in] unsigned int itinfo, + [in] unsigned long lcid, + [out] void **pptinfo); + + [restricted] + HRESULT GetIDsOfNames( + [in] GUID *riid, + [in] char **rgszNames, + [in] unsigned int cNames, + [in] unsigned long lcid, + [out] long *rgdispid); + + [restricted] + HRESULT Invoke( + [in] long dispidMember, + [in] GUID *riid, + [in] unsigned long lcid, + [in] unsigned short wFlags, + [in] DISPPARAMS *pdispparams, + [out] VARIANT *pvarResult, + [out] EXCEPINFO *pexcepinfo, + [out] unsigned int *puArgErr); + + } + + [ + odl, + uuid(00020404-0000-0000-C000-000000000046), + hidden + ] + interface IEnumVARIANT : IUnknown + { + HRESULT Next( + [in] unsigned long celt, + [in] VARIANT *rgvar, + [out] unsigned long *pceltFetched); + + HRESULT Skip( + [in] unsigned long celt); + + HRESULT Reset(); + + HRESULT Clone( + [out] IEnumVARIANT **ppenum); + } + + typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB), public] + unsigned long OLE_COLOR; + + typedef [uuid(66504302-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_XPOS_PIXELS; + + typedef [uuid(66504303-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_YPOS_PIXELS; + + typedef [uuid(66504304-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_XSIZE_PIXELS; + + typedef [uuid(66504305-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_YSIZE_PIXELS; + + typedef [uuid(66504306-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_XPOS_HIMETRIC; + + typedef [uuid(66504307-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_YPOS_HIMETRIC; + + typedef [uuid(66504308-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_XSIZE_HIMETRIC; + + typedef [uuid(66504309-BE0F-101A-8BBB-00AA00300CAB), public] + long OLE_YSIZE_HIMETRIC; + + typedef [uuid(BF030640-9069-101B-AE2D-08002B2EC713), public] + float OLE_XPOS_CONTAINER; + + typedef [uuid(BF030641-9069-101B-AE2D-08002B2EC713), public] + float OLE_YPOS_CONTAINER; + + typedef [uuid(BF030642-9069-101B-AE2D-08002B2EC713), public] + float OLE_XSIZE_CONTAINER; + + typedef [uuid(BF030643-9069-101B-AE2D-08002B2EC713), public] + float OLE_YSIZE_CONTAINER; + + typedef [uuid(66504313-BE0F-101A-8BBB-00AA00300CAB), public] + int OLE_HANDLE; + + typedef [uuid(6650430B-BE0F-101A-8BBB-00AA00300CAB), public] + VARIANT_BOOL OLE_OPTEXCLUSIVE; + + typedef [uuid(BF030644-9069-101B-AE2D-08002B2EC713), public] + VARIANT_BOOL OLE_CANCELBOOL; + + typedef [uuid(BF030645-9069-101B-AE2D-08002B2EC713), public] + VARIANT_BOOL OLE_ENABLEDEFAULTBOOL; + + [ + uuid(6650430A-BE0F-101A-8BBB-00AA00300CAB) + ] + enum OLE_TRISTATE { + Unchecked = 0, + Checked = 1, + Gray = 2 + }; + + typedef [uuid(6650430D-BE0F-101A-8BBB-00AA00300CAB), public] + BSTR FONTNAME; + + typedef [uuid(6650430E-BE0F-101A-8BBB-00AA00300CAB), public] + CURRENCY FONTSIZE; + + typedef [uuid(6650430F-BE0F-101A-8BBB-00AA00300CAB), public] + VARIANT_BOOL FONTBOLD; + + typedef [uuid(66504310-BE0F-101A-8BBB-00AA00300CAB), public] + VARIANT_BOOL FONTITALIC; + + typedef [uuid(66504311-BE0F-101A-8BBB-00AA00300CAB), public] + VARIANT_BOOL FONTUNDERSCORE; + + typedef [uuid(66504312-BE0F-101A-8BBB-00AA00300CAB), public] + VARIANT_BOOL FONTSTRIKETHROUGH; + + + [ + odl, + uuid(BEF6E002-A874-101A-8BBA-00AA00300CAB), + helpstring("Font Object"), + hidden + ] + interface IFont : IUnknown { + [propget] HRESULT Name([out, retval] BSTR *pname); + [propput] HRESULT Name([in] BSTR pname); + + [propget] HRESULT Size([out, retval] CURRENCY *psize); + [propput] HRESULT Size([in] CURRENCY psize); + + [propget] HRESULT Bold([out, retval] VARIANT_BOOL *pbold); + [propput] HRESULT Bold([in] VARIANT_BOOL pbold); + + [propget] HRESULT Italic([out, retval] VARIANT_BOOL *pitalic); + [propput] HRESULT Italic([in] VARIANT_BOOL pitalic); + + [propget] HRESULT Underline([out, retval] VARIANT_BOOL *punderline); + [propput] HRESULT Underline([in] VARIANT_BOOL punderline); + + [propget] HRESULT Strikethrough([out, retval] VARIANT_BOOL *pstrikethrough); + [propput] HRESULT Strikethrough([in] VARIANT_BOOL pstrikethrough); + + [propget] HRESULT Weight([out, retval] short *pweight); + [propput] HRESULT Weight([in] short pweight); + + [propget] HRESULT Charset([out, retval] short *pcharset); + [propput] HRESULT Charset([in] short pcharset); + + [propget] HRESULT hFont([out, retval] OLE_HANDLE *phfont); + + HRESULT Clone([out] IFont **ppfont); + + HRESULT IsEqual([in] IFont *pfontOther); + + HRESULT SetRatio([in] long cyLogical, [in] long cyHimetric); + + HRESULT AddRefHfont([in] OLE_HANDLE hFont); + + HRESULT ReleaseHfont([in] OLE_HANDLE hFont); + }; + + + [ + odl, + uuid(BEF6E003-A874-101A-8BBA-00AA00300CAB) + ] + dispinterface Font { + properties: + [id(DISPID_FONT_NAME)] BSTR Name; + [id(DISPID_FONT_SIZE)] CURRENCY Size; + [id(DISPID_FONT_BOLD)] VARIANT_BOOL Bold; + [id(DISPID_FONT_ITALIC)] VARIANT_BOOL Italic; + [id(DISPID_FONT_UNDER)] VARIANT_BOOL Underline; + [id(DISPID_FONT_STRIKE)] VARIANT_BOOL Strikethrough; + [id(DISPID_FONT_WEIGHT)] short Weight; + [id(DISPID_FONT_CHARSET)] short Charset; + methods: + } + + typedef [public] Font IFontDisp; + + [ + uuid(0BE35203-8F91-11CE-9DE3-00AA004BB851) + ] + coclass StdFont { + [default] dispinterface Font; + /* FIXME: We can't reference dispinterface FontEvents here because we need it to + appear at the end of the typelib. */ +/* [default, source] dispinterface FontEvents;*/ + interface IFont; + }; + + [ + odl, + uuid(7BF80980-BF32-101A-8BBB-00AA00300CAB), + helpstring("Picture Object"), + hidden + ] + interface IPicture : IUnknown { + [propget] HRESULT Handle([out, retval] OLE_HANDLE *phandle); + + [propget] HRESULT hPal([out, retval] OLE_HANDLE *phpal); + + [propget] HRESULT Type([out, retval] short *ptype); + + [propget] HRESULT Width([out, retval] OLE_XSIZE_HIMETRIC *pwidth); + + [propget] HRESULT Height([out, retval] OLE_YSIZE_HIMETRIC *pheight); + + HRESULT Render([in] int hdc, + [in] long x, + [in] long y, + [in] long cx, + [in] long cy, + [in] OLE_XPOS_HIMETRIC xSrc, + [in] OLE_YPOS_HIMETRIC ySrc, + [in] OLE_XSIZE_HIMETRIC cxSrc, + [in] OLE_YSIZE_HIMETRIC cySrc, + [in] void *prcWBounds); + + [propput] HRESULT hPal([in] OLE_HANDLE phpal); + + [propget] HRESULT CurDC([out, retval] int *phdcOut); + + HRESULT SelectPicture([in] int hdcIn, + [out] int *phdcOut, + [out] OLE_HANDLE *phbmpOut); + + [propget] HRESULT KeepOriginalFormat([out, retval] VARIANT_BOOL *pfkeep); + [propput] HRESULT KeepOriginalFormat([in] VARIANT_BOOL pfkeep); + + HRESULT PictureChanged(); + + HRESULT SaveAsFile([in] void *pstm, + [in] VARIANT_BOOL fSaveMemCopy, + [out] long *pcbSize); + + [propget] HRESULT Attributes([out, retval] long *pdwAttr); + + HRESULT SetHdc([in] OLE_HANDLE hdc); + }; + + [ + uuid(7BF80981-BF32-101A-8BBB-00AA00300CAB) + ] + dispinterface Picture { + properties: + [id(DISPID_PICT_HANDLE), readonly] OLE_HANDLE Handle; + [id(DISPID_PICT_HPAL)] OLE_HANDLE hPal; + [id(DISPID_PICT_TYPE), readonly] short Type; + [id(DISPID_PICT_WIDTH), readonly] OLE_XSIZE_HIMETRIC Width; + [id(DISPID_PICT_HEIGHT), readonly] OLE_YSIZE_HIMETRIC Height; + methods: + [id(DISPID_PICT_RENDER)] + void Render(int hdc, + long x, + long y, + long cx, + long cy, + OLE_XPOS_HIMETRIC xSrc, + OLE_YPOS_HIMETRIC ySrc, + OLE_XSIZE_HIMETRIC cxSrc, + OLE_YSIZE_HIMETRIC cySrc, + void *prcWBounds); + }; + + typedef [public] Picture IPictureDisp; + + [ + uuid(0BE35204-8F91-11CE-9DE3-00AA004BB851) + ] + coclass StdPicture { + [default] dispinterface Picture; + interface IPicture; + }; + + [ + uuid(E6C8FA08-BD9F-11D0-985E-00C04FC29993) + ] + enum LoadPictureConstants { + Default = 0, + Monochrome = 1, + VgaColor = 2, + Color = 4 + }; + + [ + dllname("oleaut32.dll"), + uuid(91209AC0-60F6-11CF-9C5D-00AA00C1489E), + helpstring("Functions for Standard OLE Objects"), + helpcontext(0x2775) + ] + module StdFunctions{ + [ + entry("OleLoadPictureFileEx"), + helpstring("Loads a picture from a file"), + helpcontext(0x2775) + ] + HRESULT LoadPicture([in, optional] VARIANT filename, + [in, defaultvalue(0)] int widthDesired, + [in, defaultvalue(0)] int heightDesired, + [in, defaultvalue(Default)] enum LoadPictureConstants flags, + [out, retval] IPictureDisp **retval); + [ + entry("OleSavePictureFile"), + helpstring("Saves a picture to a file"), + helpcontext(0x2775) + ] + HRESULT SavePicture([in] IPictureDisp *Picture, + [in] BSTR filename); + }; + + + [ + uuid(4EF6100A-AF88-11D0-9846-00C04FC29993), + helpstring("Event Interface for the Font Object"), + hidden + ] + dispinterface FontEvents { + properties: + methods: + [id(DISPID_FONT_CHANGED)] void FontChanged([in] BSTR PropertyName); + }; + + typedef [public] FontEvents IFontEventsDisp; + + +}; Binary files /tmp/tmpm0Fv5Z/YKIP1qdq14/mingw-w64-5.0.4/mingw-w64-headers/tlb/stdole2.tlb and /tmp/tmpm0Fv5Z/Hwxt1c6s8o/mingw-w64-6.0.0/mingw-w64-headers/tlb/stdole2.tlb differ diff -Nru mingw-w64-5.0.4/mingw-w64-headers/wine-import.sh mingw-w64-6.0.0/mingw-w64-headers/wine-import.sh --- mingw-w64-5.0.4/mingw-w64-headers/wine-import.sh 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-headers/wine-import.sh 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,189 @@ +#!/bin/bash + +set -e + +WINE_DIR=$1 + +if test -z $WINE_DIR; then + echo "Usage: wine-impot.sh wine_dir" + exit 1 +fi + +import_header() { + dstfile=$2/$1 + srcfile=$WINE_DIR/include/$1 + rm -f $dstfile + unicode_fix= + if test -n "$(grep WINELIB_NAME_AW\\\|DECL_WINELIB_TYPE_AW $srcfile)"; then + unicode_fix="yes" + echo '#include <_mingw_unicode.h>' >>$dstfile + fi + if test -n "$(grep -w INTERFACE $srcfile)"; then + echo '#undef INTERFACE' >>$dstfile + fi + cat $srcfile >>$dstfile + if test -n "$(grep WINELIB_NAME_AW\\\|DECL_WINELIB_TYPE_AW $srcfile)"; then + sed -i 's/\bWINELIB_NAME_AW\b/__MINGW_NAME_AW/g' $dstfile + sed -i 's/\bDECL_WINELIB_TYPE_AW\b/__MINGW_TYPEDEF_AW/g' $dstfile + fi + sed -i 's/\bBOOL /WINBOOL /g' $dstfile + sed -i 's/\bBOOL\b/WINBOOL/g' $dstfile + sed -i 's/DECLSPEC_HIDDEN//g' $dstfile +} + +import_idl() { + dstfile=$2/$1 + srcfile=$WINE_DIR/include/$1 + cp $srcfile $dstfile + + # HACK: + sed -i 's/cpp_quote\(.*\)\bBOOL\b/cpp_quote\1WINBOOL/' $dstfile + sed -i 's/cpp_quote\(.*\)\bBOOL\b/cpp_quote\1WINBOOL/' $dstfile + sed -i 's/cpp_quote\(.*\)\bBOOL\b/cpp_quote\1WINBOOL/' $dstfile +} + +# headers +for f in \ + corerror.h \ + mscat.h \ + propkey.h \ + propkeydef.h \ + rpcsal.h \ + t2embapi.h \ + uiautomation.h \ + uiautomationcoreapi.h \ + winhttp.h \ + winineti.h; do + import_header $f include +done + +# IDLs +for f in \ + ctfutb \ + devicetopology \ + downloadmgr \ + drmexternals \ + endpointvolume \ + fusion \ + icftypes \ + mmdeviceapi \ + mscoree \ + msctf \ + netfw \ + objectarray \ + optary \ + taskschd \ + uiautomationclient \ + uiautomationcore \ + urlhist \ + wmdrmsdk \ + wmsbuffer \ + wmsdkidl \ + wpcapi \ + xmllite; do + import_idl $f.idl include +done + +# DirectX headers +for f in \ + amaudio.h \ + audevcod.h \ + d3d.h \ + d3d10_1shader.h \ + d3d10effect.h \ + d3d10misc.h \ + d3d10shader.h \ + d3d11shader.h \ + d3d8.h \ + d3d8caps.h \ + d3d8types.h \ + d3d9.h \ + d3d9caps.h \ + d3d9types.h \ + d3dcaps.h \ + d3dcompiler.h \ + d3dhal.h \ + d3drm.h \ + d3drmdef.h \ + d3drmobj.h \ + d3dtypes.h \ + d3dx9.h \ + d3dx9anim.h \ + d3dx9core.h \ + d3dx9effect.h \ + d3dx9math.h \ + d3dx9math.inl \ + d3dx9mesh.h \ + d3dx9shader.h \ + d3dx9shape.h \ + d3dx9tex.h \ + d3dx9xof.h \ + d3dvec.inl \ + dls1.h \ + dls2.h \ + dmerror.h \ + dmo.h \ + dmoreg.h \ + dmort.h \ + dmplugin.h \ + dmusbuff.h \ + dmusicc.h \ + dmusicf.h \ + dmusici.h \ + dmusics.h \ + dpaddr.h \ + dplay.h \ + dplay8.h \ + dplobby.h \ + dplobby8.h \ + dpnathlp.h \ + dshow.h \ + dvdmedia.h \ + dxdiag.h \ + dxerr8.h \ + dxerr9.h \ + dxfile.h \ + errors.h \ + evcode.h \ + mediaerr.h \ + vfwmsgs.h \ + xinput.h; do + import_header $f direct-x/include +done + +# DirectX IDLs +for f in \ + amstream \ + amvideo \ + austream \ + d3d10 \ + d3d10_1 \ + d3d10sdklayers \ + d3d11 \ + d3d11_1 \ + d3d11_2 \ + d3d11_3 \ + d3d11_4 \ + d3d11sdklayers \ + d3dcommon \ + ddstream \ + dxgi \ + dxgi1_2 \ + dxgi1_3 \ + dxgi1_4 \ + dxgi1_5 \ + dxgi1_6 \ + mediaobj \ + dxgicommon \ + dxgiformat \ + dxgitype \ + mmstream \ + qedit; do + import_idl $f.idl direct-x/include +done + +echo Import complete. You need to update headers generated from IDL files now: +echo $ ./configure --with-widl --host=i686-w64-mingw32 +echo $ make +echo $ make distclean + diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/aclocal.m4 mingw-w64-6.0.0/mingw-w64-libraries/libmangle/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -103,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -142,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -333,7 +332,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -409,7 +408,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -499,8 +498,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -573,7 +572,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -602,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -613,7 +616,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -623,7 +626,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -645,7 +648,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -680,7 +683,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -730,7 +733,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -769,7 +772,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -798,7 +801,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -845,7 +848,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -864,7 +867,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -945,7 +948,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1005,7 +1008,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1033,7 +1036,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1052,7 +1055,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/compile mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/*|msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/config.guess 1970-01-01 00:00:00.000000000 +0000 @@ -1,1451 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. - -timestamp='2016-02-11' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that -# program. This Exception is an additional permission under section 7 -# of the GNU General Public License, version 3 ("GPLv3"). -# -# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. -# -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess -# -# Please send patches to . - - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of the system \`$me' is run on. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.guess ($timestamp) - -Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" >&2 - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -trap 'exit 1' 1 2 15 - -# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -# compiler to aid in system detection is discouraged as it requires -# temporary files to be created and, as you can see below, it is a -# headache to deal with in a portable fashion. - -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. - -# Portable tmp directory creation inspired by the Autoconf team. - -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -case "${UNAME_SYSTEM}" in -Linux|GNU|GNU/*) - # If the system lacks a compiler, then just pick glibc. - # We could probably try harder. - LIBC=gnu - - eval $set_cc_for_build - cat <<-EOF > $dummy.c - #include - #if defined(__UCLIBC__) - LIBC=uclibc - #elif defined(__dietlibc__) - LIBC=dietlibc - #else - LIBC=gnu - #endif - EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` - ;; -esac - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # - # Note: NetBSD doesn't particularly care about the vendor - # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` - case "${UNAME_MACHINE_ARCH}" in - armeb) machine=armeb-unknown ;; - arm*) machine=arm-unknown ;; - sh3el) machine=shl-unknown ;; - sh3eb) machine=sh-unknown ;; - sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; - esac - # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. - case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ELF__ - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - ;; - *) - os=netbsd - ;; - esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac - # The OS release - # Debian GNU/NetBSD machines have a different userland, and - # thus, need a distinct triplet. However, they do not need - # kernel version information, so it can be replaced with a - # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in - Debian*) - release='-gnu' - ;; - *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` - ;; - esac - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" - exit ;; - *:Bitrig:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} - exit ;; - *:OpenBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} - exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; - *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} - exit ;; - *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} - exit ;; - macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; - alpha:OSF1:*:*) - case $UNAME_RELEASE in - *4.0) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - ;; - *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` - ;; - esac - # According to Compaq, /usr/sbin/psrinfo has been available on - # OSF/1 and Tru64 systems produced since 1995. I hope that - # covers most systems running today. This code pipes the CPU - # types through head -n 1, so we only detect the type of CPU 0. - ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in - "EV4 (21064)") - UNAME_MACHINE=alpha ;; - "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; - "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; - "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; - "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; - "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; - "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; - "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; - "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; - "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; - "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; - "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; - "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; - "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; - "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; - esac - # A Pn.n version is a patched version. - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - # Reset EXIT trap before exiting to avoid spurious non-zero exit code. - exitcode=$? - trap '' 0 - exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit ;; - *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos - exit ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; - *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit ;; - arm*:riscos:*:*|arm*:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; - SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; - DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; - DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) - case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; - s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} - exit ;; - i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build - SUN_ARCH=i386 - # If there is a compiler, see if it is configured for 64-bit objects. - # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - SUN_ARCH=x86_64 - fi - fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; - m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} - exit ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && - { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} - exit ;; - Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; - Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; - ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` - then - echo "$SYSTEM_NAME" - else - echo rs6000-ibm-aix3.2.5 - fi - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit ;; - *:AIX:*:[4567]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/lslpp ] ; then - IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | - awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; - 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 - esac ;; - esac - fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - test -z "$HP_ARCH" && HP_ARCH=hppa - fi ;; - esac - if [ ${HP_ARCH} = hppa2.0w ] - then - eval $set_cc_for_build - - # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating - # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler - # generating 64-bit code. GNU and HP use different nomenclature: - # - # $ CC_FOR_BUILD=cc ./config.guess - # => hppa2.0w-hp-hpux11.23 - # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess - # => hppa64-hp-hpux11.23 - - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep -q __LP64__ - then - HP_ARCH=hppa2.0w - else - HP_ARCH=hppa64 - fi - fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit ;; - ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} - exit ;; - 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; - *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; - i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ - -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:FreeBSD:*:*) - UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in - amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - esac - exit ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit ;; - *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 - exit ;; - *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; - *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; - i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 - exit ;; - *:Interix*:*) - case ${UNAME_MACHINE} in - x86) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; - IA64) - echo ia64-unknown-interix${UNAME_RELEASE} - exit ;; - esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit ;; - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - *:GNU:*:*) - # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; - aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - aarch64_be:Linux:*:*) - UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - arm*:Linux:*:*) - eval $set_cc_for_build - if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_EABI__ - then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - else - if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_PCS_VFP - then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi - else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf - fi - fi - exit ;; - avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} - exit ;; - crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} - exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} - exit ;; - ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef ${UNAME_MACHINE} - #undef ${UNAME_MACHINE}el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=${UNAME_MACHINE}el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=${UNAME_MACHINE} - #else - CPU= - #endif - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } - ;; - openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} - exit ;; - or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} - exit ;; - parisc:Linux:*:* | hppa:Linux:*:*) - # Look for CPU level - case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; - esac - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} - exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} - exit ;; - ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} - exit ;; - ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} - exit ;; - s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} - exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} - exit ;; - x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} - exit ;; - xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - i*86:DYNIX/ptx:4*:*) - # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. - # earlier versions are messed up and put the nodename in both - # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; - i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit ;; - i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop - exit ;; - i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos - exit ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit ;; - i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. - case `/bin/uname -X | grep "^Machine"` in - *486*) UNAME_MACHINE=i486 ;; - *Pentium) UNAME_MACHINE=i586 ;; - *Pent*|*Celeron) UNAME_MACHINE=i686 ;; - esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} - exit ;; - i*86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. - # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that - # this is a cross-build. - echo i586-pc-msdosdjgpp - exit ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit ;; - mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; - M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; - M68*:*:R3V[5678]*:*) - test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; - NCR*:*:4.2:* | MPRAS*:*:4.2:*) - OS_REL='.3' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit ;; - rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes . - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; - i*86:VOS:*:*) - # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos - exit ;; - *:VOS:*:*) - # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit ;; - news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; - BePC:Haiku:*:*) # Haiku running on Intel PC compatible. - echo i586-pc-haiku - exit ;; - x86_64:Haiku:*:*) - echo x86_64-unknown-haiku - exit ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit ;; - SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} - exit ;; - SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} - exit ;; - SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} - exit ;; - SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} - exit ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build - if test "$UNAME_PROCESSOR" = unknown ; then - UNAME_PROCESSOR=powerpc - fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac - fi - fi - elif test "$UNAME_PROCESSOR" = i386 ; then - # Avoid executing cc on OS X 10.9, as it ships with a stub - # that puts up a graphical alert prompting to install - # developer tools. Any system running Mac OS X 10.7 or - # later (Darwin 11 and later) is required to have a 64-bit - # processor. This is not true of the ARM version of Darwin - # that Apple uses in portable devices. - UNAME_PROCESSOR=x86_64 - fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} - exit ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then - UNAME_PROCESSOR=i386 - UNAME_MACHINE=pc - fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} - exit ;; - NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit ;; - *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit ;; - *:Plan9:*:*) - # "uname -m" is not consistent, so use $cputype instead. 386 - # is converted to i386 for consistency with other x86 - # operating systems. - if test "$cputype" = 386; then - UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" - fi - echo ${UNAME_MACHINE}-unknown-plan9 - exit ;; - *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; - *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; - KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; - XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; - *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; - *:ITS:*:*) - echo pdp10-unknown-its - exit ;; - SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} - exit ;; - *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; - esac ;; - *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; - i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' - exit ;; - i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos - exit ;; - i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros - exit ;; - x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx - exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; -esac - -cat >&2 < in order to provide the needed -information to handle your system. - -config.guess timestamp = $timestamp - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/config.sub mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/config.sub --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/config.sub 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/config.sub 1970-01-01 00:00:00.000000000 +0000 @@ -1,1813 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script. -# Copyright 1992-2016 Free Software Foundation, Inc. - -timestamp='2016-01-01' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that -# program. This Exception is an additional permission under section 7 -# of the GNU General Public License, version 3 ("GPLv3"). - - -# Please send patches to . -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.sub ($timestamp) - -Copyright 1992-2016 Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit ;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze*) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*178) - os=-lynxos178 - ;; - -lynx*5) - os=-lynxos5 - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arceb \ - | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ - | avr | avr32 \ - | ba \ - | be32 | be64 \ - | bfin \ - | c4x | c8051 | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | e2k | epiphany \ - | fido | fr30 | frv | ft32 \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | hexagon \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | k1om \ - | le32 | le64 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa32r6 | mipsisa32r6el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64r6 | mipsisa64r6el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ - | ns16k | ns32k \ - | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pyramid \ - | riscv32 | riscv64 \ - | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ - | visium \ - | we32k \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - leon|leon[3-9]) - basic_machine=sparc-$basic_machine - ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - ms1) - basic_machine=mt-unknown - ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown - ;; - xgate) - basic_machine=$basic_machine-unknown - os=-none - ;; - xscaleeb) - basic_machine=armeb-unknown - ;; - - xscaleel) - basic_machine=armel-unknown - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | ba-* \ - | be32-* | be64-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | c8051-* | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | e2k-* | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | hexagon-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | k1om-* \ - | le32-* | le64-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ - | microblaze-* | microblazeel-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa32r6-* | mipsisa32r6el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64r6-* | mipsisa64r6el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | or1k*-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pyramid-* \ - | riscv32-* | riscv64-* \ - | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile*-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ - | vax-* \ - | visium-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - asmjs) - basic_machine=asmjs-unknown - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux - ;; - blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze*) - basic_machine=microblaze-xilinx - ;; - mingw64) - basic_machine=x86_64-pc - os=-mingw64 - ;; - mingw32) - basic_machine=i686-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - moxiebox) - basic_machine=moxie-unknown - os=-moxiebox - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; - msys) - basic_machine=i686-pc - os=-msys - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - nacl) - basic_machine=le32-unknown - os=-nacl - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc - ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc | ppcbe) basic_machine=powerpc-unknown - ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rdos | rdos64) - basic_machine=x86_64-pc - os=-rdos - ;; - rdos32) - basic_machine=i386-pc - os=-rdos - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sde) - basic_machine=mipsisa32-sde - os=-elf - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh5el) - basic_machine=sh5le-unknown - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - tile*) - basic_machine=$basic_machine-unknown - os=-linux-gnu - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux - ;; - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* | -plan9* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* | -cloudabi* | -sortix* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -zvmoe) - os=-zvmoe - ;; - -dicos*) - os=-dicos - ;; - -nacl*) - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - score-*) - os=-elf - ;; - spu-*) - os=-elf - ;; - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - c4x-* | tic4x-*) - os=-coff - ;; - c8051-*) - os=-elf - ;; - hexagon-*) - os=-elf - ;; - tic54x-*) - os=-coff - ;; - tic55x-*) - os=-coff - ;; - tic6x-*) - os=-coff - ;; - # This must come before the *-dec entry. - pdp10-*) - os=-tops20 - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - ;; - m68*-cisco) - os=-aout - ;; - mep-*) - os=-elf - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - or32-*) - os=-coff - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-haiku) - os=-haiku - ;; - *-ibm) - os=-aix - ;; - *-knuth) - os=-mmixware - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f30[01]-fujitsu | f700-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -cnk*|-aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -os400*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -tpf*) - vendor=ibm - ;; - -vxsim* | -vxworks* | -windiss*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - vendor=atari - ;; - -vos*) - vendor=stratus - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/depcomp mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/depcomp --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/depcomp 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/depcomp 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-07-12.20; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try '$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/missing mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/configure mingw-w64-6.0.0/mingw-w64-libraries/libmangle/configure --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/configure 2018-09-14 14:16:43.000000000 +0000 @@ -2292,7 +2292,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2464,8 +2464,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2484,7 +2484,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2812,8 +2812,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2871,6 +2871,7 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/include/libmangle.h mingw-w64-6.0.0/mingw-w64-libraries/libmangle/include/libmangle.h --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/include/libmangle.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/include/libmangle.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2010 mingw-w64 project + Copyright (c) 2009-2016 mingw-w64 project Contributing authors: Kai Tietz, Jonathan Yong diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/Makefile.in mingw-w64-6.0.0/mingw-w64-libraries/libmangle/Makefile.in --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -16,7 +16,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -78,19 +88,12 @@ PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp \ - $(include_HEADERS) COPYING ChangeLog build-aux/compile \ - build-aux/config.guess build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/missing \ - $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -194,6 +197,13 @@ CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING ChangeLog \ + build-aux/compile build-aux/depcomp build-aux/install-sh \ + build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -329,7 +339,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -571,15 +580,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -615,17 +624,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -808,6 +817,8 @@ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-includeHEADERS uninstall-libLIBRARIES +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_ms.c mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_ms.c --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_ms.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_ms.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2010 mingw-w64 project + Copyright (c) 2009-2016 mingw-w64 project Contributing authors: Kai Tietz, Jonathan Yong diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_ms.h mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_ms.h --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_ms.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_ms.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2010 mingw-w64 project + Copyright (c) 2009-2016 mingw-w64 project Contributing authors: Kai Tietz, Jonathan Yong diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_token.c mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_token.c --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_token.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_token.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2010 mingw-w64 project + Copyright (c) 2009-2016 mingw-w64 project Contributing authors: Kai Tietz, Jonathan Yong diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_token.h mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_token.h --- mingw-w64-5.0.4/mingw-w64-libraries/libmangle/src/m_token.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/libmangle/src/m_token.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2010 mingw-w64 project + Copyright (c) 2009-2016 mingw-w64 project Contributing authors: Kai Tietz, Jonathan Yong diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/aclocal.m4 mingw-w64-6.0.0/mingw-w64-libraries/pseh/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -78,7 +78,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -123,15 +123,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -162,7 +161,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -353,7 +352,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -429,7 +428,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -519,8 +518,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -593,7 +592,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -622,7 +625,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -633,7 +636,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -643,7 +646,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -664,7 +667,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -714,7 +717,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -753,7 +756,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -782,7 +785,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -829,7 +832,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -848,7 +851,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -929,7 +932,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -989,7 +992,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1017,7 +1020,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1036,7 +1039,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/compile mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/*|msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/missing mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/configure mingw-w64-6.0.0/mingw-w64-libraries/pseh/configure --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/configure 2018-09-14 14:16:43.000000000 +0000 @@ -2082,7 +2082,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2254,8 +2254,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2274,7 +2274,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2602,8 +2602,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2661,6 +2661,7 @@ fi fi + # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/pseh/Makefile.in mingw-w64-6.0.0/mingw-w64-libraries/pseh/Makefile.in --- mingw-w64-5.0.4/mingw-w64-libraries/pseh/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/pseh/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -16,7 +16,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -80,21 +90,13 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp \ - $(framebased_HEADERS) $(pseh_HEADERS) COPYING INSTALL \ - build-aux/compile build-aux/config.guess build-aux/config.sub \ - build-aux/depcomp build-aux/install-sh build-aux/missing \ - $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(framebased_HEADERS) $(pseh_HEADERS) \ + $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -209,6 +211,15 @@ CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING INSTALL \ + build-aux/compile build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -365,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -658,15 +668,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -702,17 +712,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -900,6 +910,8 @@ uninstall-framebasedHEADERS uninstall-libLIBRARIES \ uninstall-psehHEADERS +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/aclocal.m4 mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,12 +51,12 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -118,7 +118,7 @@ # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -138,7 +138,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -183,15 +183,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -222,7 +221,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -413,7 +412,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -489,7 +488,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -579,8 +578,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -653,7 +652,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -682,7 +685,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -693,7 +696,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -703,7 +706,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -725,7 +728,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -760,7 +763,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -810,7 +813,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -849,7 +852,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -878,7 +881,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -925,7 +928,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -944,7 +947,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1025,7 +1028,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1085,7 +1088,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1113,7 +1116,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1132,7 +1135,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/ar-lib mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/ar-lib --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/ar-lib 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/ar-lib 2018-09-14 14:16:43.000000000 +0000 @@ -4,7 +4,7 @@ me=ar-lib scriptversion=2012-03-01.08; # UTC -# Copyright (C) 2010-2013 Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # Written by Peter Rosin . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -65,7 +65,7 @@ mingw) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin) + cygwin|msys) file=`cygpath -m "$file" || echo "$file"` ;; wine) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/compile mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/*|msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/ltmain.sh mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/ltmain.sh --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/ltmain.sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/ltmain.sh 2018-09-14 14:16:43.000000000 +0000 @@ -2418,7 +2418,7 @@ case $host in # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) + *cygwin* | *msys* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; @@ -3439,7 +3439,7 @@ # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in - cygwin* | mingw* | pw32* | os2* | cegcc*) + cygwin* | msys* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac @@ -4313,7 +4313,7 @@ 'exit $?' tstripme=$stripme case $host_os in - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= @@ -4426,7 +4426,7 @@ # Do a test to see if this is really a libtool program. case $host in - *cygwin* | *mingw*) + *cygwin* | *msys* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result @@ -4501,7 +4501,7 @@ # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in - */usr/bin/install*,*cygwin*) + */usr/bin/install*,*cygwin* | */usr/bin/install*,*msys*) case $file:$destfile in *.exe:*.exe) # this is ok @@ -4654,7 +4654,7 @@ $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in - *cygwin* | *mingw* | *cegcc* ) + *cygwin* | *msys* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; @@ -4666,7 +4666,7 @@ eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in - *cygwin* | *mingw* | *cegcc* ) + *cygwin* | *msys* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; @@ -4680,7 +4680,7 @@ func_basename "$dlprefile" name=$func_basename_result case $host in - *cygwin* | *mingw* | *cegcc* ) + *cygwin* | *msys* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" @@ -4855,7 +4855,7 @@ # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in - *cygwin* | *mingw* | *cegcc* ) + *cygwin* | *msys* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` @@ -5538,6 +5538,7 @@ # include # include # ifdef __CYGWIN__ +# include # include # endif #endif @@ -5753,7 +5754,7 @@ { EOF case $host in - *mingw* | *cygwin* ) + *mingw* | *cygwin* | *msys* ) # make stdout use "unix" line endings echo " setmode(1,_O_BINARY);" ;; @@ -6492,7 +6493,7 @@ $debug_cmd case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra @@ -6991,7 +6992,7 @@ ;; esac case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; @@ -7011,7 +7012,7 @@ -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; @@ -7094,7 +7095,7 @@ -no-install) case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" @@ -7988,7 +7989,7 @@ fi case $host in # special handling for platforms with PE-DLLs. - *cygwin* | *mingw* | *cegcc* ) + *cygwin* | *msys* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present @@ -8132,7 +8133,7 @@ if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in - *cygwin* | *mingw* | *cegcc* | *os2*) + *cygwin* | *msys* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no @@ -8202,7 +8203,7 @@ elif test -n "$soname_spec"; then # bleh windows case $host in - *cygwin* | mingw* | *cegcc* | *os2*) + *cygwin* | *msys* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major @@ -9112,7 +9113,7 @@ if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) @@ -9626,7 +9627,7 @@ orig_export_symbols= case $host_os in - cygwin* | mingw* | cegcc*) + cygwin* | *msys* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { @@ -10185,7 +10186,7 @@ prog) case $host in - *cygwin*) func_stripname '' '.exe' "$output" + *cygwin* | *msys*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ @@ -10296,7 +10297,7 @@ esac fi case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; @@ -10374,7 +10375,7 @@ # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; - *cygwin* | *mingw* ) + *cygwin* | *msys* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) @@ -10520,14 +10521,14 @@ esac # test for cygwin because mv fails w/o .exe extensions case $host in - *cygwin*) + *cygwin* | *msys*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in - *cygwin* | *mingw* ) + *cygwin* | *msys* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result @@ -10859,7 +10860,7 @@ # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + *cygwin*,*lai,yes,no,*.dll | *msys*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/missing mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/test-driver mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/test-driver --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/build-aux/test-driver 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/build-aux/test-driver 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-07-13.22; # UTC -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -106,11 +106,14 @@ # Test script is run here. "$@" >$log_file 2>&1 estatus=$? + if test $enable_hard_errors = no && test $estatus -eq 99; then - estatus=1 + tweaked_estatus=1 +else + tweaked_estatus=$estatus fi -case $estatus:$expect_failure in +case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; @@ -119,6 +122,12 @@ *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac +# Report the test outcome and exit status in the logs, so that one can +# know whether the test passed or failed simply by looking at the '.log' +# file, without the need of also peaking into the corresponding '.trs' +# file (automake bug#11814). +echo "$res $test_name (exit status: $estatus)" >>$log_file + # Report outcome to console. echo "${col}${res}${std}: $test_name" diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/configure mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/configure --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/configure 2018-09-14 14:16:43.000000000 +0000 @@ -16,8 +16,7 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1 -then : +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which @@ -161,8 +160,7 @@ # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1 -then : + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which @@ -189,8 +187,7 @@ as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } -if ( set x; as_fn_ret_success y && test x = \"\$1\" ) -then : +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. @@ -210,14 +207,12 @@ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" - if (eval "$as_required") 2>/dev/null -then : + if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null -then : + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -233,11 +228,9 @@ # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null -then : + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null -then : + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi @@ -246,15 +239,13 @@ as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null -then : + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS - if test "x$CONFIG_SHELL" != x -then : + if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also @@ -276,8 +267,7 @@ exit 255 fi - if test x$as_have_required = xno -then : + if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then @@ -391,8 +381,7 @@ # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null -then : +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 @@ -409,8 +398,7 @@ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null -then : +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) @@ -1570,8 +1558,7 @@ test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest.$ac_objext -then : + } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 @@ -1612,8 +1599,7 @@ } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext - } -then : + }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 @@ -1640,8 +1626,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false -then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -1649,8 +1634,7 @@ $4 #include <$2> _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" @@ -1688,8 +1672,7 @@ test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err - } -then : + }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 @@ -1704,8 +1687,8 @@ # ac_fn_c_try_run LINENO # ---------------------- -# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that -# executables *can* be run. +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack @@ -1729,8 +1712,7 @@ (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; } -then : + test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 @@ -1753,8 +1735,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false -then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else if test x$ac_no_link = xyes; then @@ -1794,15 +1775,14 @@ #endif int -main (void) +main () { return $2 (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" @@ -1825,12 +1805,10 @@ ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false -then : + if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false -then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 @@ -1845,8 +1823,7 @@ $4 #include <$2> _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no @@ -1862,8 +1839,7 @@ /* end confdefs.h. */ #include <$2> _ACEOF -if ac_fn_c_try_cpp "$LINENO" -then : +if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no @@ -1899,8 +1875,7 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false -then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" @@ -1922,8 +1897,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false -then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" @@ -1931,7 +1905,7 @@ /* end confdefs.h. */ $4 int -main (void) +main () { if (sizeof ($2)) return 0; @@ -1939,13 +1913,12 @@ return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int -main (void) +main () { if (sizeof (($2))) return 0; @@ -1953,8 +1926,7 @@ return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" @@ -2080,8 +2052,6 @@ # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? - # Sanitize IFS. - IFS=" "" $as_nl" # Save into config.log some information that might help in debugging. { echo @@ -2324,8 +2294,7 @@ ac_aux_dir= -for ac_dir in build-aux "$srcdir"/build-aux -do +for ac_dir in build-aux "$srcdir"/build-aux; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -2358,7 +2327,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2377,8 +2346,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then -if ${ac_cv_path_install+:} false -then : +if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -2531,8 +2499,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2551,7 +2519,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2570,8 +2538,7 @@ set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false -then : +if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then @@ -2611,8 +2578,7 @@ set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false -then : +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then @@ -2665,8 +2631,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then - if ${ac_cv_path_mkdir+:} false -then : + if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -2711,8 +2676,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AWK+:} false -then : +if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then @@ -2752,8 +2716,7 @@ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval \${ac_cv_prog_make_${ac_make}_set+:} false -then : +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -2790,8 +2753,7 @@ rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. -if test "${enable_silent_rules+set}" = set -then : +if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi @@ -2803,8 +2765,7 @@ am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } -if ${am_cv_make_support_nested_variables+:} false -then : +if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) @@ -2886,8 +2847,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2945,11 +2906,11 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set -then : +if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no @@ -2975,8 +2936,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } -if ${ac_cv_build+:} false -then : +if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias @@ -3010,8 +2970,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } -if ${ac_cv_host+:} false -then : +if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then @@ -3055,8 +3014,7 @@ set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false -then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3096,8 +3054,7 @@ set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false -then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -3150,8 +3107,7 @@ set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false -then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3191,8 +3147,7 @@ set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false -then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3251,8 +3206,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false -then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3296,8 +3250,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false -then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -3383,7 +3336,7 @@ /* end confdefs.h. */ int -main (void) +main () { ; @@ -3406,7 +3359,7 @@ /* end confdefs.h. */ int -main (void) +main () { ; @@ -3445,8 +3398,7 @@ (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -then : + test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, @@ -3482,8 +3434,7 @@ else ac_file='' fi -if test -z "$ac_file" -then : +if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 @@ -3517,8 +3468,7 @@ (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -then : + test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with @@ -3549,7 +3499,7 @@ /* end confdefs.h. */ #include int -main (void) +main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; @@ -3563,9 +3513,7 @@ # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } -if test "$cross_compiling" = maybe && test "x$build" != "x$host"; then - cross_compiling=yes -elif test "$cross_compiling" != yes; then +if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -3619,9 +3567,7 @@ # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } -if test "$cross_compiling" = maybe && test "x$build" != "x$host"; then - cross_compiling=yes -elif test "$cross_compiling" != yes; then +if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -3663,15 +3609,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } -if ${ac_cv_objext+:} false -then : +if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main (void) +main () { ; @@ -3689,8 +3634,7 @@ (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -then : + test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in @@ -3716,15 +3660,14 @@ ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if ${ac_cv_c_compiler_gnu+:} false -then : +if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main (void) +main () { #ifndef __GNUC__ choke me @@ -3734,8 +3677,7 @@ return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no @@ -3755,8 +3697,7 @@ ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } -if ${ac_cv_prog_cc_g+:} false -then : +if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag @@ -3767,15 +3708,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" @@ -3783,15 +3723,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag @@ -3800,15 +3739,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext @@ -3837,8 +3775,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if ${ac_cv_prog_cc_c89+:} false -then : +if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no @@ -3888,7 +3825,7 @@ int argc; char **argv; int -main (void) +main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; @@ -3899,8 +3836,7 @@ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO" -then : + if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext @@ -3923,8 +3859,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac -if test "x$ac_cv_prog_cc_c89" != xno -then : +if test "x$ac_cv_prog_cc_c89" != xno; then : fi @@ -3941,15 +3876,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -if ${am_cv_prog_cc_c_o+:} false -then : +if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main (void) +main () { ; @@ -4038,8 +3972,7 @@ rm -f confinc confmf # Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set -then : +if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi @@ -4062,8 +3995,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CC_dependencies_compiler_type+:} false -then : +if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then @@ -4192,8 +4124,7 @@ set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_RANLIB+:} false -then : +if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then @@ -4233,8 +4164,7 @@ set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_RANLIB+:} false -then : +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then @@ -4292,8 +4222,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CCAS_dependencies_compiler_type+:} false -then : +if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then @@ -4423,8 +4352,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AR+:} false -then : +if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then @@ -4468,8 +4396,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_AR+:} false -then : +if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then @@ -4522,8 +4449,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 $as_echo_n "checking the archiver ($AR) interface... " >&6; } -if ${am_cv_ar_interface+:} false -then : +if ${am_cv_ar_interface+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c @@ -4537,8 +4463,7 @@ /* end confdefs.h. */ int some_variable = 0; _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 (eval $am_ar_try) 2>&5 @@ -4692,8 +4617,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } -if ${ac_cv_path_SED+:} false -then : +if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ @@ -4710,8 +4634,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in sed gsed - do + for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue @@ -4776,8 +4699,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if ${ac_cv_path_GREP+:} false -then : +if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then @@ -4788,8 +4710,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep - do + for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue @@ -4841,8 +4762,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } -if ${ac_cv_path_EGREP+:} false -then : +if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 @@ -4856,8 +4776,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in egrep - do + for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue @@ -4910,8 +4829,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } -if ${ac_cv_path_FGREP+:} false -then : +if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 @@ -4925,8 +4843,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in fgrep - do + for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue @@ -4998,8 +4915,7 @@ # Check whether --with-gnu-ld was given. -if test "${with_gnu_ld+set}" = set -then : +if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no @@ -5044,8 +4960,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi -if ${lt_cv_path_LD+:} false -then : +if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then @@ -5085,8 +5000,7 @@ test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -if ${lt_cv_prog_gnu_ld+:} false -then : +if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. @@ -5113,8 +5027,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } -if ${lt_cv_path_NM+:} false -then : +if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then @@ -5182,8 +5095,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DUMPBIN+:} false -then : +if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then @@ -5227,8 +5139,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DUMPBIN+:} false -then : +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then @@ -5300,8 +5211,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } -if ${lt_cv_nm_interface+:} false -then : +if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" @@ -5336,8 +5246,7 @@ # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } -if ${lt_cv_sys_max_cmd_len+:} false -then : +if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 @@ -5359,7 +5268,7 @@ lt_cv_sys_max_cmd_len=-1; ;; - cygwin* | mingw* | cegcc*) + cygwin* | msys* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, @@ -5516,8 +5425,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } -if ${lt_cv_to_host_file_cmd+:} false -then : +if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in @@ -5526,7 +5434,7 @@ *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix @@ -5534,12 +5442,12 @@ ;; esac ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix @@ -5564,8 +5472,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } -if ${lt_cv_to_tool_file_cmd+:} false -then : +if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. @@ -5592,8 +5499,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } -if ${lt_cv_ld_reload_flag+:} false -then : +if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' @@ -5607,7 +5513,7 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi @@ -5634,8 +5540,7 @@ set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OBJDUMP+:} false -then : +if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then @@ -5675,8 +5580,7 @@ set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OBJDUMP+:} false -then : +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then @@ -5732,8 +5636,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } -if ${lt_cv_deplibs_check_method+:} false -then : +if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' @@ -5765,7 +5668,7 @@ lt_cv_file_magic_test_file=/shlib/libc.so ;; -cygwin*) +cygwin* | msys*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' @@ -5978,8 +5881,7 @@ set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DLLTOOL+:} false -then : +if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then @@ -6019,8 +5921,7 @@ set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DLLTOOL+:} false -then : +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then @@ -6077,14 +5978,13 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } -if ${lt_cv_sharedlib_from_linklib_cmd+:} false -then : +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in @@ -6121,8 +6021,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AR+:} false -then : +if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then @@ -6166,8 +6065,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_AR+:} false -then : +if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then @@ -6231,8 +6129,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } -if ${lt_cv_ar_at_file+:} false -then : +if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no @@ -6240,15 +6137,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 @@ -6294,8 +6190,7 @@ set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false -then : +if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then @@ -6335,8 +6230,7 @@ set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false -then : +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then @@ -6395,8 +6289,7 @@ set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_RANLIB+:} false -then : +if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then @@ -6436,8 +6329,7 @@ set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_RANLIB+:} false -then : +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then @@ -6566,8 +6458,7 @@ # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } -if ${lt_cv_sys_global_symbol_pipe+:} false -then : +if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6585,7 +6476,7 @@ aix*) symcode='[BCDT]' ;; -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) @@ -6886,8 +6777,7 @@ $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. -if test "${with_sysroot+set}" = set -then : +if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no @@ -6922,8 +6812,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } -if ${ac_cv_path_lt_DD+:} false -then : +if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i @@ -6937,8 +6826,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in dd - do + for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue @@ -6966,8 +6854,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } -if ${lt_cv_truncate_bin+:} false -then : +if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i @@ -7004,8 +6891,7 @@ } # Check whether --enable-libtool-lock was given. -if test "${enable_libtool_lock+set}" = set -then : +if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi @@ -7185,8 +7071,7 @@ CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } -if ${lt_cv_cc_needs_belf+:} false -then : +if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c @@ -7202,15 +7087,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no @@ -7277,8 +7161,7 @@ set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_MANIFEST_TOOL+:} false -then : +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then @@ -7318,8 +7201,7 @@ set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false -then : +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then @@ -7369,8 +7251,7 @@ test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } -if ${lt_cv_path_mainfest_tool+:} false -then : +if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no @@ -7400,8 +7281,7 @@ set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DSYMUTIL+:} false -then : +if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then @@ -7441,8 +7321,7 @@ set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false -then : +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then @@ -7494,8 +7373,7 @@ set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_NMEDIT+:} false -then : +if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then @@ -7535,8 +7413,7 @@ set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_NMEDIT+:} false -then : +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then @@ -7588,8 +7465,7 @@ set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_LIPO+:} false -then : +if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then @@ -7629,8 +7505,7 @@ set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_LIPO+:} false -then : +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then @@ -7682,8 +7557,7 @@ set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OTOOL+:} false -then : +if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then @@ -7723,8 +7597,7 @@ set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OTOOL+:} false -then : +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then @@ -7776,8 +7649,7 @@ set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OTOOL64+:} false -then : +if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then @@ -7817,8 +7689,7 @@ set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OTOOL64+:} false -then : +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then @@ -7893,8 +7764,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } -if ${lt_cv_apple_cc_single_mod+:} false -then : +if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no @@ -7930,8 +7800,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } -if ${lt_cv_ld_exported_symbols_list+:} false -then : +if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no @@ -7945,15 +7814,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no @@ -7968,8 +7836,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } -if ${lt_cv_ld_force_load+:} false -then : +if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no @@ -8083,8 +7950,7 @@ CPP= fi if test -z "$CPP"; then - if ${ac_cv_prog_CPP+:} false -then : + if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded @@ -8108,8 +7974,7 @@ #endif Syntax error _ACEOF -if ac_fn_c_try_cpp "$LINENO" -then : +if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. @@ -8123,8 +7988,7 @@ /* end confdefs.h. */ #include _ACEOF -if ac_fn_c_try_cpp "$LINENO" -then : +if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else @@ -8137,8 +8001,7 @@ done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok -then : +if $ac_preproc_ok; then : break fi @@ -8170,8 +8033,7 @@ #endif Syntax error _ACEOF -if ac_fn_c_try_cpp "$LINENO" -then : +if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. @@ -8185,8 +8047,7 @@ /* end confdefs.h. */ #include _ACEOF -if ac_fn_c_try_cpp "$LINENO" -then : +if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else @@ -8199,8 +8060,7 @@ done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok -then : +if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -8218,8 +8078,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } -if ${ac_cv_header_stdc+:} false -then : +if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8230,15 +8089,14 @@ #include int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no @@ -8253,8 +8111,7 @@ _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1 -then : + $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -8271,8 +8128,7 @@ _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1 -then : + $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -8283,8 +8139,7 @@ if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes -then : + if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8304,7 +8159,7 @@ #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int -main (void) +main () { int i; for (i = 0; i < 256; i++) @@ -8314,8 +8169,7 @@ return 0; } _ACEOF -if ac_fn_c_try_run "$LINENO" -then : +if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no @@ -8341,8 +8195,7 @@ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " -if eval test \"x\$"$as_ac_Header"\" = x"yes" -then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -8356,8 +8209,7 @@ do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " -if test "x$ac_cv_header_dlfcn_h" = xyes -then : +if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF @@ -8374,14 +8226,13 @@ enable_win32_dll=yes case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) +*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AS+:} false -then : +if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then @@ -8421,8 +8272,7 @@ set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_AS+:} false -then : +if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then @@ -8474,8 +8324,7 @@ set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DLLTOOL+:} false -then : +if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then @@ -8515,8 +8364,7 @@ set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DLLTOOL+:} false -then : +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then @@ -8568,8 +8416,7 @@ set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OBJDUMP+:} false -then : +if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then @@ -8609,8 +8456,7 @@ set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OBJDUMP+:} false -then : +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then @@ -8685,8 +8531,7 @@ # Check whether --enable-shared was given. -if test "${enable_shared+set}" = set -then : +if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; @@ -8717,8 +8562,7 @@ # Check whether --enable-static was given. -if test "${enable_static+set}" = set -then : +if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; @@ -8750,8 +8594,7 @@ # Check whether --with-pic was given. -if test "${with_pic+set}" = set -then : +if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; @@ -8780,8 +8623,7 @@ # Check whether --enable-fast-install was given. -if test "${enable_fast_install+set}" = set -then : +if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; @@ -8817,8 +8659,7 @@ $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. -if test "${with_aix_soname+set}" = set -then : +if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; @@ -8828,8 +8669,7 @@ esac lt_cv_with_aix_soname=$with_aix_soname else - if ${lt_cv_with_aix_soname+:} false -then : + if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix @@ -8923,8 +8763,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } -if ${lt_cv_objdir+:} false -then : +if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null @@ -8995,8 +8834,7 @@ if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } -if ${lt_cv_path_MAGIC_CMD+:} false -then : +if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in @@ -9062,8 +8900,7 @@ if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } -if ${lt_cv_path_MAGIC_CMD+:} false -then : +if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in @@ -9205,8 +9042,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } -if ${lt_cv_prog_compiler_rtti_exceptions+:} false -then : +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no @@ -9293,7 +9129,7 @@ # PIC is the default for these OSes. ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style @@ -9396,7 +9232,7 @@ esac ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' @@ -9599,8 +9435,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } -if ${lt_cv_prog_compiler_pic+:} false -then : +if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic @@ -9615,8 +9450,7 @@ if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } -if ${lt_cv_prog_compiler_pic_works+:} false -then : +if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no @@ -9680,8 +9514,7 @@ wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } -if ${lt_cv_prog_compiler_static_works+:} false -then : +if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no @@ -9724,8 +9557,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if ${lt_cv_prog_compiler_c_o+:} false -then : +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -9780,8 +9612,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if ${lt_cv_prog_compiler_c_o+:} false -then : +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -9903,7 +9734,7 @@ extract_expsyms_cmds= case $host_os in - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. @@ -10018,7 +9849,7 @@ fi ;; - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' @@ -10415,8 +10246,7 @@ if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else - if ${lt_cv_aix_libpath_+:} false -then : + if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else if test x$ac_no_link = xyes; then @@ -10426,15 +10256,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -10473,8 +10302,7 @@ if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else - if ${lt_cv_aix_libpath_+:} false -then : + if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else if test x$ac_no_link = xyes; then @@ -10484,15 +10312,14 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -10568,7 +10395,7 @@ export_dynamic_flag_spec=-rdynamic ;; - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is @@ -10760,8 +10587,7 @@ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } -if ${lt_cv_prog_compiler__b+:} false -then : +if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no @@ -10830,8 +10656,7 @@ # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } -if ${lt_cv_irix_exported_symbol+:} false -then : +if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS @@ -10843,8 +10668,7 @@ /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no @@ -11173,8 +10997,7 @@ # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } -if ${lt_cv_archive_cmds_need_lc+:} false -then : +if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* @@ -11610,7 +11433,7 @@ # libtool to hard-code these into programs ;; -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no @@ -11642,6 +11465,12 @@ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; + msys*) + # MSYS DLLs use 'msys-' prefix rather than 'lib' + soname_spec='`echo $libname | sed -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' @@ -11676,7 +11505,7 @@ # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; - cygwin*) + cygwin* | msys*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... @@ -11937,8 +11766,7 @@ shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH - if ${lt_cv_shlibpath_overrides_runpath+:} false -then : + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no @@ -11953,17 +11781,15 @@ /* end confdefs.h. */ int -main (void) +main () { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : - if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null -then : +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi @@ -12384,7 +12210,7 @@ lt_cv_dlopen_libs= ;; - cygwin*) + cygwin* | msys*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; @@ -12393,8 +12219,7 @@ # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } -if ${ac_cv_lib_dl_dlopen+:} false -then : +if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -12413,15 +12238,14 @@ #endif char dlopen (); int -main (void) +main () { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no @@ -12432,8 +12256,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = xyes -then : +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else @@ -12455,14 +12278,12 @@ *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" -if test "x$ac_cv_func_shl_load" = xyes -then : +if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } -if ${ac_cv_lib_dld_shl_load+:} false -then : +if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -12481,15 +12302,14 @@ #endif char shl_load (); int -main (void) +main () { return shl_load (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no @@ -12500,19 +12320,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } -if test "x$ac_cv_lib_dld_shl_load" = xyes -then : +if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" -if test "x$ac_cv_func_dlopen" = xyes -then : +if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } -if ${ac_cv_lib_dl_dlopen+:} false -then : +if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -12531,15 +12348,14 @@ #endif char dlopen (); int -main (void) +main () { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no @@ -12550,14 +12366,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = xyes -then : +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } -if ${ac_cv_lib_svld_dlopen+:} false -then : +if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -12576,15 +12390,14 @@ #endif char dlopen (); int -main (void) +main () { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no @@ -12595,14 +12408,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } -if test "x$ac_cv_lib_svld_dlopen" = xyes -then : +if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } -if ${ac_cv_lib_dld_dld_link+:} false -then : +if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -12621,15 +12432,14 @@ #endif char dld_link (); int -main (void) +main () { return dld_link (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO" -then : +if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no @@ -12640,8 +12450,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } -if test "x$ac_cv_lib_dld_dld_link" = xyes -then : +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi @@ -12682,8 +12491,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } -if ${lt_cv_dlopen_self+:} false -then : +if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : @@ -12789,8 +12597,7 @@ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } -if ${lt_cv_dlopen_self_static+:} false -then : +if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : @@ -13047,8 +12854,7 @@ set dummy ${ac_tool_prefix}windres; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_RC+:} false -then : +if ${ac_cv_prog_RC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RC"; then @@ -13088,8 +12894,7 @@ set dummy windres; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_RC+:} false -then : +if ${ac_cv_prog_ac_ct_RC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RC"; then @@ -13218,12 +13023,10 @@ LT_OBJDIR=$lt_cv_objdir -if test "x$enable_shared" = xyes -then : +if test "x$enable_shared" = xyes; then : copy_shared= fi -if test "x$enable_static" = xyes -then : +if test "x$enable_static" = xyes; then : copy_static= fi if ${copy_shared+:} false ; then @@ -13252,8 +13055,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -if eval test \"x\$"$as_ac_Header"\" = x"yes" -then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -13266,8 +13068,7 @@ # Checks for typedefs, structures, and compiler characteristics. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } -if ${ac_cv_c_inline+:} false -then : +if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no @@ -13281,8 +13082,7 @@ #endif _ACEOF -if ac_fn_c_try_compile "$LINENO" -then : +if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext @@ -13309,8 +13109,7 @@ esac ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" -if test "x$ac_cv_type_size_t" = xyes -then : +if test "x$ac_cv_type_size_t" = xyes; then : else @@ -13509,8 +13308,7 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1 -then : +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which @@ -13678,8 +13476,7 @@ # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null -then : +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 @@ -13696,8 +13493,7 @@ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null -then : +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_compat.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_compat.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_compat.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_compat.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011-2013 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -262,7 +262,7 @@ int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param); int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param); int WINPTHREAD_API pthread_attr_setschedpolicy (pthread_attr_t *attr, int pol); -int WINPTHREAD_API pthread_attr_getschedpolicy (pthread_attr_t *attr, int *pol); +int WINPTHREAD_API pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *pol); /* synchronization objects */ typedef void *pthread_spinlock_t; @@ -362,7 +362,7 @@ int WINPTHREAD_API pthread_attr_getinheritsched(const pthread_attr_t *a, int *flag); int WINPTHREAD_API pthread_attr_setscope(pthread_attr_t *a, int flag); int WINPTHREAD_API pthread_attr_getscope(const pthread_attr_t *a, int *flag); -int WINPTHREAD_API pthread_attr_getstackaddr(pthread_attr_t *attr, void **stack); +int WINPTHREAD_API pthread_attr_getstackaddr(const pthread_attr_t *attr, void **stack); int WINPTHREAD_API pthread_attr_setstackaddr(pthread_attr_t *attr, void *stack); int WINPTHREAD_API pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *size); int WINPTHREAD_API pthread_attr_setstacksize(pthread_attr_t *attr, size_t size); diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_signal.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_signal.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_signal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_signal.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_time.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_time.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_time.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_time.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_unistd.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_unistd.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/pthread_unistd.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/pthread_unistd.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/sched.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/sched.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/sched.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/sched.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011-2013 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/semaphore.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/semaphore.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/include/semaphore.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/include/semaphore.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/m4/libtool.m4 mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/m4/libtool.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/m4/libtool.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/m4/libtool.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1692,7 +1692,7 @@ lt_cv_sys_max_cmd_len=-1; ;; - cygwin* | mingw* | cegcc*) + cygwin* | msys* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, @@ -1940,7 +1940,7 @@ lt_cv_dlopen_libs= ;; - cygwin*) + cygwin* | msys*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; @@ -2521,7 +2521,7 @@ # libtool to hard-code these into programs ;; -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no @@ -2553,6 +2553,12 @@ m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; + msys*) + # MSYS DLLs use 'msys-' prefix rather than 'lib' + soname_spec='`echo $libname | sed -e 's/^lib/msys-/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' @@ -2587,7 +2593,7 @@ # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; - cygwin*) + cygwin* | msys*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... @@ -3365,7 +3371,7 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi @@ -3458,7 +3464,7 @@ lt_cv_file_magic_test_file=/shlib/libc.so ;; -cygwin*) +cygwin* | msys*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' @@ -3771,7 +3777,7 @@ [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in @@ -3841,7 +3847,7 @@ [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in -*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) @@ -3916,7 +3922,7 @@ aix*) symcode='[[BCDT]]' ;; -cygwin* | mingw* | pw32* | cegcc*) +cygwin* | msys* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) @@ -4222,7 +4228,7 @@ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style @@ -4298,7 +4304,7 @@ ;; esac ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], @@ -4546,7 +4552,7 @@ # PIC is the default for these OSes. ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style @@ -4650,7 +4656,7 @@ esac ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], @@ -4925,7 +4931,7 @@ pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; - cygwin* | mingw* | cegcc*) + cygwin* | msys* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' @@ -4983,7 +4989,7 @@ extract_expsyms_cmds= case $host_os in - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. @@ -5098,7 +5104,7 @@ fi ;; - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' @@ -5554,7 +5560,7 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is @@ -6629,7 +6635,7 @@ esac ;; - cygwin* | mingw* | pw32* | cegcc*) + cygwin* | msys* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC @@ -8317,7 +8323,7 @@ *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix @@ -8325,12 +8331,12 @@ ;; esac ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; - *-*-cygwin* ) + *-*-cygwin* | *-*-msys* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/m4/ltoptions.m4 mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/m4/ltoptions.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/m4/ltoptions.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/m4/ltoptions.m4 2018-09-14 14:16:43.000000000 +0000 @@ -128,7 +128,7 @@ [enable_win32_dll=yes case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) +*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/Makefile.in mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/Makefile.in --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -17,7 +17,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -83,18 +93,6 @@ @COPY_STATIC_TRUE@am__append_1 = libpthread.a @COPY_SHARED_TRUE@am__append_2 = libpthread.dll.a subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp \ - $(include_HEADERS) COPYING build-aux/ar-lib build-aux/compile \ - build-aux/config.guess build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/missing build-aux/ltmain.sh \ - $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/ltmain.sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ @@ -102,6 +100,8 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -277,6 +277,17 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/ltmain.sh \ + $(top_srcdir)/build-aux/missing COPYING build-aux/ar-lib \ + build-aux/compile build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \ + build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -493,7 +504,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -1043,15 +1053,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -1087,17 +1097,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -1291,6 +1301,8 @@ uninstall-am uninstall-includeHEADERS uninstall-libLIBRARIES \ uninstall-libLTLIBRARIES +.PRECIOUS: Makefile + # Tell libtool how to use the resource compiler .rc.lo: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/barrier.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/barrier.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/barrier.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/barrier.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/barrier.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/barrier.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/barrier.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/barrier.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/cond.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/cond.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/cond.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/cond.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/cond.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/cond.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/cond.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/cond.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/libgcc/dll_dependency.S mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/libgcc/dll_dependency.S --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/libgcc/dll_dependency.S 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/libgcc/dll_dependency.S 2018-09-14 14:16:43.000000000 +0000 @@ -1,4 +1,5 @@ /* Implementation for gcc's internal stack-allocation routines. */ +#if defined(__i386__) || defined(__x86_64__) .global ___chkstk .global __alloca @@ -86,3 +87,4 @@ pushl 4(%eax) ret #endif +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/misc.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/misc.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/misc.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/misc.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/misc.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/misc.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/misc.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/misc.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/ref.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/ref.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/ref.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/ref.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/ref.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/ref.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/ref.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/ref.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/rwlock.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/rwlock.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/rwlock.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/rwlock.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/rwlock.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/rwlock.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/rwlock.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/rwlock.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sched.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sched.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sched.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sched.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011-2013 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -78,7 +78,7 @@ return 0; } -int pthread_attr_getschedpolicy (pthread_attr_t *attr, int *pol) +int pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *pol) { if (!attr || !pol) return EINVAL; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sem.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sem.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sem.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sem.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sem.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sem.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/sem.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/sem.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/spinlock.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/spinlock.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/spinlock.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/spinlock.c 2018-09-14 14:16:43.000000000 +0000 @@ -53,7 +53,13 @@ volatile spinlock_word_t *lk = (volatile spinlock_word_t *)lock; while (unlikely(__sync_lock_test_and_set(lk, 0) == 0)) do { +#if defined(__i386__) || defined(__x86_64__) asm("pause" ::: "memory"); +#elif defined(__arm__) || defined(__aarch64__) + asm("wfe" ::: "memory"); +#else +#error Unsupported architecture +#endif } while (*lk == 0); return 0; } diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/thread.c mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/thread.c --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/thread.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/thread.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -296,7 +296,10 @@ if (pthr_last == NULL) pthr_root = pthr_last = sv; else + { pthr_last->next = sv; + pthr_last = sv; + } pthread_mutex_unlock (&mtx_pthr_locked); } @@ -1234,8 +1237,12 @@ GetThreadContext(tv->h, &ctxt); #ifdef _M_X64 ctxt.Rip = (uintptr_t) _pthread_invoke_cancel; -#else +#elif defined(_M_IX86) ctxt.Eip = (uintptr_t) _pthread_invoke_cancel; +#elif defined(_M_ARM) || defined(_M_ARM64) + ctxt.Pc = (uintptr_t) _pthread_invoke_cancel; +#else +#error Unsupported architecture #endif SetThreadContext (tv->h, &ctxt); @@ -1374,7 +1381,7 @@ } int -pthread_attr_getstackaddr (pthread_attr_t *attr, void **stack) +pthread_attr_getstackaddr (const pthread_attr_t *attr, void **stack) { *stack = attr->stack; return 0; @@ -1454,7 +1461,7 @@ return 0; } -#if defined(__i686__) +#if defined(__i386__) /* Align ESP on 16-byte boundaries. */ # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) __attribute__((force_align_arg_pointer)) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/thread.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/thread.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/thread.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/thread.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/winpthread_internal.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/winpthread_internal.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/winpthread_internal.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/winpthread_internal.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/wpth_ver.h mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/wpth_ver.h --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/src/wpth_ver.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/src/wpth_ver.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 mingw-w64 project + Copyright (c) 2011-2016 mingw-w64 project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/tests/Makefile.in mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/tests/Makefile.in --- mingw-w64-5.0.4/mingw-w64-libraries/winpthreads/tests/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winpthreads/tests/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -81,9 +91,6 @@ t_clock_nanosleep$(EXEEXT) t_clock_settime$(EXEEXT) \ t_nanosleep$(EXEEXT) subdir = tests -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/build-aux/depcomp \ - $(top_srcdir)/build-aux/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ @@ -91,6 +98,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -380,6 +388,9 @@ TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -523,7 +534,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -695,7 +705,7 @@ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ - else \ + elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ @@ -1012,6 +1022,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/aclocal.m4 mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.11.6 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. # This file 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. @@ -12,33 +11,31 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file 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. -# serial 1 - # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.6], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,24 +51,22 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.6])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file 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. -# serial 1 - # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -90,7 +85,7 @@ # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -108,30 +103,26 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file 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. -# serial 9 - # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -150,16 +141,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, -# 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file 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. -# serial 12 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -169,7 +158,7 @@ # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -182,12 +171,13 @@ AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -195,8 +185,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -236,16 +226,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -254,8 +244,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -263,7 +253,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -311,7 +301,7 @@ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -321,9 +311,13 @@ # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' @@ -338,20 +332,18 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file 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. -#serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -364,7 +356,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -376,21 +368,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -408,7 +398,7 @@ # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -418,18 +408,21 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file 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. -# serial 16 - # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -442,7 +435,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -471,33 +464,42 @@ # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -506,34 +508,82 @@ [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -555,21 +605,18 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file 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. -# serial 1 - # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -577,16 +624,14 @@ install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) +AC_SUBST([install_sh])]) -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file 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. -# serial 2 - # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], @@ -603,20 +648,17 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, -# 2011 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file 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. -# serial 5 - # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. -# Default is to disable them, unless `enable' is passed literally. -# For symmetry, `disable' may be passed as well. Anyway, the user +# Default is to disable them, unless 'enable' is passed literally. +# For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), @@ -627,10 +669,11 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - [USE_MAINTAINER_MODE=$enableval], - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], + am_maintainer_other[ make rules and dependencies not useful + (and sometimes confusing) to the casual installer])], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE @@ -638,18 +681,14 @@ ] ) -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file 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. -# serial 4 - # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. @@ -667,7 +706,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -694,15 +733,12 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file 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. -# serial 6 - # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], @@ -710,11 +746,10 @@ $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) - # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -727,54 +762,22 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, -# Inc. -# -# This file 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. - -# serial 1 - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file 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. -# serial 5 - # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], @@ -784,7 +787,7 @@ # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ @@ -798,24 +801,82 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Check to make sure that the build environment is sane. -*- Autoconf -*- +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# +# This file 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. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file 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. -# serial 5 +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file 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. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -826,32 +887,40 @@ esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -861,46 +930,118 @@ AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file 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. -# serial 1 +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file 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. # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize +# always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file 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. -# serial 3 - # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. @@ -914,18 +1055,16 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file 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. -# serial 2 - # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -935,76 +1074,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/compile mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/compile 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*|MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*|msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/config.guess 1970-01-01 00:00:00.000000000 +0000 @@ -1,1451 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. - -timestamp='2016-02-11' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that -# program. This Exception is an additional permission under section 7 -# of the GNU General Public License, version 3 ("GPLv3"). -# -# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. -# -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess -# -# Please send patches to . - - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of the system \`$me' is run on. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.guess ($timestamp) - -Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" >&2 - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -trap 'exit 1' 1 2 15 - -# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -# compiler to aid in system detection is discouraged as it requires -# temporary files to be created and, as you can see below, it is a -# headache to deal with in a portable fashion. - -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. - -# Portable tmp directory creation inspired by the Autoconf team. - -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -case "${UNAME_SYSTEM}" in -Linux|GNU|GNU/*) - # If the system lacks a compiler, then just pick glibc. - # We could probably try harder. - LIBC=gnu - - eval $set_cc_for_build - cat <<-EOF > $dummy.c - #include - #if defined(__UCLIBC__) - LIBC=uclibc - #elif defined(__dietlibc__) - LIBC=dietlibc - #else - LIBC=gnu - #endif - EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` - ;; -esac - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # - # Note: NetBSD doesn't particularly care about the vendor - # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` - case "${UNAME_MACHINE_ARCH}" in - armeb) machine=armeb-unknown ;; - arm*) machine=arm-unknown ;; - sh3el) machine=shl-unknown ;; - sh3eb) machine=sh-unknown ;; - sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; - esac - # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. - case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ELF__ - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - ;; - *) - os=netbsd - ;; - esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac - # The OS release - # Debian GNU/NetBSD machines have a different userland, and - # thus, need a distinct triplet. However, they do not need - # kernel version information, so it can be replaced with a - # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in - Debian*) - release='-gnu' - ;; - *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` - ;; - esac - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" - exit ;; - *:Bitrig:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} - exit ;; - *:OpenBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} - exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; - *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} - exit ;; - *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} - exit ;; - macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; - alpha:OSF1:*:*) - case $UNAME_RELEASE in - *4.0) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - ;; - *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` - ;; - esac - # According to Compaq, /usr/sbin/psrinfo has been available on - # OSF/1 and Tru64 systems produced since 1995. I hope that - # covers most systems running today. This code pipes the CPU - # types through head -n 1, so we only detect the type of CPU 0. - ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in - "EV4 (21064)") - UNAME_MACHINE=alpha ;; - "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; - "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; - "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; - "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; - "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; - "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; - "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; - "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; - "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; - "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; - "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; - "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; - "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; - "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; - esac - # A Pn.n version is a patched version. - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - # Reset EXIT trap before exiting to avoid spurious non-zero exit code. - exitcode=$? - trap '' 0 - exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit ;; - *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos - exit ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; - *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit ;; - arm*:riscos:*:*|arm*:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; - SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; - DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; - DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) - case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; - s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} - exit ;; - i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build - SUN_ARCH=i386 - # If there is a compiler, see if it is configured for 64-bit objects. - # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - SUN_ARCH=x86_64 - fi - fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; - m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} - exit ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && - { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} - exit ;; - Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; - Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; - ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` - then - echo "$SYSTEM_NAME" - else - echo rs6000-ibm-aix3.2.5 - fi - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit ;; - *:AIX:*:[4567]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/lslpp ] ; then - IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | - awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; - 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 - esac ;; - esac - fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - test -z "$HP_ARCH" && HP_ARCH=hppa - fi ;; - esac - if [ ${HP_ARCH} = hppa2.0w ] - then - eval $set_cc_for_build - - # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating - # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler - # generating 64-bit code. GNU and HP use different nomenclature: - # - # $ CC_FOR_BUILD=cc ./config.guess - # => hppa2.0w-hp-hpux11.23 - # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess - # => hppa64-hp-hpux11.23 - - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep -q __LP64__ - then - HP_ARCH=hppa2.0w - else - HP_ARCH=hppa64 - fi - fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit ;; - ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} - exit ;; - 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; - *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; - i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ - -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:FreeBSD:*:*) - UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in - amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - esac - exit ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit ;; - *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 - exit ;; - *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; - *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; - i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 - exit ;; - *:Interix*:*) - case ${UNAME_MACHINE} in - x86) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; - IA64) - echo ia64-unknown-interix${UNAME_RELEASE} - exit ;; - esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit ;; - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - *:GNU:*:*) - # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; - aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - aarch64_be:Linux:*:*) - UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - arm*:Linux:*:*) - eval $set_cc_for_build - if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_EABI__ - then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - else - if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_PCS_VFP - then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi - else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf - fi - fi - exit ;; - avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} - exit ;; - crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} - exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} - exit ;; - ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef ${UNAME_MACHINE} - #undef ${UNAME_MACHINE}el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=${UNAME_MACHINE}el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=${UNAME_MACHINE} - #else - CPU= - #endif - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } - ;; - openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} - exit ;; - or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} - exit ;; - parisc:Linux:*:* | hppa:Linux:*:*) - # Look for CPU level - case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; - esac - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} - exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} - exit ;; - ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} - exit ;; - ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} - exit ;; - s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} - exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} - exit ;; - x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} - exit ;; - xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; - i*86:DYNIX/ptx:4*:*) - # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. - # earlier versions are messed up and put the nodename in both - # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; - i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit ;; - i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop - exit ;; - i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos - exit ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit ;; - i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. - case `/bin/uname -X | grep "^Machine"` in - *486*) UNAME_MACHINE=i486 ;; - *Pentium) UNAME_MACHINE=i586 ;; - *Pent*|*Celeron) UNAME_MACHINE=i686 ;; - esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} - exit ;; - i*86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. - # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that - # this is a cross-build. - echo i586-pc-msdosdjgpp - exit ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit ;; - mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; - M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; - M68*:*:R3V[5678]*:*) - test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; - NCR*:*:4.2:* | MPRAS*:*:4.2:*) - OS_REL='.3' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit ;; - rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes . - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; - i*86:VOS:*:*) - # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos - exit ;; - *:VOS:*:*) - # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit ;; - news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; - BePC:Haiku:*:*) # Haiku running on Intel PC compatible. - echo i586-pc-haiku - exit ;; - x86_64:Haiku:*:*) - echo x86_64-unknown-haiku - exit ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit ;; - SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} - exit ;; - SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} - exit ;; - SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} - exit ;; - SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} - exit ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build - if test "$UNAME_PROCESSOR" = unknown ; then - UNAME_PROCESSOR=powerpc - fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac - fi - fi - elif test "$UNAME_PROCESSOR" = i386 ; then - # Avoid executing cc on OS X 10.9, as it ships with a stub - # that puts up a graphical alert prompting to install - # developer tools. Any system running Mac OS X 10.7 or - # later (Darwin 11 and later) is required to have a 64-bit - # processor. This is not true of the ARM version of Darwin - # that Apple uses in portable devices. - UNAME_PROCESSOR=x86_64 - fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} - exit ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then - UNAME_PROCESSOR=i386 - UNAME_MACHINE=pc - fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} - exit ;; - NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit ;; - *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit ;; - *:Plan9:*:*) - # "uname -m" is not consistent, so use $cputype instead. 386 - # is converted to i386 for consistency with other x86 - # operating systems. - if test "$cputype" = 386; then - UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" - fi - echo ${UNAME_MACHINE}-unknown-plan9 - exit ;; - *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; - *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; - KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; - XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; - *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; - *:ITS:*:*) - echo pdp10-unknown-its - exit ;; - SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} - exit ;; - *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; - esac ;; - *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; - i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' - exit ;; - i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos - exit ;; - i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros - exit ;; - x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx - exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; -esac - -cat >&2 < in order to provide the needed -information to handle your system. - -config.guess timestamp = $timestamp - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/config.sub mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/config.sub --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/config.sub 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/config.sub 1970-01-01 00:00:00.000000000 +0000 @@ -1,1813 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script. -# Copyright 1992-2016 Free Software Foundation, Inc. - -timestamp='2016-01-01' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that -# program. This Exception is an additional permission under section 7 -# of the GNU General Public License, version 3 ("GPLv3"). - - -# Please send patches to . -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.sub ($timestamp) - -Copyright 1992-2016 Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit ;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze*) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*178) - os=-lynxos178 - ;; - -lynx*5) - os=-lynxos5 - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arceb \ - | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ - | avr | avr32 \ - | ba \ - | be32 | be64 \ - | bfin \ - | c4x | c8051 | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | e2k | epiphany \ - | fido | fr30 | frv | ft32 \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | hexagon \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | k1om \ - | le32 | le64 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa32r6 | mipsisa32r6el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64r6 | mipsisa64r6el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ - | ns16k | ns32k \ - | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pyramid \ - | riscv32 | riscv64 \ - | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ - | visium \ - | we32k \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - leon|leon[3-9]) - basic_machine=sparc-$basic_machine - ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - ms1) - basic_machine=mt-unknown - ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown - ;; - xgate) - basic_machine=$basic_machine-unknown - os=-none - ;; - xscaleeb) - basic_machine=armeb-unknown - ;; - - xscaleel) - basic_machine=armel-unknown - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | ba-* \ - | be32-* | be64-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | c8051-* | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | e2k-* | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | hexagon-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | k1om-* \ - | le32-* | le64-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ - | microblaze-* | microblazeel-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa32r6-* | mipsisa32r6el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64r6-* | mipsisa64r6el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | or1k*-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pyramid-* \ - | riscv32-* | riscv64-* \ - | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile*-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ - | vax-* \ - | visium-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - asmjs) - basic_machine=asmjs-unknown - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux - ;; - blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze*) - basic_machine=microblaze-xilinx - ;; - mingw64) - basic_machine=x86_64-pc - os=-mingw64 - ;; - mingw32) - basic_machine=i686-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - moxiebox) - basic_machine=moxie-unknown - os=-moxiebox - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; - msys) - basic_machine=i686-pc - os=-msys - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - nacl) - basic_machine=le32-unknown - os=-nacl - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc - ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc | ppcbe) basic_machine=powerpc-unknown - ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rdos | rdos64) - basic_machine=x86_64-pc - os=-rdos - ;; - rdos32) - basic_machine=i386-pc - os=-rdos - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sde) - basic_machine=mipsisa32-sde - os=-elf - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh5el) - basic_machine=sh5le-unknown - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - tile*) - basic_machine=$basic_machine-unknown - os=-linux-gnu - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux - ;; - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* | -plan9* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* | -cloudabi* | -sortix* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -zvmoe) - os=-zvmoe - ;; - -dicos*) - os=-dicos - ;; - -nacl*) - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - score-*) - os=-elf - ;; - spu-*) - os=-elf - ;; - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - c4x-* | tic4x-*) - os=-coff - ;; - c8051-*) - os=-elf - ;; - hexagon-*) - os=-elf - ;; - tic54x-*) - os=-coff - ;; - tic55x-*) - os=-coff - ;; - tic6x-*) - os=-coff - ;; - # This must come before the *-dec entry. - pdp10-*) - os=-tops20 - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - ;; - m68*-cisco) - os=-aout - ;; - mep-*) - os=-elf - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - or32-*) - os=-coff - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-haiku) - os=-haiku - ;; - *-ibm) - os=-aix - ;; - *-knuth) - os=-mmixware - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f30[01]-fujitsu | f700-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -cnk*|-aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -os400*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -tpf*) - vendor=ibm - ;; - -vxsim* | -vxworks* | -windiss*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - vendor=atari - ;; - -vos*) - vendor=stratus - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/depcomp mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/depcomp --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/depcomp 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/depcomp 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-07-12.20; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try '$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/missing mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/configure mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/configure --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/configure 2018-09-14 14:16:43.000000000 +0000 @@ -612,6 +612,10 @@ MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -676,6 +680,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_maintainer_mode enable_dependency_tracking ' @@ -1302,10 +1307,15 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build Some influential environment variables: CC C compiler command @@ -1816,7 +1826,7 @@ -am__api_version='1.11' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -1913,9 +1923,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -1926,32 +1933,40 @@ esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -1963,6 +1978,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -1973,8 +1998,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -1985,15 +2010,15 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2002,10 +2027,10 @@ esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2144,12 +2169,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2232,6 +2251,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2282,12 +2340,22 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2295,6 +2363,49 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -3107,6 +3218,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -3126,7 +3296,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -3182,8 +3352,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -3218,16 +3388,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -3236,8 +3406,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -3245,7 +3415,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -3639,6 +3809,14 @@ LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -4663,7 +4841,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -4676,7 +4854,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -4710,21 +4888,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/Makefile.am mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/Makefile.am --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -6,6 +6,7 @@ libwinstorecompat_a_SOURCES = \ src/_wassert.c \ + src/beginthread.c \ src/GetModuleHandle.c \ src/CreateEventW.c \ src/CreateMutexW.c \ @@ -32,7 +33,13 @@ src/SetFilePointer.c \ src/GetFileSize.c \ src/Tls.c \ - src/CoCreateInstance.c \ src/SHGetFolderPathW.c \ src/QueueTimer.c \ + src/Crypto.c \ + src/GetStartupInfo.c \ + src/GetConsoleOutputCP.c \ + src/EnumProcessModules.c \ + src/RtlAddFunctionTable.c \ + src/RtlCaptureContext.c \ + src/RtlVirtualUnwind.c \ $(NULL) diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/Makefile.in mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/Makefile.in --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2014 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. @@ -16,23 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +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 \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 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@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -50,14 +87,12 @@ PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \ - ChangeLog INSTALL build-aux/config.guess build-aux/config.sub \ - build-aux/depcomp build-aux/install-sh build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -93,12 +128,17 @@ am__installdirs = "$(DESTDIR)$(libdir)" LIBRARIES = $(lib_LIBRARIES) ARFLAGS = cru +AM_V_AR = $(am__v_AR_@AM_V@) +am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +am__v_AR_0 = @echo " AR " $@; +am__v_AR_1 = libwinstorecompat_a_AR = $(AR) $(ARFLAGS) libwinstorecompat_a_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am_libwinstorecompat_a_OBJECTS = src/_wassert.$(OBJEXT) \ - src/GetModuleHandle.$(OBJEXT) src/CreateEventW.$(OBJEXT) \ - src/CreateMutexW.$(OBJEXT) src/CreateSemaphoreW.$(OBJEXT) \ + src/beginthread.$(OBJEXT) src/GetModuleHandle.$(OBJEXT) \ + src/CreateEventW.$(OBJEXT) src/CreateMutexW.$(OBJEXT) \ + src/CreateSemaphoreW.$(OBJEXT) \ src/InitializeCriticalSection.$(OBJEXT) \ src/GetFileAttributes.$(OBJEXT) \ src/WaitForSingleObject.$(OBJEXT) src/LoadLibraryW.$(OBJEXT) \ @@ -112,17 +152,41 @@ src/LocalFree.$(OBJEXT) src/Sleep.$(OBJEXT) \ src/SleepEx.$(OBJEXT) src/SetFilePointer.$(OBJEXT) \ src/GetFileSize.$(OBJEXT) src/Tls.$(OBJEXT) \ - src/CoCreateInstance.$(OBJEXT) src/SHGetFolderPathW.$(OBJEXT) \ - src/QueueTimer.$(OBJEXT) + src/SHGetFolderPathW.$(OBJEXT) src/QueueTimer.$(OBJEXT) \ + src/Crypto.$(OBJEXT) src/GetStartupInfo.$(OBJEXT) \ + src/GetConsoleOutputCP.$(OBJEXT) \ + src/EnumProcessModules.$(OBJEXT) \ + src/RtlAddFunctionTable.$(OBJEXT) \ + src/RtlCaptureContext.$(OBJEXT) src/RtlVirtualUnwind.$(OBJEXT) libwinstorecompat_a_OBJECTS = $(am_libwinstorecompat_a_OBJECTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libwinstorecompat_a_SOURCES) DIST_SOURCES = $(libwinstorecompat_a_SOURCES) am__can_run_installinfo = \ @@ -130,8 +194,34 @@ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING ChangeLog INSTALL \ + build-aux/compile build-aux/depcomp build-aux/install-sh \ + build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -141,14 +231,17 @@ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi +am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -239,6 +332,7 @@ lib_LIBRARIES = libwinstorecompat.a libwinstorecompat_a_SOURCES = \ src/_wassert.c \ + src/beginthread.c \ src/GetModuleHandle.c \ src/CreateEventW.c \ src/CreateMutexW.c \ @@ -265,9 +359,15 @@ src/SetFilePointer.c \ src/GetFileSize.c \ src/Tls.c \ - src/CoCreateInstance.c \ src/SHGetFolderPathW.c \ src/QueueTimer.c \ + src/Crypto.c \ + src/GetStartupInfo.c \ + src/GetConsoleOutputCP.c \ + src/EnumProcessModules.c \ + src/RtlAddFunctionTable.c \ + src/RtlCaptureContext.c \ + src/RtlVirtualUnwind.c \ $(NULL) all: all-am @@ -289,7 +389,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -347,6 +446,8 @@ @: > src/$(DEPDIR)/$(am__dirstamp) src/_wassert.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) +src/beginthread.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) src/GetModuleHandle.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) src/CreateEventW.$(OBJEXT): src/$(am__dirstamp) \ @@ -397,70 +498,60 @@ src/GetFileSize.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) src/Tls.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -src/CoCreateInstance.$(OBJEXT): src/$(am__dirstamp) \ - src/$(DEPDIR)/$(am__dirstamp) src/SHGetFolderPathW.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) src/QueueTimer.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) +src/Crypto.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/GetStartupInfo.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/GetConsoleOutputCP.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/EnumProcessModules.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/RtlAddFunctionTable.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/RtlCaptureContext.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/RtlVirtualUnwind.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + libwinstorecompat.a: $(libwinstorecompat_a_OBJECTS) $(libwinstorecompat_a_DEPENDENCIES) $(EXTRA_libwinstorecompat_a_DEPENDENCIES) - -rm -f libwinstorecompat.a - $(libwinstorecompat_a_AR) libwinstorecompat.a $(libwinstorecompat_a_OBJECTS) $(libwinstorecompat_a_LIBADD) - $(RANLIB) libwinstorecompat.a + $(AM_V_at)-rm -f libwinstorecompat.a + $(AM_V_AR)$(libwinstorecompat_a_AR) libwinstorecompat.a $(libwinstorecompat_a_OBJECTS) $(libwinstorecompat_a_LIBADD) + $(AM_V_at)$(RANLIB) libwinstorecompat.a mostlyclean-compile: -rm -f *.$(OBJEXT) - -rm -f src/CoCreateInstance.$(OBJEXT) - -rm -f src/CreateEventW.$(OBJEXT) - -rm -f src/CreateFileW.$(OBJEXT) - -rm -f src/CreateMutexW.$(OBJEXT) - -rm -f src/CreateSemaphoreW.$(OBJEXT) - -rm -f src/GetACP.$(OBJEXT) - -rm -f src/GetFileAttributes.$(OBJEXT) - -rm -f src/GetFileSize.$(OBJEXT) - -rm -f src/GetModuleHandle.$(OBJEXT) - -rm -f src/GetTickCount.$(OBJEXT) - -rm -f src/InitializeCriticalSection.$(OBJEXT) - -rm -f src/IsDBCSLeadByteEx.$(OBJEXT) - -rm -f src/LoadLibraryW.$(OBJEXT) - -rm -f src/LocalAlloc.$(OBJEXT) - -rm -f src/LocalFree.$(OBJEXT) - -rm -f src/SHGetFolderPathW.$(OBJEXT) - -rm -f src/QueueTimer.$(OBJEXT) - -rm -f src/SetErrorMode.$(OBJEXT) - -rm -f src/SetFilePointer.$(OBJEXT) - -rm -f src/SetUnhandledExceptionFilter.$(OBJEXT) - -rm -f src/Sleep.$(OBJEXT) - -rm -f src/SleepEx.$(OBJEXT) - -rm -f src/TerminateProcess.$(OBJEXT) - -rm -f src/Tls.$(OBJEXT) - -rm -f src/UnhandledExceptionFilter.$(OBJEXT) - -rm -f src/VirtualProtect.$(OBJEXT) - -rm -f src/WaitForSingleObject.$(OBJEXT) - -rm -f src/_wassert.$(OBJEXT) - -rm -f src/getenv.$(OBJEXT) - -rm -f src/getpid.$(OBJEXT) + -rm -f src/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CoCreateInstance.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CreateEventW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CreateFileW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CreateMutexW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CreateSemaphoreW.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Crypto.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/EnumProcessModules.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetACP.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetConsoleOutputCP.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetFileAttributes.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetFileSize.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetModuleHandle.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetStartupInfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/GetTickCount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/InitializeCriticalSection.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/IsDBCSLeadByteEx.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/LoadLibraryW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/LocalAlloc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/LocalFree.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SHGetFolderPathW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/QueueTimer.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/RtlAddFunctionTable.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/RtlCaptureContext.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/RtlVirtualUnwind.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SHGetFolderPathW.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SetErrorMode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SetFilePointer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SetUnhandledExceptionFilter.Po@am__quote@ @@ -472,45 +563,35 @@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/VirtualProtect.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/WaitForSingleObject.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/_wassert.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/beginthread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/getenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/getpid.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -522,15 +603,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -539,9 +616,31 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -584,40 +683,42 @@ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) + $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-tarZ: 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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for shar distribution archives 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 - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -628,8 +729,6 @@ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ @@ -641,18 +740,19 @@ *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -675,7 +775,7 @@ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' @@ -818,21 +918,23 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-generic clean-libLIBRARIES ctags dist dist-all \ - dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ - dist-xz dist-zip distcheck distclean distclean-compile \ - distclean-generic distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libLIBRARIES install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-libLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ + clean-cscope clean-generic clean-libLIBRARIES cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLIBRARIES install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-libLIBRARIES + +.PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/beginthread.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/beginthread.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/beginthread.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/beginthread.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,54 @@ +/* + Copyright (c) 2016 mingw-w64 project + + Contributing authors: Hugo Beauzée-Luyssen + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define _WIN32_WINNT 0x501 + +#define _beginthreadex ___beginthreadex +#define _endthreadex ___endthreadex +#include +#include +#include +#undef _endthreadex +#undef _beginthreadex + +uintptr_t __cdecl _beginthreadex(void *_Security, unsigned _StackSize, + unsigned (__stdcall *_StartAddress) (void *), + void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr) +{ + return (uintptr_t)CreateThread(_Security, _StackSize, (LPTHREAD_START_ROUTINE)_StartAddress, + _ArgList, _InitFlag, (LPDWORD)_ThrdAddr); +} + +void __cdecl _endthreadex(unsigned _Retval) +{ + ExitThread(_Retval); +} + +#ifdef _X86_ +uintptr_t (__cdecl *__MINGW_IMP_SYMBOL(_beginthreadex))(void*, unsigned, unsigned (__stdcall *)(void *), void *,unsigned, unsigned*) asm("__imp___beginthreadex") = _beginthreadex; +void (__cdecl *__MINGW_IMP_SYMBOL(_endthreadex))(unsigned) asm("__imp___endthreadex") = _endthreadex; +#else +void (__cdecl *__MINGW_IMP_SYMBOL(_beginthreadex))(void*, unsigned, unsigned (__stdcall *)(void *), void *,unsigned, unsigned*) asm("__imp__beginthreadex") = _beginthreadex; +void (__cdecl *__MINGW_IMP_SYMBOL(_endthreadex))(unsigned) asm("__imp__endthreadex") = _endthreadex; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CoCreateInstance.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CoCreateInstance.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CoCreateInstance.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CoCreateInstance.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -/* - Copyright (c) 2013 mingw-w64 project - - Contributing authors: Jean-Baptiste Kempf - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. -*/ - -#define _WIN32_WINNT 0x0602 /* CoCreateInstanceFromApp is 8+ */ - -#define CoCreateInstance __CoCreateInstance -#include -#include -#include -#undef CoCreateInstance - -HRESULT WINAPI CoCreateInstance(REFCLSID rclsid, - LPUNKNOWN pUnkOuter, - DWORD dwClsContext, - REFIID riid, - LPVOID *ppv); - -HRESULT WINAPI CoCreateInstance(REFCLSID rclsid, - LPUNKNOWN pUnkOuter, - DWORD dwClsContext, - REFIID riid, - LPVOID *ppv) -{ - MULTI_QI result; - HRESULT res; - - result.pIID = riid; - result.pItf = NULL; - result.hr = 0; - - res = CoCreateInstanceFromApp(rclsid, pUnkOuter, dwClsContext, NULL, 1, &result); - - if( ppv == NULL) - return E_POINTER; - else { - *ppv = result.pItf; - return res; - } -} - -#ifndef _WIN64 -HRESULT (WINAPI *__MINGW_IMP_SYMBOL(CoCreateInstance))(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID riid, LPVOID *ppv) asm("__imp__CoCreateInstance@20") = CoCreateInstance; -#else -HRESULT (WINAPI *__MINGW_IMP_SYMBOL(CoCreateInstance))(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID riid, LPVOID *ppv) asm("__imp_CoCreateInstance") = CoCreateInstance; -#endif - diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateEventW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateEventW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateEventW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateEventW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré @@ -39,7 +39,7 @@ return CreateEventExW(lpEventAttributes, lpName, flags, EVENT_ALL_ACCESS); } -#ifndef _WIN64 +#ifdef _X86_ HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateEventW))(LPSECURITY_ATTRIBUTES lpEventAttributes, BOOL bManualReset, BOOL bInitialState, LPCWSTR lpName) asm("__imp__CreateEventW@16") = CreateEventW; #else HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateEventW))(LPSECURITY_ATTRIBUTES lpEventAttributes, BOOL bManualReset, BOOL bInitialState, LPCWSTR lpName) asm("__imp_CreateEventW") = CreateEventW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateFileW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateFileW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateFileW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateFileW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -47,7 +47,7 @@ return CreateFile2(lpFileName, dwDesiredAccess, dwShareMode, dwCreationDisposition, &createExParams); } -#ifndef _WIN64 +#ifdef _X86_ HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateFileW))(LPCWSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile) asm("__imp__CreateFileW@28") = CreateFileW; #else HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateFileW))(LPCWSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile) asm("__imp_CreateFileW") = CreateFileW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateMutexW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateMutexW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateMutexW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateMutexW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -37,7 +37,7 @@ return CreateMutexExW(lpMutexAttributes, lpName, flags, EVENT_ALL_ACCESS); } -#ifndef _WIN64 +#ifdef _X86_ HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateMutexW))(LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, LPCWSTR lpName) asm("__imp__CreateMutexW@12") = CreateMutexW; #else HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateMutexW))(LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, LPCWSTR lpName) asm("__imp_CreateMutexW") = CreateMutexW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateSemaphoreW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateSemaphoreW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/CreateSemaphoreW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/CreateSemaphoreW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -39,7 +39,7 @@ return CreateSemaphoreExW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName, 0, EVENT_ALL_ACCESS); } -#ifndef _WIN64 +#ifdef _X86_ HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateSemaphoreW))(LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, LPCWSTR lpName) asm("__imp__CreateSemaphoreW@16") = CreateSemaphoreW; #else HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateSemaphoreW))(LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, LPCWSTR lpName) asm("__imp_CreateSemaphoreW") = CreateSemaphoreW; @@ -64,7 +64,7 @@ return CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpwName ); } -#ifndef _WIN64 +#ifdef _X86_ HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateSemaphoreA))(LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, LPCSTR lpName) asm("__imp__CreateSemaphoreA@16") = CreateSemaphoreA; #else HANDLE (WINAPI *__MINGW_IMP_SYMBOL(CreateSemaphoreA))(LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, LPCSTR lpName) asm("__imp_CreateSemaphoreA") = CreateSemaphoreA; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Crypto.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Crypto.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Crypto.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Crypto.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,113 @@ +/* + Copyright (c) 2016 mingw-w64 project + + Contributing authors: Steve Lhomme, Hugo Beauzée-Luyssen + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define _WIN32_WINNT 0x602 + +#define CryptAcquireContextW __CryptAcquireContextW +#define CryptAcquireContextA __CryptAcquireContextA +#define CryptReleaseContext __CryptReleaseContext +#define CryptGenRandom __CryptGenRandom +#define COBJMACROS +#define INITGUID +#include +#include +#include +#include +#include +#undef CertOpenSystemStore +#undef CryptGenRandom +#undef CryptReleaseContext +#undef CryptAcquireContextA +#undef CryptAcquireContextW + +#define HCRYPTPROV ICryptographicBufferStatics * + +BOOL WINAPI CryptAcquireContextW(HCRYPTPROV *phProv, LPCTSTR pszContainer, LPCTSTR pszProvider, DWORD dwProvType, DWORD dwFlags) +{ + static const WCHAR *className = L"Windows.Security.Cryptography.CryptographicBuffer"; + const UINT32 clen = wcslen(className); + + HSTRING hClassName = NULL; + HSTRING_HEADER header; + HRESULT hr = WindowsCreateStringReference(className, clen, &header, &hClassName); + if (FAILED(hr)) { + WindowsDeleteString(hClassName); + return FALSE; + } + + ICryptographicBufferStatics *cryptoStatics = NULL; + hr = RoGetActivationFactory(hClassName, &IID_ICryptographicBufferStatics, (void**)&cryptoStatics); + WindowsDeleteString(hClassName); + + if (FAILED(hr)) + return FALSE; + + *phProv = cryptoStatics; + + return TRUE; +} + +BOOL WINAPI CryptAcquireContextA(HCRYPTPROV *phProv, LPCTSTR pszContainer, LPCTSTR pszProvider, DWORD dwProvType, DWORD dwFlags) +{ + return FALSE; +} + +BOOL WINAPI CryptReleaseContext(HCRYPTPROV phProv, DWORD dwFlags) +{ + HRESULT hr = ICryptographicBufferStatics_Release(phProv); + return SUCCEEDED(hr) && dwFlags==0; +} + +BOOL WINAPI CryptGenRandom(HCRYPTPROV phProv, DWORD dwLen, BYTE *pbBuffer) +{ + IBuffer *buffer = NULL; + HRESULT hr = ICryptographicBufferStatics_GenerateRandom(phProv, dwLen, &buffer); + if (FAILED(hr)) { + return FALSE; + } + + UINT32 olength; + unsigned char *rnd = NULL; + hr = ICryptographicBufferStatics_CopyToByteArray(phProv, buffer, &olength, (BYTE**)&rnd); + if (FAILED(hr)) { + IBuffer_Release(buffer); + return FALSE; + } + memcpy(pbBuffer, rnd, dwLen); + + IBuffer_Release(buffer); + return TRUE; +} + +#ifdef _X86_ +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptAcquireContextW))(HCRYPTPROV*, LPCTSTR, LPCTSTR, DWORD, DWORD) asm("__imp__CryptAcquireContextW@20") = CryptAcquireContextW; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptAcquireContextA))(HCRYPTPROV*, LPCTSTR, LPCTSTR, DWORD, DWORD) asm("__imp__CryptAcquireContextA@20") = CryptAcquireContextA; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptReleaseContext))(HCRYPTPROV, DWORD) asm("__imp__CryptReleaseContext@8") = CryptReleaseContext; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptGenRandom))(HCRYPTPROV, DWORD, BYTE*) asm("__imp__CryptGenRandom@12") = CryptGenRandom; +#else +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptAcquireContextW))(HCRYPTPROV*, LPCTSTR, LPCTSTR, DWORD, DWORD) asm("__imp_CryptAcquireContextW") = CryptAcquireContextW; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptAcquireContextA))(HCRYPTPROV*, LPCTSTR, LPCTSTR, DWORD, DWORD) asm("__imp_CryptAcquireContextA") = CryptAcquireContextA; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptReleaseContext))(HCRYPTPROV, DWORD) asm("__imp_CryptReleaseContext") = CryptReleaseContext; +BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptGenRandom))(HCRYPTPROV, DWORD, BYTE*) asm("__imp_CryptGenRandom") = CryptGenRandom; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/EnumProcessModules.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/EnumProcessModules.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/EnumProcessModules.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/EnumProcessModules.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,74 @@ +/* + Copyright (c) 2018 mingw-w64 project + + Contributing authors: Martin Storsjo + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define EnumProcessModules __EnumProcessModules +#define PSAPI_VERSION 1 +#include +#include +#include +#include +#undef EnumProcessModules + +WINBOOL WINAPI EnumProcessModules(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) +{ + if (hProcess != GetCurrentProcess()) { + SetLastError(ERROR_ACCESS_DENIED); + return FALSE; + } + + // According to documentation, the layout of these structs could change in + // new windows versions. + PTEB teb = NtCurrentTeb(); + PPEB peb = teb->ProcessEnvironmentBlock; + PPEB_LDR_DATA ldr = peb->Ldr; + PLIST_ENTRY listHead = &ldr->InMemoryOrderModuleList; + PLIST_ENTRY entry = listHead->Flink; + int n = 0; + while (entry != listHead) { + PLDR_DATA_TABLE_ENTRY dataEntry = + (PLDR_DATA_TABLE_ENTRY)((BYTE*)entry - + offsetof(LDR_DATA_TABLE_ENTRY, InMemoryOrderLinks)); + if (cb >= sizeof(HMODULE)) { + lphModule[n] = dataEntry->DllBase; + cb -= sizeof(HMODULE); + } + n++; + entry = entry->Flink; + } + *lpcbNeeded = sizeof(HMODULE) * n; + return TRUE; +} + +WINBOOL WINAPI K32EnumProcessModules(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) +{ + return EnumProcessModules(hProcess, lphModule, cb, lpcbNeeded); +} + +#ifdef _X86_ +WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(EnumProcessModules))(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) asm("__imp__EnumProcessModules@16") = EnumProcessModules; +WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(K32EnumProcessModules))(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) asm("__imp__K32EnumProcessModules@16") = K32EnumProcessModules; +#else +WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(EnumProcessModules))(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) asm("__imp_EnumProcessModules") = EnumProcessModules; +WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(K32EnumProcessModules))(HANDLE hProcess, HMODULE *lphModule, DWORD cb, LPDWORD lpcbNeeded) asm("__imp_K32EnumProcessModules") = K32EnumProcessModules; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetACP.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetACP.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetACP.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetACP.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ return CP_UTF8; /* utf-8 */ } -#ifndef _WIN64 +#ifdef _X86_ UINT (WINAPI *__MINGW_IMP_SYMBOL(GetACP))(void) asm("__imp__GetACP@0") = GetACP; #else UINT (WINAPI *__MINGW_IMP_SYMBOL(GetACP))(void) asm("__imp_GetACP") = GetACP; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetConsoleOutputCP.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetConsoleOutputCP.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetConsoleOutputCP.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetConsoleOutputCP.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,38 @@ +/* + Copyright (c) 2013-2016 mingw-w64 project + + Contributing authors: Hugo Beauzée-Luyssen + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define GetConsoleOutputCP __GetConsoleOutputCP +#include +#undef GetConsoleOutputCP + +UINT GetConsoleOutputCP(void) +{ + return CP_UTF8; +} + +#ifdef _X86_ +UINT (*__MINGW_IMP_SYMBOL(GetConsoleOutputCP))(void) asm("__imp__GetConsoleOutputCP") = GetConsoleOutputCP; +#else +UINT (*__MINGW_IMP_SYMBOL(GetConsoleOutputCP))(void) asm("__imp_GetConsoleOutputCP") = GetConsoleOutputCP; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/getenv.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/getenv.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/getenv.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/getenv.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -32,7 +32,7 @@ return NULL; } -#ifndef _WIN64 +#ifdef _X86_ char *(*__MINGW_IMP_SYMBOL(getenv))(const char *) asm("__imp__getenv") = getenv; #else char *(*__MINGW_IMP_SYMBOL(getenv))(const char *) asm("__imp_getenv") = getenv; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -41,7 +41,7 @@ return INVALID_FILE_ATTRIBUTES; } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetFileAttributesW))(LPCWSTR lpFileName) asm("__imp__GetFileAttributesW@4") = GetFileAttributesW; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetFileAttributesW))(LPCWSTR lpFileName) asm("__imp_GetFileAttributesW") = GetFileAttributesW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetFileSize.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetFileSize.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetFileSize.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetFileSize.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -48,7 +48,7 @@ return dwRet; } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetFileSize))(HANDLE hFile, LPDWORD lpFileSizeHigh) asm("__imp__GetFileSize@8") = GetFileSize; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetFileSize))(HANDLE hFile, LPDWORD lpFileSizeHigh) asm("__imp_GetFileSize") = GetFileSize; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetModuleHandle.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetModuleHandle.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetModuleHandle.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetModuleHandle.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré @@ -56,7 +56,7 @@ return NULL; } -#ifndef _WIN64 +#ifdef _X86_ HMODULE (WINAPI *__MINGW_IMP_SYMBOL(GetModuleHandleA))(LPCSTR) asm("__imp__GetModuleHandleA@4") = GetModuleHandleA; HMODULE (WINAPI *__MINGW_IMP_SYMBOL(GetModuleHandleW))(LPCWSTR) asm("__imp__GetModuleHandleW@4") = GetModuleHandleW; #else diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/getpid.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/getpid.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/getpid.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/getpid.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -33,7 +33,7 @@ return GetCurrentProcessId(); } -#ifndef _WIN64 +#ifdef _X86_ int (*__MINGW_IMP_SYMBOL(getpid))(void) asm("__imp__getpid") = getpid; #else int (*__MINGW_IMP_SYMBOL(getpid))(void) asm("__imp_getpid") = getpid; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetStartupInfo.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetStartupInfo.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetStartupInfo.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetStartupInfo.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,43 @@ +/* + Copyright (c) 2016 mingw-w64 project + + Contributing authors: Hugo Beauzée-Luyssen + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define GetStartupInfo __GetStartupInfo +#include +#undef GetStartupInfo + +VOID WINAPI GetStartupInfo( LPSTARTUPINFO lpStartupInfo ) +{ + // This stub is provided solely to allow configure to compile a test program + // linking with libwindowsapp.a + // There is no reason for a winstore application to call this function + abort(); +} + +#ifdef _X86_ +VOID (WINAPI *__MINGW_IMP_SYMBOL(GetStartupInfoA))(LPSTARTUPINFO) asm("__imp__GetStartupInfoA@4") = GetStartupInfo; +VOID (WINAPI *__MINGW_IMP_SYMBOL(GetStartupInfoW))(LPSTARTUPINFO) asm("__imp__GetStartupInfoW@4") = GetStartupInfo; +#else +VOID (WINAPI *__MINGW_IMP_SYMBOL(GetStartupInfoA))(LPSTARTUPINFO) asm("__imp_GetStartupInfoA") = GetStartupInfo; +VOID (WINAPI *__MINGW_IMP_SYMBOL(GetStartupInfoW))(LPSTARTUPINFO) asm("__imp_GetStartupInfoW") = GetStartupInfo; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetTickCount.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetTickCount.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/GetTickCount.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/GetTickCount.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ return (DWORD)GetTickCount64(); } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetTickCount))(void) asm("__imp__GetTickCount@0") = GetTickCount; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(GetTickCount))(void) asm("__imp_GetTickCount") = GetTickCount; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/InitializeCriticalSection.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/InitializeCriticalSection.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/InitializeCriticalSection.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/InitializeCriticalSection.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -36,7 +36,7 @@ InitializeCriticalSectionEx(lpCriticalSection, 0, flags); } -#ifndef _WIN64 +#ifdef _X86_ void (WINAPI *__MINGW_IMP_SYMBOL(InitializeCriticalSection))(LPCRITICAL_SECTION lpCriticalSection) asm("__imp__InitializeCriticalSection@4") = InitializeCriticalSection; #else void (WINAPI *__MINGW_IMP_SYMBOL(InitializeCriticalSection))(LPCRITICAL_SECTION lpCriticalSection) asm("__imp_InitializeCriticalSection") = InitializeCriticalSection; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/IsDBCSLeadByteEx.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/IsDBCSLeadByteEx.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/IsDBCSLeadByteEx.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/IsDBCSLeadByteEx.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -46,7 +46,7 @@ return FALSE; } -#ifndef _WIN64 +#ifdef _X86_ BOOL (WINAPI *__MINGW_IMP_SYMBOL(IsDBCSLeadByteEx))(UINT CodePage, BYTE TestChar) asm("__imp__IsDBCSLeadByteEx@8") = IsDBCSLeadByteEx; #else BOOL (WINAPI *__MINGW_IMP_SYMBOL(IsDBCSLeadByteEx))(UINT CodePage, BYTE TestChar) asm("__imp_IsDBCSLeadByteEx") = IsDBCSLeadByteEx; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LoadLibraryW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LoadLibraryW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LoadLibraryW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LoadLibraryW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ return LoadPackagedLibrary(lpFileName, 0); } -#ifndef _WIN64 +#ifdef _X86_ HMODULE (WINAPI *__MINGW_IMP_SYMBOL(LoadLibraryW))(LPCWSTR lpFileName) asm("__imp__LoadLibraryW@4") = LoadLibraryW; #else HMODULE (WINAPI *__MINGW_IMP_SYMBOL(LoadLibraryW))(LPCWSTR lpFileName) asm("__imp_LoadLibraryW") = LoadLibraryW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LocalAlloc.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LocalAlloc.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LocalAlloc.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LocalAlloc.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -38,7 +38,7 @@ return HeapAlloc(GetProcessHeap(), (uFlags & LMEM_ZEROINIT) ? HEAP_ZERO_MEMORY : 0, uBytes); } -#ifndef _WIN64 +#ifdef _X86_ HLOCAL (WINAPI *__MINGW_IMP_SYMBOL(LocalAlloc))(UINT uFlags, SIZE_T uByte) asm("__imp__LocalAlloc@8") = LocalAlloc; #else HLOCAL (WINAPI *__MINGW_IMP_SYMBOL(LocalAlloc))(UINT uFlags, SIZE_T uByte) asm("__imp_LocalAlloc") = LocalAlloc; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LocalFree.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LocalFree.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/LocalFree.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/LocalFree.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -37,7 +37,7 @@ return hMem; } -#ifndef _WIN64 +#ifdef _X86_ HLOCAL (WINAPI *__MINGW_IMP_SYMBOL(LocalFree))(HLOCAL hMem) asm("__imp__LocalFree@4") = LocalFree; #else HLOCAL (WINAPI *__MINGW_IMP_SYMBOL(LocalFree))(HLOCAL hMem) asm("__imp_LocalFree") = LocalFree; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/QueueTimer.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/QueueTimer.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/QueueTimer.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/QueueTimer.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré @@ -45,7 +45,7 @@ return 0; } -#ifndef _WIN64 +#ifdef _X86_ WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(CreateTimerQueueTimer)) (PHANDLE phNewTimer, HANDLE TimerQueue, WAITORTIMERCALLBACK Callback, PVOID Parameter, DWORD DueTime, DWORD Period, ULONG Flags) asm("__imp__CreateTimerQueueTimer@28") = CreateTimerQueueTimer; WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(DeleteTimerQueueTimer)) (HANDLE TimerQueue, HANDLE Timer, HANDLE CompletionEvent) asm("__imp__DeleteTimerQueueTimer@12") = DeleteTimerQueueTimer; #else diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlAddFunctionTable.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlAddFunctionTable.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlAddFunctionTable.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlAddFunctionTable.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,37 @@ +/* + Copyright (c) 2018 mingw-w64 project + + Contributing authors: Martin Storsjo + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define RtlAddFunctionTable __RtlAddFunctionTable +#include +#undef RtlAddFunctionTable + +#ifndef _X86_ + +BOOLEAN __cdecl RtlAddFunctionTable(PRUNTIME_FUNCTION FunctionTable, DWORD EntryCount, DWORD64 BaseAddress) +{ + return FALSE; +} + +BOOLEAN (NTAPI *__MINGW_IMP_SYMBOL(RtlAddFunctionTable))(PRUNTIME_FUNCTION FunctionTable, DWORD EntryCount, DWORD64 BaseAddress) asm("__imp_RtlAddFunctionTable") = RtlAddFunctionTable; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlCaptureContext.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlCaptureContext.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlCaptureContext.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlCaptureContext.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,39 @@ +/* + Copyright (c) 2018 mingw-w64 project + + Contributing authors: Martin Storsjo + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define RtlCaptureContext __RtlCaptureContext +#include +#include +#undef RtlCaptureContext + +VOID NTAPI RtlCaptureContext(PCONTEXT ContextRecord) +{ + memset(ContextRecord, 0, sizeof(*ContextRecord)); +} + +#ifdef _X86_ +VOID (NTAPI *__MINGW_IMP_SYMBOL(RtlCaptureContext))(PCONTEXT ContextRecord) asm("__imp__RtlCaptureContext@4") = RtlCaptureContext; +#else +VOID (NTAPI *__MINGW_IMP_SYMBOL(RtlCaptureContext))(PCONTEXT ContextRecord) asm("__imp_RtlCaptureContext") = RtlCaptureContext; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlVirtualUnwind.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlVirtualUnwind.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/RtlVirtualUnwind.c 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/RtlVirtualUnwind.c 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,42 @@ +/* + Copyright (c) 2018 mingw-w64 project + + Contributing authors: Martin Storsjo + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ + +#define RtlVirtualUnwind __RtlVirtualUnwind +#include +#undef RtlVirtualUnwind + +#ifdef _AMD64_ +PEXCEPTION_ROUTINE NTAPI RtlVirtualUnwind(DWORD HandlerType, DWORD64 ImageBase, + DWORD64 ControlPc, + PRUNTIME_FUNCTION FunctionEntry, + PCONTEXT ContextRecord, + PVOID *HandlerData, + PDWORD64 EstablisherFrame, + PKNONVOLATILE_CONTEXT_POINTERS ContextPointers) +{ + return NULL; +} + +PEXCEPTION_ROUTINE (NTAPI *__MINGW_IMP_SYMBOL(RtlVirtualUnwind))(DWORD HandlerType, DWORD64 ImageBase, DWORD64 ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT ContextRecord, PVOID *HandlerData, PDWORD64 EstablisherFrame, PKNONVOLATILE_CONTEXT_POINTERS ContextPointers) asm("__imp_RtlVirtualUnwind") = RtlVirtualUnwind; +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetErrorMode.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetErrorMode.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetErrorMode.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetErrorMode.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -35,7 +35,7 @@ return InterlockedExchange(&oldMode, (LONG)uMode); } -#ifndef _WIN64 +#ifdef _X86_ UINT (WINAPI *__MINGW_IMP_SYMBOL(SetErrorMode))(UINT uMode) asm("__imp__SetErrorMode@4") = SetErrorMode; #else UINT (WINAPI *__MINGW_IMP_SYMBOL(SetErrorMode))(UINT uMode) asm("__imp_SetErrorMode") = SetErrorMode; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetFilePointer.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetFilePointer.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetFilePointer.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetFilePointer.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -56,7 +56,7 @@ return newpos.u.LowPart; } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(SetFilePointer))(HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod) asm("__imp__SetFilePointer@16") = SetFilePointer; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(SetFilePointer))(HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod) asm("__imp_SetFilePointer") = SetFilePointer; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -39,7 +39,7 @@ return (LPTOP_LEVEL_EXCEPTION_FILTER)(INT_PTR)InterlockedExchangePointer(target, lpTopLevelExceptionFilter); } -#ifndef _WIN64 +#ifdef _X86_ LPTOP_LEVEL_EXCEPTION_FILTER (WINAPI *__MINGW_IMP_SYMBOL(SetUnhandledExceptionFilter))(LPTOP_LEVEL_EXCEPTION_FILTER) asm("__imp__SetUnhandledExceptionFilter@4") = SetUnhandledExceptionFilter; #else LPTOP_LEVEL_EXCEPTION_FILTER (WINAPI *__MINGW_IMP_SYMBOL(SetUnhandledExceptionFilter))(LPTOP_LEVEL_EXCEPTION_FILTER) asm("__imp_SetUnhandledExceptionFilter") = SetUnhandledExceptionFilter; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré @@ -34,7 +34,7 @@ return S_FALSE; } -#ifndef _WIN64 +#ifdef _X86_ HRESULT (WINAPI *__MINGW_IMP_SYMBOL(SHGetFolderPathW))(HWND hwnd,int csidl,HANDLE hToken,DWORD dwFlags,LPWSTR pszPath) asm("__imp__SHGetFolderPathW@20") = SHGetFolderPathW; #else HRESULT (WINAPI *__MINGW_IMP_SYMBOL(SHGetFolderPathW))(HWND hwnd,int csidl,HANDLE hToken,DWORD dwFlags,LPWSTR pszPath) asm("__imp_SHGetFolderPathW") = SHGetFolderPathW; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Sleep.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Sleep.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Sleep.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Sleep.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ WaitForSingleObjectEx(GetCurrentThread(), dwMilliseconds, FALSE); } -#ifndef _WIN64 +#ifdef _X86_ VOID (WINAPI *__MINGW_IMP_SYMBOL(Sleep))(DWORD dwMilliseconds) asm("__imp__Sleep@4") = Sleep; #else VOID (WINAPI *__MINGW_IMP_SYMBOL(Sleep))(DWORD dwMilliseconds) asm("__imp_Sleep") = Sleep; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SleepEx.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SleepEx.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/SleepEx.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/SleepEx.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -38,7 +38,7 @@ return ret; } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(SleepEx))(DWORD dwMilliseconds, BOOL bAlertable) asm("__imp__SleepEx@8") = SleepEx; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(SleepEx))(DWORD dwMilliseconds, BOOL bAlertable) asm("__imp_SleepEx") = SleepEx; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/TerminateProcess.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/TerminateProcess.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/TerminateProcess.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/TerminateProcess.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -41,7 +41,7 @@ } } -#ifndef _WIN64 +#ifdef _X86_ BOOL (WINAPI *__MINGW_IMP_SYMBOL(TerminateProcess))(HANDLE, UINT) asm("__imp__TerminateProcess@8") = TerminateProcess; #else BOOL (WINAPI *__MINGW_IMP_SYMBOL(TerminateProcess))(HANDLE, UINT) asm("__imp_TerminateProcess") = TerminateProcess; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Tls.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Tls.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/Tls.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/Tls.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -65,7 +65,7 @@ return FlsAlloc (__ic_fls_free); } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(TlsAlloc))(void) asm("__imp__TlsAlloc@0") = TlsAlloc; WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(TlsFree))(DWORD) asm("__imp__TlsFree@4") = TlsFree; WINBOOL (WINAPI *__MINGW_IMP_SYMBOL(TlsSetValue))(DWORD, LPVOID) asm("__imp__TlsSetValue@8") = TlsSetValue; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/UnhandledExceptionFilter.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/UnhandledExceptionFilter.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/UnhandledExceptionFilter.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/UnhandledExceptionFilter.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ return EXCEPTION_CONTINUE_SEARCH; } -#ifndef _WIN64 +#ifdef _X86_ LONG (WINAPI *__MINGW_IMP_SYMBOL(UnhandledExceptionFilter))(struct _EXCEPTION_POINTERS *) asm("__imp__UnhandledExceptionFilter@4") = UnhandledExceptionFilter; #else LONG (WINAPI *__MINGW_IMP_SYMBOL(UnhandledExceptionFilter))(struct _EXCEPTION_POINTERS *) asm("__imp_UnhandledExceptionFilter") = UnhandledExceptionFilter; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/VirtualProtect.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/VirtualProtect.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/VirtualProtect.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/VirtualProtect.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré @@ -34,7 +34,7 @@ return FALSE; } -#ifndef _WIN64 +#ifdef _X86_ BOOL (WINAPI *__MINGW_IMP_SYMBOL(VirtualProtect))(LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect) asm("__imp__VirtualProtect@16") = VirtualProtect; #else BOOL (WINAPI *__MINGW_IMP_SYMBOL(VirtualProtect))(LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect) asm("__imp_VirtualProtect") = VirtualProtect; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/WaitForSingleObject.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/WaitForSingleObject.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/WaitForSingleObject.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/WaitForSingleObject.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Jean-Baptiste Kempf @@ -34,7 +34,7 @@ return WaitForSingleObjectEx(hHandle, dwMilliseconds, FALSE); } -#ifndef _WIN64 +#ifdef _X86_ DWORD (WINAPI *__MINGW_IMP_SYMBOL(WaitForSingleObject))(HANDLE hHandle, DWORD dwMilliseconds) asm("__imp__WaitForSingleObject@8") = WaitForSingleObject; #else DWORD (WINAPI *__MINGW_IMP_SYMBOL(WaitForSingleObject))(HANDLE hHandle, DWORD dwMilliseconds) asm("__imp_WaitForSingleObject") = WaitForSingleObject; diff -Nru mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/_wassert.c mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/_wassert.c --- mingw-w64-5.0.4/mingw-w64-libraries/winstorecompat/src/_wassert.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-libraries/winstorecompat/src/_wassert.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2013 mingw-w64 project + Copyright (c) 2013-2016 mingw-w64 project Contributing authors: Rafaël Carré diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/aclocal.m4 mingw-w64-6.0.0/mingw-w64-tools/gendef/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-tools/gendef/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -103,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -142,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -333,7 +332,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -409,7 +408,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -499,8 +498,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -573,7 +572,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -602,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -613,7 +616,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -623,7 +626,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -645,7 +648,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -680,7 +683,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -730,7 +733,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -769,7 +772,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -798,7 +801,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -845,7 +848,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -864,7 +867,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -945,7 +948,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1005,7 +1008,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1033,7 +1036,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1052,7 +1055,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/compile mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN*|MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/*|msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/missing mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-tools/gendef/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/configure mingw-w64-6.0.0/mingw-w64-tools/gendef/configure --- mingw-w64-5.0.4/mingw-w64-tools/gendef/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/configure 2018-09-14 14:16:43.000000000 +0000 @@ -2387,7 +2387,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2559,8 +2559,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2579,7 +2579,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2907,8 +2907,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2966,6 +2966,7 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/Makefile.in mingw-w64-6.0.0/mingw-w64-tools/gendef/Makefile.in --- mingw-w64-5.0.4/mingw-w64-tools/gendef/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -80,20 +90,12 @@ host_triplet = @host@ bin_PROGRAMS = gendef$(EXEEXT) subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp COPYING \ - ChangeLog build-aux/compile build-aux/config.guess \ - build-aux/config.sub build-aux/depcomp build-aux/install-sh \ - build-aux/missing $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -172,6 +174,15 @@ CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING ChangeLog \ + build-aux/compile build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -316,7 +327,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -610,15 +620,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -654,17 +664,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -847,6 +857,8 @@ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-binPROGRAMS +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/compat_string.c mingw-w64-6.0.0/mingw-w64-tools/gendef/src/compat_string.c --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/compat_string.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/compat_string.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/compat_string.h mingw-w64-6.0.0/mingw-w64-tools/gendef/src/compat_string.h --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/compat_string.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/compat_string.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/fsredir.c mingw-w64-6.0.0/mingw-w64-tools/gendef/src/fsredir.c --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/fsredir.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/fsredir.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,8 +41,8 @@ fprintf(stderr, "kernel32.dll failed to load, failed to disable FS redirection.\n"); return; } - redirectorfunction = (redirector)GetProcAddress(kernel32handle, "Wow64DisableWow64FsRedirection"); - revertorfunction = (revertor)GetProcAddress(kernel32handle, "Wow64RevertWow64FsRedirection"); + redirectorfunction = (redirector)(INT_PTR)GetProcAddress(kernel32handle, "Wow64DisableWow64FsRedirection"); + revertorfunction = (revertor)(INT_PTR)GetProcAddress(kernel32handle, "Wow64RevertWow64FsRedirection"); if (!redirectorfunction || ! revertorfunction) { FreeLibrary(kernel32handle); fprintf(stderr, "Wow64DisableWow64FsRedirection or Wow64RevertWow64FsRedirection functions missing.\n"); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/fsredir.h mingw-w64-6.0.0/mingw-w64-tools/gendef/src/fsredir.h --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/fsredir.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/fsredir.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef.c mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef.c --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009-2014 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -658,7 +658,10 @@ if (exp->name[0] == 0) fprintf (fp, "ord_%u", (unsigned int) exp->ord); else - fprintf (fp, "%s", exp->name); + { + const char *quote = strchr (exp->name, '.') ? "\"" : ""; + fprintf (fp, "%s%s%s", quote, exp->name, quote); + } if (exp->name[0] == '?' && exp->name[1] == '?') { if (!strncmp (exp->name, "??_7", 4)) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef_def.c mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef_def.c --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef_def.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef_def.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef.h mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef.h --- mingw-w64-5.0.4/mingw-w64-tools/gendef/src/gendef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/gendef/src/gendef.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* gendef - Generate list of exported symbols from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/aclocal.m4 mingw-w64-6.0.0/mingw-w64-tools/genidl/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-tools/genidl/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -103,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -142,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -333,7 +332,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -409,7 +408,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -499,8 +498,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -573,7 +572,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -602,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -613,7 +616,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -623,7 +626,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -645,7 +648,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -680,7 +683,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -730,7 +733,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -769,7 +772,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -798,7 +801,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -845,7 +848,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -864,7 +867,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -945,7 +948,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1005,7 +1008,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1033,7 +1036,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1052,7 +1055,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/compile mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/compile 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*|MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*|msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/missing mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-tools/genidl/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/configure mingw-w64-6.0.0/mingw-w64-tools/genidl/configure --- mingw-w64-5.0.4/mingw-w64-tools/genidl/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/configure 2018-09-14 14:16:43.000000000 +0000 @@ -2377,7 +2377,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2549,8 +2549,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2569,7 +2569,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2897,8 +2897,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -2956,6 +2956,7 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/Makefile.in mingw-w64-6.0.0/mingw-w64-tools/genidl/Makefile.in --- mingw-w64-5.0.4/mingw-w64-tools/genidl/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +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 \ ?) ;; \ @@ -80,20 +90,12 @@ host_triplet = @host@ bin_PROGRAMS = genidl$(EXEEXT) subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp COPYING \ - ChangeLog build-aux/compile build-aux/config.guess \ - build-aux/config.sub build-aux/depcomp build-aux/install-sh \ - build-aux/missing $(top_srcdir)/build-aux/compile \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -174,6 +176,15 @@ CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING ChangeLog \ + build-aux/compile build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -317,7 +328,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -662,15 +672,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -706,17 +716,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -899,6 +909,8 @@ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-binPROGRAMS +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/fsredir.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/fsredir.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/fsredir.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/fsredir.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/fsredir.h mingw-w64-6.0.0/mingw-w64-tools/genidl/src/fsredir.h --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/fsredir.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/fsredir.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genidl - Generate interface listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genidl - Generate interface listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_cfg.h mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_cfg.h --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_cfg.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_cfg.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_config.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_config.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_config.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_config.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_dumpidl.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_dumpidl.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_dumpidl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_dumpidl.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1223,7 +1223,7 @@ if (!tl) return; fprintf (fp, "/* Automated generated header file <%s>.\n" - " * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.\n" + " * Generated by genidl tool (c) 2009-2016 Mingw-w64 project.\n" " */\n\n", (tl->name ? tl->name : "unknown")); TI2_update_config (tl, orgfname); TI2_typlib_forward_declare (fp, tl, 1); @@ -1241,7 +1241,7 @@ if (!tl) return; fprintf (fp, "/* Automated generated idl file <%s>.\n" - " * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.\n" + " * Generated by genidl tool (c) 2009-2016 Mingw-w64 project.\n" " */\n\n", (tl->name ? tl->name : "unknown")); TI2_update_config (tl, orgfname); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_readpe.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_readpe.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_readpe.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_readpe.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_readpe.h mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_readpe.h --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_readpe.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_readpe.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typeinfo.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typeinfo.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typeinfo.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typeinfo.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typeinfo.h mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typeinfo.h --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typeinfo.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typeinfo.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typinfo.c mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typinfo.c --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typinfo.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typinfo.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typinfo.h mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typinfo.h --- mingw-w64-5.0.4/mingw-w64-tools/genidl/src/genidl_typinfo.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genidl/src/genidl_typinfo.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genidl - Generate interface defintion language listing from a Portable Executable. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/compile mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/compile 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/missing mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-tools/genlib/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genlib/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/aclocal.m4 mingw-w64-6.0.0/mingw-w64-tools/genpeimg/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.12.3 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, @@ -19,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -31,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.12' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.12.3], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.12.3])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -102,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -141,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -332,7 +332,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -343,7 +343,7 @@ # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -372,7 +372,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the @@ -408,7 +408,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,6 +417,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -429,7 +435,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -459,8 +465,7 @@ dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], -[$0: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) + [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], @@ -493,8 +498,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -514,21 +519,63 @@ [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -dnl Support for Objective C++ was only introduced in Autoconf 2.65, -dnl but we still cater to Autoconf 2.62. -m4_ifdef([AC_PROG_OBJCXX], -[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not @@ -537,7 +584,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -559,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -570,7 +616,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -580,7 +626,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -602,7 +648,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -635,11 +681,9 @@ ] ) -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -689,7 +733,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -704,8 +748,8 @@ # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -718,8 +762,8 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) @@ -728,7 +772,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -757,9 +801,73 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# +# This file 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. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file 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. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -840,7 +948,67 @@ rm -f conftest.file ]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# +# This file 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. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -868,7 +1036,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -887,7 +1055,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -906,76 +1074,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/compile mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/compile 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*|MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*|msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -74,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -85,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -133,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -142,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -156,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -173,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -199,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -208,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -216,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -246,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -261,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -272,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -349,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -402,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -414,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -427,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -438,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -518,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -545,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -596,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -655,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -694,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -729,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/missing mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/configure mingw-w64-6.0.0/mingw-w64-tools/genpeimg/configure --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/configure 2018-09-14 14:16:43.000000000 +0000 @@ -657,6 +657,10 @@ MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -721,6 +725,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_maintainer_mode enable_dependency_tracking ' @@ -1352,6 +1357,8 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer @@ -2240,7 +2247,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.12' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2412,8 +2419,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2424,15 +2431,15 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2665,6 +2672,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2721,12 +2767,16 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2734,6 +2784,49 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -3618,6 +3711,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -5717,7 +5869,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -5768,7 +5920,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/Makefile.in mingw-w64-6.0.0/mingw-w64-tools/genpeimg/Makefile.in --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.3 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,23 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +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 \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + 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; \ - test $$am__dry = yes; \ - } + 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@ @@ -52,19 +90,12 @@ host_triplet = @host@ bin_PROGRAMS = genpeimg$(EXEEXT) subdir = . -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/depcomp \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \ - build-aux/config.guess build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -80,14 +111,38 @@ genpeimg_LDADD = $(LDADD) genpeimg_LINK = $(CCLD) $(genpeimg_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(genpeimg_SOURCES) DIST_SOURCES = $(genpeimg_SOURCES) am__can_run_installinfo = \ @@ -95,10 +150,37 @@ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing COPYING build-aux/compile \ + build-aux/config.guess build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -118,6 +200,7 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -235,7 +318,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -256,8 +338,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -278,10 +360,11 @@ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -302,7 +385,8 @@ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files @@ -321,9 +405,10 @@ src/$(DEPDIR)/$(am__dirstamp) src/genpeimg-genpeimg.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) + genpeimg$(EXEEXT): $(genpeimg_OBJECTS) $(genpeimg_DEPENDENCIES) $(EXTRA_genpeimg_DEPENDENCIES) @rm -f genpeimg$(EXEEXT) - $(genpeimg_LINK) $(genpeimg_OBJECTS) $(genpeimg_LDADD) $(LIBS) + $(AM_V_CCLD)$(genpeimg_LINK) $(genpeimg_OBJECTS) $(genpeimg_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -337,83 +422,72 @@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/genpeimg-img_pe.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` src/genpeimg-img.o: src/img.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img.o -MD -MP -MF src/$(DEPDIR)/genpeimg-img.Tpo -c -o src/genpeimg-img.o `test -f 'src/img.c' || echo '$(srcdir)/'`src/img.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-img.Tpo src/$(DEPDIR)/genpeimg-img.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/img.c' object='src/genpeimg-img.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img.o -MD -MP -MF src/$(DEPDIR)/genpeimg-img.Tpo -c -o src/genpeimg-img.o `test -f 'src/img.c' || echo '$(srcdir)/'`src/img.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-img.Tpo src/$(DEPDIR)/genpeimg-img.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/img.c' object='src/genpeimg-img.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img.o `test -f 'src/img.c' || echo '$(srcdir)/'`src/img.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img.o `test -f 'src/img.c' || echo '$(srcdir)/'`src/img.c src/genpeimg-img.obj: src/img.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-img.Tpo -c -o src/genpeimg-img.obj `if test -f 'src/img.c'; then $(CYGPATH_W) 'src/img.c'; else $(CYGPATH_W) '$(srcdir)/src/img.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-img.Tpo src/$(DEPDIR)/genpeimg-img.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/img.c' object='src/genpeimg-img.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-img.Tpo -c -o src/genpeimg-img.obj `if test -f 'src/img.c'; then $(CYGPATH_W) 'src/img.c'; else $(CYGPATH_W) '$(srcdir)/src/img.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-img.Tpo src/$(DEPDIR)/genpeimg-img.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/img.c' object='src/genpeimg-img.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img.obj `if test -f 'src/img.c'; then $(CYGPATH_W) 'src/img.c'; else $(CYGPATH_W) '$(srcdir)/src/img.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img.obj `if test -f 'src/img.c'; then $(CYGPATH_W) 'src/img.c'; else $(CYGPATH_W) '$(srcdir)/src/img.c'; fi` src/genpeimg-img_pe.o: src/img_pe.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img_pe.o -MD -MP -MF src/$(DEPDIR)/genpeimg-img_pe.Tpo -c -o src/genpeimg-img_pe.o `test -f 'src/img_pe.c' || echo '$(srcdir)/'`src/img_pe.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-img_pe.Tpo src/$(DEPDIR)/genpeimg-img_pe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/img_pe.c' object='src/genpeimg-img_pe.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img_pe.o -MD -MP -MF src/$(DEPDIR)/genpeimg-img_pe.Tpo -c -o src/genpeimg-img_pe.o `test -f 'src/img_pe.c' || echo '$(srcdir)/'`src/img_pe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-img_pe.Tpo src/$(DEPDIR)/genpeimg-img_pe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/img_pe.c' object='src/genpeimg-img_pe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img_pe.o `test -f 'src/img_pe.c' || echo '$(srcdir)/'`src/img_pe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img_pe.o `test -f 'src/img_pe.c' || echo '$(srcdir)/'`src/img_pe.c src/genpeimg-img_pe.obj: src/img_pe.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img_pe.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-img_pe.Tpo -c -o src/genpeimg-img_pe.obj `if test -f 'src/img_pe.c'; then $(CYGPATH_W) 'src/img_pe.c'; else $(CYGPATH_W) '$(srcdir)/src/img_pe.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-img_pe.Tpo src/$(DEPDIR)/genpeimg-img_pe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/img_pe.c' object='src/genpeimg-img_pe.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-img_pe.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-img_pe.Tpo -c -o src/genpeimg-img_pe.obj `if test -f 'src/img_pe.c'; then $(CYGPATH_W) 'src/img_pe.c'; else $(CYGPATH_W) '$(srcdir)/src/img_pe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-img_pe.Tpo src/$(DEPDIR)/genpeimg-img_pe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/img_pe.c' object='src/genpeimg-img_pe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img_pe.obj `if test -f 'src/img_pe.c'; then $(CYGPATH_W) 'src/img_pe.c'; else $(CYGPATH_W) '$(srcdir)/src/img_pe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-img_pe.obj `if test -f 'src/img_pe.c'; then $(CYGPATH_W) 'src/img_pe.c'; else $(CYGPATH_W) '$(srcdir)/src/img_pe.c'; fi` src/genpeimg-genpeimg.o: src/genpeimg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-genpeimg.o -MD -MP -MF src/$(DEPDIR)/genpeimg-genpeimg.Tpo -c -o src/genpeimg-genpeimg.o `test -f 'src/genpeimg.c' || echo '$(srcdir)/'`src/genpeimg.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-genpeimg.Tpo src/$(DEPDIR)/genpeimg-genpeimg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/genpeimg.c' object='src/genpeimg-genpeimg.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-genpeimg.o -MD -MP -MF src/$(DEPDIR)/genpeimg-genpeimg.Tpo -c -o src/genpeimg-genpeimg.o `test -f 'src/genpeimg.c' || echo '$(srcdir)/'`src/genpeimg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-genpeimg.Tpo src/$(DEPDIR)/genpeimg-genpeimg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/genpeimg.c' object='src/genpeimg-genpeimg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-genpeimg.o `test -f 'src/genpeimg.c' || echo '$(srcdir)/'`src/genpeimg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-genpeimg.o `test -f 'src/genpeimg.c' || echo '$(srcdir)/'`src/genpeimg.c src/genpeimg-genpeimg.obj: src/genpeimg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-genpeimg.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-genpeimg.Tpo -c -o src/genpeimg-genpeimg.obj `if test -f 'src/genpeimg.c'; then $(CYGPATH_W) 'src/genpeimg.c'; else $(CYGPATH_W) '$(srcdir)/src/genpeimg.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/genpeimg-genpeimg.Tpo src/$(DEPDIR)/genpeimg-genpeimg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/genpeimg.c' object='src/genpeimg-genpeimg.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -MT src/genpeimg-genpeimg.obj -MD -MP -MF src/$(DEPDIR)/genpeimg-genpeimg.Tpo -c -o src/genpeimg-genpeimg.obj `if test -f 'src/genpeimg.c'; then $(CYGPATH_W) 'src/genpeimg.c'; else $(CYGPATH_W) '$(srcdir)/src/genpeimg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/genpeimg-genpeimg.Tpo src/$(DEPDIR)/genpeimg-genpeimg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/genpeimg.c' object='src/genpeimg-genpeimg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-genpeimg.obj `if test -f 'src/genpeimg.c'; then $(CYGPATH_W) 'src/genpeimg.c'; else $(CYGPATH_W) '$(srcdir)/src/genpeimg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(genpeimg_CPPFLAGS) $(CPPFLAGS) $(genpeimg_CFLAGS) $(CFLAGS) -c -o src/genpeimg-genpeimg.obj `if test -f 'src/genpeimg.c'; then $(CYGPATH_W) 'src/genpeimg.c'; else $(CYGPATH_W) '$(srcdir)/src/genpeimg.c'; fi` -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -425,15 +499,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -442,18 +512,16 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am -cscope.files: clean-cscope cscopelist - -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -526,10 +594,16 @@ $(am__post_remove_distdir) dist-tarZ: 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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -564,16 +638,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -739,21 +814,24 @@ .MAKE: all install-am install-strip -.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-binPROGRAMS clean-cscope clean-generic cscope cscopelist \ - ctags dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-binPROGRAMS install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-binPROGRAMS +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ + clean-binPROGRAMS clean-cscope clean-generic cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS + +.PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/genpeimg.c mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/genpeimg.c --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/genpeimg.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/genpeimg.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genpeimg - Modify Portable Executable flags and properties. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img.c mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img.c --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genpeimg - Modify Portable Executable flags and properties. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img.h mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img.h --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genpeimg - Modify Portable Executable flags and properties. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img_pe.c mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img_pe.c --- mingw-w64-5.0.4/mingw-w64-tools/genpeimg/src/img_pe.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genpeimg/src/img_pe.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ /* genpeimg - Modify Portable Executable flags and properties. - Copyright (C) 2009, 2010, 2011, 2012, 2013 mingw-w64 project + Copyright (C) 2009-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/lexdef.c mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/lexdef.c --- mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/lexdef.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/lexdef.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genstubdll - Generate stub-library acting like an import-library using .def file syntax. - Copyright (C) 2014 mingw-w64 project + Copyright (C) 2014-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/output.c mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/output.c --- mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/output.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/output.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genstubdll - Generate stub-library acting like an import-library using .def file syntax. - Copyright (C) 2014 mingw-w64 project + Copyright (C) 2014-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/token.h mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/token.h --- mingw-w64-5.0.4/mingw-w64-tools/genstubdll/src/token.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/genstubdll/src/token.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ /* genstubdll - Generate stub-library acting like an import-library using .def file syntax. - Copyright (C) 2014 mingw-w64 project + Copyright (C) 2014-2016 mingw-w64 project This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/aclocal.m4 mingw-w64-6.0.0/mingw-w64-tools/widl/aclocal.m4 --- mingw-w64-5.0.4/mingw-w64-tools/widl/aclocal.m4 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/aclocal.m4 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.12.6 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, @@ -19,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -31,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.12' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.12.6], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.12.6])dnl +[AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -102,15 +103,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -141,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -332,7 +332,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -343,7 +343,7 @@ # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -372,7 +372,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the @@ -408,7 +408,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,6 +417,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -429,7 +435,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -459,8 +465,7 @@ dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], -[$0: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) + [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], @@ -493,8 +498,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -514,21 +519,63 @@ [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -dnl Support for Objective C++ was only introduced in Autoconf 2.65, -dnl but we still cater to Autoconf 2.62. -m4_ifdef([AC_PROG_OBJCXX], -[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not @@ -537,7 +584,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -559,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -570,7 +616,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -580,7 +626,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -602,7 +648,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -635,11 +681,9 @@ ] ) -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -689,7 +733,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -704,8 +748,8 @@ # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -718,8 +762,8 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) @@ -728,7 +772,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -757,9 +801,73 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# +# This file 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. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# +# This file 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. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -840,7 +948,67 @@ rm -f conftest.file ]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# +# This file 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. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -868,7 +1036,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -887,7 +1055,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -906,76 +1074,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/compile mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/compile --- mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/compile 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/compile 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*|MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*|msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/config.guess mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/config.guess --- mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/config.guess 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/config.guess 2018-09-14 14:16:43.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -168,27 +168,20 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ - echo unknown)` + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; - earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown - ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -204,13 +197,6 @@ os=netbsd ;; esac - # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in - earm*) - expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` - ;; - esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -221,13 +207,13 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` @@ -237,10 +223,6 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; - *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} - exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -253,9 +235,6 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; - *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix - exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -272,42 +251,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") - UNAME_MACHINE=alpha ;; + UNAME_MACHINE="alpha" ;; "EV5 (21164)") - UNAME_MACHINE=alphaev5 ;; + UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") - UNAME_MACHINE=alphaev56 ;; + UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") - UNAME_MACHINE=alphapca56 ;; + UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") - UNAME_MACHINE=alphapca57 ;; + UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") - UNAME_MACHINE=alphaev6 ;; + UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") - UNAME_MACHINE=alphaev67 ;; + UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") - UNAME_MACHINE=alphaev68 ;; + UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE=alphaev69 ;; + UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") - UNAME_MACHINE=alphaev7 ;; + UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") - UNAME_MACHINE=alphaev79 ;; + UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -380,16 +359,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH=i386 + SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH=x86_64 + SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -414,7 +393,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -639,13 +618,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 - 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH=hppa2.0n ;; - 64) HP_ARCH=hppa2.0w ;; - '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi @@ -688,7 +667,7 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build @@ -704,9 +683,9 @@ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH=hppa2.0w + HP_ARCH="hppa2.0w" else - HP_ARCH=hppa64 + HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -811,14 +790,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -888,6 +867,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; @@ -923,7 +905,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -954,9 +936,6 @@ crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; - e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -969,9 +948,6 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} - exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1048,7 +1024,7 @@ echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} @@ -1127,7 +1103,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configure will decide that + # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1289,7 +1265,7 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null @@ -1313,7 +1289,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = x86; then + if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1344,7 +1320,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1397,9 +1373,6 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; - amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; esac cat >&2 <&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -88,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -136,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -163,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -180,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -206,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -215,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -223,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -253,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -268,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -279,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -356,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -409,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -421,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -434,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -445,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -525,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -552,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -603,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -662,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -701,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -736,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/install-sh mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/install-sh --- mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/install-sh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/install-sh 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/missing mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/missing --- mingw-w64-5.0.4/mingw-w64-tools/widl/build-aux/missing 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/build-aux/missing 2018-09-14 14:16:43.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/configure mingw-w64-6.0.0/mingw-w64-tools/widl/configure --- mingw-w64-5.0.4/mingw-w64-tools/widl/configure 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/configure 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for widl 1.6. +# Generated by GNU Autoconf 2.69 for widl 3.14. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='widl' PACKAGE_TARNAME='widl' -PACKAGE_VERSION='1.6' -PACKAGE_STRING='widl 1.6' +PACKAGE_VERSION='3.14' +PACKAGE_STRING='widl 3.14' PACKAGE_BUGREPORT='mingw-w64-public@lists.sourceforge.net' PACKAGE_URL='' @@ -650,6 +650,10 @@ MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -726,6 +730,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_maintainer_mode enable_dependency_tracking ' @@ -1278,7 +1283,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures widl 1.6 to adapt to many kinds of systems. +\`configure' configures widl 3.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1349,7 +1354,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of widl 1.6:";; + short | recursive ) echo "Configuration of widl 3.14:";; esac cat <<\_ACEOF @@ -1357,6 +1362,8 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer @@ -1441,7 +1448,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -widl configure 1.6 +widl configure 3.14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1994,7 +2001,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by widl $as_me 1.6, which was +It was created by widl $as_me 3.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2486,7 +2493,7 @@ NONENONEs,x,x, && program_prefix=${target_alias}- -am__api_version='1.12' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2658,8 +2665,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2670,15 +2677,15 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2911,6 +2918,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2933,7 +2979,7 @@ # Define the identity of the package. PACKAGE='widl' - VERSION='1.6' + VERSION='3.14' cat >>confdefs.h <<_ACEOF @@ -2967,12 +3013,16 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2980,6 +3030,49 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -3794,6 +3887,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -5493,7 +5645,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by widl $as_me 1.6, which was +This file was extended by widl $as_me 3.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5559,7 +5711,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -widl config.status 1.6 +widl config.status 3.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -6287,7 +6439,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -6338,7 +6490,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/basetsd.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/basetsd.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/basetsd.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/basetsd.h 2018-09-14 14:16:43.000000000 +0000 @@ -36,7 +36,7 @@ * 64-bit. */ -#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__aarch64__)) && !defined(_WIN64) +#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64) #define _WIN64 #endif @@ -277,10 +277,6 @@ # undef WORDS_BIGENDIAN # undef BITFIELDS_BIGENDIAN # define ALLOW_UNALIGNED_ACCESS -#elif defined(__sparc__) -# define WORDS_BIGENDIAN -# define BITFIELDS_BIGENDIAN -# undef ALLOW_UNALIGNED_ACCESS #elif defined(__powerpc__) # define WORDS_BIGENDIAN # define BITFIELDS_BIGENDIAN diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/guiddef.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/guiddef.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/guiddef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/guiddef.h 2018-09-14 14:16:43.000000000 +0000 @@ -18,6 +18,16 @@ #ifndef GUID_DEFINED #define GUID_DEFINED + +#ifdef __WIDL__ +typedef struct +{ + unsigned long Data1; + unsigned short Data2; + unsigned short Data3; + byte Data4[ 8 ]; +} GUID; +#else typedef struct _GUID { #ifdef _MSC_VER @@ -29,6 +39,7 @@ unsigned short Data3; unsigned char Data4[ 8 ]; } GUID; +#endif /* Macros for __uuidof emulation */ #if defined(__cplusplus) && !defined(_MSC_VER) @@ -119,12 +130,12 @@ #define REFCLSID const CLSID & #define REFIID const IID & #define REFFMTID const FMTID & -#else /* !defined(__cplusplus) && !defined(CINTERFACE) */ +#else /* !defined(__cplusplus) */ #define REFGUID const GUID* __MIDL_CONST #define REFCLSID const CLSID* __MIDL_CONST #define REFIID const IID* __MIDL_CONST #define REFFMTID const FMTID* __MIDL_CONST -#endif /* !defined(__cplusplus) && !defined(CINTERFACE) */ +#endif /* !defined(__cplusplus) */ #if defined(__cplusplus) && !defined(CINTERFACE) #define IsEqualGUID(rguid1, rguid2) (!memcmp(&(rguid1), &(rguid2), sizeof(GUID))) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/libloaderapi.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/libloaderapi.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/libloaderapi.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/libloaderapi.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,36 @@ +/* + * Copyright (C) 2017 Alexandre Julliard + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _APISETLIBLOADER_ +#define _APISETLIBLOADER_ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef void *DLL_DIRECTORY_COOKIE, **PDLL_DIRECTORY_COOKIE; + +WINBASEAPI DLL_DIRECTORY_COOKIE WINAPI AddDllDirectory(const WCHAR *); +WINBASEAPI BOOL WINAPI RemoveDllDirectory(DLL_DIRECTORY_COOKIE); +WINBASEAPI BOOL WINAPI SetDefaultDllDirectories(DWORD); + +#ifdef __cplusplus +} +#endif + +#endif /* _APISETLIBLOADER_ */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/ndrtypes.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/ndrtypes.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/ndrtypes.h 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/ndrtypes.h 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,309 @@ +/* + * NDR Types + * + * Copyright 2006 Robert Shearman (for CodeWeavers) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef __NDRTYPES_H__ +#define __NDRTYPES_H__ + +#include + +typedef struct +{ + unsigned short MustSize : 1; /* 0x0001 - client interpreter MUST size this + * parameter, other parameters may be skipped, using the value in + * NDR_PROC_PARTIAL_OIF_HEADER::constant_client_buffer_size instead. */ + unsigned short MustFree : 1; /* 0x0002 - server interpreter MUST size this + * parameter, other parameters may be skipped, using the value in + * NDR_PROC_PARTIAL_OIF_HEADER::constant_server_buffer_size instead. */ + unsigned short IsPipe : 1; /* 0x0004 - The parameter is a pipe handle */ + unsigned short IsIn : 1; /* 0x0008 - The parameter is an input */ + unsigned short IsOut : 1; /* 0x0010 - The parameter is an output */ + unsigned short IsReturn : 1; /* 0x0020 - The parameter is to be returned */ + unsigned short IsBasetype : 1; /* 0x0040 - The parameter is simple and has the + * format defined by NDR_PARAM_OIF_BASETYPE rather than by + * NDR_PARAM_OIF_OTHER. */ + unsigned short IsByValue : 1; /* 0x0080 - Set for compound types being sent by + * value. Can be of type: structure, union, transmit_as, represent_as, + * wire_marshal and SAFEARRAY. */ + unsigned short IsSimpleRef : 1; /* 0x0100 - parameter that is a reference + * pointer to anything other than another pointer, and which has no + * allocate attributes. */ + unsigned short IsDontCallFreeInst : 1; /* 0x0200 - Used for some represent_as types + * for when the free instance routine should not be called. */ + unsigned short SaveForAsyncFinish : 1; /* 0x0400 - Unknown */ + unsigned short Unused : 2; + unsigned short ServerAllocSize : 3; /* 0xe000 - If non-zero + * specifies the size of the object in numbers of 8byte blocks needed. + * It will be stored on the server's stack rather than using an allocate + * call. */ +} PARAM_ATTRIBUTES; + +typedef struct +{ + unsigned char ServerMustSize : 1; /* 0x01 - the server must perform a + * sizing pass. */ + unsigned char ClientMustSize : 1; /* 0x02 - the client must perform a + * sizing pass. */ + unsigned char HasReturn : 1; /* 0x04 - procedure has a return value. */ + unsigned char HasPipes : 1; /* 0x08 - the pipe package should be used. */ + unsigned char Unused : 1; /* 0x10 - not used */ + unsigned char HasAsyncUuid : 1; /* 0x20 - indicates an asynchronous DCOM + * procedure. */ + unsigned char HasExtensions : 1; /* 0x40 - indicates that Win2000 + * extensions are in use. */ + unsigned char HasAsyncHandle : 1; /* 0x80 - indicates an asynchronous RPC + * procedure. */ +} INTERPRETER_OPT_FLAGS, *PINTERPRETER_OPT_FLAGS; + +typedef struct +{ + unsigned char HasNewCorrDesc : 1; /* 0x01 - indicates new correlation + * descriptors in use. */ + unsigned char ClientCorrCheck : 1; /* 0x02 - client needs correlation + * check. */ + unsigned char ServerCorrCheck : 1; /* 0x04 - server needs correlation + * check. */ + unsigned char HasNotify : 1; /* 0x08 - should call MIDL [notify] + * routine @ NotifyIndex. */ + unsigned char HasNotify2 : 1; /* 0x10 - should call MIDL [notify_flag] routine @ + * NotifyIndex. */ + + /* The following bits are in fact used by midl but haven't yet been + named in the SDK. */ + unsigned char Unused : 3; /* 0x20 - has complex return */ + /* 0x40 - has range on conformance */ +} INTERPRETER_OPT_FLAGS2, *PINTERPRETER_OPT_FLAGS2; + +/* Win2000 extensions */ +typedef struct +{ + /* size in bytes of all following extensions */ + unsigned char Size; + + INTERPRETER_OPT_FLAGS2 Flags2; + + /* client cache size hint */ + unsigned short ClientCorrHint; + + /* server cache size hint */ + unsigned short ServerCorrHint; + + /* index of routine in MIDL_STUB_DESC::NotifyRoutineTable to call if + * HasNotify or HasNotify2 flag set */ + unsigned short NotifyIndex; +} NDR_PROC_HEADER_EXTS; + +typedef struct +{ + /* size in bytes of all following extensions */ + unsigned char Size; + + INTERPRETER_OPT_FLAGS2 Flags2; + + /* client cache size hint */ + unsigned short ClientCorrHint; + + /* server cache size hint */ + unsigned short ServerCorrHint; + + /* index of routine in MIDL_STUB_DESC::NotifyRoutineTable to call if + * HasNotify or HasNotify2 flag set */ + unsigned short NotifyIndex; + + /* needed only on IA64 to cope with float/register loading */ + unsigned short FloatArgMask; +} NDR_PROC_HEADER_EXTS64; + +typedef enum +{ + FC_BYTE = 0x01, /* 0x01 */ + FC_CHAR, /* 0x02 */ + FC_SMALL, /* 0x03 */ + FC_USMALL, /* 0x04 */ + FC_WCHAR, /* 0x05 */ + FC_SHORT, /* 0x06 */ + FC_USHORT, /* 0x07 */ + FC_LONG, /* 0x08 */ + FC_ULONG, /* 0x09 */ + FC_FLOAT, /* 0x0a */ + FC_HYPER, /* 0x0b */ + FC_DOUBLE, /* 0x0c */ + FC_ENUM16, /* 0x0d */ + FC_ENUM32, /* 0x0e */ + FC_IGNORE, /* 0x0f */ + FC_ERROR_STATUS_T, /* 0x10 */ + + FC_RP, /* 0x11 */ /* reference pointer */ + FC_UP, /* 0x12 */ /* unique pointer */ + FC_OP, /* 0x13 */ /* object pointer */ + FC_FP, /* 0x14 */ /* full pointer */ + + FC_STRUCT, /* 0x15 */ /* simple structure */ + FC_PSTRUCT, /* 0x16 */ /* simple structure w/ pointers */ + FC_CSTRUCT, /* 0x17 */ /* conformant structure */ + FC_CPSTRUCT, /* 0x18 */ /* conformant structure w/ pointers */ + FC_CVSTRUCT, /* 0x19 */ /* conformant varying struct */ + FC_BOGUS_STRUCT, /* 0x1a */ /* complex structure */ + + FC_CARRAY, /* 0x1b */ /* conformant array */ + FC_CVARRAY, /* 0x1c */ /* conformant varying array */ + FC_SMFARRAY, /* 0x1d */ /* small (<64K) fixed array */ + FC_LGFARRAY, /* 0x1e */ /* large (>= 64k) fixed array */ + FC_SMVARRAY, /* 0x1f */ /* small (<64k) varying array */ + FC_LGVARRAY, /* 0x20 */ /* large (>= 64k) varying array */ + FC_BOGUS_ARRAY, /* 0x21 */ /* complex array */ + + FC_C_CSTRING, /* 0x22 */ /* conformant char string */ + FC_C_BSTRING, /* 0x23 */ + FC_C_SSTRING, /* 0x24 */ + FC_C_WSTRING, /* 0x25 */ /* conformant wchar string */ + FC_CSTRING, /* 0x26 */ /* non-conformant char string */ + FC_BSTRING, /* 0x27 */ + FC_SSTRING, /* 0x28 */ + FC_WSTRING, /* 0x29 */ /* non-conformant wchar string */ + + FC_ENCAPSULATED_UNION, /* 0x2a */ + FC_NON_ENCAPSULATED_UNION, /* 0x2b */ + + FC_BYTE_COUNT_POINTER, /* 0x2c */ /* [byte_count] ACF attribute */ + + FC_TRANSMIT_AS, /* 0x2d */ + FC_REPRESENT_AS, /* 0x2e */ + + FC_IP, /* 0x2f */ /* interface pointer */ + + FC_BIND_CONTEXT, /* 0x30 */ + + FC_BIND_GENERIC, /* 0x31 */ + FC_BIND_PRIMITIVE, /* 0x32 */ + FC_AUTO_HANDLE, /* 0x33 */ + FC_CALLBACK_HANDLE, /* 0x34 */ + + FC_UNUSED1, /* 0x35 */ + + FC_POINTER, /* 0x36 */ + + FC_ALIGNM2, /* 0x37 */ + FC_ALIGNM4, /* 0x38 */ + FC_ALIGNM8, /* 0x39 */ + + FC_UNUSED2, /* 0x3a */ + FC_UNUSED3, /* 0x3b */ + FC_UNUSED4, /* 0x3c */ + + FC_STRUCTPAD1, /* 0x3d */ + FC_STRUCTPAD2, /* 0x3e */ + FC_STRUCTPAD3, /* 0x3f */ + FC_STRUCTPAD4, /* 0x40 */ + FC_STRUCTPAD5, /* 0x41 */ + FC_STRUCTPAD6, /* 0x42 */ + FC_STRUCTPAD7, /* 0x43 */ + + FC_STRING_SIZED, /* 0x44 */ + + FC_UNUSED5, /* 0x45 */ + + FC_NO_REPEAT, /* 0x46 */ + FC_FIXED_REPEAT, /* 0x47 */ + FC_VARIABLE_REPEAT, /* 0x48 */ + FC_FIXED_OFFSET, /* 0x49 */ + FC_VARIABLE_OFFSET, /* 0x4a */ + + FC_PP, /* 0x4b */ /* pointer layout */ +/* FC_PP: FC_PAD layouts */ +/* layouts: FC_NO_REPEAT FC_PAD instance */ +/* instance: NdrFcShort(memofs), NdrFcShort(bufofs), desc */ + + FC_EMBEDDED_COMPLEX, /* 0x4c */ + + FC_IN_PARAM, /* 0x4d */ + FC_IN_PARAM_BASETYPE, /* 0x4e */ + FC_IN_PARAM_NO_FREE_INST, /* 0x4f */ + FC_IN_OUT_PARAM, /* 0x50 */ + FC_OUT_PARAM, /* 0x51 */ + FC_RETURN_PARAM, /* 0x52 */ + FC_RETURN_PARAM_BASETYPE, /* 0x53 */ + + FC_DEREFERENCE, /* 0x54 */ + FC_DIV_2, /* 0x55 */ + FC_MULT_2, /* 0x56 */ + FC_ADD_1, /* 0x57 */ + FC_SUB_1, /* 0x58 */ + + FC_CALLBACK, /* 0x59 */ + + FC_CONSTANT_IID, /* 0x5a */ + + FC_END, /* 0x5b */ + FC_PAD, /* 0x5c */ + + FC_HARD_STRUCT = 0xb1, + + FC_TRANSMIT_AS_PTR, /* 0xb2 */ + FC_REPRESENT_AS_PTR, /* 0xb3 */ + + FC_USER_MARSHAL, /* 0xb4 */ + + FC_PIPE, /* 0xb5 */ + FC_BLKHOLE, /* 0xb6 */ + + FC_RANGE, /* 0xb7 */ + + FC_INT3264, /* 0xb8 */ + FC_UINT3264, /* 0xb9 */ +} FORMAT_CHARACTER; + +#define FC_ALLOCATE_ALL_NODES 0x01 +#define FC_DONT_FREE 0x02 +#define FC_ALLOCED_ON_STACK 0x04 +#define FC_SIMPLE_POINTER 0x08 +#define FC_POINTER_DEREF 0x10 + +/* flags for all handle types */ +#define HANDLE_PARAM_IS_VIA_PTR 0x80 +#define HANDLE_PARAM_IS_IN 0x40 +#define HANDLE_PARAM_IS_OUT 0x20 +#define HANDLE_PARAM_IS_RETURN 0x10 + +/* flags for context handles */ +#define NDR_STRICT_CONTEXT_HANDLE 0x08 +#define NDR_CONTEXT_HANDLE_NOSERIALIZE 0x04 +#define NDR_CONTEXT_HANDLE_SERIALIZE 0x02 +#define NDR_CONTEXT_HANDLE_CANNOT_BE_NULL 0x01 + +#define Oi_FULL_PTR_USED 0x01 +#define Oi_RPCSS_ALLOC_USED 0x02 +#define Oi_OBJECT_PROC 0x04 +#define Oi_HAS_RPCFLAGS 0x08 +#define Oi_OBJ_USE_V2_INTERPRETER 0x20 +#define Oi_HAS_COMM_OR_FAULT 0x20 +#define Oi_USE_NEW_INIT_ROUTINES 0x40 + +#define FC_NORMAL_CONFORMANCE (unsigned char) 0x00 +#define FC_POINTER_CONFORMANCE (unsigned char) 0x10 +#define FC_TOP_LEVEL_CONFORMANCE (unsigned char) 0x20 +#define FC_CONSTANT_CONFORMANCE (unsigned char) 0x40 +#define FC_TOP_LEVEL_MULTID_CONFORMANCE (unsigned char) 0x80 + +#define USER_MARSHAL_UNIQUE 0x80 +#define USER_MARSHAL_REF 0x40 +#define USER_MARSHAL_POINTER 0xc0 +#define USER_MARSHAL_IID 0x20 + +#endif diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/winbase.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/winbase.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/winbase.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/winbase.h 2018-09-14 14:16:43.000000000 +0000 @@ -37,6 +37,8 @@ #define WINADVAPI DECLSPEC_IMPORT #endif +#include + /* Windows Exit Procedure flag values */ #define WEP_FREE_DLL 0 #define WEP_SYSTEM_EXIT 1 @@ -61,6 +63,8 @@ typedef RTL_SRWLOCK SRWLOCK; typedef PRTL_SRWLOCK PSRWLOCK; +#define SRWLOCK_INIT RTL_SRWLOCK_INIT + typedef WAITORTIMERCALLBACKFUNC WAITORTIMERCALLBACK; #define CONDITION_VARIABLE_INIT RTL_CONDITION_VARIABLE_INIT @@ -283,9 +287,13 @@ typedef enum _FINDEX_INFO_LEVELS { FindExInfoStandard, + FindExInfoBasic, FindExInfoMaxInfoLevel } FINDEX_INFO_LEVELS; +#define FIND_FIRST_EX_CASE_SENSITIVE 1 +#define FIND_FIRST_EX_LARGE_FETCH 2 + typedef enum _FINDEX_SEARCH_OPS { FindExSearchNameMatch, @@ -672,6 +680,7 @@ #define CREATE_SEPARATE_WOW_VDM 0x00000800 #define CREATE_SHARED_WOW_VDM 0x00001000 #define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000 +#define CREATE_BREAKAWAY_FROM_JOB 0x01000000 #define CREATE_DEFAULT_ERROR_MODE 0x04000000 #define CREATE_NO_WINDOW 0x08000000 #define PROFILE_USER 0x10000000 @@ -698,7 +707,15 @@ #define FILE_SYSTEM_NOT_SUPPORT 6 #define FILE_USER_DISALLOWED 7 #define FILE_READ_ONLY 8 -#define FILE_DIR_DISALOWED 9 +#define FILE_DIR_DISALLOWED 9 + +typedef DWORD (WINAPI *PFE_EXPORT_FUNC)(PBYTE,PVOID,ULONG); +typedef DWORD (WINAPI *PFE_IMPORT_FUNC)(PBYTE,PVOID,ULONG); + +#define CREATE_FOR_IMPORT (1) +#define CREATE_FOR_DIR (2) +#define OVERWRITE_HIDDEN (4) +#define EFSRPC_SECURE_ONLY (8) /* File creation flags */ @@ -726,6 +743,15 @@ #define STD_OUTPUT_HANDLE ((DWORD) -11) #define STD_ERROR_HANDLE ((DWORD) -12) +/* Flags for GetFinalPathNameByHandle + */ +#define FILE_NAME_NORMALIZED 0x0 +#define FILE_NAME_OPENED 0x8 +#define VOLUME_NAME_DOS 0x0 +#define VOLUME_NAME_GUID 0x1 +#define VOLUME_NAME_NT 0x2 +#define VOLUME_NAME_NONE 0x4 + typedef struct _BY_HANDLE_FILE_INFORMATION { DWORD dwFileAttributes; @@ -799,6 +825,88 @@ WCHAR FileName[1]; } FILE_ID_BOTH_DIR_INFO, *PFILE_ID_BOTH_DIR_INFO; +typedef struct _FILE_BASIC_INFO { + LARGE_INTEGER CreationTime; + LARGE_INTEGER LastAccessTime; + LARGE_INTEGER LastWriteTime; + LARGE_INTEGER ChangeTime; + DWORD FileAttributes; +} FILE_BASIC_INFO, *PFILE_BASIC_INFO; + +typedef struct _FILE_STANDARD_INFO { + LARGE_INTEGER AllocationSize; + LARGE_INTEGER EndOfFile; + DWORD NumberOfLinks; + BOOLEAN DeletePending; + BOOLEAN Directory; +} FILE_STANDARD_INFO, *PFILE_STANDARD_INFO; + +typedef struct _FILE_NAME_INFO { + DWORD FileNameLength; + WCHAR FileName[1]; +} FILE_NAME_INFO, *PFILE_NAME_INFO; + +typedef enum _PRIORITY_HINT { + IoPriorityHintVeryLow, + IoPriorityHintLow, + IoPriorityHintNormal, + MaximumIoPriorityHintType +} PRIORITY_HINT; + +typedef struct _FILE_IO_PRIORITY_HINT_INFO { + PRIORITY_HINT PriorityHint; +} FILE_IO_PRIORITY_HINT_INFO; + +typedef struct _FILE_ALLOCATION_INFO { + LARGE_INTEGER AllocationSize; +} FILE_ALLOCATION_INFO, *PFILE_ALLOCATION_INFO; + +typedef struct _FILE_DISPOSITION_INFO { + BOOLEAN DeleteFile; +} FILE_DISPOSITION_INFO, *PFILE_DISPOSITION_INFO; + +typedef struct _FILE_END_OF_FILE_INFO { + LARGE_INTEGER EndOfFile; +} FILE_END_OF_FILE_INFO, *PFILE_END_OF_FILE_INFO; + +typedef struct _FILE_RENAME_INFO { + BOOLEAN ReplaceIfExists; + HANDLE RootDirectory; + DWORD FileNameLength; + WCHAR FileName[1]; +} FILE_RENAME_INFO, *PFILE_RENAME_INFO; + +typedef struct _FILE_ATTRIBUTE_TAG_INFO { + DWORD FileAttributes; + DWORD ReparseTag; +} FILE_ATTRIBUTE_TAG_INFO, *PFILE_ATTRIBUTE_TAG_INFO; + +typedef struct _FILE_COMPRESSION_INFO { + LARGE_INTEGER CompressedFileSize; + WORD CompressionFormat; + UCHAR CompressionUnitShift; + UCHAR ChunkShift; + UCHAR ClusterShift; + UCHAR Reserved[3]; +} FILE_COMPRESSION_INFO, *PFILE_COMPRESSION_INFO; + +typedef struct _FILE_REMOTE_PROTOCOL_INFO { + USHORT StructureVersion; + USHORT StructureSize; + ULONG Protocol; + USHORT ProtocolMajorVersion; + USHORT ProtocolMinorVersion; + USHORT ProtocolRevision; + USHORT Reserved; + ULONG Flags; + struct { + ULONG Reserved[8]; + } GenericReserved; + struct { + ULONG Reserved[16]; + } ProtocolSpecificReserved; +} FILE_REMOTE_PROTOCOL_INFO, *PFILE_REMOTE_PROTOCOL_INFO; + #define PIPE_ACCESS_INBOUND 1 #define PIPE_ACCESS_OUTBOUND 2 #define PIPE_ACCESS_DUPLEX 3 @@ -841,6 +949,12 @@ DWORD BatteryFullLifeTime; } SYSTEM_POWER_STATUS, *LPSYSTEM_POWER_STATUS; +typedef enum _POWER_REQUEST_TYPE +{ + PowerRequestDisplayRequired, + PowerRequestSystemRequired, + PowerRequestAwayModeRequired +} POWER_REQUEST_TYPE, *PPOWER_REQUEST_TYPE; typedef struct _SYSTEM_INFO { @@ -881,11 +995,22 @@ #define LOAD_LIBRARY_AS_IMAGE_RESOURCE 0x00000020 #define LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE 0x00000040 #define LOAD_LIBRARY_REQUIRE_SIGNED_TARGET 0x00000080 +#define LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR 0x00000100 +#define LOAD_LIBRARY_SEARCH_APPLICATION_DIR 0x00000200 +#define LOAD_LIBRARY_SEARCH_USER_DIRS 0x00000400 +#define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 +#define LOAD_LIBRARY_SEARCH_DEFAULT_DIRS 0x00001000 #define GET_MODULE_HANDLE_EX_FLAG_PIN 1 #define GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT 2 #define GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS 4 +/* flags for SetSearchPathMode */ +#define BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE 0x00001 +#define BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE 0x10000 +#define BASE_SEARCH_PATH_PERMANENT 0x08000 +#define BASE_SEARCH_PATH_INVALID_FLAGS (~0x18001) + typedef PLDT_ENTRY LPLDT_ENTRY; typedef enum _GET_FILEEX_INFO_LEVELS { @@ -911,6 +1036,119 @@ typedef DWORD (WINAPI *APPLICATION_RECOVERY_CALLBACK)(PVOID); +typedef enum _COPYFILE2_MESSAGE_TYPE +{ + COPYFILE2_CALLBACK_NONE = 0, + COPYFILE2_CALLBACK_CHUNK_STARTED, + COPYFILE2_CALLBACK_CHUNK_FINISHED, + COPYFILE2_CALLBACK_STREAM_STARTED, + COPYFILE2_CALLBACK_STREAM_FINISHED, + COPYFILE2_CALLBACK_POLL_CONTINUE, + COPYFILE2_CALLBACK_ERROR, + COPYFILE2_CALLBACK_MAX, +} COPYFILE2_MESSAGE_TYPE; + +typedef enum _COPYFILE2_MESSAGE_ACTION +{ + COPYFILE2_PROGRESS_CONTINUE = 0, + COPYFILE2_PROGRESS_CANCEL, + COPYFILE2_PROGRESS_STOP, + COPYFILE2_PROGRESS_QUIET, + COPYFILE2_PROGRESS_PAUSE, +} COPYFILE2_MESSAGE_ACTION; + +typedef enum _COPYFILE2_COPY_PHASE +{ + COPYFILE2_PHASE_NONE = 0, + COPYFILE2_PHASE_PREPARE_SOURCE, + COPYFILE2_PHASE_PREPARE_DEST, + COPYFILE2_PHASE_READ_SOURCE, + COPYFILE2_PHASE_WRITE_DESTINATION, + COPYFILE2_PHASE_SERVER_COPY, + COPYFILE2_PHASE_NAMEGRAFT_COPY, + COPYFILE2_PHASE_MAX, +} COPYFILE2_COPY_PHASE; + +typedef struct COPYFILE2_MESSAGE +{ + COPYFILE2_MESSAGE_TYPE Type; + DWORD dwPadding; + union + { + struct + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliChunkSize; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliTotalFileSize; + } ChunkStarted; + struct + { + DWORD dwStreamNumber; + DWORD dwFlags; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliChunkSize; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } ChunkFinished; + struct + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliTotalFileSize; + } StreamStarted; + struct + { + DWORD dwStreamNumber; + DWORD dwReserved; + HANDLE hSourceFile; + HANDLE hDestinationFile; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } StreamFinished; + struct + { + DWORD dwReserved; + } PollContinue; + struct + { + COPYFILE2_COPY_PHASE CopyPhase; + DWORD dwStreamNumber; + HRESULT hrFailure; + DWORD dwReserved; + ULARGE_INTEGER uliChunkNumber; + ULARGE_INTEGER uliStreamSize; + ULARGE_INTEGER uliStreamBytesTransferred; + ULARGE_INTEGER uliTotalFileSize; + ULARGE_INTEGER uliTotalBytesTransferred; + } Error; + } Info; +} COPYFILE2_MESSAGE; + +typedef COPYFILE2_MESSAGE_ACTION (CALLBACK *PCOPYFILE2_PROGRESS_ROUTINE)(const COPYFILE2_MESSAGE*,PVOID); + +typedef struct COPYFILE2_EXTENDED_PARAMETERS +{ + DWORD dwSize; + DWORD dwCopyFlags; + BOOL *pfCancel; + PCOPYFILE2_PROGRESS_ROUTINE pProgressRoutine; + PVOID pvCallbackContext; +} COPYFILE2_EXTENDED_PARAMETERS; + #define CREATE_EVENT_MANUAL_RESET 1 #define CREATE_EVENT_INITIAL_SET 2 @@ -923,7 +1161,6 @@ #define WAIT_ABANDONED STATUS_ABANDONED_WAIT_0 #define WAIT_ABANDONED_0 STATUS_ABANDONED_WAIT_0 #define WAIT_IO_COMPLETION STATUS_USER_APC -#define WAIT_TIMEOUT STATUS_TIMEOUT #define STILL_ACTIVE STATUS_PENDING #define FILE_BEGIN 0 @@ -1249,6 +1486,7 @@ #define STOPBITS_15 ((DWORD)2) #define STOPBITS_20 ((DWORD)4) +#undef PARITY_NONE /* defined on Android */ #define PARITY_NONE ((DWORD)0x100) #define PARITY_ODD ((DWORD)0x200) #define PARITY_EVEN ((DWORD)0x400) @@ -1317,6 +1555,9 @@ OptOut = 3 } DEP_SYSTEM_POLICY_TYPE; +#define PROCESS_DEP_ENABLE 1 +#define PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION 2 + /* Event Logging */ #define EVENTLOG_FULL_INFO 0 @@ -1390,6 +1631,83 @@ /* initialization callback prototype */ typedef BOOL (WINAPI *PINIT_ONCE_FN)(PINIT_ONCE,PVOID,PVOID*); +typedef struct _REASON_CONTEXT +{ + ULONG Version; + DWORD Flags; + union + { + struct + { + HMODULE LocalizedReasonModule; + ULONG LocalizedReasonId; + ULONG ReasonStringCount; + LPWSTR *ReasonStrings; + } Detailed; + LPWSTR SimpleReasonString; + } Reason; +} REASON_CONTEXT, *PREASON_CONTEXT; + +#define RESOURCE_ENUM_LN 0x0001 +#define RESOURCE_ENUM_MUI 0x0002 +#define RESOURCE_ENUM_MUI_SYSTEM 0x0004 +#define RESOURCE_ENUM_VALIDATE 0x0008 + +typedef struct _PROC_THREAD_ATTRIBUTE_LIST +*PPROC_THREAD_ATTRIBUTE_LIST, *LPPROC_THREAD_ATTRIBUTE_LIST; + +#define PROC_THREAD_ATTRIBUTE_NUMBER 0x0000ffff +#define PROC_THREAD_ATTRIBUTE_THREAD 0x00010000 +#define PROC_THREAD_ATTRIBUTE_INPUT 0x00020000 +#define PROC_THREAD_ATTRIBUTE_ADDITIVE 0x00040000 + +typedef enum _PROC_THREAD_ATTRIBUTE_NUM +{ + ProcThreadAttributeParentProcess = 0, + ProcThreadAttributeHandleList = 2, + ProcThreadAttributeGroupAffinity = 3, + ProcThreadAttributeIdealProcessor = 5, + ProcThreadAttributeUmsThread = 6, + ProcThreadAttributeMitigationPolicy = 7, + ProcThreadAttributeSecurityCapabilities = 9, + ProcThreadAttributeProtectionLevel = 11, + ProcThreadAttributeJobList = 13, + ProcThreadAttributeChildProcessPolicy = 14, + ProcThreadAttributeAllApplicationPackagesPolicy = 15, + ProcThreadAttributeWin32kFilter = 16, + ProcThreadAttributeSafeOpenPromptOriginClaim = 17, +} PROC_THREAD_ATTRIBUTE_NUM; + +#define PROC_THREAD_ATTRIBUTE_PARENT_PROCESS (ProcThreadAttributeParentProcess | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_HANDLE_LIST (ProcThreadAttributeHandleList | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY (ProcThreadAttributeGroupAffinity | PROC_THREAD_ATTRIBUTE_THREAD | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR (ProcThreadAttributeIdealProcessor | PROC_THREAD_ATTRIBUTE_THREAD | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_UMS_THREAD (ProcThreadAttributeUmsThread | PROC_THREAD_ATTRIBUTE_THREAD | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY (ProcThreadAttributeMitigationPolicy | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES (ProcThreadAttributeSecurityCapabilities | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL (ProcThreadAttributeProtectionLevel | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_JOB_LIST (ProcThreadAttributeJobList | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY (ProcThreadAttributeChildProcessPolicy | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_ALL_APPLICATION_PACKAGES_POLICY (ProcThreadAttributeAllApplicationPackagesPolicy | PROC_THREAD_ATTRIBUTE_INPUT) +#define PROC_THREAD_ATTRIBUTE_WIN32K_FILTER (ProcThreadAttributeWin32kFilter | PROC_THREAD_ATTRIBUTE_INPUT) + +#define SYMBOLIC_LINK_FLAG_DIRECTORY (0x1) +#define VALID_SYMBOLIC_LINK_FLAGS SYMBOLIC_LINK_FLAG_DIRECTORY + +typedef void *PUMS_CONTEXT; +typedef void *PUMS_COMPLETION_LIST; +typedef PRTL_UMS_SCHEDULER_ENTRY_POINT PUMS_SCHEDULER_ENTRY_POINT; +typedef struct _UMS_SCHEDULER_STARTUP_INFO +{ + ULONG UmsVersion; + PUMS_COMPLETION_LIST CompletionList; + PUMS_SCHEDULER_ENTRY_POINT SchedulerProc; + PVOID SchedulerParam; +} UMS_SCHEDULER_STARTUP_INFO, *PUMS_SCHEDULER_STARTUP_INFO; + +typedef enum _RTL_UMS_SCHEDULER_REASON UMS_SCHEDULER_REASON; +typedef enum _RTL_UMS_THREAD_INFO_CLASS UMS_THREAD_INFO_CLASS, *PUMS_THREAD_INFO_CLASS; + WINBASEAPI BOOL WINAPI ActivateActCtx(HANDLE,ULONG_PTR *); WINADVAPI BOOL WINAPI AddAccessAllowedAce(PACL,DWORD,DWORD,PSID); WINADVAPI BOOL WINAPI AddAccessAllowedAceEx(PACL,DWORD,DWORD,DWORD,PSID); @@ -1401,6 +1719,7 @@ #define AddAtom WINELIB_NAME_AW(AddAtom) WINADVAPI BOOL WINAPI AddAuditAccessAce(PACL,DWORD,DWORD,PSID,BOOL,BOOL); WINADVAPI BOOL WINAPI AddAuditAccessAceEx(PACL,DWORD,DWORD,DWORD,PSID,BOOL,BOOL); +WINADVAPI BOOL WINAPI AddMandatoryAce(PACL,DWORD,DWORD,DWORD,PSID); WINBASEAPI VOID WINAPI AddRefActCtx(HANDLE); WINBASEAPI PVOID WINAPI AddVectoredExceptionHandler(ULONG,PVECTORED_EXCEPTION_HANDLER); WINADVAPI BOOL WINAPI AdjustTokenGroups(HANDLE,BOOL,PTOKEN_GROUPS,DWORD,PTOKEN_GROUPS,PDWORD); @@ -1440,17 +1759,28 @@ #define CallNamedPipe WINELIB_NAME_AW(CallNamedPipe) WINBASEAPI BOOL WINAPI CancelIo(HANDLE); WINBASEAPI BOOL WINAPI CancelIoEx(HANDLE,LPOVERLAPPED); +WINBASEAPI BOOL WINAPI CancelSynchronousIo(HANDLE); WINBASEAPI BOOL WINAPI CancelTimerQueueTimer(HANDLE,HANDLE); WINBASEAPI BOOL WINAPI CancelWaitableTimer(HANDLE); +WINBASEAPI BOOL WINAPI CheckNameLegalDOS8Dot3A(const char*,char*,DWORD,BOOL*,BOOL*); +WINBASEAPI BOOL WINAPI CheckNameLegalDOS8Dot3W(const WCHAR*, char*,DWORD,BOOL*,BOOL*); +WINBASEAPI BOOL WINAPI CheckRemoteDebuggerPresent(HANDLE,BOOL*); WINBASEAPI BOOL WINAPI ChangeTimerQueueTimer(HANDLE,HANDLE,ULONG,ULONG); WINADVAPI BOOL WINAPI CheckTokenMembership(HANDLE,PSID,PBOOL); WINBASEAPI BOOL WINAPI ClearCommBreak(HANDLE); WINBASEAPI BOOL WINAPI ClearCommError(HANDLE,LPDWORD,LPCOMSTAT); +WINADVAPI VOID WINAPI CloseEncryptedFileRaw(PVOID); WINADVAPI BOOL WINAPI ClearEventLogA(HANDLE,LPCSTR); WINADVAPI BOOL WINAPI ClearEventLogW(HANDLE,LPCWSTR); #define ClearEventLog WINELIB_NAME_AW(ClearEventLog) WINADVAPI BOOL WINAPI CloseEventLog(HANDLE); WINBASEAPI BOOL WINAPI CloseHandle(HANDLE); +WINBASEAPI VOID WINAPI CloseThreadpool(PTP_POOL); +WINBASEAPI VOID WINAPI CloseThreadpoolCleanupGroup(PTP_CLEANUP_GROUP); +WINBASEAPI VOID WINAPI CloseThreadpoolCleanupGroupMembers(PTP_CLEANUP_GROUP,BOOL,PVOID); +WINBASEAPI VOID WINAPI CloseThreadpoolTimer(PTP_TIMER); +WINBASEAPI VOID WINAPI CloseThreadpoolWait(PTP_WAIT); +WINBASEAPI VOID WINAPI CloseThreadpoolWork(PTP_WORK); WINBASEAPI BOOL WINAPI CommConfigDialogA(LPCSTR,HWND,LPCOMMCONFIG); WINBASEAPI BOOL WINAPI CommConfigDialogW(LPCWSTR,HWND,LPCOMMCONFIG); #define CommConfigDialog WINELIB_NAME_AW(CommConfigDialog) @@ -1460,6 +1790,7 @@ WINBASEAPI BOOL WINAPI CopyFileA(LPCSTR,LPCSTR,BOOL); WINBASEAPI BOOL WINAPI CopyFileW(LPCWSTR,LPCWSTR,BOOL); #define CopyFile WINELIB_NAME_AW(CopyFile) +WINBASEAPI HRESULT WINAPI CopyFile2(PCWSTR,PCWSTR,COPYFILE2_EXTENDED_PARAMETERS*); WINBASEAPI BOOL WINAPI CopyFileExA(LPCSTR, LPCSTR, LPPROGRESS_ROUTINE, LPVOID, LPBOOL, DWORD); WINBASEAPI BOOL WINAPI CopyFileExW(LPCWSTR, LPCWSTR, LPPROGRESS_ROUTINE, LPVOID, LPBOOL, DWORD); #define CopyFileEx WINELIB_NAME_AW(CopyFileEx) @@ -1511,6 +1842,14 @@ #define CreateNamedPipe WINELIB_NAME_AW(CreateNamedPipe) WINBASEAPI BOOL WINAPI CreatePipe(PHANDLE,PHANDLE,LPSECURITY_ATTRIBUTES,DWORD); WINADVAPI BOOL WINAPI CreatePrivateObjectSecurity(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR*,BOOL,HANDLE,PGENERIC_MAPPING); +WINADVAPI BOOL WINAPI CreatePrivateObjectSecurityEx(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR*,GUID*,BOOL,ULONG,HANDLE,PGENERIC_MAPPING); +WINADVAPI BOOL WINAPI CreatePrivateObjectSecurityWithMultipleInheritance(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR*,GUID**,ULONG,BOOL,ULONG,HANDLE,PGENERIC_MAPPING); +WINBASEAPI PTP_POOL WINAPI CreateThreadpool(PVOID); +WINBASEAPI PTP_CLEANUP_GROUP WINAPI CreateThreadpoolCleanupGroup(void); +WINBASEAPI PTP_IO WINAPI CreateThreadpoolIo(HANDLE,PTP_WIN32_IO_CALLBACK,PVOID,PTP_CALLBACK_ENVIRON); +WINBASEAPI PTP_TIMER WINAPI CreateThreadpoolTimer(PTP_TIMER_CALLBACK,PVOID,PTP_CALLBACK_ENVIRON); +WINBASEAPI PTP_WAIT WINAPI CreateThreadpoolWait(PTP_WAIT_CALLBACK,PVOID,PTP_CALLBACK_ENVIRON); +WINBASEAPI PTP_WORK WINAPI CreateThreadpoolWork(PTP_WORK_CALLBACK,PVOID,PTP_CALLBACK_ENVIRON); WINBASEAPI BOOL WINAPI CreateProcessA(LPCSTR,LPSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,LPVOID,LPCSTR,LPSTARTUPINFOA,LPPROCESS_INFORMATION); WINBASEAPI BOOL WINAPI CreateProcessW(LPCWSTR,LPWSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,LPVOID,LPCWSTR,LPSTARTUPINFOW,LPPROCESS_INFORMATION); #define CreateProcess WINELIB_NAME_AW(CreateProcess) @@ -1519,6 +1858,7 @@ #define CreateProcessAsUser WINELIB_NAME_AW(CreateProcessAsUser) WINADVAPI BOOL WINAPI CreateProcessWithLogonW(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,LPCWSTR,LPWSTR,DWORD,LPVOID,LPCWSTR,LPSTARTUPINFOW,LPPROCESS_INFORMATION); WINBASEAPI HANDLE WINAPI CreateRemoteThread(HANDLE,LPSECURITY_ATTRIBUTES,SIZE_T,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPDWORD); +WINBASEAPI HANDLE WINAPI CreateRemoteThreadEx(HANDLE,LPSECURITY_ATTRIBUTES,SIZE_T,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPPROC_THREAD_ATTRIBUTE_LIST,LPDWORD); WINADVAPI BOOL WINAPI CreateRestrictedToken(HANDLE,DWORD,DWORD,PSID_AND_ATTRIBUTES,DWORD,PLUID_AND_ATTRIBUTES,DWORD,PSID_AND_ATTRIBUTES,PHANDLE); WINBASEAPI HANDLE WINAPI CreateSemaphoreA(LPSECURITY_ATTRIBUTES,LONG,LONG,LPCSTR); WINBASEAPI HANDLE WINAPI CreateSemaphoreW(LPSECURITY_ATTRIBUTES,LONG,LONG,LPCWSTR); @@ -1526,10 +1866,18 @@ WINBASEAPI HANDLE WINAPI CreateSemaphoreExA(SECURITY_ATTRIBUTES*,LONG,LONG,LPCSTR,DWORD,DWORD); WINBASEAPI HANDLE WINAPI CreateSemaphoreExW(SECURITY_ATTRIBUTES*,LONG,LONG,LPCWSTR,DWORD,DWORD); #define CreateSemaphoreEx WINELIB_NAME_AW(CreateSemaphoreEx) +WINBASEAPI BOOLEAN WINAPI CreateSymbolicLinkA(LPCSTR,LPCSTR,DWORD); +WINBASEAPI BOOLEAN WINAPI CreateSymbolicLinkW(LPCWSTR,LPCWSTR,DWORD); +#define CreateSymbolicLink WINELIB_NAME_AW(CreateSymbolicLink) +WINBASEAPI BOOL WINAPI CreateHardLinkA(LPCSTR,LPCSTR,LPSECURITY_ATTRIBUTES); +WINBASEAPI BOOL WINAPI CreateHardLinkW(LPCWSTR,LPCWSTR,LPSECURITY_ATTRIBUTES); +#define CreateHardLink WINELIB_NAME_AW(CreateHardLink) WINBASEAPI DWORD WINAPI CreateTapePartition(HANDLE,DWORD,DWORD,DWORD); WINBASEAPI HANDLE WINAPI CreateThread(LPSECURITY_ATTRIBUTES,SIZE_T,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPDWORD); WINBASEAPI HANDLE WINAPI CreateTimerQueue(void); WINBASEAPI BOOL WINAPI CreateTimerQueueTimer(PHANDLE,HANDLE,WAITORTIMERCALLBACK,PVOID,DWORD,DWORD,ULONG); +WINBASEAPI BOOL WINAPI CreateUmsCompletionList(PUMS_COMPLETION_LIST*); +WINBASEAPI BOOL WINAPI CreateUmsThreadContext(PUMS_CONTEXT*); WINBASEAPI HANDLE WINAPI CreateWaitableTimerA(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR); WINBASEAPI HANDLE WINAPI CreateWaitableTimerW(LPSECURITY_ATTRIBUTES,BOOL,LPCWSTR); #define CreateWaitableTimer WINELIB_NAME_AW(CreateWaitableTimer) @@ -1543,7 +1891,8 @@ WINBASEAPI void WINAPI DebugBreak(void); WINBASEAPI BOOL WINAPI DebugBreakProcess(HANDLE); WINBASEAPI BOOL WINAPI DebugSetProcessKillOnExit(BOOL); -WINBASEAPI PVOID WINAPI DecodePointer(PVOID); +WINBASEAPI void * WINAPI DecodePointer(void *); +WINBASEAPI void * WINAPI DecodeSystemPointer(void *); WINADVAPI BOOL WINAPI DecryptFileA(LPCSTR,DWORD); WINADVAPI BOOL WINAPI DecryptFileW(LPCWSTR,DWORD); #define DecryptFile WINELIB_NAME_AW(DecryptFile) @@ -1558,16 +1907,21 @@ WINBASEAPI BOOL WINAPI DeleteFileA(LPCSTR); WINBASEAPI BOOL WINAPI DeleteFileW(LPCWSTR); #define DeleteFile WINELIB_NAME_AW(DeleteFile) +WINBASEAPI void WINAPI DeleteProcThreadAttributeList(struct _PROC_THREAD_ATTRIBUTE_LIST*); WINBASEAPI BOOL WINAPI DeleteTimerQueue(HANDLE); WINBASEAPI BOOL WINAPI DeleteTimerQueueEx(HANDLE,HANDLE); WINBASEAPI BOOL WINAPI DeleteTimerQueueTimer(HANDLE,HANDLE,HANDLE); +WINBASEAPI BOOL WINAPI DeleteUmsCompletionList(PUMS_COMPLETION_LIST); +WINBASEAPI BOOL WINAPI DeleteUmsThreadContext(PUMS_CONTEXT); WINBASEAPI BOOL WINAPI DeleteVolumeMountPointA(LPCSTR); WINBASEAPI BOOL WINAPI DeleteVolumeMountPointW(LPCWSTR); #define DeleteVolumeMountPoint WINELIB_NAME_AW(DeleteVolumeMountPoint) +WINBASEAPI BOOL WINAPI DequeueUmsCompletionListItems(void *, DWORD, PUMS_CONTEXT *); WINADVAPI BOOL WINAPI DeregisterEventSource(HANDLE); WINADVAPI BOOL WINAPI DestroyPrivateObjectSecurity(PSECURITY_DESCRIPTOR*); WINBASEAPI BOOL WINAPI DeviceIoControl(HANDLE,DWORD,LPVOID,DWORD,LPVOID,DWORD,LPDWORD,LPOVERLAPPED); WINBASEAPI BOOL WINAPI DisableThreadLibraryCalls(HMODULE); +WINBASEAPI VOID WINAPI DisassociateCurrentThreadFromCallback(PTP_CALLBACK_INSTANCE); WINBASEAPI BOOL WINAPI DisconnectNamedPipe(HANDLE); WINBASEAPI BOOL WINAPI DnsHostnameToComputerNameA(LPCSTR,LPSTR,LPDWORD); WINBASEAPI BOOL WINAPI DnsHostnameToComputerNameW(LPCWSTR,LPWSTR,LPDWORD); @@ -1576,8 +1930,9 @@ WINBASEAPI BOOL WINAPI DuplicateHandle(HANDLE,HANDLE,HANDLE,HANDLE*,DWORD,BOOL,DWORD); WINADVAPI BOOL WINAPI DuplicateToken(HANDLE,SECURITY_IMPERSONATION_LEVEL,PHANDLE); WINADVAPI BOOL WINAPI DuplicateTokenEx(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE); -WINBASEAPI BOOL WINAPI EscapeCommFunction(HANDLE,UINT); -WINBASEAPI PVOID WINAPI EncodePointer(PVOID); +WINBASEAPI BOOL WINAPI EscapeCommFunction(HANDLE,DWORD); +WINBASEAPI void * WINAPI EncodePointer(void *); +WINBASEAPI void * WINAPI EncodeSystemPointer(void *); WINADVAPI BOOL WINAPI EncryptFileA(LPCSTR); WINADVAPI BOOL WINAPI EncryptFileW(LPCWSTR); #define EncryptFile WINELIB_NAME_AW(EncryptFile) @@ -1585,9 +1940,13 @@ WINBASEAPI BOOL WINAPI EndUpdateResourceW(HANDLE,BOOL); #define EndUpdateResource WINELIB_NAME_AW(EndUpdateResource) WINBASEAPI void WINAPI EnterCriticalSection(CRITICAL_SECTION *lpCrit); +WINBASEAPI BOOL WINAPI EnterUmsSchedulingMode(PUMS_SCHEDULER_STARTUP_INFO); WINBASEAPI BOOL WINAPI EnumResourceLanguagesA(HMODULE,LPCSTR,LPCSTR,ENUMRESLANGPROCA,LONG_PTR); WINBASEAPI BOOL WINAPI EnumResourceLanguagesW(HMODULE,LPCWSTR,LPCWSTR,ENUMRESLANGPROCW,LONG_PTR); #define EnumResourceLanguages WINELIB_NAME_AW(EnumResourceLanguages) +WINBASEAPI BOOL WINAPI EnumResourceLanguagesExA(HMODULE,LPCSTR,LPCSTR,ENUMRESLANGPROCA,LONG_PTR,DWORD,LANGID); +WINBASEAPI BOOL WINAPI EnumResourceLanguagesExW(HMODULE,LPCWSTR,LPCWSTR,ENUMRESLANGPROCW,LONG_PTR,DWORD,LANGID); +#define EnumResourceLanguagesEx WINELIB_NAME_AW(EnumResourceLanguagesEx) WINBASEAPI BOOL WINAPI EnumResourceNamesA(HMODULE,LPCSTR,ENUMRESNAMEPROCA,LONG_PTR); WINBASEAPI BOOL WINAPI EnumResourceNamesW(HMODULE,LPCWSTR,ENUMRESNAMEPROCW,LONG_PTR); #define EnumResourceNames WINELIB_NAME_AW(EnumResourceNames) @@ -1599,6 +1958,7 @@ WINBASEAPI DWORD WINAPI EraseTape(HANDLE,DWORD,BOOL); WINBASEAPI VOID DECLSPEC_NORETURN WINAPI ExitProcess(DWORD); WINBASEAPI VOID DECLSPEC_NORETURN WINAPI ExitThread(DWORD); +WINBASEAPI BOOL WINAPI ExecuteUmsThread(PUMS_CONTEXT); WINBASEAPI DWORD WINAPI ExpandEnvironmentStringsA(LPCSTR,LPSTR,DWORD); WINBASEAPI DWORD WINAPI ExpandEnvironmentStringsW(LPCWSTR,LPWSTR,DWORD); #define ExpandEnvironmentStrings WINELIB_NAME_AW(ExpandEnvironmentStrings) @@ -1661,6 +2021,7 @@ WINBASEAPI BOOL WINAPI FlsSetValue(DWORD,PVOID); WINBASEAPI BOOL WINAPI FlushFileBuffers(HANDLE); WINBASEAPI BOOL WINAPI FlushInstructionCache(HANDLE,LPCVOID,SIZE_T); +WINBASEAPI VOID WINAPI FlushProcessWriteBuffers(void); WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID,SIZE_T); WINBASEAPI DWORD WINAPI FormatMessageA(DWORD,LPCVOID,DWORD,DWORD,LPSTR,DWORD,__ms_va_list*); WINBASEAPI DWORD WINAPI FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,__ms_va_list*); @@ -1670,12 +2031,14 @@ #define FreeEnvironmentStrings WINELIB_NAME_AW(FreeEnvironmentStrings) WINBASEAPI BOOL WINAPI FreeLibrary(HMODULE); WINBASEAPI VOID DECLSPEC_NORETURN WINAPI FreeLibraryAndExitThread(HINSTANCE,DWORD); +WINBASEAPI VOID WINAPI FreeLibraryWhenCallbackReturns(PTP_CALLBACK_INSTANCE,HMODULE); #define FreeModule(handle) FreeLibrary(handle) #define FreeProcInstance(proc) /*nothing*/ WINBASEAPI BOOL WINAPI FreeResource(HGLOBAL); WINADVAPI PVOID WINAPI FreeSid(PSID); WINADVAPI BOOL WINAPI GetAce(PACL,DWORD,LPVOID*); WINADVAPI BOOL WINAPI GetAclInformation(PACL,LPVOID,DWORD,ACL_INFORMATION_CLASS); +WINBASEAPI HRESULT WINAPI GetApplicationRestartSettings(HANDLE,WCHAR*,DWORD*,DWORD*); WINBASEAPI UINT WINAPI GetAtomNameA(ATOM,LPSTR,INT); WINBASEAPI UINT WINAPI GetAtomNameW(ATOM,LPWSTR,INT); #define GetAtomName WINELIB_NAME_AW(GetAtomName) @@ -1712,6 +2075,7 @@ WINBASEAPI VOID WINAPI GetCurrentProcessorNumberEx(PPROCESSOR_NUMBER); WINBASEAPI HANDLE WINAPI GetCurrentThread(void); #define GetCurrentTime() GetTickCount() +WINBASEAPI PUMS_CONTEXT WINAPI GetCurrentUmsThread(void); WINBASEAPI BOOL WINAPI GetDefaultCommConfigA(LPCSTR,LPCOMMCONFIG,LPDWORD); WINBASEAPI BOOL WINAPI GetDefaultCommConfigW(LPCWSTR,LPCOMMCONFIG,LPDWORD); #define GetDefaultCommConfig WINELIB_NAME_AW(GetDefaultCommConfig) @@ -1779,11 +2143,17 @@ WINBASEAPI BOOL WINAPI GetModuleHandleExA(DWORD,LPCSTR,HMODULE*); WINBASEAPI BOOL WINAPI GetModuleHandleExW(DWORD,LPCWSTR,HMODULE*); #define GetModuleHandleEx WINELIB_NAME_AW(GetModuleHandleEx) +WINBASEAPI BOOL WINAPI GetNamedPipeClientProcessId(HANDLE,PULONG); +WINBASEAPI BOOL WINAPI GetNamedPipeClientSessionId(HANDLE,PULONG); WINBASEAPI BOOL WINAPI GetNamedPipeHandleStateA(HANDLE,LPDWORD,LPDWORD,LPDWORD,LPDWORD,LPSTR,DWORD); WINBASEAPI BOOL WINAPI GetNamedPipeHandleStateW(HANDLE,LPDWORD,LPDWORD,LPDWORD,LPDWORD,LPWSTR,DWORD); #define GetNamedPipeHandleState WINELIB_NAME_AW(GetNamedPipeHandleState) WINBASEAPI BOOL WINAPI GetNamedPipeInfo(HANDLE,LPDWORD,LPDWORD,LPDWORD,LPDWORD); +WINBASEAPI BOOL WINAPI GetNamedPipeServerProcessId(HANDLE,PULONG); +WINBASEAPI BOOL WINAPI GetNamedPipeServerSessionId(HANDLE,PULONG); WINBASEAPI VOID WINAPI GetNativeSystemInfo(LPSYSTEM_INFO); +WINBASEAPI PUMS_CONTEXT WINAPI GetNextUmsListItem(PUMS_CONTEXT); +WINBASEAPI BOOL WINAPI GetNumaProcessorNode(UCHAR,PUCHAR); WINADVAPI BOOL WINAPI GetNumberOfEventLogRecords(HANDLE,PDWORD); WINADVAPI BOOL WINAPI GetOldestEventLogRecord(HANDLE,PDWORD); WINBASEAPI BOOL WINAPI GetOverlappedResult(HANDLE,LPOVERLAPPED,LPDWORD,BOOL); @@ -1810,6 +2180,7 @@ WINBASEAPI BOOL WINAPI GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP,PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX,PDWORD); WINBASEAPI DWORD WINAPI GetProcessHeaps(DWORD,PHANDLE); WINBASEAPI DWORD WINAPI GetProcessId(HANDLE); +WINBASEAPI DWORD WINAPI GetProcessIdOfThread(HANDLE); WINBASEAPI BOOL WINAPI GetProcessIoCounters(HANDLE,PIO_COUNTERS); WINBASEAPI BOOL WINAPI GetProcessPriorityBoost(HANDLE,PBOOL); WINBASEAPI BOOL WINAPI GetProcessShutdownParameters(LPDWORD,LPDWORD); @@ -1847,12 +2218,14 @@ WINBASEAPI UINT WINAPI GetSystemDirectoryA(LPSTR,UINT); WINBASEAPI UINT WINAPI GetSystemDirectoryW(LPWSTR,UINT); #define GetSystemDirectory WINELIB_NAME_AW(GetSystemDirectory) +WINBASEAPI UINT WINAPI GetSystemFirmwareTable(DWORD,DWORD,PVOID,DWORD); WINBASEAPI VOID WINAPI GetSystemInfo(LPSYSTEM_INFO); WINBASEAPI BOOL WINAPI GetSystemPowerStatus(LPSYSTEM_POWER_STATUS); WINBASEAPI BOOL WINAPI GetSystemRegistryQuota(PDWORD,PDWORD); WINBASEAPI VOID WINAPI GetSystemTime(LPSYSTEMTIME); WINBASEAPI BOOL WINAPI GetSystemTimeAdjustment(PDWORD,PDWORD,PBOOL); WINBASEAPI VOID WINAPI GetSystemTimeAsFileTime(LPFILETIME); +WINBASEAPI VOID WINAPI GetSystemTimePreciseAsFileTime(LPFILETIME); WINBASEAPI UINT WINAPI GetSystemWindowsDirectoryA(LPSTR,UINT); WINBASEAPI UINT WINAPI GetSystemWindowsDirectoryW(LPWSTR,UINT); #define GetSystemWindowsDirectory WINELIB_NAME_AW(GetSystemWindowsDirectory) @@ -1880,6 +2253,7 @@ WINBASEAPI BOOL WINAPI GetThreadSelectorEntry(HANDLE,DWORD,LPLDT_ENTRY); WINBASEAPI BOOL WINAPI GetThreadTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME); WINADVAPI BOOL WINAPI GetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,LPVOID,DWORD,LPDWORD); +WINBASEAPI BOOL WINAPI GetUmsCompletionListEvent(PUMS_COMPLETION_LIST, PHANDLE); WINADVAPI BOOL WINAPI GetUserNameA(LPSTR,LPDWORD); WINADVAPI BOOL WINAPI GetUserNameW(LPWSTR,LPDWORD); #define GetUserName WINELIB_NAME_AW(GetUserName) @@ -1890,6 +2264,7 @@ WINBASEAPI BOOL WINAPI GetVolumeInformationA(LPCSTR,LPSTR,DWORD,LPDWORD,LPDWORD,LPDWORD,LPSTR,DWORD); WINBASEAPI BOOL WINAPI GetVolumeInformationW(LPCWSTR,LPWSTR,DWORD,LPDWORD,LPDWORD,LPDWORD,LPWSTR,DWORD); #define GetVolumeInformation WINELIB_NAME_AW(GetVolumeInformation) +WINBASEAPI BOOL WINAPI GetVolumeInformationByHandleW(HANDLE,WCHAR *,DWORD,DWORD *,DWORD *,DWORD *,WCHAR *,DWORD); WINBASEAPI BOOL WINAPI GetVolumeNameForVolumeMountPointA(LPCSTR,LPSTR,DWORD); WINBASEAPI BOOL WINAPI GetVolumeNameForVolumeMountPointW(LPCWSTR,LPWSTR,DWORD); #define GetVolumeNameForVolumeMountPoint WINELIB_NAME_AW(GetVolumeNameForVolumeMountPoint) @@ -1899,6 +2274,7 @@ WINBASEAPI BOOL WINAPI GetVolumePathNamesForVolumeNameA(LPCSTR,LPSTR,DWORD,PDWORD); WINBASEAPI BOOL WINAPI GetVolumePathNamesForVolumeNameW(LPCWSTR,LPWSTR,DWORD,PDWORD); #define GetVolumePathNamesForVolumeName WINELIB_NAME_AW(GetVolumePathNamesForVolumeName) +WINADVAPI BOOL WINAPI GetWindowsAccountDomainSid(PSID,PSID,DWORD*); WINBASEAPI UINT WINAPI GetWindowsDirectoryA(LPSTR,UINT); WINBASEAPI UINT WINAPI GetWindowsDirectoryW(LPWSTR,UINT); #define GetWindowsDirectory WINELIB_NAME_AW(GetWindowsDirectory) @@ -1922,13 +2298,13 @@ WINBASEAPI LPVOID WINAPI GlobalLock(HGLOBAL); WINBASEAPI VOID WINAPI GlobalMemoryStatus(LPMEMORYSTATUS); WINBASEAPI BOOL WINAPI GlobalMemoryStatusEx(LPMEMORYSTATUSEX); -WINBASEAPI HGLOBAL WINAPI GlobalReAlloc(HGLOBAL,SIZE_T,UINT) __WINE_ALLOC_SIZE(3); +WINBASEAPI HGLOBAL WINAPI GlobalReAlloc(HGLOBAL,SIZE_T,UINT) __WINE_ALLOC_SIZE(2); WINBASEAPI SIZE_T WINAPI GlobalSize(HGLOBAL); WINBASEAPI VOID WINAPI GlobalUnfix(HGLOBAL); WINBASEAPI BOOL WINAPI GlobalUnlock(HGLOBAL); WINBASEAPI BOOL WINAPI GlobalUnWire(HGLOBAL); WINBASEAPI LPVOID WINAPI GlobalWire(HGLOBAL); -#define HasOverlappedCompleted(lpOverlapped) ((lpOverlapped)->Internal != STATUS_PENDING) +#define HasOverlappedIoCompleted(lpOverlapped) ((lpOverlapped)->Internal != STATUS_PENDING) WINBASEAPI LPVOID WINAPI HeapAlloc(HANDLE,DWORD,SIZE_T) __WINE_ALLOC_SIZE(3); WINBASEAPI SIZE_T WINAPI HeapCompact(HANDLE,DWORD); WINBASEAPI HANDLE WINAPI HeapCreate(DWORD,SIZE_T,SIZE_T); @@ -1948,6 +2324,7 @@ WINBASEAPI void WINAPI InitializeCriticalSection(CRITICAL_SECTION *lpCrit); WINBASEAPI BOOL WINAPI InitializeCriticalSectionAndSpinCount(CRITICAL_SECTION *,DWORD); WINBASEAPI BOOL WINAPI InitializeCriticalSectionEx(CRITICAL_SECTION *,DWORD,DWORD); +WINBASEAPI BOOL WINAPI InitializeProcThreadAttributeList(struct _PROC_THREAD_ATTRIBUTE_LIST*,DWORD,DWORD,SIZE_T*); WINADVAPI BOOL WINAPI InitializeSecurityDescriptor(PSECURITY_DESCRIPTOR,DWORD); WINADVAPI BOOL WINAPI InitializeSid(PSID,PSID_IDENTIFIER_AUTHORITY,BYTE); WINBASEAPI VOID WINAPI InitializeSListHead(PSLIST_HEADER); @@ -1960,16 +2337,17 @@ WINBASEAPI PSLIST_ENTRY WINAPI InterlockedPopEntrySList(PSLIST_HEADER); WINBASEAPI PSLIST_ENTRY WINAPI InterlockedPushEntrySList(PSLIST_HEADER, PSLIST_ENTRY); WINBASEAPI BOOL WINAPI IsBadCodePtr(FARPROC); -WINBASEAPI BOOL WINAPI IsBadHugeReadPtr(LPCVOID,UINT); -WINBASEAPI BOOL WINAPI IsBadHugeWritePtr(LPVOID,UINT); -WINBASEAPI BOOL WINAPI IsBadReadPtr(LPCVOID,UINT); -WINBASEAPI BOOL WINAPI IsBadStringPtrA(LPCSTR,UINT); -WINBASEAPI BOOL WINAPI IsBadStringPtrW(LPCWSTR,UINT); +WINBASEAPI BOOL WINAPI IsBadHugeReadPtr(LPCVOID,UINT_PTR); +WINBASEAPI BOOL WINAPI IsBadHugeWritePtr(LPVOID,UINT_PTR); +WINBASEAPI BOOL WINAPI IsBadReadPtr(LPCVOID,UINT_PTR); +WINBASEAPI BOOL WINAPI IsBadStringPtrA(LPCSTR,UINT_PTR); +WINBASEAPI BOOL WINAPI IsBadStringPtrW(LPCWSTR,UINT_PTR); #define IsBadStringPtr WINELIB_NAME_AW(IsBadStringPtr) -WINBASEAPI BOOL WINAPI IsBadWritePtr(LPVOID,UINT); +WINBASEAPI BOOL WINAPI IsBadWritePtr(LPVOID,UINT_PTR); WINBASEAPI BOOL WINAPI IsDebuggerPresent(void); WINBASEAPI BOOL WINAPI IsSystemResumeAutomatic(void); WINADVAPI BOOL WINAPI IsTextUnicode(LPCVOID,INT,LPINT); +WINBASEAPI BOOL WINAPI IsThreadpoolTimerSet(PTP_TIMER); WINADVAPI BOOL WINAPI IsTokenRestricted(HANDLE); WINADVAPI BOOL WINAPI IsValidAcl(PACL); WINADVAPI BOOL WINAPI IsValidSecurityDescriptor(PSECURITY_DESCRIPTOR); @@ -1982,6 +2360,7 @@ WINBASEAPI BOOL WINAPI IsProcessInJob(HANDLE,HANDLE,PBOOL); WINBASEAPI BOOL WINAPI IsProcessorFeaturePresent(DWORD); WINBASEAPI void WINAPI LeaveCriticalSection(CRITICAL_SECTION *lpCrit); +WINBASEAPI VOID WINAPI LeaveCriticalSectionWhenCallbackReturns(PTP_CALLBACK_INSTANCE,CRITICAL_SECTION*); WINBASEAPI HMODULE WINAPI LoadLibraryA(LPCSTR); WINBASEAPI HMODULE WINAPI LoadLibraryW(LPCWSTR); #define LoadLibrary WINELIB_NAME_AW(LoadLibrary) @@ -1996,7 +2375,7 @@ WINBASEAPI HLOCAL WINAPI LocalFree(HLOCAL); WINBASEAPI HLOCAL WINAPI LocalHandle(LPCVOID); WINBASEAPI LPVOID WINAPI LocalLock(HLOCAL); -WINBASEAPI HLOCAL WINAPI LocalReAlloc(HLOCAL,SIZE_T,UINT) __WINE_ALLOC_SIZE(3); +WINBASEAPI HLOCAL WINAPI LocalReAlloc(HLOCAL,SIZE_T,UINT) __WINE_ALLOC_SIZE(2); WINBASEAPI SIZE_T WINAPI LocalShrink(HGLOBAL,UINT); WINBASEAPI SIZE_T WINAPI LocalSize(HLOCAL); WINBASEAPI BOOL WINAPI LocalUnlock(HLOCAL); @@ -2061,6 +2440,9 @@ WINADVAPI HANDLE WINAPI OpenBackupEventLogA(LPCSTR,LPCSTR); WINADVAPI HANDLE WINAPI OpenBackupEventLogW(LPCWSTR,LPCWSTR); #define OpenBackupEventLog WINELIB_NAME_AW(OpenBackupEventLog) +WINADVAPI DWORD WINAPI OpenEncryptedFileRawA(LPCSTR,ULONG,PVOID*); +WINADVAPI DWORD WINAPI OpenEncryptedFileRawW(LPCWSTR,ULONG,PVOID*); +#define OpenEncryptedFileRaw WINELIB_NAME_AW(OpenEncryptedFileRaw) WINBASEAPI HANDLE WINAPI OpenEventA(DWORD,BOOL,LPCSTR); WINBASEAPI HANDLE WINAPI OpenEventW(DWORD,BOOL,LPCWSTR); #define OpenEvent WINELIB_NAME_AW(OpenEvent) @@ -2100,6 +2482,7 @@ #define PrivilegedServiceAuditAlarm WINELIB_NAME_AW(PrivilegedServiceAuditAlarm) WINBASEAPI BOOL WINAPI PulseEvent(HANDLE); WINBASEAPI BOOL WINAPI PurgeComm(HANDLE,DWORD); +WINBASEAPI BOOL WINAPI QueryActCtxSettingsW(DWORD,HANDLE,const WCHAR*,const WCHAR*,WCHAR*,SIZE_T,SIZE_T*); WINBASEAPI BOOL WINAPI QueryActCtxW(DWORD,HANDLE,PVOID,ULONG,PVOID,SIZE_T,SIZE_T *); WINBASEAPI USHORT WINAPI QueryDepthSList(PSLIST_HEADER); WINBASEAPI DWORD WINAPI QueryDosDeviceA(LPCSTR,LPSTR,DWORD); @@ -2112,6 +2495,8 @@ WINBASEAPI BOOL WINAPI QueryMemoryResourceNotification(HANDLE,PBOOL); WINBASEAPI BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER*); WINBASEAPI BOOL WINAPI QueryPerformanceFrequency(LARGE_INTEGER*); +WINBASEAPI BOOL WINAPI QueryThreadCycleTime(HANDLE,PULONG64); +WINBASEAPI BOOL WINAPI QueryUmsThreadInformation(PUMS_CONTEXT,UMS_THREAD_INFO_CLASS,PVOID,ULONG,PULONG); WINBASEAPI DWORD WINAPI QueueUserAPC(PAPCFUNC,HANDLE,ULONG_PTR); WINBASEAPI BOOL WINAPI QueueUserWorkItem(LPTHREAD_START_ROUTINE,PVOID,ULONG); WINBASEAPI void WINAPI RaiseException(DWORD,DWORD,DWORD,const ULONG_PTR *); @@ -2119,6 +2504,7 @@ WINADVAPI BOOL WINAPI ReadEventLogW(HANDLE,DWORD,DWORD,LPVOID,DWORD,DWORD *,DWORD *); #define ReadEventLog WINELIB_NAME_AW(ReadEventLog) WINBASEAPI BOOL WINAPI ReadDirectoryChangesW(HANDLE,LPVOID,DWORD,BOOL,DWORD,LPDWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE); +WINADVAPI DWORD WINAPI ReadEncryptedFileRaw(PFE_EXPORT_FUNC,PVOID,PVOID); WINBASEAPI BOOL WINAPI ReadFile(HANDLE,LPVOID,DWORD,LPDWORD,LPOVERLAPPED); WINBASEAPI BOOL WINAPI ReadFileEx(HANDLE,LPVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE); WINBASEAPI BOOL WINAPI ReadFileScatter(HANDLE,FILE_SEGMENT_ELEMENT*,DWORD,LPDWORD,LPOVERLAPPED); @@ -2130,7 +2516,9 @@ WINBASEAPI HANDLE WINAPI RegisterWaitForSingleObjectEx(HANDLE,WAITORTIMERCALLBACK,PVOID,ULONG,ULONG); WINBASEAPI VOID WINAPI ReleaseActCtx(HANDLE); WINBASEAPI BOOL WINAPI ReleaseMutex(HANDLE); +WINBASEAPI VOID WINAPI ReleaseMutexWhenCallbackReturns(PTP_CALLBACK_INSTANCE,HANDLE); WINBASEAPI BOOL WINAPI ReleaseSemaphore(HANDLE,LONG,LPLONG); +WINBASEAPI VOID WINAPI ReleaseSemaphoreWhenCallbackReturns(PTP_CALLBACK_INSTANCE,HANDLE,DWORD); WINBASEAPI VOID WINAPI ReleaseSRWLockExclusive(PSRWLOCK); WINBASEAPI VOID WINAPI ReleaseSRWLockShared(PSRWLOCK); WINBASEAPI ULONG WINAPI RemoveVectoredExceptionHandler(PVOID); @@ -2142,6 +2530,7 @@ #define RemoveDirectory WINELIB_NAME_AW(RemoveDirectory) WINADVAPI BOOL WINAPI ReportEventA(HANDLE,WORD,WORD,DWORD,PSID,WORD,DWORD,LPCSTR *,LPVOID); WINADVAPI BOOL WINAPI ReportEventW(HANDLE,WORD,WORD,DWORD,PSID,WORD,DWORD,LPCWSTR *,LPVOID); +WINBASEAPI BOOL WINAPI RequestDeviceWakeup(HANDLE); WINBASEAPI BOOL WINAPI RequestWakeupLatency(LATENCY_TIME latency); #define ReportEvent WINELIB_NAME_AW(ReportEvent) WINBASEAPI BOOL WINAPI ResetEvent(HANDLE); @@ -2173,18 +2562,21 @@ WINBASEAPI BOOL WINAPI SetDllDirectoryA(LPCSTR); WINBASEAPI BOOL WINAPI SetDllDirectoryW(LPCWSTR); #define SetDllDirectory WINELIB_NAME_AW(SetDllDirectory) -WINBASEAPI BOOL WINAPI SetDynamicTimeZoneInformation(CONST DYNAMIC_TIME_ZONE_INFORMATION*); +WINBASEAPI BOOL WINAPI SetDynamicTimeZoneInformation(const DYNAMIC_TIME_ZONE_INFORMATION*); WINBASEAPI BOOL WINAPI SetEndOfFile(HANDLE); WINBASEAPI BOOL WINAPI SetEnvironmentVariableA(LPCSTR,LPCSTR); WINBASEAPI BOOL WINAPI SetEnvironmentVariableW(LPCWSTR,LPCWSTR); #define SetEnvironmentVariable WINELIB_NAME_AW(SetEnvironmentVariable) WINBASEAPI UINT WINAPI SetErrorMode(UINT); WINBASEAPI BOOL WINAPI SetEvent(HANDLE); +WINBASEAPI VOID WINAPI SetEventWhenCallbackReturns(PTP_CALLBACK_INSTANCE,HANDLE); WINBASEAPI VOID WINAPI SetFileApisToANSI(void); WINBASEAPI VOID WINAPI SetFileApisToOEM(void); WINBASEAPI BOOL WINAPI SetFileAttributesA(LPCSTR,DWORD); WINBASEAPI BOOL WINAPI SetFileAttributesW(LPCWSTR,DWORD); #define SetFileAttributes WINELIB_NAME_AW(SetFileAttributes) +WINBASEAPI BOOL WINAPI SetFileCompletionNotificationModes(HANDLE,UCHAR); +WINBASEAPI BOOL WINAPI SetFileInformationByHandle(HANDLE,FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD); WINBASEAPI DWORD WINAPI SetFilePointer(HANDLE,LONG,LPLONG,DWORD); WINBASEAPI BOOL WINAPI SetFilePointerEx(HANDLE,LARGE_INTEGER,LARGE_INTEGER*,DWORD); WINADVAPI BOOL WINAPI SetFileSecurityA(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR); @@ -2205,6 +2597,7 @@ WINBASEAPI BOOL WINAPI SetProcessPriorityBoost(HANDLE,BOOL); WINBASEAPI BOOL WINAPI SetProcessShutdownParameters(DWORD,DWORD); WINBASEAPI BOOL WINAPI SetProcessWorkingSetSize(HANDLE,SIZE_T,SIZE_T); +WINBASEAPI BOOL WINAPI SetSearchPathMode(DWORD); WINADVAPI BOOL WINAPI SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR,SECURITY_DESCRIPTOR_CONTROL,SECURITY_DESCRIPTOR_CONTROL); WINADVAPI BOOL WINAPI SetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL); WINADVAPI BOOL WINAPI SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID,BOOL); @@ -2222,9 +2615,13 @@ WINBASEAPI BOOL WINAPI SetThreadErrorMode(DWORD,LPDWORD); WINBASEAPI DWORD WINAPI SetThreadExecutionState(EXECUTION_STATE); WINBASEAPI DWORD WINAPI SetThreadIdealProcessor(HANDLE,DWORD); +WINBASEAPI VOID WINAPI SetThreadpoolThreadMaximum(PTP_POOL,DWORD); +WINBASEAPI BOOL WINAPI SetThreadpoolThreadMinimum(PTP_POOL,DWORD); WINBASEAPI BOOL WINAPI SetThreadPriority(HANDLE,INT); WINBASEAPI BOOL WINAPI SetThreadPriorityBoost(HANDLE,BOOL); WINADVAPI BOOL WINAPI SetThreadToken(PHANDLE,HANDLE); +WINBASEAPI VOID WINAPI SetThreadpoolTimer(PTP_TIMER,FILETIME*,DWORD,DWORD); +WINBASEAPI VOID WINAPI SetThreadpoolWait(PTP_WAIT,HANDLE,FILETIME *); WINBASEAPI HANDLE WINAPI SetTimerQueueTimer(HANDLE,WAITORTIMERCALLBACK,PVOID,DWORD,DWORD,BOOL); WINBASEAPI BOOL WINAPI SetTimeZoneInformation(const TIME_ZONE_INFORMATION *); WINADVAPI BOOL WINAPI SetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,LPVOID,DWORD); @@ -2233,15 +2630,19 @@ WINBASEAPI BOOL WINAPI SetVolumeLabelW(LPCWSTR,LPCWSTR); #define SetVolumeLabel WINELIB_NAME_AW(SetVolumeLabel) WINBASEAPI BOOL WINAPI SetVolumeMountPointA(LPCSTR,LPCSTR); -WINBASEAPI BOOL WINAPI SetVolumeMountPointW(LPCSTR,LPCSTR); +WINBASEAPI BOOL WINAPI SetVolumeMountPointW(LPCWSTR,LPCWSTR); #define SetVolumeMountPoint WINELIB_NAME_AW(SetVolumeMountPoint) WINBASEAPI BOOL WINAPI SetWaitableTimer(HANDLE,const LARGE_INTEGER*,LONG,PTIMERAPCROUTINE,LPVOID,BOOL); +WINBASEAPI BOOL WINAPI SetWaitableTimerEx(HANDLE,const LARGE_INTEGER*,LONG,PTIMERAPCROUTINE,LPVOID,REASON_CONTEXT*,ULONG); +WINBASEAPI BOOL WINAPI SetUmsThreadInformation(PUMS_CONTEXT,UMS_THREAD_INFO_CLASS,void *,ULONG); WINBASEAPI BOOL WINAPI SetupComm(HANDLE,DWORD,DWORD); WINBASEAPI DWORD WINAPI SignalObjectAndWait(HANDLE,HANDLE,DWORD,BOOL); WINBASEAPI DWORD WINAPI SizeofResource(HMODULE,HRSRC); WINBASEAPI VOID WINAPI Sleep(DWORD); WINBASEAPI BOOL WINAPI SleepConditionVariableCS(PCONDITION_VARIABLE,PCRITICAL_SECTION,DWORD); +WINBASEAPI BOOL WINAPI SleepConditionVariableSRW(PCONDITION_VARIABLE,PSRWLOCK,DWORD,ULONG); WINBASEAPI DWORD WINAPI SleepEx(DWORD,BOOL); +WINBASEAPI VOID WINAPI SubmitThreadpoolWork(PTP_WORK); WINBASEAPI DWORD WINAPI SuspendThread(HANDLE); WINBASEAPI void WINAPI SwitchToFiber(LPVOID); WINBASEAPI BOOL WINAPI SwitchToThread(void); @@ -2256,17 +2657,22 @@ WINBASEAPI BOOL WINAPI TlsSetValue(DWORD,LPVOID); WINBASEAPI BOOL WINAPI TransactNamedPipe(HANDLE,LPVOID,DWORD,LPVOID,DWORD,LPDWORD,LPOVERLAPPED); WINBASEAPI BOOL WINAPI TransmitCommChar(HANDLE,CHAR); -WINBASEAPI BOOL WINAPI TryAcquireSRWLockExclusive(PSRWLOCK); -WINBASEAPI BOOL WINAPI TryAcquireSRWLockShared(PSRWLOCK); +WINBASEAPI BOOLEAN WINAPI TryAcquireSRWLockExclusive(PSRWLOCK); +WINBASEAPI BOOLEAN WINAPI TryAcquireSRWLockShared(PSRWLOCK); WINBASEAPI BOOL WINAPI TryEnterCriticalSection(CRITICAL_SECTION *lpCrit); +WINBASEAPI BOOL WINAPI TrySubmitThreadpoolCallback(PTP_SIMPLE_CALLBACK,void*,TP_CALLBACK_ENVIRON*); WINBASEAPI BOOL WINAPI TzSpecificLocalTimeToSystemTime(const TIME_ZONE_INFORMATION*,const SYSTEMTIME*,LPSYSTEMTIME); WINBASEAPI LONG WINAPI UnhandledExceptionFilter(PEXCEPTION_POINTERS); WINBASEAPI BOOL WINAPI UnlockFile(HANDLE,DWORD,DWORD,DWORD,DWORD); WINBASEAPI BOOL WINAPI UnlockFileEx(HANDLE,DWORD,DWORD,DWORD,LPOVERLAPPED); +#define UnlockResource(handle) ((handle), 0) #define UnlockSegment(handle) GlobalUnfix((HANDLE)(handle)) WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID); +WINBASEAPI BOOL WINAPI UmsThreadYield(void *); +WINBASEAPI HRESULT WINAPI UnregisterApplicationRestart(void); WINBASEAPI BOOL WINAPI UnregisterWait(HANDLE); WINBASEAPI BOOL WINAPI UnregisterWaitEx(HANDLE,HANDLE); +WINBASEAPI BOOL WINAPI UpdateProcThreadAttribute(struct _PROC_THREAD_ATTRIBUTE_LIST*,DWORD,DWORD_PTR,void*,SIZE_T,void*,SIZE_T*); WINBASEAPI BOOL WINAPI UpdateResourceA(HANDLE,LPCSTR,LPCSTR,WORD,LPVOID,DWORD); WINBASEAPI BOOL WINAPI UpdateResourceW(HANDLE,LPCWSTR,LPCWSTR,WORD,LPVOID,DWORD); #define UpdateResource WINELIB_NAME_AW(UpdateResource) @@ -2290,6 +2696,9 @@ WINBASEAPI DWORD WINAPI WaitForMultipleObjectsEx(DWORD,const HANDLE*,BOOL,DWORD,BOOL); WINBASEAPI DWORD WINAPI WaitForSingleObject(HANDLE,DWORD); WINBASEAPI DWORD WINAPI WaitForSingleObjectEx(HANDLE,DWORD,BOOL); +WINBASEAPI VOID WINAPI WaitForThreadpoolTimerCallbacks(PTP_TIMER,BOOL); +WINBASEAPI VOID WINAPI WaitForThreadpoolWaitCallbacks(PTP_WAIT,BOOL); +WINBASEAPI VOID WINAPI WaitForThreadpoolWorkCallbacks(PTP_WORK,BOOL); WINBASEAPI BOOL WINAPI WaitNamedPipeA(LPCSTR,DWORD); WINBASEAPI BOOL WINAPI WaitNamedPipeW(LPCWSTR,DWORD); #define WaitNamedPipe WINELIB_NAME_AW(WaitNamedPipe) @@ -2298,7 +2707,10 @@ WINBASEAPI UINT WINAPI WinExec(LPCSTR,UINT); WINBASEAPI BOOL WINAPI Wow64DisableWow64FsRedirection(PVOID*); WINBASEAPI BOOLEAN WINAPI Wow64EnableWow64FsRedirection(BOOLEAN); +WINBASEAPI BOOL WINAPI Wow64GetThreadContext(HANDLE, WOW64_CONTEXT *); WINBASEAPI BOOL WINAPI Wow64RevertWow64FsRedirection(PVOID); +WINBASEAPI BOOL WINAPI Wow64SetThreadContext(HANDLE, const WOW64_CONTEXT *); +WINADVAPI DWORD WINAPI WriteEncryptedFileRaw(PFE_IMPORT_FUNC,PVOID,PVOID); WINBASEAPI BOOL WINAPI WriteFile(HANDLE,LPCVOID,DWORD,LPDWORD,LPOVERLAPPED); WINBASEAPI BOOL WINAPI WriteFileEx(HANDLE,LPCVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE); WINBASEAPI BOOL WINAPI WriteFileGather(HANDLE,FILE_SEGMENT_ELEMENT*,DWORD,LPDWORD,LPOVERLAPPED); @@ -2436,6 +2848,7 @@ #define MoveMemory RtlMoveMemory #define ZeroMemory RtlZeroMemory #define CopyMemory RtlCopyMemory +#define SecureZeroMemory RtlSecureZeroMemory /* Wine internal functions */ @@ -2619,7 +3032,13 @@ { DWORD ret; #ifdef __x86_64__ +#ifdef __APPLE__ + DWORD* teb; + __asm__ __volatile__( ".byte 0x65\n\tmovq 0x30,%0" : "=r" (teb) ); + ret = teb[0x68 / sizeof(DWORD)]; +#else __asm__ __volatile__( ".byte 0x65\n\tmovl 0x68,%0" : "=r" (ret) ); +#endif #else __asm__ __volatile__( ".byte 0x64\n\tmovl 0x34,%0" : "=r" (ret) ); #endif @@ -2630,7 +3049,13 @@ { DWORD ret; #ifdef __x86_64__ +#ifdef __APPLE__ + DWORD* teb; + __asm__ __volatile__( ".byte 0x65\n\tmovq 0x30,%0" : "=r" (teb) ); + ret = teb[0x40 / sizeof(DWORD)]; +#else __asm__ __volatile__( ".byte 0x65\n\tmovl 0x40,%0" : "=r" (ret) ); +#endif #else __asm__ __volatile__( ".byte 0x64\n\tmovl 0x20,%0" : "=r" (ret) ); #endif @@ -2641,7 +3066,13 @@ { DWORD ret; #ifdef __x86_64__ +#ifdef __APPLE__ + DWORD* teb; + __asm__ __volatile__( ".byte 0x65\n\tmovq 0x30,%0" : "=r" (teb) ); + ret = teb[0x48 / sizeof(DWORD)]; +#else __asm__ __volatile__( ".byte 0x65\n\tmovl 0x48,%0" : "=r" (ret) ); +#endif #else __asm__ __volatile__( ".byte 0x64\n\tmovl 0x24,%0" : "=r" (ret) ); #endif @@ -2651,7 +3082,13 @@ static FORCEINLINE void WINAPI SetLastError( DWORD err ) { #ifdef __x86_64__ +#ifdef __APPLE__ + DWORD* teb; + __asm__ __volatile__( ".byte 0x65\n\tmovq 0x30,%0" : "=r" (teb) ); + teb[0x68 / sizeof(DWORD)] = err; +#else __asm__ __volatile__( ".byte 0x65\n\tmovl %0,0x68" : : "r" (err) : "memory" ); +#endif #else __asm__ __volatile__( ".byte 0x64\n\tmovl %0,0x34" : : "r" (err) : "memory" ); #endif @@ -2661,7 +3098,13 @@ { HANDLE *pdb; #ifdef __x86_64__ +#ifdef __APPLE__ + HANDLE** teb; + __asm__ __volatile__( ".byte 0x65\n\tmovq 0x30,%0" : "=r" (teb) ); + pdb = teb[0x60 / sizeof(HANDLE*)]; +#else __asm__ __volatile__( ".byte 0x65\n\tmovq 0x60,%0" : "=r" (pdb) ); +#endif return pdb[0x30 / sizeof(HANDLE)]; /* get dword at offset 0x30 in pdb */ #else __asm__ __volatile__( ".byte 0x64\n\tmovl 0x30,%0" : "=r" (pdb) ); @@ -2684,6 +3127,10 @@ #define GetCurrentThread() ((HANDLE)~(ULONG_PTR)1) #endif +#define GetCurrentProcessToken() ((HANDLE)~(ULONG_PTR)3) +#define GetCurrentThreadToken() ((HANDLE)~(ULONG_PTR)4) +#define GetCurrentThreadEffectiveToken() ((HANDLE)~(ULONG_PTR)5) + /* WinMain(entry point) must be declared in winbase.h. */ /* If this is not declared, we cannot compile many sources written with C++. */ int WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,int); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/windef.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/windef.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/windef.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/windef.h 2018-09-14 14:16:43.000000000 +0000 @@ -37,7 +37,7 @@ /* Calling conventions definitions */ -#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__aarch64__)) && !defined(_WIN64) +#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64) #define _WIN64 #endif @@ -64,6 +64,14 @@ # error You need to define __stdcall for your compiler # endif # elif defined(__x86_64__) && defined (__GNUC__) +# if (__GNUC__ > 5) || ((__GNUC__ == 5) && (__GNUC_MINOR__ >= 3)) +# define __stdcall __attribute__((ms_abi)) __attribute__((__force_align_arg_pointer__)) +# else +# define __stdcall __attribute__((ms_abi)) +# endif +# elif defined(__arm__) && defined (__GNUC__) && !defined(__SOFTFP__) +# define __stdcall __attribute__((pcs("aapcs-vfp"))) +# elif defined(__aarch64__) && defined (__GNUC__) # define __stdcall __attribute__((ms_abi)) # else /* __i386__ */ # define __stdcall @@ -78,6 +86,14 @@ # define __cdecl __attribute__((__cdecl__)) # endif # elif defined(__x86_64__) && defined (__GNUC__) +# if (__GNUC__ > 5) || ((__GNUC__ == 5) && (__GNUC_MINOR__ >= 3)) +# define __cdecl __attribute__((ms_abi)) __attribute__((__force_align_arg_pointer__)) +# else +# define __cdecl __attribute__((ms_abi)) +# endif +# elif defined(__arm__) && defined (__GNUC__) && !defined(__SOFTFP__) +# define __cdecl __attribute__((pcs("aapcs-vfp"))) +# elif defined(__aarch64__) && defined (__GNUC__) # define __cdecl __attribute__((ms_abi)) # elif !defined(_MSC_VER) # define __cdecl @@ -85,17 +101,29 @@ #endif /* __cdecl */ #ifndef __ms_va_list -# if defined(__x86_64__) && defined (__GNUC__) +# if (defined(__x86_64__) || defined(__aarch64__)) && defined (__GNUC__) # define __ms_va_list __builtin_ms_va_list # define __ms_va_start(list,arg) __builtin_ms_va_start(list,arg) # define __ms_va_end(list) __builtin_ms_va_end(list) +# define __ms_va_copy(dest,src) __builtin_ms_va_copy(dest,src) # else # define __ms_va_list va_list # define __ms_va_start(list,arg) va_start(list,arg) # define __ms_va_end(list) va_end(list) +# ifdef va_copy +# define __ms_va_copy(dest,src) va_copy(dest,src) +# else +# define __ms_va_copy(dest,src) ((dest) = (src)) +# endif # endif #endif +#if defined(__arm__) && defined (__GNUC__) && !defined(__SOFTFP__) +# define WINAPIV __attribute__((pcs("aapcs"))) +#else +# define WINAPIV __cdecl +#endif + #ifdef __WINESRC__ #define __ONLY_IN_WINELIB(x) do_not_use_this_in_wine #else @@ -165,9 +193,8 @@ #define PASCAL __stdcall #define CDECL __cdecl #define _CDECL __cdecl -#define WINAPIV __cdecl #define APIENTRY WINAPI -#define CONST const +#define CONST __ONLY_IN_WINELIB(const) /* Misc. constants. */ @@ -266,6 +293,7 @@ /* Handle types */ typedef int HFILE; +DECLARE_HANDLE(DPI_AWARENESS_CONTEXT); DECLARE_HANDLE(HACCEL); DECLARE_HANDLE(HBITMAP); DECLARE_HANDLE(HBRUSH); @@ -409,6 +437,20 @@ typedef const RECTL *LPCRECTL; +/* DPI awareness */ +typedef enum DPI_AWARENESS +{ + DPI_AWARENESS_INVALID = -1, + DPI_AWARENESS_UNAWARE = 0, + DPI_AWARENESS_SYSTEM_AWARE, + DPI_AWARENESS_PER_MONITOR_AWARE +} DPI_AWARENESS; + +#define DPI_AWARENESS_CONTEXT_UNAWARE ((DPI_AWARENESS_CONTEXT)-1) +#define DPI_AWARENESS_CONTEXT_SYSTEM_AWARE ((DPI_AWARENESS_CONTEXT)-2) +#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE ((DPI_AWARENESS_CONTEXT)-3) +#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 ((DPI_AWARENESS_CONTEXT)-4) + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/wine/rpcfc.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/wine/rpcfc.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/wine/rpcfc.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/wine/rpcfc.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,205 +0,0 @@ -/* - * RPC format chars, as found by studying MIDL output. - * Some, but not all, usage of these are explained on MSDN. - */ - -#ifndef __WINE_RPCFC_H -#define __WINE_RPCFC_H - -/* base types */ -#define RPC_FC_BYTE 0x01 -#define RPC_FC_CHAR 0x02 -#define RPC_FC_SMALL 0x03 -#define RPC_FC_USMALL 0x04 -#define RPC_FC_WCHAR 0x05 -#define RPC_FC_SHORT 0x06 -#define RPC_FC_USHORT 0x07 -#define RPC_FC_LONG 0x08 -#define RPC_FC_ULONG 0x09 -#define RPC_FC_FLOAT 0x0a -#define RPC_FC_HYPER 0x0b -#define RPC_FC_DOUBLE 0x0c -#define RPC_FC_ENUM16 0x0d -#define RPC_FC_ENUM32 0x0e -#define RPC_FC_IGNORE 0x0f -#define RPC_FC_ERROR_STATUS_T 0x10 - -/* other stuff */ -#define RPC_FC_RP 0x11 /* reference pointer */ -#define RPC_FC_UP 0x12 /* unique pointer */ -#define RPC_FC_OP 0x13 /* unique pointer in object ? */ -#define RPC_FC_FP 0x14 /* full pointer */ - -#define RPC_FC_STRUCT 0x15 /* simple structure */ -/* FC_STRUCT: align-1, NdrFcShort(size), fields */ - -#define RPC_FC_PSTRUCT 0x16 /* simple structure w/ pointers */ -/* FC_PTRUCT: align-1, NdrFcShort(size), ptrs, fields */ - -#define RPC_FC_CSTRUCT 0x17 /* conformant structure */ - -#define RPC_FC_CPSTRUCT 0x18 /* conformant structure w/ pointers */ - -#define RPC_FC_CVSTRUCT 0x19 /* conformant varying struct */ - -#define RPC_FC_BOGUS_STRUCT 0x1a /* complex structure */ - -#define RPC_FC_CARRAY 0x1b /* conformant array */ -/* FC_CARRAY: align-1, NdrFcShort(size), conformance, ptrs, fields */ -#define RPC_FC_CVARRAY 0x1c /* conformant varying array */ -/* FC_CARRAY: align-1, NdrFcShort(size), conformance, variance, ptrs, fields */ -#define RPC_FC_SMFARRAY 0x1d /* small (<64K) fixed array */ -/* FC_SMFARRAY: align-1, NdrFcShort(size), ptrs, fields */ - -#define RPC_FC_LGFARRAY 0x1e /* large (>= 64k) fixed array */ - -#define RPC_FC_SMVARRAY 0x1f /* small (<64k) varying array */ - -#define RPC_FC_LGVARRAY 0x20 /* large (>= 64k) varying array */ - -#define RPC_FC_BOGUS_ARRAY 0x21 /* complex array */ - -#define RPC_FC_C_CSTRING 0x22 -#define RPC_FC_C_SSTRING 0x24 -#define RPC_FC_C_WSTRING 0x25 -#define RPC_FC_CSTRING 0x26 -#define RPC_FC_SSTRING 0x28 -#define RPC_FC_WSTRING 0x29 - -#define RPC_FC_ENCAPSULATED_UNION 0x2a -#define RPC_FC_NON_ENCAPSULATED_UNION 0x2b - -#define RPC_FC_BYTE_COUNT_POINTER 0x2c /* [byte_count] ACF attribute */ - -#define RPC_FC_TRANSMIT_AS 0x2d -#define RPC_FC_REPRESENT_AS 0x2e - -#define RPC_FC_IP 0x2f /* interface pointer */ -/* FC_IP: FC_CONSTANT_IID iid */ -/* FC_IP: FC_PAD correlation */ - -#define RPC_FC_BIND_CONTEXT 0x30 - -#define RPC_FC_BIND_GENERIC 0x31 -#define RPC_FC_BIND_PRIMITIVE 0x32 -#define RPC_FC_AUTO_HANDLE 0x33 -#define RPC_FC_CALLBACK_HANDLE 0x34 - -#define RPC_FC_POINTER 0x36 - -#define RPC_FC_ALIGNM2 0x37 -#define RPC_FC_ALIGNM4 0x38 -#define RPC_FC_ALIGNM8 0x39 - -#define RPC_FC_STRUCTPAD1 0x3d -#define RPC_FC_STRUCTPAD2 0x3e -#define RPC_FC_STRUCTPAD3 0x3f -#define RPC_FC_STRUCTPAD4 0x40 -#define RPC_FC_STRUCTPAD5 0x41 -#define RPC_FC_STRUCTPAD6 0x42 -#define RPC_FC_STRUCTPAD7 0x43 - -#define RPC_FC_STRING_SIZED 0x44 - -#define RPC_FC_NO_REPEAT 0x46 -#define RPC_FC_FIXED_REPEAT 0x47 -#define RPC_FC_VARIABLE_REPEAT 0x48 -#define RPC_FC_FIXED_OFFSET 0x49 -#define RPC_FC_VARIABLE_OFFSET 0x4a - -#define RPC_FC_PP 0x4b /* pointer layout */ -/* FC_PP: FC_PAD layouts */ -/* layouts: FC_NO_REPEAT FC_PAD instance */ -/* instance: NdrFcShort(memofs), NdrFcShort(bufofs), desc */ - -#define RPC_FC_EMBEDDED_COMPLEX 0x4c -/* FC_EMBEDDED_COMPLEX: padding, NdrFcShort(typeofs) */ - -#define RPC_FC_IN_PARAM 0x4d -/* FC_IN_PARAM: stacksiz, NdrFcShort(typeofs) */ -#define RPC_FC_IN_PARAM_BASETYPE 0x4e -/* FC_IN_PARAM_BASETYPE: basetype */ -#define RPC_FC_IN_PARAM_NO_FREE_INST 0x4f -#define RPC_FC_IN_OUT_PARAM 0x50 -/* FC_IN_OUT_PARAM: stacksiz, NdrFcShort(typeofs) */ -#define RPC_FC_OUT_PARAM 0x51 -/* FC_OUT_PARAM: stacksiz, NdrFcShort(typeofs) */ -#define RPC_FC_RETURN_PARAM 0x52 -/* FC_RETURN_PARAM: stacksiz, NdrFcShort(typeofs) */ -#define RPC_FC_RETURN_PARAM_BASETYPE 0x53 -/* FC_RETURN_PARAM_BASETYPE: basetype */ - -#define RPC_FC_DEREFERENCE 0x54 -#define RPC_FC_DIV_2 0x55 -#define RPC_FC_MULT_2 0x56 -#define RPC_FC_ADD_1 0x57 -#define RPC_FC_SUB_1 0x58 - -#define RPC_FC_CALLBACK 0x59 - -#define RPC_FC_CONSTANT_IID 0x5a -/* FC_CONSTANT_IID: NdrFcLong(), NdrFcShort(), NdrFcShort(), 8x () */ - -#define RPC_FC_END 0x5b -#define RPC_FC_PAD 0x5c - -#define RPC_FC_USER_MARSHAL 0xb4 - -#define RPC_FC_RANGE 0xb7 - -#define RPC_FC_INT3264 0xb8 -#define RPC_FC_UINT3264 0xb9 - -/* FC_RP/UP/OP/FP: flags, NdrFcShort(typeofs)/basetype */ -#define RPC_FC_P_ALLOCALLNODES 0x01 -#define RPC_FC_P_DONTFREE 0x02 -#define RPC_FC_P_ONSTACK 0x04 /* [alloced_on_stack] */ -#define RPC_FC_P_SIMPLEPOINTER 0x08 /* [simple_pointer] */ -#define RPC_FC_P_DEREF 0x10 - -#define RPC_FC_BIND_EXPLICIT 0x00 - -/* proc header: oiflags, NdrFcLong(rpcflags), NdrFcShort(procnum), NdrFcShort(stacksiz), - * oi2 header: NdrFcShort(clientbuf), NdrFcShort(servbuf), oi2flags, parmcount - * oi2 parameters: NdrFcShort(flags), NdrFcShort(stackofs), NdrFcShort(typeofs)/basetype */ -#define RPC_FC_PROC_OIF_FULLPTR 0x01 -#define RPC_FC_PROC_OIF_RPCSSALLOC 0x02 -#define RPC_FC_PROC_OIF_OBJECT 0x04 -#define RPC_FC_PROC_OIF_RPCFLAGS 0x08 -#define RPC_FC_PROC_OIF_OBJ_V2 0x20 -#define RPC_FC_PROC_OIF_HAS_COMM_OR_FAULT 0x20 -#define RPC_FC_PROC_OIF_NEWINIT 0x40 - -#define RPC_FC_PROC_PF_MUSTSIZE 0x0001 -#define RPC_FC_PROC_PF_MUSTFREE 0x0002 -#define RPC_FC_PROC_PF_PIPE 0x0004 -#define RPC_FC_PROC_PF_IN 0x0008 -#define RPC_FC_PROC_PF_OUT 0x0010 -#define RPC_FC_PROC_PF_RETURN 0x0020 -#define RPC_FC_PROC_PF_BASETYPE 0x0040 -#define RPC_FC_PROC_PF_BYVAL 0x0080 -#define RPC_FC_PROC_PF_SIMPLEREF 0x0100 -#define RPC_FC_PROC_PF_DONTFREEINST 0x0200 -#define RPC_FC_PROC_PF_SAVEASYNC 0x0400 -#define RPC_FC_PROC_PF_SRVALLOCSIZE 0xe000 /* in 8 byte units */ - -/* correlation types */ -#define RPC_FC_NORMAL_CONFORMANCE 0x00 -#define RPC_FC_POINTER_CONFORMANCE 0x10 -#define RPC_FC_TOP_LEVEL_CONFORMANCE 0x20 -#define RPC_FC_CONSTANT_CONFORMANCE 0x40 -#define RPC_FC_TOP_LEVEL_MULTID_CONFORMANCE 0x80 - -/* user marshal flags */ -#define USER_MARSHAL_UNIQUE 0x80 -#define USER_MARSHAL_REF 0x40 -#define USER_MARSHAL_POINTER 0xc0 -#define USER_MARSHAL_IID 0x20 - -/* context handle flags */ -#define NDR_CONTEXT_HANDLE_CANNOT_BE_NULL 0x01 -#define NDR_CONTEXT_HANDLE_SERIALIZE 0x02 -#define NDR_CONTEXT_HANDLE_NO_SERIALIZE 0x04 -#define NDR_STRICT_CONTEXT_HANDLE 0x08 - -#endif /* __WINE_RPCFC_H */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/winerror.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/winerror.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/winerror.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/winerror.h 2018-09-14 14:16:43.000000000 +0000 @@ -59,6 +59,8 @@ #define FACILITY_PLA 48 #define FACILITY_FVE 49 #define FACILITY_WINDOWS_DEFENDER 80 +#define FACILITY_DIRECT3D11 0x87c +#define FACILITY_AUDCLNT 0x889 #define SEVERITY_SUCCESS 0 #define SEVERITY_ERROR 1 @@ -239,6 +241,7 @@ #define ERROR_MAX_THRDS_REACHED 164 #define ERROR_LOCK_FAILED 167 #define ERROR_BUSY 170 +#define ERROR_DEVICE_SUPPORT_IN_PROGRESS 171 #define ERROR_CANCEL_VIOLATION 173 #define ERROR_ATOMIC_LOCKS_NOT_SUPPORTED 174 #define ERROR_INVALID_SEGMENT_NUMBER 180 @@ -272,6 +275,16 @@ #define ERROR_TOO_MANY_MODULES 214 #define ERROR_NESTING_NOT_ALLOWED 215 #define ERROR_EXE_MACHINE_TYPE_MISMATCH 216 +#define ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY 217 +#define ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY 218 +#define ERROR_FILE_CHECKED_OUT 220 +#define ERROR_CHECKOUT_REQUIRED 221 +#define ERROR_BAD_FILE_TYPE 222 +#define ERROR_FILE_TOO_LARGE 223 +#define ERROR_FORMS_AUTH_REQUIRED 224 +#define ERROR_VIRUS_INFECTED 225 +#define ERROR_VIRUS_DELETED 226 +#define ERROR_PIPE_LOCAL 229 #define ERROR_BAD_PIPE 230 #define ERROR_PIPE_BUSY 231 #define ERROR_NO_DATA 232 @@ -280,6 +293,7 @@ #define ERROR_VC_DISCONNECTED 240 #define ERROR_INVALID_EA_NAME 254 #define ERROR_EA_LIST_INCONSISTENT 255 +#define WAIT_TIMEOUT 258 #define ERROR_NO_MORE_ITEMS 259 #define ERROR_CANNOT_COPY 266 #define ERROR_DIRECTORY 267 @@ -294,8 +308,44 @@ #define ERROR_OPLOCK_NOT_GRANTED 300 #define ERROR_INVALID_OPLOCK_PROTOCOL 301 #define ERROR_DISK_TOO_FRAGMENTED 302 +#define ERROR_DELETE_PENDING 303 +#define ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING 304 +#define ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME 305 +#define ERROR_SECURITY_STREAM_IS_INCONSISTENT 306 +#define ERROR_INVALID_LOCK_RANGE 307 +#define ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT 308 +#define ERROR_NOTIFICATION_GUID_ALREADY_DEFINED 309 +#define ERROR_INVALID_EXCEPTION_HANDLER 310 +#define ERROR_DUPLICATE_PRIVILEGES 311 +#define ERROR_NO_RANGES_PROCESSED 312 +#define ERROR_NOT_ALLOWED_ON_SYSTEM_FILE 313 +#define ERROR_DISK_RESOURCES_EXHAUSTED 314 +#define ERROR_INVALID_TOKEN 315 +#define ERROR_DEVICE_FEATURE_NOT_SUPPORTED 316 #define ERROR_MR_MID_NOT_FOUND 317 #define ERROR_SCOPE_NOT_FOUND 318 +#define ERROR_UNDEFINED_SCOPE 319 +#define ERROR_INVALID_CAP 320 +#define ERROR_DEVICE_UNREACHABLE 321 +#define ERROR_DEVICE_NO_RESOURCES 322 +#define ERROR_DATA_CHECKSUM_ERROR 323 +#define ERROR_INTERMIXED_KERNEL_EA_OPERATION 324 +#define ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED 326 +#define ERROR_OFFSET_ALIGNMENT_VIOLATION 327 +#define ERROR_INVALID_FIELD_IN_PARAMETER_LIST 328 +#define ERROR_OPERATION_IN_PROGRESS 329 +#define ERROR_BAD_DEVICE_PATH 330 +#define ERROR_TOO_MANY_DESCRIPTORS 331 +#define ERROR_SCRUB_DATA_DISABLED 332 +#define ERROR_NOT_REDUNDANT_STORAGE 333 +#define ERROR_RESIDENT_FILE_NOT_SUPPORTED 334 +#define ERROR_COMPRESSED_FILE_NOT_SUPPORTED 335 +#define ERROR_DIRECTORY_NOT_SUPPORTED 336 +#define ERROR_NOT_READ_FROM_COPY 337 +#define ERROR_FT_WRITE_FAILURE 338 +#define ERROR_FT_DI_SCAN_REQUIRED 339 +#define ERROR_INVALID_KERNEL_INFO_VERSION 340 +#define ERROR_INVALID_PEP_INFO_VERSION 341 #define ERROR_FAIL_NOACTION_REBOOT 350 #define ERROR_FAIL_SHUTDOWN 351 #define ERROR_FAIL_RESTART 352 @@ -463,7 +513,15 @@ #define ERROR_FIRMWARE_UPDATED 728 #define ERROR_DRIVERS_LEAKING_LOCKED_PAGES 729 #define ERROR_WAKE_SYSTEM 730 +#define ERROR_WAIT_1 731 +#define ERROR_WAIT_2 732 +#define ERROR_WAIT_3 733 +#define ERROR_WAIT_63 734 #define ERROR_ABANDONED_WAIT_0 735 +#define ERROR_ABANDONED_WAIT_63 736 +#define ERROR_USER_APC 737 +#define ERROR_KERNEL_APC 738 +#define ERROR_ALERTED 739 #define ERROR_ELEVATION_REQUIRED 740 #define ERROR_REPARSE 741 #define ERROR_OPLOCK_BREAK_IN_PROGRESS 742 @@ -515,6 +573,8 @@ #define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED 788 #define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR 789 #define ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR 790 +#define ERROR_NO_ACE_CONDITION 804 +#define ERROR_INVALID_ACE_CONDITION 805 #define ERROR_EA_ACCESS_DENIED 994 #define ERROR_OPERATION_ABORTED 995 #define ERROR_IO_INCOMPLETE 996 @@ -1147,6 +1207,7 @@ #define ERROR_PRINTER_NOT_FOUND 3012 #define ERROR_PRINTER_DRIVER_WARNED 3013 #define ERROR_PRINTER_DRIVER_BLOCKED 3014 +#define ERROR_REQUEST_PAUSED 3050 #define ERROR_WINS_INTERNAL 4000 #define ERROR_CAN_NOT_DEL_LOCAL_WINS 4001 #define ERROR_STATIC_INIT 4002 @@ -1719,6 +1780,7 @@ #define DNS_ERROR_NO_PACKET 9503 #define DNS_ERROR_RCODE 9504 #define DNS_ERROR_UNSECURE_PACKET 9505 +#define DNS_REQUEST_PENDING 9506 #define DNS_ERROR_INVALID_TYPE 9551 #define DNS_ERROR_INVALID_IP_ADDRESS 9552 #define DNS_ERROR_INVALID_PROPERTY 9553 @@ -2018,6 +2080,7 @@ #undef NOERROR /* arpa/nameser_compat.h defines this */ #define E_NOT_SUFFICIENT_BUFFER HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER) +#define E_NOT_VALID_STATE HRESULT_FROM_WIN32(ERROR_INVALID_STATE) #ifdef RC_INVOKED #define _HRESULT_TYPEDEF_(x) (x) @@ -2031,6 +2094,7 @@ #define S_FALSE _HRESULT_TYPEDEF_(1) #define E_PENDING _HRESULT_TYPEDEF_(0x8000000A) +#define E_BOUNDS _HRESULT_TYPEDEF_(0x8000000B) #define E_NOTIMPL _HRESULT_TYPEDEF_(0x80004001) @@ -2576,6 +2640,16 @@ #define NTE_TOKEN_KEYSET_STORAGE_FULL _HRESULT_TYPEDEF_(0x80090023) #define NTE_TEMPORARY_PROFILE _HRESULT_TYPEDEF_(0x80090024) #define NTE_FIXEDPARAMETER _HRESULT_TYPEDEF_(0x80090025) +#define NTE_INVALID_HANDLE _HRESULT_TYPEDEF_(0x80090026) +#define NTE_INVALID_PARAMETER _HRESULT_TYPEDEF_(0x80090027) +#define NTE_BUFFER_TOO_SMALL _HRESULT_TYPEDEF_(0x80090028) +#define NTE_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80090029) +#define NTE_NO_MORE_ITEMS _HRESULT_TYPEDEF_(0x8009002A) +#define NTE_BUFFERS_OVERLAP _HRESULT_TYPEDEF_(0x8009002B) +#define NTE_DECRYPTION_FAILURE _HRESULT_TYPEDEF_(0x8009002C) +#define NTE_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x8009002D) +#define NTE_UI_REQUIRED _HRESULT_TYPEDEF_(0x8009002E) +#define NTE_HMAC_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009002F) #define NTE_OP_OK _HRESULT_TYPEDEF_(0) #define SEC_E_INSUFFICIENT_MEMORY _HRESULT_TYPEDEF_(0x80090300) @@ -2936,6 +3010,229 @@ #define SCARD_W_CACHE_ITEM_STALE _HRESULT_TYPEDEF_(0x80100071) #define SCARD_W_CACHE_ITEM_TOO_BIG _HRESULT_TYPEDEF_(0x80100072) +#define WININET_E_OUT_OF_HANDLES _HRESULT_TYPEDEF_(0x80072ee1) +#define WININET_E_TIMEOUT _HRESULT_TYPEDEF_(0x80072ee2) +#define WININET_E_EXTENDED_ERROR _HRESULT_TYPEDEF_(0x80072ee3) +#define WININET_E_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x80072ee4) +#define WININET_E_INVALID_URL _HRESULT_TYPEDEF_(0x80072ee5) +#define WININET_E_UNRECOGNIZED_SCHEME _HRESULT_TYPEDEF_(0x80072ee6) +#define WININET_E_NAME_NOT_RESOLVED _HRESULT_TYPEDEF_(0x80072ee7) +#define WININET_E_PROTOCOL_NOT_FOUND _HRESULT_TYPEDEF_(0x80072ee8) +#define WININET_E_INVALID_OPTION _HRESULT_TYPEDEF_(0x80072ee9) +#define WININET_E_BAD_OPTION_LENGTH _HRESULT_TYPEDEF_(0x80072eea) +#define WININET_E_OPTION_NOT_SETTABLE _HRESULT_TYPEDEF_(0x80072eeb) +#define WININET_E_SHUTDOWN _HRESULT_TYPEDEF_(0x80072eec) +#define WININET_E_INCORRECT_USER_NAME _HRESULT_TYPEDEF_(0x80072eed) +#define WININET_E_INCORRECT_PASSWORD _HRESULT_TYPEDEF_(0x80072eee) +#define WININET_E_LOGIN_FAILURE _HRESULT_TYPEDEF_(0x80072eef) +#define WININET_E_INVALID_OPERATION _HRESULT_TYPEDEF_(0x80072ef0) +#define WININET_E_OPERATION_CANCELLED _HRESULT_TYPEDEF_(0x80072ef1) +#define WININET_E_INCORRECT_HANDLE_TYPE _HRESULT_TYPEDEF_(0x80072ef2) +#define WININET_E_INCORRECT_HANDLE_STATE _HRESULT_TYPEDEF_(0x80072ef3) +#define WININET_E_NOT_PROXY_REQUEST _HRESULT_TYPEDEF_(0x80072ef4) +#define WININET_E_REGISTRY_VALUE_NOT_FOUND _HRESULT_TYPEDEF_(0x80072ef5) +#define WININET_E_BAD_REGISTRY_PARAMETER _HRESULT_TYPEDEF_(0x80072ef6) +#define WININET_E_NO_DIRECT_ACCESS _HRESULT_TYPEDEF_(0x80072ef7) +#define WININET_E_NO_CONTEXT _HRESULT_TYPEDEF_(0x80072ef8) +#define WININET_E_NO_CALLBACK _HRESULT_TYPEDEF_(0x80072ef9) +#define WININET_E_REQUEST_PENDING _HRESULT_TYPEDEF_(0x80072efa) +#define WININET_E_INCORRECT_FORMAT _HRESULT_TYPEDEF_(0x80072efb) +#define WININET_E_ITEM_NOT_FOUND _HRESULT_TYPEDEF_(0x80072efc) +#define WININET_E_CANNOT_CONNECT _HRESULT_TYPEDEF_(0x80072efd) +#define WININET_E_CONNECTION_ABORTED _HRESULT_TYPEDEF_(0x80072efe) +#define WININET_E_CONNECTION_RESET _HRESULT_TYPEDEF_(0x80072eff) +#define WININET_E_FORCE_RETRY _HRESULT_TYPEDEF_(0x80072f00) +#define WININET_E_INVALID_PROXY_REQUEST _HRESULT_TYPEDEF_(0x80072f01) +#define WININET_E_NEED_UI _HRESULT_TYPEDEF_(0x80072f02) +#define WININET_E_HANDLE_EXISTS _HRESULT_TYPEDEF_(0x80072f04) +#define WININET_E_SEC_CERT_DATE_INVALID _HRESULT_TYPEDEF_(0x80072f05) +#define WININET_E_SEC_CERT_CN_INVALID _HRESULT_TYPEDEF_(0x80072f06) +#define WININET_E_HTTP_TO_HTTPS_ON_REDIR _HRESULT_TYPEDEF_(0x80072f07) +#define WININET_E_HTTPS_TO_HTTP_ON_REDIR _HRESULT_TYPEDEF_(0x80072f08) +#define WININET_E_MIXED_SECURITY _HRESULT_TYPEDEF_(0x80072f09) +#define WININET_E_CHG_POST_IS_NON_SECURE _HRESULT_TYPEDEF_(0x80072f0a) +#define WININET_E_POST_IS_NON_SECURE _HRESULT_TYPEDEF_(0x80072f0b) +#define WININET_E_CLIENT_AUTH_CERT_NEEDED _HRESULT_TYPEDEF_(0x80072f0c) +#define WININET_E_INVALID_CA _HRESULT_TYPEDEF_(0x80072f0d) +#define WININET_E_CLIENT_AUTH_NOT_SETUP _HRESULT_TYPEDEF_(0x80072f0e) +#define WININET_E_ASYNC_THREAD_FAILED _HRESULT_TYPEDEF_(0x80072f0f) +#define WININET_E_REDIRECT_SCHEME_CHANGE _HRESULT_TYPEDEF_(0x80072f10) +#define WININET_E_DIALOG_PENDING _HRESULT_TYPEDEF_(0x80072f11) +#define WININET_E_RETRY_DIALOG _HRESULT_TYPEDEF_(0x80072f12) +#define WININET_E_NO_NEW_CONTAINERS _HRESULT_TYPEDEF_(0x80072f13) +#define WININET_E_HTTPS_HTTP_SUBMIT_REDIR _HRESULT_TYPEDEF_(0x80072f14) +#define WININET_E_SEC_CERT_ERRORS _HRESULT_TYPEDEF_(0x80072f17) +#define WININET_E_SEC_CERT_REV_FAILED _HRESULT_TYPEDEF_(0x80072f19) +#define WININET_E_HEADER_NOT_FOUND _HRESULT_TYPEDEF_(0x80072f76) +#define WININET_E_DOWNLEVEL_SERVER _HRESULT_TYPEDEF_(0x80072f77) +#define WININET_E_INVALID_SERVER_RESPONSE _HRESULT_TYPEDEF_(0x80072f78) +#define WININET_E_INVALID_HEADER _HRESULT_TYPEDEF_(0x80072f79) +#define WININET_E_INVALID_QUERY_REQUEST _HRESULT_TYPEDEF_(0x80072f7a) +#define WININET_E_HEADER_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x80072f7b) +#define WININET_E_REDIRECT_FAILED _HRESULT_TYPEDEF_(0x80072f7c) +#define WININET_E_SECURITY_CHANNEL_ERROR _HRESULT_TYPEDEF_(0x80072f7d) +#define WININET_E_UNABLE_TO_CACHE_FILE _HRESULT_TYPEDEF_(0x80072f7e) +#define WININET_E_TCPIP_NOT_INSTALLED _HRESULT_TYPEDEF_(0x80072f7f) +#define WININET_E_NOT_REDIRECTED _HRESULT_TYPEDEF_(0x80072f80) +#define WININET_E_COOKIE_NEEDS_CONFIRMATION _HRESULT_TYPEDEF_(0x80072f81) +#define WININET_E_COOKIE_DECLINED _HRESULT_TYPEDEF_(0x80072f82) +#define WININET_E_DISCONNECTED _HRESULT_TYPEDEF_(0x80072f83) +#define WININET_E_SERVER_UNREACHABLE _HRESULT_TYPEDEF_(0x80072f84) +#define WININET_E_PROXY_SERVER_UNREACHABLE _HRESULT_TYPEDEF_(0x80072f85) +#define WININET_E_BAD_AUTO_PROXY_SCRIPT _HRESULT_TYPEDEF_(0x80072f86) +#define WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT _HRESULT_TYPEDEF_(0x80072f87) +#define WININET_E_REDIRECT_NEEDS_CONFIRMATION _HRESULT_TYPEDEF_(0x80072f88) +#define WININET_E_SEC_INVALID_CERT _HRESULT_TYPEDEF_(0x80072f89) +#define WININET_E_SEC_CERT_REVOKED _HRESULT_TYPEDEF_(0x80072f8a) +#define WININET_E_FAILED_DUETOSECURITYCHECK _HRESULT_TYPEDEF_(0x80072f8b) +#define WININET_E_NOT_INITIALIZED _HRESULT_TYPEDEF_(0x80072f8c) +#define WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY _HRESULT_TYPEDEF_(0x80072f8e) +#define WININET_E_DECODING_FAILED _HRESULT_TYPEDEF_(0x80072f8f) + +#define D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS _HRESULT_TYPEDEF_(0x887c0001) +#define D3D11_ERROR_FILE_NOT_FOUND _HRESULT_TYPEDEF_(0x887c0002) +#define D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS _HRESULT_TYPEDEF_(0x887c0003) +#define D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD _HRESULT_TYPEDEF_(0x887c0004) + +#define WINCODEC_ERR_WRONGSTATE _HRESULT_TYPEDEF_(0x88982f04) +#define WINCODEC_ERR_VALUEOUTOFRANGE _HRESULT_TYPEDEF_(0x88982f05) +#define WINCODEC_ERR_UNKNOWNIMAGEFORMAT _HRESULT_TYPEDEF_(0x88982f07) +#define WINCODEC_ERR_UNSUPPORTEDVERSION _HRESULT_TYPEDEF_(0x88982f0b) +#define WINCODEC_ERR_NOTINITIALIZED _HRESULT_TYPEDEF_(0x88982f0c) +#define WINCODEC_ERR_ALREADYLOCKED _HRESULT_TYPEDEF_(0x88982f0d) +#define WINCODEC_ERR_PROPERTYNOTFOUND _HRESULT_TYPEDEF_(0x88982f40) +#define WINCODEC_ERR_PROPERTYNOTSUPPORTED _HRESULT_TYPEDEF_(0x88982f41) +#define WINCODEC_ERR_PROPERTYSIZE _HRESULT_TYPEDEF_(0x88982f42) +#define WINCODEC_ERR_CODECPRESENT _HRESULT_TYPEDEF_(0x88982f43) +#define WINCODEC_ERR_CODECNOTHUMBNAIL _HRESULT_TYPEDEF_(0x88982f44) +#define WINCODEC_ERR_PALETTEUNAVAILABLE _HRESULT_TYPEDEF_(0x88982f45) +#define WINCODEC_ERR_CODECTOOMANYSCANLINES _HRESULT_TYPEDEF_(0x88982f46) +#define WINCODEC_ERR_INTERNALERROR _HRESULT_TYPEDEF_(0x88982f48) +#define WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS _HRESULT_TYPEDEF_(0x88982f49) +#define WINCODEC_ERR_COMPONENTNOTFOUND _HRESULT_TYPEDEF_(0x88982f50) +#define WINCODEC_ERR_IMAGESIZEOUTOFRANGE _HRESULT_TYPEDEF_(0x88982f51) +#define WINCODEC_ERR_TOOMUCHMETADATA _HRESULT_TYPEDEF_(0x88982f52) +#define WINCODEC_ERR_BADIMAGE _HRESULT_TYPEDEF_(0x88982f60) +#define WINCODEC_ERR_BADHEADER _HRESULT_TYPEDEF_(0x88982f61) +#define WINCODEC_ERR_FRAMEMISSING _HRESULT_TYPEDEF_(0x88982f62) +#define WINCODEC_ERR_BADMETADATAHEADER _HRESULT_TYPEDEF_(0x88982f63) +#define WINCODEC_ERR_BADSTREAMDATA _HRESULT_TYPEDEF_(0x88982f70) +#define WINCODEC_ERR_STREAMWRITE _HRESULT_TYPEDEF_(0x88982f71) +#define WINCODEC_ERR_STREAMREAD _HRESULT_TYPEDEF_(0x88982f72) +#define WINCODEC_ERR_STREAMNOTAVAILABLE _HRESULT_TYPEDEF_(0x88982f73) +#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT _HRESULT_TYPEDEF_(0x88982f80) +#define WINCODEC_ERR_UNSUPPORTEDOPERATION _HRESULT_TYPEDEF_(0x88982f81) +#define WINCODEC_ERR_INVALIDREGISTRATION _HRESULT_TYPEDEF_(0x88982f8a) +#define WINCODEC_ERR_COMPONENTINITIALIZEFAILURE _HRESULT_TYPEDEF_(0x88982f8b) +#define WINCODEC_ERR_INSUFFICIENTBUFFER _HRESULT_TYPEDEF_(0x88982f8c) +#define WINCODEC_ERR_DUPLICATEMETADATAPRESENT _HRESULT_TYPEDEF_(0x88982f8d) +#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE _HRESULT_TYPEDEF_(0x88982f8e) +#define WINCODEC_ERR_UNEXPECTEDSIZE _HRESULT_TYPEDEF_(0x88982f8f) +#define WINCODEC_ERR_INVALIDQUERYREQUEST _HRESULT_TYPEDEF_(0x88982f90) +#define WINCODEC_ERR_UNEXPECTEDMETADATATYPE _HRESULT_TYPEDEF_(0x88982f91) +#define WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT _HRESULT_TYPEDEF_(0x88982f92) +#define WINCODEC_ERR_INVALIDQUERYCHARACTER _HRESULT_TYPEDEF_(0x88982f93) +#define WINCODEC_ERR_WIN32ERROR _HRESULT_TYPEDEF_(0x88982f94) +#define WINCODEC_ERR_INVALIDPROGRESSIVELEVEL _HRESULT_TYPEDEF_(0x88982f95) + +#define DWRITE_E_FILEFORMAT _HRESULT_TYPEDEF_(0x88985000) +#define DWRITE_E_UNEXPECTED _HRESULT_TYPEDEF_(0x88985001) +#define DWRITE_E_NOFONT _HRESULT_TYPEDEF_(0x88985002) +#define DWRITE_E_FILENOTFOUND _HRESULT_TYPEDEF_(0x88985003) +#define DWRITE_E_FILEACCESS _HRESULT_TYPEDEF_(0x88985004) +#define DWRITE_E_FONTCOLLECTIONOBSOLETE _HRESULT_TYPEDEF_(0x88985005) +#define DWRITE_E_ALREADYREGISTERED _HRESULT_TYPEDEF_(0x88985006) +#define DWRITE_E_CACHEFORMAT _HRESULT_TYPEDEF_(0x88985007) +#define DWRITE_E_CACHEVERSION _HRESULT_TYPEDEF_(0x88985008) +#define DWRITE_E_UNSUPPORTEDOPERATION _HRESULT_TYPEDEF_(0x88985009) +#define DWRITE_E_TEXTRENDERERINCOMPATIBLE _HRESULT_TYPEDEF_(0x8898500A) +#define DWRITE_E_FLOWDIRECTIONCONFLICTS _HRESULT_TYPEDEF_(0x8898500B) +#define DWRITE_E_NOCOLOR _HRESULT_TYPEDEF_(0x8898500C) + +#define D2DERR_WRONG_STATE _HRESULT_TYPEDEF_(0x88990001) +#define D2DERR_NOT_INITIALIZED _HRESULT_TYPEDEF_(0x88990002) +#define D2DERR_UNSUPPORTED_OPERATION _HRESULT_TYPEDEF_(0x88990003) +#define D2DERR_SCANNER_FAILED _HRESULT_TYPEDEF_(0x88990004) +#define D2DERR_SCREEN_ACCESS_DENIED _HRESULT_TYPEDEF_(0x88990005) +#define D2DERR_DISPLAY_STATE_INVALID _HRESULT_TYPEDEF_(0x88990006) +#define D2DERR_ZERO_VECTOR _HRESULT_TYPEDEF_(0x88990007) +#define D2DERR_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x88990008) +#define D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x88990009) +#define D2DERR_INVALID_CALL _HRESULT_TYPEDEF_(0x8899000a) +#define D2DERR_NO_HARDWARE_DEVICE _HRESULT_TYPEDEF_(0x8899000b) +#define D2DERR_RECREATE_TARGET _HRESULT_TYPEDEF_(0x8899000c) +#define D2DERR_TOO_MANY_SHADER_ELEMENTS _HRESULT_TYPEDEF_(0x8899000d) +#define D2DERR_SHADER_COMPILE_FAILED _HRESULT_TYPEDEF_(0x8899000e) +#define D2DERR_MAX_TEXTURE_SIZE_EXCEEDED _HRESULT_TYPEDEF_(0x8899000f) +#define D2DERR_UNSUPPORTED_VERSION _HRESULT_TYPEDEF_(0x88990010) +#define D2DERR_BAD_NUMBER _HRESULT_TYPEDEF_(0x88990011) +#define D2DERR_WRONG_FACTORY _HRESULT_TYPEDEF_(0x88990012) +#define D2DERR_LAYER_ALREADY_IN_USE _HRESULT_TYPEDEF_(0x88990013) +#define D2DERR_POP_CALL_DID_NOT_MATCH_PUSH _HRESULT_TYPEDEF_(0x88990014) +#define D2DERR_WRONG_RESOURCE_DOMAIN _HRESULT_TYPEDEF_(0x88990015) +#define D2DERR_PUSH_POP_UNBALANCED _HRESULT_TYPEDEF_(0x88990016) +#define D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT _HRESULT_TYPEDEF_(0x88990017) +#define D2DERR_INCOMPATIBLE_BRUSH_TYPES _HRESULT_TYPEDEF_(0x88990018) +#define D2DERR_WIN32_ERROR _HRESULT_TYPEDEF_(0x88990019) +#define D2DERR_TARGET_NOT_GDI_COMPATIBLE _HRESULT_TYPEDEF_(0x8899001a) +#define D2DERR_TEXT_EFFECT_IS_WRONG_TYPE _HRESULT_TYPEDEF_(0x8899001b) +#define D2DERR_TEXT_RENDERER_NOT_RELEASED _HRESULT_TYPEDEF_(0x8899001c) +#define D2DERR_EXCEEDS_MAX_BITMAP_SIZE _HRESULT_TYPEDEF_(0x8899001d) +#define D2DERR_INVALID_GRAPH_CONFIGURATION _HRESULT_TYPEDEF_(0x8899001e) +#define D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION _HRESULT_TYPEDEF_(0x8899001f) +#define D2DERR_CYCLIC_GRAPH _HRESULT_TYPEDEF_(0x88990020) +#define D2DERR_BITMAP_CANNOT_DRAW _HRESULT_TYPEDEF_(0x88990021) +#define D2DERR_OUTSTANDING_BITMAP_REFERENCES _HRESULT_TYPEDEF_(0x88990022) +#define D2DERR_ORIGINAL_TARGET_NOT_BOUND _HRESULT_TYPEDEF_(0x88990023) +#define D2DERR_INVALID_TARGET _HRESULT_TYPEDEF_(0x88990024) +#define D2DERR_BITMAP_BOUND_AS_TARGET _HRESULT_TYPEDEF_(0x88990025) +#define D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES _HRESULT_TYPEDEF_(0x88990026) +#define D2DERR_INTERMEDIATE_TOO_LARGE _HRESULT_TYPEDEF_(0x88990027) +#define D2DERR_EFFECT_IS_NOT_REGISTERED _HRESULT_TYPEDEF_(0x88990028) +#define D2DERR_INVALID_PROPERTY _HRESULT_TYPEDEF_(0x88990029) +#define D2DERR_NO_SUBPROPERTIES _HRESULT_TYPEDEF_(0x8899002a) +#define D2DERR_PRINT_JOB_CLOSED _HRESULT_TYPEDEF_(0x8899002b) +#define D2DERR_PRINT_FORMAT_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8899002c) +#define D2DERR_TOO_MANY_TRANSFORM_INPUTS _HRESULT_TYPEDEF_(0x8899002d) + +#define DXGI_STATUS_OCCLUDED _HRESULT_TYPEDEF_(0x087a0001) +#define DXGI_STATUS_CLIPPED _HRESULT_TYPEDEF_(0x087a0002) +#define DXGI_STATUS_NO_REDIRECTION _HRESULT_TYPEDEF_(0x087a0004) +#define DXGI_STATUS_NO_DESKTOP_ACCESS _HRESULT_TYPEDEF_(0x087a0005) +#define DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE _HRESULT_TYPEDEF_(0x087a0006) +#define DXGI_STATUS_MODE_CHANGED _HRESULT_TYPEDEF_(0x087a0007) +#define DXGI_STATUS_MODE_CHANGE_IN_PROGRESS _HRESULT_TYPEDEF_(0x087a0008) +#define DXGI_STATUS_UNOCCLUDED _HRESULT_TYPEDEF_(0x087a0009) +#define DXGI_STATUS_DDA_WAS_STILL_DRAWING _HRESULT_TYPEDEF_(0x087a000a) +#define DXGI_STATUS_PRESENT_REQUIRED _HRESULT_TYPEDEF_(0x087a002f) + +#define DXGI_ERROR_INVALID_CALL _HRESULT_TYPEDEF_(0x887a0001) +#define DXGI_ERROR_NOT_FOUND _HRESULT_TYPEDEF_(0x887a0002) +#define DXGI_ERROR_MORE_DATA _HRESULT_TYPEDEF_(0x887a0003) +#define DXGI_ERROR_UNSUPPORTED _HRESULT_TYPEDEF_(0x887a0004) +#define DXGI_ERROR_DEVICE_REMOVED _HRESULT_TYPEDEF_(0x887a0005) +#define DXGI_ERROR_DEVICE_HUNG _HRESULT_TYPEDEF_(0x887a0006) +#define DXGI_ERROR_DEVICE_RESET _HRESULT_TYPEDEF_(0x887a0007) +#define DXGI_ERROR_WAS_STILL_DRAWING _HRESULT_TYPEDEF_(0x887a000a) +#define DXGI_ERROR_FRAME_STATISTICS_DISJOINT _HRESULT_TYPEDEF_(0x887a000b) +#define DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE _HRESULT_TYPEDEF_(0x887a000c) +#define DXGI_ERROR_DRIVER_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x887a0020) +#define DXGI_ERROR_NONEXCLUSIVE _HRESULT_TYPEDEF_(0x887a0021) +#define DXGI_ERROR_NOT_CURRENTLY_AVAILABLE _HRESULT_TYPEDEF_(0x887a0022) +#define DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED _HRESULT_TYPEDEF_(0x887a0023) +#define DXGI_ERROR_REMOTE_OUTOFMEMORY _HRESULT_TYPEDEF_(0x887a0024) +#define DXGI_ERROR_ACCESS_LOST _HRESULT_TYPEDEF_(0x887a0026) +#define DXGI_ERROR_WAIT_TIMEOUT _HRESULT_TYPEDEF_(0x887a0027) +#define DXGI_ERROR_SESSION_DISCONNECTED _HRESULT_TYPEDEF_(0x887a0028) +#define DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE _HRESULT_TYPEDEF_(0x887a0029) +#define DXGI_ERROR_CANNOT_PROTECT_CONTENT _HRESULT_TYPEDEF_(0x887a002a) +#define DXGI_ERROR_ACCESS_DENIED _HRESULT_TYPEDEF_(0x887a002b) +#define DXGI_ERROR_NAME_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x887a002c) +#define DXGI_ERROR_SDK_COMPONENT_MISSING _HRESULT_TYPEDEF_(0x887a002d) +#define DXGI_ERROR_NOT_CURRENT _HRESULT_TYPEDEF_(0x887a002e) +#define DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY _HRESULT_TYPEDEF_(0x887a0030) +#define DXGI_ERROR_MODE_CHANGE_IN_PROGRESS _HRESULT_TYPEDEF_(0x887a0025) + #define ERROR_AUDITING_DISABLED _HRESULT_TYPEDEF_(0xC0090001) #define ERROR_ALL_SIDS_FILTERED _HRESULT_TYPEDEF_(0xC0090002) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnls.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnls.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnls.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnls.h 2018-09-14 14:16:43.000000000 +0000 @@ -352,6 +352,10 @@ #define NORM_IGNOREKANATYPE 0x00010000 #define NORM_IGNOREWIDTH 0x00020000 #define NORM_LINGUISTIC_CASING 0x08000000 +#define FIND_STARTSWITH 0x00100000 +#define FIND_ENDSWITH 0x00200000 +#define FIND_FROMSTART 0x00400000 +#define FIND_FROMEND 0x00800000 #define CP_ACP 0 #define CP_OEMCP 1 @@ -460,6 +464,8 @@ #define C3_IDEOGRAPH 0x0100 #define C3_KASHIDA 0x0200 #define C3_LEXICAL 0x0400 +#define C3_HIGHSURROGATE 0x0800 +#define C3_LOWSURROGATE 0x1000 #define C3_ALPHA 0x8000 #define C3_NOTAPPLICABLE 0x0000 @@ -469,9 +475,10 @@ #define MAX_DEFAULTCHAR 2 /* Defines for calendar handling */ -#define CAL_NOUSEROVERRIDE LOCALE_NOUSEROVERRIDE -#define CAL_USE_CP_ACP LOCALE_USE_CP_ACP -#define CAL_RETURN_NUMBER LOCALE_RETURN_NUMBER +#define CAL_NOUSEROVERRIDE LOCALE_NOUSEROVERRIDE +#define CAL_USE_CP_ACP LOCALE_USE_CP_ACP +#define CAL_RETURN_NUMBER LOCALE_RETURN_NUMBER +#define CAL_RETURN_GENITIVE_NAMES LOCALE_RETURN_GENITIVE_NAMES #define CAL_ICALINTVALUE 0x01 #define CAL_SCALNAME 0x02 @@ -521,6 +528,15 @@ #define CAL_SABBREVMONTHNAME13 0x2e #define CAL_SYEARMONTH 0x2f #define CAL_ITWODIGITYEARMAX 0x30 +#define CAL_SSHORTESTDAYNAME1 0x31 +#define CAL_SSHORTESTDAYNAME2 0x32 +#define CAL_SSHORTESTDAYNAME3 0x33 +#define CAL_SSHORTESTDAYNAME4 0x34 +#define CAL_SSHORTESTDAYNAME5 0x35 +#define CAL_SSHORTESTDAYNAME6 0x36 +#define CAL_SSHORTESTDAYNAME7 0x37 +#define CAL_SMONTHDAY 0x38 +#define CAL_SABBREVERASTRING 0x39 /* Calendar types */ #define CAL_GREGORIAN 1 @@ -572,6 +588,52 @@ #define IDN_ALLOW_UNASSIGNED 0x1 #define IDN_USE_STD3_ASCII_RULES 0x2 +/* MUI defines. */ +#define MUI_LANGUAGE_ID 0x04 +#define MUI_LANGUAGE_NAME 0x08 +#define MUI_MERGE_SYSTEM_FALLBACK 0x10 +#define MUI_MERGE_USER_FALLBACK 0x20 +#define MUI_UI_FALLBACK MUI_MERGE_SYSTEM_FALLBACK | MUI_MERGE_USER_FALLBACK +#define MUI_THREAD_LANGUAGES 0x40 +#define MUI_CONSOLE_FILTER 0x100 +#define MUI_COMPLEX_SCRIPT_FILTER 0x200 +#define MUI_RESET_FILTERS 0x001 +#define MUI_USER_PREFERRED_UI_LANGUAGES 0x10 +#define MUI_USE_INSTALLED_LANGUAGES 0x20 +#define MUI_USE_SEARCH_ALL_LANGUAGES 0x40 +#define MUI_LANG_NEUTRAL_PE_FILE 0x100 +#define MUI_NON_LANG_NEUTRAL_FILE 0x200 +#define MUI_MACHINE_LANGUAGE_SETTINGS 0x400 +#define MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL 0x001 +#define MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN 0x002 +#define MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI 0x004 +#define MUI_QUERY_TYPE 0x001 +#define MUI_QUERY_CHECKSUM 0x002 +#define MUI_QUERY_LANGUAGE_NAME 0x004 +#define MUI_QUERY_RESOURCE_TYPES 0x008 +#define MUI_FILEINFO_VERSION 0x001 +#define MUI_FULL_LANGUAGE 0x01 +#define MUI_PARTIAL_LANGUAGE 0x02 +#define MUI_LIP_LANGUAGE 0x04 +#define MUI_LANGUAGE_INSTALLED 0x20 +#define MUI_LANGUAGE_LICENSED 0x40 + +typedef struct _FILEMUIINFO { + DWORD dwSize; + DWORD dwVersion; + DWORD dwFileType; + BYTE pChecksum[16]; + BYTE pServiceChecksum[16]; + DWORD dwLanguageNameOffset; + DWORD dwTypeIDMainSize; + DWORD dwTypeIDMainOffset; + DWORD dwTypeNameMainOffset; + DWORD dwTypeIDMUISize; + DWORD dwTypeIDMUIOffset; + DWORD dwTypeNameMUIOffset; + BYTE abBuffer[8]; +} FILEMUIINFO, *PFILEMUIINFO; + /* Types */ @@ -685,6 +747,9 @@ /* Define a bunch of callback types */ +typedef BOOL (CALLBACK *CALINFO_ENUMPROCEXEX)(LPWSTR,CALID,LPWSTR,LPARAM); +typedef BOOL (CALLBACK *DATEFMT_ENUMPROCEXEX)(LPWSTR,CALID,LPARAM); +typedef BOOL (CALLBACK *TIMEFMT_ENUMPROCEX)(LPWSTR,LPARAM); #if defined(STRICT) typedef BOOL (CALLBACK *CALINFO_ENUMPROCA)(LPSTR); typedef BOOL (CALLBACK *CALINFO_ENUMPROCW)(LPWSTR); @@ -756,7 +821,14 @@ GEO_FRIENDLYNAME, GEO_OFFICIALNAME, GEO_TIMEZONES, - GEO_OFFICIALLANGUAGES + GEO_OFFICIALLANGUAGES, + GEO_ISO_UN_NUMBER, + GEO_PARENT, + GEO_DIALINGCODE, + GEO_CURRENCYCODE, + GEO_CURRENCYSYMBOL, + GEO_NAME, + GEO_ID }; enum SYSGEOCLASS @@ -775,6 +847,7 @@ WINBASEAPI INT WINAPI CompareStringW(LCID,DWORD,LPCWSTR,INT,LPCWSTR,INT); #define CompareString WINELIB_NAME_AW(CompareString) WINBASEAPI INT WINAPI CompareStringEx(LPCWSTR,DWORD,LPCWSTR,INT,LPCWSTR,INT,LPNLSVERSIONINFO,LPVOID,LPARAM); +WINBASEAPI INT WINAPI CompareStringOrdinal(const WCHAR *,INT,const WCHAR *,INT,BOOL); WINBASEAPI LCID WINAPI ConvertDefaultLocale(LCID); WINBASEAPI BOOL WINAPI EnumCalendarInfoA(CALINFO_ENUMPROCA,LCID,CALID,CALTYPE); WINBASEAPI BOOL WINAPI EnumCalendarInfoW(CALINFO_ENUMPROCW,LCID,CALID,CALTYPE); @@ -782,12 +855,14 @@ WINBASEAPI BOOL WINAPI EnumCalendarInfoExA(CALINFO_ENUMPROCEXA,LCID,CALID,CALTYPE); WINBASEAPI BOOL WINAPI EnumCalendarInfoExW(CALINFO_ENUMPROCEXW,LCID,CALID,CALTYPE); #define EnumCalendarInfoEx WINELIB_NAME_AW(EnumCalendarInfoEx) +WINBASEAPI BOOL WINAPI EnumCalendarInfoExEx(CALINFO_ENUMPROCEXEX,LPCWSTR,CALID,LPCWSTR,CALTYPE,LPARAM); WINBASEAPI BOOL WINAPI EnumDateFormatsA(DATEFMT_ENUMPROCA,LCID,DWORD); WINBASEAPI BOOL WINAPI EnumDateFormatsW(DATEFMT_ENUMPROCW,LCID,DWORD); #define EnumDateFormats WINELIB_NAME_AW(EnumDateFormats) WINBASEAPI BOOL WINAPI EnumDateFormatsExA(DATEFMT_ENUMPROCEXA,LCID,DWORD); WINBASEAPI BOOL WINAPI EnumDateFormatsExW(DATEFMT_ENUMPROCEXW,LCID,DWORD); #define EnumDateFormatsEx WINELIB_NAME_AW(EnumDateFormatsEx) +WINBASEAPI BOOL WINAPI EnumDateFormatsExEx(DATEFMT_ENUMPROCEXEX,LPCWSTR,DWORD,LPARAM); WINBASEAPI BOOL WINAPI EnumSystemCodePagesA(CODEPAGE_ENUMPROCA,DWORD); WINBASEAPI BOOL WINAPI EnumSystemCodePagesW(CODEPAGE_ENUMPROCW,DWORD); #define EnumSystemCodePages WINELIB_NAME_AW(EnumSystemCodePages) @@ -805,6 +880,7 @@ WINBASEAPI BOOL WINAPI EnumTimeFormatsA(TIMEFMT_ENUMPROCA,LCID,DWORD); WINBASEAPI BOOL WINAPI EnumTimeFormatsW(TIMEFMT_ENUMPROCW,LCID,DWORD); #define EnumTimeFormats WINELIB_NAME_AW(EnumTimeFormats) +WINBASEAPI BOOL WINAPI EnumTimeFormatsEx(TIMEFMT_ENUMPROCEX,LPCWSTR,DWORD,LPARAM); WINBASEAPI BOOL WINAPI EnumUILanguagesA(UILANGUAGE_ENUMPROCA,DWORD,LONG_PTR); WINBASEAPI BOOL WINAPI EnumUILanguagesW(UILANGUAGE_ENUMPROCW,DWORD,LONG_PTR); #define EnumUILanguages WINELIB_NAME_AW(EnumUILanguages) @@ -820,31 +896,42 @@ WINBASEAPI INT WINAPI GetCalendarInfoW(LCID,DWORD,DWORD,LPWSTR,INT,LPDWORD); #define GetCalendarInfo WINELIB_NAME_AW(GetCalendarInfo) WINBASEAPI INT WINAPI GetCurrencyFormatA(LCID,DWORD,LPCSTR,const CURRENCYFMTA*,LPSTR,INT); +WINBASEAPI INT WINAPI GetCurrencyFormatEx(LPCWSTR,DWORD,LPCWSTR,const CURRENCYFMTW*,LPWSTR,int); WINBASEAPI INT WINAPI GetCurrencyFormatW(LCID,DWORD,LPCWSTR,const CURRENCYFMTW*,LPWSTR,INT); #define GetCurrencyFormat WINELIB_NAME_AW(GetCurrencyFormat) WINBASEAPI INT WINAPI GetDateFormatA(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,INT); +WINBASEAPI INT WINAPI GetDateFormatEx(LPCWSTR,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT,LPCWSTR); WINBASEAPI INT WINAPI GetDateFormatW(LCID,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT); #define GetDateFormat WINELIB_NAME_AW(GetDateFormat) +WINBASEAPI BOOL WINAPI GetFileMUIInfo(DWORD,PCWSTR,PFILEMUIINFO,DWORD*); +WINBASEAPI BOOL WINAPI GetFileMUIPath(DWORD,PCWSTR,PWSTR,PULONG,PWSTR,PULONG,PULONGLONG); WINBASEAPI INT WINAPI GetGeoInfoA(GEOID,GEOTYPE,LPSTR,INT,LANGID); WINBASEAPI INT WINAPI GetGeoInfoW(GEOID,GEOTYPE,LPWSTR,INT,LANGID); #define GetGeoInfo WINELIB_NAME_AW(GetGeoInfo) WINBASEAPI INT WINAPI GetLocaleInfoA(LCID,LCTYPE,LPSTR,INT); WINBASEAPI INT WINAPI GetLocaleInfoW(LCID,LCTYPE,LPWSTR,INT); #define GetLocaleInfo WINELIB_NAME_AW(GetLocaleInfo) +WINBASEAPI INT WINAPI GetLocaleInfoEx(LPCWSTR,LCTYPE,LPWSTR,INT); WINBASEAPI INT WINAPI GetNumberFormatA(LCID,DWORD,LPCSTR,const NUMBERFMTA*,LPSTR,INT); WINBASEAPI INT WINAPI GetNumberFormatW(LCID,DWORD,LPCWSTR,const NUMBERFMTW*,LPWSTR,INT); #define GetNumberFormat WINELIB_NAME_AW(GetNumberFormat) WINBASEAPI UINT WINAPI GetOEMCP(void); +WINBASEAPI BOOL WINAPI GetProcessPreferredUILanguages(DWORD,PULONG,PZZWSTR,PULONG); WINBASEAPI BOOL WINAPI GetStringTypeA(LCID,DWORD,LPCSTR,INT,LPWORD); WINBASEAPI BOOL WINAPI GetStringTypeW(DWORD,LPCWSTR,INT,LPWORD); WINBASEAPI BOOL WINAPI GetStringTypeExA(LCID,DWORD,LPCSTR,INT,LPWORD); WINBASEAPI BOOL WINAPI GetStringTypeExW(LCID,DWORD,LPCWSTR,INT,LPWORD); #define GetStringTypeEx WINELIB_NAME_AW(GetStringTypeEx) WINBASEAPI LANGID WINAPI GetSystemDefaultLangID(void); +WINBASEAPI INT WINAPI GetSystemDefaultLocaleName(LPWSTR,int); WINBASEAPI LCID WINAPI GetSystemDefaultLCID(void); WINBASEAPI LANGID WINAPI GetSystemDefaultUILanguage(void); +WINBASEAPI BOOL WINAPI GetSystemPreferredUILanguages(DWORD,ULONG*,WCHAR*,ULONG*); WINBASEAPI LCID WINAPI GetThreadLocale(void); +WINBASEAPI BOOL WINAPI GetThreadPreferredUILanguages(DWORD,ULONG*,WCHAR*,ULONG*); +WINBASEAPI LANGID WINAPI GetThreadUILanguage(void); WINBASEAPI INT WINAPI GetTimeFormatA(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,INT); +WINBASEAPI INT WINAPI GetTimeFormatEx(LPCWSTR,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT); WINBASEAPI INT WINAPI GetTimeFormatW(LCID,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT); #define GetTimeFormat WINELIB_NAME_AW(GetTimeFormat) WINBASEAPI LANGID WINAPI GetUserDefaultLangID(void); @@ -859,8 +946,9 @@ WINBASEAPI BOOL WINAPI IsDBCSLeadByteEx(UINT,BYTE); WINNORMALIZEAPI BOOL WINAPI IsNormalizedString(NORM_FORM,LPCWSTR,INT); WINBASEAPI BOOL WINAPI IsValidCodePage(UINT); -WINBASEAPI BOOL WINAPI IsValidLocale(LCID,DWORD); WINBASEAPI BOOL WINAPI IsValidLanguageGroup(LGRPID,DWORD); +WINBASEAPI BOOL WINAPI IsValidLocale(LCID,DWORD); +WINBASEAPI BOOL WINAPI IsValidLocaleName(LPCWSTR); WINBASEAPI INT WINAPI LCIDToLocaleName(LCID,LPWSTR,INT,DWORD); WINBASEAPI INT WINAPI LCMapStringA(LCID,DWORD,LPCSTR,INT,LPSTR,INT); WINBASEAPI INT WINAPI LCMapStringW(LCID,DWORD,LPCWSTR,INT,LPWSTR,INT); @@ -869,6 +957,7 @@ WINBASEAPI LCID WINAPI LocaleNameToLCID(LPCWSTR,DWORD); WINBASEAPI INT WINAPI MultiByteToWideChar(UINT,DWORD,LPCSTR,INT,LPWSTR,INT); WINNORMALIZEAPI INT WINAPI NormalizeString(NORM_FORM,LPCWSTR,INT,LPWSTR,INT); +WINBASEAPI INT WINAPI ResolveLocaleName(LPCWSTR,LPWSTR,INT); WINBASEAPI INT WINAPI SetCalendarInfoA(LCID,CALID,CALTYPE,LPCSTR); WINBASEAPI INT WINAPI SetCalendarInfoW(LCID,CALID,CALTYPE,LPCWSTR); #define SetCalendarInfo WINELIB_NAME_AW(SetCalendarInfo) @@ -876,8 +965,10 @@ WINBASEAPI BOOL WINAPI SetLocaleInfoW(LCID,LCTYPE,LPCWSTR); #define SetLocaleInfo WINELIB_NAME_AW(SetLocaleInfo) WINBASEAPI BOOL WINAPI SetThreadLocale(LCID); +WINBASEAPI LANGID WINAPI SetThreadUILanguage(LANGID); WINBASEAPI BOOL WINAPI SetUserGeoID(GEOID); WINBASEAPI INT WINAPI WideCharToMultiByte(UINT,DWORD,LPCWSTR,INT,LPSTR,INT,LPCSTR,LPBOOL); +WINBASEAPI INT WINAPI FindNLSStringEx(const WCHAR *,DWORD,const WCHAR *,INT,const WCHAR *,INT,INT *,NLSVERSIONINFO *,void *,LPARAM); #ifdef __cplusplus } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnt.h mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnt.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnt.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnt.h 2018-09-14 14:16:43.000000000 +0000 @@ -148,13 +148,13 @@ # define DECLSPEC_EXPORT __declspec(dllexport) #elif defined(__MINGW32__) # define DECLSPEC_EXPORT __attribute__((dllexport)) -#elif defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3))) +#elif defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3))) && !defined(__sun) # define DECLSPEC_EXPORT __attribute__((visibility ("default"))) #else # define DECLSPEC_EXPORT #endif -#if defined(__MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) +#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) || defined(__sun) # define DECLSPEC_HIDDEN #elif defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3))) # define DECLSPEC_HIDDEN __attribute__((visibility ("hidden"))) @@ -622,6 +622,8 @@ #define DBG_TERMINATE_THREAD ((DWORD) 0x40010003) #define DBG_TERMINATE_PROCESS ((DWORD) 0x40010004) #define DBG_CONTROL_C ((DWORD) 0x40010005) +#define DBG_PRINTEXCEPTION_C ((DWORD) 0x40010006) +#define DBG_RIPEXCEPTION ((DWORD) 0x40010007) #define DBG_CONTROL_BREAK ((DWORD) 0x40010008) #define DBG_COMMAND_EXCEPTION ((DWORD) 0x40010009) #define DBG_EXCEPTION_NOT_HANDLED ((DWORD) 0x80010001) @@ -649,6 +651,8 @@ #define PROCESSOR_ARCHITECTURE_MSIL 8 #define PROCESSOR_ARCHITECTURE_AMD64 9 #define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 10 +#define PROCESSOR_ARCHITECTURE_NEUTRAL 11 +#define PROCESSOR_ARCHITECTURE_ARM64 12 #define PROCESSOR_ARCHITECTURE_UNKNOWN 0xFFFF /* dwProcessorType */ @@ -724,14 +728,18 @@ #define SEC_FILE 0x00800000 #define SEC_IMAGE 0x01000000 +#define SEC_PROTECTED_IMAGE 0x02000000 #define SEC_RESERVE 0x04000000 #define SEC_COMMIT 0x08000000 #define SEC_NOCACHE 0x10000000 +#define SEC_WRITECOMBINE 0x40000000 #define SEC_LARGE_PAGES 0x80000000 +#define SEC_IMAGE_NO_EXECUTE (SEC_IMAGE | SEC_NOCACHE) #define MEM_IMAGE SEC_IMAGE #define WRITE_WATCH_FLAG_RESET 0x00000001 +#define AT_ROUND_TO_PAGE 0x40000000 #define MINCHAR 0x80 #define MAXCHAR 0x7f @@ -742,6 +750,7 @@ #define MAXBYTE 0xff #define MAXWORD 0xffff #define MAXDWORD 0xffffffff +#define MAXLONGLONG (((LONGLONG)0x7fffffff << 32) | 0xffffffff) #define UNICODE_STRING_MAX_CHARS 32767 @@ -750,6 +759,10 @@ #define CONTAINING_RECORD(address, type, field) \ ((type *)((PCHAR)(address) - offsetof(type, field))) +#ifdef __WINESRC__ +# define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) +#endif + /* Types */ typedef struct _LIST_ENTRY { @@ -864,6 +877,15 @@ #define PF_SECOND_LEVEL_ADDRESS_TRANSLATION 20 #define PF_VIRT_FIRMWARE_ENABLED 21 #define PF_RDWRFSGSBASE_AVAILABLE 22 +#define PF_FASTFAIL_AVAILABLE 23 +#define PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE 24 +#define PF_ARM_64BIT_LOADSTORE_ATOMIC 25 +#define PF_ARM_EXTERNAL_CACHE_AVAILABLE 26 +#define PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE 27 +#define PF_RDRAND_INSTRUCTION_AVAILABLE 28 +#define PF_ARM_V8_INSTRUCTIONS_AVAILABLE 29 +#define PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE 30 +#define PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE 31 /* Execution state flags */ @@ -896,42 +918,42 @@ typedef struct _CONTEXT { - DWORD ContextFlags; + DWORD ContextFlags; /* 000 */ /* These are selected by CONTEXT_DEBUG_REGISTERS */ - DWORD Dr0; - DWORD Dr1; - DWORD Dr2; - DWORD Dr3; - DWORD Dr6; - DWORD Dr7; + DWORD Dr0; /* 004 */ + DWORD Dr1; /* 008 */ + DWORD Dr2; /* 00c */ + DWORD Dr3; /* 010 */ + DWORD Dr6; /* 014 */ + DWORD Dr7; /* 018 */ /* These are selected by CONTEXT_FLOATING_POINT */ - FLOATING_SAVE_AREA FloatSave; + FLOATING_SAVE_AREA FloatSave; /* 01c */ /* These are selected by CONTEXT_SEGMENTS */ - DWORD SegGs; - DWORD SegFs; - DWORD SegEs; - DWORD SegDs; + DWORD SegGs; /* 08c */ + DWORD SegFs; /* 090 */ + DWORD SegEs; /* 094 */ + DWORD SegDs; /* 098 */ /* These are selected by CONTEXT_INTEGER */ - DWORD Edi; - DWORD Esi; - DWORD Ebx; - DWORD Edx; - DWORD Ecx; - DWORD Eax; + DWORD Edi; /* 09c */ + DWORD Esi; /* 0a0 */ + DWORD Ebx; /* 0a4 */ + DWORD Edx; /* 0a8 */ + DWORD Ecx; /* 0ac */ + DWORD Eax; /* 0b0 */ /* These are selected by CONTEXT_CONTROL */ - DWORD Ebp; - DWORD Eip; - DWORD SegCs; - DWORD EFlags; - DWORD Esp; - DWORD SegSs; + DWORD Ebp; /* 0b4 */ + DWORD Eip; /* 0b8 */ + DWORD SegCs; /* 0bc */ + DWORD EFlags; /* 0c0 */ + DWORD Esp; /* 0c4 */ + DWORD SegSs; /* 0c8 */ - BYTE ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION]; + BYTE ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION]; /* 0xcc */ } CONTEXT; #define CONTEXT_X86 0x00010000 @@ -977,7 +999,7 @@ unsigned BaseHi : 8; } Bits; } HighWord; -} LDT_ENTRY, *PLDT_ENTRY; +} LDT_ENTRY, *PLDT_ENTRY, WOW64_LDT_ENTRY, *PWOW64_LDT_ENTRY; /* x86-64 context definitions */ #if defined(__x86_64__) @@ -1186,8 +1208,11 @@ } DUMMYUNIONNAME2; } KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS; +typedef PRUNTIME_FUNCTION (CALLBACK *PGET_RUNTIME_FUNCTION_CALLBACK)(DWORD64,PVOID); + BOOLEAN CDECL RtlAddFunctionTable(RUNTIME_FUNCTION*,DWORD,DWORD64); BOOLEAN CDECL RtlDeleteFunctionTable(RUNTIME_FUNCTION*); +BOOLEAN CDECL RtlInstallFunctionTableCallback(DWORD64,DWORD64,DWORD,PGET_RUNTIME_FUNCTION_CALLBACK,PVOID,PCWSTR); PRUNTIME_FUNCTION WINAPI RtlLookupFunctionEntry(DWORD64,DWORD64*,UNWIND_HISTORY_TABLE*); PVOID WINAPI RtlVirtualUnwind(ULONG,ULONG64,ULONG64,RUNTIME_FUNCTION*,CONTEXT*,PVOID*,ULONG64*,KNONVOLATILE_CONTEXT_POINTERS*); @@ -1622,11 +1647,15 @@ #define CONTEXT_DEBUG_REGISTERS (CONTEXT_ARM | 0x00000008) #define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER) +#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS) #define EXCEPTION_READ_FAULT 0 #define EXCEPTION_WRITE_FAULT 1 #define EXCEPTION_EXECUTE_FAULT 8 +#define ARM_MAX_BREAKPOINTS 8 +#define ARM_MAX_WATCHPOINTS 1 + typedef struct _RUNTIME_FUNCTION { DWORD BeginAddress; @@ -1666,46 +1695,49 @@ UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; } UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; -typedef struct _CONTEXT { - /* The flags values within this flag control the contents of - a CONTEXT record. - - If the context record is used as an input parameter, then - for each portion of the context record controlled by a flag - whose value is set, it is assumed that that portion of the - context record contains valid context. If the context record - is being used to modify a thread's context, then only that - portion of the threads context will be modified. - - If the context record is used as an IN OUT parameter to capture - the context of a thread, then only those portions of the thread's - context corresponding to set flags will be returned. - - The context record is never used as an OUT only parameter. */ - - ULONG ContextFlags; - - /* This section is specified/returned if the ContextFlags word contains - the flag CONTEXT_INTEGER. */ - ULONG R0; - ULONG R1; - ULONG R2; - ULONG R3; - ULONG R4; - ULONG R5; - ULONG R6; - ULONG R7; - ULONG R8; - ULONG R9; - ULONG R10; - ULONG Fp; - ULONG Ip; - - /* These are selected by CONTEXT_CONTROL */ - ULONG Sp; - ULONG Lr; - ULONG Pc; - ULONG Cpsr; +typedef struct _NEON128 +{ + ULONGLONG Low; + LONGLONG High; +} NEON128, *PNEON128; + +typedef struct _CONTEXT +{ + ULONG ContextFlags; /* 000 */ + /* CONTEXT_INTEGER */ + ULONG R0; /* 004 */ + ULONG R1; /* 008 */ + ULONG R2; /* 00c */ + ULONG R3; /* 010 */ + ULONG R4; /* 014 */ + ULONG R5; /* 018 */ + ULONG R6; /* 01c */ + ULONG R7; /* 020 */ + ULONG R8; /* 024 */ + ULONG R9; /* 028 */ + ULONG R10; /* 02c */ + ULONG R11; /* 030 */ + ULONG R12; /* 034 */ + /* CONTEXT_CONTROL */ + ULONG Sp; /* 038 */ + ULONG Lr; /* 03c */ + ULONG Pc; /* 040 */ + ULONG Cpsr; /* 044 */ + /* CONTEXT_FLOATING_POINT */ + ULONG Fpscr; /* 048 */ + ULONG Padding; /* 04c */ + union + { + NEON128 Q[16]; + ULONGLONG D[32]; + ULONG S[32]; + } DUMMYUNIONNAME; /* 050 */ + /* CONTEXT_DEBUG_REGISTERS */ + ULONG Bvr[ARM_MAX_BREAKPOINTS]; /* 150 */ + ULONG Bcr[ARM_MAX_BREAKPOINTS]; /* 170 */ + ULONG Wvr[ARM_MAX_WATCHPOINTS]; /* 190 */ + ULONG Wcr[ARM_MAX_WATCHPOINTS]; /* 194 */ + ULONG Padding2[2]; /* 198 */ } CONTEXT; BOOLEAN CDECL RtlAddFunctionTable(RUNTIME_FUNCTION*,DWORD,DWORD); @@ -1715,70 +1747,130 @@ #endif /* __arm__ */ #ifdef __aarch64__ -/* - * FIXME: - * - * There is not yet an official CONTEXT structure defined for the AArch64 - * architecture, so I just made one up. - * - */ -#define CONTEXT_ARM64 0x2000000 +#define CONTEXT_ARM64 0x400000 #define CONTEXT_CONTROL (CONTEXT_ARM64 | 0x00000001) #define CONTEXT_INTEGER (CONTEXT_ARM64 | 0x00000002) #define CONTEXT_FLOATING_POINT (CONTEXT_ARM64 | 0x00000004) #define CONTEXT_DEBUG_REGISTERS (CONTEXT_ARM64 | 0x00000008) #define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER) +#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS) #define EXCEPTION_READ_FAULT 0 #define EXCEPTION_WRITE_FAULT 1 #define EXCEPTION_EXECUTE_FAULT 8 -typedef struct _CONTEXT { - ULONG ContextFlags; +#define ARM64_MAX_BREAKPOINTS 8 +#define ARM64_MAX_WATCHPOINTS 2 - /* This section is specified/returned if the ContextFlags word contains - the flag CONTEXT_INTEGER. */ - ULONGLONG X0; - ULONGLONG X1; - ULONGLONG X2; - ULONGLONG X3; - ULONGLONG X4; - ULONGLONG X5; - ULONGLONG X6; - ULONGLONG X7; - ULONGLONG X8; - ULONGLONG X9; - ULONGLONG X10; - ULONGLONG X11; - ULONGLONG X12; - ULONGLONG X13; - ULONGLONG X14; - ULONGLONG X15; - ULONGLONG X16; - ULONGLONG X17; - ULONGLONG X18; - ULONGLONG X19; - ULONGLONG X20; - ULONGLONG X21; - ULONGLONG X22; - ULONGLONG X23; - ULONGLONG X24; - ULONGLONG X25; - ULONGLONG X26; - ULONGLONG X27; - ULONGLONG X28; - ULONGLONG X29; - ULONGLONG X30; +typedef struct _RUNTIME_FUNCTION +{ + DWORD BeginAddress; + union + { + DWORD UnwindData; + struct + { + DWORD Flag : 2; + DWORD FunctionLength : 11; + DWORD RegF : 3; + DWORD RegI : 4; + DWORD H : 1; + DWORD CR : 2; + DWORD FrameSize : 9; + } DUMMYSTRUCTNAME; + } DUMMYUNIONNAME; +} RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; - /* These are selected by CONTEXT_CONTROL */ - ULONGLONG Sp; - ULONGLONG Pc; - ULONGLONG PState; +#define UNWIND_HISTORY_TABLE_SIZE 12 - /* These are selected by CONTEXT_FLOATING_POINT */ - /* FIXME */ +typedef struct _UNWIND_HISTORY_TABLE_ENTRY +{ + DWORD64 ImageBase; + PRUNTIME_FUNCTION FunctionEntry; +} UNWIND_HISTORY_TABLE_ENTRY, *PUNWIND_HISTORY_TABLE_ENTRY; + +typedef struct _UNWIND_HISTORY_TABLE +{ + DWORD Count; + BYTE LocalHint; + BYTE GlobalHint; + BYTE Search; + BYTE Once; + DWORD64 LowAddress; + DWORD64 HighAddress; + UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; +} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; + +typedef union _NEON128 +{ + struct + { + ULONGLONG Low; + LONGLONG High; + } DUMMYSTRUCTNAME; + double D[2]; + float S[4]; + WORD H[8]; + BYTE B[16]; +} NEON128, *PNEON128; + +typedef struct _CONTEXT +{ + ULONG ContextFlags; /* 000 */ + /* CONTEXT_INTEGER */ + ULONG Cpsr; /* 004 */ + union + { + struct + { + DWORD64 X0; /* 008 */ + DWORD64 X1; /* 010 */ + DWORD64 X2; /* 018 */ + DWORD64 X3; /* 020 */ + DWORD64 X4; /* 028 */ + DWORD64 X5; /* 030 */ + DWORD64 X6; /* 038 */ + DWORD64 X7; /* 040 */ + DWORD64 X8; /* 048 */ + DWORD64 X9; /* 050 */ + DWORD64 X10; /* 058 */ + DWORD64 X11; /* 060 */ + DWORD64 X12; /* 068 */ + DWORD64 X13; /* 070 */ + DWORD64 X14; /* 078 */ + DWORD64 X15; /* 080 */ + DWORD64 X16; /* 088 */ + DWORD64 X17; /* 090 */ + DWORD64 X18; /* 098 */ + DWORD64 X19; /* 0a0 */ + DWORD64 X20; /* 0a8 */ + DWORD64 X21; /* 0b0 */ + DWORD64 X22; /* 0b8 */ + DWORD64 X23; /* 0c0 */ + DWORD64 X24; /* 0c8 */ + DWORD64 X25; /* 0d0 */ + DWORD64 X26; /* 0d8 */ + DWORD64 X27; /* 0e0 */ + DWORD64 X28; /* 0e8 */ + DWORD64 Fp; /* 0f0 */ + DWORD64 Lr; /* 0f8 */ + } DUMMYSTRUCTNAME; + DWORD64 X[31]; /* 008 */ + } DUMMYUNIONNAME; + /* CONTEXT_CONTROL */ + DWORD64 Sp; /* 100 */ + DWORD64 Pc; /* 108 */ + /* CONTEXT_FLOATING_POINT */ + NEON128 V[32]; /* 110 */ + DWORD Fpcr; /* 310 */ + DWORD Fpsr; /* 314 */ + /* CONTEXT_DEBUG_REGISTERS */ + DWORD Bcr[ARM64_MAX_BREAKPOINTS]; /* 318 */ + DWORD64 Bvr[ARM64_MAX_BREAKPOINTS]; /* 338 */ + DWORD Wcr[ARM64_MAX_WATCHPOINTS]; /* 378 */ + DWORD64 Wvr[ARM64_MAX_WATCHPOINTS]; /* 380 */ } CONTEXT; #endif /* __aarch64__ */ @@ -2024,6 +2116,74 @@ NTSYSAPI void WINAPI RtlCaptureContext(CONTEXT*); +#define WOW64_CONTEXT_i386 0x00010000 +#define WOW64_CONTEXT_i486 0x00010000 +#define WOW64_CONTEXT_CONTROL (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000001)) +#define WOW64_CONTEXT_INTEGER (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000002)) +#define WOW64_CONTEXT_SEGMENTS (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000004)) +#define WOW64_CONTEXT_FLOATING_POINT (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000008)) +#define WOW64_CONTEXT_DEBUG_REGISTERS (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000010)) +#define WOW64_CONTEXT_EXTENDED_REGISTERS (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000020)) +#define WOW64_CONTEXT_FULL (WOW64_CONTEXT_CONTROL | WOW64_CONTEXT_INTEGER | WOW64_CONTEXT_SEGMENTS) +#define WOW64_CONTEXT_ALL (WOW64_CONTEXT_CONTROL | WOW64_CONTEXT_INTEGER | \ + WOW64_CONTEXT_SEGMENTS | WOW64_CONTEXT_FLOATING_POINT | \ + WOW64_CONTEXT_DEBUG_REGISTERS | WOW64_CONTEXT_EXTENDED_REGISTERS) + +#define WOW64_CONTEXT_XSTATE (WOW64_CONTEXT_i386 | __MSABI_LONG(0x00000040)) + +#define WOW64_CONTEXT_EXCEPTION_ACTIVE 0x08000000 +#define WOW64_CONTEXT_SERVICE_ACTIVE 0x10000000 +#define WOW64_CONTEXT_EXCEPTION_REQUEST 0x40000000 +#define WOW64_CONTEXT_EXCEPTION_REPORTING 0x80000000 + +#define WOW64_SIZE_OF_80387_REGISTERS 80 +#define WOW64_MAXIMUM_SUPPORTED_EXTENSION 512 + +typedef struct _WOW64_FLOATING_SAVE_AREA +{ + DWORD ControlWord; + DWORD StatusWord; + DWORD TagWord; + DWORD ErrorOffset; + DWORD ErrorSelector; + DWORD DataOffset; + DWORD DataSelector; + BYTE RegisterArea[WOW64_SIZE_OF_80387_REGISTERS]; + DWORD Cr0NpxState; +} WOW64_FLOATING_SAVE_AREA, *PWOW64_FLOATING_SAVE_AREA; + +#include "pshpack4.h" +typedef struct _WOW64_CONTEXT +{ + DWORD ContextFlags; + DWORD Dr0; + DWORD Dr1; + DWORD Dr2; + DWORD Dr3; + DWORD Dr6; + DWORD Dr7; + WOW64_FLOATING_SAVE_AREA FloatSave; + DWORD SegGs; + DWORD SegFs; + DWORD SegEs; + DWORD SegDs; + DWORD Edi; + DWORD Esi; + DWORD Ebx; + DWORD Edx; + DWORD Ecx; + DWORD Eax; + DWORD Ebp; + DWORD Eip; + DWORD SegCs; + DWORD EFlags; + DWORD Esp; + DWORD SegSs; + BYTE ExtendedRegisters[WOW64_MAXIMUM_SUPPORTED_EXTENSION]; +} WOW64_CONTEXT, *PWOW64_CONTEXT; +#include "poppack.h" + + /* * Product types */ @@ -2085,6 +2245,8 @@ #define PRODUCT_SB_SOLUTION_SERVER_EM 0x00000036 #define PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM 0x00000037 #define PRODUCT_SOLUTION_EMBEDDEDSERVER 0x00000038 +#define PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE 0x00000039 +#define PRODUCT_PROFESSIONAL_EMBEDDED 0x0000003A #define PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT 0x0000003B #define PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL 0x0000003C #define PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC 0x0000003D @@ -2104,14 +2266,50 @@ #define PRODUCT_STANDARD_EVALUATION_SERVER 0x0000004F #define PRODUCT_DATACENTER_EVALUATION_SERVER 0x00000050 #define PRODUCT_ENTERPRISE_N_EVALUATION 0x00000054 +#define PRODUCT_EMBEDDED_AUTOMOTIVE 0x00000055 +#define PRODUCT_EMBEDDED_INDUSTRY_A 0x00000056 +#define PRODUCT_THINPC 0x00000057 +#define PRODUCT_EMBEDDED_A 0x00000058 +#define PRODUCT_EMBEDDED_INDUSTRY 0x00000059 +#define PRODUCT_EMBEDDED_E 0x0000005A +#define PRODUCT_EMBEDDED_INDUSTRY_E 0x0000005B +#define PRODUCT_EMBEDDED_INDUSTRY_A_E 0x0000005C #define PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER 0x0000005F #define PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER 0x00000060 #define PRODUCT_CORE_ARM 0x00000061 #define PRODUCT_CORE_N 0x00000062 #define PRODUCT_CORE_COUNTRYSPECIFIC 0x00000063 +#define PRODUCT_CORE_SINGLELANGUAGE 0x00000064 #define PRODUCT_CORE_LANGUAGESPECIFIC 0x00000064 #define PRODUCT_CORE 0x00000065 #define PRODUCT_PROFESSIONAL_WMC 0x00000067 +#define PRODUCT_MOBILE_CORE 0x00000068 +#define PRODUCT_EMBEDDED_INDUSTRY_EVAL 0x00000069 +#define PRODUCT_EMBEDDED_INDUSTRY_E_EVAL 0x0000006A +#define PRODUCT_EMBEDDED_EVAL 0x0000006B +#define PRODUCT_EMBEDDED_E_EVAL 0x0000006C +#define PRODUCT_NANO_SERVER 0x0000006D +#define PRODUCT_CLOUD_STORAGE_SERVER 0x0000006E +#define PRODUCT_CORE_CONNECTED 0x0000006F +#define PRODUCT_PROFESSIONAL_STUDENT 0x00000070 +#define PRODUCT_CORE_CONNECTED_N 0x00000071 +#define PRODUCT_PROFESSIONAL_STUDENT_N 0x00000072 +#define PRODUCT_CORE_CONNECTED_SINGLELANGUAGE 0x00000073 +#define PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC 0x00000074 +#define PRODUCT_CONNECTED_CAR 0x00000075 +#define PRODUCT_INDUSTRY_HANDHELD 0x00000076 +#define PRODUCT_PPI_PRO 0x00000077 +#define PRODUCT_ARM64_SERVER 0x00000078 +#define PRODUCT_EDUCATION 0x00000079 +#define PRODUCT_EDUCATION_N 0x0000007A +#define PRODUCT_IOTUAP 0x0000007B +#define PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER 0x0000007C +#define PRODUCT_ENTERPRISE_S 0x0000007D +#define PRODUCT_ENTERPRISE_S_N 0x0000007E +#define PRODUCT_PROFESSIONAL_S 0x0000007F +#define PRODUCT_PROFESSIONAL_S_N 0x00000080 +#define PRODUCT_ENTERPRISE_S_EVALUATION 0x00000081 +#define PRODUCT_ENTERPRISE_S_N_EVALUATION 0x00000082 #define PRODUCT_UNLICENSED 0xABCDABCD @@ -2279,6 +2477,12 @@ __asm__(".byte 0x65\n\tmovq (0x30),%0" : "=r" (teb)); return teb; } +#elif defined(__x86_64__) && defined(_MSC_VER) +#pragma intrinsic(__readgsqword) +static FORCEINLINE struct _TEB * WINAPI NtCurrentTeb(void) +{ + return (struct _TEB *)__readgsqword(FIELD_OFFSET(NT_TIB, Self)); +} #else extern struct _TEB * WINAPI NtCurrentTeb(void); #endif @@ -2292,6 +2496,58 @@ #define TLS_MINIMUM_AVAILABLE 64 +#define MAXIMUM_REPARSE_DATA_BUFFER_SIZE (16 * 1024) + +#define IO_REPARSE_TAG_RESERVED_ZERO 0 +#define IO_REPARSE_TAG_RESERVED_ONE 1 +#define IO_REPARSE_TAG_RESERVED_TWO 2 + +#define IO_REPARSE_TAG_RESERVED_RANGE IO_REPARSE_TAG_RESERVED_TWO + +#define IO_REPARSE_TAG_MOUNT_POINT __MSABI_LONG(0xA0000003) +#define IO_REPARSE_TAG_HSM __MSABI_LONG(0xC0000004) +#define IO_REPARSE_TAG_DRIVE_EXTENDER __MSABI_LONG(0x80000005) +#define IO_REPARSE_TAG_HSM2 __MSABI_LONG(0x80000006) +#define IO_REPARSE_TAG_SIS __MSABI_LONG(0x80000007) +#define IO_REPARSE_TAG_WIM __MSABI_LONG(0x80000008) +#define IO_REPARSE_TAG_CSV __MSABI_LONG(0x80000009) +#define IO_REPARSE_TAG_DFS __MSABI_LONG(0x8000000A) +#define IO_REPARSE_TAG_FILTER_MANAGER __MSABI_LONG(0x8000000B) +#define IO_REPARSE_TAG_SYMLINK __MSABI_LONG(0xA000000C) +#define IO_REPARSE_TAG_IIS_CACHE __MSABI_LONG(0xA0000010) +#define IO_REPARSE_TAG_DFSR __MSABI_LONG(0x80000012) +#define IO_REPARSE_TAG_DEDUP __MSABI_LONG(0x80000013) +#define IO_REPARSE_TAG_NFS __MSABI_LONG(0x80000014) +#define IO_REPARSE_TAG_FILE_PLACEHOLDER __MSABI_LONG(0x80000015) +#define IO_REPARSE_TAG_WOF __MSABI_LONG(0x80000017) +#define IO_REPARSE_TAG_WCI __MSABI_LONG(0x80000018) +#define IO_REPARSE_TAG_WCI_1 __MSABI_LONG(0x90001018) +#define IO_REPARSE_TAG_GLOBAL_REPARSE __MSABI_LONG(0xA0000019) +#define IO_REPARSE_TAG_CLOUD __MSABI_LONG(0x9000001A) +#define IO_REPARSE_TAG_CLOUD_1 __MSABI_LONG(0x9000101A) +#define IO_REPARSE_TAG_CLOUD_2 __MSABI_LONG(0x9000201A) +#define IO_REPARSE_TAG_CLOUD_3 __MSABI_LONG(0x9000301A) +#define IO_REPARSE_TAG_CLOUD_4 __MSABI_LONG(0x9000401A) +#define IO_REPARSE_TAG_CLOUD_5 __MSABI_LONG(0x9000501A) +#define IO_REPARSE_TAG_CLOUD_6 __MSABI_LONG(0x9000601A) +#define IO_REPARSE_TAG_CLOUD_7 __MSABI_LONG(0x9000701A) +#define IO_REPARSE_TAG_CLOUD_8 __MSABI_LONG(0x9000801A) +#define IO_REPARSE_TAG_CLOUD_9 __MSABI_LONG(0x9000901A) +#define IO_REPARSE_TAG_CLOUD_A __MSABI_LONG(0x9000A01A) +#define IO_REPARSE_TAG_CLOUD_B __MSABI_LONG(0x9000B01A) +#define IO_REPARSE_TAG_CLOUD_C __MSABI_LONG(0x9000C01A) +#define IO_REPARSE_TAG_CLOUD_D __MSABI_LONG(0x9000D01A) +#define IO_REPARSE_TAG_CLOUD_E __MSABI_LONG(0x9000E01A) +#define IO_REPARSE_TAG_CLOUD_F __MSABI_LONG(0x9000F01A) +#define IO_REPARSE_TAG_CLOUD_MASK __MSABI_LONG(0x0000F000) +#define IO_REPARSE_TAG_APPEXECLINK __MSABI_LONG(0x8000001B) +#define IO_REPARSE_TAG_GVFS __MSABI_LONG(0x9000001C) +#define IO_REPARSE_TAG_STORAGE_SYNC __MSABI_LONG(0x8000001E) +#define IO_REPARSE_TAG_WCI_TOMBSTONE __MSABI_LONG(0xA000001F) +#define IO_REPARSE_TAG_UNHANDLED __MSABI_LONG(0x80000020) +#define IO_REPARSE_TAG_ONEDRIVE __MSABI_LONG(0x80000021) +#define IO_REPARSE_TAG_GVFS_TOMBSTONE __MSABI_LONG(0xA0000022) + /* * File formats definitions */ @@ -2460,6 +2716,7 @@ #define IMAGE_FILE_MACHINE_ARM 0x01c0 #define IMAGE_FILE_MACHINE_THUMB 0x01c2 #define IMAGE_FILE_MACHINE_ARMNT 0x01c4 +#define IMAGE_FILE_MACHINE_ARM64 0xaa64 #define IMAGE_FILE_MACHINE_AM33 0x01d3 #define IMAGE_FILE_MACHINE_POWERPC 0x01f0 #define IMAGE_FILE_MACHINE_POWERPCFP 0x01f1 @@ -2476,9 +2733,6 @@ #define IMAGE_FILE_MACHINE_M32R 0x9041 #define IMAGE_FILE_MACHINE_CEE 0xc0ee -/* Wine extension */ -#define IMAGE_FILE_MACHINE_ARM64 0x01c5 - #define IMAGE_SIZEOF_FILE_HEADER 20 #define IMAGE_SIZEOF_ROM_OPTIONAL_HEADER 56 #define IMAGE_SIZEOF_STD_OPTIONAL_HEADER 28 @@ -3052,6 +3306,28 @@ #define IMAGE_SIZEOF_RELOCATION 10 +typedef struct _IMAGE_DELAYLOAD_DESCRIPTOR +{ + union + { + DWORD AllAttributes; + struct + { + DWORD RvaBased:1; + DWORD ReservedAttributes:31; + } DUMMYSTRUCTNAME; + } Attributes; + + DWORD DllNameRVA; + DWORD ModuleHandleRVA; + DWORD ImportAddressTableRVA; + DWORD ImportNameTableRVA; + DWORD BoundImportAddressTableRVA; + DWORD UnloadInformationTableRVA; + DWORD TimeDateStamp; +} IMAGE_DELAYLOAD_DESCRIPTOR, *PIMAGE_DELAYLOAD_DESCRIPTOR; +typedef const IMAGE_DELAYLOAD_DESCRIPTOR *PCIMAGE_DELAYLOAD_DESCRIPTOR; + /* generic relocation types */ #define IMAGE_REL_BASED_ABSOLUTE 0 #define IMAGE_REL_BASED_HIGH 1 @@ -3198,6 +3474,23 @@ #define IMAGE_REL_ARM_BRANCH24T 0x0014 #define IMAGE_REL_ARM_BLX23T 0x0015 +/* ARM64 relocation types */ +#define IMAGE_REL_ARM64_ABSOLUTE 0x0000 +#define IMAGE_REL_ARM64_ADDR32 0x0001 +#define IMAGE_REL_ARM64_ADDR32NB 0x0002 +#define IMAGE_REL_ARM64_BRANCH26 0x0003 +#define IMAGE_REL_ARM64_PAGEBASE_REL21 0x0004 +#define IMAGE_REL_ARM64_REL21 0x0005 +#define IMAGE_REL_ARM64_PAGEOFFSET_12A 0x0006 +#define IMAGE_REL_ARM64_PAGEOFFSET_12L 0x0007 +#define IMAGE_REL_ARM64_SECREL 0x0008 +#define IMAGE_REL_ARM64_SECREL_LOW12A 0x0009 +#define IMAGE_REL_ARM64_SECREL_HIGH12A 0x000A +#define IMAGE_REL_ARM64_SECREL_LOW12L 0x000B +#define IMAGE_REL_ARM64_TOKEN 0x000C +#define IMAGE_REL_ARM64_SECTION 0x000D +#define IMAGE_REL_ARM64_ADDR64 0x000E + /* IA64 relocation types */ #define IMAGE_REL_IA64_ABSOLUTE 0x0000 #define IMAGE_REL_IA64_IMM14 0x0001 @@ -3439,6 +3732,10 @@ #define IMAGE_DEBUG_TYPE_BORLAND 9 #define IMAGE_DEBUG_TYPE_RESERVED10 10 #define IMAGE_DEBUG_TYPE_CLSID 11 +#define IMAGE_DEBUG_TYPE_VC_FEATURE 12 +#define IMAGE_DEBUG_TYPE_POGO 13 +#define IMAGE_DEBUG_TYPE_ILTCG 14 +#define IMAGE_DEBUG_TYPE_MPX 15 typedef enum ReplacesCorHdrNumericDefines { @@ -3446,11 +3743,13 @@ COMIMAGE_FLAGS_32BITREQUIRED = 0x00000002, COMIMAGE_FLAGS_IL_LIBRARY = 0x00000004, COMIMAGE_FLAGS_STRONGNAMESIGNED = 0x00000008, + COMIMAGE_FLAGS_NATIVE_ENTRYPOINT= 0x00000010, COMIMAGE_FLAGS_TRACKDEBUGDATA = 0x00010000, + COMIMAGE_FLAGS_32BITPREFERRED = 0x00020000, COR_VERSION_MAJOR_V2 = 2, COR_VERSION_MAJOR = COR_VERSION_MAJOR_V2, - COR_VERSION_MINOR = 0, + COR_VERSION_MINOR = 5, COR_DELETED_NAME_LENGTH = 8, COR_VTABLEGAP_NAME_LENGTH = 8, @@ -3523,7 +3822,30 @@ WORD cbFrame : 2; } FPO_DATA, *PFPO_DATA; -typedef struct _IMAGE_LOAD_CONFIG_DIRECTORY { +typedef struct _IMAGE_LOAD_CONFIG_DIRECTORY64 { + DWORD Size; + DWORD TimeDateStamp; + WORD MajorVersion; + WORD MinorVersion; + DWORD GlobalFlagsClear; + DWORD GlobalFlagsSet; + DWORD CriticalSectionDefaultTimeout; + ULONGLONG DeCommitFreeBlockThreshold; + ULONGLONG DeCommitTotalFreeThreshold; + ULONGLONG LockPrefixTable; + ULONGLONG MaximumAllocationSize; + ULONGLONG VirtualMemoryThreshold; + ULONGLONG ProcessAffinityMask; + DWORD ProcessHeapFlags; + WORD CSDVersion; + WORD Reserved1; + ULONGLONG EditList; + ULONGLONG SecurityCookie; + ULONGLONG SEHandlerTable; + ULONGLONG SEHandlerCount; +} IMAGE_LOAD_CONFIG_DIRECTORY64, *PIMAGE_LOAD_CONFIG_DIRECTORY64; + +typedef struct _IMAGE_LOAD_CONFIG_DIRECTORY32 { DWORD Size; DWORD TimeDateStamp; WORD MajorVersion; @@ -3544,7 +3866,15 @@ DWORD SecurityCookie; DWORD SEHandlerTable; DWORD SEHandlerCount; -} IMAGE_LOAD_CONFIG_DIRECTORY, *PIMAGE_LOAD_CONFIG_DIRECTORY; +} IMAGE_LOAD_CONFIG_DIRECTORY32, *PIMAGE_LOAD_CONFIG_DIRECTORY32; + +#ifdef _WIN64 +typedef IMAGE_LOAD_CONFIG_DIRECTORY64 IMAGE_LOAD_CONFIG_DIRECTORY; +typedef PIMAGE_LOAD_CONFIG_DIRECTORY64 PIMAGE_LOAD_CONFIG_DIRECTORY; +#else +typedef IMAGE_LOAD_CONFIG_DIRECTORY32 IMAGE_LOAD_CONFIG_DIRECTORY; +typedef PIMAGE_LOAD_CONFIG_DIRECTORY32 PIMAGE_LOAD_CONFIG_DIRECTORY; +#endif typedef struct _IMAGE_FUNCTION_ENTRY { DWORD StartingAddress; @@ -3655,6 +3985,19 @@ TokenUIAccess, TokenMandatoryPolicy, TokenLogonSid, + TokenIsAppContainer, + TokenCapabilities, + TokenAppContainerSid, + TokenAppContainerNumber, + TokenUserClaimAttributes, + TokenDeviceClaimAttributes, + TokenRestrictedUserClaimAttributes, + TokenRestrictedDeviceClaimAttributes, + TokenDeviceGroups, + TokenRestrictedDeviceGroups, + TokenSecurityAttributes, + TokenIsRestricted, + TokenProcessTrustLevel, MaxTokenInfoClass } TOKEN_INFORMATION_CLASS; @@ -3769,35 +4112,129 @@ /* * Privilege Names */ -#define SE_CREATE_TOKEN_NAME TEXT("SeCreateTokenPrivilege") -#define SE_ASSIGNPRIMARYTOKEN_NAME TEXT("SeAssignPrimaryTokenPrivilege") -#define SE_LOCK_MEMORY_NAME TEXT("SeLockMemoryPrivilege") -#define SE_INCREASE_QUOTA_NAME TEXT("SeIncreaseQuotaPrivilege") -#define SE_UNSOLICITED_INPUT_NAME TEXT("SeUnsolicitedInputPrivilege") -#define SE_MACHINE_ACCOUNT_NAME TEXT("SeMachineAccountPrivilege") -#define SE_TCB_NAME TEXT("SeTcbPrivilege") -#define SE_SECURITY_NAME TEXT("SeSecurityPrivilege") -#define SE_TAKE_OWNERSHIP_NAME TEXT("SeTakeOwnershipPrivilege") -#define SE_LOAD_DRIVER_NAME TEXT("SeLoadDriverPrivilege") -#define SE_SYSTEM_PROFILE_NAME TEXT("SeSystemProfilePrivilege") -#define SE_SYSTEMTIME_NAME TEXT("SeSystemtimePrivilege") -#define SE_PROF_SINGLE_PROCESS_NAME TEXT("SeProfileSingleProcessPrivilege") -#define SE_INC_BASE_PRIORITY_NAME TEXT("SeIncreaseBasePriorityPrivilege") -#define SE_CREATE_PAGEFILE_NAME TEXT("SeCreatePagefilePrivilege") -#define SE_CREATE_PERMANENT_NAME TEXT("SeCreatePermanentPrivilege") -#define SE_BACKUP_NAME TEXT("SeBackupPrivilege") -#define SE_RESTORE_NAME TEXT("SeRestorePrivilege") -#define SE_SHUTDOWN_NAME TEXT("SeShutdownPrivilege") -#define SE_DEBUG_NAME TEXT("SeDebugPrivilege") -#define SE_AUDIT_NAME TEXT("SeAuditPrivilege") -#define SE_SYSTEM_ENVIRONMENT_NAME TEXT("SeSystemEnvironmentPrivilege") -#define SE_CHANGE_NOTIFY_NAME TEXT("SeChangeNotifyPrivilege") -#define SE_REMOTE_SHUTDOWN_NAME TEXT("SeRemoteShutdownPrivilege") -#define SE_UNDOCK_NAME TEXT("SeUndockPrivilege") -#define SE_ENABLE_DELEGATION_NAME TEXT("SeEnableDelegationPrivilege") -#define SE_MANAGE_VOLUME_NAME TEXT("SeManageVolumePrivilege") -#define SE_IMPERSONATE_NAME TEXT("SeImpersonatePrivilege") -#define SE_CREATE_GLOBAL_NAME TEXT("SeCreateGlobalPrivilege") +#ifdef UNICODE +#if defined(_MSC_VER) +#define SE_CREATE_TOKEN_NAME L"SeCreateTokenPrivilege" +#define SE_ASSIGNPRIMARYTOKEN_NAME L"SeAssignPrimaryTokenPrivilege" +#define SE_LOCK_MEMORY_NAME L"SeLockMemoryPrivilege" +#define SE_INCREASE_QUOTA_NAME L"SeIncreaseQuotaPrivilege" +#define SE_UNSOLICITED_INPUT_NAME L"SeUnsolicitedInputPrivilege" +#define SE_MACHINE_ACCOUNT_NAME L"SeMachineAccountPrivilege" +#define SE_TCB_NAME L"SeTcbPrivilege" +#define SE_SECURITY_NAME L"SeSecurityPrivilege" +#define SE_TAKE_OWNERSHIP_NAME L"SeTakeOwnershipPrivilege" +#define SE_LOAD_DRIVER_NAME L"SeLoadDriverPrivilege" +#define SE_SYSTEM_PROFILE_NAME L"SeSystemProfilePrivilege" +#define SE_SYSTEMTIME_NAME L"SeSystemtimePrivilege" +#define SE_PROF_SINGLE_PROCESS_NAME L"SeProfileSingleProcessPrivilege" +#define SE_INC_BASE_PRIORITY_NAME L"SeIncreaseBasePriorityPrivilege" +#define SE_CREATE_PAGEFILE_NAME L"SeCreatePagefilePrivilege" +#define SE_CREATE_PERMANENT_NAME L"SeCreatePermanentPrivilege" +#define SE_BACKUP_NAME L"SeBackupPrivilege" +#define SE_RESTORE_NAME L"SeRestorePrivilege" +#define SE_SHUTDOWN_NAME L"SeShutdownPrivilege" +#define SE_DEBUG_NAME L"SeDebugPrivilege" +#define SE_AUDIT_NAME L"SeAuditPrivilege" +#define SE_SYSTEM_ENVIRONMENT_NAME L"SeSystemEnvironmentPrivilege" +#define SE_CHANGE_NOTIFY_NAME L"SeChangeNotifyPrivilege" +#define SE_REMOTE_SHUTDOWN_NAME L"SeRemoteShutdownPrivilege" +#define SE_UNDOCK_NAME L"SeUndockPrivilege" +#define SE_ENABLE_DELEGATION_NAME L"SeEnableDelegationPrivilege" +#define SE_MANAGE_VOLUME_NAME L"SeManageVolumePrivilege" +#define SE_IMPERSONATE_NAME L"SeImpersonatePrivilege" +#define SE_CREATE_GLOBAL_NAME L"SeCreateGlobalPrivilege" +#elif defined(__GNUC__) +#define SE_CREATE_TOKEN_NAME (const WCHAR []){ 'S','e','C','r','e','a','t','e','T','o','k','e','n','P','r','i','v','i','l','e','g','e',0 } +#define SE_ASSIGNPRIMARYTOKEN_NAME (const WCHAR []){ 'S','e','A','s','s','i','g','n','P','r','i','m','a','r','y','T','o','k','e','n','P','r','i','v','i','l','e','g','e',0 } +#define SE_LOCK_MEMORY_NAME (const WCHAR []){ 'S','e','L','o','c','k','M','e','m','o','r','y','P','r','i','v','i','l','e','g','e',0 } +#define SE_INCREASE_QUOTA_NAME (const WCHAR []){ 'S','e','I','n','c','r','e','a','s','e','Q','u','o','t','a','P','r','i','v','i','l','e','g','e',0 } +#define SE_UNSOLICITED_INPUT_NAME (const WCHAR []){ 'S','e','U','n','s','o','l','i','c','i','t','e','d','I','n','p','u','t','P','r','i','v','i','l','e','g','e',0 } +#define SE_MACHINE_ACCOUNT_NAME (const WCHAR []){ 'S','e','M','a','c','h','i','n','e','A','c','c','o','u','n','t','P','r','i','v','i','l','e','g','e',0 } +#define SE_TCB_NAME (const WCHAR []){ 'S','e','T','c','b','P','r','i','v','i','l','e','g','e',0 } +#define SE_SECURITY_NAME (const WCHAR []){ 'S','e','S','e','c','u','r','i','t','y','P','r','i','v','i','l','e','g','e',0 } +#define SE_TAKE_OWNERSHIP_NAME (const WCHAR []){ 'S','e','T','a','k','e','O','w','n','e','r','s','h','i','p','P','r','i','v','i','l','e','g','e',0 } +#define SE_LOAD_DRIVER_NAME (const WCHAR []){ 'S','e','L','o','a','d','D','r','i','v','e','r','P','r','i','v','i','l','e','g','e',0 } +#define SE_SYSTEM_PROFILE_NAME (const WCHAR []){ 'S','e','S','y','s','t','e','m','P','r','o','f','i','l','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_SYSTEMTIME_NAME (const WCHAR []){ 'S','e','S','y','s','t','e','m','t','i','m','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_PROF_SINGLE_PROCESS_NAME (const WCHAR []){ 'S','e','P','r','o','f','i','l','e','S','i','n','g','l','e','P','r','o','c','e','s','s','P','r','i','v','i','l','e','g','e',0 } +#define SE_INC_BASE_PRIORITY_NAME (const WCHAR []){ 'S','e','I','n','c','r','e','a','s','e','B','a','s','e','P','r','i','o','r','i','t','y','P','r','i','v','i','l','e','g','e',0 } +#define SE_CREATE_PAGEFILE_NAME (const WCHAR []){ 'S','e','C','r','e','a','t','e','P','a','g','e','f','i','l','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_CREATE_PERMANENT_NAME (const WCHAR []){ 'S','e','C','r','e','a','t','e','P','e','r','m','a','n','e','n','t','P','r','i','v','i','l','e','g','e',0 } +#define SE_BACKUP_NAME (const WCHAR []){ 'S','e','B','a','c','k','u','p','P','r','i','v','i','l','e','g','e',0 } +#define SE_RESTORE_NAME (const WCHAR []){ 'S','e','R','e','s','t','o','r','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_SHUTDOWN_NAME (const WCHAR []){ 'S','e','S','h','u','t','d','o','w','n','P','r','i','v','i','l','e','g','e',0 } +#define SE_DEBUG_NAME (const WCHAR []){ 'S','e','D','e','b','u','g','P','r','i','v','i','l','e','g','e',0 } +#define SE_AUDIT_NAME (const WCHAR []){ 'S','e','A','u','d','i','t','P','r','i','v','i','l','e','g','e',0 } +#define SE_SYSTEM_ENVIRONMENT_NAME (const WCHAR []){ 'S','e','S','y','s','t','e','m','E','n','v','i','r','o','n','m','e','n','t','P','r','i','v','i','l','e','g','e',0 } +#define SE_CHANGE_NOTIFY_NAME (const WCHAR []){ 'S','e','C','h','a','n','g','e','N','o','t','i','f','y','P','r','i','v','i','l','e','g','e',0 } +#define SE_REMOTE_SHUTDOWN_NAME (const WCHAR []){ 'S','e','R','e','m','o','t','e','S','h','u','t','d','o','w','n','P','r','i','v','i','l','e','g','e',0 } +#define SE_UNDOCK_NAME (const WCHAR []){ 'S','e','U','n','d','o','c','k','P','r','i','v','i','l','e','g','e',0 } +#define SE_ENABLE_DELEGATION_NAME (const WCHAR []){ 'S','e','E','n','a','b','l','e','D','e','l','e','g','a','t','i','o','n','P','r','i','v','i','l','e','g','e',0 } +#define SE_MANAGE_VOLUME_NAME (const WCHAR []){ 'S','e','M','a','n','a','g','e','V','o','l','u','m','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_IMPERSONATE_NAME (const WCHAR []){ 'S','e','I','m','p','e','r','s','o','n','a','t','e','P','r','i','v','i','l','e','g','e',0 } +#define SE_CREATE_GLOBAL_NAME (const WCHAR []){ 'S','e','C','r','e','a','t','e','G','l','o','b','a','l','P','r','i','v','i','l','e','g','e',0 } +#else /* _MSC_VER/__GNUC__ */ +static const WCHAR SE_CREATE_TOKEN_NAME[] = { 'S','e','C','r','e','a','t','e','T','o','k','e','n','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_ASSIGNPRIMARYTOKEN_NAME[] = { 'S','e','A','s','s','i','g','n','P','r','i','m','a','r','y','T','o','k','e','n','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_LOCK_MEMORY_NAME[] = { 'S','e','L','o','c','k','M','e','m','o','r','y','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_INCREASE_QUOTA_NAME[] = { 'S','e','I','n','c','r','e','a','s','e','Q','u','o','t','a','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_UNSOLICITED_INPUT_NAME[] = { 'S','e','U','n','s','o','l','i','c','i','t','e','d','I','n','p','u','t','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_MACHINE_ACCOUNT_NAME[] = { 'S','e','M','a','c','h','i','n','e','A','c','c','o','u','n','t','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_TCB_NAME[] = { 'S','e','T','c','b','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_SECURITY_NAME[] = { 'S','e','S','e','c','u','r','i','t','y','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_TAKE_OWNERSHIP_NAME[] = { 'S','e','T','a','k','e','O','w','n','e','r','s','h','i','p','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_LOAD_DRIVER_NAME[] = { 'S','e','L','o','a','d','D','r','i','v','e','r','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_SYSTEM_PROFILE_NAME[] = { 'S','e','S','y','s','t','e','m','P','r','o','f','i','l','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_SYSTEMTIME_NAME[] = { 'S','e','S','y','s','t','e','m','t','i','m','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_PROF_SINGLE_PROCESS_NAME[] = { 'S','e','P','r','o','f','i','l','e','S','i','n','g','l','e','P','r','o','c','e','s','s','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_INC_BASE_PRIORITY_NAME[] = { 'S','e','I','n','c','r','e','a','s','e','B','a','s','e','P','r','i','o','r','i','t','y','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_CREATE_PAGEFILE_NAME[] = { 'S','e','C','r','e','a','t','e','P','a','g','e','f','i','l','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_CREATE_PERMANENT_NAME[] = { 'S','e','C','r','e','a','t','e','P','e','r','m','a','n','e','n','t','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_BACKUP_NAME[] = { 'S','e','B','a','c','k','u','p','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_RESTORE_NAME[] = { 'S','e','R','e','s','t','o','r','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_SHUTDOWN_NAME[] = { 'S','e','S','h','u','t','d','o','w','n','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_DEBUG_NAME[] = { 'S','e','D','e','b','u','g','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_AUDIT_NAME[] = { 'S','e','A','u','d','i','t','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_SYSTEM_ENVIRONMENT_NAME[] = { 'S','e','S','y','s','t','e','m','E','n','v','i','r','o','n','m','e','n','t','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_CHANGE_NOTIFY_NAME[] = { 'S','e','C','h','a','n','g','e','N','o','t','i','f','y','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_REMOTE_SHUTDOWN_NAME[] = { 'S','e','R','e','m','o','t','e','S','h','u','t','d','o','w','n','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_UNDOCK_NAME[] = { 'S','e','U','n','d','o','c','k','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_ENABLE_DELEGATION_NAME[] = { 'S','e','E','n','a','b','l','e','D','e','l','e','g','a','t','i','o','n','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_MANAGE_VOLUME_NAME[] = { 'S','e','M','a','n','a','g','e','V','o','l','u','m','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_IMPERSONATE_NAME[] = { 'S','e','I','m','p','e','r','s','o','n','a','t','e','P','r','i','v','i','l','e','g','e',0 }; +static const WCHAR SE_CREATE_GLOBAL_NAME[] = { 'S','e','C','r','e','a','t','e','G','l','o','b','a','l','P','r','i','v','i','l','e','g','e',0 }; +#endif +#else /* UNICODE */ +#define SE_CREATE_TOKEN_NAME "SeCreateTokenPrivilege" +#define SE_ASSIGNPRIMARYTOKEN_NAME "SeAssignPrimaryTokenPrivilege" +#define SE_LOCK_MEMORY_NAME "SeLockMemoryPrivilege" +#define SE_INCREASE_QUOTA_NAME "SeIncreaseQuotaPrivilege" +#define SE_UNSOLICITED_INPUT_NAME "SeUnsolicitedInputPrivilege" +#define SE_MACHINE_ACCOUNT_NAME "SeMachineAccountPrivilege" +#define SE_TCB_NAME "SeTcbPrivilege" +#define SE_SECURITY_NAME "SeSecurityPrivilege" +#define SE_TAKE_OWNERSHIP_NAME "SeTakeOwnershipPrivilege" +#define SE_LOAD_DRIVER_NAME "SeLoadDriverPrivilege" +#define SE_SYSTEM_PROFILE_NAME "SeSystemProfilePrivilege" +#define SE_SYSTEMTIME_NAME "SeSystemtimePrivilege" +#define SE_PROF_SINGLE_PROCESS_NAME "SeProfileSingleProcessPrivilege" +#define SE_INC_BASE_PRIORITY_NAME "SeIncreaseBasePriorityPrivilege" +#define SE_CREATE_PAGEFILE_NAME "SeCreatePagefilePrivilege" +#define SE_CREATE_PERMANENT_NAME "SeCreatePermanentPrivilege" +#define SE_BACKUP_NAME "SeBackupPrivilege" +#define SE_RESTORE_NAME "SeRestorePrivilege" +#define SE_SHUTDOWN_NAME "SeShutdownPrivilege" +#define SE_DEBUG_NAME "SeDebugPrivilege" +#define SE_AUDIT_NAME "SeAuditPrivilege" +#define SE_SYSTEM_ENVIRONMENT_NAME "SeSystemEnvironmentPrivilege" +#define SE_CHANGE_NOTIFY_NAME "SeChangeNotifyPrivilege" +#define SE_REMOTE_SHUTDOWN_NAME "SeRemoteShutdownPrivilege" +#define SE_UNDOCK_NAME "SeUndockPrivilege" +#define SE_ENABLE_DELEGATION_NAME "SeEnableDelegationPrivilege" +#define SE_MANAGE_VOLUME_NAME "SeManageVolumePrivilege" +#define SE_IMPERSONATE_NAME "SeImpersonatePrivilege" +#define SE_CREATE_GLOBAL_NAME "SeCreateGlobalPrivilege" +#endif #define SE_GROUP_MANDATORY 0x00000001 #define SE_GROUP_ENABLED_BY_DEFAULT 0x00000002 @@ -3940,6 +4377,18 @@ #define DOMAIN_GROUP_RID_ENTERPRISE_ADMINS __MSABI_LONG(0x00000207) #define DOMAIN_GROUP_RID_POLICY_ADMINS __MSABI_LONG(0x00000208) +#define SECURITY_APP_PACKAGE_AUTHORITY {0,0,0,0,0,15} +#define SECURITY_APP_PACKAGE_BASE_RID __MSABI_LONG(0x000000002) +#define SECURITY_BUILTIN_APP_PACKAGE_RID_COUNT __MSABI_LONG(0x000000002) +#define SECURITY_APP_PACKAGE_RID_COUNT __MSABI_LONG(0x000000008) +#define SECURITY_CAPABILITY_BASE_RID __MSABI_LONG(0x000000003) +#define SECURITY_CAPABILITY_APP_RID __MSABI_LONG(0x000000400) +#define SECURITY_BUILTIN_CAPABILITY_RID_COUNT __MSABI_LONG(0x000000002) +#define SECURITY_CAPABILITY_RID_COUNT __MSABI_LONG(0x000000005) +#define SECURITY_PARENT_PACKAGE_RID_COUNT SECURITY_APP_PACKAGE_RID_COUNT +#define SECURITY_CHILD_PACKAGE_RID_COUNT __MSABI_LONG(0x00000000c) +#define SECURITY_BUILTIN_PACKAGE_ANY_PACKAGE __MSABI_LONG(0x000000001) + #define SECURITY_MANDATORY_LABEL_AUTHORITY {0,0,0,0,0,16} #define SECURITY_MANDATORY_UNTRUSTED_RID __MSABI_LONG(0x00000000) #define SECURITY_MANDATORY_LOW_RID __MSABI_LONG(0x00001000) @@ -4060,6 +4509,31 @@ WinLocalLogonSid = 80, WinConsoleLogonSid = 81, WinThisOrganizationCertificateSid = 82, + WinApplicationPackageAuthoritySid = 83, + WinBuiltinAnyPackageSid = 84, + WinCapabilityInternetClientSid = 85, + WinCapabilityInternetClientServerSid = 86, + WinCapabilityPrivateNetworkClientServerSid = 87, + WinCapabilityPicturesLibrarySid = 88, + WinCapabilityVideosLibrarySid = 89, + WinCapabilityMusicLibrarySid = 90, + WinCapabilityDocumentsLibrarySid = 91, + WinCapabilitySharedUserCertificatesSid = 92, + WinCapabilityEnterpriseAuthenticationSid = 93, + WinCapabilityRemovableStorageSid = 94, + WinBuiltinRDSRemoteAccessServersSid = 95, + WinBuiltinRDSEndpointServersSid = 96, + WinBuiltinRDSManagementServersSid = 97, + WinUserModeDriversSid = 98, + WinBuiltinHyperVAdminsSid = 99, + WinAccountCloneableControllersSid = 100, + WinBuiltinAccessControlAssistanceOperatorsSid = 101, + WinBuiltinRemoteManagementUsersSid = 102, + WinAuthenticationAuthorityAssertedSid = 103, + WinAuthenticationServiceAssertedSid = 104, + WinLocalAccountSid = 105, + WinLocalAccountAndAdministratorSid = 106, + WinAccountProtectedUsersSid = 107, } WELL_KNOWN_SID_TYPE; /* @@ -4286,6 +4760,10 @@ SID_AND_ATTRIBUTES Label; } TOKEN_MANDATORY_LABEL, * PTOKEN_MANDATORY_LABEL; +typedef struct _TOKEN_APPCONTAINER_INFORMATION { + PSID TokenAppContainer; +} TOKEN_APPCONTAINER_INFORMATION, * PTOKEN_APPCONTAINER_INFORMATION; + /* * ACLs of NT */ @@ -4302,6 +4780,7 @@ #define ACCESS_DENIED_ACE_TYPE 1 #define SYSTEM_AUDIT_ACE_TYPE 2 #define SYSTEM_ALARM_ACE_TYPE 3 +#define SYSTEM_MANDATORY_LABEL_ACE_TYPE 0x11 /* inherit AceFlags */ #define OBJECT_INHERIT_ACE 0x01 @@ -4346,6 +4825,16 @@ DWORD SidStart; } SYSTEM_ALARM_ACE,*PSYSTEM_ALARM_ACE; +typedef struct _SYSTEM_MANDATORY_LABEL_ACE { + ACE_HEADER Header; + ACCESS_MASK Mask; + DWORD SidStart; +} SYSTEM_MANDATORY_LABEL_ACE,*PSYSTEM_MANDATORY_LABEL_ACE; + +#define SYSTEM_MANDATORY_LABEL_NO_WRITE_UP 0x1 +#define SYSTEM_MANDATORY_LABEL_NO_READ_UP 0x2 +#define SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP 0x4 + typedef enum tagSID_NAME_USE { SidTypeUser = 1, SidTypeGroup, @@ -4391,6 +4880,7 @@ #define EVENT_MODIFY_STATE 0x0002 #define EVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3) +#define SEMAPHORE_QUERY_STATE 0x0001 #define SEMAPHORE_MODIFY_STATE 0x0002 #define SEMAPHORE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3) @@ -4408,30 +4898,34 @@ #define TIMER_MODIFY_STATE 0x0002 #define TIMER_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3) -#define PROCESS_TERMINATE 0x0001 -#define PROCESS_CREATE_THREAD 0x0002 -#define PROCESS_VM_OPERATION 0x0008 -#define PROCESS_VM_READ 0x0010 -#define PROCESS_VM_WRITE 0x0020 -#define PROCESS_DUP_HANDLE 0x0040 -#define PROCESS_CREATE_PROCESS 0x0080 -#define PROCESS_SET_QUOTA 0x0100 -#define PROCESS_SET_INFORMATION 0x0200 -#define PROCESS_QUERY_INFORMATION 0x0400 -#define PROCESS_SUSPEND_RESUME 0x0800 +#define PROCESS_TERMINATE 0x0001 +#define PROCESS_CREATE_THREAD 0x0002 +#define PROCESS_VM_OPERATION 0x0008 +#define PROCESS_VM_READ 0x0010 +#define PROCESS_VM_WRITE 0x0020 +#define PROCESS_DUP_HANDLE 0x0040 +#define PROCESS_CREATE_PROCESS 0x0080 +#define PROCESS_SET_QUOTA 0x0100 +#define PROCESS_SET_INFORMATION 0x0200 +#define PROCESS_QUERY_INFORMATION 0x0400 +#define PROCESS_SUSPEND_RESUME 0x0800 #define PROCESS_QUERY_LIMITED_INFORMATION 0x1000 -#define PROCESS_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xfff) +#define PROCESS_SET_LIMITED_INFORMATION 0x2000 +#define PROCESS_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xffff) -#define THREAD_TERMINATE 0x0001 -#define THREAD_SUSPEND_RESUME 0x0002 -#define THREAD_GET_CONTEXT 0x0008 -#define THREAD_SET_CONTEXT 0x0010 -#define THREAD_SET_INFORMATION 0x0020 -#define THREAD_QUERY_INFORMATION 0x0040 -#define THREAD_SET_THREAD_TOKEN 0x0080 -#define THREAD_IMPERSONATE 0x0100 -#define THREAD_DIRECT_IMPERSONATION 0x0200 -#define THREAD_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3ff) +#define THREAD_TERMINATE 0x0001 +#define THREAD_SUSPEND_RESUME 0x0002 +#define THREAD_GET_CONTEXT 0x0008 +#define THREAD_SET_CONTEXT 0x0010 +#define THREAD_SET_INFORMATION 0x0020 +#define THREAD_QUERY_INFORMATION 0x0040 +#define THREAD_SET_THREAD_TOKEN 0x0080 +#define THREAD_IMPERSONATE 0x0100 +#define THREAD_DIRECT_IMPERSONATION 0x0200 +#define THREAD_SET_LIMITED_INFORMATION 0x0400 +#define THREAD_QUERY_LIMITED_INFORMATION 0x0800 +#define THREAD_RESUME 0x1000 +#define THREAD_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xffff) #define THREAD_BASE_PRIORITY_LOWRT 15 #define THREAD_BASE_PRIORITY_MAX 2 @@ -4524,10 +5018,15 @@ #define FILE_ATTRIBUTE_OFFLINE 0x00001000 #define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000 #define FILE_ATTRIBUTE_ENCRYPTED 0x00004000 +#define FILE_ATTRIBUTE_INTEGRITY_STREAM 0x00008000 +#define FILE_ATTRIBUTE_VIRTUAL 0x00010000 +#define FILE_ATTRIBUTE_NO_SCRUB_DATA 0x00020000 +#define FILE_ATTRIBUTE_EA 0x00040000 /* File notification flags */ #define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001 #define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 +#define FILE_NOTIFY_CHANGE_NAME 0x00000003 #define FILE_NOTIFY_CHANGE_ATTRIBUTES 0x00000004 #define FILE_NOTIFY_CHANGE_SIZE 0x00000008 #define FILE_NOTIFY_CHANGE_LAST_WRITE 0x00000010 @@ -4547,6 +5046,9 @@ #define FILE_ACTION_ADDED_STREAM 0x00000006 #define FILE_ACTION_REMOVED_STREAM 0x00000007 #define FILE_ACTION_MODIFIED_STREAM 0x00000008 +#define FILE_ACTION_REMOVED_BY_DELETE 0x00000009 +#define FILE_ACTION_ID_NOT_TUNNELLED 0x0000000a +#define FILE_ACTION_TUNNELLED_ID_COLLISION 0x0000000b #define FILE_CASE_SENSITIVE_SEARCH 0x00000001 #define FILE_CASE_PRESERVED_NAMES 0x00000002 @@ -4556,11 +5058,21 @@ #define FILE_VOLUME_QUOTAS 0x00000020 #define FILE_SUPPORTS_SPARSE_FILES 0x00000040 #define FILE_SUPPORTS_REPARSE_POINTS 0x00000080 +#define FILE_SUPPORTS_REMOTE_STORAGE 0x00000100 #define FILE_VOLUME_IS_COMPRESSED 0x00008000 #define FILE_SUPPORTS_OBJECT_IDS 0x00010000 #define FILE_SUPPORTS_ENCRYPTION 0x00020000 #define FILE_NAMED_STREAMS 0x00040000 #define FILE_READ_ONLY_VOLUME 0x00080000 +#define FILE_SEQUENTIAL_WRITE_ONCE 0x00100000 +#define FILE_SUPPORTS_TRANSACTIONS 0x00200000 +#define FILE_SUPPORTS_HARD_LINKS 0x00400000 +#define FILE_SUPPORTS_EXTENDED_ATTRIBUTES 0x00800000 +#define FILE_SUPPORTS_OPEN_BY_FILE_ID 0x01000000 +#define FILE_SUPPORTS_USN_JOURNAL 0x02000000 +#define FILE_SUPPORTS_INTEGRITY_STREAMS 0x04000000 +#define FILE_SUPPORTS_BLOCK_REFCOUNTING 0x08000000 +#define FILE_SUPPORTS_SPARSE_VDL 0x10000000 /* File alignments (NT) */ #define FILE_BYTE_ALIGNMENT 0x00000000 @@ -4574,6 +5086,12 @@ #define FILE_256_BYTE_ALIGNMENT 0x000000ff #define FILE_512_BYTE_ALIGNMENT 0x000001ff +#define COMPRESSION_FORMAT_NONE 0 +#define COMPRESSION_FORMAT_DEFAULT 1 +#define COMPRESSION_FORMAT_LZNT1 2 +#define COMPRESSION_ENGINE_STANDARD 0 +#define COMPRESSION_ENGINE_MAXIMUM 256 + #define MAILSLOT_NO_MESSAGE ((DWORD)-1) #define MAILSLOT_WAIT_FOREVER ((DWORD)-1) @@ -4621,6 +5139,19 @@ } POWER_ACTION, *PPOWER_ACTION; +typedef enum _POWER_PLATFORM_ROLE { + PlatformRoleUnspecified, + PlatformRoleDesktop, + PlatformRoleMobile, + PlatformRoleWorkstation, + PlatformRoleEnterpriseServer, + PlatformRoleSOHOServer, + PlatformRoleAppliancePC, + PlatformRolePerformanceServer, + PlatformRoleSlate, + PlatformRoleMaximum +} POWER_PLATFORM_ROLE, *PPOWER_PLATFORM_ROLE; + typedef enum _SYSTEM_POWER_STATE { PowerSystemUnspecified = 0, PowerSystemWorking = 1, @@ -4933,23 +5464,24 @@ /* ----------------------------- begin registry ----------------------------- */ /* Registry security values */ -#define OWNER_SECURITY_INFORMATION 0x00000001 -#define GROUP_SECURITY_INFORMATION 0x00000002 -#define DACL_SECURITY_INFORMATION 0x00000004 -#define SACL_SECURITY_INFORMATION 0x00000008 - -#define REG_OPTION_RESERVED 0x00000000 -#define REG_OPTION_NON_VOLATILE 0x00000000 -#define REG_OPTION_VOLATILE 0x00000001 -#define REG_OPTION_CREATE_LINK 0x00000002 -#define REG_OPTION_BACKUP_RESTORE 0x00000004 /* FIXME */ -#define REG_OPTION_OPEN_LINK 0x00000008 -#define REG_LEGAL_OPTION (REG_OPTION_RESERVED| \ - REG_OPTION_NON_VOLATILE| \ - REG_OPTION_VOLATILE| \ - REG_OPTION_CREATE_LINK| \ - REG_OPTION_BACKUP_RESTORE| \ - REG_OPTION_OPEN_LINK) +#define OWNER_SECURITY_INFORMATION 0x00000001 +#define GROUP_SECURITY_INFORMATION 0x00000002 +#define DACL_SECURITY_INFORMATION 0x00000004 +#define SACL_SECURITY_INFORMATION 0x00000008 +#define LABEL_SECURITY_INFORMATION 0x00000010 + +#define REG_OPTION_RESERVED 0x00000000 +#define REG_OPTION_NON_VOLATILE 0x00000000 +#define REG_OPTION_VOLATILE 0x00000001 +#define REG_OPTION_CREATE_LINK 0x00000002 +#define REG_OPTION_BACKUP_RESTORE 0x00000004 /* FIXME */ +#define REG_OPTION_OPEN_LINK 0x00000008 +#define REG_LEGAL_OPTION (REG_OPTION_RESERVED | \ + REG_OPTION_NON_VOLATILE | \ + REG_OPTION_VOLATILE | \ + REG_OPTION_CREATE_LINK | \ + REG_OPTION_BACKUP_RESTORE | \ + REG_OPTION_OPEN_LINK) #define REG_CREATED_NEW_KEY 0x00000001 @@ -4960,6 +5492,7 @@ #define REG_NOTIFY_CHANGE_ATTRIBUTES 0x02 #define REG_NOTIFY_CHANGE_LAST_SET 0x04 #define REG_NOTIFY_CHANGE_SECURITY 0x08 +#define REG_NOTIFY_THREAD_AGNOSTIC 0x10000000 #define KEY_QUERY_VALUE 0x00000001 #define KEY_SET_VALUE 0x00000002 @@ -5089,7 +5622,7 @@ CriticalError = SERVICE_ERROR_CRITICAL } SERVICE_ERROR_TYPE; - +NTSYSAPI SIZE_T WINAPI RtlCompareMemory(const VOID*, const VOID*, SIZE_T); #define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length))) #define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length)) @@ -5097,6 +5630,14 @@ #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) #define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length)) +static FORCEINLINE void *RtlSecureZeroMemory(void *buffer, SIZE_T length) +{ + volatile char *ptr = (volatile char *)buffer; + + while (length--) *ptr++ = 0; + return buffer; +} + #include typedef struct _OBJECT_TYPE_LIST { @@ -5163,7 +5704,7 @@ typedef RTL_RUN_ONCE_INIT_FN *PRTL_RUN_ONCE_INIT_FN; NTSYSAPI VOID WINAPI RtlRunOnceInitialize(PRTL_RUN_ONCE); NTSYSAPI DWORD WINAPI RtlRunOnceExecuteOnce(PRTL_RUN_ONCE,PRTL_RUN_ONCE_INIT_FN,PVOID,PVOID*); -NTSYSAPI DWORD WINAPI RtlRunOnceBeginInitialize(PRTL_RUN_ONCE, DWORD, PBOOL, PVOID*); +NTSYSAPI DWORD WINAPI RtlRunOnceBeginInitialize(PRTL_RUN_ONCE, DWORD, PVOID*); NTSYSAPI DWORD WINAPI RtlRunOnceComplete(PRTL_RUN_ONCE, DWORD, PVOID); #include @@ -5331,15 +5872,50 @@ typedef const ASSEMBLY_FILE_DETAILED_INFORMATION *PCASSEMBLY_FILE_DETAILED_INFORMATION; +typedef enum { + ACTCX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN = 0, + ACTCX_COMPATIBILITY_ELEMENT_TYPE_OS +} ACTCTX_COMPATIBILITY_ELEMENT_TYPE; + +typedef struct _COMPATIBILITY_CONTEXT_ELEMENT { + GUID Id; + ACTCTX_COMPATIBILITY_ELEMENT_TYPE Type; +} COMPATIBILITY_CONTEXT_ELEMENT, *PCOMPATIBILITY_CONTEXT_ELEMENT; + +#if !defined(__WINESRC__) && (defined(_MSC_EXTENSIONS) || ((defined(__GNUC__) && __GNUC__ >= 3))) +typedef struct _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION { + DWORD ElementCount; + COMPATIBILITY_CONTEXT_ELEMENT Elements[]; +} ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION, *PACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION; +#endif + +typedef enum { + ACTCTX_RUN_LEVEL_UNSPECIFIED = 0, + ACTCTX_RUN_LEVEL_AS_INVOKER, + ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE, + ACTCTX_RUN_LEVEL_REQUIRE_ADMIN, + ACTCTX_RUN_LEVEL_NUMBERS +} ACTCTX_REQUESTED_RUN_LEVEL; + +typedef struct _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION { + DWORD ulFlags; + ACTCTX_REQUESTED_RUN_LEVEL RunLevel; + DWORD UiAccess; +} ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION, *PACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; + +typedef const struct _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION *PCACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION; + typedef enum _ACTIVATION_CONTEXT_INFO_CLASS { ActivationContextBasicInformation = 1, ActivationContextDetailedInformation = 2, AssemblyDetailedInformationInActivationContext = 3, FileInformationInAssemblyOfAssemblyInActivationContext = 4, + RunlevelInformationInActivationContext = 5, + CompatibilityInformationInActivationContext = 6, + ActivationContextManifestResourceName = 7, MaxActivationContextInfoClass, - - AssemblyDetailedInformationInActivationContxt = 3, - FileInformationInAssemblyOfAssemblyInActivationContxt = 4 + AssemblyDetailedInformationInActivationContxt = AssemblyDetailedInformationInActivationContext, + FileInformationInAssemblyOfAssemblyInActivationContxt = FileInformationInAssemblyOfAssemblyInActivationContext } ACTIVATION_CONTEXT_INFO_CLASS; #define ACTIVATION_CONTEXT_PATH_TYPE_NONE 1 @@ -5356,6 +5932,8 @@ #define ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION 7 #define ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE 8 #define ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES 9 +#define ACTIVATION_CONTEXT_SECTION_APPLICATION_SETTINGS 10 +#define ACTIVATION_CONTEXT_SECTION_COMPATIBILITY_INFO 11 typedef enum _JOBOBJECTINFOCLASS { @@ -5372,6 +5950,100 @@ MaxJobObjectInfoClass } JOBOBJECTINFOCLASS; +typedef struct _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION { + LARGE_INTEGER TotalUserTime; + LARGE_INTEGER TotalKernelTime; + LARGE_INTEGER ThisPeriodTotalUserTime; + LARGE_INTEGER ThisPeriodTotalKernelTime; + DWORD TotalPageFaultCount; + DWORD TotalProcesses; + DWORD ActiveProcesses; + DWORD TotalTerminatedProcesses; +} JOBOBJECT_BASIC_ACCOUNTING_INFORMATION, *PJOBOBJECT_BASIC_ACCOUNTING_INFORMATION; + +typedef struct _JOBOBJECT_BASIC_LIMIT_INFORMATION { + LARGE_INTEGER PerProcessUserTimeLimit; + LARGE_INTEGER PerJobUserTimeLimit; + DWORD LimitFlags; + SIZE_T MinimumWorkingSetSize; + SIZE_T MaximumWorkingSetSize; + DWORD ActiveProcessLimit; + ULONG_PTR Affinity; + DWORD PriorityClass; + DWORD SchedulingClass; +} JOBOBJECT_BASIC_LIMIT_INFORMATION, *PJOBOBJECT_BASIC_LIMIT_INFORMATION; + +typedef struct _JOBOBJECT_BASIC_PROCESS_ID_LIST { + DWORD NumberOfAssignedProcesses; + DWORD NumberOfProcessIdsInList; + ULONG_PTR ProcessIdList[1]; +} JOBOBJECT_BASIC_PROCESS_ID_LIST, *PJOBOBJECT_BASIC_PROCESS_ID_LIST; + +typedef struct _JOBOBJECT_BASIC_UI_RESTRICTIONS { + DWORD UIRestrictionsClass; +} JOBOBJECT_BASIC_UI_RESTRICTIONS, *PJOBOBJECT_BASIC_UI_RESTRICTIONS; + +typedef struct _JOBOBJECT_SECURITY_LIMIT_INFORMATION { + DWORD SecurityLimitFlags; + HANDLE JobToken; + PTOKEN_GROUPS SidsToDisable; + PTOKEN_PRIVILEGES PrivilegesToDelete; + PTOKEN_GROUPS RestrictedSids; +} JOBOBJECT_SECURITY_LIMIT_INFORMATION, *PJOBOBJECT_SECURITY_LIMIT_INFORMATION; + +typedef struct _JOBOBJECT_END_OF_JOB_TIME_INFORMATION { + DWORD EndOfJobTimeAction; +} JOBOBJECT_END_OF_JOB_TIME_INFORMATION, PJOBOBJECT_END_OF_JOB_TIME_INFORMATION; + +typedef struct _JOBOBJECT_ASSOCIATE_COMPLETION_PORT { + PVOID CompletionKey; + HANDLE CompletionPort; +} JOBOBJECT_ASSOCIATE_COMPLETION_PORT, *PJOBOBJECT_ASSOCIATE_COMPLETION_PORT; + +#define JOB_OBJECT_MSG_END_OF_JOB_TIME 1 +#define JOB_OBJECT_MSG_END_OF_PROCESS_TIME 2 +#define JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT 3 +#define JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO 4 +#define JOB_OBJECT_MSG_NEW_PROCESS 6 +#define JOB_OBJECT_MSG_EXIT_PROCESS 7 +#define JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS 8 +#define JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT 9 +#define JOB_OBJECT_MSG_JOB_MEMORY_LIMIT 10 + +typedef struct JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION { + JOBOBJECT_BASIC_ACCOUNTING_INFORMATION BasicInfo; + IO_COUNTERS IoInfo; +} JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION, *PJOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION; + +typedef struct _JOBOBJECT_EXTENDED_LIMIT_INFORMATION { + JOBOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation; + IO_COUNTERS IoInfo; + SIZE_T ProcessMemoryLimit; + SIZE_T JobMemoryLimit; + SIZE_T PeakProcessMemoryUsed; + SIZE_T PeakJobMemoryUsed; +} JOBOBJECT_EXTENDED_LIMIT_INFORMATION, *PJOBOBJECT_EXTENDED_LIMIT_INFORMATION; + +#define JOB_OBJECT_LIMIT_WORKINGSET 0x00000001 +#define JOB_OBJECT_LIMIT_PROCESS_TIME 0x00000002 +#define JOB_OBJECT_LIMIT_JOB_TIME 0x00000004 +#define JOB_OBJECT_LIMIT_ACTIVE_PROCESS 0x00000008 +#define JOB_OBJECT_LIMIT_AFFINITY 0x00000010 +#define JOB_OBJECT_LIMIT_PRIORITY_CLASS 0x00000020 +#define JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME 0x00000040 +#define JOB_OBJECT_LIMIT_SCHEDULING_CLASS 0x00000080 +#define JOB_OBJECT_LIMIT_PROCESS_MEMORY 0x00000100 +#define JOB_OBJECT_LIMIT_JOB_MEMORY 0x00000200 +#define JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION 0x00000400 +#define JOB_OBJECT_LIMIT_BREAKAWAY_OK 0x00000800 +#define JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK 0x00001000 +#define JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE 0x00002000 +#define JOB_OBJECT_LIMIT_SUBSET_AFFINITY 0x00004000 + +#define JOB_OBJECT_LIMIT_VALID_FLAGS 0x0007ffff +#define JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS 0x000000ff +#define JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS 0x00007fff + typedef enum _LOGICAL_PROCESSOR_RELATIONSHIP { RelationProcessorCore = 0, @@ -5382,6 +6054,8 @@ RelationAll = 0xffff } LOGICAL_PROCESSOR_RELATIONSHIP; +#define LTP_PC_SMT 0x1 + typedef enum _PROCESSOR_CACHE_TYPE { CacheUnified, @@ -5424,12 +6098,12 @@ typedef struct _PROCESSOR_RELATIONSHIP { BYTE Flags; - BYTE Reserved[21]; + BYTE EfficiencyClass; + BYTE Reserved[20]; WORD GroupCount; GROUP_AFFINITY GroupMask[ANYSIZE_ARRAY]; } PROCESSOR_RELATIONSHIP, *PPROCESSOR_RELATIONSHIP; - typedef struct _NUMA_NODE_RELATIONSHIP { DWORD NodeNumber; @@ -5442,6 +6116,7 @@ BYTE Level; BYTE Associativity; WORD LineSize; + DWORD CacheSize; PROCESSOR_CACHE_TYPE Type; BYTE Reserved[20]; GROUP_AFFINITY GroupMask; @@ -5487,8 +6162,137 @@ } DUMMYUNIONNAME; } SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX, *PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; +/* Threadpool things */ +typedef DWORD TP_VERSION,*PTP_VERSION; + +typedef struct _TP_CALLBACK_INSTANCE TP_CALLBACK_INSTANCE,*PTP_CALLBACK_INSTANCE; + +typedef VOID (CALLBACK *PTP_SIMPLE_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID); + +typedef struct _TP_POOL TP_POOL,*PTP_POOL; + +typedef enum _TP_CALLBACK_PRIORITY +{ + TP_CALLBACK_PRIORITY_HIGH, + TP_CALLBACK_PRIORITY_NORMAL, + TP_CALLBACK_PRIORITY_LOW, + TP_CALLBACK_PRIORITY_INVALID, + TP_CALLBACK_PRIORITY_COUNT = TP_CALLBACK_PRIORITY_INVALID +} TP_CALLBACK_PRIORITY; + +typedef struct _TP_POOL_STACK_INFORMATION +{ + SIZE_T StackReserve; + SIZE_T StackCommit; +} TP_POOL_STACK_INFORMATION,*PTP_POOL_STACK_INFORMATION; + +typedef struct _TP_CLEANUP_GROUP TP_CLEANUP_GROUP,*PTP_CLEANUP_GROUP; + +typedef VOID (CALLBACK *PTP_CLEANUP_GROUP_CANCEL_CALLBACK)(PVOID,PVOID); + +typedef struct _TP_CALLBACK_ENVIRON_V1 +{ + TP_VERSION Version; + PTP_POOL Pool; + PTP_CLEANUP_GROUP CleanupGroup; + PTP_CLEANUP_GROUP_CANCEL_CALLBACK CleanupGroupCancelCallback; + PVOID RaceDll; + struct _ACTIVATION_CONTEXT* ActivationContext; + PTP_SIMPLE_CALLBACK FinalizationCallback; + union + { + DWORD Flags; + struct + { + DWORD LongFunction:1; + DWORD Persistent:1; + DWORD Private:30; + } s; + } u; +} TP_CALLBACK_ENVIRON_V1; + +typedef struct _TP_CALLBACK_ENVIRON_V3 +{ + TP_VERSION Version; + PTP_POOL Pool; + PTP_CLEANUP_GROUP CleanupGroup; + PTP_CLEANUP_GROUP_CANCEL_CALLBACK CleanupGroupCancelCallback; + PVOID RaceDll; + struct _ACTIVATION_CONTEXT *ActivationContext; + PTP_SIMPLE_CALLBACK FinalizationCallback; + union + { + DWORD Flags; + struct + { + DWORD LongFunction:1; + DWORD Persistent:1; + DWORD Private:30; + } s; + } u; + TP_CALLBACK_PRIORITY CallbackPriority; + DWORD Size; +} TP_CALLBACK_ENVIRON_V3; + +typedef struct _TP_WORK TP_WORK, *PTP_WORK; +typedef struct _TP_TIMER TP_TIMER, *PTP_TIMER; + +typedef DWORD TP_WAIT_RESULT; +typedef struct _TP_WAIT TP_WAIT, *PTP_WAIT; + +typedef struct _TP_IO TP_IO, *PTP_IO; + +typedef TP_CALLBACK_ENVIRON_V1 TP_CALLBACK_ENVIRON, *PTP_CALLBACK_ENVIRON; + +typedef VOID (CALLBACK *PTP_WORK_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID,PTP_WORK); +typedef VOID (CALLBACK *PTP_TIMER_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID,PTP_TIMER); +typedef VOID (CALLBACK *PTP_WAIT_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID,PTP_WAIT,TP_WAIT_RESULT); +typedef VOID (CALLBACK *PTP_WIN32_IO_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID,PVOID,ULONG,ULONG_PTR,PTP_IO); + + NTSYSAPI BOOLEAN NTAPI RtlGetProductInfo(DWORD,DWORD,DWORD,DWORD,PDWORD); +typedef enum _RTL_UMS_THREAD_INFO_CLASS +{ + UmsThreadInvalidInfoClass, + UmsThreadUserContext, + UmsThreadPriority, + UmsThreadAffinity, + UmsThreadTeb, + UmsThreadIsSuspended, + UmsThreadIsTerminated, + UmsThreadMaxInfoClass +} RTL_UMS_THREAD_INFO_CLASS, *PRTL_UMS_THREAD_INFO_CLASS; + +typedef enum _RTL_UMS_SCHEDULER_REASON +{ + UmsSchedulerStartup, + UmsSchedulerThreadBlocked, + UmsSchedulerThreadYield, +} RTL_UMS_SCHEDULER_REASON, *PRTL_UMS_SCHEDULER_REASON; + +typedef void (CALLBACK *PRTL_UMS_SCHEDULER_ENTRY_POINT)(RTL_UMS_SCHEDULER_REASON,ULONG_PTR,PVOID); + +typedef enum _PROCESS_MITIGATION_POLICY +{ + ProcessDEPPolicy, + ProcessASLRPolicy, + ProcessDynamicCodePolicy, + ProcessStrictHandleCheckPolicy, + ProcessSystemCallDisablePolicy, + ProcessMitigationOptionsMask, + ProcessExtensionPointDisablePolicy, + ProcessControlFlowGuardPolicy, + ProcessSignaturePolicy, + ProcessFontDisablePolicy, + ProcessImageLoadPolicy, + ProcessSystemCallFilterPolicy, + ProcessPayloadRestrictionPolicy, + ProcessChildProcessPolicy, + ProcessSideChannelIsolationPolicy, + MaxProcessMitigationPolicy +} PROCESS_MITIGATION_POLICY, *PPROCESS_MITIGATION_POLICY; + #ifdef __cplusplus } #endif diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnt.rh mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnt.rh --- mingw-w64-5.0.4/mingw-w64-tools/widl/include/winnt.rh 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/include/winnt.rh 2018-09-14 14:16:43.000000000 +0000 @@ -45,6 +45,7 @@ #define LANG_ARMENIAN 0x2b #define LANG_ASSAMESE 0x4d #define LANG_AZERI 0x2c +#define LANG_BANGLA 0x45 #define LANG_BASHKIR 0x6d #define LANG_BASQUE 0x2d #define LANG_BELARUSIAN 0x23 @@ -211,6 +212,8 @@ #define SUBLANG_ASSAMESE_INDIA 0x01 #define SUBLANG_AZERI_LATIN 0x01 #define SUBLANG_AZERI_CYRILLIC 0x02 +#define SUBLANG_BANGLA_BANGLADESH 0x02 +#define SUBLANG_BANGLA_INDIA 0x01 #define SUBLANG_BASHKIR_RUSSIA 0x01 #define SUBLANG_BASQUE_BASQUE 0x01 #define SUBLANG_BELARUSIAN_BELARUS 0x01 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/Makefile.am mingw-w64-6.0.0/mingw-w64-tools/widl/Makefile.am --- mingw-w64-5.0.4/mingw-w64-tools/widl/Makefile.am 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/Makefile.am 2018-09-14 14:16:43.000000000 +0000 @@ -59,6 +59,6 @@ include/winnt.rh widl_CPPFLAGS = -I$(top_srcdir)/include -DDEFAULT_INCLUDE_DIR=\"$(includedir)/../$(target)/include\" -DDEFAULT_BINDIR=\"$(bindir)\" -widl_CFLAGS = -Wall -Wformat -Wpacked -Wmissing-declarations -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-aliasing=2 +widl_CFLAGS = -O3 -g -Wall -Wformat -Wpacked -Wmissing-declarations -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-aliasing=2 DISTCHECK_CONFIGURE_FLAGS = --host=$(host) --target=$(target) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/Makefile.in mingw-w64-6.0.0/mingw-w64-tools/widl/Makefile.in --- mingw-w64-5.0.4/mingw-w64-tools/widl/Makefile.in 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/Makefile.in 2018-09-14 14:16:43.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# 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, @@ -15,23 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +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 \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + 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; \ - test $$am__dry = yes; \ - } + 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@ @@ -53,19 +91,12 @@ target_triplet = @target@ bin_PROGRAMS = widl$(EXEEXT) subdir = . -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/build-aux/config.guess \ - $(top_srcdir)/build-aux/config.sub \ - $(top_srcdir)/build-aux/depcomp \ - $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \ - $(top_srcdir)/include/config.h.in build-aux/config.guess \ - build-aux/config.sub build-aux/depcomp build-aux/install-sh \ - build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -91,14 +122,38 @@ widl_LDADD = $(LDADD) widl_LINK = $(CCLD) $(widl_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(widl_SOURCES) DIST_SOURCES = $(widl_SOURCES) am__can_run_installinfo = \ @@ -106,10 +161,37 @@ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/missing \ + $(top_srcdir)/include/config.h.in build-aux/compile \ + build-aux/config.guess build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -129,6 +211,7 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -286,7 +369,7 @@ include/winnt.rh widl_CPPFLAGS = -I$(top_srcdir)/include -DDEFAULT_INCLUDE_DIR=\"$(includedir)/../$(target)/include\" -DDEFAULT_BINDIR=\"$(bindir)\" -widl_CFLAGS = -Wall -Wformat -Wpacked -Wmissing-declarations -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-aliasing=2 +widl_CFLAGS = -O3 -g -Wall -Wformat -Wpacked -Wmissing-declarations -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-aliasing=2 DISTCHECK_CONFIGURE_FLAGS = --host=$(host) --target=$(target) all: all-am @@ -307,7 +390,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -328,8 +410,8 @@ $(am__aclocal_m4_deps): include/config.h: include/stamp-h1 - @if test ! -f $@; then rm -f include/stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi + @test -f $@ || rm -f include/stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status @rm -f include/stamp-h1 @@ -350,10 +432,11 @@ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -374,7 +457,8 @@ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files @@ -445,9 +529,10 @@ src/wpp/$(DEPDIR)/$(am__dirstamp) src/widl-pathtools.$(OBJEXT): src/$(am__dirstamp) \ src/$(DEPDIR)/$(am__dirstamp) + widl$(EXEEXT): $(widl_OBJECTS) $(widl_DEPENDENCIES) $(EXTRA_widl_DEPENDENCIES) @rm -f widl$(EXEEXT) - $(widl_LINK) $(widl_OBJECTS) $(widl_LDADD) $(LIBS) + $(AM_V_CCLD)$(widl_LINK) $(widl_OBJECTS) $(widl_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -483,363 +568,352 @@ @AMDEP_TRUE@@am__include@ @am__quote@src/wpp/$(DEPDIR)/widl-wpp.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` src/widl-client.o: src/client.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-client.o -MD -MP -MF src/$(DEPDIR)/widl-client.Tpo -c -o src/widl-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-client.Tpo src/$(DEPDIR)/widl-client.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/client.c' object='src/widl-client.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-client.o -MD -MP -MF src/$(DEPDIR)/widl-client.Tpo -c -o src/widl-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-client.Tpo src/$(DEPDIR)/widl-client.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/client.c' object='src/widl-client.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c src/widl-client.obj: src/client.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-client.obj -MD -MP -MF src/$(DEPDIR)/widl-client.Tpo -c -o src/widl-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-client.Tpo src/$(DEPDIR)/widl-client.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/client.c' object='src/widl-client.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-client.obj -MD -MP -MF src/$(DEPDIR)/widl-client.Tpo -c -o src/widl-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-client.Tpo src/$(DEPDIR)/widl-client.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/client.c' object='src/widl-client.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi` src/widl-expr.o: src/expr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-expr.o -MD -MP -MF src/$(DEPDIR)/widl-expr.Tpo -c -o src/widl-expr.o `test -f 'src/expr.c' || echo '$(srcdir)/'`src/expr.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-expr.Tpo src/$(DEPDIR)/widl-expr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/expr.c' object='src/widl-expr.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-expr.o -MD -MP -MF src/$(DEPDIR)/widl-expr.Tpo -c -o src/widl-expr.o `test -f 'src/expr.c' || echo '$(srcdir)/'`src/expr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-expr.Tpo src/$(DEPDIR)/widl-expr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/expr.c' object='src/widl-expr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-expr.o `test -f 'src/expr.c' || echo '$(srcdir)/'`src/expr.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-expr.o `test -f 'src/expr.c' || echo '$(srcdir)/'`src/expr.c src/widl-expr.obj: src/expr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-expr.obj -MD -MP -MF src/$(DEPDIR)/widl-expr.Tpo -c -o src/widl-expr.obj `if test -f 'src/expr.c'; then $(CYGPATH_W) 'src/expr.c'; else $(CYGPATH_W) '$(srcdir)/src/expr.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-expr.Tpo src/$(DEPDIR)/widl-expr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/expr.c' object='src/widl-expr.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-expr.obj -MD -MP -MF src/$(DEPDIR)/widl-expr.Tpo -c -o src/widl-expr.obj `if test -f 'src/expr.c'; then $(CYGPATH_W) 'src/expr.c'; else $(CYGPATH_W) '$(srcdir)/src/expr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-expr.Tpo src/$(DEPDIR)/widl-expr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/expr.c' object='src/widl-expr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-expr.obj `if test -f 'src/expr.c'; then $(CYGPATH_W) 'src/expr.c'; else $(CYGPATH_W) '$(srcdir)/src/expr.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-expr.obj `if test -f 'src/expr.c'; then $(CYGPATH_W) 'src/expr.c'; else $(CYGPATH_W) '$(srcdir)/src/expr.c'; fi` src/widl-hash.o: src/hash.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-hash.o -MD -MP -MF src/$(DEPDIR)/widl-hash.Tpo -c -o src/widl-hash.o `test -f 'src/hash.c' || echo '$(srcdir)/'`src/hash.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-hash.Tpo src/$(DEPDIR)/widl-hash.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/hash.c' object='src/widl-hash.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-hash.o -MD -MP -MF src/$(DEPDIR)/widl-hash.Tpo -c -o src/widl-hash.o `test -f 'src/hash.c' || echo '$(srcdir)/'`src/hash.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-hash.Tpo src/$(DEPDIR)/widl-hash.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/hash.c' object='src/widl-hash.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-hash.o `test -f 'src/hash.c' || echo '$(srcdir)/'`src/hash.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-hash.o `test -f 'src/hash.c' || echo '$(srcdir)/'`src/hash.c src/widl-hash.obj: src/hash.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-hash.obj -MD -MP -MF src/$(DEPDIR)/widl-hash.Tpo -c -o src/widl-hash.obj `if test -f 'src/hash.c'; then $(CYGPATH_W) 'src/hash.c'; else $(CYGPATH_W) '$(srcdir)/src/hash.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-hash.Tpo src/$(DEPDIR)/widl-hash.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/hash.c' object='src/widl-hash.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-hash.obj -MD -MP -MF src/$(DEPDIR)/widl-hash.Tpo -c -o src/widl-hash.obj `if test -f 'src/hash.c'; then $(CYGPATH_W) 'src/hash.c'; else $(CYGPATH_W) '$(srcdir)/src/hash.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-hash.Tpo src/$(DEPDIR)/widl-hash.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/hash.c' object='src/widl-hash.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-hash.obj `if test -f 'src/hash.c'; then $(CYGPATH_W) 'src/hash.c'; else $(CYGPATH_W) '$(srcdir)/src/hash.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-hash.obj `if test -f 'src/hash.c'; then $(CYGPATH_W) 'src/hash.c'; else $(CYGPATH_W) '$(srcdir)/src/hash.c'; fi` src/widl-header.o: src/header.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-header.o -MD -MP -MF src/$(DEPDIR)/widl-header.Tpo -c -o src/widl-header.o `test -f 'src/header.c' || echo '$(srcdir)/'`src/header.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-header.Tpo src/$(DEPDIR)/widl-header.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/header.c' object='src/widl-header.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-header.o -MD -MP -MF src/$(DEPDIR)/widl-header.Tpo -c -o src/widl-header.o `test -f 'src/header.c' || echo '$(srcdir)/'`src/header.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-header.Tpo src/$(DEPDIR)/widl-header.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/header.c' object='src/widl-header.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-header.o `test -f 'src/header.c' || echo '$(srcdir)/'`src/header.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-header.o `test -f 'src/header.c' || echo '$(srcdir)/'`src/header.c src/widl-header.obj: src/header.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-header.obj -MD -MP -MF src/$(DEPDIR)/widl-header.Tpo -c -o src/widl-header.obj `if test -f 'src/header.c'; then $(CYGPATH_W) 'src/header.c'; else $(CYGPATH_W) '$(srcdir)/src/header.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-header.Tpo src/$(DEPDIR)/widl-header.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/header.c' object='src/widl-header.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-header.obj -MD -MP -MF src/$(DEPDIR)/widl-header.Tpo -c -o src/widl-header.obj `if test -f 'src/header.c'; then $(CYGPATH_W) 'src/header.c'; else $(CYGPATH_W) '$(srcdir)/src/header.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-header.Tpo src/$(DEPDIR)/widl-header.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/header.c' object='src/widl-header.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-header.obj `if test -f 'src/header.c'; then $(CYGPATH_W) 'src/header.c'; else $(CYGPATH_W) '$(srcdir)/src/header.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-header.obj `if test -f 'src/header.c'; then $(CYGPATH_W) 'src/header.c'; else $(CYGPATH_W) '$(srcdir)/src/header.c'; fi` src/widl-parser.tab.o: src/parser.tab.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.tab.o -MD -MP -MF src/$(DEPDIR)/widl-parser.tab.Tpo -c -o src/widl-parser.tab.o `test -f 'src/parser.tab.c' || echo '$(srcdir)/'`src/parser.tab.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-parser.tab.Tpo src/$(DEPDIR)/widl-parser.tab.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/parser.tab.c' object='src/widl-parser.tab.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.tab.o -MD -MP -MF src/$(DEPDIR)/widl-parser.tab.Tpo -c -o src/widl-parser.tab.o `test -f 'src/parser.tab.c' || echo '$(srcdir)/'`src/parser.tab.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-parser.tab.Tpo src/$(DEPDIR)/widl-parser.tab.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/parser.tab.c' object='src/widl-parser.tab.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.tab.o `test -f 'src/parser.tab.c' || echo '$(srcdir)/'`src/parser.tab.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.tab.o `test -f 'src/parser.tab.c' || echo '$(srcdir)/'`src/parser.tab.c src/widl-parser.tab.obj: src/parser.tab.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.tab.obj -MD -MP -MF src/$(DEPDIR)/widl-parser.tab.Tpo -c -o src/widl-parser.tab.obj `if test -f 'src/parser.tab.c'; then $(CYGPATH_W) 'src/parser.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.tab.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-parser.tab.Tpo src/$(DEPDIR)/widl-parser.tab.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/parser.tab.c' object='src/widl-parser.tab.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.tab.obj -MD -MP -MF src/$(DEPDIR)/widl-parser.tab.Tpo -c -o src/widl-parser.tab.obj `if test -f 'src/parser.tab.c'; then $(CYGPATH_W) 'src/parser.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.tab.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-parser.tab.Tpo src/$(DEPDIR)/widl-parser.tab.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/parser.tab.c' object='src/widl-parser.tab.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.tab.obj `if test -f 'src/parser.tab.c'; then $(CYGPATH_W) 'src/parser.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.tab.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.tab.obj `if test -f 'src/parser.tab.c'; then $(CYGPATH_W) 'src/parser.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.tab.c'; fi` src/widl-parser.yy.o: src/parser.yy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.yy.o -MD -MP -MF src/$(DEPDIR)/widl-parser.yy.Tpo -c -o src/widl-parser.yy.o `test -f 'src/parser.yy.c' || echo '$(srcdir)/'`src/parser.yy.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-parser.yy.Tpo src/$(DEPDIR)/widl-parser.yy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/parser.yy.c' object='src/widl-parser.yy.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.yy.o -MD -MP -MF src/$(DEPDIR)/widl-parser.yy.Tpo -c -o src/widl-parser.yy.o `test -f 'src/parser.yy.c' || echo '$(srcdir)/'`src/parser.yy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-parser.yy.Tpo src/$(DEPDIR)/widl-parser.yy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/parser.yy.c' object='src/widl-parser.yy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.yy.o `test -f 'src/parser.yy.c' || echo '$(srcdir)/'`src/parser.yy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.yy.o `test -f 'src/parser.yy.c' || echo '$(srcdir)/'`src/parser.yy.c src/widl-parser.yy.obj: src/parser.yy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.yy.obj -MD -MP -MF src/$(DEPDIR)/widl-parser.yy.Tpo -c -o src/widl-parser.yy.obj `if test -f 'src/parser.yy.c'; then $(CYGPATH_W) 'src/parser.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.yy.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-parser.yy.Tpo src/$(DEPDIR)/widl-parser.yy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/parser.yy.c' object='src/widl-parser.yy.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-parser.yy.obj -MD -MP -MF src/$(DEPDIR)/widl-parser.yy.Tpo -c -o src/widl-parser.yy.obj `if test -f 'src/parser.yy.c'; then $(CYGPATH_W) 'src/parser.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.yy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-parser.yy.Tpo src/$(DEPDIR)/widl-parser.yy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/parser.yy.c' object='src/widl-parser.yy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.yy.obj `if test -f 'src/parser.yy.c'; then $(CYGPATH_W) 'src/parser.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.yy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-parser.yy.obj `if test -f 'src/parser.yy.c'; then $(CYGPATH_W) 'src/parser.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/parser.yy.c'; fi` src/port/widl-getopt.o: src/port/getopt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt.o -MD -MP -MF src/port/$(DEPDIR)/widl-getopt.Tpo -c -o src/port/widl-getopt.o `test -f 'src/port/getopt.c' || echo '$(srcdir)/'`src/port/getopt.c -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-getopt.Tpo src/port/$(DEPDIR)/widl-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/getopt.c' object='src/port/widl-getopt.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt.o -MD -MP -MF src/port/$(DEPDIR)/widl-getopt.Tpo -c -o src/port/widl-getopt.o `test -f 'src/port/getopt.c' || echo '$(srcdir)/'`src/port/getopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-getopt.Tpo src/port/$(DEPDIR)/widl-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/getopt.c' object='src/port/widl-getopt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt.o `test -f 'src/port/getopt.c' || echo '$(srcdir)/'`src/port/getopt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt.o `test -f 'src/port/getopt.c' || echo '$(srcdir)/'`src/port/getopt.c src/port/widl-getopt.obj: src/port/getopt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt.obj -MD -MP -MF src/port/$(DEPDIR)/widl-getopt.Tpo -c -o src/port/widl-getopt.obj `if test -f 'src/port/getopt.c'; then $(CYGPATH_W) 'src/port/getopt.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-getopt.Tpo src/port/$(DEPDIR)/widl-getopt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/getopt.c' object='src/port/widl-getopt.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt.obj -MD -MP -MF src/port/$(DEPDIR)/widl-getopt.Tpo -c -o src/port/widl-getopt.obj `if test -f 'src/port/getopt.c'; then $(CYGPATH_W) 'src/port/getopt.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-getopt.Tpo src/port/$(DEPDIR)/widl-getopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/getopt.c' object='src/port/widl-getopt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt.obj `if test -f 'src/port/getopt.c'; then $(CYGPATH_W) 'src/port/getopt.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt.obj `if test -f 'src/port/getopt.c'; then $(CYGPATH_W) 'src/port/getopt.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt.c'; fi` src/port/widl-getopt1.o: src/port/getopt1.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt1.o -MD -MP -MF src/port/$(DEPDIR)/widl-getopt1.Tpo -c -o src/port/widl-getopt1.o `test -f 'src/port/getopt1.c' || echo '$(srcdir)/'`src/port/getopt1.c -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-getopt1.Tpo src/port/$(DEPDIR)/widl-getopt1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/getopt1.c' object='src/port/widl-getopt1.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt1.o -MD -MP -MF src/port/$(DEPDIR)/widl-getopt1.Tpo -c -o src/port/widl-getopt1.o `test -f 'src/port/getopt1.c' || echo '$(srcdir)/'`src/port/getopt1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-getopt1.Tpo src/port/$(DEPDIR)/widl-getopt1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/getopt1.c' object='src/port/widl-getopt1.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt1.o `test -f 'src/port/getopt1.c' || echo '$(srcdir)/'`src/port/getopt1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt1.o `test -f 'src/port/getopt1.c' || echo '$(srcdir)/'`src/port/getopt1.c src/port/widl-getopt1.obj: src/port/getopt1.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt1.obj -MD -MP -MF src/port/$(DEPDIR)/widl-getopt1.Tpo -c -o src/port/widl-getopt1.obj `if test -f 'src/port/getopt1.c'; then $(CYGPATH_W) 'src/port/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt1.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-getopt1.Tpo src/port/$(DEPDIR)/widl-getopt1.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/getopt1.c' object='src/port/widl-getopt1.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-getopt1.obj -MD -MP -MF src/port/$(DEPDIR)/widl-getopt1.Tpo -c -o src/port/widl-getopt1.obj `if test -f 'src/port/getopt1.c'; then $(CYGPATH_W) 'src/port/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-getopt1.Tpo src/port/$(DEPDIR)/widl-getopt1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/getopt1.c' object='src/port/widl-getopt1.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt1.obj `if test -f 'src/port/getopt1.c'; then $(CYGPATH_W) 'src/port/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt1.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-getopt1.obj `if test -f 'src/port/getopt1.c'; then $(CYGPATH_W) 'src/port/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/src/port/getopt1.c'; fi` src/port/widl-port.o: src/port/port.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-port.o -MD -MP -MF src/port/$(DEPDIR)/widl-port.Tpo -c -o src/port/widl-port.o `test -f 'src/port/port.c' || echo '$(srcdir)/'`src/port/port.c -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-port.Tpo src/port/$(DEPDIR)/widl-port.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/port.c' object='src/port/widl-port.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-port.o -MD -MP -MF src/port/$(DEPDIR)/widl-port.Tpo -c -o src/port/widl-port.o `test -f 'src/port/port.c' || echo '$(srcdir)/'`src/port/port.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-port.Tpo src/port/$(DEPDIR)/widl-port.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/port.c' object='src/port/widl-port.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-port.o `test -f 'src/port/port.c' || echo '$(srcdir)/'`src/port/port.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-port.o `test -f 'src/port/port.c' || echo '$(srcdir)/'`src/port/port.c src/port/widl-port.obj: src/port/port.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-port.obj -MD -MP -MF src/port/$(DEPDIR)/widl-port.Tpo -c -o src/port/widl-port.obj `if test -f 'src/port/port.c'; then $(CYGPATH_W) 'src/port/port.c'; else $(CYGPATH_W) '$(srcdir)/src/port/port.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/port/$(DEPDIR)/widl-port.Tpo src/port/$(DEPDIR)/widl-port.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/port/port.c' object='src/port/widl-port.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/port/widl-port.obj -MD -MP -MF src/port/$(DEPDIR)/widl-port.Tpo -c -o src/port/widl-port.obj `if test -f 'src/port/port.c'; then $(CYGPATH_W) 'src/port/port.c'; else $(CYGPATH_W) '$(srcdir)/src/port/port.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/port/$(DEPDIR)/widl-port.Tpo src/port/$(DEPDIR)/widl-port.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/port/port.c' object='src/port/widl-port.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-port.obj `if test -f 'src/port/port.c'; then $(CYGPATH_W) 'src/port/port.c'; else $(CYGPATH_W) '$(srcdir)/src/port/port.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/port/widl-port.obj `if test -f 'src/port/port.c'; then $(CYGPATH_W) 'src/port/port.c'; else $(CYGPATH_W) '$(srcdir)/src/port/port.c'; fi` src/widl-proxy.o: src/proxy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-proxy.o -MD -MP -MF src/$(DEPDIR)/widl-proxy.Tpo -c -o src/widl-proxy.o `test -f 'src/proxy.c' || echo '$(srcdir)/'`src/proxy.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-proxy.Tpo src/$(DEPDIR)/widl-proxy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/proxy.c' object='src/widl-proxy.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-proxy.o -MD -MP -MF src/$(DEPDIR)/widl-proxy.Tpo -c -o src/widl-proxy.o `test -f 'src/proxy.c' || echo '$(srcdir)/'`src/proxy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-proxy.Tpo src/$(DEPDIR)/widl-proxy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/proxy.c' object='src/widl-proxy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-proxy.o `test -f 'src/proxy.c' || echo '$(srcdir)/'`src/proxy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-proxy.o `test -f 'src/proxy.c' || echo '$(srcdir)/'`src/proxy.c src/widl-proxy.obj: src/proxy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-proxy.obj -MD -MP -MF src/$(DEPDIR)/widl-proxy.Tpo -c -o src/widl-proxy.obj `if test -f 'src/proxy.c'; then $(CYGPATH_W) 'src/proxy.c'; else $(CYGPATH_W) '$(srcdir)/src/proxy.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-proxy.Tpo src/$(DEPDIR)/widl-proxy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/proxy.c' object='src/widl-proxy.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-proxy.obj -MD -MP -MF src/$(DEPDIR)/widl-proxy.Tpo -c -o src/widl-proxy.obj `if test -f 'src/proxy.c'; then $(CYGPATH_W) 'src/proxy.c'; else $(CYGPATH_W) '$(srcdir)/src/proxy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-proxy.Tpo src/$(DEPDIR)/widl-proxy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/proxy.c' object='src/widl-proxy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-proxy.obj `if test -f 'src/proxy.c'; then $(CYGPATH_W) 'src/proxy.c'; else $(CYGPATH_W) '$(srcdir)/src/proxy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-proxy.obj `if test -f 'src/proxy.c'; then $(CYGPATH_W) 'src/proxy.c'; else $(CYGPATH_W) '$(srcdir)/src/proxy.c'; fi` src/widl-register.o: src/register.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-register.o -MD -MP -MF src/$(DEPDIR)/widl-register.Tpo -c -o src/widl-register.o `test -f 'src/register.c' || echo '$(srcdir)/'`src/register.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-register.Tpo src/$(DEPDIR)/widl-register.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/register.c' object='src/widl-register.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-register.o -MD -MP -MF src/$(DEPDIR)/widl-register.Tpo -c -o src/widl-register.o `test -f 'src/register.c' || echo '$(srcdir)/'`src/register.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-register.Tpo src/$(DEPDIR)/widl-register.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/register.c' object='src/widl-register.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-register.o `test -f 'src/register.c' || echo '$(srcdir)/'`src/register.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-register.o `test -f 'src/register.c' || echo '$(srcdir)/'`src/register.c src/widl-register.obj: src/register.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-register.obj -MD -MP -MF src/$(DEPDIR)/widl-register.Tpo -c -o src/widl-register.obj `if test -f 'src/register.c'; then $(CYGPATH_W) 'src/register.c'; else $(CYGPATH_W) '$(srcdir)/src/register.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-register.Tpo src/$(DEPDIR)/widl-register.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/register.c' object='src/widl-register.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-register.obj -MD -MP -MF src/$(DEPDIR)/widl-register.Tpo -c -o src/widl-register.obj `if test -f 'src/register.c'; then $(CYGPATH_W) 'src/register.c'; else $(CYGPATH_W) '$(srcdir)/src/register.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-register.Tpo src/$(DEPDIR)/widl-register.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/register.c' object='src/widl-register.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-register.obj `if test -f 'src/register.c'; then $(CYGPATH_W) 'src/register.c'; else $(CYGPATH_W) '$(srcdir)/src/register.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-register.obj `if test -f 'src/register.c'; then $(CYGPATH_W) 'src/register.c'; else $(CYGPATH_W) '$(srcdir)/src/register.c'; fi` src/widl-server.o: src/server.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-server.o -MD -MP -MF src/$(DEPDIR)/widl-server.Tpo -c -o src/widl-server.o `test -f 'src/server.c' || echo '$(srcdir)/'`src/server.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-server.Tpo src/$(DEPDIR)/widl-server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/server.c' object='src/widl-server.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-server.o -MD -MP -MF src/$(DEPDIR)/widl-server.Tpo -c -o src/widl-server.o `test -f 'src/server.c' || echo '$(srcdir)/'`src/server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-server.Tpo src/$(DEPDIR)/widl-server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/server.c' object='src/widl-server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-server.o `test -f 'src/server.c' || echo '$(srcdir)/'`src/server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-server.o `test -f 'src/server.c' || echo '$(srcdir)/'`src/server.c src/widl-server.obj: src/server.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-server.obj -MD -MP -MF src/$(DEPDIR)/widl-server.Tpo -c -o src/widl-server.obj `if test -f 'src/server.c'; then $(CYGPATH_W) 'src/server.c'; else $(CYGPATH_W) '$(srcdir)/src/server.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-server.Tpo src/$(DEPDIR)/widl-server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/server.c' object='src/widl-server.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-server.obj -MD -MP -MF src/$(DEPDIR)/widl-server.Tpo -c -o src/widl-server.obj `if test -f 'src/server.c'; then $(CYGPATH_W) 'src/server.c'; else $(CYGPATH_W) '$(srcdir)/src/server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-server.Tpo src/$(DEPDIR)/widl-server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/server.c' object='src/widl-server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-server.obj `if test -f 'src/server.c'; then $(CYGPATH_W) 'src/server.c'; else $(CYGPATH_W) '$(srcdir)/src/server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-server.obj `if test -f 'src/server.c'; then $(CYGPATH_W) 'src/server.c'; else $(CYGPATH_W) '$(srcdir)/src/server.c'; fi` src/widl-typegen.o: src/typegen.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typegen.o -MD -MP -MF src/$(DEPDIR)/widl-typegen.Tpo -c -o src/widl-typegen.o `test -f 'src/typegen.c' || echo '$(srcdir)/'`src/typegen.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typegen.Tpo src/$(DEPDIR)/widl-typegen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typegen.c' object='src/widl-typegen.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typegen.o -MD -MP -MF src/$(DEPDIR)/widl-typegen.Tpo -c -o src/widl-typegen.o `test -f 'src/typegen.c' || echo '$(srcdir)/'`src/typegen.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typegen.Tpo src/$(DEPDIR)/widl-typegen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typegen.c' object='src/widl-typegen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typegen.o `test -f 'src/typegen.c' || echo '$(srcdir)/'`src/typegen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typegen.o `test -f 'src/typegen.c' || echo '$(srcdir)/'`src/typegen.c src/widl-typegen.obj: src/typegen.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typegen.obj -MD -MP -MF src/$(DEPDIR)/widl-typegen.Tpo -c -o src/widl-typegen.obj `if test -f 'src/typegen.c'; then $(CYGPATH_W) 'src/typegen.c'; else $(CYGPATH_W) '$(srcdir)/src/typegen.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typegen.Tpo src/$(DEPDIR)/widl-typegen.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typegen.c' object='src/widl-typegen.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typegen.obj -MD -MP -MF src/$(DEPDIR)/widl-typegen.Tpo -c -o src/widl-typegen.obj `if test -f 'src/typegen.c'; then $(CYGPATH_W) 'src/typegen.c'; else $(CYGPATH_W) '$(srcdir)/src/typegen.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typegen.Tpo src/$(DEPDIR)/widl-typegen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typegen.c' object='src/widl-typegen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typegen.obj `if test -f 'src/typegen.c'; then $(CYGPATH_W) 'src/typegen.c'; else $(CYGPATH_W) '$(srcdir)/src/typegen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typegen.obj `if test -f 'src/typegen.c'; then $(CYGPATH_W) 'src/typegen.c'; else $(CYGPATH_W) '$(srcdir)/src/typegen.c'; fi` src/widl-typelib.o: src/typelib.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typelib.o -MD -MP -MF src/$(DEPDIR)/widl-typelib.Tpo -c -o src/widl-typelib.o `test -f 'src/typelib.c' || echo '$(srcdir)/'`src/typelib.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typelib.Tpo src/$(DEPDIR)/widl-typelib.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typelib.c' object='src/widl-typelib.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typelib.o -MD -MP -MF src/$(DEPDIR)/widl-typelib.Tpo -c -o src/widl-typelib.o `test -f 'src/typelib.c' || echo '$(srcdir)/'`src/typelib.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typelib.Tpo src/$(DEPDIR)/widl-typelib.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typelib.c' object='src/widl-typelib.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typelib.o `test -f 'src/typelib.c' || echo '$(srcdir)/'`src/typelib.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typelib.o `test -f 'src/typelib.c' || echo '$(srcdir)/'`src/typelib.c src/widl-typelib.obj: src/typelib.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typelib.obj -MD -MP -MF src/$(DEPDIR)/widl-typelib.Tpo -c -o src/widl-typelib.obj `if test -f 'src/typelib.c'; then $(CYGPATH_W) 'src/typelib.c'; else $(CYGPATH_W) '$(srcdir)/src/typelib.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typelib.Tpo src/$(DEPDIR)/widl-typelib.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typelib.c' object='src/widl-typelib.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typelib.obj -MD -MP -MF src/$(DEPDIR)/widl-typelib.Tpo -c -o src/widl-typelib.obj `if test -f 'src/typelib.c'; then $(CYGPATH_W) 'src/typelib.c'; else $(CYGPATH_W) '$(srcdir)/src/typelib.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typelib.Tpo src/$(DEPDIR)/widl-typelib.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typelib.c' object='src/widl-typelib.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typelib.obj `if test -f 'src/typelib.c'; then $(CYGPATH_W) 'src/typelib.c'; else $(CYGPATH_W) '$(srcdir)/src/typelib.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typelib.obj `if test -f 'src/typelib.c'; then $(CYGPATH_W) 'src/typelib.c'; else $(CYGPATH_W) '$(srcdir)/src/typelib.c'; fi` src/widl-typetree.o: src/typetree.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typetree.o -MD -MP -MF src/$(DEPDIR)/widl-typetree.Tpo -c -o src/widl-typetree.o `test -f 'src/typetree.c' || echo '$(srcdir)/'`src/typetree.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typetree.Tpo src/$(DEPDIR)/widl-typetree.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typetree.c' object='src/widl-typetree.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typetree.o -MD -MP -MF src/$(DEPDIR)/widl-typetree.Tpo -c -o src/widl-typetree.o `test -f 'src/typetree.c' || echo '$(srcdir)/'`src/typetree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typetree.Tpo src/$(DEPDIR)/widl-typetree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typetree.c' object='src/widl-typetree.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typetree.o `test -f 'src/typetree.c' || echo '$(srcdir)/'`src/typetree.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typetree.o `test -f 'src/typetree.c' || echo '$(srcdir)/'`src/typetree.c src/widl-typetree.obj: src/typetree.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typetree.obj -MD -MP -MF src/$(DEPDIR)/widl-typetree.Tpo -c -o src/widl-typetree.obj `if test -f 'src/typetree.c'; then $(CYGPATH_W) 'src/typetree.c'; else $(CYGPATH_W) '$(srcdir)/src/typetree.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-typetree.Tpo src/$(DEPDIR)/widl-typetree.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/typetree.c' object='src/widl-typetree.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-typetree.obj -MD -MP -MF src/$(DEPDIR)/widl-typetree.Tpo -c -o src/widl-typetree.obj `if test -f 'src/typetree.c'; then $(CYGPATH_W) 'src/typetree.c'; else $(CYGPATH_W) '$(srcdir)/src/typetree.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-typetree.Tpo src/$(DEPDIR)/widl-typetree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/typetree.c' object='src/widl-typetree.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typetree.obj `if test -f 'src/typetree.c'; then $(CYGPATH_W) 'src/typetree.c'; else $(CYGPATH_W) '$(srcdir)/src/typetree.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-typetree.obj `if test -f 'src/typetree.c'; then $(CYGPATH_W) 'src/typetree.c'; else $(CYGPATH_W) '$(srcdir)/src/typetree.c'; fi` src/widl-utils.o: src/utils.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-utils.o -MD -MP -MF src/$(DEPDIR)/widl-utils.Tpo -c -o src/widl-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-utils.Tpo src/$(DEPDIR)/widl-utils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='src/widl-utils.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-utils.o -MD -MP -MF src/$(DEPDIR)/widl-utils.Tpo -c -o src/widl-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-utils.Tpo src/$(DEPDIR)/widl-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils.c' object='src/widl-utils.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c src/widl-utils.obj: src/utils.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-utils.obj -MD -MP -MF src/$(DEPDIR)/widl-utils.Tpo -c -o src/widl-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-utils.Tpo src/$(DEPDIR)/widl-utils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='src/widl-utils.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-utils.obj -MD -MP -MF src/$(DEPDIR)/widl-utils.Tpo -c -o src/widl-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-utils.Tpo src/$(DEPDIR)/widl-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils.c' object='src/widl-utils.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi` src/widl-widl.o: src/widl.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-widl.o -MD -MP -MF src/$(DEPDIR)/widl-widl.Tpo -c -o src/widl-widl.o `test -f 'src/widl.c' || echo '$(srcdir)/'`src/widl.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-widl.Tpo src/$(DEPDIR)/widl-widl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/widl.c' object='src/widl-widl.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-widl.o -MD -MP -MF src/$(DEPDIR)/widl-widl.Tpo -c -o src/widl-widl.o `test -f 'src/widl.c' || echo '$(srcdir)/'`src/widl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-widl.Tpo src/$(DEPDIR)/widl-widl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/widl.c' object='src/widl-widl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-widl.o `test -f 'src/widl.c' || echo '$(srcdir)/'`src/widl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-widl.o `test -f 'src/widl.c' || echo '$(srcdir)/'`src/widl.c src/widl-widl.obj: src/widl.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-widl.obj -MD -MP -MF src/$(DEPDIR)/widl-widl.Tpo -c -o src/widl-widl.obj `if test -f 'src/widl.c'; then $(CYGPATH_W) 'src/widl.c'; else $(CYGPATH_W) '$(srcdir)/src/widl.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-widl.Tpo src/$(DEPDIR)/widl-widl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/widl.c' object='src/widl-widl.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-widl.obj -MD -MP -MF src/$(DEPDIR)/widl-widl.Tpo -c -o src/widl-widl.obj `if test -f 'src/widl.c'; then $(CYGPATH_W) 'src/widl.c'; else $(CYGPATH_W) '$(srcdir)/src/widl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-widl.Tpo src/$(DEPDIR)/widl-widl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/widl.c' object='src/widl-widl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-widl.obj `if test -f 'src/widl.c'; then $(CYGPATH_W) 'src/widl.c'; else $(CYGPATH_W) '$(srcdir)/src/widl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-widl.obj `if test -f 'src/widl.c'; then $(CYGPATH_W) 'src/widl.c'; else $(CYGPATH_W) '$(srcdir)/src/widl.c'; fi` src/widl-write_msft.o: src/write_msft.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-write_msft.o -MD -MP -MF src/$(DEPDIR)/widl-write_msft.Tpo -c -o src/widl-write_msft.o `test -f 'src/write_msft.c' || echo '$(srcdir)/'`src/write_msft.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-write_msft.Tpo src/$(DEPDIR)/widl-write_msft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/write_msft.c' object='src/widl-write_msft.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-write_msft.o -MD -MP -MF src/$(DEPDIR)/widl-write_msft.Tpo -c -o src/widl-write_msft.o `test -f 'src/write_msft.c' || echo '$(srcdir)/'`src/write_msft.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-write_msft.Tpo src/$(DEPDIR)/widl-write_msft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_msft.c' object='src/widl-write_msft.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-write_msft.o `test -f 'src/write_msft.c' || echo '$(srcdir)/'`src/write_msft.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-write_msft.o `test -f 'src/write_msft.c' || echo '$(srcdir)/'`src/write_msft.c src/widl-write_msft.obj: src/write_msft.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-write_msft.obj -MD -MP -MF src/$(DEPDIR)/widl-write_msft.Tpo -c -o src/widl-write_msft.obj `if test -f 'src/write_msft.c'; then $(CYGPATH_W) 'src/write_msft.c'; else $(CYGPATH_W) '$(srcdir)/src/write_msft.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-write_msft.Tpo src/$(DEPDIR)/widl-write_msft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/write_msft.c' object='src/widl-write_msft.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-write_msft.obj -MD -MP -MF src/$(DEPDIR)/widl-write_msft.Tpo -c -o src/widl-write_msft.obj `if test -f 'src/write_msft.c'; then $(CYGPATH_W) 'src/write_msft.c'; else $(CYGPATH_W) '$(srcdir)/src/write_msft.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-write_msft.Tpo src/$(DEPDIR)/widl-write_msft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_msft.c' object='src/widl-write_msft.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-write_msft.obj `if test -f 'src/write_msft.c'; then $(CYGPATH_W) 'src/write_msft.c'; else $(CYGPATH_W) '$(srcdir)/src/write_msft.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-write_msft.obj `if test -f 'src/write_msft.c'; then $(CYGPATH_W) 'src/write_msft.c'; else $(CYGPATH_W) '$(srcdir)/src/write_msft.c'; fi` src/wpp/widl-ppl.yy.o: src/wpp/ppl.yy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppl.yy.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo -c -o src/wpp/widl-ppl.yy.o `test -f 'src/wpp/ppl.yy.c' || echo '$(srcdir)/'`src/wpp/ppl.yy.c -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo src/wpp/$(DEPDIR)/widl-ppl.yy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/ppl.yy.c' object='src/wpp/widl-ppl.yy.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppl.yy.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo -c -o src/wpp/widl-ppl.yy.o `test -f 'src/wpp/ppl.yy.c' || echo '$(srcdir)/'`src/wpp/ppl.yy.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo src/wpp/$(DEPDIR)/widl-ppl.yy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/ppl.yy.c' object='src/wpp/widl-ppl.yy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppl.yy.o `test -f 'src/wpp/ppl.yy.c' || echo '$(srcdir)/'`src/wpp/ppl.yy.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppl.yy.o `test -f 'src/wpp/ppl.yy.c' || echo '$(srcdir)/'`src/wpp/ppl.yy.c src/wpp/widl-ppl.yy.obj: src/wpp/ppl.yy.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppl.yy.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo -c -o src/wpp/widl-ppl.yy.obj `if test -f 'src/wpp/ppl.yy.c'; then $(CYGPATH_W) 'src/wpp/ppl.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppl.yy.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo src/wpp/$(DEPDIR)/widl-ppl.yy.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/ppl.yy.c' object='src/wpp/widl-ppl.yy.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppl.yy.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo -c -o src/wpp/widl-ppl.yy.obj `if test -f 'src/wpp/ppl.yy.c'; then $(CYGPATH_W) 'src/wpp/ppl.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppl.yy.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-ppl.yy.Tpo src/wpp/$(DEPDIR)/widl-ppl.yy.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/ppl.yy.c' object='src/wpp/widl-ppl.yy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppl.yy.obj `if test -f 'src/wpp/ppl.yy.c'; then $(CYGPATH_W) 'src/wpp/ppl.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppl.yy.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppl.yy.obj `if test -f 'src/wpp/ppl.yy.c'; then $(CYGPATH_W) 'src/wpp/ppl.yy.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppl.yy.c'; fi` src/wpp/widl-ppy.tab.o: src/wpp/ppy.tab.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppy.tab.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo -c -o src/wpp/widl-ppy.tab.o `test -f 'src/wpp/ppy.tab.c' || echo '$(srcdir)/'`src/wpp/ppy.tab.c -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo src/wpp/$(DEPDIR)/widl-ppy.tab.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/ppy.tab.c' object='src/wpp/widl-ppy.tab.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppy.tab.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo -c -o src/wpp/widl-ppy.tab.o `test -f 'src/wpp/ppy.tab.c' || echo '$(srcdir)/'`src/wpp/ppy.tab.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo src/wpp/$(DEPDIR)/widl-ppy.tab.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/ppy.tab.c' object='src/wpp/widl-ppy.tab.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppy.tab.o `test -f 'src/wpp/ppy.tab.c' || echo '$(srcdir)/'`src/wpp/ppy.tab.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppy.tab.o `test -f 'src/wpp/ppy.tab.c' || echo '$(srcdir)/'`src/wpp/ppy.tab.c src/wpp/widl-ppy.tab.obj: src/wpp/ppy.tab.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppy.tab.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo -c -o src/wpp/widl-ppy.tab.obj `if test -f 'src/wpp/ppy.tab.c'; then $(CYGPATH_W) 'src/wpp/ppy.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppy.tab.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo src/wpp/$(DEPDIR)/widl-ppy.tab.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/ppy.tab.c' object='src/wpp/widl-ppy.tab.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-ppy.tab.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo -c -o src/wpp/widl-ppy.tab.obj `if test -f 'src/wpp/ppy.tab.c'; then $(CYGPATH_W) 'src/wpp/ppy.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppy.tab.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-ppy.tab.Tpo src/wpp/$(DEPDIR)/widl-ppy.tab.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/ppy.tab.c' object='src/wpp/widl-ppy.tab.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppy.tab.obj `if test -f 'src/wpp/ppy.tab.c'; then $(CYGPATH_W) 'src/wpp/ppy.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppy.tab.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-ppy.tab.obj `if test -f 'src/wpp/ppy.tab.c'; then $(CYGPATH_W) 'src/wpp/ppy.tab.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/ppy.tab.c'; fi` src/wpp/widl-preproc.o: src/wpp/preproc.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-preproc.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-preproc.Tpo -c -o src/wpp/widl-preproc.o `test -f 'src/wpp/preproc.c' || echo '$(srcdir)/'`src/wpp/preproc.c -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-preproc.Tpo src/wpp/$(DEPDIR)/widl-preproc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/preproc.c' object='src/wpp/widl-preproc.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-preproc.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-preproc.Tpo -c -o src/wpp/widl-preproc.o `test -f 'src/wpp/preproc.c' || echo '$(srcdir)/'`src/wpp/preproc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-preproc.Tpo src/wpp/$(DEPDIR)/widl-preproc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/preproc.c' object='src/wpp/widl-preproc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-preproc.o `test -f 'src/wpp/preproc.c' || echo '$(srcdir)/'`src/wpp/preproc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-preproc.o `test -f 'src/wpp/preproc.c' || echo '$(srcdir)/'`src/wpp/preproc.c src/wpp/widl-preproc.obj: src/wpp/preproc.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-preproc.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-preproc.Tpo -c -o src/wpp/widl-preproc.obj `if test -f 'src/wpp/preproc.c'; then $(CYGPATH_W) 'src/wpp/preproc.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/preproc.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-preproc.Tpo src/wpp/$(DEPDIR)/widl-preproc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/preproc.c' object='src/wpp/widl-preproc.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-preproc.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-preproc.Tpo -c -o src/wpp/widl-preproc.obj `if test -f 'src/wpp/preproc.c'; then $(CYGPATH_W) 'src/wpp/preproc.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/preproc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-preproc.Tpo src/wpp/$(DEPDIR)/widl-preproc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/preproc.c' object='src/wpp/widl-preproc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-preproc.obj `if test -f 'src/wpp/preproc.c'; then $(CYGPATH_W) 'src/wpp/preproc.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/preproc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-preproc.obj `if test -f 'src/wpp/preproc.c'; then $(CYGPATH_W) 'src/wpp/preproc.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/preproc.c'; fi` src/wpp/widl-wpp.o: src/wpp/wpp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-wpp.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-wpp.Tpo -c -o src/wpp/widl-wpp.o `test -f 'src/wpp/wpp.c' || echo '$(srcdir)/'`src/wpp/wpp.c -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-wpp.Tpo src/wpp/$(DEPDIR)/widl-wpp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/wpp.c' object='src/wpp/widl-wpp.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-wpp.o -MD -MP -MF src/wpp/$(DEPDIR)/widl-wpp.Tpo -c -o src/wpp/widl-wpp.o `test -f 'src/wpp/wpp.c' || echo '$(srcdir)/'`src/wpp/wpp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-wpp.Tpo src/wpp/$(DEPDIR)/widl-wpp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/wpp.c' object='src/wpp/widl-wpp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-wpp.o `test -f 'src/wpp/wpp.c' || echo '$(srcdir)/'`src/wpp/wpp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-wpp.o `test -f 'src/wpp/wpp.c' || echo '$(srcdir)/'`src/wpp/wpp.c src/wpp/widl-wpp.obj: src/wpp/wpp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-wpp.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-wpp.Tpo -c -o src/wpp/widl-wpp.obj `if test -f 'src/wpp/wpp.c'; then $(CYGPATH_W) 'src/wpp/wpp.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/wpp.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/wpp/$(DEPDIR)/widl-wpp.Tpo src/wpp/$(DEPDIR)/widl-wpp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/wpp/wpp.c' object='src/wpp/widl-wpp.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/wpp/widl-wpp.obj -MD -MP -MF src/wpp/$(DEPDIR)/widl-wpp.Tpo -c -o src/wpp/widl-wpp.obj `if test -f 'src/wpp/wpp.c'; then $(CYGPATH_W) 'src/wpp/wpp.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/wpp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/wpp/$(DEPDIR)/widl-wpp.Tpo src/wpp/$(DEPDIR)/widl-wpp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wpp/wpp.c' object='src/wpp/widl-wpp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-wpp.obj `if test -f 'src/wpp/wpp.c'; then $(CYGPATH_W) 'src/wpp/wpp.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/wpp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/wpp/widl-wpp.obj `if test -f 'src/wpp/wpp.c'; then $(CYGPATH_W) 'src/wpp/wpp.c'; else $(CYGPATH_W) '$(srcdir)/src/wpp/wpp.c'; fi` src/widl-pathtools.o: src/pathtools.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-pathtools.o -MD -MP -MF src/$(DEPDIR)/widl-pathtools.Tpo -c -o src/widl-pathtools.o `test -f 'src/pathtools.c' || echo '$(srcdir)/'`src/pathtools.c -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-pathtools.Tpo src/$(DEPDIR)/widl-pathtools.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pathtools.c' object='src/widl-pathtools.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-pathtools.o -MD -MP -MF src/$(DEPDIR)/widl-pathtools.Tpo -c -o src/widl-pathtools.o `test -f 'src/pathtools.c' || echo '$(srcdir)/'`src/pathtools.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-pathtools.Tpo src/$(DEPDIR)/widl-pathtools.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pathtools.c' object='src/widl-pathtools.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-pathtools.o `test -f 'src/pathtools.c' || echo '$(srcdir)/'`src/pathtools.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-pathtools.o `test -f 'src/pathtools.c' || echo '$(srcdir)/'`src/pathtools.c src/widl-pathtools.obj: src/pathtools.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-pathtools.obj -MD -MP -MF src/$(DEPDIR)/widl-pathtools.Tpo -c -o src/widl-pathtools.obj `if test -f 'src/pathtools.c'; then $(CYGPATH_W) 'src/pathtools.c'; else $(CYGPATH_W) '$(srcdir)/src/pathtools.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) src/$(DEPDIR)/widl-pathtools.Tpo src/$(DEPDIR)/widl-pathtools.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pathtools.c' object='src/widl-pathtools.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-pathtools.obj `if test -f 'src/pathtools.c'; then $(CYGPATH_W) 'src/pathtools.c'; else $(CYGPATH_W) '$(srcdir)/src/pathtools.c'; fi` - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -MT src/widl-pathtools.obj -MD -MP -MF src/$(DEPDIR)/widl-pathtools.Tpo -c -o src/widl-pathtools.obj `if test -f 'src/pathtools.c'; then $(CYGPATH_W) 'src/pathtools.c'; else $(CYGPATH_W) '$(srcdir)/src/pathtools.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/widl-pathtools.Tpo src/$(DEPDIR)/widl-pathtools.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pathtools.c' object='src/widl-pathtools.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(widl_CPPFLAGS) $(CPPFLAGS) $(widl_CFLAGS) $(CFLAGS) -c -o src/widl-pathtools.obj `if test -f 'src/pathtools.c'; then $(CYGPATH_W) 'src/pathtools.c'; else $(CYGPATH_W) '$(srcdir)/src/pathtools.c'; fi` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -851,15 +925,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -868,18 +938,16 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am -cscope.files: clean-cscope cscopelist - -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -936,7 +1004,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -952,11 +1020,17 @@ $(am__post_remove_distdir) dist-tarZ: 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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -974,7 +1048,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -984,22 +1058,23 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -1169,21 +1244,24 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-binPROGRAMS clean-cscope clean-generic cscope cscopelist \ - ctags dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-binPROGRAMS install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-binPROGRAMS +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ + clean-binPROGRAMS clean-cscope clean-generic cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS + +.PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/patches/0001-relocatable.patch mingw-w64-6.0.0/mingw-w64-tools/widl/patches/0001-relocatable.patch --- mingw-w64-5.0.4/mingw-w64-tools/widl/patches/0001-relocatable.patch 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/patches/0001-relocatable.patch 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,31 @@ +diff --git a/mingw-w64-tools/widl/src/widl.c b/mingw-w64-tools/widl/src/widl.c +index a38f917..38c31ce 100644 +--- a/mingw-w64-tools/widl/src/widl.c ++++ b/mingw-w64-tools/widl/src/widl.c +@@ -42,6 +42,7 @@ + #include "parser.h" + #include "wine/wpp.h" + #include "header.h" ++#include "pathtools.h" + + /* future options to reserve characters for: */ + /* A = ACF input filename */ +@@ -702,7 +703,17 @@ int main(int argc,char *argv[]) + } + + #ifdef DEFAULT_INCLUDE_DIR +- wpp_add_include_path(DEFAULT_INCLUDE_DIR); ++ char exe_path[PATH_MAX]; ++ get_executable_path (argv[0], &exe_path[0], sizeof (exe_path) / sizeof (exe_path[0])); ++ char * rel_to_includedir = get_relative_path (DEFAULT_BINDIR, DEFAULT_INCLUDE_DIR); ++ if (strrchr (exe_path, '/') != NULL) { ++ strrchr (exe_path, '/')[1] = '\0'; ++ } ++ char relocated_default_include_dir[PATH_MAX]; ++ strcpy (relocated_default_include_dir, exe_path); ++ strcat (relocated_default_include_dir, rel_to_includedir); ++ simplify_path (&relocated_default_include_dir[0]); ++ wpp_add_include_path(relocated_default_include_dir); + #endif + + /* if nothing specified, try to guess output type from the output file name */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/client.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/client.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/client.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/client.c 2018-09-14 14:16:43.000000000 +0000 @@ -62,7 +62,7 @@ fprintf(client, "%s%s(\n", prefix_client, get_name(func)); indent++; if (args) - write_args(client, args, iface->name, 0, TRUE, FILTER_NONE); + write_args(client, args, iface->name, 0, TRUE); else print_client("void"); fprintf(client, ")\n"); @@ -91,7 +91,7 @@ print_client("MIDL_STUB_MESSAGE _StubMsg;\n"); if (handle_var) { - if (explicit_fc == RPC_FC_BIND_GENERIC) + if (explicit_fc == FC_BIND_GENERIC) print_client("%s %s;\n", get_explicit_generic_handle_type(handle_var)->name, handle_var->name ); print_client("RPC_BINDING_HANDLE _Handle;\n"); @@ -113,7 +113,7 @@ print_client("NdrFreeBuffer(&__frame->_StubMsg);\n"); - if (explicit_fc == RPC_FC_BIND_GENERIC) + if (explicit_fc == FC_BIND_GENERIC) { fprintf(client, "\n"); print_client("if (__frame->_Handle)\n"); @@ -136,7 +136,7 @@ if (has_ret) { print_client("%s", ""); - write_type_decl(client, retval->type, retval->name, ""); + write_type_decl(client, retval->type, retval->name); fprintf(client, ";\n"); } print_client("RPC_MESSAGE _RpcMessage;\n"); @@ -144,7 +144,7 @@ if (handle_var) { print_client( "__frame->_Handle = 0;\n" ); - if (explicit_fc == RPC_FC_BIND_GENERIC) + if (explicit_fc == FC_BIND_GENERIC) print_client("__frame->%s = %s;\n", handle_var->name, handle_var->name ); } if (has_ret && decl_indirect(retval->type)) @@ -180,16 +180,16 @@ switch (explicit_fc) { - case RPC_FC_BIND_PRIMITIVE: + case FC_BIND_PRIMITIVE: print_client("__frame->_Handle = %s;\n", handle_var->name); fprintf(client, "\n"); break; - case RPC_FC_BIND_GENERIC: + case FC_BIND_GENERIC: print_client("__frame->_Handle = %s_bind(%s);\n", get_explicit_generic_handle_type(handle_var)->name, handle_var->name); fprintf(client, "\n"); break; - case RPC_FC_BIND_CONTEXT: + case FC_BIND_CONTEXT: { /* if the context_handle attribute appears in the chain of types * without pointers being followed, then the context handle must @@ -407,7 +407,7 @@ if (implicit_handle) { - write_type_decl( client, implicit_handle->type, implicit_handle->name, ""); + write_type_decl( client, implicit_handle->type, implicit_handle->name ); fprintf(client, ";\n\n"); } } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/expr.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/expr.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/expr.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/expr.c 2018-09-14 14:16:43.000000000 +0000 @@ -222,8 +222,8 @@ e->is_const = TRUE; if (is_signed_integer_type(tref)) { - cast_mask = (1 << (cast_type_bits - 1)) - 1; - if (expr->cval & (1 << (cast_type_bits - 1))) + cast_mask = (1u << (cast_type_bits - 1)) - 1; + if (expr->cval & (1u << (cast_type_bits - 1))) e->cval = -((-expr->cval) & cast_mask); else e->cval = expr->cval & cast_mask; @@ -231,8 +231,8 @@ else { /* calculate ((1 << cast_type_bits) - 1) avoiding overflow */ - cast_mask = ((1 << (cast_type_bits - 1)) - 1) | - 1 << (cast_type_bits - 1); + cast_mask = ((1u << (cast_type_bits - 1)) - 1) | + 1u << (cast_type_bits - 1); e->cval = expr->cval & cast_mask; } } @@ -519,11 +519,11 @@ break; case EXPR_STRLIT: result.is_temporary = TRUE; - result.type = type_new_pointer(RPC_FC_UP, type_new_int(TYPE_BASIC_CHAR, 0), NULL); + result.type = type_new_pointer(FC_UP, type_new_int(TYPE_BASIC_CHAR, 0), NULL); break; case EXPR_WSTRLIT: result.is_temporary = TRUE; - result.type = type_new_pointer(RPC_FC_UP, type_new_int(TYPE_BASIC_WCHAR, 0), NULL); + result.type = type_new_pointer(FC_UP, type_new_int(TYPE_BASIC_WCHAR, 0), NULL); break; case EXPR_CHARCONST: result.is_temporary = TRUE; @@ -571,9 +571,9 @@ error_loc_info(&expr_loc->v->loc_info, "address-of operator applied to non-variable type in expression%s%s\n", expr_loc->attr ? " for attribute " : "", expr_loc->attr ? expr_loc->attr : ""); - result.is_variable = FALSE; + result.is_variable = FALSE; result.is_temporary = TRUE; - result.type = type_new_pointer(RPC_FC_UP, result.type, NULL); + result.type = type_new_pointer(FC_UP, result.type, NULL); break; case EXPR_PPTR: result = resolve_expression(expr_loc, cont_type, e->ref); @@ -757,13 +757,13 @@ break; case EXPR_CAST: fprintf(h, "("); - write_type_decl(h, e->u.tref, NULL, ""); + write_type_decl(h, e->u.tref, NULL); fprintf(h, ")"); write_expr(h, e->ref, 1, toplevel, toplevel_prefix, cont_type, local_var_prefix); break; case EXPR_SIZEOF: fprintf(h, "sizeof("); - write_type_decl(h, e->u.tref, NULL, ""); + write_type_decl(h, e->u.tref, NULL); fprintf(h, ")"); break; case EXPR_SHL: diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/header.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/header.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/header.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/header.c 2018-09-14 14:16:43.000000000 +0000 @@ -35,6 +35,7 @@ #include "header.h" #include "expr.h" #include "typetree.h" +#include "typelib.h" static int indentation = 0; static int is_object_interface = 0; @@ -42,7 +43,7 @@ context_handle_list_t context_handle_list = LIST_INIT(context_handle_list); generic_handle_list_t generic_handle_list = LIST_INIT(generic_handle_list); -static void write_type_def_or_decl(FILE *f, type_t *t, int field, const char *name, const char *prename); +static void write_type_def_or_decl(FILE *f, type_t *t, int field, const char *name); static void indent(FILE *h, int delta) { @@ -52,6 +53,16 @@ if (delta > 0) indentation += delta; } +static void write_line(FILE *f, int delta, const char *fmt, ...) +{ + va_list ap; + indent(f, delta); + va_start(ap, fmt); + vfprintf(f, fmt, ap); + va_end(ap); + fprintf(f, "\n"); +} + int is_ptrchain_attr(const var_t *var, enum attr_type t) { if (is_attr(var->attrs, t)) @@ -119,8 +130,9 @@ uuid->Data4[6], uuid->Data4[7]); } -static void write_uuid_decl(FILE *f, const char *name, const UUID *uuid) +static void write_uuid_decl(FILE *f, type_t *type, const UUID *uuid) { + char *name = format_namespace(type->namespace, "", "::", type->name); fprintf(f, "#ifdef __CRT_UUID_DECL\n"); fprintf(f, "__CRT_UUID_DECL(%s, 0x%08x, 0x%04x, 0x%04x, 0x%02x,0x%02x, 0x%02x," "0x%02x,0x%02x,0x%02x,0x%02x,0x%02x)\n", @@ -128,6 +140,7 @@ uuid->Data4[2], uuid->Data4[3], uuid->Data4[4], uuid->Data4[5], uuid->Data4[6], uuid->Data4[7]); fprintf(f, "#endif\n"); + free(name); } static const char *uuid_string(const UUID *uuid) @@ -141,6 +154,30 @@ return buf; } +static void write_namespace_start(FILE *header, struct namespace *namespace) +{ + if(is_global_namespace(namespace)) { + if(use_abi_namespace) + write_line(header, 1, "namespace ABI {"); + return; + } + + write_namespace_start(header, namespace->parent); + write_line(header, 1, "namespace %s {", namespace->name); +} + +static void write_namespace_end(FILE *header, struct namespace *namespace) +{ + if(is_global_namespace(namespace)) { + if(use_abi_namespace) + write_line(header, -1, "}", namespace->name); + return; + } + + write_line(header, -1, "}", namespace->name); + write_namespace_end(header, namespace->parent); +} + const char *get_name(const var_t *v) { static char buffer[256]; @@ -191,13 +228,9 @@ switch(type_get_type_detect_alias(v->type)) { case TYPE_STRUCT: case TYPE_ENCAPSULATED_UNION: - if(!v->name - || !strncmp(v->name, "DUMMYUNIONNAME", 14) - || !strncmp(v->name, "DUMMYSTRUCTNAME", 15)) { + if(!v->name) { fprintf(h, "__C89_NAMELESS "); - if(v->name) - ; - else if(nameless_struct_cnt == 1) { + if(nameless_struct_cnt == 1) { name = "__C89_NAMELESSSTRUCTNAME"; }else if(nameless_struct_i < 5 /* # of supporting macros */) { sprintf(buf, "__C89_NAMELESSSTRUCTNAME%d", ++nameless_struct_i); @@ -206,13 +239,9 @@ } break; case TYPE_UNION: - if(!v->name - || !strncmp(v->name, "DUMMYUNIONNAME", 14) - || !strncmp(v->name, "DUMMYSTRUCTNAME", 15)) { + if(!v->name) { fprintf(h, "__C89_NAMELESS "); - if(v->name) - ; - else if(nameless_union_cnt == 1) { + if(nameless_union_cnt == 1) { name = "__C89_NAMELESSUNIONNAME"; }else if(nameless_union_i < 8 /* # of supporting macros */ ) { sprintf(buf, "__C89_NAMELESSUNIONNAME%d", ++nameless_union_i); @@ -223,12 +252,12 @@ default: ; } - write_type_def_or_decl(h, v->type, TRUE, name, ""); + write_type_def_or_decl(h, v->type, TRUE, name); fprintf(h, ";\n"); } } -static void write_enums(FILE *h, var_list_t *enums) +static void write_enums(FILE *h, var_list_t *enums, const char *enum_name) { var_t *v; if (!enums) return; @@ -236,7 +265,10 @@ { if (v->name) { indent(h, 0); - fprintf(h, "%s", get_name(v)); + if(!enum_name) + fprintf(h, "%s", get_name(v)); + else + fprintf(h, "%s_%s", enum_name, get_name(v)); if (v->eval) { fprintf(h, " = "); write_expr(h, v->eval, 0, 1, NULL, NULL, ""); @@ -253,10 +285,14 @@ (!is_ptr(t) && (!is_array(t) || !type_array_is_decl_as_ptr(t) || t->name))); } -void write_type_left(FILE *h, type_t *t, int declonly) +void write_type_left(FILE *h, type_t *t, enum name_type name_type, int declonly) { + const char *name; + if (!h) return; + name = type_get_name(t, name_type); + if (is_attr(t->attrs, ATTR_CONST) && (type_is_alias(t) || !is_ptr(t))) fprintf(h, "const "); @@ -266,20 +302,20 @@ switch (type_get_type_detect_alias(t)) { case TYPE_ENUM: if (!declonly && t->defined && !t->written) { - if (t->name) fprintf(h, "enum %s {\n", t->name); + if (name) fprintf(h, "enum %s {\n", name); else fprintf(h, "enum {\n"); t->written = TRUE; indentation++; - write_enums(h, type_enum_get_values(t)); + write_enums(h, type_enum_get_values(t), is_global_namespace(t->namespace) ? NULL : t->name); indent(h, -1); fprintf(h, "}"); } - else fprintf(h, "enum %s", t->name ? t->name : ""); + else fprintf(h, "enum %s", name ? name : ""); break; case TYPE_STRUCT: case TYPE_ENCAPSULATED_UNION: if (!declonly && t->defined && !t->written) { - if (t->name) fprintf(h, "struct %s {\n", t->name); + if (name) fprintf(h, "struct %s {\n", name); else fprintf(h, "struct {\n"); t->written = TRUE; indentation++; @@ -290,7 +326,7 @@ indent(h, -1); fprintf(h, "}"); } - else fprintf(h, "struct %s", t->name ? t->name : ""); + else fprintf(h, "struct %s", name ? name : ""); break; case TYPE_UNION: if (!declonly && t->defined && !t->written) { @@ -305,7 +341,7 @@ else fprintf(h, "union %s", t->name ? t->name : ""); break; case TYPE_POINTER: - write_type_left(h, type_pointer_get_ref(t), declonly); + write_type_left(h, type_pointer_get_ref(t), name_type, declonly); fprintf(h, "%s*", needs_space_after(type_pointer_get_ref(t)) ? " " : ""); if (is_attr(t->attrs, ATTR_CONST)) fprintf(h, "const "); break; @@ -314,7 +350,7 @@ fprintf(h, "%s", t->name); else { - write_type_left(h, type_array_get_element(t), declonly); + write_type_left(h, type_array_get_element(t), name_type, declonly); if (type_array_is_decl_as_ptr(t)) fprintf(h, "%s*", needs_space_after(type_array_get_element(t)) ? " " : ""); } @@ -369,7 +405,7 @@ fprintf(h, "void"); break; case TYPE_BITFIELD: - write_type_left(h, type_bitfield_get_field(t), declonly); + write_type_left(h, type_bitfield_get_field(t), name_type, declonly); break; case TYPE_ALIAS: case TYPE_FUNCTION: @@ -419,7 +455,7 @@ } } -static void write_type_v(FILE *h, type_t *t, int is_field, int declonly, const char *name, const char *prename) +static void write_type_v(FILE *h, type_t *t, int is_field, int declonly, const char *name) { type_t *pt = NULL; int ptr_level = 0; @@ -435,17 +471,17 @@ const char *callconv = get_attrp(pt->attrs, ATTR_CALLCONV); if (!callconv && is_object_interface) callconv = "STDMETHODCALLTYPE"; if (is_attr(pt->attrs, ATTR_INLINE)) fprintf(h, "inline "); - write_type_left(h, type_function_get_rettype(pt), declonly); + write_type_left(h, type_function_get_rettype(pt), NAME_DEFAULT, declonly); fputc(' ', h); if (ptr_level) fputc('(', h); if (callconv) fprintf(h, "%s ", callconv); for (i = 0; i < ptr_level; i++) fputc('*', h); } else - write_type_left(h, t, declonly); + write_type_left(h, t, NAME_DEFAULT, declonly); } - if (name) fprintf(h, "%s%s%s", !t || needs_space_after(t) ? " " : "", prename, name); + if (name) fprintf(h, "%s%s", !t || needs_space_after(t) ? " " : "", name ); if (t) { if (type_get_type_detect_alias(pt) == TYPE_FUNCTION) { @@ -454,7 +490,7 @@ if (ptr_level) fputc(')', h); fputc('(', h); if (args) - write_args(h, args, NULL, 0, FALSE, FILTER_NONE); + write_args(h, args, NULL, 0, FALSE); else fprintf(h, "void"); fputc(')', h); @@ -463,19 +499,43 @@ } } -static void write_type_def_or_decl(FILE *f, type_t *t, int field, const char *name, const char *prename) +static void write_type_def_or_decl(FILE *f, type_t *t, int field, const char *name) { - write_type_v(f, t, field, FALSE, name, prename); + write_type_v(f, t, field, FALSE, name); } -void write_type_decl(FILE *f, type_t *t, const char *name, const char *prename) +static void write_type_definition(FILE *f, type_t *t) { - write_type_v(f, t, FALSE, TRUE, name, prename); + int in_namespace = t->namespace && !is_global_namespace(t->namespace); + int save_written = t->written; + + if(in_namespace) { + fprintf(f, "#ifdef __cplusplus\n"); + fprintf(f, "} /* extern \"C\" */\n"); + write_namespace_start(f, t->namespace); + } + indent(f, 0); + write_type_left(f, t, NAME_DEFAULT, FALSE); + fprintf(f, ";\n"); + if(in_namespace) { + t->written = save_written; + write_namespace_end(f, t->namespace); + fprintf(f, "extern \"C\" {\n"); + fprintf(f, "#else\n"); + write_type_left(f, t, NAME_C, FALSE); + fprintf(f, ";\n"); + fprintf(f, "#endif\n\n"); + } +} + +void write_type_decl(FILE *f, type_t *t, const char *name) +{ + write_type_v(f, t, FALSE, TRUE, name); } void write_type_decl_left(FILE *f, type_t *t) { - write_type_left(f, t, TRUE); + write_type_left(f, t, NAME_DEFAULT, TRUE); } static int user_type_registered(const char *name) @@ -663,7 +723,7 @@ static void write_typedef(FILE *header, type_t *type) { fprintf(header, "typedef "); - write_type_def_or_decl(header, type_alias_get_aliasee(type), FALSE, type->name, ""); + write_type_def_or_decl(header, type_alias_get_aliasee(type), FALSE, type->name); fprintf(header, ";\n"); } @@ -707,7 +767,7 @@ fprintf(header, "extern "); break; } - write_type_def_or_decl(header, v->type, FALSE, v->name, ""); + write_type_def_or_decl(header, v->type, FALSE, v->name); fprintf(header, ";\n\n"); } } @@ -745,17 +805,17 @@ if (!is_attr( var->attrs, ATTR_IN ) && is_attr( var->attrs, ATTR_OUT )) continue; if (type_get_type( var->type ) == TYPE_BASIC && type_basic_get_type( var->type ) == TYPE_BASIC_HANDLE) { - *explicit_fc = RPC_FC_BIND_PRIMITIVE; + *explicit_fc = FC_BIND_PRIMITIVE; return var; } if (get_explicit_generic_handle_type( var )) { - *explicit_fc = RPC_FC_BIND_GENERIC; + *explicit_fc = FC_BIND_GENERIC; return var; } if (is_context_handle( var->type )) { - *explicit_fc = RPC_FC_BIND_CONTEXT; + *explicit_fc = FC_BIND_CONTEXT; return var; } } @@ -764,13 +824,13 @@ { if (type_get_type( var->type ) == TYPE_BASIC && type_basic_get_type( var->type ) == TYPE_BASIC_HANDLE) - *implicit_fc = RPC_FC_BIND_PRIMITIVE; + *implicit_fc = FC_BIND_PRIMITIVE; else - *implicit_fc = RPC_FC_BIND_GENERIC; + *implicit_fc = FC_BIND_GENERIC; return var; } - *implicit_fc = RPC_FC_AUTO_HANDLE; + *implicit_fc = FC_AUTO_HANDLE; return NULL; } @@ -836,15 +896,56 @@ return 0; } -static void write_method_macro(FILE *header, const type_t *iface, const char *name, char fBeAsync) +static int is_override_method(const type_t *iface, const type_t *child, const var_t *func) +{ + if (iface == child) + return 0; + + do + { + const statement_t *stmt; + STATEMENTS_FOR_EACH_FUNC(stmt, type_iface_get_stmts(child)) + { + const var_t *funccmp = stmt->u.var; + + if (!is_callas(func->attrs)) + { + char inherit_name[256]; + /* compare full name including property prefix */ + strcpy(inherit_name, get_name(funccmp)); + if (!strcmp(inherit_name, get_name(func))) return 1; + } + } + } + while ((child = type_iface_get_inherit(child)) && child != iface); + + return 0; +} + +static int is_aggregate_return(const var_t *func) +{ + enum type_type type = type_get_type(type_function_get_rettype(func->type)); + return type == TYPE_STRUCT || type == TYPE_UNION || + type == TYPE_COCLASS || type == TYPE_INTERFACE; +} + +static char *get_vtbl_entry_name(const type_t *iface, const var_t *func) +{ + static char buff[255]; + if (is_inherited_method(iface, func)) + sprintf(buff, "%s_%s", iface->name, get_name(func)); + else + sprintf(buff, "%s", get_name(func)); + return buff; +} + +static void write_method_macro(FILE *header, const type_t *iface, const type_t *child, const char *name) { const statement_t *stmt; int first_iface = 1; - if (!is_attr(iface->attrs, ATTR_ASYNCUUID)) - fBeAsync = 0; if (type_iface_get_inherit(iface)) - write_method_macro(header, type_iface_get_inherit(iface), name, fBeAsync); + write_method_macro(header, type_iface_get_inherit(iface), child, name); STATEMENTS_FOR_EACH_FUNC(stmt, type_iface_get_stmts(iface)) { @@ -856,64 +957,34 @@ first_iface = 0; } - if (!is_callas(func->attrs) && !is_inherited_method(iface, func)) { + if (is_override_method(iface, child, func)) + continue; + + if (!is_callas(func->attrs)) { const var_t *arg; - fprintf(header, "#define %s_%s%s(This", name, (fBeAsync ? "Begin_" : ""), get_name(func)); + fprintf(header, "#define %s_%s(This", name, get_name(func)); if (type_get_function_args(func->type)) LIST_FOR_EACH_ENTRY( arg, type_get_function_args(func->type), const var_t, entry ) - { - if (fBeAsync - && !is_attr(arg->attrs, ATTR_IN) && is_attr(arg->attrs, ATTR_OUT)) - ; - else - fprintf(header, ",%s", arg->name); - } + fprintf(header, ",%s", arg->name); fprintf(header, ") "); - fprintf(header, "(This)->lpVtbl->%s%s(This", (fBeAsync ? "Begin_" : ""), get_name(func)); + if (is_aggregate_return(func)) + { + fprintf(header, "%s_%s_define_WIDL_C_INLINE_WRAPPERS_for_aggregate_return_support\n", name, get_name(func)); + continue; + } + + fprintf(header, "(This)->lpVtbl->%s(This", get_vtbl_entry_name(iface, func)); if (type_get_function_args(func->type)) LIST_FOR_EACH_ENTRY( arg, type_get_function_args(func->type), const var_t, entry ) - { - if (fBeAsync - && !is_attr(arg->attrs, ATTR_IN) && is_attr(arg->attrs, ATTR_OUT)) - ; - else - fprintf(header, ",%s", arg->name); - } + fprintf(header, ",%s", arg->name); fprintf(header, ")\n"); - /* For async we need to output Finish_ ... variant. */ - if (fBeAsync) - { - fprintf(header, "#define %s_Finish_%s(This", name, get_name(func)); - if (type_get_function_args(func->type)) - LIST_FOR_EACH_ENTRY( arg, type_get_function_args(func->type), const var_t, entry ) - { - if (fBeAsync - && is_attr(arg->attrs, ATTR_IN) && !is_attr(arg->attrs, ATTR_OUT)) - ; - else - fprintf(header, ",%s", arg->name); - } - fprintf(header, ") "); - - fprintf(header, "(This)->lpVtbl->Finish_%s(This", get_name(func)); - if (type_get_function_args(func->type)) - LIST_FOR_EACH_ENTRY( arg, type_get_function_args(func->type), const var_t, entry ) - { - if (fBeAsync - && is_attr(arg->attrs, ATTR_IN) && !is_attr(arg->attrs, ATTR_OUT)) - ; - else - fprintf(header, ",%s", arg->name); - } - fprintf(header, ")\n"); - } } } } -void write_args(FILE *h, const var_list_t *args, const char *name, int method, int do_indent, int filter) +void write_args(FILE *h, const var_list_t *args, const char *name, int method, int do_indent) { const var_t *arg; int count = 0; @@ -928,10 +999,6 @@ count++; } if (args) LIST_FOR_EACH_ENTRY( arg, args, const var_t, entry ) { - if (filter - && ((filter == FILTER_IN && (!is_attr(arg->attrs, ATTR_IN) && is_attr(arg->attrs, ATTR_OUT))) - || (filter == FILTER_OUT && (is_attr(arg->attrs, ATTR_IN) && !is_attr(arg->attrs, ATTR_OUT))))) - continue; if (count) { if (do_indent) { @@ -940,7 +1007,7 @@ } else fprintf(h, ","); } - write_type_decl(h, arg->type, arg->name, ""); + write_type_decl(h, arg->type, arg->name); if (method == 2) { const expr_t *expr = get_attrp(arg->attrs, ATTR_DEFAULTVALUE); if (expr) { @@ -949,6 +1016,16 @@ /* Output default value only if all following arguments also have default value. */ LIST_FOR_EACH_ENTRY_REV( tail_arg, args, const var_t, entry ) { if(tail_arg == arg) { + expr_t bstr; + + /* Fixup the expression type for a BSTR like midl does. */ + if (get_type_vt(arg->type) == VT_BSTR && expr->type == EXPR_STRLIT) + { + bstr = *expr; + bstr.type = EXPR_WSTRLIT; + expr = &bstr; + } + fprintf(h, " = "); write_expr( h, expr, 0, 1, NULL, NULL, "" ); break; @@ -963,7 +1040,7 @@ if (do_indent) indentation--; } -static void write_cpp_method_def(FILE *header, const type_t *iface, const char *prename, char fBeAsync) +static void write_cpp_method_def(FILE *header, const type_t *iface) { const statement_t *stmt; @@ -972,56 +1049,74 @@ const var_t *func = stmt->u.var; if (!is_callas(func->attrs)) { const char *callconv = get_attrp(func->type->attrs, ATTR_CALLCONV); + const var_list_t *args = type_get_function_args(func->type); + const var_t *arg; + if (!callconv) callconv = "STDMETHODCALLTYPE"; + + if (is_aggregate_return(func)) { + fprintf(header, "#ifdef WIDL_EXPLICIT_AGGREGATE_RETURNS\n"); + + indent(header, 0); + fprintf(header, "virtual "); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, "* %s %s(\n", callconv, get_name(func)); + ++indentation; + indent(header, 0); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " *__ret"); + --indentation; + if (args) { + fprintf(header, ",\n"); + write_args(header, args, iface->name, 2, TRUE); + } + fprintf(header, ") = 0;\n"); + + indent(header, 0); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " %s %s(\n", callconv, get_name(func)); + write_args(header, args, iface->name, 2, TRUE); + fprintf(header, ")\n"); + indent(header, 0); + fprintf(header, "{\n"); + ++indentation; + indent(header, 0); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " __ret;\n"); + indent(header, 0); + fprintf(header, "return *%s(&__ret", get_name(func)); + if (args) + LIST_FOR_EACH_ENTRY(arg, args, const var_t, entry) + fprintf(header, ", %s", arg->name); + fprintf(header, ");\n"); + --indentation; + indent(header, 0); + fprintf(header, "}\n"); + + fprintf(header, "#else\n"); + } + indent(header, 0); fprintf(header, "virtual "); - if (fBeAsync) - fprintf(header, "void"); - else - write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " %s %s%s(\n", callconv, (fBeAsync ? "Begin_" : ""), get_name(func)); - if (*prename != 0) - { - char *h = xmalloc (strlen (prename) + strlen (iface->name) + 1); - sprintf (h, "%s%s", prename, iface->name); - write_args(header, type_get_function_args(func->type), h, 2, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); - free (h); - } - else - write_args(header, type_get_function_args(func->type), iface->name, 2, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " %s %s(\n", callconv, get_name(func)); + write_args(header, args, iface->name, 2, TRUE); fprintf(header, ") = 0;\n"); + + if (is_aggregate_return(func)) + fprintf(header, "#endif\n"); fprintf(header, "\n"); - if (fBeAsync) - { - indent(header, 0); - fprintf(header, "virtual "); - write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " %s Finish_%s(\n", callconv, get_name(func)); - if (*prename != 0) - { - char *h = xmalloc (strlen (prename) + strlen (iface->name) + 1); - sprintf (h, "%s%s", prename, iface->name); - write_args(header, type_get_function_args(func->type), h, 2, TRUE, FILTER_OUT); - free (h); - } - else - write_args(header, type_get_function_args(func->type), iface->name, 2, TRUE, FILTER_OUT); - fprintf(header, ") = 0;\n"); - fprintf(header, "\n"); - } } } } -static void write_inline_wrappers(FILE *header, const type_t *iface, const char *name, char fBeAsync) +static void write_inline_wrappers(FILE *header, const type_t *iface, const type_t *child, const char *name) { const statement_t *stmt; int first_iface = 1; - if (!is_attr(iface->attrs, ATTR_ASYNCUUID)) - fBeAsync = 0; if (type_iface_get_inherit(iface)) - write_inline_wrappers(header, type_iface_get_inherit(iface), name, fBeAsync); + write_inline_wrappers(header, type_iface_get_inherit(iface), child, name); STATEMENTS_FOR_EACH_FUNC(stmt, type_iface_get_stmts(iface)) { @@ -1033,53 +1128,47 @@ first_iface = 0; } - if (!is_callas(func->attrs) && !is_inherited_method(iface, func)) { + if (is_override_method(iface, child, func)) + continue; + + if (!is_callas(func->attrs)) { const var_t *arg; fprintf(header, "static FORCEINLINE "); - if (fBeAsync) - fprintf(header, "void"); - else - write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " %s%s_%s(", (fBeAsync ? "Begin_" : ""), name, get_name(func)); - write_args(header, type_get_function_args(func->type), name, 1, FALSE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " %s_%s(", name, get_name(func)); + write_args(header, type_get_function_args(func->type), name, 1, FALSE); fprintf(header, ") {\n"); - fprintf(header, " %s", (fBeAsync || is_void(type_function_get_rettype(func->type))) ? "" : "return "); - fprintf(header, "This->lpVtbl->%s%s(This", (fBeAsync ? "Begin_" : ""), get_name(func)); + ++indentation; + if (!is_aggregate_return(func)) { + indent(header, 0); + fprintf(header, "%sThis->lpVtbl->%s(This", + is_void(type_function_get_rettype(func->type)) ? "" : "return ", + get_vtbl_entry_name(iface, func)); + } else { + indent(header, 0); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " __ret;\n"); + indent(header, 0); + fprintf(header, "return *This->lpVtbl->%s(This,&__ret", get_vtbl_entry_name(iface, func)); + } if (type_get_function_args(func->type)) LIST_FOR_EACH_ENTRY( arg, type_get_function_args(func->type), const var_t, entry ) fprintf(header, ",%s", arg->name); fprintf(header, ");\n"); + --indentation; fprintf(header, "}\n"); - if (fBeAsync) - { - fprintf(header, "static FORCEINLINE "); - write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " Finish_%s_%s(", name, get_name(func)); - write_args(header, type_get_function_args(func->type), name, 1, FALSE, FILTER_OUT); - fprintf(header, ") {\n"); - fprintf(header, " %s", is_void(type_function_get_rettype(func->type)) ? "" : "return "); - fprintf(header, "This->lpVtbl->Finish_%s(This);\n", get_name(func)); - fprintf(header, "}\n"); - } } } } -static void do_write_c_method_def(FILE *header, const type_t *iface, const char *name, const char *prename, char fBeAsync) +static void do_write_c_method_def(FILE *header, const type_t *iface, const char *name) { const statement_t *stmt; int first_iface = 1; - char *hname; - - if (!is_attr(iface->attrs, ATTR_ASYNCUUID)) - fBeAsync = 0; if (type_iface_get_inherit(iface)) - do_write_c_method_def(header, type_iface_get_inherit(iface), name, prename, fBeAsync); - - hname = xmalloc (strlen (name) + strlen (prename) + 1); - sprintf (hname, "%s%s", prename, name); + do_write_c_method_def(header, type_iface_get_inherit(iface), name); STATEMENTS_FOR_EACH_FUNC(stmt, type_iface_get_stmts(iface)) { @@ -1091,48 +1180,46 @@ } if (!is_callas(func->attrs)) { const char *callconv = get_attrp(func->type->attrs, ATTR_CALLCONV); - if (!callconv) callconv = "STDMETHODCALLTYPE"; indent(header, 0); - if (fBeAsync) - fprintf (header, "void"); - else - write_type_decl_left(header, type_function_get_rettype(func->type)); + write_type_decl_left(header, type_function_get_rettype(func->type)); + if (is_aggregate_return(func)) + fprintf(header, " *"); if (is_inherited_method(iface, func)) - fprintf(header, " (%s *%s_%s%s)(\n", callconv, iface->name, (fBeAsync ? "Begin_" : ""), func->name); + fprintf(header, " (%s *%s_%s)(\n", callconv, iface->name, func->name); else - fprintf(header, " (%s *%s%s)(\n", callconv, (fBeAsync ? "Begin_" : ""), get_name(func)); - write_args(header, type_get_function_args(func->type), hname, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + fprintf(header, " (%s *%s)(\n", callconv, get_name(func)); + ++indentation; + indent(header, 0); + fprintf(header, "%s *This", name); + if (is_aggregate_return(func)) { + fprintf(header, ",\n"); + indent(header, 0); + write_type_decl_left(header, type_function_get_rettype(func->type)); + fprintf(header, " *__ret"); + } + --indentation; + if (type_get_function_args(func->type)) { + fprintf(header, ",\n"); + write_args(header, type_get_function_args(func->type), name, 0, TRUE); + } fprintf(header, ");\n"); fprintf(header, "\n"); - if (fBeAsync) - { - indent(header, 0); - write_type_decl_left(header, type_function_get_rettype(func->type)); - if (is_inherited_method(iface, func)) - fprintf(header, " (%s *%s_Finish_%s)(\n", callconv, iface->name, func->name); - else - fprintf(header, " (%s *Finish_%s)(\n", callconv, get_name(func)); - write_args(header, type_get_function_args(func->type), hname, 1, TRUE, FILTER_OUT); - fprintf(header, ");\n"); - fprintf(header, "\n"); - } } } - free (hname); } -static void write_c_method_def(FILE *header, const type_t *iface, const char *prename, char fBeAsync) +static void write_c_method_def(FILE *header, const type_t *iface) { - do_write_c_method_def(header, iface, iface->name, prename, fBeAsync); + do_write_c_method_def(header, iface, iface->c_name); } -static void write_c_disp_method_def(FILE *header, const type_t *iface, const char *prename, char fBeAsync) +static void write_c_disp_method_def(FILE *header, const type_t *iface) { - do_write_c_method_def(header, type_iface_get_inherit(iface), iface->name, prename, fBeAsync); + do_write_c_method_def(header, type_iface_get_inherit(iface), iface->c_name); } -static void write_method_proto(FILE *header, const type_t *iface, const char *prename, char fBeAsync) +static void write_method_proto(FILE *header, const type_t *iface) { const statement_t *stmt; @@ -1140,38 +1227,25 @@ { const var_t *func = stmt->u.var; - if (!is_local(func->attrs)) { + if (is_callas(func->attrs)) { const char *callconv = get_attrp(func->type->attrs, ATTR_CALLCONV); if (!callconv) callconv = "STDMETHODCALLTYPE"; /* proxy prototype */ write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " %s %s%s_%s%s_Proxy(\n", callconv, prename, iface->name, (fBeAsync ? "Begin_" : ""), get_name(func)); - write_args(header, type_get_function_args(func->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + fprintf(header, " %s %s_%s_Proxy(\n", callconv, iface->name, get_name(func)); + write_args(header, type_get_function_args(func->type), iface->name, 1, TRUE); fprintf(header, ");\n"); /* stub prototype */ - fprintf(header, "void __RPC_STUB %s%s_%s%s_Stub(\n", prename, iface->name, (fBeAsync ? "Begin_" : ""), get_name(func)); + fprintf(header, "void __RPC_STUB %s_%s_Stub(\n", iface->name, get_name(func)); fprintf(header, " IRpcStubBuffer* This,\n"); fprintf(header, " IRpcChannelBuffer* pRpcChannelBuffer,\n"); fprintf(header, " PRPC_MESSAGE pRpcMessage,\n"); fprintf(header, " DWORD* pdwStubPhase);\n"); - if (fBeAsync) - { - write_type_decl_left(header, type_function_get_rettype(func->type)); - fprintf(header, " %s %s%s_Finish_%s_Proxy(\n", callconv, prename, iface->name, get_name(func)); - write_args(header, type_get_function_args(func->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); - fprintf(header, ");\n"); - /* stub prototype */ - fprintf(header, "void __RPC_STUB %s%s_Finish_%s_Stub(\n", prename, iface->name, get_name(func)); - fprintf(header, " IRpcStubBuffer* This,\n"); - fprintf(header, " IRpcChannelBuffer* pRpcChannelBuffer,\n"); - fprintf(header, " PRPC_MESSAGE pRpcMessage,\n"); - fprintf(header, " DWORD* pdwStubPhase);\n"); - } } } } -static void write_locals(FILE *fp, const type_t *iface, int body, const char *prename, char fBeAsync) +static void write_locals(FILE *fp, const type_t *iface, int body) { static const char comment[] = "/* WIDL-generated stub. You must provide an implementation for this. */"; @@ -1191,11 +1265,10 @@ break; if (&stmt2->entry != type_iface_get_stmts(iface)) { const var_t *m = stmt2->u.var; - - /* proxy prototype - use local prototype */ + /* proxy prototype - use local prototype */ write_type_decl_left(fp, type_function_get_rettype(m->type)); - fprintf(fp, " CALLBACK %s%s_%s%s_Proxy(\n", prename, iface->name, (fBeAsync ? "Begin_" : ""), get_name(m)); - write_args(fp, type_get_function_args(m->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + fprintf(fp, " CALLBACK %s_%s_Proxy(\n", iface->name, get_name(m)); + write_args(fp, type_get_function_args(m->type), iface->name, 1, TRUE); fprintf(fp, ")"); if (body) { type_t *rt = type_function_get_rettype(m->type); @@ -1205,7 +1278,7 @@ fprintf(fp, " return E_NOTIMPL;\n"); else if (type_get_type(rt) != TYPE_VOID) { fprintf(fp, " "); - write_type_decl(fp, rt, "rv", ""); + write_type_decl(fp, rt, "rv"); fprintf(fp, ";\n"); fprintf(fp, " memset(&rv, 0, sizeof rv);\n"); fprintf(fp, " return rv;\n"); @@ -1214,58 +1287,19 @@ } else fprintf(fp, ";\n"); - - /* stub prototype - use remotable prototype. */ + /* stub prototype - use remotable prototype */ write_type_decl_left(fp, type_function_get_rettype(func->type)); - fprintf(fp, " __RPC_STUB %s%s_%s%s_Stub(\n", prename, iface->name, (fBeAsync ? "Begin_" : ""), get_name(m)); - write_args(fp, type_get_function_args(func->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); + fprintf(fp, " __RPC_STUB %s_%s_Stub(\n", iface->name, get_name(m)); + write_args(fp, type_get_function_args(func->type), iface->name, 1, TRUE); fprintf(fp, ")"); if (body) /* Remotable methods must all return HRESULTs. */ fprintf(fp, "\n{\n %s\n return E_NOTIMPL;\n}\n\n", comment); else fprintf(fp, ";\n"); - - /* Output the Finish_-stubs. */ - if (fBeAsync) - { - /* proxy prototype - use local prototype */ - write_type_decl_left(fp, type_function_get_rettype(m->type)); - fprintf(fp, " CALLBACK %s%s_Finish_%s_Proxy(\n", prename, iface->name, get_name(m)); - write_args(fp, type_get_function_args(m->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_OUT : FILTER_NONE)); - fprintf(fp, ")"); - if (body) { - type_t *rt = type_function_get_rettype(m->type); - fprintf(fp, "\n{\n"); - fprintf(fp, " %s\n", comment); - if (rt->name && strcmp(rt->name, "HRESULT") == 0) - fprintf(fp, " return E_NOTIMPL;\n"); - else if (type_get_type(rt) != TYPE_VOID) { - fprintf(fp, " "); - write_type_decl(fp, rt, "rv", ""); - fprintf(fp, ";\n"); - fprintf(fp, " memset(&rv, 0, sizeof rv);\n"); - fprintf(fp, " return rv;\n"); - } - fprintf(fp, "}\n\n"); - } - else - fprintf(fp, ";\n"); - - /* stub prototype - use remotable prototype. */ - write_type_decl_left(fp, type_function_get_rettype(func->type)); - fprintf(fp, " __RPC_STUB %s%s_Finish_%s_Stub(\n", prename, iface->name, get_name(m)); - write_args(fp, type_get_function_args(func->type), iface->name, 1, TRUE, (fBeAsync ? FILTER_IN : FILTER_NONE)); - fprintf(fp, ")"); - if (body) - /* Remotable methods must all return HRESULTs. */ - fprintf(fp, "\n{\n %s\n return E_NOTIMPL;\n}\n\n", comment); - else - fprintf(fp, ";\n"); - } } else - error_loc("invalid call_as attribute (%s%s -> %s)\n", prename, func->name, cas->name); + error_loc("invalid call_as attribute (%s -> %s)\n", func->name, cas->name); } } } @@ -1276,7 +1310,7 @@ if (stmts) LIST_FOR_EACH_ENTRY( stmt, stmts, const statement_t, entry ) { if (stmt->type == STMT_TYPE && type_get_type(stmt->u.type) == TYPE_INTERFACE) - write_locals(local_stubs, stmt->u.type, TRUE, "", FALSE); + write_locals(local_stubs, stmt->u.type, TRUE); } } @@ -1310,7 +1344,7 @@ fprintf(header, " %s ", callconv); fprintf(header, "%s%s(\n", prefix, get_name(fun)); if (type_get_function_args(fun->type)) - write_args(header, type_get_function_args(fun->type), iface->name, 0, TRUE, FILTER_NONE); + write_args(header, type_get_function_args(fun->type), iface->name, 0, TRUE); else fprintf(header, " void"); fprintf(header, ");\n\n"); @@ -1318,99 +1352,95 @@ static void write_forward(FILE *header, type_t *iface) { - fprintf(header, "#ifndef __%s_FWD_DEFINED__\n", iface->name); - fprintf(header, "#define __%s_FWD_DEFINED__\n", iface->name); - fprintf(header, "typedef interface %s %s;\n", iface->name, iface->name); - fprintf(header, "#endif\n\n"); - if (is_attr(iface->attrs, ATTR_ASYNCUUID)) - { - fprintf(header, "#ifndef __Async%s_FWD_DEFINED__\n", iface->name); - fprintf(header, "#define __Async%s_FWD_DEFINED__\n", iface->name); - fprintf(header, "typedef interface Async%s Async%s;\n", iface->name, iface->name); - fprintf(header, "#endif\n\n"); - } + fprintf(header, "#ifndef __%s_FWD_DEFINED__\n", iface->c_name); + fprintf(header, "#define __%s_FWD_DEFINED__\n", iface->c_name); + fprintf(header, "typedef interface %s %s;\n", iface->c_name, iface->c_name); + fprintf(header, "#ifdef __cplusplus\n"); + write_namespace_start(header, iface->namespace); + write_line(header, 0, "interface %s;", iface->name); + write_namespace_end(header, iface->namespace); + fprintf(header, "#endif /* __cplusplus */\n"); + fprintf(header, "#endif\n\n" ); } -static void write_com_interface_start(FILE *header, const type_t *iface, const char *prename) +static void write_com_interface_start(FILE *header, const type_t *iface) { int dispinterface = is_attr(iface->attrs, ATTR_DISPINTERFACE); fprintf(header, "/*****************************************************************************\n"); - fprintf(header, " * %s%s %sinterface\n", prename, iface->name, dispinterface ? "disp" : ""); + fprintf(header, " * %s %sinterface\n", iface->name, dispinterface ? "disp" : ""); fprintf(header, " */\n"); - fprintf(header,"#ifndef __%s%s_%sINTERFACE_DEFINED__\n", prename, iface->name, dispinterface ? "DISP" : ""); - fprintf(header,"#define __%s%s_%sINTERFACE_DEFINED__\n\n", prename, iface->name, dispinterface ? "DISP" : ""); + fprintf(header,"#ifndef __%s_%sINTERFACE_DEFINED__\n", iface->c_name, dispinterface ? "DISP" : ""); + fprintf(header,"#define __%s_%sINTERFACE_DEFINED__\n\n", iface->c_name, dispinterface ? "DISP" : ""); } -static void write_com_interface_end(FILE *header, type_t *iface, const char *prename) +static void write_com_interface_end(FILE *header, type_t *iface) { int dispinterface = is_attr(iface->attrs, ATTR_DISPINTERFACE); - const UUID *uuid; - char *h; - - if (!strcmp (prename, "Async")) - uuid = get_attrp(iface->attrs, ATTR_ASYNCUUID); - else - uuid = get_attrp(iface->attrs, ATTR_UUID); - h = xmalloc (strlen (iface->name) + strlen (prename) + 1); - sprintf (h, "%s%s", prename, iface->name); + const UUID *uuid = get_attrp(iface->attrs, ATTR_UUID); + type_t *type; + if (uuid) - write_guid(header, dispinterface ? "DIID" : "IID", h, uuid); + write_guid(header, dispinterface ? "DIID" : "IID", iface->c_name, uuid); + /* C++ interface */ fprintf(header, "#if defined(__cplusplus) && !defined(CINTERFACE)\n"); - if (uuid) - fprintf(header, "MIDL_INTERFACE(\"%s\")\n", uuid_string(uuid)); - else + if (!is_global_namespace(iface->namespace)) { + write_line(header, 0, "} /* extern \"C\" */"); + write_namespace_start(header, iface->namespace); + } + if (uuid) { + write_line(header, 0, "MIDL_INTERFACE(\"%s\")", uuid_string(uuid)); + indent(header, 0); + }else { + indent(header, 0); fprintf(header, "interface "); + } if (type_iface_get_inherit(iface)) { - fprintf(header, "%s : public %s\n", h, + fprintf(header, "%s : public %s\n", iface->name, type_iface_get_inherit(iface)->name); - fprintf(header, "{\n"); + write_line(header, 1, "{"); } else { - fprintf(header, "%s\n", h); - fprintf(header, "{\n"); - fprintf(header, " BEGIN_INTERFACE\n"); - fprintf(header, "\n"); + fprintf(header, "%s\n", iface->name); + write_line(header, 1, "{\n"); + write_line(header, 0, "BEGIN_INTERFACE\n"); } /* dispinterfaces don't have real functions, so don't write C++ functions for * them */ if (!dispinterface) - { - indentation++; - write_cpp_method_def(header, iface, prename, *prename != 0); - indentation--; - } + write_cpp_method_def(header, iface); if (!type_iface_get_inherit(iface)) - fprintf(header, " END_INTERFACE\n"); - fprintf(header, "};\n"); + write_line(header, 0, "END_INTERFACE\n"); + write_line(header, -1, "};"); + if (!is_global_namespace(iface->namespace)) { + write_namespace_end(header, iface->namespace); + write_line(header, 0, "extern \"C\" {"); + } if (uuid) - write_uuid_decl(header, h, uuid); + write_uuid_decl(header, iface, uuid); fprintf(header, "#else\n"); /* C interface */ - fprintf(header, "typedef struct %sVtbl {\n", h); - indentation++; - fprintf(header, " BEGIN_INTERFACE\n"); - fprintf(header, "\n"); + write_line(header, 1, "typedef struct %sVtbl {", iface->c_name); + write_line(header, 0, "BEGIN_INTERFACE\n"); if (dispinterface) - write_c_disp_method_def(header, iface, prename, (*prename != 0)); + write_c_disp_method_def(header, iface); else - write_c_method_def(header, iface, prename, (*prename != 0)); - indentation--; - fprintf(header, " END_INTERFACE\n"); - fprintf(header, "} %sVtbl;\n", h); - fprintf(header, "interface %s {\n", h); - fprintf(header, " CONST_VTBL %sVtbl* lpVtbl;\n", h); - fprintf(header, "};\n"); - fprintf(header, "\n"); + write_c_method_def(header, iface); + write_line(header, 0, "END_INTERFACE"); + write_line(header, -1, "} %sVtbl;\n", iface->c_name); + fprintf(header, "interface %s {\n", iface->c_name); + fprintf(header, " CONST_VTBL %sVtbl* lpVtbl;\n", iface->c_name); + fprintf(header, "};\n\n"); fprintf(header, "#ifdef COBJMACROS\n"); /* dispinterfaces don't have real functions, so don't write macros for them, * only for the interface this interface inherits from, i.e. IDispatch */ fprintf(header, "#ifndef WIDL_C_INLINE_WRAPPERS\n"); - write_method_macro(header, dispinterface ? type_iface_get_inherit(iface) : iface, h, (*prename != 0)); + type = dispinterface ? type_iface_get_inherit(iface) : iface; + write_method_macro(header, type, type, iface->c_name); fprintf(header, "#else\n"); - write_inline_wrappers(header, dispinterface ? type_iface_get_inherit(iface) : iface, h, (*prename != 0)); + write_inline_wrappers(header, type, type, iface->c_name); fprintf(header, "#endif\n"); fprintf(header, "#endif\n"); fprintf(header, "\n"); @@ -1418,49 +1448,48 @@ fprintf(header, "\n"); /* dispinterfaces don't have real functions, so don't write prototypes for * them */ - if (!dispinterface) + if (!dispinterface && !winrt_mode) { - write_method_proto(header, iface, prename, (*prename != 0)); - write_locals(header, iface, FALSE, prename, (*prename != 0)); + write_method_proto(header, iface); + write_locals(header, iface, FALSE); fprintf(header, "\n"); } - fprintf(header,"#endif /* __%s_%sINTERFACE_DEFINED__ */\n\n", h, dispinterface ? "DISP" : ""); - free (h); + fprintf(header,"#endif /* __%s_%sINTERFACE_DEFINED__ */\n\n", iface->c_name, dispinterface ? "DISP" : ""); } -static void write_rpc_interface_start(FILE *header, const type_t *iface, const char *prename) +static void write_rpc_interface_start(FILE *header, const type_t *iface) { unsigned int ver = get_attrv(iface->attrs, ATTR_VERSION); const var_t *var = get_attrp(iface->attrs, ATTR_IMPLICIT_HANDLE); fprintf(header, "/*****************************************************************************\n"); - fprintf(header, " * %s%s interface (v%d.%d)\n", prename, iface->name, MAJORVERSION(ver), MINORVERSION(ver)); + fprintf(header, " * %s interface (v%d.%d)\n", iface->name, MAJORVERSION(ver), MINORVERSION(ver)); fprintf(header, " */\n"); - fprintf(header,"#ifndef __%s%s_INTERFACE_DEFINED__\n", prename, iface->name); - fprintf(header,"#define __%s%s_INTERFACE_DEFINED__\n\n", prename, iface->name); + fprintf(header,"#ifndef __%s_INTERFACE_DEFINED__\n", iface->name); + fprintf(header,"#define __%s_INTERFACE_DEFINED__\n\n", iface->name); if (var) { fprintf(header, "extern "); - write_type_decl( header, var->type, var->name, prename); + write_type_decl( header, var->type, var->name ); fprintf(header, ";\n"); } if (old_names) { - fprintf(header, "extern RPC_IF_HANDLE %s%s%s_ClientIfHandle;\n", prefix_client, prename, iface->name); - fprintf(header, "extern RPC_IF_HANDLE %s%s%s_ServerIfHandle;\n", prefix_server, prename, iface->name); + fprintf(header, "extern RPC_IF_HANDLE %s%s_ClientIfHandle;\n", prefix_client, iface->name); + fprintf(header, "extern RPC_IF_HANDLE %s%s_ServerIfHandle;\n", prefix_server, iface->name); } else { - fprintf(header, "extern RPC_IF_HANDLE %s%s%s_v%d_%d_c_ifspec;\n", - prefix_client, prename, iface->name, MAJORVERSION(ver), MINORVERSION(ver)); - fprintf(header, "extern RPC_IF_HANDLE %s%s%s_v%d_%d_s_ifspec;\n", - prefix_server, prename, iface->name, MAJORVERSION(ver), MINORVERSION(ver)); + fprintf(header, "extern RPC_IF_HANDLE %s%s_v%d_%d_c_ifspec;\n", + prefix_client, iface->name, MAJORVERSION(ver), MINORVERSION(ver)); + fprintf(header, "extern RPC_IF_HANDLE %s%s_v%d_%d_s_ifspec;\n", + prefix_server, iface->name, MAJORVERSION(ver), MINORVERSION(ver)); } } -static void write_rpc_interface_end(FILE *header, const type_t *iface, const char *prename) +static void write_rpc_interface_end(FILE *header, const type_t *iface) { - fprintf(header,"\n#endif /* __%s%s_INTERFACE_DEFINED__ */\n\n", prename, iface->name); + fprintf(header,"\n#endif /* __%s_INTERFACE_DEFINED__ */\n\n", iface->name); } static void write_coclass(FILE *header, type_t *cocl) @@ -1476,7 +1505,7 @@ if (uuid) { fprintf(header, "class DECLSPEC_UUID(\"%s\") %s;\n", uuid_string(uuid), cocl->name); - write_uuid_decl(header, cocl->name, uuid); + write_uuid_decl(header, cocl, uuid); } else { @@ -1577,7 +1606,7 @@ } } -static void write_header_stmts(FILE *header, const statement_list_t *stmts, const type_t *iface, int ignore_funcs, const char *prename) +static void write_header_stmts(FILE *header, const statement_list_t *stmts, const type_t *iface, int ignore_funcs) { const statement_t *stmt; if (stmts) LIST_FOR_EACH_ENTRY( stmt, stmts, const statement_t, entry ) @@ -1588,32 +1617,18 @@ if (type_get_type(stmt->u.type) == TYPE_INTERFACE) { type_t *iface = stmt->u.type; - const char *prename2 = (is_attr(stmt->u.type->attrs, ATTR_ASYNCUUID) ? "Async" : prename); - - if (is_object(iface)) is_object_interface++; + if (is_object(iface)) is_object_interface++; if (is_attr(stmt->u.type->attrs, ATTR_DISPINTERFACE) || is_object(stmt->u.type)) { - write_com_interface_start(header, iface, ""); - write_header_stmts(header, type_iface_get_stmts(iface), stmt->u.type, TRUE, prename); - write_com_interface_end(header, iface, ""); - if (*prename == 0 && *prename2 != 0) - { - write_com_interface_start(header, iface, prename2); - write_header_stmts(header, type_iface_get_stmts(iface), stmt->u.type, TRUE, prename2); - write_com_interface_end(header, iface, prename2); - } + write_com_interface_start(header, iface); + write_header_stmts(header, type_iface_get_stmts(iface), stmt->u.type, TRUE); + write_com_interface_end(header, iface); } else { - write_rpc_interface_start(header, iface, prename); - write_header_stmts(header, type_iface_get_stmts(iface), iface, FALSE, prename); - write_rpc_interface_end(header, iface, prename); - if (*prename == 0 && *prename2 != 0) - { - write_rpc_interface_start(header, iface, prename2); - write_header_stmts(header, type_iface_get_stmts(iface), iface, FALSE, prename2); - write_rpc_interface_end(header, iface, prename2); - } + write_rpc_interface_start(header, iface); + write_header_stmts(header, type_iface_get_stmts(iface), iface, FALSE); + write_rpc_interface_end(header, iface); } if (is_object(iface)) is_object_interface--; } @@ -1621,15 +1636,10 @@ write_coclass(header, stmt->u.type); else { - if (prename && *prename != 0) - break; - write_type_def_or_decl(header, stmt->u.type, FALSE, NULL, prename); - fprintf(header, ";\n\n"); + write_type_definition(header, stmt->u.type); } break; case STMT_TYPEREF: - if (prename && *prename != 0) - break; /* FIXME: shouldn't write out forward declarations for undefined * interfaces but a number of our IDL files depend on this */ if (type_get_type(stmt->u.type) == TYPE_INTERFACE && !stmt->u.type->written) @@ -1644,27 +1654,20 @@ /* not processed here */ break; case STMT_TYPEDEF: - if (!prename || *prename == 0) - { - const type_list_t *type_entry = stmt->u.type_list; - for (; type_entry; type_entry = type_entry->next) - write_typedef(header, type_entry->type); - } + { + const type_list_t *type_entry = stmt->u.type_list; + for (; type_entry; type_entry = type_entry->next) + write_typedef(header, type_entry->type); break; + } case STMT_LIBRARY: - if (prename && *prename != 0) - break; write_library(header, stmt->u.lib); - write_header_stmts(header, stmt->u.lib->stmts, NULL, FALSE, ""); + write_header_stmts(header, stmt->u.lib->stmts, NULL, FALSE); break; case STMT_CPPQUOTE: - if (prename && *prename != 0) - break; fprintf(header, "%s\n", stmt->u.str); break; case STMT_DECLARATION: - if (prename && *prename != 0) - break; if (iface && type_get_type(stmt->u.var->type) == TYPE_FUNCTION) { if (!ignore_funcs) @@ -1722,7 +1725,7 @@ fprintf(header, "\n"); start_cplusplus_guard(header); - write_header_stmts(header, stmts, NULL, FALSE, ""); + write_header_stmts(header, stmts, NULL, FALSE); fprintf(header, "/* Begin additional prototypes for all interfaces */\n"); fprintf(header, "\n"); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/header.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/header.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/header.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/header.h 2018-09-14 14:16:43.000000000 +0000 @@ -29,9 +29,9 @@ extern void *get_attrp(const attr_list_t *list, enum attr_type t); extern unsigned int get_attrv(const attr_list_t *list, enum attr_type t); extern const char* get_name(const var_t *v); -extern void write_type_left(FILE *h, type_t *t, int declonly); +extern void write_type_left(FILE *h, type_t *t, enum name_type name_type, int declonly); extern void write_type_right(FILE *h, type_t *t, int is_field); -extern void write_type_decl(FILE *f, type_t *t, const char *name, const char *prefix); +extern void write_type_decl(FILE *f, type_t *t, const char *name); extern void write_type_decl_left(FILE *f, type_t *t); extern unsigned int get_context_handle_offset( const type_t *type ); extern unsigned int get_generic_handle_offset( const type_t *type ); @@ -47,12 +47,7 @@ extern int need_proxy_delegation(const statement_list_t *stmts); extern int need_inline_stubs_file(const statement_list_t *stmts); extern const var_t *is_callas(const attr_list_t *list); - -#define FILTER_NONE 0 -#define FILTER_IN 1 -#define FILTER_OUT 2 - -extern void write_args(FILE *h, const var_list_t *arg, const char *name, int obj, int do_indent, int filter); +extern void write_args(FILE *h, const var_list_t *arg, const char *name, int obj, int do_indent); extern void write_array(FILE *h, array_dims_t *v, int field); extern const type_t* get_explicit_generic_handle_type(const var_t* var); extern const var_t *get_func_handle_var( const type_t *iface, const var_t *func, diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.h 2018-09-14 14:16:43.000000000 +0000 @@ -45,6 +45,9 @@ int is_type(const char *name); +int do_warning(char *toggle, warning_list_t *wnum); +int is_warning_enabled(int warning); + extern char *temp_name; #endif diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.l mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.l --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.l 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.l 2018-09-14 14:16:43.000000000 +0000 @@ -76,7 +76,9 @@ static int kw_token(const char *kw); static int attr_token(const char *kw); -#define MAX_IMPORT_DEPTH 10 +static warning_list_t *disabled_warnings = NULL; + +#define MAX_IMPORT_DEPTH 20 struct { YY_BUFFER_STATE state; char *input_name; @@ -89,17 +91,6 @@ * on overflow */ static unsigned int xstrtoul(const char *nptr, char **endptr, int base) { -#if defined(__MINGW32__) || defined(_MSC_VER) - /* Long might be not wide enough for LLP64 target, so we want to use - double-precision here instead. */ - unsigned long long val; - - errno = 0; - val = strtoull (nptr, endptr, base); - if ((val == ULONG_LONG_MAX && errno == ERANGE) || ((unsigned int)val != val)) - error_loc("integer constant %s is too large\n", nptr); - return (unsigned int) val; -#else unsigned long val; errno = 0; @@ -107,7 +98,6 @@ if ((val == ULONG_MAX && errno == ERANGE) || ((unsigned int)val != val)) error_loc("integer constant %s is too large\n", nptr); return val; -#endif } UUID *parse_uuid(const char *u) @@ -159,7 +149,24 @@ input_name = xstrdup(fname); } midl_echo[^\n]* yyless(9); yy_pop_state(); return tCPPQUOTE; +winrt[^\n]* { + if(import_stack_ptr) { + if(!winrt_mode) + error_loc("winrt IDL file imported in non-winrt mode\n"); + }else { + const char *ptr = yytext+5; + + winrt_mode = TRUE; + + while(isspace(*ptr)) + ptr++; + if(!strncmp(ptr, "ns_prefix", 9) && (!*(ptr += 9) || isspace(*ptr))) + use_abi_namespace = TRUE; + } + yy_pop_state(); + } [^\n]* parser_lval.str = xstrdup(yytext); yy_pop_state(); return aPRAGMA; +^{ws}*midl_pragma{ws}+warning return tPRAGMA_WARNING; \" yy_push_state(QUOTE); cbufidx = 0; \" { yy_pop_state(); @@ -431,7 +438,7 @@ struct keyword key, *kwp; key.kw = kw; kwp = bsearch(&key, keywords, NKEYWORDS, sizeof(keywords[0]), kw_cmp_func); - if (kwp && (do_rt_extension || kwp->token != tNAMESPACE)) { + if (kwp && (winrt_mode || kwp->token != tNAMESPACE)) { parser_lval.str = xstrdup(kwp->kw); return kwp->token; } @@ -488,60 +495,63 @@ } struct imports { - char *name; - struct imports *next; + char *name; + struct imports *next; } *first_import; int do_import(char *fname) { - FILE *f; - char *path, *name; - struct imports *import; - int ptr = import_stack_ptr; - int ret, fd; - - import = first_import; - while (import && strcmp(import->name, fname)) - import = import->next; - if (import) return 0; /* already imported */ - - import = xmalloc(sizeof(struct imports)); - import->name = xstrdup(fname); - import->next = first_import; - first_import = import; - - /* don't search for a file name with a path in the include directories, - * for compatibility with MIDL */ - if (strchr( fname, '/' ) || strchr( fname, '\\' )) - path = xstrdup( fname ); - else if (!(path = wpp_find_include( fname, input_name ))) - error_loc("Unable to open include file %s\n", fname); - - import_stack[ptr].temp_name = temp_name; - import_stack[ptr].input_name = input_name; - import_stack[ptr].line_number = line_number; - import_stack_ptr++; - input_name = path; - line_number = 1; - - name = xstrdup( "widl.XXXXXX" ); - if((fd = mkstemps( name, 0 )) == -1) - error("Could not generate a temp name from %s\n", name); - - temp_name = name; - if (!(f = fdopen(fd, "wt"))) - error("Could not open fd %s for writing\n", name); - - ret = wpp_parse( path, f ); - fclose( f ); - if (ret) exit(1); - - if((f = fopen(temp_name, "r")) == NULL) - error_loc("Unable to open %s\n", temp_name); - - import_stack[ptr].state = YY_CURRENT_BUFFER; - yy_switch_to_buffer(yy_create_buffer(f, YY_BUF_SIZE)); - return 1; + FILE *f; + char *path, *name; + struct imports *import; + int ptr = import_stack_ptr; + int ret, fd; + + import = first_import; + while (import && strcmp(import->name, fname)) + import = import->next; + if (import) return 0; /* already imported */ + + import = xmalloc(sizeof(struct imports)); + import->name = xstrdup(fname); + import->next = first_import; + first_import = import; + + /* don't search for a file name with a path in the include directories, + * for compatibility with MIDL */ + if (strchr( fname, '/' ) || strchr( fname, '\\' )) + path = xstrdup( fname ); + else if (!(path = wpp_find_include( fname, input_name ))) + error_loc("Unable to open include file %s\n", fname); + + if (import_stack_ptr == MAX_IMPORT_DEPTH) + error_loc("Exceeded max import depth\n"); + + import_stack[ptr].temp_name = temp_name; + import_stack[ptr].input_name = input_name; + import_stack[ptr].line_number = line_number; + import_stack_ptr++; + input_name = path; + line_number = 1; + + name = xstrdup( "widl.XXXXXX" ); + if((fd = mkstemps( name, 0 )) == -1) + error("Could not generate a temp name from %s\n", name); + + temp_name = name; + if (!(f = fdopen(fd, "wt"))) + error("Could not open fd %s for writing\n", name); + + ret = wpp_parse( path, f ); + fclose( f ); + if (ret) exit(1); + + if((f = fopen(temp_name, "r")) == NULL) + error_loc("Unable to open %s\n", temp_name); + + import_stack[ptr].state = YY_CURRENT_BUFFER; + yy_switch_to_buffer(yy_create_buffer(f, YY_BUF_SIZE)); + return 1; } void abort_import(void) @@ -551,3 +561,61 @@ for (ptr=0; ptrnum == warning) + return; + warning_entry = xmalloc( sizeof(*warning_entry) ); + warning_entry->num = warning; + list_add_tail(disabled_warnings, &warning_entry->entry); +} + +static void warning_enable(int warning) +{ + warning_t *warning_entry; + LIST_FOR_EACH_ENTRY(warning_entry, disabled_warnings, warning_t, entry) + if(warning_entry->num == warning) + { + list_remove(&warning_entry->entry); + free(warning_entry); + break; + } +} + +int do_warning(char *toggle, warning_list_t *wnum) +{ + warning_t *warning, *next; + int ret = 1; + if(!disabled_warnings) + { + disabled_warnings = xmalloc( sizeof(*disabled_warnings) ); + list_init( disabled_warnings ); + } + + if(!strcmp(toggle, "disable")) + LIST_FOR_EACH_ENTRY(warning, wnum, warning_t, entry) + warning_disable(warning->num); + else if(!strcmp(toggle, "enable")) + LIST_FOR_EACH_ENTRY(warning, wnum, warning_t, entry) + warning_enable(warning->num); + else + ret = 0; + + LIST_FOR_EACH_ENTRY_SAFE(warning, next, wnum, warning_t, entry) + free(warning); + return ret; +} + +int is_warning_enabled(int warning) +{ + warning_t *warning_entry; + if(!disabled_warnings) + return 1; + LIST_FOR_EACH_ENTRY(warning_entry, disabled_warnings, warning_t, entry) + if(warning_entry->num == warning) + return 0; + return 1; +} diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.tab.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.tab.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.tab.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.tab.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,19 +1,19 @@ -/* A Bison parser, made by GNU Bison 2.7.12-4996. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison implementation for Yacc-like parsers in C - - Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. - + + Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -26,7 +26,7 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ @@ -44,7 +44,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "2.7.12-4996" +#define YYBISON_VERSION "3.0.4" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -63,14 +63,14 @@ #define yyparse parser_parse #define yylex parser_lex #define yyerror parser_error -#define yylval parser_lval -#define yychar parser_char #define yydebug parser_debug #define yynerrs parser_nerrs +#define yylval parser_lval +#define yychar parser_char + /* Copy the first part of user declarations. */ -/* Line 371 of yacc.c */ -#line 1 "parser.y" +#line 1 "parser.y" /* yacc.c:339 */ /* * IDL Compiler @@ -111,7 +111,7 @@ #include "expr.h" #include "typetree.h" -static unsigned char pointer_default = RPC_FC_UP; +static unsigned char pointer_default = FC_UP; typedef struct list typelist_t; struct typenode { @@ -156,6 +156,7 @@ static type_t *make_safearray(type_t *type); static typelib_t *make_library(const char *name, const attr_list_t *attrs); static type_t *append_ptrchain_type(type_t *ptrchain, type_t *type); +static warning_list_t *append_warning(warning_list_t *, int); static type_t *reg_typedefs(decl_spec_t *decl_spec, var_list_t *names, attr_list_t *attrs); static type_t *find_type_or_error(const char *name, int t); @@ -163,6 +164,9 @@ static var_t *reg_const(var_t *var); +static void push_namespace(const char *name); +static void pop_namespace(const char *name); + static char *gen_name(void); static void check_arg_attrs(const var_t *arg); static void check_statements(const statement_list_t *stmts, int is_inside_library); @@ -193,20 +197,24 @@ static statement_t *make_statement_module(type_t *type); static statement_t *make_statement_typedef(var_list_t *names); static statement_t *make_statement_import(const char *str); -static statement_t *make_statement_typedef(var_list_t *names); static statement_list_t *append_statement(statement_list_t *list, statement_t *stmt); static statement_list_t *append_statements(statement_list_t *, statement_list_t *); static attr_list_t *append_attribs(attr_list_t *, attr_list_t *); +static struct namespace global_namespace = { + NULL, NULL, LIST_INIT(global_namespace.entry), LIST_INIT(global_namespace.children) +}; + +static struct namespace *current_namespace = &global_namespace; -/* Line 371 of yacc.c */ -#line 204 "parser.tab.c" -# ifndef YY_NULL +#line 212 "parser.tab.c" /* yacc.c:339 */ + +# ifndef YY_NULLPTR # if defined __cplusplus && 201103L <= __cplusplus -# define YY_NULL nullptr +# define YY_NULLPTR nullptr # else -# define YY_NULL 0 +# define YY_NULLPTR 0 # endif # endif @@ -218,11 +226,8 @@ # define YYERROR_VERBOSE 1 #endif -/* In a future release of Bison, this section will be replaced - by #include "parser.tab.h". */ -#ifndef YY_PARSER_PARSER_TAB_H_INCLUDED -# define YY_PARSER_PARSER_TAB_H_INCLUDED -/* Enabling traces. */ + +/* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif @@ -230,204 +235,204 @@ extern int parser_debug; #endif -/* Tokens. */ +/* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - aIDENTIFIER = 258, - aPRAGMA = 259, - aKNOWNTYPE = 260, - aNUM = 261, - aHEXNUM = 262, - aDOUBLE = 263, - aSTRING = 264, - aWSTRING = 265, - aSQSTRING = 266, - aUUID = 267, - aEOF = 268, - SHL = 269, - SHR = 270, - MEMBERPTR = 271, - EQUALITY = 272, - INEQUALITY = 273, - GREATEREQUAL = 274, - LESSEQUAL = 275, - LOGICALOR = 276, - LOGICALAND = 277, - ELLIPSIS = 278, - tAGGREGATABLE = 279, - tALLOCATE = 280, - tANNOTATION = 281, - tAPPOBJECT = 282, - tASYNC = 283, - tASYNCUUID = 284, - tAUTOHANDLE = 285, - tBINDABLE = 286, - tBOOLEAN = 287, - tBROADCAST = 288, - tBYTE = 289, - tBYTECOUNT = 290, - tCALLAS = 291, - tCALLBACK = 292, - tCASE = 293, - tCDECL = 294, - tCHAR = 295, - tCOCLASS = 296, - tCODE = 297, - tCOMMSTATUS = 298, - tCONST = 299, - tCONTEXTHANDLE = 300, - tCONTEXTHANDLENOSERIALIZE = 301, - tCONTEXTHANDLESERIALIZE = 302, - tCONTROL = 303, - tCPPQUOTE = 304, - tDECODE = 305, - tDEFAULT = 306, - tDEFAULTBIND = 307, - tDEFAULTCOLLELEM = 308, - tDEFAULTVALUE = 309, - tDEFAULTVTABLE = 310, - tDISABLECONSISTENCYCHECK = 311, - tDISPLAYBIND = 312, - tDISPINTERFACE = 313, - tDLLNAME = 314, - tDOUBLE = 315, - tDUAL = 316, - tENABLEALLOCATE = 317, - tENCODE = 318, - tENDPOINT = 319, - tENTRY = 320, - tENUM = 321, - tERRORSTATUST = 322, - tEXPLICITHANDLE = 323, - tEXTERN = 324, - tFALSE = 325, - tFASTCALL = 326, - tFAULTSTATUS = 327, - tFLOAT = 328, - tFORCEALLOCATE = 329, - tHANDLE = 330, - tHANDLET = 331, - tHELPCONTEXT = 332, - tHELPFILE = 333, - tHELPSTRING = 334, - tHELPSTRINGCONTEXT = 335, - tHELPSTRINGDLL = 336, - tHIDDEN = 337, - tHYPER = 338, - tID = 339, - tIDEMPOTENT = 340, - tIGNORE = 341, - tIIDIS = 342, - tIMMEDIATEBIND = 343, - tIMPLICITHANDLE = 344, - tIMPORT = 345, - tIMPORTLIB = 346, - tIN = 347, - tIN_LINE = 348, - tINLINE = 349, - tINPUTSYNC = 350, - tINT = 351, - tINT3264 = 352, - tINT64 = 353, - tINTERFACE = 354, - tLCID = 355, - tLENGTHIS = 356, - tLIBRARY = 357, - tLICENSED = 358, - tLOCAL = 359, - tLONG = 360, - tMAYBE = 361, - tMESSAGE = 362, - tMETHODS = 363, - tMODULE = 364, - tNAMESPACE = 365, - tNOCODE = 366, - tNONBROWSABLE = 367, - tNONCREATABLE = 368, - tNONEXTENSIBLE = 369, - tNOTIFY = 370, - tNOTIFYFLAG = 371, - tNULL = 372, - tOBJECT = 373, - tODL = 374, - tOLEAUTOMATION = 375, - tOPTIMIZE = 376, - tOPTIONAL = 377, - tOUT = 378, - tPARTIALIGNORE = 379, - tPASCAL = 380, - tPOINTERDEFAULT = 381, - tPROGID = 382, - tPROPERTIES = 383, - tPROPGET = 384, - tPROPPUT = 385, - tPROPPUTREF = 386, - tPROXY = 387, - tPTR = 388, - tPUBLIC = 389, - tRANGE = 390, - tREADONLY = 391, - tREF = 392, - tREGISTER = 393, - tREPRESENTAS = 394, - tREQUESTEDIT = 395, - tRESTRICTED = 396, - tRETVAL = 397, - tSAFEARRAY = 398, - tSHORT = 399, - tSIGNED = 400, - tSIZEIS = 401, - tSIZEOF = 402, - tSMALL = 403, - tSOURCE = 404, - tSTATIC = 405, - tSTDCALL = 406, - tSTRICTCONTEXTHANDLE = 407, - tSTRING = 408, - tSTRUCT = 409, - tSWITCH = 410, - tSWITCHIS = 411, - tSWITCHTYPE = 412, - tTHREADING = 413, - tTRANSMITAS = 414, - tTRUE = 415, - tTYPEDEF = 416, - tUIDEFAULT = 417, - tUNION = 418, - tUNIQUE = 419, - tUNSIGNED = 420, - tUSESGETLASTERROR = 421, - tUSERMARSHAL = 422, - tUUID = 423, - tV1ENUM = 424, - tVARARG = 425, - tVERSION = 426, - tVIPROGID = 427, - tVOID = 428, - tWCHAR = 429, - tWIREMARSHAL = 430, - tAPARTMENT = 431, - tNEUTRAL = 432, - tSINGLE = 433, - tFREE = 434, - tBOTH = 435, - ADDRESSOF = 436, - NEG = 437, - POS = 438, - PPTR = 439, - CAST = 440 - }; + enum yytokentype + { + aIDENTIFIER = 258, + aPRAGMA = 259, + aKNOWNTYPE = 260, + aNUM = 261, + aHEXNUM = 262, + aDOUBLE = 263, + aSTRING = 264, + aWSTRING = 265, + aSQSTRING = 266, + aUUID = 267, + aEOF = 268, + SHL = 269, + SHR = 270, + MEMBERPTR = 271, + EQUALITY = 272, + INEQUALITY = 273, + GREATEREQUAL = 274, + LESSEQUAL = 275, + LOGICALOR = 276, + LOGICALAND = 277, + ELLIPSIS = 278, + tAGGREGATABLE = 279, + tALLOCATE = 280, + tANNOTATION = 281, + tAPPOBJECT = 282, + tASYNC = 283, + tASYNCUUID = 284, + tAUTOHANDLE = 285, + tBINDABLE = 286, + tBOOLEAN = 287, + tBROADCAST = 288, + tBYTE = 289, + tBYTECOUNT = 290, + tCALLAS = 291, + tCALLBACK = 292, + tCASE = 293, + tCDECL = 294, + tCHAR = 295, + tCOCLASS = 296, + tCODE = 297, + tCOMMSTATUS = 298, + tCONST = 299, + tCONTEXTHANDLE = 300, + tCONTEXTHANDLENOSERIALIZE = 301, + tCONTEXTHANDLESERIALIZE = 302, + tCONTROL = 303, + tCPPQUOTE = 304, + tDECODE = 305, + tDEFAULT = 306, + tDEFAULTBIND = 307, + tDEFAULTCOLLELEM = 308, + tDEFAULTVALUE = 309, + tDEFAULTVTABLE = 310, + tDISABLECONSISTENCYCHECK = 311, + tDISPLAYBIND = 312, + tDISPINTERFACE = 313, + tDLLNAME = 314, + tDOUBLE = 315, + tDUAL = 316, + tENABLEALLOCATE = 317, + tENCODE = 318, + tENDPOINT = 319, + tENTRY = 320, + tENUM = 321, + tERRORSTATUST = 322, + tEXPLICITHANDLE = 323, + tEXTERN = 324, + tFALSE = 325, + tFASTCALL = 326, + tFAULTSTATUS = 327, + tFLOAT = 328, + tFORCEALLOCATE = 329, + tHANDLE = 330, + tHANDLET = 331, + tHELPCONTEXT = 332, + tHELPFILE = 333, + tHELPSTRING = 334, + tHELPSTRINGCONTEXT = 335, + tHELPSTRINGDLL = 336, + tHIDDEN = 337, + tHYPER = 338, + tID = 339, + tIDEMPOTENT = 340, + tIGNORE = 341, + tIIDIS = 342, + tIMMEDIATEBIND = 343, + tIMPLICITHANDLE = 344, + tIMPORT = 345, + tIMPORTLIB = 346, + tIN = 347, + tIN_LINE = 348, + tINLINE = 349, + tINPUTSYNC = 350, + tINT = 351, + tINT3264 = 352, + tINT64 = 353, + tINTERFACE = 354, + tLCID = 355, + tLENGTHIS = 356, + tLIBRARY = 357, + tLICENSED = 358, + tLOCAL = 359, + tLONG = 360, + tMAYBE = 361, + tMESSAGE = 362, + tMETHODS = 363, + tMODULE = 364, + tNAMESPACE = 365, + tNOCODE = 366, + tNONBROWSABLE = 367, + tNONCREATABLE = 368, + tNONEXTENSIBLE = 369, + tNOTIFY = 370, + tNOTIFYFLAG = 371, + tNULL = 372, + tOBJECT = 373, + tODL = 374, + tOLEAUTOMATION = 375, + tOPTIMIZE = 376, + tOPTIONAL = 377, + tOUT = 378, + tPARTIALIGNORE = 379, + tPASCAL = 380, + tPOINTERDEFAULT = 381, + tPRAGMA_WARNING = 382, + tPROGID = 383, + tPROPERTIES = 384, + tPROPGET = 385, + tPROPPUT = 386, + tPROPPUTREF = 387, + tPROXY = 388, + tPTR = 389, + tPUBLIC = 390, + tRANGE = 391, + tREADONLY = 392, + tREF = 393, + tREGISTER = 394, + tREPRESENTAS = 395, + tREQUESTEDIT = 396, + tRESTRICTED = 397, + tRETVAL = 398, + tSAFEARRAY = 399, + tSHORT = 400, + tSIGNED = 401, + tSIZEIS = 402, + tSIZEOF = 403, + tSMALL = 404, + tSOURCE = 405, + tSTATIC = 406, + tSTDCALL = 407, + tSTRICTCONTEXTHANDLE = 408, + tSTRING = 409, + tSTRUCT = 410, + tSWITCH = 411, + tSWITCHIS = 412, + tSWITCHTYPE = 413, + tTHREADING = 414, + tTRANSMITAS = 415, + tTRUE = 416, + tTYPEDEF = 417, + tUIDEFAULT = 418, + tUNION = 419, + tUNIQUE = 420, + tUNSIGNED = 421, + tUSESGETLASTERROR = 422, + tUSERMARSHAL = 423, + tUUID = 424, + tV1ENUM = 425, + tVARARG = 426, + tVERSION = 427, + tVIPROGID = 428, + tVOID = 429, + tWCHAR = 430, + tWIREMARSHAL = 431, + tAPARTMENT = 432, + tNEUTRAL = 433, + tSINGLE = 434, + tFREE = 435, + tBOTH = 436, + CAST = 437, + PPTR = 438, + POS = 439, + NEG = 440, + ADDRESSOF = 441 + }; #endif - +/* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE + +union YYSTYPE { -/* Line 387 of yacc.c */ -#line 129 "parser.y" +#line 138 "parser.y" /* yacc.c:355 */ attr_t *attr; attr_list_t *attr_list; @@ -442,6 +447,8 @@ declarator_list_t *declarator_list; statement_t *statement; statement_list_t *stmt_list; + warning_t *warning; + warning_list_t *warning_list; ifref_t *ifref; ifref_list_t *ifref_list; char *str; @@ -454,37 +461,24 @@ struct _decl_spec_t *declspec; enum storage_class stgclass; +#line 465 "parser.tab.c" /* yacc.c:355 */ +}; -/* Line 387 of yacc.c */ -#line 460 "parser.tab.c" -} YYSTYPE; +typedef union YYSTYPE YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif + extern YYSTYPE parser_lval; -#ifdef YYPARSE_PARAM -#if defined __STDC__ || defined __cplusplus -int parser_parse (void *YYPARSE_PARAM); -#else -int parser_parse (); -#endif -#else /* ! YYPARSE_PARAM */ -#if defined __STDC__ || defined __cplusplus int parser_parse (void); -#else -int parser_parse (); -#endif -#endif /* ! YYPARSE_PARAM */ -#endif /* !YY_PARSER_PARSER_TAB_H_INCLUDED */ + /* Copy the second part of user declarations. */ -/* Line 390 of yacc.c */ -#line 488 "parser.tab.c" +#line 482 "parser.tab.c" /* yacc.c:358 */ #ifdef short # undef short @@ -498,11 +492,8 @@ #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; -#elif (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -typedef signed char yytype_int8; #else -typedef short int yytype_int8; +typedef signed char yytype_int8; #endif #ifdef YYTYPE_UINT16 @@ -522,8 +513,7 @@ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t -# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# elif ! defined YYSIZE_T # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else @@ -545,11 +535,30 @@ # endif #endif -#ifndef __attribute__ -/* This feature is available in gcc versions 2.5 and later. */ -# if (! defined __GNUC__ || __GNUC__ < 2 \ - || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)) -# define __attribute__(Spec) /* empty */ +#ifndef YY_ATTRIBUTE +# if (defined __GNUC__ \ + && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \ + || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C +# define YY_ATTRIBUTE(Spec) __attribute__(Spec) +# else +# define YY_ATTRIBUTE(Spec) /* empty */ +# endif +#endif + +#ifndef YY_ATTRIBUTE_PURE +# define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) +#endif + +#ifndef YY_ATTRIBUTE_UNUSED +# define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) +#endif + +#if !defined _Noreturn \ + && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) +# if defined _MSC_VER && 1200 <= _MSC_VER +# define _Noreturn __declspec (noreturn) +# else +# define _Noreturn YY_ATTRIBUTE ((__noreturn__)) # endif #endif @@ -560,25 +569,26 @@ # define YYUSE(E) /* empty */ #endif - -/* Identity function, used to suppress warnings about constant conditions. */ -#ifndef lint -# define YYID(N) (N) -#else -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static int -YYID (int yyi) +#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ +/* Suppress an incorrect diagnostic about yylval being uninitialized. */ +# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ + _Pragma ("GCC diagnostic push") \ + _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\ + _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") +# define YY_IGNORE_MAYBE_UNINITIALIZED_END \ + _Pragma ("GCC diagnostic pop") #else -static int -YYID (yyi) - int yyi; +# define YY_INITIAL_VALUE(Value) Value #endif -{ - return yyi; -} +#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN +# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN +# define YY_IGNORE_MAYBE_UNINITIALIZED_END +#endif +#ifndef YY_INITIAL_VALUE +# define YY_INITIAL_VALUE(Value) /* Nothing. */ #endif + #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ @@ -596,8 +606,7 @@ # define alloca _alloca # else # define YYSTACK_ALLOC alloca -# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS # include /* INFRINGES ON USER NAME SPACE */ /* Use EXIT_SUCCESS as a witness for stdlib.h. */ # ifndef EXIT_SUCCESS @@ -609,8 +618,8 @@ # endif # ifdef YYSTACK_ALLOC - /* Pacify GCC's `empty if-body' warning. */ -# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) + /* Pacify GCC's 'empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely @@ -626,7 +635,7 @@ # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ - && (defined YYFREE || defined free))) + && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 @@ -634,15 +643,13 @@ # endif # ifndef YYMALLOC # define YYMALLOC malloc -# if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined malloc && ! defined EXIT_SUCCESS void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free -# if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined free && ! defined EXIT_SUCCESS void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif @@ -652,7 +659,7 @@ #if (! defined yyoverflow \ && (! defined __cplusplus \ - || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc @@ -677,16 +684,16 @@ elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ -# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ - do \ - { \ - YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ - Stack = &yyptr->Stack_alloc; \ - yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ - yyptr += yynewbytes / sizeof (*yyptr); \ - } \ - while (YYID (0)) +# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ + Stack = &yyptr->Stack_alloc; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (0) #endif @@ -705,7 +712,7 @@ for (yyi = 0; yyi < (Count); yyi++) \ (Dst)[yyi] = (Src)[yyi]; \ } \ - while (YYID (0)) + while (0) # endif # endif #endif /* !YYCOPY_NEEDED */ @@ -713,40 +720,42 @@ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 3 /* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 3077 +#define YYLAST 2995 /* YYNTOKENS -- Number of terminals. */ -#define YYNTOKENS 210 +#define YYNTOKENS 211 /* YYNNTS -- Number of nonterminals. */ -#define YYNNTS 101 +#define YYNNTS 105 /* YYNRULES -- Number of rules. */ -#define YYNRULES 387 -/* YYNRULES -- Number of states. */ -#define YYNSTATES 679 +#define YYNRULES 394 +/* YYNSTATES -- Number of states. */ +#define YYNSTATES 691 -/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned + by yylex, with out-of-bounds checking. */ #define YYUNDEFTOK 2 -#define YYMAXUTOK 440 +#define YYMAXUTOK 441 -#define YYTRANSLATE(YYX) \ +#define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) -/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM + as returned by yylex, without out-of-bounds checking. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 194, 2, 2, 2, 193, 186, 2, - 207, 208, 191, 190, 181, 189, 201, 192, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 183, 206, - 187, 209, 188, 182, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 195, 2, 2, 2, 194, 187, 2, + 208, 209, 192, 191, 182, 190, 202, 193, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 184, 207, + 188, 210, 189, 183, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 202, 2, 203, 185, 2, 2, 2, 2, 2, + 2, 203, 2, 204, 186, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 204, 184, 205, 195, 2, 2, 2, + 2, 2, 2, 205, 185, 206, 196, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, @@ -777,220 +786,54 @@ 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, - 175, 176, 177, 178, 179, 180, 196, 197, 198, 199, - 200 + 175, 176, 177, 178, 179, 180, 181, 197, 198, 199, + 200, 201 }; #if YYDEBUG -/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in - YYRHS. */ -static const yytype_uint16 yyprhs[] = -{ - 0, 0, 3, 5, 6, 12, 15, 18, 22, 25, - 28, 31, 34, 35, 38, 44, 47, 51, 54, 57, - 60, 63, 66, 67, 70, 71, 73, 75, 78, 81, - 83, 86, 88, 90, 93, 95, 98, 100, 103, 106, - 109, 112, 117, 121, 125, 131, 134, 138, 143, 144, - 146, 148, 152, 154, 158, 162, 165, 169, 173, 176, - 177, 179, 183, 185, 189, 194, 196, 200, 201, 203, - 208, 210, 212, 214, 216, 218, 223, 228, 230, 232, - 234, 236, 238, 240, 242, 244, 246, 248, 253, 255, - 257, 259, 264, 266, 268, 270, 275, 280, 282, 284, - 286, 288, 293, 298, 303, 308, 313, 315, 320, 322, - 324, 329, 331, 336, 338, 340, 345, 350, 352, 354, - 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, - 376, 378, 383, 385, 387, 389, 394, 399, 401, 403, - 405, 407, 409, 416, 418, 423, 425, 427, 429, 434, - 436, 438, 440, 445, 450, 455, 460, 462, 464, 469, - 474, 479, 481, 483, 488, 493, 498, 500, 502, 504, - 506, 508, 510, 512, 513, 516, 521, 525, 526, 529, - 531, 533, 537, 541, 543, 549, 551, 555, 556, 558, - 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, - 584, 588, 592, 596, 600, 604, 608, 612, 616, 620, - 624, 628, 632, 636, 640, 644, 648, 652, 656, 659, - 662, 665, 668, 671, 674, 678, 682, 688, 694, 699, - 703, 705, 709, 711, 713, 714, 717, 722, 726, 729, - 732, 733, 736, 739, 741, 745, 748, 750, 754, 757, - 758, 760, 761, 763, 765, 767, 769, 771, 773, 775, - 778, 781, 783, 785, 787, 789, 791, 793, 794, 796, - 798, 801, 803, 806, 809, 811, 813, 815, 818, 821, - 824, 830, 833, 834, 837, 840, 843, 846, 849, 852, - 856, 859, 863, 869, 875, 876, 879, 882, 885, 888, - 895, 904, 907, 910, 913, 916, 919, 922, 928, 930, - 932, 934, 936, 938, 939, 942, 945, 949, 950, 952, - 955, 958, 961, 965, 968, 970, 972, 976, 979, 984, - 988, 991, 993, 997, 1000, 1001, 1003, 1007, 1010, 1012, - 1016, 1021, 1025, 1028, 1030, 1034, 1037, 1038, 1040, 1042, - 1046, 1049, 1051, 1055, 1060, 1062, 1066, 1067, 1070, 1073, - 1075, 1079, 1081, 1085, 1087, 1089, 1091, 1093, 1095, 1097, - 1099, 1101, 1107, 1109, 1111, 1113, 1115, 1118, 1120, 1123, - 1125, 1128, 1133, 1139, 1145, 1156, 1158, 1162 -}; - -/* YYRHS -- A `-1'-separated list of the rules' RHS. */ -static const yytype_int16 yyrhs[] = -{ - 211, 0, -1, 212, -1, -1, 212, 266, 204, 212, - 205, -1, 212, 278, -1, 212, 277, -1, 212, 263, - 206, -1, 212, 265, -1, 212, 281, -1, 212, 224, - -1, 212, 216, -1, -1, 213, 278, -1, 213, 266, - 204, 213, 205, -1, 213, 277, -1, 213, 263, 206, - -1, 213, 265, -1, 213, 281, -1, 213, 216, -1, - 213, 221, -1, 213, 224, -1, -1, 214, 216, -1, - -1, 206, -1, 218, -1, 217, 206, -1, 256, 206, - -1, 220, -1, 308, 206, -1, 4, -1, 242, -1, - 66, 3, -1, 306, -1, 154, 3, -1, 309, -1, - 163, 3, -1, 231, 242, -1, 231, 306, -1, 231, - 309, -1, 49, 207, 9, 208, -1, 90, 9, 206, - -1, 219, 213, 13, -1, 91, 207, 9, 208, 215, - -1, 102, 3, -1, 231, 222, 204, -1, 223, 213, - 205, 215, -1, -1, 227, -1, 228, -1, 226, 181, - 228, -1, 226, -1, 226, 181, 23, -1, 231, 286, - 297, -1, 286, 297, -1, 202, 245, 203, -1, 202, - 191, 203, -1, 202, 203, -1, -1, 231, -1, 202, - 232, 203, -1, 234, -1, 232, 181, 234, -1, 232, - 203, 202, 234, -1, 9, -1, 233, 181, 9, -1, - -1, 24, -1, 26, 207, 9, 208, -1, 27, -1, - 28, -1, 30, -1, 31, -1, 33, -1, 36, 207, - 259, 208, -1, 38, 207, 246, 208, -1, 42, -1, - 43, -1, 45, -1, 46, -1, 47, -1, 48, -1, - 50, -1, 51, -1, 52, -1, 53, -1, 54, 207, - 248, 208, -1, 55, -1, 56, -1, 57, -1, 59, - 207, 9, 208, -1, 61, -1, 62, -1, 63, -1, - 64, 207, 233, 208, -1, 65, 207, 248, 208, -1, - 68, -1, 72, -1, 74, -1, 75, -1, 77, 207, - 247, 208, -1, 78, 207, 9, 208, -1, 79, 207, - 9, 208, -1, 80, 207, 247, 208, -1, 81, 207, - 9, 208, -1, 82, -1, 84, 207, 247, 208, -1, - 85, -1, 86, -1, 87, 207, 245, 208, -1, 88, - -1, 89, 207, 228, 208, -1, 92, -1, 95, -1, - 101, 207, 243, 208, -1, 100, 207, 247, 208, -1, - 100, -1, 103, -1, 104, -1, 106, -1, 107, -1, - 111, -1, 112, -1, 113, -1, 114, -1, 115, -1, - 116, -1, 118, -1, 119, -1, 120, -1, 121, 207, - 9, 208, -1, 122, -1, 123, -1, 124, -1, 126, - 207, 305, 208, -1, 127, 207, 9, 208, -1, 129, - -1, 130, -1, 131, -1, 132, -1, 134, -1, 135, - 207, 247, 181, 247, 208, -1, 136, -1, 139, 207, - 307, 208, -1, 140, -1, 141, -1, 142, -1, 146, - 207, 243, 208, -1, 149, -1, 152, -1, 153, -1, - 156, 207, 245, 208, -1, 157, 207, 307, 208, -1, - 159, 207, 307, 208, -1, 158, 207, 304, 208, -1, - 162, -1, 166, -1, 167, 207, 307, 208, -1, 168, - 207, 235, 208, -1, 29, 207, 235, 208, -1, 169, - -1, 170, -1, 171, 207, 310, 208, -1, 172, 207, - 9, 208, -1, 175, 207, 307, 208, -1, 305, -1, - 12, -1, 9, -1, 39, -1, 71, -1, 125, -1, - 151, -1, -1, 237, 238, -1, 38, 247, 183, 253, - -1, 51, 183, 253, -1, -1, 240, 181, -1, 240, - -1, 241, -1, 240, 181, 241, -1, 259, 209, 247, - -1, 259, -1, 66, 258, 204, 239, 205, -1, 244, - -1, 243, 181, 244, -1, -1, 245, -1, 6, -1, - 7, -1, 8, -1, 70, -1, 117, -1, 160, -1, - 9, -1, 10, -1, 11, -1, 3, -1, 245, 182, - 245, 183, 245, -1, 245, 21, 245, -1, 245, 22, - 245, -1, 245, 184, 245, -1, 245, 185, 245, -1, - 245, 186, 245, -1, 245, 17, 245, -1, 245, 18, - 245, -1, 245, 188, 245, -1, 245, 187, 245, -1, - 245, 19, 245, -1, 245, 20, 245, -1, 245, 14, - 245, -1, 245, 15, 245, -1, 245, 190, 245, -1, - 245, 189, 245, -1, 245, 193, 245, -1, 245, 191, - 245, -1, 245, 192, 245, -1, 194, 245, -1, 195, - 245, -1, 190, 245, -1, 189, 245, -1, 186, 245, - -1, 191, 245, -1, 245, 16, 3, -1, 245, 201, - 3, -1, 207, 286, 293, 208, 245, -1, 147, 207, - 286, 293, 208, -1, 245, 202, 245, 203, -1, 207, - 245, 208, -1, 247, -1, 246, 181, 247, -1, 245, - -1, 245, -1, -1, 249, 250, -1, 230, 286, 302, - 206, -1, 230, 309, 206, -1, 254, 206, -1, 231, - 206, -1, -1, 252, 251, -1, 254, 206, -1, 206, - -1, 230, 286, 289, -1, 230, 306, -1, 256, -1, - 231, 286, 303, -1, 286, 303, -1, -1, 259, -1, - -1, 3, -1, 5, -1, 3, -1, 5, -1, 34, - -1, 174, -1, 262, -1, 145, 262, -1, 165, 262, - -1, 165, -1, 73, -1, 60, -1, 32, -1, 67, - -1, 76, -1, -1, 96, -1, 96, -1, 144, 261, - -1, 148, -1, 105, 261, -1, 83, 261, -1, 98, - -1, 40, -1, 97, -1, 41, 3, -1, 41, 5, - -1, 231, 263, -1, 264, 204, 267, 205, 215, -1, - 110, 3, -1, -1, 267, 268, -1, 230, 278, -1, - 58, 3, -1, 58, 5, -1, 231, 269, -1, 128, - 183, -1, 271, 254, 206, -1, 108, 183, -1, 272, - 255, 206, -1, 270, 204, 271, 272, 205, -1, 270, - 204, 275, 206, 205, -1, -1, 183, 5, -1, 99, - 3, -1, 99, 5, -1, 231, 275, -1, 276, 274, - 204, 214, 205, 215, -1, 276, 183, 3, 204, 220, - 214, 205, 215, -1, 273, 215, -1, 275, 206, -1, - 269, 206, -1, 109, 3, -1, 109, 5, -1, 231, - 279, -1, 280, 204, 214, 205, 215, -1, 69, -1, - 150, -1, 138, -1, 94, -1, 44, -1, -1, 285, - 284, -1, 307, 287, -1, 288, 307, 287, -1, -1, - 288, -1, 284, 287, -1, 283, 287, -1, 282, 287, - -1, 191, 285, 289, -1, 236, 289, -1, 290, -1, - 259, -1, 207, 289, 208, -1, 290, 229, -1, 290, - 207, 225, 208, -1, 191, 285, 293, -1, 236, 293, - -1, 294, -1, 191, 285, 297, -1, 236, 297, -1, - -1, 291, -1, 207, 292, 208, -1, 294, 229, -1, - 229, -1, 207, 225, 208, -1, 294, 207, 225, 208, - -1, 191, 285, 297, -1, 236, 297, -1, 298, -1, - 191, 285, 297, -1, 236, 297, -1, -1, 295, -1, - 259, -1, 207, 296, 208, -1, 298, 229, -1, 229, - -1, 207, 225, 208, -1, 298, 207, 225, 208, -1, - 289, -1, 299, 181, 289, -1, -1, 183, 248, -1, - 295, 300, -1, 301, -1, 302, 181, 301, -1, 289, - -1, 289, 209, 248, -1, 176, -1, 177, -1, 178, - -1, 179, -1, 180, -1, 137, -1, 164, -1, 133, - -1, 154, 258, 204, 249, 205, -1, 173, -1, 5, - -1, 260, -1, 242, -1, 66, 3, -1, 306, -1, - 154, 3, -1, 309, -1, 163, 3, -1, 143, 207, - 307, 208, -1, 230, 161, 230, 286, 299, -1, 163, - 258, 204, 252, 205, -1, 163, 258, 155, 207, 254, - 208, 257, 204, 237, 205, -1, 6, -1, 6, 201, - 6, -1, 7, -1 -}; - -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ + /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { - 0, 308, 308, 322, 323, 325, 326, 327, 330, 333, - 334, 335, 338, 339, 340, 342, 343, 344, 347, 348, - 349, 350, 353, 354, 357, 358, 362, 363, 364, 365, - 366, 367, 371, 372, 373, 374, 375, 376, 377, 378, - 379, 382, 384, 392, 398, 402, 404, 408, 415, 416, - 419, 420, 423, 424, 428, 433, 440, 444, 445, 448, - 449, 453, 456, 457, 458, 461, 462, 465, 466, 467, - 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, - 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, - 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, - 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, - 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, - 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, - 538, 539, 540, 544, 545, 546, 547, 548, 549, 550, + 0, 321, 321, 335, 336, 336, 338, 339, 340, 343, + 346, 347, 348, 351, 352, 353, 353, 355, 356, 357, + 360, 361, 362, 363, 366, 367, 370, 371, 375, 376, + 377, 378, 379, 380, 381, 384, 395, 396, 400, 401, + 402, 403, 404, 405, 406, 407, 408, 411, 413, 421, + 427, 431, 432, 434, 438, 445, 446, 449, 450, 453, + 454, 458, 463, 470, 474, 475, 478, 479, 483, 486, + 487, 488, 491, 492, 495, 496, 497, 498, 499, 500, + 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, + 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, + 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, + 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, - 561, 562, 563, 564, 565, 566, 567, 571, 572, 577, - 578, 579, 580, 583, 584, 587, 591, 597, 598, 599, - 602, 606, 618, 622, 627, 630, 631, 634, 635, 638, - 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, - 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, - 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, - 669, 670, 671, 672, 673, 674, 675, 677, 679, 680, - 683, 684, 687, 693, 699, 700, 703, 708, 715, 716, - 719, 720, 724, 725, 728, 732, 738, 746, 750, 755, - 756, 759, 760, 761, 764, 766, 769, 770, 771, 772, - 773, 774, 775, 776, 777, 778, 779, 782, 783, 786, - 787, 788, 789, 790, 791, 792, 793, 796, 797, 805, - 811, 815, 818, 819, 823, 826, 827, 830, 839, 840, - 843, 844, 847, 853, 859, 860, 863, 864, 867, 877, - 886, 892, 896, 897, 900, 901, 904, 909, 916, 917, - 918, 922, 926, 929, 930, 933, 934, 938, 939, 943, - 944, 945, 949, 951, 953, 957, 958, 959, 960, 968, - 970, 972, 977, 979, 984, 985, 990, 991, 992, 993, - 998, 1007, 1009, 1010, 1015, 1017, 1021, 1022, 1029, 1030, - 1031, 1032, 1033, 1038, 1046, 1047, 1050, 1051, 1054, 1061, - 1062, 1067, 1068, 1072, 1073, 1074, 1075, 1076, 1080, 1081, - 1082, 1085, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, - 1096, 1097, 1100, 1107, 1109, 1115, 1116, 1117 + 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, + 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, + 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, + 594, 595, 596, 597, 601, 602, 607, 608, 609, 610, + 613, 614, 617, 621, 627, 628, 629, 632, 636, 648, + 652, 657, 660, 661, 664, 665, 668, 669, 670, 671, + 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, + 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, + 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, + 702, 703, 704, 705, 707, 709, 710, 713, 714, 717, + 723, 729, 730, 733, 738, 745, 746, 749, 750, 754, + 755, 758, 762, 768, 776, 780, 785, 786, 789, 790, + 791, 794, 796, 799, 800, 801, 802, 803, 804, 805, + 806, 807, 808, 809, 812, 813, 816, 817, 818, 819, + 820, 821, 822, 823, 826, 827, 835, 841, 845, 848, + 849, 853, 856, 857, 860, 869, 870, 873, 874, 877, + 883, 889, 890, 893, 894, 897, 907, 916, 922, 926, + 927, 930, 931, 934, 939, 946, 947, 948, 952, 956, + 959, 960, 963, 964, 968, 969, 973, 974, 975, 979, + 981, 983, 987, 988, 989, 990, 998, 1000, 1002, 1007, + 1009, 1014, 1015, 1020, 1021, 1022, 1023, 1028, 1037, 1039, + 1040, 1045, 1047, 1051, 1052, 1059, 1060, 1061, 1062, 1063, + 1068, 1076, 1077, 1080, 1081, 1084, 1091, 1092, 1097, 1098, + 1102, 1103, 1104, 1105, 1106, 1110, 1111, 1112, 1115, 1118, + 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1130, + 1137, 1139, 1145, 1146, 1147 }; #endif @@ -1023,21 +866,22 @@ "tNOCODE", "tNONBROWSABLE", "tNONCREATABLE", "tNONEXTENSIBLE", "tNOTIFY", "tNOTIFYFLAG", "tNULL", "tOBJECT", "tODL", "tOLEAUTOMATION", "tOPTIMIZE", "tOPTIONAL", "tOUT", "tPARTIALIGNORE", "tPASCAL", "tPOINTERDEFAULT", - "tPROGID", "tPROPERTIES", "tPROPGET", "tPROPPUT", "tPROPPUTREF", - "tPROXY", "tPTR", "tPUBLIC", "tRANGE", "tREADONLY", "tREF", "tREGISTER", - "tREPRESENTAS", "tREQUESTEDIT", "tRESTRICTED", "tRETVAL", "tSAFEARRAY", - "tSHORT", "tSIGNED", "tSIZEIS", "tSIZEOF", "tSMALL", "tSOURCE", - "tSTATIC", "tSTDCALL", "tSTRICTCONTEXTHANDLE", "tSTRING", "tSTRUCT", - "tSWITCH", "tSWITCHIS", "tSWITCHTYPE", "tTHREADING", "tTRANSMITAS", - "tTRUE", "tTYPEDEF", "tUIDEFAULT", "tUNION", "tUNIQUE", "tUNSIGNED", - "tUSESGETLASTERROR", "tUSERMARSHAL", "tUUID", "tV1ENUM", "tVARARG", - "tVERSION", "tVIPROGID", "tVOID", "tWCHAR", "tWIREMARSHAL", "tAPARTMENT", - "tNEUTRAL", "tSINGLE", "tFREE", "tBOTH", "','", "'?'", "':'", "'|'", - "'^'", "'&'", "'<'", "'>'", "'-'", "'+'", "'*'", "'/'", "'%'", "'!'", - "'~'", "ADDRESSOF", "NEG", "POS", "PPTR", "CAST", "'.'", "'['", "']'", - "'{'", "'}'", "';'", "'('", "')'", "'='", "$accept", "input", - "gbl_statements", "imp_statements", "int_statements", "semicolon_opt", - "statement", "typedecl", "cppquote", "import_start", "import", + "tPRAGMA_WARNING", "tPROGID", "tPROPERTIES", "tPROPGET", "tPROPPUT", + "tPROPPUTREF", "tPROXY", "tPTR", "tPUBLIC", "tRANGE", "tREADONLY", + "tREF", "tREGISTER", "tREPRESENTAS", "tREQUESTEDIT", "tRESTRICTED", + "tRETVAL", "tSAFEARRAY", "tSHORT", "tSIGNED", "tSIZEIS", "tSIZEOF", + "tSMALL", "tSOURCE", "tSTATIC", "tSTDCALL", "tSTRICTCONTEXTHANDLE", + "tSTRING", "tSTRUCT", "tSWITCH", "tSWITCHIS", "tSWITCHTYPE", + "tTHREADING", "tTRANSMITAS", "tTRUE", "tTYPEDEF", "tUIDEFAULT", "tUNION", + "tUNIQUE", "tUNSIGNED", "tUSESGETLASTERROR", "tUSERMARSHAL", "tUUID", + "tV1ENUM", "tVARARG", "tVERSION", "tVIPROGID", "tVOID", "tWCHAR", + "tWIREMARSHAL", "tAPARTMENT", "tNEUTRAL", "tSINGLE", "tFREE", "tBOTH", + "','", "'?'", "':'", "'|'", "'^'", "'&'", "'<'", "'>'", "'-'", "'+'", + "'*'", "'/'", "'%'", "'!'", "'~'", "CAST", "PPTR", "POS", "NEG", + "ADDRESSOF", "'.'", "'['", "']'", "'{'", "'}'", "';'", "'('", "')'", + "'='", "$accept", "input", "gbl_statements", "$@1", "imp_statements", + "$@2", "int_statements", "semicolon_opt", "statement", "pragma_warning", + "warnings", "typedecl", "cppquote", "import_start", "import", "importlib", "libraryhdr", "library_start", "librarydef", "m_args", "arg_list", "args", "arg", "array", "m_attributes", "attributes", "attrib_list", "str_list", "attribute", "uuid_string", "callconv", @@ -1058,13 +902,13 @@ "any_declarator_no_direct", "m_any_declarator", "any_direct_declarator", "declarator_list", "m_bitfield", "struct_declarator", "struct_declarator_list", "init_declarator", "threading_type", - "pointer_type", "structdef", "type", "typedef", "uniondef", "version", YY_NULL + "pointer_type", "structdef", "type", "typedef", "uniondef", "version", YY_NULLPTR }; #endif # ifdef YYPRINT -/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to - token YYLEX-NUM. */ +/* YYTOKNUM[NUM] -- (External) token number corresponding to the + (internal) symbol number NUM (which must be that of a token). */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, @@ -1085,1014 +929,995 @@ 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, - 435, 44, 63, 58, 124, 94, 38, 60, 62, 45, - 43, 42, 47, 37, 33, 126, 436, 437, 438, 439, - 440, 46, 91, 93, 123, 125, 59, 40, 41, 61 + 435, 436, 44, 63, 58, 124, 94, 38, 60, 62, + 45, 43, 42, 47, 37, 33, 126, 437, 438, 439, + 440, 441, 46, 91, 93, 123, 125, 59, 40, 41, + 61 }; # endif -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const yytype_uint16 yyr1[] = -{ - 0, 210, 211, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, - 213, 213, 214, 214, 215, 215, 216, 216, 216, 216, - 216, 216, 217, 217, 217, 217, 217, 217, 217, 217, - 217, 218, 219, 220, 221, 222, 223, 224, 225, 225, - 226, 226, 227, 227, 228, 228, 229, 229, 229, 230, - 230, 231, 232, 232, 232, 233, 233, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 235, 235, 236, - 236, 236, 236, 237, 237, 238, 238, 239, 239, 239, - 240, 240, 241, 241, 242, 243, 243, 244, 244, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 246, 246, 247, 248, 249, 249, 250, 250, 251, 251, - 252, 252, 253, 253, 254, 254, 255, 256, 256, 257, - 257, 258, 258, 258, 259, 259, 260, 260, 260, 260, - 260, 260, 260, 260, 260, 260, 260, 261, 261, 262, - 262, 262, 262, 262, 262, 262, 262, 263, 263, 264, - 265, 266, 267, 267, 268, 269, 269, 270, 271, 271, - 272, 272, 273, 273, 274, 274, 275, 275, 276, 277, - 277, 277, 278, 278, 279, 279, 280, 281, 282, 282, - 282, 283, 284, 285, 285, 286, 286, 287, 287, 288, - 288, 288, 289, 289, 289, 290, 290, 290, 290, 291, - 291, 291, 292, 292, 293, 293, 294, 294, 294, 294, - 294, 295, 295, 295, 296, 296, 297, 297, 298, 298, - 298, 298, 298, 298, 299, 299, 300, 300, 301, 302, - 302, 303, 303, 304, 304, 304, 304, 304, 305, 305, - 305, 306, 307, 307, 307, 307, 307, 307, 307, 307, - 307, 307, 308, 309, 309, 310, 310, 310 -}; +#define YYPACT_NINF -521 -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const yytype_uint8 yyr2[] = +#define yypact_value_is_default(Yystate) \ + (!!((Yystate) == (-521))) + +#define YYTABLE_NINF -260 + +#define yytable_value_is_error(Yytable_value) \ + 0 + + /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +static const yytype_int16 yypact[] = { - 0, 2, 1, 0, 5, 2, 2, 3, 2, 2, - 2, 2, 0, 2, 5, 2, 3, 2, 2, 2, - 2, 2, 0, 2, 0, 1, 1, 2, 2, 1, - 2, 1, 1, 2, 1, 2, 1, 2, 2, 2, - 2, 4, 3, 3, 5, 2, 3, 4, 0, 1, - 1, 3, 1, 3, 3, 2, 3, 3, 2, 0, - 1, 3, 1, 3, 4, 1, 3, 0, 1, 4, - 1, 1, 1, 1, 1, 4, 4, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, - 1, 4, 1, 1, 1, 4, 4, 1, 1, 1, - 1, 4, 4, 4, 4, 4, 1, 4, 1, 1, - 4, 1, 4, 1, 1, 4, 4, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 4, 1, 1, 1, 4, 4, 1, 1, 1, - 1, 1, 6, 1, 4, 1, 1, 1, 4, 1, - 1, 1, 4, 4, 4, 4, 1, 1, 4, 4, - 4, 1, 1, 4, 4, 4, 1, 1, 1, 1, - 1, 1, 1, 0, 2, 4, 3, 0, 2, 1, - 1, 3, 3, 1, 5, 1, 3, 0, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, - 2, 2, 2, 2, 3, 3, 5, 5, 4, 3, - 1, 3, 1, 1, 0, 2, 4, 3, 2, 2, - 0, 2, 2, 1, 3, 2, 1, 3, 2, 0, - 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, - 2, 1, 1, 1, 1, 1, 1, 0, 1, 1, - 2, 1, 2, 2, 1, 1, 1, 2, 2, 2, - 5, 2, 0, 2, 2, 2, 2, 2, 2, 3, - 2, 3, 5, 5, 0, 2, 2, 2, 2, 6, - 8, 2, 2, 2, 2, 2, 2, 5, 1, 1, - 1, 1, 1, 0, 2, 2, 3, 0, 1, 2, - 2, 2, 3, 2, 1, 1, 3, 2, 4, 3, - 2, 1, 3, 2, 0, 1, 3, 2, 1, 3, - 4, 3, 2, 1, 3, 2, 0, 1, 1, 3, - 2, 1, 3, 4, 1, 3, 0, 2, 2, 1, - 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, - 1, 5, 1, 1, 1, 1, 2, 1, 2, 1, - 2, 4, 5, 5, 10, 1, 3, 1 + -521, 89, 1646, -521, -521, -521, -521, -521, -521, 156, + -521, -136, 172, -521, 181, -521, -521, -521, -521, -6, + 87, -521, -521, -521, -521, 218, -6, 105, -99, -521, + -75, -6, 384, -521, -521, 223, 255, 384, -521, -521, + 2819, -521, -521, -39, -521, -521, -521, -521, -521, 25, + 2519, -19, -15, -521, -521, -11, 6, -521, 24, 3, + 27, 15, 29, 21, -521, -521, 66, -521, 44, 44, + 44, 162, 2667, 79, 44, 106, 109, -521, -521, 208, + -521, -521, 94, -521, 74, -521, -521, 119, -521, -521, + -521, -521, 279, 2667, -521, -521, 97, 107, -127, -120, + -521, -521, 122, -521, -521, 125, -521, -521, -521, 126, + 131, -521, -521, -521, -521, -521, -521, -521, -521, -521, + -521, 155, -521, -521, -521, 160, -521, -521, -521, 161, + 173, -521, -521, -521, -521, 179, 180, 183, 184, 192, + -521, 193, -521, -521, 195, -521, 196, -521, -521, 197, + 205, -521, -521, -521, -521, -521, -521, -521, -521, -521, + -521, -521, -521, -521, 211, -521, -521, -521, 212, 213, + -521, -521, -521, -521, -521, -521, 214, -521, -521, 215, + -521, -521, -521, 217, -521, -521, -521, 222, 246, 247, + 251, -521, -521, -521, 252, 260, -521, -521, 261, 263, + 264, -121, -521, -521, -521, 1528, 791, 177, 319, 322, + 337, 343, 347, 207, 182, -521, -521, -521, -521, 162, + 209, 268, -521, -521, -521, -521, -521, -55, -521, -521, + -521, 350, 271, -521, -521, -521, -521, -521, -521, -521, + -521, -521, -521, -521, -521, 162, 162, -521, 267, -96, + -521, -521, -521, 44, -521, -521, -521, 269, 355, -521, + 289, 270, -521, 276, -521, 477, 61, 355, 646, 646, + 478, 479, 646, 646, 482, 491, 646, 493, 646, 646, + 2080, 646, 646, 494, -78, 497, 646, 2667, 646, 646, + 2667, 194, 2667, 2667, 61, 75, 501, 2667, 2819, 308, + -521, 309, -521, -521, -521, 311, -521, 314, -521, -521, + -521, 15, 2593, -521, 326, -521, -521, -521, -521, 326, + -102, -521, -521, -37, -521, 332, -66, 320, 329, -521, + -521, 1130, 72, 327, -521, 646, 266, 2080, -521, -521, + -521, 333, 353, -521, 328, 534, -521, -30, 177, -21, + 335, -521, -521, 336, 341, -521, -521, -521, -521, -521, + -521, -521, -521, -521, 339, -521, 646, 646, 646, 646, + 646, 646, 575, 2328, -143, -521, 2328, 342, 344, -521, + -123, 346, 348, 349, 351, 352, 354, 357, 1334, 358, + 2593, 159, 359, -118, -521, 2328, 362, 363, 364, 367, + 365, -114, 2001, 368, -521, -521, -521, -521, -521, 370, + 378, 379, 380, 374, -521, 381, 382, 383, -521, 2819, + 543, -521, -521, -521, 162, 15, -23, -521, 1027, -521, + 375, 2593, 387, 1410, 389, 474, 1233, 15, -521, 2593, + -521, -521, -521, -521, 594, -521, 2242, 390, 414, -521, + -521, -521, 355, 646, -521, 18, -521, 2593, -521, 397, + -521, 391, -521, 401, -521, -521, -521, 2593, 12, 12, + 12, 12, 12, 12, 2111, 338, 646, 646, 607, 646, + 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, + 646, 646, 646, 646, 646, 646, 608, 646, 646, -521, + -521, -521, 604, -521, -521, -521, -521, -521, -521, -521, + -521, -521, -521, 159, -521, 1775, -521, 159, -521, -521, + -521, -93, -521, 646, -521, -521, -521, -521, 646, -521, + -521, -521, -521, -521, -521, -521, -521, 610, -521, -521, + -521, -521, 405, -521, -521, 435, -521, -521, -521, -521, + 162, 169, -521, -521, 2593, 413, -521, -521, -521, 15, + -521, -521, -521, -521, 2006, -521, -521, -521, -521, 159, + 419, 355, -521, -521, 338, -521, -521, 1903, -521, 338, + -521, 420, -58, 204, 204, -521, 718, 718, 305, 305, + 2198, 2347, 2307, 103, 506, 2354, 305, 305, 115, 115, + 12, 12, 12, -521, 2270, -521, -521, -521, 340, -521, + 421, 159, 423, -521, 2080, -521, -521, 425, -521, 15, + 909, 162, -521, -521, 1336, -521, -521, -521, 444, -521, + -115, -521, 431, -521, 429, 498, -521, 430, 159, 434, + -521, 646, 2080, -521, 646, -521, -521, 340, -521, -521, + -521, 437, -521, -521, -521, -521, 15, 646, -521, 159, + -521, -521, -521, -521, 340, -521, -521, -521, 12, 438, + 2328, -521, -521, -521, -521, -521, -13, -521, -521, 646, + 475, -521, -521, 476, -52, -52, -521, -521, 454, -521, + -521 }; -/* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. - Performed when YYTABLE doesn't specify something else to do. Zero - means the default is an error. */ + /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. + Performed when YYTABLE does not specify something else to do. Zero + means the default is an error. */ static const yytype_uint16 yydefact[] = { - 3, 0, 2, 1, 31, 373, 264, 256, 275, 0, - 312, 0, 0, 263, 251, 265, 308, 262, 266, 267, - 0, 311, 269, 276, 274, 0, 267, 0, 310, 0, - 267, 0, 271, 309, 251, 251, 261, 372, 257, 67, - 11, 0, 26, 12, 29, 12, 10, 0, 60, 375, - 0, 374, 258, 0, 0, 8, 0, 0, 0, 24, - 0, 294, 6, 5, 0, 9, 317, 317, 317, 0, - 0, 377, 317, 0, 379, 277, 278, 0, 285, 286, - 376, 253, 0, 268, 273, 0, 296, 297, 272, 281, - 0, 270, 259, 378, 0, 380, 0, 260, 68, 0, - 70, 71, 0, 72, 73, 74, 0, 0, 77, 78, - 79, 80, 81, 82, 83, 84, 85, 86, 0, 88, - 89, 90, 0, 92, 93, 94, 0, 0, 97, 98, - 99, 100, 0, 0, 0, 0, 0, 106, 0, 108, - 109, 0, 111, 0, 113, 114, 117, 0, 118, 119, - 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, - 130, 0, 132, 133, 134, 0, 0, 137, 138, 139, - 140, 370, 141, 0, 143, 368, 0, 145, 146, 147, - 0, 149, 150, 151, 0, 0, 0, 0, 156, 369, - 157, 0, 0, 161, 162, 0, 0, 0, 0, 62, - 166, 27, 59, 59, 59, 251, 0, 0, 251, 251, - 0, 375, 279, 287, 298, 306, 0, 377, 379, 28, - 7, 282, 3, 303, 0, 25, 301, 302, 0, 0, - 22, 321, 318, 320, 319, 254, 255, 169, 170, 171, - 172, 313, 0, 0, 325, 361, 324, 248, 375, 377, - 317, 379, 315, 30, 0, 177, 42, 0, 234, 0, - 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 187, 0, - 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 67, 61, 43, 0, 19, 20, - 21, 0, 17, 0, 15, 13, 18, 24, 0, 60, - 376, 45, 304, 305, 378, 380, 46, 247, 59, 59, - 0, 59, 0, 0, 295, 22, 59, 0, 0, 323, - 0, 0, 48, 327, 316, 41, 0, 179, 180, 183, - 381, 59, 59, 59, 0, 168, 167, 0, 0, 198, - 189, 190, 191, 195, 196, 197, 192, 193, 0, 194, - 0, 0, 0, 0, 0, 0, 0, 232, 0, 230, - 233, 0, 0, 65, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 346, 0, 0, 185, 188, - 0, 0, 0, 0, 0, 0, 0, 0, 363, 364, - 365, 366, 367, 0, 0, 0, 0, 385, 387, 0, - 0, 0, 63, 67, 0, 16, 12, 47, 0, 24, - 0, 283, 4, 288, 0, 0, 0, 0, 0, 0, - 59, 24, 23, 60, 314, 322, 326, 362, 0, 58, - 0, 0, 52, 49, 50, 184, 178, 0, 371, 0, - 235, 0, 383, 60, 241, 0, 69, 160, 75, 0, - 222, 221, 220, 223, 218, 219, 0, 334, 0, 0, + 3, 0, 2, 1, 33, 380, 271, 263, 282, 0, + 319, 0, 0, 270, 258, 272, 315, 269, 273, 274, + 0, 318, 276, 283, 281, 0, 274, 0, 0, 317, + 0, 274, 0, 278, 316, 258, 258, 268, 379, 264, + 74, 12, 34, 0, 28, 13, 31, 13, 11, 0, + 67, 382, 0, 381, 265, 0, 0, 9, 0, 0, + 0, 26, 0, 301, 7, 6, 0, 10, 324, 324, + 324, 0, 0, 384, 324, 0, 386, 284, 285, 0, + 292, 293, 383, 260, 0, 275, 280, 0, 303, 304, + 279, 288, 0, 0, 277, 266, 385, 0, 387, 0, + 267, 75, 0, 77, 78, 0, 79, 80, 81, 0, + 0, 84, 85, 86, 87, 88, 89, 90, 91, 92, + 93, 0, 95, 96, 97, 0, 99, 100, 101, 0, + 0, 104, 105, 106, 107, 0, 0, 0, 0, 0, + 113, 0, 115, 116, 0, 118, 0, 120, 121, 124, + 0, 125, 126, 127, 128, 129, 130, 131, 132, 133, + 134, 135, 136, 137, 0, 139, 140, 141, 0, 0, + 144, 145, 146, 147, 377, 148, 0, 150, 375, 0, + 152, 153, 154, 0, 156, 157, 158, 0, 0, 0, + 0, 163, 376, 164, 0, 0, 168, 169, 0, 0, + 0, 0, 69, 173, 29, 66, 66, 66, 258, 0, + 0, 258, 258, 0, 382, 286, 294, 305, 313, 0, + 384, 386, 30, 8, 289, 4, 310, 0, 27, 308, + 309, 0, 0, 24, 328, 325, 327, 326, 261, 262, + 176, 177, 178, 179, 320, 0, 0, 332, 368, 331, + 255, 382, 384, 324, 386, 322, 32, 0, 184, 48, + 0, 0, 241, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 194, 0, 0, 0, 0, 0, 194, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 74, 68, + 49, 0, 21, 22, 23, 0, 19, 0, 17, 14, + 20, 26, 0, 67, 383, 51, 52, 311, 312, 385, + 387, 53, 254, 66, 3, 0, 66, 0, 0, 302, + 24, 66, 0, 0, 330, 0, 0, 55, 334, 323, + 47, 0, 186, 187, 190, 0, 388, 66, 66, 66, + 0, 175, 174, 0, 0, 205, 196, 197, 198, 202, + 203, 204, 199, 200, 0, 201, 0, 0, 0, 0, + 0, 0, 0, 239, 0, 237, 240, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 76, 87, 91, 0, 95, 96, 101, 102, 103, - 104, 105, 107, 110, 112, 346, 313, 48, 351, 346, - 348, 347, 55, 343, 116, 187, 115, 131, 135, 136, - 0, 144, 148, 152, 153, 155, 154, 158, 159, 0, - 163, 164, 165, 64, 0, 59, 354, 382, 280, 284, - 290, 0, 377, 289, 292, 0, 0, 246, 293, 22, - 24, 307, 57, 56, 328, 0, 181, 182, 0, 379, - 249, 239, 238, 334, 229, 313, 48, 338, 334, 335, - 0, 331, 211, 212, 224, 205, 206, 209, 210, 200, - 201, 0, 202, 203, 204, 208, 207, 214, 213, 216, - 217, 215, 225, 0, 231, 66, 54, 346, 313, 0, - 346, 0, 342, 48, 350, 186, 0, 386, 24, 14, - 0, 244, 291, 59, 299, 53, 51, 356, 359, 0, - 237, 0, 250, 0, 334, 313, 0, 346, 0, 330, - 0, 48, 337, 0, 228, 341, 346, 352, 345, 349, - 0, 142, 44, 355, 24, 0, 358, 0, 236, 173, - 227, 329, 346, 339, 333, 336, 226, 0, 199, 344, - 353, 300, 357, 360, 0, 332, 340, 0, 0, 384, - 174, 0, 59, 59, 243, 176, 0, 175, 242 -}; - -/* YYDEFGOTO[NTERM-NUM]. */ -static const yytype_int16 yydefgoto[] = -{ - -1, 1, 2, 202, 326, 226, 298, 41, 42, 43, - 44, 299, 210, 45, 300, 441, 442, 443, 444, 508, - 47, 309, 198, 374, 199, 347, 509, 664, 670, 336, - 337, 338, 248, 387, 388, 367, 368, 369, 371, 341, - 450, 454, 343, 675, 676, 546, 50, 621, 82, 510, - 51, 84, 52, 301, 54, 302, 303, 318, 421, 57, - 58, 321, 427, 59, 229, 60, 61, 304, 305, 215, - 64, 306, 66, 67, 68, 327, 69, 231, 70, 245, - 246, 569, 628, 570, 571, 511, 601, 512, 513, 537, - 646, 618, 619, 247, 403, 200, 249, 72, 73, 251, - 409 + 0, 353, 0, 0, 192, 195, 0, 0, 0, 0, + 0, 0, 0, 0, 370, 371, 372, 373, 374, 0, + 0, 0, 0, 392, 394, 0, 0, 0, 70, 74, + 0, 18, 15, 54, 0, 26, 0, 290, 66, 295, + 0, 0, 0, 0, 0, 0, 66, 26, 25, 67, + 321, 329, 333, 369, 0, 65, 0, 0, 59, 56, + 57, 191, 185, 0, 36, 0, 378, 0, 242, 0, + 390, 67, 248, 0, 76, 167, 82, 0, 229, 228, + 227, 230, 225, 226, 0, 341, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, + 94, 98, 0, 102, 103, 108, 109, 110, 111, 112, + 114, 117, 119, 353, 320, 55, 358, 353, 355, 354, + 62, 350, 123, 194, 122, 138, 142, 143, 0, 151, + 155, 159, 160, 162, 161, 165, 166, 0, 170, 171, + 172, 71, 0, 13, 361, 389, 287, 291, 5, 297, + 0, 384, 296, 299, 0, 0, 253, 300, 24, 26, + 314, 64, 63, 335, 0, 188, 189, 37, 35, 0, + 386, 256, 246, 245, 341, 236, 320, 55, 345, 341, + 342, 0, 338, 218, 219, 231, 212, 213, 216, 217, + 207, 208, 0, 209, 210, 211, 215, 214, 221, 220, + 223, 224, 222, 232, 0, 238, 73, 61, 353, 320, + 0, 353, 0, 349, 55, 357, 193, 0, 393, 26, + 66, 0, 251, 298, 66, 306, 60, 58, 363, 366, + 0, 244, 0, 257, 0, 341, 320, 0, 353, 0, + 337, 0, 55, 344, 0, 235, 348, 353, 359, 352, + 356, 0, 149, 50, 16, 362, 26, 0, 365, 0, + 243, 180, 234, 336, 353, 346, 340, 343, 233, 0, + 206, 351, 360, 307, 364, 367, 0, 339, 347, 0, + 0, 391, 181, 0, 66, 66, 250, 183, 0, 182, + 249 }; -/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing - STATE-NUM. */ -#define YYPACT_NINF -526 -static const yytype_int16 yypact[] = + /* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = { - -526, 59, 1737, -526, -526, -526, -526, -526, -526, 163, - -526, -138, 169, -526, 194, -526, -526, -526, -526, 12, - 73, -526, -526, -526, -526, 219, 12, 120, -526, -64, - 12, 300, -526, -526, 266, 270, 300, -526, -526, 2902, - -526, -48, -526, -526, -526, -526, -526, 46, 2579, -44, - -23, -526, -526, 39, 19, -526, 48, 47, 54, 62, - 76, -33, -526, -526, 82, -526, 96, 96, 96, 57, - 2751, 86, 96, 87, 90, -526, -526, 223, -526, -526, - 72, -526, 95, -526, -526, 103, -526, -526, -526, -526, - 2751, -526, -526, 99, 112, -112, -109, -526, -526, 21, - -526, -526, 56, -526, -526, -526, 93, 156, -526, -526, - -526, -526, -526, -526, -526, -526, -526, -526, 157, -526, - -526, -526, 162, -526, -526, -526, 164, 168, -526, -526, - -526, -526, 170, 171, 173, 174, 175, -526, 177, -526, - -526, 178, -526, 179, -526, -526, 184, 186, -526, -526, - -526, -526, -526, -526, -526, -526, -526, -526, -526, -526, - -526, 187, -526, -526, -526, 193, 196, -526, -526, -526, - -526, -526, -526, 197, -526, -526, 200, -526, -526, -526, - 201, -526, -526, -526, 202, 203, 215, 216, -526, -526, - -526, 220, 225, -526, -526, 228, 231, 234, -56, -526, - -526, -526, 1620, 877, 136, 301, 373, 329, 347, 356, - 226, 195, -526, -526, -526, -526, 57, 237, 239, -526, - -526, -526, -526, -526, -22, -526, -526, -526, 357, 242, - -526, -526, -526, -526, -526, -526, -526, -526, -526, -526, - -526, -526, 57, 57, -526, 238, -141, -526, -526, -526, - 96, -526, -526, -526, 241, 365, -526, 243, -526, 247, - -526, 453, 161, 365, 713, 713, 454, 455, 713, 713, - 456, 457, 713, 458, 713, 713, 2168, 713, 713, 459, - -54, 461, 713, 2751, 713, 713, 2751, 135, 2751, 2751, - 161, 130, 462, 2751, 2902, 271, -526, 265, -526, -526, - -526, 273, -526, 276, -526, -526, -526, 62, 2665, -526, - 277, -526, -526, -526, 277, -105, -526, -526, -18, 1111, - 294, -76, 280, 278, -526, -526, 1213, 42, 279, -526, - 713, 94, 2168, -526, -526, -526, 284, 309, -526, 282, - -526, -13, 136, -11, 288, -526, -526, 289, 291, -526, - -526, -526, -526, -526, -526, -526, -526, -526, 285, -526, - 713, 713, 713, 713, 713, 713, 703, 2390, -91, -526, - 2390, 292, 296, -526, -70, 298, 302, 303, 304, 305, - 306, 307, 398, 308, 2665, 88, 310, -66, -526, 2390, - 311, 313, 314, 321, 315, -63, 2174, 316, -526, -526, - -526, -526, -526, 317, 318, 319, 322, 328, -526, 323, - 324, 326, -526, 2902, 499, -526, -526, -526, 57, 62, - -21, -526, -526, -526, 352, 2665, 331, 1503, 334, 419, - 1315, 62, -526, 2665, -526, -526, -526, -526, 450, -526, - 1425, 336, 366, -526, -526, -526, 365, 713, -526, 2665, - -526, 338, -526, 342, -526, 343, -526, -526, -526, 2665, - 18, 18, 18, 18, 18, 18, 2260, 248, 713, 713, - 547, 713, 713, 713, 713, 713, 713, 713, 713, 713, - 713, 713, 713, 713, 713, 713, 713, 713, 548, 713, - 713, -526, -526, -526, 543, -526, -526, -526, -526, -526, - -526, -526, -526, -526, -526, 88, -526, 1823, -526, 88, - -526, -526, -526, -137, -526, 713, -526, -526, -526, -526, - 713, -526, -526, -526, -526, -526, -526, -526, -526, 549, - -526, -526, -526, -526, 346, 994, -526, 375, -526, -526, - -526, 57, 166, -526, -526, 2665, 351, -526, -526, -526, - 62, -526, -526, -526, -526, 2082, -526, -526, 88, 354, - 365, -526, -526, 248, -526, -526, 1950, -526, 248, -526, - 350, -135, 25, 25, -526, 603, 603, 165, 165, 817, - 2285, 2369, 2408, 2440, 740, 165, 165, 64, 64, 18, - 18, 18, -526, 2329, -526, -526, -526, 70, -526, 353, - 88, 355, -526, 2168, -526, -526, 358, -526, 62, -526, - 57, -526, -526, 1417, -526, -526, -526, 379, -526, -94, - -526, 364, -526, 361, 100, -526, 369, 88, 370, -526, - 713, 2168, -526, 713, -526, -526, 70, -526, -526, -526, - 371, -526, -526, -526, 62, 713, -526, 88, -526, -526, - -526, -526, 70, -526, -526, -526, 18, 384, 2390, -526, - -526, -526, -526, -526, -3, -526, -526, 713, 411, -526, - -526, 412, -86, -86, -526, -526, 390, -526, -526 + -521, -521, 360, -521, -42, -521, -304, -291, 0, -521, + -521, -521, -521, -521, 227, -521, -521, -521, 10, -472, + -521, -521, -266, -218, -191, -2, -521, -521, -275, 369, + -65, -521, -521, -521, -521, 216, 13, 377, 143, -242, + -521, -228, -264, -521, -521, -521, -521, -18, -177, -521, + 237, -521, -3, -67, -521, 110, 116, 5, -521, 11, + 17, -521, -521, 624, -521, -521, -521, -521, -521, -33, + -521, 19, 16, -521, -521, 20, -521, -521, -298, -462, + -49, 32, 30, -235, -521, -521, -521, -495, -521, -520, + -521, -448, -521, -521, -521, 22, -521, 456, -521, 392, + 1, -31, -521, 7, -521 }; -/* YYPGOTO[NTERM-NUM]. */ -static const yytype_int16 yypgoto[] = + /* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = { - -526, -526, 359, -28, -305, -300, -1, -526, -526, -526, - 176, -526, -526, -526, 23, -468, -526, -526, -257, -232, - -189, -2, -526, -526, -267, 312, -65, -526, -526, -526, - -526, 152, 7, 320, 92, 210, -526, -261, -256, -526, - -526, -526, -526, -60, -187, -526, 181, -526, 22, -67, - -526, 131, 40, 16, -526, 24, 26, -526, -526, 555, - -526, -526, -526, -526, -526, -12, -526, 28, 4, -526, - -526, 29, -526, -526, -287, -477, -38, 17, -14, -220, - -526, -526, -526, -500, -526, -525, -526, -467, -526, -526, - -526, -32, -526, 393, -526, 341, 1, -46, -526, 3, - -526 + -1, 1, 2, 324, 205, 543, 331, 229, 302, 42, + 455, 43, 44, 45, 46, 303, 213, 47, 304, 447, + 448, 449, 450, 516, 49, 313, 201, 380, 202, 353, + 517, 676, 682, 341, 342, 343, 251, 393, 394, 373, + 374, 375, 377, 347, 458, 462, 349, 687, 688, 555, + 52, 632, 84, 518, 53, 86, 54, 305, 56, 306, + 307, 323, 427, 59, 60, 326, 433, 61, 232, 62, + 63, 308, 309, 218, 66, 310, 68, 69, 70, 332, + 71, 234, 72, 248, 249, 580, 639, 581, 582, 519, + 612, 520, 521, 545, 658, 629, 630, 250, 409, 203, + 252, 74, 75, 254, 415 }; -/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If - positive, shift that token. If negative, reduce the rule which - number is the opposite. If YYTABLE_NINF, syntax error. */ -#define YYTABLE_NINF -253 + /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule whose + number is the opposite. If YYTABLE_NINF, syntax error. */ static const yytype_int16 yytable[] = { - 48, 40, 244, 71, 243, 74, 63, 417, 376, 49, - 216, 379, 375, 381, 333, 308, 386, 203, 53, 383, - 430, 393, 328, 329, 250, 46, 55, 412, 56, 597, - 62, 65, 424, 617, 470, 667, 214, 12, 596, 599, - 434, 470, 602, -252, 257, 235, 259, 236, 668, 217, - -252, 218, 232, 232, 232, 211, 94, 96, 232, 3, - 235, 331, 236, 623, 212, 331, 332, 331, 629, 77, - 603, 92, 631, 235, 437, 236, 97, 25, 25, 171, - 470, 237, 85, 175, 233, 234, 10, 647, 624, 252, - 490, 235, -252, 236, -37, 260, 237, 349, 626, -252, - 350, 351, 352, 353, 354, 355, 320, 435, 83, 237, - 189, 494, 648, 238, 10, 515, 39, 491, 515, 538, - 674, 636, 617, 89, 651, 294, 39, 237, 238, 420, - 635, 551, 425, 638, 426, 640, 407, 408, 495, 237, - 10, 238, 516, 90, 10, 522, 533, 295, 652, 244, - 228, 243, 449, 425, 425, 451, 455, 88, 201, 238, - 654, 91, -32, 657, 356, 16, 75, 239, 76, 659, - 345, 238, 78, 346, 79, 244, 244, 243, 243, 468, - 469, 470, 239, 219, 39, 665, 557, 419, 339, 39, - 21, 39, 448, 240, 452, 239, 348, 80, 536, 81, - 48, 48, 669, 71, 71, 74, 74, 204, 240, 49, - 49, 357, 322, 239, 483, 484, 485, 486, 487, 488, - 489, 240, 86, 221, 87, 239, 488, 489, 261, 594, - 94, 96, 254, 241, 28, 567, 232, 394, 385, 240, - 397, 358, 404, 405, 613, 220, 33, 411, 241, 242, - 614, 240, 222, 223, 359, 485, 486, 487, 224, 606, - 244, 506, 243, 262, 242, 488, 489, 334, 225, 93, - 418, 81, 331, 95, 384, 81, -252, 507, -33, 506, - 360, 604, 227, 361, 362, 438, 230, 237, 364, 365, - 331, 565, -34, 253, 385, 507, -36, 439, 616, 255, - 263, 366, 331, -252, 310, -35, 81, 566, 642, 256, - 434, 398, 399, 400, 401, 402, 258, 48, 40, 238, - 71, 611, 74, 63, 433, 432, 49, 71, 467, 74, - 384, 567, 312, 49, 313, 53, 567, 434, 39, 632, - 8, 453, 46, 55, 661, 56, 505, 62, 65, 434, - 314, 244, 81, 243, 483, 484, 485, 486, 487, 315, - 323, 81, 324, 264, 265, 434, 488, 489, 235, 266, - 236, 267, -245, 239, -245, 268, 311, 269, 270, 339, - 271, 272, 273, 19, 274, 275, 276, 541, 535, 662, - 643, 277, 567, 278, 279, 216, 22, 23, 24, 240, - 280, -38, 568, 281, 282, 26, 671, 283, 284, 285, - 286, 558, 468, 469, 470, 471, 472, 473, 474, 475, - 476, 563, 287, 288, 539, 545, 542, 289, 433, 432, - 316, 71, 290, 74, 217, 291, 218, 49, 292, 565, - 211, 293, 600, -39, 30, -40, 325, 330, 32, 335, - 331, 340, 559, 349, 342, 566, 350, 351, 352, 353, - 354, 355, 344, 372, 373, 377, 378, 380, 390, 385, - 392, 410, 414, 413, 244, 370, 243, 423, 370, 415, - 416, -252, 429, 425, 425, 382, 428, 436, 389, 445, - 446, 447, 459, 622, 389, 396, 456, 457, 568, 458, - 492, 627, 520, 568, 493, 384, 496, 216, 534, 20, - 497, 498, 499, 500, 501, 502, 504, 385, 514, 517, - 356, 518, 519, 521, 524, 525, 526, 527, 385, 529, - 528, 530, 531, 48, 532, 540, 71, 543, 74, 548, - 370, 440, 49, 244, 554, 243, 560, 555, 561, 562, - 574, 592, 595, 384, 608, 607, 610, 612, 630, 568, - 620, 637, 645, 639, 384, 385, 641, 357, 649, 650, - 460, 461, 462, 463, 464, 465, 466, 653, 655, 660, - 477, 319, 478, 479, 480, 481, 482, 483, 484, 485, - 486, 487, 666, 385, 672, 673, 678, 358, 556, 488, - 489, 384, 406, 213, 395, 549, 503, 605, 547, 317, - 359, 433, 432, 677, 71, 663, 74, 468, 469, 470, - 49, 391, 473, 474, 0, 0, 0, 0, 0, 384, - 0, 0, 0, 0, 0, 0, 360, 0, 0, 361, - 362, 363, 0, 0, 364, 365, 0, 0, 463, 0, - 0, 0, 0, 552, 0, 0, 0, 366, 0, 0, + 50, 219, 41, 73, 247, 206, 246, 55, 381, 76, + 333, 334, 48, 57, 389, 51, 312, 217, 65, 58, + 423, 64, 67, 418, 567, 679, 436, 376, 478, -259, + 376, 338, 97, 99, 440, 12, 263, 388, 680, 498, + 395, 253, 430, 610, 25, 382, 395, 402, 385, 628, + 387, 220, 608, 392, -259, 215, 174, 221, 399, 502, + 178, 298, 261, 214, 523, 607, 499, 659, 523, 613, + 351, 443, 79, 352, 325, 238, 25, 239, -259, 634, + -43, 413, 414, 299, 640, 264, 503, 192, 10, 3, + 85, 524, 660, 376, 446, 530, 87, 441, 235, 235, + 235, 236, 237, -259, 235, 637, 255, 336, 91, 92, + 336, 240, 337, 16, 635, 614, 10, 476, 477, 478, + 479, 480, 481, 482, 468, 469, 470, 471, 472, 473, + 474, 478, 426, 93, 546, 431, 90, 40, 21, 628, + 663, 94, 651, 241, 541, 336, 560, 647, 95, 432, + 642, 40, 247, 100, 246, 686, 457, 431, 431, 77, + 646, 78, 238, 649, 239, 238, 40, 239, 204, 425, + 669, 459, 463, 40, 664, 80, 456, 81, 247, 247, + 246, 246, 40, 29, 82, 460, 83, 207, -38, 544, + 666, 344, 222, 681, 327, 34, 223, 242, 240, 671, + 354, 240, 471, 50, 50, 231, 73, 73, 97, 99, + 226, 224, 76, 76, 496, 497, 677, 257, 51, 51, + 478, 88, 228, 89, 243, 566, 96, 568, 83, 225, + 241, 391, 227, 241, 583, 584, 230, 586, 587, 588, + 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, + 599, 600, 601, 602, 624, 604, 400, 578, 98, 403, + 83, 410, 411, 424, 244, 247, 417, 246, 625, 355, + 605, 233, 356, 357, 358, 359, 360, 361, 390, 258, + 245, 395, 260, 235, 242, 339, -40, 242, 391, 487, + 488, 489, 490, 491, 492, 493, 494, 495, 627, -259, + 617, -39, -259, 615, -41, 496, 497, 493, 494, 495, + 440, 243, 262, 256, 243, 622, -42, 496, 497, 476, + 477, 478, 314, 475, 83, 315, 259, 316, 653, 439, + 265, 438, 73, 266, 267, 390, 362, 440, 76, 268, + 317, 513, 318, 238, 51, 239, 319, 461, 83, 440, + 320, 514, 83, 328, 244, 329, 578, 247, 238, 246, + 239, 578, 336, 269, 643, 673, 440, 515, 270, 271, + 245, 404, 405, 406, 407, 408, -252, 240, -252, 240, + 40, 272, 550, 363, 10, 344, 655, 273, 274, -44, + 219, 275, 276, 674, 491, 492, 493, 494, 495, 668, + 277, 278, 670, 279, 280, 281, 496, 497, 569, 241, + 579, 241, 321, 282, 364, 376, -45, 578, 574, 283, + 284, 285, 286, 287, 8, 288, 50, 365, 41, 73, + 289, 554, 551, 55, 439, 76, 438, 73, 48, 57, + 220, 51, 547, 76, 65, 58, 221, 64, 67, 51, + 611, 683, 214, 366, 290, 291, 367, 368, 444, 292, + 293, 370, 371, 242, 570, 242, 391, 19, 294, 295, + 445, 296, 297, 345, 372, -46, 330, 335, 340, 346, + 22, 23, 24, 247, 348, 246, 350, 378, 379, 26, + 243, 383, 243, 431, 431, 491, 492, 493, 494, 495, + 384, 620, 386, 396, 633, 219, 398, 496, 497, 579, + 416, 419, 638, 390, 579, 391, 429, 420, 421, 422, + 476, 477, 478, 479, 480, 481, 482, 434, 391, 31, + 576, -259, 514, 33, 435, 452, 442, 240, 453, 451, + 454, 336, 10, 336, 464, 465, 577, 467, 515, 528, + 466, 500, 542, 501, 247, 504, 246, 505, 506, 549, + 507, 508, 390, 509, 20, 391, 510, 512, 522, 241, + 579, 525, 526, 527, 529, 390, 537, 532, 355, 533, + 5, 356, 357, 358, 359, 360, 361, 534, 535, 536, + 538, 539, 540, 391, 552, 557, 564, 355, 572, 563, + 356, 357, 358, 359, 360, 361, 571, 6, 573, 7, + 585, 603, 390, 606, 619, 8, 618, 621, 50, 10, + 623, 73, 439, 242, 438, 73, 631, 76, 657, 641, + 648, 76, 650, 51, 652, 13, 661, 51, 662, 665, + 390, 208, 15, 667, 16, 362, 672, 678, 17, 355, + 243, 18, 356, 357, 358, 359, 360, 361, 19, 684, + 685, 690, 558, 412, 362, 401, 616, 689, 565, 21, + 556, 22, 23, 24, 216, 322, 397, 0, 0, 0, + 26, 675, 0, 0, 428, 0, 0, 0, 0, 0, + 576, 0, 363, 488, 489, 490, 491, 492, 493, 494, + 495, 336, 0, 0, 0, 0, 577, 0, 496, 497, + 0, 363, 0, 0, 29, 0, 362, 0, 0, 30, + 31, 32, 0, 364, 33, 0, 34, 0, 0, 0, + 211, 0, 476, 477, 478, 0, 365, 481, 482, 212, + 0, 37, 364, 0, 0, 0, 0, 0, 0, 38, + 39, 0, 0, 0, 0, 365, 0, 0, 0, 0, + 0, 0, 366, 363, 0, 367, 368, 369, 0, 0, + 370, 371, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 366, 0, 372, 367, 368, 369, 0, 0, 370, + 371, 0, 0, 0, 364, 4, 5, 0, 561, 0, + 0, 0, 372, 0, 0, 0, 0, 365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 572, 573, - 0, 575, 576, 577, 578, 579, 580, 581, 582, 583, - 584, 585, 586, 587, 588, 589, 590, 591, 0, 593, - 0, 0, 0, 0, 0, 0, 349, 0, 5, 350, - 351, 352, 353, 354, 355, 0, 349, 0, 0, 350, - 351, 352, 353, 354, 355, 389, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, - 0, 0, 0, 8, 0, 0, 0, 10, 0, 0, - 0, 0, 0, 0, 468, 469, 470, 471, 472, 473, - 474, 0, 0, 13, 0, 0, 0, 0, 0, 205, - 15, 0, 16, 356, 0, 0, 17, 0, 0, 18, - 0, 0, 0, 356, 0, 0, 19, 0, 0, 0, - 481, 482, 483, 484, 485, 486, 487, 21, 0, 22, - 23, 24, 0, 0, 488, 489, 0, 0, 26, 0, + 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, + 0, 8, 9, 366, 0, 10, 367, 368, 369, 0, + 11, 370, 371, 0, 0, 0, 0, 0, 0, 12, + 0, 13, 0, 0, 372, 0, 0, 14, 15, 0, + 16, 0, 0, 0, 17, 0, 0, 18, 0, 0, + 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, + 0, 20, 301, 0, 0, 21, 0, 22, 23, 24, + 25, 0, 0, 0, 0, 0, 26, 0, 0, 0, + 0, 27, 0, 0, 0, 0, 489, 490, 491, 492, + 493, 494, 495, 4, 5, 0, 0, 0, 28, 0, + 496, 497, 0, 0, 0, 0, 0, 0, 0, 0, + 29, 0, 0, 0, 0, 30, 31, 32, 0, 0, + 33, 6, 34, 7, 0, 0, 35, 0, 0, 8, + 9, 0, 0, 10, 0, 36, 0, 37, 11, 0, + 0, 0, 0, 0, 0, 38, 39, 12, 0, 13, + 0, 0, 0, 0, 0, 14, 15, 0, 16, 0, + 0, 0, 17, 0, 0, 18, 0, 0, 0, 0, + 0, 0, 19, 0, 40, 0, 0, 311, 0, 20, + 301, 0, 0, 21, 0, 22, 23, 24, 25, 0, + 0, 0, 0, 0, 26, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 357, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 357, 468, 469, 470, 471, 472, 473, 474, 0, 476, - 656, 28, 0, 658, 0, 0, 29, 30, 31, 0, - 358, 32, 0, 33, 0, 370, 0, 208, 0, 0, - 358, 0, 0, 359, 0, 0, 209, 0, 36, 0, - 0, 0, 0, 359, 0, 0, 37, 38, 0, 0, - 0, 4, 5, 0, 0, 0, 0, 0, 0, 360, - 0, 0, 361, 362, 363, 0, 0, 364, 365, 360, - 0, 0, 361, 362, 363, 0, 0, 364, 365, 6, - 366, 7, 0, 0, 0, 0, 0, 8, 9, 0, - 366, 10, 0, 0, 0, 0, 11, 481, 482, 483, - 484, 485, 486, 487, 0, 12, 0, 13, 0, 0, - 0, 488, 489, 14, 15, 0, 16, 0, 0, 0, + 0, 4, 5, 0, 0, 0, 28, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, + 0, 0, 0, 30, 31, 32, 0, 0, 33, 6, + 34, 7, 0, 0, 35, 0, 0, 8, 9, 0, + 0, 10, 0, 36, 0, 37, 11, 0, 0, 0, + 0, 0, 0, 38, 39, 12, 0, 13, 0, 0, + 0, 0, 0, 14, 15, 0, 16, 0, 0, 0, 17, 0, 0, 18, 0, 0, 0, 0, 0, 0, - 19, 0, 0, 0, 0, 0, 0, 20, 297, 0, + 19, 0, 40, 0, 0, 654, 0, 20, 0, 0, 0, 21, 0, 22, 23, 24, 25, 0, 0, 0, - 0, 0, 26, 0, 0, 0, 0, 27, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, - 0, 478, 479, 480, 481, 482, 483, 484, 485, 486, - 487, 0, 0, 0, 0, 28, 0, 0, 488, 489, - 29, 30, 31, 0, 0, 32, 6, 33, 7, 0, - 0, 34, 0, 0, 8, 9, 0, 0, 10, 0, - 35, 0, 36, 11, 0, 0, 0, 0, 0, 0, - 37, 38, 12, 0, 13, 0, 0, 0, 0, 0, - 14, 15, 0, 16, 0, 0, 0, 17, 0, 0, - 18, 0, 0, 0, 0, 0, 0, 19, 0, 39, - 0, 0, 307, 0, 20, 297, 0, 0, 21, 0, - 22, 23, 24, 25, 0, 0, 0, 0, 0, 26, - 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 4, 5, 0, 0, 0, + 0, 0, 26, 0, 4, 5, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 28, 0, 0, 0, 0, 29, 30, 31, - 0, 0, 32, 6, 33, 7, 0, 0, 34, 0, - 0, 8, 9, 0, 0, 10, 0, 35, 0, 36, - 11, 0, 0, 0, 0, 0, 0, 37, 38, 12, - 0, 13, 0, 0, 0, 0, 0, 14, 15, 0, - 16, 0, 0, 0, 17, 0, 0, 18, 0, 0, - 0, 0, 0, 0, 19, 0, 39, 0, 0, 609, - 0, 20, 0, 0, 0, 21, 0, 22, 23, 24, - 25, 0, 0, 0, 0, 0, 26, 4, 5, 0, - 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, + 0, 0, 6, 0, 7, 0, 29, 0, 0, 0, + 8, 30, 31, 32, 10, 0, 33, 0, 34, 11, + 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, + 13, 36, 0, 37, 0, 0, 14, 15, 0, 16, + 0, 38, 39, 17, 0, 0, 18, 0, 0, 0, + 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, + 20, 0, 0, 0, 21, 0, 22, 23, 24, 0, + 40, 0, 0, 548, 0, 26, 0, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 6, 0, 7, 0, 28, - 0, 0, 0, 8, 29, 30, 31, 10, 0, 32, - 0, 33, 11, 0, 0, 34, 0, 0, 0, 0, - 0, 0, 0, 13, 35, 0, 36, 0, 0, 14, - 15, 0, 16, 0, 37, 38, 17, 0, 0, 18, + 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, + 0, 0, 0, 0, 0, 6, 0, 7, 0, 29, + 0, 0, 0, 8, 30, 31, 32, 10, 0, 33, + 0, 34, 11, 0, 0, 35, 0, 0, 0, 0, + 0, 0, 0, 13, 36, 0, 37, 0, 0, 14, + 15, 0, 16, 0, 38, 39, 17, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 21, 0, 22, - 23, 24, 0, 39, 0, 0, 422, 0, 26, 4, - 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 23, 24, 0, 40, 0, 0, 437, 0, 26, 0, + 4, 5, 0, 0, 0, 0, 0, 0, 476, 477, + 478, 479, 480, 481, 482, 483, 484, 0, 0, 0, + 28, 0, 0, 0, 0, 0, 0, 0, 6, 0, + 7, 0, 29, 0, 0, 0, 8, 30, 31, 32, + 10, 0, 33, 0, 34, 11, 0, 0, 35, 0, + 0, 0, 0, 0, 0, 0, 13, 36, 0, 37, + 0, 0, 14, 15, 0, 16, 0, 38, 39, 17, + 0, 0, 18, 0, 0, 5, 0, 0, 0, 19, + 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, + 21, 0, 22, 23, 24, 0, 40, 0, 0, 559, + 0, 26, 6, 0, 7, 0, 0, 0, 0, 0, + 8, 0, 0, 0, 10, 0, 0, 0, 0, 0, + 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, + 13, 0, 0, 0, 0, 29, 208, 15, 0, 16, + 30, 31, 32, 17, 0, 33, 18, 34, 0, 0, + 0, 35, 0, 19, 0, 0, 0, 0, 0, 0, + 36, 0, 37, 0, 21, 0, 22, 23, 24, 0, + 38, 39, 0, 0, 0, 26, 0, 485, 0, 486, + 487, 488, 489, 490, 491, 492, 493, 494, 495, 0, + 0, 0, 4, 5, 0, 0, 496, 497, 0, 40, + 0, 300, 656, 511, 0, 0, 0, 0, 0, 29, + 0, 0, 0, 0, 30, 31, 32, 0, 0, 33, + 6, 34, 7, 0, 0, 211, 0, 0, 8, 9, + 0, 0, 10, 0, 212, 0, 37, 11, 0, 0, + 0, 0, 0, 0, 38, 39, 12, 0, 13, 0, + 0, 0, 0, 0, 14, 15, 0, 16, 0, 0, + 0, 17, 0, 0, 18, 0, 0, 0, 0, 0, + 0, 19, 0, 40, 0, 0, 553, 0, 20, 301, + 0, 0, 21, 0, 22, 23, 24, 25, 0, 0, + 0, 0, 0, 26, 0, 0, 0, 0, 27, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 4, 5, 0, 0, 0, 28, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, + 0, 0, 30, 31, 32, 0, 0, 33, 6, 34, + 7, 0, 0, 35, 0, 0, 8, 9, 0, 0, + 10, 0, 36, 0, 37, 11, 0, 0, 0, 0, + 0, 0, 38, 39, 12, 0, 13, 0, 0, 0, + 0, 0, 14, 15, 0, 16, 0, 0, 0, 17, + 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, + 0, 40, 0, 0, 0, 0, 20, 0, 0, 0, + 21, 0, 22, 23, 24, 25, 0, 0, 0, 0, + 0, 26, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 6, 0, 7, - 0, 28, 0, 0, 0, 8, 29, 30, 31, 10, - 0, 32, 0, 33, 11, 0, 0, 34, 0, 0, - 0, 0, 0, 0, 0, 13, 35, 0, 36, 0, - 0, 14, 15, 0, 16, 0, 37, 38, 17, 0, + 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, + 5, 0, 0, 0, 0, 29, 0, 0, 0, 0, + 30, 31, 32, 0, 0, 33, 0, 34, 0, 0, + 0, 35, 0, 0, 0, 0, 0, 6, -66, 7, + 36, 0, 37, 0, 240, 8, 0, 0, 0, 10, + 38, 39, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, + 0, 208, 15, 0, 16, 0, 241, 0, 17, 40, 0, 18, 0, 0, 0, 0, 0, 0, 19, 0, - 0, 0, 0, 0, 0, 20, 0, 0, 0, 21, - 0, 22, 23, 24, 0, 39, 0, 0, 431, 0, - 26, 4, 5, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, - 469, 470, 471, 472, 473, 474, 475, 476, 0, 6, - 0, 7, 0, 28, 0, 0, 0, 8, 29, 30, - 31, 10, 0, 32, 0, 33, 11, 0, 0, 34, - 0, 0, 0, 0, 0, 0, 0, 13, 35, 0, - 36, 0, 0, 14, 15, 0, 16, 0, 37, 38, - 17, 0, 0, 18, 0, 0, 0, 0, 0, 0, - 19, 0, 0, 0, 0, 0, 0, 20, 5, 0, - 0, 21, 0, 22, 23, 24, 0, 39, 0, 0, - 550, 0, 26, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, - 0, 0, 0, 8, 0, 0, 0, 10, 0, 0, - 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, - 29, 30, 31, 13, 0, 32, 0, 33, 0, 205, - 15, 34, 16, 0, 0, 0, 17, 0, 0, 18, - 35, 0, 36, 0, 0, 0, 19, 0, 0, 0, - 37, 38, 0, 0, 0, 0, 0, 21, 0, 22, - 23, 24, 0, 0, 0, 0, 0, 477, 26, 478, - 479, 480, 481, 482, 483, 484, 485, 486, 487, 39, - 0, 0, 644, 0, 4, 5, 488, 489, 553, 0, - 0, 0, 0, 296, 0, 0, 0, 0, 0, 0, - 0, 28, 0, 0, 0, 0, 29, 30, 31, 0, - 0, 32, 6, 33, 7, 0, 0, 208, 0, 0, - 8, 9, 0, 0, 10, 0, 209, 0, 36, 11, - 0, 0, 0, 0, 0, 0, 37, 38, 12, 0, - 13, 0, 0, 0, 0, 0, 14, 15, 0, 16, - 0, 0, 0, 17, 0, 0, 18, 0, 0, 0, - 0, 0, 0, 19, 0, 39, 0, 0, 544, 0, - 20, 297, 0, 0, 21, 0, 22, 23, 24, 25, - 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, - 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 4, 5, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, - 0, 0, 0, 29, 30, 31, 0, 0, 32, 6, - 33, 7, 0, 0, 34, 0, 0, 8, 9, 0, - 0, 10, 0, 35, 0, 36, 11, 0, 0, 0, - 0, 0, 0, 37, 38, 12, 0, 13, 0, 0, - 0, 0, 0, 14, 15, 0, 16, 0, 0, 0, - 17, 0, 0, 18, 0, 0, 0, 0, 0, 0, - 19, 0, 39, 0, 0, 0, 0, 20, 5, 0, - 0, 21, 0, 22, 23, 24, 25, 0, 0, 0, - 0, 0, 26, 0, 0, 0, 0, 27, 0, 0, - 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, - 0, 0, 237, 8, 0, 0, 0, 10, 0, 0, - 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, - 29, 30, 31, 13, 0, 32, 0, 33, 0, 205, - 15, 34, 16, 0, 238, 0, 17, 0, -59, 18, - 35, 0, 36, 0, 0, 0, 19, 0, 0, 0, - 37, 38, 0, 0, 0, 0, 0, 21, 0, 22, - 23, 24, 0, 0, 0, 0, 0, 0, 26, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, - 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, - 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, - 0, 28, 0, 0, 0, 0, 29, 30, 31, 0, - 0, 32, 0, 33, 240, 0, 0, 208, 0, 0, - 0, 0, 6, 0, 7, 0, 209, 0, 36, 237, - 8, 0, 0, 0, 10, 0, 37, 38, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, + 0, 22, 23, 24, 0, 0, 0, 0, 0, 0, + 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 13, 0, 0, 0, 598, 0, 205, 15, 0, 16, - 0, 238, 0, 17, 0, 39, 18, 0, 0, 0, - 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 21, 0, 22, 23, 24, 0, - 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, + 242, 0, 0, 0, 0, 0, 0, 0, 5, 0, + 0, 0, 0, 0, 29, 0, 0, 0, 0, 30, + 31, 32, 0, 0, 33, 0, 34, 243, 0, 0, + 211, 0, 0, 0, 0, 6, 0, 7, 0, 212, + 0, 37, 240, 8, 0, 0, 0, 10, 0, 38, + 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 13, 0, 0, 0, 609, 0, 208, + 15, 0, 16, 0, 241, 0, 17, 0, 40, 18, + 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 21, 0, 22, + 23, 24, 0, 0, 0, 0, 0, 0, 26, 0, + 0, 5, 0, 0, 0, 476, 477, 478, 479, 480, + 481, 482, 483, 484, 0, 0, 0, 0, 242, 626, + 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, + 7, 0, 29, 0, 0, 0, 8, 30, 31, 32, + 10, 0, 33, 0, 34, 243, 0, 0, 211, 0, + 0, 0, 0, 0, 0, 0, 13, 212, 0, 37, + 0, 0, 208, 15, 0, 16, 0, 38, 39, 17, + 0, 0, 18, 0, 0, 5, 0, 0, 0, 19, + 0, 0, 0, 0, 0, 636, 0, 0, 0, 0, + 21, 0, 22, 23, 24, 0, 40, 0, 0, 0, + 0, 26, 6, 0, 7, 0, 0, 0, 0, 0, + 8, 0, 0, 0, 10, 476, 477, 478, 479, 480, + 481, 482, 483, 484, 0, 0, 0, 0, 0, 0, + 13, 0, 0, 0, 0, 29, 208, 15, 0, 16, + 30, 31, 32, 17, 0, 33, 18, 34, 0, 0, + 0, 211, 0, 19, 0, 0, 0, 0, 0, 0, + 212, 0, 37, 0, 21, 0, 22, 23, 24, 0, + 38, 39, 0, 0, 485, 26, 486, 487, 488, 489, + 490, 491, 492, 493, 494, 495, 0, 0, 0, 0, + 0, 0, 0, 496, 497, 0, 0, 0, 0, 40, + 531, 0, 476, 477, 478, 479, 480, 481, 482, 29, + 484, 0, 0, 0, 30, 31, 32, 0, 0, 33, + 0, 34, 0, 0, 0, 211, 0, 0, 0, 0, + 0, 0, 0, 0, 212, 0, 37, 0, 0, 0, + 0, 0, 0, 0, 38, 39, 476, 477, 478, 479, + 480, 481, 482, 483, 484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 239, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 5, 28, 0, - 0, 0, 0, 29, 30, 31, 0, 0, 32, 0, - 33, 240, 0, 0, 208, 615, 0, 0, 0, 0, - 0, 0, 0, 209, 6, 36, 7, 0, 0, 0, - 0, 0, 8, 37, 38, 0, 10, 0, 0, 0, + 0, 0, 0, 40, 476, 477, 478, 479, 480, 481, + 482, 483, 484, 0, 485, 0, 486, 487, 488, 489, + 490, 491, 492, 493, 494, 495, 0, 0, 0, 0, + 0, 0, 0, 496, 497, 0, 0, 0, 0, 0, + 575, 476, 477, 478, 479, 480, 481, 482, 483, 484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 625, 13, 0, 0, 0, 0, 0, 205, 15, - 0, 16, 39, 0, 0, 17, 0, 0, 18, 0, - 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, - 0, 0, 0, 5, 0, 0, 21, 0, 22, 23, - 24, 0, 0, 0, 0, 0, 0, 26, 468, 469, - 470, 471, 472, 473, 474, 475, 476, 0, 0, 0, - 6, 0, 7, 0, 0, 0, 0, 0, 8, 0, - 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, - 28, 0, 0, 0, 0, 29, 30, 31, 13, 0, - 32, 0, 33, 0, 205, 15, 208, 16, 0, 0, - 0, 17, 0, 0, 18, 209, 0, 36, 0, 0, - 0, 19, 0, 0, 0, 37, 38, 0, 0, 0, - 0, 0, 21, 0, 22, 23, 24, 0, 0, 0, - 0, 0, 0, 26, 468, 469, 470, 471, 472, 473, - 474, 475, 476, 0, 39, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, - 469, 470, 471, 472, 473, 474, 28, 0, 0, 0, - 0, 29, 30, 31, 0, 0, 32, 0, 33, 0, - 0, 0, 208, 0, 0, 0, 0, 0, 0, 0, - 0, 209, 0, 36, 0, 0, 0, 0, 0, 0, - 0, 37, 38, 468, 469, 470, 471, 472, 473, 474, - 475, 476, 0, 0, 0, 0, 477, 0, 478, 479, - 480, 481, 482, 483, 484, 485, 486, 487, 0, 0, - 39, 0, 0, 0, 0, 488, 489, 0, 0, 0, - 0, 0, 523, 468, 469, 470, 471, 472, 473, 474, - 475, 476, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 468, 469, 470, 471, 472, 473, - 474, 475, 476, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 468, 469, 470, 471, 472, 473, 474, 0, + 0, 0, 476, 477, 478, 479, 480, 481, 482, 483, + 484, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 476, 477, 478, 479, 480, 481, 482, 476, 477, + 478, 479, 480, 481, 482, 0, 0, 0, 0, 0, + 0, 0, 0, 486, 487, 488, 489, 490, 491, 492, + 493, 494, 495, 0, 0, 0, 0, 0, 0, 0, + 496, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 477, 0, 478, 479, 480, 481, 482, 483, - 484, 485, 486, 487, 468, 469, 470, 471, 472, 473, - 474, 488, 489, 0, 0, 0, 0, 0, 564, 478, - 479, 480, 481, 482, 483, 484, 485, 486, 487, 0, - 0, 0, 0, 0, 0, 0, 488, 489, 0, 0, + 0, 0, 0, 0, 0, 485, 0, 486, 487, 488, + 489, 490, 491, 492, 493, 494, 495, 0, 0, 0, + 0, 0, 0, 0, 496, 497, 562, 0, 0, 0, + 0, 0, 0, 485, 0, 486, 487, 488, 489, 490, + 491, 492, 493, 494, 495, 0, 0, 0, 0, 0, + 0, 0, 496, 497, 645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 485, 644, 486, 487, 488, 489, 490, 491, 492, 493, + 494, 495, 0, 0, 0, 0, 0, 0, 0, 496, + 497, 485, 0, 486, 487, 488, 489, 490, 491, 492, + 493, 494, 495, 0, 5, 0, 0, 0, 0, 0, + 496, 497, 486, 487, 488, 489, 490, 491, 492, 493, + 494, 495, 489, 490, 491, 492, 493, 494, 495, 496, + 497, 6, 0, 7, 0, 0, 496, 497, 0, 8, + 9, 0, 0, 10, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 12, 0, 13, + 0, 0, 0, 0, 0, 208, 15, 0, 16, 0, + 0, 0, 17, 0, 0, 18, 0, 0, 5, 0, + 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 21, 0, 22, 23, 24, 25, 0, + 0, 209, 0, 0, 26, 6, 0, 7, 210, 0, + 0, 0, 0, 8, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 477, 0, 478, 479, 480, 481, 482, 483, 484, - 485, 486, 487, 0, 0, 0, 0, 0, 0, 0, - 488, 489, 634, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 13, 0, 0, 0, 0, 29, 208, + 15, 0, 16, 30, 31, 32, 17, 0, 33, 18, + 34, 0, 5, 0, 211, 0, 19, 0, 0, 0, + 0, 0, 0, 212, 0, 37, 0, 21, 0, 22, + 23, 24, 0, 38, 39, 0, 0, 0, 26, 6, + 0, 7, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 477, 633, 478, 479, 480, 481, 482, 483, 484, - 485, 486, 487, 0, 0, 0, 0, 0, 0, 0, - 488, 489, 477, 0, 478, 479, 480, 481, 482, 483, - 484, 485, 486, 487, 5, 0, 0, 0, 0, 0, - 0, 488, 489, 479, 480, 481, 482, 483, 484, 485, - 486, 487, 0, 0, 0, 0, 0, 0, 0, 488, - 489, 6, 0, 7, 0, 0, 0, 0, 0, 8, - 9, 0, 0, 10, 0, 0, 480, 481, 482, 483, - 484, 485, 486, 487, 0, 0, 0, 12, 0, 13, - 0, 488, 489, 0, 0, 205, 15, 0, 16, 0, - 0, 0, 17, 0, 0, 18, 0, 0, 0, 0, - 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, - 5, 0, 0, 21, 0, 22, 23, 24, 25, 0, - 0, 206, 0, 0, 26, 0, 0, 0, 207, 0, - 0, 0, 0, 0, 0, 0, 0, 6, 0, 7, - 0, 0, 0, 0, 0, 8, 0, 0, 0, 10, - 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, - 0, 0, 29, 30, 31, 13, 0, 32, 0, 33, - 0, 205, 15, 208, 16, 0, 0, 0, 17, 0, - 0, 18, 209, 0, 36, 0, 0, 0, 19, 0, - 0, 0, 37, 38, 0, 0, 5, 0, 0, 21, - 0, 22, 23, 24, 0, 0, 0, 0, 0, 0, - 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, - 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 28, 0, 0, 0, 0, 29, 30, - 31, 13, 0, 32, 0, 33, 0, 205, 15, 208, - 0, 0, 0, 0, 17, 0, 0, 18, 209, 0, - 36, 0, 0, 0, 19, 0, 0, 0, 37, 38, - 0, 0, 0, 0, 0, 0, 0, 22, 23, 24, - 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, + 0, 0, 29, 208, 15, 0, 0, 30, 31, 32, + 17, 0, 33, 18, 34, 0, 0, 0, 211, 0, + 19, 0, 0, 0, 0, 0, 0, 212, 0, 37, + 0, 0, 0, 22, 23, 24, 0, 38, 39, 0, + 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 29, 30, 31, 0, 0, 32, - 0, 0, 0, 0, 0, 208, 0, 0, 0, 0, - 0, 0, 0, 0, 209, 0, 36, 0, 0, 0, - 0, 0, 0, 0, 37, 38, 98, 0, 99, 100, - 101, 102, 103, 104, 0, 105, 0, 0, 106, 0, - 107, 0, 0, 0, 108, 109, 0, 110, 111, 112, - 113, 0, 114, 115, 116, 117, 118, 119, 120, 121, - 0, 122, 0, 123, 124, 125, 126, 127, 0, 0, - 128, 0, 0, 0, 129, 0, 130, 131, 0, 132, - 133, 134, 135, 136, 137, 0, 138, 139, 140, 141, - 142, 143, 0, 0, 144, 0, 0, 145, 0, 0, - 0, 0, 146, 147, 0, 148, 149, 0, 150, 151, - 0, 0, 0, 152, 153, 154, 155, 156, 157, 0, - 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, - 0, 167, 168, 169, 170, 171, 172, 173, 174, 175, - 0, 176, 177, 178, 179, 0, 0, 0, 180, 0, - 0, 181, 0, 0, 182, 183, 0, 0, 184, 185, - 186, 187, 0, 0, 188, 0, 189, 0, 190, 191, - 192, 193, 194, 195, 196, 0, 0, 197 + 0, 30, 31, 32, 0, 0, 33, 0, 0, 0, + 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, + 0, 212, 0, 37, 0, 0, 0, 0, 0, 0, + 0, 38, 39, 101, 0, 102, 103, 104, 105, 106, + 107, 0, 108, 0, 0, 109, 0, 110, 0, 0, + 0, 111, 112, 0, 113, 114, 115, 116, 0, 117, + 118, 119, 120, 121, 122, 123, 124, 0, 125, 0, + 126, 127, 128, 129, 130, 0, 0, 131, 0, 0, + 0, 132, 0, 133, 134, 0, 135, 136, 137, 138, + 139, 140, 0, 141, 142, 143, 144, 145, 146, 0, + 0, 147, 0, 0, 148, 0, 0, 0, 0, 149, + 150, 0, 151, 152, 0, 153, 154, 0, 0, 0, + 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, + 164, 165, 166, 167, 0, 168, 0, 169, 0, 170, + 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, + 180, 181, 182, 0, 0, 0, 183, 0, 0, 184, + 0, 0, 185, 186, 0, 0, 187, 188, 189, 190, + 0, 0, 191, 0, 192, 0, 193, 194, 195, 196, + 197, 198, 199, 0, 0, 200 }; -#define yypact_value_is_default(Yystate) \ - (!!((Yystate) == (-526))) - -#define yytable_value_is_error(Yytable_value) \ - YYID (0) - static const yytype_int16 yycheck[] = { - 2, 2, 69, 2, 69, 2, 2, 307, 269, 2, - 48, 272, 268, 274, 246, 204, 277, 45, 2, 276, - 325, 282, 242, 243, 70, 2, 2, 294, 2, 506, - 2, 2, 108, 558, 16, 38, 48, 58, 505, 507, - 327, 16, 509, 155, 90, 3, 155, 5, 51, 48, - 155, 48, 66, 67, 68, 48, 34, 35, 72, 0, - 3, 202, 5, 563, 48, 202, 207, 202, 568, 207, - 207, 31, 207, 3, 330, 5, 36, 99, 99, 133, - 16, 39, 9, 137, 67, 68, 44, 181, 565, 72, - 181, 3, 204, 5, 206, 204, 39, 3, 566, 204, - 6, 7, 8, 9, 10, 11, 128, 327, 96, 39, - 164, 181, 206, 71, 44, 181, 202, 208, 181, 419, - 206, 598, 647, 3, 624, 181, 202, 39, 71, 318, - 597, 431, 321, 600, 321, 603, 6, 7, 208, 39, - 44, 71, 208, 207, 44, 208, 413, 203, 625, 216, - 183, 216, 341, 342, 343, 342, 343, 26, 206, 71, - 627, 30, 206, 631, 70, 69, 3, 125, 5, 636, - 9, 71, 3, 12, 5, 242, 243, 242, 243, 14, - 15, 16, 125, 206, 202, 652, 447, 205, 255, 202, - 94, 202, 205, 151, 205, 125, 263, 3, 418, 5, - 202, 203, 205, 202, 203, 202, 203, 161, 151, 202, - 203, 117, 224, 125, 189, 190, 191, 192, 193, 201, - 202, 151, 3, 204, 5, 125, 201, 202, 207, 490, - 208, 209, 9, 191, 138, 467, 250, 283, 276, 151, - 286, 147, 288, 289, 549, 206, 150, 293, 191, 207, - 550, 151, 204, 206, 160, 191, 192, 193, 204, 520, - 327, 191, 327, 207, 207, 201, 202, 250, 206, 3, - 308, 5, 202, 3, 276, 5, 204, 207, 206, 191, - 186, 513, 206, 189, 190, 191, 204, 39, 194, 195, - 202, 191, 206, 206, 332, 207, 206, 203, 555, 204, - 207, 207, 202, 204, 3, 206, 5, 207, 608, 206, - 597, 176, 177, 178, 179, 180, 204, 319, 319, 71, - 319, 541, 319, 319, 326, 326, 319, 326, 366, 326, - 332, 563, 3, 326, 5, 319, 568, 624, 202, 571, - 40, 343, 319, 319, 644, 319, 384, 319, 319, 636, - 3, 418, 5, 418, 189, 190, 191, 192, 193, 3, - 3, 5, 5, 207, 207, 652, 201, 202, 3, 207, - 5, 207, 206, 125, 208, 207, 3, 207, 207, 446, - 207, 207, 207, 83, 207, 207, 207, 425, 416, 645, - 610, 207, 624, 207, 207, 433, 96, 97, 98, 151, - 207, 206, 467, 207, 207, 105, 667, 207, 207, 207, - 207, 449, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 459, 207, 207, 420, 427, 425, 207, 430, 430, - 204, 430, 207, 430, 433, 207, 433, 430, 207, 191, - 433, 207, 507, 206, 144, 206, 204, 209, 148, 208, - 202, 208, 449, 3, 207, 207, 6, 7, 8, 9, - 10, 11, 9, 9, 9, 9, 9, 9, 9, 507, - 9, 9, 207, 202, 541, 265, 541, 183, 268, 206, - 204, 204, 204, 672, 673, 275, 206, 208, 278, 205, - 181, 209, 207, 560, 284, 285, 208, 208, 563, 208, - 208, 566, 181, 568, 208, 507, 208, 545, 9, 90, - 208, 208, 208, 208, 208, 208, 208, 555, 208, 208, - 70, 208, 208, 208, 208, 208, 208, 208, 566, 201, - 208, 208, 208, 535, 208, 183, 535, 206, 535, 205, - 330, 331, 535, 610, 208, 610, 208, 181, 206, 206, - 3, 3, 9, 555, 208, 6, 181, 206, 208, 624, - 206, 208, 183, 208, 566, 603, 208, 117, 204, 208, - 360, 361, 362, 363, 364, 365, 366, 208, 208, 208, - 182, 222, 184, 185, 186, 187, 188, 189, 190, 191, - 192, 193, 208, 631, 183, 183, 206, 147, 446, 201, - 202, 603, 290, 48, 284, 429, 208, 515, 427, 216, - 160, 613, 613, 673, 613, 647, 613, 14, 15, 16, - 613, 280, 19, 20, -1, -1, -1, -1, -1, 631, - -1, -1, -1, -1, -1, -1, 186, -1, -1, 189, - 190, 191, -1, -1, 194, 195, -1, -1, 438, -1, - -1, -1, -1, 203, -1, -1, -1, 207, -1, -1, + 2, 50, 2, 2, 71, 47, 71, 2, 272, 2, + 245, 246, 2, 2, 280, 2, 207, 50, 2, 2, + 311, 2, 2, 298, 6, 38, 330, 269, 16, 156, + 272, 249, 35, 36, 332, 58, 156, 279, 51, 182, + 282, 72, 108, 515, 99, 273, 288, 289, 276, 569, + 278, 50, 514, 281, 156, 50, 134, 50, 286, 182, + 138, 182, 93, 50, 182, 513, 209, 182, 182, 517, + 9, 335, 208, 12, 129, 3, 99, 5, 205, 574, + 207, 6, 7, 204, 579, 205, 209, 165, 44, 0, + 96, 209, 207, 335, 336, 209, 9, 332, 68, 69, + 70, 69, 70, 205, 74, 577, 74, 203, 3, 208, + 203, 39, 208, 69, 576, 208, 44, 14, 15, 16, + 17, 18, 19, 20, 366, 367, 368, 369, 370, 371, + 372, 16, 323, 208, 425, 326, 26, 203, 94, 659, + 635, 31, 614, 71, 419, 203, 437, 609, 32, 326, + 208, 203, 219, 37, 219, 207, 347, 348, 349, 3, + 608, 5, 3, 611, 5, 3, 203, 5, 207, 206, + 642, 348, 349, 203, 636, 3, 206, 5, 245, 246, + 245, 246, 203, 139, 3, 206, 5, 162, 207, 424, + 638, 258, 207, 206, 227, 151, 207, 125, 39, 647, + 267, 39, 444, 205, 206, 184, 205, 206, 211, 212, + 207, 205, 205, 206, 202, 203, 664, 9, 205, 206, + 16, 3, 207, 5, 152, 453, 3, 209, 5, 205, + 71, 280, 205, 71, 476, 477, 207, 479, 480, 481, + 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, + 492, 493, 494, 495, 558, 497, 287, 475, 3, 290, + 5, 292, 293, 312, 192, 332, 297, 332, 559, 3, + 498, 205, 6, 7, 8, 9, 10, 11, 280, 205, + 208, 523, 3, 253, 125, 253, 207, 125, 337, 186, + 187, 188, 189, 190, 191, 192, 193, 194, 564, 205, + 528, 207, 205, 521, 207, 202, 203, 192, 193, 194, + 608, 152, 205, 207, 152, 550, 207, 202, 203, 14, + 15, 16, 3, 372, 5, 3, 207, 5, 619, 331, + 208, 331, 331, 208, 208, 337, 70, 635, 331, 208, + 3, 390, 5, 3, 331, 5, 3, 349, 5, 647, + 3, 192, 5, 3, 192, 5, 574, 424, 3, 424, + 5, 579, 203, 208, 582, 656, 664, 208, 208, 208, + 208, 177, 178, 179, 180, 181, 207, 39, 209, 39, + 203, 208, 431, 117, 44, 452, 621, 208, 208, 207, + 439, 208, 208, 657, 190, 191, 192, 193, 194, 641, + 208, 208, 644, 208, 208, 208, 202, 203, 457, 71, + 475, 71, 205, 208, 148, 657, 207, 635, 467, 208, + 208, 208, 208, 208, 40, 208, 428, 161, 428, 428, + 208, 433, 431, 428, 436, 428, 436, 436, 428, 428, + 439, 428, 426, 436, 428, 428, 439, 428, 428, 436, + 515, 679, 439, 187, 208, 208, 190, 191, 192, 208, + 208, 195, 196, 125, 457, 125, 515, 83, 208, 208, + 204, 208, 208, 184, 208, 207, 205, 210, 209, 209, + 96, 97, 98, 550, 208, 550, 9, 9, 9, 105, + 152, 9, 152, 684, 685, 190, 191, 192, 193, 194, + 9, 543, 9, 9, 571, 554, 9, 202, 203, 574, + 9, 203, 577, 515, 579, 564, 184, 208, 207, 205, + 14, 15, 16, 17, 18, 19, 20, 207, 577, 145, + 192, 205, 192, 149, 205, 182, 209, 39, 210, 206, + 6, 203, 44, 203, 209, 209, 208, 208, 208, 182, + 209, 209, 9, 209, 621, 209, 621, 209, 209, 184, + 209, 209, 564, 209, 90, 614, 209, 209, 209, 71, + 635, 209, 209, 209, 209, 577, 202, 209, 3, 209, + 5, 6, 7, 8, 9, 10, 11, 209, 209, 209, + 209, 209, 209, 642, 207, 206, 182, 3, 207, 209, + 6, 7, 8, 9, 10, 11, 209, 32, 207, 34, + 3, 3, 614, 9, 209, 40, 6, 182, 620, 44, + 207, 620, 624, 125, 624, 624, 207, 620, 184, 209, + 209, 624, 209, 620, 209, 60, 205, 624, 209, 209, + 642, 66, 67, 209, 69, 70, 209, 209, 73, 3, + 152, 76, 6, 7, 8, 9, 10, 11, 83, 184, + 184, 207, 435, 294, 70, 288, 523, 685, 452, 94, + 433, 96, 97, 98, 50, 219, 284, -1, -1, -1, + 105, 659, -1, -1, 324, -1, -1, -1, -1, -1, + 192, -1, 117, 187, 188, 189, 190, 191, 192, 193, + 194, 203, -1, -1, -1, -1, 208, -1, 202, 203, + -1, 117, -1, -1, 139, -1, 70, -1, -1, 144, + 145, 146, -1, 148, 149, -1, 151, -1, -1, -1, + 155, -1, 14, 15, 16, -1, 161, 19, 20, 164, + -1, 166, 148, -1, -1, -1, -1, -1, -1, 174, + 175, -1, -1, -1, -1, 161, -1, -1, -1, -1, + -1, -1, 187, 117, -1, 190, 191, 192, -1, -1, + 195, 196, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 187, -1, 208, 190, 191, 192, -1, -1, 195, + 196, -1, -1, -1, 148, 4, 5, -1, 204, -1, + -1, -1, 208, -1, -1, -1, -1, 161, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 468, 469, - -1, 471, 472, 473, 474, 475, 476, 477, 478, 479, - 480, 481, 482, 483, 484, 485, 486, 487, -1, 489, - -1, -1, -1, -1, -1, -1, 3, -1, 5, 6, - 7, 8, 9, 10, 11, -1, 3, -1, -1, 6, - 7, 8, 9, 10, 11, 515, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 32, -1, 34, -1, -1, - -1, -1, -1, 40, -1, -1, -1, 44, -1, -1, - -1, -1, -1, -1, 14, 15, 16, 17, 18, 19, - 20, -1, -1, 60, -1, -1, -1, -1, -1, 66, - 67, -1, 69, 70, -1, -1, 73, -1, -1, 76, - -1, -1, -1, 70, -1, -1, 83, -1, -1, -1, - 187, 188, 189, 190, 191, 192, 193, 94, -1, 96, - 97, 98, -1, -1, 201, 202, -1, -1, 105, -1, + -1, -1, -1, 32, -1, 34, -1, -1, -1, -1, + -1, 40, 41, 187, -1, 44, 190, 191, 192, -1, + 49, 195, 196, -1, -1, -1, -1, -1, -1, 58, + -1, 60, -1, -1, 208, -1, -1, 66, 67, -1, + 69, -1, -1, -1, 73, -1, -1, 76, -1, -1, + -1, -1, -1, -1, 83, -1, -1, -1, -1, -1, + -1, 90, 91, -1, -1, 94, -1, 96, 97, 98, + 99, -1, -1, -1, -1, -1, 105, -1, -1, -1, + -1, 110, -1, -1, -1, -1, 188, 189, 190, 191, + 192, 193, 194, 4, 5, -1, -1, -1, 127, -1, + 202, 203, -1, -1, -1, -1, -1, -1, -1, -1, + 139, -1, -1, -1, -1, 144, 145, 146, -1, -1, + 149, 32, 151, 34, -1, -1, 155, -1, -1, 40, + 41, -1, -1, 44, -1, 164, -1, 166, 49, -1, + -1, -1, -1, -1, -1, 174, 175, 58, -1, 60, + -1, -1, -1, -1, -1, 66, 67, -1, 69, -1, + -1, -1, 73, -1, -1, 76, -1, -1, -1, -1, + -1, -1, 83, -1, 203, -1, -1, 206, -1, 90, + 91, -1, -1, 94, -1, 96, 97, 98, 99, -1, + -1, -1, -1, -1, 105, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 117, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 117, 14, 15, 16, 17, 18, 19, 20, -1, 22, - 630, 138, -1, 633, -1, -1, 143, 144, 145, -1, - 147, 148, -1, 150, -1, 645, -1, 154, -1, -1, - 147, -1, -1, 160, -1, -1, 163, -1, 165, -1, - -1, -1, -1, 160, -1, -1, 173, 174, -1, -1, - -1, 4, 5, -1, -1, -1, -1, -1, -1, 186, - -1, -1, 189, 190, 191, -1, -1, 194, 195, 186, - -1, -1, 189, 190, 191, -1, -1, 194, 195, 32, - 207, 34, -1, -1, -1, -1, -1, 40, 41, -1, - 207, 44, -1, -1, -1, -1, 49, 187, 188, 189, - 190, 191, 192, 193, -1, 58, -1, 60, -1, -1, - -1, 201, 202, 66, 67, -1, 69, -1, -1, -1, + -1, 4, 5, -1, -1, -1, 127, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 139, -1, + -1, -1, -1, 144, 145, 146, -1, -1, 149, 32, + 151, 34, -1, -1, 155, -1, -1, 40, 41, -1, + -1, 44, -1, 164, -1, 166, 49, -1, -1, -1, + -1, -1, -1, 174, 175, 58, -1, 60, -1, -1, + -1, -1, -1, 66, 67, -1, 69, -1, -1, -1, 73, -1, -1, 76, -1, -1, -1, -1, -1, -1, - 83, -1, -1, -1, -1, -1, -1, 90, 91, -1, + 83, -1, 203, -1, -1, 206, -1, 90, -1, -1, -1, 94, -1, 96, 97, 98, 99, -1, -1, -1, - -1, -1, 105, -1, -1, -1, -1, 110, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 4, 5, - -1, 184, 185, 186, 187, 188, 189, 190, 191, 192, - 193, -1, -1, -1, -1, 138, -1, -1, 201, 202, - 143, 144, 145, -1, -1, 148, 32, 150, 34, -1, - -1, 154, -1, -1, 40, 41, -1, -1, 44, -1, - 163, -1, 165, 49, -1, -1, -1, -1, -1, -1, - 173, 174, 58, -1, 60, -1, -1, -1, -1, -1, - 66, 67, -1, 69, -1, -1, -1, 73, -1, -1, - 76, -1, -1, -1, -1, -1, -1, 83, -1, 202, - -1, -1, 205, -1, 90, 91, -1, -1, 94, -1, - 96, 97, 98, 99, -1, -1, -1, -1, -1, 105, - -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 4, 5, -1, -1, -1, + -1, -1, 105, -1, 4, 5, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 138, -1, -1, -1, -1, 143, 144, 145, - -1, -1, 148, 32, 150, 34, -1, -1, 154, -1, - -1, 40, 41, -1, -1, 44, -1, 163, -1, 165, - 49, -1, -1, -1, -1, -1, -1, 173, 174, 58, - -1, 60, -1, -1, -1, -1, -1, 66, 67, -1, - 69, -1, -1, -1, 73, -1, -1, 76, -1, -1, - -1, -1, -1, -1, 83, -1, 202, -1, -1, 205, - -1, 90, -1, -1, -1, 94, -1, 96, 97, 98, - 99, -1, -1, -1, -1, -1, 105, 4, 5, -1, - -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 127, -1, -1, -1, -1, -1, + -1, -1, 32, -1, 34, -1, 139, -1, -1, -1, + 40, 144, 145, 146, 44, -1, 149, -1, 151, 49, + -1, -1, 155, -1, -1, -1, -1, -1, -1, -1, + 60, 164, -1, 166, -1, -1, 66, 67, -1, 69, + -1, 174, 175, 73, -1, -1, 76, -1, -1, -1, + -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, + 90, -1, -1, -1, 94, -1, 96, 97, 98, -1, + 203, -1, -1, 206, -1, 105, -1, 4, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 32, -1, 34, -1, 138, - -1, -1, -1, 40, 143, 144, 145, 44, -1, 148, - -1, 150, 49, -1, -1, 154, -1, -1, -1, -1, - -1, -1, -1, 60, 163, -1, 165, -1, -1, 66, - 67, -1, 69, -1, 173, 174, 73, -1, -1, 76, + -1, -1, -1, -1, -1, -1, -1, 127, -1, -1, + -1, -1, -1, -1, -1, 32, -1, 34, -1, 139, + -1, -1, -1, 40, 144, 145, 146, 44, -1, 149, + -1, 151, 49, -1, -1, 155, -1, -1, -1, -1, + -1, -1, -1, 60, 164, -1, 166, -1, -1, 66, + 67, -1, 69, -1, 174, 175, 73, -1, -1, 76, -1, -1, -1, -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, -1, -1, -1, 94, -1, 96, - 97, 98, -1, 202, -1, -1, 205, -1, 105, 4, - 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 97, 98, -1, 203, -1, -1, 206, -1, 105, -1, + 4, 5, -1, -1, -1, -1, -1, -1, 14, 15, + 16, 17, 18, 19, 20, 21, 22, -1, -1, -1, + 127, -1, -1, -1, -1, -1, -1, -1, 32, -1, + 34, -1, 139, -1, -1, -1, 40, 144, 145, 146, + 44, -1, 149, -1, 151, 49, -1, -1, 155, -1, + -1, -1, -1, -1, -1, -1, 60, 164, -1, 166, + -1, -1, 66, 67, -1, 69, -1, 174, 175, 73, + -1, -1, 76, -1, -1, 5, -1, -1, -1, 83, + -1, -1, -1, -1, -1, -1, 90, -1, -1, -1, + 94, -1, 96, 97, 98, -1, 203, -1, -1, 206, + -1, 105, 32, -1, 34, -1, -1, -1, -1, -1, + 40, -1, -1, -1, 44, -1, -1, -1, -1, -1, + -1, -1, -1, 127, -1, -1, -1, -1, -1, -1, + 60, -1, -1, -1, -1, 139, 66, 67, -1, 69, + 144, 145, 146, 73, -1, 149, 76, 151, -1, -1, + -1, 155, -1, 83, -1, -1, -1, -1, -1, -1, + 164, -1, 166, -1, 94, -1, 96, 97, 98, -1, + 174, 175, -1, -1, -1, 105, -1, 183, -1, 185, + 186, 187, 188, 189, 190, 191, 192, 193, 194, -1, + -1, -1, 4, 5, -1, -1, 202, 203, -1, 203, + -1, 13, 206, 209, -1, -1, -1, -1, -1, 139, + -1, -1, -1, -1, 144, 145, 146, -1, -1, 149, + 32, 151, 34, -1, -1, 155, -1, -1, 40, 41, + -1, -1, 44, -1, 164, -1, 166, 49, -1, -1, + -1, -1, -1, -1, 174, 175, 58, -1, 60, -1, + -1, -1, -1, -1, 66, 67, -1, 69, -1, -1, + -1, 73, -1, -1, 76, -1, -1, -1, -1, -1, + -1, 83, -1, 203, -1, -1, 206, -1, 90, 91, + -1, -1, 94, -1, 96, 97, 98, 99, -1, -1, + -1, -1, -1, 105, -1, -1, -1, -1, 110, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 4, 5, -1, -1, -1, 127, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 139, -1, -1, + -1, -1, 144, 145, 146, -1, -1, 149, 32, 151, + 34, -1, -1, 155, -1, -1, 40, 41, -1, -1, + 44, -1, 164, -1, 166, 49, -1, -1, -1, -1, + -1, -1, 174, 175, 58, -1, 60, -1, -1, -1, + -1, -1, 66, 67, -1, 69, -1, -1, -1, 73, + -1, -1, 76, -1, -1, -1, -1, -1, -1, 83, + -1, 203, -1, -1, -1, -1, 90, -1, -1, -1, + 94, -1, 96, 97, 98, 99, -1, -1, -1, -1, + -1, 105, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 32, -1, 34, - -1, 138, -1, -1, -1, 40, 143, 144, 145, 44, - -1, 148, -1, 150, 49, -1, -1, 154, -1, -1, - -1, -1, -1, -1, -1, 60, 163, -1, 165, -1, - -1, 66, 67, -1, 69, -1, 173, 174, 73, -1, + -1, -1, -1, 127, -1, -1, -1, -1, -1, -1, + 5, -1, -1, -1, -1, 139, -1, -1, -1, -1, + 144, 145, 146, -1, -1, 149, -1, 151, -1, -1, + -1, 155, -1, -1, -1, -1, -1, 32, 162, 34, + 164, -1, 166, -1, 39, 40, -1, -1, -1, 44, + 174, 175, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 60, -1, -1, -1, -1, + -1, 66, 67, -1, 69, -1, 71, -1, 73, 203, -1, 76, -1, -1, -1, -1, -1, -1, 83, -1, - -1, -1, -1, -1, -1, 90, -1, -1, -1, 94, - -1, 96, 97, 98, -1, 202, -1, -1, 205, -1, - 105, 4, 5, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 14, - 15, 16, 17, 18, 19, 20, 21, 22, -1, 32, - -1, 34, -1, 138, -1, -1, -1, 40, 143, 144, - 145, 44, -1, 148, -1, 150, 49, -1, -1, 154, - -1, -1, -1, -1, -1, -1, -1, 60, 163, -1, - 165, -1, -1, 66, 67, -1, 69, -1, 173, 174, - 73, -1, -1, 76, -1, -1, -1, -1, -1, -1, - 83, -1, -1, -1, -1, -1, -1, 90, 5, -1, - -1, 94, -1, 96, 97, 98, -1, 202, -1, -1, - 205, -1, 105, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 32, -1, 34, -1, -1, - -1, -1, -1, 40, -1, -1, -1, 44, -1, -1, - -1, -1, -1, -1, -1, 138, -1, -1, -1, -1, - 143, 144, 145, 60, -1, 148, -1, 150, -1, 66, - 67, 154, 69, -1, -1, -1, 73, -1, -1, 76, - 163, -1, 165, -1, -1, -1, 83, -1, -1, -1, - 173, 174, -1, -1, -1, -1, -1, 94, -1, 96, - 97, 98, -1, -1, -1, -1, -1, 182, 105, 184, - 185, 186, 187, 188, 189, 190, 191, 192, 193, 202, - -1, -1, 205, -1, 4, 5, 201, 202, 203, -1, - -1, -1, -1, 13, -1, -1, -1, -1, -1, -1, - -1, 138, -1, -1, -1, -1, 143, 144, 145, -1, - -1, 148, 32, 150, 34, -1, -1, 154, -1, -1, - 40, 41, -1, -1, 44, -1, 163, -1, 165, 49, - -1, -1, -1, -1, -1, -1, 173, 174, 58, -1, - 60, -1, -1, -1, -1, -1, 66, 67, -1, 69, - -1, -1, -1, 73, -1, -1, 76, -1, -1, -1, - -1, -1, -1, 83, -1, 202, -1, -1, 205, -1, - 90, 91, -1, -1, 94, -1, 96, 97, 98, 99, - -1, -1, -1, -1, -1, 105, -1, -1, -1, -1, - 110, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 4, 5, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 138, -1, - -1, -1, -1, 143, 144, 145, -1, -1, 148, 32, - 150, 34, -1, -1, 154, -1, -1, 40, 41, -1, - -1, 44, -1, 163, -1, 165, 49, -1, -1, -1, - -1, -1, -1, 173, 174, 58, -1, 60, -1, -1, - -1, -1, -1, 66, 67, -1, 69, -1, -1, -1, - 73, -1, -1, 76, -1, -1, -1, -1, -1, -1, - 83, -1, 202, -1, -1, -1, -1, 90, 5, -1, - -1, 94, -1, 96, 97, 98, 99, -1, -1, -1, - -1, -1, 105, -1, -1, -1, -1, 110, -1, -1, - -1, -1, -1, -1, -1, 32, -1, 34, -1, -1, - -1, -1, 39, 40, -1, -1, -1, 44, -1, -1, - -1, -1, -1, -1, -1, 138, -1, -1, -1, -1, - 143, 144, 145, 60, -1, 148, -1, 150, -1, 66, - 67, 154, 69, -1, 71, -1, 73, -1, 161, 76, - 163, -1, 165, -1, -1, -1, 83, -1, -1, -1, - 173, 174, -1, -1, -1, -1, -1, 94, -1, 96, - 97, 98, -1, -1, -1, -1, -1, -1, 105, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 202, - -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, - -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, - -1, 138, -1, -1, -1, -1, 143, 144, 145, -1, - -1, 148, -1, 150, 151, -1, -1, 154, -1, -1, - -1, -1, 32, -1, 34, -1, 163, -1, 165, 39, - 40, -1, -1, -1, 44, -1, 173, 174, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 94, + -1, 96, 97, 98, -1, -1, -1, -1, -1, -1, + 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 60, -1, -1, -1, 191, -1, 66, 67, -1, 69, - -1, 71, -1, 73, -1, 202, 76, -1, -1, -1, - -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 94, -1, 96, 97, 98, -1, - -1, -1, -1, -1, -1, 105, -1, -1, -1, -1, + 125, -1, -1, -1, -1, -1, -1, -1, 5, -1, + -1, -1, -1, -1, 139, -1, -1, -1, -1, 144, + 145, 146, -1, -1, 149, -1, 151, 152, -1, -1, + 155, -1, -1, -1, -1, 32, -1, 34, -1, 164, + -1, 166, 39, 40, -1, -1, -1, 44, -1, 174, + 175, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 60, -1, -1, -1, 192, -1, 66, + 67, -1, 69, -1, 71, -1, 73, -1, 203, 76, + -1, -1, -1, -1, -1, -1, 83, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 94, -1, 96, + 97, 98, -1, -1, -1, -1, -1, -1, 105, -1, + -1, 5, -1, -1, -1, 14, 15, 16, 17, 18, + 19, 20, 21, 22, -1, -1, -1, -1, 125, 23, + -1, -1, -1, -1, -1, -1, -1, -1, 32, -1, + 34, -1, 139, -1, -1, -1, 40, 144, 145, 146, + 44, -1, 149, -1, 151, 152, -1, -1, 155, -1, + -1, -1, -1, -1, -1, -1, 60, 164, -1, 166, + -1, -1, 66, 67, -1, 69, -1, 174, 175, 73, + -1, -1, 76, -1, -1, 5, -1, -1, -1, 83, + -1, -1, -1, -1, -1, 192, -1, -1, -1, -1, + 94, -1, 96, 97, 98, -1, 203, -1, -1, -1, + -1, 105, 32, -1, 34, -1, -1, -1, -1, -1, + 40, -1, -1, -1, 44, 14, 15, 16, 17, 18, + 19, 20, 21, 22, -1, -1, -1, -1, -1, -1, + 60, -1, -1, -1, -1, 139, 66, 67, -1, 69, + 144, 145, 146, 73, -1, 149, 76, 151, -1, -1, + -1, 155, -1, 83, -1, -1, -1, -1, -1, -1, + 164, -1, 166, -1, 94, -1, 96, 97, 98, -1, + 174, 175, -1, -1, 183, 105, 185, 186, 187, 188, + 189, 190, 191, 192, 193, 194, -1, -1, -1, -1, + -1, -1, -1, 202, 203, -1, -1, -1, -1, 203, + 209, -1, 14, 15, 16, 17, 18, 19, 20, 139, + 22, -1, -1, -1, 144, 145, 146, -1, -1, 149, + -1, 151, -1, -1, -1, 155, -1, -1, -1, -1, + -1, -1, -1, -1, 164, -1, 166, -1, -1, -1, + -1, -1, -1, -1, 174, 175, 14, 15, 16, 17, + 18, 19, 20, 21, 22, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 5, 138, -1, - -1, -1, -1, 143, 144, 145, -1, -1, 148, -1, - 150, 151, -1, -1, 154, 23, -1, -1, -1, -1, - -1, -1, -1, 163, 32, 165, 34, -1, -1, -1, - -1, -1, 40, 173, 174, -1, 44, -1, -1, -1, + -1, -1, -1, 203, 14, 15, 16, 17, 18, 19, + 20, 21, 22, -1, 183, -1, 185, 186, 187, 188, + 189, 190, 191, 192, 193, 194, -1, -1, -1, -1, + -1, -1, -1, 202, 203, -1, -1, -1, -1, -1, + 209, 14, 15, 16, 17, 18, 19, 20, 21, 22, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 191, 60, -1, -1, -1, -1, -1, 66, 67, - -1, 69, 202, -1, -1, 73, -1, -1, 76, -1, - -1, -1, -1, -1, -1, 83, -1, -1, -1, -1, - -1, -1, -1, 5, -1, -1, 94, -1, 96, 97, - 98, -1, -1, -1, -1, -1, -1, 105, 14, 15, - 16, 17, 18, 19, 20, 21, 22, -1, -1, -1, - 32, -1, 34, -1, -1, -1, -1, -1, 40, -1, - -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, - 138, -1, -1, -1, -1, 143, 144, 145, 60, -1, - 148, -1, 150, -1, 66, 67, 154, 69, -1, -1, - -1, 73, -1, -1, 76, 163, -1, 165, -1, -1, - -1, 83, -1, -1, -1, 173, 174, -1, -1, -1, - -1, -1, 94, -1, 96, 97, 98, -1, -1, -1, - -1, -1, -1, 105, 14, 15, 16, 17, 18, 19, - 20, 21, 22, -1, 202, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 14, - 15, 16, 17, 18, 19, 20, 138, -1, -1, -1, - -1, 143, 144, 145, -1, -1, 148, -1, 150, -1, - -1, -1, 154, -1, -1, -1, -1, -1, -1, -1, - -1, 163, -1, 165, -1, -1, -1, -1, -1, -1, - -1, 173, 174, 14, 15, 16, 17, 18, 19, 20, - 21, 22, -1, -1, -1, -1, 182, -1, 184, 185, - 186, 187, 188, 189, 190, 191, 192, 193, -1, -1, - 202, -1, -1, -1, -1, 201, 202, -1, -1, -1, - -1, -1, 208, 14, 15, 16, 17, 18, 19, 20, - 21, 22, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 14, 15, 16, 17, 18, 19, - 20, 21, 22, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 14, 15, 16, 17, 18, 19, 20, -1, + -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, + 22, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 14, 15, 16, 17, 18, 19, 20, 14, 15, + 16, 17, 18, 19, 20, -1, -1, -1, -1, -1, + -1, -1, -1, 185, 186, 187, 188, 189, 190, 191, + 192, 193, 194, -1, -1, -1, -1, -1, -1, -1, + 202, 203, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 182, -1, 184, 185, 186, 187, 188, 189, - 190, 191, 192, 193, 14, 15, 16, 17, 18, 19, - 20, 201, 202, -1, -1, -1, -1, -1, 208, 184, - 185, 186, 187, 188, 189, 190, 191, 192, 193, -1, - -1, -1, -1, -1, -1, -1, 201, 202, -1, -1, + -1, -1, -1, -1, -1, 183, -1, 185, 186, 187, + 188, 189, 190, 191, 192, 193, 194, -1, -1, -1, + -1, -1, -1, -1, 202, 203, 204, -1, -1, -1, + -1, -1, -1, 183, -1, 185, 186, 187, 188, 189, + 190, 191, 192, 193, 194, -1, -1, -1, -1, -1, + -1, -1, 202, 203, 204, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, + 193, 194, -1, -1, -1, -1, -1, -1, -1, 202, + 203, 183, -1, 185, 186, 187, 188, 189, 190, 191, + 192, 193, 194, -1, 5, -1, -1, -1, -1, -1, + 202, 203, 185, 186, 187, 188, 189, 190, 191, 192, + 193, 194, 188, 189, 190, 191, 192, 193, 194, 202, + 203, 32, -1, 34, -1, -1, 202, 203, -1, 40, + 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, + -1, -1, -1, -1, -1, 66, 67, -1, 69, -1, + -1, -1, 73, -1, -1, 76, -1, -1, 5, -1, + -1, -1, 83, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 94, -1, 96, 97, 98, 99, -1, + -1, 102, -1, -1, 105, 32, -1, 34, 109, -1, + -1, -1, -1, 40, -1, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 182, -1, 184, 185, 186, 187, 188, 189, 190, - 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, - 201, 202, 203, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 60, -1, -1, -1, -1, 139, 66, + 67, -1, 69, 144, 145, 146, 73, -1, 149, 76, + 151, -1, 5, -1, 155, -1, 83, -1, -1, -1, + -1, -1, -1, 164, -1, 166, -1, 94, -1, 96, + 97, 98, -1, 174, 175, -1, -1, -1, 105, 32, + -1, 34, -1, -1, -1, -1, -1, 40, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 182, 183, 184, 185, 186, 187, 188, 189, 190, - 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, - 201, 202, 182, -1, 184, 185, 186, 187, 188, 189, - 190, 191, 192, 193, 5, -1, -1, -1, -1, -1, - -1, 201, 202, 185, 186, 187, 188, 189, 190, 191, - 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, - 202, 32, -1, 34, -1, -1, -1, -1, -1, 40, - 41, -1, -1, 44, -1, -1, 186, 187, 188, 189, - 190, 191, 192, 193, -1, -1, -1, 58, -1, 60, - -1, 201, 202, -1, -1, 66, 67, -1, 69, -1, - -1, -1, 73, -1, -1, 76, -1, -1, -1, -1, - -1, -1, 83, -1, -1, -1, -1, -1, -1, -1, - 5, -1, -1, 94, -1, 96, 97, 98, 99, -1, - -1, 102, -1, -1, 105, -1, -1, -1, 109, -1, - -1, -1, -1, -1, -1, -1, -1, 32, -1, 34, - -1, -1, -1, -1, -1, 40, -1, -1, -1, 44, - -1, -1, -1, -1, -1, -1, -1, 138, -1, -1, - -1, -1, 143, 144, 145, 60, -1, 148, -1, 150, - -1, 66, 67, 154, 69, -1, -1, -1, 73, -1, - -1, 76, 163, -1, 165, -1, -1, -1, 83, -1, - -1, -1, 173, 174, -1, -1, 5, -1, -1, 94, - -1, 96, 97, 98, -1, -1, -1, -1, -1, -1, - 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 32, -1, 34, -1, -1, -1, -1, - -1, 40, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 138, -1, -1, -1, -1, 143, 144, - 145, 60, -1, 148, -1, 150, -1, 66, 67, 154, - -1, -1, -1, -1, 73, -1, -1, 76, 163, -1, - 165, -1, -1, -1, 83, -1, -1, -1, 173, 174, - -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, - -1, -1, -1, -1, -1, -1, 105, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 60, -1, -1, + -1, -1, 139, 66, 67, -1, -1, 144, 145, 146, + 73, -1, 149, 76, 151, -1, -1, -1, 155, -1, + 83, -1, -1, -1, -1, -1, -1, 164, -1, 166, + -1, -1, -1, 96, 97, 98, -1, 174, 175, -1, + -1, -1, 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 143, 144, 145, -1, -1, 148, - -1, -1, -1, -1, -1, 154, -1, -1, -1, -1, - -1, -1, -1, -1, 163, -1, 165, -1, -1, -1, - -1, -1, -1, -1, 173, 174, 24, -1, 26, 27, - 28, 29, 30, 31, -1, 33, -1, -1, 36, -1, - 38, -1, -1, -1, 42, 43, -1, 45, 46, 47, - 48, -1, 50, 51, 52, 53, 54, 55, 56, 57, - -1, 59, -1, 61, 62, 63, 64, 65, -1, -1, - 68, -1, -1, -1, 72, -1, 74, 75, -1, 77, - 78, 79, 80, 81, 82, -1, 84, 85, 86, 87, - 88, 89, -1, -1, 92, -1, -1, 95, -1, -1, - -1, -1, 100, 101, -1, 103, 104, -1, 106, 107, - -1, -1, -1, 111, 112, 113, 114, 115, 116, -1, - 118, 119, 120, 121, 122, 123, 124, -1, 126, 127, - -1, 129, 130, 131, 132, 133, 134, 135, 136, 137, - -1, 139, 140, 141, 142, -1, -1, -1, 146, -1, - -1, 149, -1, -1, 152, 153, -1, -1, 156, 157, - 158, 159, -1, -1, 162, -1, 164, -1, 166, 167, - 168, 169, 170, 171, 172, -1, -1, 175 + -1, 144, 145, 146, -1, -1, 149, -1, -1, -1, + -1, -1, 155, -1, -1, -1, -1, -1, -1, -1, + -1, 164, -1, 166, -1, -1, -1, -1, -1, -1, + -1, 174, 175, 24, -1, 26, 27, 28, 29, 30, + 31, -1, 33, -1, -1, 36, -1, 38, -1, -1, + -1, 42, 43, -1, 45, 46, 47, 48, -1, 50, + 51, 52, 53, 54, 55, 56, 57, -1, 59, -1, + 61, 62, 63, 64, 65, -1, -1, 68, -1, -1, + -1, 72, -1, 74, 75, -1, 77, 78, 79, 80, + 81, 82, -1, 84, 85, 86, 87, 88, 89, -1, + -1, 92, -1, -1, 95, -1, -1, -1, -1, 100, + 101, -1, 103, 104, -1, 106, 107, -1, -1, -1, + 111, 112, 113, 114, 115, 116, -1, 118, 119, 120, + 121, 122, 123, 124, -1, 126, -1, 128, -1, 130, + 131, 132, 133, 134, 135, 136, 137, 138, -1, 140, + 141, 142, 143, -1, -1, -1, 147, -1, -1, 150, + -1, -1, 153, 154, -1, -1, 157, 158, 159, 160, + -1, -1, 163, -1, 165, -1, 167, 168, 169, 170, + 171, 172, 173, -1, -1, 176 }; -/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing - symbol of state STATE-NUM. */ + /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { - 0, 211, 212, 0, 4, 5, 32, 34, 40, 41, + 0, 212, 213, 0, 4, 5, 32, 34, 40, 41, 44, 49, 58, 60, 66, 67, 69, 73, 76, 83, - 90, 94, 96, 97, 98, 99, 105, 110, 138, 143, - 144, 145, 148, 150, 154, 163, 165, 173, 174, 202, - 216, 217, 218, 219, 220, 223, 224, 230, 231, 242, - 256, 260, 262, 263, 264, 265, 266, 269, 270, 273, - 275, 276, 277, 278, 280, 281, 282, 283, 284, 286, - 288, 306, 307, 308, 309, 3, 5, 207, 3, 5, - 3, 5, 258, 96, 261, 9, 3, 5, 261, 3, - 207, 261, 262, 3, 258, 3, 258, 262, 24, 26, - 27, 28, 29, 30, 31, 33, 36, 38, 42, 43, - 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, - 56, 57, 59, 61, 62, 63, 64, 65, 68, 72, - 74, 75, 77, 78, 79, 80, 81, 82, 84, 85, - 86, 87, 88, 89, 92, 95, 100, 101, 103, 104, - 106, 107, 111, 112, 113, 114, 115, 116, 118, 119, - 120, 121, 122, 123, 124, 126, 127, 129, 130, 131, - 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, - 146, 149, 152, 153, 156, 157, 158, 159, 162, 164, - 166, 167, 168, 169, 170, 171, 172, 175, 232, 234, - 305, 206, 213, 213, 161, 66, 102, 109, 154, 163, - 222, 242, 263, 269, 275, 279, 286, 306, 309, 206, - 206, 204, 204, 206, 204, 206, 215, 206, 183, 274, - 204, 287, 288, 287, 287, 3, 5, 39, 71, 125, - 151, 191, 207, 236, 259, 289, 290, 303, 242, 306, - 307, 309, 287, 206, 9, 204, 206, 307, 204, 155, - 204, 207, 207, 207, 207, 207, 207, 207, 207, 207, - 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, - 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, - 207, 207, 207, 207, 181, 203, 13, 91, 216, 221, - 224, 263, 265, 266, 277, 278, 281, 205, 230, 231, - 3, 3, 3, 5, 3, 3, 204, 303, 267, 212, - 128, 271, 275, 3, 5, 204, 214, 285, 289, 289, - 209, 202, 207, 229, 287, 208, 239, 240, 241, 259, - 208, 249, 207, 252, 9, 9, 12, 235, 259, 3, - 6, 7, 8, 9, 10, 11, 70, 117, 147, 160, - 186, 189, 190, 191, 194, 195, 207, 245, 246, 247, - 245, 248, 9, 9, 233, 248, 247, 9, 9, 247, - 9, 247, 245, 228, 231, 286, 247, 243, 244, 245, - 9, 305, 9, 247, 307, 243, 245, 307, 176, 177, - 178, 179, 180, 304, 307, 307, 235, 6, 7, 310, - 9, 307, 234, 202, 207, 206, 204, 215, 286, 205, - 230, 268, 205, 183, 108, 230, 254, 272, 206, 204, - 214, 205, 216, 231, 284, 289, 208, 248, 191, 203, - 245, 225, 226, 227, 228, 205, 181, 209, 205, 230, - 250, 254, 205, 231, 251, 254, 208, 208, 208, 207, - 245, 245, 245, 245, 245, 245, 245, 286, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 182, 184, 185, - 186, 187, 188, 189, 190, 191, 192, 193, 201, 202, - 181, 208, 208, 208, 181, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 286, 191, 207, 229, 236, - 259, 295, 297, 298, 208, 181, 208, 208, 208, 208, - 181, 208, 208, 208, 208, 208, 208, 208, 208, 201, - 208, 208, 208, 234, 9, 213, 289, 299, 215, 278, - 183, 286, 306, 206, 205, 231, 255, 256, 205, 220, - 205, 215, 203, 203, 208, 181, 241, 247, 286, 309, - 208, 206, 206, 286, 208, 191, 207, 229, 236, 291, - 293, 294, 245, 245, 3, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 3, 245, 247, 9, 297, 285, 191, 225, - 236, 296, 297, 207, 229, 244, 247, 6, 208, 205, - 181, 289, 206, 214, 215, 23, 228, 295, 301, 302, - 206, 257, 259, 293, 285, 191, 225, 236, 292, 293, - 208, 207, 229, 183, 203, 297, 285, 208, 297, 208, - 225, 208, 215, 289, 205, 183, 300, 181, 206, 204, - 208, 293, 285, 208, 297, 208, 245, 225, 245, 297, - 208, 215, 248, 301, 237, 297, 208, 38, 51, 205, - 238, 247, 183, 183, 206, 253, 254, 253, 206 + 90, 94, 96, 97, 98, 99, 105, 110, 127, 139, + 144, 145, 146, 149, 151, 155, 164, 166, 174, 175, + 203, 219, 220, 222, 223, 224, 225, 228, 229, 235, + 236, 247, 261, 265, 267, 268, 269, 270, 271, 274, + 275, 278, 280, 281, 282, 283, 285, 286, 287, 288, + 289, 291, 293, 311, 312, 313, 314, 3, 5, 208, + 3, 5, 3, 5, 263, 96, 266, 9, 3, 5, + 266, 3, 208, 208, 266, 267, 3, 263, 3, 263, + 267, 24, 26, 27, 28, 29, 30, 31, 33, 36, + 38, 42, 43, 45, 46, 47, 48, 50, 51, 52, + 53, 54, 55, 56, 57, 59, 61, 62, 63, 64, + 65, 68, 72, 74, 75, 77, 78, 79, 80, 81, + 82, 84, 85, 86, 87, 88, 89, 92, 95, 100, + 101, 103, 104, 106, 107, 111, 112, 113, 114, 115, + 116, 118, 119, 120, 121, 122, 123, 124, 126, 128, + 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, + 141, 142, 143, 147, 150, 153, 154, 157, 158, 159, + 160, 163, 165, 167, 168, 169, 170, 171, 172, 173, + 176, 237, 239, 310, 207, 215, 215, 162, 66, 102, + 109, 155, 164, 227, 247, 268, 274, 280, 284, 291, + 311, 314, 207, 207, 205, 205, 207, 205, 207, 218, + 207, 184, 279, 205, 292, 293, 292, 292, 3, 5, + 39, 71, 125, 152, 192, 208, 241, 264, 294, 295, + 308, 247, 311, 312, 314, 292, 207, 9, 205, 207, + 3, 312, 205, 156, 205, 208, 208, 208, 208, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 182, 204, + 13, 91, 219, 226, 229, 268, 270, 271, 282, 283, + 286, 206, 235, 236, 3, 3, 5, 3, 5, 3, + 3, 205, 308, 272, 214, 129, 276, 280, 3, 5, + 205, 217, 290, 294, 294, 210, 203, 208, 234, 292, + 209, 244, 245, 246, 264, 184, 209, 254, 208, 257, + 9, 9, 12, 240, 264, 3, 6, 7, 8, 9, + 10, 11, 70, 117, 148, 161, 187, 190, 191, 192, + 195, 196, 208, 250, 251, 252, 250, 253, 9, 9, + 238, 253, 252, 9, 9, 252, 9, 252, 250, 233, + 236, 291, 252, 248, 249, 250, 9, 310, 9, 252, + 312, 248, 250, 312, 177, 178, 179, 180, 181, 309, + 312, 312, 240, 6, 7, 315, 9, 312, 239, 203, + 208, 207, 205, 218, 291, 206, 235, 273, 213, 184, + 108, 235, 259, 277, 207, 205, 217, 206, 219, 236, + 289, 294, 209, 253, 192, 204, 250, 230, 231, 232, + 233, 206, 182, 210, 6, 221, 206, 235, 255, 259, + 206, 236, 256, 259, 209, 209, 209, 208, 250, 250, + 250, 250, 250, 250, 250, 291, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 183, 185, 186, 187, 188, + 189, 190, 191, 192, 193, 194, 202, 203, 182, 209, + 209, 209, 182, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 291, 192, 208, 234, 241, 264, 300, + 302, 303, 209, 182, 209, 209, 209, 209, 182, 209, + 209, 209, 209, 209, 209, 209, 209, 202, 209, 209, + 209, 239, 9, 216, 294, 304, 218, 283, 206, 184, + 291, 311, 207, 206, 236, 260, 261, 206, 225, 206, + 218, 204, 204, 209, 182, 246, 252, 6, 209, 291, + 314, 209, 207, 207, 291, 209, 192, 208, 234, 241, + 296, 298, 299, 250, 250, 3, 250, 250, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, + 250, 250, 250, 3, 250, 252, 9, 302, 290, 192, + 230, 241, 301, 302, 208, 234, 249, 252, 6, 209, + 215, 182, 294, 207, 217, 218, 23, 233, 300, 306, + 307, 207, 262, 264, 298, 290, 192, 230, 241, 297, + 298, 209, 208, 234, 184, 204, 302, 290, 209, 302, + 209, 230, 209, 218, 206, 294, 206, 184, 305, 182, + 207, 205, 209, 298, 290, 209, 302, 209, 250, 230, + 250, 302, 209, 218, 253, 306, 242, 302, 209, 38, + 51, 206, 243, 252, 184, 184, 207, 258, 259, 258, + 207 }; -#define yyerrok (yyerrstatus = 0) -#define yyclearin (yychar = YYEMPTY) -#define YYEMPTY (-2) -#define YYEOF 0 - -#define YYACCEPT goto yyacceptlab -#define YYABORT goto yyabortlab -#define YYERROR goto yyerrorlab - - -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. - Once GCC version 2 has supplanted version 1, this can go. However, - YYFAIL appears to be in use. Nevertheless, it is formally deprecated - in Bison 2.4.2's NEWS entry, where a plan to phase it out is - discussed. */ - -#define YYFAIL goto yyerrlab -#if defined YYFAIL - /* This is here to suppress warnings from the GCC cpp's - -Wunused-macros. Normally we don't worry about that warning, but - some users do, and we want to make it easy for users to remove - YYFAIL uses, which will produce warnings from Bison 2.5. */ -#endif + /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint16 yyr1[] = +{ + 0, 211, 212, 213, 214, 213, 213, 213, 213, 213, + 213, 213, 213, 215, 215, 216, 215, 215, 215, 215, + 215, 215, 215, 215, 217, 217, 218, 218, 219, 219, + 219, 219, 219, 219, 219, 220, 221, 221, 222, 222, + 222, 222, 222, 222, 222, 222, 222, 223, 224, 225, + 226, 227, 227, 228, 229, 230, 230, 231, 231, 232, + 232, 233, 233, 234, 234, 234, 235, 235, 236, 237, + 237, 237, 238, 238, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 239, 239, 239, 239, 240, 240, 241, 241, 241, 241, + 242, 242, 243, 243, 244, 244, 244, 245, 245, 246, + 246, 247, 248, 248, 249, 249, 250, 250, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 251, 251, 252, + 253, 254, 254, 255, 255, 256, 256, 257, 257, 258, + 258, 259, 259, 260, 261, 261, 262, 262, 263, 263, + 263, 264, 264, 265, 265, 265, 265, 265, 265, 265, + 265, 265, 265, 265, 266, 266, 267, 267, 267, 267, + 267, 267, 267, 267, 268, 268, 269, 270, 271, 272, + 272, 273, 274, 274, 275, 276, 276, 277, 277, 278, + 278, 279, 279, 280, 280, 281, 282, 282, 282, 283, + 283, 284, 284, 285, 286, 287, 287, 287, 288, 289, + 290, 290, 291, 291, 292, 292, 293, 293, 293, 294, + 294, 294, 295, 295, 295, 295, 296, 296, 296, 297, + 297, 298, 298, 299, 299, 299, 299, 299, 300, 300, + 300, 301, 301, 302, 302, 303, 303, 303, 303, 303, + 303, 304, 304, 305, 305, 306, 307, 307, 308, 308, + 309, 309, 309, 309, 309, 310, 310, 310, 311, 312, + 312, 312, 312, 312, 312, 312, 312, 312, 312, 313, + 314, 314, 315, 315, 315 +}; + + /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 1, 0, 0, 6, 2, 2, 3, 2, + 2, 2, 2, 0, 2, 0, 6, 2, 3, 2, + 2, 2, 2, 2, 0, 2, 0, 1, 1, 2, + 2, 1, 2, 1, 1, 6, 1, 2, 1, 2, + 1, 2, 1, 2, 2, 2, 2, 4, 3, 3, + 5, 2, 2, 3, 4, 0, 1, 1, 3, 1, + 3, 3, 2, 3, 3, 2, 0, 1, 3, 1, + 3, 4, 1, 3, 0, 1, 4, 1, 1, 1, + 1, 1, 4, 4, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 4, 1, 1, 1, 4, 1, + 1, 1, 4, 4, 1, 1, 1, 1, 4, 4, + 4, 4, 4, 1, 4, 1, 1, 4, 1, 4, + 1, 1, 4, 4, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, + 1, 1, 4, 4, 1, 1, 1, 1, 1, 6, + 1, 4, 1, 1, 1, 4, 1, 1, 1, 4, + 4, 4, 4, 1, 1, 4, 4, 4, 1, 1, + 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, + 0, 2, 4, 3, 0, 2, 1, 1, 3, 3, + 1, 5, 1, 3, 0, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 5, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, + 2, 3, 3, 5, 5, 4, 3, 1, 3, 1, + 1, 0, 2, 4, 3, 2, 2, 0, 2, 2, + 1, 3, 2, 1, 3, 2, 0, 1, 0, 1, + 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 2, 1, 2, + 2, 1, 1, 1, 2, 2, 2, 5, 2, 0, + 2, 2, 2, 2, 2, 2, 3, 2, 3, 5, + 5, 0, 2, 2, 2, 2, 6, 8, 2, 2, + 2, 2, 2, 2, 5, 1, 1, 1, 1, 1, + 0, 2, 2, 3, 0, 1, 2, 2, 2, 3, + 2, 1, 1, 3, 2, 4, 3, 2, 1, 3, + 2, 0, 1, 3, 2, 1, 3, 4, 3, 2, + 1, 3, 2, 0, 1, 1, 3, 2, 1, 3, + 4, 1, 3, 0, 2, 2, 1, 3, 1, 3, + 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, + 1, 1, 1, 2, 1, 2, 1, 2, 4, 5, + 5, 10, 1, 3, 1 +}; + + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab + #define YYRECOVERING() (!!yyerrstatus) @@ -2109,27 +1934,15 @@ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (YYID (0)) + YYERROR; \ + } \ +while (0) /* Error token number */ -#define YYTERROR 1 -#define YYERRCODE 256 - - -/* This macro is provided for backward compatibility. */ -#ifndef YY_LOCATION_PRINT -# define YY_LOCATION_PRINT(File, Loc) ((void) 0) -#endif +#define YYTERROR 1 +#define YYERRCODE 256 -/* YYLEX -- calling `yylex' with the right arguments. */ -#ifdef YYLEX_PARAM -# define YYLEX yylex (YYLEX_PARAM) -#else -# define YYLEX yylex () -#endif /* Enable debugging if requested. */ #if YYDEBUG @@ -2139,40 +1952,36 @@ # define YYFPRINTF fprintf # endif -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - YYFPRINTF Args; \ -} while (YYID (0)) - -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ -do { \ - if (yydebug) \ - { \ - YYFPRINTF (stderr, "%s ", Title); \ - yy_symbol_print (stderr, \ - Type, Value); \ - YYFPRINTF (stderr, "\n"); \ - } \ -} while (YYID (0)) +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (0) +/* This macro is provided for backward compatibility. */ +#ifndef YY_LOCATION_PRINT +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +#endif -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (0) + + +/*----------------------------------------. +| Print this symbol's value on YYOUTPUT. | +`----------------------------------------*/ + static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_value_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif { FILE *yyo = yyoutput; YYUSE (yyo); @@ -2181,8 +1990,6 @@ # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); -# else - YYUSE (yyoutput); # endif YYUSE (yytype); } @@ -2192,22 +1999,11 @@ | Print this symbol on YYOUTPUT. | `--------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif { - if (yytype < YYNTOKENS) - YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); - else - YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + YYFPRINTF (yyoutput, "%s %s (", + yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); @@ -2218,16 +2014,8 @@ | TOP (included). | `------------------------------------------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) -#else -static void -yy_stack_print (yybottom, yytop) - yytype_int16 *yybottom; - yytype_int16 *yytop; -#endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) @@ -2238,49 +2026,42 @@ YYFPRINTF (stderr, "\n"); } -# define YY_STACK_PRINT(Bottom, Top) \ -do { \ - if (yydebug) \ - yy_stack_print ((Bottom), (Top)); \ -} while (YYID (0)) +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (0) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void -yy_reduce_print (YYSTYPE *yyvsp, int yyrule) -#else -static void -yy_reduce_print (yyvsp, yyrule) - YYSTYPE *yyvsp; - int yyrule; -#endif +yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) { + unsigned long int yylno = yyrline[yyrule]; int yynrhs = yyr2[yyrule]; int yyi; - unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", - yyrule - 1, yylno); + yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); - yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], - &(yyvsp[(yyi + 1) - (yynrhs)]) - ); + yy_symbol_print (stderr, + yystos[yyssp[yyi + 1 - yynrhs]], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); YYFPRINTF (stderr, "\n"); } } -# define YY_REDUCE_PRINT(Rule) \ -do { \ - if (yydebug) \ - yy_reduce_print (yyvsp, Rule); \ -} while (YYID (0)) +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyssp, yyvsp, Rule); \ +} while (0) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ @@ -2294,7 +2075,7 @@ /* YYINITDEPTH -- initial size of the parser's stacks. */ -#ifndef YYINITDEPTH +#ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif @@ -2317,15 +2098,8 @@ # define yystrlen strlen # else /* Return the length of YYSTR. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) -#else -static YYSIZE_T -yystrlen (yystr) - const char *yystr; -#endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) @@ -2341,16 +2115,8 @@ # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) -#else -static char * -yystpcpy (yydest, yysrc) - char *yydest; - const char *yysrc; -#endif { char *yyd = yydest; const char *yys = yysrc; @@ -2380,27 +2146,27 @@ char const *yyp = yystr; for (;;) - switch (*++yyp) - { - case '\'': - case ',': - goto do_not_strip_quotes; - - case '\\': - if (*++yyp != '\\') - goto do_not_strip_quotes; - /* Fall through. */ - default: - if (yyres) - yyres[yyn] = *yyp; - yyn++; - break; - - case '"': - if (yyres) - yyres[yyn] = '\0'; - return yyn; - } + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } do_not_strip_quotes: ; } @@ -2423,11 +2189,11 @@ yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { - YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); + YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); YYSIZE_T yysize = yysize0; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ - const char *yyformat = YY_NULL; + const char *yyformat = YY_NULLPTR; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per @@ -2435,10 +2201,6 @@ int yycount = 0; /* There are many possibilities here to consider: - - Assume YYFAIL is not used. It's too flawed to consider. See - - for details. YYERROR is fine as it does not invoke this - function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected @@ -2488,7 +2250,7 @@ } yyarg[yycount++] = yytname[yyx]; { - YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); + YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; @@ -2555,26 +2317,17 @@ | Release the memory associated to this symbol. | `-----------------------------------------------*/ -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) -#else -static void -yydestruct (yymsg, yytype, yyvaluep) - const char *yymsg; - int yytype; - YYSTYPE *yyvaluep; -#endif { YYUSE (yyvaluep); - if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); + YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN YYUSE (yytype); + YY_IGNORE_MAYBE_UNINITIALIZED_END } @@ -2583,18 +2336,8 @@ /* The lookahead symbol. */ int yychar; - -#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_END -#endif -#ifndef YY_INITIAL_VALUE -# define YY_INITIAL_VALUE(Value) /* Nothing. */ -#endif - /* The semantic value of the lookahead symbol. */ -YYSTYPE yylval YY_INITIAL_VALUE(yyval_default); - +YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; @@ -2603,35 +2346,16 @@ | yyparse. | `----------*/ -#ifdef YYPARSE_PARAM -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -int -yyparse (void *YYPARSE_PARAM) -#else -int -yyparse (YYPARSE_PARAM) - void *YYPARSE_PARAM; -#endif -#else /* ! YYPARSE_PARAM */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) int yyparse (void) -#else -int -yyparse () - -#endif -#endif { int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: - `yyss': related to states. - `yyvs': related to semantic values. + 'yyss': related to states. + 'yyvs': related to semantic values. Refer to the stacks through separate pointers, to allow yyoverflow to reallocate them elsewhere. */ @@ -2699,23 +2423,23 @@ #ifdef yyoverflow { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into - memory. */ - YYSTYPE *yyvs1 = yyvs; - yytype_int16 *yyss1 = yyss; - - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. This used to be a - conditional around just the two extra args, but that might - be undefined if yyoverflow is a macro. */ - yyoverflow (YY_("memory exhausted"), - &yyss1, yysize * sizeof (*yyssp), - &yyvs1, yysize * sizeof (*yyvsp), - &yystacksize); + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yystacksize); - yyss = yyss1; - yyvs = yyvs1; + yyss = yyss1; + yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE @@ -2723,22 +2447,22 @@ # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) - goto yyexhaustedlab; + goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) - yystacksize = YYMAXDEPTH; + yystacksize = YYMAXDEPTH; { - yytype_int16 *yyss1 = yyss; - union yyalloc *yyptr = - (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); - if (! yyptr) - goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss_alloc, yyss); - YYSTACK_RELOCATE (yyvs_alloc, yyvs); + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss_alloc, yyss); + YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE - if (yyss1 != yyssa) - YYSTACK_FREE (yyss1); + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ @@ -2747,10 +2471,10 @@ yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); + (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) - YYABORT; + YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); @@ -2779,7 +2503,7 @@ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); - yychar = YYLEX; + yychar = yylex (); } if (yychar <= YYEOF) @@ -2844,7 +2568,7 @@ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. + '$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison @@ -2858,2353 +2582,2400 @@ switch (yyn) { case 2: -/* Line 1787 of yacc.c */ -#line 308 "parser.y" +#line 321 "parser.y" /* yacc.c:1646 */ { fix_incomplete(); - check_statements((yyvsp[(1) - (1)].stmt_list), FALSE); - check_all_user_types((yyvsp[(1) - (1)].stmt_list)); - write_header((yyvsp[(1) - (1)].stmt_list)); - write_id_data((yyvsp[(1) - (1)].stmt_list)); - write_proxies((yyvsp[(1) - (1)].stmt_list)); - write_client((yyvsp[(1) - (1)].stmt_list)); - write_server((yyvsp[(1) - (1)].stmt_list)); - write_regscript((yyvsp[(1) - (1)].stmt_list)); - write_dlldata((yyvsp[(1) - (1)].stmt_list)); - write_local_stubs((yyvsp[(1) - (1)].stmt_list)); + check_statements((yyvsp[0].stmt_list), FALSE); + check_all_user_types((yyvsp[0].stmt_list)); + write_header((yyvsp[0].stmt_list)); + write_id_data((yyvsp[0].stmt_list)); + write_proxies((yyvsp[0].stmt_list)); + write_client((yyvsp[0].stmt_list)); + write_server((yyvsp[0].stmt_list)); + write_regscript((yyvsp[0].stmt_list)); + write_dlldata((yyvsp[0].stmt_list)); + write_local_stubs((yyvsp[0].stmt_list)); } +#line 2599 "parser.tab.c" /* yacc.c:1646 */ break; case 3: -/* Line 1787 of yacc.c */ -#line 322 "parser.y" +#line 335 "parser.y" /* yacc.c:1646 */ { (yyval.stmt_list) = NULL; } +#line 2605 "parser.tab.c" /* yacc.c:1646 */ break; case 4: -/* Line 1787 of yacc.c */ -#line 324 "parser.y" - { (yyval.stmt_list) = append_statements((yyvsp[(1) - (5)].stmt_list), (yyvsp[(4) - (5)].stmt_list)); } +#line 336 "parser.y" /* yacc.c:1646 */ + { push_namespace((yyvsp[-1].str)); } +#line 2611 "parser.tab.c" /* yacc.c:1646 */ break; case 5: -/* Line 1787 of yacc.c */ -#line 325 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_reference((yyvsp[(2) - (2)].type))); } +#line 337 "parser.y" /* yacc.c:1646 */ + { pop_namespace((yyvsp[-4].str)); (yyval.stmt_list) = append_statements((yyvsp[-5].stmt_list), (yyvsp[-1].stmt_list)); } +#line 2617 "parser.tab.c" /* yacc.c:1646 */ break; case 6: -/* Line 1787 of yacc.c */ -#line 326 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_type_decl((yyvsp[(2) - (2)].type))); } +#line 338 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_reference((yyvsp[0].type))); } +#line 2623 "parser.tab.c" /* yacc.c:1646 */ break; case 7: -/* Line 1787 of yacc.c */ -#line 327 "parser.y" - { (yyval.stmt_list) = (yyvsp[(1) - (3)].stmt_list); - reg_type((yyvsp[(2) - (3)].type), (yyvsp[(2) - (3)].type)->name, 0); - } +#line 339 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_type_decl((yyvsp[0].type))); } +#line 2629 "parser.tab.c" /* yacc.c:1646 */ break; case 8: -/* Line 1787 of yacc.c */ -#line 330 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_type_decl((yyvsp[(2) - (2)].type))); - reg_type((yyvsp[(2) - (2)].type), (yyvsp[(2) - (2)].type)->name, 0); +#line 340 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = (yyvsp[-2].stmt_list); + reg_type((yyvsp[-1].type), (yyvsp[-1].type)->name, current_namespace, 0); } +#line 2637 "parser.tab.c" /* yacc.c:1646 */ break; case 9: -/* Line 1787 of yacc.c */ -#line 333 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_module((yyvsp[(2) - (2)].type))); } +#line 343 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_type_decl((yyvsp[0].type))); + reg_type((yyvsp[0].type), (yyvsp[0].type)->name, current_namespace, 0); + } +#line 2645 "parser.tab.c" /* yacc.c:1646 */ break; case 10: -/* Line 1787 of yacc.c */ -#line 334 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_library((yyvsp[(2) - (2)].typelib))); } +#line 346 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_module((yyvsp[0].type))); } +#line 2651 "parser.tab.c" /* yacc.c:1646 */ break; case 11: -/* Line 1787 of yacc.c */ -#line 335 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), (yyvsp[(2) - (2)].statement)); } +#line 347 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_library((yyvsp[0].typelib))); } +#line 2657 "parser.tab.c" /* yacc.c:1646 */ break; case 12: -/* Line 1787 of yacc.c */ -#line 338 "parser.y" - { (yyval.stmt_list) = NULL; } +#line 348 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), (yyvsp[0].statement)); } +#line 2663 "parser.tab.c" /* yacc.c:1646 */ break; case 13: -/* Line 1787 of yacc.c */ -#line 339 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_reference((yyvsp[(2) - (2)].type))); } +#line 351 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = NULL; } +#line 2669 "parser.tab.c" /* yacc.c:1646 */ break; case 14: -/* Line 1787 of yacc.c */ -#line 341 "parser.y" - { (yyval.stmt_list) = append_statements((yyvsp[(1) - (5)].stmt_list), (yyvsp[(4) - (5)].stmt_list)); } +#line 352 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_reference((yyvsp[0].type))); } +#line 2675 "parser.tab.c" /* yacc.c:1646 */ break; case 15: -/* Line 1787 of yacc.c */ -#line 342 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_type_decl((yyvsp[(2) - (2)].type))); } +#line 353 "parser.y" /* yacc.c:1646 */ + { push_namespace((yyvsp[-1].str)); } +#line 2681 "parser.tab.c" /* yacc.c:1646 */ break; case 16: -/* Line 1787 of yacc.c */ -#line 343 "parser.y" - { (yyval.stmt_list) = (yyvsp[(1) - (3)].stmt_list); reg_type((yyvsp[(2) - (3)].type), (yyvsp[(2) - (3)].type)->name, 0); } +#line 354 "parser.y" /* yacc.c:1646 */ + { pop_namespace((yyvsp[-4].str)); (yyval.stmt_list) = append_statements((yyvsp[-5].stmt_list), (yyvsp[-1].stmt_list)); } +#line 2687 "parser.tab.c" /* yacc.c:1646 */ break; case 17: -/* Line 1787 of yacc.c */ -#line 344 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_type_decl((yyvsp[(2) - (2)].type))); - reg_type((yyvsp[(2) - (2)].type), (yyvsp[(2) - (2)].type)->name, 0); - } +#line 355 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_type_decl((yyvsp[0].type))); } +#line 2693 "parser.tab.c" /* yacc.c:1646 */ break; case 18: -/* Line 1787 of yacc.c */ -#line 347 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_module((yyvsp[(2) - (2)].type))); } +#line 356 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = (yyvsp[-2].stmt_list); reg_type((yyvsp[-1].type), (yyvsp[-1].type)->name, current_namespace, 0); } +#line 2699 "parser.tab.c" /* yacc.c:1646 */ break; case 19: -/* Line 1787 of yacc.c */ -#line 348 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), (yyvsp[(2) - (2)].statement)); } +#line 357 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_type_decl((yyvsp[0].type))); + reg_type((yyvsp[0].type), (yyvsp[0].type)->name, current_namespace, 0); + } +#line 2707 "parser.tab.c" /* yacc.c:1646 */ break; case 20: -/* Line 1787 of yacc.c */ -#line 349 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_importlib((yyvsp[(2) - (2)].str))); } +#line 360 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_module((yyvsp[0].type))); } +#line 2713 "parser.tab.c" /* yacc.c:1646 */ break; case 21: -/* Line 1787 of yacc.c */ -#line 350 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), make_statement_library((yyvsp[(2) - (2)].typelib))); } +#line 361 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), (yyvsp[0].statement)); } +#line 2719 "parser.tab.c" /* yacc.c:1646 */ break; case 22: -/* Line 1787 of yacc.c */ -#line 353 "parser.y" - { (yyval.stmt_list) = NULL; } +#line 362 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_importlib((yyvsp[0].str))); } +#line 2725 "parser.tab.c" /* yacc.c:1646 */ break; case 23: -/* Line 1787 of yacc.c */ -#line 354 "parser.y" - { (yyval.stmt_list) = append_statement((yyvsp[(1) - (2)].stmt_list), (yyvsp[(2) - (2)].statement)); } +#line 363 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), make_statement_library((yyvsp[0].typelib))); } +#line 2731 "parser.tab.c" /* yacc.c:1646 */ break; - case 26: -/* Line 1787 of yacc.c */ -#line 362 "parser.y" - { (yyval.statement) = make_statement_cppquote((yyvsp[(1) - (1)].str)); } + case 24: +#line 366 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = NULL; } +#line 2737 "parser.tab.c" /* yacc.c:1646 */ break; - case 27: -/* Line 1787 of yacc.c */ -#line 363 "parser.y" - { (yyval.statement) = make_statement_type_decl((yyvsp[(1) - (2)].type)); } + case 25: +#line 367 "parser.y" /* yacc.c:1646 */ + { (yyval.stmt_list) = append_statement((yyvsp[-1].stmt_list), (yyvsp[0].statement)); } +#line 2743 "parser.tab.c" /* yacc.c:1646 */ break; case 28: -/* Line 1787 of yacc.c */ -#line 364 "parser.y" - { (yyval.statement) = make_statement_declaration((yyvsp[(1) - (2)].var)); } +#line 375 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = make_statement_cppquote((yyvsp[0].str)); } +#line 2749 "parser.tab.c" /* yacc.c:1646 */ break; case 29: -/* Line 1787 of yacc.c */ -#line 365 "parser.y" - { (yyval.statement) = make_statement_import((yyvsp[(1) - (1)].str)); } +#line 376 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = make_statement_type_decl((yyvsp[-1].type)); } +#line 2755 "parser.tab.c" /* yacc.c:1646 */ break; case 30: -/* Line 1787 of yacc.c */ -#line 366 "parser.y" - { (yyval.statement) = (yyvsp[(1) - (2)].statement); } +#line 377 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = make_statement_declaration((yyvsp[-1].var)); } +#line 2761 "parser.tab.c" /* yacc.c:1646 */ break; case 31: -/* Line 1787 of yacc.c */ -#line 367 "parser.y" - { (yyval.statement) = make_statement_pragma((yyvsp[(1) - (1)].str)); } +#line 378 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = make_statement_import((yyvsp[0].str)); } +#line 2767 "parser.tab.c" /* yacc.c:1646 */ break; - case 33: -/* Line 1787 of yacc.c */ -#line 372 "parser.y" - { (yyval.type) = type_new_enum((yyvsp[(2) - (2)].str), FALSE, NULL); } + case 32: +#line 379 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = (yyvsp[-1].statement); } +#line 2773 "parser.tab.c" /* yacc.c:1646 */ break; - case 35: -/* Line 1787 of yacc.c */ -#line 374 "parser.y" - { (yyval.type) = type_new_struct((yyvsp[(2) - (2)].str), FALSE, NULL); } + case 33: +#line 380 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = make_statement_pragma((yyvsp[0].str)); } +#line 2779 "parser.tab.c" /* yacc.c:1646 */ break; - case 37: -/* Line 1787 of yacc.c */ -#line 376 "parser.y" - { (yyval.type) = type_new_nonencapsulated_union((yyvsp[(2) - (2)].str), FALSE, NULL); } + case 34: +#line 381 "parser.y" /* yacc.c:1646 */ + { (yyval.statement) = NULL; } +#line 2785 "parser.tab.c" /* yacc.c:1646 */ break; - case 38: -/* Line 1787 of yacc.c */ -#line 377 "parser.y" - { (yyval.type) = (yyvsp[(2) - (2)].type); (yyval.type)->attrs = check_enum_attrs((yyvsp[(1) - (2)].attr_list)); } + case 35: +#line 385 "parser.y" /* yacc.c:1646 */ + { + int result; + (yyval.statement) = NULL; + result = do_warning((yyvsp[-3].str), (yyvsp[-1].warning_list)); + if(!result) + error_loc("expected \"disable\" or \"enable\"\n"); + } +#line 2797 "parser.tab.c" /* yacc.c:1646 */ break; - case 39: -/* Line 1787 of yacc.c */ -#line 378 "parser.y" - { (yyval.type) = (yyvsp[(2) - (2)].type); (yyval.type)->attrs = check_struct_attrs((yyvsp[(1) - (2)].attr_list)); } + case 36: +#line 395 "parser.y" /* yacc.c:1646 */ + { (yyval.warning_list) = append_warning(NULL, (yyvsp[0].num)); } +#line 2803 "parser.tab.c" /* yacc.c:1646 */ break; - case 40: -/* Line 1787 of yacc.c */ -#line 379 "parser.y" - { (yyval.type) = (yyvsp[(2) - (2)].type); (yyval.type)->attrs = check_union_attrs((yyvsp[(1) - (2)].attr_list)); } + case 37: +#line 396 "parser.y" /* yacc.c:1646 */ + { (yyval.warning_list) = append_warning((yyvsp[-1].warning_list), (yyvsp[0].num)); } +#line 2809 "parser.tab.c" /* yacc.c:1646 */ break; - case 41: -/* Line 1787 of yacc.c */ -#line 382 "parser.y" - { (yyval.str) = (yyvsp[(3) - (4)].str); } + case 39: +#line 401 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_enum((yyvsp[0].str), current_namespace, FALSE, NULL); } +#line 2815 "parser.tab.c" /* yacc.c:1646 */ break; - case 42: -/* Line 1787 of yacc.c */ -#line 384 "parser.y" - { assert(yychar == YYEMPTY); - (yyval.import) = xmalloc(sizeof(struct _import_t)); - (yyval.import)->name = (yyvsp[(2) - (3)].str); - (yyval.import)->import_performed = do_import((yyvsp[(2) - (3)].str)); - if (!(yyval.import)->import_performed) yychar = aEOF; - } + case 41: +#line 403 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_struct((yyvsp[0].str), current_namespace, FALSE, NULL); } +#line 2821 "parser.tab.c" /* yacc.c:1646 */ break; case 43: -/* Line 1787 of yacc.c */ -#line 392 "parser.y" - { (yyval.str) = (yyvsp[(1) - (3)].import)->name; - if ((yyvsp[(1) - (3)].import)->import_performed) pop_import(); - free((yyvsp[(1) - (3)].import)); - } +#line 405 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_nonencapsulated_union((yyvsp[0].str), FALSE, NULL); } +#line 2827 "parser.tab.c" /* yacc.c:1646 */ break; case 44: -/* Line 1787 of yacc.c */ -#line 399 "parser.y" - { (yyval.str) = (yyvsp[(3) - (5)].str); if(!parse_only) add_importlib((yyvsp[(3) - (5)].str)); } +#line 406 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); (yyval.type)->attrs = check_enum_attrs((yyvsp[-1].attr_list)); } +#line 2833 "parser.tab.c" /* yacc.c:1646 */ break; case 45: -/* Line 1787 of yacc.c */ -#line 402 "parser.y" - { (yyval.str) = (yyvsp[(2) - (2)].str); } +#line 407 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); (yyval.type)->attrs = check_struct_attrs((yyvsp[-1].attr_list)); } +#line 2839 "parser.tab.c" /* yacc.c:1646 */ break; case 46: -/* Line 1787 of yacc.c */ -#line 404 "parser.y" - { (yyval.typelib) = make_library((yyvsp[(2) - (3)].str), check_library_attrs((yyvsp[(2) - (3)].str), (yyvsp[(1) - (3)].attr_list))); - if (!parse_only) start_typelib((yyval.typelib)); - } +#line 408 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); (yyval.type)->attrs = check_union_attrs((yyvsp[-1].attr_list)); } +#line 2845 "parser.tab.c" /* yacc.c:1646 */ break; case 47: -/* Line 1787 of yacc.c */ -#line 409 "parser.y" - { (yyval.typelib) = (yyvsp[(1) - (4)].typelib); - (yyval.typelib)->stmts = (yyvsp[(2) - (4)].stmt_list); - if (!parse_only) end_typelib(); - } +#line 411 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[-1].str); } +#line 2851 "parser.tab.c" /* yacc.c:1646 */ break; case 48: -/* Line 1787 of yacc.c */ -#line 415 "parser.y" - { (yyval.var_list) = NULL; } +#line 413 "parser.y" /* yacc.c:1646 */ + { assert(yychar == YYEMPTY); + (yyval.import) = xmalloc(sizeof(struct _import_t)); + (yyval.import)->name = (yyvsp[-1].str); + (yyval.import)->import_performed = do_import((yyvsp[-1].str)); + if (!(yyval.import)->import_performed) yychar = aEOF; + } +#line 2862 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 49: +#line 421 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[-2].import)->name; + if ((yyvsp[-2].import)->import_performed) pop_import(); + free((yyvsp[-2].import)); + } +#line 2871 "parser.tab.c" /* yacc.c:1646 */ break; case 50: -/* Line 1787 of yacc.c */ -#line 419 "parser.y" - { check_arg_attrs((yyvsp[(1) - (1)].var)); (yyval.var_list) = append_var( NULL, (yyvsp[(1) - (1)].var) ); } +#line 428 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[-2].str); if(!parse_only) add_importlib((yyvsp[-2].str)); } +#line 2877 "parser.tab.c" /* yacc.c:1646 */ break; case 51: -/* Line 1787 of yacc.c */ -#line 420 "parser.y" - { check_arg_attrs((yyvsp[(3) - (3)].var)); (yyval.var_list) = append_var( (yyvsp[(1) - (3)].var_list), (yyvsp[(3) - (3)].var) ); } +#line 431 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[0].str); } +#line 2883 "parser.tab.c" /* yacc.c:1646 */ break; - case 53: -/* Line 1787 of yacc.c */ -#line 424 "parser.y" - { (yyval.var_list) = append_var( (yyvsp[(1) - (3)].var_list), make_var(strdup("...")) ); } + case 52: +#line 432 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[0].str); } +#line 2889 "parser.tab.c" /* yacc.c:1646 */ break; - case 54: -/* Line 1787 of yacc.c */ -#line 428 "parser.y" - { if ((yyvsp[(2) - (3)].declspec)->stgclass != STG_NONE && (yyvsp[(2) - (3)].declspec)->stgclass != STG_REGISTER) - error_loc("invalid storage class for function parameter\n"); - (yyval.var) = declare_var((yyvsp[(1) - (3)].attr_list), (yyvsp[(2) - (3)].declspec), (yyvsp[(3) - (3)].declarator), TRUE); - free((yyvsp[(2) - (3)].declspec)); free((yyvsp[(3) - (3)].declarator)); + case 53: +#line 434 "parser.y" /* yacc.c:1646 */ + { (yyval.typelib) = make_library((yyvsp[-1].str), check_library_attrs((yyvsp[-1].str), (yyvsp[-2].attr_list))); + if (!parse_only) start_typelib((yyval.typelib)); } +#line 2897 "parser.tab.c" /* yacc.c:1646 */ break; - case 55: -/* Line 1787 of yacc.c */ -#line 433 "parser.y" - { if ((yyvsp[(1) - (2)].declspec)->stgclass != STG_NONE && (yyvsp[(1) - (2)].declspec)->stgclass != STG_REGISTER) - error_loc("invalid storage class for function parameter\n"); - (yyval.var) = declare_var(NULL, (yyvsp[(1) - (2)].declspec), (yyvsp[(2) - (2)].declarator), TRUE); - free((yyvsp[(1) - (2)].declspec)); free((yyvsp[(2) - (2)].declarator)); + case 54: +#line 439 "parser.y" /* yacc.c:1646 */ + { (yyval.typelib) = (yyvsp[-3].typelib); + (yyval.typelib)->stmts = (yyvsp[-2].stmt_list); + if (!parse_only) end_typelib(); } +#line 2906 "parser.tab.c" /* yacc.c:1646 */ break; - case 56: -/* Line 1787 of yacc.c */ -#line 440 "parser.y" - { (yyval.expr) = (yyvsp[(2) - (3)].expr); - if (!(yyval.expr)->is_const) - error_loc("array dimension is not an integer constant\n"); - } + case 55: +#line 445 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 2912 "parser.tab.c" /* yacc.c:1646 */ break; case 57: -/* Line 1787 of yacc.c */ -#line 444 "parser.y" - { (yyval.expr) = make_expr(EXPR_VOID); } +#line 449 "parser.y" /* yacc.c:1646 */ + { check_arg_attrs((yyvsp[0].var)); (yyval.var_list) = append_var( NULL, (yyvsp[0].var) ); } +#line 2918 "parser.tab.c" /* yacc.c:1646 */ break; case 58: -/* Line 1787 of yacc.c */ -#line 445 "parser.y" - { (yyval.expr) = make_expr(EXPR_VOID); } +#line 450 "parser.y" /* yacc.c:1646 */ + { check_arg_attrs((yyvsp[0].var)); (yyval.var_list) = append_var( (yyvsp[-2].var_list), (yyvsp[0].var) ); } +#line 2924 "parser.tab.c" /* yacc.c:1646 */ break; - case 59: -/* Line 1787 of yacc.c */ -#line 448 "parser.y" - { (yyval.attr_list) = NULL; } + case 60: +#line 454 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var( (yyvsp[-2].var_list), make_var(strdup("...")) ); } +#line 2930 "parser.tab.c" /* yacc.c:1646 */ break; case 61: -/* Line 1787 of yacc.c */ -#line 453 "parser.y" - { (yyval.attr_list) = (yyvsp[(2) - (3)].attr_list); } +#line 458 "parser.y" /* yacc.c:1646 */ + { if ((yyvsp[-1].declspec)->stgclass != STG_NONE && (yyvsp[-1].declspec)->stgclass != STG_REGISTER) + error_loc("invalid storage class for function parameter\n"); + (yyval.var) = declare_var((yyvsp[-2].attr_list), (yyvsp[-1].declspec), (yyvsp[0].declarator), TRUE); + free((yyvsp[-1].declspec)); free((yyvsp[0].declarator)); + } +#line 2940 "parser.tab.c" /* yacc.c:1646 */ break; case 62: -/* Line 1787 of yacc.c */ -#line 456 "parser.y" - { (yyval.attr_list) = append_attr( NULL, (yyvsp[(1) - (1)].attr) ); } +#line 463 "parser.y" /* yacc.c:1646 */ + { if ((yyvsp[-1].declspec)->stgclass != STG_NONE && (yyvsp[-1].declspec)->stgclass != STG_REGISTER) + error_loc("invalid storage class for function parameter\n"); + (yyval.var) = declare_var(NULL, (yyvsp[-1].declspec), (yyvsp[0].declarator), TRUE); + free((yyvsp[-1].declspec)); free((yyvsp[0].declarator)); + } +#line 2950 "parser.tab.c" /* yacc.c:1646 */ break; case 63: -/* Line 1787 of yacc.c */ -#line 457 "parser.y" - { (yyval.attr_list) = append_attr( (yyvsp[(1) - (3)].attr_list), (yyvsp[(3) - (3)].attr) ); } +#line 470 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = (yyvsp[-1].expr); + if (!(yyval.expr)->is_const) + error_loc("array dimension is not an integer constant\n"); + } +#line 2959 "parser.tab.c" /* yacc.c:1646 */ break; case 64: -/* Line 1787 of yacc.c */ -#line 458 "parser.y" - { (yyval.attr_list) = append_attr( (yyvsp[(1) - (4)].attr_list), (yyvsp[(4) - (4)].attr) ); } +#line 474 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr(EXPR_VOID); } +#line 2965 "parser.tab.c" /* yacc.c:1646 */ break; case 65: -/* Line 1787 of yacc.c */ -#line 461 "parser.y" - { (yyval.str_list) = append_str( NULL, (yyvsp[(1) - (1)].str) ); } +#line 475 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr(EXPR_VOID); } +#line 2971 "parser.tab.c" /* yacc.c:1646 */ break; case 66: -/* Line 1787 of yacc.c */ -#line 462 "parser.y" - { (yyval.str_list) = append_str( (yyvsp[(1) - (3)].str_list), (yyvsp[(3) - (3)].str) ); } - break; - - case 67: -/* Line 1787 of yacc.c */ -#line 465 "parser.y" - { (yyval.attr) = NULL; } +#line 478 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = NULL; } +#line 2977 "parser.tab.c" /* yacc.c:1646 */ break; case 68: -/* Line 1787 of yacc.c */ -#line 466 "parser.y" - { (yyval.attr) = make_attr(ATTR_AGGREGATABLE); } +#line 483 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = (yyvsp[-1].attr_list); } +#line 2983 "parser.tab.c" /* yacc.c:1646 */ break; case 69: -/* Line 1787 of yacc.c */ -#line 467 "parser.y" - { (yyval.attr) = make_attrp(ATTR_ANNOTATION, (yyvsp[(3) - (4)].str)); } +#line 486 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = append_attr( NULL, (yyvsp[0].attr) ); } +#line 2989 "parser.tab.c" /* yacc.c:1646 */ break; case 70: -/* Line 1787 of yacc.c */ -#line 468 "parser.y" - { (yyval.attr) = make_attr(ATTR_APPOBJECT); } +#line 487 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = append_attr( (yyvsp[-2].attr_list), (yyvsp[0].attr) ); } +#line 2995 "parser.tab.c" /* yacc.c:1646 */ break; case 71: -/* Line 1787 of yacc.c */ -#line 469 "parser.y" - { (yyval.attr) = make_attr(ATTR_ASYNC); } +#line 488 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = append_attr( (yyvsp[-3].attr_list), (yyvsp[0].attr) ); } +#line 3001 "parser.tab.c" /* yacc.c:1646 */ break; case 72: -/* Line 1787 of yacc.c */ -#line 470 "parser.y" - { (yyval.attr) = make_attr(ATTR_AUTO_HANDLE); } +#line 491 "parser.y" /* yacc.c:1646 */ + { (yyval.str_list) = append_str( NULL, (yyvsp[0].str) ); } +#line 3007 "parser.tab.c" /* yacc.c:1646 */ break; case 73: -/* Line 1787 of yacc.c */ -#line 471 "parser.y" - { (yyval.attr) = make_attr(ATTR_BINDABLE); } +#line 492 "parser.y" /* yacc.c:1646 */ + { (yyval.str_list) = append_str( (yyvsp[-2].str_list), (yyvsp[0].str) ); } +#line 3013 "parser.tab.c" /* yacc.c:1646 */ break; case 74: -/* Line 1787 of yacc.c */ -#line 472 "parser.y" - { (yyval.attr) = make_attr(ATTR_BROADCAST); } +#line 495 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = NULL; } +#line 3019 "parser.tab.c" /* yacc.c:1646 */ break; case 75: -/* Line 1787 of yacc.c */ -#line 473 "parser.y" - { (yyval.attr) = make_attrp(ATTR_CALLAS, (yyvsp[(3) - (4)].var)); } +#line 496 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_AGGREGATABLE); } +#line 3025 "parser.tab.c" /* yacc.c:1646 */ break; case 76: -/* Line 1787 of yacc.c */ -#line 474 "parser.y" - { (yyval.attr) = make_attrp(ATTR_CASE, (yyvsp[(3) - (4)].expr_list)); } +#line 497 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_ANNOTATION, (yyvsp[-1].str)); } +#line 3031 "parser.tab.c" /* yacc.c:1646 */ break; case 77: -/* Line 1787 of yacc.c */ -#line 475 "parser.y" - { (yyval.attr) = make_attr(ATTR_CODE); } +#line 498 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_APPOBJECT); } +#line 3037 "parser.tab.c" /* yacc.c:1646 */ break; case 78: -/* Line 1787 of yacc.c */ -#line 476 "parser.y" - { (yyval.attr) = make_attr(ATTR_COMMSTATUS); } +#line 499 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_ASYNC); } +#line 3043 "parser.tab.c" /* yacc.c:1646 */ break; case 79: -/* Line 1787 of yacc.c */ -#line 477 "parser.y" - { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); } +#line 500 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_AUTO_HANDLE); } +#line 3049 "parser.tab.c" /* yacc.c:1646 */ break; case 80: -/* Line 1787 of yacc.c */ -#line 478 "parser.y" - { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); /* RPC_CONTEXT_HANDLE_DONT_SERIALIZE */ } +#line 501 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_BINDABLE); } +#line 3055 "parser.tab.c" /* yacc.c:1646 */ break; case 81: -/* Line 1787 of yacc.c */ -#line 479 "parser.y" - { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); /* RPC_CONTEXT_HANDLE_SERIALIZE */ } +#line 502 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_BROADCAST); } +#line 3061 "parser.tab.c" /* yacc.c:1646 */ break; case 82: -/* Line 1787 of yacc.c */ -#line 480 "parser.y" - { (yyval.attr) = make_attr(ATTR_CONTROL); } +#line 503 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_CALLAS, (yyvsp[-1].var)); } +#line 3067 "parser.tab.c" /* yacc.c:1646 */ break; case 83: -/* Line 1787 of yacc.c */ -#line 481 "parser.y" - { (yyval.attr) = make_attr(ATTR_DECODE); } +#line 504 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_CASE, (yyvsp[-1].expr_list)); } +#line 3073 "parser.tab.c" /* yacc.c:1646 */ break; case 84: -/* Line 1787 of yacc.c */ -#line 482 "parser.y" - { (yyval.attr) = make_attr(ATTR_DEFAULT); } +#line 505 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_CODE); } +#line 3079 "parser.tab.c" /* yacc.c:1646 */ break; case 85: -/* Line 1787 of yacc.c */ -#line 483 "parser.y" - { (yyval.attr) = make_attr(ATTR_DEFAULTBIND); } +#line 506 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_COMMSTATUS); } +#line 3085 "parser.tab.c" /* yacc.c:1646 */ break; case 86: -/* Line 1787 of yacc.c */ -#line 484 "parser.y" - { (yyval.attr) = make_attr(ATTR_DEFAULTCOLLELEM); } +#line 507 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); } +#line 3091 "parser.tab.c" /* yacc.c:1646 */ break; case 87: -/* Line 1787 of yacc.c */ -#line 485 "parser.y" - { (yyval.attr) = make_attrp(ATTR_DEFAULTVALUE, (yyvsp[(3) - (4)].expr)); } +#line 508 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); /* RPC_CONTEXT_HANDLE_DONT_SERIALIZE */ } +#line 3097 "parser.tab.c" /* yacc.c:1646 */ break; case 88: -/* Line 1787 of yacc.c */ -#line 486 "parser.y" - { (yyval.attr) = make_attr(ATTR_DEFAULTVTABLE); } +#line 509 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_CONTEXTHANDLE, 0); /* RPC_CONTEXT_HANDLE_SERIALIZE */ } +#line 3103 "parser.tab.c" /* yacc.c:1646 */ break; case 89: -/* Line 1787 of yacc.c */ -#line 487 "parser.y" - { (yyval.attr) = make_attr(ATTR_DISABLECONSISTENCYCHECK); } +#line 510 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_CONTROL); } +#line 3109 "parser.tab.c" /* yacc.c:1646 */ break; case 90: -/* Line 1787 of yacc.c */ -#line 488 "parser.y" - { (yyval.attr) = make_attr(ATTR_DISPLAYBIND); } +#line 511 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DECODE); } +#line 3115 "parser.tab.c" /* yacc.c:1646 */ break; case 91: -/* Line 1787 of yacc.c */ -#line 489 "parser.y" - { (yyval.attr) = make_attrp(ATTR_DLLNAME, (yyvsp[(3) - (4)].str)); } +#line 512 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DEFAULT); } +#line 3121 "parser.tab.c" /* yacc.c:1646 */ break; case 92: -/* Line 1787 of yacc.c */ -#line 490 "parser.y" - { (yyval.attr) = make_attr(ATTR_DUAL); } +#line 513 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DEFAULTBIND); } +#line 3127 "parser.tab.c" /* yacc.c:1646 */ break; case 93: -/* Line 1787 of yacc.c */ -#line 491 "parser.y" - { (yyval.attr) = make_attr(ATTR_ENABLEALLOCATE); } +#line 514 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DEFAULTCOLLELEM); } +#line 3133 "parser.tab.c" /* yacc.c:1646 */ break; case 94: -/* Line 1787 of yacc.c */ -#line 492 "parser.y" - { (yyval.attr) = make_attr(ATTR_ENCODE); } +#line 515 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_DEFAULTVALUE, (yyvsp[-1].expr)); } +#line 3139 "parser.tab.c" /* yacc.c:1646 */ break; case 95: -/* Line 1787 of yacc.c */ -#line 493 "parser.y" - { (yyval.attr) = make_attrp(ATTR_ENDPOINT, (yyvsp[(3) - (4)].str_list)); } +#line 516 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DEFAULTVTABLE); } +#line 3145 "parser.tab.c" /* yacc.c:1646 */ break; case 96: -/* Line 1787 of yacc.c */ -#line 494 "parser.y" - { (yyval.attr) = make_attrp(ATTR_ENTRY, (yyvsp[(3) - (4)].expr)); } +#line 517 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DISABLECONSISTENCYCHECK); } +#line 3151 "parser.tab.c" /* yacc.c:1646 */ break; case 97: -/* Line 1787 of yacc.c */ -#line 495 "parser.y" - { (yyval.attr) = make_attr(ATTR_EXPLICIT_HANDLE); } +#line 518 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DISPLAYBIND); } +#line 3157 "parser.tab.c" /* yacc.c:1646 */ break; case 98: -/* Line 1787 of yacc.c */ -#line 496 "parser.y" - { (yyval.attr) = make_attr(ATTR_FAULTSTATUS); } +#line 519 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_DLLNAME, (yyvsp[-1].str)); } +#line 3163 "parser.tab.c" /* yacc.c:1646 */ break; case 99: -/* Line 1787 of yacc.c */ -#line 497 "parser.y" - { (yyval.attr) = make_attr(ATTR_FORCEALLOCATE); } +#line 520 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_DUAL); } +#line 3169 "parser.tab.c" /* yacc.c:1646 */ break; case 100: -/* Line 1787 of yacc.c */ -#line 498 "parser.y" - { (yyval.attr) = make_attr(ATTR_HANDLE); } +#line 521 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_ENABLEALLOCATE); } +#line 3175 "parser.tab.c" /* yacc.c:1646 */ break; case 101: -/* Line 1787 of yacc.c */ -#line 499 "parser.y" - { (yyval.attr) = make_attrp(ATTR_HELPCONTEXT, (yyvsp[(3) - (4)].expr)); } +#line 522 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_ENCODE); } +#line 3181 "parser.tab.c" /* yacc.c:1646 */ break; case 102: -/* Line 1787 of yacc.c */ -#line 500 "parser.y" - { (yyval.attr) = make_attrp(ATTR_HELPFILE, (yyvsp[(3) - (4)].str)); } +#line 523 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_ENDPOINT, (yyvsp[-1].str_list)); } +#line 3187 "parser.tab.c" /* yacc.c:1646 */ break; case 103: -/* Line 1787 of yacc.c */ -#line 501 "parser.y" - { (yyval.attr) = make_attrp(ATTR_HELPSTRING, (yyvsp[(3) - (4)].str)); } +#line 524 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_ENTRY, (yyvsp[-1].expr)); } +#line 3193 "parser.tab.c" /* yacc.c:1646 */ break; case 104: -/* Line 1787 of yacc.c */ -#line 502 "parser.y" - { (yyval.attr) = make_attrp(ATTR_HELPSTRINGCONTEXT, (yyvsp[(3) - (4)].expr)); } +#line 525 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_EXPLICIT_HANDLE); } +#line 3199 "parser.tab.c" /* yacc.c:1646 */ break; case 105: -/* Line 1787 of yacc.c */ -#line 503 "parser.y" - { (yyval.attr) = make_attrp(ATTR_HELPSTRINGDLL, (yyvsp[(3) - (4)].str)); } +#line 526 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_FAULTSTATUS); } +#line 3205 "parser.tab.c" /* yacc.c:1646 */ break; case 106: -/* Line 1787 of yacc.c */ -#line 504 "parser.y" - { (yyval.attr) = make_attr(ATTR_HIDDEN); } +#line 527 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_FORCEALLOCATE); } +#line 3211 "parser.tab.c" /* yacc.c:1646 */ break; case 107: -/* Line 1787 of yacc.c */ -#line 505 "parser.y" - { (yyval.attr) = make_attrp(ATTR_ID, (yyvsp[(3) - (4)].expr)); } +#line 528 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_HANDLE); } +#line 3217 "parser.tab.c" /* yacc.c:1646 */ break; case 108: -/* Line 1787 of yacc.c */ -#line 506 "parser.y" - { (yyval.attr) = make_attr(ATTR_IDEMPOTENT); } +#line 529 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_HELPCONTEXT, (yyvsp[-1].expr)); } +#line 3223 "parser.tab.c" /* yacc.c:1646 */ break; case 109: -/* Line 1787 of yacc.c */ -#line 507 "parser.y" - { (yyval.attr) = make_attr(ATTR_IGNORE); } +#line 530 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_HELPFILE, (yyvsp[-1].str)); } +#line 3229 "parser.tab.c" /* yacc.c:1646 */ break; case 110: -/* Line 1787 of yacc.c */ -#line 508 "parser.y" - { (yyval.attr) = make_attrp(ATTR_IIDIS, (yyvsp[(3) - (4)].expr)); } +#line 531 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_HELPSTRING, (yyvsp[-1].str)); } +#line 3235 "parser.tab.c" /* yacc.c:1646 */ break; case 111: -/* Line 1787 of yacc.c */ -#line 509 "parser.y" - { (yyval.attr) = make_attr(ATTR_IMMEDIATEBIND); } +#line 532 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_HELPSTRINGCONTEXT, (yyvsp[-1].expr)); } +#line 3241 "parser.tab.c" /* yacc.c:1646 */ break; case 112: -/* Line 1787 of yacc.c */ -#line 510 "parser.y" - { (yyval.attr) = make_attrp(ATTR_IMPLICIT_HANDLE, (yyvsp[(3) - (4)].var)); } +#line 533 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_HELPSTRINGDLL, (yyvsp[-1].str)); } +#line 3247 "parser.tab.c" /* yacc.c:1646 */ break; case 113: -/* Line 1787 of yacc.c */ -#line 511 "parser.y" - { (yyval.attr) = make_attr(ATTR_IN); } +#line 534 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_HIDDEN); } +#line 3253 "parser.tab.c" /* yacc.c:1646 */ break; case 114: -/* Line 1787 of yacc.c */ -#line 512 "parser.y" - { (yyval.attr) = make_attr(ATTR_INPUTSYNC); } +#line 535 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_ID, (yyvsp[-1].expr)); } +#line 3259 "parser.tab.c" /* yacc.c:1646 */ break; case 115: -/* Line 1787 of yacc.c */ -#line 513 "parser.y" - { (yyval.attr) = make_attrp(ATTR_LENGTHIS, (yyvsp[(3) - (4)].expr_list)); } +#line 536 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_IDEMPOTENT); } +#line 3265 "parser.tab.c" /* yacc.c:1646 */ break; case 116: -/* Line 1787 of yacc.c */ -#line 514 "parser.y" - { (yyval.attr) = make_attrp(ATTR_LIBLCID, (yyvsp[(3) - (4)].expr)); } +#line 537 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_IGNORE); } +#line 3271 "parser.tab.c" /* yacc.c:1646 */ break; case 117: -/* Line 1787 of yacc.c */ -#line 515 "parser.y" - { (yyval.attr) = make_attr(ATTR_PARAMLCID); } +#line 538 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_IIDIS, (yyvsp[-1].expr)); } +#line 3277 "parser.tab.c" /* yacc.c:1646 */ break; case 118: -/* Line 1787 of yacc.c */ -#line 516 "parser.y" - { (yyval.attr) = make_attr(ATTR_LICENSED); } +#line 539 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_IMMEDIATEBIND); } +#line 3283 "parser.tab.c" /* yacc.c:1646 */ break; case 119: -/* Line 1787 of yacc.c */ -#line 517 "parser.y" - { (yyval.attr) = make_attr(ATTR_LOCAL); } +#line 540 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_IMPLICIT_HANDLE, (yyvsp[-1].var)); } +#line 3289 "parser.tab.c" /* yacc.c:1646 */ break; case 120: -/* Line 1787 of yacc.c */ -#line 518 "parser.y" - { (yyval.attr) = make_attr(ATTR_MAYBE); } +#line 541 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_IN); } +#line 3295 "parser.tab.c" /* yacc.c:1646 */ break; case 121: -/* Line 1787 of yacc.c */ -#line 519 "parser.y" - { (yyval.attr) = make_attr(ATTR_MESSAGE); } +#line 542 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_INPUTSYNC); } +#line 3301 "parser.tab.c" /* yacc.c:1646 */ break; case 122: -/* Line 1787 of yacc.c */ -#line 520 "parser.y" - { (yyval.attr) = make_attr(ATTR_NOCODE); } +#line 543 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_LENGTHIS, (yyvsp[-1].expr_list)); } +#line 3307 "parser.tab.c" /* yacc.c:1646 */ break; case 123: -/* Line 1787 of yacc.c */ -#line 521 "parser.y" - { (yyval.attr) = make_attr(ATTR_NONBROWSABLE); } +#line 544 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_LIBLCID, (yyvsp[-1].expr)); } +#line 3313 "parser.tab.c" /* yacc.c:1646 */ break; case 124: -/* Line 1787 of yacc.c */ -#line 522 "parser.y" - { (yyval.attr) = make_attr(ATTR_NONCREATABLE); } +#line 545 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PARAMLCID); } +#line 3319 "parser.tab.c" /* yacc.c:1646 */ break; case 125: -/* Line 1787 of yacc.c */ -#line 523 "parser.y" - { (yyval.attr) = make_attr(ATTR_NONEXTENSIBLE); } +#line 546 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_LICENSED); } +#line 3325 "parser.tab.c" /* yacc.c:1646 */ break; case 126: -/* Line 1787 of yacc.c */ -#line 524 "parser.y" - { (yyval.attr) = make_attr(ATTR_NOTIFY); } +#line 547 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_LOCAL); } +#line 3331 "parser.tab.c" /* yacc.c:1646 */ break; case 127: -/* Line 1787 of yacc.c */ -#line 525 "parser.y" - { (yyval.attr) = make_attr(ATTR_NOTIFYFLAG); } +#line 548 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_MAYBE); } +#line 3337 "parser.tab.c" /* yacc.c:1646 */ break; case 128: -/* Line 1787 of yacc.c */ -#line 526 "parser.y" - { (yyval.attr) = make_attr(ATTR_OBJECT); } +#line 549 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_MESSAGE); } +#line 3343 "parser.tab.c" /* yacc.c:1646 */ break; case 129: -/* Line 1787 of yacc.c */ -#line 527 "parser.y" - { (yyval.attr) = make_attr(ATTR_ODL); } +#line 550 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NOCODE); } +#line 3349 "parser.tab.c" /* yacc.c:1646 */ break; case 130: -/* Line 1787 of yacc.c */ -#line 528 "parser.y" - { (yyval.attr) = make_attr(ATTR_OLEAUTOMATION); } +#line 551 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NONBROWSABLE); } +#line 3355 "parser.tab.c" /* yacc.c:1646 */ break; case 131: -/* Line 1787 of yacc.c */ -#line 529 "parser.y" - { (yyval.attr) = make_attrp(ATTR_OPTIMIZE, (yyvsp[(3) - (4)].str)); } +#line 552 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NONCREATABLE); } +#line 3361 "parser.tab.c" /* yacc.c:1646 */ break; case 132: -/* Line 1787 of yacc.c */ -#line 530 "parser.y" - { (yyval.attr) = make_attr(ATTR_OPTIONAL); } +#line 553 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NONEXTENSIBLE); } +#line 3367 "parser.tab.c" /* yacc.c:1646 */ break; case 133: -/* Line 1787 of yacc.c */ -#line 531 "parser.y" - { (yyval.attr) = make_attr(ATTR_OUT); } +#line 554 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NOTIFY); } +#line 3373 "parser.tab.c" /* yacc.c:1646 */ break; case 134: -/* Line 1787 of yacc.c */ -#line 532 "parser.y" - { (yyval.attr) = make_attr(ATTR_PARTIALIGNORE); } +#line 555 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_NOTIFYFLAG); } +#line 3379 "parser.tab.c" /* yacc.c:1646 */ break; case 135: -/* Line 1787 of yacc.c */ -#line 533 "parser.y" - { (yyval.attr) = make_attrv(ATTR_POINTERDEFAULT, (yyvsp[(3) - (4)].num)); } +#line 556 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_OBJECT); } +#line 3385 "parser.tab.c" /* yacc.c:1646 */ break; case 136: -/* Line 1787 of yacc.c */ -#line 534 "parser.y" - { (yyval.attr) = make_attrp(ATTR_PROGID, (yyvsp[(3) - (4)].str)); } +#line 557 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_ODL); } +#line 3391 "parser.tab.c" /* yacc.c:1646 */ break; case 137: -/* Line 1787 of yacc.c */ -#line 535 "parser.y" - { (yyval.attr) = make_attr(ATTR_PROPGET); } +#line 558 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_OLEAUTOMATION); } +#line 3397 "parser.tab.c" /* yacc.c:1646 */ break; case 138: -/* Line 1787 of yacc.c */ -#line 536 "parser.y" - { (yyval.attr) = make_attr(ATTR_PROPPUT); } +#line 559 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_OPTIMIZE, (yyvsp[-1].str)); } +#line 3403 "parser.tab.c" /* yacc.c:1646 */ break; case 139: -/* Line 1787 of yacc.c */ -#line 537 "parser.y" - { (yyval.attr) = make_attr(ATTR_PROPPUTREF); } +#line 560 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_OPTIONAL); } +#line 3409 "parser.tab.c" /* yacc.c:1646 */ break; case 140: -/* Line 1787 of yacc.c */ -#line 538 "parser.y" - { (yyval.attr) = make_attr(ATTR_PROXY); } +#line 561 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_OUT); } +#line 3415 "parser.tab.c" /* yacc.c:1646 */ break; case 141: -/* Line 1787 of yacc.c */ -#line 539 "parser.y" - { (yyval.attr) = make_attr(ATTR_PUBLIC); } +#line 562 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PARTIALIGNORE); } +#line 3421 "parser.tab.c" /* yacc.c:1646 */ break; case 142: -/* Line 1787 of yacc.c */ -#line 541 "parser.y" - { expr_list_t *list = append_expr( NULL, (yyvsp[(3) - (6)].expr) ); - list = append_expr( list, (yyvsp[(5) - (6)].expr) ); - (yyval.attr) = make_attrp(ATTR_RANGE, list); } +#line 563 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_POINTERDEFAULT, (yyvsp[-1].num)); } +#line 3427 "parser.tab.c" /* yacc.c:1646 */ break; case 143: -/* Line 1787 of yacc.c */ -#line 544 "parser.y" - { (yyval.attr) = make_attr(ATTR_READONLY); } +#line 564 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_PROGID, (yyvsp[-1].str)); } +#line 3433 "parser.tab.c" /* yacc.c:1646 */ break; case 144: -/* Line 1787 of yacc.c */ -#line 545 "parser.y" - { (yyval.attr) = make_attrp(ATTR_REPRESENTAS, (yyvsp[(3) - (4)].type)); } +#line 565 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PROPGET); } +#line 3439 "parser.tab.c" /* yacc.c:1646 */ break; case 145: -/* Line 1787 of yacc.c */ -#line 546 "parser.y" - { (yyval.attr) = make_attr(ATTR_REQUESTEDIT); } +#line 566 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PROPPUT); } +#line 3445 "parser.tab.c" /* yacc.c:1646 */ break; case 146: -/* Line 1787 of yacc.c */ -#line 547 "parser.y" - { (yyval.attr) = make_attr(ATTR_RESTRICTED); } +#line 567 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PROPPUTREF); } +#line 3451 "parser.tab.c" /* yacc.c:1646 */ break; case 147: -/* Line 1787 of yacc.c */ -#line 548 "parser.y" - { (yyval.attr) = make_attr(ATTR_RETVAL); } +#line 568 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PROXY); } +#line 3457 "parser.tab.c" /* yacc.c:1646 */ break; case 148: -/* Line 1787 of yacc.c */ -#line 549 "parser.y" - { (yyval.attr) = make_attrp(ATTR_SIZEIS, (yyvsp[(3) - (4)].expr_list)); } +#line 569 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_PUBLIC); } +#line 3463 "parser.tab.c" /* yacc.c:1646 */ break; case 149: -/* Line 1787 of yacc.c */ -#line 550 "parser.y" - { (yyval.attr) = make_attr(ATTR_SOURCE); } +#line 571 "parser.y" /* yacc.c:1646 */ + { expr_list_t *list = append_expr( NULL, (yyvsp[-3].expr) ); + list = append_expr( list, (yyvsp[-1].expr) ); + (yyval.attr) = make_attrp(ATTR_RANGE, list); } +#line 3471 "parser.tab.c" /* yacc.c:1646 */ break; case 150: -/* Line 1787 of yacc.c */ -#line 551 "parser.y" - { (yyval.attr) = make_attr(ATTR_STRICTCONTEXTHANDLE); } +#line 574 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_READONLY); } +#line 3477 "parser.tab.c" /* yacc.c:1646 */ break; case 151: -/* Line 1787 of yacc.c */ -#line 552 "parser.y" - { (yyval.attr) = make_attr(ATTR_STRING); } +#line 575 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_REPRESENTAS, (yyvsp[-1].type)); } +#line 3483 "parser.tab.c" /* yacc.c:1646 */ break; case 152: -/* Line 1787 of yacc.c */ -#line 553 "parser.y" - { (yyval.attr) = make_attrp(ATTR_SWITCHIS, (yyvsp[(3) - (4)].expr)); } +#line 576 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_REQUESTEDIT); } +#line 3489 "parser.tab.c" /* yacc.c:1646 */ break; case 153: -/* Line 1787 of yacc.c */ -#line 554 "parser.y" - { (yyval.attr) = make_attrp(ATTR_SWITCHTYPE, (yyvsp[(3) - (4)].type)); } +#line 577 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_RESTRICTED); } +#line 3495 "parser.tab.c" /* yacc.c:1646 */ break; case 154: -/* Line 1787 of yacc.c */ -#line 555 "parser.y" - { (yyval.attr) = make_attrp(ATTR_TRANSMITAS, (yyvsp[(3) - (4)].type)); } +#line 578 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_RETVAL); } +#line 3501 "parser.tab.c" /* yacc.c:1646 */ break; case 155: -/* Line 1787 of yacc.c */ -#line 556 "parser.y" - { (yyval.attr) = make_attrv(ATTR_THREADING, (yyvsp[(3) - (4)].num)); } +#line 579 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_SIZEIS, (yyvsp[-1].expr_list)); } +#line 3507 "parser.tab.c" /* yacc.c:1646 */ break; case 156: -/* Line 1787 of yacc.c */ -#line 557 "parser.y" - { (yyval.attr) = make_attr(ATTR_UIDEFAULT); } +#line 580 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_SOURCE); } +#line 3513 "parser.tab.c" /* yacc.c:1646 */ break; case 157: -/* Line 1787 of yacc.c */ -#line 558 "parser.y" - { (yyval.attr) = make_attr(ATTR_USESGETLASTERROR); } +#line 581 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_STRICTCONTEXTHANDLE); } +#line 3519 "parser.tab.c" /* yacc.c:1646 */ break; case 158: -/* Line 1787 of yacc.c */ -#line 559 "parser.y" - { (yyval.attr) = make_attrp(ATTR_USERMARSHAL, (yyvsp[(3) - (4)].type)); } +#line 582 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_STRING); } +#line 3525 "parser.tab.c" /* yacc.c:1646 */ break; case 159: -/* Line 1787 of yacc.c */ -#line 560 "parser.y" - { (yyval.attr) = make_attrp(ATTR_UUID, (yyvsp[(3) - (4)].uuid)); } +#line 583 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_SWITCHIS, (yyvsp[-1].expr)); } +#line 3531 "parser.tab.c" /* yacc.c:1646 */ break; case 160: -/* Line 1787 of yacc.c */ -#line 561 "parser.y" - { (yyval.attr) = make_attrp(ATTR_ASYNCUUID, (yyvsp[(3) - (4)].uuid)); } +#line 584 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_SWITCHTYPE, (yyvsp[-1].type)); } +#line 3537 "parser.tab.c" /* yacc.c:1646 */ break; case 161: -/* Line 1787 of yacc.c */ -#line 562 "parser.y" - { (yyval.attr) = make_attr(ATTR_V1ENUM); } +#line 585 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_TRANSMITAS, (yyvsp[-1].type)); } +#line 3543 "parser.tab.c" /* yacc.c:1646 */ break; case 162: -/* Line 1787 of yacc.c */ -#line 563 "parser.y" - { (yyval.attr) = make_attr(ATTR_VARARG); } +#line 586 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_THREADING, (yyvsp[-1].num)); } +#line 3549 "parser.tab.c" /* yacc.c:1646 */ break; case 163: -/* Line 1787 of yacc.c */ -#line 564 "parser.y" - { (yyval.attr) = make_attrv(ATTR_VERSION, (yyvsp[(3) - (4)].num)); } +#line 587 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_UIDEFAULT); } +#line 3555 "parser.tab.c" /* yacc.c:1646 */ break; case 164: -/* Line 1787 of yacc.c */ -#line 565 "parser.y" - { (yyval.attr) = make_attrp(ATTR_VIPROGID, (yyvsp[(3) - (4)].str)); } +#line 588 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_USESGETLASTERROR); } +#line 3561 "parser.tab.c" /* yacc.c:1646 */ break; case 165: -/* Line 1787 of yacc.c */ -#line 566 "parser.y" - { (yyval.attr) = make_attrp(ATTR_WIREMARSHAL, (yyvsp[(3) - (4)].type)); } +#line 589 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_USERMARSHAL, (yyvsp[-1].type)); } +#line 3567 "parser.tab.c" /* yacc.c:1646 */ break; case 166: -/* Line 1787 of yacc.c */ -#line 567 "parser.y" - { (yyval.attr) = make_attrv(ATTR_POINTERTYPE, (yyvsp[(1) - (1)].num)); } +#line 590 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_UUID, (yyvsp[-1].uuid)); } +#line 3573 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 167: +#line 591 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_ASYNCUUID, (yyvsp[-1].uuid)); } +#line 3579 "parser.tab.c" /* yacc.c:1646 */ break; case 168: -/* Line 1787 of yacc.c */ -#line 572 "parser.y" - { if (!is_valid_uuid((yyvsp[(1) - (1)].str))) - error_loc("invalid UUID: %s\n", (yyvsp[(1) - (1)].str)); - (yyval.uuid) = parse_uuid((yyvsp[(1) - (1)].str)); } +#line 592 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_V1ENUM); } +#line 3585 "parser.tab.c" /* yacc.c:1646 */ break; case 169: -/* Line 1787 of yacc.c */ -#line 577 "parser.y" - { (yyval.str) = xstrdup("__cdecl"); } +#line 593 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_VARARG); } +#line 3591 "parser.tab.c" /* yacc.c:1646 */ break; case 170: -/* Line 1787 of yacc.c */ -#line 578 "parser.y" - { (yyval.str) = xstrdup("__fastcall"); } +#line 594 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_VERSION, (yyvsp[-1].num)); } +#line 3597 "parser.tab.c" /* yacc.c:1646 */ break; case 171: -/* Line 1787 of yacc.c */ -#line 579 "parser.y" - { (yyval.str) = xstrdup("__pascal"); } +#line 595 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_VIPROGID, (yyvsp[-1].str)); } +#line 3603 "parser.tab.c" /* yacc.c:1646 */ break; case 172: -/* Line 1787 of yacc.c */ -#line 580 "parser.y" - { (yyval.str) = xstrdup("__stdcall"); } +#line 596 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrp(ATTR_WIREMARSHAL, (yyvsp[-1].type)); } +#line 3609 "parser.tab.c" /* yacc.c:1646 */ break; case 173: -/* Line 1787 of yacc.c */ -#line 583 "parser.y" - { (yyval.var_list) = NULL; } - break; - - case 174: -/* Line 1787 of yacc.c */ -#line 584 "parser.y" - { (yyval.var_list) = append_var( (yyvsp[(1) - (2)].var_list), (yyvsp[(2) - (2)].var) ); } +#line 597 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attrv(ATTR_POINTERTYPE, (yyvsp[0].num)); } +#line 3615 "parser.tab.c" /* yacc.c:1646 */ break; case 175: -/* Line 1787 of yacc.c */ -#line 587 "parser.y" - { attr_t *a = make_attrp(ATTR_CASE, append_expr( NULL, (yyvsp[(2) - (4)].expr) )); - (yyval.var) = (yyvsp[(4) - (4)].var); if (!(yyval.var)) (yyval.var) = make_var(NULL); - (yyval.var)->attrs = append_attr( (yyval.var)->attrs, a ); - } +#line 602 "parser.y" /* yacc.c:1646 */ + { if (!is_valid_uuid((yyvsp[0].str))) + error_loc("invalid UUID: %s\n", (yyvsp[0].str)); + (yyval.uuid) = parse_uuid((yyvsp[0].str)); } +#line 3623 "parser.tab.c" /* yacc.c:1646 */ break; case 176: -/* Line 1787 of yacc.c */ -#line 591 "parser.y" - { attr_t *a = make_attr(ATTR_DEFAULT); - (yyval.var) = (yyvsp[(3) - (3)].var); if (!(yyval.var)) (yyval.var) = make_var(NULL); - (yyval.var)->attrs = append_attr( (yyval.var)->attrs, a ); - } +#line 607 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = xstrdup("__cdecl"); } +#line 3629 "parser.tab.c" /* yacc.c:1646 */ break; case 177: -/* Line 1787 of yacc.c */ -#line 597 "parser.y" - { (yyval.var_list) = NULL; } +#line 608 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = xstrdup("__fastcall"); } +#line 3635 "parser.tab.c" /* yacc.c:1646 */ break; case 178: -/* Line 1787 of yacc.c */ -#line 598 "parser.y" - { (yyval.var_list) = (yyvsp[(1) - (2)].var_list); } +#line 609 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = xstrdup("__pascal"); } +#line 3641 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 179: +#line 610 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = xstrdup("__stdcall"); } +#line 3647 "parser.tab.c" /* yacc.c:1646 */ break; case 180: -/* Line 1787 of yacc.c */ -#line 602 "parser.y" - { if (!(yyvsp[(1) - (1)].var)->eval) - (yyvsp[(1) - (1)].var)->eval = make_exprl(EXPR_NUM, 0 /* default for first enum entry */); - (yyval.var_list) = append_var( NULL, (yyvsp[(1) - (1)].var) ); - } +#line 613 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 3653 "parser.tab.c" /* yacc.c:1646 */ break; case 181: -/* Line 1787 of yacc.c */ -#line 606 "parser.y" - { if (!(yyvsp[(3) - (3)].var)->eval) - { - var_t *last = LIST_ENTRY( list_tail((yyval.var_list)), var_t, entry ); - enum expr_type type = EXPR_NUM; - if (last->eval->type == EXPR_HEXNUM) type = EXPR_HEXNUM; - if (last->eval->cval + 1 < 0) type = EXPR_HEXNUM; - (yyvsp[(3) - (3)].var)->eval = make_exprl(type, last->eval->cval + 1); - } - (yyval.var_list) = append_var( (yyvsp[(1) - (3)].var_list), (yyvsp[(3) - (3)].var) ); - } +#line 614 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var( (yyvsp[-1].var_list), (yyvsp[0].var) ); } +#line 3659 "parser.tab.c" /* yacc.c:1646 */ break; case 182: -/* Line 1787 of yacc.c */ -#line 618 "parser.y" - { (yyval.var) = reg_const((yyvsp[(1) - (3)].var)); - (yyval.var)->eval = (yyvsp[(3) - (3)].expr); - (yyval.var)->type = type_new_int(TYPE_BASIC_INT, 0); +#line 617 "parser.y" /* yacc.c:1646 */ + { attr_t *a = make_attrp(ATTR_CASE, append_expr( NULL, (yyvsp[-2].expr) )); + (yyval.var) = (yyvsp[0].var); if (!(yyval.var)) (yyval.var) = make_var(NULL); + (yyval.var)->attrs = append_attr( (yyval.var)->attrs, a ); } +#line 3668 "parser.tab.c" /* yacc.c:1646 */ break; case 183: -/* Line 1787 of yacc.c */ -#line 622 "parser.y" - { (yyval.var) = reg_const((yyvsp[(1) - (1)].var)); - (yyval.var)->type = type_new_int(TYPE_BASIC_INT, 0); +#line 621 "parser.y" /* yacc.c:1646 */ + { attr_t *a = make_attr(ATTR_DEFAULT); + (yyval.var) = (yyvsp[0].var); if (!(yyval.var)) (yyval.var) = make_var(NULL); + (yyval.var)->attrs = append_attr( (yyval.var)->attrs, a ); } +#line 3677 "parser.tab.c" /* yacc.c:1646 */ break; case 184: -/* Line 1787 of yacc.c */ -#line 627 "parser.y" - { (yyval.type) = type_new_enum((yyvsp[(2) - (5)].str), TRUE, (yyvsp[(4) - (5)].var_list)); } +#line 627 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 3683 "parser.tab.c" /* yacc.c:1646 */ break; case 185: -/* Line 1787 of yacc.c */ -#line 630 "parser.y" - { (yyval.expr_list) = append_expr( NULL, (yyvsp[(1) - (1)].expr) ); } +#line 628 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = (yyvsp[-1].var_list); } +#line 3689 "parser.tab.c" /* yacc.c:1646 */ break; - case 186: -/* Line 1787 of yacc.c */ -#line 631 "parser.y" - { (yyval.expr_list) = append_expr( (yyvsp[(1) - (3)].expr_list), (yyvsp[(3) - (3)].expr) ); } + case 187: +#line 632 "parser.y" /* yacc.c:1646 */ + { if (!(yyvsp[0].var)->eval) + (yyvsp[0].var)->eval = make_exprl(EXPR_NUM, 0 /* default for first enum entry */); + (yyval.var_list) = append_var( NULL, (yyvsp[0].var) ); + } +#line 3698 "parser.tab.c" /* yacc.c:1646 */ break; - case 187: -/* Line 1787 of yacc.c */ -#line 634 "parser.y" - { (yyval.expr) = make_expr(EXPR_VOID); } + case 188: +#line 636 "parser.y" /* yacc.c:1646 */ + { if (!(yyvsp[0].var)->eval) + { + var_t *last = LIST_ENTRY( list_tail((yyval.var_list)), var_t, entry ); + enum expr_type type = EXPR_NUM; + if (last->eval->type == EXPR_HEXNUM) type = EXPR_HEXNUM; + if (last->eval->cval + 1 < 0) type = EXPR_HEXNUM; + (yyvsp[0].var)->eval = make_exprl(type, last->eval->cval + 1); + } + (yyval.var_list) = append_var( (yyvsp[-2].var_list), (yyvsp[0].var) ); + } +#line 3713 "parser.tab.c" /* yacc.c:1646 */ break; case 189: -/* Line 1787 of yacc.c */ -#line 638 "parser.y" - { (yyval.expr) = make_exprl(EXPR_NUM, (yyvsp[(1) - (1)].num)); } +#line 648 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = reg_const((yyvsp[-2].var)); + (yyval.var)->eval = (yyvsp[0].expr); + (yyval.var)->type = type_new_int(TYPE_BASIC_INT, 0); + } +#line 3722 "parser.tab.c" /* yacc.c:1646 */ break; case 190: -/* Line 1787 of yacc.c */ -#line 639 "parser.y" - { (yyval.expr) = make_exprl(EXPR_HEXNUM, (yyvsp[(1) - (1)].num)); } +#line 652 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = reg_const((yyvsp[0].var)); + (yyval.var)->type = type_new_int(TYPE_BASIC_INT, 0); + } +#line 3730 "parser.tab.c" /* yacc.c:1646 */ break; case 191: -/* Line 1787 of yacc.c */ -#line 640 "parser.y" - { (yyval.expr) = make_exprd(EXPR_DOUBLE, (yyvsp[(1) - (1)].dbl)); } +#line 657 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_enum((yyvsp[-3].str), current_namespace, TRUE, (yyvsp[-1].var_list)); } +#line 3736 "parser.tab.c" /* yacc.c:1646 */ break; case 192: -/* Line 1787 of yacc.c */ -#line 641 "parser.y" - { (yyval.expr) = make_exprl(EXPR_TRUEFALSE, 0); } +#line 660 "parser.y" /* yacc.c:1646 */ + { (yyval.expr_list) = append_expr( NULL, (yyvsp[0].expr) ); } +#line 3742 "parser.tab.c" /* yacc.c:1646 */ break; case 193: -/* Line 1787 of yacc.c */ -#line 642 "parser.y" - { (yyval.expr) = make_exprl(EXPR_NUM, 0); } +#line 661 "parser.y" /* yacc.c:1646 */ + { (yyval.expr_list) = append_expr( (yyvsp[-2].expr_list), (yyvsp[0].expr) ); } +#line 3748 "parser.tab.c" /* yacc.c:1646 */ break; case 194: -/* Line 1787 of yacc.c */ -#line 643 "parser.y" - { (yyval.expr) = make_exprl(EXPR_TRUEFALSE, 1); } - break; - - case 195: -/* Line 1787 of yacc.c */ -#line 644 "parser.y" - { (yyval.expr) = make_exprs(EXPR_STRLIT, (yyvsp[(1) - (1)].str)); } +#line 664 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr(EXPR_VOID); } +#line 3754 "parser.tab.c" /* yacc.c:1646 */ break; case 196: -/* Line 1787 of yacc.c */ -#line 645 "parser.y" - { (yyval.expr) = make_exprs(EXPR_WSTRLIT, (yyvsp[(1) - (1)].str)); } +#line 668 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprl(EXPR_NUM, (yyvsp[0].num)); } +#line 3760 "parser.tab.c" /* yacc.c:1646 */ break; case 197: -/* Line 1787 of yacc.c */ -#line 646 "parser.y" - { (yyval.expr) = make_exprs(EXPR_CHARCONST, (yyvsp[(1) - (1)].str)); } +#line 669 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprl(EXPR_HEXNUM, (yyvsp[0].num)); } +#line 3766 "parser.tab.c" /* yacc.c:1646 */ break; case 198: -/* Line 1787 of yacc.c */ -#line 647 "parser.y" - { (yyval.expr) = make_exprs(EXPR_IDENTIFIER, (yyvsp[(1) - (1)].str)); } +#line 670 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprd(EXPR_DOUBLE, (yyvsp[0].dbl)); } +#line 3772 "parser.tab.c" /* yacc.c:1646 */ break; case 199: -/* Line 1787 of yacc.c */ -#line 648 "parser.y" - { (yyval.expr) = make_expr3(EXPR_COND, (yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].expr), (yyvsp[(5) - (5)].expr)); } +#line 671 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprl(EXPR_TRUEFALSE, 0); } +#line 3778 "parser.tab.c" /* yacc.c:1646 */ break; case 200: -/* Line 1787 of yacc.c */ -#line 649 "parser.y" - { (yyval.expr) = make_expr2(EXPR_LOGOR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 672 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprl(EXPR_NUM, 0); } +#line 3784 "parser.tab.c" /* yacc.c:1646 */ break; case 201: -/* Line 1787 of yacc.c */ -#line 650 "parser.y" - { (yyval.expr) = make_expr2(EXPR_LOGAND, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 673 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprl(EXPR_TRUEFALSE, 1); } +#line 3790 "parser.tab.c" /* yacc.c:1646 */ break; case 202: -/* Line 1787 of yacc.c */ -#line 651 "parser.y" - { (yyval.expr) = make_expr2(EXPR_OR , (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 674 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprs(EXPR_STRLIT, (yyvsp[0].str)); } +#line 3796 "parser.tab.c" /* yacc.c:1646 */ break; case 203: -/* Line 1787 of yacc.c */ -#line 652 "parser.y" - { (yyval.expr) = make_expr2(EXPR_XOR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 675 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprs(EXPR_WSTRLIT, (yyvsp[0].str)); } +#line 3802 "parser.tab.c" /* yacc.c:1646 */ break; case 204: -/* Line 1787 of yacc.c */ -#line 653 "parser.y" - { (yyval.expr) = make_expr2(EXPR_AND, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 676 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprs(EXPR_CHARCONST, (yyvsp[0].str)); } +#line 3808 "parser.tab.c" /* yacc.c:1646 */ break; case 205: -/* Line 1787 of yacc.c */ -#line 654 "parser.y" - { (yyval.expr) = make_expr2(EXPR_EQUALITY, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 677 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprs(EXPR_IDENTIFIER, (yyvsp[0].str)); } +#line 3814 "parser.tab.c" /* yacc.c:1646 */ break; case 206: -/* Line 1787 of yacc.c */ -#line 655 "parser.y" - { (yyval.expr) = make_expr2(EXPR_INEQUALITY, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 678 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr3(EXPR_COND, (yyvsp[-4].expr), (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3820 "parser.tab.c" /* yacc.c:1646 */ break; case 207: -/* Line 1787 of yacc.c */ -#line 656 "parser.y" - { (yyval.expr) = make_expr2(EXPR_GTR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 679 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_LOGOR, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3826 "parser.tab.c" /* yacc.c:1646 */ break; case 208: -/* Line 1787 of yacc.c */ -#line 657 "parser.y" - { (yyval.expr) = make_expr2(EXPR_LESS, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 680 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_LOGAND, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3832 "parser.tab.c" /* yacc.c:1646 */ break; case 209: -/* Line 1787 of yacc.c */ -#line 658 "parser.y" - { (yyval.expr) = make_expr2(EXPR_GTREQL, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 681 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_OR , (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3838 "parser.tab.c" /* yacc.c:1646 */ break; case 210: -/* Line 1787 of yacc.c */ -#line 659 "parser.y" - { (yyval.expr) = make_expr2(EXPR_LESSEQL, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 682 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_XOR, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3844 "parser.tab.c" /* yacc.c:1646 */ break; case 211: -/* Line 1787 of yacc.c */ -#line 660 "parser.y" - { (yyval.expr) = make_expr2(EXPR_SHL, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 683 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_AND, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3850 "parser.tab.c" /* yacc.c:1646 */ break; case 212: -/* Line 1787 of yacc.c */ -#line 661 "parser.y" - { (yyval.expr) = make_expr2(EXPR_SHR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 684 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_EQUALITY, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3856 "parser.tab.c" /* yacc.c:1646 */ break; case 213: -/* Line 1787 of yacc.c */ -#line 662 "parser.y" - { (yyval.expr) = make_expr2(EXPR_ADD, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 685 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_INEQUALITY, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3862 "parser.tab.c" /* yacc.c:1646 */ break; case 214: -/* Line 1787 of yacc.c */ -#line 663 "parser.y" - { (yyval.expr) = make_expr2(EXPR_SUB, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 686 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_GTR, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3868 "parser.tab.c" /* yacc.c:1646 */ break; case 215: -/* Line 1787 of yacc.c */ -#line 664 "parser.y" - { (yyval.expr) = make_expr2(EXPR_MOD, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 687 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_LESS, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3874 "parser.tab.c" /* yacc.c:1646 */ break; case 216: -/* Line 1787 of yacc.c */ -#line 665 "parser.y" - { (yyval.expr) = make_expr2(EXPR_MUL, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 688 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_GTREQL, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3880 "parser.tab.c" /* yacc.c:1646 */ break; case 217: -/* Line 1787 of yacc.c */ -#line 666 "parser.y" - { (yyval.expr) = make_expr2(EXPR_DIV, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); } +#line 689 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_LESSEQL, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3886 "parser.tab.c" /* yacc.c:1646 */ break; case 218: -/* Line 1787 of yacc.c */ -#line 667 "parser.y" - { (yyval.expr) = make_expr1(EXPR_LOGNOT, (yyvsp[(2) - (2)].expr)); } +#line 690 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_SHL, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3892 "parser.tab.c" /* yacc.c:1646 */ break; case 219: -/* Line 1787 of yacc.c */ -#line 668 "parser.y" - { (yyval.expr) = make_expr1(EXPR_NOT, (yyvsp[(2) - (2)].expr)); } +#line 691 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_SHR, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3898 "parser.tab.c" /* yacc.c:1646 */ break; case 220: -/* Line 1787 of yacc.c */ -#line 669 "parser.y" - { (yyval.expr) = make_expr1(EXPR_POS, (yyvsp[(2) - (2)].expr)); } +#line 692 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_ADD, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3904 "parser.tab.c" /* yacc.c:1646 */ break; case 221: -/* Line 1787 of yacc.c */ -#line 670 "parser.y" - { (yyval.expr) = make_expr1(EXPR_NEG, (yyvsp[(2) - (2)].expr)); } +#line 693 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_SUB, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3910 "parser.tab.c" /* yacc.c:1646 */ break; case 222: -/* Line 1787 of yacc.c */ -#line 671 "parser.y" - { (yyval.expr) = make_expr1(EXPR_ADDRESSOF, (yyvsp[(2) - (2)].expr)); } +#line 694 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_MOD, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3916 "parser.tab.c" /* yacc.c:1646 */ break; case 223: -/* Line 1787 of yacc.c */ -#line 672 "parser.y" - { (yyval.expr) = make_expr1(EXPR_PPTR, (yyvsp[(2) - (2)].expr)); } +#line 695 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_MUL, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3922 "parser.tab.c" /* yacc.c:1646 */ break; case 224: -/* Line 1787 of yacc.c */ -#line 673 "parser.y" - { (yyval.expr) = make_expr2(EXPR_MEMBER, make_expr1(EXPR_PPTR, (yyvsp[(1) - (3)].expr)), make_exprs(EXPR_IDENTIFIER, (yyvsp[(3) - (3)].str))); } +#line 696 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_DIV, (yyvsp[-2].expr), (yyvsp[0].expr)); } +#line 3928 "parser.tab.c" /* yacc.c:1646 */ break; case 225: -/* Line 1787 of yacc.c */ -#line 674 "parser.y" - { (yyval.expr) = make_expr2(EXPR_MEMBER, (yyvsp[(1) - (3)].expr), make_exprs(EXPR_IDENTIFIER, (yyvsp[(3) - (3)].str))); } +#line 697 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_LOGNOT, (yyvsp[0].expr)); } +#line 3934 "parser.tab.c" /* yacc.c:1646 */ break; case 226: -/* Line 1787 of yacc.c */ -#line 676 "parser.y" - { (yyval.expr) = make_exprt(EXPR_CAST, declare_var(NULL, (yyvsp[(2) - (5)].declspec), (yyvsp[(3) - (5)].declarator), 0), (yyvsp[(5) - (5)].expr)); free((yyvsp[(2) - (5)].declspec)); free((yyvsp[(3) - (5)].declarator)); } +#line 698 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_NOT, (yyvsp[0].expr)); } +#line 3940 "parser.tab.c" /* yacc.c:1646 */ break; case 227: -/* Line 1787 of yacc.c */ -#line 678 "parser.y" - { (yyval.expr) = make_exprt(EXPR_SIZEOF, declare_var(NULL, (yyvsp[(3) - (5)].declspec), (yyvsp[(4) - (5)].declarator), 0), NULL); free((yyvsp[(3) - (5)].declspec)); free((yyvsp[(4) - (5)].declarator)); } +#line 699 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_POS, (yyvsp[0].expr)); } +#line 3946 "parser.tab.c" /* yacc.c:1646 */ break; case 228: -/* Line 1787 of yacc.c */ -#line 679 "parser.y" - { (yyval.expr) = make_expr2(EXPR_ARRAY, (yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].expr)); } +#line 700 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_NEG, (yyvsp[0].expr)); } +#line 3952 "parser.tab.c" /* yacc.c:1646 */ break; case 229: -/* Line 1787 of yacc.c */ -#line 680 "parser.y" - { (yyval.expr) = (yyvsp[(2) - (3)].expr); } +#line 701 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_ADDRESSOF, (yyvsp[0].expr)); } +#line 3958 "parser.tab.c" /* yacc.c:1646 */ break; case 230: -/* Line 1787 of yacc.c */ -#line 683 "parser.y" - { (yyval.expr_list) = append_expr( NULL, (yyvsp[(1) - (1)].expr) ); } +#line 702 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr1(EXPR_PPTR, (yyvsp[0].expr)); } +#line 3964 "parser.tab.c" /* yacc.c:1646 */ break; case 231: -/* Line 1787 of yacc.c */ -#line 684 "parser.y" - { (yyval.expr_list) = append_expr( (yyvsp[(1) - (3)].expr_list), (yyvsp[(3) - (3)].expr) ); } +#line 703 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_MEMBER, make_expr1(EXPR_PPTR, (yyvsp[-2].expr)), make_exprs(EXPR_IDENTIFIER, (yyvsp[0].str))); } +#line 3970 "parser.tab.c" /* yacc.c:1646 */ break; case 232: -/* Line 1787 of yacc.c */ -#line 687 "parser.y" - { (yyval.expr) = (yyvsp[(1) - (1)].expr); - if (!(yyval.expr)->is_const) - error_loc("expression is not an integer constant\n"); - } +#line 704 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_MEMBER, (yyvsp[-2].expr), make_exprs(EXPR_IDENTIFIER, (yyvsp[0].str))); } +#line 3976 "parser.tab.c" /* yacc.c:1646 */ break; case 233: -/* Line 1787 of yacc.c */ -#line 693 "parser.y" - { (yyval.expr) = (yyvsp[(1) - (1)].expr); - if (!(yyval.expr)->is_const && (yyval.expr)->type != EXPR_STRLIT && (yyval.expr)->type != EXPR_WSTRLIT) - error_loc("expression is not constant\n"); - } +#line 706 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprt(EXPR_CAST, declare_var(NULL, (yyvsp[-3].declspec), (yyvsp[-2].declarator), 0), (yyvsp[0].expr)); free((yyvsp[-3].declspec)); free((yyvsp[-2].declarator)); } +#line 3982 "parser.tab.c" /* yacc.c:1646 */ break; case 234: -/* Line 1787 of yacc.c */ -#line 699 "parser.y" - { (yyval.var_list) = NULL; } +#line 708 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_exprt(EXPR_SIZEOF, declare_var(NULL, (yyvsp[-2].declspec), (yyvsp[-1].declarator), 0), NULL); free((yyvsp[-2].declspec)); free((yyvsp[-1].declarator)); } +#line 3988 "parser.tab.c" /* yacc.c:1646 */ break; case 235: -/* Line 1787 of yacc.c */ -#line 700 "parser.y" - { (yyval.var_list) = append_var_list((yyvsp[(1) - (2)].var_list), (yyvsp[(2) - (2)].var_list)); } +#line 709 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = make_expr2(EXPR_ARRAY, (yyvsp[-3].expr), (yyvsp[-1].expr)); } +#line 3994 "parser.tab.c" /* yacc.c:1646 */ break; case 236: -/* Line 1787 of yacc.c */ -#line 704 "parser.y" - { const char *first = LIST_ENTRY(list_head((yyvsp[(3) - (4)].declarator_list)), declarator_t, entry)->var->name; - check_field_attrs(first, (yyvsp[(1) - (4)].attr_list)); - (yyval.var_list) = set_var_types((yyvsp[(1) - (4)].attr_list), (yyvsp[(2) - (4)].declspec), (yyvsp[(3) - (4)].declarator_list)); - } +#line 710 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = (yyvsp[-1].expr); } +#line 4000 "parser.tab.c" /* yacc.c:1646 */ break; - case 237: -/* Line 1787 of yacc.c */ -#line 708 "parser.y" - { var_t *v = make_var(NULL); - v->type = (yyvsp[(2) - (3)].type); v->attrs = (yyvsp[(1) - (3)].attr_list); - (yyval.var_list) = append_var(NULL, v); - } + case 237: +#line 713 "parser.y" /* yacc.c:1646 */ + { (yyval.expr_list) = append_expr( NULL, (yyvsp[0].expr) ); } +#line 4006 "parser.tab.c" /* yacc.c:1646 */ break; case 238: -/* Line 1787 of yacc.c */ -#line 715 "parser.y" - { (yyval.var) = (yyvsp[(1) - (2)].var); } +#line 714 "parser.y" /* yacc.c:1646 */ + { (yyval.expr_list) = append_expr( (yyvsp[-2].expr_list), (yyvsp[0].expr) ); } +#line 4012 "parser.tab.c" /* yacc.c:1646 */ break; case 239: -/* Line 1787 of yacc.c */ -#line 716 "parser.y" - { (yyval.var) = make_var(NULL); (yyval.var)->attrs = (yyvsp[(1) - (2)].attr_list); } +#line 717 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = (yyvsp[0].expr); + if (!(yyval.expr)->is_const) + error_loc("expression is not an integer constant\n"); + } +#line 4021 "parser.tab.c" /* yacc.c:1646 */ break; case 240: -/* Line 1787 of yacc.c */ -#line 719 "parser.y" - { (yyval.var_list) = NULL; } +#line 723 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = (yyvsp[0].expr); + if (!(yyval.expr)->is_const && (yyval.expr)->type != EXPR_STRLIT && (yyval.expr)->type != EXPR_WSTRLIT) + error_loc("expression is not constant\n"); + } +#line 4030 "parser.tab.c" /* yacc.c:1646 */ break; case 241: -/* Line 1787 of yacc.c */ -#line 720 "parser.y" - { (yyval.var_list) = append_var( (yyvsp[(1) - (2)].var_list), (yyvsp[(2) - (2)].var) ); } +#line 729 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 4036 "parser.tab.c" /* yacc.c:1646 */ break; case 242: -/* Line 1787 of yacc.c */ -#line 724 "parser.y" - { (yyval.var) = (yyvsp[(1) - (2)].var); } +#line 730 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var_list((yyvsp[-1].var_list), (yyvsp[0].var_list)); } +#line 4042 "parser.tab.c" /* yacc.c:1646 */ break; case 243: -/* Line 1787 of yacc.c */ -#line 725 "parser.y" - { (yyval.var) = NULL; } +#line 734 "parser.y" /* yacc.c:1646 */ + { const char *first = LIST_ENTRY(list_head((yyvsp[-1].declarator_list)), declarator_t, entry)->var->name; + check_field_attrs(first, (yyvsp[-3].attr_list)); + (yyval.var_list) = set_var_types((yyvsp[-3].attr_list), (yyvsp[-2].declspec), (yyvsp[-1].declarator_list)); + } +#line 4051 "parser.tab.c" /* yacc.c:1646 */ break; case 244: -/* Line 1787 of yacc.c */ -#line 728 "parser.y" - { (yyval.var) = declare_var(check_field_attrs((yyvsp[(3) - (3)].declarator)->var->name, (yyvsp[(1) - (3)].attr_list)), - (yyvsp[(2) - (3)].declspec), (yyvsp[(3) - (3)].declarator), FALSE); - free((yyvsp[(3) - (3)].declarator)); +#line 738 "parser.y" /* yacc.c:1646 */ + { var_t *v = make_var(NULL); + v->type = (yyvsp[-1].type); v->attrs = (yyvsp[-2].attr_list); + (yyval.var_list) = append_var(NULL, v); } +#line 4060 "parser.tab.c" /* yacc.c:1646 */ break; case 245: -/* Line 1787 of yacc.c */ -#line 732 "parser.y" - { var_t *v = make_var(NULL); - v->type = (yyvsp[(2) - (2)].type); v->attrs = (yyvsp[(1) - (2)].attr_list); - (yyval.var) = v; - } +#line 745 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = (yyvsp[-1].var); } +#line 4066 "parser.tab.c" /* yacc.c:1646 */ break; case 246: -/* Line 1787 of yacc.c */ -#line 738 "parser.y" - { (yyval.var) = (yyvsp[(1) - (1)].var); - if (type_get_type((yyval.var)->type) != TYPE_FUNCTION) - error_loc("only methods may be declared inside the methods section of a dispinterface\n"); - check_function_attrs((yyval.var)->name, (yyval.var)->attrs); - } +#line 746 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = make_var(NULL); (yyval.var)->attrs = (yyvsp[-1].attr_list); } +#line 4072 "parser.tab.c" /* yacc.c:1646 */ break; case 247: -/* Line 1787 of yacc.c */ -#line 747 "parser.y" - { (yyval.var) = declare_var((yyvsp[(1) - (3)].attr_list), (yyvsp[(2) - (3)].declspec), (yyvsp[(3) - (3)].declarator), FALSE); - free((yyvsp[(3) - (3)].declarator)); - } +#line 749 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 4078 "parser.tab.c" /* yacc.c:1646 */ break; case 248: -/* Line 1787 of yacc.c */ -#line 750 "parser.y" - { (yyval.var) = declare_var(NULL, (yyvsp[(1) - (2)].declspec), (yyvsp[(2) - (2)].declarator), FALSE); - free((yyvsp[(2) - (2)].declarator)); - } +#line 750 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var( (yyvsp[-1].var_list), (yyvsp[0].var) ); } +#line 4084 "parser.tab.c" /* yacc.c:1646 */ break; case 249: -/* Line 1787 of yacc.c */ -#line 755 "parser.y" +#line 754 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = (yyvsp[-1].var); } +#line 4090 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 250: +#line 755 "parser.y" /* yacc.c:1646 */ { (yyval.var) = NULL; } +#line 4096 "parser.tab.c" /* yacc.c:1646 */ break; case 251: -/* Line 1787 of yacc.c */ -#line 759 "parser.y" - { (yyval.str) = NULL; } +#line 758 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = declare_var(check_field_attrs((yyvsp[0].declarator)->var->name, (yyvsp[-2].attr_list)), + (yyvsp[-1].declspec), (yyvsp[0].declarator), FALSE); + free((yyvsp[0].declarator)); + } +#line 4105 "parser.tab.c" /* yacc.c:1646 */ break; case 252: -/* Line 1787 of yacc.c */ -#line 760 "parser.y" - { (yyval.str) = (yyvsp[(1) - (1)].str); } +#line 762 "parser.y" /* yacc.c:1646 */ + { var_t *v = make_var(NULL); + v->type = (yyvsp[0].type); v->attrs = (yyvsp[-1].attr_list); + (yyval.var) = v; + } +#line 4114 "parser.tab.c" /* yacc.c:1646 */ break; case 253: -/* Line 1787 of yacc.c */ -#line 761 "parser.y" - { (yyval.str) = (yyvsp[(1) - (1)].str); } +#line 768 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = (yyvsp[0].var); + if (type_get_type((yyval.var)->type) != TYPE_FUNCTION) + error_loc("only methods may be declared inside the methods section of a dispinterface\n"); + check_function_attrs((yyval.var)->name, (yyval.var)->attrs); + } +#line 4124 "parser.tab.c" /* yacc.c:1646 */ break; case 254: -/* Line 1787 of yacc.c */ -#line 764 "parser.y" - { (yyval.var) = make_var((yyvsp[(1) - (1)].str)); } +#line 777 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = declare_var((yyvsp[-2].attr_list), (yyvsp[-1].declspec), (yyvsp[0].declarator), FALSE); + free((yyvsp[0].declarator)); + } +#line 4132 "parser.tab.c" /* yacc.c:1646 */ break; case 255: -/* Line 1787 of yacc.c */ -#line 766 "parser.y" - { (yyval.var) = make_var((yyvsp[(1) - (1)].str)); } +#line 780 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = declare_var(NULL, (yyvsp[-1].declspec), (yyvsp[0].declarator), FALSE); + free((yyvsp[0].declarator)); + } +#line 4140 "parser.tab.c" /* yacc.c:1646 */ break; case 256: -/* Line 1787 of yacc.c */ -#line 769 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } +#line 785 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = NULL; } +#line 4146 "parser.tab.c" /* yacc.c:1646 */ break; - case 257: -/* Line 1787 of yacc.c */ -#line 770 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } + case 258: +#line 789 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = NULL; } +#line 4152 "parser.tab.c" /* yacc.c:1646 */ break; case 259: -/* Line 1787 of yacc.c */ -#line 772 "parser.y" - { (yyval.type) = type_new_int(type_basic_get_type((yyvsp[(2) - (2)].type)), -1); } +#line 790 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[0].str); } +#line 4158 "parser.tab.c" /* yacc.c:1646 */ break; case 260: -/* Line 1787 of yacc.c */ -#line 773 "parser.y" - { (yyval.type) = type_new_int(type_basic_get_type((yyvsp[(2) - (2)].type)), 1); } +#line 791 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[0].str); } +#line 4164 "parser.tab.c" /* yacc.c:1646 */ break; case 261: -/* Line 1787 of yacc.c */ -#line 774 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT, 1); } +#line 794 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = make_var((yyvsp[0].str)); } +#line 4170 "parser.tab.c" /* yacc.c:1646 */ break; case 262: -/* Line 1787 of yacc.c */ -#line 775 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } +#line 796 "parser.y" /* yacc.c:1646 */ + { (yyval.var) = make_var((yyvsp[0].str)); } +#line 4176 "parser.tab.c" /* yacc.c:1646 */ break; case 263: -/* Line 1787 of yacc.c */ -#line 776 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } +#line 799 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4182 "parser.tab.c" /* yacc.c:1646 */ break; case 264: -/* Line 1787 of yacc.c */ -#line 777 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } +#line 800 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4188 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 266: +#line 802 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(type_basic_get_type((yyvsp[0].type)), -1); } +#line 4194 "parser.tab.c" /* yacc.c:1646 */ break; - case 265: -/* Line 1787 of yacc.c */ -#line 778 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } + case 267: +#line 803 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(type_basic_get_type((yyvsp[0].type)), 1); } +#line 4200 "parser.tab.c" /* yacc.c:1646 */ break; - case 266: -/* Line 1787 of yacc.c */ -#line 779 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } + case 268: +#line 804 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT, 1); } +#line 4206 "parser.tab.c" /* yacc.c:1646 */ break; case 269: -/* Line 1787 of yacc.c */ -#line 786 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT, 0); } +#line 805 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4212 "parser.tab.c" /* yacc.c:1646 */ break; case 270: -/* Line 1787 of yacc.c */ -#line 787 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT16, 0); } +#line 806 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4218 "parser.tab.c" /* yacc.c:1646 */ break; case 271: -/* Line 1787 of yacc.c */ -#line 788 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT8, 0); } +#line 807 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4224 "parser.tab.c" /* yacc.c:1646 */ break; case 272: -/* Line 1787 of yacc.c */ -#line 789 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT32, 0); } +#line 808 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4230 "parser.tab.c" /* yacc.c:1646 */ break; case 273: -/* Line 1787 of yacc.c */ -#line 790 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_HYPER, 0); } - break; - - case 274: -/* Line 1787 of yacc.c */ -#line 791 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT64, 0); } - break; - - case 275: -/* Line 1787 of yacc.c */ -#line 792 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_CHAR, 0); } +#line 809 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4236 "parser.tab.c" /* yacc.c:1646 */ break; case 276: -/* Line 1787 of yacc.c */ -#line 793 "parser.y" - { (yyval.type) = type_new_int(TYPE_BASIC_INT3264, 0); } +#line 816 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT, 0); } +#line 4242 "parser.tab.c" /* yacc.c:1646 */ break; case 277: -/* Line 1787 of yacc.c */ -#line 796 "parser.y" - { (yyval.type) = type_new_coclass((yyvsp[(2) - (2)].str)); } +#line 817 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT16, 0); } +#line 4248 "parser.tab.c" /* yacc.c:1646 */ break; case 278: -/* Line 1787 of yacc.c */ -#line 797 "parser.y" - { (yyval.type) = find_type((yyvsp[(2) - (2)].str), 0); - if (type_get_type_detect_alias((yyval.type)) != TYPE_COCLASS) - error_loc("%s was not declared a coclass at %s:%d\n", - (yyvsp[(2) - (2)].str), (yyval.type)->loc_info.input_name, - (yyval.type)->loc_info.line_number); - } +#line 818 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT8, 0); } +#line 4254 "parser.tab.c" /* yacc.c:1646 */ break; case 279: -/* Line 1787 of yacc.c */ -#line 805 "parser.y" - { (yyval.type) = (yyvsp[(2) - (2)].type); - check_def((yyval.type)); - (yyval.type)->attrs = check_coclass_attrs((yyvsp[(2) - (2)].type)->name, (yyvsp[(1) - (2)].attr_list)); - } +#line 819 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT32, 0); } +#line 4260 "parser.tab.c" /* yacc.c:1646 */ break; case 280: -/* Line 1787 of yacc.c */ -#line 812 "parser.y" - { (yyval.type) = type_coclass_define((yyvsp[(1) - (5)].type), (yyvsp[(3) - (5)].ifref_list)); } +#line 820 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_HYPER, 0); } +#line 4266 "parser.tab.c" /* yacc.c:1646 */ break; case 281: -/* Line 1787 of yacc.c */ -#line 815 "parser.y" - { (yyval.type) = NULL; } +#line 821 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT64, 0); } +#line 4272 "parser.tab.c" /* yacc.c:1646 */ break; case 282: -/* Line 1787 of yacc.c */ -#line 818 "parser.y" - { (yyval.ifref_list) = NULL; } +#line 822 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_CHAR, 0); } +#line 4278 "parser.tab.c" /* yacc.c:1646 */ break; case 283: -/* Line 1787 of yacc.c */ -#line 819 "parser.y" - { (yyval.ifref_list) = append_ifref( (yyvsp[(1) - (2)].ifref_list), (yyvsp[(2) - (2)].ifref) ); } +#line 823 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_int(TYPE_BASIC_INT3264, 0); } +#line 4284 "parser.tab.c" /* yacc.c:1646 */ break; case 284: -/* Line 1787 of yacc.c */ -#line 823 "parser.y" - { (yyval.ifref) = make_ifref((yyvsp[(2) - (2)].type)); (yyval.ifref)->attrs = (yyvsp[(1) - (2)].attr_list); } +#line 826 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_coclass((yyvsp[0].str)); } +#line 4290 "parser.tab.c" /* yacc.c:1646 */ break; case 285: -/* Line 1787 of yacc.c */ -#line 826 "parser.y" - { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[(2) - (2)].str), 0); } +#line 827 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type((yyvsp[0].str), NULL, 0); + if (type_get_type_detect_alias((yyval.type)) != TYPE_COCLASS) + error_loc("%s was not declared a coclass at %s:%d\n", + (yyvsp[0].str), (yyval.type)->loc_info.input_name, + (yyval.type)->loc_info.line_number); + } +#line 4301 "parser.tab.c" /* yacc.c:1646 */ break; case 286: -/* Line 1787 of yacc.c */ -#line 827 "parser.y" - { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[(2) - (2)].str), 0); } +#line 835 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); + check_def((yyval.type)); + (yyval.type)->attrs = check_coclass_attrs((yyvsp[0].type)->name, (yyvsp[-1].attr_list)); + } +#line 4310 "parser.tab.c" /* yacc.c:1646 */ break; case 287: -/* Line 1787 of yacc.c */ -#line 830 "parser.y" - { attr_t *attrs; - (yyval.type) = (yyvsp[(2) - (2)].type); - check_def((yyval.type)); - attrs = make_attr(ATTR_DISPINTERFACE); - (yyval.type)->attrs = append_attr( check_dispiface_attrs((yyvsp[(2) - (2)].type)->name, (yyvsp[(1) - (2)].attr_list)), attrs ); - (yyval.type)->defined = TRUE; - } +#line 842 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_coclass_define((yyvsp[-4].type), (yyvsp[-2].ifref_list)); } +#line 4316 "parser.tab.c" /* yacc.c:1646 */ break; case 288: -/* Line 1787 of yacc.c */ -#line 839 "parser.y" - { (yyval.var_list) = NULL; } +#line 845 "parser.y" /* yacc.c:1646 */ + { (yyval.str) = (yyvsp[0].str); } +#line 4322 "parser.tab.c" /* yacc.c:1646 */ break; case 289: -/* Line 1787 of yacc.c */ -#line 840 "parser.y" - { (yyval.var_list) = append_var( (yyvsp[(1) - (3)].var_list), (yyvsp[(2) - (3)].var) ); } +#line 848 "parser.y" /* yacc.c:1646 */ + { (yyval.ifref_list) = NULL; } +#line 4328 "parser.tab.c" /* yacc.c:1646 */ break; case 290: -/* Line 1787 of yacc.c */ -#line 843 "parser.y" - { (yyval.var_list) = NULL; } +#line 849 "parser.y" /* yacc.c:1646 */ + { (yyval.ifref_list) = append_ifref( (yyvsp[-1].ifref_list), (yyvsp[0].ifref) ); } +#line 4334 "parser.tab.c" /* yacc.c:1646 */ break; case 291: -/* Line 1787 of yacc.c */ -#line 844 "parser.y" - { (yyval.var_list) = append_var( (yyvsp[(1) - (3)].var_list), (yyvsp[(2) - (3)].var) ); } +#line 853 "parser.y" /* yacc.c:1646 */ + { (yyval.ifref) = make_ifref((yyvsp[0].type)); (yyval.ifref)->attrs = (yyvsp[-1].attr_list); } +#line 4340 "parser.tab.c" /* yacc.c:1646 */ break; case 292: -/* Line 1787 of yacc.c */ -#line 850 "parser.y" - { (yyval.type) = (yyvsp[(1) - (5)].type); - type_dispinterface_define((yyval.type), (yyvsp[(3) - (5)].var_list), (yyvsp[(4) - (5)].var_list)); - } +#line 856 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[0].str), current_namespace, 0); } +#line 4346 "parser.tab.c" /* yacc.c:1646 */ break; case 293: -/* Line 1787 of yacc.c */ -#line 854 "parser.y" - { (yyval.type) = (yyvsp[(1) - (5)].type); - type_dispinterface_define_from_iface((yyval.type), (yyvsp[(3) - (5)].type)); - } +#line 857 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[0].str), current_namespace, 0); } +#line 4352 "parser.tab.c" /* yacc.c:1646 */ break; case 294: -/* Line 1787 of yacc.c */ -#line 859 "parser.y" - { (yyval.type) = NULL; } +#line 860 "parser.y" /* yacc.c:1646 */ + { attr_t *attrs; + (yyval.type) = (yyvsp[0].type); + check_def((yyval.type)); + attrs = make_attr(ATTR_DISPINTERFACE); + (yyval.type)->attrs = append_attr( check_dispiface_attrs((yyvsp[0].type)->name, (yyvsp[-1].attr_list)), attrs ); + (yyval.type)->defined = TRUE; + } +#line 4364 "parser.tab.c" /* yacc.c:1646 */ break; case 295: -/* Line 1787 of yacc.c */ -#line 860 "parser.y" - { (yyval.type) = find_type_or_error2((yyvsp[(2) - (2)].str), 0); } +#line 869 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 4370 "parser.tab.c" /* yacc.c:1646 */ break; case 296: -/* Line 1787 of yacc.c */ -#line 863 "parser.y" - { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[(2) - (2)].str), 0); } +#line 870 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var( (yyvsp[-2].var_list), (yyvsp[-1].var) ); } +#line 4376 "parser.tab.c" /* yacc.c:1646 */ break; case 297: -/* Line 1787 of yacc.c */ -#line 864 "parser.y" - { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[(2) - (2)].str), 0); } +#line 873 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = NULL; } +#line 4382 "parser.tab.c" /* yacc.c:1646 */ break; case 298: -/* Line 1787 of yacc.c */ -#line 867 "parser.y" - { (yyval.ifinfo).interface = (yyvsp[(2) - (2)].type); - (yyval.ifinfo).old_pointer_default = pointer_default; - if (is_attr((yyvsp[(1) - (2)].attr_list), ATTR_POINTERDEFAULT)) - pointer_default = get_attrv((yyvsp[(1) - (2)].attr_list), ATTR_POINTERDEFAULT); - check_def((yyvsp[(2) - (2)].type)); - (yyvsp[(2) - (2)].type)->attrs = check_iface_attrs((yyvsp[(2) - (2)].type)->name, (yyvsp[(1) - (2)].attr_list)); - (yyvsp[(2) - (2)].type)->defined = TRUE; - } +#line 874 "parser.y" /* yacc.c:1646 */ + { (yyval.var_list) = append_var( (yyvsp[-2].var_list), (yyvsp[-1].var) ); } +#line 4388 "parser.tab.c" /* yacc.c:1646 */ break; case 299: -/* Line 1787 of yacc.c */ -#line 878 "parser.y" - { (yyval.type) = (yyvsp[(1) - (6)].ifinfo).interface; - if((yyval.type) == (yyvsp[(2) - (6)].type)) - error_loc("Interface can't inherit from itself\n"); - type_interface_define((yyval.type), (yyvsp[(2) - (6)].type), (yyvsp[(4) - (6)].stmt_list)); - pointer_default = (yyvsp[(1) - (6)].ifinfo).old_pointer_default; +#line 880 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-4].type); + type_dispinterface_define((yyval.type), (yyvsp[-2].var_list), (yyvsp[-1].var_list)); } +#line 4396 "parser.tab.c" /* yacc.c:1646 */ break; case 300: -/* Line 1787 of yacc.c */ -#line 888 "parser.y" - { (yyval.type) = (yyvsp[(1) - (8)].ifinfo).interface; - type_interface_define((yyval.type), find_type_or_error2((yyvsp[(3) - (8)].str), 0), (yyvsp[(6) - (8)].stmt_list)); - pointer_default = (yyvsp[(1) - (8)].ifinfo).old_pointer_default; +#line 884 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-4].type); + type_dispinterface_define_from_iface((yyval.type), (yyvsp[-2].type)); } +#line 4404 "parser.tab.c" /* yacc.c:1646 */ break; case 301: -/* Line 1787 of yacc.c */ -#line 892 "parser.y" - { (yyval.type) = (yyvsp[(1) - (2)].type); } +#line 889 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = NULL; } +#line 4410 "parser.tab.c" /* yacc.c:1646 */ break; case 302: -/* Line 1787 of yacc.c */ -#line 896 "parser.y" - { (yyval.type) = (yyvsp[(1) - (2)].type); } +#line 890 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error2((yyvsp[0].str), 0); } +#line 4416 "parser.tab.c" /* yacc.c:1646 */ break; case 303: -/* Line 1787 of yacc.c */ -#line 897 "parser.y" - { (yyval.type) = (yyvsp[(1) - (2)].type); } +#line 893 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[0].str), current_namespace, 0); } +#line 4422 "parser.tab.c" /* yacc.c:1646 */ break; case 304: -/* Line 1787 of yacc.c */ -#line 900 "parser.y" - { (yyval.type) = type_new_module((yyvsp[(2) - (2)].str)); } +#line 894 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = get_type(TYPE_INTERFACE, (yyvsp[0].str), current_namespace, 0); } +#line 4428 "parser.tab.c" /* yacc.c:1646 */ break; case 305: -/* Line 1787 of yacc.c */ -#line 901 "parser.y" - { (yyval.type) = type_new_module((yyvsp[(2) - (2)].str)); } +#line 897 "parser.y" /* yacc.c:1646 */ + { (yyval.ifinfo).interface = (yyvsp[0].type); + (yyval.ifinfo).old_pointer_default = pointer_default; + if (is_attr((yyvsp[-1].attr_list), ATTR_POINTERDEFAULT)) + pointer_default = get_attrv((yyvsp[-1].attr_list), ATTR_POINTERDEFAULT); + check_def((yyvsp[0].type)); + (yyvsp[0].type)->attrs = check_iface_attrs((yyvsp[0].type)->name, (yyvsp[-1].attr_list)); + (yyvsp[0].type)->defined = TRUE; + } +#line 4441 "parser.tab.c" /* yacc.c:1646 */ break; case 306: -/* Line 1787 of yacc.c */ -#line 904 "parser.y" - { (yyval.type) = (yyvsp[(2) - (2)].type); - (yyval.type)->attrs = check_module_attrs((yyvsp[(2) - (2)].type)->name, (yyvsp[(1) - (2)].attr_list)); +#line 908 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-5].ifinfo).interface; + if((yyval.type) == (yyvsp[-4].type)) + error_loc("Interface can't inherit from itself\n"); + type_interface_define((yyval.type), (yyvsp[-4].type), (yyvsp[-2].stmt_list)); + pointer_default = (yyvsp[-5].ifinfo).old_pointer_default; } +#line 4452 "parser.tab.c" /* yacc.c:1646 */ break; case 307: -/* Line 1787 of yacc.c */ -#line 910 "parser.y" - { (yyval.type) = (yyvsp[(1) - (5)].type); - type_module_define((yyval.type), (yyvsp[(3) - (5)].stmt_list)); +#line 918 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-7].ifinfo).interface; + type_interface_define((yyval.type), find_type_or_error2((yyvsp[-5].str), 0), (yyvsp[-2].stmt_list)); + pointer_default = (yyvsp[-7].ifinfo).old_pointer_default; } +#line 4461 "parser.tab.c" /* yacc.c:1646 */ break; case 308: -/* Line 1787 of yacc.c */ -#line 916 "parser.y" - { (yyval.stgclass) = STG_EXTERN; } +#line 922 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-1].type); } +#line 4467 "parser.tab.c" /* yacc.c:1646 */ break; case 309: -/* Line 1787 of yacc.c */ -#line 917 "parser.y" - { (yyval.stgclass) = STG_STATIC; } +#line 926 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-1].type); } +#line 4473 "parser.tab.c" /* yacc.c:1646 */ break; case 310: -/* Line 1787 of yacc.c */ -#line 918 "parser.y" - { (yyval.stgclass) = STG_REGISTER; } +#line 927 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-1].type); } +#line 4479 "parser.tab.c" /* yacc.c:1646 */ break; case 311: -/* Line 1787 of yacc.c */ -#line 922 "parser.y" - { (yyval.attr) = make_attr(ATTR_INLINE); } +#line 930 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_module((yyvsp[0].str)); } +#line 4485 "parser.tab.c" /* yacc.c:1646 */ break; case 312: -/* Line 1787 of yacc.c */ -#line 926 "parser.y" - { (yyval.attr) = make_attr(ATTR_CONST); } +#line 931 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_module((yyvsp[0].str)); } +#line 4491 "parser.tab.c" /* yacc.c:1646 */ break; case 313: -/* Line 1787 of yacc.c */ -#line 929 "parser.y" - { (yyval.attr_list) = NULL; } +#line 934 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); + (yyval.type)->attrs = check_module_attrs((yyvsp[0].type)->name, (yyvsp[-1].attr_list)); + } +#line 4499 "parser.tab.c" /* yacc.c:1646 */ break; case 314: -/* Line 1787 of yacc.c */ -#line 930 "parser.y" - { (yyval.attr_list) = append_attr((yyvsp[(1) - (2)].attr_list), (yyvsp[(2) - (2)].attr)); } +#line 940 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[-4].type); + type_module_define((yyval.type), (yyvsp[-2].stmt_list)); + } +#line 4507 "parser.tab.c" /* yacc.c:1646 */ break; case 315: -/* Line 1787 of yacc.c */ -#line 933 "parser.y" - { (yyval.declspec) = make_decl_spec((yyvsp[(1) - (2)].type), (yyvsp[(2) - (2)].declspec), NULL, NULL, STG_NONE); } +#line 946 "parser.y" /* yacc.c:1646 */ + { (yyval.stgclass) = STG_EXTERN; } +#line 4513 "parser.tab.c" /* yacc.c:1646 */ break; case 316: -/* Line 1787 of yacc.c */ -#line 935 "parser.y" - { (yyval.declspec) = make_decl_spec((yyvsp[(2) - (3)].type), (yyvsp[(1) - (3)].declspec), (yyvsp[(3) - (3)].declspec), NULL, STG_NONE); } +#line 947 "parser.y" /* yacc.c:1646 */ + { (yyval.stgclass) = STG_STATIC; } +#line 4519 "parser.tab.c" /* yacc.c:1646 */ break; case 317: -/* Line 1787 of yacc.c */ -#line 938 "parser.y" - { (yyval.declspec) = NULL; } +#line 948 "parser.y" /* yacc.c:1646 */ + { (yyval.stgclass) = STG_REGISTER; } +#line 4525 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 318: +#line 952 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_INLINE); } +#line 4531 "parser.tab.c" /* yacc.c:1646 */ break; case 319: -/* Line 1787 of yacc.c */ -#line 943 "parser.y" - { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[(2) - (2)].declspec), NULL, (yyvsp[(1) - (2)].attr), STG_NONE); } +#line 956 "parser.y" /* yacc.c:1646 */ + { (yyval.attr) = make_attr(ATTR_CONST); } +#line 4537 "parser.tab.c" /* yacc.c:1646 */ break; case 320: -/* Line 1787 of yacc.c */ -#line 944 "parser.y" - { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[(2) - (2)].declspec), NULL, (yyvsp[(1) - (2)].attr), STG_NONE); } +#line 959 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = NULL; } +#line 4543 "parser.tab.c" /* yacc.c:1646 */ break; case 321: -/* Line 1787 of yacc.c */ -#line 945 "parser.y" - { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[(2) - (2)].declspec), NULL, NULL, (yyvsp[(1) - (2)].stgclass)); } +#line 960 "parser.y" /* yacc.c:1646 */ + { (yyval.attr_list) = append_attr((yyvsp[-1].attr_list), (yyvsp[0].attr)); } +#line 4549 "parser.tab.c" /* yacc.c:1646 */ break; case 322: -/* Line 1787 of yacc.c */ -#line 950 "parser.y" - { (yyval.declarator) = (yyvsp[(3) - (3)].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[(2) - (3)].attr_list))); } +#line 963 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = make_decl_spec((yyvsp[-1].type), (yyvsp[0].declspec), NULL, NULL, STG_NONE); } +#line 4555 "parser.tab.c" /* yacc.c:1646 */ break; case 323: -/* Line 1787 of yacc.c */ -#line 951 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (2)].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); - else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); } +#line 965 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = make_decl_spec((yyvsp[-1].type), (yyvsp[-2].declspec), (yyvsp[0].declspec), NULL, STG_NONE); } +#line 4561 "parser.tab.c" /* yacc.c:1646 */ break; - case 325: -/* Line 1787 of yacc.c */ -#line 957 "parser.y" - { (yyval.declarator) = make_declarator((yyvsp[(1) - (1)].var)); } + case 324: +#line 968 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = NULL; } +#line 4567 "parser.tab.c" /* yacc.c:1646 */ break; case 326: -/* Line 1787 of yacc.c */ -#line 958 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (3)].declarator); } +#line 973 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[0].declspec), NULL, (yyvsp[-1].attr), STG_NONE); } +#line 4573 "parser.tab.c" /* yacc.c:1646 */ break; case 327: -/* Line 1787 of yacc.c */ -#line 959 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (2)].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[(2) - (2)].expr)); } +#line 974 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[0].declspec), NULL, (yyvsp[-1].attr), STG_NONE); } +#line 4579 "parser.tab.c" /* yacc.c:1646 */ break; case 328: -/* Line 1787 of yacc.c */ -#line 960 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (4)].declarator); - (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[(3) - (4)].var_list))); - (yyval.declarator)->type = NULL; - } +#line 975 "parser.y" /* yacc.c:1646 */ + { (yyval.declspec) = make_decl_spec(NULL, (yyvsp[0].declspec), NULL, NULL, (yyvsp[-1].stgclass)); } +#line 4585 "parser.tab.c" /* yacc.c:1646 */ break; case 329: -/* Line 1787 of yacc.c */ -#line 969 "parser.y" - { (yyval.declarator) = (yyvsp[(3) - (3)].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[(2) - (3)].attr_list))); } +#line 980 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[-1].attr_list))); } +#line 4591 "parser.tab.c" /* yacc.c:1646 */ break; case 330: -/* Line 1787 of yacc.c */ -#line 970 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (2)].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); - else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); } +#line 981 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); + else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); } +#line 4598 "parser.tab.c" /* yacc.c:1646 */ break; case 332: -/* Line 1787 of yacc.c */ -#line 978 "parser.y" - { (yyval.declarator) = (yyvsp[(3) - (3)].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[(2) - (3)].attr_list))); } +#line 987 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator((yyvsp[0].var)); } +#line 4604 "parser.tab.c" /* yacc.c:1646 */ break; case 333: -/* Line 1787 of yacc.c */ -#line 979 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (2)].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); - else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); } +#line 988 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); } +#line 4610 "parser.tab.c" /* yacc.c:1646 */ break; case 334: -/* Line 1787 of yacc.c */ -#line 984 "parser.y" - { (yyval.declarator) = make_declarator(NULL); } +#line 989 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[0].expr)); } +#line 4616 "parser.tab.c" /* yacc.c:1646 */ break; - case 336: -/* Line 1787 of yacc.c */ -#line 990 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (3)].declarator); } + case 335: +#line 990 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-3].declarator); + (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[-1].var_list))); + (yyval.declarator)->type = NULL; + } +#line 4625 "parser.tab.c" /* yacc.c:1646 */ break; - case 337: -/* Line 1787 of yacc.c */ -#line 991 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (2)].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[(2) - (2)].expr)); } + case 336: +#line 999 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[-1].attr_list))); } +#line 4631 "parser.tab.c" /* yacc.c:1646 */ break; - case 338: -/* Line 1787 of yacc.c */ -#line 992 "parser.y" - { (yyval.declarator) = make_declarator(NULL); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[(1) - (1)].expr)); } + case 337: +#line 1000 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); + else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); } +#line 4638 "parser.tab.c" /* yacc.c:1646 */ break; case 339: -/* Line 1787 of yacc.c */ -#line 994 "parser.y" - { (yyval.declarator) = make_declarator(NULL); - (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[(2) - (3)].var_list))); - (yyval.declarator)->type = NULL; - } +#line 1008 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[-1].attr_list))); } +#line 4644 "parser.tab.c" /* yacc.c:1646 */ break; case 340: -/* Line 1787 of yacc.c */ -#line 999 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (4)].declarator); - (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[(3) - (4)].var_list))); - (yyval.declarator)->type = NULL; - } +#line 1009 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); if ((yyval.declarator)->func_type) (yyval.declarator)->func_type->attrs = append_attr((yyval.declarator)->func_type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); + else if ((yyval.declarator)->type) (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); } +#line 4651 "parser.tab.c" /* yacc.c:1646 */ break; case 341: -/* Line 1787 of yacc.c */ -#line 1008 "parser.y" - { (yyval.declarator) = (yyvsp[(3) - (3)].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[(2) - (3)].attr_list))); } +#line 1014 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); } +#line 4657 "parser.tab.c" /* yacc.c:1646 */ break; - case 342: -/* Line 1787 of yacc.c */ -#line 1009 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (2)].declarator); (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); } + case 343: +#line 1020 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); } +#line 4663 "parser.tab.c" /* yacc.c:1646 */ break; case 344: -/* Line 1787 of yacc.c */ -#line 1016 "parser.y" - { (yyval.declarator) = (yyvsp[(3) - (3)].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[(2) - (3)].attr_list))); } +#line 1021 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[0].expr)); } +#line 4669 "parser.tab.c" /* yacc.c:1646 */ break; case 345: -/* Line 1787 of yacc.c */ -#line 1017 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (2)].declarator); (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[(1) - (2)].str))); } +#line 1022 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[0].expr)); } +#line 4675 "parser.tab.c" /* yacc.c:1646 */ break; case 346: -/* Line 1787 of yacc.c */ -#line 1021 "parser.y" - { (yyval.declarator) = make_declarator(NULL); } +#line 1024 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); + (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[-1].var_list))); + (yyval.declarator)->type = NULL; + } +#line 4684 "parser.tab.c" /* yacc.c:1646 */ break; - case 348: -/* Line 1787 of yacc.c */ -#line 1029 "parser.y" - { (yyval.declarator) = make_declarator((yyvsp[(1) - (1)].var)); } + case 347: +#line 1029 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-3].declarator); + (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[-1].var_list))); + (yyval.declarator)->type = NULL; + } +#line 4693 "parser.tab.c" /* yacc.c:1646 */ break; - case 349: -/* Line 1787 of yacc.c */ -#line 1030 "parser.y" - { (yyval.declarator) = (yyvsp[(2) - (3)].declarator); } + case 348: +#line 1038 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[-1].attr_list))); } +#line 4699 "parser.tab.c" /* yacc.c:1646 */ break; - case 350: -/* Line 1787 of yacc.c */ -#line 1031 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (2)].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[(2) - (2)].expr)); } + case 349: +#line 1039 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); } +#line 4705 "parser.tab.c" /* yacc.c:1646 */ break; case 351: -/* Line 1787 of yacc.c */ -#line 1032 "parser.y" - { (yyval.declarator) = make_declarator(NULL); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[(1) - (1)].expr)); } +#line 1046 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type = append_ptrchain_type((yyval.declarator)->type, type_new_pointer(pointer_default, NULL, (yyvsp[-1].attr_list))); } +#line 4711 "parser.tab.c" /* yacc.c:1646 */ break; case 352: -/* Line 1787 of yacc.c */ -#line 1034 "parser.y" - { (yyval.declarator) = make_declarator(NULL); - (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[(2) - (3)].var_list))); - (yyval.declarator)->type = NULL; - } +#line 1047 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); (yyval.declarator)->type->attrs = append_attr((yyval.declarator)->type->attrs, make_attrp(ATTR_CALLCONV, (yyvsp[-1].str))); } +#line 4717 "parser.tab.c" /* yacc.c:1646 */ break; case 353: -/* Line 1787 of yacc.c */ -#line 1039 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (4)].declarator); - (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[(3) - (4)].var_list))); - (yyval.declarator)->type = NULL; - } - break; - - case 354: -/* Line 1787 of yacc.c */ -#line 1046 "parser.y" - { (yyval.declarator_list) = append_declarator( NULL, (yyvsp[(1) - (1)].declarator) ); } +#line 1051 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); } +#line 4723 "parser.tab.c" /* yacc.c:1646 */ break; case 355: -/* Line 1787 of yacc.c */ -#line 1047 "parser.y" - { (yyval.declarator_list) = append_declarator( (yyvsp[(1) - (3)].declarator_list), (yyvsp[(3) - (3)].declarator) ); } +#line 1059 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator((yyvsp[0].var)); } +#line 4729 "parser.tab.c" /* yacc.c:1646 */ break; case 356: -/* Line 1787 of yacc.c */ -#line 1050 "parser.y" - { (yyval.expr) = NULL; } +#line 1060 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); } +#line 4735 "parser.tab.c" /* yacc.c:1646 */ break; case 357: -/* Line 1787 of yacc.c */ -#line 1051 "parser.y" - { (yyval.expr) = (yyvsp[(2) - (2)].expr); } +#line 1061 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[0].expr)); } +#line 4741 "parser.tab.c" /* yacc.c:1646 */ break; case 358: -/* Line 1787 of yacc.c */ -#line 1054 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (2)].declarator); (yyval.declarator)->bits = (yyvsp[(2) - (2)].expr); - if (!(yyval.declarator)->bits && !(yyval.declarator)->var->name) - error_loc("unnamed fields are not allowed\n"); - } +#line 1062 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); (yyval.declarator)->array = append_array((yyval.declarator)->array, (yyvsp[0].expr)); } +#line 4747 "parser.tab.c" /* yacc.c:1646 */ break; case 359: -/* Line 1787 of yacc.c */ -#line 1061 "parser.y" - { (yyval.declarator_list) = append_declarator( NULL, (yyvsp[(1) - (1)].declarator) ); } +#line 1064 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = make_declarator(NULL); + (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[-1].var_list))); + (yyval.declarator)->type = NULL; + } +#line 4756 "parser.tab.c" /* yacc.c:1646 */ break; case 360: -/* Line 1787 of yacc.c */ -#line 1063 "parser.y" - { (yyval.declarator_list) = append_declarator( (yyvsp[(1) - (3)].declarator_list), (yyvsp[(3) - (3)].declarator) ); } +#line 1069 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-3].declarator); + (yyval.declarator)->func_type = append_ptrchain_type((yyval.declarator)->type, type_new_function((yyvsp[-1].var_list))); + (yyval.declarator)->type = NULL; + } +#line 4765 "parser.tab.c" /* yacc.c:1646 */ break; case 361: -/* Line 1787 of yacc.c */ -#line 1067 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (1)].declarator); } +#line 1076 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator_list) = append_declarator( NULL, (yyvsp[0].declarator) ); } +#line 4771 "parser.tab.c" /* yacc.c:1646 */ break; case 362: -/* Line 1787 of yacc.c */ -#line 1068 "parser.y" - { (yyval.declarator) = (yyvsp[(1) - (3)].declarator); (yyvsp[(1) - (3)].declarator)->var->eval = (yyvsp[(3) - (3)].expr); } +#line 1077 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator_list) = append_declarator( (yyvsp[-2].declarator_list), (yyvsp[0].declarator) ); } +#line 4777 "parser.tab.c" /* yacc.c:1646 */ break; case 363: -/* Line 1787 of yacc.c */ -#line 1072 "parser.y" - { (yyval.num) = THREADING_APARTMENT; } +#line 1080 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = NULL; } +#line 4783 "parser.tab.c" /* yacc.c:1646 */ break; case 364: -/* Line 1787 of yacc.c */ -#line 1073 "parser.y" - { (yyval.num) = THREADING_NEUTRAL; } +#line 1081 "parser.y" /* yacc.c:1646 */ + { (yyval.expr) = (yyvsp[0].expr); } +#line 4789 "parser.tab.c" /* yacc.c:1646 */ break; case 365: -/* Line 1787 of yacc.c */ -#line 1074 "parser.y" - { (yyval.num) = THREADING_SINGLE; } +#line 1084 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-1].declarator); (yyval.declarator)->bits = (yyvsp[0].expr); + if (!(yyval.declarator)->bits && !(yyval.declarator)->var->name) + error_loc("unnamed fields are not allowed\n"); + } +#line 4798 "parser.tab.c" /* yacc.c:1646 */ break; case 366: -/* Line 1787 of yacc.c */ -#line 1075 "parser.y" - { (yyval.num) = THREADING_FREE; } +#line 1091 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator_list) = append_declarator( NULL, (yyvsp[0].declarator) ); } +#line 4804 "parser.tab.c" /* yacc.c:1646 */ break; case 367: -/* Line 1787 of yacc.c */ -#line 1076 "parser.y" - { (yyval.num) = THREADING_BOTH; } +#line 1093 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator_list) = append_declarator( (yyvsp[-2].declarator_list), (yyvsp[0].declarator) ); } +#line 4810 "parser.tab.c" /* yacc.c:1646 */ break; case 368: -/* Line 1787 of yacc.c */ -#line 1080 "parser.y" - { (yyval.num) = RPC_FC_RP; } +#line 1097 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[0].declarator); } +#line 4816 "parser.tab.c" /* yacc.c:1646 */ break; case 369: -/* Line 1787 of yacc.c */ -#line 1081 "parser.y" - { (yyval.num) = RPC_FC_UP; } +#line 1098 "parser.y" /* yacc.c:1646 */ + { (yyval.declarator) = (yyvsp[-2].declarator); (yyvsp[-2].declarator)->var->eval = (yyvsp[0].expr); } +#line 4822 "parser.tab.c" /* yacc.c:1646 */ break; case 370: -/* Line 1787 of yacc.c */ -#line 1082 "parser.y" - { (yyval.num) = RPC_FC_FP; } +#line 1102 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = THREADING_APARTMENT; } +#line 4828 "parser.tab.c" /* yacc.c:1646 */ break; case 371: -/* Line 1787 of yacc.c */ -#line 1085 "parser.y" - { (yyval.type) = type_new_struct((yyvsp[(2) - (5)].str), TRUE, (yyvsp[(4) - (5)].var_list)); } +#line 1103 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = THREADING_NEUTRAL; } +#line 4834 "parser.tab.c" /* yacc.c:1646 */ break; case 372: -/* Line 1787 of yacc.c */ -#line 1088 "parser.y" - { (yyval.type) = type_new_void(); } +#line 1104 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = THREADING_SINGLE; } +#line 4840 "parser.tab.c" /* yacc.c:1646 */ break; case 373: -/* Line 1787 of yacc.c */ -#line 1089 "parser.y" - { (yyval.type) = find_type_or_error((yyvsp[(1) - (1)].str), 0); } +#line 1105 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = THREADING_FREE; } +#line 4846 "parser.tab.c" /* yacc.c:1646 */ break; case 374: -/* Line 1787 of yacc.c */ -#line 1090 "parser.y" - { (yyval.type) = (yyvsp[(1) - (1)].type); } +#line 1106 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = THREADING_BOTH; } +#line 4852 "parser.tab.c" /* yacc.c:1646 */ break; case 375: -/* Line 1787 of yacc.c */ -#line 1091 "parser.y" - { (yyval.type) = (yyvsp[(1) - (1)].type); } +#line 1110 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = FC_RP; } +#line 4858 "parser.tab.c" /* yacc.c:1646 */ break; case 376: -/* Line 1787 of yacc.c */ -#line 1092 "parser.y" - { (yyval.type) = type_new_enum((yyvsp[(2) - (2)].str), FALSE, NULL); } +#line 1111 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = FC_UP; } +#line 4864 "parser.tab.c" /* yacc.c:1646 */ break; case 377: -/* Line 1787 of yacc.c */ -#line 1093 "parser.y" - { (yyval.type) = (yyvsp[(1) - (1)].type); } +#line 1112 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = FC_FP; } +#line 4870 "parser.tab.c" /* yacc.c:1646 */ break; case 378: -/* Line 1787 of yacc.c */ -#line 1094 "parser.y" - { (yyval.type) = type_new_struct((yyvsp[(2) - (2)].str), FALSE, NULL); } +#line 1115 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_struct((yyvsp[-3].str), current_namespace, TRUE, (yyvsp[-1].var_list)); } +#line 4876 "parser.tab.c" /* yacc.c:1646 */ break; case 379: -/* Line 1787 of yacc.c */ -#line 1095 "parser.y" - { (yyval.type) = (yyvsp[(1) - (1)].type); } +#line 1118 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_void(); } +#line 4882 "parser.tab.c" /* yacc.c:1646 */ break; case 380: -/* Line 1787 of yacc.c */ -#line 1096 "parser.y" - { (yyval.type) = type_new_nonencapsulated_union((yyvsp[(2) - (2)].str), FALSE, NULL); } +#line 1119 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = find_type_or_error((yyvsp[0].str), 0); } +#line 4888 "parser.tab.c" /* yacc.c:1646 */ break; case 381: -/* Line 1787 of yacc.c */ -#line 1097 "parser.y" - { (yyval.type) = make_safearray((yyvsp[(3) - (4)].type)); } +#line 1120 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); } +#line 4894 "parser.tab.c" /* yacc.c:1646 */ break; case 382: -/* Line 1787 of yacc.c */ -#line 1101 "parser.y" - { (yyvsp[(1) - (5)].attr_list) = append_attribs((yyvsp[(1) - (5)].attr_list), (yyvsp[(3) - (5)].attr_list)); - reg_typedefs((yyvsp[(4) - (5)].declspec), (yyvsp[(5) - (5)].declarator_list), check_typedef_attrs((yyvsp[(1) - (5)].attr_list))); - (yyval.statement) = make_statement_typedef((yyvsp[(5) - (5)].declarator_list)); - } +#line 1121 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); } +#line 4900 "parser.tab.c" /* yacc.c:1646 */ break; case 383: -/* Line 1787 of yacc.c */ -#line 1108 "parser.y" - { (yyval.type) = type_new_nonencapsulated_union((yyvsp[(2) - (5)].str), TRUE, (yyvsp[(4) - (5)].var_list)); } +#line 1122 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_enum((yyvsp[0].str), current_namespace, FALSE, NULL); } +#line 4906 "parser.tab.c" /* yacc.c:1646 */ break; case 384: -/* Line 1787 of yacc.c */ -#line 1111 "parser.y" - { (yyval.type) = type_new_encapsulated_union((yyvsp[(2) - (10)].str), (yyvsp[(5) - (10)].var), (yyvsp[(7) - (10)].var), (yyvsp[(9) - (10)].var_list)); } +#line 1123 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); } +#line 4912 "parser.tab.c" /* yacc.c:1646 */ break; case 385: -/* Line 1787 of yacc.c */ -#line 1115 "parser.y" - { (yyval.num) = MAKEVERSION((yyvsp[(1) - (1)].num), 0); } +#line 1124 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_struct((yyvsp[0].str), current_namespace, FALSE, NULL); } +#line 4918 "parser.tab.c" /* yacc.c:1646 */ break; case 386: -/* Line 1787 of yacc.c */ -#line 1116 "parser.y" - { (yyval.num) = MAKEVERSION((yyvsp[(1) - (3)].num), (yyvsp[(3) - (3)].num)); } +#line 1125 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = (yyvsp[0].type); } +#line 4924 "parser.tab.c" /* yacc.c:1646 */ break; case 387: -/* Line 1787 of yacc.c */ -#line 1117 "parser.y" - { (yyval.num) = (yyvsp[(1) - (1)].num); } +#line 1126 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_nonencapsulated_union((yyvsp[0].str), FALSE, NULL); } +#line 4930 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 388: +#line 1127 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = make_safearray((yyvsp[-1].type)); } +#line 4936 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 389: +#line 1131 "parser.y" /* yacc.c:1646 */ + { (yyvsp[-4].attr_list) = append_attribs((yyvsp[-4].attr_list), (yyvsp[-2].attr_list)); + reg_typedefs((yyvsp[-1].declspec), (yyvsp[0].declarator_list), check_typedef_attrs((yyvsp[-4].attr_list))); + (yyval.statement) = make_statement_typedef((yyvsp[0].declarator_list)); + } +#line 4945 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 390: +#line 1138 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_nonencapsulated_union((yyvsp[-3].str), TRUE, (yyvsp[-1].var_list)); } +#line 4951 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 391: +#line 1141 "parser.y" /* yacc.c:1646 */ + { (yyval.type) = type_new_encapsulated_union((yyvsp[-8].str), (yyvsp[-5].var), (yyvsp[-3].var), (yyvsp[-1].var_list)); } +#line 4957 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 392: +#line 1145 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = MAKEVERSION((yyvsp[0].num), 0); } +#line 4963 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 393: +#line 1146 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = MAKEVERSION((yyvsp[-2].num), (yyvsp[0].num)); } +#line 4969 "parser.tab.c" /* yacc.c:1646 */ + break; + + case 394: +#line 1147 "parser.y" /* yacc.c:1646 */ + { (yyval.num) = (yyvsp[0].num); } +#line 4975 "parser.tab.c" /* yacc.c:1646 */ break; -/* Line 1787 of yacc.c */ -#line 5208 "parser.tab.c" +#line 4979 "parser.tab.c" /* yacc.c:1646 */ default: break; } /* User semantic actions sometimes alter yychar, and that requires @@ -5226,7 +4997,7 @@ *++yyvsp = yyval; - /* Now `shift' the result of the reduction. Determine what state + /* Now 'shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ @@ -5241,9 +5012,9 @@ goto yynewstate; -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ +/*--------------------------------------. +| yyerrlab -- here on detecting error. | +`--------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ @@ -5294,20 +5065,20 @@ if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + error, discard it. */ if (yychar <= YYEOF) - { - /* Return failure if at end of input. */ - if (yychar == YYEOF) - YYABORT; - } + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } else - { - yydestruct ("Error: discarding", - yytoken, &yylval); - yychar = YYEMPTY; - } + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } } /* Else will try to reuse lookahead token after shifting the error @@ -5326,7 +5097,7 @@ if (/*CONSTCOND*/ 0) goto yyerrorlab; - /* Do not reclaim the symbols of the rule which action triggered + /* Do not reclaim the symbols of the rule whose action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; @@ -5339,29 +5110,29 @@ | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: - yyerrstatus = 3; /* Each real token shifted decrements this. */ + yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) - { - yyn += YYTERROR; - if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) - { - yyn = yytable[yyn]; - if (0 < yyn) - break; - } - } + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) - YYABORT; + YYABORT; yydestruct ("Error: popping", - yystos[yystate], yyvsp); + yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); @@ -5412,14 +5183,14 @@ yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval); } - /* Do not reclaim the symbols of the rule which action triggered + /* Do not reclaim the symbols of the rule whose action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", - yystos[*yyssp], yyvsp); + yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow @@ -5430,24 +5201,20 @@ if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif - /* Make sure YYID is used. */ - return YYID (yyresult); + return yyresult; } - - -/* Line 2050 of yacc.c */ -#line 1120 "parser.y" +#line 1150 "parser.y" /* yacc.c:1906 */ static void decl_builtin_basic(const char *name, enum type_basic_type type) { type_t *t = type_new_basic(type); - reg_type(t, name, 0); + reg_type(t, name, NULL, 0); } static void decl_builtin_alias(const char *name, type_t *t) { - reg_type(type_new_alias(t, name), name, 0); + reg_type(type_new_alias(t, name), name, NULL, 0); } void init_types(void) @@ -5725,6 +5492,21 @@ return ptrchain; } +static warning_list_t *append_warning(warning_list_t *list, int num) +{ + warning_t *entry; + + if(!list) + { + list = xmalloc( sizeof(*list) ); + list_init( list ); + } + entry = xmalloc( sizeof(*entry) ); + entry->num = num; + list_add_tail( list, &entry->entry ); + return list; +} + static var_t *declare_var(attr_list_t *attrs, decl_spec_t *decl_spec, const declarator_t *decl, int top) { @@ -5776,12 +5558,12 @@ } if (is_ptr(ptr)) { - if (ptr_attr && ptr_attr != RPC_FC_UP && + if (ptr_attr && ptr_attr != FC_UP && type_get_type(type_pointer_get_ref(ptr)) == TYPE_INTERFACE) warning_loc_info(&v->loc_info, "%s: pointer attribute applied to interface " "pointer type has no effect\n", v->name); - if (!ptr_attr && top && (*pt)->details.pointer.def_fc != RPC_FC_RP) + if (!ptr_attr && top && (*pt)->details.pointer.def_fc != FC_RP) { /* FIXME: this is a horrible hack to cope with the issue that we * store an offset to the typeformat string in the type object, but @@ -5806,9 +5588,9 @@ t = type_pointer_get_ref(t); if (type_get_type(t) != TYPE_BASIC && - (get_basic_fc(t) != RPC_FC_CHAR && - get_basic_fc(t) != RPC_FC_BYTE && - get_basic_fc(t) != RPC_FC_WCHAR)) + (get_basic_fc(t) != FC_CHAR && + get_basic_fc(t) != FC_BYTE && + get_basic_fc(t) != FC_WCHAR)) { error_loc("'%s': [string] attribute is only valid on 'char', 'byte', or 'wchar_t' pointers and arrays\n", v->name); @@ -6039,7 +5821,7 @@ static type_t *make_safearray(type_t *type) { return type_new_array(NULL, type_new_alias(type, "SAFEARRAY"), TRUE, 0, - NULL, NULL, RPC_FC_RP); + NULL, NULL, FC_RP); } static typelib_t *make_library(const char *name, const attr_list_t *attrs) @@ -6051,8 +5833,6 @@ return typelib; } -#define HASHMAX 64 - static int hash_ident(const char *name) { const char *p = name; @@ -6067,6 +5847,41 @@ /***** type repository *****/ +static struct namespace *find_sub_namespace(struct namespace *namespace, const char *name) +{ + struct namespace *cur; + + LIST_FOR_EACH_ENTRY(cur, &namespace->children, struct namespace, entry) { + if(!strcmp(cur->name, name)) + return cur; + } + + return NULL; +} + +static void push_namespace(const char *name) +{ + struct namespace *namespace; + + namespace = find_sub_namespace(current_namespace, name); + if(!namespace) { + namespace = xmalloc(sizeof(*namespace)); + namespace->name = xstrdup(name); + namespace->parent = current_namespace; + list_add_tail(¤t_namespace->children, &namespace->entry); + list_init(&namespace->children); + memset(namespace->type_hash, 0, sizeof(namespace->type_hash)); + } + + current_namespace = namespace; +} + +static void pop_namespace(const char *name) +{ + assert(!strcmp(current_namespace->name, name) && current_namespace->parent); + current_namespace = current_namespace->parent; +} + struct rtype { const char *name; type_t *type; @@ -6074,9 +5889,7 @@ struct rtype *next; }; -struct rtype *type_hash[HASHMAX]; - -type_t *reg_type(type_t *type, const char *name, int t) +type_t *reg_type(type_t *type, const char *name, struct namespace *namespace, int t) { struct rtype *nt; int hash; @@ -6084,13 +5897,19 @@ error_loc("registering named type without name\n"); return type; } + if (!namespace) + namespace = &global_namespace; hash = hash_ident(name); nt = xmalloc(sizeof(struct rtype)); nt->name = name; + if (is_global_namespace(namespace)) + type->c_name = name; + else + type->c_name = format_namespace(namespace, "__x_", "_C", name); nt->type = type; nt->t = t; - nt->next = type_hash[hash]; - type_hash[hash] = nt; + nt->next = namespace->type_hash[hash]; + namespace->type_hash[hash] = nt; if ((t == tsSTRUCT || t == tsUNION)) fix_incomplete_types(type); return type; @@ -6155,22 +5974,24 @@ const declarator_t *decl; type_t *type = decl_spec->type; + if (is_attr(attrs, ATTR_UUID) && !is_attr(attrs, ATTR_PUBLIC)) + attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); + /* We must generate names for tagless enum, struct or union. Typedef-ing a tagless enum, struct or union means we want the typedef to be included in a library hence the public attribute. */ - if ((type_get_type_detect_alias(type) == TYPE_ENUM || - type_get_type_detect_alias(type) == TYPE_STRUCT || - type_get_type_detect_alias(type) == TYPE_UNION || - type_get_type_detect_alias(type) == TYPE_ENCAPSULATED_UNION) && - !type->name) + if (type_get_type_detect_alias(type) == TYPE_ENUM || + type_get_type_detect_alias(type) == TYPE_STRUCT || + type_get_type_detect_alias(type) == TYPE_UNION || + type_get_type_detect_alias(type) == TYPE_ENCAPSULATED_UNION) { - if (! is_attr(attrs, ATTR_PUBLIC) && ! is_attr (attrs, ATTR_HIDDEN)) - attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); - type->name = gen_name(); + if (!type->name) + type->name = gen_name(); + + /* replace existing attributes when generating a typelib */ + if (do_typelib) + type->attrs = attrs; } - else if (is_attr(attrs, ATTR_UUID) && !is_attr(attrs, ATTR_PUBLIC) - && !is_attr(attrs, ATTR_HIDDEN)) - attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); LIST_FOR_EACH_ENTRY( decl, decls, const declarator_t, entry ) { @@ -6179,7 +6000,7 @@ type_t *cur; var_t *name; - cur = find_type(decl->var->name, 0); + cur = find_type(decl->var->name, current_namespace, 0); /* * MIDL allows shadowing types that are declared in imported files. @@ -6201,23 +6022,32 @@ if (is_incomplete(cur)) add_incomplete(cur); - reg_type(cur, cur->name, 0); + reg_type(cur, cur->name, current_namespace, 0); } } return type; } -type_t *find_type(const char *name, int t) +type_t *find_type(const char *name, struct namespace *namespace, int t) { - struct rtype *cur = type_hash[hash_ident(name)]; - while (cur && (cur->t != t || strcmp(cur->name, name))) - cur = cur->next; - return cur ? cur->type : NULL; + struct rtype *cur; + + if(namespace && namespace != &global_namespace) { + for(cur = namespace->type_hash[hash_ident(name)]; cur; cur = cur->next) { + if(cur->t == t && !strcmp(cur->name, name)) + return cur->type; + } + } + for(cur = global_namespace.type_hash[hash_ident(name)]; cur; cur = cur->next) { + if(cur->t == t && !strcmp(cur->name, name)) + return cur->type; + } + return NULL; } static type_t *find_type_or_error(const char *name, int t) { - type_t *type = find_type(name, t); + type_t *type = find_type(name, NULL, t); if (!type) { error_loc("type '%s' not found\n", name); return NULL; @@ -6234,14 +6064,16 @@ int is_type(const char *name) { - return find_type(name, 0) != NULL; + return find_type(name, current_namespace, 0) != NULL; } -type_t *get_type(enum type_type type, char *name, int t) +type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t) { type_t *tp; + if (!namespace) + namespace = &global_namespace; if (name) { - tp = find_type(name, t); + tp = find_type(name, namespace, t); if (tp) { free(name); return tp; @@ -6249,8 +6081,9 @@ } tp = make_type(type); tp->name = name; + tp->namespace = namespace; if (!name) return tp; - return reg_type(tp, name, t); + return reg_type(tp, name, namespace, t); } /***** constant repository *****/ @@ -6326,7 +6159,7 @@ unsigned int on_arg : 1; unsigned int on_type : 1; unsigned int on_enum : 1; - unsigned int on_struct : 1; + unsigned int on_struct : 2; unsigned int on_union : 1; unsigned int on_field : 1; unsigned int on_library : 1; @@ -6437,7 +6270,7 @@ /* ATTR_UUID */ { 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, "uuid" }, /* ATTR_V1ENUM */ { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, "v1_enum" }, /* ATTR_VARARG */ { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "vararg" }, - /* ATTR_VERSION */ { 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, "version" }, + /* ATTR_VERSION */ { 1, 0, 1, 0, 0, 1, 1, 2, 0, 0, 1, 0, 0, 1, "version" }, /* ATTR_VIPROGID */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, "vi_progid" }, /* ATTR_WIREMARSHAL */ { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "wire_marshal" }, }; @@ -6527,11 +6360,12 @@ static attr_list_t *check_struct_attrs(attr_list_t *attrs) { + int mask = winrt_mode ? 3 : 1; const attr_t *attr; if (!attrs) return attrs; LIST_FOR_EACH_ENTRY(attr, attrs, const attr_t, entry) { - if (!allowed_attr[attr->type].on_struct) + if (!(allowed_attr[attr->type].on_struct & mask)) error_loc("inapplicable attribute %s for struct\n", allowed_attr[attr->type].display_name); } @@ -6976,10 +6810,26 @@ if (stmts) LIST_FOR_EACH_ENTRY(stmt, stmts, const statement_t, entry) { - if (stmt->type == STMT_LIBRARY) - check_statements(stmt->u.lib->stmts, TRUE); - else if (stmt->type == STMT_TYPE && type_get_type(stmt->u.type) == TYPE_INTERFACE) - check_functions(stmt->u.type, is_inside_library); + switch(stmt->type) { + case STMT_LIBRARY: + check_statements(stmt->u.lib->stmts, TRUE); + break; + case STMT_TYPE: + switch(type_get_type(stmt->u.type)) { + case TYPE_INTERFACE: + check_functions(stmt->u.type, is_inside_library); + break; + case TYPE_COCLASS: + if(winrt_mode) + error_loc("coclass is not allowed in Windows Runtime mode\n"); + break; + default: + break; + } + break; + default: + break; + } } } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.tab.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.tab.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.tab.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.tab.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,19 +1,19 @@ -/* A Bison parser, made by GNU Bison 2.7.12-4996. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C - - Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. - + + Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -26,13 +26,13 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ #ifndef YY_PARSER_PARSER_TAB_H_INCLUDED # define YY_PARSER_PARSER_TAB_H_INCLUDED -/* Enabling traces. */ +/* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif @@ -40,204 +40,204 @@ extern int parser_debug; #endif -/* Tokens. */ +/* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - aIDENTIFIER = 258, - aPRAGMA = 259, - aKNOWNTYPE = 260, - aNUM = 261, - aHEXNUM = 262, - aDOUBLE = 263, - aSTRING = 264, - aWSTRING = 265, - aSQSTRING = 266, - aUUID = 267, - aEOF = 268, - SHL = 269, - SHR = 270, - MEMBERPTR = 271, - EQUALITY = 272, - INEQUALITY = 273, - GREATEREQUAL = 274, - LESSEQUAL = 275, - LOGICALOR = 276, - LOGICALAND = 277, - ELLIPSIS = 278, - tAGGREGATABLE = 279, - tALLOCATE = 280, - tANNOTATION = 281, - tAPPOBJECT = 282, - tASYNC = 283, - tASYNCUUID = 284, - tAUTOHANDLE = 285, - tBINDABLE = 286, - tBOOLEAN = 287, - tBROADCAST = 288, - tBYTE = 289, - tBYTECOUNT = 290, - tCALLAS = 291, - tCALLBACK = 292, - tCASE = 293, - tCDECL = 294, - tCHAR = 295, - tCOCLASS = 296, - tCODE = 297, - tCOMMSTATUS = 298, - tCONST = 299, - tCONTEXTHANDLE = 300, - tCONTEXTHANDLENOSERIALIZE = 301, - tCONTEXTHANDLESERIALIZE = 302, - tCONTROL = 303, - tCPPQUOTE = 304, - tDECODE = 305, - tDEFAULT = 306, - tDEFAULTBIND = 307, - tDEFAULTCOLLELEM = 308, - tDEFAULTVALUE = 309, - tDEFAULTVTABLE = 310, - tDISABLECONSISTENCYCHECK = 311, - tDISPLAYBIND = 312, - tDISPINTERFACE = 313, - tDLLNAME = 314, - tDOUBLE = 315, - tDUAL = 316, - tENABLEALLOCATE = 317, - tENCODE = 318, - tENDPOINT = 319, - tENTRY = 320, - tENUM = 321, - tERRORSTATUST = 322, - tEXPLICITHANDLE = 323, - tEXTERN = 324, - tFALSE = 325, - tFASTCALL = 326, - tFAULTSTATUS = 327, - tFLOAT = 328, - tFORCEALLOCATE = 329, - tHANDLE = 330, - tHANDLET = 331, - tHELPCONTEXT = 332, - tHELPFILE = 333, - tHELPSTRING = 334, - tHELPSTRINGCONTEXT = 335, - tHELPSTRINGDLL = 336, - tHIDDEN = 337, - tHYPER = 338, - tID = 339, - tIDEMPOTENT = 340, - tIGNORE = 341, - tIIDIS = 342, - tIMMEDIATEBIND = 343, - tIMPLICITHANDLE = 344, - tIMPORT = 345, - tIMPORTLIB = 346, - tIN = 347, - tIN_LINE = 348, - tINLINE = 349, - tINPUTSYNC = 350, - tINT = 351, - tINT3264 = 352, - tINT64 = 353, - tINTERFACE = 354, - tLCID = 355, - tLENGTHIS = 356, - tLIBRARY = 357, - tLICENSED = 358, - tLOCAL = 359, - tLONG = 360, - tMAYBE = 361, - tMESSAGE = 362, - tMETHODS = 363, - tMODULE = 364, - tNAMESPACE = 365, - tNOCODE = 366, - tNONBROWSABLE = 367, - tNONCREATABLE = 368, - tNONEXTENSIBLE = 369, - tNOTIFY = 370, - tNOTIFYFLAG = 371, - tNULL = 372, - tOBJECT = 373, - tODL = 374, - tOLEAUTOMATION = 375, - tOPTIMIZE = 376, - tOPTIONAL = 377, - tOUT = 378, - tPARTIALIGNORE = 379, - tPASCAL = 380, - tPOINTERDEFAULT = 381, - tPROGID = 382, - tPROPERTIES = 383, - tPROPGET = 384, - tPROPPUT = 385, - tPROPPUTREF = 386, - tPROXY = 387, - tPTR = 388, - tPUBLIC = 389, - tRANGE = 390, - tREADONLY = 391, - tREF = 392, - tREGISTER = 393, - tREPRESENTAS = 394, - tREQUESTEDIT = 395, - tRESTRICTED = 396, - tRETVAL = 397, - tSAFEARRAY = 398, - tSHORT = 399, - tSIGNED = 400, - tSIZEIS = 401, - tSIZEOF = 402, - tSMALL = 403, - tSOURCE = 404, - tSTATIC = 405, - tSTDCALL = 406, - tSTRICTCONTEXTHANDLE = 407, - tSTRING = 408, - tSTRUCT = 409, - tSWITCH = 410, - tSWITCHIS = 411, - tSWITCHTYPE = 412, - tTHREADING = 413, - tTRANSMITAS = 414, - tTRUE = 415, - tTYPEDEF = 416, - tUIDEFAULT = 417, - tUNION = 418, - tUNIQUE = 419, - tUNSIGNED = 420, - tUSESGETLASTERROR = 421, - tUSERMARSHAL = 422, - tUUID = 423, - tV1ENUM = 424, - tVARARG = 425, - tVERSION = 426, - tVIPROGID = 427, - tVOID = 428, - tWCHAR = 429, - tWIREMARSHAL = 430, - tAPARTMENT = 431, - tNEUTRAL = 432, - tSINGLE = 433, - tFREE = 434, - tBOTH = 435, - ADDRESSOF = 436, - NEG = 437, - POS = 438, - PPTR = 439, - CAST = 440 - }; + enum yytokentype + { + aIDENTIFIER = 258, + aPRAGMA = 259, + aKNOWNTYPE = 260, + aNUM = 261, + aHEXNUM = 262, + aDOUBLE = 263, + aSTRING = 264, + aWSTRING = 265, + aSQSTRING = 266, + aUUID = 267, + aEOF = 268, + SHL = 269, + SHR = 270, + MEMBERPTR = 271, + EQUALITY = 272, + INEQUALITY = 273, + GREATEREQUAL = 274, + LESSEQUAL = 275, + LOGICALOR = 276, + LOGICALAND = 277, + ELLIPSIS = 278, + tAGGREGATABLE = 279, + tALLOCATE = 280, + tANNOTATION = 281, + tAPPOBJECT = 282, + tASYNC = 283, + tASYNCUUID = 284, + tAUTOHANDLE = 285, + tBINDABLE = 286, + tBOOLEAN = 287, + tBROADCAST = 288, + tBYTE = 289, + tBYTECOUNT = 290, + tCALLAS = 291, + tCALLBACK = 292, + tCASE = 293, + tCDECL = 294, + tCHAR = 295, + tCOCLASS = 296, + tCODE = 297, + tCOMMSTATUS = 298, + tCONST = 299, + tCONTEXTHANDLE = 300, + tCONTEXTHANDLENOSERIALIZE = 301, + tCONTEXTHANDLESERIALIZE = 302, + tCONTROL = 303, + tCPPQUOTE = 304, + tDECODE = 305, + tDEFAULT = 306, + tDEFAULTBIND = 307, + tDEFAULTCOLLELEM = 308, + tDEFAULTVALUE = 309, + tDEFAULTVTABLE = 310, + tDISABLECONSISTENCYCHECK = 311, + tDISPLAYBIND = 312, + tDISPINTERFACE = 313, + tDLLNAME = 314, + tDOUBLE = 315, + tDUAL = 316, + tENABLEALLOCATE = 317, + tENCODE = 318, + tENDPOINT = 319, + tENTRY = 320, + tENUM = 321, + tERRORSTATUST = 322, + tEXPLICITHANDLE = 323, + tEXTERN = 324, + tFALSE = 325, + tFASTCALL = 326, + tFAULTSTATUS = 327, + tFLOAT = 328, + tFORCEALLOCATE = 329, + tHANDLE = 330, + tHANDLET = 331, + tHELPCONTEXT = 332, + tHELPFILE = 333, + tHELPSTRING = 334, + tHELPSTRINGCONTEXT = 335, + tHELPSTRINGDLL = 336, + tHIDDEN = 337, + tHYPER = 338, + tID = 339, + tIDEMPOTENT = 340, + tIGNORE = 341, + tIIDIS = 342, + tIMMEDIATEBIND = 343, + tIMPLICITHANDLE = 344, + tIMPORT = 345, + tIMPORTLIB = 346, + tIN = 347, + tIN_LINE = 348, + tINLINE = 349, + tINPUTSYNC = 350, + tINT = 351, + tINT3264 = 352, + tINT64 = 353, + tINTERFACE = 354, + tLCID = 355, + tLENGTHIS = 356, + tLIBRARY = 357, + tLICENSED = 358, + tLOCAL = 359, + tLONG = 360, + tMAYBE = 361, + tMESSAGE = 362, + tMETHODS = 363, + tMODULE = 364, + tNAMESPACE = 365, + tNOCODE = 366, + tNONBROWSABLE = 367, + tNONCREATABLE = 368, + tNONEXTENSIBLE = 369, + tNOTIFY = 370, + tNOTIFYFLAG = 371, + tNULL = 372, + tOBJECT = 373, + tODL = 374, + tOLEAUTOMATION = 375, + tOPTIMIZE = 376, + tOPTIONAL = 377, + tOUT = 378, + tPARTIALIGNORE = 379, + tPASCAL = 380, + tPOINTERDEFAULT = 381, + tPRAGMA_WARNING = 382, + tPROGID = 383, + tPROPERTIES = 384, + tPROPGET = 385, + tPROPPUT = 386, + tPROPPUTREF = 387, + tPROXY = 388, + tPTR = 389, + tPUBLIC = 390, + tRANGE = 391, + tREADONLY = 392, + tREF = 393, + tREGISTER = 394, + tREPRESENTAS = 395, + tREQUESTEDIT = 396, + tRESTRICTED = 397, + tRETVAL = 398, + tSAFEARRAY = 399, + tSHORT = 400, + tSIGNED = 401, + tSIZEIS = 402, + tSIZEOF = 403, + tSMALL = 404, + tSOURCE = 405, + tSTATIC = 406, + tSTDCALL = 407, + tSTRICTCONTEXTHANDLE = 408, + tSTRING = 409, + tSTRUCT = 410, + tSWITCH = 411, + tSWITCHIS = 412, + tSWITCHTYPE = 413, + tTHREADING = 414, + tTRANSMITAS = 415, + tTRUE = 416, + tTYPEDEF = 417, + tUIDEFAULT = 418, + tUNION = 419, + tUNIQUE = 420, + tUNSIGNED = 421, + tUSESGETLASTERROR = 422, + tUSERMARSHAL = 423, + tUUID = 424, + tV1ENUM = 425, + tVARARG = 426, + tVERSION = 427, + tVIPROGID = 428, + tVOID = 429, + tWCHAR = 430, + tWIREMARSHAL = 431, + tAPARTMENT = 432, + tNEUTRAL = 433, + tSINGLE = 434, + tFREE = 435, + tBOTH = 436, + CAST = 437, + PPTR = 438, + POS = 439, + NEG = 440, + ADDRESSOF = 441 + }; #endif - +/* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE + +union YYSTYPE { -/* Line 2053 of yacc.c */ -#line 129 "parser.y" +#line 138 "parser.y" /* yacc.c:1909 */ attr_t *attr; attr_list_t *attr_list; @@ -252,6 +252,8 @@ declarator_list_t *declarator_list; statement_t *statement; statement_list_t *stmt_list; + warning_t *warning; + warning_list_t *warning_list; ifref_t *ifref; ifref_list_t *ifref_list; char *str; @@ -264,29 +266,17 @@ struct _decl_spec_t *declspec; enum storage_class stgclass; +#line 270 "parser.tab.h" /* yacc.c:1909 */ +}; -/* Line 2053 of yacc.c */ -#line 270 "parser.tab.h" -} YYSTYPE; +typedef union YYSTYPE YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif + extern YYSTYPE parser_lval; -#ifdef YYPARSE_PARAM -#if defined __STDC__ || defined __cplusplus -int parser_parse (void *YYPARSE_PARAM); -#else -int parser_parse (); -#endif -#else /* ! YYPARSE_PARAM */ -#if defined __STDC__ || defined __cplusplus int parser_parse (void); -#else -int parser_parse (); -#endif -#endif /* ! YYPARSE_PARAM */ #endif /* !YY_PARSER_PARSER_TAB_H_INCLUDED */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.y mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.y --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.y 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.y 2018-09-14 14:16:43.000000000 +0000 @@ -38,7 +38,7 @@ #include "expr.h" #include "typetree.h" -static unsigned char pointer_default = RPC_FC_UP; +static unsigned char pointer_default = FC_UP; typedef struct list typelist_t; struct typenode { @@ -83,6 +83,7 @@ static type_t *make_safearray(type_t *type); static typelib_t *make_library(const char *name, const attr_list_t *attrs); static type_t *append_ptrchain_type(type_t *ptrchain, type_t *type); +static warning_list_t *append_warning(warning_list_t *, int); static type_t *reg_typedefs(decl_spec_t *decl_spec, var_list_t *names, attr_list_t *attrs); static type_t *find_type_or_error(const char *name, int t); @@ -90,6 +91,9 @@ static var_t *reg_const(var_t *var); +static void push_namespace(const char *name); +static void pop_namespace(const char *name); + static char *gen_name(void); static void check_arg_attrs(const var_t *arg); static void check_statements(const statement_list_t *stmts, int is_inside_library); @@ -120,11 +124,16 @@ static statement_t *make_statement_module(type_t *type); static statement_t *make_statement_typedef(var_list_t *names); static statement_t *make_statement_import(const char *str); -static statement_t *make_statement_typedef(var_list_t *names); static statement_list_t *append_statement(statement_list_t *list, statement_t *stmt); static statement_list_t *append_statements(statement_list_t *, statement_list_t *); static attr_list_t *append_attribs(attr_list_t *, attr_list_t *); +static struct namespace global_namespace = { + NULL, NULL, LIST_INIT(global_namespace.entry), LIST_INIT(global_namespace.children) +}; + +static struct namespace *current_namespace = &global_namespace; + %} %union { attr_t *attr; @@ -140,6 +149,8 @@ declarator_list_t *declarator_list; statement_t *statement; statement_list_t *stmt_list; + warning_t *warning; + warning_list_t *warning_list; ifref_t *ifref; ifref_list_t *ifref_list; char *str; @@ -216,6 +227,7 @@ %token tOUT %token tPARTIALIGNORE tPASCAL %token tPOINTERDEFAULT +%token tPRAGMA_WARNING %token tPROGID tPROPERTIES %token tPROPGET tPROPPUT tPROPPUTREF %token tPROXY tPTR @@ -262,7 +274,7 @@ %type inherit interface interfacedef interfacedec %type dispinterface dispinterfacehdr dispinterfacedef %type module modulehdr moduledef -%type namespacedef +%type namespacedef %type base_type int_std %type enumdef structdef uniondef typedecl %type type @@ -283,8 +295,9 @@ %type uuid_string %type import_start %type library_start librarydef -%type statement typedef +%type statement typedef pragma_warning %type gbl_statements imp_statements int_statements +%type warnings %left ',' %right '?' ':' @@ -320,15 +333,15 @@ ; gbl_statements: { $$ = NULL; } - | gbl_statements namespacedef '{' gbl_statements '}' - { $$ = append_statements($1, $4); } + | gbl_statements namespacedef '{' { push_namespace($2); } gbl_statements '}' + { pop_namespace($2); $$ = append_statements($1, $5); } | gbl_statements interfacedec { $$ = append_statement($1, make_statement_reference($2)); } | gbl_statements interfacedef { $$ = append_statement($1, make_statement_type_decl($2)); } | gbl_statements coclass ';' { $$ = $1; - reg_type($2, $2->name, 0); + reg_type($2, $2->name, current_namespace, 0); } | gbl_statements coclassdef { $$ = append_statement($1, make_statement_type_decl($2)); - reg_type($2, $2->name, 0); + reg_type($2, $2->name, current_namespace, 0); } | gbl_statements moduledef { $$ = append_statement($1, make_statement_module($2)); } | gbl_statements librarydef { $$ = append_statement($1, make_statement_library($2)); } @@ -337,12 +350,12 @@ imp_statements: { $$ = NULL; } | imp_statements interfacedec { $$ = append_statement($1, make_statement_reference($2)); } - | imp_statements namespacedef '{' imp_statements '}' - { $$ = append_statements($1, $4); } + | imp_statements namespacedef '{' { push_namespace($2); } imp_statements '}' + { pop_namespace($2); $$ = append_statements($1, $5); } | imp_statements interfacedef { $$ = append_statement($1, make_statement_type_decl($2)); } - | imp_statements coclass ';' { $$ = $1; reg_type($2, $2->name, 0); } + | imp_statements coclass ';' { $$ = $1; reg_type($2, $2->name, current_namespace, 0); } | imp_statements coclassdef { $$ = append_statement($1, make_statement_type_decl($2)); - reg_type($2, $2->name, 0); + reg_type($2, $2->name, current_namespace, 0); } | imp_statements moduledef { $$ = append_statement($1, make_statement_module($2)); } | imp_statements statement { $$ = append_statement($1, $2); } @@ -365,13 +378,29 @@ | import { $$ = make_statement_import($1); } | typedef ';' { $$ = $1; } | aPRAGMA { $$ = make_statement_pragma($1); } + | pragma_warning { $$ = NULL; } + ; + +pragma_warning: tPRAGMA_WARNING '(' aIDENTIFIER ':' warnings ')' + { + int result; + $$ = NULL; + result = do_warning($3, $5); + if(!result) + error_loc("expected \"disable\" or \"enable\"\n"); + } + ; + +warnings: + aNUM { $$ = append_warning(NULL, $1); } + | warnings aNUM { $$ = append_warning($1, $2); } ; typedecl: enumdef - | tENUM aIDENTIFIER { $$ = type_new_enum($2, FALSE, NULL); } + | tENUM aIDENTIFIER { $$ = type_new_enum($2, current_namespace, FALSE, NULL); } | structdef - | tSTRUCT aIDENTIFIER { $$ = type_new_struct($2, FALSE, NULL); } + | tSTRUCT aIDENTIFIER { $$ = type_new_struct($2, current_namespace, FALSE, NULL); } | uniondef | tUNION aIDENTIFIER { $$ = type_new_nonencapsulated_union($2, FALSE, NULL); } | attributes enumdef { $$ = $2; $$->attrs = check_enum_attrs($1); } @@ -400,6 +429,7 @@ ; libraryhdr: tLIBRARY aIDENTIFIER { $$ = $2; } + | tLIBRARY aKNOWNTYPE { $$ = $2; } ; library_start: attributes libraryhdr '{' { $$ = make_library($2, check_library_attrs($2, $1)); if (!parse_only) start_typelib($$); @@ -624,7 +654,7 @@ } ; -enumdef: tENUM t_ident '{' enums '}' { $$ = type_new_enum($2, TRUE, $4); } +enumdef: tENUM t_ident '{' enums '}' { $$ = type_new_enum($2, current_namespace, TRUE, $4); } ; m_exprs: m_expr { $$ = append_expr( NULL, $1 ); } @@ -794,7 +824,7 @@ ; coclass: tCOCLASS aIDENTIFIER { $$ = type_new_coclass($2); } - | tCOCLASS aKNOWNTYPE { $$ = find_type($2, 0); + | tCOCLASS aKNOWNTYPE { $$ = find_type($2, NULL, 0); if (type_get_type_detect_alias($$) != TYPE_COCLASS) error_loc("%s was not declared a coclass at %s:%d\n", $2, $$->loc_info.input_name, @@ -812,7 +842,7 @@ { $$ = type_coclass_define($1, $3); } ; -namespacedef: tNAMESPACE aIDENTIFIER { $$ = NULL; } +namespacedef: tNAMESPACE aIDENTIFIER { $$ = $2; } ; coclass_ints: { $$ = NULL; } @@ -823,8 +853,8 @@ m_attributes interfacedec { $$ = make_ifref($2); $$->attrs = $1; } ; -dispinterface: tDISPINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, 0); } - | tDISPINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, 0); } +dispinterface: tDISPINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); } + | tDISPINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); } ; dispinterfacehdr: attributes dispinterface { attr_t *attrs; @@ -860,8 +890,8 @@ | ':' aKNOWNTYPE { $$ = find_type_or_error2($2, 0); } ; -interface: tINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, 0); } - | tINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, 0); } +interface: tINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); } + | tINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); } ; interfacehdr: attributes interface { $$.interface = $2; @@ -1077,21 +1107,21 @@ ; pointer_type: - tREF { $$ = RPC_FC_RP; } - | tUNIQUE { $$ = RPC_FC_UP; } - | tPTR { $$ = RPC_FC_FP; } + tREF { $$ = FC_RP; } + | tUNIQUE { $$ = FC_UP; } + | tPTR { $$ = FC_FP; } ; -structdef: tSTRUCT t_ident '{' fields '}' { $$ = type_new_struct($2, TRUE, $4); } +structdef: tSTRUCT t_ident '{' fields '}' { $$ = type_new_struct($2, current_namespace, TRUE, $4); } ; type: tVOID { $$ = type_new_void(); } | aKNOWNTYPE { $$ = find_type_or_error($1, 0); } | base_type { $$ = $1; } | enumdef { $$ = $1; } - | tENUM aIDENTIFIER { $$ = type_new_enum($2, FALSE, NULL); } + | tENUM aIDENTIFIER { $$ = type_new_enum($2, current_namespace, FALSE, NULL); } | structdef { $$ = $1; } - | tSTRUCT aIDENTIFIER { $$ = type_new_struct($2, FALSE, NULL); } + | tSTRUCT aIDENTIFIER { $$ = type_new_struct($2, current_namespace, FALSE, NULL); } | uniondef { $$ = $1; } | tUNION aIDENTIFIER { $$ = type_new_nonencapsulated_union($2, FALSE, NULL); } | tSAFEARRAY '(' type ')' { $$ = make_safearray($3); } @@ -1122,12 +1152,12 @@ static void decl_builtin_basic(const char *name, enum type_basic_type type) { type_t *t = type_new_basic(type); - reg_type(t, name, 0); + reg_type(t, name, NULL, 0); } static void decl_builtin_alias(const char *name, type_t *t) { - reg_type(type_new_alias(t, name), name, 0); + reg_type(type_new_alias(t, name), name, NULL, 0); } void init_types(void) @@ -1405,6 +1435,21 @@ return ptrchain; } +static warning_list_t *append_warning(warning_list_t *list, int num) +{ + warning_t *entry; + + if(!list) + { + list = xmalloc( sizeof(*list) ); + list_init( list ); + } + entry = xmalloc( sizeof(*entry) ); + entry->num = num; + list_add_tail( list, &entry->entry ); + return list; +} + static var_t *declare_var(attr_list_t *attrs, decl_spec_t *decl_spec, const declarator_t *decl, int top) { @@ -1456,12 +1501,12 @@ } if (is_ptr(ptr)) { - if (ptr_attr && ptr_attr != RPC_FC_UP && + if (ptr_attr && ptr_attr != FC_UP && type_get_type(type_pointer_get_ref(ptr)) == TYPE_INTERFACE) warning_loc_info(&v->loc_info, "%s: pointer attribute applied to interface " "pointer type has no effect\n", v->name); - if (!ptr_attr && top && (*pt)->details.pointer.def_fc != RPC_FC_RP) + if (!ptr_attr && top && (*pt)->details.pointer.def_fc != FC_RP) { /* FIXME: this is a horrible hack to cope with the issue that we * store an offset to the typeformat string in the type object, but @@ -1486,9 +1531,9 @@ t = type_pointer_get_ref(t); if (type_get_type(t) != TYPE_BASIC && - (get_basic_fc(t) != RPC_FC_CHAR && - get_basic_fc(t) != RPC_FC_BYTE && - get_basic_fc(t) != RPC_FC_WCHAR)) + (get_basic_fc(t) != FC_CHAR && + get_basic_fc(t) != FC_BYTE && + get_basic_fc(t) != FC_WCHAR)) { error_loc("'%s': [string] attribute is only valid on 'char', 'byte', or 'wchar_t' pointers and arrays\n", v->name); @@ -1719,7 +1764,7 @@ static type_t *make_safearray(type_t *type) { return type_new_array(NULL, type_new_alias(type, "SAFEARRAY"), TRUE, 0, - NULL, NULL, RPC_FC_RP); + NULL, NULL, FC_RP); } static typelib_t *make_library(const char *name, const attr_list_t *attrs) @@ -1731,8 +1776,6 @@ return typelib; } -#define HASHMAX 64 - static int hash_ident(const char *name) { const char *p = name; @@ -1747,6 +1790,41 @@ /***** type repository *****/ +static struct namespace *find_sub_namespace(struct namespace *namespace, const char *name) +{ + struct namespace *cur; + + LIST_FOR_EACH_ENTRY(cur, &namespace->children, struct namespace, entry) { + if(!strcmp(cur->name, name)) + return cur; + } + + return NULL; +} + +static void push_namespace(const char *name) +{ + struct namespace *namespace; + + namespace = find_sub_namespace(current_namespace, name); + if(!namespace) { + namespace = xmalloc(sizeof(*namespace)); + namespace->name = xstrdup(name); + namespace->parent = current_namespace; + list_add_tail(¤t_namespace->children, &namespace->entry); + list_init(&namespace->children); + memset(namespace->type_hash, 0, sizeof(namespace->type_hash)); + } + + current_namespace = namespace; +} + +static void pop_namespace(const char *name) +{ + assert(!strcmp(current_namespace->name, name) && current_namespace->parent); + current_namespace = current_namespace->parent; +} + struct rtype { const char *name; type_t *type; @@ -1754,9 +1832,7 @@ struct rtype *next; }; -struct rtype *type_hash[HASHMAX]; - -type_t *reg_type(type_t *type, const char *name, int t) +type_t *reg_type(type_t *type, const char *name, struct namespace *namespace, int t) { struct rtype *nt; int hash; @@ -1764,13 +1840,19 @@ error_loc("registering named type without name\n"); return type; } + if (!namespace) + namespace = &global_namespace; hash = hash_ident(name); nt = xmalloc(sizeof(struct rtype)); nt->name = name; + if (is_global_namespace(namespace)) + type->c_name = name; + else + type->c_name = format_namespace(namespace, "__x_", "_C", name); nt->type = type; nt->t = t; - nt->next = type_hash[hash]; - type_hash[hash] = nt; + nt->next = namespace->type_hash[hash]; + namespace->type_hash[hash] = nt; if ((t == tsSTRUCT || t == tsUNION)) fix_incomplete_types(type); return type; @@ -1835,22 +1917,24 @@ const declarator_t *decl; type_t *type = decl_spec->type; + if (is_attr(attrs, ATTR_UUID) && !is_attr(attrs, ATTR_PUBLIC)) + attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); + /* We must generate names for tagless enum, struct or union. Typedef-ing a tagless enum, struct or union means we want the typedef to be included in a library hence the public attribute. */ - if ((type_get_type_detect_alias(type) == TYPE_ENUM || - type_get_type_detect_alias(type) == TYPE_STRUCT || - type_get_type_detect_alias(type) == TYPE_UNION || - type_get_type_detect_alias(type) == TYPE_ENCAPSULATED_UNION) && - !type->name) - { - if (! is_attr(attrs, ATTR_PUBLIC) && ! is_attr (attrs, ATTR_HIDDEN)) - attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); - type->name = gen_name(); + if (type_get_type_detect_alias(type) == TYPE_ENUM || + type_get_type_detect_alias(type) == TYPE_STRUCT || + type_get_type_detect_alias(type) == TYPE_UNION || + type_get_type_detect_alias(type) == TYPE_ENCAPSULATED_UNION) + { + if (!type->name) + type->name = gen_name(); + + /* replace existing attributes when generating a typelib */ + if (do_typelib) + type->attrs = attrs; } - else if (is_attr(attrs, ATTR_UUID) && !is_attr(attrs, ATTR_PUBLIC) - && !is_attr(attrs, ATTR_HIDDEN)) - attrs = append_attr( attrs, make_attr(ATTR_PUBLIC) ); LIST_FOR_EACH_ENTRY( decl, decls, const declarator_t, entry ) { @@ -1859,7 +1943,7 @@ type_t *cur; var_t *name; - cur = find_type(decl->var->name, 0); + cur = find_type(decl->var->name, current_namespace, 0); /* * MIDL allows shadowing types that are declared in imported files. @@ -1881,23 +1965,32 @@ if (is_incomplete(cur)) add_incomplete(cur); - reg_type(cur, cur->name, 0); + reg_type(cur, cur->name, current_namespace, 0); } } return type; } -type_t *find_type(const char *name, int t) +type_t *find_type(const char *name, struct namespace *namespace, int t) { - struct rtype *cur = type_hash[hash_ident(name)]; - while (cur && (cur->t != t || strcmp(cur->name, name))) - cur = cur->next; - return cur ? cur->type : NULL; + struct rtype *cur; + + if(namespace && namespace != &global_namespace) { + for(cur = namespace->type_hash[hash_ident(name)]; cur; cur = cur->next) { + if(cur->t == t && !strcmp(cur->name, name)) + return cur->type; + } + } + for(cur = global_namespace.type_hash[hash_ident(name)]; cur; cur = cur->next) { + if(cur->t == t && !strcmp(cur->name, name)) + return cur->type; + } + return NULL; } static type_t *find_type_or_error(const char *name, int t) { - type_t *type = find_type(name, t); + type_t *type = find_type(name, NULL, t); if (!type) { error_loc("type '%s' not found\n", name); return NULL; @@ -1914,14 +2007,16 @@ int is_type(const char *name) { - return find_type(name, 0) != NULL; + return find_type(name, current_namespace, 0) != NULL; } -type_t *get_type(enum type_type type, char *name, int t) +type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t) { type_t *tp; + if (!namespace) + namespace = &global_namespace; if (name) { - tp = find_type(name, t); + tp = find_type(name, namespace, t); if (tp) { free(name); return tp; @@ -1929,8 +2024,9 @@ } tp = make_type(type); tp->name = name; + tp->namespace = namespace; if (!name) return tp; - return reg_type(tp, name, t); + return reg_type(tp, name, namespace, t); } /***** constant repository *****/ @@ -2006,7 +2102,7 @@ unsigned int on_arg : 1; unsigned int on_type : 1; unsigned int on_enum : 1; - unsigned int on_struct : 1; + unsigned int on_struct : 2; unsigned int on_union : 1; unsigned int on_field : 1; unsigned int on_library : 1; @@ -2117,7 +2213,7 @@ /* ATTR_UUID */ { 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, "uuid" }, /* ATTR_V1ENUM */ { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, "v1_enum" }, /* ATTR_VARARG */ { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "vararg" }, - /* ATTR_VERSION */ { 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, "version" }, + /* ATTR_VERSION */ { 1, 0, 1, 0, 0, 1, 1, 2, 0, 0, 1, 0, 0, 1, "version" }, /* ATTR_VIPROGID */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, "vi_progid" }, /* ATTR_WIREMARSHAL */ { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "wire_marshal" }, }; @@ -2207,11 +2303,12 @@ static attr_list_t *check_struct_attrs(attr_list_t *attrs) { + int mask = winrt_mode ? 3 : 1; const attr_t *attr; if (!attrs) return attrs; LIST_FOR_EACH_ENTRY(attr, attrs, const attr_t, entry) { - if (!allowed_attr[attr->type].on_struct) + if (!(allowed_attr[attr->type].on_struct & mask)) error_loc("inapplicable attribute %s for struct\n", allowed_attr[attr->type].display_name); } @@ -2656,10 +2753,26 @@ if (stmts) LIST_FOR_EACH_ENTRY(stmt, stmts, const statement_t, entry) { - if (stmt->type == STMT_LIBRARY) - check_statements(stmt->u.lib->stmts, TRUE); - else if (stmt->type == STMT_TYPE && type_get_type(stmt->u.type) == TYPE_INTERFACE) - check_functions(stmt->u.type, is_inside_library); + switch(stmt->type) { + case STMT_LIBRARY: + check_statements(stmt->u.lib->stmts, TRUE); + break; + case STMT_TYPE: + switch(type_get_type(stmt->u.type)) { + case TYPE_INTERFACE: + check_functions(stmt->u.type, is_inside_library); + break; + case TYPE_COCLASS: + if(winrt_mode) + error_loc("coclass is not allowed in Windows Runtime mode\n"); + break; + default: + break; + } + break; + default: + break; + } } } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.yy.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.yy.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/parser.yy.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/parser.yy.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,6 +1,6 @@ -#line 2 "parser.yy.c" +#line 1 "parser.yy.c" -#line 4 "parser.yy.c" +#line 3 "parser.yy.c" #define YY_INT_ALIGNED short int @@ -8,11 +8,17 @@ #define yy_create_buffer parser__create_buffer #define yy_delete_buffer parser__delete_buffer -#define yy_flex_debug parser__flex_debug +#define yy_scan_buffer parser__scan_buffer +#define yy_scan_string parser__scan_string +#define yy_scan_bytes parser__scan_bytes #define yy_init_buffer parser__init_buffer #define yy_flush_buffer parser__flush_buffer #define yy_load_buffer_state parser__load_buffer_state #define yy_switch_to_buffer parser__switch_to_buffer +#define yypush_buffer_state parser_push_buffer_state +#define yypop_buffer_state parser_pop_buffer_state +#define yyensure_buffer_stack parser_ensure_buffer_stack +#define yy_flex_debug parser__flex_debug #define yyin parser_in #define yyleng parser_leng #define yylex parser_lex @@ -27,12 +33,246 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 -#define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 35 +#define YY_FLEX_MINOR_VERSION 6 +#define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif +#ifdef yy_create_buffer +#define parser__create_buffer_ALREADY_DEFINED +#else +#define yy_create_buffer parser__create_buffer +#endif + +#ifdef yy_delete_buffer +#define parser__delete_buffer_ALREADY_DEFINED +#else +#define yy_delete_buffer parser__delete_buffer +#endif + +#ifdef yy_scan_buffer +#define parser__scan_buffer_ALREADY_DEFINED +#else +#define yy_scan_buffer parser__scan_buffer +#endif + +#ifdef yy_scan_string +#define parser__scan_string_ALREADY_DEFINED +#else +#define yy_scan_string parser__scan_string +#endif + +#ifdef yy_scan_bytes +#define parser__scan_bytes_ALREADY_DEFINED +#else +#define yy_scan_bytes parser__scan_bytes +#endif + +#ifdef yy_init_buffer +#define parser__init_buffer_ALREADY_DEFINED +#else +#define yy_init_buffer parser__init_buffer +#endif + +#ifdef yy_flush_buffer +#define parser__flush_buffer_ALREADY_DEFINED +#else +#define yy_flush_buffer parser__flush_buffer +#endif + +#ifdef yy_load_buffer_state +#define parser__load_buffer_state_ALREADY_DEFINED +#else +#define yy_load_buffer_state parser__load_buffer_state +#endif + +#ifdef yy_switch_to_buffer +#define parser__switch_to_buffer_ALREADY_DEFINED +#else +#define yy_switch_to_buffer parser__switch_to_buffer +#endif + +#ifdef yypush_buffer_state +#define parser_push_buffer_state_ALREADY_DEFINED +#else +#define yypush_buffer_state parser_push_buffer_state +#endif + +#ifdef yypop_buffer_state +#define parser_pop_buffer_state_ALREADY_DEFINED +#else +#define yypop_buffer_state parser_pop_buffer_state +#endif + +#ifdef yyensure_buffer_stack +#define parser_ensure_buffer_stack_ALREADY_DEFINED +#else +#define yyensure_buffer_stack parser_ensure_buffer_stack +#endif + +#ifdef yylex +#define parser_lex_ALREADY_DEFINED +#else +#define yylex parser_lex +#endif + +#ifdef yyrestart +#define parser_restart_ALREADY_DEFINED +#else +#define yyrestart parser_restart +#endif + +#ifdef yylex_init +#define parser_lex_init_ALREADY_DEFINED +#else +#define yylex_init parser_lex_init +#endif + +#ifdef yylex_init_extra +#define parser_lex_init_extra_ALREADY_DEFINED +#else +#define yylex_init_extra parser_lex_init_extra +#endif + +#ifdef yylex_destroy +#define parser_lex_destroy_ALREADY_DEFINED +#else +#define yylex_destroy parser_lex_destroy +#endif + +#ifdef yyget_debug +#define parser_get_debug_ALREADY_DEFINED +#else +#define yyget_debug parser_get_debug +#endif + +#ifdef yyset_debug +#define parser_set_debug_ALREADY_DEFINED +#else +#define yyset_debug parser_set_debug +#endif + +#ifdef yyget_extra +#define parser_get_extra_ALREADY_DEFINED +#else +#define yyget_extra parser_get_extra +#endif + +#ifdef yyset_extra +#define parser_set_extra_ALREADY_DEFINED +#else +#define yyset_extra parser_set_extra +#endif + +#ifdef yyget_in +#define parser_get_in_ALREADY_DEFINED +#else +#define yyget_in parser_get_in +#endif + +#ifdef yyset_in +#define parser_set_in_ALREADY_DEFINED +#else +#define yyset_in parser_set_in +#endif + +#ifdef yyget_out +#define parser_get_out_ALREADY_DEFINED +#else +#define yyget_out parser_get_out +#endif + +#ifdef yyset_out +#define parser_set_out_ALREADY_DEFINED +#else +#define yyset_out parser_set_out +#endif + +#ifdef yyget_leng +#define parser_get_leng_ALREADY_DEFINED +#else +#define yyget_leng parser_get_leng +#endif + +#ifdef yyget_text +#define parser_get_text_ALREADY_DEFINED +#else +#define yyget_text parser_get_text +#endif + +#ifdef yyget_lineno +#define parser_get_lineno_ALREADY_DEFINED +#else +#define yyget_lineno parser_get_lineno +#endif + +#ifdef yyset_lineno +#define parser_set_lineno_ALREADY_DEFINED +#else +#define yyset_lineno parser_set_lineno +#endif + +#ifdef yywrap +#define parser_wrap_ALREADY_DEFINED +#else +#define yywrap parser_wrap +#endif + +#ifdef yyalloc +#define parser_alloc_ALREADY_DEFINED +#else +#define yyalloc parser_alloc +#endif + +#ifdef yyrealloc +#define parser_realloc_ALREADY_DEFINED +#else +#define yyrealloc parser_realloc +#endif + +#ifdef yyfree +#define parser_free_ALREADY_DEFINED +#else +#define yyfree parser_free +#endif + +#ifdef yytext +#define parser_text_ALREADY_DEFINED +#else +#define yytext parser_text +#endif + +#ifdef yyleng +#define parser_leng_ALREADY_DEFINED +#else +#define yyleng parser_leng +#endif + +#ifdef yyin +#define parser_in_ALREADY_DEFINED +#else +#define yyin parser_in +#endif + +#ifdef yyout +#define parser_out_ALREADY_DEFINED +#else +#define yyout parser_out +#endif + +#ifdef yy_flex_debug +#define parser__flex_debug_ALREADY_DEFINED +#else +#define yy_flex_debug parser__flex_debug +#endif + +#ifdef yylineno +#define parser_lineno_ALREADY_DEFINED +#else +#define yylineno parser_lineno +#endif + /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ @@ -73,7 +313,6 @@ typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; -#endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN @@ -104,63 +343,61 @@ #define UINT32_MAX (4294967295U) #endif -#endif /* ! FLEXINT_H */ - -#ifdef __cplusplus - -/* The "const" storage-class-modifier is valid. */ -#define YY_USE_CONST - -#else /* ! __cplusplus */ +#ifndef SIZE_MAX +#define SIZE_MAX (~(size_t)0) +#endif -/* C99 requires __STDC__ to be defined as 1. */ -#if defined (__STDC__) +#endif /* ! C99 */ -#define YY_USE_CONST +#endif /* ! FLEXINT_H */ -#endif /* defined (__STDC__) */ -#endif /* ! __cplusplus */ +/* begin standard C++ headers. */ -#ifdef YY_USE_CONST +/* TODO: this is always defined, so inline it */ #define yyconst const + +#if defined(__GNUC__) && __GNUC__ >= 3 +#define yynoreturn __attribute__((__noreturn__)) #else -#define yyconst +#define yynoreturn #endif /* Returned upon end-of-file. */ #define YY_NULL 0 -/* Promotes a possibly negative, possibly signed char to an unsigned - * integer for use as an array index. If the signed char is negative, - * we want to instead treat it as an 8-bit unsigned char, hence the - * double cast. +/* Promotes a possibly negative, possibly signed char to an + * integer in range [0..255] for use as an array index. */ -#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) +#define YY_SC_TO_UI(c) ((YY_CHAR) (c)) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * - /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START - /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) - /* Special action meaning "start processing a new file". */ -#define YY_NEW_FILE parser_restart(parser_in ) - +#define YY_NEW_FILE yyrestart( yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE +#ifdef __ia64__ +/* On IA-64, the buffer size is 16k, not 8k. + * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. + * Ditto for the __ia64__ case accordingly. + */ +#define YY_BUF_SIZE 32768 +#else #define YY_BUF_SIZE 16384 +#endif /* __ia64__ */ #endif /* The state buf must be large enough to hold one state per character in the main buffer. @@ -172,37 +409,37 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif -extern int parser_leng; +#ifndef YY_TYPEDEF_YY_SIZE_T +#define YY_TYPEDEF_YY_SIZE_T +typedef size_t yy_size_t; +#endif + +extern int yyleng; -extern FILE *parser_in, *parser_out; +extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 - + #define YY_LESS_LINENO(n) + #define YY_LINENO_REWIND_TO(ptr) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ - /* Undo effects of setting up parser_text. */ \ + /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ - YY_DO_BEFORE_ACTION; /* set up parser_text again */ \ + YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) - #define unput(c) yyunput( c, (yytext_ptr) ) -#ifndef YY_TYPEDEF_YY_SIZE_T -#define YY_TYPEDEF_YY_SIZE_T -typedef size_t yy_size_t; -#endif - #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state @@ -215,7 +452,7 @@ /* Size of input buffer in bytes, not including room for EOB * characters. */ - yy_size_t yy_buf_size; + int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. @@ -243,7 +480,7 @@ int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ - + /* Whether to try to fill the input buffer when we reach the * end of it. */ @@ -260,8 +497,8 @@ * possible backing-up. * * When we actually see the EOF, we change the status to "new" - * (via parser_restart()), so that the user can continue scanning by - * just pointing parser_in at a new input file. + * (via yyrestart()), so that the user can continue scanning by + * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 @@ -271,7 +508,7 @@ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ -static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ +static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general @@ -282,105 +519,100 @@ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) - /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] -/* yy_hold_char holds the character lost when parser_text is formed. */ +/* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ -int parser_leng; +int yyleng; /* Points to current character in buffer. */ -static char *yy_c_buf_p = (char *) 0; +static char *yy_c_buf_p = NULL; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ -/* Flag which is used to allow parser_wrap()'s to do buffer switches - * instead of setting up a fresh parser_in. A bit of a hack ... +/* Flag which is used to allow yywrap()'s to do buffer switches + * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; -void parser_restart (FILE *input_file ); -void parser__switch_to_buffer (YY_BUFFER_STATE new_buffer ); -YY_BUFFER_STATE parser__create_buffer (FILE *file,int size ); -void parser__delete_buffer (YY_BUFFER_STATE b ); -void parser__flush_buffer (YY_BUFFER_STATE b ); -void parser_push_buffer_state (YY_BUFFER_STATE new_buffer ); -void parser_pop_buffer_state (void ); - -static void parser_ensure_buffer_stack (void ); -static void parser__load_buffer_state (void ); -static void parser__init_buffer (YY_BUFFER_STATE b,FILE *file ); - -#define YY_FLUSH_BUFFER parser__flush_buffer(YY_CURRENT_BUFFER ) - -YY_BUFFER_STATE parser__scan_buffer (char *base,yy_size_t size ); -YY_BUFFER_STATE parser__scan_string (yyconst char *yy_str ); -YY_BUFFER_STATE parser__scan_bytes (yyconst char *bytes,int len ); - -void *parser_alloc (yy_size_t ); -void *parser_realloc (void *,yy_size_t ); -void parser_free (void * ); - -#define yy_new_buffer parser__create_buffer +void yyrestart ( FILE *input_file ); +void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); +YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); +void yy_delete_buffer ( YY_BUFFER_STATE b ); +void yy_flush_buffer ( YY_BUFFER_STATE b ); +void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); +void yypop_buffer_state ( void ); + +static void yyensure_buffer_stack ( void ); +static void yy_load_buffer_state ( void ); +static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); +#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) + +YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); +YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); +YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); + +void *yyalloc ( yy_size_t ); +void *yyrealloc ( void *, yy_size_t ); +void yyfree ( void * ); +#define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ - parser_ensure_buffer_stack (); \ + yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ - parser__create_buffer(parser_in,YY_BUF_SIZE ); \ + yy_create_buffer( yyin, YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } - #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ - parser_ensure_buffer_stack (); \ + yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ - parser__create_buffer(parser_in,YY_BUF_SIZE ); \ + yy_create_buffer( yyin, YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } - #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ +typedef flex_uint8_t YY_CHAR; -typedef unsigned char YY_CHAR; - -FILE *parser_in = (FILE *) 0, *parser_out = (FILE *) 0; +FILE *yyin = NULL, *yyout = NULL; typedef int yy_state_type; -extern int parser_lineno; - -int parser_lineno = 1; +extern int yylineno; +int yylineno = 1; -extern char *parser_text; -#define yytext_ptr parser_text - -static yy_state_type yy_get_previous_state (void ); -static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); -static int yy_get_next_buffer (void ); -static void yy_fatal_error (yyconst char msg[] ); +extern char *yytext; +#ifdef yytext_ptr +#undef yytext_ptr +#endif +#define yytext_ptr yytext + +static yy_state_type yy_get_previous_state ( void ); +static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); +static int yy_get_next_buffer ( void ); +static void yynoreturn yy_fatal_error ( const char* msg ); /* Done after the current pattern has been matched and before the - * corresponding action - sets up parser_text. + * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ - parser_leng = (size_t) (yy_cp - yy_bp); \ + yyleng = (int) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; - -#define YY_NUM_RULES 39 -#define YY_END_OF_BUFFER 40 +#define YY_NUM_RULES 41 +#define YY_END_OF_BUFFER 42 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info @@ -388,30 +620,34 @@ flex_int32_t yy_verify; flex_int32_t yy_nxt; }; -static yyconst flex_int16_t yy_accept[174] = +static const flex_int16_t yy_accept[210] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, - 5, 5, 0, 0, 40, 38, 27, 26, 38, 6, - 38, 10, 38, 38, 22, 22, 38, 38, 38, 25, - 25, 25, 17, 38, 27, 2, 16, 39, 7, 16, - 9, 22, 22, 19, 19, 19, 18, 27, 2, 3, - 5, 5, 11, 16, 32, 36, 30, 0, 0, 22, - 22, 22, 0, 28, 34, 31, 33, 29, 25, 8, - 25, 35, 0, 2, 2, 0, 15, 13, 12, 22, - 0, 19, 19, 0, 2, 2, 3, 5, 5, 14, - 37, 23, 22, 22, 21, 25, 0, 22, 0, 19, - - 5, 0, 21, 21, 25, 0, 22, 0, 19, 5, - 0, 23, 21, 21, 25, 0, 22, 0, 19, 5, - 25, 0, 22, 0, 19, 5, 25, 0, 22, 0, - 19, 5, 25, 1, 22, 0, 19, 5, 25, 0, - 22, 4, 0, 24, 0, 4, 0, 0, 0, 0, + 6, 6, 0, 0, 42, 40, 29, 28, 40, 8, + 40, 12, 40, 40, 24, 24, 40, 40, 40, 27, + 27, 27, 19, 40, 29, 2, 27, 18, 41, 9, + 18, 11, 24, 24, 21, 21, 21, 20, 29, 2, + 3, 6, 6, 6, 13, 18, 34, 38, 32, 0, + 0, 24, 24, 24, 0, 30, 36, 33, 35, 31, + 27, 10, 27, 37, 0, 2, 0, 2, 0, 27, + 17, 15, 14, 24, 0, 21, 21, 0, 2, 2, + 3, 6, 6, 6, 16, 39, 25, 24, 24, 23, + + 27, 0, 0, 27, 24, 0, 21, 6, 6, 0, + 23, 23, 27, 0, 0, 27, 24, 0, 21, 6, + 6, 0, 25, 23, 23, 27, 0, 0, 27, 24, + 0, 21, 6, 5, 27, 0, 0, 27, 24, 0, + 21, 6, 5, 27, 0, 0, 27, 24, 0, 21, + 6, 27, 0, 1, 27, 24, 0, 21, 6, 27, + 0, 27, 0, 24, 4, 0, 26, 0, 27, 0, + 4, 0, 27, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 20, 0 + + 0, 0, 0, 0, 0, 0, 0, 22, 0 } ; -static yyconst flex_int32_t yy_ec[256] = +static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, @@ -424,9 +660,9 @@ 22, 24, 25, 22, 26, 22, 22, 27, 28, 22, 29, 30, 31, 1, 32, 1, 33, 19, 34, 35, - 36, 19, 37, 38, 39, 22, 22, 40, 41, 22, - 42, 43, 22, 44, 22, 22, 45, 22, 22, 46, - 22, 22, 1, 47, 1, 1, 1, 1, 1, 1, + 36, 19, 37, 38, 39, 22, 22, 40, 41, 42, + 43, 44, 22, 45, 22, 46, 47, 22, 48, 49, + 22, 22, 1, 50, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, @@ -443,234 +679,250 @@ 1, 1, 1, 1, 1 } ; -static yyconst flex_int32_t yy_meta[48] = +static const YY_CHAR yy_meta[51] = { 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 4, 3, 3, 3, 3, 4, 4, 4, 4, - 4, 4, 4, 4, 4, 4, 1 + 4, 4, 4, 4, 4, 4, 4, 4, 4, 1 } ; -static yyconst flex_int16_t yy_base[214] = +static const flex_int16_t yy_base[251] = { 0, - 0, 46, 46, 50, 51, 54, 84, 56, 345, 344, - 129, 130, 131, 132, 346, 639, 639, 639, 325, 639, - 333, 639, 322, 326, 160, 124, 45, 321, 47, 0, - 331, 316, 639, 286, 63, 139, 639, 639, 639, 45, - 639, 194, 117, 228, 0, 326, 639, 64, 324, 0, - 0, 286, 639, 135, 639, 639, 639, 312, 54, 154, - 130, 119, 0, 639, 639, 639, 639, 639, 0, 639, - 296, 639, 71, 146, 147, 272, 639, 639, 639, 252, - 0, 285, 0, 72, 313, 312, 0, 0, 278, 639, - 639, 140, 639, 639, 158, 291, 277, 309, 0, 342, - - 269, 182, 152, 162, 290, 265, 366, 0, 399, 269, - 58, 196, 639, 639, 276, 255, 423, 0, 456, 259, - 270, 258, 480, 0, 513, 255, 266, 281, 537, 0, - 570, 244, 251, 275, 212, 265, 263, 227, 143, 0, - 267, 0, 149, 639, 0, 0, 0, 0, 257, 0, - 0, 0, 0, 256, 0, 0, 0, 0, 249, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 639, 639, 606, 610, 614, 616, 620, 622, 626, - 630, 256, 255, 253, 252, 251, 250, 248, 247, 634, - 242, 241, 240, 234, 233, 230, 228, 221, 219, 216, - - 215, 208, 201, 198, 188, 185, 176, 154, 152, 143, - 80, 79, 76 + 0, 49, 49, 53, 54, 57, 90, 59, 404, 397, + 138, 139, 140, 141, 399, 677, 677, 677, 381, 677, + 389, 677, 378, 382, 176, 138, 48, 377, 50, 0, + 387, 372, 677, 335, 151, 152, 345, 677, 677, 677, + 48, 677, 213, 118, 250, 0, 378, 677, 66, 377, + 0, 0, 339, 337, 677, 138, 677, 677, 677, 363, + 56, 181, 129, 48, 0, 677, 677, 677, 677, 677, + 0, 677, 351, 677, 156, 154, 332, 157, 325, 328, + 677, 677, 677, 274, 0, 309, 0, 71, 360, 359, + 0, 0, 325, 316, 677, 677, 199, 677, 677, 137, + + 337, 320, 317, 309, 333, 0, 368, 308, 296, 195, + 191, 142, 322, 298, 300, 304, 392, 0, 427, 303, + 288, 61, 230, 677, 677, 309, 299, 285, 281, 451, + 0, 486, 288, 0, 296, 275, 284, 271, 510, 0, + 545, 279, 0, 294, 266, 302, 269, 569, 0, 604, + 263, 271, 265, 294, 254, 292, 279, 278, 239, 80, + 244, 239, 0, 351, 0, 164, 677, 238, 245, 0, + 0, 244, 274, 0, 273, 167, 0, 241, 262, 227, + 0, 225, 0, 226, 0, 219, 0, 222, 247, 677, + 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 677, 677, 640, + 644, 648, 650, 654, 656, 660, 664, 253, 252, 251, + 249, 248, 668, 242, 239, 238, 672, 234, 227, 226, + 221, 219, 217, 215, 211, 208, 207, 197, 188, 180, + 178, 172, 171, 169, 144, 83, 82, 78, 77, 73 } ; -static yyconst flex_int16_t yy_def[214] = +static const flex_int16_t yy_def[251] = { 0, - 173, 1, 174, 174, 174, 174, 173, 7, 175, 175, - 176, 176, 174, 174, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 177, - 177, 177, 173, 173, 173, 173, 173, 173, 173, 178, - 173, 173, 42, 179, 179, 179, 173, 173, 173, 180, - 181, 181, 173, 178, 173, 173, 173, 173, 173, 173, - 173, 173, 182, 173, 173, 173, 173, 173, 177, 173, - 177, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 183, 179, 179, 173, 173, 173, 180, 181, 181, 173, - 173, 173, 173, 173, 182, 177, 173, 173, 184, 179, - - 181, 173, 173, 173, 177, 173, 173, 185, 179, 181, - 173, 173, 173, 173, 177, 173, 173, 186, 179, 181, - 177, 173, 173, 187, 179, 181, 177, 173, 173, 188, - 179, 181, 177, 173, 173, 173, 179, 181, 177, 189, - 173, 190, 173, 173, 191, 190, 192, 193, 173, 194, - 195, 196, 197, 173, 198, 199, 200, 201, 173, 202, - 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, - 213, 173, 0, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173 + 209, 1, 210, 210, 210, 210, 209, 7, 211, 211, + 212, 212, 210, 210, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 213, + 213, 213, 209, 209, 209, 209, 213, 209, 209, 209, + 214, 209, 209, 43, 215, 215, 215, 209, 209, 209, + 216, 217, 217, 217, 209, 214, 209, 209, 209, 209, + 209, 209, 209, 209, 218, 209, 209, 209, 209, 209, + 213, 209, 213, 209, 209, 209, 209, 209, 209, 213, + 209, 209, 209, 209, 219, 215, 215, 209, 209, 209, + 216, 217, 217, 217, 209, 209, 209, 209, 209, 218, + + 213, 209, 209, 213, 209, 220, 215, 217, 217, 209, + 209, 209, 213, 209, 209, 213, 209, 221, 215, 217, + 217, 209, 209, 209, 209, 213, 209, 209, 213, 209, + 222, 215, 217, 223, 213, 209, 209, 213, 209, 224, + 215, 217, 223, 213, 209, 209, 213, 209, 225, 215, + 217, 213, 209, 209, 213, 209, 209, 215, 217, 213, + 209, 213, 226, 209, 227, 209, 209, 209, 213, 228, + 227, 209, 213, 229, 209, 209, 230, 209, 209, 209, + 231, 209, 232, 209, 233, 209, 234, 209, 209, 209, + 235, 236, 237, 238, 209, 239, 240, 241, 242, 243, + + 244, 245, 246, 247, 248, 249, 250, 209, 0, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209 } ; -static yyconst flex_int16_t yy_nxt[687] = +static const flex_int16_t yy_nxt[728] = { 0, 16, 17, 18, 19, 20, 16, 21, 22, 16, 16, 23, 24, 25, 26, 27, 28, 29, 30, 30, 30, 30, 30, 31, 30, 32, 30, 30, 30, 33, 16, 16, 30, 30, 30, 30, 30, 30, 30, 30, 30, - 30, 30, 30, 30, 30, 30, 34, 35, 38, 78, - 39, 36, 38, 38, 39, 41, 38, 48, 41, 64, - 65, 49, 67, 68, 73, 84, 92, 92, 74, 85, - 112, 112, 73, 84, 79, 40, 74, 85, 172, 40, - 40, 171, 170, 40, 16, 17, 18, 19, 20, 16, - 21, 22, 16, 16, 23, 24, 42, 43, 27, 28, - - 29, 44, 44, 44, 44, 45, 46, 45, 45, 45, - 45, 45, 33, 16, 47, 45, 44, 44, 44, 44, - 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, - 34, 38, 38, 38, 38, 59, 60, 60, 53, 53, - 75, 94, 90, 173, 143, 169, 61, 75, 75, 62, - 143, 144, 92, 92, 168, 93, 167, 144, 94, 102, - 54, 54, 173, 61, 79, 59, 60, 60, 62, 52, - 52, 59, 60, 60, 93, 102, 61, 113, 166, 62, - 103, 76, 61, 104, 114, 62, 63, 165, 76, 76, - 164, 111, 111, 61, 112, 112, 113, 103, 62, 61, - - 163, 114, 104, 162, 62, 63, 80, 80, 112, 112, - 161, 81, 81, 81, 81, 102, 61, 159, 158, 62, - 63, 157, 140, 156, 141, 141, 81, 81, 81, 81, - 154, 102, 153, 61, 61, 152, 151, 62, 62, 63, - 82, 82, 149, 148, 147, 82, 82, 82, 82, 145, - 136, 61, 130, 124, 118, 108, 62, 99, 95, 160, - 82, 82, 82, 82, 98, 98, 155, 150, 142, 99, - 99, 99, 99, 140, 61, 140, 134, 62, 139, 141, - 141, 138, 134, 133, 99, 99, 99, 99, 132, 61, - 128, 61, 62, 127, 126, 122, 62, 100, 100, 121, - - 120, 116, 100, 100, 100, 100, 61, 115, 110, 106, - 105, 62, 101, 86, 86, 97, 96, 100, 100, 100, - 100, 107, 107, 91, 89, 86, 108, 108, 108, 108, - 70, 61, 72, 71, 62, 70, 66, 58, 57, 56, - 55, 108, 108, 108, 108, 173, 38, 38, 61, 173, - 173, 173, 173, 62, 109, 109, 173, 173, 173, 109, - 109, 109, 109, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 109, 109, 109, 109, 117, 117, - 173, 173, 173, 118, 118, 118, 118, 173, 61, 173, - 173, 62, 173, 173, 173, 173, 173, 173, 118, 118, - - 118, 118, 173, 173, 173, 61, 173, 173, 173, 173, - 62, 119, 119, 173, 173, 173, 119, 119, 119, 119, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 119, 119, 119, 119, 123, 123, 173, 173, 173, - 124, 124, 124, 124, 173, 61, 173, 173, 62, 173, - 173, 173, 173, 173, 173, 124, 124, 124, 124, 173, - 173, 173, 61, 173, 173, 173, 173, 62, 125, 125, - 173, 173, 173, 125, 125, 125, 125, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 125, 125, - 125, 125, 129, 129, 173, 173, 173, 130, 130, 130, - - 130, 173, 61, 173, 173, 62, 173, 173, 173, 173, - 173, 173, 130, 130, 130, 130, 173, 173, 173, 61, - 173, 173, 173, 173, 62, 131, 131, 173, 173, 173, - 131, 131, 131, 131, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 131, 131, 131, 131, 135, - 135, 173, 173, 173, 136, 136, 136, 136, 173, 61, - 173, 173, 62, 173, 173, 173, 173, 173, 173, 136, - 136, 136, 136, 173, 173, 173, 61, 173, 173, 173, - 173, 62, 137, 137, 173, 173, 173, 137, 137, 137, - 137, 173, 173, 173, 173, 173, 173, 173, 173, 173, - - 173, 173, 137, 137, 137, 137, 37, 37, 37, 37, - 50, 50, 50, 50, 51, 51, 51, 51, 69, 69, - 77, 173, 77, 77, 83, 83, 87, 173, 87, 87, - 88, 173, 88, 88, 146, 173, 146, 146, 15, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173 + 30, 30, 30, 30, 30, 30, 30, 30, 30, 34, + 35, 39, 82, 40, 36, 39, 39, 40, 42, 39, + 49, 42, 66, 67, 50, 69, 70, 88, 97, 97, + 99, 89, 88, 123, 123, 208, 89, 83, 41, 207, + 206, 166, 41, 41, 205, 204, 41, 99, 167, 37, + 16, 17, 18, 19, 20, 16, 21, 22, 16, 16, + + 23, 24, 43, 44, 27, 28, 29, 45, 45, 45, + 45, 46, 47, 46, 46, 46, 46, 46, 33, 16, + 48, 46, 45, 45, 45, 45, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, 46, 34, + 39, 39, 39, 39, 209, 95, 203, 55, 55, 61, + 62, 62, 75, 78, 98, 78, 76, 75, 78, 111, + 63, 76, 112, 64, 125, 166, 209, 83, 176, 56, + 56, 202, 167, 201, 200, 98, 111, 63, 53, 53, + 199, 125, 198, 112, 64, 54, 54, 61, 62, 62, + 197, 77, 61, 62, 62, 79, 77, 79, 63, 195, + + 79, 64, 65, 63, 122, 122, 64, 123, 123, 194, + 193, 97, 97, 192, 178, 63, 124, 189, 110, 187, + 63, 185, 64, 183, 65, 84, 84, 64, 179, 177, + 85, 85, 85, 85, 110, 63, 174, 124, 64, 65, + 170, 157, 123, 123, 149, 85, 85, 85, 85, 110, + 140, 131, 63, 118, 106, 100, 196, 191, 190, 64, + 188, 65, 86, 86, 186, 110, 184, 86, 86, 86, + 86, 182, 181, 180, 176, 176, 175, 173, 172, 169, + 168, 165, 86, 86, 86, 86, 105, 105, 163, 163, + 162, 106, 106, 106, 106, 154, 63, 161, 160, 64, + + 159, 155, 163, 154, 164, 164, 106, 106, 106, 106, + 153, 152, 151, 63, 63, 147, 146, 64, 145, 144, + 64, 107, 107, 142, 138, 137, 107, 107, 107, 107, + 136, 63, 135, 134, 133, 129, 128, 127, 64, 126, + 121, 107, 107, 107, 107, 117, 117, 120, 116, 115, + 118, 118, 118, 118, 114, 63, 113, 109, 64, 108, + 90, 90, 104, 164, 164, 118, 118, 118, 118, 103, + 102, 101, 63, 63, 96, 94, 64, 93, 90, 64, + 119, 119, 72, 80, 74, 119, 119, 119, 119, 73, + 63, 72, 68, 60, 59, 58, 57, 64, 209, 39, + + 119, 119, 119, 119, 130, 130, 39, 209, 209, 131, + 131, 131, 131, 209, 63, 209, 209, 64, 209, 209, + 209, 209, 209, 209, 131, 131, 131, 131, 209, 209, + 209, 63, 209, 209, 209, 209, 209, 209, 64, 132, + 132, 209, 209, 209, 132, 132, 132, 132, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 132, + 132, 132, 132, 139, 139, 209, 209, 209, 140, 140, + 140, 140, 209, 63, 209, 209, 64, 209, 209, 209, + 209, 209, 209, 140, 140, 140, 140, 209, 209, 209, + 63, 209, 209, 209, 209, 209, 209, 64, 141, 141, + + 209, 209, 209, 141, 141, 141, 141, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 141, 141, + 141, 141, 148, 148, 209, 209, 209, 149, 149, 149, + 149, 209, 63, 209, 209, 64, 209, 209, 209, 209, + 209, 209, 149, 149, 149, 149, 209, 209, 209, 63, + 209, 209, 209, 209, 209, 209, 64, 150, 150, 209, + 209, 209, 150, 150, 150, 150, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 150, 150, 150, + 150, 156, 156, 209, 209, 209, 157, 157, 157, 157, + 209, 63, 209, 209, 64, 209, 209, 209, 209, 209, + + 209, 157, 157, 157, 157, 209, 209, 209, 63, 209, + 209, 209, 209, 209, 209, 64, 158, 158, 209, 209, + 209, 158, 158, 158, 158, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 158, 158, 158, 158, + 38, 38, 38, 38, 51, 51, 51, 51, 52, 52, + 52, 52, 71, 71, 81, 209, 81, 81, 87, 87, + 91, 209, 91, 91, 92, 209, 92, 92, 143, 209, + 143, 143, 171, 209, 171, 171, 15, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209 } ; -static yyconst flex_int16_t yy_chk[687] = +static const flex_int16_t yy_chk[728] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 2, 3, 40, - 3, 2, 4, 5, 4, 5, 6, 8, 6, 27, - 27, 8, 29, 29, 35, 48, 59, 59, 35, 48, - 111, 111, 73, 84, 40, 3, 73, 84, 213, 4, - 5, 212, 211, 6, 7, 7, 7, 7, 7, 7, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 2, 3, 41, 3, 2, 4, 5, 4, 5, 6, + 8, 6, 27, 27, 8, 29, 29, 49, 61, 61, + 64, 49, 88, 122, 122, 250, 88, 41, 3, 249, + 248, 160, 4, 5, 247, 246, 6, 64, 160, 2, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, - 7, 11, 12, 13, 14, 26, 26, 26, 13, 14, - 36, 62, 54, 43, 139, 210, 26, 74, 75, 26, - 143, 139, 92, 92, 209, 61, 208, 143, 62, 92, - 13, 14, 43, 26, 54, 60, 60, 60, 26, 11, - 12, 25, 25, 25, 61, 92, 60, 103, 207, 60, - 95, 36, 25, 95, 104, 25, 25, 206, 74, 75, - 205, 102, 102, 60, 102, 102, 103, 95, 60, 25, - - 204, 104, 95, 203, 25, 25, 42, 42, 112, 112, - 202, 42, 42, 42, 42, 112, 42, 201, 200, 42, - 42, 199, 135, 198, 135, 135, 42, 42, 42, 42, - 197, 112, 196, 42, 135, 195, 194, 135, 42, 42, - 44, 44, 193, 192, 191, 44, 44, 44, 44, 189, - 188, 135, 187, 186, 185, 184, 135, 183, 182, 159, - 44, 44, 44, 44, 80, 80, 154, 149, 138, 80, - 80, 80, 80, 137, 80, 136, 134, 80, 133, 141, - 141, 132, 128, 127, 80, 80, 80, 80, 126, 141, - 122, 80, 141, 121, 120, 116, 80, 82, 82, 115, - - 110, 106, 82, 82, 82, 82, 141, 105, 101, 97, - 96, 141, 89, 86, 85, 76, 71, 82, 82, 82, - 82, 98, 98, 58, 52, 49, 98, 98, 98, 98, - 46, 98, 34, 32, 98, 31, 28, 24, 23, 21, - 19, 98, 98, 98, 98, 15, 10, 9, 98, 0, - 0, 0, 0, 98, 100, 100, 0, 0, 0, 100, - 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 100, 100, 100, 100, 107, 107, - 0, 0, 0, 107, 107, 107, 107, 0, 107, 0, - 0, 107, 0, 0, 0, 0, 0, 0, 107, 107, - - 107, 107, 0, 0, 0, 107, 0, 0, 0, 0, - 107, 109, 109, 0, 0, 0, 109, 109, 109, 109, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 109, 109, 109, 109, 117, 117, 0, 0, 0, - 117, 117, 117, 117, 0, 117, 0, 0, 117, 0, - 0, 0, 0, 0, 0, 117, 117, 117, 117, 0, - 0, 0, 117, 0, 0, 0, 0, 117, 119, 119, - 0, 0, 0, 119, 119, 119, 119, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 119, 119, - 119, 119, 123, 123, 0, 0, 0, 123, 123, 123, - - 123, 0, 123, 0, 0, 123, 0, 0, 0, 0, - 0, 0, 123, 123, 123, 123, 0, 0, 0, 123, - 0, 0, 0, 0, 123, 125, 125, 0, 0, 0, - 125, 125, 125, 125, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 125, 125, 125, 125, 129, - 129, 0, 0, 0, 129, 129, 129, 129, 0, 129, - 0, 0, 129, 0, 0, 0, 0, 0, 0, 129, - 129, 129, 129, 0, 0, 0, 129, 0, 0, 0, - 0, 129, 131, 131, 0, 0, 0, 131, 131, 131, - 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, - - 0, 0, 131, 131, 131, 131, 174, 174, 174, 174, - 175, 175, 175, 175, 176, 176, 176, 176, 177, 177, - 178, 0, 178, 178, 179, 179, 180, 0, 180, 180, - 181, 0, 181, 181, 190, 0, 190, 190, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173 + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 11, 12, 13, 14, 44, 56, 245, 13, 14, 26, + 26, 26, 35, 36, 63, 76, 35, 75, 78, 100, + 26, 75, 100, 26, 112, 166, 44, 56, 176, 13, + 14, 244, 166, 243, 242, 63, 100, 26, 11, 12, + 241, 112, 240, 100, 26, 11, 12, 25, 25, 25, + 239, 35, 62, 62, 62, 36, 75, 76, 25, 238, + + 78, 25, 25, 62, 110, 110, 62, 110, 110, 237, + 236, 97, 97, 235, 176, 25, 111, 234, 97, 233, + 62, 232, 25, 231, 25, 43, 43, 62, 230, 229, + 43, 43, 43, 43, 97, 43, 228, 111, 43, 43, + 226, 225, 123, 123, 224, 43, 43, 43, 43, 123, + 222, 221, 43, 220, 219, 218, 195, 189, 188, 43, + 186, 43, 45, 45, 184, 123, 182, 45, 45, 45, + 45, 180, 179, 178, 175, 173, 172, 169, 168, 162, + 161, 159, 45, 45, 45, 45, 84, 84, 158, 157, + 155, 84, 84, 84, 84, 154, 84, 153, 152, 84, + + 151, 147, 156, 146, 156, 156, 84, 84, 84, 84, + 145, 144, 142, 84, 156, 138, 137, 156, 136, 135, + 84, 86, 86, 133, 129, 128, 86, 86, 86, 86, + 127, 156, 126, 121, 120, 116, 115, 114, 156, 113, + 109, 86, 86, 86, 86, 105, 105, 108, 104, 103, + 105, 105, 105, 105, 102, 105, 101, 94, 105, 93, + 90, 89, 80, 164, 164, 105, 105, 105, 105, 79, + 77, 73, 105, 164, 60, 54, 164, 53, 50, 105, + 107, 107, 47, 37, 34, 107, 107, 107, 107, 32, + 164, 31, 28, 24, 23, 21, 19, 164, 15, 10, + + 107, 107, 107, 107, 117, 117, 9, 0, 0, 117, + 117, 117, 117, 0, 117, 0, 0, 117, 0, 0, + 0, 0, 0, 0, 117, 117, 117, 117, 0, 0, + 0, 117, 0, 0, 0, 0, 0, 0, 117, 119, + 119, 0, 0, 0, 119, 119, 119, 119, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, + 119, 119, 119, 130, 130, 0, 0, 0, 130, 130, + 130, 130, 0, 130, 0, 0, 130, 0, 0, 0, + 0, 0, 0, 130, 130, 130, 130, 0, 0, 0, + 130, 0, 0, 0, 0, 0, 0, 130, 132, 132, + + 0, 0, 0, 132, 132, 132, 132, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 132, 132, + 132, 132, 139, 139, 0, 0, 0, 139, 139, 139, + 139, 0, 139, 0, 0, 139, 0, 0, 0, 0, + 0, 0, 139, 139, 139, 139, 0, 0, 0, 139, + 0, 0, 0, 0, 0, 0, 139, 141, 141, 0, + 0, 0, 141, 141, 141, 141, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 141, 141, 141, + 141, 148, 148, 0, 0, 0, 148, 148, 148, 148, + 0, 148, 0, 0, 148, 0, 0, 0, 0, 0, + + 0, 148, 148, 148, 148, 0, 0, 0, 148, 0, + 0, 0, 0, 0, 0, 148, 150, 150, 0, 0, + 0, 150, 150, 150, 150, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 150, 150, 150, 150, + 210, 210, 210, 210, 211, 211, 211, 211, 212, 212, + 212, 212, 213, 213, 214, 0, 214, 214, 215, 215, + 216, 0, 216, 216, 217, 0, 217, 217, 223, 0, + 223, 223, 227, 0, 227, 227, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 209, 209, 209 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; -extern int parser__flex_debug; -int parser__flex_debug = 0; +extern int yy_flex_debug; +int yy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. @@ -679,7 +931,7 @@ #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET -char *parser_text; +char *yytext; #line 1 "parser.l" /* -*-C-*- * IDL Compiler @@ -743,7 +995,9 @@ static int kw_token(const char *kw); static int attr_token(const char *kw); -#define MAX_IMPORT_DEPTH 10 +static warning_list_t *disabled_warnings = NULL; + +#define MAX_IMPORT_DEPTH 20 struct { YY_BUFFER_STATE state; char *input_name; @@ -756,17 +1010,6 @@ * on overflow */ static unsigned int xstrtoul(const char *nptr, char **endptr, int base) { -#if defined(__MINGW32__) || defined(_MSC_VER) - /* Long might be not wide enough for LLP64 target, so we want to use - double-precision here instead. */ - unsigned long long val; - - errno = 0; - val = strtoull (nptr, endptr, base); - if ((val == ULONG_LONG_MAX && errno == ERANGE) || ((unsigned int)val != val)) - error_loc("integer constant %s is too large\n", nptr); - return (unsigned int) val; -#else unsigned long val; errno = 0; @@ -774,7 +1017,6 @@ if ((val == ULONG_MAX && errno == ERANGE) || ((unsigned int)val != val)) error_loc("integer constant %s is too large\n", nptr); return val; -#endif } UUID *parse_uuid(const char *u) @@ -797,12 +1039,13 @@ return uuid; } +#line 1042 "parser.yy.c" /* ************************************************************************** * The flexer starts here ************************************************************************** */ -#line 806 "parser.yy.c" +#line 1048 "parser.yy.c" #define INITIAL 0 #define QUOTE 1 @@ -824,36 +1067,36 @@ #define YY_EXTRA_TYPE void * #endif -static int yy_init_globals (void ); +static int yy_init_globals ( void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ -int parser_lex_destroy (void ); +int yylex_destroy ( void ); -int parser_get_debug (void ); +int yyget_debug ( void ); -void parser_set_debug (int debug_flag ); +void yyset_debug ( int debug_flag ); -YY_EXTRA_TYPE parser_get_extra (void ); +YY_EXTRA_TYPE yyget_extra ( void ); -void parser_set_extra (YY_EXTRA_TYPE user_defined ); +void yyset_extra ( YY_EXTRA_TYPE user_defined ); -FILE *parser_get_in (void ); +FILE *yyget_in ( void ); -void parser_set_in (FILE * in_str ); +void yyset_in ( FILE * _in_str ); -FILE *parser_get_out (void ); +FILE *yyget_out ( void ); -void parser_set_out (FILE * out_str ); +void yyset_out ( FILE * _out_str ); -int parser_get_leng (void ); + int yyget_leng ( void ); -char *parser_get_text (void ); +char *yyget_text ( void ); -int parser_get_lineno (void ); +int yyget_lineno ( void ); -void parser_set_lineno (int line_number ); +void yyset_lineno ( int _line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. @@ -861,26 +1104,29 @@ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus -extern "C" int parser_wrap (void ); +extern "C" int yywrap ( void ); #else -extern int parser_wrap (void ); +extern int yywrap ( void ); +#endif #endif + +#ifndef YY_NO_UNPUT + #endif #ifndef yytext_ptr -static void yy_flex_strncpy (char *,yyconst char *,int ); +static void yy_flex_strncpy ( char *, const char *, int ); #endif #ifdef YY_NEED_STRLEN -static int yy_flex_strlen (yyconst char * ); +static int yy_flex_strlen ( const char * ); #endif #ifndef YY_NO_INPUT - #ifdef __cplusplus -static int yyinput (void ); +static int yyinput ( void ); #else -static int input (void ); +static int input ( void ); #endif #endif @@ -889,13 +1135,18 @@ static int yy_start_stack_depth = 0; static int *yy_start_stack = NULL; - static void yy_push_state (int new_state ); + static void yy_push_state ( int _new_state ); - static void yy_pop_state (void ); + static void yy_pop_state ( void ); /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE +#ifdef __ia64__ +/* On IA-64, the buffer size is 16k, not 8k */ +#define YY_READ_BUF_SIZE 16384 +#else #define YY_READ_BUF_SIZE 8192 +#endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ @@ -903,7 +1154,7 @@ /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ -#define ECHO fwrite( parser_text, parser_leng, 1, parser_out ) +#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, @@ -916,18 +1167,18 @@ int c = '*'; \ int n; \ for ( n = 0; n < max_size && \ - (c = getc( parser_in )) != EOF && c != '\n'; ++n ) \ + (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ - if ( c == EOF && ferror( parser_in ) ) \ + if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ - while ( (result = fread(buf, 1, max_size, parser_in))==0 && ferror(parser_in)) \ + while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ @@ -935,7 +1186,7 @@ break; \ } \ errno=0; \ - clearerr(parser_in); \ + clearerr(yyin); \ } \ }\ \ @@ -968,12 +1219,12 @@ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 -extern int parser_lex (void); +extern int yylex (void); -#define YY_DECL int parser_lex (void) +#define YY_DECL int yylex (void) #endif /* !YY_DECL */ -/* Code executed at the beginning of each rule, after parser_text and parser_leng +/* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION @@ -982,27 +1233,23 @@ /* Code executed at the end of each rule. */ #ifndef YY_BREAK -#define YY_BREAK break; +#define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ - if ( parser_leng > 0 ) \ + if ( yyleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ - (parser_text[parser_leng - 1] == '\n'); \ + (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { - register yy_state_type yy_current_state; - register char *yy_cp, *yy_bp; - register int yy_act; + yy_state_type yy_current_state; + char *yy_cp, *yy_bp; + int yy_act; -#line 140 "parser.l" - -#line 1005 "parser.yy.c" - if ( !(yy_init) ) { (yy_init) = 1; @@ -1014,26 +1261,31 @@ if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ - if ( ! parser_in ) - parser_in = stdin; + if ( ! yyin ) + yyin = stdin; - if ( ! parser_out ) - parser_out = stdout; + if ( ! yyout ) + yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { - parser_ensure_buffer_stack (); + yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = - parser__create_buffer(parser_in,YY_BUF_SIZE ); + yy_create_buffer( yyin, YY_BUF_SIZE ); } - parser__load_buffer_state( ); + yy_load_buffer_state( ); } - while ( 1 ) /* loops until end-of-file is reached */ + { +#line 130 "parser.l" + +#line 1282 "parser.yy.c" + + while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); - /* Support of parser_text. */ + /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of @@ -1046,7 +1298,7 @@ yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -1055,13 +1307,13 @@ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 174 ) - yy_c = yy_meta[(unsigned int) yy_c]; + if ( yy_current_state >= 210 ) + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } - while ( yy_current_state != 173 ); + while ( yy_current_state != 209 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); @@ -1083,22 +1335,22 @@ case 1: YY_RULE_SETUP -#line 141 "parser.l" +#line 131 "parser.l" yy_push_state(PP_PRAGMA); YY_BREAK case 2: YY_RULE_SETUP -#line 142 "parser.l" +#line 132 "parser.l" yy_push_state(PP_LINE); YY_BREAK case 3: YY_RULE_SETUP -#line 143 "parser.l" +#line 133 "parser.l" { int lineno; char *cptr, *fname; yy_pop_state(); - lineno = (int)strtol(parser_text, &cptr, 10); + lineno = (int)strtol(yytext, &cptr, 10); if(!lineno) error_loc("Malformed '#...' line-directive; invalid linenumber\n"); fname = strchr(cptr, '"'); @@ -1115,203 +1367,228 @@ YY_BREAK case 4: YY_RULE_SETUP -#line 161 "parser.l" +#line 151 "parser.l" yyless(9); yy_pop_state(); return tCPPQUOTE; YY_BREAK case 5: YY_RULE_SETUP -#line 162 "parser.l" -parser_lval.str = xstrdup(parser_text); yy_pop_state(); return aPRAGMA; +#line 152 "parser.l" +{ + if(import_stack_ptr) { + if(!winrt_mode) + error_loc("winrt IDL file imported in non-winrt mode\n"); + }else { + const char *ptr = yytext+5; + + winrt_mode = TRUE; + + while(isspace(*ptr)) + ptr++; + if(!strncmp(ptr, "ns_prefix", 9) && (!*(ptr += 9) || isspace(*ptr))) + use_abi_namespace = TRUE; + } + yy_pop_state(); + } YY_BREAK case 6: YY_RULE_SETUP -#line 163 "parser.l" -yy_push_state(QUOTE); cbufidx = 0; +#line 168 "parser.l" +parser_lval.str = xstrdup(yytext); yy_pop_state(); return aPRAGMA; YY_BREAK case 7: YY_RULE_SETUP -#line 164 "parser.l" -{ - yy_pop_state(); - parser_lval.str = get_buffered_cstring(); - return aSTRING; - } +#line 169 "parser.l" +return tPRAGMA_WARNING; YY_BREAK case 8: YY_RULE_SETUP -#line 169 "parser.l" -yy_push_state(WSTRQUOTE); cbufidx = 0; +#line 170 "parser.l" +yy_push_state(QUOTE); cbufidx = 0; YY_BREAK case 9: YY_RULE_SETUP -#line 170 "parser.l" +#line 171 "parser.l" { yy_pop_state(); parser_lval.str = get_buffered_cstring(); - return aWSTRING; + return aSTRING; } YY_BREAK case 10: YY_RULE_SETUP -#line 175 "parser.l" -yy_push_state(SQUOTE); cbufidx = 0; +#line 176 "parser.l" +yy_push_state(WSTRQUOTE); cbufidx = 0; YY_BREAK case 11: YY_RULE_SETUP -#line 176 "parser.l" +#line 177 "parser.l" { yy_pop_state(); parser_lval.str = get_buffered_cstring(); - return aSQSTRING; + return aWSTRING; } YY_BREAK case 12: -#line 182 "parser.l" -case 13: YY_RULE_SETUP #line 182 "parser.l" -addcchar(parser_text[1]); +yy_push_state(SQUOTE); cbufidx = 0; YY_BREAK -case 14: +case 13: YY_RULE_SETUP #line 183 "parser.l" -addcchar(parser_text[1]); +{ + yy_pop_state(); + parser_lval.str = get_buffered_cstring(); + return aSQSTRING; + } YY_BREAK +case 14: +#line 189 "parser.l" case 15: YY_RULE_SETUP -#line 184 "parser.l" -addcchar('\\'); addcchar(parser_text[1]); +#line 189 "parser.l" +addcchar(yytext[1]); YY_BREAK case 16: YY_RULE_SETUP -#line 185 "parser.l" -addcchar(parser_text[0]); +#line 190 "parser.l" +addcchar(yytext[1]); YY_BREAK case 17: YY_RULE_SETUP -#line 186 "parser.l" -yy_push_state(ATTR); return '['; +#line 191 "parser.l" +addcchar('\\'); addcchar(yytext[1]); YY_BREAK case 18: YY_RULE_SETUP -#line 187 "parser.l" -yy_pop_state(); return ']'; +#line 192 "parser.l" +addcchar(yytext[0]); YY_BREAK case 19: YY_RULE_SETUP -#line 188 "parser.l" -return attr_token(parser_text); +#line 193 "parser.l" +yy_push_state(ATTR); return '['; YY_BREAK case 20: YY_RULE_SETUP -#line 189 "parser.l" +#line 194 "parser.l" +yy_pop_state(); return ']'; + YY_BREAK +case 21: +YY_RULE_SETUP +#line 195 "parser.l" +return attr_token(yytext); + YY_BREAK +case 22: +YY_RULE_SETUP +#line 196 "parser.l" { - parser_lval.uuid = parse_uuid(parser_text); + parser_lval.uuid = parse_uuid(yytext); return aUUID; } YY_BREAK -case 21: +case 23: YY_RULE_SETUP -#line 193 "parser.l" +#line 200 "parser.l" { - parser_lval.num = xstrtoul(parser_text, NULL, 0); + parser_lval.num = xstrtoul(yytext, NULL, 0); return aHEXNUM; } YY_BREAK -case 22: +case 24: YY_RULE_SETUP -#line 197 "parser.l" +#line 204 "parser.l" { - parser_lval.num = xstrtoul(parser_text, NULL, 0); + parser_lval.num = xstrtoul(yytext, NULL, 0); return aNUM; } YY_BREAK -case 23: +case 25: YY_RULE_SETUP -#line 201 "parser.l" +#line 208 "parser.l" { - parser_lval.dbl = strtod(parser_text, NULL); + parser_lval.dbl = strtod(yytext, NULL); return aDOUBLE; } YY_BREAK -case 24: -*yy_cp = (yy_hold_char); /* undo effects of setting up parser_text */ +case 26: +*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; -YY_DO_BEFORE_ACTION; /* set up parser_text again */ +YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP -#line 205 "parser.l" +#line 212 "parser.l" return tSAFEARRAY; YY_BREAK -case 25: +case 27: YY_RULE_SETUP -#line 206 "parser.l" -return kw_token(parser_text); +#line 213 "parser.l" +return kw_token(yytext); YY_BREAK -case 26: -/* rule 26 can match eol */ +case 28: +/* rule 28 can match eol */ YY_RULE_SETUP -#line 207 "parser.l" +#line 214 "parser.l" line_number++; YY_BREAK -case 27: +case 29: YY_RULE_SETUP -#line 208 "parser.l" +#line 215 "parser.l" YY_BREAK -case 28: +case 30: YY_RULE_SETUP -#line 209 "parser.l" +#line 216 "parser.l" return SHL; YY_BREAK -case 29: +case 31: YY_RULE_SETUP -#line 210 "parser.l" +#line 217 "parser.l" return SHR; YY_BREAK -case 30: +case 32: YY_RULE_SETUP -#line 211 "parser.l" +#line 218 "parser.l" return MEMBERPTR; YY_BREAK -case 31: +case 33: YY_RULE_SETUP -#line 212 "parser.l" +#line 219 "parser.l" return EQUALITY; YY_BREAK -case 32: +case 34: YY_RULE_SETUP -#line 213 "parser.l" +#line 220 "parser.l" return INEQUALITY; YY_BREAK -case 33: +case 35: YY_RULE_SETUP -#line 214 "parser.l" +#line 221 "parser.l" return GREATEREQUAL; YY_BREAK -case 34: +case 36: YY_RULE_SETUP -#line 215 "parser.l" +#line 222 "parser.l" return LESSEQUAL; YY_BREAK -case 35: +case 37: YY_RULE_SETUP -#line 216 "parser.l" +#line 223 "parser.l" return LOGICALOR; YY_BREAK -case 36: +case 38: YY_RULE_SETUP -#line 217 "parser.l" +#line 224 "parser.l" return LOGICALAND; YY_BREAK -case 37: +case 39: YY_RULE_SETUP -#line 218 "parser.l" +#line 225 "parser.l" return ELLIPSIS; YY_BREAK -case 38: +case 40: YY_RULE_SETUP -#line 219 "parser.l" -return parser_text[0]; +#line 226 "parser.l" +return yytext[0]; YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(QUOTE): @@ -1320,19 +1597,19 @@ case YY_STATE_EOF(PP_LINE): case YY_STATE_EOF(PP_PRAGMA): case YY_STATE_EOF(SQUOTE): -#line 220 "parser.l" +#line 227 "parser.l" { if (import_stack_ptr) return aEOF; else yyterminate(); } YY_BREAK -case 39: +case 41: YY_RULE_SETUP -#line 225 "parser.l" +#line 232 "parser.l" ECHO; YY_BREAK -#line 1336 "parser.yy.c" +#line 1612 "parser.yy.c" case YY_END_OF_BUFFER: { @@ -1347,15 +1624,15 @@ { /* We're scanning a new file or input source. It's * possible that this happened because the user - * just pointed parser_in at a new source and called - * parser_lex(). If so, then we have to assure + * just pointed yyin at a new source and called + * yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; - YY_CURRENT_BUFFER_LVALUE->yy_input_file = parser_in; + YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } @@ -1409,11 +1686,11 @@ { (yy_did_buffer_switch_on_eof) = 0; - if ( parser_wrap( ) ) + if ( yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up - * parser_text, we can now set up + * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the @@ -1462,7 +1739,8 @@ "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ -} /* end of parser_lex */ + } /* end of user's declarations */ +} /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * @@ -1473,9 +1751,9 @@ */ static int yy_get_next_buffer (void) { - register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - register char *source = (yytext_ptr); - register int number_to_move, i; + char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; + char *source = (yytext_ptr); + int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) @@ -1504,7 +1782,7 @@ /* Try to read more data. */ /* First move last chars to start of buffer. */ - number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; + number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); @@ -1524,7 +1802,7 @@ { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ - YY_BUFFER_STATE b = YY_CURRENT_BUFFER; + YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); @@ -1540,11 +1818,12 @@ b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ - parser_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); + yyrealloc( (void *) b->yy_ch_buf, + (yy_size_t) (b->yy_buf_size + 2) ); } else /* Can't grow it, we don't own it. */ - b->yy_ch_buf = 0; + b->yy_ch_buf = NULL; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( @@ -1562,7 +1841,7 @@ /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), - (yy_n_chars), (size_t) num_to_read ); + (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } @@ -1572,7 +1851,7 @@ if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; - parser_restart(parser_in ); + yyrestart( yyin ); } else @@ -1586,12 +1865,15 @@ else ret_val = EOB_ACT_CONTINUE_SCAN; - if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { + if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ - yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) parser_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); + int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); + YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( + (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); + /* "- 2" to take care of EOB's */ + YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); } (yy_n_chars) += number_to_move; @@ -1607,15 +1889,15 @@ static yy_state_type yy_get_previous_state (void) { - register yy_state_type yy_current_state; - register char *yy_cp; + yy_state_type yy_current_state; + char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -1624,10 +1906,10 @@ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 174 ) - yy_c = yy_meta[(unsigned int) yy_c]; + if ( yy_current_state >= 210 ) + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; } return yy_current_state; @@ -1640,10 +1922,10 @@ */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { - register int yy_is_jam; - register char *yy_cp = (yy_c_buf_p); + int yy_is_jam; + char *yy_cp = (yy_c_buf_p); - register YY_CHAR yy_c = 1; + YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -1652,15 +1934,19 @@ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 174 ) - yy_c = yy_meta[(unsigned int) yy_c]; + if ( yy_current_state >= 210 ) + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; - yy_is_jam = (yy_current_state == 173); + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; + yy_is_jam = (yy_current_state == 209); - return yy_is_jam ? 0 : yy_current_state; + return yy_is_jam ? 0 : yy_current_state; } +#ifndef YY_NO_UNPUT + +#endif + #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) @@ -1685,7 +1971,7 @@ else { /* need more input */ - int offset = (yy_c_buf_p) - (yytext_ptr); + int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) @@ -1702,14 +1988,14 @@ */ /* Reset buffer status. */ - parser_restart(parser_in ); + yyrestart( yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { - if ( parser_wrap( ) ) - return EOF; + if ( yywrap( ) ) + return 0; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; @@ -1728,7 +2014,7 @@ } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ - *(yy_c_buf_p) = '\0'; /* preserve parser_text */ + *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); @@ -1742,32 +2028,32 @@ * * @note This function does not reset the start condition to @c INITIAL . */ - void parser_restart (FILE * input_file ) + void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ - parser_ensure_buffer_stack (); + yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = - parser__create_buffer(parser_in,YY_BUF_SIZE ); + yy_create_buffer( yyin, YY_BUF_SIZE ); } - parser__init_buffer(YY_CURRENT_BUFFER,input_file ); - parser__load_buffer_state( ); + yy_init_buffer( YY_CURRENT_BUFFER, input_file ); + yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ - void parser__switch_to_buffer (YY_BUFFER_STATE new_buffer ) + void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with - * parser_pop_buffer_state(); - * parser_push_buffer_state(new_buffer); + * yypop_buffer_state(); + * yypush_buffer_state(new_buffer); */ - parser_ensure_buffer_stack (); + yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; @@ -1780,21 +2066,21 @@ } YY_CURRENT_BUFFER_LVALUE = new_buffer; - parser__load_buffer_state( ); + yy_load_buffer_state( ); /* We don't actually know whether we did this switch during - * EOF (parser_wrap()) processing, but the only time this flag - * is looked at is after parser_wrap() is called, so it's safe + * EOF (yywrap()) processing, but the only time this flag + * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } -static void parser__load_buffer_state (void) +static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; - parser_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; + yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } @@ -1804,35 +2090,35 @@ * * @return the allocated buffer state. */ - YY_BUFFER_STATE parser__create_buffer (FILE * file, int size ) + YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; - b = (YY_BUFFER_STATE) parser_alloc(sizeof( struct yy_buffer_state ) ); + b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in parser__create_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ - b->yy_ch_buf = (char *) parser_alloc(b->yy_buf_size + 2 ); + b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); if ( ! b->yy_ch_buf ) - YY_FATAL_ERROR( "out of dynamic memory in parser__create_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; - parser__init_buffer(b,file ); + yy_init_buffer( b, file ); return b; } /** Destroy the buffer. - * @param b a buffer created with parser__create_buffer() + * @param b a buffer created with yy_create_buffer() * */ - void parser__delete_buffer (YY_BUFFER_STATE b ) + void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) @@ -1842,27 +2128,27 @@ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) - parser_free((void *) b->yy_ch_buf ); + yyfree( (void *) b->yy_ch_buf ); - parser_free((void *) b ); + yyfree( (void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, - * such as during a parser_restart() or at EOF. + * such as during a yyrestart() or at EOF. */ - static void parser__init_buffer (YY_BUFFER_STATE b, FILE * file ) + static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; - parser__flush_buffer(b ); + yy_flush_buffer( b ); b->yy_input_file = file; b->yy_fill_buffer = 1; - /* If b is the current buffer, then parser__init_buffer was _probably_ - * called from parser_restart() or through yy_get_next_buffer. + /* If b is the current buffer, then yy_init_buffer was _probably_ + * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ @@ -1879,7 +2165,7 @@ * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ - void parser__flush_buffer (YY_BUFFER_STATE b ) + void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; @@ -1899,7 +2185,7 @@ b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) - parser__load_buffer_state( ); + yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes @@ -1908,14 +2194,14 @@ * @param new_buffer The new state. * */ -void parser_push_buffer_state (YY_BUFFER_STATE new_buffer ) +void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; - parser_ensure_buffer_stack(); + yyensure_buffer_stack(); - /* This block is copied from parser__switch_to_buffer. */ + /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ @@ -1929,8 +2215,8 @@ (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; - /* copied from parser__switch_to_buffer. */ - parser__load_buffer_state( ); + /* copied from yy_switch_to_buffer. */ + yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } @@ -1938,18 +2224,18 @@ * The next element becomes the new top. * */ -void parser_pop_buffer_state (void) +void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; - parser__delete_buffer(YY_CURRENT_BUFFER ); + yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { - parser__load_buffer_state( ); + yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } @@ -1957,9 +2243,9 @@ /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ -static void parser_ensure_buffer_stack (void) +static void yyensure_buffer_stack (void) { - int num_to_alloc; + yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { @@ -1967,15 +2253,15 @@ * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ - num_to_alloc = 1; - (yy_buffer_stack) = (struct yy_buffer_state**)parser_alloc + num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ + (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in parser_ensure_buffer_stack()" ); - + YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); + memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); - + (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; @@ -1984,15 +2270,15 @@ if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ - int grow_size = 8 /* arbitrary grow size */; + yy_size_t grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; - (yy_buffer_stack) = (struct yy_buffer_state**)parser_realloc + (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in parser_ensure_buffer_stack()" ); + YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); @@ -2004,9 +2290,9 @@ * @param base the character buffer * @param size the size in bytes of the character buffer * - * @return the newly allocated buffer state object. + * @return the newly allocated buffer state object. */ -YY_BUFFER_STATE parser__scan_buffer (char * base, yy_size_t size ) +YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; @@ -2014,49 +2300,49 @@ base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ - return 0; + return NULL; - b = (YY_BUFFER_STATE) parser_alloc(sizeof( struct yy_buffer_state ) ); + b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in parser__scan_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); - b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ + b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; - b->yy_input_file = 0; + b->yy_input_file = NULL; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; - parser__switch_to_buffer(b ); + yy_switch_to_buffer( b ); return b; } -/** Setup the input buffer state to scan a string. The next call to parser_lex() will +/** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use - * parser__scan_bytes() instead. + * yy_scan_bytes() instead. */ -YY_BUFFER_STATE parser__scan_string (yyconst char * yystr ) +YY_BUFFER_STATE yy_scan_string (const char * yystr ) { - return parser__scan_bytes(yystr,strlen(yystr) ); + return yy_scan_bytes( yystr, (int) strlen(yystr) ); } -/** Setup the input buffer state to scan the given bytes. The next call to parser_lex() will +/** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. - * @param bytes the byte buffer to scan - * @param len the number of bytes in the buffer pointed to by @a bytes. + * @param yybytes the byte buffer to scan + * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ -YY_BUFFER_STATE parser__scan_bytes (yyconst char * yybytes, int _yybytes_len ) +YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; @@ -2064,19 +2350,19 @@ int i; /* Get memory for full buffer, including space for trailing EOB's. */ - n = _yybytes_len + 2; - buf = (char *) parser_alloc(n ); + n = (yy_size_t) (_yybytes_len + 2); + buf = (char *) yyalloc( n ); if ( ! buf ) - YY_FATAL_ERROR( "out of dynamic memory in parser__scan_bytes()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; - b = parser__scan_buffer(buf,n ); + b = yy_scan_buffer( buf, n ); if ( ! b ) - YY_FATAL_ERROR( "bad buffer in parser__scan_bytes()" ); + YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. @@ -2086,20 +2372,21 @@ return b; } - static void yy_push_state (int new_state ) + static void yy_push_state (int _new_state ) { if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) { yy_size_t new_size; (yy_start_stack_depth) += YY_START_STACK_INCR; - new_size = (yy_start_stack_depth) * sizeof( int ); + new_size = (yy_size_t) (yy_start_stack_depth) * sizeof( int ); if ( ! (yy_start_stack) ) - (yy_start_stack) = (int *) parser_alloc(new_size ); + (yy_start_stack) = (int *) yyalloc( new_size ); else - (yy_start_stack) = (int *) parser_realloc((void *) (yy_start_stack),new_size ); + (yy_start_stack) = (int *) yyrealloc( + (void *) (yy_start_stack), new_size ); if ( ! (yy_start_stack) ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); @@ -2107,7 +2394,7 @@ (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START; - BEGIN(new_state); + BEGIN(_new_state); } static void yy_pop_state (void) @@ -2122,9 +2409,9 @@ #define YY_EXIT_FAILURE 2 #endif -static void yy_fatal_error (yyconst char* msg ) +static void yynoreturn yy_fatal_error (const char* msg ) { - (void) fprintf( stderr, "%s\n", msg ); + fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } @@ -2134,14 +2421,14 @@ #define yyless(n) \ do \ { \ - /* Undo effects of setting up parser_text. */ \ + /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ - parser_text[parser_leng] = (yy_hold_char); \ - (yy_c_buf_p) = parser_text + yyless_macro_arg; \ + yytext[yyleng] = (yy_hold_char); \ + (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ - parser_leng = yyless_macro_arg; \ + yyleng = yyless_macro_arg; \ } \ while ( 0 ) @@ -2150,91 +2437,91 @@ /** Get the current line number. * */ -int parser_get_lineno (void) +int yyget_lineno (void) { - - return parser_lineno; + + return yylineno; } /** Get the input stream. * */ -FILE *parser_get_in (void) +FILE *yyget_in (void) { - return parser_in; + return yyin; } /** Get the output stream. * */ -FILE *parser_get_out (void) +FILE *yyget_out (void) { - return parser_out; + return yyout; } /** Get the length of the current token. * */ -int parser_get_leng (void) +int yyget_leng (void) { - return parser_leng; + return yyleng; } /** Get the current token. * */ -char *parser_get_text (void) +char *yyget_text (void) { - return parser_text; + return yytext; } /** Set the current line number. - * @param line_number + * @param _line_number line number * */ -void parser_set_lineno (int line_number ) +void yyset_lineno (int _line_number ) { - parser_lineno = line_number; + yylineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. - * @param in_str A readable stream. + * @param _in_str A readable stream. * - * @see parser__switch_to_buffer + * @see yy_switch_to_buffer */ -void parser_set_in (FILE * in_str ) +void yyset_in (FILE * _in_str ) { - parser_in = in_str ; + yyin = _in_str ; } -void parser_set_out (FILE * out_str ) +void yyset_out (FILE * _out_str ) { - parser_out = out_str ; + yyout = _out_str ; } -int parser_get_debug (void) +int yyget_debug (void) { - return parser__flex_debug; + return yy_flex_debug; } -void parser_set_debug (int bdebug ) +void yyset_debug (int _bdebug ) { - parser__flex_debug = bdebug ; + yy_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. - * This function is called from parser_lex_destroy(), so don't allocate here. + * This function is called from yylex_destroy(), so don't allocate here. */ - (yy_buffer_stack) = 0; + (yy_buffer_stack) = NULL; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; - (yy_c_buf_p) = (char *) 0; + (yy_c_buf_p) = NULL; (yy_init) = 0; (yy_start) = 0; @@ -2244,40 +2531,40 @@ /* Defined in main.c */ #ifdef YY_STDINIT - parser_in = stdin; - parser_out = stdout; + yyin = stdin; + yyout = stdout; #else - parser_in = (FILE *) 0; - parser_out = (FILE *) 0; + yyin = NULL; + yyout = NULL; #endif /* For future reference: Set errno on error, since we are called by - * parser_lex_init() + * yylex_init() */ return 0; } -/* parser_lex_destroy is for both reentrant and non-reentrant scanners. */ -int parser_lex_destroy (void) +/* yylex_destroy is for both reentrant and non-reentrant scanners. */ +int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ - parser__delete_buffer(YY_CURRENT_BUFFER ); + yy_delete_buffer( YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; - parser_pop_buffer_state(); + yypop_buffer_state(); } /* Destroy the stack itself. */ - parser_free((yy_buffer_stack) ); + yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Destroy the start condition stack. */ - parser_free((yy_start_stack) ); + yyfree( (yy_start_stack) ); (yy_start_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time - * parser_lex() is called, initialization will occur. */ + * yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; @@ -2288,18 +2575,19 @@ */ #ifndef yytext_ptr -static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) +static void yy_flex_strncpy (char* s1, const char * s2, int n ) { - register int i; + + int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN -static int yy_flex_strlen (yyconst char * s ) +static int yy_flex_strlen (const char * s ) { - register int n; + int n; for ( n = 0; s[n]; ++n ) ; @@ -2307,13 +2595,14 @@ } #endif -void *parser_alloc (yy_size_t size ) +void *yyalloc (yy_size_t size ) { - return (void *) malloc( size ); + return malloc(size); } -void *parser_realloc (void * ptr, yy_size_t size ) +void *yyrealloc (void * ptr, yy_size_t size ) { + /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter @@ -2321,18 +2610,17 @@ * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ - return (void *) realloc( (char *) ptr, size ); + return realloc(ptr, size); } -void parser_free (void * ptr ) +void yyfree (void * ptr ) { - free( (char *) ptr ); /* see parser_realloc() for (char *) cast */ + free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" -#line 225 "parser.l" - +#line 232 "parser.l" #ifndef parser_wrap @@ -2542,7 +2830,7 @@ struct keyword key, *kwp; key.kw = kw; kwp = bsearch(&key, keywords, NKEYWORDS, sizeof(keywords[0]), kw_cmp_func); - if (kwp && (do_rt_extension || kwp->token != tNAMESPACE)) { + if (kwp && (winrt_mode || kwp->token != tNAMESPACE)) { parser_lval.str = xstrdup(kwp->kw); return kwp->token; } @@ -2585,9 +2873,9 @@ { int ptr = import_stack_ptr-1; - fclose(parser_in); - parser__delete_buffer(YY_CURRENT_BUFFER ); - parser__switch_to_buffer(import_stack[ptr].state ); + fclose(yyin); + yy_delete_buffer( YY_CURRENT_BUFFER ); + yy_switch_to_buffer( import_stack[ptr].state ); if (temp_name) { unlink(temp_name); free(temp_name); @@ -2599,60 +2887,63 @@ } struct imports { - char *name; - struct imports *next; + char *name; + struct imports *next; } *first_import; int do_import(char *fname) { - FILE *f; - char *path, *name; - struct imports *import; - int ptr = import_stack_ptr; - int ret, fd; - - import = first_import; - while (import && strcmp(import->name, fname)) - import = import->next; - if (import) return 0; /* already imported */ - - import = xmalloc(sizeof(struct imports)); - import->name = xstrdup(fname); - import->next = first_import; - first_import = import; - - /* don't search for a file name with a path in the include directories, - * for compatibility with MIDL */ - if (strchr( fname, '/' ) || strchr( fname, '\\' )) - path = xstrdup( fname ); - else if (!(path = wpp_find_include( fname, input_name ))) - error_loc("Unable to open include file %s\n", fname); - - import_stack[ptr].temp_name = temp_name; - import_stack[ptr].input_name = input_name; - import_stack[ptr].line_number = line_number; - import_stack_ptr++; - input_name = path; - line_number = 1; - - name = xstrdup( "widl.XXXXXX" ); - if((fd = mkstemps( name, 0 )) == -1) - error("Could not generate a temp name from %s\n", name); - - temp_name = name; - if (!(f = fdopen(fd, "wt"))) - error("Could not open fd %s for writing\n", name); - - ret = wpp_parse( path, f ); - fclose( f ); - if (ret) exit(1); - - if((f = fopen(temp_name, "r")) == NULL) - error_loc("Unable to open %s\n", temp_name); - - import_stack[ptr].state = YY_CURRENT_BUFFER; - parser__switch_to_buffer(parser__create_buffer(f,YY_BUF_SIZE)); - return 1; + FILE *f; + char *path, *name; + struct imports *import; + int ptr = import_stack_ptr; + int ret, fd; + + import = first_import; + while (import && strcmp(import->name, fname)) + import = import->next; + if (import) return 0; /* already imported */ + + import = xmalloc(sizeof(struct imports)); + import->name = xstrdup(fname); + import->next = first_import; + first_import = import; + + /* don't search for a file name with a path in the include directories, + * for compatibility with MIDL */ + if (strchr( fname, '/' ) || strchr( fname, '\\' )) + path = xstrdup( fname ); + else if (!(path = wpp_find_include( fname, input_name ))) + error_loc("Unable to open include file %s\n", fname); + + if (import_stack_ptr == MAX_IMPORT_DEPTH) + error_loc("Exceeded max import depth\n"); + + import_stack[ptr].temp_name = temp_name; + import_stack[ptr].input_name = input_name; + import_stack[ptr].line_number = line_number; + import_stack_ptr++; + input_name = path; + line_number = 1; + + name = xstrdup( "widl.XXXXXX" ); + if((fd = mkstemps( name, 0 )) == -1) + error("Could not generate a temp name from %s\n", name); + + temp_name = name; + if (!(f = fdopen(fd, "wt"))) + error("Could not open fd %s for writing\n", name); + + ret = wpp_parse( path, f ); + fclose( f ); + if (ret) exit(1); + + if((f = fopen(temp_name, "r")) == NULL) + error_loc("Unable to open %s\n", temp_name); + + import_stack[ptr].state = YY_CURRENT_BUFFER; + yy_switch_to_buffer(yy_create_buffer(f, YY_BUF_SIZE)); + return 1; } void abort_import(void) @@ -2663,3 +2954,61 @@ unlink(import_stack[ptr].temp_name); } +static void warning_disable(int warning) +{ + warning_t *warning_entry; + LIST_FOR_EACH_ENTRY(warning_entry, disabled_warnings, warning_t, entry) + if(warning_entry->num == warning) + return; + warning_entry = xmalloc( sizeof(*warning_entry) ); + warning_entry->num = warning; + list_add_tail(disabled_warnings, &warning_entry->entry); +} + +static void warning_enable(int warning) +{ + warning_t *warning_entry; + LIST_FOR_EACH_ENTRY(warning_entry, disabled_warnings, warning_t, entry) + if(warning_entry->num == warning) + { + list_remove(&warning_entry->entry); + free(warning_entry); + break; + } +} + +int do_warning(char *toggle, warning_list_t *wnum) +{ + warning_t *warning, *next; + int ret = 1; + if(!disabled_warnings) + { + disabled_warnings = xmalloc( sizeof(*disabled_warnings) ); + list_init( disabled_warnings ); + } + + if(!strcmp(toggle, "disable")) + LIST_FOR_EACH_ENTRY(warning, wnum, warning_t, entry) + warning_disable(warning->num); + else if(!strcmp(toggle, "enable")) + LIST_FOR_EACH_ENTRY(warning, wnum, warning_t, entry) + warning_enable(warning->num); + else + ret = 0; + + LIST_FOR_EACH_ENTRY_SAFE(warning, next, wnum, warning_t, entry) + free(warning); + return ret; +} + +int is_warning_enabled(int warning) +{ + warning_t *warning_entry; + if(!disabled_warnings) + return 1; + LIST_FOR_EACH_ENTRY(warning_entry, disabled_warnings, warning_t, entry) + if(warning_entry->num == warning) + return 0; + return 1; +} + diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/pathtools.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/pathtools.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/pathtools.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/pathtools.c 2018-09-14 14:16:43.000000000 +0000 @@ -21,8 +21,6 @@ #endif #include -#include "utils.h" - /* If you don't define this, then get_executable_path() can only use argv[0] which will often not work well */ #define IMPLEMENT_SYS_GET_EXECUTABLE_PATH @@ -183,7 +181,7 @@ size_t tok_size; size_t in_size = strlen (path); int it_ended_with_a_slash = (path[in_size - 1] == '/') ? 1 : 0; - char * result = xmalloc (in_size+1); + char * result = path; sanitise_path(result); char * result_p = result; @@ -253,7 +251,7 @@ for (i = 0; i < n_toks; ++i) { tok_size = strlen(toks[i]); - memcpy (result_p, toks[i], tok_size); + memmove (result_p, toks[i], tok_size); result_p += tok_size; if ((!i || tok_size) && ((i < n_toks - 1) || it_ended_with_a_slash == 1)) { @@ -262,8 +260,6 @@ } } *result_p = '\0'; - strcpy(result, path); - free(result); } /* Returns actual_to by calculating the relative path from -> to and @@ -293,7 +289,7 @@ uint32_t bufsize = (uint32_t)max_size; if (_NSGetExecutablePath(system_result, &bufsize) == 0) { - system_result_size = (ssize_t)bufsize; + system_result_size = strlen (system_result); } #elif defined(_WIN32) unsigned long bufsize = (unsigned long)max_size; diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/port/getopt.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/port/getopt.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/port/getopt.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/port/getopt.c 2018-09-14 14:16:43.000000000 +0000 @@ -73,6 +73,8 @@ contain conflicting prototypes for getopt. */ # include # include +#elif defined _MSC_VER +# include #endif /* GNU C library. */ #ifdef VMS diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/proxy.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/proxy.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/proxy.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/proxy.c 2018-09-14 14:16:43.000000000 +0000 @@ -37,14 +37,6 @@ #include "typegen.h" #include "expr.h" -#define END_OF_LIST(list) \ - do { \ - if (list) { \ - while (NEXT_LINK(list)) \ - list = NEXT_LINK(list); \ - } \ - } while(0) - static FILE* proxy; static int indent = 0; @@ -160,7 +152,7 @@ break; case TGT_STRUCT: - if (get_struct_fc(type) != RPC_FC_STRUCT) + if (get_struct_fc(type) != FC_STRUCT) print_proxy("/* FIXME: %s code for %s struct type 0x%x missing */\n", __FUNCTION__, arg->name, get_struct_fc(type) ); break; @@ -206,7 +198,7 @@ if (get_stub_mode() == MODE_Oif && !is_callas( func->attrs )) return; write_type_decl_left(proxy, retval->type); print_proxy( " %s %s_%s_Proxy(\n", callconv, iface->name, get_name(func)); - write_args(proxy, args, iface->name, 1, TRUE, FILTER_NONE); + write_args(proxy, args, iface->name, 1, TRUE); print_proxy( ")\n"); write_client_call_routine( proxy, iface, func, "Object", proc_offset ); return; @@ -223,7 +215,7 @@ write_type_decl_left(proxy, retval->type); print_proxy( " %s %s_%s_Proxy(\n", callconv, iface->name, get_name(func)); - write_args(proxy, args, iface->name, 1, TRUE, FILTER_NONE); + write_args(proxy, args, iface->name, 1, TRUE); print_proxy( ")\n"); print_proxy( "{\n"); indent ++; @@ -231,7 +223,7 @@ /* local variables */ if (has_ret) { print_proxy( "%s", "" ); - write_type_decl(proxy, retval->type, retval->name, ""); + write_type_decl(proxy, retval->type, retval->name); fprintf( proxy, ";\n" ); } print_proxy( "RPC_MESSAGE _RpcMessage;\n" ); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/server.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/server.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/server.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/server.c 2018-09-14 14:16:43.000000000 +0000 @@ -104,7 +104,7 @@ write_parameters_init(server, indent, func, "__frame->"); - if (explicit_fc == RPC_FC_BIND_PRIMITIVE) + if (explicit_fc == FC_BIND_PRIMITIVE) { print_server("__frame->%s = _pRpcMessage->Handle;\n", handle_var->name); fprintf(server, "\n"); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typegen.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/typegen.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typegen.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typegen.c 2018-09-14 14:16:43.000000000 +0000 @@ -84,7 +84,8 @@ static unsigned int field_memsize(const type_t *type, unsigned int *offset); static unsigned int fields_memsize(const var_list_t *fields, unsigned int *align); -static unsigned int type_memsize_and_alignment(const type_t *t, unsigned int *align); +static unsigned int write_array_tfs(FILE *file, const attr_list_t *attrs, type_t *type, + const char *name, unsigned int *typestring_offset); static unsigned int write_struct_tfs(FILE *file, type_t *type, const char *name, unsigned int *tfsoff); static int write_embedded_types(FILE *file, const attr_list_t *attrs, type_t *type, const char *name, int write_ptr, unsigned int *tfsoff); @@ -101,86 +102,86 @@ { switch (type) { - case RPC_FC_BYTE: return "FC_BYTE"; - case RPC_FC_CHAR: return "FC_CHAR"; - case RPC_FC_SMALL: return "FC_SMALL"; - case RPC_FC_USMALL: return "FC_USMALL"; - case RPC_FC_WCHAR: return "FC_WCHAR"; - case RPC_FC_SHORT: return "FC_SHORT"; - case RPC_FC_USHORT: return "FC_USHORT"; - case RPC_FC_LONG: return "FC_LONG"; - case RPC_FC_ULONG: return "FC_ULONG"; - case RPC_FC_FLOAT: return "FC_FLOAT"; - case RPC_FC_HYPER: return "FC_HYPER"; - case RPC_FC_DOUBLE: return "FC_DOUBLE"; - case RPC_FC_ENUM16: return "FC_ENUM16"; - case RPC_FC_ENUM32: return "FC_ENUM32"; - case RPC_FC_IGNORE: return "FC_IGNORE"; - case RPC_FC_ERROR_STATUS_T: return "FC_ERROR_STATUS_T"; - case RPC_FC_RP: return "FC_RP"; - case RPC_FC_UP: return "FC_UP"; - case RPC_FC_OP: return "FC_OP"; - case RPC_FC_FP: return "FC_FP"; - case RPC_FC_ENCAPSULATED_UNION: return "FC_ENCAPSULATED_UNION"; - case RPC_FC_NON_ENCAPSULATED_UNION: return "FC_NON_ENCAPSULATED_UNION"; - case RPC_FC_STRUCT: return "FC_STRUCT"; - case RPC_FC_PSTRUCT: return "FC_PSTRUCT"; - case RPC_FC_CSTRUCT: return "FC_CSTRUCT"; - case RPC_FC_CPSTRUCT: return "FC_CPSTRUCT"; - case RPC_FC_CVSTRUCT: return "FC_CVSTRUCT"; - case RPC_FC_BOGUS_STRUCT: return "FC_BOGUS_STRUCT"; - case RPC_FC_SMFARRAY: return "FC_SMFARRAY"; - case RPC_FC_LGFARRAY: return "FC_LGFARRAY"; - case RPC_FC_SMVARRAY: return "FC_SMVARRAY"; - case RPC_FC_LGVARRAY: return "FC_LGVARRAY"; - case RPC_FC_CARRAY: return "FC_CARRAY"; - case RPC_FC_CVARRAY: return "FC_CVARRAY"; - case RPC_FC_BOGUS_ARRAY: return "FC_BOGUS_ARRAY"; - case RPC_FC_ALIGNM2: return "FC_ALIGNM2"; - case RPC_FC_ALIGNM4: return "FC_ALIGNM4"; - case RPC_FC_ALIGNM8: return "FC_ALIGNM8"; - case RPC_FC_POINTER: return "FC_POINTER"; - case RPC_FC_C_CSTRING: return "FC_C_CSTRING"; - case RPC_FC_C_WSTRING: return "FC_C_WSTRING"; - case RPC_FC_CSTRING: return "FC_CSTRING"; - case RPC_FC_WSTRING: return "FC_WSTRING"; - case RPC_FC_BYTE_COUNT_POINTER: return "FC_BYTE_COUNT_POINTER"; - case RPC_FC_TRANSMIT_AS: return "FC_TRANSMIT_AS"; - case RPC_FC_REPRESENT_AS: return "FC_REPRESENT_AS"; - case RPC_FC_IP: return "FC_IP"; - case RPC_FC_BIND_CONTEXT: return "FC_BIND_CONTEXT"; - case RPC_FC_BIND_GENERIC: return "FC_BIND_GENERIC"; - case RPC_FC_BIND_PRIMITIVE: return "FC_BIND_PRIMITIVE"; - case RPC_FC_AUTO_HANDLE: return "FC_AUTO_HANDLE"; - case RPC_FC_CALLBACK_HANDLE: return "FC_CALLBACK_HANDLE"; - case RPC_FC_STRUCTPAD1: return "FC_STRUCTPAD1"; - case RPC_FC_STRUCTPAD2: return "FC_STRUCTPAD2"; - case RPC_FC_STRUCTPAD3: return "FC_STRUCTPAD3"; - case RPC_FC_STRUCTPAD4: return "FC_STRUCTPAD4"; - case RPC_FC_STRUCTPAD5: return "FC_STRUCTPAD5"; - case RPC_FC_STRUCTPAD6: return "FC_STRUCTPAD6"; - case RPC_FC_STRUCTPAD7: return "FC_STRUCTPAD7"; - case RPC_FC_STRING_SIZED: return "FC_STRING_SIZED"; - case RPC_FC_NO_REPEAT: return "FC_NO_REPEAT"; - case RPC_FC_FIXED_REPEAT: return "FC_FIXED_REPEAT"; - case RPC_FC_VARIABLE_REPEAT: return "FC_VARIABLE_REPEAT"; - case RPC_FC_FIXED_OFFSET: return "FC_FIXED_OFFSET"; - case RPC_FC_VARIABLE_OFFSET: return "FC_VARIABLE_OFFSET"; - case RPC_FC_PP: return "FC_PP"; - case RPC_FC_EMBEDDED_COMPLEX: return "FC_EMBEDDED_COMPLEX"; - case RPC_FC_DEREFERENCE: return "FC_DEREFERENCE"; - case RPC_FC_DIV_2: return "FC_DIV_2"; - case RPC_FC_MULT_2: return "FC_MULT_2"; - case RPC_FC_ADD_1: return "FC_ADD_1"; - case RPC_FC_SUB_1: return "FC_SUB_1"; - case RPC_FC_CALLBACK: return "FC_CALLBACK"; - case RPC_FC_CONSTANT_IID: return "FC_CONSTANT_IID"; - case RPC_FC_END: return "FC_END"; - case RPC_FC_PAD: return "FC_PAD"; - case RPC_FC_USER_MARSHAL: return "FC_USER_MARSHAL"; - case RPC_FC_RANGE: return "FC_RANGE"; - case RPC_FC_INT3264: return "FC_INT3264"; - case RPC_FC_UINT3264: return "FC_UINT3264"; + case FC_BYTE: return "FC_BYTE"; + case FC_CHAR: return "FC_CHAR"; + case FC_SMALL: return "FC_SMALL"; + case FC_USMALL: return "FC_USMALL"; + case FC_WCHAR: return "FC_WCHAR"; + case FC_SHORT: return "FC_SHORT"; + case FC_USHORT: return "FC_USHORT"; + case FC_LONG: return "FC_LONG"; + case FC_ULONG: return "FC_ULONG"; + case FC_FLOAT: return "FC_FLOAT"; + case FC_HYPER: return "FC_HYPER"; + case FC_DOUBLE: return "FC_DOUBLE"; + case FC_ENUM16: return "FC_ENUM16"; + case FC_ENUM32: return "FC_ENUM32"; + case FC_IGNORE: return "FC_IGNORE"; + case FC_ERROR_STATUS_T: return "FC_ERROR_STATUS_T"; + case FC_RP: return "FC_RP"; + case FC_UP: return "FC_UP"; + case FC_OP: return "FC_OP"; + case FC_FP: return "FC_FP"; + case FC_ENCAPSULATED_UNION: return "FC_ENCAPSULATED_UNION"; + case FC_NON_ENCAPSULATED_UNION: return "FC_NON_ENCAPSULATED_UNION"; + case FC_STRUCT: return "FC_STRUCT"; + case FC_PSTRUCT: return "FC_PSTRUCT"; + case FC_CSTRUCT: return "FC_CSTRUCT"; + case FC_CPSTRUCT: return "FC_CPSTRUCT"; + case FC_CVSTRUCT: return "FC_CVSTRUCT"; + case FC_BOGUS_STRUCT: return "FC_BOGUS_STRUCT"; + case FC_SMFARRAY: return "FC_SMFARRAY"; + case FC_LGFARRAY: return "FC_LGFARRAY"; + case FC_SMVARRAY: return "FC_SMVARRAY"; + case FC_LGVARRAY: return "FC_LGVARRAY"; + case FC_CARRAY: return "FC_CARRAY"; + case FC_CVARRAY: return "FC_CVARRAY"; + case FC_BOGUS_ARRAY: return "FC_BOGUS_ARRAY"; + case FC_ALIGNM2: return "FC_ALIGNM2"; + case FC_ALIGNM4: return "FC_ALIGNM4"; + case FC_ALIGNM8: return "FC_ALIGNM8"; + case FC_POINTER: return "FC_POINTER"; + case FC_C_CSTRING: return "FC_C_CSTRING"; + case FC_C_WSTRING: return "FC_C_WSTRING"; + case FC_CSTRING: return "FC_CSTRING"; + case FC_WSTRING: return "FC_WSTRING"; + case FC_BYTE_COUNT_POINTER: return "FC_BYTE_COUNT_POINTER"; + case FC_TRANSMIT_AS: return "FC_TRANSMIT_AS"; + case FC_REPRESENT_AS: return "FC_REPRESENT_AS"; + case FC_IP: return "FC_IP"; + case FC_BIND_CONTEXT: return "FC_BIND_CONTEXT"; + case FC_BIND_GENERIC: return "FC_BIND_GENERIC"; + case FC_BIND_PRIMITIVE: return "FC_BIND_PRIMITIVE"; + case FC_AUTO_HANDLE: return "FC_AUTO_HANDLE"; + case FC_CALLBACK_HANDLE: return "FC_CALLBACK_HANDLE"; + case FC_STRUCTPAD1: return "FC_STRUCTPAD1"; + case FC_STRUCTPAD2: return "FC_STRUCTPAD2"; + case FC_STRUCTPAD3: return "FC_STRUCTPAD3"; + case FC_STRUCTPAD4: return "FC_STRUCTPAD4"; + case FC_STRUCTPAD5: return "FC_STRUCTPAD5"; + case FC_STRUCTPAD6: return "FC_STRUCTPAD6"; + case FC_STRUCTPAD7: return "FC_STRUCTPAD7"; + case FC_STRING_SIZED: return "FC_STRING_SIZED"; + case FC_NO_REPEAT: return "FC_NO_REPEAT"; + case FC_FIXED_REPEAT: return "FC_FIXED_REPEAT"; + case FC_VARIABLE_REPEAT: return "FC_VARIABLE_REPEAT"; + case FC_FIXED_OFFSET: return "FC_FIXED_OFFSET"; + case FC_VARIABLE_OFFSET: return "FC_VARIABLE_OFFSET"; + case FC_PP: return "FC_PP"; + case FC_EMBEDDED_COMPLEX: return "FC_EMBEDDED_COMPLEX"; + case FC_DEREFERENCE: return "FC_DEREFERENCE"; + case FC_DIV_2: return "FC_DIV_2"; + case FC_MULT_2: return "FC_MULT_2"; + case FC_ADD_1: return "FC_ADD_1"; + case FC_SUB_1: return "FC_SUB_1"; + case FC_CALLBACK: return "FC_CALLBACK"; + case FC_CONSTANT_IID: return "FC_CONSTANT_IID"; + case FC_END: return "FC_END"; + case FC_PAD: return "FC_PAD"; + case FC_USER_MARSHAL: return "FC_USER_MARSHAL"; + case FC_RANGE: return "FC_RANGE"; + case FC_INT3264: return "FC_INT3264"; + case FC_UINT3264: return "FC_UINT3264"; default: error("string_of_type: unknown type 0x%02x\n", type); return NULL; @@ -205,20 +206,20 @@ int sign = type_basic_get_sign(type); switch (type_basic_get_type(type)) { - case TYPE_BASIC_INT8: return (sign <= 0 ? RPC_FC_SMALL : RPC_FC_USMALL); - case TYPE_BASIC_INT16: return (sign <= 0 ? RPC_FC_SHORT : RPC_FC_USHORT); - case TYPE_BASIC_INT32: return (sign <= 0 ? RPC_FC_LONG : RPC_FC_ULONG); - case TYPE_BASIC_INT64: return RPC_FC_HYPER; - case TYPE_BASIC_INT: return (sign <= 0 ? RPC_FC_LONG : RPC_FC_ULONG); - case TYPE_BASIC_INT3264: return (sign <= 0 ? RPC_FC_INT3264 : RPC_FC_UINT3264); - case TYPE_BASIC_BYTE: return RPC_FC_BYTE; - case TYPE_BASIC_CHAR: return RPC_FC_CHAR; - case TYPE_BASIC_WCHAR: return RPC_FC_WCHAR; - case TYPE_BASIC_HYPER: return RPC_FC_HYPER; - case TYPE_BASIC_FLOAT: return RPC_FC_FLOAT; - case TYPE_BASIC_DOUBLE: return RPC_FC_DOUBLE; - case TYPE_BASIC_ERROR_STATUS_T: return RPC_FC_ERROR_STATUS_T; - case TYPE_BASIC_HANDLE: return RPC_FC_BIND_PRIMITIVE; + case TYPE_BASIC_INT8: return (sign <= 0 ? FC_SMALL : FC_USMALL); + case TYPE_BASIC_INT16: return (sign <= 0 ? FC_SHORT : FC_USHORT); + case TYPE_BASIC_INT32: return (sign <= 0 ? FC_LONG : FC_ULONG); + case TYPE_BASIC_INT64: return FC_HYPER; + case TYPE_BASIC_INT: return (sign <= 0 ? FC_LONG : FC_ULONG); + case TYPE_BASIC_INT3264: return (sign <= 0 ? FC_INT3264 : FC_UINT3264); + case TYPE_BASIC_BYTE: return FC_BYTE; + case TYPE_BASIC_CHAR: return FC_CHAR; + case TYPE_BASIC_WCHAR: return FC_WCHAR; + case TYPE_BASIC_HYPER: return FC_HYPER; + case TYPE_BASIC_FLOAT: return FC_FLOAT; + case TYPE_BASIC_DOUBLE: return FC_DOUBLE; + case TYPE_BASIC_ERROR_STATUS_T: return FC_ERROR_STATUS_T; + case TYPE_BASIC_HANDLE: return FC_BIND_PRIMITIVE; } return 0; } @@ -227,20 +228,20 @@ { switch (type_basic_get_type(type)) { - case TYPE_BASIC_INT8: return RPC_FC_SMALL; - case TYPE_BASIC_INT16: return RPC_FC_SHORT; - case TYPE_BASIC_INT32: return RPC_FC_LONG; - case TYPE_BASIC_INT64: return RPC_FC_HYPER; - case TYPE_BASIC_INT: return RPC_FC_LONG; - case TYPE_BASIC_INT3264: return RPC_FC_INT3264; - case TYPE_BASIC_BYTE: return RPC_FC_BYTE; - case TYPE_BASIC_CHAR: return RPC_FC_CHAR; - case TYPE_BASIC_WCHAR: return RPC_FC_WCHAR; - case TYPE_BASIC_HYPER: return RPC_FC_HYPER; - case TYPE_BASIC_FLOAT: return RPC_FC_FLOAT; - case TYPE_BASIC_DOUBLE: return RPC_FC_DOUBLE; - case TYPE_BASIC_ERROR_STATUS_T: return RPC_FC_ERROR_STATUS_T; - case TYPE_BASIC_HANDLE: return RPC_FC_BIND_PRIMITIVE; + case TYPE_BASIC_INT8: return FC_SMALL; + case TYPE_BASIC_INT16: return FC_SHORT; + case TYPE_BASIC_INT32: return FC_LONG; + case TYPE_BASIC_INT64: return FC_HYPER; + case TYPE_BASIC_INT: return FC_LONG; + case TYPE_BASIC_INT3264: return FC_INT3264; + case TYPE_BASIC_BYTE: return FC_BYTE; + case TYPE_BASIC_CHAR: return FC_CHAR; + case TYPE_BASIC_WCHAR: return FC_WCHAR; + case TYPE_BASIC_HYPER: return FC_HYPER; + case TYPE_BASIC_FLOAT: return FC_FLOAT; + case TYPE_BASIC_DOUBLE: return FC_DOUBLE; + case TYPE_BASIC_ERROR_STATUS_T: return FC_ERROR_STATUS_T; + case TYPE_BASIC_HANDLE: return FC_BIND_PRIMITIVE; } return 0; } @@ -271,7 +272,7 @@ } if (toplevel_param) - return RPC_FC_RP; + return FC_RP; else if (is_ptr(type)) return type_pointer_get_default_fc(type); else @@ -283,9 +284,9 @@ { int pointer_fc = get_pointer_fc(type, attrs, context == TYPE_CONTEXT_TOPLEVELPARAM); - if (pointer_fc == RPC_FC_UP && is_attr( attrs, ATTR_OUT ) && + if (pointer_fc == FC_UP && is_attr( attrs, ATTR_OUT ) && context == TYPE_CONTEXT_PARAM && is_object( current_iface )) - pointer_fc = RPC_FC_OP; + pointer_fc = FC_OP; return pointer_fc; } @@ -294,9 +295,9 @@ { assert(type_get_type(type) == TYPE_ENUM); if (is_aliaschain_attr(type, ATTR_V1ENUM)) - return RPC_FC_ENUM32; + return FC_ENUM32; else - return RPC_FC_ENUM16; + return FC_ENUM16; } static type_t *get_user_type(const type_t *t, const char **pname) @@ -381,7 +382,7 @@ if (!type_array_is_decl_as_ptr( v->type )) return 0; /* fall through */ case TGT_POINTER: - return (get_pointer_fc(v->type, v->attrs, TRUE) == RPC_FC_RP); + return (get_pointer_fc(v->type, v->attrs, TRUE) == FC_RP); case TGT_CTXT_HANDLE_POINTER: return TRUE; default: @@ -483,7 +484,7 @@ fields = type_struct_get_fields(type); if (get_padding(fields)) - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; if (fields) LIST_FOR_EACH_ENTRY( field, fields, var_t, entry ) { @@ -503,7 +504,7 @@ } if (is_array(type_array_get_element(field->type))) - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; if (type_array_has_conformance(field->type)) { @@ -523,37 +524,37 @@ { case TGT_USER_TYPE: case TGT_IFACE_POINTER: - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; case TGT_BASIC: if (type_basic_get_type(t) == TYPE_BASIC_INT3264 && pointer_size != 4) - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; break; case TGT_ENUM: - if (get_enum_fc(t) == RPC_FC_ENUM16) - return RPC_FC_BOGUS_STRUCT; + if (get_enum_fc(t) == FC_ENUM16) + return FC_BOGUS_STRUCT; break; case TGT_POINTER: case TGT_ARRAY: - if (get_pointer_fc(t, field->attrs, FALSE) == RPC_FC_RP || pointer_size != 4) - return RPC_FC_BOGUS_STRUCT; + if (get_pointer_fc(t, field->attrs, FALSE) == FC_RP || pointer_size != 4) + return FC_BOGUS_STRUCT; has_pointer = 1; break; case TGT_UNION: - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; case TGT_STRUCT: { unsigned char fc = get_struct_fc(t); switch (fc) { - case RPC_FC_STRUCT: + case FC_STRUCT: break; - case RPC_FC_CVSTRUCT: + case FC_CVSTRUCT: has_conformance = 1; has_variance = 1; has_pointer = 1; break; - case RPC_FC_CPSTRUCT: + case FC_CPSTRUCT: has_conformance = 1; if (list_next( fields, &field->entry )) error_loc("field '%s' deriving from a conformant array must be the last field in the structure\n", @@ -561,14 +562,14 @@ has_pointer = 1; break; - case RPC_FC_CSTRUCT: + case FC_CSTRUCT: has_conformance = 1; if (list_next( fields, &field->entry )) error_loc("field '%s' deriving from a conformant array must be the last field in the structure\n", field->name); break; - case RPC_FC_PSTRUCT: + case FC_PSTRUCT: has_pointer = 1; break; @@ -577,13 +578,13 @@ /* fallthru - treat it as complex */ /* as soon as we see one of these these members, it's bogus... */ - case RPC_FC_BOGUS_STRUCT: - return RPC_FC_BOGUS_STRUCT; + case FC_BOGUS_STRUCT: + return FC_BOGUS_STRUCT; } break; } case TGT_RANGE: - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; case TGT_STRING: /* shouldn't get here because of TDT_IGNORE_STRINGS above. fall through */ case TGT_INVALID: @@ -598,17 +599,17 @@ if( has_variance ) { if ( has_conformance ) - return RPC_FC_CVSTRUCT; + return FC_CVSTRUCT; else - return RPC_FC_BOGUS_STRUCT; + return FC_BOGUS_STRUCT; } if( has_conformance && has_pointer ) - return RPC_FC_CPSTRUCT; + return FC_CPSTRUCT; if( has_conformance ) - return RPC_FC_CSTRUCT; + return FC_CSTRUCT; if( has_pointer ) - return RPC_FC_PSTRUCT; - return RPC_FC_STRUCT; + return FC_PSTRUCT; + return FC_STRUCT; } static unsigned char get_array_fc(const type_t *type) @@ -624,60 +625,60 @@ { unsigned int size = type_memsize(elem_type); if (size * type_array_get_dim(type) > 0xffffuL) - fc = RPC_FC_LGFARRAY; + fc = FC_LGFARRAY; else - fc = RPC_FC_SMFARRAY; + fc = FC_SMFARRAY; } else - fc = RPC_FC_CARRAY; + fc = FC_CARRAY; if (type_array_has_variance(type)) { - if (fc == RPC_FC_SMFARRAY) - fc = RPC_FC_SMVARRAY; - else if (fc == RPC_FC_LGFARRAY) - fc = RPC_FC_LGVARRAY; - else if (fc == RPC_FC_CARRAY) - fc = RPC_FC_CVARRAY; + if (fc == FC_SMFARRAY) + fc = FC_SMVARRAY; + else if (fc == FC_LGFARRAY) + fc = FC_LGVARRAY; + else if (fc == FC_CARRAY) + fc = FC_CVARRAY; } switch (typegen_detect_type(elem_type, NULL, TDT_IGNORE_STRINGS)) { case TGT_USER_TYPE: - fc = RPC_FC_BOGUS_ARRAY; + fc = FC_BOGUS_ARRAY; break; case TGT_BASIC: if (type_basic_get_type(elem_type) == TYPE_BASIC_INT3264 && pointer_size != 4) - fc = RPC_FC_BOGUS_ARRAY; + fc = FC_BOGUS_ARRAY; break; case TGT_STRUCT: switch (get_struct_fc(elem_type)) { - case RPC_FC_BOGUS_STRUCT: - fc = RPC_FC_BOGUS_ARRAY; + case FC_BOGUS_STRUCT: + fc = FC_BOGUS_ARRAY; break; } break; case TGT_ENUM: /* is 16-bit enum - if so, wire size differs from mem size and so * the array cannot be block copied, which means the array is complex */ - if (get_enum_fc(elem_type) == RPC_FC_ENUM16) - fc = RPC_FC_BOGUS_ARRAY; + if (get_enum_fc(elem_type) == FC_ENUM16) + fc = FC_BOGUS_ARRAY; break; case TGT_UNION: case TGT_IFACE_POINTER: - fc = RPC_FC_BOGUS_ARRAY; + fc = FC_BOGUS_ARRAY; break; case TGT_POINTER: /* ref pointers cannot just be block copied. unique pointers to * interfaces need special treatment. either case means the array is * complex */ - if (get_pointer_fc(elem_type, NULL, FALSE) == RPC_FC_RP || pointer_size != 4) - fc = RPC_FC_BOGUS_ARRAY; + if (get_pointer_fc(elem_type, NULL, FALSE) == FC_RP || pointer_size != 4) + fc = FC_BOGUS_ARRAY; break; case TGT_RANGE: - fc = RPC_FC_BOGUS_ARRAY; + fc = FC_BOGUS_ARRAY; break; case TGT_CTXT_HANDLE: case TGT_CTXT_HANDLE_POINTER: @@ -694,7 +695,7 @@ static int is_non_complex_struct(const type_t *type) { return (type_get_type(type) == TYPE_STRUCT && - get_struct_fc(type) != RPC_FC_BOGUS_STRUCT); + get_struct_fc(type) != FC_BOGUS_STRUCT); } static int type_has_pointers(const type_t *type) @@ -747,31 +748,27 @@ static int type_has_full_pointer(const type_t *type, const attr_list_t *attrs, int toplevel_param) { -redo: switch (typegen_detect_type(type, NULL, TDT_IGNORE_STRINGS)) { case TGT_USER_TYPE: return FALSE; case TGT_POINTER: - if (get_pointer_fc(type, attrs, toplevel_param) == RPC_FC_FP) + if (get_pointer_fc(type, attrs, toplevel_param) == FC_FP) return TRUE; else return FALSE; case TGT_ARRAY: - if (get_pointer_fc(type, attrs, toplevel_param) == RPC_FC_FP) + if (get_pointer_fc(type, attrs, toplevel_param) == FC_FP) return TRUE; - type = type_array_get_element(type); - attrs = NULL; - toplevel_param = 0; - goto redo; - + else + return type_has_full_pointer(type_array_get_element(type), NULL, FALSE); case TGT_STRUCT: { var_list_t *fields = type_struct_get_fields(type); const var_t *field; - if (fields && toplevel_param) LIST_FOR_EACH_ENTRY( field, fields, const var_t, entry ) + if (fields) LIST_FOR_EACH_ENTRY( field, fields, const var_t, entry ) { - if (field->type && type_has_full_pointer(field->type, field->attrs, FALSE)) + if (type_has_full_pointer(field->type, field->attrs, FALSE)) return TRUE; } break; @@ -781,7 +778,7 @@ var_list_t *fields; const var_t *field; fields = type_union_get_cases(type); - if (fields && toplevel_param) LIST_FOR_EACH_ENTRY( field, fields, const var_t, entry ) + if (fields) LIST_FOR_EACH_ENTRY( field, fields, const var_t, entry ) { if (field->type && type_has_full_pointer(field->type, field->attrs, FALSE)) return TRUE; @@ -864,7 +861,7 @@ do { \ if (file) \ fprintf(file, "/* %2u */\n", typestring_offset); \ - print_file((file), 2, "0x%02x,\t/* " #fctype " */\n", RPC_##fctype); \ + print_file((file), 2, "0x%02x,\t/* " #fctype " */\n", fctype); \ } \ while (0) @@ -984,10 +981,10 @@ case TGT_BASIC: *flags |= IsBasetype; fc = get_basic_fc_signed( var->type ); - if (fc == RPC_FC_BIND_PRIMITIVE) + if (fc == FC_BIND_PRIMITIVE) { buffer_size = 4; /* actually 0 but avoids setting MustSize */ - fc = RPC_FC_LONG; + fc = FC_LONG; } break; case TGT_ENUM: @@ -1008,7 +1005,7 @@ case TGT_ARRAY: *flags |= MustFree; if (type_array_is_decl_as_ptr(var->type) && var->type->details.array.ptr_tfsoff && - get_pointer_fc( var->type, var->attrs, !is_return ) == RPC_FC_RP) + get_pointer_fc( var->type, var->attrs, !is_return ) == FC_RP) { *typestring_offset = var->type->typestring_offset; *flags |= IsSimpleRef; @@ -1016,7 +1013,7 @@ break; case TGT_STRING: *flags |= MustFree; - if (is_declptr( var->type ) && get_pointer_fc( var->type, var->attrs, !is_return ) == RPC_FC_RP) + if (is_declptr( var->type ) && get_pointer_fc( var->type, var->attrs, !is_return ) == FC_RP) { /* skip over pointer description straight to string description */ if (is_conformant_array( var->type )) *typestring_offset += 4; @@ -1032,7 +1029,7 @@ buffer_size = 20; break; case TGT_POINTER: - if (get_pointer_fc( var->type, var->attrs, !is_return ) == RPC_FC_RP) + if (get_pointer_fc( var->type, var->attrs, !is_return ) == FC_RP) { const type_t *ref = type_pointer_get_ref( var->type ); @@ -1047,7 +1044,7 @@ if (!is_in && is_out) server_size = pointer_size; break; case TGT_ENUM: - if ((fc = get_enum_fc( ref )) == RPC_FC_ENUM32) + if ((fc = get_enum_fc( ref )) == FC_ENUM32) { *flags |= IsSimpleRef | IsBasetype; if (!is_in && is_out) server_size = pointer_size; @@ -1081,9 +1078,9 @@ *typestring_offset = ref->typestring_offset; switch (get_struct_fc(ref)) { - case RPC_FC_STRUCT: - case RPC_FC_PSTRUCT: - case RPC_FC_BOGUS_STRUCT: + case FC_STRUCT: + case FC_PSTRUCT: + case FC_BOGUS_STRUCT: if (!is_in && is_out) server_size = type_memsize( ref ); break; default: @@ -1144,7 +1141,7 @@ static unsigned int write_new_procformatstring_type(FILE *file, int indent, const var_t *var, int is_return, unsigned int *stack_offset) { - char buffer[64]; + char buffer[128]; unsigned int stack_size, typestring_offset; unsigned short flags; unsigned char fc = get_parameter_fc( var, is_return, &flags, &stack_size, &typestring_offset ); @@ -1204,8 +1201,8 @@ { fc = get_basic_fc_signed(var->type); - if (fc == RPC_FC_BIND_PRIMITIVE) - fc = RPC_FC_IGNORE; + if (fc == FC_BIND_PRIMITIVE) + fc = FC_IGNORE; } print_file(file, indent, "0x%02x, /* %s */\n", @@ -1297,7 +1294,7 @@ unsigned char explicit_fc, implicit_fc; unsigned char handle_flags; const var_t *handle_var = get_func_handle_var( iface, func, &explicit_fc, &implicit_fc ); - unsigned char oi_flags = RPC_FC_PROC_OIF_RPCFLAGS | RPC_FC_PROC_OIF_NEWINIT; + unsigned char oi_flags = Oi_HAS_RPCFLAGS | Oi_USE_NEW_INIT_ROUTINES; unsigned int rpc_flags = get_rpc_flags( func->attrs ); unsigned int nb_args = 0; unsigned int stack_size = 0; @@ -1305,11 +1302,11 @@ unsigned short handle_stack_offset = 0; unsigned short handle_param_num = 0; - if (is_full_pointer_function( func )) oi_flags |= RPC_FC_PROC_OIF_FULLPTR; + if (is_full_pointer_function( func )) oi_flags |= Oi_FULL_PTR_USED; if (is_object( iface )) { - oi_flags |= RPC_FC_PROC_OIF_OBJECT; - if (get_stub_mode() == MODE_Oif) oi_flags |= RPC_FC_PROC_OIF_OBJ_V2; + oi_flags |= Oi_OBJECT_PROC; + if (get_stub_mode() == MODE_Oif) oi_flags |= Oi_OBJ_USE_V2_INTERPRETER; stack_size += pointer_size; } @@ -1343,7 +1340,7 @@ { switch (explicit_fc) { - case RPC_FC_BIND_PRIMITIVE: + case FC_BIND_PRIMITIVE: handle_flags = 0; print_file( file, indent, "0x%02x,\t/* %s */\n", explicit_fc, string_of_type(explicit_fc) ); print_file( file, indent, "0x%02x,\n", handle_flags ); @@ -1351,17 +1348,17 @@ handle_stack_offset, handle_stack_offset ); *offset += 4; break; - case RPC_FC_BIND_GENERIC: + case FC_BIND_GENERIC: handle_flags = type_memsize( handle_var->type ); print_file( file, indent, "0x%02x,\t/* %s */\n", explicit_fc, string_of_type(explicit_fc) ); print_file( file, indent, "0x%02x,\n", handle_flags ); print_file( file, indent, "NdrFcShort(0x%hx),\t/* stack offset = %hu */\n", handle_stack_offset, handle_stack_offset ); print_file( file, indent, "0x%02x,\n", get_generic_handle_offset( handle_var->type ) ); - print_file( file, indent, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file( file, indent, "0x%x,\t/* FC_PAD */\n", FC_PAD); *offset += 6; break; - case RPC_FC_BIND_CONTEXT: + case FC_BIND_CONTEXT: handle_flags = get_contexthandle_flags( iface, handle_var->attrs, handle_var->type ); print_file( file, indent, "0x%02x,\t/* %s */\n", explicit_fc, string_of_type(explicit_fc) ); print_file( file, indent, "0x%02x,\n", handle_flags ); @@ -1553,7 +1550,7 @@ const expr_t *expr) { unsigned char operator_type = 0; - unsigned char conftype = RPC_FC_NORMAL_CONFORMANCE; + unsigned char conftype = FC_NORMAL_CONFORMANCE; const char *conftype_string = "field"; const expr_t *subexpr; const type_t *iface = NULL; @@ -1573,7 +1570,7 @@ UCHAR_MAX * (USHRT_MAX + 1) + USHRT_MAX); print_file(file, 2, "0x%x, /* Corr desc: constant, val = %d */\n", - RPC_FC_CONSTANT_CONFORMANCE, expr->cval); + FC_CONSTANT_CONFORMANCE, expr->cval); print_file(file, 2, "0x%x,\n", expr->cval >> 16); print_file(file, 2, "NdrFcShort(0x%hx),\n", (unsigned short)expr->cval); @@ -1582,7 +1579,7 @@ if (!cont_type) /* top-level conformance */ { - conftype = RPC_FC_TOP_LEVEL_CONFORMANCE; + conftype = FC_TOP_LEVEL_CONFORMANCE; conftype_string = "parameter"; cont_type = current_func->type; name = current_func->name; @@ -1593,7 +1590,7 @@ name = cont_type->name; if (is_ptr(type) || (is_array(type) && type_array_is_decl_as_ptr(type))) { - conftype = RPC_FC_POINTER_CONFORMANCE; + conftype = FC_POINTER_CONFORMANCE; conftype_string = "field pointer"; } } @@ -1603,34 +1600,34 @@ { case EXPR_PPTR: subexpr = subexpr->ref; - operator_type = RPC_FC_DEREFERENCE; + operator_type = FC_DEREFERENCE; break; case EXPR_DIV: if (subexpr->u.ext->is_const && (subexpr->u.ext->cval == 2)) { subexpr = subexpr->ref; - operator_type = RPC_FC_DIV_2; + operator_type = FC_DIV_2; } break; case EXPR_MUL: if (subexpr->u.ext->is_const && (subexpr->u.ext->cval == 2)) { subexpr = subexpr->ref; - operator_type = RPC_FC_MULT_2; + operator_type = FC_MULT_2; } break; case EXPR_SUB: if (subexpr->u.ext->is_const && (subexpr->u.ext->cval == 1)) { subexpr = subexpr->ref; - operator_type = RPC_FC_SUB_1; + operator_type = FC_SUB_1; } break; case EXPR_ADD: if (subexpr->u.ext->is_const && (subexpr->u.ext->cval == 1)) { subexpr = subexpr->ref; - operator_type = RPC_FC_ADD_1; + operator_type = FC_ADD_1; } break; default: @@ -1689,26 +1686,26 @@ { switch (get_basic_fc(correlation_variable)) { - case RPC_FC_CHAR: - case RPC_FC_SMALL: - param_type = RPC_FC_SMALL; + case FC_CHAR: + case FC_SMALL: + param_type = FC_SMALL; break; - case RPC_FC_BYTE: - case RPC_FC_USMALL: - param_type = RPC_FC_USMALL; + case FC_BYTE: + case FC_USMALL: + param_type = FC_USMALL; break; - case RPC_FC_WCHAR: - case RPC_FC_SHORT: - param_type = RPC_FC_SHORT; + case FC_WCHAR: + case FC_SHORT: + param_type = FC_SHORT; break; - case RPC_FC_USHORT: - param_type = RPC_FC_USHORT; + case FC_USHORT: + param_type = FC_USHORT; break; - case RPC_FC_LONG: - param_type = RPC_FC_LONG; + case FC_LONG: + param_type = FC_LONG; break; - case RPC_FC_ULONG: - param_type = RPC_FC_ULONG; + case FC_ULONG: + param_type = FC_ULONG; break; default: error("write_conf_or_var_desc: conformance variable type not supported 0x%x\n", @@ -1717,17 +1714,17 @@ } else if (type_get_type(correlation_variable) == TYPE_ENUM) { - if (get_enum_fc(correlation_variable) == RPC_FC_ENUM32) - param_type = RPC_FC_LONG; + if (get_enum_fc(correlation_variable) == FC_ENUM32) + param_type = FC_LONG; else - param_type = RPC_FC_SHORT; + param_type = FC_SHORT; } else if (type_get_type(correlation_variable) == TYPE_POINTER) { if (pointer_size == 8) - param_type = RPC_FC_HYPER; + param_type = FC_HYPER; else - param_type = RPC_FC_LONG; + param_type = FC_LONG; } else { @@ -1778,7 +1775,7 @@ error("Maximum number of callback routines reached\n"); print_file(file, 2, "0x%x,\t/* Corr desc: %s in %s */\n", conftype, conftype_string, name); - print_file(file, 2, "0x%x,\t/* %s */\n", RPC_FC_CALLBACK, "FC_CALLBACK"); + print_file(file, 2, "0x%x,\t/* %s */\n", FC_CALLBACK, "FC_CALLBACK"); print_file(file, 2, "NdrFcShort(0x%hx),\t/* %u */\n", (unsigned short)callback_offset, callback_offset); } else /* output a dummy corr desc that isn't used */ @@ -1843,7 +1840,7 @@ return maxs; } -static unsigned int type_memsize_and_alignment(const type_t *t, unsigned int *align) +unsigned int type_memsize_and_alignment(const type_t *t, unsigned int *align) { unsigned int size = 0; @@ -1852,34 +1849,34 @@ case TYPE_BASIC: switch (get_basic_fc(t)) { - case RPC_FC_BYTE: - case RPC_FC_CHAR: - case RPC_FC_USMALL: - case RPC_FC_SMALL: + case FC_BYTE: + case FC_CHAR: + case FC_USMALL: + case FC_SMALL: size = 1; if (size > *align) *align = size; break; - case RPC_FC_WCHAR: - case RPC_FC_USHORT: - case RPC_FC_SHORT: + case FC_WCHAR: + case FC_USHORT: + case FC_SHORT: size = 2; if (size > *align) *align = size; break; - case RPC_FC_ULONG: - case RPC_FC_LONG: - case RPC_FC_ERROR_STATUS_T: - case RPC_FC_FLOAT: + case FC_ULONG: + case FC_LONG: + case FC_ERROR_STATUS_T: + case FC_FLOAT: size = 4; if (size > *align) *align = size; break; - case RPC_FC_HYPER: - case RPC_FC_DOUBLE: + case FC_HYPER: + case FC_DOUBLE: size = 8; if (size > *align) *align = size; break; - case RPC_FC_INT3264: - case RPC_FC_UINT3264: - case RPC_FC_BIND_PRIMITIVE: + case FC_INT3264: + case FC_UINT3264: + case FC_BIND_PRIMITIVE: assert( pointer_size ); size = pointer_size; if (size > *align) *align = size; @@ -1892,8 +1889,8 @@ case TYPE_ENUM: switch (get_enum_fc(t)) { - case RPC_FC_ENUM16: - case RPC_FC_ENUM32: + case FC_ENUM16: + case FC_ENUM32: size = 4; if (size > *align) *align = size; break; @@ -1912,6 +1909,7 @@ size = union_memsize(type_union_get_cases(t), align); break; case TYPE_POINTER: + case TYPE_INTERFACE: assert( pointer_size ); size = pointer_size; if (size > *align) *align = size; @@ -1935,7 +1933,6 @@ if (size > *align) *align = size; } break; - case TYPE_INTERFACE: case TYPE_ALIAS: case TYPE_VOID: case TYPE_COCLASS: @@ -1969,24 +1966,24 @@ case TYPE_BASIC: switch (get_basic_fc(t)) { - case RPC_FC_BYTE: - case RPC_FC_CHAR: - case RPC_FC_USMALL: - case RPC_FC_SMALL: + case FC_BYTE: + case FC_CHAR: + case FC_USMALL: + case FC_SMALL: return 1; - case RPC_FC_WCHAR: - case RPC_FC_USHORT: - case RPC_FC_SHORT: + case FC_WCHAR: + case FC_USHORT: + case FC_SHORT: return 2; - case RPC_FC_ULONG: - case RPC_FC_LONG: - case RPC_FC_ERROR_STATUS_T: - case RPC_FC_FLOAT: - case RPC_FC_INT3264: - case RPC_FC_UINT3264: + case FC_ULONG: + case FC_LONG: + case FC_ERROR_STATUS_T: + case FC_FLOAT: + case FC_INT3264: + case FC_UINT3264: return 4; - case RPC_FC_HYPER: - case RPC_FC_DOUBLE: + case FC_HYPER: + case FC_DOUBLE: return 8; default: error("type_buffer_alignment: Unknown type 0x%x\n", get_basic_fc(t)); @@ -1995,9 +1992,9 @@ case TYPE_ENUM: switch (get_enum_fc(t)) { - case RPC_FC_ENUM16: + case FC_ENUM16: return 2; - case RPC_FC_ENUM32: + case FC_ENUM32: return 4; default: error("type_buffer_alignment: Unknown enum type\n"); @@ -2096,14 +2093,14 @@ out_attr = is_attr(attrs, ATTR_OUT); if (!in_attr && !out_attr) in_attr = 1; - if (out_attr && !in_attr && pointer_type == RPC_FC_RP) - flags |= RPC_FC_P_ONSTACK; + if (out_attr && !in_attr && pointer_type == FC_RP) + flags |= FC_ALLOCED_ON_STACK; if (is_ptr(type)) { type_t *ref = type_pointer_get_ref(type); if(is_declptr(ref) && !is_user_type(ref)) - flags |= RPC_FC_P_DEREF; + flags |= FC_POINTER_DEREF; } print_file(file, 2, "0x%x, 0x%x,\t\t/* %s", @@ -2112,9 +2109,9 @@ string_of_type(pointer_type)); if (file) { - if (flags & RPC_FC_P_ONSTACK) + if (flags & FC_ALLOCED_ON_STACK) fprintf(file, " [allocated_on_stack]"); - if (flags & RPC_FC_P_DEREF) + if (flags & FC_POINTER_DEREF) fprintf(file, " [pointer_deref]"); fprintf(file, " */\n"); } @@ -2133,7 +2130,7 @@ const type_t *ref; int in_attr = is_attr(attrs, ATTR_IN); int out_attr = is_attr(attrs, ATTR_OUT); - unsigned char flags = RPC_FC_P_SIMPLEPOINTER; + unsigned char flags = FC_SIMPLE_POINTER; /* for historical reasons, write_simple_pointer also handled string types, * but no longer does. catch bad uses of the function with this check */ @@ -2149,11 +2146,11 @@ fc = get_basic_fc(ref); if (out_attr && !in_attr) - flags |= RPC_FC_P_ONSTACK; + flags |= FC_ALLOCED_ON_STACK; print_file(file, 2, "0x%02x, 0x%x,\t/* %s %s[simple_pointer] */\n", pointer_fc, flags, string_of_type(pointer_fc), - flags & RPC_FC_P_ONSTACK ? "[allocated_on_stack] " : ""); + flags & FC_ALLOCED_ON_STACK ? "[allocated_on_stack] " : ""); print_file(file, 2, "0x%02x,\t/* %s */\n", fc, string_of_type(fc)); print_file(file, 2, "0x5c,\t/* FC_PAD */\n"); return 4; @@ -2162,7 +2159,7 @@ static void print_start_tfs_comment(FILE *file, type_t *t, unsigned int tfsoff) { print_file(file, 0, "/* %u (", tfsoff); - write_type_decl(file, t, NULL, ""); + write_type_decl(file, t, NULL); print_file(file, 0, ") */\n"); } @@ -2205,10 +2202,10 @@ { switch (get_struct_fc(t)) { - case RPC_FC_PSTRUCT: - case RPC_FC_CSTRUCT: - case RPC_FC_CPSTRUCT: - case RPC_FC_CVSTRUCT: + case FC_PSTRUCT: + case FC_CSTRUCT: + case FC_CPSTRUCT: + case FC_CVSTRUCT: return TRUE; } } @@ -2257,9 +2254,9 @@ absoff = utype->typestring_offset; } - if (type_get_type(utype) == TYPE_POINTER && get_pointer_fc(utype, NULL, FALSE) == RPC_FC_RP) + if (type_get_type(utype) == TYPE_POINTER && get_pointer_fc(utype, NULL, FALSE) == FC_RP) flags = 0x40; - else if (type_get_type(utype) == TYPE_POINTER && get_pointer_fc(utype, NULL, FALSE) == RPC_FC_UP) + else if (type_get_type(utype) == TYPE_POINTER && get_pointer_fc(utype, NULL, FALSE) == FC_UP) flags = 0x80; else flags = 0; @@ -2267,7 +2264,7 @@ start = *tfsoff; update_tfsoff(type, start, file); print_start_tfs_comment(file, type, start); - print_file(file, 2, "0x%x,\t/* FC_USER_MARSHAL */\n", RPC_FC_USER_MARSHAL); + print_file(file, 2, "0x%x,\t/* FC_USER_MARSHAL */\n", FC_USER_MARSHAL); print_file(file, 2, "0x%x,\t/* Alignment= %d, Flags= %02x */\n", flags | (ualign - 1), ualign - 1, flags); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Function offset= %hu */\n", funoff, funoff); @@ -2312,7 +2309,7 @@ } else if (is_ptr(type) || is_conformant_array(type)) { - unsigned char fc = cont_is_complex ? RPC_FC_POINTER : RPC_FC_LONG; + unsigned char fc = cont_is_complex ? FC_POINTER : FC_LONG; print_file(file, 2, "0x%x,\t/* %s */\n", fc, string_of_type(fc)); *tfsoff += 1; } @@ -2320,7 +2317,7 @@ error("Unsupported member type %d\n", type_get_type(type)); } -static void write_array_element_type(FILE *file, const type_t *type, +static void write_array_element_type(FILE *file, const attr_list_t *attrs, const type_t *type, int cont_is_complex, unsigned int *tfsoff) { type_t *elem = type_array_get_element(type); @@ -2335,7 +2332,7 @@ ref->typestring_offset, tfsoff); return; } - if (cont_is_complex && is_string_type(NULL, elem)) + if (cont_is_complex && is_string_type(attrs, elem)) { write_string_tfs(file, NULL, elem, TYPE_CONTEXT_CONTAINER, NULL, tfsoff); return; @@ -2354,10 +2351,10 @@ { if (*tfsoff % 2 == 0) { - print_file(file, 2, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%x,\t/* FC_PAD */\n", FC_PAD); *tfsoff += 1; } - print_file(file, 2, "0x%x,\t/* FC_END */\n", RPC_FC_END); + print_file(file, 2, "0x%x,\t/* FC_END */\n", FC_END); *tfsoff += 1; } @@ -2379,8 +2376,8 @@ absoff += 8; /* we already have a corr descr, skip it */ reloff = absoff - (*tfsoff + 6); print_file(file, 0, "/* %d */\n", *tfsoff); - print_file(file, 2, "0x%x,\t/* FC_NON_ENCAPSULATED_UNION */\n", RPC_FC_NON_ENCAPSULATED_UNION); - print_file(file, 2, "0x%x,\t/* FIXME: always FC_LONG */\n", RPC_FC_LONG); + print_file(file, 2, "0x%x,\t/* FC_NON_ENCAPSULATED_UNION */\n", FC_NON_ENCAPSULATED_UNION); + print_file(file, 2, "0x%x,\t/* FIXME: always FC_LONG */\n", FC_LONG); write_conf_or_var_desc(file, current_structure, offset, ft, get_attrp(f->attrs, ATTR_SWITCHIS)); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Offset= %hd (%u) */\n", @@ -2499,8 +2496,8 @@ if (is_ptr(type) || (is_conformant_array(type) && type_array_is_decl_as_ptr(type))) { - print_file(file, 2, "0x%02x, /* FC_NO_REPEAT */\n", RPC_FC_NO_REPEAT); - print_file(file, 2, "0x%02x, /* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%02x, /* FC_NO_REPEAT */\n", FC_NO_REPEAT); + print_file(file, 2, "0x%02x, /* FC_PAD */\n", FC_PAD); *typestring_offset += 2; return write_pointer_description_offsets(file, attrs, type, @@ -2563,8 +2560,8 @@ increment_size = type_memsize(type_array_get_element(type)); - print_file(file, 2, "0x%02x, /* FC_FIXED_REPEAT */\n", RPC_FC_FIXED_REPEAT); - print_file(file, 2, "0x%02x, /* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%02x, /* FC_FIXED_REPEAT */\n", FC_FIXED_REPEAT); + print_file(file, 2, "0x%02x, /* FC_PAD */\n", FC_PAD); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Iterations = %d */\n", (unsigned short)type_array_get_dim(type), type_array_get_dim(type)); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Increment = %d */\n", (unsigned short)increment_size, increment_size); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Offset to array = %d */\n", (unsigned short)*offset_in_memory, *offset_in_memory); @@ -2637,8 +2634,8 @@ if (increment_size > USHRT_MAX) error("array size of %u bytes is too large\n", increment_size); - print_file(file, 2, "0x%02x, /* FC_VARIABLE_REPEAT */\n", RPC_FC_VARIABLE_REPEAT); - print_file(file, 2, "0x%02x, /* FC_FIXED_OFFSET */\n", RPC_FC_FIXED_OFFSET); + print_file(file, 2, "0x%02x, /* FC_VARIABLE_REPEAT */\n", FC_VARIABLE_REPEAT); + print_file(file, 2, "0x%02x, /* FC_FIXED_OFFSET */\n", FC_FIXED_OFFSET); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Increment = %d */\n", (unsigned short)increment_size, increment_size); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Offset to array = %d */\n", (unsigned short)offset_in_memory, offset_in_memory); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Number of pointers = %d */\n", (unsigned short)pointer_count, pointer_count); @@ -2679,8 +2676,8 @@ if (increment_size > USHRT_MAX) error("array size of %u bytes is too large\n", increment_size); - print_file(file, 2, "0x%02x, /* FC_VARIABLE_REPEAT */\n", RPC_FC_VARIABLE_REPEAT); - print_file(file, 2, "0x%02x, /* FC_VARIABLE_OFFSET */\n", RPC_FC_VARIABLE_OFFSET); + print_file(file, 2, "0x%02x, /* FC_VARIABLE_REPEAT */\n", FC_VARIABLE_REPEAT); + print_file(file, 2, "0x%02x, /* FC_VARIABLE_OFFSET */\n", FC_VARIABLE_OFFSET); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Increment = %d */\n", (unsigned short)increment_size, increment_size); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Offset to array = %d */\n", (unsigned short)*offset_in_memory, *offset_in_memory); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Number of pointers = %d */\n", (unsigned short)pointer_count, pointer_count); @@ -2732,7 +2729,7 @@ return pointer_count; } -static void write_pointer_description(FILE *file, type_t *type, +static void write_pointer_description(FILE *file, const attr_list_t *attrs, type_t *type, unsigned int *typestring_offset) { unsigned int offset_in_buffer; @@ -2761,9 +2758,9 @@ if (is_conformant_array(type) && (type_array_is_decl_as_ptr(type) || !current_structure)) write_conformant_array_pointer_descriptions( - file, NULL, type, 0, typestring_offset); + file, attrs, type, 0, typestring_offset); else if (type_get_type(type) == TYPE_STRUCT && - get_struct_fc(type) == RPC_FC_CPSTRUCT) + get_struct_fc(type) == FC_CPSTRUCT) { type_t *carray = find_array_or_string_in_struct(type)->type; write_conformant_array_pointer_descriptions( file, NULL, carray, @@ -2791,10 +2788,10 @@ if (is_declptr(type)) { - unsigned char flag = is_conformant_array(type) ? 0 : RPC_FC_P_SIMPLEPOINTER; + unsigned char flag = is_conformant_array(type) ? 0 : FC_SIMPLE_POINTER; int pointer_type = get_pointer_fc_context(type, attrs, context); if (!pointer_type) - pointer_type = RPC_FC_RP; + pointer_type = FC_RP; print_start_tfs_comment(file, type, *typestring_offset); print_file(file, 2,"0x%x, 0x%x,\t/* %s%s */\n", pointer_type, flag, string_of_type(pointer_type), @@ -2813,6 +2810,9 @@ else elem_type = type_pointer_get_ref(type); + if (type_get_type(elem_type) == TYPE_POINTER && is_array(type)) + return write_array_tfs(file, attrs, type, name, typestring_offset); + if (type_get_type(elem_type) != TYPE_BASIC) { error("write_string_tfs: Unimplemented for non-basic type %s\n", name); @@ -2820,7 +2820,7 @@ } rtype = get_basic_fc(elem_type); - if ((rtype != RPC_FC_BYTE) && (rtype != RPC_FC_CHAR) && (rtype != RPC_FC_WCHAR)) + if ((rtype != FC_BYTE) && (rtype != FC_CHAR) && (rtype != FC_WCHAR)) { error("write_string_tfs: Unimplemented for type 0x%x of name: %s\n", rtype, name); return start_offset; @@ -2837,11 +2837,11 @@ error("array size for parameter %s exceeds %u bytes by %u bytes\n", name, 0xffffu, dim - 0xffffu); - if (rtype == RPC_FC_WCHAR) + if (rtype == FC_WCHAR) WRITE_FCTYPE(file, FC_WSTRING, *typestring_offset); else WRITE_FCTYPE(file, FC_CSTRING, *typestring_offset); - print_file(file, 2, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%x,\t/* FC_PAD */\n", FC_PAD); *typestring_offset += 2; print_file(file, 2, "NdrFcShort(0x%hx),\t/* %d */\n", (unsigned short)dim, dim); @@ -2852,11 +2852,11 @@ } else if (is_conformant_array(type)) { - if (rtype == RPC_FC_WCHAR) + if (rtype == FC_WCHAR) WRITE_FCTYPE(file, FC_C_WSTRING, *typestring_offset); else WRITE_FCTYPE(file, FC_C_CSTRING, *typestring_offset); - print_file(file, 2, "0x%x,\t/* FC_STRING_SIZED */\n", RPC_FC_STRING_SIZED); + print_file(file, 2, "0x%x,\t/* FC_STRING_SIZED */\n", FC_STRING_SIZED); *typestring_offset += 2; *typestring_offset += write_conf_or_var_desc( @@ -2873,11 +2873,11 @@ { if (is_processed) return start_offset; - if (rtype == RPC_FC_WCHAR) + if (rtype == FC_WCHAR) WRITE_FCTYPE(file, FC_C_WSTRING, *typestring_offset); else WRITE_FCTYPE(file, FC_C_CSTRING, *typestring_offset); - print_file(file, 2, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%x,\t/* FC_PAD */\n", FC_PAD); *typestring_offset += 2; update_tfsoff(type, start_offset, file); @@ -2901,9 +2901,10 @@ : 0; if (!pointer_type) - pointer_type = RPC_FC_RP; + pointer_type = FC_RP; - write_embedded_types(file, attrs, type_array_get_element(type), name, FALSE, typestring_offset); + if (!is_string_type(attrs, type_array_get_element(type))) + write_embedded_types(file, attrs, type_array_get_element(type), name, FALSE, typestring_offset); size = type_memsize(is_conformant_array(type) ? type_array_get_element(type) : type); align = type_buffer_alignment(is_conformant_array(type) ? type_array_get_element(type) : type); @@ -2917,9 +2918,9 @@ *typestring_offset += 2; align = 0; - if (fc != RPC_FC_BOGUS_ARRAY) + if (fc != FC_BOGUS_ARRAY) { - if (fc == RPC_FC_LGFARRAY || fc == RPC_FC_LGVARRAY) + if (fc == FC_LGFARRAY || fc == FC_LGVARRAY) { print_file(file, 2, "NdrFcLong(0x%x),\t/* %u */\n", size, size); *typestring_offset += 4; @@ -2935,12 +2936,12 @@ += write_conf_or_var_desc(file, current_structure, baseoff, type, size_is); - if (fc == RPC_FC_SMVARRAY || fc == RPC_FC_LGVARRAY) + if (fc == FC_SMVARRAY || fc == FC_LGVARRAY) { unsigned int elsize = type_memsize(type_array_get_element(type)); unsigned int dim = type_array_get_dim(type); - if (fc == RPC_FC_LGVARRAY) + if (fc == FC_LGVARRAY) { print_file(file, 2, "NdrFcLong(0x%x),\t/* %u */\n", dim, dim); *typestring_offset += 4; @@ -2963,15 +2964,15 @@ if (type_has_pointers(type_array_get_element(type)) && (type_array_is_decl_as_ptr(type) || !current_structure)) { - print_file(file, 2, "0x%x,\t/* FC_PP */\n", RPC_FC_PP); - print_file(file, 2, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%x,\t/* FC_PP */\n", FC_PP); + print_file(file, 2, "0x%x,\t/* FC_PAD */\n", FC_PAD); *typestring_offset += 2; - write_pointer_description(file, type, typestring_offset); - print_file(file, 2, "0x%x,\t/* FC_END */\n", RPC_FC_END); + write_pointer_description(file, is_string_type(attrs, type) ? attrs : NULL, type, typestring_offset); + print_file(file, 2, "0x%x,\t/* FC_END */\n", FC_END); *typestring_offset += 1; } - write_array_element_type(file, type, FALSE, typestring_offset); + write_array_element_type(file, is_string_type(attrs, type) ? attrs : NULL, type, FALSE, typestring_offset); write_end(file, typestring_offset); } else @@ -2986,7 +2987,7 @@ += write_conf_or_var_desc(file, current_structure, baseoff, type, length_is); - write_array_element_type(file, type, TRUE, typestring_offset); + write_array_element_type(file, is_string_type(attrs, type) ? attrs : NULL, type, TRUE, typestring_offset); write_end(file, typestring_offset); } @@ -3040,13 +3041,13 @@ switch (align) { case 2: - fc = RPC_FC_ALIGNM2; + fc = FC_ALIGNM2; break; case 4: - fc = RPC_FC_ALIGNM4; + fc = FC_ALIGNM4; break; case 8: - fc = RPC_FC_ALIGNM8; + fc = FC_ALIGNM8; break; default: error("write_struct_members: cannot align type %d\n", type_get_type(ft)); @@ -3065,7 +3066,7 @@ if (padding) { print_file(file, 2, "0x%x,\t/* FC_STRUCTPAD%d */\n", - RPC_FC_STRUCTPAD1 + padding - 1, + FC_STRUCTPAD1 + padding - 1, padding); *typestring_offset += 1; } @@ -3128,13 +3129,13 @@ reloff, reloff, absoff); *tfsoff += 2; } - else if (fc == RPC_FC_BOGUS_STRUCT) + else if (fc == FC_BOGUS_STRUCT) { print_file(file, 2, "NdrFcShort(0x0),\n"); *tfsoff += 2; } - if (fc == RPC_FC_BOGUS_STRUCT) + if (fc == FC_BOGUS_STRUCT) { /* On the sizing pass, type->ptrdesc may be zero, but it's ok as nothing is written to file yet. On the actual writing pass, @@ -3146,22 +3147,22 @@ (unsigned short)reloff, reloff, absoff); *tfsoff += 2; } - else if ((fc == RPC_FC_PSTRUCT) || - (fc == RPC_FC_CPSTRUCT) || - (fc == RPC_FC_CVSTRUCT && type_has_pointers(type))) + else if ((fc == FC_PSTRUCT) || + (fc == FC_CPSTRUCT) || + (fc == FC_CVSTRUCT && type_has_pointers(type))) { - print_file(file, 2, "0x%x,\t/* FC_PP */\n", RPC_FC_PP); - print_file(file, 2, "0x%x,\t/* FC_PAD */\n", RPC_FC_PAD); + print_file(file, 2, "0x%x,\t/* FC_PP */\n", FC_PP); + print_file(file, 2, "0x%x,\t/* FC_PAD */\n", FC_PAD); *tfsoff += 2; - write_pointer_description(file, type, tfsoff); - print_file(file, 2, "0x%x,\t/* FC_END */\n", RPC_FC_END); + write_pointer_description(file, NULL, type, tfsoff); + print_file(file, 2, "0x%x,\t/* FC_END */\n", FC_END); *tfsoff += 1; } - write_struct_members(file, type, fc == RPC_FC_BOGUS_STRUCT, &corroff, + write_struct_members(file, type, fc == FC_BOGUS_STRUCT, &corroff, tfsoff); - if (fc == RPC_FC_BOGUS_STRUCT) + if (fc == FC_BOGUS_STRUCT) { const var_t *f; @@ -3246,6 +3247,7 @@ unsigned int nbranch = 0; type_t *deftype = NULL; short nodeftype = 0xffff; + unsigned int dummy; var_t *f; if (processed(type) && @@ -3254,10 +3256,10 @@ guard_rec(type); - size = type_memsize(type); - fields = type_union_get_cases(type); + size = union_memsize(fields, &dummy); + if (fields) LIST_FOR_EACH_ENTRY(f, fields, var_t, entry) { expr_list_t *cases = get_attrp(f->attrs, ATTR_CASE); @@ -3274,6 +3276,7 @@ { const var_t *sv = type_union_get_switch_value(type); const type_t *st = sv->type; + unsigned int align = 0; unsigned char fc; if (type_get_type(st) == TYPE_BASIC) @@ -3281,15 +3284,15 @@ fc = get_basic_fc(st); switch (fc) { - case RPC_FC_CHAR: - case RPC_FC_SMALL: - case RPC_FC_BYTE: - case RPC_FC_USMALL: - case RPC_FC_WCHAR: - case RPC_FC_SHORT: - case RPC_FC_USHORT: - case RPC_FC_LONG: - case RPC_FC_ULONG: + case FC_CHAR: + case FC_SMALL: + case FC_BYTE: + case FC_USMALL: + case FC_WCHAR: + case FC_SHORT: + case FC_USHORT: + case FC_LONG: + case FC_ULONG: break; default: fc = 0; @@ -3301,9 +3304,16 @@ else error("union switch type must be an integer, char, or enum\n"); - print_file(file, 2, "0x%x,\t/* FC_ENCAPSULATED_UNION */\n", RPC_FC_ENCAPSULATED_UNION); + type_memsize_and_alignment(st, &align); + if (fields) LIST_FOR_EACH_ENTRY(f, fields, var_t, entry) + { + if (f->type) + type_memsize_and_alignment(f->type, &align); + } + + print_file(file, 2, "0x%x,\t/* FC_ENCAPSULATED_UNION */\n", FC_ENCAPSULATED_UNION); print_file(file, 2, "0x%x,\t/* Switch type= %s */\n", - 0x40 | fc, string_of_type(fc)); + (align << 4) | fc, string_of_type(fc)); *tfsoff += 2; } else if (is_attr(type->attrs, ATTR_SWITCHTYPE)) @@ -3317,15 +3327,15 @@ fc = get_basic_fc(st); switch (fc) { - case RPC_FC_CHAR: - case RPC_FC_SMALL: - case RPC_FC_USMALL: - case RPC_FC_SHORT: - case RPC_FC_USHORT: - case RPC_FC_LONG: - case RPC_FC_ULONG: - case RPC_FC_ENUM16: - case RPC_FC_ENUM32: + case FC_CHAR: + case FC_SMALL: + case FC_USMALL: + case FC_SHORT: + case FC_USHORT: + case FC_LONG: + case FC_ULONG: + case FC_ENUM16: + case FC_ENUM32: break; default: fc = 0; @@ -3337,7 +3347,7 @@ else error("union switch type must be an integer, char, or enum\n"); - print_file(file, 2, "0x%x,\t/* FC_NON_ENCAPSULATED_UNION */\n", RPC_FC_NON_ENCAPSULATED_UNION); + print_file(file, 2, "0x%x,\t/* FC_NON_ENCAPSULATED_UNION */\n", FC_NON_ENCAPSULATED_UNION); print_file(file, 2, "0x%x,\t/* Switch type= %s */\n", fc, string_of_type(fc)); *tfsoff += 2; @@ -3451,21 +3461,21 @@ if (flags & 0x80) /* via ptr */ { int pointer_type = get_pointer_fc( type, attrs, toplevel_param ); - if (!pointer_type) pointer_type = RPC_FC_RP; + if (!pointer_type) pointer_type = FC_RP; *typeformat_offset += 4; print_file(file, 2,"0x%x, 0x0,\t/* %s */\n", pointer_type, string_of_type(pointer_type) ); print_file(file, 2, "NdrFcShort(0x2),\t /* Offset= 2 (%u) */\n", *typeformat_offset); print_file(file, 0, "/* %2u */\n", *typeformat_offset); } - print_file(file, 2, "0x%02x,\t/* FC_BIND_CONTEXT */\n", RPC_FC_BIND_CONTEXT); + print_file(file, 2, "0x%02x,\t/* FC_BIND_CONTEXT */\n", FC_BIND_CONTEXT); print_file(file, 2, "0x%x,\t/* Context flags: ", flags); /* return and can't be null values overlap */ if (((flags & 0x21) != 0x21) && (flags & NDR_CONTEXT_HANDLE_CANNOT_BE_NULL)) print_file(file, 0, "can't be null, "); if (flags & NDR_CONTEXT_HANDLE_SERIALIZE) print_file(file, 0, "serialize, "); - if (flags & NDR_CONTEXT_HANDLE_NO_SERIALIZE) + if (flags & NDR_CONTEXT_HANDLE_NOSERIALIZE) print_file(file, 0, "no serialize, "); if (flags & NDR_STRICT_CONTEXT_HANDLE) print_file(file, 0, "strict, "); @@ -3504,7 +3514,7 @@ assert(fc <= 0xf); print_file(file, 0, "/* %u */\n", *typeformat_offset); - print_file(file, 2, "0x%x,\t/* FC_RANGE */\n", RPC_FC_RANGE); + print_file(file, 2, "0x%x,\t/* FC_RANGE */\n", FC_RANGE); print_file(file, 2, "0x%x,\t/* %s */\n", fc, string_of_type(fc)); print_file(file, 2, "NdrFcLong(0x%x),\t/* %u */\n", range_min->cval, range_min->cval); print_file(file, 2, "NdrFcLong(0x%x),\t/* %u */\n", range_max->cval, range_max->cval); @@ -3548,7 +3558,7 @@ int ptr_type; ptr_type = get_pointer_fc(type, attrs, context == TYPE_CONTEXT_TOPLEVELPARAM); - if (ptr_type != RPC_FC_RP || type_array_is_decl_as_ptr(type)) + if (ptr_type != FC_RP || type_array_is_decl_as_ptr(type)) { unsigned int absoff = type->typestring_offset; short reloff = absoff - (*typeformat_offset + 2); @@ -3558,7 +3568,7 @@ string_of_type(ptr_type)); print_file(file, 2, "NdrFcShort(0x%hx),\t/* Offset= %hd (%u) */\n", reloff, reloff, absoff); - if (ptr_type != RPC_FC_RP) update_tfsoff( type, off, file ); + if (ptr_type != FC_RP) update_tfsoff( type, off, file ); *typeformat_offset += 4; } type->details.array.ptr_tfsoff = off; @@ -3585,12 +3595,26 @@ case TGT_POINTER: { enum type_context ref_context; + type_t *ref = type_pointer_get_ref(type); + if (context == TYPE_CONTEXT_TOPLEVELPARAM) ref_context = TYPE_CONTEXT_PARAM; else if (context == TYPE_CONTEXT_CONTAINER_NO_POINTERS) ref_context = TYPE_CONTEXT_CONTAINER; else ref_context = context; + + if (is_string_type(attrs, ref)) + { + if (context != TYPE_CONTEXT_CONTAINER_NO_POINTERS) + write_pointer_tfs(file, attrs, type, *typeformat_offset + 4, context, typeformat_offset); + + offset = write_type_tfs(file, indent, attrs, ref, name, ref_context, typeformat_offset); + if (context == TYPE_CONTEXT_CONTAINER_NO_POINTERS) + return 0; + return offset; + } + offset = write_type_tfs( file, indent, attrs, type_pointer_get_ref(type), name, ref_context, typeformat_offset); if (context == TYPE_CONTEXT_CONTAINER_NO_POINTERS) @@ -3690,46 +3714,46 @@ { case TGT_USER_TYPE: { - const char *uname; + const char *uname = NULL; const type_t *utype = get_user_type(type, &uname); return get_required_buffer_size_type(utype, uname, NULL, FALSE, alignment); } case TGT_BASIC: switch (get_basic_fc(type)) { - case RPC_FC_BYTE: - case RPC_FC_CHAR: - case RPC_FC_USMALL: - case RPC_FC_SMALL: + case FC_BYTE: + case FC_CHAR: + case FC_USMALL: + case FC_SMALL: *alignment = 4; return 1; - case RPC_FC_WCHAR: - case RPC_FC_USHORT: - case RPC_FC_SHORT: + case FC_WCHAR: + case FC_USHORT: + case FC_SHORT: *alignment = 4; return 2; - case RPC_FC_ULONG: - case RPC_FC_LONG: - case RPC_FC_FLOAT: - case RPC_FC_ERROR_STATUS_T: + case FC_ULONG: + case FC_LONG: + case FC_FLOAT: + case FC_ERROR_STATUS_T: *alignment = 4; return 4; - case RPC_FC_HYPER: - case RPC_FC_DOUBLE: + case FC_HYPER: + case FC_DOUBLE: *alignment = 8; return 8; - case RPC_FC_INT3264: - case RPC_FC_UINT3264: + case FC_INT3264: + case FC_UINT3264: assert( pointer_size ); *alignment = pointer_size; return pointer_size; - case RPC_FC_IGNORE: - case RPC_FC_BIND_PRIMITIVE: + case FC_IGNORE: + case FC_BIND_PRIMITIVE: return 0; default: @@ -3742,17 +3766,17 @@ case TGT_ENUM: switch (get_enum_fc(type)) { - case RPC_FC_ENUM32: + case FC_ENUM32: *alignment = 4; return 4; - case RPC_FC_ENUM16: + case FC_ENUM16: *alignment = 4; return 2; } break; case TGT_STRUCT: - if (get_struct_fc(type) == RPC_FC_STRUCT) + if (get_struct_fc(type) == FC_STRUCT) { if (!type_struct_get_fields(type)) return 0; return fields_memsize(type_struct_get_fields(type), alignment); @@ -3765,7 +3789,7 @@ const type_t *ref = type_pointer_get_ref(type); if (is_string_type( attrs, ref )) break; if (!(size = get_required_buffer_size_type( ref, name, NULL, FALSE, &align ))) break; - if (get_pointer_fc(type, attrs, toplevel_param) != RPC_FC_RP) + if (get_pointer_fc(type, attrs, toplevel_param) != FC_RP) { size += 4 + align; align = 4; @@ -3775,12 +3799,12 @@ } case TGT_ARRAY: - if (get_pointer_fc(type, attrs, toplevel_param) == RPC_FC_RP) + if (get_pointer_fc(type, attrs, toplevel_param) == FC_RP) { switch (get_array_fc(type)) { - case RPC_FC_SMFARRAY: - case RPC_FC_LGFARRAY: + case FC_SMFARRAY: + case FC_LGFARRAY: return type_array_get_dim(type) * get_required_buffer_size_type(type_array_get_element(type), name, NULL, FALSE, alignment); @@ -3922,36 +3946,36 @@ const type_t *ref = is_ptr(type) ? type_pointer_get_ref(type) : type; switch (get_basic_fc(ref)) { - case RPC_FC_BYTE: - case RPC_FC_CHAR: - case RPC_FC_SMALL: - case RPC_FC_USMALL: + case FC_BYTE: + case FC_CHAR: + case FC_SMALL: + case FC_USMALL: alignment = 1; break; - case RPC_FC_WCHAR: - case RPC_FC_USHORT: - case RPC_FC_SHORT: + case FC_WCHAR: + case FC_USHORT: + case FC_SHORT: alignment = 2; break; - case RPC_FC_ULONG: - case RPC_FC_LONG: - case RPC_FC_FLOAT: - case RPC_FC_ERROR_STATUS_T: + case FC_ULONG: + case FC_LONG: + case FC_FLOAT: + case FC_ERROR_STATUS_T: /* pointer_size must be 4 if we got here in these two cases */ - case RPC_FC_INT3264: - case RPC_FC_UINT3264: + case FC_INT3264: + case FC_UINT3264: alignment = 4; break; - case RPC_FC_HYPER: - case RPC_FC_DOUBLE: + case FC_HYPER: + case FC_DOUBLE: alignment = 8; break; - case RPC_FC_IGNORE: - case RPC_FC_BIND_PRIMITIVE: + case FC_IGNORE: + case FC_BIND_PRIMITIVE: /* no marshalling needed */ return; @@ -3968,7 +3992,7 @@ if (phase == PHASE_MARSHAL) { print_file(file, indent, "*("); - write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL, ""); + write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL); if (is_ptr(type)) fprintf(file, " *)__frame->_StubMsg.Buffer = *"); else @@ -3979,7 +4003,7 @@ else if (phase == PHASE_UNMARSHAL) { print_file(file, indent, "if (__frame->_StubMsg.Buffer + sizeof("); - write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL, ""); + write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL); fprintf(file, ") > __frame->_StubMsg.BufferEnd)\n"); print_file(file, indent, "{\n"); print_file(file, indent + 1, "RpcRaiseException(RPC_X_BAD_STUB_DATA);\n"); @@ -3991,12 +4015,12 @@ fprintf(file, " = ("); else fprintf(file, " = *("); - write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL, ""); + write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL); fprintf(file, " *)__frame->_StubMsg.Buffer;\n"); } print_file(file, indent, "__frame->_StubMsg.Buffer += sizeof("); - write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL, ""); + write_type_decl(file, is_ptr(type) ? type_pointer_get_ref(type) : type, NULL); fprintf(file, ");\n"); } } @@ -4185,14 +4209,14 @@ break; case TGT_STRING: if (phase == PHASE_FREE || pass == PASS_RETURN || - pointer_type != RPC_FC_RP) + pointer_type != FC_RP) { /* strings returned are assumed to be global and hence don't * need freeing */ if (is_declptr(type) && !(phase == PHASE_FREE && pass == PASS_RETURN)) print_phase_function(file, indent, "Pointer", local_var_prefix, phase, var, start_offset); - else if (pointer_type == RPC_FC_RP && phase == PHASE_FREE && + else if (pointer_type == FC_RP && phase == PHASE_FREE && !in_attr && is_conformant_array(type)) { print_file(file, indent, "if (%s%s)\n", local_var_prefix, var->name); @@ -4234,34 +4258,34 @@ switch (tc) { - case RPC_FC_SMFARRAY: - case RPC_FC_LGFARRAY: + case FC_SMFARRAY: + case FC_LGFARRAY: array_type = "FixedArray"; break; - case RPC_FC_SMVARRAY: - case RPC_FC_LGVARRAY: + case FC_SMVARRAY: + case FC_LGVARRAY: array_type = "VaryingArray"; break; - case RPC_FC_CARRAY: + case FC_CARRAY: array_type = "ConformantArray"; break; - case RPC_FC_CVARRAY: + case FC_CVARRAY: array_type = "ConformantVaryingArray"; break; - case RPC_FC_BOGUS_ARRAY: + case FC_BOGUS_ARRAY: array_type = "ComplexArray"; break; } - if (pointer_type != RPC_FC_RP) array_type = "Pointer"; + if (pointer_type != FC_RP) array_type = "Pointer"; - if (phase == PHASE_FREE && pointer_type == RPC_FC_RP) + if (phase == PHASE_FREE && pointer_type == FC_RP) { /* these are all unmarshalled by allocating memory */ - if (tc == RPC_FC_BOGUS_ARRAY || - tc == RPC_FC_CVARRAY || - ((tc == RPC_FC_SMVARRAY || tc == RPC_FC_LGVARRAY) && in_attr) || - (tc == RPC_FC_CARRAY && !in_attr)) + if (tc == FC_BOGUS_ARRAY || + tc == FC_CVARRAY || + ((tc == FC_SMVARRAY || tc == FC_LGVARRAY) && in_attr) || + (tc == FC_CARRAY && !in_attr)) { if (type_array_is_decl_as_ptr(type) && type->details.array.ptr_tfsoff) { @@ -4300,9 +4324,9 @@ range_max = LIST_ENTRY(list_next(range_list, list_head(range_list)), const expr_t, entry); print_file(file, indent, "if ((%s%s < (", local_var_prefix, var->name); - write_type_decl(file, var->type, NULL, ""); + write_type_decl(file, var->type, NULL); fprintf(file, ")0x%x) || (%s%s > (", range_min->cval, local_var_prefix, var->name); - write_type_decl(file, var->type, NULL, ""); + write_type_decl(file, var->type, NULL); fprintf(file, ")0x%x))\n", range_max->cval); print_file(file, indent, "{\n"); print_file(file, indent+1, "RpcRaiseException(RPC_S_INVALID_BOUND);\n"); @@ -4312,21 +4336,21 @@ case TGT_STRUCT: switch (get_struct_fc(type)) { - case RPC_FC_STRUCT: + case FC_STRUCT: if (phase == PHASE_MARSHAL || phase == PHASE_UNMARSHAL) print_phase_function(file, indent, "SimpleStruct", local_var_prefix, phase, var, start_offset); break; - case RPC_FC_PSTRUCT: + case FC_PSTRUCT: print_phase_function(file, indent, "SimpleStruct", local_var_prefix, phase, var, start_offset); break; - case RPC_FC_CSTRUCT: - case RPC_FC_CPSTRUCT: + case FC_CSTRUCT: + case FC_CPSTRUCT: print_phase_function(file, indent, "ConformantStruct", local_var_prefix, phase, var, start_offset); break; - case RPC_FC_CVSTRUCT: + case FC_CVSTRUCT: print_phase_function(file, indent, "ConformantVaryingStruct", local_var_prefix, phase, var, start_offset); break; - case RPC_FC_BOGUS_STRUCT: + case FC_BOGUS_STRUCT: print_phase_function(file, indent, "ComplexStruct", local_var_prefix, phase, var, start_offset); break; default: @@ -4349,7 +4373,7 @@ case TGT_POINTER: { const type_t *ref = type_pointer_get_ref(type); - if (pointer_type == RPC_FC_RP) switch (typegen_detect_type(ref, NULL, TDT_ALL_TYPES)) + if (pointer_type == FC_RP) switch (typegen_detect_type(ref, NULL, TDT_ALL_TYPES)) { case TGT_BASIC: print_phase_basetype(file, indent, local_var_prefix, phase, pass, var, var->name); @@ -4364,7 +4388,7 @@ case TGT_STRUCT: switch (get_struct_fc(ref)) { - case RPC_FC_STRUCT: + case FC_STRUCT: /* simple structs have known sizes, so don't need a sizing * pass and don't have any memory to free and so don't * need a freeing pass */ @@ -4378,17 +4402,17 @@ indent--; } break; - case RPC_FC_PSTRUCT: + case FC_PSTRUCT: type_str = "SimpleStruct"; break; - case RPC_FC_CSTRUCT: - case RPC_FC_CPSTRUCT: + case FC_CSTRUCT: + case FC_CPSTRUCT: type_str = "ConformantStruct"; break; - case RPC_FC_CVSTRUCT: + case FC_CVSTRUCT: type_str = "ConformantVaryingStruct"; break; - case RPC_FC_BOGUS_STRUCT: + case FC_BOGUS_STRUCT: type_str = "ComplexStruct"; break; default: @@ -4532,7 +4556,7 @@ if (!is_void(var->type)) { print_file(file, indent, "%s", ""); - write_type_decl(file, var->type, var->name, ""); + write_type_decl(file, var->type, var->name); fprintf(file, ";\n"); } @@ -4561,7 +4585,7 @@ else type_to_print = type_pointer_get_ref(var->type); sprintf(name, "_W%u", i++); - write_type_decl(file, type_to_print, name, ""); + write_type_decl(file, type_to_print, name); fprintf(file, ";\n"); } @@ -4719,7 +4743,7 @@ if (args) LIST_FOR_EACH_ENTRY( arg, args, const var_t, entry ) { print_file(file, 2, "%s", ""); - write_type_left( file, (type_t *)arg->type, TRUE ); + write_type_left( file, (type_t *)arg->type, NAME_DEFAULT, TRUE ); if (needs_space_after( arg->type )) fputc( ' ', file ); if (is_array( arg->type ) && !type_array_is_decl_as_ptr( arg->type )) fputc( '*', file ); @@ -4736,7 +4760,7 @@ if (add_retval && !is_void( retval->type )) { print_file(file, 2, "%s", ""); - write_type_decl( file, retval->type, retval->name, ""); + write_type_decl( file, retval->type, retval->name ); if (is_array( retval->type ) || is_ptr( retval->type ) || type_memsize( retval->type ) == pointer_size) fprintf( file, ";\n" ); @@ -4784,9 +4808,9 @@ else { print_file(file, 1, "%s", ""); - write_type_left(file, (type_t *)eval->cont_type, TRUE); + write_type_left(file, (type_t *)eval->cont_type, NAME_DEFAULT, TRUE); fprintf(file, " *%s = (", var_name); - write_type_left(file, (type_t *)eval->cont_type, TRUE); + write_type_left(file, (type_t *)eval->cont_type, NAME_DEFAULT, TRUE); fprintf(file, " *)(pStubMsg->StackTop - %u);\n", eval->baseoff); } print_file(file, 1, "pStubMsg->Offset = 0;\n"); /* FIXME */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typegen.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/typegen.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typegen.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typegen.h 2018-09-14 14:16:43.000000000 +0000 @@ -100,3 +100,4 @@ unsigned char get_pointer_fc(const type_t *type, const attr_list_t *attrs, int toplevel_param); unsigned char get_struct_fc(const type_t *type); enum typegen_type typegen_detect_type(const type_t *type, const attr_list_t *attrs, unsigned int flags); +unsigned int type_memsize_and_alignment(const type_t *t, unsigned int *align); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typelib.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/typelib.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typelib.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typelib.c 2018-09-14 14:16:43.000000000 +0000 @@ -32,9 +32,6 @@ #include #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT - #include "windef.h" #include "winbase.h" @@ -329,22 +326,42 @@ free(typeinfo_offs); } +static int open_typelib(const char *name) +{ + char *file_name; + int fd; + + file_name = wpp_find_include(name, NULL); + if(!file_name) + return open(name, O_RDONLY | O_BINARY ); + + fd = open(file_name, O_RDONLY | O_BINARY ); + free(file_name); + return fd; +} + static void read_importlib(importlib_t *importlib) { int fd; INT magic; - char *file_name; - file_name = wpp_find_include(importlib->name, NULL); - if(file_name) { - fd = open(file_name, O_RDONLY | O_BINARY ); - free(file_name); - }else { - fd = open(importlib->name, O_RDONLY | O_BINARY ); + fd = open_typelib(importlib->name); + + /* widl extension: if importlib name has no .tlb extension, try using .tlb */ + if(fd < 0) { + const char *p = strrchr(importlib->name, '.'); + size_t len = p ? p - importlib->name : strlen(importlib->name); + if(strcmp(importlib->name + len, ".tlb")) { + char *tlb_name = xmalloc(len + 5); + memcpy(tlb_name, importlib->name, len); + strcpy(tlb_name + len, ".tlb"); + fd = open_typelib(tlb_name); + free(tlb_name); + } } if(fd < 0) - error("Could not open importlib %s.\n", importlib->name); + error("Could not find importlib %s.\n", importlib->name); tlb_read(fd, &magic, sizeof(magic)); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typelib_struct.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/typelib_struct.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typelib_struct.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typelib_struct.h 2018-09-14 14:16:43.000000000 +0000 @@ -215,7 +215,7 @@ /* after this may follow an array with default value pointers if the * appropriate bit in the FKCCIC field has been set: - * INT oDefautlValue[nrargs]; + * INT oDefaultValue[nrargs]; */ /* Parameter info one per argument*/ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typetree.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/typetree.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typetree.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typetree.c 2018-09-14 14:16:43.000000000 +0000 @@ -45,8 +45,10 @@ { type_t *t = alloc_type(); t->name = NULL; + t->namespace = NULL; t->type_type = type; t->attrs = NULL; + t->c_name = NULL; t->orig = NULL; memset(&t->details, 0, sizeof(t->details)); t->typestring_offset = 0; @@ -76,6 +78,56 @@ return NULL; } +const char *type_get_name(const type_t *type, enum name_type name_type) +{ + switch(name_type) { + case NAME_DEFAULT: + return type->name; + case NAME_C: + return type->c_name; + } + + assert(0); + return NULL; +} + +static char *append_namespace(char *ptr, struct namespace *namespace, const char *separator) +{ + if(is_global_namespace(namespace)) { + if(!use_abi_namespace) + return ptr; + strcpy(ptr, "ABI"); + strcat(ptr, separator); + return ptr + strlen(ptr); + } + + ptr = append_namespace(ptr, namespace->parent, separator); + strcpy(ptr, namespace->name); + strcat(ptr, separator); + return ptr + strlen(ptr); +} + +char *format_namespace(struct namespace *namespace, const char *prefix, const char *separator, const char *suffix) +{ + unsigned len = strlen(prefix) + strlen(suffix); + unsigned sep_len = strlen(separator); + struct namespace *iter; + char *ret, *ptr; + + if(use_abi_namespace && !is_global_namespace(namespace)) + len += 3 /* strlen("ABI") */ + sep_len; + + for(iter = namespace; !is_global_namespace(iter); iter = iter->parent) + len += strlen(iter->name) + sep_len; + + ret = xmalloc(len+1); + strcpy(ret, prefix); + ptr = append_namespace(ret + strlen(ret), namespace, separator); + strcpy(ptr, suffix); + + return ret; +} + type_t *type_new_function(var_list_t *args) { var_t *arg; @@ -152,7 +204,7 @@ type_t *type_new_module(char *name) { - type_t *type = get_type(TYPE_MODULE, name, 0); + type_t *type = get_type(TYPE_MODULE, name, NULL, 0); if (type->type_type != TYPE_MODULE || type->defined) error_loc("%s: redefinition error; original definition was at %s:%d\n", type->name, type->loc_info.input_name, type->loc_info.line_number); @@ -162,7 +214,7 @@ type_t *type_new_coclass(char *name) { - type_t *type = get_type(TYPE_COCLASS, name, 0); + type_t *type = get_type(TYPE_COCLASS, name, NULL, 0); if (type->type_type != TYPE_COCLASS || type->defined) error_loc("%s: redefinition error; original definition was at %s:%d\n", type->name, type->loc_info.input_name, type->loc_info.line_number); @@ -219,11 +271,12 @@ return void_type; } -type_t *type_new_enum(const char *name, int defined, var_list_t *enums) +type_t *type_new_enum(const char *name, struct namespace *namespace, int defined, var_list_t *enums) { - type_t *tag_type = name ? find_type(name, tsENUM) : NULL; + type_t *tag_type = name ? find_type(name, namespace, tsENUM) : NULL; type_t *t = make_type(TYPE_ENUM); t->name = name; + t->namespace = namespace; if (tag_type && tag_type->details.enumeration) t->details.enumeration = tag_type->details.enumeration; @@ -237,18 +290,25 @@ if (name) { if (defined) - reg_type(t, name, tsENUM); + reg_type(t, name, namespace, tsENUM); else add_incomplete(t); } return t; } -type_t *type_new_struct(char *name, int defined, var_list_t *fields) +type_t *type_new_struct(char *name, struct namespace *namespace, int defined, var_list_t *fields) { - type_t *tag_type = name ? find_type(name, tsSTRUCT) : NULL; - type_t *t = make_type(TYPE_STRUCT); + type_t *tag_type = name ? find_type(name, namespace, tsSTRUCT) : NULL; + type_t *t; + + /* avoid creating duplicate typelib type entries */ + if (tag_type && do_typelib) return tag_type; + + t = make_type(TYPE_STRUCT); t->name = name; + t->namespace = namespace; + if (tag_type && tag_type->details.structure) t->details.structure = tag_type->details.structure; else if (defined) @@ -260,7 +320,7 @@ if (name) { if (defined) - reg_type(t, name, tsSTRUCT); + reg_type(t, name, namespace, tsSTRUCT); else add_incomplete(t); } @@ -269,7 +329,7 @@ type_t *type_new_nonencapsulated_union(const char *name, int defined, var_list_t *fields) { - type_t *tag_type = name ? find_type(name, tsUNION) : NULL; + type_t *tag_type = name ? find_type(name, NULL, tsUNION) : NULL; type_t *t = make_type(TYPE_UNION); t->name = name; if (tag_type && tag_type->details.structure) @@ -283,7 +343,7 @@ if (name) { if (defined) - reg_type(t, name, tsUNION); + reg_type(t, name, NULL, tsUNION); else add_incomplete(t); } @@ -292,7 +352,7 @@ type_t *type_new_encapsulated_union(char *name, var_t *switch_field, var_t *union_field, var_list_t *cases) { - type_t *t = get_type(TYPE_ENCAPSULATED_UNION, name, tsUNION); + type_t *t = get_type(TYPE_ENCAPSULATED_UNION, name, NULL, tsUNION); if (!union_field) union_field = make_var( xstrdup("tagged_union") ); union_field->type = type_new_nonencapsulated_union(NULL, TRUE, cases); t->details.structure = xmalloc(sizeof(*t->details.structure)); @@ -382,6 +442,7 @@ iface->details.iface->disp_methods = NULL; iface->details.iface->stmts = stmts; iface->details.iface->inherit = inherit; + iface->details.iface->disp_inherit = NULL; iface->defined = TRUE; compute_method_indexes(iface); } @@ -392,16 +453,24 @@ iface->details.iface->disp_props = props; iface->details.iface->disp_methods = methods; iface->details.iface->stmts = NULL; - iface->details.iface->inherit = find_type("IDispatch", 0); + iface->details.iface->inherit = find_type("IDispatch", NULL, 0); if (!iface->details.iface->inherit) error_loc("IDispatch is undefined\n"); + iface->details.iface->disp_inherit = NULL; iface->defined = TRUE; compute_method_indexes(iface); } void type_dispinterface_define_from_iface(type_t *dispiface, type_t *iface) { - type_dispinterface_define(dispiface, iface->details.iface->disp_props, - iface->details.iface->disp_methods); + dispiface->details.iface = xmalloc(sizeof(*dispiface->details.iface)); + dispiface->details.iface->disp_props = NULL; + dispiface->details.iface->disp_methods = NULL; + dispiface->details.iface->stmts = NULL; + dispiface->details.iface->inherit = find_type("IDispatch", NULL, 0); + if (!dispiface->details.iface->inherit) error_loc("IDispatch is undefined\n"); + dispiface->details.iface->disp_inherit = iface; + dispiface->defined = TRUE; + compute_method_indexes(dispiface); } void type_module_define(type_t *module, statement_list_t *stmts) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/typetree.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/typetree.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/typetree.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/typetree.h 2018-09-14 14:16:43.000000000 +0000 @@ -24,6 +24,11 @@ #ifndef WIDL_TYPE_TREE_H #define WIDL_TYPE_TREE_H +enum name_type { + NAME_DEFAULT, + NAME_C +}; + type_t *type_new_function(var_list_t *args); type_t *type_new_pointer(unsigned char pointer_default, type_t *ref, attr_list_t *attrs); type_t *type_new_alias(type_t *t, const char *name); @@ -35,8 +40,8 @@ type_t *type_new_int(enum type_basic_type basic_type, int sign); type_t *type_new_void(void); type_t *type_new_coclass(char *name); -type_t *type_new_enum(const char *name, int defined, var_list_t *enums); -type_t *type_new_struct(char *name, int defined, var_list_t *fields); +type_t *type_new_enum(const char *name, struct namespace *namespace, int defined, var_list_t *enums); +type_t *type_new_struct(char *name, struct namespace *namespace, int defined, var_list_t *fields); type_t *type_new_nonencapsulated_union(const char *name, int defined, var_list_t *fields); type_t *type_new_encapsulated_union(char *name, var_t *switch_field, var_t *union_field, var_list_t *cases); type_t *type_new_bitfield(type_t *field_type, const expr_t *bits); @@ -46,6 +51,7 @@ void type_module_define(type_t *module, statement_list_t *stmts); type_t *type_coclass_define(type_t *coclass, ifref_list_t *ifaces); int type_is_equal(const type_t *type1, const type_t *type2); +const char *type_get_name(const type_t *type, enum name_type name_type); /* FIXME: shouldn't need to export this */ type_t *duptype(type_t *t, int dupname); @@ -85,13 +91,6 @@ return type->details.structure->fields; } -static inline var_list_t *type_union_get_fields(const type_t *type) -{ - type = type_get_real_type(type); - assert(type_get_type(type) == TYPE_UNION); - return type->details.structure->fields; -} - static inline var_list_t *type_function_get_args(const type_t *type) { type = type_get_real_type(type); @@ -177,6 +176,13 @@ return type->details.iface->disp_methods; } +static inline type_t *type_dispiface_get_inherit(const type_t *type) +{ + type = type_get_real_type(type); + assert(type_get_type(type) == TYPE_INTERFACE); + return type->details.iface->disp_inherit; +} + static inline int type_is_defined(const type_t *type) { return type->defined; diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/widl.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/widl.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/widl.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/widl.c 2018-09-14 14:16:43.000000000 +0000 @@ -73,7 +73,8 @@ " --prefix-client=p Prefix names of client stubs with 'p'\n" " --prefix-server=p Prefix names of server functions with 'p'\n" " -r Generate registration script\n" -" --rt Enable WinRT's language extensions for IDL\n" +" --winrt Enable Windows Runtime mode\n" +" --ns_prefix Prefix namespaces with ABI namespace\n" " -s Generate server stub\n" " -t Generate typelib\n" " -u Generate interface identifiers file\n" @@ -115,7 +116,8 @@ int do_win64 = 1; int win32_packing = 8; int win64_packing = 8; -int do_rt_extension = 0; +int winrt_mode = 0; +int use_abi_namespace = 0; static enum stub_mode stub_mode = MODE_Os; char *input_name; @@ -142,7 +144,7 @@ static FILE *idfile; -unsigned int pointer_size = sizeof(void*); +unsigned int pointer_size = 0; syskind_t typelib_kind = sizeof(void*) == 8 ? SYS_WIN64 : SYS_WIN32; time_t now; @@ -156,6 +158,7 @@ PREFIX_CLIENT_OPTION, PREFIX_SERVER_OPTION, PRINT_HELP, + RT_NS_PREFIX, RT_OPTION, WIN32_OPTION, WIN64_OPTION, @@ -171,12 +174,13 @@ { "dlldata-only", 0, NULL, DLLDATA_ONLY_OPTION }, { "help", 0, NULL, PRINT_HELP }, { "local-stubs", 1, NULL, LOCAL_STUBS_OPTION }, + { "ns_prefix", 0, NULL, RT_NS_PREFIX }, { "oldnames", 0, NULL, OLDNAMES_OPTION }, { "output", 0, NULL, 'o' }, { "prefix-all", 1, NULL, PREFIX_ALL_OPTION }, { "prefix-client", 1, NULL, PREFIX_CLIENT_OPTION }, { "prefix-server", 1, NULL, PREFIX_SERVER_OPTION }, - { "rt", 0, NULL, RT_OPTION }, + { "winrt", 0, NULL, RT_OPTION }, { "win32", 0, NULL, WIN32_OPTION }, { "win64", 0, NULL, WIN64_OPTION }, { "win32-align", 1, NULL, WIN32_ALIGN_OPTION }, @@ -541,7 +545,6 @@ int opti = 0; char *output_name = NULL; - signal( SIGTERM, exit_on_signal ); signal( SIGINT, exit_on_signal ); #ifdef SIGHUP @@ -580,7 +583,10 @@ fprintf(stderr, "%s", usage); return 0; case RT_OPTION: - do_rt_extension = 1; + winrt_mode = 1; + break; + case RT_NS_PREFIX: + use_abi_namespace = 1; break; case WIN32_OPTION: do_win32 = 1; diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/widl.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/widl.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/widl.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/widl.h 2018-09-14 14:16:43.000000000 +0000 @@ -49,7 +49,8 @@ extern int do_win64; extern int win32_packing; extern int win64_packing; -extern int do_rt_extension; +extern int winrt_mode; +extern int use_abi_namespace; extern char *input_name; extern char *input_idl_name; diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/widltypes.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/widltypes.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/widltypes.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/widltypes.h 2018-09-14 14:16:43.000000000 +0000 @@ -24,7 +24,7 @@ #include #include #include "guiddef.h" -#include "wine/rpcfc.h" +#include "ndrtypes.h" #include "wine/list.h" #ifndef UUID_DEFINED @@ -51,6 +51,7 @@ typedef struct _user_type_t generic_handle_t; typedef struct _type_list_t type_list_t; typedef struct _statement_t statement_t; +typedef struct _warning_t warning_t; typedef struct list attr_list_t; typedef struct list str_list_t; @@ -63,6 +64,7 @@ typedef struct list context_handle_list_t; typedef struct list generic_handle_list_t; typedef struct list statement_list_t; +typedef struct list warning_list_t; enum attr_type { @@ -341,6 +343,7 @@ var_list_t *disp_methods; var_list_t *disp_props; struct _type_t *inherit; + struct _type_t *disp_inherit; }; struct module_details @@ -382,6 +385,16 @@ const expr_t *bits; }; +#define HASHMAX 64 + +struct namespace { + const char *name; + struct namespace *parent; + struct list entry; + struct list children; + struct rtype *type_hash[HASHMAX]; +}; + enum type_type { TYPE_VOID, @@ -402,6 +415,7 @@ struct _type_t { const char *name; + struct namespace *namespace; enum type_type type_type; attr_list_t *attrs; union @@ -417,6 +431,7 @@ struct pointer_details pointer; struct bitfield_details bitfield; } details; + const char *c_name; type_t *orig; /* dup'd types */ unsigned int typestring_offset; unsigned int ptrdesc; /* used for complex structs */ @@ -526,6 +541,11 @@ } u; }; +struct _warning_t { + int num; + struct list entry; +}; + typedef enum { SYS_WIN16, SYS_WIN32, @@ -549,10 +569,10 @@ #define tsUNION 3 var_t *find_const(const char *name, int f); -type_t *find_type(const char *name, int t); +type_t *find_type(const char *name, struct namespace *namespace, int t); type_t *make_type(enum type_type type); -type_t *get_type(enum type_type type, char *name, int t); -type_t *reg_type(type_t *type, const char *name, int t); +type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t); +type_t *reg_type(type_t *type, const char *name, struct namespace *namespace, int t); void add_incomplete(type_t *t); var_t *make_var(char *name); @@ -560,6 +580,8 @@ void init_loc_info(loc_info_t *); +char *format_namespace(struct namespace *namespace, const char *prefix, const char *separator, const char *suffix); + static inline var_list_t *type_get_function_args(const type_t *func_type) { return func_type->details.function->args; @@ -589,4 +611,9 @@ return has_func; } +static inline int is_global_namespace(const struct namespace *namespace) +{ + return !namespace->name; +} + #endif diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppl.l mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppl.l --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppl.l 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppl.l 2018-09-14 14:16:43.000000000 +0000 @@ -213,7 +213,7 @@ pp_entry_t *define; /* Points to expanding define or NULL if handling includes */ int line_number; /* Line that we were handling */ int char_number; /* The current position on that line */ - const char *filename; /* Filename that we were handling */ + char *filename; /* Filename that we were handling */ int if_depth; /* How many #if:s deep to check matching #endif:s */ int ncontinuations; /* Remember the continuation state */ int should_pop; /* Set if we must pop the start-state on EOF */ @@ -1340,6 +1340,8 @@ bufferstack[bufferstackidx].define->expanding = 0; else { + includelogicentry_t *iep = NULL; + if(!bufferstack[bufferstackidx].should_pop) { wpp_callbacks->close(pp_status.file); @@ -1351,32 +1353,37 @@ pp_entry_t *ppp = pplookup(pp_incl_state.ppp); if(ppp) { - includelogicentry_t *iep = pp_xmalloc(sizeof(includelogicentry_t)); - if(!iep) - return NULL; - - iep->ppp = ppp; - ppp->iep = iep; - iep->filename = bufferstack[bufferstackidx].include_filename; - iep->prev = NULL; - iep->next = pp_includelogiclist; - if(iep->next) - iep->next->prev = iep; - pp_includelogiclist = iep; - if(pp_status.debug) - fprintf(stderr, "pop_buffer: %s:%d: includelogic added, include_ppp='%s', file='%s'\n", bufferstack[bufferstackidx].filename, bufferstack[bufferstackidx].line_number, pp_incl_state.ppp, iep->filename); + iep = pp_xmalloc(sizeof(includelogicentry_t)); + if (iep) + { + iep->ppp = ppp; + ppp->iep = iep; + iep->filename = bufferstack[bufferstackidx].include_filename; + iep->prev = NULL; + iep->next = pp_includelogiclist; + if(iep->next) + iep->next->prev = iep; + pp_includelogiclist = iep; + if(pp_status.debug) + fprintf(stderr, "pop_buffer: %s:%d: includelogic added, include_ppp='%s', file='%s'\n", + bufferstack[bufferstackidx].filename, bufferstack[bufferstackidx].line_number, pp_incl_state.ppp, iep->filename); + } } - else - free(bufferstack[bufferstackidx].include_filename); } free(pp_incl_state.ppp); pp_incl_state = bufferstack[bufferstackidx].incl; } + if (bufferstack[bufferstackidx].include_filename) + { + free(pp_status.input); + pp_status.input = bufferstack[bufferstackidx].filename; + } pp_status.line_number = bufferstack[bufferstackidx].line_number; pp_status.char_number = bufferstack[bufferstackidx].char_number; - pp_status.input = bufferstack[bufferstackidx].filename; ncontinuations = bufferstack[bufferstackidx].ncontinuations; + if (!iep) + free(bufferstack[bufferstackidx].include_filename); } if(ppy_debug) @@ -1586,6 +1593,7 @@ * If the define was deleted, then this entry would have * been deleted too. */ + free(fname); return; } } @@ -1595,6 +1603,7 @@ if(n <= 2) { ppy_error("Empty include filename"); + free(fname); return; } @@ -1604,6 +1613,7 @@ if((fp = pp_open_include(fname+1, type, pp_status.input, &newpath)) == NULL) { ppy_error("Unable to open include file %s", fname+1); + free(fname); return; } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppl.yy.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppl.yy.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppl.yy.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppl.yy.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,11 +1,8 @@ -#line 2 "ppl.yy.c" -#line 125 "ppl.l" +#line 1 "ppl.yy.c" #include "config.h" #include "wine/port.h" - - -#line 9 "ppl.yy.c" +#line 5 "ppl.yy.c" #define YY_INT_ALIGNED short int @@ -13,11 +10,17 @@ #define yy_create_buffer ppy__create_buffer #define yy_delete_buffer ppy__delete_buffer -#define yy_flex_debug ppy__flex_debug +#define yy_scan_buffer ppy__scan_buffer +#define yy_scan_string ppy__scan_string +#define yy_scan_bytes ppy__scan_bytes #define yy_init_buffer ppy__init_buffer #define yy_flush_buffer ppy__flush_buffer #define yy_load_buffer_state ppy__load_buffer_state #define yy_switch_to_buffer ppy__switch_to_buffer +#define yypush_buffer_state ppy_push_buffer_state +#define yypop_buffer_state ppy_pop_buffer_state +#define yyensure_buffer_stack ppy_ensure_buffer_stack +#define yy_flex_debug ppy__flex_debug #define yyin ppy_in #define yyleng ppy_leng #define yylex ppy_lex @@ -32,12 +35,246 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 -#define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 37 +#define YY_FLEX_MINOR_VERSION 6 +#define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif +#ifdef yy_create_buffer +#define ppy__create_buffer_ALREADY_DEFINED +#else +#define yy_create_buffer ppy__create_buffer +#endif + +#ifdef yy_delete_buffer +#define ppy__delete_buffer_ALREADY_DEFINED +#else +#define yy_delete_buffer ppy__delete_buffer +#endif + +#ifdef yy_scan_buffer +#define ppy__scan_buffer_ALREADY_DEFINED +#else +#define yy_scan_buffer ppy__scan_buffer +#endif + +#ifdef yy_scan_string +#define ppy__scan_string_ALREADY_DEFINED +#else +#define yy_scan_string ppy__scan_string +#endif + +#ifdef yy_scan_bytes +#define ppy__scan_bytes_ALREADY_DEFINED +#else +#define yy_scan_bytes ppy__scan_bytes +#endif + +#ifdef yy_init_buffer +#define ppy__init_buffer_ALREADY_DEFINED +#else +#define yy_init_buffer ppy__init_buffer +#endif + +#ifdef yy_flush_buffer +#define ppy__flush_buffer_ALREADY_DEFINED +#else +#define yy_flush_buffer ppy__flush_buffer +#endif + +#ifdef yy_load_buffer_state +#define ppy__load_buffer_state_ALREADY_DEFINED +#else +#define yy_load_buffer_state ppy__load_buffer_state +#endif + +#ifdef yy_switch_to_buffer +#define ppy__switch_to_buffer_ALREADY_DEFINED +#else +#define yy_switch_to_buffer ppy__switch_to_buffer +#endif + +#ifdef yypush_buffer_state +#define ppy_push_buffer_state_ALREADY_DEFINED +#else +#define yypush_buffer_state ppy_push_buffer_state +#endif + +#ifdef yypop_buffer_state +#define ppy_pop_buffer_state_ALREADY_DEFINED +#else +#define yypop_buffer_state ppy_pop_buffer_state +#endif + +#ifdef yyensure_buffer_stack +#define ppy_ensure_buffer_stack_ALREADY_DEFINED +#else +#define yyensure_buffer_stack ppy_ensure_buffer_stack +#endif + +#ifdef yylex +#define ppy_lex_ALREADY_DEFINED +#else +#define yylex ppy_lex +#endif + +#ifdef yyrestart +#define ppy_restart_ALREADY_DEFINED +#else +#define yyrestart ppy_restart +#endif + +#ifdef yylex_init +#define ppy_lex_init_ALREADY_DEFINED +#else +#define yylex_init ppy_lex_init +#endif + +#ifdef yylex_init_extra +#define ppy_lex_init_extra_ALREADY_DEFINED +#else +#define yylex_init_extra ppy_lex_init_extra +#endif + +#ifdef yylex_destroy +#define ppy_lex_destroy_ALREADY_DEFINED +#else +#define yylex_destroy ppy_lex_destroy +#endif + +#ifdef yyget_debug +#define ppy_get_debug_ALREADY_DEFINED +#else +#define yyget_debug ppy_get_debug +#endif + +#ifdef yyset_debug +#define ppy_set_debug_ALREADY_DEFINED +#else +#define yyset_debug ppy_set_debug +#endif + +#ifdef yyget_extra +#define ppy_get_extra_ALREADY_DEFINED +#else +#define yyget_extra ppy_get_extra +#endif + +#ifdef yyset_extra +#define ppy_set_extra_ALREADY_DEFINED +#else +#define yyset_extra ppy_set_extra +#endif + +#ifdef yyget_in +#define ppy_get_in_ALREADY_DEFINED +#else +#define yyget_in ppy_get_in +#endif + +#ifdef yyset_in +#define ppy_set_in_ALREADY_DEFINED +#else +#define yyset_in ppy_set_in +#endif + +#ifdef yyget_out +#define ppy_get_out_ALREADY_DEFINED +#else +#define yyget_out ppy_get_out +#endif + +#ifdef yyset_out +#define ppy_set_out_ALREADY_DEFINED +#else +#define yyset_out ppy_set_out +#endif + +#ifdef yyget_leng +#define ppy_get_leng_ALREADY_DEFINED +#else +#define yyget_leng ppy_get_leng +#endif + +#ifdef yyget_text +#define ppy_get_text_ALREADY_DEFINED +#else +#define yyget_text ppy_get_text +#endif + +#ifdef yyget_lineno +#define ppy_get_lineno_ALREADY_DEFINED +#else +#define yyget_lineno ppy_get_lineno +#endif + +#ifdef yyset_lineno +#define ppy_set_lineno_ALREADY_DEFINED +#else +#define yyset_lineno ppy_set_lineno +#endif + +#ifdef yywrap +#define ppy_wrap_ALREADY_DEFINED +#else +#define yywrap ppy_wrap +#endif + +#ifdef yyalloc +#define ppy_alloc_ALREADY_DEFINED +#else +#define yyalloc ppy_alloc +#endif + +#ifdef yyrealloc +#define ppy_realloc_ALREADY_DEFINED +#else +#define yyrealloc ppy_realloc +#endif + +#ifdef yyfree +#define ppy_free_ALREADY_DEFINED +#else +#define yyfree ppy_free +#endif + +#ifdef yytext +#define ppy_text_ALREADY_DEFINED +#else +#define yytext ppy_text +#endif + +#ifdef yyleng +#define ppy_leng_ALREADY_DEFINED +#else +#define yyleng ppy_leng +#endif + +#ifdef yyin +#define ppy_in_ALREADY_DEFINED +#else +#define yyin ppy_in +#endif + +#ifdef yyout +#define ppy_out_ALREADY_DEFINED +#else +#define yyout ppy_out +#endif + +#ifdef yy_flex_debug +#define ppy__flex_debug_ALREADY_DEFINED +#else +#define yy_flex_debug ppy__flex_debug +#endif + +#ifdef yylineno +#define ppy_lineno_ALREADY_DEFINED +#else +#define yylineno ppy_lineno +#endif + /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ @@ -108,65 +345,61 @@ #define UINT32_MAX (4294967295U) #endif +#ifndef SIZE_MAX +#define SIZE_MAX (~(size_t)0) +#endif + #endif /* ! C99 */ #endif /* ! FLEXINT_H */ -#ifdef __cplusplus - -/* The "const" storage-class-modifier is valid. */ -#define YY_USE_CONST - -#else /* ! __cplusplus */ - -/* C99 requires __STDC__ to be defined as 1. */ -#if defined (__STDC__) - -#define YY_USE_CONST +/* begin standard C++ headers. */ -#endif /* defined (__STDC__) */ -#endif /* ! __cplusplus */ - -#ifdef YY_USE_CONST +/* TODO: this is always defined, so inline it */ #define yyconst const + +#if defined(__GNUC__) && __GNUC__ >= 3 +#define yynoreturn __attribute__((__noreturn__)) #else -#define yyconst +#define yynoreturn #endif /* Returned upon end-of-file. */ #define YY_NULL 0 -/* Promotes a possibly negative, possibly signed char to an unsigned - * integer for use as an array index. If the signed char is negative, - * we want to instead treat it as an 8-bit unsigned char, hence the - * double cast. +/* Promotes a possibly negative, possibly signed char to an + * integer in range [0..255] for use as an array index. */ -#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) +#define YY_SC_TO_UI(c) ((YY_CHAR) (c)) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * - /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START - /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) - /* Special action meaning "start processing a new file". */ -#define YY_NEW_FILE ppy_restart(ppy_in ) - +#define YY_NEW_FILE yyrestart( yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE +#ifdef __ia64__ +/* On IA-64, the buffer size is 16k, not 8k. + * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. + * Ditto for the __ia64__ case accordingly. + */ +#define YY_BUF_SIZE 32768 +#else #define YY_BUF_SIZE 16384 +#endif /* __ia64__ */ #endif /* The state buf must be large enough to hold one state per character in the main buffer. @@ -183,30 +416,30 @@ typedef size_t yy_size_t; #endif -extern yy_size_t ppy_leng; +extern int yyleng; -extern FILE *ppy_in, *ppy_out; +extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 - + #define YY_LESS_LINENO(n) + #define YY_LINENO_REWIND_TO(ptr) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ - /* Undo effects of setting up ppy_text. */ \ + /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ - YY_DO_BEFORE_ACTION; /* set up ppy_text again */ \ + YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) - #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE @@ -221,12 +454,12 @@ /* Size of input buffer in bytes, not including room for EOB * characters. */ - yy_size_t yy_buf_size; + int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ - yy_size_t yy_n_chars; + int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to @@ -249,7 +482,7 @@ int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ - + /* Whether to try to fill the input buffer when we reach the * end of it. */ @@ -266,8 +499,8 @@ * possible backing-up. * * When we actually see the EOF, we change the status to "new" - * (via ppy_restart()), so that the user can continue scanning by - * just pointing ppy_in at a new input file. + * (via yyrestart()), so that the user can continue scanning by + * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 @@ -277,7 +510,7 @@ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ -static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ +static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general @@ -288,103 +521,98 @@ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) - /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] -/* yy_hold_char holds the character lost when ppy_text is formed. */ +/* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; -static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ -yy_size_t ppy_leng; +static int yy_n_chars; /* number of characters read into yy_ch_buf */ +int yyleng; /* Points to current character in buffer. */ -static char *yy_c_buf_p = (char *) 0; +static char *yy_c_buf_p = NULL; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ -/* Flag which is used to allow ppy_wrap()'s to do buffer switches - * instead of setting up a fresh ppy_in. A bit of a hack ... +/* Flag which is used to allow yywrap()'s to do buffer switches + * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; -void ppy_restart (FILE *input_file ); -void ppy__switch_to_buffer (YY_BUFFER_STATE new_buffer ); -YY_BUFFER_STATE ppy__create_buffer (FILE *file,int size ); -void ppy__delete_buffer (YY_BUFFER_STATE b ); -void ppy__flush_buffer (YY_BUFFER_STATE b ); -void ppy_push_buffer_state (YY_BUFFER_STATE new_buffer ); -void ppy_pop_buffer_state (void ); - -static void ppy_ensure_buffer_stack (void ); -static void ppy__load_buffer_state (void ); -static void ppy__init_buffer (YY_BUFFER_STATE b,FILE *file ); - -#define YY_FLUSH_BUFFER ppy__flush_buffer(YY_CURRENT_BUFFER ) - -YY_BUFFER_STATE ppy__scan_buffer (char *base,yy_size_t size ); -YY_BUFFER_STATE ppy__scan_string (yyconst char *yy_str ); -YY_BUFFER_STATE ppy__scan_bytes (yyconst char *bytes,yy_size_t len ); - -void *ppy_alloc (yy_size_t ); -void *ppy_realloc (void *,yy_size_t ); -void ppy_free (void * ); - -#define yy_new_buffer ppy__create_buffer +void yyrestart ( FILE *input_file ); +void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); +YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); +void yy_delete_buffer ( YY_BUFFER_STATE b ); +void yy_flush_buffer ( YY_BUFFER_STATE b ); +void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); +void yypop_buffer_state ( void ); + +static void yyensure_buffer_stack ( void ); +static void yy_load_buffer_state ( void ); +static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); +#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) + +YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); +YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); +YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); + +void *yyalloc ( yy_size_t ); +void *yyrealloc ( void *, yy_size_t ); +void yyfree ( void * ); +#define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ - ppy_ensure_buffer_stack (); \ + yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ - ppy__create_buffer(ppy_in,YY_BUF_SIZE ); \ + yy_create_buffer( yyin, YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } - #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ - ppy_ensure_buffer_stack (); \ + yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ - ppy__create_buffer(ppy_in,YY_BUF_SIZE ); \ + yy_create_buffer( yyin, YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } - #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ +typedef flex_uint8_t YY_CHAR; -typedef unsigned char YY_CHAR; - -FILE *ppy_in = (FILE *) 0, *ppy_out = (FILE *) 0; +FILE *yyin = NULL, *yyout = NULL; typedef int yy_state_type; -extern int ppy_lineno; - -int ppy_lineno = 1; - -extern char *ppy_text; -#define yytext_ptr ppy_text +extern int yylineno; +int yylineno = 1; -static yy_state_type yy_get_previous_state (void ); -static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); -static int yy_get_next_buffer (void ); -static void yy_fatal_error (yyconst char msg[] ); +extern char *yytext; +#ifdef yytext_ptr +#undef yytext_ptr +#endif +#define yytext_ptr yytext + +static yy_state_type yy_get_previous_state ( void ); +static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); +static int yy_get_next_buffer ( void ); +static void yynoreturn yy_fatal_error ( const char* msg ); /* Done after the current pattern has been matched and before the - * corresponding action - sets up ppy_text. + * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ - ppy_leng = (size_t) (yy_cp - yy_bp); \ + yyleng = (int) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; - #define YY_NUM_RULES 143 #define YY_END_OF_BUFFER 144 /* This struct is not used in this scanner, @@ -394,7 +622,7 @@ flex_int32_t yy_verify; flex_int32_t yy_nxt; }; -static yyconst flex_int16_t yy_accept[416] = +static const flex_int16_t yy_accept[416] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 117, 0, 0, 0, 0, @@ -444,7 +672,7 @@ 5, 38, 2, 5, 0 } ; -static yyconst flex_int32_t yy_ec[256] = +static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, @@ -476,7 +704,7 @@ 1, 1, 1, 1, 1 } ; -static yyconst flex_int32_t yy_meta[50] = +static const YY_CHAR yy_meta[50] = { 0, 1, 2, 3, 2, 1, 4, 5, 1, 6, 7, 8, 9, 8, 10, 11, 12, 12, 12, 1, 1, @@ -485,7 +713,7 @@ 15, 15, 15, 15, 15, 15, 15, 15, 1 } ; -static yyconst flex_int16_t yy_base[460] = +static const flex_int16_t yy_base[460] = { 0, 0, 48, 55, 0, 102, 103, 130, 0, 177, 178, 179, 182, 186, 187, 104, 107, 214, 0, 261, 262, @@ -539,7 +767,7 @@ 1758, 1775, 1792, 1800, 1817, 1834, 1851, 1056, 1868 } ; -static yyconst flex_int16_t yy_def[460] = +static const flex_int16_t yy_def[460] = { 0, 415, 1, 415, 3, 416, 416, 415, 7, 417, 417, 418, 418, 419, 419, 420, 420, 415, 17, 421, 421, @@ -593,7 +821,7 @@ 415, 415, 415, 415, 415, 415, 415, 415, 415 } ; -static yyconst flex_int16_t yy_nxt[1936] = +static const flex_int16_t yy_nxt[1936] = { 0, 46, 47, 48, 47, 46, 49, 50, 46, 51, 46, 46, 46, 46, 46, 52, 46, 46, 46, 46, 46, @@ -810,7 +1038,7 @@ 415, 415, 415, 415, 415 } ; -static yyconst flex_int16_t yy_chk[1936] = +static const flex_int16_t yy_chk[1936] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, @@ -1030,8 +1258,8 @@ static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; -extern int ppy__flex_debug; -int ppy__flex_debug = 0; +extern int yy_flex_debug; +int yy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. @@ -1040,7 +1268,7 @@ #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET -char *ppy_text; +char *yytext; #line 1 "ppl.l" /* -*-C-*- * Wrc preprocessor lexical analysis @@ -1243,7 +1471,7 @@ pp_entry_t *define; /* Points to expanding define or NULL if handling includes */ int line_number; /* Line that we were handling */ int char_number; /* The current position on that line */ - const char *filename; /* Filename that we were handling */ + char *filename; /* Filename that we were handling */ int if_depth; /* How many #if:s deep to check matching #endif:s */ int ncontinuations; /* Remember the continuation state */ int should_pop; /* Set if we must pop the start-state on EOF */ @@ -1385,12 +1613,13 @@ wpp_callbacks->write(buffer, len); } +#line 1616 "ppl.yy.c" /* ************************************************************************** * The scanner starts here ************************************************************************** */ -#line 1394 "ppl.yy.c" +#line 1622 "ppl.yy.c" #define INITIAL 0 #define pp_pp 1 @@ -1427,36 +1656,36 @@ #define YY_EXTRA_TYPE void * #endif -static int yy_init_globals (void ); +static int yy_init_globals ( void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ -int ppy_lex_destroy (void ); +int yylex_destroy ( void ); -int ppy_get_debug (void ); +int yyget_debug ( void ); -void ppy_set_debug (int debug_flag ); +void yyset_debug ( int debug_flag ); -YY_EXTRA_TYPE ppy_get_extra (void ); +YY_EXTRA_TYPE yyget_extra ( void ); -void ppy_set_extra (YY_EXTRA_TYPE user_defined ); +void yyset_extra ( YY_EXTRA_TYPE user_defined ); -FILE *ppy_get_in (void ); +FILE *yyget_in ( void ); -void ppy_set_in (FILE * in_str ); +void yyset_in ( FILE * _in_str ); -FILE *ppy_get_out (void ); +FILE *yyget_out ( void ); -void ppy_set_out (FILE * out_str ); +void yyset_out ( FILE * _out_str ); -yy_size_t ppy_get_leng (void ); + int yyget_leng ( void ); -char *ppy_get_text (void ); +char *yyget_text ( void ); -int ppy_get_lineno (void ); +int yyget_lineno ( void ); -void ppy_set_lineno (int line_number ); +void yyset_lineno ( int _line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. @@ -1464,26 +1693,29 @@ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus -extern "C" int ppy_wrap (void ); +extern "C" int yywrap ( void ); #else -extern int ppy_wrap (void ); +extern int yywrap ( void ); #endif #endif +#ifndef YY_NO_UNPUT + +#endif + #ifndef yytext_ptr -static void yy_flex_strncpy (char *,yyconst char *,int ); +static void yy_flex_strncpy ( char *, const char *, int ); #endif #ifdef YY_NEED_STRLEN -static int yy_flex_strlen (yyconst char * ); +static int yy_flex_strlen ( const char * ); #endif #ifndef YY_NO_INPUT - #ifdef __cplusplus -static int yyinput (void ); +static int yyinput ( void ); #else -static int input (void ); +static int input ( void ); #endif #endif @@ -1492,15 +1724,20 @@ static int yy_start_stack_depth = 0; static int *yy_start_stack = NULL; - static void yy_push_state (int new_state ); + static void yy_push_state ( int _new_state ); - static void yy_pop_state (void ); + static void yy_pop_state ( void ); - static int yy_top_state (void ); + static int yy_top_state ( void ); /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE +#ifdef __ia64__ +/* On IA-64, the buffer size is 16k, not 8k */ +#define YY_READ_BUF_SIZE 16384 +#else #define YY_READ_BUF_SIZE 8192 +#endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ @@ -1508,7 +1745,7 @@ /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ -#define ECHO do { if (fwrite( ppy_text, ppy_leng, 1, ppy_out )) {} } while (0) +#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, @@ -1519,20 +1756,20 @@ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ - size_t n; \ + int n; \ for ( n = 0; n < max_size && \ - (c = getc( ppy_in )) != EOF && c != '\n'; ++n ) \ + (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ - if ( c == EOF && ferror( ppy_in ) ) \ + if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ - while ( (result = fread(buf, 1, max_size, ppy_in))==0 && ferror(ppy_in)) \ + while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ @@ -1540,7 +1777,7 @@ break; \ } \ errno=0; \ - clearerr(ppy_in); \ + clearerr(yyin); \ } \ }\ \ @@ -1573,12 +1810,12 @@ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 -extern int ppy_lex (void); +extern int yylex (void); -#define YY_DECL int ppy_lex (void) +#define YY_DECL int yylex (void) #endif /* !YY_DECL */ -/* Code executed at the beginning of each rule, after ppy_text and ppy_leng +/* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION @@ -1587,39 +1824,23 @@ /* Code executed at the end of each rule. */ #ifndef YY_BREAK -#define YY_BREAK break; +#define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ - if ( ppy_leng > 0 ) \ + if ( yyleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ - (ppy_text[ppy_leng - 1] == '\n'); \ + (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { - register yy_state_type yy_current_state; - register char *yy_cp, *yy_bp; - register int yy_act; + yy_state_type yy_current_state; + char *yy_cp, *yy_bp; + int yy_act; -#line 366 "ppl.l" - - /* - * Catch line-continuations. - * Note: Gcc keeps the line-continuations in, for example, strings - * intact. However, I prefer to remove them all so that the next - * scanner will not need to reduce the continuation state. - * - * <*>\\\n newline(0); - */ - - /* - * Detect the leading # of a preprocessor directive. - */ -#line 1622 "ppl.yy.c" - if ( !(yy_init) ) { (yy_init) = 1; @@ -1631,26 +1852,44 @@ if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ - if ( ! ppy_in ) - ppy_in = stdin; + if ( ! yyin ) + yyin = stdin; - if ( ! ppy_out ) - ppy_out = stdout; + if ( ! yyout ) + yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { - ppy_ensure_buffer_stack (); + yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = - ppy__create_buffer(ppy_in,YY_BUF_SIZE ); + yy_create_buffer( yyin, YY_BUF_SIZE ); } - ppy__load_buffer_state( ); + yy_load_buffer_state( ); } - while ( 1 ) /* loops until end-of-file is reached */ + { +#line 366 "ppl.l" + +#line 368 "ppl.l" + /* + * Catch line-continuations. + * Note: Gcc keeps the line-continuations in, for example, strings + * intact. However, I prefer to remove them all so that the next + * scanner will not need to reduce the continuation state. + * + * <*>\\\n newline(0); + */ + + /* + * Detect the leading # of a preprocessor directive. + */ +#line 1886 "ppl.yy.c" + + while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); - /* Support of ppy_text. */ + /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of @@ -1663,7 +1902,7 @@ yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -1673,9 +1912,9 @@ { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 416 ) - yy_c = yy_meta[(unsigned int) yy_c]; + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_current_state != 415 ); @@ -1700,7 +1939,7 @@ case 1: YY_RULE_SETUP -#line 379 "ppl.l" +#line 380 "ppl.l" pp_incl_state.seen_junk++; yy_push_state(pp_pp); YY_BREAK /* @@ -1708,104 +1947,104 @@ */ case 2: YY_RULE_SETUP -#line 384 "ppl.l" +#line 385 "ppl.l" if(yy_top_state() != pp_ignore) {yy_pp_state(pp_inc); return tINCLUDE;} else {yy_pp_state(pp_eol);} YY_BREAK case 3: YY_RULE_SETUP -#line 385 "ppl.l" +#line 386 "ppl.l" yy_pp_state(yy_current_state() != pp_ignore ? pp_def : pp_eol); YY_BREAK case 4: YY_RULE_SETUP -#line 386 "ppl.l" +#line 387 "ppl.l" yy_pp_state(pp_eol); if(yy_top_state() != pp_ignore) return tERROR; YY_BREAK case 5: YY_RULE_SETUP -#line 387 "ppl.l" +#line 388 "ppl.l" yy_pp_state(pp_eol); if(yy_top_state() != pp_ignore) return tWARNING; YY_BREAK case 6: YY_RULE_SETUP -#line 388 "ppl.l" +#line 389 "ppl.l" yy_pp_state(pp_eol); if(yy_top_state() != pp_ignore) return tPRAGMA; YY_BREAK case 7: YY_RULE_SETUP -#line 389 "ppl.l" +#line 390 "ppl.l" yy_pp_state(pp_eol); if(yy_top_state() != pp_ignore) return tPPIDENT; YY_BREAK case 8: YY_RULE_SETUP -#line 390 "ppl.l" +#line 391 "ppl.l" if(yy_top_state() != pp_ignore) {yy_pp_state(pp_ifd); return tUNDEF;} else {yy_pp_state(pp_eol);} YY_BREAK case 9: YY_RULE_SETUP -#line 391 "ppl.l" +#line 392 "ppl.l" yy_pp_state(pp_ifd); return tIFDEF; YY_BREAK case 10: YY_RULE_SETUP -#line 392 "ppl.l" +#line 393 "ppl.l" pp_incl_state.seen_junk--; yy_pp_state(pp_ifd); return tIFNDEF; YY_BREAK case 11: YY_RULE_SETUP -#line 393 "ppl.l" +#line 394 "ppl.l" yy_pp_state(pp_if); return tIF; YY_BREAK case 12: YY_RULE_SETUP -#line 394 "ppl.l" +#line 395 "ppl.l" yy_pp_state(pp_if); return tELIF; YY_BREAK case 13: YY_RULE_SETUP -#line 395 "ppl.l" +#line 396 "ppl.l" yy_pp_state(pp_endif); return tELSE; YY_BREAK case 14: YY_RULE_SETUP -#line 396 "ppl.l" +#line 397 "ppl.l" yy_pp_state(pp_endif); return tENDIF; YY_BREAK case 15: YY_RULE_SETUP -#line 397 "ppl.l" +#line 398 "ppl.l" if(yy_top_state() != pp_ignore) {yy_pp_state(pp_line); return tLINE;} else {yy_pp_state(pp_eol);} YY_BREAK case 16: YY_RULE_SETUP -#line 398 "ppl.l" +#line 399 "ppl.l" if(yy_top_state() != pp_ignore) {yy_pp_state(pp_line); return tGCCLINE;} else {yy_pp_state(pp_eol);} YY_BREAK case 17: YY_RULE_SETUP -#line 399 "ppl.l" +#line 400 "ppl.l" ppy_error("Invalid preprocessor token '%s'", ppy_text); YY_BREAK case 18: /* rule 18 can match eol */ YY_RULE_SETUP -#line 400 "ppl.l" +#line 401 "ppl.l" newline(1); yy_pop_state(); return tNL; /* This could be the null-token */ YY_BREAK case 19: /* rule 19 can match eol */ YY_RULE_SETUP -#line 401 "ppl.l" +#line 402 "ppl.l" newline(0); YY_BREAK case 20: YY_RULE_SETUP -#line 402 "ppl.l" +#line 403 "ppl.l" ppy_error("Preprocessor junk '%s'", ppy_text); YY_BREAK case 21: YY_RULE_SETUP -#line 403 "ppl.l" +#line 404 "ppl.l" return *ppy_text; YY_BREAK /* @@ -1813,39 +2052,39 @@ */ case 22: YY_RULE_SETUP -#line 408 "ppl.l" +#line 409 "ppl.l" return make_number(10, &ppy_lval, ppy_text, ppy_leng); YY_BREAK case 23: YY_RULE_SETUP -#line 409 "ppl.l" +#line 410 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_iqs); YY_BREAK case 24: YY_RULE_SETUP -#line 410 "ppl.l" +#line 411 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_dqs); YY_BREAK case 25: YY_RULE_SETUP -#line 411 "ppl.l" +#line 412 "ppl.l" ; YY_BREAK case 26: /* rule 26 can match eol */ YY_RULE_SETUP -#line 412 "ppl.l" +#line 413 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 27: /* rule 27 can match eol */ YY_RULE_SETUP -#line 413 "ppl.l" +#line 414 "ppl.l" newline(0); YY_BREAK case 28: YY_RULE_SETUP -#line 414 "ppl.l" +#line 415 "ppl.l" ppy_error(yy_current_state() == pp_inc ? "Trailing junk in #include" : "Trailing junk in #line"); YY_BREAK /* @@ -1853,24 +2092,24 @@ */ case 29: YY_RULE_SETUP -#line 419 "ppl.l" +#line 420 "ppl.l" ; YY_BREAK case 30: /* rule 30 can match eol */ YY_RULE_SETUP -#line 420 "ppl.l" +#line 421 "ppl.l" newline(1); YY_BREAK case 31: /* rule 31 can match eol */ YY_RULE_SETUP -#line 421 "ppl.l" +#line 422 "ppl.l" newline(0); YY_BREAK case 32: YY_RULE_SETUP -#line 422 "ppl.l" +#line 423 "ppl.l" ; YY_BREAK /* @@ -1881,109 +2120,109 @@ */ case 33: YY_RULE_SETUP -#line 431 "ppl.l" +#line 432 "ppl.l" return make_number(8, &ppy_lval, ppy_text, ppy_leng); YY_BREAK case 34: YY_RULE_SETUP -#line 432 "ppl.l" +#line 433 "ppl.l" ppy_error("Invalid octal digit"); YY_BREAK case 35: YY_RULE_SETUP -#line 433 "ppl.l" +#line 434 "ppl.l" return make_number(10, &ppy_lval, ppy_text, ppy_leng); YY_BREAK case 36: YY_RULE_SETUP -#line 434 "ppl.l" +#line 435 "ppl.l" return make_number(16, &ppy_lval, ppy_text, ppy_leng); YY_BREAK case 37: YY_RULE_SETUP -#line 435 "ppl.l" +#line 436 "ppl.l" ppy_error("Invalid hex number"); YY_BREAK case 38: YY_RULE_SETUP -#line 436 "ppl.l" +#line 437 "ppl.l" yy_push_state(pp_defined); return tDEFINED; YY_BREAK case 39: YY_RULE_SETUP -#line 437 "ppl.l" +#line 438 "ppl.l" return tLSHIFT; YY_BREAK case 40: YY_RULE_SETUP -#line 438 "ppl.l" +#line 439 "ppl.l" return tRSHIFT; YY_BREAK case 41: YY_RULE_SETUP -#line 439 "ppl.l" +#line 440 "ppl.l" return tLOGAND; YY_BREAK case 42: YY_RULE_SETUP -#line 440 "ppl.l" +#line 441 "ppl.l" return tLOGOR; YY_BREAK case 43: YY_RULE_SETUP -#line 441 "ppl.l" +#line 442 "ppl.l" return tEQ; YY_BREAK case 44: YY_RULE_SETUP -#line 442 "ppl.l" +#line 443 "ppl.l" return tNE; YY_BREAK case 45: YY_RULE_SETUP -#line 443 "ppl.l" +#line 444 "ppl.l" return tLTE; YY_BREAK case 46: YY_RULE_SETUP -#line 444 "ppl.l" +#line 445 "ppl.l" return tGTE; YY_BREAK case 47: /* rule 47 can match eol */ YY_RULE_SETUP -#line 445 "ppl.l" +#line 446 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 48: /* rule 48 can match eol */ YY_RULE_SETUP -#line 446 "ppl.l" +#line 447 "ppl.l" newline(0); YY_BREAK case 49: YY_RULE_SETUP -#line 447 "ppl.l" +#line 448 "ppl.l" ppy_error("Junk in conditional expression"); YY_BREAK case 50: YY_RULE_SETUP -#line 448 "ppl.l" +#line 449 "ppl.l" ; YY_BREAK case 51: YY_RULE_SETUP -#line 449 "ppl.l" +#line 450 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_sqs); YY_BREAK case 52: YY_RULE_SETUP -#line 450 "ppl.l" +#line 451 "ppl.l" ppy_error("String constants not allowed in conditionals"); YY_BREAK case 53: YY_RULE_SETUP -#line 451 "ppl.l" +#line 452 "ppl.l" return *ppy_text; YY_BREAK /* @@ -1992,29 +2231,29 @@ */ case 54: YY_RULE_SETUP -#line 457 "ppl.l" +#line 458 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tIDENT; YY_BREAK case 55: YY_RULE_SETUP -#line 458 "ppl.l" +#line 459 "ppl.l" ; YY_BREAK case 56: /* rule 56 can match eol */ YY_RULE_SETUP -#line 459 "ppl.l" +#line 460 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 57: /* rule 57 can match eol */ YY_RULE_SETUP -#line 460 "ppl.l" +#line 461 "ppl.l" newline(0); YY_BREAK case 58: YY_RULE_SETUP -#line 461 "ppl.l" +#line 462 "ppl.l" ppy_error("Identifier expected"); YY_BREAK /* @@ -2022,24 +2261,24 @@ */ case 59: YY_RULE_SETUP -#line 466 "ppl.l" +#line 467 "ppl.l" ; YY_BREAK case 60: /* rule 60 can match eol */ YY_RULE_SETUP -#line 467 "ppl.l" +#line 468 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 61: /* rule 61 can match eol */ YY_RULE_SETUP -#line 468 "ppl.l" +#line 469 "ppl.l" newline(0); YY_BREAK case 62: YY_RULE_SETUP -#line 469 "ppl.l" +#line 470 "ppl.l" ppy_error("Garbage after #else or #endif."); YY_BREAK /* @@ -2049,29 +2288,29 @@ */ case 63: YY_RULE_SETUP -#line 476 "ppl.l" +#line 477 "ppl.l" yy_pop_state(); ppy_lval.cptr = pp_xstrdup(ppy_text); return tIDENT; YY_BREAK case 64: YY_RULE_SETUP -#line 477 "ppl.l" +#line 478 "ppl.l" ; YY_BREAK case 65: YY_RULE_SETUP -#line 478 "ppl.l" +#line 479 "ppl.l" return *ppy_text; YY_BREAK case 66: /* rule 66 can match eol */ YY_RULE_SETUP -#line 479 "ppl.l" +#line 480 "ppl.l" newline(0); YY_BREAK case 67: /* rule 67 can match eol */ YY_RULE_SETUP -#line 480 "ppl.l" +#line 481 "ppl.l" ppy_error("Identifier expected"); YY_BREAK /* @@ -2082,30 +2321,30 @@ */ case 68: YY_RULE_SETUP -#line 488 "ppl.l" +#line 489 "ppl.l" if(yy_top_state() != pp_ignore) { ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; } YY_BREAK case 69: YY_RULE_SETUP -#line 489 "ppl.l" +#line 490 "ppl.l" if(yy_top_state() != pp_ignore) { ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; } YY_BREAK case 70: /* rule 70 can match eol */ YY_RULE_SETUP -#line 490 "ppl.l" +#line 491 "ppl.l" if(yy_top_state() != pp_ignore) { ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; } YY_BREAK case 71: /* rule 71 can match eol */ YY_RULE_SETUP -#line 491 "ppl.l" +#line 492 "ppl.l" newline(1); yy_pop_state(); if(yy_current_state() != pp_ignore) { return tNL; } YY_BREAK case 72: /* rule 72 can match eol */ YY_RULE_SETUP -#line 492 "ppl.l" +#line 493 "ppl.l" newline(0); YY_BREAK /* @@ -2113,29 +2352,29 @@ */ case 73: YY_RULE_SETUP -#line 497 "ppl.l" +#line 498 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); if(ppy_lval.cptr) ppy_lval.cptr[ppy_leng-1] = '\0'; yy_pp_state(pp_macro); return tMACRO; YY_BREAK case 74: YY_RULE_SETUP -#line 498 "ppl.l" +#line 499 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); yy_pp_state(pp_define); return tDEFINE; YY_BREAK case 75: YY_RULE_SETUP -#line 499 "ppl.l" +#line 500 "ppl.l" ; YY_BREAK case 76: /* rule 76 can match eol */ YY_RULE_SETUP -#line 500 "ppl.l" +#line 501 "ppl.l" newline(0); YY_BREAK case 77: /* rule 77 can match eol */ YY_RULE_SETUP -#line 501 "ppl.l" +#line 502 "ppl.l" perror("Identifier expected"); YY_BREAK /* @@ -2143,41 +2382,41 @@ */ case 78: YY_RULE_SETUP -#line 506 "ppl.l" +#line 507 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; YY_BREAK case 79: /* rule 79 can match eol */ YY_RULE_SETUP -#line 507 "ppl.l" +#line 508 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; YY_BREAK case 80: /* rule 80 can match eol */ YY_RULE_SETUP -#line 508 "ppl.l" +#line 509 "ppl.l" newline(0); ppy_lval.cptr = pp_xstrdup(" "); return tLITERAL; YY_BREAK case 81: /* rule 81 can match eol */ YY_RULE_SETUP -#line 509 "ppl.l" +#line 510 "ppl.l" newline(0); YY_BREAK case 82: /* rule 82 can match eol */ YY_RULE_SETUP -#line 510 "ppl.l" +#line 511 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 83: YY_RULE_SETUP -#line 511 "ppl.l" +#line 512 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_sqs); YY_BREAK case 84: YY_RULE_SETUP -#line 512 "ppl.l" +#line 513 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_dqs); YY_BREAK /* @@ -2185,39 +2424,39 @@ */ case 85: YY_RULE_SETUP -#line 517 "ppl.l" +#line 518 "ppl.l" yy_pp_state(pp_mbody); return tMACROEND; YY_BREAK case 86: YY_RULE_SETUP -#line 518 "ppl.l" +#line 519 "ppl.l" ; YY_BREAK case 87: YY_RULE_SETUP -#line 519 "ppl.l" +#line 520 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tIDENT; YY_BREAK case 88: YY_RULE_SETUP -#line 520 "ppl.l" +#line 521 "ppl.l" return ','; YY_BREAK case 89: YY_RULE_SETUP -#line 521 "ppl.l" +#line 522 "ppl.l" return tELIPSIS; YY_BREAK case 90: /* rule 90 can match eol */ YY_RULE_SETUP -#line 522 "ppl.l" +#line 523 "ppl.l" ppy_error("Argument identifier expected"); YY_BREAK case 91: /* rule 91 can match eol */ YY_RULE_SETUP -#line 523 "ppl.l" +#line 524 "ppl.l" newline(0); YY_BREAK /* @@ -2225,60 +2464,60 @@ */ case 92: YY_RULE_SETUP -#line 528 "ppl.l" +#line 529 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; YY_BREAK case 93: YY_RULE_SETUP -#line 529 "ppl.l" +#line 530 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tIDENT; YY_BREAK case 94: YY_RULE_SETUP -#line 530 "ppl.l" +#line 531 "ppl.l" return tCONCAT; YY_BREAK case 95: YY_RULE_SETUP -#line 531 "ppl.l" +#line 532 "ppl.l" return tSTRINGIZE; YY_BREAK case 96: YY_RULE_SETUP -#line 532 "ppl.l" +#line 533 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; YY_BREAK case 97: YY_RULE_SETUP -#line 533 "ppl.l" +#line 534 "ppl.l" ppy_lval.cptr = pp_xstrdup(ppy_text); return tLITERAL; YY_BREAK case 98: /* rule 98 can match eol */ YY_RULE_SETUP -#line 534 "ppl.l" +#line 535 "ppl.l" newline(0); ppy_lval.cptr = pp_xstrdup(" "); return tLITERAL; YY_BREAK case 99: /* rule 99 can match eol */ YY_RULE_SETUP -#line 535 "ppl.l" +#line 536 "ppl.l" newline(0); YY_BREAK case 100: /* rule 100 can match eol */ YY_RULE_SETUP -#line 536 "ppl.l" +#line 537 "ppl.l" newline(1); yy_pop_state(); return tNL; YY_BREAK case 101: YY_RULE_SETUP -#line 537 "ppl.l" +#line 538 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_sqs); YY_BREAK case 102: YY_RULE_SETUP -#line 538 "ppl.l" +#line 539 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_dqs); YY_BREAK /* @@ -2291,17 +2530,17 @@ * a false alarm. We just continue with a nose-bleed... */ case 103: -*yy_cp = (yy_hold_char); /* undo effects of setting up ppy_text */ +*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; -YY_DO_BEFORE_ACTION; /* set up ppy_text again */ +YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP -#line 549 "ppl.l" +#line 550 "ppl.l" yy_pp_state(pp_macscan); YY_BREAK case 104: /* rule 104 can match eol */ YY_RULE_SETUP -#line 550 "ppl.l" +#line 551 "ppl.l" { if(yy_top_state() != pp_macscan) newline(0); @@ -2310,12 +2549,12 @@ case 105: /* rule 105 can match eol */ YY_RULE_SETUP -#line 554 "ppl.l" +#line 555 "ppl.l" newline(0); YY_BREAK case 106: YY_RULE_SETUP -#line 555 "ppl.l" +#line 556 "ppl.l" { macexpstackentry_t *mac = pop_macro(); yy_pop_state(); @@ -2330,7 +2569,7 @@ */ case 107: YY_RULE_SETUP -#line 567 "ppl.l" +#line 568 "ppl.l" { if(++MACROPARENTHESES() > 1) add_text_to_macro(ppy_text, ppy_leng); @@ -2338,7 +2577,7 @@ YY_BREAK case 108: YY_RULE_SETUP -#line 571 "ppl.l" +#line 572 "ppl.l" { if(--MACROPARENTHESES() == 0) { @@ -2351,7 +2590,7 @@ YY_BREAK case 109: YY_RULE_SETUP -#line 580 "ppl.l" +#line 581 "ppl.l" { if(MACROPARENTHESES() > 1) add_text_to_macro(ppy_text, ppy_leng); @@ -2361,34 +2600,34 @@ YY_BREAK case 110: YY_RULE_SETUP -#line 586 "ppl.l" +#line 587 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_dqs); YY_BREAK case 111: YY_RULE_SETUP -#line 587 "ppl.l" +#line 588 "ppl.l" new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_sqs); YY_BREAK case 112: YY_RULE_SETUP -#line 588 "ppl.l" +#line 589 "ppl.l" yy_push_state(pp_comment); add_text_to_macro(" ", 1); YY_BREAK case 113: /* rule 113 can match eol */ YY_RULE_SETUP -#line 589 "ppl.l" +#line 590 "ppl.l" pp_status.line_number++; pp_status.char_number = 1; add_text_to_macro(ppy_text, ppy_leng); YY_BREAK case 114: YY_RULE_SETUP -#line 590 "ppl.l" +#line 591 "ppl.l" add_text_to_macro(ppy_text, ppy_leng); YY_BREAK case 115: /* rule 115 can match eol */ YY_RULE_SETUP -#line 591 "ppl.l" +#line 592 "ppl.l" newline(0); YY_BREAK /* @@ -2396,23 +2635,23 @@ */ case 116: YY_RULE_SETUP -#line 596 "ppl.l" +#line 597 "ppl.l" yy_push_state(pp_comment); YY_BREAK case 117: YY_RULE_SETUP -#line 597 "ppl.l" +#line 598 "ppl.l" ; YY_BREAK case 118: /* rule 118 can match eol */ YY_RULE_SETUP -#line 598 "ppl.l" +#line 599 "ppl.l" newline(0); YY_BREAK case 119: YY_RULE_SETUP -#line 599 "ppl.l" +#line 600 "ppl.l" yy_pop_state(); YY_BREAK /* @@ -2420,7 +2659,7 @@ */ case 120: YY_RULE_SETUP -#line 604 "ppl.l" +#line 605 "ppl.l" { if(ppy_text[ppy_leng-1] == '\\') ppy_warning("C++ style comment ends with an escaped newline (escape ignored)"); @@ -2431,22 +2670,22 @@ */ case 121: YY_RULE_SETUP -#line 612 "ppl.l" +#line 613 "ppl.l" pp_incl_state.seen_junk++; new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_dqs); YY_BREAK case 122: YY_RULE_SETUP -#line 613 "ppl.l" +#line 614 "ppl.l" pp_incl_state.seen_junk++; new_string(); add_string(ppy_text, ppy_leng); yy_push_state(pp_sqs); YY_BREAK case 123: YY_RULE_SETUP -#line 614 "ppl.l" +#line 615 "ppl.l" add_string(ppy_text, ppy_leng); YY_BREAK case 124: YY_RULE_SETUP -#line 615 "ppl.l" +#line 616 "ppl.l" { add_string(ppy_text, ppy_leng); yy_pop_state(); @@ -2470,12 +2709,12 @@ YY_BREAK case 125: YY_RULE_SETUP -#line 635 "ppl.l" +#line 636 "ppl.l" add_string(ppy_text, ppy_leng); YY_BREAK case 126: YY_RULE_SETUP -#line 636 "ppl.l" +#line 637 "ppl.l" { add_string(ppy_text, ppy_leng); yy_pop_state(); @@ -2493,12 +2732,12 @@ YY_BREAK case 127: YY_RULE_SETUP -#line 650 "ppl.l" +#line 651 "ppl.l" add_string(ppy_text, ppy_leng); YY_BREAK case 128: YY_RULE_SETUP -#line 651 "ppl.l" +#line 652 "ppl.l" { add_string(ppy_text, ppy_leng); yy_pop_state(); @@ -2509,7 +2748,7 @@ case 129: /* rule 129 can match eol */ YY_RULE_SETUP -#line 657 "ppl.l" +#line 658 "ppl.l" { /* * This is tricky; we need to remove the line-continuation @@ -2537,13 +2776,13 @@ YY_BREAK case 130: YY_RULE_SETUP -#line 681 "ppl.l" +#line 682 "ppl.l" add_string(ppy_text, ppy_leng); YY_BREAK case 131: /* rule 131 can match eol */ YY_RULE_SETUP -#line 682 "ppl.l" +#line 683 "ppl.l" { newline(1); add_string(ppy_text, ppy_leng); @@ -2555,7 +2794,7 @@ */ case 132: YY_RULE_SETUP -#line 691 "ppl.l" +#line 692 "ppl.l" { pp_entry_t *ppp; pp_incl_state.seen_junk++; @@ -2604,29 +2843,29 @@ */ case 133: YY_RULE_SETUP -#line 737 "ppl.l" +#line 738 "ppl.l" pp_incl_state.seen_junk++; put_buffer(ppy_text, ppy_leng); YY_BREAK case 134: YY_RULE_SETUP -#line 738 "ppl.l" +#line 739 "ppl.l" put_buffer(ppy_text, ppy_leng); YY_BREAK case 135: /* rule 135 can match eol */ YY_RULE_SETUP -#line 739 "ppl.l" +#line 740 "ppl.l" newline(1); YY_BREAK case 136: /* rule 136 can match eol */ YY_RULE_SETUP -#line 740 "ppl.l" +#line 741 "ppl.l" newline(0); YY_BREAK case 137: YY_RULE_SETUP -#line 741 "ppl.l" +#line 742 "ppl.l" pp_incl_state.seen_junk++; put_buffer(ppy_text, ppy_leng); YY_BREAK /* @@ -2636,12 +2875,12 @@ case 138: /* rule 138 can match eol */ YY_RULE_SETUP -#line 747 "ppl.l" +#line 748 "ppl.l" put_buffer(ppy_text, ppy_leng); YY_BREAK case 139: YY_RULE_SETUP -#line 749 "ppl.l" +#line 750 "ppl.l" { ppy_lval.cptr=pp_xstrdup(ppy_text); yy_pop_state(); @@ -2650,12 +2889,12 @@ YY_BREAK case 140: YY_RULE_SETUP -#line 755 "ppl.l" +#line 756 "ppl.l" ; YY_BREAK case 141: YY_RULE_SETUP -#line 757 "ppl.l" +#line 758 "ppl.l" { new_string(); add_string(ppy_text,ppy_leng);yy_push_state(pp_dqs); } @@ -2666,7 +2905,7 @@ */ case 142: YY_RULE_SETUP -#line 765 "ppl.l" +#line 766 "ppl.l" pp_incl_state.seen_junk++; ppy_warning("Unmatched text '%c' (0x%02x); please report\n", isprint(*ppy_text & 0xff) ? *ppy_text : ' ', *ppy_text); YY_BREAK case YY_STATE_EOF(INITIAL): @@ -2691,7 +2930,7 @@ case YY_STATE_EOF(pp_defined): case YY_STATE_EOF(pp_ignore): case YY_STATE_EOF(RCINCL): -#line 767 "ppl.l" +#line 768 "ppl.l" { YY_BUFFER_STATE b = YY_CURRENT_BUFFER; bufferstackentry_t *bep = pop_buffer(); @@ -2719,10 +2958,10 @@ YY_BREAK case 143: YY_RULE_SETUP -#line 792 "ppl.l" +#line 793 "ppl.l" ECHO; YY_BREAK -#line 2726 "ppl.yy.c" +#line 2964 "ppl.yy.c" case YY_END_OF_BUFFER: { @@ -2737,15 +2976,15 @@ { /* We're scanning a new file or input source. It's * possible that this happened because the user - * just pointed ppy_in at a new source and called - * ppy_lex(). If so, then we have to assure + * just pointed yyin at a new source and called + * yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; - YY_CURRENT_BUFFER_LVALUE->yy_input_file = ppy_in; + YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } @@ -2799,11 +3038,11 @@ { (yy_did_buffer_switch_on_eof) = 0; - if ( ppy_wrap( ) ) + if ( yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up - * ppy_text, we can now set up + * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the @@ -2852,7 +3091,8 @@ "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ -} /* end of ppy_lex */ + } /* end of user's declarations */ +} /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * @@ -2863,9 +3103,9 @@ */ static int yy_get_next_buffer (void) { - register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - register char *source = (yytext_ptr); - register int number_to_move, i; + char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; + char *source = (yytext_ptr); + int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) @@ -2894,7 +3134,7 @@ /* Try to read more data. */ /* First move last chars to start of buffer. */ - number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; + number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); @@ -2907,7 +3147,7 @@ else { - yy_size_t num_to_read = + int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) @@ -2921,7 +3161,7 @@ if ( b->yy_is_our_buffer ) { - yy_size_t new_size = b->yy_buf_size * 2; + int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; @@ -2930,11 +3170,12 @@ b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ - ppy_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); + yyrealloc( (void *) b->yy_ch_buf, + (yy_size_t) (b->yy_buf_size + 2) ); } else /* Can't grow it, we don't own it. */ - b->yy_ch_buf = 0; + b->yy_ch_buf = NULL; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( @@ -2962,7 +3203,7 @@ if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; - ppy_restart(ppy_in ); + yyrestart( yyin ); } else @@ -2976,12 +3217,15 @@ else ret_val = EOB_ACT_CONTINUE_SCAN; - if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { + if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ - yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) ppy_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); + int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); + YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( + (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); + /* "- 2" to take care of EOB's */ + YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); } (yy_n_chars) += number_to_move; @@ -2997,15 +3241,15 @@ static yy_state_type yy_get_previous_state (void) { - register yy_state_type yy_current_state; - register char *yy_cp; + yy_state_type yy_current_state; + char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -3015,9 +3259,9 @@ { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 416 ) - yy_c = yy_meta[(unsigned int) yy_c]; + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; } return yy_current_state; @@ -3030,10 +3274,10 @@ */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { - register int yy_is_jam; - register char *yy_cp = (yy_c_buf_p); + int yy_is_jam; + char *yy_cp = (yy_c_buf_p); - register YY_CHAR yy_c = 1; + YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -3043,14 +3287,18 @@ { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 416 ) - yy_c = yy_meta[(unsigned int) yy_c]; + yy_c = yy_meta[yy_c]; } - yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; + yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 415); return yy_is_jam ? 0 : yy_current_state; } +#ifndef YY_NO_UNPUT + +#endif + #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) @@ -3075,7 +3323,7 @@ else { /* need more input */ - yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); + int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) @@ -3092,14 +3340,14 @@ */ /* Reset buffer status. */ - ppy_restart(ppy_in ); + yyrestart( yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { - if ( ppy_wrap( ) ) - return EOF; + if ( yywrap( ) ) + return 0; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; @@ -3118,7 +3366,7 @@ } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ - *(yy_c_buf_p) = '\0'; /* preserve ppy_text */ + *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); @@ -3132,32 +3380,32 @@ * * @note This function does not reset the start condition to @c INITIAL . */ - void ppy_restart (FILE * input_file ) + void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ - ppy_ensure_buffer_stack (); + yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = - ppy__create_buffer(ppy_in,YY_BUF_SIZE ); + yy_create_buffer( yyin, YY_BUF_SIZE ); } - ppy__init_buffer(YY_CURRENT_BUFFER,input_file ); - ppy__load_buffer_state( ); + yy_init_buffer( YY_CURRENT_BUFFER, input_file ); + yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ - void ppy__switch_to_buffer (YY_BUFFER_STATE new_buffer ) + void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with - * ppy_pop_buffer_state(); - * ppy_push_buffer_state(new_buffer); + * yypop_buffer_state(); + * yypush_buffer_state(new_buffer); */ - ppy_ensure_buffer_stack (); + yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; @@ -3170,21 +3418,21 @@ } YY_CURRENT_BUFFER_LVALUE = new_buffer; - ppy__load_buffer_state( ); + yy_load_buffer_state( ); /* We don't actually know whether we did this switch during - * EOF (ppy_wrap()) processing, but the only time this flag - * is looked at is after ppy_wrap() is called, so it's safe + * EOF (yywrap()) processing, but the only time this flag + * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } -static void ppy__load_buffer_state (void) +static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; - ppy_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; + yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } @@ -3194,35 +3442,35 @@ * * @return the allocated buffer state. */ - YY_BUFFER_STATE ppy__create_buffer (FILE * file, int size ) + YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; - b = (YY_BUFFER_STATE) ppy_alloc(sizeof( struct yy_buffer_state ) ); + b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in ppy__create_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ - b->yy_ch_buf = (char *) ppy_alloc(b->yy_buf_size + 2 ); + b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); if ( ! b->yy_ch_buf ) - YY_FATAL_ERROR( "out of dynamic memory in ppy__create_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; - ppy__init_buffer(b,file ); + yy_init_buffer( b, file ); return b; } /** Destroy the buffer. - * @param b a buffer created with ppy__create_buffer() + * @param b a buffer created with yy_create_buffer() * */ - void ppy__delete_buffer (YY_BUFFER_STATE b ) + void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) @@ -3232,27 +3480,27 @@ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) - ppy_free((void *) b->yy_ch_buf ); + yyfree( (void *) b->yy_ch_buf ); - ppy_free((void *) b ); + yyfree( (void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, - * such as during a ppy_restart() or at EOF. + * such as during a yyrestart() or at EOF. */ - static void ppy__init_buffer (YY_BUFFER_STATE b, FILE * file ) + static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; - ppy__flush_buffer(b ); + yy_flush_buffer( b ); b->yy_input_file = file; b->yy_fill_buffer = 1; - /* If b is the current buffer, then ppy__init_buffer was _probably_ - * called from ppy_restart() or through yy_get_next_buffer. + /* If b is the current buffer, then yy_init_buffer was _probably_ + * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ @@ -3269,7 +3517,7 @@ * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ - void ppy__flush_buffer (YY_BUFFER_STATE b ) + void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; @@ -3289,7 +3537,7 @@ b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) - ppy__load_buffer_state( ); + yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes @@ -3298,14 +3546,14 @@ * @param new_buffer The new state. * */ -void ppy_push_buffer_state (YY_BUFFER_STATE new_buffer ) +void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; - ppy_ensure_buffer_stack(); + yyensure_buffer_stack(); - /* This block is copied from ppy__switch_to_buffer. */ + /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ @@ -3319,8 +3567,8 @@ (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; - /* copied from ppy__switch_to_buffer. */ - ppy__load_buffer_state( ); + /* copied from yy_switch_to_buffer. */ + yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } @@ -3328,18 +3576,18 @@ * The next element becomes the new top. * */ -void ppy_pop_buffer_state (void) +void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; - ppy__delete_buffer(YY_CURRENT_BUFFER ); + yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { - ppy__load_buffer_state( ); + yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } @@ -3347,7 +3595,7 @@ /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ -static void ppy_ensure_buffer_stack (void) +static void yyensure_buffer_stack (void) { yy_size_t num_to_alloc; @@ -3357,15 +3605,15 @@ * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ - num_to_alloc = 1; - (yy_buffer_stack) = (struct yy_buffer_state**)ppy_alloc + num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ + (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in ppy_ensure_buffer_stack()" ); - + YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); + memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); - + (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; @@ -3374,15 +3622,15 @@ if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ - int grow_size = 8 /* arbitrary grow size */; + yy_size_t grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; - (yy_buffer_stack) = (struct yy_buffer_state**)ppy_realloc + (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in ppy_ensure_buffer_stack()" ); + YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); @@ -3394,9 +3642,9 @@ * @param base the character buffer * @param size the size in bytes of the character buffer * - * @return the newly allocated buffer state object. + * @return the newly allocated buffer state object. */ -YY_BUFFER_STATE ppy__scan_buffer (char * base, yy_size_t size ) +YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; @@ -3404,49 +3652,49 @@ base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ - return 0; + return NULL; - b = (YY_BUFFER_STATE) ppy_alloc(sizeof( struct yy_buffer_state ) ); + b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in ppy__scan_buffer()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); - b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ + b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; - b->yy_input_file = 0; + b->yy_input_file = NULL; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; - ppy__switch_to_buffer(b ); + yy_switch_to_buffer( b ); return b; } -/** Setup the input buffer state to scan a string. The next call to ppy_lex() will +/** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use - * ppy__scan_bytes() instead. + * yy_scan_bytes() instead. */ -YY_BUFFER_STATE ppy__scan_string (yyconst char * yystr ) +YY_BUFFER_STATE yy_scan_string (const char * yystr ) { - return ppy__scan_bytes(yystr,strlen(yystr) ); + return yy_scan_bytes( yystr, (int) strlen(yystr) ); } -/** Setup the input buffer state to scan the given bytes. The next call to ppy_lex() will +/** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ -YY_BUFFER_STATE ppy__scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) +YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; @@ -3454,19 +3702,19 @@ int i; /* Get memory for full buffer, including space for trailing EOB's. */ - n = _yybytes_len + 2; - buf = (char *) ppy_alloc(n ); + n = (yy_size_t) (_yybytes_len + 2); + buf = (char *) yyalloc( n ); if ( ! buf ) - YY_FATAL_ERROR( "out of dynamic memory in ppy__scan_bytes()" ); + YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; - b = ppy__scan_buffer(buf,n ); + b = yy_scan_buffer( buf, n ); if ( ! b ) - YY_FATAL_ERROR( "bad buffer in ppy__scan_bytes()" ); + YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. @@ -3476,20 +3724,21 @@ return b; } - static void yy_push_state (int new_state ) + static void yy_push_state (int _new_state ) { if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) { yy_size_t new_size; (yy_start_stack_depth) += YY_START_STACK_INCR; - new_size = (yy_start_stack_depth) * sizeof( int ); + new_size = (yy_size_t) (yy_start_stack_depth) * sizeof( int ); if ( ! (yy_start_stack) ) - (yy_start_stack) = (int *) ppy_alloc(new_size ); + (yy_start_stack) = (int *) yyalloc( new_size ); else - (yy_start_stack) = (int *) ppy_realloc((void *) (yy_start_stack),new_size ); + (yy_start_stack) = (int *) yyrealloc( + (void *) (yy_start_stack), new_size ); if ( ! (yy_start_stack) ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); @@ -3497,7 +3746,7 @@ (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START; - BEGIN(new_state); + BEGIN(_new_state); } static void yy_pop_state (void) @@ -3517,9 +3766,9 @@ #define YY_EXIT_FAILURE 2 #endif -static void yy_fatal_error (yyconst char* msg ) +static void yynoreturn yy_fatal_error (const char* msg ) { - (void) fprintf( stderr, "%s\n", msg ); + fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } @@ -3529,14 +3778,14 @@ #define yyless(n) \ do \ { \ - /* Undo effects of setting up ppy_text. */ \ + /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ - ppy_text[ppy_leng] = (yy_hold_char); \ - (yy_c_buf_p) = ppy_text + yyless_macro_arg; \ + yytext[yyleng] = (yy_hold_char); \ + (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ - ppy_leng = yyless_macro_arg; \ + yyleng = yyless_macro_arg; \ } \ while ( 0 ) @@ -3545,91 +3794,91 @@ /** Get the current line number. * */ -int ppy_get_lineno (void) +int yyget_lineno (void) { - - return ppy_lineno; + + return yylineno; } /** Get the input stream. * */ -FILE *ppy_get_in (void) +FILE *yyget_in (void) { - return ppy_in; + return yyin; } /** Get the output stream. * */ -FILE *ppy_get_out (void) +FILE *yyget_out (void) { - return ppy_out; + return yyout; } /** Get the length of the current token. * */ -yy_size_t ppy_get_leng (void) +int yyget_leng (void) { - return ppy_leng; + return yyleng; } /** Get the current token. * */ -char *ppy_get_text (void) +char *yyget_text (void) { - return ppy_text; + return yytext; } /** Set the current line number. - * @param line_number + * @param _line_number line number * */ -void ppy_set_lineno (int line_number ) +void yyset_lineno (int _line_number ) { - ppy_lineno = line_number; + yylineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. - * @param in_str A readable stream. + * @param _in_str A readable stream. * - * @see ppy__switch_to_buffer + * @see yy_switch_to_buffer */ -void ppy_set_in (FILE * in_str ) +void yyset_in (FILE * _in_str ) { - ppy_in = in_str ; + yyin = _in_str ; } -void ppy_set_out (FILE * out_str ) +void yyset_out (FILE * _out_str ) { - ppy_out = out_str ; + yyout = _out_str ; } -int ppy_get_debug (void) +int yyget_debug (void) { - return ppy__flex_debug; + return yy_flex_debug; } -void ppy_set_debug (int bdebug ) +void yyset_debug (int _bdebug ) { - ppy__flex_debug = bdebug ; + yy_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. - * This function is called from ppy_lex_destroy(), so don't allocate here. + * This function is called from yylex_destroy(), so don't allocate here. */ - (yy_buffer_stack) = 0; + (yy_buffer_stack) = NULL; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; - (yy_c_buf_p) = (char *) 0; + (yy_c_buf_p) = NULL; (yy_init) = 0; (yy_start) = 0; @@ -3639,40 +3888,40 @@ /* Defined in main.c */ #ifdef YY_STDINIT - ppy_in = stdin; - ppy_out = stdout; + yyin = stdin; + yyout = stdout; #else - ppy_in = (FILE *) 0; - ppy_out = (FILE *) 0; + yyin = NULL; + yyout = NULL; #endif /* For future reference: Set errno on error, since we are called by - * ppy_lex_init() + * yylex_init() */ return 0; } -/* ppy_lex_destroy is for both reentrant and non-reentrant scanners. */ -int ppy_lex_destroy (void) +/* yylex_destroy is for both reentrant and non-reentrant scanners. */ +int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ - ppy__delete_buffer(YY_CURRENT_BUFFER ); + yy_delete_buffer( YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; - ppy_pop_buffer_state(); + yypop_buffer_state(); } /* Destroy the stack itself. */ - ppy_free((yy_buffer_stack) ); + yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Destroy the start condition stack. */ - ppy_free((yy_start_stack) ); + yyfree( (yy_start_stack) ); (yy_start_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time - * ppy_lex() is called, initialization will occur. */ + * yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; @@ -3683,18 +3932,19 @@ */ #ifndef yytext_ptr -static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) +static void yy_flex_strncpy (char* s1, const char * s2, int n ) { - register int i; + + int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN -static int yy_flex_strlen (yyconst char * s ) +static int yy_flex_strlen (const char * s ) { - register int n; + int n; for ( n = 0; s[n]; ++n ) ; @@ -3702,13 +3952,14 @@ } #endif -void *ppy_alloc (yy_size_t size ) +void *yyalloc (yy_size_t size ) { - return (void *) malloc( size ); + return malloc(size); } -void *ppy_realloc (void * ptr, yy_size_t size ) +void *yyrealloc (void * ptr, yy_size_t size ) { + /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter @@ -3716,18 +3967,17 @@ * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ - return (void *) realloc( (char *) ptr, size ); + return realloc(ptr, size); } -void ppy_free (void * ptr ) +void yyfree (void * ptr ) { - free( (char *) ptr ); /* see ppy_realloc() for (char *) cast */ + free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" -#line 792 "ppl.l" - +#line 793 "ppl.l" /* ************************************************************************** @@ -3940,7 +4190,7 @@ if(buf && buf[0]) { push_buffer(ppp, NULL, NULL, 0); - ppy__scan_string(buf); + yy_scan_string(buf); } } @@ -3958,7 +4208,7 @@ if(ppp->subst.text && ppp->subst.text[0]) { push_buffer(ppp, NULL, NULL, 0); - ppy__scan_string(ppp->subst.text); + yy_scan_string(ppp->subst.text); } } @@ -4156,8 +4406,8 @@ if(pp_flex_debug) fprintf(stderr, "expand_text: '%s'\n", curdef_text + n); push_buffer(ppp, NULL, NULL, 0); - /*ppy__scan_bytes(curdef_text + n,k - n);*/ - ppy__scan_string(curdef_text + n); + /*yy_scan_bytes(curdef_text + n, k - n);*/ + yy_scan_string(curdef_text + n); } } @@ -4279,6 +4529,8 @@ bufferstack[bufferstackidx].define->expanding = 0; else { + includelogicentry_t *iep = NULL; + if(!bufferstack[bufferstackidx].should_pop) { wpp_callbacks->close(pp_status.file); @@ -4290,32 +4542,37 @@ pp_entry_t *ppp = pplookup(pp_incl_state.ppp); if(ppp) { - includelogicentry_t *iep = pp_xmalloc(sizeof(includelogicentry_t)); - if(!iep) - return NULL; - - iep->ppp = ppp; - ppp->iep = iep; - iep->filename = bufferstack[bufferstackidx].include_filename; - iep->prev = NULL; - iep->next = pp_includelogiclist; - if(iep->next) - iep->next->prev = iep; - pp_includelogiclist = iep; - if(pp_status.debug) - fprintf(stderr, "pop_buffer: %s:%d: includelogic added, include_ppp='%s', file='%s'\n", bufferstack[bufferstackidx].filename, bufferstack[bufferstackidx].line_number, pp_incl_state.ppp, iep->filename); + iep = pp_xmalloc(sizeof(includelogicentry_t)); + if (iep) + { + iep->ppp = ppp; + ppp->iep = iep; + iep->filename = bufferstack[bufferstackidx].include_filename; + iep->prev = NULL; + iep->next = pp_includelogiclist; + if(iep->next) + iep->next->prev = iep; + pp_includelogiclist = iep; + if(pp_status.debug) + fprintf(stderr, "pop_buffer: %s:%d: includelogic added, include_ppp='%s', file='%s'\n", + bufferstack[bufferstackidx].filename, bufferstack[bufferstackidx].line_number, pp_incl_state.ppp, iep->filename); + } } - else - free(bufferstack[bufferstackidx].include_filename); } free(pp_incl_state.ppp); pp_incl_state = bufferstack[bufferstackidx].incl; } + if (bufferstack[bufferstackidx].include_filename) + { + free(pp_status.input); + pp_status.input = bufferstack[bufferstackidx].filename; + } pp_status.line_number = bufferstack[bufferstackidx].line_number; pp_status.char_number = bufferstack[bufferstackidx].char_number; - pp_status.input = bufferstack[bufferstackidx].filename; ncontinuations = bufferstack[bufferstackidx].ncontinuations; + if (!iep) + free(bufferstack[bufferstackidx].include_filename); } if(ppy_debug) @@ -4462,7 +4719,7 @@ { yy_push_state(pp_macexp); push_buffer(NULL, NULL, NULL, last ? 2 : 1); - ppy__scan_string(mep->args[mep->nargs-1]); + yy_scan_string(mep->args[mep->nargs-1]); /*mep->bufferstackidx = bufferstackidx; But not nested! */ } } @@ -4525,6 +4782,7 @@ * If the define was deleted, then this entry would have * been deleted too. */ + free(fname); return; } } @@ -4534,6 +4792,7 @@ if(n <= 2) { ppy_error("Empty include filename"); + free(fname); return; } @@ -4543,6 +4802,7 @@ if((fp = pp_open_include(fname+1, type, pp_status.input, &newpath)) == NULL) { ppy_error("Unable to open include file %s", fname+1); + free(fname); return; } diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppy.tab.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppy.tab.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppy.tab.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppy.tab.c 2018-09-14 14:16:43.000000000 +0000 @@ -1,20 +1,19 @@ -/* A Bison parser, made by GNU Bison 2.4.3. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ + +/* Bison implementation for Yacc-like parsers in C + + Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. -/* Skeleton implementation for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2009, 2010 Free Software Foundation, Inc. - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -27,7 +26,7 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ @@ -45,7 +44,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "2.4.3" +#define YYBISON_VERSION "3.0.4" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -59,23 +58,19 @@ /* Pull parsers. */ #define YYPULL 1 -/* Using locations. */ -#define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse ppy_parse #define yylex ppy_lex #define yyerror ppy_error -#define yylval ppy_lval -#define yychar ppy_char #define yydebug ppy_debug #define yynerrs ppy_nerrs +#define yylval ppy_lval +#define yychar ppy_char /* Copy the first part of user declarations. */ - -/* Line 189 of yacc.c */ -#line 30 "ppy.y" +#line 30 "ppy.y" /* yacc.c:339 */ #include "config.h" #include "wine/port.h" @@ -171,14 +166,15 @@ static int nmacro_args; +#line 170 "ppy.tab.c" /* yacc.c:339 */ -/* Line 189 of yacc.c */ -#line 177 "ppy.tab.c" - -/* Enabling traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif +# ifndef YY_NULLPTR +# if defined __cplusplus && 201103L <= __cplusplus +# define YY_NULLPTR nullptr +# else +# define YY_NULLPTR 0 +# endif +# endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE @@ -188,72 +184,72 @@ # define YYERROR_VERBOSE 0 #endif -/* Enabling the token table. */ -#ifndef YYTOKEN_TABLE -# define YYTOKEN_TABLE 0 -#endif +/* Debug traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int ppy_debug; +#endif -/* Tokens. */ +/* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - tRCINCLUDE = 258, - tIF = 259, - tIFDEF = 260, - tIFNDEF = 261, - tELSE = 262, - tELIF = 263, - tENDIF = 264, - tDEFINED = 265, - tNL = 266, - tINCLUDE = 267, - tLINE = 268, - tGCCLINE = 269, - tERROR = 270, - tWARNING = 271, - tPRAGMA = 272, - tPPIDENT = 273, - tUNDEF = 274, - tMACROEND = 275, - tCONCAT = 276, - tELIPSIS = 277, - tSTRINGIZE = 278, - tIDENT = 279, - tLITERAL = 280, - tMACRO = 281, - tDEFINE = 282, - tDQSTRING = 283, - tSQSTRING = 284, - tIQSTRING = 285, - tUINT = 286, - tSINT = 287, - tULONG = 288, - tSLONG = 289, - tULONGLONG = 290, - tSLONGLONG = 291, - tRCINCLUDEPATH = 292, - tLOGOR = 293, - tLOGAND = 294, - tNE = 295, - tEQ = 296, - tGTE = 297, - tLTE = 298, - tRSHIFT = 299, - tLSHIFT = 300 - }; + enum yytokentype + { + tRCINCLUDE = 258, + tIF = 259, + tIFDEF = 260, + tIFNDEF = 261, + tELSE = 262, + tELIF = 263, + tENDIF = 264, + tDEFINED = 265, + tNL = 266, + tINCLUDE = 267, + tLINE = 268, + tGCCLINE = 269, + tERROR = 270, + tWARNING = 271, + tPRAGMA = 272, + tPPIDENT = 273, + tUNDEF = 274, + tMACROEND = 275, + tCONCAT = 276, + tELIPSIS = 277, + tSTRINGIZE = 278, + tIDENT = 279, + tLITERAL = 280, + tMACRO = 281, + tDEFINE = 282, + tDQSTRING = 283, + tSQSTRING = 284, + tIQSTRING = 285, + tUINT = 286, + tSINT = 287, + tULONG = 288, + tSLONG = 289, + tULONGLONG = 290, + tSLONGLONG = 291, + tRCINCLUDEPATH = 292, + tLOGOR = 293, + tLOGAND = 294, + tEQ = 295, + tNE = 296, + tLTE = 297, + tGTE = 298, + tLSHIFT = 299, + tRSHIFT = 300 + }; #endif - - +/* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE -{ -/* Line 214 of yacc.c */ -#line 126 "ppy.y" +union YYSTYPE +{ +#line 126 "ppy.y" /* yacc.c:355 */ int sint; unsigned int uint; @@ -267,22 +263,24 @@ marg_t *marg; mtext_t *mtext; +#line 267 "ppy.tab.c" /* yacc.c:355 */ +}; - -/* Line 214 of yacc.c */ -#line 274 "ppy.tab.c" -} YYSTYPE; +typedef union YYSTYPE YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif -/* Copy the second part of user declarations. */ +extern YYSTYPE ppy_lval; +int ppy_parse (void); -/* Line 264 of yacc.c */ -#line 286 "ppy.tab.c" + + +/* Copy the second part of user declarations. */ + +#line 284 "ppy.tab.c" /* yacc.c:358 */ #ifdef short # undef short @@ -296,11 +294,8 @@ #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; -#elif (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -typedef signed char yytype_int8; #else -typedef short int yytype_int8; +typedef signed char yytype_int8; #endif #ifdef YYTYPE_UINT16 @@ -320,8 +315,7 @@ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t -# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# elif ! defined YYSIZE_T # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else @@ -335,38 +329,67 @@ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ -# define YY_(msgid) dgettext ("bison-runtime", msgid) +# define YY_(Msgid) dgettext ("bison-runtime", Msgid) # endif # endif # ifndef YY_ -# define YY_(msgid) msgid +# define YY_(Msgid) Msgid +# endif +#endif + +#ifndef YY_ATTRIBUTE +# if (defined __GNUC__ \ + && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \ + || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C +# define YY_ATTRIBUTE(Spec) __attribute__(Spec) +# else +# define YY_ATTRIBUTE(Spec) /* empty */ +# endif +#endif + +#ifndef YY_ATTRIBUTE_PURE +# define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) +#endif + +#ifndef YY_ATTRIBUTE_UNUSED +# define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) +#endif + +#if !defined _Noreturn \ + && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) +# if defined _MSC_VER && 1200 <= _MSC_VER +# define _Noreturn __declspec (noreturn) +# else +# define _Noreturn YY_ATTRIBUTE ((__noreturn__)) # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ -# define YYUSE(e) ((void) (e)) +# define YYUSE(E) ((void) (E)) #else -# define YYUSE(e) /* empty */ +# define YYUSE(E) /* empty */ #endif -/* Identity function, used to suppress warnings about constant conditions. */ -#ifndef lint -# define YYID(n) (n) -#else -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static int -YYID (int yyi) +#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ +/* Suppress an incorrect diagnostic about yylval being uninitialized. */ +# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ + _Pragma ("GCC diagnostic push") \ + _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\ + _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") +# define YY_IGNORE_MAYBE_UNINITIALIZED_END \ + _Pragma ("GCC diagnostic pop") #else -static int -YYID (yyi) - int yyi; +# define YY_INITIAL_VALUE(Value) Value #endif -{ - return yyi; -} +#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN +# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN +# define YY_IGNORE_MAYBE_UNINITIALIZED_END #endif +#ifndef YY_INITIAL_VALUE +# define YY_INITIAL_VALUE(Value) /* Nothing. */ +#endif + #if ! defined yyoverflow || YYERROR_VERBOSE @@ -385,11 +408,11 @@ # define alloca _alloca # else # define YYSTACK_ALLOC alloca -# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS # include /* INFRINGES ON USER NAME SPACE */ -# ifndef _STDLIB_H -# define _STDLIB_H 1 + /* Use EXIT_SUCCESS as a witness for stdlib.h. */ +# ifndef EXIT_SUCCESS +# define EXIT_SUCCESS 0 # endif # endif # endif @@ -397,8 +420,8 @@ # endif # ifdef YYSTACK_ALLOC - /* Pacify GCC's `empty if-body' warning. */ -# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) + /* Pacify GCC's 'empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely @@ -412,25 +435,23 @@ # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif -# if (defined __cplusplus && ! defined _STDLIB_H \ +# if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ - && (defined YYFREE || defined free))) + && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ -# ifndef _STDLIB_H -# define _STDLIB_H 1 +# ifndef EXIT_SUCCESS +# define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc -# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined malloc && ! defined EXIT_SUCCESS void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free -# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +# if ! defined free && ! defined EXIT_SUCCESS void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif @@ -440,7 +461,7 @@ #if (! defined yyoverflow \ && (! defined __cplusplus \ - || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc @@ -458,42 +479,46 @@ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) -/* Copy COUNT objects from FROM to TO. The source and destination do - not overlap. */ -# ifndef YYCOPY -# if defined __GNUC__ && 1 < __GNUC__ -# define YYCOPY(To, From, Count) \ - __builtin_memcpy (To, From, (Count) * sizeof (*(From))) -# else -# define YYCOPY(To, From, Count) \ - do \ - { \ - YYSIZE_T yyi; \ - for (yyi = 0; yyi < (Count); yyi++) \ - (To)[yyi] = (From)[yyi]; \ - } \ - while (YYID (0)) -# endif -# endif +# define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ -# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ - do \ - { \ - YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ - Stack = &yyptr->Stack_alloc; \ - yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ - yyptr += yynewbytes / sizeof (*yyptr); \ - } \ - while (YYID (0)) +# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ + Stack = &yyptr->Stack_alloc; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (0) #endif +#if defined YYCOPY_NEEDED && YYCOPY_NEEDED +/* Copy COUNT objects from SRC to DST. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(Dst, Src, Count) \ + __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) +# else +# define YYCOPY(Dst, Src, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (Dst)[yyi] = (Src)[yyi]; \ + } \ + while (0) +# endif +# endif +#endif /* !YYCOPY_NEEDED */ + /* YYFINAL -- State number of the termination state. */ #define YYFINAL 2 /* YYLAST -- Last index in YYTABLE. */ @@ -505,17 +530,19 @@ #define YYNNTS 13 /* YYNRULES -- Number of rules. */ #define YYNRULES 84 -/* YYNRULES -- Number of states. */ +/* YYNSTATES -- Number of states. */ #define YYNSTATES 153 -/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned + by yylex, with out-of-bounds checking. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 300 -#define YYTRANSLATE(YYX) \ +#define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) -/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM + as returned by yylex, without out-of-bounds checking. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, @@ -524,7 +551,7 @@ 2, 2, 2, 58, 2, 2, 2, 2, 44, 2, 60, 61, 55, 53, 59, 54, 2, 56, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 39, 2, - 47, 2, 48, 38, 2, 2, 2, 2, 2, 2, + 47, 2, 49, 38, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 43, 2, 2, 2, 2, 2, @@ -547,61 +574,12 @@ 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, - 35, 36, 37, 40, 41, 45, 46, 49, 50, 51, + 35, 36, 37, 40, 41, 45, 46, 48, 50, 51, 52 }; #if YYDEBUG -/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in - YYRHS. */ -static const yytype_uint16 yyprhs[] = -{ - 0, 0, 3, 4, 7, 11, 15, 19, 23, 27, - 31, 34, 37, 41, 45, 52, 57, 62, 68, 75, - 83, 92, 95, 99, 103, 107, 111, 114, 117, 118, - 120, 122, 124, 126, 129, 132, 135, 136, 137, 139, - 141, 145, 149, 151, 152, 154, 156, 159, 161, 163, - 165, 167, 170, 172, 174, 176, 178, 180, 182, 184, - 187, 192, 194, 198, 202, 206, 210, 214, 218, 222, - 226, 230, 234, 238, 242, 246, 250, 254, 258, 262, - 265, 268, 271, 274, 278 -}; - -/* YYRHS -- A `-1'-separated list of the rules' RHS. */ -static const yytype_int8 yyrhs[] = -{ - 63, 0, -1, -1, 63, 64, -1, 12, 28, 11, - -1, 12, 30, 11, -1, 4, 74, 11, -1, 5, - 24, 11, -1, 6, 24, 11, -1, 8, 74, 11, - -1, 7, 11, -1, 9, 11, -1, 19, 24, 11, - -1, 27, 65, 11, -1, 26, 67, 68, 20, 71, - 11, -1, 13, 32, 28, 11, -1, 14, 32, 28, - 11, -1, 14, 32, 28, 32, 11, -1, 14, 32, - 28, 32, 32, 11, -1, 14, 32, 28, 32, 32, - 32, 11, -1, 14, 32, 28, 32, 32, 32, 32, - 11, -1, 14, 11, -1, 15, 65, 11, -1, 16, - 65, 11, -1, 17, 65, 11, -1, 18, 65, 11, - -1, 3, 37, -1, 3, 28, -1, -1, 66, -1, - 25, -1, 28, -1, 29, -1, 66, 25, -1, 66, - 28, -1, 66, 29, -1, -1, -1, 69, -1, 70, - -1, 70, 59, 22, -1, 70, 59, 24, -1, 24, - -1, -1, 72, -1, 73, -1, 72, 73, -1, 25, - -1, 28, -1, 29, -1, 21, -1, 23, 24, -1, - 24, -1, 32, -1, 31, -1, 34, -1, 33, -1, - 36, -1, 35, -1, 10, 24, -1, 10, 60, 24, - 61, -1, 24, -1, 74, 40, 74, -1, 74, 41, - 74, -1, 74, 46, 74, -1, 74, 45, 74, -1, - 74, 47, 74, -1, 74, 48, 74, -1, 74, 50, - 74, -1, 74, 49, 74, -1, 74, 53, 74, -1, - 74, 54, 74, -1, 74, 43, 74, -1, 74, 44, - 74, -1, 74, 42, 74, -1, 74, 55, 74, -1, - 74, 56, 74, -1, 74, 52, 74, -1, 74, 51, - 74, -1, 53, 74, -1, 54, 74, -1, 57, 74, - -1, 58, 74, -1, 60, 74, 61, -1, 74, 38, - 74, 39, 74, -1 -}; - -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ + /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 181, 181, 182, 186, 187, 188, 189, 190, 210, @@ -616,7 +594,7 @@ }; #endif -#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE +#if YYDEBUG || YYERROR_VERBOSE || 0 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = @@ -628,89 +606,40 @@ "tMACRO", "tDEFINE", "tDQSTRING", "tSQSTRING", "tIQSTRING", "tUINT", "tSINT", "tULONG", "tSLONG", "tULONGLONG", "tSLONGLONG", "tRCINCLUDEPATH", "'?'", "':'", "tLOGOR", "tLOGAND", "'|'", "'^'", "'&'", - "tNE", "tEQ", "'<'", "'>'", "tGTE", "tLTE", "tRSHIFT", "tLSHIFT", "'+'", + "tEQ", "tNE", "'<'", "tLTE", "'>'", "tGTE", "tLSHIFT", "tRSHIFT", "'+'", "'-'", "'*'", "'/'", "'~'", "'!'", "','", "'('", "')'", "$accept", "pp_file", "preprocessor", "opt_text", "text", "res_arg", "allmargs", - "emargs", "margs", "opt_mtexts", "mtexts", "mtext", "pp_expr", 0 + "emargs", "margs", "opt_mtexts", "mtexts", "mtext", "pp_expr", YY_NULLPTR }; #endif # ifdef YYPRINT -/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to - token YYLEX-NUM. */ +/* YYTOKNUM[NUM] -- (External) token number corresponding to the + (internal) symbol number NUM (which must be that of a token). */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 63, 58, - 293, 294, 124, 94, 38, 295, 296, 60, 62, 297, + 293, 294, 124, 94, 38, 295, 296, 60, 297, 62, 298, 299, 300, 43, 45, 42, 47, 126, 33, 44, 40, 41 }; # endif -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const yytype_uint8 yyr1[] = -{ - 0, 62, 63, 63, 64, 64, 64, 64, 64, 64, - 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, - 64, 64, 64, 64, 64, 64, 64, 64, 65, 65, - 66, 66, 66, 66, 66, 66, 67, 68, 68, 69, - 69, 70, 70, 71, 71, 72, 72, 73, 73, 73, - 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 74 -}; +#define YYPACT_NINF -27 -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const yytype_uint8 yyr2[] = -{ - 0, 2, 0, 2, 3, 3, 3, 3, 3, 3, - 2, 2, 3, 3, 6, 4, 4, 5, 6, 7, - 8, 2, 3, 3, 3, 3, 2, 2, 0, 1, - 1, 1, 1, 2, 2, 2, 0, 0, 1, 1, - 3, 3, 1, 0, 1, 1, 2, 1, 1, 1, - 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, - 4, 1, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, - 2, 2, 2, 3, 5 -}; +#define yypact_value_is_default(Yystate) \ + (!!((Yystate) == (-27))) -/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state - STATE-NUM when YYTABLE doesn't specify something else to do. Zero - means the default is an error. */ -static const yytype_uint8 yydefact[] = -{ - 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 28, 28, 28, 28, 0, 36, 28, - 3, 27, 26, 0, 61, 54, 53, 56, 55, 58, - 57, 0, 0, 0, 0, 0, 0, 0, 0, 10, - 0, 11, 0, 0, 0, 21, 0, 30, 31, 32, - 0, 29, 0, 0, 0, 0, 37, 0, 59, 0, - 79, 80, 81, 82, 0, 6, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 7, 8, 9, 4, 5, 0, - 0, 22, 33, 34, 35, 23, 24, 25, 12, 42, - 0, 38, 39, 13, 0, 83, 0, 62, 63, 74, - 72, 73, 65, 64, 66, 67, 69, 68, 78, 77, - 70, 71, 75, 76, 15, 16, 0, 43, 0, 60, - 0, 17, 0, 50, 0, 52, 47, 48, 49, 0, - 44, 45, 40, 41, 84, 18, 0, 51, 14, 46, - 19, 0, 20 -}; +#define YYTABLE_NINF -1 -/* YYDEFGOTO[NTERM-NUM]. */ -static const yytype_int16 yydefgoto[] = -{ - -1, 1, 20, 50, 51, 56, 100, 101, 102, 139, - 140, 141, 36 -}; +#define yytable_value_is_error(Yytable_value) \ + 0 -/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing - STATE-NUM. */ -#define YYPACT_NINF -27 + /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ static const yytype_int16 yypact[] = { -27, 142, -27, -26, -3, -12, -2, 30, -3, 41, @@ -731,18 +660,46 @@ -27, 291, -27 }; -/* YYPGOTO[NTERM-NUM]. */ + /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. + Performed when YYTABLE does not specify something else to do. Zero + means the default is an error. */ +static const yytype_uint8 yydefact[] = +{ + 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 28, 28, 28, 28, 0, 36, 28, + 3, 27, 26, 0, 61, 54, 53, 56, 55, 58, + 57, 0, 0, 0, 0, 0, 0, 0, 0, 10, + 0, 11, 0, 0, 0, 21, 0, 30, 31, 32, + 0, 29, 0, 0, 0, 0, 37, 0, 59, 0, + 79, 80, 81, 82, 0, 6, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 7, 8, 9, 4, 5, 0, + 0, 22, 33, 34, 35, 23, 24, 25, 12, 42, + 0, 38, 39, 13, 0, 83, 0, 62, 63, 74, + 72, 73, 64, 65, 66, 68, 67, 69, 77, 78, + 70, 71, 75, 76, 15, 16, 0, 43, 0, 60, + 0, 17, 0, 50, 0, 52, 47, 48, 49, 0, + 44, 45, 40, 41, 84, 18, 0, 51, 14, 46, + 19, 0, 20 +}; + + /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -27, -27, -27, -11, -27, -27, -27, -27, -27, -27, -27, 163, -8 }; -/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If - positive, shift that token. If negative, reduce the rule which - number is the opposite. If zero, do what YYDEFACT says. - If YYTABLE_NINF, syntax error. */ -#define YYTABLE_NINF -1 + /* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = +{ + -1, 1, 20, 50, 51, 56, 100, 101, 102, 139, + 140, 141, 36 +}; + + /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule whose + number is the opposite. If YYTABLE_NINF, syntax error. */ static const yytype_uint8 yytable[] = { 40, 58, 21, 52, 53, 54, 47, 23, 57, 48, @@ -813,8 +770,8 @@ 24, 11, 11, 140 }; -/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing - symbol of state STATE-NUM. */ + /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 63, 0, 3, 4, 5, 6, 7, 8, 9, @@ -835,104 +792,69 @@ 11, 32, 11 }; -#define yyerrok (yyerrstatus = 0) -#define yyclearin (yychar = YYEMPTY) -#define YYEMPTY (-2) -#define YYEOF 0 - -#define YYACCEPT goto yyacceptlab -#define YYABORT goto yyabortlab -#define YYERROR goto yyerrorlab - - -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. - Once GCC version 2 has supplanted version 1, this can go. However, - YYFAIL appears to be in use. Nevertheless, it is formally deprecated - in Bison 2.4.2's NEWS entry, where a plan to phase it out is - discussed. */ - -#define YYFAIL goto yyerrlab -#if defined YYFAIL - /* This is here to suppress warnings from the GCC cpp's - -Wunused-macros. Normally we don't worry about that warning, but - some users do, and we want to make it easy for users to remove - YYFAIL uses, which will produce warnings from Bison 2.5. */ -#endif - -#define YYRECOVERING() (!!yyerrstatus) - -#define YYBACKUP(Token, Value) \ -do \ - if (yychar == YYEMPTY && yylen == 1) \ - { \ - yychar = (Token); \ - yylval = (Value); \ - yytoken = YYTRANSLATE (yychar); \ - YYPOPSTACK (1); \ - goto yybackup; \ - } \ - else \ - { \ - yyerror (YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (YYID (0)) - - -#define YYTERROR 1 -#define YYERRCODE 256 - + /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint8 yyr1[] = +{ + 0, 62, 63, 63, 64, 64, 64, 64, 64, 64, + 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, + 64, 64, 64, 64, 64, 64, 64, 64, 65, 65, + 66, 66, 66, 66, 66, 66, 67, 68, 68, 69, + 69, 70, 70, 71, 71, 72, 72, 73, 73, 73, + 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, + 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, + 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, + 74, 74, 74, 74, 74 +}; -/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. - If N is 0, then set CURRENT to the empty location which ends - the previous symbol: RHS[0] (always defined). */ + /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 0, 2, 3, 3, 3, 3, 3, 3, + 2, 2, 3, 3, 6, 4, 4, 5, 6, 7, + 8, 2, 3, 3, 3, 3, 2, 2, 0, 1, + 1, 1, 1, 2, 2, 2, 0, 0, 1, 1, + 3, 3, 1, 0, 1, 1, 2, 1, 1, 1, + 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, + 4, 1, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, + 2, 2, 2, 3, 5 +}; -#define YYRHSLOC(Rhs, K) ((Rhs)[K]) -#ifndef YYLLOC_DEFAULT -# define YYLLOC_DEFAULT(Current, Rhs, N) \ - do \ - if (YYID (N)) \ - { \ - (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ - (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ - (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ - (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ - } \ - else \ - { \ - (Current).first_line = (Current).last_line = \ - YYRHSLOC (Rhs, 0).last_line; \ - (Current).first_column = (Current).last_column = \ - YYRHSLOC (Rhs, 0).last_column; \ - } \ - while (YYID (0)) -#endif +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab -/* YY_LOCATION_PRINT -- Print the location on the stream. - This macro was not mandated originally: define only if we know - we won't break user code: when these are the locations we know. */ -#ifndef YY_LOCATION_PRINT -# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL -# define YY_LOCATION_PRINT(File, Loc) \ - fprintf (File, "%d.%d-%d.%d", \ - (Loc).first_line, (Loc).first_column, \ - (Loc).last_line, (Loc).last_column) -# else -# define YY_LOCATION_PRINT(File, Loc) ((void) 0) -# endif -#endif +#define YYRECOVERING() (!!yyerrstatus) +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + YYPOPSTACK (yylen); \ + yystate = *yyssp; \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ +while (0) + +/* Error token number */ +#define YYTERROR 1 +#define YYERRCODE 256 -/* YYLEX -- calling `yylex' with the right arguments. */ -#ifdef YYLEX_PARAM -# define YYLEX yylex (YYLEX_PARAM) -#else -# define YYLEX yylex () -#endif /* Enable debugging if requested. */ #if YYDEBUG @@ -942,54 +864,46 @@ # define YYFPRINTF fprintf # endif -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - YYFPRINTF Args; \ -} while (YYID (0)) - -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ -do { \ - if (yydebug) \ - { \ - YYFPRINTF (stderr, "%s ", Title); \ - yy_symbol_print (stderr, \ - Type, Value); \ - YYFPRINTF (stderr, "\n"); \ - } \ -} while (YYID (0)) +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (0) + +/* This macro is provided for backward compatibility. */ +#ifndef YY_LOCATION_PRINT +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +#endif + +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (0) -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) +/*----------------------------------------. +| Print this symbol's value on YYOUTPUT. | +`----------------------------------------*/ + static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_value_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif { + FILE *yyo = yyoutput; + YYUSE (yyo); if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); -# else - YYUSE (yyoutput); # endif - switch (yytype) - { - default: - break; - } + YYUSE (yytype); } @@ -997,22 +911,11 @@ | Print this symbol on YYOUTPUT. | `--------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif { - if (yytype < YYNTOKENS) - YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); - else - YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + YYFPRINTF (yyoutput, "%s %s (", + yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); @@ -1023,16 +926,8 @@ | TOP (included). | `------------------------------------------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) -#else -static void -yy_stack_print (yybottom, yytop) - yytype_int16 *yybottom; - yytype_int16 *yytop; -#endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) @@ -1043,49 +938,42 @@ YYFPRINTF (stderr, "\n"); } -# define YY_STACK_PRINT(Bottom, Top) \ -do { \ - if (yydebug) \ - yy_stack_print ((Bottom), (Top)); \ -} while (YYID (0)) +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (0) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yy_reduce_print (YYSTYPE *yyvsp, int yyrule) -#else static void -yy_reduce_print (yyvsp, yyrule) - YYSTYPE *yyvsp; - int yyrule; -#endif +yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) { + unsigned long int yylno = yyrline[yyrule]; int yynrhs = yyr2[yyrule]; int yyi; - unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", - yyrule - 1, yylno); + yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); - yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], - &(yyvsp[(yyi + 1) - (yynrhs)]) - ); + yy_symbol_print (stderr, + yystos[yyssp[yyi + 1 - yynrhs]], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); YYFPRINTF (stderr, "\n"); } } -# define YY_REDUCE_PRINT(Rule) \ -do { \ - if (yydebug) \ - yy_reduce_print (yyvsp, Rule); \ -} while (YYID (0)) +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyssp, yyvsp, Rule); \ +} while (0) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ @@ -1099,7 +987,7 @@ /* YYINITDEPTH -- initial size of the parser's stacks. */ -#ifndef YYINITDEPTH +#ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif @@ -1114,7 +1002,6 @@ # define YYMAXDEPTH 10000 #endif - #if YYERROR_VERBOSE @@ -1123,15 +1010,8 @@ # define yystrlen strlen # else /* Return the length of YYSTR. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) -#else -static YYSIZE_T -yystrlen (yystr) - const char *yystr; -#endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) @@ -1147,16 +1027,8 @@ # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) -#else -static char * -yystpcpy (yydest, yysrc) - char *yydest; - const char *yysrc; -#endif { char *yyd = yydest; const char *yys = yysrc; @@ -1186,27 +1058,27 @@ char const *yyp = yystr; for (;;) - switch (*++yyp) - { - case '\'': - case ',': - goto do_not_strip_quotes; - - case '\\': - if (*++yyp != '\\') - goto do_not_strip_quotes; - /* Fall through. */ - default: - if (yyres) - yyres[yyn] = *yyp; - yyn++; - break; - - case '"': - if (yyres) - yyres[yyn] = '\0'; - return yyn; - } + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } do_not_strip_quotes: ; } @@ -1217,161 +1089,160 @@ } # endif -/* Copy into YYRESULT an error message about the unexpected token - YYCHAR while in state YYSTATE. Return the number of bytes copied, - including the terminating null byte. If YYRESULT is null, do not - copy anything; just return the number of bytes that would be - copied. As a special case, return 0 if an ordinary "syntax error" - message will do. Return YYSIZE_MAXIMUM if overflow occurs during - size calculation. */ -static YYSIZE_T -yysyntax_error (char *yyresult, int yystate, int yychar) +/* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message + about the unexpected token YYTOKEN for the state stack whose top is + YYSSP. + + Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is + not large enough to hold the message. In that case, also set + *YYMSG_ALLOC to the required number of bytes. Return 2 if the + required number of bytes is too large to store. */ +static int +yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, + yytype_int16 *yyssp, int yytoken) { - int yyn = yypact[yystate]; + YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); + YYSIZE_T yysize = yysize0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + /* Internationalized format string. */ + const char *yyformat = YY_NULLPTR; + /* Arguments of yyformat. */ + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + /* Number of reported tokens (one for the "unexpected", one per + "expected"). */ + int yycount = 0; + + /* There are many possibilities here to consider: + - If this state is a consistent state with a default action, then + the only way this function was invoked is if the default action + is an error action. In that case, don't check for expected + tokens because there are none. + - The only way there can be no lookahead present (in yychar) is if + this state is a consistent state with a default action. Thus, + detecting the absence of a lookahead is sufficient to determine + that there is no unexpected or expected token to report. In that + case, just report a simple "syntax error". + - Don't assume there isn't a lookahead just because this state is a + consistent state with a default action. There might have been a + previous inconsistent state, consistent state with a non-default + action, or user semantic action that manipulated yychar. + - Of course, the expected token list depends on states to have + correct lookahead information, and it depends on the parser not + to perform extra reductions after fetching a lookahead from the + scanner and before detecting a syntax error. Thus, state merging + (from LALR or IELR) and default reductions corrupt the expected + token list. However, the list is correct for canonical LR with + one exception: it will still contain any token that will not be + accepted due to an error action in a later state. + */ + if (yytoken != YYEMPTY) + { + int yyn = yypact[*yyssp]; + yyarg[yycount++] = yytname[yytoken]; + if (!yypact_value_is_default (yyn)) + { + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. In other words, skip the first -YYN actions for + this state because they are default actions. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yyx; + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR + && !yytable_value_is_error (yytable[yyx + yyn])) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + break; + } + yyarg[yycount++] = yytname[yyx]; + { + YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); + if (! (yysize <= yysize1 + && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) + return 2; + yysize = yysize1; + } + } + } + } - if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) - return 0; - else + switch (yycount) { - int yytype = YYTRANSLATE (yychar); - YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); - YYSIZE_T yysize = yysize0; - YYSIZE_T yysize1; - int yysize_overflow = 0; - enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; - char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; - int yyx; - -# if 0 - /* This is so xgettext sees the translatable formats that are - constructed on the fly. */ - YY_("syntax error, unexpected %s"); - YY_("syntax error, unexpected %s, expecting %s"); - YY_("syntax error, unexpected %s, expecting %s or %s"); - YY_("syntax error, unexpected %s, expecting %s or %s or %s"); - YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); -# endif - char *yyfmt; - char const *yyf; - static char const yyunexpected[] = "syntax error, unexpected %s"; - static char const yyexpecting[] = ", expecting %s"; - static char const yyor[] = " or %s"; - char yyformat[sizeof yyunexpected - + sizeof yyexpecting - 1 - + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) - * (sizeof yyor - 1))]; - char const *yyprefix = yyexpecting; - - /* Start YYX at -YYN if negative to avoid negative indexes in - YYCHECK. */ - int yyxbegin = yyn < 0 ? -yyn : 0; - - /* Stay within bounds of both yycheck and yytname. */ - int yychecklim = YYLAST - yyn + 1; - int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; - int yycount = 1; - - yyarg[0] = yytname[yytype]; - yyfmt = yystpcpy (yyformat, yyunexpected); - - for (yyx = yyxbegin; yyx < yyxend; ++yyx) - if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) - { - if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) - { - yycount = 1; - yysize = yysize0; - yyformat[sizeof yyunexpected - 1] = '\0'; - break; - } - yyarg[yycount++] = yytname[yyx]; - yysize1 = yysize + yytnamerr (0, yytname[yyx]); - yysize_overflow |= (yysize1 < yysize); - yysize = yysize1; - yyfmt = yystpcpy (yyfmt, yyprefix); - yyprefix = yyor; - } - - yyf = YY_(yyformat); - yysize1 = yysize + yystrlen (yyf); - yysize_overflow |= (yysize1 < yysize); - yysize = yysize1; - - if (yysize_overflow) - return YYSIZE_MAXIMUM; +# define YYCASE_(N, S) \ + case N: \ + yyformat = S; \ + break + YYCASE_(0, YY_("syntax error")); + YYCASE_(1, YY_("syntax error, unexpected %s")); + YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); + YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); + YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); + YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); +# undef YYCASE_ + } - if (yyresult) - { - /* Avoid sprintf, as that infringes on the user's name space. - Don't have undefined behavior even if the translation - produced a string with the wrong number of "%s"s. */ - char *yyp = yyresult; - int yyi = 0; - while ((*yyp = *yyf) != '\0') - { - if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) - { - yyp += yytnamerr (yyp, yyarg[yyi++]); - yyf += 2; - } - else - { - yyp++; - yyf++; - } - } - } - return yysize; + { + YYSIZE_T yysize1 = yysize + yystrlen (yyformat); + if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) + return 2; + yysize = yysize1; + } + + if (*yymsg_alloc < yysize) + { + *yymsg_alloc = 2 * yysize; + if (! (yysize <= *yymsg_alloc + && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) + *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; + return 1; } + + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + { + char *yyp = *yymsg; + int yyi = 0; + while ((*yyp = *yyformat) != '\0') + if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyformat += 2; + } + else + { + yyp++; + yyformat++; + } + } + return 0; } #endif /* YYERROR_VERBOSE */ - /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) -#else -static void -yydestruct (yymsg, yytype, yyvaluep) - const char *yymsg; - int yytype; - YYSTYPE *yyvaluep; -#endif { YYUSE (yyvaluep); - if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); - switch (yytype) - { - - default: - break; - } + YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN + YYUSE (yytype); + YY_IGNORE_MAYBE_UNINITIALIZED_END } -/* Prevent warnings from -Wmissing-prototypes. */ -#ifdef YYPARSE_PARAM -#if defined __STDC__ || defined __cplusplus -int yyparse (void *YYPARSE_PARAM); -#else -int yyparse (); -#endif -#else /* ! YYPARSE_PARAM */ -#if defined __STDC__ || defined __cplusplus -int yyparse (void); -#else -int yyparse (); -#endif -#endif /* ! YYPARSE_PARAM */ + /* The lookahead symbol. */ @@ -1379,49 +1250,26 @@ /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; - /* Number of syntax errors so far. */ int yynerrs; +/*----------. +| yyparse. | +`----------*/ -/*-------------------------. -| yyparse or yypush_parse. | -`-------------------------*/ - -#ifdef YYPARSE_PARAM -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -int -yyparse (void *YYPARSE_PARAM) -#else -int -yyparse (YYPARSE_PARAM) - void *YYPARSE_PARAM; -#endif -#else /* ! YYPARSE_PARAM */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) int yyparse (void) -#else -int -yyparse () - -#endif -#endif { - - int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: - `yyss': related to states. - `yyvs': related to semantic values. + 'yyss': related to states. + 'yyvs': related to semantic values. - Refer to the stacks thru separate pointers, to allow yyoverflow + Refer to the stacks through separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ @@ -1439,7 +1287,7 @@ int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ - int yytoken; + int yytoken = 0; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; @@ -1457,9 +1305,8 @@ Keep to zero when no symbol should be popped. */ int yylen = 0; - yytoken = 0; - yyss = yyssa; - yyvs = yyvsa; + yyssp = yyss = yyssa; + yyvsp = yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); @@ -1468,14 +1315,6 @@ yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ - - /* Initialize stack pointers. - Waste one element of value and location stack - so that they stay on the same level as the state stack. - The wasted elements are never initialized. */ - yyssp = yyss; - yyvsp = yyvs; - goto yysetstate; /*------------------------------------------------------------. @@ -1496,23 +1335,23 @@ #ifdef yyoverflow { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into - memory. */ - YYSTYPE *yyvs1 = yyvs; - yytype_int16 *yyss1 = yyss; - - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. This used to be a - conditional around just the two extra args, but that might - be undefined if yyoverflow is a macro. */ - yyoverflow (YY_("memory exhausted"), - &yyss1, yysize * sizeof (*yyssp), - &yyvs1, yysize * sizeof (*yyvsp), - &yystacksize); + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yystacksize); - yyss = yyss1; - yyvs = yyvs1; + yyss = yyss1; + yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE @@ -1520,22 +1359,22 @@ # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) - goto yyexhaustedlab; + goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) - yystacksize = YYMAXDEPTH; + yystacksize = YYMAXDEPTH; { - yytype_int16 *yyss1 = yyss; - union yyalloc *yyptr = - (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); - if (! yyptr) - goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss_alloc, yyss); - YYSTACK_RELOCATE (yyvs_alloc, yyvs); + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss_alloc, yyss); + YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE - if (yyss1 != yyssa) - YYSTACK_FREE (yyss1); + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ @@ -1544,10 +1383,10 @@ yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); + (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) - YYABORT; + YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); @@ -1567,7 +1406,7 @@ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; - if (yyn == YYPACT_NINF) + if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ @@ -1576,7 +1415,7 @@ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); - yychar = YYLEX; + yychar = yylex (); } if (yychar <= YYEOF) @@ -1598,8 +1437,8 @@ yyn = yytable[yyn]; if (yyn <= 0) { - if (yyn == 0 || yyn == YYTABLE_NINF) - goto yyerrlab; + if (yytable_value_is_error (yyn)) + goto yyerrlab; yyn = -yyn; goto yyreduce; } @@ -1616,7 +1455,9 @@ yychar = YYEMPTY; yystate = yyn; + YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; + YY_IGNORE_MAYBE_UNINITIALIZED_END goto yynewstate; @@ -1639,7 +1480,7 @@ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. + '$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison @@ -1653,63 +1494,56 @@ switch (yyn) { case 4: - -/* Line 1464 of yacc.c */ -#line 186 "ppy.y" - { pp_do_include((yyvsp[(2) - (3)].cptr), 1); ;} +#line 186 "ppy.y" /* yacc.c:1646 */ + { pp_do_include((yyvsp[-1].cptr), 1); } +#line 1500 "ppy.tab.c" /* yacc.c:1646 */ break; case 5: - -/* Line 1464 of yacc.c */ -#line 187 "ppy.y" - { pp_do_include((yyvsp[(2) - (3)].cptr), 0); ;} +#line 187 "ppy.y" /* yacc.c:1646 */ + { pp_do_include((yyvsp[-1].cptr), 0); } +#line 1506 "ppy.tab.c" /* yacc.c:1646 */ break; case 6: - -/* Line 1464 of yacc.c */ -#line 188 "ppy.y" - { pp_next_if_state(boolean(&(yyvsp[(2) - (3)].cval))); ;} +#line 188 "ppy.y" /* yacc.c:1646 */ + { pp_next_if_state(boolean(&(yyvsp[-1].cval))); } +#line 1512 "ppy.tab.c" /* yacc.c:1646 */ break; case 7: - -/* Line 1464 of yacc.c */ -#line 189 "ppy.y" - { pp_next_if_state(pplookup((yyvsp[(2) - (3)].cptr)) != NULL); free((yyvsp[(2) - (3)].cptr)); ;} +#line 189 "ppy.y" /* yacc.c:1646 */ + { pp_next_if_state(pplookup((yyvsp[-1].cptr)) != NULL); free((yyvsp[-1].cptr)); } +#line 1518 "ppy.tab.c" /* yacc.c:1646 */ break; case 8: - -/* Line 1464 of yacc.c */ -#line 190 "ppy.y" +#line 190 "ppy.y" /* yacc.c:1646 */ { - int t = pplookup((yyvsp[(2) - (3)].cptr)) == NULL; + int t = pplookup((yyvsp[-1].cptr)) == NULL; if(pp_incl_state.state == 0 && t && !pp_incl_state.seen_junk) { pp_incl_state.state = 1; - pp_incl_state.ppp = (yyvsp[(2) - (3)].cptr); + pp_incl_state.ppp = (yyvsp[-1].cptr); pp_incl_state.ifdepth = pp_get_if_depth(); } else if(pp_incl_state.state != 1) { pp_incl_state.state = -1; - free((yyvsp[(2) - (3)].cptr)); + free((yyvsp[-1].cptr)); } else - free((yyvsp[(2) - (3)].cptr)); + free((yyvsp[-1].cptr)); pp_next_if_state(t); if(pp_status.debug) fprintf(stderr, "tIFNDEF: %s:%d: include_state=%d, include_ppp='%s', include_ifdepth=%d\n", pp_status.input, pp_status.line_number, pp_incl_state.state, pp_incl_state.ppp, pp_incl_state.ifdepth); - ;} + } +#line 1543 "ppy.tab.c" /* yacc.c:1646 */ break; case 9: - -/* Line 1464 of yacc.c */ -#line 210 "ppy.y" +#line 210 "ppy.y" /* yacc.c:1646 */ { pp_if_state_t s = pp_pop_if(); switch(s) @@ -1719,7 +1553,7 @@ pp_push_if(if_elif); break; case if_false: - pp_push_if(boolean(&(yyvsp[(2) - (3)].cval)) ? if_true : if_false); + pp_push_if(boolean(&(yyvsp[-1].cval)) ? if_true : if_false); break; case if_ignore: pp_push_if(if_ignore); @@ -1733,13 +1567,12 @@ default: pp_internal_error(__FILE__, __LINE__, "Invalid pp_if_state (%d) in #elif directive", s); } - ;} + } +#line 1572 "ppy.tab.c" /* yacc.c:1646 */ break; case 10: - -/* Line 1464 of yacc.c */ -#line 234 "ppy.y" +#line 234 "ppy.y" /* yacc.c:1646 */ { pp_if_state_t s = pp_pop_if(); switch(s) @@ -1765,13 +1598,12 @@ default: pp_internal_error(__FILE__, __LINE__, "Invalid pp_if_state (%d) in #else directive", s); } - ;} + } +#line 1603 "ppy.tab.c" /* yacc.c:1646 */ break; case 11: - -/* Line 1464 of yacc.c */ -#line 260 "ppy.y" +#line 260 "ppy.y" /* yacc.c:1646 */ { if(pp_pop_if() != if_error) { @@ -1788,550 +1620,488 @@ fprintf(stderr, "tENDIF: %s:%d: include_state=%d, include_ppp='%s', include_ifdepth=%d\n", pp_status.input, pp_status.line_number, pp_incl_state.state, pp_incl_state.ppp, pp_incl_state.ifdepth); } - ;} + } +#line 1625 "ppy.tab.c" /* yacc.c:1646 */ break; case 12: - -/* Line 1464 of yacc.c */ -#line 277 "ppy.y" - { pp_del_define((yyvsp[(2) - (3)].cptr)); free((yyvsp[(2) - (3)].cptr)); ;} +#line 277 "ppy.y" /* yacc.c:1646 */ + { pp_del_define((yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1631 "ppy.tab.c" /* yacc.c:1646 */ break; case 13: - -/* Line 1464 of yacc.c */ -#line 278 "ppy.y" - { pp_add_define((yyvsp[(1) - (3)].cptr), (yyvsp[(2) - (3)].cptr)); free((yyvsp[(1) - (3)].cptr)); free((yyvsp[(2) - (3)].cptr)); ;} +#line 278 "ppy.y" /* yacc.c:1646 */ + { pp_add_define((yyvsp[-2].cptr), (yyvsp[-1].cptr)); free((yyvsp[-2].cptr)); free((yyvsp[-1].cptr)); } +#line 1637 "ppy.tab.c" /* yacc.c:1646 */ break; case 14: - -/* Line 1464 of yacc.c */ -#line 279 "ppy.y" +#line 279 "ppy.y" /* yacc.c:1646 */ { - pp_add_macro((yyvsp[(1) - (6)].cptr), macro_args, nmacro_args, (yyvsp[(5) - (6)].mtext)); - ;} + pp_add_macro((yyvsp[-5].cptr), macro_args, nmacro_args, (yyvsp[-1].mtext)); + } +#line 1645 "ppy.tab.c" /* yacc.c:1646 */ break; case 15: - -/* Line 1464 of yacc.c */ -#line 282 "ppy.y" - { if((yyvsp[(3) - (4)].cptr)) pp_writestring("# %d %s\n", (yyvsp[(2) - (4)].sint) , (yyvsp[(3) - (4)].cptr)); free((yyvsp[(3) - (4)].cptr)); ;} +#line 282 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-1].cptr)) pp_writestring("# %d %s\n", (yyvsp[-2].sint) , (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1651 "ppy.tab.c" /* yacc.c:1646 */ break; case 16: - -/* Line 1464 of yacc.c */ -#line 283 "ppy.y" - { if((yyvsp[(3) - (4)].cptr)) pp_writestring("# %d %s\n", (yyvsp[(2) - (4)].sint) , (yyvsp[(3) - (4)].cptr)); free((yyvsp[(3) - (4)].cptr)); ;} +#line 283 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-1].cptr)) pp_writestring("# %d %s\n", (yyvsp[-2].sint) , (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1657 "ppy.tab.c" /* yacc.c:1646 */ break; case 17: - -/* Line 1464 of yacc.c */ -#line 285 "ppy.y" - { if((yyvsp[(3) - (5)].cptr)) pp_writestring("# %d %s %d\n", (yyvsp[(2) - (5)].sint), (yyvsp[(3) - (5)].cptr), (yyvsp[(4) - (5)].sint)); free((yyvsp[(3) - (5)].cptr)); ;} +#line 285 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-2].cptr)) pp_writestring("# %d %s %d\n", (yyvsp[-3].sint), (yyvsp[-2].cptr), (yyvsp[-1].sint)); free((yyvsp[-2].cptr)); } +#line 1663 "ppy.tab.c" /* yacc.c:1646 */ break; case 18: - -/* Line 1464 of yacc.c */ -#line 287 "ppy.y" - { if((yyvsp[(3) - (6)].cptr)) pp_writestring("# %d %s %d %d\n", (yyvsp[(2) - (6)].sint) ,(yyvsp[(3) - (6)].cptr), (yyvsp[(4) - (6)].sint), (yyvsp[(5) - (6)].sint)); free((yyvsp[(3) - (6)].cptr)); ;} +#line 287 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-3].cptr)) pp_writestring("# %d %s %d %d\n", (yyvsp[-4].sint) ,(yyvsp[-3].cptr), (yyvsp[-2].sint), (yyvsp[-1].sint)); free((yyvsp[-3].cptr)); } +#line 1669 "ppy.tab.c" /* yacc.c:1646 */ break; case 19: - -/* Line 1464 of yacc.c */ -#line 289 "ppy.y" - { if((yyvsp[(3) - (7)].cptr)) pp_writestring("# %d %s %d %d %d\n", (yyvsp[(2) - (7)].sint) ,(yyvsp[(3) - (7)].cptr) ,(yyvsp[(4) - (7)].sint) ,(yyvsp[(5) - (7)].sint), (yyvsp[(6) - (7)].sint)); free((yyvsp[(3) - (7)].cptr)); ;} +#line 289 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-4].cptr)) pp_writestring("# %d %s %d %d %d\n", (yyvsp[-5].sint) ,(yyvsp[-4].cptr) ,(yyvsp[-3].sint) ,(yyvsp[-2].sint), (yyvsp[-1].sint)); free((yyvsp[-4].cptr)); } +#line 1675 "ppy.tab.c" /* yacc.c:1646 */ break; case 20: - -/* Line 1464 of yacc.c */ -#line 291 "ppy.y" - { if((yyvsp[(3) - (8)].cptr)) pp_writestring("# %d %s %d %d %d %d\n", (yyvsp[(2) - (8)].sint) ,(yyvsp[(3) - (8)].cptr) ,(yyvsp[(4) - (8)].sint) ,(yyvsp[(5) - (8)].sint), (yyvsp[(6) - (8)].sint), (yyvsp[(7) - (8)].sint)); free((yyvsp[(3) - (8)].cptr)); ;} +#line 291 "ppy.y" /* yacc.c:1646 */ + { if((yyvsp[-5].cptr)) pp_writestring("# %d %s %d %d %d %d\n", (yyvsp[-6].sint) ,(yyvsp[-5].cptr) ,(yyvsp[-4].sint) ,(yyvsp[-3].sint), (yyvsp[-2].sint), (yyvsp[-1].sint)); free((yyvsp[-5].cptr)); } +#line 1681 "ppy.tab.c" /* yacc.c:1646 */ break; case 22: - -/* Line 1464 of yacc.c */ -#line 293 "ppy.y" - { ppy_error("#error directive: '%s'", (yyvsp[(2) - (3)].cptr)); free((yyvsp[(2) - (3)].cptr)); ;} +#line 293 "ppy.y" /* yacc.c:1646 */ + { ppy_error("#error directive: '%s'", (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1687 "ppy.tab.c" /* yacc.c:1646 */ break; case 23: - -/* Line 1464 of yacc.c */ -#line 294 "ppy.y" - { ppy_warning("#warning directive: '%s'", (yyvsp[(2) - (3)].cptr)); free((yyvsp[(2) - (3)].cptr)); ;} +#line 294 "ppy.y" /* yacc.c:1646 */ + { ppy_warning("#warning directive: '%s'", (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1693 "ppy.tab.c" /* yacc.c:1646 */ break; case 24: - -/* Line 1464 of yacc.c */ -#line 295 "ppy.y" - { pp_writestring("#pragma %s\n", (yyvsp[(2) - (3)].cptr) ? (yyvsp[(2) - (3)].cptr) : ""); free((yyvsp[(2) - (3)].cptr)); ;} +#line 295 "ppy.y" /* yacc.c:1646 */ + { pp_writestring("#pragma %s\n", (yyvsp[-1].cptr) ? (yyvsp[-1].cptr) : ""); free((yyvsp[-1].cptr)); } +#line 1699 "ppy.tab.c" /* yacc.c:1646 */ break; case 25: - -/* Line 1464 of yacc.c */ -#line 296 "ppy.y" - { if(pp_status.pedantic) ppy_warning("#ident ignored (arg: '%s')", (yyvsp[(2) - (3)].cptr)); free((yyvsp[(2) - (3)].cptr)); ;} +#line 296 "ppy.y" /* yacc.c:1646 */ + { if(pp_status.pedantic) ppy_warning("#ident ignored (arg: '%s')", (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } +#line 1705 "ppy.tab.c" /* yacc.c:1646 */ break; case 26: - -/* Line 1464 of yacc.c */ -#line 297 "ppy.y" +#line 297 "ppy.y" /* yacc.c:1646 */ { - if((yyvsp[(2) - (2)].cptr)) + if((yyvsp[0].cptr)) { - int nl=strlen((yyvsp[(2) - (2)].cptr)) +3; + int nl=strlen((yyvsp[0].cptr)) +3; char *fn=pp_xmalloc(nl); if(fn) { - sprintf(fn,"\"%s\"",(yyvsp[(2) - (2)].cptr)); + sprintf(fn,"\"%s\"",(yyvsp[0].cptr)); pp_do_include(fn,1); } - free((yyvsp[(2) - (2)].cptr)); + free((yyvsp[0].cptr)); } - ;} + } +#line 1723 "ppy.tab.c" /* yacc.c:1646 */ break; case 27: - -/* Line 1464 of yacc.c */ -#line 310 "ppy.y" +#line 310 "ppy.y" /* yacc.c:1646 */ { - pp_do_include((yyvsp[(2) - (2)].cptr),1); - ;} + pp_do_include((yyvsp[0].cptr),1); + } +#line 1731 "ppy.tab.c" /* yacc.c:1646 */ break; case 28: - -/* Line 1464 of yacc.c */ -#line 316 "ppy.y" - { (yyval.cptr) = NULL; ;} +#line 316 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = NULL; } +#line 1737 "ppy.tab.c" /* yacc.c:1646 */ break; case 29: - -/* Line 1464 of yacc.c */ -#line 317 "ppy.y" - { (yyval.cptr) = (yyvsp[(1) - (1)].cptr); ;} +#line 317 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = (yyvsp[0].cptr); } +#line 1743 "ppy.tab.c" /* yacc.c:1646 */ break; case 30: - -/* Line 1464 of yacc.c */ -#line 320 "ppy.y" - { (yyval.cptr) = (yyvsp[(1) - (1)].cptr); ;} +#line 320 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = (yyvsp[0].cptr); } +#line 1749 "ppy.tab.c" /* yacc.c:1646 */ break; case 31: - -/* Line 1464 of yacc.c */ -#line 321 "ppy.y" - { (yyval.cptr) = (yyvsp[(1) - (1)].cptr); ;} +#line 321 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = (yyvsp[0].cptr); } +#line 1755 "ppy.tab.c" /* yacc.c:1646 */ break; case 32: - -/* Line 1464 of yacc.c */ -#line 322 "ppy.y" - { (yyval.cptr) = (yyvsp[(1) - (1)].cptr); ;} +#line 322 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = (yyvsp[0].cptr); } +#line 1761 "ppy.tab.c" /* yacc.c:1646 */ break; case 33: - -/* Line 1464 of yacc.c */ -#line 323 "ppy.y" - { (yyval.cptr) = merge_text((yyvsp[(1) - (2)].cptr), (yyvsp[(2) - (2)].cptr)); ;} +#line 323 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = merge_text((yyvsp[-1].cptr), (yyvsp[0].cptr)); } +#line 1767 "ppy.tab.c" /* yacc.c:1646 */ break; case 34: - -/* Line 1464 of yacc.c */ -#line 324 "ppy.y" - { (yyval.cptr) = merge_text((yyvsp[(1) - (2)].cptr), (yyvsp[(2) - (2)].cptr)); ;} +#line 324 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = merge_text((yyvsp[-1].cptr), (yyvsp[0].cptr)); } +#line 1773 "ppy.tab.c" /* yacc.c:1646 */ break; case 35: - -/* Line 1464 of yacc.c */ -#line 325 "ppy.y" - { (yyval.cptr) = merge_text((yyvsp[(1) - (2)].cptr), (yyvsp[(2) - (2)].cptr)); ;} +#line 325 "ppy.y" /* yacc.c:1646 */ + { (yyval.cptr) = merge_text((yyvsp[-1].cptr), (yyvsp[0].cptr)); } +#line 1779 "ppy.tab.c" /* yacc.c:1646 */ break; case 36: - -/* Line 1464 of yacc.c */ -#line 328 "ppy.y" - { macro_args = NULL; nmacro_args = 0; ;} +#line 328 "ppy.y" /* yacc.c:1646 */ + { macro_args = NULL; nmacro_args = 0; } +#line 1785 "ppy.tab.c" /* yacc.c:1646 */ break; case 37: - -/* Line 1464 of yacc.c */ -#line 331 "ppy.y" - { (yyval.sint) = 0; macro_args = NULL; nmacro_args = 0; ;} +#line 331 "ppy.y" /* yacc.c:1646 */ + { (yyval.sint) = 0; macro_args = NULL; nmacro_args = 0; } +#line 1791 "ppy.tab.c" /* yacc.c:1646 */ break; case 38: - -/* Line 1464 of yacc.c */ -#line 332 "ppy.y" - { (yyval.sint) = nmacro_args; ;} +#line 332 "ppy.y" /* yacc.c:1646 */ + { (yyval.sint) = nmacro_args; } +#line 1797 "ppy.tab.c" /* yacc.c:1646 */ break; case 39: - -/* Line 1464 of yacc.c */ -#line 335 "ppy.y" - { (yyval.marg) = (yyvsp[(1) - (1)].marg); ;} +#line 335 "ppy.y" /* yacc.c:1646 */ + { (yyval.marg) = (yyvsp[0].marg); } +#line 1803 "ppy.tab.c" /* yacc.c:1646 */ break; case 40: - -/* Line 1464 of yacc.c */ -#line 336 "ppy.y" - { (yyval.marg) = add_new_marg(NULL, arg_list); nmacro_args *= -1; ;} +#line 336 "ppy.y" /* yacc.c:1646 */ + { (yyval.marg) = add_new_marg(NULL, arg_list); nmacro_args *= -1; } +#line 1809 "ppy.tab.c" /* yacc.c:1646 */ break; case 41: - -/* Line 1464 of yacc.c */ -#line 339 "ppy.y" - { (yyval.marg) = add_new_marg((yyvsp[(3) - (3)].cptr), arg_single); ;} +#line 339 "ppy.y" /* yacc.c:1646 */ + { (yyval.marg) = add_new_marg((yyvsp[0].cptr), arg_single); } +#line 1815 "ppy.tab.c" /* yacc.c:1646 */ break; case 42: - -/* Line 1464 of yacc.c */ -#line 340 "ppy.y" - { (yyval.marg) = add_new_marg((yyvsp[(1) - (1)].cptr), arg_single); ;} +#line 340 "ppy.y" /* yacc.c:1646 */ + { (yyval.marg) = add_new_marg((yyvsp[0].cptr), arg_single); } +#line 1821 "ppy.tab.c" /* yacc.c:1646 */ break; case 43: - -/* Line 1464 of yacc.c */ -#line 344 "ppy.y" - { (yyval.mtext) = NULL; ;} +#line 344 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = NULL; } +#line 1827 "ppy.tab.c" /* yacc.c:1646 */ break; case 44: - -/* Line 1464 of yacc.c */ -#line 345 "ppy.y" +#line 345 "ppy.y" /* yacc.c:1646 */ { - for((yyval.mtext) = (yyvsp[(1) - (1)].mtext); (yyval.mtext) && (yyval.mtext)->prev; (yyval.mtext) = (yyval.mtext)->prev) + for((yyval.mtext) = (yyvsp[0].mtext); (yyval.mtext) && (yyval.mtext)->prev; (yyval.mtext) = (yyval.mtext)->prev) ; - ;} + } +#line 1836 "ppy.tab.c" /* yacc.c:1646 */ break; case 45: - -/* Line 1464 of yacc.c */ -#line 351 "ppy.y" - { (yyval.mtext) = (yyvsp[(1) - (1)].mtext); ;} +#line 351 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = (yyvsp[0].mtext); } +#line 1842 "ppy.tab.c" /* yacc.c:1646 */ break; case 46: - -/* Line 1464 of yacc.c */ -#line 352 "ppy.y" - { (yyval.mtext) = combine_mtext((yyvsp[(1) - (2)].mtext), (yyvsp[(2) - (2)].mtext)); ;} +#line 352 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = combine_mtext((yyvsp[-1].mtext), (yyvsp[0].mtext)); } +#line 1848 "ppy.tab.c" /* yacc.c:1646 */ break; case 47: - -/* Line 1464 of yacc.c */ -#line 355 "ppy.y" - { (yyval.mtext) = new_mtext((yyvsp[(1) - (1)].cptr), 0, exp_text); ;} +#line 355 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = new_mtext((yyvsp[0].cptr), 0, exp_text); } +#line 1854 "ppy.tab.c" /* yacc.c:1646 */ break; case 48: - -/* Line 1464 of yacc.c */ -#line 356 "ppy.y" - { (yyval.mtext) = new_mtext((yyvsp[(1) - (1)].cptr), 0, exp_text); ;} +#line 356 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = new_mtext((yyvsp[0].cptr), 0, exp_text); } +#line 1860 "ppy.tab.c" /* yacc.c:1646 */ break; case 49: - -/* Line 1464 of yacc.c */ -#line 357 "ppy.y" - { (yyval.mtext) = new_mtext((yyvsp[(1) - (1)].cptr), 0, exp_text); ;} +#line 357 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = new_mtext((yyvsp[0].cptr), 0, exp_text); } +#line 1866 "ppy.tab.c" /* yacc.c:1646 */ break; case 50: - -/* Line 1464 of yacc.c */ -#line 358 "ppy.y" - { (yyval.mtext) = new_mtext(NULL, 0, exp_concat); ;} +#line 358 "ppy.y" /* yacc.c:1646 */ + { (yyval.mtext) = new_mtext(NULL, 0, exp_concat); } +#line 1872 "ppy.tab.c" /* yacc.c:1646 */ break; case 51: - -/* Line 1464 of yacc.c */ -#line 359 "ppy.y" +#line 359 "ppy.y" /* yacc.c:1646 */ { - int mat = marg_index((yyvsp[(2) - (2)].cptr)); + int mat = marg_index((yyvsp[0].cptr)); if(mat < 0) ppy_error("Stringification identifier must be an argument parameter"); else (yyval.mtext) = new_mtext(NULL, mat, exp_stringize); - ;} + } +#line 1884 "ppy.tab.c" /* yacc.c:1646 */ break; case 52: - -/* Line 1464 of yacc.c */ -#line 366 "ppy.y" +#line 366 "ppy.y" /* yacc.c:1646 */ { - int mat = marg_index((yyvsp[(1) - (1)].cptr)); + int mat = marg_index((yyvsp[0].cptr)); if(mat >= 0) (yyval.mtext) = new_mtext(NULL, mat, exp_subst); - else if((yyvsp[(1) - (1)].cptr)) - (yyval.mtext) = new_mtext((yyvsp[(1) - (1)].cptr), 0, exp_text); - ;} + else if((yyvsp[0].cptr)) + (yyval.mtext) = new_mtext((yyvsp[0].cptr), 0, exp_text); + } +#line 1896 "ppy.tab.c" /* yacc.c:1646 */ break; case 53: - -/* Line 1464 of yacc.c */ -#line 375 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = (yyvsp[(1) - (1)].sint); ;} +#line 375 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = (yyvsp[0].sint); } +#line 1902 "ppy.tab.c" /* yacc.c:1646 */ break; case 54: - -/* Line 1464 of yacc.c */ -#line 376 "ppy.y" - { (yyval.cval).type = cv_uint; (yyval.cval).val.ui = (yyvsp[(1) - (1)].uint); ;} +#line 376 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_uint; (yyval.cval).val.ui = (yyvsp[0].uint); } +#line 1908 "ppy.tab.c" /* yacc.c:1646 */ break; case 55: - -/* Line 1464 of yacc.c */ -#line 377 "ppy.y" - { (yyval.cval).type = cv_slong; (yyval.cval).val.sl = (yyvsp[(1) - (1)].slong); ;} +#line 377 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_slong; (yyval.cval).val.sl = (yyvsp[0].slong); } +#line 1914 "ppy.tab.c" /* yacc.c:1646 */ break; case 56: - -/* Line 1464 of yacc.c */ -#line 378 "ppy.y" - { (yyval.cval).type = cv_ulong; (yyval.cval).val.ul = (yyvsp[(1) - (1)].ulong); ;} +#line 378 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_ulong; (yyval.cval).val.ul = (yyvsp[0].ulong); } +#line 1920 "ppy.tab.c" /* yacc.c:1646 */ break; case 57: - -/* Line 1464 of yacc.c */ -#line 379 "ppy.y" - { (yyval.cval).type = cv_sll; (yyval.cval).val.sll = (yyvsp[(1) - (1)].sll); ;} +#line 379 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sll; (yyval.cval).val.sll = (yyvsp[0].sll); } +#line 1926 "ppy.tab.c" /* yacc.c:1646 */ break; case 58: - -/* Line 1464 of yacc.c */ -#line 380 "ppy.y" - { (yyval.cval).type = cv_ull; (yyval.cval).val.ull = (yyvsp[(1) - (1)].ull); ;} +#line 380 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_ull; (yyval.cval).val.ull = (yyvsp[0].ull); } +#line 1932 "ppy.tab.c" /* yacc.c:1646 */ break; case 59: - -/* Line 1464 of yacc.c */ -#line 381 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = pplookup((yyvsp[(2) - (2)].cptr)) != NULL; ;} +#line 381 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = pplookup((yyvsp[0].cptr)) != NULL; } +#line 1938 "ppy.tab.c" /* yacc.c:1646 */ break; case 60: - -/* Line 1464 of yacc.c */ -#line 382 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = pplookup((yyvsp[(3) - (4)].cptr)) != NULL; ;} +#line 382 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = pplookup((yyvsp[-1].cptr)) != NULL; } +#line 1944 "ppy.tab.c" /* yacc.c:1646 */ break; case 61: - -/* Line 1464 of yacc.c */ -#line 383 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = 0; ;} +#line 383 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = 0; } +#line 1950 "ppy.tab.c" /* yacc.c:1646 */ break; case 62: - -/* Line 1464 of yacc.c */ -#line 384 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = boolean(&(yyvsp[(1) - (3)].cval)) || boolean(&(yyvsp[(3) - (3)].cval)); ;} +#line 384 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = boolean(&(yyvsp[-2].cval)) || boolean(&(yyvsp[0].cval)); } +#line 1956 "ppy.tab.c" /* yacc.c:1646 */ break; case 63: - -/* Line 1464 of yacc.c */ -#line 385 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = boolean(&(yyvsp[(1) - (3)].cval)) && boolean(&(yyvsp[(3) - (3)].cval)); ;} +#line 385 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = boolean(&(yyvsp[-2].cval)) && boolean(&(yyvsp[0].cval)); } +#line 1962 "ppy.tab.c" /* yacc.c:1646 */ break; case 64: - -/* Line 1464 of yacc.c */ -#line 386 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), ==); ;} +#line 386 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), ==); } +#line 1968 "ppy.tab.c" /* yacc.c:1646 */ break; case 65: - -/* Line 1464 of yacc.c */ -#line 387 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), !=); ;} +#line 387 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), !=); } +#line 1974 "ppy.tab.c" /* yacc.c:1646 */ break; case 66: - -/* Line 1464 of yacc.c */ -#line 388 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), <); ;} +#line 388 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), <); } +#line 1980 "ppy.tab.c" /* yacc.c:1646 */ break; case 67: - -/* Line 1464 of yacc.c */ -#line 389 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), >); ;} +#line 389 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), >); } +#line 1986 "ppy.tab.c" /* yacc.c:1646 */ break; case 68: - -/* Line 1464 of yacc.c */ -#line 390 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), <=); ;} +#line 390 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), <=); } +#line 1992 "ppy.tab.c" /* yacc.c:1646 */ break; case 69: - -/* Line 1464 of yacc.c */ -#line 391 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), >=); ;} +#line 391 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), >=); } +#line 1998 "ppy.tab.c" /* yacc.c:1646 */ break; case 70: - -/* Line 1464 of yacc.c */ -#line 392 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), +); ;} +#line 392 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), +); } +#line 2004 "ppy.tab.c" /* yacc.c:1646 */ break; case 71: - -/* Line 1464 of yacc.c */ -#line 393 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), -); ;} +#line 393 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), -); } +#line 2010 "ppy.tab.c" /* yacc.c:1646 */ break; case 72: - -/* Line 1464 of yacc.c */ -#line 394 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), ^); ;} +#line 394 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), ^); } +#line 2016 "ppy.tab.c" /* yacc.c:1646 */ break; case 73: - -/* Line 1464 of yacc.c */ -#line 395 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), &); ;} +#line 395 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), &); } +#line 2022 "ppy.tab.c" /* yacc.c:1646 */ break; case 74: - -/* Line 1464 of yacc.c */ -#line 396 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), |); ;} +#line 396 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), |); } +#line 2028 "ppy.tab.c" /* yacc.c:1646 */ break; case 75: - -/* Line 1464 of yacc.c */ -#line 397 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), *); ;} +#line 397 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), *); } +#line 2034 "ppy.tab.c" /* yacc.c:1646 */ break; case 76: - -/* Line 1464 of yacc.c */ -#line 398 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), /); ;} +#line 398 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), /); } +#line 2040 "ppy.tab.c" /* yacc.c:1646 */ break; case 77: - -/* Line 1464 of yacc.c */ -#line 399 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), <<); ;} +#line 399 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), <<); } +#line 2046 "ppy.tab.c" /* yacc.c:1646 */ break; case 78: - -/* Line 1464 of yacc.c */ -#line 400 "ppy.y" - { promote_equal_size(&(yyvsp[(1) - (3)].cval), &(yyvsp[(3) - (3)].cval)); BIN_OP((yyval.cval), (yyvsp[(1) - (3)].cval), (yyvsp[(3) - (3)].cval), >>); ;} +#line 400 "ppy.y" /* yacc.c:1646 */ + { promote_equal_size(&(yyvsp[-2].cval), &(yyvsp[0].cval)); BIN_OP((yyval.cval), (yyvsp[-2].cval), (yyvsp[0].cval), >>); } +#line 2052 "ppy.tab.c" /* yacc.c:1646 */ break; case 79: - -/* Line 1464 of yacc.c */ -#line 401 "ppy.y" - { (yyval.cval) = (yyvsp[(2) - (2)].cval); ;} +#line 401 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval) = (yyvsp[0].cval); } +#line 2058 "ppy.tab.c" /* yacc.c:1646 */ break; case 80: - -/* Line 1464 of yacc.c */ -#line 402 "ppy.y" - { UNARY_OP((yyval.cval), (yyvsp[(2) - (2)].cval), -); ;} +#line 402 "ppy.y" /* yacc.c:1646 */ + { UNARY_OP((yyval.cval), (yyvsp[0].cval), -); } +#line 2064 "ppy.tab.c" /* yacc.c:1646 */ break; case 81: - -/* Line 1464 of yacc.c */ -#line 403 "ppy.y" - { UNARY_OP((yyval.cval), (yyvsp[(2) - (2)].cval), ~); ;} +#line 403 "ppy.y" /* yacc.c:1646 */ + { UNARY_OP((yyval.cval), (yyvsp[0].cval), ~); } +#line 2070 "ppy.tab.c" /* yacc.c:1646 */ break; case 82: - -/* Line 1464 of yacc.c */ -#line 404 "ppy.y" - { (yyval.cval).type = cv_sint; (yyval.cval).val.si = !boolean(&(yyvsp[(2) - (2)].cval)); ;} +#line 404 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval).type = cv_sint; (yyval.cval).val.si = !boolean(&(yyvsp[0].cval)); } +#line 2076 "ppy.tab.c" /* yacc.c:1646 */ break; case 83: - -/* Line 1464 of yacc.c */ -#line 405 "ppy.y" - { (yyval.cval) = (yyvsp[(2) - (3)].cval); ;} +#line 405 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval) = (yyvsp[-1].cval); } +#line 2082 "ppy.tab.c" /* yacc.c:1646 */ break; case 84: - -/* Line 1464 of yacc.c */ -#line 406 "ppy.y" - { (yyval.cval) = boolean(&(yyvsp[(1) - (5)].cval)) ? (yyvsp[(3) - (5)].cval) : (yyvsp[(5) - (5)].cval); ;} +#line 406 "ppy.y" /* yacc.c:1646 */ + { (yyval.cval) = boolean(&(yyvsp[-4].cval)) ? (yyvsp[-2].cval) : (yyvsp[0].cval); } +#line 2088 "ppy.tab.c" /* yacc.c:1646 */ break; - -/* Line 1464 of yacc.c */ -#line 2333 "ppy.tab.c" +#line 2092 "ppy.tab.c" /* yacc.c:1646 */ default: break; } + /* User semantic actions sometimes alter yychar, and that requires + that yytoken be updated with the new translation. We take the + approach of translating immediately before every use of yytoken. + One alternative is translating here after every semantic action, + but that translation would be missed if the semantic action invokes + YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or + if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an + incorrect destructor might then be invoked immediately. In the + case of YYERROR or YYBACKUP, subsequent parser actions might lead + to an incorrect destructor call or verbose syntax error message + before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); @@ -2340,7 +2110,7 @@ *++yyvsp = yyval; - /* Now `shift' the result of the reduction. Determine what state + /* Now 'shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ @@ -2355,10 +2125,14 @@ goto yynewstate; -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ +/*--------------------------------------. +| yyerrlab -- here on detecting error. | +`--------------------------------------*/ yyerrlab: + /* Make sure we have latest lookahead translation. See comments at + user semantic actions for why this is necessary. */ + yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); + /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { @@ -2366,37 +2140,36 @@ #if ! YYERROR_VERBOSE yyerror (YY_("syntax error")); #else +# define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ + yyssp, yytoken) { - YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); - if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) - { - YYSIZE_T yyalloc = 2 * yysize; - if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) - yyalloc = YYSTACK_ALLOC_MAXIMUM; - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); - yymsg = (char *) YYSTACK_ALLOC (yyalloc); - if (yymsg) - yymsg_alloc = yyalloc; - else - { - yymsg = yymsgbuf; - yymsg_alloc = sizeof yymsgbuf; - } - } - - if (0 < yysize && yysize <= yymsg_alloc) - { - (void) yysyntax_error (yymsg, yystate, yychar); - yyerror (yymsg); - } - else - { - yyerror (YY_("syntax error")); - if (yysize != 0) - goto yyexhaustedlab; - } + char const *yymsgp = YY_("syntax error"); + int yysyntax_error_status; + yysyntax_error_status = YYSYNTAX_ERROR; + if (yysyntax_error_status == 0) + yymsgp = yymsg; + else if (yysyntax_error_status == 1) + { + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); + if (!yymsg) + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + yysyntax_error_status = 2; + } + else + { + yysyntax_error_status = YYSYNTAX_ERROR; + yymsgp = yymsg; + } + } + yyerror (yymsgp); + if (yysyntax_error_status == 2) + goto yyexhaustedlab; } +# undef YYSYNTAX_ERROR #endif } @@ -2405,20 +2178,20 @@ if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + error, discard it. */ if (yychar <= YYEOF) - { - /* Return failure if at end of input. */ - if (yychar == YYEOF) - YYABORT; - } + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } else - { - yydestruct ("Error: discarding", - yytoken, &yylval); - yychar = YYEMPTY; - } + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } } /* Else will try to reuse lookahead token after shifting the error @@ -2437,7 +2210,7 @@ if (/*CONSTCOND*/ 0) goto yyerrorlab; - /* Do not reclaim the symbols of the rule which action triggered + /* Do not reclaim the symbols of the rule whose action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; @@ -2450,35 +2223,37 @@ | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: - yyerrstatus = 3; /* Each real token shifted decrements this. */ + yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; - if (yyn != YYPACT_NINF) - { - yyn += YYTERROR; - if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) - { - yyn = yytable[yyn]; - if (0 < yyn) - break; - } - } + if (!yypact_value_is_default (yyn)) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) - YYABORT; + YYABORT; yydestruct ("Error: popping", - yystos[yystate], yyvsp); + yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } + YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; + YY_IGNORE_MAYBE_UNINITIALIZED_END /* Shift the error token. */ @@ -2502,7 +2277,7 @@ yyresult = 1; goto yyreturn; -#if !defined(yyoverflow) || YYERROR_VERBOSE +#if !defined yyoverflow || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ @@ -2514,16 +2289,21 @@ yyreturn: if (yychar != YYEMPTY) - yydestruct ("Cleanup: discarding lookahead", - yytoken, &yylval); - /* Do not reclaim the symbols of the rule which action triggered + { + /* Make sure we have latest lookahead translation. See comments at + user semantic actions for why this is necessary. */ + yytoken = YYTRANSLATE (yychar); + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + } + /* Do not reclaim the symbols of the rule whose action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", - yystos[*yyssp], yyvsp); + yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow @@ -2534,14 +2314,9 @@ if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif - /* Make sure YYID is used. */ - return YYID (yyresult); + return yyresult; } - - - -/* Line 1684 of yacc.c */ -#line 409 "ppy.y" +#line 409 "ppy.y" /* yacc.c:1906 */ /* @@ -2839,4 +2614,3 @@ free(s2); return s1; } - diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppy.tab.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppy.tab.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/ppy.tab.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/ppy.tab.h 2018-09-14 14:16:43.000000000 +0000 @@ -1,20 +1,19 @@ -/* A Bison parser, made by GNU Bison 2.4.3. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ + +/* Bison interface for Yacc-like parsers in C + + Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. -/* Skeleton interface for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2009, 2010 Free Software Foundation, Inc. - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -27,71 +26,77 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ +#ifndef YY_PPY_PPY_TAB_H_INCLUDED +# define YY_PPY_PPY_TAB_H_INCLUDED +/* Debug traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int ppy_debug; +#endif -/* Tokens. */ +/* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - tRCINCLUDE = 258, - tIF = 259, - tIFDEF = 260, - tIFNDEF = 261, - tELSE = 262, - tELIF = 263, - tENDIF = 264, - tDEFINED = 265, - tNL = 266, - tINCLUDE = 267, - tLINE = 268, - tGCCLINE = 269, - tERROR = 270, - tWARNING = 271, - tPRAGMA = 272, - tPPIDENT = 273, - tUNDEF = 274, - tMACROEND = 275, - tCONCAT = 276, - tELIPSIS = 277, - tSTRINGIZE = 278, - tIDENT = 279, - tLITERAL = 280, - tMACRO = 281, - tDEFINE = 282, - tDQSTRING = 283, - tSQSTRING = 284, - tIQSTRING = 285, - tUINT = 286, - tSINT = 287, - tULONG = 288, - tSLONG = 289, - tULONGLONG = 290, - tSLONGLONG = 291, - tRCINCLUDEPATH = 292, - tLOGOR = 293, - tLOGAND = 294, - tNE = 295, - tEQ = 296, - tGTE = 297, - tLTE = 298, - tRSHIFT = 299, - tLSHIFT = 300 - }; + enum yytokentype + { + tRCINCLUDE = 258, + tIF = 259, + tIFDEF = 260, + tIFNDEF = 261, + tELSE = 262, + tELIF = 263, + tENDIF = 264, + tDEFINED = 265, + tNL = 266, + tINCLUDE = 267, + tLINE = 268, + tGCCLINE = 269, + tERROR = 270, + tWARNING = 271, + tPRAGMA = 272, + tPPIDENT = 273, + tUNDEF = 274, + tMACROEND = 275, + tCONCAT = 276, + tELIPSIS = 277, + tSTRINGIZE = 278, + tIDENT = 279, + tLITERAL = 280, + tMACRO = 281, + tDEFINE = 282, + tDQSTRING = 283, + tSQSTRING = 284, + tIQSTRING = 285, + tUINT = 286, + tSINT = 287, + tULONG = 288, + tSLONG = 289, + tULONGLONG = 290, + tSLONGLONG = 291, + tRCINCLUDEPATH = 292, + tLOGOR = 293, + tLOGAND = 294, + tEQ = 295, + tNE = 296, + tLTE = 297, + tGTE = 298, + tLSHIFT = 299, + tRSHIFT = 300 + }; #endif - - +/* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE -{ -/* Line 1685 of yacc.c */ -#line 126 "ppy.y" +union YYSTYPE +{ +#line 126 "ppy.y" /* yacc.c:1909 */ int sint; unsigned int uint; @@ -105,16 +110,17 @@ marg_t *marg; mtext_t *mtext; +#line 114 "ppy.tab.h" /* yacc.c:1909 */ +}; - -/* Line 1685 of yacc.c */ -#line 112 "ppy.tab.h" -} YYSTYPE; +typedef union YYSTYPE YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif + extern YYSTYPE ppy_lval; +int ppy_parse (void); +#endif /* !YY_PPY_PPY_TAB_H_INCLUDED */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/preproc.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/preproc.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/preproc.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/preproc.c 2018-09-14 14:16:43.000000000 +0000 @@ -209,7 +209,7 @@ fwrite(buffer, 1, len, ppy_out); } -/* Don't comment on the hash, its primitive but functional... */ +/* Don't comment on the hash, it's primitive but functional... */ static int pphash(const char *str) { int sum = 0; @@ -292,7 +292,7 @@ for (i = 0; i < HASHKEY; i++) { - while ((ppp = pp_def_state->defines[i]) != NULL) free_pp_entry( ppp, i ); + while ((ppp = pp_def_state->defines[i]) != NULL) pp_del_define( ppp->ident ); } state = pp_def_state; pp_def_state = state->next; @@ -302,6 +302,7 @@ void pp_del_define(const char *name) { pp_entry_t *ppp; + int idx = pphash(name); if((ppp = pplookup(name)) == NULL) { @@ -310,13 +311,13 @@ return; } + if(pp_status.debug) + printf("Deleting (%s, %d) <%s>\n", pp_status.input, pp_status.line_number, name); + free( ppp->ident ); free( ppp->subst.text ); free( ppp->filename ); - free_pp_entry( ppp, pphash(name) ); - - if(pp_status.debug) - printf("Deleted (%s, %d) <%s>\n", pp_status.input, pp_status.line_number, name); + free_pp_entry( ppp, idx ); } pp_entry_t *pp_add_define(const char *def, const char *text) diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/wpp.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/wpp.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/wpp.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/wpp.c 2018-09-14 14:16:43.000000000 +0000 @@ -206,7 +206,7 @@ return 2; } - pp_status.input = input; + pp_status.input = input ? pp_xstrdup(input) : NULL; ppy_out = output; pp_writestring("# 1 \"%s\" 1\n", input ? input : ""); @@ -215,7 +215,11 @@ /* If there were errors during processing, return an error code */ if (!ret && pp_status.state) ret = pp_status.state; - if (input) wpp_callbacks->close(pp_status.file); + if (input) + { + wpp_callbacks->close(pp_status.file); + free(pp_status.input); + } /* Clean if_stack, it could remain dirty on errors */ while (pp_get_if_depth()) pp_pop_if(); del_special_defines(); diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/wpp_private.h mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/wpp_private.h --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/wpp/wpp_private.h 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/wpp/wpp_private.h 2018-09-14 14:16:43.000000000 +0000 @@ -228,7 +228,7 @@ /* everything is in this structure to avoid polluting the global symbol space */ struct pp_status { - const char *input; /* current input file name */ + char *input; /* current input file name */ void *file; /* current input file descriptor */ int line_number; /* current line number */ int char_number; /* current char number in line */ diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/src/write_msft.c mingw-w64-6.0.0/mingw-w64-tools/widl/src/write_msft.c --- mingw-w64-5.0.4/mingw-w64-tools/widl/src/write_msft.c 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/src/write_msft.c 2018-09-14 14:16:43.000000000 +0000 @@ -38,7 +38,6 @@ #include #define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "winerror.h" #include "windef.h" @@ -52,6 +51,8 @@ #include "header.h" #include "hash.h" #include "typetree.h" +#include "parser.h" +#include "typegen.h" enum MSFT_segment_index { MSFT_SEG_TYPEINFO = 0, /* type information */ @@ -495,10 +496,23 @@ MSFT_GuidEntry *guid_space; int hash_key; + chat("adding uuid {%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n", + guid->guid.Data1, guid->guid.Data2, guid->guid.Data3, + guid->guid.Data4[0], guid->guid.Data4[1], guid->guid.Data4[2], guid->guid.Data4[3], + guid->guid.Data4[4], guid->guid.Data4[5], guid->guid.Data4[6], guid->guid.Data4[7]); + hash_key = ctl2_hash_guid(&guid->guid); offset = ctl2_find_guid(typelib, hash_key, &guid->guid); - if (offset != -1) return offset; + if (offset != -1) + { + if (is_warning_enabled(2368)) + warning("duplicate uuid {%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n", + guid->guid.Data1, guid->guid.Data2, guid->guid.Data3, + guid->guid.Data4[0], guid->guid.Data4[1], guid->guid.Data4[2], guid->guid.Data4[3], + guid->guid.Data4[4], guid->guid.Data4[5], guid->guid.Data4[6], guid->guid.Data4[7]); + return -1; + } offset = ctl2_alloc_segment(typelib, MSFT_SEG_GUID, sizeof(MSFT_GuidEntry), 0); @@ -743,10 +757,10 @@ return NULL; } -static void add_union_typeinfo(msft_typelib_t *typelib, type_t *structure); static void add_structure_typeinfo(msft_typelib_t *typelib, type_t *structure); static void add_interface_typeinfo(msft_typelib_t *typelib, type_t *interface); static void add_enum_typeinfo(msft_typelib_t *typelib, type_t *enumeration); +static void add_union_typeinfo(msft_typelib_t *typelib, type_t *tunion); static void add_coclass_typeinfo(msft_typelib_t *typelib, type_t *cls); static void add_dispinterface_typeinfo(msft_typelib_t *typelib, type_t *dispinterface); @@ -767,8 +781,6 @@ int vt, /* [I] vt to encode */ type_t *type, /* [I] type */ int *encoded_type, /* [O] The encoded type description. */ - int *width, /* [O] The width of the type, or NULL. */ - int *alignment, /* [O] The alignment of the type, or NULL. */ int *decoded_size) /* [O] The total size of the unencoded TYPEDESCs, including nested descs. */ { int default_type; @@ -781,47 +793,28 @@ chat("encode_type vt %d type %p\n", vt, type); default_type = 0x80000000 | (vt << 16) | vt; - if (!width) width = &scratch; - if (!alignment) alignment = &scratch; if (!decoded_size) decoded_size = &scratch; + *decoded_size = 0; switch (vt) { case VT_I1: case VT_UI1: *encoded_type = default_type; - *width = 1; - *alignment = 1; break; case VT_INT: *encoded_type = 0x80000000 | (VT_I4 << 16) | VT_INT; - if ((typelib->typelib_header.varflags & 0x0f) == SYS_WIN16) { - *width = 2; - *alignment = 2; - } else { - *width = 4; - *alignment = 4; - } break; case VT_UINT: *encoded_type = 0x80000000 | (VT_UI4 << 16) | VT_UINT; - if ((typelib->typelib_header.varflags & 0x0f) == SYS_WIN16) { - *width = 2; - *alignment = 2; - } else { - *width = 4; - *alignment = 4; - } break; case VT_UI2: case VT_I2: case VT_BOOL: *encoded_type = default_type; - *width = 2; - *alignment = 2; break; case VT_I4: @@ -830,43 +823,31 @@ case VT_ERROR: case VT_HRESULT: *encoded_type = default_type; - *width = 4; - *alignment = 4; break; case VT_R8: case VT_I8: case VT_UI8: *encoded_type = default_type; - *width = 8; - *alignment = 8; break; case VT_CY: case VT_DATE: *encoded_type = default_type; - *width = 8; - *alignment = 8; break; case VT_DECIMAL: *encoded_type = default_type; - *width = 16; - *alignment = 8; break; case VT_VOID: *encoded_type = 0x80000000 | (VT_EMPTY << 16) | vt; - *width = 0; - *alignment = 1; break; case VT_UNKNOWN: case VT_DISPATCH: case VT_BSTR: *encoded_type = default_type; - *width = pointer_size; - *alignment = 4; break; case VT_VARIANT: @@ -876,8 +857,6 @@ case VT_LPSTR: case VT_LPWSTR: *encoded_type = 0xfffe0000 | vt; - *width = pointer_size; - *alignment = 4; break; case VT_PTR: @@ -893,14 +872,12 @@ next_vt = VT_VOID; encode_type(typelib, next_vt, type_pointer_get_ref(type), - &target_type, NULL, NULL, &child_size); + &target_type, &child_size); /* these types already have an implicit pointer, so we don't need to * add another */ if(next_vt == VT_DISPATCH || next_vt == VT_UNKNOWN) { chat("encode_type: skipping ptr\n"); *encoded_type = target_type; - *width = pointer_size; - *alignment = 4; *decoded_size = child_size; break; } @@ -929,8 +906,6 @@ *encoded_type = typeoffset; - *width = pointer_size; - *alignment = 4; *decoded_size = 8 /*sizeof(TYPEDESC)*/ + child_size; break; } @@ -940,7 +915,8 @@ type_t *element_type = type_alias_get_aliasee(type_array_get_element(type)); int next_vt = get_type_vt(element_type); - encode_type(typelib, next_vt, type_alias_get_aliasee(type_array_get_element(type)), &target_type, NULL, NULL, &child_size); + encode_type(typelib, next_vt, type_alias_get_aliasee(type_array_get_element(type)), + &target_type, &child_size); for (typeoffset = 0; typeoffset < typelib->typelib_segdir[MSFT_SEG_TYPEDESC].length; typeoffset += 8) { typedata = (void *)&typelib->typelib_segment_data[MSFT_SEG_TYPEDESC][typeoffset]; @@ -966,38 +942,51 @@ *encoded_type = typeoffset; - *width = pointer_size; - *alignment = 4; *decoded_size = 8 /*sizeof(TYPEDESC)*/ + child_size; break; } case VT_USERDEFINED: { + importinfo_t *importinfo; int typeinfo_offset; - /* typedef'd types without public attribute aren't included in the typelib */ - while (type->typelib_idx < 0 && type_is_alias(type) && !is_attr(type->attrs, ATTR_PUBLIC)) - type = type_alias_get_aliasee(type); - - chat("encode_type: VT_USERDEFINED - type %p name = %s real type %d idx %d\n", type, - type->name, type_get_type(type), type->typelib_idx); - - if(type->typelib_idx == -1) { - chat("encode_type: trying to ref not added type\n"); - switch (type_get_type(type)) { + if (type->typelib_idx > -1) + { + chat("encode_type: VT_USERDEFINED - found already defined type %s at %d\n", + type->name, type->typelib_idx); + typeinfo_offset = typelib->typelib_typeinfo_offsets[type->typelib_idx]; + } + else if ((importinfo = find_importinfo(typelib, type->name))) + { + chat("encode_type: VT_USERDEFINED - found imported type %s in %s\n", + type->name, importinfo->importlib->name); + alloc_importinfo(typelib, importinfo); + typeinfo_offset = importinfo->offset | 0x1; + } + else + { + /* typedef'd types without public attribute aren't included in the typelib */ + while (type_is_alias(type) && !is_attr(type->attrs, ATTR_PUBLIC)) + type = type_alias_get_aliasee(type); + + chat("encode_type: VT_USERDEFINED - adding new type %s, real type %d\n", + type->name, type_get_type(type)); + + switch (type_get_type(type)) + { case TYPE_STRUCT: add_structure_typeinfo(typelib, type); break; - case TYPE_UNION: - add_union_typeinfo(typelib, type); - break; case TYPE_INTERFACE: add_interface_typeinfo(typelib, type); break; case TYPE_ENUM: add_enum_typeinfo(typelib, type); break; + case TYPE_UNION: + add_union_typeinfo(typelib, type); + break; case TYPE_COCLASS: add_coclass_typeinfo(typelib, type); break; @@ -1005,9 +994,9 @@ error("encode_type: VT_USERDEFINED - unhandled type %d\n", type_get_type(type)); } - } - typeinfo_offset = typelib->typelib_typeinfo_offsets[type->typelib_idx]; + typeinfo_offset = typelib->typelib_typeinfo_offsets[type->typelib_idx]; + } for (typeoffset = 0; typeoffset < typelib->typelib_segdir[MSFT_SEG_TYPEDESC].length; typeoffset += 8) { typedata = (void *)&typelib->typelib_segment_data[MSFT_SEG_TYPEDESC][typeoffset]; if ((typedata[0] == ((0x7fff << 16) | VT_USERDEFINED)) && (typedata[1] == typeinfo_offset)) break; @@ -1022,16 +1011,12 @@ } *encoded_type = typeoffset; - *width = 0; - *alignment = 1; break; } default: error("encode_type: unrecognized type %d.\n", vt); *encoded_type = default_type; - *width = 0; - *alignment = 1; break; } @@ -1048,8 +1033,6 @@ type_t *type, /* [I] The type description to encode. */ var_t *var, /* [I] The var to encode. */ int *encoded_type, /* [O] The encoded type description. */ - int *width, /* [O] The width of the type, or NULL. */ - int *alignment, /* [O] The alignment of the type, or NULL. */ int *decoded_size) /* [O] The total size of the unencoded TYPEDESCs, including nested descs. */ { int typeoffset; @@ -1059,8 +1042,6 @@ int vt; int scratch; - if (!width) width = &scratch; - if (!alignment) alignment = &scratch; if (!decoded_size) decoded_size = &scratch; *decoded_size = 0; @@ -1079,7 +1060,7 @@ ++num_dims; chat("array with %d dimensions\n", num_dims); - encode_var(typelib, atype, var, &target_type, width, alignment, NULL); + encode_var(typelib, atype, var, &target_type, NULL); arrayoffset = ctl2_alloc_segment(typelib, MSFT_SEG_ARRAYDESC, (2 + 2 * num_dims) * sizeof(int), 0); arraydata = (void *)&typelib->typelib_segment_data[MSFT_SEG_ARRAYDESC][arrayoffset]; @@ -1105,7 +1086,6 @@ typedata[1] = arrayoffset; *encoded_type = typeoffset; - *width = *width * elements; *decoded_size = 20 /*sizeof(ARRAYDESC)*/ + (num_dims - 1) * 8 /*sizeof(SAFEARRAYBOUND)*/; return 0; } @@ -1114,15 +1094,12 @@ if (vt == VT_PTR) { type_t *ref = is_ptr(type) ? type_pointer_get_ref(type) : type_array_get_element(type); - int skip_ptr = encode_var(typelib, ref, var, - &target_type, NULL, NULL, &child_size); + int skip_ptr = encode_var(typelib, ref, var, &target_type, &child_size); if(skip_ptr == 2) { chat("encode_var: skipping ptr\n"); *encoded_type = target_type; *decoded_size = child_size; - *width = pointer_size; - *alignment = 4; return 0; } @@ -1133,9 +1110,12 @@ if (typeoffset == typelib->typelib_segdir[MSFT_SEG_TYPEDESC].length) { int mix_field; - + if (target_type & 0x80000000) { mix_field = ((target_type >> 16) & 0x3fff) | VT_BYREF; + } else if (is_array(ref)) { + type_t *element_type = type_alias_get_aliasee(type_array_get_element(ref)); + mix_field = get_type_vt(element_type) | VT_ARRAY | VT_BYREF; } else { typedata = (void *)&typelib->typelib_segment_data[MSFT_SEG_TYPEDESC][target_type]; mix_field = ((typedata[0] >> 16) == 0x7fff)? 0x7fff: 0x7ffe; @@ -1150,15 +1130,13 @@ *encoded_type = typeoffset; - *width = pointer_size; - *alignment = 4; *decoded_size = 8 /*sizeof(TYPEDESC)*/ + child_size; return 0; } dump_type(type); - encode_type(typelib, vt, type, encoded_type, width, alignment, decoded_size); + encode_type(typelib, vt, type, encoded_type, decoded_size); /* these types already have an implicit pointer, so we don't need to * add another */ if(vt == VT_DISPATCH || vt == VT_UNKNOWN) return 2; @@ -1180,59 +1158,79 @@ return val; } -static void write_value(msft_typelib_t* typelib, int *out, int vt, const void *value) +static void write_int_value(msft_typelib_t *typelib, int *out, int vt, int value) { - switch(vt) { - case VT_I2: - case VT_I4: - case VT_R4: - case VT_BOOL: - case VT_I1: - case VT_UI1: - case VT_UI2: - case VT_UI4: - case VT_INT: - case VT_UINT: - case VT_HRESULT: - case VT_PTR: - case VT_UNKNOWN: - case VT_DISPATCH: - { - const unsigned int lv = get_ulong_val(*(const unsigned int *)value, vt); - if((lv & 0x3ffffff) == lv) { - *out = 0x80000000; - *out |= vt << 26; - *out |= lv; - } else { - int offset = ctl2_alloc_segment(typelib, MSFT_SEG_CUSTDATA, 8, 0); - *((unsigned short *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset]) = vt; - memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+2], value, 4); - *((unsigned short *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+6]) = 0x5757; - *out = offset; - } - return; - } - case VT_BSTR: - { - const char *s = (const char *) value; - int len = strlen(s), seg_len = (len + 6 + 3) & ~0x3; - int offset = ctl2_alloc_segment(typelib, MSFT_SEG_CUSTDATA, seg_len, 0); + const unsigned int lv = get_ulong_val(value, vt); + if ((lv & 0x3ffffff) == lv) { + *out = 0x80000000; + *out |= vt << 26; + *out |= lv; + } else { + int offset = ctl2_alloc_segment(typelib, MSFT_SEG_CUSTDATA, 8, 0); *((unsigned short *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset]) = vt; - memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+2], &len, sizeof(len)); - memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+6], value, len); - len += 6; - while(len < seg_len) { - *((char *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+len]) = 0x57; - len++; - } + memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+2], &value, 4); + *((unsigned short *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+6]) = 0x5757; *out = offset; + } +} + +static void write_string_value(msft_typelib_t *typelib, int *out, const char *value) +{ + int len = strlen(value), seg_len = (len + 6 + 3) & ~0x3; + int offset = ctl2_alloc_segment(typelib, MSFT_SEG_CUSTDATA, seg_len, 0); + *((unsigned short *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset]) = VT_BSTR; + memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+2], &len, sizeof(len)); + memcpy(&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+6], value, len); + len += 6; + while(len < seg_len) { + *((char *)&typelib->typelib_segment_data[MSFT_SEG_CUSTDATA][offset+len]) = 0x57; + len++; + } + *out = offset; +} + +static void write_default_value(msft_typelib_t *typelib, type_t *type, expr_t *expr, int *out) +{ + int vt; + + if (expr->type == EXPR_STRLIT || expr->type == EXPR_WSTRLIT) { + if (get_type_vt(type) != VT_BSTR) + error("string default value applied to non-string type\n"); + chat("default value '%s'\n", expr->u.sval); + write_string_value(typelib, out, expr->u.sval); return; - } + } - default: - warning("can't write value of type %d yet\n", vt); + if (type_get_type(type) == TYPE_ENUM) { + vt = VT_I4; + } else if (is_ptr(type)) { + vt = get_type_vt(type_pointer_get_ref(type)); + if (vt == VT_USERDEFINED) + vt = VT_I4; + if (expr->cval) + warning("non-null pointer default value\n"); + } else { + vt = get_type_vt(type); + switch(vt) { + case VT_I2: + case VT_I4: + case VT_R4: + case VT_BOOL: + case VT_I1: + case VT_UI1: + case VT_UI2: + case VT_UI4: + case VT_INT: + case VT_UINT: + case VT_HRESULT: + break; + default: + warning("can't write value of type %d yet\n", vt); + return; + } } - return; + + write_int_value(typelib, out, vt, expr->cval); } static HRESULT set_custdata(msft_typelib_t *typelib, REFGUID guid, @@ -1250,7 +1248,10 @@ guidentry.next_hash = -1; guidoffset = ctl2_alloc_guid(typelib, &guidentry); - write_value(typelib, &data_out, vt, value); + if(vt == VT_BSTR) + write_string_value(typelib, &data_out, value); + else + write_int_value(typelib, &data_out, vt, *(int*)value); custoffset = ctl2_alloc_segment(typelib, MSFT_SEG_CUSTDATAGUID, 12, 0); @@ -1263,33 +1264,6 @@ return S_OK; } -/* It's possible to have a default value for pointer arguments too. - In this case default value has a referenced type, e.g. - 'LONG*' argument gets VT_I4, 'DOUBLE*' - VT_R8. IUnknown* and IDispatch* - are recognised too and stored as VT_UNKNOWN and VT_DISPATCH. - But IUnknown/IDispatch arguments can only have default value of 0 - (or expression that resolves to zero) while other pointers can have - any default value. */ -static int get_defaultvalue_vt(type_t *type) -{ - int vt = get_type_vt(type); - if (type_get_type(type) == TYPE_ENUM) - vt = VT_I4; - else - { - vt = get_type_vt(type); - if (vt == VT_PTR && is_ptr(type)) { - vt = get_type_vt(type_pointer_get_ref(type)); - /* The only acceptable value for pointers to non-basic types - is NULL, it's stored as VT_I4 for both 32 and 64 bit typelibs. */ - if (vt == VT_USERDEFINED) - vt = VT_I4; - } - } - - return vt; -} - static HRESULT add_func_desc(msft_typeinfo_t* typeinfo, var_t *func, int index) { int offset, name_offset; @@ -1470,7 +1444,8 @@ /* fill out the basic type information */ typedata[0] = typedata_size | (index << 16); - encode_var(typeinfo->typelib, type_function_get_rettype(func->type), func, &typedata[1], NULL, NULL, &decoded_size); + encode_var(typeinfo->typelib, type_function_get_rettype(func->type), func, + &typedata[1], &decoded_size); typedata[2] = funcflags; typedata[3] = ((52 /*sizeof(FUNCDESC)*/ + decoded_size) << 16) | typeinfo->typeinfo->cbSizeVft; typedata[4] = (next_idx << 16) | (callconv << 8) | (invokekind << 3) | funckind; @@ -1507,26 +1482,13 @@ if(defaultdata) *defaultdata = -1; - encode_var(typeinfo->typelib, arg->type, arg, paramdata, NULL, NULL, &decoded_size); + encode_var(typeinfo->typelib, arg->type, arg, paramdata, &decoded_size); if (arg->attrs) LIST_FOR_EACH_ENTRY( attr, arg->attrs, const attr_t, entry ) { switch(attr->type) { case ATTR_DEFAULTVALUE: { - int vt; - expr_t *expr = (expr_t *)attr->u.pval; - vt = get_defaultvalue_vt(arg->type); paramflags |= 0x30; /* PARAMFLAG_FHASDEFAULT | PARAMFLAG_FOPT */ - if (expr->type == EXPR_STRLIT || expr->type == EXPR_WSTRLIT) - { - if (vt != VT_BSTR) error("string default value applied to non-string type\n"); - chat("default value '%s'\n", expr->u.sval); - write_value(typeinfo->typelib, defaultdata, vt, expr->u.sval); - } - else - { - chat("default value %d\n", expr->cval); - write_value(typeinfo->typelib, defaultdata, vt, &expr->cval); - } + write_default_value(typeinfo->typelib, arg->type, (expr_t *)attr->u.pval, defaultdata); break; } case ATTR_IN: @@ -1633,8 +1595,7 @@ int offset, id; unsigned int typedata_size; INT *typedata; - int var_datawidth; - int var_alignment; + unsigned int var_datawidth, var_alignment = 0; int var_type_size, var_kind = 0 /* VAR_PERINSTANCE */; int alignment; int varflags = 0; @@ -1736,8 +1697,8 @@ typeinfo->var_offsets[var_num] = offset; /* figure out type widths and whatnot */ - encode_var(typeinfo->typelib, var->type, var, &typedata[1], &var_datawidth, - &var_alignment, &var_type_size); + var_datawidth = type_memsize_and_alignment(var->type, &var_alignment); + encode_var(typeinfo->typelib, var->type, var, &typedata[1], &var_type_size); /* pad out starting position to data width */ typeinfo->datawidth += var_alignment - 1; @@ -1745,7 +1706,7 @@ switch(typeinfo->typekind) { case TKIND_ENUM: - write_value(typeinfo->typelib, &typedata[4], VT_I4, &var->eval->cval); + write_int_value(typeinfo->typelib, &typedata[4], VT_I4, var->eval->cval); var_kind = 2; /* VAR_CONST */ var_type_size += 16; /* sizeof(VARIANT) */ typeinfo->datawidth = var_datawidth; @@ -1754,10 +1715,13 @@ typedata[4] = typeinfo->datawidth; typeinfo->datawidth += var_datawidth; break; + case TKIND_UNION: + typedata[4] = typeinfo->datawidth; + typeinfo->datawidth = max(typeinfo->datawidth, var_datawidth); + break; case TKIND_DISPATCH: var_kind = 3; /* VAR_DISPATCH */ typeinfo->datawidth = pointer_size; - var_alignment = 4; break; default: error("add_var_desc: unhandled type kind %d\n", typeinfo->typekind); @@ -1838,7 +1802,7 @@ MSFT_TypeInfoBase *typeinfo; MSFT_GuidEntry guidentry; - chat("create_msft_typeinfo: name %s kind %d\n", name, kind); + chat("create_msft_typeinfo: name %s kind %d index %d\n", name, kind, typelib->typelib_header.nrtypeinfos); msft_typeinfo = xmalloc(sizeof(*msft_typeinfo)); memset( msft_typeinfo, 0, sizeof(*msft_typeinfo) ); @@ -1972,7 +1936,7 @@ static void add_dispatch(msft_typelib_t *typelib) { - int guid_offset, impfile_offset; + int guid_offset, impfile_offset, hash_key; MSFT_GuidEntry guidentry; MSFT_ImpInfo impinfo; GUID stdole = {0x00020430,0x0000,0x0000,{0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}}; @@ -1983,7 +1947,10 @@ guidentry.guid = stdole; guidentry.hreftype = 2; guidentry.next_hash = -1; - guid_offset = ctl2_alloc_guid(typelib, &guidentry); + hash_key = ctl2_hash_guid(&guidentry.guid); + guid_offset = ctl2_find_guid(typelib, hash_key, &guidentry.guid); + if (guid_offset == -1) + guid_offset = ctl2_alloc_guid(typelib, &guidentry); impfile_offset = alloc_importfile(typelib, guid_offset, 2, 0, "stdole2.tlb"); guidentry.guid = iid_idispatch; @@ -1991,12 +1958,20 @@ guidentry.next_hash = -1; impinfo.flags = TKIND_INTERFACE << 24 | MSFT_IMPINFO_OFFSET_IS_GUID; impinfo.oImpFile = impfile_offset; - impinfo.oGuid = ctl2_alloc_guid(typelib, &guidentry); + hash_key = ctl2_hash_guid(&guidentry.guid); + guid_offset = ctl2_find_guid(typelib, hash_key, &guidentry.guid); + if (guid_offset == -1) + guid_offset = ctl2_alloc_guid(typelib, &guidentry); + impinfo.oGuid = guid_offset; typelib->typelib_header.dispatchpos = alloc_msft_importinfo(typelib, &impinfo) | 0x01; } static void add_dispinterface_typeinfo(msft_typelib_t *typelib, type_t *dispinterface) { + int num_parents = 0, num_funcs = 0; + importinfo_t *importinfo = NULL; + const statement_t *stmt_func; + type_t *inherit, *ref; int idx = 0; var_t *func; var_t *var; @@ -2005,16 +1980,50 @@ if (-1 < dispinterface->typelib_idx) return; + inherit = type_dispiface_get_inherit(dispinterface); + + if (inherit) + { + importinfo = find_importinfo(typelib, inherit->name); + + if (!importinfo && type_iface_get_inherit(inherit) && inherit->typelib_idx == -1) + add_interface_typeinfo(typelib, inherit); + } + + /* check typelib_idx again, it could have been added while resolving the parent interface */ + if (-1 < dispinterface->typelib_idx) + return; + dispinterface->typelib_idx = typelib->typelib_header.nrtypeinfos; msft_typeinfo = create_msft_typeinfo(typelib, TKIND_DISPATCH, dispinterface->name, dispinterface->attrs); msft_typeinfo->typeinfo->size = pointer_size; - msft_typeinfo->typeinfo->typekind |= 0x2100; + msft_typeinfo->typeinfo->typekind |= pointer_size << 11 | pointer_size << 6; msft_typeinfo->typeinfo->flags |= 0x1000; /* TYPEFLAG_FDISPATCHABLE */ add_dispatch(typelib); - msft_typeinfo->typeinfo->cImplTypes = 1; + + if (inherit) + { + add_impl_type(msft_typeinfo, inherit, importinfo); + msft_typeinfo->typeinfo->typekind |= 0x10; + } + + /* count the number of inherited interfaces and non-local functions */ + for (ref = inherit; ref; ref = type_iface_get_inherit(ref)) + { + num_parents++; + STATEMENTS_FOR_EACH_FUNC( stmt_func, type_iface_get_stmts(ref) ) + { + var_t *func = stmt_func->u.var; + if (!is_local(func->attrs)) num_funcs++; + } + } + msft_typeinfo->typeinfo->datatype2 = num_funcs << 16 | num_parents; + msft_typeinfo->typeinfo->cbSizeVft = num_funcs * pointer_size; + + msft_typeinfo->typeinfo->cImplTypes = 1; /* IDispatch */ /* count the no of methods, as the variable indices come after the funcs */ if (dispinterface->details.iface->disp_methods) @@ -2072,19 +2081,20 @@ add_interface_typeinfo(typelib, inherit); } + /* check typelib_idx again, it could have been added while resolving the parent interface */ + if (-1 < interface->typelib_idx) + return; + interface->typelib_idx = typelib->typelib_header.nrtypeinfos; msft_typeinfo = create_msft_typeinfo(typelib, TKIND_INTERFACE, interface->name, interface->attrs); msft_typeinfo->typeinfo->size = pointer_size; - msft_typeinfo->typeinfo->typekind |= 0x2200; + msft_typeinfo->typeinfo->typekind |= 0x0200; + msft_typeinfo->typeinfo->typekind |= pointer_size << 11; for (derived = inherit; derived; derived = type_iface_get_inherit(derived)) if (derived->name && !strcmp(derived->name, "IDispatch")) msft_typeinfo->typeinfo->flags |= 0x1000; /* TYPEFLAG_FDISPATCHABLE */ - /* can't be dual if it doesn't derive from IDispatch */ - if (!(msft_typeinfo->typeinfo->flags & 0x1000)) /* TYPEFLAG_FDISPATCHABLE */ - msft_typeinfo->typeinfo->flags &= ~0x40; /* TYPEFLAG_FDUAL */ - if(type_iface_get_inherit(interface)) add_impl_type(msft_typeinfo, type_iface_get_inherit(interface), ref_importinfo); @@ -2107,7 +2117,7 @@ } } -static void add_union_typeinfo(msft_typelib_t *typelib, type_t *structure) +static void add_structure_typeinfo(msft_typelib_t *typelib, type_t *structure) { int idx = 0; var_t *cur; @@ -2117,66 +2127,84 @@ return; structure->typelib_idx = typelib->typelib_header.nrtypeinfos; - msft_typeinfo = create_msft_typeinfo(typelib, TKIND_UNION, structure->name, structure->attrs); + msft_typeinfo = create_msft_typeinfo(typelib, TKIND_RECORD, structure->name, structure->attrs); msft_typeinfo->typeinfo->size = 0; - if (type_union_get_cases(structure)) - LIST_FOR_EACH_ENTRY( cur, type_union_get_cases(structure), var_t, entry ) + if (type_struct_get_fields(structure)) + LIST_FOR_EACH_ENTRY( cur, type_struct_get_fields(structure), var_t, entry ) add_var_desc(msft_typeinfo, idx++, cur); } -static void add_structure_typeinfo(msft_typelib_t *typelib, type_t *structure) +static void add_enum_typeinfo(msft_typelib_t *typelib, type_t *enumeration) { int idx = 0; var_t *cur; msft_typeinfo_t *msft_typeinfo; - if (-1 < structure->typelib_idx) + if (-1 < enumeration->typelib_idx) return; - structure->typelib_idx = typelib->typelib_header.nrtypeinfos; - msft_typeinfo = create_msft_typeinfo(typelib, TKIND_RECORD, structure->name, structure->attrs); + enumeration->typelib_idx = typelib->typelib_header.nrtypeinfos; + msft_typeinfo = create_msft_typeinfo(typelib, TKIND_ENUM, enumeration->name, enumeration->attrs); msft_typeinfo->typeinfo->size = 0; - if (type_struct_get_fields(structure)) - LIST_FOR_EACH_ENTRY( cur, type_struct_get_fields(structure), var_t, entry ) + if (type_enum_get_values(enumeration)) + LIST_FOR_EACH_ENTRY( cur, type_enum_get_values(enumeration), var_t, entry ) add_var_desc(msft_typeinfo, idx++, cur); } -static void add_enum_typeinfo(msft_typelib_t *typelib, type_t *enumeration) +static void add_union_typeinfo(msft_typelib_t *typelib, type_t *tunion) { int idx = 0; var_t *cur; msft_typeinfo_t *msft_typeinfo; - if (-1 < enumeration->typelib_idx) + if (-1 < tunion->typelib_idx) return; - enumeration->typelib_idx = typelib->typelib_header.nrtypeinfos; - msft_typeinfo = create_msft_typeinfo(typelib, TKIND_ENUM, enumeration->name, enumeration->attrs); + tunion->typelib_idx = typelib->typelib_header.nrtypeinfos; + msft_typeinfo = create_msft_typeinfo(typelib, TKIND_UNION, tunion->name, tunion->attrs); msft_typeinfo->typeinfo->size = 0; - if (type_enum_get_values(enumeration)) - LIST_FOR_EACH_ENTRY( cur, type_enum_get_values(enumeration), var_t, entry ) + if (type_union_get_cases(tunion)) + LIST_FOR_EACH_ENTRY(cur, type_union_get_cases(tunion), var_t, entry) add_var_desc(msft_typeinfo, idx++, cur); } static void add_typedef_typeinfo(msft_typelib_t *typelib, type_t *tdef) { - msft_typeinfo_t *msft_typeinfo; - int alignment; + msft_typeinfo_t *msft_typeinfo = NULL; + int datatype1, datatype2, duplicate = 0; + unsigned int size, alignment = 0; + type_t *type; if (-1 < tdef->typelib_idx) return; - tdef->typelib_idx = typelib->typelib_header.nrtypeinfos; - msft_typeinfo = create_msft_typeinfo(typelib, TKIND_ALIAS, tdef->name, tdef->attrs); - encode_type(typelib, get_type_vt(type_alias_get_aliasee(tdef)), - type_alias_get_aliasee(tdef), - &msft_typeinfo->typeinfo->datatype1, - &msft_typeinfo->typeinfo->size, - &alignment, &msft_typeinfo->typeinfo->datatype2); - msft_typeinfo->typeinfo->typekind |= (alignment << 11 | alignment << 6); + type = type_alias_get_aliasee(tdef); + + if (!type->name || strcmp(tdef->name, type->name) != 0) + { + tdef->typelib_idx = typelib->typelib_header.nrtypeinfos; + msft_typeinfo = create_msft_typeinfo(typelib, TKIND_ALIAS, tdef->name, tdef->attrs); + } + else + duplicate = 1; + + encode_type(typelib, get_type_vt(type), type, &datatype1, &datatype2); + size = type_memsize_and_alignment(type, &alignment); + + if (msft_typeinfo) + { + msft_typeinfo->typeinfo->datatype1 = datatype1; + msft_typeinfo->typeinfo->size = size; + msft_typeinfo->typeinfo->datatype2 = datatype2; + msft_typeinfo->typeinfo->typekind |= (alignment << 11 | alignment << 6); + } + + /* avoid adding duplicate type definitions */ + if (duplicate) + tdef->typelib_idx = type->typelib_idx; } static void add_coclass_typeinfo(msft_typelib_t *typelib, type_t *cls) @@ -2294,12 +2322,12 @@ case TYPE_STRUCT: add_structure_typeinfo(typelib, type); break; - case TYPE_UNION: - add_union_typeinfo(typelib, type); - break; case TYPE_ENUM: add_enum_typeinfo(typelib, type); break; + case TYPE_UNION: + add_union_typeinfo(typelib, type); + break; case TYPE_COCLASS: add_coclass_typeinfo(typelib, type); break; diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/VERSION mingw-w64-6.0.0/mingw-w64-tools/widl/VERSION --- mingw-w64-5.0.4/mingw-w64-tools/widl/VERSION 2018-05-06 12:57:17.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/VERSION 2018-09-14 14:16:43.000000000 +0000 @@ -1 +1 @@ -WIDL version 1.6 +WIDL version 3.14 diff -Nru mingw-w64-5.0.4/mingw-w64-tools/widl/wine-import.sh mingw-w64-6.0.0/mingw-w64-tools/widl/wine-import.sh --- mingw-w64-5.0.4/mingw-w64-tools/widl/wine-import.sh 1970-01-01 00:00:00.000000000 +0000 +++ mingw-w64-6.0.0/mingw-w64-tools/widl/wine-import.sh 2018-09-14 14:16:43.000000000 +0000 @@ -0,0 +1,53 @@ +#!/bin/bash + +set -e + +WINE_DIR=$1 +WINE_BUILD_DIR=$2 + +if test -z $WINE_DIR; then + echo "Usage: wine-import.sh wine_dir [wine_build_dir]" + exit 1 +fi + +for f in client.c expr.c expr.h hash.c hash.h header.c header.h parser.h parser.l parser.tab.c parser.tab.h parser.y \ + parser.yy.c proxy.c register.c server.c typegen.c typegen.h typelib.c typelib.h typelib_struct.h typetree.c typetree.h \ + utils.c utils.h widl.c widl.h widltypes.h write_msft.c +do + if [ ! -f $WINE_DIR/tools/widl/$f ] && [ -f $WINE_BUILD_DIR/tools/widl/$f ]; then + cp $WINE_BUILD_DIR/tools/widl/$f src + else + cp $WINE_DIR/tools/widl/$f src + fi +done + +for f in ppl.l ppl.yy.c ppy.tab.c ppy.tab.h ppy.y preproc.c wpp.c wpp_private.h +do + if [ ! -f $WINE_DIR/libs/wpp/$f ] && [ -f $WINE_BUILD_DIR/libs/wpp/$f ]; then + cp $WINE_BUILD_DIR/libs/wpp/$f src/wpp + else + cp $WINE_DIR/libs/wpp/$f src/wpp + fi +done + +for f in basetsd.h guiddef.h ndrtypes.h poppack.h pshpack1.h pshpack2.h pshpack4.h pshpack8.h winbase.h windef.h winerror.h winnls.h winnt.h winnt.rh +do + cp $WINE_DIR/include/$f include +done + +for f in list.h wpp.h +do + cp $WINE_DIR/include/wine/$f include/wine +done + +for f in getopt.c getopt1.c +do + cp $WINE_DIR/libs/port/$f src/port/ +done + +sed s/Wine/WIDL/ < $WINE_DIR/VERSION >VERSION +for f in patches/* +do + patch -p3 < $f +done +autoconf